diff --git a/.gitattributes b/.gitattributes index ed50ee73774f722d6df6cf6e31f54181d647de35..222a273c53377595987c25f502d8306bdf31ac7d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -36,3 +36,35 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text checkpoints/sppo-fruitbot_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text checkpoints/sppo-jumper_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text checkpoints/sppo-ninja_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text +baselines/gail/result/halfcheetah-training.png filter=lfs diff=lfs merge=lfs -text +baselines/gail/result/hopper-training.png filter=lfs diff=lfs merge=lfs -text +baselines/gail/result/humanoid-training.png filter=lfs diff=lfs merge=lfs -text +baselines/gail/result/humanoidstandup-training.png filter=lfs diff=lfs merge=lfs -text +baselines/gail/result/walker2d-training.png filter=lfs diff=lfs merge=lfs -text +train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text +train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text +train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/checkpoints/25000000 filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_0.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_1.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_2.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_3.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_4.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_5.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_6.gif filter=lfs diff=lfs merge=lfs -text +videos/fruitbot_skills/cluster_7.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_0.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_1.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_2.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_3.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_4.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_5.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_6.gif filter=lfs diff=lfs merge=lfs -text +videos/jumper_skills/cluster_7.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_0.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_1.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_2.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_3.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_4.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_5.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_6.gif filter=lfs diff=lfs merge=lfs -text +videos/ninja_skills/cluster_7.gif filter=lfs diff=lfs merge=lfs -text diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..2ec839c8b084ccd3cfcde12cc3f62c25c3642a09 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2019 OpenAI (http://openai.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 84e5b5ecc9480e2ea5d968e7c6064cd1047f5af0..ef7961eadf25829ac89c15aa1b11ac93575fb225 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,194 @@ ---- -license: mit -language: -- en -pipeline_tag: reinforcement-learning -tags: -- clustering -- interpretablity -- visualization -- https://arxiv.org/abs/2409.17411 -paper: https://arxiv.org/abs/2409.17411 ---- \ No newline at end of file +# Enhancing Interpretability in Deep Reinforcement Learning through Semantic Clustering + +**Authors:** Liang Zhang, Justin Lieffers, Adarsh Pyarelal +**Conference:** NeurIPS 2025 Main Track +**Paper:** [arXiv:2409.17411](https://arxiv.org/abs/2409.17411) + +This repository contains the official implementation of our research on enhancing interpretability in deep reinforcement learning through semantic clustering techniques. Our work extends the [OpenAI train-procgen](https://github.com/openai/train-procgen) framework to incorporate semantic clustering methods for improved understanding and visualization of learned policies in procedural environments. + +## 📋 Abstract + +This work presents a novel approach to enhancing interpretability in deep reinforcement learning by leveraging semantic clustering techniques. We demonstrate how semantic clustering can provide insights into learned policies, enabling better understanding of agent behavior and decision-making processes in complex procedural environments. + +## 🚀 Quick Start + +### Installation + +Prerequisite: Python 3.8. + +1. **Clone the repository:** + ```bash + git clone https://github.com/ualiangzhang/semantic_rl.git + cd semantic_rl + ``` + +2. **Install dependencies (Python 3.8):** + ```bash + pip install -r requirements.txt + ``` + +3. **Install Procgen environments:** + Follow the installation steps in the [Procgen repository](https://github.com/openai/procgen). + +### Basic Usage + +**Train a semantic clustering model:** +```bash +python -m train_procgen.train_sppo --env_name --num_levels 0 --distribution_mode easy --timesteps_per_proc 25000000 --rand_seed +``` + +**Train a baseline model:** +```bash +python -m train_procgen.train_ppo --env_name --num_levels 0 --distribution_mode easy --timesteps_per_proc 25000000 --rand_seed +``` + +## 📊 Visualization and Analysis + +### Performance Analysis + +**Generate generalization figures for a single game:** +```bash +cd train_procgen +python single_graph.py --env_name +# Example: +python single_graph.py --env_name coinrun +``` + +### Semantic Clustering Visualization + +**Generate embedding space visualizations:** +```bash +python -m train_procgen.enjoy_sppo --env_name --mode 1 +``` + +**Generate skill demonstration videos:** +```bash +python -m train_procgen.enjoy_sppo --env_name --mode 0 +``` + +**Interactive cluster exploration:** +```bash +python -m train_procgen.hover_clusters --env_name +# Example: +python -m train_procgen.hover_clusters --env_name fruitbot +``` + +## 🎮 Supported Environments + +Our implementation supports four Procgen environments: +- **CoinRun** +- **FruitBot** +- **Jumper** +- **Ninja** + +## 🎬 Semantic Clustering Demonstration + +### Ninja Environment - 8 Semantic Clusters + +The following videos demonstrate the 8 distinct semantic clusters learned by our model in the Ninja environment. Each cluster represents a different behavioral pattern and skill set: + +#### 📹 Semantic Cluster Demonstrations + + + + + + + + + + + + + + +
+Cluster 0
+ +
+Cluster 1
+ +
+Cluster 2
+ +
+Cluster 3
+ +
+Cluster 4
+ +
+Cluster 5
+ +
+Cluster 6
+ +
+Cluster 7
+ +
+ +#### 🧭 Behavior Descriptions (Ninja) + +| Cluster | Behavior | +|---------|----------| +| 0 | The agent starts by walking through the first platform and then performs a high jump to reach a higher ledge. | +| 1 | The agent makes small jumps in the middle of the scene. | +| 2 | Two interpretations are present: (1) the agent starts from the leftmost end of the scene and walks to the starting position of Cluster 0; (2) when there are no higher ledges to jump to, the agent begins from the scene, walks over the first platform, and prepares to jump to the subsequent ledge. | +| 3 | The agent walks on the ledge and prepares to jump to a higher ledge. | +| 4 | After performing a high jump, the agent loses sight of the ledge below. | +| 5 | The agent walks on the ledge and prepares to jump onto a ledge at the same height or lower. | +| 6 | The agent executes a high jump while keeping the ledge below in sight. | +| 7 | The agent moves towards the right edge of the scene and touches the mushroom. | + +#### 📊 Alternative: Generate Your Own Videos + +You can also generate these videos yourself using our code: + +```bash +# Generate Ninja skill cluster videos +python -m train_procgen.enjoy_sppo --env_name ninja --mode 0 --num_embeddings 8 +``` + +**Note:** These videos showcase the distinct behavioral patterns learned by our semantic clustering approach. Each cluster demonstrates different combat strategies, movement patterns, and decision-making processes in the Ninja environment. + +## 📁 Output Structure + +``` +baseline/ # Required RL training package +train_procgen/ +├── checkpoints/ # Trained model checkpoints +├── figures/ # Generated visualizations and videos +videos/ # video clips corresponding to the clusters in the paper +``` + +## 📈 Reproducing Results + +To reproduce the results from our paper: + +1. **(Optional) Use existing checkpoints**: We have provided pre-trained checkpoints for Ninja, FruitBot, and Jumper (random seed 2021) in this repository under `train_procgen/checkpoints/`. You can skip training and directly run the visualization scripts. Otherwise, **train models** using the commands above. +2. **Generate visualizations** using the provided scripts +3. **Analyze results** using the interactive tools + +**Note:** Video generation may take 30-60 minutes depending on machine performance, as it ensures comprehensive exploration of all clusters. + + + + + +## 📄 License + +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. + +## 🙏 Acknowledgments + +This work builds upon the [OpenAI train-procgen](https://github.com/openai/train-procgen) framework. We thank the original authors for their excellent work on procedural generation for reinforcement learning benchmarking. \ No newline at end of file diff --git a/baselines/__init__.py b/baselines/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/a2c/README.md b/baselines/a2c/README.md new file mode 100644 index 0000000000000000000000000000000000000000..9450054021acf3af1abc8927d5c74ff162813b02 --- /dev/null +++ b/baselines/a2c/README.md @@ -0,0 +1,13 @@ +# A2C + +- Original paper: https://arxiv.org/abs/1602.01783 +- Baselines blog post: https://blog.openai.com/baselines-acktr-a2c/ +- `python -m baselines.run --alg=a2c --env=PongNoFrameskip-v4` runs the algorithm for 40M frames = 10M timesteps on an Atari Pong. See help (`-h`) for more options +- also refer to the repo-wide [README.md](../../README.md#training-models) + +## Files +- `run_atari`: file used to run the algorithm. +- `policies.py`: contains the different versions of the A2C architecture (MlpPolicy, CNNPolicy, LstmPolicy...). +- `a2c.py`: - Model : class used to initialize the step_model (sampling) and train_model (training) + - learn : Main entrypoint for A2C algorithm. Train a policy with given network architecture on a given environment using a2c algorithm. +- `runner.py`: class used to generates a batch of experiences diff --git a/baselines/a2c/__init__.py b/baselines/a2c/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/a2c/a2c.py b/baselines/a2c/a2c.py new file mode 100644 index 0000000000000000000000000000000000000000..0947b9d35343cac3c7e7f5b95346aa03e8284dea --- /dev/null +++ b/baselines/a2c/a2c.py @@ -0,0 +1,232 @@ +import time +import functools +import tensorflow as tf + +from baselines import logger + +from baselines.common import set_global_seeds, explained_variance +from baselines.common import tf_util +from baselines.common.policies import build_policy + + +from baselines.a2c.utils import Scheduler, find_trainable_variables +from baselines.a2c.runner import Runner +from baselines.ppo2.ppo2 import safemean +from collections import deque + +from tensorflow import losses + +class Model(object): + + """ + We use this class to : + __init__: + - Creates the step_model + - Creates the train_model + + train(): + - Make the training part (feedforward and retropropagation of gradients) + + save/load(): + - Save load the model + """ + def __init__(self, policy, env, nsteps, + ent_coef=0.01, vf_coef=0.5, max_grad_norm=0.5, lr=7e-4, + alpha=0.99, epsilon=1e-5, total_timesteps=int(80e6), lrschedule='linear'): + + sess = tf_util.get_session() + nenvs = env.num_envs + nbatch = nenvs*nsteps + + + with tf.compat.v1.variable_scope('a2c_model', reuse=tf.compat.v1.AUTO_REUSE): + # step_model is used for sampling + step_model = policy(nenvs, 1, sess) + + # train_model is used to train our network + train_model = policy(nbatch, nsteps, sess) + + A = tf.compat.v1.placeholder(train_model.action.dtype, train_model.action.shape) + ADV = tf.compat.v1.placeholder(tf.float32, [nbatch]) + R = tf.compat.v1.placeholder(tf.float32, [nbatch]) + LR = tf.compat.v1.placeholder(tf.float32, []) + + # Calculate the loss + # Total loss = Policy gradient loss - entropy * entropy coefficient + Value coefficient * value loss + + # Policy loss + neglogpac = train_model.pd.neglogp(A) + # L = A(s,a) * -logpi(a|s) + pg_loss = tf.reduce_mean(input_tensor=ADV * neglogpac) + + # Entropy is used to improve exploration by limiting the premature convergence to suboptimal policy. + entropy = tf.reduce_mean(input_tensor=train_model.pd.entropy()) + + # Value loss + vf_loss = losses.mean_squared_error(tf.squeeze(train_model.vf), R) + + loss = pg_loss - entropy*ent_coef + vf_loss * vf_coef + + # Update parameters using loss + # 1. Get the model parameters + params = find_trainable_variables("a2c_model") + + # 2. Calculate the gradients + grads = tf.gradients(ys=loss, xs=params) + if max_grad_norm is not None: + # Clip the gradients (normalize) + grads, grad_norm = tf.clip_by_global_norm(grads, max_grad_norm) + grads = list(zip(grads, params)) + # zip aggregate each gradient with parameters associated + # For instance zip(ABCD, xyza) => Ax, By, Cz, Da + + # 3. Make op for one policy and value update step of A2C + trainer = tf.compat.v1.train.RMSPropOptimizer(learning_rate=LR, decay=alpha, epsilon=epsilon) + + _train = trainer.apply_gradients(grads) + + lr = Scheduler(v=lr, nvalues=total_timesteps, schedule=lrschedule) + + def train(obs, states, rewards, masks, actions, values): + # Here we calculate advantage A(s,a) = R + yV(s') - V(s) + # rewards = R + yV(s') + advs = rewards - values + for step in range(len(obs)): + cur_lr = lr.value() + + td_map = {train_model.X:obs, A:actions, ADV:advs, R:rewards, LR:cur_lr} + if states is not None: + td_map[train_model.S] = states + td_map[train_model.M] = masks + policy_loss, value_loss, policy_entropy, _ = sess.run( + [pg_loss, vf_loss, entropy, _train], + td_map + ) + return policy_loss, value_loss, policy_entropy + + + self.train = train + self.train_model = train_model + self.step_model = step_model + self.step = step_model.step + self.value = step_model.value + self.initial_state = step_model.initial_state + self.save = functools.partial(tf_util.save_variables, sess=sess) + self.load = functools.partial(tf_util.load_variables, sess=sess) + tf.compat.v1.global_variables_initializer().run(session=sess) + + +def learn( + network, + env, + seed=None, + nsteps=5, + total_timesteps=int(80e6), + vf_coef=0.5, + ent_coef=0.01, + max_grad_norm=0.5, + lr=7e-4, + lrschedule='linear', + epsilon=1e-5, + alpha=0.99, + gamma=0.99, + log_interval=100, + load_path=None, + **network_kwargs): + + ''' + Main entrypoint for A2C algorithm. Train a policy with given network architecture on a given environment using a2c algorithm. + + Parameters: + ----------- + + network: policy network architecture. Either string (mlp, lstm, lnlstm, cnn_lstm, cnn, cnn_small, conv_only - see baselines.common/models.py for full list) + specifying the standard network architecture, or a function that takes tensorflow tensor as input and returns + tuple (output_tensor, extra_feed) where output tensor is the last network layer output, extra_feed is None for feed-forward + neural nets, and extra_feed is a dictionary describing how to feed state into the network for recurrent neural nets. + See baselines.common/policies.py/lstm for more details on using recurrent nets in policies + + + env: RL environment. Should implement interface similar to VecEnv (baselines.common/vec_env) or be wrapped with DummyVecEnv (baselines.common/vec_env/dummy_vec_env.py) + + + seed: seed to make random number sequence in the alorightm reproducible. By default is None which means seed from system noise generator (not reproducible) + + nsteps: int, number of steps of the vectorized environment per update (i.e. batch size is nsteps * nenv where + nenv is number of environment copies simulated in parallel) + + total_timesteps: int, total number of timesteps to train on (default: 80M) + + vf_coef: float, coefficient in front of value function loss in the total loss function (default: 0.5) + + ent_coef: float, coeffictiant in front of the policy entropy in the total loss function (default: 0.01) + + max_gradient_norm: float, gradient is clipped to have global L2 norm no more than this value (default: 0.5) + + lr: float, learning rate for RMSProp (current implementation has RMSProp hardcoded in) (default: 7e-4) + + lrschedule: schedule of learning rate. Can be 'linear', 'constant', or a function [0..1] -> [0..1] that takes fraction of the training progress as input and + returns fraction of the learning rate (specified as lr) as output + + epsilon: float, RMSProp epsilon (stabilizes square root computation in denominator of RMSProp update) (default: 1e-5) + + alpha: float, RMSProp decay parameter (default: 0.99) + + gamma: float, reward discounting parameter (default: 0.99) + + log_interval: int, specifies how frequently the logs are printed out (default: 100) + + **network_kwargs: keyword arguments to the policy / network builder. See baselines.common/policies.py/build_policy and arguments to a particular type of network + For instance, 'mlp' network architecture has arguments num_hidden and num_layers. + + ''' + + + + set_global_seeds(seed) + + # Get the nb of env + nenvs = env.num_envs + policy = build_policy(env, network, **network_kwargs) + + # Instantiate the model object (that creates step_model and train_model) + model = Model(policy=policy, env=env, nsteps=nsteps, ent_coef=ent_coef, vf_coef=vf_coef, + max_grad_norm=max_grad_norm, lr=lr, alpha=alpha, epsilon=epsilon, total_timesteps=total_timesteps, lrschedule=lrschedule) + if load_path is not None: + model.load(load_path) + + # Instantiate the runner object + runner = Runner(env, model, nsteps=nsteps, gamma=gamma) + epinfobuf = deque(maxlen=100) + + # Calculate the batch_size + nbatch = nenvs*nsteps + + # Start total timer + tstart = time.time() + + for update in range(1, total_timesteps//nbatch+1): + # Get mini batch of experiences + obs, states, rewards, masks, actions, values, epinfos = runner.run() + epinfobuf.extend(epinfos) + + policy_loss, value_loss, policy_entropy = model.train(obs, states, rewards, masks, actions, values) + nseconds = time.time()-tstart + + # Calculate the fps (frame per second) + fps = int((update*nbatch)/nseconds) + if update % log_interval == 0 or update == 1: + # Calculates if value function is a good predicator of the returns (ev > 1) + # or if it's just worse than predicting nothing (ev =< 0) + ev = explained_variance(values, rewards) + logger.record_tabular("nupdates", update) + logger.record_tabular("total_timesteps", update*nbatch) + logger.record_tabular("fps", fps) + logger.record_tabular("policy_entropy", float(policy_entropy)) + logger.record_tabular("value_loss", float(value_loss)) + logger.record_tabular("explained_variance", float(ev)) + logger.record_tabular("eprewmean", safemean([epinfo['r'] for epinfo in epinfobuf])) + logger.record_tabular("eplenmean", safemean([epinfo['l'] for epinfo in epinfobuf])) + logger.dump_tabular() + return model + diff --git a/baselines/a2c/runner.py b/baselines/a2c/runner.py new file mode 100644 index 0000000000000000000000000000000000000000..c9d610a6204c9424ff14207fce67bf50d54f28e1 --- /dev/null +++ b/baselines/a2c/runner.py @@ -0,0 +1,76 @@ +import numpy as np +from baselines.a2c.utils import discount_with_dones +from baselines.common.runners import AbstractEnvRunner + +class Runner(AbstractEnvRunner): + """ + We use this class to generate batches of experiences + + __init__: + - Initialize the runner + + run(): + - Make a mini batch of experiences + """ + def __init__(self, env, model, nsteps=5, gamma=0.99): + super().__init__(env=env, model=model, nsteps=nsteps) + self.gamma = gamma + self.batch_action_shape = [x if x is not None else -1 for x in model.train_model.action.shape.as_list()] + self.ob_dtype = model.train_model.X.dtype.as_numpy_dtype + + def run(self): + # We initialize the lists that will contain the mb of experiences + mb_obs, mb_rewards, mb_actions, mb_values, mb_dones = [],[],[],[],[] + mb_states = self.states + epinfos = [] + for n in range(self.nsteps): + # Given observations, take action and value (V(s)) + # We already have self.obs because Runner superclass run self.obs[:] = env.reset() on init + actions, values, states, _ = self.model.step(self.obs, S=self.states, M=self.dones) + + # Append the experiences + mb_obs.append(np.copy(self.obs)) + mb_actions.append(actions) + mb_values.append(values) + mb_dones.append(self.dones) + + # Take actions in env and look the results + obs, rewards, dones, infos = self.env.step(actions) + for info in infos: + maybeepinfo = info.get('episode') + if maybeepinfo: epinfos.append(maybeepinfo) + self.states = states + self.dones = dones + self.obs = obs + mb_rewards.append(rewards) + mb_dones.append(self.dones) + + # Batch of steps to batch of rollouts + mb_obs = np.asarray(mb_obs, dtype=self.ob_dtype).swapaxes(1, 0).reshape(self.batch_ob_shape) + mb_rewards = np.asarray(mb_rewards, dtype=np.float32).swapaxes(1, 0) + mb_actions = np.asarray(mb_actions, dtype=self.model.train_model.action.dtype.name).swapaxes(1, 0) + mb_values = np.asarray(mb_values, dtype=np.float32).swapaxes(1, 0) + mb_dones = np.asarray(mb_dones, dtype=np.bool).swapaxes(1, 0) + mb_masks = mb_dones[:, :-1] + mb_dones = mb_dones[:, 1:] + + + if self.gamma > 0.0: + # Discount/bootstrap off value fn + last_values = self.model.value(self.obs, S=self.states, M=self.dones).tolist() + for n, (rewards, dones, value) in enumerate(zip(mb_rewards, mb_dones, last_values)): + rewards = rewards.tolist() + dones = dones.tolist() + if dones[-1] == 0: + rewards = discount_with_dones(rewards+[value], dones+[0], self.gamma)[:-1] + else: + rewards = discount_with_dones(rewards, dones, self.gamma) + + mb_rewards[n] = rewards + + mb_actions = mb_actions.reshape(self.batch_action_shape) + + mb_rewards = mb_rewards.flatten() + mb_values = mb_values.flatten() + mb_masks = mb_masks.flatten() + return mb_obs, mb_states, mb_rewards, mb_masks, mb_actions, mb_values, epinfos diff --git a/baselines/a2c/utils.py b/baselines/a2c/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..f824831b5ab2d0cfc4e4ebdf3e5c78ef271ae8e0 --- /dev/null +++ b/baselines/a2c/utils.py @@ -0,0 +1,291 @@ +import os +import numpy as np +import tensorflow as tf +from collections import deque + +def sample(logits): + noise = tf.random.uniform(tf.shape(input=logits)) + return tf.argmax(input=logits - tf.math.log(-tf.math.log(noise)), axis=1) + +def cat_entropy(logits): + a0 = logits - tf.reduce_max(input_tensor=logits, axis=1, keepdims=True) + ea0 = tf.exp(a0) + z0 = tf.reduce_sum(input_tensor=ea0, axis=1, keepdims=True) + p0 = ea0 / z0 + return tf.reduce_sum(input_tensor=p0 * (tf.math.log(z0) - a0), axis=1) + +def cat_entropy_softmax(p0): + return - tf.reduce_sum(input_tensor=p0 * tf.math.log(p0 + 1e-6), axis = 1) + +def ortho_init(scale=1.0): + def _ortho_init(shape, dtype, partition_info=None): + #lasagne ortho init for tf + shape = tuple(shape) + if len(shape) == 2: + flat_shape = shape + elif len(shape) == 4: # assumes NHWC + flat_shape = (np.prod(shape[:-1]), shape[-1]) + else: + raise NotImplementedError + a = np.random.normal(0.0, 1.0, flat_shape) + u, _, v = np.linalg.svd(a, full_matrices=False) + q = u if u.shape == flat_shape else v # pick the one with the correct shape + q = q.reshape(shape) + return (scale * q[:shape[0], :shape[1]]).astype(np.float32) + return _ortho_init + +def conv(x, scope, *, nf, rf, stride, pad='VALID', init_scale=1.0, data_format='NHWC', one_dim_bias=False): + if data_format == 'NHWC': + channel_ax = 3 + strides = [1, stride, stride, 1] + bshape = [1, 1, 1, nf] + elif data_format == 'NCHW': + channel_ax = 1 + strides = [1, 1, stride, stride] + bshape = [1, nf, 1, 1] + else: + raise NotImplementedError + bias_var_shape = [nf] if one_dim_bias else [1, nf, 1, 1] + try: + nin = x.get_shape()[channel_ax].value + except: + nin = x.get_shape()[channel_ax] + wshape = [rf, rf, nin, nf] + with tf.compat.v1.variable_scope(scope): + w = tf.compat.v1.get_variable("w", wshape, initializer=ortho_init(init_scale)) + b = tf.compat.v1.get_variable("b", bias_var_shape, initializer=tf.compat.v1.constant_initializer(0.0)) + if not one_dim_bias and data_format == 'NHWC': + b = tf.reshape(b, bshape) + return tf.nn.conv2d(input=x, filters=w, strides=strides, padding=pad, data_format=data_format) + b + +def fc(x, scope, nh, *, init_scale=1.0, init_bias=0.0): + with tf.compat.v1.variable_scope(scope): + try: + nin = x.get_shape()[1].value + except: + nin = x.get_shape()[1] + w = tf.compat.v1.get_variable("w", [nin, nh], initializer=ortho_init(init_scale)) + b = tf.compat.v1.get_variable("b", [nh], initializer=tf.compat.v1.constant_initializer(init_bias)) + return tf.matmul(x, w)+b + +def batch_to_seq(h, nbatch, nsteps, flat=False): + if flat: + h = tf.reshape(h, [nbatch, nsteps]) + else: + h = tf.reshape(h, [nbatch, nsteps, -1]) + return [tf.squeeze(v, [1]) for v in tf.split(axis=1, num_or_size_splits=nsteps, value=h)] + +def seq_to_batch(h, flat = False): + shape = h[0].get_shape().as_list() + if not flat: + assert(len(shape) > 1) + nh = h[0].get_shape()[-1].value + return tf.reshape(tf.concat(axis=1, values=h), [-1, nh]) + else: + return tf.reshape(tf.stack(values=h, axis=1), [-1]) + +def lstm(xs, ms, s, scope, nh, init_scale=1.0): + nbatch, nin = [v.value for v in xs[0].get_shape()] + with tf.compat.v1.variable_scope(scope): + wx = tf.compat.v1.get_variable("wx", [nin, nh*4], initializer=ortho_init(init_scale)) + wh = tf.compat.v1.get_variable("wh", [nh, nh*4], initializer=ortho_init(init_scale)) + b = tf.compat.v1.get_variable("b", [nh*4], initializer=tf.compat.v1.constant_initializer(0.0)) + + c, h = tf.split(axis=1, num_or_size_splits=2, value=s) + for idx, (x, m) in enumerate(zip(xs, ms)): + c = c*(1-m) + h = h*(1-m) + z = tf.matmul(x, wx) + tf.matmul(h, wh) + b + i, f, o, u = tf.split(axis=1, num_or_size_splits=4, value=z) + i = tf.nn.sigmoid(i) + f = tf.nn.sigmoid(f) + o = tf.nn.sigmoid(o) + u = tf.tanh(u) + c = f*c + i*u + h = o*tf.tanh(c) + xs[idx] = h + s = tf.concat(axis=1, values=[c, h]) + return xs, s + +def _ln(x, g, b, e=1e-5, axes=[1]): + u, s = tf.nn.moments(x=x, axes=axes, keepdims=True) + x = (x-u)/tf.sqrt(s+e) + x = x*g+b + return x + +def lnlstm(xs, ms, s, scope, nh, init_scale=1.0): + nbatch, nin = [v.value for v in xs[0].get_shape()] + with tf.compat.v1.variable_scope(scope): + wx = tf.compat.v1.get_variable("wx", [nin, nh*4], initializer=ortho_init(init_scale)) + gx = tf.compat.v1.get_variable("gx", [nh*4], initializer=tf.compat.v1.constant_initializer(1.0)) + bx = tf.compat.v1.get_variable("bx", [nh*4], initializer=tf.compat.v1.constant_initializer(0.0)) + + wh = tf.compat.v1.get_variable("wh", [nh, nh*4], initializer=ortho_init(init_scale)) + gh = tf.compat.v1.get_variable("gh", [nh*4], initializer=tf.compat.v1.constant_initializer(1.0)) + bh = tf.compat.v1.get_variable("bh", [nh*4], initializer=tf.compat.v1.constant_initializer(0.0)) + + b = tf.compat.v1.get_variable("b", [nh*4], initializer=tf.compat.v1.constant_initializer(0.0)) + + gc = tf.compat.v1.get_variable("gc", [nh], initializer=tf.compat.v1.constant_initializer(1.0)) + bc = tf.compat.v1.get_variable("bc", [nh], initializer=tf.compat.v1.constant_initializer(0.0)) + + c, h = tf.split(axis=1, num_or_size_splits=2, value=s) + for idx, (x, m) in enumerate(zip(xs, ms)): + c = c*(1-m) + h = h*(1-m) + z = _ln(tf.matmul(x, wx), gx, bx) + _ln(tf.matmul(h, wh), gh, bh) + b + i, f, o, u = tf.split(axis=1, num_or_size_splits=4, value=z) + i = tf.nn.sigmoid(i) + f = tf.nn.sigmoid(f) + o = tf.nn.sigmoid(o) + u = tf.tanh(u) + c = f*c + i*u + h = o*tf.tanh(_ln(c, gc, bc)) + xs[idx] = h + s = tf.concat(axis=1, values=[c, h]) + return xs, s + +def conv_to_fc(x): + try: + nh = np.prod([v.value for v in x.get_shape()[1:]]) + except: + nh = np.prod([v for v in x.get_shape()[1:]]) + x = tf.reshape(x, [-1, nh]) + return x + +def discount_with_dones(rewards, dones, gamma): + discounted = [] + r = 0 + for reward, done in zip(rewards[::-1], dones[::-1]): + r = reward + gamma*r*(1.-done) # fixed off by one bug + discounted.append(r) + return discounted[::-1] + +def find_trainable_variables(key): + return tf.compat.v1.trainable_variables(key) + +def make_path(f): + return os.makedirs(f, exist_ok=True) + +def constant(p): + return 1 + +def linear(p): + return 1-p + +def middle_drop(p): + eps = 0.75 + if 1-p [0..1] that takes fraction of the training progress as input and + returns fraction of the learning rate (specified as lr) as output + + rprop_epsilon: float, RMSProp epsilon (stabilizes square root computation in denominator of RMSProp update) (default: 1e-5) + + rprop_alpha: float, RMSProp decay parameter (default: 0.99) + + gamma: float, reward discounting factor (default: 0.99) + + log_interval: int, number of updates between logging events (default: 100) + + buffer_size: int, size of the replay buffer (default: 50k) + + replay_ratio: int, now many (on average) batches of data to sample from the replay buffer take after batch from the environment (default: 4) + + replay_start: int, the sampling from the replay buffer does not start until replay buffer has at least that many samples (default: 10k) + + c: float, importance weight clipping factor (default: 10) + + trust_region bool, whether or not algorithms estimates the gradient KL divergence between the old and updated policy and uses it to determine step size (default: True) + + delta: float, max KL divergence between the old policy and updated policy (default: 1) + + alpha: float, momentum factor in the Polyak (exponential moving average) averaging of the model parameters (default: 0.99) + + load_path: str, path to load the model from (default: None) + + **network_kwargs: keyword arguments to the policy / network builder. See baselines.common/policies.py/build_policy and arguments to a particular type of network + For instance, 'mlp' network architecture has arguments num_hidden and num_layers. + + ''' + + print("Running Acer Simple") + print(locals()) + set_global_seeds(seed) + if not isinstance(env, VecFrameStack): + env = VecFrameStack(env, 1) + + policy = build_policy(env, network, estimate_q=True, **network_kwargs) + nenvs = env.num_envs + ob_space = env.observation_space + ac_space = env.action_space + + nstack = env.nstack + model = Model(policy=policy, ob_space=ob_space, ac_space=ac_space, nenvs=nenvs, nsteps=nsteps, + ent_coef=ent_coef, q_coef=q_coef, gamma=gamma, + max_grad_norm=max_grad_norm, lr=lr, rprop_alpha=rprop_alpha, rprop_epsilon=rprop_epsilon, + total_timesteps=total_timesteps, lrschedule=lrschedule, c=c, + trust_region=trust_region, alpha=alpha, delta=delta) + + if load_path is not None: + model.load(load_path) + + runner = Runner(env=env, model=model, nsteps=nsteps) + if replay_ratio > 0: + buffer = Buffer(env=env, nsteps=nsteps, size=buffer_size) + else: + buffer = None + nbatch = nenvs*nsteps + acer = Acer(runner, model, buffer, log_interval) + acer.tstart = time.time() + + for acer.steps in range(0, total_timesteps, nbatch): #nbatch samples, 1 on_policy call and multiple off-policy calls + acer.call(on_policy=True) + if replay_ratio > 0 and buffer.has_atleast(replay_start): + n = np.random.poisson(replay_ratio) + for _ in range(n): + acer.call(on_policy=False) # no simulation steps in this + + return model diff --git a/baselines/acer/buffer.py b/baselines/acer/buffer.py new file mode 100644 index 0000000000000000000000000000000000000000..000592cc8d28cb6a5494ef1393acca9dc76bad1a --- /dev/null +++ b/baselines/acer/buffer.py @@ -0,0 +1,156 @@ +import numpy as np + +class Buffer(object): + # gets obs, actions, rewards, mu's, (states, masks), dones + def __init__(self, env, nsteps, size=50000): + self.nenv = env.num_envs + self.nsteps = nsteps + # self.nh, self.nw, self.nc = env.observation_space.shape + self.obs_shape = env.observation_space.shape + self.obs_dtype = env.observation_space.dtype + self.ac_dtype = env.action_space.dtype + self.nc = self.obs_shape[-1] + self.nstack = env.nstack + self.nc //= self.nstack + self.nbatch = self.nenv * self.nsteps + self.size = size // (self.nsteps) # Each loc contains nenv * nsteps frames, thus total buffer is nenv * size frames + + # Memory + self.enc_obs = None + self.actions = None + self.rewards = None + self.mus = None + self.dones = None + self.masks = None + + # Size indexes + self.next_idx = 0 + self.num_in_buffer = 0 + + def has_atleast(self, frames): + # Frames per env, so total (nenv * frames) Frames needed + # Each buffer loc has nenv * nsteps frames + return self.num_in_buffer >= (frames // self.nsteps) + + def can_sample(self): + return self.num_in_buffer > 0 + + # Generate stacked frames + def decode(self, enc_obs, dones): + # enc_obs has shape [nenvs, nsteps + nstack, nh, nw, nc] + # dones has shape [nenvs, nsteps] + # returns stacked obs of shape [nenv, (nsteps + 1), nh, nw, nstack*nc] + + return _stack_obs(enc_obs, dones, + nsteps=self.nsteps) + + def put(self, enc_obs, actions, rewards, mus, dones, masks): + # enc_obs [nenv, (nsteps + nstack), nh, nw, nc] + # actions, rewards, dones [nenv, nsteps] + # mus [nenv, nsteps, nact] + + if self.enc_obs is None: + self.enc_obs = np.empty([self.size] + list(enc_obs.shape), dtype=self.obs_dtype) + self.actions = np.empty([self.size] + list(actions.shape), dtype=self.ac_dtype) + self.rewards = np.empty([self.size] + list(rewards.shape), dtype=np.float32) + self.mus = np.empty([self.size] + list(mus.shape), dtype=np.float32) + self.dones = np.empty([self.size] + list(dones.shape), dtype=np.bool) + self.masks = np.empty([self.size] + list(masks.shape), dtype=np.bool) + + self.enc_obs[self.next_idx] = enc_obs + self.actions[self.next_idx] = actions + self.rewards[self.next_idx] = rewards + self.mus[self.next_idx] = mus + self.dones[self.next_idx] = dones + self.masks[self.next_idx] = masks + + self.next_idx = (self.next_idx + 1) % self.size + self.num_in_buffer = min(self.size, self.num_in_buffer + 1) + + def take(self, x, idx, envx): + nenv = self.nenv + out = np.empty([nenv] + list(x.shape[2:]), dtype=x.dtype) + for i in range(nenv): + out[i] = x[idx[i], envx[i]] + return out + + def get(self): + # returns + # obs [nenv, (nsteps + 1), nh, nw, nstack*nc] + # actions, rewards, dones [nenv, nsteps] + # mus [nenv, nsteps, nact] + nenv = self.nenv + assert self.can_sample() + + # Sample exactly one id per env. If you sample across envs, then higher correlation in samples from same env. + idx = np.random.randint(0, self.num_in_buffer, nenv) + envx = np.arange(nenv) + + take = lambda x: self.take(x, idx, envx) # for i in range(nenv)], axis = 0) + dones = take(self.dones) + enc_obs = take(self.enc_obs) + obs = self.decode(enc_obs, dones) + actions = take(self.actions) + rewards = take(self.rewards) + mus = take(self.mus) + masks = take(self.masks) + return obs, actions, rewards, mus, dones, masks + + + +def _stack_obs_ref(enc_obs, dones, nsteps): + nenv = enc_obs.shape[0] + nstack = enc_obs.shape[1] - nsteps + nh, nw, nc = enc_obs.shape[2:] + obs_dtype = enc_obs.dtype + obs_shape = (nh, nw, nc*nstack) + + mask = np.empty([nsteps + nstack - 1, nenv, 1, 1, 1], dtype=np.float32) + obs = np.zeros([nstack, nsteps + nstack, nenv, nh, nw, nc], dtype=obs_dtype) + x = np.reshape(enc_obs, [nenv, nsteps + nstack, nh, nw, nc]).swapaxes(1, 0) # [nsteps + nstack, nenv, nh, nw, nc] + + mask[nstack-1:] = np.reshape(1.0 - dones, [nenv, nsteps, 1, 1, 1]).swapaxes(1, 0) # keep + mask[:nstack-1] = 1.0 + + # y = np.reshape(1 - dones, [nenvs, nsteps, 1, 1, 1]) + for i in range(nstack): + obs[-(i + 1), i:] = x + # obs[:,i:,:,:,-(i+1),:] = x + x = x[:-1] * mask + mask = mask[1:] + + return np.reshape(obs[:, (nstack-1):].transpose((2, 1, 3, 4, 0, 5)), (nenv, (nsteps + 1)) + obs_shape) + +def _stack_obs(enc_obs, dones, nsteps): + nenv = enc_obs.shape[0] + nstack = enc_obs.shape[1] - nsteps + nc = enc_obs.shape[-1] + + obs_ = np.zeros((nenv, nsteps + 1) + enc_obs.shape[2:-1] + (enc_obs.shape[-1] * nstack, ), dtype=enc_obs.dtype) + mask = np.ones((nenv, nsteps+1), dtype=enc_obs.dtype) + mask[:, 1:] = 1.0 - dones + mask = mask.reshape(mask.shape + tuple(np.ones(len(enc_obs.shape)-2, dtype=np.uint8))) + + for i in range(nstack-1, -1, -1): + obs_[..., i * nc : (i + 1) * nc] = enc_obs[:, i : i + nsteps + 1, :] + if i < nstack-1: + obs_[..., i * nc : (i + 1) * nc] *= mask + mask[:, 1:, ...] *= mask[:, :-1, ...] + + return obs_ + +def test_stack_obs(): + nstack = 7 + nenv = 1 + nsteps = 5 + + obs_shape = (2, 3, nstack) + + enc_obs_shape = (nenv, nsteps + nstack) + obs_shape[:-1] + (1,) + enc_obs = np.random.random(enc_obs_shape) + dones = np.random.randint(low=0, high=2, size=(nenv, nsteps)) + + stacked_obs_ref = _stack_obs_ref(enc_obs, dones, nsteps=nsteps) + stacked_obs_test = _stack_obs(enc_obs, dones, nsteps=nsteps) + + np.testing.assert_allclose(stacked_obs_ref, stacked_obs_test) diff --git a/baselines/acer/defaults.py b/baselines/acer/defaults.py new file mode 100644 index 0000000000000000000000000000000000000000..0334baea935a5b1b759a4ef11c3b5e5e8773b4b0 --- /dev/null +++ b/baselines/acer/defaults.py @@ -0,0 +1,4 @@ +def atari(): + return dict( + lrschedule='constant' + ) diff --git a/baselines/acer/policies.py b/baselines/acer/policies.py new file mode 100644 index 0000000000000000000000000000000000000000..14440d7ad77415528e4dfe094bd5a1770260fe73 --- /dev/null +++ b/baselines/acer/policies.py @@ -0,0 +1,81 @@ +import numpy as np +import tensorflow as tf +from baselines.common.policies import nature_cnn +from baselines.a2c.utils import fc, batch_to_seq, seq_to_batch, lstm, sample + + +class AcerCnnPolicy(object): + + def __init__(self, sess, ob_space, ac_space, nenv, nsteps, nstack, reuse=False): + nbatch = nenv * nsteps + nh, nw, nc = ob_space.shape + ob_shape = (nbatch, nh, nw, nc * nstack) + nact = ac_space.n + X = tf.compat.v1.placeholder(tf.uint8, ob_shape) # obs + with tf.compat.v1.variable_scope("model", reuse=reuse): + h = nature_cnn(X) + pi_logits = fc(h, 'pi', nact, init_scale=0.01) + pi = tf.nn.softmax(pi_logits) + q = fc(h, 'q', nact) + + a = sample(tf.nn.softmax(pi_logits)) # could change this to use self.pi instead + self.initial_state = [] # not stateful + self.X = X + self.pi = pi # actual policy params now + self.pi_logits = pi_logits + self.q = q + self.vf = q + + def step(ob, *args, **kwargs): + # returns actions, mus, states + a0, pi0 = sess.run([a, pi], {X: ob}) + return a0, pi0, [] # dummy state + + def out(ob, *args, **kwargs): + pi0, q0 = sess.run([pi, q], {X: ob}) + return pi0, q0 + + def act(ob, *args, **kwargs): + return sess.run(a, {X: ob}) + + self.step = step + self.out = out + self.act = act + +class AcerLstmPolicy(object): + + def __init__(self, sess, ob_space, ac_space, nenv, nsteps, nstack, reuse=False, nlstm=256): + nbatch = nenv * nsteps + nh, nw, nc = ob_space.shape + ob_shape = (nbatch, nh, nw, nc * nstack) + nact = ac_space.n + X = tf.compat.v1.placeholder(tf.uint8, ob_shape) # obs + M = tf.compat.v1.placeholder(tf.float32, [nbatch]) #mask (done t-1) + S = tf.compat.v1.placeholder(tf.float32, [nenv, nlstm*2]) #states + with tf.compat.v1.variable_scope("model", reuse=reuse): + h = nature_cnn(X) + + # lstm + xs = batch_to_seq(h, nenv, nsteps) + ms = batch_to_seq(M, nenv, nsteps) + h5, snew = lstm(xs, ms, S, 'lstm1', nh=nlstm) + h5 = seq_to_batch(h5) + + pi_logits = fc(h5, 'pi', nact, init_scale=0.01) + pi = tf.nn.softmax(pi_logits) + q = fc(h5, 'q', nact) + + a = sample(pi_logits) # could change this to use self.pi instead + self.initial_state = np.zeros((nenv, nlstm*2), dtype=np.float32) + self.X = X + self.M = M + self.S = S + self.pi = pi # actual policy params now + self.q = q + + def step(ob, state, mask, *args, **kwargs): + # returns actions, mus, states + a0, pi0, s = sess.run([a, pi, snew], {X: ob, S: state, M: mask}) + return a0, pi0, s + + self.step = step diff --git a/baselines/acer/runner.py b/baselines/acer/runner.py new file mode 100644 index 0000000000000000000000000000000000000000..afd19ce2eb531e2ae76838205e6b91432ccca215 --- /dev/null +++ b/baselines/acer/runner.py @@ -0,0 +1,61 @@ +import numpy as np +from baselines.common.runners import AbstractEnvRunner +from baselines.common.vec_env.vec_frame_stack import VecFrameStack +from gym import spaces + + +class Runner(AbstractEnvRunner): + + def __init__(self, env, model, nsteps): + super().__init__(env=env, model=model, nsteps=nsteps) + assert isinstance(env.action_space, spaces.Discrete), 'This ACER implementation works only with discrete action spaces!' + assert isinstance(env, VecFrameStack) + + self.nact = env.action_space.n + nenv = self.nenv + self.nbatch = nenv * nsteps + self.batch_ob_shape = (nenv*(nsteps+1),) + env.observation_space.shape + + self.obs = env.reset() + self.obs_dtype = env.observation_space.dtype + self.ac_dtype = env.action_space.dtype + self.nstack = self.env.nstack + self.nc = self.batch_ob_shape[-1] // self.nstack + + + def run(self): + # enc_obs = np.split(self.obs, self.nstack, axis=3) # so now list of obs steps + enc_obs = np.split(self.env.stackedobs, self.env.nstack, axis=-1) + mb_obs, mb_actions, mb_mus, mb_dones, mb_rewards = [], [], [], [], [] + for _ in range(self.nsteps): + actions, mus, states = self.model._step(self.obs, S=self.states, M=self.dones) + mb_obs.append(np.copy(self.obs)) + mb_actions.append(actions) + mb_mus.append(mus) + mb_dones.append(self.dones) + obs, rewards, dones, _ = self.env.step(actions) + # states information for statefull models like LSTM + self.states = states + self.dones = dones + self.obs = obs + mb_rewards.append(rewards) + enc_obs.append(obs[..., -self.nc:]) + mb_obs.append(np.copy(self.obs)) + mb_dones.append(self.dones) + + enc_obs = np.asarray(enc_obs, dtype=self.obs_dtype).swapaxes(1, 0) + mb_obs = np.asarray(mb_obs, dtype=self.obs_dtype).swapaxes(1, 0) + mb_actions = np.asarray(mb_actions, dtype=self.ac_dtype).swapaxes(1, 0) + mb_rewards = np.asarray(mb_rewards, dtype=np.float32).swapaxes(1, 0) + mb_mus = np.asarray(mb_mus, dtype=np.float32).swapaxes(1, 0) + + mb_dones = np.asarray(mb_dones, dtype=np.bool).swapaxes(1, 0) + + mb_masks = mb_dones # Used for statefull models like LSTM's to mask state when done + mb_dones = mb_dones[:, 1:] # Used for calculating returns. The dones array is now aligned with rewards + + # shapes are now [nenv, nsteps, []] + # When pulling from buffer, arrays will now be reshaped in place, preventing a deep copy. + + return enc_obs, mb_obs, mb_actions, mb_rewards, mb_mus, mb_dones, mb_masks + diff --git a/baselines/acktr/README.md b/baselines/acktr/README.md new file mode 100644 index 0000000000000000000000000000000000000000..99f50f2bd991138893d73e8ee6290679a524743d --- /dev/null +++ b/baselines/acktr/README.md @@ -0,0 +1,9 @@ +# ACKTR + +- Original paper: https://arxiv.org/abs/1708.05144 +- Baselines blog post: https://blog.openai.com/baselines-acktr-a2c/ +- `python -m baselines.run --alg=acktr --env=PongNoFrameskip-v4` runs the algorithm for 40M frames = 10M timesteps on an Atari Pong. See help (`-h`) for more options. +- also refer to the repo-wide [README.md](../../README.md#training-models) + +## ACKTR with continuous action spaces +The code of ACKTR has been refactored to handle both discrete and continuous action spaces uniformly. In the original version, discrete and continuous action spaces were handled by different code (actkr_disc.py and acktr_cont.py) with little overlap. If interested in the original version of the acktr for continuous action spaces, use `old_acktr_cont` branch. Note that original code performs better on the mujoco tasks than the refactored version; we are still investigating why. diff --git a/baselines/acktr/__init__.py b/baselines/acktr/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/acktr/acktr.py b/baselines/acktr/acktr.py new file mode 100644 index 0000000000000000000000000000000000000000..512dedd9f3eecb8ceab9d9b7068f330545d476c2 --- /dev/null +++ b/baselines/acktr/acktr.py @@ -0,0 +1,158 @@ +import os.path as osp +import time +import functools +import tensorflow as tf +from baselines import logger + +from baselines.common import set_global_seeds, explained_variance +from baselines.common.policies import build_policy +from baselines.common.tf_util import get_session, save_variables, load_variables + +from baselines.a2c.runner import Runner +from baselines.a2c.utils import Scheduler, find_trainable_variables +from baselines.acktr import kfac +from baselines.ppo2.ppo2 import safemean +from collections import deque + + +class Model(object): + + def __init__(self, policy, ob_space, ac_space, nenvs,total_timesteps, nprocs=32, nsteps=20, + ent_coef=0.01, vf_coef=0.5, vf_fisher_coef=1.0, lr=0.25, max_grad_norm=0.5, + kfac_clip=0.001, lrschedule='linear', is_async=True): + + self.sess = sess = get_session() + nbatch = nenvs * nsteps + with tf.compat.v1.variable_scope('acktr_model', reuse=tf.compat.v1.AUTO_REUSE): + self.model = step_model = policy(nenvs, 1, sess=sess) + self.model2 = train_model = policy(nenvs*nsteps, nsteps, sess=sess) + + A = train_model.pdtype.sample_placeholder([None]) + ADV = tf.compat.v1.placeholder(tf.float32, [nbatch]) + R = tf.compat.v1.placeholder(tf.float32, [nbatch]) + PG_LR = tf.compat.v1.placeholder(tf.float32, []) + VF_LR = tf.compat.v1.placeholder(tf.float32, []) + + neglogpac = train_model.pd.neglogp(A) + self.logits = train_model.pi + + ##training loss + pg_loss = tf.reduce_mean(input_tensor=ADV*neglogpac) + entropy = tf.reduce_mean(input_tensor=train_model.pd.entropy()) + pg_loss = pg_loss - ent_coef * entropy + vf_loss = tf.compat.v1.losses.mean_squared_error(tf.squeeze(train_model.vf), R) + train_loss = pg_loss + vf_coef * vf_loss + + + ##Fisher loss construction + self.pg_fisher = pg_fisher_loss = -tf.reduce_mean(input_tensor=neglogpac) + sample_net = train_model.vf + tf.random.normal(tf.shape(input=train_model.vf)) + self.vf_fisher = vf_fisher_loss = - vf_fisher_coef*tf.reduce_mean(input_tensor=tf.pow(train_model.vf - tf.stop_gradient(sample_net), 2)) + self.joint_fisher = joint_fisher_loss = pg_fisher_loss + vf_fisher_loss + + self.params=params = find_trainable_variables("acktr_model") + + self.grads_check = grads = tf.gradients(ys=train_loss,xs=params) + + with tf.device('/gpu:0'): + self.optim = optim = kfac.KfacOptimizer(learning_rate=PG_LR, clip_kl=kfac_clip,\ + momentum=0.9, kfac_update=1, epsilon=0.01,\ + stats_decay=0.99, is_async=is_async, cold_iter=10, max_grad_norm=max_grad_norm) + + # update_stats_op = optim.compute_and_apply_stats(joint_fisher_loss, var_list=params) + optim.compute_and_apply_stats(joint_fisher_loss, var_list=params) + train_op, q_runner = optim.apply_gradients(list(zip(grads,params))) + self.q_runner = q_runner + self.lr = Scheduler(v=lr, nvalues=total_timesteps, schedule=lrschedule) + + def train(obs, states, rewards, masks, actions, values): + advs = rewards - values + for step in range(len(obs)): + cur_lr = self.lr.value() + + td_map = {train_model.X:obs, A:actions, ADV:advs, R:rewards, PG_LR:cur_lr, VF_LR:cur_lr} + if states is not None: + td_map[train_model.S] = states + td_map[train_model.M] = masks + + policy_loss, value_loss, policy_entropy, _ = sess.run( + [pg_loss, vf_loss, entropy, train_op], + td_map + ) + return policy_loss, value_loss, policy_entropy + + + self.train = train + self.save = functools.partial(save_variables, sess=sess) + self.load = functools.partial(load_variables, sess=sess) + self.train_model = train_model + self.step_model = step_model + self.step = step_model.step + self.value = step_model.value + self.initial_state = step_model.initial_state + tf.compat.v1.global_variables_initializer().run(session=sess) + +def learn(network, env, seed, total_timesteps=int(40e6), gamma=0.99, log_interval=100, nprocs=32, nsteps=20, + ent_coef=0.01, vf_coef=0.5, vf_fisher_coef=1.0, lr=0.25, max_grad_norm=0.5, + kfac_clip=0.001, save_interval=None, lrschedule='linear', load_path=None, is_async=True, **network_kwargs): + set_global_seeds(seed) + + + if network == 'cnn': + network_kwargs['one_dim_bias'] = True + + policy = build_policy(env, network, **network_kwargs) + + nenvs = env.num_envs + ob_space = env.observation_space + ac_space = env.action_space + make_model = lambda : Model(policy, ob_space, ac_space, nenvs, total_timesteps, nprocs=nprocs, nsteps + =nsteps, ent_coef=ent_coef, vf_coef=vf_coef, vf_fisher_coef= + vf_fisher_coef, lr=lr, max_grad_norm=max_grad_norm, kfac_clip=kfac_clip, + lrschedule=lrschedule, is_async=is_async) + if save_interval and logger.get_dir(): + import cloudpickle + with open(osp.join(logger.get_dir(), 'make_model.pkl'), 'wb') as fh: + fh.write(cloudpickle.dumps(make_model)) + model = make_model() + + if load_path is not None: + model.load(load_path) + + runner = Runner(env, model, nsteps=nsteps, gamma=gamma) + epinfobuf = deque(maxlen=100) + nbatch = nenvs*nsteps + tstart = time.time() + coord = tf.train.Coordinator() + if is_async: + enqueue_threads = model.q_runner.create_threads(model.sess, coord=coord, start=True) + else: + enqueue_threads = [] + + for update in range(1, total_timesteps//nbatch+1): + obs, states, rewards, masks, actions, values, epinfos = runner.run() + epinfobuf.extend(epinfos) + policy_loss, value_loss, policy_entropy = model.train(obs, states, rewards, masks, actions, values) + model.old_obs = obs + nseconds = time.time()-tstart + fps = int((update*nbatch)/nseconds) + if update % log_interval == 0 or update == 1: + ev = explained_variance(values, rewards) + logger.record_tabular("nupdates", update) + logger.record_tabular("total_timesteps", update*nbatch) + logger.record_tabular("fps", fps) + logger.record_tabular("policy_entropy", float(policy_entropy)) + logger.record_tabular("policy_loss", float(policy_loss)) + logger.record_tabular("value_loss", float(value_loss)) + logger.record_tabular("explained_variance", float(ev)) + logger.record_tabular("eprewmean", safemean([epinfo['r'] for epinfo in epinfobuf])) + logger.record_tabular("eplenmean", safemean([epinfo['l'] for epinfo in epinfobuf])) + logger.dump_tabular() + + if save_interval and (update % save_interval == 0 or update == 1) and logger.get_dir(): + savepath = osp.join(logger.get_dir(), 'checkpoint%.5i'%update) + print('Saving to', savepath) + model.save(savepath) + coord.request_stop() + coord.join(enqueue_threads) + return model diff --git a/baselines/acktr/defaults.py b/baselines/acktr/defaults.py new file mode 100644 index 0000000000000000000000000000000000000000..f1e3ab66596e2914a279000c8d1f3a4469029b71 --- /dev/null +++ b/baselines/acktr/defaults.py @@ -0,0 +1,5 @@ +def mujoco(): + return dict( + nsteps=2500, + value_network='copy' + ) diff --git a/baselines/acktr/kfac.py b/baselines/acktr/kfac.py new file mode 100644 index 0000000000000000000000000000000000000000..50042fe8338bc8a30aaa4f7740b020aecdf6d613 --- /dev/null +++ b/baselines/acktr/kfac.py @@ -0,0 +1,928 @@ +import tensorflow as tf +import numpy as np +import re + + # flake8: noqa F403, F405 +from baselines.acktr.kfac_utils import * +from functools import reduce + +KFAC_OPS = ['MatMul', 'Conv2D', 'BiasAdd'] +KFAC_DEBUG = False + + +class KfacOptimizer(): + # note that KfacOptimizer will be truly synchronous (and thus deterministic) only if a single-threaded session is used + def __init__(self, learning_rate=0.01, momentum=0.9, clip_kl=0.01, kfac_update=2, stats_accum_iter=60, full_stats_init=False, cold_iter=100, cold_lr=None, is_async=False, async_stats=False, epsilon=1e-2, stats_decay=0.95, blockdiag_bias=False, channel_fac=False, factored_damping=False, approxT2=False, use_float64=False, weight_decay_dict={},max_grad_norm=0.5): + self.max_grad_norm = max_grad_norm + self._lr = learning_rate + self._momentum = momentum + self._clip_kl = clip_kl + self._channel_fac = channel_fac + self._kfac_update = kfac_update + self._async = is_async + self._async_stats = async_stats + self._epsilon = epsilon + self._stats_decay = stats_decay + self._blockdiag_bias = blockdiag_bias + self._approxT2 = approxT2 + self._use_float64 = use_float64 + self._factored_damping = factored_damping + self._cold_iter = cold_iter + if cold_lr == None: + # good heuristics + self._cold_lr = self._lr# * 3. + else: + self._cold_lr = cold_lr + self._stats_accum_iter = stats_accum_iter + self._weight_decay_dict = weight_decay_dict + self._diag_init_coeff = 0. + self._full_stats_init = full_stats_init + if not self._full_stats_init: + self._stats_accum_iter = self._cold_iter + + self.sgd_step = tf.Variable(0, name='KFAC/sgd_step', trainable=False) + self.global_step = tf.Variable( + 0, name='KFAC/global_step', trainable=False) + self.cold_step = tf.Variable(0, name='KFAC/cold_step', trainable=False) + self.factor_step = tf.Variable( + 0, name='KFAC/factor_step', trainable=False) + self.stats_step = tf.Variable( + 0, name='KFAC/stats_step', trainable=False) + self.vFv = tf.Variable(0., name='KFAC/vFv', trainable=False) + + self.factors = {} + self.param_vars = [] + self.stats = {} + self.stats_eigen = {} + + def getFactors(self, g, varlist): + graph = tf.compat.v1.get_default_graph() + factorTensors = {} + fpropTensors = [] + bpropTensors = [] + opTypes = [] + fops = [] + + def searchFactors(gradient, graph): + # hard coded search stratergy + bpropOp = gradient.op + bpropOp_name = bpropOp.name + + bTensors = [] + fTensors = [] + + # combining additive gradient, assume they are the same op type and + # indepedent + if 'AddN' in bpropOp_name: + factors = [] + for g in gradient.op.inputs: + factors.append(searchFactors(g, graph)) + op_names = [item['opName'] for item in factors] + # TO-DO: need to check all the attribute of the ops as well + print (gradient.name) + print (op_names) + print (len(np.unique(op_names))) + assert len(np.unique(op_names)) == 1, gradient.name + \ + ' is shared among different computation OPs' + + bTensors = reduce(lambda x, y: x + y, + [item['bpropFactors'] for item in factors]) + if len(factors[0]['fpropFactors']) > 0: + fTensors = reduce( + lambda x, y: x + y, [item['fpropFactors'] for item in factors]) + fpropOp_name = op_names[0] + fpropOp = factors[0]['op'] + else: + fpropOp_name = re.search( + 'gradientsSampled(_[0-9]+|)/(.+?)_grad', bpropOp_name).group(2) + fpropOp = graph.get_operation_by_name(fpropOp_name) + if fpropOp.op_def.name in KFAC_OPS: + # Known OPs + ### + bTensor = [ + i for i in bpropOp.inputs if 'gradientsSampled' in i.name][-1] + bTensorShape = fpropOp.outputs[0].get_shape() + if bTensor.get_shape()[0].value == None: + bTensor.set_shape(bTensorShape) + bTensors.append(bTensor) + ### + if fpropOp.op_def.name == 'BiasAdd': + fTensors = [] + else: + fTensors.append( + [i for i in fpropOp.inputs if param.op.name not in i.name][0]) + fpropOp_name = fpropOp.op_def.name + else: + # unknown OPs, block approximation used + bInputsList = [i for i in bpropOp.inputs[ + 0].op.inputs if 'gradientsSampled' in i.name if 'Shape' not in i.name] + if len(bInputsList) > 0: + bTensor = bInputsList[0] + bTensorShape = fpropOp.outputs[0].get_shape() + if len(bTensor.get_shape()) > 0 and bTensor.get_shape()[0].value == None: + bTensor.set_shape(bTensorShape) + bTensors.append(bTensor) + fpropOp_name = opTypes.append('UNK-' + fpropOp.op_def.name) + + return {'opName': fpropOp_name, 'op': fpropOp, 'fpropFactors': fTensors, 'bpropFactors': bTensors} + + for t, param in zip(g, varlist): + if KFAC_DEBUG: + print(('get factor for '+param.name)) + factors = searchFactors(t, graph) + factorTensors[param] = factors + + ######## + # check associated weights and bias for homogeneous coordinate representation + # and check redundent factors + # TO-DO: there may be a bug to detect associate bias and weights for + # forking layer, e.g. in inception models. + for param in varlist: + factorTensors[param]['assnWeights'] = None + factorTensors[param]['assnBias'] = None + for param in varlist: + if factorTensors[param]['opName'] == 'BiasAdd': + factorTensors[param]['assnWeights'] = None + for item in varlist: + if len(factorTensors[item]['bpropFactors']) > 0: + if (set(factorTensors[item]['bpropFactors']) == set(factorTensors[param]['bpropFactors'])) and (len(factorTensors[item]['fpropFactors']) > 0): + factorTensors[param]['assnWeights'] = item + factorTensors[item]['assnBias'] = param + factorTensors[param]['bpropFactors'] = factorTensors[ + item]['bpropFactors'] + + ######## + + ######## + # concatenate the additive gradients along the batch dimension, i.e. + # assuming independence structure + for key in ['fpropFactors', 'bpropFactors']: + for i, param in enumerate(varlist): + if len(factorTensors[param][key]) > 0: + if (key + '_concat') not in factorTensors[param]: + name_scope = factorTensors[param][key][0].name.split(':')[ + 0] + with tf.compat.v1.name_scope(name_scope): + factorTensors[param][ + key + '_concat'] = tf.concat(factorTensors[param][key], 0) + else: + factorTensors[param][key + '_concat'] = None + for j, param2 in enumerate(varlist[(i + 1):]): + if (len(factorTensors[param][key]) > 0) and (set(factorTensors[param2][key]) == set(factorTensors[param][key])): + factorTensors[param2][key] = factorTensors[param][key] + factorTensors[param2][ + key + '_concat'] = factorTensors[param][key + '_concat'] + ######## + + if KFAC_DEBUG: + for items in zip(varlist, fpropTensors, bpropTensors, opTypes): + print((items[0].name, factorTensors[item])) + self.factors = factorTensors + return factorTensors + + def getStats(self, factors, varlist): + if len(self.stats) == 0: + # initialize stats variables on CPU because eigen decomp is + # computed on CPU + with tf.device('/cpu'): + tmpStatsCache = {} + + # search for tensor factors and + # use block diag approx for the bias units + for var in varlist: + fpropFactor = factors[var]['fpropFactors_concat'] + bpropFactor = factors[var]['bpropFactors_concat'] + opType = factors[var]['opName'] + if opType == 'Conv2D': + Kh = var.get_shape()[0] + Kw = var.get_shape()[1] + C = fpropFactor.get_shape()[-1] + + Oh = bpropFactor.get_shape()[1] + Ow = bpropFactor.get_shape()[2] + if Oh == 1 and Ow == 1 and self._channel_fac: + # factorization along the channels do not support + # homogeneous coordinate + var_assnBias = factors[var]['assnBias'] + if var_assnBias: + factors[var]['assnBias'] = None + factors[var_assnBias]['assnWeights'] = None + ## + + for var in varlist: + fpropFactor = factors[var]['fpropFactors_concat'] + bpropFactor = factors[var]['bpropFactors_concat'] + opType = factors[var]['opName'] + self.stats[var] = {'opName': opType, + 'fprop_concat_stats': [], + 'bprop_concat_stats': [], + 'assnWeights': factors[var]['assnWeights'], + 'assnBias': factors[var]['assnBias'], + } + if fpropFactor is not None: + if fpropFactor not in tmpStatsCache: + if opType == 'Conv2D': + Kh = var.get_shape()[0] + Kw = var.get_shape()[1] + C = fpropFactor.get_shape()[-1] + + Oh = bpropFactor.get_shape()[1] + Ow = bpropFactor.get_shape()[2] + if Oh == 1 and Ow == 1 and self._channel_fac: + # factorization along the channels + # assume independence between input channels and spatial + # 2K-1 x 2K-1 covariance matrix and C x C covariance matrix + # factorization along the channels do not + # support homogeneous coordinate, assnBias + # is always None + fpropFactor2_size = Kh * Kw + slot_fpropFactor_stats2 = tf.Variable(tf.linalg.tensor_diag(tf.ones( + [fpropFactor2_size])) * self._diag_init_coeff, name='KFAC_STATS/' + fpropFactor.op.name, trainable=False) + self.stats[var]['fprop_concat_stats'].append( + slot_fpropFactor_stats2) + + fpropFactor_size = C + else: + # 2K-1 x 2K-1 x C x C covariance matrix + # assume BHWC + fpropFactor_size = Kh * Kw * C + else: + # D x D covariance matrix + fpropFactor_size = fpropFactor.get_shape()[-1] + + # use homogeneous coordinate + if not self._blockdiag_bias and self.stats[var]['assnBias']: + fpropFactor_size += 1 + + slot_fpropFactor_stats = tf.Variable(tf.linalg.tensor_diag(tf.ones( + [fpropFactor_size])) * self._diag_init_coeff, name='KFAC_STATS/' + fpropFactor.op.name, trainable=False) + self.stats[var]['fprop_concat_stats'].append( + slot_fpropFactor_stats) + if opType != 'Conv2D': + tmpStatsCache[fpropFactor] = self.stats[ + var]['fprop_concat_stats'] + else: + self.stats[var][ + 'fprop_concat_stats'] = tmpStatsCache[fpropFactor] + + if bpropFactor is not None: + # no need to collect backward stats for bias vectors if + # using homogeneous coordinates + if not((not self._blockdiag_bias) and self.stats[var]['assnWeights']): + if bpropFactor not in tmpStatsCache: + slot_bpropFactor_stats = tf.Variable(tf.linalg.tensor_diag(tf.ones([bpropFactor.get_shape( + )[-1]])) * self._diag_init_coeff, name='KFAC_STATS/' + bpropFactor.op.name, trainable=False) + self.stats[var]['bprop_concat_stats'].append( + slot_bpropFactor_stats) + tmpStatsCache[bpropFactor] = self.stats[ + var]['bprop_concat_stats'] + else: + self.stats[var][ + 'bprop_concat_stats'] = tmpStatsCache[bpropFactor] + + return self.stats + + def compute_and_apply_stats(self, loss_sampled, var_list=None): + varlist = var_list + if varlist is None: + varlist = tf.compat.v1.trainable_variables() + + stats = self.compute_stats(loss_sampled, var_list=varlist) + return self.apply_stats(stats) + + def compute_stats(self, loss_sampled, var_list=None): + varlist = var_list + if varlist is None: + varlist = tf.compat.v1.trainable_variables() + + gs = tf.gradients(ys=loss_sampled, xs=varlist, name='gradientsSampled') + self.gs = gs + factors = self.getFactors(gs, varlist) + stats = self.getStats(factors, varlist) + + updateOps = [] + statsUpdates = {} + statsUpdates_cache = {} + for var in varlist: + opType = factors[var]['opName'] + fops = factors[var]['op'] + fpropFactor = factors[var]['fpropFactors_concat'] + fpropStats_vars = stats[var]['fprop_concat_stats'] + bpropFactor = factors[var]['bpropFactors_concat'] + bpropStats_vars = stats[var]['bprop_concat_stats'] + SVD_factors = {} + for stats_var in fpropStats_vars: + stats_var_dim = int(stats_var.get_shape()[0]) + if stats_var not in statsUpdates_cache: + old_fpropFactor = fpropFactor + B = (tf.shape(input=fpropFactor)[0]) # batch size + if opType == 'Conv2D': + strides = fops.get_attr("strides") + padding = fops.get_attr("padding") + convkernel_size = var.get_shape()[0:3] + + KH = int(convkernel_size[0]) + KW = int(convkernel_size[1]) + C = int(convkernel_size[2]) + flatten_size = int(KH * KW * C) + + Oh = int(bpropFactor.get_shape()[1]) + Ow = int(bpropFactor.get_shape()[2]) + + if Oh == 1 and Ow == 1 and self._channel_fac: + # factorization along the channels + # assume independence among input channels + # factor = B x 1 x 1 x (KH xKW x C) + # patches = B x Oh x Ow x (KH xKW x C) + if len(SVD_factors) == 0: + if KFAC_DEBUG: + print(('approx %s act factor with rank-1 SVD factors' % (var.name))) + # find closest rank-1 approx to the feature map + S, U, V = tf.batch_svd(tf.reshape( + fpropFactor, [-1, KH * KW, C])) + # get rank-1 approx slides + sqrtS1 = tf.expand_dims(tf.sqrt(S[:, 0, 0]), 1) + patches_k = U[:, :, 0] * sqrtS1 # B x KH*KW + full_factor_shape = fpropFactor.get_shape() + patches_k.set_shape( + [full_factor_shape[0], KH * KW]) + patches_c = V[:, :, 0] * sqrtS1 # B x C + patches_c.set_shape([full_factor_shape[0], C]) + SVD_factors[C] = patches_c + SVD_factors[KH * KW] = patches_k + fpropFactor = SVD_factors[stats_var_dim] + + else: + # poor mem usage implementation + patches = tf.image.extract_patches(fpropFactor, sizes=[1, convkernel_size[ + 0], convkernel_size[1], 1], strides=strides, rates=[1, 1, 1, 1], padding=padding) + + if self._approxT2: + if KFAC_DEBUG: + print(('approxT2 act fisher for %s' % (var.name))) + # T^2 terms * 1/T^2, size: B x C + fpropFactor = tf.reduce_mean(input_tensor=patches, axis=[1, 2]) + else: + # size: (B x Oh x Ow) x C + fpropFactor = tf.reshape( + patches, [-1, flatten_size]) / Oh / Ow + fpropFactor_size = int(fpropFactor.get_shape()[-1]) + if stats_var_dim == (fpropFactor_size + 1) and not self._blockdiag_bias: + if opType == 'Conv2D' and not self._approxT2: + # correct padding for numerical stability (we + # divided out OhxOw from activations for T1 approx) + fpropFactor = tf.concat([fpropFactor, tf.ones( + [tf.shape(input=fpropFactor)[0], 1]) / Oh / Ow], 1) + else: + # use homogeneous coordinates + fpropFactor = tf.concat( + [fpropFactor, tf.ones([tf.shape(input=fpropFactor)[0], 1])], 1) + + # average over the number of data points in a batch + # divided by B + cov = tf.matmul(fpropFactor, fpropFactor, + transpose_a=True) / tf.cast(B, tf.float32) + updateOps.append(cov) + statsUpdates[stats_var] = cov + if opType != 'Conv2D': + # HACK: for convolution we recompute fprop stats for + # every layer including forking layers + statsUpdates_cache[stats_var] = cov + + for stats_var in bpropStats_vars: + stats_var_dim = int(stats_var.get_shape()[0]) + if stats_var not in statsUpdates_cache: + old_bpropFactor = bpropFactor + bpropFactor_shape = bpropFactor.get_shape() + B = tf.shape(input=bpropFactor)[0] # batch size + C = int(bpropFactor_shape[-1]) # num channels + if opType == 'Conv2D' or len(bpropFactor_shape) == 4: + if fpropFactor is not None: + if self._approxT2: + if KFAC_DEBUG: + print(('approxT2 grad fisher for %s' % (var.name))) + bpropFactor = tf.reduce_sum( + input_tensor=bpropFactor, axis=[1, 2]) # T^2 terms * 1/T^2 + else: + bpropFactor = tf.reshape( + bpropFactor, [-1, C]) * Oh * Ow # T * 1/T terms + else: + # just doing block diag approx. spatial independent + # structure does not apply here. summing over + # spatial locations + if KFAC_DEBUG: + print(('block diag approx fisher for %s' % (var.name))) + bpropFactor = tf.reduce_sum(input_tensor=bpropFactor, axis=[1, 2]) + + # assume sampled loss is averaged. TO-DO:figure out better + # way to handle this + bpropFactor *= tf.cast(B, dtype=tf.float32) + ## + + cov_b = tf.matmul( + bpropFactor, bpropFactor, transpose_a=True) / tf.cast(tf.shape(input=bpropFactor)[0], dtype=tf.float32) + + updateOps.append(cov_b) + statsUpdates[stats_var] = cov_b + statsUpdates_cache[stats_var] = cov_b + + if KFAC_DEBUG: + aKey = list(statsUpdates.keys())[0] + statsUpdates[aKey] = tf.compat.v1.Print(statsUpdates[aKey], + [tf.convert_to_tensor(value='step:'), + self.global_step, + tf.convert_to_tensor( + value='computing stats'), + ]) + self.statsUpdates = statsUpdates + return statsUpdates + + def apply_stats(self, statsUpdates): + """ compute stats and update/apply the new stats to the running average + """ + + def updateAccumStats(): + if self._full_stats_init: + return tf.cond(pred=tf.greater(self.sgd_step, self._cold_iter), true_fn=lambda: tf.group(*self._apply_stats(statsUpdates, accumulate=True, accumulateCoeff=1. / self._stats_accum_iter)), false_fn=tf.no_op) + else: + return tf.group(*self._apply_stats(statsUpdates, accumulate=True, accumulateCoeff=1. / self._stats_accum_iter)) + + def updateRunningAvgStats(statsUpdates, fac_iter=1): + # return tf.cond(tf.greater_equal(self.factor_step, + # tf.convert_to_tensor(fac_iter)), lambda: + # tf.group(*self._apply_stats(stats_list, varlist)), tf.no_op) + return tf.group(*self._apply_stats(statsUpdates)) + + if self._async_stats: + # asynchronous stats update + update_stats = self._apply_stats(statsUpdates) + + queue = tf.queue.FIFOQueue(1, [item.dtype for item in update_stats], shapes=[ + item.get_shape() for item in update_stats]) + enqueue_op = queue.enqueue(update_stats) + + def dequeue_stats_op(): + return queue.dequeue() + self.qr_stats = tf.compat.v1.train.QueueRunner(queue, [enqueue_op]) + update_stats_op = tf.cond(pred=tf.equal(queue.size(), tf.convert_to_tensor( + value=0)), true_fn=tf.no_op, false_fn=lambda: tf.group(*[dequeue_stats_op(), ])) + else: + # synchronous stats update + update_stats_op = tf.cond(pred=tf.greater_equal( + self.stats_step, self._stats_accum_iter), true_fn=lambda: updateRunningAvgStats(statsUpdates), false_fn=updateAccumStats) + self._update_stats_op = update_stats_op + return update_stats_op + + def _apply_stats(self, statsUpdates, accumulate=False, accumulateCoeff=0.): + updateOps = [] + # obtain the stats var list + for stats_var in statsUpdates: + stats_new = statsUpdates[stats_var] + if accumulate: + # simple superbatch averaging + update_op = tf.compat.v1.assign_add( + stats_var, accumulateCoeff * stats_new, use_locking=True) + else: + # exponential running averaging + update_op = tf.compat.v1.assign( + stats_var, stats_var * self._stats_decay, use_locking=True) + update_op = tf.compat.v1.assign_add( + update_op, (1. - self._stats_decay) * stats_new, use_locking=True) + updateOps.append(update_op) + + with tf.control_dependencies(updateOps): + stats_step_op = tf.compat.v1.assign_add(self.stats_step, 1) + + if KFAC_DEBUG: + stats_step_op = (tf.compat.v1.Print(stats_step_op, + [tf.convert_to_tensor(value='step:'), + self.global_step, + tf.convert_to_tensor(value='fac step:'), + self.factor_step, + tf.convert_to_tensor(value='sgd step:'), + self.sgd_step, + tf.convert_to_tensor(value='Accum:'), + tf.convert_to_tensor(value=accumulate), + tf.convert_to_tensor(value='Accum coeff:'), + tf.convert_to_tensor(value=accumulateCoeff), + tf.convert_to_tensor(value='stat step:'), + self.stats_step, updateOps[0], updateOps[1]])) + return [stats_step_op, ] + + def getStatsEigen(self, stats=None): + if len(self.stats_eigen) == 0: + stats_eigen = {} + if stats is None: + stats = self.stats + + tmpEigenCache = {} + with tf.device('/cpu:0'): + for var in stats: + for key in ['fprop_concat_stats', 'bprop_concat_stats']: + for stats_var in stats[var][key]: + if stats_var not in tmpEigenCache: + stats_dim = stats_var.get_shape()[1].value + e = tf.Variable(tf.ones( + [stats_dim]), name='KFAC_FAC/' + stats_var.name.split(':')[0] + '/e', trainable=False) + Q = tf.Variable(tf.linalg.tensor_diag(tf.ones( + [stats_dim])), name='KFAC_FAC/' + stats_var.name.split(':')[0] + '/Q', trainable=False) + stats_eigen[stats_var] = {'e': e, 'Q': Q} + tmpEigenCache[ + stats_var] = stats_eigen[stats_var] + else: + stats_eigen[stats_var] = tmpEigenCache[ + stats_var] + self.stats_eigen = stats_eigen + return self.stats_eigen + + def computeStatsEigen(self): + """ compute the eigen decomp using copied var stats to avoid concurrent read/write from other queue """ + # TO-DO: figure out why this op has delays (possibly moving + # eigenvectors around?) + with tf.device('/cpu:0'): + def removeNone(tensor_list): + local_list = [] + for item in tensor_list: + if item is not None: + local_list.append(item) + return local_list + + def copyStats(var_list): + print("copying stats to buffer tensors before eigen decomp") + redundant_stats = {} + copied_list = [] + for item in var_list: + if item is not None: + if item not in redundant_stats: + if self._use_float64: + redundant_stats[item] = tf.cast( + tf.identity(item), tf.float64) + else: + redundant_stats[item] = tf.identity(item) + copied_list.append(redundant_stats[item]) + else: + copied_list.append(None) + return copied_list + #stats = [copyStats(self.fStats), copyStats(self.bStats)] + #stats = [self.fStats, self.bStats] + + stats_eigen = self.stats_eigen + computedEigen = {} + eigen_reverse_lookup = {} + updateOps = [] + # sync copied stats + # with tf.control_dependencies(removeNone(stats[0]) + + # removeNone(stats[1])): + with tf.control_dependencies([]): + for stats_var in stats_eigen: + if stats_var not in computedEigen: + eigens = tf.linalg.eigh(stats_var) + e = eigens[0] + Q = eigens[1] + if self._use_float64: + e = tf.cast(e, tf.float32) + Q = tf.cast(Q, tf.float32) + updateOps.append(e) + updateOps.append(Q) + computedEigen[stats_var] = {'e': e, 'Q': Q} + eigen_reverse_lookup[e] = stats_eigen[stats_var]['e'] + eigen_reverse_lookup[Q] = stats_eigen[stats_var]['Q'] + + self.eigen_reverse_lookup = eigen_reverse_lookup + self.eigen_update_list = updateOps + + if KFAC_DEBUG: + self.eigen_update_list = [item for item in updateOps] + with tf.control_dependencies(updateOps): + updateOps.append(tf.compat.v1.Print(tf.constant( + 0.), [tf.convert_to_tensor(value='computed factor eigen')])) + + return updateOps + + def applyStatsEigen(self, eigen_list): + updateOps = [] + print(('updating %d eigenvalue/vectors' % len(eigen_list))) + for i, (tensor, mark) in enumerate(zip(eigen_list, self.eigen_update_list)): + stats_eigen_var = self.eigen_reverse_lookup[mark] + updateOps.append( + tf.compat.v1.assign(stats_eigen_var, tensor, use_locking=True)) + + with tf.control_dependencies(updateOps): + factor_step_op = tf.compat.v1.assign_add(self.factor_step, 1) + updateOps.append(factor_step_op) + if KFAC_DEBUG: + updateOps.append(tf.compat.v1.Print(tf.constant( + 0.), [tf.convert_to_tensor(value='updated kfac factors')])) + return updateOps + + def getKfacPrecondUpdates(self, gradlist, varlist): + updatelist = [] + vg = 0. + + assert len(self.stats) > 0 + assert len(self.stats_eigen) > 0 + assert len(self.factors) > 0 + counter = 0 + + grad_dict = {var: grad for grad, var in zip(gradlist, varlist)} + + for grad, var in zip(gradlist, varlist): + GRAD_RESHAPE = False + GRAD_TRANSPOSE = False + + fpropFactoredFishers = self.stats[var]['fprop_concat_stats'] + bpropFactoredFishers = self.stats[var]['bprop_concat_stats'] + + if (len(fpropFactoredFishers) + len(bpropFactoredFishers)) > 0: + counter += 1 + GRAD_SHAPE = grad.get_shape() + if len(grad.get_shape()) > 2: + # reshape conv kernel parameters + KW = int(grad.get_shape()[0]) + KH = int(grad.get_shape()[1]) + C = int(grad.get_shape()[2]) + D = int(grad.get_shape()[3]) + + if len(fpropFactoredFishers) > 1 and self._channel_fac: + # reshape conv kernel parameters into tensor + grad = tf.reshape(grad, [KW * KH, C, D]) + else: + # reshape conv kernel parameters into 2D grad + grad = tf.reshape(grad, [-1, D]) + GRAD_RESHAPE = True + elif len(grad.get_shape()) == 1: + # reshape bias or 1D parameters + D = int(grad.get_shape()[0]) + + grad = tf.expand_dims(grad, 0) + GRAD_RESHAPE = True + else: + # 2D parameters + C = int(grad.get_shape()[0]) + D = int(grad.get_shape()[1]) + + if (self.stats[var]['assnBias'] is not None) and not self._blockdiag_bias: + # use homogeneous coordinates only works for 2D grad. + # TO-DO: figure out how to factorize bias grad + # stack bias grad + var_assnBias = self.stats[var]['assnBias'] + grad = tf.concat( + [grad, tf.expand_dims(grad_dict[var_assnBias], 0)], 0) + + # project gradient to eigen space and reshape the eigenvalues + # for broadcasting + eigVals = [] + + for idx, stats in enumerate(self.stats[var]['fprop_concat_stats']): + Q = self.stats_eigen[stats]['Q'] + e = detectMinVal(self.stats_eigen[stats][ + 'e'], var, name='act', debug=KFAC_DEBUG) + + Q, e = factorReshape(Q, e, grad, facIndx=idx, ftype='act') + eigVals.append(e) + grad = gmatmul(Q, grad, transpose_a=True, reduce_dim=idx) + + for idx, stats in enumerate(self.stats[var]['bprop_concat_stats']): + Q = self.stats_eigen[stats]['Q'] + e = detectMinVal(self.stats_eigen[stats][ + 'e'], var, name='grad', debug=KFAC_DEBUG) + + Q, e = factorReshape(Q, e, grad, facIndx=idx, ftype='grad') + eigVals.append(e) + grad = gmatmul(grad, Q, transpose_b=False, reduce_dim=idx) + ## + + ##### + # whiten using eigenvalues + weightDecayCoeff = 0. + if var in self._weight_decay_dict: + weightDecayCoeff = self._weight_decay_dict[var] + if KFAC_DEBUG: + print(('weight decay coeff for %s is %f' % (var.name, weightDecayCoeff))) + + if self._factored_damping: + if KFAC_DEBUG: + print(('use factored damping for %s' % (var.name))) + coeffs = 1. + num_factors = len(eigVals) + # compute the ratio of two trace norm of the left and right + # KFac matrices, and their generalization + if len(eigVals) == 1: + damping = self._epsilon + weightDecayCoeff + else: + damping = tf.pow( + self._epsilon + weightDecayCoeff, 1. / num_factors) + eigVals_tnorm_avg = [tf.reduce_mean( + input_tensor=tf.abs(e)) for e in eigVals] + for e, e_tnorm in zip(eigVals, eigVals_tnorm_avg): + eig_tnorm_negList = [ + item for item in eigVals_tnorm_avg if item != e_tnorm] + if len(eigVals) == 1: + adjustment = 1. + elif len(eigVals) == 2: + adjustment = tf.sqrt( + e_tnorm / eig_tnorm_negList[0]) + else: + eig_tnorm_negList_prod = reduce( + lambda x, y: x * y, eig_tnorm_negList) + adjustment = tf.pow( + tf.pow(e_tnorm, num_factors - 1.) / eig_tnorm_negList_prod, 1. / num_factors) + coeffs *= (e + adjustment * damping) + else: + coeffs = 1. + damping = (self._epsilon + weightDecayCoeff) + for e in eigVals: + coeffs *= e + coeffs += damping + + #grad = tf.Print(grad, [tf.convert_to_tensor('1'), tf.convert_to_tensor(var.name), grad.get_shape()]) + + grad /= coeffs + + #grad = tf.Print(grad, [tf.convert_to_tensor('2'), tf.convert_to_tensor(var.name), grad.get_shape()]) + ##### + # project gradient back to euclidean space + for idx, stats in enumerate(self.stats[var]['fprop_concat_stats']): + Q = self.stats_eigen[stats]['Q'] + grad = gmatmul(Q, grad, transpose_a=False, reduce_dim=idx) + + for idx, stats in enumerate(self.stats[var]['bprop_concat_stats']): + Q = self.stats_eigen[stats]['Q'] + grad = gmatmul(grad, Q, transpose_b=True, reduce_dim=idx) + ## + + #grad = tf.Print(grad, [tf.convert_to_tensor('3'), tf.convert_to_tensor(var.name), grad.get_shape()]) + if (self.stats[var]['assnBias'] is not None) and not self._blockdiag_bias: + # use homogeneous coordinates only works for 2D grad. + # TO-DO: figure out how to factorize bias grad + # un-stack bias grad + var_assnBias = self.stats[var]['assnBias'] + C_plus_one = int(grad.get_shape()[0]) + grad_assnBias = tf.reshape(tf.slice(grad, + begin=[ + C_plus_one - 1, 0], + size=[1, -1]), var_assnBias.get_shape()) + grad_assnWeights = tf.slice(grad, + begin=[0, 0], + size=[C_plus_one - 1, -1]) + grad_dict[var_assnBias] = grad_assnBias + grad = grad_assnWeights + + #grad = tf.Print(grad, [tf.convert_to_tensor('4'), tf.convert_to_tensor(var.name), grad.get_shape()]) + if GRAD_RESHAPE: + grad = tf.reshape(grad, GRAD_SHAPE) + + grad_dict[var] = grad + + print(('projecting %d gradient matrices' % counter)) + + for g, var in zip(gradlist, varlist): + grad = grad_dict[var] + ### clipping ### + if KFAC_DEBUG: + print(('apply clipping to %s' % (var.name))) + tf.compat.v1.Print(grad, [tf.sqrt(tf.reduce_sum(input_tensor=tf.pow(grad, 2)))], "Euclidean norm of new grad") + local_vg = tf.reduce_sum(input_tensor=grad * g * (self._lr * self._lr)) + vg += local_vg + + # recale everything + if KFAC_DEBUG: + print('apply vFv clipping') + + scaling = tf.minimum(1., tf.sqrt(self._clip_kl / vg)) + if KFAC_DEBUG: + scaling = tf.compat.v1.Print(scaling, [tf.convert_to_tensor( + value='clip: '), scaling, tf.convert_to_tensor(value=' vFv: '), vg]) + with tf.control_dependencies([tf.compat.v1.assign(self.vFv, vg)]): + updatelist = [grad_dict[var] for var in varlist] + for i, item in enumerate(updatelist): + updatelist[i] = scaling * item + + return updatelist + + def compute_gradients(self, loss, var_list=None): + varlist = var_list + if varlist is None: + varlist = tf.compat.v1.trainable_variables() + g = tf.gradients(ys=loss, xs=varlist) + + return [(a, b) for a, b in zip(g, varlist)] + + def apply_gradients_kfac(self, grads): + g, varlist = list(zip(*grads)) + + if len(self.stats_eigen) == 0: + self.getStatsEigen() + + qr = None + # launch eigen-decomp on a queue thread + if self._async: + print('Use async eigen decomp') + # get a list of factor loading tensors + factorOps_dummy = self.computeStatsEigen() + + # define a queue for the list of factor loading tensors + queue = tf.queue.FIFOQueue(1, [item.dtype for item in factorOps_dummy], shapes=[ + item.get_shape() for item in factorOps_dummy]) + enqueue_op = tf.cond(pred=tf.logical_and(tf.equal(tf.math.floormod(self.stats_step, self._kfac_update), tf.convert_to_tensor( + value=0)), tf.greater_equal(self.stats_step, self._stats_accum_iter)), true_fn=lambda: queue.enqueue(self.computeStatsEigen()), false_fn=tf.no_op) + + def dequeue_op(): + return queue.dequeue() + + qr = tf.compat.v1.train.QueueRunner(queue, [enqueue_op]) + + updateOps = [] + global_step_op = tf.compat.v1.assign_add(self.global_step, 1) + updateOps.append(global_step_op) + + with tf.control_dependencies([global_step_op]): + + # compute updates + assert self._update_stats_op != None + updateOps.append(self._update_stats_op) + dependency_list = [] + if not self._async: + dependency_list.append(self._update_stats_op) + + with tf.control_dependencies(dependency_list): + def no_op_wrapper(): + return tf.group(*[tf.compat.v1.assign_add(self.cold_step, 1)]) + + if not self._async: + # synchronous eigen-decomp updates + updateFactorOps = tf.cond(pred=tf.logical_and(tf.equal(tf.math.floormod(self.stats_step, self._kfac_update), + tf.convert_to_tensor(value=0)), + tf.greater_equal(self.stats_step, self._stats_accum_iter)), true_fn=lambda: tf.group(*self.applyStatsEigen(self.computeStatsEigen())), false_fn=no_op_wrapper) + else: + # asynchronous eigen-decomp updates using queue + updateFactorOps = tf.cond(pred=tf.greater_equal(self.stats_step, self._stats_accum_iter), + true_fn=lambda: tf.cond(pred=tf.equal(queue.size(), tf.convert_to_tensor(value=0)), + true_fn=tf.no_op, + + false_fn=lambda: tf.group( + *self.applyStatsEigen(dequeue_op())), + ), + false_fn=no_op_wrapper) + + updateOps.append(updateFactorOps) + + with tf.control_dependencies([updateFactorOps]): + def gradOp(): + return list(g) + + def getKfacGradOp(): + return self.getKfacPrecondUpdates(g, varlist) + u = tf.cond(pred=tf.greater(self.factor_step, + tf.convert_to_tensor(value=0)), true_fn=getKfacGradOp, false_fn=gradOp) + + optim = tf.compat.v1.train.MomentumOptimizer( + self._lr * (1. - self._momentum), self._momentum) + #optim = tf.train.AdamOptimizer(self._lr, epsilon=0.01) + + def optimOp(): + def updateOptimOp(): + if self._full_stats_init: + return tf.cond(pred=tf.greater(self.factor_step, tf.convert_to_tensor(value=0)), true_fn=lambda: optim.apply_gradients(list(zip(u, varlist))), false_fn=tf.no_op) + else: + return optim.apply_gradients(list(zip(u, varlist))) + if self._full_stats_init: + return tf.cond(pred=tf.greater_equal(self.stats_step, self._stats_accum_iter), true_fn=updateOptimOp, false_fn=tf.no_op) + else: + return tf.cond(pred=tf.greater_equal(self.sgd_step, self._cold_iter), true_fn=updateOptimOp, false_fn=tf.no_op) + updateOps.append(optimOp()) + + return tf.group(*updateOps), qr + + def apply_gradients(self, grads): + coldOptim = tf.compat.v1.train.MomentumOptimizer( + self._cold_lr, self._momentum) + + def coldSGDstart(): + sgd_grads, sgd_var = zip(*grads) + + if self.max_grad_norm != None: + sgd_grads, sgd_grad_norm = tf.clip_by_global_norm(sgd_grads,self.max_grad_norm) + + sgd_grads = list(zip(sgd_grads,sgd_var)) + + sgd_step_op = tf.compat.v1.assign_add(self.sgd_step, 1) + coldOptim_op = coldOptim.apply_gradients(sgd_grads) + if KFAC_DEBUG: + with tf.control_dependencies([sgd_step_op, coldOptim_op]): + sgd_step_op = tf.compat.v1.Print( + sgd_step_op, [self.sgd_step, tf.convert_to_tensor(value='doing cold sgd step')]) + return tf.group(*[sgd_step_op, coldOptim_op]) + + kfacOptim_op, qr = self.apply_gradients_kfac(grads) + + def warmKFACstart(): + return kfacOptim_op + + return tf.cond(pred=tf.greater(self.sgd_step, self._cold_iter), true_fn=warmKFACstart, false_fn=coldSGDstart), qr + + def minimize(self, loss, loss_sampled, var_list=None): + grads = self.compute_gradients(loss, var_list=var_list) + update_stats_op = self.compute_and_apply_stats( + loss_sampled, var_list=var_list) + return self.apply_gradients(grads) diff --git a/baselines/acktr/kfac_utils.py b/baselines/acktr/kfac_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..a34afe1ae3a08e3c204633333c336ae3d4226d7c --- /dev/null +++ b/baselines/acktr/kfac_utils.py @@ -0,0 +1,86 @@ +import tensorflow as tf + +def gmatmul(a, b, transpose_a=False, transpose_b=False, reduce_dim=None): + assert reduce_dim is not None + + # weird batch matmul + if len(a.get_shape()) == 2 and len(b.get_shape()) > 2: + # reshape reduce_dim to the left most dim in b + b_shape = b.get_shape() + if reduce_dim != 0: + b_dims = list(range(len(b_shape))) + b_dims.remove(reduce_dim) + b_dims.insert(0, reduce_dim) + b = tf.transpose(a=b, perm=b_dims) + b_t_shape = b.get_shape() + b = tf.reshape(b, [int(b_shape[reduce_dim]), -1]) + result = tf.matmul(a, b, transpose_a=transpose_a, + transpose_b=transpose_b) + result = tf.reshape(result, b_t_shape) + if reduce_dim != 0: + b_dims = list(range(len(b_shape))) + b_dims.remove(0) + b_dims.insert(reduce_dim, 0) + result = tf.transpose(a=result, perm=b_dims) + return result + + elif len(a.get_shape()) > 2 and len(b.get_shape()) == 2: + # reshape reduce_dim to the right most dim in a + a_shape = a.get_shape() + outter_dim = len(a_shape) - 1 + reduce_dim = len(a_shape) - reduce_dim - 1 + if reduce_dim != outter_dim: + a_dims = list(range(len(a_shape))) + a_dims.remove(reduce_dim) + a_dims.insert(outter_dim, reduce_dim) + a = tf.transpose(a=a, perm=a_dims) + a_t_shape = a.get_shape() + a = tf.reshape(a, [-1, int(a_shape[reduce_dim])]) + result = tf.matmul(a, b, transpose_a=transpose_a, + transpose_b=transpose_b) + result = tf.reshape(result, a_t_shape) + if reduce_dim != outter_dim: + a_dims = list(range(len(a_shape))) + a_dims.remove(outter_dim) + a_dims.insert(reduce_dim, outter_dim) + result = tf.transpose(a=result, perm=a_dims) + return result + + elif len(a.get_shape()) == 2 and len(b.get_shape()) == 2: + return tf.matmul(a, b, transpose_a=transpose_a, transpose_b=transpose_b) + + assert False, 'something went wrong' + + +def clipoutNeg(vec, threshold=1e-6): + mask = tf.cast(vec > threshold, tf.float32) + return mask * vec + + +def detectMinVal(input_mat, var, threshold=1e-6, name='', debug=False): + eigen_min = tf.reduce_min(input_tensor=input_mat) + eigen_max = tf.reduce_max(input_tensor=input_mat) + eigen_ratio = eigen_max / eigen_min + input_mat_clipped = clipoutNeg(input_mat, threshold) + + if debug: + input_mat_clipped = tf.cond(pred=tf.logical_or(tf.greater(eigen_ratio, 0.), tf.less(eigen_ratio, -500)), true_fn=lambda: input_mat_clipped, false_fn=lambda: tf.compat.v1.Print( + input_mat_clipped, [tf.convert_to_tensor(value='screwed ratio ' + name + ' eigen values!!!'), tf.convert_to_tensor(value=var.name), eigen_min, eigen_max, eigen_ratio])) + + return input_mat_clipped + + +def factorReshape(Q, e, grad, facIndx=0, ftype='act'): + grad_shape = grad.get_shape() + if ftype == 'act': + assert e.get_shape()[0] == grad_shape[facIndx] + expanded_shape = [1, ] * len(grad_shape) + expanded_shape[facIndx] = -1 + e = tf.reshape(e, expanded_shape) + if ftype == 'grad': + assert e.get_shape()[0] == grad_shape[len(grad_shape) - facIndx - 1] + expanded_shape = [1, ] * len(grad_shape) + expanded_shape[len(grad_shape) - facIndx - 1] = -1 + e = tf.reshape(e, expanded_shape) + + return Q, e diff --git a/baselines/acktr/utils.py b/baselines/acktr/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..a9217c292069fcd50b4b9829738316fa6fa86028 --- /dev/null +++ b/baselines/acktr/utils.py @@ -0,0 +1,28 @@ +import tensorflow as tf + +def dense(x, size, name, weight_init=None, bias_init=0, weight_loss_dict=None, reuse=None): + with tf.compat.v1.variable_scope(name, reuse=reuse): + assert (len(tf.compat.v1.get_variable_scope().name.split('/')) == 2) + + w = tf.compat.v1.get_variable("w", [x.get_shape()[1], size], initializer=weight_init) + b = tf.compat.v1.get_variable("b", [size], initializer=tf.compat.v1.constant_initializer(bias_init)) + weight_decay_fc = 3e-4 + + if weight_loss_dict is not None: + weight_decay = tf.multiply(tf.nn.l2_loss(w), weight_decay_fc, name='weight_decay_loss') + if weight_loss_dict is not None: + weight_loss_dict[w] = weight_decay_fc + weight_loss_dict[b] = 0.0 + + tf.compat.v1.add_to_collection(tf.compat.v1.get_variable_scope().name.split('/')[0] + '_' + 'losses', weight_decay) + + return tf.nn.bias_add(tf.matmul(x, w), b) + +def kl_div(action_dist1, action_dist2, action_size): + mean1, std1 = action_dist1[:, :action_size], action_dist1[:, action_size:] + mean2, std2 = action_dist2[:, :action_size], action_dist2[:, action_size:] + + numerator = tf.square(mean1 - mean2) + tf.square(std1) - tf.square(std2) + denominator = 2 * tf.square(std2) + 1e-8 + return tf.reduce_sum( + input_tensor=numerator/denominator + tf.math.log(std2) - tf.math.log(std1),axis=-1) diff --git a/baselines/bench/__init__.py b/baselines/bench/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..fc2e05b74e22a2ab2c5892ab2374d9aad5fdfc42 --- /dev/null +++ b/baselines/bench/__init__.py @@ -0,0 +1,3 @@ +# flake8: noqa F403 +from baselines.bench.benchmarks import * +from baselines.bench.monitor import * diff --git a/baselines/bench/benchmarks.py b/baselines/bench/benchmarks.py new file mode 100644 index 0000000000000000000000000000000000000000..5d626ded231572abc257a39db32f55e67aa9b6c9 --- /dev/null +++ b/baselines/bench/benchmarks.py @@ -0,0 +1,164 @@ +import re +import os +SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) + +_atari7 = ['BeamRider', 'Breakout', 'Enduro', 'Pong', 'Qbert', 'Seaquest', 'SpaceInvaders'] +_atariexpl7 = ['Freeway', 'Gravitar', 'MontezumaRevenge', 'Pitfall', 'PrivateEye', 'Solaris', 'Venture'] + +_BENCHMARKS = [] + +remove_version_re = re.compile(r'-v\d+$') + + +def register_benchmark(benchmark): + for b in _BENCHMARKS: + if b['name'] == benchmark['name']: + raise ValueError('Benchmark with name %s already registered!' % b['name']) + + # automatically add a description if it is not present + if 'tasks' in benchmark: + for t in benchmark['tasks']: + if 'desc' not in t: + t['desc'] = remove_version_re.sub('', t.get('env_id', t.get('id'))) + _BENCHMARKS.append(benchmark) + + +def list_benchmarks(): + return [b['name'] for b in _BENCHMARKS] + + +def get_benchmark(benchmark_name): + for b in _BENCHMARKS: + if b['name'] == benchmark_name: + return b + raise ValueError('%s not found! Known benchmarks: %s' % (benchmark_name, list_benchmarks())) + + +def get_task(benchmark, env_id): + """Get a task by env_id. Return None if the benchmark doesn't have the env""" + return next(filter(lambda task: task['env_id'] == env_id, benchmark['tasks']), None) + + +def find_task_for_env_id_in_any_benchmark(env_id): + for bm in _BENCHMARKS: + for task in bm["tasks"]: + if task["env_id"] == env_id: + return bm, task + return None, None + + +_ATARI_SUFFIX = 'NoFrameskip-v4' + +register_benchmark({ + 'name': 'Atari50M', + 'description': '7 Atari games from Mnih et al. (2013), with pixel observations, 50M timesteps', + 'tasks': [{'desc': _game, 'env_id': _game + _ATARI_SUFFIX, 'trials': 2, 'num_timesteps': int(50e6)} for _game in _atari7] +}) + +register_benchmark({ + 'name': 'Atari10M', + 'description': '7 Atari games from Mnih et al. (2013), with pixel observations, 10M timesteps', + 'tasks': [{'desc': _game, 'env_id': _game + _ATARI_SUFFIX, 'trials': 6, 'num_timesteps': int(10e6)} for _game in _atari7] +}) + +register_benchmark({ + 'name': 'Atari1Hr', + 'description': '7 Atari games from Mnih et al. (2013), with pixel observations, 1 hour of walltime', + 'tasks': [{'desc': _game, 'env_id': _game + _ATARI_SUFFIX, 'trials': 2, 'num_seconds': 60 * 60} for _game in _atari7] +}) + +register_benchmark({ + 'name': 'AtariExploration10M', + 'description': '7 Atari games emphasizing exploration, with pixel observations, 10M timesteps', + 'tasks': [{'desc': _game, 'env_id': _game + _ATARI_SUFFIX, 'trials': 2, 'num_timesteps': int(10e6)} for _game in _atariexpl7] +}) + + +# MuJoCo + +_mujocosmall = [ + 'InvertedDoublePendulum-v2', 'InvertedPendulum-v2', + 'HalfCheetah-v2', 'Hopper-v2', 'Walker2d-v2', + 'Reacher-v2', 'Swimmer-v2'] +register_benchmark({ + 'name': 'Mujoco1M', + 'description': 'Some small 2D MuJoCo tasks, run for 1M timesteps', + 'tasks': [{'env_id': _envid, 'trials': 6, 'num_timesteps': int(1e6)} for _envid in _mujocosmall] +}) + +register_benchmark({ + 'name': 'MujocoWalkers', + 'description': 'MuJoCo forward walkers, run for 8M, humanoid 100M', + 'tasks': [ + {'env_id': "Hopper-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + {'env_id': "Walker2d-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + {'env_id': "Humanoid-v1", 'trials': 4, 'num_timesteps': 100 * 1000000}, + ] +}) + +# Bullet +_bulletsmall = [ + 'InvertedDoublePendulum', 'InvertedPendulum', 'HalfCheetah', 'Reacher', 'Walker2D', 'Hopper', 'Ant' +] +_bulletsmall = [e + 'BulletEnv-v0' for e in _bulletsmall] + +register_benchmark({ + 'name': 'Bullet1M', + 'description': '6 mujoco-like tasks from bullet, 1M steps', + 'tasks': [{'env_id': e, 'trials': 6, 'num_timesteps': int(1e6)} for e in _bulletsmall] +}) + + +# Roboschool + +register_benchmark({ + 'name': 'Roboschool8M', + 'description': 'Small 2D tasks, up to 30 minutes to complete on 8 cores', + 'tasks': [ + {'env_id': "RoboschoolReacher-v1", 'trials': 4, 'num_timesteps': 2 * 1000000}, + {'env_id': "RoboschoolAnt-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + {'env_id': "RoboschoolHalfCheetah-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + {'env_id': "RoboschoolHopper-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + {'env_id': "RoboschoolWalker2d-v1", 'trials': 4, 'num_timesteps': 8 * 1000000}, + ] +}) +register_benchmark({ + 'name': 'RoboschoolHarder', + 'description': 'Test your might!!! Up to 12 hours on 32 cores', + 'tasks': [ + {'env_id': "RoboschoolHumanoid-v1", 'trials': 4, 'num_timesteps': 100 * 1000000}, + {'env_id': "RoboschoolHumanoidFlagrun-v1", 'trials': 4, 'num_timesteps': 200 * 1000000}, + {'env_id': "RoboschoolHumanoidFlagrunHarder-v1", 'trials': 4, 'num_timesteps': 400 * 1000000}, + ] +}) + +# Other + +_atari50 = [ # actually 47 + 'Alien', 'Amidar', 'Assault', 'Asterix', 'Asteroids', + 'Atlantis', 'BankHeist', 'BattleZone', 'BeamRider', 'Bowling', + 'Breakout', 'Centipede', 'ChopperCommand', 'CrazyClimber', + 'DemonAttack', 'DoubleDunk', 'Enduro', 'FishingDerby', 'Freeway', + 'Frostbite', 'Gopher', 'Gravitar', 'IceHockey', 'Jamesbond', + 'Kangaroo', 'Krull', 'KungFuMaster', 'MontezumaRevenge', 'MsPacman', + 'NameThisGame', 'Pitfall', 'Pong', 'PrivateEye', 'Qbert', + 'RoadRunner', 'Robotank', 'Seaquest', 'SpaceInvaders', 'StarGunner', + 'Tennis', 'TimePilot', 'Tutankham', 'UpNDown', 'Venture', + 'VideoPinball', 'WizardOfWor', 'Zaxxon', +] + +register_benchmark({ + 'name': 'Atari50_10M', + 'description': '47 Atari games from Mnih et al. (2013), with pixel observations, 10M timesteps', + 'tasks': [{'desc': _game, 'env_id': _game + _ATARI_SUFFIX, 'trials': 2, 'num_timesteps': int(10e6)} for _game in _atari50] +}) + +# HER DDPG + +_fetch_tasks = ['FetchReach-v1', 'FetchPush-v1', 'FetchSlide-v1'] +register_benchmark({ + 'name': 'Fetch1M', + 'description': 'Fetch* benchmarks for 1M timesteps', + 'tasks': [{'trials': 6, 'env_id': env_id, 'num_timesteps': int(1e6)} for env_id in _fetch_tasks] +}) + diff --git a/baselines/bench/monitor.py b/baselines/bench/monitor.py new file mode 100644 index 0000000000000000000000000000000000000000..e63e71db5c0a1e7d421794e8a64b048a1a6cfc84 --- /dev/null +++ b/baselines/bench/monitor.py @@ -0,0 +1,162 @@ +__all__ = ['Monitor', 'get_monitor_files', 'load_results'] + +from gym.core import Wrapper +import time +from glob import glob +import csv +import os.path as osp +import json + +class Monitor(Wrapper): + EXT = "monitor.csv" + f = None + + def __init__(self, env, filename, allow_early_resets=False, reset_keywords=(), info_keywords=()): + Wrapper.__init__(self, env=env) + self.tstart = time.time() + if filename: + self.results_writer = ResultsWriter(filename, + header={"t_start": time.time(), 'env_id' : env.spec and env.spec.id}, + extra_keys=reset_keywords + info_keywords + ) + else: + self.results_writer = None + self.reset_keywords = reset_keywords + self.info_keywords = info_keywords + self.allow_early_resets = allow_early_resets + self.rewards = None + self.needs_reset = True + self.episode_rewards = [] + self.episode_lengths = [] + self.episode_times = [] + self.total_steps = 0 + self.current_reset_info = {} # extra info about the current episode, that was passed in during reset() + + def reset(self, **kwargs): + self.reset_state() + for k in self.reset_keywords: + v = kwargs.get(k) + if v is None: + raise ValueError('Expected you to pass kwarg %s into reset'%k) + self.current_reset_info[k] = v + return self.env.reset(**kwargs) + + def reset_state(self): + if not self.allow_early_resets and not self.needs_reset: + raise RuntimeError("Tried to reset an environment before done. If you want to allow early resets, wrap your env with Monitor(env, path, allow_early_resets=True)") + self.rewards = [] + self.needs_reset = False + + + def step(self, action): + if self.needs_reset: + raise RuntimeError("Tried to step environment that needs reset") + ob, rew, done, info = self.env.step(action) + self.update(ob, rew, done, info) + return (ob, rew, done, info) + + def update(self, ob, rew, done, info): + self.rewards.append(rew) + if done: + self.needs_reset = True + eprew = sum(self.rewards) + eplen = len(self.rewards) + epinfo = {"r": round(eprew, 6), "l": eplen, "t": round(time.time() - self.tstart, 6)} + for k in self.info_keywords: + epinfo[k] = info[k] + self.episode_rewards.append(eprew) + self.episode_lengths.append(eplen) + self.episode_times.append(time.time() - self.tstart) + epinfo.update(self.current_reset_info) + if self.results_writer: + self.results_writer.write_row(epinfo) + assert isinstance(info, dict) + if isinstance(info, dict): + info['episode'] = epinfo + + self.total_steps += 1 + + def close(self): + if self.f is not None: + self.f.close() + + def get_total_steps(self): + return self.total_steps + + def get_episode_rewards(self): + return self.episode_rewards + + def get_episode_lengths(self): + return self.episode_lengths + + def get_episode_times(self): + return self.episode_times + +class LoadMonitorResultsError(Exception): + pass + + +class ResultsWriter(object): + def __init__(self, filename, header='', extra_keys=()): + self.extra_keys = extra_keys + assert filename is not None + if not filename.endswith(Monitor.EXT): + if osp.isdir(filename): + filename = osp.join(filename, Monitor.EXT) + else: + filename = filename + "." + Monitor.EXT + self.f = open(filename, "wt") + if isinstance(header, dict): + header = '# {} \n'.format(json.dumps(header)) + self.f.write(header) + self.logger = csv.DictWriter(self.f, fieldnames=('r', 'l', 't')+tuple(extra_keys)) + self.logger.writeheader() + self.f.flush() + + def write_row(self, epinfo): + if self.logger: + self.logger.writerow(epinfo) + self.f.flush() + + +def get_monitor_files(dir): + return glob(osp.join(dir, "*" + Monitor.EXT)) + +def load_results(dir): + import pandas + monitor_files = ( + glob(osp.join(dir, "*monitor.json")) + + glob(osp.join(dir, "*monitor.csv"))) # get both csv and (old) json files + if not monitor_files: + raise LoadMonitorResultsError("no monitor files of the form *%s found in %s" % (Monitor.EXT, dir)) + dfs = [] + headers = [] + for fname in monitor_files: + with open(fname, 'rt') as fh: + if fname.endswith('csv'): + firstline = fh.readline() + if not firstline: + continue + assert firstline[0] == '#' + header = json.loads(firstline[1:]) + df = pandas.read_csv(fh, index_col=None) + headers.append(header) + elif fname.endswith('json'): # Deprecated json format + episodes = [] + lines = fh.readlines() + header = json.loads(lines[0]) + headers.append(header) + for line in lines[1:]: + episode = json.loads(line) + episodes.append(episode) + df = pandas.DataFrame(episodes) + else: + assert 0, 'unreachable' + df['t'] += header['t_start'] + dfs.append(df) + df = pandas.concat(dfs) + df.sort_values('t', inplace=True) + df.reset_index(inplace=True) + df['t'] -= min(header['t_start'] for header in headers) + df.headers = headers # HACK to preserve backwards compatibility + return df diff --git a/baselines/bench/test_monitor.py b/baselines/bench/test_monitor.py new file mode 100644 index 0000000000000000000000000000000000000000..093f9c6fd523b46c95f2468d54f1469fa086778b --- /dev/null +++ b/baselines/bench/test_monitor.py @@ -0,0 +1,31 @@ +from .monitor import Monitor +import gym +import json + +def test_monitor(): + import pandas + import os + import uuid + + env = gym.make("CartPole-v1") + env.seed(0) + mon_file = "/tmp/baselines-test-%s.monitor.csv" % uuid.uuid4() + menv = Monitor(env, mon_file) + menv.reset() + for _ in range(1000): + _, _, done, _ = menv.step(0) + if done: + menv.reset() + + f = open(mon_file, 'rt') + + firstline = f.readline() + assert firstline.startswith('#') + metadata = json.loads(firstline[1:]) + assert metadata['env_id'] == "CartPole-v1" + assert set(metadata.keys()) == {'env_id', 't_start'}, "Incorrect keys in monitor metadata" + + last_logline = pandas.read_csv(f, index_col=None) + assert set(last_logline.keys()) == {'l', 't', 'r'}, "Incorrect keys in monitor logline" + f.close() + os.remove(mon_file) diff --git a/baselines/common/__init__.py b/baselines/common/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..0834b3649275b3b0607acde57f83983155c54ecc --- /dev/null +++ b/baselines/common/__init__.py @@ -0,0 +1,5 @@ +# flake8: noqa F403 +from baselines.common.console_util import * +from baselines.common.dataset import Dataset +from baselines.common.math_util import * +from baselines.common.misc_util import * diff --git a/baselines/common/atari_wrappers.py b/baselines/common/atari_wrappers.py new file mode 100644 index 0000000000000000000000000000000000000000..8be0a2f2542c5d88e3638cf068502b1df58c862b --- /dev/null +++ b/baselines/common/atari_wrappers.py @@ -0,0 +1,290 @@ +import numpy as np +import os +os.environ.setdefault('PATH', '') +from collections import deque +import gym +from gym import spaces +import cv2 +cv2.ocl.setUseOpenCL(False) +from .wrappers import TimeLimit + + +class NoopResetEnv(gym.Wrapper): + def __init__(self, env, noop_max=30): + """Sample initial states by taking random number of no-ops on reset. + No-op is assumed to be action 0. + """ + gym.Wrapper.__init__(self, env) + self.noop_max = noop_max + self.override_num_noops = None + self.noop_action = 0 + assert env.unwrapped.get_action_meanings()[0] == 'NOOP' + + def reset(self, **kwargs): + """ Do no-op action for a number of steps in [1, noop_max].""" + self.env.reset(**kwargs) + if self.override_num_noops is not None: + noops = self.override_num_noops + else: + noops = self.unwrapped.np_random.randint(1, self.noop_max + 1) #pylint: disable=E1101 + assert noops > 0 + obs = None + for _ in range(noops): + obs, _, done, _ = self.env.step(self.noop_action) + if done: + obs = self.env.reset(**kwargs) + return obs + + def step(self, ac): + return self.env.step(ac) + +class FireResetEnv(gym.Wrapper): + def __init__(self, env): + """Take action on reset for environments that are fixed until firing.""" + gym.Wrapper.__init__(self, env) + assert env.unwrapped.get_action_meanings()[1] == 'FIRE' + assert len(env.unwrapped.get_action_meanings()) >= 3 + + def reset(self, **kwargs): + self.env.reset(**kwargs) + obs, _, done, _ = self.env.step(1) + if done: + self.env.reset(**kwargs) + obs, _, done, _ = self.env.step(2) + if done: + self.env.reset(**kwargs) + return obs + + def step(self, ac): + return self.env.step(ac) + +class EpisodicLifeEnv(gym.Wrapper): + def __init__(self, env): + """Make end-of-life == end-of-episode, but only reset on true game over. + Done by DeepMind for the DQN and co. since it helps value estimation. + """ + gym.Wrapper.__init__(self, env) + self.lives = 0 + self.was_real_done = True + + def step(self, action): + obs, reward, done, info = self.env.step(action) + self.was_real_done = done + # check current lives, make loss of life terminal, + # then update lives to handle bonus lives + lives = self.env.unwrapped.ale.lives() + if lives < self.lives and lives > 0: + # for Qbert sometimes we stay in lives == 0 condition for a few frames + # so it's important to keep lives > 0, so that we only reset once + # the environment advertises done. + done = True + self.lives = lives + return obs, reward, done, info + + def reset(self, **kwargs): + """Reset only when lives are exhausted. + This way all states are still reachable even though lives are episodic, + and the learner need not know about any of this behind-the-scenes. + """ + if self.was_real_done: + obs = self.env.reset(**kwargs) + else: + # no-op step to advance from terminal/lost life state + obs, _, _, _ = self.env.step(0) + self.lives = self.env.unwrapped.ale.lives() + return obs + +class MaxAndSkipEnv(gym.Wrapper): + def __init__(self, env, skip=4): + """Return only every `skip`-th frame""" + gym.Wrapper.__init__(self, env) + # most recent raw observations (for max pooling across time steps) + self._obs_buffer = np.zeros((2,)+env.observation_space.shape, dtype=np.uint8) + self._skip = skip + + def step(self, action): + """Repeat action, sum reward, and max over last observations.""" + total_reward = 0.0 + done = None + for i in range(self._skip): + obs, reward, done, info = self.env.step(action) + if i == self._skip - 2: self._obs_buffer[0] = obs + if i == self._skip - 1: self._obs_buffer[1] = obs + total_reward += reward + if done: + break + # Note that the observation on the done=True frame + # doesn't matter + max_frame = self._obs_buffer.max(axis=0) + + return max_frame, total_reward, done, info + + def reset(self, **kwargs): + return self.env.reset(**kwargs) + +class ClipRewardEnv(gym.RewardWrapper): + def __init__(self, env): + gym.RewardWrapper.__init__(self, env) + + def reward(self, reward): + """Bin reward to {+1, 0, -1} by its sign.""" + return np.sign(reward) + + +class WarpFrame(gym.ObservationWrapper): + def __init__(self, env, width=84, height=84, grayscale=True, dict_space_key=None): + """ + Warp frames to 84x84 as done in the Nature paper and later work. + + If the environment uses dictionary observations, `dict_space_key` can be specified which indicates which + observation should be warped. + """ + super().__init__(env) + self._width = width + self._height = height + self._grayscale = grayscale + self._key = dict_space_key + if self._grayscale: + num_colors = 1 + else: + num_colors = 3 + + new_space = gym.spaces.Box( + low=0, + high=255, + shape=(self._height, self._width, num_colors), + dtype=np.uint8, + ) + if self._key is None: + original_space = self.observation_space + self.observation_space = new_space + else: + original_space = self.observation_space.spaces[self._key] + self.observation_space.spaces[self._key] = new_space + assert original_space.dtype == np.uint8 and len(original_space.shape) == 3 + + def observation(self, obs): + if self._key is None: + frame = obs + else: + frame = obs[self._key] + + if self._grayscale: + frame = cv2.cvtColor(frame, cv2.COLOR_RGB2GRAY) + frame = cv2.resize( + frame, (self._width, self._height), interpolation=cv2.INTER_AREA + ) + if self._grayscale: + frame = np.expand_dims(frame, -1) + + if self._key is None: + obs = frame + else: + obs = obs.copy() + obs[self._key] = frame + return obs + + +class FrameStack(gym.Wrapper): + def __init__(self, env, k): + """Stack k last frames. + + Returns lazy array, which is much more memory efficient. + + See Also + -------- + baselines.common.atari_wrappers.LazyFrames + """ + gym.Wrapper.__init__(self, env) + self.k = k + self.frames = deque([], maxlen=k) + shp = env.observation_space.shape + self.observation_space = spaces.Box(low=0, high=255, shape=(shp[:-1] + (shp[-1] * k,)), dtype=env.observation_space.dtype) + + def reset(self): + ob = self.env.reset() + for _ in range(self.k): + self.frames.append(ob) + return self._get_ob() + + def step(self, action): + ob, reward, done, info = self.env.step(action) + self.frames.append(ob) + return self._get_ob(), reward, done, info + + def _get_ob(self): + assert len(self.frames) == self.k + return LazyFrames(list(self.frames)) + +class ScaledFloatFrame(gym.ObservationWrapper): + def __init__(self, env): + gym.ObservationWrapper.__init__(self, env) + self.observation_space = gym.spaces.Box(low=0, high=1, shape=env.observation_space.shape, dtype=np.float32) + + def observation(self, observation): + # careful! This undoes the memory optimization, use + # with smaller replay buffers only. + return np.array(observation).astype(np.float32) / 255.0 + +class LazyFrames(object): + def __init__(self, frames): + """This object ensures that common frames between the observations are only stored once. + It exists purely to optimize memory usage which can be huge for DQN's 1M frames replay + buffers. + + This object should only be converted to numpy array before being passed to the model. + + You'd not believe how complex the previous solution was.""" + self._frames = frames + self._out = None + + def _force(self): + if self._out is None: + self._out = np.concatenate(self._frames, axis=-1) + self._frames = None + return self._out + + def __array__(self, dtype=None): + out = self._force() + if dtype is not None: + out = out.astype(dtype) + return out + + def __len__(self): + return len(self._force()) + + def __getitem__(self, i): + return self._force()[i] + + def count(self): + frames = self._force() + return frames.shape[frames.ndim - 1] + + def frame(self, i): + return self._force()[..., i] + +def make_atari(env_id, max_episode_steps=None): + env = gym.make(env_id) + assert 'NoFrameskip' in env.spec.id + env = NoopResetEnv(env, noop_max=30) + env = MaxAndSkipEnv(env, skip=4) + if max_episode_steps is not None: + env = TimeLimit(env, max_episode_steps=max_episode_steps) + return env + +def wrap_deepmind(env, episode_life=True, clip_rewards=True, frame_stack=False, scale=False): + """Configure environment for DeepMind-style Atari. + """ + if episode_life: + env = EpisodicLifeEnv(env) + if 'FIRE' in env.unwrapped.get_action_meanings(): + env = FireResetEnv(env) + env = WarpFrame(env) + if scale: + env = ScaledFloatFrame(env) + if clip_rewards: + env = ClipRewardEnv(env) + if frame_stack: + env = FrameStack(env, 4) + return env + diff --git a/baselines/common/cg.py b/baselines/common/cg.py new file mode 100644 index 0000000000000000000000000000000000000000..52ca49dc865799c69c746b11e5f8813ba044ef8c --- /dev/null +++ b/baselines/common/cg.py @@ -0,0 +1,34 @@ +import numpy as np +def cg(f_Ax, b, cg_iters=10, callback=None, verbose=False, residual_tol=1e-10): + """ + Demmel p 312 + """ + p = b.copy() + r = b.copy() + x = np.zeros_like(b) + rdotr = r.dot(r) + + fmtstr = "%10i %10.3g %10.3g" + titlestr = "%10s %10s %10s" + if verbose: print(titlestr % ("iter", "residual norm", "soln norm")) + + for i in range(cg_iters): + if callback is not None: + callback(x) + if verbose: print(fmtstr % (i, rdotr, np.linalg.norm(x))) + z = f_Ax(p) + v = rdotr / p.dot(z) + x += v*p + r -= v*z + newrdotr = r.dot(r) + mu = newrdotr/rdotr + p = r + mu*p + + rdotr = newrdotr + if rdotr < residual_tol: + break + + if callback is not None: + callback(x) + if verbose: print(fmtstr % (i+1, rdotr, np.linalg.norm(x))) # pylint: disable=W0631 + return x diff --git a/baselines/common/cmd_util.py b/baselines/common/cmd_util.py new file mode 100644 index 0000000000000000000000000000000000000000..bd6ef9b2901e7587544b2adf077d7d93d6807b36 --- /dev/null +++ b/baselines/common/cmd_util.py @@ -0,0 +1,206 @@ +""" +Helpers for scripts like run_atari.py. +""" + +import os +try: + from mpi4py import MPI +except ImportError: + MPI = None + +import gym +from gym.wrappers import FlattenObservation, FilterObservation +from baselines import logger +from baselines.bench import Monitor +from baselines.common import set_global_seeds +from baselines.common.atari_wrappers import make_atari, wrap_deepmind +from baselines.common.vec_env.subproc_vec_env import SubprocVecEnv +from baselines.common.vec_env.dummy_vec_env import DummyVecEnv +from baselines.common import retro_wrappers +from baselines.common.wrappers import ClipActionsWrapper + +def make_vec_env(env_id, env_type, num_env, seed, + wrapper_kwargs=None, + env_kwargs=None, + start_index=0, + reward_scale=1.0, + flatten_dict_observations=True, + gamestate=None, + initializer=None, + force_dummy=False): + """ + Create a wrapped, monitored SubprocVecEnv for Atari and MuJoCo. + """ + wrapper_kwargs = wrapper_kwargs or {} + env_kwargs = env_kwargs or {} + mpi_rank = MPI.COMM_WORLD.Get_rank() if MPI else 0 + seed = seed + 10000 * mpi_rank if seed is not None else None + logger_dir = logger.get_dir() + def make_thunk(rank, initializer=None): + return lambda: make_env( + env_id=env_id, + env_type=env_type, + mpi_rank=mpi_rank, + subrank=rank, + seed=seed, + reward_scale=reward_scale, + gamestate=gamestate, + flatten_dict_observations=flatten_dict_observations, + wrapper_kwargs=wrapper_kwargs, + env_kwargs=env_kwargs, + logger_dir=logger_dir, + initializer=initializer + ) + + set_global_seeds(seed) + if not force_dummy and num_env > 1: + return SubprocVecEnv([make_thunk(i + start_index, initializer=initializer) for i in range(num_env)]) + else: + return DummyVecEnv([make_thunk(i + start_index, initializer=None) for i in range(num_env)]) + + +def make_env(env_id, env_type, mpi_rank=0, subrank=0, seed=None, reward_scale=1.0, gamestate=None, flatten_dict_observations=True, wrapper_kwargs=None, env_kwargs=None, logger_dir=None, initializer=None): + if initializer is not None: + initializer(mpi_rank=mpi_rank, subrank=subrank) + + wrapper_kwargs = wrapper_kwargs or {} + env_kwargs = env_kwargs or {} + if ':' in env_id: + import re + import importlib + module_name = re.sub(':.*','',env_id) + env_id = re.sub('.*:', '', env_id) + importlib.import_module(module_name) + if env_type == 'atari': + env = make_atari(env_id) + elif env_type == 'retro': + import retro + gamestate = gamestate or retro.State.DEFAULT + env = retro_wrappers.make_retro(game=env_id, max_episode_steps=10000, use_restricted_actions=retro.Actions.DISCRETE, state=gamestate) + else: + env = gym.make(env_id, **env_kwargs) + + if flatten_dict_observations and isinstance(env.observation_space, gym.spaces.Dict): + env = FlattenObservation(env) + + env.seed(seed + subrank if seed is not None else None) + env = Monitor(env, + logger_dir and os.path.join(logger_dir, str(mpi_rank) + '.' + str(subrank)), + allow_early_resets=True) + + + if env_type == 'atari': + env = wrap_deepmind(env, **wrapper_kwargs) + elif env_type == 'retro': + if 'frame_stack' not in wrapper_kwargs: + wrapper_kwargs['frame_stack'] = 1 + env = retro_wrappers.wrap_deepmind_retro(env, **wrapper_kwargs) + + if isinstance(env.action_space, gym.spaces.Box): + env = ClipActionsWrapper(env) + + if reward_scale != 1: + env = retro_wrappers.RewardScaler(env, reward_scale) + + return env + + +def make_mujoco_env(env_id, seed, reward_scale=1.0): + """ + Create a wrapped, monitored gym.Env for MuJoCo. + """ + rank = MPI.COMM_WORLD.Get_rank() + myseed = seed + 1000 * rank if seed is not None else None + set_global_seeds(myseed) + env = gym.make(env_id) + logger_path = None if logger.get_dir() is None else os.path.join(logger.get_dir(), str(rank)) + env = Monitor(env, logger_path, allow_early_resets=True) + env.seed(seed) + if reward_scale != 1.0: + from baselines.common.retro_wrappers import RewardScaler + env = RewardScaler(env, reward_scale) + return env + +def make_robotics_env(env_id, seed, rank=0): + """ + Create a wrapped, monitored gym.Env for MuJoCo. + """ + set_global_seeds(seed) + env = gym.make(env_id) + env = FlattenObservation(FilterObservation(env, ['observation', 'desired_goal'])) + env = Monitor( + env, logger.get_dir() and os.path.join(logger.get_dir(), str(rank)), + info_keywords=('is_success',)) + env.seed(seed) + return env + +def arg_parser(): + """ + Create an empty argparse.ArgumentParser. + """ + import argparse + return argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) + +def atari_arg_parser(): + """ + Create an argparse.ArgumentParser for run_atari.py. + """ + print('Obsolete - use common_arg_parser instead') + return common_arg_parser() + +def mujoco_arg_parser(): + print('Obsolete - use common_arg_parser instead') + return common_arg_parser() + +def common_arg_parser(): + """ + Create an argparse.ArgumentParser for run_mujoco.py. + """ + parser = arg_parser() + parser.add_argument('--env', help='environment ID', type=str, default='Reacher-v2') + parser.add_argument('--env_type', help='type of environment, used when the environment type cannot be automatically determined', type=str) + parser.add_argument('--seed', help='RNG seed', type=int, default=None) + parser.add_argument('--alg', help='Algorithm', type=str, default='ppo2') + parser.add_argument('--num_timesteps', type=float, default=1e6), + parser.add_argument('--network', help='network type (mlp, cnn, lstm, cnn_lstm, conv_only)', default=None) + parser.add_argument('--gamestate', help='game state to load (so far only used in retro games)', default=None) + parser.add_argument('--num_env', help='Number of environment copies being run in parallel. When not specified, set to number of cpus for Atari, and to 1 for Mujoco', default=None, type=int) + parser.add_argument('--reward_scale', help='Reward scale factor. Default: 1.0', default=1.0, type=float) + parser.add_argument('--save_path', help='Path to save trained model to', default=None, type=str) + parser.add_argument('--save_video_interval', help='Save video every x steps (0 = disabled)', default=0, type=int) + parser.add_argument('--save_video_length', help='Length of recorded video. Default: 200', default=200, type=int) + parser.add_argument('--log_path', help='Directory to save learning curve data.', default=None, type=str) + parser.add_argument('--play', default=False, action='store_true') + return parser + +def robotics_arg_parser(): + """ + Create an argparse.ArgumentParser for run_mujoco.py. + """ + parser = arg_parser() + parser.add_argument('--env', help='environment ID', type=str, default='FetchReach-v0') + parser.add_argument('--seed', help='RNG seed', type=int, default=None) + parser.add_argument('--num-timesteps', type=int, default=int(1e6)) + return parser + + +def parse_unknown_args(args): + """ + Parse arguments not consumed by arg parser into a dictionary + """ + retval = {} + preceded_by_key = False + for arg in args: + if arg.startswith('--'): + if '=' in arg: + key = arg.split('=')[0][2:] + value = arg.split('=')[1] + retval[key] = value + else: + key = arg[2:] + preceded_by_key = True + elif preceded_by_key: + retval[key] = arg + preceded_by_key = False + + return retval diff --git a/baselines/common/console_util.py b/baselines/common/console_util.py new file mode 100644 index 0000000000000000000000000000000000000000..3b011c59750ca38a3fc96f73735b61f72c04db02 --- /dev/null +++ b/baselines/common/console_util.py @@ -0,0 +1,80 @@ +from __future__ import print_function +from contextlib import contextmanager +import numpy as np +import time +import shlex +import subprocess + +# ================================================================ +# Misc +# ================================================================ + +def fmt_row(width, row, header=False): + out = " | ".join(fmt_item(x, width) for x in row) + if header: out = out + "\n" + "-"*len(out) + return out + +def fmt_item(x, l): + if isinstance(x, np.ndarray): + assert x.ndim==0 + x = x.item() + if isinstance(x, (float, np.float32, np.float64)): + v = abs(x) + if (v < 1e-4 or v > 1e+4) and v > 0: + rep = "%7.2e" % x + else: + rep = "%7.5f" % x + else: rep = str(x) + return " "*(l - len(rep)) + rep + +color2num = dict( + gray=30, + red=31, + green=32, + yellow=33, + blue=34, + magenta=35, + cyan=36, + white=37, + crimson=38 +) + +def colorize(string, color='green', bold=False, highlight=False): + attr = [] + num = color2num[color] + if highlight: num += 10 + attr.append(str(num)) + if bold: attr.append('1') + return '\x1b[%sm%s\x1b[0m' % (';'.join(attr), string) + +def print_cmd(cmd, dry=False): + if isinstance(cmd, str): # for shell=True + pass + else: + cmd = ' '.join(shlex.quote(arg) for arg in cmd) + print(colorize(('CMD: ' if not dry else 'DRY: ') + cmd)) + + +def get_git_commit(cwd=None): + return subprocess.check_output(['git', 'rev-parse', '--short', 'HEAD'], cwd=cwd).decode('utf8') + +def get_git_commit_message(cwd=None): + return subprocess.check_output(['git', 'show', '-s', '--format=%B', 'HEAD'], cwd=cwd).decode('utf8') + +def ccap(cmd, dry=False, env=None, **kwargs): + print_cmd(cmd, dry) + if not dry: + subprocess.check_call(cmd, env=env, **kwargs) + + +MESSAGE_DEPTH = 0 + +@contextmanager +def timed(msg): + global MESSAGE_DEPTH #pylint: disable=W0603 + print(colorize('\t'*MESSAGE_DEPTH + '=: ' + msg, color='magenta')) + tstart = time.time() + MESSAGE_DEPTH += 1 + yield + MESSAGE_DEPTH -= 1 + print(colorize('\t'*MESSAGE_DEPTH + "done in %.3f seconds"%(time.time() - tstart), color='magenta')) diff --git a/baselines/common/dataset.py b/baselines/common/dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..41a38c8af68cd4c86cc01e862e8a4193b98c7e1a --- /dev/null +++ b/baselines/common/dataset.py @@ -0,0 +1,60 @@ +import numpy as np + +class Dataset(object): + def __init__(self, data_map, deterministic=False, shuffle=True): + self.data_map = data_map + self.deterministic = deterministic + self.enable_shuffle = shuffle + self.n = next(iter(data_map.values())).shape[0] + self._next_id = 0 + self.shuffle() + + def shuffle(self): + if self.deterministic: + return + perm = np.arange(self.n) + np.random.shuffle(perm) + + for key in self.data_map: + self.data_map[key] = self.data_map[key][perm] + + self._next_id = 0 + + def next_batch(self, batch_size): + if self._next_id >= self.n and self.enable_shuffle: + self.shuffle() + + cur_id = self._next_id + cur_batch_size = min(batch_size, self.n - self._next_id) + self._next_id += cur_batch_size + + data_map = dict() + for key in self.data_map: + data_map[key] = self.data_map[key][cur_id:cur_id+cur_batch_size] + return data_map + + def iterate_once(self, batch_size): + if self.enable_shuffle: self.shuffle() + + while self._next_id <= self.n - batch_size: + yield self.next_batch(batch_size) + self._next_id = 0 + + def subset(self, num_elements, deterministic=True): + data_map = dict() + for key in self.data_map: + data_map[key] = self.data_map[key][:num_elements] + return Dataset(data_map, deterministic) + + +def iterbatches(arrays, *, num_batches=None, batch_size=None, shuffle=True, include_final_partial_batch=True): + assert (num_batches is None) != (batch_size is None), 'Provide num_batches or batch_size, but not both' + arrays = tuple(map(np.asarray, arrays)) + n = arrays[0].shape[0] + assert all(a.shape[0] == n for a in arrays[1:]) + inds = np.arange(n) + if shuffle: np.random.shuffle(inds) + sections = np.arange(0, n, batch_size)[1:] if num_batches is None else num_batches + for batch_inds in np.array_split(inds, sections): + if include_final_partial_batch or len(batch_inds) == batch_size: + yield tuple(a[batch_inds] for a in arrays) diff --git a/baselines/common/distributions.py b/baselines/common/distributions.py new file mode 100644 index 0000000000000000000000000000000000000000..b70ec306c529544e205db34201704a10915685e0 --- /dev/null +++ b/baselines/common/distributions.py @@ -0,0 +1,355 @@ +import tensorflow as tf +import numpy as np +import baselines.common.tf_util as U +from baselines.a2c.utils import fc +from tensorflow.python.ops import math_ops + +class Pd(object): + """ + A particular probability distribution + """ + def flatparam(self): + raise NotImplementedError + def mode(self): + raise NotImplementedError + def neglogp(self, x): + # Usually it's easier to define the negative logprob + raise NotImplementedError + def kl(self, other): + raise NotImplementedError + def entropy(self): + raise NotImplementedError + def sample(self): + raise NotImplementedError + def logp(self, x): + return - self.neglogp(x) + def get_shape(self): + return self.flatparam().shape + @property + def shape(self): + return self.get_shape() + def __getitem__(self, idx): + return self.__class__(self.flatparam()[idx]) + +class PdType(object): + """ + Parametrized family of probability distributions + """ + def pdclass(self): + raise NotImplementedError + def pdfromflat(self, flat): + return self.pdclass()(flat) + def pdfromlatent(self, latent_vector, init_scale, init_bias): + raise NotImplementedError + def param_shape(self): + raise NotImplementedError + def sample_shape(self): + raise NotImplementedError + def sample_dtype(self): + raise NotImplementedError + + def param_placeholder(self, prepend_shape, name=None): + return tf.compat.v1.placeholder(dtype=tf.float32, shape=prepend_shape+self.param_shape(), name=name) + def sample_placeholder(self, prepend_shape, name=None): + return tf.compat.v1.placeholder(dtype=self.sample_dtype(), shape=prepend_shape+self.sample_shape(), name=name) + + def __eq__(self, other): + return (type(self) == type(other)) and (self.__dict__ == other.__dict__) + +class CategoricalPdType(PdType): + def __init__(self, ncat): + self.ncat = ncat + def pdclass(self): + return CategoricalPd + def pdfromlatent(self, latent_vector, init_scale=1.0, init_bias=0.0): + pdparam = _matching_fc(latent_vector, 'pi', self.ncat, init_scale=init_scale, init_bias=init_bias) + return self.pdfromflat(pdparam), pdparam + + def param_shape(self): + return [self.ncat] + def sample_shape(self): + return [] + def sample_dtype(self): + return tf.int32 + + +class MultiCategoricalPdType(PdType): + def __init__(self, nvec): + self.ncats = nvec.astype('int32') + assert (self.ncats > 0).all() + def pdclass(self): + return MultiCategoricalPd + def pdfromflat(self, flat): + return MultiCategoricalPd(self.ncats, flat) + + def pdfromlatent(self, latent, init_scale=1.0, init_bias=0.0): + pdparam = _matching_fc(latent, 'pi', self.ncats.sum(), init_scale=init_scale, init_bias=init_bias) + return self.pdfromflat(pdparam), pdparam + + def param_shape(self): + return [sum(self.ncats)] + def sample_shape(self): + return [len(self.ncats)] + def sample_dtype(self): + return tf.int32 + +class DiagGaussianPdType(PdType): + def __init__(self, size): + self.size = size + def pdclass(self): + return DiagGaussianPd + + def pdfromlatent(self, latent_vector, init_scale=1.0, init_bias=0.0): + mean = _matching_fc(latent_vector, 'pi', self.size, init_scale=init_scale, init_bias=init_bias) + logstd = tf.compat.v1.get_variable(name='pi/logstd', shape=[1, self.size], initializer=tf.compat.v1.zeros_initializer()) + pdparam = tf.concat([mean, mean * 0.0 + logstd], axis=1) + return self.pdfromflat(pdparam), mean + + def param_shape(self): + return [2*self.size] + def sample_shape(self): + return [self.size] + def sample_dtype(self): + return tf.float32 + +class BernoulliPdType(PdType): + def __init__(self, size): + self.size = size + def pdclass(self): + return BernoulliPd + def param_shape(self): + return [self.size] + def sample_shape(self): + return [self.size] + def sample_dtype(self): + return tf.int32 + def pdfromlatent(self, latent_vector, init_scale=1.0, init_bias=0.0): + pdparam = _matching_fc(latent_vector, 'pi', self.size, init_scale=init_scale, init_bias=init_bias) + return self.pdfromflat(pdparam), pdparam + +# WRONG SECOND DERIVATIVES +# class CategoricalPd(Pd): +# def __init__(self, logits): +# self.logits = logits +# self.ps = tf.nn.softmax(logits) +# @classmethod +# def fromflat(cls, flat): +# return cls(flat) +# def flatparam(self): +# return self.logits +# def mode(self): +# return U.argmax(self.logits, axis=-1) +# def logp(self, x): +# return -tf.nn.sparse_softmax_cross_entropy_with_logits(self.logits, x) +# def kl(self, other): +# return tf.nn.softmax_cross_entropy_with_logits(other.logits, self.ps) \ +# - tf.nn.softmax_cross_entropy_with_logits(self.logits, self.ps) +# def entropy(self): +# return tf.nn.softmax_cross_entropy_with_logits(self.logits, self.ps) +# def sample(self): +# u = tf.random_uniform(tf.shape(self.logits)) +# return U.argmax(self.logits - tf.log(-tf.log(u)), axis=-1) + +class CategoricalPd(Pd): + def __init__(self, logits): + self.logits = logits + def flatparam(self): + return self.logits + def mode(self): + return tf.argmax(input=self.logits, axis=-1) + + @property + def mean(self): + return tf.nn.softmax(self.logits) + def neglogp(self, x): + # return tf.nn.sparse_softmax_cross_entropy_with_logits(logits=self.logits, labels=x) + # Note: we can't use sparse_softmax_cross_entropy_with_logits because + # the implementation does not allow second-order derivatives... + if x.dtype in {tf.uint8, tf.int32, tf.int64}: + # one-hot encoding + x_shape_list = x.shape.as_list() + logits_shape_list = self.logits.get_shape().as_list()[:-1] + for xs, ls in zip(x_shape_list, logits_shape_list): + if xs is not None and ls is not None: + assert xs == ls, 'shape mismatch: {} in x vs {} in logits'.format(xs, ls) + + x = tf.one_hot(x, self.logits.get_shape().as_list()[-1]) + else: + # already encoded + assert x.shape.as_list() == self.logits.shape.as_list() + + return tf.nn.softmax_cross_entropy_with_logits( + logits=self.logits, + labels=x) + def kl(self, other): + a0 = self.logits - tf.reduce_max(input_tensor=self.logits, axis=-1, keepdims=True) + a1 = other.logits - tf.reduce_max(input_tensor=other.logits, axis=-1, keepdims=True) + ea0 = tf.exp(a0) + ea1 = tf.exp(a1) + z0 = tf.reduce_sum(input_tensor=ea0, axis=-1, keepdims=True) + z1 = tf.reduce_sum(input_tensor=ea1, axis=-1, keepdims=True) + p0 = ea0 / z0 + return tf.reduce_sum(input_tensor=p0 * (a0 - tf.math.log(z0) - a1 + tf.math.log(z1)), axis=-1) + def entropy(self): + a0 = self.logits - tf.reduce_max(input_tensor=self.logits, axis=-1, keepdims=True) + ea0 = tf.exp(a0) + z0 = tf.reduce_sum(input_tensor=ea0, axis=-1, keepdims=True) + p0 = ea0 / z0 + return tf.reduce_sum(input_tensor=p0 * (tf.math.log(z0) - a0), axis=-1) + def sample(self): + u = tf.random.uniform(tf.shape(input=self.logits), dtype=self.logits.dtype) + return tf.argmax(input=self.logits - tf.math.log(-tf.math.log(u)), axis=-1) + @classmethod + def fromflat(cls, flat): + return cls(flat) + +class MultiCategoricalPd(Pd): + def __init__(self, nvec, flat): + self.flat = flat + self.categoricals = list(map(CategoricalPd, + tf.split(flat, np.array(nvec, dtype=np.int32), axis=-1))) + def flatparam(self): + return self.flat + def mode(self): + return tf.cast(tf.stack([p.mode() for p in self.categoricals], axis=-1), tf.int32) + def neglogp(self, x): + return tf.add_n([p.neglogp(px) for p, px in zip(self.categoricals, tf.unstack(x, axis=-1))]) + def kl(self, other): + return tf.add_n([p.kl(q) for p, q in zip(self.categoricals, other.categoricals)]) + def entropy(self): + return tf.add_n([p.entropy() for p in self.categoricals]) + def sample(self): + return tf.cast(tf.stack([p.sample() for p in self.categoricals], axis=-1), tf.int32) + @classmethod + def fromflat(cls, flat): + raise NotImplementedError + +class DiagGaussianPd(Pd): + def __init__(self, flat): + self.flat = flat + mean, logstd = tf.split(axis=len(flat.shape)-1, num_or_size_splits=2, value=flat) + self.mean = mean + self.logstd = logstd + self.std = tf.exp(logstd) + def flatparam(self): + return self.flat + def mode(self): + return self.mean + def neglogp(self, x): + return 0.5 * tf.reduce_sum(input_tensor=tf.square((x - self.mean) / self.std), axis=-1) \ + + 0.5 * np.log(2.0 * np.pi) * tf.cast(tf.shape(input=x)[-1], dtype=tf.float32) \ + + tf.reduce_sum(input_tensor=self.logstd, axis=-1) + def kl(self, other): + assert isinstance(other, DiagGaussianPd) + return tf.reduce_sum(input_tensor=other.logstd - self.logstd + (tf.square(self.std) + tf.square(self.mean - other.mean)) / (2.0 * tf.square(other.std)) - 0.5, axis=-1) + def entropy(self): + return tf.reduce_sum(input_tensor=self.logstd + .5 * np.log(2.0 * np.pi * np.e), axis=-1) + def sample(self): + return self.mean + self.std * tf.random.normal(tf.shape(input=self.mean)) + @classmethod + def fromflat(cls, flat): + return cls(flat) + + +class BernoulliPd(Pd): + def __init__(self, logits): + self.logits = logits + self.ps = tf.sigmoid(logits) + def flatparam(self): + return self.logits + @property + def mean(self): + return self.ps + def mode(self): + return tf.round(self.ps) + def neglogp(self, x): + return tf.reduce_sum(input_tensor=tf.nn.sigmoid_cross_entropy_with_logits(logits=self.logits, labels=tf.cast(x, dtype=tf.float32)), axis=-1) + def kl(self, other): + return tf.reduce_sum(input_tensor=tf.nn.sigmoid_cross_entropy_with_logits(logits=other.logits, labels=self.ps), axis=-1) - tf.reduce_sum(input_tensor=tf.nn.sigmoid_cross_entropy_with_logits(logits=self.logits, labels=self.ps), axis=-1) + def entropy(self): + return tf.reduce_sum(input_tensor=tf.nn.sigmoid_cross_entropy_with_logits(logits=self.logits, labels=self.ps), axis=-1) + def sample(self): + u = tf.random.uniform(tf.shape(input=self.ps)) + return tf.cast(math_ops.less(u, self.ps), dtype=tf.float32) + @classmethod + def fromflat(cls, flat): + return cls(flat) + +def make_pdtype(ac_space): + from gym import spaces + if isinstance(ac_space, spaces.Box): + assert len(ac_space.shape) == 1 + return DiagGaussianPdType(ac_space.shape[0]) + elif isinstance(ac_space, spaces.Discrete): + return CategoricalPdType(ac_space.n) + elif isinstance(ac_space, spaces.MultiDiscrete): + return MultiCategoricalPdType(ac_space.nvec) + elif isinstance(ac_space, spaces.MultiBinary): + return BernoulliPdType(ac_space.n) + else: + raise NotImplementedError + +def shape_el(v, i): + maybe = v.get_shape()[i] + if maybe is not None: + return maybe + else: + return tf.shape(input=v)[i] + +@U.in_session +def test_probtypes(): + np.random.seed(0) + + pdparam_diag_gauss = np.array([-.2, .3, .4, -.5, .1, -.5, .1, 0.8]) + diag_gauss = DiagGaussianPdType(pdparam_diag_gauss.size // 2) #pylint: disable=E1101 + validate_probtype(diag_gauss, pdparam_diag_gauss) + + pdparam_categorical = np.array([-.2, .3, .5]) + categorical = CategoricalPdType(pdparam_categorical.size) #pylint: disable=E1101 + validate_probtype(categorical, pdparam_categorical) + + nvec = [1,2,3] + pdparam_multicategorical = np.array([-.2, .3, .5, .1, 1, -.1]) + multicategorical = MultiCategoricalPdType(nvec) #pylint: disable=E1101 + validate_probtype(multicategorical, pdparam_multicategorical) + + pdparam_bernoulli = np.array([-.2, .3, .5]) + bernoulli = BernoulliPdType(pdparam_bernoulli.size) #pylint: disable=E1101 + validate_probtype(bernoulli, pdparam_bernoulli) + + +def validate_probtype(probtype, pdparam): + N = 100000 + # Check to see if mean negative log likelihood == differential entropy + Mval = np.repeat(pdparam[None, :], N, axis=0) + M = probtype.param_placeholder([N]) + X = probtype.sample_placeholder([N]) + pd = probtype.pdfromflat(M) + calcloglik = U.function([X, M], pd.logp(X)) + calcent = U.function([M], pd.entropy()) + Xval = tf.compat.v1.get_default_session().run(pd.sample(), feed_dict={M:Mval}) + logliks = calcloglik(Xval, Mval) + entval_ll = - logliks.mean() #pylint: disable=E1101 + entval_ll_stderr = logliks.std() / np.sqrt(N) #pylint: disable=E1101 + entval = calcent(Mval).mean() #pylint: disable=E1101 + assert np.abs(entval - entval_ll) < 3 * entval_ll_stderr # within 3 sigmas + + # Check to see if kldiv[p,q] = - ent[p] - E_p[log q] + M2 = probtype.param_placeholder([N]) + pd2 = probtype.pdfromflat(M2) + q = pdparam + np.random.randn(pdparam.size) * 0.1 + Mval2 = np.repeat(q[None, :], N, axis=0) + calckl = U.function([M, M2], pd.kl(pd2)) + klval = calckl(Mval, Mval2).mean() #pylint: disable=E1101 + logliks = calcloglik(Xval, Mval2) + klval_ll = - entval - logliks.mean() #pylint: disable=E1101 + klval_ll_stderr = logliks.std() / np.sqrt(N) #pylint: disable=E1101 + assert np.abs(klval - klval_ll) < 3 * klval_ll_stderr # within 3 sigmas + print('ok on', probtype, pdparam) + + +def _matching_fc(tensor, name, size, init_scale, init_bias): + if tensor.shape[-1] == size: + return tensor + else: + return fc(tensor, name, size, init_scale=init_scale, init_bias=init_bias) diff --git a/baselines/common/input.py b/baselines/common/input.py new file mode 100644 index 0000000000000000000000000000000000000000..f518a0bc8f1e19f3e6dc214f39c646ebadd960da --- /dev/null +++ b/baselines/common/input.py @@ -0,0 +1,65 @@ +import numpy as np +import tensorflow as tf +tf.compat.v1.disable_eager_execution() +from gym.spaces import Discrete, Box, MultiDiscrete + +def observation_placeholder(ob_space, batch_size=None, name='Ob'): + ''' + Create placeholder to feed observations into of the size appropriate to the observation space + + Parameters: + ---------- + + ob_space: gym.Space observation space + + batch_size: int size of the batch to be fed into input. Can be left None in most cases. + + name: str name of the placeholder + + Returns: + ------- + + tensorflow placeholder tensor + ''' + + assert isinstance(ob_space, Discrete) or isinstance(ob_space, Box) or isinstance(ob_space, MultiDiscrete), \ + 'Can only deal with Discrete and Box observation spaces for now' + + dtype = ob_space.dtype + if dtype == np.int8: + dtype = np.uint8 + + return tf.compat.v1.placeholder(shape=(batch_size,) + ob_space.shape, dtype=dtype, name=name) + + +def observation_input(ob_space, batch_size=None, name='Ob'): + ''' + Create placeholder to feed observations into of the size appropriate to the observation space, and add input + encoder of the appropriate type. + ''' + + placeholder = observation_placeholder(ob_space, batch_size, name) + return placeholder, encode_observation(ob_space, placeholder) + +def encode_observation(ob_space, placeholder): + ''' + Encode input in the way that is appropriate to the observation space + + Parameters: + ---------- + + ob_space: gym.Space observation space + + placeholder: tf.placeholder observation input placeholder + ''' + if isinstance(ob_space, Discrete): + return tf.cast(tf.one_hot(placeholder, ob_space.n), dtype=tf.float32) + elif isinstance(ob_space, Box): + return tf.cast(placeholder, dtype=tf.float32) + elif isinstance(ob_space, MultiDiscrete): + placeholder = tf.cast(placeholder, tf.int32) + one_hots = [tf.cast(tf.one_hot(placeholder[..., i], ob_space.nvec[i]), dtype=tf.float32) for i in range(placeholder.shape[-1])] + return tf.concat(one_hots, axis=-1) + else: + raise NotImplementedError + diff --git a/baselines/common/math_util.py b/baselines/common/math_util.py new file mode 100644 index 0000000000000000000000000000000000000000..461bdb79908696e1d7b1b811f578d7216c883b71 --- /dev/null +++ b/baselines/common/math_util.py @@ -0,0 +1,85 @@ +import numpy as np +import scipy.signal + + +def discount(x, gamma): + """ + computes discounted sums along 0th dimension of x. + + inputs + ------ + x: ndarray + gamma: float + + outputs + ------- + y: ndarray with same shape as x, satisfying + + y[t] = x[t] + gamma*x[t+1] + gamma^2*x[t+2] + ... + gamma^k x[t+k], + where k = len(x) - t - 1 + + """ + assert x.ndim >= 1 + return scipy.signal.lfilter([1],[1,-gamma],x[::-1], axis=0)[::-1] + +def explained_variance(ypred,y): + """ + Computes fraction of variance that ypred explains about y. + Returns 1 - Var[y-ypred] / Var[y] + + interpretation: + ev=0 => might as well have predicted zero + ev=1 => perfect prediction + ev<0 => worse than just predicting zero + + """ + assert y.ndim == 1 and ypred.ndim == 1 + vary = np.var(y) + return np.nan if vary==0 else 1 - np.var(y-ypred)/vary + +def explained_variance_2d(ypred, y): + assert y.ndim == 2 and ypred.ndim == 2 + vary = np.var(y, axis=0) + out = 1 - np.var(y-ypred)/vary + out[vary < 1e-10] = 0 + return out + +def ncc(ypred, y): + return np.corrcoef(ypred, y)[1,0] + +def flatten_arrays(arrs): + return np.concatenate([arr.flat for arr in arrs]) + +def unflatten_vector(vec, shapes): + i=0 + arrs = [] + for shape in shapes: + size = np.prod(shape) + arr = vec[i:i+size].reshape(shape) + arrs.append(arr) + i += size + return arrs + +def discount_with_boundaries(X, New, gamma): + """ + X: 2d array of floats, time x features + New: 2d array of bools, indicating when a new episode has started + """ + Y = np.zeros_like(X) + T = X.shape[0] + Y[T-1] = X[T-1] + for t in range(T-2, -1, -1): + Y[t] = X[t] + gamma * Y[t+1] * (1 - New[t+1]) + return Y + +def test_discount_with_boundaries(): + gamma=0.9 + x = np.array([1.0, 2.0, 3.0, 4.0], 'float32') + starts = [1.0, 0.0, 0.0, 1.0] + y = discount_with_boundaries(x, starts, gamma) + assert np.allclose(y, [ + 1 + gamma * 2 + gamma**2 * 3, + 2 + gamma * 3, + 3, + 4 + ]) diff --git a/baselines/common/misc_util.py b/baselines/common/misc_util.py new file mode 100644 index 0000000000000000000000000000000000000000..5e0347676483dd6654fd1fc2c3c58cd94d6d206a --- /dev/null +++ b/baselines/common/misc_util.py @@ -0,0 +1,243 @@ +import gym +import numpy as np +import os +import pickle +import random +import tempfile +import zipfile + + +def zipsame(*seqs): + L = len(seqs[0]) + assert all(len(seq) == L for seq in seqs[1:]) + return zip(*seqs) + + +class EzPickle(object): + """Objects that are pickled and unpickled via their constructor + arguments. + + Example usage: + + class Dog(Animal, EzPickle): + def __init__(self, furcolor, tailkind="bushy"): + Animal.__init__() + EzPickle.__init__(furcolor, tailkind) + ... + + When this object is unpickled, a new Dog will be constructed by passing the provided + furcolor and tailkind into the constructor. However, philosophers are still not sure + whether it is still the same dog. + + This is generally needed only for environments which wrap C/C++ code, such as MuJoCo + and Atari. + """ + + def __init__(self, *args, **kwargs): + self._ezpickle_args = args + self._ezpickle_kwargs = kwargs + + def __getstate__(self): + return {"_ezpickle_args": self._ezpickle_args, "_ezpickle_kwargs": self._ezpickle_kwargs} + + def __setstate__(self, d): + out = type(self)(*d["_ezpickle_args"], **d["_ezpickle_kwargs"]) + self.__dict__.update(out.__dict__) + + +def set_global_seeds(i): + try: + import MPI + rank = MPI.COMM_WORLD.Get_rank() + except ImportError: + rank = 0 + + myseed = i + 1000 * rank if i is not None else None + try: + import tensorflow as tf + tf.compat.v1.set_random_seed(myseed) + except ImportError: + pass + np.random.seed(myseed) + random.seed(myseed) + + +def pretty_eta(seconds_left): + """Print the number of seconds in human readable format. + + Examples: + 2 days + 2 hours and 37 minutes + less than a minute + + Paramters + --------- + seconds_left: int + Number of seconds to be converted to the ETA + Returns + ------- + eta: str + String representing the pretty ETA. + """ + minutes_left = seconds_left // 60 + seconds_left %= 60 + hours_left = minutes_left // 60 + minutes_left %= 60 + days_left = hours_left // 24 + hours_left %= 24 + + def helper(cnt, name): + return "{} {}{}".format(str(cnt), name, ('s' if cnt > 1 else '')) + + if days_left > 0: + msg = helper(days_left, 'day') + if hours_left > 0: + msg += ' and ' + helper(hours_left, 'hour') + return msg + if hours_left > 0: + msg = helper(hours_left, 'hour') + if minutes_left > 0: + msg += ' and ' + helper(minutes_left, 'minute') + return msg + if minutes_left > 0: + return helper(minutes_left, 'minute') + return 'less than a minute' + + +class RunningAvg(object): + def __init__(self, gamma, init_value=None): + """Keep a running estimate of a quantity. This is a bit like mean + but more sensitive to recent changes. + + Parameters + ---------- + gamma: float + Must be between 0 and 1, where 0 is the most sensitive to recent + changes. + init_value: float or None + Initial value of the estimate. If None, it will be set on the first update. + """ + self._value = init_value + self._gamma = gamma + + def update(self, new_val): + """Update the estimate. + + Parameters + ---------- + new_val: float + new observated value of estimated quantity. + """ + if self._value is None: + self._value = new_val + else: + self._value = self._gamma * self._value + (1.0 - self._gamma) * new_val + + def __float__(self): + """Get the current estimate""" + return self._value + +def boolean_flag(parser, name, default=False, help=None): + """Add a boolean flag to argparse parser. + + Parameters + ---------- + parser: argparse.Parser + parser to add the flag to + name: str + -- will enable the flag, while --no- will disable it + default: bool or None + default value of the flag + help: str + help string for the flag + """ + dest = name.replace('-', '_') + parser.add_argument("--" + name, action="store_true", default=default, dest=dest, help=help) + parser.add_argument("--no-" + name, action="store_false", dest=dest) + + +def get_wrapper_by_name(env, classname): + """Given an a gym environment possibly wrapped multiple times, returns a wrapper + of class named classname or raises ValueError if no such wrapper was applied + + Parameters + ---------- + env: gym.Env of gym.Wrapper + gym environment + classname: str + name of the wrapper + + Returns + ------- + wrapper: gym.Wrapper + wrapper named classname + """ + currentenv = env + while True: + if classname == currentenv.class_name(): + return currentenv + elif isinstance(currentenv, gym.Wrapper): + currentenv = currentenv.env + else: + raise ValueError("Couldn't find wrapper named %s" % classname) + + +def relatively_safe_pickle_dump(obj, path, compression=False): + """This is just like regular pickle dump, except from the fact that failure cases are + different: + + - It's never possible that we end up with a pickle in corrupted state. + - If a there was a different file at the path, that file will remain unchanged in the + even of failure (provided that filesystem rename is atomic). + - it is sometimes possible that we end up with useless temp file which needs to be + deleted manually (it will be removed automatically on the next function call) + + The indended use case is periodic checkpoints of experiment state, such that we never + corrupt previous checkpoints if the current one fails. + + Parameters + ---------- + obj: object + object to pickle + path: str + path to the output file + compression: bool + if true pickle will be compressed + """ + temp_storage = path + ".relatively_safe" + if compression: + # Using gzip here would be simpler, but the size is limited to 2GB + with tempfile.NamedTemporaryFile() as uncompressed_file: + pickle.dump(obj, uncompressed_file) + uncompressed_file.file.flush() + with zipfile.ZipFile(temp_storage, "w", compression=zipfile.ZIP_DEFLATED) as myzip: + myzip.write(uncompressed_file.name, "data") + else: + with open(temp_storage, "wb") as f: + pickle.dump(obj, f) + os.rename(temp_storage, path) + + +def pickle_load(path, compression=False): + """Unpickle a possible compressed pickle. + + Parameters + ---------- + path: str + path to the output file + compression: bool + if true assumes that pickle was compressed when created and attempts decompression. + + Returns + ------- + obj: object + the unpickled object + """ + + if compression: + with zipfile.ZipFile(path, "r", compression=zipfile.ZIP_DEFLATED) as myzip: + with myzip.open("data") as f: + return pickle.load(f) + else: + with open(path, "rb") as f: + return pickle.load(f) diff --git a/baselines/common/models.py b/baselines/common/models.py new file mode 100644 index 0000000000000000000000000000000000000000..7c3884852ef7f1b8d5d277ec0231c0b21e894da6 --- /dev/null +++ b/baselines/common/models.py @@ -0,0 +1,406 @@ +import math + +import numpy as np +import tensorflow as tf +from baselines.a2c import utils +from baselines.a2c.utils import conv, fc, conv_to_fc, batch_to_seq, seq_to_batch +from baselines.common.mpi_running_mean_std import RunningMeanStd +from keras import layers +from itertools import combinations + +mapping = {} + + +def register(name): + def _thunk(func): + mapping[name] = func + return func + + return _thunk + + +def nature_cnn(unscaled_images, **conv_kwargs): + """ + CNN from Nature paper. + """ + scaled_images = tf.cast(unscaled_images, tf.float32) / 255. + activ = tf.nn.relu + h = activ(conv(scaled_images, 'c1', nf=32, rf=8, stride=4, init_scale=np.sqrt(2), + **conv_kwargs)) + h2 = activ(conv(h, 'c2', nf=64, rf=4, stride=2, init_scale=np.sqrt(2), **conv_kwargs)) + h3 = activ(conv(h2, 'c3', nf=64, rf=3, stride=1, init_scale=np.sqrt(2), **conv_kwargs)) + h3 = conv_to_fc(h3) + return activ(fc(h3, 'fc1', nh=512, init_scale=np.sqrt(2))) + + +def build_impala_cnn(unscaled_images, depths=[16, 32, 32], **conv_kwargs): + """ + Model used in the paper "IMPALA: Scalable Distributed Deep-RL with + Importance Weighted Actor-Learner Architectures" https://arxiv.org/abs/1802.01561 + """ + + layer_num = 0 + + def get_layer_num_str(): + nonlocal layer_num + num_str = str(layer_num) + layer_num += 1 + return num_str + + def conv_layer(out, depth): + return tf.compat.v1.layers.conv2d(out, depth, 3, padding='same', name='layer_' + get_layer_num_str()) + + def residual_block(inputs): + try: + depth = inputs.get_shape()[-1].value + except: + depth = inputs.get_shape()[-1] + + out = tf.nn.relu(inputs) + + out = conv_layer(out, depth) + out = tf.nn.relu(out) + out = conv_layer(out, depth) + return out + inputs + + def conv_sequence(inputs, depth): + out = conv_layer(inputs, depth) + out = tf.compat.v1.layers.max_pooling2d(out, pool_size=3, strides=2, padding='same') + out = residual_block(out) + out = residual_block(out) + return out + + out = tf.cast(unscaled_images, tf.float32) / 255. + + for depth in depths: + out = conv_sequence(out, depth) + + out = tf.compat.v1.layers.flatten(out) + out = tf.nn.relu(out) + out = tf.compat.v1.layers.dense(out, 256, activation=tf.nn.relu, name='layer_' + get_layer_num_str()) + + return out + + +def build_skill_impala_cnn(unscaled_images, depths=[16, 32, 32], emb_dim=256, num_embeddings=8, seed=0, + **conv_kwargs): + """ + Modified impala cnn model by adding the skill module + """ + + layer_num = 0 + + def get_layer_num_str(): + nonlocal layer_num + num_str = str(layer_num) + layer_num += 1 + return num_str + + def conv_layer(out, depth): + return tf.compat.v1.layers.conv2d(out, depth, 3, padding='same', name='layer_' + get_layer_num_str()) + + def residual_block(inputs): + # depth = inputs.get_shape()[-1].value + depth = inputs.get_shape()[-1] + + out = tf.nn.relu(inputs) + + out = conv_layer(out, depth) + out = tf.nn.relu(out) + out = conv_layer(out, depth) + return out + inputs + + def conv_sequence(inputs, depth): + out = conv_layer(inputs, depth) + out = tf.compat.v1.layers.max_pooling2d(out, pool_size=3, strides=2, padding='same') + out = residual_block(out) + out = residual_block(out) + return out + + out = tf.cast(unscaled_images, tf.float32) / 255. + + for depth in depths: + out = conv_sequence(out, depth) + + out = tf.compat.v1.layers.flatten(out) + out = tf.nn.relu(out) + pure_out = tf.compat.v1.layers.dense(out, emb_dim, activation=tf.nn.relu, name='layer_' + get_layer_num_str()) + + # skill module + skill_out = tf.compat.v1.layers.dense(pure_out, emb_dim // 2, activation=None, name='layer_' + get_layer_num_str()) + skill_out = tf.compat.v1.layers.dense(skill_out, 2, activation=None, name='layer_' + get_layer_num_str()) + vq_layer = VectorQuantizer(num_embeddings, 2, seed=seed, name="vector_quantizer") + vq_out, pure_vq_out, encoding_indices = vq_layer(skill_out) + + encoding_indices_ = tf.cast( + tf.tile(encoding_indices / vq_layer.num_embeddings, tf.constant([1, emb_dim], tf.int32)), tf.float32) + + # add the normalized skill indices to features + out = tf.math.add(pure_out, encoding_indices_) + + return out, skill_out, pure_out, vq_out, pure_vq_out, vq_layer.embeddings, encoding_indices + + +@register("mlp") +def mlp(num_layers=2, num_hidden=64, activation=tf.tanh, layer_norm=False): + """ + Stack of fully-connected layers to be used in a policy / q-function approximator + + Parameters: + ---------- + + num_layers: int number of fully-connected layers (default: 2) + + num_hidden: int size of fully-connected layers (default: 64) + + activation: activation function (default: tf.tanh) + + Returns: + ------- + + function that builds fully connected network with a given input tensor / placeholder + """ + + def network_fn(X): + h = tf.compat.v1.layers.flatten(X) + for i in range(num_layers): + h = fc(h, 'mlp_fc{}'.format(i), nh=num_hidden, init_scale=np.sqrt(2)) + if layer_norm: + h = tf.contrib.layers.layer_norm(h, center=True, scale=True) + h = activation(h) + + return h + + return network_fn + + +@register("cnn") +def cnn(**conv_kwargs): + def network_fn(X): + return nature_cnn(X, **conv_kwargs) + + return network_fn + + +@register("impala_cnn") +def impala_cnn(**conv_kwargs): + def network_fn(X): + return build_impala_cnn(X) + + return network_fn + + +@register("cnn_small") +def cnn_small(**conv_kwargs): + def network_fn(X): + h = tf.cast(X, tf.float32) / 255. + + activ = tf.nn.relu + h = activ(conv(h, 'c1', nf=8, rf=8, stride=4, init_scale=np.sqrt(2), **conv_kwargs)) + h = activ(conv(h, 'c2', nf=16, rf=4, stride=2, init_scale=np.sqrt(2), **conv_kwargs)) + h = conv_to_fc(h) + h = activ(fc(h, 'fc1', nh=128, init_scale=np.sqrt(2))) + return h + + return network_fn + + +@register("lstm") +def lstm(nlstm=128, layer_norm=False): + """ + Builds LSTM (Long-Short Term Memory) network to be used in a policy. + Note that the resulting function returns not only the output of the LSTM + (i.e. hidden state of lstm for each step in the sequence), but also a dictionary + with auxiliary tensors to be set as policy attributes. + + Specifically, + S is a placeholder to feed current state (LSTM state has to be managed outside policy) + M is a placeholder for the mask (used to mask out observations after the end of the episode, but can be used for other purposes too) + initial_state is a numpy array containing initial lstm state (usually zeros) + state is the output LSTM state (to be fed into S at the next call) + + + An example of usage of lstm-based policy can be found here: common/tests/test_doc_examples.py/test_lstm_example + + Parameters: + ---------- + + nlstm: int LSTM hidden state size + + layer_norm: bool if True, layer-normalized version of LSTM is used + + Returns: + ------- + + function that builds LSTM with a given input tensor / placeholder + """ + + def network_fn(X, nenv=1): + nbatch = X.shape[0] + nsteps = nbatch // nenv + + h = tf.compat.v1.layers.flatten(X) + + M = tf.compat.v1.placeholder(tf.float32, [nbatch]) # mask (done t-1) + S = tf.compat.v1.placeholder(tf.float32, [nenv, 2 * nlstm]) # states + + xs = batch_to_seq(h, nenv, nsteps) + ms = batch_to_seq(M, nenv, nsteps) + + if layer_norm: + h5, snew = utils.lnlstm(xs, ms, S, scope='lnlstm', nh=nlstm) + else: + h5, snew = utils.lstm(xs, ms, S, scope='lstm', nh=nlstm) + + h = seq_to_batch(h5) + initial_state = np.zeros(S.shape.as_list(), dtype=float) + + return h, {'S': S, 'M': M, 'state': snew, 'initial_state': initial_state} + + return network_fn + + +@register("cnn_lstm") +def cnn_lstm(nlstm=128, layer_norm=False, conv_fn=nature_cnn, **conv_kwargs): + def network_fn(X, nenv=1): + nbatch = X.shape[0] + nsteps = nbatch // nenv + + h = conv_fn(X, **conv_kwargs) + + M = tf.compat.v1.placeholder(tf.float32, [nbatch]) # mask (done t-1) + S = tf.compat.v1.placeholder(tf.float32, [nenv, 2 * nlstm]) # states + + xs = batch_to_seq(h, nenv, nsteps) + ms = batch_to_seq(M, nenv, nsteps) + + if layer_norm: + h5, snew = utils.lnlstm(xs, ms, S, scope='lnlstm', nh=nlstm) + else: + h5, snew = utils.lstm(xs, ms, S, scope='lstm', nh=nlstm) + + h = seq_to_batch(h5) + initial_state = np.zeros(S.shape.as_list(), dtype=float) + + return h, {'S': S, 'M': M, 'state': snew, 'initial_state': initial_state} + + return network_fn + + +@register("impala_cnn_lstm") +def impala_cnn_lstm(): + return cnn_lstm(nlstm=256, conv_fn=build_impala_cnn) + + +@register("cnn_lnlstm") +def cnn_lnlstm(nlstm=128, **conv_kwargs): + return cnn_lstm(nlstm, layer_norm=True, **conv_kwargs) + + +@register("conv_only") +def conv_only(convs=[(32, 8, 4), (64, 4, 2), (64, 3, 1)], **conv_kwargs): + ''' + convolutions-only net + + Parameters: + ---------- + + conv: list of triples (filter_number, filter_size, stride) specifying parameters for each layer. + + Returns: + + function that takes tensorflow tensor as input and returns the output of the last convolutional layer + + ''' + + def network_fn(X): + out = tf.cast(X, tf.float32) / 255. + with tf.compat.v1.variable_scope("convnet"): + for num_outputs, kernel_size, stride in convs: + out = tf.contrib.layers.convolution2d(out, + num_outputs=num_outputs, + kernel_size=kernel_size, + stride=stride, + activation_fn=tf.nn.relu, + **conv_kwargs) + + return out + + return network_fn + + +def _normalize_clip_observation(x, clip_range=[-5.0, 5.0]): + rms = RunningMeanStd(shape=x.shape[1:]) + norm_x = tf.clip_by_value((x - rms.mean) / rms.std, min(clip_range), max(clip_range)) + return norm_x, rms + + +def get_network_builder(name): + """ + If you want to register your own network outside models.py, you just need: + + Usage Example: + ------------- + from baselines.common.models import register + @register("your_network_name") + def your_network_define(**net_kwargs): + ... + return network_fn + + """ + if callable(name): + return name + elif name in mapping: + return mapping[name] + else: + raise ValueError('Unknown network type: {}'.format(name)) + + +class VectorQuantizer(layers.Layer): + def __init__(self, num_embeddings, embedding_dim, seed=0, **kwargs): + super().__init__(**kwargs) + self.embedding_dim = embedding_dim + self.num_embeddings = num_embeddings + + # Initialize the embeddings which we will quantize. + w_init = tf.compat.v1.random_uniform_initializer(minval=-1 / num_embeddings, maxval=1 / num_embeddings, + seed=seed) + + self.embeddings = tf.compat.v1.get_variable( + initializer=w_init( + shape=(self.embedding_dim, self.num_embeddings), dtype="float32" + ), + trainable=True, + name="embeddings_vqvae", + ) + + def call(self, x): + # Calculate the input shape of the inputs and + # then flatten the inputs keeping `embedding_dim` intact. + input_shape = tf.shape(input=x) + flattened = tf.reshape(x, [-1, self.embedding_dim]) + + # Quantization. + encoding_indices = self.get_code_indices(flattened) + encoding_indices = tf.reshape(encoding_indices, [input_shape[0], -1]) + encodings = tf.one_hot(encoding_indices, self.num_embeddings) + quantized = tf.matmul(encodings, self.embeddings, transpose_b=True) + quantized = tf.reshape(quantized, input_shape) + + # Straight-through estimator. + quantized_ = x + tf.stop_gradient(quantized - x) + + return quantized_, quantized, encoding_indices + + def get_code_indices(self, flattened_inputs): + # Calculate L2-normalized distance between the inputs and the codes. + similarity = tf.matmul(flattened_inputs, self.embeddings) + distances = ( + tf.reduce_sum(input_tensor=flattened_inputs ** 2, axis=1, keepdims=True) + + tf.reduce_sum(input_tensor=self.embeddings ** 2, axis=0) + - 2 * similarity + ) + + # Derive the indices for minimum distances. + encoding_indices = tf.argmin(input=distances, axis=1) + return encoding_indices diff --git a/baselines/common/mpi_adam.py b/baselines/common/mpi_adam.py new file mode 100644 index 0000000000000000000000000000000000000000..f1103b187a63dd858494a9eadafd73186d33359b --- /dev/null +++ b/baselines/common/mpi_adam.py @@ -0,0 +1,103 @@ +import baselines.common.tf_util as U +import tensorflow as tf +import numpy as np +try: + from mpi4py import MPI +except ImportError: + MPI = None + + +class MpiAdam(object): + def __init__(self, var_list, *, beta1=0.9, beta2=0.999, epsilon=1e-08, scale_grad_by_procs=True, comm=None): + self.var_list = var_list + self.beta1 = beta1 + self.beta2 = beta2 + self.epsilon = epsilon + self.scale_grad_by_procs = scale_grad_by_procs + size = sum(U.numel(v) for v in var_list) + self.m = np.zeros(size, 'float32') + self.v = np.zeros(size, 'float32') + self.t = 0 + self.setfromflat = U.SetFromFlat(var_list) + self.getflat = U.GetFlat(var_list) + self.comm = MPI.COMM_WORLD if comm is None and MPI is not None else comm + + def update(self, localg, stepsize): + if self.t % 100 == 0: + self.check_synced() + localg = localg.astype('float32') + if self.comm is not None: + globalg = np.zeros_like(localg) + self.comm.Allreduce(localg, globalg, op=MPI.SUM) + if self.scale_grad_by_procs: + globalg /= self.comm.Get_size() + else: + globalg = np.copy(localg) + + self.t += 1 + a = stepsize * np.sqrt(1 - self.beta2**self.t)/(1 - self.beta1**self.t) + self.m = self.beta1 * self.m + (1 - self.beta1) * globalg + self.v = self.beta2 * self.v + (1 - self.beta2) * (globalg * globalg) + step = (- a) * self.m / (np.sqrt(self.v) + self.epsilon) + self.setfromflat(self.getflat() + step) + + def sync(self): + if self.comm is None: + return + theta = self.getflat() + self.comm.Bcast(theta, root=0) + self.setfromflat(theta) + + def check_synced(self): + if self.comm is None: + return + if self.comm.Get_rank() == 0: # this is root + theta = self.getflat() + self.comm.Bcast(theta, root=0) + else: + thetalocal = self.getflat() + thetaroot = np.empty_like(thetalocal) + self.comm.Bcast(thetaroot, root=0) + assert (thetaroot == thetalocal).all(), (thetaroot, thetalocal) + +@U.in_session +def test_MpiAdam(): + np.random.seed(0) + tf.compat.v1.set_random_seed(0) + + a = tf.Variable(np.random.randn(3).astype('float32')) + b = tf.Variable(np.random.randn(2,5).astype('float32')) + loss = tf.reduce_sum(input_tensor=tf.square(a)) + tf.reduce_sum(input_tensor=tf.sin(b)) + + stepsize = 1e-2 + update_op = tf.compat.v1.train.AdamOptimizer(stepsize).minimize(loss) + do_update = U.function([], loss, updates=[update_op]) + + tf.compat.v1.get_default_session().run(tf.compat.v1.global_variables_initializer()) + losslist_ref = [] + for i in range(10): + l = do_update() + print(i, l) + losslist_ref.append(l) + + + + tf.compat.v1.set_random_seed(0) + tf.compat.v1.get_default_session().run(tf.compat.v1.global_variables_initializer()) + + var_list = [a,b] + lossandgrad = U.function([], [loss, U.flatgrad(loss, var_list)]) + adam = MpiAdam(var_list) + + losslist_test = [] + for i in range(10): + l,g = lossandgrad() + adam.update(g, stepsize) + print(i,l) + losslist_test.append(l) + + np.testing.assert_allclose(np.array(losslist_ref), np.array(losslist_test), atol=1e-4) + + +if __name__ == '__main__': + test_MpiAdam() diff --git a/baselines/common/mpi_adam_optimizer.py b/baselines/common/mpi_adam_optimizer.py new file mode 100644 index 0000000000000000000000000000000000000000..1fbb1fc4616b79b95178fd7bf2a4a928fd959c62 --- /dev/null +++ b/baselines/common/mpi_adam_optimizer.py @@ -0,0 +1,90 @@ +import numpy as np +import tensorflow as tf +from baselines.common import tf_util as U +from baselines.common.tests.test_with_mpi import with_mpi +from baselines import logger +try: + from mpi4py import MPI +except ImportError: + MPI = None + +class MpiAdamOptimizer(tf.compat.v1.train.AdamOptimizer): + """Adam optimizer that averages gradients across mpi processes.""" + def __init__(self, comm, grad_clip=None, mpi_rank_weight=1, **kwargs): + self.comm = comm + self.grad_clip = grad_clip + self.mpi_rank_weight = mpi_rank_weight + tf.compat.v1.train.AdamOptimizer.__init__(self, **kwargs) + def compute_gradients(self, loss, var_list, **kwargs): + grads_and_vars = tf.compat.v1.train.AdamOptimizer.compute_gradients(self, loss, var_list, **kwargs) + grads_and_vars = [(g, v) for g, v in grads_and_vars if g is not None] + flat_grad = tf.concat([tf.reshape(g, (-1,)) for g, v in grads_and_vars], axis=0) * self.mpi_rank_weight + shapes = [v.shape.as_list() for g, v in grads_and_vars] + sizes = [int(np.prod(s)) for s in shapes] + + total_weight = np.zeros(1, np.float32) + self.comm.Allreduce(np.array([self.mpi_rank_weight], dtype=np.float32), total_weight, op=MPI.SUM) + total_weight = total_weight[0] + + buf = np.zeros(sum(sizes), np.float32) + countholder = [0] # Counts how many times _collect_grads has been called + stat = tf.reduce_sum(input_tensor=grads_and_vars[0][1]) # sum of first variable + def _collect_grads(flat_grad, np_stat): + if self.grad_clip is not None: + gradnorm = np.linalg.norm(flat_grad) + if gradnorm > 1: + flat_grad /= gradnorm + logger.logkv_mean('gradnorm', gradnorm) + logger.logkv_mean('gradclipfrac', float(gradnorm > 1)) + self.comm.Allreduce(flat_grad, buf, op=MPI.SUM) + np.divide(buf, float(total_weight), out=buf) + if countholder[0] % 100 == 0: + check_synced(np_stat, self.comm) + countholder[0] += 1 + return buf + + avg_flat_grad = tf.compat.v1.py_func(_collect_grads, [flat_grad, stat], tf.float32) + avg_flat_grad.set_shape(flat_grad.shape) + avg_grads = tf.split(avg_flat_grad, sizes, axis=0) + avg_grads_and_vars = [(tf.reshape(g, v.shape), v) + for g, (_, v) in zip(avg_grads, grads_and_vars)] + return avg_grads_and_vars + +def check_synced(localval, comm=None): + """ + It's common to forget to initialize your variables to the same values, or + (less commonly) if you update them in some other way than adam, to get them out of sync. + This function checks that variables on all MPI workers are the same, and raises + an AssertionError otherwise + + Arguments: + comm: MPI communicator + localval: list of local variables (list of variables on current worker to be compared with the other workers) + """ + comm = comm or MPI.COMM_WORLD + vals = comm.gather(localval) + if comm.rank == 0: + assert all(val==vals[0] for val in vals[1:]),\ + 'MpiAdamOptimizer detected that different workers have different weights: {}'.format(vals) + +@with_mpi(timeout=5) +def test_nonfreeze(): + np.random.seed(0) + tf.compat.v1.set_random_seed(0) + + a = tf.Variable(np.random.randn(3).astype('float32')) + b = tf.Variable(np.random.randn(2,5).astype('float32')) + loss = tf.reduce_sum(input_tensor=tf.square(a)) + tf.reduce_sum(input_tensor=tf.sin(b)) + + stepsize = 1e-2 + # for some reason the session config with inter_op_parallelism_threads was causing + # nested sess.run calls to freeze + config = tf.compat.v1.ConfigProto(inter_op_parallelism_threads=1) + sess = U.get_session(config=config) + update_op = MpiAdamOptimizer(comm=MPI.COMM_WORLD, learning_rate=stepsize).minimize(loss) + sess.run(tf.compat.v1.global_variables_initializer()) + losslist_ref = [] + for i in range(100): + l,_ = sess.run([loss, update_op]) + print(i, l) + losslist_ref.append(l) diff --git a/baselines/common/mpi_fork.py b/baselines/common/mpi_fork.py new file mode 100644 index 0000000000000000000000000000000000000000..07b555e4fe7bbf121298058a3a89bb30da73a6bd --- /dev/null +++ b/baselines/common/mpi_fork.py @@ -0,0 +1,23 @@ +import os, subprocess, sys + +def mpi_fork(n, bind_to_core=False): + """Re-launches the current script with workers + Returns "parent" for original parent, "child" for MPI children + """ + if n<=1: + return "child" + if os.getenv("IN_MPI") is None: + env = os.environ.copy() + env.update( + MKL_NUM_THREADS="1", + OMP_NUM_THREADS="1", + IN_MPI="1" + ) + args = ["mpirun", "-np", str(n)] + if bind_to_core: + args += ["-bind-to", "core"] + args += [sys.executable] + sys.argv + subprocess.check_call(args, env=env) + return "parent" + else: + return "child" diff --git a/baselines/common/mpi_moments.py b/baselines/common/mpi_moments.py new file mode 100644 index 0000000000000000000000000000000000000000..5510de023480a7db5c27e56f8cb6eb81a40b5c08 --- /dev/null +++ b/baselines/common/mpi_moments.py @@ -0,0 +1,61 @@ +from mpi4py import MPI +import numpy as np +from baselines.common import zipsame + + +def mpi_mean(x, axis=0, comm=None, keepdims=False): + x = np.asarray(x) + assert x.ndim > 0 + if comm is None: comm = MPI.COMM_WORLD + xsum = x.sum(axis=axis, keepdims=keepdims) + n = xsum.size + localsum = np.zeros(n+1, x.dtype) + localsum[:n] = xsum.ravel() + localsum[n] = x.shape[axis] + # globalsum = np.zeros_like(localsum) + # comm.Allreduce(localsum, globalsum, op=MPI.SUM) + globalsum = comm.allreduce(localsum, op=MPI.SUM) + return globalsum[:n].reshape(xsum.shape) / globalsum[n], globalsum[n] + +def mpi_moments(x, axis=0, comm=None, keepdims=False): + x = np.asarray(x) + assert x.ndim > 0 + mean, count = mpi_mean(x, axis=axis, comm=comm, keepdims=True) + sqdiffs = np.square(x - mean) + meansqdiff, count1 = mpi_mean(sqdiffs, axis=axis, comm=comm, keepdims=True) + assert count1 == count + std = np.sqrt(meansqdiff) + if not keepdims: + newshape = mean.shape[:axis] + mean.shape[axis+1:] + mean = mean.reshape(newshape) + std = std.reshape(newshape) + return mean, std, count + + +def test_runningmeanstd(): + import subprocess + subprocess.check_call(['mpirun', '-np', '3', + 'python','-c', + 'from baselines.common.mpi_moments import _helper_runningmeanstd; _helper_runningmeanstd()']) + +def _helper_runningmeanstd(): + comm = MPI.COMM_WORLD + np.random.seed(0) + for (triple,axis) in [ + ((np.random.randn(3), np.random.randn(4), np.random.randn(5)),0), + ((np.random.randn(3,2), np.random.randn(4,2), np.random.randn(5,2)),0), + ((np.random.randn(2,3), np.random.randn(2,4), np.random.randn(2,4)),1), + ]: + + + x = np.concatenate(triple, axis=axis) + ms1 = [x.mean(axis=axis), x.std(axis=axis), x.shape[axis]] + + + ms2 = mpi_moments(triple[comm.Get_rank()],axis=axis) + + for (a1,a2) in zipsame(ms1, ms2): + print(a1, a2) + assert np.allclose(a1, a2) + print("ok!") + diff --git a/baselines/common/mpi_running_mean_std.py b/baselines/common/mpi_running_mean_std.py new file mode 100644 index 0000000000000000000000000000000000000000..ffe4eb31ba5e2c02fa95cc0665b7a09c36618fc5 --- /dev/null +++ b/baselines/common/mpi_running_mean_std.py @@ -0,0 +1,112 @@ +try: + from mpi4py import MPI +except ImportError: + MPI = None + +import tensorflow as tf, baselines.common.tf_util as U, numpy as np + +class RunningMeanStd(object): + # https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Parallel_algorithm + def __init__(self, epsilon=1e-2, shape=()): + + self._sum = tf.compat.v1.get_variable( + dtype=tf.float64, + shape=shape, + initializer=tf.compat.v1.constant_initializer(0.0), + name="runningsum", trainable=False) + self._sumsq = tf.compat.v1.get_variable( + dtype=tf.float64, + shape=shape, + initializer=tf.compat.v1.constant_initializer(epsilon), + name="runningsumsq", trainable=False) + self._count = tf.compat.v1.get_variable( + dtype=tf.float64, + shape=(), + initializer=tf.compat.v1.constant_initializer(epsilon), + name="count", trainable=False) + self.shape = shape + + self.mean = tf.cast(self._sum / self._count, dtype=tf.float32) + self.std = tf.sqrt( tf.maximum( tf.cast(self._sumsq / self._count, dtype=tf.float32) - tf.square(self.mean) , 1e-2 )) + + newsum = tf.compat.v1.placeholder(shape=self.shape, dtype=tf.float64, name='sum') + newsumsq = tf.compat.v1.placeholder(shape=self.shape, dtype=tf.float64, name='var') + newcount = tf.compat.v1.placeholder(shape=[], dtype=tf.float64, name='count') + self.incfiltparams = U.function([newsum, newsumsq, newcount], [], + updates=[tf.compat.v1.assign_add(self._sum, newsum), + tf.compat.v1.assign_add(self._sumsq, newsumsq), + tf.compat.v1.assign_add(self._count, newcount)]) + + + def update(self, x): + x = x.astype('float64') + n = int(np.prod(self.shape)) + totalvec = np.zeros(n*2+1, 'float64') + addvec = np.concatenate([x.sum(axis=0).ravel(), np.square(x).sum(axis=0).ravel(), np.array([len(x)],dtype='float64')]) + if MPI is not None: + MPI.COMM_WORLD.Allreduce(addvec, totalvec, op=MPI.SUM) + self.incfiltparams(totalvec[0:n].reshape(self.shape), totalvec[n:2*n].reshape(self.shape), totalvec[2*n]) + +@U.in_session +def test_runningmeanstd(): + for (x1, x2, x3) in [ + (np.random.randn(3), np.random.randn(4), np.random.randn(5)), + (np.random.randn(3,2), np.random.randn(4,2), np.random.randn(5,2)), + ]: + + rms = RunningMeanStd(epsilon=0.0, shape=x1.shape[1:]) + U.initialize() + + x = np.concatenate([x1, x2, x3], axis=0) + ms1 = [x.mean(axis=0), x.std(axis=0)] + rms.update(x1) + rms.update(x2) + rms.update(x3) + ms2 = [rms.mean.eval(), rms.std.eval()] + + assert np.allclose(ms1, ms2) + +@U.in_session +def test_dist(): + np.random.seed(0) + p1,p2,p3=(np.random.randn(3,1), np.random.randn(4,1), np.random.randn(5,1)) + q1,q2,q3=(np.random.randn(6,1), np.random.randn(7,1), np.random.randn(8,1)) + + # p1,p2,p3=(np.random.randn(3), np.random.randn(4), np.random.randn(5)) + # q1,q2,q3=(np.random.randn(6), np.random.randn(7), np.random.randn(8)) + + comm = MPI.COMM_WORLD + assert comm.Get_size()==2 + if comm.Get_rank()==0: + x1,x2,x3 = p1,p2,p3 + elif comm.Get_rank()==1: + x1,x2,x3 = q1,q2,q3 + else: + assert False + + rms = RunningMeanStd(epsilon=0.0, shape=(1,)) + U.initialize() + + rms.update(x1) + rms.update(x2) + rms.update(x3) + + bigvec = np.concatenate([p1,p2,p3,q1,q2,q3]) + + def checkallclose(x,y): + print(x,y) + return np.allclose(x,y) + + assert checkallclose( + bigvec.mean(axis=0), + rms.mean.eval(), + ) + assert checkallclose( + bigvec.std(axis=0), + rms.std.eval(), + ) + + +if __name__ == "__main__": + # Run with mpirun -np 2 python + test_dist() diff --git a/baselines/common/mpi_util.py b/baselines/common/mpi_util.py new file mode 100644 index 0000000000000000000000000000000000000000..2b0c810ffc846453dd80c0ff413368e982b80a20 --- /dev/null +++ b/baselines/common/mpi_util.py @@ -0,0 +1,133 @@ +from collections import defaultdict +import os, numpy as np +import platform +import shutil +import subprocess +import warnings +import sys + +try: + from mpi4py import MPI +except ImportError: + MPI = None + + +def sync_from_root(sess, variables, comm=None): + """ + Send the root node's parameters to every worker. + Arguments: + sess: the TensorFlow session. + variables: all parameter variables including optimizer's + """ + if comm is None: comm = MPI.COMM_WORLD + import tensorflow as tf + values = comm.bcast(sess.run(variables)) + sess.run([tf.compat.v1.assign(var, val) + for (var, val) in zip(variables, values)]) + +def gpu_count(): + """ + Count the GPUs on this machine. + """ + if shutil.which('nvidia-smi') is None: + return 0 + output = subprocess.check_output(['nvidia-smi', '--query-gpu=gpu_name', '--format=csv']) + return max(0, len(output.split(b'\n')) - 2) + +def setup_mpi_gpus(): + """ + Set CUDA_VISIBLE_DEVICES to MPI rank if not already set + """ + if 'CUDA_VISIBLE_DEVICES' not in os.environ: + if sys.platform == 'darwin': # This Assumes if you're on OSX you're just + ids = [] # doing a smoke test and don't want GPUs + else: + lrank, _lsize = get_local_rank_size(MPI.COMM_WORLD) + ids = [lrank] + os.environ["CUDA_VISIBLE_DEVICES"] = ",".join(map(str, ids)) + +def get_local_rank_size(comm): + """ + Returns the rank of each process on its machine + The processes on a given machine will be assigned ranks + 0, 1, 2, ..., N-1, + where N is the number of processes on this machine. + + Useful if you want to assign one gpu per machine + """ + this_node = platform.node() + ranks_nodes = comm.allgather((comm.Get_rank(), this_node)) + node2rankssofar = defaultdict(int) + local_rank = None + for (rank, node) in ranks_nodes: + if rank == comm.Get_rank(): + local_rank = node2rankssofar[node] + node2rankssofar[node] += 1 + assert local_rank is not None + return local_rank, node2rankssofar[this_node] + +def share_file(comm, path): + """ + Copies the file from rank 0 to all other ranks + Puts it in the same place on all machines + """ + localrank, _ = get_local_rank_size(comm) + if comm.Get_rank() == 0: + with open(path, 'rb') as fh: + data = fh.read() + comm.bcast(data) + else: + data = comm.bcast(None) + if localrank == 0: + os.makedirs(os.path.dirname(path), exist_ok=True) + with open(path, 'wb') as fh: + fh.write(data) + comm.Barrier() + +def dict_gather(comm, d, op='mean', assert_all_have_data=True): + """ + Perform a reduction operation over dicts + """ + if comm is None: return d + alldicts = comm.allgather(d) + size = comm.size + k2li = defaultdict(list) + for d in alldicts: + for (k,v) in d.items(): + k2li[k].append(v) + result = {} + for (k,li) in k2li.items(): + if assert_all_have_data: + assert len(li)==size, "only %i out of %i MPI workers have sent '%s'" % (len(li), size, k) + if op=='mean': + result[k] = np.mean(li, axis=0) + elif op=='sum': + result[k] = np.sum(li, axis=0) + else: + assert 0, op + return result + +def mpi_weighted_mean(comm, local_name2valcount): + """ + Perform a weighted average over dicts that are each on a different node + Input: local_name2valcount: dict mapping key -> (value, count) + Returns: key -> mean + """ + all_name2valcount = comm.gather(local_name2valcount) + if comm.rank == 0: + name2sum = defaultdict(float) + name2count = defaultdict(float) + for n2vc in all_name2valcount: + for (name, (val, count)) in n2vc.items(): + try: + val = float(val) + except ValueError: + if comm.rank == 0: + warnings.warn('WARNING: tried to compute mean on non-float {}={}'.format(name, val)) + else: + name2sum[name] += val * count + name2count[name] += count + return {name : name2sum[name] / name2count[name] for name in name2sum} + else: + return {} + diff --git a/baselines/common/plot_util.py b/baselines/common/plot_util.py new file mode 100644 index 0000000000000000000000000000000000000000..e15c5082a4d3bd117d037771b93ab466af2aca0d --- /dev/null +++ b/baselines/common/plot_util.py @@ -0,0 +1,434 @@ +import matplotlib.pyplot as plt +import os.path as osp +import json +import os +import numpy as np +import pandas +from collections import defaultdict, namedtuple +from baselines.bench import monitor +from baselines.logger import read_json, read_csv + +def smooth(y, radius, mode='two_sided', valid_only=False): + ''' + Smooth signal y, where radius is determines the size of the window + + mode='twosided': + average over the window [max(index - radius, 0), min(index + radius, len(y)-1)] + mode='causal': + average over the window [max(index - radius, 0), index] + + valid_only: put nan in entries where the full-sized window is not available + + ''' + assert mode in ('two_sided', 'causal') + if len(y) < 2*radius+1: + return np.ones_like(y) * y.mean() + elif mode == 'two_sided': + convkernel = np.ones(2 * radius+1) + out = np.convolve(y, convkernel,mode='same') / np.convolve(np.ones_like(y), convkernel, mode='same') + if valid_only: + out[:radius] = out[-radius:] = np.nan + elif mode == 'causal': + convkernel = np.ones(radius) + out = np.convolve(y, convkernel,mode='full') / np.convolve(np.ones_like(y), convkernel, mode='full') + out = out[:-radius+1] + if valid_only: + out[:radius] = np.nan + return out + +def one_sided_ema(xolds, yolds, low=None, high=None, n=512, decay_steps=1., low_counts_threshold=1e-8): + ''' + perform one-sided (causal) EMA (exponential moving average) + smoothing and resampling to an even grid with n points. + Does not do extrapolation, so we assume + xolds[0] <= low && high <= xolds[-1] + + Arguments: + + xolds: array or list - x values of data. Needs to be sorted in ascending order + yolds: array of list - y values of data. Has to have the same length as xolds + + low: float - min value of the new x grid. By default equals to xolds[0] + high: float - max value of the new x grid. By default equals to xolds[-1] + + n: int - number of points in new x grid + + decay_steps: float - EMA decay factor, expressed in new x grid steps. + + low_counts_threshold: float or int + - y values with counts less than this value will be set to NaN + + Returns: + tuple sum_ys, count_ys where + xs - array with new x grid + ys - array of EMA of y at each point of the new x grid + count_ys - array of EMA of y counts at each point of the new x grid + + ''' + + low = xolds[0] if low is None else low + high = xolds[-1] if high is None else high + + assert xolds[0] <= low, 'low = {} < xolds[0] = {} - extrapolation not permitted!'.format(low, xolds[0]) + assert xolds[-1] >= high, 'high = {} > xolds[-1] = {} - extrapolation not permitted!'.format(high, xolds[-1]) + assert len(xolds) == len(yolds), 'length of xolds ({}) and yolds ({}) do not match!'.format(len(xolds), len(yolds)) + + + xolds = xolds.astype('float64') + yolds = yolds.astype('float64') + + luoi = 0 # last unused old index + sum_y = 0. + count_y = 0. + xnews = np.linspace(low, high, n) + decay_period = (high - low) / (n - 1) * decay_steps + interstep_decay = np.exp(- 1. / decay_steps) + sum_ys = np.zeros_like(xnews) + count_ys = np.zeros_like(xnews) + for i in range(n): + xnew = xnews[i] + sum_y *= interstep_decay + count_y *= interstep_decay + while True: + if luoi >= len(xolds): + break + xold = xolds[luoi] + if xold <= xnew: + decay = np.exp(- (xnew - xold) / decay_period) + sum_y += decay * yolds[luoi] + count_y += decay + luoi += 1 + else: + break + sum_ys[i] = sum_y + count_ys[i] = count_y + + ys = sum_ys / count_ys + ys[count_ys < low_counts_threshold] = np.nan + + return xnews, ys, count_ys + +def symmetric_ema(xolds, yolds, low=None, high=None, n=512, decay_steps=1., low_counts_threshold=1e-8): + ''' + perform symmetric EMA (exponential moving average) + smoothing and resampling to an even grid with n points. + Does not do extrapolation, so we assume + xolds[0] <= low && high <= xolds[-1] + + Arguments: + + xolds: array or list - x values of data. Needs to be sorted in ascending order + yolds: array of list - y values of data. Has to have the same length as xolds + + low: float - min value of the new x grid. By default equals to xolds[0] + high: float - max value of the new x grid. By default equals to xolds[-1] + + n: int - number of points in new x grid + + decay_steps: float - EMA decay factor, expressed in new x grid steps. + + low_counts_threshold: float or int + - y values with counts less than this value will be set to NaN + + Returns: + tuple sum_ys, count_ys where + xs - array with new x grid + ys - array of EMA of y at each point of the new x grid + count_ys - array of EMA of y counts at each point of the new x grid + + ''' + xs, ys1, count_ys1 = one_sided_ema(xolds, yolds, low, high, n, decay_steps, low_counts_threshold=0) + _, ys2, count_ys2 = one_sided_ema(-xolds[::-1], yolds[::-1], -high, -low, n, decay_steps, low_counts_threshold=0) + ys2 = ys2[::-1] + count_ys2 = count_ys2[::-1] + count_ys = count_ys1 + count_ys2 + ys = (ys1 * count_ys1 + ys2 * count_ys2) / count_ys + ys[count_ys < low_counts_threshold] = np.nan + return xs, ys, count_ys + +Result = namedtuple('Result', 'monitor progress dirname metadata') +Result.__new__.__defaults__ = (None,) * len(Result._fields) + +def load_results(root_dir_or_dirs, enable_progress=True, enable_monitor=True, verbose=False): + ''' + load summaries of runs from a list of directories (including subdirectories) + Arguments: + + enable_progress: bool - if True, will attempt to load data from progress.csv files (data saved by logger). Default: True + + enable_monitor: bool - if True, will attempt to load data from monitor.csv files (data saved by Monitor environment wrapper). Default: True + + verbose: bool - if True, will print out list of directories from which the data is loaded. Default: False + + + Returns: + List of Result objects with the following fields: + - dirname - path to the directory data was loaded from + - metadata - run metadata (such as command-line arguments and anything else in metadata.json file + - monitor - if enable_monitor is True, this field contains pandas dataframe with loaded monitor.csv file (or aggregate of all *.monitor.csv files in the directory) + - progress - if enable_progress is True, this field contains pandas dataframe with loaded progress.csv file + ''' + import re + if isinstance(root_dir_or_dirs, str): + rootdirs = [osp.expanduser(root_dir_or_dirs)] + else: + rootdirs = [osp.expanduser(d) for d in root_dir_or_dirs] + allresults = [] + for rootdir in rootdirs: + assert osp.exists(rootdir), "%s doesn't exist"%rootdir + for dirname, dirs, files in os.walk(rootdir): + if '-proc' in dirname: + files[:] = [] + continue + monitor_re = re.compile(r'(\d+\.)?(\d+\.)?monitor\.csv') + if set(['metadata.json', 'monitor.json', 'progress.json', 'progress.csv']).intersection(files) or \ + any([f for f in files if monitor_re.match(f)]): # also match monitor files like 0.1.monitor.csv + # used to be uncommented, which means do not go deeper than current directory if any of the data files + # are found + # dirs[:] = [] + result = {'dirname' : dirname} + if "metadata.json" in files: + with open(osp.join(dirname, "metadata.json"), "r") as fh: + result['metadata'] = json.load(fh) + progjson = osp.join(dirname, "progress.json") + progcsv = osp.join(dirname, "progress.csv") + if enable_progress: + if osp.exists(progjson): + result['progress'] = pandas.DataFrame(read_json(progjson)) + elif osp.exists(progcsv): + try: + result['progress'] = read_csv(progcsv) + except pandas.errors.EmptyDataError: + print('skipping progress file in ', dirname, 'empty data') + else: + if verbose: print('skipping %s: no progress file'%dirname) + + if enable_monitor: + try: + result['monitor'] = pandas.DataFrame(monitor.load_results(dirname)) + except monitor.LoadMonitorResultsError: + print('skipping %s: no monitor files'%dirname) + except Exception as e: + print('exception loading monitor file in %s: %s'%(dirname, e)) + + if result.get('monitor') is not None or result.get('progress') is not None: + allresults.append(Result(**result)) + if verbose: + print('successfully loaded %s'%dirname) + + if verbose: print('loaded %i results'%len(allresults)) + return allresults + +COLORS = ['blue', 'green', 'red', 'cyan', 'magenta', 'yellow', 'black', 'purple', 'pink', + 'brown', 'orange', 'teal', 'lightblue', 'lime', 'lavender', 'turquoise', + 'darkgreen', 'tan', 'salmon', 'gold', 'darkred', 'darkblue'] + + +def default_xy_fn(r): + x = np.cumsum(r.monitor.l) + y = smooth(r.monitor.r, radius=10) + return x,y + +def default_split_fn(r): + import re + # match name between slash and - at the end of the string + # (slash in the beginning or - in the end or either may be missing) + match = re.search(r'[^/-]+(?=(-\d+)?\Z)', r.dirname) + if match: + return match.group(0) + +def plot_results( + allresults, *, + xy_fn=default_xy_fn, + split_fn=default_split_fn, + group_fn=default_split_fn, + average_group=False, + shaded_std=True, + shaded_err=True, + figsize=None, + legend_outside=False, + resample=0, + smooth_step=1.0, + tiling='vertical', + xlabel=None, + ylabel=None +): + ''' + Plot multiple Results objects + + xy_fn: function Result -> x,y - function that converts results objects into tuple of x and y values. + By default, x is cumsum of episode lengths, and y is episode rewards + + split_fn: function Result -> hashable - function that converts results objects into keys to split curves into sub-panels by. + That is, the results r for which split_fn(r) is different will be put on different sub-panels. + By default, the portion of r.dirname between last / and - is returned. The sub-panels are + stacked vertically in the figure. + + group_fn: function Result -> hashable - function that converts results objects into keys to group curves by. + That is, the results r for which group_fn(r) is the same will be put into the same group. + Curves in the same group have the same color (if average_group is False), or averaged over + (if average_group is True). The default value is the same as default value for split_fn + + average_group: bool - if True, will average the curves in the same group and plot the mean. Enables resampling + (if resample = 0, will use 512 steps) + + shaded_std: bool - if True (default), the shaded region corresponding to standard deviation of the group of curves will be + shown (only applicable if average_group = True) + + shaded_err: bool - if True (default), the shaded region corresponding to error in mean estimate of the group of curves + (that is, standard deviation divided by square root of number of curves) will be + shown (only applicable if average_group = True) + + figsize: tuple or None - size of the resulting figure (including sub-panels). By default, width is 6 and height is 6 times number of + sub-panels. + + + legend_outside: bool - if True, will place the legend outside of the sub-panels. + + resample: int - if not zero, size of the uniform grid in x direction to resample onto. Resampling is performed via symmetric + EMA smoothing (see the docstring for symmetric_ema). + Default is zero (no resampling). Note that if average_group is True, resampling is necessary; in that case, default + value is 512. + + smooth_step: float - when resampling (i.e. when resample > 0 or average_group is True), use this EMA decay parameter (in units of the new grid step). + See docstrings for decay_steps in symmetric_ema or one_sided_ema functions. + + ''' + + if split_fn is None: split_fn = lambda _ : '' + if group_fn is None: group_fn = lambda _ : '' + sk2r = defaultdict(list) # splitkey2results + for result in allresults: + splitkey = split_fn(result) + sk2r[splitkey].append(result) + assert len(sk2r) > 0 + assert isinstance(resample, int), "0: don't resample. : that many samples" + if tiling == 'vertical' or tiling is None: + nrows = len(sk2r) + ncols = 1 + elif tiling == 'horizontal': + ncols = len(sk2r) + nrows = 1 + elif tiling == 'symmetric': + import math + N = len(sk2r) + largest_divisor = 1 + for i in range(1, int(math.sqrt(N))+1): + if N % i == 0: + largest_divisor = i + ncols = largest_divisor + nrows = N // ncols + figsize = figsize or (6 * ncols, 6 * nrows) + + f, axarr = plt.subplots(nrows, ncols, sharex=False, squeeze=False, figsize=figsize) + + groups = list(set(group_fn(result) for result in allresults)) + + default_samples = 512 + if average_group: + resample = resample or default_samples + + for (isplit, sk) in enumerate(sorted(sk2r.keys())): + g2l = {} + g2c = defaultdict(int) + sresults = sk2r[sk] + gresults = defaultdict(list) + idx_row = isplit // ncols + idx_col = isplit % ncols + ax = axarr[idx_row][idx_col] + for result in sresults: + group = group_fn(result) + g2c[group] += 1 + x, y = xy_fn(result) + if x is None: x = np.arange(len(y)) + x, y = map(np.asarray, (x, y)) + if average_group: + gresults[group].append((x,y)) + else: + if resample: + x, y, counts = symmetric_ema(x, y, x[0], x[-1], resample, decay_steps=smooth_step) + l, = ax.plot(x, y, color=COLORS[groups.index(group) % len(COLORS)]) + g2l[group] = l + if average_group: + for group in sorted(groups): + xys = gresults[group] + if not any(xys): + continue + color = COLORS[groups.index(group) % len(COLORS)] + origxs = [xy[0] for xy in xys] + minxlen = min(map(len, origxs)) + def allequal(qs): + return all((q==qs[0]).all() for q in qs[1:]) + if resample: + low = max(x[0] for x in origxs) + high = min(x[-1] for x in origxs) + usex = np.linspace(low, high, resample) + ys = [] + for (x, y) in xys: + ys.append(symmetric_ema(x, y, low, high, resample, decay_steps=smooth_step)[1]) + else: + assert allequal([x[:minxlen] for x in origxs]),\ + 'If you want to average unevenly sampled data, set resample=' + usex = origxs[0] + ys = [xy[1][:minxlen] for xy in xys] + ymean = np.mean(ys, axis=0) + ystd = np.std(ys, axis=0) + ystderr = ystd / np.sqrt(len(ys)) + l, = axarr[idx_row][idx_col].plot(usex, ymean, color=color) + g2l[group] = l + if shaded_err: + ax.fill_between(usex, ymean - ystderr, ymean + ystderr, color=color, alpha=.4) + if shaded_std: + ax.fill_between(usex, ymean - ystd, ymean + ystd, color=color, alpha=.2) + + + # https://matplotlib.org/users/legend_guide.html + plt.tight_layout() + if any(g2l.keys()): + ax.legend( + g2l.values(), + ['%s (%i)'%(g, g2c[g]) for g in g2l] if average_group else g2l.keys(), + loc=2 if legend_outside else None, + bbox_to_anchor=(1,1) if legend_outside else None) + ax.set_title(sk) + # add xlabels, but only to the bottom row + if xlabel is not None: + for ax in axarr[-1]: + plt.sca(ax) + plt.xlabel(xlabel) + # add ylabels, but only to left column + if ylabel is not None: + for ax in axarr[:,0]: + plt.sca(ax) + plt.ylabel(ylabel) + + return f, axarr + +def regression_analysis(df): + xcols = list(df.columns.copy()) + xcols.remove('score') + ycols = ['score'] + import statsmodels.api as sm + mod = sm.OLS(df[ycols], sm.add_constant(df[xcols]), hasconst=False) + res = mod.fit() + print(res.summary()) + +def test_smooth(): + norig = 100 + nup = 300 + ndown = 30 + xs = np.cumsum(np.random.rand(norig) * 10 / norig) + yclean = np.sin(xs) + ys = yclean + .1 * np.random.randn(yclean.size) + xup, yup, _ = symmetric_ema(xs, ys, xs.min(), xs.max(), nup, decay_steps=nup/ndown) + xdown, ydown, _ = symmetric_ema(xs, ys, xs.min(), xs.max(), ndown, decay_steps=ndown/ndown) + xsame, ysame, _ = symmetric_ema(xs, ys, xs.min(), xs.max(), norig, decay_steps=norig/ndown) + plt.plot(xs, ys, label='orig', marker='x') + plt.plot(xup, yup, label='up', marker='x') + plt.plot(xdown, ydown, label='down', marker='x') + plt.plot(xsame, ysame, label='same', marker='x') + plt.plot(xs, yclean, label='clean', marker='x') + plt.legend() + plt.show() + + diff --git a/baselines/common/policies.py b/baselines/common/policies.py new file mode 100644 index 0000000000000000000000000000000000000000..551c78b94d2af4ed99c47fb78c7e6d9f93ef9531 --- /dev/null +++ b/baselines/common/policies.py @@ -0,0 +1,186 @@ +import tensorflow as tf +from baselines.common import tf_util +from baselines.a2c.utils import fc +from baselines.common.distributions import make_pdtype +from baselines.common.input import observation_placeholder, encode_observation +from baselines.common.tf_util import adjust_shape +from baselines.common.mpi_running_mean_std import RunningMeanStd +from baselines.common.models import get_network_builder + +import gym + + +class PolicyWithValue(object): + """ + Encapsulates fields and methods for RL policy and value function estimation with shared parameters + """ + + def __init__(self, env, observations, latent, estimate_q=False, vf_latent=None, sess=None, **tensors): + """ + Parameters: + ---------- + env RL environment + + observations tensorflow placeholder in which the observations will be fed + + latent latent state from which policy distribution parameters should be inferred + + vf_latent latent state from which value function should be inferred (if None, then latent is used) + + sess tensorflow session to run calculations in (if None, default session is used) + + **tensors tensorflow tensors for additional attributes such as state or mask + + """ + + self.X = observations + self.state = tf.constant([]) + self.initial_state = None + self.__dict__.update(tensors) + + vf_latent = vf_latent if vf_latent is not None else latent + + vf_latent = tf.compat.v1.layers.flatten(vf_latent) + latent = tf.compat.v1.layers.flatten(latent) + + # Based on the action space, will select what probability distribution type + self.pdtype = make_pdtype(env.action_space) + + self.pd, self.pi = self.pdtype.pdfromlatent(latent, init_scale=0.01) + + # Take an action + self.action = self.pd.sample() + + # Calculate the neg log of our probability + self.neglogp = self.pd.neglogp(self.action) + self.sess = sess or tf.compat.v1.get_default_session() + + if estimate_q: + assert isinstance(env.action_space, gym.spaces.Discrete) + self.q = fc(vf_latent, 'q', env.action_space.n) + self.vf = self.q + else: + self.vf = fc(vf_latent, 'vf', 1) + self.vf = self.vf[:,0] + + def _evaluate(self, variables, observation, **extra_feed): + sess = self.sess + feed_dict = {self.X: adjust_shape(self.X, observation)} + for inpt_name, data in extra_feed.items(): + if inpt_name in self.__dict__.keys(): + inpt = self.__dict__[inpt_name] + if isinstance(inpt, tf.Tensor) and inpt._op.type == 'Placeholder': + feed_dict[inpt] = adjust_shape(inpt, data) + + return sess.run(variables, feed_dict) + + def step(self, observation, **extra_feed): + """ + Compute next action(s) given the observation(s) + + Parameters: + ---------- + + observation observation data (either single or a batch) + + **extra_feed additional data such as state or mask (names of the arguments should match the ones in constructor, see __init__) + + Returns: + ------- + (action, value estimate, next state, negative log likelihood of the action under current policy parameters) tuple + """ + + a, v, state, neglogp = self._evaluate([self.action, self.vf, self.state, self.neglogp], observation, **extra_feed) + if state.size == 0: + state = None + return a, v, state, neglogp + + def value(self, ob, *args, **kwargs): + """ + Compute value estimate(s) given the observation(s) + + Parameters: + ---------- + + observation observation data (either single or a batch) + + **extra_feed additional data such as state or mask (names of the arguments should match the ones in constructor, see __init__) + + Returns: + ------- + value estimate + """ + return self._evaluate(self.vf, ob, *args, **kwargs) + + def save(self, save_path): + tf_util.save_state(save_path, sess=self.sess) + + def load(self, load_path): + tf_util.load_state(load_path, sess=self.sess) + +def build_policy(env, policy_network, value_network=None, normalize_observations=False, estimate_q=False, **policy_kwargs): + if isinstance(policy_network, str): + network_type = policy_network + policy_network = get_network_builder(network_type)(**policy_kwargs) + + def policy_fn(nbatch=None, nsteps=None, sess=None, observ_placeholder=None): + ob_space = env.observation_space + + X = observ_placeholder if observ_placeholder is not None else observation_placeholder(ob_space, batch_size=nbatch) + + extra_tensors = {} + + if normalize_observations and X.dtype == tf.float32: + encoded_x, rms = _normalize_clip_observation(X) + extra_tensors['rms'] = rms + else: + encoded_x = X + + encoded_x = encode_observation(ob_space, encoded_x) + + with tf.compat.v1.variable_scope('pi', reuse=tf.compat.v1.AUTO_REUSE): + policy_latent = policy_network(encoded_x) + if isinstance(policy_latent, tuple): + policy_latent, recurrent_tensors = policy_latent + + if recurrent_tensors is not None: + # recurrent architecture, need a few more steps + nenv = nbatch // nsteps + assert nenv > 0, 'Bad input for recurrent policy: batch size {} smaller than nsteps {}'.format(nbatch, nsteps) + policy_latent, recurrent_tensors = policy_network(encoded_x, nenv) + extra_tensors.update(recurrent_tensors) + + + _v_net = value_network + + if _v_net is None or _v_net == 'shared': + vf_latent = policy_latent + else: + if _v_net == 'copy': + _v_net = policy_network + else: + assert callable(_v_net) + + with tf.compat.v1.variable_scope('vf', reuse=tf.compat.v1.AUTO_REUSE): + # TODO recurrent architectures are not supported with value_network=copy yet + vf_latent = _v_net(encoded_x) + + policy = PolicyWithValue( + env=env, + observations=X, + latent=policy_latent, + vf_latent=vf_latent, + sess=sess, + estimate_q=estimate_q, + **extra_tensors + ) + return policy + + return policy_fn + + +def _normalize_clip_observation(x, clip_range=[-5.0, 5.0]): + rms = RunningMeanStd(shape=x.shape[1:]) + norm_x = tf.clip_by_value((x - rms.mean) / rms.std, min(clip_range), max(clip_range)) + return norm_x, rms + diff --git a/baselines/common/retro_wrappers.py b/baselines/common/retro_wrappers.py new file mode 100644 index 0000000000000000000000000000000000000000..badbbdd634aa6aedcbba990f32654ea961394c46 --- /dev/null +++ b/baselines/common/retro_wrappers.py @@ -0,0 +1,280 @@ +from collections import deque +import cv2 +cv2.ocl.setUseOpenCL(False) +from .atari_wrappers import WarpFrame, ClipRewardEnv, FrameStack, ScaledFloatFrame +from .wrappers import TimeLimit +import numpy as np +import gym + + +class StochasticFrameSkip(gym.Wrapper): + def __init__(self, env, n, stickprob): + gym.Wrapper.__init__(self, env) + self.n = n + self.stickprob = stickprob + self.curac = None + self.rng = np.random.RandomState() + self.supports_want_render = hasattr(env, "supports_want_render") + + def reset(self, **kwargs): + self.curac = None + return self.env.reset(**kwargs) + + def step(self, ac): + done = False + totrew = 0 + for i in range(self.n): + # First step after reset, use action + if self.curac is None: + self.curac = ac + # First substep, delay with probability=stickprob + elif i==0: + if self.rng.rand() > self.stickprob: + self.curac = ac + # Second substep, new action definitely kicks in + elif i==1: + self.curac = ac + if self.supports_want_render and i self.channel + for _ in range(self.k): + self.frames.append(ob) + return self._get_ob() + + def step(self, ac): + ob, reward, done, info = self.env.step(ac) + self.frames.append(ob) + return self._get_ob(), reward, done, info + + def _get_ob(self): + assert len(self.frames) == self.k + return np.concatenate([frame if i==self.k-1 else frame[:,:,self.channel:self.channel+1] + for (i, frame) in enumerate(self.frames)], axis=2) + +class Downsample(gym.ObservationWrapper): + def __init__(self, env, ratio): + """ + Downsample images by a factor of ratio + """ + gym.ObservationWrapper.__init__(self, env) + (oldh, oldw, oldc) = env.observation_space.shape + newshape = (oldh//ratio, oldw//ratio, oldc) + self.observation_space = gym.spaces.Box(low=0, high=255, + shape=newshape, dtype=np.uint8) + + def observation(self, frame): + height, width, _ = self.observation_space.shape + frame = cv2.resize(frame, (width, height), interpolation=cv2.INTER_AREA) + if frame.ndim == 2: + frame = frame[:,:,None] + return frame + +class Rgb2gray(gym.ObservationWrapper): + def __init__(self, env): + """ + Downsample images by a factor of ratio + """ + gym.ObservationWrapper.__init__(self, env) + (oldh, oldw, _oldc) = env.observation_space.shape + self.observation_space = gym.spaces.Box(low=0, high=255, + shape=(oldh, oldw, 1), dtype=np.uint8) + + def observation(self, frame): + frame = cv2.cvtColor(frame, cv2.COLOR_RGB2GRAY) + return frame[:,:,None] + + +class MovieRecord(gym.Wrapper): + def __init__(self, env, savedir, k): + gym.Wrapper.__init__(self, env) + self.savedir = savedir + self.k = k + self.epcount = 0 + def reset(self): + if self.epcount % self.k == 0: + self.env.unwrapped.movie_path = self.savedir + else: + self.env.unwrapped.movie_path = None + self.env.unwrapped.movie = None + self.epcount += 1 + return self.env.reset() + +class AppendTimeout(gym.Wrapper): + def __init__(self, env): + gym.Wrapper.__init__(self, env) + self.action_space = env.action_space + self.timeout_space = gym.spaces.Box(low=np.array([0.0]), high=np.array([1.0]), dtype=np.float32) + self.original_os = env.observation_space + if isinstance(self.original_os, gym.spaces.Dict): + import copy + ordered_dict = copy.deepcopy(self.original_os.spaces) + ordered_dict['value_estimation_timeout'] = self.timeout_space + self.observation_space = gym.spaces.Dict(ordered_dict) + self.dict_mode = True + else: + self.observation_space = gym.spaces.Dict({ + 'original': self.original_os, + 'value_estimation_timeout': self.timeout_space + }) + self.dict_mode = False + self.ac_count = None + while 1: + if not hasattr(env, "_max_episode_steps"): # Looking for TimeLimit wrapper that has this field + env = env.env + continue + break + self.timeout = env._max_episode_steps + + def step(self, ac): + self.ac_count += 1 + ob, rew, done, info = self.env.step(ac) + return self._process(ob), rew, done, info + + def reset(self): + self.ac_count = 0 + return self._process(self.env.reset()) + + def _process(self, ob): + fracmissing = 1 - self.ac_count / self.timeout + if self.dict_mode: + ob['value_estimation_timeout'] = fracmissing + else: + return { 'original': ob, 'value_estimation_timeout': fracmissing } + +class StartDoingRandomActionsWrapper(gym.Wrapper): + """ + Warning: can eat info dicts, not good if you depend on them + """ + def __init__(self, env, max_random_steps, on_startup=True, every_episode=False): + gym.Wrapper.__init__(self, env) + self.on_startup = on_startup + self.every_episode = every_episode + self.random_steps = max_random_steps + self.last_obs = None + if on_startup: + self.some_random_steps() + + def some_random_steps(self): + self.last_obs = self.env.reset() + n = np.random.randint(self.random_steps) + #print("running for random %i frames" % n) + for _ in range(n): + self.last_obs, _, done, _ = self.env.step(self.env.action_space.sample()) + if done: self.last_obs = self.env.reset() + + def reset(self): + return self.last_obs + + def step(self, a): + self.last_obs, rew, done, info = self.env.step(a) + if done: + self.last_obs = self.env.reset() + if self.every_episode: + self.some_random_steps() + return self.last_obs, rew, done, info + +def make_retro(*, game, state=None, max_episode_steps=4500, **kwargs): + import retro + if state is None: + state = retro.State.DEFAULT + env = retro.make(game, state, **kwargs) + env = StochasticFrameSkip(env, n=4, stickprob=0.25) + if max_episode_steps is not None: + env = TimeLimit(env, max_episode_steps=max_episode_steps) + return env + +def wrap_deepmind_retro(env, scale=True, frame_stack=4): + """ + Configure environment for retro games, using config similar to DeepMind-style Atari in wrap_deepmind + """ + env = WarpFrame(env) + env = ClipRewardEnv(env) + if frame_stack > 1: + env = FrameStack(env, frame_stack) + if scale: + env = ScaledFloatFrame(env) + return env + +class SonicDiscretizer(gym.ActionWrapper): + """ + Wrap a gym-retro environment and make it use discrete + actions for the Sonic game. + """ + def __init__(self, env): + super(SonicDiscretizer, self).__init__(env) + buttons = ["B", "A", "MODE", "START", "UP", "DOWN", "LEFT", "RIGHT", "C", "Y", "X", "Z"] + actions = [['LEFT'], ['RIGHT'], ['LEFT', 'DOWN'], ['RIGHT', 'DOWN'], ['DOWN'], + ['DOWN', 'B'], ['B']] + self._actions = [] + for action in actions: + arr = np.array([False] * 12) + for button in action: + arr[buttons.index(button)] = True + self._actions.append(arr) + self.action_space = gym.spaces.Discrete(len(self._actions)) + + def action(self, a): # pylint: disable=W0221 + return self._actions[a].copy() + +class RewardScaler(gym.RewardWrapper): + """ + Bring rewards to a reasonable scale for PPO. + This is incredibly important and effects performance + drastically. + """ + def __init__(self, env, scale=0.01): + super(RewardScaler, self).__init__(env) + self.scale = scale + + def reward(self, reward): + return reward * self.scale + +class AllowBacktracking(gym.Wrapper): + """ + Use deltas in max(X) as the reward, rather than deltas + in X. This way, agents are not discouraged too heavily + from exploring backwards if there is no way to advance + head-on in the level. + """ + def __init__(self, env): + super(AllowBacktracking, self).__init__(env) + self._cur_x = 0 + self._max_x = 0 + + def reset(self, **kwargs): # pylint: disable=E0202 + self._cur_x = 0 + self._max_x = 0 + return self.env.reset(**kwargs) + + def step(self, action): # pylint: disable=E0202 + obs, rew, done, info = self.env.step(action) + self._cur_x += rew + rew = max(0, self._cur_x - self._max_x) + self._max_x = max(self._max_x, self._cur_x) + return obs, rew, done, info diff --git a/baselines/common/runners.py b/baselines/common/runners.py new file mode 100644 index 0000000000000000000000000000000000000000..c30e322d940ca0d403290339805a9b2546c29bf5 --- /dev/null +++ b/baselines/common/runners.py @@ -0,0 +1,19 @@ +import numpy as np +from abc import ABC, abstractmethod + +class AbstractEnvRunner(ABC): + def __init__(self, *, env, model, nsteps): + self.env = env + self.model = model + self.nenv = nenv = env.num_envs if hasattr(env, 'num_envs') else 1 + self.batch_ob_shape = (nenv*nsteps,) + env.observation_space.shape + self.obs = np.zeros((nenv,) + env.observation_space.shape, dtype=env.observation_space.dtype.name) + self.obs[:] = env.reset() + self.nsteps = nsteps + self.states = model.initial_state + self.dones = [False for _ in range(nenv)] + + @abstractmethod + def run(self): + raise NotImplementedError + diff --git a/baselines/common/running_mean_std.py b/baselines/common/running_mean_std.py new file mode 100644 index 0000000000000000000000000000000000000000..c9c5eaf4f5b4d736d5195930b358192819a3b5c6 --- /dev/null +++ b/baselines/common/running_mean_std.py @@ -0,0 +1,187 @@ +import tensorflow as tf +import numpy as np +from baselines.common.tf_util import get_session + +class RunningMeanStd(object): + # https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Parallel_algorithm + def __init__(self, epsilon=1e-4, shape=()): + self.mean = np.zeros(shape, 'float64') + self.var = np.ones(shape, 'float64') + self.count = epsilon + + def update(self, x): + batch_mean = np.mean(x, axis=0) + batch_var = np.var(x, axis=0) + batch_count = x.shape[0] + self.update_from_moments(batch_mean, batch_var, batch_count) + + def update_from_moments(self, batch_mean, batch_var, batch_count): + self.mean, self.var, self.count = update_mean_var_count_from_moments( + self.mean, self.var, self.count, batch_mean, batch_var, batch_count) + +def update_mean_var_count_from_moments(mean, var, count, batch_mean, batch_var, batch_count): + delta = batch_mean - mean + tot_count = count + batch_count + + new_mean = mean + delta * batch_count / tot_count + m_a = var * count + m_b = batch_var * batch_count + M2 = m_a + m_b + np.square(delta) * count * batch_count / tot_count + new_var = M2 / tot_count + new_count = tot_count + + return new_mean, new_var, new_count + + +class TfRunningMeanStd(object): + # https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Parallel_algorithm + ''' + TensorFlow variables-based implmentation of computing running mean and std + Benefit of this implementation is that it can be saved / loaded together with the tensorflow model + ''' + def __init__(self, epsilon=1e-4, shape=(), scope=''): + sess = get_session() + + self._new_mean = tf.compat.v1.placeholder(shape=shape, dtype=tf.float64) + self._new_var = tf.compat.v1.placeholder(shape=shape, dtype=tf.float64) + self._new_count = tf.compat.v1.placeholder(shape=(), dtype=tf.float64) + + + with tf.compat.v1.variable_scope(scope, reuse=tf.compat.v1.AUTO_REUSE): + self._mean = tf.compat.v1.get_variable('mean', initializer=np.zeros(shape, 'float64'), dtype=tf.float64) + self._var = tf.compat.v1.get_variable('std', initializer=np.ones(shape, 'float64'), dtype=tf.float64) + self._count = tf.compat.v1.get_variable('count', initializer=np.full((), epsilon, 'float64'), dtype=tf.float64) + + self.update_ops = tf.group([ + self._var.assign(self._new_var), + self._mean.assign(self._new_mean), + self._count.assign(self._new_count) + ]) + + sess.run(tf.compat.v1.variables_initializer([self._mean, self._var, self._count])) + self.sess = sess + self._set_mean_var_count() + + def _set_mean_var_count(self): + self.mean, self.var, self.count = self.sess.run([self._mean, self._var, self._count]) + + def update(self, x): + batch_mean = np.mean(x, axis=0) + batch_var = np.var(x, axis=0) + batch_count = x.shape[0] + + new_mean, new_var, new_count = update_mean_var_count_from_moments(self.mean, self.var, self.count, batch_mean, batch_var, batch_count) + + self.sess.run(self.update_ops, feed_dict={ + self._new_mean: new_mean, + self._new_var: new_var, + self._new_count: new_count + }) + + self._set_mean_var_count() + + + +def test_runningmeanstd(): + for (x1, x2, x3) in [ + (np.random.randn(3), np.random.randn(4), np.random.randn(5)), + (np.random.randn(3,2), np.random.randn(4,2), np.random.randn(5,2)), + ]: + + rms = RunningMeanStd(epsilon=0.0, shape=x1.shape[1:]) + + x = np.concatenate([x1, x2, x3], axis=0) + ms1 = [x.mean(axis=0), x.var(axis=0)] + rms.update(x1) + rms.update(x2) + rms.update(x3) + ms2 = [rms.mean, rms.var] + + np.testing.assert_allclose(ms1, ms2) + +def test_tf_runningmeanstd(): + for (x1, x2, x3) in [ + (np.random.randn(3), np.random.randn(4), np.random.randn(5)), + (np.random.randn(3,2), np.random.randn(4,2), np.random.randn(5,2)), + ]: + + rms = TfRunningMeanStd(epsilon=0.0, shape=x1.shape[1:], scope='running_mean_std' + str(np.random.randint(0, 128))) + + x = np.concatenate([x1, x2, x3], axis=0) + ms1 = [x.mean(axis=0), x.var(axis=0)] + rms.update(x1) + rms.update(x2) + rms.update(x3) + ms2 = [rms.mean, rms.var] + + np.testing.assert_allclose(ms1, ms2) + + +def profile_tf_runningmeanstd(): + import time + from baselines.common import tf_util + + tf_util.get_session( config=tf.compat.v1.ConfigProto( + inter_op_parallelism_threads=1, + intra_op_parallelism_threads=1, + allow_soft_placement=True + )) + + x = np.random.random((376,)) + + n_trials = 10000 + rms = RunningMeanStd() + tfrms = TfRunningMeanStd() + + tic1 = time.time() + for _ in range(n_trials): + rms.update(x) + + tic2 = time.time() + for _ in range(n_trials): + tfrms.update(x) + + tic3 = time.time() + + print('rms update time ({} trials): {} s'.format(n_trials, tic2 - tic1)) + print('tfrms update time ({} trials): {} s'.format(n_trials, tic3 - tic2)) + + + tic1 = time.time() + for _ in range(n_trials): + z1 = rms.mean + + tic2 = time.time() + for _ in range(n_trials): + z2 = tfrms.mean + + assert z1 == z2 + + tic3 = time.time() + + print('rms get mean time ({} trials): {} s'.format(n_trials, tic2 - tic1)) + print('tfrms get mean time ({} trials): {} s'.format(n_trials, tic3 - tic2)) + + + + ''' + options = tf.RunOptions(trace_level=tf.RunOptions.FULL_TRACE) #pylint: disable=E1101 + run_metadata = tf.RunMetadata() + profile_opts = dict(options=options, run_metadata=run_metadata) + + + + from tensorflow.python.client import timeline + fetched_timeline = timeline.Timeline(run_metadata.step_stats) #pylint: disable=E1101 + chrome_trace = fetched_timeline.generate_chrome_trace_format() + outfile = '/tmp/timeline.json' + with open(outfile, 'wt') as f: + f.write(chrome_trace) + print('Successfully saved profile to {}. Exiting.'.format(outfile)) + exit(0) + ''' + + + +if __name__ == '__main__': + profile_tf_runningmeanstd() diff --git a/baselines/common/schedules.py b/baselines/common/schedules.py new file mode 100644 index 0000000000000000000000000000000000000000..9dfff50f950f396945e4602defc8d6e0066f622b --- /dev/null +++ b/baselines/common/schedules.py @@ -0,0 +1,99 @@ +"""This file is used for specifying various schedules that evolve over +time throughout the execution of the algorithm, such as: + - learning rate for the optimizer + - exploration epsilon for the epsilon greedy exploration strategy + - beta parameter for beta parameter in prioritized replay + +Each schedule has a function `value(t)` which returns the current value +of the parameter given the timestep t of the optimization procedure. +""" + + +class Schedule(object): + def value(self, t): + """Value of the schedule at time t""" + raise NotImplementedError() + + +class ConstantSchedule(object): + def __init__(self, value): + """Value remains constant over time. + + Parameters + ---------- + value: float + Constant value of the schedule + """ + self._v = value + + def value(self, t): + """See Schedule.value""" + return self._v + + +def linear_interpolation(l, r, alpha): + return l + alpha * (r - l) + + +class PiecewiseSchedule(object): + def __init__(self, endpoints, interpolation=linear_interpolation, outside_value=None): + """Piecewise schedule. + + endpoints: [(int, int)] + list of pairs `(time, value)` meanining that schedule should output + `value` when `t==time`. All the values for time must be sorted in + an increasing order. When t is between two times, e.g. `(time_a, value_a)` + and `(time_b, value_b)`, such that `time_a <= t < time_b` then value outputs + `interpolation(value_a, value_b, alpha)` where alpha is a fraction of + time passed between `time_a` and `time_b` for time `t`. + interpolation: lambda float, float, float: float + a function that takes value to the left and to the right of t according + to the `endpoints`. Alpha is the fraction of distance from left endpoint to + right endpoint that t has covered. See linear_interpolation for example. + outside_value: float + if the value is requested outside of all the intervals sepecified in + `endpoints` this value is returned. If None then AssertionError is + raised when outside value is requested. + """ + idxes = [e[0] for e in endpoints] + assert idxes == sorted(idxes) + self._interpolation = interpolation + self._outside_value = outside_value + self._endpoints = endpoints + + def value(self, t): + """See Schedule.value""" + for (l_t, l), (r_t, r) in zip(self._endpoints[:-1], self._endpoints[1:]): + if l_t <= t and t < r_t: + alpha = float(t - l_t) / (r_t - l_t) + return self._interpolation(l, r, alpha) + + # t does not belong to any of the pieces, so doom. + assert self._outside_value is not None + return self._outside_value + + +class LinearSchedule(object): + def __init__(self, schedule_timesteps, final_p, initial_p=1.0): + """Linear interpolation between initial_p and final_p over + schedule_timesteps. After this many timesteps pass final_p is + returned. + + Parameters + ---------- + schedule_timesteps: int + Number of timesteps for which to linearly anneal initial_p + to final_p + initial_p: float + initial output value + final_p: float + final output value + """ + self.schedule_timesteps = schedule_timesteps + self.final_p = final_p + self.initial_p = initial_p + + def value(self, t): + """See Schedule.value""" + fraction = min(float(t) / self.schedule_timesteps, 1.0) + return self.initial_p + fraction * (self.final_p - self.initial_p) diff --git a/baselines/common/segment_tree.py b/baselines/common/segment_tree.py new file mode 100644 index 0000000000000000000000000000000000000000..cb386ecdb5bbc1d2c6a4821d29920fc8dcb71adf --- /dev/null +++ b/baselines/common/segment_tree.py @@ -0,0 +1,145 @@ +import operator + + +class SegmentTree(object): + def __init__(self, capacity, operation, neutral_element): + """Build a Segment Tree data structure. + + https://en.wikipedia.org/wiki/Segment_tree + + Can be used as regular array, but with two + important differences: + + a) setting item's value is slightly slower. + It is O(lg capacity) instead of O(1). + b) user has access to an efficient ( O(log segment size) ) + `reduce` operation which reduces `operation` over + a contiguous subsequence of items in the array. + + Paramters + --------- + capacity: int + Total size of the array - must be a power of two. + operation: lambda obj, obj -> obj + and operation for combining elements (eg. sum, max) + must form a mathematical group together with the set of + possible values for array elements (i.e. be associative) + neutral_element: obj + neutral element for the operation above. eg. float('-inf') + for max and 0 for sum. + """ + assert capacity > 0 and capacity & (capacity - 1) == 0, "capacity must be positive and a power of 2." + self._capacity = capacity + self._value = [neutral_element for _ in range(2 * capacity)] + self._operation = operation + + def _reduce_helper(self, start, end, node, node_start, node_end): + if start == node_start and end == node_end: + return self._value[node] + mid = (node_start + node_end) // 2 + if end <= mid: + return self._reduce_helper(start, end, 2 * node, node_start, mid) + else: + if mid + 1 <= start: + return self._reduce_helper(start, end, 2 * node + 1, mid + 1, node_end) + else: + return self._operation( + self._reduce_helper(start, mid, 2 * node, node_start, mid), + self._reduce_helper(mid + 1, end, 2 * node + 1, mid + 1, node_end) + ) + + def reduce(self, start=0, end=None): + """Returns result of applying `self.operation` + to a contiguous subsequence of the array. + + self.operation(arr[start], operation(arr[start+1], operation(... arr[end]))) + + Parameters + ---------- + start: int + beginning of the subsequence + end: int + end of the subsequences + + Returns + ------- + reduced: obj + result of reducing self.operation over the specified range of array elements. + """ + if end is None: + end = self._capacity + if end < 0: + end += self._capacity + end -= 1 + return self._reduce_helper(start, end, 1, 0, self._capacity - 1) + + def __setitem__(self, idx, val): + # index of the leaf + idx += self._capacity + self._value[idx] = val + idx //= 2 + while idx >= 1: + self._value[idx] = self._operation( + self._value[2 * idx], + self._value[2 * idx + 1] + ) + idx //= 2 + + def __getitem__(self, idx): + assert 0 <= idx < self._capacity + return self._value[self._capacity + idx] + + +class SumSegmentTree(SegmentTree): + def __init__(self, capacity): + super(SumSegmentTree, self).__init__( + capacity=capacity, + operation=operator.add, + neutral_element=0.0 + ) + + def sum(self, start=0, end=None): + """Returns arr[start] + ... + arr[end]""" + return super(SumSegmentTree, self).reduce(start, end) + + def find_prefixsum_idx(self, prefixsum): + """Find the highest index `i` in the array such that + sum(arr[0] + arr[1] + ... + arr[i - i]) <= prefixsum + + if array values are probabilities, this function + allows to sample indexes according to the discrete + probability efficiently. + + Parameters + ---------- + perfixsum: float + upperbound on the sum of array prefix + + Returns + ------- + idx: int + highest index satisfying the prefixsum constraint + """ + assert 0 <= prefixsum <= self.sum() + 1e-5 + idx = 1 + while idx < self._capacity: # while non-leaf + if self._value[2 * idx] > prefixsum: + idx = 2 * idx + else: + prefixsum -= self._value[2 * idx] + idx = 2 * idx + 1 + return idx - self._capacity + + +class MinSegmentTree(SegmentTree): + def __init__(self, capacity): + super(MinSegmentTree, self).__init__( + capacity=capacity, + operation=min, + neutral_element=float('inf') + ) + + def min(self, start=0, end=None): + """Returns min(arr[start], ..., arr[end])""" + + return super(MinSegmentTree, self).reduce(start, end) diff --git a/baselines/common/spolicies.py b/baselines/common/spolicies.py new file mode 100644 index 0000000000000000000000000000000000000000..52e0e70f15b0e1188313b5a13430c1c0fead1e77 --- /dev/null +++ b/baselines/common/spolicies.py @@ -0,0 +1,238 @@ +import tensorflow as tf +from baselines.common import tf_util +from baselines.a2c.utils import fc +from baselines.common.distributions import make_pdtype +from baselines.common.input import observation_placeholder, encode_observation +from baselines.common.tf_util import adjust_shape +from baselines.common.mpi_running_mean_std import RunningMeanStd +from baselines.common.models import get_network_builder + +import gym +import numpy as np + +np.set_printoptions(threshold=np.inf) + + +class PolicyWithValue(object): + """ + Encapsulates fields and methods for RL policy and value function estimation with shared parameters + """ + + def __init__(self, env, observations, latent, skill_latent, encoding_indices, vq_latent, pure_vq_latent, + vq_embeddings, pure_latent, + estimate_q=False, vf_latent=None, + sess=None, **tensors): + """ + Parameters: + ---------- + env RL environment + + observations tensorflow placeholder in which the observations will be fed + + latent latent state from which policy distribution parameters should be inferred + + vf_latent latent state from which value function should be inferred (if None, then latent is used) + + skill_latent latent state from which 2D representation should be inferred (if None, then latent is used) + + skill_loss the loss of 2D encoding + + vq_latent latent state from which vq encoding should be inferred (if None, then latent is used) + + vq_loss the loss of the vq encoding + + sess tensorflow session to run calculations in (if None, default session is used) + + **tensors tensorflow tensors for additional attributes such as state or mask + + """ + + self.X = observations + self.pure_latent = pure_latent + self.vq_latent = vq_latent + self.pure_vq_latent = pure_vq_latent + self.vq_embeddings = vq_embeddings + self.ei = encoding_indices + self.state = tf.constant([]) + self.initial_state = None + self.__dict__.update(tensors) + + vf_latent = vf_latent if vf_latent is not None else latent + + vf_latent = tf.compat.v1.layers.flatten(vf_latent) + self.latent = latent = tf.compat.v1.layers.flatten(latent) + self.skill_latent = skill_latent = tf.compat.v1.layers.flatten(skill_latent) + # vq_latent = tf.compat.v1.layers.flatten(vq_latent) + + # Based on the action space, will select what probability distribution type + self.pdtype = make_pdtype(env.action_space) + + self.pd, self.pi = self.pdtype.pdfromlatent(latent, init_scale=0.01) + + # Take an action + self.action = self.pd.sample() + + # Calculate the neg log of our probability + self.neglogp = self.pd.neglogp(self.action) + self.sess = sess or tf.compat.v1.get_default_session() + + if estimate_q: + assert isinstance(env.action_space, gym.spaces.Discrete) + self.q = fc(vf_latent, 'q', env.action_space.n) + self.vf = self.q + else: + self.vf = fc(vf_latent, 'vf', 1) + self.vf = self.vf[:, 0] + + def _evaluate(self, variables, observation, **extra_feed): + sess = self.sess + feed_dict = {self.X: adjust_shape(self.X, observation)} + for inpt_name, data in extra_feed.items(): + if inpt_name in self.__dict__.keys(): + inpt = self.__dict__[inpt_name] + if isinstance(inpt, tf.Tensor) and inpt._op.type == 'Placeholder': + feed_dict[inpt] = adjust_shape(inpt, data) + + return sess.run(variables, feed_dict) + + def step(self, observation, **extra_feed): + """ + Compute next action(s) given the observation(s) + + Parameters: + ---------- + + observation observation data (either single or a batch) + + train_skill if needing to train skills + + **extra_feed additional data such as state or mask (names of the arguments should match the ones in constructor, see __init__) + + Returns: + ------- + (action, value estimate, next state, negative log likelihood of the action under current policy parameters) tuple + """ + + a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, state, neglogp, sl, lat = self._evaluate( + [self.action, self.vf, self.pure_latent, self.vq_latent, self.pure_vq_latent, self.vq_embeddings, self.ei, + self.state, self.neglogp, self.skill_latent, self.latent], observation, + **extra_feed) + + if state.size == 0: + state = None + return a, v, encoding_indices, state, neglogp + + def skill_step(self, observation, **extra_feed): + """ + Compute next action(s) given the observation(s) + + Parameters: + ---------- + + observation observation data (either single or a batch) + + train_skill if needing to train skills + + **extra_feed additional data such as state or mask (names of the arguments should match the ones in constructor, see __init__) + + Returns: + ------- + (action, value estimate, next state, negative log likelihood of the action under current policy parameters) tuple + """ + + a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, state, neglogp, sl, lat = self._evaluate( + [self.action, self.vf, self.pure_latent, self.vq_latent, self.pure_vq_latent, self.vq_embeddings, self.ei, + self.state, self.neglogp, self.skill_latent, self.latent], observation, + **extra_feed) + + return a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, sl, lat + + def value(self, ob, *args, **kwargs): + """ + Compute value estimate(s) given the observation(s) + + Parameters: + ---------- + + observation observation data (either single or a batch) + + **extra_feed additional data such as state or mask (names of the arguments should match the ones in constructor, see __init__) + + Returns: + ------- + value estimate + """ + return self._evaluate(self.vf, ob, *args, **kwargs) + + def save(self, save_path): + tf_util.save_state(save_path, sess=self.sess) + + def load(self, load_path): + tf_util.load_state(load_path, sess=self.sess) + + +def build_policy(env, policy_network, value_network=None, normalize_observations=False, estimate_q=False, + **policy_kwargs): + if isinstance(policy_network, str): + network_type = policy_network + policy_network = get_network_builder(network_type)(**policy_kwargs) + + def policy_fn(nbatch=None, nsteps=None, sess=None, observ_placeholder=None): + ob_space = env.observation_space + + X = observ_placeholder if observ_placeholder is not None else observation_placeholder(ob_space, + batch_size=nbatch) + + extra_tensors = {} + + if normalize_observations and X.dtype == tf.float32: + encoded_x, rms = _normalize_clip_observation(X) + extra_tensors['rms'] = rms + else: + encoded_x = X + + encoded_x = encode_observation(ob_space, encoded_x) + + with tf.compat.v1.variable_scope('pi', reuse=tf.compat.v1.AUTO_REUSE): + policy_latent = policy_network(encoded_x) + if isinstance(policy_latent, tuple): + policy_latent, skill_latent, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices = policy_latent + + _v_net = value_network + + if _v_net is None or _v_net == 'shared': + vf_latent = policy_latent + else: + if _v_net == 'copy': + _v_net = policy_network + else: + assert callable(_v_net) + + with tf.compat.v1.variable_scope('vf', reuse=tf.compat.v1.AUTO_REUSE): + # TODO recurrent architectures are not supported with value_network=copy yet + vf_latent = _v_net(encoded_x) + + policy = PolicyWithValue( + env=env, + observations=X, + latent=policy_latent, + vf_latent=vf_latent, + skill_latent=skill_latent, + pure_latent=pure_latent, + vq_latent=vq_latent, + pure_vq_latent=pure_vq_latent, + vq_embeddings=vq_embeddings, + encoding_indices=encoding_indices, + sess=sess, + estimate_q=estimate_q, + **extra_tensors + ) + return policy + + return policy_fn + + +def _normalize_clip_observation(x, clip_range=[-5.0, 5.0]): + rms = RunningMeanStd(shape=x.shape[1:]) + norm_x = tf.clip_by_value((x - rms.mean) / rms.std, min(clip_range), max(clip_range)) + return norm_x, rms diff --git a/baselines/common/test_mpi_util.py b/baselines/common/test_mpi_util.py new file mode 100644 index 0000000000000000000000000000000000000000..8b944201449b3d38d38e8f71d7f159f7756ad841 --- /dev/null +++ b/baselines/common/test_mpi_util.py @@ -0,0 +1,29 @@ +from baselines.common import mpi_util +from baselines import logger +from baselines.common.tests.test_with_mpi import with_mpi +try: + from mpi4py import MPI +except ImportError: + MPI = None + +@with_mpi() +def test_mpi_weighted_mean(): + comm = MPI.COMM_WORLD + with logger.scoped_configure(comm=comm): + if comm.rank == 0: + name2valcount = {'a' : (10, 2), 'b' : (20,3)} + elif comm.rank == 1: + name2valcount = {'a' : (19, 1), 'c' : (42,3)} + else: + raise NotImplementedError + d = mpi_util.mpi_weighted_mean(comm, name2valcount) + correctval = {'a' : (10 * 2 + 19) / 3.0, 'b' : 20, 'c' : 42} + if comm.rank == 0: + assert d == correctval, '{} != {}'.format(d, correctval) + + for name, (val, count) in name2valcount.items(): + for _ in range(count): + logger.logkv_mean(name, val) + d2 = logger.dumpkvs() + if comm.rank == 0: + assert d2 == correctval diff --git a/baselines/common/tests/__init__.py b/baselines/common/tests/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..a6561a2684d3847c19f3b77e630a1e1168dccf80 --- /dev/null +++ b/baselines/common/tests/__init__.py @@ -0,0 +1,2 @@ +import os, pytest +mark_slow = pytest.mark.skipif(not os.getenv('RUNSLOW'), reason='slow') \ No newline at end of file diff --git a/baselines/common/tests/envs/__init__.py b/baselines/common/tests/envs/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/common/tests/envs/fixed_sequence_env.py b/baselines/common/tests/envs/fixed_sequence_env.py new file mode 100644 index 0000000000000000000000000000000000000000..b3fe39656ba18c8294c28dd76b039f81e46e2553 --- /dev/null +++ b/baselines/common/tests/envs/fixed_sequence_env.py @@ -0,0 +1,43 @@ +import numpy as np +from gym import Env +from gym.spaces import Discrete + + +class FixedSequenceEnv(Env): + def __init__( + self, + n_actions=10, + episode_len=100 + ): + self.action_space = Discrete(n_actions) + self.observation_space = Discrete(1) + self.np_random = np.random.RandomState(0) + self.episode_len = episode_len + self.sequence = [self.np_random.randint(0, self.action_space.n) + for _ in range(self.episode_len)] + self.time = 0 + + + def reset(self): + self.time = 0 + return 0 + + def step(self, actions): + rew = self._get_reward(actions) + self._choose_next_state() + done = False + if self.episode_len and self.time >= self.episode_len: + done = True + + return 0, rew, done, {} + + def seed(self, seed=None): + self.np_random.seed(seed) + + def _choose_next_state(self): + self.time += 1 + + def _get_reward(self, actions): + return 1 if actions == self.sequence[self.time] else 0 + + diff --git a/baselines/common/tests/envs/identity_env.py b/baselines/common/tests/envs/identity_env.py new file mode 100644 index 0000000000000000000000000000000000000000..fb2dca691a95ce55f47e1759d164eba9a50ef3f2 --- /dev/null +++ b/baselines/common/tests/envs/identity_env.py @@ -0,0 +1,90 @@ +import numpy as np +from abc import abstractmethod +from gym import Env +from gym.spaces import MultiDiscrete, Discrete, Box +from collections import deque + +class IdentityEnv(Env): + def __init__( + self, + episode_len=None, + delay=0, + zero_first_rewards=True + ): + + self.observation_space = self.action_space + self.episode_len = episode_len + self.time = 0 + self.delay = delay + self.zero_first_rewards = zero_first_rewards + self.q = deque(maxlen=delay+1) + + def reset(self): + self.q.clear() + for _ in range(self.delay + 1): + self.q.append(self.action_space.sample()) + self.time = 0 + + return self.q[-1] + + def step(self, actions): + rew = self._get_reward(self.q.popleft(), actions) + if self.zero_first_rewards and self.time < self.delay: + rew = 0 + self.q.append(self.action_space.sample()) + self.time += 1 + done = self.episode_len is not None and self.time >= self.episode_len + return self.q[-1], rew, done, {} + + def seed(self, seed=None): + self.action_space.seed(seed) + + @abstractmethod + def _get_reward(self, state, actions): + raise NotImplementedError + + +class DiscreteIdentityEnv(IdentityEnv): + def __init__( + self, + dim, + episode_len=None, + delay=0, + zero_first_rewards=True + ): + + self.action_space = Discrete(dim) + super().__init__(episode_len=episode_len, delay=delay, zero_first_rewards=zero_first_rewards) + + def _get_reward(self, state, actions): + return 1 if state == actions else 0 + +class MultiDiscreteIdentityEnv(IdentityEnv): + def __init__( + self, + dims, + episode_len=None, + delay=0, + ): + + self.action_space = MultiDiscrete(dims) + super().__init__(episode_len=episode_len, delay=delay) + + def _get_reward(self, state, actions): + return 1 if all(state == actions) else 0 + + +class BoxIdentityEnv(IdentityEnv): + def __init__( + self, + shape, + episode_len=None, + ): + + self.action_space = Box(low=-1.0, high=1.0, shape=shape, dtype=np.float32) + super().__init__(episode_len=episode_len) + + def _get_reward(self, state, actions): + diff = actions - state + diff = diff[:] + return -0.5 * np.dot(diff, diff) diff --git a/baselines/common/tests/envs/identity_env_test.py b/baselines/common/tests/envs/identity_env_test.py new file mode 100644 index 0000000000000000000000000000000000000000..c73ee5713109677176fe28e3eadb49bdae746254 --- /dev/null +++ b/baselines/common/tests/envs/identity_env_test.py @@ -0,0 +1,36 @@ +from baselines.common.tests.envs.identity_env import DiscreteIdentityEnv + + +def test_discrete_nodelay(): + nsteps = 100 + eplen = 50 + env = DiscreteIdentityEnv(10, episode_len=eplen) + ob = env.reset() + for t in range(nsteps): + action = env.action_space.sample() + next_ob, rew, done, info = env.step(action) + assert rew == (1 if action == ob else 0) + if (t + 1) % eplen == 0: + assert done + next_ob = env.reset() + else: + assert not done + ob = next_ob + +def test_discrete_delay1(): + eplen = 50 + env = DiscreteIdentityEnv(10, episode_len=eplen, delay=1) + ob = env.reset() + prev_ob = None + for t in range(eplen): + action = env.action_space.sample() + next_ob, rew, done, info = env.step(action) + if t > 0: + assert rew == (1 if action == prev_ob else 0) + else: + assert rew == 0 + prev_ob = ob + ob = next_ob + if t < eplen - 1: + assert not done + assert done diff --git a/baselines/common/tests/envs/mnist_env.py b/baselines/common/tests/envs/mnist_env.py new file mode 100644 index 0000000000000000000000000000000000000000..cc0bde0619f5013f68abb37b92a841c791012727 --- /dev/null +++ b/baselines/common/tests/envs/mnist_env.py @@ -0,0 +1,71 @@ +import os.path as osp +import numpy as np +import tempfile +from gym import Env +from gym.spaces import Discrete, Box + + + +class MnistEnv(Env): + def __init__( + self, + episode_len=None, + no_images=None + ): + import filelock + from tensorflow.examples.tutorials.mnist import input_data + # we could use temporary directory for this with a context manager and + # TemporaryDirecotry, but then each test that uses mnist would re-download the data + # this way the data is not cleaned up, but we only download it once per machine + mnist_path = osp.join(tempfile.gettempdir(), 'MNIST_data') + with filelock.FileLock(mnist_path + '.lock'): + self.mnist = input_data.read_data_sets(mnist_path) + + self.np_random = np.random.RandomState() + + self.observation_space = Box(low=0.0, high=1.0, shape=(28,28,1)) + self.action_space = Discrete(10) + self.episode_len = episode_len + self.time = 0 + self.no_images = no_images + + self.train_mode() + self.reset() + + def reset(self): + self._choose_next_state() + self.time = 0 + + return self.state[0] + + def step(self, actions): + rew = self._get_reward(actions) + self._choose_next_state() + done = False + if self.episode_len and self.time >= self.episode_len: + rew = 0 + done = True + + return self.state[0], rew, done, {} + + def seed(self, seed=None): + self.np_random.seed(seed) + + def train_mode(self): + self.dataset = self.mnist.train + + def test_mode(self): + self.dataset = self.mnist.test + + def _choose_next_state(self): + max_index = (self.no_images if self.no_images is not None else self.dataset.num_examples) - 1 + index = self.np_random.randint(0, max_index) + image = self.dataset.images[index].reshape(28,28,1)*255 + label = self.dataset.labels[index] + self.state = (image, label) + self.time += 1 + + def _get_reward(self, actions): + return 1 if self.state[1] == actions else 0 + + diff --git a/baselines/common/tests/test_cartpole.py b/baselines/common/tests/test_cartpole.py new file mode 100644 index 0000000000000000000000000000000000000000..f9d5ac6630a0fd28db1468d4a94822ac20a32202 --- /dev/null +++ b/baselines/common/tests/test_cartpole.py @@ -0,0 +1,45 @@ +import pytest +import gym + +from baselines.run import get_learn_function +from baselines.common.tests.util import reward_per_episode_test +from baselines.common.tests import mark_slow + +common_kwargs = dict( + total_timesteps=30000, + network='mlp', + gamma=1.0, + seed=0, +) + +learn_kwargs = { + 'a2c' : dict(nsteps=32, value_network='copy', lr=0.05), + 'acer': dict(value_network='copy'), + 'acktr': dict(nsteps=32, value_network='copy', is_async=False), + 'deepq': dict(total_timesteps=20000), + 'ppo2': dict(value_network='copy'), + 'trpo_mpi': {} +} + +@mark_slow +@pytest.mark.parametrize("alg", learn_kwargs.keys()) +def test_cartpole(alg): + ''' + Test if the algorithm (with an mlp policy) + can learn to balance the cartpole + ''' + + kwargs = common_kwargs.copy() + kwargs.update(learn_kwargs[alg]) + + learn_fn = lambda e: get_learn_function(alg)(env=e, **kwargs) + def env_fn(): + + env = gym.make('CartPole-v0') + env.seed(0) + return env + + reward_per_episode_test(env_fn, learn_fn, 100) + +if __name__ == '__main__': + test_cartpole('acer') diff --git a/baselines/common/tests/test_doc_examples.py b/baselines/common/tests/test_doc_examples.py new file mode 100644 index 0000000000000000000000000000000000000000..ac2d75ee5c1d61368da4a1fe9c29adb72d4de17a --- /dev/null +++ b/baselines/common/tests/test_doc_examples.py @@ -0,0 +1,48 @@ +import pytest +try: + import mujoco_py + _mujoco_present = True +except BaseException: + mujoco_py = None + _mujoco_present = False + + +@pytest.mark.skipif( + not _mujoco_present, + reason='error loading mujoco - either mujoco / mujoco key not present, or LD_LIBRARY_PATH is not pointing to mujoco library' +) +def test_lstm_example(): + import tensorflow as tf + from baselines.common import policies, models, cmd_util + from baselines.common.vec_env.dummy_vec_env import DummyVecEnv + + # create vectorized environment + venv = DummyVecEnv([lambda: cmd_util.make_mujoco_env('Reacher-v2', seed=0)]) + + with tf.compat.v1.Session() as sess: + # build policy based on lstm network with 128 units + policy = policies.build_policy(venv, models.lstm(128))(nbatch=1, nsteps=1) + + # initialize tensorflow variables + sess.run(tf.compat.v1.global_variables_initializer()) + + # prepare environment variables + ob = venv.reset() + state = policy.initial_state + done = [False] + step_counter = 0 + + # run a single episode until the end (i.e. until done) + while True: + action, _, state, _ = policy.step(ob, S=state, M=done) + ob, reward, done, _ = venv.step(action) + step_counter += 1 + if done: + break + + + assert step_counter > 5 + + + + diff --git a/baselines/common/tests/test_env_after_learn.py b/baselines/common/tests/test_env_after_learn.py new file mode 100644 index 0000000000000000000000000000000000000000..eea1e00cd071f7dee09fe378d06b87580c43fc32 --- /dev/null +++ b/baselines/common/tests/test_env_after_learn.py @@ -0,0 +1,27 @@ +import pytest +import gym +import tensorflow as tf + +from baselines.common.vec_env.subproc_vec_env import SubprocVecEnv +from baselines.run import get_learn_function +from baselines.common.tf_util import make_session + +algos = ['a2c', 'acer', 'acktr', 'deepq', 'ppo2', 'trpo_mpi'] + +@pytest.mark.parametrize('algo', algos) +def test_env_after_learn(algo): + def make_env(): + # acktr requires too much RAM, fails on travis + env = gym.make('CartPole-v1' if algo == 'acktr' else 'PongNoFrameskip-v4') + return env + + make_session(make_default=True, graph=tf.Graph()) + env = SubprocVecEnv([make_env]) + + learn = get_learn_function(algo) + + # Commenting out the following line resolves the issue, though crash happens at env.reset(). + learn(network='mlp', env=env, total_timesteps=0, load_path=None, seed=None) + + env.reset() + env.close() diff --git a/baselines/common/tests/test_fetchreach.py b/baselines/common/tests/test_fetchreach.py new file mode 100644 index 0000000000000000000000000000000000000000..8bcd32b5f50ba424c605dee7bd373591c52c7d3d --- /dev/null +++ b/baselines/common/tests/test_fetchreach.py @@ -0,0 +1,40 @@ +import pytest +import gym + +from baselines.run import get_learn_function +from baselines.common.tests.util import reward_per_episode_test +from baselines.common.tests import mark_slow + +pytest.importorskip('mujoco_py') + +common_kwargs = dict( + network='mlp', + seed=0, +) + +learn_kwargs = { + 'her': dict(total_timesteps=2000) +} + +@mark_slow +@pytest.mark.parametrize("alg", learn_kwargs.keys()) +def test_fetchreach(alg): + ''' + Test if the algorithm (with an mlp policy) + can learn the FetchReach task + ''' + + kwargs = common_kwargs.copy() + kwargs.update(learn_kwargs[alg]) + + learn_fn = lambda e: get_learn_function(alg)(env=e, **kwargs) + def env_fn(): + + env = gym.make('FetchReach-v1') + env.seed(0) + return env + + reward_per_episode_test(env_fn, learn_fn, -15) + +if __name__ == '__main__': + test_fetchreach('her') diff --git a/baselines/common/tests/test_fixed_sequence.py b/baselines/common/tests/test_fixed_sequence.py new file mode 100644 index 0000000000000000000000000000000000000000..68ee8d33b3548e44420b320e39aabafff3255684 --- /dev/null +++ b/baselines/common/tests/test_fixed_sequence.py @@ -0,0 +1,52 @@ +import pytest +from baselines.common.tests.envs.fixed_sequence_env import FixedSequenceEnv + +from baselines.common.tests.util import simple_test +from baselines.run import get_learn_function +from baselines.common.tests import mark_slow + + +common_kwargs = dict( + seed=0, + total_timesteps=50000, +) + +learn_kwargs = { + 'a2c': {}, + 'ppo2': dict(nsteps=10, ent_coef=0.0, nminibatches=1), + # TODO enable sequential models for trpo_mpi (proper handling of nbatch and nsteps) + # github issue: https://github.com/openai/baselines/issues/188 + # 'trpo_mpi': lambda e, p: trpo_mpi.learn(policy_fn=p(env=e), env=e, max_timesteps=30000, timesteps_per_batch=100, cg_iters=10, gamma=0.9, lam=1.0, max_kl=0.001) +} + + +alg_list = learn_kwargs.keys() +rnn_list = ['lstm'] + +@mark_slow +@pytest.mark.parametrize("alg", alg_list) +@pytest.mark.parametrize("rnn", rnn_list) +def test_fixed_sequence(alg, rnn): + ''' + Test if the algorithm (with a given policy) + can learn an identity transformation (i.e. return observation as an action) + ''' + + kwargs = learn_kwargs[alg] + kwargs.update(common_kwargs) + + env_fn = lambda: FixedSequenceEnv(n_actions=10, episode_len=5) + learn = lambda e: get_learn_function(alg)( + env=e, + network=rnn, + **kwargs + ) + + simple_test(env_fn, learn, 0.7) + + +if __name__ == '__main__': + test_fixed_sequence('ppo2', 'lstm') + + + diff --git a/baselines/common/tests/test_identity.py b/baselines/common/tests/test_identity.py new file mode 100644 index 0000000000000000000000000000000000000000..6b66a661297735a72c1b8f2bb98da2c9ba8c1b15 --- /dev/null +++ b/baselines/common/tests/test_identity.py @@ -0,0 +1,76 @@ +import pytest +from baselines.common.tests.envs.identity_env import DiscreteIdentityEnv, BoxIdentityEnv, MultiDiscreteIdentityEnv +from baselines.run import get_learn_function +from baselines.common.tests.util import simple_test +from baselines.common.tests import mark_slow + +common_kwargs = dict( + total_timesteps=30000, + network='mlp', + gamma=0.9, + seed=0, +) + +learn_kwargs = { + 'a2c' : {}, + 'acktr': {}, + 'deepq': {}, + 'ddpg': dict(layer_norm=True), + 'ppo2': dict(lr=1e-3, nsteps=64, ent_coef=0.0), + 'trpo_mpi': dict(timesteps_per_batch=100, cg_iters=10, gamma=0.9, lam=1.0, max_kl=0.01) +} + + +algos_disc = ['a2c', 'acktr', 'deepq', 'ppo2', 'trpo_mpi'] +algos_multidisc = ['a2c', 'acktr', 'ppo2', 'trpo_mpi'] +algos_cont = ['a2c', 'acktr', 'ddpg', 'ppo2', 'trpo_mpi'] + +@mark_slow +@pytest.mark.parametrize("alg", algos_disc) +def test_discrete_identity(alg): + ''' + Test if the algorithm (with an mlp policy) + can learn an identity transformation (i.e. return observation as an action) + ''' + + kwargs = learn_kwargs[alg] + kwargs.update(common_kwargs) + + learn_fn = lambda e: get_learn_function(alg)(env=e, **kwargs) + env_fn = lambda: DiscreteIdentityEnv(10, episode_len=100) + simple_test(env_fn, learn_fn, 0.9) + +@mark_slow +@pytest.mark.parametrize("alg", algos_multidisc) +def test_multidiscrete_identity(alg): + ''' + Test if the algorithm (with an mlp policy) + can learn an identity transformation (i.e. return observation as an action) + ''' + + kwargs = learn_kwargs[alg] + kwargs.update(common_kwargs) + + learn_fn = lambda e: get_learn_function(alg)(env=e, **kwargs) + env_fn = lambda: MultiDiscreteIdentityEnv((3,3), episode_len=100) + simple_test(env_fn, learn_fn, 0.9) + +@mark_slow +@pytest.mark.parametrize("alg", algos_cont) +def test_continuous_identity(alg): + ''' + Test if the algorithm (with an mlp policy) + can learn an identity transformation (i.e. return observation as an action) + to a required precision + ''' + + kwargs = learn_kwargs[alg] + kwargs.update(common_kwargs) + learn_fn = lambda e: get_learn_function(alg)(env=e, **kwargs) + + env_fn = lambda: BoxIdentityEnv((1,), episode_len=100) + simple_test(env_fn, learn_fn, -0.1) + +if __name__ == '__main__': + test_multidiscrete_identity('acktr') + diff --git a/baselines/common/tests/test_mnist.py b/baselines/common/tests/test_mnist.py new file mode 100644 index 0000000000000000000000000000000000000000..06a4e2b34cc6fc708a401ccf19ca4e3f0641731d --- /dev/null +++ b/baselines/common/tests/test_mnist.py @@ -0,0 +1,49 @@ +import pytest + +# from baselines.acer import acer_simple as acer +from baselines.common.tests.envs.mnist_env import MnistEnv +from baselines.common.tests.util import simple_test +from baselines.run import get_learn_function +from baselines.common.tests import mark_slow + +# TODO investigate a2c and ppo2 failures - is it due to bad hyperparameters for this problem? +# GitHub issue https://github.com/openai/baselines/issues/189 +common_kwargs = { + 'seed': 0, + 'network':'cnn', + 'gamma':0.9, + 'pad':'SAME' +} + +learn_args = { + 'a2c': dict(total_timesteps=50000), + 'acer': dict(total_timesteps=20000), + 'deepq': dict(total_timesteps=5000), + 'acktr': dict(total_timesteps=30000), + 'ppo2': dict(total_timesteps=50000, lr=1e-3, nsteps=128, ent_coef=0.0), + 'trpo_mpi': dict(total_timesteps=80000, timesteps_per_batch=100, cg_iters=10, lam=1.0, max_kl=0.001) +} + + +#tests pass, but are too slow on travis. Same algorithms are covered +# by other tests with less compute-hungry nn's and by benchmarks +@pytest.mark.skip +@mark_slow +@pytest.mark.parametrize("alg", learn_args.keys()) +def test_mnist(alg): + ''' + Test if the algorithm can learn to classify MNIST digits. + Uses CNN policy. + ''' + + learn_kwargs = learn_args[alg] + learn_kwargs.update(common_kwargs) + + learn = get_learn_function(alg) + learn_fn = lambda e: learn(env=e, **learn_kwargs) + env_fn = lambda: MnistEnv(episode_len=100) + + simple_test(env_fn, learn_fn, 0.6) + +if __name__ == '__main__': + test_mnist('acer') diff --git a/baselines/common/tests/test_plot_util.py b/baselines/common/tests/test_plot_util.py new file mode 100644 index 0000000000000000000000000000000000000000..be3330838dcc6c1ff5291a82eda44fbc65c98423 --- /dev/null +++ b/baselines/common/tests/test_plot_util.py @@ -0,0 +1,17 @@ +# smoke tests of plot_util +from baselines.common import plot_util as pu +from baselines.common.tests.util import smoketest + + +def test_plot_util(): + nruns = 4 + logdirs = [smoketest('--alg=ppo2 --env=CartPole-v0 --num_timesteps=10000') for _ in range(nruns)] + data = pu.load_results(logdirs) + assert len(data) == 4 + + _, axes = pu.plot_results(data[:1]); assert len(axes) == 1 + _, axes = pu.plot_results(data, tiling='vertical'); assert axes.shape==(4,1) + _, axes = pu.plot_results(data, tiling='horizontal'); assert axes.shape==(1,4) + _, axes = pu.plot_results(data, tiling='symmetric'); assert axes.shape==(2,2) + _, axes = pu.plot_results(data, split_fn=lambda _: ''); assert len(axes) == 1 + diff --git a/baselines/common/tests/test_schedules.py b/baselines/common/tests/test_schedules.py new file mode 100644 index 0000000000000000000000000000000000000000..4e8d02d291c5ff03d1c7ca21f8fa42c1175cbc1b --- /dev/null +++ b/baselines/common/tests/test_schedules.py @@ -0,0 +1,26 @@ +import numpy as np + +from baselines.common.schedules import ConstantSchedule, PiecewiseSchedule + + +def test_piecewise_schedule(): + ps = PiecewiseSchedule([(-5, 100), (5, 200), (10, 50), (100, 50), (200, -50)], outside_value=500) + + assert np.isclose(ps.value(-10), 500) + assert np.isclose(ps.value(0), 150) + assert np.isclose(ps.value(5), 200) + assert np.isclose(ps.value(9), 80) + assert np.isclose(ps.value(50), 50) + assert np.isclose(ps.value(80), 50) + assert np.isclose(ps.value(150), 0) + assert np.isclose(ps.value(175), -25) + assert np.isclose(ps.value(201), 500) + assert np.isclose(ps.value(500), 500) + + assert np.isclose(ps.value(200 - 1e-10), -50) + + +def test_constant_schedule(): + cs = ConstantSchedule(5) + for i in range(-100, 100): + assert np.isclose(cs.value(i), 5) diff --git a/baselines/common/tests/test_segment_tree.py b/baselines/common/tests/test_segment_tree.py new file mode 100644 index 0000000000000000000000000000000000000000..700e0bb456a315966921b65bb66852e1b4bd11ed --- /dev/null +++ b/baselines/common/tests/test_segment_tree.py @@ -0,0 +1,103 @@ +import numpy as np + +from baselines.common.segment_tree import SumSegmentTree, MinSegmentTree + + +def test_tree_set(): + tree = SumSegmentTree(4) + + tree[2] = 1.0 + tree[3] = 3.0 + + assert np.isclose(tree.sum(), 4.0) + assert np.isclose(tree.sum(0, 2), 0.0) + assert np.isclose(tree.sum(0, 3), 1.0) + assert np.isclose(tree.sum(2, 3), 1.0) + assert np.isclose(tree.sum(2, -1), 1.0) + assert np.isclose(tree.sum(2, 4), 4.0) + + +def test_tree_set_overlap(): + tree = SumSegmentTree(4) + + tree[2] = 1.0 + tree[2] = 3.0 + + assert np.isclose(tree.sum(), 3.0) + assert np.isclose(tree.sum(2, 3), 3.0) + assert np.isclose(tree.sum(2, -1), 3.0) + assert np.isclose(tree.sum(2, 4), 3.0) + assert np.isclose(tree.sum(1, 2), 0.0) + + +def test_prefixsum_idx(): + tree = SumSegmentTree(4) + + tree[2] = 1.0 + tree[3] = 3.0 + + assert tree.find_prefixsum_idx(0.0) == 2 + assert tree.find_prefixsum_idx(0.5) == 2 + assert tree.find_prefixsum_idx(0.99) == 2 + assert tree.find_prefixsum_idx(1.01) == 3 + assert tree.find_prefixsum_idx(3.00) == 3 + assert tree.find_prefixsum_idx(4.00) == 3 + + +def test_prefixsum_idx2(): + tree = SumSegmentTree(4) + + tree[0] = 0.5 + tree[1] = 1.0 + tree[2] = 1.0 + tree[3] = 3.0 + + assert tree.find_prefixsum_idx(0.00) == 0 + assert tree.find_prefixsum_idx(0.55) == 1 + assert tree.find_prefixsum_idx(0.99) == 1 + assert tree.find_prefixsum_idx(1.51) == 2 + assert tree.find_prefixsum_idx(3.00) == 3 + assert tree.find_prefixsum_idx(5.50) == 3 + + +def test_max_interval_tree(): + tree = MinSegmentTree(4) + + tree[0] = 1.0 + tree[2] = 0.5 + tree[3] = 3.0 + + assert np.isclose(tree.min(), 0.5) + assert np.isclose(tree.min(0, 2), 1.0) + assert np.isclose(tree.min(0, 3), 0.5) + assert np.isclose(tree.min(0, -1), 0.5) + assert np.isclose(tree.min(2, 4), 0.5) + assert np.isclose(tree.min(3, 4), 3.0) + + tree[2] = 0.7 + + assert np.isclose(tree.min(), 0.7) + assert np.isclose(tree.min(0, 2), 1.0) + assert np.isclose(tree.min(0, 3), 0.7) + assert np.isclose(tree.min(0, -1), 0.7) + assert np.isclose(tree.min(2, 4), 0.7) + assert np.isclose(tree.min(3, 4), 3.0) + + tree[2] = 4.0 + + assert np.isclose(tree.min(), 1.0) + assert np.isclose(tree.min(0, 2), 1.0) + assert np.isclose(tree.min(0, 3), 1.0) + assert np.isclose(tree.min(0, -1), 1.0) + assert np.isclose(tree.min(2, 4), 3.0) + assert np.isclose(tree.min(2, 3), 4.0) + assert np.isclose(tree.min(2, -1), 4.0) + assert np.isclose(tree.min(3, 4), 3.0) + + +if __name__ == '__main__': + test_tree_set() + test_tree_set_overlap() + test_prefixsum_idx() + test_prefixsum_idx2() + test_max_interval_tree() diff --git a/baselines/common/tests/test_serialization.py b/baselines/common/tests/test_serialization.py new file mode 100644 index 0000000000000000000000000000000000000000..1a2c1529944c43b320b06a8b254ee35b0da4e1fe --- /dev/null +++ b/baselines/common/tests/test_serialization.py @@ -0,0 +1,139 @@ +import os +import gym +import tempfile +import pytest +import tensorflow as tf +import numpy as np + +from baselines.common.tests.envs.mnist_env import MnistEnv +from baselines.common.vec_env.dummy_vec_env import DummyVecEnv +from baselines.run import get_learn_function +from baselines.common.tf_util import make_session, get_session + +from functools import partial + + +learn_kwargs = { + 'deepq': {}, + 'a2c': {}, + 'acktr': {}, + 'acer': {}, + 'ppo2': {'nminibatches': 1, 'nsteps': 10}, + 'trpo_mpi': {}, +} + +network_kwargs = { + 'mlp': {}, + 'cnn': {'pad': 'SAME'}, + 'lstm': {}, + 'cnn_lnlstm': {'pad': 'SAME'} +} + + +@pytest.mark.parametrize("learn_fn", learn_kwargs.keys()) +@pytest.mark.parametrize("network_fn", network_kwargs.keys()) +def test_serialization(learn_fn, network_fn): + ''' + Test if the trained model can be serialized + ''' + + + if network_fn.endswith('lstm') and learn_fn in ['acer', 'acktr', 'trpo_mpi', 'deepq']: + # TODO make acktr work with recurrent policies + # and test + # github issue: https://github.com/openai/baselines/issues/660 + return + + def make_env(): + env = MnistEnv(episode_len=100) + env.seed(10) + return env + + env = DummyVecEnv([make_env]) + ob = env.reset().copy() + learn = get_learn_function(learn_fn) + + kwargs = {} + kwargs.update(network_kwargs[network_fn]) + kwargs.update(learn_kwargs[learn_fn]) + + + learn = partial(learn, env=env, network=network_fn, seed=0, **kwargs) + + with tempfile.TemporaryDirectory() as td: + model_path = os.path.join(td, 'serialization_test_model') + + with tf.Graph().as_default(), make_session().as_default(): + model = learn(total_timesteps=100) + model.save(model_path) + mean1, std1 = _get_action_stats(model, ob) + variables_dict1 = _serialize_variables() + + with tf.Graph().as_default(), make_session().as_default(): + model = learn(total_timesteps=0, load_path=model_path) + mean2, std2 = _get_action_stats(model, ob) + variables_dict2 = _serialize_variables() + + for k, v in variables_dict1.items(): + np.testing.assert_allclose(v, variables_dict2[k], atol=0.01, + err_msg='saved and loaded variable {} value mismatch'.format(k)) + + np.testing.assert_allclose(mean1, mean2, atol=0.5) + np.testing.assert_allclose(std1, std2, atol=0.5) + + +@pytest.mark.parametrize("learn_fn", learn_kwargs.keys()) +@pytest.mark.parametrize("network_fn", ['mlp']) +def test_coexistence(learn_fn, network_fn): + ''' + Test if more than one model can exist at a time + ''' + + if learn_fn == 'deepq': + # TODO enable multiple DQN models to be useable at the same time + # github issue https://github.com/openai/baselines/issues/656 + return + + if network_fn.endswith('lstm') and learn_fn in ['acktr', 'trpo_mpi', 'deepq']: + # TODO make acktr work with recurrent policies + # and test + # github issue: https://github.com/openai/baselines/issues/660 + return + + env = DummyVecEnv([lambda: gym.make('CartPole-v0')]) + learn = get_learn_function(learn_fn) + + kwargs = {} + kwargs.update(network_kwargs[network_fn]) + kwargs.update(learn_kwargs[learn_fn]) + + learn = partial(learn, env=env, network=network_fn, total_timesteps=0, **kwargs) + make_session(make_default=True, graph=tf.Graph()) + model1 = learn(seed=1) + make_session(make_default=True, graph=tf.Graph()) + model2 = learn(seed=2) + + model1.step(env.observation_space.sample()) + model2.step(env.observation_space.sample()) + + + +def _serialize_variables(): + sess = get_session() + variables = tf.compat.v1.trainable_variables() + values = sess.run(variables) + return {var.name: value for var, value in zip(variables, values)} + + +def _get_action_stats(model, ob): + ntrials = 1000 + if model.initial_state is None or model.initial_state == []: + actions = np.array([model.step(ob)[0] for _ in range(ntrials)]) + else: + actions = np.array([model.step(ob, S=model.initial_state, M=[False])[0] for _ in range(ntrials)]) + + mean = np.mean(actions, axis=0) + std = np.std(actions, axis=0) + + return mean, std + diff --git a/baselines/common/tests/test_tf_util.py b/baselines/common/tests/test_tf_util.py new file mode 100644 index 0000000000000000000000000000000000000000..1082b1fa132ff20920246cf7440e901bf29e9aa1 --- /dev/null +++ b/baselines/common/tests/test_tf_util.py @@ -0,0 +1,42 @@ +# tests for tf_util +import tensorflow as tf +from baselines.common.tf_util import ( + function, + initialize, + single_threaded_session +) + + +def test_function(): + with tf.Graph().as_default(): + x = tf.compat.v1.placeholder(tf.int32, (), name="x") + y = tf.compat.v1.placeholder(tf.int32, (), name="y") + z = 3 * x + 2 * y + lin = function([x, y], z, givens={y: 0}) + + with single_threaded_session(): + initialize() + + assert lin(2) == 6 + assert lin(x=3) == 9 + assert lin(2, 2) == 10 + assert lin(x=2, y=3) == 12 + + +def test_multikwargs(): + with tf.Graph().as_default(): + x = tf.compat.v1.placeholder(tf.int32, (), name="x") + with tf.compat.v1.variable_scope("other"): + x2 = tf.compat.v1.placeholder(tf.int32, (), name="x") + z = 3 * x + 2 * x2 + + lin = function([x, x2], z, givens={x2: 0}) + with single_threaded_session(): + initialize() + assert lin(2) == 6 + assert lin(2, 2) == 10 + + +if __name__ == '__main__': + test_function() + test_multikwargs() diff --git a/baselines/common/tests/test_with_mpi.py b/baselines/common/tests/test_with_mpi.py new file mode 100644 index 0000000000000000000000000000000000000000..9388078feedb89d6fd9173320e04697503988797 --- /dev/null +++ b/baselines/common/tests/test_with_mpi.py @@ -0,0 +1,38 @@ +import os +import sys +import subprocess +import cloudpickle +import base64 +import pytest +from functools import wraps + +try: + from mpi4py import MPI +except ImportError: + MPI = None + +def with_mpi(nproc=2, timeout=30, skip_if_no_mpi=True): + def outer_thunk(fn): + @wraps(fn) + def thunk(*args, **kwargs): + serialized_fn = base64.b64encode(cloudpickle.dumps(lambda: fn(*args, **kwargs))) + subprocess.check_call([ + 'mpiexec','-n', str(nproc), + sys.executable, + '-m', 'baselines.common.tests.test_with_mpi', + serialized_fn + ], env=os.environ, timeout=timeout) + + if skip_if_no_mpi: + return pytest.mark.skipif(MPI is None, reason="MPI not present")(thunk) + else: + return thunk + + return outer_thunk + + +if __name__ == '__main__': + if len(sys.argv) > 1: + fn = cloudpickle.loads(base64.b64decode(sys.argv[1])) + assert callable(fn) + fn() diff --git a/baselines/common/tests/util.py b/baselines/common/tests/util.py new file mode 100644 index 0000000000000000000000000000000000000000..d621511e5d0d24cbe778262936b232b2e24b7c31 --- /dev/null +++ b/baselines/common/tests/util.py @@ -0,0 +1,92 @@ +import tensorflow as tf +import numpy as np +from baselines.common.vec_env.dummy_vec_env import DummyVecEnv + +N_TRIALS = 10000 +N_EPISODES = 100 + +_sess_config = tf.compat.v1.ConfigProto( + allow_soft_placement=True, + intra_op_parallelism_threads=1, + inter_op_parallelism_threads=1 +) + +def simple_test(env_fn, learn_fn, min_reward_fraction, n_trials=N_TRIALS): + def seeded_env_fn(): + env = env_fn() + env.seed(0) + return env + + np.random.seed(0) + env = DummyVecEnv([seeded_env_fn]) + with tf.Graph().as_default(), tf.compat.v1.Session(config=_sess_config).as_default(): + tf.compat.v1.set_random_seed(0) + model = learn_fn(env) + sum_rew = 0 + done = True + for i in range(n_trials): + if done: + obs = env.reset() + state = model.initial_state + if state is not None: + a, v, state, _ = model.step(obs, S=state, M=[False]) + else: + a, v, _, _ = model.step(obs) + obs, rew, done, _ = env.step(a) + sum_rew += float(rew) + print("Reward in {} trials is {}".format(n_trials, sum_rew)) + assert sum_rew > min_reward_fraction * n_trials, \ + 'sum of rewards {} is less than {} of the total number of trials {}'.format(sum_rew, min_reward_fraction, n_trials) + +def reward_per_episode_test(env_fn, learn_fn, min_avg_reward, n_trials=N_EPISODES): + env = DummyVecEnv([env_fn]) + with tf.Graph().as_default(), tf.compat.v1.Session(config=_sess_config).as_default(): + model = learn_fn(env) + N_TRIALS = 100 + observations, actions, rewards = rollout(env, model, N_TRIALS) + rewards = [sum(r) for r in rewards] + avg_rew = sum(rewards) / N_TRIALS + print("Average reward in {} episodes is {}".format(n_trials, avg_rew)) + assert avg_rew > min_avg_reward, \ + 'average reward in {} episodes ({}) is less than {}'.format(n_trials, avg_rew, min_avg_reward) + +def rollout(env, model, n_trials): + rewards = [] + actions = [] + observations = [] + for i in range(n_trials): + obs = env.reset() + state = model.initial_state if hasattr(model, 'initial_state') else None + episode_rew = [] + episode_actions = [] + episode_obs = [] + while True: + if state is not None: + a, v, state, _ = model.step(obs, S=state, M=[False]) + else: + a,v, _, _ = model.step(obs) + + obs, rew, done, _ = env.step(a) + episode_rew.append(rew) + episode_actions.append(a) + episode_obs.append(obs) + if done: + break + rewards.append(episode_rew) + actions.append(episode_actions) + observations.append(episode_obs) + return observations, actions, rewards + + +def smoketest(argstr, **kwargs): + import tempfile + import subprocess + import os + argstr = 'python -m baselines.run ' + argstr + for key, value in kwargs: + argstr += ' --{}={}'.format(key, value) + tempdir = tempfile.mkdtemp() + env = os.environ.copy() + env['OPENAI_LOGDIR'] = tempdir + subprocess.run(argstr.split(' '), env=env) + return tempdir diff --git a/baselines/common/tf_util.py b/baselines/common/tf_util.py new file mode 100644 index 0000000000000000000000000000000000000000..36fa8230b5665311dcc516aec3ed7de8d8c55bdd --- /dev/null +++ b/baselines/common/tf_util.py @@ -0,0 +1,443 @@ +import numpy as np +import tensorflow as tf # pylint: ignore-module +import copy +import os +import functools +import collections +import multiprocessing + +def switch(condition, then_expression, else_expression): + """Switches between two operations depending on a scalar value (int or bool). + Note that both `then_expression` and `else_expression` + should be symbolic tensors of the *same shape*. + + # Arguments + condition: scalar tensor. + then_expression: TensorFlow operation. + else_expression: TensorFlow operation. + """ + x_shape = copy.copy(then_expression.get_shape()) + x = tf.cond(pred=tf.cast(condition, 'bool'), + true_fn=lambda: then_expression, + false_fn=lambda: else_expression) + x.set_shape(x_shape) + return x + +# ================================================================ +# Extras +# ================================================================ + +def lrelu(x, leak=0.2): + f1 = 0.5 * (1 + leak) + f2 = 0.5 * (1 - leak) + return f1 * x + f2 * abs(x) + +# ================================================================ +# Mathematical utils +# ================================================================ + +def huber_loss(x, delta=1.0): + """Reference: https://en.wikipedia.org/wiki/Huber_loss""" + return tf.compat.v1.where( + tf.abs(x) < delta, + tf.square(x) * 0.5, + delta * (tf.abs(x) - 0.5 * delta) + ) + +# ================================================================ +# Global session +# ================================================================ + +def get_session(config=None): + """Get default session or create one with a given config""" + sess = tf.compat.v1.get_default_session() + if sess is None: + sess = make_session(config=config, make_default=True) + return sess + +def make_session(config=None, num_cpu=None, make_default=False, graph=None): + """Returns a session that will use CPU's only""" + if num_cpu is None: + num_cpu = int(os.getenv('RCALL_NUM_CPU', multiprocessing.cpu_count())) + if config is None: + config = tf.compat.v1.ConfigProto( + allow_soft_placement=True, + inter_op_parallelism_threads=num_cpu, + intra_op_parallelism_threads=num_cpu) + config.gpu_options.allow_growth = True + + if make_default: + return tf.compat.v1.InteractiveSession(config=config, graph=graph) + else: + return tf.compat.v1.Session(config=config, graph=graph) + +def single_threaded_session(): + """Returns a session which will only use a single CPU""" + return make_session(num_cpu=1) + +def in_session(f): + @functools.wraps(f) + def newfunc(*args, **kwargs): + with tf.compat.v1.Session(): + f(*args, **kwargs) + return newfunc + +ALREADY_INITIALIZED = set() + +def initialize(): + """Initialize all the uninitialized variables in the global scope.""" + new_variables = set(tf.compat.v1.global_variables()) - ALREADY_INITIALIZED + get_session().run(tf.compat.v1.variables_initializer(new_variables)) + ALREADY_INITIALIZED.update(new_variables) + +# ================================================================ +# Model components +# ================================================================ + +def normc_initializer(std=1.0, axis=0): + def _initializer(shape, dtype=None, partition_info=None): # pylint: disable=W0613 + out = np.random.randn(*shape).astype(dtype.as_numpy_dtype) + out *= std / np.sqrt(np.square(out).sum(axis=axis, keepdims=True)) + return tf.constant(out) + return _initializer + +def conv2d(x, num_filters, name, filter_size=(3, 3), stride=(1, 1), pad="SAME", dtype=tf.float32, collections=None, + summary_tag=None): + with tf.compat.v1.variable_scope(name): + stride_shape = [1, stride[0], stride[1], 1] + filter_shape = [filter_size[0], filter_size[1], int(x.get_shape()[3]), num_filters] + + # there are "num input feature maps * filter height * filter width" + # inputs to each hidden unit + fan_in = intprod(filter_shape[:3]) + # each unit in the lower layer receives a gradient from: + # "num output feature maps * filter height * filter width" / + # pooling size + fan_out = intprod(filter_shape[:2]) * num_filters + # initialize weights with random weights + w_bound = np.sqrt(6. / (fan_in + fan_out)) + + w = tf.compat.v1.get_variable("W", filter_shape, dtype, tf.compat.v1.random_uniform_initializer(-w_bound, w_bound), + collections=collections) + b = tf.compat.v1.get_variable("b", [1, 1, 1, num_filters], initializer=tf.compat.v1.zeros_initializer(), + collections=collections) + + if summary_tag is not None: + tf.compat.v1.summary.image(summary_tag, + tf.transpose(a=tf.reshape(w, [filter_size[0], filter_size[1], -1, 1]), + perm=[2, 0, 1, 3]), + max_images=10) + + return tf.nn.conv2d(input=x, filters=w, strides=stride_shape, padding=pad) + b + +# ================================================================ +# Theano-like Function +# ================================================================ + +def function(inputs, outputs, updates=None, givens=None): + """Just like Theano function. Take a bunch of tensorflow placeholders and expressions + computed based on those placeholders and produces f(inputs) -> outputs. Function f takes + values to be fed to the input's placeholders and produces the values of the expressions + in outputs. + + Input values can be passed in the same order as inputs or can be provided as kwargs based + on placeholder name (passed to constructor or accessible via placeholder.op.name). + + Example: + x = tf.placeholder(tf.int32, (), name="x") + y = tf.placeholder(tf.int32, (), name="y") + z = 3 * x + 2 * y + lin = function([x, y], z, givens={y: 0}) + + with single_threaded_session(): + initialize() + + assert lin(2) == 6 + assert lin(x=3) == 9 + assert lin(2, 2) == 10 + assert lin(x=2, y=3) == 12 + + Parameters + ---------- + inputs: [tf.placeholder, tf.constant, or object with make_feed_dict method] + list of input arguments + outputs: [tf.Variable] or tf.Variable + list of outputs or a single output to be returned from function. Returned + value will also have the same shape. + updates: [tf.Operation] or tf.Operation + list of update functions or single update function that will be run whenever + the function is called. The return is ignored. + + """ + if isinstance(outputs, list): + return _Function(inputs, outputs, updates, givens=givens) + elif isinstance(outputs, (dict, collections.OrderedDict)): + f = _Function(inputs, outputs.values(), updates, givens=givens) + return lambda *args, **kwargs: type(outputs)(zip(outputs.keys(), f(*args, **kwargs))) + else: + f = _Function(inputs, [outputs], updates, givens=givens) + return lambda *args, **kwargs: f(*args, **kwargs)[0] + + +class _Function(object): + def __init__(self, inputs, outputs, updates, givens): + for inpt in inputs: + if not hasattr(inpt, 'make_feed_dict') and not (type(inpt) is tf.Tensor and len(inpt.op.inputs) == 0): + assert False, "inputs should all be placeholders, constants, or have a make_feed_dict method" + self.inputs = inputs + self.input_names = {inp.name.split("/")[-1].split(":")[0]: inp for inp in inputs} + updates = updates or [] + self.update_group = tf.group(*updates) + self.outputs_update = list(outputs) + [self.update_group] + self.givens = {} if givens is None else givens + + def _feed_input(self, feed_dict, inpt, value): + if hasattr(inpt, 'make_feed_dict'): + feed_dict.update(inpt.make_feed_dict(value)) + else: + feed_dict[inpt] = adjust_shape(inpt, value) + + def __call__(self, *args, **kwargs): + assert len(args) + len(kwargs) <= len(self.inputs), "Too many arguments provided" + feed_dict = {} + # Update feed dict with givens. + for inpt in self.givens: + feed_dict[inpt] = adjust_shape(inpt, feed_dict.get(inpt, self.givens[inpt])) + # Update the args + for inpt, value in zip(self.inputs, args): + self._feed_input(feed_dict, inpt, value) + for inpt_name, value in kwargs.items(): + self._feed_input(feed_dict, self.input_names[inpt_name], value) + results = get_session().run(self.outputs_update, feed_dict=feed_dict)[:-1] + return results + +# ================================================================ +# Flat vectors +# ================================================================ + +def var_shape(x): + out = x.get_shape().as_list() + assert all(isinstance(a, int) for a in out), \ + "shape function assumes that shape is fully known" + return out + +def numel(x): + return intprod(var_shape(x)) + +def intprod(x): + return int(np.prod(x)) + +def flatgrad(loss, var_list, clip_norm=None): + grads = tf.gradients(ys=loss, xs=var_list) + if clip_norm is not None: + grads = [tf.clip_by_norm(grad, clip_norm=clip_norm) for grad in grads] + return tf.concat(axis=0, values=[ + tf.reshape(grad if grad is not None else tf.zeros_like(v), [numel(v)]) + for (v, grad) in zip(var_list, grads) + ]) + +class SetFromFlat(object): + def __init__(self, var_list, dtype=tf.float32): + assigns = [] + shapes = list(map(var_shape, var_list)) + total_size = np.sum([intprod(shape) for shape in shapes]) + + self.theta = theta = tf.compat.v1.placeholder(dtype, [total_size]) + start = 0 + assigns = [] + for (shape, v) in zip(shapes, var_list): + size = intprod(shape) + assigns.append(tf.compat.v1.assign(v, tf.reshape(theta[start:start + size], shape))) + start += size + self.op = tf.group(*assigns) + + def __call__(self, theta): + tf.compat.v1.get_default_session().run(self.op, feed_dict={self.theta: theta}) + +class GetFlat(object): + def __init__(self, var_list): + self.op = tf.concat(axis=0, values=[tf.reshape(v, [numel(v)]) for v in var_list]) + + def __call__(self): + return tf.compat.v1.get_default_session().run(self.op) + +def flattenallbut0(x): + return tf.reshape(x, [-1, intprod(x.get_shape().as_list()[1:])]) + +# ============================================================= +# TF placeholders management +# ============================================================ + +_PLACEHOLDER_CACHE = {} # name -> (placeholder, dtype, shape) + +def get_placeholder(name, dtype, shape): + if name in _PLACEHOLDER_CACHE: + out, dtype1, shape1 = _PLACEHOLDER_CACHE[name] + if out.graph == tf.compat.v1.get_default_graph(): + assert dtype1 == dtype and shape1 == shape, \ + 'Placeholder with name {} has already been registered and has shape {}, different from requested {}'.format(name, shape1, shape) + return out + + out = tf.compat.v1.placeholder(dtype=dtype, shape=shape, name=name) + _PLACEHOLDER_CACHE[name] = (out, dtype, shape) + return out + +def get_placeholder_cached(name): + return _PLACEHOLDER_CACHE[name][0] + + + +# ================================================================ +# Diagnostics +# ================================================================ + +def display_var_info(vars): + from baselines import logger + count_params = 0 + for v in vars: + name = v.name + if "/Adam" in name or "beta1_power" in name or "beta2_power" in name: continue + v_params = np.prod(v.shape.as_list()) + count_params += v_params + if "/b:" in name or "/bias" in name: continue # Wx+b, bias is not interesting to look at => count params, but not print + logger.info(" %s%s %i params %s" % (name, " "*(55-len(name)), v_params, str(v.shape))) + + logger.info("Total model parameters: %0.2f million" % (count_params*1e-6)) + + +def get_available_gpus(session_config=None): + # based on recipe from https://stackoverflow.com/a/38580201 + + # Unless we allocate a session here, subsequent attempts to create one + # will ignore our custom config (in particular, allow_growth=True will have + # no effect). + if session_config is None: + session_config = get_session()._config + + from tensorflow.python.client import device_lib + local_device_protos = device_lib.list_local_devices(session_config) + return [x.name for x in local_device_protos if x.device_type == 'GPU'] + +# ================================================================ +# Saving variables +# ================================================================ + +def load_state(fname, sess=None): + from baselines import logger + logger.warn('load_state method is deprecated, please use load_variables instead') + sess = sess or get_session() + saver = tf.compat.v1.train.Saver() + saver.restore(tf.compat.v1.get_default_session(), fname) + +def save_state(fname, sess=None): + from baselines import logger + logger.warn('save_state method is deprecated, please use save_variables instead') + sess = sess or get_session() + dirname = os.path.dirname(fname) + if any(dirname): + os.makedirs(dirname, exist_ok=True) + saver = tf.compat.v1.train.Saver() + saver.save(tf.compat.v1.get_default_session(), fname) + +# The methods above and below are clearly doing the same thing, and in a rather similar way +# TODO: ensure there is no subtle differences and remove one + +def save_variables(save_path, variables=None, sess=None): + import joblib + sess = sess or get_session() + variables = variables or tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES) + + ps = sess.run(variables) + save_dict = {v.name: value for v, value in zip(variables, ps)} + dirname = os.path.dirname(save_path) + if any(dirname): + os.makedirs(dirname, exist_ok=True) + joblib.dump(save_dict, save_path) + +def load_variables(load_path, variables=None, sess=None): + import joblib + sess = sess or get_session() + variables = variables or tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES) + + loaded_params = joblib.load(os.path.expanduser(load_path)) + restores = [] + if isinstance(loaded_params, list): + assert len(loaded_params) == len(variables), 'number of variables loaded mismatches len(variables)' + for d, v in zip(loaded_params, variables): + restores.append(v.assign(d)) + else: + for v in variables: + restores.append(v.assign(loaded_params[v.name])) + + sess.run(restores) + +# ================================================================ +# Shape adjustment for feeding into tf placeholders +# ================================================================ +def adjust_shape(placeholder, data): + ''' + adjust shape of the data to the shape of the placeholder if possible. + If shape is incompatible, AssertionError is thrown + + Parameters: + placeholder tensorflow input placeholder + + data input data to be (potentially) reshaped to be fed into placeholder + + Returns: + reshaped data + ''' + + if not isinstance(data, np.ndarray) and not isinstance(data, list): + return data + if isinstance(data, list): + data = np.array(data) + + placeholder_shape = [x or -1 for x in placeholder.shape.as_list()] + + assert _check_shape(placeholder_shape, data.shape), \ + 'Shape of data {} is not compatible with shape of the placeholder {}'.format(data.shape, placeholder_shape) + + return np.reshape(data, placeholder_shape) + + +def _check_shape(placeholder_shape, data_shape): + ''' check if two shapes are compatible (i.e. differ only by dimensions of size 1, or by the batch dimension)''' + + return True + squeezed_placeholder_shape = _squeeze_shape(placeholder_shape) + squeezed_data_shape = _squeeze_shape(data_shape) + + for i, s_data in enumerate(squeezed_data_shape): + s_placeholder = squeezed_placeholder_shape[i] + if s_placeholder != -1 and s_data != s_placeholder: + return False + + return True + + +def _squeeze_shape(shape): + return [x for x in shape if x != 1] + +# ================================================================ +# Tensorboard interfacing +# ================================================================ + +def launch_tensorboard_in_background(log_dir): + ''' + To log the Tensorflow graph when using rl-algs + algorithms, you can run the following code + in your main script: + import threading, time + def start_tensorboard(session): + time.sleep(10) # Wait until graph is setup + tb_path = osp.join(logger.get_dir(), 'tb') + summary_writer = tf.summary.FileWriter(tb_path, graph=session.graph) + summary_op = tf.summary.merge_all() + launch_tensorboard_in_background(tb_path) + session = tf.get_default_session() + t = threading.Thread(target=start_tensorboard, args=([session])) + t.start() + ''' + import subprocess + subprocess.Popen(['tensorboard', '--logdir', log_dir]) diff --git a/baselines/common/tile_images.py b/baselines/common/tile_images.py new file mode 100644 index 0000000000000000000000000000000000000000..929da8994a974fbfe6065a44762fc1db3f5b36d3 --- /dev/null +++ b/baselines/common/tile_images.py @@ -0,0 +1,23 @@ +import numpy as np + +def tile_images(img_nhwc): + """ + Tile N images into one big PxQ image + (P,Q) are chosen to be as close as possible, and if N + is square, then P=Q. + + input: img_nhwc, list or array of images, ndim=4 once turned into array + n = batch index, h = height, w = width, c = channel + returns: + bigim_HWc, ndarray with ndim=3 + """ + img_nhwc = np.asarray(img_nhwc) + N, h, w, c = img_nhwc.shape + H = int(np.ceil(np.sqrt(N))) + W = int(np.ceil(float(N)/H)) + img_nhwc = np.array(list(img_nhwc) + [img_nhwc[0]*0 for _ in range(N, H*W)]) + img_HWhwc = img_nhwc.reshape(H, W, h, w, c) + img_HhWwc = img_HWhwc.transpose(0, 2, 1, 3, 4) + img_Hh_Ww_c = img_HhWwc.reshape(H*h, W*w, c) + return img_Hh_Ww_c + diff --git a/baselines/common/vec_env/__init__.py b/baselines/common/vec_env/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..1e4ef55299b4dfc220f887f68a4c86ede30d3cdc --- /dev/null +++ b/baselines/common/vec_env/__init__.py @@ -0,0 +1,10 @@ +from .vec_env import AlreadySteppingError, NotSteppingError, VecEnv, VecEnvWrapper, VecEnvObservationWrapper, CloudpickleWrapper +from .dummy_vec_env import DummyVecEnv +from .shmem_vec_env import ShmemVecEnv +from .subproc_vec_env import SubprocVecEnv +from .vec_frame_stack import VecFrameStack +from .vec_monitor import VecMonitor +from .vec_normalize import VecNormalize +from .vec_remove_dict_obs import VecExtractDictObs + +__all__ = ['AlreadySteppingError', 'NotSteppingError', 'VecEnv', 'VecEnvWrapper', 'VecEnvObservationWrapper', 'CloudpickleWrapper', 'DummyVecEnv', 'ShmemVecEnv', 'SubprocVecEnv', 'VecFrameStack', 'VecMonitor', 'VecNormalize', 'VecExtractDictObs'] diff --git a/baselines/common/vec_env/dummy_vec_env.py b/baselines/common/vec_env/dummy_vec_env.py new file mode 100644 index 0000000000000000000000000000000000000000..adcbce806509ac7c19afd91e2f9b8b88ce032295 --- /dev/null +++ b/baselines/common/vec_env/dummy_vec_env.py @@ -0,0 +1,81 @@ +import numpy as np +from .vec_env import VecEnv +from .util import copy_obs_dict, dict_to_obs, obs_space_info + +class DummyVecEnv(VecEnv): + """ + VecEnv that does runs multiple environments sequentially, that is, + the step and reset commands are send to one environment at a time. + Useful when debugging and when num_env == 1 (in the latter case, + avoids communication overhead) + """ + def __init__(self, env_fns): + """ + Arguments: + + env_fns: iterable of callables functions that build environments + """ + self.envs = [fn() for fn in env_fns] + env = self.envs[0] + VecEnv.__init__(self, len(env_fns), env.observation_space, env.action_space) + obs_space = env.observation_space + self.keys, shapes, dtypes = obs_space_info(obs_space) + + self.buf_obs = { k: np.zeros((self.num_envs,) + tuple(shapes[k]), dtype=dtypes[k]) for k in self.keys } + self.buf_dones = np.zeros((self.num_envs,), dtype=np.bool) + self.buf_rews = np.zeros((self.num_envs,), dtype=np.float32) + self.buf_infos = [{} for _ in range(self.num_envs)] + self.actions = None + self.spec = self.envs[0].spec + + def step_async(self, actions): + listify = True + try: + if len(actions) == self.num_envs: + listify = False + except TypeError: + pass + + if not listify: + self.actions = actions + else: + assert self.num_envs == 1, "actions {} is either not a list or has a wrong size - cannot match to {} environments".format(actions, self.num_envs) + self.actions = [actions] + + def step_wait(self): + for e in range(self.num_envs): + action = self.actions[e] + # if isinstance(self.envs[e].action_space, spaces.Discrete): + # action = int(action) + + obs, self.buf_rews[e], self.buf_dones[e], self.buf_infos[e] = self.envs[e].step(action) + if self.buf_dones[e]: + obs = self.envs[e].reset() + self._save_obs(e, obs) + return (self._obs_from_buf(), np.copy(self.buf_rews), np.copy(self.buf_dones), + self.buf_infos.copy()) + + def reset(self): + for e in range(self.num_envs): + obs = self.envs[e].reset() + self._save_obs(e, obs) + return self._obs_from_buf() + + def _save_obs(self, e, obs): + for k in self.keys: + if k is None: + self.buf_obs[k][e] = obs + else: + self.buf_obs[k][e] = obs[k] + + def _obs_from_buf(self): + return dict_to_obs(copy_obs_dict(self.buf_obs)) + + def get_images(self): + return [env.render(mode='rgb_array') for env in self.envs] + + def render(self, mode='human'): + if self.num_envs == 1: + return self.envs[0].render(mode=mode) + else: + return super().render(mode=mode) diff --git a/baselines/common/vec_env/shmem_vec_env.py b/baselines/common/vec_env/shmem_vec_env.py new file mode 100644 index 0000000000000000000000000000000000000000..5b9195dc57bdad795758931f7b062203919157ff --- /dev/null +++ b/baselines/common/vec_env/shmem_vec_env.py @@ -0,0 +1,141 @@ +""" +An interface for asynchronous vectorized environments. +""" + +import multiprocessing as mp +import numpy as np +from .vec_env import VecEnv, CloudpickleWrapper, clear_mpi_env_vars +import ctypes +from baselines import logger + +from .util import dict_to_obs, obs_space_info, obs_to_dict + +_NP_TO_CT = {np.float32: ctypes.c_float, + np.int32: ctypes.c_int32, + np.int8: ctypes.c_int8, + np.uint8: ctypes.c_char, + np.bool: ctypes.c_bool} + + +class ShmemVecEnv(VecEnv): + """ + Optimized version of SubprocVecEnv that uses shared variables to communicate observations. + """ + + def __init__(self, env_fns, spaces=None, context='spawn'): + """ + If you don't specify observation_space, we'll have to create a dummy + environment to get it. + """ + ctx = mp.get_context(context) + if spaces: + observation_space, action_space = spaces + else: + logger.log('Creating dummy env object to get spaces') + with logger.scoped_configure(format_strs=[]): + dummy = env_fns[0]() + observation_space, action_space = dummy.observation_space, dummy.action_space + dummy.close() + del dummy + VecEnv.__init__(self, len(env_fns), observation_space, action_space) + self.obs_keys, self.obs_shapes, self.obs_dtypes = obs_space_info(observation_space) + self.obs_bufs = [ + {k: ctx.Array(_NP_TO_CT[self.obs_dtypes[k].type], int(np.prod(self.obs_shapes[k]))) for k in self.obs_keys} + for _ in env_fns] + self.parent_pipes = [] + self.procs = [] + with clear_mpi_env_vars(): + for env_fn, obs_buf in zip(env_fns, self.obs_bufs): + wrapped_fn = CloudpickleWrapper(env_fn) + parent_pipe, child_pipe = ctx.Pipe() + proc = ctx.Process(target=_subproc_worker, + args=(child_pipe, parent_pipe, wrapped_fn, obs_buf, self.obs_shapes, self.obs_dtypes, self.obs_keys)) + proc.daemon = True + self.procs.append(proc) + self.parent_pipes.append(parent_pipe) + proc.start() + child_pipe.close() + self.waiting_step = False + self.viewer = None + + def reset(self): + if self.waiting_step: + logger.warn('Called reset() while waiting for the step to complete') + self.step_wait() + for pipe in self.parent_pipes: + pipe.send(('reset', None)) + return self._decode_obses([pipe.recv() for pipe in self.parent_pipes]) + + def step_async(self, actions): + assert len(actions) == len(self.parent_pipes) + for pipe, act in zip(self.parent_pipes, actions): + pipe.send(('step', act)) + self.waiting_step = True + + def step_wait(self): + outs = [pipe.recv() for pipe in self.parent_pipes] + self.waiting_step = False + obs, rews, dones, infos = zip(*outs) + return self._decode_obses(obs), np.array(rews), np.array(dones), infos + + def close_extras(self): + if self.waiting_step: + self.step_wait() + for pipe in self.parent_pipes: + pipe.send(('close', None)) + for pipe in self.parent_pipes: + pipe.recv() + pipe.close() + for proc in self.procs: + proc.join() + + def get_images(self, mode='human'): + for pipe in self.parent_pipes: + pipe.send(('render', None)) + return [pipe.recv() for pipe in self.parent_pipes] + + def _decode_obses(self, obs): + result = {} + for k in self.obs_keys: + + bufs = [b[k] for b in self.obs_bufs] + o = [np.frombuffer(b.get_obj(), dtype=self.obs_dtypes[k]).reshape(self.obs_shapes[k]) for b in bufs] + result[k] = np.array(o) + return dict_to_obs(result) + + +def _subproc_worker(pipe, parent_pipe, env_fn_wrapper, obs_bufs, obs_shapes, obs_dtypes, keys): + """ + Control a single environment instance using IPC and + shared memory. + """ + def _write_obs(maybe_dict_obs): + flatdict = obs_to_dict(maybe_dict_obs) + for k in keys: + dst = obs_bufs[k].get_obj() + dst_np = np.frombuffer(dst, dtype=obs_dtypes[k]).reshape(obs_shapes[k]) # pylint: disable=W0212 + np.copyto(dst_np, flatdict[k]) + + env = env_fn_wrapper.x() + parent_pipe.close() + try: + while True: + cmd, data = pipe.recv() + if cmd == 'reset': + pipe.send(_write_obs(env.reset())) + elif cmd == 'step': + obs, reward, done, info = env.step(data) + if done: + obs = env.reset() + pipe.send((_write_obs(obs), reward, done, info)) + elif cmd == 'render': + pipe.send(env.render(mode='rgb_array')) + elif cmd == 'close': + pipe.send(None) + break + else: + raise RuntimeError('Got unrecognized cmd %s' % cmd) + except KeyboardInterrupt: + print('ShmemVecEnv worker: got KeyboardInterrupt') + finally: + env.close() diff --git a/baselines/common/vec_env/subproc_vec_env.py b/baselines/common/vec_env/subproc_vec_env.py new file mode 100644 index 0000000000000000000000000000000000000000..8c74000889c44c06a50fd0e89a8dc04d272b7793 --- /dev/null +++ b/baselines/common/vec_env/subproc_vec_env.py @@ -0,0 +1,138 @@ +import multiprocessing as mp + +import numpy as np +from .vec_env import VecEnv, CloudpickleWrapper, clear_mpi_env_vars + + +def worker(remote, parent_remote, env_fn_wrappers): + def step_env(env, action): + ob, reward, done, info = env.step(action) + if done: + ob = env.reset() + return ob, reward, done, info + + parent_remote.close() + envs = [env_fn_wrapper() for env_fn_wrapper in env_fn_wrappers.x] + try: + while True: + cmd, data = remote.recv() + if cmd == 'step': + remote.send([step_env(env, action) for env, action in zip(envs, data)]) + elif cmd == 'reset': + remote.send([env.reset() for env in envs]) + elif cmd == 'render': + remote.send([env.render(mode='rgb_array') for env in envs]) + elif cmd == 'close': + remote.close() + break + elif cmd == 'get_spaces_spec': + remote.send(CloudpickleWrapper((envs[0].observation_space, envs[0].action_space, envs[0].spec))) + else: + raise NotImplementedError + except KeyboardInterrupt: + print('SubprocVecEnv worker: got KeyboardInterrupt') + finally: + for env in envs: + env.close() + + +class SubprocVecEnv(VecEnv): + """ + VecEnv that runs multiple environments in parallel in subproceses and communicates with them via pipes. + Recommended to use when num_envs > 1 and step() can be a bottleneck. + """ + def __init__(self, env_fns, spaces=None, context='spawn', in_series=1): + """ + Arguments: + + env_fns: iterable of callables - functions that create environments to run in subprocesses. Need to be cloud-pickleable + in_series: number of environments to run in series in a single process + (e.g. when len(env_fns) == 12 and in_series == 3, it will run 4 processes, each running 3 envs in series) + """ + self.waiting = False + self.closed = False + self.in_series = in_series + nenvs = len(env_fns) + assert nenvs % in_series == 0, "Number of envs must be divisible by number of envs to run in series" + self.nremotes = nenvs // in_series + env_fns = np.array_split(env_fns, self.nremotes) + ctx = mp.get_context(context) + self.remotes, self.work_remotes = zip(*[ctx.Pipe() for _ in range(self.nremotes)]) + self.ps = [ctx.Process(target=worker, args=(work_remote, remote, CloudpickleWrapper(env_fn))) + for (work_remote, remote, env_fn) in zip(self.work_remotes, self.remotes, env_fns)] + for p in self.ps: + p.daemon = True # if the main process crashes, we should not cause things to hang + with clear_mpi_env_vars(): + p.start() + for remote in self.work_remotes: + remote.close() + + self.remotes[0].send(('get_spaces_spec', None)) + observation_space, action_space, self.spec = self.remotes[0].recv().x + self.viewer = None + VecEnv.__init__(self, nenvs, observation_space, action_space) + + def step_async(self, actions): + self._assert_not_closed() + actions = np.array_split(actions, self.nremotes) + for remote, action in zip(self.remotes, actions): + remote.send(('step', action)) + self.waiting = True + + def step_wait(self): + self._assert_not_closed() + results = [remote.recv() for remote in self.remotes] + results = _flatten_list(results) + self.waiting = False + obs, rews, dones, infos = zip(*results) + return _flatten_obs(obs), np.stack(rews), np.stack(dones), infos + + def reset(self): + self._assert_not_closed() + for remote in self.remotes: + remote.send(('reset', None)) + obs = [remote.recv() for remote in self.remotes] + obs = _flatten_list(obs) + return _flatten_obs(obs) + + def close_extras(self): + self.closed = True + if self.waiting: + for remote in self.remotes: + remote.recv() + for remote in self.remotes: + remote.send(('close', None)) + for p in self.ps: + p.join() + + def get_images(self): + self._assert_not_closed() + for pipe in self.remotes: + pipe.send(('render', None)) + imgs = [pipe.recv() for pipe in self.remotes] + imgs = _flatten_list(imgs) + return imgs + + def _assert_not_closed(self): + assert not self.closed, "Trying to operate on a SubprocVecEnv after calling close()" + + def __del__(self): + if not self.closed: + self.close() + +def _flatten_obs(obs): + assert isinstance(obs, (list, tuple)) + assert len(obs) > 0 + + if isinstance(obs[0], dict): + keys = obs[0].keys() + return {k: np.stack([o[k] for o in obs]) for k in keys} + else: + return np.stack(obs) + +def _flatten_list(l): + assert isinstance(l, (list, tuple)) + assert len(l) > 0 + assert all([len(l_) > 0 for l_ in l]) + + return [l__ for l_ in l for l__ in l_] diff --git a/baselines/common/vec_env/test_vec_env.py b/baselines/common/vec_env/test_vec_env.py new file mode 100644 index 0000000000000000000000000000000000000000..e4faee354f1a7bba716b7e3b13a6a3698d776ef5 --- /dev/null +++ b/baselines/common/vec_env/test_vec_env.py @@ -0,0 +1,158 @@ +""" +Tests for asynchronous vectorized environments. +""" + +import gym +import numpy as np +import pytest +from .dummy_vec_env import DummyVecEnv +from .shmem_vec_env import ShmemVecEnv +from .subproc_vec_env import SubprocVecEnv +from baselines.common.tests.test_with_mpi import with_mpi + + +def assert_venvs_equal(venv1, venv2, num_steps): + """ + Compare two environments over num_steps steps and make sure + that the observations produced by each are the same when given + the same actions. + """ + assert venv1.num_envs == venv2.num_envs + assert venv1.observation_space.shape == venv2.observation_space.shape + assert venv1.observation_space.dtype == venv2.observation_space.dtype + assert venv1.action_space.shape == venv2.action_space.shape + assert venv1.action_space.dtype == venv2.action_space.dtype + + try: + obs1, obs2 = venv1.reset(), venv2.reset() + assert np.array(obs1).shape == np.array(obs2).shape + assert np.array(obs1).shape == (venv1.num_envs,) + venv1.observation_space.shape + assert np.allclose(obs1, obs2) + venv1.action_space.seed(1337) + for _ in range(num_steps): + actions = np.array([venv1.action_space.sample() for _ in range(venv1.num_envs)]) + for venv in [venv1, venv2]: + venv.step_async(actions) + outs1 = venv1.step_wait() + outs2 = venv2.step_wait() + for out1, out2 in zip(outs1[:3], outs2[:3]): + assert np.array(out1).shape == np.array(out2).shape + assert np.allclose(out1, out2) + assert list(outs1[3]) == list(outs2[3]) + finally: + venv1.close() + venv2.close() + + +@pytest.mark.parametrize('klass', (ShmemVecEnv, SubprocVecEnv)) +@pytest.mark.parametrize('dtype', ('uint8', 'float32')) +def test_vec_env(klass, dtype): # pylint: disable=R0914 + """ + Test that a vectorized environment is equivalent to + DummyVecEnv, since DummyVecEnv is less likely to be + error prone. + """ + num_envs = 3 + num_steps = 100 + shape = (3, 8) + + def make_fn(seed): + """ + Get an environment constructor with a seed. + """ + return lambda: SimpleEnv(seed, shape, dtype) + fns = [make_fn(i) for i in range(num_envs)] + env1 = DummyVecEnv(fns) + env2 = klass(fns) + assert_venvs_equal(env1, env2, num_steps=num_steps) + + +@pytest.mark.parametrize('dtype', ('uint8', 'float32')) +@pytest.mark.parametrize('num_envs_in_series', (3, 4, 6)) +def test_sync_sampling(dtype, num_envs_in_series): + """ + Test that a SubprocVecEnv running with envs in series + outputs the same as DummyVecEnv. + """ + num_envs = 12 + num_steps = 100 + shape = (3, 8) + + def make_fn(seed): + """ + Get an environment constructor with a seed. + """ + return lambda: SimpleEnv(seed, shape, dtype) + fns = [make_fn(i) for i in range(num_envs)] + env1 = DummyVecEnv(fns) + env2 = SubprocVecEnv(fns, in_series=num_envs_in_series) + assert_venvs_equal(env1, env2, num_steps=num_steps) + + +@pytest.mark.parametrize('dtype', ('uint8', 'float32')) +@pytest.mark.parametrize('num_envs_in_series', (3, 4, 6)) +def test_sync_sampling_sanity(dtype, num_envs_in_series): + """ + Test that a SubprocVecEnv running with envs in series + outputs the same as SubprocVecEnv without running in series. + """ + num_envs = 12 + num_steps = 100 + shape = (3, 8) + + def make_fn(seed): + """ + Get an environment constructor with a seed. + """ + return lambda: SimpleEnv(seed, shape, dtype) + fns = [make_fn(i) for i in range(num_envs)] + env1 = SubprocVecEnv(fns) + env2 = SubprocVecEnv(fns, in_series=num_envs_in_series) + assert_venvs_equal(env1, env2, num_steps=num_steps) + + +class SimpleEnv(gym.Env): + """ + An environment with a pre-determined observation space + and RNG seed. + """ + + def __init__(self, seed, shape, dtype): + np.random.seed(seed) + self._dtype = dtype + self._start_obs = np.array(np.random.randint(0, 0x100, size=shape), + dtype=dtype) + self._max_steps = seed + 1 + self._cur_obs = None + self._cur_step = 0 + # this is 0xFF instead of 0x100 because the Box space includes + # the high end, while randint does not + self.action_space = gym.spaces.Box(low=0, high=0xFF, shape=shape, dtype=dtype) + self.observation_space = self.action_space + + def step(self, action): + self._cur_obs += np.array(action, dtype=self._dtype) + self._cur_step += 1 + done = self._cur_step >= self._max_steps + reward = self._cur_step / self._max_steps + return self._cur_obs, reward, done, {'foo': 'bar' + str(reward)} + + def reset(self): + self._cur_obs = self._start_obs + self._cur_step = 0 + return self._cur_obs + + def render(self, mode=None): + raise NotImplementedError + + + +@with_mpi() +def test_mpi_with_subprocvecenv(): + shape = (2,3,4) + nenv = 1 + venv = SubprocVecEnv([lambda: SimpleEnv(0, shape, 'float32')] * nenv) + ob = venv.reset() + venv.close() + assert ob.shape == (nenv,) + shape + diff --git a/baselines/common/vec_env/test_video_recorder.py b/baselines/common/vec_env/test_video_recorder.py new file mode 100644 index 0000000000000000000000000000000000000000..363404a60f27ec0d465da9e164296a77e37ddcca --- /dev/null +++ b/baselines/common/vec_env/test_video_recorder.py @@ -0,0 +1,49 @@ +""" +Tests for asynchronous vectorized environments. +""" + +import gym +import pytest +import os +import glob +import tempfile + +from .dummy_vec_env import DummyVecEnv +from .shmem_vec_env import ShmemVecEnv +from .subproc_vec_env import SubprocVecEnv +from .vec_video_recorder import VecVideoRecorder + +@pytest.mark.parametrize('klass', (DummyVecEnv, ShmemVecEnv, SubprocVecEnv)) +@pytest.mark.parametrize('num_envs', (1, 4)) +@pytest.mark.parametrize('video_length', (10, 100)) +@pytest.mark.parametrize('video_interval', (1, 50)) +def test_video_recorder(klass, num_envs, video_length, video_interval): + """ + Wrap an existing VecEnv with VevVideoRecorder, + Make (video_interval + video_length + 1) steps, + then check that the file is present + """ + + def make_fn(): + env = gym.make('PongNoFrameskip-v4') + return env + fns = [make_fn for _ in range(num_envs)] + env = klass(fns) + + with tempfile.TemporaryDirectory() as video_path: + env = VecVideoRecorder(env, video_path, record_video_trigger=lambda x: x % video_interval == 0, video_length=video_length) + + env.reset() + for _ in range(video_interval + video_length + 1): + env.step([0] * num_envs) + env.close() + + + recorded_video = glob.glob(os.path.join(video_path, "*.mp4")) + + # first and second step + assert len(recorded_video) == 2 + # Files are not empty + assert all(os.stat(p).st_size != 0 for p in recorded_video) + + diff --git a/baselines/common/vec_env/util.py b/baselines/common/vec_env/util.py new file mode 100644 index 0000000000000000000000000000000000000000..ddc71c27e0599fe5072220bdb067ebe2c64d74d8 --- /dev/null +++ b/baselines/common/vec_env/util.py @@ -0,0 +1,62 @@ +""" +Helpers for dealing with vectorized environments. +""" + +from collections import OrderedDict + +import gym +import numpy as np + + +def copy_obs_dict(obs): + """ + Deep-copy an observation dict. + """ + return {k: np.copy(v) for k, v in obs.items()} + + +def dict_to_obs(obs_dict): + """ + Convert an observation dict into a raw array if the + original observation space was not a Dict space. + """ + if set(obs_dict.keys()) == {None}: + return obs_dict[None] + return obs_dict + + +def obs_space_info(obs_space): + """ + Get dict-structured information about a gym.Space. + + Returns: + A tuple (keys, shapes, dtypes): + keys: a list of dict keys. + shapes: a dict mapping keys to shapes. + dtypes: a dict mapping keys to dtypes. + """ + if isinstance(obs_space, gym.spaces.Dict): + assert isinstance(obs_space.spaces, OrderedDict) + subspaces = obs_space.spaces + elif isinstance(obs_space, gym.spaces.Tuple): + assert isinstance(obs_space.spaces, tuple) + subspaces = {i: obs_space.spaces[i] for i in range(len(obs_space.spaces))} + else: + subspaces = {None: obs_space} + keys = [] + shapes = {} + dtypes = {} + for key, box in subspaces.items(): + keys.append(key) + shapes[key] = box.shape + dtypes[key] = box.dtype + return keys, shapes, dtypes + + +def obs_to_dict(obs): + """ + Convert an observation into a dict. + """ + if isinstance(obs, dict): + return obs + return {None: obs} diff --git a/baselines/common/vec_env/vec_env.py b/baselines/common/vec_env/vec_env.py new file mode 100644 index 0000000000000000000000000000000000000000..fc6098e2ecd232f720cd029a2e9d1c977f810be4 --- /dev/null +++ b/baselines/common/vec_env/vec_env.py @@ -0,0 +1,223 @@ +import contextlib +import os +from abc import ABC, abstractmethod + +from baselines.common.tile_images import tile_images + +class AlreadySteppingError(Exception): + """ + Raised when an asynchronous step is running while + step_async() is called again. + """ + + def __init__(self): + msg = 'already running an async step' + Exception.__init__(self, msg) + + +class NotSteppingError(Exception): + """ + Raised when an asynchronous step is not running but + step_wait() is called. + """ + + def __init__(self): + msg = 'not running an async step' + Exception.__init__(self, msg) + + +class VecEnv(ABC): + """ + An abstract asynchronous, vectorized environment. + Used to batch data from multiple copies of an environment, so that + each observation becomes an batch of observations, and expected action is a batch of actions to + be applied per-environment. + """ + closed = False + viewer = None + + metadata = { + 'render.modes': ['human', 'rgb_array'] + } + + def __init__(self, num_envs, observation_space, action_space): + self.num_envs = num_envs + self.observation_space = observation_space + self.action_space = action_space + + @abstractmethod + def reset(self): + """ + Reset all the environments and return an array of + observations, or a dict of observation arrays. + + If step_async is still doing work, that work will + be cancelled and step_wait() should not be called + until step_async() is invoked again. + """ + pass + + @abstractmethod + def step_async(self, actions): + """ + Tell all the environments to start taking a step + with the given actions. + Call step_wait() to get the results of the step. + + You should not call this if a step_async run is + already pending. + """ + pass + + @abstractmethod + def step_wait(self): + """ + Wait for the step taken with step_async(). + + Returns (obs, rews, dones, infos): + - obs: an array of observations, or a dict of + arrays of observations. + - rews: an array of rewards + - dones: an array of "episode done" booleans + - infos: a sequence of info objects + """ + pass + + def close_extras(self): + """ + Clean up the extra resources, beyond what's in this base class. + Only runs when not self.closed. + """ + pass + + def close(self): + if self.closed: + return + if self.viewer is not None: + self.viewer.close() + self.close_extras() + self.closed = True + + def step(self, actions): + """ + Step the environments synchronously. + + This is available for backwards compatibility. + """ + self.step_async(actions) + return self.step_wait() + + def render(self, mode='human'): + imgs = self.get_images() + bigimg = tile_images(imgs) + if mode == 'human': + self.get_viewer().imshow(bigimg) + return self.get_viewer().isopen + elif mode == 'rgb_array': + return bigimg + else: + raise NotImplementedError + + def get_images(self): + """ + Return RGB images from each environment + """ + raise NotImplementedError + + @property + def unwrapped(self): + if isinstance(self, VecEnvWrapper): + return self.venv.unwrapped + else: + return self + + def get_viewer(self): + if self.viewer is None: + from gym.envs.classic_control import rendering + self.viewer = rendering.SimpleImageViewer() + return self.viewer + +class VecEnvWrapper(VecEnv): + """ + An environment wrapper that applies to an entire batch + of environments at once. + """ + + def __init__(self, venv, observation_space=None, action_space=None): + self.venv = venv + super().__init__(num_envs=venv.num_envs, + observation_space=observation_space or venv.observation_space, + action_space=action_space or venv.action_space) + + def step_async(self, actions): + self.venv.step_async(actions) + + @abstractmethod + def reset(self): + pass + + @abstractmethod + def step_wait(self): + pass + + def close(self): + return self.venv.close() + + def render(self, mode='human'): + return self.venv.render(mode=mode) + + def get_images(self): + return self.venv.get_images() + + def __getattr__(self, name): + if name.startswith('_'): + raise AttributeError("attempted to get missing private attribute '{}'".format(name)) + return getattr(self.venv, name) + +class VecEnvObservationWrapper(VecEnvWrapper): + @abstractmethod + def process(self, obs): + pass + + def reset(self): + obs = self.venv.reset() + return self.process(obs) + + def step_wait(self): + obs, rews, dones, infos = self.venv.step_wait() + return self.process(obs), rews, dones, infos + +class CloudpickleWrapper(object): + """ + Uses cloudpickle to serialize contents (otherwise multiprocessing tries to use pickle) + """ + + def __init__(self, x): + self.x = x + + def __getstate__(self): + import cloudpickle + return cloudpickle.dumps(self.x) + + def __setstate__(self, ob): + import pickle + self.x = pickle.loads(ob) + + +@contextlib.contextmanager +def clear_mpi_env_vars(): + """ + from mpi4py import MPI will call MPI_Init by default. If the child process has MPI environment variables, MPI will think that the child process is an MPI process just like the parent and do bad things such as hang. + This context manager is a hacky way to clear those environment variables temporarily such as when we are starting multiprocessing + Processes. + """ + removed_environment = {} + for k, v in list(os.environ.items()): + for prefix in ['OMPI_', 'PMI_']: + if k.startswith(prefix): + removed_environment[k] = v + del os.environ[k] + try: + yield + finally: + os.environ.update(removed_environment) diff --git a/baselines/common/vec_env/vec_frame_stack.py b/baselines/common/vec_env/vec_frame_stack.py new file mode 100644 index 0000000000000000000000000000000000000000..0da1a0aadacccadfb2344ab369c3202212dd0c9b --- /dev/null +++ b/baselines/common/vec_env/vec_frame_stack.py @@ -0,0 +1,30 @@ +from .vec_env import VecEnvWrapper +import numpy as np +from gym import spaces + + +class VecFrameStack(VecEnvWrapper): + def __init__(self, venv, nstack): + self.venv = venv + self.nstack = nstack + wos = venv.observation_space # wrapped ob space + low = np.repeat(wos.low, self.nstack, axis=-1) + high = np.repeat(wos.high, self.nstack, axis=-1) + self.stackedobs = np.zeros((venv.num_envs,) + low.shape, low.dtype) + observation_space = spaces.Box(low=low, high=high, dtype=venv.observation_space.dtype) + VecEnvWrapper.__init__(self, venv, observation_space=observation_space) + + def step_wait(self): + obs, rews, news, infos = self.venv.step_wait() + self.stackedobs = np.roll(self.stackedobs, shift=-1, axis=-1) + for (i, new) in enumerate(news): + if new: + self.stackedobs[i] = 0 + self.stackedobs[..., -obs.shape[-1]:] = obs + return self.stackedobs, rews, news, infos + + def reset(self): + obs = self.venv.reset() + self.stackedobs[...] = 0 + self.stackedobs[..., -obs.shape[-1]:] = obs + return self.stackedobs diff --git a/baselines/common/vec_env/vec_monitor.py b/baselines/common/vec_env/vec_monitor.py new file mode 100644 index 0000000000000000000000000000000000000000..efaafc9c7385d6e01d414e55270561c9fdb59a38 --- /dev/null +++ b/baselines/common/vec_env/vec_monitor.py @@ -0,0 +1,55 @@ +from . import VecEnvWrapper +from baselines.bench.monitor import ResultsWriter +import numpy as np +import time +from collections import deque + +class VecMonitor(VecEnvWrapper): + def __init__(self, venv, filename=None, keep_buf=0, info_keywords=()): + VecEnvWrapper.__init__(self, venv) + self.eprets = None + self.eplens = None + self.epcount = 0 + self.tstart = time.time() + if filename: + self.results_writer = ResultsWriter(filename, header={'t_start': self.tstart}, + extra_keys=info_keywords) + else: + self.results_writer = None + self.info_keywords = info_keywords + self.keep_buf = keep_buf + if self.keep_buf: + self.epret_buf = deque([], maxlen=keep_buf) + self.eplen_buf = deque([], maxlen=keep_buf) + + def reset(self): + obs = self.venv.reset() + self.eprets = np.zeros(self.num_envs, 'f') + self.eplens = np.zeros(self.num_envs, 'i') + return obs + + def step_wait(self): + obs, rews, dones, infos = self.venv.step_wait() + self.eprets += rews + self.eplens += 1 + + newinfos = list(infos[:]) + for i in range(len(dones)): + if dones[i]: + info = infos[i].copy() + ret = self.eprets[i] + eplen = self.eplens[i] + epinfo = {'r': ret, 'l': eplen, 't': round(time.time() - self.tstart, 6)} + for k in self.info_keywords: + epinfo[k] = info[k] + info['episode'] = epinfo + if self.keep_buf: + self.epret_buf.append(ret) + self.eplen_buf.append(eplen) + self.epcount += 1 + self.eprets[i] = 0 + self.eplens[i] = 0 + if self.results_writer: + self.results_writer.write_row(epinfo) + newinfos[i] = info + return obs, rews, dones, newinfos diff --git a/baselines/common/vec_env/vec_normalize.py b/baselines/common/vec_env/vec_normalize.py new file mode 100644 index 0000000000000000000000000000000000000000..51a45150c860724465245c3cc8b94cb33eecea1b --- /dev/null +++ b/baselines/common/vec_env/vec_normalize.py @@ -0,0 +1,47 @@ +from . import VecEnvWrapper +import numpy as np + +class VecNormalize(VecEnvWrapper): + """ + A vectorized wrapper that normalizes the observations + and returns from an environment. + """ + + def __init__(self, venv, ob=True, ret=True, clipob=10., cliprew=10., gamma=0.99, epsilon=1e-8, use_tf=False): + VecEnvWrapper.__init__(self, venv) + if use_tf: + from baselines.common.running_mean_std import TfRunningMeanStd + self.ob_rms = TfRunningMeanStd(shape=self.observation_space.shape, scope='ob_rms') if ob else None + self.ret_rms = TfRunningMeanStd(shape=(), scope='ret_rms') if ret else None + else: + from baselines.common.running_mean_std import RunningMeanStd + self.ob_rms = RunningMeanStd(shape=self.observation_space.shape) if ob else None + self.ret_rms = RunningMeanStd(shape=()) if ret else None + self.clipob = clipob + self.cliprew = cliprew + self.ret = np.zeros(self.num_envs) + self.gamma = gamma + self.epsilon = epsilon + + def step_wait(self): + obs, rews, news, infos = self.venv.step_wait() + self.ret = self.ret * self.gamma + rews + obs = self._obfilt(obs) + if self.ret_rms: + self.ret_rms.update(self.ret) + rews = np.clip(rews / np.sqrt(self.ret_rms.var + self.epsilon), -self.cliprew, self.cliprew) + self.ret[news] = 0. + return obs, rews, news, infos + + def _obfilt(self, obs): + if self.ob_rms: + self.ob_rms.update(obs) + obs = np.clip((obs - self.ob_rms.mean) / np.sqrt(self.ob_rms.var + self.epsilon), -self.clipob, self.clipob) + return obs + else: + return obs + + def reset(self): + self.ret = np.zeros(self.num_envs) + obs = self.venv.reset() + return self._obfilt(obs) diff --git a/baselines/common/vec_env/vec_remove_dict_obs.py b/baselines/common/vec_env/vec_remove_dict_obs.py new file mode 100644 index 0000000000000000000000000000000000000000..a6c465692d15ebddf9beabd876867a62d8345f06 --- /dev/null +++ b/baselines/common/vec_env/vec_remove_dict_obs.py @@ -0,0 +1,10 @@ +from .vec_env import VecEnvObservationWrapper + +class VecExtractDictObs(VecEnvObservationWrapper): + def __init__(self, venv, key): + self.key = key + super().__init__(venv=venv, + observation_space=venv.observation_space.spaces[self.key]) + + def process(self, obs): + return obs[self.key] diff --git a/baselines/common/vec_env/vec_video_recorder.py b/baselines/common/vec_env/vec_video_recorder.py new file mode 100644 index 0000000000000000000000000000000000000000..b4e7059ff0a7d20710482d1aa8262fbcc2128671 --- /dev/null +++ b/baselines/common/vec_env/vec_video_recorder.py @@ -0,0 +1,89 @@ +import os +from baselines import logger +from baselines.common.vec_env import VecEnvWrapper +from gym.wrappers.monitoring import video_recorder + + +class VecVideoRecorder(VecEnvWrapper): + """ + Wrap VecEnv to record rendered image as mp4 video. + """ + + def __init__(self, venv, directory, record_video_trigger, video_length=200): + """ + # Arguments + venv: VecEnv to wrap + directory: Where to save videos + record_video_trigger: + Function that defines when to start recording. + The function takes the current number of step, + and returns whether we should start recording or not. + video_length: Length of recorded video + """ + + VecEnvWrapper.__init__(self, venv) + self.record_video_trigger = record_video_trigger + self.video_recorder = None + + self.directory = os.path.abspath(directory) + if not os.path.exists(self.directory): os.mkdir(self.directory) + + self.file_prefix = "vecenv" + self.file_infix = '{}'.format(os.getpid()) + self.step_id = 0 + self.video_length = video_length + + self.recording = False + self.recorded_frames = 0 + + def reset(self): + obs = self.venv.reset() + + self.start_video_recorder() + + return obs + + def start_video_recorder(self): + self.close_video_recorder() + + base_path = os.path.join(self.directory, '{}.video.{}.video{:06}'.format(self.file_prefix, self.file_infix, self.step_id)) + self.video_recorder = video_recorder.VideoRecorder( + env=self.venv, + base_path=base_path, + metadata={'step_id': self.step_id} + ) + + self.video_recorder.capture_frame() + self.recorded_frames = 1 + self.recording = True + + def _video_enabled(self): + return self.record_video_trigger(self.step_id) + + def step_wait(self): + obs, rews, dones, infos = self.venv.step_wait() + + self.step_id += 1 + if self.recording: + self.video_recorder.capture_frame() + self.recorded_frames += 1 + if self.recorded_frames > self.video_length: + logger.info("Saving video to ", self.video_recorder.path) + self.close_video_recorder() + elif self._video_enabled(): + self.start_video_recorder() + + return obs, rews, dones, infos + + def close_video_recorder(self): + if self.recording: + self.video_recorder.close() + self.recording = False + self.recorded_frames = 0 + + def close(self): + VecEnvWrapper.close(self) + self.close_video_recorder() + + def __del__(self): + self.close() diff --git a/baselines/common/wrappers.py b/baselines/common/wrappers.py new file mode 100644 index 0000000000000000000000000000000000000000..e5e93b057d5385e8f04006d1c1a1e4aeb2da2b36 --- /dev/null +++ b/baselines/common/wrappers.py @@ -0,0 +1,29 @@ +import gym + +class TimeLimit(gym.Wrapper): + def __init__(self, env, max_episode_steps=None): + super(TimeLimit, self).__init__(env) + self._max_episode_steps = max_episode_steps + self._elapsed_steps = 0 + + def step(self, ac): + observation, reward, done, info = self.env.step(ac) + self._elapsed_steps += 1 + if self._elapsed_steps >= self._max_episode_steps: + done = True + info['TimeLimit.truncated'] = True + return observation, reward, done, info + + def reset(self, **kwargs): + self._elapsed_steps = 0 + return self.env.reset(**kwargs) + +class ClipActionsWrapper(gym.Wrapper): + def step(self, action): + import numpy as np + action = np.nan_to_num(action) + action = np.clip(action, self.action_space.low, self.action_space.high) + return self.env.step(action) + + def reset(self, **kwargs): + return self.env.reset(**kwargs) diff --git a/baselines/ddpg/README.md b/baselines/ddpg/README.md new file mode 100644 index 0000000000000000000000000000000000000000..ed6d23fa610769665ed5d9f8116f2f5b74dfb9a9 --- /dev/null +++ b/baselines/ddpg/README.md @@ -0,0 +1,5 @@ +# DDPG + +- Original paper: https://arxiv.org/abs/1509.02971 +- Baselines post: https://blog.openai.com/better-exploration-with-parameter-noise/ +- `python -m baselines.run --alg=ddpg --env=HalfCheetah-v2 --num_timesteps=1e6` runs the algorithm for 1M frames = 10M timesteps on a Mujoco environment. See help (`-h`) for more options. diff --git a/baselines/ddpg/__init__.py b/baselines/ddpg/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/ddpg/ddpg.py b/baselines/ddpg/ddpg.py new file mode 100644 index 0000000000000000000000000000000000000000..dd53ce1509e6759c29963c7b1ea8d516ab3fc5e5 --- /dev/null +++ b/baselines/ddpg/ddpg.py @@ -0,0 +1,275 @@ +import os +import time +from collections import deque +import pickle + +from baselines.ddpg.ddpg_learner import DDPG +from baselines.ddpg.models import Actor, Critic +from baselines.ddpg.memory import Memory +from baselines.ddpg.noise import AdaptiveParamNoiseSpec, NormalActionNoise, OrnsteinUhlenbeckActionNoise +from baselines.common import set_global_seeds +import baselines.common.tf_util as U + +from baselines import logger +import numpy as np + +try: + from mpi4py import MPI +except ImportError: + MPI = None + +def learn(network, env, + seed=None, + total_timesteps=None, + nb_epochs=None, # with default settings, perform 1M steps total + nb_epoch_cycles=20, + nb_rollout_steps=100, + reward_scale=1.0, + render=False, + render_eval=False, + noise_type='adaptive-param_0.2', + normalize_returns=False, + normalize_observations=True, + critic_l2_reg=1e-2, + actor_lr=1e-4, + critic_lr=1e-3, + popart=False, + gamma=0.99, + clip_norm=None, + nb_train_steps=50, # per epoch cycle and MPI worker, + nb_eval_steps=100, + batch_size=64, # per MPI worker + tau=0.01, + eval_env=None, + param_noise_adaption_interval=50, + **network_kwargs): + + set_global_seeds(seed) + + if total_timesteps is not None: + assert nb_epochs is None + nb_epochs = int(total_timesteps) // (nb_epoch_cycles * nb_rollout_steps) + else: + nb_epochs = 500 + + if MPI is not None: + rank = MPI.COMM_WORLD.Get_rank() + else: + rank = 0 + + nb_actions = env.action_space.shape[-1] + assert (np.abs(env.action_space.low) == env.action_space.high).all() # we assume symmetric actions. + + memory = Memory(limit=int(1e6), action_shape=env.action_space.shape, observation_shape=env.observation_space.shape) + critic = Critic(network=network, **network_kwargs) + actor = Actor(nb_actions, network=network, **network_kwargs) + + action_noise = None + param_noise = None + if noise_type is not None: + for current_noise_type in noise_type.split(','): + current_noise_type = current_noise_type.strip() + if current_noise_type == 'none': + pass + elif 'adaptive-param' in current_noise_type: + _, stddev = current_noise_type.split('_') + param_noise = AdaptiveParamNoiseSpec(initial_stddev=float(stddev), desired_action_stddev=float(stddev)) + elif 'normal' in current_noise_type: + _, stddev = current_noise_type.split('_') + action_noise = NormalActionNoise(mu=np.zeros(nb_actions), sigma=float(stddev) * np.ones(nb_actions)) + elif 'ou' in current_noise_type: + _, stddev = current_noise_type.split('_') + action_noise = OrnsteinUhlenbeckActionNoise(mu=np.zeros(nb_actions), sigma=float(stddev) * np.ones(nb_actions)) + else: + raise RuntimeError('unknown noise type "{}"'.format(current_noise_type)) + + max_action = env.action_space.high + logger.info('scaling actions by {} before executing in env'.format(max_action)) + + agent = DDPG(actor, critic, memory, env.observation_space.shape, env.action_space.shape, + gamma=gamma, tau=tau, normalize_returns=normalize_returns, normalize_observations=normalize_observations, + batch_size=batch_size, action_noise=action_noise, param_noise=param_noise, critic_l2_reg=critic_l2_reg, + actor_lr=actor_lr, critic_lr=critic_lr, enable_popart=popart, clip_norm=clip_norm, + reward_scale=reward_scale) + logger.info('Using agent with the following configuration:') + logger.info(str(agent.__dict__.items())) + + eval_episode_rewards_history = deque(maxlen=100) + episode_rewards_history = deque(maxlen=100) + sess = U.get_session() + # Prepare everything. + agent.initialize(sess) + sess.graph.finalize() + + agent.reset() + + obs = env.reset() + if eval_env is not None: + eval_obs = eval_env.reset() + nenvs = obs.shape[0] + + episode_reward = np.zeros(nenvs, dtype = np.float32) #vector + episode_step = np.zeros(nenvs, dtype = int) # vector + episodes = 0 #scalar + t = 0 # scalar + + epoch = 0 + + + + start_time = time.time() + + epoch_episode_rewards = [] + epoch_episode_steps = [] + epoch_actions = [] + epoch_qs = [] + epoch_episodes = 0 + for epoch in range(nb_epochs): + for cycle in range(nb_epoch_cycles): + # Perform rollouts. + if nenvs > 1: + # if simulating multiple envs in parallel, impossible to reset agent at the end of the episode in each + # of the environments, so resetting here instead + agent.reset() + for t_rollout in range(nb_rollout_steps): + # Predict next action. + action, q, _, _ = agent.step(obs, apply_noise=True, compute_Q=True) + + # Execute next action. + if rank == 0 and render: + env.render() + + # max_action is of dimension A, whereas action is dimension (nenvs, A) - the multiplication gets broadcasted to the batch + new_obs, r, done, info = env.step(max_action * action) # scale for execution in env (as far as DDPG is concerned, every action is in [-1, 1]) + # note these outputs are batched from vecenv + + t += 1 + if rank == 0 and render: + env.render() + episode_reward += r + episode_step += 1 + + # Book-keeping. + epoch_actions.append(action) + epoch_qs.append(q) + agent.store_transition(obs, action, r, new_obs, done) #the batched data will be unrolled in memory.py's append. + + obs = new_obs + + for d in range(len(done)): + if done[d]: + # Episode done. + epoch_episode_rewards.append(episode_reward[d]) + episode_rewards_history.append(episode_reward[d]) + epoch_episode_steps.append(episode_step[d]) + episode_reward[d] = 0. + episode_step[d] = 0 + epoch_episodes += 1 + episodes += 1 + if nenvs == 1: + agent.reset() + + + + # Train. + epoch_actor_losses = [] + epoch_critic_losses = [] + epoch_adaptive_distances = [] + for t_train in range(nb_train_steps): + # Adapt param noise, if necessary. + if memory.nb_entries >= batch_size and t_train % param_noise_adaption_interval == 0: + distance = agent.adapt_param_noise() + epoch_adaptive_distances.append(distance) + + cl, al = agent.train() + epoch_critic_losses.append(cl) + epoch_actor_losses.append(al) + agent.update_target_net() + + # Evaluate. + eval_episode_rewards = [] + eval_qs = [] + if eval_env is not None: + nenvs_eval = eval_obs.shape[0] + eval_episode_reward = np.zeros(nenvs_eval, dtype = np.float32) + for t_rollout in range(nb_eval_steps): + eval_action, eval_q, _, _ = agent.step(eval_obs, apply_noise=False, compute_Q=True) + eval_obs, eval_r, eval_done, eval_info = eval_env.step(max_action * eval_action) # scale for execution in env (as far as DDPG is concerned, every action is in [-1, 1]) + if render_eval: + eval_env.render() + eval_episode_reward += eval_r + + eval_qs.append(eval_q) + for d in range(len(eval_done)): + if eval_done[d]: + eval_episode_rewards.append(eval_episode_reward[d]) + eval_episode_rewards_history.append(eval_episode_reward[d]) + eval_episode_reward[d] = 0.0 + + if MPI is not None: + mpi_size = MPI.COMM_WORLD.Get_size() + else: + mpi_size = 1 + + # Log stats. + # XXX shouldn't call np.mean on variable length lists + duration = time.time() - start_time + stats = agent.get_stats() + combined_stats = stats.copy() + combined_stats['rollout/return'] = np.mean(epoch_episode_rewards) + combined_stats['rollout/return_std'] = np.std(epoch_episode_rewards) + combined_stats['rollout/return_history'] = np.mean(episode_rewards_history) + combined_stats['rollout/return_history_std'] = np.std(episode_rewards_history) + combined_stats['rollout/episode_steps'] = np.mean(epoch_episode_steps) + combined_stats['rollout/actions_mean'] = np.mean(epoch_actions) + combined_stats['rollout/Q_mean'] = np.mean(epoch_qs) + combined_stats['train/loss_actor'] = np.mean(epoch_actor_losses) + combined_stats['train/loss_critic'] = np.mean(epoch_critic_losses) + combined_stats['train/param_noise_distance'] = np.mean(epoch_adaptive_distances) + combined_stats['total/duration'] = duration + combined_stats['total/steps_per_second'] = float(t) / float(duration) + combined_stats['total/episodes'] = episodes + combined_stats['rollout/episodes'] = epoch_episodes + combined_stats['rollout/actions_std'] = np.std(epoch_actions) + # Evaluation statistics. + if eval_env is not None: + combined_stats['eval/return'] = eval_episode_rewards + combined_stats['eval/return_history'] = np.mean(eval_episode_rewards_history) + combined_stats['eval/Q'] = eval_qs + combined_stats['eval/episodes'] = len(eval_episode_rewards) + def as_scalar(x): + if isinstance(x, np.ndarray): + assert x.size == 1 + return x[0] + elif np.isscalar(x): + return x + else: + raise ValueError('expected scalar, got %s'%x) + + combined_stats_sums = np.array([ np.array(x).flatten()[0] for x in combined_stats.values()]) + if MPI is not None: + combined_stats_sums = MPI.COMM_WORLD.allreduce(combined_stats_sums) + + combined_stats = {k : v / mpi_size for (k,v) in zip(combined_stats.keys(), combined_stats_sums)} + + # Total statistics. + combined_stats['total/epochs'] = epoch + 1 + combined_stats['total/steps'] = t + + for key in sorted(combined_stats.keys()): + logger.record_tabular(key, combined_stats[key]) + + if rank == 0: + logger.dump_tabular() + logger.info('') + logdir = logger.get_dir() + if rank == 0 and logdir: + if hasattr(env, 'get_state'): + with open(os.path.join(logdir, 'env_state.pkl'), 'wb') as f: + pickle.dump(env.get_state(), f) + if eval_env and hasattr(eval_env, 'get_state'): + with open(os.path.join(logdir, 'eval_env_state.pkl'), 'wb') as f: + pickle.dump(eval_env.get_state(), f) + + + return agent diff --git a/baselines/ddpg/ddpg_learner.py b/baselines/ddpg/ddpg_learner.py new file mode 100644 index 0000000000000000000000000000000000000000..4c1f276b08b7ece17b1e5bd79359d039698c3da0 --- /dev/null +++ b/baselines/ddpg/ddpg_learner.py @@ -0,0 +1,396 @@ +from copy import copy +from functools import reduce + +import numpy as np +import tensorflow as tf +import tensorflow.contrib as tc + +from baselines import logger +from baselines.common.mpi_adam import MpiAdam +import baselines.common.tf_util as U +from baselines.common.mpi_running_mean_std import RunningMeanStd +try: + from mpi4py import MPI +except ImportError: + MPI = None + +def normalize(x, stats): + if stats is None: + return x + return (x - stats.mean) / (stats.std + 1e-8) + + +def denormalize(x, stats): + if stats is None: + return x + return x * stats.std + stats.mean + +def reduce_std(x, axis=None, keepdims=False): + return tf.sqrt(reduce_var(x, axis=axis, keepdims=keepdims)) + +def reduce_var(x, axis=None, keepdims=False): + m = tf.reduce_mean(input_tensor=x, axis=axis, keepdims=True) + devs_squared = tf.square(x - m) + return tf.reduce_mean(input_tensor=devs_squared, axis=axis, keepdims=keepdims) + +def get_target_updates(vars, target_vars, tau): + logger.info('setting up target updates ...') + soft_updates = [] + init_updates = [] + assert len(vars) == len(target_vars) + for var, target_var in zip(vars, target_vars): + logger.info(' {} <- {}'.format(target_var.name, var.name)) + init_updates.append(tf.compat.v1.assign(target_var, var)) + soft_updates.append(tf.compat.v1.assign(target_var, (1. - tau) * target_var + tau * var)) + assert len(init_updates) == len(vars) + assert len(soft_updates) == len(vars) + return tf.group(*init_updates), tf.group(*soft_updates) + + +def get_perturbed_actor_updates(actor, perturbed_actor, param_noise_stddev): + assert len(actor.vars) == len(perturbed_actor.vars) + assert len(actor.perturbable_vars) == len(perturbed_actor.perturbable_vars) + + updates = [] + for var, perturbed_var in zip(actor.vars, perturbed_actor.vars): + if var in actor.perturbable_vars: + logger.info(' {} <- {} + noise'.format(perturbed_var.name, var.name)) + updates.append(tf.compat.v1.assign(perturbed_var, var + tf.random.normal(tf.shape(input=var), mean=0., stddev=param_noise_stddev))) + else: + logger.info(' {} <- {}'.format(perturbed_var.name, var.name)) + updates.append(tf.compat.v1.assign(perturbed_var, var)) + assert len(updates) == len(actor.vars) + return tf.group(*updates) + + +class DDPG(object): + def __init__(self, actor, critic, memory, observation_shape, action_shape, param_noise=None, action_noise=None, + gamma=0.99, tau=0.001, normalize_returns=False, enable_popart=False, normalize_observations=True, + batch_size=128, observation_range=(-5., 5.), action_range=(-1., 1.), return_range=(-np.inf, np.inf), + critic_l2_reg=0., actor_lr=1e-4, critic_lr=1e-3, clip_norm=None, reward_scale=1.): + # Inputs. + self.obs0 = tf.compat.v1.placeholder(tf.float32, shape=(None,) + observation_shape, name='obs0') + self.obs1 = tf.compat.v1.placeholder(tf.float32, shape=(None,) + observation_shape, name='obs1') + self.terminals1 = tf.compat.v1.placeholder(tf.float32, shape=(None, 1), name='terminals1') + self.rewards = tf.compat.v1.placeholder(tf.float32, shape=(None, 1), name='rewards') + self.actions = tf.compat.v1.placeholder(tf.float32, shape=(None,) + action_shape, name='actions') + self.critic_target = tf.compat.v1.placeholder(tf.float32, shape=(None, 1), name='critic_target') + self.param_noise_stddev = tf.compat.v1.placeholder(tf.float32, shape=(), name='param_noise_stddev') + + # Parameters. + self.gamma = gamma + self.tau = tau + self.memory = memory + self.normalize_observations = normalize_observations + self.normalize_returns = normalize_returns + self.action_noise = action_noise + self.param_noise = param_noise + self.action_range = action_range + self.return_range = return_range + self.observation_range = observation_range + self.critic = critic + self.actor = actor + self.actor_lr = actor_lr + self.critic_lr = critic_lr + self.clip_norm = clip_norm + self.enable_popart = enable_popart + self.reward_scale = reward_scale + self.batch_size = batch_size + self.stats_sample = None + self.critic_l2_reg = critic_l2_reg + + # Observation normalization. + if self.normalize_observations: + with tf.compat.v1.variable_scope('obs_rms'): + self.obs_rms = RunningMeanStd(shape=observation_shape) + else: + self.obs_rms = None + normalized_obs0 = tf.clip_by_value(normalize(self.obs0, self.obs_rms), + self.observation_range[0], self.observation_range[1]) + normalized_obs1 = tf.clip_by_value(normalize(self.obs1, self.obs_rms), + self.observation_range[0], self.observation_range[1]) + + # Return normalization. + if self.normalize_returns: + with tf.compat.v1.variable_scope('ret_rms'): + self.ret_rms = RunningMeanStd() + else: + self.ret_rms = None + + # Create target networks. + target_actor = copy(actor) + target_actor.name = 'target_actor' + self.target_actor = target_actor + target_critic = copy(critic) + target_critic.name = 'target_critic' + self.target_critic = target_critic + + # Create networks and core TF parts that are shared across setup parts. + self.actor_tf = actor(normalized_obs0) + self.normalized_critic_tf = critic(normalized_obs0, self.actions) + self.critic_tf = denormalize(tf.clip_by_value(self.normalized_critic_tf, self.return_range[0], self.return_range[1]), self.ret_rms) + self.normalized_critic_with_actor_tf = critic(normalized_obs0, self.actor_tf, reuse=True) + self.critic_with_actor_tf = denormalize(tf.clip_by_value(self.normalized_critic_with_actor_tf, self.return_range[0], self.return_range[1]), self.ret_rms) + Q_obs1 = denormalize(target_critic(normalized_obs1, target_actor(normalized_obs1)), self.ret_rms) + self.target_Q = self.rewards + (1. - self.terminals1) * gamma * Q_obs1 + + # Set up parts. + if self.param_noise is not None: + self.setup_param_noise(normalized_obs0) + self.setup_actor_optimizer() + self.setup_critic_optimizer() + if self.normalize_returns and self.enable_popart: + self.setup_popart() + self.setup_stats() + self.setup_target_network_updates() + + self.initial_state = None # recurrent architectures not supported yet + + def setup_target_network_updates(self): + actor_init_updates, actor_soft_updates = get_target_updates(self.actor.vars, self.target_actor.vars, self.tau) + critic_init_updates, critic_soft_updates = get_target_updates(self.critic.vars, self.target_critic.vars, self.tau) + self.target_init_updates = [actor_init_updates, critic_init_updates] + self.target_soft_updates = [actor_soft_updates, critic_soft_updates] + + def setup_param_noise(self, normalized_obs0): + assert self.param_noise is not None + + # Configure perturbed actor. + param_noise_actor = copy(self.actor) + param_noise_actor.name = 'param_noise_actor' + self.perturbed_actor_tf = param_noise_actor(normalized_obs0) + logger.info('setting up param noise') + self.perturb_policy_ops = get_perturbed_actor_updates(self.actor, param_noise_actor, self.param_noise_stddev) + + # Configure separate copy for stddev adoption. + adaptive_param_noise_actor = copy(self.actor) + adaptive_param_noise_actor.name = 'adaptive_param_noise_actor' + adaptive_actor_tf = adaptive_param_noise_actor(normalized_obs0) + self.perturb_adaptive_policy_ops = get_perturbed_actor_updates(self.actor, adaptive_param_noise_actor, self.param_noise_stddev) + self.adaptive_policy_distance = tf.sqrt(tf.reduce_mean(input_tensor=tf.square(self.actor_tf - adaptive_actor_tf))) + + def setup_actor_optimizer(self): + logger.info('setting up actor optimizer') + self.actor_loss = -tf.reduce_mean(input_tensor=self.critic_with_actor_tf) + actor_shapes = [var.get_shape().as_list() for var in self.actor.trainable_vars] + actor_nb_params = sum([reduce(lambda x, y: x * y, shape) for shape in actor_shapes]) + logger.info(' actor shapes: {}'.format(actor_shapes)) + logger.info(' actor params: {}'.format(actor_nb_params)) + self.actor_grads = U.flatgrad(self.actor_loss, self.actor.trainable_vars, clip_norm=self.clip_norm) + self.actor_optimizer = MpiAdam(var_list=self.actor.trainable_vars, + beta1=0.9, beta2=0.999, epsilon=1e-08) + + def setup_critic_optimizer(self): + logger.info('setting up critic optimizer') + normalized_critic_target_tf = tf.clip_by_value(normalize(self.critic_target, self.ret_rms), self.return_range[0], self.return_range[1]) + self.critic_loss = tf.reduce_mean(input_tensor=tf.square(self.normalized_critic_tf - normalized_critic_target_tf)) + if self.critic_l2_reg > 0.: + critic_reg_vars = [var for var in self.critic.trainable_vars if var.name.endswith('/w:0') and 'output' not in var.name] + for var in critic_reg_vars: + logger.info(' regularizing: {}'.format(var.name)) + logger.info(' applying l2 regularization with {}'.format(self.critic_l2_reg)) + critic_reg = tc.layers.apply_regularization( + tc.layers.l2_regularizer(self.critic_l2_reg), + weights_list=critic_reg_vars + ) + self.critic_loss += critic_reg + critic_shapes = [var.get_shape().as_list() for var in self.critic.trainable_vars] + critic_nb_params = sum([reduce(lambda x, y: x * y, shape) for shape in critic_shapes]) + logger.info(' critic shapes: {}'.format(critic_shapes)) + logger.info(' critic params: {}'.format(critic_nb_params)) + self.critic_grads = U.flatgrad(self.critic_loss, self.critic.trainable_vars, clip_norm=self.clip_norm) + self.critic_optimizer = MpiAdam(var_list=self.critic.trainable_vars, + beta1=0.9, beta2=0.999, epsilon=1e-08) + + def setup_popart(self): + # See https://arxiv.org/pdf/1602.07714.pdf for details. + self.old_std = tf.compat.v1.placeholder(tf.float32, shape=[1], name='old_std') + new_std = self.ret_rms.std + self.old_mean = tf.compat.v1.placeholder(tf.float32, shape=[1], name='old_mean') + new_mean = self.ret_rms.mean + + self.renormalize_Q_outputs_op = [] + for vs in [self.critic.output_vars, self.target_critic.output_vars]: + assert len(vs) == 2 + M, b = vs + assert 'kernel' in M.name + assert 'bias' in b.name + assert M.get_shape()[-1] == 1 + assert b.get_shape()[-1] == 1 + self.renormalize_Q_outputs_op += [M.assign(M * self.old_std / new_std)] + self.renormalize_Q_outputs_op += [b.assign((b * self.old_std + self.old_mean - new_mean) / new_std)] + + def setup_stats(self): + ops = [] + names = [] + + if self.normalize_returns: + ops += [self.ret_rms.mean, self.ret_rms.std] + names += ['ret_rms_mean', 'ret_rms_std'] + + if self.normalize_observations: + ops += [tf.reduce_mean(input_tensor=self.obs_rms.mean), tf.reduce_mean(input_tensor=self.obs_rms.std)] + names += ['obs_rms_mean', 'obs_rms_std'] + + ops += [tf.reduce_mean(input_tensor=self.critic_tf)] + names += ['reference_Q_mean'] + ops += [reduce_std(self.critic_tf)] + names += ['reference_Q_std'] + + ops += [tf.reduce_mean(input_tensor=self.critic_with_actor_tf)] + names += ['reference_actor_Q_mean'] + ops += [reduce_std(self.critic_with_actor_tf)] + names += ['reference_actor_Q_std'] + + ops += [tf.reduce_mean(input_tensor=self.actor_tf)] + names += ['reference_action_mean'] + ops += [reduce_std(self.actor_tf)] + names += ['reference_action_std'] + + if self.param_noise: + ops += [tf.reduce_mean(input_tensor=self.perturbed_actor_tf)] + names += ['reference_perturbed_action_mean'] + ops += [reduce_std(self.perturbed_actor_tf)] + names += ['reference_perturbed_action_std'] + + self.stats_ops = ops + self.stats_names = names + + def step(self, obs, apply_noise=True, compute_Q=True): + if self.param_noise is not None and apply_noise: + actor_tf = self.perturbed_actor_tf + else: + actor_tf = self.actor_tf + feed_dict = {self.obs0: U.adjust_shape(self.obs0, [obs])} + if compute_Q: + action, q = self.sess.run([actor_tf, self.critic_with_actor_tf], feed_dict=feed_dict) + else: + action = self.sess.run(actor_tf, feed_dict=feed_dict) + q = None + + if self.action_noise is not None and apply_noise: + noise = self.action_noise() + assert noise.shape == action[0].shape + action += noise + action = np.clip(action, self.action_range[0], self.action_range[1]) + + + return action, q, None, None + + def store_transition(self, obs0, action, reward, obs1, terminal1): + reward *= self.reward_scale + + B = obs0.shape[0] + for b in range(B): + self.memory.append(obs0[b], action[b], reward[b], obs1[b], terminal1[b]) + if self.normalize_observations: + self.obs_rms.update(np.array([obs0[b]])) + + def train(self): + # Get a batch. + batch = self.memory.sample(batch_size=self.batch_size) + + if self.normalize_returns and self.enable_popart: + old_mean, old_std, target_Q = self.sess.run([self.ret_rms.mean, self.ret_rms.std, self.target_Q], feed_dict={ + self.obs1: batch['obs1'], + self.rewards: batch['rewards'], + self.terminals1: batch['terminals1'].astype('float32'), + }) + self.ret_rms.update(target_Q.flatten()) + self.sess.run(self.renormalize_Q_outputs_op, feed_dict={ + self.old_std : np.array([old_std]), + self.old_mean : np.array([old_mean]), + }) + + # Run sanity check. Disabled by default since it slows down things considerably. + # print('running sanity check') + # target_Q_new, new_mean, new_std = self.sess.run([self.target_Q, self.ret_rms.mean, self.ret_rms.std], feed_dict={ + # self.obs1: batch['obs1'], + # self.rewards: batch['rewards'], + # self.terminals1: batch['terminals1'].astype('float32'), + # }) + # print(target_Q_new, target_Q, new_mean, new_std) + # assert (np.abs(target_Q - target_Q_new) < 1e-3).all() + else: + target_Q = self.sess.run(self.target_Q, feed_dict={ + self.obs1: batch['obs1'], + self.rewards: batch['rewards'], + self.terminals1: batch['terminals1'].astype('float32'), + }) + + # Get all gradients and perform a synced update. + ops = [self.actor_grads, self.actor_loss, self.critic_grads, self.critic_loss] + actor_grads, actor_loss, critic_grads, critic_loss = self.sess.run(ops, feed_dict={ + self.obs0: batch['obs0'], + self.actions: batch['actions'], + self.critic_target: target_Q, + }) + self.actor_optimizer.update(actor_grads, stepsize=self.actor_lr) + self.critic_optimizer.update(critic_grads, stepsize=self.critic_lr) + + return critic_loss, actor_loss + + def initialize(self, sess): + self.sess = sess + self.sess.run(tf.compat.v1.global_variables_initializer()) + self.actor_optimizer.sync() + self.critic_optimizer.sync() + self.sess.run(self.target_init_updates) + + def update_target_net(self): + self.sess.run(self.target_soft_updates) + + def get_stats(self): + if self.stats_sample is None: + # Get a sample and keep that fixed for all further computations. + # This allows us to estimate the change in value for the same set of inputs. + self.stats_sample = self.memory.sample(batch_size=self.batch_size) + values = self.sess.run(self.stats_ops, feed_dict={ + self.obs0: self.stats_sample['obs0'], + self.actions: self.stats_sample['actions'], + }) + + names = self.stats_names[:] + assert len(names) == len(values) + stats = dict(zip(names, values)) + + if self.param_noise is not None: + stats = {**stats, **self.param_noise.get_stats()} + + return stats + + def adapt_param_noise(self): + try: + from mpi4py import MPI + except ImportError: + MPI = None + + if self.param_noise is None: + return 0. + + # Perturb a separate copy of the policy to adjust the scale for the next "real" perturbation. + batch = self.memory.sample(batch_size=self.batch_size) + self.sess.run(self.perturb_adaptive_policy_ops, feed_dict={ + self.param_noise_stddev: self.param_noise.current_stddev, + }) + distance = self.sess.run(self.adaptive_policy_distance, feed_dict={ + self.obs0: batch['obs0'], + self.param_noise_stddev: self.param_noise.current_stddev, + }) + + if MPI is not None: + mean_distance = MPI.COMM_WORLD.allreduce(distance, op=MPI.SUM) / MPI.COMM_WORLD.Get_size() + else: + mean_distance = distance + + self.param_noise.adapt(mean_distance) + return mean_distance + + def reset(self): + # Reset internal state after an episode is complete. + if self.action_noise is not None: + self.action_noise.reset() + if self.param_noise is not None: + self.sess.run(self.perturb_policy_ops, feed_dict={ + self.param_noise_stddev: self.param_noise.current_stddev, + }) diff --git a/baselines/ddpg/memory.py b/baselines/ddpg/memory.py new file mode 100644 index 0000000000000000000000000000000000000000..715f4c08f0faccf7c4f7287c554a0ca715cca286 --- /dev/null +++ b/baselines/ddpg/memory.py @@ -0,0 +1,83 @@ +import numpy as np + + +class RingBuffer(object): + def __init__(self, maxlen, shape, dtype='float32'): + self.maxlen = maxlen + self.start = 0 + self.length = 0 + self.data = np.zeros((maxlen,) + shape).astype(dtype) + + def __len__(self): + return self.length + + def __getitem__(self, idx): + if idx < 0 or idx >= self.length: + raise KeyError() + return self.data[(self.start + idx) % self.maxlen] + + def get_batch(self, idxs): + return self.data[(self.start + idxs) % self.maxlen] + + def append(self, v): + if self.length < self.maxlen: + # We have space, simply increase the length. + self.length += 1 + elif self.length == self.maxlen: + # No space, "remove" the first item. + self.start = (self.start + 1) % self.maxlen + else: + # This should never happen. + raise RuntimeError() + self.data[(self.start + self.length - 1) % self.maxlen] = v + + +def array_min2d(x): + x = np.array(x) + if x.ndim >= 2: + return x + return x.reshape(-1, 1) + + +class Memory(object): + def __init__(self, limit, action_shape, observation_shape): + self.limit = limit + + self.observations0 = RingBuffer(limit, shape=observation_shape) + self.actions = RingBuffer(limit, shape=action_shape) + self.rewards = RingBuffer(limit, shape=(1,)) + self.terminals1 = RingBuffer(limit, shape=(1,)) + self.observations1 = RingBuffer(limit, shape=observation_shape) + + def sample(self, batch_size): + # Draw such that we always have a proceeding element. + batch_idxs = np.random.randint(self.nb_entries - 2, size=batch_size) + + obs0_batch = self.observations0.get_batch(batch_idxs) + obs1_batch = self.observations1.get_batch(batch_idxs) + action_batch = self.actions.get_batch(batch_idxs) + reward_batch = self.rewards.get_batch(batch_idxs) + terminal1_batch = self.terminals1.get_batch(batch_idxs) + + result = { + 'obs0': array_min2d(obs0_batch), + 'obs1': array_min2d(obs1_batch), + 'rewards': array_min2d(reward_batch), + 'actions': array_min2d(action_batch), + 'terminals1': array_min2d(terminal1_batch), + } + return result + + def append(self, obs0, action, reward, obs1, terminal1, training=True): + if not training: + return + + self.observations0.append(obs0) + self.actions.append(action) + self.rewards.append(reward) + self.observations1.append(obs1) + self.terminals1.append(terminal1) + + @property + def nb_entries(self): + return len(self.observations0) diff --git a/baselines/ddpg/models.py b/baselines/ddpg/models.py new file mode 100644 index 0000000000000000000000000000000000000000..24289bcadcd99585fc80341cf8041cededeb15f7 --- /dev/null +++ b/baselines/ddpg/models.py @@ -0,0 +1,51 @@ +import tensorflow as tf +from baselines.common.models import get_network_builder + + +class Model(object): + def __init__(self, name, network='mlp', **network_kwargs): + self.name = name + self.network_builder = get_network_builder(network)(**network_kwargs) + + @property + def vars(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope=self.name) + + @property + def trainable_vars(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, scope=self.name) + + @property + def perturbable_vars(self): + return [var for var in self.trainable_vars if 'LayerNorm' not in var.name] + + +class Actor(Model): + def __init__(self, nb_actions, name='actor', network='mlp', **network_kwargs): + super().__init__(name=name, network=network, **network_kwargs) + self.nb_actions = nb_actions + + def __call__(self, obs, reuse=False): + with tf.compat.v1.variable_scope(self.name, reuse=tf.compat.v1.AUTO_REUSE): + x = self.network_builder(obs) + x = tf.compat.v1.layers.dense(x, self.nb_actions, kernel_initializer=tf.compat.v1.random_uniform_initializer(minval=-3e-3, maxval=3e-3)) + x = tf.nn.tanh(x) + return x + + +class Critic(Model): + def __init__(self, name='critic', network='mlp', **network_kwargs): + super().__init__(name=name, network=network, **network_kwargs) + self.layer_norm = True + + def __call__(self, obs, action, reuse=False): + with tf.compat.v1.variable_scope(self.name, reuse=tf.compat.v1.AUTO_REUSE): + x = tf.concat([obs, action], axis=-1) # this assumes observation and action can be concatenated + x = self.network_builder(x) + x = tf.compat.v1.layers.dense(x, 1, kernel_initializer=tf.compat.v1.random_uniform_initializer(minval=-3e-3, maxval=3e-3), name='output') + return x + + @property + def output_vars(self): + output_vars = [var for var in self.trainable_vars if 'output' in var.name] + return output_vars diff --git a/baselines/ddpg/noise.py b/baselines/ddpg/noise.py new file mode 100644 index 0000000000000000000000000000000000000000..c48d0d6a2288677e05950623f5c93d1e87c2071a --- /dev/null +++ b/baselines/ddpg/noise.py @@ -0,0 +1,67 @@ +import numpy as np + + +class AdaptiveParamNoiseSpec(object): + def __init__(self, initial_stddev=0.1, desired_action_stddev=0.1, adoption_coefficient=1.01): + self.initial_stddev = initial_stddev + self.desired_action_stddev = desired_action_stddev + self.adoption_coefficient = adoption_coefficient + + self.current_stddev = initial_stddev + + def adapt(self, distance): + if distance > self.desired_action_stddev: + # Decrease stddev. + self.current_stddev /= self.adoption_coefficient + else: + # Increase stddev. + self.current_stddev *= self.adoption_coefficient + + def get_stats(self): + stats = { + 'param_noise_stddev': self.current_stddev, + } + return stats + + def __repr__(self): + fmt = 'AdaptiveParamNoiseSpec(initial_stddev={}, desired_action_stddev={}, adoption_coefficient={})' + return fmt.format(self.initial_stddev, self.desired_action_stddev, self.adoption_coefficient) + + +class ActionNoise(object): + def reset(self): + pass + + +class NormalActionNoise(ActionNoise): + def __init__(self, mu, sigma): + self.mu = mu + self.sigma = sigma + + def __call__(self): + return np.random.normal(self.mu, self.sigma) + + def __repr__(self): + return 'NormalActionNoise(mu={}, sigma={})'.format(self.mu, self.sigma) + + +# Based on http://math.stackexchange.com/questions/1287634/implementing-ornstein-uhlenbeck-in-matlab +class OrnsteinUhlenbeckActionNoise(ActionNoise): + def __init__(self, mu, sigma, theta=.15, dt=1e-2, x0=None): + self.theta = theta + self.mu = mu + self.sigma = sigma + self.dt = dt + self.x0 = x0 + self.reset() + + def __call__(self): + x = self.x_prev + self.theta * (self.mu - self.x_prev) * self.dt + self.sigma * np.sqrt(self.dt) * np.random.normal(size=self.mu.shape) + self.x_prev = x + return x + + def reset(self): + self.x_prev = self.x0 if self.x0 is not None else np.zeros_like(self.mu) + + def __repr__(self): + return 'OrnsteinUhlenbeckActionNoise(mu={}, sigma={})'.format(self.mu, self.sigma) diff --git a/baselines/ddpg/test_smoke.py b/baselines/ddpg/test_smoke.py new file mode 100644 index 0000000000000000000000000000000000000000..bd7eba66417c313606d8d05ee11f1f42c64dbf3f --- /dev/null +++ b/baselines/ddpg/test_smoke.py @@ -0,0 +1,16 @@ +from baselines.common.tests.util import smoketest +def _run(argstr): + smoketest('--alg=ddpg --env=Pendulum-v0 --num_timesteps=0 ' + argstr) + +def test_popart(): + _run('--normalize_returns=True --popart=True') + +def test_noise_normal(): + _run('--noise_type=normal_0.1') + +def test_noise_ou(): + _run('--noise_type=ou_0.1') + +def test_noise_adaptive(): + _run('--noise_type=adaptive-param_0.2,normal_0.1') + diff --git a/baselines/deepq/README.md b/baselines/deepq/README.md new file mode 100644 index 0000000000000000000000000000000000000000..51fcbefb723a7e51a4b518550cb2795d74f5fa45 --- /dev/null +++ b/baselines/deepq/README.md @@ -0,0 +1,37 @@ +## If you are curious. + +##### Train a Cartpole agent and watch it play once it converges! + +Here's a list of commands to run to quickly get a working example: + + + + +```bash +# Train model and save the results to cartpole_model.pkl +python -m baselines.run --alg=deepq --env=CartPole-v0 --save_path=./cartpole_model.pkl --num_timesteps=1e5 +# Load the model saved in cartpole_model.pkl and visualize the learned policy +python -m baselines.run --alg=deepq --env=CartPole-v0 --load_path=./cartpole_model.pkl --num_timesteps=0 --play +``` + +## If you wish to apply DQN to solve a problem. + +Check out our simple agent trained with one stop shop `deepq.learn` function. + +- [baselines/deepq/experiments/train_cartpole.py](experiments/train_cartpole.py) - train a Cartpole agent. + +In particular notice that once `deepq.learn` finishes training it returns `act` function which can be used to select actions in the environment. Once trained you can easily save it and load at later time. Complimentary file `enjoy_cartpole.py` loads and visualizes the learned policy. + +## If you wish to experiment with the algorithm + +##### Check out the examples + +- [baselines/deepq/experiments/custom_cartpole.py](experiments/custom_cartpole.py) - Cartpole training with more fine grained control over the internals of DQN algorithm. +- [baselines/deepq/defaults.py](defaults.py) - settings for training on atari. Run + +```bash +python -m baselines.run --alg=deepq --env=PongNoFrameskip-v4 +``` +to train on Atari Pong (see more in repo-wide [README.md](../../README.md#training-models)) + + diff --git a/baselines/deepq/__init__.py b/baselines/deepq/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..7f1a15cd42195321efdf29ce564aab830c247070 --- /dev/null +++ b/baselines/deepq/__init__.py @@ -0,0 +1,8 @@ +from baselines.deepq import models # noqa +from baselines.deepq.build_graph import build_act, build_train # noqa +from baselines.deepq.deepq import learn, load_act # noqa +from baselines.deepq.replay_buffer import ReplayBuffer, PrioritizedReplayBuffer # noqa + +def wrap_atari_dqn(env): + from baselines.common.atari_wrappers import wrap_deepmind + return wrap_deepmind(env, frame_stack=True, scale=False) diff --git a/baselines/deepq/build_graph.py b/baselines/deepq/build_graph.py new file mode 100644 index 0000000000000000000000000000000000000000..d7da6b07660a1a1a15f0b968c3a2185c06864c5d --- /dev/null +++ b/baselines/deepq/build_graph.py @@ -0,0 +1,449 @@ +"""Deep Q learning graph + +The functions in this file can are used to create the following functions: + +======= act ======== + + Function to chose an action given an observation + + Parameters + ---------- + observation: object + Observation that can be feed into the output of make_obs_ph + stochastic: bool + if set to False all the actions are always deterministic (default False) + update_eps_ph: float + update epsilon a new value, if negative no update happens + (default: no update) + + Returns + ------- + Tensor of dtype tf.int64 and shape (BATCH_SIZE,) with an action to be performed for + every element of the batch. + + +======= act (in case of parameter noise) ======== + + Function to chose an action given an observation + + Parameters + ---------- + observation: object + Observation that can be feed into the output of make_obs_ph + stochastic: bool + if set to False all the actions are always deterministic (default False) + update_eps_ph: float + update epsilon to a new value, if negative no update happens + (default: no update) + reset_ph: bool + reset the perturbed policy by sampling a new perturbation + update_param_noise_threshold_ph: float + the desired threshold for the difference between non-perturbed and perturbed policy + update_param_noise_scale_ph: bool + whether or not to update the scale of the noise for the next time it is re-perturbed + + Returns + ------- + Tensor of dtype tf.int64 and shape (BATCH_SIZE,) with an action to be performed for + every element of the batch. + + +======= train ======= + + Function that takes a transition (s,a,r,s') and optimizes Bellman equation's error: + + td_error = Q(s,a) - (r + gamma * max_a' Q(s', a')) + loss = huber_loss[td_error] + + Parameters + ---------- + obs_t: object + a batch of observations + action: np.array + actions that were selected upon seeing obs_t. + dtype must be int32 and shape must be (batch_size,) + reward: np.array + immediate reward attained after executing those actions + dtype must be float32 and shape must be (batch_size,) + obs_tp1: object + observations that followed obs_t + done: np.array + 1 if obs_t was the last observation in the episode and 0 otherwise + obs_tp1 gets ignored, but must be of the valid shape. + dtype must be float32 and shape must be (batch_size,) + weight: np.array + imporance weights for every element of the batch (gradient is multiplied + by the importance weight) dtype must be float32 and shape must be (batch_size,) + + Returns + ------- + td_error: np.array + a list of differences between Q(s,a) and the target in Bellman's equation. + dtype is float32 and shape is (batch_size,) + +======= update_target ======== + + copy the parameters from optimized Q function to the target Q function. + In Q learning we actually optimize the following error: + + Q(s,a) - (r + gamma * max_a' Q'(s', a')) + + Where Q' is lagging behind Q to stablize the learning. For example for Atari + + Q' is set to Q once every 10000 updates training steps. + +""" +import tensorflow as tf +import baselines.common.tf_util as U + + +def scope_vars(scope, trainable_only=False): + """ + Get variables inside a scope + The scope can be specified as a string + Parameters + ---------- + scope: str or VariableScope + scope in which the variables reside. + trainable_only: bool + whether or not to return only the variables that were marked as trainable. + Returns + ------- + vars: [tf.Variable] + list of variables in `scope`. + """ + return tf.compat.v1.get_collection( + tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES if trainable_only else tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, + scope=scope if isinstance(scope, str) else scope.name + ) + + +def scope_name(): + """Returns the name of current scope as a string, e.g. deepq/q_func""" + return tf.compat.v1.get_variable_scope().name + + +def absolute_scope_name(relative_scope_name): + """Appends parent scope name to `relative_scope_name`""" + return scope_name() + "/" + relative_scope_name + + +def default_param_noise_filter(var): + if var not in tf.compat.v1.trainable_variables(): + # We never perturb non-trainable vars. + return False + if "fully_connected" in var.name: + # We perturb fully-connected layers. + return True + + # The remaining layers are likely conv or layer norm layers, which we do not wish to + # perturb (in the former case because they only extract features, in the latter case because + # we use them for normalization purposes). If you change your network, you will likely want + # to re-consider which layers to perturb and which to keep untouched. + return False + + +def build_act(make_obs_ph, q_func, num_actions, scope="deepq", reuse=None): + """Creates the act function: + + Parameters + ---------- + make_obs_ph: str -> tf.placeholder or TfInput + a function that take a name and creates a placeholder of input with that name + q_func: (tf.Variable, int, str, bool) -> tf.Variable + the model that takes the following inputs: + observation_in: object + the output of observation placeholder + num_actions: int + number of actions + scope: str + reuse: bool + should be passed to outer variable scope + and returns a tensor of shape (batch_size, num_actions) with values of every action. + num_actions: int + number of actions. + scope: str or VariableScope + optional scope for variable_scope. + reuse: bool or None + whether or not the variables should be reused. To be able to reuse the scope must be given. + + Returns + ------- + act: (tf.Variable, bool, float) -> tf.Variable + function to select and action given observation. +` See the top of the file for details. + """ + with tf.compat.v1.variable_scope(scope, reuse=reuse): + observations_ph = make_obs_ph("observation") + stochastic_ph = tf.compat.v1.placeholder(tf.bool, (), name="stochastic") + update_eps_ph = tf.compat.v1.placeholder(tf.float32, (), name="update_eps") + + eps = tf.compat.v1.get_variable("eps", (), initializer=tf.compat.v1.constant_initializer(0)) + + q_values = q_func(observations_ph.get(), num_actions, scope="q_func") + deterministic_actions = tf.argmax(input=q_values, axis=1) + + batch_size = tf.shape(input=observations_ph.get())[0] + random_actions = tf.random.uniform(tf.stack([batch_size]), minval=0, maxval=num_actions, dtype=tf.int64) + chose_random = tf.random.uniform(tf.stack([batch_size]), minval=0, maxval=1, dtype=tf.float32) < eps + stochastic_actions = tf.compat.v1.where(chose_random, random_actions, deterministic_actions) + + output_actions = tf.cond(pred=stochastic_ph, true_fn=lambda: stochastic_actions, false_fn=lambda: deterministic_actions) + update_eps_expr = eps.assign(tf.cond(pred=update_eps_ph >= 0, true_fn=lambda: update_eps_ph, false_fn=lambda: eps)) + _act = U.function(inputs=[observations_ph, stochastic_ph, update_eps_ph], + outputs=output_actions, + givens={update_eps_ph: -1.0, stochastic_ph: True}, + updates=[update_eps_expr]) + def act(ob, stochastic=True, update_eps=-1): + return _act(ob, stochastic, update_eps) + return act + + +def build_act_with_param_noise(make_obs_ph, q_func, num_actions, scope="deepq", reuse=None, param_noise_filter_func=None): + """Creates the act function with support for parameter space noise exploration (https://arxiv.org/abs/1706.01905): + + Parameters + ---------- + make_obs_ph: str -> tf.placeholder or TfInput + a function that take a name and creates a placeholder of input with that name + q_func: (tf.Variable, int, str, bool) -> tf.Variable + the model that takes the following inputs: + observation_in: object + the output of observation placeholder + num_actions: int + number of actions + scope: str + reuse: bool + should be passed to outer variable scope + and returns a tensor of shape (batch_size, num_actions) with values of every action. + num_actions: int + number of actions. + scope: str or VariableScope + optional scope for variable_scope. + reuse: bool or None + whether or not the variables should be reused. To be able to reuse the scope must be given. + param_noise_filter_func: tf.Variable -> bool + function that decides whether or not a variable should be perturbed. Only applicable + if param_noise is True. If set to None, default_param_noise_filter is used by default. + + Returns + ------- + act: (tf.Variable, bool, float, bool, float, bool) -> tf.Variable + function to select and action given observation. +` See the top of the file for details. + """ + if param_noise_filter_func is None: + param_noise_filter_func = default_param_noise_filter + + with tf.compat.v1.variable_scope(scope, reuse=reuse): + observations_ph = make_obs_ph("observation") + stochastic_ph = tf.compat.v1.placeholder(tf.bool, (), name="stochastic") + update_eps_ph = tf.compat.v1.placeholder(tf.float32, (), name="update_eps") + update_param_noise_threshold_ph = tf.compat.v1.placeholder(tf.float32, (), name="update_param_noise_threshold") + update_param_noise_scale_ph = tf.compat.v1.placeholder(tf.bool, (), name="update_param_noise_scale") + reset_ph = tf.compat.v1.placeholder(tf.bool, (), name="reset") + + eps = tf.compat.v1.get_variable("eps", (), initializer=tf.compat.v1.constant_initializer(0)) + param_noise_scale = tf.compat.v1.get_variable("param_noise_scale", (), initializer=tf.compat.v1.constant_initializer(0.01), trainable=False) + param_noise_threshold = tf.compat.v1.get_variable("param_noise_threshold", (), initializer=tf.compat.v1.constant_initializer(0.05), trainable=False) + + # Unmodified Q. + q_values = q_func(observations_ph.get(), num_actions, scope="q_func") + + # Perturbable Q used for the actual rollout. + q_values_perturbed = q_func(observations_ph.get(), num_actions, scope="perturbed_q_func") + # We have to wrap this code into a function due to the way tf.cond() works. See + # https://stackoverflow.com/questions/37063952/confused-by-the-behavior-of-tf-cond for + # a more detailed discussion. + def perturb_vars(original_scope, perturbed_scope): + all_vars = scope_vars(absolute_scope_name(original_scope)) + all_perturbed_vars = scope_vars(absolute_scope_name(perturbed_scope)) + assert len(all_vars) == len(all_perturbed_vars) + perturb_ops = [] + for var, perturbed_var in zip(all_vars, all_perturbed_vars): + if param_noise_filter_func(perturbed_var): + # Perturb this variable. + op = tf.compat.v1.assign(perturbed_var, var + tf.random.normal(shape=tf.shape(input=var), mean=0., stddev=param_noise_scale)) + else: + # Do not perturb, just assign. + op = tf.compat.v1.assign(perturbed_var, var) + perturb_ops.append(op) + assert len(perturb_ops) == len(all_vars) + return tf.group(*perturb_ops) + + # Set up functionality to re-compute `param_noise_scale`. This perturbs yet another copy + # of the network and measures the effect of that perturbation in action space. If the perturbation + # is too big, reduce scale of perturbation, otherwise increase. + q_values_adaptive = q_func(observations_ph.get(), num_actions, scope="adaptive_q_func") + perturb_for_adaption = perturb_vars(original_scope="q_func", perturbed_scope="adaptive_q_func") + kl = tf.reduce_sum(input_tensor=tf.nn.softmax(q_values) * (tf.math.log(tf.nn.softmax(q_values)) - tf.math.log(tf.nn.softmax(q_values_adaptive))), axis=-1) + mean_kl = tf.reduce_mean(input_tensor=kl) + def update_scale(): + with tf.control_dependencies([perturb_for_adaption]): + update_scale_expr = tf.cond(pred=mean_kl < param_noise_threshold, + true_fn=lambda: param_noise_scale.assign(param_noise_scale * 1.01), + false_fn=lambda: param_noise_scale.assign(param_noise_scale / 1.01), + ) + return update_scale_expr + + # Functionality to update the threshold for parameter space noise. + update_param_noise_threshold_expr = param_noise_threshold.assign(tf.cond(pred=update_param_noise_threshold_ph >= 0, + true_fn=lambda: update_param_noise_threshold_ph, false_fn=lambda: param_noise_threshold)) + + # Put everything together. + deterministic_actions = tf.argmax(input=q_values_perturbed, axis=1) + batch_size = tf.shape(input=observations_ph.get())[0] + random_actions = tf.random.uniform(tf.stack([batch_size]), minval=0, maxval=num_actions, dtype=tf.int64) + chose_random = tf.random.uniform(tf.stack([batch_size]), minval=0, maxval=1, dtype=tf.float32) < eps + stochastic_actions = tf.compat.v1.where(chose_random, random_actions, deterministic_actions) + + output_actions = tf.cond(pred=stochastic_ph, true_fn=lambda: stochastic_actions, false_fn=lambda: deterministic_actions) + update_eps_expr = eps.assign(tf.cond(pred=update_eps_ph >= 0, true_fn=lambda: update_eps_ph, false_fn=lambda: eps)) + updates = [ + update_eps_expr, + tf.cond(pred=reset_ph, true_fn=lambda: perturb_vars(original_scope="q_func", perturbed_scope="perturbed_q_func"), false_fn=lambda: tf.group(*[])), + tf.cond(pred=update_param_noise_scale_ph, true_fn=lambda: update_scale(), false_fn=lambda: tf.Variable(0., trainable=False)), + update_param_noise_threshold_expr, + ] + _act = U.function(inputs=[observations_ph, stochastic_ph, update_eps_ph, reset_ph, update_param_noise_threshold_ph, update_param_noise_scale_ph], + outputs=output_actions, + givens={update_eps_ph: -1.0, stochastic_ph: True, reset_ph: False, update_param_noise_threshold_ph: False, update_param_noise_scale_ph: False}, + updates=updates) + def act(ob, reset=False, update_param_noise_threshold=False, update_param_noise_scale=False, stochastic=True, update_eps=-1): + return _act(ob, stochastic, update_eps, reset, update_param_noise_threshold, update_param_noise_scale) + return act + + +def build_train(make_obs_ph, q_func, num_actions, optimizer, grad_norm_clipping=None, gamma=1.0, + double_q=True, scope="deepq", reuse=None, param_noise=False, param_noise_filter_func=None): + """Creates the train function: + + Parameters + ---------- + make_obs_ph: str -> tf.placeholder or TfInput + a function that takes a name and creates a placeholder of input with that name + q_func: (tf.Variable, int, str, bool) -> tf.Variable + the model that takes the following inputs: + observation_in: object + the output of observation placeholder + num_actions: int + number of actions + scope: str + reuse: bool + should be passed to outer variable scope + and returns a tensor of shape (batch_size, num_actions) with values of every action. + num_actions: int + number of actions + reuse: bool + whether or not to reuse the graph variables + optimizer: tf.train.Optimizer + optimizer to use for the Q-learning objective. + grad_norm_clipping: float or None + clip gradient norms to this value. If None no clipping is performed. + gamma: float + discount rate. + double_q: bool + if true will use Double Q Learning (https://arxiv.org/abs/1509.06461). + In general it is a good idea to keep it enabled. + scope: str or VariableScope + optional scope for variable_scope. + reuse: bool or None + whether or not the variables should be reused. To be able to reuse the scope must be given. + param_noise: bool + whether or not to use parameter space noise (https://arxiv.org/abs/1706.01905) + param_noise_filter_func: tf.Variable -> bool + function that decides whether or not a variable should be perturbed. Only applicable + if param_noise is True. If set to None, default_param_noise_filter is used by default. + + Returns + ------- + act: (tf.Variable, bool, float) -> tf.Variable + function to select and action given observation. +` See the top of the file for details. + train: (object, np.array, np.array, object, np.array, np.array) -> np.array + optimize the error in Bellman's equation. +` See the top of the file for details. + update_target: () -> () + copy the parameters from optimized Q function to the target Q function. +` See the top of the file for details. + debug: {str: function} + a bunch of functions to print debug data like q_values. + """ + if param_noise: + act_f = build_act_with_param_noise(make_obs_ph, q_func, num_actions, scope=scope, reuse=reuse, + param_noise_filter_func=param_noise_filter_func) + else: + act_f = build_act(make_obs_ph, q_func, num_actions, scope=scope, reuse=reuse) + + with tf.compat.v1.variable_scope(scope, reuse=reuse): + # set up placeholders + obs_t_input = make_obs_ph("obs_t") + act_t_ph = tf.compat.v1.placeholder(tf.int32, [None], name="action") + rew_t_ph = tf.compat.v1.placeholder(tf.float32, [None], name="reward") + obs_tp1_input = make_obs_ph("obs_tp1") + done_mask_ph = tf.compat.v1.placeholder(tf.float32, [None], name="done") + importance_weights_ph = tf.compat.v1.placeholder(tf.float32, [None], name="weight") + + # q network evaluation + q_t = q_func(obs_t_input.get(), num_actions, scope="q_func", reuse=True) # reuse parameters from act + q_func_vars = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope=tf.compat.v1.get_variable_scope().name + "/q_func") + + # target q network evalution + q_tp1 = q_func(obs_tp1_input.get(), num_actions, scope="target_q_func") + target_q_func_vars = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope=tf.compat.v1.get_variable_scope().name + "/target_q_func") + + # q scores for actions which we know were selected in the given state. + q_t_selected = tf.reduce_sum(input_tensor=q_t * tf.one_hot(act_t_ph, num_actions), axis=1) + + # compute estimate of best possible value starting from state at t + 1 + if double_q: + q_tp1_using_online_net = q_func(obs_tp1_input.get(), num_actions, scope="q_func", reuse=True) + q_tp1_best_using_online_net = tf.argmax(input=q_tp1_using_online_net, axis=1) + q_tp1_best = tf.reduce_sum(input_tensor=q_tp1 * tf.one_hot(q_tp1_best_using_online_net, num_actions), axis=1) + else: + q_tp1_best = tf.reduce_max(input_tensor=q_tp1, axis=1) + q_tp1_best_masked = (1.0 - done_mask_ph) * q_tp1_best + + # compute RHS of bellman equation + q_t_selected_target = rew_t_ph + gamma * q_tp1_best_masked + + # compute the error (potentially clipped) + td_error = q_t_selected - tf.stop_gradient(q_t_selected_target) + errors = U.huber_loss(td_error) + weighted_error = tf.reduce_mean(input_tensor=importance_weights_ph * errors) + + # compute optimization op (potentially with gradient clipping) + if grad_norm_clipping is not None: + gradients = optimizer.compute_gradients(weighted_error, var_list=q_func_vars) + for i, (grad, var) in enumerate(gradients): + if grad is not None: + gradients[i] = (tf.clip_by_norm(grad, grad_norm_clipping), var) + optimize_expr = optimizer.apply_gradients(gradients) + else: + optimize_expr = optimizer.minimize(weighted_error, var_list=q_func_vars) + + # update_target_fn will be called periodically to copy Q network to target Q network + update_target_expr = [] + for var, var_target in zip(sorted(q_func_vars, key=lambda v: v.name), + sorted(target_q_func_vars, key=lambda v: v.name)): + update_target_expr.append(var_target.assign(var)) + update_target_expr = tf.group(*update_target_expr) + + # Create callable functions + train = U.function( + inputs=[ + obs_t_input, + act_t_ph, + rew_t_ph, + obs_tp1_input, + done_mask_ph, + importance_weights_ph + ], + outputs=td_error, + updates=[optimize_expr] + ) + update_target = U.function([], [], updates=[update_target_expr]) + + q_values = U.function([obs_t_input], q_t) + + return act_f, train, update_target, {'q_values': q_values} diff --git a/baselines/deepq/deepq.py b/baselines/deepq/deepq.py new file mode 100644 index 0000000000000000000000000000000000000000..d2d00b4ce89f9f1359867f39ac745bad7f0403c6 --- /dev/null +++ b/baselines/deepq/deepq.py @@ -0,0 +1,332 @@ +import os +import tempfile + +import tensorflow as tf +import zipfile +import cloudpickle +import numpy as np + +import baselines.common.tf_util as U +from baselines.common.tf_util import load_variables, save_variables +from baselines import logger +from baselines.common.schedules import LinearSchedule +from baselines.common import set_global_seeds + +from baselines import deepq +from baselines.deepq.replay_buffer import ReplayBuffer, PrioritizedReplayBuffer +from baselines.deepq.utils import ObservationInput + +from baselines.common.tf_util import get_session +from baselines.deepq.models import build_q_func + + +class ActWrapper(object): + def __init__(self, act, act_params): + self._act = act + self._act_params = act_params + self.initial_state = None + + @staticmethod + def load_act(path): + with open(path, "rb") as f: + model_data, act_params = cloudpickle.load(f) + act = deepq.build_act(**act_params) + sess = tf.compat.v1.Session() + sess.__enter__() + with tempfile.TemporaryDirectory() as td: + arc_path = os.path.join(td, "packed.zip") + with open(arc_path, "wb") as f: + f.write(model_data) + + zipfile.ZipFile(arc_path, 'r', zipfile.ZIP_DEFLATED).extractall(td) + load_variables(os.path.join(td, "model")) + + return ActWrapper(act, act_params) + + def __call__(self, *args, **kwargs): + return self._act(*args, **kwargs) + + def step(self, observation, **kwargs): + # DQN doesn't use RNNs so we ignore states and masks + kwargs.pop('S', None) + kwargs.pop('M', None) + return self._act([observation], **kwargs), None, None, None + + def save_act(self, path=None): + """Save model to a pickle located at `path`""" + if path is None: + path = os.path.join(logger.get_dir(), "model.pkl") + + with tempfile.TemporaryDirectory() as td: + save_variables(os.path.join(td, "model")) + arc_name = os.path.join(td, "packed.zip") + with zipfile.ZipFile(arc_name, 'w') as zipf: + for root, dirs, files in os.walk(td): + for fname in files: + file_path = os.path.join(root, fname) + if file_path != arc_name: + zipf.write(file_path, os.path.relpath(file_path, td)) + with open(arc_name, "rb") as f: + model_data = f.read() + with open(path, "wb") as f: + cloudpickle.dump((model_data, self._act_params), f) + + def save(self, path): + save_variables(path) + + +def load_act(path): + """Load act function that was returned by learn function. + + Parameters + ---------- + path: str + path to the act function pickle + + Returns + ------- + act: ActWrapper + function that takes a batch of observations + and returns actions. + """ + return ActWrapper.load_act(path) + + +def learn(env, + network, + seed=None, + lr=5e-4, + total_timesteps=100000, + buffer_size=50000, + exploration_fraction=0.1, + exploration_final_eps=0.02, + train_freq=1, + batch_size=32, + print_freq=100, + checkpoint_freq=10000, + checkpoint_path=None, + learning_starts=1000, + gamma=1.0, + target_network_update_freq=500, + prioritized_replay=False, + prioritized_replay_alpha=0.6, + prioritized_replay_beta0=0.4, + prioritized_replay_beta_iters=None, + prioritized_replay_eps=1e-6, + param_noise=False, + callback=None, + load_path=None, + **network_kwargs + ): + """Train a deepq model. + + Parameters + ------- + env: gym.Env + environment to train on + network: string or a function + neural network to use as a q function approximator. If string, has to be one of the names of registered models in baselines.common.models + (mlp, cnn, conv_only). If a function, should take an observation tensor and return a latent variable tensor, which + will be mapped to the Q function heads (see build_q_func in baselines.deepq.models for details on that) + seed: int or None + prng seed. The runs with the same seed "should" give the same results. If None, no seeding is used. + lr: float + learning rate for adam optimizer + total_timesteps: int + number of env steps to optimizer for + buffer_size: int + size of the replay buffer + exploration_fraction: float + fraction of entire training period over which the exploration rate is annealed + exploration_final_eps: float + final value of random action probability + train_freq: int + update the model every `train_freq` steps. + batch_size: int + size of a batch sampled from replay buffer for training + print_freq: int + how often to print out training progress + set to None to disable printing + checkpoint_freq: int + how often to save the model. This is so that the best version is restored + at the end of the training. If you do not wish to restore the best version at + the end of the training set this variable to None. + learning_starts: int + how many steps of the model to collect transitions for before learning starts + gamma: float + discount factor + target_network_update_freq: int + update the target network every `target_network_update_freq` steps. + prioritized_replay: True + if True prioritized replay buffer will be used. + prioritized_replay_alpha: float + alpha parameter for prioritized replay buffer + prioritized_replay_beta0: float + initial value of beta for prioritized replay buffer + prioritized_replay_beta_iters: int + number of iterations over which beta will be annealed from initial value + to 1.0. If set to None equals to total_timesteps. + prioritized_replay_eps: float + epsilon to add to the TD errors when updating priorities. + param_noise: bool + whether or not to use parameter space noise (https://arxiv.org/abs/1706.01905) + callback: (locals, globals) -> None + function called at every steps with state of the algorithm. + If callback returns true training stops. + load_path: str + path to load the model from. (default: None) + **network_kwargs + additional keyword arguments to pass to the network builder. + + Returns + ------- + act: ActWrapper + Wrapper over act function. Adds ability to save it and load it. + See header of baselines/deepq/categorical.py for details on the act function. + """ + # Create all the functions necessary to train the model + + sess = get_session() + set_global_seeds(seed) + + q_func = build_q_func(network, **network_kwargs) + + # capture the shape outside the closure so that the env object is not serialized + # by cloudpickle when serializing make_obs_ph + + observation_space = env.observation_space + def make_obs_ph(name): + return ObservationInput(observation_space, name=name) + + act, train, update_target, debug = deepq.build_train( + make_obs_ph=make_obs_ph, + q_func=q_func, + num_actions=env.action_space.n, + optimizer=tf.compat.v1.train.AdamOptimizer(learning_rate=lr), + gamma=gamma, + grad_norm_clipping=10, + param_noise=param_noise + ) + + act_params = { + 'make_obs_ph': make_obs_ph, + 'q_func': q_func, + 'num_actions': env.action_space.n, + } + + act = ActWrapper(act, act_params) + + # Create the replay buffer + if prioritized_replay: + replay_buffer = PrioritizedReplayBuffer(buffer_size, alpha=prioritized_replay_alpha) + if prioritized_replay_beta_iters is None: + prioritized_replay_beta_iters = total_timesteps + beta_schedule = LinearSchedule(prioritized_replay_beta_iters, + initial_p=prioritized_replay_beta0, + final_p=1.0) + else: + replay_buffer = ReplayBuffer(buffer_size) + beta_schedule = None + # Create the schedule for exploration starting from 1. + exploration = LinearSchedule(schedule_timesteps=int(exploration_fraction * total_timesteps), + initial_p=1.0, + final_p=exploration_final_eps) + + # Initialize the parameters and copy them to the target network. + U.initialize() + update_target() + + episode_rewards = [0.0] + saved_mean_reward = None + obs = env.reset() + reset = True + + with tempfile.TemporaryDirectory() as td: + td = checkpoint_path or td + + model_file = os.path.join(td, "model") + model_saved = False + + if tf.train.latest_checkpoint(td) is not None: + load_variables(model_file) + logger.log('Loaded model from {}'.format(model_file)) + model_saved = True + elif load_path is not None: + load_variables(load_path) + logger.log('Loaded model from {}'.format(load_path)) + + + for t in range(total_timesteps): + if callback is not None: + if callback(locals(), globals()): + break + # Take action and update exploration to the newest value + kwargs = {} + if not param_noise: + update_eps = exploration.value(t) + update_param_noise_threshold = 0. + else: + update_eps = 0. + # Compute the threshold such that the KL divergence between perturbed and non-perturbed + # policy is comparable to eps-greedy exploration with eps = exploration.value(t). + # See Appendix C.1 in Parameter Space Noise for Exploration, Plappert et al., 2017 + # for detailed explanation. + update_param_noise_threshold = -np.log(1. - exploration.value(t) + exploration.value(t) / float(env.action_space.n)) + kwargs['reset'] = reset + kwargs['update_param_noise_threshold'] = update_param_noise_threshold + kwargs['update_param_noise_scale'] = True + action = act(np.array(obs)[None], update_eps=update_eps, **kwargs)[0] + env_action = action + reset = False + new_obs, rew, done, _ = env.step(env_action) + # Store transition in the replay buffer. + replay_buffer.add(obs, action, rew, new_obs, float(done)) + obs = new_obs + + episode_rewards[-1] += rew + if done: + obs = env.reset() + episode_rewards.append(0.0) + reset = True + + if t > learning_starts and t % train_freq == 0: + # Minimize the error in Bellman's equation on a batch sampled from replay buffer. + if prioritized_replay: + experience = replay_buffer.sample(batch_size, beta=beta_schedule.value(t)) + (obses_t, actions, rewards, obses_tp1, dones, weights, batch_idxes) = experience + else: + obses_t, actions, rewards, obses_tp1, dones = replay_buffer.sample(batch_size) + weights, batch_idxes = np.ones_like(rewards), None + td_errors = train(obses_t, actions, rewards, obses_tp1, dones, weights) + if prioritized_replay: + new_priorities = np.abs(td_errors) + prioritized_replay_eps + replay_buffer.update_priorities(batch_idxes, new_priorities) + + if t > learning_starts and t % target_network_update_freq == 0: + # Update target network periodically. + update_target() + + mean_100ep_reward = round(np.mean(episode_rewards[-101:-1]), 1) + num_episodes = len(episode_rewards) + if done and print_freq is not None and len(episode_rewards) % print_freq == 0: + logger.record_tabular("steps", t) + logger.record_tabular("episodes", num_episodes) + logger.record_tabular("mean 100 episode reward", mean_100ep_reward) + logger.record_tabular("% time spent exploring", int(100 * exploration.value(t))) + logger.dump_tabular() + + if (checkpoint_freq is not None and t > learning_starts and + num_episodes > 100 and t % checkpoint_freq == 0): + if saved_mean_reward is None or mean_100ep_reward > saved_mean_reward: + if print_freq is not None: + logger.log("Saving model due to mean reward increase: {} -> {}".format( + saved_mean_reward, mean_100ep_reward)) + save_variables(model_file) + model_saved = True + saved_mean_reward = mean_100ep_reward + if model_saved: + if print_freq is not None: + logger.log("Restored model with mean reward: {}".format(saved_mean_reward)) + load_variables(model_file) + + return act diff --git a/baselines/deepq/defaults.py b/baselines/deepq/defaults.py new file mode 100644 index 0000000000000000000000000000000000000000..d41fb180e8590ca5f72432c8f2ffac63ae99bfd9 --- /dev/null +++ b/baselines/deepq/defaults.py @@ -0,0 +1,21 @@ +def atari(): + return dict( + network='conv_only', + lr=1e-4, + buffer_size=10000, + exploration_fraction=0.1, + exploration_final_eps=0.01, + train_freq=4, + learning_starts=10000, + target_network_update_freq=1000, + gamma=0.99, + prioritized_replay=True, + prioritized_replay_alpha=0.6, + checkpoint_freq=10000, + checkpoint_path=None, + dueling=True + ) + +def retro(): + return atari() + diff --git a/baselines/deepq/experiments/__init__.py b/baselines/deepq/experiments/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/deepq/experiments/custom_cartpole.py b/baselines/deepq/experiments/custom_cartpole.py new file mode 100644 index 0000000000000000000000000000000000000000..937a7172bc67b1664721b1545a1021fc0b811837 --- /dev/null +++ b/baselines/deepq/experiments/custom_cartpole.py @@ -0,0 +1,79 @@ +import gym +import itertools +import numpy as np +import tensorflow as tf +import tensorflow.contrib.layers as layers + +import baselines.common.tf_util as U + +from baselines import logger +from baselines import deepq +from baselines.deepq.replay_buffer import ReplayBuffer +from baselines.deepq.utils import ObservationInput +from baselines.common.schedules import LinearSchedule + + +def model(inpt, num_actions, scope, reuse=False): + """This model takes as input an observation and returns values of all actions.""" + with tf.compat.v1.variable_scope(scope, reuse=reuse): + out = inpt + out = layers.fully_connected(out, num_outputs=64, activation_fn=tf.nn.tanh) + out = layers.fully_connected(out, num_outputs=num_actions, activation_fn=None) + return out + + +if __name__ == '__main__': + with U.make_session(num_cpu=8): + # Create the environment + env = gym.make("CartPole-v0") + # Create all the functions necessary to train the model + act, train, update_target, debug = deepq.build_train( + make_obs_ph=lambda name: ObservationInput(env.observation_space, name=name), + q_func=model, + num_actions=env.action_space.n, + optimizer=tf.compat.v1.train.AdamOptimizer(learning_rate=5e-4), + ) + # Create the replay buffer + replay_buffer = ReplayBuffer(50000) + # Create the schedule for exploration starting from 1 (every action is random) down to + # 0.02 (98% of actions are selected according to values predicted by the model). + exploration = LinearSchedule(schedule_timesteps=10000, initial_p=1.0, final_p=0.02) + + # Initialize the parameters and copy them to the target network. + U.initialize() + update_target() + + episode_rewards = [0.0] + obs = env.reset() + for t in itertools.count(): + # Take action and update exploration to the newest value + action = act(obs[None], update_eps=exploration.value(t))[0] + new_obs, rew, done, _ = env.step(action) + # Store transition in the replay buffer. + replay_buffer.add(obs, action, rew, new_obs, float(done)) + obs = new_obs + + episode_rewards[-1] += rew + if done: + obs = env.reset() + episode_rewards.append(0) + + is_solved = t > 100 and np.mean(episode_rewards[-101:-1]) >= 200 + if is_solved: + # Show off the result + env.render() + else: + # Minimize the error in Bellman's equation on a batch sampled from replay buffer. + if t > 1000: + obses_t, actions, rewards, obses_tp1, dones = replay_buffer.sample(32) + train(obses_t, actions, rewards, obses_tp1, dones, np.ones_like(rewards)) + # Update target network periodically. + if t % 1000 == 0: + update_target() + + if done and len(episode_rewards) % 10 == 0: + logger.record_tabular("steps", t) + logger.record_tabular("episodes", len(episode_rewards)) + logger.record_tabular("mean episode reward", round(np.mean(episode_rewards[-101:-1]), 1)) + logger.record_tabular("% time spent exploring", int(100 * exploration.value(t))) + logger.dump_tabular() diff --git a/baselines/deepq/experiments/enjoy_cartpole.py b/baselines/deepq/experiments/enjoy_cartpole.py new file mode 100644 index 0000000000000000000000000000000000000000..b7d5ef15087fa6d9a47f178406908ecfd3257cab --- /dev/null +++ b/baselines/deepq/experiments/enjoy_cartpole.py @@ -0,0 +1,21 @@ +import gym + +from baselines import deepq + + +def main(): + env = gym.make("CartPole-v0") + act = deepq.learn(env, network='mlp', total_timesteps=0, load_path="cartpole_model.pkl") + + while True: + obs, done = env.reset(), False + episode_rew = 0 + while not done: + env.render() + obs, rew, done, _ = env.step(act(obs[None])[0]) + episode_rew += rew + print("Episode reward", episode_rew) + + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/experiments/enjoy_mountaincar.py b/baselines/deepq/experiments/enjoy_mountaincar.py new file mode 100644 index 0000000000000000000000000000000000000000..2998bb66fbb8c31e262dd51ddf46c381837ee8c5 --- /dev/null +++ b/baselines/deepq/experiments/enjoy_mountaincar.py @@ -0,0 +1,27 @@ +import gym + +from baselines import deepq +from baselines.common import models + + +def main(): + env = gym.make("MountainCar-v0") + act = deepq.learn( + env, + network=models.mlp(num_layers=1, num_hidden=64), + total_timesteps=0, + load_path='mountaincar_model.pkl' + ) + + while True: + obs, done = env.reset(), False + episode_rew = 0 + while not done: + env.render() + obs, rew, done, _ = env.step(act(obs[None])[0]) + episode_rew += rew + print("Episode reward", episode_rew) + + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/experiments/enjoy_pong.py b/baselines/deepq/experiments/enjoy_pong.py new file mode 100644 index 0000000000000000000000000000000000000000..0b118c75eb7b371c8f098756b972be19e9d91407 --- /dev/null +++ b/baselines/deepq/experiments/enjoy_pong.py @@ -0,0 +1,28 @@ +import gym +from baselines import deepq + + +def main(): + env = gym.make("PongNoFrameskip-v4") + env = deepq.wrap_atari_dqn(env) + model = deepq.learn( + env, + "conv_only", + convs=[(32, 8, 4), (64, 4, 2), (64, 3, 1)], + hiddens=[256], + dueling=True, + total_timesteps=0 + ) + + while True: + obs, done = env.reset(), False + episode_rew = 0 + while not done: + env.render() + obs, rew, done, _ = env.step(model(obs[None])[0]) + episode_rew += rew + print("Episode reward", episode_rew) + + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/experiments/train_cartpole.py b/baselines/deepq/experiments/train_cartpole.py new file mode 100644 index 0000000000000000000000000000000000000000..cfbbdc9c95446a91e71545bdbe501132480945f3 --- /dev/null +++ b/baselines/deepq/experiments/train_cartpole.py @@ -0,0 +1,30 @@ +import gym + +from baselines import deepq + + +def callback(lcl, _glb): + # stop training if reward exceeds 199 + is_solved = lcl['t'] > 100 and sum(lcl['episode_rewards'][-101:-1]) / 100 >= 199 + return is_solved + + +def main(): + env = gym.make("CartPole-v0") + act = deepq.learn( + env, + network='mlp', + lr=1e-3, + total_timesteps=100000, + buffer_size=50000, + exploration_fraction=0.1, + exploration_final_eps=0.02, + print_freq=10, + callback=callback + ) + print("Saving model to cartpole_model.pkl") + act.save("cartpole_model.pkl") + + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/experiments/train_mountaincar.py b/baselines/deepq/experiments/train_mountaincar.py new file mode 100644 index 0000000000000000000000000000000000000000..fff678ad1e81bc4053160bf106ce9210f8769150 --- /dev/null +++ b/baselines/deepq/experiments/train_mountaincar.py @@ -0,0 +1,26 @@ +import gym + +from baselines import deepq +from baselines.common import models + + +def main(): + env = gym.make("MountainCar-v0") + # Enabling layer_norm here is import for parameter space noise! + act = deepq.learn( + env, + network=models.mlp(num_hidden=64, num_layers=1), + lr=1e-3, + total_timesteps=100000, + buffer_size=50000, + exploration_fraction=0.1, + exploration_final_eps=0.1, + print_freq=10, + param_noise=True + ) + print("Saving model to mountaincar_model.pkl") + act.save("mountaincar_model.pkl") + + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/experiments/train_pong.py b/baselines/deepq/experiments/train_pong.py new file mode 100644 index 0000000000000000000000000000000000000000..8739aedfbd1eff586aec6ce506331fadf72ade0e --- /dev/null +++ b/baselines/deepq/experiments/train_pong.py @@ -0,0 +1,34 @@ +from baselines import deepq +from baselines import bench +from baselines import logger +from baselines.common.atari_wrappers import make_atari + + +def main(): + logger.configure() + env = make_atari('PongNoFrameskip-v4') + env = bench.Monitor(env, logger.get_dir()) + env = deepq.wrap_atari_dqn(env) + + model = deepq.learn( + env, + "conv_only", + convs=[(32, 8, 4), (64, 4, 2), (64, 3, 1)], + hiddens=[256], + dueling=True, + lr=1e-4, + total_timesteps=int(1e7), + buffer_size=10000, + exploration_fraction=0.1, + exploration_final_eps=0.01, + train_freq=4, + learning_starts=10000, + target_network_update_freq=1000, + gamma=0.99, + ) + + model.save('pong_model.pkl') + env.close() + +if __name__ == '__main__': + main() diff --git a/baselines/deepq/models.py b/baselines/deepq/models.py new file mode 100644 index 0000000000000000000000000000000000000000..ee05cabbf32f4c34f4b77621aad3dcb34a5536f8 --- /dev/null +++ b/baselines/deepq/models.py @@ -0,0 +1,45 @@ +import tensorflow as tf +import tensorflow.contrib.layers as layers + + +def build_q_func(network, hiddens=[256], dueling=True, layer_norm=False, **network_kwargs): + if isinstance(network, str): + from baselines.common.models import get_network_builder + network = get_network_builder(network)(**network_kwargs) + + def q_func_builder(input_placeholder, num_actions, scope, reuse=False): + with tf.compat.v1.variable_scope(scope, reuse=reuse): + latent = network(input_placeholder) + if isinstance(latent, tuple): + if latent[1] is not None: + raise NotImplementedError("DQN is not compatible with recurrent policies yet") + latent = latent[0] + + latent = layers.flatten(latent) + + with tf.compat.v1.variable_scope("action_value"): + action_out = latent + for hidden in hiddens: + action_out = layers.fully_connected(action_out, num_outputs=hidden, activation_fn=None) + if layer_norm: + action_out = layers.layer_norm(action_out, center=True, scale=True) + action_out = tf.nn.relu(action_out) + action_scores = layers.fully_connected(action_out, num_outputs=num_actions, activation_fn=None) + + if dueling: + with tf.compat.v1.variable_scope("state_value"): + state_out = latent + for hidden in hiddens: + state_out = layers.fully_connected(state_out, num_outputs=hidden, activation_fn=None) + if layer_norm: + state_out = layers.layer_norm(state_out, center=True, scale=True) + state_out = tf.nn.relu(state_out) + state_score = layers.fully_connected(state_out, num_outputs=1, activation_fn=None) + action_scores_mean = tf.reduce_mean(input_tensor=action_scores, axis=1) + action_scores_centered = action_scores - tf.expand_dims(action_scores_mean, 1) + q_out = state_score + action_scores_centered + else: + q_out = action_scores + return q_out + + return q_func_builder diff --git a/baselines/deepq/replay_buffer.py b/baselines/deepq/replay_buffer.py new file mode 100644 index 0000000000000000000000000000000000000000..3ddf70860188c49ff2e09b87bdb6facac31ff92b --- /dev/null +++ b/baselines/deepq/replay_buffer.py @@ -0,0 +1,191 @@ +import numpy as np +import random + +from baselines.common.segment_tree import SumSegmentTree, MinSegmentTree + + +class ReplayBuffer(object): + def __init__(self, size): + """Create Replay buffer. + + Parameters + ---------- + size: int + Max number of transitions to store in the buffer. When the buffer + overflows the old memories are dropped. + """ + self._storage = [] + self._maxsize = size + self._next_idx = 0 + + def __len__(self): + return len(self._storage) + + def add(self, obs_t, action, reward, obs_tp1, done): + data = (obs_t, action, reward, obs_tp1, done) + + if self._next_idx >= len(self._storage): + self._storage.append(data) + else: + self._storage[self._next_idx] = data + self._next_idx = (self._next_idx + 1) % self._maxsize + + def _encode_sample(self, idxes): + obses_t, actions, rewards, obses_tp1, dones = [], [], [], [], [] + for i in idxes: + data = self._storage[i] + obs_t, action, reward, obs_tp1, done = data + obses_t.append(np.array(obs_t, copy=False)) + actions.append(np.array(action, copy=False)) + rewards.append(reward) + obses_tp1.append(np.array(obs_tp1, copy=False)) + dones.append(done) + return np.array(obses_t), np.array(actions), np.array(rewards), np.array(obses_tp1), np.array(dones) + + def sample(self, batch_size): + """Sample a batch of experiences. + + Parameters + ---------- + batch_size: int + How many transitions to sample. + + Returns + ------- + obs_batch: np.array + batch of observations + act_batch: np.array + batch of actions executed given obs_batch + rew_batch: np.array + rewards received as results of executing act_batch + next_obs_batch: np.array + next set of observations seen after executing act_batch + done_mask: np.array + done_mask[i] = 1 if executing act_batch[i] resulted in + the end of an episode and 0 otherwise. + """ + idxes = [random.randint(0, len(self._storage) - 1) for _ in range(batch_size)] + return self._encode_sample(idxes) + + +class PrioritizedReplayBuffer(ReplayBuffer): + def __init__(self, size, alpha): + """Create Prioritized Replay buffer. + + Parameters + ---------- + size: int + Max number of transitions to store in the buffer. When the buffer + overflows the old memories are dropped. + alpha: float + how much prioritization is used + (0 - no prioritization, 1 - full prioritization) + + See Also + -------- + ReplayBuffer.__init__ + """ + super(PrioritizedReplayBuffer, self).__init__(size) + assert alpha >= 0 + self._alpha = alpha + + it_capacity = 1 + while it_capacity < size: + it_capacity *= 2 + + self._it_sum = SumSegmentTree(it_capacity) + self._it_min = MinSegmentTree(it_capacity) + self._max_priority = 1.0 + + def add(self, *args, **kwargs): + """See ReplayBuffer.store_effect""" + idx = self._next_idx + super().add(*args, **kwargs) + self._it_sum[idx] = self._max_priority ** self._alpha + self._it_min[idx] = self._max_priority ** self._alpha + + def _sample_proportional(self, batch_size): + res = [] + p_total = self._it_sum.sum(0, len(self._storage) - 1) + every_range_len = p_total / batch_size + for i in range(batch_size): + mass = random.random() * every_range_len + i * every_range_len + idx = self._it_sum.find_prefixsum_idx(mass) + res.append(idx) + return res + + def sample(self, batch_size, beta): + """Sample a batch of experiences. + + compared to ReplayBuffer.sample + it also returns importance weights and idxes + of sampled experiences. + + + Parameters + ---------- + batch_size: int + How many transitions to sample. + beta: float + To what degree to use importance weights + (0 - no corrections, 1 - full correction) + + Returns + ------- + obs_batch: np.array + batch of observations + act_batch: np.array + batch of actions executed given obs_batch + rew_batch: np.array + rewards received as results of executing act_batch + next_obs_batch: np.array + next set of observations seen after executing act_batch + done_mask: np.array + done_mask[i] = 1 if executing act_batch[i] resulted in + the end of an episode and 0 otherwise. + weights: np.array + Array of shape (batch_size,) and dtype np.float32 + denoting importance weight of each sampled transition + idxes: np.array + Array of shape (batch_size,) and dtype np.int32 + idexes in buffer of sampled experiences + """ + assert beta > 0 + + idxes = self._sample_proportional(batch_size) + + weights = [] + p_min = self._it_min.min() / self._it_sum.sum() + max_weight = (p_min * len(self._storage)) ** (-beta) + + for idx in idxes: + p_sample = self._it_sum[idx] / self._it_sum.sum() + weight = (p_sample * len(self._storage)) ** (-beta) + weights.append(weight / max_weight) + weights = np.array(weights) + encoded_sample = self._encode_sample(idxes) + return tuple(list(encoded_sample) + [weights, idxes]) + + def update_priorities(self, idxes, priorities): + """Update priorities of sampled transitions. + + sets priority of transition at index idxes[i] in buffer + to priorities[i]. + + Parameters + ---------- + idxes: [int] + List of idxes of sampled transitions + priorities: [float] + List of updated priorities corresponding to + transitions at the sampled idxes denoted by + variable `idxes`. + """ + assert len(idxes) == len(priorities) + for idx, priority in zip(idxes, priorities): + assert priority > 0 + assert 0 <= idx < len(self._storage) + self._it_sum[idx] = priority ** self._alpha + self._it_min[idx] = priority ** self._alpha + + self._max_priority = max(self._max_priority, priority) diff --git a/baselines/deepq/utils.py b/baselines/deepq/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..2065073fc577fd8031accd2154cab1e7086173cc --- /dev/null +++ b/baselines/deepq/utils.py @@ -0,0 +1,59 @@ +from baselines.common.input import observation_input +from baselines.common.tf_util import adjust_shape + +# ================================================================ +# Placeholders +# ================================================================ + + +class TfInput(object): + def __init__(self, name="(unnamed)"): + """Generalized Tensorflow placeholder. The main differences are: + - possibly uses multiple placeholders internally and returns multiple values + - can apply light postprocessing to the value feed to placeholder. + """ + self.name = name + + def get(self): + """Return the tf variable(s) representing the possibly postprocessed value + of placeholder(s). + """ + raise NotImplementedError + + def make_feed_dict(self, data): + """Given data input it to the placeholder(s).""" + raise NotImplementedError + + +class PlaceholderTfInput(TfInput): + def __init__(self, placeholder): + """Wrapper for regular tensorflow placeholder.""" + super().__init__(placeholder.name) + self._placeholder = placeholder + + def get(self): + return self._placeholder + + def make_feed_dict(self, data): + return {self._placeholder: adjust_shape(self._placeholder, data)} + + +class ObservationInput(PlaceholderTfInput): + def __init__(self, observation_space, name=None): + """Creates an input placeholder tailored to a specific observation space + + Parameters + ---------- + + observation_space: + observation space of the environment. Should be one of the gym.spaces types + name: str + tensorflow name of the underlying placeholder + """ + inpt, self.processed_inpt = observation_input(observation_space, name=name) + super().__init__(inpt) + + def get(self): + return self.processed_inpt + + diff --git a/baselines/gail/README.md b/baselines/gail/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1c1c1bb935c03b668f3340a9691c684f42dd165e --- /dev/null +++ b/baselines/gail/README.md @@ -0,0 +1,52 @@ +# Generative Adversarial Imitation Learning (GAIL) + +- Original paper: https://arxiv.org/abs/1606.03476 + +For results benchmarking on MuJoCo, please navigate to [here](result/gail-result.md) + +## If you want to train an imitation learning agent + +### Step 1: Download expert data + +Download the expert data into `./data`, [download link](https://drive.google.com/drive/folders/1h3H4AY_ZBx08hz-Ct0Nxxus-V1melu1U?usp=sharing) + +### Step 2: Run GAIL + +Run with single rank: + +```bash +python -m baselines.gail.run_mujoco +``` + +Run with multiple ranks: + +```bash +mpirun -np 16 python -m baselines.gail.run_mujoco +``` + +See help (`-h`) for more options. + +#### In case you want to run Behavior Cloning (BC) + +```bash +python -m baselines.gail.behavior_clone +``` + +See help (`-h`) for more options. + + +## Contributing + +Bug reports and pull requests are welcome on GitHub at https://github.com/openai/baselines/pulls. + +## Maintainers + +- Yuan-Hong Liao, andrewliao11_at_gmail_dot_com +- Ryan Julian, ryanjulian_at_gmail_dot_com + +## Others + +Thanks to the open source: + +- @openai/imitation +- @carpedm20/deep-rl-tensorflow diff --git a/baselines/gail/__init__.py b/baselines/gail/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/gail/adversary.py b/baselines/gail/adversary.py new file mode 100644 index 0000000000000000000000000000000000000000..931a8ab5b0da58397e880e16e03695f4186c4496 --- /dev/null +++ b/baselines/gail/adversary.py @@ -0,0 +1,87 @@ +''' +Reference: https://github.com/openai/imitation +I follow the architecture from the official repository +''' +import tensorflow as tf +import numpy as np + +from baselines.common.mpi_running_mean_std import RunningMeanStd +from baselines.common import tf_util as U + +def logsigmoid(a): + '''Equivalent to tf.log(tf.sigmoid(a))''' + return -tf.nn.softplus(-a) + +""" Reference: https://github.com/openai/imitation/blob/99fbccf3e060b6e6c739bdf209758620fcdefd3c/policyopt/thutil.py#L48-L51""" +def logit_bernoulli_entropy(logits): + ent = (1.-tf.nn.sigmoid(logits))*logits - logsigmoid(logits) + return ent + +class TransitionClassifier(object): + def __init__(self, env, hidden_size, entcoeff=0.001, lr_rate=1e-3, scope="adversary"): + self.scope = scope + self.observation_shape = env.observation_space.shape + self.actions_shape = env.action_space.shape + self.input_shape = tuple([o+a for o, a in zip(self.observation_shape, self.actions_shape)]) + self.num_actions = env.action_space.shape[0] + self.hidden_size = hidden_size + self.build_ph() + # Build grpah + generator_logits = self.build_graph(self.generator_obs_ph, self.generator_acs_ph, reuse=False) + expert_logits = self.build_graph(self.expert_obs_ph, self.expert_acs_ph, reuse=True) + # Build accuracy + generator_acc = tf.reduce_mean(input_tensor=tf.cast(tf.nn.sigmoid(generator_logits) < 0.5, dtype=tf.float32)) + expert_acc = tf.reduce_mean(input_tensor=tf.cast(tf.nn.sigmoid(expert_logits) > 0.5, dtype=tf.float32)) + # Build regression loss + # let x = logits, z = targets. + # z * -log(sigmoid(x)) + (1 - z) * -log(1 - sigmoid(x)) + generator_loss = tf.nn.sigmoid_cross_entropy_with_logits(logits=generator_logits, labels=tf.zeros_like(generator_logits)) + generator_loss = tf.reduce_mean(input_tensor=generator_loss) + expert_loss = tf.nn.sigmoid_cross_entropy_with_logits(logits=expert_logits, labels=tf.ones_like(expert_logits)) + expert_loss = tf.reduce_mean(input_tensor=expert_loss) + # Build entropy loss + logits = tf.concat([generator_logits, expert_logits], 0) + entropy = tf.reduce_mean(input_tensor=logit_bernoulli_entropy(logits)) + entropy_loss = -entcoeff*entropy + # Loss + Accuracy terms + self.losses = [generator_loss, expert_loss, entropy, entropy_loss, generator_acc, expert_acc] + self.loss_name = ["generator_loss", "expert_loss", "entropy", "entropy_loss", "generator_acc", "expert_acc"] + self.total_loss = generator_loss + expert_loss + entropy_loss + # Build Reward for policy + self.reward_op = -tf.math.log(1-tf.nn.sigmoid(generator_logits)+1e-8) + var_list = self.get_trainable_variables() + self.lossandgrad = U.function([self.generator_obs_ph, self.generator_acs_ph, self.expert_obs_ph, self.expert_acs_ph], + self.losses + [U.flatgrad(self.total_loss, var_list)]) + + def build_ph(self): + self.generator_obs_ph = tf.compat.v1.placeholder(tf.float32, (None, ) + self.observation_shape, name="observations_ph") + self.generator_acs_ph = tf.compat.v1.placeholder(tf.float32, (None, ) + self.actions_shape, name="actions_ph") + self.expert_obs_ph = tf.compat.v1.placeholder(tf.float32, (None, ) + self.observation_shape, name="expert_observations_ph") + self.expert_acs_ph = tf.compat.v1.placeholder(tf.float32, (None, ) + self.actions_shape, name="expert_actions_ph") + + def build_graph(self, obs_ph, acs_ph, reuse=False): + with tf.compat.v1.variable_scope(self.scope): + if reuse: + tf.compat.v1.get_variable_scope().reuse_variables() + + with tf.compat.v1.variable_scope("obfilter"): + self.obs_rms = RunningMeanStd(shape=self.observation_shape) + obs = (obs_ph - self.obs_rms.mean) / self.obs_rms.std + _input = tf.concat([obs, acs_ph], axis=1) # concatenate the two input -> form a transition + p_h1 = tf.contrib.layers.fully_connected(_input, self.hidden_size, activation_fn=tf.nn.tanh) + p_h2 = tf.contrib.layers.fully_connected(p_h1, self.hidden_size, activation_fn=tf.nn.tanh) + logits = tf.contrib.layers.fully_connected(p_h2, 1, activation_fn=tf.identity) + return logits + + def get_trainable_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, self.scope) + + def get_reward(self, obs, acs): + sess = tf.compat.v1.get_default_session() + if len(obs.shape) == 1: + obs = np.expand_dims(obs, 0) + if len(acs.shape) == 1: + acs = np.expand_dims(acs, 0) + feed_dict = {self.generator_obs_ph: obs, self.generator_acs_ph: acs} + reward = sess.run(self.reward_op, feed_dict) + return reward diff --git a/baselines/gail/behavior_clone.py b/baselines/gail/behavior_clone.py new file mode 100644 index 0000000000000000000000000000000000000000..73994ff08dd1e27821624a3af5c674fd7687071b --- /dev/null +++ b/baselines/gail/behavior_clone.py @@ -0,0 +1,124 @@ +''' +The code is used to train BC imitator, or pretrained GAIL imitator +''' + +import argparse +import tempfile +import os.path as osp +import gym +import logging +from tqdm import tqdm + +import tensorflow as tf + +from baselines.gail import mlp_policy +from baselines import bench +from baselines import logger +from baselines.common import set_global_seeds, tf_util as U +from baselines.common.misc_util import boolean_flag +from baselines.common.mpi_adam import MpiAdam +from baselines.gail.run_mujoco import runner +from baselines.gail.dataset.mujoco_dset import Mujoco_Dset + + +def argsparser(): + parser = argparse.ArgumentParser("Tensorflow Implementation of Behavior Cloning") + parser.add_argument('--env_id', help='environment ID', default='Hopper-v2') + parser.add_argument('--seed', help='RNG seed', type=int, default=0) + parser.add_argument('--expert_path', type=str, default='data/deterministic.trpo.Hopper.0.00.npz') + parser.add_argument('--checkpoint_dir', help='the directory to save model', default='checkpoint') + parser.add_argument('--log_dir', help='the directory to save log file', default='log') + # Mujoco Dataset Configuration + parser.add_argument('--traj_limitation', type=int, default=-1) + # Network Configuration (Using MLP Policy) + parser.add_argument('--policy_hidden_size', type=int, default=100) + # for evaluatation + boolean_flag(parser, 'stochastic_policy', default=False, help='use stochastic/deterministic policy to evaluate') + boolean_flag(parser, 'save_sample', default=False, help='save the trajectories or not') + parser.add_argument('--BC_max_iter', help='Max iteration for training BC', type=int, default=1e5) + return parser.parse_args() + + +def learn(env, policy_func, dataset, optim_batch_size=128, max_iters=1e4, + adam_epsilon=1e-5, optim_stepsize=3e-4, + ckpt_dir=None, log_dir=None, task_name=None, + verbose=False): + + val_per_iter = int(max_iters/10) + ob_space = env.observation_space + ac_space = env.action_space + pi = policy_func("pi", ob_space, ac_space) # Construct network for new policy + # placeholder + ob = U.get_placeholder_cached(name="ob") + ac = pi.pdtype.sample_placeholder([None]) + stochastic = U.get_placeholder_cached(name="stochastic") + loss = tf.reduce_mean(input_tensor=tf.square(ac-pi.ac)) + var_list = pi.get_trainable_variables() + adam = MpiAdam(var_list, epsilon=adam_epsilon) + lossandgrad = U.function([ob, ac, stochastic], [loss]+[U.flatgrad(loss, var_list)]) + + U.initialize() + adam.sync() + logger.log("Pretraining with Behavior Cloning...") + for iter_so_far in tqdm(range(int(max_iters))): + ob_expert, ac_expert = dataset.get_next_batch(optim_batch_size, 'train') + train_loss, g = lossandgrad(ob_expert, ac_expert, True) + adam.update(g, optim_stepsize) + if verbose and iter_so_far % val_per_iter == 0: + ob_expert, ac_expert = dataset.get_next_batch(-1, 'val') + val_loss, _ = lossandgrad(ob_expert, ac_expert, True) + logger.log("Training loss: {}, Validation loss: {}".format(train_loss, val_loss)) + + if ckpt_dir is None: + savedir_fname = tempfile.TemporaryDirectory().name + else: + savedir_fname = osp.join(ckpt_dir, task_name) + U.save_variables(savedir_fname, variables=pi.get_variables()) + return savedir_fname + + +def get_task_name(args): + task_name = 'BC' + task_name += '.{}'.format(args.env_id.split("-")[0]) + task_name += '.traj_limitation_{}'.format(args.traj_limitation) + task_name += ".seed_{}".format(args.seed) + return task_name + + +def main(args): + U.make_session(num_cpu=1).__enter__() + set_global_seeds(args.seed) + env = gym.make(args.env_id) + + def policy_fn(name, ob_space, ac_space, reuse=False): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + reuse=reuse, hid_size=args.policy_hidden_size, num_hid_layers=2) + env = bench.Monitor(env, logger.get_dir() and + osp.join(logger.get_dir(), "monitor.json")) + env.seed(args.seed) + gym.logger.setLevel(logging.WARN) + task_name = get_task_name(args) + args.checkpoint_dir = osp.join(args.checkpoint_dir, task_name) + args.log_dir = osp.join(args.log_dir, task_name) + dataset = Mujoco_Dset(expert_path=args.expert_path, traj_limitation=args.traj_limitation) + savedir_fname = learn(env, + policy_fn, + dataset, + max_iters=args.BC_max_iter, + ckpt_dir=args.checkpoint_dir, + log_dir=args.log_dir, + task_name=task_name, + verbose=True) + avg_len, avg_ret = runner(env, + policy_fn, + savedir_fname, + timesteps_per_batch=1024, + number_trajs=10, + stochastic_policy=args.stochastic_policy, + save=args.save_sample, + reuse=True) + + +if __name__ == '__main__': + args = argsparser() + main(args) diff --git a/baselines/gail/dataset/__init__.py b/baselines/gail/dataset/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/gail/dataset/mujoco_dset.py b/baselines/gail/dataset/mujoco_dset.py new file mode 100644 index 0000000000000000000000000000000000000000..c478af8cfbb48594feb00ae4435965c02b057e28 --- /dev/null +++ b/baselines/gail/dataset/mujoco_dset.py @@ -0,0 +1,114 @@ +''' +Data structure of the input .npz: +the data is save in python dictionary format with keys: 'acs', 'ep_rets', 'rews', 'obs' +the values of each item is a list storing the expert trajectory sequentially +a transition can be: (data['obs'][t], data['acs'][t], data['obs'][t+1]) and get reward data['rews'][t] +''' + +from baselines import logger +import numpy as np + + +class Dset(object): + def __init__(self, inputs, labels, randomize): + self.inputs = inputs + self.labels = labels + assert len(self.inputs) == len(self.labels) + self.randomize = randomize + self.num_pairs = len(inputs) + self.init_pointer() + + def init_pointer(self): + self.pointer = 0 + if self.randomize: + idx = np.arange(self.num_pairs) + np.random.shuffle(idx) + self.inputs = self.inputs[idx, :] + self.labels = self.labels[idx, :] + + def get_next_batch(self, batch_size): + # if batch_size is negative -> return all + if batch_size < 0: + return self.inputs, self.labels + if self.pointer + batch_size >= self.num_pairs: + self.init_pointer() + end = self.pointer + batch_size + inputs = self.inputs[self.pointer:end, :] + labels = self.labels[self.pointer:end, :] + self.pointer = end + return inputs, labels + + +class Mujoco_Dset(object): + def __init__(self, expert_path, train_fraction=0.7, traj_limitation=-1, randomize=True): + traj_data = np.load(expert_path) + if traj_limitation < 0: + traj_limitation = len(traj_data['obs']) + obs = traj_data['obs'][:traj_limitation] + acs = traj_data['acs'][:traj_limitation] + + # obs, acs: shape (N, L, ) + S where N = # episodes, L = episode length + # and S is the environment observation/action space. + # Flatten to (N * L, prod(S)) + if len(obs.shape) > 2: + self.obs = np.reshape(obs, [-1, np.prod(obs.shape[2:])]) + self.acs = np.reshape(acs, [-1, np.prod(acs.shape[2:])]) + else: + self.obs = np.vstack(obs) + self.acs = np.vstack(acs) + + self.rets = traj_data['ep_rets'][:traj_limitation] + self.avg_ret = sum(self.rets)/len(self.rets) + self.std_ret = np.std(np.array(self.rets)) + if len(self.acs) > 2: + self.acs = np.squeeze(self.acs) + assert len(self.obs) == len(self.acs) + self.num_traj = min(traj_limitation, len(traj_data['obs'])) + self.num_transition = len(self.obs) + self.randomize = randomize + self.dset = Dset(self.obs, self.acs, self.randomize) + # for behavior cloning + self.train_set = Dset(self.obs[:int(self.num_transition*train_fraction), :], + self.acs[:int(self.num_transition*train_fraction), :], + self.randomize) + self.val_set = Dset(self.obs[int(self.num_transition*train_fraction):, :], + self.acs[int(self.num_transition*train_fraction):, :], + self.randomize) + self.log_info() + + def log_info(self): + logger.log("Total trajectories: %d" % self.num_traj) + logger.log("Total transitions: %d" % self.num_transition) + logger.log("Average returns: %f" % self.avg_ret) + logger.log("Std for returns: %f" % self.std_ret) + + def get_next_batch(self, batch_size, split=None): + if split is None: + return self.dset.get_next_batch(batch_size) + elif split == 'train': + return self.train_set.get_next_batch(batch_size) + elif split == 'val': + return self.val_set.get_next_batch(batch_size) + else: + raise NotImplementedError + + def plot(self): + import matplotlib.pyplot as plt + plt.hist(self.rets) + plt.savefig("histogram_rets.png") + plt.close() + + +def test(expert_path, traj_limitation, plot): + dset = Mujoco_Dset(expert_path, traj_limitation=traj_limitation) + if plot: + dset.plot() + +if __name__ == '__main__': + import argparse + parser = argparse.ArgumentParser() + parser.add_argument("--expert_path", type=str, default="../data/deterministic.trpo.Hopper.0.00.npz") + parser.add_argument("--traj_limitation", type=int, default=None) + parser.add_argument("--plot", type=bool, default=False) + args = parser.parse_args() + test(args.expert_path, args.traj_limitation, args.plot) diff --git a/baselines/gail/gail-eval.py b/baselines/gail/gail-eval.py new file mode 100644 index 0000000000000000000000000000000000000000..1148cb309ccb4712ac41743b4dbf89549e745f4f --- /dev/null +++ b/baselines/gail/gail-eval.py @@ -0,0 +1,147 @@ +''' +This code is used to evalaute the imitators trained with different number of trajectories +and plot the results in the same figure for easy comparison. +''' + +import argparse +import os +import glob +import gym + +import matplotlib.pyplot as plt +import numpy as np +import tensorflow as tf + +from baselines.gail import run_mujoco +from baselines.gail import mlp_policy +from baselines.common import set_global_seeds, tf_util as U +from baselines.common.misc_util import boolean_flag +from baselines.gail.dataset.mujoco_dset import Mujoco_Dset + + +plt.style.use('ggplot') +CONFIG = { + 'traj_limitation': [1, 5, 10, 50], +} + + +def load_dataset(expert_path): + dataset = Mujoco_Dset(expert_path=expert_path) + return dataset + + +def argsparser(): + parser = argparse.ArgumentParser('Do evaluation') + parser.add_argument('--seed', type=int, default=0) + parser.add_argument('--policy_hidden_size', type=int, default=100) + parser.add_argument('--env', type=str, choices=['Hopper', 'Walker2d', 'HalfCheetah', + 'Humanoid', 'HumanoidStandup']) + boolean_flag(parser, 'stochastic_policy', default=False, help='use stochastic/deterministic policy to evaluate') + return parser.parse_args() + + +def evaluate_env(env_name, seed, policy_hidden_size, stochastic, reuse, prefix): + + def get_checkpoint_dir(checkpoint_list, limit, prefix): + for checkpoint in checkpoint_list: + if ('limitation_'+str(limit) in checkpoint) and (prefix in checkpoint): + return checkpoint + return None + + def policy_fn(name, ob_space, ac_space, reuse=False): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + reuse=reuse, hid_size=policy_hidden_size, num_hid_layers=2) + + data_path = os.path.join('data', 'deterministic.trpo.' + env_name + '.0.00.npz') + dataset = load_dataset(data_path) + checkpoint_list = glob.glob(os.path.join('checkpoint', '*' + env_name + ".*")) + log = { + 'traj_limitation': [], + 'upper_bound': [], + 'avg_ret': [], + 'avg_len': [], + 'normalized_ret': [] + } + for i, limit in enumerate(CONFIG['traj_limitation']): + # Do one evaluation + upper_bound = sum(dataset.rets[:limit])/limit + checkpoint_dir = get_checkpoint_dir(checkpoint_list, limit, prefix=prefix) + checkpoint_path = tf.train.latest_checkpoint(checkpoint_dir) + env = gym.make(env_name + '-v1') + env.seed(seed) + print('Trajectory limitation: {}, Load checkpoint: {}, '.format(limit, checkpoint_path)) + avg_len, avg_ret = run_mujoco.runner(env, + policy_fn, + checkpoint_path, + timesteps_per_batch=1024, + number_trajs=10, + stochastic_policy=stochastic, + reuse=((i != 0) or reuse)) + normalized_ret = avg_ret/upper_bound + print('Upper bound: {}, evaluation returns: {}, normalized scores: {}'.format( + upper_bound, avg_ret, normalized_ret)) + log['traj_limitation'].append(limit) + log['upper_bound'].append(upper_bound) + log['avg_ret'].append(avg_ret) + log['avg_len'].append(avg_len) + log['normalized_ret'].append(normalized_ret) + env.close() + return log + + +def plot(env_name, bc_log, gail_log, stochastic): + upper_bound = bc_log['upper_bound'] + bc_avg_ret = bc_log['avg_ret'] + gail_avg_ret = gail_log['avg_ret'] + plt.plot(CONFIG['traj_limitation'], upper_bound) + plt.plot(CONFIG['traj_limitation'], bc_avg_ret) + plt.plot(CONFIG['traj_limitation'], gail_avg_ret) + plt.xlabel('Number of expert trajectories') + plt.ylabel('Accumulated reward') + plt.title('{} unnormalized scores'.format(env_name)) + plt.legend(['expert', 'bc-imitator', 'gail-imitator'], loc='lower right') + plt.grid(b=True, which='major', color='gray', linestyle='--') + if stochastic: + title_name = 'result/{}-unnormalized-stochastic-scores.png'.format(env_name) + else: + title_name = 'result/{}-unnormalized-deterministic-scores.png'.format(env_name) + plt.savefig(title_name) + plt.close() + + bc_normalized_ret = bc_log['normalized_ret'] + gail_normalized_ret = gail_log['normalized_ret'] + plt.plot(CONFIG['traj_limitation'], np.ones(len(CONFIG['traj_limitation']))) + plt.plot(CONFIG['traj_limitation'], bc_normalized_ret) + plt.plot(CONFIG['traj_limitation'], gail_normalized_ret) + plt.xlabel('Number of expert trajectories') + plt.ylabel('Normalized performance') + plt.title('{} normalized scores'.format(env_name)) + plt.legend(['expert', 'bc-imitator', 'gail-imitator'], loc='lower right') + plt.grid(b=True, which='major', color='gray', linestyle='--') + if stochastic: + title_name = 'result/{}-normalized-stochastic-scores.png'.format(env_name) + else: + title_name = 'result/{}-normalized-deterministic-scores.png'.format(env_name) + plt.ylim(0, 1.6) + plt.savefig(title_name) + plt.close() + + +def main(args): + U.make_session(num_cpu=1).__enter__() + set_global_seeds(args.seed) + print('Evaluating {}'.format(args.env)) + bc_log = evaluate_env(args.env, args.seed, args.policy_hidden_size, + args.stochastic_policy, False, 'BC') + print('Evaluation for {}'.format(args.env)) + print(bc_log) + gail_log = evaluate_env(args.env, args.seed, args.policy_hidden_size, + args.stochastic_policy, True, 'gail') + print('Evaluation for {}'.format(args.env)) + print(gail_log) + plot(args.env, bc_log, gail_log, args.stochastic_policy) + + +if __name__ == '__main__': + args = argsparser() + main(args) diff --git a/baselines/gail/mlp_policy.py b/baselines/gail/mlp_policy.py new file mode 100644 index 0000000000000000000000000000000000000000..430a06138ad7cb6277d544a93814ddf5cdb28cd2 --- /dev/null +++ b/baselines/gail/mlp_policy.py @@ -0,0 +1,75 @@ +''' +from baselines/ppo1/mlp_policy.py and add simple modification +(1) add reuse argument +(2) cache the `stochastic` placeholder +''' +import tensorflow as tf +import gym + +import baselines.common.tf_util as U +from baselines.common.mpi_running_mean_std import RunningMeanStd +from baselines.common.distributions import make_pdtype +from baselines.acktr.utils import dense + + +class MlpPolicy(object): + recurrent = False + + def __init__(self, name, reuse=False, *args, **kwargs): + with tf.compat.v1.variable_scope(name): + if reuse: + tf.compat.v1.get_variable_scope().reuse_variables() + self._init(*args, **kwargs) + self.scope = tf.compat.v1.get_variable_scope().name + + def _init(self, ob_space, ac_space, hid_size, num_hid_layers, gaussian_fixed_var=True): + assert isinstance(ob_space, gym.spaces.Box) + + self.pdtype = pdtype = make_pdtype(ac_space) + sequence_length = None + + ob = U.get_placeholder(name="ob", dtype=tf.float32, shape=[sequence_length] + list(ob_space.shape)) + + with tf.compat.v1.variable_scope("obfilter"): + self.ob_rms = RunningMeanStd(shape=ob_space.shape) + + obz = tf.clip_by_value((ob - self.ob_rms.mean) / self.ob_rms.std, -5.0, 5.0) + last_out = obz + for i in range(num_hid_layers): + last_out = tf.nn.tanh(dense(last_out, hid_size, "vffc%i" % (i+1), weight_init=U.normc_initializer(1.0))) + self.vpred = dense(last_out, 1, "vffinal", weight_init=U.normc_initializer(1.0))[:, 0] + + last_out = obz + for i in range(num_hid_layers): + last_out = tf.nn.tanh(dense(last_out, hid_size, "polfc%i" % (i+1), weight_init=U.normc_initializer(1.0))) + + if gaussian_fixed_var and isinstance(ac_space, gym.spaces.Box): + mean = dense(last_out, pdtype.param_shape()[0]//2, "polfinal", U.normc_initializer(0.01)) + logstd = tf.compat.v1.get_variable(name="logstd", shape=[1, pdtype.param_shape()[0]//2], initializer=tf.compat.v1.zeros_initializer()) + pdparam = tf.concat([mean, mean * 0.0 + logstd], axis=1) + else: + pdparam = dense(last_out, pdtype.param_shape()[0], "polfinal", U.normc_initializer(0.01)) + + self.pd = pdtype.pdfromflat(pdparam) + + self.state_in = [] + self.state_out = [] + + # change for BC + stochastic = U.get_placeholder(name="stochastic", dtype=tf.bool, shape=()) + ac = U.switch(stochastic, self.pd.sample(), self.pd.mode()) + self.ac = ac + self._act = U.function([stochastic, ob], [ac, self.vpred]) + + def act(self, stochastic, ob): + ac1, vpred1 = self._act(stochastic, ob[None]) + return ac1[0], vpred1[0] + + def get_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, self.scope) + + def get_trainable_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, self.scope) + + def get_initial_state(self): + return [] diff --git a/baselines/gail/result/HalfCheetah-normalized-deterministic-scores.png b/baselines/gail/result/HalfCheetah-normalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4282f01639b9cfbdde40566c5c8bb7510f8e2a Binary files /dev/null and b/baselines/gail/result/HalfCheetah-normalized-deterministic-scores.png differ diff --git a/baselines/gail/result/HalfCheetah-normalized-stochastic-scores.png b/baselines/gail/result/HalfCheetah-normalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..1b50e854ab8447ee99388a4ca9b083a040ac2a22 Binary files /dev/null and b/baselines/gail/result/HalfCheetah-normalized-stochastic-scores.png differ diff --git a/baselines/gail/result/HalfCheetah-unnormalized-deterministic-scores.png b/baselines/gail/result/HalfCheetah-unnormalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..0d45a940c6152f4e7918d2633e90e77b76da07e7 Binary files /dev/null and b/baselines/gail/result/HalfCheetah-unnormalized-deterministic-scores.png differ diff --git a/baselines/gail/result/HalfCheetah-unnormalized-stochastic-scores.png b/baselines/gail/result/HalfCheetah-unnormalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..4b4ecb8ceab51a3877e397b2130de9239448c8da Binary files /dev/null and b/baselines/gail/result/HalfCheetah-unnormalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Hopper-normalized-deterministic-scores.png b/baselines/gail/result/Hopper-normalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..83d5ce52806c0f399bfe8cbaf4203ad7edd00909 Binary files /dev/null and b/baselines/gail/result/Hopper-normalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Hopper-normalized-stochastic-scores.png b/baselines/gail/result/Hopper-normalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..53e4604b4dd3860e7ee00d58197ca7dc7f7d4c9b Binary files /dev/null and b/baselines/gail/result/Hopper-normalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Hopper-unnormalized-deterministic-scores.png b/baselines/gail/result/Hopper-unnormalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..11a16f6051a4ccf6195bae893fd9bf146d82092a Binary files /dev/null and b/baselines/gail/result/Hopper-unnormalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Hopper-unnormalized-stochastic-scores.png b/baselines/gail/result/Hopper-unnormalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..6914216447cad33a5bfe2c44e45b04b7e94f88f7 Binary files /dev/null and b/baselines/gail/result/Hopper-unnormalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Humanoid-normalized-deterministic-scores.png b/baselines/gail/result/Humanoid-normalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..728a97e04929d5b930ba7cb88804fe2ba4090c9c Binary files /dev/null and b/baselines/gail/result/Humanoid-normalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Humanoid-normalized-stochastic-scores.png b/baselines/gail/result/Humanoid-normalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..4c71789b72d803b64a747b8dbce1678af2e6ba59 Binary files /dev/null and b/baselines/gail/result/Humanoid-normalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Humanoid-unnormalized-deterministic-scores.png b/baselines/gail/result/Humanoid-unnormalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..b41eaca9700bbe422f1ad3f1027f19523dc4be9d Binary files /dev/null and b/baselines/gail/result/Humanoid-unnormalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Humanoid-unnormalized-stochastic-scores.png b/baselines/gail/result/Humanoid-unnormalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..a8bc924b9c420b069910c27c76c67d9cda664b1c Binary files /dev/null and b/baselines/gail/result/Humanoid-unnormalized-stochastic-scores.png differ diff --git a/baselines/gail/result/HumanoidStandup-normalized-deterministic-scores.png b/baselines/gail/result/HumanoidStandup-normalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..97965ecde8e3dc7162553821f77d3713631789d3 Binary files /dev/null and b/baselines/gail/result/HumanoidStandup-normalized-deterministic-scores.png differ diff --git a/baselines/gail/result/HumanoidStandup-normalized-stochastic-scores.png b/baselines/gail/result/HumanoidStandup-normalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..7456419e996353dab90b38a376464c2a7405c315 Binary files /dev/null and b/baselines/gail/result/HumanoidStandup-normalized-stochastic-scores.png differ diff --git a/baselines/gail/result/HumanoidStandup-unnormalized-deterministic-scores.png b/baselines/gail/result/HumanoidStandup-unnormalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..a3ab6755dc06431eb04e4d9e6010b93e90a66e31 Binary files /dev/null and b/baselines/gail/result/HumanoidStandup-unnormalized-deterministic-scores.png differ diff --git a/baselines/gail/result/HumanoidStandup-unnormalized-stochastic-scores.png b/baselines/gail/result/HumanoidStandup-unnormalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..974e0e991795d0026e735b19ff270d806e7c6e05 Binary files /dev/null and b/baselines/gail/result/HumanoidStandup-unnormalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Walker2d-normalized-deterministic-scores.png b/baselines/gail/result/Walker2d-normalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..5a737481179157dc3030c86e9feba3dde9576519 Binary files /dev/null and b/baselines/gail/result/Walker2d-normalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Walker2d-normalized-stochastic-scores.png b/baselines/gail/result/Walker2d-normalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..fe54c92bf91f15ea35634d247d4ae98cc4626dd1 Binary files /dev/null and b/baselines/gail/result/Walker2d-normalized-stochastic-scores.png differ diff --git a/baselines/gail/result/Walker2d-unnormalized-deterministic-scores.png b/baselines/gail/result/Walker2d-unnormalized-deterministic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec0f37d6a85c19904a3c2bf880851195e08de57 Binary files /dev/null and b/baselines/gail/result/Walker2d-unnormalized-deterministic-scores.png differ diff --git a/baselines/gail/result/Walker2d-unnormalized-stochastic-scores.png b/baselines/gail/result/Walker2d-unnormalized-stochastic-scores.png new file mode 100644 index 0000000000000000000000000000000000000000..4cef338be570e2e6fac8b871050dff95aa81928d Binary files /dev/null and b/baselines/gail/result/Walker2d-unnormalized-stochastic-scores.png differ diff --git a/baselines/gail/result/gail-result.md b/baselines/gail/result/gail-result.md new file mode 100644 index 0000000000000000000000000000000000000000..8ecc9ed1ebeef40cc3631c49a07ff2b224b1065c --- /dev/null +++ b/baselines/gail/result/gail-result.md @@ -0,0 +1,53 @@ +# Results of GAIL/BC on Mujoco + +Here's the extensive experimental results of applying GAIL/BC on Mujoco environments, including +Hopper-v1, Walker2d-v1, HalfCheetah-v1, Humanoid-v1, HumanoidStandup-v1. Every imitator is evaluated with seed to be 0. + +## Results + +### Training through iterations + +- Hoppers-v1 + + +- HalfCheetah-v1 + + +- Walker2d-v1 + + +- Humanoid-v1 + + +- HumanoidStandup-v1 + + +For details (e.g., adversarial loss, discriminator accuracy, etc.) about GAIL training, please see [here](https://drive.google.com/drive/folders/1nnU8dqAV9i37-_5_vWIspyFUJFQLCsDD?usp=sharing) + +### Determinstic Policy (Set std=0) +| | Un-normalized | Normalized | +|---|---|---| +| Hopper-v1 | | | +| HalfCheetah-v1 | | | +| Walker2d-v1 | | | +| Humanoid-v1 | | | +| HumanoidStandup-v1 | | | + +### Stochatic Policy +| | Un-normalized | Normalized | +|---|---|---| +| Hopper-v1 | | | +| HalfCheetah-v1 | | | +| Walker2d-v1 | | | +| Humanoid-v1 | | | +| HumanoidStandup-v1 | | | + +### details about GAIL imitator + +For all environments, the +imitator is trained with 1, 5, 10, 50 trajectories, where each trajectory contains at most +1024 transitions, and seed 0, 1, 2, 3, respectively. + +### details about the BC imitators + +All BC imitators are trained with seed 0. diff --git a/baselines/gail/result/halfcheetah-training.png b/baselines/gail/result/halfcheetah-training.png new file mode 100644 index 0000000000000000000000000000000000000000..36ebf7e0d8ef8ce18fe4f3eff9b9988b08afe354 --- /dev/null +++ b/baselines/gail/result/halfcheetah-training.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac1ba8652022e651452df31586ae7a9e95fe78e2484d0c2a07865502b4adaf3 +size 515676 diff --git a/baselines/gail/result/hopper-training.png b/baselines/gail/result/hopper-training.png new file mode 100644 index 0000000000000000000000000000000000000000..9a1732f4a77d9b4605261b50bf356263eca7ef81 --- /dev/null +++ b/baselines/gail/result/hopper-training.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6afe8c0224a57a4cd1bdb1b58a122832559e33c706a796cb43fd70cbadd7896 +size 547002 diff --git a/baselines/gail/result/humanoid-training.png b/baselines/gail/result/humanoid-training.png new file mode 100644 index 0000000000000000000000000000000000000000..f98ec62bbfb1f358914c04aa1de6b3258383cd68 --- /dev/null +++ b/baselines/gail/result/humanoid-training.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b516f89351cfb53fbed75df80dfe845ab1a2dbafb30e348caa17156d6d501731 +size 551074 diff --git a/baselines/gail/result/humanoidstandup-training.png b/baselines/gail/result/humanoidstandup-training.png new file mode 100644 index 0000000000000000000000000000000000000000..ce59b8812c8a0bf9b7dda31392b987ada4c3a248 --- /dev/null +++ b/baselines/gail/result/humanoidstandup-training.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204464b59033e3515d2d2678e698dd5e03ee7b058d1ab8bbdbe89b5c52c95cdf +size 700385 diff --git a/baselines/gail/result/walker2d-training.png b/baselines/gail/result/walker2d-training.png new file mode 100644 index 0000000000000000000000000000000000000000..1480707c1c8567e966a1106cffe2d61888b8d297 --- /dev/null +++ b/baselines/gail/result/walker2d-training.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb367a14c4b226777b2e21e1cab49004ba4f6dfb8edfebc6c8483750c960e24 +size 643940 diff --git a/baselines/gail/run_mujoco.py b/baselines/gail/run_mujoco.py new file mode 100644 index 0000000000000000000000000000000000000000..e875c5ccd2d6b1d82f4ac932b6e74156fff677e7 --- /dev/null +++ b/baselines/gail/run_mujoco.py @@ -0,0 +1,239 @@ +''' +Disclaimer: this code is highly based on trpo_mpi at @openai/baselines and @openai/imitation +''' + +import argparse +import os.path as osp +import logging +from mpi4py import MPI +from tqdm import tqdm + +import numpy as np +import gym + +from baselines.gail import mlp_policy +from baselines.common import set_global_seeds, tf_util as U +from baselines.common.misc_util import boolean_flag +from baselines import bench +from baselines import logger +from baselines.gail.dataset.mujoco_dset import Mujoco_Dset +from baselines.gail.adversary import TransitionClassifier + + +def argsparser(): + parser = argparse.ArgumentParser("Tensorflow Implementation of GAIL") + parser.add_argument('--env_id', help='environment ID', default='Hopper-v2') + parser.add_argument('--seed', help='RNG seed', type=int, default=0) + parser.add_argument('--expert_path', type=str, default='data/deterministic.trpo.Hopper.0.00.npz') + parser.add_argument('--checkpoint_dir', help='the directory to save model', default='checkpoint') + parser.add_argument('--log_dir', help='the directory to save log file', default='log') + parser.add_argument('--load_model_path', help='if provided, load the model', type=str, default=None) + # Task + parser.add_argument('--task', type=str, choices=['train', 'evaluate', 'sample'], default='train') + # for evaluatation + boolean_flag(parser, 'stochastic_policy', default=False, help='use stochastic/deterministic policy to evaluate') + boolean_flag(parser, 'save_sample', default=False, help='save the trajectories or not') + # Mujoco Dataset Configuration + parser.add_argument('--traj_limitation', type=int, default=-1) + # Optimization Configuration + parser.add_argument('--g_step', help='number of steps to train policy in each epoch', type=int, default=3) + parser.add_argument('--d_step', help='number of steps to train discriminator in each epoch', type=int, default=1) + # Network Configuration (Using MLP Policy) + parser.add_argument('--policy_hidden_size', type=int, default=100) + parser.add_argument('--adversary_hidden_size', type=int, default=100) + # Algorithms Configuration + parser.add_argument('--algo', type=str, choices=['trpo', 'ppo'], default='trpo') + parser.add_argument('--max_kl', type=float, default=0.01) + parser.add_argument('--policy_entcoeff', help='entropy coefficiency of policy', type=float, default=0) + parser.add_argument('--adversary_entcoeff', help='entropy coefficiency of discriminator', type=float, default=1e-3) + # Traing Configuration + parser.add_argument('--save_per_iter', help='save model every xx iterations', type=int, default=100) + parser.add_argument('--num_timesteps', help='number of timesteps per episode', type=int, default=5e6) + # Behavior Cloning + boolean_flag(parser, 'pretrained', default=False, help='Use BC to pretrain') + parser.add_argument('--BC_max_iter', help='Max iteration for training BC', type=int, default=1e4) + return parser.parse_args() + + +def get_task_name(args): + task_name = args.algo + "_gail." + if args.pretrained: + task_name += "with_pretrained." + if args.traj_limitation != np.inf: + task_name += "transition_limitation_%d." % args.traj_limitation + task_name += args.env_id.split("-")[0] + task_name = task_name + ".g_step_" + str(args.g_step) + ".d_step_" + str(args.d_step) + \ + ".policy_entcoeff_" + str(args.policy_entcoeff) + ".adversary_entcoeff_" + str(args.adversary_entcoeff) + task_name += ".seed_" + str(args.seed) + return task_name + + +def main(args): + U.make_session(num_cpu=1).__enter__() + set_global_seeds(args.seed) + env = gym.make(args.env_id) + + def policy_fn(name, ob_space, ac_space, reuse=False): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + reuse=reuse, hid_size=args.policy_hidden_size, num_hid_layers=2) + env = bench.Monitor(env, logger.get_dir() and + osp.join(logger.get_dir(), "monitor.json")) + env.seed(args.seed) + gym.logger.setLevel(logging.WARN) + task_name = get_task_name(args) + args.checkpoint_dir = osp.join(args.checkpoint_dir, task_name) + args.log_dir = osp.join(args.log_dir, task_name) + + if args.task == 'train': + dataset = Mujoco_Dset(expert_path=args.expert_path, traj_limitation=args.traj_limitation) + reward_giver = TransitionClassifier(env, args.adversary_hidden_size, entcoeff=args.adversary_entcoeff) + train(env, + args.seed, + policy_fn, + reward_giver, + dataset, + args.algo, + args.g_step, + args.d_step, + args.policy_entcoeff, + args.num_timesteps, + args.save_per_iter, + args.checkpoint_dir, + args.log_dir, + args.pretrained, + args.BC_max_iter, + task_name + ) + elif args.task == 'evaluate': + runner(env, + policy_fn, + args.load_model_path, + timesteps_per_batch=1024, + number_trajs=10, + stochastic_policy=args.stochastic_policy, + save=args.save_sample + ) + else: + raise NotImplementedError + env.close() + + +def train(env, seed, policy_fn, reward_giver, dataset, algo, + g_step, d_step, policy_entcoeff, num_timesteps, save_per_iter, + checkpoint_dir, log_dir, pretrained, BC_max_iter, task_name=None): + + pretrained_weight = None + if pretrained and (BC_max_iter > 0): + # Pretrain with behavior cloning + from baselines.gail import behavior_clone + pretrained_weight = behavior_clone.learn(env, policy_fn, dataset, + max_iters=BC_max_iter) + + if algo == 'trpo': + from baselines.gail import trpo_mpi + # Set up for MPI seed + rank = MPI.COMM_WORLD.Get_rank() + if rank != 0: + logger.set_level(logger.DISABLED) + workerseed = seed + 10000 * MPI.COMM_WORLD.Get_rank() + set_global_seeds(workerseed) + env.seed(workerseed) + trpo_mpi.learn(env, policy_fn, reward_giver, dataset, rank, + pretrained=pretrained, pretrained_weight=pretrained_weight, + g_step=g_step, d_step=d_step, + entcoeff=policy_entcoeff, + max_timesteps=num_timesteps, + ckpt_dir=checkpoint_dir, log_dir=log_dir, + save_per_iter=save_per_iter, + timesteps_per_batch=1024, + max_kl=0.01, cg_iters=10, cg_damping=0.1, + gamma=0.995, lam=0.97, + vf_iters=5, vf_stepsize=1e-3, + task_name=task_name) + else: + raise NotImplementedError + + +def runner(env, policy_func, load_model_path, timesteps_per_batch, number_trajs, + stochastic_policy, save=False, reuse=False): + + # Setup network + # ---------------------------------------- + ob_space = env.observation_space + ac_space = env.action_space + pi = policy_func("pi", ob_space, ac_space, reuse=reuse) + U.initialize() + # Prepare for rollouts + # ---------------------------------------- + U.load_variables(load_model_path) + + obs_list = [] + acs_list = [] + len_list = [] + ret_list = [] + for _ in tqdm(range(number_trajs)): + traj = traj_1_generator(pi, env, timesteps_per_batch, stochastic=stochastic_policy) + obs, acs, ep_len, ep_ret = traj['ob'], traj['ac'], traj['ep_len'], traj['ep_ret'] + obs_list.append(obs) + acs_list.append(acs) + len_list.append(ep_len) + ret_list.append(ep_ret) + if stochastic_policy: + print('stochastic policy:') + else: + print('deterministic policy:') + if save: + filename = load_model_path.split('/')[-1] + '.' + env.spec.id + np.savez(filename, obs=np.array(obs_list), acs=np.array(acs_list), + lens=np.array(len_list), rets=np.array(ret_list)) + avg_len = sum(len_list)/len(len_list) + avg_ret = sum(ret_list)/len(ret_list) + print("Average length:", avg_len) + print("Average return:", avg_ret) + return avg_len, avg_ret + + +# Sample one trajectory (until trajectory end) +def traj_1_generator(pi, env, horizon, stochastic): + + t = 0 + ac = env.action_space.sample() # not used, just so we have the datatype + new = True # marks if we're on first timestep of an episode + + ob = env.reset() + cur_ep_ret = 0 # return in current episode + cur_ep_len = 0 # len of current episode + + # Initialize history arrays + obs = [] + rews = [] + news = [] + acs = [] + + while True: + ac, vpred = pi.act(stochastic, ob) + obs.append(ob) + news.append(new) + acs.append(ac) + + ob, rew, new, _ = env.step(ac) + rews.append(rew) + + cur_ep_ret += rew + cur_ep_len += 1 + if new or t >= horizon: + break + t += 1 + + obs = np.array(obs) + rews = np.array(rews) + news = np.array(news) + acs = np.array(acs) + traj = {"ob": obs, "rew": rews, "new": news, "ac": acs, + "ep_ret": cur_ep_ret, "ep_len": cur_ep_len} + return traj + + +if __name__ == '__main__': + args = argsparser() + main(args) diff --git a/baselines/gail/statistics.py b/baselines/gail/statistics.py new file mode 100644 index 0000000000000000000000000000000000000000..6163ea72cf80f287fe057f2501194a5ef75e6aab --- /dev/null +++ b/baselines/gail/statistics.py @@ -0,0 +1,45 @@ +''' +This code is highly based on https://github.com/carpedm20/deep-rl-tensorflow/blob/master/agents/statistic.py +''' + +import tensorflow as tf +import numpy as np + +import baselines.common.tf_util as U + + +class stats(): + + def __init__(self, scalar_keys=[], histogram_keys=[]): + self.scalar_keys = scalar_keys + self.histogram_keys = histogram_keys + self.scalar_summaries = [] + self.scalar_summaries_ph = [] + self.histogram_summaries_ph = [] + self.histogram_summaries = [] + with tf.compat.v1.variable_scope('summary'): + for k in scalar_keys: + ph = tf.compat.v1.placeholder('float32', None, name=k+'.scalar.summary') + sm = tf.compat.v1.summary.scalar(k+'.scalar.summary', ph) + self.scalar_summaries_ph.append(ph) + self.scalar_summaries.append(sm) + for k in histogram_keys: + ph = tf.compat.v1.placeholder('float32', None, name=k+'.histogram.summary') + sm = tf.compat.v1.summary.scalar(k+'.histogram.summary', ph) + self.histogram_summaries_ph.append(ph) + self.histogram_summaries.append(sm) + + self.summaries = tf.compat.v1.summary.merge(self.scalar_summaries+self.histogram_summaries) + + def add_all_summary(self, writer, values, iter): + # Note that the order of the incoming ```values``` should be the same as the that of the + # ```scalar_keys``` given in ```__init__``` + if np.sum(np.isnan(values)+0) != 0: + return + sess = U.get_session() + keys = self.scalar_summaries_ph + self.histogram_summaries_ph + feed_dict = {} + for k, v in zip(keys, values): + feed_dict.update({k: v}) + summaries_str = sess.run(self.summaries, feed_dict) + writer.add_summary(summaries_str, iter) diff --git a/baselines/gail/trpo_mpi.py b/baselines/gail/trpo_mpi.py new file mode 100644 index 0000000000000000000000000000000000000000..cb792bd1daf3ce4a543493a03ed82a942e3cc536 --- /dev/null +++ b/baselines/gail/trpo_mpi.py @@ -0,0 +1,354 @@ +''' +Disclaimer: The trpo part highly rely on trpo_mpi at @openai/baselines +''' + +import time +import os +from contextlib import contextmanager +from mpi4py import MPI +from collections import deque + +import tensorflow as tf +import numpy as np + +import baselines.common.tf_util as U +from baselines.common import explained_variance, zipsame, dataset, fmt_row +from baselines import logger +from baselines.common import colorize +from baselines.common.mpi_adam import MpiAdam +from baselines.common.cg import cg +from baselines.gail.statistics import stats + + +def traj_segment_generator(pi, env, reward_giver, horizon, stochastic): + + # Initialize state variables + t = 0 + ac = env.action_space.sample() + new = True + rew = 0.0 + true_rew = 0.0 + ob = env.reset() + + cur_ep_ret = 0 + cur_ep_len = 0 + cur_ep_true_ret = 0 + ep_true_rets = [] + ep_rets = [] + ep_lens = [] + + # Initialize history arrays + obs = np.array([ob for _ in range(horizon)]) + true_rews = np.zeros(horizon, 'float32') + rews = np.zeros(horizon, 'float32') + vpreds = np.zeros(horizon, 'float32') + news = np.zeros(horizon, 'int32') + acs = np.array([ac for _ in range(horizon)]) + prevacs = acs.copy() + + while True: + prevac = ac + ac, vpred = pi.act(stochastic, ob) + # Slight weirdness here because we need value function at time T + # before returning segment [0, T-1] so we get the correct + # terminal value + if t > 0 and t % horizon == 0: + yield {"ob": obs, "rew": rews, "vpred": vpreds, "new": news, + "ac": acs, "prevac": prevacs, "nextvpred": vpred * (1 - new), + "ep_rets": ep_rets, "ep_lens": ep_lens, "ep_true_rets": ep_true_rets} + _, vpred = pi.act(stochastic, ob) + # Be careful!!! if you change the downstream algorithm to aggregate + # several of these batches, then be sure to do a deepcopy + ep_rets = [] + ep_true_rets = [] + ep_lens = [] + i = t % horizon + obs[i] = ob + vpreds[i] = vpred + news[i] = new + acs[i] = ac + prevacs[i] = prevac + + rew = reward_giver.get_reward(ob, ac) + ob, true_rew, new, _ = env.step(ac) + rews[i] = rew + true_rews[i] = true_rew + + cur_ep_ret += rew + cur_ep_true_ret += true_rew + cur_ep_len += 1 + if new: + ep_rets.append(cur_ep_ret) + ep_true_rets.append(cur_ep_true_ret) + ep_lens.append(cur_ep_len) + cur_ep_ret = 0 + cur_ep_true_ret = 0 + cur_ep_len = 0 + ob = env.reset() + t += 1 + + +def add_vtarg_and_adv(seg, gamma, lam): + new = np.append(seg["new"], 0) # last element is only used for last vtarg, but we already zeroed it if last new = 1 + vpred = np.append(seg["vpred"], seg["nextvpred"]) + T = len(seg["rew"]) + seg["adv"] = gaelam = np.empty(T, 'float32') + rew = seg["rew"] + lastgaelam = 0 + for t in reversed(range(T)): + nonterminal = 1-new[t+1] + delta = rew[t] + gamma * vpred[t+1] * nonterminal - vpred[t] + gaelam[t] = lastgaelam = delta + gamma * lam * nonterminal * lastgaelam + seg["tdlamret"] = seg["adv"] + seg["vpred"] + + +def learn(env, policy_func, reward_giver, expert_dataset, rank, + pretrained, pretrained_weight, *, + g_step, d_step, entcoeff, save_per_iter, + ckpt_dir, log_dir, timesteps_per_batch, task_name, + gamma, lam, + max_kl, cg_iters, cg_damping=1e-2, + vf_stepsize=3e-4, d_stepsize=3e-4, vf_iters=3, + max_timesteps=0, max_episodes=0, max_iters=0, + callback=None + ): + + nworkers = MPI.COMM_WORLD.Get_size() + rank = MPI.COMM_WORLD.Get_rank() + np.set_printoptions(precision=3) + # Setup losses and stuff + # ---------------------------------------- + ob_space = env.observation_space + ac_space = env.action_space + pi = policy_func("pi", ob_space, ac_space, reuse=(pretrained_weight != None)) + oldpi = policy_func("oldpi", ob_space, ac_space) + atarg = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Target advantage function (if applicable) + ret = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Empirical return + + ob = U.get_placeholder_cached(name="ob") + ac = pi.pdtype.sample_placeholder([None]) + + kloldnew = oldpi.pd.kl(pi.pd) + ent = pi.pd.entropy() + meankl = tf.reduce_mean(input_tensor=kloldnew) + meanent = tf.reduce_mean(input_tensor=ent) + entbonus = entcoeff * meanent + + vferr = tf.reduce_mean(input_tensor=tf.square(pi.vpred - ret)) + + ratio = tf.exp(pi.pd.logp(ac) - oldpi.pd.logp(ac)) # advantage * pnew / pold + surrgain = tf.reduce_mean(input_tensor=ratio * atarg) + + optimgain = surrgain + entbonus + losses = [optimgain, meankl, entbonus, surrgain, meanent] + loss_names = ["optimgain", "meankl", "entloss", "surrgain", "entropy"] + + dist = meankl + + all_var_list = pi.get_trainable_variables() + var_list = [v for v in all_var_list if v.name.startswith("pi/pol") or v.name.startswith("pi/logstd")] + vf_var_list = [v for v in all_var_list if v.name.startswith("pi/vff")] + assert len(var_list) == len(vf_var_list) + 1 + d_adam = MpiAdam(reward_giver.get_trainable_variables()) + vfadam = MpiAdam(vf_var_list) + + get_flat = U.GetFlat(var_list) + set_from_flat = U.SetFromFlat(var_list) + klgrads = tf.gradients(ys=dist, xs=var_list) + flat_tangent = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None], name="flat_tan") + shapes = [var.get_shape().as_list() for var in var_list] + start = 0 + tangents = [] + for shape in shapes: + sz = U.intprod(shape) + tangents.append(tf.reshape(flat_tangent[start:start+sz], shape)) + start += sz + gvp = tf.add_n([tf.reduce_sum(input_tensor=g*tangent) for (g, tangent) in zipsame(klgrads, tangents)]) # pylint: disable=E1111 + fvp = U.flatgrad(gvp, var_list) + + assign_old_eq_new = U.function([], [], updates=[tf.compat.v1.assign(oldv, newv) + for (oldv, newv) in zipsame(oldpi.get_variables(), pi.get_variables())]) + compute_losses = U.function([ob, ac, atarg], losses) + compute_lossandgrad = U.function([ob, ac, atarg], losses + [U.flatgrad(optimgain, var_list)]) + compute_fvp = U.function([flat_tangent, ob, ac, atarg], fvp) + compute_vflossandgrad = U.function([ob, ret], U.flatgrad(vferr, vf_var_list)) + + @contextmanager + def timed(msg): + if rank == 0: + print(colorize(msg, color='magenta')) + tstart = time.time() + yield + print(colorize("done in %.3f seconds" % (time.time() - tstart), color='magenta')) + else: + yield + + def allmean(x): + assert isinstance(x, np.ndarray) + out = np.empty_like(x) + MPI.COMM_WORLD.Allreduce(x, out, op=MPI.SUM) + out /= nworkers + return out + + U.initialize() + th_init = get_flat() + MPI.COMM_WORLD.Bcast(th_init, root=0) + set_from_flat(th_init) + d_adam.sync() + vfadam.sync() + if rank == 0: + print("Init param sum", th_init.sum(), flush=True) + + # Prepare for rollouts + # ---------------------------------------- + seg_gen = traj_segment_generator(pi, env, reward_giver, timesteps_per_batch, stochastic=True) + + episodes_so_far = 0 + timesteps_so_far = 0 + iters_so_far = 0 + tstart = time.time() + lenbuffer = deque(maxlen=40) # rolling buffer for episode lengths + rewbuffer = deque(maxlen=40) # rolling buffer for episode rewards + true_rewbuffer = deque(maxlen=40) + + assert sum([max_iters > 0, max_timesteps > 0, max_episodes > 0]) == 1 + + g_loss_stats = stats(loss_names) + d_loss_stats = stats(reward_giver.loss_name) + ep_stats = stats(["True_rewards", "Rewards", "Episode_length"]) + # if provide pretrained weight + if pretrained_weight is not None: + U.load_state(pretrained_weight, var_list=pi.get_variables()) + + while True: + if callback: callback(locals(), globals()) + if max_timesteps and timesteps_so_far >= max_timesteps: + break + elif max_episodes and episodes_so_far >= max_episodes: + break + elif max_iters and iters_so_far >= max_iters: + break + + # Save model + if rank == 0 and iters_so_far % save_per_iter == 0 and ckpt_dir is not None: + fname = os.path.join(ckpt_dir, task_name) + os.makedirs(os.path.dirname(fname), exist_ok=True) + saver = tf.compat.v1.train.Saver() + saver.save(tf.compat.v1.get_default_session(), fname) + + logger.log("********** Iteration %i ************" % iters_so_far) + + def fisher_vector_product(p): + return allmean(compute_fvp(p, *fvpargs)) + cg_damping * p + # ------------------ Update G ------------------ + logger.log("Optimizing Policy...") + for _ in range(g_step): + with timed("sampling"): + seg = seg_gen.__next__() + add_vtarg_and_adv(seg, gamma, lam) + # ob, ac, atarg, ret, td1ret = map(np.concatenate, (obs, acs, atargs, rets, td1rets)) + ob, ac, atarg, tdlamret = seg["ob"], seg["ac"], seg["adv"], seg["tdlamret"] + vpredbefore = seg["vpred"] # predicted value function before udpate + atarg = (atarg - atarg.mean()) / atarg.std() # standardized advantage function estimate + + if hasattr(pi, "ob_rms"): pi.ob_rms.update(ob) # update running mean/std for policy + + args = seg["ob"], seg["ac"], atarg + fvpargs = [arr[::5] for arr in args] + + assign_old_eq_new() # set old parameter values to new parameter values + with timed("computegrad"): + *lossbefore, g = compute_lossandgrad(*args) + lossbefore = allmean(np.array(lossbefore)) + g = allmean(g) + if np.allclose(g, 0): + logger.log("Got zero gradient. not updating") + else: + with timed("cg"): + stepdir = cg(fisher_vector_product, g, cg_iters=cg_iters, verbose=rank == 0) + assert np.isfinite(stepdir).all() + shs = .5*stepdir.dot(fisher_vector_product(stepdir)) + lm = np.sqrt(shs / max_kl) + # logger.log("lagrange multiplier:", lm, "gnorm:", np.linalg.norm(g)) + fullstep = stepdir / lm + expectedimprove = g.dot(fullstep) + surrbefore = lossbefore[0] + stepsize = 1.0 + thbefore = get_flat() + for _ in range(10): + thnew = thbefore + fullstep * stepsize + set_from_flat(thnew) + meanlosses = surr, kl, *_ = allmean(np.array(compute_losses(*args))) + improve = surr - surrbefore + logger.log("Expected: %.3f Actual: %.3f" % (expectedimprove, improve)) + if not np.isfinite(meanlosses).all(): + logger.log("Got non-finite value of losses -- bad!") + elif kl > max_kl * 1.5: + logger.log("violated KL constraint. shrinking step.") + elif improve < 0: + logger.log("surrogate didn't improve. shrinking step.") + else: + logger.log("Stepsize OK!") + break + stepsize *= .5 + else: + logger.log("couldn't compute a good step") + set_from_flat(thbefore) + if nworkers > 1 and iters_so_far % 20 == 0: + paramsums = MPI.COMM_WORLD.allgather((thnew.sum(), vfadam.getflat().sum())) # list of tuples + assert all(np.allclose(ps, paramsums[0]) for ps in paramsums[1:]) + with timed("vf"): + for _ in range(vf_iters): + for (mbob, mbret) in dataset.iterbatches((seg["ob"], seg["tdlamret"]), + include_final_partial_batch=False, batch_size=128): + if hasattr(pi, "ob_rms"): + pi.ob_rms.update(mbob) # update running mean/std for policy + g = allmean(compute_vflossandgrad(mbob, mbret)) + vfadam.update(g, vf_stepsize) + + g_losses = meanlosses + for (lossname, lossval) in zip(loss_names, meanlosses): + logger.record_tabular(lossname, lossval) + logger.record_tabular("ev_tdlam_before", explained_variance(vpredbefore, tdlamret)) + # ------------------ Update D ------------------ + logger.log("Optimizing Discriminator...") + logger.log(fmt_row(13, reward_giver.loss_name)) + ob_expert, ac_expert = expert_dataset.get_next_batch(len(ob)) + batch_size = len(ob) // d_step + d_losses = [] # list of tuples, each of which gives the loss for a minibatch + for ob_batch, ac_batch in dataset.iterbatches((ob, ac), + include_final_partial_batch=False, + batch_size=batch_size): + ob_expert, ac_expert = expert_dataset.get_next_batch(len(ob_batch)) + # update running mean/std for reward_giver + if hasattr(reward_giver, "obs_rms"): reward_giver.obs_rms.update(np.concatenate((ob_batch, ob_expert), 0)) + *newlosses, g = reward_giver.lossandgrad(ob_batch, ac_batch, ob_expert, ac_expert) + d_adam.update(allmean(g), d_stepsize) + d_losses.append(newlosses) + logger.log(fmt_row(13, np.mean(d_losses, axis=0))) + + lrlocal = (seg["ep_lens"], seg["ep_rets"], seg["ep_true_rets"]) # local values + listoflrpairs = MPI.COMM_WORLD.allgather(lrlocal) # list of tuples + lens, rews, true_rets = map(flatten_lists, zip(*listoflrpairs)) + true_rewbuffer.extend(true_rets) + lenbuffer.extend(lens) + rewbuffer.extend(rews) + + logger.record_tabular("EpLenMean", np.mean(lenbuffer)) + logger.record_tabular("EpRewMean", np.mean(rewbuffer)) + logger.record_tabular("EpTrueRewMean", np.mean(true_rewbuffer)) + logger.record_tabular("EpThisIter", len(lens)) + episodes_so_far += len(lens) + timesteps_so_far += sum(lens) + iters_so_far += 1 + + logger.record_tabular("EpisodesSoFar", episodes_so_far) + logger.record_tabular("TimestepsSoFar", timesteps_so_far) + logger.record_tabular("TimeElapsed", time.time() - tstart) + + if rank == 0: + logger.dump_tabular() + + +def flatten_lists(listoflists): + return [el for list_ in listoflists for el in list_] diff --git a/baselines/her/README.md b/baselines/her/README.md new file mode 100644 index 0000000000000000000000000000000000000000..232b5053bda1c038c3e8f1fb3f897d2d3d68833b --- /dev/null +++ b/baselines/her/README.md @@ -0,0 +1,85 @@ +# Hindsight Experience Replay +For details on Hindsight Experience Replay (HER), please read the [paper](https://arxiv.org/abs/1707.01495). + +## How to use Hindsight Experience Replay + +### Getting started +Training an agent is very simple: +```bash +python -m baselines.run --alg=her --env=FetchReach-v1 --num_timesteps=5000 +``` +This will train a DDPG+HER agent on the `FetchReach` environment. +You should see the success rate go up quickly to `1.0`, which means that the agent achieves the +desired goal in 100% of the cases (note how HER can solve it in <5k steps - try doing that with PPO by replacing her with ppo2 :)) +The training script logs other diagnostics as well. Policy at the end of the training can be saved using `--save_path` flag, for instance: +```bash +python -m baselines.run --alg=her --env=FetchReach-v1 --num_timesteps=5000 --save_path=~/policies/her/fetchreach5k +``` + +To inspect what the agent has learned, use the `--play` flag: +```bash +python -m baselines.run --alg=her --env=FetchReach-v1 --num_timesteps=5000 --play +``` +(note `--play` can be combined with `--load_path`, which lets one load trained policies, for more results see [README.md](../../README.md)) + + +### Reproducing results +In [Plappert et al. (2018)](https://arxiv.org/abs/1802.09464), 38 trajectories were generated in parallel +(19 MPI processes, each generating computing gradients from 2 trajectories and aggregating). +To reproduce that behaviour, use +```bash +mpirun -np 19 python -m baselines.run --num_env=2 --alg=her ... +``` +This will require a machine with sufficient amount of physical CPU cores. In our experiments, +we used [Azure's D15v2 instances](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/sizes), +which have 20 physical cores. We only scheduled the experiment on 19 of those to leave some head-room on the system. + + +## Hindsight Experience Replay with Demonstrations +Using pre-recorded demonstrations to Overcome the exploration problem in HER based Reinforcement learning. +For details, please read the [paper](https://arxiv.org/pdf/1709.10089.pdf). + +### Getting started +The first step is to generate the demonstration dataset. This can be done in two ways, either by using a VR system to manipulate the arm using physical VR trackers or the simpler way is to write a script to carry out the respective task. Now some tasks can be complex and thus it would be difficult to write a hardcoded script for that task (eg. Fetch Push), but here our focus is on providing an algorithm that helps the agent to learn from demonstrations, and not on the demonstration generation paradigm itself. Thus the data collection part is left to the reader's choice. + +We provide a script for the Fetch Pick and Place task, to generate demonstrations for the Pick and Place task execute: +```bash +python experiment/data_generation/fetch_data_generation.py +``` +This outputs ```data_fetch_random_100.npz``` file which is our data file. + +To launch training with demonstrations (more technically, with behaviour cloning loss as an auxilliary loss), run the following +```bash +python -m baselines.run --alg=her --env=FetchPickAndPlace-v1 --num_timesteps=2.5e6 --demo_file=/Path/to/demo_file.npz +``` +This will train a DDPG+HER agent on the `FetchPickAndPlace` environment by using previously generated demonstration data. +To inspect what the agent has learned, use the `--play` flag as described above. + +#### Configuration +The provided configuration is for training an agent with HER without demonstrations, we need to change a few paramters for the HER algorithm to learn through demonstrations, to do that, set: + +* bc_loss: 1 - whether or not to use the behavior cloning loss as an auxilliary loss +* q_filter: 1 - whether or not a Q value filter should be used on the Actor outputs +* num_demo: 100 - number of expert demo episodes +* demo_batch_size: 128 - number of samples to be used from the demonstrations buffer, per mpi thread +* prm_loss_weight: 0.001 - Weight corresponding to the primary loss +* aux_loss_weight: 0.0078 - Weight corresponding to the auxilliary loss also called the cloning loss + +Apart from these changes the reported results also have the following configurational changes: + +* n_cycles: 20 - per epoch +* batch_size: 1024 - per mpi thread, total batch size +* random_eps: 0.1 - percentage of time a random action is taken +* noise_eps: 0.1 - std of gaussian noise added to not-completely-random actions + +These parameters can be changed either in [experiment/config.py](experiment/config.py) or passed to the command line as `--param=value`) + +### Results +Training with demonstrations helps overcome the exploration problem and achieves a faster and better convergence. The following graphs contrast the difference between training with and without demonstration data, We report the mean Q values vs Epoch and the Success Rate vs Epoch: + + +
+
+
Training results for Fetch Pick and Place task constrasting between training with and without demonstration data.
+
+ diff --git a/baselines/her/__init__.py b/baselines/her/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/her/actor_critic.py b/baselines/her/actor_critic.py new file mode 100644 index 0000000000000000000000000000000000000000..c6fe5b388c58d65374a7ec16e9e1cba33657bd40 --- /dev/null +++ b/baselines/her/actor_critic.py @@ -0,0 +1,44 @@ +import tensorflow as tf +from baselines.her.util import store_args, nn + + +class ActorCritic: + @store_args + def __init__(self, inputs_tf, dimo, dimg, dimu, max_u, o_stats, g_stats, hidden, layers, + **kwargs): + """The actor-critic network and related training code. + + Args: + inputs_tf (dict of tensors): all necessary inputs for the network: the + observation (o), the goal (g), and the action (u) + dimo (int): the dimension of the observations + dimg (int): the dimension of the goals + dimu (int): the dimension of the actions + max_u (float): the maximum magnitude of actions; action outputs will be scaled + accordingly + o_stats (baselines.her.Normalizer): normalizer for observations + g_stats (baselines.her.Normalizer): normalizer for goals + hidden (int): number of hidden units that should be used in hidden layers + layers (int): number of hidden layers + """ + self.o_tf = inputs_tf['o'] + self.g_tf = inputs_tf['g'] + self.u_tf = inputs_tf['u'] + + # Prepare inputs for actor and critic. + o = self.o_stats.normalize(self.o_tf) + g = self.g_stats.normalize(self.g_tf) + input_pi = tf.concat(axis=1, values=[o, g]) # for actor + + # Networks. + with tf.compat.v1.variable_scope('pi'): + self.pi_tf = self.max_u * tf.tanh(nn( + input_pi, [self.hidden] * self.layers + [self.dimu])) + with tf.compat.v1.variable_scope('Q'): + # for policy training + input_Q = tf.concat(axis=1, values=[o, g, self.pi_tf / self.max_u]) + self.Q_pi_tf = nn(input_Q, [self.hidden] * self.layers + [1]) + # for critic training + input_Q = tf.concat(axis=1, values=[o, g, self.u_tf / self.max_u]) + self._input_Q = input_Q # exposed for tests + self.Q_tf = nn(input_Q, [self.hidden] * self.layers + [1], reuse=True) diff --git a/baselines/her/ddpg.py b/baselines/her/ddpg.py new file mode 100644 index 0000000000000000000000000000000000000000..f054839d707e8879e27501ca706b474b0ff61736 --- /dev/null +++ b/baselines/her/ddpg.py @@ -0,0 +1,448 @@ +from collections import OrderedDict + +import numpy as np +import tensorflow as tf +from tensorflow.contrib.staging import StagingArea + +from baselines import logger +from baselines.her.util import ( + import_function, store_args, flatten_grads, transitions_in_episode_batch, convert_episode_to_batch_major) +from baselines.her.normalizer import Normalizer +from baselines.her.replay_buffer import ReplayBuffer +from baselines.common.mpi_adam import MpiAdam +from baselines.common import tf_util + + +def dims_to_shapes(input_dims): + return {key: tuple([val]) if val > 0 else tuple() for key, val in input_dims.items()} + + +global DEMO_BUFFER #buffer for demonstrations + +class DDPG(object): + @store_args + def __init__(self, input_dims, buffer_size, hidden, layers, network_class, polyak, batch_size, + Q_lr, pi_lr, norm_eps, norm_clip, max_u, action_l2, clip_obs, scope, T, + rollout_batch_size, subtract_goals, relative_goals, clip_pos_returns, clip_return, + bc_loss, q_filter, num_demo, demo_batch_size, prm_loss_weight, aux_loss_weight, + sample_transitions, gamma, reuse=False, **kwargs): + """Implementation of DDPG that is used in combination with Hindsight Experience Replay (HER). + Added functionality to use demonstrations for training to Overcome exploration problem. + + Args: + input_dims (dict of ints): dimensions for the observation (o), the goal (g), and the + actions (u) + buffer_size (int): number of transitions that are stored in the replay buffer + hidden (int): number of units in the hidden layers + layers (int): number of hidden layers + network_class (str): the network class that should be used (e.g. 'baselines.her.ActorCritic') + polyak (float): coefficient for Polyak-averaging of the target network + batch_size (int): batch size for training + Q_lr (float): learning rate for the Q (critic) network + pi_lr (float): learning rate for the pi (actor) network + norm_eps (float): a small value used in the normalizer to avoid numerical instabilities + norm_clip (float): normalized inputs are clipped to be in [-norm_clip, norm_clip] + max_u (float): maximum action magnitude, i.e. actions are in [-max_u, max_u] + action_l2 (float): coefficient for L2 penalty on the actions + clip_obs (float): clip observations before normalization to be in [-clip_obs, clip_obs] + scope (str): the scope used for the TensorFlow graph + T (int): the time horizon for rollouts + rollout_batch_size (int): number of parallel rollouts per DDPG agent + subtract_goals (function): function that subtracts goals from each other + relative_goals (boolean): whether or not relative goals should be fed into the network + clip_pos_returns (boolean): whether or not positive returns should be clipped + clip_return (float): clip returns to be in [-clip_return, clip_return] + sample_transitions (function) function that samples from the replay buffer + gamma (float): gamma used for Q learning updates + reuse (boolean): whether or not the networks should be reused + bc_loss: whether or not the behavior cloning loss should be used as an auxilliary loss + q_filter: whether or not a filter on the q value update should be used when training with demonstartions + num_demo: Number of episodes in to be used in the demonstration buffer + demo_batch_size: number of samples to be used from the demonstrations buffer, per mpi thread + prm_loss_weight: Weight corresponding to the primary loss + aux_loss_weight: Weight corresponding to the auxilliary loss also called the cloning loss + """ + if self.clip_return is None: + self.clip_return = np.inf + + self.create_actor_critic = import_function(self.network_class) + + input_shapes = dims_to_shapes(self.input_dims) + self.dimo = self.input_dims['o'] + self.dimg = self.input_dims['g'] + self.dimu = self.input_dims['u'] + + # Prepare staging area for feeding data to the model. + stage_shapes = OrderedDict() + for key in sorted(self.input_dims.keys()): + if key.startswith('info_'): + continue + stage_shapes[key] = (None, *input_shapes[key]) + for key in ['o', 'g']: + stage_shapes[key + '_2'] = stage_shapes[key] + stage_shapes['r'] = (None,) + self.stage_shapes = stage_shapes + + # Create network. + with tf.compat.v1.variable_scope(self.scope): + self.staging_tf = StagingArea( + dtypes=[tf.float32 for _ in self.stage_shapes.keys()], + shapes=list(self.stage_shapes.values())) + self.buffer_ph_tf = [ + tf.compat.v1.placeholder(tf.float32, shape=shape) for shape in self.stage_shapes.values()] + self.stage_op = self.staging_tf.put(self.buffer_ph_tf) + + self._create_network(reuse=reuse) + + # Configure the replay buffer. + buffer_shapes = {key: (self.T-1 if key != 'o' else self.T, *input_shapes[key]) + for key, val in input_shapes.items()} + buffer_shapes['g'] = (buffer_shapes['g'][0], self.dimg) + buffer_shapes['ag'] = (self.T, self.dimg) + + buffer_size = (self.buffer_size // self.rollout_batch_size) * self.rollout_batch_size + self.buffer = ReplayBuffer(buffer_shapes, buffer_size, self.T, self.sample_transitions) + + global DEMO_BUFFER + DEMO_BUFFER = ReplayBuffer(buffer_shapes, buffer_size, self.T, self.sample_transitions) #initialize the demo buffer; in the same way as the primary data buffer + + def _random_action(self, n): + return np.random.uniform(low=-self.max_u, high=self.max_u, size=(n, self.dimu)) + + def _preprocess_og(self, o, ag, g): + if self.relative_goals: + g_shape = g.shape + g = g.reshape(-1, self.dimg) + ag = ag.reshape(-1, self.dimg) + g = self.subtract_goals(g, ag) + g = g.reshape(*g_shape) + o = np.clip(o, -self.clip_obs, self.clip_obs) + g = np.clip(g, -self.clip_obs, self.clip_obs) + return o, g + + def step(self, obs): + actions = self.get_actions(obs['observation'], obs['achieved_goal'], obs['desired_goal']) + return actions, None, None, None + + + def get_actions(self, o, ag, g, noise_eps=0., random_eps=0., use_target_net=False, + compute_Q=False): + o, g = self._preprocess_og(o, ag, g) + policy = self.target if use_target_net else self.main + # values to compute + vals = [policy.pi_tf] + if compute_Q: + vals += [policy.Q_pi_tf] + # feed + feed = { + policy.o_tf: o.reshape(-1, self.dimo), + policy.g_tf: g.reshape(-1, self.dimg), + policy.u_tf: np.zeros((o.size // self.dimo, self.dimu), dtype=np.float32) + } + + ret = self.sess.run(vals, feed_dict=feed) + # action postprocessing + u = ret[0] + noise = noise_eps * self.max_u * np.random.randn(*u.shape) # gaussian noise + u += noise + u = np.clip(u, -self.max_u, self.max_u) + u += np.random.binomial(1, random_eps, u.shape[0]).reshape(-1, 1) * (self._random_action(u.shape[0]) - u) # eps-greedy + if u.shape[0] == 1: + u = u[0] + u = u.copy() + ret[0] = u + + if len(ret) == 1: + return ret[0] + else: + return ret + + def init_demo_buffer(self, demoDataFile, update_stats=True): #function that initializes the demo buffer + + demoData = np.load(demoDataFile) #load the demonstration data from data file + info_keys = [key.replace('info_', '') for key in self.input_dims.keys() if key.startswith('info_')] + info_values = [np.empty((self.T - 1, 1, self.input_dims['info_' + key]), np.float32) for key in info_keys] + + demo_data_obs = demoData['obs'] + demo_data_acs = demoData['acs'] + demo_data_info = demoData['info'] + + for epsd in range(self.num_demo): # we initialize the whole demo buffer at the start of the training + obs, acts, goals, achieved_goals = [], [] ,[] ,[] + i = 0 + for transition in range(self.T - 1): + obs.append([demo_data_obs[epsd][transition].get('observation')]) + acts.append([demo_data_acs[epsd][transition]]) + goals.append([demo_data_obs[epsd][transition].get('desired_goal')]) + achieved_goals.append([demo_data_obs[epsd][transition].get('achieved_goal')]) + for idx, key in enumerate(info_keys): + info_values[idx][transition, i] = demo_data_info[epsd][transition][key] + + + obs.append([demo_data_obs[epsd][self.T - 1].get('observation')]) + achieved_goals.append([demo_data_obs[epsd][self.T - 1].get('achieved_goal')]) + + episode = dict(o=obs, + u=acts, + g=goals, + ag=achieved_goals) + for key, value in zip(info_keys, info_values): + episode['info_{}'.format(key)] = value + + episode = convert_episode_to_batch_major(episode) + global DEMO_BUFFER + DEMO_BUFFER.store_episode(episode) # create the observation dict and append them into the demonstration buffer + logger.debug("Demo buffer size currently ", DEMO_BUFFER.get_current_size()) #print out the demonstration buffer size + + if update_stats: + # add transitions to normalizer to normalize the demo data as well + episode['o_2'] = episode['o'][:, 1:, :] + episode['ag_2'] = episode['ag'][:, 1:, :] + num_normalizing_transitions = transitions_in_episode_batch(episode) + transitions = self.sample_transitions(episode, num_normalizing_transitions) + + o, g, ag = transitions['o'], transitions['g'], transitions['ag'] + transitions['o'], transitions['g'] = self._preprocess_og(o, ag, g) + # No need to preprocess the o_2 and g_2 since this is only used for stats + + self.o_stats.update(transitions['o']) + self.g_stats.update(transitions['g']) + + self.o_stats.recompute_stats() + self.g_stats.recompute_stats() + episode.clear() + + logger.info("Demo buffer size: ", DEMO_BUFFER.get_current_size()) #print out the demonstration buffer size + + def store_episode(self, episode_batch, update_stats=True): + """ + episode_batch: array of batch_size x (T or T+1) x dim_key + 'o' is of size T+1, others are of size T + """ + + self.buffer.store_episode(episode_batch) + + if update_stats: + # add transitions to normalizer + episode_batch['o_2'] = episode_batch['o'][:, 1:, :] + episode_batch['ag_2'] = episode_batch['ag'][:, 1:, :] + num_normalizing_transitions = transitions_in_episode_batch(episode_batch) + transitions = self.sample_transitions(episode_batch, num_normalizing_transitions) + + o, g, ag = transitions['o'], transitions['g'], transitions['ag'] + transitions['o'], transitions['g'] = self._preprocess_og(o, ag, g) + # No need to preprocess the o_2 and g_2 since this is only used for stats + + self.o_stats.update(transitions['o']) + self.g_stats.update(transitions['g']) + + self.o_stats.recompute_stats() + self.g_stats.recompute_stats() + + def get_current_buffer_size(self): + return self.buffer.get_current_size() + + def _sync_optimizers(self): + self.Q_adam.sync() + self.pi_adam.sync() + + def _grads(self): + # Avoid feed_dict here for performance! + critic_loss, actor_loss, Q_grad, pi_grad = self.sess.run([ + self.Q_loss_tf, + self.main.Q_pi_tf, + self.Q_grad_tf, + self.pi_grad_tf + ]) + return critic_loss, actor_loss, Q_grad, pi_grad + + def _update(self, Q_grad, pi_grad): + self.Q_adam.update(Q_grad, self.Q_lr) + self.pi_adam.update(pi_grad, self.pi_lr) + + def sample_batch(self): + if self.bc_loss: #use demonstration buffer to sample as well if bc_loss flag is set TRUE + transitions = self.buffer.sample(self.batch_size - self.demo_batch_size) + global DEMO_BUFFER + transitions_demo = DEMO_BUFFER.sample(self.demo_batch_size) #sample from the demo buffer + for k, values in transitions_demo.items(): + rolloutV = transitions[k].tolist() + for v in values: + rolloutV.append(v.tolist()) + transitions[k] = np.array(rolloutV) + else: + transitions = self.buffer.sample(self.batch_size) #otherwise only sample from primary buffer + + o, o_2, g = transitions['o'], transitions['o_2'], transitions['g'] + ag, ag_2 = transitions['ag'], transitions['ag_2'] + transitions['o'], transitions['g'] = self._preprocess_og(o, ag, g) + transitions['o_2'], transitions['g_2'] = self._preprocess_og(o_2, ag_2, g) + + transitions_batch = [transitions[key] for key in self.stage_shapes.keys()] + return transitions_batch + + def stage_batch(self, batch=None): + if batch is None: + batch = self.sample_batch() + assert len(self.buffer_ph_tf) == len(batch) + self.sess.run(self.stage_op, feed_dict=dict(zip(self.buffer_ph_tf, batch))) + + def train(self, stage=True): + if stage: + self.stage_batch() + critic_loss, actor_loss, Q_grad, pi_grad = self._grads() + self._update(Q_grad, pi_grad) + return critic_loss, actor_loss + + def _init_target_net(self): + self.sess.run(self.init_target_net_op) + + def update_target_net(self): + self.sess.run(self.update_target_net_op) + + def clear_buffer(self): + self.buffer.clear_buffer() + + def _vars(self, scope): + res = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, scope=self.scope + '/' + scope) + assert len(res) > 0 + return res + + def _global_vars(self, scope): + res = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope=self.scope + '/' + scope) + return res + + def _create_network(self, reuse=False): + logger.info("Creating a DDPG agent with action space %d x %s..." % (self.dimu, self.max_u)) + self.sess = tf_util.get_session() + + # running averages + with tf.compat.v1.variable_scope('o_stats') as vs: + if reuse: + vs.reuse_variables() + self.o_stats = Normalizer(self.dimo, self.norm_eps, self.norm_clip, sess=self.sess) + with tf.compat.v1.variable_scope('g_stats') as vs: + if reuse: + vs.reuse_variables() + self.g_stats = Normalizer(self.dimg, self.norm_eps, self.norm_clip, sess=self.sess) + + # mini-batch sampling. + batch = self.staging_tf.get() + batch_tf = OrderedDict([(key, batch[i]) + for i, key in enumerate(self.stage_shapes.keys())]) + batch_tf['r'] = tf.reshape(batch_tf['r'], [-1, 1]) + + #choose only the demo buffer samples + mask = np.concatenate((np.zeros(self.batch_size - self.demo_batch_size), np.ones(self.demo_batch_size)), axis = 0) + + # networks + with tf.compat.v1.variable_scope('main') as vs: + if reuse: + vs.reuse_variables() + self.main = self.create_actor_critic(batch_tf, net_type='main', **self.__dict__) + vs.reuse_variables() + with tf.compat.v1.variable_scope('target') as vs: + if reuse: + vs.reuse_variables() + target_batch_tf = batch_tf.copy() + target_batch_tf['o'] = batch_tf['o_2'] + target_batch_tf['g'] = batch_tf['g_2'] + self.target = self.create_actor_critic( + target_batch_tf, net_type='target', **self.__dict__) + vs.reuse_variables() + assert len(self._vars("main")) == len(self._vars("target")) + + # loss functions + target_Q_pi_tf = self.target.Q_pi_tf + clip_range = (-self.clip_return, 0. if self.clip_pos_returns else np.inf) + target_tf = tf.clip_by_value(batch_tf['r'] + self.gamma * target_Q_pi_tf, *clip_range) + self.Q_loss_tf = tf.reduce_mean(input_tensor=tf.square(tf.stop_gradient(target_tf) - self.main.Q_tf)) + + if self.bc_loss ==1 and self.q_filter == 1 : # train with demonstrations and use bc_loss and q_filter both + maskMain = tf.reshape(tf.boolean_mask(tensor=self.main.Q_tf > self.main.Q_pi_tf, mask=mask), [-1]) #where is the demonstrator action better than actor action according to the critic? choose those samples only + #define the cloning loss on the actor's actions only on the samples which adhere to the above masks + self.cloning_loss_tf = tf.reduce_sum(input_tensor=tf.square(tf.boolean_mask(tensor=tf.boolean_mask(tensor=(self.main.pi_tf), mask=mask), mask=maskMain, axis=0) - tf.boolean_mask(tensor=tf.boolean_mask(tensor=(batch_tf['u']), mask=mask), mask=maskMain, axis=0))) + self.pi_loss_tf = -self.prm_loss_weight * tf.reduce_mean(input_tensor=self.main.Q_pi_tf) #primary loss scaled by it's respective weight prm_loss_weight + self.pi_loss_tf += self.prm_loss_weight * self.action_l2 * tf.reduce_mean(input_tensor=tf.square(self.main.pi_tf / self.max_u)) #L2 loss on action values scaled by the same weight prm_loss_weight + self.pi_loss_tf += self.aux_loss_weight * self.cloning_loss_tf #adding the cloning loss to the actor loss as an auxilliary loss scaled by its weight aux_loss_weight + + elif self.bc_loss == 1 and self.q_filter == 0: # train with demonstrations without q_filter + self.cloning_loss_tf = tf.reduce_sum(input_tensor=tf.square(tf.boolean_mask(tensor=(self.main.pi_tf), mask=mask) - tf.boolean_mask(tensor=(batch_tf['u']), mask=mask))) + self.pi_loss_tf = -self.prm_loss_weight * tf.reduce_mean(input_tensor=self.main.Q_pi_tf) + self.pi_loss_tf += self.prm_loss_weight * self.action_l2 * tf.reduce_mean(input_tensor=tf.square(self.main.pi_tf / self.max_u)) + self.pi_loss_tf += self.aux_loss_weight * self.cloning_loss_tf + + else: #If not training with demonstrations + self.pi_loss_tf = -tf.reduce_mean(input_tensor=self.main.Q_pi_tf) + self.pi_loss_tf += self.action_l2 * tf.reduce_mean(input_tensor=tf.square(self.main.pi_tf / self.max_u)) + + Q_grads_tf = tf.gradients(ys=self.Q_loss_tf, xs=self._vars('main/Q')) + pi_grads_tf = tf.gradients(ys=self.pi_loss_tf, xs=self._vars('main/pi')) + assert len(self._vars('main/Q')) == len(Q_grads_tf) + assert len(self._vars('main/pi')) == len(pi_grads_tf) + self.Q_grads_vars_tf = zip(Q_grads_tf, self._vars('main/Q')) + self.pi_grads_vars_tf = zip(pi_grads_tf, self._vars('main/pi')) + self.Q_grad_tf = flatten_grads(grads=Q_grads_tf, var_list=self._vars('main/Q')) + self.pi_grad_tf = flatten_grads(grads=pi_grads_tf, var_list=self._vars('main/pi')) + + # optimizers + self.Q_adam = MpiAdam(self._vars('main/Q'), scale_grad_by_procs=False) + self.pi_adam = MpiAdam(self._vars('main/pi'), scale_grad_by_procs=False) + + # polyak averaging + self.main_vars = self._vars('main/Q') + self._vars('main/pi') + self.target_vars = self._vars('target/Q') + self._vars('target/pi') + self.stats_vars = self._global_vars('o_stats') + self._global_vars('g_stats') + self.init_target_net_op = list( + map(lambda v: v[0].assign(v[1]), zip(self.target_vars, self.main_vars))) + self.update_target_net_op = list( + map(lambda v: v[0].assign(self.polyak * v[0] + (1. - self.polyak) * v[1]), zip(self.target_vars, self.main_vars))) + + # initialize all variables + tf.compat.v1.variables_initializer(self._global_vars('')).run() + self._sync_optimizers() + self._init_target_net() + + def logs(self, prefix=''): + logs = [] + logs += [('stats_o/mean', np.mean(self.sess.run([self.o_stats.mean])))] + logs += [('stats_o/std', np.mean(self.sess.run([self.o_stats.std])))] + logs += [('stats_g/mean', np.mean(self.sess.run([self.g_stats.mean])))] + logs += [('stats_g/std', np.mean(self.sess.run([self.g_stats.std])))] + + if prefix != '' and not prefix.endswith('/'): + return [(prefix + '/' + key, val) for key, val in logs] + else: + return logs + + def __getstate__(self): + """Our policies can be loaded from pkl, but after unpickling you cannot continue training. + """ + excluded_subnames = ['_tf', '_op', '_vars', '_adam', 'buffer', 'sess', '_stats', + 'main', 'target', 'lock', 'env', 'sample_transitions', + 'stage_shapes', 'create_actor_critic'] + + state = {k: v for k, v in self.__dict__.items() if all([not subname in k for subname in excluded_subnames])} + state['buffer_size'] = self.buffer_size + state['tf'] = self.sess.run([x for x in self._global_vars('') if 'buffer' not in x.name]) + return state + + def __setstate__(self, state): + if 'sample_transitions' not in state: + # We don't need this for playing the policy. + state['sample_transitions'] = None + + self.__init__(**state) + # set up stats (they are overwritten in __init__) + for k, v in state.items(): + if k[-6:] == '_stats': + self.__dict__[k] = v + # load TF variables + vars = [x for x in self._global_vars('') if 'buffer' not in x.name] + assert(len(vars) == len(state["tf"])) + node = [tf.compat.v1.assign(var, val) for var, val in zip(vars, state["tf"])] + self.sess.run(node) + + def save(self, save_path): + tf_util.save_variables(save_path) + diff --git a/baselines/her/experiment/__init__.py b/baselines/her/experiment/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/her/experiment/config.py b/baselines/her/experiment/config.py new file mode 100644 index 0000000000000000000000000000000000000000..6370505a844783a36c6866e70cf3b42fe9c23936 --- /dev/null +++ b/baselines/her/experiment/config.py @@ -0,0 +1,201 @@ +import os +import numpy as np +import gym + +from baselines import logger +from baselines.her.ddpg import DDPG +from baselines.her.her_sampler import make_sample_her_transitions +from baselines.bench.monitor import Monitor + +DEFAULT_ENV_PARAMS = { + 'FetchReach-v1': { + 'n_cycles': 10, + }, +} + + +DEFAULT_PARAMS = { + # env + 'max_u': 1., # max absolute value of actions on different coordinates + # ddpg + 'layers': 3, # number of layers in the critic/actor networks + 'hidden': 256, # number of neurons in each hidden layers + 'network_class': 'baselines.her.actor_critic:ActorCritic', + 'Q_lr': 0.001, # critic learning rate + 'pi_lr': 0.001, # actor learning rate + 'buffer_size': int(1E6), # for experience replay + 'polyak': 0.95, # polyak averaging coefficient + 'action_l2': 1.0, # quadratic penalty on actions (before rescaling by max_u) + 'clip_obs': 200., + 'scope': 'ddpg', # can be tweaked for testing + 'relative_goals': False, + # training + 'n_cycles': 50, # per epoch + 'rollout_batch_size': 2, # per mpi thread + 'n_batches': 40, # training batches per cycle + 'batch_size': 256, # per mpi thread, measured in transitions and reduced to even multiple of chunk_length. + 'n_test_rollouts': 10, # number of test rollouts per epoch, each consists of rollout_batch_size rollouts + 'test_with_polyak': False, # run test episodes with the target network + # exploration + 'random_eps': 0.3, # percentage of time a random action is taken + 'noise_eps': 0.2, # std of gaussian noise added to not-completely-random actions as a percentage of max_u + # HER + 'replay_strategy': 'future', # supported modes: future, none + 'replay_k': 4, # number of additional goals used for replay, only used if off_policy_data=future + # normalization + 'norm_eps': 0.01, # epsilon used for observation normalization + 'norm_clip': 5, # normalized observations are cropped to this values + + 'bc_loss': 0, # whether or not to use the behavior cloning loss as an auxilliary loss + 'q_filter': 0, # whether or not a Q value filter should be used on the Actor outputs + 'num_demo': 100, # number of expert demo episodes + 'demo_batch_size': 128, #number of samples to be used from the demonstrations buffer, per mpi thread 128/1024 or 32/256 + 'prm_loss_weight': 0.001, #Weight corresponding to the primary loss + 'aux_loss_weight': 0.0078, #Weight corresponding to the auxilliary loss also called the cloning loss +} + + +CACHED_ENVS = {} + + +def cached_make_env(make_env): + """ + Only creates a new environment from the provided function if one has not yet already been + created. This is useful here because we need to infer certain properties of the env, e.g. + its observation and action spaces, without any intend of actually using it. + """ + if make_env not in CACHED_ENVS: + env = make_env() + CACHED_ENVS[make_env] = env + return CACHED_ENVS[make_env] + + +def prepare_params(kwargs): + # DDPG params + ddpg_params = dict() + env_name = kwargs['env_name'] + + def make_env(subrank=None): + env = gym.make(env_name) + if subrank is not None and logger.get_dir() is not None: + try: + from mpi4py import MPI + mpi_rank = MPI.COMM_WORLD.Get_rank() + except ImportError: + MPI = None + mpi_rank = 0 + logger.warn('Running with a single MPI process. This should work, but the results may differ from the ones publshed in Plappert et al.') + + max_episode_steps = env._max_episode_steps + env = Monitor(env, + os.path.join(logger.get_dir(), str(mpi_rank) + '.' + str(subrank)), + allow_early_resets=True) + # hack to re-expose _max_episode_steps (ideally should replace reliance on it downstream) + env = gym.wrappers.TimeLimit(env, max_episode_steps=max_episode_steps) + return env + + kwargs['make_env'] = make_env + tmp_env = cached_make_env(kwargs['make_env']) + assert hasattr(tmp_env, '_max_episode_steps') + kwargs['T'] = tmp_env._max_episode_steps + + kwargs['max_u'] = np.array(kwargs['max_u']) if isinstance(kwargs['max_u'], list) else kwargs['max_u'] + kwargs['gamma'] = 1. - 1. / kwargs['T'] + if 'lr' in kwargs: + kwargs['pi_lr'] = kwargs['lr'] + kwargs['Q_lr'] = kwargs['lr'] + del kwargs['lr'] + for name in ['buffer_size', 'hidden', 'layers', + 'network_class', + 'polyak', + 'batch_size', 'Q_lr', 'pi_lr', + 'norm_eps', 'norm_clip', 'max_u', + 'action_l2', 'clip_obs', 'scope', 'relative_goals']: + ddpg_params[name] = kwargs[name] + kwargs['_' + name] = kwargs[name] + del kwargs[name] + kwargs['ddpg_params'] = ddpg_params + + return kwargs + + +def log_params(params, logger=logger): + for key in sorted(params.keys()): + logger.info('{}: {}'.format(key, params[key])) + + +def configure_her(params): + env = cached_make_env(params['make_env']) + env.reset() + + def reward_fun(ag_2, g, info): # vectorized + return env.compute_reward(achieved_goal=ag_2, desired_goal=g, info=info) + + # Prepare configuration for HER. + her_params = { + 'reward_fun': reward_fun, + } + for name in ['replay_strategy', 'replay_k']: + her_params[name] = params[name] + params['_' + name] = her_params[name] + del params[name] + sample_her_transitions = make_sample_her_transitions(**her_params) + + return sample_her_transitions + + +def simple_goal_subtract(a, b): + assert a.shape == b.shape + return a - b + + +def configure_ddpg(dims, params, reuse=False, use_mpi=True, clip_return=True): + sample_her_transitions = configure_her(params) + # Extract relevant parameters. + gamma = params['gamma'] + rollout_batch_size = params['rollout_batch_size'] + ddpg_params = params['ddpg_params'] + + input_dims = dims.copy() + + # DDPG agent + env = cached_make_env(params['make_env']) + env.reset() + ddpg_params.update({'input_dims': input_dims, # agent takes an input observations + 'T': params['T'], + 'clip_pos_returns': True, # clip positive returns + 'clip_return': (1. / (1. - gamma)) if clip_return else np.inf, # max abs of return + 'rollout_batch_size': rollout_batch_size, + 'subtract_goals': simple_goal_subtract, + 'sample_transitions': sample_her_transitions, + 'gamma': gamma, + 'bc_loss': params['bc_loss'], + 'q_filter': params['q_filter'], + 'num_demo': params['num_demo'], + 'demo_batch_size': params['demo_batch_size'], + 'prm_loss_weight': params['prm_loss_weight'], + 'aux_loss_weight': params['aux_loss_weight'], + }) + ddpg_params['info'] = { + 'env_name': params['env_name'], + } + policy = DDPG(reuse=reuse, **ddpg_params, use_mpi=use_mpi) + return policy + + +def configure_dims(params): + env = cached_make_env(params['make_env']) + env.reset() + obs, _, _, info = env.step(env.action_space.sample()) + + dims = { + 'o': obs['observation'].shape[0], + 'u': env.action_space.shape[0], + 'g': obs['desired_goal'].shape[0], + } + for key, value in info.items(): + value = np.array(value) + if value.ndim == 0: + value = value.reshape(1) + dims['info_{}'.format(key)] = value.shape[0] + return dims diff --git a/baselines/her/experiment/data_generation/fetch_data_generation.py b/baselines/her/experiment/data_generation/fetch_data_generation.py new file mode 100644 index 0000000000000000000000000000000000000000..0a0a755db120e86439770a8a52715ba6029e2dc7 --- /dev/null +++ b/baselines/her/experiment/data_generation/fetch_data_generation.py @@ -0,0 +1,126 @@ +import gym +import numpy as np + + +"""Data generation for the case of a single block pick and place in Fetch Env""" + +actions = [] +observations = [] +infos = [] + +def main(): + env = gym.make('FetchPickAndPlace-v1') + numItr = 100 + initStateSpace = "random" + env.reset() + print("Reset!") + while len(actions) < numItr: + obs = env.reset() + print("ITERATION NUMBER ", len(actions)) + goToGoal(env, obs) + + + fileName = "data_fetch" + fileName += "_" + initStateSpace + fileName += "_" + str(numItr) + fileName += ".npz" + + np.savez_compressed(fileName, acs=actions, obs=observations, info=infos) # save the file + +def goToGoal(env, lastObs): + + goal = lastObs['desired_goal'] + objectPos = lastObs['observation'][3:6] + object_rel_pos = lastObs['observation'][6:9] + episodeAcs = [] + episodeObs = [] + episodeInfo = [] + + object_oriented_goal = object_rel_pos.copy() + object_oriented_goal[2] += 0.03 # first make the gripper go slightly above the object + + timeStep = 0 #count the total number of timesteps + episodeObs.append(lastObs) + + while np.linalg.norm(object_oriented_goal) >= 0.005 and timeStep <= env._max_episode_steps: + env.render() + action = [0, 0, 0, 0] + object_oriented_goal = object_rel_pos.copy() + object_oriented_goal[2] += 0.03 + + for i in range(len(object_oriented_goal)): + action[i] = object_oriented_goal[i]*6 + + action[len(action)-1] = 0.05 #open + + obsDataNew, reward, done, info = env.step(action) + timeStep += 1 + + episodeAcs.append(action) + episodeInfo.append(info) + episodeObs.append(obsDataNew) + + objectPos = obsDataNew['observation'][3:6] + object_rel_pos = obsDataNew['observation'][6:9] + + while np.linalg.norm(object_rel_pos) >= 0.005 and timeStep <= env._max_episode_steps : + env.render() + action = [0, 0, 0, 0] + for i in range(len(object_rel_pos)): + action[i] = object_rel_pos[i]*6 + + action[len(action)-1] = -0.005 + + obsDataNew, reward, done, info = env.step(action) + timeStep += 1 + + episodeAcs.append(action) + episodeInfo.append(info) + episodeObs.append(obsDataNew) + + objectPos = obsDataNew['observation'][3:6] + object_rel_pos = obsDataNew['observation'][6:9] + + + while np.linalg.norm(goal - objectPos) >= 0.01 and timeStep <= env._max_episode_steps : + env.render() + action = [0, 0, 0, 0] + for i in range(len(goal - objectPos)): + action[i] = (goal - objectPos)[i]*6 + + action[len(action)-1] = -0.005 + + obsDataNew, reward, done, info = env.step(action) + timeStep += 1 + + episodeAcs.append(action) + episodeInfo.append(info) + episodeObs.append(obsDataNew) + + objectPos = obsDataNew['observation'][3:6] + object_rel_pos = obsDataNew['observation'][6:9] + + while True: #limit the number of timesteps in the episode to a fixed duration + env.render() + action = [0, 0, 0, 0] + action[len(action)-1] = -0.005 # keep the gripper closed + + obsDataNew, reward, done, info = env.step(action) + timeStep += 1 + + episodeAcs.append(action) + episodeInfo.append(info) + episodeObs.append(obsDataNew) + + objectPos = obsDataNew['observation'][3:6] + object_rel_pos = obsDataNew['observation'][6:9] + + if timeStep >= env._max_episode_steps: break + + actions.append(episodeAcs) + observations.append(episodeObs) + infos.append(episodeInfo) + + +if __name__ == "__main__": + main() diff --git a/baselines/her/experiment/play.py b/baselines/her/experiment/play.py new file mode 100644 index 0000000000000000000000000000000000000000..8989c9277ecd7cdf3781df1d90a4d3b4e7b43099 --- /dev/null +++ b/baselines/her/experiment/play.py @@ -0,0 +1,61 @@ +# DEPRECATED, use --play flag to baselines.run instead +import click +import numpy as np +import pickle + +from baselines import logger +from baselines.common import set_global_seeds +import baselines.her.experiment.config as config +from baselines.her.rollout import RolloutWorker + + +@click.command() +@click.argument('policy_file', type=str) +@click.option('--seed', type=int, default=0) +@click.option('--n_test_rollouts', type=int, default=10) +@click.option('--render', type=int, default=1) +def main(policy_file, seed, n_test_rollouts, render): + set_global_seeds(seed) + + # Load policy. + with open(policy_file, 'rb') as f: + policy = pickle.load(f) + env_name = policy.info['env_name'] + + # Prepare params. + params = config.DEFAULT_PARAMS + if env_name in config.DEFAULT_ENV_PARAMS: + params.update(config.DEFAULT_ENV_PARAMS[env_name]) # merge env-specific parameters in + params['env_name'] = env_name + params = config.prepare_params(params) + config.log_params(params, logger=logger) + + dims = config.configure_dims(params) + + eval_params = { + 'exploit': True, + 'use_target_net': params['test_with_polyak'], + 'compute_Q': True, + 'rollout_batch_size': 1, + 'render': bool(render), + } + + for name in ['T', 'gamma', 'noise_eps', 'random_eps']: + eval_params[name] = params[name] + + evaluator = RolloutWorker(params['make_env'], policy, dims, logger, **eval_params) + evaluator.seed(seed) + + # Run evaluation. + evaluator.clear_history() + for _ in range(n_test_rollouts): + evaluator.generate_rollouts() + + # record logs + for key, val in evaluator.logs('test'): + logger.record_tabular(key, np.mean(val)) + logger.dump_tabular() + + +if __name__ == '__main__': + main() diff --git a/baselines/her/experiment/plot.py b/baselines/her/experiment/plot.py new file mode 100644 index 0000000000000000000000000000000000000000..542de0e1ac5a518d824addc30ec3271ea4f5656a --- /dev/null +++ b/baselines/her/experiment/plot.py @@ -0,0 +1,120 @@ +# DEPRECATED, use baselines.common.plot_util instead + +import os +import matplotlib.pyplot as plt +import numpy as np +import json +import seaborn as sns; sns.set() +import glob2 +import argparse + + +def smooth_reward_curve(x, y): + halfwidth = int(np.ceil(len(x) / 60)) # Halfwidth of our smoothing convolution + k = halfwidth + xsmoo = x + ysmoo = np.convolve(y, np.ones(2 * k + 1), mode='same') / np.convolve(np.ones_like(y), np.ones(2 * k + 1), + mode='same') + return xsmoo, ysmoo + + +def load_results(file): + if not os.path.exists(file): + return None + with open(file, 'r') as f: + lines = [line for line in f] + if len(lines) < 2: + return None + keys = [name.strip() for name in lines[0].split(',')] + data = np.genfromtxt(file, delimiter=',', skip_header=1, filling_values=0.) + if data.ndim == 1: + data = data.reshape(1, -1) + assert data.ndim == 2 + assert data.shape[-1] == len(keys) + result = {} + for idx, key in enumerate(keys): + result[key] = data[:, idx] + return result + + +def pad(xs, value=np.nan): + maxlen = np.max([len(x) for x in xs]) + + padded_xs = [] + for x in xs: + if x.shape[0] >= maxlen: + padded_xs.append(x) + + padding = np.ones((maxlen - x.shape[0],) + x.shape[1:]) * value + x_padded = np.concatenate([x, padding], axis=0) + assert x_padded.shape[1:] == x.shape[1:] + assert x_padded.shape[0] == maxlen + padded_xs.append(x_padded) + return np.array(padded_xs) + + +parser = argparse.ArgumentParser() +parser.add_argument('dir', type=str) +parser.add_argument('--smooth', type=int, default=1) +args = parser.parse_args() + +# Load all data. +data = {} +paths = [os.path.abspath(os.path.join(path, '..')) for path in glob2.glob(os.path.join(args.dir, '**', 'progress.csv'))] +for curr_path in paths: + if not os.path.isdir(curr_path): + continue + results = load_results(os.path.join(curr_path, 'progress.csv')) + if not results: + print('skipping {}'.format(curr_path)) + continue + print('loading {} ({})'.format(curr_path, len(results['epoch']))) + with open(os.path.join(curr_path, 'params.json'), 'r') as f: + params = json.load(f) + + success_rate = np.array(results['test/success_rate']) + epoch = np.array(results['epoch']) + 1 + env_id = params['env_name'] + replay_strategy = params['replay_strategy'] + + if replay_strategy == 'future': + config = 'her' + else: + config = 'ddpg' + if 'Dense' in env_id: + config += '-dense' + else: + config += '-sparse' + env_id = env_id.replace('Dense', '') + + # Process and smooth data. + assert success_rate.shape == epoch.shape + x = epoch + y = success_rate + if args.smooth: + x, y = smooth_reward_curve(epoch, success_rate) + assert x.shape == y.shape + + if env_id not in data: + data[env_id] = {} + if config not in data[env_id]: + data[env_id][config] = [] + data[env_id][config].append((x, y)) + +# Plot data. +for env_id in sorted(data.keys()): + print('exporting {}'.format(env_id)) + plt.clf() + + for config in sorted(data[env_id].keys()): + xs, ys = zip(*data[env_id][config]) + xs, ys = pad(xs), pad(ys) + assert xs.shape == ys.shape + + plt.plot(xs[0], np.nanmedian(ys, axis=0), label=config) + plt.fill_between(xs[0], np.nanpercentile(ys, 25, axis=0), np.nanpercentile(ys, 75, axis=0), alpha=0.25) + plt.title(env_id) + plt.xlabel('Epoch') + plt.ylabel('Median Success Rate') + plt.legend() + plt.savefig(os.path.join(args.dir, 'fig_{}.png'.format(env_id))) diff --git a/baselines/her/her.py b/baselines/her/her.py new file mode 100644 index 0000000000000000000000000000000000000000..1821fc5d762c323f6f15b33f5a8a7889bdb49b84 --- /dev/null +++ b/baselines/her/her.py @@ -0,0 +1,193 @@ +import os + +import click +import numpy as np +import json +from mpi4py import MPI + +from baselines import logger +from baselines.common import set_global_seeds, tf_util +from baselines.common.mpi_moments import mpi_moments +import baselines.her.experiment.config as config +from baselines.her.rollout import RolloutWorker + +def mpi_average(value): + if not isinstance(value, list): + value = [value] + if not any(value): + value = [0.] + return mpi_moments(np.array(value))[0] + + +def train(*, policy, rollout_worker, evaluator, + n_epochs, n_test_rollouts, n_cycles, n_batches, policy_save_interval, + save_path, demo_file, **kwargs): + rank = MPI.COMM_WORLD.Get_rank() + + if save_path: + latest_policy_path = os.path.join(save_path, 'policy_latest.pkl') + best_policy_path = os.path.join(save_path, 'policy_best.pkl') + periodic_policy_path = os.path.join(save_path, 'policy_{}.pkl') + + logger.info("Training...") + best_success_rate = -1 + + if policy.bc_loss == 1: policy.init_demo_buffer(demo_file) #initialize demo buffer if training with demonstrations + + # num_timesteps = n_epochs * n_cycles * rollout_length * number of rollout workers + for epoch in range(n_epochs): + # train + rollout_worker.clear_history() + for _ in range(n_cycles): + episode = rollout_worker.generate_rollouts() + policy.store_episode(episode) + for _ in range(n_batches): + policy.train() + policy.update_target_net() + + # test + evaluator.clear_history() + for _ in range(n_test_rollouts): + evaluator.generate_rollouts() + + # record logs + logger.record_tabular('epoch', epoch) + for key, val in evaluator.logs('test'): + logger.record_tabular(key, mpi_average(val)) + for key, val in rollout_worker.logs('train'): + logger.record_tabular(key, mpi_average(val)) + for key, val in policy.logs(): + logger.record_tabular(key, mpi_average(val)) + + if rank == 0: + logger.dump_tabular() + + # save the policy if it's better than the previous ones + success_rate = mpi_average(evaluator.current_success_rate()) + if rank == 0 and success_rate >= best_success_rate and save_path: + best_success_rate = success_rate + logger.info('New best success rate: {}. Saving policy to {} ...'.format(best_success_rate, best_policy_path)) + evaluator.save_policy(best_policy_path) + evaluator.save_policy(latest_policy_path) + if rank == 0 and policy_save_interval > 0 and epoch % policy_save_interval == 0 and save_path: + policy_path = periodic_policy_path.format(epoch) + logger.info('Saving periodic policy to {} ...'.format(policy_path)) + evaluator.save_policy(policy_path) + + # make sure that different threads have different seeds + local_uniform = np.random.uniform(size=(1,)) + root_uniform = local_uniform.copy() + MPI.COMM_WORLD.Bcast(root_uniform, root=0) + if rank != 0: + assert local_uniform[0] != root_uniform[0] + + return policy + + +def learn(*, network, env, total_timesteps, + seed=None, + eval_env=None, + replay_strategy='future', + policy_save_interval=5, + clip_return=True, + demo_file=None, + override_params=None, + load_path=None, + save_path=None, + **kwargs +): + + override_params = override_params or {} + if MPI is not None: + rank = MPI.COMM_WORLD.Get_rank() + num_cpu = MPI.COMM_WORLD.Get_size() + + # Seed everything. + rank_seed = seed + 1000000 * rank if seed is not None else None + set_global_seeds(rank_seed) + + # Prepare params. + params = config.DEFAULT_PARAMS + env_name = env.spec.id + params['env_name'] = env_name + params['replay_strategy'] = replay_strategy + if env_name in config.DEFAULT_ENV_PARAMS: + params.update(config.DEFAULT_ENV_PARAMS[env_name]) # merge env-specific parameters in + params.update(**override_params) # makes it possible to override any parameter + with open(os.path.join(logger.get_dir(), 'params.json'), 'w') as f: + json.dump(params, f) + params = config.prepare_params(params) + params['rollout_batch_size'] = env.num_envs + + if demo_file is not None: + params['bc_loss'] = 1 + params.update(kwargs) + + config.log_params(params, logger=logger) + + if num_cpu == 1: + logger.warn() + logger.warn('*** Warning ***') + logger.warn( + 'You are running HER with just a single MPI worker. This will work, but the ' + + 'experiments that we report in Plappert et al. (2018, https://arxiv.org/abs/1802.09464) ' + + 'were obtained with --num_cpu 19. This makes a significant difference and if you ' + + 'are looking to reproduce those results, be aware of this. Please also refer to ' + + 'https://github.com/openai/baselines/issues/314 for further details.') + logger.warn('****************') + logger.warn() + + dims = config.configure_dims(params) + policy = config.configure_ddpg(dims=dims, params=params, clip_return=clip_return) + if load_path is not None: + tf_util.load_variables(load_path) + + rollout_params = { + 'exploit': False, + 'use_target_net': False, + 'use_demo_states': True, + 'compute_Q': False, + 'T': params['T'], + } + + eval_params = { + 'exploit': True, + 'use_target_net': params['test_with_polyak'], + 'use_demo_states': False, + 'compute_Q': True, + 'T': params['T'], + } + + for name in ['T', 'rollout_batch_size', 'gamma', 'noise_eps', 'random_eps']: + rollout_params[name] = params[name] + eval_params[name] = params[name] + + eval_env = eval_env or env + + rollout_worker = RolloutWorker(env, policy, dims, logger, monitor=True, **rollout_params) + evaluator = RolloutWorker(eval_env, policy, dims, logger, **eval_params) + + n_cycles = params['n_cycles'] + n_epochs = total_timesteps // n_cycles // rollout_worker.T // rollout_worker.rollout_batch_size + + return train( + save_path=save_path, policy=policy, rollout_worker=rollout_worker, + evaluator=evaluator, n_epochs=n_epochs, n_test_rollouts=params['n_test_rollouts'], + n_cycles=params['n_cycles'], n_batches=params['n_batches'], + policy_save_interval=policy_save_interval, demo_file=demo_file) + + +@click.command() +@click.option('--env', type=str, default='FetchReach-v1', help='the name of the OpenAI Gym environment that you want to train on') +@click.option('--total_timesteps', type=int, default=int(5e5), help='the number of timesteps to run') +@click.option('--seed', type=int, default=0, help='the random seed used to seed both the environment and the training code') +@click.option('--policy_save_interval', type=int, default=5, help='the interval with which policy pickles are saved. If set to 0, only the best and latest policy will be pickled.') +@click.option('--replay_strategy', type=click.Choice(['future', 'none']), default='future', help='the HER replay strategy to be used. "future" uses HER, "none" disables HER.') +@click.option('--clip_return', type=int, default=1, help='whether or not returns should be clipped') +@click.option('--demo_file', type=str, default = 'PATH/TO/DEMO/DATA/FILE.npz', help='demo data file path') +def main(**kwargs): + learn(**kwargs) + + +if __name__ == '__main__': + main() diff --git a/baselines/her/her_sampler.py b/baselines/her/her_sampler.py new file mode 100644 index 0000000000000000000000000000000000000000..76f3c346ae34f93150926ba70d1a4987be484ddd --- /dev/null +++ b/baselines/her/her_sampler.py @@ -0,0 +1,63 @@ +import numpy as np + + +def make_sample_her_transitions(replay_strategy, replay_k, reward_fun): + """Creates a sample function that can be used for HER experience replay. + + Args: + replay_strategy (in ['future', 'none']): the HER replay strategy; if set to 'none', + regular DDPG experience replay is used + replay_k (int): the ratio between HER replays and regular replays (e.g. k = 4 -> 4 times + as many HER replays as regular replays are used) + reward_fun (function): function to re-compute the reward with substituted goals + """ + if replay_strategy == 'future': + future_p = 1 - (1. / (1 + replay_k)) + else: # 'replay_strategy' == 'none' + future_p = 0 + + def _sample_her_transitions(episode_batch, batch_size_in_transitions): + """episode_batch is {key: array(buffer_size x T x dim_key)} + """ + T = episode_batch['u'].shape[1] + rollout_batch_size = episode_batch['u'].shape[0] + batch_size = batch_size_in_transitions + + # Select which episodes and time steps to use. + episode_idxs = np.random.randint(0, rollout_batch_size, batch_size) + t_samples = np.random.randint(T, size=batch_size) + transitions = {key: episode_batch[key][episode_idxs, t_samples].copy() + for key in episode_batch.keys()} + + # Select future time indexes proportional with probability future_p. These + # will be used for HER replay by substituting in future goals. + her_indexes = np.where(np.random.uniform(size=batch_size) < future_p) + future_offset = np.random.uniform(size=batch_size) * (T - t_samples) + future_offset = future_offset.astype(int) + future_t = (t_samples + 1 + future_offset)[her_indexes] + + # Replace goal with achieved goal but only for the previously-selected + # HER transitions (as defined by her_indexes). For the other transitions, + # keep the original goal. + future_ag = episode_batch['ag'][episode_idxs[her_indexes], future_t] + transitions['g'][her_indexes] = future_ag + + # Reconstruct info dictionary for reward computation. + info = {} + for key, value in transitions.items(): + if key.startswith('info_'): + info[key.replace('info_', '')] = value + + # Re-compute reward since we may have substituted the goal. + reward_params = {k: transitions[k] for k in ['ag_2', 'g']} + reward_params['info'] = info + transitions['r'] = reward_fun(**reward_params) + + transitions = {k: transitions[k].reshape(batch_size, *transitions[k].shape[1:]) + for k in transitions.keys()} + + assert(transitions['u'].shape[0] == batch_size_in_transitions) + + return transitions + + return _sample_her_transitions diff --git a/baselines/her/normalizer.py b/baselines/her/normalizer.py new file mode 100644 index 0000000000000000000000000000000000000000..40be70c30c765a1dd6f65a43f612ca06ba93a1f5 --- /dev/null +++ b/baselines/her/normalizer.py @@ -0,0 +1,140 @@ +import threading + +import numpy as np +from mpi4py import MPI +import tensorflow as tf + +from baselines.her.util import reshape_for_broadcasting + + +class Normalizer: + def __init__(self, size, eps=1e-2, default_clip_range=np.inf, sess=None): + """A normalizer that ensures that observations are approximately distributed according to + a standard Normal distribution (i.e. have mean zero and variance one). + + Args: + size (int): the size of the observation to be normalized + eps (float): a small constant that avoids underflows + default_clip_range (float): normalized observations are clipped to be in + [-default_clip_range, default_clip_range] + sess (object): the TensorFlow session to be used + """ + self.size = size + self.eps = eps + self.default_clip_range = default_clip_range + self.sess = sess if sess is not None else tf.compat.v1.get_default_session() + + self.local_sum = np.zeros(self.size, np.float32) + self.local_sumsq = np.zeros(self.size, np.float32) + self.local_count = np.zeros(1, np.float32) + + self.sum_tf = tf.compat.v1.get_variable( + initializer=tf.compat.v1.zeros_initializer(), shape=self.local_sum.shape, name='sum', + trainable=False, dtype=tf.float32) + self.sumsq_tf = tf.compat.v1.get_variable( + initializer=tf.compat.v1.zeros_initializer(), shape=self.local_sumsq.shape, name='sumsq', + trainable=False, dtype=tf.float32) + self.count_tf = tf.compat.v1.get_variable( + initializer=tf.compat.v1.ones_initializer(), shape=self.local_count.shape, name='count', + trainable=False, dtype=tf.float32) + self.mean = tf.compat.v1.get_variable( + initializer=tf.compat.v1.zeros_initializer(), shape=(self.size,), name='mean', + trainable=False, dtype=tf.float32) + self.std = tf.compat.v1.get_variable( + initializer=tf.compat.v1.ones_initializer(), shape=(self.size,), name='std', + trainable=False, dtype=tf.float32) + self.count_pl = tf.compat.v1.placeholder(name='count_pl', shape=(1,), dtype=tf.float32) + self.sum_pl = tf.compat.v1.placeholder(name='sum_pl', shape=(self.size,), dtype=tf.float32) + self.sumsq_pl = tf.compat.v1.placeholder(name='sumsq_pl', shape=(self.size,), dtype=tf.float32) + + self.update_op = tf.group( + self.count_tf.assign_add(self.count_pl), + self.sum_tf.assign_add(self.sum_pl), + self.sumsq_tf.assign_add(self.sumsq_pl) + ) + self.recompute_op = tf.group( + tf.compat.v1.assign(self.mean, self.sum_tf / self.count_tf), + tf.compat.v1.assign(self.std, tf.sqrt(tf.maximum( + tf.square(self.eps), + self.sumsq_tf / self.count_tf - tf.square(self.sum_tf / self.count_tf) + ))), + ) + self.lock = threading.Lock() + + def update(self, v): + v = v.reshape(-1, self.size) + + with self.lock: + self.local_sum += v.sum(axis=0) + self.local_sumsq += (np.square(v)).sum(axis=0) + self.local_count[0] += v.shape[0] + + def normalize(self, v, clip_range=None): + if clip_range is None: + clip_range = self.default_clip_range + mean = reshape_for_broadcasting(self.mean, v) + std = reshape_for_broadcasting(self.std, v) + return tf.clip_by_value((v - mean) / std, -clip_range, clip_range) + + def denormalize(self, v): + mean = reshape_for_broadcasting(self.mean, v) + std = reshape_for_broadcasting(self.std, v) + return mean + v * std + + def _mpi_average(self, x): + buf = np.zeros_like(x) + MPI.COMM_WORLD.Allreduce(x, buf, op=MPI.SUM) + buf /= MPI.COMM_WORLD.Get_size() + return buf + + def synchronize(self, local_sum, local_sumsq, local_count, root=None): + local_sum[...] = self._mpi_average(local_sum) + local_sumsq[...] = self._mpi_average(local_sumsq) + local_count[...] = self._mpi_average(local_count) + return local_sum, local_sumsq, local_count + + def recompute_stats(self): + with self.lock: + # Copy over results. + local_count = self.local_count.copy() + local_sum = self.local_sum.copy() + local_sumsq = self.local_sumsq.copy() + + # Reset. + self.local_count[...] = 0 + self.local_sum[...] = 0 + self.local_sumsq[...] = 0 + + # We perform the synchronization outside of the lock to keep the critical section as short + # as possible. + synced_sum, synced_sumsq, synced_count = self.synchronize( + local_sum=local_sum, local_sumsq=local_sumsq, local_count=local_count) + + self.sess.run(self.update_op, feed_dict={ + self.count_pl: synced_count, + self.sum_pl: synced_sum, + self.sumsq_pl: synced_sumsq, + }) + self.sess.run(self.recompute_op) + + +class IdentityNormalizer: + def __init__(self, size, std=1.): + self.size = size + self.mean = tf.zeros(self.size, tf.float32) + self.std = std * tf.ones(self.size, tf.float32) + + def update(self, x): + pass + + def normalize(self, x, clip_range=None): + return x / self.std + + def denormalize(self, x): + return self.std * x + + def synchronize(self): + pass + + def recompute_stats(self): + pass diff --git a/baselines/her/replay_buffer.py b/baselines/her/replay_buffer.py new file mode 100644 index 0000000000000000000000000000000000000000..b0005523fd63a8f85acc50ab8a30b0c2b8253d1f --- /dev/null +++ b/baselines/her/replay_buffer.py @@ -0,0 +1,108 @@ +import threading + +import numpy as np + + +class ReplayBuffer: + def __init__(self, buffer_shapes, size_in_transitions, T, sample_transitions): + """Creates a replay buffer. + + Args: + buffer_shapes (dict of ints): the shape for all buffers that are used in the replay + buffer + size_in_transitions (int): the size of the buffer, measured in transitions + T (int): the time horizon for episodes + sample_transitions (function): a function that samples from the replay buffer + """ + self.buffer_shapes = buffer_shapes + self.size = size_in_transitions // T + self.T = T + self.sample_transitions = sample_transitions + + # self.buffers is {key: array(size_in_episodes x T or T+1 x dim_key)} + self.buffers = {key: np.empty([self.size, *shape]) + for key, shape in buffer_shapes.items()} + + # memory management + self.current_size = 0 + self.n_transitions_stored = 0 + + self.lock = threading.Lock() + + @property + def full(self): + with self.lock: + return self.current_size == self.size + + def sample(self, batch_size): + """Returns a dict {key: array(batch_size x shapes[key])} + """ + buffers = {} + + with self.lock: + assert self.current_size > 0 + for key in self.buffers.keys(): + buffers[key] = self.buffers[key][:self.current_size] + + buffers['o_2'] = buffers['o'][:, 1:, :] + buffers['ag_2'] = buffers['ag'][:, 1:, :] + + transitions = self.sample_transitions(buffers, batch_size) + + for key in (['r', 'o_2', 'ag_2'] + list(self.buffers.keys())): + assert key in transitions, "key %s missing from transitions" % key + + return transitions + + def store_episode(self, episode_batch): + """episode_batch: array(batch_size x (T or T+1) x dim_key) + """ + batch_sizes = [len(episode_batch[key]) for key in episode_batch.keys()] + assert np.all(np.array(batch_sizes) == batch_sizes[0]) + batch_size = batch_sizes[0] + + with self.lock: + idxs = self._get_storage_idx(batch_size) + + # load inputs into buffers + for key in self.buffers.keys(): + self.buffers[key][idxs] = episode_batch[key] + + self.n_transitions_stored += batch_size * self.T + + def get_current_episode_size(self): + with self.lock: + return self.current_size + + def get_current_size(self): + with self.lock: + return self.current_size * self.T + + def get_transitions_stored(self): + with self.lock: + return self.n_transitions_stored + + def clear_buffer(self): + with self.lock: + self.current_size = 0 + + def _get_storage_idx(self, inc=None): + inc = inc or 1 # size increment + assert inc <= self.size, "Batch committed to replay is too large!" + # go consecutively until you hit the end, and then go randomly. + if self.current_size+inc <= self.size: + idx = np.arange(self.current_size, self.current_size+inc) + elif self.current_size < self.size: + overflow = inc - (self.size - self.current_size) + idx_a = np.arange(self.current_size, self.size) + idx_b = np.random.randint(0, self.current_size, overflow) + idx = np.concatenate([idx_a, idx_b]) + else: + idx = np.random.randint(0, self.size, inc) + + # update replay size + self.current_size = min(self.size, self.current_size+inc) + + if inc == 1: + idx = idx[0] + return idx diff --git a/baselines/her/rollout.py b/baselines/her/rollout.py new file mode 100644 index 0000000000000000000000000000000000000000..e68eb65840f566055bb31dc0c60b2198633eedbd --- /dev/null +++ b/baselines/her/rollout.py @@ -0,0 +1,169 @@ +from collections import deque + +import numpy as np +import pickle + +from baselines.her.util import convert_episode_to_batch_major, store_args + + +class RolloutWorker: + + @store_args + def __init__(self, venv, policy, dims, logger, T, rollout_batch_size=1, + exploit=False, use_target_net=False, compute_Q=False, noise_eps=0, + random_eps=0, history_len=100, render=False, monitor=False, **kwargs): + """Rollout worker generates experience by interacting with one or many environments. + + Args: + venv: vectorized gym environments. + policy (object): the policy that is used to act + dims (dict of ints): the dimensions for observations (o), goals (g), and actions (u) + logger (object): the logger that is used by the rollout worker + rollout_batch_size (int): the number of parallel rollouts that should be used + exploit (boolean): whether or not to exploit, i.e. to act optimally according to the + current policy without any exploration + use_target_net (boolean): whether or not to use the target net for rollouts + compute_Q (boolean): whether or not to compute the Q values alongside the actions + noise_eps (float): scale of the additive Gaussian noise + random_eps (float): probability of selecting a completely random action + history_len (int): length of history for statistics smoothing + render (boolean): whether or not to render the rollouts + """ + + assert self.T > 0 + + self.info_keys = [key.replace('info_', '') for key in dims.keys() if key.startswith('info_')] + + self.success_history = deque(maxlen=history_len) + self.Q_history = deque(maxlen=history_len) + + self.n_episodes = 0 + self.reset_all_rollouts() + self.clear_history() + + def reset_all_rollouts(self): + self.obs_dict = self.venv.reset() + self.initial_o = self.obs_dict['observation'] + self.initial_ag = self.obs_dict['achieved_goal'] + self.g = self.obs_dict['desired_goal'] + + def generate_rollouts(self): + """Performs `rollout_batch_size` rollouts in parallel for time horizon `T` with the current + policy acting on it accordingly. + """ + self.reset_all_rollouts() + + # compute observations + o = np.empty((self.rollout_batch_size, self.dims['o']), np.float32) # observations + ag = np.empty((self.rollout_batch_size, self.dims['g']), np.float32) # achieved goals + o[:] = self.initial_o + ag[:] = self.initial_ag + + # generate episodes + obs, achieved_goals, acts, goals, successes = [], [], [], [], [] + dones = [] + info_values = [np.empty((self.T - 1, self.rollout_batch_size, self.dims['info_' + key]), np.float32) for key in self.info_keys] + Qs = [] + for t in range(self.T): + policy_output = self.policy.get_actions( + o, ag, self.g, + compute_Q=self.compute_Q, + noise_eps=self.noise_eps if not self.exploit else 0., + random_eps=self.random_eps if not self.exploit else 0., + use_target_net=self.use_target_net) + + if self.compute_Q: + u, Q = policy_output + Qs.append(Q) + else: + u = policy_output + + if u.ndim == 1: + # The non-batched case should still have a reasonable shape. + u = u.reshape(1, -1) + + o_new = np.empty((self.rollout_batch_size, self.dims['o'])) + ag_new = np.empty((self.rollout_batch_size, self.dims['g'])) + success = np.zeros(self.rollout_batch_size) + # compute new states and observations + obs_dict_new, _, done, info = self.venv.step(u) + o_new = obs_dict_new['observation'] + ag_new = obs_dict_new['achieved_goal'] + success = np.array([i.get('is_success', 0.0) for i in info]) + + if any(done): + # here we assume all environments are done is ~same number of steps, so we terminate rollouts whenever any of the envs returns done + # trick with using vecenvs is not to add the obs from the environments that are "done", because those are already observations + # after a reset + break + + for i, info_dict in enumerate(info): + for idx, key in enumerate(self.info_keys): + info_values[idx][t, i] = info[i][key] + + if np.isnan(o_new).any(): + self.logger.warn('NaN caught during rollout generation. Trying again...') + self.reset_all_rollouts() + return self.generate_rollouts() + + dones.append(done) + obs.append(o.copy()) + achieved_goals.append(ag.copy()) + successes.append(success.copy()) + acts.append(u.copy()) + goals.append(self.g.copy()) + o[...] = o_new + ag[...] = ag_new + obs.append(o.copy()) + achieved_goals.append(ag.copy()) + + episode = dict(o=obs, + u=acts, + g=goals, + ag=achieved_goals) + for key, value in zip(self.info_keys, info_values): + episode['info_{}'.format(key)] = value + + # stats + successful = np.array(successes)[-1, :] + assert successful.shape == (self.rollout_batch_size,) + success_rate = np.mean(successful) + self.success_history.append(success_rate) + if self.compute_Q: + self.Q_history.append(np.mean(Qs)) + self.n_episodes += self.rollout_batch_size + + return convert_episode_to_batch_major(episode) + + def clear_history(self): + """Clears all histories that are used for statistics + """ + self.success_history.clear() + self.Q_history.clear() + + def current_success_rate(self): + return np.mean(self.success_history) + + def current_mean_Q(self): + return np.mean(self.Q_history) + + def save_policy(self, path): + """Pickles the current policy for later inspection. + """ + with open(path, 'wb') as f: + pickle.dump(self.policy, f) + + def logs(self, prefix='worker'): + """Generates a dictionary that contains all collected statistics. + """ + logs = [] + logs += [('success_rate', np.mean(self.success_history))] + if self.compute_Q: + logs += [('mean_Q', np.mean(self.Q_history))] + logs += [('episode', self.n_episodes)] + + if prefix != '' and not prefix.endswith('/'): + return [(prefix + '/' + key, val) for key, val in logs] + else: + return logs + diff --git a/baselines/her/util.py b/baselines/her/util.py new file mode 100644 index 0000000000000000000000000000000000000000..b57f77a77ef117b9b0b76c1a384baa06037c1d79 --- /dev/null +++ b/baselines/her/util.py @@ -0,0 +1,140 @@ +import os +import subprocess +import sys +import importlib +import inspect +import functools + +import tensorflow as tf +import numpy as np + +from baselines.common import tf_util as U + + +def store_args(method): + """Stores provided method args as instance attributes. + """ + argspec = inspect.getfullargspec(method) + defaults = {} + if argspec.defaults is not None: + defaults = dict( + zip(argspec.args[-len(argspec.defaults):], argspec.defaults)) + if argspec.kwonlydefaults is not None: + defaults.update(argspec.kwonlydefaults) + arg_names = argspec.args[1:] + + @functools.wraps(method) + def wrapper(*positional_args, **keyword_args): + self = positional_args[0] + # Get default arg values + args = defaults.copy() + # Add provided arg values + for name, value in zip(arg_names, positional_args[1:]): + args[name] = value + args.update(keyword_args) + self.__dict__.update(args) + return method(*positional_args, **keyword_args) + + return wrapper + + +def import_function(spec): + """Import a function identified by a string like "pkg.module:fn_name". + """ + mod_name, fn_name = spec.split(':') + module = importlib.import_module(mod_name) + fn = getattr(module, fn_name) + return fn + + +def flatten_grads(var_list, grads): + """Flattens a variables and their gradients. + """ + return tf.concat([tf.reshape(grad, [U.numel(v)]) + for (v, grad) in zip(var_list, grads)], 0) + + +def nn(input, layers_sizes, reuse=None, flatten=False, name=""): + """Creates a simple neural network + """ + for i, size in enumerate(layers_sizes): + activation = tf.nn.relu if i < len(layers_sizes) - 1 else None + input = tf.compat.v1.layers.dense(inputs=input, + units=size, + kernel_initializer=tf.compat.v1.keras.initializers.VarianceScaling(scale=1.0, mode="fan_avg", distribution="uniform"), + reuse=reuse, + name=name + '_' + str(i)) + if activation: + input = activation(input) + if flatten: + assert layers_sizes[-1] == 1 + input = tf.reshape(input, [-1]) + return input + + +def install_mpi_excepthook(): + import sys + from mpi4py import MPI + old_hook = sys.excepthook + + def new_hook(a, b, c): + old_hook(a, b, c) + sys.stdout.flush() + sys.stderr.flush() + MPI.COMM_WORLD.Abort() + sys.excepthook = new_hook + + +def mpi_fork(n, extra_mpi_args=[]): + """Re-launches the current script with workers + Returns "parent" for original parent, "child" for MPI children + """ + if n <= 1: + return "child" + if os.getenv("IN_MPI") is None: + env = os.environ.copy() + env.update( + MKL_NUM_THREADS="1", + OMP_NUM_THREADS="1", + IN_MPI="1" + ) + # "-bind-to core" is crucial for good performance + args = ["mpirun", "-np", str(n)] + \ + extra_mpi_args + \ + [sys.executable] + + args += sys.argv + subprocess.check_call(args, env=env) + return "parent" + else: + install_mpi_excepthook() + return "child" + + +def convert_episode_to_batch_major(episode): + """Converts an episode to have the batch dimension in the major (first) + dimension. + """ + episode_batch = {} + for key in episode.keys(): + val = np.array(episode[key]).copy() + # make inputs batch-major instead of time-major + episode_batch[key] = val.swapaxes(0, 1) + + return episode_batch + + +def transitions_in_episode_batch(episode_batch): + """Number of transitions in a given episode batch. + """ + shape = episode_batch['u'].shape + return shape[0] * shape[1] + + +def reshape_for_broadcasting(source, target): + """Reshapes a tensor (source) to have the correct shape and dtype of the target + before broadcasting it with MPI. + """ + dim = len(target.get_shape()) + shape = ([1] * (dim - 1)) + [-1] + return tf.reshape(tf.cast(source, target.dtype), shape) diff --git a/baselines/logger.py b/baselines/logger.py new file mode 100644 index 0000000000000000000000000000000000000000..1f14e15cfd1d33321d9c422b488fada0b3659de0 --- /dev/null +++ b/baselines/logger.py @@ -0,0 +1,502 @@ +import os +import sys +import shutil +import os.path as osp +import json +import time +import datetime +import tempfile +from collections import defaultdict +from contextlib import contextmanager + +DEBUG = 10 +INFO = 20 +WARN = 30 +ERROR = 40 + +DISABLED = 50 + +class KVWriter(object): + def writekvs(self, kvs): + raise NotImplementedError + +class SeqWriter(object): + def writeseq(self, seq): + raise NotImplementedError + +class HumanOutputFormat(KVWriter, SeqWriter): + def __init__(self, filename_or_file): + if isinstance(filename_or_file, str): + self.file = open(filename_or_file, 'wt') + self.own_file = True + else: + assert hasattr(filename_or_file, 'read'), 'expected file or str, got %s'%filename_or_file + self.file = filename_or_file + self.own_file = False + + def writekvs(self, kvs): + # Create strings for printing + key2str = {} + for (key, val) in sorted(kvs.items()): + if hasattr(val, '__float__'): + valstr = '%-8.3g' % val + else: + valstr = str(val) + key2str[self._truncate(key)] = self._truncate(valstr) + + # Find max widths + if len(key2str) == 0: + print('WARNING: tried to write empty key-value dict') + return + else: + keywidth = max(map(len, key2str.keys())) + valwidth = max(map(len, key2str.values())) + + # Write out the data + dashes = '-' * (keywidth + valwidth + 7) + lines = [dashes] + for (key, val) in sorted(key2str.items(), key=lambda kv: kv[0].lower()): + lines.append('| %s%s | %s%s |' % ( + key, + ' ' * (keywidth - len(key)), + val, + ' ' * (valwidth - len(val)), + )) + lines.append(dashes) + self.file.write('\n'.join(lines) + '\n') + + # Flush the output to the file + self.file.flush() + + def _truncate(self, s): + maxlen = 30 + return s[:maxlen-3] + '...' if len(s) > maxlen else s + + def writeseq(self, seq): + seq = list(seq) + for (i, elem) in enumerate(seq): + self.file.write(elem) + if i < len(seq) - 1: # add space unless this is the last one + self.file.write(' ') + self.file.write('\n') + self.file.flush() + + def close(self): + if self.own_file: + self.file.close() + +class JSONOutputFormat(KVWriter): + def __init__(self, filename): + self.file = open(filename, 'wt') + + def writekvs(self, kvs): + for k, v in sorted(kvs.items()): + if hasattr(v, 'dtype'): + kvs[k] = float(v) + self.file.write(json.dumps(kvs) + '\n') + self.file.flush() + + def close(self): + self.file.close() + +class CSVOutputFormat(KVWriter): + def __init__(self, filename): + self.file = open(filename, 'w+t') + self.keys = [] + self.sep = ',' + + def writekvs(self, kvs): + # Add our current row to the history + extra_keys = list(kvs.keys() - self.keys) + extra_keys.sort() + if extra_keys: + self.keys.extend(extra_keys) + self.file.seek(0) + lines = self.file.readlines() + self.file.seek(0) + for (i, k) in enumerate(self.keys): + if i > 0: + self.file.write(',') + self.file.write(k) + self.file.write('\n') + for line in lines[1:]: + self.file.write(line[:-1]) + self.file.write(self.sep * len(extra_keys)) + self.file.write('\n') + for (i, k) in enumerate(self.keys): + if i > 0: + self.file.write(',') + v = kvs.get(k) + if v is not None: + self.file.write(str(v)) + self.file.write('\n') + self.file.flush() + + def close(self): + self.file.close() + + +class TensorBoardOutputFormat(KVWriter): + """ + Dumps key/value pairs into TensorBoard's numeric format. + """ + def __init__(self, dir): + os.makedirs(dir, exist_ok=True) + self.dir = dir + self.step = 1 + prefix = 'events' + path = osp.join(osp.abspath(dir), prefix) + import tensorflow as tf + from tensorflow.python import pywrap_tensorflow + from tensorflow.core.util import event_pb2 + from tensorflow.python.util import compat + self.tf = tf + self.event_pb2 = event_pb2 + self.pywrap_tensorflow = pywrap_tensorflow + self.writer = pywrap_tensorflow.EventsWriter(compat.as_bytes(path)) + + def writekvs(self, kvs): + def summary_val(k, v): + kwargs = {'tag': k, 'simple_value': float(v)} + return self.tf.Summary.Value(**kwargs) + summary = self.tf.Summary(value=[summary_val(k, v) for k, v in kvs.items()]) + event = self.event_pb2.Event(wall_time=time.time(), summary=summary) + event.step = self.step # is there any reason why you'd want to specify the step? + self.writer.WriteEvent(event) + self.writer.Flush() + self.step += 1 + + def close(self): + if self.writer: + self.writer.Close() + self.writer = None + +def make_output_format(format, ev_dir, log_suffix=''): + os.makedirs(ev_dir, exist_ok=True) + if format == 'stdout': + return HumanOutputFormat(sys.stdout) + elif format == 'log': + return HumanOutputFormat(osp.join(ev_dir, 'log%s.txt' % log_suffix)) + elif format == 'json': + return JSONOutputFormat(osp.join(ev_dir, 'progress%s.json' % log_suffix)) + elif format == 'csv': + return CSVOutputFormat(osp.join(ev_dir, 'progress%s.csv' % log_suffix)) + elif format == 'tensorboard': + return TensorBoardOutputFormat(osp.join(ev_dir, 'tb%s' % log_suffix)) + else: + raise ValueError('Unknown format specified: %s' % (format,)) + +# ================================================================ +# API +# ================================================================ + +def logkv(key, val): + """ + Log a value of some diagnostic + Call this once for each diagnostic quantity, each iteration + If called many times, last value will be used. + """ + get_current().logkv(key, val) + +def logkv_mean(key, val): + """ + The same as logkv(), but if called many times, values averaged. + """ + get_current().logkv_mean(key, val) + +def logkvs(d): + """ + Log a dictionary of key-value pairs + """ + for (k, v) in d.items(): + logkv(k, v) + +def dumpkvs(): + """ + Write all of the diagnostics from the current iteration + """ + return get_current().dumpkvs() + +def getkvs(): + return get_current().name2val + + +def log(*args, level=INFO): + """ + Write the sequence of args, with no separators, to the console and output files (if you've configured an output file). + """ + get_current().log(*args, level=level) + +def debug(*args): + log(*args, level=DEBUG) + +def info(*args): + log(*args, level=INFO) + +def warn(*args): + log(*args, level=WARN) + +def error(*args): + log(*args, level=ERROR) + + +def set_level(level): + """ + Set logging threshold on current logger. + """ + get_current().set_level(level) + +def set_comm(comm): + get_current().set_comm(comm) + +def get_dir(): + """ + Get directory that log files are being written to. + will be None if there is no output directory (i.e., if you didn't call start) + """ + return get_current().get_dir() + +record_tabular = logkv +dump_tabular = dumpkvs + +@contextmanager +def profile_kv(scopename): + logkey = 'wait_' + scopename + tstart = time.time() + try: + yield + finally: + get_current().name2val[logkey] += time.time() - tstart + +def profile(n): + """ + Usage: + @profile("my_func") + def my_func(): code + """ + def decorator_with_name(func): + def func_wrapper(*args, **kwargs): + with profile_kv(n): + return func(*args, **kwargs) + return func_wrapper + return decorator_with_name + + +# ================================================================ +# Backend +# ================================================================ + +def get_current(): + if Logger.CURRENT is None: + _configure_default_logger() + + return Logger.CURRENT + + +class Logger(object): + DEFAULT = None # A logger with no output files. (See right below class definition) + # So that you can still log to the terminal without setting up any output files + CURRENT = None # Current logger being used by the free functions above + + def __init__(self, dir, output_formats, comm=None): + self.name2val = defaultdict(float) # values this iteration + self.name2cnt = defaultdict(int) + self.level = INFO + self.dir = dir + self.output_formats = output_formats + self.comm = comm + + # Logging API, forwarded + # ---------------------------------------- + def logkv(self, key, val): + self.name2val[key] = val + + def logkv_mean(self, key, val): + oldval, cnt = self.name2val[key], self.name2cnt[key] + self.name2val[key] = oldval*cnt/(cnt+1) + val/(cnt+1) + self.name2cnt[key] = cnt + 1 + + def dumpkvs(self): + if self.comm is None: + d = self.name2val + else: + from baselines.common import mpi_util + d = mpi_util.mpi_weighted_mean(self.comm, + {name : (val, self.name2cnt.get(name, 1)) + for (name, val) in self.name2val.items()}) + if self.comm.rank != 0: + d['dummy'] = 1 # so we don't get a warning about empty dict + out = d.copy() # Return the dict for unit testing purposes + for fmt in self.output_formats: + if isinstance(fmt, KVWriter): + fmt.writekvs(d) + self.name2val.clear() + self.name2cnt.clear() + return out + + def log(self, *args, level=INFO): + if self.level <= level: + self._do_log(args) + + # Configuration + # ---------------------------------------- + def set_level(self, level): + self.level = level + + def set_comm(self, comm): + self.comm = comm + + def get_dir(self): + return self.dir + + def close(self): + for fmt in self.output_formats: + fmt.close() + + # Misc + # ---------------------------------------- + def _do_log(self, args): + for fmt in self.output_formats: + if isinstance(fmt, SeqWriter): + fmt.writeseq(map(str, args)) + +def get_rank_without_mpi_import(): + # check environment variables here instead of importing mpi4py + # to avoid calling MPI_Init() when this module is imported + for varname in ['PMI_RANK', 'OMPI_COMM_WORLD_RANK']: + if varname in os.environ: + return int(os.environ[varname]) + return 0 + + +def configure(dir=None, format_strs=None, comm=None, log_suffix=''): + """ + If comm is provided, average all numerical stats across that comm + """ + if dir is None: + dir = os.getenv('OPENAI_LOGDIR') + if dir is None: + dir = osp.join(tempfile.gettempdir(), + datetime.datetime.now().strftime("openai-%Y-%m-%d-%H-%M-%S-%f")) + assert isinstance(dir, str) + dir = os.path.expanduser(dir) + os.makedirs(os.path.expanduser(dir), exist_ok=True) + + rank = get_rank_without_mpi_import() + if rank > 0: + log_suffix = log_suffix + "-rank%03i" % rank + + if format_strs is None: + if rank == 0: + format_strs = os.getenv('OPENAI_LOG_FORMAT', 'stdout,log,csv').split(',') + else: + format_strs = os.getenv('OPENAI_LOG_FORMAT_MPI', 'log').split(',') + format_strs = filter(None, format_strs) + output_formats = [make_output_format(f, dir, log_suffix) for f in format_strs] + + Logger.CURRENT = Logger(dir=dir, output_formats=output_formats, comm=comm) + if output_formats: + log('Logging to %s'%dir) + +def _configure_default_logger(): + configure() + Logger.DEFAULT = Logger.CURRENT + +def reset(): + if Logger.CURRENT is not Logger.DEFAULT: + Logger.CURRENT.close() + Logger.CURRENT = Logger.DEFAULT + log('Reset logger') + +@contextmanager +def scoped_configure(dir=None, format_strs=None, comm=None): + prevlogger = Logger.CURRENT + configure(dir=dir, format_strs=format_strs, comm=comm) + try: + yield + finally: + Logger.CURRENT.close() + Logger.CURRENT = prevlogger + +# ================================================================ + +def _demo(): + info("hi") + debug("shouldn't appear") + set_level(DEBUG) + debug("should appear") + dir = "/tmp/testlogging" + if os.path.exists(dir): + shutil.rmtree(dir) + configure(dir=dir) + logkv("a", 3) + logkv("b", 2.5) + dumpkvs() + logkv("b", -2.5) + logkv("a", 5.5) + dumpkvs() + info("^^^ should see a = 5.5") + logkv_mean("b", -22.5) + logkv_mean("b", -44.4) + logkv("a", 5.5) + dumpkvs() + info("^^^ should see b = -33.3") + + logkv("b", -2.5) + dumpkvs() + + logkv("a", "longasslongasslongasslongasslongasslongassvalue") + dumpkvs() + + +# ================================================================ +# Readers +# ================================================================ + +def read_json(fname): + import pandas + ds = [] + with open(fname, 'rt') as fh: + for line in fh: + ds.append(json.loads(line)) + return pandas.DataFrame(ds) + +def read_csv(fname): + import pandas + return pandas.read_csv(fname, index_col=None, comment='#') + +def read_tb(path): + """ + path : a tensorboard file OR a directory, where we will find all TB files + of the form events.* + """ + import pandas + import numpy as np + from glob import glob + import tensorflow as tf + if osp.isdir(path): + fnames = glob(osp.join(path, "events.*")) + elif osp.basename(path).startswith("events."): + fnames = [path] + else: + raise NotImplementedError("Expected tensorboard file or directory containing them. Got %s"%path) + tag2pairs = defaultdict(list) + maxstep = 0 + for fname in fnames: + for summary in tf.compat.v1.train.summary_iterator(fname): + if summary.step > 0: + for v in summary.summary.value: + pair = (summary.step, v.simple_value) + tag2pairs[v.tag].append(pair) + maxstep = max(summary.step, maxstep) + data = np.empty((maxstep, len(tag2pairs))) + data[:] = np.nan + tags = sorted(tag2pairs.keys()) + for (colidx,tag) in enumerate(tags): + pairs = tag2pairs[tag] + for (step, value) in pairs: + data[step-1, colidx] = value + return pandas.DataFrame(data, columns=tags) + +if __name__ == "__main__": + _demo() diff --git a/baselines/ppo1/README.md b/baselines/ppo1/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1faf5adf1a8a7d046516a513453767bc32b8a3fe --- /dev/null +++ b/baselines/ppo1/README.md @@ -0,0 +1,9 @@ +# PPOSGD + +- Original paper: https://arxiv.org/abs/1707.06347 +- Baselines blog post: https://blog.openai.com/openai-baselines-ppo/ +- `mpirun -np 8 python -m baselines.ppo1.run_atari` runs the algorithm for 40M frames = 10M timesteps on an Atari game. See help (`-h`) for more options. +- `python -m baselines.ppo1.run_mujoco` runs the algorithm for 1M frames on a Mujoco environment. + +- Train mujoco 3d humanoid (with optimal-ish hyperparameters): `mpirun -np 16 python -m baselines.ppo1.run_humanoid --model-path=/path/to/model` +- Render the 3d humanoid: `python -m baselines.ppo1.run_humanoid --play --model-path=/path/to/model` diff --git a/baselines/ppo1/__init__.py b/baselines/ppo1/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/ppo1/cnn_policy.py b/baselines/ppo1/cnn_policy.py new file mode 100644 index 0000000000000000000000000000000000000000..84cb02ed89066e3d66b3a23f14aa54840d4202cf --- /dev/null +++ b/baselines/ppo1/cnn_policy.py @@ -0,0 +1,56 @@ +import baselines.common.tf_util as U +import tensorflow as tf +import gym +from baselines.common.distributions import make_pdtype + +class CnnPolicy(object): + recurrent = False + def __init__(self, name, ob_space, ac_space, kind='large'): + with tf.compat.v1.variable_scope(name): + self._init(ob_space, ac_space, kind) + self.scope = tf.compat.v1.get_variable_scope().name + + def _init(self, ob_space, ac_space, kind): + assert isinstance(ob_space, gym.spaces.Box) + + self.pdtype = pdtype = make_pdtype(ac_space) + sequence_length = None + + ob = U.get_placeholder(name="ob", dtype=tf.float32, shape=[sequence_length] + list(ob_space.shape)) + + x = ob / 255.0 + if kind == 'small': # from A3C paper + x = tf.nn.relu(U.conv2d(x, 16, "l1", [8, 8], [4, 4], pad="VALID")) + x = tf.nn.relu(U.conv2d(x, 32, "l2", [4, 4], [2, 2], pad="VALID")) + x = U.flattenallbut0(x) + x = tf.nn.relu(tf.compat.v1.layers.dense(x, 256, name='lin', kernel_initializer=U.normc_initializer(1.0))) + elif kind == 'large': # Nature DQN + x = tf.nn.relu(U.conv2d(x, 32, "l1", [8, 8], [4, 4], pad="VALID")) + x = tf.nn.relu(U.conv2d(x, 64, "l2", [4, 4], [2, 2], pad="VALID")) + x = tf.nn.relu(U.conv2d(x, 64, "l3", [3, 3], [1, 1], pad="VALID")) + x = U.flattenallbut0(x) + x = tf.nn.relu(tf.compat.v1.layers.dense(x, 512, name='lin', kernel_initializer=U.normc_initializer(1.0))) + else: + raise NotImplementedError + + logits = tf.compat.v1.layers.dense(x, pdtype.param_shape()[0], name='logits', kernel_initializer=U.normc_initializer(0.01)) + self.pd = pdtype.pdfromflat(logits) + self.vpred = tf.compat.v1.layers.dense(x, 1, name='value', kernel_initializer=U.normc_initializer(1.0))[:,0] + + self.state_in = [] + self.state_out = [] + + stochastic = tf.compat.v1.placeholder(dtype=tf.bool, shape=()) + ac = self.pd.sample() # XXX + self._act = U.function([stochastic, ob], [ac, self.vpred]) + + def act(self, stochastic, ob): + ac1, vpred1 = self._act(stochastic, ob[None]) + return ac1[0], vpred1[0] + def get_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, self.scope) + def get_trainable_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, self.scope) + def get_initial_state(self): + return [] + diff --git a/baselines/ppo1/mlp_policy.py b/baselines/ppo1/mlp_policy.py new file mode 100644 index 0000000000000000000000000000000000000000..e6e2594906218a94dd19a4138da0b0b42ef15547 --- /dev/null +++ b/baselines/ppo1/mlp_policy.py @@ -0,0 +1,61 @@ +from baselines.common.mpi_running_mean_std import RunningMeanStd +import baselines.common.tf_util as U +import tensorflow as tf +import gym +from baselines.common.distributions import make_pdtype + +class MlpPolicy(object): + recurrent = False + def __init__(self, name, *args, **kwargs): + with tf.compat.v1.variable_scope(name): + self._init(*args, **kwargs) + self.scope = tf.compat.v1.get_variable_scope().name + + def _init(self, ob_space, ac_space, hid_size, num_hid_layers, gaussian_fixed_var=True): + assert isinstance(ob_space, gym.spaces.Box) + + self.pdtype = pdtype = make_pdtype(ac_space) + sequence_length = None + + ob = U.get_placeholder(name="ob", dtype=tf.float32, shape=[sequence_length] + list(ob_space.shape)) + + with tf.compat.v1.variable_scope("obfilter"): + self.ob_rms = RunningMeanStd(shape=ob_space.shape) + + with tf.compat.v1.variable_scope('vf'): + obz = tf.clip_by_value((ob - self.ob_rms.mean) / self.ob_rms.std, -5.0, 5.0) + last_out = obz + for i in range(num_hid_layers): + last_out = tf.nn.tanh(tf.compat.v1.layers.dense(last_out, hid_size, name="fc%i"%(i+1), kernel_initializer=U.normc_initializer(1.0))) + self.vpred = tf.compat.v1.layers.dense(last_out, 1, name='final', kernel_initializer=U.normc_initializer(1.0))[:,0] + + with tf.compat.v1.variable_scope('pol'): + last_out = obz + for i in range(num_hid_layers): + last_out = tf.nn.tanh(tf.compat.v1.layers.dense(last_out, hid_size, name='fc%i'%(i+1), kernel_initializer=U.normc_initializer(1.0))) + if gaussian_fixed_var and isinstance(ac_space, gym.spaces.Box): + mean = tf.compat.v1.layers.dense(last_out, pdtype.param_shape()[0]//2, name='final', kernel_initializer=U.normc_initializer(0.01)) + logstd = tf.compat.v1.get_variable(name="logstd", shape=[1, pdtype.param_shape()[0]//2], initializer=tf.compat.v1.zeros_initializer()) + pdparam = tf.concat([mean, mean * 0.0 + logstd], axis=1) + else: + pdparam = tf.compat.v1.layers.dense(last_out, pdtype.param_shape()[0], name='final', kernel_initializer=U.normc_initializer(0.01)) + + self.pd = pdtype.pdfromflat(pdparam) + + self.state_in = [] + self.state_out = [] + + stochastic = tf.compat.v1.placeholder(dtype=tf.bool, shape=()) + ac = U.switch(stochastic, self.pd.sample(), self.pd.mode()) + self._act = U.function([stochastic, ob], [ac, self.vpred]) + + def act(self, stochastic, ob): + ac1, vpred1 = self._act(stochastic, ob[None]) + return ac1[0], vpred1[0] + def get_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, self.scope) + def get_trainable_variables(self): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, self.scope) + def get_initial_state(self): + return [] + diff --git a/baselines/ppo1/pposgd_simple.py b/baselines/ppo1/pposgd_simple.py new file mode 100644 index 0000000000000000000000000000000000000000..1cce57f9af986f59bfb26ca8a5517371e49a1b41 --- /dev/null +++ b/baselines/ppo1/pposgd_simple.py @@ -0,0 +1,217 @@ +from baselines.common import Dataset, explained_variance, fmt_row, zipsame +from baselines import logger +import baselines.common.tf_util as U +import tensorflow as tf, numpy as np +import time +from baselines.common.mpi_adam import MpiAdam +from baselines.common.mpi_moments import mpi_moments +from mpi4py import MPI +from collections import deque + +def traj_segment_generator(pi, env, horizon, stochastic): + t = 0 + ac = env.action_space.sample() # not used, just so we have the datatype + new = True # marks if we're on first timestep of an episode + ob = env.reset() + + cur_ep_ret = 0 # return in current episode + cur_ep_len = 0 # len of current episode + ep_rets = [] # returns of completed episodes in this segment + ep_lens = [] # lengths of ... + + # Initialize history arrays + obs = np.array([ob for _ in range(horizon)]) + rews = np.zeros(horizon, 'float32') + vpreds = np.zeros(horizon, 'float32') + news = np.zeros(horizon, 'int32') + acs = np.array([ac for _ in range(horizon)]) + prevacs = acs.copy() + + while True: + prevac = ac + ac, vpred = pi.act(stochastic, ob) + # Slight weirdness here because we need value function at time T + # before returning segment [0, T-1] so we get the correct + # terminal value + if t > 0 and t % horizon == 0: + yield {"ob" : obs, "rew" : rews, "vpred" : vpreds, "new" : news, + "ac" : acs, "prevac" : prevacs, "nextvpred": vpred * (1 - new), + "ep_rets" : ep_rets, "ep_lens" : ep_lens} + # Be careful!!! if you change the downstream algorithm to aggregate + # several of these batches, then be sure to do a deepcopy + ep_rets = [] + ep_lens = [] + i = t % horizon + obs[i] = ob + vpreds[i] = vpred + news[i] = new + acs[i] = ac + prevacs[i] = prevac + + ob, rew, new, _ = env.step(ac) + rews[i] = rew + + cur_ep_ret += rew + cur_ep_len += 1 + if new: + ep_rets.append(cur_ep_ret) + ep_lens.append(cur_ep_len) + cur_ep_ret = 0 + cur_ep_len = 0 + ob = env.reset() + t += 1 + +def add_vtarg_and_adv(seg, gamma, lam): + """ + Compute target value using TD(lambda) estimator, and advantage with GAE(lambda) + """ + new = np.append(seg["new"], 0) # last element is only used for last vtarg, but we already zeroed it if last new = 1 + vpred = np.append(seg["vpred"], seg["nextvpred"]) + T = len(seg["rew"]) + seg["adv"] = gaelam = np.empty(T, 'float32') + rew = seg["rew"] + lastgaelam = 0 + for t in reversed(range(T)): + nonterminal = 1-new[t+1] + delta = rew[t] + gamma * vpred[t+1] * nonterminal - vpred[t] + gaelam[t] = lastgaelam = delta + gamma * lam * nonterminal * lastgaelam + seg["tdlamret"] = seg["adv"] + seg["vpred"] + +def learn(env, policy_fn, *, + timesteps_per_actorbatch, # timesteps per actor per update + clip_param, entcoeff, # clipping parameter epsilon, entropy coeff + optim_epochs, optim_stepsize, optim_batchsize,# optimization hypers + gamma, lam, # advantage estimation + max_timesteps=0, max_episodes=0, max_iters=0, max_seconds=0, # time constraint + callback=None, # you can do anything in the callback, since it takes locals(), globals() + adam_epsilon=1e-5, + schedule='constant' # annealing for stepsize parameters (epsilon and adam) + ): + # Setup losses and stuff + # ---------------------------------------- + ob_space = env.observation_space + ac_space = env.action_space + pi = policy_fn("pi", ob_space, ac_space) # Construct network for new policy + oldpi = policy_fn("oldpi", ob_space, ac_space) # Network for old policy + atarg = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Target advantage function (if applicable) + ret = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Empirical return + + lrmult = tf.compat.v1.placeholder(name='lrmult', dtype=tf.float32, shape=[]) # learning rate multiplier, updated with schedule + + ob = U.get_placeholder_cached(name="ob") + ac = pi.pdtype.sample_placeholder([None]) + + kloldnew = oldpi.pd.kl(pi.pd) + ent = pi.pd.entropy() + meankl = tf.reduce_mean(input_tensor=kloldnew) + meanent = tf.reduce_mean(input_tensor=ent) + pol_entpen = (-entcoeff) * meanent + + ratio = tf.exp(pi.pd.logp(ac) - oldpi.pd.logp(ac)) # pnew / pold + surr1 = ratio * atarg # surrogate from conservative policy iteration + surr2 = tf.clip_by_value(ratio, 1.0 - clip_param, 1.0 + clip_param) * atarg # + pol_surr = - tf.reduce_mean(input_tensor=tf.minimum(surr1, surr2)) # PPO's pessimistic surrogate (L^CLIP) + vf_loss = tf.reduce_mean(input_tensor=tf.square(pi.vpred - ret)) + total_loss = pol_surr + pol_entpen + vf_loss + losses = [pol_surr, pol_entpen, vf_loss, meankl, meanent] + loss_names = ["pol_surr", "pol_entpen", "vf_loss", "kl", "ent"] + + var_list = pi.get_trainable_variables() + lossandgrad = U.function([ob, ac, atarg, ret, lrmult], losses + [U.flatgrad(total_loss, var_list)]) + adam = MpiAdam(var_list, epsilon=adam_epsilon) + + assign_old_eq_new = U.function([],[], updates=[tf.compat.v1.assign(oldv, newv) + for (oldv, newv) in zipsame(oldpi.get_variables(), pi.get_variables())]) + compute_losses = U.function([ob, ac, atarg, ret, lrmult], losses) + + U.initialize() + adam.sync() + + # Prepare for rollouts + # ---------------------------------------- + seg_gen = traj_segment_generator(pi, env, timesteps_per_actorbatch, stochastic=True) + + episodes_so_far = 0 + timesteps_so_far = 0 + iters_so_far = 0 + tstart = time.time() + lenbuffer = deque(maxlen=100) # rolling buffer for episode lengths + rewbuffer = deque(maxlen=100) # rolling buffer for episode rewards + + assert sum([max_iters>0, max_timesteps>0, max_episodes>0, max_seconds>0])==1, "Only one time constraint permitted" + + while True: + if callback: callback(locals(), globals()) + if max_timesteps and timesteps_so_far >= max_timesteps: + break + elif max_episodes and episodes_so_far >= max_episodes: + break + elif max_iters and iters_so_far >= max_iters: + break + elif max_seconds and time.time() - tstart >= max_seconds: + break + + if schedule == 'constant': + cur_lrmult = 1.0 + elif schedule == 'linear': + cur_lrmult = max(1.0 - float(timesteps_so_far) / max_timesteps, 0) + else: + raise NotImplementedError + + logger.log("********** Iteration %i ************"%iters_so_far) + + seg = seg_gen.__next__() + add_vtarg_and_adv(seg, gamma, lam) + + # ob, ac, atarg, ret, td1ret = map(np.concatenate, (obs, acs, atargs, rets, td1rets)) + ob, ac, atarg, tdlamret = seg["ob"], seg["ac"], seg["adv"], seg["tdlamret"] + vpredbefore = seg["vpred"] # predicted value function before udpate + atarg = (atarg - atarg.mean()) / atarg.std() # standardized advantage function estimate + d = Dataset(dict(ob=ob, ac=ac, atarg=atarg, vtarg=tdlamret), deterministic=pi.recurrent) + optim_batchsize = optim_batchsize or ob.shape[0] + + if hasattr(pi, "ob_rms"): pi.ob_rms.update(ob) # update running mean/std for policy + + assign_old_eq_new() # set old parameter values to new parameter values + logger.log("Optimizing...") + logger.log(fmt_row(13, loss_names)) + # Here we do a bunch of optimization epochs over the data + for _ in range(optim_epochs): + losses = [] # list of tuples, each of which gives the loss for a minibatch + for batch in d.iterate_once(optim_batchsize): + *newlosses, g = lossandgrad(batch["ob"], batch["ac"], batch["atarg"], batch["vtarg"], cur_lrmult) + adam.update(g, optim_stepsize * cur_lrmult) + losses.append(newlosses) + logger.log(fmt_row(13, np.mean(losses, axis=0))) + + logger.log("Evaluating losses...") + losses = [] + for batch in d.iterate_once(optim_batchsize): + newlosses = compute_losses(batch["ob"], batch["ac"], batch["atarg"], batch["vtarg"], cur_lrmult) + losses.append(newlosses) + meanlosses,_,_ = mpi_moments(losses, axis=0) + logger.log(fmt_row(13, meanlosses)) + for (lossval, name) in zipsame(meanlosses, loss_names): + logger.record_tabular("loss_"+name, lossval) + logger.record_tabular("ev_tdlam_before", explained_variance(vpredbefore, tdlamret)) + lrlocal = (seg["ep_lens"], seg["ep_rets"]) # local values + listoflrpairs = MPI.COMM_WORLD.allgather(lrlocal) # list of tuples + lens, rews = map(flatten_lists, zip(*listoflrpairs)) + lenbuffer.extend(lens) + rewbuffer.extend(rews) + logger.record_tabular("EpLenMean", np.mean(lenbuffer)) + logger.record_tabular("EpRewMean", np.mean(rewbuffer)) + logger.record_tabular("EpThisIter", len(lens)) + episodes_so_far += len(lens) + timesteps_so_far += sum(lens) + iters_so_far += 1 + logger.record_tabular("EpisodesSoFar", episodes_so_far) + logger.record_tabular("TimestepsSoFar", timesteps_so_far) + logger.record_tabular("TimeElapsed", time.time() - tstart) + if MPI.COMM_WORLD.Get_rank()==0: + logger.dump_tabular() + + return pi + +def flatten_lists(listoflists): + return [el for list_ in listoflists for el in list_] diff --git a/baselines/ppo1/run_atari.py b/baselines/ppo1/run_atari.py new file mode 100644 index 0000000000000000000000000000000000000000..96e348243604de1110b0df00a07074582d7e5d24 --- /dev/null +++ b/baselines/ppo1/run_atari.py @@ -0,0 +1,48 @@ +#!/usr/bin/env python3 + +from mpi4py import MPI +from baselines.common import set_global_seeds +from baselines import bench +import os.path as osp +from baselines import logger +from baselines.common.atari_wrappers import make_atari, wrap_deepmind +from baselines.common.cmd_util import atari_arg_parser + +def train(env_id, num_timesteps, seed): + from baselines.ppo1 import pposgd_simple, cnn_policy + import baselines.common.tf_util as U + rank = MPI.COMM_WORLD.Get_rank() + sess = U.single_threaded_session() + sess.__enter__() + if rank == 0: + logger.configure() + else: + logger.configure(format_strs=[]) + workerseed = seed + 10000 * MPI.COMM_WORLD.Get_rank() if seed is not None else None + set_global_seeds(workerseed) + env = make_atari(env_id) + def policy_fn(name, ob_space, ac_space): #pylint: disable=W0613 + return cnn_policy.CnnPolicy(name=name, ob_space=ob_space, ac_space=ac_space) + env = bench.Monitor(env, logger.get_dir() and + osp.join(logger.get_dir(), str(rank))) + env.seed(workerseed) + + env = wrap_deepmind(env) + env.seed(workerseed) + + pposgd_simple.learn(env, policy_fn, + max_timesteps=int(num_timesteps * 1.1), + timesteps_per_actorbatch=256, + clip_param=0.2, entcoeff=0.01, + optim_epochs=4, optim_stepsize=1e-3, optim_batchsize=64, + gamma=0.99, lam=0.95, + schedule='linear' + ) + env.close() + +def main(): + args = atari_arg_parser().parse_args() + train(args.env, num_timesteps=args.num_timesteps, seed=args.seed) + +if __name__ == '__main__': + main() diff --git a/baselines/ppo1/run_humanoid.py b/baselines/ppo1/run_humanoid.py new file mode 100644 index 0000000000000000000000000000000000000000..91a6db7cff4f1f48aa43beed5fc8e34418f07c68 --- /dev/null +++ b/baselines/ppo1/run_humanoid.py @@ -0,0 +1,73 @@ +#!/usr/bin/env python3 +import os +from baselines.common.cmd_util import make_mujoco_env, mujoco_arg_parser +from baselines.common import tf_util as U +from baselines import logger + +import gym + +def train(num_timesteps, seed, model_path=None): + env_id = 'Humanoid-v2' + from baselines.ppo1 import mlp_policy, pposgd_simple + U.make_session(num_cpu=1).__enter__() + def policy_fn(name, ob_space, ac_space): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + hid_size=64, num_hid_layers=2) + env = make_mujoco_env(env_id, seed) + + # parameters below were the best found in a simple random search + # these are good enough to make humanoid walk, but whether those are + # an absolute best or not is not certain + env = RewScale(env, 0.1) + logger.log("NOTE: reward will be scaled by a factor of 10 in logged stats. Check the monitor for unscaled reward.") + pi = pposgd_simple.learn(env, policy_fn, + max_timesteps=num_timesteps, + timesteps_per_actorbatch=2048, + clip_param=0.1, entcoeff=0.0, + optim_epochs=10, + optim_stepsize=1e-4, + optim_batchsize=64, + gamma=0.99, + lam=0.95, + schedule='constant', + ) + env.close() + if model_path: + U.save_state(model_path) + + return pi + +class RewScale(gym.RewardWrapper): + def __init__(self, env, scale): + gym.RewardWrapper.__init__(self, env) + self.scale = scale + def reward(self, r): + return r * self.scale + +def main(): + logger.configure() + parser = mujoco_arg_parser() + parser.add_argument('--model-path', default=os.path.join(logger.get_dir(), 'humanoid_policy')) + parser.set_defaults(num_timesteps=int(5e7)) + + args = parser.parse_args() + + if not args.play: + # train the model + train(num_timesteps=args.num_timesteps, seed=args.seed, model_path=args.model_path) + else: + # construct the model object, load pre-trained model and render + pi = train(num_timesteps=1, seed=args.seed) + U.load_state(args.model_path) + env = make_mujoco_env('Humanoid-v2', seed=0) + + ob = env.reset() + while True: + action = pi.act(stochastic=False, ob=ob)[0] + ob, _, done, _ = env.step(action) + env.render() + if done: + ob = env.reset() + +if __name__ == '__main__': + main() diff --git a/baselines/ppo1/run_mujoco.py b/baselines/ppo1/run_mujoco.py new file mode 100644 index 0000000000000000000000000000000000000000..638998316b397ede6e945886f7566f806415101a --- /dev/null +++ b/baselines/ppo1/run_mujoco.py @@ -0,0 +1,29 @@ +#!/usr/bin/env python3 + +from baselines.common.cmd_util import make_mujoco_env, mujoco_arg_parser +from baselines.common import tf_util as U +from baselines import logger + +def train(env_id, num_timesteps, seed): + from baselines.ppo1 import mlp_policy, pposgd_simple + U.make_session(num_cpu=1).__enter__() + def policy_fn(name, ob_space, ac_space): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + hid_size=64, num_hid_layers=2) + env = make_mujoco_env(env_id, seed) + pposgd_simple.learn(env, policy_fn, + max_timesteps=num_timesteps, + timesteps_per_actorbatch=2048, + clip_param=0.2, entcoeff=0.0, + optim_epochs=10, optim_stepsize=3e-4, optim_batchsize=64, + gamma=0.99, lam=0.95, schedule='linear', + ) + env.close() + +def main(): + args = mujoco_arg_parser().parse_args() + logger.configure() + train(args.env, num_timesteps=args.num_timesteps, seed=args.seed) + +if __name__ == '__main__': + main() diff --git a/baselines/ppo1/run_robotics.py b/baselines/ppo1/run_robotics.py new file mode 100644 index 0000000000000000000000000000000000000000..7d84185a1b8f2ea9000b9ed3ca6b9b3a0de358e3 --- /dev/null +++ b/baselines/ppo1/run_robotics.py @@ -0,0 +1,40 @@ +#!/usr/bin/env python3 + +from mpi4py import MPI +from baselines.common import set_global_seeds +from baselines import logger +from baselines.common.cmd_util import make_robotics_env, robotics_arg_parser +import mujoco_py + + +def train(env_id, num_timesteps, seed): + from baselines.ppo1 import mlp_policy, pposgd_simple + import baselines.common.tf_util as U + rank = MPI.COMM_WORLD.Get_rank() + sess = U.single_threaded_session() + sess.__enter__() + mujoco_py.ignore_mujoco_warnings().__enter__() + workerseed = seed + 10000 * rank + set_global_seeds(workerseed) + env = make_robotics_env(env_id, workerseed, rank=rank) + def policy_fn(name, ob_space, ac_space): + return mlp_policy.MlpPolicy(name=name, ob_space=ob_space, ac_space=ac_space, + hid_size=256, num_hid_layers=3) + + pposgd_simple.learn(env, policy_fn, + max_timesteps=num_timesteps, + timesteps_per_actorbatch=2048, + clip_param=0.2, entcoeff=0.0, + optim_epochs=5, optim_stepsize=3e-4, optim_batchsize=256, + gamma=0.99, lam=0.95, schedule='linear', + ) + env.close() + + +def main(): + args = robotics_arg_parser().parse_args() + train(args.env, num_timesteps=args.num_timesteps, seed=args.seed) + + +if __name__ == '__main__': + main() diff --git a/baselines/ppo2/README.md b/baselines/ppo2/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4d431bca967caffedb5ea76ef38af4b9d99571d8 --- /dev/null +++ b/baselines/ppo2/README.md @@ -0,0 +1,8 @@ +# PPO2 + +- Original paper: https://arxiv.org/abs/1707.06347 +- Baselines blog post: https://blog.openai.com/openai-baselines-ppo/ + +- `python -m baselines.run --alg=ppo2 --env=PongNoFrameskip-v4` runs the algorithm for 40M frames = 10M timesteps on an Atari Pong. See help (`-h`) for more options. +- `python -m baselines.run --alg=ppo2 --env=Ant-v2 --num_timesteps=1e6` runs the algorithm for 1M frames on a Mujoco Ant environment. +- also refer to the repo-wide [README.md](../../README.md#training-models) diff --git a/baselines/ppo2/__init__.py b/baselines/ppo2/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/ppo2/defaults.py b/baselines/ppo2/defaults.py new file mode 100644 index 0000000000000000000000000000000000000000..9f3f96e976e3f02f5819476f9e81896d5b8e8898 --- /dev/null +++ b/baselines/ppo2/defaults.py @@ -0,0 +1,25 @@ +def mujoco(): + return dict( + nsteps=2048, + nminibatches=32, + lam=0.95, + gamma=0.99, + noptepochs=10, + log_interval=1, + ent_coef=0.0, + lr=lambda f: 3e-4 * f, + cliprange=0.2, + value_network='copy' + ) + +def atari(): + return dict( + nsteps=128, nminibatches=4, + lam=0.95, gamma=0.99, noptepochs=4, log_interval=1, + ent_coef=.01, + lr=lambda f : f * 2.5e-4, + cliprange=0.1, + ) + +def retro(): + return atari() diff --git a/baselines/ppo2/microbatched_model.py b/baselines/ppo2/microbatched_model.py new file mode 100644 index 0000000000000000000000000000000000000000..ecb8e5ad6ef0ef2ee583425490c9b85677fdca8d --- /dev/null +++ b/baselines/ppo2/microbatched_model.py @@ -0,0 +1,78 @@ +import tensorflow as tf +import numpy as np +from baselines.ppo2.model import Model + +class MicrobatchedModel(Model): + """ + Model that does training one microbatch at a time - when gradient computation + on the entire minibatch causes some overflow + """ + def __init__(self, *, policy, ob_space, ac_space, nbatch_act, nbatch_train, + nsteps, ent_coef, vf_coef, max_grad_norm, mpi_rank_weight, comm, microbatch_size): + + self.nmicrobatches = nbatch_train // microbatch_size + self.microbatch_size = microbatch_size + assert nbatch_train % microbatch_size == 0, 'microbatch_size ({}) should divide nbatch_train ({}) evenly'.format(microbatch_size, nbatch_train) + + super().__init__( + policy=policy, + ob_space=ob_space, + ac_space=ac_space, + nbatch_act=nbatch_act, + nbatch_train=microbatch_size, + nsteps=nsteps, + ent_coef=ent_coef, + vf_coef=vf_coef, + max_grad_norm=max_grad_norm, + mpi_rank_weight=mpi_rank_weight, + comm=comm) + + self.grads_ph = [tf.compat.v1.placeholder(dtype=g.dtype, shape=g.shape) for g in self.grads] + grads_ph_and_vars = list(zip(self.grads_ph, self.var)) + self._apply_gradients_op = self.trainer.apply_gradients(grads_ph_and_vars) + + + def train(self, lr, cliprange, obs, returns, masks, actions, values, neglogpacs, states=None): + assert states is None, "microbatches with recurrent models are not supported yet" + + # Here we calculate advantage A(s,a) = R + yV(s') - V(s) + # Returns = R + yV(s') + advs = returns - values + + # Normalize the advantages + advs = (advs - advs.mean()) / (advs.std() + 1e-8) + + # Initialize empty list for per-microbatch stats like pg_loss, vf_loss, entropy, approxkl (whatever is in self.stats_list) + stats_vs = [] + + for microbatch_idx in range(self.nmicrobatches): + _sli = range(microbatch_idx * self.microbatch_size, (microbatch_idx+1) * self.microbatch_size) + td_map = { + self.train_model.X: obs[_sli], + self.A:actions[_sli], + self.ADV:advs[_sli], + self.R:returns[_sli], + self.CLIPRANGE:cliprange, + self.OLDNEGLOGPAC:neglogpacs[_sli], + self.OLDVPRED:values[_sli] + } + + # Compute gradient on a microbatch (note that variables do not change here) ... + grad_v, stats_v = self.sess.run([self.grads, self.stats_list], td_map) + if microbatch_idx == 0: + sum_grad_v = grad_v + else: + # .. and add to the total of the gradients + for i, g in enumerate(grad_v): + sum_grad_v[i] += g + stats_vs.append(stats_v) + + feed_dict = {ph: sum_g / self.nmicrobatches for ph, sum_g in zip(self.grads_ph, sum_grad_v)} + feed_dict[self.LR] = lr + # Update variables using average of the gradients + self.sess.run(self._apply_gradients_op, feed_dict) + # Return average of the stats + return np.mean(np.array(stats_vs), axis=0).tolist() + + + diff --git a/baselines/ppo2/model.py b/baselines/ppo2/model.py new file mode 100644 index 0000000000000000000000000000000000000000..11875b2b01d4cad9fac5dac465ddae8e8d63bcf9 --- /dev/null +++ b/baselines/ppo2/model.py @@ -0,0 +1,159 @@ +import tensorflow as tf +import functools + +from baselines.common.tf_util import get_session, save_variables, load_variables +from baselines.common.tf_util import initialize + +try: + from baselines.common.mpi_adam_optimizer import MpiAdamOptimizer + from mpi4py import MPI + from baselines.common.mpi_util import sync_from_root +except ImportError: + MPI = None + +class Model(object): + """ + We use this object to : + __init__: + - Creates the step_model + - Creates the train_model + + train(): + - Make the training part (feedforward and retropropagation of gradients) + + save/load(): + - Save load the model + """ + def __init__(self, *, policy, ob_space, ac_space, nbatch_act, nbatch_train, + nsteps, ent_coef, vf_coef, max_grad_norm, mpi_rank_weight=1, comm=None, microbatch_size=None): + self.sess = sess = get_session() + + if MPI is not None and comm is None: + comm = MPI.COMM_WORLD + + with tf.compat.v1.variable_scope('ppo2_model', reuse=tf.compat.v1.AUTO_REUSE): + # CREATE OUR TWO MODELS + # act_model that is used for sampling + act_model = policy(nbatch_act, 1, sess) + + # Train model for training + if microbatch_size is None: + train_model = policy(nbatch_train, nsteps, sess) + else: + train_model = policy(microbatch_size, nsteps, sess) + + # CREATE THE PLACEHOLDERS + self.A = A = train_model.pdtype.sample_placeholder([None]) + self.ADV = ADV = tf.compat.v1.placeholder(tf.float32, [None]) + self.R = R = tf.compat.v1.placeholder(tf.float32, [None]) + # Keep track of old actor + self.OLDNEGLOGPAC = OLDNEGLOGPAC = tf.compat.v1.placeholder(tf.float32, [None]) + # Keep track of old critic + self.OLDVPRED = OLDVPRED = tf.compat.v1.placeholder(tf.float32, [None]) + self.LR = LR = tf.compat.v1.placeholder(tf.float32, []) + # Cliprange + self.CLIPRANGE = CLIPRANGE = tf.compat.v1.placeholder(tf.float32, []) + + neglogpac = train_model.pd.neglogp(A) + + # Calculate the entropy + # Entropy is used to improve exploration by limiting the premature convergence to suboptimal policy. + entropy = tf.reduce_mean(input_tensor=train_model.pd.entropy()) + + # CALCULATE THE LOSS + # Total loss = Policy gradient loss - entropy * entropy coefficient + Value coefficient * value loss + + # Clip the value to reduce variability during Critic training + # Get the predicted value + vpred = train_model.vf + vpredclipped = OLDVPRED + tf.clip_by_value(train_model.vf - OLDVPRED, - CLIPRANGE, CLIPRANGE) + # Unclipped value + vf_losses1 = tf.square(vpred - R) + # Clipped value + vf_losses2 = tf.square(vpredclipped - R) + + vf_loss = .5 * tf.reduce_mean(input_tensor=tf.maximum(vf_losses1, vf_losses2)) + + # Calculate ratio (pi current policy / pi old policy) + ratio = tf.exp(OLDNEGLOGPAC - neglogpac) + + # Defining Loss = - J is equivalent to max J + pg_losses = -ADV * ratio + + pg_losses2 = -ADV * tf.clip_by_value(ratio, 1.0 - CLIPRANGE, 1.0 + CLIPRANGE) + + # Final PG loss + pg_loss = tf.reduce_mean(input_tensor=tf.maximum(pg_losses, pg_losses2)) + approxkl = .5 * tf.reduce_mean(input_tensor=tf.square(neglogpac - OLDNEGLOGPAC)) + clipfrac = tf.reduce_mean(input_tensor=tf.cast(tf.greater(tf.abs(ratio - 1.0), CLIPRANGE), dtype=tf.float32)) + + # Total loss + loss = pg_loss - entropy * ent_coef + vf_loss * vf_coef + + # UPDATE THE PARAMETERS USING LOSS + # 1. Get the model parameters + params = tf.compat.v1.trainable_variables('ppo2_model') + # 2. Build our trainer + if comm is not None and comm.Get_size() > 1: + self.trainer = MpiAdamOptimizer(comm, learning_rate=LR, mpi_rank_weight=mpi_rank_weight, epsilon=1e-5) + else: + self.trainer = tf.compat.v1.train.AdamOptimizer(learning_rate=LR, epsilon=1e-5) + # 3. Calculate the gradients + grads_and_var = self.trainer.compute_gradients(loss, params) + grads, var = zip(*grads_and_var) + + if max_grad_norm is not None: + # Clip the gradients (normalize) + grads, _grad_norm = tf.clip_by_global_norm(grads, max_grad_norm) + grads_and_var = list(zip(grads, var)) + # zip aggregate each gradient with parameters associated + # For instance zip(ABCD, xyza) => Ax, By, Cz, Da + + self.grads = grads + self.var = var + self._train_op = self.trainer.apply_gradients(grads_and_var) + self.loss_names = ['policy_loss', 'value_loss', 'policy_entropy', 'approxkl', 'clipfrac'] + self.stats_list = [pg_loss, vf_loss, entropy, approxkl, clipfrac] + + + self.train_model = train_model + self.act_model = act_model + self.step = act_model.step + self.value = act_model.value + self.initial_state = act_model.initial_state + + self.save = functools.partial(save_variables, sess=sess) + self.load = functools.partial(load_variables, sess=sess) + + initialize() + global_variables = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope="") + if MPI is not None: + sync_from_root(sess, global_variables, comm=comm) #pylint: disable=E1101 + + def train(self, lr, cliprange, obs, returns, masks, actions, values, neglogpacs, states=None): + # Here we calculate advantage A(s,a) = R + yV(s') - V(s) + # Returns = R + yV(s') + advs = returns - values + + # Normalize the advantages + advs = (advs - advs.mean()) / (advs.std() + 1e-8) + + td_map = { + self.train_model.X : obs, + self.A : actions, + self.ADV : advs, + self.R : returns, + self.LR : lr, + self.CLIPRANGE : cliprange, + self.OLDNEGLOGPAC : neglogpacs, + self.OLDVPRED : values + } + if states is not None: + td_map[self.train_model.S] = states + td_map[self.train_model.M] = masks + + return self.sess.run( + self.stats_list + [self._train_op], + td_map + )[:-1] + diff --git a/baselines/ppo2/ppo2.py b/baselines/ppo2/ppo2.py new file mode 100644 index 0000000000000000000000000000000000000000..f8eb30ba4e2e55e95b2237a9db8dbb08e4b9b604 --- /dev/null +++ b/baselines/ppo2/ppo2.py @@ -0,0 +1,232 @@ +import os +import time +import numpy as np +import os.path as osp +from baselines import logger +from collections import deque +from baselines.common import explained_variance, set_global_seeds +from baselines.common.policies import build_policy +try: + from mpi4py import MPI +except ImportError: + MPI = None +from baselines.ppo2.runner import Runner + + +def constfn(val): + def f(_): + return val + return f + +def learn(*, network, env, total_timesteps, eval_env = None, seed=None, nsteps=2048, ent_coef=0.0, lr=3e-4, + vf_coef=0.5, max_grad_norm=0.5, gamma=0.99, lam=0.95, + log_interval=10, nminibatches=4, noptepochs=4, cliprange=0.2, + save_interval=0, load_path=None, model_fn=None, update_fn=None, init_fn=None, mpi_rank_weight=1, comm=None, **network_kwargs): + ''' + Learn policy using PPO algorithm (https://arxiv.org/abs/1707.06347) + + Parameters: + ---------- + + network: policy network architecture. Either string (mlp, lstm, lnlstm, cnn_lstm, cnn, cnn_small, conv_only - see baselines.common/models.py for full list) + specifying the standard network architecture, or a function that takes tensorflow tensor as input and returns + tuple (output_tensor, extra_feed) where output tensor is the last network layer output, extra_feed is None for feed-forward + neural nets, and extra_feed is a dictionary describing how to feed state into the network for recurrent neural nets. + See common/models.py/lstm for more details on using recurrent nets in policies + + env: baselines.common.vec_env.VecEnv environment. Needs to be vectorized for parallel environment simulation. + The environments produced by gym.make can be wrapped using baselines.common.vec_env.DummyVecEnv class. + + + nsteps: int number of steps of the vectorized environment per update (i.e. batch size is nsteps * nenv where + nenv is number of environment copies simulated in parallel) + + total_timesteps: int number of timesteps (i.e. number of actions taken in the environment) + + ent_coef: float policy entropy coefficient in the optimization objective + + lr: float or function learning rate, constant or a schedule function [0,1] -> R+ where 1 is beginning of the + training and 0 is the end of the training. + + vf_coef: float value function loss coefficient in the optimization objective + + max_grad_norm: float or None gradient norm clipping coefficient + + gamma: float discounting factor + + lam: float advantage estimation discounting factor (lambda in the paper) + + log_interval: int number of timesteps between logging events + + nminibatches: int number of training minibatches per update. For recurrent policies, + should be smaller or equal than number of environments run in parallel. + + noptepochs: int number of training epochs per update + + cliprange: float or function clipping range, constant or schedule function [0,1] -> R+ where 1 is beginning of the training + and 0 is the end of the training + + save_interval: int number of timesteps between saving events + + load_path: str path to load the model from + + **network_kwargs: keyword arguments to the policy / network builder. See baselines.common/policies.py/build_policy and arguments to a particular type of network + For instance, 'mlp' network architecture has arguments num_hidden and num_layers. + + + + ''' + + set_global_seeds(seed) + + if isinstance(lr, float): lr = constfn(lr) + else: assert callable(lr) + if isinstance(cliprange, float): cliprange = constfn(cliprange) + else: assert callable(cliprange) + total_timesteps = int(total_timesteps) + + policy = build_policy(env, network, **network_kwargs) + + # Get the nb of env + nenvs = env.num_envs + + # Get state_space and action_space + ob_space = env.observation_space + ac_space = env.action_space + + # Calculate the batch_size + nbatch = nenvs * nsteps + nbatch_train = nbatch // nminibatches + is_mpi_root = (MPI is None or MPI.COMM_WORLD.Get_rank() == 0) + + # Instantiate the model object (that creates act_model and train_model) + if model_fn is None: + from baselines.ppo2.model import Model + model_fn = Model + + model = model_fn(policy=policy, ob_space=ob_space, ac_space=ac_space, nbatch_act=nenvs, nbatch_train=nbatch_train, + nsteps=nsteps, ent_coef=ent_coef, vf_coef=vf_coef, + max_grad_norm=max_grad_norm, comm=comm, mpi_rank_weight=mpi_rank_weight) + + if load_path is not None: + model.load(load_path) + # Instantiate the runner object + runner = Runner(env=env, model=model, nsteps=nsteps, gamma=gamma, lam=lam) + if eval_env is not None: + eval_runner = Runner(env = eval_env, model = model, nsteps = nsteps, gamma = gamma, lam= lam) + + epinfobuf = deque(maxlen=100) + if eval_env is not None: + eval_epinfobuf = deque(maxlen=100) + + if init_fn is not None: + init_fn() + + # Start total timer + tfirststart = time.perf_counter() + + nupdates = total_timesteps//nbatch + for update in range(1, nupdates+1): + assert nbatch % nminibatches == 0 + # Start timer + tstart = time.perf_counter() + frac = 1.0 - (update - 1.0) / nupdates + # Calculate the learning rate + lrnow = lr(frac) + # Calculate the cliprange + cliprangenow = cliprange(frac) + + if update % log_interval == 0 and is_mpi_root: logger.info('Stepping environment...') + + # Get minibatch + obs, returns, masks, actions, values, neglogpacs, states, epinfos = runner.run() #pylint: disable=E0632 + if eval_env is not None: + eval_obs, eval_returns, eval_masks, eval_actions, eval_values, eval_neglogpacs, eval_states, eval_epinfos = eval_runner.run() #pylint: disable=E0632 + + if update % log_interval == 0 and is_mpi_root: logger.info('Done.') + + epinfobuf.extend(epinfos) + if eval_env is not None: + eval_epinfobuf.extend(eval_epinfos) + + # Here what we're going to do is for each minibatch calculate the loss and append it. + mblossvals = [] + if states is None: # nonrecurrent version + # Index of each element of batch_size + # Create the indices array + inds = np.arange(nbatch) + for _ in range(noptepochs): + # Randomize the indexes + np.random.shuffle(inds) + # 0 to batch_size with batch_train_size step + for start in range(0, nbatch, nbatch_train): + end = start + nbatch_train + mbinds = inds[start:end] + slices = (arr[mbinds] for arr in (obs, returns, masks, actions, values, neglogpacs)) + mblossvals.append(model.train(lrnow, cliprangenow, *slices)) + else: # recurrent version + assert nenvs % nminibatches == 0 + envsperbatch = nenvs // nminibatches + envinds = np.arange(nenvs) + flatinds = np.arange(nenvs * nsteps).reshape(nenvs, nsteps) + for _ in range(noptepochs): + np.random.shuffle(envinds) + for start in range(0, nenvs, envsperbatch): + end = start + envsperbatch + mbenvinds = envinds[start:end] + mbflatinds = flatinds[mbenvinds].ravel() + slices = (arr[mbflatinds] for arr in (obs, returns, masks, actions, values, neglogpacs)) + mbstates = states[mbenvinds] + mblossvals.append(model.train(lrnow, cliprangenow, *slices, mbstates)) + + # Feedforward --> get losses --> update + lossvals = np.mean(mblossvals, axis=0) + # End timer + tnow = time.perf_counter() + # Calculate the fps (frame per second) + fps = int(nbatch / (tnow - tstart)) + + if update_fn is not None: + update_fn(update) + + if update % log_interval == 0 or update == 1: + # Calculates if value function is a good predicator of the returns (ev > 1) + # or if it's just worse than predicting nothing (ev =< 0) + ev = explained_variance(values, returns) + logger.logkv("misc/serial_timesteps", update*nsteps) + logger.logkv("misc/nupdates", update) + logger.logkv("misc/total_timesteps", update*nbatch) + logger.logkv("fps", fps) + logger.logkv("misc/explained_variance", float(ev)) + logger.logkv('eprewmean', safemean([epinfo['r'] for epinfo in epinfobuf])) + logger.logkv('eplenmean', safemean([epinfo['l'] for epinfo in epinfobuf])) + if eval_env is not None: + logger.logkv('eval_eprewmean', safemean([epinfo['r'] for epinfo in eval_epinfobuf]) ) + logger.logkv('eval_eplenmean', safemean([epinfo['l'] for epinfo in eval_epinfobuf]) ) + logger.logkv('misc/time_elapsed', tnow - tfirststart) + for (lossval, lossname) in zip(lossvals, model.loss_names): + logger.logkv('loss/' + lossname, lossval) + + logger.dumpkvs() + if save_interval and (update % save_interval == 0 or update == 1) and logger.get_dir() and is_mpi_root: + checkdir = osp.join(logger.get_dir(), 'checkpoints') + os.makedirs(checkdir, exist_ok=True) + savepath = osp.join(checkdir, '%.5i'%update) + print('Saving to', savepath) + model.save(savepath) + + # save the trained model + if logger.get_dir() and is_mpi_root: + checkdir = osp.join(logger.get_dir(), 'checkpoints') + os.makedirs(checkdir, exist_ok=True) + savepath = osp.join(checkdir, '%i' % total_timesteps) + print('Saving to', savepath) + model.save(savepath) + + return model +# Avoid division error when calculate the mean (in our case if epinfo is empty returns np.nan, not return an error) +def safemean(xs): + return np.nan if len(xs) == 0 else np.mean(xs) + + + diff --git a/baselines/ppo2/runner.py b/baselines/ppo2/runner.py new file mode 100644 index 0000000000000000000000000000000000000000..5a30505fd622494df6e3facf4c02c4fa8c90eaf0 --- /dev/null +++ b/baselines/ppo2/runner.py @@ -0,0 +1,76 @@ +import numpy as np +from baselines.common.runners import AbstractEnvRunner + +class Runner(AbstractEnvRunner): + """ + We use this object to make a mini batch of experiences + __init__: + - Initialize the runner + + run(): + - Make a mini batch + """ + def __init__(self, *, env, model, nsteps, gamma, lam): + super().__init__(env=env, model=model, nsteps=nsteps) + # Lambda used in GAE (General Advantage Estimation) + self.lam = lam + # Discount rate + self.gamma = gamma + + def run(self): + # Here, we init the lists that will contain the mb of experiences + mb_obs, mb_rewards, mb_actions, mb_values, mb_dones, mb_neglogpacs = [],[],[],[],[],[] + mb_states = self.states + epinfos = [] + # For n in range number of steps + for _ in range(self.nsteps): + # Given observations, get action value and neglopacs + # We already have self.obs because Runner superclass run self.obs[:] = env.reset() on init + actions, values, self.states, neglogpacs = self.model.step(self.obs, S=self.states, M=self.dones) + mb_obs.append(self.obs.copy()) + mb_actions.append(actions) + mb_values.append(values) + mb_neglogpacs.append(neglogpacs) + mb_dones.append(self.dones) + + # Take actions in env and look the results + # Infos contains a ton of useful informations + self.obs[:], rewards, self.dones, infos = self.env.step(actions) + for info in infos: + maybeepinfo = info.get('episode') + if maybeepinfo: epinfos.append(maybeepinfo) + mb_rewards.append(rewards) + #batch of steps to batch of rollouts + mb_obs = np.asarray(mb_obs, dtype=self.obs.dtype) + mb_rewards = np.asarray(mb_rewards, dtype=np.float32) + mb_actions = np.asarray(mb_actions) + mb_values = np.asarray(mb_values, dtype=np.float32) + mb_neglogpacs = np.asarray(mb_neglogpacs, dtype=np.float32) + mb_dones = np.asarray(mb_dones, dtype=np.bool) + last_values = self.model.value(self.obs, S=self.states, M=self.dones) + + # discount/bootstrap off value fn + mb_returns = np.zeros_like(mb_rewards) + mb_advs = np.zeros_like(mb_rewards) + lastgaelam = 0 + for t in reversed(range(self.nsteps)): + if t == self.nsteps - 1: + nextnonterminal = 1.0 - self.dones + nextvalues = last_values + else: + nextnonterminal = 1.0 - mb_dones[t+1] + nextvalues = mb_values[t+1] + delta = mb_rewards[t] + self.gamma * nextvalues * nextnonterminal - mb_values[t] + mb_advs[t] = lastgaelam = delta + self.gamma * self.lam * nextnonterminal * lastgaelam + mb_returns = mb_advs + mb_values + return (*map(sf01, (mb_obs, mb_returns, mb_dones, mb_actions, mb_values, mb_neglogpacs)), + mb_states, epinfos) +# obs, returns, masks, actions, values, neglogpacs, states = runner.run() +def sf01(arr): + """ + swap and then flatten axes 0 and 1 + """ + s = arr.shape + return arr.swapaxes(0, 1).reshape(s[0] * s[1], *s[2:]) + + diff --git a/baselines/ppo2/smodel.py b/baselines/ppo2/smodel.py new file mode 100644 index 0000000000000000000000000000000000000000..63a9e9ac0f5d1ad6178f18fd359c943a206b4382 --- /dev/null +++ b/baselines/ppo2/smodel.py @@ -0,0 +1,234 @@ +import tensorflow as tf +import functools + +from baselines.common.tf_util import get_session, save_variables, load_variables +from baselines.common.tf_util import initialize +import numpy as np +from itertools import combinations + +try: + from baselines.common.mpi_adam_optimizer import MpiAdamOptimizer + from mpi4py import MPI + from baselines.common.mpi_util import sync_from_root +except ImportError: + MPI = None + + +class Model(object): + """ + We use this object to : + __init__: + - Creates the step_model + - Creates the train_model + + train(): + - Make the training part (feedforward and retropropagation of gradients) + + save/load(): + - Save load the model + """ + + def __init__(self, *, policy, ob_space, ac_space, nbatch_act, nbatch_train, + nsteps, ent_coef, vf_coef, skill_coef, vq_coef, max_grad_norm, alpha1=20, alpha2=1, beta=0.25, + Cd=5, mpi_rank_weight=1, comm=None, + microbatch_size=None): + self.sess = sess = get_session() + + if MPI is not None and comm is None: + comm = MPI.COMM_WORLD + + with tf.compat.v1.variable_scope('sppo2_model', reuse=tf.compat.v1.AUTO_REUSE): + # CREATE OUR TWO MODELS + # act_model that is used for sampling + act_model = policy(nbatch_act, 1, sess) + + # Train model for training + if microbatch_size is None: + train_model = policy(nbatch_train, nsteps, sess) + else: + train_model = policy(microbatch_size, nsteps, sess) + + # CREATE THE PLACEHOLDERS + self.A = A = train_model.pdtype.sample_placeholder([None]) + self.ADV = ADV = tf.compat.v1.placeholder(tf.float32, [None]) + self.R = R = tf.compat.v1.placeholder(tf.float32, [None]) + self.skill_weight = skill_weight = tf.compat.v1.placeholder(tf.float32, []) + + # Keep track of old actor + self.OLDNEGLOGPAC = OLDNEGLOGPAC = tf.compat.v1.placeholder(tf.float32, [None]) + # Keep track of old critic + self.OLDVPRED = OLDVPRED = tf.compat.v1.placeholder(tf.float32, [None]) + self.LR = LR = tf.compat.v1.placeholder(tf.float32, []) + # Cliprange + self.CLIPRANGE = CLIPRANGE = tf.compat.v1.placeholder(tf.float32, []) + + self.train_skill = train_skill = tf.compat.v1.placeholder(tf.bool, []) + + neglogpac = train_model.pd.neglogp(A) + + # Calculate the entropy + # Entropy is used to improve exploration by limiting the premature convergence to suboptimal policy. + entropy = tf.reduce_mean(input_tensor=train_model.pd.entropy()) + + # CALCULATE THE LOSS + # Total loss = Policy gradient loss - entropy * entropy coefficient + Value coefficient * value loss + + # Clip the value to reduce variability during Critic training + # Get the predicted value + vpred = train_model.vf + vpredclipped = OLDVPRED + tf.clip_by_value(train_model.vf - OLDVPRED, - CLIPRANGE, CLIPRANGE) + # Unclipped value + vf_losses1 = tf.square(vpred - R) + # Clipped value + vf_losses2 = tf.square(vpredclipped - R) + + vf_loss = .5 * tf.reduce_mean(input_tensor=tf.maximum(vf_losses1, vf_losses2)) + + # Calculate ratio (pi current policy / pi old policy) + ratio = tf.exp(OLDNEGLOGPAC - neglogpac) + + # Defining Loss = - J is equivalent to max J + pg_losses = -ADV * ratio + + pg_losses2 = -ADV * tf.clip_by_value(ratio, 1.0 - CLIPRANGE, 1.0 + CLIPRANGE) + + # calculating the skill loss + # To avoid the GPU memory exploded, please choose the proper chunk size for your GPUs + chunk_size = 64 + + def pairwise_sqd_distance(x): + if x.shape[-1] <= chunk_size: + tiled = tf.tile(tf.expand_dims(x, axis=1), tf.stack([1, x.shape[0], 1])) + tiled_trans = tf.transpose(tiled, perm=[1, 0, 2]) + diffs = tiled - tiled_trans + sqd_dist_mat = tf.reduce_sum(tf.square(diffs), axis=2) + else: + sqd_dist_mat = [] + for i in range(x.shape[-1] // chunk_size): + tiled = tf.tile(tf.expand_dims(x[:, i * chunk_size:i * chunk_size + chunk_size], axis=1), + tf.stack([1, x.shape[0], 1])) + + tiled_trans = tf.transpose(tiled, perm=[1, 0, 2]) + + diffs = tiled - tiled_trans + if sqd_dist_mat != []: + sqd_dist_mat = tf.add(sqd_dist_mat, tf.reduce_sum(tf.square(diffs), axis=2)) + else: + sqd_dist_mat = tf.reduce_sum(tf.square(diffs), axis=2) + + return sqd_dist_mat + + def make_q(z, alpha): + sqd_dist_mat = pairwise_sqd_distance(z) + q = tf.pow((1 + sqd_dist_mat / alpha), -(alpha + 1) / 2) + q = tf.linalg.set_diag(q, np.zeros(shape=[z.shape[0]])) + q = q / tf.reduce_sum(q, axis=0, keepdims=True) + q = tf.clip_by_value(q, 1e-10, 1.0) + + return q + + p = make_q(train_model.pure_latent, alpha=alpha1) + q = make_q(train_model.skill_latent, alpha=alpha2) + skill_losses = tf.reduce_sum(-(tf.multiply(p, tf.math.log(q)))) / (p.shape[0] * p.shape[1]) + skill_loss_ = tf.reduce_mean(skill_losses) + + # calculating the vq loss + if beta != 0: + commitment_loss = beta * tf.reduce_mean( + input_tensor=(tf.stop_gradient(train_model.pure_vq_latent) - train_model.skill_latent) ** 2, axis=1 + ) + else: + commitment_loss = 0 + codebook_loss = tf.reduce_mean( + input_tensor=(train_model.pure_vq_latent - tf.stop_gradient(train_model.skill_latent)) ** 2, axis=1) + + vq_losses = commitment_loss + codebook_loss + vq_loss_ = tf.reduce_mean(vq_losses) + + # Final PG loss + pg_loss = tf.reduce_mean(input_tensor=tf.maximum(pg_losses, pg_losses2)) + approxkl = .5 * tf.reduce_mean(input_tensor=tf.square(neglogpac - OLDNEGLOGPAC)) + clipfrac = tf.reduce_mean(input_tensor=tf.cast(tf.greater(tf.abs(ratio - 1.0), CLIPRANGE), dtype=tf.float32)) + + # Total loss + + loss = tf.cond(train_skill, lambda: pg_loss - entropy * ent_coef + vf_loss * vf_coef + skill_weight * ( + skill_loss_ * skill_coef + vq_loss_ * vq_coef), + lambda: pg_loss - entropy * ent_coef + vf_loss * vf_coef) + + # UPDATE THE PARAMETERS USING LOSS + # 1. Get the model parameters + params = tf.compat.v1.trainable_variables('sppo2_model') + # 2. Build our trainer + if comm is not None and comm.Get_size() > 1: + self.trainer = MpiAdamOptimizer(comm, learning_rate=LR, mpi_rank_weight=mpi_rank_weight, epsilon=1e-5) + else: + self.trainer = tf.compat.v1.train.AdamOptimizer(learning_rate=LR, epsilon=1e-5) + # 3. Calculate the gradients + grads_and_var = self.trainer.compute_gradients(loss, params) + grads, var = zip(*grads_and_var) + + if max_grad_norm is not None: + # Clip the gradients (normalize) + grads, _grad_norm = tf.clip_by_global_norm(grads, max_grad_norm) + grads_and_var = list(zip(grads, var)) + # zip aggregate each gradient with parameters associated + # For instance zip(ABCD, xyza) => Ax, By, Cz, Da + + self.grads = grads + self.var = var + self._train_op = self.trainer.apply_gradients(grads_and_var) + self.loss_names = ['loss', 'policy_loss', 'value_loss', 'skill_loss', 'vq_loss', + 'policy_entropy', + 'approxkl', + 'clipfrac'] + self.stats_list = [loss, pg_loss, vf_loss, skill_loss_, vq_loss_, entropy, approxkl, + clipfrac] + + self.train_model = train_model + self.act_model = act_model + self.step = act_model.step + self.skill_step = act_model.skill_step + self.value = act_model.value + self.initial_state = act_model.initial_state + + self.save = functools.partial(save_variables, sess=sess) + self.load = functools.partial(load_variables, sess=sess) + + initialize() + global_variables = tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope="") + if MPI is not None: + sync_from_root(sess, global_variables, comm=comm) # pylint: disable=E1101 + + def train(self, lr, cliprange, train_skill, skill_weight, obs, returns, + masks, actions, + values, + neglogpacs, + states=None): + # Here we calculate advantage A(s,a) = R + yV(s') - V(s) + # Returns = R + yV(s') + advs = returns - values + + # Normalize the advantages + advs = (advs - advs.mean()) / (advs.std() + 1e-8) + + td_map = { + self.train_model.X: obs, + self.A: actions, + self.ADV: advs, + self.R: returns, + self.LR: lr, + self.train_skill: train_skill, + self.skill_weight: skill_weight, + self.CLIPRANGE: cliprange, + self.OLDNEGLOGPAC: neglogpacs, + self.OLDVPRED: values + } + if states is not None: + td_map[self.train_model.S] = states + td_map[self.train_model.M] = masks + + return self.sess.run( + self.stats_list + [self._train_op], + td_map + )[:-1] diff --git a/baselines/ppo2/sppo2.py b/baselines/ppo2/sppo2.py new file mode 100644 index 0000000000000000000000000000000000000000..9a5665bdcd6a0d5ee1857d67256104516f089416 --- /dev/null +++ b/baselines/ppo2/sppo2.py @@ -0,0 +1,309 @@ +import os +import time +import numpy as np +import os.path as osp +from baselines import logger +from collections import deque +from baselines.common import explained_variance, set_global_seeds +from baselines.common.spolicies import build_policy + +try: + from mpi4py import MPI +except ImportError: + MPI = None +from baselines.ppo2.srunner import Runner + + +def constfn(val): + def f(_): + return val + + return f + + +def learn(*, network, env, total_timesteps, eval_env=None, seed=None, nsteps=2048, ent_coef=0.0, lr=3e-4, + vf_coef=0.5, skill_coef=500, vq_coef=1, max_grad_norm=0.5, gamma=0.99, lam=0.95, + log_interval=10, nminibatches=4, noptepochs=4, cliprange=0.2, alpha1=20, alpha2=1, + num_embeddings=8, beta=0.25, + save_interval=0, load_path=None, model_fn=None, update_fn=None, init_fn=None, mpi_rank_weight=1, comm=None, + highest_score=0, + **network_kwargs): + ''' + Learn policy using Skill PPO algorithm + + Parameters: + ---------- + + network: policy network architecture. Either string (mlp, lstm, lnlstm, cnn_lstm, cnn, cnn_small, conv_only - see baselines.common/models.py for full list) + specifying the standard network architecture, or a function that takes tensorflow tensor as input and returns + tuple (output_tensor, extra_feed) where output tensor is the last network layer output, extra_feed is None for feed-forward + neural nets, and extra_feed is a dictionary describing how to feed state into the network for recurrent neural nets. + See common/models.py/lstm for more details on using recurrent nets in policies + + env: baselines.common.vec_env.VecEnv environment. Needs to be vectorized for parallel environment simulation. + The environments produced by gym.make can be wrapped using baselines.common.vec_env.DummyVecEnv class. + + + nsteps: int number of steps of the vectorized environment per update (i.e. batch size is nsteps * nenv where + nenv is number of environment copies simulated in parallel) + + total_timesteps: int number of timesteps (i.e. number of actions taken in the environment) + + ent_coef: float policy entropy coefficient in the optimization objective + + lr: float or function learning rate, constant or a schedule function [0,1] -> R+ where 1 is beginning of the + training and 0 is the end of the training. + + vf_coef: float value function loss coefficient in the optimization objective + + vq_coef: float vq encoding loss coefficient in the optimization objective + + skill_coef: float skill loss coefficient in the optimization objective + + skill_start_threshold: float partition of the total training steps when training skills + + skill_plateau_threshold: float partition of the total training steps when the weight of skills training + increases to 1 + + max_grad_norm: float or None gradient norm clipping coefficient + + gamma: float discounting factor + + lam: float advantage estimation discounting factor (lambda in the paper) + + log_interval: int number of timesteps between logging events + + nminibatches: int number of training minibatches per update. For recurrent policies, + should be smaller or equal than number of environments run in parallel. + + noptepochs: int number of training epochs per update + + cliprange: float or function clipping range, constant or schedule function [0,1] -> R+ where 1 is beginning of the training + and 0 is the end of the training + + save_interval: int number of timesteps between saving events + + load_path: str path to load the model from + + **network_kwargs: keyword arguments to the policy / network builder. See baselines.common/policies.py/build_policy and arguments to a particular type of network + For instance, 'mlp' network architecture has arguments num_hidden and num_layers. + + + + ''' + + set_global_seeds(seed) + + if isinstance(lr, float): + lr = constfn(lr) + else: + assert callable(lr) + if isinstance(cliprange, float): + cliprange = constfn(cliprange) + else: + assert callable(cliprange) + total_timesteps = int(total_timesteps) + + policy = build_policy(env, network, **network_kwargs) + + # Get the nb of env + nenvs = env.num_envs + + # Get state_space and action_space + ob_space = env.observation_space + ac_space = env.action_space + + # Calculate the batch_size + nbatch = nenvs * nsteps + nbatch_train = nbatch // nminibatches + is_mpi_root = (MPI is None or MPI.COMM_WORLD.Get_rank() == 0) + + # Instantiate the model object (that creates act_model and train_model) + if model_fn is None: + from baselines.ppo2.smodel import Model + model_fn = Model + + model = model_fn(policy=policy, ob_space=ob_space, ac_space=ac_space, nbatch_act=nenvs, nbatch_train=nbatch_train, + nsteps=nsteps, ent_coef=ent_coef, vf_coef=vf_coef, skill_coef=skill_coef, vq_coef=vq_coef, + beta=beta, alpha1=alpha1, alpha2=alpha2, + max_grad_norm=max_grad_norm, comm=comm, mpi_rank_weight=mpi_rank_weight) + + if load_path is not None: + model.load(load_path) + # Instantiate the runner object + runner = Runner(env=env, model=model, nsteps=nsteps, gamma=gamma, lam=lam, num_embeddings=num_embeddings) + if eval_env is not None: + eval_runner = Runner(env=eval_env, model=model, nsteps=nsteps, gamma=gamma, lam=lam, + num_embeddings=num_embeddings) + + epinfobuf = deque(maxlen=100) + if eval_env is not None: + eval_epinfobuf = deque(maxlen=100) + + if init_fn is not None: + init_fn() + + # Start total timer + tfirststart = time.perf_counter() + + train_skill = True + skill_weight = 0.0 + mean_score = 0 + + nupdates = total_timesteps // nbatch + for update in range(1, nupdates + 1): + assert nbatch % nminibatches == 0 + # Start timer + tstart = time.perf_counter() + frac = 1.0 - (update - 1.0) / nupdates + # Calculate the learning rate + lrnow = lr(frac) + # Calculate the cliprange + cliprangenow = cliprange(frac) + + if highest_score != 0: + if update % 50 == 0: + skill_weight = min(mean_score / (0.8 * highest_score), 1) + else: + skill_weight = 1 + + if update % log_interval == 0 and is_mpi_root: logger.info('Stepping environment...') + + # Get minibatch + obs, returns, encoding_indices, masks, actions, values, neglogpacs, states, epinfos = runner.run() # pylint: disable=E0632 + if eval_env is not None: + eval_obs, eval_returns, eval_encoding_indices, eval_masks, eval_actions, eval_values, eval_neglogpacs, eval_states, eval_epinfos = eval_runner.run() # pylint: disable=E0632 + + if update % log_interval == 0 and is_mpi_root: logger.info('Done.') + + epinfobuf.extend(epinfos) + if eval_env is not None: + eval_epinfobuf.extend(eval_epinfos) + + # Here what we're going to do is for each minibatch calculate the loss and append it. + mblossvals = [] + if states is None: # nonrecurrent version + # Index of each element of batch_size + # Create the indices array + inds = np.arange(nbatch) + for _ in range(noptepochs): + # Randomize the indexes + np.random.shuffle(inds) + # 0 to batch_size with batch_train_size step + for start in range(0, nbatch, nbatch_train): + end = start + nbatch_train + mbinds = inds[start:end] + slices = (arr[mbinds] for arr in + (obs, returns, masks, + actions, values, neglogpacs)) + mblossvals.append(model.train(lrnow, cliprangenow, train_skill, skill_weight, *slices)) + else: # recurrent version + assert nenvs % nminibatches == 0 + envsperbatch = nenvs // nminibatches + envinds = np.arange(nenvs) + flatinds = np.arange(nenvs * nsteps).reshape(nenvs, nsteps) + for _ in range(noptepochs): + np.random.shuffle(envinds) + for start in range(0, nenvs, envsperbatch): + end = start + envsperbatch + mbenvinds = envinds[start:end] + mbflatinds = flatinds[mbenvinds].ravel() + slices = (arr[mbflatinds] for arr in + (obs, returns, masks, + actions, values, neglogpacs)) + mbstates = states[mbenvinds] + mblossvals.append(model.train(lrnow, cliprangenow, train_skill, skill_weight, *slices, mbstates)) + + # Feedforward --> get losses --> update + lossvals = np.mean(mblossvals, axis=0) + # End timer + tnow = time.perf_counter() + # Calculate the fps (frame per second) + fps = int(nbatch / (tnow - tstart)) + + if update_fn is not None: + update_fn(update) + + if update % log_interval == 0 or update == 1: + # Calculates if value function is a good predicator of the returns (ev > 1) + # or if it's just worse than predicting nothing (ev =< 0) + ev = explained_variance(values, returns) + logger.logkv("misc/serial_timesteps", update * nsteps) + logger.logkv("misc/nupdates", update) + logger.logkv("misc/total_timesteps", update * nbatch) + logger.logkv("fps", fps) + logger.logkv("misc/explained_variance", float(ev)) + mean_score = safemean([epinfo['r'] for epinfo in epinfobuf]) + logger.logkv('eprewmean', mean_score) + logger.logkv('eplenmean', safemean([epinfo['l'] for epinfo in epinfobuf])) + if eval_env is not None: + logger.logkv('eval_eprewmean', safemean([epinfo['r'] for epinfo in eval_epinfobuf])) + logger.logkv('eval_eplenmean', safemean([epinfo['l'] for epinfo in eval_epinfobuf])) + logger.logkv('misc/time_elapsed', tnow - tfirststart) + for (lossval, lossname) in zip(lossvals, model.loss_names): + logger.logkv('loss/' + lossname, lossval) + + logger.dumpkvs() + if save_interval and (update % save_interval == 0 or update == 1) and logger.get_dir() and is_mpi_root: + checkdir = osp.join(logger.get_dir(), 'checkpoints') + os.makedirs(checkdir, exist_ok=True) + savepath = osp.join(checkdir, '%.5i' % update) + print('Saving to', savepath) + model.save(savepath) + + # save the trained model + if logger.get_dir() and is_mpi_root: + checkdir = osp.join(logger.get_dir(), 'checkpoints') + os.makedirs(checkdir, exist_ok=True) + savepath = osp.join(checkdir, '%i' % total_timesteps) + print('Saving to', savepath) + model.save(savepath) + + return model + + +def load(*, network, env, seed=None, nsteps=2048, ent_coef=0.0, + vf_coef=0.5, skill_coef=10, vq_coef=1, max_grad_norm=0.5, nminibatches=4, + beta=0.25, alpha1=20, alpha2=1, + load_path=None, model_fn=None, mpi_rank_weight=1, comm=None, + **network_kwargs): + set_global_seeds(seed) + + policy = build_policy(env, network, **network_kwargs) + + # Get the nb of env + nenvs = env.num_envs + + # Get state_space and action_space + ob_space = env.observation_space + ac_space = env.action_space + + # Calculate the batch_size + nbatch = nenvs * nsteps + nbatch_train = nbatch // nminibatches + + # Instantiate the model object (that creates act_model and train_model) + if model_fn is None: + from baselines.ppo2.smodel import Model + model_fn = Model + + model = model_fn(policy=policy, ob_space=ob_space, ac_space=ac_space, nbatch_act=nenvs, nbatch_train=nbatch_train, + nsteps=nsteps, ent_coef=ent_coef, vf_coef=vf_coef, skill_coef=skill_coef, vq_coef=vq_coef, + beta=beta, alpha1=alpha1, alpha2=alpha2, + max_grad_norm=max_grad_norm, comm=comm, mpi_rank_weight=mpi_rank_weight) + + if load_path is not None: + model.load(load_path) + try: + model.load(load_path) + except: + raise Exception('Load path is invalid!') + else: + raise Exception('Load path is empty!') + + return model + + +# Avoid division error when calculate the mean (in our case if epinfo is empty returns np.nan, not return an error) +def safemean(xs): + return np.nan if len(xs) == 0 else np.mean(xs) diff --git a/baselines/ppo2/srunner.py b/baselines/ppo2/srunner.py new file mode 100644 index 0000000000000000000000000000000000000000..857ac7633139a5cf3c89d382925220e96efe9ed1 --- /dev/null +++ b/baselines/ppo2/srunner.py @@ -0,0 +1,92 @@ +import numpy as np +from baselines.common.runners import AbstractEnvRunner +from collections import deque + + +class Runner(AbstractEnvRunner): + """ + We use this object to make a mini batch of experiences + __init__: + - Initialize the runner + + run(): + - Make a mini batch + """ + + def __init__(self, *, env, model, nsteps, gamma, lam, num_embeddings): + super().__init__(env=env, model=model, nsteps=nsteps) + # Lambda used in GAE (General Advantage Estimation) + self.lam = lam + # Discount rate + self.gamma = gamma + self.num_embeddings = num_embeddings + + def run(self): + # Here, we init the lists that will contain the mb of experiences + mb_obs, mb_rewards, mb_actions, mb_values, mb_cluster_value_losses, mb_encoding_indices, mb_dones, mb_neglogpacs = [], [], [], [], [], [], [], [] + mb_states = self.states + epinfos = [] + # For n in range number of steps + for _ in range(self.nsteps): + # Given observations, get action value and neglopacs + # We already have self.obs because Runner superclass run self.obs[:] = env.reset() on init + actions, values, encoding_indices, self.states, neglogpacs = self.model.step( + self.obs, S=self.states, M=self.dones) + mb_obs.append(self.obs.copy()) + mb_actions.append(actions) + mb_values.append(values) + encoding_indices = np.squeeze(encoding_indices) + + mb_encoding_indices.append(encoding_indices) + mb_neglogpacs.append(neglogpacs) + mb_dones.append(self.dones) + + # Take actions in env and look the results + # Infos contains a ton of useful informations + self.obs[:], rewards, self.dones, infos = self.env.step(actions) + for info in infos: + maybeepinfo = info.get('episode') + if maybeepinfo: epinfos.append(maybeepinfo) + mb_rewards.append(rewards) + # batch of steps to batch of rollouts + mb_obs = np.asarray(mb_obs, dtype=self.obs.dtype) + mb_rewards = np.asarray(mb_rewards, dtype=np.float32) + mb_actions = np.asarray(mb_actions) + mb_values = np.asarray(mb_values, dtype=np.float32) + + mb_encoding_indices = np.asarray(mb_encoding_indices, dtype=np.float32) + mb_neglogpacs = np.asarray(mb_neglogpacs, dtype=np.float32) + mb_dones = np.asarray(mb_dones, dtype=np.bool) + last_values = self.model.value(self.obs, S=self.states, M=self.dones) + + # discount/bootstrap off value fn + mb_returns = np.zeros_like(mb_rewards) + mb_advs = np.zeros_like(mb_rewards) + lastgaelam = 0 + for t in reversed(range(self.nsteps)): + if t == self.nsteps - 1: + nextnonterminal = 1.0 - self.dones + nextvalues = last_values + else: + nextnonterminal = 1.0 - mb_dones[t + 1] + nextvalues = mb_values[t + 1] + delta = mb_rewards[t] + self.gamma * nextvalues * nextnonterminal - mb_values[t] + mb_advs[t] = lastgaelam = delta + self.gamma * self.lam * nextnonterminal * lastgaelam + mb_returns = mb_advs + mb_values + return (*map(sf01, ( + mb_obs, mb_returns, mb_encoding_indices, mb_dones, mb_actions, + mb_values, + mb_neglogpacs)), + mb_states, epinfos) + + +# obs, returns, masks, actions, values, neglogpacs, states = runner.run() +def sf01(arr): + """ + swap and then flatten axes 0 and 1 + """ + s = arr.shape + try: + return arr.swapaxes(0, 1).reshape(s[0] * s[1], *s[2:]) + except: + print() diff --git a/baselines/ppo2/test_microbatches.py b/baselines/ppo2/test_microbatches.py new file mode 100644 index 0000000000000000000000000000000000000000..d740ca89dc46262ee8d4ed25e08efc063e16a8b8 --- /dev/null +++ b/baselines/ppo2/test_microbatches.py @@ -0,0 +1,35 @@ +import gym +import tensorflow as tf +import numpy as np +from functools import partial + +from baselines.common.vec_env.dummy_vec_env import DummyVecEnv +from baselines.common.tf_util import make_session +from baselines.ppo2.ppo2 import learn + +from baselines.ppo2.microbatched_model import MicrobatchedModel + +def test_microbatches(): + def env_fn(): + env = gym.make('CartPole-v0') + env.seed(0) + return env + + learn_fn = partial(learn, network='mlp', nsteps=32, total_timesteps=32, seed=0) + + env_ref = DummyVecEnv([env_fn]) + sess_ref = make_session(make_default=True, graph=tf.Graph()) + learn_fn(env=env_ref) + vars_ref = {v.name: sess_ref.run(v) for v in tf.compat.v1.trainable_variables()} + + env_test = DummyVecEnv([env_fn]) + sess_test = make_session(make_default=True, graph=tf.Graph()) + learn_fn(env=env_test, model_fn=partial(MicrobatchedModel, microbatch_size=2)) + # learn_fn(env=env_test) + vars_test = {v.name: sess_test.run(v) for v in tf.compat.v1.trainable_variables()} + + for v in vars_ref: + np.testing.assert_allclose(vars_ref[v], vars_test[v], atol=3e-3) + +if __name__ == '__main__': + test_microbatches() diff --git a/baselines/results_plotter.py b/baselines/results_plotter.py new file mode 100644 index 0000000000000000000000000000000000000000..66f09bd12d92accb8f989579bb347a19ab0acdd0 --- /dev/null +++ b/baselines/results_plotter.py @@ -0,0 +1,94 @@ +import numpy as np +import matplotlib +matplotlib.use('TkAgg') # Can change to 'Agg' for non-interactive mode + +import matplotlib.pyplot as plt +plt.rcParams['svg.fonttype'] = 'none' + +from baselines.common import plot_util + +X_TIMESTEPS = 'timesteps' +X_EPISODES = 'episodes' +X_WALLTIME = 'walltime_hrs' +Y_REWARD = 'reward' +Y_TIMESTEPS = 'timesteps' +POSSIBLE_X_AXES = [X_TIMESTEPS, X_EPISODES, X_WALLTIME] +EPISODES_WINDOW = 100 +COLORS = ['blue', 'green', 'red', 'cyan', 'magenta', 'yellow', 'black', 'purple', 'pink', + 'brown', 'orange', 'teal', 'coral', 'lightblue', 'lime', 'lavender', 'turquoise', + 'darkgreen', 'tan', 'salmon', 'gold', 'darkred', 'darkblue'] + +def rolling_window(a, window): + shape = a.shape[:-1] + (a.shape[-1] - window + 1, window) + strides = a.strides + (a.strides[-1],) + return np.lib.stride_tricks.as_strided(a, shape=shape, strides=strides) + +def window_func(x, y, window, func): + yw = rolling_window(y, window) + yw_func = func(yw, axis=-1) + return x[window-1:], yw_func + +def ts2xy(ts, xaxis, yaxis): + if xaxis == X_TIMESTEPS: + x = np.cumsum(ts.l.values) + elif xaxis == X_EPISODES: + x = np.arange(len(ts)) + elif xaxis == X_WALLTIME: + x = ts.t.values / 3600. + else: + raise NotImplementedError + if yaxis == Y_REWARD: + y = ts.r.values + elif yaxis == Y_TIMESTEPS: + y = ts.l.values + else: + raise NotImplementedError + return x, y + +def plot_curves(xy_list, xaxis, yaxis, title): + fig = plt.figure(figsize=(8,2)) + maxx = max(xy[0][-1] for xy in xy_list) + minx = 0 + for (i, (x, y)) in enumerate(xy_list): + color = COLORS[i % len(COLORS)] + plt.scatter(x, y, s=2) + x, y_mean = window_func(x, y, EPISODES_WINDOW, np.mean) #So returns average of last EPISODE_WINDOW episodes + plt.plot(x, y_mean, color=color) + plt.xlim(minx, maxx) + plt.title(title) + plt.xlabel(xaxis) + plt.ylabel(yaxis) + plt.tight_layout() + fig.canvas.mpl_connect('resize_event', lambda event: plt.tight_layout()) + plt.grid(True) + + +def split_by_task(taskpath): + return taskpath['dirname'].split('/')[-1].split('-')[0] + +def plot_results(dirs, num_timesteps=10e6, xaxis=X_TIMESTEPS, yaxis=Y_REWARD, title='', split_fn=split_by_task): + results = plot_util.load_results(dirs) + plot_util.plot_results(results, xy_fn=lambda r: ts2xy(r['monitor'], xaxis, yaxis), split_fn=split_fn, average_group=True, resample=int(1e6)) + +# Example usage in jupyter-notebook +# from baselines.results_plotter import plot_results +# %matplotlib inline +# plot_results("./log") +# Here ./log is a directory containing the monitor.csv files + +def main(): + import argparse + import os + parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) + parser.add_argument('--dirs', help='List of log directories', nargs = '*', default=['./log']) + parser.add_argument('--num_timesteps', type=int, default=int(10e6)) + parser.add_argument('--xaxis', help = 'Varible on X-axis', default = X_TIMESTEPS) + parser.add_argument('--yaxis', help = 'Varible on Y-axis', default = Y_REWARD) + parser.add_argument('--task_name', help = 'Title of plot', default = 'Breakout') + args = parser.parse_args() + args.dirs = [os.path.abspath(dir) for dir in args.dirs] + plot_results(args.dirs, args.num_timesteps, args.xaxis, args.yaxis, args.task_name) + plt.show() + +if __name__ == '__main__': + main() diff --git a/baselines/run.py b/baselines/run.py new file mode 100644 index 0000000000000000000000000000000000000000..1b285c6ba941f4e23b6b134757d7e9383497734d --- /dev/null +++ b/baselines/run.py @@ -0,0 +1,250 @@ +import sys +import re +import multiprocessing +import os.path as osp +import gym +from collections import defaultdict +import tensorflow as tf +import numpy as np + +from baselines.common.vec_env import VecFrameStack, VecNormalize, VecEnv +from baselines.common.vec_env.vec_video_recorder import VecVideoRecorder +from baselines.common.cmd_util import common_arg_parser, parse_unknown_args, make_vec_env, make_env +from baselines.common.tf_util import get_session +from baselines import logger +from importlib import import_module + +try: + from mpi4py import MPI +except ImportError: + MPI = None + +try: + import pybullet_envs +except ImportError: + pybullet_envs = None + +try: + import roboschool +except ImportError: + roboschool = None + +_game_envs = defaultdict(set) +for env in gym.envs.registry.all(): + # TODO: solve this with regexes + env_type = env.entry_point.split(':')[0].split('.')[-1] + _game_envs[env_type].add(env.id) + +# reading benchmark names directly from retro requires +# importing retro here, and for some reason that crashes tensorflow +# in ubuntu +_game_envs['retro'] = { + 'BubbleBobble-Nes', + 'SuperMarioBros-Nes', + 'TwinBee3PokoPokoDaimaou-Nes', + 'SpaceHarrier-Nes', + 'SonicTheHedgehog-Genesis', + 'Vectorman-Genesis', + 'FinalFight-Snes', + 'SpaceInvaders-Snes', +} + + +def train(args, extra_args): + env_type, env_id = get_env_type(args) + print('env_type: {}'.format(env_type)) + + total_timesteps = int(args.num_timesteps) + seed = args.seed + + learn = get_learn_function(args.alg) + alg_kwargs = get_learn_function_defaults(args.alg, env_type) + alg_kwargs.update(extra_args) + + env = build_env(args) + if args.save_video_interval != 0: + env = VecVideoRecorder(env, osp.join(logger.get_dir(), "videos"), record_video_trigger=lambda x: x % args.save_video_interval == 0, video_length=args.save_video_length) + + if args.network: + alg_kwargs['network'] = args.network + else: + if alg_kwargs.get('network') is None: + alg_kwargs['network'] = get_default_network(env_type) + + print('Training {} on {}:{} with arguments \n{}'.format(args.alg, env_type, env_id, alg_kwargs)) + + model = learn( + env=env, + seed=seed, + total_timesteps=total_timesteps, + **alg_kwargs + ) + + return model, env + + +def build_env(args): + ncpu = multiprocessing.cpu_count() + if sys.platform == 'darwin': ncpu //= 2 + nenv = args.num_env or ncpu + alg = args.alg + seed = args.seed + + env_type, env_id = get_env_type(args) + + if env_type in {'atari', 'retro'}: + if alg == 'deepq': + env = make_env(env_id, env_type, seed=seed, wrapper_kwargs={'frame_stack': True}) + elif alg == 'trpo_mpi': + env = make_env(env_id, env_type, seed=seed) + else: + frame_stack_size = 4 + env = make_vec_env(env_id, env_type, nenv, seed, gamestate=args.gamestate, reward_scale=args.reward_scale) + env = VecFrameStack(env, frame_stack_size) + + else: + config = tf.compat.v1.ConfigProto(allow_soft_placement=True, + intra_op_parallelism_threads=1, + inter_op_parallelism_threads=1) + config.gpu_options.allow_growth = True + get_session(config=config) + + flatten_dict_observations = alg not in {'her'} + env = make_vec_env(env_id, env_type, args.num_env or 1, seed, reward_scale=args.reward_scale, flatten_dict_observations=flatten_dict_observations) + + if env_type == 'mujoco': + env = VecNormalize(env, use_tf=True) + + return env + + +def get_env_type(args): + env_id = args.env + + if args.env_type is not None: + return args.env_type, env_id + + # Re-parse the gym registry, since we could have new envs since last time. + for env in gym.envs.registry.all(): + env_type = env.entry_point.split(':')[0].split('.')[-1] + _game_envs[env_type].add(env.id) # This is a set so add is idempotent + + if env_id in _game_envs.keys(): + env_type = env_id + env_id = [g for g in _game_envs[env_type]][0] + else: + env_type = None + for g, e in _game_envs.items(): + if env_id in e: + env_type = g + break + if ':' in env_id: + env_type = re.sub(r':.*', '', env_id) + assert env_type is not None, 'env_id {} is not recognized in env types'.format(env_id, _game_envs.keys()) + + return env_type, env_id + + +def get_default_network(env_type): + if env_type in {'atari', 'retro'}: + return 'cnn' + else: + return 'mlp' + +def get_alg_module(alg, submodule=None): + submodule = submodule or alg + try: + # first try to import the alg module from baselines + alg_module = import_module('.'.join(['baselines', alg, submodule])) + except ImportError: + # then from rl_algs + alg_module = import_module('.'.join(['rl_' + 'algs', alg, submodule])) + + return alg_module + + +def get_learn_function(alg): + return get_alg_module(alg).learn + + +def get_learn_function_defaults(alg, env_type): + try: + alg_defaults = get_alg_module(alg, 'defaults') + kwargs = getattr(alg_defaults, env_type)() + except (ImportError, AttributeError): + kwargs = {} + return kwargs + + + +def parse_cmdline_kwargs(args): + ''' + convert a list of '='-spaced command-line arguments to a dictionary, evaluating python objects when possible + ''' + def parse(v): + + assert isinstance(v, str) + try: + return eval(v) + except (NameError, SyntaxError): + return v + + return {k: parse(v) for k,v in parse_unknown_args(args).items()} + + +def configure_logger(log_path, **kwargs): + if log_path is not None: + logger.configure(log_path) + else: + logger.configure(**kwargs) + + +def main(args): + # configure logger, disable logging in child MPI processes (with rank > 0) + + arg_parser = common_arg_parser() + args, unknown_args = arg_parser.parse_known_args(args) + extra_args = parse_cmdline_kwargs(unknown_args) + + if MPI is None or MPI.COMM_WORLD.Get_rank() == 0: + rank = 0 + configure_logger(args.log_path) + else: + rank = MPI.COMM_WORLD.Get_rank() + configure_logger(args.log_path, format_strs=[]) + + model, env = train(args, extra_args) + + if args.save_path is not None and rank == 0: + save_path = osp.expanduser(args.save_path) + model.save(save_path) + + if args.play: + logger.log("Running trained model") + obs = env.reset() + + state = model.initial_state if hasattr(model, 'initial_state') else None + dones = np.zeros((1,)) + + episode_rew = np.zeros(env.num_envs) if isinstance(env, VecEnv) else np.zeros(1) + while True: + if state is not None: + actions, _, state, _ = model.step(obs,S=state, M=dones) + else: + actions, _, _, _ = model.step(obs) + + obs, rew, done, _ = env.step(actions) + episode_rew += rew + env.render() + done_any = done.any() if isinstance(done, np.ndarray) else done + if done_any: + for i in np.nonzero(done)[0]: + print('episode_rew={}'.format(episode_rew[i])) + episode_rew[i] = 0 + + env.close() + + return model + +if __name__ == '__main__': + main(sys.argv) diff --git a/baselines/trpo_mpi/README.md b/baselines/trpo_mpi/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4cdbb5aee2d09cb4d38e0d237fbdac6576e529bf --- /dev/null +++ b/baselines/trpo_mpi/README.md @@ -0,0 +1,7 @@ +# trpo_mpi + +- Original paper: https://arxiv.org/abs/1502.05477 +- Baselines blog post https://blog.openai.com/openai-baselines-ppo/ +- `mpirun -np 16 python -m baselines.run --alg=trpo_mpi --env=PongNoFrameskip-v4` runs the algorithm for 40M frames = 10M timesteps on an Atari Pong. See help (`-h`) for more options. +- `python -m baselines.run --alg=trpo_mpi --env=Ant-v2 --num_timesteps=1e6` runs the algorithm for 1M timesteps on a Mujoco Ant environment. +- also refer to the repo-wide [README.md](../../README.md#training-models) diff --git a/baselines/trpo_mpi/__init__.py b/baselines/trpo_mpi/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/baselines/trpo_mpi/defaults.py b/baselines/trpo_mpi/defaults.py new file mode 100644 index 0000000000000000000000000000000000000000..2ac3f7af35eb4c39eb4a3ca64438189781bd63eb --- /dev/null +++ b/baselines/trpo_mpi/defaults.py @@ -0,0 +1,30 @@ +from baselines.common.models import mlp, cnn_small + + +def atari(): + return dict( + network = cnn_small(), + timesteps_per_batch=512, + max_kl=0.001, + cg_iters=10, + cg_damping=1e-3, + gamma=0.98, + lam=1.0, + vf_iters=3, + vf_stepsize=1e-4, + entcoeff=0.00, + ) + +def mujoco(): + return dict( + network = mlp(num_hidden=32, num_layers=2), + timesteps_per_batch=1024, + max_kl=0.01, + cg_iters=10, + cg_damping=0.1, + gamma=0.99, + lam=0.98, + vf_iters=5, + vf_stepsize=1e-3, + normalize_observations=True, + ) diff --git a/baselines/trpo_mpi/trpo_mpi.py b/baselines/trpo_mpi/trpo_mpi.py new file mode 100644 index 0000000000000000000000000000000000000000..8586adbf851c76f6048dd92872493623a9129996 --- /dev/null +++ b/baselines/trpo_mpi/trpo_mpi.py @@ -0,0 +1,408 @@ +from baselines.common import explained_variance, zipsame, dataset +from baselines import logger +import baselines.common.tf_util as U +import tensorflow as tf, numpy as np +import time +from baselines.common import colorize +from collections import deque +from baselines.common import set_global_seeds +from baselines.common.mpi_adam import MpiAdam +from baselines.common.cg import cg +from baselines.common.input import observation_placeholder +from baselines.common.policies import build_policy +from contextlib import contextmanager + +try: + from mpi4py import MPI +except ImportError: + MPI = None + +def traj_segment_generator(pi, env, horizon, stochastic): + # Initialize state variables + t = 0 + ac = env.action_space.sample() + new = True + rew = 0.0 + ob = env.reset() + + cur_ep_ret = 0 + cur_ep_len = 0 + ep_rets = [] + ep_lens = [] + + # Initialize history arrays + obs = np.array([ob for _ in range(horizon)]) + rews = np.zeros(horizon, 'float32') + vpreds = np.zeros(horizon, 'float32') + news = np.zeros(horizon, 'int32') + acs = np.array([ac for _ in range(horizon)]) + prevacs = acs.copy() + + while True: + prevac = ac + ac, vpred, _, _ = pi.step(ob, stochastic=stochastic) + # Slight weirdness here because we need value function at time T + # before returning segment [0, T-1] so we get the correct + # terminal value + if t > 0 and t % horizon == 0: + yield {"ob" : obs, "rew" : rews, "vpred" : vpreds, "new" : news, + "ac" : acs, "prevac" : prevacs, "nextvpred": vpred * (1 - new), + "ep_rets" : ep_rets, "ep_lens" : ep_lens} + _, vpred, _, _ = pi.step(ob, stochastic=stochastic) + # Be careful!!! if you change the downstream algorithm to aggregate + # several of these batches, then be sure to do a deepcopy + ep_rets = [] + ep_lens = [] + i = t % horizon + obs[i] = ob + vpreds[i] = vpred + news[i] = new + acs[i] = ac + prevacs[i] = prevac + + ob, rew, new, _ = env.step(ac) + rews[i] = rew + + cur_ep_ret += rew + cur_ep_len += 1 + if new: + ep_rets.append(cur_ep_ret) + ep_lens.append(cur_ep_len) + cur_ep_ret = 0 + cur_ep_len = 0 + ob = env.reset() + t += 1 + +def add_vtarg_and_adv(seg, gamma, lam): + new = np.append(seg["new"], 0) # last element is only used for last vtarg, but we already zeroed it if last new = 1 + vpred = np.append(seg["vpred"], seg["nextvpred"]) + T = len(seg["rew"]) + seg["adv"] = gaelam = np.empty(T, 'float32') + rew = seg["rew"] + lastgaelam = 0 + for t in reversed(range(T)): + nonterminal = 1-new[t+1] + delta = rew[t] + gamma * vpred[t+1] * nonterminal - vpred[t] + gaelam[t] = lastgaelam = delta + gamma * lam * nonterminal * lastgaelam + seg["tdlamret"] = seg["adv"] + seg["vpred"] + +def learn(*, + network, + env, + total_timesteps, + timesteps_per_batch=1024, # what to train on + max_kl=0.001, + cg_iters=10, + gamma=0.99, + lam=1.0, # advantage estimation + seed=None, + ent_coef=0.0, + cg_damping=1e-2, + vf_stepsize=3e-4, + vf_iters =3, + max_episodes=0, max_iters=0, # time constraint + callback=None, + load_path=None, + **network_kwargs + ): + ''' + learn a policy function with TRPO algorithm + + Parameters: + ---------- + + network neural network to learn. Can be either string ('mlp', 'cnn', 'lstm', 'lnlstm' for basic types) + or function that takes input placeholder and returns tuple (output, None) for feedforward nets + or (output, (state_placeholder, state_output, mask_placeholder)) for recurrent nets + + env environment (one of the gym environments or wrapped via baselines.common.vec_env.VecEnv-type class + + timesteps_per_batch timesteps per gradient estimation batch + + max_kl max KL divergence between old policy and new policy ( KL(pi_old || pi) ) + + ent_coef coefficient of policy entropy term in the optimization objective + + cg_iters number of iterations of conjugate gradient algorithm + + cg_damping conjugate gradient damping + + vf_stepsize learning rate for adam optimizer used to optimie value function loss + + vf_iters number of iterations of value function optimization iterations per each policy optimization step + + total_timesteps max number of timesteps + + max_episodes max number of episodes + + max_iters maximum number of policy optimization iterations + + callback function to be called with (locals(), globals()) each policy optimization step + + load_path str, path to load the model from (default: None, i.e. no model is loaded) + + **network_kwargs keyword arguments to the policy / network builder. See baselines.common/policies.py/build_policy and arguments to a particular type of network + + Returns: + ------- + + learnt model + + ''' + + if MPI is not None: + nworkers = MPI.COMM_WORLD.Get_size() + rank = MPI.COMM_WORLD.Get_rank() + else: + nworkers = 1 + rank = 0 + + cpus_per_worker = 1 + U.get_session(config=tf.compat.v1.ConfigProto( + allow_soft_placement=True, + inter_op_parallelism_threads=cpus_per_worker, + intra_op_parallelism_threads=cpus_per_worker + )) + + + policy = build_policy(env, network, value_network='copy', **network_kwargs) + set_global_seeds(seed) + + np.set_printoptions(precision=3) + # Setup losses and stuff + # ---------------------------------------- + ob_space = env.observation_space + ac_space = env.action_space + + ob = observation_placeholder(ob_space) + with tf.compat.v1.variable_scope("pi"): + pi = policy(observ_placeholder=ob) + with tf.compat.v1.variable_scope("oldpi"): + oldpi = policy(observ_placeholder=ob) + + atarg = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Target advantage function (if applicable) + ret = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None]) # Empirical return + + ac = pi.pdtype.sample_placeholder([None]) + + kloldnew = oldpi.pd.kl(pi.pd) + ent = pi.pd.entropy() + meankl = tf.reduce_mean(input_tensor=kloldnew) + meanent = tf.reduce_mean(input_tensor=ent) + entbonus = ent_coef * meanent + + vferr = tf.reduce_mean(input_tensor=tf.square(pi.vf - ret)) + + ratio = tf.exp(pi.pd.logp(ac) - oldpi.pd.logp(ac)) # advantage * pnew / pold + surrgain = tf.reduce_mean(input_tensor=ratio * atarg) + + optimgain = surrgain + entbonus + losses = [optimgain, meankl, entbonus, surrgain, meanent] + loss_names = ["optimgain", "meankl", "entloss", "surrgain", "entropy"] + + dist = meankl + + all_var_list = get_trainable_variables("pi") + # var_list = [v for v in all_var_list if v.name.split("/")[1].startswith("pol")] + # vf_var_list = [v for v in all_var_list if v.name.split("/")[1].startswith("vf")] + var_list = get_pi_trainable_variables("pi") + vf_var_list = get_vf_trainable_variables("pi") + + vfadam = MpiAdam(vf_var_list) + + get_flat = U.GetFlat(var_list) + set_from_flat = U.SetFromFlat(var_list) + klgrads = tf.gradients(ys=dist, xs=var_list) + flat_tangent = tf.compat.v1.placeholder(dtype=tf.float32, shape=[None], name="flat_tan") + shapes = [var.get_shape().as_list() for var in var_list] + start = 0 + tangents = [] + for shape in shapes: + sz = U.intprod(shape) + tangents.append(tf.reshape(flat_tangent[start:start+sz], shape)) + start += sz + gvp = tf.add_n([tf.reduce_sum(input_tensor=g*tangent) for (g, tangent) in zipsame(klgrads, tangents)]) #pylint: disable=E1111 + fvp = U.flatgrad(gvp, var_list) + + assign_old_eq_new = U.function([],[], updates=[tf.compat.v1.assign(oldv, newv) + for (oldv, newv) in zipsame(get_variables("oldpi"), get_variables("pi"))]) + + compute_losses = U.function([ob, ac, atarg], losses) + compute_lossandgrad = U.function([ob, ac, atarg], losses + [U.flatgrad(optimgain, var_list)]) + compute_fvp = U.function([flat_tangent, ob, ac, atarg], fvp) + compute_vflossandgrad = U.function([ob, ret], U.flatgrad(vferr, vf_var_list)) + + @contextmanager + def timed(msg): + if rank == 0: + print(colorize(msg, color='magenta')) + tstart = time.time() + yield + print(colorize("done in %.3f seconds"%(time.time() - tstart), color='magenta')) + else: + yield + + def allmean(x): + assert isinstance(x, np.ndarray) + if MPI is not None: + out = np.empty_like(x) + MPI.COMM_WORLD.Allreduce(x, out, op=MPI.SUM) + out /= nworkers + else: + out = np.copy(x) + + return out + + U.initialize() + if load_path is not None: + pi.load(load_path) + + th_init = get_flat() + if MPI is not None: + MPI.COMM_WORLD.Bcast(th_init, root=0) + + set_from_flat(th_init) + vfadam.sync() + print("Init param sum", th_init.sum(), flush=True) + + # Prepare for rollouts + # ---------------------------------------- + seg_gen = traj_segment_generator(pi, env, timesteps_per_batch, stochastic=True) + + episodes_so_far = 0 + timesteps_so_far = 0 + iters_so_far = 0 + tstart = time.time() + lenbuffer = deque(maxlen=40) # rolling buffer for episode lengths + rewbuffer = deque(maxlen=40) # rolling buffer for episode rewards + + if sum([max_iters>0, total_timesteps>0, max_episodes>0])==0: + # noththing to be done + return pi + + assert sum([max_iters>0, total_timesteps>0, max_episodes>0]) < 2, \ + 'out of max_iters, total_timesteps, and max_episodes only one should be specified' + + while True: + if callback: callback(locals(), globals()) + if total_timesteps and timesteps_so_far >= total_timesteps: + break + elif max_episodes and episodes_so_far >= max_episodes: + break + elif max_iters and iters_so_far >= max_iters: + break + logger.log("********** Iteration %i ************"%iters_so_far) + + with timed("sampling"): + seg = seg_gen.__next__() + add_vtarg_and_adv(seg, gamma, lam) + + # ob, ac, atarg, ret, td1ret = map(np.concatenate, (obs, acs, atargs, rets, td1rets)) + ob, ac, atarg, tdlamret = seg["ob"], seg["ac"], seg["adv"], seg["tdlamret"] + vpredbefore = seg["vpred"] # predicted value function before udpate + atarg = (atarg - atarg.mean()) / atarg.std() # standardized advantage function estimate + + if hasattr(pi, "ret_rms"): pi.ret_rms.update(tdlamret) + if hasattr(pi, "ob_rms"): pi.ob_rms.update(ob) # update running mean/std for policy + + args = seg["ob"], seg["ac"], atarg + fvpargs = [arr[::5] for arr in args] + def fisher_vector_product(p): + return allmean(compute_fvp(p, *fvpargs)) + cg_damping * p + + assign_old_eq_new() # set old parameter values to new parameter values + with timed("computegrad"): + *lossbefore, g = compute_lossandgrad(*args) + lossbefore = allmean(np.array(lossbefore)) + g = allmean(g) + if np.allclose(g, 0): + logger.log("Got zero gradient. not updating") + else: + with timed("cg"): + stepdir = cg(fisher_vector_product, g, cg_iters=cg_iters, verbose=rank==0) + assert np.isfinite(stepdir).all() + shs = .5*stepdir.dot(fisher_vector_product(stepdir)) + lm = np.sqrt(shs / max_kl) + # logger.log("lagrange multiplier:", lm, "gnorm:", np.linalg.norm(g)) + fullstep = stepdir / lm + expectedimprove = g.dot(fullstep) + surrbefore = lossbefore[0] + stepsize = 1.0 + thbefore = get_flat() + for _ in range(10): + thnew = thbefore + fullstep * stepsize + set_from_flat(thnew) + meanlosses = surr, kl, *_ = allmean(np.array(compute_losses(*args))) + improve = surr - surrbefore + logger.log("Expected: %.3f Actual: %.3f"%(expectedimprove, improve)) + if not np.isfinite(meanlosses).all(): + logger.log("Got non-finite value of losses -- bad!") + elif kl > max_kl * 1.5: + logger.log("violated KL constraint. shrinking step.") + elif improve < 0: + logger.log("surrogate didn't improve. shrinking step.") + else: + logger.log("Stepsize OK!") + break + stepsize *= .5 + else: + logger.log("couldn't compute a good step") + set_from_flat(thbefore) + if nworkers > 1 and iters_so_far % 20 == 0: + paramsums = MPI.COMM_WORLD.allgather((thnew.sum(), vfadam.getflat().sum())) # list of tuples + assert all(np.allclose(ps, paramsums[0]) for ps in paramsums[1:]) + + for (lossname, lossval) in zip(loss_names, meanlosses): + logger.record_tabular(lossname, lossval) + + with timed("vf"): + + for _ in range(vf_iters): + for (mbob, mbret) in dataset.iterbatches((seg["ob"], seg["tdlamret"]), + include_final_partial_batch=False, batch_size=64): + g = allmean(compute_vflossandgrad(mbob, mbret)) + vfadam.update(g, vf_stepsize) + + logger.record_tabular("ev_tdlam_before", explained_variance(vpredbefore, tdlamret)) + + lrlocal = (seg["ep_lens"], seg["ep_rets"]) # local values + if MPI is not None: + listoflrpairs = MPI.COMM_WORLD.allgather(lrlocal) # list of tuples + else: + listoflrpairs = [lrlocal] + + lens, rews = map(flatten_lists, zip(*listoflrpairs)) + lenbuffer.extend(lens) + rewbuffer.extend(rews) + + logger.record_tabular("EpLenMean", np.mean(lenbuffer)) + logger.record_tabular("EpRewMean", np.mean(rewbuffer)) + logger.record_tabular("EpThisIter", len(lens)) + episodes_so_far += len(lens) + timesteps_so_far += sum(lens) + iters_so_far += 1 + + logger.record_tabular("EpisodesSoFar", episodes_so_far) + logger.record_tabular("TimestepsSoFar", timesteps_so_far) + logger.record_tabular("TimeElapsed", time.time() - tstart) + + if rank==0: + logger.dump_tabular() + + return pi + +def flatten_lists(listoflists): + return [el for list_ in listoflists for el in list_] + +def get_variables(scope): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.GLOBAL_VARIABLES, scope) + +def get_trainable_variables(scope): + return tf.compat.v1.get_collection(tf.compat.v1.GraphKeys.TRAINABLE_VARIABLES, scope) + +def get_vf_trainable_variables(scope): + return [v for v in get_trainable_variables(scope) if 'vf' in v.name[len(scope):].split('/')] + +def get_pi_trainable_variables(scope): + return [v for v in get_trainable_variables(scope) if 'pi' in v.name[len(scope):].split('/')] + diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000000000000000000000000000000000000..7d182d61200feb693ca926a0551161ddfccf11fc --- /dev/null +++ b/environment.yml @@ -0,0 +1,12 @@ +channels: + - conda-forge + +dependencies: + - python=3.7.3 + - mpi4py=3.0.3 + - pip + - pip: + - gym==0.15.4 + - procgen==0.9.2 + - tensorflow==1.15.0 + - pytest # for baselines \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..1885a87f3c438ad04a4a0ef9276f6d285fa48a4b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,127 @@ +absl-py==0.15.0 +appnope==0.1.4 +asttokens==3.0.0 +astunparse==1.6.3 +attrs==25.3.0 +backcall==0.2.0 +bleach==6.1.0 +cachetools==4.2.4 +certifi==2021.10.8 +cffi==1.15.0 +charset-normalizer==2.0.12 +cloudpickle==1.2.2 +cmake==3.22.2 +contourpy==1.1.1 +cycler==0.11.0 +decorator==5.2.1 +defusedxml==0.7.1 +docopt==0.6.2 +executing==2.2.1 +fastjsonschema==2.21.2 +filelock==3.6.0 +flatbuffers==1.12 +fonttools==4.31.2 +future==0.18.2 +gast==0.3.3 +glcontext==2.3.5 +glfw==1.12.0 +google-auth==1.35.0 +google-auth-oauthlib==0.4.6 +google-pasta==0.2.0 +grpcio==1.32.0 +gym==0.16.0 +gym3==0.3.3 +h5py==2.10.0 +idna==3.3 +imageio==2.9.0 +imageio-ffmpeg==0.3.0 +importlib-metadata==4.11.2 +importlib_resources==6.4.5 +iniconfig==1.1.1 +ipython==8.12.3 +jedi==0.19.2 +Jinja2==3.1.6 +joblib==1.1.0 +jsonschema==4.23.0 +jsonschema-specifications==2023.12.1 +jupyter_client==8.6.3 +jupyter_core==5.8.1 +jupyterlab_pygments==0.3.0 +Keras==2.4.3 +Keras-Preprocessing==1.1.2 +kiwisolver==1.4.2 +libclang==13.0.0 +llvmlite==0.38.0 +Markdown==3.7 +MarkupSafe==2.1.5 +matplotlib==3.5.1 +matplotlib-inline==0.1.7 +mistune==3.1.4 +moderngl==5.6.4 +mpi4py==3.1.3 +nbclient==0.10.1 +nbformat==5.10.4 +numpy==1.19.5 +oauthlib==3.2.0 +opencv-python==4.5.5.64 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.1 +pandocfilters==1.5.1 +parso==0.8.5 +pexpect==4.9.0 +pickleshare==0.7.5 +Pillow==9.0.1 +pipreqs==0.5.0 +pkgutil_resolve_name==1.3.10 +platformdirs==4.3.6 +pluggy==1.0.0 +procgen==0.10.7 +prompt_toolkit==3.0.52 +protobuf==3.19.4 +ptyprocess==0.7.0 +pure_eval==0.2.3 +py==1.11.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycparser==2.21 +pyglet==1.5.0 +Pygments==2.19.2 +pyparsing==3.0.7 +python-dateutil==2.8.2 +pytz==2022.1 +PyYAML==6.0 +pyzmq==27.1.0 +referencing==0.35.1 +requests==2.27.1 +requests-oauthlib==2.0.0 +rpds-py==0.20.1 +rsa==4.8 +scikit-learn==1.0.2 +scipy==1.8.0 +seaborn==0.11.2 +six==1.15.0 +soupsieve==2.7 +stack-data==0.6.3 +tensorboard==2.4.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.4.4 +tensorflow-estimator==2.4.0 +tensorflow-io-gcs-filesystem==0.23.1 +termcolor==1.1.0 +tf-estimator-nightly==2.8.0.dev2021122109 +threadpoolctl==3.1.0 +tinycss2==1.2.1 +tomli==2.0.1 +tornado==6.4.2 +traitlets==5.14.3 +typing-extensions==3.7.4.3 +tzdata==2025.2 +urllib3==1.26.8 +wcwidth==0.2.13 +webencodings==0.5.1 +Werkzeug==2.0.3 +wrapt==1.12.1 +yarg==0.1.9 +zipp==3.7.0 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000000000000000000000000000000000000..19e33ff956a58130f85970461208109c1e2ff7b4 --- /dev/null +++ b/setup.py @@ -0,0 +1,7 @@ +from setuptools import setup, find_packages + +setup( + name='train-procgen', + packages=find_packages(), + version='0.0.1', +) diff --git a/train_procgen/__init__.py b/train_procgen/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..452484e74ca55b1f93b6d3c12c262c59a63c956e --- /dev/null +++ b/train_procgen/__init__.py @@ -0,0 +1 @@ +# from .train_ppo import train_fn \ No newline at end of file diff --git a/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..c9462148182aed11c28c5765bae3a8cbf568ad91 --- /dev/null +++ b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +158.42857142857142,2.857142925262451,301.0,0.0004062836815137416,0.0,2.7076056003570557,-0.0006994085852056742,0.07949507981538773,0.011008501052856445,1.0,256.0,54.41048429720104,16384.0 +334.16,2.799999952316284,5263.0,0.00037450867239385843,0.0,2.7056891918182373,-0.0005090244230814278,0.1404399424791336,0.13952696323394775,2.0,512.0,57.526521617081016,32768.0 +399.15686274509807,3.725490093231201,5304.0,0.0023017446510493755,0.008076985366642475,2.698208808898926,-0.002765822224318981,0.3047986328601837,0.23556452989578247,3.0,768.0,60.616167202126235,49152.0 +526.64,3.799999952316284,5209.0,0.003872932866215706,0.01615397073328495,2.683441162109375,-0.0038267849013209343,0.549508273601532,0.28254592418670654,4.0,1024.0,63.7622091001831,65536.0 +383.28,3.799999952316284,5188.0,0.0036975343246012926,0.02968343161046505,2.664698362350464,-0.0030037870164960623,0.644703209400177,0.3410794138908386,5.0,1280.0,66.92069387203082,81920.0 +241.94,4.400000095367432,5241.0,0.002497666049748659,0.01495361328125,2.648615837097168,-0.0017912943148985505,0.7336816787719727,0.3970125913619995,6.0,1536.0,70.04744776710868,98304.0 +190.35,5.599999904632568,5154.0,0.003693136153742671,0.02768961526453495,2.639064073562622,-0.003059055656194687,1.0096293687820435,0.45438116788864136,7.0,1792.0,73.2267629201524,114688.0 +167.42,5.300000190734863,5190.0,0.0038509948644787073,0.03049723245203495,2.6198694705963135,-0.0037487063091248274,1.012133240699768,0.5521333813667297,8.0,2048.0,76.38387462613173,131072.0 +161.02,5.699999809265137,5251.0,0.00465483870357275,0.05133056640625,2.6045587062835693,-0.0024035198148339987,0.820225715637207,0.5862922370433807,9.0,2304.0,79.50440752110444,147456.0 +129.84,5.099999904632568,5241.0,0.004229016602039337,0.0381266288459301,2.577781915664673,-0.0035848875995725393,0.9886345863342285,0.6077888906002045,10.0,2560.0,82.63115134718828,163840.0 +119.12,5.099999904632568,4963.0,0.005604652687907219,0.0478108711540699,2.540240526199341,-0.0034369865898042917,0.9510173201560974,0.6676891446113586,11.0,2816.0,85.93303043115884,180224.0 +116.95,5.5,5213.0,0.0038631893694400787,0.0328572578728199,2.540775775909424,-0.0029053043108433485,1.0120328664779663,0.6998442709445953,12.0,3072.0,89.07659024116583,196608.0 +99.58,5.300000190734863,5186.0,0.002939296653494239,0.01837158203125,2.544296979904175,-0.002315564313903451,0.995471179485321,0.7194520831108093,13.0,3328.0,92.23621325101703,212992.0 +100.39,5.800000190734863,5214.0,0.0032415101304650307,0.02766927145421505,2.5238022804260254,-0.00110365089494735,1.0132983922958374,0.7579756081104279,14.0,3584.0,95.37895452114753,229376.0 +93.0,5.400000095367432,5142.0,0.004073257092386484,0.03826904296875,2.49455189704895,-0.0009158307802863419,1.0348165035247803,0.780390202999115,15.0,3840.0,98.56589891808107,245760.0 +92.31,5.099999904632568,5131.0,0.0031378958374261856,0.02567545510828495,2.4744772911071777,-0.0015886169858276844,1.1480023860931396,0.7788010984659195,16.0,4096.0,101.75936814420857,262144.0 +83.75,5.599999904632568,5183.0,0.005234410986304283,0.0431721992790699,2.446377754211426,-0.0036475108936429024,1.062639594078064,0.7950806617736816,17.0,4352.0,104.92110036220402,278528.0 +86.89,5.699999809265137,4976.0,0.0034518686588853598,0.02642822265625,2.4144132137298584,-0.002532197628170252,1.0613847970962524,0.8074498176574707,18.0,4608.0,108.21409337804653,294912.0 +88.37,5.300000190734863,5122.0,0.003376380540430546,0.02829996682703495,2.4226181507110596,-0.003219373757019639,0.9501240849494934,0.8167640566825867,19.0,4864.0,111.41301612299867,311296.0 +71.72,5.0,5092.0,0.0032522466499358416,0.02034505270421505,2.3346469402313232,-0.0010546960402280092,1.1873561143875122,0.800538644194603,20.0,5120.0,114.63119430909865,327680.0 +70.54,6.5,5063.0,0.0043618460185825825,0.0431315116584301,2.2947371006011963,-0.0027216763701289892,1.445228934288025,0.806258037686348,21.0,5376.0,117.86787416110747,344064.0 +75.84,5.5,4970.0,0.0030409141909331083,0.01999918557703495,2.3277037143707275,-0.0026111158076673746,1.211745262145996,0.8232629895210266,22.0,5632.0,121.16508620418608,360448.0 +69.72,7.0,5118.0,0.0038438839837908745,0.03068033792078495,2.2747278213500977,-0.003608672646805644,1.3146394491195679,0.8235169053077698,23.0,5888.0,124.36660457402468,376832.0 +74.09,5.300000190734863,4865.0,0.0030218614265322685,0.02164713479578495,2.3072800636291504,-0.00239539728499949,1.1031522750854492,0.8404917120933533,24.0,6144.0,127.73744434607215,393216.0 +62.02,5.5,4996.0,0.002358064753934741,0.01202392578125,2.259737730026245,-0.001261638943105936,1.2985237836837769,0.8271108865737915,25.0,6400.0,131.01732246903703,409600.0 +67.68,5.0,4867.0,0.0033353324979543686,0.02579752542078495,2.3173410892486572,-0.0018396108644083142,1.2382934093475342,0.8231684863567352,26.0,6656.0,134.38456925703213,425984.0 +67.43,6.0,5060.0,0.004109121393412352,0.03173828125,2.2793781757354736,-0.0028841549064964056,1.1988707780838013,0.8296496719121933,27.0,6912.0,137.62276190007105,442368.0 +72.54,5.599999904632568,5145.0,0.002749755745753646,0.01955159567296505,2.2832565307617188,-0.00182370247785002,1.2879530191421509,0.8196743130683899,28.0,7168.0,140.80773851810955,458752.0 +75.74,5.800000190734863,5167.0,0.0034402383025735617,0.0245361328125,2.2965714931488037,-0.0029583091381937265,1.2069810628890991,0.8205555379390717,29.0,7424.0,143.9793405882083,475136.0 +71.81,6.599999904632568,5021.0,0.0028827779460698366,0.02264404296875,2.291632652282715,-0.0024888222105801105,1.1466362476348877,0.8265134692192078,30.0,7680.0,147.2435920620337,491520.0 +73.3,6.5,5152.0,0.0027533082757145166,0.01597086526453495,2.2535388469696045,-0.0029515454079955816,1.272781252861023,0.8112110495567322,31.0,7936.0,150.42389069800265,507904.0 +62.33,6.599999904632568,5286.0,0.0027739321812987328,0.01829020120203495,2.2484309673309326,-0.002936248667538166,1.2396267652511597,0.8122865706682205,32.0,8192.0,153.5236026600469,524288.0 +75.34,6.400000095367432,5105.0,0.0022133663296699524,0.0140380859375,2.2724783420562744,-0.002688853070139885,1.2262229919433594,0.7991460859775543,33.0,8448.0,156.7340524031315,540672.0 +67.79,5.400000095367432,5178.0,0.0027144511695951223,0.01582845114171505,2.243680715560913,-0.003411427140235901,1.2008298635482788,0.810882642865181,34.0,8704.0,159.8986038521398,557056.0 +61.33,5.699999809265137,5091.0,0.003449142910540104,0.02589925192296505,2.225898265838623,-0.0038933374453336,1.1887190341949463,0.8150748908519745,35.0,8960.0,163.11753780720755,573440.0 +72.53,6.199999809265137,5168.0,0.0024745550472289324,0.01833089254796505,2.258639335632324,-0.003722942667081952,1.0851596593856812,0.8339405059814453,36.0,9216.0,166.28785089217126,589824.0 +71.58,6.599999904632568,5342.0,0.0023321565240621567,0.01595052145421505,2.2391576766967773,-0.0033062712755054235,1.2776353359222412,0.7993570417165756,37.0,9472.0,169.3551647150889,606208.0 +68.15,5.900000095367432,5170.0,0.00289035658352077,0.02325439453125,2.2287352085113525,-0.0038268875796347857,1.2569549083709717,0.8035131096839905,38.0,9728.0,172.5245702401735,622592.0 +70.69,6.099999904632568,5160.0,0.004016765858978033,0.0340779609978199,2.191516160964966,-0.0036516906693577766,1.3157271146774292,0.7943137735128403,39.0,9984.0,175.70039466419257,638976.0 +67.72,6.199999809265137,5130.0,0.0024881339631974697,0.01804606057703495,2.2181527614593506,-0.0022729327902197838,1.2727535963058472,0.8149600028991699,40.0,10240.0,178.89427467202768,655360.0 +66.64,5.900000095367432,4988.0,0.002207777928560972,0.012288411147892475,2.222506523132324,-0.002114697592332959,1.5468839406967163,0.7937417179346085,41.0,10496.0,182.17930475017056,671744.0 +61.6,6.400000095367432,4978.0,0.0031594920437783003,0.02203369140625,2.1990838050842285,-0.0032190412748605013,1.3596855401992798,0.8090289235115051,42.0,10752.0,185.4707893221639,688128.0 +63.89,6.0,4990.0,0.002476451452821493,0.012674967758357525,2.177201509475708,-0.0027742080856114626,1.5077414512634277,0.7636601626873016,43.0,11008.0,188.75499826506712,704512.0 +63.92,5.5,5020.0,0.004683028906583786,0.0498046875,2.1645772457122803,-0.0053312331438064575,1.3327604532241821,0.7966175973415375,44.0,11264.0,192.0194678751286,720896.0 +63.05,7.0,5103.0,0.0033954137470573187,0.02301025390625,2.1049492359161377,-0.003142377594485879,1.464009165763855,0.7675090581178665,45.0,11520.0,195.2304378200788,737280.0 +53.95,7.400000095367432,5036.0,0.0024778987281024456,0.01458740234375,2.0955374240875244,-0.0027592105325311422,1.2507163286209106,0.8083174526691437,46.0,11776.0,198.48435571906157,753664.0 +63.64,6.599999904632568,5086.0,0.0038279874715954065,0.03302001953125,2.1365630626678467,-0.003416686085984111,1.3902230262756348,0.7729911357164383,47.0,12032.0,201.7062674581539,770048.0 +67.49,5.900000095367432,5004.0,0.004566595423966646,0.0466512031853199,2.142003297805786,-0.005148712079972029,1.2250555753707886,0.7932672798633575,48.0,12288.0,204.98119958909228,786432.0 +64.0,6.699999809265137,5115.0,0.004476649221032858,0.0487263984978199,2.1523921489715576,-0.00576968165114522,1.2470529079437256,0.7848333716392517,49.0,12544.0,208.18464340618812,802816.0 +69.47,5.699999809265137,5146.0,0.006495493929833174,0.0765787735581398,2.2000043392181396,-0.005213351454585791,1.1248458623886108,0.8006572872400284,50.0,12800.0,211.36922866804525,819200.0 +63.6,6.5,5046.0,0.0062501863576471806,0.0665283203125,2.1294171810150146,-0.0021303475368767977,1.2232919931411743,0.800445094704628,51.0,13056.0,214.61650380305946,835584.0 +60.05,7.0,5123.0,0.006514051929116249,0.0795694962143898,2.1431210041046143,-0.003978171851485968,1.104831337928772,0.8112291693687439,52.0,13312.0,217.81517317611724,851968.0 +68.6,7.300000190734863,4895.0,0.004909495357424021,0.0523274727165699,2.1151654720306396,-0.00078610546188429,1.4060858488082886,0.7469629645347595,53.0,13568.0,221.16292588808574,868352.0 +70.75,7.099999904632568,5100.0,0.002992436522617936,0.02394612692296505,2.1177268028259277,-0.0037416776176542044,1.2593985795974731,0.7793675512075424,54.0,13824.0,224.37599488114938,884736.0 +64.37,6.800000190734863,5131.0,0.0025440517347306013,0.017333984375,2.1719839572906494,-0.0031628981232643127,1.124137043952942,0.804595947265625,55.0,14080.0,227.5694720421452,901120.0 +69.09,7.199999809265137,5239.0,0.0034900091122835875,0.02923583984375,2.1486573219299316,-0.004556046333163977,1.259347677230835,0.7607979029417038,56.0,14336.0,230.69736275309697,917504.0 +77.34,6.400000095367432,5142.0,0.0036475788801908493,0.0324910469353199,2.1781301498413086,-0.004992433823645115,1.0995895862579346,0.789419561624527,57.0,14592.0,233.8839214751497,933888.0 +68.28,7.099999904632568,5019.0,0.0037498523015528917,0.0354207344353199,2.173572301864624,-0.004049926530569792,1.1852012872695923,0.7861742973327637,58.0,14848.0,237.1490551501047,950272.0 +66.18,6.800000190734863,4931.0,0.004407187458127737,0.04888916015625,2.1655752658843994,-0.005445802118629217,1.0516101121902466,0.8142252862453461,59.0,15104.0,240.47213582205586,966656.0 +67.91,7.400000095367432,4791.0,0.0041223992593586445,0.03802490234375,2.1595938205718994,-0.0049494062550365925,1.1938520669937134,0.792369082570076,60.0,15360.0,243.89231092715636,983040.0 +70.45,7.300000190734863,5163.0,0.00263654044829309,0.02132161520421505,2.134268045425415,-0.004566329065710306,1.1002660989761353,0.8119523227214813,61.0,15616.0,247.06689931615256,999424.0 +75.85,7.300000190734863,5094.0,0.0036000236868858337,0.0323486328125,2.1355373859405518,-0.0044031813740730286,1.16538667678833,0.7955882102251053,62.0,15872.0,250.28348191315308,1015808.0 +76.43,6.699999809265137,5131.0,0.005429420620203018,0.0652872696518898,2.1315419673919678,-0.005953011568635702,1.0235848426818848,0.8114245235919952,63.0,16128.0,253.47764704399742,1032192.0 +71.56,8.0,5163.0,0.004958028439432383,0.0562744140625,2.115175485610962,-0.005930995102971792,1.0590981245040894,0.7916234731674194,64.0,16384.0,256.65132298506796,1048576.0 +76.0,7.800000190734863,5209.0,0.005027300212532282,0.05181884765625,2.113335132598877,-0.005619776900857687,1.1196802854537964,0.7841411232948303,65.0,16640.0,259.7971729170531,1064960.0 +76.93,7.5,4954.0,0.004118682350963354,0.03900146484375,2.073807954788208,-0.005358556285500526,1.2252365350723267,0.7587343454360962,66.0,16896.0,263.1049024059903,1081344.0 +76.42,7.300000190734863,5139.0,0.005037583876401186,0.05224609375,2.0859150886535645,-0.005940431263297796,1.0631047487258911,0.7946196794509888,67.0,17152.0,266.29404817614704,1097728.0 +74.76,8.399999618530273,5076.0,0.004530141595751047,0.0458577461540699,2.0667998790740967,-0.005257606506347656,1.1008878946304321,0.7810740768909454,68.0,17408.0,269.5220426921733,1114112.0 +68.06,7.699999809265137,5189.0,0.005698645953088999,0.0642496719956398,2.060864210128784,-0.005873220507055521,1.086205005645752,0.7932121753692627,69.0,17664.0,272.6797987460159,1130496.0 +62.23,7.900000095367432,4849.0,0.005288048181682825,0.0566813163459301,1.9854692220687866,-0.0038958906661719084,1.1577479839324951,0.777853861451149,70.0,17920.0,276.0593197760172,1146880.0 +66.86,7.900000095367432,5161.0,0.005007588770240545,0.05029296875,1.9869312047958374,-0.005379272159188986,1.108317255973816,0.7622898668050766,71.0,18176.0,279.2343691231217,1163264.0 +76.45,7.400000095367432,4873.0,0.006226155906915665,0.0785725936293602,1.947773814201355,-0.006047913338989019,1.1464933156967163,0.7556006759405136,72.0,18432.0,282.5971720451489,1179648.0 +67.59,8.0,5247.0,0.005203408654779196,0.0570475272834301,1.970428466796875,-0.006275987718254328,1.0618858337402344,0.768118605017662,73.0,18688.0,285.7200561380014,1196032.0 +71.05,8.0,5023.0,0.006198500748723745,0.072998046875,1.9884696006774902,-0.005621013697236776,1.1600412130355835,0.740265280008316,74.0,18944.0,288.98203608603217,1212416.0 +69.66,7.900000095367432,5176.0,0.005186485592275858,0.0606689453125,2.045848846435547,-0.006814185529947281,1.0637357234954834,0.7390839755535126,75.0,19200.0,292.1479404910933,1228800.0 +64.08,7.800000190734863,5087.0,0.005420081317424774,0.0629475936293602,2.017979145050049,-0.007094861939549446,1.0396779775619507,0.7548531591892242,76.0,19456.0,295.36932801106013,1245184.0 +68.04,8.100000381469727,5013.0,0.005567832384258509,0.06695556640625,2.0090110301971436,-0.006665083114057779,0.966529130935669,0.7649051696062088,77.0,19712.0,298.637992472155,1261568.0 +70.08,7.900000095367432,5118.0,0.006784755736589432,0.0863240584731102,2.0243208408355713,-0.0071092466823756695,0.9253978729248047,0.7811371833086014,78.0,19968.0,301.8396249690559,1277952.0 +58.24,7.900000095367432,5254.0,0.0048133921809494495,0.0485636405646801,2.0040462017059326,-0.0053751845844089985,1.0137587785720825,0.7463422417640686,79.0,20224.0,304.9585846371483,1294336.0 +61.84,8.0,5062.0,0.004406443331390619,0.0464884452521801,2.028998374938965,-0.00547444773837924,1.0403695106506348,0.7472899854183197,80.0,20480.0,308.19551264098845,1310720.0 +61.99,8.600000381469727,5118.0,0.004738394170999527,0.0496012382209301,2.0171444416046143,-0.006380343344062567,1.0342707633972168,0.7490784227848053,81.0,20736.0,311.39698390010744,1327104.0 +75.31,8.300000190734863,5030.0,0.004781637340784073,0.0538533516228199,2.023554563522339,-0.006014509592205286,1.038617491722107,0.7418452203273773,82.0,20992.0,314.6546248390805,1343488.0 +74.54,8.199999809265137,4906.0,0.00634709233418107,0.07598876953125,1.994706153869629,-0.007999919354915619,0.9725465178489685,0.7541206926107407,83.0,21248.0,317.99494120501913,1359872.0 +70.37,8.600000381469727,5248.0,0.005879291798919439,0.0688883438706398,2.0061287879943848,-0.006670508533716202,0.9886983036994934,0.7368543446063995,84.0,21504.0,321.1172395881731,1376256.0 +63.13,8.100000381469727,5083.0,0.005971965845674276,0.06982421875,1.9972447156906128,-0.00530542666092515,0.844332754611969,0.7810667157173157,85.0,21760.0,324.34087514015846,1392640.0 +72.29,8.300000190734863,5064.0,0.005450617987662554,0.06158447265625,1.9795864820480347,-0.0047669303603470325,1.0324677228927612,0.7239626049995422,86.0,22016.0,327.57689757901244,1409024.0 +62.66,8.300000190734863,5154.0,0.005139906425029039,0.0642496719956398,1.9447836875915527,-0.0037160133942961693,1.1226708889007568,0.7002660930156708,87.0,22272.0,330.75618511112407,1425408.0 +65.46,8.600000381469727,5175.0,0.0063520874828100204,0.0724080428481102,1.932143211364746,-0.004481527488678694,1.119276762008667,0.6578491032123566,88.0,22528.0,333.9225979479961,1441792.0 +64.9,8.399999618530273,4952.0,0.007052060216665268,0.0888468399643898,1.8886165618896484,-0.008618711493909359,1.0291801691055298,0.6589179337024689,89.0,22784.0,337.23182750609703,1458176.0 +60.69,8.100000381469727,4972.0,0.007454514503479004,0.09039306640625,1.8827028274536133,-0.005314258858561516,1.0702555179595947,0.6454976797103882,90.0,23040.0,340.5273385520559,1474560.0 +66.22,8.399999618530273,5074.0,0.006982042919844389,0.0876668319106102,1.887186884880066,-0.007120359688997269,1.101084589958191,0.5892216861248016,91.0,23296.0,343.75680340011604,1490944.0 +68.27,8.399999618530273,5030.0,0.00916664395481348,0.1140950545668602,1.9225867986679077,-0.0066785807721316814,0.932560384273529,0.5926728844642639,92.0,23552.0,347.0143759660423,1507328.0 +64.14,8.0,5202.0,0.005956916604191065,0.0731201171875,1.8899288177490234,-0.006924521178007126,0.9950063824653625,0.6104536056518555,93.0,23808.0,350.1645807242021,1523712.0 +63.13,7.900000095367432,5080.0,0.007568559143692255,0.0978597030043602,1.9447187185287476,-0.002032696967944503,0.9985718131065369,0.5956489741802216,94.0,24064.0,353.38998398114927,1540096.0 +71.02,7.900000095367432,5275.0,0.006005395669490099,0.0676676407456398,1.9713664054870605,-0.007543301675468683,0.9304124712944031,0.6246557831764221,95.0,24320.0,356.4967748571653,1556480.0 +82.47,8.100000381469727,5214.0,0.008887439034879208,0.1192626953125,1.9853838682174683,-0.009068261831998825,0.7226243615150452,0.6316248774528503,96.0,24576.0,359.63982926518656,1572864.0 +65.75,8.0,5119.0,0.008257710374891758,0.10546875,1.9996737241744995,-0.006421057973057032,0.8269675374031067,0.6472455263137817,97.0,24832.0,362.8407778160181,1589248.0 +67.81,8.399999618530273,5157.0,0.005345577839761972,0.0584309883415699,2.0026001930236816,-0.004789500962942839,0.8610904216766357,0.6434896886348724,98.0,25088.0,366.018154932186,1605632.0 +77.12,8.600000381469727,5065.0,0.005996676627546549,0.0708211287856102,1.991307258605957,-0.007146608084440231,0.7358291149139404,0.6781877875328064,99.0,25344.0,369.2534946410451,1622016.0 +69.41,8.600000381469727,4971.0,0.006791957188397646,0.0845133438706398,2.005542755126953,-0.004446619190275669,0.8360669612884521,0.6496224999427795,100.0,25600.0,372.54942681919783,1638400.0 +74.13,8.899999618530273,5098.0,0.00851028598845005,0.11016845703125,1.9726775884628296,-0.008224659599363804,0.7548643946647644,0.6285753846168518,101.0,25856.0,375.7631925661117,1654784.0 +71.92,8.899999618530273,5141.0,0.0070109921507537365,0.0898844376206398,2.003209352493286,-0.0057399882934987545,0.7789729237556458,0.6230179071426392,102.0,26112.0,378.95063100219704,1671168.0 +74.27,8.5,5097.0,0.006550175603479147,0.08154296875,1.9786052703857422,-0.0059598456136882305,0.8376955389976501,0.566081315279007,103.0,26368.0,382.1651885260362,1687552.0 +79.61,8.5,5132.0,0.006227490957826376,0.0755208358168602,1.9339238405227661,-0.00664275698363781,0.7410827279090881,0.6177034378051758,104.0,26624.0,385.3582006911747,1703936.0 +86.4,8.399999618530273,5167.0,0.00649547902867198,0.0777384415268898,1.9751747846603394,-0.007020892109721899,0.6290287375450134,0.6378121674060822,105.0,26880.0,388.52919797506183,1720320.0 +75.05,7.800000190734863,5121.0,0.009055758826434612,0.1201985701918602,1.9710403680801392,-0.0026822311338037252,0.9338493347167969,0.5684317648410797,106.0,27136.0,391.7290841941722,1736704.0 +73.22,8.5,5061.0,0.006998367141932249,0.0882161483168602,2.0051538944244385,-0.008388854563236237,0.7327747941017151,0.5584967136383057,107.0,27392.0,394.9670322071761,1753088.0 +79.51,8.300000190734863,4990.0,0.005028798710554838,0.0556640625,1.994602084159851,-0.0042187818326056,0.8115971088409424,0.6180776059627533,108.0,27648.0,398.2511235480197,1769472.0 +78.61,8.800000190734863,5094.0,0.006177523639053106,0.0755615234375,1.9853706359863281,-0.005510274786502123,0.69917231798172,0.5744320452213287,109.0,27904.0,401.4677255731076,1785856.0 +73.4,8.699999809265137,4934.0,0.0065106493420898914,0.0809529647231102,1.9961069822311401,-0.006697630509734154,0.6542877554893494,0.604383260011673,110.0,28160.0,404.78926582215354,1802240.0 +81.28,7.800000190734863,4963.0,0.0054498822428286076,0.0690714493393898,2.0282580852508545,-0.005006409715861082,0.7901942729949951,0.568748950958252,111.0,28416.0,408.09119916218333,1818624.0 +75.87,8.199999809265137,4909.0,0.006640098989009857,0.0802815780043602,2.0106003284454346,-0.005870977882295847,0.7191029191017151,0.6056419909000397,112.0,28672.0,411.4292384851724,1835008.0 +78.13,8.699999809265137,4674.0,0.0059392801485955715,0.0724080428481102,2.0356292724609375,-0.008624305948615074,0.6607018113136292,0.6372554302215576,113.0,28928.0,414.9346433621831,1851392.0 +77.53,8.199999809265137,4834.0,0.005880421027541161,0.0708211287856102,2.011648416519165,-0.005095391999930143,0.8547987937927246,0.573089599609375,114.0,29184.0,418.32500777812675,1867776.0 +78.77,8.300000190734863,4881.0,0.006220559123903513,0.0692952498793602,2.011267900466919,-0.004074317868798971,0.8040052056312561,0.566270649433136,115.0,29440.0,421.6823117181193,1884160.0 +76.07,8.199999809265137,5159.0,0.008266168646514416,0.10894775390625,2.024650812149048,-0.006244330201297998,0.6758875250816345,0.5952206552028656,116.0,29696.0,424.8584945711773,1900544.0 +70.45,8.300000190734863,5119.0,0.007553834468126297,0.090576171875,2.0141570568084717,-0.00823525246232748,0.6901721358299255,0.6342127025127411,117.0,29952.0,428.05969524220563,1916928.0 +74.88,8.100000381469727,4967.0,0.0065468852408230305,0.07110595703125,2.0327041149139404,-0.0072263143956661224,0.7613091468811035,0.5800715386867523,118.0,30208.0,431.3585367470514,1933312.0 +72.49,8.899999618530273,4992.0,0.007351456210017204,0.0938517227768898,2.0743234157562256,-0.006279560271650553,0.7218866944313049,0.5843733251094818,119.0,30464.0,434.6423525630962,1949696.0 +82.72,8.199999809265137,5172.0,0.006489956751465797,0.0765584334731102,2.0697829723358154,-0.006515077780932188,0.6489453315734863,0.6085385978221893,120.0,30720.0,437.81075479718857,1966080.0 +72.11,8.899999618530273,5041.0,0.008342470042407513,0.1037801131606102,2.0856361389160156,-0.006679237354546785,0.6774805188179016,0.615211546421051,121.0,30976.0,441.0614237131085,1982464.0 +76.3,8.100000381469727,5037.0,0.007000995334237814,0.0816446915268898,2.0801541805267334,-0.0066683329641819,0.6088705062866211,0.6068603992462158,122.0,31232.0,444.314173449995,1998848.0 +89.36,8.100000381469727,5025.0,0.0061070919036865234,0.06817626953125,2.044600486755371,-0.007053610403090715,0.7579683661460876,0.5941151082515717,123.0,31488.0,447.5759135391563,2015232.0 +75.84,8.699999809265137,4892.0,0.0076850117184221745,0.0974527969956398,2.0704615116119385,-0.00872807390987873,0.5796458125114441,0.6495787799358368,124.0,31744.0,450.9257500350941,2031616.0 +91.57,8.399999618530273,4838.0,0.007246293127536774,0.0820515975356102,2.0683753490448,-0.004989346489310265,0.5084490180015564,0.6938096880912781,125.0,32000.0,454.312893609982,2048000.0 +90.16,8.100000381469727,4990.0,0.005282755941152573,0.0522054024040699,2.0391170978546143,-0.004861796274781227,0.6479107141494751,0.6717866361141205,126.0,32256.0,457.59709399798885,2064384.0 +84.91,8.800000190734863,5208.0,0.006692022085189819,0.0801798477768898,2.0258610248565674,-0.010021760128438473,0.5018696784973145,0.7078653872013092,127.0,32512.0,460.7437727651559,2080768.0 +73.37,8.800000190734863,5023.0,0.010459904558956623,0.13421630859375,2.0186288356781006,-0.007314668502658606,0.6547364592552185,0.6628565192222595,128.0,32768.0,464.00643240404315,2097152.0 +79.2,8.5,4960.0,0.008468205109238625,0.1082967147231102,2.0007519721984863,-0.00786728598177433,0.6437041759490967,0.631518542766571,129.0,33024.0,467.3099451200105,2113536.0 +77.63,8.5,5120.0,0.00871295016258955,0.1100667342543602,2.009902238845825,-0.00863739475607872,0.6396414637565613,0.6642645001411438,130.0,33280.0,470.5105443261564,2129920.0 +77.11,8.5,5096.0,0.007139436900615692,0.0930379256606102,2.0257248878479004,-0.004825433250516653,0.6317959427833557,0.6720998883247375,131.0,33536.0,473.72611878509633,2146304.0 +71.83,8.0,4970.0,0.005139345768839121,0.048095703125,2.025381565093994,-0.0054098740220069885,0.7689342498779297,0.6256248354911804,132.0,33792.0,477.02379075507633,2162688.0 +77.15,8.5,4768.0,0.006527034565806389,0.0777384415268898,2.0686326026916504,-0.00610099732875824,0.652962863445282,0.637180745601654,133.0,34048.0,480.46010536910035,2179072.0 +76.43,8.600000381469727,4989.0,0.006706985179334879,0.0798543319106102,2.055924654006958,-0.008468336425721645,0.6692470908164978,0.6112386882305145,134.0,34304.0,483.7447898890823,2195456.0 +71.62,8.0,4866.0,0.007956516928970814,0.0975341796875,2.022892713546753,-0.004394195042550564,0.8658450245857239,0.5881959199905396,135.0,34560.0,487.11209948314354,2211840.0 +82.13,8.699999809265137,5021.0,0.009186995215713978,0.1160074844956398,2.004680871963501,-0.00727679580450058,0.6243601441383362,0.5927523672580719,136.0,34816.0,490.37590203713626,2228224.0 +63.73,8.100000381469727,4852.0,0.00810627918690443,0.1099650040268898,1.964448094367981,-0.006876388099044561,0.7030344605445862,0.580207347869873,137.0,35072.0,493.7535971580073,2244608.0 +64.78,8.5,4978.0,0.006464992184191942,0.0777384415268898,1.9985942840576172,-0.008850419893860817,0.7530493140220642,0.5791370868682861,138.0,35328.0,497.04536573099904,2260992.0 +72.02,8.899999618530273,4992.0,0.0066411253064870834,0.0815226212143898,1.997483253479004,-0.008973424322903156,0.5750960111618042,0.5739666521549225,139.0,35584.0,500.32785236812197,2277376.0 +78.48,8.899999618530273,5100.0,0.006130147259682417,0.0711466446518898,2.0135884284973145,-0.007924377918243408,0.6577100157737732,0.5697031021118164,140.0,35840.0,503.54086396913044,2293760.0 +86.46,8.600000381469727,4891.0,0.006315444130450487,0.08251953125,2.0239691734313965,-0.007399519439786673,0.6048056483268738,0.583050549030304,141.0,36096.0,506.9277582091745,2310144.0 +66.21,8.899999618530273,4916.0,0.007429013028740883,0.0925089493393898,2.0532960891723633,-0.0076537285931408405,0.6622428297996521,0.5653680562973022,142.0,36352.0,510.2607409982011,2326528.0 +72.31,9.0,4756.0,0.006920671556144953,0.0789388045668602,2.062204599380493,-0.008601969107985497,0.5974946022033691,0.559887558221817,143.0,36608.0,513.7058301230427,2342912.0 +75.01,8.899999618530273,5193.0,0.0049192351289093494,0.04705810546875,2.066807746887207,-0.0070734224282205105,0.5826425552368164,0.5385400354862213,144.0,36864.0,516.8617056040093,2359296.0 +79.43,8.699999809265137,5170.0,0.005351437721401453,0.0651448592543602,2.0683984756469727,-0.008360455743968487,0.6705193519592285,0.5501196086406708,145.0,37120.0,520.030978105031,2375680.0 +78.21,8.300000190734863,4940.0,0.005105958785861731,0.0565185546875,2.0601751804351807,-0.006978743243962526,0.7383000254631042,0.5811525881290436,146.0,37376.0,523.3485326480586,2392064.0 +88.09,8.899999618530273,4950.0,0.005352532956749201,0.0547078438103199,2.0484671592712402,-0.008341764099895954,0.5895814299583435,0.5606271624565125,147.0,37632.0,526.6591944210231,2408448.0 +85.78,9.100000381469727,5063.0,0.0064910463988780975,0.0725301131606102,2.077173948287964,-0.004621988628059626,0.49259141087532043,0.5874750018119812,148.0,37888.0,529.8956773560494,2424832.0 +73.22,8.399999618530273,4999.0,0.00350694521330297,0.0315755195915699,2.0862131118774414,-0.006200958508998156,0.5851742625236511,0.6105479001998901,149.0,38144.0,533.1734621541109,2441216.0 +76.49,9.300000190734863,5049.0,0.003974540624767542,0.0419108085334301,2.0838463306427,-0.006104434374719858,0.4757674038410187,0.6067947149276733,150.0,38400.0,536.4195112769958,2457600.0 +80.45,8.800000190734863,5140.0,0.005955494940280914,0.0717569962143898,2.0770106315612793,-0.006998543161898851,0.6985014081001282,0.5125730931758881,151.0,38656.0,539.6076844921336,2473984.0 +80.82,8.899999618530273,5141.0,0.004936015699058771,0.05499267578125,2.092028856277466,-0.007096198853105307,0.5179133415222168,0.5502277314662933,152.0,38912.0,542.7949260030873,2490368.0 +88.32,8.5,5040.0,0.0054057626985013485,0.0572102852165699,2.0674126148223877,-0.006381947081536055,0.6134806275367737,0.5399001836776733,153.0,39168.0,546.0466095611919,2506752.0 +108.24,9.100000381469727,5092.0,0.004697686526924372,0.0469156913459301,2.047410726547241,-0.006527788937091827,0.6061983704566956,0.5053146183490753,154.0,39424.0,549.2642501019873,2523136.0 +93.34,9.199999809265137,5089.0,0.00546049140393734,0.0657755509018898,2.0666663646698,-0.007956907153129578,0.39484933018684387,0.5695454478263855,155.0,39680.0,552.4837902099825,2539520.0 +81.32,8.699999809265137,5044.0,0.0036965999752283096,0.0332845039665699,2.057478189468384,-0.00619214354082942,0.4571804106235504,0.6085427403450012,156.0,39936.0,555.7321791062132,2555904.0 +84.28,9.399999618530273,5155.0,0.007547050714492798,0.08660888671875,2.0733141899108887,-0.005699867848306894,0.3585111200809479,0.4371405839920044,157.0,40192.0,558.910829616012,2572288.0 +83.87,9.199999809265137,5113.0,0.003865613602101803,0.0356241874396801,2.0652647018432617,-0.006739085540175438,0.448371022939682,0.5094788372516632,158.0,40448.0,562.1155455780681,2588672.0 +88.92,8.399999618530273,5191.0,0.004730940796434879,0.0453084297478199,2.0737216472625732,-0.007234612014144659,0.5993509888648987,0.5068441033363342,159.0,40704.0,565.2723252500873,2605056.0 +91.01,9.0,4962.0,0.004653058014810085,0.0459187813103199,2.07714581489563,-0.006967430468648672,0.5021039843559265,0.541436642408371,160.0,40960.0,568.5746322411578,2621440.0 +89.37,8.800000190734863,5163.0,0.00594647042453289,0.0684610977768898,2.1074323654174805,-0.00695330323651433,0.48488500714302063,0.4876355528831482,161.0,41216.0,571.7487341840751,2637824.0 +94.83,8.899999618530273,4923.0,0.004990001674741507,0.043701171875,2.115300416946411,-0.006439171265810728,0.40066519379615784,0.5450552701950073,162.0,41472.0,575.0774328680709,2654208.0 +93.51,8.300000190734863,5234.0,0.004599659238010645,0.0526326484978199,2.094001293182373,-0.007552517578005791,0.5449116826057434,0.4515104293823242,163.0,41728.0,578.2085367881227,2670592.0 +87.96,9.0,5167.0,0.005989475175738335,0.072998046875,2.1317591667175293,-0.006469605024904013,0.38424625992774963,0.47328490018844604,164.0,41984.0,581.3801080670673,2686976.0 +93.26,8.5,5056.0,0.005474265199154615,0.0610758475959301,2.120661497116089,-0.005749411880970001,0.6065436005592346,0.5063266754150391,165.0,42240.0,584.6213365131989,2703360.0 +97.44,8.699999809265137,5072.0,0.006668978836387396,0.07427978515625,2.118014097213745,-0.005599342752248049,0.5423537492752075,0.45955890417099,166.0,42496.0,587.8518168029841,2719744.0 +99.25,9.100000381469727,5136.0,0.005532963201403618,0.0665690079331398,2.1349375247955322,-0.006110409740358591,0.44970694184303284,0.43571537733078003,167.0,42752.0,591.0423433422111,2736128.0 +80.73,8.5,5126.0,0.005284484941512346,0.062255859375,2.128833532333374,-0.0071352156810462475,0.5988770127296448,0.5035946667194366,168.0,43008.0,594.2386338920332,2752512.0 +98.67,8.300000190734863,4915.0,0.006281297653913498,0.0710856094956398,2.135847330093384,-0.006300156936049461,0.5315415263175964,0.5135347843170166,169.0,43264.0,597.5728241989855,2768896.0 +106.6,8.399999618530273,5083.0,0.006449439097195864,0.0689493790268898,2.1350278854370117,-0.0067069088108837605,0.4733283817768097,0.5273144543170929,170.0,43520.0,600.7964107461739,2785280.0 +122.17,8.399999618530273,5045.0,0.005580173339694738,0.06402587890625,2.1450743675231934,-0.007006106432527304,0.494394987821579,0.500099778175354,171.0,43776.0,604.0447538851295,2801664.0 +111.0,8.600000381469727,5081.0,0.005481874570250511,0.0630086287856102,2.140627145767212,-0.006951934192329645,0.4015461206436157,0.5048960447311401,172.0,44032.0,607.2697050031275,2818048.0 +108.24,8.399999618530273,5040.0,0.0050535355694592,0.04827880859375,2.1628224849700928,-0.007796104997396469,0.4644725024700165,0.5174770951271057,173.0,44288.0,610.5207384971436,2834432.0 +102.88,8.899999618530273,5302.0,0.0058198957704007626,0.0611979179084301,2.1462600231170654,-0.0073517258279025555,0.370904803276062,0.5596032440662384,174.0,44544.0,613.6114053851925,2850816.0 +117.34,8.899999618530273,5432.0,0.0056309481151402,0.05364990234375,2.1506121158599854,-0.007409118115901947,0.4035055339336395,0.5667204856872559,175.0,44800.0,616.6279529260937,2867200.0 +106.68,8.199999809265137,5068.0,0.007003840524703264,0.0858561173081398,2.1331350803375244,-0.008213278837502003,0.5087842345237732,0.523111492395401,176.0,45056.0,619.861003894126,2883584.0 +100.75,8.800000190734863,5002.0,0.00548446923494339,0.05450439453125,2.1476736068725586,-0.006829098332673311,0.476544052362442,0.527603954076767,177.0,45312.0,623.136662929086,2899968.0 +97.39,8.899999618530273,5102.0,0.00546560063958168,0.0573323555290699,2.146681547164917,-0.007296208292245865,0.3743370473384857,0.5620210766792297,178.0,45568.0,626.3492268091068,2916352.0 +124.63,9.100000381469727,5208.0,0.0054680765606462955,0.0590006522834301,2.1204493045806885,-0.008538752794265747,0.32674139738082886,0.514391303062439,179.0,45824.0,629.4953782940283,2932736.0 +99.88,9.100000381469727,5202.0,0.0052454774267971516,0.0586954765021801,2.1127912998199463,-0.0069484044797718525,0.3543163537979126,0.5091343224048615,180.0,46080.0,632.6454156220425,2949120.0 +104.5,8.699999809265137,5189.0,0.006501000374555588,0.0777384415268898,2.1299386024475098,-0.0077569992281496525,0.49794045090675354,0.4902459979057312,181.0,46336.0,635.8033386419993,2965504.0 +102.74,9.300000190734863,4918.0,0.005519809201359749,0.0591023750603199,2.165421724319458,-0.007892326451838017,0.3896982967853546,0.5442238450050354,182.0,46592.0,639.1352064341772,2981888.0 +106.4,8.800000190734863,5023.0,0.004975122399628162,0.0469970703125,2.157137632369995,-0.007262788247317076,0.41955724358558655,0.560478687286377,183.0,46848.0,642.3974375801627,2998272.0 +94.63,8.800000190734863,4952.0,0.007026167586445808,0.0714925155043602,2.155351400375366,-0.00710154278203845,0.4403952658176422,0.49660933017730713,184.0,47104.0,645.7065452141687,3014656.0 +97.35,8.899999618530273,5117.0,0.006132539361715317,0.0659993514418602,2.144196033477783,-0.008060584776103497,0.38703611493110657,0.5681796669960022,185.0,47360.0,648.9091189331375,3031040.0 +119.48,9.100000381469727,5144.0,0.005225870758295059,0.053466796875,2.1200459003448486,-0.007268751505762339,0.45693740248680115,0.5827365815639496,186.0,47616.0,652.0948622000869,3047424.0 +98.45,8.600000381469727,5008.0,0.005512244999408722,0.0606689453125,2.155485153198242,-0.006882309447973967,0.5268197655677795,0.4851556420326233,187.0,47872.0,655.3667000660207,3063808.0 +105.94,9.100000381469727,5078.0,0.004704945255070925,0.0439860038459301,2.145692825317383,-0.006588460877537727,0.3811146914958954,0.5008086264133453,188.0,48128.0,658.5936494600028,3080192.0 +90.74,8.600000381469727,5009.0,0.0053237383253872395,0.049072265625,2.1620802879333496,-0.007145217154175043,0.47955870628356934,0.541275829076767,189.0,48384.0,661.8653428810649,3096576.0 +96.73,9.199999809265137,5261.0,0.005192683078348637,0.0519205741584301,2.1672251224517822,-0.008004385977983475,0.37386801838874817,0.5571107566356659,190.0,48640.0,664.9803107220214,3112960.0 +92.39,8.699999809265137,5057.0,0.006478109862655401,0.0762735977768898,2.1689646244049072,-0.007230950053781271,0.5164840817451477,0.4604339003562927,191.0,48896.0,668.2210788910743,3129344.0 +106.48,9.100000381469727,5299.0,0.005872833076864481,0.0570882149040699,2.1633853912353516,-0.008287569507956505,0.4028474986553192,0.5232448577880859,192.0,49152.0,671.3135780990124,3145728.0 +109.33,8.100000381469727,5155.0,0.005717803258448839,0.0655517578125,2.1486384868621826,-0.007942658849060535,0.5972338318824768,0.5431531369686127,193.0,49408.0,674.4930259841494,3162112.0 +107.67,9.5,5203.0,0.0056547303684055805,0.05908203125,2.1859285831451416,-0.007355645298957825,0.4327138662338257,0.49778634309768677,194.0,49664.0,677.6426117110532,3178496.0 +105.17,8.899999618530273,4940.0,0.006063415203243494,0.0654093399643898,2.1846673488616943,-0.007893315516412258,0.43844249844551086,0.49696558713912964,195.0,49920.0,680.9592436992098,3194880.0 +107.27,9.399999618530273,4989.0,0.006900445092469454,0.0801188126206398,2.183663845062256,-0.006912325043231249,0.21381473541259766,0.6062528192996979,196.0,50176.0,684.2434348280076,3211264.0 +113.95,8.399999618530273,4985.0,0.006244696211069822,0.07049560546875,2.1657402515411377,-0.007378202397376299,0.520172655582428,0.5038968026638031,197.0,50432.0,687.5311082710978,3227648.0 +104.8,8.5,5181.0,0.007243853062391281,0.0883585587143898,2.1658782958984375,-0.006905047222971916,0.5158465504646301,0.5242994427680969,198.0,50688.0,690.693765259115,3244032.0 +113.95,9.699999809265137,5104.0,0.006887566763907671,0.07568359375,2.215305805206299,-0.006734076421707869,0.20548756420612335,0.6205808520317078,199.0,50944.0,693.9040613491088,3260416.0 +102.21,9.100000381469727,5053.0,0.005562299862504005,0.0621337890625,2.196852922439575,-0.00752706965431571,0.4729537069797516,0.42747962474823,200.0,51200.0,697.1479115991388,3276800.0 +106.08,8.800000190734863,5019.0,0.0067837839014828205,0.08544921875,2.206275224685669,-0.007372040767222643,0.4086965024471283,0.4946298599243164,201.0,51456.0,700.4127829440404,3293184.0 +131.7,8.899999618530273,5066.0,0.006165196653455496,0.0746053084731102,2.219914197921753,-0.006934039760380983,0.3108721375465393,0.5450276434421539,202.0,51712.0,703.6510053530801,3309568.0 +120.91,8.699999809265137,5041.0,0.007206327747553587,0.0872802734375,2.2240307331085205,-0.007480560336261988,0.35328081250190735,0.5806205868721008,203.0,51968.0,706.9013475000393,3325952.0 +121.3,8.199999809265137,5220.0,0.008301881141960621,0.1103108748793602,2.2033283710479736,-0.0083065927028656,0.4339617192745209,0.5163106024265289,204.0,52224.0,710.0405480340123,3342336.0 +135.28,8.699999809265137,4985.0,0.0066353981383144855,0.0660196915268898,2.1796891689300537,-0.007062554359436035,0.40816378593444824,0.5453622043132782,205.0,52480.0,713.3280341289937,3358720.0 +125.47,8.699999809265137,5209.0,0.005926256533712149,0.0645955428481102,2.18935227394104,-0.007830853573977947,0.3985547721385956,0.45740360021591187,206.0,52736.0,716.4739285251126,3375104.0 +128.12,8.300000190734863,5224.0,0.005814043805003166,0.062744140625,2.168290853500366,-0.007782915607094765,0.4296511709690094,0.5290312170982361,207.0,52992.0,719.6105605461635,3391488.0 +117.78,8.800000190734863,5022.0,0.007959400303661823,0.0986531600356102,2.19400954246521,-0.00838836096227169,0.36764490604400635,0.5500938594341278,208.0,53248.0,722.873678450007,3407872.0 +116.79,8.800000190734863,4942.0,0.006574676837772131,0.0743611678481102,2.2031478881835938,-0.007959025911986828,0.3442520797252655,0.604968249797821,209.0,53504.0,726.1893692461308,3424256.0 +136.0,8.899999618530273,5179.0,0.006307173520326614,0.07110595703125,2.202378988265991,-0.008201143704354763,0.33758965134620667,0.5845994651317596,210.0,53760.0,729.353487828048,3440640.0 +101.55,8.699999809265137,4904.0,0.005530184134840965,0.0633951798081398,2.198498249053955,-0.008903167210519314,0.4010179340839386,0.5826191306114197,211.0,54016.0,732.6949696450029,3457024.0 +128.6,8.5,4788.0,0.009107240475714207,0.1082763671875,2.201544761657715,-0.006825490389019251,0.43673571944236755,0.5736547410488129,212.0,54272.0,736.1175229020882,3473408.0 +139.05,8.899999618530273,4947.0,0.009473712183535099,0.1322428435087204,2.209449052810669,-0.00508056441321969,0.3231556713581085,0.6471630334854126,213.0,54528.0,739.4295401989948,3489792.0 +135.98,8.899999618530273,4944.0,0.009501509368419647,0.1319173127412796,2.157654285430908,-0.006825461518019438,0.3375947177410126,0.5877801477909088,214.0,54784.0,742.7438136141282,3506176.0 +108.27,8.5,4987.0,0.00717898877337575,0.0857747420668602,2.162679433822632,-0.007005807012319565,0.4753580093383789,0.5804001092910767,215.0,55040.0,746.0299846651033,3522560.0 +103.78,8.899999618530273,5110.0,0.006561830174177885,0.07379150390625,2.1505677700042725,-0.007956321351230145,0.5217358469963074,0.6312320232391357,216.0,55296.0,749.2366764179897,3538944.0 +104.09,9.100000381469727,5030.0,0.009531176649034023,0.1049601212143898,2.1447391510009766,-0.006249869707971811,0.3239263594150543,0.6428491771221161,217.0,55552.0,752.4941720531788,3555328.0 +101.21,8.699999809265137,5142.0,0.008714272640645504,0.0966796875,2.1241250038146973,-0.005753692239522934,0.5296724438667297,0.4747540354728699,218.0,55808.0,755.6806467731949,3571712.0 +108.81,8.899999618530273,4898.0,0.007749238982796669,0.0809733048081398,2.1062231063842773,-0.007946043275296688,0.37632015347480774,0.5675978660583496,219.0,56064.0,759.0260279281065,3588096.0 +109.54,9.100000381469727,5016.0,0.0068622250109910965,0.0709025040268898,2.1317660808563232,-0.00772651843726635,0.3327603042125702,0.5740229487419128,220.0,56320.0,762.29272339819,3604480.0 +108.88,9.100000381469727,4899.0,0.008371834643185139,0.0863037109375,2.116316080093384,-0.0069573442451655865,0.3948865830898285,0.5240062475204468,221.0,56576.0,765.637087025214,3620864.0 +109.57,8.800000190734863,5176.0,0.006381338462233543,0.0589192695915699,2.126147508621216,-0.007191097363829613,0.3903496265411377,0.5168806314468384,222.0,56832.0,768.80286299414,3637248.0 +108.94,8.600000381469727,5062.0,0.008126488886773586,0.1081339493393898,2.1435301303863525,-0.006367815658450127,0.36805757880210876,0.5779645144939423,223.0,57088.0,772.0400373870507,3653632.0 +135.18,8.800000190734863,5079.0,0.00601511774584651,0.06463623046875,2.1439051628112793,-0.005729916971176863,0.3793511390686035,0.5425426363945007,224.0,57344.0,775.266379354056,3670016.0 +120.63,9.0,4894.0,0.0057401214726269245,0.0676676407456398,2.14367413520813,-0.00674394378438592,0.36249470710754395,0.49325573444366455,225.0,57600.0,778.6149005910847,3686400.0 +111.87,8.699999809265137,5044.0,0.005874344613403082,0.06793212890625,2.163886308670044,-0.0075041805393993855,0.5363366603851318,0.4686519503593445,226.0,57856.0,781.8634398030117,3702784.0 +129.19,9.0,5014.0,0.00689879572018981,0.0778605118393898,2.131943941116333,-0.007457903120666742,0.29081037640571594,0.5483515560626984,227.0,58112.0,785.1315649971366,3719168.0 +129.68,9.399999618530273,5118.0,0.0056295511312782764,0.0582071952521801,2.137887954711914,-0.006774021312594414,0.3054138123989105,0.5245644748210907,228.0,58368.0,788.3336558861192,3735552.0 +105.91,8.399999618530273,5186.0,0.005509642418473959,0.0616658516228199,2.1297566890716553,-0.007518643978983164,0.514616072177887,0.49291783571243286,229.0,58624.0,791.4937607219908,3751936.0 +123.3,9.100000381469727,5153.0,0.008199344389140606,0.0828450545668602,2.137704610824585,-0.004814954940229654,0.3065372407436371,0.49341559410095215,230.0,58880.0,794.6739464220591,3768320.0 +138.68,8.800000190734863,5029.0,0.011182556860148907,0.1608479768037796,2.1242263317108154,-0.005957408342510462,0.29804137349128723,0.5032975375652313,231.0,59136.0,797.9323319420218,3784704.0 +120.54,8.699999809265137,5127.0,0.012081037275493145,0.1658121794462204,2.175788640975952,-0.006357911508530378,0.3672817647457123,0.4871835708618164,232.0,59392.0,801.128684289055,3801088.0 +156.56,8.600000381469727,5249.0,0.01127631962299347,0.1517740935087204,2.1828339099884033,-0.005743647459894419,0.3478866517543793,0.47124171257019043,233.0,59648.0,804.2505943651777,3817472.0 +127.55,9.199999809265137,5149.0,0.008644383400678635,0.1078287735581398,2.1843645572662354,-0.006695037707686424,0.28338995575904846,0.5564300715923309,234.0,59904.0,807.4331188800279,3833856.0 +147.36,8.699999809265137,5087.0,0.007378889247775078,0.0847981795668602,2.1646883487701416,-0.007014239672571421,0.33048784732818604,0.5241418778896332,235.0,60160.0,810.6546023311093,3850240.0 +129.02,8.699999809265137,5047.0,0.006348942872136831,0.0598958320915699,2.172132730484009,-0.00581192085519433,0.4160836637020111,0.4700171947479248,236.0,60416.0,813.9009227070492,3866624.0 +120.32,8.800000190734863,5265.0,0.010356956161558628,0.13665771484375,2.157912254333496,-0.005371185019612312,0.32333770394325256,0.5127753615379333,237.0,60672.0,817.0131161829922,3883008.0 +111.02,8.5,5173.0,0.008833524771034718,0.10748291015625,2.1798324584960938,-0.005121889989823103,0.5138294100761414,0.5210089087486267,238.0,60928.0,820.1804778431542,3899392.0 +118.45,8.800000190734863,5135.0,0.011122836731374264,0.1363321989774704,2.1840429306030273,-0.006702529266476631,0.3729206323623657,0.5114960074424744,239.0,61184.0,823.3712293310091,3915776.0 +136.84,8.800000190734863,5048.0,0.008050902746617794,0.0996297225356102,2.1451804637908936,-0.006125199142843485,0.29675039649009705,0.5610141158103943,240.0,61440.0,826.6173146991059,3932160.0 +144.35,8.800000190734863,5183.0,0.007271796930581331,0.0815633162856102,2.1321537494659424,-0.006368774455040693,0.32649195194244385,0.5013540685176849,241.0,61696.0,829.7790107661858,3948544.0 +151.74,9.199999809265137,5215.0,0.006046783644706011,0.05120849609375,2.107830286026001,-0.006261528003960848,0.20808297395706177,0.6091815531253815,242.0,61952.0,832.9215554301627,3964928.0 +177.59,8.899999618530273,4966.0,0.005707385018467903,0.0649617537856102,2.0946028232574463,-0.007543401326984167,0.2587885856628418,0.5475429594516754,243.0,62208.0,836.2214269211981,3981312.0 +175.91,9.0,4910.0,0.00519507797434926,0.0472819022834301,2.1125853061676025,-0.006964717525988817,0.2237168401479721,0.6440957188606262,244.0,62464.0,839.5585896191187,3997696.0 +137.75,8.300000190734863,5002.0,0.00377836381085217,0.0348103828728199,2.124401330947876,-0.007050586864352226,0.4420579969882965,0.4851488471031189,245.0,62720.0,842.8342521830928,4014080.0 +138.94,8.600000381469727,5071.0,0.005368223413825035,0.0574137382209301,2.106257200241089,-0.00798251386731863,0.4163717031478882,0.4923360347747803,246.0,62976.0,846.0657205241732,4030464.0 +134.82,9.0,4974.0,0.006083738524466753,0.0623575858771801,2.1122753620147705,-0.006832777988165617,0.28754422068595886,0.4625275135040283,247.0,63232.0,849.3599968301132,4046848.0 +140.47,8.899999618530273,5000.0,0.0061998204328119755,0.0598347969353199,2.087188243865967,-0.006865109782665968,0.2858351767063141,0.557456374168396,248.0,63488.0,852.6373722581193,4063232.0 +133.38,8.899999618530273,5017.0,0.005692705046385527,0.05731201171875,2.0977799892425537,-0.005462223198264837,0.4666103422641754,0.5036350190639496,249.0,63744.0,855.9034857100341,4079616.0 +123.83,9.699999809265137,5153.0,0.006782699376344681,0.0733846053481102,2.0928618907928467,-0.006918865721672773,0.12777698040008545,0.6265582144260406,250.0,64000.0,859.0837097961921,4096000.0 +147.05,8.699999809265137,4843.0,0.011144491843879223,0.1581827849149704,2.0744476318359375,-0.0040180678479373455,0.3328031599521637,0.5222189426422119,251.0,64256.0,862.467088008998,4112384.0 +138.77,9.0,5050.0,0.007796971593052149,0.0796101912856102,2.0676229000091553,-0.007134517189115286,0.3028491735458374,0.5223404169082642,252.0,64512.0,865.7121811660472,4128768.0 +120.28,8.199999809265137,5096.0,0.008603796362876892,0.09857177734375,2.077482223510742,-0.007321930956095457,0.5736349821090698,0.4949209690093994,253.0,64768.0,868.9278640740085,4145152.0 +144.46,8.899999618530273,5074.0,0.007539873477071524,0.0995890274643898,2.122744560241699,-0.006149845663458109,0.30154502391815186,0.49012792110443115,254.0,65024.0,872.1574469232,4161536.0 +160.18,8.699999809265137,4992.0,0.005789708811789751,0.0595703125,2.122492790222168,-0.007485097739845514,0.31846511363983154,0.5349692404270172,255.0,65280.0,875.4396768191364,4177920.0 +164.63,8.0,4956.0,0.006788868922740221,0.0788777694106102,2.130125045776367,-0.00663919048383832,0.4418872594833374,0.48578840494155884,256.0,65536.0,878.7462167781778,4194304.0 +188.84,8.5,4936.0,0.006554474588483572,0.06744384765625,2.1474387645721436,-0.007241532672196627,0.290104478597641,0.48717963695526123,257.0,65792.0,882.0658232390415,4210688.0 +202.76,8.300000190734863,4929.0,0.005327364429831505,0.0435587577521801,2.160407304763794,-0.006061220075935125,0.30353036522865295,0.56632861495018,258.0,66048.0,885.3906884191092,4227072.0 +160.84,9.199999809265137,4955.0,0.005947925616055727,0.0611572265625,2.181880235671997,-0.00681348517537117,0.20194433629512787,0.5978032946586609,259.0,66304.0,888.6979161980562,4243456.0 +205.07,8.800000190734863,5125.0,0.005668463185429573,0.0572713203728199,2.1554830074310303,-0.005881722550839186,0.29194822907447815,0.4496545195579529,260.0,66560.0,891.8953333690297,4259840.0 +207.64,8.699999809265137,4887.0,0.005903095006942749,0.0662434920668602,2.1388447284698486,-0.009277875535190105,0.2891106903553009,0.55376136302948,261.0,66816.0,895.2484786349814,4276224.0 +188.24,8.800000190734863,5133.0,0.00505101028829813,0.0481363944709301,2.170262098312378,-0.00782772433012724,0.27701494097709656,0.571382075548172,262.0,67072.0,898.4407745089848,4292608.0 +168.34,9.199999809265137,5353.0,0.006619216874241829,0.0762125626206398,2.144747018814087,-0.0069824582897126675,0.13776133954524994,0.6200399994850159,263.0,67328.0,901.5020174151286,4308992.0 +208.79,8.800000190734863,5181.0,0.006820233538746834,0.0709431990981102,2.1327695846557617,-0.005927588324993849,0.25829246640205383,0.5238352417945862,264.0,67584.0,904.664976560045,4325376.0 +220.63,8.5,5067.0,0.007297911215573549,0.0710856094956398,2.135962724685669,-0.006006605923175812,0.2676142752170563,0.511358231306076,265.0,67840.0,907.8994863750413,4341760.0 +216.1,9.199999809265137,5031.0,0.007417686749249697,0.0878092423081398,2.1638071537017822,-0.00671691820025444,0.1431783139705658,0.612909585237503,266.0,68096.0,911.1563141581137,4358144.0 +224.37,8.800000190734863,5033.0,0.00825668778270483,0.0952351912856102,2.1816751956939697,-0.006557529326528311,0.1876840740442276,0.6076787114143372,267.0,68352.0,914.412648921134,4374528.0 +283.84,8.399999618530273,5155.0,0.00698394188657403,0.0863850936293602,2.1796069145202637,-0.0068708076141774654,0.1863396018743515,0.565212070941925,268.0,68608.0,917.5914112220053,4390912.0 +353.48,7.800000190734863,5150.0,0.007115036249160767,0.0734049454331398,2.1618783473968506,-0.006611658725887537,0.24338869750499725,0.424163281917572,269.0,68864.0,920.7733771570493,4407296.0 +404.51,7.699999809265137,5003.0,0.005783624481409788,0.06170654296875,2.1648924350738525,-0.005232231225818396,0.33008283376693726,0.4132881164550781,270.0,69120.0,924.048597489018,4423680.0 +417.05,7.699999809265137,5230.0,0.00823219120502472,0.11773681640625,2.2089622020721436,-0.004607257898896933,0.20370639860630035,0.4047909379005432,271.0,69376.0,927.1818842052016,4440064.0 +405.1,8.0,4994.0,0.009431478567421436,0.1239827498793602,2.192293882369995,-0.005839670076966286,0.2477601319551468,0.35789382457733154,272.0,69632.0,930.4629997380544,4456448.0 +383.04,8.0,4992.0,0.013338133692741394,0.14739990234375,2.1656582355499268,-0.005034681875258684,0.23298196494579315,0.4801235795021057,273.0,69888.0,933.7453726471867,4472832.0 +350.18,8.100000381469727,4972.0,0.00693735433742404,0.075927734375,2.174149751663208,-0.0038315195124596357,0.1849588006734848,0.45451974868774414,274.0,70144.0,937.0408271159977,4489216.0 +360.51,7.599999904632568,5055.0,0.00704055093228817,0.08477783203125,2.1748476028442383,-0.006190307904034853,0.2351309210062027,0.49615734815597534,275.0,70400.0,940.2823225001339,4505600.0 +398.64,7.300000190734863,4979.0,0.006062764674425125,0.07220458984375,2.1738955974578857,-0.005714037921279669,0.35477104783058167,0.33456510305404663,276.0,70656.0,943.5732693821192,4521984.0 +388.83,7.300000190734863,4885.0,0.005006562918424606,0.0487263984978199,2.191758155822754,-0.006543921306729317,0.3183172047138214,0.3498993515968323,277.0,70912.0,946.9275035529863,4538368.0 +326.33,8.100000381469727,5004.0,0.006419280543923378,0.08404541015625,2.1927061080932617,-0.005677286069840193,0.12725509703159332,0.5213627815246582,278.0,71168.0,950.2020349020604,4554752.0 +307.95,8.800000190734863,4948.0,0.008351280353963375,0.1165771484375,2.1911780834198,-0.008103559724986553,0.17226837575435638,0.5095388293266296,279.0,71424.0,953.5138308340684,4571136.0 +323.3,9.100000381469727,4967.0,0.008817140944302082,0.0885823592543602,2.198033571243286,-0.00547107495367527,0.08041093498468399,0.6385941207408905,280.0,71680.0,956.8129913650919,4587520.0 +318.68,8.699999809265137,5218.0,0.008283090777695179,0.1014200821518898,2.2109506130218506,-0.007403571158647537,0.2863644063472748,0.4173305630683899,281.0,71936.0,959.9535375509877,4603904.0 +248.62,8.699999809265137,5086.0,0.010373243130743504,0.1039021834731102,2.2122230529785156,-0.00443497346714139,0.16423843801021576,0.5445437133312225,282.0,72192.0,963.175382648129,4620288.0 +271.38,8.899999618530273,5028.0,0.01016402617096901,0.1352132111787796,2.2166848182678223,-0.004561685491353273,0.18777211010456085,0.5424656569957733,283.0,72448.0,966.4342492250726,4636672.0 +293.89,8.800000190734863,4966.0,0.009997178800404072,0.1264851838350296,2.204798460006714,-0.0047400109469890594,0.1255033016204834,0.5992893278598785,284.0,72704.0,969.7337321999948,4653056.0 +259.33,8.5,4968.0,0.011484247632324696,0.1568806916475296,2.2226898670196533,-0.003016920993104577,0.29222676157951355,0.4659379720687866,285.0,72960.0,973.0324375831988,4669440.0 +230.86,8.600000381469727,5225.0,0.009047549217939377,0.1110026016831398,2.2209582328796387,-0.006895309779793024,0.28183940052986145,0.4846299886703491,286.0,73216.0,976.1685751101468,4685824.0 +217.08,8.300000190734863,4799.0,0.00836025457829237,0.1055094376206398,2.228027582168579,-0.00683453306555748,0.3682093620300293,0.4713500738143921,287.0,73472.0,979.5834898231551,4702208.0 +159.82,8.300000190734863,4921.0,0.008602092042565346,0.11199951171875,2.2319836616516113,-0.007133499253541231,0.3840482234954834,0.47089141607284546,288.0,73728.0,982.913275907049,4718592.0 +169.84,8.5,5008.0,0.008186518214643002,0.1075032576918602,2.212876319885254,-0.0066036563366651535,0.3038160502910614,0.5668415725231171,289.0,73984.0,986.1851780880243,4734976.0 +176.17,8.5,4912.0,0.0059190490283071995,0.0662434920668602,2.247347354888916,-0.0069657121784985065,0.29452499747276306,0.5859043300151825,290.0,74240.0,989.521101054037,4751360.0 +194.27,8.300000190734863,4997.0,0.0046513499692082405,0.046630859375,2.2500081062316895,-0.006210853811353445,0.2995617389678955,0.5464254915714264,291.0,74496.0,992.7999307021964,4767744.0 +186.9,8.399999618530273,5106.0,0.005037522409111261,0.0473836250603199,2.2278764247894287,-0.007399669382721186,0.3260393440723419,0.5803353488445282,292.0,74752.0,996.0093800250906,4784128.0 +195.03,8.199999809265137,5059.0,0.0058744680136442184,0.05859375,2.230767011642456,-0.0066653103567659855,0.29721784591674805,0.6092986166477203,293.0,75008.0,999.2485084792133,4800512.0 +222.21,7.699999809265137,4971.0,0.007715236861258745,0.1009114608168602,2.242568254470825,-0.006705113220959902,0.3031681180000305,0.6201519072055817,294.0,75264.0,1002.545228049159,4816896.0 +193.47,8.0,4981.0,0.0056414068676531315,0.0643107071518898,2.244870901107788,-0.008303464390337467,0.3378094732761383,0.6225511729717255,295.0,75520.0,1005.8367673801258,4833280.0 +178.35,7.699999809265137,4959.0,0.0052129789255559444,0.0450032539665699,2.239830255508423,-0.008888990618288517,0.4808422029018402,0.5469062924385071,296.0,75776.0,1009.1408645051997,4849664.0 +169.19,9.100000381469727,5061.0,0.007177052553743124,0.0796305313706398,2.223921060562134,-0.007141625043004751,0.16258443892002106,0.759274885058403,297.0,76032.0,1012.3783687050454,4866048.0 +152.01,9.300000190734863,5015.0,0.006976742297410965,0.07196044921875,2.227332830429077,-0.008253895677626133,0.15661288797855377,0.7417892813682556,298.0,76288.0,1015.6459613561165,4882432.0 +200.37,8.5,5023.0,0.005502067506313324,0.0513509102165699,2.200920343399048,-0.008045949041843414,0.3310965299606323,0.5894956290721893,299.0,76544.0,1018.9091638331302,4898816.0 +197.65,8.899999618530273,5024.0,0.005817800294607878,0.0710856094956398,2.2303271293640137,-0.007563874125480652,0.25456973910331726,0.6204165816307068,300.0,76800.0,1022.1709174101707,4915200.0 +172.15,8.5,4946.0,0.00573842553421855,0.06103515625,2.216639995574951,-0.00793146900832653,0.3147934377193451,0.6229700148105621,301.0,77056.0,1025.484128558077,4931584.0 +142.24,9.100000381469727,4581.0,0.006707420106977224,0.05804443359375,2.2535853385925293,-0.0070585813373327255,0.2083563208580017,0.6449817419052124,302.0,77312.0,1029.0609256101307,4947968.0 +183.46,8.399999618530273,4715.0,0.005510047078132629,0.0641072615981102,2.239403009414673,-0.0062615517526865005,0.31193628907203674,0.622246503829956,303.0,77568.0,1032.536267401185,4964352.0 +194.29,8.199999809265137,4841.0,0.0052937413565814495,0.0511474609375,2.2474892139434814,-0.007758343126624823,0.3277609646320343,0.5720296204090118,304.0,77824.0,1035.9216257662047,4980736.0 +208.56,8.300000190734863,5072.0,0.005566752050071955,0.0579020194709301,2.244903087615967,-0.00621471693739295,0.28211018443107605,0.5484654307365417,305.0,78080.0,1039.152295335196,4997120.0 +200.09,8.5,5036.0,0.007769775111228228,0.10113525390625,2.2542054653167725,-0.008836320601403713,0.28902629017829895,0.5927897095680237,306.0,78336.0,1042.405957637122,5013504.0 +191.08,8.5,4995.0,0.0064386106096208096,0.0657145157456398,2.253594160079956,-0.006227416917681694,0.3314182460308075,0.5946413278579712,307.0,78592.0,1045.6862940660212,5029888.0 +164.38,8.699999809265137,4967.0,0.007000127341598272,0.0877685546875,2.2545149326324463,-0.007157741580158472,0.3024117946624756,0.5848747789859772,308.0,78848.0,1048.9857713200618,5046272.0 +205.82,8.800000190734863,5070.0,0.0060955858789384365,0.0640055313706398,2.281494617462158,-0.006127826403826475,0.1632489114999771,0.6667797565460205,309.0,79104.0,1052.217672475148,5062656.0 +196.7,9.100000381469727,4992.0,0.007390749175101519,0.0961710587143898,2.272171974182129,-0.007395674008876085,0.15843555331230164,0.6632530987262726,310.0,79360.0,1055.5001609041356,5079040.0 +202.54,9.0,5188.0,0.008193420246243477,0.0982666015625,2.268885612487793,-0.006279796827584505,0.2343708723783493,0.6081525683403015,311.0,79616.0,1058.6590448450297,5095424.0 +178.53,8.399999618530273,5011.0,0.010614309459924698,0.1248575821518898,2.2603299617767334,-0.0032988430466502905,0.419210284948349,0.4935413599014282,312.0,79872.0,1061.929376944201,5111808.0 +139.78,8.399999618530273,4960.0,0.009587465785443783,0.11376953125,2.272178888320923,-0.00634392723441124,0.4340490400791168,0.5057631731033325,313.0,80128.0,1065.233443301171,5128192.0 +174.41,7.099999904632568,4906.0,0.0069884867407381535,0.0742390975356102,2.27018141746521,-0.004958976525813341,0.5931482911109924,0.4895620346069336,314.0,80384.0,1068.5735715480987,5144576.0 +135.93,8.899999618530273,5188.0,0.00940267276018858,0.0990193709731102,2.2245330810546875,-0.004918152466416359,0.2834216356277466,0.574143260717392,315.0,80640.0,1071.7323427849915,5160960.0 +171.28,8.399999618530273,4984.0,0.00612114742398262,0.06903076171875,2.2098400592803955,-0.008275806903839111,0.32935553789138794,0.6141991317272186,316.0,80896.0,1075.020238124067,5177344.0 +172.34,9.300000190734863,5063.0,0.008130788803100586,0.1009521484375,2.1998484134674072,-0.007330871652811766,0.1099524199962616,0.7554658800363541,317.0,81152.0,1078.2582933329977,5193728.0 +162.31,8.699999809265137,5036.0,0.0049500796012580395,0.05023193359375,2.1942665576934814,-0.007472803350538015,0.337161660194397,0.5604948103427887,318.0,81408.0,1081.5124136281665,5210112.0 +149.86,8.899999618530273,5074.0,0.006522592157125473,0.0709431990981102,2.1863973140716553,-0.007814052514731884,0.3835799992084503,0.5012611448764801,319.0,81664.0,1084.742098732153,5226496.0 +126.92,8.300000190734863,4958.0,0.006257455330342054,0.0689697265625,2.1712586879730225,-0.007806906942278147,0.4191352427005768,0.5022146701812744,320.0,81920.0,1088.0469001680613,5242880.0 +143.33,9.100000381469727,5004.0,0.005810522940009832,0.0652669295668602,2.1872546672821045,-0.008145771920681,0.28638169169425964,0.5955254435539246,321.0,82176.0,1091.3212779350579,5259264.0 +140.29,9.300000190734863,5169.0,0.007088739890605211,0.0623372383415699,2.1849639415740967,-0.007397786248475313,0.18881665170192719,0.5867209136486053,322.0,82432.0,1094.4914018181153,5275648.0 +167.93,8.699999809265137,5231.0,0.0056730941869318485,0.0506795234978199,2.213627338409424,-0.007745213806629181,0.3067905902862549,0.5732051134109497,323.0,82688.0,1097.62417537719,5292032.0 +194.83,9.199999809265137,5013.0,0.0052324035204946995,0.05645751953125,2.2262914180755615,-0.00681225536391139,0.10047965496778488,0.7176881432533264,324.0,82944.0,1100.8930039140396,5308416.0 +214.37,9.399999618530273,5178.0,0.005625136662274599,0.0584716796875,2.206670045852661,-0.007405663374811411,0.14120544493198395,0.6652200222015381,325.0,83200.0,1104.0574937080964,5324800.0 +178.55,8.899999618530273,5143.0,0.010768871754407883,0.1368611603975296,2.1954987049102783,-0.007099950686097145,0.2983808219432831,0.5347728431224823,326.0,83456.0,1107.2434048932046,5341184.0 +179.62,9.199999809265137,4938.0,0.009831252507865429,0.1121419295668602,2.1991233825683594,-0.005070628132671118,0.21243040263652802,0.5904565453529358,327.0,83712.0,1110.5618599380832,5357568.0 +170.67,9.600000381469727,4851.0,0.009046119637787342,0.1051839217543602,2.17289137840271,-0.007776318583637476,0.11252737790346146,0.7138394117355347,328.0,83968.0,1113.9397880781908,5373952.0 +166.61,8.300000190734863,4913.0,0.01477146241813898,0.0960489884018898,2.1842100620269775,-0.006507518235594034,0.37908563017845154,0.48647505044937134,329.0,84224.0,1117.2750129911583,5390336.0 +187.37,8.399999618530273,5137.0,0.007782400120049715,0.08831787109375,2.2003724575042725,-0.007730895187705755,0.38333678245544434,0.4957655072212219,330.0,84480.0,1120.464833194157,5406720.0 +135.74,9.5,4875.0,0.0122809624299407,0.1218668594956398,2.2057912349700928,-0.005124877206981182,0.1458147168159485,0.6983984112739563,331.0,84736.0,1123.826279534027,5423104.0 +157.5,8.800000190734863,5086.0,0.009582730010151863,0.1283772736787796,2.212292432785034,-0.006496680434793234,0.2676822543144226,0.6140077114105225,332.0,84992.0,1127.0483257230371,5439488.0 +189.37,9.300000190734863,5026.0,0.010918576270341873,0.1007486954331398,2.2278764247894287,-0.006491099949926138,0.1942407339811325,0.6018029153347015,333.0,85248.0,1130.3085167440586,5455872.0 +183.17,8.399999618530273,4896.0,0.011935370974242687,0.1068115234375,2.1996216773986816,-0.007880053482949734,0.3069360554218292,0.5616537034511566,334.0,85504.0,1133.6552735071164,5472256.0 +146.4,8.699999809265137,5030.0,0.0068812803365290165,0.0767008438706398,2.215057373046875,-0.009343374520540237,0.2940259277820587,0.621210128068924,335.0,85760.0,1136.9131927301642,5488640.0 +165.14,8.100000381469727,5095.0,0.006196742877364159,0.0695393905043602,2.210118055343628,-0.008578713983297348,0.47340500354766846,0.5671297907829285,336.0,86016.0,1140.12916515721,5505024.0 +109.78,9.399999618530273,4973.0,0.01082491222769022,0.1288655549287796,2.2178924083709717,-0.007356029469519854,0.1671186089515686,0.734950840473175,337.0,86272.0,1143.4239646841306,5521408.0 +148.1,8.699999809265137,4950.0,0.00775099964812398,0.0903727188706398,2.2253832817077637,-0.008376769721508026,0.29520347714424133,0.6495623588562012,338.0,86528.0,1146.734636690002,5537792.0 +187.83,8.5,5099.0,0.00685916468501091,0.0791219100356102,2.16355299949646,-0.008603460155427456,0.3602376878261566,0.549654096364975,339.0,86784.0,1149.9481173390523,5554176.0 +136.63,8.399999618530273,5070.0,0.005591751541942358,0.0519612617790699,2.172339677810669,-0.007824585773050785,0.40233322978019714,0.5560196936130524,340.0,87040.0,1153.1808258220553,5570560.0 +127.72,8.5,4944.0,0.005387024488300085,0.0486857108771801,2.157346487045288,-0.007751754019409418,0.44643542170524597,0.5256452262401581,341.0,87296.0,1156.4950100691058,5586944.0 +129.44,8.600000381469727,4895.0,0.007169840391725302,0.06756591796875,2.1795923709869385,-0.008186182007193565,0.4623275697231293,0.48209965229034424,342.0,87552.0,1159.8432264230214,5603328.0 +113.26,9.0,4962.0,0.007882127538323402,0.0964762344956398,2.1855876445770264,-0.008570278994739056,0.37732207775115967,0.5469368994235992,343.0,87808.0,1163.1453219801188,5619712.0 +147.92,8.800000190734863,5187.0,0.007018113974481821,0.06280517578125,2.1931395530700684,-0.006702059414237738,0.35598716139793396,0.5312487781047821,344.0,88064.0,1166.3047342300415,5636096.0 +138.6,9.100000381469727,5033.0,0.004729152657091618,0.0474650077521801,2.196939468383789,-0.007765656337141991,0.22937780618667603,0.6694944202899933,345.0,88320.0,1169.5602144561708,5652480.0 +142.46,8.899999618530273,5093.0,0.006174317095428705,0.06378173828125,2.191542148590088,-0.006705153733491898,0.2637660801410675,0.5631423592567444,346.0,88576.0,1172.7784421700053,5668864.0 +174.02,8.399999618530273,5075.0,0.006872165482491255,0.0702107772231102,2.1994552612304688,-0.006724090781062841,0.3678986132144928,0.48644620180130005,347.0,88832.0,1176.0072686059866,5685248.0 +181.39,7.800000190734863,4891.0,0.00987307634204626,0.0639444962143898,2.226512908935547,-0.008115151897072792,0.43457773327827454,0.44254469871520996,348.0,89088.0,1179.357441749191,5701632.0 +166.9,8.399999618530273,4993.0,0.007675723638385534,0.09478759765625,2.227743148803711,-0.0064861648716032505,0.2653602659702301,0.49483710527420044,349.0,89344.0,1182.6392343051266,5718016.0 +216.82,8.199999809265137,5037.0,0.0062820687890052795,0.0714925155043602,2.2153921127319336,-0.008096237666904926,0.35531485080718994,0.4795437455177307,350.0,89600.0,1185.8924667080864,5734400.0 +241.67,8.600000381469727,5151.0,0.006394331809133291,0.0824178084731102,2.215534210205078,-0.0057157110422849655,0.2225109189748764,0.5231060683727264,351.0,89856.0,1189.0734684800263,5750784.0 +201.24,8.300000190734863,4882.0,0.0061800554394721985,0.0660400390625,2.2093734741210938,-0.008596505038440228,0.3291288912296295,0.5491344332695007,352.0,90112.0,1192.4300028521102,5767168.0 +199.09,8.800000190734863,5095.0,0.004510680679231882,0.0430094413459301,2.2177932262420654,-0.007631398271769285,0.27538999915122986,0.5678522884845734,353.0,90368.0,1195.6461108380463,5783552.0 +217.21,8.5,5184.0,0.005936821456998587,0.0611775703728199,2.2253329753875732,-0.006917867809534073,0.19393348693847656,0.4873895049095154,354.0,90624.0,1198.8072976991534,5799936.0 +261.7,8.699999809265137,5160.0,0.008510381914675236,0.1166788712143898,2.2241172790527344,-0.007085972931236029,0.20931369066238403,0.5088799595832825,355.0,90880.0,1201.982676358195,5816320.0 +236.38,8.5,5124.0,0.007673437241464853,0.10235595703125,2.266627788543701,-0.007475449237972498,0.2739010751247406,0.4488307237625122,356.0,91136.0,1205.1806040671654,5832704.0 +215.59,8.800000190734863,5025.0,0.00626308424398303,0.0584513358771801,2.28979754447937,-0.00693437410518527,0.2825973927974701,0.4581857919692993,357.0,91392.0,1208.4412967741955,5849088.0 +247.45,9.100000381469727,5052.0,0.0047601270489394665,0.0534464530646801,2.302417755126953,-0.006989245768636465,0.13677339255809784,0.6089197993278503,358.0,91648.0,1211.6851914271247,5865472.0 +249.13,8.699999809265137,5018.0,0.006968127563595772,0.0853271484375,2.2953035831451416,-0.007172487210482359,0.2168208211660385,0.48214852809906006,359.0,91904.0,1214.9505819841288,5881856.0 +276.27,8.600000381469727,5023.0,0.00829239096492529,0.1026611328125,2.294403076171875,-0.007017858326435089,0.15440745651721954,0.5302627980709076,360.0,92160.0,1218.2126799791586,5898240.0 +335.8,8.199999809265137,4890.0,0.010452348738908768,0.1536051481962204,2.2645323276519775,-0.006835390347987413,0.3305254876613617,0.39468520879745483,361.0,92416.0,1221.5638146230485,5914624.0 +291.24,8.300000190734863,5258.0,0.009162061847746372,0.1190592423081398,2.3028347492218018,-0.005082073155790567,0.19455774128437042,0.4606233835220337,362.0,92672.0,1224.6804055110551,5931008.0 +263.47,8.199999809265137,5290.0,0.006381338462233543,0.0727945938706398,2.2809622287750244,-0.007152911275625229,0.2247597724199295,0.5245831906795502,363.0,92928.0,1227.7781512259971,5947392.0 +243.33,8.300000190734863,5199.0,0.007780648302286863,0.0882364884018898,2.262166738510132,-0.007393432315438986,0.30907541513442993,0.3949750065803528,364.0,93184.0,1230.9300445821136,5963776.0 +275.84,8.100000381469727,5213.0,0.010708470828831196,0.1422526091337204,2.2529139518737793,-0.0053032380528748035,0.3074670732021332,0.4530417323112488,365.0,93440.0,1234.0743996261153,5980160.0 +247.54,8.399999618530273,4883.0,0.010838065296411514,0.1504109650850296,2.240460157394409,-0.0023942983243614435,0.23640604317188263,0.4546589255332947,366.0,93696.0,1237.430593879195,5996544.0 +202.9,9.0,5142.0,0.0062416899017989635,0.0683390274643898,2.1938273906707764,-0.007658706977963448,0.20949243009090424,0.5251194536685944,367.0,93952.0,1240.6175676791463,6012928.0 +199.62,8.5,5084.0,0.007065687328577042,0.078125,2.1695401668548584,-0.008038594387471676,0.34021472930908203,0.44669109582901,368.0,94208.0,1243.8413666470442,6029312.0 +180.26,8.5,5047.0,0.007377937436103821,0.0912679061293602,2.168128728866577,-0.006107558961957693,0.29888880252838135,0.532246321439743,369.0,94464.0,1247.0882758540101,6045696.0 +180.55,8.800000190734863,4967.0,0.006247920449823141,0.0641682967543602,2.189051866531372,-0.007522407453507185,0.20400238037109375,0.5967548489570618,370.0,94720.0,1250.3873584300745,6062080.0 +187.85,8.699999809265137,4891.0,0.00791898462921381,0.091552734375,2.1691782474517822,-0.007515219505876303,0.23184502124786377,0.55329829454422,371.0,94976.0,1253.7371751640458,6078464.0 +216.84,8.600000381469727,5044.0,0.007030376698821783,0.0889485701918602,2.1849300861358643,-0.0051094586960971355,0.3123668134212494,0.5087159276008606,372.0,95232.0,1256.985962087987,6094848.0 +187.19,8.899999618530273,5004.0,0.015087188221514225,0.11016845703125,2.1685245037078857,-0.0065159667283296585,0.2503967881202698,0.5521016418933868,373.0,95488.0,1260.260305962991,6111232.0 +152.5,8.899999618530273,4944.0,0.007433751598000526,0.0882161483168602,2.129192352294922,-0.007662199437618256,0.27837345004081726,0.565452367067337,374.0,95744.0,1263.5785630100872,6127616.0 +115.39,8.899999618530273,4938.0,0.008149730041623116,0.1004638671875,2.1351239681243896,-0.00785278994590044,0.33649468421936035,0.5001202821731567,375.0,96000.0,1266.8968668561429,6144000.0 +169.2,8.699999809265137,5013.0,0.007700425107032061,0.0898030623793602,2.2080671787261963,-0.007485558744519949,0.31655004620552063,0.47093820571899414,376.0,96256.0,1270.1655849020462,6160384.0 +184.17,9.199999809265137,4777.0,0.008952287957072258,0.09759521484375,2.233449935913086,-0.005719782318919897,0.08996029943227768,0.7347480058670044,377.0,96512.0,1273.5956817232072,6176768.0 +214.87,8.300000190734863,4912.0,0.008923863060772419,0.1005045548081398,2.1762611865997314,-0.0085378959774971,0.32317858934402466,0.5652519762516022,378.0,96768.0,1276.9315198040567,6193152.0 +178.63,9.0,4916.0,0.007875008508563042,0.0938924178481102,2.169719696044922,-0.006341893691569567,0.19791807234287262,0.6465122699737549,379.0,97024.0,1280.265217969194,6209536.0 +177.76,9.199999809265137,4706.0,0.009481589309871197,0.1146647110581398,2.196047067642212,-0.007447665091603994,0.18099994957447052,0.634472519159317,380.0,97280.0,1283.7470827070065,6225920.0 +174.61,8.399999618530273,4898.0,0.005330075975507498,0.0572102852165699,2.1612613201141357,-0.008872915990650654,0.3480338752269745,0.5350906848907471,381.0,97536.0,1287.0921931841876,6242304.0 +182.9,8.399999618530273,4917.0,0.008424160070717335,0.0968831405043602,2.1500089168548584,-0.007380230817943811,0.3710670471191406,0.5773994028568268,382.0,97792.0,1290.4245078030508,6258688.0 +154.33,8.199999809265137,5219.0,0.008954090066254139,0.09466552734375,2.1910383701324463,-0.007926754653453827,0.38260266184806824,0.5575526654720306,383.0,98048.0,1293.5649557730649,6275072.0 +118.69,9.0,4930.0,0.006356243509799242,0.0684610977768898,2.1511120796203613,-0.00749167101457715,0.3086506426334381,0.6258415579795837,384.0,98304.0,1296.8889180889819,6291456.0 +131.17,8.800000190734863,4894.0,0.007148135919123888,0.0681559219956398,2.1933858394622803,-0.009011060930788517,0.2888195812702179,0.659755676984787,385.0,98560.0,1300.2371738289949,6307840.0 +175.71,8.5,4849.0,0.007398726884275675,0.08673095703125,2.1714038848876953,-0.010482817888259888,0.32239702343940735,0.6304008960723877,386.0,98816.0,1303.6167174770962,6324224.0 +136.24,8.800000190734863,5011.0,0.011714164167642593,0.1464436799287796,2.1520025730133057,-0.009578995406627655,0.27911972999572754,0.6697324812412262,387.0,99072.0,1306.886761550093,6340608.0 +151.94,8.199999809265137,5024.0,0.010094031691551208,0.1149088516831398,2.1558215618133545,-0.007372593507170677,0.43527117371559143,0.5553796887397766,388.0,99328.0,1310.1484099570662,6356992.0 +193.17,8.100000381469727,5125.0,0.008506936021149158,0.0990193709731102,2.1231119632720947,-0.006844459101557732,0.431268572807312,0.6341885924339294,389.0,99584.0,1313.3454939189833,6373376.0 +149.28,8.600000381469727,5158.0,0.007625918369740248,0.0901896134018898,2.1270973682403564,-0.0106324702501297,0.2961781322956085,0.6884697675704956,390.0,99840.0,1316.5225607440807,6389760.0 +138.6,8.699999809265137,5171.0,0.009717040695250034,0.10943603515625,2.113438606262207,-0.007051230873912573,0.30510297417640686,0.7043470740318298,391.0,100096.0,1319.6912159142084,6406144.0 +125.72,9.300000190734863,4872.0,0.007772586774080992,0.0969441756606102,2.073974847793579,-0.009422305040061474,0.3015001118183136,0.7421871721744537,392.0,100352.0,1323.0569010491017,6422528.0 +113.71,8.800000190734863,5064.0,0.017566051334142685,0.0964151993393898,2.1302740573883057,-0.007991652935743332,0.33478283882141113,0.7235157191753387,393.0,100608.0,1326.2927382821217,6438912.0 +92.47,8.300000190734863,5044.0,0.006373071577399969,0.0651651993393898,2.1436288356781006,-0.008605304174125195,0.4627281129360199,0.6683893501758575,394.0,100864.0,1329.5417511172127,6455296.0 +137.69,8.699999809265137,4859.0,0.006936358287930489,0.0793660506606102,2.1398262977600098,-0.009972311556339264,0.36228087544441223,0.714325338602066,395.0,101120.0,1332.9137758801226,6471680.0 +144.6,8.300000190734863,4996.0,0.007113127037882805,0.0752156600356102,2.148325204849243,-0.007418375927954912,0.4860399067401886,0.6791451275348663,396.0,101376.0,1336.1936878929846,6488064.0 +111.47,8.699999809265137,5099.0,0.007044441998004913,0.0803019180893898,2.1618282794952393,-0.01011651661247015,0.36092615127563477,0.7165820002555847,397.0,101632.0,1339.4070913060568,6504448.0 +108.64,8.399999618530273,5085.0,0.006489420309662819,0.07037353515625,2.156578779220581,-0.009371116757392883,0.44818174839019775,0.696382075548172,398.0,101888.0,1342.629768307088,6520832.0 +165.48,8.800000190734863,5078.0,0.005711754783987999,0.0574137382209301,2.141556739807129,-0.008633069694042206,0.30375128984451294,0.6981887221336365,399.0,102144.0,1345.8565807761624,6537216.0 +134.35,8.0,4973.0,0.0072662741877138615,0.0872599259018898,2.1561739444732666,-0.00799065362662077,0.522418200969696,0.633513480424881,400.0,102400.0,1349.1516985581256,6553600.0 +128.54,8.199999809265137,4882.0,0.007048761006444693,0.0790608748793602,2.1732687950134277,-0.0071512795984745026,0.3917580842971802,0.6847397685050964,401.0,102656.0,1352.5083817020059,6569984.0 +154.15,8.5,4983.0,0.005273005459457636,0.0561930350959301,2.1738269329071045,-0.007641767617315054,0.371832013130188,0.6514263451099396,402.0,102912.0,1355.7967514980119,6586368.0 +153.82,7.900000095367432,5029.0,0.00621201703324914,0.060791015625,2.1560850143432617,-0.007318489719182253,0.4340292513370514,0.6379196643829346,403.0,103168.0,1359.055069745984,6602752.0 +139.94,8.600000381469727,5050.0,0.007691634353250265,0.1011149063706398,2.1790988445281982,-0.0069163464941084385,0.3390420973300934,0.6411094963550568,404.0,103424.0,1362.299952606205,6619136.0 +164.59,8.100000381469727,5201.0,0.005314855370670557,0.0516153983771801,2.231153964996338,-0.007594661321491003,0.35439804196357727,0.6259647309780121,405.0,103680.0,1365.4505059882067,6635520.0 +194.11,8.100000381469727,5100.0,0.0072731445543468,0.0849202498793602,2.22542405128479,-0.00943604577332735,0.34638965129852295,0.6547532379627228,406.0,103936.0,1368.6633562550414,6651904.0 +178.82,8.300000190734863,4829.0,0.00722205825150013,0.0836995467543602,2.239711046218872,-0.009873080998659134,0.29586440324783325,0.6838403940200806,407.0,104192.0,1372.0566771461163,6668288.0 +195.64,8.300000190734863,5024.0,0.009812402538955212,0.0961507186293602,2.2447121143341064,-0.008827053010463715,0.22245971858501434,0.6999705731868744,408.0,104448.0,1375.3180568981916,6684672.0 +196.73,7.699999809265137,4986.0,0.007174061145633459,0.0746256485581398,2.168123960494995,-0.007578742224723101,0.5274972319602966,0.577153354883194,409.0,104704.0,1378.6042817770503,6701056.0 +154.49,8.600000381469727,4776.0,0.00899267103523016,0.099365234375,2.1399643421173096,-0.007926680147647858,0.3394815921783447,0.6499401330947876,410.0,104960.0,1382.0354153839871,6717440.0 +153.3,8.100000381469727,5002.0,0.007268527988344431,0.08465576171875,2.1649162769317627,-0.008402769453823566,0.36617210507392883,0.6806026697158813,411.0,105216.0,1385.3113518501632,6733824.0 +131.27,8.899999618530273,5016.0,0.009449915029108524,0.11328125,2.1236157417297363,-0.009390690363943577,0.30417802929878235,0.7079199254512787,412.0,105472.0,1388.5781457070261,6750208.0 +142.37,8.699999809265137,5190.0,0.008007734082639217,0.0934651717543602,2.147606611251831,-0.0070120240561664104,0.31123271584510803,0.6802743971347809,413.0,105728.0,1391.7355725851376,6766592.0 +157.13,7.900000095367432,5153.0,0.00780353881418705,0.0796915665268898,2.177164316177368,-0.008639711886644363,0.4521055221557617,0.6016787588596344,414.0,105984.0,1394.9155270250048,6782976.0 +158.9,8.100000381469727,5088.0,0.008175774477422237,0.08123779296875,2.1909611225128174,-0.007880923338234425,0.32501092553138733,0.6504155695438385,415.0,106240.0,1398.1361997569911,6799360.0 +187.52,8.600000381469727,4963.0,0.0056328619830310345,0.0663655623793602,2.1852266788482666,-0.00879270676523447,0.2951798737049103,0.6624400615692139,416.0,106496.0,1401.438183211023,6815744.0 +193.02,8.199999809265137,4882.0,0.007257731165736914,0.0797932967543602,2.205589532852173,-0.008657761849462986,0.29368528723716736,0.6665937602519989,417.0,106752.0,1404.794624245027,6832128.0 +200.2,8.199999809265137,4904.0,0.00572662940248847,0.0687052384018898,2.222524404525757,-0.007789518218487501,0.36902451515197754,0.6249602138996124,418.0,107008.0,1408.1357428140473,6848512.0 +190.6,8.300000190734863,5109.0,0.007696476299315691,0.1036580428481102,2.2282140254974365,-0.008553213439881802,0.3012026846408844,0.6792423725128174,419.0,107264.0,1411.3428810080513,6864896.0 +174.21,8.399999618530273,4870.0,0.006555675063282251,0.0755818709731102,2.2361347675323486,-0.009432862512767315,0.29587212204933167,0.6857313215732574,420.0,107520.0,1414.707831775071,6881280.0 +190.83,8.300000190734863,5033.0,0.006473904941231012,0.0796915665268898,2.1872222423553467,-0.00951441004872322,0.31007540225982666,0.6758410334587097,421.0,107776.0,1417.9636535272002,6897664.0 +229.02,8.0,4890.0,0.005889462772756815,0.0641072615981102,2.1821072101593018,-0.008642095141112804,0.26352012157440186,0.7193068265914917,422.0,108032.0,1421.3147113639861,6914048.0 +197.42,8.199999809265137,4853.0,0.008854406885802746,0.10113525390625,2.1453654766082764,-0.009222044609487057,0.4021858870983124,0.5744750201702118,423.0,108288.0,1424.6915763721336,6930432.0 +205.37,7.900000095367432,4822.0,0.007540268357843161,0.0936075821518898,2.168440103530884,-0.008897863328456879,0.3831717073917389,0.5290843546390533,424.0,108544.0,1428.0898716112133,6946816.0 +173.82,8.899999618530273,4846.0,0.011247661896049976,0.14849853515625,2.1606671810150146,-0.008287209086120129,0.25867748260498047,0.6373129785060883,425.0,108800.0,1431.471392690204,6963200.0 +139.59,8.699999809265137,4747.0,0.007073481101542711,0.0844523087143898,2.1441686153411865,-0.009151224046945572,0.3317892849445343,0.6248291432857513,426.0,109056.0,1434.9229705701582,6979584.0 +152.61,8.600000381469727,4951.0,0.00786509271711111,0.1039632186293602,2.100120782852173,-0.008353060111403465,0.43469634652137756,0.5730144083499908,427.0,109312.0,1438.2324770682026,6995968.0 +138.87,8.699999809265137,5004.0,0.005960583221167326,0.0697428360581398,2.0982677936553955,-0.008195881731808186,0.3861309289932251,0.5907756090164185,428.0,109568.0,1441.507295264164,7012352.0 +123.94,8.899999618530273,4974.0,0.0051357680931687355,0.0516560859978199,2.121838331222534,-0.009070548228919506,0.36062660813331604,0.6293011009693146,429.0,109824.0,1444.8023026972078,7028736.0 +92.58,9.300000190734863,5004.0,0.007716235239058733,0.0919189453125,2.1367664337158203,-0.009418507106602192,0.20047032833099365,0.7021145522594452,430.0,110080.0,1448.0767560880631,7045120.0 +135.32,8.699999809265137,4779.0,0.010549680329859257,0.1016438826918602,2.156343460083008,-0.007534477394074202,0.3288325369358063,0.5830366015434265,431.0,110336.0,1451.5053649339825,7061504.0 +193.56,8.0,5143.0,0.008158138953149319,0.0982869490981102,2.1564736366271973,-0.008244591765105724,0.4340735375881195,0.5339011251926422,432.0,110592.0,1454.691521040164,7077888.0 +182.57,9.199999809265137,5023.0,0.011279505677521229,0.1534830778837204,2.177743434906006,-0.008022627793252468,0.18380065262317657,0.701209545135498,433.0,110848.0,1457.9538130802102,7094272.0 +190.08,8.600000381469727,5092.0,0.009330389089882374,0.1309000700712204,2.2152040004730225,-0.0054212757386267185,0.3077138662338257,0.6135971248149872,434.0,111104.0,1461.172315947013,7110656.0 +200.57,8.399999618530273,5110.0,0.007336374372243881,0.0902506485581398,2.180590867996216,-0.00945912953466177,0.27003172039985657,0.6516442000865936,435.0,111360.0,1464.3788238000125,7127040.0 +139.94,8.5,4997.0,0.005262074526399374,0.0511881522834301,2.130453109741211,-0.010108415968716145,0.3762350082397461,0.5751673877239227,436.0,111616.0,1467.6582982670516,7143424.0 +143.07,9.0,5097.0,0.004903400782495737,0.0514119453728199,2.112438917160034,-0.009138771332800388,0.3172071576118469,0.6106393337249756,437.0,111872.0,1470.8732384371106,7159808.0 +162.61,7.800000190734863,5060.0,0.0047568571753799915,0.0540974922478199,2.1128761768341064,-0.008451863192021847,0.4775881767272949,0.5358195900917053,438.0,112128.0,1474.1119335161056,7176192.0 +126.39,9.0,5375.0,0.008997620083391666,0.1059977188706398,2.107954263687134,-0.009233074262738228,0.3056168854236603,0.5466253757476807,439.0,112384.0,1477.1607789220288,7192576.0 +162.12,8.100000381469727,5153.0,0.00808615330606699,0.0917154923081398,2.1441876888275146,-0.006373567972332239,0.4579821527004242,0.4763457775115967,440.0,112640.0,1480.3406105381437,7208960.0 +156.67,8.5,5151.0,0.008543155156075954,0.0948893204331398,2.1366608142852783,-0.006025714799761772,0.3564011752605438,0.5943431556224823,441.0,112896.0,1483.52225792408,7225344.0 +141.44,9.199999809265137,5027.0,0.010801834054291248,0.1378173828125,2.1137030124664307,-0.011586591601371765,0.2578551173210144,0.6393061280250549,442.0,113152.0,1486.781718759099,7241728.0 +110.59,9.199999809265137,4932.0,0.00994253158569336,0.1236165389418602,2.0941736698150635,-0.009491338394582272,0.3131585121154785,0.6381132006645203,443.0,113408.0,1490.1045621891972,7258112.0 +112.82,8.600000381469727,4956.0,0.00702796271070838,0.0847574844956398,2.1386072635650635,-0.00907843466848135,0.30884847044944763,0.6482931077480316,444.0,113664.0,1493.4109531710856,7274496.0 +140.49,8.600000381469727,5019.0,0.008590538054704666,0.1047566756606102,2.1485559940338135,-0.01065079215914011,0.39600467681884766,0.6213830411434174,445.0,113920.0,1496.6758343330584,7290880.0 +126.31,8.5,4975.0,0.008301198482513428,0.0962320938706398,2.114525556564331,-0.009938201867043972,0.4168456792831421,0.6145134270191193,446.0,114176.0,1499.969566547079,7307264.0 +124.07,9.199999809265137,4993.0,0.012214832939207554,0.13836669921875,2.111630439758301,-0.01063846331089735,0.2469935566186905,0.693126380443573,447.0,114432.0,1503.2520843131933,7323648.0 +162.42,7.599999904632568,4749.0,0.009634255431592464,0.1245524063706398,2.1609928607940674,-0.007899531163275242,0.4932599365711212,0.56351438164711,448.0,114688.0,1506.702169619035,7340032.0 +147.56,8.899999618530273,5041.0,0.008357875980436802,0.0976969376206398,2.1088569164276123,-0.008552276529371738,0.35206976532936096,0.6227092444896698,449.0,114944.0,1509.9524527471513,7356416.0 +129.38,8.100000381469727,4983.0,0.0061840638518333435,0.0641682967543602,2.118262767791748,-0.009386960417032242,0.4253021776676178,0.6076128780841827,450.0,115200.0,1513.2411132371053,7372800.0 +150.21,8.899999618530273,5014.0,0.009271575137972832,0.1014404296875,2.07570743560791,-0.009593894705176353,0.40770265460014343,0.6188800036907196,451.0,115456.0,1516.509400630137,7389184.0 +110.01,8.699999809265137,4938.0,0.010126356966793537,0.1297404021024704,2.1006019115448,-0.01129078771919012,0.3004058301448822,0.6782557964324951,452.0,115712.0,1519.8279685231391,7405568.0 +144.22,8.399999618530273,5067.0,0.004646876361221075,0.0457356758415699,2.035982370376587,-0.00863904133439064,0.47188130021095276,0.6149454712867737,453.0,115968.0,1523.0622320291586,7421952.0 +134.79,8.899999618530273,5153.0,0.006267200689762831,0.06134033203125,2.085846185684204,-0.008610730059444904,0.3073310852050781,0.6903802752494812,454.0,116224.0,1526.2418958961498,7438336.0 +150.22,8.899999618530273,5014.0,0.007491451222449541,0.0935872420668602,2.062824249267578,-0.010695013217628002,0.3144781291484833,0.6570927500724792,455.0,116480.0,1529.5103836401831,7454720.0 +128.04,9.100000381469727,5140.0,0.008204002864658833,0.0972086563706398,2.0463101863861084,-0.006608131807297468,0.31014081835746765,0.6708806455135345,456.0,116736.0,1532.6982093781698,7471104.0 +110.55,9.0,5194.0,0.006533277686685324,0.0694986954331398,2.0636813640594482,-0.010271606035530567,0.293936163187027,0.6655610203742981,457.0,116992.0,1535.8530956851318,7487488.0 +141.8,7.900000095367432,5210.0,0.005357075948268175,0.0604044608771801,2.076148748397827,-0.008216180838644505,0.5507374405860901,0.5324541926383972,458.0,117248.0,1538.9983166770544,7503872.0 +132.29,8.899999618530273,5006.0,0.006303506437689066,0.0748494490981102,2.116711378097534,-0.010020366869866848,0.31759902834892273,0.5953071415424347,459.0,117504.0,1542.271454902133,7520256.0 +148.69,8.5,5087.0,0.00555116543546319,0.0626017227768898,2.1381747722625732,-0.009026186540722847,0.3208504617214203,0.6065428853034973,460.0,117760.0,1545.4922569401097,7536640.0 +128.86,8.699999809265137,4904.0,0.007662580814212561,0.0859375,2.165846109390259,-0.00811637844890356,0.2413802295923233,0.62911656498909,461.0,118016.0,1548.8332077290397,7553024.0 +224.44,8.300000190734863,5162.0,0.007397638633847237,0.0875447615981102,2.1573965549468994,-0.006691984832286835,0.3198319673538208,0.5780061781406403,462.0,118272.0,1552.0078296791762,7569408.0 +194.23,8.199999809265137,5066.0,0.007808981463313103,0.1029866561293602,2.147491216659546,-0.010144178755581379,0.38725459575653076,0.5323924124240875,463.0,118528.0,1555.2427279751282,7585792.0 +212.39,7.599999904632568,4921.0,0.011858074925839901,0.1608072966337204,2.1359639167785645,-0.005522644612938166,0.40752890706062317,0.5628941357135773,464.0,118784.0,1558.572396749165,7602176.0 +207.36,8.300000190734863,4989.0,0.00848336424678564,0.1024169921875,2.1367275714874268,-0.009174356237053871,0.38721132278442383,0.5079351961612701,465.0,119040.0,1561.8568336821627,7618560.0 +174.13,8.899999618530273,5112.0,0.008475318551063538,0.1097615584731102,2.1283204555511475,-0.009307577274739742,0.2413095235824585,0.6367031633853912,466.0,119296.0,1565.0623385941144,7634944.0 +171.49,8.5,5029.0,0.007990079931914806,0.0925699844956398,2.162998914718628,-0.008474476635456085,0.2855021357536316,0.6373568475246429,467.0,119552.0,1568.32081113616,7651328.0 +164.38,8.5,4920.0,0.009192573837935925,0.0760091170668602,2.134763479232788,-0.009414433501660824,0.271767795085907,0.6518784165382385,468.0,119808.0,1571.6513054231182,7667712.0 +163.98,8.100000381469727,4956.0,0.006681725382804871,0.0877482071518898,2.1133244037628174,-0.008091378957033157,0.4332611858844757,0.559262216091156,469.0,120064.0,1574.9589290630538,7684096.0 +153.17,7.900000095367432,4839.0,0.005786443594843149,0.06890869140625,2.142805337905884,-0.008484783582389355,0.44866737723350525,0.5426963269710541,470.0,120320.0,1578.345037503168,7700480.0 +162.05,8.699999809265137,4987.0,0.009230914525687695,0.1103719100356102,2.119286060333252,-0.010022413916885853,0.29291629791259766,0.6571779251098633,471.0,120576.0,1581.6313417630736,7716864.0 +166.86,8.5,5064.0,0.006450796499848366,0.0734659805893898,2.128906011581421,-0.008950146846473217,0.2966904938220978,0.6151707470417023,472.0,120832.0,1584.8670022920705,7733248.0 +167.39,8.199999809265137,5069.0,0.00723303435370326,0.07867431640625,2.110201358795166,-0.009346448816359043,0.3870565593242645,0.5305481553077698,473.0,121088.0,1588.0999418650754,7749632.0 +144.44,8.800000190734863,5050.0,0.007090423256158829,0.0757039412856102,2.0890049934387207,-0.009851105511188507,0.18611301481723785,0.7049815952777863,474.0,121344.0,1591.3448396730237,7766016.0 +226.56,8.0,5123.0,0.006613448727875948,0.0809733048081398,2.0709187984466553,-0.008799155242741108,0.38091373443603516,0.5657305419445038,475.0,121600.0,1594.5444513170514,7782400.0 +178.45,8.600000381469727,5072.0,0.006536028813570738,0.0815633162856102,2.074890375137329,-0.008654084987938404,0.34137213230133057,0.5858464539051056,476.0,121856.0,1597.7752157060895,7798784.0 +175.57,8.600000381469727,5011.0,0.007051568478345871,0.0860595703125,2.1034748554229736,-0.00883846078068018,0.28795161843299866,0.652919739484787,477.0,122112.0,1601.045300974045,7815168.0 +186.78,8.600000381469727,4888.0,0.009402105584740639,0.114501953125,2.0913212299346924,-0.009157837368547916,0.2619103491306305,0.6572620570659637,478.0,122368.0,1604.397622318007,7831552.0 +175.55,8.699999809265137,4925.0,0.009849638678133488,0.11688232421875,2.0534613132476807,-0.00887535884976387,0.2678854763507843,0.6440606713294983,479.0,122624.0,1607.7245920200367,7847936.0 +151.7,8.699999809265137,5053.0,0.008147899992763996,0.1064453125,2.0691773891448975,-0.00769446836784482,0.43367621302604675,0.5252725183963776,480.0,122880.0,1610.9676310960203,7864320.0 +156.54,8.5,5046.0,0.006072689313441515,0.0670572891831398,2.059901714324951,-0.007439460605382919,0.36081600189208984,0.5914650857448578,481.0,123136.0,1614.2149533380289,7880704.0 +143.06,8.300000190734863,5033.0,0.006328718736767769,0.0745035782456398,2.085482358932495,-0.008921004831790924,0.35741838812828064,0.6181918680667877,482.0,123392.0,1617.4708123961464,7897088.0 +182.14,9.0,5075.0,0.006685534957796335,0.07965087890625,2.1303348541259766,-0.007373664528131485,0.20345790684223175,0.6462107002735138,483.0,123648.0,1620.699345817091,7913472.0 +205.33,8.100000381469727,4956.0,0.006301388144493103,0.0707804337143898,2.118242025375366,-0.00878574326634407,0.41397932171821594,0.5378116369247437,484.0,123904.0,1624.0061029091012,7929856.0 +199.41,8.300000190734863,4883.0,0.006210272666066885,0.0745442733168602,2.130722761154175,-0.008164758794009686,0.32637763023376465,0.5504381954669952,485.0,124160.0,1627.361733338097,7946240.0 +220.41,8.0,4999.0,0.006679723039269447,0.0817464217543602,2.1330466270446777,-0.00852604303508997,0.3974367380142212,0.5540313124656677,486.0,124416.0,1630.639506733045,7962624.0 +161.68,9.100000381469727,5121.0,0.00963383074849844,0.1263020783662796,2.1399638652801514,-0.007685394957661629,0.12924674153327942,0.738042026758194,487.0,124672.0,1633.8394267221447,7979008.0 +199.22,8.399999618530273,4901.0,0.00590818515047431,0.06561279296875,2.1078245639801025,-0.008790488354861736,0.3476853668689728,0.4900188446044922,488.0,124928.0,1637.1828466441948,7995392.0 +153.77,8.800000190734863,4855.0,0.006852785591036081,0.0841064453125,2.138307809829712,-0.008389703929424286,0.27862074971199036,0.5488494038581848,489.0,125184.0,1640.5595877880696,8011776.0 +191.79,8.300000190734863,5149.0,0.008659941144287586,0.1109415665268898,2.1622374057769775,-0.008223463781177998,0.32035699486732483,0.5462177693843842,490.0,125440.0,1643.7421503330115,8028160.0 +221.51,8.399999618530273,4884.0,0.007485067937523127,0.10089111328125,2.1632673740386963,-0.007282371167093515,0.30335482954978943,0.5445327162742615,491.0,125696.0,1647.097148136003,8044544.0 +233.03,8.0,5112.0,0.009387536905705929,0.1234944686293602,2.1684348583221436,-0.007734648883342743,0.30767950415611267,0.5017357766628265,492.0,125952.0,1650.3022480951622,8060928.0 +253.33,8.5,5056.0,0.00825772900134325,0.0893147811293602,2.1902754306793213,-0.009901550598442554,0.24350978434085846,0.6309007406234741,493.0,126208.0,1653.543680855073,8077312.0 +168.76,8.5,5192.0,0.010999099351465702,0.15191650390625,2.147059679031372,-0.005449533462524414,0.3166550397872925,0.5795676410198212,494.0,126464.0,1656.69985611015,8093696.0 +201.01,8.5,5078.0,0.006614904850721359,0.0790608748793602,2.1586058139801025,-0.006638687569648027,0.2995739281177521,0.5423665642738342,495.0,126720.0,1659.9266362001654,8110080.0 +197.16,8.399999618530273,4874.0,0.007912238128483295,0.1043904647231102,2.1855595111846924,-0.009726747870445251,0.31270456314086914,0.5261796712875366,496.0,126976.0,1663.288945645094,8126464.0 +212.11,8.300000190734863,5101.0,0.010007576085627079,0.12640380859375,2.1731483936309814,-0.006414542440325022,0.29848286509513855,0.5630104243755341,497.0,127232.0,1666.5009004450403,8142848.0 +199.68,8.399999618530273,5042.0,0.008673400618135929,0.1056722030043602,2.183397054672241,-0.006680727005004883,0.31355297565460205,0.5123527646064758,498.0,127488.0,1669.7510684700683,8159232.0 +164.6,8.699999809265137,4791.0,0.007158178836107254,0.0909830704331398,2.2068421840667725,-0.008761784993112087,0.24094535410404205,0.5668889284133911,499.0,127744.0,1673.1711198301055,8175616.0 +218.31,8.199999809265137,5061.0,0.009712006896734238,0.1278279572725296,2.233215093612671,-0.007712207734584808,0.27704688906669617,0.5557363629341125,500.0,128000.0,1676.4087199862115,8192000.0 +264.41,7.5,5034.0,0.012157726101577282,0.1625773161649704,2.242807388305664,-0.006353313103318214,0.34389591217041016,0.5698657929897308,501.0,128256.0,1679.6635769151617,8208384.0 +223.14,7.800000190734863,5182.0,0.0057566785253584385,0.0624593086540699,2.242344379425049,-0.007417889777570963,0.31713736057281494,0.5584332048892975,502.0,128512.0,1682.825943297008,8224768.0 +258.53,7.400000095367432,5153.0,0.006114202085882425,0.07159423828125,2.184377431869507,-0.008082910440862179,0.46216240525245667,0.5344133973121643,503.0,128768.0,1686.005758939078,8241152.0 +193.66,8.300000190734863,5001.0,0.010119137354195118,0.1354573518037796,2.160370349884033,-0.00801155436784029,0.2283141016960144,0.6858599483966827,504.0,129024.0,1689.2820449701976,8257536.0 +180.04,8.699999809265137,4974.0,0.010842022486031055,0.1239827498793602,2.154115915298462,-0.0075305309146642685,0.2860129773616791,0.632211297750473,505.0,129280.0,1692.57629878819,8273920.0 +206.1,8.5,4788.0,0.007688721176236868,0.0960896834731102,2.1541600227355957,-0.010521857999265194,0.3473948538303375,0.5913981199264526,506.0,129536.0,1695.9984199809842,8290304.0 +159.63,8.699999809265137,4777.0,0.011192441917955875,0.12823486328125,2.119785785675049,-0.012093599885702133,0.295722633600235,0.6689561009407043,507.0,129792.0,1699.4287002619822,8306688.0 +152.35,8.5,4631.0,0.009693033993244171,0.1215413436293602,2.1216273307800293,-0.007776717189699411,0.33493778109550476,0.6583282351493835,508.0,130048.0,1702.967304930091,8323072.0 +117.18,8.600000381469727,4815.0,0.00927476305514574,0.11663818359375,2.134669065475464,-0.011022896505892277,0.32396379113197327,0.6800644397735596,509.0,130304.0,1706.3704665971454,8339456.0 +182.78,8.300000190734863,5025.0,0.00886145792901516,0.1057942733168602,2.1234638690948486,-0.011254020035266876,0.41727766394615173,0.6067312955856323,510.0,130560.0,1709.6312774310354,8355840.0 +132.28,9.100000381469727,4903.0,0.008724664337933064,0.1087646484375,2.099092721939087,-0.009914250113070011,0.2746444642543793,0.722614973783493,511.0,130816.0,1712.9735286762007,8372224.0 +116.04,8.699999809265137,4803.0,0.007011180277913809,0.0810343399643898,2.0923006534576416,-0.010983023792505264,0.3105647563934326,0.6864102780818939,512.0,131072.0,1716.3861681730486,8388608.0 +156.76,8.399999618530273,5085.0,0.008690272457897663,0.0970458984375,2.1136715412139893,-0.00992557778954506,0.3790668249130249,0.6332165896892548,513.0,131328.0,1719.6082587069832,8404992.0 +115.41,8.5,5091.0,0.00952841155230999,0.1103312149643898,2.0812814235687256,-0.007583464961498976,0.5527526140213013,0.547605037689209,514.0,131584.0,1722.8271336031612,8421376.0 +125.11,8.5,4846.0,0.006944587919861078,0.0808919295668602,2.096470594406128,-0.009600481018424034,0.37040790915489197,0.6873002052307129,515.0,131840.0,1726.2086507182103,8437760.0 +105.09,8.800000190734863,4902.0,0.009169631637632847,0.1245320662856102,2.1458139419555664,-0.009477800689637661,0.36551618576049805,0.6835266947746277,516.0,132096.0,1729.5512951721903,8454144.0 +118.06,8.5,4750.0,0.0066952817142009735,0.0765177384018898,2.111072540283203,-0.011364604346454144,0.37296435236930847,0.7064982652664185,517.0,132352.0,1733.0007793852128,8470528.0 +113.78,8.300000190734863,4837.0,0.0063539668917655945,0.0718790665268898,2.1279640197753906,-0.010555151849985123,0.43300437927246094,0.6958506107330322,518.0,132608.0,1736.3885771972127,8486912.0 +141.36,8.399999618530273,4962.0,0.006853171158581972,0.0798746719956398,2.0984175205230713,-0.010103514418005943,0.4555571377277374,0.6690196692943573,519.0,132864.0,1739.690760083031,8503296.0 +111.6,8.5,5157.0,0.008553294464945793,0.1095987930893898,2.1432101726531982,-0.011824462562799454,0.34497666358947754,0.6832708418369293,520.0,133120.0,1742.8685595220886,8519680.0 +132.24,8.600000381469727,4891.0,0.008741635829210281,0.1115926131606102,2.0967235565185547,-0.008163497783243656,0.3255176842212677,0.6954116523265839,521.0,133376.0,1746.2188653650228,8536064.0 +142.7,8.300000190734863,4774.0,0.00811081100255251,0.0945027694106102,2.1027369499206543,-0.00884045660495758,0.447064071893692,0.6642350256443024,522.0,133632.0,1749.651325740153,8552448.0 +156.17,8.600000381469727,4663.0,0.00851587112993002,0.1054890975356102,2.117368459701538,-0.011333425529301167,0.3701697587966919,0.6592904329299927,523.0,133888.0,1753.1656547510065,8568832.0 +118.79,8.800000190734863,4810.0,0.008529414422810078,0.1084798201918602,2.118037223815918,-0.010034142062067986,0.329065203666687,0.6647071540355682,524.0,134144.0,1756.572230023099,8585216.0 +143.73,8.300000190734863,4937.0,0.011134344153106213,0.120849609375,2.1204187870025635,-0.01220204308629036,0.4060209095478058,0.630023330450058,525.0,134400.0,1759.890966351144,8601600.0 +165.27,7.900000095367432,4817.0,0.008043712936341763,0.097412109375,2.0944671630859375,-0.007425453048199415,0.5311143398284912,0.6201335489749908,526.0,134656.0,1763.2924730551895,8617984.0 +118.8,8.899999618530273,5113.0,0.008962051011621952,0.1099853515625,2.066873788833618,-0.01070691179484129,0.33898720145225525,0.6836413741111755,527.0,134912.0,1766.4974426561967,8634368.0 +149.91,8.600000381469727,4801.0,0.010091135278344154,0.1241048201918602,2.153069496154785,-0.012692010961472988,0.2528795301914215,0.7268990576267242,528.0,135168.0,1769.9105103390757,8650752.0 +139.78,8.699999809265137,4977.0,0.010075265541672707,0.1199951171875,2.097132682800293,-0.01125577837228775,0.3796520531177521,0.7030564248561859,529.0,135424.0,1773.2031302431133,8667136.0 +92.0,8.699999809265137,4928.0,0.012374249286949635,0.1341145783662796,2.10208797454834,-0.010407513938844204,0.3521970808506012,0.7200255393981934,530.0,135680.0,1776.5280652530491,8683520.0 +185.7,8.0,5027.0,0.01003200188279152,0.1307779997587204,2.0928232669830322,-0.01163168903440237,0.49620795249938965,0.6626788973808289,531.0,135936.0,1779.7878642990254,8699904.0 +108.26,9.199999809265137,4993.0,0.008518355898559093,0.1038614884018898,2.04398250579834,-0.011464543640613556,0.3379414975643158,0.6978388726711273,532.0,136192.0,1783.069615413202,8716288.0 +145.14,8.800000190734863,4813.0,0.008059701882302761,0.1050618514418602,2.1202616691589355,-0.012391142547130585,0.30903759598731995,0.6673643290996552,533.0,136448.0,1786.473837341182,8732672.0 +123.14,9.100000381469727,4799.0,0.007948164828121662,0.0902506485581398,2.0738487243652344,-0.01130883302539587,0.2779645025730133,0.6853308975696564,534.0,136704.0,1789.8881487830076,8749056.0 +120.4,9.0,4715.0,0.007801019120961428,0.0960489884018898,2.0707714557647705,-0.010095505975186825,0.31562569737434387,0.6987502574920654,535.0,136960.0,1793.3635347411036,8765440.0 +138.85,8.600000381469727,5048.0,0.006838226690888405,0.0717976912856102,2.0406692028045654,-0.008321463130414486,0.41772791743278503,0.6569201350212097,536.0,137216.0,1796.6095713831019,8781824.0 +121.98,9.0,5102.0,0.007415482308715582,0.0832112655043602,2.0542848110198975,-0.010267880745232105,0.28889182209968567,0.7012279033660889,537.0,137472.0,1799.8214506101795,8798208.0 +120.22,8.899999618530273,4865.0,0.008930518291890621,0.1092529296875,2.085604429244995,-0.009967387653887272,0.3143002390861511,0.6687330305576324,538.0,137728.0,1803.189313026145,8814592.0 +135.73,8.699999809265137,4904.0,0.006016239989548922,0.0679728165268898,2.0440962314605713,-0.011163408868014812,0.3676869869232178,0.6310582756996155,539.0,137984.0,1806.5308559711557,8830976.0 +143.55,8.5,5074.0,0.008020615205168724,0.09735107421875,2.0336644649505615,-0.01062824483960867,0.4019078016281128,0.6374907195568085,540.0,138240.0,1809.7600415241905,8847360.0 +135.76,9.100000381469727,4925.0,0.008116227574646473,0.0973714217543602,2.063366174697876,-0.010884322226047516,0.25026360154151917,0.7213575839996338,541.0,138496.0,1813.08762221504,8863744.0 +136.83,8.699999809265137,4753.0,0.008049216121435165,0.0966593399643898,2.065852403640747,-0.011467191390693188,0.2763125002384186,0.7139710187911987,542.0,138752.0,1816.5350293901283,8880128.0 +180.12,8.399999618530273,5093.0,0.00704655796289444,0.0755411759018898,2.051032066345215,-0.009945281781256199,0.43272659182548523,0.6022486090660095,543.0,139008.0,1819.7527188782115,8896512.0 +137.78,8.5,4932.0,0.006385492160916328,0.07464599609375,2.026524305343628,-0.008686530403792858,0.40111616253852844,0.5919538140296936,544.0,139264.0,1823.075407317141,8912896.0 +135.13,8.699999809265137,4960.0,0.006804687902331352,0.0812174454331398,2.03367018699646,-0.010640147142112255,0.33949699997901917,0.6226384937763214,545.0,139520.0,1826.3794132471085,8929280.0 +111.99,8.699999809265137,4984.0,0.006452710833400488,0.0714111328125,2.0370676517486572,-0.01189134269952774,0.2990714907646179,0.6308149099349976,546.0,139776.0,1829.6670566701796,8945664.0 +184.84,7.699999809265137,4914.0,0.006231129169464111,0.0722452774643898,2.017387628555298,-0.009910131804645061,0.4634559154510498,0.5080612003803253,547.0,140032.0,1833.0014169190545,8962048.0 +148.05,8.5,4719.0,0.007708401884883642,0.0843098983168602,1.975840449333191,-0.010246970690786839,0.4471423923969269,0.5038022696971893,548.0,140288.0,1836.4742976021953,8978432.0 +170.69,8.100000381469727,4888.0,0.0067582279443740845,0.0762125626206398,1.9701929092407227,-0.010024002753198147,0.44443845748901367,0.5373147130012512,549.0,140544.0,1839.8268343959935,8994816.0 +151.08,8.899999618530273,4891.0,0.012326923198997974,0.1463216096162796,1.9896188974380493,-0.009657234884798527,0.3038320243358612,0.5681563913822174,550.0,140800.0,1843.1769344871864,9011200.0 +117.73,9.199999809265137,4999.0,0.007559297140687704,0.0945027694106102,1.9904576539993286,-0.009869261644780636,0.2827301025390625,0.6057766377925873,551.0,141056.0,1846.4544063271023,9027584.0 +132.24,8.5,5074.0,0.007637199014425278,0.0732828751206398,1.9969276189804077,-0.01000296976417303,0.3260538578033447,0.5759302079677582,552.0,141312.0,1849.6839388220105,9043968.0 +157.01,8.399999618530273,5181.0,0.010516323149204254,0.1263631135225296,2.0090949535369873,-0.008516847155988216,0.36708423495292664,0.5618443489074707,553.0,141568.0,1852.8466847871896,9060352.0 +114.58,9.0,4993.0,0.007383130490779877,0.0851033553481102,2.0017526149749756,-0.01008885819464922,0.318393737077713,0.6270412504673004,554.0,141824.0,1856.1283235170413,9076736.0 +149.45,8.5,5326.0,0.007796270772814751,0.0948282852768898,2.008171796798706,-0.0076394765637815,0.4034450948238373,0.533127635717392,555.0,142080.0,1859.2047657649964,9093120.0 +132.92,8.600000381469727,5120.0,0.008946673013269901,0.1142374649643898,2.019057512283325,-0.00844854861497879,0.3642713129520416,0.5711754560470581,556.0,142336.0,1862.4051051931456,9109504.0 +122.97,9.300000190734863,4894.0,0.00786773394793272,0.0967814102768898,2.0449163913726807,-0.010350151918828487,0.21997235715389252,0.7006820738315582,557.0,142592.0,1865.7535691161174,9125888.0 +148.6,8.199999809265137,5255.0,0.00872733537107706,0.1014811173081398,2.062101125717163,-0.00914826337248087,0.382147878408432,0.5524061322212219,558.0,142848.0,1868.8719899510033,9142272.0 +160.93,8.0,5261.0,0.008089651353657246,0.1024169921875,2.039458990097046,-0.008414315059781075,0.4073964059352875,0.5782541334629059,559.0,143104.0,1871.9864195550326,9158656.0 +141.6,8.800000190734863,4900.0,0.007702834904193878,0.1008097305893898,2.0037643909454346,-0.010042843408882618,0.34778109192848206,0.623157799243927,560.0,143360.0,1875.330759051023,9175040.0 +149.85,8.300000190734863,5020.0,0.007057820912450552,0.08258056640625,1.9986886978149414,-0.010425534099340439,0.4893631041049957,0.5615060031414032,561.0,143616.0,1878.5952263011131,9191424.0 +105.82,9.100000381469727,5140.0,0.008704221807420254,0.10400390625,1.9805020093917847,-0.01152834389358759,0.39110493659973145,0.5613510012626648,562.0,143872.0,1881.7837332091294,9207808.0 +125.82,8.899999618530273,4944.0,0.009266705252230167,0.1202189102768898,1.9830073118209839,-0.010464165359735489,0.299007773399353,0.592326819896698,563.0,144128.0,1885.0983828911558,9224192.0 +136.78,8.699999809265137,5039.0,0.008581642992794514,0.1004231795668602,1.9730290174484253,-0.010581903159618378,0.3452253043651581,0.6281878054141998,564.0,144384.0,1888.3503457431216,9240576.0 +112.47,8.899999618530273,4902.0,0.010569803416728973,0.10772705078125,1.9600454568862915,-0.011369607411324978,0.40252208709716797,0.582530289888382,565.0,144640.0,1891.6930815831292,9256960.0 +141.15,8.699999809265137,5148.0,0.008793472312390804,0.1076863631606102,1.9497686624526978,-0.009920681826770306,0.3750063478946686,0.6228673458099365,566.0,144896.0,1894.8765369250905,9273344.0 +109.06,8.899999618530273,4961.0,0.010737764649093151,0.1230672225356102,1.9311141967773438,-0.011502448469400406,0.3400774300098419,0.6405121386051178,567.0,145152.0,1898.1793037450407,9289728.0 +94.89,9.0,4962.0,0.008891190402209759,0.10693359375,1.925064206123352,-0.009492143988609314,0.45486295223236084,0.6076341867446899,568.0,145408.0,1901.4815753211733,9306112.0 +110.92,8.899999618530273,4921.0,0.009572760201990604,0.1154378280043602,1.959877610206604,-0.010003133676946163,0.30317914485931396,0.6635575294494629,569.0,145664.0,1904.811938695144,9322496.0 +118.13,9.199999809265137,4968.0,0.009114939719438553,0.0965372696518898,1.9756790399551392,-0.010159614495933056,0.2379075139760971,0.7029022872447968,570.0,145920.0,1908.1104582310654,9338880.0 +134.45,8.899999618530273,5056.0,0.008800861425697803,0.10845947265625,1.9936834573745728,-0.008516868576407433,0.2738105356693268,0.7043050527572632,571.0,146176.0,1911.3520355441142,9355264.0 +148.09,8.699999809265137,4925.0,0.00823693722486496,0.1043497696518898,1.9999390840530396,-0.010541088879108429,0.31695467233657837,0.642681211233139,572.0,146432.0,1914.6793400000315,9371648.0 +172.22,8.100000381469727,4906.0,0.008071188814938068,0.1040445938706398,1.9755276441574097,-0.008525741286575794,0.5147492289543152,0.5398061871528625,573.0,146688.0,1918.019658985082,9388032.0 +115.92,9.5,5194.0,0.009999558329582214,0.1249593123793602,1.9776664972305298,-0.010696162469685078,0.23598414659500122,0.6892093122005463,574.0,146944.0,1921.1747245599981,9404416.0 +107.5,8.899999618530273,4958.0,0.01105592492967844,0.1460774689912796,1.9460774660110474,-0.011084921658039093,0.351553350687027,0.6299715042114258,575.0,147200.0,1924.4801206300035,9420800.0 +156.41,9.100000381469727,5035.0,0.011905194260179996,0.1586710661649704,1.9613782167434692,-0.008298675529658794,0.2495432049036026,0.6221113204956055,576.0,147456.0,1927.7342764111236,9437184.0 +145.68,9.0,5090.0,0.01000588946044445,0.1265869140625,1.9595850706100464,-0.007117496803402901,0.30641359090805054,0.5805340707302094,577.0,147712.0,1930.9536665370688,9453568.0 +109.38,9.100000381469727,4877.0,0.008105485700070858,0.0999959334731102,1.9574189186096191,-0.009657726623117924,0.3191741406917572,0.6241651773452759,578.0,147968.0,1934.3137874039821,9469952.0 +133.97,9.100000381469727,5021.0,0.009695397689938545,0.1158040389418602,1.986517310142517,-0.009847571142017841,0.31698474287986755,0.6161753833293915,579.0,148224.0,1937.5774011469912,9486336.0 +163.98,8.399999618530273,5138.0,0.006282744463533163,0.0708821639418602,1.9910154342651367,-0.01151198148727417,0.34450921416282654,0.5940494537353516,580.0,148480.0,1940.766893363092,9502720.0 +136.2,8.699999809265137,4852.0,0.008630807511508465,0.10797119140625,1.9672369956970215,-0.009747616946697235,0.36245080828666687,0.5990445613861084,581.0,148736.0,1944.1440474761184,9519104.0 +139.74,8.899999618530273,4951.0,0.008973827585577965,0.1138712540268898,1.9986079931259155,-0.011330690234899521,0.233110249042511,0.6279849708080292,582.0,148992.0,1947.4532429750543,9535488.0 +160.53,8.600000381469727,4800.0,0.009997290559113026,0.1187540665268898,2.006143808364868,-0.008944541215896606,0.3433619439601898,0.6003386676311493,583.0,149248.0,1950.8665665402077,9551872.0 +143.08,8.600000381469727,4978.0,0.007315522525459528,0.0893351212143898,2.017120122909546,-0.009685586206614971,0.34524986147880554,0.6263513267040253,584.0,149504.0,1954.158797253156,9568256.0 +117.97,9.100000381469727,4767.0,0.006203570868819952,0.0735880509018898,1.980843424797058,-0.011358697898685932,0.3733290135860443,0.6024801433086395,585.0,149760.0,1957.5959813930094,9584640.0 +132.47,8.5,4630.0,0.01070846151560545,0.13848876953125,1.9992127418518066,-0.009682847186923027,0.3817504644393921,0.5582748353481293,586.0,150016.0,1961.1351033460815,9601024.0 +140.76,8.600000381469727,4913.0,0.00754950987175107,0.0963541641831398,1.9803858995437622,-0.009769503958523273,0.39149168133735657,0.6054235100746155,587.0,150272.0,1964.4710992830805,9617408.0 +130.06,8.300000190734863,4957.0,0.0068048457615077496,0.0682169571518898,2.0000078678131104,-0.011022957973182201,0.5256680846214294,0.5104154050350189,588.0,150528.0,1967.7765943210106,9633792.0 +112.39,8.5,5084.0,0.0065149045549333096,0.0738118514418602,2.0149857997894287,-0.011231626383960247,0.4732150733470917,0.5251330137252808,589.0,150784.0,1971.0016327700578,9650176.0 +127.48,8.800000190734863,5185.0,0.008759703487157822,0.1063028946518898,2.0197689533233643,-0.010907306335866451,0.35158297419548035,0.5095542073249817,590.0,151040.0,1974.1620387011208,9666560.0 +164.26,8.899999618530273,5149.0,0.010578480549156666,0.1287434846162796,1.9938392639160156,-0.011767559684813023,0.3034076988697052,0.5981303155422211,591.0,151296.0,1977.3445428810082,9682944.0 +116.93,9.5,5111.0,0.009343928657472134,0.11309814453125,1.9948757886886597,-0.009790537878870964,0.25119295716285706,0.6507774889469147,592.0,151552.0,1980.5504700231832,9699328.0 +119.23,8.699999809265137,4937.0,0.00868102815002203,0.1091715469956398,1.9774659872055054,-0.011767055839300156,0.34519949555397034,0.6206570565700531,593.0,151808.0,1983.8695637730416,9715712.0 +104.1,9.300000190734863,5167.0,0.010540078394114971,0.12908935546875,2.0303561687469482,-0.010390629060566425,0.20430904626846313,0.7054951786994934,594.0,152064.0,1987.0411417931318,9732096.0 +123.88,8.699999809265137,5049.0,0.011386069469153881,0.1237996444106102,2.051983118057251,-0.012004610151052475,0.34487828612327576,0.5791365802288055,595.0,152320.0,1990.2867469710764,9748480.0 +139.22,8.300000190734863,5076.0,0.010601655580103397,0.1053263321518898,2.0083749294281006,-0.010303475894033909,0.4232395887374878,0.5437020659446716,596.0,152576.0,1993.5146178670693,9764864.0 +158.41,8.5,5047.0,0.010508089326322079,0.1313679963350296,2.0010106563568115,-0.012356703169643879,0.37625443935394287,0.5951995551586151,597.0,152832.0,1996.7616789301392,9781248.0 +121.38,9.0,4870.0,0.00796495657414198,0.09161376953125,1.9934762716293335,-0.010317525826394558,0.41665878891944885,0.5852143168449402,598.0,153088.0,2000.1267061161343,9797632.0 +97.47,9.399999618530273,4794.0,0.009012586437165737,0.1061197891831398,2.0383641719818115,-0.012611914426088333,0.2005666047334671,0.7550460398197174,599.0,153344.0,2003.5446081440896,9814016.0 +93.96,9.399999618530273,5057.0,0.009568765759468079,0.112060546875,2.0142250061035156,-0.010723638348281384,0.32871198654174805,0.6371294558048248,600.0,153600.0,2006.784918062156,9830400.0 +133.82,8.699999809265137,5041.0,0.010679409839212894,0.10809326171875,2.053065061569214,-0.010318088345229626,0.3209189772605896,0.6241624057292938,601.0,153856.0,2010.035246059997,9846784.0 +145.36,8.699999809265137,4851.0,0.007177051156759262,0.0840250626206398,2.0154495239257812,-0.010800621472299099,0.396014928817749,0.5991296470165253,602.0,154112.0,2013.413432260044,9863168.0 +94.71,8.899999618530273,5248.0,0.009444459341466427,0.1039225235581398,1.933794379234314,-0.01081859041005373,0.4682375192642212,0.5743773281574249,603.0,154368.0,2016.5356615271885,9879552.0 +132.49,8.199999809265137,5189.0,0.009236086159944534,0.0886026993393898,1.9655399322509766,-0.010565311647951603,0.566900372505188,0.49526548385620117,604.0,154624.0,2019.6937622560654,9895936.0 +111.1,9.399999618530273,5035.0,0.013255824334919453,0.1322021484375,1.9508496522903442,-0.013119337148964405,0.28622111678123474,0.6415386199951172,605.0,154880.0,2022.9482565221842,9912320.0 +89.3,9.300000190734863,4772.0,0.008963561616837978,0.1178385391831398,2.0235278606414795,-0.011243600398302078,0.20128200948238373,0.7005892097949982,606.0,155136.0,2026.3820269580465,9928704.0 +142.59,8.699999809265137,5004.0,0.007002228870987892,0.083984375,2.0221004486083984,-0.009163358248770237,0.30680665373802185,0.6224441826343536,607.0,155392.0,2029.657036696095,9945088.0 +152.62,8.699999809265137,4804.0,0.008598575368523598,0.07672119140625,1.9902530908584595,-0.008985602296888828,0.37029728293418884,0.5483919382095337,608.0,155648.0,2033.0682899260428,9961472.0 +158.59,8.300000190734863,4905.0,0.006693802308291197,0.07269287109375,1.98614501953125,-0.010163485072553158,0.42540064454078674,0.5552220642566681,609.0,155904.0,2036.408864327008,9977856.0 +147.69,8.300000190734863,4651.0,0.007579488214105368,0.07684326171875,2.018465995788574,-0.010418555699288845,0.3879716098308563,0.5729706585407257,610.0,156160.0,2039.9322141259909,9994240.0 +148.23,9.100000381469727,4924.0,0.010496825911104679,0.1365153044462204,1.9761234521865845,-0.008737915195524693,0.3376086950302124,0.627866804599762,611.0,156416.0,2043.2604880591389,10010624.0 +111.54,8.300000190734863,4780.0,0.006968652829527855,0.0821736678481102,1.9895187616348267,-0.00903251115232706,0.48533472418785095,0.5268990099430084,612.0,156672.0,2046.6881454160903,10027008.0 +108.0,8.800000190734863,5026.0,0.00910196639597416,0.0920613631606102,1.9672679901123047,-0.010388010181486607,0.3723016083240509,0.5909638106822968,613.0,156928.0,2049.9486654151697,10043392.0 +104.69,8.600000381469727,4944.0,0.008174058981239796,0.0866292342543602,1.9514845609664917,-0.010736972093582153,0.3918619155883789,0.5799113512039185,614.0,157184.0,2053.2632374591194,10059776.0 +147.58,8.600000381469727,5026.0,0.009831336326897144,0.11260986328125,1.9720832109451294,-0.008475705049932003,0.36070796847343445,0.5563113987445831,615.0,157440.0,2056.523260610178,10076160.0 +85.97,9.100000381469727,4855.0,0.010590535588562489,0.1187947615981102,1.9475154876708984,-0.012940953485667706,0.3452674150466919,0.5445683598518372,616.0,157696.0,2059.8980284170248,10092544.0 +113.73,8.899999618530273,5100.0,0.012315448373556137,0.1462809294462204,2.020439386367798,-0.011679473333060741,0.2876259684562683,0.6173068881034851,617.0,157952.0,2063.1108666982036,10108928.0 +115.81,8.199999809265137,4849.0,0.008963341824710369,0.09375,2.019608736038208,-0.009929965250194073,0.49726173281669617,0.5153484046459198,618.0,158208.0,2066.490367143182,10125312.0 +135.87,9.199999809265137,5043.0,0.011055841110646725,0.1383260041475296,2.022763729095459,-0.011204692535102367,0.23309434950351715,0.6433055400848389,619.0,158464.0,2069.7399019692093,10141696.0 +156.28,8.699999809265137,4798.0,0.0073331319727003574,0.0931599959731102,2.0288751125335693,-0.011548263020813465,0.31593436002731323,0.6088349223136902,620.0,158720.0,2073.154978263192,10158080.0 +140.4,8.800000190734863,4903.0,0.007486384827643633,0.093017578125,2.019653797149658,-0.008905638940632343,0.37798628211021423,0.5692765116691589,621.0,158976.0,2076.4966318712104,10174464.0 +140.99,8.5,5031.0,0.011494514532387257,0.1209513321518898,2.0482375621795654,-0.009313853457570076,0.38144925236701965,0.5989613831043243,622.0,159232.0,2079.754002689151,10190848.0 +100.94,9.100000381469727,5065.0,0.010608897544443607,0.1275227814912796,2.048884391784668,-0.010618946515023708,0.2819545567035675,0.6753521859645844,623.0,159488.0,2082.9892300020438,10207232.0 +157.51,7.900000095367432,4997.0,0.007483390625566244,0.0914510115981102,2.05940842628479,-0.00825536996126175,0.44391319155693054,0.5740922093391418,624.0,159744.0,2086.2687268510927,10223616.0 +148.93,8.899999618530273,4702.0,0.009485320188105106,0.10882568359375,2.038222551345825,-0.011586776934564114,0.3217407464981079,0.6333242356777191,625.0,160000.0,2089.7533736911137,10240000.0 +132.61,8.300000190734863,4742.0,0.008019224740564823,0.1023152694106102,2.081655263900757,-0.010455277748405933,0.4124015271663666,0.5913903415203094,626.0,160256.0,2093.208752411185,10256384.0 +126.5,9.0,4761.0,0.007990294136106968,0.1025797501206398,2.1155741214752197,-0.01223573088645935,0.24358141422271729,0.6917892396450043,627.0,160512.0,2096.6505200162064,10272768.0 +155.06,8.699999809265137,4870.0,0.00927021261304617,0.1150716170668602,2.1176064014434814,-0.012412995100021362,0.28934767842292786,0.6451952457427979,628.0,160768.0,2100.0154093690217,10289152.0 +170.22,8.5,4737.0,0.008196945302188396,0.1083577498793602,2.1276447772979736,-0.01259249821305275,0.27750086784362793,0.6701464056968689,629.0,161024.0,2103.47450260818,10305536.0 +183.72,8.699999809265137,4884.0,0.008114212192595005,0.1024169921875,2.092982053756714,-0.00969910528510809,0.28483402729034424,0.7117723822593689,630.0,161280.0,2106.829371417174,10321920.0 +183.47,8.399999618530273,4933.0,0.010103126056492329,0.1139322891831398,2.1065726280212402,-0.011298931203782558,0.3276292085647583,0.6256765723228455,631.0,161536.0,2110.151168829063,10338304.0 +139.3,9.0,4853.0,0.01536092534661293,0.1301676481962204,2.0710995197296143,-0.011931351386010647,0.2850540578365326,0.7274671494960785,632.0,161792.0,2113.5279338411056,10354688.0 +165.91,8.199999809265137,5083.0,0.007873841561377048,0.1009928360581398,2.114588499069214,-0.01119967456907034,0.3786945641040802,0.6459695398807526,633.0,162048.0,2116.751857876079,10371072.0 +178.02,7.900000095367432,5259.0,0.009340769611299038,0.1074015274643898,2.0899288654327393,-0.011585448868572712,0.3865867555141449,0.6558160185813904,634.0,162304.0,2119.8676512790844,10387456.0 +129.03,8.800000190734863,4918.0,0.009572083130478859,0.1009724959731102,2.066878080368042,-0.014784005470573902,0.30652013421058655,0.7178820669651031,635.0,162560.0,2123.1993260921445,10403840.0 +147.4,8.100000381469727,5249.0,0.00807312410324812,0.0918985977768898,2.0843045711517334,-0.009334061294794083,0.4153008759021759,0.6279456317424774,636.0,162816.0,2126.321334858192,10420224.0 +154.4,9.199999809265137,5011.0,0.009490788914263248,0.1057535782456398,2.032682180404663,-0.012794912792742252,0.34357964992523193,0.6997843980789185,637.0,163072.0,2129.591546824202,10436608.0 +104.0,9.300000190734863,5034.0,0.010885451920330524,0.1380208283662796,2.0686917304992676,-0.013934987597167492,0.2506202757358551,0.7535902410745621,638.0,163328.0,2132.846742179012,10452992.0 +166.44,8.399999618530273,4969.0,0.008219107054173946,0.095458984375,2.0644466876983643,-0.011735733598470688,0.33979424834251404,0.6738945245742798,639.0,163584.0,2136.145271331072,10469376.0 +144.18,8.300000190734863,4929.0,0.007541506085544825,0.0943806990981102,2.059546709060669,-0.010781001299619675,0.37106645107269287,0.6760899126529694,640.0,163840.0,2139.469704300165,10485760.0 +161.03,7.800000190734863,4846.0,0.005516406614333391,0.05853271484375,2.0489275455474854,-0.009856694377958775,0.46636486053466797,0.6616248190402985,641.0,164096.0,2142.8508701461833,10502144.0 +149.12,9.0,4850.0,0.008867650292813778,0.1051025390625,2.0119450092315674,-0.012563240714371204,0.30740129947662354,0.7205696105957031,642.0,164352.0,2146.2296020539943,10518528.0 +134.63,8.600000381469727,5040.0,0.010629660449922085,0.1338094025850296,1.9830878973007202,-0.013863611966371536,0.5293046832084656,0.6180415749549866,643.0,164608.0,2149.4808836621232,10534912.0 +98.06,9.199999809265137,4920.0,0.01158345490694046,0.1369425505399704,1.9721041917800903,-0.012996057979762554,0.3558086156845093,0.7277275323867798,644.0,164864.0,2152.8136042710394,10551296.0 +122.72,8.699999809265137,5232.0,0.008660313673317432,0.0983072891831398,2.0339109897613525,-0.013864903710782528,0.3452543318271637,0.684025377035141,645.0,165120.0,2155.945686981082,10567680.0 +154.69,8.899999618530273,5038.0,0.011437798850238323,0.1349894255399704,2.042504072189331,-0.013645079918205738,0.3045373857021332,0.7174215316772461,646.0,165376.0,2159.1985071310773,10584064.0 +124.15,8.5,5057.0,0.010267116129398346,0.13470458984375,2.0476930141448975,-0.014747180975973606,0.364235520362854,0.6824578046798706,647.0,165632.0,2162.4388661370613,10600448.0 +149.65,8.800000190734863,5115.0,0.010248045437037945,0.1245524063706398,2.0312559604644775,-0.014417965896427631,0.32119086384773254,0.7145039141178131,648.0,165888.0,2165.6431463400368,10616832.0 +133.37,8.800000190734863,4619.0,0.009796845726668835,0.1133015975356102,2.0898380279541016,-0.013124377466738224,0.30529335141181946,0.6964156925678253,649.0,166144.0,2169.1903853770345,10633216.0 +159.37,8.699999809265137,4820.0,0.01029310654848814,0.1244303360581398,2.0664148330688477,-0.014085070230066776,0.31467553973197937,0.6805053949356079,650.0,166400.0,2172.5901822110172,10649600.0 +86.23,8.5,5016.0,0.009839166887104511,0.1222737655043602,2.0279040336608887,-0.011585328727960587,0.40131044387817383,0.6661526560783386,651.0,166656.0,2175.8573284070008,10665984.0 +156.25,8.699999809265137,4717.0,0.011297706514596939,0.1341552734375,2.0541574954986572,-0.013201176188886166,0.335009902715683,0.6978111863136292,652.0,166912.0,2179.3313581331167,10682368.0 +125.52,8.600000381469727,4983.0,0.010161369107663631,0.12847900390625,2.041072130203247,-0.014190714806318283,0.3441356122493744,0.7249575257301331,653.0,167168.0,2182.619974237168,10698752.0 +190.49,8.100000381469727,4860.0,0.007843251340091228,0.0947672501206398,2.0785791873931885,-0.011146947741508484,0.40906989574432373,0.6915035545825958,654.0,167424.0,2185.991630013101,10715136.0 +121.26,8.600000381469727,5045.0,0.006702206563204527,0.0684814453125,2.0489375591278076,-0.009673131629824638,0.4309772253036499,0.6322358846664429,655.0,167680.0,2189.239948725095,10731520.0 +89.99,9.100000381469727,4797.0,0.008076152764260769,0.0992431640625,2.051866054534912,-0.014318990521132946,0.3447708785533905,0.6879204213619232,656.0,167936.0,2192.6559834890068,10747904.0 +178.18,8.100000381469727,5172.0,0.008891013450920582,0.1102091446518898,2.0989372730255127,-0.008613334968686104,0.3767038583755493,0.6735335886478424,657.0,168192.0,2195.8244213489816,10764288.0 +177.16,7.900000095367432,5018.0,0.008136202581226826,0.0983072891831398,2.1212923526763916,-0.010854817926883698,0.3120795488357544,0.663992166519165,658.0,168448.0,2199.089833721984,10780672.0 +196.22,8.199999809265137,4863.0,0.008126252330839634,0.1001790389418602,2.138702869415283,-0.010798166505992413,0.23662637174129486,0.7098783850669861,659.0,168704.0,2202.459359909175,10797056.0 +212.81,7.900000095367432,4970.0,0.009802643209695816,0.12615966796875,2.1483306884765625,-0.010456970892846584,0.36585044860839844,0.6692601442337036,660.0,168960.0,2205.7568709719926,10813440.0 +213.84,7.599999904632568,5218.0,0.007771877106279135,0.0954182967543602,2.1632308959960938,-0.010439514182507992,0.34884002804756165,0.6681821048259735,661.0,169216.0,2208.8969127971213,10829824.0 +182.62,8.399999618530273,4957.0,0.00665432820096612,0.0808308944106102,2.1333398818969727,-0.011097575537860394,0.2967641353607178,0.6870658099651337,662.0,169472.0,2212.2026514161844,10846208.0 +168.53,8.5,5243.0,0.007839265279471874,0.096435546875,2.1024832725524902,-0.01300321239978075,0.3526313006877899,0.6896553635597229,663.0,169728.0,2215.3280457821675,10862592.0 +160.22,8.800000190734863,5098.0,0.008826068602502346,0.1134440079331398,2.0964810848236084,-0.01218977477401495,0.3336535692214966,0.6783692538738251,664.0,169984.0,2218.542451107176,10878976.0 +156.22,8.800000190734863,4996.0,0.008533770218491554,0.1084187850356102,2.0997836589813232,-0.013639549724757671,0.2748512923717499,0.7082427740097046,665.0,170240.0,2221.822560883127,10895360.0 +116.61,9.300000190734863,5025.0,0.01046586874872446,0.1215616837143898,2.0751988887786865,-0.014818980358541012,0.23633791506290436,0.7448576986789703,666.0,170496.0,2225.0870817571413,10911744.0 +153.37,8.300000190734863,4925.0,0.010868276469409466,0.108154296875,2.1003739833831787,-0.009516270831227303,0.38657060265541077,0.632826417684555,667.0,170752.0,2228.414136571111,10928128.0 +139.32,9.300000190734863,5005.0,0.010413083247840405,0.13079833984375,2.084587812423706,-0.014254591427743435,0.20246674120426178,0.7821086496114731,668.0,171008.0,2231.6878291601315,10944512.0 +163.97,8.199999809265137,4947.0,0.011184930801391602,0.14129638671875,2.109327554702759,-0.007497027982026339,0.4168058931827545,0.6614194214344025,669.0,171264.0,2235.0008504751604,10960896.0 +133.81,9.199999809265137,5113.0,0.011509059928357601,0.1434326171875,2.0578887462615967,-0.01429669838398695,0.28772932291030884,0.7234025001525879,670.0,171520.0,2238.205798080191,10977280.0 +150.16,8.0,5093.0,0.007626811508089304,0.09375,2.0184786319732666,-0.011880339123308659,0.5188795328140259,0.6189806759357452,671.0,171776.0,2241.423660332104,10993664.0 +113.25,8.600000381469727,5057.0,0.007814217358827591,0.0923055037856102,2.0110323429107666,-0.013284889049828053,0.4054199457168579,0.6555487215518951,672.0,172032.0,2244.6641160121653,11010048.0 +123.67,8.699999809265137,4980.0,0.009374754503369331,0.1177571639418602,1.990950584411621,-0.013866223394870758,0.3823606073856354,0.6996091902256012,673.0,172288.0,2247.954397269059,11026432.0 +108.13,8.699999809265137,5058.0,0.009737644344568253,0.11962890625,1.9675389528274536,-0.014748058281838894,0.42167913913726807,0.6590197384357452,674.0,172544.0,2251.1937133581378,11042816.0 +87.43,9.0,4818.0,0.008155412040650845,0.0943196639418602,1.9625052213668823,-0.012675750069320202,0.42493727803230286,0.6965792179107666,675.0,172800.0,2254.594829066191,11059200.0 +110.31,8.899999618530273,4997.0,0.009157468564808369,0.1139933243393898,1.9818096160888672,-0.012606266885995865,0.3547811806201935,0.7347350716590881,676.0,173056.0,2257.874277753057,11075584.0 +105.9,8.699999809265137,4948.0,0.011292045004665852,0.1354166716337204,2.0015881061553955,-0.015217557549476624,0.4007148742675781,0.7137522101402283,677.0,173312.0,2261.1859507290646,11091968.0 +114.48,8.699999809265137,5043.0,0.01103361789137125,0.1434122771024704,2.0055737495422363,-0.013829403556883335,0.37889134883880615,0.7309675812721252,678.0,173568.0,2264.4350955050904,11108352.0 +128.31,8.899999618530273,5031.0,0.008517949841916561,0.0982666015625,2.0037529468536377,-0.014624337665736675,0.31013426184654236,0.7711673825979233,679.0,173824.0,2267.6923912821803,11124736.0 +124.82,9.100000381469727,5062.0,0.01028213556855917,0.1325480192899704,2.0228793621063232,-0.014476850628852844,0.2391202598810196,0.7983246147632599,680.0,174080.0,2270.9298908000346,11141120.0 +166.64,8.0,4984.0,0.009803649969398975,0.1212361678481102,2.0052504539489746,-0.016050001606345177,0.45814040303230286,0.6731588244438171,681.0,174336.0,2274.217516878154,11157504.0 +142.27,8.699999809265137,4986.0,0.010688748210668564,0.13458251953125,1.976821780204773,-0.015704838559031487,0.3340303599834442,0.7444060742855072,682.0,174592.0,2277.5040515461005,11173888.0 +117.39,8.800000190734863,5000.0,0.008532362058758736,0.1019287109375,1.9601305723190308,-0.012953109107911587,0.39394426345825195,0.7155584692955017,683.0,174848.0,2280.781620321097,11190272.0 +140.73,8.800000190734863,5219.0,0.01365675125271082,0.1553141325712204,1.9514516592025757,-0.013098672963678837,0.3678077161312103,0.6935339868068695,684.0,175104.0,2283.9216046261135,11206656.0 +103.45,9.0,5100.0,0.010215808637440205,0.129638671875,1.9344712495803833,-0.013760468922555447,0.3404242992401123,0.7155601978302002,685.0,175360.0,2287.134669507155,11223040.0 +141.33,9.100000381469727,4877.0,0.00867543462663889,0.10772705078125,1.9408130645751953,-0.01358403917402029,0.3672119081020355,0.7112277448177338,686.0,175616.0,2290.494851311203,11239424.0 +88.06,9.100000381469727,5093.0,0.013452745974063873,0.11572265625,1.9347848892211914,-0.013528652489185333,0.3278597295284271,0.7184682190418243,687.0,175872.0,2293.712366101099,11255808.0 +110.43,8.899999618530273,5040.0,0.01223843265324831,0.1369832307100296,1.9813858270645142,-0.013843291439116001,0.3513139486312866,0.7080639004707336,688.0,176128.0,2296.96367483004,11272192.0 +132.1,8.800000190734863,4666.0,0.00816409382969141,0.09771728515625,1.9890222549438477,-0.014391432516276836,0.39636245369911194,0.7127249836921692,689.0,176384.0,2300.475325137144,11288576.0 +112.98,8.800000190734863,5020.0,0.008195913396775723,0.10467529296875,1.9886387586593628,-0.014847141690552235,0.4239453077316284,0.7085388898849487,690.0,176640.0,2303.7393373521045,11304960.0 +105.87,9.399999618530273,5262.0,0.00830143503844738,0.1010945662856102,1.9383848905563354,-0.01391143724322319,0.3229728937149048,0.7483145594596863,691.0,176896.0,2306.8537626080215,11321344.0 +133.07,8.800000190734863,5008.0,0.00800256710499525,0.1002400740981102,1.9526315927505493,-0.011171657592058182,0.36201539635658264,0.6994297504425049,692.0,177152.0,2310.1259473641403,11337728.0 +130.47,9.0,4913.0,0.010124058462679386,0.1326700896024704,1.9571565389633179,-0.014266226440668106,0.36052170395851135,0.7043629586696625,693.0,177408.0,2313.461265722988,11354112.0 +87.14,9.100000381469727,4931.0,0.010105020366609097,0.1102701798081398,1.920711874961853,-0.014004156924784184,0.4495612382888794,0.6751422584056854,694.0,177664.0,2316.7841900971252,11370496.0 +89.01,9.100000381469727,4992.0,0.008557291701436043,0.1005045548081398,1.9371999502182007,-0.014927367679774761,0.3352847397327423,0.708655595779419,695.0,177920.0,2320.0667387011927,11386880.0 +88.53,9.5,5031.0,0.009854920208454132,0.1172892227768898,1.935229778289795,-0.014056461863219738,0.31409189105033875,0.7512409836053848,696.0,178176.0,2323.323696474079,11403264.0 +88.14,9.199999809265137,5002.0,0.009077309630811214,0.1178385391831398,1.912335991859436,-0.011658183299005032,0.41153231263160706,0.6901364624500275,697.0,178432.0,2326.599565310171,11419648.0 +102.92,8.899999618530273,4785.0,0.006072001997381449,0.0735270157456398,1.915929913520813,-0.010624628514051437,0.41061463952064514,0.6776581406593323,698.0,178688.0,2330.0239044961054,11436032.0 +116.5,8.600000381469727,4965.0,0.007900445722043514,0.0987955704331398,1.9244569540023804,-0.010115796700119972,0.5603863596916199,0.5547930598258972,699.0,178944.0,2333.3240287180524,11452416.0 +91.9,9.0,4911.0,0.009850886650383472,0.1192626953125,1.9086769819259644,-0.013488218188285828,0.4196434020996094,0.5821187496185303,700.0,179200.0,2336.6605700470973,11468800.0 +86.12,9.399999618530273,4974.0,0.009898080490529537,0.1111857071518898,1.8987377882003784,-0.012798316776752472,0.30562689900398254,0.6289398074150085,701.0,179456.0,2339.955087215174,11485184.0 +94.98,8.899999618530273,4987.0,0.006311954464763403,0.0699259415268898,1.959047794342041,-0.009901003912091255,0.43397167325019836,0.5566980242729187,702.0,179712.0,2343.2405678050127,11501568.0 +94.09,9.0,4799.0,0.00580163998529315,0.0626424178481102,1.9587239027023315,-0.010920868255198002,0.4047439992427826,0.5952348709106445,703.0,179968.0,2346.655319925165,11517952.0 +87.15,9.0,4878.0,0.006502501666545868,0.0765380859375,1.9871472120285034,-0.011430323123931885,0.4319387972354889,0.58651003241539,704.0,180224.0,2350.014804309001,11534336.0 +84.8,8.600000381469727,5082.0,0.006707087159156799,0.0765380859375,1.9879010915756226,-0.013284855522215366,0.46922311186790466,0.5731115639209747,705.0,180480.0,2353.2388486100826,11550720.0 +113.35,8.899999618530273,5002.0,0.008236085064709187,0.1084187850356102,1.9915035963058472,-0.009901655837893486,0.3986969292163849,0.6208135783672333,706.0,180736.0,2356.514544907026,11567104.0 +129.06,9.0,5082.0,0.008745422586798668,0.11346435546875,1.9838932752609253,-0.009276547469198704,0.2631891965866089,0.7014019191265106,707.0,180992.0,2359.7386632091366,11583488.0 +120.48,8.699999809265137,5220.0,0.00624042609706521,0.0735880509018898,1.9918121099472046,-0.012214181013405323,0.357339471578598,0.6280223429203033,708.0,181248.0,2362.877679059049,11599872.0 +121.58,8.899999618530273,4790.0,0.007363297510892153,0.0907389298081398,2.002587080001831,-0.010346532799303532,0.42193734645843506,0.5818980038166046,709.0,181504.0,2366.298753215,11616256.0 +148.59,8.199999809265137,4870.0,0.006327781360596418,0.0766398087143898,2.0727179050445557,-0.009106514975428581,0.5076297521591187,0.5658431947231293,710.0,181760.0,2369.663191218162,11632640.0 +133.45,8.399999618530273,5074.0,0.005429291632026434,0.0639241561293602,2.0766708850860596,-0.009761703200638294,0.4070570468902588,0.6161596775054932,711.0,182016.0,2372.8924442331772,11649024.0 +127.49,9.100000381469727,5038.0,0.00771882152184844,0.0860188826918602,2.0532829761505127,-0.01027789805084467,0.26317113637924194,0.6590853929519653,712.0,182272.0,2376.145371607039,11665408.0 +119.86,8.600000381469727,4842.0,0.007595857139676809,0.0968221053481102,2.0423505306243896,-0.009969559498131275,0.4308747351169586,0.5720663666725159,713.0,182528.0,2379.5293835361954,11681792.0 +106.28,9.399999618530273,4708.0,0.007611190900206566,0.0877278670668602,2.009275197982788,-0.012124110013246536,0.34120282530784607,0.6269399523735046,714.0,182784.0,2383.01012952812,11698176.0 +105.92,8.399999618530273,5069.0,0.006638131570070982,0.0826212540268898,2.0084307193756104,-0.009437729604542255,0.5905854105949402,0.530345231294632,715.0,183040.0,2386.2432855512016,11714560.0 +88.66,8.600000381469727,5117.0,0.00771402707323432,0.09246826171875,2.0319924354553223,-0.010991728864610195,0.3657628297805786,0.6491798162460327,716.0,183296.0,2389.4452416452114,11730944.0 +112.67,8.5,4982.0,0.006936545949429274,0.0866495743393898,2.039482355117798,-0.008933953009545803,0.4218299388885498,0.6278702318668365,717.0,183552.0,2392.7345761910547,11747328.0 +99.17,8.600000381469727,4873.0,0.007017856929451227,0.0767618790268898,2.032639265060425,-0.010236145928502083,0.4276515543460846,0.6056178212165833,718.0,183808.0,2396.0973419621587,11763712.0 +115.99,9.0,5044.0,0.0063662282191216946,0.06280517578125,2.0476317405700684,-0.009434565901756287,0.3941034972667694,0.6004111468791962,719.0,184064.0,2399.3461416710634,11780096.0 +99.9,8.800000190734863,5028.0,0.006051967386156321,0.0740559920668602,2.077606439590454,-0.010580210946500301,0.3341144621372223,0.6258505582809448,720.0,184320.0,2402.6050695381127,11796480.0 +149.81,8.5,5154.0,0.006698852404952049,0.07513427734375,2.107956647872925,-0.009564450941979885,0.3657621145248413,0.5923352241516113,721.0,184576.0,2405.78883153107,11812864.0 +145.81,8.699999809265137,4913.0,0.0074629224836826324,0.0930582657456398,2.0722765922546387,-0.009877667762339115,0.35488224029541016,0.5560089349746704,722.0,184832.0,2409.12378801615,11829248.0 +178.82,8.600000381469727,4956.0,0.007292741909623146,0.075439453125,2.092946767807007,-0.01006465032696724,0.34135687351226807,0.5696717798709869,723.0,185088.0,2412.430111776106,11845632.0 +122.53,8.699999809265137,5204.0,0.007603943347930908,0.0883382186293602,2.044661283493042,-0.01251301635056734,0.4116334617137909,0.5841991901397705,724.0,185344.0,2415.579015352996,11862016.0 +104.78,9.399999618530273,5109.0,0.009209156967699528,0.1208699569106102,2.036257028579712,-0.012666739523410797,0.19761931896209717,0.740505576133728,725.0,185600.0,2418.7863420930225,11878400.0 +167.01,8.199999809265137,4964.0,0.008090220391750336,0.10009765625,2.036860227584839,-0.010555197484791279,0.42568039894104004,0.5993042290210724,726.0,185856.0,2422.0875560580753,11894784.0 +87.58,9.100000381469727,4993.0,0.00863379705697298,0.10919189453125,2.0374863147735596,-0.011627600528299809,0.2700829803943634,0.6808703541755676,727.0,186112.0,2425.369511780096,11911168.0 +147.86,8.800000190734863,5037.0,0.007765134796500206,0.0896199569106102,2.048973321914673,-0.012965547852218151,0.3277142345905304,0.6408717632293701,728.0,186368.0,2428.6230407911353,11927552.0 +139.85,8.600000381469727,5045.0,0.007933872751891613,0.10406494140625,2.082352876663208,-0.01033291406929493,0.3007473051548004,0.6056489050388336,729.0,186624.0,2431.871350998059,11943936.0 +193.85,8.5,5028.0,0.009869555942714214,0.13018798828125,2.104492425918579,-0.008782860822975636,0.3299289047718048,0.5455448031425476,730.0,186880.0,2435.130728211021,11960320.0 +197.54,8.199999809265137,5066.0,0.006721295416355133,0.0789794921875,2.131174087524414,-0.011076214723289013,0.2785581350326538,0.6066852807998657,731.0,187136.0,2438.3651288750116,11976704.0 +213.24,7.900000095367432,5087.0,0.00895033311098814,0.09564208984375,2.132524251937866,-0.00946547370404005,0.29737934470176697,0.599491685628891,732.0,187392.0,2441.5863206430804,11993088.0 +203.75,8.399999618530273,5118.0,0.009635614231228828,0.12017822265625,2.072519540786743,-0.009967029094696045,0.30454951524734497,0.6206736862659454,733.0,187648.0,2444.7881241301075,12009472.0 +178.87,8.600000381469727,4875.0,0.00792059674859047,0.1006673201918602,2.0735247135162354,-0.012181843630969524,0.27971598505973816,0.6938823759555817,734.0,187904.0,2448.149745580042,12025856.0 +194.2,8.199999809265137,5018.0,0.008635380305349827,0.1102701798081398,2.0695865154266357,-0.011043593287467957,0.2951017916202545,0.675388514995575,735.0,188160.0,2451.415267100092,12042240.0 +160.46,8.699999809265137,4957.0,0.008779089897871017,0.1077067032456398,2.039625406265259,-0.01085446123033762,0.255589097738266,0.7167017757892609,736.0,188416.0,2454.7212156360038,12058624.0 +190.64,8.100000381469727,4996.0,0.00943619105964899,0.1181844100356102,2.0742733478546143,-0.009836423210799694,0.310364693403244,0.6485850811004639,737.0,188672.0,2458.0011654961854,12075008.0 +195.96,8.199999809265137,5063.0,0.007421786431223154,0.0918985977768898,2.07183575630188,-0.011528507806360722,0.34796205163002014,0.636011153459549,738.0,188928.0,2461.2378206769936,12091392.0 +163.31,9.100000381469727,4936.0,0.009221436455845833,0.1273193359375,2.0638675689697266,-0.010682872496545315,0.22952990233898163,0.7095295190811157,739.0,189184.0,2464.557780769188,12107776.0 +141.51,8.899999618530273,5167.0,0.007800110150128603,0.0878092423081398,2.0557057857513428,-0.011121861636638641,0.28836193680763245,0.689562976360321,740.0,189440.0,2467.7292623631656,12124160.0 +151.91,8.600000381469727,4897.0,0.009578089229762554,0.1012166365981102,2.064833164215088,-0.012103486806154251,0.32494086027145386,0.6662968397140503,741.0,189696.0,2471.075273390161,12140544.0 +166.61,8.199999809265137,5047.0,0.008028189651668072,0.0987345352768898,2.0810327529907227,-0.012346283532679081,0.33135250210762024,0.6647515594959259,742.0,189952.0,2474.32177512208,12156928.0 +166.04,8.600000381469727,4911.0,0.00837149377912283,0.10333251953125,2.074601411819458,-0.01106558833271265,0.27809926867485046,0.6876857280731201,743.0,190208.0,2477.6581814491656,12173312.0 +197.71,8.399999618530273,5042.0,0.00823208224028349,0.1038004532456398,2.0858497619628906,-0.013577369041740894,0.28705528378486633,0.6488931775093079,744.0,190464.0,2480.908266257029,12189696.0 +198.5,8.399999618530273,4939.0,0.008647969923913479,0.1053873673081398,2.087981939315796,-0.014183558523654938,0.2733329236507416,0.6694031953811646,745.0,190720.0,2484.2262159390375,12206080.0 +206.2,8.5,5282.0,0.010382811538875103,0.1291707307100296,2.0768048763275146,-0.014422900974750519,0.2799195945262909,0.6728767454624176,746.0,190976.0,2487.328575785039,12222464.0 +153.89,9.100000381469727,5333.0,0.009848849847912788,0.1194864884018898,2.031907320022583,-0.014721791259944439,0.29685983061790466,0.7005524933338165,747.0,191232.0,2490.401110154111,12238848.0 +130.39,8.399999618530273,5219.0,0.007995090447366238,0.1003011092543602,2.0291106700897217,-0.012642711400985718,0.41621947288513184,0.6715472638607025,748.0,191488.0,2493.5408091130666,12255232.0 +96.99,8.5,4939.0,0.009219812229275703,0.1138509139418602,1.9924083948135376,-0.014236769638955593,0.5503553748130798,0.5847011506557465,749.0,191744.0,2496.858383690007,12271616.0 +130.31,9.399999618530273,5104.0,0.00930947344750166,0.1205240860581398,1.9819072484970093,-0.015035835094749928,0.266649454832077,0.7136109173297882,750.0,192000.0,2500.068727309117,12288000.0 +93.36,9.199999809265137,4988.0,0.010919329710304737,0.1325886994600296,1.9622429609298706,-0.016014905646443367,0.27508750557899475,0.7434727549552917,751.0,192256.0,2503.3536977150943,12304384.0 +116.69,9.300000190734863,4900.0,0.01022335048764944,0.1035970076918602,1.933946132659912,-0.013018163852393627,0.4027467966079712,0.6577266752719879,752.0,192512.0,2506.698310057167,12320768.0 +124.12,8.899999618530273,4885.0,0.011211874894797802,0.1404215544462204,1.9813107252120972,-0.014601089060306549,0.31458255648612976,0.7222864627838135,753.0,192768.0,2510.0530169929843,12337152.0 +115.35,9.199999809265137,5045.0,0.010365387424826622,0.12750244140625,1.9546667337417603,-0.014924239367246628,0.30926284193992615,0.7165214717388153,754.0,193024.0,2513.301329214126,12353536.0 +112.59,8.800000190734863,4730.0,0.010364688001573086,0.1285400390625,2.0025908946990967,-0.011738833039999008,0.3442349433898926,0.7348631620407104,755.0,193280.0,2516.765497467015,12369920.0 +99.98,9.0,5034.0,0.008070134557783604,0.102294921875,2.0018975734710693,-0.014742784202098846,0.3189601004123688,0.7251652181148529,756.0,193536.0,2520.0206886541564,12386304.0 +143.66,9.0,4831.0,0.01001301221549511,0.1293741911649704,2.0025758743286133,-0.014626988209784031,0.2519095838069916,0.7876627147197723,757.0,193792.0,2523.4126614131965,12402688.0 +119.74,9.0,4937.0,0.0091974176466465,0.1095784530043602,2.0109779834747314,-0.014200153760612011,0.2520175874233246,0.775809571146965,758.0,194048.0,2526.7321215921547,12419072.0 +172.33,8.800000190734863,4948.0,0.00978794600814581,0.1128743514418602,1.9770479202270508,-0.011978290975093842,0.3355487883090973,0.749736875295639,759.0,194304.0,2530.043849269161,12435456.0 +110.23,8.600000381469727,5028.0,0.011697489768266678,0.1036783829331398,1.986606240272522,-0.012837192974984646,0.39276692271232605,0.6885499060153961,760.0,194560.0,2533.30266848905,12451840.0 +128.46,9.199999809265137,4963.0,0.010594491846859455,0.11871337890625,1.9825459718704224,-0.012956884689629078,0.21577410399913788,0.8124787956476212,761.0,194816.0,2536.606850058073,12468224.0 +150.19,8.399999618530273,4844.0,0.007106700912117958,0.0860188826918602,2.0042083263397217,-0.010770046152174473,0.4011714458465576,0.7058704495429993,762.0,195072.0,2539.989763596095,12484608.0 +167.77,8.5,4962.0,0.007118966896086931,0.0910848006606102,1.9963542222976685,-0.010501819662749767,0.34547820687294006,0.7079616487026215,763.0,195328.0,2543.2921768759843,12500992.0 +106.52,8.699999809265137,4985.0,0.010417248122394085,0.1324666291475296,2.0056707859039307,-0.014442396350204945,0.3074491322040558,0.7157126367092133,764.0,195584.0,2546.5791837021243,12517376.0 +176.19,8.5,4985.0,0.009345942176878452,0.11962890625,2.0066540241241455,-0.010428070090711117,0.2990848422050476,0.7273193597793579,765.0,195840.0,2549.866373907076,12533760.0 +157.96,8.800000190734863,5087.0,0.008046181872487068,0.1041666641831398,2.030395030975342,-0.01205535139888525,0.2913425862789154,0.7143396437168121,766.0,196096.0,2553.087299708044,12550144.0 +139.74,8.899999618530273,5153.0,0.008857895620167255,0.1101888045668602,1.9734951257705688,-0.013530165888369083,0.370700478553772,0.664079874753952,767.0,196352.0,2556.267736075213,12566528.0 +103.25,9.100000381469727,4840.0,0.01458671037107706,0.1333821564912796,1.99776029586792,-0.012046776711940765,0.34910455346107483,0.6672091782093048,768.0,196608.0,2559.653400915209,12582912.0 +157.46,8.300000190734863,4746.0,0.011454880237579346,0.1049397811293602,1.9893099069595337,-0.009325875900685787,0.4251842498779297,0.6517424881458282,769.0,196864.0,2563.106149689993,12599296.0 +98.63,9.600000381469727,5202.0,0.01000146847218275,0.1239217147231102,2.0004236698150635,-0.015291535295546055,0.194299578666687,0.7826218008995056,770.0,197120.0,2566.25670776912,12615680.0 +141.26,8.5,5053.0,0.010583343915641308,0.1088053360581398,2.0273449420928955,-0.009953256696462631,0.40278133749961853,0.6935480535030365,771.0,197376.0,2569.499626564095,12632064.0 +127.56,8.600000381469727,5115.0,0.009428446181118488,0.1034139022231102,1.9844380617141724,-0.014728009700775146,0.36885499954223633,0.7235472500324249,772.0,197632.0,2572.703506858088,12648448.0 +107.52,9.100000381469727,5109.0,0.008793831802904606,0.09820556640625,2.0107147693634033,-0.013733475469052792,0.28514593839645386,0.7689403593540192,773.0,197888.0,2575.9112362060696,12664832.0 +142.23,8.699999809265137,5093.0,0.008604525588452816,0.113525390625,2.0150721073150635,-0.00948622077703476,0.38266316056251526,0.7009589970111847,774.0,198144.0,2579.1286674481817,12681216.0 +137.49,8.5,5038.0,0.007996785454452038,0.0976765975356102,1.9848661422729492,-0.011963450349867344,0.46039196848869324,0.6733473837375641,775.0,198400.0,2582.3813143980224,12697600.0 +99.26,8.800000190734863,5002.0,0.013186539523303509,0.11932373046875,1.9743329286575317,-0.015226398594677448,0.3787747621536255,0.7288731634616852,776.0,198656.0,2585.6578589300625,12713984.0 +109.67,9.0,4982.0,0.011047973297536373,0.107177734375,1.984399676322937,-0.014344677329063416,0.38066259026527405,0.7091617584228516,777.0,198912.0,2588.9474809591193,12730368.0 +106.95,8.899999618530273,4912.0,0.008031973615288734,0.0965372696518898,2.0496394634246826,-0.012365504167973995,0.3209775984287262,0.6931464970111847,778.0,199168.0,2592.2834410660435,12746752.0 +167.15,8.0,4760.0,0.007597023155540228,0.0926310196518898,2.020179271697998,-0.011478687636554241,0.46747541427612305,0.6324779987335205,779.0,199424.0,2595.725917379139,12763136.0 +127.09,9.0,5020.0,0.009663492441177368,0.1170857772231102,2.0072786808013916,-0.016122695058584213,0.3228948712348938,0.7090118527412415,780.0,199680.0,2598.9901922240388,12779520.0 +114.94,8.699999809265137,4821.0,0.010610301978886127,0.1332194060087204,2.027169942855835,-0.011818386614322662,0.36148276925086975,0.6962346732616425,781.0,199936.0,2602.3892762120813,12795904.0 +143.42,8.800000190734863,4941.0,0.00894169695675373,0.1077880859375,2.064540147781372,-0.012136843055486679,0.3311102092266083,0.71699059009552,782.0,200192.0,2605.705747486092,12812288.0 +162.51,8.199999809265137,4908.0,0.00883360393345356,0.1109415665268898,2.05431866645813,-0.009354910813272,0.44216200709342957,0.6859680712223053,783.0,200448.0,2609.0442500780337,12828672.0 +133.25,8.800000190734863,4790.0,0.008800807408988476,0.1026407852768898,2.053255558013916,-0.012875996530056,0.3422057628631592,0.7433434426784515,784.0,200704.0,2612.4651332900394,12845056.0 +130.95,8.600000381469727,4874.0,0.006998175289481878,0.0821533203125,2.012728691101074,-0.013616204261779785,0.3673289716243744,0.7462460398674011,785.0,200960.0,2615.8272787481546,12861440.0 +92.21,8.800000190734863,5206.0,0.007168725598603487,0.0830891951918602,2.0010080337524414,-0.01352767739444971,0.4110698401927948,0.7218692302703857,786.0,201216.0,2618.9748894011136,12877824.0 +120.27,8.899999618530273,4996.0,0.011261134408414364,0.1455281525850296,2.0106685161590576,-0.015277917496860027,0.5029715299606323,0.6544631123542786,787.0,201472.0,2622.25461628614,12894208.0 +101.92,8.899999618530273,5069.0,0.010642659850418568,0.1058349609375,1.9704941511154175,-0.014312121085822582,0.41227641701698303,0.6744674444198608,788.0,201728.0,2625.4872263700236,12910592.0 +99.54,8.699999809265137,5174.0,0.009765050373971462,0.1205037459731102,1.939414381980896,-0.015864577144384384,0.44651392102241516,0.640429675579071,789.0,201984.0,2628.654097169172,12926976.0 +111.38,8.899999618530273,5216.0,0.009305411018431187,0.1111857071518898,1.9361844062805176,-0.01511425618082285,0.4127311408519745,0.6763489842414856,790.0,202240.0,2631.796133572003,12943360.0 +96.6,8.699999809265137,5111.0,0.007158159743994474,0.0851643905043602,1.9632247686386108,-0.012109920382499695,0.4283394515514374,0.7074995636940002,791.0,202496.0,2635.0022243571,12959744.0 +100.78,9.300000190734863,4915.0,0.008807450532913208,0.1074422225356102,1.9585566520690918,-0.016710324212908745,0.295311838388443,0.7372611463069916,792.0,202752.0,2638.335836110171,12976128.0 +133.72,8.5,5004.0,0.008134188130497932,0.1077880859375,1.9572845697402954,-0.012309993617236614,0.44688618183135986,0.6836613118648529,793.0,203008.0,2641.6104835681617,12992512.0 +88.61,9.0,4988.0,0.007644468452781439,0.0891520157456398,1.9610298871994019,-0.014027487486600876,0.34424325823783875,0.7575726211071014,794.0,203264.0,2644.8958061551675,13008896.0 +98.55,9.199999809265137,4961.0,0.011346760205924511,0.1328938752412796,1.9355524778366089,-0.014875774271786213,0.3481632173061371,0.7346196174621582,795.0,203520.0,2648.198791694129,13025280.0 +80.61,9.0,4822.0,0.00990577507764101,0.1209920272231102,1.9489717483520508,-0.016242243349552155,0.35815539956092834,0.7562599331140518,796.0,203776.0,2651.5967477341183,13041664.0 +128.68,8.899999618530273,4994.0,0.011279065161943436,0.1297810822725296,1.9532235860824585,-0.01401922944933176,0.33634886145591736,0.7725210040807724,797.0,204032.0,2654.878259096062,13058048.0 +99.9,9.0,5080.0,0.008016911335289478,0.0900675430893898,1.9190545082092285,-0.010885924100875854,0.38285234570503235,0.7197267711162567,798.0,204288.0,2658.103873790009,13074432.0 +100.72,8.899999618530273,5000.0,0.00882976409047842,0.1063435897231102,1.966280460357666,-0.012336083687841892,0.32754209637641907,0.7410793900489807,799.0,204544.0,2661.380881391,13090816.0 +122.41,8.699999809265137,5108.0,0.007569646928459406,0.08837890625,1.984976887702942,-0.012020696885883808,0.3314543664455414,0.720446914434433,800.0,204800.0,2664.588770433096,13107200.0 +110.99,9.0,4874.0,0.00827912986278534,0.0911865234375,1.9802449941635132,-0.012186839245259762,0.3235776722431183,0.7056855857372284,801.0,205056.0,2667.9506425240543,13123584.0 +132.05,9.100000381469727,5300.0,0.009251190349459648,0.1047770157456398,1.9853264093399048,-0.01356455683708191,0.29128527641296387,0.7319517731666565,802.0,205312.0,2671.0426704690326,13139968.0 +132.56,8.600000381469727,5040.0,0.008558589033782482,0.1076863631606102,2.011965036392212,-0.012169413268566132,0.3177521526813507,0.7369742393493652,803.0,205568.0,2674.294227150036,13156352.0 +146.02,8.600000381469727,5050.0,0.009643446654081345,0.1217041015625,2.0016250610351562,-0.010591208934783936,0.3797685205936432,0.6763976514339447,804.0,205824.0,2677.5388630740345,13172736.0 +112.06,9.300000190734863,4906.0,0.009363646619021893,0.1192423477768898,1.9926424026489258,-0.012632793746888638,0.2805689573287964,0.7386125326156616,805.0,206080.0,2680.8789251709823,13189120.0 +134.68,8.899999618530273,5014.0,0.008893524296581745,0.10821533203125,1.9992817640304565,-0.01279121171683073,0.3716582953929901,0.7328509390354156,806.0,206336.0,2684.147333638044,13205504.0 +126.74,8.899999618530273,4963.0,0.008616405539214611,0.1025390625,2.0077502727508545,-0.01135922223329544,0.3035174608230591,0.7571224570274353,807.0,206592.0,2687.4491158721503,13221888.0 +136.78,8.800000190734863,5000.0,0.00786870438605547,0.0994466170668602,2.025864839553833,-0.015002806670963764,0.30185356736183167,0.7595867663621902,808.0,206848.0,2690.726498708129,13238272.0 +120.55,9.399999618530273,4692.0,0.009436738677322865,0.1185709610581398,2.070357322692871,-0.014226380735635757,0.1657116562128067,0.8312209099531174,809.0,207104.0,2694.2190448371693,13254656.0 +221.07,8.300000190734863,5073.0,0.015528444200754166,0.1421915739774704,2.0430052280426025,-0.009053856134414673,0.32706451416015625,0.7189543843269348,810.0,207360.0,2697.4490755849984,13271040.0 +146.92,9.199999809265137,4554.0,0.00982795748859644,0.1262003630399704,2.022467851638794,-0.014662995003163815,0.21305866539478302,0.806167408823967,811.0,207616.0,2701.0472302471753,13287424.0 +139.65,8.600000381469727,4915.0,0.009072395972907543,0.1151936873793602,2.0492353439331055,-0.012283428572118282,0.3440585434436798,0.7171026170253754,812.0,207872.0,2704.3811728539877,13303808.0 +178.3,8.899999618530273,4871.0,0.009339185431599617,0.1070353165268898,2.025615692138672,-0.012801202945411205,0.2666069567203522,0.7670673429965973,813.0,208128.0,2707.7453783801757,13320192.0 +118.08,9.0,5043.0,0.008927999995648861,0.11102294921875,1.9341403245925903,-0.013520929031074047,0.4054144322872162,0.6934026181697845,814.0,208384.0,2710.9949091211893,13336576.0 +87.04,8.899999618530273,5088.0,0.009613423608243465,0.0994873046875,1.956588864326477,-0.012762784026563168,0.344706267118454,0.7269434332847595,815.0,208640.0,2714.215166438138,13352960.0 +115.71,8.699999809265137,5176.0,0.010815764777362347,0.1335856169462204,1.9600353240966797,-0.013541541062295437,0.38377806544303894,0.6785688698291779,816.0,208896.0,2717.381213109009,13369344.0 +86.17,9.100000381469727,5074.0,0.008066833950579166,0.09796142578125,1.986982822418213,-0.012713883072137833,0.29578080773353577,0.7001127898693085,817.0,209152.0,2720.610353600001,13385728.0 +139.23,8.800000190734863,5022.0,0.007820725440979004,0.0925089493393898,1.9860424995422363,-0.011266756802797318,0.340780109167099,0.6516835391521454,818.0,209408.0,2723.8731740510557,13402112.0 +127.0,8.800000190734863,5064.0,0.0077584427781403065,0.09112548828125,1.9869664907455444,-0.012739193625748158,0.3038026988506317,0.7005049288272858,819.0,209664.0,2727.1086099972017,13418496.0 +126.19,8.699999809265137,4897.0,0.00868956558406353,0.1023966446518898,2.005520820617676,-0.011519691906869411,0.319235235452652,0.7521642595529556,820.0,209920.0,2730.454509686213,13434880.0 +117.73,8.699999809265137,4919.0,0.008541843853890896,0.1009114608168602,1.9824823141098022,-0.011609096080064774,0.3406647741794586,0.7291119992733002,821.0,210176.0,2733.785621029092,13451264.0 +122.64,9.300000190734863,5095.0,0.010137061588466167,0.1285196989774704,1.9715145826339722,-0.013852457515895367,0.17887909710407257,0.80677430331707,822.0,210432.0,2737.001535361167,13467648.0 +103.74,9.399999618530273,5348.0,0.008072993718087673,0.0982259139418602,1.92619788646698,-0.008979507721960545,0.3591935336589813,0.70529904961586,823.0,210688.0,2740.0654593920335,13484032.0 +120.86,8.399999618530273,5052.0,0.005358392372727394,0.0533650703728199,1.9613361358642578,-0.009730356745421886,0.5208454728126526,0.628801167011261,824.0,210944.0,2743.3089459461626,13500416.0 +139.66,8.899999618530273,4994.0,0.0059966701082885265,0.0669148787856102,1.9837393760681152,-0.010304966010153294,0.30875569581985474,0.7436317801475525,825.0,211200.0,2746.591467702994,13516800.0 +114.22,8.5,5182.0,0.007004467770457268,0.08935546875,2.0115926265716553,-0.009788545779883862,0.43061554431915283,0.6832884252071381,826.0,211456.0,2749.7538175010122,13533184.0 +142.15,8.899999618530273,4914.0,0.007850135676562786,0.0928751602768898,2.067704916000366,-0.010801701806485653,0.27228856086730957,0.7320708334445953,827.0,211712.0,2753.088759893086,13549568.0 +203.28,8.199999809265137,5008.0,0.006046971771866083,0.073974609375,2.0539515018463135,-0.010897587984800339,0.3440636098384857,0.6805411279201508,828.0,211968.0,2756.3607649630867,13565952.0 +163.14,8.600000381469727,4844.0,0.007369013037532568,0.0947062149643898,2.022209405899048,-0.0110173299908638,0.303852915763855,0.6954866349697113,829.0,212224.0,2759.743462241022,13582336.0 +175.5,8.800000190734863,4995.0,0.008384156040847301,0.1106770858168602,2.0699527263641357,-0.013229426927864552,0.2511771023273468,0.7067991495132446,830.0,212480.0,2763.0239816231187,13598720.0 +150.43,9.0,4957.0,0.006765579804778099,0.0746663436293602,2.0599911212921143,-0.009279093705117702,0.2939279079437256,0.73353111743927,831.0,212736.0,2766.3301117711235,13615104.0 +150.82,8.800000190734863,4894.0,0.01020521204918623,0.1255900114774704,2.0810821056365967,-0.013224620372056961,0.288369745016098,0.727912962436676,832.0,212992.0,2769.6785639531445,13631488.0 +168.4,8.0,4939.0,0.009116712026298046,0.1185099259018898,2.0750386714935303,-0.007747495546936989,0.40240418910980225,0.640495091676712,833.0,213248.0,2772.99647562718,13647872.0 +126.36,8.699999809265137,4980.0,0.010693828575313091,0.0844523087143898,2.072340250015259,-0.010345458053052425,0.3833293914794922,0.6524526178836823,834.0,213504.0,2776.2868248871528,13664256.0 +153.71,8.800000190734863,5001.0,0.00697260582819581,0.0772298201918602,2.079918146133423,-0.011217310093343258,0.26422786712646484,0.720717191696167,835.0,213760.0,2779.5637562931515,13680640.0 +163.71,8.399999618530273,4865.0,0.008986701257526875,0.1211140975356102,2.1024954319000244,-0.012140228413045406,0.27435094118118286,0.6972162425518036,836.0,214016.0,2782.931985776173,13697024.0 +164.74,8.5,4863.0,0.008839612826704979,0.1180419921875,2.0507895946502686,-0.011139660142362118,0.3665720224380493,0.6764740347862244,837.0,214272.0,2786.301739944145,13713408.0 +144.83,9.0,4867.0,0.010046560317277908,0.1258951872587204,2.0409882068634033,-0.01581992767751217,0.2877162992954254,0.6423032283782959,838.0,214528.0,2789.668391261017,13729792.0 +180.36,8.699999809265137,5030.0,0.0076523832976818085,0.09930419921875,2.0811963081359863,-0.013194900937378407,0.31077346205711365,0.6366284489631653,839.0,214784.0,2792.9263529740274,13746176.0 +143.65,8.600000381469727,5140.0,0.009631931781768799,0.1097208634018898,2.0731935501098633,-0.014365650713443756,0.2973636984825134,0.6993505954742432,840.0,215040.0,2796.1144945821725,13762560.0 +133.43,9.100000381469727,5152.0,0.008937081322073936,0.1126302108168602,2.0783133506774902,-0.012266173027455807,0.20654241740703583,0.7681504935026169,841.0,215296.0,2799.2949888601433,13778944.0 +128.85,7.900000095367432,4895.0,0.012878969311714172,0.1043294295668602,2.0535404682159424,-0.012256220914423466,0.49518606066703796,0.6427318751811981,842.0,215552.0,2802.6423852501903,13795328.0 +111.69,9.0,4991.0,0.008139107376337051,0.0933634415268898,2.0388996601104736,-0.012586906552314758,0.3297117054462433,0.7215582132339478,843.0,215808.0,2805.9270207951777,13811712.0 +143.33,9.100000381469727,4934.0,0.00951230339705944,0.11334228515625,2.032503128051758,-0.011962943710386753,0.2899577021598816,0.7188411951065063,844.0,216064.0,2809.2482004351914,13828096.0 +138.23,9.100000381469727,4722.0,0.010237477719783783,0.12652587890625,2.0400376319885254,-0.01654127426445484,0.22887837886810303,0.7850067168474197,845.0,216320.0,2812.718581003137,13844480.0 +113.32,8.699999809265137,4988.0,0.010634135454893112,0.13433837890625,2.0153346061706543,-0.014239862561225891,0.3337402045726776,0.727247029542923,846.0,216576.0,2816.0034569061827,13860864.0 +134.03,9.399999618530273,4942.0,0.00890051294118166,0.1131591796875,2.0325820446014404,-0.01434944849461317,0.2624109983444214,0.7689646333456039,847.0,216832.0,2819.3195090771187,13877248.0 +167.68,8.399999618530273,4832.0,0.006808452308177948,0.0803426131606102,2.0362017154693604,-0.013103759847581387,0.36807334423065186,0.7095929384231567,848.0,217088.0,2822.7107043361757,13893632.0 +122.86,8.899999618530273,4823.0,0.008293733932077885,0.1027018204331398,2.024841070175171,-0.013095945119857788,0.34905925393104553,0.7211368680000305,849.0,217344.0,2826.108371586073,13910016.0 +104.42,9.100000381469727,4867.0,0.009040645323693752,0.1065470352768898,2.0450332164764404,-0.010311503894627094,0.2565172016620636,0.7445469498634338,850.0,217600.0,2829.475114547182,13926400.0 +154.29,8.5,4811.0,0.010522921569645405,0.1133219376206398,2.0890796184539795,-0.013092522509396076,0.35391536355018616,0.7152542173862457,851.0,217856.0,2832.8806104620453,13942784.0 +140.71,8.600000381469727,4910.0,0.007287006825208664,0.0862019881606102,2.051342248916626,-0.013835788704454899,0.35241246223449707,0.7138597667217255,852.0,218112.0,2836.2180463750847,13959168.0 +129.36,8.899999618530273,4919.0,0.0116294389590621,0.11083984375,2.014728307723999,-0.014116126112639904,0.3292976915836334,0.7300125956535339,853.0,218368.0,2839.5489804612007,13975552.0 +174.26,8.399999618530273,4946.0,0.007214056793600321,0.0880126953125,1.982466220855713,-0.014386478811502457,0.38672009110450745,0.6990093886852264,854.0,218624.0,2842.8617369032,13991936.0 +124.6,8.899999618530273,5105.0,0.009890248067677021,0.11578369140625,1.9846452474594116,-0.016052663326263428,0.3314327001571655,0.7146917283535004,855.0,218880.0,2846.0713899661787,14008320.0 +135.04,9.0,4861.0,0.008363240398466587,0.1046549454331398,1.9900096654891968,-0.012492724694311619,0.2898019254207611,0.7374720871448517,856.0,219136.0,2849.442257064162,14024704.0 +119.16,9.199999809265137,4631.0,0.011036328971385956,0.12847900390625,1.9930667877197266,-0.015991749241948128,0.2676929533481598,0.7496886253356934,857.0,219392.0,2852.9805190651678,14041088.0 +137.55,8.800000190734863,4730.0,0.009039654396474361,0.1064656600356102,2.0038058757781982,-0.015414179302752018,0.3331163227558136,0.7191536724567413,858.0,219648.0,2856.444766598055,14057472.0 +163.23,8.100000381469727,4794.0,0.008395175449550152,0.10516357421875,2.0075361728668213,-0.011196758598089218,0.43624958395957947,0.7047097682952881,859.0,219904.0,2859.862635035999,14073856.0 +117.4,9.100000381469727,4992.0,0.009861881844699383,0.116943359375,1.9619134664535522,-0.01554360706359148,0.2960081398487091,0.7425777912139893,860.0,220160.0,2863.145015374059,14090240.0 +129.85,8.800000190734863,4709.0,0.008679869584739208,0.1048380509018898,1.963216781616211,-0.014733747579157352,0.3501708209514618,0.7072544991970062,861.0,220416.0,2866.624966947129,14106624.0 +113.92,9.100000381469727,4815.0,0.010399571619927883,0.1234334334731102,1.9731119871139526,-0.01491251215338707,0.31787630915641785,0.7107798755168915,862.0,220672.0,2870.027853030013,14123008.0 +139.38,9.0,4904.0,0.009654845111072063,0.12017822265625,1.9753851890563965,-0.01400185376405716,0.24577391147613525,0.7727950364351273,863.0,220928.0,2873.3694827740546,14139392.0 +121.81,9.100000381469727,4987.0,0.010410315357148647,0.1228230819106102,1.9743809700012207,-0.01495970319956541,0.36004307866096497,0.7068109512329102,864.0,221184.0,2876.655177787179,14155776.0 +122.62,8.699999809265137,4936.0,0.009728188626468182,0.1095784530043602,1.9616762399673462,-0.014595161192119122,0.3907032310962677,0.6712283790111542,865.0,221440.0,2879.9748571291566,14172160.0 +108.17,9.100000381469727,5261.0,0.011074193753302097,0.1285400390625,1.9818400144577026,-0.01787341944873333,0.2649056911468506,0.7536811679601669,866.0,221696.0,2883.0898233980406,14188544.0 +117.38,8.600000381469727,5053.0,0.009912258014082909,0.1171671524643898,1.9868478775024414,-0.015680043026804924,0.38574692606925964,0.6729338467121124,867.0,221952.0,2886.3329113631044,14204928.0 +146.81,9.199999809265137,4964.0,0.010554294101893902,0.1256306916475296,2.0113093852996826,-0.014485813677310944,0.2650650143623352,0.745333343744278,868.0,222208.0,2889.633924582042,14221312.0 +148.5,8.399999618530273,4938.0,0.00950047466903925,0.10400390625,1.9994252920150757,-0.0147952139377594,0.3666302263736725,0.6835269927978516,869.0,222464.0,2892.952315309085,14237696.0 +124.04,8.5,4952.0,0.006656899582594633,0.0755818709731102,1.9946311712265015,-0.013120748102664948,0.4009612798690796,0.6410835683345795,870.0,222720.0,2896.261825786205,14254080.0 +146.15,9.100000381469727,5041.0,0.00985846295952797,0.1255696564912796,2.0015363693237305,-0.01578052155673504,0.30012062191963196,0.7130686044692993,871.0,222976.0,2899.512643990107,14270464.0 +137.12,8.699999809265137,4942.0,0.008417743258178234,0.10394287109375,1.9979510307312012,-0.01417516078799963,0.30683180689811707,0.685724139213562,872.0,223232.0,2902.8284730662126,14286848.0 +78.67,9.199999809265137,5056.0,0.009196409024298191,0.1138916015625,1.9482005834579468,-0.012757626362144947,0.3570329248905182,0.6455506384372711,873.0,223488.0,2906.0695152531844,14303232.0 +98.13,9.300000190734863,5087.0,0.010059813037514687,0.1204833984375,1.9890090227127075,-0.01625802554190159,0.24535758793354034,0.6864087879657745,874.0,223744.0,2909.290447618114,14319616.0 +132.4,9.0,5067.0,0.007732527330517769,0.0964151993393898,1.9800413846969604,-0.01235094666481018,0.4134849011898041,0.5754379034042358,875.0,224000.0,2912.5243433821015,14336000.0 +94.6,9.0,5090.0,0.009406755678355694,0.11004638671875,1.9654617309570312,-0.01389369834214449,0.3496796786785126,0.6747865080833435,876.0,224256.0,2915.7457848980557,14352384.0 +121.28,8.399999618530273,5060.0,0.0083518261089921,0.1074625626206398,1.9868820905685425,-0.010187775827944279,0.4434473514556885,0.6074697077274323,877.0,224512.0,2918.9843292681035,14368768.0 +118.11,9.0,5191.0,0.007961081340909004,0.1000773087143898,1.9740177392959595,-0.013203724287450314,0.36345627903938293,0.5910003185272217,878.0,224768.0,2922.1412869091146,14385152.0 +92.1,9.399999618530273,4927.0,0.011220690794289112,0.1371866911649704,1.9646148681640625,-0.016834968701004982,0.23216456174850464,0.7132276594638824,879.0,225024.0,2925.4671109851915,14401536.0 +124.07,8.800000190734863,4875.0,0.010171475820243359,0.1180216446518898,1.9409066438674927,-0.01378526072949171,0.42330828309059143,0.6065865159034729,880.0,225280.0,2928.828457910102,14417920.0 +110.42,9.699999809265137,4919.0,0.011934314854443073,0.1389973908662796,1.963713526725769,-0.015131068415939808,0.2247753143310547,0.7251348197460175,881.0,225536.0,2932.1598946291488,14434304.0 +115.76,8.899999618530273,4955.0,0.008448881097137928,0.1045328751206398,1.9708210229873657,-0.014252599328756332,0.3558129072189331,0.6687363684177399,882.0,225792.0,2935.466900723055,14450688.0 +85.91,9.0,4875.0,0.010328929871320724,0.120361328125,1.9681564569473267,-0.014759444631636143,0.3040507435798645,0.6835246980190277,883.0,226048.0,2938.8282846391667,14467072.0 +118.52,8.699999809265137,5074.0,0.009524160996079445,0.107421875,1.9453297853469849,-0.014623683877289295,0.44606533646583557,0.6282348930835724,884.0,226304.0,2942.057403551182,14483456.0 +113.24,9.300000190734863,4959.0,0.011151164770126343,0.1322021484375,1.925881266593933,-0.015579706989228725,0.33278360962867737,0.6643224060535431,885.0,226560.0,2945.361498399172,14499840.0 +107.74,8.600000381469727,5195.0,0.008173896931111813,0.0956624373793602,1.9206444025039673,-0.015952641144394875,0.4196499288082123,0.6575043201446533,886.0,226816.0,2948.5157660851255,14516224.0 +99.99,8.300000190734863,5039.0,0.009199115447700024,0.0769246444106102,1.9436084032058716,-0.012029453180730343,0.5304827094078064,0.5964593887329102,887.0,227072.0,2951.767791489139,14532608.0 +103.49,8.600000381469727,5215.0,0.007990068756043911,0.0965779647231102,1.9355378150939941,-0.014349977485835552,0.48674002289772034,0.6519203782081604,888.0,227328.0,2954.9101509670727,14548992.0 +80.87,8.800000190734863,5002.0,0.007532446179538965,0.08599853515625,1.9352607727050781,-0.0151682049036026,0.38521063327789307,0.6927379965782166,889.0,227584.0,2958.1864694650285,14565376.0 +116.25,8.800000190734863,5064.0,0.010862153954803944,0.1100870743393898,1.9220080375671387,-0.01344227883964777,0.39339789748191833,0.6481612324714661,890.0,227840.0,2961.4222829830833,14581760.0 +101.6,9.399999618530273,4934.0,0.009885064326226711,0.1098429337143898,1.9256049394607544,-0.01635923981666565,0.254797101020813,0.7320199310779572,891.0,228096.0,2964.7429500441067,14598144.0 +106.26,8.600000381469727,5046.0,0.009842843748629093,0.1164143905043602,1.9425398111343384,-0.014795549213886261,0.3403467833995819,0.682290256023407,892.0,228352.0,2967.99010512908,14614528.0 +115.65,9.199999809265137,5002.0,0.010816976428031921,0.1231689453125,1.9171009063720703,-0.013233301229774952,0.35456717014312744,0.6855208277702332,893.0,228608.0,2971.265814466169,14630912.0 +94.15,9.0,5056.0,0.010692459531128407,0.1166788712143898,1.9176011085510254,-0.013636838644742966,0.39320245385169983,0.6863226294517517,894.0,228864.0,2974.5068860522006,14647296.0 +106.38,8.800000190734863,4951.0,0.008436719886958599,0.0987141951918602,1.9799615144729614,-0.014687853865325451,0.3483799695968628,0.7004683315753937,895.0,229120.0,2977.81636904506,14663680.0 +107.69,8.600000381469727,5177.0,0.008791353553533554,0.1060994490981102,1.9835854768753052,-0.014447255991399288,0.34196290373802185,0.701788991689682,896.0,229376.0,2980.981735917041,14680064.0 +123.21,8.899999618530273,4831.0,0.011146709322929382,0.12628173828125,1.9929486513137817,-0.016316814348101616,0.27508631348609924,0.7319484651088715,897.0,229632.0,2984.37368636718,14696448.0 +167.21,8.399999618530273,4891.0,0.009656723588705063,0.1109212264418602,1.9822672605514526,-0.014266959391534328,0.33590880036354065,0.7083483636379242,898.0,229888.0,2987.723750506062,14712832.0 +113.11,8.699999809265137,5215.0,0.013017937541007996,0.11126708984375,1.9515286684036255,-0.017034413293004036,0.36098840832710266,0.6969274282455444,899.0,230144.0,2990.8657158431597,14729216.0 +111.8,9.300000190734863,5073.0,0.013249590992927551,0.1503499299287796,1.9699252843856812,-0.016765115782618523,0.2198687642812729,0.7856434732675552,900.0,230400.0,2994.0955586649943,14745600.0 +146.81,8.600000381469727,4993.0,0.009166046045720577,0.1055501326918602,1.9997925758361816,-0.012808233499526978,0.34838223457336426,0.7025379538536072,901.0,230656.0,2997.377628871007,14761984.0 +153.94,8.399999618530273,4949.0,0.009480130858719349,0.1086629256606102,2.007049083709717,-0.014738843776285648,0.33911678194999695,0.6883549094200134,902.0,230912.0,3000.688490631059,14778368.0 +137.33,9.100000381469727,5211.0,0.009496663697063923,0.09979248046875,1.9950026273727417,-0.01511888112872839,0.2800496518611908,0.7378641664981842,903.0,231168.0,3003.833101418102,14794752.0 +167.65,7.900000095367432,4987.0,0.0116129694506526,0.1101888045668602,1.996928095817566,-0.01404344942420721,0.41710031032562256,0.7078298330307007,904.0,231424.0,3007.11887772521,14811136.0 +119.14,9.199999809265137,4973.0,0.010599110275506973,0.1345011442899704,1.9898513555526733,-0.016287311911582947,0.25860652327537537,0.7537066340446472,905.0,231680.0,3010.414041097043,14827520.0 +141.01,8.800000190734863,4781.0,0.009426859207451344,0.1141153946518898,1.9768024682998657,-0.01637793891131878,0.3518686294555664,0.7040053606033325,906.0,231936.0,3013.8416018430144,14843904.0 +131.6,8.800000190734863,4665.0,0.011670437641441822,0.12164306640625,1.9523617029190063,-0.01719687692821026,0.30280640721321106,0.7841648459434509,907.0,232192.0,3017.3543607990723,14860288.0 +155.03,8.800000190734863,5030.0,0.012848255224525928,0.1566975861787796,1.9632315635681152,-0.01649053767323494,0.27637261152267456,0.7729965895414352,908.0,232448.0,3020.612133132061,14876672.0 +122.9,8.899999618530273,4967.0,0.010439005680382252,0.128662109375,1.9002342224121094,-0.01486304309219122,0.33557260036468506,0.7321285903453827,909.0,232704.0,3023.911308888113,14893056.0 +143.26,8.699999809265137,4872.0,0.010713420808315277,0.1248372420668602,1.906070351600647,-0.015299167484045029,0.3774505853652954,0.6926010251045227,910.0,232960.0,3027.2747356651817,14909440.0 +81.03,9.5,4989.0,0.012341826222836971,0.0994669571518898,1.9000911712646484,-0.013653614558279514,0.38781073689460754,0.6797438263893127,911.0,233216.0,3030.5593840430956,14925824.0 +126.61,8.5,5078.0,0.01018454972654581,0.1329549103975296,1.9095877408981323,-0.012523188255727291,0.38800057768821716,0.6666646301746368,912.0,233472.0,3033.7863709940575,14942208.0 +135.16,9.0,5031.0,0.00893015693873167,0.10687255859375,1.9332934617996216,-0.011361617594957352,0.28837117552757263,0.7341007590293884,913.0,233728.0,3037.0440743861254,14958592.0 +141.93,8.800000190734863,5001.0,0.009805426932871342,0.1195271834731102,1.9232274293899536,-0.014272616244852543,0.2948404848575592,0.7502432614564896,914.0,233984.0,3040.320408384083,14974976.0 +175.53,8.0,4986.0,0.009853950701653957,0.0946248397231102,1.962159276008606,-0.011649721302092075,0.42590948939323425,0.6378442347049713,915.0,234240.0,3043.6069793850183,14991360.0 +131.85,8.800000190734863,4987.0,0.008369861170649529,0.1005452498793602,1.9639650583267212,-0.013048835098743439,0.2677520215511322,0.7265884876251221,916.0,234496.0,3046.893057126086,15007744.0 +147.69,8.800000190734863,5068.0,0.00729626277461648,0.0896402969956398,1.9191231727600098,-0.01391629409044981,0.3986726701259613,0.6246055662631989,917.0,234752.0,3050.126244550105,15024128.0 +146.13,8.399999618530273,5230.0,0.006982499733567238,0.081787109375,1.9056185483932495,-0.013506249524652958,0.47364088892936707,0.5997988283634186,918.0,235008.0,3053.2604238330387,15040512.0 +96.06,8.899999618530273,5193.0,0.010603667236864567,0.1249186173081398,1.918038249015808,-0.015539010055363178,0.357179194688797,0.6866537034511566,919.0,235264.0,3056.4159708460793,15056896.0 +112.9,9.199999809265137,4953.0,0.010093595832586288,0.11517333984375,1.9322940111160278,-0.015238877385854721,0.25605183839797974,0.7218499779701233,920.0,235520.0,3059.7243724991567,15073280.0 +98.88,8.5,4883.0,0.009301814250648022,0.1138916015625,1.9476243257522583,-0.012022281996905804,0.4065491855144501,0.6518642604351044,921.0,235776.0,3063.0800153361633,15089664.0 +176.53,8.699999809265137,5026.0,0.008883549831807613,0.1102294921875,1.9465581178665161,-0.013629199005663395,0.3693033456802368,0.6442744135856628,922.0,236032.0,3066.340896632988,15106048.0 +122.0,8.800000190734863,4873.0,0.009964942000806332,0.1129353865981102,1.9396408796310425,-0.01414139661937952,0.32062655687332153,0.7128627598285675,923.0,236288.0,3069.7034474620596,15122432.0 +92.19,9.5,4765.0,0.009099798277020454,0.1098225936293602,1.934869647026062,-0.013509291224181652,0.21896521747112274,0.7850174903869629,924.0,236544.0,3073.142194199143,15138816.0 +121.51,8.699999809265137,4976.0,0.009583056904375553,0.1087443009018898,1.9269636869430542,-0.015344438143074512,0.34451138973236084,0.7094010412693024,925.0,236800.0,3076.435513477074,15155200.0 +136.31,9.100000381469727,5276.0,0.010126587003469467,0.12689208984375,1.9218007326126099,-0.01523714978247881,0.2857339680194855,0.7562295645475388,926.0,237056.0,3079.5411520141643,15171584.0 +101.61,8.899999618530273,5200.0,0.012991302646696568,0.0945231094956398,1.9046955108642578,-0.01236893329769373,0.37732836604118347,0.6937785744667053,927.0,237312.0,3082.6927923841868,15187968.0 +94.45,8.899999618530273,4902.0,0.009802302345633507,0.11981201171875,1.935461401939392,-0.015992796048521996,0.3259504735469818,0.7075604200363159,928.0,237568.0,3086.0353765219916,15204352.0 +118.8,9.199999809265137,4968.0,0.010382937267422676,0.120361328125,1.9076194763183594,-0.014823856763541698,0.24816586077213287,0.7507849633693695,929.0,237824.0,3089.333529809024,15220736.0 +125.01,8.800000190734863,4963.0,0.008983590640127659,0.1114298477768898,1.9405139684677124,-0.011032349430024624,0.3419201076030731,0.6994992792606354,930.0,238080.0,3092.6353093360085,15237120.0 +140.81,8.800000190734863,5026.0,0.009931291453540325,0.1291300505399704,1.9672244787216187,-0.01655212976038456,0.2971072494983673,0.7196841835975647,931.0,238336.0,3095.8961347360164,15253504.0 +126.88,9.100000381469727,5173.0,0.009148691780865192,0.101806640625,1.9833998680114746,-0.013350923545658588,0.25020715594291687,0.7352284789085388,932.0,238592.0,3099.064141937997,15269888.0 +159.92,8.800000190734863,4758.0,0.00866950023919344,0.097412109375,1.9719133377075195,-0.011380079202353954,0.3163538873195648,0.7300833463668823,933.0,238848.0,3102.508182371035,15286272.0 +143.91,8.899999618530273,4924.0,0.015235385857522488,0.1228230819106102,1.9512748718261719,-0.014142659492790699,0.2774682343006134,0.7304233312606812,934.0,239104.0,3105.8358888439834,15302656.0 +119.15,8.600000381469727,5049.0,0.007427367847412825,0.0843505859375,1.9600917100906372,-0.012737140990793705,0.399720162153244,0.6833461225032806,935.0,239360.0,3109.0811931730714,15319040.0 +118.55,9.199999809265137,4895.0,0.009180160239338875,0.10986328125,1.9694136381149292,-0.014336329884827137,0.25123706459999084,0.7354097962379456,936.0,239616.0,3112.428906273097,15335424.0 +122.39,9.0,5054.0,0.008890564553439617,0.1111043319106102,1.9687350988388062,-0.014134007506072521,0.3110538423061371,0.7164813280105591,937.0,239872.0,3115.671179057099,15351808.0 +164.81,8.600000381469727,4910.0,0.008112032897770405,0.0933024063706398,1.9683529138565063,-0.011331594549119473,0.3554007112979889,0.6833046674728394,938.0,240128.0,3119.0083646890707,15368192.0 +125.06,8.899999618530273,4991.0,0.007524507120251656,0.0848592147231102,1.938437819480896,-0.012551686726510525,0.3800344169139862,0.6859836578369141,939.0,240384.0,3122.291477421066,15384576.0 +118.04,9.100000381469727,4866.0,0.01027551107108593,0.1135457381606102,1.92868173122406,-0.01594768650829792,0.35843250155448914,0.7197982668876648,940.0,240640.0,3125.6585881169885,15400960.0 +97.29,9.199999809265137,4959.0,0.011212077923119068,0.116943359375,1.9157910346984863,-0.01474424172192812,0.30063027143478394,0.7636680155992508,941.0,240896.0,3128.9632625891827,15417344.0 +102.05,8.800000190734863,4862.0,0.009288241155445576,0.10919189453125,1.9603190422058105,-0.01630326546728611,0.29930850863456726,0.742974728345871,942.0,241152.0,3132.333330128109,15433728.0 +159.55,8.800000190734863,4877.0,0.008815896697342396,0.1060587540268898,1.9480119943618774,-0.013488288968801498,0.318563312292099,0.7237786650657654,943.0,241408.0,3135.6929433001205,15450112.0 +145.04,8.800000190734863,4820.0,0.009057651273906231,0.11358642578125,1.892769455909729,-0.013234727084636688,0.3913871943950653,0.6984488368034363,944.0,241664.0,3139.09266318311,15466496.0 +115.51,9.0,4955.0,0.008905082009732723,0.1109415665268898,1.8844103813171387,-0.01399628072977066,0.31850454211235046,0.724242776632309,945.0,241920.0,3142.399489895208,15482880.0 +102.06,9.199999809265137,4736.0,0.010476945899426937,0.1286417692899704,1.9055191278457642,-0.015318336896598339,0.27535441517829895,0.7276147603988647,946.0,242176.0,3145.8591194991022,15499264.0 +137.85,8.800000190734863,4670.0,0.00973418913781643,0.1158447265625,1.899134635925293,-0.013342928141355515,0.3868339955806732,0.6800065338611603,947.0,242432.0,3149.3681143741123,15515648.0 +121.6,9.300000190734863,5036.0,0.012562893331050873,0.12152099609375,1.9106532335281372,-0.012418932281434536,0.24595890939235687,0.7292788624763489,948.0,242688.0,3152.622231924208,15532032.0 +110.75,9.199999809265137,4999.0,0.009175734594464302,0.1120198592543602,1.9157906770706177,-0.015272479504346848,0.26875290274620056,0.7075870633125305,949.0,242944.0,3155.9004288711585,15548416.0 +104.24,9.5,4929.0,0.017290430143475533,0.1278889924287796,1.8940094709396362,-0.013872078619897366,0.21766705811023712,0.7397368848323822,950.0,243200.0,3159.224755334202,15564800.0 +130.17,8.800000190734863,4907.0,0.00936825480312109,0.1102091446518898,1.8629151582717896,-0.015453063882887363,0.3945007026195526,0.6298218071460724,951.0,243456.0,3162.5640597532038,15581184.0 +124.77,9.100000381469727,4786.0,0.009834405966103077,0.1109415665268898,1.872690200805664,-0.01638750173151493,0.33015328645706177,0.6754898726940155,952.0,243712.0,3165.9880009861663,15597568.0 +141.92,8.300000190734863,5006.0,0.00946410559117794,0.1042683944106102,1.8852005004882812,-0.012830495834350586,0.46951985359191895,0.5550311505794525,953.0,243968.0,3169.2610956060234,15613952.0 +79.83,9.699999809265137,5007.0,0.011760576628148556,0.1434733122587204,1.8802281618118286,-0.01494512241333723,0.1524987369775772,0.7971304208040237,954.0,244224.0,3172.5335339661688,15630336.0 +125.2,8.699999809265137,4985.0,0.00921204686164856,0.11785888671875,1.890541911125183,-0.01228845864534378,0.389955997467041,0.6258193254470825,955.0,244480.0,3175.8202583340462,15646720.0 +128.83,9.100000381469727,5071.0,0.009775450453162193,0.1159871444106102,1.9102407693862915,-0.012991591356694698,0.27298036217689514,0.7011039555072784,956.0,244736.0,3179.051506747026,15663104.0 +107.86,9.399999618530273,4917.0,0.006807535886764526,0.08355712890625,1.860184669494629,-0.012993469834327698,0.48745250701904297,0.543610692024231,957.0,244992.0,3182.383779064985,15679488.0 +98.21,9.100000381469727,4970.0,0.008005674928426743,0.0994059219956398,1.8848347663879395,-0.014022634364664555,0.35710930824279785,0.6611237823963165,958.0,245248.0,3185.680932813091,15695872.0 +117.03,8.899999618530273,5039.0,0.011281353421509266,0.1199747696518898,1.873266339302063,-0.015032676048576832,0.3689715564250946,0.6367819905281067,959.0,245504.0,3188.9327960230876,15712256.0 +101.09,9.100000381469727,4969.0,0.008973262272775173,0.1043497696518898,1.8762001991271973,-0.0132874995470047,0.34312257170677185,0.6441348195075989,960.0,245760.0,3192.2301804611925,15728640.0 +99.71,9.199999809265137,5071.0,0.007670262362807989,0.0942789688706398,1.8895736932754517,-0.013973108492791653,0.3039524257183075,0.6602276563644409,961.0,246016.0,3195.4619412000757,15745024.0 +105.47,9.5,4939.0,0.010208248160779476,0.1255696564912796,1.8490996360778809,-0.015471997670829296,0.33914434909820557,0.6017117202281952,962.0,246272.0,3198.779562012991,15761408.0 +81.99,9.300000190734863,5071.0,0.010196272283792496,0.11651611328125,1.8448988199234009,-0.01450322289019823,0.3769967257976532,0.6088510751724243,963.0,246528.0,3202.0108689281624,15777792.0 +94.69,9.199999809265137,5072.0,0.00953907985240221,0.0989786759018898,1.8652304410934448,-0.012396224774420261,0.3262298107147217,0.6223641335964203,964.0,246784.0,3205.241438428173,15794176.0 +98.06,9.300000190734863,5041.0,0.01220741868019104,0.13226318359375,1.8869389295578003,-0.01292793732136488,0.2537432909011841,0.6387077867984772,965.0,247040.0,3208.491883123992,15810560.0 +95.9,9.399999618530273,5074.0,0.011486008763313293,0.1159464493393898,1.881035327911377,-0.013722099363803864,0.2730536162853241,0.6601147055625916,966.0,247296.0,3211.721358870156,15826944.0 +117.43,8.800000190734863,4820.0,0.0077758352272212505,0.0923868790268898,1.8785957098007202,-0.011900704354047775,0.4002295434474945,0.5527999997138977,967.0,247552.0,3215.120989161078,15843328.0 +89.21,9.100000381469727,4965.0,0.005971408914774656,0.063232421875,1.8720111846923828,-0.012772259302437305,0.40634965896606445,0.5990848243236542,968.0,247808.0,3218.4209756262135,15859712.0 +95.42,9.300000190734863,5041.0,0.007595095783472061,0.0912882462143898,1.859500527381897,-0.01258139219135046,0.3427391052246094,0.5775734186172485,969.0,248064.0,3221.6717537080403,15876096.0 +84.87,9.100000381469727,4846.0,0.008034276776015759,0.0981648787856102,1.8879098892211914,-0.01297109667211771,0.34901872277259827,0.619160532951355,970.0,248320.0,3225.0533616410103,15892480.0 +90.88,9.300000190734863,4885.0,0.00856431107968092,0.0912272110581398,1.897182583808899,-0.011159895919263363,0.3728095591068268,0.5931116044521332,971.0,248576.0,3228.407854314195,15908864.0 +98.4,8.600000381469727,4974.0,0.005244163796305656,0.0524495430290699,1.8733325004577637,-0.010797937400639057,0.4904807507991791,0.5684057772159576,972.0,248832.0,3231.7023612291086,15925248.0 +96.03,9.300000190734863,4985.0,0.00651724124327302,0.0736083984375,1.8747860193252563,-0.011802672408521175,0.3659244477748871,0.6144890487194061,973.0,249088.0,3234.989787884988,15941632.0 +100.53,9.199999809265137,5058.0,0.007660713512450457,0.0902913436293602,1.871446967124939,-0.011063359677791595,0.41531530022621155,0.5644055902957916,974.0,249344.0,3238.229320151033,15958016.0 +75.7,9.100000381469727,4713.0,0.008073771372437477,0.0875447615981102,1.8621187210083008,-0.012939411215484142,0.46023330092430115,0.608728289604187,975.0,249600.0,3241.7058911311906,15974400.0 +88.03,9.0,4850.0,0.008794737048447132,0.1022542342543602,1.9232673645019531,-0.014913233928382397,0.29013791680336,0.661761075258255,976.0,249856.0,3245.084536771057,15990784.0 +131.45,9.199999809265137,4883.0,0.008869110606610775,0.1075235977768898,1.9739397764205933,-0.011186686344444752,0.2590896189212799,0.621796041727066,977.0,250112.0,3248.440550892148,16007168.0 +104.45,8.800000190734863,4891.0,0.007813758216798306,0.0821533203125,1.9581588506698608,-0.012703131884336472,0.42714908719062805,0.5687819719314575,978.0,250368.0,3251.7908874861896,16023552.0 +103.78,8.800000190734863,4859.0,0.00810910016298294,0.0946044921875,1.9325147867202759,-0.009899391792714596,0.3806678354740143,0.5843084752559662,979.0,250624.0,3255.1634891000576,16039936.0 +105.28,9.399999618530273,4977.0,0.007653005886822939,0.0777384415268898,1.9534395933151245,-0.01249348372220993,0.316099613904953,0.6394689381122589,980.0,250880.0,3258.4559054430574,16056320.0 +110.12,9.600000381469727,4962.0,0.010506666265428066,0.1310221403837204,1.9579046964645386,-0.013730012811720371,0.2003237009048462,0.6944592893123627,981.0,251136.0,3261.7584623561706,16072704.0 +83.92,9.100000381469727,4735.0,0.008956815116107464,0.10595703125,1.9632130861282349,-0.013481850735843182,0.3198954164981842,0.6215314865112305,982.0,251392.0,3265.219370875042,16089088.0 +120.42,9.0,4860.0,0.007834718562662601,0.09295654296875,1.9877334833145142,-0.011419627815485,0.312435120344162,0.643590122461319,983.0,251648.0,3268.5910203750245,16105472.0 +103.6,8.699999809265137,4895.0,0.008775321766734123,0.0859375,1.9798001050949097,-0.013984677381813526,0.3908240497112274,0.626350075006485,984.0,251904.0,3271.9388237230014,16121856.0 +114.68,9.100000381469727,4749.0,0.008030019700527191,0.10003662109375,1.9783039093017578,-0.013568255119025707,0.26188260316848755,0.6784303784370422,985.0,252160.0,3275.3891325281,16138240.0 +91.01,9.199999809265137,5076.0,0.0075081102550029755,0.0888468399643898,1.9572405815124512,-0.013010498136281967,0.31555530428886414,0.6348620653152466,986.0,252416.0,3278.6175321131013,16154624.0 +113.81,8.699999809265137,5025.0,0.00901272613555193,0.0987141951918602,1.9246768951416016,-0.013013586401939392,0.40038561820983887,0.6276341080665588,987.0,252672.0,3281.878420097055,16171008.0 +87.69,9.100000381469727,4753.0,0.00830413680523634,0.0959065780043602,1.8640116453170776,-0.014049273915588856,0.40554943680763245,0.5961475968360901,988.0,252928.0,3285.3257466300856,16187392.0 +107.37,9.100000381469727,5052.0,0.009634842164814472,0.1021321639418602,1.8782415390014648,-0.013454940170049667,0.3752732276916504,0.5994742214679718,989.0,253184.0,3288.5690110761207,16203776.0 +77.29,9.600000381469727,5032.0,0.010402399115264416,0.1044718399643898,1.8252840042114258,-0.014644528739154339,0.4201579988002777,0.5632495284080505,990.0,253440.0,3291.8251389011275,16220160.0 +79.88,9.199999809265137,5072.0,0.010205782018601894,0.1206461563706398,1.863481044769287,-0.015020732767879963,0.3575277030467987,0.5555053055286407,991.0,253696.0,3295.055992111098,16236544.0 +88.52,9.100000381469727,4958.0,0.007269726600497961,0.0840047225356102,1.8586629629135132,-0.012938478030264378,0.4567919671535492,0.5612644255161285,992.0,253952.0,3298.3611973891966,16252928.0 +95.52,9.100000381469727,5190.0,0.01208566129207611,0.1328328400850296,1.8735737800598145,-0.013363120146095753,0.3047126233577728,0.5961236655712128,993.0,254208.0,3301.518468338065,16269312.0 +77.59,8.899999618530273,4951.0,0.008195580914616585,0.0986124649643898,1.8901759386062622,-0.011697005480527878,0.5041317939758301,0.526296854019165,994.0,254464.0,3304.828040156048,16285696.0 +80.23,8.899999618530273,5093.0,0.008350059390068054,0.0805867537856102,1.8986644744873047,-0.010826672427356243,0.4382047951221466,0.5268644392490387,995.0,254720.0,3308.0457488331012,16302080.0 +101.47,9.199999809265137,5207.0,0.010425437241792679,0.1114298477768898,1.9169025421142578,-0.01364002376794815,0.2693042457103729,0.5946697890758514,996.0,254976.0,3311.1927566891536,16318464.0 +83.04,9.100000381469727,5127.0,0.012370087206363678,0.0984903946518898,1.950747013092041,-0.006375293713063002,0.36808475852012634,0.5590139925479889,997.0,255232.0,3314.388810057193,16334848.0 +114.14,9.199999809265137,5001.0,0.009092524647712708,0.1091105118393898,1.9329346418380737,-0.014723905362188816,0.2957518398761749,0.6405274271965027,998.0,255488.0,3317.6660579100717,16351232.0 +113.26,9.0,5087.0,0.008893520571291447,0.1034342423081398,1.8936257362365723,-0.00979363638907671,0.37531039118766785,0.5735215246677399,999.0,255744.0,3320.8870372690726,16367616.0 +99.86,9.300000190734863,5047.0,0.010480101220309734,0.1174519881606102,1.8914915323257446,-0.013178232125937939,0.24647963047027588,0.599162757396698,1000.0,256000.0,3324.1342365420423,16384000.0 +89.92,9.300000190734863,5275.0,0.008836026303470135,0.1049397811293602,1.9173468351364136,-0.01141983363777399,0.2790379524230957,0.5983812808990479,1001.0,256256.0,3327.240573830204,16400384.0 +83.7,9.399999618530273,5180.0,0.008661887608468533,0.0895589217543602,1.8764591217041016,-0.011382927186787128,0.3795193135738373,0.5734632909297943,1002.0,256512.0,3330.4038628451526,16416768.0 +106.26,9.300000190734863,5069.0,0.01010874006897211,0.1233317032456398,1.93543541431427,-0.01485068816691637,0.26350119709968567,0.6319912374019623,1003.0,256768.0,3333.636204642011,16433152.0 +100.0,9.300000190734863,4982.0,0.011806763708591461,0.1487833708524704,1.9193053245544434,-0.014005378820002079,0.2307535856962204,0.688961535692215,1004.0,257024.0,3336.9258569180965,16449536.0 +89.16,9.100000381469727,5010.0,0.009718605317175388,0.0977986678481102,1.9570320844650269,-0.013181525282561779,0.3280394375324249,0.5991924107074738,1005.0,257280.0,3340.1963198340964,16465920.0 +99.55,9.0,5148.0,0.009260080754756927,0.1163736954331398,1.9545291662216187,-0.011151264421641827,0.320815771818161,0.6224732995033264,1006.0,257536.0,3343.3795512041543,16482304.0 +91.76,9.5,5313.0,0.00945420004427433,0.11614990234375,1.9589189291000366,-0.01311651710420847,0.29141783714294434,0.5987525284290314,1007.0,257792.0,3346.464157660026,16498688.0 +129.18,9.100000381469727,4924.0,0.010556981898844242,0.1148681640625,1.9674569368362427,-0.01136054191738367,0.3884328305721283,0.5534175336360931,1008.0,258048.0,3349.791785909096,16515072.0 +95.58,9.5,4979.0,0.008488278836011887,0.1021931990981102,1.9814289808273315,-0.014443676918745041,0.24197906255722046,0.6371269524097443,1009.0,258304.0,3353.0828817661386,16531456.0 +97.09,9.100000381469727,4868.0,0.010987038724124432,0.1017659530043602,1.9764747619628906,-0.012654043734073639,0.27806758880615234,0.616809606552124,1010.0,258560.0,3356.4489550921135,16547840.0 +78.33,9.199999809265137,4845.0,0.007594118360430002,0.0831298828125,1.991165280342102,-0.011875529773533344,0.30369293689727783,0.6099180281162262,1011.0,258816.0,3359.8307050562,16564224.0 +146.53,8.399999618530273,5138.0,0.007558736950159073,0.0849405899643898,1.9978737831115723,-0.011125195771455765,0.5096823573112488,0.5127163529396057,1012.0,259072.0,3363.0196655411273,16580608.0 +121.8,9.300000190734863,5067.0,0.00924492534250021,0.1158447265625,2.034580707550049,-0.011192128993570805,0.22631536424160004,0.6644107699394226,1013.0,259328.0,3366.258749803994,16596992.0 +113.63,9.199999809265137,4895.0,0.00894191861152649,0.10894775390625,2.0200564861297607,-0.014673723839223385,0.22764144837856293,0.6823835670948029,1014.0,259584.0,3369.606204146985,16613376.0 +130.03,9.0,4836.0,0.00922329816967249,0.1246744766831398,1.9883311986923218,-0.012362201698124409,0.3556619882583618,0.5882026255130768,1015.0,259840.0,3372.994270946132,16629760.0 +137.09,9.300000190734863,4716.0,0.008585410192608833,0.0871988907456398,1.9496773481369019,-0.011993948370218277,0.27404066920280457,0.659610241651535,1016.0,260096.0,3376.4691937451717,16646144.0 +106.81,8.800000190734863,4996.0,0.009327572770416737,0.102783203125,1.954026699066162,-0.012732838280498981,0.3711974620819092,0.6175599694252014,1017.0,260352.0,3379.7488236471545,16662528.0 +109.78,8.600000381469727,5027.0,0.008227174170315266,0.1025390625,1.9431177377700806,-0.01210423931479454,0.41243183612823486,0.583166092634201,1018.0,260608.0,3383.0086893131956,16678912.0 +87.78,9.600000381469727,4708.0,0.011603408493101597,0.1123046875,1.8910433053970337,-0.012752859853208065,0.23969604074954987,0.6782154738903046,1019.0,260864.0,3386.4888469660655,16695296.0 +93.63,8.800000190734863,5062.0,0.009921318851411343,0.1062215194106102,1.9183908700942993,-0.011035558767616749,0.39815592765808105,0.6180135011672974,1020.0,261120.0,3389.7261508370284,16711680.0 +107.46,9.199999809265137,5082.0,0.011174347251653671,0.11932373046875,1.9035078287124634,-0.014795564115047455,0.3150610029697418,0.6390080153942108,1021.0,261376.0,3392.950685329037,16728064.0 +90.91,9.100000381469727,5134.0,0.009060918353497982,0.11279296875,1.9264678955078125,-0.012907602824270725,0.2690579891204834,0.6825343370437622,1022.0,261632.0,3396.1427434550133,16744448.0 +100.1,9.0,4884.0,0.011727248318493366,0.11834716796875,1.9544429779052734,-0.013642384670674801,0.3083956837654114,0.6574355363845825,1023.0,261888.0,3399.4979045609944,16760832.0 +97.69,8.800000190734863,4874.0,0.009532292373478413,0.1177571639418602,1.9545340538024902,-0.0126069700345397,0.3221672773361206,0.6910207569599152,1024.0,262144.0,3402.859908875078,16777216.0 +119.67,9.199999809265137,4736.0,0.008779685944318771,0.1011962890625,1.9661420583724976,-0.013829109258949757,0.32631465792655945,0.6265124678611755,1025.0,262400.0,3406.3195661711507,16793600.0 +97.53,9.100000381469727,4970.0,0.010505997575819492,0.1271769255399704,1.944809913635254,-0.013764515519142151,0.3023708462715149,0.598354309797287,1026.0,262656.0,3409.616363720037,16809984.0 +113.85,8.699999809265137,4664.0,0.008120200596749783,0.0961100235581398,1.9840747117996216,-0.012648736126720905,0.33694612979888916,0.60383340716362,1027.0,262912.0,3413.129481461132,16826368.0 +167.25,8.199999809265137,4869.0,0.006983630359172821,0.0772705078125,1.9917778968811035,-0.009296278469264507,0.5264062285423279,0.49647247791290283,1028.0,263168.0,3416.4952262011357,16842752.0 +128.12,9.0,5018.0,0.007946600206196308,0.0927937850356102,1.9354028701782227,-0.010925752110779285,0.3233081102371216,0.5739315152168274,1029.0,263424.0,3419.7604701141827,16859136.0 +120.32,8.300000190734863,4986.0,0.006066921632736921,0.0653279647231102,1.9482005834579468,-0.010815958492457867,0.5223438739776611,0.5274574756622314,1030.0,263680.0,3423.0467906221747,16875520.0 +132.71,9.199999809265137,4995.0,0.009975249879062176,0.1109822615981102,1.9770073890686035,-0.01446120161563158,0.2434910535812378,0.6373034715652466,1031.0,263936.0,3426.3273887750693,16891904.0 +123.24,9.0,4852.0,0.010664425790309906,0.11346435546875,1.9543558359146118,-0.01327494252473116,0.30017709732055664,0.5790144801139832,1032.0,264192.0,3429.7049675770104,16908288.0 +142.84,8.600000381469727,4856.0,0.010542147792875767,0.13763427734375,1.9361076354980469,-0.011330354027450085,0.3562871217727661,0.6211295127868652,1033.0,264448.0,3433.079255119199,16924672.0 +108.76,8.800000190734863,5034.0,0.009893719106912613,0.1007893905043602,1.9441108703613281,-0.01254838053137064,0.36267709732055664,0.6086835861206055,1034.0,264704.0,3436.334710144205,16941056.0 +115.41,8.800000190734863,4878.0,0.011768647469580173,0.1038614884018898,1.9379700422286987,-0.012582648545503616,0.42707547545433044,0.6017617583274841,1035.0,264960.0,3439.693732443033,16957440.0 +111.45,9.100000381469727,4753.0,0.009259074926376343,0.1115519180893898,1.9967595338821411,-0.013487584888935089,0.30205580592155457,0.6546537280082703,1036.0,265216.0,3443.1409259440843,16973824.0 +112.97,9.399999618530273,5234.0,0.011313911527395248,0.1329752653837204,1.9915484189987183,-0.015570678748190403,0.2059682458639145,0.7260640859603882,1037.0,265472.0,3446.2719748141244,16990208.0 +108.66,9.399999618530273,4813.0,0.012156759388744831,0.1453043669462204,1.9788217544555664,-0.013579998165369034,0.18940295279026031,0.7442927658557892,1038.0,265728.0,3449.6763301910833,17006592.0 +138.42,8.699999809265137,5012.0,0.010152867995202541,0.115234375,1.9459290504455566,-0.01442707423120737,0.34158578515052795,0.6443420946598053,1039.0,265984.0,3452.946035345085,17022976.0 +134.06,8.800000190734863,4934.0,0.009834582917392254,0.1142781600356102,1.9335554838180542,-0.012360076420009136,0.3283480405807495,0.6226089298725128,1040.0,266240.0,3456.2672901100013,17039360.0 +129.98,9.199999809265137,5184.0,0.012513251043856144,0.1498209685087204,1.9068089723587036,-0.012880613096058369,0.29419633746147156,0.6418628692626953,1041.0,266496.0,3459.427969552111,17055744.0 +113.17,9.100000381469727,5225.0,0.010542519390583038,0.1138102188706398,1.8739160299301147,-0.014257952570915222,0.30755600333213806,0.6417227983474731,1042.0,266752.0,3462.5638775601983,17072128.0 +104.39,9.100000381469727,5043.0,0.009214173071086407,0.1046142578125,1.9028006792068481,-0.014674047939479351,0.3831078112125397,0.6064204573631287,1043.0,267008.0,3465.8131356190424,17088512.0 +113.68,9.199999809265137,5143.0,0.008972630836069584,0.10736083984375,1.8851345777511597,-0.013023238629102707,0.32756122946739197,0.6433832943439484,1044.0,267264.0,3468.9994986820966,17104896.0 +103.71,8.699999809265137,5026.0,0.010306683368980885,0.10809326171875,1.9024252891540527,-0.011722314171493053,0.345443457365036,0.6276030242443085,1045.0,267520.0,3472.259763721144,17121280.0 +102.41,9.600000381469727,5050.0,0.013604595325887203,0.1447957307100296,1.9008246660232544,-0.01614263653755188,0.17160971462726593,0.7525978237390518,1046.0,267776.0,3475.5042918589897,17137664.0 +117.92,8.800000190734863,4956.0,0.014531305991113186,0.1411336213350296,1.9017103910446167,-0.01477021723985672,0.32127365469932556,0.6327197253704071,1047.0,268032.0,3478.8105081641115,17154048.0 +120.15,9.199999809265137,4846.0,0.010325583629310131,0.1146240234375,1.8828095197677612,-0.016049351543188095,0.2815087139606476,0.6747407615184784,1048.0,268288.0,3482.1917216910515,17170432.0 +112.55,9.0,4954.0,0.009623006917536259,0.11163330078125,1.8734341859817505,-0.01570841111242771,0.32498598098754883,0.6534410119056702,1049.0,268544.0,3485.4995128561277,17186816.0 +113.14,8.800000190734863,4884.0,0.009042639285326004,0.1078287735581398,1.8890186548233032,-0.012999631464481354,0.38200780749320984,0.6329487860202789,1050.0,268800.0,3488.85467667412,17203200.0 +94.59,9.100000381469727,4994.0,0.011719610542058945,0.1261393278837204,1.9018049240112305,-0.014841880649328232,0.3344956338405609,0.6592720746994019,1051.0,269056.0,3492.135824467987,17219584.0 +94.12,9.5,5028.0,0.010145003907382488,0.1179402694106102,1.9289531707763672,-0.014476140029728413,0.27758875489234924,0.6969920992851257,1052.0,269312.0,3495.3947502160445,17235968.0 +127.14,9.399999618530273,4882.0,0.011400801129639149,0.1396077424287796,1.9159917831420898,-0.01523816678673029,0.288422554731369,0.6812355220317841,1053.0,269568.0,3498.750980556011,17252352.0 +110.34,9.0,5124.0,0.010914879851043224,0.1279296875,1.9057148694992065,-0.016054632142186165,0.3396442234516144,0.6666163206100464,1054.0,269824.0,3501.9491096960846,17268736.0 +105.66,9.0,4916.0,0.00888910237699747,0.108642578125,1.8983368873596191,-0.013685781508684158,0.31168776750564575,0.6798521280288696,1055.0,270080.0,3505.2820944290143,17285120.0 +109.91,9.100000381469727,5120.0,0.009899246506392956,0.1021931990981102,1.8721237182617188,-0.014962089248001575,0.40423500537872314,0.649475485086441,1056.0,270336.0,3508.482700758148,17301504.0 +82.84,9.800000190734863,5240.0,0.009147549979388714,0.1033935546875,1.8837560415267944,-0.016219167038798332,0.24905085563659668,0.7223924994468689,1057.0,270592.0,3511.6099143209867,17317888.0 +96.32,9.199999809265137,5071.0,0.009801940061151981,0.11932373046875,1.9008857011795044,-0.015393760055303574,0.33223333954811096,0.6675874590873718,1058.0,270848.0,3514.841204058146,17334272.0 +76.62,9.199999809265137,5153.0,0.010008770041167736,0.1282958984375,1.8557950258255005,-0.014630286954343319,0.3771143853664398,0.6370269656181335,1059.0,271104.0,3518.0213727301452,17350656.0 +87.29,9.399999618530273,4986.0,0.010793925262987614,0.1292521208524704,1.876599907875061,-0.014874008484184742,0.31585514545440674,0.6603395640850067,1060.0,271360.0,3521.3080990021117,17367040.0 +83.55,9.399999618530273,4988.0,0.013648580759763718,0.1363118439912796,1.913399338722229,-0.01577603630721569,0.31369680166244507,0.6327637434005737,1061.0,271616.0,3524.592912791064,17383424.0 +101.93,9.399999618530273,4842.0,0.0115622878074646,0.1144612655043602,1.95510995388031,-0.014162443578243256,0.26746681332588196,0.66957026720047,1062.0,271872.0,3527.9772899460513,17399808.0 +116.01,9.199999809265137,4832.0,0.00979932677000761,0.1240030899643898,1.9350792169570923,-0.01470978558063507,0.29919636249542236,0.6829935014247894,1063.0,272128.0,3531.3681491091847,17416192.0 +125.0,9.199999809265137,5054.0,0.009827088564634323,0.1182861328125,1.955106258392334,-0.012634295970201492,0.23188841342926025,0.7393473088741302,1064.0,272384.0,3534.610867980169,17432576.0 +97.09,9.399999618530273,4920.0,0.01053827628493309,0.1232706680893898,1.9117141962051392,-0.015715088695287704,0.3593967854976654,0.6363768875598907,1065.0,272640.0,3537.9414807842113,17448960.0 +91.67,8.5,4908.0,0.00982061680406332,0.0970865860581398,1.9316679239273071,-0.011266089975833893,0.45920753479003906,0.6063891351222992,1066.0,272896.0,3541.280396266142,17465344.0 +121.53,8.699999809265137,5109.0,0.00690470589324832,0.0695597305893898,1.9477559328079224,-0.011270965449512005,0.5014635324478149,0.6188372075557709,1067.0,273152.0,3544.4876366951503,17481728.0 +87.67,9.199999809265137,5116.0,0.011385229416191578,0.1185099259018898,1.9317752122879028,-0.01642420142889023,0.29545170068740845,0.7053685188293457,1068.0,273408.0,3547.6909723042045,17498112.0 +107.83,8.899999618530273,4973.0,0.010468647815287113,0.11883544921875,1.952505111694336,-0.01644103042781353,0.31239816546440125,0.677462637424469,1069.0,273664.0,3550.98571463814,17514496.0 +112.26,9.100000381469727,4800.0,0.009366651065647602,0.0994873046875,1.9510663747787476,-0.01529146358370781,0.2986944019794464,0.6847444772720337,1070.0,273920.0,3554.399547591107,17530880.0 +112.34,9.100000381469727,4949.0,0.010513466782867908,0.1305338591337204,1.938555359840393,-0.01626642607152462,0.2786388397216797,0.7261821925640106,1071.0,274176.0,3557.7130613191985,17547264.0 +107.04,8.899999618530273,4910.0,0.00881075207144022,0.0995076522231102,1.935498833656311,-0.013799038715660572,0.36529502272605896,0.6381790041923523,1072.0,274432.0,3561.0501669130754,17563648.0 +90.11,9.600000381469727,4849.0,0.012202966958284378,0.1190592423081398,1.9055284261703491,-0.014666869305074215,0.29094743728637695,0.6953755617141724,1073.0,274688.0,3564.429786844179,17580032.0 +77.8,9.600000381469727,4909.0,0.009523619897663593,0.1023356094956398,1.8997211456298828,-0.015965772792696953,0.27633199095726013,0.7139742076396942,1074.0,274944.0,3567.767690678127,17596416.0 +109.99,9.0,4745.0,0.009601271711289883,0.1080729141831398,1.8966655731201172,-0.012624985538423061,0.3811101019382477,0.6424446702003479,1075.0,275200.0,3571.2212175650056,17612800.0 +99.72,9.399999618530273,5143.0,0.008973639458417892,0.1097818985581398,1.9182006120681763,-0.01436449121683836,0.2779487371444702,0.7028325498104095,1076.0,275456.0,3574.407504032133,17629184.0 +106.79,9.300000190734863,5031.0,0.010954257100820541,0.13232421875,1.8708957433700562,-0.01630132459104061,0.2580324709415436,0.7001105546951294,1077.0,275712.0,3577.6652318080887,17645568.0 +110.93,9.100000381469727,4929.0,0.00934414193034172,0.1105753555893898,1.8995122909545898,-0.01137498114258051,0.34197521209716797,0.6317876279354095,1078.0,275968.0,3580.9896273571067,17661952.0 +128.91,9.399999618530273,4951.0,0.011683923192322254,0.1401570588350296,1.9342120885849,-0.014079399406909943,0.25829508900642395,0.6509923040866852,1079.0,276224.0,3584.2992816111073,17678336.0 +113.18,9.399999618530273,4667.0,0.009705674834549427,0.1266886442899704,1.9450597763061523,-0.015321250073611736,0.26718422770500183,0.6497332751750946,1080.0,276480.0,3587.8104422700126,17694720.0 +106.88,9.199999809265137,4596.0,0.007686961442232132,0.0926513671875,1.9473189115524292,-0.013453264720737934,0.316182404756546,0.6442051231861115,1081.0,276736.0,3591.3755848340224,17711104.0 +87.19,8.800000190734863,4892.0,0.010600291192531586,0.12518310546875,1.9116967916488647,-0.01082824170589447,0.4074975252151489,0.5429672300815582,1082.0,276992.0,3594.725205792114,17727488.0 +129.99,8.899999618530273,5039.0,0.009143990464508533,0.1088460311293602,1.9359493255615234,-0.013382376171648502,0.31293463706970215,0.6344326734542847,1083.0,277248.0,3597.977413571207,17743872.0 +108.57,9.199999809265137,4853.0,0.008552719838917255,0.0971272811293602,1.9334864616394043,-0.015102180652320385,0.27965912222862244,0.6924042701721191,1084.0,277504.0,3601.3541639151517,17760256.0 +141.0,8.699999809265137,4677.0,0.008093452081084251,0.0888264998793602,1.9772027730941772,-0.012506316415965557,0.3893918991088867,0.6007015705108643,1085.0,277760.0,3604.857253267197,17776640.0 +102.73,9.0,4685.0,0.009713183157145977,0.1067911759018898,1.9638174772262573,-0.01510136853903532,0.2851561903953552,0.6814375519752502,1086.0,278016.0,3608.355169553077,17793024.0 +121.25,8.800000190734863,4878.0,0.010362750850617886,0.1164957657456398,1.9862669706344604,-0.014117103070020676,0.2605401575565338,0.7086526155471802,1087.0,278272.0,3611.7142172202,17809408.0 +146.63,8.600000381469727,4947.0,0.011199042201042175,0.1451009064912796,2.0078694820404053,-0.014046465046703815,0.3414287567138672,0.6676562130451202,1088.0,278528.0,3615.0264495161828,17825792.0 +152.73,8.399999618530273,5120.0,0.008527528494596481,0.1041259765625,1.9826940298080444,-0.013197221793234348,0.4156689941883087,0.6205161809921265,1089.0,278784.0,3618.2294142590836,17842176.0 +132.42,8.899999618530273,5043.0,0.0103103993460536,0.1258748322725296,1.952785611152649,-0.015195022337138653,0.2933197021484375,0.7009086310863495,1090.0,279040.0,3621.478788229171,17858560.0 +134.04,9.0,5073.0,0.009452122263610363,0.11334228515625,1.9092106819152832,-0.013987153768539429,0.3029797077178955,0.700019121170044,1091.0,279296.0,3624.7090020352043,17874944.0 +114.39,9.399999618530273,4837.0,0.012130692601203918,0.1480916291475296,1.917622447013855,-0.016347041353583336,0.23690973222255707,0.7142806649208069,1092.0,279552.0,3628.0967845770065,17891328.0 +105.77,9.100000381469727,4998.0,0.011955193243920803,0.1353556364774704,1.8885153532028198,-0.015323423780500889,0.32827848196029663,0.686031311750412,1093.0,279808.0,3631.375647158129,17907712.0 +94.32,9.100000381469727,5213.0,0.009653388522565365,0.1146240234375,1.8926814794540405,-0.013209727592766285,0.2886154055595398,0.7154331207275391,1094.0,280064.0,3634.5190983971115,17924096.0 +104.63,9.100000381469727,4885.0,0.010559515096247196,0.1194051131606102,1.8911863565444946,-0.014988861046731472,0.3636195957660675,0.6826727986335754,1095.0,280320.0,3637.874121817993,17940480.0 +94.44,8.899999618530273,5024.0,0.009739874862134457,0.1215006485581398,1.8802882432937622,-0.014438499696552753,0.40700864791870117,0.6665245592594147,1096.0,280576.0,3641.1354083430488,17956864.0 +121.44,8.899999618530273,4982.0,0.007430652622133493,0.0892130509018898,1.8887605667114258,-0.012570570223033428,0.41194918751716614,0.6447994112968445,1097.0,280832.0,3644.4245159931015,17973248.0 +127.65,9.399999618530273,4868.0,0.012044668197631836,0.1363525390625,1.9073683023452759,-0.016397695988416672,0.23101377487182617,0.7313662171363831,1098.0,281088.0,3647.790740914177,17989632.0 +106.47,8.699999809265137,4864.0,0.007445373106747866,0.08740234375,1.9106308221817017,-0.012886091135442257,0.4209654629230499,0.6447314023971558,1099.0,281344.0,3651.1599224680103,18006016.0 +110.34,8.800000190734863,4859.0,0.008932027965784073,0.1093546524643898,1.9539190530776978,-0.01477451715618372,0.2906964123249054,0.6849827468395233,1100.0,281600.0,3654.532804523129,18022400.0 +158.25,8.600000381469727,4791.0,0.011812519282102585,0.1309814453125,1.9311041831970215,-0.01788562722504139,0.34421324729919434,0.7004548013210297,1101.0,281856.0,3657.952541954117,18038784.0 +128.73,8.800000190734863,5012.0,0.010291519574820995,0.1186116561293602,1.9123421907424927,-0.016354594379663467,0.2914869487285614,0.7186367213726044,1102.0,282112.0,3661.22209766414,18055168.0 +105.85,8.899999618530273,4818.0,0.01155385747551918,0.1437784880399704,1.9103502035140991,-0.01684565283358097,0.2889822721481323,0.7347174882888794,1103.0,282368.0,3664.6228992401157,18071552.0 +130.11,8.899999618530273,5020.0,0.011294268071651459,0.1363118439912796,1.8777371644973755,-0.01699063926935196,0.36714962124824524,0.7238543927669525,1104.0,282624.0,3667.8877107510343,18087936.0 +98.13,9.0,5176.0,0.011498588137328625,0.1367390900850296,1.8900221586227417,-0.016013478860259056,0.32982000708580017,0.7253850698471069,1105.0,282880.0,3671.0537112201564,18104320.0 +126.77,8.899999618530273,5103.0,0.010346517898142338,0.1216837540268898,1.8581691980361938,-0.01639125868678093,0.33853867650032043,0.717915266752243,1106.0,283136.0,3674.2649595441762,18120704.0 +117.48,8.800000190734863,5060.0,0.00944813434034586,0.11431884765625,1.9025826454162598,-0.01593816839158535,0.31586775183677673,0.7200831472873688,1107.0,283392.0,3677.5035861991346,18137088.0 +160.54,8.800000190734863,5050.0,0.011094209738075733,0.142822265625,1.8745884895324707,-0.017667701467871666,0.29979953169822693,0.7219746112823486,1108.0,283648.0,3680.7485039890744,18153472.0 +96.68,9.600000381469727,5088.0,0.012049919925630093,0.14190673828125,1.8871110677719116,-0.01794414222240448,0.2162221223115921,0.7943266779184341,1109.0,283904.0,3683.9797402480617,18169856.0 +177.52,8.800000190734863,5000.0,0.009989124722778797,0.1266276091337204,1.8912229537963867,-0.015622940845787525,0.35223904252052307,0.710129052400589,1110.0,284160.0,3687.2571464390494,18186240.0 +97.7,9.0,5087.0,0.011505142785608768,0.1270751953125,1.8580998182296753,-0.01668216846883297,0.33331140875816345,0.6995615661144257,1111.0,284416.0,3690.478135606041,18202624.0 +120.72,9.399999618530273,4904.0,0.011613906361162663,0.1427815705537796,1.8565915822982788,-0.01594741828739643,0.28975316882133484,0.7181787490844727,1112.0,284672.0,3693.8198585011996,18219008.0 +87.1,9.399999618530273,5007.0,0.010247995145618916,0.1159261092543602,1.876726508140564,-0.015008729882538319,0.29267171025276184,0.7204287052154541,1113.0,284928.0,3697.0933339539915,18235392.0 +116.75,8.899999618530273,5062.0,0.00944438111037016,0.1054280623793602,1.8732370138168335,-0.014576847665011883,0.38165614008903503,0.6638003587722778,1114.0,285184.0,3700.3307795831934,18251776.0 +132.67,8.699999809265137,5092.0,0.012092501856386662,0.1381428986787796,1.8632783889770508,-0.015402835793793201,0.315773606300354,0.695297122001648,1115.0,285440.0,3703.5485839620233,18268160.0 +116.14,8.899999618530273,4954.0,0.01258852705359459,0.1419881135225296,1.899703860282898,-0.014382856898009777,0.29704785346984863,0.7285883724689484,1116.0,285696.0,3706.857210494112,18284544.0 +134.4,8.600000381469727,5015.0,0.009938954375684261,0.1161295548081398,1.8929182291030884,-0.013834111392498016,0.3704899251461029,0.6781470477581024,1117.0,285952.0,3710.1243148581125,18300928.0 +129.39,9.300000190734863,5188.0,0.013510078191757202,0.154541015625,1.879637598991394,-0.017035482451319695,0.24137727916240692,0.751268282532692,1118.0,286208.0,3713.283141204156,18317312.0 +105.15,9.300000190734863,5016.0,0.012489733286201954,0.14263916015625,1.8312262296676636,-0.01672237552702427,0.26377737522125244,0.7652029395103455,1119.0,286464.0,3716.549805189017,18333696.0 +119.98,8.899999618530273,5007.0,0.010629504919052124,0.1182657852768898,1.8343877792358398,-0.013553635217249393,0.36368879675865173,0.6853421628475189,1120.0,286720.0,3719.822416906012,18350080.0 +123.44,9.0,5211.0,0.01139475405216217,0.1328328400850296,1.8147953748703003,-0.01701795682311058,0.3571777641773224,0.6836660504341125,1121.0,286976.0,3722.9668548291083,18366464.0 +99.05,9.5,5112.0,0.01136446837335825,0.1334635466337204,1.8531447649002075,-0.01663929410278797,0.2785780429840088,0.7335713803768158,1122.0,287232.0,3726.1725920690224,18382848.0 +97.16,9.100000381469727,5118.0,0.01043419074267149,0.11492919921875,1.880029559135437,-0.015450499951839447,0.40239396691322327,0.6774468123912811,1123.0,287488.0,3729.3744588340633,18399232.0 +119.87,9.100000381469727,5090.0,0.01053422037512064,0.1315714567899704,1.8382898569107056,-0.015665585175156593,0.32110127806663513,0.7059196829795837,1124.0,287744.0,3732.5937038580887,18415616.0 +109.1,9.5,4971.0,0.012736829929053783,0.13690185546875,1.858842372894287,-0.015082847326993942,0.21529249846935272,0.766475185751915,1125.0,288000.0,3735.8899510339834,18432000.0 +134.03,8.699999809265137,4805.0,0.010449706576764584,0.1281331330537796,1.8759284019470215,-0.015530229546129704,0.3318800926208496,0.7049973607063293,1126.0,288256.0,3739.300383734051,18448384.0 +124.59,8.699999809265137,4843.0,0.009512164629995823,0.10943603515625,1.8590284585952759,-0.014341245405375957,0.3601401150226593,0.656788170337677,1127.0,288512.0,3742.6835462402087,18464768.0 +164.37,8.5,5047.0,0.008522315882146358,0.1047159805893898,1.8469300270080566,-0.01184176281094551,0.4145284593105316,0.6626403629779816,1128.0,288768.0,3745.9299775680993,18481152.0 +125.86,9.0,5022.0,0.010977947153151035,0.1339518278837204,1.835321068763733,-0.014177840203046799,0.3045901954174042,0.687933623790741,1129.0,289024.0,3749.1926668311935,18497536.0 +123.1,9.0,5025.0,0.010561293922364712,0.1311238557100296,1.850650668144226,-0.014318670146167278,0.3005942404270172,0.7041141092777252,1130.0,289280.0,3752.4535623060074,18513920.0 +118.5,9.0,4710.0,0.010692578740417957,0.1329345703125,1.8209439516067505,-0.014412031508982182,0.30856814980506897,0.667647123336792,1131.0,289536.0,3755.9325439240783,18530304.0 +121.29,9.0,4708.0,0.009484965354204178,0.1087239608168602,1.8740301132202148,-0.015173434279859066,0.27863597869873047,0.6852112114429474,1132.0,289792.0,3759.413634079043,18546688.0 +128.48,9.100000381469727,4858.0,0.009901427663862705,0.1195271834731102,1.8345423936843872,-0.01480823289602995,0.35722222924232483,0.6302708387374878,1133.0,290048.0,3762.786629443988,18563072.0 +121.02,9.199999809265137,5093.0,0.011335371993482113,0.135009765625,1.8078840970993042,-0.015164771117269993,0.3283490836620331,0.6640006005764008,1134.0,290304.0,3766.003946515033,18579456.0 +97.05,9.100000381469727,4657.0,0.014760538935661316,0.1280110627412796,1.8021057844161987,-0.014234957285225391,0.2857816517353058,0.6663895547389984,1135.0,290560.0,3769.522618429037,18595840.0 +101.98,8.800000190734863,4813.0,0.015441074967384338,0.1424763947725296,1.8544238805770874,-0.015546922571957111,0.3569450080394745,0.6211704909801483,1136.0,290816.0,3772.9274108430836,18612224.0 +137.54,8.800000190734863,4853.0,0.013077187351882458,0.1291910856962204,1.84632408618927,-0.012807589955627918,0.3607748746871948,0.6529285907745361,1137.0,291072.0,3776.303874596022,18628608.0 +96.36,9.300000190734863,4973.0,0.01010939385741949,0.1171671524643898,1.8227224349975586,-0.01399394404143095,0.3547396957874298,0.6539475619792938,1138.0,291328.0,3779.5988398510963,18644992.0 +110.37,9.199999809265137,4953.0,0.012122067622840405,0.1218668594956398,1.8759799003601074,-0.014110646210610867,0.2761869430541992,0.7053757905960083,1139.0,291584.0,3782.907047854038,18661376.0 +126.5,8.600000381469727,5009.0,0.01010188739746809,0.1117757186293602,1.8885458707809448,-0.014136423356831074,0.3796004354953766,0.6544396579265594,1140.0,291840.0,3786.178651791066,18677760.0 +105.77,9.199999809265137,5184.0,0.010704897344112396,0.12506103515625,1.8856658935546875,-0.014542554505169392,0.24971182644367218,0.7417536079883575,1141.0,292096.0,3789.3397861840203,18694144.0 +145.25,8.699999809265137,5137.0,0.009088325314223766,0.10662841796875,1.8649598360061646,-0.014646518044173717,0.38018670678138733,0.7011277973651886,1142.0,292352.0,3792.529975131154,18710528.0 +84.43,9.100000381469727,4771.0,0.011584213934838772,0.1278889924287796,1.8127646446228027,-0.017303070053458214,0.398816853761673,0.6405965685844421,1143.0,292608.0,3795.9642289150506,18726912.0 +114.98,9.199999809265137,4918.0,0.008741953410208225,0.1043701171875,1.827208399772644,-0.013974037952721119,0.3583453595638275,0.675682008266449,1144.0,292864.0,3799.296072689118,18743296.0 +112.42,8.699999809265137,5085.0,0.011931604705750942,0.1094156876206398,1.8302112817764282,-0.01396144274622202,0.36468687653541565,0.675666868686676,1145.0,293120.0,3802.5188177609816,18759680.0 +99.56,9.300000190734863,4996.0,0.00981919001787901,0.1101888045668602,1.824244499206543,-0.01734408363699913,0.3038750886917114,0.7111310362815857,1146.0,293376.0,3805.799005151028,18776064.0 +115.86,9.0,4976.0,0.011735395528376102,0.1475830078125,1.8362512588500977,-0.01655510812997818,0.2824254631996155,0.7181390821933746,1147.0,293632.0,3809.091858602129,18792448.0 +79.05,9.600000381469727,5058.0,0.013294510543346405,0.1506754606962204,1.8728653192520142,-0.016205860301852226,0.21731771528720856,0.7741936445236206,1148.0,293888.0,3812.3318036932033,18808832.0 +118.68,9.100000381469727,5250.0,0.010158546268939972,0.1242268905043602,1.855851173400879,-0.015672976151108742,0.29735857248306274,0.7576725631952286,1149.0,294144.0,3815.452852666145,18825216.0 +127.13,8.800000190734863,5154.0,0.010096746496856213,0.120849609375,1.8791266679763794,-0.014961927197873592,0.3230549693107605,0.7082646191120148,1150.0,294400.0,3818.632254562108,18841600.0 +112.27,8.800000190734863,5173.0,0.011203031986951828,0.1190592423081398,1.8842397928237915,-0.012858327478170395,0.38558074831962585,0.6443566381931305,1151.0,294656.0,3821.800000702031,18857984.0 +123.55,8.800000190734863,5175.0,0.009034447371959686,0.1050211563706398,1.903645634651184,-0.01355451438575983,0.3388976752758026,0.6991816759109497,1152.0,294912.0,3824.9663717611693,18874368.0 +121.57,9.199999809265137,5174.0,0.008235271088778973,0.1013387069106102,1.9445347785949707,-0.015007853507995605,0.2203528881072998,0.7819262742996216,1153.0,295168.0,3828.134800051106,18890752.0 +113.78,9.0,5133.0,0.010161071084439754,0.1154988631606102,1.9218716621398926,-0.015841515734791756,0.33818531036376953,0.7015438675880432,1154.0,295424.0,3831.3273296270054,18907136.0 +165.37,8.600000381469727,5000.0,0.009801273234188557,0.1262410432100296,1.966291069984436,-0.010260135866701603,0.3687279224395752,0.6864355206489563,1155.0,295680.0,3834.6049325030763,18923520.0 +129.32,9.0,4972.0,0.008953985758125782,0.0942179337143898,1.9542988538742065,-0.014601804316043854,0.2482384294271469,0.7512630075216293,1156.0,295936.0,3837.900236542104,18939904.0 +118.44,9.0,4927.0,0.010504682548344135,0.1193033829331398,1.9493094682693481,-0.014372017234563828,0.24787074327468872,0.7680549174547195,1157.0,296192.0,3841.2261445980985,18956288.0 +169.45,8.899999618530273,4999.0,0.00947919674217701,0.1196695938706398,1.945898175239563,-0.016890166327357292,0.2651418149471283,0.7217389941215515,1158.0,296448.0,3844.504339011153,18972672.0 +112.72,9.300000190734863,5005.0,0.014073186554014683,0.1576334685087204,1.9231348037719727,-0.014227303676307201,0.32406407594680786,0.7103191316127777,1159.0,296704.0,3847.778379209107,18989056.0 +147.34,8.899999618530273,4674.0,0.009896171279251575,0.1231282576918602,1.9370384216308594,-0.01599552109837532,0.29256898164749146,0.6972911953926086,1160.0,296960.0,3851.284507336095,19005440.0 +119.8,9.100000381469727,5015.0,0.00919097475707531,0.10589599609375,1.9193331003189087,-0.013219214975833893,0.28005823493003845,0.7104203402996063,1161.0,297216.0,3854.5518700419925,19021824.0 +126.68,9.300000190734863,5216.0,0.010792517103254795,0.1311238557100296,1.9220304489135742,-0.015798090025782585,0.22898347675800323,0.7183327078819275,1162.0,297472.0,3857.6938712331466,19038208.0 +141.26,9.300000190734863,5053.0,0.011112582869827747,0.1347859650850296,1.9387226104736328,-0.015423414297401905,0.17280809581279755,0.7718107849359512,1163.0,297728.0,3860.936501350021,19054592.0 +200.03,7.900000095367432,4969.0,0.008906391449272633,0.1172078475356102,1.9471043348312378,-0.013306616805493832,0.43798092007637024,0.5787798166275024,1164.0,297984.0,3864.2343308310956,19070976.0 +157.4,8.699999809265137,4836.0,0.012079812586307526,0.1227213516831398,1.9530152082443237,-0.014502271078526974,0.281861275434494,0.6650569438934326,1165.0,298240.0,3867.622766653076,19087360.0 +130.78,9.0,5085.0,0.010717473924160004,0.1337076872587204,1.919521689414978,-0.01417465228587389,0.37974146008491516,0.6338423192501068,1166.0,298496.0,3870.8449422800913,19103744.0 +121.42,9.399999618530273,4942.0,0.013334264047443867,0.1554768830537796,1.9017642736434937,-0.017896438017487526,0.2525734305381775,0.6935797929763794,1167.0,298752.0,3874.160527459113,19120128.0 +109.37,8.899999618530273,4966.0,0.01077914610505104,0.1344807893037796,1.8700135946273804,-0.01564854197204113,0.3537124693393707,0.6660425066947937,1168.0,299008.0,3877.460991609143,19136512.0 +109.21,9.0,4869.0,0.01016965787857771,0.1145223006606102,1.8814111948013306,-0.015579764731228352,0.3159884214401245,0.7105150520801544,1169.0,299264.0,3880.8265934081282,19152896.0 +133.1,9.100000381469727,4862.0,0.01204643864184618,0.1272786408662796,1.8485389947891235,-0.01559909526258707,0.33891305327415466,0.6658078134059906,1170.0,299520.0,3884.197112897178,19169280.0 +76.89,9.5,5193.0,0.010842596180737019,0.11163330078125,1.8525744676589966,-0.016287988051772118,0.27909669280052185,0.7066037058830261,1171.0,299776.0,3887.3532340989914,19185664.0 +102.0,9.5,5256.0,0.011323794722557068,0.1279500275850296,1.8725813627243042,-0.01692531444132328,0.331979900598526,0.6435003578662872,1172.0,300032.0,3890.4708287711255,19202048.0 +103.39,9.300000190734863,5139.0,0.011093764565885067,0.1143798828125,1.8648223876953125,-0.015442091971635818,0.35298553109169006,0.6292915046215057,1173.0,300288.0,3893.66268918314,19218432.0 +97.81,8.800000190734863,5043.0,0.011187576688826084,0.1136067733168602,1.842638611793518,-0.01571751944720745,0.3815585672855377,0.6200393736362457,1174.0,300544.0,3896.9117933730595,19234816.0 +70.39,9.0,5141.0,0.009773069061338902,0.1103922501206398,1.9005699157714844,-0.01412291545420885,0.3285282552242279,0.6850992739200592,1175.0,300800.0,3900.099326450145,19251200.0 +115.8,9.0,5138.0,0.008570477366447449,0.0944620743393898,1.929922103881836,-0.01573914848268032,0.3090756833553314,0.6798932552337646,1176.0,301056.0,3903.288416454103,19267584.0 +82.95,9.100000381469727,5065.0,0.008696481585502625,0.10650634765625,1.9443912506103516,-0.015970947220921516,0.26498496532440186,0.7123481631278992,1177.0,301312.0,3906.5242219981737,19283968.0 +154.45,8.899999618530273,5216.0,0.009679066948592663,0.1031901016831398,1.9428648948669434,-0.012562737800180912,0.2733130156993866,0.7221804261207581,1178.0,301568.0,3909.6657294891775,19300352.0 +96.45,9.399999618530273,5063.0,0.008311399258673191,0.1017049178481102,1.9115217924118042,-0.014679946005344391,0.33852529525756836,0.645108699798584,1179.0,301824.0,3912.902321852045,19316736.0 +105.43,9.399999618530273,5170.0,0.01179726142436266,0.126953125,1.8888806104660034,-0.013924590311944485,0.28692612051963806,0.6581205129623413,1180.0,302080.0,3916.0720733730122,19333120.0 +82.8,9.800000190734863,4976.0,0.010790378786623478,0.12969970703125,1.9401363134384155,-0.017464401200413704,0.18920277059078217,0.7264489531517029,1181.0,302336.0,3919.3651353709865,19349504.0 +86.79,9.5,5079.0,0.012723084539175034,0.1431477814912796,1.9126859903335571,-0.015268930234014988,0.2636570334434509,0.6791619062423706,1182.0,302592.0,3922.5911290321965,19365888.0 +109.34,9.0,4842.0,0.009027033112943172,0.1015625,1.8949967622756958,-0.012684691697359085,0.350827693939209,0.6191048920154572,1183.0,302848.0,3925.975356456125,19382272.0 +127.84,8.899999618530273,4800.0,0.010347613133490086,0.1177978515625,1.9144216775894165,-0.016007423400878906,0.34348157048225403,0.6230472028255463,1184.0,303104.0,3929.3892537672073,19398656.0 +106.93,9.399999618530273,4993.0,0.011486531235277653,0.1275838166475296,1.8923258781433105,-0.016682244837284088,0.26084181666374207,0.6783376932144165,1185.0,303360.0,3932.6712190941907,19415040.0 +100.04,9.0,5086.0,0.01147222239524126,0.11126708984375,1.8748435974121094,-0.015130702406167984,0.41878828406333923,0.617910772562027,1186.0,303616.0,3935.893145937007,19431424.0 +79.0,9.300000190734863,5121.0,0.0133218290284276,0.1171468123793602,1.8646854162216187,-0.014754082076251507,0.29737594723701477,0.681917130947113,1187.0,303872.0,3939.0930320401676,19447808.0 +107.3,9.100000381469727,4987.0,0.011636980809271336,0.1346232146024704,1.8963171243667603,-0.018222618848085403,0.27098265290260315,0.6982053220272064,1188.0,304128.0,3942.3790470040403,19464192.0 +95.24,8.699999809265137,4924.0,0.009514279663562775,0.10760498046875,1.8578381538391113,-0.012676154263317585,0.41602063179016113,0.6437409222126007,1189.0,304384.0,3945.707172979135,19480576.0 +110.78,9.199999809265137,4961.0,0.009635123424232006,0.1085611954331398,1.8926795721054077,-0.01429532840847969,0.2777760326862335,0.7129650712013245,1190.0,304640.0,3949.0101921190508,19496960.0 +126.25,9.0,5008.0,0.013035777024924755,0.1387125700712204,1.8842061758041382,-0.015083208680152893,0.29070165753364563,0.6975272595882416,1191.0,304896.0,3952.282037507044,19513344.0 +141.81,8.300000190734863,4962.0,0.009476753883063793,0.105224609375,1.8738104104995728,-0.01562316995114088,0.4176509380340576,0.6528407335281372,1192.0,305152.0,3955.5891337450594,19529728.0 +103.69,9.399999618530273,5029.0,0.011126874946057796,0.13360595703125,1.8872061967849731,-0.01807486079633236,0.27263709902763367,0.7268768846988678,1193.0,305408.0,3958.8476352300495,19546112.0 +74.82,8.899999618530273,5162.0,0.007804324850440025,0.0880940780043602,1.8840101957321167,-0.013979564420878887,0.3932126760482788,0.6707426309585571,1194.0,305664.0,3962.0220776142087,19562496.0 +134.66,9.0,5088.0,0.010426449589431286,0.1263631135225296,1.9202961921691895,-0.01279656682163477,0.24457508325576782,0.7009466588497162,1195.0,305920.0,3965.242799301166,19578880.0 +134.73,8.899999618530273,4889.0,0.016829676926136017,0.11480712890625,1.9307307004928589,-0.012894253246486187,0.29114529490470886,0.6618867516517639,1196.0,306176.0,3968.5949680120684,19595264.0 +150.04,8.899999618530273,4763.0,0.008105678483843803,0.0909220352768898,1.9513434171676636,-0.013268817216157913,0.2744988799095154,0.6681767702102661,1197.0,306432.0,3972.035520523088,19611648.0 +137.13,8.899999618530273,4825.0,0.009379362687468529,0.0964151993393898,1.9230866432189941,-0.014901954680681229,0.30081185698509216,0.6879174411296844,1198.0,306688.0,3975.431978264125,19628032.0 +150.43,8.5,4904.0,0.00842216145247221,0.0923868790268898,1.8861287832260132,-0.014737793244421482,0.442118763923645,0.6306051909923553,1199.0,306944.0,3978.7733303571586,19644416.0 +103.23,9.100000381469727,4734.0,0.010995269753038883,0.12176513671875,1.8507000207901,-0.01666734553873539,0.3163321018218994,0.6794348359107971,1200.0,307200.0,3982.2348511770833,19660800.0 +129.83,8.899999618530273,4753.0,0.010725803673267365,0.1160685196518898,1.8604644536972046,-0.016483863815665245,0.32491031289100647,0.7013124525547028,1201.0,307456.0,3985.682987397071,19677184.0 +106.76,9.399999618530273,4806.0,0.013399709947407246,0.1345011442899704,1.8333559036254883,-0.016825301572680473,0.2294963002204895,0.7690893113613129,1202.0,307712.0,3989.0921875450294,19693568.0 +108.93,9.399999618530273,4927.0,0.01203788910061121,0.1402791291475296,1.8464199304580688,-0.01613776758313179,0.24236655235290527,0.7397061884403229,1203.0,307968.0,3992.417533572996,19709952.0 +126.18,9.199999809265137,5109.0,0.012581643648445606,0.1397705078125,1.8434120416641235,-0.01593572460114956,0.26274749636650085,0.7608732581138611,1204.0,308224.0,3995.624784876127,19726336.0 +107.97,9.199999809265137,4958.0,0.012554583139717579,0.1245320662856102,1.8320399522781372,-0.01354239135980606,0.315925657749176,0.7227998971939087,1205.0,308480.0,3998.9305863571353,19742720.0 +100.56,9.399999618530273,5013.0,0.013380416668951511,0.14337158203125,1.8187686204910278,-0.015841642394661903,0.2399870902299881,0.7493330538272858,1206.0,308736.0,4002.199186522048,19759104.0 +110.13,9.100000381469727,4664.0,0.01016486156731844,0.12860107421875,1.8407469987869263,-0.01591043546795845,0.29214781522750854,0.7240098714828491,1207.0,308992.0,4005.7119721430354,19775488.0 +103.4,9.300000190734863,4811.0,0.011136065237224102,0.1332194060087204,1.8469061851501465,-0.015782123431563377,0.2088070660829544,0.771364614367485,1208.0,309248.0,4009.118205339182,19791872.0 +175.51,8.600000381469727,4694.0,0.01137657929211855,0.13031005859375,1.8291033506393433,-0.013537964783608913,0.3691396713256836,0.6779855787754059,1209.0,309504.0,4012.608545476105,19808256.0 +103.19,9.300000190734863,4863.0,0.012146332301199436,0.12445068359375,1.7926303148269653,-0.013725128024816513,0.3015505373477936,0.7087635397911072,1210.0,309760.0,4015.981594969053,19824640.0 +97.11,9.100000381469727,4872.0,0.010668356902897358,0.12127685546875,1.7860051393508911,-0.016402075067162514,0.3570953607559204,0.6213158965110779,1211.0,310016.0,4019.344824313186,19841024.0 +93.72,9.399999618530273,4974.0,0.012583917938172817,0.1419677734375,1.8116732835769653,-0.01709756627678871,0.2845155894756317,0.6882261037826538,1212.0,310272.0,4022.6392085321713,19857408.0 +123.55,9.199999809265137,5027.0,0.013165309093892574,0.1375935822725296,1.8420788049697876,-0.014301556162536144,0.30401840806007385,0.6608450710773468,1213.0,310528.0,4025.8986251011956,19873792.0 +83.63,9.5,5070.0,0.011094802059233189,0.1266886442899704,1.8589760065078735,-0.013488837517797947,0.2380361557006836,0.740350604057312,1214.0,310784.0,4029.1310861730017,19890176.0 +105.97,9.100000381469727,5032.0,0.012112151831388474,0.14093017578125,1.8635282516479492,-0.016053935512900352,0.28900471329689026,0.6773799955844879,1215.0,311040.0,4032.387815952068,19906560.0 +135.89,8.899999618530273,5068.0,0.010678302496671677,0.1277669221162796,1.8475655317306519,-0.01277111005038023,0.29935213923454285,0.6684347093105316,1216.0,311296.0,4035.620937192114,19922944.0 +141.99,9.0,4947.0,0.010935824364423752,0.1308797150850296,1.8859742879867554,-0.014282473362982273,0.2908835709095001,0.6839979588985443,1217.0,311552.0,4038.9332167562097,19939328.0 +132.64,8.899999618530273,4888.0,0.008823703043162823,0.1087646484375,1.918859839439392,-0.014454283751547337,0.3376830518245697,0.65159010887146,1218.0,311808.0,4042.285550972214,19955712.0 +134.49,9.300000190734863,5050.0,0.009836602956056595,0.1200968399643898,1.9325658082962036,-0.013070396147668362,0.23308420181274414,0.7119604647159576,1219.0,312064.0,4045.5306542210747,19972096.0 +138.15,9.0,5008.0,0.012765015475451946,0.1262613981962204,1.9072308540344238,-0.013473832048475742,0.28489503264427185,0.6601460874080658,1220.0,312320.0,4048.8028319021687,19988480.0 +121.09,8.800000190734863,4910.0,0.012171310372650623,0.1339518278837204,1.8788352012634277,-0.01572597585618496,0.35388830304145813,0.6550673246383667,1221.0,312576.0,4052.1404165769927,20004864.0 +97.94,8.699999809265137,4881.0,0.014325094409286976,0.1075235977768898,1.8629063367843628,-0.012825013138353825,0.4562011957168579,0.5689846873283386,1222.0,312832.0,4055.4977361920755,20021248.0 +106.97,9.199999809265137,5097.0,0.0083422577008605,0.09613037109375,1.8468536138534546,-0.0151625731959939,0.34807923436164856,0.643040806055069,1223.0,313088.0,4058.7129710239824,20037632.0 +94.11,9.100000381469727,5234.0,0.011213629506528378,0.125244140625,1.849756121635437,-0.016835317015647888,0.3051162660121918,0.69004887342453,1224.0,313344.0,4061.843568684999,20054016.0 +95.44,9.100000381469727,4943.0,0.012425863184034824,0.1467081755399704,1.8566231727600098,-0.014771188609302044,0.31433868408203125,0.6457126140594482,1225.0,313600.0,4065.158645077143,20070400.0 +96.23,9.100000381469727,5047.0,0.012250978499650955,0.1246541365981102,1.8347066640853882,-0.015527033247053623,0.372902512550354,0.6250599324703217,1226.0,313856.0,4068.4064786571544,20086784.0 +123.9,8.699999809265137,4964.0,0.007245247717946768,0.0828043594956398,1.8562337160110474,-0.013153955340385437,0.4019029140472412,0.6453971266746521,1227.0,314112.0,4071.707586917095,20103168.0 +92.52,9.600000381469727,4902.0,0.010187664069235325,0.1226806640625,1.8234672546386719,-0.01735459826886654,0.2864752411842346,0.7266635596752167,1228.0,314368.0,4075.05097995908,20119552.0 +67.25,9.600000381469727,4809.0,0.011835973709821701,0.1239217147231102,1.8075445890426636,-0.016195198521018028,0.27700087428092957,0.7163998484611511,1229.0,314624.0,4078.4580264440738,20135936.0 +96.05,9.399999618530273,4847.0,0.009800643660128117,0.1128133162856102,1.8249675035476685,-0.017885105684399605,0.3120446503162384,0.6799210011959076,1230.0,314880.0,4081.8389105440583,20152320.0 +102.59,9.100000381469727,4642.0,0.009616500698029995,0.1146240234375,1.8242655992507935,-0.013854198157787323,0.3395715653896332,0.6816585659980774,1231.0,315136.0,4085.3689630620647,20168704.0 +97.0,8.899999618530273,4903.0,0.009418987669050694,0.11572265625,1.8296970129013062,-0.016740832477808,0.36989450454711914,0.6711156070232391,1232.0,315392.0,4088.7149862041697,20185088.0 +117.57,8.600000381469727,4905.0,0.009146195836365223,0.10693359375,1.8755909204483032,-0.014040709473192692,0.3474103510379791,0.6554600298404694,1233.0,315648.0,4092.055651549017,20201472.0 +117.12,9.199999809265137,5026.0,0.00967673771083355,0.1125691756606102,1.864167332649231,-0.018122540786862373,0.31815895438194275,0.7118440270423889,1234.0,315904.0,4095.315707706148,20217856.0 +80.72,9.300000190734863,4872.0,0.010667751543223858,0.1158040389418602,1.841631531715393,-0.016339948400855064,0.3257922828197479,0.7037546336650848,1235.0,316160.0,4098.679473602213,20234240.0 +115.32,8.899999618530273,5051.0,0.010580881498754025,0.1212361678481102,1.8349181413650513,-0.01610860601067543,0.32578516006469727,0.6769098043441772,1236.0,316416.0,4101.923865154153,20250624.0 +114.67,9.399999618530273,5030.0,0.01007245946675539,0.1225382462143898,1.8510924577713013,-0.016188031062483788,0.25662875175476074,0.6637770533561707,1237.0,316672.0,4105.181687435135,20267008.0 +107.74,9.600000381469727,5061.0,0.010948254726827145,0.1395467072725296,1.890318751335144,-0.01814873330295086,0.18558086454868317,0.7353414297103882,1238.0,316928.0,4108.419740261044,20283392.0 +152.3,9.0,4942.0,0.01714831218123436,0.1459147185087204,1.8882465362548828,-0.014460858888924122,0.2921682298183441,0.6399015188217163,1239.0,317184.0,4111.735763808014,20299776.0 +134.88,9.0,5001.0,0.009777189232409,0.115966796875,1.831152319908142,-0.017176274210214615,0.3667783737182617,0.6332160532474518,1240.0,317440.0,4115.012240148149,20316160.0 +83.9,9.899999618530273,4966.0,0.012843501754105091,0.1460367888212204,1.814205527305603,-0.017176469787955284,0.15419720113277435,0.7725915163755417,1241.0,317696.0,4118.312236460159,20332544.0 +77.76,9.199999809265137,4979.0,0.010467656888067722,0.11279296875,1.8086262941360474,-0.014876839704811573,0.29062169790267944,0.6859013140201569,1242.0,317952.0,4121.603615203174,20348928.0 +101.97,9.300000190734863,4861.0,0.010684390552341938,0.1168416365981102,1.8265981674194336,-0.016013456508517265,0.35214996337890625,0.6238676905632019,1243.0,318208.0,4124.9746716690715,20365312.0 +104.8,9.0,4919.0,0.01027495414018631,0.1157633438706398,1.8526946306228638,-0.015056371688842773,0.3256208598613739,0.6639861464500427,1244.0,318464.0,4128.306201860076,20381696.0 +94.03,9.0,4866.0,0.010054562240839005,0.1210530623793602,1.8594058752059937,-0.01559013593941927,0.3672012388706207,0.6276612877845764,1245.0,318720.0,4131.673990209121,20398080.0 +80.45,9.399999618530273,5265.0,0.01220779214054346,0.11614990234375,1.798662543296814,-0.015735723078250885,0.3265553414821625,0.6651879847049713,1246.0,318976.0,4134.786993829999,20414464.0 +112.83,9.199999809265137,5092.0,0.009308844804763794,0.1001790389418602,1.806469440460205,-0.014539007097482681,0.31391313672065735,0.638049989938736,1247.0,319232.0,4138.004935248988,20430848.0 +104.09,9.199999809265137,5020.0,0.010627683252096176,0.12786865234375,1.8566211462020874,-0.013731966726481915,0.35678553581237793,0.6468228995800018,1248.0,319488.0,4141.26880342816,20447232.0 +89.8,9.199999809265137,5085.0,0.00978556927293539,0.1034139022231102,1.8909153938293457,-0.012729437090456486,0.2818196415901184,0.6945020258426666,1249.0,319744.0,4144.491406729212,20463616.0 +88.14,9.300000190734863,5114.0,0.009128362871706486,0.09893798828125,1.8608499765396118,-0.01280088722705841,0.30686330795288086,0.7045845687389374,1250.0,320000.0,4147.70031294506,20480000.0 +107.96,8.100000381469727,4995.0,0.00787830725312233,0.0885009765625,1.8715100288391113,-0.013997123576700687,0.541802704334259,0.5783405303955078,1251.0,320256.0,4150.981184620177,20496384.0 +97.56,9.0,4965.0,0.010453141294419765,0.1080118790268898,1.8403347730636597,-0.017374545335769653,0.34899747371673584,0.6705377101898193,1252.0,320512.0,4154.281583668198,20512768.0 +98.23,9.199999809265137,5066.0,0.011126957833766937,0.1258544921875,1.8344849348068237,-0.017628513276576996,0.31084904074668884,0.702227920293808,1253.0,320768.0,4157.516243810067,20529152.0 +87.0,9.100000381469727,4927.0,0.009599112905561924,0.10260009765625,1.8348302841186523,-0.014065141789615154,0.3868754804134369,0.6574898064136505,1254.0,321024.0,4160.841914968099,20545536.0 +79.29,8.899999618530273,5006.0,0.008340737782418728,0.0874837264418602,1.804461121559143,-0.013908435590565205,0.5043691992759705,0.6178951263427734,1255.0,321280.0,4164.115918698022,20561920.0 +75.65,9.199999809265137,4998.0,0.008318884298205376,0.1041259765625,1.8461228609085083,-0.014461307786405087,0.35964953899383545,0.6688060164451599,1256.0,321536.0,4167.394236176042,20578304.0 +78.04,9.100000381469727,5093.0,0.01141427829861641,0.1171061173081398,1.8388394117355347,-0.012857861816883087,0.40620100498199463,0.6281993389129639,1257.0,321792.0,4170.6117106562015,20594688.0 +105.11,8.600000381469727,4932.0,0.010113729164004326,0.0928141251206398,1.8687776327133179,-0.011242779903113842,0.3972221612930298,0.6340419352054596,1258.0,322048.0,4173.934093318181,20611072.0 +101.66,9.0,5099.0,0.009191113524138927,0.1071980819106102,1.8583050966262817,-0.014628108590841293,0.2797738313674927,0.7195947170257568,1259.0,322304.0,4177.148358884035,20627456.0 +80.66,9.600000381469727,5015.0,0.01244475319981575,0.1178181990981102,1.8516864776611328,-0.014926978386938572,0.29710501432418823,0.6920348107814789,1260.0,322560.0,4180.415686755208,20643840.0 +138.11,8.899999618530273,4911.0,0.01225664746016264,0.13140869140625,1.9073691368103027,-0.014419633895158768,0.36905381083488464,0.6117347478866577,1261.0,322816.0,4183.752552040154,20660224.0 +110.08,8.699999809265137,4934.0,0.009644907899200916,0.1055094376206398,1.8386932611465454,-0.013147515244781971,0.48494604229927063,0.5677162706851959,1262.0,323072.0,4187.073240314145,20676608.0 +86.37,9.600000381469727,4799.0,0.00834521185606718,0.0921834334731102,1.8360131978988647,-0.014282391406595707,0.2871992290019989,0.6890983879566193,1263.0,323328.0,4190.487921064021,20692992.0 +110.85,9.300000190734863,5026.0,0.010071110911667347,0.11895751953125,1.8382381200790405,-0.015990043058991432,0.29997169971466064,0.6849346458911896,1264.0,323584.0,4193.747925422154,20709376.0 +92.28,9.199999809265137,4828.0,0.010758559219539165,0.11236572265625,1.8471957445144653,-0.015483233146369457,0.33167627453804016,0.6852419674396515,1265.0,323840.0,4197.14174358407,20725760.0 +102.33,9.399999618530273,4975.0,0.010290267877280712,0.1312662810087204,1.8709063529968262,-0.015913859009742737,0.20568226277828217,0.7532183080911636,1266.0,324096.0,4200.435315120034,20742144.0 +140.17,8.899999618530273,5045.0,0.00899005401879549,0.1115519180893898,1.8845363855361938,-0.016087936237454414,0.33796200156211853,0.6421730518341064,1267.0,324352.0,4203.683257583994,20758528.0 +91.2,8.699999809265137,4945.0,0.008434261195361614,0.0819905623793602,1.9031853675842285,-0.012869592756032944,0.39457976818084717,0.6386427283287048,1268.0,324608.0,4206.996784279123,20774912.0 +127.55,8.5,4993.0,0.010004941374063492,0.0947062149643898,1.9014405012130737,-0.013232201337814331,0.41437673568725586,0.6250705718994141,1269.0,324864.0,4210.278756346088,20791296.0 +114.32,8.899999618530273,5007.0,0.007890165783464909,0.09393310546875,1.8529810905456543,-0.014565285295248032,0.4032842814922333,0.6011501550674438,1270.0,325120.0,4213.551073588198,20807680.0 +93.91,9.0,4925.0,0.009485911577939987,0.1001993790268898,1.8296242952346802,-0.015982767567038536,0.396762877702713,0.5953870117664337,1271.0,325376.0,4216.878498051083,20824064.0 +86.05,9.600000381469727,5034.0,0.010770636610686779,0.11529541015625,1.840558648109436,-0.015373210422694683,0.27404189109802246,0.643249124288559,1272.0,325632.0,4220.133848428028,20840448.0 +75.22,9.100000381469727,5002.0,0.011969481594860554,0.1094767227768898,1.8283497095108032,-0.015663491562008858,0.3198526203632355,0.6412742733955383,1273.0,325888.0,4223.4100252641365,20856832.0 +75.15,9.300000190734863,4833.0,0.008810612373054028,0.0994669571518898,1.8324289321899414,-0.013105429708957672,0.35053715109825134,0.6433309316635132,1274.0,326144.0,4226.800867511192,20873216.0 +86.86,8.899999618530273,4822.0,0.008642694912850857,0.0827229842543602,1.8787084817886353,-0.011704131960868835,0.3990061283111572,0.6563340723514557,1275.0,326400.0,4230.198816609103,20889600.0 +85.51,9.100000381469727,4884.0,0.00990208238363266,0.1116129532456398,1.8739067316055298,-0.016175314784049988,0.2657795250415802,0.7381058633327484,1276.0,326656.0,4233.5538970830385,20905984.0 +89.17,9.300000190734863,4887.0,0.009240577928721905,0.0931396484375,1.863742470741272,-0.012765742838382721,0.3372749090194702,0.6614134013652802,1277.0,326912.0,4236.906428801129,20922368.0 +97.55,9.0,4972.0,0.00723798805847764,0.0787353515625,1.853346824645996,-0.012393982149660587,0.37860772013664246,0.638559877872467,1278.0,327168.0,4240.201775529189,20938752.0 +106.89,9.0,5107.0,0.00785225909203291,0.09210205078125,1.8554433584213257,-0.013551200740039349,0.3550196588039398,0.6433075666427612,1279.0,327424.0,4243.410654879175,20955136.0 +106.19,8.899999618530273,5091.0,0.00817845854908228,0.0856526717543602,1.8580642938613892,-0.01439682487398386,0.37862375378608704,0.6258662939071655,1280.0,327680.0,4246.6293407320045,20971520.0 +111.27,9.5,5016.0,0.007564499508589506,0.0871378555893898,1.8548803329467773,-0.014069032855331898,0.22358398139476776,0.7253081798553467,1281.0,327936.0,4249.896245282143,20987904.0 +112.54,9.600000381469727,5046.0,0.012431523762643337,0.1350504606962204,1.8852342367172241,-0.014648678712546825,0.21912147104740143,0.6963380575180054,1282.0,328192.0,4253.143513140036,21004288.0 +89.29,8.399999618530273,5121.0,0.008307435549795628,0.1033935546875,1.877030372619629,-0.012526837177574635,0.4686855971813202,0.5653141438961029,1283.0,328448.0,4256.343669742113,21020672.0 +96.29,9.300000190734863,5052.0,0.010450947098433971,0.09857177734375,1.886082649230957,-0.013087384402751923,0.2868516445159912,0.6544019877910614,1284.0,328704.0,4259.587259702152,21037056.0 +114.56,9.399999618530273,4663.0,0.010363542474806309,0.1077677384018898,1.9186447858810425,-0.015148202888667583,0.28377488255500793,0.6429423689842224,1285.0,328960.0,4263.101589981001,21053440.0 +100.78,9.300000190734863,4917.0,0.010506859980523586,0.1071370467543602,1.8985004425048828,-0.013023088686168194,0.2986484467983246,0.6816994845867157,1286.0,329216.0,4266.434466852108,21069824.0 +104.07,8.899999618530273,4950.0,0.007531082723289728,0.08892822265625,1.9031683206558228,-0.013027064502239227,0.3758372962474823,0.6355485916137695,1287.0,329472.0,4269.7450375352055,21086208.0 +132.47,8.600000381469727,4580.0,0.007217539008706808,0.0793863907456398,1.9010335206985474,-0.0140506187453866,0.39810121059417725,0.6537659466266632,1288.0,329728.0,4273.3228742762,21102592.0 +83.79,9.399999618530273,4763.0,0.012557166628539562,0.12335205078125,1.896340012550354,-0.014223229140043259,0.27003350853919983,0.7114080190658569,1289.0,329984.0,4276.763074732153,21118976.0 +102.96,8.899999618530273,4782.0,0.007312122732400894,0.0854695662856102,1.8924652338027954,-0.012753038667142391,0.3430357277393341,0.672099769115448,1290.0,330240.0,4280.189506184077,21135360.0 +130.04,9.300000190734863,5112.0,0.009032368659973145,0.0992635115981102,1.8850032091140747,-0.016364479437470436,0.25059202313423157,0.7349193394184113,1291.0,330496.0,4283.395233689109,21151744.0 +91.45,9.699999809265137,5212.0,0.010649305768311024,0.12310791015625,1.8433369398117065,-0.015422339551150799,0.23148196935653687,0.7007054686546326,1292.0,330752.0,4286.539462726098,21168128.0 +137.73,9.0,4772.0,0.009851737879216671,0.11932373046875,1.8865689039230347,-0.015850676223635674,0.31356751918792725,0.63239586353302,1293.0,331008.0,4289.97354438412,21184512.0 +120.72,8.699999809265137,5009.0,0.008510206826031208,0.0928751602768898,1.8734616041183472,-0.013559929095208645,0.3485737144947052,0.6313893795013428,1294.0,331264.0,4293.245153337019,21200896.0 +102.12,9.0,5207.0,0.00786825641989708,0.09521484375,1.8745654821395874,-0.012782341800630093,0.3795134127140045,0.6363578140735626,1295.0,331520.0,4296.39205010701,21217280.0 +110.81,9.199999809265137,5047.0,0.00852178130298853,0.10296630859375,1.9057191610336304,-0.012884148396551609,0.267945259809494,0.7155184745788574,1296.0,331776.0,4299.638541075168,21233664.0 +135.13,8.699999809265137,4701.0,0.010205863043665886,0.11212158203125,1.9377225637435913,-0.013612895272672176,0.2879844605922699,0.6450368463993073,1297.0,332032.0,4303.123730704188,21250048.0 +144.96,9.0,4945.0,0.011015486903488636,0.11822509765625,1.8926302194595337,-0.014908064156770706,0.3001881539821625,0.6329614222049713,1298.0,332288.0,4306.437577018049,21266432.0 +119.38,9.199999809265137,4968.0,0.009223595261573792,0.1092325821518898,1.8728351593017578,-0.012474183924496174,0.3216931223869324,0.6572547554969788,1299.0,332544.0,4309.7359358451795,21282816.0 +115.38,9.300000190734863,4957.0,0.00932788010686636,0.11846923828125,1.8504071235656738,-0.015251905657351017,0.28942322731018066,0.6656710505485535,1300.0,332800.0,4313.041184799047,21299200.0 +103.61,8.800000190734863,4912.0,0.009116689674556255,0.107421875,1.8633345365524292,-0.01626184582710266,0.3490283489227295,0.6323040723800659,1301.0,333056.0,4316.377148522064,21315584.0 +101.88,9.199999809265137,5040.0,0.009068704210221767,0.107177734375,1.8767129182815552,-0.015681007876992226,0.237913116812706,0.740944504737854,1302.0,333312.0,4319.628515720135,21331968.0 +108.3,8.699999809265137,5104.0,0.009501941502094269,0.1038614884018898,1.884628415107727,-0.01635664887726307,0.33380356431007385,0.6900131106376648,1303.0,333568.0,4322.838955543004,21348352.0 +138.65,9.100000381469727,4912.0,0.009641237556934357,0.1145223006606102,1.8709043264389038,-0.014419760555028915,0.2841806709766388,0.690218985080719,1304.0,333824.0,4326.175087025156,21364736.0 +139.97,8.899999618530273,4910.0,0.009381220676004887,0.1161905899643898,1.8829528093338013,-0.016456009820103645,0.30708077549934387,0.6461168527603149,1305.0,334080.0,4329.512709878152,21381120.0 +110.7,8.800000190734863,5036.0,0.012118630111217499,0.1242268905043602,1.8535090684890747,-0.015545453876256943,0.3437109887599945,0.6787775754928589,1306.0,334336.0,4332.766224367078,21397504.0 +131.74,8.800000190734863,5027.0,0.017053624615073204,0.1324869841337204,1.9038386344909668,-0.015140588395297527,0.34106719493865967,0.658579021692276,1307.0,334592.0,4336.025487188017,21413888.0 +106.61,9.300000190734863,5096.0,0.011971231549978256,0.14910888671875,1.8862013816833496,-0.015155811794102192,0.26597586274147034,0.7158444821834564,1308.0,334848.0,4339.242656412069,21430272.0 +141.22,8.800000190734863,5003.0,0.009791390039026737,0.1142171248793602,1.8707894086837769,-0.014420789666473866,0.37026822566986084,0.6300869882106781,1309.0,335104.0,4342.518181256019,21446656.0 +117.34,8.899999618530273,4939.0,0.010063893161714077,0.1112874373793602,1.8576902151107788,-0.014553881250321865,0.3274562656879425,0.6809365153312683,1310.0,335360.0,4345.836649125209,21463040.0 +111.87,8.399999618530273,4964.0,0.010637294501066208,0.1207682266831398,1.885172963142395,-0.016081156209111214,0.3691488802433014,0.6485744714736938,1311.0,335616.0,4349.137560775038,21479424.0 +185.96,8.5,4871.0,0.011752072721719742,0.13677978515625,1.8810726404190063,-0.017503799870610237,0.3386591672897339,0.6627922058105469,1312.0,335872.0,4352.501794969197,21495808.0 +107.34,9.300000190734863,4833.0,0.01123058795928955,0.1318155974149704,1.8184633255004883,-0.01418820396065712,0.3580385148525238,0.6959812641143799,1313.0,336128.0,4355.892041141167,21512192.0 +94.37,9.600000381469727,4880.0,0.012445184402167797,0.1488037109375,1.821315884590149,-0.018836861476302147,0.23123300075531006,0.7412517964839935,1314.0,336384.0,4359.250290983124,21528576.0 +133.41,9.0,4854.0,0.010835745371878147,0.1251627653837204,1.809342861175537,-0.013410713523626328,0.27959540486335754,0.7135422229766846,1315.0,336640.0,4362.625814725179,21544960.0 +109.88,8.800000190734863,5114.0,0.009100646711885929,0.105224609375,1.8036028146743774,-0.017517318949103355,0.388187974691391,0.6767374873161316,1316.0,336896.0,4365.829951409018,21561344.0 +105.91,9.0,4763.0,0.012172936461865902,0.1355183869600296,1.8116470575332642,-0.015302401967346668,0.33989331126213074,0.7228084802627563,1317.0,337152.0,4369.270598345203,21577728.0 +95.35,8.800000190734863,5206.0,0.010154027491807938,0.1167399063706398,1.8069499731063843,-0.016740577295422554,0.33557581901550293,0.7299840450286865,1318.0,337408.0,4372.418517503189,21594112.0 +90.58,9.300000190734863,5185.0,0.009622961282730103,0.10089111328125,1.7974833250045776,-0.0163500364869833,0.38925886154174805,0.6970641314983368,1319.0,337664.0,4375.579343972029,21610496.0 +95.86,8.899999618530273,4913.0,0.009569617919623852,0.1090901717543602,1.8441190719604492,-0.015474135987460613,0.30348747968673706,0.746490091085434,1320.0,337920.0,4378.914487843169,21626880.0 +132.51,8.600000381469727,5000.0,0.010490433312952518,0.1113484725356102,1.8378437757492065,-0.016095710918307304,0.4396010935306549,0.6779109835624695,1321.0,338176.0,4382.1918793830555,21643264.0 +114.6,9.199999809265137,4867.0,0.011497910134494305,0.1258951872587204,1.7735366821289062,-0.017557501792907715,0.2704600691795349,0.7606314867734909,1322.0,338432.0,4385.5583267430775,21659648.0 +92.63,9.199999809265137,5131.0,0.010179073549807072,0.1215616837143898,1.7935209274291992,-0.015009145252406597,0.3121284544467926,0.7063058316707611,1323.0,338688.0,4388.752041060012,21676032.0 +100.22,9.100000381469727,5026.0,0.010263738222420216,0.1268107146024704,1.80351722240448,-0.01586054638028145,0.35397472977638245,0.6798428297042847,1324.0,338944.0,4392.012346357107,21692416.0 +127.05,8.899999618530273,5002.0,0.008575336076319218,0.1046956405043602,1.8088430166244507,-0.014820185489952564,0.39201226830482483,0.6822071671485901,1325.0,339200.0,4395.288236537017,21708800.0 +119.03,8.899999618530273,5029.0,0.00920893345028162,0.10565185546875,1.834050178527832,-0.015291559509932995,0.35489335656166077,0.71681347489357,1326.0,339456.0,4398.546773103997,21725184.0 +127.99,9.0,4741.0,0.011362925171852112,0.12744140625,1.8660906553268433,-0.016307633370161057,0.2579716444015503,0.7327050566673279,1327.0,339712.0,4402.003349709092,21741568.0 +142.42,9.300000190734863,4825.0,0.011779270134866238,0.1373087614774704,1.8607839345932007,-0.013036545366048813,0.2757551968097687,0.7289666533470154,1328.0,339968.0,4405.402499865042,21757952.0 +119.85,9.300000190734863,4837.0,0.012573000974953175,0.1429850310087204,1.8370509147644043,-0.01759384386241436,0.23757095634937286,0.7469232976436615,1329.0,340224.0,4408.790473788045,21774336.0 +111.12,9.0,4844.0,0.009939337149262428,0.1071980819106102,1.7773240804672241,-0.016062896698713303,0.3659590482711792,0.6874710321426392,1330.0,340480.0,4412.173428267008,21790720.0 +84.9,8.699999809265137,5024.0,0.009313734248280525,0.09368896484375,1.7405215501785278,-0.014616869390010834,0.4857538044452667,0.6382963061332703,1331.0,340736.0,4415.43502764008,21807104.0 +93.44,9.0,4761.0,0.015748700127005577,0.1273600310087204,1.754868984222412,-0.015258125960826874,0.29610204696655273,0.7008260786533356,1332.0,340992.0,4418.877342252992,21823488.0 +100.55,9.100000381469727,4965.0,0.011624909937381744,0.13433837890625,1.7323137521743774,-0.017937207594513893,0.36172807216644287,0.6620903611183167,1333.0,341248.0,4422.177704237169,21839872.0 +84.1,9.600000381469727,5025.0,0.01637241244316101,0.1334635466337204,1.7002015113830566,-0.01673605479300022,0.24791832268238068,0.7085647583007812,1334.0,341504.0,4425.438957659993,21856256.0 +106.64,9.199999809265137,5029.0,0.01387084648013115,0.14874267578125,1.727042317390442,-0.015058127231895924,0.32185453176498413,0.6644944846630096,1335.0,341760.0,4428.6979651651345,21872640.0 +92.21,9.5,5033.0,0.012403308413922787,0.1321207731962204,1.6953964233398438,-0.01648169383406639,0.2624530494213104,0.7049784660339355,1336.0,342016.0,4431.953657082049,21889024.0 +86.39,9.300000190734863,4967.0,0.011480736546218395,0.1346435546875,1.7612818479537964,-0.014070331119000912,0.3481614291667938,0.6268247663974762,1337.0,342272.0,4435.252751751104,21905408.0 +108.48,8.800000190734863,5190.0,0.009553048759698868,0.0962727889418602,1.7620741128921509,-0.014111354947090149,0.41763734817504883,0.6186092495918274,1338.0,342528.0,4438.410181569168,21921792.0 +82.5,9.399999618530273,4920.0,0.010542699135839939,0.10369873046875,1.7606801986694336,-0.013588860630989075,0.39391806721687317,0.5661996304988861,1339.0,342784.0,4441.74081025715,21938176.0 +96.91,9.199999809265137,4978.0,0.01100544910877943,0.1209309920668602,1.7495521306991577,-0.014606858603656292,0.32860979437828064,0.5738466680049896,1340.0,343040.0,4445.032517061103,21954560.0 +81.79,9.300000190734863,5024.0,0.011175539344549179,0.1155192032456398,1.7649884223937988,-0.015637965872883797,0.25820985436439514,0.6360401809215546,1341.0,343296.0,4448.2947233701125,21970944.0 +101.16,9.199999809265137,5016.0,0.009159323759377003,0.1022542342543602,1.7954176664352417,-0.013156806118786335,0.35567566752433777,0.6159250736236572,1342.0,343552.0,4451.561304113129,21987328.0 +104.21,9.300000190734863,5098.0,0.014061962254345417,0.1444905549287796,1.790671706199646,-0.014362656511366367,0.29579252004623413,0.5808835625648499,1343.0,343808.0,4454.775513858069,22003712.0 +103.07,9.600000381469727,5183.0,0.01103634387254715,0.1214599609375,1.8460173606872559,-0.015222773887217045,0.2070579081773758,0.6934962868690491,1344.0,344064.0,4457.937304740073,22020096.0 +121.19,9.0,5066.0,0.015033128671348095,0.135986328125,1.8097248077392578,-0.01269548386335373,0.2809091806411743,0.6653213798999786,1345.0,344320.0,4461.171576729044,22036480.0 +129.82,9.199999809265137,4947.0,0.01522036548703909,0.1055094376206398,1.8050185441970825,-0.013885438442230225,0.34438154101371765,0.6155391931533813,1346.0,344576.0,4464.48390661017,22052864.0 +119.25,9.199999809265137,5065.0,0.010437749326229095,0.1233927384018898,1.8345388174057007,-0.013606769032776356,0.3380071818828583,0.6161317527294159,1347.0,344832.0,4467.719026554143,22069248.0 +102.46,9.5,4804.0,0.01069892942905426,0.103515625,1.802078366279602,-0.0141043895855546,0.23771029710769653,0.7088085114955902,1348.0,345088.0,4471.129838678986,22085632.0 +114.11,9.199999809265137,5046.0,0.01004429254680872,0.1212565079331398,1.7915496826171875,-0.015334967523813248,0.38413557410240173,0.6036508083343506,1349.0,345344.0,4474.37704368704,22102016.0 +91.99,9.699999809265137,5043.0,0.01076151430606842,0.124755859375,1.7759987115859985,-0.016104387119412422,0.2749105393886566,0.6637161672115326,1350.0,345600.0,4477.629850387108,22118400.0 +95.42,9.300000190734863,5136.0,0.014064745046198368,0.1288859099149704,1.7448269128799438,-0.014048553071916103,0.2669595181941986,0.6496548354625702,1351.0,345856.0,4480.820490790065,22134784.0 +114.19,9.100000381469727,5030.0,0.011575213633477688,0.1390380859375,1.7910512685775757,-0.01447738241404295,0.3188958466053009,0.6089489758014679,1352.0,346112.0,4484.078239947092,22151168.0 +86.4,9.399999618530273,5014.0,0.013540670275688171,0.1348673552274704,1.7762688398361206,-0.014596239663660526,0.30172309279441833,0.6471928358078003,1353.0,346368.0,4487.346317119198,22167552.0 +106.46,9.600000381469727,5007.0,0.014890137128531933,0.120361328125,1.7803806066513062,-0.016623124480247498,0.20523415505886078,0.6630837917327881,1354.0,346624.0,4490.618700897088,22183936.0 +81.74,9.0,4887.0,0.012030298821628094,0.1184488907456398,1.7277355194091797,-0.013608266599476337,0.34597232937812805,0.6552087962627411,1355.0,346880.0,4493.971906883176,22200320.0 +104.41,9.0,5042.0,0.0090619632974267,0.10064697265625,1.7683192491531372,-0.015897898003458977,0.3822830617427826,0.6004253327846527,1356.0,347136.0,4497.221742002061,22216704.0 +92.36,9.300000190734863,4782.0,0.009613784961402416,0.1134847030043602,1.7583880424499512,-0.015838146209716797,0.3311516344547272,0.6039811968803406,1357.0,347392.0,4500.648582122987,22233088.0 +80.46,9.199999809265137,4802.0,0.008292687125504017,0.0957234725356102,1.7117398977279663,-0.016964009031653404,0.4157121181488037,0.5932157635688782,1358.0,347648.0,4504.061085401103,22249472.0 +94.35,9.5,4923.0,0.012212485074996948,0.1261393278837204,1.7522153854370117,-0.01616724394261837,0.2253849059343338,0.6979870796203613,1359.0,347904.0,4507.389745734166,22265856.0 +122.22,9.399999618530273,4930.0,0.015933271497488022,0.13104248046875,1.7397712469100952,-0.01669159345328808,0.21266554296016693,0.7062303721904755,1360.0,348160.0,4510.713272046065,22282240.0 +80.57,9.699999809265137,4948.0,0.011845837347209454,0.1376953125,1.731663703918457,-0.0172470323741436,0.2831455171108246,0.6641841530799866,1361.0,348416.0,4514.024782075081,22298624.0 +98.86,9.399999618530273,5112.0,0.011814985424280167,0.1358439177274704,1.7611485719680786,-0.0162540040910244,0.31679674983024597,0.6374127864837646,1362.0,348672.0,4517.230261068093,22315008.0 +87.87,9.5,5210.0,0.011835074983537197,0.132568359375,1.7486530542373657,-0.015197374857962132,0.20924238860607147,0.7109175324440002,1363.0,348928.0,4520.37519614608,22331392.0 +109.48,8.800000190734863,4825.0,0.009856258518993855,0.11541748046875,1.76513671875,-0.016267523169517517,0.3262539803981781,0.6195535063743591,1364.0,349184.0,4523.771349935094,22347776.0 +108.21,9.199999809265137,4593.0,0.014296133071184158,0.1405029296875,1.7268825769424438,-0.016636567190289497,0.3274820148944855,0.6069934070110321,1365.0,349440.0,4527.338839265052,22364160.0 +87.51,9.300000190734863,4609.0,0.009349596686661243,0.1071370467543602,1.7495813369750977,-0.014182108454406261,0.29878029227256775,0.642988920211792,1366.0,349696.0,4530.8938315461855,22380544.0 +97.67,9.399999618530273,4953.0,0.011919494718313217,0.1375529021024704,1.7717515230178833,-0.015568691305816174,0.2978956401348114,0.6335204243659973,1367.0,349952.0,4534.202422675211,22396928.0 +114.13,9.300000190734863,5019.0,0.009621099568903446,0.1107584610581398,1.8019016981124878,-0.015097341500222683,0.24042461812496185,0.6907158493995667,1368.0,350208.0,4537.471007484011,22413312.0 +100.34,8.899999618530273,4999.0,0.009826741181313992,0.1037190780043602,1.7614041566848755,-0.014057409018278122,0.335904985666275,0.6414615213871002,1369.0,350464.0,4540.748639330035,22429696.0 +125.41,8.800000190734863,5033.0,0.009633577428758144,0.1089681014418602,1.7896291017532349,-0.01401896309107542,0.39856696128845215,0.5421421527862549,1370.0,350720.0,4544.004136015195,22446080.0 +102.16,9.100000381469727,5002.0,0.011182114481925964,0.1221923828125,1.8019992113113403,-0.01557177398353815,0.33623290061950684,0.5783835053443909,1371.0,350976.0,4547.280195746105,22462464.0 +99.86,9.399999618530273,4993.0,0.010529379360377789,0.1234334334731102,1.8001532554626465,-0.015237025916576385,0.21324603259563446,0.6653379201889038,1372.0,351232.0,4550.561744344188,22478848.0 +109.22,9.0,4718.0,0.010406709276139736,0.127685546875,1.796181082725525,-0.012680488638579845,0.34668827056884766,0.6012721061706543,1373.0,351488.0,4554.034449094208,22495232.0 +141.35,8.800000190734863,5021.0,0.009800072759389877,0.11370849609375,1.7742670774459839,-0.015146804042160511,0.3403576612472534,0.6149364113807678,1374.0,351744.0,4557.2977575820405,22511616.0 +107.89,9.0,5003.0,0.013507693074643612,0.145751953125,1.7560802698135376,-0.016289765015244484,0.29559311270713806,0.6095887720584869,1375.0,352000.0,4560.573099886067,22528000.0 +88.31,9.399999618530273,4807.0,0.00963740423321724,0.1066080704331398,1.7908759117126465,-0.01319871935993433,0.32696273922920227,0.6299810409545898,1376.0,352256.0,4563.982014861191,22544384.0 +88.5,9.100000381469727,4769.0,0.010324577800929546,0.1230672225356102,1.7895699739456177,-0.016591086983680725,0.30004093050956726,0.6725635826587677,1377.0,352512.0,4567.417782321107,22560768.0 +101.78,9.5,4973.0,0.01110688503831625,0.13433837890625,1.8119893074035645,-0.01726504974067211,0.22953839600086212,0.7084927558898926,1378.0,352768.0,4570.713096763007,22577152.0 +139.82,8.899999618530273,5031.0,0.011958840303122997,0.14520263671875,1.813241958618164,-0.013450443744659424,0.34212374687194824,0.6517621874809265,1379.0,353024.0,4573.96994624706,22593536.0 +131.74,8.800000190734863,5013.0,0.008996383287012577,0.10491943359375,1.8400750160217285,-0.01476568728685379,0.29128363728523254,0.6714609265327454,1380.0,353280.0,4577.238774731988,22609920.0 +114.06,9.100000381469727,4877.0,0.010776013135910034,0.1334431916475296,1.8523505926132202,-0.016176972538232803,0.2967394292354584,0.6760675311088562,1381.0,353536.0,4580.598594629206,22626304.0 +103.36,9.0,4917.0,0.010505583137273788,0.10968017578125,1.8507938385009766,-0.01573340967297554,0.345347136259079,0.6471627354621887,1382.0,353792.0,4583.931415892206,22642688.0 +146.24,9.5,4819.0,0.012158305384218693,0.1272176057100296,1.8517931699752808,-0.019147148355841637,0.18339498341083527,0.7126542925834656,1383.0,354048.0,4587.3321067201905,22659072.0 +106.65,9.300000190734863,4948.0,0.013151905499398708,0.1280314177274704,1.8408875465393066,-0.015638524666428566,0.2515206038951874,0.6762116253376007,1384.0,354304.0,4590.643734689103,22675456.0 +121.78,8.600000381469727,5223.0,0.009407715871930122,0.1152140274643898,1.8294782638549805,-0.012597532011568546,0.4420260190963745,0.5807033181190491,1385.0,354560.0,4593.780911172042,22691840.0 +83.69,9.399999618530273,5237.0,0.011120674200356007,0.1091105118393898,1.8394185304641724,-0.016236186027526855,0.23369324207305908,0.6747843027114868,1386.0,354816.0,4596.90981706907,22708224.0 +84.28,9.300000190734863,5175.0,0.011935721151530743,0.1291096955537796,1.8502804040908813,-0.014020157046616077,0.28006288409233093,0.6611392498016357,1387.0,355072.0,4600.07637458411,22724608.0 +95.52,9.100000381469727,5145.0,0.013268674723803997,0.13726806640625,1.852739691734314,-0.013547108508646488,0.3152216970920563,0.6338073313236237,1388.0,355328.0,4603.261017051991,22740992.0 +105.2,9.199999809265137,4891.0,0.010030127130448818,0.1176961287856102,1.8112233877182007,-0.013977687805891037,0.36073341965675354,0.644519567489624,1389.0,355584.0,4606.611293809023,22757376.0 +94.43,9.5,5187.0,0.010136573575437069,0.11419677734375,1.8162771463394165,-0.014530346728861332,0.2720452845096588,0.6412762999534607,1390.0,355840.0,4609.771005222108,22773760.0 +120.42,9.300000190734863,5109.0,0.00984143652021885,0.11895751953125,1.8505626916885376,-0.015443503856658936,0.26542624831199646,0.6620186567306519,1391.0,356096.0,4612.978396106046,22790144.0 +115.12,9.399999618530273,5057.0,0.01218442339450121,0.1399129182100296,1.8392971754074097,-0.015819067135453224,0.26438847184181213,0.6818732619285583,1392.0,356352.0,4616.218848403078,22806528.0 +104.18,9.300000190734863,4952.0,0.012603002600371838,0.13250732421875,1.7989119291305542,-0.01771337352693081,0.27977272868156433,0.6594842970371246,1393.0,356608.0,4619.527761921054,22822912.0 +109.57,8.899999618530273,5110.0,0.010921419598162174,0.12078857421875,1.8283530473709106,-0.016128670424222946,0.2927825152873993,0.6792745590209961,1394.0,356864.0,4622.73404115811,22839296.0 +100.15,8.899999618530273,4993.0,0.010317330248653889,0.1200764998793602,1.7995829582214355,-0.01655486412346363,0.35796013474464417,0.6532884538173676,1395.0,357120.0,4626.015442454023,22855680.0 +121.11,9.100000381469727,4999.0,0.012695332057774067,0.1217244490981102,1.8357234001159668,-0.01754762791097164,0.3083438575267792,0.697391927242279,1396.0,357376.0,4629.293665616075,22872064.0 +99.94,9.399999618530273,5052.0,0.010837621055543423,0.12139892578125,1.834436297416687,-0.014334323816001415,0.3441632091999054,0.6148602962493896,1397.0,357632.0,4632.53687645914,22888448.0 +90.71,9.100000381469727,5133.0,0.008610491640865803,0.0936482772231102,1.821081280708313,-0.015421398915350437,0.3205585181713104,0.6949012577533722,1398.0,357888.0,4635.729158350034,22904832.0 +117.02,8.800000190734863,5013.0,0.009252485819160938,0.11041259765625,1.810147762298584,-0.015074755996465683,0.4153456389904022,0.6301907002925873,1399.0,358144.0,4638.998574825004,22921216.0 +126.53,8.800000190734863,5101.0,0.010664924047887325,0.1301472932100296,1.816015601158142,-0.015012610703706741,0.38429251313209534,0.6106954514980316,1400.0,358400.0,4642.21140168421,22937600.0 +74.83,8.800000190734863,5133.0,0.016419196501374245,0.1363728791475296,1.7980661392211914,-0.015394747257232666,0.32808277010917664,0.6503412127494812,1401.0,358656.0,4645.404289840022,22953984.0 +120.79,8.5,4967.0,0.008671077899634838,0.09765625,1.8103262186050415,-0.016772473230957985,0.45648953318595886,0.5727855861186981,1402.0,358912.0,4648.703539519105,22970368.0 +93.61,9.399999618530273,5087.0,0.011621951125562191,0.1386515349149704,1.8287572860717773,-0.015596229583024979,0.26868584752082825,0.7107248604297638,1403.0,359168.0,4651.925002990989,22986752.0 +83.08,9.5,4808.0,0.009459166787564754,0.11395263671875,1.8421274423599243,-0.014914114028215408,0.24427957832813263,0.7190533876419067,1404.0,359424.0,4655.332828260027,23003136.0 +97.92,9.399999618530273,5042.0,0.012017849832773209,0.14154052734375,1.8368757963180542,-0.016036052256822586,0.29231444001197815,0.6704436838626862,1405.0,359680.0,4658.586957232095,23019520.0 +119.79,9.300000190734863,4632.0,0.012629766017198563,0.1312662810087204,1.8325759172439575,-0.014882519841194153,0.29570069909095764,0.6506751477718353,1406.0,359936.0,4662.124142676126,23035904.0 +117.47,9.100000381469727,4930.0,0.011858201585710049,0.1378173828125,1.8106956481933594,-0.015314611606299877,0.298178493976593,0.6824430823326111,1407.0,360192.0,4665.447830520105,23052288.0 +104.92,9.5,4911.0,0.010834124870598316,0.1302083283662796,1.8363322019577026,-0.017600281164050102,0.2589760720729828,0.6794672012329102,1408.0,360448.0,4668.7848226891365,23068672.0 +79.92,9.399999618530273,4782.0,0.010272921063005924,0.1184488907456398,1.7857521772384644,-0.014554147608578205,0.3671737015247345,0.5979885160923004,1409.0,360704.0,4672.211427915143,23085056.0 +103.41,9.100000381469727,4933.0,0.011086896061897278,0.11962890625,1.8237336874008179,-0.0169048011302948,0.32050374150276184,0.6205906569957733,1410.0,360960.0,4675.533374722116,23101440.0 +106.3,9.0,4950.0,0.010459192097187042,0.1200968399643898,1.8307043313980103,-0.016564970836043358,0.33943530917167664,0.6346652805805206,1411.0,361216.0,4678.843626720132,23117824.0 +101.84,8.800000190734863,4846.0,0.010307381860911846,0.09429931640625,1.8173788785934448,-0.014044317416846752,0.4303739070892334,0.5943228602409363,1412.0,361472.0,4682.225289518014,23134208.0 +111.78,9.100000381469727,4994.0,0.008968905545771122,0.1070353165268898,1.7953681945800781,-0.01634424738585949,0.30388543009757996,0.648031622171402,1413.0,361728.0,4685.506687088171,23150592.0 +132.22,8.699999809265137,4719.0,0.010576198808848858,0.1300252228975296,1.8269987106323242,-0.012515024282038212,0.3840055763721466,0.5929393768310547,1414.0,361984.0,4688.979453101056,23166976.0 +103.82,9.100000381469727,4932.0,0.015058164484798908,0.160888671875,1.8346315622329712,-0.016282053664326668,0.29303285479545593,0.6500200629234314,1415.0,362240.0,4692.302149025025,23183360.0 +87.94,9.699999809265137,4954.0,0.01529723685234785,0.1672159880399704,1.8263260126113892,-0.015522302128374577,0.2229982167482376,0.7104398012161255,1416.0,362496.0,4695.609881913988,23199744.0 +101.85,8.800000190734863,5002.0,0.009788841009140015,0.1141560897231102,1.828406810760498,-0.0135188652202487,0.3854721486568451,0.6358128190040588,1417.0,362752.0,4698.885922098067,23216128.0 +124.18,9.300000190734863,4851.0,0.011274945922195911,0.1275431364774704,1.802992343902588,-0.015848441049456596,0.29496583342552185,0.6746425628662109,1418.0,363008.0,4702.2638899569865,23232512.0 +97.9,9.199999809265137,5001.0,0.010729998350143433,0.1180216446518898,1.8032389879226685,-0.01628497987985611,0.3392994701862335,0.640480101108551,1419.0,363264.0,4705.54124479508,23248896.0 +90.73,9.5,5141.0,0.014509963802993298,0.1235148087143898,1.7812379598617554,-0.01633109711110592,0.2645668089389801,0.6792995929718018,1420.0,363520.0,4708.728943946073,23265280.0 +112.37,8.600000381469727,5026.0,0.013841112144291401,0.1318359375,1.8151559829711914,-0.01622558943927288,0.3342268764972687,0.6420222520828247,1421.0,363776.0,4711.989169512177,23281664.0 +113.14,9.300000190734863,4946.0,0.011016055010259151,0.1329142302274704,1.8122673034667969,-0.017668357118964195,0.281765878200531,0.6753809750080109,1422.0,364032.0,4715.301872810116,23298048.0 +97.86,9.100000381469727,4960.0,0.00938965193927288,0.1092122420668602,1.81334388256073,-0.014516961760818958,0.31829944252967834,0.6425755321979523,1423.0,364288.0,4718.609462977154,23314432.0 +126.09,9.0,4877.0,0.00858230609446764,0.1057332381606102,1.8042383193969727,-0.015864217653870583,0.3778935670852661,0.63371542096138,1424.0,364544.0,4721.969202080043,23330816.0 +121.4,8.800000190734863,4760.0,0.011066879145801067,0.1064046248793602,1.7835646867752075,-0.017736459150910378,0.40514159202575684,0.6542768776416779,1425.0,364800.0,4725.411882128101,23347200.0 +101.53,9.0,5003.0,0.010501417331397533,0.1106160506606102,1.792305827140808,-0.016355371102690697,0.34210431575775146,0.6885700523853302,1426.0,365056.0,4728.687621008139,23363584.0 +97.87,9.300000190734863,5113.0,0.011915809474885464,0.122314453125,1.7946468591690063,-0.018111104145646095,0.3021713197231293,0.668220192193985,1427.0,365312.0,4731.892765162047,23379968.0 +134.02,8.899999618530273,5206.0,0.012562970630824566,0.1446329802274704,1.8011722564697266,-0.017952298745512962,0.2925952970981598,0.6940135955810547,1428.0,365568.0,4735.040806102101,23396352.0 +95.33,9.300000190734863,5320.0,0.01338227093219757,0.1342570036649704,1.8201602697372437,-0.016926446929574013,0.25543054938316345,0.7193867862224579,1429.0,365824.0,4738.121292639058,23412736.0 +100.43,9.199999809265137,5036.0,0.011952185072004795,0.1307576447725296,1.808233618736267,-0.017639026045799255,0.29788267612457275,0.7333246767520905,1430.0,366080.0,4741.375113854185,23429120.0 +109.52,8.800000190734863,5031.0,0.009503130801022053,0.1131998673081398,1.8194979429244995,-0.01380258146673441,0.3831444978713989,0.6721855998039246,1431.0,366336.0,4744.631987144006,23445504.0 +142.92,9.100000381469727,5071.0,0.010636881925165653,0.1201578751206398,1.8075395822525024,-0.01701369509100914,0.3129012882709503,0.719907820224762,1432.0,366592.0,4747.863821282983,23461888.0 +106.41,9.300000190734863,4928.0,0.017216753214597702,0.1484171599149704,1.8109203577041626,-0.014671542681753635,0.26329585909843445,0.7576571851968765,1433.0,366848.0,4751.188894256018,23478272.0 +110.63,8.899999618530273,4912.0,0.010271968320012093,0.12139892578125,1.8281069993972778,-0.01847725547850132,0.3002883195877075,0.7677760869264603,1434.0,367104.0,4754.525214535184,23494656.0 +76.52,9.0,4898.0,0.013082489371299744,0.1393229216337204,1.7961922883987427,-0.017019454389810562,0.3373936414718628,0.7060325741767883,1435.0,367360.0,4757.870634519029,23511040.0 +136.65,8.800000190734863,5176.0,0.011218513362109661,0.1302083283662796,1.78203547000885,-0.017745457589626312,0.3089316189289093,0.7155926525592804,1436.0,367616.0,4761.036792654078,23527424.0 +106.11,9.199999809265137,4923.0,0.01318399515002966,0.1413777619600296,1.7863932847976685,-0.015435063280165195,0.28934547305107117,0.7155635058879852,1437.0,367872.0,4764.365203936119,23543808.0 +135.63,8.800000190734863,4984.0,0.013082209043204784,0.1403401643037796,1.846751093864441,-0.016665620729327202,0.3009818196296692,0.7335363030433655,1438.0,368128.0,4767.652512316126,23560192.0 +167.77,8.699999809265137,4818.0,0.010437184013426304,0.1290486603975296,1.8413480520248413,-0.01568063162267208,0.27700483798980713,0.7123687565326691,1439.0,368384.0,4771.053196120076,23576576.0 +116.69,9.300000190734863,4785.0,0.013007177971303463,0.1218465194106102,1.847617268562317,-0.01674107275903225,0.20493072271347046,0.7845971137285233,1440.0,368640.0,4774.477865186054,23592960.0 +142.99,9.100000381469727,4744.0,0.011769991368055344,0.1336262971162796,1.8427003622055054,-0.014915350824594498,0.22298665344715118,0.7830857634544373,1441.0,368896.0,4777.931679516099,23609344.0 +159.92,9.300000190734863,4993.0,0.010813997127115726,0.1307576447725296,1.8433159589767456,-0.014249960891902447,0.20630788803100586,0.7897489815950394,1442.0,369152.0,4781.213486044202,23625728.0 +144.33,9.0,5051.0,0.015357947908341885,0.1377360075712204,1.7378681898117065,-0.015372805297374725,0.29106447100639343,0.7398752868175507,1443.0,369408.0,4784.4577250462025,23642112.0 +106.12,9.100000381469727,5069.0,0.014227100647985935,0.158935546875,1.7239748239517212,-0.014115232042968273,0.27355441451072693,0.7489108443260193,1444.0,369664.0,4787.68999382318,23658496.0 +121.16,9.100000381469727,4927.0,0.011692438274621964,0.1408894807100296,1.761149287223816,-0.01665155030786991,0.2770618498325348,0.7376808226108551,1445.0,369920.0,4791.015932545066,23674880.0 +114.23,9.199999809265137,5031.0,0.011319763958454132,0.1224365234375,1.737126350402832,-0.016306376084685326,0.298585444688797,0.7191814184188843,1446.0,370176.0,4794.273398343008,23691264.0 +118.33,9.199999809265137,5052.0,0.012588045559823513,0.1223958358168602,1.7140458822250366,-0.015932152047753334,0.32343754172325134,0.6803342401981354,1447.0,370432.0,4797.516833603149,23707648.0 +132.89,8.899999618530273,5106.0,0.015008017420768738,0.12994384765625,1.7379751205444336,-0.01597529649734497,0.34916627407073975,0.6123229265213013,1448.0,370688.0,4800.726296955021,23724032.0 +80.9,9.199999809265137,5181.0,0.010406875982880592,0.1258341521024704,1.7190537452697754,-0.016003277152776718,0.37428712844848633,0.6794875264167786,1449.0,370944.0,4803.889204928186,23740416.0 +116.61,9.0,4942.0,0.009811150841414928,0.1175333634018898,1.7173157930374146,-0.014225210063159466,0.37770387530326843,0.6354166865348816,1450.0,371200.0,4807.2048278781585,23756800.0 +99.7,9.199999809265137,4898.0,0.01199375931173563,0.13043212890625,1.7375413179397583,-0.016357317566871643,0.2973395884037018,0.6967301964759827,1451.0,371456.0,4810.550221322104,23773184.0 +96.55,9.399999618530273,4985.0,0.011337150819599628,0.1245320662856102,1.6785184144973755,-0.017011908814311028,0.37722086906433105,0.6509732604026794,1452.0,371712.0,4813.837375728181,23789568.0 +113.72,9.199999809265137,4779.0,0.011751527898013592,0.1350911408662796,1.7093979120254517,-0.01581500470638275,0.32805848121643066,0.6533307135105133,1453.0,371968.0,4817.2659394140355,23805952.0 +120.85,9.199999809265137,4813.0,0.010958223603665829,0.13690185546875,1.7269080877304077,-0.017169857397675514,0.25224292278289795,0.6924698054790497,1454.0,372224.0,4820.670356529998,23822336.0 +86.75,9.199999809265137,4659.0,0.012339168228209019,0.141357421875,1.7397098541259766,-0.016248231753706932,0.32100316882133484,0.6490741074085236,1455.0,372480.0,4824.187639679993,23838720.0 +103.44,8.699999809265137,4912.0,0.01340198889374733,0.1173095703125,1.7489112615585327,-0.01670783944427967,0.367105633020401,0.6306108236312866,1456.0,372736.0,4827.523426179076,23855104.0 +97.03,9.300000190734863,5001.0,0.009751742705702782,0.1111653670668602,1.7742596864700317,-0.014630121178925037,0.3169172704219818,0.6650059819221497,1457.0,372992.0,4830.800260260003,23871488.0 +101.34,9.300000190734863,4898.0,0.009898767806589603,0.1211954727768898,1.7707632780075073,-0.015404515899717808,0.2550608217716217,0.7033837139606476,1458.0,373248.0,4834.145801084116,23887872.0 +112.41,9.100000381469727,4936.0,0.009957659989595413,0.12542724609375,1.766588568687439,-0.015435989014804363,0.3351319134235382,0.6600329577922821,1459.0,373504.0,4837.465433255071,23904256.0 +117.8,9.100000381469727,5232.0,0.008354324847459793,0.0959676131606102,1.777840495109558,-0.016280531883239746,0.3022395968437195,0.6851871907711029,1460.0,373760.0,4840.597211941145,23920640.0 +114.68,9.0,5092.0,0.011716843582689762,0.13446044921875,1.7689167261123657,-0.01679445616900921,0.31520137190818787,0.6780509948730469,1461.0,374016.0,4843.815461784136,23937024.0 +107.32,9.0,4941.0,0.010130808688700199,0.11065673828125,1.7906655073165894,-0.016421359032392502,0.2977481186389923,0.7024747729301453,1462.0,374272.0,4847.131920790067,23953408.0 +134.27,8.800000190734863,5174.0,0.010567394085228443,0.1252034455537796,1.7780410051345825,-0.01457222830504179,0.34039637446403503,0.6367619931697845,1463.0,374528.0,4850.299274945166,23969792.0 +115.53,9.300000190734863,4878.0,0.013110668398439884,0.1337890625,1.7581790685653687,-0.015780027955770493,0.3110719621181488,0.6826271414756775,1464.0,374784.0,4853.658554163994,23986176.0 +87.63,9.699999809265137,5039.0,0.011503718793392181,0.1353556364774704,1.7742327451705933,-0.015539206564426422,0.20791327953338623,0.7289246618747711,1465.0,375040.0,4856.910831318004,24002560.0 +111.49,8.800000190734863,5223.0,0.01091456413269043,0.1294148713350296,1.7792633771896362,-0.015453453175723553,0.3789779841899872,0.6222281754016876,1466.0,375296.0,4860.047979223076,24018944.0 +124.99,8.899999618530273,5156.0,0.009076828137040138,0.1092529296875,1.7476660013198853,-0.014432988129556179,0.41628286242485046,0.6177020370960236,1467.0,375552.0,4863.226333956001,24035328.0 +97.58,9.399999618530273,4975.0,0.009727847762405872,0.1088663712143898,1.784934163093567,-0.016906090080738068,0.23776255548000336,0.7165084779262543,1468.0,375808.0,4866.520419445122,24051712.0 +95.22,9.100000381469727,5321.0,0.010870791971683502,0.1222330704331398,1.724805474281311,-0.01599649153649807,0.32501357793807983,0.6687117218971252,1469.0,376064.0,4869.600634850096,24068096.0 +99.46,8.899999618530273,5009.0,0.008549653925001621,0.0981038436293602,1.7336777448654175,-0.014627938158810139,0.3718847334384918,0.6480213105678558,1470.0,376320.0,4872.871858111117,24084480.0 +121.31,8.600000381469727,5160.0,0.0087954793125391,0.1073404923081398,1.7300795316696167,-0.01727970503270626,0.3687625229358673,0.6492311656475067,1471.0,376576.0,4876.047665562015,24100864.0 +96.85,8.800000190734863,4987.0,0.012247013859450817,0.14300537109375,1.724395751953125,-0.017424317076802254,0.32147330045700073,0.6675244569778442,1472.0,376832.0,4879.333758653142,24117248.0 +110.16,9.100000381469727,4995.0,0.012567627243697643,0.1162312850356102,1.7362031936645508,-0.013976464979350567,0.31690478324890137,0.6432922184467316,1473.0,377088.0,4882.614431287162,24133632.0 +103.55,9.199999809265137,5026.0,0.010925914160907269,0.1196695938706398,1.7709861993789673,-0.014745913445949554,0.34620270133018494,0.6084030866622925,1474.0,377344.0,4885.874679047149,24150016.0 +88.9,9.199999809265137,4942.0,0.012645885348320007,0.1084391251206398,1.7851380109786987,-0.015437568537890911,0.31749215722084045,0.6842799484729767,1475.0,377600.0,4889.190527500119,24166400.0 +109.85,9.199999809265137,5059.0,0.014794804155826569,0.1218058243393898,1.7847429513931274,-0.015368081629276276,0.3239400386810303,0.6698692142963409,1476.0,377856.0,4892.429548006039,24182784.0 +103.1,9.399999618530273,4955.0,0.010169937275350094,0.1221110001206398,1.794486403465271,-0.016985200345516205,0.2722288966178894,0.7233895659446716,1477.0,378112.0,4895.736646388192,24199168.0 +135.42,8.899999618530273,4915.0,0.009712361730635166,0.1114705428481102,1.8041518926620483,-0.01711088977754116,0.37388280034065247,0.6321154534816742,1478.0,378368.0,4899.070187549107,24215552.0 +103.83,9.399999618530273,4916.0,0.010738290846347809,0.12530517578125,1.7643604278564453,-0.016690073534846306,0.25376880168914795,0.6992385387420654,1479.0,378624.0,4902.403491890058,24231936.0 +109.67,9.199999809265137,5114.0,0.012227159924805164,0.1263020783662796,1.7288422584533691,-0.01580282486975193,0.35014188289642334,0.6570231318473816,1480.0,378880.0,4905.607828515116,24248320.0 +103.05,9.0,4901.0,0.01195754949003458,0.12152099609375,1.7656474113464355,-0.015424425713717937,0.36722269654273987,0.5908993184566498,1481.0,379136.0,4908.951284747105,24264704.0 +112.78,9.5,4935.0,0.013344543986022472,0.1287028044462204,1.7797402143478394,-0.016509568318724632,0.20273993909358978,0.7116618454456329,1482.0,379392.0,4912.272177611012,24281088.0 +115.0,9.199999809265137,4874.0,0.01317625492811203,0.13958740234375,1.7963266372680664,-0.017197581008076668,0.29462483525276184,0.5896422266960144,1483.0,379648.0,4915.634294336196,24297472.0 +91.4,9.100000381469727,4989.0,0.008248626254498959,0.08502197265625,1.7107009887695312,-0.01403087005019188,0.42024779319763184,0.5583318173885345,1484.0,379904.0,4918.918680625036,24313856.0 +114.96,9.0,4974.0,0.011496346443891525,0.1123046875,1.7310081720352173,-0.01714704930782318,0.34849813580513,0.5609879195690155,1485.0,380160.0,4922.212886954192,24330240.0 +103.67,9.300000190734863,5023.0,0.009184685535728931,0.11480712890625,1.7554863691329956,-0.01609260030090809,0.2867946922779083,0.6294588446617126,1486.0,380416.0,4925.475201913156,24346624.0 +86.07,9.300000190734863,5077.0,0.011074590496718884,0.11920166015625,1.7647093534469604,-0.016568539664149284,0.26632383465766907,0.6818256974220276,1487.0,380672.0,4928.703171024099,24363008.0 +94.68,8.899999618530273,4958.0,0.012920710258185863,0.1105143204331398,1.8011445999145508,-0.014230766333639622,0.3534853756427765,0.6227611601352692,1488.0,380928.0,4932.008229088038,24379392.0 +104.94,9.199999809265137,5136.0,0.009659095667302608,0.0989786759018898,1.7645044326782227,-0.015902547165751457,0.353653222322464,0.6240462958812714,1489.0,381184.0,4935.198718461208,24395776.0 +78.14,9.300000190734863,4969.0,0.014687829650938511,0.1136067733168602,1.769758701324463,-0.014590628445148468,0.37686586380004883,0.5849016308784485,1490.0,381440.0,4938.496497587999,24412160.0 +95.51,9.300000190734863,5097.0,0.012235518544912338,0.1196695938706398,1.7850056886672974,-0.015498938970267773,0.3760215938091278,0.6002317368984222,1491.0,381696.0,4941.711793583119,24428544.0 +75.63,9.300000190734863,5124.0,0.009493345394730568,0.1060994490981102,1.7894562482833862,-0.016758030280470848,0.29475316405296326,0.6790890395641327,1492.0,381952.0,4944.910060044145,24444928.0 +103.91,9.199999809265137,5074.0,0.010609406046569347,0.11871337890625,1.7960118055343628,-0.016672968864440918,0.24421970546245575,0.6822394132614136,1493.0,382208.0,4948.139254820067,24461312.0 +119.06,9.300000190734863,4996.0,0.010388486087322235,0.124755859375,1.7834004163742065,-0.014143805019557476,0.30857759714126587,0.6654302179813385,1494.0,382464.0,4951.419266385026,24477696.0 +118.74,9.100000381469727,4997.0,0.009713727980852127,0.1113484725356102,1.7946668863296509,-0.0176090057939291,0.29069629311561584,0.6805330812931061,1495.0,382720.0,4954.698273897171,24494080.0 +96.06,9.5,4873.0,0.008847259916365147,0.0986124649643898,1.7454910278320312,-0.015955045819282532,0.32124063372612,0.6531567275524139,1496.0,382976.0,4958.060887288069,24510464.0 +89.55,9.600000381469727,5257.0,0.009167427197098732,0.1030069962143898,1.7640920877456665,-0.015706798061728477,0.23106247186660767,0.6906104683876038,1497.0,383232.0,4961.177610529121,24526848.0 +77.88,9.800000190734863,4944.0,0.012685369700193405,0.137939453125,1.7689228057861328,-0.014843461103737354,0.23405684530735016,0.6792952716350555,1498.0,383488.0,4964.491783750011,24543232.0 +74.15,9.300000190734863,5226.0,0.010146444663405418,0.11090087890625,1.7815409898757935,-0.016886401921510696,0.3518780767917633,0.6023163497447968,1499.0,383744.0,4967.627203442156,24559616.0 +90.51,9.100000381469727,4968.0,0.010037481784820557,0.1278483122587204,1.7638105154037476,-0.01598472334444523,0.3911208212375641,0.5675403475761414,1500.0,384000.0,4970.925214981195,24576000.0 +95.93,9.399999618530273,4861.0,0.011853240430355072,0.1111043319106102,1.7587686777114868,-0.017915504053235054,0.350667804479599,0.5954475998878479,1501.0,384256.0,4974.296132102143,24592384.0 +85.86,9.399999618530273,4854.0,0.010835618712008,0.1152140274643898,1.7876626253128052,-0.017218468710780144,0.22304905951023102,0.6630339026451111,1502.0,384512.0,4977.672261364991,24608768.0 +81.48,9.5,4954.0,0.012899660505354404,0.1360270231962204,1.825964331626892,-0.016201816499233246,0.2612392008304596,0.619398444890976,1503.0,384768.0,4980.980092021171,24625152.0 +89.86,8.899999618530273,5212.0,0.011615678668022156,0.1254069060087204,1.8331748247146606,-0.014286103658378124,0.34072983264923096,0.5596596598625183,1504.0,385024.0,4984.124314525165,24641536.0 +109.59,9.399999618530273,5030.0,0.010807179845869541,0.1237386092543602,1.8441957235336304,-0.01631070487201214,0.2218361496925354,0.6944475769996643,1505.0,385280.0,4987.382293312112,24657920.0 +87.33,9.199999809265137,5342.0,0.009872046299278736,0.1160685196518898,1.8032575845718384,-0.013629081659018993,0.35791778564453125,0.5829073190689087,1506.0,385536.0,4990.449946743203,24674304.0 +92.81,9.399999618530273,4931.0,0.013802862726151943,0.1424153596162796,1.7764692306518555,-0.01474301889538765,0.2988089621067047,0.5769869685173035,1507.0,385792.0,4993.773138116114,24690688.0 +75.7,9.600000381469727,5164.0,0.011561471037566662,0.1255086213350296,1.8015556335449219,-0.015343312174081802,0.3256228268146515,0.5862267911434174,1508.0,386048.0,4996.94619224011,24707072.0 +77.91,9.5,5014.0,0.01054092962294817,0.11260986328125,1.8010743856430054,-0.01439566258341074,0.2770366966724396,0.6636539995670319,1509.0,386304.0,5000.214339170139,24723456.0 +81.68,9.0,5033.0,0.011167463846504688,0.1198933944106102,1.8174635171890259,-0.014154102653265,0.35301873087882996,0.5953426361083984,1510.0,386560.0,5003.469978971174,24739840.0 +99.18,9.399999618530273,4893.0,0.010423488914966583,0.1166585311293602,1.8879485130310059,-0.01640813611447811,0.18031765520572662,0.7256084978580475,1511.0,386816.0,5006.81954475306,24756224.0 +105.48,9.600000381469727,4990.0,0.012850935570895672,0.14459228515625,1.833699345588684,-0.014140564016997814,0.2596243917942047,0.6404194533824921,1512.0,387072.0,5010.103108515032,24772608.0 +100.22,9.399999618530273,4908.0,0.011164254508912563,0.1231689453125,1.824906349182129,-0.017385371029376984,0.278982937335968,0.6845941245555878,1513.0,387328.0,5013.441798366141,24788992.0 +96.61,9.300000190734863,5088.0,0.009286700747907162,0.10223388671875,1.8189822435379028,-0.015067972242832184,0.32769426703453064,0.6310381591320038,1514.0,387584.0,5016.662119086133,24805376.0 +93.2,9.300000190734863,5335.0,0.010456378571689129,0.1058553084731102,1.8240145444869995,-0.01574333943426609,0.30605176091194153,0.6486658751964569,1515.0,387840.0,5019.7338028252125,24821760.0 +89.53,9.399999618530273,4968.0,0.009422221221029758,0.096923828125,1.8330827951431274,-0.013300548307597637,0.2520871162414551,0.6415736675262451,1516.0,388096.0,5023.032484561205,24838144.0 +116.43,9.300000190734863,5070.0,0.013294537551701069,0.12530517578125,1.8107448816299438,-0.013974744826555252,0.38954654335975647,0.6030688285827637,1517.0,388352.0,5026.264334526146,24854528.0 +104.28,9.100000381469727,5061.0,0.009649178944528103,0.1063435897231102,1.8037692308425903,-0.014590946026146412,0.3314862847328186,0.6061804592609406,1518.0,388608.0,5029.504691810114,24870912.0 +86.83,9.600000381469727,5142.0,0.014810971915721893,0.12408447265625,1.8097292184829712,-0.01666991598904133,0.27771809697151184,0.6181947588920593,1519.0,388864.0,5032.691477827029,24887296.0 +81.32,9.399999618530273,5205.0,0.01023183949291706,0.11920166015625,1.8203850984573364,-0.01717793010175228,0.2111179679632187,0.6410302221775055,1520.0,389120.0,5035.839988852153,24903680.0 +92.31,9.699999809265137,5063.0,0.00855137687176466,0.1033732071518898,1.828391194343567,-0.015821771696209908,0.11851495504379272,0.7360554337501526,1521.0,389376.0,5039.076140723191,24920064.0 +83.01,9.899999618530273,5083.0,0.0125163858756423,0.1407267302274704,1.823110580444336,-0.015845157206058502,0.14691360294818878,0.7147603332996368,1522.0,389632.0,5042.299894543132,24936448.0 +86.71,9.699999809265137,4911.0,0.011610145680606365,0.1293538361787796,1.8324800729751587,-0.012147657573223114,0.18678326904773712,0.6540043652057648,1523.0,389888.0,5045.63680441305,24952832.0 +87.82,9.699999809265137,5073.0,0.01219883281737566,0.1368001252412796,1.8154616355895996,-0.015420444309711456,0.11483057588338852,0.7155881226062775,1524.0,390144.0,5048.867378266994,24969216.0 +86.53,9.399999618530273,5187.0,0.011266217567026615,0.13214111328125,1.795850157737732,-0.012521638534963131,0.2975994050502777,0.5557639598846436,1525.0,390400.0,5052.026580581209,24985600.0 diff --git a/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..50fd7c8adeee7610536ce74208dfbe1c11cdba1f --- /dev/null +++ b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +157.73333333333332,3.3333332538604736,265.0,0.0007039649062789977,0.0,2.7073543071746826,-0.0010953505989164114,0.16593678295612335,0.010899901390075684,1.0,256.0,61.62583564291708,16384.0 +261.35135135135135,4.594594478607178,5073.0,0.004275843035429716,0.02939859963953495,2.695387601852417,-0.003018647199496627,0.3179089426994324,0.13548678159713745,2.0,512.0,64.85992213594727,32768.0 +343.98591549295776,4.788732528686523,4931.0,0.0008442534017376602,0.0010579427471384406,2.6926021575927734,-0.001260319841094315,0.4062063992023468,0.2111191749572754,3.0,768.0,68.18317433190532,49152.0 +468.99,4.300000190734863,5037.0,0.004426172934472561,0.02469889260828495,2.6719553470611572,-0.0029411863069981337,0.510524570941925,0.2650527358055115,4.0,1024.0,71.43703168700449,65536.0 +332.79,3.799999952316284,5125.0,0.0044085499830543995,0.03594970703125,2.65303111076355,-0.00411547115072608,0.5500163435935974,0.319019615650177,5.0,1280.0,74.63403238682076,81920.0 +216.27,5.0,5165.0,0.004953415598720312,0.0352376289665699,2.60707688331604,-0.00384701881557703,1.005791425704956,0.3997611403465271,6.0,1536.0,77.8067626489792,98304.0 +131.01,5.5,5342.0,0.004441274795681238,0.0340169258415699,2.5883045196533203,-0.0019921662751585245,1.2451287508010864,0.4223385453224182,7.0,1792.0,80.87409345898777,114688.0 +130.75,5.300000190734863,5010.0,0.004862471949309111,0.0418497733771801,2.5731050968170166,-0.003458339488133788,1.1806544065475464,0.4967957139015198,8.0,2048.0,84.14515851996839,131072.0 +123.41,5.400000095367432,4673.0,0.0038072122260928154,0.03076171875,2.5544111728668213,-0.002744002966210246,1.2630177736282349,0.535152018070221,9.0,2304.0,87.6512957608793,147456.0 +102.02,5.699999809265137,5031.0,0.004295908845961094,0.0320027656853199,2.527405023574829,-0.0037101933266967535,1.3506736755371094,0.55885049700737,10.0,2560.0,90.90795219992287,163840.0 +94.67,4.599999904632568,4859.0,0.004154710099101067,0.02884928323328495,2.504040479660034,-0.002565986244007945,1.0411168336868286,0.6263057291507721,11.0,2816.0,94.28030353481881,180224.0 +100.85,5.099999904632568,4717.0,0.0021368840243667364,0.012858073227107525,2.4825832843780518,-0.0022480522748082876,1.147335171699524,0.6426708102226257,12.0,3072.0,97.75383457099088,196608.0 +84.47,4.599999904632568,4739.0,0.004221211653202772,0.02984619140625,2.447899341583252,-0.002076100092381239,1.324576735496521,0.6861116588115692,13.0,3328.0,101.21158374799415,212992.0 +83.11,4.900000095367432,4642.0,0.003710641525685787,0.02766927145421505,2.4322447776794434,-0.0013470080448314548,1.1341279745101929,0.7476613521575928,14.0,3584.0,104.74148014187813,229376.0 +86.38,6.400000095367432,4678.0,0.004173525143414736,0.02982584573328495,2.3922488689422607,-0.0025846173521131277,1.3006868362426758,0.7600879520177841,15.0,3840.0,108.24403266981244,245760.0 +70.63,4.900000095367432,4754.0,0.0047318944707512856,0.0358072929084301,2.352783203125,-0.0022475679870694876,1.3088185787200928,0.7658045589923859,16.0,4096.0,111.6909968520049,262144.0 +71.49,5.699999809265137,4947.0,0.0037015604320913553,0.02386474609375,2.2886135578155518,-0.002456273417919874,1.2749468088150024,0.7899735867977142,17.0,4352.0,115.0033295059111,278528.0 +67.06,5.199999809265137,4927.0,0.0032355545554310083,0.01649983786046505,2.3019917011260986,-0.0017954021459445357,1.1741262674331665,0.8099150359630585,18.0,4608.0,118.32956036902033,294912.0 +62.09,5.800000190734863,5137.0,0.004423706326633692,0.0434366874396801,2.2386767864227295,-0.004354381933808327,1.4110065698623657,0.8109911531209946,19.0,4864.0,121.51913047698326,311296.0 +67.96,6.0,5146.0,0.0024120474699884653,0.0113525390625,2.2514917850494385,-0.001958419568836689,1.3010715246200562,0.8157159388065338,20.0,5120.0,124.70351938996464,327680.0 +59.42,6.5,5154.0,0.004510961938649416,0.0301513671875,2.2065372467041016,-0.003810448804870248,1.4624395370483398,0.7902420461177826,21.0,5376.0,127.88325792993419,344064.0 +58.34,6.300000190734863,4855.0,0.00243345252238214,0.009765625,2.177443742752075,-0.001076257904060185,1.6901159286499023,0.7837074548006058,22.0,5632.0,131.25831236690283,360448.0 +59.47,6.0,4839.0,0.0019808162469416857,0.012898762710392475,2.1700470447540283,-0.0018071261001750827,1.633753776550293,0.7792545706033707,23.0,5888.0,134.64441350800917,376832.0 +59.57,6.400000095367432,5140.0,0.0030583853367716074,0.01784261129796505,2.11189866065979,-0.002790286438539624,1.678758978843689,0.7825588136911392,24.0,6144.0,137.83219186100177,393216.0 +58.08,6.400000095367432,4934.0,0.0022315713576972485,0.00799560546875,2.112541913986206,-0.0014388958225026727,1.5867029428482056,0.7786307483911514,25.0,6400.0,141.15321106091142,409600.0 +64.58,6.199999809265137,5079.0,0.002321267733350396,0.011617024429142475,2.151296854019165,-0.002290666801854968,1.3999162912368774,0.8013009428977966,26.0,6656.0,144.37959009385668,425984.0 +67.74,6.599999904632568,4853.0,0.0026860982179641724,0.01784261129796505,2.1496918201446533,-0.002530308673158288,1.5012656450271606,0.788076251745224,27.0,6912.0,147.755878822878,442368.0 +63.52,5.699999809265137,4770.0,0.004218116868287325,0.0391438789665699,2.0940194129943848,-0.0006817599642090499,1.5506094694137573,0.7893780320882797,28.0,7168.0,151.19092258485034,458752.0 +63.24,6.300000190734863,4786.0,0.003618494840338826,0.0326334647834301,2.0829532146453857,-0.0007528192363679409,1.6041831970214844,0.7767491787672043,29.0,7424.0,154.61494718585163,475136.0 +58.31,6.5,4983.0,0.003299191826954484,0.02048746682703495,2.049748659133911,-0.00246831844560802,1.447567343711853,0.7890732735395432,30.0,7680.0,157.90319869294763,491520.0 +64.21,5.800000190734863,4907.0,0.0037541138008236885,0.03643798828125,2.1280670166015625,-0.0013841777108609676,1.5325826406478882,0.7818049043416977,31.0,7936.0,161.2422602698207,507904.0 +56.37,6.5,4957.0,0.0031831711530685425,0.02463785745203495,2.1128265857696533,-0.0014079684624448419,1.7486485242843628,0.7567920237779617,32.0,8192.0,164.5485228849575,524288.0 +65.3,6.099999904632568,4851.0,0.003700143424794078,0.0318603515625,2.1331088542938232,-0.002285387134179473,1.5703959465026855,0.7625479102134705,33.0,8448.0,167.9262001409661,540672.0 +59.63,5.599999904632568,5058.0,0.004404999781399965,0.0389200858771801,2.057908296585083,-0.0034252693876624107,1.4731982946395874,0.7612566202878952,34.0,8704.0,171.1662722718902,557056.0 +58.78,6.400000095367432,4799.0,0.004173376597464085,0.03460693359375,2.0733253955841064,-0.003701989771798253,1.3991479873657227,0.7549335807561874,35.0,8960.0,174.58068101597019,573440.0 +56.07,5.900000095367432,4974.0,0.00384681299328804,0.0348307304084301,2.0637617111206055,-0.002734951674938202,1.3658894300460815,0.7577605098485947,36.0,9216.0,177.87470644782297,589824.0 +59.86,7.900000095367432,5083.0,0.004374383483082056,0.0411173515021801,2.0213234424591064,-0.0019043890060856938,1.3676692247390747,0.7336432337760925,37.0,9472.0,181.0981880479958,606208.0 +55.34,7.300000190734863,5088.0,0.002905037486925721,0.02225748635828495,2.0320634841918945,-0.0022664961870759726,1.548668384552002,0.7221055924892426,38.0,9728.0,184.3188261690084,622592.0 +55.13,5.900000095367432,5034.0,0.003911932464689016,0.02852376364171505,1.9760249853134155,-0.0033815570641309023,1.6726495027542114,0.6882109344005585,39.0,9984.0,187.57381494995207,638976.0 +52.58,6.599999904632568,4812.0,0.0031262540724128485,0.02756754495203495,2.0061721801757812,-0.002541003515943885,1.2842718362808228,0.7613917291164398,40.0,10240.0,190.97866967483424,655360.0 +57.43,6.699999809265137,4875.0,0.0038766812067478895,0.0326944999396801,1.9901965856552124,-0.0035511984024196863,1.3527628183364868,0.7476858198642731,41.0,10496.0,194.33993079187348,671744.0 +63.18,6.5,4807.0,0.0029742245096713305,0.02146402932703495,2.0443108081817627,-0.0031523893121629953,1.230987548828125,0.7632816880941391,42.0,10752.0,197.748615445802,688128.0 +58.43,6.800000190734863,5133.0,0.0039751590229570866,0.0334676094353199,2.0468952655792236,-0.0011096575763076544,1.514830231666565,0.7489738464355469,43.0,11008.0,200.9412999600172,704512.0 +61.43,6.199999809265137,5198.0,0.003915476147085428,0.0391031913459301,2.018415689468384,-0.004015717189759016,1.208835482597351,0.7803552448749542,44.0,11264.0,204.0936763288919,720896.0 +61.81,6.5,5084.0,0.003083232557401061,0.02195231057703495,1.9997072219848633,-0.002626706613227725,1.4026107788085938,0.7403388023376465,45.0,11520.0,207.31658751284704,737280.0 +59.83,7.5,4981.0,0.005276154726743698,0.04400634765625,1.8796449899673462,-0.0024985286872833967,1.6313118934631348,0.7096635699272156,46.0,11776.0,210.60604048985988,753664.0 +53.99,7.699999809265137,4937.0,0.005610879044979811,0.05322265625,1.8852925300598145,-0.0041582658886909485,1.341383934020996,0.7080694735050201,47.0,12032.0,213.92472748481669,770048.0 +54.09,7.099999904632568,4967.0,0.005680458154529333,0.071533203125,1.8945544958114624,-0.002448122948408127,1.4210847616195679,0.7166829407215118,48.0,12288.0,217.2239163678605,786432.0 +58.16,6.900000095367432,5063.0,0.0035916417837142944,0.0317179374396801,1.911901593208313,-0.0029498811345547438,1.4048339128494263,0.6944379210472107,49.0,12544.0,220.46019799495116,802816.0 +60.23,6.599999904632568,4745.0,0.002557652536779642,0.01645914651453495,1.8820997476577759,-0.0026704801712185144,1.4299284219741821,0.7089293599128723,50.0,12800.0,223.91335400682874,819200.0 +57.93,6.699999809265137,5017.0,0.0037159388884902,0.0321858711540699,1.839424729347229,-0.003300311742350459,1.377059817314148,0.6954905688762665,51.0,13056.0,227.17977988696657,835584.0 +53.95,6.099999904632568,4712.0,0.003605932928621769,0.0348917655646801,1.8120999336242676,-0.0035019759088754654,1.4677376747131348,0.6794629693031311,52.0,13312.0,230.6569328859914,851968.0 +66.23,7.099999904632568,4628.0,0.0063688247464597225,0.0762939453125,1.8320845365524292,-0.003122994676232338,1.244001865386963,0.6987244784832001,53.0,13568.0,234.19780084094964,868352.0 +57.0,7.0,4724.0,0.003870464628562331,0.0365397147834301,1.788664698600769,-0.003147395560517907,1.330209493637085,0.6991778910160065,54.0,13824.0,237.66643248894252,884736.0 +54.43,7.699999809265137,4897.0,0.00465543195605278,0.050537109375,1.8391560316085815,-0.003339901566505432,1.2733913660049438,0.6997877359390259,55.0,14080.0,241.012870865874,901120.0 +59.4,7.599999904632568,4791.0,0.006136821582913399,0.0719197615981102,1.89938223361969,-0.0057838074862957,1.0852020978927612,0.7261646091938019,56.0,14336.0,244.43349352199584,917504.0 +59.12,7.599999904632568,5085.0,0.00597724923864007,0.0533040352165699,1.9541311264038086,-0.0028964488301426172,1.041529655456543,0.7429886758327484,57.0,14592.0,247.656183503801,933888.0 +69.97,7.800000190734863,4704.0,0.005911818239837885,0.0618896484375,1.9046621322631836,-0.0036881023552268744,1.0949081182479858,0.7344127595424652,58.0,14848.0,251.1397331948392,950272.0 +67.07,6.599999904632568,4738.0,0.005241266917437315,0.0580647774040699,1.9008593559265137,-0.00194009009283036,1.3143678903579712,0.7209912240505219,59.0,15104.0,254.5979852299206,966656.0 +66.43,6.900000095367432,5027.0,0.004924099892377853,0.0425618477165699,1.8772157430648804,-0.005259329453110695,1.1352711915969849,0.742154449224472,60.0,15360.0,257.8575375790242,983040.0 +63.0,7.300000190734863,4881.0,0.005337610840797424,0.056640625,1.8759655952453613,-0.003081033006310463,1.2498584985733032,0.6934952139854431,61.0,15616.0,261.2142924380023,999424.0 +58.61,7.699999809265137,4808.0,0.005142431706190109,0.0569254569709301,1.9335461854934692,-0.004148951265960932,1.0542069673538208,0.7372460067272186,62.0,15872.0,264.6222718679346,1015808.0 +71.71,8.100000381469727,4829.0,0.004972334485501051,0.0533040352165699,1.9152666330337524,-0.0046835304237902164,1.0149723291397095,0.727263331413269,63.0,16128.0,268.015797680011,1032192.0 +69.28,7.099999904632568,4995.0,0.004752973560243845,0.046630859375,1.9729546308517456,-0.0041582961566746235,1.1139150857925415,0.7226124405860901,64.0,16384.0,271.2963976939209,1048576.0 +65.65,8.0,4774.0,0.005284059327095747,0.0623372383415699,1.940675139427185,-0.0052540781907737255,1.0972758531570435,0.7133334875106812,65.0,16640.0,274.72867301898077,1064960.0 +71.63,7.300000190734863,4995.0,0.009045690298080444,0.1147054061293602,1.9831196069717407,-0.0033761849626898766,1.0627431869506836,0.7432532012462616,66.0,16896.0,278.00920725800097,1081344.0 +63.55,7.699999809265137,4997.0,0.00478183152154088,0.0460611991584301,2.0152432918548584,-0.005743551999330521,1.0368119478225708,0.7574232816696167,67.0,17152.0,281.2887579118833,1097728.0 +69.71,7.300000190734863,4931.0,0.004354460630565882,0.0401611328125,2.0541648864746094,-0.0049230726435780525,1.0060151815414429,0.7605326473712921,68.0,17408.0,284.6121412778739,1114112.0 +70.88,7.900000095367432,4912.0,0.005557838827371597,0.06561279296875,2.040954351425171,-0.0044623566791415215,1.0883126258850098,0.7166973948478699,69.0,17664.0,287.9478094878141,1130496.0 +73.32,7.599999904632568,5052.0,0.00481155002489686,0.0555216483771801,2.032496929168701,-0.0045740967616438866,1.0411465167999268,0.7416115999221802,70.0,17920.0,291.1917153459508,1146880.0 +70.5,7.0,4978.0,0.005633881781250238,0.0641682967543602,2.031951904296875,-0.005637362599372864,1.045918345451355,0.7373074293136597,71.0,18176.0,294.48319626785815,1163264.0 +79.87,7.699999809265137,4994.0,0.0062187775038182735,0.06866455078125,2.0215060710906982,-0.004614800680428743,1.0213080644607544,0.7326969504356384,72.0,18432.0,297.76414872379974,1179648.0 +65.37,8.100000381469727,4884.0,0.00566141726449132,0.0611572265625,2.024542808532715,-0.0036346244160085917,0.932220995426178,0.7406310141086578,73.0,18688.0,301.11940211080946,1196032.0 +72.39,7.5,5112.0,0.003995112609118223,0.0359903983771801,2.0418825149536133,-0.00490174163132906,1.0649614334106445,0.715534895658493,74.0,18944.0,304.3252446230035,1212416.0 +71.01,8.600000381469727,5072.0,0.004425831604748964,0.04547119140625,2.0114991664886475,-0.0053436667658388615,0.9508860111236572,0.7236722707748413,75.0,19200.0,307.55586227495223,1228800.0 +69.05,7.699999809265137,5157.0,0.004591506905853748,0.0436604805290699,2.022817611694336,-0.005719924811273813,1.0022505521774292,0.7109171450138092,76.0,19456.0,310.73301956499927,1245184.0 +71.75,8.100000381469727,5262.0,0.005854655057191849,0.0685831680893898,2.000248670578003,-0.004593797493726015,1.015573263168335,0.7234268188476562,77.0,19712.0,313.8470794658642,1261568.0 +69.76,8.399999618530273,4874.0,0.005482079926878214,0.0669759139418602,2.0496091842651367,-0.004446543287485838,0.9274908900260925,0.7405472695827484,78.0,19968.0,317.2091055819765,1277952.0 +62.8,7.699999809265137,5201.0,0.005892906803637743,0.0675455704331398,2.0293073654174805,-0.005765823647379875,0.9560216069221497,0.7442921102046967,79.0,20224.0,320.35977010894567,1294336.0 +66.65,8.300000190734863,5114.0,0.0054021854884922504,0.0572713203728199,2.0031089782714844,-0.003757441183552146,1.0334430932998657,0.6990325152873993,80.0,20480.0,323.5640203359071,1310720.0 +76.34,8.600000381469727,5072.0,0.0036187206860631704,0.0349324531853199,2.0357511043548584,-0.003265582025051117,0.9833460450172424,0.7201246023178101,81.0,20736.0,326.7947722838726,1327104.0 +79.37,8.199999809265137,5021.0,0.004061197396367788,0.0372721366584301,2.0422163009643555,-0.005148505792021751,0.8726248145103455,0.7622171193361282,82.0,20992.0,330.05821300297976,1343488.0 +74.07,7.800000190734863,5214.0,0.00529763288795948,0.0604044608771801,2.0683984756469727,-0.004174786154180765,0.9803892970085144,0.7377929985523224,83.0,21248.0,333.2010043549817,1359872.0 +64.78,8.100000381469727,5194.0,0.0030031325295567513,0.02325439453125,2.0567829608917236,-0.004452983848750591,0.9701269268989563,0.7513711899518967,84.0,21504.0,336.35583132482134,1376256.0 +69.14,7.699999809265137,5332.0,0.004072841722518206,0.0423177070915699,2.078278064727783,-0.004338488448411226,1.049535870552063,0.7322621941566467,85.0,21760.0,339.42878045188263,1392640.0 +74.88,8.399999618530273,5149.0,0.002840524772182107,0.02205403707921505,2.063499689102173,-0.0045993998646736145,1.0227829217910767,0.7306355834007263,86.0,22016.0,342.61116950400174,1409024.0 +66.46,7.099999904632568,5146.0,0.00348544935695827,0.02897135354578495,2.0646748542785645,-0.004291181918233633,1.0890789031982422,0.7318966090679169,87.0,22272.0,345.7952744248323,1425408.0 +63.21,7.699999809265137,5059.0,0.0042559243738651276,0.0398152656853199,2.050363063812256,-0.005180396605283022,1.1014364957809448,0.7436278462409973,88.0,22528.0,349.0340969848912,1441792.0 +73.75,7.599999904632568,5166.0,0.004905138164758682,0.0519002266228199,2.0629634857177734,-0.005298522766679525,1.014771580696106,0.7551304847002029,89.0,22784.0,352.2059924658388,1458176.0 +67.62,7.199999809265137,5145.0,0.004183261189609766,0.0421346016228199,2.058570384979248,-0.004798415116965771,1.0419915914535522,0.7475054860115051,90.0,23040.0,355.3908155770041,1474560.0 +65.12,7.199999809265137,5163.0,0.004501805175095797,0.04510498046875,2.0632755756378174,-0.003835483221337199,1.0403990745544434,0.7601605802774429,91.0,23296.0,358.5644088538829,1490944.0 +67.85,8.100000381469727,5174.0,0.003164289752021432,0.02577718161046505,2.0638883113861084,-0.003604938043281436,1.0698909759521484,0.7506122887134552,92.0,23552.0,361.7311599110253,1507328.0 +67.91,7.0,5046.0,0.004553945269435644,0.0529581718146801,2.057828903198242,-0.005640194285660982,1.0928288698196411,0.7614534199237823,93.0,23808.0,364.97861869982444,1523712.0 +71.64,7.5,4837.0,0.00523380795493722,0.0549723319709301,2.003497838973999,-0.005824726074934006,1.097672700881958,0.7463561594486237,94.0,24064.0,368.3659748828504,1540096.0 +66.9,7.900000095367432,5050.0,0.0035132996272295713,0.0333251953125,2.037187337875366,-0.004321342799812555,1.0825181007385254,0.7542066127061844,95.0,24320.0,371.61044167983346,1556480.0 +72.69,7.699999809265137,5036.0,0.00416738772764802,0.0447184257209301,2.0562055110931396,-0.004796778317540884,1.0848091840744019,0.7567694038152695,96.0,24576.0,374.8646867040079,1572864.0 +74.69,7.300000190734863,5035.0,0.0041778916493058205,0.0437215156853199,2.0772714614868164,-0.004576052073389292,1.036845088005066,0.7797534912824631,97.0,24832.0,378.11887646187097,1589248.0 +69.93,7.400000095367432,5215.0,0.00640817591920495,0.0732625350356102,2.0701937675476074,-0.005212733522057533,1.1056264638900757,0.7692348510026932,98.0,25088.0,381.26442231284454,1605632.0 +71.56,8.199999809265137,5178.0,0.006196236237883568,0.0753377303481102,2.095133066177368,-0.005622758995741606,0.9858747124671936,0.7819416522979736,99.0,25344.0,384.42903907201253,1622016.0 +64.84,8.0,5196.0,0.004390769172459841,0.0409342460334301,2.0654873847961426,-0.003592353081330657,1.2270467281341553,0.7458919882774353,100.0,25600.0,387.5822810209356,1638400.0 +67.07,8.0,5214.0,0.0035979608073830605,0.0318806953728199,2.085439920425415,-0.004646578337997198,1.1602734327316284,0.7393374443054199,101.0,25856.0,390.7248264728114,1654784.0 +64.99,8.0,5070.0,0.003576788352802396,0.02980550192296505,2.1009013652801514,-0.0034622233361005783,1.0365318059921265,0.7561153918504715,102.0,26112.0,393.95701026986353,1671168.0 +63.21,8.100000381469727,4944.0,0.004481337498873472,0.0478719063103199,2.0319149494171143,-0.0055646938271820545,1.0825968980789185,0.7211799919605255,103.0,26368.0,397.2714974498376,1687552.0 +70.75,8.199999809265137,5099.0,0.004009342286735773,0.03961181640625,2.0519607067108154,-0.005189936142414808,0.86300128698349,0.7782952934503555,104.0,26624.0,400.4848553859629,1703936.0 +65.98,7.900000095367432,5046.0,0.0048465002328157425,0.0489501953125,2.0387685298919678,-0.005463841836899519,0.999178409576416,0.7410358190536499,105.0,26880.0,403.73197498894297,1720320.0 +77.31,7.900000095367432,5023.0,0.00434154225513339,0.0445760078728199,2.0835511684417725,-0.005085224285721779,0.9607065320014954,0.746703714132309,106.0,27136.0,406.994181395974,1736704.0 +66.17,7.900000095367432,4964.0,0.00396312540397048,0.0331827811896801,2.0688207149505615,-0.005182288121432066,0.9789550304412842,0.750853031873703,107.0,27392.0,410.294829540886,1753088.0 +78.27,7.800000190734863,5062.0,0.005452943965792656,0.06427001953125,2.0878396034240723,-0.005202652886509895,0.9576656818389893,0.7526014894247055,108.0,27648.0,413.5317719769664,1769472.0 +72.09,8.100000381469727,4613.0,0.005632180720567703,0.0611572265625,2.0781002044677734,-0.005301859229803085,0.9931578636169434,0.7555829286575317,109.0,27904.0,417.0841940729879,1785856.0 +66.99,8.0,4771.0,0.006590209435671568,0.0798543319106102,2.0910327434539795,-0.004505608230829239,1.0739110708236694,0.7377654910087585,110.0,28160.0,420.5184777060058,1802240.0 +78.74,8.800000190734863,4905.0,0.0036915282253175974,0.0318603515625,2.118096113204956,-0.005569361615926027,0.9652426242828369,0.764881357550621,111.0,28416.0,423.8594331529457,1818624.0 +71.45,8.0,4917.0,0.00519822770729661,0.0602213554084301,2.0898561477661133,-0.006233920808881521,0.9551295638084412,0.7736204266548157,112.0,28672.0,427.1924293199554,1835008.0 +66.67,7.199999809265137,5030.0,0.0037922533228993416,0.0313517265021801,2.095884084701538,-0.005426730960607529,1.098415493965149,0.7395820915699005,113.0,28928.0,430.44991666288115,1851392.0 +71.17,8.100000381469727,4698.0,0.005240967031568289,0.05682373046875,2.098104953765869,-0.005191741976886988,0.9749582409858704,0.7647695392370224,114.0,29184.0,433.9379355018027,1867776.0 +81.4,7.599999904632568,4950.0,0.0053076595067977905,0.0591227225959301,2.0833652019500732,-0.006750650238245726,0.9421574473381042,0.7698190659284592,115.0,29440.0,437.248070577858,1884160.0 +62.77,8.199999809265137,5097.0,0.005919621791690588,0.0669352188706398,2.0744497776031494,-0.008176335133612156,1.0531634092330933,0.7357749342918396,116.0,29696.0,440.4630135339685,1900544.0 +70.56,8.5,5090.0,0.005957577843219042,0.0666707381606102,2.08418869972229,-0.00769715616479516,0.9291618466377258,0.770884245634079,117.0,29952.0,443.68227022280917,1916928.0 +70.88,8.199999809265137,5112.0,0.006142826750874519,0.0683797225356102,2.0682332515716553,-0.0049539958126842976,1.0283024311065674,0.7389525771141052,118.0,30208.0,446.8875856199302,1933312.0 +75.84,8.399999618530273,5176.0,0.004865590482950211,0.0491739921271801,2.055485725402832,-0.005866296589374542,0.9435367584228516,0.7475471496582031,119.0,30464.0,450.0533438739367,1949696.0 +64.71,8.199999809265137,5070.0,0.004600638058036566,0.0481160469353199,2.0819311141967773,-0.006277252454310656,0.9454870223999023,0.7368156909942627,120.0,30720.0,453.285297291819,1966080.0 +67.41,8.300000190734863,5074.0,0.004695526789873838,0.0498860664665699,2.0827243328094482,-0.005991695448756218,0.9242298007011414,0.7455234229564667,121.0,30976.0,456.5145151449833,1982464.0 +71.12,8.300000190734863,4689.0,0.007672635838389397,0.0974324569106102,2.05444598197937,-0.009177637286484241,0.9116308093070984,0.7241677641868591,122.0,31232.0,460.00906064291485,1998848.0 +70.99,7.800000190734863,4797.0,0.006251098122447729,0.08111572265625,2.0935351848602295,-0.007270816247910261,0.9551236629486084,0.7155041098594666,123.0,31488.0,463.4250235578511,2015232.0 +72.95,7.699999809265137,5060.0,0.006035259459167719,0.066650390625,2.077822208404541,-0.0064328801818192005,0.8944033980369568,0.7199753522872925,124.0,31744.0,466.66321562579833,2031616.0 +62.42,8.100000381469727,5067.0,0.006774408742785454,0.0846761092543602,2.049459457397461,-0.006459036376327276,1.0285171270370483,0.6995348036289215,125.0,32000.0,469.8975919308141,2048000.0 +68.63,8.199999809265137,5144.0,0.005530612543225288,0.0632731094956398,2.0781972408294678,-0.007606792729347944,0.9689823985099792,0.710455983877182,126.0,32256.0,473.08276559994556,2064384.0 +69.89,8.100000381469727,5061.0,0.006755711976438761,0.08355712890625,2.0459930896759033,-0.008373751305043697,0.8691431879997253,0.7182382345199585,127.0,32512.0,476.3203558609821,2080768.0 +75.69,8.600000381469727,4889.0,0.007455240935087204,0.0954793319106102,2.0720160007476807,-0.0076799229718744755,0.8469259738922119,0.7292045056819916,128.0,32768.0,479.6716971718706,2097152.0 +85.26,8.899999618530273,4814.0,0.005611456464976072,0.0623372383415699,2.0834763050079346,-0.005080613307654858,0.7310529351234436,0.7428146302700043,129.0,33024.0,483.0757806368638,2113536.0 +73.69,8.100000381469727,4969.0,0.0058779027312994,0.0690104141831398,2.0646543502807617,-0.007140804082155228,0.8712773323059082,0.7020074427127838,130.0,33280.0,486.3734309868887,2129920.0 +81.13,8.899999618530273,5278.0,0.0046560573391616344,0.04901123046875,2.058628559112549,-0.007520176935940981,0.7391571998596191,0.7174630761146545,131.0,33536.0,489.4783370019868,2146304.0 +78.13,7.800000190734863,5199.0,0.00463671050965786,0.05340576171875,2.0906059741973877,-0.006914334371685982,0.9113094806671143,0.678589254617691,132.0,33792.0,492.6301662889309,2162688.0 +76.45,8.300000190734863,5122.0,0.005930412095040083,0.064697265625,2.0977165699005127,-0.007486516144126654,0.7073177695274353,0.7321260869503021,133.0,34048.0,495.8296712418087,2179072.0 +76.39,8.100000381469727,5166.0,0.008289944380521774,0.1082356795668602,2.085933208465576,-0.00802718847990036,0.7210121750831604,0.729638397693634,134.0,34304.0,499.0012847359758,2195456.0 +79.04,8.5,5038.0,0.008359399624168873,0.1061197891831398,2.1350409984588623,-0.007576085161417723,0.6624835133552551,0.7157881855964661,135.0,34560.0,502.25572936981916,2211840.0 +74.2,8.0,5073.0,0.00643662316724658,0.0709635391831398,2.063886880874634,-0.004646428860723972,0.8571555018424988,0.7278935015201569,136.0,34816.0,505.4855679059401,2228224.0 +77.53,8.899999618530273,4611.0,0.0065067061223089695,0.079345703125,2.0952022075653076,-0.004958723206073046,0.7809637188911438,0.729606419801712,137.0,35072.0,509.0387168379966,2244608.0 +77.09,8.5,4852.0,0.008514243178069592,0.1004231795668602,2.0224697589874268,-0.0043304674327373505,0.8356993198394775,0.6827850937843323,138.0,35328.0,512.4159771387931,2260992.0 +65.68,8.100000381469727,5142.0,0.00678889499977231,0.0858357772231102,2.104104518890381,-0.008862418122589588,0.7233085036277771,0.7105353474617004,139.0,35584.0,515.6026987778023,2277376.0 +66.75,8.399999618530273,5211.0,0.006940193474292755,0.0813802108168602,2.074547290802002,-0.009089321829378605,0.7099019885063171,0.6799590885639191,140.0,35840.0,518.7470887158997,2293760.0 +64.36,8.399999618530273,4806.0,0.007707781624048948,0.0929972305893898,2.0366976261138916,-0.010151639580726624,0.7403335571289062,0.7002143263816833,141.0,36096.0,522.1563181779347,2310144.0 +73.54,8.100000381469727,4884.0,0.009132171981036663,0.11328125,2.0505776405334473,-0.008536103181540966,0.8724854588508606,0.6581533849239349,142.0,36352.0,525.5119066138286,2326528.0 +74.27,8.199999809265137,4755.0,0.008399521000683308,0.106689453125,2.057062864303589,-0.008334867656230927,0.8336634635925293,0.6508979499340057,143.0,36608.0,528.9580441198777,2342912.0 +65.25,8.300000190734863,4917.0,0.008179266937077045,0.1058146134018898,2.0475385189056396,-0.009081028401851654,0.7534939646720886,0.6611856818199158,144.0,36864.0,532.2914129679557,2359296.0 +75.92,8.699999809265137,4703.0,0.00870113167911768,0.1103312149643898,2.010453939437866,-0.008607616648077965,0.6285893321037292,0.6691731810569763,145.0,37120.0,535.7750489709433,2375680.0 +75.1,8.300000190734863,5014.0,0.006874102633446455,0.08172607421875,2.0134027004241943,-0.0030029916670173407,0.828913688659668,0.6101963818073273,146.0,37376.0,539.0430653779767,2392064.0 +66.56,8.399999618530273,4903.0,0.007699059788137674,0.09075927734375,2.0392110347747803,-0.008597420528531075,0.8081753253936768,0.6607588827610016,147.0,37632.0,542.3850628719665,2408448.0 +65.51,9.0,4900.0,0.00804518349468708,0.1048177108168602,2.017585039138794,-0.010260425508022308,0.699681282043457,0.6447844803333282,148.0,37888.0,545.729750361992,2424832.0 +77.07,8.899999618530273,4977.0,0.009267297573387623,0.1183064803481102,2.0471317768096924,-0.006395495962351561,0.7400612235069275,0.6088719367980957,149.0,38144.0,549.0219932838809,2441216.0 +80.49,8.699999809265137,5160.0,0.00783928669989109,0.0920206680893898,2.0900745391845703,-0.006506638135761023,0.709959089756012,0.656946986913681,150.0,38400.0,552.1974106410053,2457600.0 +74.31,8.899999618530273,5104.0,0.008441225625574589,0.0970458984375,2.093179941177368,-0.009763096459209919,0.6172826886177063,0.6914794743061066,151.0,38656.0,555.4079399330076,2473984.0 +66.23,8.199999809265137,4805.0,0.008514756336808205,0.11151123046875,2.0489280223846436,-0.009782704524695873,0.6655135750770569,0.6752638518810272,152.0,38912.0,558.8178926359396,2490368.0 +66.04,8.399999618530273,4692.0,0.010761477053165436,0.1482747346162796,2.072913885116577,-0.007286828011274338,0.7617940306663513,0.6261423826217651,153.0,39168.0,562.3106696449686,2506752.0 +70.27,8.300000190734863,4829.0,0.008854230865836143,0.1102701798081398,2.076521158218384,-0.007661357522010803,0.8596963286399841,0.5941449403762817,154.0,39424.0,565.7039242938627,2523136.0 +69.77,8.800000190734863,5076.0,0.0071765040047466755,0.0832926407456398,2.0742785930633545,-0.008666056208312511,0.7421002388000488,0.6207954287528992,155.0,39680.0,568.9317922499031,2539520.0 +68.07,8.0,4873.0,0.008295864798128605,0.10418701171875,2.081437110900879,-0.006320706102997065,0.7703773379325867,0.637192964553833,156.0,39936.0,572.2944781498518,2555904.0 +75.06,9.0,4949.0,0.007139785680919886,0.08636474609375,2.0507652759552,-0.00731959892436862,0.6795199513435364,0.6057850420475006,157.0,40192.0,575.6087695488241,2572288.0 +78.35,8.5,4979.0,0.007945547811686993,0.0997721329331398,2.086710214614868,-0.007349759805947542,0.6131890416145325,0.7038698196411133,158.0,40448.0,578.8998004118912,2588672.0 +69.96,9.199999809265137,4940.0,0.008609164506196976,0.0950927734375,2.0976169109344482,-0.007722854148596525,0.6174101233482361,0.6273957192897797,159.0,40704.0,582.21661197301,2605056.0 +71.3,8.600000381469727,4646.0,0.0074806250631809235,0.0911661759018898,2.085806131362915,-0.008106126450002193,0.7743328213691711,0.6420444846153259,160.0,40960.0,585.7434197368566,2621440.0 +72.61,8.899999618530273,4514.0,0.008928504772484303,0.1149088516831398,2.1150026321411133,-0.008629962801933289,0.5376933813095093,0.6502857804298401,161.0,41216.0,589.3733731128741,2637824.0 +79.33,9.300000190734863,4766.0,0.00870328489691019,0.1155192032456398,2.0920865535736084,-0.006222862750291824,0.6768626570701599,0.6015729904174805,162.0,41472.0,592.8118072578218,2654208.0 +68.11,8.399999618530273,5107.0,0.00803350005298853,0.1007080078125,2.109541177749634,-0.006873156409710646,0.6070992946624756,0.6396736204624176,163.0,41728.0,596.020383178955,2670592.0 +71.92,8.5,4877.0,0.004652115050703287,0.0443929024040699,2.105591058731079,-0.00695774145424366,0.7200701832771301,0.6034735441207886,164.0,41984.0,599.3802606179379,2686976.0 +71.28,7.5,4883.0,0.005638670641928911,0.064453125,2.1054623126983643,-0.007812771946191788,0.7920902371406555,0.6534771621227264,165.0,42240.0,602.7355611477979,2703360.0 +74.47,8.899999618530273,4936.0,0.008479784242808819,0.1066080704331398,2.0675017833709717,-0.00966994185000658,0.6110210418701172,0.6485327780246735,166.0,42496.0,606.0556084429845,2719744.0 +70.83,9.0,4927.0,0.010188437066972256,0.1276041716337204,2.0689852237701416,-0.007551753893494606,0.5386855006217957,0.6357468664646149,167.0,42752.0,609.3814933898393,2736128.0 +69.89,7.699999809265137,4843.0,0.006631217431277037,0.0783487930893898,2.037438154220581,-0.006425986532121897,0.865648090839386,0.6068352162837982,168.0,43008.0,612.7646410239395,2752512.0 +70.27,8.399999618530273,5107.0,0.008267323486506939,0.1070963516831398,2.0490825176239014,-0.010908421128988266,0.7298292517662048,0.6297518014907837,169.0,43264.0,615.973831063835,2768896.0 +69.61,8.399999618530273,5182.0,0.008598211221396923,0.1037394180893898,1.9959111213684082,-0.006684302818030119,0.7315394878387451,0.5811724960803986,170.0,43520.0,619.1360719678923,2785280.0 +68.28,9.300000190734863,4823.0,0.00930793210864067,0.10028076171875,2.0151383876800537,-0.0066843535751104355,0.4871675968170166,0.6370985507965088,171.0,43776.0,622.5336050279438,2801664.0 +70.49,8.699999809265137,4903.0,0.005512271076440811,0.0596110038459301,2.0107924938201904,-0.006085582543164492,0.6740338206291199,0.6187586784362793,172.0,44032.0,625.8756089447998,2818048.0 +72.24,8.600000381469727,4891.0,0.008852960541844368,0.1131795272231102,2.013082265853882,-0.009230763651430607,0.5955445170402527,0.6229865849018097,173.0,44288.0,629.2258213008754,2834432.0 +76.32,8.800000190734863,5032.0,0.008848507888615131,0.1140340194106102,2.012439489364624,-0.009853285737335682,0.5262872576713562,0.6060198247432709,174.0,44544.0,632.4819117158186,2850816.0 +62.69,9.199999809265137,5105.0,0.00896041002124548,0.1162109375,2.0420382022857666,-0.009993902407586575,0.5124489068984985,0.6374964118003845,175.0,44800.0,635.6957372878678,2867200.0 +72.92,8.699999809265137,4996.0,0.009353982284665108,0.1136271134018898,2.0099778175354004,-0.0052871969528496265,0.6933746337890625,0.5990671217441559,176.0,45056.0,638.9755240089726,2883584.0 +79.0,8.600000381469727,4982.0,0.00991035159677267,0.1249186173081398,2.0449585914611816,-0.00812029093503952,0.5910564661026001,0.6668037176132202,177.0,45312.0,642.2642570838798,2899968.0 +72.86,8.399999618530273,4991.0,0.006548435892909765,0.0770060196518898,2.0308446884155273,-0.007105038035660982,0.7255287170410156,0.6086635887622833,178.0,45568.0,645.5475248368457,2916352.0 +70.75,8.399999618530273,4967.0,0.006250103935599327,0.0722249373793602,2.0717153549194336,-0.00344861950725317,0.6473897099494934,0.6462223529815674,179.0,45824.0,648.8466942459345,2932736.0 +71.05,8.600000381469727,4832.0,0.005227720830589533,0.05322265625,2.0008275508880615,-0.005919276271015406,0.6406876444816589,0.6586028337478638,180.0,46080.0,652.2385143928695,2949120.0 +70.42,8.899999618530273,4809.0,0.006618449930101633,0.0796712264418602,2.0133912563323975,-0.004867571871727705,0.7237545847892761,0.5660974085330963,181.0,46336.0,655.6456926688552,2965504.0 +71.59,8.699999809265137,4768.0,0.005449160933494568,0.05682373046875,2.040090799331665,-0.004771829582750797,0.7194281220436096,0.5455569624900818,182.0,46592.0,659.0822809978854,2981888.0 +77.49,8.5,4749.0,0.0046535031870007515,0.04852294921875,2.041541337966919,-0.005987503100186586,0.6696863174438477,0.6283499002456665,183.0,46848.0,662.5326966498978,2998272.0 +73.14,9.300000190734863,4900.0,0.006477941293269396,0.0843302384018898,2.0574495792388916,-0.005199646111577749,0.582873523235321,0.5908127725124359,184.0,47104.0,665.8768435199745,3014656.0 +70.73,8.600000381469727,4754.0,0.006628403440117836,0.0788167342543602,2.0746407508850098,-0.005249688867479563,0.6178828477859497,0.599076509475708,185.0,47360.0,669.3234878869262,3031040.0 +74.91,8.899999618530273,5133.0,0.006140038371086121,0.0703531876206398,2.0486152172088623,-0.006372461561113596,0.5618769526481628,0.5523152351379395,186.0,47616.0,672.5159977579024,3047424.0 +84.27,8.0,4917.0,0.003843471175059676,0.03271484375,2.01760196685791,-0.005040012765675783,0.8530272841453552,0.49799156188964844,187.0,47872.0,675.8487616409548,3063808.0 +70.64,8.800000190734863,5004.0,0.005431855097413063,0.0715738907456398,1.9969176054000854,-0.005938122048974037,0.6314067244529724,0.5293418765068054,188.0,48128.0,679.1229198488872,3080192.0 +79.12,8.600000381469727,4807.0,0.006257129833102226,0.0723470076918602,2.0103511810302734,-0.005150604993104935,0.48930642008781433,0.613389253616333,189.0,48384.0,682.5317716638092,3096576.0 +73.16,8.899999618530273,4833.0,0.004195311572402716,0.0418497733771801,1.9796074628829956,-0.006095562130212784,0.6271539330482483,0.5409027338027954,190.0,48640.0,685.9224648529198,3112960.0 +79.97,9.199999809265137,4451.0,0.005127639975398779,0.0577189140021801,2.0828030109405518,-0.006340942811220884,0.37404653429985046,0.5930439531803131,191.0,48896.0,689.6035299468786,3129344.0 +69.07,9.0,4899.0,0.005405438598245382,0.06536865234375,2.031595230102539,-0.005814580712467432,0.5222173929214478,0.539757639169693,192.0,49152.0,692.9484060260002,3145728.0 +65.19,8.800000190734863,4826.0,0.005028663203120232,0.0557047538459301,2.0383143424987793,-0.005735873710364103,0.6175147891044617,0.5250445008277893,193.0,49408.0,696.3436723179184,3162112.0 +71.64,8.899999618530273,5002.0,0.0044667585752904415,0.04638671875,2.012557029724121,-0.0056402068585157394,0.48917725682258606,0.5556725859642029,194.0,49664.0,699.6199438418262,3178496.0 +73.47,8.399999618530273,5029.0,0.004198133014142513,0.0391031913459301,2.0126161575317383,-0.006555808242410421,0.7265760898590088,0.5568037331104279,195.0,49920.0,702.8783468429465,3194880.0 +77.33,8.100000381469727,5086.0,0.004128508735448122,0.04266357421875,2.0492942333221436,-0.005992993246763945,0.7341044545173645,0.5550251603126526,196.0,50176.0,706.1019675268326,3211264.0 +81.81,9.0,5210.0,0.0064573828130960464,0.0755818709731102,2.0000197887420654,-0.00746143376454711,0.5961624979972839,0.5058712959289551,197.0,50432.0,709.2471044538543,3227648.0 +76.34,9.5,5138.0,0.005338242277503014,0.0605265311896801,2.0280988216400146,-0.006593519356101751,0.4995802938938141,0.5459287464618683,198.0,50688.0,712.436643675901,3244032.0 +70.19,8.699999809265137,5128.0,0.004460745491087437,0.0445556640625,2.0353939533233643,-0.0053459834307432175,0.5618464350700378,0.5764012634754181,199.0,50944.0,715.632253072923,3260416.0 +74.13,9.300000190734863,5193.0,0.0045617613941431046,0.0511271171271801,2.059753179550171,-0.006565313786268234,0.4604502022266388,0.5381381213665009,200.0,51200.0,718.7873144377954,3276800.0 +81.72,8.300000190734863,5007.0,0.004756393376737833,0.0496622733771801,2.0521178245544434,-0.005595389287918806,0.7276158332824707,0.5551557242870331,201.0,51456.0,722.059732429916,3293184.0 +72.47,8.699999809265137,4919.0,0.004732854198664427,0.04693603515625,2.0959537029266357,-0.004921591375023127,0.6129388213157654,0.5482692122459412,202.0,51712.0,725.3913936719764,3309568.0 +82.85,9.100000381469727,5015.0,0.004588805604726076,0.0427449531853199,2.037712335586548,-0.006157951429486275,0.5498602390289307,0.5375638902187347,203.0,51968.0,728.6590254749171,3325952.0 +76.14,9.0,5079.0,0.004869983997195959,0.054931640625,2.0474050045013428,-0.005871379282325506,0.529629111289978,0.5500917136669159,204.0,52224.0,731.8853045739233,3342336.0 +86.04,8.899999618530273,4766.0,0.006090320181101561,0.0676676407456398,2.0750629901885986,-0.007445976138114929,0.5710020065307617,0.5193644464015961,205.0,52480.0,735.3236510418355,3358720.0 +84.44,8.899999618530273,4886.0,0.006274054292589426,0.0573933906853199,2.073392391204834,-0.008474872447550297,0.40362247824668884,0.5482812821865082,206.0,52736.0,738.6769629030023,3375104.0 +84.23,9.300000190734863,4909.0,0.006881235167384148,0.08074951171875,2.1085784435272217,-0.008089128881692886,0.3409101963043213,0.5919060111045837,207.0,52992.0,742.0152392378077,3391488.0 +94.27,8.5,4820.0,0.005500079598277807,0.0615030936896801,2.11940598487854,-0.00870761089026928,0.5284130573272705,0.565759539604187,208.0,53248.0,745.4145588018,3407872.0 +95.99,9.100000381469727,4943.0,0.007089016493409872,0.0881551131606102,2.145587682723999,-0.008304634131491184,0.38540899753570557,0.5973777770996094,209.0,53504.0,748.7297077649273,3424256.0 +89.9,9.0,5161.0,0.006427173037081957,0.0729573592543602,2.115654945373535,-0.008007174357771873,0.46724388003349304,0.4819110631942749,210.0,53760.0,751.9043567478657,3440640.0 +98.51,8.600000381469727,4902.0,0.005876757204532623,0.0621337890625,2.1441590785980225,-0.006893557962030172,0.4975304901599884,0.5261086523532867,211.0,54016.0,755.2468780400231,3457024.0 +99.96,9.199999809265137,4908.0,0.005890483036637306,0.0597127266228199,2.159752130508423,-0.006320692598819733,0.3487321138381958,0.5085320472717285,212.0,54272.0,758.5852002629545,3473408.0 +103.56,9.0,4889.0,0.005423689726740122,0.062744140625,2.153949499130249,-0.006840942427515984,0.37518778443336487,0.6222443580627441,213.0,54528.0,761.9367115530185,3489792.0 +111.66,8.800000190734863,4808.0,0.006868870463222265,0.0684407576918602,2.1930019855499268,-0.006361301988363266,0.4247797429561615,0.4975515604019165,214.0,54784.0,765.3444340568967,3506176.0 +109.33,8.899999618530273,4935.0,0.005807207431644201,0.0650227889418602,2.2030107975006104,-0.006150541361421347,0.38666990399360657,0.5534714758396149,215.0,55040.0,768.6645066398196,3522560.0 +107.27,9.0,4918.0,0.005861527752131224,0.0674235001206398,2.1745240688323975,-0.00885965209454298,0.3691830635070801,0.4855191707611084,216.0,55296.0,771.9969054670073,3538944.0 +92.5,8.899999618530273,5012.0,0.0065361629240214825,0.0850423201918602,2.147444486618042,-0.008470353670418262,0.5351460576057434,0.4443400502204895,217.0,55552.0,775.2659373078495,3555328.0 +113.13,8.600000381469727,4869.0,0.00784048717468977,0.088623046875,2.1726341247558594,-0.006558166351169348,0.4748430550098419,0.4911996126174927,218.0,55808.0,778.6315167709254,3571712.0 +106.9,9.800000190734863,4994.0,0.011906690895557404,0.14947509765625,2.203939199447632,-0.0043962630443274975,0.12930072844028473,0.5680686235427856,219.0,56064.0,781.9124029269442,3588096.0 +118.31,8.899999618530273,5097.0,0.007654224988073111,0.0965576171875,2.1669762134552,-0.007911509834229946,0.3723108470439911,0.4797423481941223,220.0,56320.0,785.1271634399891,3604480.0 +115.8,9.0,4985.0,0.006380125880241394,0.0779215469956398,2.1916143894195557,-0.008286284282803535,0.30043965578079224,0.5514561831951141,221.0,56576.0,788.41440520389,3620864.0 +115.54,9.0,5076.0,0.008544539101421833,0.1031697615981102,2.2002675533294678,-0.006435185205191374,0.26291969418525696,0.5587133765220642,222.0,56832.0,791.6422922869679,3637248.0 +125.18,8.0,4543.0,0.006504399701952934,0.07574462890625,2.1844213008880615,-0.009104517288506031,0.4987904727458954,0.5235508978366852,223.0,57088.0,795.2487969889771,3653632.0 +134.67,8.100000381469727,4600.0,0.006983163300901651,0.0786539688706398,2.178345203399658,-0.0076556033454835415,0.5092172026634216,0.5450174510478973,224.0,57344.0,798.8107429079246,3670016.0 +120.78,9.399999618530273,4903.0,0.013699783943593502,0.1818440705537796,2.231981039047241,-0.00565720722079277,0.32360389828681946,0.59398153424263,225.0,57600.0,802.1529045749921,3686400.0 +99.19,9.100000381469727,4763.0,0.011613115668296814,0.1482136994600296,2.230923652648926,-0.009422593750059605,0.35720837116241455,0.5578028857707977,226.0,57856.0,805.5927258729935,3702784.0 +104.17,8.600000381469727,4656.0,0.008638318628072739,0.101806640625,2.1637051105499268,-0.00728400656953454,0.46953925490379333,0.572594165802002,227.0,58112.0,809.1123003058601,3719168.0 +112.97,8.600000381469727,4721.0,0.008016574196517467,0.0980021134018898,2.2085931301116943,-0.009887726046144962,0.40538766980171204,0.6256628632545471,228.0,58368.0,812.583015213022,3735552.0 +128.2,8.5,4827.0,0.008680502884089947,0.110107421875,2.197012424468994,-0.00724278949201107,0.4243292808532715,0.616488128900528,229.0,58624.0,815.978268709965,3751936.0 +109.93,8.899999618530273,4999.0,0.009960354305803776,0.130859375,2.1871182918548584,-0.010069948621094227,0.33752956986427307,0.665536493062973,230.0,58880.0,819.2560528258327,3768320.0 +116.29,8.800000190734863,5143.0,0.010147299617528915,0.13055419921875,2.173429250717163,-0.009833898395299911,0.3634274899959564,0.6744755208492279,231.0,59136.0,823.2246225518174,3784704.0 +102.43,7.800000190734863,5125.0,0.009732232429087162,0.1255696564912796,2.182352304458618,-0.0055723353289067745,0.630460798740387,0.5586378276348114,232.0,59392.0,826.4221116499975,3801088.0 +99.26,8.600000381469727,4807.0,0.007691178470849991,0.09881591796875,2.185699462890625,-0.006816253066062927,0.4731873571872711,0.6896102428436279,233.0,59648.0,829.8306306509767,3817472.0 +111.38,8.399999618530273,4747.0,0.008933712728321552,0.1121622696518898,2.1908071041107178,-0.007841448299586773,0.4752034842967987,0.6766115128993988,234.0,59904.0,833.2820055210032,3833856.0 +86.76,8.5,4578.0,0.00692804204300046,0.0861002579331398,2.1569526195526123,-0.010329136624932289,0.5218496918678284,0.668888121843338,235.0,60160.0,836.861505433917,3850240.0 +108.28,8.199999809265137,4921.0,0.006732191890478134,0.0714518204331398,2.169312000274658,-0.008790501393377781,0.5236210227012634,0.6621128022670746,236.0,60416.0,840.1913014119491,3866624.0 +81.47,9.0,4970.0,0.009130127727985382,0.1203409805893898,2.137280225753784,-0.008463812991976738,0.3944922983646393,0.721426248550415,237.0,60672.0,843.4880954958498,3883008.0 +122.25,8.800000190734863,4883.0,0.008992420509457588,0.10650634765625,2.1596484184265137,-0.009303848259150982,0.40593791007995605,0.6923523545265198,238.0,60928.0,846.8476005860139,3899392.0 +91.76,8.800000190734863,5074.0,0.008259957656264305,0.10235595703125,2.1105239391326904,-0.007529777940362692,0.5255011320114136,0.6253593862056732,239.0,61184.0,850.0773148590233,3915776.0 +109.55,8.899999618530273,4759.0,0.010262188501656055,0.13665771484375,2.1320102214813232,-0.006517332047224045,0.39661750197410583,0.6514926552772522,240.0,61440.0,853.5206517348997,3932160.0 +101.44,8.600000381469727,4913.0,0.004992255475372076,0.04736328125,2.1249382495880127,-0.006867699790745974,0.6123601794242859,0.6242572963237762,241.0,61696.0,856.856145208003,3948544.0 +101.12,9.100000381469727,4946.0,0.007317627314478159,0.0893961563706398,2.1297504901885986,-0.00838286243379116,0.43248477578163147,0.6891558468341827,242.0,61952.0,860.169038252905,3964928.0 +113.52,8.5,5081.0,0.004731785971671343,0.0492350272834301,2.1097848415374756,-0.009187017567455769,0.44010961055755615,0.6630794703960419,243.0,62208.0,863.3939283050131,3981312.0 +84.69,9.0,5043.0,0.006003841292113066,0.0689493790268898,2.1145150661468506,-0.009057007730007172,0.528760552406311,0.6636863946914673,244.0,62464.0,866.6430530988146,3997696.0 +96.38,8.399999618530273,4820.0,0.006125865504145622,0.0730997696518898,2.1299591064453125,-0.007763642817735672,0.4567672312259674,0.6941880583763123,245.0,62720.0,870.0424611018971,4014080.0 +86.37,9.199999809265137,4783.0,0.006845002993941307,0.0799764022231102,2.157369375228882,-0.00769735686480999,0.3710673153400421,0.7024871408939362,246.0,62976.0,873.4684338448569,4030464.0 +100.89,8.5,5054.0,0.00520153297111392,0.0557861328125,2.1955153942108154,-0.008013780228793621,0.43943309783935547,0.6826984882354736,247.0,63232.0,876.7113551609218,4046848.0 +98.41,9.0,4960.0,0.007361447438597679,0.09454345703125,2.1952693462371826,-0.008417868986725807,0.43247511982917786,0.6885755062103271,248.0,63488.0,880.0150363449939,4063232.0 +126.26,7.900000095367432,4753.0,0.010655410587787628,0.1513875275850296,2.175002336502075,-0.007686886936426163,0.5404840111732483,0.6550090610980988,249.0,63744.0,883.4624296689872,4079616.0 +134.91,8.300000190734863,4784.0,0.00896864291280508,0.1200764998793602,2.220595598220825,-0.005520926788449287,0.5527107119560242,0.6548464298248291,250.0,64000.0,886.8876534658484,4096000.0 +94.89,8.5,4773.0,0.009405437856912613,0.1255289763212204,2.178969144821167,-0.007042677607387304,0.4724644720554352,0.6960079073905945,251.0,64256.0,890.3203361940105,4112384.0 +117.87,8.800000190734863,4830.0,0.008368867449462414,0.10919189453125,2.1915433406829834,-0.006998779717832804,0.3622785806655884,0.687137633562088,252.0,64512.0,893.7133146368433,4128768.0 +119.73,8.5,4748.0,0.006630420684814453,0.08294677734375,2.2103114128112793,-0.008117233403027058,0.44269195199012756,0.6664582788944244,253.0,64768.0,897.1644524848089,4145152.0 +137.27,8.699999809265137,4897.0,0.006835800129920244,0.0809733048081398,2.183587074279785,-0.008355182595551014,0.37266919016838074,0.7147359251976013,254.0,65024.0,900.5105418958701,4161536.0 +112.99,8.699999809265137,4696.0,0.0066663059405982494,0.0798543319106102,2.2258074283599854,-0.009292160160839558,0.390112966299057,0.7395302355289459,255.0,65280.0,904.0001109428704,4177920.0 +132.09,8.699999809265137,4800.0,0.005315478891134262,0.0555419921875,2.164565086364746,-0.0072929211892187595,0.4418199956417084,0.6687954962253571,256.0,65536.0,907.4178252730053,4194304.0 +105.37,8.800000190734863,5116.0,0.007912379689514637,0.0962931290268898,2.149393320083618,-0.008420172147452831,0.3970540463924408,0.6227222681045532,257.0,65792.0,910.6207236358896,4210688.0 +96.15,9.300000190734863,5036.0,0.006917691323906183,0.0821940079331398,2.171002149581909,-0.007940261624753475,0.2791845500469208,0.7091662883758545,258.0,66048.0,913.8746137788985,4227072.0 +122.29,8.899999618530273,4967.0,0.007544493768364191,0.09039306640625,2.135380268096924,-0.007251407951116562,0.44561102986335754,0.61258265376091,259.0,66304.0,917.1741875289008,4243456.0 +131.58,8.199999809265137,4872.0,0.007472306489944458,0.0919392928481102,2.1558752059936523,-0.008287747390568256,0.49971452355384827,0.5550023913383484,260.0,66560.0,920.5374478828162,4259840.0 +163.63,8.5,4811.0,0.006214944180101156,0.0742594376206398,2.1484596729278564,-0.00779799185693264,0.383636474609375,0.5961176455020905,261.0,66816.0,923.9435693658888,4276224.0 +112.46,8.699999809265137,5107.0,0.006300404202193022,0.0702921524643898,2.156869649887085,-0.007710708305239677,0.39208361506462097,0.5971378087997437,262.0,67072.0,927.1523824788164,4292608.0 +136.45,8.199999809265137,5176.0,0.005674170330166817,0.0684407576918602,2.1469976902008057,-0.008731608279049397,0.4415082037448883,0.5783895254135132,263.0,67328.0,930.3182861898094,4308992.0 +91.44,8.199999809265137,5061.0,0.005694519728422165,0.0619303397834301,2.1430461406707764,-0.007591582834720612,0.5425499081611633,0.5496773421764374,264.0,67584.0,933.555629007984,4325376.0 +106.44,8.899999618530273,5059.0,0.005311185959726572,0.0585734061896801,2.136589288711548,-0.007336110342293978,0.39874032139778137,0.6235859394073486,265.0,67840.0,936.795987008838,4341760.0 +112.77,8.600000381469727,5108.0,0.005423276219516993,0.0604044608771801,2.1222662925720215,-0.00871580932289362,0.4431880712509155,0.5924318134784698,266.0,68096.0,940.0037742769346,4358144.0 +127.34,8.800000190734863,4983.0,0.008713469840586185,0.1160685196518898,2.1702001094818115,-0.007784254848957062,0.30315396189689636,0.6404844224452972,267.0,68352.0,943.2923317779787,4374528.0 +159.13,8.300000190734863,5082.0,0.01188892126083374,0.1471761018037796,2.167628049850464,-0.008506208658218384,0.386606901884079,0.6317809224128723,268.0,68608.0,946.5172149068676,4390912.0 +131.41,8.800000190734863,5047.0,0.009513145312666893,0.1243693009018898,2.2016897201538086,-0.007337260525673628,0.26957961916923523,0.6929686367511749,269.0,68864.0,949.7641516427975,4407296.0 +163.12,8.399999618530273,5091.0,0.006397660821676254,0.0767008438706398,2.238157033920288,-0.00704085873439908,0.38223350048065186,0.6510968506336212,270.0,69120.0,952.983042444801,4423680.0 +144.68,7.599999904632568,5089.0,0.0073382616974413395,0.0873819962143898,2.214536666870117,-0.00747147249057889,0.5220666527748108,0.5966825485229492,271.0,69376.0,956.2028031849768,4440064.0 +140.21,7.900000095367432,5091.0,0.008618549443781376,0.1077880859375,2.206101655960083,-0.00588794844225049,0.5889248251914978,0.5876006186008453,272.0,69632.0,959.4213372678496,4456448.0 +125.51,8.600000381469727,5100.0,0.008899836800992489,0.1169840469956398,2.218865156173706,-0.007772269193083048,0.3694901764392853,0.6781503260135651,273.0,69888.0,962.6344698998146,4472832.0 +118.62,8.0,4768.0,0.004889332223683596,0.0478515625,2.2395312786102295,-0.007559313904494047,0.5424849390983582,0.619319885969162,274.0,70144.0,966.0709314770065,4489216.0 +147.51,7.800000190734863,4733.0,0.004803717602044344,0.0499471016228199,2.219059705734253,-0.008147955872118473,0.4425346553325653,0.6983897686004639,275.0,70400.0,969.5332507679705,4505600.0 +129.97,8.699999809265137,4950.0,0.008784324862062931,0.1057535782456398,2.235996723175049,-0.010448448359966278,0.3120403587818146,0.7195591330528259,276.0,70656.0,972.843410535017,4521984.0 +108.7,8.800000190734863,5128.0,0.010227931663393974,0.1318562775850296,2.2533364295959473,-0.008431131020188332,0.31032076478004456,0.7347310483455658,277.0,70912.0,976.0413197039161,4538368.0 +182.2,7.900000095367432,4980.0,0.006783039774745703,0.08233642578125,2.249866247177124,-0.006928779650479555,0.3992260992527008,0.6903113722801208,278.0,71168.0,979.3317784669343,4554752.0 +144.92,8.300000190734863,5173.0,0.007681030314415693,0.0908406600356102,2.263744592666626,-0.00848980899900198,0.3069164454936981,0.7575143128633499,279.0,71424.0,982.4997184078675,4571136.0 +207.32,7.900000095367432,5121.0,0.008180567994713783,0.1006062850356102,2.212090492248535,-0.007487370166927576,0.4037761688232422,0.6608187854290009,280.0,71680.0,985.6995334669482,4587520.0 +151.31,7.5,4943.0,0.006485488265752792,0.0739949569106102,2.1806461811065674,-0.007759098429232836,0.5782596468925476,0.6356885135173798,281.0,71936.0,989.0141855739057,4603904.0 +148.84,8.199999809265137,4704.0,0.007480293046683073,0.0872599259018898,2.127082109451294,-0.008622516877949238,0.5770034193992615,0.6538532078266144,282.0,72192.0,992.4979316869285,4620288.0 +118.39,8.399999618530273,4681.0,0.006236008834093809,0.0691121444106102,2.13081431388855,-0.0075220209546387196,0.4512087404727936,0.7109223008155823,283.0,72448.0,995.9982613748871,4636672.0 +100.19,8.800000190734863,4767.0,0.007292971480637789,0.0837809219956398,2.1111369132995605,-0.009616089053452015,0.3006119728088379,0.7933020293712616,284.0,72704.0,999.435218886938,4653056.0 +112.5,8.899999618530273,5010.0,0.010735854506492615,0.1236572265625,2.134711503982544,-0.008618594147264957,0.31312960386276245,0.7600365579128265,285.0,72960.0,1002.7060493479948,4669440.0 +146.54,8.699999809265137,4889.0,0.00855102576315403,0.1039021834731102,2.1793224811553955,-0.009773141704499722,0.32550567388534546,0.746209979057312,286.0,73216.0,1006.0578343968373,4685824.0 +148.32,8.100000381469727,4670.0,0.009999536909162998,0.13458251953125,2.2319889068603516,-0.007195731159299612,0.3972756564617157,0.7081175148487091,287.0,73472.0,1009.5667302878574,4702208.0 +157.95,7.800000190734863,5047.0,0.006341381464153528,0.0733846053481102,2.201265335083008,-0.009482201188802719,0.4190191924571991,0.7142113447189331,288.0,73728.0,1012.8138945449609,4718592.0 +164.6,7.599999904632568,4868.0,0.005608567968010902,0.06378173828125,2.175628900527954,-0.009072143584489822,0.4153592884540558,0.7357125580310822,289.0,73984.0,1016.1796927419491,4734976.0 +163.74,8.399999618530273,5012.0,0.009027095511555672,0.12109375,2.181772470474243,-0.0074600763618946075,0.35563695430755615,0.7510155141353607,290.0,74240.0,1019.4491050809156,4751360.0 +161.17,8.600000381469727,5188.0,0.011724664829671383,0.1456095427274704,2.172593116760254,-0.008655567653477192,0.2784781754016876,0.7771142572164536,291.0,74496.0,1022.6075656509493,4767744.0 +148.64,8.399999618530273,5228.0,0.006582092493772507,0.0752766951918602,2.1342737674713135,-0.00764124421402812,0.4548041820526123,0.7041823267936707,292.0,74752.0,1025.7422485549469,4784128.0 +117.98,8.699999809265137,4919.0,0.008053590543568134,0.0968221053481102,2.1156837940216064,-0.007896962575614452,0.4542241394519806,0.6942517459392548,293.0,75008.0,1029.073000988923,4800512.0 +130.57,8.899999618530273,4850.0,0.009246090427041054,0.1200358048081398,2.11626935005188,-0.00792692694813013,0.3201083838939667,0.7350691556930542,294.0,75264.0,1032.451076503843,4816896.0 +118.49,9.199999809265137,4655.0,0.0076614427380263805,0.0911051407456398,2.1191303730010986,-0.007969589903950691,0.27279847860336304,0.7608200162649155,295.0,75520.0,1035.974604561925,4833280.0 +115.72,9.0,4673.0,0.009164477698504925,0.1188151016831398,2.095557928085327,-0.0097206374630332,0.3071289360523224,0.7268722653388977,296.0,75776.0,1039.4807797269896,4849664.0 +134.61,7.900000095367432,4895.0,0.009235677309334278,0.11614990234375,2.0614635944366455,-0.007009206339716911,0.5256597399711609,0.6085618138313293,297.0,76032.0,1042.8283663960174,4866048.0 +126.29,8.899999618530273,5067.0,0.006365553941577673,0.07275390625,2.1271121501922607,-0.008823993615806103,0.4128742516040802,0.6429579257965088,298.0,76288.0,1046.0620998649392,4882432.0 +121.87,8.399999618530273,5073.0,0.006990395952016115,0.07867431640625,2.160738706588745,-0.00882935430854559,0.47735047340393066,0.5917402505874634,299.0,76544.0,1049.2918406459503,4898816.0 +190.15,8.0,4735.0,0.005962282884865999,0.0758260115981102,2.2134599685668945,-0.008214092813432217,0.4390780031681061,0.6477444171905518,300.0,76800.0,1052.7526256998535,4915200.0 +124.59,8.699999809265137,4738.0,0.0068496703170239925,0.0821126326918602,2.173142194747925,-0.009547736495733261,0.3394719362258911,0.6612653136253357,301.0,77056.0,1056.2113233278506,4931584.0 +119.45,8.399999618530273,4839.0,0.0069039021618664265,0.0786336287856102,2.153963088989258,-0.0073550972156226635,0.4268839359283447,0.5640935301780701,302.0,77312.0,1059.597515859874,4947968.0 +208.54,7.400000095367432,4941.0,0.0055438741110265255,0.06268310546875,2.1571037769317627,-0.00758783845230937,0.6120758056640625,0.49370455741882324,303.0,77568.0,1062.913655559998,4964352.0 +102.74,9.100000381469727,4928.0,0.006708922330290079,0.0799153670668602,2.113539695739746,-0.008873507380485535,0.3304041922092438,0.6442379057407379,304.0,77824.0,1066.2389354358893,4980736.0 +123.68,9.100000381469727,4893.0,0.005325960461050272,0.05657958984375,2.16385817527771,-0.00927524920552969,0.2979085147380829,0.6734557151794434,305.0,78080.0,1069.5877755098045,4997120.0 +168.88,8.5,5009.0,0.0059334817342460155,0.0723470076918602,2.1494123935699463,-0.00843434501439333,0.4433630406856537,0.5422027707099915,306.0,78336.0,1072.8593481758144,5013504.0 +126.34,9.300000190734863,5040.0,0.006542740389704704,0.0787760391831398,2.1111655235290527,-0.009012963622808456,0.39657163619995117,0.6037980914115906,307.0,78592.0,1076.110278351931,5029888.0 +140.53,8.5,4914.0,0.005702670197933912,0.0604044608771801,2.1229302883148193,-0.008646190166473389,0.401676744222641,0.628540426492691,308.0,78848.0,1079.4445209139958,5046272.0 +142.29,8.100000381469727,5035.0,0.006556231528520584,0.077880859375,2.1299796104431152,-0.007709931582212448,0.5775968432426453,0.5433590710163116,309.0,79104.0,1082.698983590817,5062656.0 +115.37,9.199999809265137,4877.0,0.00948768574744463,0.1213785782456398,2.200744867324829,-0.00723848445340991,0.2971860468387604,0.667979896068573,310.0,79360.0,1086.0588016118854,5079040.0 +107.89,8.300000190734863,4518.0,0.009353197179734707,0.1290079802274704,2.1995584964752197,-0.006163303274661303,0.4563264846801758,0.5645149648189545,311.0,79616.0,1089.6850918137934,5095424.0 +195.48,7.900000095367432,4513.0,0.009938067756593227,0.12750244140625,2.168524742126465,-0.009289750829339027,0.5348990559577942,0.5322585999965668,312.0,79872.0,1093.315932256868,5111808.0 +151.0,7.699999809265137,4642.0,0.006473192945122719,0.07867431640625,2.2081549167633057,-0.005750422831624746,0.5813491344451904,0.49672937393188477,313.0,80128.0,1096.84925479698,5128192.0 +123.2,8.300000190734863,4852.0,0.006243598181754351,0.0726318359375,2.196946382522583,-0.00725843058899045,0.531395673751831,0.5091796517372131,314.0,80384.0,1100.2267893638927,5144576.0 +146.08,8.699999809265137,4760.0,0.005485784262418747,0.0569051094353199,2.1831562519073486,-0.007487887050956488,0.3279796242713928,0.5434353649616241,315.0,80640.0,1103.66899869591,5160960.0 +182.84,7.900000095367432,4637.0,0.005436282139271498,0.0534871406853199,2.190016269683838,-0.0072089615277945995,0.4624902009963989,0.4858510494232178,316.0,80896.0,1107.202484206995,5177344.0 +169.92,7.900000095367432,4743.0,0.004797350149601698,0.05279541015625,2.1741816997528076,-0.006950096692889929,0.5103345513343811,0.5114983022212982,317.0,81152.0,1110.6573951588944,5193728.0 +159.32,8.699999809265137,4704.0,0.007913258858025074,0.1008504256606102,2.19834303855896,-0.00623322045430541,0.39248886704444885,0.5057104527950287,318.0,81408.0,1114.1407171029132,5210112.0 +147.74,8.699999809265137,4658.0,0.004885629750788212,0.0586344413459301,2.2261159420013428,-0.007045907434076071,0.24714548885822296,0.6715657711029053,319.0,81664.0,1117.658307258971,5226496.0 +162.59,8.5,4697.0,0.007069030776619911,0.0832316055893898,2.216522455215454,-0.007187658455222845,0.3209298849105835,0.6349039971828461,320.0,81920.0,1121.146665237844,5242880.0 +146.8,8.199999809265137,4799.0,0.006752859801054001,0.080322265625,2.213348150253296,-0.009342363104224205,0.4536079168319702,0.5674856007099152,321.0,82176.0,1124.5612375529017,5259264.0 +168.81,8.699999809265137,4757.0,0.008381415158510208,0.1083984375,2.2145912647247314,-0.005698767956346273,0.2990093231201172,0.6072298288345337,322.0,82432.0,1128.0055941760074,5275648.0 +139.44,8.399999618530273,4787.0,0.009239713661372662,0.1108601912856102,2.229663848876953,-0.007949963212013245,0.3365118205547333,0.5418353378772736,323.0,82688.0,1131.428663018858,5292032.0 +161.81,8.5,4830.0,0.010273527354001999,0.1310221403837204,2.274127960205078,-0.006694726180285215,0.24084867537021637,0.6631896197795868,324.0,82944.0,1134.8212713759858,5308416.0 +184.81,8.5,4879.0,0.007957766763865948,0.09515380859375,2.2337779998779297,-0.0073473951779305935,0.24760466814041138,0.6673241555690765,325.0,83200.0,1138.1796286029276,5324800.0 +199.1,8.800000190734863,4989.0,0.008095230907201767,0.1013590469956398,2.229315996170044,-0.008538037538528442,0.2825660705566406,0.6494224071502686,326.0,83456.0,1141.4642224689014,5341184.0 +135.62,9.199999809265137,5043.0,0.00991068221628666,0.12939453125,2.175840139389038,-0.006618003826588392,0.2721264064311981,0.7137911021709442,327.0,83712.0,1144.7131577038672,5357568.0 +148.96,7.900000095367432,4984.0,0.005953948479145765,0.0662434920668602,2.164829969406128,-0.009218180552124977,0.4412999153137207,0.6294356882572174,328.0,83968.0,1148.0005477669183,5373952.0 +130.76,8.899999618530273,5002.0,0.0054388162679970264,0.0614827461540699,2.170628309249878,-0.007928737439215183,0.27675339579582214,0.7361680865287781,329.0,84224.0,1151.2766769449227,5390336.0 +138.5,9.100000381469727,4551.0,0.008275790140032768,0.0961710587143898,2.1721155643463135,-0.009068728424608707,0.27701321244239807,0.6919369101524353,330.0,84480.0,1154.876830990892,5406720.0 +165.33,8.699999809265137,4650.0,0.006304833572357893,0.0721435546875,2.1707236766815186,-0.008473929949104786,0.34709954261779785,0.6828551590442657,331.0,84736.0,1158.4006560759153,5423104.0 +152.22,8.899999618530273,4709.0,0.0062303184531629086,0.0697835311293602,2.1755778789520264,-0.00859637651592493,0.26458948850631714,0.7224108874797821,332.0,84992.0,1161.8806383169722,5439488.0 +149.4,8.300000190734863,4897.0,0.0063940477557480335,0.080078125,2.182873487472534,-0.008148263208568096,0.4179095923900604,0.6518865823745728,333.0,85248.0,1165.226885490818,5455872.0 +172.48,8.100000381469727,4874.0,0.004992652218788862,0.0515340156853199,2.165712594985962,-0.007039372343569994,0.5142031908035278,0.6007574200630188,334.0,85504.0,1168.5884835429024,5472256.0 +121.55,8.5,4906.0,0.00778246158733964,0.1005859375,2.1706783771514893,-0.009063691832125187,0.42201635241508484,0.6190536022186279,335.0,85760.0,1171.9283489678055,5488640.0 +118.4,8.399999618530273,4632.0,0.009486645460128784,0.0921630859375,2.1708271503448486,-0.007756351958960295,0.4265040457248688,0.6151790618896484,336.0,86016.0,1175.466033900855,5505024.0 +84.7,9.0,4477.0,0.008285227231681347,0.1046142578125,2.173462390899658,-0.008884401060640812,0.29944804310798645,0.6652323305606842,337.0,86272.0,1179.126103803981,5521408.0 +125.14,8.699999809265137,4713.0,0.007919653318822384,0.0950113907456398,2.2196896076202393,-0.006213916931301355,0.4979342520236969,0.5614118278026581,338.0,86528.0,1182.6030439590104,5537792.0 +118.34,8.800000190734863,4658.0,0.005104839336127043,0.05096435546875,2.2360680103302,-0.007368937134742737,0.3724586069583893,0.605758398771286,339.0,86784.0,1186.1209873978514,5554176.0 +140.42,8.600000381469727,4771.0,0.0056138779036700726,0.0614217109978199,2.1999099254608154,-0.006503887474536896,0.5485658645629883,0.5355842411518097,340.0,87040.0,1189.5555967988912,5570560.0 +118.04,8.600000381469727,4848.0,0.006221059709787369,0.0775960311293602,2.1881229877471924,-0.007227104157209396,0.4078659117221832,0.6302530169487,341.0,87296.0,1192.9350794269703,5586944.0 +143.98,8.5,4953.0,0.00661268038675189,0.0770060196518898,2.224942922592163,-0.008865335024893284,0.39113497734069824,0.5175528228282928,342.0,87552.0,1196.2430660438258,5603328.0 +201.39,7.599999904632568,4955.0,0.007510413881391287,0.0997721329331398,2.224269390106201,-0.008256816305220127,0.5542933344841003,0.5122654438018799,343.0,87808.0,1199.5496615988668,5619712.0 +129.07,8.399999618530273,4885.0,0.006198920775204897,0.0675048828125,2.2152211666107178,-0.008841412141919136,0.43225446343421936,0.5497874617576599,344.0,88064.0,1202.9039818549063,5636096.0 +134.39,7.699999809265137,4548.0,0.006459139287471771,0.0664469376206398,2.1985464096069336,-0.008233982138335705,0.5951938629150391,0.4351045489311218,345.0,88320.0,1206.506780759897,5652480.0 +169.5,7.800000190734863,4687.0,0.00735824927687645,0.0853474959731102,2.2570106983184814,-0.009721081703901291,0.3578726053237915,0.5545972585678101,346.0,88576.0,1210.002955141943,5668864.0 +174.06,8.300000190734863,4743.0,0.008340504951775074,0.0988566055893898,2.2703492641448975,-0.008669584058225155,0.3324195444583893,0.5533133149147034,347.0,88832.0,1213.4580728078727,5685248.0 +172.04,8.0,4643.0,0.006686603184789419,0.0784708634018898,2.274261474609375,-0.008014214225113392,0.35923492908477783,0.4851154685020447,348.0,89088.0,1216.9905693950132,5701632.0 +180.23,8.600000381469727,4570.0,0.005478449631482363,0.0579833984375,2.256211042404175,-0.006377925630658865,0.4174521267414093,0.4974285960197449,349.0,89344.0,1220.5759061188437,5718016.0 +175.25,7.900000095367432,4840.0,0.005760265048593283,0.0597127266228199,2.2739651203155518,-0.007333356887102127,0.4622236490249634,0.4552472233772278,350.0,89600.0,1223.9621511509176,5734400.0 +150.21,9.100000381469727,5030.0,0.006461407523602247,0.0796305313706398,2.238121271133423,-0.007997618988156319,0.24735920131206512,0.6336430907249451,351.0,89856.0,1227.219429090852,5750784.0 +166.66,8.100000381469727,4638.0,0.006797646638005972,0.0689900740981102,2.251969814300537,-0.008171438239514828,0.36200594902038574,0.5972537398338318,352.0,90112.0,1230.7526791838463,5767168.0 +213.34,8.0,4824.0,0.00643908279016614,0.0765584334731102,2.2345948219299316,-0.0080271540209651,0.29592156410217285,0.6255795955657959,353.0,90368.0,1234.149420534959,5783552.0 +224.35,7.900000095367432,4868.0,0.007378315553069115,0.082275390625,2.234931230545044,-0.008442115038633347,0.41177818179130554,0.5405580699443817,354.0,90624.0,1237.516386564821,5799936.0 +193.18,8.0,4979.0,0.004901861771941185,0.0479736328125,2.227094888687134,-0.007992907427251339,0.365790992975235,0.5636671185493469,355.0,90880.0,1240.807341831969,5816320.0 +170.53,8.5,5109.0,0.007471384014934301,0.0948079451918602,2.2016937732696533,-0.009212006814777851,0.2797338366508484,0.6279758214950562,356.0,91136.0,1244.0144415770192,5832704.0 +172.71,8.800000190734863,5144.0,0.006890264805406332,0.08734130859375,2.2076034545898438,-0.007817152887582779,0.2744497060775757,0.5974287986755371,357.0,91392.0,1247.2003630409017,5849088.0 +217.38,7.5,5025.0,0.007302833721041679,0.0909423828125,2.188957452774048,-0.009065341204404831,0.5114447474479675,0.41588085889816284,358.0,91648.0,1250.4612541659735,5865472.0 +214.76,7.800000190734863,4817.0,0.006432895082980394,0.08355712890625,2.196059465408325,-0.008288298733532429,0.34859800338745117,0.49258852005004883,359.0,91904.0,1253.8629959749524,5881856.0 +197.29,8.600000381469727,5073.0,0.007156242150813341,0.0876871719956398,2.218686819076538,-0.007942179217934608,0.21099753677845,0.5973142683506012,360.0,92160.0,1257.0926676669624,5898240.0 +184.34,8.699999809265137,4948.0,0.007196662947535515,0.0893961563706398,2.1891160011291504,-0.008672463707625866,0.2989877760410309,0.5736704170703888,361.0,92416.0,1260.4043353057932,5914624.0 +183.94,8.600000381469727,5084.0,0.0077208527363836765,0.0922648087143898,2.2254526615142822,-0.005430902820080519,0.27020278573036194,0.5829496383666992,362.0,92672.0,1263.6274293158203,5931008.0 +230.81,8.0,4982.0,0.007220733445137739,0.0880126953125,2.275813102722168,-0.006642899010330439,0.3845466375350952,0.48492199182510376,363.0,92928.0,1266.916843274841,5947392.0 +191.65,7.599999904632568,4869.0,0.010070426389575005,0.12359619140625,2.268340826034546,-0.008326263166964054,0.3720342218875885,0.4324076771736145,364.0,93184.0,1270.2822711048648,5963776.0 +232.64,7.199999809265137,4843.0,0.007185636553913355,0.0923055037856102,2.2697560787200928,-0.006397809833288193,0.46549615263938904,0.44046860933303833,365.0,93440.0,1273.6654487529304,5980160.0 +224.99,8.0,5040.0,0.006274895276874304,0.0749715194106102,2.2481887340545654,-0.00772111676633358,0.3940276801586151,0.5037632584571838,366.0,93696.0,1276.9200877349358,5996544.0 +194.36,8.399999618530273,5039.0,0.0073279826901853085,0.0924275740981102,2.248004198074341,-0.008937300182878971,0.3682517111301422,0.5088818967342377,367.0,93952.0,1280.1719070349354,6012928.0 +146.0,8.800000190734863,4789.0,0.008314051665365696,0.1109822615981102,2.2366983890533447,-0.0069392044097185135,0.24101299047470093,0.6416518688201904,368.0,94208.0,1283.593729413813,6029312.0 +199.27,8.0,4779.0,0.014159892685711384,0.1619669646024704,2.246218681335449,-0.0026540972758084536,0.41402506828308105,0.5529503524303436,369.0,94464.0,1287.0222677078564,6045696.0 +212.04,7.400000095367432,5171.0,0.006987509783357382,0.0837198868393898,2.2658145427703857,-0.007676469162106514,0.35154131054878235,0.5497273802757263,370.0,94720.0,1290.1912611490116,6062080.0 +229.15,7.599999904632568,5165.0,0.007142506539821625,0.0887247696518898,2.2167909145355225,-0.007142568472772837,0.5117266774177551,0.5066119432449341,371.0,94976.0,1293.3636697069742,6078464.0 +177.05,8.300000190734863,5248.0,0.0076833865605294704,0.0982869490981102,2.2470858097076416,-0.008171807043254375,0.25480929017066956,0.6278810799121857,372.0,95232.0,1296.486574705923,6094848.0 +206.46,7.5,5029.0,0.00815001130104065,0.1046346053481102,2.2667582035064697,-0.007441066205501556,0.3423070013523102,0.5650418400764465,373.0,95488.0,1299.744645918021,6111232.0 +186.17,8.300000190734863,4810.0,0.010614906437695026,0.1526692658662796,2.306309223175049,-0.007270758971571922,0.19657737016677856,0.6817053258419037,374.0,95744.0,1303.151180547895,6127616.0 +276.32,7.5,4884.0,0.007146939635276794,0.0897420272231102,2.2947866916656494,-0.007721213158220053,0.35708531737327576,0.5988610982894897,375.0,96000.0,1306.506415947806,6144000.0 +268.33,7.400000095367432,5020.0,0.006128952372819185,0.0716959610581398,2.266193389892578,-0.0071724411100149155,0.2783004939556122,0.6516561508178711,376.0,96256.0,1309.7706537889317,6160384.0 +239.98,8.199999809265137,5132.0,0.007664361968636513,0.0961710587143898,2.296315908432007,-0.00872686505317688,0.22413434088230133,0.7243652641773224,377.0,96512.0,1312.9637771048583,6176768.0 +250.53,8.0,4842.0,0.008044854737818241,0.1008504256606102,2.269327402114868,-0.008193177171051502,0.2455342411994934,0.699802041053772,378.0,96768.0,1316.3479462820105,6193152.0 +214.33,8.399999618530273,4788.0,0.011134522967040539,0.1480305939912796,2.2610487937927246,-0.008138148114085197,0.22732074558734894,0.7351523339748383,379.0,97024.0,1319.7703852048144,6209536.0 +267.32,8.0,4697.0,0.008916017599403858,0.1123046875,2.282099962234497,-0.008020281791687012,0.245308056473732,0.6827311217784882,380.0,97280.0,1323.259177461965,6225920.0 +269.9,7.800000190734863,4557.0,0.009404164738953114,0.1169637069106102,2.3118934631347656,-0.008443168364465237,0.179263174533844,0.6951619684696198,381.0,97536.0,1326.8552989040036,6242304.0 +267.89,8.199999809265137,4473.0,0.0099680470302701,0.1279093474149704,2.2843992710113525,-0.010067532770335674,0.2706564962863922,0.6540813148021698,382.0,97792.0,1330.5185655779205,6258688.0 +297.74,7.199999809265137,4362.0,0.008780671283602715,0.11712646484375,2.2610175609588623,-0.007840503938496113,0.34842410683631897,0.6639799177646637,383.0,98048.0,1334.2753188738134,6275072.0 +230.76,8.399999618530273,4496.0,0.012030214071273804,0.13067626953125,2.1929938793182373,-0.010151410475373268,0.2538084089756012,0.7372025847434998,384.0,98304.0,1337.9236112069339,6291456.0 +145.37,8.5,4835.0,0.0090878801420331,0.1111043319106102,2.2016327381134033,-0.007736345753073692,0.32941022515296936,0.7032260596752167,385.0,98560.0,1341.3128393639345,6307840.0 +177.91,7.5,4931.0,0.006617264356464148,0.0780843123793602,2.240504503250122,-0.011772279627621174,0.39117154479026794,0.652709037065506,386.0,98816.0,1344.6361487139948,6324224.0 +155.06,8.300000190734863,4848.0,0.006669919937849045,0.0830281600356102,2.175837993621826,-0.009911170229315758,0.3652465045452118,0.6747922301292419,387.0,99072.0,1348.0162958989386,6340608.0 +142.72,8.100000381469727,4811.0,0.008922695182263851,0.1043904647231102,2.152574300765991,-0.012135771103203297,0.4782218039035797,0.6669271290302277,388.0,99328.0,1351.421894785948,6356992.0 +133.07,8.600000381469727,4949.0,0.009520378895103931,0.1112264022231102,2.178480386734009,-0.010226593352854252,0.3099829852581024,0.7500946372747421,389.0,99584.0,1354.7327957849484,6373376.0 +130.37,8.699999809265137,4870.0,0.009697622619569302,0.13250732421875,2.18664813041687,-0.011808869428932667,0.28703024983406067,0.7540818154811859,390.0,99840.0,1358.0977146849036,6389760.0 +172.63,7.900000095367432,4841.0,0.012170116417109966,0.1256917268037796,2.2437450885772705,-0.008437206037342548,0.34339460730552673,0.7101442813873291,391.0,100096.0,1361.4822801467963,6406144.0 +203.95,8.199999809265137,4804.0,0.008159120567142963,0.0979207381606102,2.246114492416382,-0.011041500605642796,0.26284119486808777,0.7489621043205261,392.0,100352.0,1364.8930968358181,6422528.0 +203.41,8.300000190734863,4815.0,0.0073340036906301975,0.087890625,2.200253486633301,-0.012553971260786057,0.30241578817367554,0.722404420375824,393.0,100608.0,1368.2959339919034,6438912.0 +182.34,8.300000190734863,4768.0,0.00840051844716072,0.1067911759018898,2.21280837059021,-0.011526468209922314,0.30983832478523254,0.7434077858924866,394.0,100864.0,1371.7324161019642,6455296.0 +162.33,8.600000381469727,4568.0,0.009322126396000385,0.1191609725356102,2.252363443374634,-0.008263224735856056,0.2716222107410431,0.786801889538765,395.0,101120.0,1375.3196831129026,6471680.0 +181.45,7.5,4843.0,0.006689383182674646,0.0785318985581398,2.2743048667907715,-0.009373219683766365,0.34481966495513916,0.7033807039260864,396.0,101376.0,1378.703207080951,6488064.0 +208.56,8.0,5079.0,0.009563465602695942,0.1208699569106102,2.2622568607330322,-0.01120970118790865,0.31528031826019287,0.7587283104658127,397.0,101632.0,1381.9291027488653,6504448.0 +217.41,7.699999809265137,4967.0,0.009829591028392315,0.1182454451918602,2.257827043533325,-0.01349967997521162,0.2790262997150421,0.7800302505493164,398.0,101888.0,1385.2285120929591,6520832.0 +195.38,7.900000095367432,5078.0,0.00865229219198227,0.1093343123793602,2.253772020339966,-0.012101654894649982,0.354765921831131,0.7723056972026825,399.0,102144.0,1388.4553438038565,6537216.0 +162.56,8.100000381469727,4840.0,0.008083141408860683,0.0947265625,2.2227044105529785,-0.010185066610574722,0.3475521504878998,0.7817293852567673,400.0,102400.0,1391.8407605278771,6553600.0 +185.74,8.100000381469727,4799.0,0.009289715439081192,0.1196085587143898,2.2509114742279053,-0.009157808497548103,0.34119895100593567,0.7803078889846802,401.0,102656.0,1395.2555280849338,6569984.0 +192.3,7.699999809265137,4804.0,0.010393748059868813,0.130615234375,2.254655599594116,-0.011431589722633362,0.30376172065734863,0.7955026775598526,402.0,102912.0,1398.6667109718546,6586368.0 +162.63,8.199999809265137,4731.0,0.01019402127712965,0.1315104216337204,2.2198598384857178,-0.01216014102101326,0.31917086243629456,0.7813672572374344,403.0,103168.0,1402.1301161879674,6602752.0 +182.31,8.0,4640.0,0.008834234438836575,0.1075846329331398,2.2231693267822266,-0.012310217134654522,0.3723829686641693,0.7920114099979401,404.0,103424.0,1405.6615540678613,6619136.0 +167.83,8.0,4743.0,0.009812629781663418,0.1245931014418602,2.219259262084961,-0.014216240495443344,0.41518428921699524,0.7795407176017761,405.0,103680.0,1409.1163342308719,6635520.0 +167.02,7.800000190734863,4909.0,0.00897517241537571,0.1071573868393898,2.16170072555542,-0.012069216929376125,0.42782101035118103,0.7528973519802094,406.0,103936.0,1412.4543955388945,6651904.0 +146.41,7.900000095367432,4857.0,0.00715384678915143,0.0739949569106102,2.182818651199341,-0.009854445233941078,0.4386420249938965,0.770851194858551,407.0,104192.0,1415.8285443438217,6668288.0 +131.11,8.899999618530273,4743.0,0.007944677025079727,0.095947265625,2.142468214035034,-0.011825433932244778,0.35143157839775085,0.8031533062458038,408.0,104448.0,1419.2832162210252,6684672.0 +149.46,8.100000381469727,4853.0,0.009922754019498825,0.1209716796875,2.1772947311401367,-0.012903290800750256,0.4201664924621582,0.7829237431287766,409.0,104704.0,1422.659587490838,6701056.0 +135.98,7.699999809265137,4792.0,0.009398863650858402,0.1107584610581398,2.1073663234710693,-0.01260277908295393,0.5313848853111267,0.7453581094741821,410.0,104960.0,1426.079054340953,6717440.0 +112.0,8.5,4682.0,0.010087464936077595,0.11981201171875,2.130985975265503,-0.013405167497694492,0.3641887605190277,0.8027302175760269,411.0,105216.0,1429.5786345228553,6733824.0 +128.88,8.300000190734863,4751.0,0.011523661203682423,0.13916015625,2.1380057334899902,-0.012557481415569782,0.35959410667419434,0.801976278424263,412.0,105472.0,1433.0277031229343,6750208.0 +146.29,8.5,4960.0,0.011086170561611652,0.1320393830537796,2.122166633605957,-0.010192250832915306,0.3812798261642456,0.7648554742336273,413.0,105728.0,1436.3313283899333,6766592.0 +146.79,8.600000381469727,5136.0,0.009285871870815754,0.1193440780043602,2.075371503829956,-0.013422496616840363,0.3960665464401245,0.7705029100179672,414.0,105984.0,1439.5217819889076,6782976.0 +130.3,8.399999618530273,5123.0,0.009733502753078938,0.1090291365981102,2.1051316261291504,-0.009430303238332272,0.3786684274673462,0.7510978877544403,415.0,106240.0,1442.719910993008,6799360.0 +166.19,8.0,5186.0,0.008743063546717167,0.1119181290268898,2.114762306213379,-0.01253350917249918,0.45004037022590637,0.7509907782077789,416.0,106496.0,1445.879256050801,6815744.0 +118.23,8.699999809265137,4915.0,0.008049561642110348,0.0979207381606102,2.110076665878296,-0.012347451411187649,0.347813218832016,0.7864096462726593,417.0,106752.0,1449.2129156319425,6832128.0 +149.5,8.300000190734863,4911.0,0.007799246814101934,0.0973917618393898,2.1082534790039062,-0.014019803144037724,0.4317138195037842,0.757918119430542,418.0,107008.0,1452.549761863891,6848512.0 +114.01,7.900000095367432,4856.0,0.005785048007965088,0.0643514022231102,2.1229138374328613,-0.006954066455364227,0.5231773853302002,0.7490431070327759,419.0,107264.0,1455.9241283140145,6864896.0 +135.0,8.699999809265137,4709.0,0.0068391356617212296,0.0821329727768898,2.114299774169922,-0.0082148602232337,0.336615651845932,0.7995446473360062,420.0,107520.0,1459.4038056239951,6881280.0 +167.0,8.0,4591.0,0.006655243691056967,0.0793660506606102,2.1438162326812744,-0.011616766452789307,0.32899004220962524,0.74702587723732,421.0,107776.0,1462.9729672188405,6897664.0 +157.93,7.900000095367432,4682.0,0.0062141804955899715,0.0691935196518898,2.117619276046753,-0.007952687330543995,0.35561391711235046,0.7577829360961914,422.0,108032.0,1466.4730234169401,6914048.0 +206.81,7.300000190734863,4889.0,0.009212524630129337,0.0947672501206398,2.1107165813446045,-0.009775635786354542,0.48793432116508484,0.6720854640007019,423.0,108288.0,1469.8245929728728,6930432.0 +194.28,7.699999809265137,4790.0,0.008258306421339512,0.0999348983168602,2.111476182937622,-0.009787166491150856,0.4364922046661377,0.719436764717102,424.0,108544.0,1473.2456325998064,6946816.0 +126.16,8.899999618530273,4810.0,0.011083610355854034,0.1316935271024704,2.095308780670166,-0.013316326774656773,0.27683907747268677,0.8069025576114655,425.0,108800.0,1476.6530490799341,6963200.0 +125.69,8.800000190734863,4822.0,0.009135782718658447,0.11212158203125,2.130645990371704,-0.010662212036550045,0.28042396903038025,0.7889726012945175,426.0,109056.0,1480.0510296018329,6979584.0 +173.23,8.199999809265137,4725.0,0.0077880569733679295,0.0969441756606102,2.1780998706817627,-0.010884537361562252,0.33992016315460205,0.7189425826072693,427.0,109312.0,1483.5188887449913,6995968.0 +203.27,7.400000095367432,4617.0,0.007637619506567717,0.09063720703125,2.1407411098480225,-0.009413753636181355,0.5095004439353943,0.6919867992401123,428.0,109568.0,1487.0684430019464,7012352.0 +161.38,8.100000381469727,4793.0,0.009167652577161789,0.09893798828125,2.1347525119781494,-0.013502600602805614,0.37183380126953125,0.7556817382574081,429.0,109824.0,1490.4871605748776,7028736.0 +136.3,8.600000381469727,4829.0,0.01086872722953558,0.1186930313706398,2.162818431854248,-0.012078371830284595,0.252246230840683,0.7793441861867905,430.0,110080.0,1493.8809247638565,7045120.0 +166.89,8.699999809265137,4664.0,0.009231461212038994,0.1128946915268898,2.1801645755767822,-0.011564112268388271,0.2826000154018402,0.7731219083070755,431.0,110336.0,1497.3939701798372,7061504.0 +203.46,8.399999618530273,4854.0,0.00789365079253912,0.10064697265625,2.15551495552063,-0.010519766248762608,0.4072348177433014,0.7491940259933472,432.0,110592.0,1500.769951016875,7077888.0 +133.24,8.100000381469727,4991.0,0.005841062869876623,0.063720703125,2.135199785232544,-0.010297008790075779,0.4205886125564575,0.7410314977169037,433.0,110848.0,1504.0529594409745,7094272.0 +156.52,8.399999618530273,5023.0,0.008851934224367142,0.1075235977768898,2.131455659866333,-0.011595058254897594,0.3846553564071655,0.7240332961082458,434.0,111104.0,1507.314895857824,7110656.0 +145.32,8.100000381469727,4747.0,0.008823541924357414,0.1094563826918602,2.146979331970215,-0.008687187917530537,0.40096592903137207,0.6937592327594757,435.0,111360.0,1510.7669271028135,7127040.0 +175.2,8.100000381469727,5010.0,0.010333765298128128,0.1327921599149704,2.077047348022461,-0.012927600182592869,0.469786137342453,0.6876312792301178,436.0,111616.0,1514.0379268079996,7143424.0 +130.43,8.699999809265137,4739.0,0.00851372815668583,0.1009724959731102,2.0828869342803955,-0.010352528654038906,0.37459734082221985,0.7162876725196838,437.0,111872.0,1517.4958166859578,7159808.0 +144.49,7.900000095367432,4673.0,0.006283325608819723,0.06964111328125,2.078744649887085,-0.00941131729632616,0.6002137660980225,0.6178008615970612,438.0,112128.0,1521.0024706348777,7176192.0 +88.17,9.199999809265137,4837.0,0.007935425266623497,0.0940348282456398,2.0888521671295166,-0.009793492965400219,0.26388171315193176,0.8027816414833069,439.0,112384.0,1524.392329633003,7192576.0 +143.69,8.699999809265137,4824.0,0.010237973183393478,0.1272786408662796,2.1021649837493896,-0.01335169654339552,0.3184289038181305,0.7502192407846451,440.0,112640.0,1527.7887413958088,7208960.0 +149.33,8.399999618530273,4875.0,0.007393894251435995,0.0909423828125,2.116912603378296,-0.010606851428747177,0.3850562572479248,0.7228527069091797,441.0,112896.0,1531.149816491874,7225344.0 +103.86,9.100000381469727,4804.0,0.00929196272045374,0.1158243790268898,2.1064326763153076,-0.011431056074798107,0.30669301748275757,0.7781536728143692,442.0,113152.0,1534.5610823868774,7241728.0 +159.99,8.600000381469727,4859.0,0.008532409556210041,0.10565185546875,2.0997869968414307,-0.010956532321870327,0.3493265211582184,0.722934365272522,443.0,113408.0,1537.9344079038128,7258112.0 +140.26,8.699999809265137,4788.0,0.009116989560425282,0.11090087890625,2.101564645767212,-0.009445474483072758,0.35479453206062317,0.7372657358646393,444.0,113664.0,1541.3564541088417,7274496.0 +146.46,7.300000190734863,4775.0,0.007162371650338173,0.08709716796875,2.128408670425415,-0.00994920451194048,0.5473809838294983,0.6730039715766907,445.0,113920.0,1544.7883843060117,7290880.0 +132.72,8.399999618530273,4740.0,0.009337469935417175,0.1215616837143898,2.102792978286743,-0.012013482861220837,0.36979568004608154,0.7245613038539886,446.0,114176.0,1548.2456252679694,7307264.0 +122.67,8.300000190734863,4750.0,0.008075032383203506,0.10394287109375,2.0852763652801514,-0.01177514810115099,0.417098730802536,0.6917616128921509,447.0,114432.0,1551.6955699978862,7323648.0 +135.75,8.0,4775.0,0.007743931841105223,0.0833943709731102,2.0625526905059814,-0.011805381625890732,0.4871716797351837,0.6455215215682983,448.0,114688.0,1555.127725393977,7340032.0 +115.72,8.100000381469727,4739.0,0.008662466891109943,0.1091512069106102,2.0140085220336914,-0.011900007724761963,0.4749477803707123,0.6818916499614716,449.0,114944.0,1558.5854293478187,7356416.0 +146.38,8.0,4806.0,0.006846169475466013,0.0857340469956398,2.0292327404022217,-0.00955928210169077,0.5147343277931213,0.6485030055046082,450.0,115200.0,1561.9945621588267,7372800.0 +101.5,8.600000381469727,4724.0,0.009252180345356464,0.1212565079331398,2.013023614883423,-0.011468924582004547,0.33527472615242004,0.7592362761497498,451.0,115456.0,1565.4631934678182,7389184.0 +117.12,8.600000381469727,4555.0,0.010138406418263912,0.12255859375,2.0776917934417725,-0.013163868337869644,0.3478659689426422,0.7236685454845428,452.0,115712.0,1569.0607060969342,7405568.0 +167.7,7.699999809265137,4496.0,0.01091388612985611,0.13623046875,2.1139538288116455,-0.009913621470332146,0.46823641657829285,0.6426835358142853,453.0,115968.0,1572.7055844359566,7421952.0 +137.96,8.399999618530273,4697.0,0.00788027886301279,0.0933431014418602,2.072685718536377,-0.011197350919246674,0.4898219406604767,0.6709701120853424,454.0,116224.0,1576.194215837866,7438336.0 +99.29,8.600000381469727,4796.0,0.006842910777777433,0.0839029923081398,2.1086041927337646,-0.010662175714969635,0.369708389043808,0.6943912506103516,455.0,116480.0,1579.610924899811,7454720.0 +156.64,8.199999809265137,4590.0,0.008158395066857338,0.0994466170668602,2.100890874862671,-0.009877152740955353,0.41558846831321716,0.6559958159923553,456.0,116736.0,1583.1809719169978,7471104.0 +139.73,7.900000095367432,4602.0,0.005499225575476885,0.0587971992790699,2.068073034286499,-0.010283502750098705,0.5611826777458191,0.6385673880577087,457.0,116992.0,1586.7418325848412,7487488.0 +117.93,8.600000381469727,4827.0,0.006375081371515989,0.0767415389418602,2.05188250541687,-0.010781778953969479,0.4404686987400055,0.7106465697288513,458.0,117248.0,1590.1363522058818,7503872.0 +131.34,8.5,4645.0,0.005652253981679678,0.0603230781853199,2.072610855102539,-0.009900281205773354,0.43083032965660095,0.6990859806537628,459.0,117504.0,1593.6643128199503,7520256.0 +122.09,8.5,4623.0,0.007824650965631008,0.0972900390625,2.0706028938293457,-0.012166585773229599,0.4903273284435272,0.640720009803772,460.0,117760.0,1597.2099449068774,7536640.0 +103.98,8.899999618530273,4626.0,0.007511155214160681,0.0904337540268898,2.092256784439087,-0.009253022260963917,0.3355577886104584,0.7285109162330627,461.0,118016.0,1600.7515762927942,7553024.0 +149.96,8.399999618530273,4710.0,0.006532951723784208,0.0804036483168602,2.1173503398895264,-0.009908264502882957,0.34880438446998596,0.7147538065910339,462.0,118272.0,1604.2307333168574,7569408.0 +108.74,9.100000381469727,4703.0,0.009762954898178577,0.1042683944106102,2.106166124343872,-0.011097037233412266,0.3048388659954071,0.7618504017591476,463.0,118528.0,1607.714929740876,7585792.0 +160.94,8.199999809265137,4798.0,0.006405064836144447,0.0791015625,2.120037078857422,-0.009934359230101109,0.405629426240921,0.6910746097564697,464.0,118784.0,1611.1302127069794,7602176.0 +147.63,8.800000190734863,4831.0,0.008112224750220776,0.0971272811293602,2.130563497543335,-0.006619883235543966,0.35409465432167053,0.7069979012012482,465.0,119040.0,1614.5223481068388,7618560.0 +169.95,7.800000190734863,4690.0,0.0063013662584125996,0.072509765625,2.1152565479278564,-0.007316930685192347,0.4483433663845062,0.6579406559467316,466.0,119296.0,1618.0165557318833,7634944.0 +152.55,8.699999809265137,4829.0,0.007175417151302099,0.0866902694106102,2.152545213699341,-0.009141121990978718,0.2865457534790039,0.7216669917106628,467.0,119552.0,1621.4096571218688,7651328.0 +151.48,8.199999809265137,4866.0,0.008277627639472485,0.1031290665268898,2.164379358291626,-0.009737469255924225,0.3352217376232147,0.6394182741641998,468.0,119808.0,1624.7769960258156,7667712.0 +197.6,7.199999809265137,4686.0,0.008781407959759235,0.1165974959731102,2.1522328853607178,-0.008486232720315456,0.4638155698776245,0.6200576722621918,469.0,120064.0,1628.2739411348011,7684096.0 +156.17,8.300000190734863,4715.0,0.007045663893222809,0.0859375,2.0993895530700684,-0.011283968575298786,0.4280189275741577,0.6419432461261749,470.0,120320.0,1631.7494927209336,7700480.0 +141.65,9.199999809265137,4684.0,0.009794473648071289,0.12335205078125,2.1360926628112793,-0.01166471466422081,0.2236025184392929,0.7796972095966339,471.0,120576.0,1635.2478518038988,7716864.0 +140.75,8.699999809265137,4802.0,0.010355092585086823,0.1241658553481102,2.042579412460327,-0.010608992539346218,0.3918958604335785,0.7116043269634247,472.0,120832.0,1638.6602818549145,7733248.0 +117.14,8.399999618530273,4748.0,0.009452694095671177,0.1239827498793602,2.025684356689453,-0.009196222759783268,0.47949954867362976,0.650486409664154,473.0,121088.0,1642.1115144640207,7749632.0 +128.0,8.100000381469727,4737.0,0.005778862629085779,0.0653279647231102,2.0921576023101807,-0.00992102362215519,0.4487359821796417,0.6558524966239929,474.0,121344.0,1645.5704986290075,7766016.0 +132.34,8.300000190734863,4610.0,0.006939442828297615,0.0833536759018898,2.13016939163208,-0.011421053670346737,0.3974553346633911,0.677077442407608,475.0,121600.0,1649.1249154009856,7782400.0 +131.58,8.199999809265137,4843.0,0.006345316302031279,0.0692545548081398,2.135859727859497,-0.008256143890321255,0.4503183364868164,0.6096302270889282,476.0,121856.0,1652.5082878977992,7798784.0 +192.67,8.100000381469727,4737.0,0.007393282372504473,0.0954386368393898,2.157897710800171,-0.009379160590469837,0.37546512484550476,0.6632179319858551,477.0,122112.0,1655.9729458019137,7815168.0 +167.9,8.399999618530273,4857.0,0.007736747618764639,0.0991617813706398,2.1545073986053467,-0.011086024343967438,0.3249568045139313,0.7117205262184143,478.0,122368.0,1659.3467021698598,7831552.0 +118.23,8.300000190734863,4717.0,0.007215539459139109,0.0855712890625,2.1303536891937256,-0.00977823231369257,0.46420979499816895,0.6676375865936279,479.0,122624.0,1662.8204261038918,7847936.0 +154.41,7.900000095367432,4786.0,0.005962580442428589,0.07037353515625,2.1224849224090576,-0.010837703011929989,0.483431339263916,0.663835734128952,480.0,122880.0,1666.2442320059054,7864320.0 +110.45,8.699999809265137,4731.0,0.008645216934382915,0.1016642227768898,2.1058058738708496,-0.010922923684120178,0.37954843044281006,0.7121124267578125,481.0,123136.0,1669.7080333880149,7880704.0 +119.76,8.5,4793.0,0.01013640221208334,0.11834716796875,2.1114351749420166,-0.01252893265336752,0.3697790205478668,0.7076229453086853,482.0,123392.0,1673.1266712239012,7897088.0 +130.36,8.699999809265137,4752.0,0.0075458441860973835,0.0960286483168602,2.11482572555542,-0.010681415908038616,0.2806636691093445,0.7365895509719849,483.0,123648.0,1676.5746312288102,7913472.0 +174.59,7.800000190734863,4669.0,0.007675460074096918,0.1008707657456398,2.1230995655059814,-0.011883462779223919,0.4485588073730469,0.6516156494617462,484.0,123904.0,1680.0837011958938,7929856.0 +176.06,8.0,4552.0,0.007987823337316513,0.1011556014418602,2.1799986362457275,-0.011677578091621399,0.35258427262306213,0.6980014443397522,485.0,124160.0,1683.6831481289119,7946240.0 +174.08,8.199999809265137,4660.0,0.0067055243998765945,0.0829874649643898,2.1320345401763916,-0.00892625842243433,0.47779110074043274,0.6470247507095337,486.0,124416.0,1687.1992752698716,7962624.0 +120.99,8.300000190734863,4457.0,0.006660636980086565,0.0771280899643898,2.1489899158477783,-0.008731330744922161,0.41299617290496826,0.6891425251960754,487.0,124672.0,1690.8755375549663,7979008.0 +154.09,8.0,4788.0,0.007539015728980303,0.09521484375,2.1432039737701416,-0.013250832445919514,0.418919175863266,0.6831454038619995,488.0,124928.0,1694.2981186727993,7995392.0 +118.34,8.600000381469727,4719.0,0.009072859771549702,0.1082763671875,2.187030553817749,-0.011020511388778687,0.3113904893398285,0.7016296684741974,489.0,125184.0,1697.770918546943,8011776.0 +180.6,8.100000381469727,4775.0,0.00898763258010149,0.1147257462143898,2.1835310459136963,-0.011907662265002728,0.3489362299442291,0.7330877184867859,490.0,125440.0,1701.2020740190055,8028160.0 +153.26,8.199999809265137,4560.0,0.006672753486782312,0.0737101212143898,2.164853811264038,-0.008941054344177246,0.4292490780353546,0.7209042310714722,491.0,125696.0,1704.7958579638507,8044544.0 +173.33,7.599999904632568,4671.0,0.006861594971269369,0.0777994766831398,2.1914196014404297,-0.009524870663881302,0.4771113097667694,0.667755663394928,492.0,125952.0,1708.3036619999912,8060928.0 +174.97,7.900000095367432,4591.0,0.00764004560187459,0.09521484375,2.2098817825317383,-0.012369110248982906,0.31141915917396545,0.7414011359214783,493.0,126208.0,1711.8725054538809,8077312.0 +165.29,8.399999618530273,4452.0,0.011677425354719162,0.1467081755399704,2.158637285232544,-0.011543835513293743,0.3131920397281647,0.7488900721073151,494.0,126464.0,1715.553400253877,8093696.0 +195.86,7.900000095367432,4597.0,0.008231570944190025,0.1025187149643898,2.1714847087860107,-0.008065368048846722,0.3509460687637329,0.7209371030330658,495.0,126720.0,1719.1182502908632,8110080.0 +221.25,7.599999904632568,4692.0,0.007678913418203592,0.0900065079331398,2.1875364780426025,-0.012093433178961277,0.34445619583129883,0.719193160533905,496.0,126976.0,1722.6105366658885,8126464.0 +199.1,7.900000095367432,4432.0,0.011519807390868664,0.1069742813706398,2.2008068561553955,-0.00932988990098238,0.3357544243335724,0.7250773310661316,497.0,127232.0,1726.3076133509167,8142848.0 +215.08,8.199999809265137,4612.0,0.009947300888597965,0.1317952424287796,2.185929775238037,-0.012085124850273132,0.2688150107860565,0.7978179901838303,498.0,127488.0,1729.8604532789905,8159232.0 +152.07,8.399999618530273,4694.0,0.009450898505747318,0.11676025390625,2.1765525341033936,-0.012175069190561771,0.35695722699165344,0.7562050223350525,499.0,127744.0,1733.3513537538238,8175616.0 +169.09,8.100000381469727,4634.0,0.0074355099350214005,0.09490966796875,2.175644874572754,-0.010647210292518139,0.3820497989654541,0.7592346966266632,500.0,128000.0,1736.8875285449903,8192000.0 +192.3,8.399999618530273,4844.0,0.0069335573352873325,0.08453369140625,2.15667724609375,-0.012340955436229706,0.3317581117153168,0.7578093260526657,501.0,128256.0,1740.2702474668622,8208384.0 +166.61,8.5,4919.0,0.009127032943069935,0.11334228515625,2.184519052505493,-0.013236911036074162,0.29238367080688477,0.7718251496553421,502.0,128512.0,1743.6011717920192,8224768.0 +113.0,8.600000381469727,4902.0,0.00815503764897585,0.09674072265625,2.1596810817718506,-0.011681601405143738,0.40851831436157227,0.7348008751869202,503.0,128768.0,1746.9444908779114,8241152.0 +186.03,8.100000381469727,4752.0,0.007362326141446829,0.093017578125,2.1664621829986572,-0.010957538150250912,0.4165075719356537,0.7252263128757477,504.0,129024.0,1750.3926484589465,8257536.0 +151.8,8.100000381469727,4318.0,0.010592418722808361,0.1295166015625,2.127178430557251,-0.015095323324203491,0.3773972690105438,0.7330357432365417,505.0,129280.0,1754.187055395916,8273920.0 +125.46,8.800000190734863,4418.0,0.010574414394795895,0.1385091096162796,2.1339681148529053,-0.011226707138121128,0.3029380440711975,0.7511896640062332,506.0,129536.0,1757.8963152498472,8290304.0 +160.71,8.0,4526.0,0.0092747388407588,0.10626220703125,2.13739013671875,-0.010559797286987305,0.4588153064250946,0.6537812650203705,507.0,129792.0,1761.516981524881,8306688.0 +169.43,7.900000095367432,4699.0,0.008226779289543629,0.1043701171875,2.1054985523223877,-0.010237833485007286,0.4734973609447479,0.719760537147522,508.0,130048.0,1765.0047214189544,8323072.0 +110.44,8.899999618530273,4578.0,0.007161123678088188,0.080078125,2.0602188110351562,-0.011127094738185406,0.36703646183013916,0.7912736088037491,509.0,130304.0,1768.5835219309665,8339456.0 +141.08,8.5,4709.0,0.012342982925474644,0.1343587189912796,2.0995776653289795,-0.01289701834321022,0.3662686049938202,0.7678458839654922,510.0,130560.0,1772.0627415548079,8355840.0 +128.0,8.5,4558.0,0.01091186236590147,0.1309000700712204,2.0340416431427,-0.01287776231765747,0.3623502254486084,0.7832250893115997,511.0,130816.0,1775.6577538198326,8372224.0 +104.14,8.300000190734863,4633.0,0.008296102285385132,0.1052449569106102,2.027390956878662,-0.009952136315405369,0.5203649401664734,0.7079325914382935,512.0,131072.0,1779.1946742718574,8388608.0 +125.36,8.600000381469727,4652.0,0.00574793154373765,0.0622151680290699,2.054595708847046,-0.00906029250472784,0.41978874802589417,0.7385613024234772,513.0,131328.0,1782.71693003783,8404992.0 +123.67,8.100000381469727,4459.0,0.006187033373862505,0.0724690780043602,2.048168897628784,-0.010577540844678879,0.4572349488735199,0.708577424287796,514.0,131584.0,1786.3913325290196,8421376.0 +149.15,8.5,4456.0,0.007875723764300346,0.0927734375,2.0495197772979736,-0.012678251601755619,0.37212204933166504,0.7597026228904724,515.0,131840.0,1790.0685054778587,8437760.0 +111.01,8.800000190734863,4619.0,0.009005451574921608,0.1136881485581398,2.0918385982513428,-0.01366383582353592,0.2551075518131256,0.8123514354228973,516.0,132096.0,1793.615888722008,8454144.0 +141.23,8.5,4594.0,0.009092464111745358,0.1126302108168602,2.0818874835968018,-0.012876570224761963,0.32586872577667236,0.7987079471349716,517.0,132352.0,1797.1826912178658,8470528.0 +149.78,8.199999809265137,4651.0,0.007522112224251032,0.09136962890625,2.069261312484741,-0.012475674040615559,0.3367280662059784,0.7955253422260284,518.0,132608.0,1800.7057552637998,8486912.0 +173.36,8.399999618530273,4829.0,0.009965897537767887,0.12939453125,2.065512180328369,-0.012645375914871693,0.33498165011405945,0.7865041643381119,519.0,132864.0,1804.0991143649444,8503296.0 +126.84,8.300000190734863,4614.0,0.007086735684424639,0.0889892578125,2.0925867557525635,-0.010997896082699299,0.37278661131858826,0.7407078742980957,520.0,133120.0,1807.6510365949944,8519680.0 +169.5,8.699999809265137,4611.0,0.009146015159785748,0.1075439453125,2.07153058052063,-0.012359652668237686,0.2737862765789032,0.7972119152545929,521.0,133376.0,1811.204559112899,8536064.0 +159.29,8.399999618530273,4778.0,0.010434200055897236,0.1112060546875,2.0758795738220215,-0.012311804108321667,0.3003837764263153,0.7332279682159424,522.0,133632.0,1814.6343168928288,8552448.0 +175.86,7.5,4819.0,0.00917560514062643,0.1175740584731102,2.024055004119873,-0.006287680473178625,0.5389289259910583,0.6711781919002533,523.0,133888.0,1818.0351296130102,8568832.0 +124.1,8.199999809265137,4976.0,0.009305032901465893,0.0906575545668602,2.0543949604034424,-0.00794660858809948,0.34080934524536133,0.7438922822475433,524.0,134144.0,1821.328422890976,8585216.0 +196.11,8.0,4808.0,0.006984490901231766,0.0826619490981102,2.060107946395874,-0.010605537332594395,0.4405630826950073,0.7030876278877258,525.0,134400.0,1824.7367382678203,8601600.0 +129.71,9.100000381469727,4573.0,0.00708800507709384,0.0842692032456398,2.038255453109741,-0.009874418377876282,0.29666051268577576,0.7831288129091263,526.0,134656.0,1828.3194350688718,8617984.0 +137.24,8.5,4751.0,0.008104797452688217,0.0957845076918602,2.1107823848724365,-0.00976728554815054,0.3763144016265869,0.7117569446563721,527.0,134912.0,1831.768449506024,8634368.0 +156.06,8.600000381469727,4723.0,0.009480317123234272,0.1216023787856102,2.091883897781372,-0.014320608228445053,0.3136614263057709,0.7634630650281906,528.0,135168.0,1835.2379230638035,8650752.0 +94.46,8.800000190734863,4655.0,0.011919754557311535,0.1566975861787796,2.0293986797332764,-0.01446596160531044,0.3608558475971222,0.7396417558193207,529.0,135424.0,1838.7579053270165,8667136.0 +143.06,8.300000190734863,4759.0,0.008953888900578022,0.1010945662856102,2.075176239013672,-0.010401895269751549,0.46019747853279114,0.6825843453407288,530.0,135680.0,1842.2007968497928,8683520.0 +154.37,8.199999809265137,4708.0,0.008089507929980755,0.0948079451918602,2.082939386367798,-0.011647877283394337,0.432521253824234,0.7062103748321533,531.0,135936.0,1845.6810721568763,8699904.0 +141.49,8.300000190734863,4825.0,0.006921844556927681,0.0899658203125,2.0784971714019775,-0.010724048130214214,0.4168560206890106,0.6968087255954742,532.0,136192.0,1849.0771283959039,8716288.0 +168.97,8.0,4777.0,0.007368152961134911,0.08795166015625,2.0942776203155518,-0.009472728706896305,0.5131905674934387,0.6557610332965851,533.0,136448.0,1852.5071572170127,8732672.0 +90.57,8.600000381469727,4774.0,0.006992121692746878,0.08514404296875,2.1200616359710693,-0.011924661695957184,0.31929460167884827,0.7442621886730194,534.0,136704.0,1855.9392342458013,8749056.0 +194.1,8.0,4619.0,0.008761384524405003,0.1182657852768898,2.114018201828003,-0.009392193518579006,0.3979909121990204,0.7174670398235321,535.0,136960.0,1859.4869202589616,8765440.0 +167.13,7.300000190734863,4864.0,0.006594869773834944,0.0825398787856102,2.1017491817474365,-0.011822921223938465,0.5427113175392151,0.6838090717792511,536.0,137216.0,1862.855976908002,8781824.0 +78.25,9.100000381469727,4789.0,0.009102142415940762,0.11376953125,2.050551176071167,-0.012972605414688587,0.3370840847492218,0.7770427316427231,537.0,137472.0,1866.2773026139475,8798208.0 +133.78,8.199999809265137,4899.0,0.008223013952374458,0.1039225235581398,2.0612754821777344,-0.009399770759046078,0.4420984089374542,0.7320503294467926,538.0,137728.0,1869.6222623479553,8814592.0 +102.0,8.899999618530273,5090.0,0.007841222919523716,0.08978271484375,2.0801279544830322,-0.013114496134221554,0.3466302454471588,0.7724409848451614,539.0,137984.0,1872.841436438961,8830976.0 +141.42,7.699999809265137,4692.0,0.006738661322742701,0.0770263671875,2.0785577297210693,-0.008396823890507221,0.6186383366584778,0.6695957481861115,540.0,138240.0,1876.3336921788286,8847360.0 +113.39,8.5,4878.0,0.007474993821233511,0.0889485701918602,2.0961434841156006,-0.011260595172643661,0.3753051459789276,0.7935348302125931,541.0,138496.0,1879.6924681907985,8863744.0 +161.45,7.400000095367432,4842.0,0.007454215083271265,0.09161376953125,2.1087803840637207,-0.011152553372085094,0.5404887795448303,0.7042771577835083,542.0,138752.0,1883.0766661588568,8880128.0 +141.92,8.399999618530273,4702.0,0.006530171725898981,0.08154296875,2.0528836250305176,-0.01018600258976221,0.4003097116947174,0.7808603048324585,543.0,139008.0,1886.5617578430101,8896512.0 +129.15,8.600000381469727,4663.0,0.007997681386768818,0.1012776717543602,2.060821294784546,-0.011534813791513443,0.3610253632068634,0.7924609780311584,544.0,139264.0,1890.0759680508636,8912896.0 +137.54,7.900000095367432,4638.0,0.006730406079441309,0.0779012069106102,2.082002878189087,-0.010242625139653683,0.48491737246513367,0.7497476935386658,545.0,139520.0,1893.608831631951,8929280.0 +145.17,8.600000381469727,4677.0,0.007283919956535101,0.0929361954331398,2.1132395267486572,-0.01212638895958662,0.37757793068885803,0.7922429293394089,546.0,139776.0,1897.1156370548997,8945664.0 +180.07,7.699999809265137,4955.0,0.009118574671447277,0.1164347305893898,2.176490068435669,-0.013146246783435345,0.3716217279434204,0.7635322660207748,547.0,140032.0,1900.422789418837,8962048.0 +152.8,8.0,4747.0,0.006947746500372887,0.0829671248793602,2.162651777267456,-0.010991337709128857,0.3285426199436188,0.7992556989192963,548.0,140288.0,1903.8749240138568,8978432.0 +166.8,8.199999809265137,4762.0,0.007351721171289682,0.0952962264418602,2.118171215057373,-0.011460039764642715,0.431280255317688,0.7045243978500366,549.0,140544.0,1907.316399180796,8994816.0 +200.29,8.100000381469727,4916.0,0.009691677056252956,0.1256917268037796,2.1132068634033203,-0.006545990239828825,0.46465322375297546,0.6927903294563293,550.0,140800.0,1910.649411154911,9011200.0 +143.75,8.100000381469727,4895.0,0.007577316369861364,0.09405517578125,2.126511812210083,-0.01159732136875391,0.37431421875953674,0.7004915475845337,551.0,141056.0,1913.9974972398486,9027584.0 +168.52,7.800000190734863,4800.0,0.006986238528043032,0.07708740234375,2.1436803340911865,-0.01149709615856409,0.4185878038406372,0.681453138589859,552.0,141312.0,1917.4112706310116,9043968.0 +145.27,8.5,4666.0,0.008041861467063427,0.0973714217543602,2.1410648822784424,-0.00998008158057928,0.3044703006744385,0.7396546006202698,553.0,141568.0,1920.922648075968,9060352.0 +180.38,8.100000381469727,4774.0,0.009268215857446194,0.1242472305893898,2.129399538040161,-0.010299059562385082,0.39953795075416565,0.6681469678878784,554.0,141824.0,1924.3552974949125,9076736.0 +159.79,8.100000381469727,4606.0,0.009235597215592861,0.12127685546875,2.075941324234009,-0.00908937118947506,0.47200003266334534,0.6939787864685059,555.0,142080.0,1927.912943304982,9093120.0 +136.85,8.399999618530273,4795.0,0.0049178022891283035,0.0533040352165699,2.067532777786255,-0.008489652536809444,0.589512288570404,0.5815010368824005,556.0,142336.0,1931.3303841759916,9109504.0 +127.24,8.399999618530273,4917.0,0.006878383457660675,0.07958984375,2.0616273880004883,-0.009847222827374935,0.4543139636516571,0.6469714641571045,557.0,142592.0,1934.6627059460152,9125888.0 +115.89,8.800000190734863,4600.0,0.0051988218910992146,0.0567626953125,2.0941803455352783,-0.010332589037716389,0.34651902318000793,0.6962821185588837,558.0,142848.0,1938.2248119658325,9142272.0 +141.4,8.399999618530273,4577.0,0.005411974620074034,0.0600992850959301,2.0926311016082764,-0.009228099137544632,0.4626183807849884,0.6321764290332794,559.0,143104.0,1941.804418454878,9158656.0 +127.63,8.699999809265137,4690.0,0.00439720181748271,0.0494384765625,2.064500570297241,-0.009667237289249897,0.45350977778434753,0.6134161353111267,560.0,143360.0,1945.298498746939,9175040.0 +132.79,8.100000381469727,4764.0,0.007587613072246313,0.09918212890625,2.0894079208374023,-0.011803415603935719,0.4872761070728302,0.584626168012619,561.0,143616.0,1948.7377614628058,9191424.0 +150.18,8.100000381469727,4718.0,0.008564218878746033,0.10552978515625,2.090158224105835,-0.011873733252286911,0.4059164524078369,0.6463514566421509,562.0,143872.0,1952.21060646791,9207808.0 +157.84,8.199999809265137,4635.0,0.009555763565003872,0.1304728239774704,2.124692678451538,-0.008825012482702732,0.3600196838378906,0.684080183506012,563.0,144128.0,1955.7459103139117,9224192.0 +148.59,7.900000095367432,4786.0,0.007976261898875237,0.08953857421875,2.126124143600464,-0.0100704962387681,0.43579065799713135,0.6391112208366394,564.0,144384.0,1959.1693391618319,9240576.0 +187.63,7.900000095367432,4744.0,0.007345091551542282,0.0912882462143898,2.0979464054107666,-0.01039195153862238,0.4288819134235382,0.6345447301864624,565.0,144640.0,1962.6231645459775,9256960.0 +132.62,8.899999618530273,4561.0,0.008866877295076847,0.1151529923081398,2.0994036197662354,-0.011660766787827015,0.2676866352558136,0.7396501302719116,566.0,144896.0,1966.2154900438618,9273344.0 +172.14,8.0,4578.0,0.008261826820671558,0.1146240234375,2.1397831439971924,-0.006980611477047205,0.3853243589401245,0.6912782490253448,567.0,145152.0,1969.794571092818,9289728.0 +140.56,8.199999809265137,4622.0,0.0048786336556077,0.05029296875,2.1053900718688965,-0.010052711702883244,0.4561331272125244,0.6846287846565247,568.0,145408.0,1973.339476032881,9306112.0 +153.67,8.399999618530273,4743.0,0.005511157214641571,0.0631510391831398,2.09733510017395,-0.010027692653238773,0.48333320021629333,0.6597995460033417,569.0,145664.0,1976.7946084139403,9322496.0 +128.07,8.699999809265137,4509.0,0.00799521803855896,0.09552001953125,2.119234800338745,-0.010101516731083393,0.2816369831562042,0.7283650636672974,570.0,145920.0,1980.4286272889003,9338880.0 +169.12,8.100000381469727,4330.0,0.005601409822702408,0.06597900390625,2.13692045211792,-0.01041061244904995,0.39293038845062256,0.6510387659072876,571.0,146176.0,1984.2132552249823,9355264.0 +162.06,8.699999809265137,4523.0,0.0080626355484128,0.1032918319106102,2.1285340785980225,-0.00886157900094986,0.2730112373828888,0.7231857478618622,572.0,146432.0,1987.8362585529685,9371648.0 +211.56,8.5,4574.0,0.007391395512968302,0.0965576171875,2.1299426555633545,-0.0074394880793988705,0.30733850598335266,0.6782242655754089,573.0,146688.0,1991.418849832844,9388032.0 +166.3,8.5,4498.0,0.0065802279859781265,0.0828450545668602,2.071099281311035,-0.009258962236344814,0.3809513747692108,0.5808232724666595,574.0,146944.0,1995.0617506138515,9404416.0 +162.77,8.399999618530273,4666.0,0.0064976830035448074,0.0807088240981102,2.0773181915283203,-0.00910382904112339,0.365665465593338,0.6170274019241333,575.0,147200.0,1998.574238241883,9420800.0 +166.53,8.5,4617.0,0.008628935553133488,0.1119588240981102,2.0328075885772705,-0.008126167580485344,0.3546775281429291,0.6265961825847626,576.0,147456.0,2002.123598411912,9437184.0 +113.15,8.600000381469727,4720.0,0.005305855069309473,0.0597127266228199,2.031282663345337,-0.00916315708309412,0.3939274251461029,0.618538498878479,577.0,147712.0,2005.5956376229879,9453568.0 +156.16,8.199999809265137,4733.0,0.006128943059593439,0.078369140625,2.0481173992156982,-0.008044698275625706,0.47899723052978516,0.5359204709529877,578.0,147968.0,2009.0574762190226,9469952.0 +156.59,8.699999809265137,4681.0,0.008506237529218197,0.1129964217543602,2.0656697750091553,-0.0102156400680542,0.317726731300354,0.6397525668144226,579.0,148224.0,2012.5578345509712,9486336.0 +166.29,8.199999809265137,4721.0,0.008389581926167011,0.1108805313706398,2.1006038188934326,-0.00821057427674532,0.378419429063797,0.5706467628479004,580.0,148480.0,2016.0289584388956,9502720.0 +153.47,8.600000381469727,4780.0,0.0081593357026577,0.1072794571518898,2.0987675189971924,-0.006658606231212616,0.3144965171813965,0.5447881519794464,581.0,148736.0,2019.4571658228524,9519104.0 +163.96,7.400000095367432,4913.0,0.005521824117749929,0.06500244140625,2.060969114303589,-0.008372755721211433,0.631437361240387,0.4420338273048401,582.0,148992.0,2022.7922475459054,9535488.0 +164.34,8.100000381469727,4666.0,0.008019331842660904,0.1019490584731102,2.0610086917877197,-0.008757405914366245,0.4018029272556305,0.5963141322135925,583.0,149248.0,2026.3040818909649,9551872.0 +191.92,8.5,4444.0,0.010034375824034214,0.1312459260225296,2.1131887435913086,-0.010723665356636047,0.30926385521888733,0.625798761844635,584.0,149504.0,2029.9911600158084,9568256.0 +172.91,8.699999809265137,4544.0,0.009731232188642025,0.1307576447725296,2.106295347213745,-0.007488396484404802,0.25558486580848694,0.6844010353088379,585.0,149760.0,2033.597432740964,9584640.0 +198.05,8.199999809265137,4526.0,0.009040186181664467,0.1250203400850296,2.117223024368286,-0.010332021862268448,0.340493768453598,0.6215009987354279,586.0,150016.0,2037.2175078149885,9601024.0 +160.25,8.100000381469727,4492.0,0.00797065906226635,0.0982666015625,2.0975492000579834,-0.010402466170489788,0.435173362493515,0.593810647726059,587.0,150272.0,2040.8651570128277,9617408.0 +141.71,7.900000095367432,4735.0,0.007385476026684046,0.08441162109375,2.1164348125457764,-0.008888140320777893,0.4740777313709259,0.5101269483566284,588.0,150528.0,2044.3255983300041,9633792.0 +155.77,8.399999618530273,4780.0,0.008802862837910652,0.1150309219956398,2.1481878757476807,-0.010506595484912395,0.33507034182548523,0.5961052477359772,589.0,150784.0,2047.7536992710084,9650176.0 +172.77,8.0,4711.0,0.007953568361699581,0.10455322265625,2.145921468734741,-0.01037200540304184,0.4130285680294037,0.5650681853294373,590.0,151040.0,2051.231964581879,9666560.0 +194.2,7.400000095367432,4718.0,0.009081503376364708,0.11279296875,2.170325756072998,-0.00954943522810936,0.39761507511138916,0.5569190680980682,591.0,151296.0,2054.7052858229727,9682944.0 +167.57,8.300000190734863,4721.0,0.009630526416003704,0.1241048201918602,2.137770414352417,-0.009783941321074963,0.27303043007850647,0.6844490468502045,592.0,151552.0,2058.176171668805,9699328.0 +162.65,8.300000190734863,4726.0,0.007068889681249857,0.08642578125,2.1168062686920166,-0.010093961842358112,0.311771422624588,0.700571596622467,593.0,151808.0,2061.643210091861,9715712.0 +207.99,8.0,4700.0,0.007569302339106798,0.0959269180893898,2.1528613567352295,-0.010415684431791306,0.3482782542705536,0.6497174501419067,594.0,152064.0,2065.130038551986,9732096.0 +135.16,8.600000381469727,4739.0,0.006877038162201643,0.08953857421875,2.086656332015991,-0.010824422352015972,0.44861170649528503,0.6533544957637787,595.0,152320.0,2068.587642857805,9748480.0 +153.57,8.300000190734863,4582.0,0.005666580516844988,0.0611775703728199,2.1149418354034424,-0.011211869306862354,0.35641661286354065,0.6900857388973236,596.0,152576.0,2072.163998991018,9764864.0 +155.18,8.699999809265137,4626.0,0.009613902308046818,0.12384033203125,2.14060378074646,-0.011503300629556179,0.2538420259952545,0.7272873222827911,597.0,152832.0,2075.7059257319197,9781248.0 +134.64,9.199999809265137,4656.0,0.008412012830376625,0.1044514998793602,2.1552417278289795,-0.012637317180633545,0.21232791244983673,0.7425165772438049,598.0,153088.0,2079.2249077218585,9797632.0 +212.4,7.400000095367432,4758.0,0.010071090422570705,0.13916015625,2.1626031398773193,-0.009519534185528755,0.4485050141811371,0.5973856151103973,599.0,153344.0,2082.6688101689797,9814016.0 +178.38,7.900000095367432,4895.0,0.0078178895637393,0.0975748673081398,2.1513006687164307,-0.010397967882454395,0.35632720589637756,0.62412029504776,600.0,153600.0,2086.0166058510076,9830400.0 +179.34,8.199999809265137,4822.0,0.00840124860405922,0.0966389998793602,2.149681329727173,-0.012254811823368073,0.2974521219730377,0.6953928470611572,601.0,153856.0,2089.4146010249387,9846784.0 +187.62,8.100000381469727,4689.0,0.009598926641047001,0.13079833984375,2.140810012817383,-0.0069518983364105225,0.40260350704193115,0.6443686485290527,602.0,154112.0,2092.909023531014,9863168.0 +201.15,7.699999809265137,4561.0,0.008371279574930668,0.1049601212143898,2.1634929180145264,-0.009856089018285275,0.41031989455223083,0.5933254659175873,603.0,154368.0,2096.5018128659576,9879552.0 +144.19,8.699999809265137,4636.0,0.010168295353651047,0.1309000700712204,2.135160207748413,-0.012617927975952625,0.281669020652771,0.7332944571971893,604.0,154624.0,2100.0367097358685,9895936.0 +130.03,8.600000381469727,4670.0,0.0076516675762832165,0.09063720703125,2.175529718399048,-0.010323935188353062,0.26587429642677307,0.7458459138870239,605.0,154880.0,2103.545435138978,9912320.0 +232.81,7.699999809265137,4978.0,0.008553708903491497,0.1094767227768898,2.191896438598633,-0.011656191200017929,0.3537931442260742,0.6751070022583008,606.0,155136.0,2106.8372206250206,9928704.0 +180.92,8.399999618530273,4644.0,0.007764721289277077,0.0952555313706398,2.183790683746338,-0.011610803194344044,0.2836371660232544,0.7178503274917603,607.0,155392.0,2110.3655321497936,9945088.0 +187.85,8.300000190734863,4638.0,0.006960797589272261,0.08197021484375,2.158060312271118,-0.011692333966493607,0.34212422370910645,0.6986598670482635,608.0,155648.0,2113.898384634871,9961472.0 +168.8,8.600000381469727,4824.0,0.007907602936029434,0.0984903946518898,2.1292107105255127,-0.013298834674060345,0.3070940673351288,0.734083741903305,609.0,155904.0,2117.295188028831,9977856.0 +146.07,8.399999618530273,4694.0,0.008322636596858501,0.1049601212143898,2.1237735748291016,-0.012887912802398205,0.340185284614563,0.7125299870967865,610.0,156160.0,2120.7859564349055,9994240.0 +163.73,8.399999618530273,4733.0,0.008227328769862652,0.10711669921875,2.120368003845215,-0.01298384740948677,0.30189135670661926,0.7350669503211975,611.0,156416.0,2124.248225859832,10010624.0 +174.1,8.0,4835.0,0.009134861640632153,0.120361328125,2.0990078449249268,-0.013463214971125126,0.41499844193458557,0.6731405854225159,612.0,156672.0,2127.637653743848,10027008.0 +180.85,8.0,4602.0,0.008911010809242725,0.11865234375,2.1242167949676514,-0.01402932871133089,0.31197434663772583,0.728431910276413,613.0,156928.0,2131.198613442946,10043392.0 +167.18,8.199999809265137,4640.0,0.008939726278185844,0.1190185546875,2.139899492263794,-0.012077908962965012,0.3287141025066376,0.7215364873409271,614.0,157184.0,2134.729819882894,10059776.0 +188.93,8.0,4797.0,0.00928033608943224,0.1180013045668602,2.1243960857391357,-0.015120689757168293,0.36071503162384033,0.6985209286212921,615.0,157440.0,2138.1461614959408,10076160.0 +163.24,8.100000381469727,4793.0,0.010592824779450893,0.1328328400850296,2.147806406021118,-0.013479684479534626,0.35433927178382874,0.7491947412490845,616.0,157696.0,2141.565032167826,10092544.0 +189.06,7.800000190734863,4957.0,0.011047489941120148,0.1475830078125,2.141200065612793,-0.014319800771772861,0.30698734521865845,0.7379512190818787,617.0,157952.0,2144.8707353668287,10108928.0 +167.93,8.600000381469727,4880.0,0.011123639531433582,0.1406046599149704,2.1846415996551514,-0.013224008493125439,0.2533324062824249,0.7638199180364609,618.0,158208.0,2148.2290862789378,10125312.0 +172.36,8.199999809265137,4987.0,0.00884683895856142,0.11212158203125,2.138350486755371,-0.013753081671893597,0.3903973400592804,0.7384221851825714,619.0,158464.0,2151.5145754008554,10141696.0 +213.25,7.5,5240.0,0.008534758351743221,0.1045735701918602,2.160482883453369,-0.014281264506280422,0.330824613571167,0.7121427655220032,620.0,158720.0,2154.641670132987,10158080.0 +178.02,8.300000190734863,5174.0,0.010300812311470509,0.1292724609375,2.1493139266967773,-0.0097939008846879,0.2901145815849304,0.7761798948049545,621.0,158976.0,2157.8088879189454,10174464.0 +168.47,8.0,5089.0,0.00999224279075861,0.1196492537856102,2.1405489444732666,-0.014908033423125744,0.2941623628139496,0.7711672633886337,622.0,159232.0,2161.029124916997,10190848.0 +196.64,7.599999904632568,4590.0,0.007695455104112625,0.0963338240981102,2.1595749855041504,-0.010796607472002506,0.36071184277534485,0.7356932461261749,623.0,159488.0,2164.599016460823,10207232.0 +258.52,6.699999809265137,4920.0,0.00805352721363306,0.0989990234375,2.1782472133636475,-0.014224263839423656,0.2972608804702759,0.7444198727607727,624.0,159744.0,2167.929578244919,10223616.0 +246.27,7.400000095367432,4768.0,0.008995248936116695,0.1152140274643898,2.16426420211792,-0.014036212116479874,0.2919439971446991,0.7495212554931641,625.0,160000.0,2171.3663306608796,10240000.0 +263.92,7.300000190734863,4781.0,0.009650359861552715,0.1207478865981102,2.1354246139526367,-0.015364882536232471,0.4163181483745575,0.699107438325882,626.0,160256.0,2174.7935688029975,10256384.0 +198.18,7.800000190734863,4713.0,0.010675831697881222,0.1354166716337204,2.1442670822143555,-0.013379909098148346,0.26708465814590454,0.7990940362215042,627.0,160512.0,2178.2708844509907,10272768.0 +217.34,7.599999904632568,4687.0,0.010525996796786785,0.13861083984375,2.1399731636047363,-0.014527592808008194,0.32988476753234863,0.7551000863313675,628.0,160768.0,2181.766509237932,10289152.0 +224.06,7.599999904632568,4572.0,0.011249062605202198,0.1460367888212204,2.1190359592437744,-0.015304259955883026,0.21240083873271942,0.824370875954628,629.0,161024.0,2185.350961299846,10305536.0 +219.12,8.5,4728.0,0.010960671119391918,0.1459757536649704,2.0482258796691895,-0.013578725047409534,0.2583034634590149,0.8130060881376266,630.0,161280.0,2188.8169101348612,10321920.0 +215.76,8.100000381469727,4607.0,0.011057485826313496,0.14312744140625,2.0314629077911377,-0.014656007289886475,0.3211299479007721,0.7652910947799683,631.0,161536.0,2192.3736183647998,10338304.0 +212.97,8.300000190734863,4682.0,0.00959644466638565,0.1162923201918602,2.0847115516662598,-0.012501525692641735,0.20599062740802765,0.8388941437005997,632.0,161792.0,2195.873085250845,10354688.0 +243.33,7.400000095367432,4616.0,0.010529778897762299,0.1212972030043602,2.085685968399048,-0.015489630401134491,0.3813382685184479,0.741643488407135,633.0,162048.0,2199.4228576689493,10371072.0 +217.28,7.400000095367432,4604.0,0.00842290185391903,0.0976969376206398,2.087041139602661,-0.012722369283437729,0.3498521149158478,0.7692796289920807,634.0,162304.0,2202.9823117998894,10387456.0 +219.28,7.0,4690.0,0.009392553009092808,0.1084187850356102,2.0849294662475586,-0.013133439235389233,0.44529440999031067,0.7389925420284271,635.0,162560.0,2206.4763428010046,10403840.0 +193.3,7.599999904632568,4664.0,0.007161677349358797,0.0870564803481102,2.08262300491333,-0.012162846513092518,0.37249377369880676,0.7723214030265808,636.0,162816.0,2209.989673146978,10420224.0 +135.35,8.399999618530273,4758.0,0.011238080449402332,0.1322835236787796,2.057746171951294,-0.016104601323604584,0.3048954904079437,0.8000592887401581,637.0,163072.0,2213.4337730698753,10436608.0 +196.6,8.100000381469727,4750.0,0.014787965454161167,0.1489461213350296,2.0651793479919434,-0.011771474964916706,0.3571970462799072,0.7881220281124115,638.0,163328.0,2216.8833713268396,10452992.0 +163.52,8.600000381469727,4718.0,0.013541036285459995,0.1592000275850296,2.089491605758667,-0.015601985156536102,0.30124130845069885,0.8088479489088058,639.0,163584.0,2220.3566697929054,10469376.0 +187.77,8.5,4616.0,0.01225556805729866,0.1414794921875,2.0689518451690674,-0.014977478422224522,0.31579798460006714,0.8189275711774826,640.0,163840.0,2223.906541378936,10485760.0 +159.85,8.899999618530273,4704.0,0.009588208049535751,0.1192830428481102,2.0953128337860107,-0.015973610803484917,0.25977566838264465,0.8512038439512253,641.0,164096.0,2227.3904061028734,10502144.0 +181.58,7.699999809265137,4593.0,0.008820933289825916,0.1077473983168602,2.074277639389038,-0.013842146843671799,0.35959187150001526,0.790665790438652,642.0,164352.0,2230.958360927878,10518528.0 +185.15,8.0,4772.0,0.008573035709559917,0.0977783203125,2.0727481842041016,-0.015645122155547142,0.34826648235321045,0.7714166641235352,643.0,164608.0,2234.39204675192,10534912.0 +149.33,8.5,4932.0,0.009611127898097038,0.1214192733168602,2.0527255535125732,-0.013004758395254612,0.34698328375816345,0.7880812287330627,644.0,164864.0,2237.714759583818,10551296.0 +162.71,7.800000190734863,4842.0,0.01096546370536089,0.1350301057100296,2.036060094833374,-0.016463736072182655,0.40469881892204285,0.7634396851062775,645.0,165120.0,2241.0986012557987,10567680.0 +156.41,8.300000190734863,4865.0,0.010992374271154404,0.1260579377412796,2.035654306411743,-0.016591547057032585,0.35848164558410645,0.7892439812421799,646.0,165376.0,2244.4668118008412,10584064.0 +122.51,9.0,4735.0,0.011761712841689587,0.1432291716337204,2.0632572174072266,-0.01681193895637989,0.26543352007865906,0.8414809107780457,647.0,165632.0,2247.9272277958225,10600448.0 +181.96,8.399999618530273,4718.0,0.01081891730427742,0.13336181640625,2.0923492908477783,-0.014820271171629429,0.31097593903541565,0.8003625720739365,648.0,165888.0,2251.4005156909116,10616832.0 +203.81,7.5,4570.0,0.010478529147803783,0.1294962614774704,2.0869762897491455,-0.012748087756335735,0.34689855575561523,0.7902584820985794,649.0,166144.0,2254.986269783927,10633216.0 +199.21,8.0,4665.0,0.008897321298718452,0.11187744140625,2.105537176132202,-0.014447145164012909,0.305203914642334,0.806180864572525,650.0,166400.0,2258.4986561308615,10649600.0 +225.89,7.900000095367432,4888.0,0.01274100597947836,0.1555989533662796,2.0868194103240967,-0.01544662844389677,0.32607612013816833,0.8382482528686523,651.0,166656.0,2261.850992886815,10665984.0 +219.71,7.5,4730.0,0.008379173465073109,0.0983683243393898,2.1218698024749756,-0.011612527072429657,0.34249499440193176,0.8267892599105835,652.0,166912.0,2265.315166479908,10682368.0 +168.29,7.800000190734863,4718.0,0.010305996052920818,0.11297607421875,2.093111276626587,-0.014936141669750214,0.34066081047058105,0.8243002146482468,653.0,167168.0,2268.7889930608217,10698752.0 +220.25,8.100000381469727,4683.0,0.011563652195036411,0.1542561799287796,2.0834076404571533,-0.015826592221856117,0.3635278046131134,0.7829405516386032,654.0,167424.0,2272.2882217038423,10715136.0 +183.95,8.399999618530273,4572.0,0.011436794884502888,0.133056640625,2.0318992137908936,-0.013190142810344696,0.3671027421951294,0.8009370416402817,655.0,167680.0,2275.8721426138654,10731520.0 +101.86,8.5,4670.0,0.014411834068596363,0.1761271208524704,2.04691481590271,-0.01691984198987484,0.42300963401794434,0.7595243155956268,656.0,167936.0,2279.3813056708314,10747904.0 +156.36,8.300000190734863,4773.0,0.012179420329630375,0.1348876953125,2.0413148403167725,-0.015062998048961163,0.4321770668029785,0.7414455413818359,657.0,168192.0,2282.814650685992,10764288.0 +150.25,8.0,5004.0,0.01038395520299673,0.13018798828125,2.0629642009735107,-0.015701213851571083,0.4020824730396271,0.7762355804443359,658.0,168448.0,2286.0891825738363,10780672.0 +112.6,8.800000190734863,4824.0,0.010820023715496063,0.1343587189912796,2.0174763202667236,-0.01648164726793766,0.3501929044723511,0.8118830174207687,659.0,168704.0,2289.485630119918,10797056.0 +163.91,7.699999809265137,5014.0,0.00811608787626028,0.0989583358168602,2.057037115097046,-0.012988992966711521,0.46684136986732483,0.7557007968425751,660.0,168960.0,2292.753988697892,10813440.0 +151.65,7.900000095367432,4794.0,0.00945353228598833,0.1149698868393898,2.068070888519287,-0.014595828019082546,0.3896016776561737,0.7862113863229752,661.0,169216.0,2296.1722140598577,10829824.0 +111.58,8.199999809265137,4773.0,0.008702966384589672,0.1078898087143898,2.1042354106903076,-0.013606755994260311,0.3609330654144287,0.7745860368013382,662.0,169472.0,2299.605895676883,10846208.0 +144.08,8.100000381469727,4735.0,0.008891083300113678,0.10540771484375,2.069805145263672,-0.018083365634083748,0.4284845292568207,0.7721453905105591,663.0,169728.0,2303.066018602811,10862592.0 +160.46,7.900000095367432,4870.0,0.009528744965791702,0.1073811873793602,2.035923719406128,-0.015956681221723557,0.45231902599334717,0.7581046521663666,664.0,169984.0,2306.4311854289845,10878976.0 +141.07,8.199999809265137,4733.0,0.009655684232711792,0.1048177108168602,1.9784096479415894,-0.014859281480312347,0.47513601183891296,0.756852850317955,665.0,170240.0,2309.8929257870186,10895360.0 +105.15,8.800000190734863,4759.0,0.009585331194102764,0.1106770858168602,1.9977315664291382,-0.013279065489768982,0.3530677556991577,0.8205528557300568,666.0,170496.0,2313.3362899478525,10911744.0 +150.23,8.600000381469727,4773.0,0.010694410651922226,0.12786865234375,2.0157907009124756,-0.016326846554875374,0.3414113223552704,0.8029479086399078,667.0,170752.0,2316.7691887929104,10928128.0 +138.65,8.0,4720.0,0.009037229232490063,0.1201578751206398,2.0183722972869873,-0.013606123626232147,0.39627301692962646,0.7699029594659805,668.0,171008.0,2320.2412210169714,10944512.0 +126.92,9.0,4876.0,0.011031650006771088,0.1267903596162796,1.9907852411270142,-0.01746656931936741,0.4408970773220062,0.76317398250103,669.0,171264.0,2323.601679643849,10960896.0 +154.01,8.199999809265137,4705.0,0.01050196960568428,0.13067626953125,1.9927626848220825,-0.016023896634578705,0.42765381932258606,0.7348976731300354,670.0,171520.0,2327.0841863718815,10977280.0 +127.38,8.800000190734863,4554.0,0.008208340965211391,0.1023966446518898,1.9948607683181763,-0.01434341911226511,0.36885175108909607,0.7915842831134796,671.0,171776.0,2330.6825958418194,10993664.0 +126.03,8.600000381469727,4883.0,0.009565056301653385,0.1075439453125,1.9975606203079224,-0.012769382447004318,0.32617470622062683,0.7935130149126053,672.0,172032.0,2334.038378371857,11010048.0 +192.91,7.800000190734863,4687.0,0.011537822894752026,0.1338704377412796,2.0553150177001953,-0.016786256805062294,0.39152792096138,0.7202828526496887,673.0,172288.0,2337.5342058148235,11026432.0 +139.75,8.600000381469727,4811.0,0.010089497081935406,0.1274617463350296,2.032639503479004,-0.01335557084530592,0.3663235902786255,0.7869706898927689,674.0,172544.0,2340.9401584079023,11042816.0 +156.77,8.399999618530273,4963.0,0.010919489897787571,0.1307779997587204,2.0283639430999756,-0.015618257224559784,0.31441086530685425,0.7930077463388443,675.0,172800.0,2344.241408693837,11059200.0 +138.21,8.5,4845.0,0.013919826596975327,0.1428019255399704,1.9957423210144043,-0.01444508507847786,0.4299049377441406,0.7607934176921844,676.0,173056.0,2347.623593678931,11075584.0 +148.05,7.599999904632568,4707.0,0.006566490512341261,0.06927490234375,2.0304205417633057,-0.010677114129066467,0.47560033202171326,0.7429949641227722,677.0,173312.0,2351.1051764800213,11091968.0 +128.98,8.600000381469727,4808.0,0.00659877248108387,0.0824381485581398,2.009324789047241,-0.00994399469345808,0.40654516220092773,0.749716728925705,678.0,173568.0,2354.5132425348274,11108352.0 +141.98,8.399999618530273,4989.0,0.006724130362272263,0.0783894881606102,2.0409419536590576,-0.013710811734199524,0.4183695316314697,0.7523915618658066,679.0,173824.0,2357.7977909278125,11124736.0 +138.42,8.5,4809.0,0.008895634673535824,0.1068929061293602,2.0609233379364014,-0.015645114704966545,0.3491460978984833,0.7700020670890808,680.0,174080.0,2361.204954142915,11141120.0 +153.91,8.800000190734863,4879.0,0.011263556778430939,0.1400553435087204,2.0353965759277344,-0.014151697047054768,0.34135523438453674,0.790095865726471,681.0,174336.0,2364.5639355268795,11157504.0 +121.24,8.699999809265137,4766.0,0.009771846234798431,0.1207478865981102,2.028984308242798,-0.017432741820812225,0.3156040608882904,0.8118904531002045,682.0,174592.0,2368.002509862883,11173888.0 +144.24,8.199999809265137,4703.0,0.00800010934472084,0.10113525390625,2.0235908031463623,-0.014913366176187992,0.5071484446525574,0.7393226027488708,683.0,174848.0,2371.4861893979833,11190272.0 +110.08,8.699999809265137,4608.0,0.0090225450694561,0.1033935546875,2.001020669937134,-0.014976047910749912,0.3868617117404938,0.7852425873279572,684.0,175104.0,2375.042192976922,11206656.0 +145.46,8.199999809265137,4636.0,0.009077918715775013,0.11566162109375,1.991170048713684,-0.014443248510360718,0.4595474898815155,0.7617639750242233,685.0,175360.0,2378.57657147781,11223040.0 +108.52,8.699999809265137,5009.0,0.00891419593244791,0.1098429337143898,1.9688326120376587,-0.01683606021106243,0.4324217140674591,0.7787208706140518,686.0,175616.0,2381.8480171498377,11239424.0 +116.51,8.600000381469727,4931.0,0.010103607550263405,0.1175333634018898,2.010725259780884,-0.016362285241484642,0.3481336832046509,0.7970752716064453,687.0,175872.0,2385.1710417428985,11255808.0 +111.52,9.0,4701.0,0.009723992086946964,0.1215006485581398,2.0301239490509033,-0.014006742276251316,0.3192947506904602,0.8152244091033936,688.0,176128.0,2388.657388299005,11272192.0 +112.18,8.600000381469727,4631.0,0.011453519575297832,0.1452433317899704,2.0103743076324463,-0.016253048554062843,0.39251458644866943,0.7903037071228027,689.0,176384.0,2392.1954007628374,11288576.0 +128.54,8.399999618530273,4691.0,0.009172472171485424,0.1155192032456398,2.0024354457855225,-0.014184713363647461,0.4269190728664398,0.768171951174736,690.0,176640.0,2395.689151895931,11304960.0 +111.34,8.300000190734863,4723.0,0.008508807048201561,0.0986735001206398,1.9985965490341187,-0.014876753091812134,0.45484039187431335,0.7558852881193161,691.0,176896.0,2399.1581855088007,11321344.0 +93.44,9.300000190734863,4807.0,0.012790528126060963,0.1067301407456398,1.987606167793274,-0.014653172343969345,0.36389675736427307,0.7863372266292572,692.0,177152.0,2402.5664812019095,11337728.0 +103.98,9.100000381469727,4758.0,0.010418933816254139,0.1198323592543602,2.0155141353607178,-0.015673132613301277,0.3874586820602417,0.7486187219619751,693.0,177408.0,2406.01051544887,11354112.0 +143.38,8.5,4747.0,0.008304639719426632,0.10406494140625,1.9917055368423462,-0.014169618487358093,0.4413052797317505,0.7377376854419708,694.0,177664.0,2409.4627429258544,11370496.0 +112.77,8.800000190734863,4534.0,0.012091209180653095,0.1437784880399704,1.97650146484375,-0.01749839447438717,0.34873685240745544,0.7741393595933914,695.0,177920.0,2413.076270723017,11386880.0 +112.16,7.800000190734863,4630.0,0.00809455569833517,0.09991455078125,1.979478359222412,-0.011913166381418705,0.5996463298797607,0.6490402221679688,696.0,178176.0,2416.615572012961,11403264.0 +127.41,8.300000190734863,4711.0,0.007493067532777786,0.0868733748793602,1.9648135900497437,-0.014928467571735382,0.4424014985561371,0.7079273164272308,697.0,178432.0,2420.0942126079462,11419648.0 +153.84,8.5,4560.0,0.009902303107082844,0.1229451522231102,1.9890666007995605,-0.015422598458826542,0.40370190143585205,0.7364105582237244,698.0,178688.0,2423.68774872995,11436032.0 +92.72,8.399999618530273,4716.0,0.006382319610565901,0.0740763321518898,1.9880775213241577,-0.012150298804044724,0.4479654133319855,0.728670060634613,699.0,178944.0,2427.162014971953,11452416.0 +107.48,8.699999809265137,4850.0,0.008151601068675518,0.096923828125,1.976948618888855,-0.011674024164676666,0.4872352182865143,0.7109173834323883,700.0,179200.0,2430.540292426944,11468800.0 +134.59,8.600000381469727,4768.0,0.00845121406018734,0.1016845703125,1.9636716842651367,-0.014100433327257633,0.49366727471351624,0.700842410326004,701.0,179456.0,2433.9770102058537,11485184.0 +81.76,8.300000190734863,4809.0,0.007073391228914261,0.083251953125,1.9533122777938843,-0.013301764614880085,0.6311760544776917,0.6326993107795715,702.0,179712.0,2437.3849364949856,11501568.0 +102.77,8.600000381469727,4700.0,0.007406952325254679,0.087890625,1.9173437356948853,-0.012632745318114758,0.5717695951461792,0.6726846098899841,703.0,179968.0,2440.871529961005,11517952.0 +97.84,8.399999618530273,4669.0,0.008245974779129028,0.0973917618393898,1.9583758115768433,-0.014020252041518688,0.46005013585090637,0.7021673321723938,704.0,180224.0,2444.3809310079087,11534336.0 +119.27,8.800000190734863,4732.0,0.009758695028722286,0.1211140975356102,1.992020606994629,-0.016519730910658836,0.36796650290489197,0.7630223631858826,705.0,180480.0,2447.8441136949696,11550720.0 +115.3,9.100000381469727,4700.0,0.011594804935157299,0.15057373046875,2.027728319168091,-0.01530901063233614,0.36532318592071533,0.7384456992149353,706.0,180736.0,2451.3305944169406,11567104.0 +114.77,8.899999618530273,4803.0,0.010769863612949848,0.1293741911649704,1.9937872886657715,-0.017339570447802544,0.38432958722114563,0.753363773226738,707.0,180992.0,2454.742520705797,11583488.0 +108.21,8.399999618530273,4821.0,0.009526175446808338,0.1015828475356102,2.0207936763763428,-0.014236431568861008,0.43827196955680847,0.7260258495807648,708.0,181248.0,2458.141239553923,11599872.0 +129.2,8.5,4710.0,0.009051460772752762,0.10406494140625,2.0575811862945557,-0.014776889234781265,0.34688666462898254,0.7510198056697845,709.0,181504.0,2461.620378919877,11616256.0 +136.6,8.199999809265137,4744.0,0.00788022205233574,0.09649658203125,2.0814712047576904,-0.01356376800686121,0.3729269802570343,0.7403933107852936,710.0,181760.0,2465.0743264330085,11632640.0 +136.77,8.399999618530273,4826.0,0.00781425554305315,0.09454345703125,2.0593955516815186,-0.01464298740029335,0.39421364665031433,0.7155584096908569,711.0,182016.0,2468.470208024839,11649024.0 +115.81,8.699999809265137,4884.0,0.009243717417120934,0.1169840469956398,1.9969191551208496,-0.016124574467539787,0.47128602862358093,0.7249513864517212,712.0,182272.0,2471.825324195903,11665408.0 +139.26,8.800000190734863,4809.0,0.01040263008326292,0.1266276091337204,2.054063081741333,-0.012971018441021442,0.32175272703170776,0.7684611529111862,713.0,182528.0,2475.232546102954,11681792.0 +127.64,8.699999809265137,5004.0,0.00853615254163742,0.1062418594956398,1.992791771888733,-0.014607136137783527,0.4275682866573334,0.7422288358211517,714.0,182784.0,2478.5073230399285,11698176.0 +104.32,8.899999618530273,4732.0,0.008284518495202065,0.0971883162856102,1.9796361923217773,-0.014473270624876022,0.34942853450775146,0.7691888958215714,715.0,183040.0,2481.9696545458864,11714560.0 +107.21,8.5,4815.0,0.008607530035078526,0.10272216796875,2.0148563385009766,-0.013618349097669125,0.3811667859554291,0.7602439522743225,716.0,183296.0,2485.372915515909,11730944.0 +150.85,8.199999809265137,4839.0,0.01004341896623373,0.123779296875,2.020080089569092,-0.014911639504134655,0.3726639747619629,0.7528670132160187,717.0,183552.0,2488.7591035920195,11747328.0 +161.92,9.0,4788.0,0.010151813738048077,0.1346842497587204,2.011181592941284,-0.015454386360943317,0.27258336544036865,0.7793865650892258,718.0,183808.0,2492.1812649900094,11763712.0 +106.5,9.0,4745.0,0.010327431373298168,0.1193033829331398,1.9874038696289062,-0.014664066024124622,0.35839030146598816,0.7483479976654053,719.0,184064.0,2495.634720044909,11780096.0 +123.28,8.399999618530273,4670.0,0.01086189690977335,0.1252034455537796,1.9371891021728516,-0.012842589057981968,0.5767885446548462,0.6700903177261353,720.0,184320.0,2499.1442068850156,11796480.0 +124.6,8.600000381469727,4871.0,0.007541135419160128,0.08709716796875,1.9591439962387085,-0.011316058225929737,0.3567914068698883,0.7871288508176804,721.0,184576.0,2502.5083604329266,11812864.0 +116.48,8.800000190734863,4737.0,0.00888585764914751,0.104248046875,2.0086586475372314,-0.014358132146298885,0.2698756158351898,0.8254499435424805,722.0,184832.0,2505.967207419919,11829248.0 +150.41,8.699999809265137,5045.0,0.009065442718565464,0.1096394881606102,1.9742940664291382,-0.01654226891696453,0.34399256110191345,0.7759874612092972,723.0,185088.0,2509.216320104897,11845632.0 +133.73,8.300000190734863,4938.0,0.007361427415162325,0.0894775390625,1.9797645807266235,-0.013693357817828655,0.38939228653907776,0.7474804818630219,724.0,185344.0,2512.534976445837,11862016.0 +155.2,8.199999809265137,4713.0,0.00807705894112587,0.0958658829331398,1.9858479499816895,-0.012823089957237244,0.40654298663139343,0.6996941864490509,725.0,185600.0,2516.0122658279724,11878400.0 +143.83,8.600000381469727,4588.0,0.008932291530072689,0.1145426407456398,1.9533189535140991,-0.01293310895562172,0.314937949180603,0.7351929843425751,726.0,185856.0,2519.5840396999847,11894784.0 +155.81,8.399999618530273,4741.0,0.008717318065464497,0.1098429337143898,1.975542664527893,-0.011833499185740948,0.4619964063167572,0.6785626709461212,727.0,186112.0,2523.040102202911,11911168.0 +130.95,8.300000190734863,4634.0,0.007506847381591797,0.0910441055893898,1.960241436958313,-0.011880357749760151,0.4183657169342041,0.7580492794513702,728.0,186368.0,2526.575599785894,11927552.0 +141.76,8.600000381469727,4857.0,0.00929118413478136,0.0977986678481102,2.035369873046875,-0.012558259069919586,0.3133891820907593,0.7839244604110718,729.0,186624.0,2529.9490821359213,11943936.0 +152.55,9.100000381469727,4676.0,0.010692551732063293,0.1351521760225296,2.0881550312042236,-0.014890383929014206,0.18521808087825775,0.845842719078064,730.0,186880.0,2533.4534955308773,11960320.0 +229.48,7.800000190734863,4590.0,0.009047125466167927,0.1111043319106102,2.0434348583221436,-0.012930096127092838,0.35473325848579407,0.7455377280712128,731.0,187136.0,2537.023617255967,11976704.0 +193.72,8.199999809265137,4641.0,0.008789301849901676,0.1164143905043602,2.0263314247131348,-0.015851235017180443,0.33933961391448975,0.7696126699447632,732.0,187392.0,2540.5542062278837,11993088.0 +126.49,8.699999809265137,4344.0,0.010836075060069561,0.123046875,2.033109426498413,-0.011974313296377659,0.2866167724132538,0.7990224659442902,733.0,187648.0,2544.3263406648766,12009472.0 +170.73,8.300000190734863,4526.0,0.010568667203187943,0.13250732421875,2.0396368503570557,-0.01634303294122219,0.27534523606300354,0.8159506767988205,734.0,187904.0,2547.946907632984,12025856.0 +166.01,8.600000381469727,4390.0,0.008981612510979176,0.1057535782456398,2.0505216121673584,-0.012922371737658978,0.28075161576271057,0.7980814278125763,735.0,188160.0,2551.6793549028225,12042240.0 +172.2,8.399999618530273,4656.0,0.009057543240487576,0.11065673828125,2.0671093463897705,-0.015907712280750275,0.33054137229919434,0.7633377760648727,736.0,188416.0,2555.1986954750028,12058624.0 +210.57,7.400000095367432,4666.0,0.008470890112221241,0.1004842147231102,2.0498733520507812,-0.012614727020263672,0.4678347110748291,0.7113026678562164,737.0,188672.0,2558.711395025952,12075008.0 +130.75,9.100000381469727,4797.0,0.0143854646012187,0.1291707307100296,2.035348653793335,-0.01449460256844759,0.22143401205539703,0.8475027978420258,738.0,188928.0,2562.127012496814,12091392.0 +195.07,7.900000095367432,4843.0,0.009493409655988216,0.11614990234375,2.012948989868164,-0.011985999532043934,0.4478417634963989,0.7375103533267975,739.0,189184.0,2565.5104403540026,12107776.0 +149.7,8.699999809265137,4627.0,0.010164490900933743,0.1310831755399704,1.9817744493484497,-0.015743253752589226,0.3463073670864105,0.7711903154850006,740.0,189440.0,2569.0523849299643,12124160.0 +114.47,8.600000381469727,4664.0,0.008149933069944382,0.0960693359375,1.8979405164718628,-0.014914882369339466,0.4308699071407318,0.7425554692745209,741.0,189696.0,2572.565699962899,12140544.0 +118.14,8.199999809265137,4658.0,0.008890225552022457,0.1046142578125,1.9431735277175903,-0.013965092599391937,0.46089088916778564,0.7293606102466583,742.0,189952.0,2576.085987359984,12156928.0 +106.63,8.699999809265137,4711.0,0.01100719440728426,0.1205240860581398,1.915225863456726,-0.015894649550318718,0.43188416957855225,0.7459678947925568,743.0,190208.0,2579.5639210077934,12173312.0 +109.24,8.600000381469727,4718.0,0.011824414134025574,0.1203409805893898,1.9924198389053345,-0.017546024173498154,0.3531738519668579,0.755772590637207,744.0,190464.0,2583.037246627966,12189696.0 +161.25,8.300000190734863,4647.0,0.00932762585580349,0.118408203125,1.950074553489685,-0.016495151445269585,0.48156511783599854,0.7152689099311829,745.0,190720.0,2586.5634323919658,12206080.0 +108.77,9.100000381469727,4793.0,0.010260696522891521,0.1274617463350296,1.9268131256103516,-0.015091066248714924,0.47864484786987305,0.6956464350223541,746.0,190976.0,2589.9821497278754,12222464.0 +99.6,9.399999618530273,4801.0,0.013550362549722195,0.136474609375,1.9524288177490234,-0.010982606559991837,0.3495217561721802,0.7375187575817108,747.0,191232.0,2593.395003543934,12238848.0 +115.65,9.100000381469727,4556.0,0.011494971811771393,0.143798828125,1.9681071043014526,-0.016317324712872505,0.35792991518974304,0.7474864423274994,748.0,191488.0,2596.991588714998,12255232.0 +91.03,9.100000381469727,4688.0,0.011644817888736725,0.1463216096162796,1.9439438581466675,-0.015276207588613033,0.272377610206604,0.7909935861825943,749.0,191744.0,2600.4866323198657,12271616.0 +158.22,8.0,4815.0,0.007941137067973614,0.09649658203125,1.9693506956100464,-0.013033993542194366,0.43631336092948914,0.7187944948673248,750.0,192000.0,2603.8899942368735,12288000.0 +138.04,8.600000381469727,4729.0,0.009798698127269745,0.1122029647231102,1.997597098350525,-0.01416421215981245,0.3234020173549652,0.7895869761705399,751.0,192256.0,2607.3550425060093,12304384.0 +122.47,8.399999618530273,4998.0,0.007602748926728964,0.0869344100356102,1.9732815027236938,-0.014817946590483189,0.44616183638572693,0.7169661819934845,752.0,192512.0,2610.6335482399445,12320768.0 +138.02,8.300000190734863,4874.0,0.012392409145832062,0.1564127653837204,1.9603919982910156,-0.011928432621061802,0.41521355509757996,0.7333683967590332,753.0,192768.0,2613.9952222239226,12337152.0 +175.39,8.199999809265137,4925.0,0.008565637283027172,0.1128133162856102,1.9672366380691528,-0.013674606569111347,0.39025235176086426,0.7338524460792542,754.0,193024.0,2617.3222099738196,12353536.0 +108.34,9.100000381469727,4937.0,0.007898506708443165,0.10101318359375,1.911476492881775,-0.01165225449949503,0.4149071276187897,0.7179839313030243,755.0,193280.0,2620.641098914901,12369920.0 +114.89,9.199999809265137,4663.0,0.008934581652283669,0.1135660782456398,1.951120376586914,-0.01441285666078329,0.2703995704650879,0.7619849890470505,756.0,193536.0,2624.1553420380224,12386304.0 +116.05,8.899999618530273,4829.0,0.01011646632105112,0.1280720978975296,1.9083360433578491,-0.016154417768120766,0.4666278660297394,0.6704446971416473,757.0,193792.0,2627.5485169268213,12402688.0 +97.8,8.800000190734863,4846.0,0.00901774037629366,0.1044108048081398,1.9485760927200317,-0.012780003249645233,0.3184678256511688,0.7533296644687653,758.0,194048.0,2630.930054412922,12419072.0 +146.85,8.899999618530273,4779.0,0.00968088861554861,0.1212972030043602,1.9692260026931763,-0.01548733189702034,0.29788073897361755,0.7294006049633026,759.0,194304.0,2634.358659651829,12435456.0 +111.28,9.0,5024.0,0.009282805025577545,0.1200154647231102,1.9645880460739136,-0.014056318439543247,0.2685217559337616,0.7611680030822754,760.0,194560.0,2637.6203846659046,12451840.0 +165.44,8.399999618530273,5007.0,0.010764199309051037,0.1375935822725296,1.975331425666809,-0.010795734822750092,0.3312588632106781,0.7492091655731201,761.0,194816.0,2640.8930573069956,12468224.0 +146.39,8.699999809265137,4921.0,0.008312858641147614,0.10589599609375,1.9787116050720215,-0.012814081273972988,0.36175593733787537,0.7076700925827026,762.0,195072.0,2644.222836955916,12484608.0 +144.41,8.5,4699.0,0.008501484990119934,0.1031087264418602,1.940536618232727,-0.013526178896427155,0.44009801745414734,0.6380876898765564,763.0,195328.0,2647.7101190849207,12500992.0 +122.11,8.699999809265137,4921.0,0.00788622535765171,0.0955607071518898,1.9723620414733887,-0.014610554091632366,0.3215794265270233,0.6896246075630188,764.0,195584.0,2651.0400308559183,12517376.0 +141.9,8.199999809265137,4775.0,0.007832515053451061,0.0937296524643898,1.9545725584030151,-0.013433936983346939,0.5221382975578308,0.6290517747402191,765.0,195840.0,2654.4717447268777,12533760.0 +120.96,9.0,4706.0,0.009975793771445751,0.1104939803481102,1.9787111282348633,-0.01425017137080431,0.3181200325489044,0.7075226902961731,766.0,196096.0,2657.953369486844,12550144.0 +147.96,8.0,4698.0,0.008155652321875095,0.1000569686293602,2.01363468170166,-0.012665162794291973,0.4503520727157593,0.6226037740707397,767.0,196352.0,2661.4408370188903,12566528.0 +106.15,8.5,4928.0,0.008909233845770359,0.09771728515625,1.9610780477523804,-0.012363109737634659,0.44393399357795715,0.6610225737094879,768.0,196608.0,2664.766190025024,12582912.0 +139.15,8.600000381469727,4814.0,0.010857827961444855,0.1417032927274704,1.9808597564697266,-0.015000391751527786,0.28705763816833496,0.7414624989032745,769.0,196864.0,2668.169740068959,12599296.0 +132.51,8.699999809265137,4745.0,0.009548972360789776,0.1249593123793602,1.9398316144943237,-0.013986125588417053,0.34165439009666443,0.7086754143238068,770.0,197120.0,2671.623102364829,12615680.0 +115.19,8.800000190734863,4682.0,0.010722850449383259,0.1286824494600296,1.9494123458862305,-0.015617690980434418,0.35641106963157654,0.7041663825511932,771.0,197376.0,2675.122803312959,12632064.0 +140.69,8.199999809265137,4646.0,0.00889058317989111,0.1122233048081398,1.9894589185714722,-0.010742731392383575,0.3649469316005707,0.7293950915336609,772.0,197632.0,2678.6494555380195,12648448.0 +165.67,8.300000190734863,4855.0,0.007378478068858385,0.09259033203125,1.982229232788086,-0.014036916196346283,0.3166392147541046,0.7178619801998138,773.0,197888.0,2682.024521645857,12664832.0 +156.57,8.399999618530273,4769.0,0.008357689715921879,0.1052042618393898,2.0273818969726562,-0.01299119833856821,0.31249502301216125,0.7272549867630005,774.0,198144.0,2685.460248522926,12681216.0 +149.85,8.800000190734863,4734.0,0.012342344038188457,0.1409505158662796,2.0149710178375244,-0.01631525531411171,0.3337371349334717,0.7296374440193176,775.0,198400.0,2688.921787906904,12697600.0 +169.61,8.199999809265137,4687.0,0.008343922905623913,0.10137939453125,2.0186357498168945,-0.012829087674617767,0.3607369661331177,0.7215819954872131,776.0,198656.0,2692.4180093568284,12713984.0 +142.79,8.600000381469727,4927.0,0.010332315228879452,0.136962890625,2.006204843521118,-0.015599261038005352,0.3099508583545685,0.7317667603492737,777.0,198912.0,2695.743973596953,12730368.0 +157.14,8.300000190734863,4940.0,0.009921547956764698,0.1234130859375,2.008795738220215,-0.01522460114210844,0.3414233922958374,0.7336218357086182,778.0,199168.0,2699.0610210888553,12746752.0 +163.18,8.5,5064.0,0.008327372372150421,0.1073404923081398,2.0090696811676025,-0.01504732295870781,0.3745003640651703,0.7203799784183502,779.0,199424.0,2702.2969901838806,12763136.0 +157.81,8.199999809265137,4923.0,0.0076350257731974125,0.0844523087143898,1.9979214668273926,-0.013151437975466251,0.4614763557910919,0.6322504580020905,780.0,199680.0,2705.625132142799,12779520.0 +146.65,8.399999618530273,4895.0,0.008072387427091599,0.09967041015625,2.061716318130493,-0.012761958874762058,0.27877572178840637,0.7465648651123047,781.0,199936.0,2708.9724714558106,12795904.0 +163.86,8.600000381469727,5025.0,0.0105283809825778,0.1306966096162796,2.0362322330474854,-0.016346173360943794,0.3081490099430084,0.7310181260108948,782.0,200192.0,2712.2334790728055,12812288.0 +148.47,8.399999618530273,4743.0,0.009377875365316868,0.1164754256606102,2.0139362812042236,-0.01455338392406702,0.34527716040611267,0.7361957132816315,783.0,200448.0,2715.688364621019,12828672.0 +121.96,8.600000381469727,4573.0,0.00855371356010437,0.0988362655043602,1.9845446348190308,-0.015096195042133331,0.38584068417549133,0.7205226421356201,784.0,200704.0,2719.2714911890216,12845056.0 +149.23,8.399999618530273,4626.0,0.009173600934445858,0.1073201522231102,1.9782816171646118,-0.01521273422986269,0.3537864685058594,0.7310716509819031,785.0,200960.0,2722.8138234778307,12861440.0 +135.38,8.600000381469727,4522.0,0.009550980292260647,0.11669921875,1.9709711074829102,-0.01638854667544365,0.3838708698749542,0.7347771525382996,786.0,201216.0,2726.437640187796,12877824.0 +101.39,9.199999809265137,4741.0,0.010007093660533428,0.11651611328125,1.8739213943481445,-0.015199534595012665,0.41056379675865173,0.729314774274826,787.0,201472.0,2729.893852362875,12894208.0 +119.95,8.699999809265137,4788.0,0.009400558657944202,0.1182454451918602,1.9481230974197388,-0.015273173339664936,0.3791118562221527,0.7129884362220764,788.0,201728.0,2733.316497005988,12910592.0 +94.63,9.199999809265137,5106.0,0.009689039550721645,0.1178792342543602,1.9271240234375,-0.016322597861289978,0.42132535576820374,0.7215346395969391,789.0,201984.0,2736.5256314959843,12926976.0 +84.28,8.899999618530273,4713.0,0.009508606046438217,0.1119384765625,1.9601606130599976,-0.016425134614109993,0.3866158425807953,0.7223833799362183,790.0,202240.0,2740.0021474228706,12943360.0 +130.72,8.5,4829.0,0.007758397608995438,0.0950927734375,1.9817713499069214,-0.014353062957525253,0.4315079152584076,0.7128771841526031,791.0,202496.0,2743.3952354248613,12959744.0 +134.88,8.699999809265137,5007.0,0.008663705550134182,0.1055908203125,1.9582834243774414,-0.016779279336333275,0.38169243931770325,0.7301150262355804,792.0,202752.0,2746.667681543855,12976128.0 +129.04,8.399999618530273,4884.0,0.007663744036108255,0.0907999649643898,1.9932098388671875,-0.012939606793224812,0.41649508476257324,0.7320623695850372,793.0,203008.0,2750.0224266469013,12992512.0 +112.4,8.199999809265137,5000.0,0.007203441113233566,0.0793863907456398,2.022804021835327,-0.013599478639662266,0.37021079659461975,0.7282419204711914,794.0,203264.0,2753.300023839809,13008896.0 +148.75,8.399999618530273,4761.0,0.008221247233450413,0.0928548201918602,1.9844245910644531,-0.014925290830433369,0.4398423731327057,0.702527642250061,795.0,203520.0,2756.7416159808636,13025280.0 +141.22,8.5,4512.0,0.008801477961242199,0.1080525740981102,1.981645107269287,-0.013844109140336514,0.4354889690876007,0.7290079891681671,796.0,203776.0,2760.37333755102,13041664.0 +115.8,8.600000381469727,4840.0,0.010519242845475674,0.1325480192899704,1.9527071714401245,-0.013405750505626202,0.43745771050453186,0.7207852900028229,797.0,204032.0,2763.7586006759666,13058048.0 +97.92,9.100000381469727,5052.0,0.009938962757587433,0.1102701798081398,1.9692450761795044,-0.015241555869579315,0.28138014674186707,0.809876874089241,798.0,204288.0,2767.0021493709646,13074432.0 +150.91,8.399999618530273,4767.0,0.008586721494793892,0.103515625,1.9657058715820312,-0.013676132075488567,0.4598727226257324,0.7156904935836792,799.0,204544.0,2770.4393863449804,13090816.0 +155.44,8.399999618530273,4569.0,0.009662345983088017,0.1157430037856102,1.966951847076416,-0.017235321924090385,0.42126333713531494,0.7228952050209045,800.0,204800.0,2774.0260011688806,13107200.0 +100.97,8.899999618530273,4589.0,0.010304747149348259,0.126953125,1.9491885900497437,-0.016018835827708244,0.36312612891197205,0.7558048367500305,801.0,205056.0,2777.5966799519956,13123584.0 +101.36,8.600000381469727,4846.0,0.009500020183622837,0.1180826798081398,1.9920932054519653,-0.015486680902540684,0.33282390236854553,0.7718847841024399,802.0,205312.0,2780.9781769318506,13139968.0 +138.34,8.699999809265137,4735.0,0.008421508595347404,0.1031901016831398,1.9615031480789185,-0.013818266801536083,0.39956924319267273,0.7680142372846603,803.0,205568.0,2784.4391286168247,13156352.0 +110.73,8.899999618530273,4722.0,0.008114178664982319,0.1035359725356102,1.9517364501953125,-0.014902102760970592,0.38918283581733704,0.7560970485210419,804.0,205824.0,2787.9095947379246,13172736.0 +130.38,7.699999809265137,4818.0,0.005914251785725355,0.0666097030043602,1.966410756111145,-0.01131459791213274,0.5455190539360046,0.7013653218746185,805.0,206080.0,2791.3110759609845,13189120.0 +98.8,9.300000190734863,4779.0,0.011004752479493618,0.1402994841337204,2.008530855178833,-0.018385177478194237,0.23965053260326385,0.7902514636516571,806.0,206336.0,2794.7397552009206,13205504.0 +152.46,8.600000381469727,4872.0,0.010170734487473965,0.1299845427274704,1.9786900281906128,-0.016510454937815666,0.3457256853580475,0.7423798739910126,807.0,206592.0,2798.103113592835,13221888.0 +116.71,8.5,4833.0,0.00895821675658226,0.1017049178481102,1.9766759872436523,-0.016193928197026253,0.35408785939216614,0.7241992354393005,808.0,206848.0,2801.493504046928,13238272.0 +162.18,8.699999809265137,4935.0,0.009612633846700191,0.1261800080537796,1.953880786895752,-0.013791286386549473,0.331885427236557,0.7275843918323517,809.0,207104.0,2804.814855428878,13254656.0 +115.61,8.699999809265137,4672.0,0.008161635138094425,0.1038614884018898,1.9760571718215942,-0.01394766103476286,0.3260086476802826,0.7457645535469055,810.0,207360.0,2808.321961735841,13271040.0 +162.18,7.900000095367432,4785.0,0.008360697887837887,0.1016845703125,2.03439998626709,-0.013732063584029675,0.3470889627933502,0.7253602147102356,811.0,207616.0,2811.7461076388136,13287424.0 +190.49,8.199999809265137,4668.0,0.008974670432507992,0.1099650040268898,2.0488438606262207,-0.015157818794250488,0.3177775740623474,0.7194803059101105,812.0,207872.0,2815.256835545879,13303808.0 +171.21,8.100000381469727,5214.0,0.008231156505644321,0.1058349609375,2.0219857692718506,-0.014342316426336765,0.35980653762817383,0.7452979981899261,813.0,208128.0,2818.399413693929,13320192.0 +173.54,8.5,5132.0,0.008234868757426739,0.1070963516831398,1.979188323020935,-0.014333691447973251,0.3607642650604248,0.748523473739624,814.0,208384.0,2821.5960328499787,13336576.0 +144.51,8.300000190734863,4798.0,0.007859394885599613,0.0920206680893898,1.9779986143112183,-0.012203570455312729,0.4486840069293976,0.7232599854469299,815.0,208640.0,2825.011227368843,13352960.0 +127.33,8.600000381469727,4754.0,0.011055201292037964,0.12005615234375,1.949461579322815,-0.012562480755150318,0.3810763657093048,0.7452597320079803,816.0,208896.0,2828.4581523397937,13369344.0 +149.96,8.5,4491.0,0.006940849125385284,0.08587646484375,1.9925141334533691,-0.013276639394462109,0.2994712293148041,0.7548928558826447,817.0,209152.0,2832.1064383389894,13385728.0 +163.18,8.699999809265137,4363.0,0.008546163327991962,0.1124471053481102,2.013174533843994,-0.013448428362607956,0.2694971561431885,0.7738372832536697,818.0,209408.0,2835.8620962388813,13402112.0 +179.36,8.399999618530273,4476.0,0.009220561012625694,0.1171671524643898,2.0466630458831787,-0.012533199973404408,0.30228742957115173,0.7304485738277435,819.0,209664.0,2839.522653425811,13418496.0 +235.88,8.199999809265137,4450.0,0.009227832779288292,0.1152750626206398,2.0513241291046143,-0.01284440141171217,0.2971520721912384,0.7185211181640625,820.0,209920.0,2843.2044414610136,13434880.0 +167.43,8.399999618530273,4573.0,0.009362922050058842,0.120361328125,2.0581252574920654,-0.01281287893652916,0.28482723236083984,0.7347312569618225,821.0,210176.0,2846.787842924008,13451264.0 +176.45,7.699999809265137,4746.0,0.007564462721347809,0.0883382186293602,2.045382261276245,-0.01113185565918684,0.40833428502082825,0.6903016269207001,822.0,210432.0,2850.24068562896,13467648.0 +218.33,7.199999809265137,4686.0,0.007891767658293247,0.0971476212143898,2.077763080596924,-0.012888393364846706,0.42715272307395935,0.6528486013412476,823.0,210688.0,2853.7372046660166,13484032.0 +175.87,7.900000095367432,4518.0,0.00885116308927536,0.1087239608168602,2.038472890853882,-0.011589319445192814,0.41289615631103516,0.6934415102005005,824.0,210944.0,2857.3641683110036,13500416.0 +132.72,9.199999809265137,4517.0,0.012079107575118542,0.1514078825712204,2.017883062362671,-0.016513707116246223,0.21211956441402435,0.8246755003929138,825.0,211200.0,2860.9918261589482,13516800.0 +178.97,7.800000190734863,4457.0,0.00979547668248415,0.1134847030043602,2.0246849060058594,-0.01244290079921484,0.3975464105606079,0.7140058279037476,826.0,211456.0,2864.668403798947,13533184.0 +139.45,8.800000190734863,4305.0,0.010657880455255508,0.1391194611787796,2.056760311126709,-0.015876885503530502,0.24182230234146118,0.7859275341033936,827.0,211712.0,2868.474568821024,13549568.0 +170.84,8.399999618530273,4741.0,0.011855713091790676,0.1514689177274704,2.035828113555908,-0.014956265687942505,0.30893072485923767,0.7406571507453918,828.0,211968.0,2871.9308048558887,13565952.0 +179.77,8.300000190734863,4804.0,0.0082052331417799,0.1040445938706398,2.0102217197418213,-0.012248419225215912,0.35409581661224365,0.7203514575958252,829.0,212224.0,2875.342276740819,13582336.0 +148.71,8.399999618530273,4923.0,0.009619181975722313,0.1151326522231102,1.9750515222549438,-0.01337739359587431,0.4330211877822876,0.7023064196109772,830.0,212480.0,2878.6703866848256,13598720.0 +126.82,8.899999618530273,5012.0,0.010152305476367474,0.1340535432100296,1.9997005462646484,-0.012091286480426788,0.31142520904541016,0.7386910319328308,831.0,212736.0,2881.9442376678344,13615104.0 +196.62,8.300000190734863,4867.0,0.009257926605641842,0.1172281876206398,1.987179160118103,-0.014380287379026413,0.295943021774292,0.7581457644701004,832.0,212992.0,2885.311080309795,13631488.0 +159.67,8.800000190734863,4934.0,0.010580741800367832,0.1366984099149704,2.0452117919921875,-0.01518312469124794,0.23607565462589264,0.7658050060272217,833.0,213248.0,2888.632029479835,13647872.0 +209.65,8.399999618530273,4836.0,0.009663672186434269,0.1199137344956398,2.0493719577789307,-0.012137404642999172,0.2868855595588684,0.7167031764984131,834.0,213504.0,2892.019947025925,13664256.0 +190.92,7.699999809265137,4720.0,0.008146336302161217,0.0984090194106102,2.0223488807678223,-0.013876157812774181,0.40846899151802063,0.662039577960968,835.0,213760.0,2895.492065571947,13680640.0 +229.25,7.599999904632568,4932.0,0.007122395094484091,0.08782958984375,2.0386462211608887,-0.009545429609715939,0.3914785087108612,0.6977638900279999,836.0,214016.0,2898.814556850819,13697024.0 +160.01,8.600000381469727,4744.0,0.01109472569078207,0.1422322541475296,2.0047054290771484,-0.016225112602114677,0.33718547224998474,0.7421143054962158,837.0,214272.0,2902.268405536888,13713408.0 +137.58,8.399999618530273,4709.0,0.010031956247985363,0.1250406950712204,2.045013666152954,-0.01715703308582306,0.3000883162021637,0.7621250152587891,838.0,214528.0,2905.7480707918294,13729792.0 +148.23,8.300000190734863,4982.0,0.00993056409060955,0.10980224609375,2.03013014793396,-0.015909388661384583,0.3603624403476715,0.7462178170681,839.0,214784.0,2909.0369254318066,13746176.0 +145.98,8.399999618530273,4772.0,0.010727334767580032,0.1331583708524704,1.9839982986450195,-0.01584424078464508,0.38605329394340515,0.7403615117073059,840.0,215040.0,2912.470335867023,13762560.0 +134.63,8.0,4611.0,0.010761421173810959,0.1323649138212204,1.968506932258606,-0.01682545803487301,0.43662527203559875,0.7450642585754395,841.0,215296.0,2916.0239811369684,13778944.0 +157.28,8.100000381469727,4735.0,0.008874244056642056,0.10931396484375,1.9953479766845703,-0.017273956909775734,0.4265853464603424,0.7322771847248077,842.0,215552.0,2919.4848092319444,13795328.0 +127.55,8.899999618530273,4941.0,0.010719358921051025,0.1302083283662796,2.0172901153564453,-0.01837017573416233,0.2541988790035248,0.8258164376020432,843.0,215808.0,2922.801981645869,13811712.0 +152.98,8.199999809265137,4930.0,0.009343053214251995,0.12213134765625,2.0231306552886963,-0.015600183047354221,0.36316797137260437,0.7643570750951767,844.0,216064.0,2926.1252927158494,13828096.0 +169.15,8.300000190734863,4785.0,0.00948360376060009,0.1219482421875,1.9886049032211304,-0.013383152894675732,0.3545985519886017,0.7666380405426025,845.0,216320.0,2929.5495741178747,13844480.0 +162.6,8.600000381469727,4917.0,0.012319587171077728,0.1531982421875,1.9706950187683105,-0.01744295470416546,0.32908323407173157,0.7601791471242905,846.0,216576.0,2932.8822539579123,13860864.0 +119.9,9.100000381469727,4838.0,0.014836388640105724,0.1732177734375,1.9345535039901733,-0.015001054853200912,0.27697280049324036,0.7914301156997681,847.0,216832.0,2936.269018066814,13877248.0 +158.32,8.5,4809.0,0.011652919463813305,0.14825439453125,1.9686903953552246,-0.016938768327236176,0.32632291316986084,0.7469666004180908,848.0,217088.0,2939.676434634952,13893632.0 +153.96,8.600000381469727,4513.0,0.011685594916343689,0.1480509489774704,1.8863128423690796,-0.016718395054340363,0.42288291454315186,0.7346763610839844,849.0,217344.0,2943.3074030207936,13910016.0 +113.03,8.300000190734863,4478.0,0.009946038015186787,0.1249796524643898,1.9585610628128052,-0.015389546751976013,0.37976589798927307,0.7326682507991791,850.0,217600.0,2946.966405721847,13926400.0 +137.01,8.399999618530273,4480.0,0.01103382557630539,0.1427408903837204,1.9471759796142578,-0.015346570871770382,0.3093409836292267,0.7718882709741592,851.0,217856.0,2950.6235589080025,13942784.0 +166.12,8.699999809265137,4485.0,0.011187609285116196,0.1437784880399704,1.9656189680099487,-0.014521453529596329,0.2882094085216522,0.7692148983478546,852.0,218112.0,2954.282473790925,13959168.0 +198.71,8.0,4605.0,0.010857410728931427,0.13421630859375,1.9829555749893188,-0.014622732065618038,0.3929700553417206,0.7141180634498596,853.0,218368.0,2957.840909668943,13975552.0 +154.57,8.0,4538.0,0.00870510470122099,0.1089274063706398,1.9661637544631958,-0.014436711557209492,0.3553493320941925,0.747132807970047,854.0,218624.0,2961.4518270518165,13991936.0 +144.97,8.600000381469727,4435.0,0.010674149729311466,0.1241048201918602,1.938430905342102,-0.015832819044589996,0.2941090762615204,0.7692208588123322,855.0,218880.0,2965.1466610219795,14008320.0 +177.16,8.5,4584.0,0.009897125884890556,0.1279703825712204,1.9413299560546875,-0.01615189015865326,0.27324995398521423,0.7681270986795425,856.0,219136.0,2968.7212357500102,14024704.0 +201.11,8.0,4578.0,0.009851368144154549,0.1258951872587204,1.984737753868103,-0.01217497605830431,0.3555891513824463,0.6739907562732697,857.0,219392.0,2972.3010121288244,14041088.0 +216.6,7.699999809265137,4936.0,0.007911388762295246,0.0992024764418602,1.9711591005325317,-0.013272852636873722,0.37163519859313965,0.7146341800689697,858.0,219648.0,2975.6209403839894,14057472.0 +195.13,8.199999809265137,4927.0,0.00896286591887474,0.1106770858168602,2.0338828563690186,-0.012410824187099934,0.2414681762456894,0.7471622824668884,859.0,219904.0,2978.9467538618483,14073856.0 +220.69,7.5,5077.0,0.007664849516004324,0.0954386368393898,2.038496732711792,-0.014403875917196274,0.32578790187835693,0.7092705965042114,860.0,220160.0,2982.174069599947,14090240.0 +229.98,8.100000381469727,4943.0,0.010248462669551373,0.1362101286649704,2.070627212524414,-0.012903306633234024,0.2461366206407547,0.7352139353752136,861.0,220416.0,2985.4896392410155,14106624.0 +273.57,7.900000095367432,4932.0,0.010842167772352695,0.1367390900850296,2.0471131801605225,-0.01715243048965931,0.2856845259666443,0.7377806901931763,862.0,220672.0,2988.811834204942,14123008.0 +198.31,8.399999618530273,5003.0,0.012036439962685108,0.1526896208524704,1.9880460500717163,-0.016730664297938347,0.30604270100593567,0.7460524141788483,863.0,220928.0,2992.08712755586,14139392.0 +125.61,8.699999809265137,5071.0,0.011790347285568714,0.1526896208524704,1.9568294286727905,-0.016683490946888924,0.3345503807067871,0.7363373935222626,864.0,221184.0,2995.3185598978307,14155776.0 +141.13,8.300000190734863,4831.0,0.010084539651870728,0.1267496794462204,1.988147258758545,-0.011896396987140179,0.34002867341041565,0.737452894449234,865.0,221440.0,2998.710297022015,14172160.0 +172.72,8.399999618530273,5011.0,0.010326297022402287,0.1302286833524704,2.0109050273895264,-0.01710047759115696,0.2595103085041046,0.7615469694137573,866.0,221696.0,3001.9805489878636,14188544.0 +218.64,8.399999618530273,4761.0,0.010698928497731686,0.13604736328125,2.0073401927948,-0.01490183174610138,0.28642550110816956,0.7785790711641312,867.0,221952.0,3005.421954886988,14204928.0 +187.46,8.600000381469727,4703.0,0.013037527911365032,0.1593424528837204,2.0270566940307617,-0.015125696547329426,0.23692671954631805,0.7709163725376129,868.0,222208.0,3008.9059832349885,14221312.0 +218.63,7.699999809265137,4652.0,0.009180509485304356,0.11029052734375,1.999533772468567,-0.013428379781544209,0.3926701545715332,0.6611110866069794,869.0,222464.0,3012.427999050822,14237696.0 +184.31,8.600000381469727,4908.0,0.00997595302760601,0.1222127303481102,1.972409725189209,-0.012353532016277313,0.2765718400478363,0.7651911526918411,870.0,222720.0,3015.7715588319115,14254080.0 +200.45,8.300000190734863,4900.0,0.011852443218231201,0.1392822265625,1.9814826250076294,-0.013798830099403858,0.3107791543006897,0.7405034899711609,871.0,222976.0,3019.115606411826,14270464.0 +171.13,8.5,5007.0,0.009041334502398968,0.1154378280043602,1.990920901298523,-0.01541052758693695,0.2779211103916168,0.7750323116779327,872.0,223232.0,3022.3883606249,14286848.0 +145.13,8.199999809265137,4879.0,0.008459243923425674,0.1046956405043602,2.021743059158325,-0.014029636047780514,0.3078102469444275,0.7184514999389648,873.0,223488.0,3025.746858737897,14303232.0 +226.19,8.100000381469727,4760.0,0.011439717374742031,0.1458536833524704,2.0337424278259277,-0.010194848291575909,0.32377898693084717,0.6665783226490021,874.0,223744.0,3029.18923226092,14319616.0 +196.43,7.900000095367432,4753.0,0.01283635850995779,0.1503702849149704,1.9660271406173706,-0.016148986294865608,0.3391006290912628,0.7230194807052612,875.0,224000.0,3032.6364487898536,14336000.0 +150.76,8.699999809265137,4649.0,0.01248105987906456,0.1489461213350296,1.9302812814712524,-0.017625531181693077,0.30955639481544495,0.7683715969324112,876.0,224256.0,3036.161214165855,14352384.0 +181.36,8.600000381469727,4688.0,0.013257842510938644,0.1361897736787796,1.9006038904190063,-0.01558701228350401,0.3592895269393921,0.740403562784195,877.0,224512.0,3039.656116942875,14368768.0 +146.69,8.0,4690.0,0.011164993979036808,0.14385986328125,1.9013772010803223,-0.015769019722938538,0.4177180528640747,0.7101852297782898,878.0,224768.0,3043.150290059857,14385152.0 +114.3,8.899999618530273,4766.0,0.0111185098066926,0.13800048828125,1.8761321306228638,-0.017295757308602333,0.4243462085723877,0.7243485748767853,879.0,225024.0,3046.588297524024,14401536.0 +111.6,8.899999618530273,4824.0,0.01181687880307436,0.1392618864774704,1.8111990690231323,-0.015091821551322937,0.44417157769203186,0.7271422445774078,880.0,225280.0,3049.984856133815,14417920.0 +124.59,8.899999618530273,4668.0,0.011428671889007092,0.13458251953125,1.8395496606826782,-0.016772113740444183,0.3357791006565094,0.7242074012756348,881.0,225536.0,3053.495444266824,14434304.0 +107.76,8.5,4551.0,0.010566716082394123,0.1244710311293602,1.8978146314620972,-0.015315786004066467,0.35133853554725647,0.7249675095081329,882.0,225792.0,3057.0959194540046,14450688.0 +146.57,8.699999809265137,4945.0,0.016165969893336296,0.1393636018037796,1.8828099966049194,-0.014118559658527374,0.3043476641178131,0.7638671398162842,883.0,226048.0,3060.409526995849,14467072.0 +124.72,8.0,4670.0,0.010475640185177326,0.1346638947725296,1.8185538053512573,-0.014632425270974636,0.5505085587501526,0.6881459057331085,884.0,226304.0,3063.9186914667953,14483456.0 +108.28,8.899999618530273,4932.0,0.013147037476301193,0.1493123322725296,1.811799168586731,-0.016196968033909798,0.40899571776390076,0.7422374486923218,885.0,226560.0,3067.2409329488873,14499840.0 +76.87,9.300000190734863,4894.0,0.010065003298223019,0.1209309920668602,1.838415265083313,-0.017191536724567413,0.3778468370437622,0.736024022102356,886.0,226816.0,3070.589503506897,14516224.0 +118.68,8.199999809265137,4853.0,0.009321996942162514,0.11602783203125,1.8338584899902344,-0.016220569610595703,0.5341833233833313,0.6480982601642609,887.0,227072.0,3073.9659277149476,14532608.0 +101.03,8.899999618530273,4982.0,0.011939252726733685,0.1322835236787796,1.790864109992981,-0.016937801614403725,0.4002438485622406,0.7379816770553589,888.0,227328.0,3077.2548205680214,14548992.0 +90.72,8.600000381469727,4913.0,0.008984615094959736,0.10955810546875,1.81866455078125,-0.016637390479445457,0.47865697741508484,0.7200012505054474,889.0,227584.0,3080.5899359188043,14565376.0 +101.27,8.5,4520.0,0.008203648962080479,0.0988362655043602,1.789311408996582,-0.01648823358118534,0.5560408234596252,0.6800103485584259,890.0,227840.0,3084.2153871629853,14581760.0 +93.33,9.100000381469727,4780.0,0.011882116086781025,0.1455281525850296,1.8078871965408325,-0.01770182140171528,0.4555347263813019,0.7012118697166443,891.0,228096.0,3087.6434977699537,14598144.0 +120.18,8.600000381469727,4556.0,0.00937692727893591,0.1138712540268898,1.8339883089065552,-0.016057223081588745,0.43108847737312317,0.718411386013031,892.0,228352.0,3091.2398676138837,14614528.0 +129.1,8.800000190734863,4579.0,0.012169121764600277,0.13525390625,1.8401641845703125,-0.01655680686235428,0.3874671459197998,0.713210254907608,893.0,228608.0,3094.8187239498366,14630912.0 +92.95,9.0,4772.0,0.008566603995859623,0.0977579727768898,1.7928041219711304,-0.014450856484472752,0.4197644293308258,0.730945348739624,894.0,228864.0,3098.252888632007,14647296.0 +115.71,7.400000095367432,4720.0,0.009372551925480366,0.0941975936293602,1.8439955711364746,-0.010192478075623512,0.5843898057937622,0.6486800312995911,895.0,229120.0,3101.724963014014,14663680.0 +108.6,8.899999618530273,4739.0,0.010463968850672245,0.1191813126206398,1.889053463935852,-0.01519085094332695,0.3677739202976227,0.7446118295192719,896.0,229376.0,3105.1835775608197,14680064.0 +107.84,8.699999809265137,4801.0,0.008200612850487232,0.09857177734375,1.845323085784912,-0.015987055376172066,0.3987251818180084,0.7227537035942078,897.0,229632.0,3108.5962744499557,14696448.0 +114.74,8.600000381469727,4842.0,0.01120090950280428,0.1398722380399704,1.873012661933899,-0.016872098669409752,0.3876931667327881,0.7394786775112152,898.0,229888.0,3111.980208195979,14712832.0 +116.63,8.699999809265137,4680.0,0.012056061066687107,0.1413370817899704,1.8201900720596313,-0.015638386830687523,0.4161868095397949,0.7216509282588959,899.0,230144.0,3115.4817192140035,14729216.0 +91.58,9.0,4844.0,0.008837933652102947,0.1023763045668602,1.8196544647216797,-0.015878500416874886,0.39740535616874695,0.7321299612522125,900.0,230400.0,3118.8642232757993,14745600.0 +114.17,8.899999618530273,4824.0,0.0116809057071805,0.1367390900850296,1.8017514944076538,-0.015595938079059124,0.33111095428466797,0.7494152784347534,901.0,230656.0,3122.2611488997936,14761984.0 +139.07,8.399999618530273,4769.0,0.010772478766739368,0.1217854842543602,1.8315969705581665,-0.015586783178150654,0.38113245368003845,0.6942632794380188,902.0,230912.0,3125.6966652779374,14778368.0 +112.64,8.899999618530273,4600.0,0.011559839360415936,0.1304931640625,1.8330425024032593,-0.015508227050304413,0.3765372037887573,0.6930859386920929,903.0,231168.0,3129.259028165834,14794752.0 +123.63,8.699999809265137,4872.0,0.01140675414353609,0.1351725310087204,1.7725205421447754,-0.014207892119884491,0.4518665373325348,0.6295633018016815,904.0,231424.0,3132.6224366349634,14811136.0 +106.48,9.0,4806.0,0.009153511375188828,0.1165974959731102,1.7755826711654663,-0.01171195413917303,0.3740728795528412,0.7007280588150024,905.0,231680.0,3136.0326159538236,14827520.0 +119.57,8.300000190734863,4718.0,0.007909500040113926,0.0866292342543602,1.8264609575271606,-0.012695672921836376,0.5077205300331116,0.6270941495895386,906.0,231936.0,3139.506058948813,14843904.0 +98.81,8.899999618530273,4733.0,0.009076022543013096,0.10699462890625,1.835963249206543,-0.0160652045160532,0.3385554552078247,0.7008066177368164,907.0,232192.0,3142.968587857904,14860288.0 +100.0,8.600000381469727,4855.0,0.006898005027323961,0.0820719376206398,1.8109917640686035,-0.012293321080505848,0.4877697229385376,0.6400042474269867,908.0,232448.0,3146.343982766848,14876672.0 +112.16,8.600000381469727,4625.0,0.009615444578230381,0.10693359375,1.822909951210022,-0.014408702962100506,0.42591214179992676,0.687991738319397,909.0,232704.0,3149.8868370619603,14893056.0 +118.09,8.600000381469727,4751.0,0.010692528448998928,0.1170450821518898,1.8317371606826782,-0.01604478806257248,0.38749977946281433,0.7317751049995422,910.0,232960.0,3153.335294758901,14909440.0 +127.75,8.5,4549.0,0.012220668606460094,0.14068603515625,1.8615984916687012,-0.017847074195742607,0.351041316986084,0.7335246205329895,911.0,233216.0,3156.937558355974,14925824.0 +122.61,8.899999618530273,4778.0,0.010797973722219467,0.1286417692899704,1.8551985025405884,-0.014806822873651981,0.34133028984069824,0.7257269620895386,912.0,233472.0,3160.366718722973,14942208.0 +96.48,8.600000381469727,4714.0,0.01024284865707159,0.1241251602768898,1.8346375226974487,-0.013764685951173306,0.4634278118610382,0.6723977029323578,913.0,233728.0,3163.843468959909,14958592.0 +170.67,8.399999618530273,4720.0,0.01701015792787075,0.1322224885225296,1.83058500289917,-0.010811091400682926,0.3849402666091919,0.7168495059013367,914.0,233984.0,3167.3148387549445,14974976.0 +120.19,8.699999809265137,4597.0,0.010338351130485535,0.1300252228975296,1.8396817445755005,-0.013162314891815186,0.412674218416214,0.6944107115268707,915.0,234240.0,3170.879097364843,14991360.0 +151.94,8.600000381469727,4701.0,0.010366575792431831,0.1224365234375,1.8614106178283691,-0.01211510319262743,0.3562915027141571,0.7379003167152405,916.0,234496.0,3174.3654125779867,15007744.0 +125.17,8.600000381469727,4617.0,0.008873813785612583,0.10400390625,1.8706358671188354,-0.01563849113881588,0.3663536608219147,0.721167802810669,917.0,234752.0,3177.9147114627995,15024128.0 +143.88,8.600000381469727,4668.0,0.012116588652133942,0.13104248046875,1.8711498975753784,-0.016281897202134132,0.3214535415172577,0.7092202305793762,918.0,235008.0,3181.4253245538566,15040512.0 +131.16,8.899999618530273,4824.0,0.009882156737148762,0.1308390349149704,1.8321014642715454,-0.015710780397057533,0.31290340423583984,0.7332637012004852,919.0,235264.0,3184.82169062295,15056896.0 +150.28,8.300000190734863,4744.0,0.008323614485561848,0.1005045548081398,1.8290997743606567,-0.014111855067312717,0.42601630091667175,0.7101362943649292,920.0,235520.0,3188.275720566977,15073280.0 +90.25,9.0,4670.0,0.011898874305188656,0.1315714567899704,1.856124997138977,-0.015198427252471447,0.3589946925640106,0.7224604785442352,921.0,235776.0,3191.784565969836,15089664.0 +120.36,8.5,4592.0,0.009887893684208393,0.1267496794462204,1.8914804458618164,-0.011307998560369015,0.372647762298584,0.7261264026165009,922.0,236032.0,3195.353235275019,15106048.0 +134.81,8.699999809265137,4562.0,0.008660509251058102,0.10601806640625,1.8800941705703735,-0.012530113570392132,0.3367323875427246,0.7215536534786224,923.0,236288.0,3198.944645582,15122432.0 +149.33,8.5,4790.0,0.010443306528031826,0.1306966096162796,1.8777371644973755,-0.014191258698701859,0.3625834882259369,0.718382328748703,924.0,236544.0,3202.365587077802,15138816.0 +132.79,8.800000190734863,4955.0,0.010654717683792114,0.1339111328125,1.887837529182434,-0.012790464796125889,0.3358466327190399,0.7265906035900116,925.0,236800.0,3205.672563928878,15155200.0 +113.35,9.199999809265137,4654.0,0.013803217560052872,0.1504313200712204,1.8512147665023804,-0.014926242642104626,0.31760409474372864,0.7355262041091919,926.0,237056.0,3209.1933621668722,15171584.0 +139.38,8.699999809265137,4606.0,0.014976614154875278,0.1728515625,1.9099005460739136,-0.013526865281164646,0.3065008223056793,0.7423827052116394,927.0,237312.0,3212.752973151859,15187968.0 +186.2,8.199999809265137,4719.0,0.012053213082253933,0.14361572265625,1.918249487876892,-0.01503022015094757,0.38258635997772217,0.6749559640884399,928.0,237568.0,3216.225652100984,15204352.0 +148.22,8.600000381469727,4706.0,0.01127226185053587,0.13275146484375,1.9379056692123413,-0.01682269759476185,0.3597145974636078,0.7033935189247131,929.0,237824.0,3219.7072690208443,15220736.0 +138.77,8.5,4575.0,0.011416371911764145,0.1361083984375,1.8997422456741333,-0.015873314812779427,0.40813472867012024,0.6928333044052124,930.0,238080.0,3223.2884576409124,15237120.0 +110.67,9.199999809265137,4838.0,0.012621915899217129,0.1501261442899704,1.8759959936141968,-0.01565164513885975,0.26751330494880676,0.7705880105495453,931.0,238336.0,3226.6753240288235,15253504.0 +163.75,8.300000190734863,4708.0,0.009598287753760815,0.1190999373793602,1.9124900102615356,-0.014951164834201336,0.3828488290309906,0.7290155291557312,932.0,238592.0,3230.1554909658153,15269888.0 +168.42,8.399999618530273,4619.0,0.009586586616933346,0.1200154647231102,1.9028805494308472,-0.013344202190637589,0.317017525434494,0.7687227576971054,933.0,238848.0,3233.703385805944,15286272.0 +161.43,8.100000381469727,4603.0,0.010254994966089725,0.1275838166475296,1.880191445350647,-0.01526640634983778,0.3720189034938812,0.753533661365509,934.0,239104.0,3237.2632260068785,15302656.0 +138.04,8.600000381469727,4553.0,0.010325864888727665,0.12176513671875,1.856369137763977,-0.015348928980529308,0.33600103855133057,0.7621978223323822,935.0,239360.0,3240.8618507909123,15319040.0 +177.42,8.300000190734863,4792.0,0.008552794344723225,0.1008707657456398,1.8277705907821655,-0.013022396713495255,0.45340344309806824,0.6872619986534119,936.0,239616.0,3244.28141254792,15335424.0 +165.02,8.100000381469727,4506.0,0.008254865184426308,0.1039835587143898,1.87469482421875,-0.013954833149909973,0.35660651326179504,0.7181866765022278,937.0,239872.0,3247.9177758498117,15351808.0 +151.29,8.699999809265137,4532.0,0.009990411810576916,0.1353963166475296,1.8899641036987305,-0.011680521070957184,0.24734510481357574,0.7743895053863525,938.0,240128.0,3251.5335566739086,15368192.0 +142.5,8.800000190734863,4599.0,0.009521969594061375,0.1175537109375,1.910319447517395,-0.012309093959629536,0.2864737808704376,0.7412911951541901,939.0,240384.0,3255.0968690018635,15384576.0 +236.22,8.199999809265137,4660.0,0.011838898062705994,0.15350341796875,1.8949904441833496,-0.014469739980995655,0.29878565669059753,0.7553142756223679,940.0,240640.0,3258.6128183808178,15400960.0 +160.68,8.399999618530273,4904.0,0.009958497248589993,0.1150105819106102,1.8760895729064941,-0.015550962649285793,0.42879822850227356,0.7030130624771118,941.0,240896.0,3261.954027259955,15417344.0 +136.33,8.899999618530273,4547.0,0.010604816488921642,0.1323445588350296,1.897067904472351,-0.014176939614117146,0.3022523820400238,0.771907389163971,942.0,241152.0,3265.5582993938588,15433728.0 +141.13,8.699999809265137,4557.0,0.01434872206300497,0.1609293669462204,1.9035816192626953,-0.015922514721751213,0.318069726228714,0.7378073632717133,943.0,241408.0,3269.154160160804,15450112.0 +142.41,8.0,4828.0,0.009803920052945614,0.1054484024643898,1.866154670715332,-0.013799622654914856,0.4681452810764313,0.6699826121330261,944.0,241664.0,3272.5504046578426,15466496.0 +111.85,8.600000381469727,4586.0,0.011733714491128922,0.1168212890625,1.8308666944503784,-0.013262621127068996,0.3962620496749878,0.7232263386249542,945.0,241920.0,3276.1231532148086,15482880.0 +110.62,8.699999809265137,4928.0,0.011954303830862045,0.1364339143037796,1.8734840154647827,-0.01317345630377531,0.34694579243659973,0.7107930779457092,946.0,242176.0,3279.448426268995,15499264.0 +122.47,8.600000381469727,4731.0,0.011138279922306538,0.1246134415268898,1.9163390398025513,-0.014154576696455479,0.28315290808677673,0.7176490128040314,947.0,242432.0,3282.9121234340128,15515648.0 +166.51,8.399999618530273,4462.0,0.00946641806513071,0.1134236678481102,1.8781152963638306,-0.015580602921545506,0.3958030045032501,0.6820842325687408,948.0,242688.0,3286.585417115828,15532032.0 +148.72,8.5,4550.0,0.010116065852344036,0.11407470703125,1.8236298561096191,-0.018234429880976677,0.48240017890930176,0.6851267218589783,949.0,242944.0,3290.186658505816,15548416.0 +87.4,9.0,4600.0,0.009260290302336216,0.1086832657456398,1.8711553812026978,-0.013952345587313175,0.35129523277282715,0.7134246528148651,950.0,243200.0,3293.749158825958,15564800.0 +128.65,8.699999809265137,4538.0,0.012775606475770473,0.11334228515625,1.8669904470443726,-0.014276355504989624,0.4074656069278717,0.6889384090900421,951.0,243456.0,3297.3598098049406,15581184.0 +110.19,8.699999809265137,4534.0,0.012212489731609821,0.1505330353975296,1.8481124639511108,-0.01659262552857399,0.3231809437274933,0.7453675270080566,952.0,243712.0,3300.9739337619394,15597568.0 +172.76,8.899999618530273,4776.0,0.01010855846107006,0.1279093474149704,1.8674817085266113,-0.013441191054880619,0.30090269446372986,0.7399126589298248,953.0,243968.0,3304.4051461978815,15613952.0 +107.37,8.600000381469727,4741.0,0.011237041093409061,0.131591796875,1.8440910577774048,-0.01517791673541069,0.384519100189209,0.6869519948959351,954.0,244224.0,3307.8612560958136,15630336.0 +108.91,8.899999618530273,4763.0,0.008111356757581234,0.10076904296875,1.8290871381759644,-0.013155926018953323,0.38447287678718567,0.7264581918716431,955.0,244480.0,3311.301421862794,15646720.0 +111.52,9.0,4882.0,0.009821229614317417,0.11895751953125,1.8214749097824097,-0.01479834783822298,0.3560977876186371,0.7598007321357727,956.0,244736.0,3314.658357026987,15663104.0 +135.59,8.399999618530273,4881.0,0.008219224400818348,0.0974934920668602,1.8182454109191895,-0.013335674069821835,0.4975380599498749,0.6363142728805542,957.0,244992.0,3318.015271532815,15679488.0 +140.57,8.600000381469727,4980.0,0.00907337386161089,0.098388671875,1.789900302886963,-0.011149853467941284,0.4675614833831787,0.6749235987663269,958.0,245248.0,3321.3057145089842,15695872.0 +81.49,9.0,4930.0,0.010651502758264542,0.1104532852768898,1.8671821355819702,-0.012679067440330982,0.3226369321346283,0.7490806579589844,959.0,245504.0,3324.629686092958,15712256.0 +111.94,9.399999618530273,5015.0,0.00889529474079609,0.1050618514418602,1.8359485864639282,-0.013222341425716877,0.333699494600296,0.7259731292724609,960.0,245760.0,3327.8972688708454,15728640.0 +97.57,8.899999618530273,5040.0,0.010227945633232594,0.1161295548081398,1.8833361864089966,-0.016614394262433052,0.32285434007644653,0.7197402119636536,961.0,246016.0,3331.1489462510217,15745024.0 +159.03,8.300000190734863,5114.0,0.009238000959157944,0.1130167618393898,1.8686796426773071,-0.013803702779114246,0.4782380163669586,0.6622258722782135,962.0,246272.0,3334.353219905868,15761408.0 +114.82,8.899999618530273,4870.0,0.010254407301545143,0.114501953125,1.8352020978927612,-0.013909121043980122,0.42103278636932373,0.6677619814872742,963.0,246528.0,3337.718028452946,15777792.0 +121.61,9.0,4850.0,0.01195131242275238,0.1367594450712204,1.8133183717727661,-0.01643686182796955,0.3713623583316803,0.6909419298171997,964.0,246784.0,3341.096599873854,15794176.0 +87.55,9.300000190734863,4684.0,0.009978361427783966,0.1152750626206398,1.8379688262939453,-0.015189127065241337,0.3554409444332123,0.6945021152496338,965.0,247040.0,3344.600178330904,15810560.0 +139.16,8.399999618530273,5105.0,0.009495326317846775,0.1177978515625,1.8453730344772339,-0.013091097585856915,0.43505534529685974,0.663373738527298,966.0,247296.0,3347.8102013808675,15826944.0 +106.68,8.300000190734863,4860.0,0.010066586546599865,0.1151936873793602,1.845438838005066,-0.01401639636605978,0.43771398067474365,0.6577180325984955,967.0,247552.0,3351.1817491289694,15843328.0 +89.02,9.399999618530273,4741.0,0.010368921793997288,0.1136271134018898,1.874301791191101,-0.016256898641586304,0.34867584705352783,0.7164235711097717,968.0,247808.0,3354.637863074895,15859712.0 +126.31,9.199999809265137,4656.0,0.009959298186004162,0.1168212890625,1.8896249532699585,-0.014711607247591019,0.3372240960597992,0.7102095484733582,969.0,248064.0,3358.1572911830153,15876096.0 +112.95,8.899999618530273,4834.0,0.010436460375785828,0.12042236328125,1.8985824584960938,-0.011862688697874546,0.32163962721824646,0.7338528633117676,970.0,248320.0,3361.54753813101,15892480.0 +122.85,9.100000381469727,4727.0,0.010570860467851162,0.12615966796875,1.9064289331436157,-0.01491792593151331,0.29571887850761414,0.7320204079151154,971.0,248576.0,3365.013830520911,15908864.0 +130.12,8.600000381469727,4692.0,0.009472825564444065,0.1090087890625,1.8661350011825562,-0.01453012228012085,0.3808732330799103,0.671965628862381,972.0,248832.0,3368.506387577858,15925248.0 +109.81,9.199999809265137,4865.0,0.013134141452610493,0.1379191130399704,1.865876317024231,-0.014433462172746658,0.30581673979759216,0.6962554752826691,973.0,249088.0,3371.874412041856,15941632.0 +165.08,8.5,4876.0,0.009099793620407581,0.1130574569106102,1.8661041259765625,-0.01309747714549303,0.43325141072273254,0.6474412083625793,974.0,249344.0,3375.235514206812,15958016.0 +128.34,8.300000190734863,5071.0,0.007971028797328472,0.0956827774643898,1.8656644821166992,-0.014125308953225613,0.44564327597618103,0.6498853266239166,975.0,249600.0,3378.467015101807,15974400.0 +95.01,8.800000190734863,4944.0,0.012558982707560062,0.1201375350356102,1.8590041399002075,-0.01578790694475174,0.38050076365470886,0.6858462393283844,976.0,249856.0,3381.781490726862,15990784.0 +109.99,8.800000190734863,5028.0,0.013043448328971863,0.1395467072725296,1.8748003244400024,-0.013920813798904419,0.4071517884731293,0.6778822839260101,977.0,250112.0,3385.0409029049333,16007168.0 +121.59,9.0,5010.0,0.008436323143541813,0.0974527969956398,1.8167357444763184,-0.014674457721412182,0.4265068471431732,0.6537879109382629,978.0,250368.0,3388.3118721640203,16023552.0 +98.73,8.800000190734863,4931.0,0.009095710702240467,0.1054280623793602,1.81235933303833,-0.015086635947227478,0.41494110226631165,0.6385590136051178,979.0,250624.0,3391.635581829818,16039936.0 +115.33,8.899999618530273,4756.0,0.010975409299135208,0.1308390349149704,1.8334912061691284,-0.013796381652355194,0.36579492688179016,0.701800674200058,980.0,250880.0,3395.0812412698288,16056320.0 +106.56,8.399999618530273,4607.0,0.01040071714669466,0.113037109375,1.834938406944275,-0.015571915544569492,0.43975046277046204,0.6505613029003143,981.0,251136.0,3398.6382648039144,16072704.0 +96.71,9.100000381469727,4740.0,0.007479117717593908,0.0885213240981102,1.8421887159347534,-0.015794502571225166,0.44041821360588074,0.630158931016922,982.0,251392.0,3402.0951871948782,16089088.0 +79.93,8.699999809265137,4845.0,0.010956492274999619,0.11968994140625,1.8454228639602661,-0.014256821013987064,0.4529062807559967,0.6704305708408356,983.0,251648.0,3405.4797311909497,16105472.0 +102.78,8.800000190734863,4883.0,0.010291367769241333,0.1232503280043602,1.822277545928955,-0.015004854649305344,0.4512905180454254,0.6562572121620178,984.0,251904.0,3408.8355413638055,16121856.0 +97.51,8.899999618530273,4851.0,0.00959011074155569,0.10650634765625,1.8607234954833984,-0.014518157579004765,0.4119873344898224,0.6657894253730774,985.0,252160.0,3412.21349981986,16138240.0 +81.24,9.399999618530273,4893.0,0.010086472146213055,0.1077677384018898,1.8289772272109985,-0.013738542795181274,0.34981095790863037,0.7164821624755859,986.0,252416.0,3415.562403923832,16154624.0 +98.75,8.899999618530273,4721.0,0.00793235469609499,0.09588623046875,1.8328152894973755,-0.01337182242423296,0.402164489030838,0.6760789752006531,987.0,252672.0,3419.033095462946,16171008.0 +100.47,9.399999618530273,4837.0,0.010394154116511345,0.1353759765625,1.7937211990356445,-0.017256945371627808,0.3797818422317505,0.6749295890331268,988.0,252928.0,3422.421225119848,16187392.0 +103.52,8.699999809265137,4559.0,0.0115048224106431,0.1394246369600296,1.8195089101791382,-0.016609957441687584,0.4021742045879364,0.706948459148407,989.0,253184.0,3426.0155819819774,16203776.0 +77.58,8.800000190734863,4777.0,0.011428293772041798,0.1517130583524704,1.8390177488327026,-0.01189932506531477,0.3820818364620209,0.7029951810836792,990.0,253440.0,3429.4455078719184,16220160.0 +81.21,8.399999618530273,4804.0,0.0088356239721179,0.1062825545668602,1.8666292428970337,-0.015056244097650051,0.4665670096874237,0.66974076628685,991.0,253696.0,3432.856227505021,16236544.0 +117.54,8.899999618530273,5016.0,0.009091095067560673,0.11260986328125,1.8894180059432983,-0.013060913421213627,0.32772573828697205,0.7000960111618042,992.0,253952.0,3436.123172375839,16252928.0 +113.46,8.600000381469727,4741.0,0.010142047889530659,0.11676025390625,1.8527864217758179,-0.01380688976496458,0.4770261347293854,0.6372197568416595,993.0,254208.0,3439.5792513208,16269312.0 +110.43,8.300000190734863,4777.0,0.00868307240307331,0.0914713516831398,1.839890480041504,-0.012124639004468918,0.5360375046730042,0.5748271048069,994.0,254464.0,3443.009001615923,16285696.0 +100.47,9.199999809265137,4374.0,0.011651030741631985,0.1479288786649704,1.8474448919296265,-0.015450317412614822,0.2725718915462494,0.7290916442871094,995.0,254720.0,3446.7556258128025,16302080.0 +119.38,9.0,4889.0,0.010675269179046154,0.1354777067899704,1.9083417654037476,-0.01284104585647583,0.355533629655838,0.6674483716487885,996.0,254976.0,3450.1073762199376,16318464.0 +122.8,9.399999618530273,4790.0,0.013507655821740627,0.1571451872587204,1.9194122552871704,-0.01604386977851391,0.2319747656583786,0.7446408867835999,997.0,255232.0,3453.5285860919394,16334848.0 +96.44,8.899999618530273,4833.0,0.009755204431712627,0.1235555037856102,1.8972474336624146,-0.015524853020906448,0.3611288070678711,0.6956005990505219,998.0,255488.0,3456.918788618874,16351232.0 +132.68,8.800000190734863,4900.0,0.010272218845784664,0.1324462890625,1.9192510843276978,-0.014102811925113201,0.29072365164756775,0.7405840158462524,999.0,255744.0,3460.2626895888243,16367616.0 +123.45,9.199999809265137,4692.0,0.010816574096679688,0.13092041015625,1.8923444747924805,-0.015339773148298264,0.23923002183437347,0.780651181936264,1000.0,256000.0,3463.7551746149547,16384000.0 +135.82,8.100000381469727,4428.0,0.007046458777040243,0.08453369140625,1.9487000703811646,-0.013342652469873428,0.37420547008514404,0.6642703115940094,1001.0,256256.0,3467.4566345419735,16400384.0 +131.76,8.600000381469727,4582.0,0.009363789111375809,0.1197509765625,1.9058502912521362,-0.014778758399188519,0.36728164553642273,0.6547401547431946,1002.0,256512.0,3471.033087707823,16416768.0 +165.47,7.900000095367432,4389.0,0.010863792151212692,0.1269734650850296,1.90484619140625,-0.011924833990633488,0.4465737044811249,0.6391800940036774,1003.0,256768.0,3474.7662018518895,16433152.0 +156.65,8.800000190734863,4670.0,0.006721837446093559,0.0780232772231102,1.863290786743164,-0.011862475425004959,0.4052989184856415,0.675337016582489,1004.0,257024.0,3478.2748513189144,16449536.0 +114.09,8.699999809265137,4593.0,0.009990702383220196,0.12042236328125,1.9252740144729614,-0.014376186765730381,0.34321966767311096,0.6968200504779816,1005.0,257280.0,3481.8426781978924,16465920.0 +96.69,9.199999809265137,4768.0,0.014018875546753407,0.1350301057100296,1.8514772653579712,-0.01584656722843647,0.3203064501285553,0.7358790338039398,1006.0,257536.0,3485.2792924228124,16482304.0 +121.52,8.5,4891.0,0.009882550686597824,0.1226806640625,1.8571372032165527,-0.013817314989864826,0.39702916145324707,0.6882981956005096,1007.0,257792.0,3488.6294638218824,16498688.0 +134.22,8.300000190734863,4803.0,0.010088386945426464,0.1294148713350296,1.8250588178634644,-0.015646377578377724,0.4369620978832245,0.7233012318611145,1008.0,258048.0,3492.040694727795,16515072.0 +112.29,8.800000190734863,5126.0,0.012498482130467892,0.1489054411649704,1.8769551515579224,-0.018363304436206818,0.30145156383514404,0.7526872456073761,1009.0,258304.0,3495.237834305968,16531456.0 +135.51,8.699999809265137,4671.0,0.00825391337275505,0.09954833984375,1.862446665763855,-0.015114319510757923,0.40324124693870544,0.6887083351612091,1010.0,258560.0,3498.7455033648293,16547840.0 +98.38,9.199999809265137,4474.0,0.010545442812144756,0.13421630859375,1.8508790731430054,-0.015308110974729061,0.29285547137260437,0.7702035158872604,1011.0,258816.0,3502.408299066825,16564224.0 +121.23,9.0,4504.0,0.009510715492069721,0.11297607421875,1.8442069292068481,-0.014299307949841022,0.3171866238117218,0.76692134141922,1012.0,259072.0,3506.0463175559416,16580608.0 +113.28,8.699999809265137,4502.0,0.01096124853938818,0.1345011442899704,1.8607345819473267,-0.013774198479950428,0.3626728057861328,0.7236362993717194,1013.0,259328.0,3509.6861508628353,16596992.0 +150.95,8.800000190734863,4693.0,0.01143693458288908,0.1412353515625,1.8797410726547241,-0.016937285661697388,0.3214242160320282,0.7580701261758804,1014.0,259584.0,3513.1775727628265,16613376.0 +111.88,8.899999618530273,4496.0,0.011736215092241764,0.14434814453125,1.856992244720459,-0.014007187448441982,0.34304285049438477,0.756632536649704,1015.0,259840.0,3516.8217697758228,16629760.0 +133.76,8.899999618530273,4645.0,0.011561748571693897,0.1247965469956398,1.862390160560608,-0.016571516171097755,0.31773489713668823,0.7413163483142853,1016.0,260096.0,3520.349591084989,16646144.0 +135.47,8.800000190734863,4590.0,0.01226711180061102,0.1501057893037796,1.863236904144287,-0.016431426629424095,0.38638874888420105,0.7425181567668915,1017.0,260352.0,3523.919791696826,16662528.0 +94.91,8.800000190734863,4470.0,0.01187062542885542,0.1476643830537796,1.8770004510879517,-0.016073323786258698,0.33327174186706543,0.7461805641651154,1018.0,260608.0,3527.585913616931,16678912.0 +146.78,8.199999809265137,4665.0,0.013235296122729778,0.1502278596162796,1.9097042083740234,-0.013856165111064911,0.3813556730747223,0.7061879336833954,1019.0,260864.0,3531.0984376179986,16695296.0 +119.69,9.100000381469727,4819.0,0.011703512631356716,0.1441650390625,1.8697919845581055,-0.01537136361002922,0.3376632630825043,0.7333577275276184,1020.0,261120.0,3534.4989063770045,16711680.0 +135.82,9.100000381469727,4807.0,0.012362164445221424,0.1448771208524704,1.9185771942138672,-0.016825320199131966,0.26494744420051575,0.7762949019670486,1021.0,261376.0,3537.9072422177996,16728064.0 +143.96,8.800000190734863,4776.0,0.013669638894498348,0.16357421875,1.9233559370040894,-0.01739821396768093,0.2561838626861572,0.7618328183889389,1022.0,261632.0,3541.337939266814,16744448.0 +157.12,8.300000190734863,4808.0,0.009935572743415833,0.1223348006606102,1.9144154787063599,-0.016187654808163643,0.3450392186641693,0.7274890244007111,1023.0,261888.0,3544.7460090108216,16760832.0 +131.42,8.399999618530273,4853.0,0.008025323040783405,0.0976765975356102,1.903421401977539,-0.015438731759786606,0.3911599814891815,0.6992392241954803,1024.0,262144.0,3548.122534215916,16777216.0 +146.97,8.399999618530273,4827.0,0.010130210779607296,0.1248982772231102,1.8656846284866333,-0.01643224060535431,0.3690910041332245,0.7057658135890961,1025.0,262400.0,3551.516974598868,16793600.0 +102.16,8.899999618530273,4622.0,0.011849221773445606,0.1478068083524704,1.8902649879455566,-0.017699621617794037,0.294548362493515,0.7569462656974792,1026.0,262656.0,3555.0623116740026,16809984.0 +181.65,8.100000381469727,4586.0,0.010373975150287151,0.13067626953125,1.8781089782714844,-0.015056426636874676,0.4005177915096283,0.70402792096138,1027.0,262912.0,3558.635151414899,16826368.0 +135.02,9.0,4771.0,0.011102017015218735,0.1284993439912796,1.8631149530410767,-0.017858946695923805,0.30784323811531067,0.7515680491924286,1028.0,263168.0,3562.0693505979143,16842752.0 +149.06,8.600000381469727,4913.0,0.010846308432519436,0.1233113631606102,1.8928723335266113,-0.014307793229818344,0.3057861924171448,0.7520328015089035,1029.0,263424.0,3565.405155421002,16859136.0 +144.87,9.0,4826.0,0.010273377411067486,0.1301676481962204,1.8826755285263062,-0.01646541990339756,0.2757360637187958,0.7395099103450775,1030.0,263680.0,3568.800255931914,16875520.0 +168.72,8.199999809265137,4401.0,0.00876829493790865,0.1044514998793602,1.8663825988769531,-0.01392518263310194,0.3563111126422882,0.7112405002117157,1031.0,263936.0,3572.5234373579733,16891904.0 +152.52,8.600000381469727,4570.0,0.008134027943015099,0.100830078125,1.8809175491333008,-0.014978916384279728,0.46958741545677185,0.6920340955257416,1032.0,264192.0,3576.109345471021,16908288.0 +113.99,8.899999618530273,4723.0,0.010496153496205807,0.1199137344956398,1.8669906854629517,-0.01573711447417736,0.32160136103630066,0.7565886974334717,1033.0,264448.0,3579.5787085487973,16924672.0 +125.25,8.699999809265137,4903.0,0.010170470923185349,0.1246541365981102,1.9275869131088257,-0.013807038776576519,0.3064313232898712,0.7459119260311127,1034.0,264704.0,3582.9208295168355,16941056.0 +140.77,8.899999618530273,4518.0,0.012594211846590042,0.1421305388212204,1.9067068099975586,-0.01621072180569172,0.3437788784503937,0.715306282043457,1035.0,264960.0,3586.547516163904,16957440.0 +215.14,7.599999904632568,4535.0,0.009591566398739815,0.11553955078125,1.876692295074463,-0.014238446950912476,0.48985233902931213,0.6515279412269592,1036.0,265216.0,3590.160950467922,16973824.0 +110.38,8.5,4602.0,0.009473386220633984,0.1175537109375,1.87716543674469,-0.0154767706990242,0.3272177278995514,0.7329514026641846,1037.0,265472.0,3593.721979894908,16990208.0 +137.26,8.600000381469727,4714.0,0.011675737798213959,0.14239501953125,1.852777123451233,-0.015831390395760536,0.38031408190727234,0.679003119468689,1038.0,265728.0,3597.198147648014,17006592.0 +151.27,8.600000381469727,4575.0,0.009746477007865906,0.1080118790268898,1.8586786985397339,-0.014188525266945362,0.36288103461265564,0.7066262066364288,1039.0,265984.0,3600.779522422934,17022976.0 +141.38,8.5,4694.0,0.011082309298217297,0.1233113631606102,1.8280973434448242,-0.013791133649647236,0.3702159821987152,0.6778357923030853,1040.0,266240.0,3604.2707176818512,17039360.0 +141.71,8.699999809265137,4733.0,0.01129526924341917,0.1197509765625,1.816862940788269,-0.016668669879436493,0.3655267655849457,0.6988414227962494,1041.0,266496.0,3607.7328884038143,17055744.0 +156.0,8.699999809265137,4626.0,0.010924581438302994,0.13916015625,1.838553547859192,-0.0165988989174366,0.2879311740398407,0.7682090550661087,1042.0,266752.0,3611.2753758288454,17072128.0 +148.12,8.699999809265137,5042.0,0.011377242393791676,0.1366373747587204,1.8113609552383423,-0.017198963090777397,0.3575943410396576,0.7375126779079437,1043.0,267008.0,3614.5252030128613,17088512.0 +104.5,9.100000381469727,4858.0,0.010071641765534878,0.1194051131606102,1.7958747148513794,-0.015417881309986115,0.3430948257446289,0.7670028060674667,1044.0,267264.0,3617.898345261812,17104896.0 +119.99,8.899999618530273,4832.0,0.011436514556407928,0.1394856721162796,1.805899977684021,-0.014324317686259747,0.38289162516593933,0.7416301965713501,1045.0,267520.0,3621.289101784816,17121280.0 +106.45,8.899999618530273,4965.0,0.008398297242820263,0.1045328751206398,1.8261100053787231,-0.015206478536128998,0.31786468625068665,0.7369229793548584,1046.0,267776.0,3624.58952813386,17137664.0 +143.36,8.800000190734863,4872.0,0.009966114535927773,0.1248779296875,1.8670731782913208,-0.014016748405992985,0.3132534921169281,0.7212812602519989,1047.0,268032.0,3627.952483091969,17154048.0 +156.35,8.399999618530273,4823.0,0.008952397853136063,0.1006876602768898,1.8781694173812866,-0.014062274247407913,0.3572034537792206,0.700896680355072,1048.0,268288.0,3631.3498419160023,17170432.0 +157.97,8.800000190734863,5024.0,0.00969010405242443,0.1204427108168602,1.8574084043502808,-0.014768272638320923,0.32246285676956177,0.7804220765829086,1049.0,268544.0,3634.6114771589637,17186816.0 +145.32,8.800000190734863,4789.0,0.013249058276414871,0.15399169921875,1.851301670074463,-0.014297029934823513,0.28135135769844055,0.7860395610332489,1050.0,268800.0,3638.0329597298987,17203200.0 +121.24,8.800000190734863,4818.0,0.011120890267193317,0.1380818635225296,1.8736313581466675,-0.013842525891959667,0.346612811088562,0.7620632648468018,1051.0,269056.0,3641.433977976907,17219584.0 +105.5,8.899999618530273,5099.0,0.010062193498015404,0.1232096329331398,1.9117122888565063,-0.014223876409232616,0.2842544913291931,0.7693644911050797,1052.0,269312.0,3644.6473422378767,17235968.0 +185.51,8.300000190734863,4825.0,0.00884516816586256,0.1120198592543602,1.8817152976989746,-0.012736864387989044,0.3609785735607147,0.7136558890342712,1053.0,269568.0,3648.042989896843,17252352.0 +170.81,8.199999809265137,5102.0,0.010264893062412739,0.1220703125,1.8930743932724,-0.014411404728889465,0.3576885461807251,0.7250850200653076,1054.0,269824.0,3651.254781761905,17268736.0 +151.78,8.699999809265137,4774.0,0.010293149389326572,0.1217244490981102,1.8804993629455566,-0.013053815811872482,0.3261188864707947,0.7254707217216492,1055.0,270080.0,3654.6869607968256,17285120.0 +138.6,8.300000190734863,4760.0,0.009502127766609192,0.114990234375,1.89321768283844,-0.01094216201454401,0.3702917993068695,0.7293737232685089,1056.0,270336.0,3658.1297353398986,17301504.0 +151.26,8.800000190734863,4785.0,0.0076348804868757725,0.0924275740981102,1.8620930910110474,-0.012836513109505177,0.34026089310646057,0.7440440654754639,1057.0,270592.0,3661.5542220380157,17317888.0 +127.57,9.100000381469727,4395.0,0.009346235543489456,0.1220296248793602,1.865590214729309,-0.01616891287267208,0.2697729170322418,0.7803598642349243,1058.0,270848.0,3665.282526681898,17334272.0 +163.01,8.800000190734863,4660.0,0.011433110572397709,0.1354573518037796,1.8141897916793823,-0.015437301248311996,0.31382080912590027,0.7512908726930618,1059.0,271104.0,3668.798909475794,17350656.0 +155.85,8.699999809265137,4557.0,0.010946590453386307,0.11370849609375,1.7899518013000488,-0.014639373868703842,0.32090994715690613,0.7288047075271606,1060.0,271360.0,3672.394371154951,17367040.0 +105.94,8.800000190734863,4767.0,0.010444381274282932,0.1256917268037796,1.7832518815994263,-0.013557929545640945,0.31456202268600464,0.7212845981121063,1061.0,271616.0,3675.8354161030147,17383424.0 +128.84,8.800000190734863,4569.0,0.01049128919839859,0.1292317658662796,1.7759097814559937,-0.016632085666060448,0.4196896255016327,0.6657340824604034,1062.0,271872.0,3679.4217622028664,17399808.0 +153.36,8.399999618530273,4688.0,0.00783128384500742,0.0955607071518898,1.762229323387146,-0.014392867684364319,0.4697246551513672,0.6265235841274261,1063.0,272128.0,3682.917410469847,17416192.0 +100.1,8.5,4753.0,0.010428056120872498,0.12396240234375,1.7909594774246216,-0.014250093139708042,0.390516996383667,0.7257884740829468,1064.0,272384.0,3686.365099175833,17432576.0 +100.51,9.300000190734863,4668.0,0.01215480174869299,0.13861083984375,1.7989057302474976,-0.014407895505428314,0.2822425961494446,0.7433785796165466,1065.0,272640.0,3689.875732264947,17448960.0 +86.79,9.100000381469727,4615.0,0.010881277732551098,0.1310221403837204,1.7649621963500977,-0.013073593378067017,0.36890408396720886,0.7109042108058929,1066.0,272896.0,3693.4265119777992,17465344.0 +73.83,8.800000190734863,4708.0,0.007521485909819603,0.0908406600356102,1.757905125617981,-0.014767187647521496,0.5283288359642029,0.6077186465263367,1067.0,273152.0,3696.9072179349605,17481728.0 +109.6,8.5,4670.0,0.009382208809256554,0.1135050430893898,1.7389764785766602,-0.015763847157359123,0.49282750487327576,0.65223228931427,1068.0,273408.0,3700.4160578770097,17498112.0 +94.92,8.800000190734863,4563.0,0.00900959875434637,0.1050008162856102,1.7559517621994019,-0.014620781876146793,0.4703792631626129,0.6700756549835205,1069.0,273664.0,3704.007199183805,17514496.0 +74.0,9.100000381469727,4648.0,0.010817182250320911,0.1216837540268898,1.7671452760696411,-0.014357798732817173,0.376893550157547,0.6926403641700745,1070.0,273920.0,3707.5323233639356,17530880.0 +89.45,8.899999618530273,4563.0,0.011790023185312748,0.1358642578125,1.759599208831787,-0.015587969683110714,0.36927080154418945,0.7226208448410034,1071.0,274176.0,3711.1229252428748,17547264.0 +112.44,8.800000190734863,5077.0,0.009326712228357792,0.1019083634018898,1.81205415725708,-0.012063514441251755,0.3752995431423187,0.6890219748020172,1072.0,274432.0,3714.3500305959024,17563648.0 +116.47,9.0,4939.0,0.010538755916059017,0.1053059920668602,1.828453540802002,-0.014488150365650654,0.44742727279663086,0.6486521363258362,1073.0,274688.0,3717.667924404843,17580032.0 +112.78,8.899999618530273,5009.0,0.009435542859137058,0.1148681640625,1.8043256998062134,-0.012159439735114574,0.3805125653743744,0.6688298285007477,1074.0,274944.0,3720.939296182012,17596416.0 +119.1,9.100000381469727,4783.0,0.01260431855916977,0.1557210236787796,1.821754813194275,-0.01603642664849758,0.2521187365055084,0.7039588689804077,1075.0,275200.0,3724.365026268875,17612800.0 +105.81,9.300000190734863,4745.0,0.014385753311216831,0.1561482697725296,1.8060623407363892,-0.015075081028044224,0.21417652070522308,0.7235967218875885,1076.0,275456.0,3727.8179717019666,17629184.0 +132.3,8.5,4627.0,0.00898747518658638,0.0972493514418602,1.801268458366394,-0.011252435855567455,0.4534047544002533,0.5836348235607147,1077.0,275712.0,3731.3591452818364,17645568.0 +131.49,8.699999809265137,4935.0,0.00789732113480568,0.0949503555893898,1.824934959411621,-0.012833211570978165,0.4452766180038452,0.6177114844322205,1078.0,275968.0,3734.679692616919,17661952.0 +127.71,8.800000190734863,4762.0,0.008702732622623444,0.1034749373793602,1.8556485176086426,-0.013976848684251308,0.3592076599597931,0.6449895799160004,1079.0,276224.0,3738.1204034578986,17678336.0 +110.72,8.600000381469727,4684.0,0.008357232436537743,0.0949300155043602,1.8673471212387085,-0.014890562742948532,0.5167739987373352,0.5486613512039185,1080.0,276480.0,3741.618383578025,17694720.0 +108.65,8.699999809265137,4405.0,0.008908274583518505,0.1088053360581398,1.8532094955444336,-0.012700054794549942,0.42065194249153137,0.6353453397750854,1081.0,276736.0,3745.3382486808114,17711104.0 +148.82,8.300000190734863,4605.0,0.008392388932406902,0.106201171875,1.863715648651123,-0.01420977246016264,0.5003834962844849,0.5953672528266907,1082.0,276992.0,3748.8961780869868,17727488.0 +92.77,9.300000190734863,4574.0,0.01031858567148447,0.1142781600356102,1.8869733810424805,-0.014526620507240295,0.30129775404930115,0.6769833266735077,1083.0,277248.0,3752.478969233809,17743872.0 +115.12,8.5,4668.0,0.009974121116101742,0.1142781600356102,1.8685694932937622,-0.012043225578963757,0.4587874710559845,0.5880742967128754,1084.0,277504.0,3755.989462996833,17760256.0 +141.23,8.199999809265137,4576.0,0.008886079303920269,0.1067098006606102,1.8364462852478027,-0.013977321796119213,0.45023247599601746,0.590273916721344,1085.0,277760.0,3759.5704838610254,17776640.0 +103.14,8.800000190734863,4690.0,0.009582586586475372,0.1007283553481102,1.8321415185928345,-0.013766740448772907,0.3790830373764038,0.6282717287540436,1086.0,278016.0,3763.064021887025,17793024.0 +124.71,8.899999618530273,4760.0,0.010088660754263401,0.11724853515625,1.86465322971344,-0.013692549429833889,0.3338981568813324,0.6237930953502655,1087.0,278272.0,3766.5065834249835,17809408.0 +133.6,8.899999618530273,5074.0,0.009218905121088028,0.1075235977768898,1.86758553981781,-0.012671236880123615,0.3576066792011261,0.6347777843475342,1088.0,278528.0,3769.7361178258434,17825792.0 +104.98,8.699999809265137,5103.0,0.008343104273080826,0.1042276993393898,1.8636301755905151,-0.012805418111383915,0.525280237197876,0.5730480253696442,1089.0,278784.0,3772.947217983892,17842176.0 +96.72,8.5,4885.0,0.007082171738147736,0.0753377303481102,1.8324627876281738,-0.013663130812346935,0.4788311719894409,0.6354959309101105,1090.0,279040.0,3776.301853709854,17858560.0 +99.33,8.699999809265137,4906.0,0.00858337339013815,0.10760498046875,1.8736095428466797,-0.01421413291245699,0.4956131875514984,0.6369957625865936,1091.0,279296.0,3779.641810315894,17874944.0 +112.8,8.800000190734863,4746.0,0.0085154939442873,0.1082356795668602,1.9290064573287964,-0.014900053851306438,0.3059222400188446,0.7074548602104187,1092.0,279552.0,3783.0941913328134,17891328.0 +126.82,8.600000381469727,4643.0,0.00943325087428093,0.1143595352768898,1.9150599241256714,-0.013701179064810276,0.41363129019737244,0.616592526435852,1093.0,279808.0,3786.6230926099233,17907712.0 +131.11,8.5,4659.0,0.010827120393514633,0.1272379606962204,1.8658699989318848,-0.01594817265868187,0.384248286485672,0.6463268399238586,1094.0,280064.0,3790.1400766198058,17924096.0 +108.57,9.300000190734863,4713.0,0.011676770634949207,0.14288330078125,1.8419007062911987,-0.015706654638051987,0.2510785162448883,0.7100239992141724,1095.0,280320.0,3793.616960964864,17940480.0 +133.66,8.600000381469727,4861.0,0.010424482636153698,0.131591796875,1.8439334630966187,-0.015449686907231808,0.32641276717185974,0.6633778512477875,1096.0,280576.0,3796.9878885729704,17956864.0 +99.58,9.0,4813.0,0.012793034315109253,0.1503092497587204,1.8005666732788086,-0.015717966482043266,0.33048176765441895,0.6669336557388306,1097.0,280832.0,3800.392667970853,17973248.0 +133.75,9.199999809265137,4639.0,0.011431613005697727,0.1352946013212204,1.8287535905838013,-0.013018880970776081,0.23137934505939484,0.7215399444103241,1098.0,281088.0,3803.9243452968076,17989632.0 +157.23,8.600000381469727,4764.0,0.010106747038662434,0.12298583984375,1.860241413116455,-0.014706847257912159,0.46182122826576233,0.6208347976207733,1099.0,281344.0,3807.364335614955,18006016.0 +127.54,9.100000381469727,4773.0,0.015049018897116184,0.1586100310087204,1.8561015129089355,-0.01719556376338005,0.26536503434181213,0.7192946076393127,1100.0,281600.0,3810.7976128819864,18022400.0 +104.0,8.699999809265137,4808.0,0.010576142929494381,0.12255859375,1.8324871063232422,-0.01408777292817831,0.4620702266693115,0.6182317733764648,1101.0,281856.0,3814.206132075982,18038784.0 +91.39,9.100000381469727,4808.0,0.012266735546290874,0.1378580778837204,1.8332222700119019,-0.015848854556679726,0.3001180589199066,0.7156073153018951,1102.0,282112.0,3817.6142315808684,18055168.0 +100.66,8.899999618530273,4724.0,0.010044319555163383,0.1171061173081398,1.8294509649276733,-0.01399670448154211,0.3457169532775879,0.7022943198680878,1103.0,282368.0,3821.0826963828877,18071552.0 +108.22,8.899999618530273,4740.0,0.008389164693653584,0.09503173828125,1.8525004386901855,-0.015382081270217896,0.44547680020332336,0.6494907438755035,1104.0,282624.0,3824.547650045948,18087936.0 +167.34,8.800000190734863,4475.0,0.011796164326369762,0.1247965469956398,1.8567490577697754,-0.016195300966501236,0.30972740054130554,0.7258700132369995,1105.0,282880.0,3828.209573197877,18104320.0 +119.76,8.699999809265137,4559.0,0.010747846215963364,0.1381428986787796,1.8446391820907593,-0.016254106536507607,0.3728061616420746,0.6975640654563904,1106.0,283136.0,3831.8040603399277,18120704.0 +143.87,9.199999809265137,4803.0,0.015435740351676941,0.1731974333524704,1.8303217887878418,-0.016532165929675102,0.2894701659679413,0.7361348271369934,1107.0,283392.0,3835.21595018683,18137088.0 +97.45,9.199999809265137,4657.0,0.012974359095096588,0.15850830078125,1.8552592992782593,-0.018164172768592834,0.23839688301086426,0.7571233958005905,1108.0,283648.0,3838.7341294139624,18153472.0 +121.54,8.899999618530273,4434.0,0.010517600923776627,0.1229248046875,1.8518198728561401,-0.014968291856348515,0.31008201837539673,0.6828264594078064,1109.0,283904.0,3842.4291381768417,18169856.0 +136.12,9.0,4587.0,0.012274861335754395,0.14617919921875,1.8899903297424316,-0.016415797173976898,0.3429187834262848,0.7216590642929077,1110.0,284160.0,3846.001885194797,18186240.0 +127.1,8.699999809265137,4598.0,0.01034394558519125,0.12255859375,1.86044180393219,-0.013664604164659977,0.39036795496940613,0.6469066143035889,1111.0,284416.0,3849.565412566997,18202624.0 +131.84,9.100000381469727,4527.0,0.012895130552351475,0.15301513671875,1.8342918157577515,-0.016572417691349983,0.26646819710731506,0.7175021171569824,1112.0,284672.0,3853.1850512418896,18219008.0 +115.3,9.0,4488.0,0.011085115373134613,0.1317342072725296,1.8627238273620605,-0.014708477072417736,0.30198147892951965,0.7091675400733948,1113.0,284928.0,3856.836314573884,18235392.0 +133.29,8.699999809265137,4376.0,0.011763072572648525,0.14111328125,1.8035463094711304,-0.013726766221225262,0.3838253319263458,0.6382937431335449,1114.0,285184.0,3860.5807197149843,18251776.0 +103.61,8.800000190734863,4496.0,0.010157139971852303,0.1204020157456398,1.7739607095718384,-0.013875524513423443,0.46672311425209045,0.6444100141525269,1115.0,285440.0,3864.225127153797,18268160.0 +105.44,9.199999809265137,4610.0,0.010824712924659252,0.1292521208524704,1.7955727577209473,-0.01680401712656021,0.30563709139823914,0.7173710763454437,1116.0,285696.0,3867.7797422548756,18284544.0 +134.88,8.600000381469727,4721.0,0.011949372477829456,0.1310017853975296,1.8050508499145508,-0.01584251970052719,0.34975600242614746,0.6831766068935394,1117.0,285952.0,3871.250484105898,18300928.0 +111.58,9.0,5002.0,0.010108083486557007,0.116455078125,1.7863702774047852,-0.014993990771472454,0.33273008465766907,0.690165251493454,1118.0,286208.0,3874.526103205979,18317312.0 +124.81,9.0,4796.0,0.010345607064664364,0.1193440780043602,1.7446843385696411,-0.014578632079064846,0.37706950306892395,0.6333545744419098,1119.0,286464.0,3877.9427368508186,18333696.0 +101.21,8.699999809265137,4656.0,0.010188515298068523,0.12005615234375,1.7588138580322266,-0.012675103731453419,0.3895070552825928,0.6271242797374725,1120.0,286720.0,3881.4621811988764,18350080.0 +115.69,8.699999809265137,4803.0,0.009684457443654537,0.1160481795668602,1.7477813959121704,-0.012153376825153828,0.4799705445766449,0.5973080098628998,1121.0,286976.0,3884.874014287023,18366464.0 +68.69,9.100000381469727,4947.0,0.008331985212862492,0.0950113907456398,1.7895201444625854,-0.013462155126035213,0.42260393500328064,0.5808518528938293,1122.0,287232.0,3888.1863881580066,18382848.0 +103.27,9.100000381469727,5175.0,0.008046026341617107,0.0974934920668602,1.762834072113037,-0.015096086077392101,0.38545218110084534,0.628673642873764,1123.0,287488.0,3891.3527492708527,18399232.0 +80.73,9.5,4977.0,0.009872807189822197,0.118408203125,1.7866802215576172,-0.013745254836976528,0.3007000684738159,0.67067089676857,1124.0,287744.0,3894.645238875877,18415616.0 +92.4,9.100000381469727,4813.0,0.008457363583147526,0.1003824844956398,1.79721200466156,-0.012893456034362316,0.33182430267333984,0.6726919114589691,1125.0,288000.0,3898.0501073638443,18432000.0 +104.86,8.699999809265137,4621.0,0.009879722259938717,0.1199544295668602,1.8060569763183594,-0.013374358415603638,0.42456021904945374,0.6280964612960815,1126.0,288256.0,3901.596262540901,18448384.0 +107.58,8.800000190734863,4612.0,0.010056211613118649,0.11102294921875,1.793321967124939,-0.011362791061401367,0.4853551387786865,0.595408171415329,1127.0,288512.0,3905.1487221869174,18464768.0 +98.37,9.399999618530273,4928.0,0.012531216256320477,0.12945556640625,1.8326753377914429,-0.01547906082123518,0.21863116323947906,0.7345249354839325,1128.0,288768.0,3908.4739982879255,18481152.0 +82.7,9.5,4787.0,0.009852424263954163,0.11712646484375,1.847672939300537,-0.011550120078027248,0.2904353737831116,0.6912578046321869,1129.0,289024.0,3911.897070369916,18497536.0 +88.86,9.199999809265137,4465.0,0.009251869283616543,0.1003621444106102,1.8525199890136719,-0.014001128263771534,0.24972249567508698,0.7449202537536621,1130.0,289280.0,3915.566933455877,18513920.0 +145.37,8.300000190734863,4506.0,0.005806854460388422,0.0649820938706398,1.8488422632217407,-0.011368860490620136,0.5259280800819397,0.6214832961559296,1131.0,289536.0,3919.2034133658744,18530304.0 +116.61,9.199999809265137,4645.0,0.008622637018561363,0.1033528670668602,1.8456627130508423,-0.014304610900580883,0.28941160440444946,0.6728735268115997,1132.0,289792.0,3922.731551160803,18546688.0 +101.6,8.600000381469727,4569.0,0.007109185680747032,0.08258056640625,1.808975100517273,-0.012866216711699963,0.4351141154766083,0.5911788940429688,1133.0,290048.0,3926.3183585698716,18563072.0 +117.92,8.5,4696.0,0.009604222141206264,0.1120198592543602,1.8167482614517212,-0.012754593044519424,0.44797348976135254,0.6178717017173767,1134.0,290304.0,3929.8074021989014,18579456.0 +96.17,8.800000190734863,4793.0,0.010449818335473537,0.1255900114774704,1.803378701210022,-0.011227666400372982,0.43836304545402527,0.5625474154949188,1135.0,290560.0,3933.2304014528636,18595840.0 +103.46,9.0,4892.0,0.008000385947525501,0.0751953125,1.7859987020492554,-0.01148310024291277,0.35738885402679443,0.5861184597015381,1136.0,290816.0,3936.5800736248493,18612224.0 +92.38,8.399999618530273,4796.0,0.00725967762991786,0.0849405899643898,1.8551102876663208,-0.010896970517933369,0.45113787055015564,0.5623589158058167,1137.0,291072.0,3939.9968391519506,18628608.0 +84.04,9.5,4756.0,0.0076156179420650005,0.08953857421875,1.8413591384887695,-0.01351885125041008,0.366129994392395,0.6200654208660126,1138.0,291328.0,3943.441806891933,18644992.0 +100.9,9.100000381469727,4920.0,0.010775350965559483,0.1340738981962204,1.837538242340088,-0.013971596956253052,0.3045210838317871,0.6686219573020935,1139.0,291584.0,3946.772584965918,18661376.0 +110.63,9.100000381469727,4930.0,0.009122827090322971,0.10955810546875,1.8471583127975464,-0.013077779673039913,0.3915880620479584,0.6072475910186768,1140.0,291840.0,3950.0962505079806,18677760.0 +106.42,9.600000381469727,4848.0,0.012144576758146286,0.12841796875,1.8079098463058472,-0.015567249618470669,0.296366423368454,0.6627053022384644,1141.0,292096.0,3953.4757907488383,18694144.0 +93.52,9.0,4931.0,0.009987561032176018,0.1187337264418602,1.8166979551315308,-0.012561586685478687,0.4052988290786743,0.6531023383140564,1142.0,292352.0,3956.7990046099294,18710528.0 +105.84,9.100000381469727,5128.0,0.0120362788438797,0.1258137971162796,1.7812532186508179,-0.014064702205359936,0.29451221227645874,0.6455001831054688,1143.0,292608.0,3959.9943057389464,18726912.0 +104.55,9.100000381469727,5081.0,0.009662636555731297,0.1143595352768898,1.8259278535842896,-0.013666954822838306,0.27155402302742004,0.6153454780578613,1144.0,292864.0,3963.219684443902,18743296.0 +133.05,9.399999618530273,4827.0,0.01090219896286726,0.13885498046875,1.8564554452896118,-0.014646966010332108,0.22954247891902924,0.6353213787078857,1145.0,293120.0,3966.6142470568884,18759680.0 +127.87,9.100000381469727,4717.0,0.009732160717248917,0.12042236328125,1.8826419115066528,-0.012705202214419842,0.2941712439060211,0.6297346353530884,1146.0,293376.0,3970.0881819589995,18776064.0 +104.93,9.100000381469727,4667.0,0.009419343434274197,0.1128133162856102,1.8259843587875366,-0.016298796981573105,0.34944987297058105,0.6332173943519592,1147.0,293632.0,3973.599337256979,18792448.0 +121.54,9.199999809265137,4971.0,0.010481763631105423,0.1359049528837204,1.850843071937561,-0.012665566056966782,0.2836257219314575,0.6472090184688568,1148.0,293888.0,3976.8961986389477,18808832.0 +101.31,9.300000190734863,4924.0,0.011944019235670567,0.1369221955537796,1.8272371292114258,-0.015401552431285381,0.24573248624801636,0.6613925099372864,1149.0,294144.0,3980.2238810139243,18825216.0 +115.24,8.600000381469727,4674.0,0.009371981024742126,0.1205240860581398,1.8189116716384888,-0.0102751599624753,0.49645814299583435,0.522082656621933,1150.0,294400.0,3983.729661752004,18841600.0 +115.92,9.0,4814.0,0.010524294339120388,0.12457275390625,1.8226476907730103,-0.01374463364481926,0.2649399936199188,0.6556800305843353,1151.0,294656.0,3987.1339813550003,18857984.0 +100.34,9.100000381469727,4814.0,0.009545448236167431,0.1133015975356102,1.8072298765182495,-0.01384261716157198,0.30522310733795166,0.6030499935150146,1152.0,294912.0,3990.53760813782,18874368.0 +86.25,9.300000190734863,5002.0,0.013034903444349766,0.1156412735581398,1.823259711265564,-0.01363449078053236,0.3286326825618744,0.6181678771972656,1153.0,295168.0,3993.8148779917974,18890752.0 +149.69,8.5,4964.0,0.010999075137078762,0.1204020157456398,1.8247942924499512,-0.011358329094946384,0.36305323243141174,0.6009702682495117,1154.0,295424.0,3997.115505840862,18907136.0 +109.46,9.0,4660.0,0.009705604054033756,0.1171468123793602,1.7905827760696411,-0.012661498039960861,0.3427577018737793,0.6049017906188965,1155.0,295680.0,4000.6314637889154,18923520.0 +100.41,9.0,4818.0,0.009814850054681301,0.1220499649643898,1.7841752767562866,-0.013505968265235424,0.293468177318573,0.657658725976944,1156.0,295936.0,4004.0325955078006,18939904.0 +111.62,8.399999618530273,4693.0,0.008200900629162788,0.0983479842543602,1.8034749031066895,-0.014538387767970562,0.44649744033813477,0.567931205034256,1157.0,296192.0,4007.5241055558436,18956288.0 +132.41,8.5,4874.0,0.007923156954348087,0.084716796875,1.7658061981201172,-0.012199667282402515,0.4230533838272095,0.6006235182285309,1158.0,296448.0,4010.886243570829,18972672.0 +119.72,9.100000381469727,4903.0,0.013371936976909637,0.1422322541475296,1.7859777212142944,-0.013669692911207676,0.3229658305644989,0.6519654989242554,1159.0,296704.0,4014.228448655922,18989056.0 +137.4,8.300000190734863,4743.0,0.010160497389733791,0.122314453125,1.8609157800674438,-0.010409518145024776,0.40979114174842834,0.6041521430015564,1160.0,296960.0,4017.683156734798,19005440.0 +82.49,9.300000190734863,4763.0,0.012139624916017056,0.1409708708524704,1.7766904830932617,-0.016526205465197563,0.3122965693473816,0.6897324919700623,1161.0,297216.0,4021.12345509883,19021824.0 +119.94,8.699999809265137,4868.0,0.010981791652739048,0.1267496794462204,1.7846239805221558,-0.013568580150604248,0.3673553168773651,0.6307072043418884,1162.0,297472.0,4024.4896772638895,19038208.0 +101.72,8.199999809265137,4707.0,0.007209451403468847,0.0846150740981102,1.8016725778579712,-0.012577667832374573,0.5483216643333435,0.6031840145587921,1163.0,297728.0,4027.9706249779556,19054592.0 +85.34,9.5,4693.0,0.012706027366220951,0.1471964567899704,1.7591782808303833,-0.01570570096373558,0.28034788370132446,0.6870341300964355,1164.0,297984.0,4031.4617843679152,19070976.0 +84.32,9.300000190734863,4687.0,0.014640920795500278,0.1544596403837204,1.8271398544311523,-0.015225134789943695,0.22432176768779755,0.7548344880342484,1165.0,298240.0,4034.9573477278464,19087360.0 +124.76,9.199999809265137,4861.0,0.013747463934123516,0.1549479216337204,1.792830467224121,-0.015147831290960312,0.28590938448905945,0.6993657350540161,1166.0,298496.0,4038.329068730818,19103744.0 +153.03,8.0,4345.0,0.01321982592344284,0.1444295197725296,1.7746944427490234,-0.013438072986900806,0.45357558131217957,0.6231872737407684,1167.0,298752.0,4042.100446462864,19120128.0 +101.58,8.800000190734863,4377.0,0.011144875548779964,0.1342976838350296,1.772168517112732,-0.012676349841058254,0.43259409070014954,0.641883909702301,1168.0,299008.0,4045.8439413809683,19136512.0 +89.43,9.399999618530273,4707.0,0.012110178358852863,0.1338297575712204,1.8334264755249023,-0.015370463021099567,0.2507685720920563,0.7398272156715393,1169.0,299264.0,4049.3252274589613,19152896.0 +119.66,9.199999809265137,4928.0,0.010381809435784817,0.1217854842543602,1.8293014764785767,-0.014799326658248901,0.3135347068309784,0.6848157346248627,1170.0,299520.0,4052.650402026018,19169280.0 +126.14,9.0,4777.0,0.01064813882112503,0.1277058869600296,1.800782322883606,-0.016008859500288963,0.42147791385650635,0.6240873634815216,1171.0,299776.0,4056.0801076670177,19185664.0 +130.69,9.199999809265137,4835.0,0.010070565156638622,0.1188151016831398,1.782971739768982,-0.015312600880861282,0.3187994062900543,0.6896602511405945,1172.0,300032.0,4059.4691329298075,19202048.0 +77.2,9.699999809265137,4725.0,0.009370212443172932,0.1123046875,1.7791719436645508,-0.013678286224603653,0.3318462669849396,0.6684705018997192,1173.0,300288.0,4062.9371310397983,19218432.0 +103.94,9.199999809265137,4615.0,0.010542151518166065,0.12353515625,1.842889666557312,-0.016047608107328415,0.31133100390434265,0.6625529527664185,1174.0,300544.0,4066.488552627852,19234816.0 +100.98,9.100000381469727,4940.0,0.013125773519277573,0.1546630859375,1.8372188806533813,-0.015203666873276234,0.2550327777862549,0.7205087244510651,1175.0,300800.0,4069.8052983258385,19251200.0 +149.77,8.699999809265137,4790.0,0.008570480160415173,0.1016642227768898,1.8300431966781616,-0.01338194590061903,0.3285398483276367,0.675478607416153,1176.0,301056.0,4073.226049205987,19267584.0 +148.01,8.699999809265137,4712.0,0.010135401040315628,0.1209309920668602,1.8238462209701538,-0.012558669783174992,0.3698867857456207,0.6545014381408691,1177.0,301312.0,4076.7033048449084,19283968.0 +101.79,9.0,4654.0,0.010519862174987793,0.1213785782456398,1.8134444952011108,-0.014222378842532635,0.3313734531402588,0.6783322989940643,1178.0,301568.0,4080.2243702048436,19300352.0 +93.1,8.899999618530273,4636.0,0.010553468950092793,0.12152099609375,1.7897692918777466,-0.014903157949447632,0.3845062255859375,0.674771249294281,1179.0,301824.0,4083.7592024649493,19316736.0 +107.68,8.5,4727.0,0.009049955755472183,0.0996297225356102,1.8063946962356567,-0.01276987325400114,0.42531469464302063,0.6154975593090057,1180.0,302080.0,4087.2259512948804,19333120.0 +129.79,8.600000381469727,4739.0,0.009379081428050995,0.1015828475356102,1.8005337715148926,-0.01335106510668993,0.45307692885398865,0.5870421826839447,1181.0,302336.0,4090.6834613520186,19349504.0 +130.01,9.0,4875.0,0.014108444564044476,0.1333211213350296,1.813028335571289,-0.01176512148231268,0.37347450852394104,0.6430009007453918,1182.0,302592.0,4094.044378660852,19365888.0 +116.83,9.0,4776.0,0.014239451847970486,0.14404296875,1.8039745092391968,-0.013465366326272488,0.3300960659980774,0.642361581325531,1183.0,302848.0,4097.475174258929,19382272.0 +97.15,8.800000190734863,4695.0,0.010961420834064484,0.1272989958524704,1.7739406824111938,-0.014508004300296307,0.4499337673187256,0.6337623000144958,1184.0,303104.0,4100.965398415923,19398656.0 +106.26,8.800000190734863,4976.0,0.011766799725592136,0.133544921875,1.809461236000061,-0.014419522136449814,0.3975249230861664,0.6680311858654022,1185.0,303360.0,4104.25836206181,19415040.0 +78.92,8.899999618530273,4825.0,0.010658240877091885,0.1185099259018898,1.8402042388916016,-0.015501301735639572,0.4112327992916107,0.6591536402702332,1186.0,303616.0,4107.654373965925,19431424.0 +127.87,8.699999809265137,4925.0,0.00940962415188551,0.10516357421875,1.8570300340652466,-0.01432922761887312,0.35379841923713684,0.64240962266922,1187.0,303872.0,4110.981372097973,19447808.0 +148.77,8.699999809265137,4709.0,0.014243636280298233,0.1383056640625,1.856211543083191,-0.013591297902166843,0.3563065230846405,0.61318638920784,1188.0,304128.0,4114.461199205834,19464192.0 +145.44,8.5,4789.0,0.009507209993898869,0.1169637069106102,1.814840316772461,-0.013020056299865246,0.41229715943336487,0.6454164981842041,1189.0,304384.0,4117.882810815936,19480576.0 +127.53,8.699999809265137,4775.0,0.011430922895669937,0.1211751326918602,1.776857852935791,-0.013595879077911377,0.3636413514614105,0.649513304233551,1190.0,304640.0,4121.314492812846,19496960.0 +74.31,9.0,4865.0,0.01303066685795784,0.14459228515625,1.7801998853683472,-0.015004453249275684,0.3276330530643463,0.6754811108112335,1191.0,304896.0,4124.687366581988,19513344.0 +102.21,9.0,4690.0,0.012373972684144974,0.14593505859375,1.7723549604415894,-0.017716245725750923,0.35572609305381775,0.6605382263660431,1192.0,305152.0,4128.181176210986,19529728.0 +114.08,8.699999809265137,4822.0,0.012667503207921982,0.1358235627412796,1.7887892723083496,-0.015741655603051186,0.3491069972515106,0.6735173463821411,1193.0,305408.0,4131.579471065896,19546112.0 +117.08,9.199999809265137,4855.0,0.013521621935069561,0.1467488557100296,1.8011947870254517,-0.015759913250803947,0.3228447139263153,0.7241412401199341,1194.0,305664.0,4134.954509929987,19562496.0 +92.34,8.899999618530273,4841.0,0.009146545082330704,0.1065877303481102,1.7511671781539917,-0.014096067287027836,0.46428382396698,0.6307421922683716,1195.0,305920.0,4138.33912439784,19578880.0 +117.19,8.800000190734863,4579.0,0.009862688370049,0.1099853515625,1.7440881729125977,-0.015959206968545914,0.39703020453453064,0.6586501002311707,1196.0,306176.0,4141.917607576819,19595264.0 +95.48,9.199999809265137,4696.0,0.010829814709722996,0.1168416365981102,1.7146559953689575,-0.015841715037822723,0.3129006326198578,0.6687180697917938,1197.0,306432.0,4145.4070077848155,19611648.0 +97.21,8.800000190734863,4823.0,0.008380270563066006,0.0986124649643898,1.745829701423645,-0.01505814865231514,0.35593321919441223,0.6601182222366333,1198.0,306688.0,4148.804677919019,19628032.0 +99.33,9.100000381469727,4639.0,0.01156577467918396,0.1322835236787796,1.7573918104171753,-0.013713414780795574,0.3478914797306061,0.6550820767879486,1199.0,306944.0,4152.337156063877,19644416.0 +118.08,8.199999809265137,4511.0,0.008918139152228832,0.1060384139418602,1.773168921470642,-0.012904971837997437,0.5379409790039062,0.5437285900115967,1200.0,307200.0,4155.970100458013,19660800.0 +117.12,9.100000381469727,4714.0,0.010769459418952465,0.11737060546875,1.7890173196792603,-0.016246236860752106,0.36235058307647705,0.6415117084980011,1201.0,307456.0,4159.446452963864,19677184.0 +94.91,8.600000381469727,4486.0,0.009804059751331806,0.116943359375,1.8001360893249512,-0.012393563985824585,0.43757307529449463,0.6629665493965149,1202.0,307712.0,4163.099530377891,19693568.0 +91.62,9.300000190734863,4542.0,0.013079901225864887,0.1450602263212204,1.7874003648757935,-0.01734272576868534,0.34245356917381287,0.6562760770320892,1203.0,307968.0,4166.70720882481,19709952.0 +114.72,8.800000190734863,4781.0,0.014490925706923008,0.14178466796875,1.7711905241012573,-0.015114466659724712,0.39683103561401367,0.6541436314582825,1204.0,308224.0,4170.134132785955,19726336.0 +100.96,8.699999809265137,4849.0,0.008518564514815807,0.1020914688706398,1.8277519941329956,-0.012374921701848507,0.47320327162742615,0.6102861166000366,1205.0,308480.0,4173.513709047809,19742720.0 +108.38,8.899999618530273,4731.0,0.010762057267129421,0.1280314177274704,1.8265514373779297,-0.016276361420750618,0.3359750211238861,0.659449428319931,1206.0,308736.0,4176.976930866949,19759104.0 +88.68,9.0,4635.0,0.012028548866510391,0.1354573518037796,1.836849570274353,-0.01523004099726677,0.36722734570503235,0.6618504226207733,1207.0,308992.0,4180.511884733802,19775488.0 +118.48,9.199999809265137,4530.0,0.013353917747735977,0.1391194611787796,1.799866795539856,-0.014567259699106216,0.31268659234046936,0.6863059401512146,1208.0,309248.0,4184.1291003020015,19791872.0 +110.94,8.899999618530273,4716.0,0.008083142340183258,0.09613037109375,1.8048807382583618,-0.01530386134982109,0.35170069336891174,0.6883542537689209,1209.0,309504.0,4187.603360421956,19808256.0 +139.42,9.100000381469727,4543.0,0.010629869066178799,0.124755859375,1.8047442436218262,-0.015539837069809437,0.31399619579315186,0.6728459894657135,1210.0,309760.0,4191.210838577012,19824640.0 +122.77,9.100000381469727,4664.0,0.009182951413094997,0.1110636368393898,1.8497681617736816,-0.013160531409084797,0.24607150256633759,0.7183713614940643,1211.0,310016.0,4194.724360110005,19841024.0 +130.64,9.0,4750.0,0.009332985617220402,0.1183675155043602,1.8839079141616821,-0.015437568537890911,0.21078544855117798,0.7060520648956299,1212.0,310272.0,4198.173632240854,19857408.0 +150.02,8.600000381469727,4665.0,0.009486047551035881,0.1213582381606102,1.8383039236068726,-0.013473826460540295,0.37501993775367737,0.6063898503780365,1213.0,310528.0,4201.686399737839,19873792.0 +148.09,8.5,4816.0,0.012506126426160336,0.1220906600356102,1.8414007425308228,-0.010675951838493347,0.42267000675201416,0.625981330871582,1214.0,310784.0,4205.08847530582,19890176.0 +114.2,9.199999809265137,4966.0,0.011640635319054127,0.1298014372587204,1.7846602201461792,-0.015782881528139114,0.32666251063346863,0.6564014554023743,1215.0,311040.0,4208.3877411750145,19906560.0 +118.49,8.600000381469727,4798.0,0.009667601436376572,0.1192626953125,1.7716355323791504,-0.015414160676300526,0.40649691224098206,0.6327417492866516,1216.0,311296.0,4211.802805621875,19922944.0 +89.61,9.300000190734863,4922.0,0.010987978428602219,0.1341552734375,1.7731890678405762,-0.01494594942778349,0.3203348219394684,0.6812238097190857,1217.0,311552.0,4215.131699689897,19939328.0 +119.64,9.100000381469727,4724.0,0.01208561658859253,0.1354777067899704,1.7792038917541504,-0.014041964896023273,0.3593277633190155,0.6515565812587738,1218.0,311808.0,4218.600483615883,19955712.0 +118.76,9.300000190734863,4834.0,0.012493045069277287,0.14190673828125,1.771030306816101,-0.014556375332176685,0.22694039344787598,0.7583458721637726,1219.0,312064.0,4221.990253909957,19972096.0 +101.33,9.300000190734863,4710.0,0.010973211377859116,0.1358642578125,1.8116005659103394,-0.01255630049854517,0.3774843215942383,0.669358879327774,1220.0,312320.0,4225.4690285208635,19988480.0 +122.57,8.899999618530273,4774.0,0.008912806399166584,0.1088663712143898,1.812365174293518,-0.012616218067705631,0.2751297056674957,0.7124483585357666,1221.0,312576.0,4228.901274692966,20004864.0 +153.83,9.0,4705.0,0.010088861919939518,0.1223348006606102,1.8005224466323853,-0.01438439916819334,0.24415333569049835,0.7394203841686249,1222.0,312832.0,4232.383630577009,20021248.0 +118.06,9.300000190734863,4774.0,0.009789412841200829,0.1162109375,1.7670063972473145,-0.014665511436760426,0.2730827331542969,0.7043968141078949,1223.0,313088.0,4235.815957332961,20037632.0 +153.41,8.5,4598.0,0.012063871137797832,0.14093017578125,1.7373722791671753,-0.009478961117565632,0.41096779704093933,0.6086806058883667,1224.0,313344.0,4239.379645898007,20054016.0 +130.11,8.800000190734863,4858.0,0.009744486771523952,0.1175130233168602,1.757135272026062,-0.013459532521665096,0.3868589401245117,0.6298134028911591,1225.0,313600.0,4242.752736612922,20070400.0 +115.0,8.800000190734863,4692.0,0.010665234178304672,0.1286214143037796,1.7608585357666016,-0.013680306263267994,0.3492661416530609,0.6770718693733215,1226.0,313856.0,4246.2493232099805,20086784.0 +110.6,8.699999809265137,4808.0,0.009157218970358372,0.1127115860581398,1.757290244102478,-0.015042577870190144,0.4617082178592682,0.6177238821983337,1227.0,314112.0,4249.65741886897,20103168.0 +138.18,8.899999618530273,4807.0,0.012461036443710327,0.1449178010225296,1.7940707206726074,-0.014382317662239075,0.3465132415294647,0.6533918976783752,1228.0,314368.0,4253.066249186872,20119552.0 +147.12,8.800000190734863,4679.0,0.011448024772107601,0.133544921875,1.7964787483215332,-0.01333912368863821,0.2740077078342438,0.7100977897644043,1229.0,314624.0,4256.568317388883,20135936.0 +129.79,9.5,4880.0,0.011030801571905613,0.1436360627412796,1.8317497968673706,-0.014780151657760143,0.17181694507598877,0.77653768658638,1230.0,314880.0,4259.925698583014,20152320.0 +130.37,9.300000190734863,4864.0,0.012394330464303493,0.1449991911649704,1.8115867376327515,-0.012936179526150227,0.1819143444299698,0.7536795139312744,1231.0,315136.0,4263.294574887957,20168704.0 +175.34,8.699999809265137,4801.0,0.011884673498570919,0.1313273161649704,1.8460477590560913,-0.013275743462145329,0.29738786816596985,0.6757261753082275,1232.0,315392.0,4266.707575551933,20185088.0 +190.82,8.699999809265137,4772.0,0.011758759617805481,0.1445109099149704,1.850422978401184,-0.013999116607010365,0.2909124493598938,0.6957960426807404,1233.0,315648.0,4270.141345887911,20201472.0 +151.27,8.699999809265137,4801.0,0.012700038962066174,0.1437784880399704,1.844680905342102,-0.0137092350050807,0.3051729202270508,0.7139953672885895,1234.0,315904.0,4273.554478613893,20217856.0 +162.55,8.699999809265137,4680.0,0.01079344842582941,0.1322021484375,1.8110328912734985,-0.014090294949710369,0.3099554479122162,0.7020888030529022,1235.0,316160.0,4277.056347785983,20234240.0 +106.43,8.899999618530273,4459.0,0.010826417244970798,0.12750244140625,1.7812141180038452,-0.01397143304347992,0.3810842037200928,0.673697829246521,1236.0,316416.0,4280.730877663009,20250624.0 +147.08,8.600000381469727,4807.0,0.009772992692887783,0.114990234375,1.7898659706115723,-0.014952462166547775,0.3902862071990967,0.6667622923851013,1237.0,316672.0,4284.139947397867,20267008.0 +118.74,9.300000190734863,4808.0,0.012162427417933941,0.1466267853975296,1.8098808526992798,-0.014976046048104763,0.2252534180879593,0.737600713968277,1238.0,316928.0,4287.54809717997,20283392.0 +134.93,8.800000190734863,4604.0,0.009598002769052982,0.11968994140625,1.7472885847091675,-0.014083211310207844,0.33843016624450684,0.6834847033023834,1239.0,317184.0,4291.10753340181,20299776.0 +117.03,9.300000190734863,4648.0,0.011748027987778187,0.1388956755399704,1.7788867950439453,-0.015430877916514874,0.2849915325641632,0.7173081338405609,1240.0,317440.0,4294.63291520183,20316160.0 +118.58,9.300000190734863,4958.0,0.012303235940635204,0.1424763947725296,1.7903261184692383,-0.016109323129057884,0.2662217915058136,0.7103463411331177,1241.0,317696.0,4297.938164000865,20332544.0 +88.18,9.5,4834.0,0.011422882787883282,0.133056640625,1.874935269355774,-0.01539691537618637,0.21706008911132812,0.74164018034935,1242.0,317952.0,4301.327459379798,20348928.0 +124.83,8.699999809265137,4882.0,0.014577125199139118,0.1543172150850296,1.8265401124954224,-0.011805153451859951,0.4230830669403076,0.6075883507728577,1243.0,318208.0,4304.683816722827,20365312.0 +159.03,8.800000190734863,4805.0,0.012846682220697403,0.13970947265625,1.872865080833435,-0.015267915092408657,0.28754904866218567,0.6824880838394165,1244.0,318464.0,4308.094362730859,20381696.0 +132.21,8.899999618530273,4751.0,0.010779074393212795,0.1286417692899704,1.8526721000671387,-0.016078760847449303,0.3009621798992157,0.6991231739521027,1245.0,318720.0,4311.543489433825,20398080.0 +122.09,9.0,4478.0,0.012732594273984432,0.1359049528837204,1.8035396337509155,-0.015272536315023899,0.3580230176448822,0.6480919122695923,1246.0,318976.0,4315.202221100917,20414464.0 +144.64,9.100000381469727,4600.0,0.013025380671024323,0.1543172150850296,1.845382809638977,-0.015842655673623085,0.289243221282959,0.7068127989768982,1247.0,319232.0,4318.764732352924,20430848.0 +152.82,8.5,4482.0,0.011468257755041122,0.1353556364774704,1.8100080490112305,-0.01430834922939539,0.3900281488895416,0.6416458487510681,1248.0,319488.0,4322.42060158588,20447232.0 +111.87,8.699999809265137,4623.0,0.010356354527175426,0.1218058243393898,1.8639639616012573,-0.015996793285012245,0.31430527567863464,0.6931391060352325,1249.0,319744.0,4325.965159771964,20463616.0 +142.79,8.899999618530273,4720.0,0.011665914207696915,0.132080078125,1.8255572319030762,-0.015261024236679077,0.3012671172618866,0.7392740547657013,1250.0,320000.0,4329.436705329921,20480000.0 +139.41,9.0,4621.0,0.012897588312625885,0.1461385041475296,1.8099619150161743,-0.01572250761091709,0.26897409558296204,0.7337813675403595,1251.0,320256.0,4332.9823480627965,20496384.0 +140.39,8.600000381469727,4766.0,0.010188236832618713,0.1191609725356102,1.8111337423324585,-0.013756200671195984,0.37147819995880127,0.6707964539527893,1252.0,320512.0,4336.420491089812,20512768.0 +95.72,9.0,4493.0,0.010519552044570446,0.1219685897231102,1.832302451133728,-0.015497223474085331,0.353026419878006,0.6747474074363708,1253.0,320768.0,4340.067141007865,20529152.0 +123.65,8.800000190734863,4710.0,0.010440445505082607,0.1249593123793602,1.87180757522583,-0.015018296428024769,0.2900330126285553,0.7299349009990692,1254.0,321024.0,4343.545954512898,20545536.0 +171.82,8.399999618530273,4608.0,0.01119671855121851,0.1369425505399704,1.8327738046646118,-0.014426828362047672,0.34125348925590515,0.7188970148563385,1255.0,321280.0,4347.102616228862,20561920.0 +140.21,8.899999618530273,4356.0,0.011816892772912979,0.1444295197725296,1.8441749811172485,-0.014346517622470856,0.2851242423057556,0.7809926867485046,1256.0,321536.0,4350.864648581948,20578304.0 +148.23,8.800000190734863,4561.0,0.01138730626553297,0.1379191130399704,1.8779106140136719,-0.015508373267948627,0.33861684799194336,0.7294598817825317,1257.0,321792.0,4354.457549813902,20594688.0 +157.72,8.699999809265137,4412.0,0.010065878741443157,0.117919921875,1.897286057472229,-0.016622323542833328,0.27229028940200806,0.7420282661914825,1258.0,322048.0,4358.171834033914,20611072.0 +130.33,8.899999618530273,4633.0,0.014130796305835247,0.157470703125,1.8606319427490234,-0.016062235459685326,0.30308499932289124,0.7568860948085785,1259.0,322304.0,4361.708592228824,20627456.0 +143.35,8.399999618530273,4853.0,0.01718093454837799,0.13861083984375,1.8518095016479492,-0.016588708385825157,0.32619020342826843,0.7554433792829514,1260.0,322560.0,4365.085034508957,20643840.0 +172.1,8.600000381469727,4775.0,0.010167785920202732,0.11956787109375,1.770016074180603,-0.015109606087207794,0.42085376381874084,0.7037063241004944,1261.0,322816.0,4368.51653260598,20660224.0 +109.19,8.899999618530273,4865.0,0.014293764717876911,0.1455485075712204,1.7476445436477661,-0.0176232922822237,0.35331806540489197,0.7474941909313202,1262.0,323072.0,4371.884548000991,20676608.0 +119.45,8.5,4688.0,0.011704347096383572,0.14349365234375,1.8035942316055298,-0.014600464142858982,0.38365450501441956,0.7355076670646667,1263.0,323328.0,4375.379796799971,20692992.0 +112.8,9.199999809265137,4737.0,0.013004764914512634,0.138671875,1.8425192832946777,-0.016722993925213814,0.2644169330596924,0.7883703708648682,1264.0,323584.0,4378.838754283963,20709376.0 +131.44,8.800000190734863,4510.0,0.012190637178719044,0.1266886442899704,1.8263436555862427,-0.01610071025788784,0.3330952823162079,0.7423602938652039,1265.0,323840.0,4382.472358617,20725760.0 +141.75,9.100000381469727,5005.0,0.012527416460216045,0.137451171875,1.8022770881652832,-0.016017843037843704,0.2832017242908478,0.7568796128034592,1266.0,324096.0,4385.746262494009,20742144.0 +123.3,9.199999809265137,4910.0,0.012801769189536572,0.1479288786649704,1.8258757591247559,-0.01788119599223137,0.22748738527297974,0.7934658974409103,1267.0,324352.0,4389.083597374847,20758528.0 +133.01,8.899999618530273,4759.0,0.013289670459926128,0.1412150114774704,1.8064452409744263,-0.01710459217429161,0.34864237904548645,0.7221507728099823,1268.0,324608.0,4392.526445666794,20774912.0 +130.36,9.0,4822.0,0.015057459473609924,0.150634765625,1.7719444036483765,-0.018523119390010834,0.35114189982414246,0.7431239485740662,1269.0,324864.0,4395.924919512821,20791296.0 +91.5,9.300000190734863,4819.0,0.012275327928364277,0.1407063752412796,1.755916714668274,-0.015958787873387337,0.32817429304122925,0.7159461081027985,1270.0,325120.0,4399.324810749851,20807680.0 +95.19,9.600000381469727,4758.0,0.013447336852550507,0.13165283203125,1.7382960319519043,-0.016553202643990517,0.29308202862739563,0.7494698762893677,1271.0,325376.0,4402.768579715863,20824064.0 +96.26,9.0,4805.0,0.012267067097127438,0.13067626953125,1.7231345176696777,-0.014698944985866547,0.4233592748641968,0.6677511930465698,1272.0,325632.0,4406.17842453788,20840448.0 +114.45,9.399999618530273,4741.0,0.014700195752084255,0.1588541716337204,1.755454182624817,-0.01715950481593609,0.27593573927879333,0.7274331450462341,1273.0,325888.0,4409.634523515822,20856832.0 +87.03,9.300000190734863,4798.0,0.010995496064424515,0.137939453125,1.7733489274978638,-0.014335905201733112,0.4446157217025757,0.6373382806777954,1274.0,326144.0,4413.0499180608895,20873216.0 +96.93,8.800000190734863,4565.0,0.008685578592121601,0.0989176407456398,1.7760769128799438,-0.015058029443025589,0.418073445558548,0.6433285176753998,1275.0,326400.0,4416.639329690952,20889600.0 +111.95,9.0,4451.0,0.010890151374042034,0.1324462890625,1.81692636013031,-0.01649818755686283,0.41095641255378723,0.6676904559135437,1276.0,326656.0,4420.320604013978,20905984.0 +88.51,9.300000190734863,4588.0,0.01458276342600584,0.1427815705537796,1.8526374101638794,-0.014886843971908092,0.3079780340194702,0.7172374725341797,1277.0,326912.0,4423.892249712022,20922368.0 +95.96,9.100000381469727,4606.0,0.010680891573429108,0.12298583984375,1.8138760328292847,-0.014330562204122543,0.3533933162689209,0.7204702198505402,1278.0,327168.0,4427.449945561821,20938752.0 +110.83,9.5,4724.0,0.015171118080615997,0.1740519255399704,1.8550786972045898,-0.01799292489886284,0.24963700771331787,0.7771824300289154,1279.0,327424.0,4430.9183535398915,20955136.0 +100.87,9.100000381469727,4583.0,0.011069255881011486,0.12109375,1.8244247436523438,-0.016909440979361534,0.3153161108493805,0.7478543817996979,1280.0,327680.0,4434.4932398819365,20971520.0 +143.24,8.5,4462.0,0.008525067009031773,0.0990193709731102,1.8405317068099976,-0.012792486697435379,0.3811083137989044,0.7024929821491241,1281.0,327936.0,4438.165970057016,20987904.0 +101.76,9.199999809265137,4590.0,0.012014906853437424,0.1274210661649704,1.78408682346344,-0.01619633287191391,0.3395995795726776,0.7155878245830536,1282.0,328192.0,4441.736068666913,21004288.0 +81.09,9.100000381469727,4881.0,0.011412973515689373,0.1271158903837204,1.8196830749511719,-0.016065550968050957,0.41521182656288147,0.6602670848369598,1283.0,328448.0,4445.093754926929,21020672.0 +140.55,8.399999618530273,4787.0,0.010262385942041874,0.1288859099149704,1.804190754890442,-0.01802385412156582,0.44982460141181946,0.6680736541748047,1284.0,328704.0,4448.516539903823,21037056.0 +84.34,9.5,4881.0,0.012356549501419067,0.13616943359375,1.7557302713394165,-0.01707952842116356,0.2706582844257355,0.7129395306110382,1285.0,328960.0,4451.87339142384,21053440.0 +103.39,9.199999809265137,4447.0,0.010247399099171162,0.12835693359375,1.8263450860977173,-0.01721111126244068,0.2674749791622162,0.7143138945102692,1286.0,329216.0,4455.557546524797,21069824.0 +111.72,8.699999809265137,4563.0,0.010567884892225266,0.1302083283662796,1.822064995765686,-0.016733089461922646,0.3696577250957489,0.674249142408371,1287.0,329472.0,4459.149373852881,21086208.0 +126.85,9.199999809265137,4553.0,0.012951201759278774,0.1432088166475296,1.8250631093978882,-0.01762457937002182,0.2987781763076782,0.725206732749939,1288.0,329728.0,4462.7479960769415,21102592.0 +113.94,8.899999618530273,4867.0,0.011781543493270874,0.1225179061293602,1.8173151016235352,-0.014822840690612793,0.45326685905456543,0.6412283480167389,1289.0,329984.0,4466.114750933833,21118976.0 +117.56,9.300000190734863,4598.0,0.00865636020898819,0.1048787459731102,1.7898411750793457,-0.0171919297426939,0.31724491715431213,0.7177235782146454,1290.0,330240.0,4469.678283824818,21135360.0 +117.99,8.5,4641.0,0.0091796750202775,0.1099650040268898,1.812102198600769,-0.016416102647781372,0.3773092031478882,0.6814758479595184,1291.0,330496.0,4473.209293402964,21151744.0 +97.0,8.800000190734863,4607.0,0.009397775866091251,0.1170654296875,1.806503176689148,-0.016947316005825996,0.3975791931152344,0.6845731139183044,1292.0,330752.0,4476.766363209812,21168128.0 +136.95,8.699999809265137,4821.0,0.01092055905610323,0.1325886994600296,1.7587146759033203,-0.015719128772616386,0.4343990385532379,0.6341764628887177,1293.0,331008.0,4480.165385623928,21184512.0 +100.4,9.300000190734863,4842.0,0.01122312992811203,0.12908935546875,1.7349666357040405,-0.01672700233757496,0.3265545070171356,0.690122127532959,1294.0,331264.0,4483.549798393855,21200896.0 +81.28,9.699999809265137,4873.0,0.012425899505615234,0.14569091796875,1.726326823234558,-0.01648343913257122,0.30628129839897156,0.6864151358604431,1295.0,331520.0,4486.913578694919,21217280.0 +82.91,9.300000190734863,4581.0,0.012973847799003124,0.1253458708524704,1.739902138710022,-0.01717807538807392,0.31171080470085144,0.7111732959747314,1296.0,331776.0,4490.490736093838,21233664.0 +74.37,9.399999618530273,4897.0,0.01178731769323349,0.1391398161649704,1.7143807411193848,-0.01839371956884861,0.3210204243659973,0.7063632905483246,1297.0,332032.0,4493.836644524941,21250048.0 +106.36,8.600000381469727,4703.0,0.010546394623816013,0.12744140625,1.7518625259399414,-0.015926292166113853,0.4462222754955292,0.6159747838973999,1298.0,332288.0,4497.320535751991,21266432.0 +80.1,9.199999809265137,4812.0,0.012796969152987003,0.1529744416475296,1.791587471961975,-0.0172768272459507,0.32758253812789917,0.6954491138458252,1299.0,332544.0,4500.725568256807,21282816.0 +108.1,9.399999618530273,4856.0,0.012149159796535969,0.1192626953125,1.7356839179992676,-0.01593875139951706,0.3188188076019287,0.6814320683479309,1300.0,332800.0,4504.100182758877,21299200.0 +95.63,8.899999618530273,4808.0,0.008506028912961483,0.0991414412856102,1.7469018697738647,-0.014024934731423855,0.46332284808158875,0.6168174147605896,1301.0,333056.0,4507.508112943964,21315584.0 +115.0,9.399999618530273,4865.0,0.011818848550319672,0.13836669921875,1.7060832977294922,-0.016520006582140923,0.31092369556427,0.6735689342021942,1302.0,333312.0,4510.875907883979,21331968.0 +105.48,9.100000381469727,4815.0,0.009332274086773396,0.1138916015625,1.6945689916610718,-0.01432101521641016,0.4096120595932007,0.6434016227722168,1303.0,333568.0,4514.279024709016,21348352.0 +114.24,8.699999809265137,5137.0,0.009831737726926804,0.1177775040268898,1.7169958353042603,-0.015614311210811138,0.4839564263820648,0.618768960237503,1304.0,333824.0,4517.471422981005,21364736.0 +86.67,9.199999809265137,4990.0,0.013685445301234722,0.1487223356962204,1.766396403312683,-0.01875736191868782,0.2781222462654114,0.7026373744010925,1305.0,334080.0,4520.75523550692,21381120.0 +95.78,8.699999809265137,4779.0,0.008282416500151157,0.089599609375,1.7480031251907349,-0.01229039952158928,0.5141540169715881,0.6188934743404388,1306.0,334336.0,4524.184032297926,21397504.0 +90.51,9.0,4560.0,0.011510378681123257,0.1317138671875,1.7484688758850098,-0.01650802046060562,0.36029937863349915,0.648682564496994,1307.0,334592.0,4527.777803217992,21413888.0 +90.26,9.0,4709.0,0.009375836700201035,0.1148274764418602,1.7627390623092651,-0.014352827332913876,0.4408363103866577,0.6461189985275269,1308.0,334848.0,4531.257287799846,21430272.0 +86.07,9.399999618530273,4745.0,0.012945357710123062,0.1292928010225296,1.7529386281967163,-0.016153618693351746,0.34699487686157227,0.6569329500198364,1309.0,335104.0,4534.711020177929,21446656.0 +65.21,9.899999618530273,4809.0,0.012544521130621433,0.148193359375,1.770390510559082,-0.01642513833940029,0.21888335049152374,0.7573484480381012,1310.0,335360.0,4538.118409843883,21463040.0 +119.33,8.899999618530273,4823.0,0.009103751741349697,0.111083984375,1.7800723314285278,-0.013988151215016842,0.31784966588020325,0.6943656206130981,1311.0,335616.0,4541.515925997868,21479424.0 +108.4,9.0,4771.0,0.011307988315820694,0.1314290314912796,1.794520378112793,-0.01587841287255287,0.3371444642543793,0.6750388741493225,1312.0,335872.0,4544.950668115867,21495808.0 +95.78,8.699999809265137,4880.0,0.012041102163493633,0.14501953125,1.788373351097107,-0.01615002006292343,0.3690841495990753,0.6659409701824188,1313.0,336128.0,4548.3086988430005,21512192.0 +110.43,8.399999618530273,4703.0,0.0071770246140658855,0.0878092423081398,1.8171547651290894,-0.013388757593929768,0.458991676568985,0.6091126203536987,1314.0,336384.0,4551.792677325895,21528576.0 +107.53,8.600000381469727,4542.0,0.009728571400046349,0.0975545272231102,1.788021445274353,-0.012351234443485737,0.4430641233921051,0.6252941191196442,1315.0,336640.0,4555.40054411185,21544960.0 +127.12,9.0,4774.0,0.010970358736813068,0.13690185546875,1.7862247228622437,-0.01530806627124548,0.3103615939617157,0.6522917747497559,1316.0,336896.0,4558.83327565901,21561344.0 +128.16,9.0,4764.0,0.008591714315116405,0.1082967147231102,1.8058654069900513,-0.014391154982149601,0.3278496563434601,0.6302430033683777,1317.0,337152.0,4562.273014746839,21577728.0 +129.79,8.899999618530273,5187.0,0.012020431458950043,0.1397501677274704,1.7310022115707397,-0.014155976474285126,0.36341771483421326,0.6415150761604309,1318.0,337408.0,4565.431985783856,21594112.0 +118.48,8.800000190734863,4878.0,0.012414843775331974,0.14788818359375,1.7722759246826172,-0.01653333194553852,0.3414700925350189,0.6786890923976898,1319.0,337664.0,4568.790860428009,21610496.0 +112.12,9.199999809265137,4786.0,0.015037192963063717,0.1657918244600296,1.739420771598816,-0.01784602738916874,0.23780834674835205,0.7583329677581787,1320.0,337920.0,4572.214608761016,21626880.0 +111.86,8.800000190734863,4387.0,0.011104377917945385,0.1313883513212204,1.783725380897522,-0.015208929777145386,0.3112688958644867,0.7118993401527405,1321.0,338176.0,4575.949857275933,21643264.0 +167.64,7.800000190734863,4893.0,0.010778515599668026,0.1362101286649704,1.790961742401123,-0.015260942280292511,0.4875992238521576,0.6093433797359467,1322.0,338432.0,4579.2990449848585,21659648.0 +102.11,8.899999618530273,4889.0,0.011400560848414898,0.1371256560087204,1.7722539901733398,-0.016213970258831978,0.29604530334472656,0.7031748592853546,1323.0,338688.0,4582.650625512004,21676032.0 +144.49,9.100000381469727,5039.0,0.009932967834174633,0.1158447265625,1.7899669408798218,-0.016553299501538277,0.2520297169685364,0.705164760351181,1324.0,338944.0,4585.9024646820035,21692416.0 +141.54,8.5,4474.0,0.009211178869009018,0.11456298828125,1.741139531135559,-0.012551539577543736,0.4357544481754303,0.625745952129364,1325.0,339200.0,4589.564508026,21708800.0 +117.23,8.899999618530273,4480.0,0.013417933136224747,0.1509806364774704,1.770053505897522,-0.016019927337765694,0.3120274841785431,0.6948932707309723,1326.0,339456.0,4593.221801379928,21725184.0 +117.64,9.0,4792.0,0.011118647642433643,0.1319580078125,1.7826024293899536,-0.01653536595404148,0.36633074283599854,0.6921191811561584,1327.0,339712.0,4596.641070026904,21741568.0 +125.43,8.899999618530273,4745.0,0.012899845838546753,0.1437581330537796,1.7740050554275513,-0.01739264652132988,0.33086100220680237,0.7316721677780151,1328.0,339968.0,4600.094380110968,21757952.0 +93.23,9.0,4721.0,0.009330308996140957,0.1129557266831398,1.7918057441711426,-0.015130129642784595,0.3852536678314209,0.6469363272190094,1329.0,340224.0,4603.56513752602,21774336.0 +129.86,8.899999618530273,4867.0,0.009511081501841545,0.1161092147231102,1.8357906341552734,-0.016335835680365562,0.3446965515613556,0.676173985004425,1330.0,340480.0,4606.932270122925,21790720.0 +99.86,9.199999809265137,4927.0,0.01265232264995575,0.1361897736787796,1.837553858757019,-0.01894174888730049,0.2848348319530487,0.7179974615573883,1331.0,340736.0,4610.257749141892,21807104.0 +120.4,9.100000381469727,4744.0,0.012215688824653625,0.1365966796875,1.8209223747253418,-0.01669454388320446,0.34258344769477844,0.689268946647644,1332.0,340992.0,4613.71208397788,21823488.0 +146.26,8.5,4764.0,0.008805815130472183,0.1119791641831398,1.8207894563674927,-0.014161236584186554,0.4420227110385895,0.6603290736675262,1333.0,341248.0,4617.151728725992,21839872.0 +84.23,9.399999618530273,4787.0,0.007701374590396881,0.0874226912856102,1.8259295225143433,-0.013401597738265991,0.26713311672210693,0.7545948028564453,1334.0,341504.0,4620.574926549802,21856256.0 +135.79,9.100000381469727,4762.0,0.011759488843381405,0.14715576171875,1.8457508087158203,-0.017946260049939156,0.2814592123031616,0.753091037273407,1335.0,341760.0,4624.016094279941,21872640.0 +96.89,8.699999809265137,4847.0,0.009945536032319069,0.1061604842543602,1.7986602783203125,-0.01647040620446205,0.4208642244338989,0.6666160821914673,1336.0,342016.0,4627.396365729859,21889024.0 +84.68,9.600000381469727,5210.0,0.011347186751663685,0.1282958984375,1.7884429693222046,-0.01786665990948677,0.3045116364955902,0.7113164663314819,1337.0,342272.0,4630.541813440854,21905408.0 +100.41,9.199999809265137,5031.0,0.012352135963737965,0.1327718049287796,1.7943686246871948,-0.017488183453679085,0.32854369282722473,0.6817248463630676,1338.0,342528.0,4633.798628340941,21921792.0 +83.57,9.100000381469727,4826.0,0.012148920446634293,0.142333984375,1.7957011461257935,-0.017209814861416817,0.3125326335430145,0.6956468522548676,1339.0,342784.0,4637.194351548795,21938176.0 +109.12,8.899999618530273,4743.0,0.010690423659980297,0.1314697265625,1.819968342781067,-0.01724974624812603,0.3622167408466339,0.6802314817905426,1340.0,343040.0,4640.649269666988,21954560.0 +83.07,9.0,4798.0,0.010063049383461475,0.1197306290268898,1.829241394996643,-0.01708192378282547,0.33359238505363464,0.6989583373069763,1341.0,343296.0,4644.064615370007,21970944.0 +104.37,8.899999618530273,4904.0,0.008868207223713398,0.1100260391831398,1.7978407144546509,-0.01667800359427929,0.45949408411979675,0.6311904489994049,1342.0,343552.0,4647.408888815902,21987328.0 +122.31,9.300000190734863,4920.0,0.011546585708856583,0.1288859099149704,1.8110995292663574,-0.01688464917242527,0.3619452714920044,0.6539691686630249,1343.0,343808.0,4650.739493049914,22003712.0 +88.97,8.699999809265137,4648.0,0.011991915293037891,0.1457926481962204,1.7743334770202637,-0.016321539878845215,0.3622076213359833,0.6818389296531677,1344.0,344064.0,4654.264851721004,22020096.0 +103.9,9.0,4853.0,0.010252919979393482,0.1224568709731102,1.8072489500045776,-0.013938370160758495,0.3393218219280243,0.6534802913665771,1345.0,344320.0,4657.641116987914,22036480.0 +103.42,9.5,4791.0,0.011870828457176685,0.14776611328125,1.8101414442062378,-0.013493110425770283,0.27172422409057617,0.7105859816074371,1346.0,344576.0,4661.061407171888,22052864.0 +112.56,8.800000190734863,4792.0,0.007931068539619446,0.1025594100356102,1.7957254648208618,-0.015698987990617752,0.4404512643814087,0.6403981447219849,1347.0,344832.0,4664.480984898983,22069248.0 +94.41,8.800000190734863,4776.0,0.009279073216021061,0.10064697265625,1.803991436958313,-0.014961603097617626,0.4519561529159546,0.6328230500221252,1348.0,345088.0,4667.912068045,22085632.0 +128.23,8.600000381469727,4774.0,0.010171742178499699,0.12689208984375,1.7961348295211792,-0.016178486868739128,0.3701338469982147,0.6802040636539459,1349.0,345344.0,4671.344170673983,22102016.0 +104.84,8.899999618530273,4966.0,0.0104188472032547,0.12384033203125,1.8013972043991089,-0.01561057474464178,0.40004387497901917,0.6641788184642792,1350.0,345600.0,4674.64384290087,22118400.0 +85.84,8.699999809265137,5152.0,0.008432325907051563,0.0996907576918602,1.8085047006607056,-0.015143766067922115,0.45471978187561035,0.62258180975914,1351.0,345856.0,4677.824253106024,22134784.0 +89.37,8.699999809265137,4781.0,0.009318312630057335,0.1074015274643898,1.8486332893371582,-0.014176975935697556,0.3772789239883423,0.6568910479545593,1352.0,346112.0,4681.251111942809,22151168.0 +108.58,9.300000190734863,4695.0,0.011177818290889263,0.1324259489774704,1.8323725461959839,-0.016483230516314507,0.2858329117298126,0.7034547328948975,1353.0,346368.0,4684.741692894837,22167552.0 +111.55,7.900000095367432,5068.0,0.010635034181177616,0.1302897185087204,1.7819629907608032,-0.01385987177491188,0.685214102268219,0.5728274881839752,1354.0,346624.0,4687.974703905871,22183936.0 +120.04,8.800000190734863,5111.0,0.00962755549699068,0.1066080704331398,1.7961883544921875,-0.016906363889575005,0.4235420525074005,0.6496517956256866,1355.0,346880.0,4691.180450061802,22200320.0 +112.34,8.699999809265137,5043.0,0.010141506791114807,0.1299845427274704,1.8191231489181519,-0.013873346149921417,0.37750259041786194,0.6874293386936188,1356.0,347136.0,4694.429506112821,22216704.0 +92.07,9.399999618530273,4894.0,0.010215015150606632,0.1262003630399704,1.8101840019226074,-0.015098716132342815,0.32735857367515564,0.7019159197807312,1357.0,347392.0,4697.778225435875,22233088.0 +83.59,9.399999618530273,4842.0,0.009992043487727642,0.1252034455537796,1.8277138471603394,-0.01585361547768116,0.23686052858829498,0.7451216578483582,1358.0,347648.0,4701.162219625898,22249472.0 +110.55,8.399999618530273,4836.0,0.01016387902200222,0.1235148087143898,1.819919466972351,-0.015843966975808144,0.4913269579410553,0.6193069517612457,1359.0,347904.0,4704.550370384939,22265856.0 +123.42,8.300000190734863,4762.0,0.00907310750335455,0.11151123046875,1.7981919050216675,-0.013055053539574146,0.5073239803314209,0.6309283673763275,1360.0,348160.0,4707.994071519934,22282240.0 +98.42,8.899999618530273,4761.0,0.00986147578805685,0.1318359375,1.838844656944275,-0.013104877434670925,0.3926725387573242,0.6047889888286591,1361.0,348416.0,4711.435788123868,22298624.0 +116.69,8.800000190734863,4848.0,0.010928773321211338,0.1262003630399704,1.8463977575302124,-0.015865089371800423,0.36514684557914734,0.6393752098083496,1362.0,348672.0,4714.81623242097,22315008.0 +82.7,9.100000381469727,4800.0,0.010190309956669807,0.1260986328125,1.871058464050293,-0.018658047541975975,0.30419784784317017,0.7008374631404877,1363.0,348928.0,4718.229918360012,22331392.0 +142.54,8.699999809265137,4773.0,0.010141697712242603,0.1329345703125,1.9069174528121948,-0.013883990235626698,0.33750978112220764,0.6736726462841034,1364.0,349184.0,4721.662916734815,22347776.0 +112.91,9.100000381469727,4750.0,0.014695574529469013,0.1314493864774704,1.8760501146316528,-0.013586056418716908,0.34677013754844666,0.6867344975471497,1365.0,349440.0,4725.112586080795,22364160.0 +138.18,8.899999618530273,4589.0,0.01150285080075264,0.13055419921875,1.8833308219909668,-0.017430555075407028,0.30596989393234253,0.7054066359996796,1366.0,349696.0,4728.683384475997,22380544.0 +117.28,9.199999809265137,4649.0,0.012453177012503147,0.1519775390625,1.8322614431381226,-0.01623331382870674,0.354233056306839,0.7100175619125366,1367.0,349952.0,4732.208309200825,22396928.0 +79.83,9.300000190734863,4562.0,0.013588366098701954,0.1514078825712204,1.8599433898925781,-0.016721190884709358,0.26635414361953735,0.7474046349525452,1368.0,350208.0,4735.799867258873,22413312.0 +106.89,8.899999618530273,4927.0,0.012462825514376163,0.1407470703125,1.863363265991211,-0.01457251701503992,0.36858001351356506,0.6809566915035248,1369.0,350464.0,4739.125551423989,22429696.0 +102.93,8.800000190734863,5093.0,0.010031822137534618,0.1109212264418602,1.8263858556747437,-0.015552852302789688,0.39925453066825867,0.6748548150062561,1370.0,350720.0,4742.343038168969,22446080.0 +108.42,9.399999618530273,4714.0,0.011247594840824604,0.1402384489774704,1.8522368669509888,-0.01837215945124626,0.27072471380233765,0.7218478322029114,1371.0,350976.0,4745.819203465944,22462464.0 +122.85,9.0,4606.0,0.010636246763169765,0.1260782927274704,1.8326643705368042,-0.01566886715590954,0.36011528968811035,0.6516984403133392,1372.0,351232.0,4749.377208426828,22478848.0 +88.03,9.100000381469727,4891.0,0.010595644824206829,0.12652587890625,1.8229860067367554,-0.014974921941757202,0.42169681191444397,0.6240027844905853,1373.0,351488.0,4752.727598482976,22495232.0 +109.24,9.199999809265137,4939.0,0.012125118635594845,0.1456298828125,1.8459123373031616,-0.016510704532265663,0.26051196455955505,0.7138528525829315,1374.0,351744.0,4756.045201180968,22511616.0 +97.98,9.300000190734863,4733.0,0.008951150812208652,0.1033528670668602,1.8366526365280151,-0.017090167850255966,0.3428034484386444,0.6496831774711609,1375.0,352000.0,4759.507453841856,22528000.0 +91.03,9.5,4921.0,0.012929245829582214,0.142333984375,1.8301984071731567,-0.015089382417500019,0.3453361988067627,0.6624968945980072,1376.0,352256.0,4762.837478977861,22544384.0 +118.02,8.899999618530273,4635.0,0.011205881834030151,0.1236572265625,1.8228321075439453,-0.017305897548794746,0.3353189527988434,0.6691939532756805,1377.0,352512.0,4766.372302151984,22560768.0 +80.31,9.600000381469727,5032.0,0.012989483773708344,0.1502278596162796,1.790351390838623,-0.015022143721580505,0.3285924792289734,0.669041633605957,1378.0,352768.0,4769.628514767857,22577152.0 +81.31,9.0,4995.0,0.010704096406698227,0.1153360977768898,1.7677711248397827,-0.012499448843300343,0.3649459183216095,0.6692396998405457,1379.0,353024.0,4772.908860221971,22593536.0 +81.79,9.300000190734863,4533.0,0.010145224630832672,0.1170654296875,1.7770605087280273,-0.015816204249858856,0.2861221730709076,0.6748465001583099,1380.0,353280.0,4776.523435964016,22609920.0 +103.09,8.699999809265137,4591.0,0.009720336645841599,0.1149088516831398,1.8106002807617188,-0.014336337335407734,0.431534081697464,0.6013738811016083,1381.0,353536.0,4780.093017471023,22626304.0 +101.35,8.800000190734863,4634.0,0.009697542525827885,0.1147664412856102,1.845868706703186,-0.01497581135481596,0.38395747542381287,0.6194848120212555,1382.0,353792.0,4783.628866669955,22642688.0 +103.34,8.600000381469727,4536.0,0.008998959325253963,0.1033121719956398,1.8884609937667847,-0.013398057781159878,0.385776549577713,0.6462545692920685,1383.0,354048.0,4787.241879583802,22659072.0 +80.92,9.199999809265137,4680.0,0.01086393091827631,0.1309814453125,1.8573384284973145,-0.014191024005413055,0.3560611307621002,0.6218309700489044,1384.0,354304.0,4790.742942726938,22675456.0 +84.6,9.100000381469727,4732.0,0.009709793142974377,0.1114908829331398,1.8697733879089355,-0.015173896215856075,0.3193800747394562,0.6852689385414124,1385.0,354560.0,4794.206058010925,22691840.0 +101.23,9.5,4600.0,0.011411282233893871,0.1258748322725296,1.9181652069091797,-0.01614234782755375,0.24194340407848358,0.7268052995204926,1386.0,354816.0,4797.768503602827,22708224.0 +114.6,8.800000190734863,4465.0,0.010816526599228382,0.13250732421875,1.898364543914795,-0.013833011500537395,0.35356494784355164,0.6740493476390839,1387.0,355072.0,4801.4385754468385,22724608.0 +124.15,8.899999618530273,4887.0,0.011062666773796082,0.1224568709731102,1.8899503946304321,-0.01586226373910904,0.3321847915649414,0.6509895026683807,1388.0,355328.0,4804.791580535006,22740992.0 +106.78,8.600000381469727,4680.0,0.010901513509452343,0.1211344376206398,1.8769277334213257,-0.016480663791298866,0.3631152808666229,0.6618146002292633,1389.0,355584.0,4808.292453335831,22757376.0 +121.67,8.699999809265137,4718.0,0.009418720379471779,0.1137288436293602,1.8781694173812866,-0.013532444834709167,0.44374707341194153,0.6142832934856415,1390.0,355840.0,4811.765641812002,22773760.0 +91.3,9.5,4833.0,0.012631953693926334,0.1388142853975296,1.8681591749191284,-0.017142126336693764,0.3325484097003937,0.6744979918003082,1391.0,356096.0,4815.156128099887,22790144.0 +114.82,8.899999618530273,4882.0,0.011075940914452076,0.12066650390625,1.8412328958511353,-0.015872955322265625,0.3539640009403229,0.6835781335830688,1392.0,356352.0,4818.512820252916,22806528.0 +100.14,8.399999618530273,4917.0,0.008349909447133541,0.1055704727768898,1.8608447313308716,-0.016141613945364952,0.47753670811653137,0.6248366236686707,1393.0,356608.0,4821.845319262939,22822912.0 +81.75,9.199999809265137,4777.0,0.011782106012105942,0.11834716796875,1.873186469078064,-0.018259020522236824,0.34349849820137024,0.6901959478855133,1394.0,356864.0,4825.275200177915,22839296.0 +121.02,8.699999809265137,4756.0,0.010264678858220577,0.1329549103975296,1.91205894947052,-0.01679689809679985,0.3962624967098236,0.6281019151210785,1395.0,357120.0,4828.720427139895,22855680.0 +113.52,8.800000190734863,4722.0,0.012337006628513336,0.14501953125,1.8484803438186646,-0.018476346507668495,0.34764349460601807,0.6815188229084015,1396.0,357376.0,4832.190405248897,22872064.0 +108.9,8.899999618530273,4705.0,0.009863709099590778,0.1250406950712204,1.8812156915664673,-0.017159167677164078,0.28563088178634644,0.7169034481048584,1397.0,357632.0,4835.67261419096,22888448.0 +113.04,8.899999618530273,4855.0,0.011911380104720592,0.1413981169462204,1.8926910161972046,-0.017275193706154823,0.32830071449279785,0.67865851521492,1398.0,357888.0,4839.048038823996,22904832.0 +118.7,8.5,4786.0,0.010161351412534714,0.1153360977768898,1.8545821905136108,-0.012798951007425785,0.42534372210502625,0.6594756543636322,1399.0,358144.0,4842.471295256866,22921216.0 +107.09,9.300000190734863,4781.0,0.011795141734182835,0.1412760466337204,1.8491219282150269,-0.02013235352933407,0.3240276277065277,0.7005532383918762,1400.0,358400.0,4845.898765238002,22937600.0 +123.18,8.699999809265137,4832.0,0.011660058982670307,0.1433308869600296,1.8562759160995483,-0.016551338136196136,0.33153823018074036,0.7018442749977112,1401.0,358656.0,4849.289637692971,22953984.0 +106.04,9.0,5017.0,0.012032993137836456,0.1430257111787796,1.7987350225448608,-0.018263855949044228,0.33528992533683777,0.705668717622757,1402.0,358912.0,4852.555833378807,22970368.0 +116.32,9.199999809265137,5049.0,0.011970062740147114,0.1465657502412796,1.8218307495117188,-0.015820974484086037,0.27454838156700134,0.7525400221347809,1403.0,359168.0,4855.801167047815,22986752.0 +132.98,8.699999809265137,4997.0,0.010808858089148998,0.127197265625,1.8817859888076782,-0.01742394082248211,0.30899739265441895,0.7361490428447723,1404.0,359424.0,4859.080449607922,23003136.0 +89.68,9.199999809265137,4794.0,0.01269406545907259,0.1434122771024704,1.8173121213912964,-0.015486452728509903,0.31895795464515686,0.7272414565086365,1405.0,359680.0,4862.498201653827,23019520.0 +87.74,9.0,4807.0,0.012145035900175571,0.1293741911649704,1.8471273183822632,-0.015063797123730183,0.35851725935935974,0.7133755087852478,1406.0,359936.0,4865.907212727005,23035904.0 +143.86,8.600000381469727,4899.0,0.00902317650616169,0.10858154296875,1.8574622869491577,-0.014398936182260513,0.37955760955810547,0.7005769908428192,1407.0,360192.0,4869.251909605926,23052288.0 +103.69,9.199999809265137,4581.0,0.011648154817521572,0.1329752653837204,1.8353074789047241,-0.0167869720607996,0.3154348134994507,0.6878882050514221,1408.0,360448.0,4872.828883035807,23068672.0 +132.37,9.300000190734863,4665.0,0.01182007510215044,0.13665771484375,1.8190375566482544,-0.017668941989541054,0.29737213253974915,0.7113364934921265,1409.0,360704.0,4876.342060369905,23085056.0 +118.18,8.800000190734863,4814.0,0.011718631722033024,0.1314900666475296,1.8512300252914429,-0.016615798696875572,0.34894001483917236,0.7139291167259216,1410.0,360960.0,4879.745715437923,23101440.0 +119.07,8.5,4834.0,0.011493454687297344,0.13031005859375,1.853859543800354,-0.016187816858291626,0.3485009968280792,0.7006722986698151,1411.0,361216.0,4883.135751729831,23117824.0 +151.17,8.199999809265137,4753.0,0.011039533652365208,0.1236165389418602,1.8649460077285767,-0.015332360751926899,0.4489084780216217,0.6210249960422516,1412.0,361472.0,4886.58325882582,23134208.0 +129.02,9.100000381469727,4975.0,0.013074837625026703,0.1673583984375,1.854746699333191,-0.016947252675890923,0.22884468734264374,0.7736388593912125,1413.0,361728.0,4889.876606923994,23150592.0 +134.7,8.699999809265137,4855.0,0.011994224041700363,0.14239501953125,1.7965410947799683,-0.014883317053318024,0.38003095984458923,0.6675041913986206,1414.0,361984.0,4893.251379854977,23166976.0 +124.61,9.100000381469727,4849.0,0.011472879908978939,0.1326700896024704,1.7630351781845093,-0.015790551900863647,0.34046149253845215,0.6719878613948822,1415.0,362240.0,4896.630338670919,23183360.0 +100.87,8.899999618530273,4840.0,0.010131835006177425,0.1202799454331398,1.7730883359909058,-0.01652221567928791,0.37571239471435547,0.6816046237945557,1416.0,362496.0,4900.0159603618085,23199744.0 +107.95,9.0,4824.0,0.010771973989903927,0.1193644180893898,1.737045407295227,-0.018026383593678474,0.41369450092315674,0.6490208208560944,1417.0,362752.0,4903.412725582952,23216128.0 +87.32,9.5,4662.0,0.013057363219559193,0.1363932341337204,1.7838873863220215,-0.016675418242812157,0.29253819584846497,0.7197690010070801,1418.0,363008.0,4906.927214636002,23232512.0 +126.51,8.699999809265137,4668.0,0.010415430180728436,0.1055501326918602,1.7743635177612305,-0.016228439286351204,0.4574594497680664,0.646376758813858,1419.0,363264.0,4910.437620910816,23248896.0 +116.62,9.0,4754.0,0.010970358736813068,0.1162312850356102,1.8202751874923706,-0.017536723986268044,0.3578019142150879,0.7157595455646515,1420.0,363520.0,4913.884609438945,23265280.0 +91.14,9.399999618530273,4753.0,0.012849231250584126,0.14996337890625,1.836013913154602,-0.01825982891023159,0.23672032356262207,0.7623949497938156,1421.0,363776.0,4917.341948347865,23281664.0 +107.34,8.699999809265137,4686.0,0.010145184583961964,0.1185302734375,1.8088088035583496,-0.015228505246341228,0.35194334387779236,0.6834143102169037,1422.0,364032.0,4920.838670269819,23298048.0 +157.53,8.899999618530273,4680.0,0.011970744468271732,0.13922119140625,1.810836911201477,-0.015481770038604736,0.30496564507484436,0.6629631817340851,1423.0,364288.0,4924.340001043864,23314432.0 +118.82,9.0,4895.0,0.010190599597990513,0.1158243790268898,1.798721194267273,-0.014443669468164444,0.36281368136405945,0.6710984706878662,1424.0,364544.0,4927.687348862877,23330816.0 +114.72,8.699999809265137,4495.0,0.011264313012361526,0.1108805313706398,1.815808892250061,-0.014425835572183132,0.4399995505809784,0.6648480594158173,1425.0,364800.0,4931.332305837888,23347200.0 +98.74,9.0,4561.0,0.012184021063148975,0.1329752653837204,1.8391598463058472,-0.0167437382042408,0.31089717149734497,0.7483188807964325,1426.0,365056.0,4934.925077721011,23363584.0 +145.58,9.199999809265137,4704.0,0.014248382300138474,0.1336669921875,1.852554440498352,-0.0177017729729414,0.23200218379497528,0.7703141868114471,1427.0,365312.0,4938.40849317098,23379968.0 +140.5,8.899999618530273,4425.0,0.010835204273462296,0.128173828125,1.8651466369628906,-0.014558832161128521,0.288424551486969,0.6882861852645874,1428.0,365568.0,4942.111456947867,23396352.0 +144.39,9.0,4636.0,0.012102124281227589,0.1485799103975296,1.8756662607192993,-0.01678614690899849,0.23371310532093048,0.7346403002738953,1429.0,365824.0,4945.645440968918,23412736.0 +153.75,8.699999809265137,4621.0,0.011765868403017521,0.1347249299287796,1.8337289094924927,-0.014105039648711681,0.311259001493454,0.6859265863895416,1430.0,366080.0,4949.191177490866,23429120.0 +173.91,8.399999618530273,4617.0,0.010179287753999233,0.11932373046875,1.8253388404846191,-0.014628355391323566,0.4095713198184967,0.6040967702865601,1431.0,366336.0,4952.74036772293,23445504.0 +108.52,9.399999618530273,4684.0,0.01345518883317709,0.14605712890625,1.8090709447860718,-0.016020873561501503,0.3128776550292969,0.7129045128822327,1432.0,366592.0,4956.238316971809,23461888.0 +101.0,9.0,5014.0,0.01202681940048933,0.1357218474149704,1.7896924018859863,-0.017007386311888695,0.3649267852306366,0.6592804491519928,1433.0,366848.0,4959.506392621901,23478272.0 +126.45,9.199999809265137,4520.0,0.013990592211484909,0.1573282927274704,1.8178588151931763,-0.017729615792632103,0.3021645247936249,0.6728636026382446,1434.0,367104.0,4963.131417762954,23494656.0 +113.12,9.100000381469727,4612.0,0.013590873219072819,0.141357421875,1.8170766830444336,-0.015051398426294327,0.25741297006607056,0.6994483172893524,1435.0,367360.0,4966.685843037907,23511040.0 +112.26,8.699999809265137,4460.0,0.012437231838703156,0.1464436799287796,1.8243690729141235,-0.014443933963775635,0.32622453570365906,0.6637994945049286,1436.0,367616.0,4970.360091337003,23527424.0 +130.74,8.699999809265137,4582.0,0.014074418693780899,0.1385294646024704,1.8561968803405762,-0.013071432709693909,0.2966713309288025,0.6911680996417999,1437.0,367872.0,4973.936525082914,23543808.0 +135.48,8.399999618530273,4411.0,0.010157570242881775,0.1174723282456398,1.8171558380126953,-0.014777764678001404,0.4451431930065155,0.6067472398281097,1438.0,368128.0,4977.65188133996,23560192.0 +161.52,8.800000190734863,4314.0,0.012888661585748196,0.1348673552274704,1.822801947593689,-0.014815430156886578,0.3017112910747528,0.7233863770961761,1439.0,368384.0,4981.450097549008,23576576.0 +160.26,8.199999809265137,4625.0,0.009663925506174564,0.1164957657456398,1.8424237966537476,-0.012276900000870228,0.37591004371643066,0.693791925907135,1440.0,368640.0,4984.993206184823,23592960.0 +101.21,9.100000381469727,4816.0,0.01137318555265665,0.1246541365981102,1.8338009119033813,-0.015239975415170193,0.31024715304374695,0.6964429020881653,1441.0,368896.0,4988.39564066194,23609344.0 +97.01,9.300000190734863,4693.0,0.015314909629523754,0.1660970002412796,1.874664306640625,-0.014104279689490795,0.22973020374774933,0.7464686036109924,1442.0,369152.0,4991.886908971937,23625728.0 +149.0,9.0,4662.0,0.011621493846178055,0.1377970427274704,1.847640872001648,-0.016209600493311882,0.24333494901657104,0.7009603083133698,1443.0,369408.0,4995.402020197827,23642112.0 +173.26,8.5,4713.0,0.009746120311319828,0.1044108048081398,1.8439849615097046,-0.01414442341774702,0.4249882996082306,0.648727536201477,1444.0,369664.0,4998.878582550911,23658496.0 +164.14,8.600000381469727,4554.0,0.011541183106601238,0.122314453125,1.8227267265319824,-0.017610758543014526,0.3539927005767822,0.6555874943733215,1445.0,369920.0,5002.476567185018,23674880.0 +121.86,9.199999809265137,4739.0,0.013197851367294788,0.1529744416475296,1.8204513788223267,-0.01981363445520401,0.27843713760375977,0.6970163285732269,1446.0,370176.0,5005.934461160796,23691264.0 +149.98,8.800000190734863,4949.0,0.011720334179699421,0.128173828125,1.7864872217178345,-0.016891520470380783,0.3627500534057617,0.6643113195896149,1447.0,370432.0,5009.245541411918,23707648.0 +126.27,9.100000381469727,4627.0,0.01335293147712946,0.14703369140625,1.7758220434188843,-0.015861405059695244,0.30009546875953674,0.6904452443122864,1448.0,370688.0,5012.787105965894,23724032.0 +149.52,9.0,4523.0,0.011381111107766628,0.1389973908662796,1.7823113203048706,-0.0159585140645504,0.32548919320106506,0.6942890882492065,1449.0,370944.0,5016.4094418028835,23740416.0 +96.06,9.600000381469727,4778.0,0.013648255728185177,0.14617919921875,1.7719258069992065,-0.016455352306365967,0.24284841120243073,0.728192150592804,1450.0,371200.0,5019.8388148318045,23756800.0 +109.76,8.600000381469727,4726.0,0.009381855838000774,0.10400390625,1.777626395225525,-0.01579594798386097,0.4191105365753174,0.6545448303222656,1451.0,371456.0,5023.30560505786,23773184.0 +112.26,8.699999809265137,5091.0,0.00788282509893179,0.09259033203125,1.7834091186523438,-0.015920763835310936,0.402028888463974,0.677771121263504,1452.0,371712.0,5026.5289758068975,23789568.0 +152.13,8.600000381469727,4919.0,0.012144745327532291,0.1257120817899704,1.82089102268219,-0.014711984433233738,0.4217122495174408,0.6350866258144379,1453.0,371968.0,5029.85975534888,23805952.0 +126.54,8.899999618530273,4689.0,0.009263421408832073,0.1121826171875,1.8174878358840942,-0.015586993657052517,0.3408646881580353,0.706361323595047,1454.0,372224.0,5033.354150005849,23822336.0 +98.45,8.600000381469727,5042.0,0.009122156538069248,0.1041463240981102,1.8219629526138306,-0.016093453392386436,0.41899266839027405,0.639350026845932,1455.0,372480.0,5036.604269786971,23838720.0 +115.38,8.899999618530273,4557.0,0.010078138671815395,0.1219278946518898,1.833473801612854,-0.0169833917170763,0.3087451457977295,0.6902997493743896,1456.0,372736.0,5040.20009896392,23855104.0 +123.35,9.100000381469727,4554.0,0.011350815184414387,0.1351521760225296,1.7865828275680542,-0.017475398257374763,0.3162366449832916,0.6953563690185547,1457.0,372992.0,5043.798267868813,23871488.0 +89.12,9.399999618530273,4765.0,0.012742079794406891,0.1381022185087204,1.7485071420669556,-0.013488356955349445,0.3303431570529938,0.7078191637992859,1458.0,373248.0,5047.237494249828,23887872.0 +127.5,8.699999809265137,4636.0,0.011576876044273376,0.1356608122587204,1.8035597801208496,-0.017147907987236977,0.32786011695861816,0.6986787617206573,1459.0,373504.0,5050.771994455019,23904256.0 +85.11,8.399999618530273,4718.0,0.009130775928497314,0.1056315079331398,1.8148638010025024,-0.016097277402877808,0.43416813015937805,0.6472542583942413,1460.0,373760.0,5054.244958602823,23920640.0 +132.24,8.699999809265137,4621.0,0.00865100510418415,0.1058146134018898,1.8583027124404907,-0.012658675201237202,0.31537744402885437,0.722560316324234,1461.0,374016.0,5057.791023149854,23937024.0 +137.47,8.5,4550.0,0.008488965220749378,0.1018269881606102,1.8280123472213745,-0.014780986122786999,0.42351701855659485,0.6680605709552765,1462.0,374272.0,5061.392634202959,23953408.0 +128.42,9.0,4594.0,0.01274602860212326,0.1461181640625,1.835619568824768,-0.017403122037649155,0.3473556339740753,0.7076795697212219,1463.0,374528.0,5064.95895955991,23969792.0 +124.94,8.800000190734863,4664.0,0.011646849103271961,0.1356201171875,1.7921427488327026,-0.015400541014969349,0.363027423620224,0.7247800827026367,1464.0,374784.0,5068.472477620002,23986176.0 +73.6,9.100000381469727,4749.0,0.010708104819059372,0.1136474609375,1.7458359003067017,-0.01740453578531742,0.44894933700561523,0.7053095698356628,1465.0,375040.0,5071.9227178050205,24002560.0 +84.26,9.199999809265137,4665.0,0.013509970158338547,0.1453043669462204,1.777370810508728,-0.01688867248594761,0.34204351902008057,0.7245533466339111,1466.0,375296.0,5075.435932266992,24018944.0 +87.88,9.300000190734863,4687.0,0.016265539452433586,0.1547037810087204,1.7510786056518555,-0.016915563493967056,0.36838534474372864,0.7099470496177673,1467.0,375552.0,5078.931647890946,24035328.0 +103.68,9.0,4878.0,0.01141916960477829,0.1298014372587204,1.77950918674469,-0.01609274372458458,0.3722347319126129,0.7260041236877441,1468.0,375808.0,5082.290828882018,24051712.0 +99.43,9.399999618530273,5046.0,0.015909140929579735,0.1587727814912796,1.7897005081176758,-0.016810303553938866,0.31727173924446106,0.7599988728761673,1469.0,376064.0,5085.537759606959,24068096.0 +114.38,9.300000190734863,4507.0,0.032614096999168396,0.1503499299287796,1.807437777519226,-0.016663996502757072,0.26713818311691284,0.7661266773939133,1470.0,376320.0,5089.177188909845,24084480.0 +106.8,9.100000381469727,4593.0,0.011149026453495026,0.1277669221162796,1.822704792022705,-0.017971113324165344,0.30826249718666077,0.7241676449775696,1471.0,376576.0,5092.744650120847,24100864.0 +120.1,9.100000381469727,4932.0,0.010205935686826706,0.1173909530043602,1.8248003721237183,-0.015726495534181595,0.3029920756816864,0.7001713514328003,1472.0,376832.0,5096.067211124813,24117248.0 +120.09,8.899999618530273,5078.0,0.00832587294280529,0.0951131209731102,1.8438643217086792,-0.014537150971591473,0.3257344961166382,0.6877082586288452,1473.0,377088.0,5099.294152827933,24133632.0 +120.39,8.600000381469727,4914.0,0.007917952723801136,0.0934244766831398,1.76738703250885,-0.01603139378130436,0.46017611026763916,0.6199381649494171,1474.0,377344.0,5102.628605427919,24150016.0 +109.92,9.300000190734863,5093.0,0.00953174289315939,0.111572265625,1.7536548376083374,-0.016354864463210106,0.305061399936676,0.6836965382099152,1475.0,377600.0,5105.845879160799,24166400.0 +112.42,9.199999809265137,5024.0,0.00986136682331562,0.1217447891831398,1.7902129888534546,-0.016231074929237366,0.2980959415435791,0.6893729567527771,1476.0,377856.0,5109.1075451688375,24182784.0 +95.13,9.300000190734863,5185.0,0.013230419717729092,0.1527099609375,1.779159665107727,-0.016976891085505486,0.37891289591789246,0.659746915102005,1477.0,378112.0,5112.2681508099195,24199168.0 +102.23,9.300000190734863,4960.0,0.010952540673315525,0.1329549103975296,1.7864018678665161,-0.014508914202451706,0.27754461765289307,0.6885862350463867,1478.0,378368.0,5115.571662000846,24215552.0 +112.68,9.199999809265137,5014.0,0.01208527386188507,0.1329142302274704,1.8009734153747559,-0.01587253250181675,0.3018619418144226,0.6659681797027588,1479.0,378624.0,5118.83964326093,24231936.0 +79.01,9.600000381469727,4808.0,0.01159733161330223,0.13128662109375,1.7862545251846313,-0.014867719262838364,0.32690396904945374,0.6728410124778748,1480.0,378880.0,5122.247689869953,24248320.0 +136.34,8.899999618530273,4606.0,0.010778509080410004,0.123779296875,1.8424376249313354,-0.015154525637626648,0.34714841842651367,0.6413829922676086,1481.0,379136.0,5125.804858973017,24264704.0 +102.9,9.300000190734863,4579.0,0.012869426049292088,0.1570027619600296,1.8374642133712769,-0.017749538645148277,0.2783903181552887,0.7161767780780792,1482.0,379392.0,5129.383071637945,24281088.0 +108.26,9.5,4474.0,0.010289871133863926,0.1229654923081398,1.828566551208496,-0.016293397173285484,0.21904867887496948,0.7459903359413147,1483.0,379648.0,5133.0457133739255,24297472.0 +134.25,9.100000381469727,4610.0,0.009152205660939217,0.1069539412856102,1.7894926071166992,-0.016178160905838013,0.29504260420799255,0.7089860141277313,1484.0,379904.0,5136.6004973929375,24313856.0 +125.07,8.800000190734863,4703.0,0.014013230800628662,0.1371663361787796,1.7901066541671753,-0.013565908186137676,0.4020664691925049,0.6037910282611847,1485.0,380160.0,5140.084880566923,24330240.0 +106.67,8.800000190734863,4678.0,0.01054313126951456,0.12420654296875,1.7781137228012085,-0.014436141587793827,0.3454209566116333,0.6310304701328278,1486.0,380416.0,5143.587792069884,24346624.0 +81.1,9.600000381469727,4650.0,0.013445180840790272,0.1582845002412796,1.8087382316589355,-0.015486571006476879,0.24874548614025116,0.7353449165821075,1487.0,380672.0,5147.111664586933,24363008.0 +126.85,9.300000190734863,4686.0,0.010531030595302582,0.1263427734375,1.834981918334961,-0.01614665798842907,0.2658229172229767,0.7083259224891663,1488.0,380928.0,5150.608272840967,24379392.0 +137.08,8.800000190734863,4824.0,0.009319104254245758,0.107421875,1.8241695165634155,-0.014157283119857311,0.3590627610683441,0.6812210381031036,1489.0,381184.0,5154.004575836007,24395776.0 +131.93,8.699999809265137,4659.0,0.009566529653966427,0.1173095703125,1.8355164527893066,-0.01752522587776184,0.3409537374973297,0.6704159080982208,1490.0,381440.0,5157.523453607922,24412160.0 +98.9,8.800000190734863,4794.0,0.008347568102180958,0.0899658203125,1.8255090713500977,-0.015425094403326511,0.4206662178039551,0.6324547827243805,1491.0,381696.0,5160.941693756962,24428544.0 +113.56,8.899999618530273,4774.0,0.00954393483698368,0.1108601912856102,1.8035120964050293,-0.01631513051688671,0.35597479343414307,0.6376679241657257,1492.0,381952.0,5164.374231234891,24444928.0 +127.05,8.800000190734863,4786.0,0.010556399822235107,0.1196492537856102,1.786463737487793,-0.013621396385133266,0.3871335983276367,0.6134648323059082,1493.0,382208.0,5167.7980621559545,24461312.0 +117.08,8.899999618530273,5003.0,0.01419107150286436,0.1387736052274704,1.831679344177246,-0.014363986440002918,0.38842010498046875,0.6254943311214447,1494.0,382464.0,5171.073472298915,24477696.0 +119.48,9.0,4860.0,0.011063429526984692,0.12933349609375,1.7909512519836426,-0.015319249592721462,0.32815322279930115,0.6690131723880768,1495.0,382720.0,5174.444939457811,24494080.0 +133.51,8.600000381469727,4617.0,0.010248210281133652,0.1228230819106102,1.756750464439392,-0.01484385784715414,0.3783443868160248,0.6464665234088898,1496.0,382976.0,5177.994396016933,24510464.0 +78.58,9.300000190734863,4615.0,0.011950485408306122,0.1341349333524704,1.80731999874115,-0.016474563628435135,0.2422572374343872,0.7460821568965912,1497.0,383232.0,5181.544564582873,24526848.0 +137.49,9.0,4360.0,0.013599168509244919,0.1502278596162796,1.823136806488037,-0.016559740528464317,0.26848217844963074,0.7136650383472443,1498.0,383488.0,5185.302483228967,24543232.0 +126.23,9.399999618530273,4527.0,0.010560218244791031,0.124755859375,1.802324891090393,-0.01702817901968956,0.21300329267978668,0.7684634029865265,1499.0,383744.0,5188.92278739484,24559616.0 +118.51,8.800000190734863,4726.0,0.012443049810826778,0.12725830078125,1.7847652435302734,-0.016026699915528297,0.339485764503479,0.6885075569152832,1500.0,384000.0,5192.390041586012,24576000.0 +112.25,9.100000381469727,4626.0,0.012214094400405884,0.1322224885225296,1.78276526927948,-0.016899913549423218,0.28946733474731445,0.6733728647232056,1501.0,384256.0,5195.932665843982,24592384.0 +124.33,9.0,4922.0,0.011606615036725998,0.1353963166475296,1.7454472780227661,-0.015739399939775467,0.3430306911468506,0.6456528902053833,1502.0,384512.0,5199.261993263848,24608768.0 +117.8,9.100000381469727,5276.0,0.011192410252988338,0.1219482421875,1.7483364343643188,-0.014616615138947964,0.36776161193847656,0.6596994400024414,1503.0,384768.0,5202.367909636814,24625152.0 +133.95,8.800000190734863,4876.0,0.0119588328525424,0.130126953125,1.7247971296310425,-0.017260214313864708,0.37206754088401794,0.637107789516449,1504.0,385024.0,5205.728306368925,24641536.0 +82.16,9.5,4913.0,0.013599966652691364,0.13861083984375,1.736544132232666,-0.01385293249040842,0.29497030377388,0.7188644409179688,1505.0,385280.0,5209.0641761438455,24657920.0 +105.63,9.0,4844.0,0.012377887032926083,0.14056396484375,1.751808524131775,-0.016177484765648842,0.3774411380290985,0.6549012362957001,1506.0,385536.0,5212.446749115828,24674304.0 +91.89,9.100000381469727,4702.0,0.01118356455117464,0.1212361678481102,1.7929439544677734,-0.015800848603248596,0.3838605582714081,0.6385015249252319,1507.0,385792.0,5215.931542134844,24690688.0 +114.14,9.100000381469727,4680.0,0.009580723010003567,0.1001790389418602,1.773566722869873,-0.016124144196510315,0.3516816198825836,0.6367763578891754,1508.0,386048.0,5219.435857638018,24707072.0 +114.76,9.199999809265137,4942.0,0.011079465039074421,0.12261962890625,1.7705073356628418,-0.015167568810284138,0.28929057717323303,0.6872617304325104,1509.0,386304.0,5222.7517416158225,24723456.0 +102.87,8.399999618530273,5037.0,0.008980081416666508,0.1139933243393898,1.7889213562011719,-0.013697542250156403,0.5305502414703369,0.6132972538471222,1510.0,386560.0,5226.005168732954,24739840.0 +72.03,9.5,5040.0,0.01213274896144867,0.1291096955537796,1.766706109046936,-0.016782203689217567,0.2915903329849243,0.7074059247970581,1511.0,386816.0,5229.256424432853,24756224.0 +106.06,9.100000381469727,4984.0,0.011815942823886871,0.12420654296875,1.8067436218261719,-0.01531437411904335,0.32911309599876404,0.6687178313732147,1512.0,387072.0,5232.54409682285,24772608.0 +114.55,9.100000381469727,4863.0,0.011904596351087093,0.14288330078125,1.7874466180801392,-0.01603715494275093,0.3618667423725128,0.6784177720546722,1513.0,387328.0,5235.913365046959,24788992.0 +99.26,8.800000190734863,4836.0,0.011543617583811283,0.1390380859375,1.7968673706054688,-0.014926892705261707,0.3285829722881317,0.6809422969818115,1514.0,387584.0,5239.302094057901,24805376.0 +114.63,8.800000190734863,4915.0,0.010084660723805428,0.1097818985581398,1.8323365449905396,-0.014752033166587353,0.391369104385376,0.6780605316162109,1515.0,387840.0,5242.636216001818,24821760.0 +76.38,8.899999618530273,4807.0,0.011816442012786865,0.1345011442899704,1.8260163068771362,-0.015410762280225754,0.29261037707328796,0.7318609356880188,1516.0,388096.0,5246.044889890822,24838144.0 +152.21,8.899999618530273,4456.0,0.013250024057924747,0.1623738557100296,1.859901785850525,-0.014994338154792786,0.2709086239337921,0.7342799007892609,1517.0,388352.0,5249.722537992988,24854528.0 +116.27,9.399999618530273,4821.0,0.011511225253343582,0.1355997771024704,1.7991690635681152,-0.014317307621240616,0.2766859829425812,0.6789190173149109,1518.0,388608.0,5253.12156637595,24870912.0 +132.26,8.800000190734863,4440.0,0.010620023123919964,0.1225179061293602,1.8416104316711426,-0.014084524475038052,0.2869768738746643,0.6684159338474274,1519.0,388864.0,5256.811804774916,24887296.0 +96.62,9.0,4485.0,0.010336781851947308,0.1147867813706398,1.8596876859664917,-0.01702442392706871,0.31560054421424866,0.6425579488277435,1520.0,389120.0,5260.465209568851,24903680.0 +141.98,9.0,4642.0,0.007619729731231928,0.0922037735581398,1.878484845161438,-0.013935611583292484,0.3145938217639923,0.6555161774158478,1521.0,389376.0,5263.995349050965,24920064.0 +146.29,8.899999618530273,4744.0,0.012571227736771107,0.1165364608168602,1.8660062551498413,-0.014041409827768803,0.32696542143821716,0.6333796083927155,1522.0,389632.0,5267.449273770908,24936448.0 +138.74,8.399999618530273,4813.0,0.009777846746146679,0.1123453751206398,1.8291622400283813,-0.014282728545367718,0.4938100278377533,0.5740822553634644,1523.0,389888.0,5270.853566251928,24952832.0 +93.69,8.899999618530273,4769.0,0.010277529247105122,0.11419677734375,1.8015247583389282,-0.014709996990859509,0.36818453669548035,0.6390851736068726,1524.0,390144.0,5274.289506668923,24969216.0 +79.31,9.0,4806.0,0.00801692996174097,0.087646484375,1.8027734756469727,-0.01577564887702465,0.4243447780609131,0.6311879754066467,1525.0,390400.0,5277.699144844897,24985600.0 diff --git a/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3466fd456a4adb41da6dac5b76390602e6da3e3 --- /dev/null +++ b/train_procgen/checkpoints/ppo-coinrun_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +145.91666666666666,5.0,326.0,0.0009596305317245424,0.0,2.707082748413086,-0.0013057813048362732,0.2429545521736145,0.12619715929031372,1.0,256.0,50.15304119302891,16384.0 +289.39473684210526,5.263157844543457,4983.0,0.0018618885660544038,0.01688639260828495,2.6995487213134766,-0.0011863978579640388,0.3764055669307709,0.145014226436615,2.0,512.0,53.443723808042705,32768.0 +338.0126582278481,5.316455841064453,4860.0,0.0034897278528660536,0.03570556640625,2.680896043777466,-0.0024484088644385338,0.5727295279502869,0.1842503547668457,3.0,768.0,56.81514548393898,49152.0 +414.24,4.199999809265137,5005.0,0.005169695243239403,0.0530598945915699,2.6551740169525146,-0.003971441183239222,0.5515991449356079,0.26937663555145264,4.0,1024.0,60.089532570913434,65536.0 +206.69,4.0,5116.0,0.00392222311347723,0.03619384765625,2.6376919746398926,-0.00367591786198318,0.8842634558677673,0.31091004610061646,5.0,1280.0,63.2924632600043,81920.0 +164.56,5.599999904632568,5077.0,0.005657978355884552,0.0677490234375,2.614072322845459,-0.004820689093321562,1.0911839008331299,0.3741803765296936,6.0,1536.0,66.52006801497191,98304.0 +137.23,5.099999904632568,4867.0,0.004282564390450716,0.0467732734978199,2.585150957107544,-0.0008259177557192743,1.3593955039978027,0.42530667781829834,7.0,1792.0,69.88687621196732,114688.0 +100.15,6.5,5065.0,0.0038176642265170813,0.02742513082921505,2.5180819034576416,-0.0023929013404995203,1.6904126405715942,0.4869866371154785,8.0,2048.0,73.12273850594647,131072.0 +96.84,5.199999809265137,4760.0,0.005797838792204857,0.059326171875,2.501755952835083,-0.0030822574626654387,1.386849045753479,0.5189146101474762,9.0,2304.0,76.56534634600393,147456.0 +90.99,5.599999904632568,4789.0,0.005868732463568449,0.0526529960334301,2.4638569355010986,-0.004029781091958284,1.36408269405365,0.5940099060535431,10.0,2560.0,79.98672165395692,163840.0 +82.76,5.400000095367432,4885.0,0.002694234251976013,0.012674967758357525,2.477799415588379,-0.0007532162126153708,1.5599476099014282,0.5886803865432739,11.0,2816.0,83.34106838190928,180224.0 +76.94,4.900000095367432,4667.0,0.005371492821723223,0.0407307930290699,2.409566640853882,-0.003832452232018113,1.6773861646652222,0.6236696243286133,12.0,3072.0,86.85181710496545,196608.0 +78.4,4.400000095367432,4997.0,0.0028988709673285484,0.01810709573328495,2.461228609085083,-0.0013558609643951058,1.2722328901290894,0.6388586759567261,13.0,3328.0,90.13159240200184,212992.0 +78.89,5.800000190734863,4888.0,0.006124081555753946,0.0561319999396801,2.4273295402526855,-0.004171883687376976,1.3358503580093384,0.7246414721012115,14.0,3584.0,93.4840998169966,229376.0 +79.41,6.0,5041.0,0.0061881039291620255,0.0549519844353199,2.4020721912384033,-0.0022180324885994196,1.183188557624817,0.75461445748806,15.0,3840.0,96.73519447096623,245760.0 +76.97,6.300000190734863,4985.0,0.003781151957809925,0.02671305276453495,2.3872592449188232,-0.00300024077296257,1.249475359916687,0.7687680423259735,16.0,4096.0,100.02237423486076,262144.0 +84.3,4.300000190734863,4590.0,0.004794618114829063,0.0459187813103199,2.393845319747925,-0.002734021283686161,0.9584410786628723,0.7919303178787231,17.0,4352.0,103.59243162185885,278528.0 +72.98,5.800000190734863,4822.0,0.004216089379042387,0.0385335274040699,2.3775923252105713,-0.003133157268166542,1.0763750076293945,0.8201122283935547,18.0,4608.0,106.99085997301154,294912.0 +75.79,5.900000095367432,4625.0,0.00587782496586442,0.0542195625603199,2.344043493270874,-0.004099373240023851,1.194191813468933,0.8112608045339584,19.0,4864.0,110.53379970393144,311296.0 +72.47,5.800000190734863,5096.0,0.0043450635857880116,0.0366617850959301,2.288281202316284,-0.0020416988991200924,1.3386167287826538,0.8179725408554077,20.0,5120.0,113.74903947301209,327680.0 +79.16,6.199999809265137,4887.0,0.003462241031229496,0.02486165426671505,2.275848150253296,-0.001868657418526709,1.4383810758590698,0.7878613471984863,21.0,5376.0,117.10189211391844,344064.0 +64.93,6.5,4743.0,0.004472650587558746,0.0397542305290699,2.227806568145752,-0.003120310604572296,1.4575153589248657,0.7966783046722412,22.0,5632.0,120.55956912506372,360448.0 +72.31,6.400000095367432,4952.0,0.0033289268612861633,0.01922607421875,2.229527473449707,-0.0010678292019292712,1.4783459901809692,0.7853257656097412,23.0,5888.0,123.86878476687707,376832.0 +68.13,6.800000190734863,5024.0,0.003897125832736492,0.02652994729578495,2.2215969562530518,-0.0004691062495112419,1.594528317451477,0.7703468501567841,24.0,6144.0,127.13145472691394,393216.0 +64.57,6.599999904632568,4807.0,0.0030723039526492357,0.02614339254796505,2.213076114654541,-0.003153892233967781,1.3015174865722656,0.7981497794389725,25.0,6400.0,130.54041463299654,409600.0 +71.21,6.0,4994.0,0.004880611784756184,0.0432332344353199,2.1860036849975586,-0.0024637344758957624,1.4756865501403809,0.7795366644859314,26.0,6656.0,133.821297632996,425984.0 +69.94,6.599999904632568,4988.0,0.003004973055794835,0.02508544921875,2.215933322906494,-0.0029148885514587164,1.405707836151123,0.7666077315807343,27.0,6912.0,137.1064332560636,442368.0 +71.68,6.300000190734863,4881.0,0.003678766079246998,0.02388509176671505,2.2303197383880615,-0.002946907887235284,1.4131089448928833,0.7802714109420776,28.0,7168.0,140.4640270289965,458752.0 +65.64,5.599999904632568,5074.0,0.003147536190226674,0.01944986917078495,2.1909453868865967,-0.0030721910297870636,1.3170576095581055,0.7994289100170135,29.0,7424.0,143.69342412706465,475136.0 +73.52,5.199999809265137,5220.0,0.003956572152674198,0.0325520820915699,2.199800729751587,-0.0019978696946054697,1.3644051551818848,0.7979355603456497,30.0,7680.0,146.83260408905335,491520.0 +71.2,5.900000095367432,5351.0,0.0047053201124072075,0.02827962301671505,2.1746716499328613,-0.0032258415594697,1.3488187789916992,0.7685720175504684,31.0,7936.0,149.89534209785052,507904.0 +67.9,6.800000190734863,5275.0,0.0034257315564900637,0.0312703438103199,2.16776442527771,-0.0030011136550456285,1.3006786108016968,0.7880355566740036,32.0,8192.0,153.00156763289124,524288.0 +68.33,6.0,5032.0,0.0039646509103477,0.0329996757209301,2.193373203277588,-0.004709188360720873,1.0994683504104614,0.8211005628108978,33.0,8448.0,156.25820906693116,540672.0 +77.61,6.5,4647.0,0.0036188308149576187,0.02939859963953495,2.182838201522827,-0.0028275607619434595,1.2518852949142456,0.7947666943073273,34.0,8704.0,159.7843734889757,557056.0 +60.86,6.400000095367432,4796.0,0.0038699263241142035,0.0423177070915699,2.182835578918457,-0.0031356948893517256,1.3114097118377686,0.7921900302171707,35.0,8960.0,163.20107529405504,573440.0 +66.31,5.900000095367432,4633.0,0.006809566635638475,0.0792236328125,2.1548397541046143,-0.003979723900556564,1.281095027923584,0.7937131226062775,36.0,9216.0,166.737723168917,589824.0 +69.41,6.400000095367432,4759.0,0.004665236454457045,0.0470987968146801,2.1792919635772705,-0.003394968109205365,1.282700777053833,0.7911750227212906,37.0,9472.0,170.18133376305923,606208.0 +59.95,7.199999809265137,4892.0,0.0047707934863865376,0.0461018867790699,2.13801646232605,-0.0032995762303471565,1.3288590908050537,0.7816118597984314,38.0,9728.0,173.5309052548837,622592.0 +67.3,7.0,4842.0,0.0031663591507822275,0.02268473245203495,2.1644399166107178,-0.00337916798889637,1.233012318611145,0.7938448339700699,39.0,9984.0,176.91492429887876,638976.0 +63.4,7.0,4849.0,0.003891191678121686,0.0314127616584301,2.179171323776245,-0.0039017137605696917,1.2842360734939575,0.7814992219209671,40.0,10240.0,180.296492558904,655360.0 +67.3,6.699999809265137,4750.0,0.003649046877399087,0.0347086600959301,2.203131914138794,-0.0044489046558737755,1.0944998264312744,0.8155660331249237,41.0,10496.0,183.74616656592116,671744.0 +69.19,6.599999904632568,4773.0,0.003849413013085723,0.02834065817296505,2.1647017002105713,-0.00465666176751256,1.1610556840896606,0.7993395179510117,42.0,10752.0,187.17971943388693,688128.0 +69.68,6.800000190734863,4941.0,0.004647610709071159,0.0453898124396801,2.2049245834350586,-0.004189388360828161,1.1918374300003052,0.7949027717113495,43.0,11008.0,190.49646230693907,704512.0 +69.43,6.5,4803.0,0.004363039042800665,0.03253173828125,2.157977342605591,-0.0035982513800263405,1.25332510471344,0.8000598847866058,44.0,11264.0,193.9084348238539,720896.0 +67.84,6.099999904632568,5115.0,0.004988772328943014,0.05035400390625,2.226449728012085,-0.005321450065821409,1.1148552894592285,0.8008210211992264,45.0,11520.0,197.1121279699728,737280.0 +74.5,6.0,5131.0,0.006467715371400118,0.0794270858168602,2.196972131729126,-0.005678652320057154,1.1230340003967285,0.7910956293344498,46.0,11776.0,200.30620918795466,753664.0 +68.28,6.5,4968.0,0.006434604525566101,0.076171875,2.2596352100372314,-0.003029000712558627,1.1973397731781006,0.7992923408746719,47.0,12032.0,203.60489097004756,770048.0 +77.4,6.699999809265137,4709.0,0.004297537729144096,0.0411783866584301,2.298262596130371,-0.003939024638384581,0.9420462250709534,0.8298463374376297,48.0,12288.0,207.08460033196025,786432.0 +70.58,5.699999809265137,4496.0,0.006024987902492285,0.0697428360581398,2.291890859603882,-0.005725997034460306,0.9863810539245605,0.8258608132600784,49.0,12544.0,210.7298574319575,802816.0 +80.18,6.5,4380.0,0.008299066685140133,0.1135660782456398,2.256232976913452,-0.006478351075202227,0.9846982955932617,0.8241437077522278,50.0,12800.0,214.47051100293174,819200.0 +81.41,6.300000190734863,4509.0,0.005334567744284868,0.06182861328125,2.3024144172668457,-0.0061999112367630005,1.0026332139968872,0.82181715965271,51.0,13056.0,218.1043566679582,835584.0 +79.87,6.800000190734863,4533.0,0.004946170374751091,0.05230712890625,2.2914927005767822,-0.0059553757309913635,0.991853654384613,0.834246426820755,52.0,13312.0,221.7193494788371,851968.0 +96.73,6.900000095367432,4649.0,0.00608167564496398,0.0671793594956398,2.307976484298706,-0.0040067764930427074,1.0616949796676636,0.8125158101320267,53.0,13568.0,225.24372028489597,868352.0 +89.15,7.400000095367432,4804.0,0.0042348154820501804,0.04754638671875,2.3186919689178467,-0.005973831284791231,0.9830324053764343,0.832651361823082,54.0,13824.0,228.6548807588406,884736.0 +88.27,5.699999809265137,5133.0,0.004951838869601488,0.0520426444709301,2.3100745677948,-0.005248820409178734,1.0188287496566772,0.8294335156679153,55.0,14080.0,231.84699072386138,901120.0 +81.37,6.400000095367432,5116.0,0.004522074479609728,0.0440470390021801,2.310702323913574,-0.004616661928594112,1.0382674932479858,0.8231574892997742,56.0,14336.0,235.05010871891864,917504.0 +93.54,7.0,5091.0,0.0029063487891107798,0.02231852151453495,2.3246402740478516,-0.004799343645572662,0.9785981178283691,0.8316775411367416,57.0,14592.0,238.26875040703453,933888.0 +77.06,6.900000095367432,5072.0,0.0033851510379463434,0.02640787698328495,2.3224194049835205,-0.004265435505658388,1.0788582563400269,0.8088582903146744,58.0,14848.0,241.49942211504094,950272.0 +70.21,7.199999809265137,5137.0,0.005758313462138176,0.06890869140625,2.296872854232788,-0.006237430032342672,1.0029643774032593,0.8341246843338013,59.0,15104.0,244.6894017548766,966656.0 +77.22,7.599999904632568,5020.0,0.0038086241111159325,0.0325520820915699,2.3020384311676025,-0.004567919764667749,1.0748463869094849,0.825115367770195,60.0,15360.0,247.9532188528683,983040.0 +74.47,7.0,4884.0,0.003090883372351527,0.02490234375,2.285083532333374,-0.005160441156476736,1.0759655237197876,0.8254429548978806,61.0,15616.0,251.30812149704434,999424.0 +78.01,7.199999809265137,4631.0,0.0037985353264957666,0.0315958671271801,2.2890655994415283,-0.005607002880424261,1.0390585660934448,0.8340944647789001,62.0,15872.0,254.84614462289028,1015808.0 +74.33,7.5,5035.0,0.004749613348394632,0.0469563789665699,2.2595126628875732,-0.00541669363155961,1.1334012746810913,0.8258557021617889,63.0,16128.0,258.1009512138553,1032192.0 +83.25,7.199999809265137,4918.0,0.004888503346592188,0.0490519218146801,2.295900583267212,-0.006319800391793251,0.9431145191192627,0.839413195848465,64.0,16384.0,261.43272815993987,1048576.0 +84.44,7.0,4928.0,0.005813740659505129,0.0695393905043602,2.2994320392608643,-0.006523866672068834,1.005429983139038,0.8281193375587463,65.0,16640.0,264.7579536389094,1064960.0 +79.11,6.900000095367432,4966.0,0.00638613710179925,0.0756632462143898,2.2632434368133545,-0.006882658693939447,1.0461318492889404,0.8287984430789948,66.0,16896.0,268.05791003094055,1081344.0 +83.37,7.0,4964.0,0.004839292261749506,0.0450236015021801,2.269327402114868,-0.004196577239781618,1.134418249130249,0.8245142698287964,67.0,17152.0,271.3590793958865,1097728.0 +90.34,7.900000095367432,4778.0,0.004111807327717543,0.0374755859375,2.2897868156433105,-0.004824374802410603,1.040872573852539,0.8310633897781372,68.0,17408.0,274.78885196801275,1114112.0 +90.62,6.5,4504.0,0.0036588397342711687,0.0333455391228199,2.2805068492889404,-0.004576195031404495,1.0759539604187012,0.8191198706626892,69.0,17664.0,278.4271901920438,1130496.0 +84.13,6.099999904632568,4424.0,0.005866943392902613,0.07110595703125,2.301283836364746,-0.007778038736432791,0.9584200382232666,0.8191875517368317,70.0,17920.0,282.13067518384196,1146880.0 +65.46,7.0,4688.0,0.007578941062092781,0.0971272811293602,2.2635676860809326,-0.005964792799204588,1.158819556236267,0.8084172308444977,71.0,18176.0,285.62626624898985,1163264.0 +79.1,8.0,4596.0,0.004832829814404249,0.05035400390625,2.2873799800872803,-0.005694668274372816,0.998234748840332,0.8454659730195999,72.0,18432.0,289.19133895100094,1179648.0 +85.65,7.199999809265137,4593.0,0.006687624379992485,0.0855916365981102,2.243067979812622,-0.007534635718911886,1.0301259756088257,0.8343301117420197,73.0,18688.0,292.75877749803476,1196032.0 +66.1,7.099999904632568,4807.0,0.007423617411404848,0.0914713516831398,2.199106454849243,-0.006629026960581541,1.0644596815109253,0.8284015506505966,74.0,18944.0,296.16724647488445,1212416.0 +63.65,7.699999809265137,4810.0,0.0050347233191132545,0.0539957694709301,2.188230276107788,-0.006251764018088579,1.0515309572219849,0.8293242454528809,75.0,19200.0,299.57412981102243,1228800.0 +63.25,7.5,4957.0,0.005072962027043104,0.0560709647834301,2.1788203716278076,-0.006881100591272116,1.0929979085922241,0.8162194937467575,76.0,19456.0,302.8795892118942,1245184.0 +67.7,7.900000095367432,4768.0,0.007310985121876001,0.08734130859375,2.184678316116333,-0.008701636455953121,1.0615475177764893,0.8145637214183807,77.0,19712.0,306.31603535683826,1261568.0 +72.18,7.699999809265137,4763.0,0.006665120366960764,0.0762939453125,2.166271448135376,-0.002799422712996602,1.1794711351394653,0.7890626192092896,78.0,19968.0,309.7563280649483,1277952.0 +74.4,7.400000095367432,4735.0,0.006552021950483322,0.0813395157456398,2.1795966625213623,-0.005358805414289236,1.0823087692260742,0.8047351390123367,79.0,20224.0,313.21723797684535,1294336.0 +77.5,7.099999904632568,5032.0,0.006926753092557192,0.0916951522231102,2.157426357269287,-0.006547663826495409,1.0625848770141602,0.8063126802444458,80.0,20480.0,316.47364149894565,1310720.0 +64.99,8.0,5085.0,0.006092127878218889,0.0774943009018898,2.1659414768218994,-0.0059584458358585835,1.0954045057296753,0.7933456152677536,81.0,20736.0,319.69610174605623,1327104.0 +73.91,7.300000190734863,5311.0,0.006021084263920784,0.07373046875,2.19323992729187,-0.00808888953179121,0.9526338577270508,0.8029857575893402,82.0,20992.0,322.7815464718733,1343488.0 +72.34,7.599999904632568,4848.0,0.0062492708675563335,0.0755818709731102,2.1796929836273193,-0.008710828609764576,1.139404535293579,0.7640710771083832,83.0,21248.0,326.1616481200326,1359872.0 +60.34,8.100000381469727,4787.0,0.005073995795100927,0.0573933906853199,2.1550071239471436,-0.006741716992110014,1.0912740230560303,0.771384984254837,84.0,21504.0,329.5848471040372,1376256.0 +79.67,8.5,4822.0,0.006551701575517654,0.08648681640625,2.199730157852173,-0.007893615402281284,0.9751407504081726,0.7974855750799179,85.0,21760.0,332.9829070579726,1392640.0 +76.22,8.199999809265137,4798.0,0.0073393769562244415,0.09442138671875,2.17690372467041,-0.0072010173462331295,1.046045184135437,0.7703026384115219,86.0,22016.0,336.3978571698535,1409024.0 +74.66,7.800000190734863,4781.0,0.005205814726650715,0.0595296211540699,2.1409718990325928,-0.007223987951874733,1.0929433107376099,0.7503284811973572,87.0,22272.0,339.82477568485774,1425408.0 +74.55,7.400000095367432,4882.0,0.005546992644667625,0.0640869140625,2.108286142349243,-0.007000711280852556,1.0759905576705933,0.7523491978645325,88.0,22528.0,343.18142494605854,1441792.0 +64.12,7.699999809265137,4930.0,0.0065263607539236546,0.07269287109375,2.1141254901885986,-0.0037840260192751884,1.1152745485305786,0.7579843997955322,89.0,22784.0,346.5050025258679,1458176.0 +73.59,7.400000095367432,4711.0,0.0054986500181257725,0.0620930977165699,2.10502290725708,-0.005789307411760092,1.0407168865203857,0.7679785937070847,90.0,23040.0,349.9834241468925,1474560.0 +65.46,7.599999904632568,4653.0,0.004339674022048712,0.0451456718146801,2.108635663986206,-0.004639279562979937,1.0765327215194702,0.7440051734447479,91.0,23296.0,353.50457226787694,1490944.0 +69.47,8.800000190734863,4991.0,0.003671232843771577,0.03173828125,2.138237714767456,-0.005012217443436384,1.005513072013855,0.7625909447669983,92.0,23552.0,356.7875718460418,1507328.0 +72.37,7.400000095367432,5115.0,0.004394011106342077,0.0482381172478199,2.102365732192993,-0.005321247968822718,1.0226880311965942,0.7547134310007095,93.0,23808.0,359.99109095102176,1523712.0 +69.57,7.900000095367432,5337.0,0.004954673815518618,0.0526529960334301,2.1258046627044678,-0.005586294922977686,0.9681074619293213,0.7682446986436844,94.0,24064.0,363.06149547197856,1540096.0 +76.06,7.599999904632568,5359.0,0.007436086889356375,0.0935465469956398,2.104097843170166,-0.009298809804022312,0.9155364632606506,0.7667480111122131,95.0,24320.0,366.11963318288326,1556480.0 +72.99,8.800000190734863,5170.0,0.008056345395743847,0.10601806640625,2.1069984436035156,-0.007075135130435228,0.8391860127449036,0.7851458340883255,96.0,24576.0,369.2893288398627,1572864.0 +67.85,7.900000095367432,4822.0,0.007272560615092516,0.0926310196518898,2.09810471534729,-0.005511269439011812,0.9838988184928894,0.7275989353656769,97.0,24832.0,372.6872972899582,1589248.0 +67.83,7.800000190734863,4773.0,0.006507276091724634,0.0784098282456398,2.11921763420105,-0.007576001808047295,0.9439845085144043,0.7538052201271057,98.0,25088.0,376.12006705487147,1605632.0 +76.74,8.0,4696.0,0.0058629983104765415,0.06756591796875,2.1047279834747314,-0.005302389618009329,0.8798909187316895,0.7584382742643356,99.0,25344.0,379.61052381503396,1622016.0 +70.13,8.100000381469727,5054.0,0.007032396271824837,0.0892537459731102,2.0797812938690186,-0.00789349339902401,0.9175348281860352,0.7524413764476776,100.0,25600.0,382.85264908894897,1638400.0 +71.44,7.800000190734863,4689.0,0.008410179056227207,0.10955810546875,2.086149215698242,-0.007481740787625313,0.9423730373382568,0.7416054904460907,101.0,25856.0,386.3473045909777,1654784.0 +69.88,8.300000190734863,4882.0,0.006675759796053171,0.0866292342543602,2.100196123123169,-0.006667464971542358,1.020588994026184,0.7128561735153198,102.0,26112.0,389.7035187559668,1671168.0 +66.8,7.800000190734863,4591.0,0.0068870666436851025,0.0868123397231102,2.100255012512207,-0.008320053108036518,0.958392858505249,0.7181445360183716,103.0,26368.0,393.27283707400784,1687552.0 +68.82,8.399999618530273,4802.0,0.006657095160335302,0.0804239884018898,2.1280324459075928,-0.006901214364916086,0.8923206329345703,0.7322707176208496,104.0,26624.0,396.685111155035,1703936.0 +70.83,8.199999809265137,4714.0,0.00744875892996788,0.09246826171875,2.1183693408966064,-0.007779163774102926,1.0886191129684448,0.6733272075653076,105.0,26880.0,400.16095668496564,1720320.0 +73.76,8.0,4832.0,0.00875473115593195,0.1149698868393898,2.1161346435546875,-0.010683783330023289,0.9128610491752625,0.7235464155673981,106.0,27136.0,403.5521034130361,1736704.0 +64.23,8.199999809265137,4876.0,0.006903070956468582,0.0849405899643898,2.1133346557617188,-0.007632828783243895,0.9172090888023376,0.6968143582344055,107.0,27392.0,406.91292233997956,1753088.0 +75.36,8.100000381469727,4974.0,0.007795012090355158,0.1000162735581398,2.1096560955047607,-0.008650285191833973,0.8978350758552551,0.6927265524864197,108.0,27648.0,410.20818155491725,1769472.0 +73.31,9.0,4965.0,0.006872105877846479,0.0842081680893898,2.161418914794922,-0.009080973453819752,0.8672595024108887,0.6683595776557922,109.0,27904.0,413.50864516105503,1785856.0 +66.39,7.5,4758.0,0.008117908611893654,0.10284423828125,2.1554744243621826,-0.011425665579736233,0.944678783416748,0.6883558332920074,110.0,28160.0,416.95234815287404,1802240.0 +77.35,8.199999809265137,4725.0,0.006717136595398188,0.0802205428481102,2.118025064468384,-0.005496011581271887,0.8983252644538879,0.639619767665863,111.0,28416.0,420.4206192109268,1818624.0 +64.15,8.100000381469727,4838.0,0.006797987502068281,0.08184814453125,2.1360366344451904,-0.009269685484468937,0.9353127479553223,0.6966544985771179,112.0,28672.0,423.8075485229492,1835008.0 +69.0,8.100000381469727,4956.0,0.007144361734390259,0.08734130859375,2.1104869842529297,-0.009687520563602448,0.7693767547607422,0.7096350789070129,113.0,28928.0,427.1148418849334,1851392.0 +68.66,8.100000381469727,4879.0,0.009064862504601479,0.11749267578125,2.120908737182617,-0.003764270106330514,0.9330406188964844,0.6921620965003967,114.0,29184.0,430.47368538193405,1867776.0 +79.84,8.100000381469727,4962.0,0.006177018862217665,0.0738728865981102,2.1507251262664795,-0.006855878978967667,0.8090686202049255,0.6925516724586487,115.0,29440.0,433.775836431887,1884160.0 +70.75,8.5,5003.0,0.00451264763250947,0.04742431640625,2.1582884788513184,-0.007620992138981819,0.694155216217041,0.7393712103366852,116.0,29696.0,437.0513109420426,1900544.0 +83.62,7.699999809265137,4908.0,0.006909353192895651,0.0885823592543602,2.14892315864563,-0.008700654841959476,0.7696590423583984,0.7207858562469482,117.0,29952.0,440.3927705739625,1916928.0 +82.52,7.900000095367432,4923.0,0.007636395748704672,0.08770751953125,2.157026767730713,-0.007907706312835217,0.6996102929115295,0.7493854463100433,118.0,30208.0,443.721538258018,1933312.0 +85.85,7.900000095367432,4664.0,0.006323234643787146,0.08038330078125,2.1628098487854004,-0.006855728104710579,0.7313520908355713,0.7367154061794281,119.0,30464.0,447.2344906090293,1949696.0 +89.63,8.600000381469727,4859.0,0.005471013952046633,0.0566202811896801,2.146744728088379,-0.007142355665564537,0.7391383647918701,0.7506304085254669,120.0,30720.0,450.60692626191303,1966080.0 +81.17,8.399999618530273,4998.0,0.004896493162959814,0.0525919608771801,2.16291880607605,-0.007066996302455664,0.685210645198822,0.7625239938497543,121.0,30976.0,453.8852825248614,1982464.0 +83.62,8.5,5091.0,0.005848586559295654,0.0647786483168602,2.165900468826294,-0.007547309156507254,0.7566490769386292,0.7593977153301239,122.0,31232.0,457.104191348888,1998848.0 +84.91,8.199999809265137,4953.0,0.006180647294968367,0.0709025040268898,2.152144432067871,-0.008715108036994934,0.6850917935371399,0.7966441363096237,123.0,31488.0,460.4123572879471,2015232.0 +79.41,8.199999809265137,4943.0,0.005071461200714111,0.0508015938103199,2.119753360748291,-0.008661867119371891,0.7962479591369629,0.7617958337068558,124.0,31744.0,463.7274553789757,2031616.0 +75.98,8.399999618530273,4730.0,0.004635534714907408,0.0470174141228199,2.1325204372406006,-0.007106732577085495,0.7255892157554626,0.7881208211183548,125.0,32000.0,467.19175448594615,2048000.0 +86.64,8.300000190734863,5037.0,0.005481763277202845,0.0648193359375,2.1094768047332764,-0.007130617741495371,0.7999081611633301,0.7552029490470886,126.0,32256.0,470.4456177148968,2064384.0 +82.39,8.5,5126.0,0.006146525964140892,0.07403564453125,2.0892112255096436,-0.007175551261752844,0.7591730952262878,0.7596512734889984,127.0,32512.0,473.64197433087975,2080768.0 +79.04,8.5,4972.0,0.006494173314422369,0.0796101912856102,2.0877628326416016,-0.006426919251680374,0.8105071187019348,0.7430123090744019,128.0,32768.0,476.9378243170213,2097152.0 +79.72,8.899999618530273,5010.0,0.00822864007204771,0.105712890625,2.0789737701416016,-0.006466912571340799,0.68477863073349,0.7598793804645538,129.0,33024.0,480.20876335701905,2113536.0 +76.42,8.600000381469727,4776.0,0.011323238722980022,0.14337158203125,2.083193302154541,-0.008398409001529217,0.7516112327575684,0.7144755125045776,130.0,33280.0,483.63991915783845,2129920.0 +70.22,8.800000190734863,5029.0,0.008460610173642635,0.11395263671875,2.069324016571045,-0.010520007461309433,0.6436558365821838,0.7458498477935791,131.0,33536.0,486.8990266539622,2146304.0 +71.08,8.100000381469727,5004.0,0.008009771816432476,0.109130859375,2.0390875339508057,-0.007108507677912712,0.7994109988212585,0.7071478366851807,132.0,33792.0,490.17388837086037,2162688.0 +70.13,7.699999809265137,4920.0,0.008810303173959255,0.11517333984375,2.0797345638275146,-0.010362857021391392,0.7961099743843079,0.7128476798534393,133.0,34048.0,493.50467003905214,2179072.0 +82.19,8.5,4845.0,0.0075673856772482395,0.0945841446518898,2.028517007827759,-0.00691749295219779,0.795872688293457,0.7137674987316132,134.0,34304.0,496.88660466694273,2195456.0 +70.45,7.5,5000.0,0.01051341462880373,0.1394449919462204,2.0043442249298096,-0.00960638839751482,0.7876772880554199,0.7178616225719452,135.0,34560.0,500.16768876905553,2211840.0 +95.83,8.100000381469727,4796.0,0.009694109670817852,0.12591552734375,2.05828857421875,-0.010037335567176342,0.6978954672813416,0.6987458169460297,136.0,34816.0,503.58434435888194,2228224.0 +67.17,8.699999809265137,4905.0,0.012025400064885616,0.1625773161649704,2.03041672706604,-0.009836635552346706,0.6603254079818726,0.7067531645298004,137.0,35072.0,506.9253022270277,2244608.0 +81.17,8.5,4769.0,0.009660727344453335,0.1257527619600296,2.0353448390960693,-0.007594361901283264,0.7121801972389221,0.6814267635345459,138.0,35328.0,510.36123878485523,2260992.0 +78.86,8.5,4932.0,0.008449705317616463,0.10260009765625,2.0058841705322266,-0.005822591483592987,0.8255828022956848,0.644211083650589,139.0,35584.0,513.6832514340058,2277376.0 +81.87,8.699999809265137,4970.0,0.005070971325039864,0.05755615234375,2.0215208530426025,-0.0070943827740848064,0.6257978677749634,0.6851086318492889,140.0,35840.0,516.9806439590175,2293760.0 +70.88,7.900000095367432,5082.0,0.007026831153780222,0.0896809920668602,2.0255203247070312,-0.009098791517317295,0.7968683838844299,0.6368071436882019,141.0,36096.0,520.2053192509338,2310144.0 +79.61,8.699999809265137,4947.0,0.009012458845973015,0.123291015625,2.032994508743286,-0.00968021247535944,0.6576501727104187,0.6370349228382111,142.0,36352.0,523.5179117750376,2326528.0 +83.22,8.899999618530273,5163.0,0.006203864235430956,0.0726114884018898,2.00217342376709,-0.006799377501010895,0.6079376339912415,0.6598155796527863,143.0,36608.0,526.6914159930311,2342912.0 +75.12,8.300000190734863,5017.0,0.010073557496070862,0.1282755583524704,1.9928689002990723,-0.009372827596962452,0.7703320384025574,0.6297530829906464,144.0,36864.0,529.957811265951,2359296.0 +70.97,8.800000190734863,4758.0,0.011798172257840633,0.1463623046875,2.0482234954833984,-0.00990765169262886,0.7044859528541565,0.6243363916873932,145.0,37120.0,533.4019820969552,2375680.0 +67.52,8.600000381469727,5001.0,0.008275826461613178,0.1058146134018898,2.078413486480713,-0.008609230630099773,0.6038081645965576,0.6674765348434448,146.0,37376.0,536.6788699708413,2392064.0 +67.48,8.800000190734863,4854.0,0.009563845582306385,0.1117350235581398,2.052996873855591,-0.006127381697297096,0.6746498942375183,0.6504944264888763,147.0,37632.0,540.0547246050555,2408448.0 +79.32,8.399999618530273,5089.0,0.008963246829807758,0.113525390625,2.0416176319122314,-0.01066375058144331,0.7055171132087708,0.6210793554782867,148.0,37888.0,543.2748461018782,2424832.0 +84.13,8.0,4996.0,0.008664898574352264,0.1104532852768898,2.0970873832702637,-0.010913322679698467,0.6959945559501648,0.6490374803543091,149.0,38144.0,546.5548191438429,2441216.0 +77.99,8.199999809265137,5063.0,0.007909285835921764,0.093017578125,2.1282095909118652,-0.00714551517739892,0.6025124788284302,0.6593168079853058,150.0,38400.0,549.7913471020292,2457600.0 +79.58,9.100000381469727,4863.0,0.0077911424450576305,0.0948893204331398,2.1258203983306885,-0.007926048710942268,0.5463814735412598,0.6879442632198334,151.0,38656.0,553.161223764997,2473984.0 +83.28,8.0,5026.0,0.009979015216231346,0.1334025114774704,2.100816249847412,-0.009093115106225014,0.7557597756385803,0.6418052911758423,152.0,38912.0,556.421320384834,2490368.0 +86.97,9.0,5254.0,0.008009624667465687,0.1041056290268898,2.119816780090332,-0.008979018777608871,0.5727392435073853,0.6693288683891296,153.0,39168.0,559.5401821208652,2506752.0 +87.13,8.399999618530273,4602.0,0.010358907282352448,0.1380208283662796,2.123655319213867,-0.010059935040771961,0.640094518661499,0.6766046285629272,154.0,39424.0,563.1009897009935,2523136.0 +91.7,8.5,4632.0,0.007591101806610823,0.0943196639418602,2.1068384647369385,-0.010280038230121136,0.5961098074913025,0.6938472986221313,155.0,39680.0,566.6381049589254,2539520.0 +80.07,8.899999618530273,4780.0,0.007227534428238869,0.0939737930893898,2.0887529850006104,-0.009227748028934002,0.49490609765052795,0.6957118511199951,156.0,39936.0,570.0660835178569,2555904.0 +88.77,8.600000381469727,4908.0,0.009022483602166176,0.1167806014418602,2.103403329849243,-0.009367342106997967,0.5539658069610596,0.6743819415569305,157.0,40192.0,573.404919133056,2572288.0 +96.32,9.0,4828.0,0.006776395719498396,0.07806396484375,2.105628252029419,-0.010341167449951172,0.4591975212097168,0.6629175245761871,158.0,40448.0,576.798901361879,2588672.0 +87.87,8.899999618530273,4809.0,0.00920094270259142,0.1180216446518898,2.10410475730896,-0.011706605553627014,0.5763270258903503,0.6636456251144409,159.0,40704.0,580.2058339938521,2605056.0 +78.55,8.199999809265137,4749.0,0.008397079072892666,0.1075235977768898,2.0837814807891846,-0.011266447603702545,0.6009864807128906,0.7044707238674164,160.0,40960.0,583.6567185709719,2621440.0 +89.25,8.100000381469727,4766.0,0.009365963749587536,0.11419677734375,2.0898780822753906,-0.010926704853773117,0.5543117523193359,0.7188669443130493,161.0,41216.0,587.0947392990347,2637824.0 +78.54,8.600000381469727,4712.0,0.007948876358568668,0.098388671875,2.107390880584717,-0.009196189232170582,0.48564374446868896,0.7078497111797333,162.0,41472.0,590.5725109139457,2654208.0 +87.6,8.300000190734863,4643.0,0.006584580522030592,0.07867431640625,2.09149169921875,-0.009131146594882011,0.6136326193809509,0.6932839155197144,163.0,41728.0,594.101482787868,2670592.0 +81.15,8.699999809265137,4674.0,0.00666822912171483,0.0792032852768898,2.056541681289673,-0.007499440107494593,0.6070335507392883,0.6949595212936401,164.0,41984.0,597.6075444559101,2686976.0 +92.32,8.300000190734863,4951.0,0.009773175232112408,0.1170247420668602,2.0802488327026367,-0.010384400375187397,0.6084390878677368,0.6886228322982788,165.0,42240.0,600.9172275708988,2703360.0 +87.44,8.600000381469727,4873.0,0.009919850155711174,0.1283976286649704,2.07110857963562,-0.01179810892790556,0.5776092410087585,0.6911695897579193,166.0,42496.0,604.2798522219528,2719744.0 +82.48,9.399999618530273,4841.0,0.007794709876179695,0.0995076522231102,2.0518312454223633,-0.010828795842826366,0.4923769235610962,0.692172110080719,167.0,42752.0,607.6655375359114,2736128.0 +83.41,8.199999809265137,4663.0,0.007187888491898775,0.0880533829331398,2.068242311477661,-0.009147684089839458,0.6552428007125854,0.6772291660308838,168.0,43008.0,611.1791853499599,2752512.0 +91.78,8.800000190734863,4584.0,0.008515766821801662,0.105712890625,2.0693881511688232,-0.010100262239575386,0.5353013873100281,0.6038537919521332,169.0,43264.0,614.7538411680143,2768896.0 +82.55,8.899999618530273,4735.0,0.00588808162137866,0.0641886368393898,2.083322763442993,-0.004779316019266844,0.7276284098625183,0.6187402009963989,170.0,43520.0,618.2141382079571,2785280.0 +88.34,8.399999618530273,4659.0,0.006677828263491392,0.0774332657456398,2.093078851699829,-0.00823543407022953,0.6123239994049072,0.6072946190834045,171.0,43776.0,621.7308462839574,2801664.0 +94.13,8.800000190734863,4668.0,0.008669217117130756,0.1103515625,2.1242804527282715,-0.009468471631407738,0.5276576280593872,0.6317201256752014,172.0,44032.0,625.2410608078353,2818048.0 +94.34,9.100000381469727,4688.0,0.010314246639609337,0.13958740234375,2.109325408935547,-0.01073451992124319,0.48310959339141846,0.6258187592029572,173.0,44288.0,628.7360838029999,2834432.0 +76.35,9.0,4782.0,0.011211927980184555,0.14208984375,2.0590603351593018,-0.008996647782623768,0.48912250995635986,0.6577169299125671,174.0,44544.0,632.1624366738833,2850816.0 +78.34,8.600000381469727,4719.0,0.00930019747465849,0.106689453125,2.0777065753936768,-0.009299502708017826,0.5424081683158875,0.6738848388195038,175.0,44800.0,635.6350449540187,2867200.0 +79.54,9.0,5156.0,0.010839729569852352,0.1479085236787796,2.087507486343384,-0.010416537523269653,0.4179411828517914,0.7008432149887085,176.0,45056.0,638.8133926428854,2883584.0 +91.09,8.5,5091.0,0.007264085579663515,0.0918782576918602,2.104656457901001,-0.007318057585507631,0.5825179219245911,0.6336453557014465,177.0,45312.0,642.031973175006,2899968.0 +87.18,8.800000190734863,5043.0,0.008365151472389698,0.1072184219956398,2.0835678577423096,-0.005204890388995409,0.6322110295295715,0.6334112584590912,178.0,45568.0,645.2814234378748,2916352.0 +80.91,8.600000381469727,5085.0,0.005314589012414217,0.05426025390625,2.081434965133667,-0.006563900504261255,0.5846978425979614,0.6816600263118744,179.0,45824.0,648.5038777259178,2932736.0 +77.05,9.0,5121.0,0.007486078888177872,0.0870361328125,2.055797576904297,-0.011487423442304134,0.48329484462738037,0.6804781854152679,180.0,46080.0,651.7036808589473,2949120.0 +93.02,8.800000190734863,5108.0,0.009067123755812645,0.1152547225356102,2.0721824169158936,-0.012423709966242313,0.4562323987483978,0.690093457698822,181.0,46336.0,654.911919219885,2965504.0 +81.58,8.899999618530273,4744.0,0.008879618719220161,0.1089681014418602,2.0579674243927,-0.009706070646643639,0.5017895102500916,0.6898046433925629,182.0,46592.0,658.36617861595,2981888.0 +91.19,8.399999618530273,5037.0,0.009795251302421093,0.1312052458524704,2.0687830448150635,-0.011093027889728546,0.4938449561595917,0.670759916305542,183.0,46848.0,661.6198333329521,2998272.0 +76.48,8.100000381469727,5154.0,0.008365283720195293,0.1021728515625,2.041849374771118,-0.009227980859577656,0.6945958137512207,0.5954722166061401,184.0,47104.0,664.7991546909325,3014656.0 +81.29,8.600000381469727,5229.0,0.004887251183390617,0.052490234375,2.0651957988739014,-0.008044644258916378,0.6543561816215515,0.6294810771942139,185.0,47360.0,667.9335022240411,3031040.0 +77.55,8.899999618530273,5045.0,0.00408913241699338,0.0380859375,2.0175490379333496,-0.006973540410399437,0.7619674801826477,0.5994769036769867,186.0,47616.0,671.1815538909286,3047424.0 +83.17,9.100000381469727,5189.0,0.00472627580165863,0.0495808906853199,2.068303346633911,-0.007086951285600662,0.6362000107765198,0.600773960351944,187.0,47872.0,674.3392292240169,3063808.0 +89.94,8.399999618530273,5056.0,0.0050405594520270824,0.057373046875,2.067131280899048,-0.0077505107037723064,0.6674192547798157,0.5440976321697235,188.0,48128.0,677.580089885043,3080192.0 +76.51,8.5,4999.0,0.005972869228571653,0.0668131485581398,2.0591881275177,-0.009777232073247433,0.6093170046806335,0.5883087813854218,189.0,48384.0,680.8585051109549,3096576.0 +80.49,7.800000190734863,4880.0,0.007063090801239014,0.0806884765625,2.0832018852233887,-0.008221369236707687,0.7279887199401855,0.5678957402706146,190.0,48640.0,684.2163473078981,3112960.0 +82.51,8.699999809265137,4931.0,0.007226087152957916,0.0909627303481102,2.1037003993988037,-0.011663701385259628,0.5774679183959961,0.5746446847915649,191.0,48896.0,687.5394568629563,3129344.0 +83.26,9.100000381469727,4825.0,0.0077017019502818584,0.0929768905043602,2.0946056842803955,-0.005199585109949112,0.5381959080696106,0.5961610078811646,192.0,49152.0,690.9356372498441,3145728.0 +95.72,8.600000381469727,4881.0,0.005460219457745552,0.06072998046875,2.111335039138794,-0.009130190126597881,0.4824918210506439,0.6541131734848022,193.0,49408.0,694.2926287320442,3162112.0 +92.77,8.899999618530273,4856.0,0.005631584208458662,0.06414794921875,2.0844638347625732,-0.007814356125891209,0.4807148873806,0.6094033420085907,194.0,49664.0,697.6670583109371,3178496.0 +88.35,9.0,4949.0,0.0067495801486074924,0.0844319686293602,2.080380916595459,-0.008283565752208233,0.4757986068725586,0.5705158412456512,195.0,49920.0,700.9783142539673,3194880.0 +84.82,8.899999618530273,4980.0,0.00410609133541584,0.0387980155646801,2.0665416717529297,-0.007789047434926033,0.6730363368988037,0.5594037175178528,196.0,50176.0,704.2686075768434,3211264.0 +85.64,9.100000381469727,4806.0,0.0038247518241405487,0.03460693359375,2.0577046871185303,-0.008520852774381638,0.5472686886787415,0.5894669890403748,197.0,50432.0,707.6782941839192,3227648.0 +88.09,8.800000190734863,4815.0,0.007075956556946039,0.0902913436293602,2.065429449081421,-0.0075976955704391,0.5627186298370361,0.5595926642417908,198.0,50688.0,711.0812603880186,3244032.0 +85.65,8.199999809265137,5092.0,0.00931558758020401,0.12115478515625,2.0920050144195557,-0.009459751658141613,0.5403549075126648,0.5587654411792755,199.0,50944.0,714.2994364099577,3260416.0 +84.94,8.399999618530273,5190.0,0.007271244656294584,0.0890299454331398,2.106078624725342,-0.007305636536329985,0.5854319930076599,0.5460159480571747,200.0,51200.0,717.4569725790061,3276800.0 +97.84,8.600000381469727,5120.0,0.005901325028389692,0.0703328475356102,2.088200330734253,-0.008986220695078373,0.4540987014770508,0.6303396821022034,201.0,51456.0,720.6577493280638,3293184.0 +97.12,7.900000095367432,4798.0,0.004321028012782335,0.0438435859978199,2.1219160556793213,-0.007347648497670889,0.6745443940162659,0.608223557472229,202.0,51712.0,724.0726927279029,3309568.0 +84.03,8.699999809265137,4762.0,0.007846434600651264,0.0948486328125,2.152491331100464,-0.00658106803894043,0.4797278344631195,0.6101923584938049,203.0,51968.0,727.5141614628956,3325952.0 +95.31,9.0,4932.0,0.00547525892034173,0.0609130859375,2.139237642288208,-0.006578333210200071,0.541583776473999,0.5754786133766174,204.0,52224.0,730.8362386180088,3342336.0 +90.74,9.399999618530273,4948.0,0.006874521728605032,0.0843302384018898,2.1529157161712646,-0.005703170318156481,0.31524109840393066,0.5966705977916718,205.0,52480.0,734.1475731509272,3358720.0 +77.99,8.899999618530273,4756.0,0.0071400743909180164,0.0882364884018898,2.1569697856903076,-0.007564058527350426,0.43391597270965576,0.5551203191280365,206.0,52736.0,737.5930590049829,3375104.0 +106.13,8.899999618530273,5080.0,0.011392767541110516,0.1626383513212204,2.1682817935943604,-0.005069751292467117,0.43558213114738464,0.5724172294139862,207.0,52992.0,740.818799011875,3391488.0 +115.07,8.899999618530273,4970.0,0.008485496044158936,0.1115315780043602,2.1923158168792725,-0.003563410835340619,0.42081478238105774,0.5130568742752075,208.0,53248.0,744.115932815941,3407872.0 +116.04,8.399999618530273,4549.0,0.007354999426752329,0.0917765274643898,2.167738676071167,-0.008563286624848843,0.4925297796726227,0.573336124420166,209.0,53504.0,747.7181760638487,3424256.0 +112.58,9.199999809265137,4903.0,0.007345808669924736,0.0934855118393898,2.1619744300842285,-0.006913810968399048,0.357306569814682,0.6177736520767212,210.0,53760.0,751.0608852920122,3440640.0 +114.36,8.699999809265137,4874.0,0.0051567587070167065,0.05914306640625,2.1757500171661377,-0.008189919404685497,0.4528270959854126,0.566197007894516,211.0,54016.0,754.4229376148432,3457024.0 +122.72,8.199999809265137,4824.0,0.004249394405633211,0.03729248046875,2.172083854675293,-0.007455296814441681,0.4448285400867462,0.5901658535003662,212.0,54272.0,757.8201853879727,3473408.0 +127.41,8.699999809265137,4763.0,0.00645415810868144,0.08038330078125,2.1609745025634766,-0.007795862853527069,0.4372893273830414,0.5795101523399353,213.0,54528.0,761.2602190780453,3489792.0 +134.3,8.899999618530273,4864.0,0.004374947398900986,0.04388427734375,2.189530849456787,-0.007585370913147926,0.2994009554386139,0.6041200757026672,214.0,54784.0,764.6294870749116,3506176.0 +123.22,8.800000190734863,4965.0,0.006402311380952597,0.0718587264418602,2.190739631652832,-0.007121244445443153,0.39204636216163635,0.5371503233909607,215.0,55040.0,767.9295830740593,3522560.0 +127.01,8.399999618530273,4823.0,0.005026935134083033,0.041259765625,2.1920666694641113,-0.005908502731472254,0.5879432559013367,0.4392150640487671,216.0,55296.0,771.3277284428477,3538944.0 +129.52,9.100000381469727,4947.0,0.005772015545517206,0.064697265625,2.2338898181915283,-0.00754800857976079,0.27807843685150146,0.5457972586154938,217.0,55552.0,774.6400618730113,3555328.0 +150.85,8.5,5172.0,0.00787439662963152,0.0928955078125,2.2128329277038574,-0.005652301479130983,0.40545380115509033,0.4460703134536743,218.0,55808.0,777.8080597699154,3571712.0 +136.71,8.199999809265137,4957.0,0.0063431537710130215,0.0790812149643898,2.2153940200805664,-0.005872716661542654,0.4128873348236084,0.5218064486980438,219.0,56064.0,781.1157462128904,3588096.0 +141.25,8.800000190734863,5150.0,0.004464385099709034,0.0412394218146801,2.229923963546753,-0.007498988416045904,0.303290456533432,0.567897617816925,220.0,56320.0,784.297368702013,3604480.0 +163.69,8.899999618530273,4813.0,0.005896073300391436,0.0579020194709301,2.229299783706665,-0.008637962862849236,0.30153635144233704,0.5396018326282501,221.0,56576.0,787.7017971938476,3620864.0 +132.98,8.699999809265137,4746.0,0.007224984001368284,0.0842081680893898,2.2182869911193848,-0.007104647811502218,0.29347407817840576,0.5800183117389679,222.0,56832.0,791.154210310895,3637248.0 +160.71,8.699999809265137,4882.0,0.005899772047996521,0.0649007186293602,2.223027467727661,-0.005980284884572029,0.30286550521850586,0.5617308914661407,223.0,57088.0,794.5106882438995,3653632.0 +134.72,8.600000381469727,4811.0,0.005868665408343077,0.0643107071518898,2.207994222640991,-0.007329018320888281,0.3756362199783325,0.5515209138393402,224.0,57344.0,797.9165872188751,3670016.0 +139.17,9.100000381469727,4760.0,0.006473595276474953,0.0696004256606102,2.2120115756988525,-0.007329191546887159,0.2376336306333542,0.5544002950191498,225.0,57600.0,801.3598910870496,3686400.0 +163.62,9.0,4898.0,0.005720043554902077,0.0662434920668602,2.2155797481536865,-0.0076352073810994625,0.27545925974845886,0.5294315814971924,226.0,57856.0,804.7050437128637,3702784.0 +138.94,8.699999809265137,4907.0,0.005810215603560209,0.0657552108168602,2.2296907901763916,-0.007796548772603273,0.40788933634757996,0.4733657240867615,227.0,58112.0,808.0442387359217,3719168.0 +138.93,8.300000190734863,4781.0,0.005431462544947863,0.0600992850959301,2.2436704635620117,-0.006112313363701105,0.4336291253566742,0.5440685451030731,228.0,58368.0,811.4717594110407,3735552.0 +142.61,8.699999809265137,4830.0,0.005379840731620789,0.0505778007209301,2.2436769008636475,-0.007667426485568285,0.32542458176612854,0.6076693832874298,229.0,58624.0,814.8643973229919,3751936.0 +166.68,8.399999618530273,4860.0,0.005478972569108009,0.0608927421271801,2.219675064086914,-0.008097345940768719,0.2867431342601776,0.51451575756073,230.0,58880.0,818.2362506040372,3768320.0 +150.11,8.699999809265137,4941.0,0.006850596517324448,0.0756429061293602,2.2634758949279785,-0.007452312391251326,0.32480868697166443,0.506197601556778,231.0,59136.0,821.552723296918,3784704.0 +145.26,8.800000190734863,4745.0,0.006399921607226133,0.0848185196518898,2.2681729793548584,-0.007600146811455488,0.3335404098033905,0.5883966982364655,232.0,59392.0,825.0059512199368,3801088.0 +167.26,8.0,4629.0,0.006512317340821028,0.07940673828125,2.238882541656494,-0.007629963103681803,0.3746223747730255,0.598461925983429,233.0,59648.0,828.5458549640607,3817472.0 +165.61,9.199999809265137,4876.0,0.006194887217134237,0.0777791365981102,2.263744354248047,-0.006964727770537138,0.1892775297164917,0.700749397277832,234.0,59904.0,831.9065442150459,3833856.0 +199.97,9.100000381469727,5153.0,0.006721010897308588,0.0923055037856102,2.2581627368927,-0.007927980273962021,0.19898992776870728,0.5997414290904999,235.0,60160.0,835.0861828159541,3850240.0 +196.21,8.800000190734863,4974.0,0.00829815212637186,0.0780029296875,2.2466659545898438,-0.006404129788279533,0.2878567576408386,0.5376713573932648,236.0,60416.0,838.3806010058615,3866624.0 +221.99,8.699999809265137,4813.0,0.005934653803706169,0.0657755509018898,2.2205264568328857,-0.00763125391677022,0.34735703468322754,0.543859601020813,237.0,60672.0,842.3049551299773,3883008.0 +219.43,8.300000190734863,4836.0,0.0064080809243023396,0.0668131485581398,2.206458330154419,-0.005589863285422325,0.2447601705789566,0.5324670374393463,238.0,60928.0,845.6935857709032,3899392.0 +227.8,8.199999809265137,4952.0,0.007118651643395424,0.0943400040268898,2.2068111896514893,-0.004610793199390173,0.21806202828884125,0.47861671447753906,239.0,61184.0,849.0031432309188,3915776.0 +336.32,7.800000190734863,5014.0,0.015684781596064568,0.1916096955537796,2.221372604370117,-0.0017119034891948104,0.3144064247608185,0.26597821712493896,240.0,61440.0,852.2714187349193,3932160.0 +399.54,7.300000190734863,4935.0,0.012124517001211643,0.1729329377412796,2.2582027912139893,-0.004111676011234522,0.41957077383995056,0.3419266939163208,241.0,61696.0,855.5915738600306,3948544.0 +351.82,7.400000095367432,4920.0,0.0142574617639184,0.2015177458524704,2.2446069717407227,-0.004266033880412579,0.31157830357551575,0.4153292775154114,242.0,61952.0,858.9220961418469,3964928.0 +301.92,8.100000381469727,4916.0,0.00720822112634778,0.0880533829331398,2.280003309249878,-0.006710110232234001,0.2453639954328537,0.4141736626625061,243.0,62208.0,862.2556461240165,3981312.0 +301.69,8.199999809265137,5078.0,0.004967196378856897,0.05810546875,2.2835285663604736,-0.005456469487398863,0.25654634833335876,0.4402400255203247,244.0,62464.0,865.4824964299332,3997696.0 +319.39,8.100000381469727,4947.0,0.009050755761563778,0.1380208283662796,2.2820522785186768,-0.005268791224807501,0.27853426337242126,0.3525193929672241,245.0,62720.0,868.7947574339341,4014080.0 +344.42,7.699999809265137,4772.0,0.010736615397036076,0.1604207307100296,2.279517889022827,-0.0028271398041397333,0.29127421975135803,0.42837756872177124,246.0,62976.0,872.2286699770484,4030464.0 +371.77,7.400000095367432,4772.0,0.010397188365459442,0.15484619140625,2.2633309364318848,-0.004498980473726988,0.23346276581287384,0.4876089096069336,247.0,63232.0,875.6623966270126,4046848.0 +418.64,5.900000095367432,4768.0,0.0076236966997385025,0.1036376953125,2.2746450901031494,-0.004343963693827391,0.5190916657447815,0.328119695186615,248.0,63488.0,879.099461795995,4063232.0 +485.03,5.5,5025.0,0.013863894157111645,0.2222086638212204,2.2911369800567627,-0.0016229181783273816,0.4177817404270172,0.26145070791244507,249.0,63744.0,882.360061784042,4079616.0 +421.3,6.5,4965.0,0.006910551339387894,0.0838826522231102,2.2880823612213135,-0.006311394274234772,0.38170233368873596,0.3897881507873535,250.0,64000.0,885.6604310949333,4096000.0 +345.52,7.5,4957.0,0.007224393542855978,0.0973103865981102,2.319681167602539,-0.006530784070491791,0.17611317336559296,0.45291197299957275,251.0,64256.0,888.9657824470196,4112384.0 +338.66,8.199999809265137,4970.0,0.006353104021400213,0.080810546875,2.3381943702697754,-0.004656580742448568,0.20705987513065338,0.4290524125099182,252.0,64512.0,892.2631281958893,4128768.0 +352.01,8.300000190734863,4755.0,0.0074210334569215775,0.0955810546875,2.349442481994629,-0.005069330800324678,0.19929422438144684,0.3603084683418274,253.0,64768.0,895.7092555849813,4145152.0 +356.41,7.900000095367432,4566.0,0.007763273548334837,0.1091512069106102,2.3149149417877197,-0.00501099182292819,0.25596338510513306,0.40930426120758057,254.0,65024.0,899.2978837569244,4161536.0 +390.68,7.300000190734863,4569.0,0.005161892157047987,0.05413818359375,2.3140625953674316,-0.0033257734030485153,0.3017330765724182,0.389060914516449,255.0,65280.0,902.8842166299,4177920.0 +391.25,7.400000095367432,4627.0,0.006287212949246168,0.0900472030043602,2.3535315990448,-0.0040499372407794,0.3586290776729584,0.35969483852386475,256.0,65536.0,906.4255046308972,4194304.0 +390.1,7.300000190734863,4412.0,0.006323948502540588,0.0753580704331398,2.3540756702423096,-0.0041478401981294155,0.23303015530109406,0.5186439454555511,257.0,65792.0,910.139625109965,4210688.0 +388.28,7.199999809265137,4751.0,0.0043023633770644665,0.0421346016228199,2.3574087619781494,-0.004764410201460123,0.3242412507534027,0.3672143816947937,258.0,66048.0,913.5888155829161,4227072.0 +409.62,6.900000095367432,4597.0,0.006193703506141901,0.0889892578125,2.363473415374756,-0.0036101422738283873,0.2990490794181824,0.4800567030906677,259.0,66304.0,917.1531061839778,4243456.0 +425.24,6.900000095367432,4541.0,0.006202638149261475,0.0750528946518898,2.356764078140259,-0.0039877453818917274,0.33159303665161133,0.3261740803718567,260.0,66560.0,920.7683237348683,4259840.0 +410.06,7.099999904632568,4641.0,0.017176583409309387,0.2273762971162796,2.3101539611816406,-0.00401632534340024,0.3051767647266388,0.4356433153152466,261.0,66816.0,924.2992827279959,4276224.0 +397.06,7.0,4612.0,0.011121135205030441,0.1438395231962204,2.343306064605713,-0.005526961758732796,0.27295756340026855,0.431321918964386,262.0,67072.0,927.8519921358675,4292608.0 +347.97,7.699999809265137,4775.0,0.010274150408804417,0.1472574919462204,2.3289973735809326,-0.004153546877205372,0.2879761755466461,0.4700244665145874,263.0,67328.0,931.2837630789727,4308992.0 +316.93,8.100000381469727,4741.0,0.00886600837111473,0.1184285506606102,2.302063465118408,-0.004921081475913525,0.19963406026363373,0.5802825093269348,264.0,67584.0,934.7399671720341,4325376.0 +313.22,8.5,4717.0,0.00859143864363432,0.1236165389418602,2.260192632675171,-0.003664610208943486,0.13506628572940826,0.612027496099472,265.0,67840.0,938.2140042090323,4341760.0 +329.43,8.399999618530273,4625.0,0.012641201727092266,0.1827392578125,2.239513874053955,-0.0034036505967378616,0.25319790840148926,0.4852617383003235,266.0,68096.0,941.7571792209055,4358144.0 +289.85,8.0,4933.0,0.010027051903307438,0.1551513671875,2.249124765396118,-0.0046849362552165985,0.31186190247535706,0.4677199125289917,267.0,68352.0,945.0789688988589,4374528.0 +255.58,7.599999904632568,5017.0,0.0063890558667480946,0.0826822891831398,2.254704236984253,-0.005829534959048033,0.44467851519584656,0.4234558939933777,268.0,68608.0,948.3450767360628,4390912.0 +193.7,7.5,4897.0,0.009277055971324444,0.1227213516831398,2.238816499710083,-0.006752623710781336,0.3954385817050934,0.5002580285072327,269.0,68864.0,951.6912153519224,4407296.0 +202.79,8.5,4737.0,0.00841479655355215,0.0888468399643898,2.213155508041382,-0.004458752926439047,0.24886567890644073,0.6221880316734314,270.0,69120.0,955.1506405510008,4423680.0 +214.3,8.699999809265137,4928.0,0.005679452791810036,0.06884765625,2.270371675491333,-0.007095575798302889,0.17689718306064606,0.6605454385280609,271.0,69376.0,958.475362027064,4440064.0 +214.9,8.100000381469727,4965.0,0.0060475594364106655,0.0647786483168602,2.2516658306121826,-0.007882263511419296,0.2863926589488983,0.6059705913066864,272.0,69632.0,961.7758796180133,4456448.0 +228.42,7.900000095367432,4991.0,0.006924842018634081,0.0729573592543602,2.24120831489563,-0.006433494389057159,0.37399253249168396,0.5728357434272766,273.0,69888.0,965.0591148699168,4472832.0 +277.08,7.699999809265137,4668.0,0.0066849421709775925,0.0735677108168602,2.2577755451202393,-0.007243271451443434,0.2579202950000763,0.6232349276542664,274.0,70144.0,968.5715527108405,4489216.0 +216.2,8.399999618530273,4875.0,0.008370427414774895,0.1062418594956398,2.2352795600891113,-0.007124986499547958,0.2833942472934723,0.6295141279697418,275.0,70400.0,971.9327048580162,4505600.0 +162.75,8.399999618530273,4905.0,0.005788708571344614,0.0555826835334301,2.2316648960113525,-0.007173800840973854,0.3223652243614197,0.5893823802471161,276.0,70656.0,975.2732580238953,4521984.0 +221.4,7.599999904632568,4756.0,0.009230399504303932,0.1185099259018898,2.2470037937164307,-0.009582530707120895,0.4489293396472931,0.5124174058437347,277.0,70912.0,978.718474657042,4538368.0 +200.1,7.900000095367432,4995.0,0.010093326680362225,0.100830078125,2.2235405445098877,-0.008395948447287083,0.2670881748199463,0.5827884078025818,278.0,71168.0,981.9994241448585,4554752.0 +197.54,8.699999809265137,4931.0,0.009242676198482513,0.1168009415268898,2.215900182723999,-0.006864778697490692,0.2883560359477997,0.6432388722896576,279.0,71424.0,985.3224919149652,4571136.0 +174.44,8.300000190734863,4529.0,0.008360554464161396,0.0901285782456398,2.2300920486450195,-0.0069826566614210606,0.40769049525260925,0.5669100880622864,280.0,71680.0,988.9402045099996,4587520.0 +173.96,8.399999618530273,4553.0,0.008039980195462704,0.0987752303481102,2.2305357456207275,-0.008318803273141384,0.2951054275035858,0.6725713312625885,281.0,71936.0,992.5391559980344,4603904.0 +168.6,8.199999809265137,4983.0,0.007223043590784073,0.0790812149643898,2.2051517963409424,-0.009538237936794758,0.3417568504810333,0.6122154593467712,282.0,72192.0,995.8274330210406,4620288.0 +177.66,8.300000190734863,5038.0,0.007356358226388693,0.08868408203125,2.2189011573791504,-0.007363720331341028,0.3463984727859497,0.6304466128349304,283.0,72448.0,999.0804228119086,4636672.0 +168.4,8.699999809265137,5082.0,0.006304536014795303,0.0760904923081398,2.194227457046509,-0.005839001387357712,0.2864939272403717,0.731099545955658,284.0,72704.0,1002.3046983550303,4653056.0 +150.94,8.899999618530273,4679.0,0.008532173000276089,0.0965169295668602,2.19242525100708,-0.007410399615764618,0.2633255422115326,0.7152657806873322,285.0,72960.0,1005.8065100929234,4669440.0 +160.83,8.5,4893.0,0.008460596203804016,0.09820556640625,2.1689929962158203,-0.00929479580372572,0.3532887399196625,0.702153354883194,286.0,73216.0,1009.1552339249756,4685824.0 +160.3,8.100000381469727,5203.0,0.008796731941401958,0.0919189453125,2.185821533203125,-0.005552859511226416,0.3818998634815216,0.6865733861923218,287.0,73472.0,1012.3049989908468,4702208.0 +158.84,8.199999809265137,5300.0,0.009124333038926125,0.1022135391831398,2.241663694381714,-0.009707494638860226,0.33853593468666077,0.6970774829387665,288.0,73728.0,1015.3969831508584,4718592.0 +159.59,8.199999809265137,4983.0,0.00999383069574833,0.1303507536649704,2.2277536392211914,-0.005136787425726652,0.36354777216911316,0.7405953705310822,289.0,73984.0,1018.6853307979181,4734976.0 +146.05,8.600000381469727,5115.0,0.005300935357809067,0.0544026680290699,2.2182867527008057,-0.007315675262361765,0.3049316108226776,0.7923717945814133,290.0,74240.0,1021.8893575179391,4751360.0 +150.97,8.5,5097.0,0.005778007674962282,0.059814453125,2.228008985519409,-0.005548143293708563,0.3480484187602997,0.7838065475225449,291.0,74496.0,1025.103936275933,4767744.0 +139.46,8.800000190734863,4917.0,0.008061692118644714,0.0988566055893898,2.240762233734131,-0.01136056799441576,0.2484274059534073,0.8271625638008118,292.0,74752.0,1028.4385433599818,4784128.0 +145.53,8.899999618530273,5226.0,0.012056554667651653,0.1544392853975296,2.178098678588867,-0.008146509528160095,0.30780744552612305,0.7924586087465286,293.0,75008.0,1031.574248075951,4800512.0 +155.07,8.399999618530273,5032.0,0.009465537033975124,0.10919189453125,2.1751811504364014,-0.01282009482383728,0.3471332788467407,0.7876963168382645,294.0,75264.0,1034.830305011943,4816896.0 +121.47,8.5,4446.0,0.007178785279393196,0.0848795548081398,2.191584348678589,-0.00901402160525322,0.35437867045402527,0.803251177072525,295.0,75520.0,1038.5156650098506,4833280.0 +110.66,9.100000381469727,4714.0,0.009883864782750607,0.1289265900850296,2.1391077041625977,-0.011223147623240948,0.3477451801300049,0.8049489110708237,296.0,75776.0,1041.992027228931,4849664.0 +148.27,8.5,4525.0,0.007125184405595064,0.08172607421875,2.1597506999969482,-0.009607957676053047,0.35233011841773987,0.77887362241745,297.0,76032.0,1045.6127313768957,4866048.0 +156.49,9.0,4510.0,0.00681830570101738,0.0851236954331398,2.12819504737854,-0.010814580135047436,0.3012908101081848,0.8351553678512573,298.0,76288.0,1049.2462269749958,4882432.0 +135.69,8.5,4636.0,0.01047013234347105,0.1097412109375,2.1186628341674805,-0.011649948544800282,0.3601023852825165,0.7764688283205032,299.0,76544.0,1052.7805005349219,4898816.0 +152.94,8.800000190734863,4675.0,0.006722111254930496,0.0882161483168602,2.1819112300872803,-0.007280153688043356,0.2972283661365509,0.8204399943351746,300.0,76800.0,1056.285243188031,4915200.0 +143.91,8.5,4915.0,0.008352654986083508,0.09771728515625,2.1659772396087646,-0.010102593339979649,0.3223402202129364,0.7674923241138458,301.0,77056.0,1059.6189301039558,4931584.0 +162.18,8.399999618530273,4589.0,0.008362562395632267,0.1103312149643898,2.1086056232452393,-0.010072555392980576,0.4235468804836273,0.7567435204982758,302.0,77312.0,1063.1892989878543,4947968.0 +133.18,8.699999809265137,4732.0,0.008988617919385433,0.1086018905043602,2.058929681777954,-0.011466038413345814,0.4058515131473541,0.7529431879520416,303.0,77568.0,1066.6521664909087,4964352.0 +134.73,8.699999809265137,4726.0,0.008436241187155247,0.1071980819106102,2.0734293460845947,-0.010461497120559216,0.4759953022003174,0.6943581700325012,304.0,77824.0,1070.1193495800253,4980736.0 +100.23,8.399999618530273,4746.0,0.006780435796827078,0.0879313126206398,2.050668716430664,-0.010202917270362377,0.5146334767341614,0.6948041021823883,305.0,78080.0,1073.5723752249032,4997120.0 +118.6,8.399999618530273,4797.0,0.00724154943600297,0.0896809920668602,2.118509531021118,-0.009015051648020744,0.4874936640262604,0.7015393376350403,306.0,78336.0,1076.9880742779933,5013504.0 +118.38,8.199999809265137,4812.0,0.006804554257541895,0.07659912109375,2.150724172592163,-0.005737196654081345,0.5354762077331543,0.6975238621234894,307.0,78592.0,1080.3933829399757,5029888.0 +117.0,9.0,4953.0,0.009350637905299664,0.1218668594956398,2.1710033416748047,-0.011154144071042538,0.2783333659172058,0.7903532832860947,308.0,78848.0,1083.7015418298542,5046272.0 +178.53,8.5,4969.0,0.009819097816944122,0.1187337264418602,2.1954782009124756,-0.010782311670482159,0.3357042968273163,0.7572122663259506,309.0,79104.0,1086.9996434708592,5062656.0 +132.71,8.399999618530273,4793.0,0.009708359837532043,0.11712646484375,2.1936371326446533,-0.009302184917032719,0.3685353994369507,0.746927797794342,310.0,79360.0,1090.4181540929712,5079040.0 +166.13,8.800000190734863,4795.0,0.010090738534927368,0.13916015625,2.1906964778900146,-0.011121413670480251,0.36326611042022705,0.7205952405929565,311.0,79616.0,1093.8352499988396,5095424.0 +136.06,8.0,4831.0,0.008248458616435528,0.0985310897231102,2.1860055923461914,-0.011522562243044376,0.49537554383277893,0.6428968012332916,312.0,79872.0,1097.2269734339789,5111808.0 +130.76,8.699999809265137,4632.0,0.012985105626285076,0.1583658903837204,2.1704838275909424,-0.011547349393367767,0.36678311228752136,0.7060530185699463,313.0,80128.0,1100.764463101048,5128192.0 +132.72,8.5,4689.0,0.008338342420756817,0.1056722030043602,2.1304261684417725,-0.009695908986032009,0.43660590052604675,0.7091432809829712,314.0,80384.0,1104.2589652929455,5144576.0 +138.74,9.0,4705.0,0.007210295647382736,0.0863443985581398,2.0957272052764893,-0.011447180062532425,0.30925440788269043,0.7358408868312836,315.0,80640.0,1107.7416086120065,5160960.0 +120.74,8.399999618530273,4772.0,0.009606773033738136,0.1092936173081398,2.0789802074432373,-0.011628738604485989,0.4270707666873932,0.6998101472854614,316.0,80896.0,1111.1757533079945,5177344.0 +98.55,8.800000190734863,4909.0,0.007154578808695078,0.0895589217543602,2.09405255317688,-0.009830115363001823,0.41876161098480225,0.6977111995220184,317.0,81152.0,1114.5134541019797,5193728.0 +107.74,8.600000381469727,4969.0,0.00855756551027298,0.0951944962143898,2.053462028503418,-0.010951470583677292,0.42168059945106506,0.7015625536441803,318.0,81408.0,1117.8116036329884,5210112.0 +110.35,8.699999809265137,4952.0,0.009002341888844967,0.10394287109375,2.024547815322876,-0.008805771358311176,0.496591717004776,0.6370527446269989,319.0,81664.0,1121.1204373829532,5226496.0 +98.94,8.300000190734863,4941.0,0.004802757874131203,0.0488484688103199,2.091146469116211,-0.0067353923805058,0.5413935780525208,0.665968120098114,320.0,81920.0,1124.4367987150326,5242880.0 +101.2,9.100000381469727,5119.0,0.008044910617172718,0.1004231795668602,2.096247673034668,-0.008279455825686455,0.3177247643470764,0.7302814424037933,321.0,82176.0,1127.6377894359175,5259264.0 +95.17,8.5,5111.0,0.008331614546477795,0.1066487655043602,2.0995993614196777,-0.008215445093810558,0.3643110692501068,0.7134872376918793,322.0,82432.0,1130.844049402047,5275648.0 +108.92,8.800000190734863,4974.0,0.007750160526484251,0.1001993790268898,2.0978729724884033,-0.009190739132463932,0.4186588227748871,0.6782978177070618,323.0,82688.0,1134.1387434820645,5292032.0 +114.14,9.0,4891.0,0.006370936054736376,0.0728759765625,2.113093376159668,-0.009710668586194515,0.44835981726646423,0.6694396138191223,324.0,82944.0,1137.4888322679326,5308416.0 +99.32,8.899999618530273,4888.0,0.008517025969922543,0.09521484375,2.104754686355591,-0.010178429074585438,0.47282031178474426,0.6294543743133545,325.0,83200.0,1140.8413725399878,5324800.0 +118.24,8.100000381469727,4736.0,0.006187418010085821,0.0674845352768898,2.1730945110321045,-0.009382502175867558,0.5048685073852539,0.6413052380084991,326.0,83456.0,1144.3012181490194,5341184.0 +128.71,8.600000381469727,4793.0,0.0064618238247931,0.0763956680893898,2.211756944656372,-0.008629344403743744,0.3981567919254303,0.6986963450908661,327.0,83712.0,1147.7201287590433,5357568.0 +110.6,8.899999618530273,4991.0,0.007123164366930723,0.0696004256606102,2.2017977237701416,-0.009599892422556877,0.42653533816337585,0.6663735806941986,328.0,83968.0,1151.0030733780004,5373952.0 +136.6,8.600000381469727,5124.0,0.007971159182488918,0.0962117537856102,2.1956636905670166,-0.0112639544531703,0.4199986755847931,0.6269069910049438,329.0,84224.0,1154.2008606048767,5390336.0 +133.57,7.900000095367432,4986.0,0.007876593619585037,0.1055704727768898,2.2025012969970703,-0.008753732778131962,0.539943516254425,0.6159786581993103,330.0,84480.0,1157.4870777588803,5406720.0 +134.24,8.699999809265137,4858.0,0.008425134234130383,0.10809326171875,2.1921792030334473,-0.011653992347419262,0.35751697421073914,0.674312561750412,331.0,84736.0,1160.86024227296,5423104.0 +126.57,8.600000381469727,4647.0,0.008852398954331875,0.1100260391831398,2.2363433837890625,-0.01273426879197359,0.3426002562046051,0.71258744597435,332.0,84992.0,1164.385905870935,5439488.0 +144.3,8.199999809265137,4700.0,0.00841148104518652,0.1023763045668602,2.252734422683716,-0.010001773945987225,0.3141861855983734,0.7228081524372101,333.0,85248.0,1167.8719536380377,5455872.0 +158.6,8.100000381469727,4651.0,0.007310566958039999,0.0906982421875,2.266099452972412,-0.008250978775322437,0.3630829155445099,0.6809976696968079,334.0,85504.0,1171.3954166159965,5472256.0 +202.27,7.400000095367432,4540.0,0.005300015211105347,0.0537312813103199,2.2740707397460938,-0.009482168592512608,0.4239332377910614,0.6601421236991882,335.0,85760.0,1175.0041857759934,5488640.0 +147.77,8.399999618530273,4827.0,0.008280442096292973,0.0994466170668602,2.2424259185791016,-0.008460300974547863,0.3360517919063568,0.7553321421146393,336.0,86016.0,1178.3995180758648,5505024.0 +169.64,7.699999809265137,4938.0,0.0081199174746871,0.1037394180893898,2.258204460144043,-0.011550760827958584,0.41360750794410706,0.706406444311142,337.0,86272.0,1181.7179478299804,5521408.0 +175.85,8.100000381469727,4850.0,0.009629855863749981,0.12432861328125,2.201563835144043,-0.010781296528875828,0.3345964252948761,0.7366062104701996,338.0,86528.0,1185.096238961909,5537792.0 +161.45,8.300000190734863,4866.0,0.007694244850426912,0.0942586287856102,2.2441298961639404,-0.010437466204166412,0.3245444595813751,0.7697669118642807,339.0,86784.0,1188.4635101479944,5554176.0 +183.26,8.100000381469727,4516.0,0.007615616545081139,0.0993448868393898,2.2704920768737793,-0.009816131554543972,0.33801761269569397,0.7568250596523285,340.0,87040.0,1192.0917290600482,5570560.0 +208.13,7.699999809265137,4756.0,0.009118540212512016,0.1065266951918602,2.2289984226226807,-0.01302367728203535,0.37276649475097656,0.7404218018054962,341.0,87296.0,1195.5369005759712,5586944.0 +176.06,8.100000381469727,4682.0,0.011173591949045658,0.15716552734375,2.2349307537078857,-0.012283614836633205,0.3358614444732666,0.7523108273744583,342.0,87552.0,1199.0367153398693,5603328.0 +192.06,8.600000381469727,4544.0,0.009196066297590733,0.12451171875,2.247391939163208,-0.007760044187307358,0.2758173942565918,0.7318611741065979,343.0,87808.0,1202.6436415920034,5619712.0 +205.42,7.800000190734863,4642.0,0.008713825605809689,0.1227213516831398,2.2365729808807373,-0.008142051286995411,0.37772858142852783,0.7018612325191498,344.0,88064.0,1206.1736099929549,5636096.0 +177.39,7.699999809265137,4684.0,0.008116456679999828,0.0952962264418602,2.1823575496673584,-0.010767954401671886,0.43795445561408997,0.6673820912837982,345.0,88320.0,1209.6759869919624,5652480.0 +160.67,9.0,4687.0,0.010105007328093052,0.1431681364774704,2.190476417541504,-0.012960262596607208,0.27278992533683777,0.7534619867801666,346.0,88576.0,1213.1718131329399,5668864.0 +182.72,7.900000095367432,4840.0,0.00793699361383915,0.1003824844956398,2.2192811965942383,-0.008532975800335407,0.39634600281715393,0.7136551141738892,347.0,88832.0,1216.5571780458558,5685248.0 +136.91,8.800000190734863,4590.0,0.012564512901008129,0.11602783203125,2.2462759017944336,-0.011069788597524166,0.248537078499794,0.7973523139953613,348.0,89088.0,1220.1273106320295,5701632.0 +161.5,8.300000190734863,4823.0,0.007557253818958998,0.0927734375,2.2393620014190674,-0.009251125156879425,0.2816992700099945,0.7809868454933167,349.0,89344.0,1223.5252946869005,5718016.0 +204.09,8.199999809265137,4772.0,0.008748600259423256,0.1161905899643898,2.2495996952056885,-0.011217374354600906,0.3606060743331909,0.749765545129776,350.0,89600.0,1226.9587103798985,5734400.0 +190.39,7.900000095367432,4649.0,0.006882825400680304,0.0893961563706398,2.2307064533233643,-0.011432431638240814,0.38510993123054504,0.7550087720155716,351.0,89856.0,1230.4829188438598,5750784.0 +176.98,8.699999809265137,4502.0,0.006201621610671282,0.0717976912856102,2.219757080078125,-0.011021904647350311,0.3203767240047455,0.7745184004306793,352.0,90112.0,1234.1225549860392,5767168.0 +164.92,8.399999618530273,4813.0,0.00919968169182539,0.1186726912856102,2.2294342517852783,-0.012104473076760769,0.27502164244651794,0.8039934039115906,353.0,90368.0,1237.5273505349178,5783552.0 +141.27,7.900000095367432,4887.0,0.008306778036057949,0.1078084334731102,2.2439537048339844,-0.008266017772257328,0.38378453254699707,0.7584480196237564,354.0,90624.0,1240.8803178758826,5799936.0 +168.18,7.900000095367432,4927.0,0.0055756536312401295,0.0644734725356102,2.2199597358703613,-0.01005758997052908,0.3927195370197296,0.725835531949997,355.0,90880.0,1244.2061092460062,5816320.0 +189.86,8.399999618530273,4888.0,0.004730358254164457,0.0477701835334301,2.199747085571289,-0.009075327776372433,0.3821907043457031,0.7454049587249756,356.0,91136.0,1247.5582918669097,5832704.0 +175.32,8.100000381469727,4646.0,0.006273869425058365,0.0758463516831398,2.1518709659576416,-0.00948841217905283,0.46427592635154724,0.726017951965332,357.0,91392.0,1251.0854182408657,5849088.0 +133.41,7.900000095367432,4286.0,0.0062576644122600555,0.0784098282456398,2.1398561000823975,-0.009722327813506126,0.49726173281669617,0.7101688086986542,358.0,91648.0,1254.908177014906,5865472.0 +147.57,8.899999618530273,4673.0,0.007251712027937174,0.0908610001206398,2.1557679176330566,-0.008931590244174004,0.3252745568752289,0.7543717175722122,359.0,91904.0,1258.414747247938,5881856.0 +126.07,8.300000190734863,4557.0,0.006593007128685713,0.0806884765625,2.1255953311920166,-0.011558161117136478,0.3777213990688324,0.7211252450942993,360.0,92160.0,1262.0108999849763,5898240.0 +138.04,8.399999618530273,4678.0,0.007884914986789227,0.1061808243393898,2.1389596462249756,-0.010731689631938934,0.3737792670726776,0.6911454796791077,361.0,92416.0,1265.5136532110628,5914624.0 +181.56,7.800000190734863,4798.0,0.005638847127556801,0.0624796561896801,2.109853982925415,-0.009394083172082901,0.5070895552635193,0.6578799188137054,362.0,92672.0,1268.9287924100645,5931008.0 +112.66,8.300000190734863,4736.0,0.006000794004648924,0.06964111328125,2.121645212173462,-0.009247099049389362,0.4135783910751343,0.686469703912735,363.0,92928.0,1272.3888057640288,5947392.0 +163.74,8.300000190734863,4585.0,0.005509451497346163,0.0609537772834301,2.1261215209960938,-0.009781109169125557,0.4035675823688507,0.7036270797252655,364.0,93184.0,1275.9629301249515,5963776.0 +109.36,8.0,4509.0,0.0056320312432944775,0.05938720703125,2.1200618743896484,-0.009509704075753689,0.44089075922966003,0.6624219119548798,365.0,93440.0,1279.5972093839664,5980160.0 +176.94,8.199999809265137,4677.0,0.005933581385761499,0.0694783553481102,2.0861964225769043,-0.00992752704769373,0.3704318106174469,0.6653283834457397,366.0,93696.0,1283.1005651839077,5996544.0 +158.58,8.399999618530273,4710.0,0.007900799624621868,0.0918782576918602,2.1440846920013428,-0.008199121803045273,0.3403758704662323,0.7007918953895569,367.0,93952.0,1286.5798518329393,6012928.0 +199.62,8.199999809265137,4767.0,0.007882154546678066,0.098388671875,2.119985818862915,-0.009598073549568653,0.3562997579574585,0.6566990613937378,368.0,94208.0,1290.0174249480478,6029312.0 +194.22,8.199999809265137,4695.0,0.009033055044710636,0.1052042618393898,2.1431005001068115,-0.007990908809006214,0.36227917671203613,0.6732741594314575,369.0,94464.0,1293.507766627008,6045696.0 +189.68,7.900000095367432,4747.0,0.006098918151110411,0.0675048828125,2.1519596576690674,-0.008839823305606842,0.3716903030872345,0.6648435294628143,370.0,94720.0,1296.9598782148678,6062080.0 +148.49,8.5,5099.0,0.006663883570581675,0.0843912735581398,2.145995855331421,-0.010003369301557541,0.27334246039390564,0.7382650673389435,371.0,94976.0,1300.1734047250357,6078464.0 +198.88,7.900000095367432,4952.0,0.005193610209971666,0.05633544921875,2.1563405990600586,-0.007931369356811047,0.4697461426258087,0.6787526309490204,372.0,95232.0,1303.4824710208923,6094848.0 +184.76,8.100000381469727,4528.0,0.007249770220369101,0.09521484375,2.196784019470215,-0.01022910326719284,0.2687325179576874,0.7653718739748001,373.0,95488.0,1307.1013242020272,6111232.0 +184.5,7.599999904632568,4753.0,0.00726782763376832,0.09326171875,2.1638669967651367,-0.009615786373615265,0.48362278938293457,0.6630670726299286,374.0,95744.0,1310.549056458054,6127616.0 +179.24,7.900000095367432,4770.0,0.00556413596495986,0.0620524100959301,2.1411020755767822,-0.007756934966892004,0.3775741755962372,0.6739904582500458,375.0,96000.0,1313.984122483991,6144000.0 +198.49,8.600000381469727,4589.0,0.0073979985900223255,0.0943400040268898,2.120213270187378,-0.010517691262066364,0.2735360860824585,0.6930943429470062,376.0,96256.0,1317.5548120739404,6160384.0 +176.4,8.0,4407.0,0.006398242432624102,0.0784708634018898,2.162226676940918,-0.009918325580656528,0.4448705017566681,0.634964108467102,377.0,96512.0,1321.2725661620498,6176768.0 +162.93,8.0,4841.0,0.006061218678951263,0.0706990584731102,2.155876398086548,-0.00939859263598919,0.25879791378974915,0.7534981220960617,378.0,96768.0,1324.6572081160266,6193152.0 +195.58,8.5,4635.0,0.008118958212435246,0.10394287109375,2.163956880569458,-0.007052002474665642,0.2856292128562927,0.7102310657501221,379.0,97024.0,1328.1927828120533,6209536.0 +208.12,8.0,4539.0,0.007318349089473486,0.0951944962143898,2.142801284790039,-0.009735017083585262,0.3928774893283844,0.6144753098487854,380.0,97280.0,1331.8028945049737,6225920.0 +207.1,8.0,5096.0,0.007469382137060165,0.0913289412856102,2.1712334156036377,-0.008461743593215942,0.3996824026107788,0.5649846494197845,381.0,97536.0,1335.0186484949663,6242304.0 +206.24,7.900000095367432,5080.0,0.007814653217792511,0.1011759415268898,2.1733930110931396,-0.009142830967903137,0.33113667368888855,0.6011720895767212,382.0,97792.0,1338.2439770740457,6258688.0 +190.49,8.899999618530273,4883.0,0.010821729898452759,0.1517333984375,2.1942832469940186,-0.004923000931739807,0.18462194502353668,0.7102071046829224,383.0,98048.0,1341.5998871838674,6275072.0 +210.25,8.399999618530273,4774.0,0.008301886729896069,0.1089884415268898,2.2229933738708496,-0.007455173414200544,0.2982371151447296,0.5642598569393158,384.0,98304.0,1345.0323021470103,6291456.0 +283.89,7.800000190734863,4846.0,0.007940382696688175,0.099609375,2.2075960636138916,-0.007726937532424927,0.20531249046325684,0.6506722867488861,385.0,98560.0,1348.4136214619502,6307840.0 +332.46,7.400000095367432,4659.0,0.007843347266316414,0.1043497696518898,2.226118564605713,-0.008363855071365833,0.3488530218601227,0.4794706702232361,386.0,98816.0,1351.9306400250643,6324224.0 +353.43,6.900000095367432,4620.0,0.006820274982601404,0.0863240584731102,2.2076430320739746,-0.007749931886792183,0.3957957923412323,0.4484632611274719,387.0,99072.0,1355.4771210688632,6340608.0 +297.55,7.599999904632568,4699.0,0.007382846903055906,0.0962727889418602,2.1905224323272705,-0.010673691518604755,0.22501085698604584,0.5871741473674774,388.0,99328.0,1358.9647695459425,6356992.0 +269.67,8.0,4853.0,0.007572675123810768,0.10028076171875,2.1965935230255127,-0.00879409909248352,0.246808722615242,0.5716879069805145,389.0,99584.0,1362.34101846884,6373376.0 +272.82,7.599999904632568,4833.0,0.006525494158267975,0.07427978515625,2.17729115486145,-0.009343401528894901,0.3964223563671112,0.48753196001052856,390.0,99840.0,1365.7311101490632,6389760.0 +208.86,7.800000190734863,4738.0,0.008744502440094948,0.0959269180893898,2.181014060974121,-0.006926223170012236,0.5103228688240051,0.40347880125045776,391.0,100096.0,1369.1896033550147,6406144.0 +191.03,8.300000190734863,4514.0,0.009674143977463245,0.1417439728975296,2.2169172763824463,-0.007538389414548874,0.263416051864624,0.5726741254329681,392.0,100352.0,1372.8198861929122,6422528.0 +226.4,8.100000381469727,4627.0,0.00789907481521368,0.10247802734375,2.2549359798431396,-0.008763296529650688,0.2813766300678253,0.5333127677440643,393.0,100608.0,1376.3613745640032,6438912.0 +282.31,7.699999809265137,4771.0,0.006293619517236948,0.072509765625,2.242860794067383,-0.006530699785798788,0.3484244644641876,0.5323091149330139,394.0,100864.0,1379.7956367719453,6455296.0 +236.96,8.0,4906.0,0.007747655268758535,0.1070760115981102,2.2489426136016846,-0.00819605216383934,0.3168965280056,0.5861814618110657,395.0,101120.0,1383.1364409490488,6471680.0 +244.55,7.900000095367432,4852.0,0.007807144429534674,0.1032307967543602,2.2432188987731934,-0.008119861595332623,0.21005599200725555,0.6009756624698639,396.0,101376.0,1386.513948174892,6488064.0 +289.74,7.699999809265137,4868.0,0.007061950396746397,0.08990478515625,2.2662007808685303,-0.008564227260649204,0.32442426681518555,0.47303593158721924,397.0,101632.0,1389.880864590872,6504448.0 +313.39,7.599999904632568,4680.0,0.007567344233393669,0.1011556014418602,2.2372710704803467,-0.008506535552442074,0.2756710648536682,0.4880460500717163,398.0,101888.0,1393.3823300099466,6520832.0 +343.45,6.900000095367432,4484.0,0.00788788590580225,0.0991007462143898,2.239480495452881,-0.0071911439299583435,0.49485552310943604,0.43064063787460327,399.0,102144.0,1397.0363707270008,6537216.0 +251.39,7.699999809265137,4690.0,0.0077904523350298405,0.1092122420668602,2.2519006729125977,-0.005918392911553383,0.340146541595459,0.562169075012207,400.0,102400.0,1400.5304681260604,6553600.0 +259.95,7.199999809265137,4961.0,0.008487971499562263,0.1011149063706398,2.2684109210968018,-0.006350535433739424,0.3721565306186676,0.4907188415527344,401.0,102656.0,1403.8336956049316,6569984.0 +300.1,7.099999904632568,4986.0,0.008019037544727325,0.1102294921875,2.27299427986145,-0.006688883062452078,0.33896365761756897,0.5639210343360901,402.0,102912.0,1407.1203249178361,6586368.0 +358.61,6.5,4965.0,0.01007851678878069,0.1314900666475296,2.2919628620147705,-0.008695094846189022,0.2904212176799774,0.5330164432525635,403.0,103168.0,1410.420584180858,6602752.0 +374.08,6.5,4878.0,0.013361099176108837,0.1798299103975296,2.2981669902801514,-0.005451538134366274,0.31826862692832947,0.5136304199695587,404.0,103424.0,1413.7797833748627,6619136.0 +327.03,6.699999809265137,4528.0,0.006788375321775675,0.082763671875,2.2897140979766846,-0.006099286023527384,0.3834419250488281,0.5572156608104706,405.0,103680.0,1417.3986765770242,6635520.0 +298.02,7.599999904632568,4505.0,0.006356935948133469,0.0792032852768898,2.3109147548675537,-0.005461712833493948,0.30569347739219666,0.5716098845005035,406.0,103936.0,1421.0358444869053,6651904.0 +299.98,7.599999904632568,4735.0,0.012513592839241028,0.1757609099149704,2.3329904079437256,-0.00370647176168859,0.2813374698162079,0.5719318091869354,407.0,104192.0,1424.4964744600002,6668288.0 +302.89,7.900000095367432,4697.0,0.009271376766264439,0.1329142302274704,2.343273401260376,-0.005849368404597044,0.14641067385673523,0.6783808171749115,408.0,104448.0,1427.9848234709352,6684672.0 +346.88,7.699999809265137,4707.0,0.01142489816993475,0.1357218474149704,2.3333213329315186,-0.005855638068169355,0.32651638984680176,0.5230321884155273,409.0,104704.0,1431.4666065338533,6701056.0 +364.21,7.0,4479.0,0.004780978430062532,0.0484212227165699,2.3385279178619385,-0.007613610476255417,0.26461005210876465,0.5702821612358093,410.0,104960.0,1435.1254380098544,6717440.0 +381.32,7.099999904632568,4739.0,0.008937173523008823,0.1275227814912796,2.291900396347046,-0.005021912045776844,0.2991143465042114,0.5374750196933746,411.0,105216.0,1438.5827574238647,6733824.0 +352.17,8.0,5016.0,0.008692328818142414,0.120361328125,2.323697328567505,-0.0063727907836437225,0.1523868888616562,0.70927295088768,412.0,105472.0,1441.849418170983,6750208.0 +287.34,8.100000381469727,4510.0,0.010404587723314762,0.15203857421875,2.3296754360198975,-0.006871923804283142,0.27481192350387573,0.5323483347892761,413.0,105728.0,1445.4821125508752,6766592.0 +303.22,7.5,4460.0,0.007985569536685944,0.1080525740981102,2.302556276321411,-0.009674467146396637,0.2998613715171814,0.5414286255836487,414.0,105984.0,1449.156922726892,6782976.0 +293.36,7.800000190734863,4812.0,0.006879354361444712,0.0839029923081398,2.2815732955932617,-0.008508099243044853,0.3374706506729126,0.551417201757431,415.0,106240.0,1452.5625305550639,6799360.0 +246.74,8.399999618530273,4667.0,0.00832400843501091,0.1085205078125,2.2535674571990967,-0.007452728692442179,0.2798827886581421,0.6155209541320801,416.0,106496.0,1456.0739519130439,6815744.0 +206.31,8.399999618530273,4669.0,0.009662161581218243,0.1266682893037796,2.256742238998413,-0.00882395077496767,0.2707764804363251,0.66421839594841,417.0,106752.0,1459.5834646958392,6832128.0 +145.39,8.800000190734863,4687.0,0.006753924768418074,0.0868733748793602,2.2802224159240723,-0.009851716458797455,0.18654735386371613,0.7026293575763702,418.0,107008.0,1463.0794624488335,6848512.0 +234.52,8.399999618530273,4573.0,0.008006435818970203,0.1074422225356102,2.241668462753296,-0.010022688657045364,0.271706223487854,0.6368511021137238,419.0,107264.0,1466.66236720304,6864896.0 +200.36,8.699999809265137,4699.0,0.007717381697148085,0.10009765625,2.2564964294433594,-0.00910849217325449,0.25072479248046875,0.6930988729000092,420.0,107520.0,1470.149793270044,6881280.0 +194.53,8.199999809265137,4696.0,0.007294891402125359,0.0966389998793602,2.2459990978240967,-0.007654570508748293,0.35251450538635254,0.625210165977478,421.0,107776.0,1473.6391379898414,6897664.0 +165.82,8.5,4871.0,0.007669784128665924,0.0875447615981102,2.283905506134033,-0.009881838224828243,0.23486681282520294,0.6797296404838562,422.0,108032.0,1477.0027667118702,6914048.0 +224.21,7.699999809265137,4968.0,0.008189317770302296,0.1062215194106102,2.2875800132751465,-0.006731146946549416,0.26582178473472595,0.6465246379375458,423.0,108288.0,1480.3012258158997,6930432.0 +264.46,7.5,5028.0,0.008866720832884312,0.1256306916475296,2.2829477787017822,-0.007360228803008795,0.24757404625415802,0.6766739785671234,424.0,108544.0,1483.5599432210438,6946816.0 +268.54,7.599999904632568,4821.0,0.012668732553720474,0.13580322265625,2.2872166633605957,-0.00847537349909544,0.36587774753570557,0.5599044859409332,425.0,108800.0,1486.9584715268575,6963200.0 +301.83,7.099999904632568,5059.0,0.00789614487439394,0.0986531600356102,2.2992098331451416,-0.009054991416633129,0.3061909079551697,0.5926012992858887,426.0,109056.0,1490.1974382819608,6979584.0 +293.71,7.0,5091.0,0.008796695619821548,0.1151326522231102,2.2734549045562744,-0.00851436611264944,0.3681931793689728,0.5900750160217285,427.0,109312.0,1493.4159169869963,6995968.0 +274.03,7.400000095367432,5043.0,0.009871507063508034,0.1213175430893898,2.2662923336029053,-0.009541675448417664,0.314121812582016,0.6361856162548065,428.0,109568.0,1496.6650083060376,7012352.0 +282.89,7.099999904632568,4895.0,0.007453602273017168,0.0920613631606102,2.255748987197876,-0.009130062535405159,0.3283340632915497,0.6330651640892029,429.0,109824.0,1500.0128210608382,7028736.0 +249.34,8.0,4841.0,0.007358961272984743,0.0874837264418602,2.2623984813690186,-0.008097447454929352,0.17992931604385376,0.716096043586731,430.0,110080.0,1503.398297777865,7045120.0 +279.57,7.900000095367432,4919.0,0.010484513826668262,0.1406656950712204,2.2860829830169678,-0.007076313719153404,0.25627586245536804,0.6682190001010895,431.0,110336.0,1506.7295105138328,7061504.0 +286.24,7.0,4926.0,0.009824700653553009,0.1349080353975296,2.288180351257324,-0.010133090429008007,0.3787076473236084,0.6280499994754791,432.0,110592.0,1510.0564584720414,7077888.0 +263.71,7.400000095367432,4866.0,0.006308893207460642,0.0748291015625,2.2732789516448975,-0.00864589773118496,0.3138562738895416,0.6940307915210724,433.0,110848.0,1513.424138539005,7094272.0 +232.82,7.400000095367432,4672.0,0.005957618821412325,0.0707193985581398,2.2769129276275635,-0.009641907177865505,0.3426670730113983,0.7155805826187134,434.0,111104.0,1516.9316921769641,7110656.0 +213.85,8.0,4892.0,0.008915108628571033,0.1168416365981102,2.2846148014068604,-0.007494199555367231,0.2368301898241043,0.7423770725727081,435.0,111360.0,1520.2811168420594,7127040.0 +240.87,7.5,4786.0,0.008341983892023563,0.0984903946518898,2.304450750350952,-0.008225731551647186,0.26884275674819946,0.6810223460197449,436.0,111616.0,1523.705364053836,7143424.0 +292.6,7.199999809265137,4954.0,0.006145050283521414,0.0693359375,2.3057785034179688,-0.00818554125726223,0.27779942750930786,0.7065026760101318,437.0,111872.0,1527.012703049928,7159808.0 +337.61,7.0,4880.0,0.007236700039356947,0.0946248397231102,2.2985665798187256,-0.008739238604903221,0.3099454343318939,0.6546565592288971,438.0,112128.0,1530.3701631920412,7176192.0 +309.13,6.800000190734863,5009.0,0.007666049990803003,0.0967610701918602,2.2765233516693115,-0.009857219643890858,0.37475183606147766,0.6825415194034576,439.0,112384.0,1533.6413064820226,7192576.0 +247.44,8.0,5106.0,0.007953430525958538,0.1026407852768898,2.2913577556610107,-0.008678474463522434,0.20585964620113373,0.7639716863632202,440.0,112640.0,1536.8502947969828,7208960.0 +268.08,8.199999809265137,5170.0,0.010047725401818752,0.14208984375,2.288633108139038,-0.006175133865326643,0.19687910377979279,0.7071653008460999,441.0,112896.0,1540.0197861080524,7225344.0 +314.22,7.5,5145.0,0.007948541082441807,0.10150146484375,2.298955202102661,-0.009762361645698547,0.22691522538661957,0.706095814704895,442.0,113152.0,1543.2046647958923,7241728.0 +375.17,6.800000190734863,4806.0,0.007503780070692301,0.0934041365981102,2.2983944416046143,-0.007823851890861988,0.3388735353946686,0.6815158724784851,443.0,113408.0,1546.6141972078476,7258112.0 +346.56,6.699999809265137,4887.0,0.008672118186950684,0.1119588240981102,2.285196542739868,-0.009805991314351559,0.29713642597198486,0.7382327616214752,444.0,113664.0,1549.967096349923,7274496.0 +285.78,7.5,4872.0,0.009234411641955376,0.1247151717543602,2.2741029262542725,-0.00985800288617611,0.19236654043197632,0.7792617529630661,445.0,113920.0,1553.3302357760258,7290880.0 +314.41,7.5,4962.0,0.009001518599689007,0.1197102889418602,2.26857590675354,-0.009195915423333645,0.17624805867671967,0.7506940960884094,446.0,114176.0,1556.6326658879407,7307264.0 +331.16,7.400000095367432,4919.0,0.010075096972286701,0.1299845427274704,2.2752318382263184,-0.011023090220987797,0.2235638052225113,0.7346546649932861,447.0,114432.0,1559.963558265008,7323648.0 +314.71,7.400000095367432,4822.0,0.008739538490772247,0.1203206405043602,2.2955479621887207,-0.009261119179427624,0.22217120230197906,0.7365297377109528,448.0,114688.0,1563.3622107210103,7340032.0 +327.07,7.300000190734863,5099.0,0.010608362965285778,0.1428629606962204,2.3056282997131348,-0.00793108157813549,0.25830376148223877,0.6446132659912109,449.0,114944.0,1566.5757573000155,7356416.0 +382.36,6.400000095367432,5082.0,0.010375984944403172,0.13519287109375,2.3026247024536133,-0.008482377976179123,0.26067426800727844,0.6831711828708649,450.0,115200.0,1569.8005562049802,7372800.0 +338.99,6.900000095367432,5022.0,0.009947915561497211,0.1269124299287796,2.291746139526367,-0.009273436851799488,0.246053084731102,0.7255958914756775,451.0,115456.0,1573.0631735369097,7389184.0 +369.66,6.5,5093.0,0.011658835224807262,0.1737060546875,2.3214969635009766,-0.008572429418563843,0.29094767570495605,0.6476370096206665,452.0,115712.0,1576.280290975934,7405568.0 +385.34,6.5,5112.0,0.009086350910365582,0.1295572966337204,2.3027634620666504,-0.008469689637422562,0.2689608037471771,0.6607135534286499,453.0,115968.0,1579.4854416549206,7421952.0 +339.74,7.400000095367432,5033.0,0.0097908740863204,0.11822509765625,2.2579233646392822,-0.008736008778214455,0.20922689139842987,0.7203742265701294,454.0,116224.0,1582.7414740729146,7438336.0 +351.36,7.300000190734863,4622.0,0.008840451948344707,0.11767578125,2.2857162952423096,-0.008257274515926838,0.2590654790401459,0.6984594464302063,455.0,116480.0,1586.2866217629053,7454720.0 +376.67,6.900000095367432,4529.0,0.010630819946527481,0.1444091796875,2.27888560295105,-0.011438209563493729,0.22792285680770874,0.7220168709754944,456.0,116736.0,1589.9047887269408,7471104.0 +443.96,6.5,4642.0,0.010485445149242878,0.1419677734375,2.270407199859619,-0.007629271596670151,0.2675785720348358,0.6812434196472168,457.0,116992.0,1593.434999845922,7487488.0 +415.77,6.400000095367432,4706.0,0.009563765488564968,0.1205240860581398,2.2102713584899902,-0.0107407346367836,0.20100705325603485,0.7715187966823578,458.0,117248.0,1596.916647496866,7503872.0 +371.02,6.800000190734863,4769.0,0.007969741709530354,0.1043701171875,2.2051055431365967,-0.008108486421406269,0.22573745250701904,0.7488510310649872,459.0,117504.0,1600.354030259885,7520256.0 +374.62,6.900000095367432,5099.0,0.008930536918342113,0.11981201171875,2.2088918685913086,-0.007206797134131193,0.2482636421918869,0.7198852598667145,460.0,117760.0,1603.5678307919297,7536640.0 +379.39,6.800000190734863,4988.0,0.00882741343230009,0.1172688826918602,2.225615978240967,-0.008182847872376442,0.29178112745285034,0.7101032137870789,461.0,118016.0,1606.8527671010233,7553024.0 +385.08,6.099999904632568,4505.0,0.008548509329557419,0.11083984375,2.2594642639160156,-0.01107505988329649,0.3009117543697357,0.7037104964256287,462.0,118272.0,1610.4897217678372,7569408.0 +350.09,6.300000190734863,4356.0,0.010088561102747917,0.12506103515625,2.253965377807617,-0.009612862020730972,0.20532624423503876,0.7873972654342651,463.0,118528.0,1614.2518331219908,7585792.0 +340.47,6.5,4685.0,0.008841578848659992,0.11346435546875,2.246321439743042,-0.009351344779133797,0.39389076828956604,0.6626261472702026,464.0,118784.0,1617.7496785179246,7602176.0 +345.92,6.300000190734863,4951.0,0.011376946233212948,0.1519775390625,2.2586252689361572,-0.011510364711284637,0.25435271859169006,0.7479020357131958,465.0,119040.0,1621.0592139528599,7618560.0 +285.32,7.5,5028.0,0.010412254370748997,0.1409708708524704,2.248858690261841,-0.013719235546886921,0.2324392944574356,0.7743033617734909,466.0,119296.0,1624.3184645608999,7634944.0 +280.06,7.699999809265137,4682.0,0.00863633956760168,0.1146036759018898,2.246859550476074,-0.01013255026191473,0.23987673223018646,0.8135352283716202,467.0,119552.0,1627.8177989518736,7651328.0 +294.48,7.300000190734863,4790.0,0.0076282513327896595,0.0955607071518898,2.255528450012207,-0.010473060421645641,0.24985747039318085,0.8038164973258972,468.0,119808.0,1631.2383681498468,7667712.0 +295.49,7.400000095367432,4517.0,0.0072346944361925125,0.0908406600356102,2.3155252933502197,-0.010949843563139439,0.17823827266693115,0.8318963050842285,469.0,120064.0,1634.8660381839145,7684096.0 +319.61,7.099999904632568,4951.0,0.008853187784552574,0.1110432967543602,2.312119245529175,-0.011225208640098572,0.24493634700775146,0.7923386245965958,470.0,120320.0,1638.1756906318478,7700480.0 +295.07,6.900000095367432,4909.0,0.009584150277078152,0.1221923828125,2.2745349407196045,-0.011457845568656921,0.3613588809967041,0.7200034558773041,471.0,120576.0,1641.5140474908985,7716864.0 +329.54,6.0,4763.0,0.006354161072522402,0.076904296875,2.3226311206817627,-0.007325442042201757,0.3168957829475403,0.725318044424057,472.0,120832.0,1644.9543975170236,7733248.0 +323.69,6.699999809265137,4792.0,0.009511712938547134,0.13311767578125,2.314246416091919,-0.012277300469577312,0.12260672450065613,0.8525823205709457,473.0,121088.0,1648.3740405968856,7749632.0 +351.02,7.099999904632568,4895.0,0.008982673287391663,0.1239827498793602,2.297428607940674,-0.00978861004114151,0.2626989185810089,0.7508630603551865,474.0,121344.0,1651.7217080239207,7766016.0 +389.14,6.5,4900.0,0.009114924818277359,0.125732421875,2.299274444580078,-0.00960052665323019,0.28110620379447937,0.7882231920957565,475.0,121600.0,1655.0658534939867,7782400.0 +353.65,6.5,4807.0,0.008516415022313595,0.1099853515625,2.2756030559539795,-0.010467295534908772,0.2313968688249588,0.8526646792888641,476.0,121856.0,1658.474331493955,7798784.0 +323.3,6.5,4892.0,0.006541697774082422,0.0810750350356102,2.268456220626831,-0.010932612232863903,0.3189329206943512,0.8117872178554535,477.0,122112.0,1661.82402211288,7815168.0 +279.9,6.800000190734863,4759.0,0.009953264147043228,0.1082560196518898,2.2262206077575684,-0.010139290243387222,0.2884194850921631,0.8106552213430405,478.0,122368.0,1665.2668640508782,7831552.0 +270.26,7.300000190734863,4742.0,0.008080021478235722,0.0982869490981102,2.252361536026001,-0.010079195722937584,0.1887814849615097,0.8427580893039703,479.0,122624.0,1668.7222256888635,7847936.0 +333.6,7.0,4832.0,0.008035892620682716,0.1052042618393898,2.2378435134887695,-0.010044281370937824,0.32204580307006836,0.772463783621788,480.0,122880.0,1672.1135873598978,7864320.0 +333.3,6.599999904632568,4902.0,0.00977346207946539,0.1218465194106102,2.238118886947632,-0.008534498512744904,0.3113998472690582,0.7561328113079071,481.0,123136.0,1675.4563093779143,7880704.0 +299.26,6.900000095367432,4720.0,0.007670401129871607,0.10302734375,2.238468885421753,-0.011669720523059368,0.2473834604024887,0.8154843300580978,482.0,123392.0,1678.9277369410265,7897088.0 +317.31,6.199999809265137,4852.0,0.007364026736468077,0.0918172225356102,2.2664012908935547,-0.008031724952161312,0.39831122756004333,0.7273260653018951,483.0,123648.0,1682.3049694148358,7913472.0 +301.19,6.199999809265137,4721.0,0.0072890352457761765,0.09210205078125,2.3319027423858643,-0.009175706654787064,0.2029184252023697,0.8350111544132233,484.0,123904.0,1685.7757192389108,7929856.0 +331.27,6.099999904632568,4746.0,0.008025662042200565,0.1066080704331398,2.307445526123047,-0.009963561780750751,0.22642314434051514,0.8176473528146744,485.0,124160.0,1689.2286902139895,7946240.0 +372.95,6.199999809265137,4917.0,0.009416750632226467,0.1147867813706398,2.3017375469207764,-0.010039734654128551,0.27208271622657776,0.7767083644866943,486.0,124416.0,1692.5612979929429,7962624.0 +396.22,5.800000190734863,4882.0,0.010593884624540806,0.1455485075712204,2.3096859455108643,-0.010185274295508862,0.2692943513393402,0.8039410561323166,487.0,124672.0,1695.91800847603,7979008.0 +298.53,6.900000095367432,5015.0,0.010799280367791653,0.1452433317899704,2.2689290046691895,-0.009737889282405376,0.2515306770801544,0.7948340773582458,488.0,124928.0,1699.1854112579022,7995392.0 +281.34,7.400000095367432,4778.0,0.008106575347483158,0.1107177734375,2.2806661128997803,-0.009813924320042133,0.2698943316936493,0.7808777689933777,489.0,125184.0,1702.6150420268532,8011776.0 +344.17,7.0,4785.0,0.008662759326398373,0.1104939803481102,2.271557092666626,-0.012234442867338657,0.2444160133600235,0.7667398154735565,490.0,125440.0,1706.0393235390075,8028160.0 +383.69,6.599999904632568,4910.0,0.010019627399742603,0.1325276643037796,2.257671356201172,-0.011760145425796509,0.21954917907714844,0.8217532634735107,491.0,125696.0,1709.376246941043,8044544.0 +283.05,7.5,4819.0,0.00941143836826086,0.11993408203125,2.256215810775757,-0.012601065449416637,0.21943968534469604,0.8456566631793976,492.0,125952.0,1712.7770351059735,8060928.0 +316.78,7.0,4734.0,0.009857892990112305,0.127197265625,2.260798454284668,-0.007634647190570831,0.328115314245224,0.7625438123941422,493.0,126208.0,1716.238916378934,8077312.0 +349.57,7.099999904632568,4854.0,0.008151121437549591,0.1054484024643898,2.3051702976226807,-0.009341101162135601,0.1904892921447754,0.8187701404094696,494.0,126464.0,1719.6148830649909,8093696.0 +382.53,6.599999904632568,4946.0,0.009347866289317608,0.1261800080537796,2.3337349891662598,-0.0104539655148983,0.17236657440662384,0.7608601897954941,495.0,126720.0,1722.927930232836,8110080.0 +398.04,6.199999809265137,5057.0,0.008125439286231995,0.1051025390625,2.307380437850952,-0.011358343064785004,0.22830580174922943,0.7568730711936951,496.0,126976.0,1726.1680863208603,8126464.0 +420.54,5.900000095367432,4842.0,0.008382161147892475,0.1103312149643898,2.266157865524292,-0.009815214201807976,0.3683633804321289,0.7652093768119812,497.0,127232.0,1729.552492209943,8142848.0 +327.71,7.300000190734863,4771.0,0.008334395475685596,0.1071370467543602,2.264655590057373,-0.011801137588918209,0.2281779646873474,0.8451724052429199,498.0,127488.0,1732.9885543298442,8159232.0 +330.0,7.0,4822.0,0.008750512264668941,0.1161295548081398,2.298921823501587,-0.012320226989686489,0.22503364086151123,0.8006289452314377,499.0,127744.0,1736.3870189730078,8175616.0 +347.39,6.400000095367432,4853.0,0.008678174577653408,0.1131184920668602,2.2869174480438232,-0.010751851834356785,0.19938962161540985,0.8011433184146881,500.0,128000.0,1739.763182471972,8192000.0 +415.67,5.699999809265137,4883.0,0.009320228360593319,0.11688232421875,2.30440616607666,-0.013910976238548756,0.2565743029117584,0.7971380650997162,501.0,128256.0,1743.1188928158954,8208384.0 +423.33,5.800000190734863,4806.0,0.009341518394649029,0.1203409805893898,2.2875797748565674,-0.012249786406755447,0.28470197319984436,0.8215521275997162,502.0,128512.0,1746.5283474558964,8224768.0 +333.57,6.800000190734863,5038.0,0.009923077188432217,0.1347859650850296,2.2922725677490234,-0.013700817711651325,0.24928365647792816,0.8514140397310257,503.0,128768.0,1749.7815208709799,8241152.0 +281.44,7.099999904632568,4616.0,0.010474298149347305,0.1307169646024704,2.3013782501220703,-0.014413829892873764,0.20836947858333588,0.8520887196063995,504.0,129024.0,1753.3312289780006,8257536.0 +329.62,6.599999904632568,4594.0,0.008082573302090168,0.1015625,2.2639071941375732,-0.01218655239790678,0.2799779176712036,0.8107049614191055,505.0,129280.0,1756.8977537339088,8273920.0 +369.58,6.099999904632568,4817.0,0.009288402274250984,0.1174112930893898,2.278087854385376,-0.012376506812870502,0.2002781629562378,0.8293901532888412,506.0,129536.0,1760.2996806348674,8290304.0 +343.98,6.199999809265137,4702.0,0.008837674744427204,0.11309814453125,2.3031747341156006,-0.012948562391102314,0.2601495683193207,0.7936080247163773,507.0,129792.0,1763.7845924198627,8306688.0 +315.4,7.099999904632568,4874.0,0.009926761500537395,0.1265869140625,2.2720887660980225,-0.01424824446439743,0.25329238176345825,0.8160624504089355,508.0,130048.0,1767.146353826858,8323072.0 +324.11,7.5,4711.0,0.008660375140607357,0.0965983048081398,2.264099359512329,-0.011228189803659916,0.32033827900886536,0.7975638508796692,509.0,130304.0,1770.6247666028794,8339456.0 +259.93,7.699999809265137,4817.0,0.00861933920532465,0.1011556014418602,2.259803533554077,-0.012077796272933483,0.2817653715610504,0.8313502818346024,510.0,130560.0,1774.0264812498353,8355840.0 +268.02,6.800000190734863,5083.0,0.007705310825258493,0.08404541015625,2.2625231742858887,-0.012216635048389435,0.2425929307937622,0.8343664258718491,511.0,130816.0,1777.2500283459667,8372224.0 +339.29,6.099999904632568,4569.0,0.010465213097631931,0.1336873322725296,2.2659614086151123,-0.013800731860101223,0.21333001554012299,0.8308753818273544,512.0,131072.0,1780.836072584847,8388608.0 +333.85,7.0,4900.0,0.009130905382335186,0.1148681640625,2.2759652137756348,-0.014298775233328342,0.1887664794921875,0.8775719031691551,513.0,131328.0,1784.1804800110403,8404992.0 +305.18,7.099999904632568,4849.0,0.01021841075271368,0.1385904997587204,2.2550904750823975,-0.014051280915737152,0.2433738261461258,0.821931928396225,514.0,131584.0,1787.5597252750304,8421376.0 +336.94,6.800000190734863,4940.0,0.009388795122504234,0.11419677734375,2.204556465148926,-0.013869616203010082,0.3009343147277832,0.8125220090150833,515.0,131840.0,1790.8769704778679,8437760.0 +293.78,7.5,4939.0,0.00777393626049161,0.09844970703125,2.17354679107666,-0.011035103350877762,0.2537137567996979,0.8404207080602646,516.0,132096.0,1794.1946503259242,8454144.0 +300.59,7.400000095367432,4864.0,0.010794851928949356,0.1434122771024704,2.189239740371704,-0.013334386050701141,0.23618172109127045,0.8189411610364914,517.0,132352.0,1797.56314978702,8470528.0 +299.05,7.300000190734863,4698.0,0.009647483937442303,0.1270955353975296,2.22746205329895,-0.011245321482419968,0.22255869209766388,0.8413702547550201,518.0,132608.0,1801.0508405989967,8486912.0 +353.46,6.199999809265137,4585.0,0.011043564416468143,0.138427734375,2.2571747303009033,-0.01378163043409586,0.23957769572734833,0.7771562486886978,519.0,132864.0,1804.624402337009,8503296.0 +354.65,6.0,4360.0,0.00981513038277626,0.1198526993393898,2.2637171745300293,-0.013675189577043056,0.26821374893188477,0.8215297311544418,520.0,133120.0,1808.3825026629493,8519680.0 +340.13,6.5,4365.0,0.009721937589347363,0.1254069060087204,2.219980478286743,-0.010278765112161636,0.26098135113716125,0.8260799199342728,521.0,133376.0,1812.1365158888511,8536064.0 +328.21,7.0,4526.0,0.011530932039022446,0.1497599333524704,2.164318323135376,-0.015623499639332294,0.22786734998226166,0.8476358950138092,522.0,133632.0,1815.75706105493,8552448.0 +274.43,7.300000190734863,4808.0,0.009207197465002537,0.11920166015625,2.1758532524108887,-0.013061740435659885,0.24765323102474213,0.8227021098136902,523.0,133888.0,1819.1647852829192,8568832.0 +314.77,7.0,4904.0,0.007830396294593811,0.0982259139418602,2.1469600200653076,-0.012320640496909618,0.31403663754463196,0.792359784245491,524.0,134144.0,1822.5061882750597,8585216.0 +254.28,7.400000095367432,5081.0,0.009278465993702412,0.1148681640625,2.156099796295166,-0.012439715676009655,0.3176448345184326,0.8261663913726807,525.0,134400.0,1825.7311766969506,8601600.0 +255.29,7.099999904632568,5007.0,0.011091523803770542,0.1468098908662796,2.1911392211914062,-0.01335636805742979,0.24961495399475098,0.8101435452699661,526.0,134656.0,1829.003527707886,8617984.0 +302.29,6.199999809265137,4940.0,0.00918599497526884,0.1136271134018898,2.160869836807251,-0.011863820254802704,0.37281861901283264,0.7898075431585312,527.0,134912.0,1832.3206615799572,8634368.0 +251.32,7.0,4901.0,0.011323596350848675,0.1456502228975296,2.176816701889038,-0.01373036578297615,0.26617226004600525,0.825596421957016,528.0,135168.0,1835.6643580258824,8650752.0 +270.27,7.099999904632568,4797.0,0.012260477058589458,0.1547037810087204,2.169060468673706,-0.016413727775216103,0.3097393810749054,0.8344739079475403,529.0,135424.0,1839.080604125047,8667136.0 +203.65,7.400000095367432,5053.0,0.008767221122980118,0.1084798201918602,2.1368329524993896,-0.011937337927520275,0.4215739667415619,0.7690025866031647,530.0,135680.0,1842.323261945974,8683520.0 +212.9,7.699999809265137,4730.0,0.010331524536013603,0.1339111328125,2.064248561859131,-0.01512178685516119,0.36256659030914307,0.8164889216423035,531.0,135936.0,1845.7876766540576,8699904.0 +161.55,7.599999904632568,4963.0,0.010133296251296997,0.12786865234375,2.0926055908203125,-0.015208776108920574,0.3371303081512451,0.8003898411989212,532.0,136192.0,1849.0892294510268,8716288.0 +244.7,6.900000095367432,4980.0,0.01185336709022522,0.15606689453125,2.1089460849761963,-0.014175747521221638,0.3711404800415039,0.7975496351718903,533.0,136448.0,1852.3798181100283,8732672.0 +209.05,7.5,4819.0,0.01060128677636385,0.1340128630399704,2.1291754245758057,-0.014102105051279068,0.3183373808860779,0.7996473908424377,534.0,136704.0,1855.779877434019,8749056.0 +219.55,7.099999904632568,4815.0,0.009868611581623554,0.1242268905043602,2.165667772293091,-0.012601648457348347,0.355673223733902,0.7729230225086212,535.0,136960.0,1859.1830611010082,8765440.0 +247.33,6.900000095367432,4738.0,0.00943321455270052,0.12060546875,2.171187162399292,-0.011755462735891342,0.3097652494907379,0.7996217608451843,536.0,137216.0,1862.6453101260122,8781824.0 +277.09,6.800000190734863,4759.0,0.008054886944591999,0.09783935546875,2.168377637863159,-0.012836914509534836,0.34002402424812317,0.7607104778289795,537.0,137472.0,1866.0882606389932,8798208.0 +265.36,6.599999904632568,4915.0,0.009750275872647762,0.12078857421875,2.1645619869232178,-0.013596978969871998,0.41316938400268555,0.7423042058944702,538.0,137728.0,1869.4226155979559,8814592.0 +225.34,7.199999809265137,4975.0,0.009942554868757725,0.1251424103975296,2.1203393936157227,-0.014674431644380093,0.41837480664253235,0.7723334580659866,539.0,137984.0,1872.7160444399342,8830976.0 +208.77,7.5,5007.0,0.01086711511015892,0.14385986328125,2.1183836460113525,-0.014587129466235638,0.4220951795578003,0.7969053238630295,540.0,138240.0,1875.9886524789035,8847360.0 +194.8,7.900000095367432,4985.0,0.010052644647657871,0.1244099959731102,2.1537582874298096,-0.014722428284585476,0.3386439383029938,0.8331684768199921,541.0,138496.0,1879.2758093259763,8863744.0 +230.39,7.699999809265137,5079.0,0.009669880382716656,0.1212565079331398,2.1744632720947266,-0.016201799735426903,0.20977847278118134,0.8783048167824745,542.0,138752.0,1882.502365699038,8880128.0 +253.91,6.599999904632568,4938.0,0.009036055766046047,0.1146647110581398,2.1654434204101562,-0.01419761497527361,0.3136952519416809,0.8246491253376007,543.0,139008.0,1885.8206186809111,8896512.0 +246.2,6.800000190734863,4969.0,0.008339890278875828,0.1079305037856102,2.1826674938201904,-0.014310448430478573,0.23440812528133392,0.8582930266857147,544.0,139264.0,1889.118250448024,8912896.0 +281.01,6.900000095367432,5008.0,0.010883870534598827,0.1312459260225296,2.123182535171509,-0.015272830612957478,0.2892669141292572,0.834289088845253,545.0,139520.0,1892.3903833690565,8929280.0 +256.72,7.099999904632568,4833.0,0.010875549167394638,0.14080810546875,2.1493031978607178,-0.01608187146484852,0.311504989862442,0.813923105597496,546.0,139776.0,1895.7804732909426,8945664.0 +255.22,7.199999809265137,4888.0,0.009886504150927067,0.1208089217543602,2.1513078212738037,-0.01503027230501175,0.3216957449913025,0.8393992632627487,547.0,140032.0,1899.1327244970016,8962048.0 +220.25,7.900000095367432,4935.0,0.010818314738571644,0.1382649689912796,2.1320557594299316,-0.014697819016873837,0.2954557240009308,0.86549311876297,548.0,140288.0,1902.4533642400056,8978432.0 +243.39,7.900000095367432,4950.0,0.010256001725792885,0.13482666015625,2.159334182739258,-0.014435692690312862,0.21131964027881622,0.8758313059806824,549.0,140544.0,1905.763814667007,8994816.0 +274.35,7.300000190734863,4977.0,0.00983437616378069,0.1235148087143898,2.1775100231170654,-0.015024569816887379,0.2438303828239441,0.8598614633083344,550.0,140800.0,1909.0563262519427,9011200.0 +275.14,7.199999809265137,4819.0,0.010320915840566158,0.12896728515625,2.1713500022888184,-0.014119940809905529,0.29954004287719727,0.8141399174928665,551.0,141056.0,1912.456648863852,9027584.0 +324.58,6.599999904632568,4739.0,0.009372358210384846,0.1081339493393898,2.1590492725372314,-0.013337348587810993,0.29665642976760864,0.8351348489522934,552.0,141312.0,1915.9143286719918,9043968.0 +275.92,7.300000190734863,5093.0,0.012831415981054306,0.1444905549287796,2.136256217956543,-0.013270444236695766,0.285969614982605,0.8442453593015671,553.0,141568.0,1919.1315521639772,9060352.0 +291.73,7.5,5021.0,0.010830993764102459,0.1418863981962204,2.1373560428619385,-0.015411216765642166,0.27490898966789246,0.8679182678461075,554.0,141824.0,1922.39852513792,9076736.0 +290.77,7.400000095367432,4943.0,0.010493960231542587,0.1299235075712204,2.141540765762329,-0.014253179542720318,0.29736167192459106,0.8214574307203293,555.0,142080.0,1925.713560329983,9093120.0 +287.13,6.900000095367432,4975.0,0.011501826345920563,0.1452433317899704,2.161369562149048,-0.016377948224544525,0.28134897351264954,0.8174899965524673,556.0,142336.0,1929.0078307949007,9109504.0 +265.98,7.699999809265137,4825.0,0.010744049213826656,0.140380859375,2.116218328475952,-0.014728992246091366,0.3361104726791382,0.828051745891571,557.0,142592.0,1932.4041080449242,9125888.0 +234.67,7.800000190734863,4834.0,0.010241605341434479,0.1310017853975296,2.153564214706421,-0.013574154116213322,0.3059822618961334,0.8493868410587311,558.0,142848.0,1935.7935974670108,9142272.0 +271.84,7.199999809265137,4693.0,0.009328414686024189,0.1144002303481102,2.0942158699035645,-0.014379463158547878,0.3512369692325592,0.8318193256855011,559.0,143104.0,1939.2853774330579,9158656.0 +199.92,7.400000095367432,4839.0,0.012376055121421814,0.13836669921875,2.0687782764434814,-0.015232176519930363,0.2881413996219635,0.8660964518785477,560.0,143360.0,1942.6718857339583,9175040.0 +246.59,7.300000190734863,4831.0,0.009549892507493496,0.1194254532456398,2.0632131099700928,-0.014383061788976192,0.3444710075855255,0.8388005346059799,561.0,143616.0,1946.0640195270535,9191424.0 +221.55,7.699999809265137,4870.0,0.010271314531564713,0.1330973356962204,2.0459020137786865,-0.015808235853910446,0.320061057806015,0.839388370513916,562.0,143872.0,1949.428312446922,9207808.0 +216.11,7.800000190734863,4810.0,0.012436172924935818,0.1639404296875,2.0708303451538086,-0.01643507368862629,0.35385259985923767,0.8221581727266312,563.0,144128.0,1952.835521653993,9224192.0 +175.83,7.5,4901.0,0.010110150091350079,0.126220703125,2.035093069076538,-0.014394018799066544,0.40733852982521057,0.8088972717523575,564.0,144384.0,1956.178911774885,9240576.0 +215.83,7.699999809265137,4855.0,0.011058129370212555,0.1412556916475296,2.0546412467956543,-0.014585022814571857,0.3427506685256958,0.8523657321929932,565.0,144640.0,1959.5544944019057,9256960.0 +183.98,8.100000381469727,4813.0,0.009301968850195408,0.1123860701918602,2.0463850498199463,-0.013031728565692902,0.3019852042198181,0.8671737462282181,566.0,144896.0,1962.9594162260182,9273344.0 +226.42,7.800000190734863,4340.0,0.009616134688258171,0.1225382462143898,2.103008985519409,-0.01747714914381504,0.25035879015922546,0.8578200042247772,567.0,145152.0,1966.73520320002,9289728.0 +231.36,7.800000190734863,4392.0,0.010326515883207321,0.1399332731962204,2.0470592975616455,-0.013578839600086212,0.4504740238189697,0.8149103671312332,568.0,145408.0,1970.4663820250425,9306112.0 +181.23,7.599999904632568,4528.0,0.011020329780876637,0.1334228515625,2.0536928176879883,-0.01602816767990589,0.3208582401275635,0.8466480225324631,569.0,145664.0,1974.085348105058,9322496.0 +196.89,7.599999904632568,4684.0,0.009611132554709911,0.1231485977768898,2.051767587661743,-0.012843165546655655,0.41961291432380676,0.8153046369552612,570.0,145920.0,1977.5834072539583,9338880.0 +167.37,7.199999809265137,4772.0,0.006866032723337412,0.0806681290268898,1.9972224235534668,-0.014013788662850857,0.572163999080658,0.7657811790704727,571.0,146176.0,1981.0174205449875,9355264.0 +194.52,7.300000190734863,5221.0,0.006004943046718836,0.07025146484375,2.028090715408325,-0.012078393250703812,0.6336439847946167,0.7390234172344208,572.0,146432.0,1984.1557490958367,9371648.0 +108.52,8.600000381469727,5224.0,0.009214195422828197,0.1118977889418602,2.010045289993286,-0.01600431278347969,0.3914071023464203,0.8098572790622711,573.0,146688.0,1987.2922990689985,9388032.0 +151.48,8.0,5189.0,0.010836809873580933,0.13800048828125,2.0033180713653564,-0.01643841713666916,0.36047837138175964,0.8090670555830002,574.0,146944.0,1990.4501623399556,9404416.0 +176.4,8.300000190734863,4937.0,0.011332833208143711,0.1474609375,1.9846864938735962,-0.014390628784894943,0.3766711950302124,0.791769877076149,575.0,147200.0,1993.7691791418474,9420800.0 +182.15,8.199999809265137,5229.0,0.01112768892198801,0.14837646484375,2.0002706050872803,-0.014578879810869694,0.3725474178791046,0.7727966010570526,576.0,147456.0,1996.9031877699308,9437184.0 +172.49,7.800000190734863,5320.0,0.011515378952026367,0.1360880583524704,1.9897336959838867,-0.015856483951210976,0.44227221608161926,0.7152934670448303,577.0,147712.0,1999.9832382348832,9453568.0 +185.4,7.300000190734863,5244.0,0.01030514482408762,0.1360677033662796,2.007009983062744,-0.011734643019735813,0.5738168358802795,0.6551771461963654,578.0,147968.0,2003.1077516439836,9469952.0 +148.22,7.900000095367432,4972.0,0.011133495718240738,0.1274617463350296,1.9764513969421387,-0.015885597094893456,0.5495070815086365,0.7233350276947021,579.0,148224.0,2006.4031724128872,9486336.0 +131.74,8.0,5068.0,0.012214221991598606,0.1288248747587204,2.0360724925994873,-0.012770467437803745,0.4290398359298706,0.7641018331050873,580.0,148480.0,2009.6368696498685,9502720.0 +145.82,7.800000190734863,4498.0,0.012964111752808094,0.1383870393037796,2.069850444793701,-0.015611494891345501,0.47262707352638245,0.7363238334655762,581.0,148736.0,2013.28018659004,9519104.0 +163.77,8.5,4552.0,0.010438796132802963,0.1299641877412796,2.0783987045288086,-0.014036166481673717,0.36649274826049805,0.7882511466741562,582.0,148992.0,2016.8800254948437,9535488.0 +140.67,7.800000190734863,4704.0,0.006535628344863653,0.07537841796875,2.0992918014526367,-0.0110176308080554,0.4585437476634979,0.7564851492643356,583.0,149248.0,2020.3640574209858,9551872.0 +164.23,7.599999904632568,4905.0,0.008911848068237305,0.10345458984375,2.097787380218506,-0.014338556677103043,0.4134644567966461,0.7010792195796967,584.0,149504.0,2023.7047873919364,9568256.0 +163.04,8.100000381469727,4773.0,0.00858289748430252,0.11187744140625,2.0789921283721924,-0.011166970245540142,0.36911430954933167,0.7353609800338745,585.0,149760.0,2027.1377441780642,9584640.0 +179.46,7.800000190734863,4668.0,0.010331564582884312,0.1376953125,2.060455083847046,-0.014227069914340973,0.4015163481235504,0.7512241154909134,586.0,150016.0,2030.6482534478419,9601024.0 +173.04,7.199999809265137,4847.0,0.009121352806687355,0.1142781600356102,2.006420850753784,-0.013730081729590893,0.6022939085960388,0.6622528731822968,587.0,150272.0,2034.0290827678982,9617408.0 +152.29,7.300000190734863,4773.0,0.010258379392325878,0.1290283203125,2.025968313217163,-0.015462937764823437,0.5497302412986755,0.6965680420398712,588.0,150528.0,2037.46226973203,9633792.0 +136.31,8.199999809265137,5046.0,0.00979702640324831,0.1234334334731102,2.0035929679870605,-0.014466690830886364,0.44309476017951965,0.7211298048496246,589.0,150784.0,2040.7098622769117,9650176.0 +124.07,7.800000190734863,5199.0,0.009236992336809635,0.1205037459731102,2.0272181034088135,-0.014114837162196636,0.523811936378479,0.7218050956726074,590.0,151040.0,2043.9785074058454,9666560.0 +139.31,8.100000381469727,5089.0,0.008448085747659206,0.1041666641831398,2.006762981414795,-0.014314975589513779,0.45767298340797424,0.7362615168094635,591.0,151296.0,2047.198473965982,9682944.0 +156.65,8.199999809265137,5225.0,0.010498597286641598,0.1351114958524704,2.0126330852508545,-0.01790979504585266,0.4149385988712311,0.7215173840522766,592.0,151552.0,2050.33487619902,9699328.0 +123.77,8.100000381469727,5266.0,0.007495388388633728,0.0941365584731102,1.986121654510498,-0.012039524503052235,0.583971381187439,0.6822666525840759,593.0,151808.0,2053.4466958339326,9715712.0 +128.13,8.5,4678.0,0.008521840907633305,0.1082967147231102,1.9905906915664673,-0.01606767624616623,0.4568173587322235,0.7213849425315857,594.0,152064.0,2056.9490695770364,9732096.0 +139.09,8.300000190734863,4524.0,0.010410134680569172,0.11920166015625,1.9974031448364258,-0.01588527299463749,0.4233947992324829,0.744200736284256,595.0,152320.0,2060.5711743498687,9748480.0 +127.25,8.800000190734863,4697.0,0.009651822037994862,0.1202189102768898,2.0288240909576416,-0.01673082448542118,0.2791391909122467,0.7965101152658463,596.0,152576.0,2064.0602011799347,9764864.0 +146.71,8.300000190734863,4663.0,0.010968734510242939,0.1442464143037796,2.004185438156128,-0.01521447952836752,0.4092996120452881,0.7406507134437561,597.0,152832.0,2067.574203572003,9781248.0 +213.06,8.399999618530273,4747.0,0.010467231273651123,0.1355183869600296,2.0120737552642822,-0.01562423538416624,0.33250415325164795,0.7431829571723938,598.0,153088.0,2071.0258538529743,9797632.0 +148.14,8.100000381469727,4603.0,0.009182291105389595,0.1136271134018898,2.030371904373169,-0.013846891932189465,0.41532155871391296,0.715025782585144,599.0,153344.0,2074.5860421119723,9814016.0 +123.51,8.399999618530273,4751.0,0.0076019722037017345,0.0862223282456398,2.024686574935913,-0.014093662612140179,0.38300514221191406,0.725257396697998,600.0,153600.0,2078.0349980168976,9830400.0 +139.59,8.199999809265137,5042.0,0.005875562783330679,0.0695393905043602,2.032158851623535,-0.012546367011964321,0.39742186665534973,0.723360687494278,601.0,153856.0,2081.285435143858,9846784.0 +168.14,7.800000190734863,4635.0,0.007108001038432121,0.084716796875,2.0187432765960693,-0.014827270992100239,0.47808805108070374,0.6598405241966248,602.0,154112.0,2084.8202837980352,9863168.0 +150.28,8.100000381469727,4662.0,0.005778020713478327,0.0663045272231102,2.011749267578125,-0.0119243785738945,0.43274712562561035,0.6873951256275177,603.0,154368.0,2088.334815585986,9879552.0 +112.02,8.399999618530273,4857.0,0.007529411464929581,0.09124755859375,1.9894018173217773,-0.014743119478225708,0.47213587164878845,0.6825796961784363,604.0,154624.0,2091.708290841896,9895936.0 +145.93,9.100000381469727,4769.0,0.010273381136357784,0.1346232146024704,2.0061299800872803,-0.013619154691696167,0.30493611097335815,0.7490217685699463,605.0,154880.0,2095.1448678518645,9912320.0 +91.81,8.699999809265137,4930.0,0.00994535069912672,0.1201578751206398,2.0042691230773926,-0.015288613736629486,0.3967836797237396,0.7115680873394012,606.0,155136.0,2098.4686927539296,9928704.0 +128.0,8.199999809265137,4735.0,0.009358902461826801,0.11614990234375,2.0148539543151855,-0.014911019243299961,0.4219185411930084,0.6896859705448151,607.0,155392.0,2101.9293151618913,9945088.0 +116.92,8.899999618530273,4642.0,0.012202954851090908,0.1468098908662796,2.053924322128296,-0.010494626127183437,0.32672029733657837,0.7415443956851959,608.0,155648.0,2105.458985463949,9961472.0 +161.65,7.599999904632568,4595.0,0.00749615766108036,0.0954182967543602,2.0594046115875244,-0.011853370815515518,0.46208155155181885,0.671015739440918,609.0,155904.0,2109.024648466846,9977856.0 +130.11,8.5,4967.0,0.00928028766065836,0.1158040389418602,2.0276613235473633,-0.01548644807189703,0.3443562090396881,0.71521857380867,610.0,156160.0,2112.3238776179496,9994240.0 +133.59,7.900000095367432,4885.0,0.007043569814413786,0.0865275040268898,2.0427632331848145,-0.010489934124052525,0.4343210458755493,0.6909300982952118,611.0,156416.0,2115.67849321384,10010624.0 +154.97,8.5,4680.0,0.00672805355861783,0.0833740234375,2.034250020980835,-0.012825987301766872,0.4053659439086914,0.684434324502945,612.0,156672.0,2119.1793844609056,10027008.0 +159.89,8.0,4780.0,0.007933718152344227,0.1021321639418602,2.031470537185669,-0.014998001046478748,0.4850820302963257,0.6349868476390839,613.0,156928.0,2122.607140403008,10043392.0 +124.85,8.699999809265137,4969.0,0.009322147816419601,0.1259562224149704,1.9767590761184692,-0.013983771204948425,0.46452558040618896,0.6629894375801086,614.0,157184.0,2125.9048123669345,10059776.0 +139.99,8.300000190734863,5059.0,0.01141737774014473,0.1445719450712204,1.9691386222839355,-0.013427597470581532,0.4653564393520355,0.6725523471832275,615.0,157440.0,2129.1441032099538,10076160.0 +123.0,8.399999618530273,4874.0,0.008787011727690697,0.1092732772231102,1.9677921533584595,-0.011428567580878735,0.5162516236305237,0.6004866361618042,616.0,157696.0,2132.5063366699032,10092544.0 +93.8,8.800000190734863,4894.0,0.009802470915019512,0.1181640625,2.004711389541626,-0.013352878391742706,0.40350624918937683,0.6742527782917023,617.0,157952.0,2135.8543118508533,10108928.0 +128.19,7.800000190734863,4760.0,0.008811894804239273,0.1055704727768898,2.0057671070098877,-0.011986876837909222,0.4698854684829712,0.6688714623451233,618.0,158208.0,2139.296832944965,10125312.0 +122.31,8.399999618530273,4778.0,0.008732699789106846,0.1131591796875,2.0044920444488525,-0.012341802008450031,0.42842134833335876,0.6915885508060455,619.0,158464.0,2142.726513908012,10141696.0 +120.83,8.5,4688.0,0.01160713005810976,0.13995361328125,1.9867101907730103,-0.011275499127805233,0.40360769629478455,0.6963806748390198,620.0,158720.0,2146.2217824279796,10158080.0 +109.67,9.0,4789.0,0.008801275864243507,0.11492919921875,1.9727462530136108,-0.013972054235637188,0.3484468162059784,0.7287372946739197,621.0,158976.0,2149.643066316843,10174464.0 +123.67,8.699999809265137,4714.0,0.01062058936804533,0.141357421875,2.0185000896453857,-0.011321921832859516,0.3757301867008209,0.6945270001888275,622.0,159232.0,2153.119357742835,10190848.0 +160.43,8.0,4456.0,0.008773711510002613,0.118408203125,2.0732734203338623,-0.0118093928322196,0.38413798809051514,0.6541135907173157,623.0,159488.0,2156.7967288580257,10207232.0 +168.03,7.900000095367432,4419.0,0.009038991294801235,0.1131388321518898,2.107377290725708,-0.013650116510689259,0.33245551586151123,0.7075907289981842,624.0,159744.0,2160.504268064862,10223616.0 +210.8,7.599999904632568,4520.0,0.00827899482101202,0.1060384139418602,2.103224277496338,-0.012909353710711002,0.3312312960624695,0.7223880290985107,625.0,160000.0,2164.1295657928567,10240000.0 +192.16,8.399999618530273,4671.0,0.011448074132204056,0.1469319611787796,2.152167558670044,-0.00898277759552002,0.298482209444046,0.7327096164226532,626.0,160256.0,2167.6374808559194,10256384.0 +217.13,7.5,4689.0,0.009570605121552944,0.1199747696518898,2.1281485557556152,-0.010228229686617851,0.4009826183319092,0.697130411863327,627.0,160512.0,2171.134851476876,10272768.0 +120.86,8.899999618530273,5155.0,0.009569862857460976,0.1242879256606102,2.111950159072876,-0.013557386584579945,0.23650337755680084,0.8037102818489075,628.0,160768.0,2174.313789461972,10289152.0 +197.52,7.800000190734863,4768.0,0.008192448876798153,0.1103922501206398,2.1450929641723633,-0.009574773721396923,0.3960117995738983,0.7073236107826233,629.0,161024.0,2177.7503899140283,10305536.0 +214.0,7.400000095367432,5053.0,0.006126789841800928,0.0703531876206398,2.1110877990722656,-0.012639418244361877,0.4090219736099243,0.68960902094841,630.0,161280.0,2180.993771422887,10321920.0 +171.9,8.300000190734863,4989.0,0.009563193656504154,0.1098429337143898,2.1219570636749268,-0.012651541270315647,0.15928763151168823,0.8293137401342392,631.0,161536.0,2184.278649555985,10338304.0 +188.88,8.199999809265137,5250.0,0.0116342818364501,0.1369832307100296,2.112053394317627,-0.008958953432738781,0.38320064544677734,0.7014257609844208,632.0,161792.0,2187.399999744026,10354688.0 +186.18,7.699999809265137,5115.0,0.009238378144800663,0.1247151717543602,2.1471736431121826,-0.007514821365475655,0.4129849970340729,0.6526644229888916,633.0,162048.0,2190.6035938349087,10371072.0 +192.48,8.0,4770.0,0.00780746852979064,0.09637451171875,2.082291841506958,-0.011332836002111435,0.4651738703250885,0.6605372428894043,634.0,162304.0,2194.038761505857,10387456.0 +155.0,8.199999809265137,4755.0,0.007358224596828222,0.09173583984375,2.074286699295044,-0.011723898351192474,0.5019354224205017,0.6401602029800415,635.0,162560.0,2197.4844840690494,10403840.0 +130.16,8.300000190734863,4637.0,0.008539894595742226,0.10687255859375,2.1051018238067627,-0.012342113070189953,0.3428055942058563,0.7372000813484192,636.0,162816.0,2201.0182220740244,10420224.0 +169.3,8.5,4488.0,0.008146102540194988,0.1030680313706398,2.073143243789673,-0.011512510478496552,0.40004539489746094,0.6689266860485077,637.0,163072.0,2204.6689284979366,10436608.0 +110.76,8.600000381469727,4791.0,0.00767064094543457,0.097900390625,2.087209701538086,-0.011463254690170288,0.3599505126476288,0.6446768939495087,638.0,163328.0,2208.088819661876,10452992.0 +160.89,7.599999904632568,4672.0,0.008938836865127087,0.11260986328125,2.081923723220825,-0.01445953268557787,0.491089791059494,0.601797491312027,639.0,163584.0,2211.5959882379975,10469376.0 +187.65,8.100000381469727,4805.0,0.00961353164166212,0.1264851838350296,2.0792853832244873,-0.011995268054306507,0.41216394305229187,0.6439315676689148,640.0,163840.0,2215.006417245837,10485760.0 +175.81,7.900000095367432,4934.0,0.0081231240183115,0.1045125350356102,2.101280927658081,-0.010904508642852306,0.36394834518432617,0.6272456645965576,641.0,164096.0,2218.327638255898,10502144.0 +172.71,8.0,4855.0,0.008663848973810673,0.108642578125,2.0850143432617188,-0.013213426806032658,0.3623636066913605,0.6790384650230408,642.0,164352.0,2221.7029107289854,10518528.0 +173.56,8.300000190734863,4752.0,0.008881955407559872,0.1196695938706398,2.063497304916382,-0.014179370366036892,0.38864946365356445,0.6532902419567108,643.0,164608.0,2225.150721617043,10534912.0 +140.57,7.800000190734863,4695.0,0.007914035581052303,0.0997110977768898,2.014788866043091,-0.01066744327545166,0.5714161396026611,0.6123095452785492,644.0,164864.0,2228.640997166047,10551296.0 +95.08,9.100000381469727,4671.0,0.009224907495081425,0.1155802384018898,2.043226718902588,-0.014609473757445812,0.33818233013153076,0.6773820221424103,645.0,165120.0,2232.1487311548553,10567680.0 +114.5,8.5,4861.0,0.00896983128041029,0.1142781600356102,2.069537401199341,-0.011770823039114475,0.40010473132133484,0.6167548596858978,646.0,165376.0,2235.5197757298592,10584064.0 +142.01,8.199999809265137,4606.0,0.0071554663591086864,0.0881551131606102,2.066128969192505,-0.01195178460329771,0.5333091616630554,0.5329156517982483,647.0,165632.0,2239.0769942698535,10600448.0 +119.1,8.5,4707.0,0.005451339762657881,0.0605061836540699,2.0967862606048584,-0.011505008675158024,0.43265166878700256,0.6014469563961029,648.0,165888.0,2242.559373917058,10616832.0 +158.97,7.800000190734863,4729.0,0.0061197769828140736,0.07568359375,2.078171968460083,-0.012420586310327053,0.5181593298912048,0.5569937229156494,649.0,166144.0,2246.024028566899,10633216.0 +146.7,8.300000190734863,5143.0,0.005709832068532705,0.0674641951918602,2.099656820297241,-0.012709331698715687,0.3989086449146271,0.6274143755435944,650.0,166400.0,2249.210245874012,10649600.0 +130.3,8.600000381469727,5299.0,0.006743284408003092,0.0851847305893898,2.0488688945770264,-0.013209335505962372,0.3833690881729126,0.5555065870285034,651.0,166656.0,2252.302821625024,10665984.0 +129.29,8.5,5129.0,0.008596321567893028,0.1116129532456398,2.0688235759735107,-0.01296109240502119,0.40587055683135986,0.5869656801223755,652.0,166912.0,2255.497626858065,10682368.0 +158.23,8.100000381469727,5108.0,0.008170357905328274,0.1068929061293602,2.071012258529663,-0.011284087784588337,0.4472697973251343,0.5821395218372345,653.0,167168.0,2258.705829981016,10698752.0 +141.53,8.899999618530273,4680.0,0.00818056520074606,0.1068522110581398,2.062268018722534,-0.0104818819090724,0.30990976095199585,0.6515956819057465,654.0,167424.0,2262.206868246896,10715136.0 +134.46,8.100000381469727,4669.0,0.008205658756196499,0.0879720076918602,2.0892646312713623,-0.010036739520728588,0.392459511756897,0.5835732817649841,655.0,167680.0,2265.7163815079257,10731520.0 +170.85,7.699999809265137,4713.0,0.007131229620426893,0.0907796248793602,2.103064775466919,-0.009583733044564724,0.45963001251220703,0.598845362663269,656.0,167936.0,2269.192929832032,10747904.0 +130.96,8.399999618530273,4673.0,0.008769365958869457,0.1101277694106102,2.114492416381836,-0.01438798476010561,0.33652982115745544,0.6511972546577454,657.0,168192.0,2272.700087266974,10764288.0 +230.15,7.900000095367432,4723.0,0.008436729200184345,0.1166178360581398,2.121511697769165,-0.011359638534486294,0.3806021213531494,0.6520200371742249,658.0,168448.0,2276.1693385150284,10780672.0 +162.34,8.5,4606.0,0.009665404446423054,0.1283162385225296,2.0822131633758545,-0.014515177346765995,0.33160266280174255,0.6902249455451965,659.0,168704.0,2279.7266887899023,10797056.0 +173.1,8.199999809265137,4764.0,0.014731264673173428,0.1225382462143898,2.037912607192993,-0.01246955618262291,0.400256484746933,0.6744936108589172,660.0,168960.0,2283.1664204830304,10813440.0 +93.79,8.699999809265137,4766.0,0.00953670870512724,0.1111043319106102,2.0619006156921387,-0.011236651800572872,0.29061517119407654,0.7081720232963562,661.0,169216.0,2286.604870572919,10829824.0 +144.45,8.399999618530273,4715.0,0.012728874571621418,0.15093994140625,2.0568649768829346,-0.010918217711150646,0.38436976075172424,0.5948960781097412,662.0,169472.0,2290.08084759186,10846208.0 +211.17,8.199999809265137,4765.0,0.008554782718420029,0.1086832657456398,2.0912489891052246,-0.012095239944756031,0.36049672961235046,0.633642703294754,663.0,169728.0,2293.5194781450555,10862592.0 +157.38,7.900000095367432,4739.0,0.009480953216552734,0.1240437850356102,2.079049587249756,-0.010647221468389034,0.439564973115921,0.6434460580348969,664.0,169984.0,2296.976805379847,10878976.0 +146.19,8.100000381469727,4677.0,0.0096797039732337,0.13092041015625,2.144498109817505,-0.012399471364915371,0.2501548230648041,0.6907290518283844,665.0,170240.0,2300.4804810939822,10895360.0 +183.59,7.900000095367432,4878.0,0.008548992685973644,0.1093953475356102,2.119006395339966,-0.012396000325679779,0.366694837808609,0.6048305034637451,666.0,170496.0,2303.8398893750273,10911744.0 +226.64,7.699999809265137,4849.0,0.010463695041835308,0.1323649138212204,2.1493189334869385,-0.01132131740450859,0.3194771111011505,0.6611468195915222,667.0,170752.0,2307.219388705911,10928128.0 +233.3,7.400000095367432,4837.0,0.007282923441380262,0.0975138321518898,2.1074652671813965,-0.0081174336373806,0.5261357426643372,0.6108857691287994,668.0,171008.0,2310.606914467877,10944512.0 +141.06,8.699999809265137,4994.0,0.00784391351044178,0.1006876602768898,2.0760200023651123,-0.013011367060244083,0.30423441529273987,0.6851817667484283,669.0,171264.0,2313.8883123369887,10960896.0 +166.96,8.600000381469727,5079.0,0.009684592485427856,0.12530517578125,2.075960874557495,-0.010572012513875961,0.2887048125267029,0.7113140523433685,670.0,171520.0,2317.1147791708354,10977280.0 +176.96,7.900000095367432,4890.0,0.0066559710539877415,0.082275390625,2.101513624191284,-0.01213018223643303,0.3319624960422516,0.6578705906867981,671.0,171776.0,2320.4658876010217,10993664.0 +157.1,8.5,5097.0,0.007564367260783911,0.0990804061293602,2.0866382122039795,-0.012040135450661182,0.3387118875980377,0.6784490644931793,672.0,172032.0,2323.68088492495,11010048.0 +177.51,8.399999618530273,5061.0,0.009873162023723125,0.1300862580537796,2.1197102069854736,-0.008887830190360546,0.3550378978252411,0.6558909714221954,673.0,172288.0,2326.918809314957,11026432.0 +164.12,8.5,5048.0,0.006166215520352125,0.0719197615981102,2.0855634212493896,-0.011873398907482624,0.38809463381767273,0.6826920509338379,674.0,172544.0,2330.164550937945,11042816.0 +138.47,8.0,4752.0,0.005686711519956589,0.0588785819709301,2.1413092613220215,-0.012559023685753345,0.40211305022239685,0.6387375891208649,675.0,172800.0,2333.612913770834,11059200.0 +174.9,8.0,4990.0,0.006597680505365133,0.0815836563706398,2.166780948638916,-0.012353078462183475,0.2734489440917969,0.7343355119228363,676.0,173056.0,2336.8965657309163,11075584.0 +219.6,7.300000190734863,5028.0,0.00845261849462986,0.11041259765625,2.127150774002075,-0.01134086400270462,0.469442754983902,0.63522008061409,677.0,173312.0,2340.1555108958855,11091968.0 +155.62,8.800000190734863,5053.0,0.010509456507861614,0.1322835236787796,2.1366961002349854,-0.014450598508119583,0.19068793952465057,0.7814414352178574,678.0,173568.0,2343.3989321428817,11108352.0 +179.83,7.599999904632568,4904.0,0.007916339673101902,0.1009318009018898,2.112938642501831,-0.011489026248455048,0.44379767775535583,0.6084856688976288,679.0,173824.0,2346.7400500429794,11124736.0 +148.96,8.899999618530273,5187.0,0.010680108331143856,0.1343587189912796,2.1426150798797607,-0.006279374938458204,0.25063541531562805,0.7065396308898926,680.0,174080.0,2349.8994378428906,11141120.0 +160.93,8.5,4935.0,0.009516619145870209,0.1212361678481102,2.133702516555786,-0.01113968063145876,0.300039142370224,0.6727651953697205,681.0,174336.0,2353.2198450858705,11157504.0 +183.31,8.300000190734863,5055.0,0.008597426116466522,0.1121622696518898,2.1546480655670166,-0.011141692288219929,0.32317253947257996,0.6216039061546326,682.0,174592.0,2356.4611624178942,11173888.0 +238.09,7.599999904632568,5061.0,0.008962850086390972,0.1144816055893898,2.1608664989471436,-0.011872884817421436,0.3799595832824707,0.6192582547664642,683.0,174848.0,2359.699184041936,11190272.0 +197.29,7.599999904632568,5067.0,0.008981216698884964,0.1106974259018898,2.15264892578125,-0.011312530376017094,0.4048227369785309,0.6318438947200775,684.0,175104.0,2362.9342699418776,11206656.0 +195.56,7.699999809265137,5232.0,0.007604464888572693,0.0986531600356102,2.162761926651001,-0.012182819657027721,0.34638336300849915,0.6759012043476105,685.0,175360.0,2366.066052031936,11223040.0 +152.29,8.300000190734863,4764.0,0.007836711592972279,0.10260009765625,2.146761178970337,-0.0101652005687356,0.41046491265296936,0.6781562864780426,686.0,175616.0,2369.505654382985,11239424.0 +137.69,8.800000190734863,4941.0,0.009218662045896053,0.11297607421875,2.18384051322937,-0.012327606789767742,0.17976196110248566,0.7968384623527527,687.0,175872.0,2372.822211758932,11255808.0 +218.95,8.600000381469727,4958.0,0.0090320510789752,0.1164754256606102,2.1972010135650635,-0.010580637492239475,0.2218346744775772,0.7670496851205826,688.0,176128.0,2376.1270400430076,11272192.0 +155.16,8.699999809265137,4970.0,0.007165861781686544,0.0851033553481102,2.1629092693328857,-0.011664251796901226,0.26931723952293396,0.7301129400730133,689.0,176384.0,2379.424189605983,11288576.0 +223.62,7.900000095367432,5068.0,0.009607289917767048,0.1242879256606102,2.142760992050171,-0.01247179415076971,0.3810163736343384,0.6826196014881134,690.0,176640.0,2382.6574733748566,11304960.0 +205.04,8.199999809265137,5085.0,0.012605181895196438,0.15240478515625,2.166518449783325,-0.012499064207077026,0.28691476583480835,0.7381662726402283,691.0,176896.0,2385.8795669658575,11321344.0 +191.5,8.0,5199.0,0.009275766089558601,0.1171061173081398,2.1620771884918213,-0.011736216954886913,0.3053905665874481,0.7384138107299805,692.0,177152.0,2389.0314630600624,11337728.0 +146.35,8.699999809265137,5121.0,0.00991696584969759,0.1282958984375,2.09720516204834,-0.016162412241101265,0.3067745268344879,0.7649846374988556,693.0,177408.0,2392.2314733469393,11354112.0 +167.5,8.5,4874.0,0.009681385941803455,0.1245524063706398,2.1567130088806152,-0.01252319011837244,0.2923719584941864,0.7777139544487,694.0,177664.0,2395.593718277989,11370496.0 +178.59,7.699999809265137,4908.0,0.01067885011434555,0.12322998046875,2.134063959121704,-0.013632599264383316,0.40450334548950195,0.6304651200771332,695.0,177920.0,2398.9321010978892,11386880.0 +169.59,8.600000381469727,4823.0,0.011323608458042145,0.1461588591337204,2.092369794845581,-0.014214330352842808,0.31389784812927246,0.7443643510341644,696.0,178176.0,2402.3294261528645,11403264.0 +157.1,7.800000190734863,4843.0,0.009428116492927074,0.1202596053481102,2.0341131687164307,-0.011349010281264782,0.5312178730964661,0.6813956201076508,697.0,178432.0,2405.7126964489,11419648.0 +144.35,8.199999809265137,4817.0,0.008992873132228851,0.1163126602768898,2.086263418197632,-0.013279668986797333,0.35752058029174805,0.7212822735309601,698.0,178688.0,2409.114423161838,11436032.0 +141.44,8.699999809265137,4891.0,0.013703778386116028,0.1392008513212204,2.0885632038116455,-0.0156793724745512,0.29228636622428894,0.775685504078865,699.0,178944.0,2412.464806569973,11452416.0 +150.86,8.800000190734863,5036.0,0.01320592686533928,0.1660563200712204,2.081514358520508,-0.013478678651154041,0.2983516752719879,0.7652775943279266,700.0,179200.0,2415.718331694836,11468800.0 +177.59,8.0,5057.0,0.010350782424211502,0.1364542692899704,2.056633710861206,-0.00886013638228178,0.46098363399505615,0.6835827827453613,701.0,179456.0,2418.958976713009,11485184.0 +110.11,9.100000381469727,5107.0,0.00948691088706255,0.1222941055893898,2.0497758388519287,-0.012946547009050846,0.31651273369789124,0.7396612167358398,702.0,179712.0,2422.16735871695,11501568.0 +136.71,8.199999809265137,5052.0,0.010687734000384808,0.136474609375,2.0826897621154785,-0.013987299986183643,0.43514013290405273,0.6663286089897156,703.0,179968.0,2425.4106694760267,11517952.0 +126.1,9.199999809265137,5046.0,0.014023582451045513,0.1713663786649704,2.054100513458252,-0.014714700169861317,0.28551939129829407,0.7702404409646988,704.0,180224.0,2428.658270813059,11534336.0 +162.28,8.0,4869.0,0.008866160176694393,0.1159464493393898,2.1166465282440186,-0.013766092248260975,0.41610458493232727,0.6695089340209961,705.0,180480.0,2432.0238080059644,11550720.0 +156.61,8.199999809265137,5027.0,0.00885006319731474,0.1064656600356102,2.0871732234954834,-0.013853133656084538,0.3894985020160675,0.7159014344215393,706.0,180736.0,2435.2836010139436,11567104.0 +153.56,8.300000190734863,4823.0,0.008720793761312962,0.10528564453125,2.1158955097198486,-0.013785767368972301,0.38744044303894043,0.7417767643928528,707.0,180992.0,2438.681374951033,11583488.0 +161.91,8.5,5044.0,0.011499336920678616,0.14788818359375,2.123682737350464,-0.014465211890637875,0.2976984977722168,0.7718095183372498,708.0,181248.0,2441.929973560851,11599872.0 +159.71,7.900000095367432,4993.0,0.008308428339660168,0.1001790389418602,2.0972931385040283,-0.010542616248130798,0.4353737533092499,0.7139974236488342,709.0,181504.0,2445.21178428689,11616256.0 +151.53,8.800000190734863,5135.0,0.009160913527011871,0.1131795272231102,2.082235097885132,-0.014976770617067814,0.3191285729408264,0.7790731489658356,710.0,181760.0,2448.4028374759946,11632640.0 +168.5,7.900000095367432,5041.0,0.00865964312106371,0.10406494140625,2.0832180976867676,-0.012523685581982136,0.43120428919792175,0.6912902891635895,711.0,182016.0,2451.6535280989483,11649024.0 +117.06,8.5,5058.0,0.00877686869353056,0.10797119140625,2.040889024734497,-0.01517193391919136,0.40598055720329285,0.7102283835411072,712.0,182272.0,2454.8931917429436,11665408.0 +137.97,8.300000190734863,4970.0,0.009384211152791977,0.11627197265625,2.064103364944458,-0.01404631044715643,0.3879002332687378,0.7379436790943146,713.0,182528.0,2458.190362074878,11681792.0 +144.45,7.699999809265137,4996.0,0.010029261000454426,0.1282958984375,2.07275652885437,-0.015646496787667274,0.43183526396751404,0.6920187771320343,714.0,182784.0,2461.4701503210235,11698176.0 +160.32,8.0,4824.0,0.008601799607276917,0.1088663712143898,2.1021742820739746,-0.01586468145251274,0.36272668838500977,0.7414339184761047,715.0,183040.0,2464.8672014258336,11714560.0 +122.65,8.899999618530273,5043.0,0.012430060654878616,0.1552734375,2.0281381607055664,-0.016428960487246513,0.3008265495300293,0.7795392870903015,716.0,183296.0,2468.1165703888983,11730944.0 +124.16,8.899999618530273,4996.0,0.013801277615129948,0.1699015349149704,2.0661368370056152,-0.014513836242258549,0.32254549860954285,0.7287760078907013,717.0,183552.0,2471.396429509856,11747328.0 +155.61,8.199999809265137,4825.0,0.010095203295350075,0.1238606795668602,2.084629774093628,-0.01713307574391365,0.3902113735675812,0.7159465253353119,718.0,183808.0,2474.7921938009094,11763712.0 +109.23,8.600000381469727,4953.0,0.00974865723401308,0.1202392578125,2.123328924179077,-0.015415019355714321,0.3011857867240906,0.7509830147027969,719.0,184064.0,2478.100870932918,11780096.0 +200.61,7.699999809265137,4937.0,0.01199683640152216,0.1397908478975296,2.130350112915039,-0.012376652099192142,0.38922837376594543,0.7325014770030975,720.0,184320.0,2481.4203373228665,11796480.0 +175.02,7.800000190734863,5071.0,0.00881159957498312,0.1141560897231102,2.1206605434417725,-0.01148461177945137,0.41962742805480957,0.7250102460384369,721.0,184576.0,2484.651899563847,11812864.0 +149.67,8.699999809265137,4697.0,0.010189368389546871,0.1269124299287796,2.080786943435669,-0.016382260248064995,0.3209439516067505,0.7589925080537796,722.0,184832.0,2488.14081187197,11829248.0 +147.12,8.199999809265137,4573.0,0.00957554578781128,0.12188720703125,2.1019723415374756,-0.011756584979593754,0.4289882481098175,0.6931411921977997,723.0,185088.0,2491.7239751019515,11845632.0 +149.69,8.699999809265137,5009.0,0.01006924919784069,0.131103515625,2.1228151321411133,-0.015228395350277424,0.2695765197277069,0.778765544295311,724.0,185344.0,2494.995424913941,11862016.0 +157.9,8.300000190734863,5188.0,0.011197150684893131,0.1401774138212204,2.1153738498687744,-0.016430038958787918,0.3408588469028473,0.7411258220672607,725.0,185600.0,2498.1537084858865,11878400.0 +177.88,8.399999618530273,5114.0,0.009443317539989948,0.1209309920668602,2.1075804233551025,-0.015927763655781746,0.32762184739112854,0.7280959188938141,726.0,185856.0,2501.357778256992,11894784.0 +171.58,8.399999618530273,5056.0,0.009788540191948414,0.1289265900850296,2.0855164527893066,-0.012315097264945507,0.3718582093715668,0.7226276695728302,727.0,186112.0,2504.5989959810395,11911168.0 +161.16,8.5,4999.0,0.007654756307601929,0.0920206680893898,2.069093942642212,-0.014553137123584747,0.3806651532649994,0.7162943482398987,728.0,186368.0,2507.877061194973,11927552.0 +129.22,8.100000381469727,4891.0,0.010195765644311905,0.13165283203125,2.098689079284668,-0.012155010364949703,0.3696732819080353,0.7009115219116211,729.0,186624.0,2511.227462511044,11943936.0 +111.36,9.300000190734863,4903.0,0.012951002456247807,0.1474609375,2.092298746109009,-0.013586652465164661,0.24407732486724854,0.7524604648351669,730.0,186880.0,2514.569669255987,11960320.0 +160.81,8.199999809265137,4986.0,0.007937324233353138,0.0958048477768898,2.097778797149658,-0.012750345282256603,0.5166642665863037,0.6617419719696045,731.0,187136.0,2517.856113580987,11976704.0 +185.78,7.900000095367432,5003.0,0.009268159978091717,0.102294921875,2.0808866024017334,-0.014276527799665928,0.4078111946582794,0.7108251750469208,732.0,187392.0,2521.1316491719335,11993088.0 +146.73,7.900000095367432,4973.0,0.007646841928362846,0.09271240234375,2.1385841369628906,-0.013513105921447277,0.34023141860961914,0.6814862787723541,733.0,187648.0,2524.426917743869,12009472.0 +164.78,8.800000190734863,4903.0,0.010764583945274353,0.12286376953125,2.095794439315796,-0.01585693471133709,0.24629615247249603,0.7589370906352997,734.0,187904.0,2527.7687202109955,12025856.0 +157.6,8.5,4872.0,0.00868945848196745,0.1055501326918602,2.0785346031188965,-0.012475776486098766,0.320926696062088,0.724821150302887,735.0,188160.0,2531.13238508394,12042240.0 +171.18,7.699999809265137,4852.0,0.010434679687023163,0.1309814453125,2.0717179775238037,-0.013691157102584839,0.4847412109375,0.6615763008594513,736.0,188416.0,2534.5096457230393,12058624.0 +138.23,8.300000190734863,5001.0,0.013209115713834763,0.1363728791475296,2.0606420040130615,-0.01022118330001831,0.45488229393959045,0.6688274443149567,737.0,188672.0,2537.7860974138603,12075008.0 +132.01,8.199999809265137,5085.0,0.007683705538511276,0.0850016251206398,2.07908034324646,-0.014110828749835491,0.3844664394855499,0.7137282192707062,738.0,188928.0,2541.008626988856,12091392.0 +138.62,8.300000190734863,5027.0,0.008298201486468315,0.0970255509018898,2.10522723197937,-0.01193517167121172,0.3375178277492523,0.7333875894546509,739.0,189184.0,2544.2684454538394,12107776.0 +167.66,8.399999618530273,4898.0,0.009479162283241749,0.11444091796875,2.1179044246673584,-0.013298689387738705,0.31107696890830994,0.7391510605812073,740.0,189440.0,2547.614040944027,12124160.0 +172.78,8.399999618530273,4946.0,0.010460725985467434,0.1268107146024704,2.111969470977783,-0.014444723725318909,0.28184938430786133,0.7634992450475693,741.0,189696.0,2550.926772456849,12140544.0 +160.73,8.0,4915.0,0.009131203405559063,0.1111653670668602,2.0707755088806152,-0.013456449843943119,0.3965378701686859,0.7180911898612976,742.0,189952.0,2554.2611503049266,12156928.0 +150.25,8.199999809265137,4906.0,0.009269448928534985,0.1209513321518898,2.0921661853790283,-0.012563150376081467,0.45497599244117737,0.6568097770214081,743.0,190208.0,2557.6011832819786,12173312.0 +125.45,9.0,5037.0,0.014154677279293537,0.1318155974149704,2.1052021980285645,-0.016346583142876625,0.2724771797657013,0.7825858145952225,744.0,190464.0,2560.8547415998764,12189696.0 +153.78,8.300000190734863,4970.0,0.00836960319429636,0.1048990860581398,2.1063873767852783,-0.012974902987480164,0.3155548870563507,0.7340181469917297,745.0,190720.0,2564.152060174849,12206080.0 +148.98,8.699999809265137,5136.0,0.008425422944128513,0.1080118790268898,2.0780129432678223,-0.014230982400476933,0.3263773024082184,0.7389523684978485,746.0,190976.0,2567.342745649861,12222464.0 +131.44,8.5,4952.0,0.009747304953634739,0.1183268204331398,2.0798861980438232,-0.013634446077048779,0.33855703473091125,0.7306800484657288,747.0,191232.0,2570.651685382938,12238848.0 +172.12,8.300000190734863,4987.0,0.00897711981087923,0.1088663712143898,2.105222225189209,-0.01128213107585907,0.3841906487941742,0.6964707672595978,748.0,191488.0,2573.938062280882,12255232.0 +107.34,8.800000190734863,5018.0,0.007140908855944872,0.0835164412856102,2.077924966812134,-0.013363550417125225,0.3223170340061188,0.7642624527215958,749.0,191744.0,2577.203715304844,12271616.0 +189.26,7.900000095367432,4877.0,0.0060739461332559586,0.069091796875,2.0566651821136475,-0.012459403835237026,0.4591701328754425,0.6864091455936432,750.0,192000.0,2580.563861425966,12288000.0 +143.12,8.399999618530273,4580.0,0.008492764085531235,0.1010335311293602,2.094365358352661,-0.015962781384587288,0.2949073016643524,0.7527594566345215,751.0,192256.0,2584.141935156891,12304384.0 +110.28,8.899999618530273,4755.0,0.007307213265448809,0.0894571915268898,2.0576820373535156,-0.013350971043109894,0.29176023602485657,0.7891769856214523,752.0,192512.0,2587.5882682108786,12320768.0 +183.33,8.300000190734863,5051.0,0.009178322739899158,0.1186319962143898,2.077749490737915,-0.011883595027029514,0.375239759683609,0.7299066781997681,753.0,192768.0,2590.832559850998,12337152.0 +124.53,8.5,4902.0,0.008458833210170269,0.1029052734375,2.0693676471710205,-0.012770305387675762,0.4195040166378021,0.6916309893131256,754.0,193024.0,2594.1750207180157,12353536.0 +146.97,8.5,4861.0,0.009857825003564358,0.1216837540268898,2.121831178665161,-0.009760853834450245,0.24245190620422363,0.7714923769235611,755.0,193280.0,2597.5459838898387,12369920.0 +175.07,7.800000190734863,5045.0,0.009011373855173588,0.1128946915268898,2.11413311958313,-0.012905006296932697,0.34873223304748535,0.7232597768306732,756.0,193536.0,2600.794185345061,12386304.0 +191.47,8.300000190734863,4977.0,0.008106802590191364,0.0965576171875,2.1018810272216797,-0.01275827270001173,0.30804088711738586,0.7388916611671448,757.0,193792.0,2604.0899245210458,12402688.0 +149.63,8.5,5023.0,0.008860054425895214,0.1100260391831398,2.0851495265960693,-0.013240687549114227,0.30399462580680847,0.7519668936729431,758.0,194048.0,2607.3519633419346,12419072.0 +168.69,8.199999809265137,4987.0,0.008591359481215477,0.1025390625,2.0966506004333496,-0.008928153663873672,0.355656236410141,0.7559211552143097,759.0,194304.0,2610.6374792540446,12435456.0 +163.58,8.600000381469727,5021.0,0.008103014901280403,0.1020711287856102,2.0997719764709473,-0.013194476254284382,0.3065054714679718,0.7631637305021286,760.0,194560.0,2613.901599918958,12451840.0 +172.07,8.100000381469727,4875.0,0.007808273658156395,0.1019083634018898,2.0843722820281982,-0.011167418211698532,0.3168688416481018,0.712204784154892,761.0,194816.0,2617.262814488029,12468224.0 +203.89,8.300000190734863,4905.0,0.006994734983891249,0.0877685546875,2.1139333248138428,-0.011369363404810429,0.3157372772693634,0.7164160311222076,762.0,195072.0,2620.603846832877,12484608.0 +240.71,7.900000095367432,4927.0,0.006864295806735754,0.08782958984375,2.111299753189087,-0.01087870541960001,0.2562085688114166,0.7440065145492554,763.0,195328.0,2623.9297584239393,12500992.0 +230.41,8.0,4996.0,0.006838034838438034,0.0808919295668602,2.103306770324707,-0.012079887092113495,0.2770405411720276,0.7273342907428741,764.0,195584.0,2627.209711492993,12517376.0 +207.63,8.100000381469727,4885.0,0.008359408006072044,0.10321044921875,2.1197187900543213,-0.011465228162705898,0.20120571553707123,0.7893352657556534,765.0,195840.0,2630.5641104159877,12533760.0 +262.16,7.900000095367432,5078.0,0.008375699631869793,0.0999755859375,2.109853506088257,-0.011573255993425846,0.34433338046073914,0.725030928850174,766.0,196096.0,2633.7910327778663,12550144.0 +169.44,8.600000381469727,5087.0,0.008129983209073544,0.1021321639418602,2.086768627166748,-0.012004688382148743,0.2782626152038574,0.7708994001150131,767.0,196352.0,2637.0119753249455,12566528.0 +164.69,8.600000381469727,4912.0,0.009881948120892048,0.1201171875,2.1206138134002686,-0.011310403235256672,0.2392539381980896,0.7872584164142609,768.0,196608.0,2640.347683854867,12582912.0 +215.77,8.100000381469727,4905.0,0.010040207765996456,0.1245931014418602,2.114994764328003,-0.012189832516014576,0.2500492036342621,0.7646713405847549,769.0,196864.0,2643.688860577997,12599296.0 +225.19,8.100000381469727,5060.0,0.008621293120086193,0.1113077774643898,2.0915496349334717,-0.01075787004083395,0.3168730139732361,0.7317586839199066,770.0,197120.0,2646.927318997914,12615680.0 +183.2,8.5,5057.0,0.009778380393981934,0.127197265625,2.0908896923065186,-0.011293742805719376,0.2649388015270233,0.7823433578014374,771.0,197376.0,2650.1676363779698,12632064.0 +181.62,8.300000190734863,4917.0,0.008143222890794277,0.0995890274643898,2.087514638900757,-0.010584567673504353,0.33904609084129333,0.7473145425319672,772.0,197632.0,2653.5000076598953,12648448.0 +204.04,7.900000095367432,4792.0,0.009608685038983822,0.1219278946518898,2.123816728591919,-0.012818928807973862,0.2608509957790375,0.7545061558485031,773.0,197888.0,2656.9197721329983,12664832.0 +227.53,7.900000095367432,4891.0,0.01047299150377512,0.13543701171875,2.1374950408935547,-0.011539408005774021,0.2345631718635559,0.7586200535297394,774.0,198144.0,2660.2699332879856,12681216.0 +249.92,7.5,4968.0,0.008716856129467487,0.1058146134018898,2.1416454315185547,-0.01305487472563982,0.2920966148376465,0.751205787062645,775.0,198400.0,2663.568372122012,12697600.0 +194.42,7.599999904632568,5080.0,0.007239155471324921,0.0788777694106102,2.0719523429870605,-0.009345578961074352,0.5313798785209656,0.6949505805969238,776.0,198656.0,2666.794122919906,12713984.0 +166.24,8.399999618530273,4992.0,0.009292508475482464,0.1091715469956398,2.0639631748199463,-0.013625158928334713,0.28682228922843933,0.7920985221862793,777.0,198912.0,2670.076259084977,12730368.0 +155.21,8.300000190734863,4928.0,0.010113898664712906,0.117431640625,2.1330244541168213,-0.01538283284753561,0.21404330432415009,0.819199413061142,778.0,199168.0,2673.401113752043,12746752.0 +220.52,7.699999809265137,4768.0,0.009922211058437824,0.1224772110581398,2.0968353748321533,-0.012717139907181263,0.3251185715198517,0.7410737872123718,779.0,199424.0,2676.8380539829377,12763136.0 +196.23,8.300000190734863,4906.0,0.00973929837346077,0.1272379606962204,2.10479474067688,-0.015036971308290958,0.2587299942970276,0.7900015711784363,780.0,199680.0,2680.1782908618916,12779520.0 +253.04,7.300000190734863,5092.0,0.009379797615110874,0.1219278946518898,2.1155476570129395,-0.010243438184261322,0.34640857577323914,0.7279248237609863,781.0,199936.0,2683.396356955869,12795904.0 +182.46,8.600000381469727,4991.0,0.007656253408640623,0.09393310546875,2.096957206726074,-0.014218815602362156,0.18836019933223724,0.8501679003238678,782.0,200192.0,2686.679259025026,12812288.0 +216.5,8.0,4925.0,0.008426506072282791,0.1097208634018898,2.100449323654175,-0.01345724519342184,0.2985324561595917,0.7732502669095993,783.0,200448.0,2690.0063256928697,12828672.0 +212.33,7.900000095367432,4941.0,0.008695744909346104,0.1125081405043602,2.0802078247070312,-0.011326811276376247,0.3152795135974884,0.7895764708518982,784.0,200704.0,2693.3224349429365,12845056.0 +177.31,8.0,4745.0,0.008623174391686916,0.1104736328125,2.0564563274383545,-0.012600816786289215,0.315645694732666,0.7750618755817413,785.0,200960.0,2696.775387441041,12861440.0 +191.68,7.699999809265137,4776.0,0.009865663014352322,0.12921142578125,2.0713601112365723,-0.01125760842114687,0.3588496446609497,0.7313511371612549,786.0,201216.0,2700.2061558309942,12877824.0 +192.06,7.5,4924.0,0.007310047280043364,0.0810750350356102,2.043886661529541,-0.012253115884959698,0.4138294458389282,0.7168399691581726,787.0,201472.0,2703.5337680559605,12894208.0 +174.47,7.800000190734863,4847.0,0.009510002098977566,0.1157430037856102,2.0443203449249268,-0.014962487854063511,0.45017847418785095,0.7418463230133057,788.0,201728.0,2706.9142063679174,12910592.0 +138.74,8.300000190734863,4960.0,0.010760124772787094,0.1308390349149704,2.0622167587280273,-0.01561688631772995,0.30766016244888306,0.8109367787837982,789.0,201984.0,2710.2180775268935,12926976.0 +173.08,7.699999809265137,5054.0,0.008858135901391506,0.1080525740981102,2.0631179809570312,-0.011842568404972553,0.40817877650260925,0.7652844041585922,790.0,202240.0,2713.4604002048727,12943360.0 +156.7,7.699999809265137,5066.0,0.00866806972771883,0.0954793319106102,2.072402000427246,-0.012161263264715672,0.3164372146129608,0.7985336929559708,791.0,202496.0,2716.6947648308706,12959744.0 +186.84,8.0,4997.0,0.010744419880211353,0.1359659880399704,2.061450242996216,-0.01724018156528473,0.3335154950618744,0.7887907773256302,792.0,202752.0,2719.974034621846,12976128.0 +156.76,8.600000381469727,5057.0,0.011583070270717144,0.1320393830537796,2.0899391174316406,-0.014469855464994907,0.2639826536178589,0.8239311128854752,793.0,203008.0,2723.214438686846,12992512.0 +200.07,7.699999809265137,4899.0,0.008432090282440186,0.1039835587143898,2.08893084526062,-0.01547182071954012,0.3662121593952179,0.7823555171489716,794.0,203264.0,2726.5590863719117,13008896.0 +150.16,8.5,5088.0,0.011691500432789326,0.1463623046875,2.0850441455841064,-0.016593724489212036,0.27588894963264465,0.8291623294353485,795.0,203520.0,2729.779406466987,13025280.0 +166.57,8.5,5148.0,0.009809072129428387,0.1181233748793602,2.1196680068969727,-0.012015041895210743,0.2921849191188812,0.7957222014665604,796.0,203776.0,2732.962161364965,13041664.0 +189.72,8.0,5263.0,0.009639483876526356,0.112548828125,2.1231353282928467,-0.014452057890594006,0.2248818427324295,0.8140614181756973,797.0,204032.0,2736.07581940596,13058048.0 +221.02,7.800000190734863,5291.0,0.009864448569715023,0.1244099959731102,2.103748321533203,-0.013313685543835163,0.3148469030857086,0.7880281358957291,798.0,204288.0,2739.172781451838,13074432.0 +205.88,7.699999809265137,5062.0,0.009085278026759624,0.1102701798081398,2.0617353916168213,-0.014279886148869991,0.3838072717189789,0.7810502350330353,799.0,204544.0,2742.409681583056,13090816.0 +205.89,8.300000190734863,5147.0,0.010344501584768295,0.1317545622587204,2.052812337875366,-0.016998907551169395,0.3066747486591339,0.8235616981983185,800.0,204800.0,2745.593037531944,13107200.0 +177.95,7.900000095367432,4911.0,0.010663074441254139,0.13153076171875,2.0734188556671143,-0.016349442303180695,0.35519012808799744,0.7796661406755447,801.0,205056.0,2748.9296214028727,13123584.0 +182.84,7.699999809265137,5003.0,0.010342163033783436,0.1252238005399704,2.09006929397583,-0.01336334552615881,0.328842431306839,0.7712430208921432,802.0,205312.0,2752.204883062979,13139968.0 +208.37,7.699999809265137,5035.0,0.009649749845266342,0.1222941055893898,2.1001124382019043,-0.01462301705032587,0.280407577753067,0.7655822038650513,803.0,205568.0,2755.459251225926,13156352.0 +246.35,7.599999904632568,4884.0,0.00933546107262373,0.1209716796875,2.1042730808258057,-0.013831184245646,0.3004845082759857,0.8014399409294128,804.0,205824.0,2758.814087013947,13172736.0 +235.66,8.300000190734863,5057.0,0.014657699503004551,0.1845296174287796,2.0675392150878906,-0.017417114228010178,0.303182452917099,0.8211147785186768,805.0,206080.0,2762.0546531279106,13189120.0 +185.14,7.900000095367432,5039.0,0.010344421491026878,0.1285196989774704,2.0069689750671387,-0.015063316561281681,0.4359320104122162,0.7781811952590942,806.0,206336.0,2765.306997849839,13205504.0 +132.98,8.699999809265137,5072.0,0.011449184268712997,0.1382853239774704,2.0392091274261475,-0.016186704859137535,0.31425437331199646,0.8251366913318634,807.0,206592.0,2768.5373551959638,13221888.0 +141.91,8.199999809265137,4898.0,0.009814099408686161,0.1189168319106102,2.0320096015930176,-0.014095264486968517,0.3431374728679657,0.8059680163860321,808.0,206848.0,2771.8831370328553,13238272.0 +135.79,8.899999618530273,4955.0,0.011237066239118576,0.1343994140625,2.0124318599700928,-0.018145373091101646,0.34100863337516785,0.7912857979536057,809.0,207104.0,2775.190014217049,13254656.0 +148.51,8.199999809265137,5009.0,0.010381688363850117,0.12939453125,1.9884084463119507,-0.016094012185931206,0.4475956857204437,0.7446836829185486,810.0,207360.0,2778.461494358955,13271040.0 +116.2,8.800000190734863,4857.0,0.011072439141571522,0.1302490234375,1.9801691770553589,-0.016055725514888763,0.31341883540153503,0.7943874299526215,811.0,207616.0,2781.8350124598946,13287424.0 +154.81,8.0,5070.0,0.008595617488026619,0.1021931990981102,1.9573596715927124,-0.013801646418869495,0.4973019063472748,0.7079046368598938,812.0,207872.0,2785.06832585996,13303808.0 +118.98,8.699999809265137,5090.0,0.013697069138288498,0.132568359375,1.910083293914795,-0.018487567082047462,0.43652650713920593,0.7542781084775925,813.0,208128.0,2788.287859180942,13320192.0 +109.76,8.800000190734863,4937.0,0.01193483266979456,0.1355387419462204,1.9244173765182495,-0.01707027293741703,0.4332799017429352,0.7454581260681152,814.0,208384.0,2791.6071790738497,13336576.0 +122.44,7.900000095367432,4895.0,0.009294726885855198,0.1106363907456398,1.9431651830673218,-0.0156471636146307,0.5330756306648254,0.6878611147403717,815.0,208640.0,2794.954954817891,13352960.0 +85.46,9.0,5012.0,0.010415659286081791,0.1248372420668602,1.9183721542358398,-0.017075402662158012,0.36334869265556335,0.7630491107702255,816.0,208896.0,2798.2245075199753,13369344.0 +120.86,8.5,4912.0,0.009264619089663029,0.1152140274643898,1.9521698951721191,-0.014847838319838047,0.4173762798309326,0.7433805167675018,817.0,209152.0,2801.5635963659734,13385728.0 +149.44,8.0,4987.0,0.01107858493924141,0.1370035856962204,1.952309012413025,-0.012543336488306522,0.48948290944099426,0.7024923264980316,818.0,209408.0,2804.849644653965,13402112.0 +148.1,8.899999618530273,5022.0,0.011476327665150166,0.1388753205537796,1.971877098083496,-0.01661921665072441,0.25959575176239014,0.795864149928093,819.0,209664.0,2808.1125108979177,13418496.0 +136.31,8.800000190734863,4874.0,0.010120227932929993,0.1197713240981102,1.9930191040039062,-0.013376794755458832,0.28817787766456604,0.781768262386322,820.0,209920.0,2811.4741207838524,13434880.0 +160.84,8.399999618530273,4944.0,0.010697122663259506,0.1316121369600296,1.9837497472763062,-0.015915291383862495,0.35496386885643005,0.7505152821540833,821.0,210176.0,2814.7886791550554,13451264.0 +145.35,8.699999809265137,4889.0,0.011202256195247173,0.14056396484375,1.978314995765686,-0.015324052423238754,0.37835803627967834,0.7565855532884598,822.0,210432.0,2818.140495170839,13467648.0 +159.95,7.800000190734863,4783.0,0.008532932959496975,0.1020914688706398,2.0017123222351074,-0.014380534179508686,0.452189564704895,0.7324186265468597,823.0,210688.0,2821.5665661338717,13484032.0 +119.25,9.0,4911.0,0.012398350983858109,0.1499837189912796,2.019237995147705,-0.016095513477921486,0.28569450974464417,0.816620722413063,824.0,210944.0,2824.9037991259247,13500416.0 +162.15,8.199999809265137,5122.0,0.010512150824069977,0.1332600861787796,2.0266146659851074,-0.014501103200018406,0.34838733077049255,0.7561669945716858,825.0,211200.0,2828.1031047829892,13516800.0 +188.53,7.900000095367432,5158.0,0.01061781495809555,0.12811279296875,2.0075764656066895,-0.016743801534175873,0.37954556941986084,0.7551289051771164,826.0,211456.0,2831.2803037068807,13533184.0 +159.9,8.0,5202.0,0.007587138097733259,0.0916951522231102,1.9950222969055176,-0.013266134075820446,0.44278669357299805,0.7272565364837646,827.0,211712.0,2834.4305153898895,13549568.0 +171.59,7.900000095367432,4974.0,0.008172621950507164,0.1006062850356102,2.0040063858032227,-0.015457764267921448,0.39468905329704285,0.7375200390815735,828.0,211968.0,2837.7245276330505,13565952.0 +168.24,8.399999618530273,4906.0,0.009606018662452698,0.1196695938706398,1.974481463432312,-0.013371209613978863,0.38698312640190125,0.7472029030323029,829.0,212224.0,2841.0644318179693,13582336.0 +141.84,8.0,4825.0,0.008616484701633453,0.1013590469956398,2.026878595352173,-0.01310781855136156,0.40425512194633484,0.7284261286258698,830.0,212480.0,2844.4603255409747,13598720.0 +148.69,9.0,4992.0,0.0095273582264781,0.1100870743393898,2.0075559616088867,-0.013885227032005787,0.3074032664299011,0.7702293545007706,831.0,212736.0,2847.742429598933,13615104.0 +210.71,8.300000190734863,4999.0,0.010895706713199615,0.1420695036649704,1.9983015060424805,-0.014122595079243183,0.3452584445476532,0.7666975855827332,832.0,212992.0,2851.0204891560134,13631488.0 +146.71,9.100000381469727,5026.0,0.014494423754513264,0.17425537109375,1.9590420722961426,-0.015215341933071613,0.2986396849155426,0.7712846994400024,833.0,213248.0,2854.280771582853,13647872.0 +130.11,8.899999618530273,4947.0,0.01023207325488329,0.1199951171875,1.989579200744629,-0.015362693928182125,0.2963272035121918,0.7626507878303528,834.0,213504.0,2857.5930148570333,13664256.0 +121.56,8.5,4940.0,0.009737927466630936,0.1162516251206398,1.9834600687026978,-0.013452756218612194,0.3910093605518341,0.7179001271724701,835.0,213760.0,2860.9122463630047,13680640.0 +144.27,8.300000190734863,4804.0,0.008491971530020237,0.1082356795668602,2.0154926776885986,-0.01372827123850584,0.3492990732192993,0.7011590003967285,836.0,214016.0,2864.322978236014,13697024.0 +160.6,7.599999904632568,4603.0,0.008820736780762672,0.1048583984375,1.981849193572998,-0.014294198714196682,0.5196555256843567,0.609533429145813,837.0,214272.0,2867.882574413903,13713408.0 +157.13,8.399999618530273,4592.0,0.011631092987954617,0.14404296875,1.9473878145217896,-0.013366377912461758,0.367607980966568,0.6847573220729828,838.0,214528.0,2871.450781665044,13729792.0 +135.82,8.300000190734863,4890.0,0.00858958251774311,0.1054280623793602,1.8964391946792603,-0.014263931661844254,0.5077366232872009,0.6324307322502136,839.0,214784.0,2874.801349090878,13746176.0 +118.14,9.0,4866.0,0.009619164280593395,0.11370849609375,1.9396247863769531,-0.012514401227235794,0.415419340133667,0.6872243881225586,840.0,215040.0,2878.1690531498753,13762560.0 +122.76,8.699999809265137,4801.0,0.010097619146108627,0.1195068359375,1.9521523714065552,-0.01453713420778513,0.38985762000083923,0.6835282146930695,841.0,215296.0,2881.581924214959,13778944.0 +114.88,8.399999618530273,4722.0,0.010755948722362518,0.1274210661649704,1.968697428703308,-0.011983468197286129,0.38782188296318054,0.6648711860179901,842.0,215552.0,2885.0521682559047,13795328.0 +140.1,8.300000190734863,4923.0,0.013393749482929707,0.1514689177274704,1.9626437425613403,-0.011823630891740322,0.3598271608352661,0.6820708513259888,843.0,215808.0,2888.380908275023,13811712.0 +163.11,8.399999618530273,4905.0,0.009505227208137512,0.12078857421875,2.016050100326538,-0.01130144763737917,0.32216668128967285,0.6890712082386017,844.0,216064.0,2891.722066586837,13828096.0 +178.91,7.699999809265137,4991.0,0.006482752040028572,0.0780436173081398,2.022860288619995,-0.011193121783435345,0.4729851186275482,0.6157163679599762,845.0,216320.0,2895.005132043967,13844480.0 +134.12,8.300000190734863,4913.0,0.00872096698731184,0.1030680313706398,2.026273488998413,-0.013018754310905933,0.32629284262657166,0.7079857587814331,846.0,216576.0,2898.3402635590173,13860864.0 +197.48,8.100000381469727,4964.0,0.010232768952846527,0.1216227188706398,2.0574612617492676,-0.01189213152974844,0.36351409554481506,0.6928577721118927,847.0,216832.0,2901.6410513860174,13877248.0 +158.12,8.399999618530273,4800.0,0.010874521918594837,0.1310017853975296,2.0746634006500244,-0.01321139931678772,0.35382071137428284,0.7358144223690033,848.0,217088.0,2905.0559860609937,13893632.0 +172.73,8.199999809265137,4946.0,0.011611887253820896,0.1328125,2.05312180519104,-0.014872599393129349,0.3835347592830658,0.7107460200786591,849.0,217344.0,2908.3692922228947,13910016.0 +149.37,8.5,5024.0,0.010381173342466354,0.1134236678481102,2.02319073677063,-0.013820059597492218,0.33853521943092346,0.7456961572170258,850.0,217600.0,2911.6306066890247,13926400.0 +170.19,8.199999809265137,4779.0,0.010232899338006973,0.12506103515625,2.050564765930176,-0.015240739099681377,0.3917960822582245,0.6786488592624664,851.0,217856.0,2915.059484825935,13942784.0 +165.1,7.599999904632568,4839.0,0.008469837717711926,0.1025390625,2.0591509342193604,-0.013012233190238476,0.44725704193115234,0.6944974064826965,852.0,218112.0,2918.44573009084,13959168.0 +189.74,8.300000190734863,4852.0,0.015868989750742912,0.1500447541475296,2.05523681640625,-0.01459529995918274,0.30642202496528625,0.7601608633995056,853.0,218368.0,2921.825541055994,13975552.0 +169.28,8.399999618530273,5057.0,0.013007491827011108,0.1430257111787796,2.065124988555908,-0.013980160467326641,0.28292492032051086,0.7731107026338577,854.0,218624.0,2925.0658873468637,13991936.0 +180.71,8.399999618530273,4619.0,0.01066946517676115,0.1240030899643898,2.071145534515381,-0.01322338730096817,0.2900579869747162,0.7695684283971786,855.0,218880.0,2928.613106949022,14008320.0 +152.93,8.0,4868.0,0.010822233743965626,0.12274169921875,2.0402908325195312,-0.014384840615093708,0.3547481596469879,0.74070605635643,856.0,219136.0,2931.9791250468697,14024704.0 +137.48,8.699999809265137,4786.0,0.010521558113396168,0.1328125,2.0171358585357666,-0.017657840624451637,0.3583579957485199,0.7363187074661255,857.0,219392.0,2935.4032086879015,14041088.0 +166.8,8.399999618530273,4608.0,0.012817475944757462,0.14990234375,1.9902902841567993,-0.01439161691814661,0.39941713213920593,0.7304665148258209,858.0,219648.0,2938.9593120738864,14057472.0 +154.07,8.600000381469727,4618.0,0.013078187592327595,0.1512044221162796,1.9845613241195679,-0.016450416296720505,0.3715360462665558,0.7126375436782837,859.0,219904.0,2942.5078622628935,14073856.0 +129.36,8.5,4562.0,0.011240295134484768,0.1223958358168602,1.972818374633789,-0.01377150323241949,0.4121454060077667,0.7195326685905457,860.0,220160.0,2946.099344452843,14090240.0 +139.47,8.800000190734863,4652.0,0.009754260070621967,0.1160888671875,1.9919376373291016,-0.017217932268977165,0.2874259054660797,0.759716659784317,861.0,220416.0,2949.621391635854,14106624.0 +141.11,7.900000095367432,4633.0,0.011051270179450512,0.1307779997587204,1.9910345077514648,-0.014049787074327469,0.5040056109428406,0.6563910841941833,862.0,220672.0,2953.1582504198886,14123008.0 +128.52,8.600000381469727,4900.0,0.01240635197609663,0.12701416015625,1.976365089416504,-0.014807067811489105,0.39808404445648193,0.7355938255786896,863.0,220928.0,2956.5020335570443,14139392.0 +152.71,8.600000381469727,4803.0,0.011617391370236874,0.1439208984375,2.0507078170776367,-0.015359132550656796,0.30607032775878906,0.7824074327945709,864.0,221184.0,2959.9138929608744,14155776.0 +173.49,8.100000381469727,4556.0,0.010057237930595875,0.1117146834731102,2.050931692123413,-0.015769965946674347,0.3923318386077881,0.7046026587486267,865.0,221440.0,2963.516589660896,14172160.0 +137.36,8.699999809265137,4933.0,0.012378632090985775,0.15643310546875,2.054710626602173,-0.016671324148774147,0.3151233494281769,0.7528949677944183,866.0,221696.0,2966.838626835961,14188544.0 +183.74,7.699999809265137,4957.0,0.008980914019048214,0.11083984375,2.0411739349365234,-0.015155843459069729,0.4852006733417511,0.6840115487575531,867.0,221952.0,2970.1441454980522,14204928.0 +124.22,8.100000381469727,4955.0,0.011648345738649368,0.1391194611787796,2.045881986618042,-0.014253955334424973,0.44954630732536316,0.6869972050189972,868.0,222208.0,2973.4509176409338,14221312.0 +111.71,8.5,4862.0,0.009526190347969532,0.1045939102768898,1.9929653406143188,-0.013206315226852894,0.5076830983161926,0.6559253633022308,869.0,222464.0,2976.820967606036,14237696.0 +134.68,8.800000190734863,4789.0,0.010475999675691128,0.1154581680893898,1.9699543714523315,-0.01546602975577116,0.4093031585216522,0.674990177154541,870.0,222720.0,2980.242832352873,14254080.0 +110.24,9.199999809265137,4737.0,0.011796916835010052,0.14691162109375,1.986868977546692,-0.01607099361717701,0.2677486538887024,0.7642523944377899,871.0,222976.0,2983.7016674778424,14270464.0 +127.02,8.5,4761.0,0.008794840425252914,0.1110636368393898,2.0190656185150146,-0.014856650494039059,0.3596644699573517,0.6941220164299011,872.0,223232.0,2987.1437316189986,14286848.0 +128.61,8.300000190734863,4858.0,0.009819602593779564,0.11883544921875,2.0306801795959473,-0.015961891040205956,0.35411468148231506,0.6577532291412354,873.0,223488.0,2990.5163868928794,14303232.0 +179.47,8.399999618530273,4668.0,0.013218826614320278,0.1778564453125,2.0498759746551514,-0.010220821015536785,0.3505115807056427,0.6801730990409851,874.0,223744.0,2994.026609346969,14319616.0 +153.33,8.199999809265137,4488.0,0.008773315697908401,0.1085408553481102,2.0804688930511475,-0.014162776060402393,0.39637765288352966,0.6590243279933929,875.0,224000.0,2997.677675083978,14336000.0 +192.31,8.100000381469727,4648.0,0.00993103627115488,0.1258341521024704,2.0780746936798096,-0.012404737062752247,0.3950696289539337,0.6629767715930939,876.0,224256.0,3001.2030274339486,14352384.0 +127.49,9.0,4859.0,0.00945192389190197,0.1158650740981102,2.052354574203491,-0.01271814201027155,0.32583728432655334,0.6950551271438599,877.0,224512.0,3004.57560849702,14368768.0 +137.72,8.399999618530273,4616.0,0.008351373486220837,0.1061197891831398,2.065324068069458,-0.013910685665905476,0.4081265926361084,0.676647424697876,878.0,224768.0,3008.1256981198676,14385152.0 +145.07,8.800000190734863,4707.0,0.009578005410730839,0.1075846329331398,2.0648884773254395,-0.013525276444852352,0.3620525300502777,0.6875317990779877,879.0,225024.0,3011.607081950875,14401536.0 +114.84,8.600000381469727,4488.0,0.009743892587721348,0.1111246719956398,2.085416316986084,-0.01624518819153309,0.34731677174568176,0.7031004726886749,880.0,225280.0,3015.2581621748395,14417920.0 +169.87,8.5,4984.0,0.010153306648135185,0.1176350936293602,2.100492238998413,-0.011540734209120274,0.2925896942615509,0.7180338203907013,881.0,225536.0,3018.545956648886,14434304.0 +185.43,8.300000190734863,5021.0,0.010076596401631832,0.1256306916475296,2.103471040725708,-0.013795367442071438,0.33848837018013,0.6931838691234589,882.0,225792.0,3021.809681911953,14450688.0 +174.01,8.5,4791.0,0.009041309356689453,0.11346435546875,2.0529513359069824,-0.013122309930622578,0.36280524730682373,0.7070404291152954,883.0,226048.0,3025.2297780290246,14467072.0 +124.33,8.300000190734863,4807.0,0.009535934776067734,0.1067098006606102,2.063199043273926,-0.011078767478466034,0.39241480827331543,0.6845446527004242,884.0,226304.0,3028.6383938528597,14483456.0 +135.49,8.5,4763.0,0.00965836737304926,0.1123453751206398,2.0602328777313232,-0.014100664295256138,0.3262667655944824,0.7335647642612457,885.0,226560.0,3032.078771386994,14499840.0 +173.78,8.800000190734863,4525.0,0.010164896957576275,0.1298624724149704,2.016446352005005,-0.0160833653062582,0.3014133870601654,0.7802957445383072,886.0,226816.0,3035.70036542695,14516224.0 +127.61,9.199999809265137,4699.0,0.012671154923737049,0.1528727263212204,2.0387589931488037,-0.015699775889515877,0.21721148490905762,0.8170595020055771,887.0,227072.0,3039.187154980842,14532608.0 +172.62,7.900000095367432,4701.0,0.010793152265250683,0.1164957657456398,2.0699615478515625,-0.013742886483669281,0.36901673674583435,0.7429952323436737,888.0,227328.0,3042.676471163053,14548992.0 +142.56,8.399999618530273,4817.0,0.007115408778190613,0.0829264298081398,2.023836851119995,-0.013159550726413727,0.3539261519908905,0.7489480376243591,889.0,227584.0,3046.0781265790574,14565376.0 +163.8,8.199999809265137,4529.0,0.01000763475894928,0.13726806640625,2.059385299682617,-0.01235735509544611,0.34751495718955994,0.7419535517692566,890.0,227840.0,3049.69608316198,14581760.0 +131.13,8.300000190734863,4539.0,0.007387612480670214,0.0796712264418602,2.024146795272827,-0.014123900793492794,0.4318278133869171,0.6979869306087494,891.0,228096.0,3053.3059169079643,14598144.0 +116.41,8.5,4521.0,0.007134793791919947,0.0840047225356102,2.034905433654785,-0.014321335591375828,0.42403802275657654,0.6875573694705963,892.0,228352.0,3056.930737826973,14614528.0 +132.15,8.199999809265137,4450.0,0.008448220789432526,0.0993245467543602,2.0069100856781006,-0.014411590993404388,0.39371371269226074,0.6909925043582916,893.0,228608.0,3060.6127243880183,14630912.0 +161.66,7.900000095367432,4664.0,0.008752753026783466,0.1116943359375,2.0373570919036865,-0.013650682754814625,0.4310742914676666,0.648669421672821,894.0,228864.0,3064.1261441658717,14647296.0 +150.53,8.699999809265137,4538.0,0.00912795215845108,0.1110636368393898,2.032893419265747,-0.013516649603843689,0.3663348853588104,0.7000771164894104,895.0,229120.0,3067.736773131881,14663680.0 +165.25,8.399999618530273,4400.0,0.008908298797905445,0.1077473983168602,2.00327205657959,-0.01567693240940571,0.3821276128292084,0.6914241909980774,896.0,229376.0,3071.460897897836,14680064.0 +153.3,8.800000190734863,4539.0,0.009531605057418346,0.1160888671875,1.9999756813049316,-0.014440811239182949,0.3402658700942993,0.7078492641448975,897.0,229632.0,3075.0707670720294,14696448.0 +123.85,8.0,4386.0,0.007529007270932198,0.0829264298081398,1.9912997484207153,-0.015563956461846828,0.4844283163547516,0.6292330324649811,898.0,229888.0,3078.806363873882,14712832.0 +145.64,9.0,4464.0,0.01038872916251421,0.1245320662856102,2.0013179779052734,-0.012702960520982742,0.3154357373714447,0.7165755927562714,899.0,230144.0,3082.477162719937,14729216.0 +136.06,8.600000381469727,4642.0,0.008911650627851486,0.1000162735581398,1.9961438179016113,-0.012274197302758694,0.4567294120788574,0.6550800204277039,900.0,230400.0,3086.0073660500348,14745600.0 +140.83,8.100000381469727,4534.0,0.009123518131673336,0.1064860001206398,1.9912980794906616,-0.013466092757880688,0.38652899861335754,0.6863536536693573,901.0,230656.0,3089.621165427845,14761984.0 +148.42,8.800000190734863,4704.0,0.011732671409845352,0.1480305939912796,1.992554783821106,-0.014548711478710175,0.27628040313720703,0.7243025600910187,902.0,230912.0,3093.104915119009,14778368.0 +148.69,9.100000381469727,4686.0,0.01113556046038866,0.1355794221162796,1.9842019081115723,-0.017278574407100677,0.25677549839019775,0.7210788130760193,903.0,231168.0,3096.6013831528835,14794752.0 +134.59,8.600000381469727,4784.0,0.010980963706970215,0.1367390900850296,1.9726873636245728,-0.015227533876895905,0.38840171694755554,0.6706137657165527,904.0,231424.0,3100.0268768600654,14811136.0 +117.33,8.899999618530273,4826.0,0.011502307839691639,0.1287028044462204,1.968106746673584,-0.013395690359175205,0.33217811584472656,0.6746423840522766,905.0,231680.0,3103.4221908028703,14827520.0 +121.98,8.899999618530273,4992.0,0.007745176088064909,0.0954386368393898,1.9698208570480347,-0.013135317713022232,0.4083159863948822,0.6623111069202423,906.0,231936.0,3106.7046393938363,14843904.0 +154.31,8.300000190734863,5007.0,0.008834336884319782,0.1156005859375,1.9815834760665894,-0.013755765743553638,0.47038233280181885,0.613436371088028,907.0,232192.0,3109.9774063788354,14860288.0 +105.74,8.800000190734863,5029.0,0.010306770913302898,0.12982177734375,1.992667555809021,-0.015140783973038197,0.31881001591682434,0.7017159163951874,908.0,232448.0,3113.23580895504,14876672.0 +121.42,8.800000190734863,4909.0,0.009560609236359596,0.12255859375,1.9749689102172852,-0.014625958167016506,0.3630593717098236,0.6873714923858643,909.0,232704.0,3116.5737235608976,14893056.0 +115.58,8.5,4914.0,0.007823132909834385,0.0969034805893898,2.0164852142333984,-0.013317149132490158,0.34548500180244446,0.7154630422592163,910.0,232960.0,3119.9080556938425,14909440.0 +141.07,8.5,4849.0,0.009340438060462475,0.11212158203125,2.0386838912963867,-0.013851421885192394,0.3586532771587372,0.6976194679737091,911.0,233216.0,3123.287784548942,14925824.0 +155.52,8.600000381469727,5116.0,0.010583057999610901,0.1253865510225296,2.0267553329467773,-0.012469105422496796,0.31340840458869934,0.7136653065681458,912.0,233472.0,3126.490841567982,14942208.0 +136.13,8.5,5047.0,0.008265725336968899,0.1027018204331398,2.0636627674102783,-0.012169363908469677,0.3275296986103058,0.6571689248085022,913.0,233728.0,3129.737533733947,14958592.0 +152.54,8.100000381469727,5092.0,0.008717050775885582,0.1129150390625,2.041524648666382,-0.010538041591644287,0.4520902931690216,0.615155428647995,914.0,233984.0,3132.9556740080006,14974976.0 +169.91,8.699999809265137,5184.0,0.00831899419426918,0.0961507186293602,2.0487818717956543,-0.013203593902289867,0.3212061822414398,0.6787668466567993,915.0,234240.0,3136.116811276879,14991360.0 +128.23,9.199999809265137,4804.0,0.011466015130281448,0.1360677033662796,2.0104665756225586,-0.01505177840590477,0.2410486787557602,0.7397758960723877,916.0,234496.0,3139.527347858995,15007744.0 +155.96,8.5,4844.0,0.009377331472933292,0.1039835587143898,2.03798770904541,-0.014159627258777618,0.3408006429672241,0.6939088404178619,917.0,234752.0,3142.910042186966,15024128.0 +113.17,9.199999809265137,4873.0,0.011572122573852539,0.1402587890625,2.0628535747528076,-0.01551708485931158,0.28080567717552185,0.7284563779830933,918.0,235008.0,3146.272993118968,15040512.0 +148.69,8.800000190734863,4573.0,0.009792830795049667,0.1200764998793602,2.086055278778076,-0.013794546015560627,0.27474918961524963,0.7333346307277679,919.0,235264.0,3149.8558270898648,15056896.0 +166.36,8.399999618530273,4498.0,0.009068761952221394,0.10809326171875,2.0633838176727295,-0.014398173429071903,0.3662243187427521,0.710318922996521,920.0,235520.0,3153.4985698459204,15073280.0 +125.27,8.399999618530273,5022.0,0.010551032610237598,0.1250406950712204,2.050926685333252,-0.015561026521027088,0.4141072928905487,0.6476922929286957,921.0,235776.0,3156.761591037968,15089664.0 +132.39,8.300000190734863,5184.0,0.009037350304424763,0.1077677384018898,2.0793676376342773,-0.010423819534480572,0.3471381366252899,0.6819244623184204,922.0,236032.0,3159.922473995015,15106048.0 +156.83,8.0,5167.0,0.00748659810051322,0.0925089493393898,2.049116611480713,-0.013502894900739193,0.41402745246887207,0.6593830585479736,923.0,236288.0,3163.093833866995,15122432.0 +183.51,7.800000190734863,5228.0,0.00907916110008955,0.1092529296875,2.072073459625244,-0.012303008697926998,0.3947800397872925,0.6740036904811859,924.0,236544.0,3166.228465955006,15138816.0 +184.31,8.600000381469727,4972.0,0.009313046000897884,0.11865234375,2.0517146587371826,-0.017354100942611694,0.36066243052482605,0.6921215951442719,925.0,236800.0,3169.524007020984,15155200.0 +118.83,9.0,4891.0,0.014316392131149769,0.1667887419462204,2.0694305896759033,-0.012261654250323772,0.2951909005641937,0.726873129606247,926.0,237056.0,3172.8741320690606,15171584.0 +139.2,8.300000190734863,4771.0,0.009671688079833984,0.1174519881606102,2.008324384689331,-0.014434926211833954,0.42124274373054504,0.6877463459968567,927.0,237312.0,3176.3083486040123,15187968.0 +96.66,8.800000190734863,4568.0,0.009825651533901691,0.1056111678481102,1.9818001985549927,-0.013646204955875874,0.4387662410736084,0.6976649463176727,928.0,237568.0,3179.8952152628917,15204352.0 +125.04,8.199999809265137,4649.0,0.008001873269677162,0.09478759765625,2.003751516342163,-0.015223566442728043,0.441025048494339,0.6991537809371948,929.0,237824.0,3183.420128084952,15220736.0 +125.63,8.5,4818.0,0.008245022036135197,0.0937703475356102,2.037912130355835,-0.012463361024856567,0.3379209339618683,0.7334591746330261,930.0,238080.0,3186.8212486018892,15237120.0 +160.52,8.100000381469727,4921.0,0.00829236302524805,0.10296630859375,2.0459516048431396,-0.0124388188123703,0.420788049697876,0.6802840530872345,931.0,238336.0,3190.1511571798474,15253504.0 +142.91,8.199999809265137,5051.0,0.008709090761840343,0.1077067032456398,2.061262369155884,-0.014061893336474895,0.36397361755371094,0.6889467537403107,932.0,238592.0,3193.395194282988,15269888.0 +160.64,8.0,4751.0,0.008049050346016884,0.0995890274643898,2.0521557331085205,-0.013928855769336224,0.4057733714580536,0.6630703210830688,933.0,238848.0,3196.844117664965,15286272.0 +146.36,8.699999809265137,5062.0,0.009008286520838737,0.1168009415268898,2.0763978958129883,-0.013093148358166218,0.2728785276412964,0.7662992626428604,934.0,239104.0,3200.081169222016,15302656.0 +178.02,8.5,4995.0,0.008439574390649796,0.10107421875,2.0732223987579346,-0.012867252342402935,0.3378654420375824,0.7177650928497314,935.0,239360.0,3203.3618581248447,15319040.0 +138.85,8.800000190734863,4944.0,0.008541622199118137,0.1045125350356102,2.0423455238342285,-0.013800285756587982,0.3227896988391876,0.7115954756736755,936.0,239616.0,3206.676006474998,15335424.0 +182.99,7.699999809265137,4880.0,0.007793473079800606,0.0924886092543602,2.073272228240967,-0.012808904983103275,0.427862286567688,0.6020060777664185,937.0,239872.0,3210.033686569892,15351808.0 +164.64,8.5,4776.0,0.008314120583236217,0.107666015625,2.0569040775299072,-0.013394731096923351,0.3453710973262787,0.6388530433177948,938.0,240128.0,3213.464510763064,15368192.0 +181.28,8.5,5050.0,0.007983150891959667,0.0997517928481102,2.046701431274414,-0.014089065603911877,0.34754443168640137,0.6459393799304962,939.0,240384.0,3216.709263473982,15384576.0 +162.69,8.199999809265137,5101.0,0.008014353923499584,0.09515380859375,2.0330817699432373,-0.015585154294967651,0.38163867592811584,0.6255808472633362,940.0,240640.0,3219.921572295949,15400960.0 +139.38,8.5,4487.0,0.008760795928537846,0.111572265625,1.9975061416625977,-0.011599645018577576,0.3844469487667084,0.6475396156311035,941.0,240896.0,3223.5737232780084,15417344.0 +155.49,8.300000190734863,4904.0,0.010960842482745647,0.1414387971162796,2.0037946701049805,-0.013500329107046127,0.3625495433807373,0.6904481053352356,942.0,241152.0,3226.9154514910188,15433728.0 +158.4,8.199999809265137,5046.0,0.009964602999389172,0.1211954727768898,1.9719901084899902,-0.012512944638729095,0.4291134178638458,0.6482433080673218,943.0,241408.0,3230.1628064638935,15450112.0 +112.56,8.5,5069.0,0.009547306224703789,0.1124267578125,1.9874478578567505,-0.0121535062789917,0.44037842750549316,0.6262822151184082,944.0,241664.0,3233.395358677022,15466496.0 +132.62,9.300000190734863,5085.0,0.010851592756807804,0.14056396484375,2.0289838314056396,-0.015629611909389496,0.1898203343153,0.769203320145607,945.0,241920.0,3236.6204518959858,15482880.0 +187.16,8.0,5089.0,0.009867780841886997,0.1209309920668602,2.0227150917053223,-0.011839599348604679,0.4632445275783539,0.6446714699268341,946.0,242176.0,3239.840330151841,15499264.0 +175.77,8.100000381469727,4950.0,0.009779814630746841,0.1199544295668602,2.0225107669830322,-0.012282784096896648,0.47455930709838867,0.6200325787067413,947.0,242432.0,3243.150876363041,15515648.0 +130.23,8.800000190734863,4712.0,0.008584723807871342,0.09979248046875,1.9958667755126953,-0.013197978027164936,0.36497998237609863,0.6638466715812683,948.0,242688.0,3246.6284439079463,15532032.0 +121.4,8.600000381469727,4730.0,0.011880661360919476,0.1342570036649704,2.0142955780029297,-0.011174961924552917,0.4115217924118042,0.6314760446548462,949.0,242944.0,3250.0925981530454,15548416.0 +159.63,8.699999809265137,4874.0,0.009941528551280499,0.12677001953125,2.0190396308898926,-0.012945818714797497,0.4162592589855194,0.6204821765422821,950.0,243200.0,3253.4546323560644,15564800.0 +100.85,8.899999618530273,4907.0,0.008886960335075855,0.1066691055893898,2.013761281967163,-0.014659174717962742,0.3405081033706665,0.6527462005615234,951.0,243456.0,3256.7936630370095,15581184.0 +158.92,8.0,4812.0,0.009921087883412838,0.1328328400850296,2.023188352584839,-0.011942338198423386,0.4473586082458496,0.5977166295051575,952.0,243712.0,3260.1990649038926,15597568.0 +144.95,8.300000190734863,4707.0,0.0091791320592165,0.1072591170668602,2.0029194355010986,-0.012996231205761433,0.4158662259578705,0.6608654260635376,953.0,243968.0,3263.6803583649453,15613952.0 +179.7,8.199999809265137,4926.0,0.009264900349080563,0.1153564453125,2.001751184463501,-0.010293698869645596,0.4257713854312897,0.6328380107879639,954.0,244224.0,3267.0065340448637,15630336.0 +124.59,8.899999618530273,4664.0,0.011230033822357655,0.13958740234375,2.0121352672576904,-0.014654041267931461,0.2750264108181,0.7338825464248657,955.0,244480.0,3270.5194586820435,15646720.0 +127.75,8.600000381469727,5041.0,0.01027593482285738,0.1232503280043602,2.0384557247161865,-0.012972886674106121,0.31126120686531067,0.7256636917591095,956.0,244736.0,3273.77005713596,15663104.0 +135.66,8.699999809265137,4654.0,0.00963528361171484,0.1215616837143898,2.0458028316497803,-0.014671609736979008,0.22995175421237946,0.71820268034935,957.0,244992.0,3277.29071128997,15679488.0 +208.59,7.599999904632568,4868.0,0.01380645390599966,0.15899658203125,2.031452178955078,-0.012522323988378048,0.4380240738391876,0.62666055560112,958.0,245248.0,3280.6572252488695,15695872.0 +157.4,8.399999618530273,4889.0,0.011013470590114594,0.1223551407456398,1.9892520904541016,-0.0154277877882123,0.35935255885124207,0.668297678232193,959.0,245504.0,3284.008926738985,15712256.0 +159.1,8.899999618530273,5108.0,0.011614292860031128,0.14508056640625,1.994194507598877,-0.014871782623231411,0.3063778579235077,0.7057570219039917,960.0,245760.0,3287.2170852569398,15728640.0 +146.83,8.399999618530273,4891.0,0.00954738911241293,0.1125895157456398,1.9996705055236816,-0.01156174298375845,0.3560240566730499,0.684260904788971,961.0,246016.0,3290.567282710923,15745024.0 +135.75,8.699999809265137,4705.0,0.010836273431777954,0.1366170197725296,2.023737668991089,-0.012568316422402859,0.27519455552101135,0.73141810297966,962.0,246272.0,3294.050049277954,15761408.0 +142.71,8.600000381469727,4493.0,0.012748096138238907,0.1543782502412796,2.0457558631896973,-0.015287868678569794,0.28136736154556274,0.7168070673942566,963.0,246528.0,3297.6969963479787,15777792.0 +194.0,8.699999809265137,4523.0,0.012967984192073345,0.1550699919462204,2.0570437908172607,-0.014359085820615292,0.27675706148147583,0.7396769523620605,964.0,246784.0,3301.319657200016,15794176.0 +212.9,7.599999904632568,4539.0,0.009411734528839588,0.1239827498793602,2.0141050815582275,-0.012587987817823887,0.5350840091705322,0.5996803343296051,965.0,247040.0,3304.9320529480465,15810560.0 +145.64,8.399999618530273,4796.0,0.011545989662408829,0.1369832307100296,2.0203959941864014,-0.014965417794883251,0.36214402318000793,0.7032429277896881,966.0,247296.0,3308.348569769878,15826944.0 +144.55,7.900000095367432,4443.0,0.008150544948875904,0.09539794921875,2.018920660018921,-0.01162908598780632,0.4924983084201813,0.6283477544784546,967.0,247552.0,3312.037040150957,15843328.0 +120.45,8.899999618530273,4576.0,0.01012007798999548,0.1223958358168602,1.9675111770629883,-0.017183447256684303,0.35008206963539124,0.745046079158783,968.0,247808.0,3315.618157692952,15859712.0 +100.63,8.800000190734863,4551.0,0.01015722006559372,0.1246541365981102,1.9744987487792969,-0.012916428036987782,0.3599323034286499,0.7338177263736725,969.0,248064.0,3319.2182895028964,15876096.0 +115.25,8.199999809265137,4638.0,0.009004701860249043,0.1055094376206398,2.046109437942505,-0.014743654988706112,0.3693656623363495,0.7132981419563293,970.0,248320.0,3322.751418636879,15892480.0 +131.03,8.399999618530273,4835.0,0.010764519684016705,0.1198526993393898,1.9941749572753906,-0.01320586632937193,0.40042969584465027,0.7341174781322479,971.0,248576.0,3326.1404975350015,15908864.0 +136.85,8.699999809265137,4833.0,0.010164367035031319,0.1247355118393898,1.9855393171310425,-0.01522438321262598,0.3384685814380646,0.7536608278751373,972.0,248832.0,3329.5310976619367,15925248.0 +156.74,8.0,4542.0,0.007517864461988211,0.0885213240981102,1.989646315574646,-0.0150755038484931,0.4464816749095917,0.7188946604728699,973.0,249088.0,3333.1384356659837,15941632.0 +129.77,7.900000095367432,4892.0,0.00876860786229372,0.1041666641831398,1.990193247795105,-0.013854768127202988,0.43887758255004883,0.7152509391307831,974.0,249344.0,3336.487870321842,15958016.0 +152.15,8.100000381469727,4402.0,0.008364934474229813,0.09918212890625,1.9936476945877075,-0.01348800864070654,0.438669353723526,0.6769231557846069,975.0,249600.0,3340.2097907029092,15974400.0 +126.56,8.699999809265137,4493.0,0.011289830319583416,0.1362711638212204,2.019648790359497,-0.01932600513100624,0.2711845636367798,0.7797309458255768,976.0,249856.0,3343.856366888853,15990784.0 +160.07,8.5,4711.0,0.010425842367112637,0.1301676481962204,2.00944447517395,-0.017281249165534973,0.30611565709114075,0.7815970331430435,977.0,250112.0,3347.3346833160613,16007168.0 +164.99,8.199999809265137,5156.0,0.00945748295634985,0.1201375350356102,2.0063493251800537,-0.01579352468252182,0.30376744270324707,0.7837271392345428,978.0,250368.0,3350.5126265760045,16023552.0 +163.69,8.0,4983.0,0.009354143403470516,0.1174723282456398,2.011857509613037,-0.014464800246059895,0.40978536009788513,0.7004778385162354,979.0,250624.0,3353.8011771249585,16039936.0 +129.5,8.800000190734863,4414.0,0.011990807950496674,0.14703369140625,1.9705885648727417,-0.016900910064578056,0.34248876571655273,0.7680302858352661,980.0,250880.0,3357.5130985579453,16056320.0 +146.11,8.600000381469727,4457.0,0.011758524924516678,0.1482950896024704,1.970559000968933,-0.016894293949007988,0.38167479634284973,0.7061942219734192,981.0,251136.0,3361.1893508080393,16072704.0 +142.14,8.199999809265137,4671.0,0.010935972444713116,0.13629150390625,1.9592779874801636,-0.015629442408680916,0.4368869960308075,0.6699445247650146,982.0,251392.0,3364.6973940948956,16089088.0 +121.46,8.399999618530273,4395.0,0.012048526667058468,0.1434733122587204,1.964241862297058,-0.015525187365710735,0.3596803843975067,0.7185286581516266,983.0,251648.0,3368.4257246188354,16105472.0 +189.26,8.0,4620.0,0.010238531045615673,0.1336466521024704,2.0236775875091553,-0.014672037214040756,0.3182585835456848,0.7051067054271698,984.0,251904.0,3371.972334763035,16121856.0 +186.68,8.300000190734863,4848.0,0.010963000357151031,0.138916015625,2.037513256072998,-0.013579018414020538,0.2957053482532501,0.7583578079938889,985.0,252160.0,3375.3521419749595,16138240.0 +192.32,8.300000190734863,5027.0,0.00900354515761137,0.10791015625,2.0251128673553467,-0.014375529251992702,0.318157434463501,0.767668291926384,986.0,252416.0,3378.6115872939117,16154624.0 +175.31,8.100000381469727,4802.0,0.009777604602277279,0.1190592423081398,2.051584005355835,-0.014169834554195404,0.33220186829566956,0.7451482117176056,987.0,252672.0,3382.023659515893,16171008.0 +177.75,8.100000381469727,4812.0,0.010771523229777813,0.1335856169462204,2.04923415184021,-0.016664141789078712,0.3414454758167267,0.7394303381443024,988.0,252928.0,3385.429219510872,16187392.0 +195.66,8.0,4659.0,0.0115383705124259,0.1487019807100296,2.0440335273742676,-0.0149024473503232,0.3344722092151642,0.6996355354785919,989.0,253184.0,3388.9465349859092,16203776.0 +160.54,8.300000190734863,4731.0,0.011551071889698505,0.1533610075712204,2.015014171600342,-0.0133271599188447,0.3082527220249176,0.7577017694711685,990.0,253440.0,3392.409687596839,16220160.0 +213.61,8.0,4735.0,0.010867919772863388,0.1293741911649704,2.0094025135040283,-0.014286652207374573,0.35431861877441406,0.7095421850681305,991.0,253696.0,3395.87017542799,16236544.0 +177.16,8.5,4779.0,0.01044719573110342,0.1388142853975296,2.064246416091919,-0.01483092736452818,0.21546532213687897,0.787362813949585,992.0,253952.0,3399.299476647051,16252928.0 +210.29,7.800000190734863,4625.0,0.011599450372159481,0.1579793244600296,2.0492522716522217,-0.013050839304924011,0.3535177707672119,0.724305123090744,993.0,254208.0,3402.8426198980305,16269312.0 +189.96,8.399999618530273,4716.0,0.009963669814169407,0.1162923201918602,2.0568974018096924,-0.015212059952318668,0.3380357325077057,0.7313404083251953,994.0,254464.0,3406.3173008130398,16285696.0 +175.79,8.300000190734863,4635.0,0.010663171298801899,0.13787841796875,2.0250473022460938,-0.012935911305248737,0.32016196846961975,0.7306272387504578,995.0,254720.0,3409.852382468991,16302080.0 +151.36,9.0,4387.0,0.011959685944020748,0.15826416015625,2.0261080265045166,-0.013440575450658798,0.24636419117450714,0.774723157286644,996.0,254976.0,3413.5946061778814,16318464.0 +149.72,8.300000190734863,4453.0,0.0098798843100667,0.1196085587143898,2.0108401775360107,-0.014033451676368713,0.3231824040412903,0.7026751339435577,997.0,255232.0,3417.274155743886,16334848.0 +209.64,8.100000381469727,4399.0,0.010905255563557148,0.1474812775850296,2.0416412353515625,-0.01268578041344881,0.25958454608917236,0.7488659620285034,998.0,255488.0,3420.9993870558683,16351232.0 +210.06,8.0,4755.0,0.011031086556613445,0.1113077774643898,2.0351054668426514,-0.013449515216052532,0.33818045258522034,0.7172886431217194,999.0,255744.0,3424.445609719027,16367616.0 +158.67,8.300000190734863,4936.0,0.009429204277694225,0.11932373046875,1.9984668493270874,-0.017214706167578697,0.35466286540031433,0.7499213516712189,1000.0,256000.0,3427.7650450440124,16384000.0 +201.4,8.100000381469727,4732.0,0.0112152099609375,0.1485392302274704,2.014155149459839,-0.01208455115556717,0.35312244296073914,0.7575319558382034,1001.0,256256.0,3431.22808214603,16400384.0 +193.73,8.300000190734863,4680.0,0.007786971982568502,0.0947672501206398,2.0575339794158936,-0.012842605821788311,0.25411760807037354,0.7915192246437073,1002.0,256512.0,3434.729362987913,16416768.0 +163.63,8.5,4599.0,0.011739988811314106,0.149169921875,2.0109119415283203,-0.017933806404471397,0.2222159057855606,0.799917921423912,1003.0,256768.0,3438.2925803510007,16433152.0 +189.65,8.199999809265137,4676.0,0.011516119353473186,0.1500447541475296,2.015460252761841,-0.014387451112270355,0.29968520998954773,0.7445324659347534,1004.0,257024.0,3441.7965652379207,16449536.0 +204.67,7.900000095367432,4719.0,0.009094977751374245,0.1141764298081398,1.9786852598190308,-0.013514908961951733,0.4555702209472656,0.7350872159004211,1005.0,257280.0,3445.268678063061,16465920.0 +134.73,8.5,4677.0,0.01036191824823618,0.1235555037856102,1.9673405885696411,-0.013314391486346722,0.38925325870513916,0.7831569910049438,1006.0,257536.0,3448.7722432429437,16482304.0 +127.81,8.600000381469727,4899.0,0.011986992321908474,0.136962890625,1.9774413108825684,-0.015719899907708168,0.3383452892303467,0.7674055397510529,1007.0,257792.0,3452.1172494960483,16498688.0 +125.83,8.699999809265137,4700.0,0.012784662656486034,0.1603800505399704,2.0087969303131104,-0.016703838482499123,0.2728390395641327,0.8055818378925323,1008.0,258048.0,3455.603249151027,16515072.0 +156.08,8.100000381469727,4513.0,0.010907969437539577,0.1273600310087204,1.9791345596313477,-0.01188832987099886,0.35195788741111755,0.7567485272884369,1009.0,258304.0,3459.233871599892,16531456.0 +164.27,8.399999618530273,4474.0,0.011348608881235123,0.1216837540268898,1.9964709281921387,-0.015478934161365032,0.3595936596393585,0.7708110511302948,1010.0,258560.0,3462.8969259329606,16547840.0 +121.12,8.399999618530273,4328.0,0.010038475506007671,0.1267496794462204,1.9512615203857422,-0.015657415613532066,0.37581667304039,0.8031084835529327,1011.0,258816.0,3466.6825395850465,16564224.0 +114.15,8.5,4620.0,0.011622101068496704,0.1275431364774704,1.9175900220870972,-0.018160559237003326,0.4276769161224365,0.7731634974479675,1012.0,259072.0,3470.2296453239396,16580608.0 +115.62,8.199999809265137,4627.0,0.010529696010053158,0.12469482421875,1.9071894884109497,-0.016003016382455826,0.4361592233181,0.7617134749889374,1013.0,259328.0,3473.7710909359157,16596992.0 +106.55,8.800000190734863,4460.0,0.010860703885555267,0.1323038786649704,1.9642311334609985,-0.017582254484295845,0.2788531482219696,0.7946034371852875,1014.0,259584.0,3477.444715952035,16613376.0 +128.52,8.800000190734863,4539.0,0.010447406210005283,0.12322998046875,1.9433284997940063,-0.017011335119605064,0.3338594436645508,0.7854310870170593,1015.0,259840.0,3481.0551007520407,16629760.0 +132.59,8.300000190734863,4829.0,0.008500530384480953,0.0984090194106102,1.925942063331604,-0.014489811845123768,0.5137463808059692,0.7148831486701965,1016.0,260096.0,3484.4483543208335,16646144.0 +110.25,8.800000190734863,4735.0,0.013224954716861248,0.14898681640625,1.9095481634140015,-0.018544074147939682,0.4181751310825348,0.7347973585128784,1017.0,260352.0,3487.9091216318775,16662528.0 +110.83,8.100000381469727,4822.0,0.00920709315687418,0.1063435897231102,1.9185692071914673,-0.014734729193150997,0.6036242246627808,0.6628048121929169,1018.0,260608.0,3491.307600283064,16678912.0 +127.6,8.5,4775.0,0.017669185996055603,0.13873291015625,1.9438329935073853,-0.016172489151358604,0.37778863310813904,0.7370724678039551,1019.0,260864.0,3494.739360983949,16695296.0 +140.57,8.300000190734863,4641.0,0.008896375074982643,0.1054280623793602,1.9227410554885864,-0.013865333050489426,0.4431767165660858,0.737204372882843,1020.0,261120.0,3498.2697930708528,16711680.0 +111.54,8.199999809265137,4392.0,0.009349632076919079,0.1121012344956398,1.9252957105636597,-0.01623712293803692,0.5163753032684326,0.6672552824020386,1021.0,261376.0,3502.0009495748673,16728064.0 +121.55,8.600000381469727,4354.0,0.012888781726360321,0.1375325471162796,1.9853450059890747,-0.01727789081633091,0.23755264282226562,0.7861584424972534,1022.0,261632.0,3505.7639618490357,16744448.0 +127.47,8.5,4363.0,0.012277338653802872,0.14971923828125,1.9805577993392944,-0.014734302647411823,0.38962337374687195,0.7053850889205933,1023.0,261888.0,3509.5196424508467,16760832.0 +138.88,9.0,4471.0,0.01106946263462305,0.1305135041475296,1.9282132387161255,-0.0168685894459486,0.35003557801246643,0.7109224200248718,1024.0,262144.0,3513.1842495428864,16777216.0 +172.72,8.0,4646.0,0.009948554448783398,0.0987141951918602,1.979599118232727,-0.0151461036875844,0.43864449858665466,0.6791309118270874,1025.0,262400.0,3516.710838702973,16793600.0 +134.56,8.600000381469727,4607.0,0.008743003942072392,0.1090901717543602,1.9596718549728394,-0.016326826065778732,0.35701242089271545,0.7152255773544312,1026.0,262656.0,3520.2678512840066,16809984.0 +103.61,9.100000381469727,4546.0,0.009542500600218773,0.11083984375,1.9730323553085327,-0.015812711790204048,0.30342480540275574,0.7207114398479462,1027.0,262912.0,3523.872789832065,16826368.0 +172.15,8.300000190734863,4533.0,0.010649897158145905,0.13055419921875,1.9739702939987183,-0.013807439245283604,0.40208056569099426,0.6614720225334167,1028.0,263168.0,3527.4875015479047,16842752.0 +159.53,8.399999618530273,4458.0,0.010236532427370548,0.1162312850356102,1.944926142692566,-0.014862786047160625,0.4488023817539215,0.6268954575061798,1029.0,263424.0,3531.1628187480383,16859136.0 +119.35,8.600000381469727,4318.0,0.009883238933980465,0.12054443359375,1.9167532920837402,-0.016108842566609383,0.4057806730270386,0.6870431303977966,1030.0,263680.0,3534.9574622549117,16875520.0 +108.74,9.100000381469727,4525.0,0.010268323123455048,0.12371826171875,1.9356399774551392,-0.015867119655013084,0.3897216320037842,0.7149523794651031,1031.0,263936.0,3538.5783418419305,16891904.0 +108.19,8.699999809265137,4460.0,0.010900908149778843,0.1299845427274704,1.9626760482788086,-0.014675711281597614,0.3413051664829254,0.729407012462616,1032.0,264192.0,3542.2521482619923,16908288.0 +98.22,8.699999809265137,4488.0,0.009033923968672752,0.1122029647231102,1.9609462022781372,-0.01596255972981453,0.46630701422691345,0.6900327801704407,1033.0,264448.0,3545.9034406850114,16924672.0 +152.83,8.0,4498.0,0.00796439778059721,0.1015625,1.9793076515197754,-0.013289601542055607,0.4934743344783783,0.6472041606903076,1034.0,264704.0,3549.5463051348925,16941056.0 +119.53,8.600000381469727,4608.0,0.009222147054970264,0.1173299178481102,1.9673563241958618,-0.016572657972574234,0.3924309015274048,0.7134810388088226,1035.0,264960.0,3553.1061262488365,16957440.0 +87.67,8.899999618530273,4539.0,0.009663918055593967,0.1080525740981102,1.988033413887024,-0.015623877756297588,0.29831191897392273,0.7453939914703369,1036.0,265216.0,3556.716396773001,16973824.0 +150.51,8.399999618530273,4471.0,0.010596374981105328,0.1245320662856102,2.0143401622772217,-0.012808571569621563,0.38429775834083557,0.7086560428142548,1037.0,265472.0,3560.380986043019,16990208.0 +198.79,8.5,4438.0,0.0107885105535388,0.13507080078125,2.008148431777954,-0.014058542437851429,0.3298223316669464,0.7301170825958252,1038.0,265728.0,3564.0731860878877,17006592.0 +143.72,9.0,4480.0,0.01209279615432024,0.1483357697725296,1.96291983127594,-0.01604413241147995,0.2907043695449829,0.796856015920639,1039.0,265984.0,3567.730367121054,17022976.0 +136.92,8.600000381469727,4975.0,0.010579031892120838,0.12664794921875,1.9618042707443237,-0.013659792952239513,0.3608609735965729,0.7284833192825317,1040.0,266240.0,3571.024452036014,17039360.0 +116.61,8.800000190734863,4620.0,0.009287946857511997,0.1139322891831398,1.944642186164856,-0.01525374036282301,0.3508429527282715,0.7222842872142792,1041.0,266496.0,3574.571391821839,17055744.0 +100.81,9.100000381469727,4525.0,0.01117426622658968,0.13616943359375,1.9299020767211914,-0.016828902065753937,0.3389016091823578,0.7273308038711548,1042.0,266752.0,3578.1921950238757,17072128.0 +137.58,8.199999809265137,4626.0,0.00881254393607378,0.1103108748793602,1.9241358041763306,-0.013621862977743149,0.4858083724975586,0.6648489236831665,1043.0,267008.0,3581.7341934680007,17088512.0 +108.47,9.100000381469727,4676.0,0.011385218240320683,0.138671875,1.9439154863357544,-0.01413519773632288,0.30558571219444275,0.7456476390361786,1044.0,267264.0,3585.2387559709605,17104896.0 +117.23,8.5,4729.0,0.010036277584731579,0.1266886442899704,1.993587613105774,-0.013422340154647827,0.3926981985569,0.691632866859436,1045.0,267520.0,3588.703974941047,17121280.0 +118.02,8.600000381469727,4516.0,0.008425622247159481,0.1016845703125,1.9913774728775024,-0.014116167090833187,0.3912915885448456,0.7024157345294952,1046.0,267776.0,3592.3327235300094,17137664.0 +154.86,8.600000381469727,4444.0,0.00967724621295929,0.1088663712143898,1.9830670356750488,-0.013944917358458042,0.3588508069515228,0.7087019383907318,1047.0,268032.0,3596.019508874044,17154048.0 +127.83,8.600000381469727,4730.0,0.009073863737285137,0.1077880859375,1.9663316011428833,-0.014858633279800415,0.32013770937919617,0.7117286324501038,1048.0,268288.0,3599.4843487848993,17170432.0 +151.11,8.300000190734863,4875.0,0.007042032200843096,0.07928466796875,1.963548183441162,-0.014204300008714199,0.4232219457626343,0.6175674200057983,1049.0,268544.0,3602.845668468857,17186816.0 +159.41,7.800000190734863,4545.0,0.009222039021551609,0.1070760115981102,1.9674676656723022,-0.014809928834438324,0.46221327781677246,0.6270946860313416,1050.0,268800.0,3606.451072963886,17203200.0 +143.42,8.199999809265137,4518.0,0.007447943557053804,0.0893961563706398,1.9935981035232544,-0.012187833897769451,0.4598376452922821,0.594981461763382,1051.0,269056.0,3610.0779561698437,17219584.0 +149.4,8.800000190734863,4815.0,0.00905162189155817,0.10394287109375,1.9586316347122192,-0.014917432330548763,0.3245861530303955,0.6774543225765228,1052.0,269312.0,3613.481340823928,17235968.0 +137.26,8.800000190734863,4603.0,0.011947494931519032,0.1447957307100296,1.9352861642837524,-0.017158186063170433,0.317266583442688,0.6933552622795105,1053.0,269568.0,3617.0412544540595,17252352.0 +122.52,8.399999618530273,4439.0,0.010526466183364391,0.1343587189912796,1.9254566431045532,-0.011601441539824009,0.5081740021705627,0.5936607718467712,1054.0,269824.0,3620.7327448418364,17268736.0 +83.79,8.699999809265137,4379.0,0.007425274699926376,0.0909220352768898,1.9317494630813599,-0.01347818598151207,0.4389225244522095,0.6334753334522247,1055.0,270080.0,3624.4745672559366,17285120.0 +150.33,8.399999618530273,4434.0,0.007585098966956139,0.09112548828125,1.9210299253463745,-0.014786689542233944,0.47693946957588196,0.6042089760303497,1056.0,270336.0,3628.170345624909,17301504.0 +101.32,8.800000190734863,4709.0,0.008415858261287212,0.0975138321518898,1.9337239265441895,-0.01408812403678894,0.41349729895591736,0.6389464437961578,1057.0,270592.0,3631.6498315848876,17317888.0 +81.73,9.0,4878.0,0.010234970599412918,0.1122029647231102,1.9239615201950073,-0.015454181469976902,0.4443468749523163,0.6318834125995636,1058.0,270848.0,3635.0093573329505,17334272.0 +101.77,8.600000381469727,4727.0,0.008434797637164593,0.0950113907456398,1.9272857904434204,-0.016397161409258842,0.5004714727401733,0.616008460521698,1059.0,271104.0,3638.4761107368395,17350656.0 +140.03,8.100000381469727,4770.0,0.007463919464498758,0.0879109725356102,1.9478777647018433,-0.013715037144720554,0.4722602367401123,0.6342101395130157,1060.0,271360.0,3641.9117962920573,17367040.0 +113.2,8.600000381469727,4538.0,0.008586130104959011,0.1044718399643898,1.9456024169921875,-0.015182167291641235,0.42900916934013367,0.6474679708480835,1061.0,271616.0,3645.522915747948,17383424.0 +122.05,8.699999809265137,4569.0,0.010440622456371784,0.1347859650850296,1.9460002183914185,-0.013024989515542984,0.31269359588623047,0.7027186751365662,1062.0,271872.0,3649.1093410758767,17399808.0 +160.06,8.100000381469727,4642.0,0.009168142452836037,0.1090494766831398,1.9127979278564453,-0.013980627991259098,0.4576167166233063,0.6089337766170502,1063.0,272128.0,3652.639151799027,17416192.0 +115.36,9.199999809265137,4581.0,0.011302505619823933,0.1356404572725296,1.93848717212677,-0.01451350748538971,0.2557244598865509,0.7111923694610596,1064.0,272384.0,3656.215842322912,17432576.0 +114.53,8.699999809265137,4808.0,0.007797774393111467,0.08624267578125,1.9424420595169067,-0.01335506048053503,0.4161948263645172,0.6356063485145569,1065.0,272640.0,3659.6244261888787,17448960.0 +137.25,8.600000381469727,4825.0,0.008462504483759403,0.0977986678481102,1.9814252853393555,-0.013924364931881428,0.3176250755786896,0.6686858534812927,1066.0,272896.0,3663.0207346379757,17465344.0 +185.24,8.5,4708.0,0.012111454270780087,0.1513264924287796,1.9695487022399902,-0.01468288991600275,0.2960485517978668,0.7017012238502502,1067.0,273152.0,3666.5010231039487,17481728.0 +137.39,8.199999809265137,4327.0,0.011514869518578053,0.1488850861787796,1.965910792350769,-0.010514290072023869,0.44879665970802307,0.6662249565124512,1068.0,273408.0,3670.288192057982,17498112.0 +136.22,9.199999809265137,4617.0,0.012230944819748402,0.1468912810087204,1.9632668495178223,-0.017102090641856194,0.28916987776756287,0.7339700758457184,1069.0,273664.0,3673.8374240030535,17514496.0 +131.3,8.800000190734863,4775.0,0.012798522599041462,0.1389973908662796,1.9552868604660034,-0.014719773083925247,0.3766167461872101,0.6926126182079315,1070.0,273920.0,3677.269383454928,17530880.0 +120.32,8.399999618530273,4593.0,0.011862288229167461,0.1179402694106102,1.990524411201477,-0.014249076135456562,0.40058815479278564,0.677475780248642,1071.0,274176.0,3680.8369346039835,17547264.0 +117.02,8.399999618530273,4771.0,0.00996143463999033,0.1189982071518898,1.981676697731018,-0.015892649069428444,0.40804174542427063,0.6840255558490753,1072.0,274432.0,3684.2717377848458,17563648.0 +128.26,8.5,4793.0,0.014897380955517292,0.17449951171875,1.9629316329956055,-0.01296702865511179,0.3666013479232788,0.7268310189247131,1073.0,274688.0,3687.6907581998967,17580032.0 +165.96,8.0,4928.0,0.009397613815963268,0.1153767928481102,1.9787594079971313,-0.01640765182673931,0.3740982711315155,0.7172338664531708,1074.0,274944.0,3691.0157341640443,17596416.0 +153.6,8.699999809265137,4891.0,0.014833093620836735,0.1631876677274704,1.9798870086669922,-0.016376575455069542,0.3139840066432953,0.7452375590801239,1075.0,275200.0,3694.3661621739157,17612800.0 +91.03,9.399999618530273,4596.0,0.014136512763798237,0.1568400114774704,1.9954982995986938,-0.016582472249865532,0.27598151564598083,0.7736251205205917,1076.0,275456.0,3697.9312915438786,17629184.0 +200.46,8.0,4300.0,0.011549524031579494,0.1468709260225296,2.007296323776245,-0.013204406015574932,0.4044692814350128,0.7039289474487305,1077.0,275712.0,3701.742088438943,17645568.0 +152.02,9.0,4438.0,0.013594343326985836,0.1527303010225296,1.9498748779296875,-0.015558368526399136,0.3159230053424835,0.725493460893631,1078.0,275968.0,3705.434109827038,17661952.0 +81.77,9.0,4735.0,0.013573072850704193,0.1481730192899704,1.9215084314346313,-0.01611468754708767,0.3854016959667206,0.7147711515426636,1079.0,276224.0,3708.8947860938497,17678336.0 +115.22,8.5,4659.0,0.00949082151055336,0.11761474609375,1.93026864528656,-0.015075386501848698,0.5731473565101624,0.6541400253772736,1080.0,276480.0,3712.4117501629516,17694720.0 +90.78,8.600000381469727,4764.0,0.011122743599116802,0.1143595352768898,1.9401971101760864,-0.014844284392893314,0.4416755139827728,0.6921941637992859,1081.0,276736.0,3715.851068377029,17711104.0 +113.68,8.899999618530273,4633.0,0.013977768830955029,0.1612955778837204,1.9981969594955444,-0.017703266814351082,0.3496491014957428,0.7193507850170135,1082.0,276992.0,3719.3884939958807,17727488.0 +107.75,8.800000190734863,4541.0,0.013142618350684643,0.1583048552274704,1.9713455438613892,-0.01765464060008526,0.3593014180660248,0.7270024716854095,1083.0,277248.0,3722.9973122680094,17743872.0 +146.87,8.199999809265137,4700.0,0.008982595056295395,0.1094767227768898,1.955875039100647,-0.013332406990230083,0.46075543761253357,0.6734817028045654,1084.0,277504.0,3726.4840148598887,17760256.0 +162.06,8.5,4773.0,0.012044813483953476,0.13848876953125,1.9482978582382202,-0.01673095114529133,0.4275375306606293,0.704245537519455,1085.0,277760.0,3729.9175679080654,17776640.0 +129.71,8.800000190734863,4871.0,0.009618970565497875,0.12066650390625,1.9676551818847656,-0.012763057835400105,0.4375171959400177,0.6652834415435791,1086.0,278016.0,3733.2812093449757,17793024.0 +97.9,9.100000381469727,4759.0,0.012085123918950558,0.15155029296875,1.9815846681594849,-0.01617552898824215,0.27477341890335083,0.7805980294942856,1087.0,278272.0,3736.724405431887,17809408.0 +139.47,8.5,4924.0,0.011683464050292969,0.13311767578125,1.953887939453125,-0.015460210852324963,0.3884536325931549,0.7265093922615051,1088.0,278528.0,3740.0523674660362,17825792.0 +86.2,8.600000381469727,5145.0,0.010329696349799633,0.11871337890625,1.904905915260315,-0.016753479838371277,0.5572715401649475,0.6572981476783752,1089.0,278784.0,3743.2405676860362,17842176.0 +108.63,8.899999618530273,4867.0,0.012534249573946,0.1355794221162796,1.940896987915039,-0.01657932810485363,0.31506985425949097,0.7590956687927246,1090.0,279040.0,3746.607078010915,17858560.0 +103.19,8.800000190734863,4612.0,0.012436228804290295,0.1471354216337204,1.9714123010635376,-0.016073694452643394,0.31979307532310486,0.7102032005786896,1091.0,279296.0,3750.160547242034,17874944.0 +116.89,8.600000381469727,4605.0,0.009789000265300274,0.1208902969956398,1.9653863906860352,-0.014897145330905914,0.4272667467594147,0.6633959114551544,1092.0,279552.0,3753.718734219903,17891328.0 +168.96,8.399999618530273,4784.0,0.00870711449533701,0.1004435196518898,1.980491280555725,-0.014694207347929478,0.40733790397644043,0.6769817769527435,1093.0,279808.0,3757.143944457872,17907712.0 +107.32,8.699999809265137,4731.0,0.009334122762084007,0.1141560897231102,1.9765111207962036,-0.016539253294467926,0.36648035049438477,0.6881302893161774,1094.0,280064.0,3760.6075484328903,17924096.0 +118.41,8.899999618530273,4971.0,0.010943758301436901,0.14031982421875,2.023822069168091,-0.014796867035329342,0.30534639954566956,0.718320220708847,1095.0,280320.0,3763.9040652019903,17940480.0 +151.22,8.800000190734863,4693.0,0.00942984875291586,0.1196492537856102,2.0400733947753906,-0.014174573123455048,0.2776956260204315,0.7325500547885895,1096.0,280576.0,3767.3955084648915,17956864.0 +150.35,8.100000381469727,4866.0,0.009314636699855328,0.1098225936293602,2.019429922103882,-0.011041932739317417,0.4039802849292755,0.6831414699554443,1097.0,280832.0,3770.7628581139725,17973248.0 +171.11,8.199999809265137,4495.0,0.01007330883294344,0.12274169921875,2.0434510707855225,-0.014252171851694584,0.40504375100135803,0.6675028800964355,1098.0,281088.0,3774.408404650865,17989632.0 +123.64,8.600000381469727,4620.0,0.00865883007645607,0.1013387069106102,2.021719217300415,-0.015193529427051544,0.3875305950641632,0.6505996584892273,1099.0,281344.0,3777.955367677845,18006016.0 +131.58,8.699999809265137,4714.0,0.012207664549350739,0.1247355118393898,1.9849754571914673,-0.016320614144206047,0.3638104200363159,0.7128898501396179,1100.0,281600.0,3781.4319358279463,18022400.0 +154.56,8.300000190734863,4609.0,0.008639748208224773,0.1018880233168602,2.0213401317596436,-0.015081719495356083,0.41777682304382324,0.6620370447635651,1101.0,281856.0,3784.986975079868,18038784.0 +148.29,8.100000381469727,4629.0,0.011411621235311031,0.1459757536649704,2.028686285018921,-0.014311105012893677,0.3889862596988678,0.6975145936012268,1102.0,282112.0,3788.526613330934,18055168.0 +116.62,8.899999618530273,4785.0,0.011051219888031483,0.13427734375,2.000959873199463,-0.016443034633994102,0.3112926483154297,0.7597861588001251,1103.0,282368.0,3791.9509800970554,18071552.0 +124.82,8.600000381469727,4659.0,0.009562762454152107,0.1194254532456398,2.046812057495117,-0.01329032238572836,0.4393228590488434,0.6587344408035278,1104.0,282624.0,3795.4680931139737,18087936.0 +144.7,8.800000190734863,4780.0,0.011309891939163208,0.1417236328125,2.0625667572021484,-0.017612235620617867,0.30969417095184326,0.7235192060470581,1105.0,282880.0,3798.8960063080303,18104320.0 +112.59,8.600000381469727,4738.0,0.011524257250130177,0.1293538361787796,2.0235273838043213,-0.014956478960812092,0.3953036069869995,0.7019073069095612,1106.0,283136.0,3802.3545407720376,18120704.0 +143.28,9.0,4584.0,0.011747107841074467,0.143310546875,2.0342230796813965,-0.015128367580473423,0.27791860699653625,0.7558904439210892,1107.0,283392.0,3805.928835030878,18137088.0 +157.24,8.199999809265137,4456.0,0.010825101286172867,0.1373291015625,2.006509304046631,-0.014605144970119,0.41945111751556396,0.6644884347915649,1108.0,283648.0,3809.6057553258725,18153472.0 +130.77,8.5,4538.0,0.010793457739055157,0.1403605192899704,1.979079246520996,-0.015398532152175903,0.4888852834701538,0.6450088322162628,1109.0,283904.0,3813.2168284468353,18169856.0 +134.52,8.5,4445.0,0.011399351991713047,0.13104248046875,2.040684461593628,-0.01583515666425228,0.28230300545692444,0.720839262008667,1110.0,284160.0,3816.902958117891,18186240.0 +148.43,8.899999618530273,4657.0,0.010186820290982723,0.1258544921875,2.011690855026245,-0.016087612137198448,0.28034332394599915,0.7266268134117126,1111.0,284416.0,3820.4215199169703,18202624.0 +132.48,8.699999809265137,4903.0,0.008612767793238163,0.1054484024643898,2.0069997310638428,-0.013936781324446201,0.3745156228542328,0.7100411951541901,1112.0,284672.0,3823.7640899890102,18219008.0 +127.14,8.0,4837.0,0.009971278719604015,0.1240437850356102,1.9977439641952515,-0.016417955979704857,0.4445822238922119,0.6873725056648254,1113.0,284928.0,3827.1516121919267,18235392.0 +127.43,8.800000190734863,5028.0,0.011099337600171566,0.1292521208524704,1.9925909042358398,-0.01646306738257408,0.2902352809906006,0.7504469007253647,1114.0,285184.0,3830.410310406005,18251776.0 +93.3,9.199999809265137,4767.0,0.011433939449489117,0.1359659880399704,1.9665406942367554,-0.014943413436412811,0.3483368158340454,0.7008215487003326,1115.0,285440.0,3833.8479800538626,18268160.0 +140.38,8.399999618530273,4648.0,0.00943689700216055,0.11920166015625,1.9729524850845337,-0.01308082789182663,0.44541168212890625,0.6603735387325287,1116.0,285696.0,3837.373587359907,18284544.0 +118.69,9.0,4683.0,0.009890894405543804,0.1216837540268898,1.9931687116622925,-0.016416190192103386,0.3520415127277374,0.6813000738620758,1117.0,285952.0,3840.872762899846,18300928.0 +96.92,9.0,5036.0,0.01229103934019804,0.1395467072725296,1.9721969366073608,-0.017243770882487297,0.2802286446094513,0.7527247816324234,1118.0,286208.0,3844.126546752872,18317312.0 +131.62,9.0,4931.0,0.011134848929941654,0.1376953125,1.9716854095458984,-0.013797365128993988,0.3606826364994049,0.719724714756012,1119.0,286464.0,3847.4493478699587,18333696.0 +153.37,8.600000381469727,4963.0,0.008165169507265091,0.0917154923081398,1.9270020723342896,-0.01451671402901411,0.4137416183948517,0.6768711507320404,1120.0,286720.0,3850.7512076350395,18350080.0 +95.89,8.899999618530273,4851.0,0.00934146624058485,0.1065673828125,1.924535870552063,-0.015352308750152588,0.4267458915710449,0.6613678634166718,1121.0,286976.0,3854.1299273949116,18366464.0 +95.43,9.0,5060.0,0.009263346903026104,0.1057332381606102,1.9351328611373901,-0.014092261902987957,0.45071589946746826,0.605646938085556,1122.0,287232.0,3857.368225063896,18382848.0 +111.16,9.300000190734863,4907.0,0.010959657840430737,0.13299560546875,1.9465341567993164,-0.01761496253311634,0.22925417125225067,0.749311625957489,1123.0,287488.0,3860.7077369999606,18399232.0 +98.68,9.100000381469727,4993.0,0.009490092284977436,0.1158650740981102,1.9388798475265503,-0.015051688998937607,0.2923569977283478,0.6838906705379486,1124.0,287744.0,3863.993702285923,18415616.0 +114.62,8.899999618530273,4690.0,0.011423971503973007,0.1330159455537796,1.9414753913879395,-0.017427552491426468,0.37044763565063477,0.6490503549575806,1125.0,288000.0,3867.487177032046,18432000.0 +135.73,8.5,4772.0,0.009639541618525982,0.1253458708524704,1.9090825319290161,-0.010522584430873394,0.4971233308315277,0.6209321022033691,1126.0,288256.0,3870.921683553839,18448384.0 +92.68,9.300000190734863,4763.0,0.012770640663802624,0.13348388671875,1.9237279891967773,-0.014978540129959583,0.4149567782878876,0.6059066355228424,1127.0,288512.0,3874.3622113089077,18464768.0 +69.55,8.899999618530273,4809.0,0.011094302870333195,0.125,1.9107646942138672,-0.013203579932451248,0.512491762638092,0.5592849254608154,1128.0,288768.0,3877.7697857050225,18481152.0 +129.11,8.300000190734863,4651.0,0.009187993593513966,0.1102498397231102,1.9235568046569824,-0.01288741733878851,0.4583425521850586,0.5985307097434998,1129.0,289024.0,3881.292775291018,18497536.0 +93.28,8.800000190734863,4460.0,0.007714660372585058,0.0962727889418602,1.9390062093734741,-0.012918771244585514,0.5000714659690857,0.5949060618877411,1130.0,289280.0,3884.9764688769355,18513920.0 +86.77,9.300000190734863,4561.0,0.011350716464221478,0.13671875,1.9714951515197754,-0.01642320677638054,0.3082497715950012,0.6800539493560791,1131.0,289536.0,3888.569246019004,18530304.0 +126.75,8.199999809265137,4964.0,0.007967165671288967,0.0983072891831398,1.9623770713806152,-0.012981869280338287,0.42220309376716614,0.6409036219120026,1132.0,289792.0,3891.8703224470373,18546688.0 +133.92,9.0,4864.0,0.011689714156091213,0.12652587890625,1.95801842212677,-0.015606728382408619,0.31969574093818665,0.6900563836097717,1133.0,290048.0,3895.2392641508486,18563072.0 +101.98,8.899999618530273,4983.0,0.010603566654026508,0.1277669221162796,1.9689871072769165,-0.012046809308230877,0.4152804911136627,0.5974879264831543,1134.0,290304.0,3898.5273409059737,18579456.0 +140.43,8.199999809265137,4446.0,0.00902887899428606,0.0964762344956398,1.9792951345443726,-0.011774850077927113,0.42727312445640564,0.6385715007781982,1135.0,290560.0,3902.2125447790604,18595840.0 +142.8,8.300000190734863,4660.0,0.009203498251736164,0.1086018905043602,2.013777494430542,-0.015791645273566246,0.32871004939079285,0.6668860912322998,1136.0,290816.0,3905.728673628997,18612224.0 +127.27,9.0,4891.0,0.013311251066625118,0.15704345703125,1.9885106086730957,-0.01411857083439827,0.26757580041885376,0.7371066808700562,1137.0,291072.0,3909.0789448430296,18628608.0 +144.14,8.800000190734863,4739.0,0.008776294998824596,0.1109822615981102,2.001777172088623,-0.014853966422379017,0.2785937786102295,0.7530878484249115,1138.0,291328.0,3912.537479427876,18644992.0 +150.48,9.0,4588.0,0.010466919280588627,0.1219685897231102,1.9970442056655884,-0.01594899781048298,0.257335901260376,0.7406500279903412,1139.0,291584.0,3916.1087445348967,18661376.0 +145.1,8.800000190734863,4568.0,0.011517397128045559,0.1413370817899704,2.00675106048584,-0.015257167629897594,0.2765515148639679,0.7478101253509521,1140.0,291840.0,3919.695686546853,18677760.0 +125.29,9.100000381469727,4464.0,0.010423802770674229,0.1343994140625,1.981860637664795,-0.014885312877595425,0.25026270747184753,0.7721447646617889,1141.0,292096.0,3923.3666211459786,18694144.0 +164.08,8.300000190734863,4687.0,0.010230128653347492,0.1252034455537796,2.0143661499023438,-0.014644906856119633,0.28757038712501526,0.7267516255378723,1142.0,292352.0,3926.8625892619602,18710528.0 +184.97,8.300000190734863,4587.0,0.010379711166024208,0.1117350235581398,2.0307962894439697,-0.01239384338259697,0.2638912796974182,0.7251905202865601,1143.0,292608.0,3930.4383758939803,18726912.0 +201.97,8.5,4961.0,0.01280915830284357,0.1419474333524704,2.0096213817596436,-0.01629623956978321,0.2707228362560272,0.7226765751838684,1144.0,292864.0,3933.7416475859936,18743296.0 +221.67,8.5,4845.0,0.013332228176295757,0.16357421875,1.9829045534133911,-0.01522070448845625,0.32002052664756775,0.6956242620944977,1145.0,293120.0,3937.1233807769604,18759680.0 +143.4,8.600000381469727,4942.0,0.010903451591730118,0.1392822265625,1.9487895965576172,-0.01576305367052555,0.33934473991394043,0.7041042149066925,1146.0,293376.0,3940.438961250009,18776064.0 +145.03,8.5,4751.0,0.012568265199661255,0.1549886018037796,2.0322649478912354,-0.017106004059314728,0.24542354047298431,0.7495763301849365,1147.0,293632.0,3943.8884358659852,18792448.0 +169.45,7.900000095367432,4849.0,0.012872898019850254,0.1526896208524704,2.027743101119995,-0.01589270494878292,0.3451237976551056,0.6925765872001648,1148.0,293888.0,3947.2679671358783,18808832.0 +180.15,8.300000190734863,4859.0,0.012973323464393616,0.1618448942899704,1.9777239561080933,-0.017274299636483192,0.3525283634662628,0.7107718884944916,1149.0,294144.0,3950.640046356013,18825216.0 +170.49,8.399999618530273,4769.0,0.010487054474651814,0.1374308317899704,1.9711958169937134,-0.012413390912115574,0.4380986988544464,0.6607403755187988,1150.0,294400.0,3954.076282925904,18841600.0 +107.86,9.100000381469727,4717.0,0.01300876960158348,0.1534627228975296,1.9372955560684204,-0.016937460750341415,0.2722422778606415,0.7572327852249146,1151.0,294656.0,3957.5503137588967,18857984.0 +136.61,8.5,4960.0,0.010553480125963688,0.1317952424287796,1.9443711042404175,-0.016322551295161247,0.3798491954803467,0.7032178640365601,1152.0,294912.0,3960.854453088017,18874368.0 +144.75,8.800000190734863,4843.0,0.013096611015498638,0.1365763396024704,1.9386545419692993,-0.01642654836177826,0.3454802930355072,0.6951745748519897,1153.0,295168.0,3964.238117726054,18890752.0 +124.61,8.399999618530273,4841.0,0.013263820670545101,0.160400390625,1.9449132680892944,-0.012600616551935673,0.376349538564682,0.6732862591743469,1154.0,295424.0,3967.622988093877,18907136.0 +132.66,8.600000381469727,4580.0,0.011902865022420883,0.14263916015625,1.9200115203857422,-0.014419379644095898,0.40747711062431335,0.6973970532417297,1155.0,295680.0,3971.200477358885,18923520.0 +155.49,8.899999618530273,4441.0,0.011554110795259476,0.1465250700712204,1.9219880104064941,-0.016633784398436546,0.30690035223960876,0.7313033640384674,1156.0,295936.0,3974.890773467021,18939904.0 +131.42,8.899999618530273,4447.0,0.010789883323013783,0.1341145783662796,1.952653408050537,-0.01570463739335537,0.3004758059978485,0.7374667525291443,1157.0,296192.0,3978.5750046698377,18956288.0 +136.42,8.600000381469727,4877.0,0.00981874205172062,0.1290690153837204,1.9699448347091675,-0.01641671173274517,0.27509307861328125,0.7434863448143005,1158.0,296448.0,3981.9345803188626,18972672.0 +137.54,8.5,4833.0,0.010817392729222775,0.1302897185087204,1.9408378601074219,-0.014951780438423157,0.3831831216812134,0.6696404218673706,1159.0,296704.0,3985.324794502929,18989056.0 +146.72,9.0,4915.0,0.012039330787956715,0.135009765625,1.9367119073867798,-0.015118508599698544,0.329371839761734,0.7214932441711426,1160.0,296960.0,3988.6586213819683,19005440.0 +136.49,8.300000190734863,4858.0,0.011153015308082104,0.1327718049287796,1.9300140142440796,-0.01220813300460577,0.3944004774093628,0.6780911087989807,1161.0,297216.0,3992.0317502960097,19021824.0 +110.79,8.899999618530273,4859.0,0.011592515744268894,0.13916015625,1.9385457038879395,-0.018010877072811127,0.27764037251472473,0.749723494052887,1162.0,297472.0,3995.4041293349583,19038208.0 +135.39,8.800000190734863,4937.0,0.010638241656124592,0.1312459260225296,1.916519284248352,-0.01497582346200943,0.33579298853874207,0.7476144731044769,1163.0,297728.0,3998.723196459003,19054592.0 +124.51,8.600000381469727,4780.0,0.013157889246940613,0.1547037810087204,1.8647726774215698,-0.016149315983057022,0.44312095642089844,0.6869027018547058,1164.0,297984.0,4002.151019803947,19070976.0 +113.1,9.399999618530273,5031.0,0.012741774320602417,0.14794921875,1.8862687349319458,-0.020296761766076088,0.2531799376010895,0.7939814627170563,1165.0,298240.0,4005.408219014993,19087360.0 +143.51,8.800000190734863,4835.0,0.013354181312024593,0.1644083708524704,1.9086213111877441,-0.019899919629096985,0.32554277777671814,0.7308489084243774,1166.0,298496.0,4008.797485369956,19103744.0 +123.23,9.100000381469727,4931.0,0.013615685515105724,0.1527099609375,1.8661317825317383,-0.016320182010531425,0.33630311489105225,0.7368782758712769,1167.0,298752.0,4012.1206523978617,19120128.0 +106.17,9.0,4778.0,0.013089276850223541,0.1551310271024704,1.879791259765625,-0.018777640536427498,0.29421451687812805,0.7595408856868744,1168.0,299008.0,4015.550080189947,19136512.0 +103.4,9.300000190734863,5044.0,0.015189115889370441,0.14959716796875,1.8849972486495972,-0.016594665125012398,0.29297003149986267,0.7608199715614319,1169.0,299264.0,4018.7988362188917,19152896.0 +115.56,8.600000381469727,4821.0,0.01426328718662262,0.1436360627412796,1.8714995384216309,-0.017746854573488235,0.40498432517051697,0.687426894903183,1170.0,299520.0,4022.1973173799925,19169280.0 +105.05,9.100000381469727,4629.0,0.011676400899887085,0.1361490935087204,1.8435810804367065,-0.016796069219708443,0.3854351341724396,0.6959637403488159,1171.0,299776.0,4025.7369832978584,19185664.0 +123.03,9.199999809265137,4554.0,0.011548171751201153,0.1369221955537796,1.8792287111282349,-0.01628105901181698,0.2685495615005493,0.7556398212909698,1172.0,300032.0,4029.3352849408984,19202048.0 +109.61,8.5,5093.0,0.009727854281663895,0.1153157576918602,1.8705872297286987,-0.011793982237577438,0.4754880666732788,0.6915568113327026,1173.0,300288.0,4032.5526757349726,19218432.0 +94.86,8.600000381469727,5004.0,0.008425152860581875,0.0926513671875,1.8434834480285645,-0.012752056121826172,0.48544442653656006,0.6756229102611542,1174.0,300544.0,4035.8272810459603,19234816.0 +103.49,9.0,5132.0,0.009951955638825893,0.1236979141831398,1.872158169746399,-0.01710730604827404,0.3443080484867096,0.730098307132721,1175.0,300800.0,4039.019925812958,19251200.0 +104.29,8.800000190734863,4985.0,0.007764674257487059,0.0929972305893898,1.8827747106552124,-0.013773265294730663,0.3568437993526459,0.6887401044368744,1176.0,301056.0,4042.307153811911,19267584.0 +118.79,9.100000381469727,5001.0,0.01101344358175993,0.1399129182100296,1.9320002794265747,-0.014888253062963486,0.2877017557621002,0.750002846121788,1177.0,301312.0,4045.5838049878366,19283968.0 +113.68,9.100000381469727,4616.0,0.013365375809371471,0.15472412109375,1.8963605165481567,-0.01544018555432558,0.3184368908405304,0.7371972799301147,1178.0,301568.0,4049.1332557739224,19300352.0 +123.0,8.699999809265137,4807.0,0.010229886509478092,0.1153767928481102,1.9287033081054688,-0.014473223127424717,0.35268959403038025,0.7034749984741211,1179.0,301824.0,4052.542144797975,19316736.0 +122.27,8.5,4781.0,0.009641391225159168,0.1188761368393898,1.9025150537490845,-0.016637472435832024,0.3803764581680298,0.6896156668663025,1180.0,302080.0,4055.9693609138485,19333120.0 +134.2,8.899999618530273,5070.0,0.008858337998390198,0.1043904647231102,1.897645354270935,-0.014258352108299732,0.35662057995796204,0.7068455517292023,1181.0,302336.0,4059.2011475060135,19349504.0 +112.46,8.300000190734863,4751.0,0.009018545038998127,0.1097208634018898,1.8963242769241333,-0.014714695513248444,0.4075494110584259,0.6751120686531067,1182.0,302592.0,4062.6502281548455,19365888.0 +118.92,8.600000381469727,5008.0,0.009583902545273304,0.119873046875,1.9122716188430786,-0.015186323784291744,0.4146348237991333,0.6721799075603485,1183.0,302848.0,4065.9225809648633,19382272.0 +125.44,8.5,4649.0,0.010169349610805511,0.1170654296875,1.9398680925369263,-0.016050288453698158,0.39762139320373535,0.6927696764469147,1184.0,303104.0,4069.4467648339923,19398656.0 +179.65,8.199999809265137,4398.0,0.00995135959237814,0.1254679411649704,1.936416745185852,-0.012882202863693237,0.37843990325927734,0.6757587790489197,1185.0,303360.0,4073.1719832150266,19415040.0 +129.53,8.699999809265137,4451.0,0.010585932992398739,0.1291300505399704,1.9482979774475098,-0.015933742746710777,0.3024331331253052,0.7064835429191589,1186.0,303616.0,4076.8532877420075,19431424.0 +113.34,9.0,4583.0,0.011426504701375961,0.1353352814912796,1.958614468574524,-0.013761227019131184,0.3026399314403534,0.7170307338237762,1187.0,303872.0,4080.4284659300465,19447808.0 +145.58,8.600000381469727,5025.0,0.011034425348043442,0.1340535432100296,1.9566971063613892,-0.016031702980399132,0.3547176122665405,0.7019942998886108,1188.0,304128.0,4083.6893124319613,19464192.0 +148.43,8.199999809265137,4717.0,0.008486924692988396,0.1043497696518898,1.9470667839050293,-0.016129503026604652,0.4292919933795929,0.6591427326202393,1189.0,304384.0,4087.16342614498,19480576.0 +132.27,8.899999618530273,4589.0,0.011568865738809109,0.1243896484375,1.9138420820236206,-0.015881234779953957,0.38034406304359436,0.6756313145160675,1190.0,304640.0,4090.733797315974,19496960.0 +108.39,8.800000190734863,4547.0,0.010902650654315948,0.1347452849149704,1.9324771165847778,-0.0165915098041296,0.33363160490989685,0.7375777959823608,1191.0,304896.0,4094.3379357159138,19513344.0 +98.98,9.100000381469727,4842.0,0.013558504171669483,0.152587890625,1.9765807390213013,-0.01505749300122261,0.2661425769329071,0.7630182653665543,1192.0,305152.0,4097.722323823953,19529728.0 +155.19,8.699999809265137,4617.0,0.01259251032024622,0.12469482421875,1.9710019826889038,-0.014770475216209888,0.40853726863861084,0.6910322904586792,1193.0,305408.0,4101.271251346916,19546112.0 +131.99,8.699999809265137,4602.0,0.010301681235432625,0.1299031525850296,1.9777698516845703,-0.015615362673997879,0.34222137928009033,0.677583247423172,1194.0,305664.0,4104.83149231202,19562496.0 +117.08,9.199999809265137,5092.0,0.009001016616821289,0.1078287735581398,1.9565576314926147,-0.014583180658519268,0.35969969630241394,0.6518021821975708,1195.0,305920.0,4108.049225277966,19578880.0 +96.76,8.800000190734863,4866.0,0.010415374301373959,0.1161092147231102,1.954512119293213,-0.013801205903291702,0.3128992021083832,0.6720905900001526,1196.0,306176.0,4111.416751006851,19595264.0 +153.77,8.699999809265137,5091.0,0.012895073741674423,0.1247355118393898,1.9293608665466309,-0.013537564314901829,0.42945596575737,0.630199521780014,1197.0,306432.0,4114.635237983894,19611648.0 +79.18,9.300000190734863,4802.0,0.00920885056257248,0.1170450821518898,1.878669261932373,-0.01502790953963995,0.3806486129760742,0.632220596075058,1198.0,306688.0,4118.047302895924,19628032.0 +104.71,9.300000190734863,4895.0,0.014008793979883194,0.13238525390625,1.9278645515441895,-0.014168452471494675,0.2934582531452179,0.6821220219135284,1199.0,306944.0,4121.3951286179945,19644416.0 +96.19,8.600000381469727,4803.0,0.008727170526981354,0.1011149063706398,1.9373522996902466,-0.014002818614244461,0.4227586090564728,0.6167626678943634,1200.0,307200.0,4124.806926131947,19660800.0 +123.79,9.0,5039.0,0.010998082347214222,0.1209920272231102,1.9562855958938599,-0.016411522403359413,0.3306022584438324,0.687152624130249,1201.0,307456.0,4128.0587951969355,19677184.0 +145.2,9.0,4840.0,0.009576358832418919,0.1181844100356102,1.9932208061218262,-0.013095892034471035,0.25748035311698914,0.709217756986618,1202.0,307712.0,4131.444633397972,19693568.0 +116.87,8.600000381469727,4956.0,0.008348709903657436,0.0854899063706398,1.9723485708236694,-0.014694024808704853,0.4110463559627533,0.6652818322181702,1203.0,307968.0,4134.751004613936,19709952.0 +133.27,8.699999809265137,4772.0,0.010492113418877125,0.1078287735581398,2.0034756660461426,-0.014653033576905727,0.33335497975349426,0.661952406167984,1204.0,308224.0,4138.1848058998585,19726336.0 +159.51,8.899999618530273,4841.0,0.010636736638844013,0.1315104216337204,1.9570159912109375,-0.01906588487327099,0.30368825793266296,0.6974126994609833,1205.0,308480.0,4141.570034153061,19742720.0 +100.88,8.899999618530273,4763.0,0.010416231118142605,0.1263631135225296,1.9246376752853394,-0.015142865478992462,0.3854696750640869,0.6616925299167633,1206.0,308736.0,4145.010859987931,19759104.0 +123.84,8.399999618530273,4968.0,0.007611870300024748,0.0932210311293602,1.9107006788253784,-0.014272086322307587,0.417020320892334,0.6672863960266113,1207.0,308992.0,4148.309519219911,19775488.0 +108.08,8.699999809265137,4560.0,0.010526386089622974,0.11517333984375,1.93784761428833,-0.015334482304751873,0.3743285834789276,0.6504996716976166,1208.0,309248.0,4151.9027725609485,19791872.0 +106.45,9.199999809265137,4765.0,0.012141511775553226,0.146484375,1.9381674528121948,-0.015681346878409386,0.25039368867874146,0.7385857701301575,1209.0,309504.0,4155.341616571881,19808256.0 +151.01,8.800000190734863,4830.0,0.009943939745426178,0.1280924528837204,1.9771074056625366,-0.013606186024844646,0.3272288143634796,0.6824723184108734,1210.0,309760.0,4158.734396575019,19824640.0 +162.55,8.100000381469727,4697.0,0.009313694201409817,0.1238199844956398,1.9556522369384766,-0.013591443188488483,0.4733615815639496,0.6180854737758636,1211.0,310016.0,4162.22311411798,19841024.0 +114.33,9.0,4985.0,0.01083295326679945,0.1294759064912796,1.9832029342651367,-0.017316056415438652,0.2550252377986908,0.726204127073288,1212.0,310272.0,4165.510158526013,19857408.0 +166.82,8.5,4866.0,0.0084715336561203,0.0991007462143898,1.969605803489685,-0.015253945253789425,0.37377873063087463,0.6628112196922302,1213.0,310528.0,4168.87782418984,19873792.0 +138.28,8.699999809265137,5013.0,0.009483865462243557,0.12451171875,1.9493128061294556,-0.01459604874253273,0.31079456210136414,0.6852612495422363,1214.0,310784.0,4172.1462556850165,19890176.0 +141.07,9.0,4917.0,0.010573756881058216,0.12628173828125,1.9820650815963745,-0.013998579233884811,0.2729348838329315,0.672461599111557,1215.0,311040.0,4175.478839443997,19906560.0 +165.35,8.600000381469727,4962.0,0.009525153785943985,0.1234130859375,1.967734456062317,-0.015005993656814098,0.3098908066749573,0.6914726495742798,1216.0,311296.0,4178.780925764004,19922944.0 +133.6,9.0,4914.0,0.012738128192722797,0.1634928435087204,1.9699653387069702,-0.015675408765673637,0.2725001871585846,0.7038597762584686,1217.0,311552.0,4182.115302257938,19939328.0 +156.23,8.399999618530273,5125.0,0.009958927519619465,0.12615966796875,1.9526782035827637,-0.01387706771492958,0.38458240032196045,0.5995802283287048,1218.0,311808.0,4185.312609869987,19955712.0 +111.89,9.0,4811.0,0.013509072363376617,0.1402587890625,1.914657711982727,-0.017521142959594727,0.3732452392578125,0.6359790861606598,1219.0,312064.0,4188.718614361947,19972096.0 +125.54,8.399999618530273,5012.0,0.00876021571457386,0.0929768905043602,1.9072751998901367,-0.0144183449447155,0.496639221906662,0.5824068188667297,1220.0,312320.0,4191.987755115842,19988480.0 +100.18,9.199999809265137,4928.0,0.013439461588859558,0.1477457731962204,1.8797186613082886,-0.01796797476708889,0.28746578097343445,0.6773839592933655,1221.0,312576.0,4195.31278466084,20004864.0 +102.14,9.399999618530273,5099.0,0.011136170476675034,0.1280517578125,1.8774127960205078,-0.015046563930809498,0.28416404128074646,0.6986701488494873,1222.0,312832.0,4198.526365148835,20021248.0 +112.18,8.899999618530273,4688.0,0.007303321734070778,0.0863443985581398,1.9072729349136353,-0.015195921063423157,0.45311638712882996,0.585332453250885,1223.0,313088.0,4202.0215753528755,20037632.0 +101.58,8.5,4940.0,0.007883147336542606,0.0982259139418602,1.900486946105957,-0.01564803160727024,0.45703598856925964,0.5953492522239685,1224.0,313344.0,4205.338663681876,20054016.0 +115.74,8.600000381469727,4973.0,0.00830837618559599,0.0992431640625,1.8818082809448242,-0.012894746847450733,0.5656601190567017,0.593706488609314,1225.0,313600.0,4208.633407023968,20070400.0 +89.44,9.0,4997.0,0.009129331447184086,0.0981241837143898,1.9025002717971802,-0.013065341860055923,0.36591637134552,0.6287747323513031,1226.0,313856.0,4211.912318819901,20086784.0 +96.55,9.0,4953.0,0.010167797096073627,0.1190999373793602,1.9435325860977173,-0.01603362150490284,0.30450737476348877,0.6910089552402496,1227.0,314112.0,4215.221122100949,20103168.0 +100.48,9.100000381469727,4954.0,0.01023776177316904,0.1234944686293602,1.9613548517227173,-0.013241343200206757,0.30576273798942566,0.6757983863353729,1228.0,314368.0,4218.528643717058,20119552.0 +111.23,9.199999809265137,4909.0,0.010700441896915436,0.1308390349149704,2.0121548175811768,-0.01548062264919281,0.22893200814723969,0.7202611863613129,1229.0,314624.0,4221.866625366965,20135936.0 +150.49,8.5,4827.0,0.008545461110770702,0.0963948592543602,2.0069079399108887,-0.014026857912540436,0.40719521045684814,0.6099546253681183,1230.0,314880.0,4225.261240883032,20152320.0 +128.69,9.0,4988.0,0.01258652564138174,0.14227294921875,1.9797908067703247,-0.015600636601448059,0.3905702829360962,0.6137648820877075,1231.0,315136.0,4228.5465889659245,20168704.0 +133.1,8.699999809265137,4952.0,0.012098952196538448,0.15045166015625,2.005197286605835,-0.015384241938591003,0.2907257378101349,0.6706278920173645,1232.0,315392.0,4231.855591495056,20185088.0 +101.09,8.5,5049.0,0.009525449015200138,0.1191813126206398,1.9618808031082153,-0.014727022498846054,0.4113980233669281,0.6172564625740051,1233.0,315648.0,4235.101173545932,20201472.0 +136.38,8.5,4781.0,0.012089342810213566,0.1341552734375,1.9693371057510376,-0.01586334966123104,0.34204497933387756,0.665230929851532,1234.0,315904.0,4238.5285421519075,20217856.0 +145.76,8.300000190734863,4975.0,0.009256517514586449,0.1190389022231102,1.9440385103225708,-0.012719419784843922,0.4690845310688019,0.5964424312114716,1235.0,316160.0,4241.822572799865,20234240.0 +119.48,9.0,4919.0,0.01178307831287384,0.14312744140625,1.9358186721801758,-0.017423326149582863,0.2796192765235901,0.7288222014904022,1236.0,316416.0,4245.153832159005,20250624.0 +124.68,9.100000381469727,5024.0,0.01297446247190237,0.1582438200712204,1.9483137130737305,-0.014944215305149555,0.2866899073123932,0.6920765936374664,1237.0,316672.0,4248.415362957865,20267008.0 +104.96,9.300000190734863,4891.0,0.013611151836812496,0.135498046875,1.9083023071289062,-0.013857043348252773,0.2720354497432709,0.701758623123169,1238.0,316928.0,4251.765920206904,20283392.0 +139.58,8.899999618530273,4938.0,0.011585618369281292,0.14166259765625,1.9226927757263184,-0.014461067505180836,0.31543466448783875,0.6774097383022308,1239.0,317184.0,4255.084198337048,20299776.0 +148.3,8.800000190734863,4968.0,0.011066891252994537,0.12054443359375,1.9327527284622192,-0.0154075613245368,0.28374072909355164,0.698761910200119,1240.0,317440.0,4258.3824530090205,20316160.0 +117.84,9.100000381469727,4432.0,0.009119008667767048,0.1081339493393898,1.9495850801467896,-0.014563254080712795,0.29189425706863403,0.699662983417511,1241.0,317696.0,4262.079386070836,20332544.0 +123.37,8.800000190734863,4740.0,0.00952113512903452,0.1132609024643898,1.9696422815322876,-0.01587345451116562,0.33820101618766785,0.6682915687561035,1242.0,317952.0,4265.53602021886,20348928.0 +128.45,8.699999809265137,4577.0,0.010619529522955418,0.1269124299287796,1.9756511449813843,-0.015456508845090866,0.3439403772354126,0.6635330021381378,1243.0,318208.0,4269.11618637084,20365312.0 +138.3,8.699999809265137,4475.0,0.010360483080148697,0.12200927734375,1.9817147254943848,-0.014664847403764725,0.29725632071495056,0.7007346153259277,1244.0,318464.0,4272.777901354013,20381696.0 +138.74,8.300000190734863,4824.0,0.00943650770932436,0.1068522110581398,1.989980697631836,-0.01666758395731449,0.44189926981925964,0.6301950812339783,1245.0,318720.0,4276.174895161064,20398080.0 +127.2,8.899999618530273,5080.0,0.010594949126243591,0.1298624724149704,1.9874472618103027,-0.01567329280078411,0.24450433254241943,0.7084642350673676,1246.0,318976.0,4279.4008003799245,20414464.0 +154.12,8.300000190734863,4886.0,0.009037545882165432,0.1111857071518898,1.967387318611145,-0.01336826104670763,0.3860900104045868,0.6645399630069733,1247.0,319232.0,4282.754353738856,20430848.0 +137.99,8.800000190734863,4860.0,0.009588071145117283,0.1136067733168602,1.9723175764083862,-0.015896065160632133,0.37432172894477844,0.641426146030426,1248.0,319488.0,4286.126005323837,20447232.0 +140.6,8.600000381469727,4965.0,0.0152728958055377,0.1569620817899704,1.9561986923217773,-0.015367298386991024,0.37825194001197815,0.6624089181423187,1249.0,319744.0,4289.426482866984,20463616.0 +126.8,9.0,4954.0,0.012844409793615341,0.1469319611787796,1.9530906677246094,-0.015769271180033684,0.35765698552131653,0.6540241241455078,1250.0,320000.0,4292.734236446908,20480000.0 +87.5,8.899999618530273,4825.0,0.00862331222742796,0.10577392578125,1.9273418188095093,-0.015712792053818703,0.40313947200775146,0.6831004321575165,1251.0,320256.0,4296.130037117982,20496384.0 +109.37,9.399999618530273,4939.0,0.012330453842878342,0.14141845703125,1.9186886548995972,-0.01955467090010643,0.3099225163459778,0.714070737361908,1252.0,320512.0,4299.447961771861,20512768.0 +122.91,8.899999618530273,4849.0,0.0135659696534276,0.1422119140625,1.9067381620407104,-0.01636820286512375,0.3370699882507324,0.7361688613891602,1253.0,320768.0,4302.826934779994,20529152.0 +104.14,8.800000190734863,4993.0,0.012813642621040344,0.14117431640625,1.9115489721298218,-0.01936739683151245,0.33780935406684875,0.7380750775337219,1254.0,321024.0,4306.108868429903,20545536.0 +111.18,8.899999618530273,4770.0,0.00803059246391058,0.0963541641831398,1.897852897644043,-0.015987807884812355,0.2942315638065338,0.742463082075119,1255.0,321280.0,4309.543947658036,20561920.0 +153.17,8.399999618530273,5027.0,0.011096887290477753,0.1294352263212204,1.9309483766555786,-0.016802994534373283,0.38228893280029297,0.6973905563354492,1256.0,321536.0,4312.803512181854,20578304.0 +124.14,8.5,4558.0,0.010720315389335155,0.1250813752412796,1.9169635772705078,-0.016763096675276756,0.3315050005912781,0.734003335237503,1257.0,321792.0,4316.398450508947,20594688.0 +102.08,8.600000381469727,4955.0,0.014167501591145992,0.1207275390625,1.9154261350631714,-0.015284485183656216,0.35854318737983704,0.7102432250976562,1258.0,322048.0,4319.705401632935,20611072.0 +136.43,9.0,4438.0,0.009327896870672703,0.11480712890625,1.8923722505569458,-0.017301024869084358,0.3352804183959961,0.6991760730743408,1259.0,322304.0,4323.397312935907,20627456.0 +137.81,8.600000381469727,4591.0,0.010157306678593159,0.1180826798081398,1.9473748207092285,-0.013556648045778275,0.3613373339176178,0.6954303085803986,1260.0,322560.0,4326.966020972002,20643840.0 +151.73,8.0,4710.0,0.00826989859342575,0.0960693359375,1.9617213010787964,-0.013765244744718075,0.3871571719646454,0.6641785204410553,1261.0,322816.0,4330.445297654951,20660224.0 +145.61,9.100000381469727,4791.0,0.0099937217310071,0.1177571639418602,2.0113916397094727,-0.014292466454207897,0.23051013052463531,0.7831550389528275,1262.0,323072.0,4333.865930713015,20676608.0 +132.38,8.600000381469727,4840.0,0.011018950492143631,0.1200154647231102,2.0123753547668457,-0.015108015388250351,0.2923329472541809,0.7494859993457794,1263.0,323328.0,4337.251483429922,20692992.0 +172.91,8.600000381469727,4783.0,0.010019957087934017,0.1190592423081398,2.0227677822113037,-0.015964269638061523,0.2692854702472687,0.7666791379451752,1264.0,323584.0,4340.677340830909,20709376.0 +163.31,8.5,4788.0,0.009786681272089481,0.1183878555893898,2.0015811920166016,-0.013821661472320557,0.33663204312324524,0.7099004089832306,1265.0,323840.0,4344.099613732891,20725760.0 +186.3,8.5,4760.0,0.01063914131373167,0.1294962614774704,1.9946093559265137,-0.01418396458029747,0.3304351270198822,0.7066795527935028,1266.0,324096.0,4347.541935004061,20742144.0 +131.14,8.5,4931.0,0.01228821650147438,0.1503702849149704,1.980840802192688,-0.015470224432647228,0.2910287380218506,0.7239175140857697,1267.0,324352.0,4350.865760809043,20758528.0 +174.21,8.0,4811.0,0.011553102172911167,0.130859375,1.9591630697250366,-0.014698370359838009,0.39414429664611816,0.6909073889255524,1268.0,324608.0,4354.271356745856,20774912.0 +130.91,8.899999618530273,4722.0,0.012433674186468124,0.1418863981962204,1.9551469087600708,-0.016918661072850227,0.30907243490219116,0.7621453106403351,1269.0,324864.0,4357.741751729976,20791296.0 +129.04,8.399999618530273,4876.0,0.010276195593178272,0.1224365234375,1.9109982252120972,-0.016060983762145042,0.4661855697631836,0.7045453786849976,1270.0,325120.0,4361.1024207838345,20807680.0 +131.06,8.899999618530273,4820.0,0.015285498462617397,0.1506144255399704,1.8654365539550781,-0.016259776428341866,0.3259929120540619,0.7499030232429504,1271.0,325376.0,4364.502504050033,20824064.0 +150.72,8.199999809265137,4886.0,0.009720001369714737,0.1089884415268898,1.9167814254760742,-0.017054757103323936,0.42219576239585876,0.6784931421279907,1272.0,325632.0,4367.855998066021,20840448.0 +126.9,8.5,5004.0,0.013144654221832752,0.1574503630399704,1.883143424987793,-0.0174456425011158,0.38414883613586426,0.6726491153240204,1273.0,325888.0,4371.130910346052,20856832.0 +108.01,8.800000190734863,4831.0,0.012604624032974243,0.1304728239774704,1.8816953897476196,-0.015316066332161427,0.3905680179595947,0.6657382845878601,1274.0,326144.0,4374.522853642004,20873216.0 +142.74,8.699999809265137,4768.0,0.010081875137984753,0.1191202774643898,1.9061087369918823,-0.01341822650283575,0.4147150218486786,0.6760753989219666,1275.0,326400.0,4377.959572141059,20889600.0 +111.36,9.399999618530273,4838.0,0.012186194770038128,0.1449991911649704,1.8772306442260742,-0.020237525925040245,0.28117841482162476,0.7488398253917694,1276.0,326656.0,4381.346752861049,20905984.0 +105.73,8.899999618530273,5066.0,0.013038787990808487,0.1487019807100296,1.9070130586624146,-0.018550002947449684,0.3664722442626953,0.7015776932239532,1277.0,326912.0,4384.581565647852,20922368.0 +111.66,8.600000381469727,5100.0,0.011929729022085667,0.1261189728975296,1.9356865882873535,-0.01632770709693432,0.37819695472717285,0.6940703094005585,1278.0,327168.0,4387.794355825987,20938752.0 +141.36,8.899999618530273,4772.0,0.011674595065414906,0.13348388671875,1.9522978067398071,-0.01850869134068489,0.3315756320953369,0.7404877841472626,1279.0,327424.0,4391.2281512029,20955136.0 +140.39,8.399999618530273,4769.0,0.01298704743385315,0.14239501953125,1.972490906715393,-0.015129931271076202,0.36910226941108704,0.6864590048789978,1280.0,327680.0,4394.664877898991,20971520.0 +169.42,8.600000381469727,5039.0,0.010929089970886707,0.1287028044462204,1.9446805715560913,-0.018119903281331062,0.34569692611694336,0.7064734101295471,1281.0,327936.0,4397.916986166034,20987904.0 +122.08,8.800000190734863,4790.0,0.01129850372672081,0.130126953125,1.8831186294555664,-0.017627375200390816,0.3191172480583191,0.7426871657371521,1282.0,328192.0,4401.337559791049,21004288.0 +124.08,9.0,4561.0,0.013934671878814697,0.1571248322725296,1.8875718116760254,-0.0184944998472929,0.2768724858760834,0.7509041428565979,1283.0,328448.0,4404.930574093014,21020672.0 +126.7,9.0,4786.0,0.0165342278778553,0.17083740234375,1.9196628332138062,-0.016003435477614403,0.2994804382324219,0.7551450729370117,1284.0,328704.0,4408.354263465852,21037056.0 +128.34,9.0,5068.0,0.014153157360851765,0.16693115234375,1.9327982664108276,-0.018095077946782112,0.2729305922985077,0.7450225353240967,1285.0,328960.0,4411.587775863009,21053440.0 +145.34,8.800000190734863,4793.0,0.011143028736114502,0.1163330078125,1.9244581460952759,-0.014965690672397614,0.32891181111335754,0.726871132850647,1286.0,329216.0,4415.006192781031,21069824.0 +146.43,8.300000190734863,4864.0,0.012360402382910252,0.1547444611787796,1.8996046781539917,-0.01706867478787899,0.4031846225261688,0.7334210276603699,1287.0,329472.0,4418.374864805955,21086208.0 +116.75,9.0,4805.0,0.009757290594279766,0.10699462890625,1.9274063110351562,-0.017703702673316002,0.2719201445579529,0.771358534693718,1288.0,329728.0,4421.785101667047,21102592.0 +140.43,8.5,4950.0,0.009540698491036892,0.1153360977768898,1.9390569925308228,-0.013568684458732605,0.32378292083740234,0.7396588623523712,1289.0,329984.0,4425.098005417967,21118976.0 +159.26,8.800000190734863,4696.0,0.012776008807122707,0.1431071013212204,1.9428119659423828,-0.018377598375082016,0.309879869222641,0.7557361423969269,1290.0,330240.0,4428.5870156579185,21135360.0 +186.21,7.900000095367432,5042.0,0.010516603477299213,0.11962890625,1.920854091644287,-0.013845574110746384,0.449064165353775,0.6950642168521881,1291.0,330496.0,4431.836724258028,21151744.0 +146.03,8.699999809265137,4888.0,0.008779139257967472,0.1032511368393898,1.9336656332015991,-0.01480083167552948,0.3232205808162689,0.7590939402580261,1292.0,330752.0,4435.188683789922,21168128.0 +112.81,8.699999809265137,4980.0,0.013555340468883514,0.1606648713350296,1.9542250633239746,-0.016806961968541145,0.3177017867565155,0.7553431838750839,1293.0,331008.0,4438.478950152872,21184512.0 +158.09,8.899999618530273,4622.0,0.011865186505019665,0.13885498046875,1.973781704902649,-0.018075620755553246,0.24138939380645752,0.7881782352924347,1294.0,331264.0,4442.02373579191,21200896.0 +134.28,8.699999809265137,4537.0,0.012588719837367535,0.14166259765625,1.8976110219955444,-0.019437186419963837,0.38104167580604553,0.7394556105136871,1295.0,331520.0,4445.6358806770295,21217280.0 +152.69,8.699999809265137,4541.0,0.014341559261083603,0.1609904021024704,1.8582786321640015,-0.017643647268414497,0.33921003341674805,0.7407148778438568,1296.0,331776.0,4449.244143028045,21233664.0 +138.91,8.600000381469727,4681.0,0.013065722770988941,0.14727783203125,1.9084409475326538,-0.014474215917289257,0.3177708387374878,0.7214188873767853,1297.0,332032.0,4452.745218059979,21250048.0 +134.1,8.899999618530273,4652.0,0.011546746827661991,0.1440633088350296,1.8628240823745728,-0.01841670460999012,0.32531440258026123,0.7422456741333008,1298.0,332288.0,4456.267669738969,21266432.0 +144.24,8.399999618530273,4203.0,0.010461035184562206,0.1221923828125,1.8810147047042847,-0.01666535809636116,0.34336820244789124,0.7111766934394836,1299.0,332544.0,4460.1663992339745,21282816.0 +160.29,8.600000381469727,4528.0,0.009252168238162994,0.11834716796875,1.8823658227920532,-0.014401671476662159,0.35165295004844666,0.6683361232280731,1300.0,332800.0,4463.7854126119055,21299200.0 +161.39,8.199999809265137,4501.0,0.010592644102871418,0.1153157576918602,1.86680269241333,-0.01919870264828205,0.3868124186992645,0.6659276187419891,1301.0,333056.0,4467.425963521935,21315584.0 +136.49,8.5,4688.0,0.012803924269974232,0.14208984375,1.8597677946090698,-0.01660396344959736,0.3091050684452057,0.7042298018932343,1302.0,333312.0,4470.92181297089,21331968.0 +150.3,8.5,4505.0,0.012975831516087055,0.1534830778837204,1.8841170072555542,-0.013767278753221035,0.36780688166618347,0.6772178411483765,1303.0,333568.0,4474.559227443999,21348352.0 +165.01,8.300000190734863,4611.0,0.008749465458095074,0.10791015625,1.9116617441177368,-0.014229007996618748,0.33186134696006775,0.6841488480567932,1304.0,333824.0,4478.113075928064,21364736.0 +141.66,8.899999618530273,4965.0,0.012872678227722645,0.1617838591337204,1.9205876588821411,-0.017015576362609863,0.2656886875629425,0.7550800442695618,1305.0,334080.0,4481.41345886793,21381120.0 +156.44,8.800000190734863,4709.0,0.014318791218101978,0.1670125275850296,1.8675545454025269,-0.01616206020116806,0.32243669033050537,0.7442079782485962,1306.0,334336.0,4484.89298918494,21397504.0 +163.87,8.5,4495.0,0.010988764464855194,0.1456502228975296,1.895482063293457,-0.013623476028442383,0.3235487639904022,0.7454452812671661,1307.0,334592.0,4488.538368043955,21413888.0 +126.26,9.0,4623.0,0.012418131344020367,0.1395670622587204,1.869725227355957,-0.017903495579957962,0.2854352593421936,0.7678505331277847,1308.0,334848.0,4492.082886439981,21430272.0 +176.14,8.699999809265137,4584.0,0.011635247617959976,0.1358235627412796,1.8835333585739136,-0.015908870846033096,0.28527745604515076,0.765370100736618,1309.0,335104.0,4495.657373839058,21446656.0 +162.39,8.5,4634.0,0.012735509313642979,0.1282552033662796,1.8624577522277832,-0.014716367237269878,0.40430954098701477,0.7289252281188965,1310.0,335360.0,4499.193164438941,21463040.0 +111.74,8.899999618530273,4842.0,0.012887947261333466,0.1518758088350296,1.8454527854919434,-0.01822243444621563,0.3681826889514923,0.755905956029892,1311.0,335616.0,4502.576911795884,21479424.0 +126.25,8.300000190734863,4904.0,0.013487094081938267,0.1410319060087204,1.8944892883300781,-0.016417229548096657,0.4062281548976898,0.7270599901676178,1312.0,335872.0,4505.918139714049,21495808.0 +98.35,9.100000381469727,4701.0,0.012033740989863873,0.1301066130399704,1.8902522325515747,-0.017018307000398636,0.3597290813922882,0.7503025531768799,1313.0,336128.0,4509.403938835952,21512192.0 +143.42,8.399999618530273,4426.0,0.011407743208110332,0.1264445036649704,1.9361366033554077,-0.016698824241757393,0.30881866812705994,0.7342316806316376,1314.0,336384.0,4513.106394178001,21528576.0 +157.42,8.800000190734863,4479.0,0.015070990659296513,0.16851806640625,1.914345383644104,-0.01904698647558689,0.30840685963630676,0.748366117477417,1315.0,336640.0,4516.76459299284,21544960.0 +138.01,8.699999809265137,4385.0,0.011485982686281204,0.1363321989774704,1.8984493017196655,-0.016620762646198273,0.3124609589576721,0.753458246588707,1316.0,336896.0,4520.501353143016,21561344.0 +166.98,8.100000381469727,4543.0,0.01177304144948721,0.1379597932100296,1.9023499488830566,-0.01641399972140789,0.4201819896697998,0.6897933483123779,1317.0,337152.0,4524.108134170994,21577728.0 +129.53,8.899999618530273,4542.0,0.017706023529171944,0.1621500700712204,1.909691333770752,-0.018333153799176216,0.3338872194290161,0.7344488501548767,1318.0,337408.0,4527.715711030876,21594112.0 +115.63,9.199999809265137,4771.0,0.013287849724292755,0.149169921875,1.843192219734192,-0.0186994057148695,0.3251153230667114,0.7710696160793304,1319.0,337664.0,4531.150409427937,21610496.0 +120.13,8.800000190734863,5149.0,0.012823954224586487,0.1375529021024704,1.8505263328552246,-0.015207160264253616,0.39338839054107666,0.7346675992012024,1320.0,337920.0,4534.332944483962,21626880.0 +120.46,8.699999809265137,4845.0,0.01177232339978218,0.1406453400850296,1.907524585723877,-0.014297805726528168,0.335465669631958,0.7393014132976532,1321.0,338176.0,4537.714914524928,21643264.0 +140.86,8.399999618530273,5019.0,0.009647869504988194,0.1134033203125,1.9039115905761719,-0.016060298308730125,0.3450082838535309,0.7382529377937317,1322.0,338432.0,4540.979501494905,21659648.0 +152.44,8.399999618530273,4758.0,0.012425246648490429,0.12432861328125,1.9183517694473267,-0.014411312527954578,0.31715238094329834,0.7195993959903717,1323.0,338688.0,4544.423321714858,21676032.0 +162.0,8.399999618530273,4504.0,0.015328866429626942,0.1643269807100296,1.8572734594345093,-0.01721240021288395,0.35165372490882874,0.7445639669895172,1324.0,338944.0,4548.061167116975,21692416.0 +102.89,8.800000190734863,4673.0,0.013330445624887943,0.1557413786649704,1.7920289039611816,-0.01657344587147236,0.39541682600975037,0.7181779742240906,1325.0,339200.0,4551.567892980995,21708800.0 +113.03,9.0,4959.0,0.012389506213366985,0.1385294646024704,1.7904052734375,-0.01838940568268299,0.39510372281074524,0.7245979309082031,1326.0,339456.0,4554.874370425008,21725184.0 +128.83,8.800000190734863,4972.0,0.011572069488465786,0.1427408903837204,1.875045895576477,-0.01715247891843319,0.3374611437320709,0.7383628785610199,1327.0,339712.0,4558.170506739989,21741568.0 +122.3,9.100000381469727,5118.0,0.015166614204645157,0.1610107421875,1.8310140371322632,-0.018789635971188545,0.39573052525520325,0.7192184627056122,1328.0,339968.0,4561.372796501964,21757952.0 +110.57,8.899999618530273,4859.0,0.01366464514285326,0.1521403044462204,1.8347586393356323,-0.01924992725253105,0.336760550737381,0.753133624792099,1329.0,340224.0,4564.745298994007,21774336.0 +126.17,8.800000190734863,4903.0,0.014187440276145935,0.1459553986787796,1.828864574432373,-0.016905980184674263,0.3773939907550812,0.7531501799821854,1330.0,340480.0,4568.08707806794,21790720.0 +106.04,9.0,4926.0,0.016171332448720932,0.1508992463350296,1.8374837636947632,-0.019476694986224174,0.35792267322540283,0.7488469183444977,1331.0,340736.0,4571.4131758499425,21807104.0 +152.27,8.199999809265137,5108.0,0.013185031712055206,0.1486002653837204,1.8755303621292114,-0.018634559586644173,0.3727446496486664,0.7348788678646088,1332.0,340992.0,4574.621198422974,21823488.0 +103.03,8.899999618530273,4919.0,0.012443584389984608,0.1517740935087204,1.8714380264282227,-0.01857774145901203,0.2850582003593445,0.7975130081176758,1333.0,341248.0,4577.952011839021,21839872.0 +144.0,8.800000190734863,5053.0,0.014520655386149883,0.1717936247587204,1.8979153633117676,-0.01907932385802269,0.3172633647918701,0.7743612825870514,1334.0,341504.0,4581.194933892926,21856256.0 +141.91,8.600000381469727,4832.0,0.013805401511490345,0.15338134765625,1.8466854095458984,-0.01836802437901497,0.4279972314834595,0.7554206401109695,1335.0,341760.0,4584.586108346935,21872640.0 +108.76,9.199999809265137,4740.0,0.014031768776476383,0.16204833984375,1.8732901811599731,-0.019139381125569344,0.27260521054267883,0.7958837300539017,1336.0,342016.0,4588.043332290836,21889024.0 +125.76,8.699999809265137,4847.0,0.013504012487828732,0.1593424528837204,1.86191987991333,-0.018177887424826622,0.34255316853523254,0.7602013796567917,1337.0,342272.0,4591.424609448062,21905408.0 +122.41,8.699999809265137,4902.0,0.013399004004895687,0.13482666015625,1.86338472366333,-0.015588314272463322,0.32102927565574646,0.7736777812242508,1338.0,342528.0,4594.76705419505,21921792.0 +125.89,8.699999809265137,4918.0,0.013459998182952404,0.1548258513212204,1.8808718919754028,-0.018152879551053047,0.3778880536556244,0.749382734298706,1339.0,342784.0,4598.099120860919,21938176.0 +123.37,8.699999809265137,4835.0,0.013278279453516006,0.1570841521024704,1.8122116327285767,-0.017691250890493393,0.4167703688144684,0.717835009098053,1340.0,343040.0,4601.488310114946,21954560.0 +146.06,8.300000190734863,4992.0,0.012938694097101688,0.1457722932100296,1.8388100862503052,-0.018684009090065956,0.4065815210342407,0.7083505988121033,1341.0,343296.0,4604.770942396019,21970944.0 +108.26,9.199999809265137,4976.0,0.013269330374896526,0.1517333984375,1.8395651578903198,-0.020717555657029152,0.24470408260822296,0.789799153804779,1342.0,343552.0,4608.064163848059,21987328.0 +127.03,8.600000381469727,5048.0,0.011152571998536587,0.13604736328125,1.856956124305725,-0.01629672572016716,0.3183491826057434,0.733593761920929,1343.0,343808.0,4611.3103950568475,22003712.0 +141.71,8.699999809265137,4777.0,0.0111189940944314,0.1397705078125,1.8861058950424194,-0.015195385552942753,0.33889463543891907,0.7151607275009155,1344.0,344064.0,4614.740729722893,22020096.0 +128.44,9.199999809265137,4606.0,0.013677768409252167,0.1449991911649704,1.8524757623672485,-0.01867147907614708,0.3282841742038727,0.7191276550292969,1345.0,344320.0,4618.298369426979,22036480.0 +153.33,7.900000095367432,4542.0,0.011839755810797215,0.1395263671875,1.8264516592025757,-0.014504987746477127,0.43675801157951355,0.6876233220100403,1346.0,344576.0,4621.90706921299,22052864.0 +141.54,9.100000381469727,4394.0,0.012088903225958347,0.14581298828125,1.8345738649368286,-0.01703009195625782,0.2743624150753021,0.7728730738162994,1347.0,344832.0,4625.636080483906,22069248.0 +129.26,8.800000190734863,4686.0,0.0147526441141963,0.1689453125,1.854660987854004,-0.017411179840564728,0.2943272888660431,0.7555720806121826,1348.0,345088.0,4629.133062085835,22085632.0 +107.9,8.699999809265137,4796.0,0.010437346994876862,0.1215616837143898,1.8317312002182007,-0.017420317977666855,0.44741424918174744,0.6974812746047974,1349.0,345344.0,4632.549748511985,22102016.0 +137.3,8.5,4914.0,0.0084654176607728,0.1044718399643898,1.8828538656234741,-0.01545772422105074,0.3672386407852173,0.6870802640914917,1350.0,345600.0,4635.884249090916,22118400.0 +148.32,8.800000190734863,4897.0,0.011111167259514332,0.1250203400850296,1.8609652519226074,-0.01932888850569725,0.3278786838054657,0.7235004901885986,1351.0,345856.0,4639.230117909843,22134784.0 +103.54,8.899999618530273,5126.0,0.012717830948531628,0.1480509489774704,1.8244794607162476,-0.01670258678495884,0.38325655460357666,0.7266014218330383,1352.0,346112.0,4642.426725052996,22151168.0 +139.38,8.0,5036.0,0.011602929793298244,0.1185302734375,1.7778606414794922,-0.01601339690387249,0.5277864336967468,0.6346418559551239,1353.0,346368.0,4645.680177557049,22167552.0 +134.21,9.0,5127.0,0.01357724517583847,0.1586100310087204,1.7838155031204224,-0.018017923459410667,0.3217160999774933,0.7549533694982529,1354.0,346624.0,4648.876409566961,22183936.0 +91.43,8.899999618530273,4982.0,0.012681049294769764,0.1396077424287796,1.7792491912841797,-0.016856038942933083,0.3569999039173126,0.7283280193805695,1355.0,346880.0,4652.165538766887,22200320.0 +127.47,8.5,4996.0,0.01284861657768488,0.1449991911649704,1.8441799879074097,-0.0169674102216959,0.34445080161094666,0.7137228846549988,1356.0,347136.0,4655.4452241119,22216704.0 +140.01,9.100000381469727,4837.0,0.013605196960270405,0.1552734375,1.903657078742981,-0.018217379227280617,0.22233432531356812,0.777707114815712,1357.0,347392.0,4658.8326672690455,22233088.0 +205.64,8.300000190734863,5115.0,0.010927683673799038,0.1357828825712204,1.8675786256790161,-0.015392758883535862,0.3652442693710327,0.7117619514465332,1358.0,347648.0,4662.035949067911,22249472.0 +151.15,8.199999809265137,4761.0,0.011908774264156818,0.13128662109375,1.886445164680481,-0.015196765772998333,0.36659476161003113,0.734023243188858,1359.0,347904.0,4665.477554509882,22265856.0 +163.38,8.399999618530273,4793.0,0.012783625163137913,0.1566162109375,1.8580788373947144,-0.01914552040398121,0.359328031539917,0.7120662331581116,1360.0,348160.0,4668.896034613019,22282240.0 +113.57,8.5,4894.0,0.010474279522895813,0.1247762069106102,1.8810640573501587,-0.015838732942938805,0.33625006675720215,0.7459315657615662,1361.0,348416.0,4672.244479784975,22298624.0 +141.22,8.5,5052.0,0.011671595275402069,0.1115519180893898,1.8865689039230347,-0.013963385485112667,0.39043617248535156,0.6849837005138397,1362.0,348672.0,4675.488172462909,22315008.0 +123.54,9.100000381469727,4575.0,0.013310045003890991,0.14910888671875,1.853998064994812,-0.018160110339522362,0.26342520117759705,0.7900281697511673,1363.0,348928.0,4679.069483523024,22331392.0 +149.67,8.5,4720.0,0.01868964172899723,0.1405232697725296,1.8680006265640259,-0.014260887168347836,0.3374141752719879,0.6979281902313232,1364.0,349184.0,4682.5407369418535,22347776.0 +142.94,9.199999809265137,4694.0,0.012887316755950451,0.1486002653837204,1.884426236152649,-0.019401835277676582,0.22809870541095734,0.8111603558063507,1365.0,349440.0,4686.031449727947,22364160.0 +136.2,8.300000190734863,4930.0,0.010364181362092495,0.1252848356962204,1.8902997970581055,-0.015413680113852024,0.34569963812828064,0.7441380023956299,1366.0,349696.0,4689.355632430874,22380544.0 +143.68,8.5,4709.0,0.009699610061943531,0.1109822615981102,1.936376929283142,-0.013688596896827221,0.3405812084674835,0.7123266160488129,1367.0,349952.0,4692.835465754848,22396928.0 +146.0,8.5,5088.0,0.012930374592542648,0.1448567658662796,1.9170879125595093,-0.016772141680121422,0.3307863771915436,0.736149936914444,1368.0,350208.0,4696.056382065872,22413312.0 +185.8,8.199999809265137,4756.0,0.012793544679880142,0.1631062775850296,1.8949369192123413,-0.013694270513951778,0.3502190113067627,0.756565123796463,1369.0,350464.0,4699.501588867977,22429696.0 +139.46,8.899999618530273,4948.0,0.010823323391377926,0.1239217147231102,1.8764514923095703,-0.017912043258547783,0.28301575779914856,0.777749091386795,1370.0,350720.0,4702.813577888999,22446080.0 +161.35,8.5,4720.0,0.011808221228420734,0.1370849609375,1.8731340169906616,-0.015191491693258286,0.26864492893218994,0.7769100517034531,1371.0,350976.0,4706.285062173847,22462464.0 +168.72,8.100000381469727,4990.0,0.011679737828671932,0.1405232697725296,1.8933969736099243,-0.013812468387186527,0.4045851528644562,0.6736692190170288,1372.0,351232.0,4709.569163505919,22478848.0 +146.02,8.600000381469727,4895.0,0.014869890175759792,0.1462809294462204,1.8488532304763794,-0.01739211566746235,0.4088052809238434,0.6879529058933258,1373.0,351488.0,4712.916815337958,22495232.0 +124.25,8.899999618530273,5018.0,0.011218582279980183,0.1317342072725296,1.84115731716156,-0.015303797088563442,0.29918476939201355,0.7453468441963196,1374.0,351744.0,4716.182564433897,22511616.0 +152.97,8.600000381469727,4879.0,0.01216717530041933,0.1474812775850296,1.8637995719909668,-0.01766827329993248,0.3193454146385193,0.7042120397090912,1375.0,352000.0,4719.540648870869,22528000.0 +143.01,8.600000381469727,5098.0,0.012545538134872913,0.1320597380399704,1.842628002166748,-0.01690405048429966,0.3312539756298065,0.7398971915245056,1376.0,352256.0,4722.754804434953,22544384.0 +146.82,8.199999809265137,4788.0,0.01052893977612257,0.1247762069106102,1.8661681413650513,-0.015952318906784058,0.4160712659358978,0.6696260273456573,1377.0,352512.0,4726.1768367169425,22560768.0 +142.25,8.800000190734863,4955.0,0.011847740970551968,0.1381428986787796,1.8712939023971558,-0.015892956405878067,0.33146440982818604,0.7032470405101776,1378.0,352768.0,4729.483668309869,22577152.0 +126.55,9.0,4857.0,0.017272604629397392,0.1575113981962204,1.870139718055725,-0.016201883554458618,0.27419981360435486,0.748391181230545,1379.0,353024.0,4732.857209322974,22593536.0 +179.5,8.300000190734863,4819.0,0.00952319148927927,0.1150105819106102,1.9004888534545898,-0.012561683543026447,0.3905927836894989,0.6965560019016266,1380.0,353280.0,4736.257672660053,22609920.0 +145.37,8.5,4911.0,0.010823325254023075,0.1143391951918602,1.8614341020584106,-0.017479173839092255,0.38083457946777344,0.706281453371048,1381.0,353536.0,4739.594546601875,22626304.0 +117.94,8.699999809265137,4919.0,0.013747871853411198,0.1380615234375,1.8670052289962769,-0.015424516052007675,0.41693416237831116,0.6987308859825134,1382.0,353792.0,4742.925472646952,22642688.0 +127.44,8.699999809265137,4967.0,0.011293116956949234,0.1321614533662796,1.8271442651748657,-0.018602190539240837,0.44582316279411316,0.7044412195682526,1383.0,354048.0,4746.224183786893,22659072.0 +140.79,8.800000190734863,4811.0,0.013685676269233227,0.1427408903837204,1.8882604837417603,-0.014963963069021702,0.3004509210586548,0.7690398097038269,1384.0,354304.0,4749.63041935605,22675456.0 +104.41,9.5,4902.0,0.013099399395287037,0.1475423127412796,1.8860896825790405,-0.015428994782269001,0.21605199575424194,0.8005406111478806,1385.0,354560.0,4752.9731764120515,22691840.0 +122.6,9.0,4745.0,0.010905717499554157,0.133544921875,1.9170842170715332,-0.016583459451794624,0.2805863320827484,0.740443080663681,1386.0,354816.0,4756.426373234019,22708224.0 +170.16,8.300000190734863,4541.0,0.010787076316773891,0.1148681640625,1.8997039794921875,-0.015859168022871017,0.43951916694641113,0.6976159811019897,1387.0,355072.0,4760.034812515834,22724608.0 +173.18,8.399999618530273,4513.0,0.008949922397732735,0.1071370467543602,1.9061511754989624,-0.015022569335997105,0.3086390197277069,0.7243432402610779,1388.0,355328.0,4763.665702688042,22740992.0 +132.74,8.199999809265137,4665.0,0.011510007083415985,0.13812255859375,1.8974591493606567,-0.014673150144517422,0.43312859535217285,0.6670064032077789,1389.0,355584.0,4767.177912672982,22757376.0 +131.9,8.800000190734863,4560.0,0.011937779374420643,0.1520792692899704,1.9254131317138672,-0.015492118895053864,0.2744607627391815,0.7200463712215424,1390.0,355840.0,4770.770937148016,22773760.0 +173.48,8.399999618530273,4617.0,0.010028989985585213,0.10894775390625,1.8645230531692505,-0.015715401619672775,0.3857501447200775,0.697980135679245,1391.0,356096.0,4774.320140213007,22790144.0 +125.3,8.899999618530273,4948.0,0.009520459920167923,0.11688232421875,1.846025824546814,-0.015365692786872387,0.31919702887535095,0.7065224945545197,1392.0,356352.0,4777.631820996059,22806528.0 +147.2,8.699999809265137,4751.0,0.009829885326325893,0.1194051131606102,1.8934246301651,-0.012817264534533024,0.27758991718292236,0.7283045053482056,1393.0,356608.0,4781.080514014931,22822912.0 +168.02,8.899999618530273,4902.0,0.011122121475636959,0.1371866911649704,1.8791694641113281,-0.01723610609769821,0.23781557381153107,0.7403646409511566,1394.0,356864.0,4784.423520593904,22839296.0 +167.14,8.800000190734863,4820.0,0.010225864127278328,0.12744140625,1.9010848999023438,-0.014831982553005219,0.24613088369369507,0.7473488748073578,1395.0,357120.0,4787.823220330058,22855680.0 +166.4,8.399999618530273,4908.0,0.009943191893398762,0.12261962890625,1.9204775094985962,-0.01483041699975729,0.3317384123802185,0.6780431568622589,1396.0,357376.0,4791.162057962036,22872064.0 +152.45,8.699999809265137,4768.0,0.013599231839179993,0.1121012344956398,1.880411148071289,-0.011010508984327316,0.37029901146888733,0.6803441643714905,1397.0,357632.0,4794.5990072048735,22888448.0 +158.57,8.699999809265137,4969.0,0.011361457407474518,0.1352132111787796,1.8674174547195435,-0.016637125983834267,0.35370609164237976,0.691629946231842,1398.0,357888.0,4797.897017343901,22904832.0 +145.56,8.899999618530273,4571.0,0.011769249103963375,0.1390177458524704,1.859781265258789,-0.016144225373864174,0.32385995984077454,0.7421874105930328,1399.0,358144.0,4801.481950149871,22921216.0 +129.23,9.0,4976.0,0.013324995525181293,0.1490681916475296,1.8850679397583008,-0.017163380980491638,0.2621690332889557,0.7772438675165176,1400.0,358400.0,4804.774677915964,22937600.0 +116.35,9.199999809265137,4803.0,0.014034025371074677,0.1260172575712204,1.852685809135437,-0.015299420803785324,0.2521606981754303,0.7695827633142471,1401.0,358656.0,4808.186026475858,22953984.0 +160.64,8.300000190734863,4919.0,0.015980590134859085,0.14056396484375,1.8503774404525757,-0.015974989160895348,0.41602298617362976,0.643602579832077,1402.0,358912.0,4811.5170432538725,22970368.0 +115.05,8.800000190734863,4923.0,0.012443232350051403,0.13348388671875,1.8348900079727173,-0.017027458176016808,0.3194524943828583,0.7229066789150238,1403.0,359168.0,4814.845774119953,22986752.0 +118.19,8.699999809265137,4964.0,0.014515362679958344,0.1121826171875,1.8879667520523071,-0.011830783449113369,0.3292616009712219,0.7245573699474335,1404.0,359424.0,4818.146525555057,23003136.0 +144.52,9.100000381469727,4790.0,0.009450038895010948,0.1148681640625,1.9609123468399048,-0.016567962244153023,0.22187204658985138,0.7493972182273865,1405.0,359680.0,4821.567094737897,23019520.0 +209.01,7.900000095367432,4947.0,0.008992020972073078,0.10638427734375,1.930403232574463,-0.016205335035920143,0.4311370849609375,0.6530439853668213,1406.0,359936.0,4824.879528981866,23035904.0 +102.29,9.100000381469727,4985.0,0.011849832721054554,0.1370849609375,1.8902636766433716,-0.014297437854111195,0.32992222905158997,0.7253779768943787,1407.0,360192.0,4828.166446672985,23052288.0 +134.12,8.399999618530273,4764.0,0.010304979979991913,0.109619140625,1.8640327453613281,-0.016073348000645638,0.3999839723110199,0.7102228105068207,1408.0,360448.0,4831.606685193023,23068672.0 +123.12,8.300000190734863,4481.0,0.014164757914841175,0.1455078125,1.846047282218933,-0.015429272316396236,0.4354267418384552,0.6879068613052368,1409.0,360704.0,4835.263764621923,23085056.0 +150.56,8.800000190734863,4945.0,0.008425979875028133,0.1046549454331398,1.8549085855484009,-0.016962043941020966,0.3628718852996826,0.7141566574573517,1410.0,360960.0,4838.577538590878,23101440.0 +104.21,9.199999809265137,4790.0,0.011031546629965305,0.1314697265625,1.8159832954406738,-0.014627892524003983,0.39222434163093567,0.7061965465545654,1411.0,361216.0,4841.9980736,23117824.0 +104.59,9.0,5138.0,0.012078951112926006,0.1352335661649704,1.8528822660446167,-0.019532397389411926,0.30083686113357544,0.7609990537166595,1412.0,361472.0,4845.187036046991,23134208.0 +146.27,8.5,4874.0,0.01048502791672945,0.1275227814912796,1.8819068670272827,-0.013702052645385265,0.39773324131965637,0.7278182208538055,1413.0,361728.0,4848.5489187028725,23150592.0 +131.8,8.699999809265137,5074.0,0.01067435834556818,0.12548828125,1.8747986555099487,-0.016611048951745033,0.35624900460243225,0.740432471036911,1414.0,361984.0,4851.778270347044,23166976.0 +111.76,9.600000381469727,4825.0,0.012240491807460785,0.1431071013212204,1.8624426126480103,-0.017678221687674522,0.23990029096603394,0.8023613542318344,1415.0,362240.0,4855.174838097999,23183360.0 +150.22,8.800000190734863,5042.0,0.012118103913962841,0.14471435546875,1.845312237739563,-0.017708713188767433,0.37063977122306824,0.7135740518569946,1416.0,362496.0,4858.424634710886,23199744.0 +114.85,8.699999809265137,4727.0,0.012340533547103405,0.11419677734375,1.8401622772216797,-0.01532983873039484,0.4600810110569,0.690127968788147,1417.0,362752.0,4861.891293497989,23216128.0 +101.47,9.100000381469727,4777.0,0.011106892488896847,0.1332194060087204,1.8431367874145508,-0.017082015052437782,0.3397216498851776,0.7301543056964874,1418.0,363008.0,4865.321404492948,23232512.0 +116.41,8.899999618530273,4603.0,0.012980145402252674,0.1384073942899704,1.8473235368728638,-0.017102299258112907,0.3238888680934906,0.7550234645605087,1419.0,363264.0,4868.881509403,23248896.0 +139.66,8.600000381469727,4485.0,0.01202388945966959,0.1328531950712204,1.861683964729309,-0.016861291602253914,0.31895920634269714,0.7497003078460693,1420.0,363520.0,4872.535284730839,23265280.0 +141.35,8.600000381469727,4869.0,0.010129250586032867,0.1130167618393898,1.845347285270691,-0.015360611490905285,0.3570515215396881,0.7652040421962738,1421.0,363776.0,4875.900531977881,23281664.0 +149.11,8.899999618530273,4737.0,0.012444932013750076,0.1314697265625,1.8528581857681274,-0.0164332315325737,0.33936524391174316,0.7297711968421936,1422.0,364032.0,4879.359608985018,23298048.0 +142.52,8.699999809265137,4953.0,0.010662290267646313,0.1126505509018898,1.852762222290039,-0.015742016956210136,0.3794191777706146,0.7011646628379822,1423.0,364288.0,4882.667730248999,23314432.0 +117.77,8.699999809265137,4866.0,0.015154290944337845,0.1574503630399704,1.80159330368042,-0.01781543530523777,0.3861510753631592,0.7138751745223999,1424.0,364544.0,4886.035235272953,23330816.0 +131.12,8.899999618530273,4881.0,0.012735992670059204,0.1403401643037796,1.8121280670166016,-0.018697412684559822,0.3455796241760254,0.7159178555011749,1425.0,364800.0,4889.392230436904,23347200.0 +131.3,9.199999809265137,4724.0,0.014471790753304958,0.1357421875,1.8305212259292603,-0.01705976016819477,0.25489819049835205,0.7544024139642715,1426.0,365056.0,4892.860986015992,23363584.0 +119.52,9.300000190734863,4859.0,0.0130879832431674,0.1346638947725296,1.8436814546585083,-0.014780639670789242,0.22509320080280304,0.7454207837581635,1427.0,365312.0,4896.233411055058,23379968.0 +153.19,8.899999618530273,4789.0,0.013726483099162579,0.1609904021024704,1.863649845123291,-0.014886449091136456,0.29605039954185486,0.7063962817192078,1428.0,365568.0,4899.6548965389375,23396352.0 +165.17,8.399999618530273,4771.0,0.011437409557402134,0.1257527619600296,1.8549281358718872,-0.017430320382118225,0.3492285907268524,0.6975354552268982,1429.0,365824.0,4903.089380088961,23412736.0 +163.52,8.5,4692.0,0.01157981064170599,0.1434122771024704,1.8984403610229492,-0.014067576266825199,0.35035809874534607,0.687664121389389,1430.0,366080.0,4906.582056479063,23429120.0 +169.56,8.5,4787.0,0.011624881066381931,0.14453125,1.913487434387207,-0.01597544737160206,0.27354201674461365,0.6956978440284729,1431.0,366336.0,4910.00506860204,23445504.0 +182.22,8.800000190734863,4988.0,0.011757721193134785,0.14862060546875,1.9237489700317383,-0.01635236106812954,0.2527588903903961,0.7271960973739624,1432.0,366592.0,4913.290350758936,23461888.0 +186.56,8.399999618530273,4915.0,0.01104793045669794,0.14141845703125,1.906315803527832,-0.013514059595763683,0.35869327187538147,0.6848832368850708,1433.0,366848.0,4916.624545271043,23478272.0 +167.19,7.900000095367432,4692.0,0.008870135992765427,0.1036580428481102,1.8731688261032104,-0.015069381333887577,0.48886778950691223,0.6507365703582764,1434.0,367104.0,4920.117034455063,23494656.0 +123.02,9.0,4676.0,0.01347025390714407,0.1563924103975296,1.8368524312973022,-0.01601521298289299,0.34153059124946594,0.6917741298675537,1435.0,367360.0,4923.62148053688,23511040.0 +135.16,9.0,4869.0,0.010434388183057308,0.1193644180893898,1.8564718961715698,-0.01691090688109398,0.31881439685821533,0.711492508649826,1436.0,367616.0,4926.98696599598,23527424.0 +110.06,9.0,4864.0,0.011473376303911209,0.1317952424287796,1.8775655031204224,-0.016217157244682312,0.29339471459388733,0.7362006604671478,1437.0,367872.0,4930.35579388286,23543808.0 +149.06,8.5,4834.0,0.013687881641089916,0.1549479216337204,1.8677115440368652,-0.016535207629203796,0.35430923104286194,0.6901681423187256,1438.0,368128.0,4933.745957620908,23560192.0 +127.2,8.800000190734863,5011.0,0.012847043573856354,0.1537882536649704,1.824095368385315,-0.017062006518244743,0.3532050549983978,0.6671148836612701,1439.0,368384.0,4937.015855810838,23576576.0 +104.6,8.699999809265137,4836.0,0.015698151662945747,0.1310221403837204,1.844038486480713,-0.016053035855293274,0.40009745955467224,0.6767224371433258,1440.0,368640.0,4940.404189663008,23592960.0 +128.16,9.199999809265137,4970.0,0.012340407818555832,0.1384684294462204,1.8872414827346802,-0.018099619075655937,0.2600792944431305,0.7624281197786331,1441.0,368896.0,4943.70136092999,23609344.0 +136.39,8.399999618530273,4830.0,0.013003990054130554,0.13067626953125,1.8323264122009277,-0.01346383523195982,0.396869421005249,0.6988199055194855,1442.0,369152.0,4947.093848931836,23625728.0 +111.44,9.100000381469727,4860.0,0.015729015693068504,0.1601765900850296,1.8198260068893433,-0.017834337428212166,0.3209013342857361,0.7125152051448822,1443.0,369408.0,4950.465219087899,23642112.0 +119.97,9.199999809265137,4500.0,0.0108497878536582,0.1105143204331398,1.8460382223129272,-0.015480655245482922,0.29308730363845825,0.7136791348457336,1444.0,369664.0,4954.106395618059,23658496.0 +114.77,9.600000381469727,4653.0,0.014185041189193726,0.1518351286649704,1.8568280935287476,-0.018019026145339012,0.18964475393295288,0.7745131701231003,1445.0,369920.0,4957.6279762429185,23674880.0 +135.53,8.899999618530273,4487.0,0.011332333087921143,0.1327311247587204,1.8019028902053833,-0.017484990879893303,0.33856895565986633,0.6891357600688934,1446.0,370176.0,4961.279404761968,23691264.0 +123.51,8.600000381469727,4756.0,0.011260103434324265,0.1130777969956398,1.8126630783081055,-0.014674387872219086,0.3923780918121338,0.6573850512504578,1447.0,370432.0,4964.72481131996,23707648.0 +118.11,9.199999809265137,5190.0,0.01640619896352291,0.13623046875,1.8266457319259644,-0.017549842596054077,0.2537575364112854,0.7301687300205231,1448.0,370688.0,4967.882143280003,23724032.0 +95.25,9.0,4690.0,0.012133478187024593,0.1395060271024704,1.8003324270248413,-0.015390601940453053,0.319589763879776,0.7130317687988281,1449.0,370944.0,4971.375780910952,23740416.0 +151.36,8.699999809265137,4753.0,0.013366724364459515,0.14825439453125,1.7965763807296753,-0.018414154648780823,0.3971048593521118,0.6657032370567322,1450.0,371200.0,4974.825148581993,23756800.0 +91.19,9.0,4873.0,0.016529737040400505,0.1549275666475296,1.7876936197280884,-0.018506154417991638,0.36691367626190186,0.658230185508728,1451.0,371456.0,4978.187949748011,23773184.0 +88.41,8.800000190734863,4929.0,0.012991175055503845,0.1124471053481102,1.825434684753418,-0.014043529517948627,0.42446374893188477,0.6342070996761322,1452.0,371712.0,4981.512833907967,23789568.0 +90.05,8.899999618530273,4914.0,0.010518942959606647,0.1113688126206398,1.7854405641555786,-0.016178974881768227,0.4423983097076416,0.6067314147949219,1453.0,371968.0,4984.847629931057,23805952.0 +99.14,9.0,4975.0,0.010202979668974876,0.1072184219956398,1.8101564645767212,-0.016848042607307434,0.3555293381214142,0.6485698521137238,1454.0,372224.0,4988.141590805957,23822336.0 +114.9,8.5,4964.0,0.01323439460247755,0.15423583984375,1.8526087999343872,-0.016444729641079903,0.3923204839229584,0.6275759637355804,1455.0,372480.0,4991.442549950909,23838720.0 +109.8,8.800000190734863,5015.0,0.010633151046931744,0.1147257462143898,1.7878317832946777,-0.01605040952563286,0.37333211302757263,0.659625768661499,1456.0,372736.0,4994.710297925863,23855104.0 +124.26,9.199999809265137,4818.0,0.010781940072774887,0.1223348006606102,1.8152085542678833,-0.015816977247595787,0.26617202162742615,0.7249417304992676,1457.0,372992.0,4998.110995990923,23871488.0 +141.0,8.800000190734863,4572.0,0.010203597135841846,0.1224161759018898,1.805782437324524,-0.017201298847794533,0.3341583013534546,0.6719159781932831,1458.0,373248.0,5001.6952316020615,23887872.0 +94.14,9.300000190734863,4610.0,0.012886847369372845,0.14935302734375,1.7808252573013306,-0.01670977659523487,0.3132961094379425,0.6983775198459625,1459.0,373504.0,5005.253681053873,23904256.0 +155.11,8.5,4462.0,0.01857319287955761,0.1445109099149704,1.8162082433700562,-0.016737142577767372,0.326619029045105,0.6586473882198334,1460.0,373760.0,5008.926584128989,23920640.0 +143.32,9.0,4359.0,0.012832142412662506,0.14422607421875,1.7956881523132324,-0.015054217539727688,0.29885274171829224,0.6743745505809784,1461.0,374016.0,5012.686335623963,23937024.0 +127.19,9.0,4641.0,0.009685895405709743,0.108642578125,1.8009191751480103,-0.014598988927900791,0.3829546868801117,0.6459892094135284,1462.0,374272.0,5016.2170026649255,23953408.0 +129.98,9.199999809265137,4261.0,0.012669672258198261,0.1494954377412796,1.8405998945236206,-0.017892420291900635,0.21669673919677734,0.7131055295467377,1463.0,374528.0,5020.06205616286,23969792.0 +156.35,9.100000381469727,4612.0,0.012517082504928112,0.1444498747587204,1.811781883239746,-0.014148036949336529,0.3431333303451538,0.6504924595355988,1464.0,374784.0,5023.615138452034,23986176.0 +125.34,9.100000381469727,4497.0,0.013835057616233826,0.1633504182100296,1.8092471361160278,-0.015787461772561073,0.22823433578014374,0.7201080024242401,1465.0,375040.0,5027.258797731949,24002560.0 +167.49,8.699999809265137,4443.0,0.009215413592755795,0.1164143905043602,1.7735519409179688,-0.014883766882121563,0.34352120757102966,0.617999255657196,1466.0,375296.0,5030.946449626004,24018944.0 +133.06,8.5,4401.0,0.009692437946796417,0.1131998673081398,1.850080966949463,-0.016551204025745392,0.33969128131866455,0.6115345656871796,1467.0,375552.0,5034.669213979971,24035328.0 +121.18,9.0,4587.0,0.012692607939243317,0.1324462890625,1.8220282793045044,-0.017107641324400902,0.31013745069503784,0.6808014214038849,1468.0,375808.0,5038.241760352859,24051712.0 +140.78,8.800000190734863,4728.0,0.011574637144804,0.1268513947725296,1.802512764930725,-0.017790427431464195,0.3993687331676483,0.635638415813446,1469.0,376064.0,5041.7074285780545,24068096.0 +98.49,9.100000381469727,5025.0,0.011752321384847164,0.138427734375,1.7726221084594727,-0.016395362094044685,0.3480728566646576,0.6816448867321014,1470.0,376320.0,5044.968289424898,24084480.0 +143.97,8.600000381469727,4533.0,0.011748253367841244,0.1365153044462204,1.7653545141220093,-0.020044421777129173,0.3415776193141937,0.6735232472419739,1471.0,376576.0,5048.583218564978,24100864.0 +123.44,9.0,4862.0,0.016215482726693153,0.1505940705537796,1.7760411500930786,-0.015166501514613628,0.30414247512817383,0.6766813695430756,1472.0,376832.0,5051.953373916913,24117248.0 +125.86,9.0,4683.0,0.012253290973603725,0.1267293244600296,1.8035974502563477,-0.018285978585481644,0.28064659237861633,0.6876737773418427,1473.0,377088.0,5055.452707304852,24133632.0 +137.85,8.899999618530273,4826.0,0.013459463603794575,0.1519775390625,1.8161181211471558,-0.014157501049339771,0.3166414499282837,0.6762405037879944,1474.0,377344.0,5058.848429098958,24150016.0 +107.32,9.199999809265137,4816.0,0.013193693943321705,0.1541544646024704,1.7872881889343262,-0.016655011102557182,0.26771512627601624,0.7157215774059296,1475.0,377600.0,5062.250654663891,24166400.0 +131.45,8.699999809265137,4955.0,0.01266928855329752,0.12408447265625,1.8215383291244507,-0.014594699256122112,0.29763972759246826,0.6627182364463806,1476.0,377856.0,5065.559068114962,24182784.0 +160.4,8.699999809265137,4866.0,0.011570475064218044,0.1363321989774704,1.8432250022888184,-0.017360281199216843,0.2996004819869995,0.6970232427120209,1477.0,378112.0,5068.926168775884,24199168.0 +98.88,9.399999618530273,4639.0,0.013242843560874462,0.1494547575712204,1.8373993635177612,-0.018179144710302353,0.21992957592010498,0.7424761950969696,1478.0,378368.0,5072.459006940946,24215552.0 +147.43,8.699999809265137,4388.0,0.012819069437682629,0.1464436799287796,1.8772706985473633,-0.015400700271129608,0.3123225271701813,0.6972403824329376,1479.0,378624.0,5076.1934467069805,24231936.0 +116.23,9.199999809265137,4844.0,0.010808851569890976,0.12896728515625,1.8652585744857788,-0.015558893792331219,0.31846949458122253,0.7024180293083191,1480.0,378880.0,5079.576373051852,24248320.0 +136.84,8.199999809265137,4493.0,0.009080584160983562,0.0986328125,1.9061647653579712,-0.012772045098245144,0.39276599884033203,0.6888315677642822,1481.0,379136.0,5083.22316202498,24264704.0 +173.1,8.600000381469727,4483.0,0.010532885789871216,0.1269327849149704,1.8791056871414185,-0.017219780012965202,0.30475255846977234,0.7180996239185333,1482.0,379392.0,5086.878075216897,24281088.0 +130.63,9.0,4471.0,0.01369932759553194,0.1616414338350296,1.8350229263305664,-0.01923462189733982,0.2902410924434662,0.7345328032970428,1483.0,379648.0,5090.542707224842,24297472.0 +105.67,9.199999809265137,4639.0,0.014752015471458435,0.1611531525850296,1.849859595298767,-0.01862229034304619,0.2135242223739624,0.7923110723495483,1484.0,379904.0,5094.074625195935,24313856.0 +159.06,8.600000381469727,4831.0,0.012782886624336243,0.1490275114774704,1.8220669031143188,-0.01713949628174305,0.38148924708366394,0.6996369957923889,1485.0,380160.0,5097.466667843983,24330240.0 +107.87,9.199999809265137,4646.0,0.012835468165576458,0.1476033478975296,1.8066495656967163,-0.01997455768287182,0.2906534969806671,0.7506617903709412,1486.0,380416.0,5100.993314551888,24346624.0 +120.52,8.699999809265137,4764.0,0.014417125843465328,0.143798828125,1.8327903747558594,-0.015244141221046448,0.31369659304618835,0.7585766166448593,1487.0,380672.0,5104.432563867886,24363008.0 +142.04,8.899999618530273,4703.0,0.01324534509330988,0.1495564728975296,1.808989405632019,-0.018251491710543633,0.3018617331981659,0.7749355733394623,1488.0,380928.0,5107.916741203982,24379392.0 +100.37,8.899999618530273,4486.0,0.021722251549363136,0.1837971955537796,1.8024932146072388,-0.015727873891592026,0.29356998205184937,0.7757366895675659,1489.0,381184.0,5111.569237504853,24395776.0 +127.61,8.699999809265137,4583.0,0.015472296625375748,0.1474405974149704,1.7709088325500488,-0.01627936400473118,0.4269140660762787,0.7194725275039673,1490.0,381440.0,5115.144869437907,24412160.0 +97.42,8.899999618530273,4507.0,0.011036564595997334,0.13079833984375,1.745444893836975,-0.015451922081410885,0.3895091116428375,0.7203603982925415,1491.0,381696.0,5118.780678889947,24428544.0 +128.19,8.899999618530273,4809.0,0.013903613202273846,0.1650797575712204,1.783704161643982,-0.01833178661763668,0.31831562519073486,0.7619956135749817,1492.0,381952.0,5122.1878142298665,24444928.0 +80.12,9.0,4900.0,0.014189324341714382,0.1586100310087204,1.7393826246261597,-0.017941774800419807,0.41686496138572693,0.7268964052200317,1493.0,382208.0,5125.534945799969,24461312.0 +108.98,8.600000381469727,4718.0,0.01108336728066206,0.1332804411649704,1.7951849699020386,-0.01630820333957672,0.3858283758163452,0.715019017457962,1494.0,382464.0,5129.007995574968,24477696.0 +119.98,9.0,4720.0,0.013748918659985065,0.1407267302274704,1.790819525718689,-0.016218475997447968,0.3151536285877228,0.7349822521209717,1495.0,382720.0,5132.480064776959,24494080.0 +135.35,9.0,4732.0,0.014932788908481598,0.1552937775850296,1.8024588823318481,-0.019607532769441605,0.2844468653202057,0.7435804903507233,1496.0,382976.0,5135.942688982934,24510464.0 +118.44,9.100000381469727,4684.0,0.016913099214434624,0.142822265625,1.8009806871414185,-0.01712186262011528,0.36830902099609375,0.7205387353897095,1497.0,383232.0,5139.440971886041,24526848.0 +125.58,8.5,4649.0,0.01150478795170784,0.1312662810087204,1.803086757659912,-0.017664631828665733,0.41384801268577576,0.6705847084522247,1498.0,383488.0,5142.965250816895,24543232.0 +131.26,9.199999809265137,4593.0,0.01801603101193905,0.1701456755399704,1.8399972915649414,-0.016380269080400467,0.28747689723968506,0.7340905666351318,1499.0,383744.0,5146.532817663858,24559616.0 +163.62,8.800000190734863,4834.0,0.012404248118400574,0.13134765625,1.8395638465881348,-0.015978625044226646,0.3232591450214386,0.7477383613586426,1500.0,384000.0,5149.922436750028,24576000.0 +137.2,8.800000190734863,4575.0,0.013996255584061146,0.158203125,1.807102084159851,-0.017356710508465767,0.3346269428730011,0.7306071519851685,1501.0,384256.0,5153.503959558904,24592384.0 +112.85,9.300000190734863,4517.0,0.015478885732591152,0.1508382111787796,1.864306926727295,-0.01994943991303444,0.23895102739334106,0.784924641251564,1502.0,384512.0,5157.131781061878,24608768.0 +137.22,8.600000381469727,4629.0,0.012677591294050217,0.1523640900850296,1.8344780206680298,-0.015399266965687275,0.36306628584861755,0.6862183809280396,1503.0,384768.0,5160.672130330931,24625152.0 +135.55,8.600000381469727,4578.0,0.011725899763405323,0.1314900666475296,1.8238296508789062,-0.01778549514710903,0.35849034786224365,0.7187390029430389,1504.0,385024.0,5164.251671917969,24641536.0 +89.38,9.399999618530273,4458.0,0.011372958309948444,0.1290486603975296,1.779722809791565,-0.019216282293200493,0.31976956129074097,0.7124695777893066,1505.0,385280.0,5167.926910657901,24657920.0 +109.95,9.399999618530273,4619.0,0.011417203582823277,0.13946533203125,1.8164774179458618,-0.01727662794291973,0.24910502135753632,0.7813329696655273,1506.0,385536.0,5171.47459147987,24674304.0 +104.03,8.899999618530273,4544.0,0.010799762792885303,0.1217447891831398,1.8051003217697144,-0.01690012775361538,0.44799330830574036,0.6727233231067657,1507.0,385792.0,5175.081082956865,24690688.0 +105.22,8.800000190734863,4525.0,0.013824800960719585,0.1408488005399704,1.8395037651062012,-0.01581919938325882,0.36235401034355164,0.7268660366535187,1508.0,386048.0,5178.701899806969,24707072.0 +136.68,8.800000190734863,4380.0,0.009478508494794369,0.1127115860581398,1.836050033569336,-0.01776200719177723,0.40869322419166565,0.6925455033779144,1509.0,386304.0,5182.443332402967,24723456.0 +101.5,9.600000381469727,4574.0,0.011897862888872623,0.1374715119600296,1.8539294004440308,-0.017649462446570396,0.23056334257125854,0.7724744975566864,1510.0,386560.0,5186.0303728098515,24739840.0 +130.89,8.800000190734863,4695.0,0.009623718447983265,0.11224365234375,1.8428453207015991,-0.015528730116784573,0.36665284633636475,0.6839326024055481,1511.0,386816.0,5189.520792540861,24756224.0 +129.0,8.399999618530273,4610.0,0.012116475962102413,0.1418050080537796,1.8247491121292114,-0.016570862382650375,0.46236005425453186,0.6778114140033722,1512.0,387072.0,5193.075649220031,24772608.0 +121.78,9.300000190734863,4624.0,0.01243540272116661,0.1342976838350296,1.830019474029541,-0.018660342320799828,0.29655489325523376,0.7548050582408905,1513.0,387328.0,5196.619059883058,24788992.0 +90.79,9.399999618530273,4734.0,0.010189453139901161,0.11712646484375,1.7964353561401367,-0.01695442944765091,0.38216182589530945,0.6736506521701813,1514.0,387584.0,5200.080256178044,24805376.0 +83.88,9.199999809265137,4458.0,0.011650352738797665,0.141845703125,1.8314324617385864,-0.018844155594706535,0.3254983723163605,0.6836864650249481,1515.0,387840.0,5203.756134341937,24821760.0 +142.48,8.899999618530273,4520.0,0.015003915876150131,0.12933349609375,1.8297224044799805,-0.014600186608731747,0.35201749205589294,0.6605543494224548,1516.0,388096.0,5207.3812836299185,24838144.0 +137.18,9.199999809265137,4344.0,0.01203028205782175,0.1366170197725296,1.8358817100524902,-0.018020734190940857,0.2789711654186249,0.7215229272842407,1517.0,388352.0,5211.153334781062,24854528.0 +144.84,8.800000190734863,4441.0,0.011031967587769032,0.1302490234375,1.8047099113464355,-0.015512612648308277,0.40030649304389954,0.676595151424408,1518.0,388608.0,5214.842987544835,24870912.0 +103.37,9.199999809265137,4549.0,0.01156208198517561,0.1256306916475296,1.8118386268615723,-0.01515316590666771,0.29344314336776733,0.7143193781375885,1519.0,388864.0,5218.445426044054,24887296.0 +133.08,8.699999809265137,4531.0,0.010634961538016796,0.1263020783662796,1.842382550239563,-0.018514929339289665,0.31704872846603394,0.7050771713256836,1520.0,389120.0,5222.062212486984,24903680.0 +111.07,9.199999809265137,4603.0,0.01179755199700594,0.1355997771024704,1.7824143171310425,-0.015051651746034622,0.34754982590675354,0.6567047834396362,1521.0,389376.0,5225.622163349995,24920064.0 +130.91,8.100000381469727,4587.0,0.017288820818066597,0.1406656950712204,1.794459342956543,-0.016591226682066917,0.4285717308521271,0.6482231020927429,1522.0,389632.0,5229.194374846062,24936448.0 +83.01,9.300000190734863,4858.0,0.014322090893983841,0.1579996794462204,1.793465256690979,-0.018000822514295578,0.3329712748527527,0.7316740453243256,1523.0,389888.0,5232.567499579862,24952832.0 +105.4,8.600000381469727,5034.0,0.010983522050082684,0.1261800080537796,1.790549635887146,-0.015483944676816463,0.5018796920776367,0.6570967137813568,1524.0,390144.0,5235.823217886966,24969216.0 +135.87,8.5,4942.0,0.010408122092485428,0.12274169921875,1.7886533737182617,-0.015574450604617596,0.3909466564655304,0.695702075958252,1525.0,390400.0,5239.138690909836,24985600.0 diff --git a/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..05ca873ab5c4b670005ed2343289832fac53cfc4 --- /dev/null +++ b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +83.81,-2.5299999713897705,305.0,0.00014873901091050357,0.0,2.707920789718628,-0.00022824802726972848,0.35982099175453186,0.007782340049743652,1.0,256.0,53.64953793794848,16384.0 +88.56,-2.809999942779541,4845.0,0.00022139640350360423,0.0,2.7071094512939453,-0.0004535860207397491,0.1681562215089798,0.023334085941314697,2.0,512.0,57.03764537512325,32768.0 +81.97,-2.8299999237060547,4851.0,0.0010721039725467563,0.0009562174673192203,2.702775001525879,-0.0008220445015467703,0.14247381687164307,0.09189999103546143,3.0,768.0,60.41568637313321,49152.0 +83.08,-2.630000114440918,4855.0,0.0021205416414886713,0.0103759765625,2.69360613822937,-0.0017939368262887,0.1418551653623581,0.18117499351501465,4.0,1024.0,63.790704340906814,65536.0 +86.49,-2.109999895095825,4814.0,0.0014503846177831292,0.012430827133357525,2.690424680709839,-0.0014727977104485035,0.1300809532403946,0.240059494972229,5.0,1280.0,67.1944916609209,81920.0 +87.27,-2.819999933242798,4990.0,0.0012961378088220954,0.0030314128380268812,2.685924530029297,-0.0014054691419005394,0.15384966135025024,0.2967407703399658,6.0,1536.0,70.4783061069902,98304.0 +84.44,-2.4100000858306885,4763.0,0.0031155270989984274,0.014506022445857525,2.6744067668914795,-0.0031371682416647673,0.12225326895713806,0.3407849669456482,7.0,1792.0,73.91836548410356,114688.0 +82.92,-2.069999933242798,4673.0,0.002124328864738345,0.009928385727107525,2.671912908554077,-0.0029729995876550674,0.10725531727075577,0.40146273374557495,8.0,2048.0,77.425234176917,131072.0 +84.4,-1.899999976158142,4897.0,0.004039442632347345,0.03019205667078495,2.6608145236968994,-0.004133039619773626,0.09839701652526855,0.3706212043762207,9.0,2304.0,80.77185189700685,147456.0 +81.54,-2.0999999046325684,4903.0,0.003448373405262828,0.0252685546875,2.663914203643799,-0.004775441717356443,0.10888100415468216,0.39101582765579224,10.0,2560.0,84.11383420508355,163840.0 +77.34,-1.5800000429153442,4989.0,0.0034958093892782927,0.02496337890625,2.66284441947937,-0.005394811276346445,0.09116709977388382,0.48612451553344727,11.0,2816.0,87.39809777704068,180224.0 +82.0,-1.7000000476837158,4812.0,0.0055113788694143295,0.0554402656853199,2.646970748901367,-0.008781246840953827,0.09008754044771194,0.4658464193344116,12.0,3072.0,90.80292571010068,196608.0 +74.91,-1.2100000381469727,4927.0,0.005584724247455597,0.0600382499396801,2.635952949523926,-0.007946997880935669,0.07033617794513702,0.5210933685302734,13.0,3328.0,94.12844126508571,212992.0 +79.24,-1.1100000143051147,4848.0,0.005355552304536104,0.05999755859375,2.632179021835327,-0.009906691499054432,0.08181687444448471,0.4324530363082886,14.0,3584.0,97.50845652492717,229376.0 +74.61,-0.8999999761581421,4680.0,0.0050123813562095165,0.0529988594353199,2.6250064373016357,-0.010873827151954174,0.07553160190582275,0.43070441484451294,15.0,3840.0,101.0099010230042,245760.0 +75.33,-0.6899999976158142,4881.0,0.007163877133280039,0.0934855118393898,2.594513416290283,-0.010403710417449474,0.06826949864625931,0.4485481381416321,16.0,4096.0,104.3668962540105,262144.0 +82.02,-0.33000001311302185,4620.0,0.00680706650018692,0.0862223282456398,2.5893325805664062,-0.012883228249847889,0.05507499352097511,0.467423677444458,17.0,4352.0,107.91390617494471,278528.0 +81.88,-0.18000000715255737,4731.0,0.007038726005703211,0.0891520157456398,2.575943946838379,-0.012687633745372295,0.05962128937244415,0.5094356536865234,18.0,4608.0,111.37758435006253,294912.0 +78.53,-0.25999999046325684,4841.0,0.0077674188651144505,0.1014404296875,2.577491283416748,-0.01453670859336853,0.058757442981004715,0.4546336531639099,19.0,4864.0,114.76222026301548,311296.0 +77.11,-0.11999999731779099,4947.0,0.007992793805897236,0.104248046875,2.572558641433716,-0.01199814397841692,0.07516682893037796,0.4275793433189392,20.0,5120.0,118.07444948493503,327680.0 +78.94,0.07000000029802322,4923.0,0.008739150129258633,0.1215006485581398,2.527418375015259,-0.015683278441429138,0.0635443851351738,0.42923611402511597,21.0,5376.0,121.40425511496142,344064.0 +78.86,-0.14000000059604645,4802.0,0.009079133160412312,0.1222941055893898,2.5344393253326416,-0.016150102019309998,0.05072862282395363,0.42187976837158203,22.0,5632.0,124.81610448495485,360448.0 +80.57,0.4399999976158142,4949.0,0.009338964708149433,0.1265665739774704,2.533543348312378,-0.013488799333572388,0.05211097002029419,0.3759427070617676,23.0,5888.0,128.12738119298592,376832.0 +76.94,0.47999998927116394,4939.0,0.010184830985963345,0.1430867463350296,2.5302894115448,-0.015175447799265385,0.04408213123679161,0.3745419979095459,24.0,6144.0,131.4452291401103,393216.0 +78.97,0.5099999904632568,4736.0,0.010478123091161251,0.1483357697725296,2.504772424697876,-0.014486968517303467,0.04581981897354126,0.4098173975944519,25.0,6400.0,134.90495021594688,409600.0 +85.63,0.6499999761581421,4708.0,0.011041388846933842,0.1522420197725296,2.508476495742798,-0.01629677228629589,0.03740197420120239,0.3798304796218872,26.0,6656.0,138.38512627407908,425984.0 +81.0,0.6000000238418579,4799.0,0.01132302824407816,0.1588134765625,2.489553213119507,-0.014811505563557148,0.040916819125413895,0.4156786799430847,27.0,6912.0,141.79967408510856,442368.0 +79.01,0.6600000262260437,4816.0,0.010077398270368576,0.1376139372587204,2.5059032440185547,-0.014663785696029663,0.03915944695472717,0.4848012924194336,28.0,7168.0,145.2023266630713,458752.0 +84.09,0.5299999713897705,4895.0,0.011168179102241993,0.1483968049287796,2.4849209785461426,-0.01600329950451851,0.05157501623034477,0.46099573373794556,29.0,7424.0,148.5499734240584,475136.0 +87.75,0.9800000190734863,4763.0,0.009458073414862156,0.1265462189912796,2.489518404006958,-0.015085029415786266,0.04085177555680275,0.4988774061203003,30.0,7680.0,151.99062439706177,491520.0 +89.22,1.2200000286102295,4830.0,0.010598461143672466,0.1435139924287796,2.464672803878784,-0.016225963830947876,0.043299105018377304,0.5178225934505463,31.0,7936.0,155.38287384598516,507904.0 +88.2,1.649999976158142,4780.0,0.010487980209290981,0.1445515900850296,2.4676876068115234,-0.017973026260733604,0.037534408271312714,0.5432214438915253,32.0,8192.0,158.8106891340576,524288.0 +86.62,1.5099999904632568,4717.0,0.01225419994443655,0.1638590544462204,2.4703497886657715,-0.01700197160243988,0.04114411771297455,0.5598795711994171,33.0,8448.0,162.28480179002509,540672.0 +97.58,1.149999976158142,4765.0,0.011719810776412487,0.1523640900850296,2.4713590145111084,-0.015103465877473354,0.05159482732415199,0.566376656293869,34.0,8704.0,165.72367594810203,557056.0 +91.47,1.559999942779541,4749.0,0.011434962041676044,0.1488444060087204,2.437776565551758,-0.014785139821469784,0.05510609224438667,0.5900675356388092,35.0,8960.0,169.17422031098977,573440.0 +93.96,1.7400000095367432,4825.0,0.014353983104228973,0.1909993439912796,2.4373419284820557,-0.01409611850976944,0.04716074466705322,0.6287288069725037,36.0,9216.0,172.57086674612947,589824.0 +100.29,1.9700000286102295,4797.0,0.012501259334385395,0.16802978515625,2.4179134368896484,-0.016202762722969055,0.04956170916557312,0.6792030930519104,37.0,9472.0,175.9865202640649,606208.0 +107.74,1.8799999952316284,4922.0,0.012430540286004543,0.16741943359375,2.401677370071411,-0.017293766140937805,0.05868718400597572,0.6211285889148712,38.0,9728.0,179.3155046289321,622592.0 +110.56,2.5999999046325684,4899.0,0.011476696468889713,0.1517333984375,2.385723114013672,-0.007608733605593443,0.07405514270067215,0.6671954095363617,39.0,9984.0,182.66039889492095,638976.0 +124.1,2.6600000858306885,4715.0,0.010730653069913387,0.1358235627412796,2.3758022785186768,-0.016069570556282997,0.06514312326908112,0.6025605797767639,40.0,10240.0,186.13567308313213,655360.0 +133.91,2.440000057220459,4896.0,0.011962992139160633,0.16156005859375,2.359956741333008,-0.011726196855306625,0.08068666607141495,0.6089607179164886,41.0,10496.0,189.48301212699153,671744.0 +146.8,3.569999933242798,4817.0,0.013410232029855251,0.1763509064912796,2.3497278690338135,-0.009447484277188778,0.1273469477891922,0.5337541103363037,42.0,10752.0,192.88424598309211,688128.0 +151.1,3.9800000190734863,4794.0,0.011212948709726334,0.1482136994600296,2.34324312210083,-0.009218155406415462,0.13059259951114655,0.5766536593437195,43.0,11008.0,196.30238348408602,704512.0 +174.58,5.119999885559082,4857.0,0.012438875623047352,0.1641438752412796,2.3448407649993896,-0.008907387964427471,0.19625991582870483,0.5199910402297974,44.0,11264.0,199.6764246309176,720896.0 +151.62,4.059999942779541,4853.0,0.014176207594573498,0.18426513671875,2.342705011367798,-0.0024458838161081076,0.15178675949573517,0.6392459571361542,45.0,11520.0,203.0530868319329,737280.0 +153.35,4.070000171661377,4763.0,0.011092896573245525,0.1455891877412796,2.337373733520508,-0.009382733143866062,0.1370571106672287,0.6461108326911926,46.0,11776.0,206.4932292071171,753664.0 +185.28,5.900000095367432,4638.0,0.010399836115539074,0.13153076171875,2.3505537509918213,-0.0061193606816232204,0.18047408759593964,0.6678929924964905,47.0,12032.0,210.02573022409342,770048.0 +189.63,5.199999809265137,4869.0,0.009893880225718021,0.1325276643037796,2.327791213989258,-0.005462263245135546,0.15592409670352936,0.7228679955005646,48.0,12288.0,213.39073515613563,786432.0 +197.03,5.909999847412109,4724.0,0.008224577642977238,0.0962727889418602,2.319617986679077,-0.008735599927604198,0.2015565186738968,0.7108552753925323,49.0,12544.0,216.85950890905224,802816.0 +170.96,4.929999828338623,4779.0,0.007810527458786964,0.0936279296875,2.333684206008911,-0.010957866907119751,0.12491863965988159,0.752498671412468,50.0,12800.0,220.28830570797436,819200.0 +200.57,6.050000190734863,4770.0,0.011405960656702518,0.1382649689912796,2.314460277557373,-0.009149948135018349,0.13744975626468658,0.7455532550811768,51.0,13056.0,223.7235831040889,835584.0 +201.75,6.550000190734863,4816.0,0.009311298839747906,0.1136474609375,2.3478846549987793,-0.009090136736631393,0.18289558589458466,0.7482750117778778,52.0,13312.0,227.12598270107992,851968.0 +172.48,5.75,4866.0,0.011523622088134289,0.1473185271024704,2.337158441543579,-0.011865881271660328,0.1553869992494583,0.7933643460273743,53.0,13568.0,230.49337928905152,868352.0 +216.31,7.909999847412109,4793.0,0.010775581933557987,0.1371053010225296,2.3177413940429688,-0.01048276573419571,0.1812281608581543,0.814777061343193,54.0,13824.0,233.91212001792155,884736.0 +247.86,8.369999885559082,4688.0,0.013557796366512775,0.17047119140625,2.3318545818328857,-0.010929173789918423,0.15141607820987701,0.8075369596481323,55.0,14080.0,237.40781888994388,901120.0 +217.35,9.369999885559082,4900.0,0.011981714516878128,0.1474812775850296,2.2948319911956787,-0.005630383733659983,0.25034430623054504,0.8401863425970078,56.0,14336.0,240.75226294901222,917504.0 +220.89,9.569999694824219,4634.0,0.009576928801834583,0.1220703125,2.274732828140259,-0.006070917937904596,0.25958147644996643,0.8448283076286316,57.0,14592.0,244.2886831429787,933888.0 +258.31,10.420000076293945,4842.0,0.009450454264879227,0.1221110001206398,2.290682315826416,-0.010127573274075985,0.2218533158302307,0.7940319627523422,58.0,14848.0,247.67265655403025,950272.0 +238.17,9.470000267028809,4851.0,0.009281840175390244,0.1142578125,2.272160291671753,-0.009966183453798294,0.22493304312229156,0.8158101290464401,59.0,15104.0,251.05078979791142,966656.0 +237.69,8.619999885559082,4842.0,0.008811104111373425,0.1046346053481102,2.2832162380218506,-0.010417955927550793,0.241530179977417,0.8038833886384964,60.0,15360.0,254.43487942009233,983040.0 +235.96,9.329999923706055,4713.0,0.007676055189222097,0.09454345703125,2.2655532360076904,-0.008962892927229404,0.2544349730014801,0.8468665331602097,61.0,15616.0,257.9118698879611,999424.0 +258.98,10.729999542236328,4856.0,0.011642041616141796,0.1497802734375,2.259272813796997,-0.003833901369944215,0.2903553545475006,0.8391659557819366,62.0,15872.0,261.2864397331141,1015808.0 +260.7,11.1899995803833,4819.0,0.008155470713973045,0.0960489884018898,2.250143527984619,-0.006941554602235556,0.3289128243923187,0.8423461019992828,63.0,16128.0,264.68675360502675,1032192.0 +258.23,10.979999542236328,4722.0,0.007120788563042879,0.0846761092543602,2.230288505554199,-0.00825636088848114,0.32938218116760254,0.8500494062900543,64.0,16384.0,268.15691876993515,1048576.0 +249.45,10.8100004196167,4669.0,0.007282278034836054,0.0886026993393898,2.249976873397827,-0.008906044997274876,0.29125770926475525,0.8443583995103836,65.0,16640.0,271.66782108694315,1064960.0 +240.5,9.210000038146973,4883.0,0.008609350770711899,0.1114908829331398,2.2485527992248535,-0.013499700464308262,0.28337863087654114,0.7835323363542557,66.0,16896.0,275.0239175960887,1081344.0 +266.44,10.9399995803833,4810.0,0.012554836459457874,0.1555582731962204,2.2077784538269043,-0.009998942725360394,0.3136405646800995,0.8300552666187286,67.0,17152.0,278.43100597593,1097728.0 +273.59,12.09000015258789,4745.0,0.009595473296940327,0.1261393278837204,2.245878219604492,-0.011827610433101654,0.2656804919242859,0.8415800034999847,68.0,17408.0,281.88468524091877,1114112.0 +271.35,11.100000381469727,4761.0,0.014125549234449863,0.1780802458524704,2.2499241828918457,-0.0077711972407996655,0.24549198150634766,0.8189795762300491,69.0,17664.0,285.3261913440656,1130496.0 +255.87,9.720000267028809,4865.0,0.009747235104441643,0.1255086213350296,2.246980905532837,-0.011632620356976986,0.3375919759273529,0.7972863018512726,70.0,17920.0,288.69426441099495,1146880.0 +276.26,11.579999923706055,4776.0,0.01057905051857233,0.1289876252412796,2.2330243587493896,-0.013076615519821644,0.2978381812572479,0.8276295363903046,71.0,18176.0,292.1251707789488,1163264.0 +254.01,9.470000267028809,4819.0,0.012714405544102192,0.1553955078125,2.213568925857544,-0.013905507512390614,0.3262735903263092,0.8129208832979202,72.0,18432.0,295.52518028207123,1179648.0 +249.95,9.819999694824219,4808.0,0.008180289529263973,0.1041259765625,2.2019426822662354,-0.010127327404916286,0.335551381111145,0.8432049006223679,73.0,18688.0,298.9330714310054,1196032.0 +288.56,12.90999984741211,4753.0,0.00827163178473711,0.1016642227768898,2.2146499156951904,-0.0124901682138443,0.32330286502838135,0.8215806186199188,74.0,18944.0,302.38124697003514,1212416.0 +288.38,13.020000457763672,4893.0,0.011720788665115833,0.1393025666475296,2.2024459838867188,-0.012749943882226944,0.37324801087379456,0.8198062628507614,75.0,19200.0,305.7304008221254,1228800.0 +270.39,11.380000114440918,4744.0,0.012668020091950893,0.1535441130399704,2.1946449279785156,-0.007570389658212662,0.38293805718421936,0.8238584250211716,76.0,19456.0,309.1847049179487,1245184.0 +278.04,12.489999771118164,4828.0,0.008032085373997688,0.0960896834731102,2.2021167278289795,-0.01100629847496748,0.3734939992427826,0.828845426440239,77.0,19712.0,312.57898877211846,1261568.0 +288.21,13.869999885559082,4886.0,0.008311689831316471,0.1080322265625,2.1998178958892822,-0.011950887739658356,0.40750524401664734,0.8172966837882996,78.0,19968.0,315.9328446320724,1277952.0 +285.95,13.859999656677246,4918.0,0.0089444974437356,0.1192830428481102,2.2119081020355225,-0.015406698919832706,0.2675863206386566,0.8533495217561722,79.0,20224.0,319.264794687042,1294336.0 +281.62,12.350000381469727,4779.0,0.012150959111750126,0.1584065705537796,2.2240002155303955,-0.010525981895625591,0.32547155022621155,0.8286838531494141,80.0,20480.0,322.693391965935,1310720.0 +298.65,14.0,4804.0,0.011547786183655262,0.1514078825712204,2.224140167236328,-0.010791324079036713,0.3804343044757843,0.8034218400716782,81.0,20736.0,326.1041862559505,1327104.0 +297.96,13.640000343322754,4790.0,0.011492665857076645,0.1511027067899704,2.188708543777466,-0.014776975847780704,0.3529738187789917,0.8315083831548691,82.0,20992.0,329.5251785251312,1343488.0 +303.56,14.8100004196167,4839.0,0.01079636812210083,0.1374104768037796,2.1921370029449463,-0.008523639291524887,0.433162659406662,0.8458663672208786,83.0,21248.0,332.913328794064,1359872.0 +301.87,14.819999694824219,4887.0,0.013851005584001541,0.1856689453125,2.2314090728759766,-0.007861907593905926,0.34148767590522766,0.8542628288269043,84.0,21504.0,336.2664329819381,1376256.0 +272.67,12.4399995803833,4792.0,0.01063836645334959,0.1425984650850296,2.2345166206359863,-0.009937322698533535,0.40175703167915344,0.8217030465602875,85.0,21760.0,339.68649944709614,1392640.0 +292.52,14.329999923706055,4855.0,0.008703936822712421,0.1126912459731102,2.26519513130188,-0.010096942074596882,0.3543470799922943,0.8226896226406097,86.0,22016.0,343.0611851529684,1409024.0 +304.11,14.520000457763672,4801.0,0.011616156436502934,0.1464436799287796,2.2858333587646484,-0.01080081332474947,0.3420208990573883,0.8137524873018265,87.0,22272.0,346.4739932999946,1425408.0 +289.21,13.5600004196167,4948.0,0.008320108987390995,0.1064656600356102,2.296579599380493,-0.011643416248261929,0.3132500648498535,0.8204243928194046,88.0,22528.0,349.7857702409383,1441792.0 +282.41,13.779999732971191,4654.0,0.007134428713470697,0.0858968123793602,2.286973237991333,-0.012335249222815037,0.33848193287849426,0.8217161446809769,89.0,22784.0,353.3069294700399,1458176.0 +283.52,13.619999885559082,4852.0,0.007434216793626547,0.090576171875,2.2947604656219482,-0.011826855130493641,0.30555057525634766,0.8466450572013855,90.0,23040.0,356.68421226297505,1474560.0 +326.73,16.790000915527344,4765.0,0.007401369046419859,0.09344482421875,2.2750141620635986,-0.011083989404141903,0.35186734795570374,0.8534619361162186,91.0,23296.0,360.12296596192755,1490944.0 +348.65,18.84000015258789,4728.0,0.007727172691375017,0.0989990234375,2.2803523540496826,-0.010157355107367039,0.31291207671165466,0.8544076085090637,92.0,23552.0,363.588602127973,1507328.0 +327.81,17.149999618530273,4745.0,0.01141755934804678,0.1534423828125,2.293323040008545,-0.009745017625391483,0.34950312972068787,0.8398627191781998,93.0,23808.0,367.04183002305217,1523712.0 +327.05,17.209999084472656,4723.0,0.007371064275503159,0.0925699844956398,2.274461507797241,-0.009973091073334217,0.36494359374046326,0.8434679508209229,94.0,24064.0,370.5113564210478,1540096.0 +329.6,17.690000534057617,4878.0,0.010942213237285614,0.1393025666475296,2.277054786682129,-0.010874790139496326,0.32512590289115906,0.853261262178421,95.0,24320.0,373.8704517830629,1556480.0 +324.3,17.260000228881836,4843.0,0.009825490415096283,0.12646484375,2.2813432216644287,-0.010121352039277554,0.4015763998031616,0.8303250968456268,96.0,24576.0,377.25363737298176,1572864.0 +334.34,18.010000228881836,4989.0,0.00998494029045105,0.1324869841337204,2.284867286682129,-0.015263758599758148,0.28397271037101746,0.8371603637933731,97.0,24832.0,380.53869437612593,1589248.0 +331.72,17.440000534057617,4807.0,0.010236653499305248,0.1395060271024704,2.2630934715270996,-0.00984140019863844,0.41205787658691406,0.8194109052419662,98.0,25088.0,383.94747571111657,1605632.0 +330.73,17.260000228881836,4826.0,0.013195718638598919,0.1751708984375,2.3039371967315674,-0.011918353848159313,0.3490925133228302,0.8031591773033142,99.0,25344.0,387.3428824550938,1622016.0 +325.04,15.470000267028809,4793.0,0.013664036057889462,0.1831461638212204,2.2929232120513916,-0.007382627576589584,0.38119128346443176,0.7658791393041611,100.0,25600.0,390.76169349905103,1638400.0 +345.3,16.690000534057617,5010.0,0.008349588140845299,0.1084391251206398,2.2808384895324707,-0.010176020674407482,0.3750385046005249,0.8008524924516678,101.0,25856.0,394.03242124198005,1654784.0 +340.22,18.25,4899.0,0.01033939141780138,0.1373494416475296,2.2906737327575684,-0.009552369825541973,0.356904000043869,0.7950800657272339,102.0,26112.0,397.3770022909157,1671168.0 +317.27,16.290000915527344,4894.0,0.014241422526538372,0.1866048127412796,2.283724069595337,-0.011881362646818161,0.32445022463798523,0.7686820179224014,103.0,26368.0,400.72533838497475,1687552.0 +318.91,16.190000534057617,4809.0,0.009301344864070415,0.1241251602768898,2.256220817565918,-0.008502557873725891,0.41434744000434875,0.8015733659267426,104.0,26624.0,404.1325885229744,1703936.0 +331.51,17.81999969482422,4827.0,0.010171216912567616,0.132568359375,2.305628776550293,-0.01275984663516283,0.3032505512237549,0.7991621494293213,105.0,26880.0,407.5274160329718,1720320.0 +330.51,17.479999542236328,4908.0,0.011640398763120174,0.16119384765625,2.294682264328003,-0.011864651925861835,0.34399843215942383,0.798685759305954,106.0,27136.0,410.8661827649921,1736704.0 +336.15,16.440000534057617,4636.0,0.013190018944442272,0.1814168244600296,2.296069860458374,-0.012859371490776539,0.3830852508544922,0.7345629930496216,107.0,27392.0,414.4009240809828,1753088.0 +331.72,16.440000534057617,4787.0,0.011703886091709137,0.16717529296875,2.2761776447296143,-0.008110703900456429,0.3538230359554291,0.8127577900886536,108.0,27648.0,417.82421871693805,1769472.0 +342.21,18.219999313354492,4938.0,0.010605555959045887,0.1400960236787796,2.2935502529144287,-0.01353695709258318,0.2997071444988251,0.8122230917215347,109.0,27904.0,421.14269008208066,1785856.0 +317.49,16.190000534057617,4851.0,0.01075683068484068,0.1395467072725296,2.2964112758636475,-0.011075906455516815,0.2982783019542694,0.8245293945074081,110.0,28160.0,424.5202858420089,1802240.0 +319.07,15.640000343322754,4850.0,0.00786529015749693,0.0935465469956398,2.304967164993286,-0.010430359281599522,0.35608184337615967,0.7606485784053802,111.0,28416.0,427.8991515210364,1818624.0 +324.42,15.40999984741211,4830.0,0.007123056799173355,0.0875447615981102,2.311492681503296,-0.011946293525397778,0.30794790387153625,0.8062017410993576,112.0,28672.0,431.291864532046,1835008.0 +309.14,14.229999542236328,4846.0,0.00987257156521082,0.1260172575712204,2.3079476356506348,-0.014640405774116516,0.428631991147995,0.701554149389267,113.0,28928.0,434.6735233529471,1851392.0 +311.34,14.720000267028809,4953.0,0.011917784810066223,0.16253662109375,2.2966387271881104,-0.012569769285619259,0.2958609461784363,0.7984906286001205,114.0,29184.0,437.9819825729355,1867776.0 +309.28,15.029999732971191,4956.0,0.010145002044737339,0.1340738981962204,2.301976203918457,-0.013612974435091019,0.3323917090892792,0.7542937844991684,115.0,29440.0,441.28812997811474,1884160.0 +310.16,15.359999656677246,4830.0,0.00951205100864172,0.1333414763212204,2.2689733505249023,-0.009173933416604996,0.33988144993782043,0.7863789647817612,116.0,29696.0,444.6803822820075,1900544.0 +323.04,16.3700008392334,4754.0,0.00955397542566061,0.1228230819106102,2.2837650775909424,-0.010324993170797825,0.37808957695961,0.7711717486381531,117.0,29952.0,448.12755840690807,1916928.0 +303.12,13.680000305175781,4875.0,0.010550983250141144,0.1349080353975296,2.2981090545654297,-0.010528887622058392,0.2839265763759613,0.7936220020055771,118.0,30208.0,451.488883116981,1933312.0 +303.75,13.739999771118164,4975.0,0.011012458242475986,0.1478271484375,2.2773871421813965,-0.012467569671571255,0.3188699185848236,0.7871299684047699,119.0,30464.0,454.7822990359273,1949696.0 +308.13,15.279999732971191,4902.0,0.008169620297849178,0.1029256209731102,2.262787103652954,-0.0143505884334445,0.3345812261104584,0.7722445279359818,120.0,30720.0,458.1247657770291,1966080.0 +337.35,17.829999923706055,4918.0,0.009512784890830517,0.1251017302274704,2.238816022872925,-0.012441261671483517,0.3547508418560028,0.7702695429325104,121.0,30976.0,461.4568485049531,1982464.0 +338.27,17.780000686645508,4760.0,0.011521383188664913,0.1498820036649704,2.2755286693573,-0.012790911830961704,0.2952309846878052,0.7735792845487595,122.0,31232.0,464.89878782304004,1998848.0 +355.98,18.6299991607666,4838.0,0.009546720422804356,0.1243489608168602,2.2653024196624756,-0.008334904909133911,0.3640863001346588,0.7870872169733047,123.0,31488.0,468.2853408891242,2015232.0 +373.47,20.8700008392334,4798.0,0.009351483546197414,0.1211751326918602,2.2550089359283447,-0.009576191194355488,0.25868168473243713,0.823790118098259,124.0,31744.0,471.70056974701583,2031616.0 +363.7,20.190000534057617,4730.0,0.008551904000341892,0.1155598983168602,2.274010181427002,-0.010359962470829487,0.32878491282463074,0.7915884554386139,125.0,32000.0,475.1649266059976,2048000.0 +353.31,18.6200008392334,4973.0,0.007912966422736645,0.102294921875,2.279823064804077,-0.01280276756733656,0.30384135246276855,0.8176209926605225,126.0,32256.0,478.45965840201825,2064384.0 +354.14,18.329999923706055,4807.0,0.007461515720933676,0.0922037735581398,2.2781827449798584,-0.010515093803405762,0.2962498366832733,0.7945126444101334,127.0,32512.0,481.86884475895204,2080768.0 +354.74,18.3799991607666,4717.0,0.01201888918876648,0.16156005859375,2.296480655670166,-0.012271321378648281,0.32558709383010864,0.78164242208004,128.0,32768.0,485.34289902308956,2097152.0 +339.88,17.299999237060547,4860.0,0.01172929909080267,0.1549072265625,2.2791664600372314,-0.012420552782714367,0.3188292682170868,0.788907378911972,129.0,33024.0,488.714818187058,2113536.0 +345.89,18.440000534057617,4704.0,0.00879481341689825,0.1181844100356102,2.2722556591033936,-0.011640855111181736,0.2643601894378662,0.8269283473491669,130.0,33280.0,492.19794735102914,2129920.0 +358.42,19.260000228881836,4700.0,0.008719823323190212,0.11029052734375,2.2779054641723633,-0.011251796968281269,0.3249067962169647,0.7904176265001297,131.0,33536.0,495.68398285191506,2146304.0 +378.57,19.75,4898.0,0.0062579927034676075,0.07452392578125,2.2778921127319336,-0.010958886705338955,0.31520822644233704,0.7806063741445541,132.0,33792.0,499.0295668321196,2162688.0 +377.58,20.920000076293945,4645.0,0.0068960594944655895,0.08416748046875,2.2832770347595215,-0.010022924281656742,0.33255913853645325,0.8095105439424515,133.0,34048.0,502.55729791196063,2179072.0 +354.4,19.43000030517578,4914.0,0.010424469597637653,0.12548828125,2.2831103801727295,-0.009503517299890518,0.3094771206378937,0.7841347455978394,134.0,34304.0,505.89159937691875,2195456.0 +344.8,18.34000015258789,4848.0,0.010170911438763142,0.1309407502412796,2.2862565517425537,-0.008922387845814228,0.35394883155822754,0.7448035478591919,135.0,34560.0,509.2715581690427,2211840.0 +337.43,17.780000686645508,5006.0,0.011973894201219082,0.15692138671875,2.24790096282959,-0.00961462315171957,0.32947567105293274,0.7994391620159149,136.0,34816.0,512.5454255340155,2228224.0 +349.82,18.93000030517578,4637.0,0.009956014342606068,0.1260172575712204,2.231726884841919,-0.01098527479916811,0.2754978537559509,0.7949856370687485,137.0,35072.0,516.0790572159458,2244608.0 +373.08,21.489999771118164,4738.0,0.012410551309585571,0.1640218049287796,2.2312400341033936,-0.010732070542871952,0.3170655369758606,0.8252049535512924,138.0,35328.0,519.5382071940694,2260992.0 +366.29,21.469999313354492,4871.0,0.013356305658817291,0.167236328125,2.213223695755005,-0.005833970382809639,0.31483006477355957,0.7920363694429398,139.0,35584.0,522.9024962710682,2277376.0 +347.9,19.8799991607666,4758.0,0.009380360133945942,0.1239217147231102,2.2719080448150635,-0.009213002398610115,0.2941167652606964,0.7805224657058716,140.0,35840.0,526.3463799739257,2293760.0 +360.53,19.84000015258789,4828.0,0.009528808295726776,0.122314453125,2.2351973056793213,-0.008637857623398304,0.32438868284225464,0.8150505572557449,141.0,36096.0,529.7406881449278,2310144.0 +363.71,20.950000762939453,4889.0,0.006973890122026205,0.0855916365981102,2.2493722438812256,-0.012168291956186295,0.27821066975593567,0.8014494776725769,142.0,36352.0,533.0968100419268,2326528.0 +373.13,22.989999771118164,4868.0,0.0072252582758665085,0.0869954451918602,2.2252328395843506,-0.011018871329724789,0.2764114737510681,0.8223773092031479,143.0,36608.0,536.4627570339944,2342912.0 +368.41,22.690000534057617,4780.0,0.0064902049489319324,0.0737508162856102,2.2371888160705566,-0.011695143766701221,0.30938178300857544,0.8092761486768723,144.0,36864.0,539.8903789371252,2359296.0 +363.26,21.56999969482422,4826.0,0.007208551745861769,0.0874430313706398,2.266023874282837,-0.01192090380936861,0.28345057368278503,0.786902904510498,145.0,37120.0,543.2863872880116,2375680.0 +348.66,19.229999542236328,4844.0,0.006948939058929682,0.0880940780043602,2.262361764907837,-0.013395634479820728,0.3526088297367096,0.7351548969745636,146.0,37376.0,546.6690635001287,2392064.0 +344.22,19.1299991607666,4930.0,0.006651338189840317,0.0826822891831398,2.2521650791168213,-0.01240148488432169,0.3018591105937958,0.8025512546300888,147.0,37632.0,549.9927454940043,2408448.0 +347.26,19.59000015258789,4820.0,0.007134117651730776,0.0874837264418602,2.2663755416870117,-0.011168811470270157,0.3353631794452667,0.7393578290939331,148.0,37888.0,553.3922811159864,2424832.0 +350.06,20.649999618530273,4753.0,0.010205996222794056,0.1343994140625,2.2778913974761963,-0.012421705760061741,0.2619650661945343,0.8136602938175201,149.0,38144.0,556.8399958999362,2441216.0 +345.43,19.739999771118164,4726.0,0.011917809955775738,0.1517130583524704,2.287209987640381,-0.010550010949373245,0.2720777690410614,0.7879163473844528,150.0,38400.0,560.3068006639369,2457600.0 +338.49,19.219999313354492,4893.0,0.015939002856612206,0.2079264372587204,2.265073537826538,-0.008988623507320881,0.2866383194923401,0.802757129073143,151.0,38656.0,563.6556976980064,2473984.0 +343.45,19.31999969482422,4841.0,0.012238241732120514,0.161376953125,2.2944939136505127,-0.015540304593741894,0.3223882019519806,0.7506884187459946,152.0,38912.0,567.0405676090159,2490368.0 +341.38,18.510000228881836,4797.0,0.012264133431017399,0.1612345427274704,2.306030511856079,-0.013274111784994602,0.2950459420681,0.7623671144247055,153.0,39168.0,570.4567202099133,2506752.0 +337.01,17.530000686645508,4689.0,0.01369598601013422,0.1822306364774704,2.309354066848755,-0.013739307411015034,0.2999763786792755,0.7630314379930496,154.0,39424.0,573.9510827970225,2523136.0 +345.52,17.770000457763672,4723.0,0.01389843225479126,0.1913859099149704,2.2711851596832275,-0.01113506406545639,0.31195268034935,0.7627553343772888,155.0,39680.0,577.4201681560371,2539520.0 +342.21,19.06999969482422,4803.0,0.010852218605577946,0.1463826447725296,2.278648614883423,-0.014261648990213871,0.25402072072029114,0.8124748915433884,156.0,39936.0,580.8319365740754,2555904.0 +335.62,18.6299991607666,4764.0,0.012825372628867626,0.1790568083524704,2.270798444747925,-0.011526438407599926,0.3176894783973694,0.798666924238205,157.0,40192.0,584.2717508061323,2572288.0 +344.72,18.809999465942383,4784.0,0.01211654394865036,0.1539713591337204,2.2835562229156494,-0.010814189910888672,0.36366960406303406,0.7171738147735596,158.0,40448.0,587.6973215299658,2588672.0 +333.53,17.59000015258789,4886.0,0.011570926755666733,0.1541951447725296,2.2836759090423584,-0.011758244596421719,0.3949085474014282,0.6944607496261597,159.0,40704.0,591.0513935440686,2605056.0 +335.75,17.709999084472656,4670.0,0.012956772930920124,0.17431640625,2.2585370540618896,-0.010713496245443821,0.3630862236022949,0.7092806100845337,160.0,40960.0,594.5602970349137,2621440.0 +341.79,19.299999237060547,4846.0,0.011647727340459824,0.1492919921875,2.271517038345337,-0.009738610126078129,0.3232429027557373,0.7461459338665009,161.0,41216.0,597.9419192781206,2637824.0 +354.97,20.540000915527344,4834.0,0.012973069213330746,0.1755574494600296,2.2919089794158936,-0.010611001402139664,0.303963303565979,0.7383230030536652,162.0,41472.0,601.3313316730782,2654208.0 +366.42,20.969999313354492,4842.0,0.00891182105988264,0.1164143905043602,2.2797470092773438,-0.01115164440125227,0.2779972553253174,0.7851905524730682,163.0,41728.0,604.7155029629357,2670592.0 +370.67,21.040000915527344,4883.0,0.012894466519355774,0.1632487028837204,2.292560338973999,-0.010901766829192638,0.3677001893520355,0.7176474630832672,164.0,41984.0,608.0710345080588,2686976.0 +358.06,18.399999618530273,4870.0,0.012841186486184597,0.177490234375,2.28715181350708,-0.011129363439977169,0.3524043560028076,0.6890716552734375,165.0,42240.0,611.4357182199601,2703360.0 +363.0,19.3799991607666,4780.0,0.0129886195063591,0.1698404997587204,2.2862048149108887,-0.013081833720207214,0.2850703001022339,0.6930795013904572,166.0,42496.0,614.8635226599872,2719744.0 +375.53,20.440000534057617,4878.0,0.01086331158876419,0.14013671875,2.2728805541992188,-0.013846964575350285,0.322701096534729,0.6647908985614777,167.0,42752.0,618.2226940989494,2736128.0 +364.45,20.530000686645508,4834.0,0.011821690015494823,0.1575927734375,2.267029047012329,-0.009486731141805649,0.24067634344100952,0.7600451707839966,168.0,43008.0,621.612644498935,2752512.0 +359.17,20.969999313354492,4773.0,0.01107098814100027,0.1538899689912796,2.2765555381774902,-0.011210024356842041,0.2954969108104706,0.716041088104248,169.0,43264.0,625.0456114350818,2768896.0 +345.18,19.6200008392334,4776.0,0.01105541456490755,0.140625,2.2856481075286865,-0.013493053615093231,0.25687965750694275,0.7686099261045456,170.0,43520.0,628.4761978851166,2785280.0 +355.22,20.31999969482422,4779.0,0.010376413352787495,0.1413981169462204,2.276294469833374,-0.0069940653629601,0.25846007466316223,0.7871722728013992,171.0,43776.0,631.9054308470804,2801664.0 +357.86,21.469999313354492,4892.0,0.018884632736444473,0.2481486052274704,2.2591774463653564,-0.004965558182448149,0.2723125219345093,0.7642458826303482,172.0,44032.0,635.2549688930158,2818048.0 +367.01,21.920000076293945,4902.0,0.012122921645641327,0.1495157927274704,2.2550418376922607,-0.00901294220238924,0.2924994230270386,0.6976305246353149,173.0,44288.0,638.598369206069,2834432.0 +371.92,21.579999923706055,4747.0,0.009172358550131321,0.11865234375,2.250223159790039,-0.008790981955826283,0.36993440985679626,0.6517937481403351,174.0,44544.0,642.0501481120009,2850816.0 +357.43,20.260000228881836,4844.0,0.013193423859775066,0.1638997346162796,2.2614850997924805,-0.012008287943899632,0.32998037338256836,0.6596812009811401,175.0,44800.0,645.4326749891043,2867200.0 +368.43,20.600000381469727,4939.0,0.016460610553622246,0.2155558317899704,2.2749555110931396,-0.00581313855946064,0.27820107340812683,0.6898091435432434,176.0,45056.0,648.7502209730446,2883584.0 +369.96,20.389999389648438,4962.0,0.014507506974041462,0.19512939453125,2.2978603839874268,-0.013147454708814621,0.28608438372612,0.7099072635173798,177.0,45312.0,652.0527036790736,2899968.0 +371.82,21.079999923706055,4738.0,0.01189541444182396,0.1591593474149704,2.276657819747925,-0.0073404558934271336,0.28362444043159485,0.6660049259662628,178.0,45568.0,655.5112203620374,2916352.0 +376.39,22.360000610351562,4845.0,0.010819114744663239,0.14215087890625,2.293311357498169,-0.011700954288244247,0.23208613693714142,0.6946038901805878,179.0,45824.0,658.8932617439423,2932736.0 +366.26,20.889999389648438,4657.0,0.015937376767396927,0.2053629606962204,2.2734787464141846,-0.012720070779323578,0.31540295481681824,0.7171689569950104,180.0,46080.0,662.4119896320626,2949120.0 +364.51,21.059999465942383,4887.0,0.011049031279981136,0.1467081755399704,2.2591850757598877,-0.013154047541320324,0.25465595722198486,0.7246638536453247,181.0,46336.0,665.765007447917,2965504.0 +370.73,21.280000686645508,4883.0,0.008814060129225254,0.1176961287856102,2.2886321544647217,-0.008402838371694088,0.31837543845176697,0.645841509103775,182.0,46592.0,669.1234069571365,2981888.0 +372.92,20.270000457763672,4790.0,0.01145154982805252,0.14373779296875,2.282472848892212,-0.009408405981957912,0.2871338427066803,0.7031978964805603,183.0,46848.0,672.5443367699627,2998272.0 +358.23,18.709999084472656,5036.0,0.015329211950302124,0.1964925080537796,2.299537420272827,-0.010617475025355816,0.2996150255203247,0.7199743986129761,184.0,47104.0,675.7979548980948,3014656.0 +367.47,20.18000030517578,4903.0,0.012267901562154293,0.15936279296875,2.3102915287017822,-0.012017275206744671,0.25200092792510986,0.7692919224500656,185.0,47360.0,679.1401748720091,3031040.0 +367.49,20.09000015258789,4777.0,0.009276406839489937,0.11553955078125,2.315225601196289,-0.013833601959049702,0.23864459991455078,0.7406315803527832,186.0,47616.0,682.5706883629318,3047424.0 +387.16,21.06999969482422,4850.0,0.008835029788315296,0.1169840469956398,2.31257963180542,-0.013673060573637486,0.22998803853988647,0.7051830887794495,187.0,47872.0,685.9492871859111,3063808.0 +380.45,21.079999923706055,4734.0,0.006997240241616964,0.0854695662856102,2.3145153522491455,-0.01216480415314436,0.18851281702518463,0.7257346212863922,188.0,48128.0,689.4107480989769,3080192.0 +382.76,22.239999771118164,4836.0,0.009183414280414581,0.11968994140625,2.3064043521881104,-0.013966545462608337,0.19588719308376312,0.694525957107544,189.0,48384.0,692.7995660910383,3096576.0 +375.55,22.360000610351562,4747.0,0.012507281266152859,0.1653849333524704,2.3029019832611084,-0.012282428331673145,0.2512969672679901,0.6499715149402618,190.0,48640.0,696.2512444460299,3112960.0 +367.55,21.5,4881.0,0.012771733105182648,0.1791585236787796,2.294283390045166,-0.011247512884438038,0.25125429034233093,0.6805972754955292,191.0,48896.0,699.6088921229821,3129344.0 +360.92,20.809999465942383,4818.0,0.012100733816623688,0.1631673127412796,2.299292802810669,-0.011369439773261547,0.3122841715812683,0.6345461308956146,192.0,49152.0,703.0102422421332,3145728.0 +355.23,19.670000076293945,4812.0,0.01154614333063364,0.1594034880399704,2.305765390396118,-0.012692972086369991,0.23761825263500214,0.6900027096271515,193.0,49408.0,706.4156948870514,3162112.0 +372.87,20.920000076293945,4861.0,0.014316785149276257,0.1852010041475296,2.328813314437866,-0.012316655367612839,0.25524142384529114,0.6130825579166412,194.0,49664.0,709.7863677889109,3178496.0 +384.24,21.75,4831.0,0.011890247464179993,0.1509196013212204,2.2775068283081055,-0.012465059757232666,0.24271853268146515,0.7798439860343933,195.0,49920.0,713.1784905879758,3194880.0 +378.11,21.56999969482422,4761.0,0.01027757953852415,0.1378377228975296,2.2874398231506348,-0.00875344593077898,0.2701861560344696,0.6811275482177734,196.0,50176.0,716.6203049100004,3211264.0 +387.4,23.360000610351562,4821.0,0.00660473620519042,0.07861328125,2.270460844039917,-0.010233976878225803,0.21484196186065674,0.7070592641830444,197.0,50432.0,720.019256960135,3227648.0 +393.99,24.010000228881836,4932.0,0.006942708510905504,0.0850626602768898,2.2800967693328857,-0.010755352675914764,0.25186586380004883,0.7187598645687103,198.0,50688.0,723.3418403919786,3244032.0 +385.92,21.780000686645508,4846.0,0.01744166575372219,0.2183634489774704,2.264641761779785,-0.013243179768323898,0.31565579771995544,0.6960161030292511,199.0,50944.0,726.7235640480649,3260416.0 +380.44,21.059999465942383,4826.0,0.010878819040954113,0.1486409455537796,2.2842295169830322,-0.009550093673169613,0.23091454803943634,0.6862569749355316,200.0,51200.0,730.1224871629383,3276800.0 +377.59,22.18000030517578,4944.0,0.01133667305111885,0.15447998046875,2.294989824295044,-0.01004756148904562,0.24613027274608612,0.6908358633518219,201.0,51456.0,733.4365673249122,3293184.0 +381.33,22.809999465942383,4820.0,0.013601675629615784,0.1800130158662796,2.2797083854675293,-0.015242770314216614,0.20967449247837067,0.7300056219100952,202.0,51712.0,736.8364222450182,3309568.0 +380.93,22.399999618530273,4851.0,0.010424777865409851,0.14190673828125,2.2605364322662354,-0.012967463582754135,0.16391737759113312,0.7433437407016754,203.0,51968.0,740.2140243591275,3325952.0 +386.95,23.360000610351562,4837.0,0.009407932870090008,0.1184285506606102,2.229302167892456,-0.011429842561483383,0.2589043974876404,0.6867321729660034,204.0,52224.0,743.6014947339427,3342336.0 +383.33,23.670000076293945,4868.0,0.013835132122039795,0.1782429963350296,2.233915090560913,-0.012915287166833878,0.21935637295246124,0.6944846510887146,205.0,52480.0,746.967143625021,3358720.0 +383.09,24.190000534057617,4721.0,0.01399580854922533,0.1860148161649704,2.2725040912628174,-0.006426988635212183,0.21209114789962769,0.7020697891712189,206.0,52736.0,750.4376403030474,3375104.0 +379.04,23.56999969482422,4943.0,0.013927865773439407,0.18133544921875,2.280639886856079,-0.005512261297553778,0.2207127958536148,0.6881679892539978,207.0,52992.0,753.7531402490567,3391488.0 +379.93,23.770000457763672,4924.0,0.015136410482227802,0.1858317106962204,2.2823941707611084,-0.012558589689433575,0.1961984485387802,0.6799695193767548,208.0,53248.0,757.0809612190351,3407872.0 +388.34,23.5,4804.0,0.015369731932878494,0.1912638396024704,2.262669086456299,-0.010553066618740559,0.2256925255060196,0.6881250441074371,209.0,53504.0,760.4921448829118,3424256.0 +385.5,22.600000381469727,4898.0,0.011956523172557354,0.1600748747587204,2.2689006328582764,-0.012694895267486572,0.25811153650283813,0.6961033642292023,210.0,53760.0,763.8376537731383,3440640.0 +379.4,22.75,4712.0,0.010490600019693375,0.1409505158662796,2.269108295440674,-0.012351587414741516,0.23023651540279388,0.6817549169063568,211.0,54016.0,767.3147851710673,3457024.0 +379.53,22.65999984741211,5080.0,0.01503214705735445,0.1858927458524704,2.253338098526001,-0.010548833757638931,0.2851560413837433,0.6856198906898499,212.0,54272.0,770.5404907299671,3473408.0 +381.64,23.43000030517578,4709.0,0.008910117670893669,0.12255859375,2.255122423171997,-0.005060394760221243,0.2743304967880249,0.6598869860172272,213.0,54528.0,774.0204737719614,3489792.0 +386.55,24.020000457763672,4743.0,0.006687389686703682,0.0785318985581398,2.251195192337036,-0.009102139621973038,0.25407445430755615,0.7229729890823364,214.0,54784.0,777.4749392869417,3506176.0 +385.96,23.31999969482422,4905.0,0.008452233858406544,0.10577392578125,2.2872674465179443,-0.008264518342912197,0.29777100682258606,0.6927637159824371,215.0,55040.0,780.8156546740793,3522560.0 +380.07,23.200000762939453,4849.0,0.008446991443634033,0.1045328751206398,2.2776834964752197,-0.009208847768604755,0.23303759098052979,0.7685147076845169,216.0,55296.0,784.1952132650185,3538944.0 +372.54,23.510000228881836,4842.0,0.008158545009791851,0.0997110977768898,2.2728939056396484,-0.009930766187608242,0.2654722034931183,0.7347059547901154,217.0,55552.0,787.5792449091095,3555328.0 +374.06,23.469999313354492,4986.0,0.006640680134296417,0.0744832381606102,2.269458532333374,-0.008739156648516655,0.2425704449415207,0.6608714461326599,218.0,55808.0,790.8662268221378,3571712.0 +383.32,23.950000762939453,5019.0,0.006990116089582443,0.0801798477768898,2.274040460586548,-0.008374996483325958,0.2380637377500534,0.7237251102924347,219.0,56064.0,794.1312113259919,3588096.0 +387.72,24.280000686645508,4794.0,0.00813439954072237,0.09698486328125,2.2855799198150635,-0.009875052608549595,0.2726702392101288,0.7151374816894531,220.0,56320.0,797.5495298330206,3604480.0 +390.81,24.110000610351562,4767.0,0.006685216445475817,0.0784505233168602,2.273108720779419,-0.010415640659630299,0.2180260866880417,0.7407947778701782,221.0,56576.0,800.986736206105,3620864.0 +390.73,24.75,4770.0,0.006296862382441759,0.0764973983168602,2.261399507522583,-0.009332501329481602,0.22806407511234283,0.7642214447259903,222.0,56832.0,804.4217619039118,3637248.0 +388.09,24.010000228881836,4819.0,0.011258549988269806,0.1380411833524704,2.2564032077789307,-0.009159838780760765,0.2752093970775604,0.7202708423137665,223.0,57088.0,807.8223221281078,3653632.0 +387.18,23.110000610351562,4811.0,0.011882900260388851,0.1587117463350296,2.250836133956909,-0.010975007899105549,0.2289329618215561,0.6986304521560669,224.0,57344.0,811.2282615709119,3670016.0 +393.72,23.399999618530273,4776.0,0.010913779027760029,0.1485595703125,2.252363681793213,-0.012460091151297092,0.17619512975215912,0.7110993266105652,225.0,57600.0,814.6592480430845,3686400.0 +401.57,25.270000457763672,4942.0,0.010931757278740406,0.1463623046875,2.2553155422210693,-0.011130165308713913,0.14437055587768555,0.7619363516569138,226.0,57856.0,817.9746405549813,3702784.0 +403.46,25.34000015258789,4850.0,0.015423804521560669,0.19561767578125,2.2318928241729736,-0.004325342830270529,0.23153378069400787,0.702829509973526,227.0,58112.0,821.3533768600319,3719168.0 +394.5,24.479999542236328,4840.0,0.013459887355566025,0.1813151091337204,2.24129319190979,-0.009826341643929482,0.18394041061401367,0.692834347486496,228.0,58368.0,824.7390605311375,3735552.0 +399.76,25.530000686645508,4943.0,0.011406230740249157,0.1518758088350296,2.2376768589019775,-0.011256296187639236,0.13505129516124725,0.7686924189329147,229.0,58624.0,828.054235507967,3751936.0 +399.43,25.729999542236328,4873.0,0.014230540953576565,0.1905720978975296,2.2586686611175537,-0.013516865670681,0.17393560707569122,0.727864146232605,230.0,58880.0,831.4168007341214,3768320.0 +394.1,24.31999969482422,4841.0,0.015756666660308838,0.2029215544462204,2.2349727153778076,-0.009965192526578903,0.24375279247760773,0.5705386996269226,231.0,59136.0,834.8019439650234,3784704.0 +384.63,23.479999542236328,4704.0,0.012223530560731888,0.1575113981962204,2.242753744125366,-0.00969295296818018,0.1877882033586502,0.7305759191513062,232.0,59392.0,838.2855166650843,3801088.0 +378.72,23.479999542236328,4697.0,0.012592106126248837,0.1598714143037796,2.254155397415161,-0.010160847567021847,0.18554633855819702,0.7368935346603394,233.0,59648.0,841.7743136389181,3817472.0 +382.15,23.360000610351562,4899.0,0.011599992401897907,0.1502278596162796,2.273625612258911,-0.012934058904647827,0.2303987741470337,0.6913676559925079,234.0,59904.0,845.1186341750436,3833856.0 +388.59,23.040000915527344,4973.0,0.010540548712015152,0.1448974609375,2.2655632495880127,-0.012351236306130886,0.2037636786699295,0.6862950623035431,235.0,60160.0,848.4139236460906,3850240.0 +396.35,22.829999923706055,4769.0,0.013628792949020863,0.1723225861787796,2.259568214416504,-0.00975511223077774,0.18908917903900146,0.7339355945587158,236.0,60416.0,851.8495405700523,3866624.0 +392.33,23.0,4809.0,0.011801599524915218,0.1515909880399704,2.24177622795105,-0.01160325575619936,0.2591420114040375,0.6661061346530914,237.0,60672.0,855.2570921641309,3883008.0 +382.35,22.940000534057617,4871.0,0.016569795086979866,0.20635986328125,2.2206320762634277,-0.009750306606292725,0.22584716975688934,0.6351938843727112,238.0,60928.0,858.6212918439414,3899392.0 +385.94,23.479999542236328,4727.0,0.009040730074048042,0.1173299178481102,2.239902973175049,-0.012392380274832249,0.21679240465164185,0.6810387969017029,239.0,61184.0,862.0878871290479,3915776.0 +391.8,25.040000915527344,4831.0,0.012427885085344315,0.16265869140625,2.23173189163208,-0.012909608893096447,0.18996675312519073,0.6928454637527466,240.0,61440.0,865.4797570959199,3932160.0 +397.19,24.649999618530273,4889.0,0.013113466091454029,0.1745808869600296,2.218660593032837,-0.009444261901080608,0.20530526340007782,0.6586429178714752,241.0,61696.0,868.8313979280647,3948544.0 +382.12,23.06999969482422,4862.0,0.016203520819544792,0.2110595703125,2.225550651550293,-0.008733187802135944,0.30742669105529785,0.5601440966129303,242.0,61952.0,872.2031650149729,3964928.0 +374.47,22.649999618530273,4832.0,0.010513398796319962,0.1378377228975296,2.2458925247192383,-0.008080963976681232,0.29333823919296265,0.6355974972248077,243.0,62208.0,875.5942303100601,3981312.0 +391.39,23.6299991607666,4913.0,0.009115510620176792,0.1111857071518898,2.22155499458313,-0.007910779677331448,0.19503122568130493,0.6939244568347931,244.0,62464.0,878.9298830309417,3997696.0 +396.0,23.65999984741211,4890.0,0.013605165295302868,0.1890869140625,2.2383646965026855,-0.010408620350062847,0.2545692026615143,0.6229098439216614,245.0,62720.0,882.2807547580451,4014080.0 +383.72,23.40999984741211,4882.0,0.016403747722506523,0.1889851838350296,2.229107141494751,-0.011509321630001068,0.24612875282764435,0.6443439424037933,246.0,62976.0,885.6375377171207,4030464.0 +382.71,23.649999618530273,4837.0,0.01334394421428442,0.16473388671875,2.2148189544677734,-0.00498192710801959,0.22467993199825287,0.6500256657600403,247.0,63232.0,889.024843859952,4046848.0 +390.42,24.719999313354492,4844.0,0.01403527706861496,0.1767781525850296,2.242459774017334,-0.012386362999677658,0.19661104679107666,0.6141507625579834,248.0,63488.0,892.4077289390843,4063232.0 +399.32,24.139999389648438,4846.0,0.01573243923485279,0.1983439177274704,2.2211737632751465,-0.009502368979156017,0.2179749608039856,0.6732873320579529,249.0,63744.0,895.7887407189701,4079616.0 +386.23,23.149999618530273,4902.0,0.014561299234628677,0.18292236328125,2.186911106109619,-0.010093648917973042,0.25836214423179626,0.5770440399646759,250.0,64000.0,899.1312377799768,4096000.0 +385.63,24.15999984741211,4720.0,0.012293963693082333,0.1546630859375,2.1932871341705322,-0.010995582677423954,0.1992061287164688,0.6839970946311951,251.0,64256.0,902.6034696940333,4112384.0 +388.43,25.1299991607666,4697.0,0.018344679847359657,0.21051025390625,2.15358304977417,-0.0046173869632184505,0.20613443851470947,0.7189101576805115,252.0,64512.0,906.092368501937,4128768.0 +398.07,25.1299991607666,4880.0,0.01625177450478077,0.2070719450712204,2.145570755004883,-0.0059979879297316074,0.208696648478508,0.6623893976211548,253.0,64768.0,909.4505669579376,4145152.0 +404.15,26.309999465942383,4734.0,0.010235412046313286,0.1299235075712204,2.1675424575805664,-0.011501646600663662,0.11697733402252197,0.7620501518249512,254.0,65024.0,912.9120921129361,4161536.0 +393.01,25.81999969482422,4804.0,0.013807487674057484,0.18414306640625,2.1795966625213623,-0.011316672898828983,0.21585910022258759,0.648143082857132,255.0,65280.0,916.3230025260709,4177920.0 +377.31,23.809999465942383,4803.0,0.01470957975834608,0.1792195588350296,2.1732423305511475,-0.00829274021089077,0.3117630183696747,0.6036996245384216,256.0,65536.0,919.7347459269222,4194304.0 +371.18,21.8700008392334,4826.0,0.01447844598442316,0.1775309294462204,2.173987627029419,-0.009670356288552284,0.338523268699646,0.5626555383205414,257.0,65792.0,923.1302583739161,4210688.0 +386.92,24.15999984741211,4830.0,0.011691494844853878,0.1618448942899704,2.1846354007720947,-0.006521517876535654,0.19199109077453613,0.6304610073566437,258.0,66048.0,926.5226351770107,4227072.0 +383.67,24.459999084472656,4738.0,0.012159563601016998,0.1517130583524704,2.190519094467163,-0.008871849626302719,0.3240811824798584,0.552618533372879,259.0,66304.0,929.980691913981,4243456.0 +389.05,22.969999313354492,4799.0,0.012216252274811268,0.1643269807100296,2.161290407180786,-0.011191301047801971,0.35407698154449463,0.5221786797046661,260.0,66560.0,933.3982447721064,4259840.0 +387.19,22.719999313354492,4682.0,0.016700657084584236,0.2253011018037796,2.1576030254364014,-0.006051190663129091,0.3603367805480957,0.5622760057449341,261.0,66816.0,936.8976094189566,4276224.0 +395.78,24.299999237060547,4829.0,0.009676669724285603,0.1264241486787796,2.1677920818328857,-0.012093710713088512,0.13921794295310974,0.7039357125759125,262.0,67072.0,940.2912763699424,4292608.0 +390.6,24.079999923706055,4799.0,0.01642235927283764,0.2012939453125,2.1896283626556396,-0.009057387709617615,0.2545044720172882,0.580955982208252,263.0,67328.0,943.7059143860824,4308992.0 +403.73,26.06999969482422,4731.0,0.015283215790987015,0.1858113557100296,2.2007017135620117,-0.01185198500752449,0.14363841712474823,0.6639976799488068,264.0,67584.0,947.1692503609229,4325376.0 +400.5,25.530000686645508,4825.0,0.012646202929317951,0.163330078125,2.2093594074249268,-0.012023446150124073,0.2127053290605545,0.6559017896652222,265.0,67840.0,950.565248694038,4341760.0 +379.1,23.309999465942383,4851.0,0.013755829073488712,0.1810709685087204,2.200566530227661,-0.007838082499802113,0.39898908138275146,0.4577763080596924,266.0,68096.0,953.9429464701097,4358144.0 +379.65,22.860000610351562,4888.0,0.013090516440570354,0.1497802734375,2.1969892978668213,-0.00949452817440033,0.22759020328521729,0.6043341159820557,267.0,68352.0,957.295581977116,4374528.0 +391.15,25.1299991607666,4860.0,0.013490295968949795,0.1706949919462204,2.2040023803710938,-0.011859342455863953,0.1720515638589859,0.6876569986343384,268.0,68608.0,960.6674266620539,4390912.0 +391.07,25.540000915527344,4909.0,0.01223051268607378,0.1606648713350296,2.234330415725708,-0.008910008706152439,0.2672126293182373,0.5385183691978455,269.0,68864.0,964.0055507221259,4407296.0 +380.59,23.520000457763672,4825.0,0.018620690330863,0.1919759064912796,2.2198166847229004,-0.006285913288593292,0.3899058401584625,0.47609835863113403,270.0,69120.0,967.4012018030044,4423680.0 +386.18,23.309999465942383,4698.0,0.0072901262901723385,0.09185791015625,2.206805467605591,-0.00847116019576788,0.300416499376297,0.592014342546463,271.0,69376.0,970.889589125989,4440064.0 +391.58,23.850000381469727,4883.0,0.00916553009301424,0.1121622696518898,2.1920855045318604,-0.005324864760041237,0.3128654956817627,0.5310070812702179,272.0,69632.0,974.2454496580176,4456448.0 +399.56,24.440000534057617,4828.0,0.008722762577235699,0.1075439453125,2.1840572357177734,-0.007913676090538502,0.19053076207637787,0.7084952294826508,273.0,69888.0,977.6392834170256,4472832.0 +396.79,25.18000030517578,4748.0,0.008857564069330692,0.1149088516831398,2.1669766902923584,-0.007457843516021967,0.19647805392742157,0.646239310503006,274.0,70144.0,981.0901456670836,4489216.0 +400.78,25.239999771118164,4802.0,0.013983570970594883,0.16729736328125,2.1702075004577637,-0.007843769155442715,0.27615606784820557,0.5780181586742401,275.0,70400.0,984.5026728911325,4505600.0 +392.29,24.940000534057617,4899.0,0.02278931997716427,0.2462158203125,2.1248819828033447,-0.00321223889477551,0.32871437072753906,0.5728148221969604,276.0,70656.0,987.8471394339576,4521984.0 +392.77,24.489999771118164,4898.0,0.014321939088404179,0.1842447966337204,2.148256540298462,-0.006999599281698465,0.28959915041923523,0.6008001863956451,277.0,70912.0,991.192663552938,4538368.0 +395.04,25.0,4866.0,0.013244153000414371,0.1705729216337204,2.1349399089813232,-0.00662313774228096,0.2459001988172531,0.6524442732334137,278.0,71168.0,994.5600655239541,4554752.0 +401.97,25.510000228881836,4928.0,0.020998584106564522,0.2398274689912796,2.147049903869629,-0.0004765983612742275,0.1972692757844925,0.7012206315994263,279.0,71424.0,997.884797549108,4571136.0 +402.77,25.729999542236328,4837.0,0.018894819542765617,0.2140706330537796,2.111865758895874,-0.0027699347119778395,0.3217429220676422,0.6468333601951599,280.0,71680.0,1001.2721992831212,4587520.0 +388.43,23.850000381469727,4676.0,0.013521482236683369,0.14801025390625,2.1244449615478516,-0.002801132621243596,0.5165528059005737,0.546789139509201,281.0,71936.0,1004.7764579250943,4603904.0 +390.56,24.649999618530273,4858.0,0.008614393882453442,0.1058756485581398,2.108727216720581,-0.011024314910173416,0.19927169382572174,0.7113041281700134,282.0,72192.0,1008.1491768551059,4620288.0 +394.98,25.31999969482422,4991.0,0.008110924623906612,0.0990804061293602,2.1093180179595947,-0.008784265257418156,0.32450464367866516,0.6048285663127899,283.0,72448.0,1011.4329530610703,4636672.0 +399.39,25.43000030517578,4861.0,0.009866143576800823,0.1164957657456398,2.0936496257781982,-0.008036328479647636,0.31878969073295593,0.6054337024688721,284.0,72704.0,1014.803538707085,4653056.0 +385.53,24.030000686645508,4875.0,0.014042397029697895,0.1884969025850296,2.0664725303649902,-0.0065848431549966335,0.41515353322029114,0.5994420051574707,285.0,72960.0,1018.164648890961,4669440.0 +383.55,23.59000015258789,4974.0,0.010195705108344555,0.1318359375,2.1090261936187744,-0.0056607481092214584,0.3403250277042389,0.6542941927909851,286.0,73216.0,1021.4591102139093,4685824.0 +389.67,24.959999084472656,4922.0,0.012700810097157955,0.1776529997587204,2.133514642715454,-0.006891223136335611,0.24597948789596558,0.6659165918827057,287.0,73472.0,1024.7881000409834,4702208.0 +395.94,25.530000686645508,4861.0,0.019026989117264748,0.2119140625,2.1058552265167236,-0.0073533752001821995,0.2822605073451996,0.6685275137424469,288.0,73728.0,1028.1592633079272,4718592.0 +386.03,24.649999618530273,4877.0,0.01049987506121397,0.13128662109375,2.097252368927002,-0.007750202436000109,0.32871541380882263,0.6374760270118713,289.0,73984.0,1031.5192966100294,4734976.0 +389.64,25.260000228881836,4658.0,0.009768277406692505,0.1292928010225296,2.1100621223449707,-0.008770129643380642,0.27648621797561646,0.6307423412799835,290.0,74240.0,1035.0367998150177,4751360.0 +391.01,25.770000457763672,4860.0,0.011737658642232418,0.1467488557100296,2.1072447299957275,-0.006429450586438179,0.26367995142936707,0.659213125705719,291.0,74496.0,1038.4087952070404,4767744.0 +400.81,26.729999542236328,4908.0,0.008053719066083431,0.1026814803481102,2.1098687648773193,-0.010092721320688725,0.2343973070383072,0.7036980986595154,292.0,74752.0,1041.7474241890013,4784128.0 +388.58,24.860000610351562,4756.0,0.0070098526775836945,0.0821533203125,2.111980438232422,-0.009939614683389664,0.4233628809452057,0.6137632727622986,293.0,75008.0,1045.1926915089134,4800512.0 +387.07,24.700000762939453,4979.0,0.009723245166242123,0.1287638396024704,2.1359598636627197,-0.007359481882303953,0.3160751163959503,0.6419270038604736,294.0,75264.0,1048.4838968790136,4816896.0 +397.52,25.030000686645508,4759.0,0.012449879199266434,0.1515299528837204,2.126798629760742,-0.007818847894668579,0.20693965256214142,0.74067422747612,295.0,75520.0,1051.9271399129648,4833280.0 +397.91,26.0,4710.0,0.00938884075731039,0.1233723983168602,2.1157515048980713,-0.008586873300373554,0.32996994256973267,0.6700235605239868,296.0,75776.0,1055.4059832941275,4849664.0 +387.51,25.200000762939453,4822.0,0.008010012097656727,0.0959065780043602,2.0996248722076416,-0.008501716889441013,0.36728212237358093,0.6515680551528931,297.0,76032.0,1058.8037160150707,4866048.0 +390.46,25.520000457763672,4969.0,0.007973012514412403,0.0972493514418602,2.1101768016815186,-0.010227829217910767,0.2949812114238739,0.6937551498413086,298.0,76288.0,1062.1012762119062,4882432.0 +403.65,26.540000915527344,4859.0,0.006840205285698175,0.0848795548081398,2.1052892208099365,-0.01073410827666521,0.2112644463777542,0.7832808792591095,299.0,76544.0,1065.4733588630334,4898816.0 +406.92,27.110000610351562,4910.0,0.010722619481384754,0.14337158203125,2.080524206161499,-0.008314990438520908,0.2888464033603668,0.6870163083076477,300.0,76800.0,1068.8109273249283,4915200.0 +403.06,27.15999984741211,4757.0,0.0088276956230402,0.11407470703125,2.0787501335144043,-0.009327067993581295,0.2937977612018585,0.7045703232288361,301.0,77056.0,1072.2557201380841,4931584.0 +400.24,27.0,4784.0,0.00836401991546154,0.11273193359375,2.077014446258545,-0.010793346911668777,0.2615145146846771,0.7724970728158951,302.0,77312.0,1075.6811819309369,4947968.0 +400.22,26.81999969482422,4833.0,0.00679834233596921,0.0801595076918602,2.037900447845459,-0.009131371043622494,0.3291294276714325,0.7131443917751312,303.0,77568.0,1079.0718639991246,4964352.0 +393.49,24.520000457763672,4827.0,0.0076505206525325775,0.0931396484375,2.091992139816284,-0.009302806109189987,0.3896886110305786,0.7189547419548035,304.0,77824.0,1082.4667209610343,4980736.0 +389.09,23.850000381469727,4779.0,0.008025730960071087,0.1056925430893898,2.070765256881714,-0.007957770489156246,0.4081305265426636,0.6882637143135071,305.0,78080.0,1085.895239847945,4997120.0 +382.04,23.3700008392334,4775.0,0.007658828515559435,0.1000773087143898,2.075828790664673,-0.008648707531392574,0.633521318435669,0.6152300834655762,306.0,78336.0,1089.3266346040182,5013504.0 +379.49,23.190000534057617,4695.0,0.013464749790728092,0.1833292692899704,2.09230637550354,-0.0077585503458976746,0.4209170639514923,0.7336932122707367,307.0,78592.0,1092.8169856979512,5029888.0 +372.27,22.969999313354492,4943.0,0.013667059130966663,0.1919148713350296,2.0937092304229736,-0.008397017605602741,0.44865354895591736,0.6737773418426514,308.0,78848.0,1096.1323008721229,5046272.0 +380.38,24.90999984741211,4900.0,0.011826802976429462,0.1608072966337204,2.1073670387268066,-0.006171551067382097,0.3647940158843994,0.7095699608325958,309.0,79104.0,1099.4759212750942,5062656.0 +382.93,25.309999465942383,4808.0,0.010477006435394287,0.1403605192899704,2.1171014308929443,-0.006118535529822111,0.4335608184337616,0.707502692937851,310.0,79360.0,1102.8841551239602,5079040.0 +389.66,25.200000762939453,4836.0,0.016751965507864952,0.2123820036649704,2.132692813873291,-0.003802357940003276,0.38637158274650574,0.6899750828742981,311.0,79616.0,1106.2725060801022,5095424.0 +397.84,24.739999771118164,4687.0,0.013441025279462337,0.1786295622587204,2.127485990524292,-0.0038346729706972837,0.4267883598804474,0.7054874300956726,312.0,79872.0,1109.7689188530203,5111808.0 +394.05,23.270000457763672,4971.0,0.00778527557849884,0.0983683243393898,2.1516623497009277,-0.00918020959943533,0.5081636905670166,0.6656879186630249,313.0,80128.0,1113.065608039964,5128192.0 +394.46,24.969999313354492,4926.0,0.006549810990691185,0.0799967423081398,2.1610732078552246,-0.008880323730409145,0.3755394220352173,0.724507600069046,314.0,80384.0,1116.392131818924,5144576.0 +389.99,25.59000015258789,4824.0,0.007119467481970787,0.0864054337143898,2.1282544136047363,-0.00785269308835268,0.4098212718963623,0.6958620846271515,315.0,80640.0,1119.7907370929606,5160960.0 +379.79,24.350000381469727,4953.0,0.006930204574018717,0.0805257186293602,2.1150004863739014,-0.009063341654837132,0.4767899513244629,0.6989531219005585,316.0,80896.0,1123.0987714449875,5177344.0 +392.14,25.920000076293945,5001.0,0.007110901642590761,0.0818277969956398,2.1222140789031982,-0.007479481399059296,0.31756657361984253,0.7246249318122864,317.0,81152.0,1126.3753436941188,5193728.0 +395.55,25.40999984741211,4838.0,0.009519144892692566,0.1301472932100296,2.103771448135376,-0.008242846466600895,0.382747620344162,0.749451756477356,318.0,81408.0,1129.7622151519172,5210112.0 +400.15,25.09000015258789,4800.0,0.0062612625770270824,0.07379150390625,2.1128363609313965,-0.009154120460152626,0.4398609697818756,0.7257301211357117,319.0,81664.0,1133.176153738983,5226496.0 +394.41,24.170000076293945,4946.0,0.007257509510964155,0.0890299454331398,2.0786080360412598,-0.008905814029276371,0.37418463826179504,0.6905081570148468,320.0,81920.0,1136.4891163709108,5242880.0 +399.47,26.309999465942383,4908.0,0.007030348759144545,0.0893758162856102,2.089613676071167,-0.009776365011930466,0.36591753363609314,0.7394587993621826,321.0,82176.0,1139.8275478880387,5259264.0 +394.52,26.110000610351562,4826.0,0.007841968908905983,0.096435546875,2.107222557067871,-0.006869183387607336,0.3447537124156952,0.7223588228225708,322.0,82432.0,1143.2228847451042,5275648.0 +396.69,25.709999084472656,5035.0,0.007284806575626135,0.0907796248793602,2.083509922027588,-0.009097074158489704,0.4412837028503418,0.7060491740703583,323.0,82688.0,1146.4774040770717,5292032.0 +392.67,25.93000030517578,4840.0,0.007991086691617966,0.0972696915268898,2.09531569480896,-0.009843826293945312,0.33405113220214844,0.7471068203449249,324.0,82944.0,1149.862870668061,5308416.0 +391.62,25.56999969482422,4901.0,0.00917195063084364,0.11798095703125,2.0975189208984375,-0.008209637366235256,0.42743954062461853,0.666901707649231,325.0,83200.0,1153.2063946479466,5324800.0 +395.3,25.5,4790.0,0.011107177473604679,0.15936279296875,2.0834689140319824,-0.007141344249248505,0.5800346732139587,0.6656497120857239,326.0,83456.0,1156.6274157890584,5341184.0 +386.92,24.510000228881836,4806.0,0.008112655021250248,0.1033935546875,2.0160460472106934,-0.006022506859153509,0.42945215106010437,0.7255625128746033,327.0,83712.0,1160.0367485119496,5357568.0 +391.12,25.65999984741211,5036.0,0.006629176903516054,0.080078125,2.0204522609710693,-0.005858555436134338,0.3792194426059723,0.7850692123174667,328.0,83968.0,1163.290504570119,5373952.0 +403.78,26.399999618530273,5003.0,0.008154959417879581,0.09820556640625,2.0229523181915283,-0.005316505674272776,0.2902746796607971,0.8162900358438492,329.0,84224.0,1166.56536118011,5390336.0 +405.68,26.479999542236328,5020.0,0.007532769348472357,0.0958455428481102,2.0244054794311523,-0.0062577868811786175,0.38670575618743896,0.7614520043134689,330.0,84480.0,1169.8296476111282,5406720.0 +412.87,27.0,4771.0,0.006132759153842926,0.0701904296875,2.0528106689453125,-0.00925211701542139,0.32401198148727417,0.8158647119998932,331.0,84736.0,1173.2646421149839,5423104.0 +395.77,25.450000762939453,4702.0,0.00754091702401638,0.0930989608168602,1.9926247596740723,-0.006775261834263802,0.6521938443183899,0.6438849568367004,332.0,84992.0,1176.7496164650656,5439488.0 +398.16,25.360000610351562,4855.0,0.008917502127587795,0.1226399764418602,2.019853353500366,-0.006733535323292017,0.3261609971523285,0.8026262819766998,333.0,85248.0,1180.1289851779584,5455872.0 +403.16,26.719999313354492,4981.0,0.00779474014416337,0.0989583358168602,2.0185763835906982,-0.007666648831218481,0.4601629078388214,0.749103844165802,334.0,85504.0,1183.4188458139542,5472256.0 +401.22,26.31999969482422,4666.0,0.00710159121081233,0.0845743790268898,2.037229537963867,-0.007218670099973679,0.4038855731487274,0.7742111831903458,335.0,85760.0,1186.930271320045,5488640.0 +399.88,26.020000457763672,4585.0,0.009615191258490086,0.1217854842543602,2.0272324085235596,-0.006836030166596174,0.3897474706172943,0.7958820462226868,336.0,86016.0,1190.5043891209643,5505024.0 +412.24,26.450000762939453,4931.0,0.005909809377044439,0.0687052384018898,2.0263280868530273,-0.00638574967160821,0.35630860924720764,0.7964781075716019,337.0,86272.0,1193.8277365090325,5521408.0 +398.15,25.329999923706055,4682.0,0.008463527075946331,0.1046549454331398,2.0611629486083984,-0.004692826420068741,0.5704934000968933,0.7139345705509186,338.0,86528.0,1197.3272891240194,5537792.0 +391.02,24.770000457763672,4860.0,0.009486614726483822,0.1248779296875,2.0534074306488037,-0.005587222520262003,0.5646975636482239,0.7356666624546051,339.0,86784.0,1200.6988481269218,5554176.0 +387.72,25.399999618530273,4755.0,0.006127350497990847,0.0689493790268898,2.068795680999756,-0.007125696167349815,0.5080808997154236,0.7708849310874939,340.0,87040.0,1204.1444243530277,5570560.0 +398.54,26.139999389648438,4911.0,0.007251910865306854,0.09051513671875,2.0661377906799316,-0.007535102311521769,0.4144608974456787,0.7988051176071167,341.0,87296.0,1207.4808463410009,5586944.0 +395.1,25.559999465942383,4981.0,0.00681036151945591,0.0785725936293602,2.0654590129852295,-0.006278685759752989,0.6149224638938904,0.730546623468399,342.0,87552.0,1210.7704125370365,5603328.0 +391.13,24.530000686645508,4946.0,0.0068874843418598175,0.0843505859375,2.0385582447052,-0.006708152592182159,0.5584930777549744,0.7747965306043625,343.0,87808.0,1214.0834901479539,5619712.0 +394.73,24.719999313354492,4911.0,0.006834955420345068,0.08489990234375,2.055621862411499,-0.006661145482212305,0.574832558631897,0.7488322556018829,344.0,88064.0,1217.4198477629106,5636096.0 +397.41,25.579999923706055,4866.0,0.009950912557542324,0.1403605192899704,2.043200731277466,-0.005600641015917063,0.5246041417121887,0.7715290188789368,345.0,88320.0,1220.7875122970436,5652480.0 +404.14,26.6200008392334,4785.0,0.009798687882721424,0.1299641877412796,2.032026529312134,-0.004443673882633448,0.5926733016967773,0.7642072141170502,346.0,88576.0,1224.2121192910708,5668864.0 +395.93,25.940000534057617,4859.0,0.010790680535137653,0.1420491486787796,2.0692100524902344,-0.0017713014967739582,0.5203117728233337,0.754047766327858,347.0,88832.0,1227.5847829189152,5685248.0 +396.44,25.93000030517578,4824.0,0.007639660965651274,0.09844970703125,2.0361156463623047,-0.005905253812670708,0.5153941512107849,0.7977349907159805,348.0,89088.0,1230.9813086800277,5701632.0 +404.84,27.139999389648438,4938.0,0.0076627954840660095,0.0953572615981102,2.012568950653076,-0.006660051178187132,0.38840773701667786,0.7962435930967331,349.0,89344.0,1234.3000637691002,5718016.0 +406.81,26.75,4776.0,0.0074402098543941975,0.0923665389418602,2.025594711303711,-0.006139639765024185,0.4977281987667084,0.7995679527521133,350.0,89600.0,1237.7307244860567,5734400.0 +405.81,26.489999771118164,4814.0,0.008352675475180149,0.1105753555893898,2.028024196624756,-0.0066098845563828945,0.3742702007293701,0.832383543252945,351.0,89856.0,1241.136535017984,5750784.0 +406.44,26.34000015258789,4690.0,0.005778295919299126,0.0645548477768898,2.016411304473877,-0.006099635735154152,0.47718194127082825,0.7901997864246368,352.0,90112.0,1244.629969166126,5767168.0 +407.72,26.469999313354492,4721.0,0.006301507353782654,0.0729573592543602,2.029463529586792,-0.008519756607711315,0.5239279866218567,0.7949247509241104,353.0,90368.0,1248.1010536910035,5783552.0 +403.8,26.229999542236328,5001.0,0.006547804456204176,0.0789998397231102,2.022874355316162,-0.007379500195384026,0.47183188796043396,0.7963822782039642,354.0,90624.0,1251.3777342359535,5799936.0 +406.07,26.799999237060547,4899.0,0.007546649780124426,0.0982666015625,2.010066270828247,-0.0073108915239572525,0.46717849373817444,0.8107700496912003,355.0,90880.0,1254.7226472720504,5816320.0 +404.52,26.700000762939453,4987.0,0.007187858689576387,0.09307861328125,2.013986825942993,-0.006528425961732864,0.4411751925945282,0.8051268011331558,356.0,91136.0,1258.0083766579628,5832704.0 +410.46,28.530000686645508,4717.0,0.008668583817780018,0.11285400390625,2.035128593444824,-0.005720272660255432,0.3707825839519501,0.8480515331029892,357.0,91392.0,1261.4822645750828,5849088.0 +411.51,28.829999923706055,4761.0,0.007173661142587662,0.0902913436293602,2.038799524307251,-0.006764455232769251,0.506098210811615,0.8088094592094421,358.0,91648.0,1264.924110502936,5865472.0 +408.09,27.56999969482422,4885.0,0.006978273391723633,0.0884806290268898,2.0482847690582275,-0.00848145317286253,0.4945724308490753,0.8062590807676315,359.0,91904.0,1268.2787173679098,5881856.0 +402.68,25.739999771118164,4850.0,0.008320070803165436,0.0985921248793602,2.0737600326538086,-0.00623773830011487,0.6818630695343018,0.7861868739128113,360.0,92160.0,1271.6576261250302,5898240.0 +401.09,25.6200008392334,4841.0,0.007866968400776386,0.1001383438706398,2.0736608505249023,-0.006124916020780802,0.5645973682403564,0.8221101313829422,361.0,92416.0,1275.0424757511355,5914624.0 +411.15,27.700000762939453,4891.0,0.007389707490801811,0.0974324569106102,2.0845935344696045,-0.007928216829895973,0.299002468585968,0.8778351470828056,362.0,92672.0,1278.392993394984,5931008.0 +413.16,27.530000686645508,4780.0,0.006546765565872192,0.0774129256606102,2.074577808380127,-0.004826689139008522,0.7007765173912048,0.7837474644184113,363.0,92928.0,1281.8211744679138,5947392.0 +405.46,26.3700008392334,4915.0,0.0059800962917506695,0.0697224959731102,2.067171335220337,-0.007332745939493179,0.6514076590538025,0.7815440595149994,364.0,93184.0,1285.1549702929333,5963776.0 +397.42,24.850000381469727,4909.0,0.007226666435599327,0.0864054337143898,2.0998709201812744,-0.006540568079799414,0.6460780501365662,0.7979868650436401,365.0,93440.0,1288.4931995340157,5980160.0 +395.29,25.239999771118164,4948.0,0.007486179005354643,0.0971272811293602,2.0803980827331543,-0.009640569798648357,0.6649788022041321,0.7926303297281265,366.0,93696.0,1291.805115191033,5996544.0 +392.72,25.940000534057617,4923.0,0.0063370405696332455,0.0768839493393898,2.075634241104126,-0.008225846104323864,0.46225690841674805,0.8205319195985794,367.0,93952.0,1295.1335336409975,6012928.0 +406.28,27.540000915527344,4990.0,0.007466430310159922,0.0980021134018898,2.090217351913452,-0.008438591845333576,0.6128212213516235,0.8152539134025574,368.0,94208.0,1298.4171476559713,6029312.0 +405.57,26.559999465942383,4831.0,0.011130128987133503,0.1531575471162796,2.100250005722046,-0.0037943217903375626,0.5913642048835754,0.7943457365036011,369.0,94464.0,1301.808579863049,6045696.0 +398.37,24.899999618530273,4885.0,0.010517880320549011,0.1282958984375,2.105931043624878,-0.0064684306271374226,0.7856985926628113,0.7594306170940399,370.0,94720.0,1305.163004331058,6062080.0 +405.39,26.1200008392334,4908.0,0.007395259570330381,0.0923665389418602,2.107858896255493,-0.007818248122930527,0.5364249348640442,0.8147910386323929,371.0,94976.0,1308.5019787419587,6078464.0 +412.37,26.260000228881836,4927.0,0.0067943851463496685,0.0872599259018898,2.111069917678833,-0.006728955078870058,0.46987292170524597,0.8268107026815414,372.0,95232.0,1311.82768717804,6094848.0 +401.05,24.260000228881836,4824.0,0.007974452339112759,0.0980224609375,2.1004574298858643,-0.009201372973620892,0.8541299700737,0.766462042927742,373.0,95488.0,1315.2240595279727,6111232.0 +400.44,24.68000030517578,4994.0,0.006728192325681448,0.0853068009018898,2.129923105239868,-0.0070584435015916824,0.44745662808418274,0.8155042678117752,374.0,95744.0,1318.505497456994,6127616.0 +404.19,25.559999465942383,4831.0,0.010160321369767189,0.13995361328125,2.1150104999542236,-0.005092480685561895,0.5949137210845947,0.8034508526325226,375.0,96000.0,1321.8973758739885,6144000.0 +410.53,26.59000015258789,4951.0,0.00723716476932168,0.0930582657456398,2.1032254695892334,-0.005813450086861849,0.5377206206321716,0.8318625092506409,376.0,96256.0,1325.2068081800826,6160384.0 +404.11,25.719999313354492,4748.0,0.007852094247937202,0.1020304337143898,2.085136651992798,-0.005475305020809174,0.6915906071662903,0.7722227275371552,377.0,96512.0,1328.6576703770552,6176768.0 +404.98,26.450000762939453,4954.0,0.007748070638626814,0.0962727889418602,2.076612710952759,-0.0075659132562577724,0.5420562624931335,0.8179731070995331,378.0,96768.0,1331.9648743369617,6193152.0 +409.71,26.450000762939453,4811.0,0.006235851440578699,0.07049560546875,2.0381901264190674,-0.007062584161758423,0.4576667547225952,0.8479868471622467,379.0,97024.0,1335.3705301741138,6209536.0 +415.63,27.200000762939453,4906.0,0.006394901778548956,0.0719401016831398,2.0324676036834717,-0.007516501005738974,0.500665545463562,0.8478189408779144,380.0,97280.0,1338.7107383960392,6225920.0 +405.48,25.239999771118164,5084.0,0.00740850018337369,0.0863443985581398,2.0517265796661377,-0.008442790247499943,0.7518313527107239,0.7864500880241394,381.0,97536.0,1341.933724309085,6242304.0 +395.69,24.760000228881836,4954.0,0.008884980343282223,0.1062418594956398,2.0381205081939697,-0.008131862618029118,0.7145347595214844,0.7626169323921204,382.0,97792.0,1345.241360652959,6258688.0 +396.4,25.65999984741211,4854.0,0.008095786906778812,0.1003621444106102,2.0392823219299316,-0.0072084772400557995,0.6425475478172302,0.8230707049369812,383.0,98048.0,1348.6171599850059,6275072.0 +405.07,27.299999237060547,5017.0,0.009631951339542866,0.1235555037856102,2.061378240585327,-0.006413847673684359,0.599493145942688,0.8042742162942886,384.0,98304.0,1351.8830764319282,6291456.0 +405.47,27.059999465942383,4812.0,0.009482549503445625,0.123779296875,2.065415143966675,-0.0059163253754377365,0.5364734530448914,0.8428494334220886,385.0,98560.0,1355.2885474259965,6307840.0 +409.66,27.100000381469727,5118.0,0.008823768235743046,0.1153971329331398,2.075789213180542,-0.005908363964408636,0.5790846347808838,0.8337713181972504,386.0,98816.0,1358.49009442213,6324224.0 +406.37,26.709999084472656,4823.0,0.017596310004591942,0.2414143830537796,2.0571799278259277,-0.001382392249070108,0.6919105052947998,0.7736443430185318,387.0,99072.0,1361.8872929459903,6340608.0 +402.29,27.25,5014.0,0.01263191644102335,0.1766357421875,2.1048076152801514,-0.0012587668607011437,0.7435147166252136,0.7934338450431824,388.0,99328.0,1365.1552017589565,6356992.0 +408.72,27.450000762939453,4850.0,0.008213070221245289,0.1074015274643898,2.1218607425689697,-0.004336383659392595,0.527848482131958,0.8512056767940521,389.0,99584.0,1368.5338448591065,6373376.0 +407.7,27.15999984741211,4627.0,0.006601331289857626,0.07159423828125,2.141371965408325,-0.005344938021153212,0.6938838362693787,0.8022924065589905,390.0,99840.0,1372.0753292450681,6389760.0 +403.48,26.049999237060547,4807.0,0.0064169298857450485,0.0776570662856102,2.135230302810669,-0.005790248513221741,0.7182369232177734,0.8156352192163467,391.0,100096.0,1375.4839856789913,6406144.0 +388.16,25.110000610351562,5047.0,0.006663572043180466,0.0767618790268898,2.1464030742645264,-0.007141245529055595,0.8588228225708008,0.7558971643447876,392.0,100352.0,1378.730696883984,6422528.0 +391.97,25.3799991607666,4734.0,0.0068239071406424046,0.0868733748793602,2.136345148086548,-0.0077421716414391994,0.9321154952049255,0.7470832765102386,393.0,100608.0,1382.1924607821275,6438912.0 +397.11,24.780000686645508,4712.0,0.00582630792632699,0.0659993514418602,2.151531457901001,-0.0075861732475459576,0.654596745967865,0.8001842647790909,394.0,100864.0,1385.669701447012,6455296.0 +402.65,25.729999542236328,4955.0,0.00575715908780694,0.0650431290268898,2.1755011081695557,-0.006975680589675903,0.6490188241004944,0.8066270500421524,395.0,101120.0,1388.976518980926,6471680.0 +414.34,27.540000915527344,4834.0,0.006511690095067024,0.0817057266831398,2.161820888519287,-0.006718221586197615,0.5619423389434814,0.8179662376642227,396.0,101376.0,1392.3666007451247,6488064.0 +399.37,25.75,5050.0,0.008316212333738804,0.1018880233168602,2.140354871749878,-0.007188097108155489,0.8434538841247559,0.7273949384689331,397.0,101632.0,1395.6117133649532,6504448.0 +395.23,24.739999771118164,4878.0,0.007475843653082848,0.0914103165268898,2.1759817600250244,-0.006070808973163366,0.570870041847229,0.8130315542221069,398.0,101888.0,1398.970741573954,6520832.0 +402.53,24.899999618530273,4869.0,0.008297680877149105,0.1075235977768898,2.1661789417266846,-0.005230191629379988,0.5651597380638123,0.8161060512065887,399.0,102144.0,1402.3362126480788,6537216.0 +395.59,24.56999969482422,4916.0,0.0074010989628732204,0.09429931640625,2.16294002532959,-0.005187749397009611,0.9458144307136536,0.7470730245113373,400.0,102400.0,1405.6693396889605,6553600.0 +388.02,24.950000762939453,4886.0,0.008341786451637745,0.1085611954331398,2.1926863193511963,-0.007188444957137108,0.7561439871788025,0.7375684082508087,401.0,102656.0,1409.023012073012,6569984.0 +396.06,25.6200008392334,4891.0,0.006731708068400621,0.0811767578125,2.1662683486938477,-0.005700795445591211,0.6227319240570068,0.7765909135341644,402.0,102912.0,1412.3734374020714,6586368.0 +404.25,26.670000076293945,4994.0,0.007921562530100346,0.1034952774643898,2.1740190982818604,-0.0062911175191402435,0.5516460537910461,0.7982123047113419,403.0,103168.0,1415.6541879710276,6602752.0 +408.26,27.200000762939453,4822.0,0.006678824778646231,0.0804239884018898,2.1737358570098877,-0.006488580722361803,0.5364909172058105,0.7999027967453003,404.0,103424.0,1419.0525583769195,6619136.0 +405.57,26.530000686645508,4812.0,0.012483600527048111,0.1645304411649704,2.165907859802246,-0.005854298826307058,0.6487403512001038,0.7854916602373123,405.0,103680.0,1422.4576666711364,6635520.0 +393.89,24.780000686645508,4897.0,0.010963846929371357,0.1493123322725296,2.1735026836395264,-0.003237025113776326,0.7400906085968018,0.7240005731582642,406.0,103936.0,1425.8038529329933,6651904.0 +393.7,24.65999984741211,4968.0,0.025578349828720093,0.3048909604549408,2.1995863914489746,-0.001058481982909143,0.534425675868988,0.7487455308437347,407.0,104192.0,1429.1025000999216,6668288.0 +403.4,25.59000015258789,5017.0,0.01380281150341034,0.17620849609375,2.197327136993408,-0.005061363335698843,0.40051862597465515,0.8231917470693588,408.0,104448.0,1432.3689017309807,6684672.0 +405.97,26.18000030517578,4814.0,0.013892571441829205,0.1863606721162796,2.2086703777313232,-0.004298811312764883,0.4383908212184906,0.7801294475793839,409.0,104704.0,1435.772711199941,6701056.0 +399.26,25.799999237060547,4897.0,0.021623795852065086,0.244384765625,2.174099922180176,0.004173325840383768,0.6244264841079712,0.7565343528985977,410.0,104960.0,1439.1188060080167,6717440.0 +396.09,25.6299991607666,4670.0,0.0361502543091774,0.2896728515625,2.1997079849243164,0.004333180375397205,0.5413820147514343,0.7619950920343399,411.0,105216.0,1442.6273031639867,6733824.0 +387.61,24.06999969482422,4799.0,0.017696622759103775,0.2016194611787796,2.182666301727295,-0.0006844643503427505,0.6414422392845154,0.6980623006820679,412.0,105472.0,1446.041987251956,6750208.0 +393.35,24.93000030517578,4803.0,0.012829512357711792,0.1620890349149704,2.2093818187713623,-0.003919925075024366,0.5095198750495911,0.7398795783519745,413.0,105728.0,1449.4532582671382,6766592.0 +390.05,24.15999984741211,4800.0,0.019288083538413048,0.2153523713350296,2.1942522525787354,-0.0014596333494409919,0.5307710766792297,0.7008378505706787,414.0,105984.0,1452.8672968759201,6782976.0 +384.82,22.530000686645508,4997.0,0.019524404779076576,0.2252400666475296,2.1944687366485596,-0.0012982893968001008,0.7874352335929871,0.6615575551986694,415.0,106240.0,1456.1466268089134,6799360.0 +374.13,20.84000015258789,4778.0,0.007502781692892313,0.08209228515625,2.177126169204712,-0.008007711730897427,0.8005504608154297,0.627106636762619,416.0,106496.0,1459.5764438391197,6815744.0 +376.85,21.059999465942383,4828.0,0.013304181396961212,0.1852620393037796,2.1765389442443848,-0.0036180366296321154,0.5741879343986511,0.7162192165851593,417.0,106752.0,1462.970189183019,6832128.0 +390.84,24.09000015258789,4677.0,0.01869119703769684,0.2550048828125,2.1650946140289307,-0.002757294801995158,0.5047551393508911,0.7214667499065399,418.0,107008.0,1466.4734938971233,6848512.0 +397.66,24.65999984741211,4841.0,0.01908900775015354,0.2214558869600296,2.1529476642608643,-0.0027463287115097046,0.28998687863349915,0.7894198298454285,419.0,107264.0,1469.858086463064,6864896.0 +400.99,25.829999923706055,5002.0,0.017477406188845634,0.2164103239774704,2.1661031246185303,-0.0031777003314346075,0.44653284549713135,0.7286717891693115,420.0,107520.0,1473.1344967030454,6881280.0 +382.39,24.079999923706055,4836.0,0.015564401634037495,0.1877034455537796,2.1519930362701416,-0.00284775928594172,0.6977394223213196,0.6142238676548004,421.0,107776.0,1476.5227956599556,6897664.0 +359.03,21.799999237060547,4717.0,0.020260842517018318,0.2302653044462204,2.1401331424713135,-0.0004871559503953904,0.9867224097251892,0.5166513025760651,422.0,108032.0,1479.9969472989906,6914048.0 +371.67,22.329999923706055,4889.0,0.01144635584205389,0.1424153596162796,2.147568464279175,-0.008574862964451313,0.4654191732406616,0.723120927810669,423.0,108288.0,1483.3487236720975,6930432.0 +383.13,23.1299991607666,4830.0,0.01788175478577614,0.2056681364774704,2.122894525527954,-0.006059314589947462,0.36202147603034973,0.7309974133968353,424.0,108544.0,1486.7415169121232,6946816.0 +407.1,25.530000686645508,4747.0,0.016904780641198158,0.19927978515625,2.1465606689453125,-0.00689307413995266,0.3052535057067871,0.7764088064432144,425.0,108800.0,1490.1929224641062,6963200.0 +404.0,25.920000076293945,4841.0,0.015948807820677757,0.1822102814912796,2.1412079334259033,-0.0031650576274842024,0.35810744762420654,0.7396597564220428,426.0,109056.0,1493.5815366320312,6979584.0 +406.44,26.829999923706055,4913.0,0.01068475004285574,0.14093017578125,2.166785478591919,-0.006744809448719025,0.21683217585086823,0.7870624959468842,427.0,109312.0,1496.9169178269804,6995968.0 +409.42,26.479999542236328,4810.0,0.014787738211452961,0.1810506135225296,2.1586148738861084,-0.0038338208105415106,0.3532291352748871,0.7673841565847397,428.0,109568.0,1500.3234104281291,7012352.0 +390.98,24.8700008392334,4853.0,0.009359994903206825,0.1137491837143898,2.1540613174438477,-0.0063516381196677685,0.5859198570251465,0.6510222256183624,429.0,109824.0,1503.7000944970641,7028736.0 +377.91,24.8799991607666,4686.0,0.014008170925080776,0.1810302734375,2.1289405822753906,-0.003349598264321685,0.3878124952316284,0.7218910753726959,430.0,110080.0,1507.1968855799641,7045120.0 +394.18,26.030000686645508,4658.0,0.009984244592487812,0.1287841796875,2.1572813987731934,-0.00628642225638032,0.3513314425945282,0.7110866010189056,431.0,110336.0,1510.7147042760625,7061504.0 +388.86,25.6200008392334,4804.0,0.011108930222690105,0.1473592072725296,2.1313178539276123,-0.0037155961617827415,0.3723709285259247,0.7254391014575958,432.0,110592.0,1514.1258586191107,7077888.0 +388.68,24.729999542236328,4755.0,0.010994777083396912,0.1298421174287796,2.1302106380462646,-0.006001406814903021,0.5858307480812073,0.6550764441490173,433.0,110848.0,1517.5715996089857,7094272.0 +386.18,23.850000381469727,4811.0,0.00889930222183466,0.1020711287856102,2.123483657836914,-0.006012930069118738,0.5008867383003235,0.73436439037323,434.0,111104.0,1520.9774354491383,7110656.0 +396.29,24.790000915527344,4864.0,0.014054376631975174,0.1911417692899704,2.095005512237549,-0.0069998991675674915,0.20705842971801758,0.839401125907898,435.0,111360.0,1524.3470207920764,7127040.0 +405.31,27.15999984741211,4757.0,0.014419353567063808,0.1678670197725296,2.1265461444854736,-0.003989127930253744,0.4219023287296295,0.7030806243419647,436.0,111616.0,1527.791706040036,7143424.0 +382.68,25.06999969482422,4902.0,0.019024914130568504,0.2158610075712204,2.1265618801116943,-0.003173878649249673,0.7093319892883301,0.6270793080329895,437.0,111872.0,1531.1342003780883,7159808.0 +379.99,24.670000076293945,4826.0,0.013570797629654408,0.1740519255399704,2.1601815223693848,-0.008288742043077946,0.3602343797683716,0.7132875323295593,438.0,112128.0,1534.5302520459518,7176192.0 +392.41,26.110000610351562,4985.0,0.012506783939898014,0.17181396484375,2.14300799369812,-0.0038980806712061167,0.3828236162662506,0.7031715512275696,439.0,112384.0,1537.8171177271288,7192576.0 +385.47,25.09000015258789,4856.0,0.008447174914181232,0.09857177734375,2.1780829429626465,-0.005964695941656828,0.6107777953147888,0.6357437670230865,440.0,112640.0,1541.1919996310025,7208960.0 +383.91,24.270000457763672,4651.0,0.0052421423606574535,0.0534261055290699,2.1646628379821777,-0.007678680587559938,0.34015312790870667,0.7523656040430069,441.0,112896.0,1544.7153893220238,7225344.0 +387.85,24.90999984741211,4753.0,0.005755568388849497,0.06243896484375,2.173663377761841,-0.008230633102357388,0.33331793546676636,0.7128760516643524,442.0,113152.0,1548.1632193811238,7241728.0 +387.59,25.729999542236328,4766.0,0.012412704527378082,0.1507975310087204,2.15315580368042,-0.005555721465498209,0.38603878021240234,0.7153867483139038,443.0,113408.0,1551.601065970026,7258112.0 +395.87,26.700000762939453,4802.0,0.014865667559206486,0.1796061247587204,2.1432831287384033,-0.0070042540319263935,0.312612384557724,0.7221447825431824,444.0,113664.0,1555.0173380540218,7274496.0 +393.29,26.059999465942383,4841.0,0.021105535328388214,0.2445475310087204,2.1784164905548096,-0.005675260443240404,0.4010019302368164,0.6961144506931305,445.0,113920.0,1558.4020305899903,7290880.0 +393.18,25.780000686645508,4858.0,0.017122061923146248,0.18743896484375,2.1751840114593506,-0.0015098964795470238,0.30768823623657227,0.7211550176143646,446.0,114176.0,1561.7751972870901,7307264.0 +405.06,26.209999084472656,4787.0,0.016018906608223915,0.18853759765625,2.2163355350494385,-0.007328890264034271,0.27563852071762085,0.743127316236496,447.0,114432.0,1565.1983430059627,7323648.0 +405.94,25.43000030517578,5052.0,0.009761642664670944,0.1219075545668602,2.18200945854187,-0.010659013874828815,0.29532590508461,0.7455270886421204,448.0,114688.0,1568.4418503269553,7340032.0 +411.54,26.6299991607666,4930.0,0.007331961765885353,0.0848185196518898,2.206862449645996,-0.010793480090796947,0.24638338387012482,0.7545276135206223,449.0,114944.0,1571.7652099530678,7356416.0 +410.8,26.389999389648438,5005.0,0.010392174124717712,0.13214111328125,2.1955347061157227,-0.00894111767411232,0.21871690452098846,0.7899620085954666,450.0,115200.0,1575.0389778739773,7372800.0 +403.35,25.670000076293945,4801.0,0.010080386884510517,0.1129557266831398,2.1903045177459717,-0.009428795427083969,0.38385844230651855,0.7399207949638367,451.0,115456.0,1578.4519492220134,7389184.0 +406.18,26.43000030517578,5009.0,0.0168953537940979,0.1686808317899704,2.214576482772827,-0.009537462145090103,0.19081242382526398,0.7974940091371536,452.0,115712.0,1581.7233694200404,7405568.0 +411.99,26.739999771118164,4779.0,0.01559280976653099,0.185546875,2.220599889755249,-0.00254483032040298,0.2843421399593353,0.7564921230077744,453.0,115968.0,1585.1522278869525,7421952.0 +399.67,26.149999618530273,4825.0,0.01151504646986723,0.14093017578125,2.2272493839263916,-0.00670243613421917,0.3550809621810913,0.6912659704685211,454.0,116224.0,1588.548506472027,7438336.0 +392.72,24.81999969482422,4702.0,0.006873137783259153,0.0765584334731102,2.2499988079071045,-0.006522543728351593,0.36619874835014343,0.7027165591716766,455.0,116480.0,1592.0337167929392,7454720.0 +392.77,24.90999984741211,4854.0,0.008332262746989727,0.1067708358168602,2.2572555541992188,-0.007227411959320307,0.4079025685787201,0.6771166324615479,456.0,116736.0,1595.4098194281105,7471104.0 +385.21,22.81999969482422,4778.0,0.012025098316371441,0.1596883088350296,2.2349648475646973,-0.0054346309043467045,0.6106459498405457,0.6363837718963623,457.0,116992.0,1598.8390574380755,7487488.0 +391.75,22.5,4759.0,0.017341764643788338,0.2034098356962204,2.210439443588257,-0.004813155625015497,0.25458770990371704,0.7752127200365067,458.0,117248.0,1602.2825186969712,7503872.0 +391.07,23.6200008392334,5005.0,0.021199338138103485,0.2376912385225296,2.213740587234497,0.0006686411798000336,0.4150797128677368,0.6593852937221527,459.0,117504.0,1605.5562548879534,7520256.0 +389.63,23.40999984741211,5023.0,0.015317901037633419,0.192138671875,2.210334062576294,-0.009451092220842838,0.31834399700164795,0.721274733543396,460.0,117760.0,1608.8185908780433,7536640.0 +385.86,23.790000915527344,4677.0,0.01436933595687151,0.16400146484375,2.2155115604400635,-0.006994494702666998,0.36253538727760315,0.6688706278800964,461.0,118016.0,1612.3218156311195,7553024.0 +376.01,24.049999237060547,4825.0,0.011401940137147903,0.146484375,2.2241203784942627,-0.004526802338659763,0.5107306838035583,0.5409913957118988,462.0,118272.0,1615.7178674940951,7569408.0 +382.53,24.459999084472656,4724.0,0.013239502906799316,0.1526285856962204,2.231412410736084,-0.005590768996626139,0.3123722970485687,0.6723600924015045,463.0,118528.0,1619.1862976350822,7585792.0 +393.93,25.149999618530273,4846.0,0.010098672471940517,0.1234130859375,2.2078065872192383,-0.00757096940651536,0.2789769172668457,0.7412675619125366,464.0,118784.0,1622.5675829041284,7602176.0 +398.35,25.139999389648438,4878.0,0.01144703384488821,0.14532470703125,2.2237954139709473,-0.006408911198377609,0.37308862805366516,0.6555757224559784,465.0,119040.0,1625.9263676030096,7618560.0 +385.67,23.860000610351562,4895.0,0.015621895901858807,0.1728515625,2.2206766605377197,-0.007589260581880808,0.47249388694763184,0.5728520750999451,466.0,119296.0,1629.2735669789836,7634944.0 +387.91,23.829999923706055,4879.0,0.01676568202674389,0.19085693359375,2.1988630294799805,-0.007914441637694836,0.19938428699970245,0.7632652521133423,467.0,119552.0,1632.632208245108,7651328.0 +397.13,26.0,4829.0,0.012838286347687244,0.1466064453125,2.2099077701568604,-0.008359392173588276,0.23894645273685455,0.7197767496109009,468.0,119808.0,1636.0256385020912,7667712.0 +396.27,26.110000610351562,4888.0,0.014999132603406906,0.163330078125,2.195307493209839,-0.008497387170791626,0.3736768066883087,0.6003559529781342,469.0,120064.0,1639.3774975971319,7684096.0 +388.62,24.739999771118164,4742.0,0.012462250888347626,0.15313720703125,2.219937801361084,-0.004099150653928518,0.4079408645629883,0.49168306589126587,470.0,120320.0,1642.8327534480486,7700480.0 +379.06,23.209999084472656,4794.0,0.01275896281003952,0.1605224609375,2.220268487930298,-0.007470028940588236,0.43049588799476624,0.5512029230594635,471.0,120576.0,1646.2507065071259,7716864.0 +376.86,22.489999771118164,4877.0,0.014001108705997467,0.1599528044462204,2.2225613594055176,-0.004864908289164305,0.48994073271751404,0.5845991969108582,472.0,120832.0,1649.6107473201118,7733248.0 +380.07,22.889999389648438,4763.0,0.013746674172580242,0.1802164763212204,2.2178332805633545,-0.0074944086372852325,0.27656611800193787,0.6331466734409332,473.0,121088.0,1653.0508241709322,7749632.0 +396.5,25.190000534057617,4793.0,0.013674079440534115,0.15728759765625,2.2149221897125244,-0.010956279002130032,0.2060747891664505,0.684426337480545,474.0,121344.0,1656.469443840906,7766016.0 +403.08,26.93000030517578,4928.0,0.01168133970350027,0.1365559846162796,2.257380723953247,-0.006291027646511793,0.2127145528793335,0.6853814423084259,475.0,121600.0,1659.79470180301,7782400.0 +393.31,25.530000686645508,4980.0,0.011679858900606632,0.14532470703125,2.2396063804626465,-0.008125384338200092,0.42174872756004333,0.544323056936264,476.0,121856.0,1663.0851232630666,7798784.0 +380.46,23.719999313354492,5024.0,0.011901140213012695,0.1440226286649704,2.255099058151245,-0.005274867173284292,0.3851950466632843,0.5803984999656677,477.0,122112.0,1666.346652735956,7815168.0 +384.98,23.989999771118164,4931.0,0.010661997832357883,0.13092041015625,2.232055902481079,-0.0057610939256846905,0.21201467514038086,0.701971024274826,478.0,122368.0,1669.6696519649122,7831552.0 +386.86,24.649999618530273,4834.0,0.008983076550066471,0.0964762344956398,2.241260528564453,-0.007123847957700491,0.42430058121681213,0.625805526971817,479.0,122624.0,1673.058890616987,7847936.0 +386.02,24.280000686645508,5070.0,0.006688745226711035,0.0736287459731102,2.249248743057251,-0.00892545748502016,0.29987409710884094,0.6879017353057861,480.0,122880.0,1676.291007141117,7864320.0 +383.71,24.739999771118164,4933.0,0.008392530493438244,0.0930379256606102,2.2293756008148193,-0.005751931574195623,0.3020480275154114,0.6578306257724762,481.0,123136.0,1679.612638673978,7880704.0 +392.09,25.479999542236328,4985.0,0.012015764601528645,0.1620076447725296,2.205857992172241,-0.006836966145783663,0.27189359068870544,0.7500518709421158,482.0,123392.0,1682.900082882028,7897088.0 +388.55,25.200000762939453,4962.0,0.016028141602873802,0.2038777619600296,2.2015490531921387,-0.008231216110289097,0.2356685847043991,0.6993376612663269,483.0,123648.0,1686.2026869929396,7913472.0 +381.58,24.520000457763672,4669.0,0.013365375809371471,0.1511637419462204,2.2049102783203125,-0.010319184511899948,0.37848302721977234,0.6731328666210175,484.0,123904.0,1689.7119425269775,7929856.0 +388.33,25.8799991607666,5027.0,0.009822648949921131,0.1169840469956398,2.2005608081817627,-0.007269880268722773,0.1905280351638794,0.7341082990169525,485.0,124160.0,1692.971619591117,7946240.0 +389.53,26.700000762939453,4892.0,0.01206132397055626,0.1527099609375,2.2185792922973633,-0.005442547146230936,0.278217077255249,0.6597426235675812,486.0,124416.0,1696.321295314934,7962624.0 +396.89,26.579999923706055,4893.0,0.015615210868418217,0.1924845427274704,2.229306697845459,-0.005932666826993227,0.35716307163238525,0.6713500022888184,487.0,124672.0,1699.670109347906,7979008.0 +384.51,23.510000228881836,4803.0,0.009176347404718399,0.1112874373793602,2.230163812637329,-0.008043278940021992,0.3651512563228607,0.6436320245265961,488.0,124928.0,1703.0817681250628,7995392.0 +396.32,24.34000015258789,4812.0,0.007767131086438894,0.0995076522231102,2.2257139682769775,-0.007685335818678141,0.30736085772514343,0.65104940533638,489.0,125184.0,1706.487039834028,8011776.0 +407.45,25.989999771118164,4946.0,0.008705382235348225,0.1066080704331398,2.195200204849243,-0.009913480840623379,0.225626602768898,0.7036895453929901,490.0,125440.0,1709.7999019990675,8028160.0 +393.68,25.200000762939453,4802.0,0.010225982405245304,0.1357625275850296,2.244769334793091,-0.0071321576833724976,0.39598071575164795,0.5553710758686066,491.0,125696.0,1713.212159648072,8044544.0 +386.47,24.270000457763672,4936.0,0.00690496526658535,0.0782063826918602,2.2268731594085693,-0.007934288121759892,0.29746341705322266,0.6647025346755981,492.0,125952.0,1716.532045634929,8060928.0 +375.26,23.350000381469727,4909.0,0.007340084295719862,0.083251953125,2.216360569000244,-0.008881534449756145,0.47486212849617004,0.6062028706073761,493.0,126208.0,1719.8699595499784,8077312.0 +382.98,24.639999389648438,4756.0,0.008539705537259579,0.0989990234375,2.2411227226257324,-0.007679009344428778,0.2691750228404999,0.6862896978855133,494.0,126464.0,1723.3153008809313,8093696.0 +395.37,26.100000381469727,4942.0,0.008271593600511551,0.1045125350356102,2.2272469997406006,-0.00800077710300684,0.3231399357318878,0.6543360650539398,495.0,126720.0,1726.6311849439517,8110080.0 +395.98,25.860000610351562,4819.0,0.00888913031667471,0.1004842147231102,2.2333576679229736,-0.007006970699876547,0.30202701687812805,0.6752892434597015,496.0,126976.0,1730.0313272599597,8126464.0 +395.7,26.579999923706055,4735.0,0.013844091445207596,0.1634724885225296,2.216348886489868,-0.008790716528892517,0.2505672872066498,0.7370685338973999,497.0,127232.0,1733.49213451799,8142848.0 +390.24,26.81999969482422,4782.0,0.01247414480894804,0.1519978791475296,2.225942850112915,-0.009174159727990627,0.277836412191391,0.684356302022934,498.0,127488.0,1736.9186275880784,8159232.0 +392.0,26.260000228881836,4891.0,0.014754384756088257,0.1788737028837204,2.2139909267425537,-0.004775065928697586,0.35502326488494873,0.6600818336009979,499.0,127744.0,1740.2691032460425,8175616.0 +396.52,25.489999771118164,4919.0,0.011145436204969883,0.1411946564912796,2.2345385551452637,-0.0058674137108027935,0.3287941515445709,0.7365253269672394,500.0,128000.0,1743.6005547191016,8192000.0 +404.17,25.520000457763672,5039.0,0.0070365555584430695,0.0848185196518898,2.2493317127227783,-0.007968326099216938,0.27266865968704224,0.7037048637866974,501.0,128256.0,1746.8523641231004,8208384.0 +391.78,24.459999084472656,4852.0,0.0059967320412397385,0.0679931640625,2.237151861190796,-0.00886374618858099,0.5393468737602234,0.6375158131122589,502.0,128512.0,1750.2338952999562,8224768.0 +386.49,23.110000610351562,4888.0,0.007275056093931198,0.0822957381606102,2.2633275985717773,-0.008046988397836685,0.400314599275589,0.6707690358161926,503.0,128768.0,1753.5864180689678,8241152.0 +400.35,25.360000610351562,4740.0,0.007037521805614233,0.0845540389418602,2.243417263031006,-0.008794751018285751,0.21848748624324799,0.7710566818714142,504.0,129024.0,1757.0428974109236,8257536.0 +410.06,26.450000762939453,4737.0,0.009590246714651585,0.1123860701918602,2.231794595718384,-0.011548501439392567,0.2186366766691208,0.7914183139801025,505.0,129280.0,1760.5018079949077,8273920.0 +414.6,27.510000228881836,4838.0,0.009755809791386127,0.1209309920668602,2.231288194656372,-0.010050629265606403,0.15498800575733185,0.8137700706720352,506.0,129536.0,1763.8892138039228,8290304.0 +412.89,27.639999389648438,4921.0,0.012846142053604126,0.1662801057100296,2.204211473464966,-0.0027964652981609106,0.2705273926258087,0.7516468316316605,507.0,129792.0,1767.2194102159701,8306688.0 +411.19,27.219999313354492,4927.0,0.012989216484129429,0.16998291015625,2.215959310531616,-0.00886641163378954,0.2306113988161087,0.7423076629638672,508.0,130048.0,1770.5448223720305,8323072.0 +410.87,27.360000610351562,4826.0,0.012665637768805027,0.1431477814912796,2.2392849922180176,-0.00814013835042715,0.26659777760505676,0.713900089263916,509.0,130304.0,1773.9406591239385,8339456.0 +399.23,25.829999923706055,4874.0,0.013213223777711391,0.1634318083524704,2.235351324081421,-0.00887539703398943,0.41664186120033264,0.6705517470836639,510.0,130560.0,1777.3027140039485,8355840.0 +386.55,24.360000610351562,5063.0,0.009537535719573498,0.1108194962143898,2.2168710231781006,-0.006754722446203232,0.40667954087257385,0.6426287293434143,511.0,130816.0,1780.5393902061041,8372224.0 +393.56,25.399999618530273,4620.0,0.009286582469940186,0.1109415665268898,2.224015235900879,-0.008162197656929493,0.2685275077819824,0.7493182420730591,512.0,131072.0,1784.0858457649592,8388608.0 +400.41,26.3799991607666,4685.0,0.01293093990534544,0.15887451171875,2.209074020385742,-0.008817198686301708,0.35563910007476807,0.7247144281864166,513.0,131328.0,1787.5837847781368,8404992.0 +399.01,26.440000534057617,4910.0,0.010306242853403091,0.1476847380399704,2.211470603942871,-0.005704481154680252,0.36982524394989014,0.6985906362533569,514.0,131584.0,1790.921207999112,8421376.0 +385.58,25.200000762939453,4860.0,0.007633814588189125,0.0901896134018898,2.2089662551879883,-0.0076444391161203384,0.5423640608787537,0.6103508174419403,515.0,131840.0,1794.293074883055,8437760.0 +372.93,23.75,4952.0,0.012726717628538609,0.1368204802274704,2.228015661239624,-0.007089589256793261,0.4946799576282501,0.6410177052021027,516.0,132096.0,1797.602161644958,8454144.0 +375.71,22.809999465942383,4861.0,0.013802587985992432,0.1636759489774704,2.2248988151550293,-0.005251331254839897,0.5543811917304993,0.619438111782074,517.0,132352.0,1800.9727527280338,8470528.0 +377.88,23.899999618530273,4891.0,0.013200312852859497,0.1759236603975296,2.221714735031128,-0.005256136413663626,0.3933009207248688,0.6705694794654846,518.0,132608.0,1804.3228060719557,8486912.0 +376.04,23.700000762939453,4806.0,0.01294897124171257,0.1741536408662796,2.22404408454895,-0.0034952980931848288,0.387741357088089,0.6558628976345062,519.0,132864.0,1807.732347926125,8503296.0 +399.2,26.3799991607666,4853.0,0.005495631601661444,0.0551961250603199,2.2304084300994873,-0.007339013274759054,0.23937053978443146,0.7451387345790863,520.0,133120.0,1811.108915264951,8519680.0 +400.03,26.209999084472656,4996.0,0.005857166368514299,0.06524658203125,2.2294809818267822,-0.008444943465292454,0.24482153356075287,0.7505428791046143,521.0,133376.0,1814.3885775769595,8536064.0 +403.88,25.739999771118164,4684.0,0.0070030600763857365,0.0817667618393898,2.2385716438293457,-0.00792093575000763,0.30195221304893494,0.7552079260349274,522.0,133632.0,1817.886786885094,8552448.0 +400.53,25.15999984741211,4940.0,0.006912644952535629,0.0847371444106102,2.2168824672698975,-0.006564754527062178,0.28842318058013916,0.7585829496383667,523.0,133888.0,1821.2035161980893,8568832.0 +399.21,26.010000228881836,4745.0,0.006292295176535845,0.0705769881606102,2.212531805038452,-0.008318864740431309,0.34739649295806885,0.691744476556778,524.0,134144.0,1824.6565744720865,8585216.0 +404.25,27.190000534057617,4851.0,0.009124278090894222,0.1089274063706398,2.212740182876587,-0.006203020457178354,0.24632517993450165,0.7609022259712219,525.0,134400.0,1828.0341869220138,8601600.0 +397.62,26.239999771118164,5034.0,0.015456692315638065,0.1950276643037796,2.224980592727661,-0.004103551153093576,0.3064223527908325,0.7241316139698029,526.0,134656.0,1831.28911284497,8617984.0 +392.68,25.940000534057617,4789.0,0.010111005045473576,0.1282552033662796,2.2442500591278076,-0.009996909648180008,0.26251420378685,0.7629697620868683,527.0,134912.0,1834.7110475399531,8634368.0 +400.02,26.299999237060547,4661.0,0.01186347845941782,0.1523844450712204,2.213416337966919,-0.008551125414669514,0.2969728112220764,0.7390893995761871,528.0,135168.0,1838.2262905319221,8650752.0 +395.62,26.139999389648438,4945.0,0.0147204315289855,0.1904500275850296,2.2182986736297607,-0.003260308178141713,0.35161566734313965,0.6948203444480896,529.0,135424.0,1841.5420809260104,8667136.0 +388.2,24.200000762939453,4934.0,0.011298409663140774,0.1448160856962204,2.2457776069641113,-0.003514242358505726,0.5179789066314697,0.6733065247535706,530.0,135680.0,1844.8634109750856,8683520.0 +396.91,24.729999542236328,5004.0,0.007852262817323208,0.0918985977768898,2.236424207687378,-0.008648158982396126,0.27163252234458923,0.729062557220459,531.0,135936.0,1848.138177006971,8699904.0 +392.7,25.25,4715.0,0.008673169650137424,0.105712890625,2.19876766204834,-0.008997037075459957,0.4080881178379059,0.6898380517959595,532.0,136192.0,1851.6131666561123,8716288.0 +395.56,25.25,4975.0,0.015123948454856873,0.1682332307100296,2.213660717010498,-0.0027504584286361933,0.34581515192985535,0.7352661192417145,533.0,136448.0,1854.9070837460458,8732672.0 +392.26,24.3700008392334,4841.0,0.012204834260046482,0.1567179411649704,2.1983001232147217,-0.006761465221643448,0.414080411195755,0.6901349425315857,534.0,136704.0,1858.2922899250407,8749056.0 +405.86,26.049999237060547,4831.0,0.010112597607076168,0.1351725310087204,2.2141294479370117,-0.005810713395476341,0.3214363753795624,0.7678890973329544,535.0,136960.0,1861.6843784661032,8765440.0 +407.66,27.469999313354492,4899.0,0.008639861829578876,0.1133015975356102,2.1970677375793457,-0.007096739951521158,0.21952547132968903,0.7830441743135452,536.0,137216.0,1865.0297462530434,8781824.0 +406.18,27.309999465942383,4966.0,0.008018986321985722,0.0948893204331398,2.189722776412964,-0.007946467958390713,0.25304296612739563,0.8026179820299149,537.0,137472.0,1868.329633928137,8798208.0 +406.71,27.010000228881836,4771.0,0.00942464079707861,0.1193644180893898,2.1906354427337646,-0.010751728899776936,0.25069499015808105,0.803687795996666,538.0,137728.0,1871.7642885590903,8814592.0 +395.45,26.15999984741211,4830.0,0.014497320167720318,0.1792805939912796,2.1674091815948486,-0.006729569751769304,0.4139472544193268,0.667993813753128,539.0,137984.0,1875.1566497189924,8830976.0 +390.75,26.020000457763672,4734.0,0.011377900838851929,0.1284993439912796,2.203308343887329,-0.00510392477735877,0.35566580295562744,0.7625897228717804,540.0,138240.0,1878.617923235055,8847360.0 +393.34,25.65999984741211,4918.0,0.013429627753794193,0.17547607421875,2.1543004512786865,-0.00715067470446229,0.42177775502204895,0.7146396040916443,541.0,138496.0,1881.9496410749853,8863744.0 +398.69,26.389999389648438,4955.0,0.012906963936984539,0.1565755158662796,2.1496546268463135,-0.00865813810378313,0.278801292181015,0.7743236869573593,542.0,138752.0,1885.2568929719273,8880128.0 +404.42,27.479999542236328,4836.0,0.009953252971172333,0.1233113631606102,2.1590778827667236,-0.00554455304518342,0.34565290808677673,0.769953727722168,543.0,139008.0,1888.6452625270467,8896512.0 +401.27,26.799999237060547,4846.0,0.011153548955917358,0.1282958984375,2.1365294456481934,-0.011202587746083736,0.24975216388702393,0.7861440777778625,544.0,139264.0,1892.026706218021,8912896.0 +400.12,26.579999923706055,4971.0,0.012677502818405628,0.172607421875,2.1457693576812744,-0.009073798544704914,0.2749572992324829,0.7766096740961075,545.0,139520.0,1895.3252198249102,8929280.0 +394.38,25.639999389648438,4706.0,0.013689803890883923,0.1668497771024704,2.1369550228118896,-0.007822307758033276,0.3550931513309479,0.7568131685256958,546.0,139776.0,1898.8066286440007,8945664.0 +391.6,25.809999465942383,5110.0,0.008503826335072517,0.1003011092543602,2.167620897293091,-0.006229529622942209,0.4300808012485504,0.6346638202667236,547.0,140032.0,1902.0136152899358,8962048.0 +394.15,26.670000076293945,4994.0,0.006839498411864042,0.0770263671875,2.1689517498016357,-0.00787761528044939,0.3385988175868988,0.7116012275218964,548.0,140288.0,1905.2945707549807,8978432.0 +399.31,26.489999771118164,4746.0,0.00687039690092206,0.0773518905043602,2.138084888458252,-0.006941592320799828,0.2983737885951996,0.7710178047418594,549.0,140544.0,1908.7469369100872,8994816.0 +398.95,27.0,4802.0,0.005642311181873083,0.0598958320915699,2.146016836166382,-0.008701485581696033,0.3620869815349579,0.726943701505661,550.0,140800.0,1912.158862665994,9011200.0 +372.1,24.200000762939453,4823.0,0.0055905780754983425,0.0573527030646801,2.131282329559326,-0.009176232852041721,0.6197330951690674,0.6627060174942017,551.0,141056.0,1915.5570154921152,9027584.0 +366.89,23.649999618530273,4815.0,0.007280323654413223,0.0771280899643898,2.147786855697632,-0.008366038091480732,0.5818361639976501,0.5915898978710175,552.0,141312.0,1918.959729687078,9043968.0 +389.37,25.719999313354492,4947.0,0.0062531060539186,0.0626424178481102,2.131258249282837,-0.008179384283721447,0.315217524766922,0.7723826020956039,553.0,141568.0,1922.2719707090873,9060352.0 +395.34,26.649999618530273,4967.0,0.006621329579502344,0.0724080428481102,2.1452786922454834,-0.008435267955064774,0.40578171610832214,0.7237729132175446,554.0,141824.0,1925.5708790889475,9076736.0 +393.32,26.059999465942383,4765.0,0.008206087164580822,0.0959269180893898,2.1277835369110107,-0.008372824639081955,0.3659091889858246,0.7506357729434967,555.0,142080.0,1929.0097001369577,9093120.0 +393.38,26.200000762939453,4951.0,0.00768957519903779,0.0871378555893898,2.153540849685669,-0.007547002285718918,0.3415192663669586,0.7700656652450562,556.0,142336.0,1932.3191981730051,9109504.0 +403.6,27.219999313354492,4792.0,0.009950798936188221,0.1168009415268898,2.1464312076568604,-0.008209086954593658,0.2173057347536087,0.7870930433273315,557.0,142592.0,1935.738294331124,9125888.0 +397.01,25.280000686645508,4681.0,0.013912641443312168,0.16961669921875,2.141555070877075,-0.008842605166137218,0.35163822770118713,0.7084517478942871,558.0,142848.0,1939.2390233089682,9142272.0 +388.56,25.790000915527344,4989.0,0.012624286115169525,0.1611735075712204,2.1573312282562256,-0.007955682463943958,0.3603540360927582,0.7014619410037994,559.0,143104.0,1942.5237013769802,9158656.0 +392.45,25.420000076293945,4930.0,0.01659315451979637,0.1803995817899704,2.1728999614715576,-0.004814654588699341,0.316194623708725,0.7279737889766693,560.0,143360.0,1945.847702424042,9175040.0 +402.91,26.81999969482422,4945.0,0.018857525661587715,0.2018839567899704,2.1488780975341797,-0.008048368617892265,0.326495498418808,0.7153439819812775,561.0,143616.0,1949.1610579800326,9191424.0 +404.25,27.219999313354492,5007.0,0.01159017626196146,0.14300537109375,2.162869691848755,-0.009361033327877522,0.24560654163360596,0.7662699967622757,562.0,143872.0,1952.4332933200058,9207808.0 +397.67,26.18000030517578,4837.0,0.010464869439601898,0.1213582381606102,2.1289522647857666,-0.00948778074234724,0.39780938625335693,0.6648054420948029,563.0,144128.0,1955.8205686309375,9224192.0 +394.98,25.809999465942383,4845.0,0.0075629656203091145,0.0820719376206398,2.1214239597320557,-0.008376524783670902,0.3048509955406189,0.7417708933353424,564.0,144384.0,1959.2023319299333,9240576.0 +391.44,25.790000915527344,4892.0,0.015810342505574226,0.1117757186293602,2.1247141361236572,-0.007051693741232157,0.3241657018661499,0.7372078001499176,565.0,144640.0,1962.5517512459774,9256960.0 +406.4,26.940000534057617,4898.0,0.011373850516974926,0.136962890625,2.1300363540649414,-0.013133150525391102,0.1532832235097885,0.8267715722322464,566.0,144896.0,1965.8969116681255,9273344.0 +411.28,27.15999984741211,4868.0,0.011689254082739353,0.148681640625,2.1233417987823486,-0.010289338417351246,0.3047449588775635,0.7314637899398804,567.0,145152.0,1969.2627000811044,9289728.0 +401.91,26.1299991607666,4993.0,0.012040787376463413,0.1388142853975296,2.1280312538146973,-0.0069671995006501675,0.40007948875427246,0.6507695317268372,568.0,145408.0,1972.544823130127,9306112.0 +396.04,25.40999984741211,4952.0,0.012527812272310257,0.1620279997587204,2.1468398571014404,-0.006517285015434027,0.37612128257751465,0.612807035446167,569.0,145664.0,1975.8539059050381,9322496.0 +397.62,25.6200008392334,4754.0,0.00917788129299879,0.1117960587143898,2.166475534439087,-0.006231963634490967,0.32898828387260437,0.699891597032547,570.0,145920.0,1979.3006648470182,9338880.0 +394.11,24.739999771118164,4972.0,0.009102306328713894,0.1185302734375,2.1746985912323,-0.003833110211417079,0.36981844902038574,0.7114050686359406,571.0,146176.0,1982.5961964430753,9355264.0 +390.28,24.56999969482422,4912.0,0.01176034938544035,0.14117431640625,2.1592752933502197,-0.007290069013834,0.3392929136753082,0.6851698160171509,572.0,146432.0,1985.9319236620795,9371648.0 +393.91,25.829999923706055,4803.0,0.012778469361364841,0.16192626953125,2.183903455734253,-0.0050040120258927345,0.2022932767868042,0.7334409952163696,573.0,146688.0,1989.3436571219936,9388032.0 +391.62,25.68000030517578,4884.0,0.013180551119148731,0.1584269255399704,2.1541872024536133,-0.00646599056199193,0.4526937007904053,0.5461411774158478,574.0,146944.0,1992.6988807159942,9404416.0 +398.57,26.6299991607666,4947.0,0.01416417583823204,0.1740315705537796,2.17040753364563,-0.006261587142944336,0.20118553936481476,0.7489014565944672,575.0,147200.0,1996.0111191631295,9420800.0 +406.42,27.149999618530273,4788.0,0.00957868155092001,0.1246134415268898,2.191387414932251,-0.005735498387366533,0.2567965090274811,0.6317029595375061,576.0,147456.0,1999.4329343410209,9437184.0 +405.8,26.450000762939453,4826.0,0.011940822936594486,0.15191650390625,2.19569730758667,-0.005706417839974165,0.31840699911117554,0.6077766418457031,577.0,147712.0,2002.8285962399095,9453568.0 +388.71,23.649999618530273,4842.0,0.015399332158267498,0.1784464567899704,2.1713039875030518,-0.0037497717421501875,0.3912442922592163,0.5663142502307892,578.0,147968.0,2006.2124048259575,9469952.0 +379.08,23.350000381469727,4732.0,0.01693495735526085,0.1886189728975296,2.1837830543518066,-0.003509657457470894,0.33372068405151367,0.6107132732868195,579.0,148224.0,2009.6754211129155,9486336.0 +383.68,24.68000030517578,4785.0,0.012186698615550995,0.1472981721162796,2.207294464111328,-0.00856013223528862,0.24682575464248657,0.666095107793808,580.0,148480.0,2013.0998206851073,9502720.0 +380.59,24.190000534057617,4847.0,0.012805722653865814,0.14862060546875,2.1935575008392334,-0.00986462365835905,0.2890397608280182,0.6984400749206543,581.0,148736.0,2016.4808054110035,9519104.0 +392.39,25.1299991607666,4882.0,0.013669122010469437,0.1684773713350296,2.209152936935425,-0.008695631287992,0.2756389081478119,0.6207467615604401,582.0,148992.0,2019.837406119099,9535488.0 +403.84,27.040000915527344,5091.0,0.01033953856676817,0.1364339143037796,2.1923625469207764,-0.007889388129115105,0.12051839381456375,0.7952749580144882,583.0,149248.0,2023.0561105899978,9551872.0 +391.79,25.729999542236328,4880.0,0.008147957734763622,0.0913289412856102,2.2068865299224854,-0.00955737754702568,0.43012404441833496,0.545134961605072,584.0,149504.0,2026.414139739005,9568256.0 +394.88,26.219999313354492,4764.0,0.011013403534889221,0.1395467072725296,2.2096917629241943,-0.009312781505286694,0.16003568470478058,0.7604954689741135,585.0,149760.0,2029.8532251720317,9584640.0 +400.07,26.90999984741211,4725.0,0.01657901518046856,0.1911824494600296,2.1854403018951416,-0.011272645555436611,0.2184818536043167,0.6994383335113525,586.0,150016.0,2033.321162654087,9601024.0 +398.41,26.290000915527344,4808.0,0.010777964256703854,0.1304117888212204,2.1944398880004883,-0.006296462845057249,0.3757193088531494,0.609799861907959,587.0,150272.0,2036.7289737709798,9617408.0 +398.36,25.75,4745.0,0.013666782528162003,0.163818359375,2.2058329582214355,-0.0125054270029068,0.13209222257137299,0.7886087894439697,588.0,150528.0,2040.1824159261305,9633792.0 +387.46,25.020000457763672,4790.0,0.012657344341278076,0.1473185271024704,2.211392402648926,-0.006866459269076586,0.39131152629852295,0.5951602160930634,589.0,150784.0,2043.603662099922,9650176.0 +393.59,26.559999465942383,5044.0,0.012876191176474094,0.15814208984375,2.195399522781372,-0.012219694443047047,0.14202561974525452,0.78446926176548,590.0,151040.0,2046.8528471749742,9666560.0 +404.08,27.75,4873.0,0.012794050388038158,0.1631673127412796,2.186171293258667,-0.01093413308262825,0.13395199179649353,0.7702432870864868,591.0,151296.0,2050.2157166560646,9682944.0 +413.03,29.020000457763672,4724.0,0.010429861955344677,0.1292521208524704,2.1802594661712646,-0.014477523975074291,0.09204929322004318,0.8285863101482391,592.0,151552.0,2053.684252548963,9699328.0 +412.59,28.850000381469727,4832.0,0.012833092361688614,0.1462605744600296,2.1892383098602295,-0.01396116241812706,0.12421154230833054,0.7582522630691528,593.0,151808.0,2057.0757268499583,9715712.0 +406.02,27.649999618530273,4864.0,0.016293104737997055,0.1788126677274704,2.1487035751342773,-0.01252842042595148,0.22241322696208954,0.7098622024059296,594.0,152064.0,2060.4443968529813,9732096.0 +401.27,26.799999237060547,4874.0,0.01617773063480854,0.1791788786649704,2.1295316219329834,-0.008082063868641853,0.25589674711227417,0.6393652856349945,595.0,152320.0,2063.8067102250643,9748480.0 +392.81,26.829999923706055,4739.0,0.01573364809155464,0.1790974885225296,2.1505138874053955,-0.008361194282770157,0.18522316217422485,0.6570362448692322,596.0,152576.0,2067.2645299509168,9764864.0 +394.51,28.25,4772.0,0.017158957198262215,0.203857421875,2.142526388168335,-0.007229506969451904,0.2130628079175949,0.7019577622413635,597.0,152832.0,2070.6979636361357,9781248.0 +404.43,28.260000228881836,4957.0,0.015550856478512287,0.1783040314912796,2.1573052406311035,-0.012498587369918823,0.09657324105501175,0.7666467130184174,598.0,153088.0,2074.003715354018,9797632.0 +406.95,27.559999465942383,5017.0,0.017767494544386864,0.2288411408662796,2.1522042751312256,-0.009121835231781006,0.14035958051681519,0.7136902809143066,599.0,153344.0,2077.270144412061,9814016.0 +416.36,28.09000015258789,4615.0,0.014104324392974377,0.1523234099149704,2.142015218734741,-0.008974398486316204,0.1673123687505722,0.7080593705177307,600.0,153600.0,2080.8204794330522,9830400.0 +409.87,27.790000915527344,4763.0,0.012809689156711102,0.1376139372587204,2.164702892303467,-0.01137183140963316,0.15274681150913239,0.73749640583992,601.0,153856.0,2084.2608799040318,9846784.0 +395.16,27.040000915527344,4748.0,0.011756188236176968,0.1559244841337204,2.159993886947632,-0.0075216214172542095,0.30576539039611816,0.650545746088028,602.0,154112.0,2087.712108209962,9863168.0 +393.06,26.649999618530273,4754.0,0.015373475849628448,0.1583251953125,2.155203342437744,-0.007429496850818396,0.21187494695186615,0.6753224432468414,603.0,154368.0,2091.1586340460926,9879552.0 +398.4,27.200000762939453,4863.0,0.013316540978848934,0.1698811799287796,2.1275360584259033,-0.01372799277305603,0.1707415133714676,0.7455332279205322,604.0,154624.0,2094.5283218871336,9895936.0 +405.27,28.030000686645508,4799.0,0.014179211109876633,0.1747029572725296,2.130570650100708,-0.00425760867074132,0.2433798760175705,0.6172513961791992,605.0,154880.0,2097.9429323759396,9912320.0 +407.9,27.81999969482422,4781.0,0.017716484144330025,0.1963907927274704,2.14654278755188,-0.005709207151085138,0.14445774257183075,0.7528193295001984,606.0,155136.0,2101.3702924470417,9928704.0 +407.63,27.600000381469727,4573.0,0.013363070785999298,0.1541341096162796,2.1285369396209717,-0.009259861893951893,0.2557409107685089,0.6811371445655823,607.0,155392.0,2104.95371333207,9945088.0 +403.25,26.84000015258789,4864.0,0.015212352387607098,0.15484619140625,2.1516008377075195,-0.0050815106369555,0.2549184560775757,0.6808793544769287,608.0,155648.0,2108.322918673046,9961472.0 +394.44,27.40999984741211,4888.0,0.013581561855971813,0.1574503630399704,2.1435720920562744,-0.009266317822039127,0.24955381453037262,0.6536737680435181,609.0,155904.0,2111.675641712034,9977856.0 +395.92,27.649999618530273,4975.0,0.016100918874144554,0.15081787109375,2.165665864944458,-0.007201474159955978,0.19577337801456451,0.7735214084386826,610.0,156160.0,2114.9691662229598,9994240.0 +397.99,27.610000610351562,4851.0,0.009034933522343636,0.1145426407456398,2.1604220867156982,-0.01015152782201767,0.161676824092865,0.7236413359642029,611.0,156416.0,2118.346907357918,10010624.0 +394.77,26.690000534057617,4883.0,0.012223423458635807,0.1382039338350296,2.1289851665496826,-0.011199389584362507,0.3536980450153351,0.6117866933345795,612.0,156672.0,2121.702749900054,10027008.0 +371.81,25.020000457763672,4771.0,0.009085468016564846,0.1109212264418602,2.1806178092956543,-0.008651054464280605,0.5233064293861389,0.4849255681037903,613.0,156928.0,2125.1375475910027,10043392.0 +362.07,23.530000686645508,4691.0,0.008030636236071587,0.086669921875,2.195126533508301,-0.006594364996999502,0.4001573324203491,0.623677134513855,614.0,157184.0,2128.630998831941,10059776.0 +367.27,22.610000610351562,4878.0,0.012219168245792389,0.1468505859375,2.171377420425415,-0.009160930290818214,0.5748841762542725,0.4975053668022156,615.0,157440.0,2131.990166899981,10076160.0 +361.69,22.989999771118164,4786.0,0.009409168735146523,0.1009928360581398,2.1835734844207764,-0.007222374901175499,0.38273748755455017,0.5385595560073853,616.0,157696.0,2135.4145952549297,10092544.0 +371.07,24.489999771118164,5012.0,0.010381787084043026,0.1086629256606102,2.175948143005371,-0.008319182321429253,0.36212220788002014,0.5138162076473236,617.0,157952.0,2138.684251741972,10108928.0 +396.18,26.56999969482422,5013.0,0.013278987258672714,0.15765380859375,2.181830644607544,-0.007326735183596611,0.18697591125965118,0.7365299165248871,618.0,158208.0,2141.9556420920417,10125312.0 +393.71,26.420000076293945,4829.0,0.014417949132621288,0.1682942658662796,2.168604850769043,-0.01138641033321619,0.209924578666687,0.6832326054573059,619.0,158464.0,2145.348972808104,10141696.0 +401.7,27.06999969482422,4789.0,0.011570981703698635,0.1415608674287796,2.1790831089019775,-0.007678553462028503,0.30685296654701233,0.6055610477924347,620.0,158720.0,2148.770942669129,10158080.0 +396.24,26.649999618530273,4961.0,0.010618238709867,0.13262939453125,2.183734655380249,-0.009740631096065044,0.24416524171829224,0.6502586007118225,621.0,158976.0,2152.0738126661163,10174464.0 +395.12,26.440000534057617,4830.0,0.0064328317530453205,0.0706787109375,2.1992807388305664,-0.010349911637604237,0.26450178027153015,0.6652252674102783,622.0,159232.0,2155.46675476199,10190848.0 +410.87,28.260000228881836,4847.0,0.012848666869103909,0.1384073942899704,2.172652244567871,-0.011673658154904842,0.11198685318231583,0.7742132097482681,623.0,159488.0,2158.847095127916,10207232.0 +404.37,27.940000534057617,5043.0,0.012777128256857395,0.1503499299287796,2.1685500144958496,-0.006898416671901941,0.19039897620677948,0.6966366767883301,624.0,159744.0,2162.0962672170717,10223616.0 +403.9,28.360000610351562,4943.0,0.014197882264852524,0.1716105192899704,2.167736053466797,-0.008840612135827541,0.20744110643863678,0.6566577851772308,625.0,160000.0,2165.4114272589795,10240000.0 +402.18,28.040000915527344,4655.0,0.010501137934625149,0.1318359375,2.183861017227173,-0.010407107882201672,0.18138326704502106,0.7093824744224548,626.0,160256.0,2168.931163769914,10256384.0 +408.26,27.459999084472656,4661.0,0.017419379204511642,0.2045491486787796,2.220414161682129,-0.008172077126801014,0.18569964170455933,0.7208776473999023,627.0,160512.0,2172.4469539509155,10272768.0 +409.71,27.860000610351562,4698.0,0.010507438331842422,0.1274007111787796,2.2110519409179688,-0.009921000339090824,0.13044768571853638,0.76070936024189,628.0,160768.0,2175.9348296190146,10289152.0 +404.28,28.059999465942383,4768.0,0.015318047255277634,0.15869140625,2.213320016860962,-0.005278439726680517,0.21482877433300018,0.674059271812439,629.0,161024.0,2179.3717198770028,10305536.0 +390.49,25.5,4834.0,0.008455055765807629,0.0897420272231102,2.190620183944702,-0.006996492389589548,0.37701570987701416,0.6797697246074677,630.0,161280.0,2182.761350723915,10321920.0 +389.84,25.3799991607666,4846.0,0.00888916291296482,0.0946451798081398,2.198167085647583,-0.007949273101985455,0.2355329543352127,0.6856080591678619,631.0,161536.0,2186.143322579097,10338304.0 +396.95,26.489999771118164,4991.0,0.011072061024606228,0.1234537735581398,2.215770959854126,-0.011458092369139194,0.1398138403892517,0.7310606241226196,632.0,161792.0,2189.4262823520694,10354688.0 +404.23,29.010000228881836,4881.0,0.010961535386741161,0.13232421875,2.189725637435913,-0.010473187081515789,0.21084558963775635,0.6454195976257324,633.0,162048.0,2192.7829233449884,10371072.0 +399.58,27.649999618530273,4692.0,0.011715206317603588,0.1343790739774704,2.217392683029175,-0.0062306541949510574,0.23656032979488373,0.6514987647533417,634.0,162304.0,2196.2748263659887,10387456.0 +393.44,26.440000534057617,4835.0,0.008003748953342438,0.09381103515625,2.2099313735961914,-0.009701430797576904,0.3095555305480957,0.6160238981246948,635.0,162560.0,2199.663694950985,10403840.0 +392.51,25.809999465942383,5053.0,0.009032650850713253,0.1195882186293602,2.1998775005340576,-0.009701953269541264,0.2989335060119629,0.5769221484661102,636.0,162816.0,2202.9066174430773,10420224.0 +390.78,26.299999237060547,5045.0,0.013361801393330097,0.1595662385225296,2.220088243484497,-0.011948682367801666,0.2316695600748062,0.5950523018836975,637.0,163072.0,2206.1543087209575,10436608.0 +392.17,25.729999542236328,4751.0,0.01202856469899416,0.1450602263212204,2.196075201034546,-0.005467267241328955,0.3866727352142334,0.6138694584369659,638.0,163328.0,2209.6028600360733,10452992.0 +390.79,25.459999084472656,4865.0,0.010903947055339813,0.126708984375,2.1800553798675537,-0.0072653028182685375,0.21863190829753876,0.700018972158432,639.0,163584.0,2212.971115797991,10469376.0 +383.02,26.290000915527344,4854.0,0.014030211605131626,0.15386962890625,2.1808102130889893,-0.009570670314133167,0.27589598298072815,0.6715223491191864,640.0,163840.0,2216.346668293001,10485760.0 +390.02,26.450000762939453,4832.0,0.012577923946082592,0.1572469025850296,2.1624035835266113,-0.013351310975849628,0.19996188580989838,0.7281297445297241,641.0,164096.0,2219.7378249070607,10502144.0 +390.06,25.760000228881836,4836.0,0.014512326568365097,0.1702880859375,2.1735448837280273,-0.008585806004703045,0.28064873814582825,0.6131772100925446,642.0,164352.0,2223.1262797939125,10518528.0 +402.02,26.760000228881836,4769.0,0.011064273305237293,0.131103515625,2.1524341106414795,-0.009232531301677227,0.1849551796913147,0.7156232297420502,643.0,164608.0,2226.56225603004,10534912.0 +400.71,27.639999389648438,4860.0,0.008601394481956959,0.1048787459731102,2.1583096981048584,-0.008545972406864166,0.24269311130046844,0.6408877670764923,644.0,164864.0,2229.933728862088,10551296.0 +399.68,27.829999923706055,4750.0,0.010610844008624554,0.1223348006606102,2.17272686958313,-0.010852948762476444,0.15073387324810028,0.7305633425712585,645.0,165120.0,2233.3830744600855,10567680.0 +396.42,26.700000762939453,4742.0,0.016747986897826195,0.1805419921875,2.1736669540405273,-0.007529801223427057,0.3057994842529297,0.6150280237197876,646.0,165376.0,2236.8383869470563,10584064.0 +391.12,25.670000076293945,4890.0,0.012515964917838573,0.1478271484375,2.175020933151245,-0.009792142547667027,0.2811640202999115,0.638778805732727,647.0,165632.0,2240.1893894779496,10600448.0 +390.99,26.18000030517578,4920.0,0.012985452078282833,0.1530354768037796,2.1772587299346924,-0.011210314929485321,0.1754201501607895,0.7439668774604797,648.0,165888.0,2243.5200325991027,10616832.0 +398.24,27.350000381469727,4870.0,0.010649903677403927,0.1300252228975296,2.1776466369628906,-0.012254633009433746,0.13758227229118347,0.7485572099685669,649.0,166144.0,2246.884633999085,10633216.0 +402.66,27.809999465942383,4917.0,0.016586778685450554,0.19012451171875,2.1939055919647217,-0.008717144839465618,0.16856326162815094,0.7314336001873016,650.0,166400.0,2250.216848433949,10649600.0 +409.53,28.209999084472656,4848.0,0.014670244418084621,0.17535400390625,2.1678571701049805,-0.010692746378481388,0.1281629055738449,0.7455216348171234,651.0,166656.0,2253.596783478977,10665984.0 +416.91,29.450000762939453,4799.0,0.01359227579087019,0.1603800505399704,2.1498286724090576,-0.010180382989346981,0.07155811041593552,0.8493096977472305,652.0,166912.0,2257.0110831959173,10682368.0 +408.03,29.479999542236328,5070.0,0.015141098760068417,0.1774698942899704,2.188694477081299,-0.0108410082757473,0.24204261600971222,0.6887715458869934,653.0,167168.0,2260.2431096979417,10698752.0 +397.85,28.579999923706055,5063.0,0.014302042312920094,0.1490071564912796,2.164580821990967,-0.008637300692498684,0.3039293587207794,0.6458237171173096,654.0,167424.0,2263.479724142002,10715136.0 +402.35,27.770000457763672,4902.0,0.01155527587980032,0.13580322265625,2.1849212646484375,-0.009611737914383411,0.16663464903831482,0.7459248304367065,655.0,167680.0,2266.8225218409207,10731520.0 +395.84,27.450000762939453,4935.0,0.012249999679625034,0.1252644807100296,2.172584295272827,-0.008706641383469105,0.2785020172595978,0.6590483486652374,656.0,167936.0,2270.14300615713,10747904.0 +391.09,27.260000228881836,4936.0,0.014470401220023632,0.1689860075712204,2.172250986099243,-0.006331640761345625,0.22411996126174927,0.706544041633606,657.0,168192.0,2273.4626543500926,10764288.0 +400.92,27.8799991607666,4680.0,0.011676535941660404,0.1399129182100296,2.1806693077087402,-0.011747036129236221,0.143605574965477,0.7247268259525299,658.0,168448.0,2276.9639361191075,10780672.0 +392.5,27.190000534057617,4867.0,0.011141352355480194,0.1308797150850296,2.1580684185028076,-0.0059953187592327595,0.3492144048213959,0.5919731557369232,659.0,168704.0,2280.3305910420604,10797056.0 +400.39,27.760000228881836,4916.0,0.008066462352871895,0.0868733748793602,2.1796982288360596,-0.009897647425532341,0.13935808837413788,0.7804736495018005,660.0,168960.0,2283.66354727,10813440.0 +397.44,27.440000534057617,4761.0,0.009435409680008888,0.11480712890625,2.17033314704895,-0.005243618506938219,0.21255941689014435,0.6757727563381195,661.0,169216.0,2287.104809177108,10829824.0 +393.09,27.3700008392334,4982.0,0.011659689247608185,0.141845703125,2.1756441593170166,-0.007671727333217859,0.324929803609848,0.6867732405662537,662.0,169472.0,2290.393797124969,10846208.0 +387.63,26.709999084472656,4812.0,0.008800629526376724,0.0890096053481102,2.1907434463500977,-0.008749812841415405,0.19777129590511322,0.7412141263484955,663.0,169728.0,2293.7987542329356,10862592.0 +397.83,27.860000610351562,5004.0,0.009032848291099072,0.10394287109375,2.1885430812835693,-0.00909616332501173,0.1933152675628662,0.7402583956718445,664.0,169984.0,2297.0736176699866,10878976.0 +405.5,27.950000762939453,4918.0,0.01261928305029869,0.14801025390625,2.1689341068267822,-0.0077980379574000835,0.2576669156551361,0.651595801115036,665.0,170240.0,2300.405399580952,10895360.0 +408.19,28.239999771118164,4890.0,0.012101583182811737,0.139404296875,2.1957004070281982,-0.010955425910651684,0.13335008919239044,0.8101167529821396,666.0,170496.0,2303.756440224126,10911744.0 +411.96,28.790000915527344,4844.0,0.010608443059027195,0.1239420548081398,2.1792399883270264,-0.009361925534904003,0.1337541937828064,0.7955773621797562,667.0,170752.0,2307.139291293919,10928128.0 +398.34,27.360000610351562,4929.0,0.01072778645902872,0.1284993439912796,2.167449474334717,-0.006977513432502747,0.2989751398563385,0.6345991790294647,668.0,171008.0,2310.463899417082,10944512.0 +396.55,26.950000762939453,4956.0,0.008418400771915913,0.0967814102768898,2.1906015872955322,-0.010596293956041336,0.16324108839035034,0.7853441387414932,669.0,171264.0,2313.770021229051,10960896.0 +408.27,28.290000915527344,4784.0,0.01008643675595522,0.1121419295668602,2.2023019790649414,-0.01268849615007639,0.11463595181703568,0.7923598736524582,670.0,171520.0,2317.195266790921,10977280.0 +407.6,28.799999237060547,4861.0,0.011827250011265278,0.1529947966337204,2.175037145614624,-0.010929298587143421,0.1727304905653,0.7219907939434052,671.0,171776.0,2320.565706664929,10993664.0 +401.47,28.479999542236328,4794.0,0.012220443226397038,0.1408488005399704,2.1654067039489746,-0.010372946038842201,0.30376139283180237,0.658833771944046,672.0,172032.0,2323.983325085137,11010048.0 +392.35,26.68000030517578,4697.0,0.01046080607920885,0.1123860701918602,2.1780200004577637,-0.011082475073635578,0.2535553574562073,0.685714602470398,673.0,172288.0,2327.4722402330954,11026432.0 +396.64,26.780000686645508,4712.0,0.011912002228200436,0.1274821013212204,2.177088737487793,-0.010171855799853802,0.27730658650398254,0.6718806028366089,674.0,172544.0,2330.9497475069948,11042816.0 +397.13,26.229999542236328,4824.0,0.014629896730184555,0.1743977814912796,2.200347661972046,-0.008412775583565235,0.24777670204639435,0.698506087064743,675.0,172800.0,2334.3468921300955,11059200.0 +391.98,25.799999237060547,4849.0,0.011202151887118816,0.1362508088350296,2.1847755908966064,-0.008893955498933792,0.3177661597728729,0.6081321835517883,676.0,173056.0,2337.7262316390406,11075584.0 +388.07,25.399999618530273,4850.0,0.012763475067913532,0.15179443359375,2.1725003719329834,-0.007521773222833872,0.37401410937309265,0.6010781228542328,677.0,173312.0,2341.1050583419856,11091968.0 +388.23,25.239999771118164,4780.0,0.01076879445463419,0.1240234375,2.182525873184204,-0.00868881307542324,0.2572108805179596,0.731773167848587,678.0,173568.0,2344.533201003913,11108352.0 +394.87,25.459999084472656,4885.0,0.008813878521323204,0.1013590469956398,2.202796697616577,-0.008183016441762447,0.2641475200653076,0.7163809835910797,679.0,173824.0,2347.887939362088,11124736.0 +400.48,26.219999313354492,5022.0,0.01152562815696001,0.1410319060087204,2.223642587661743,-0.011736303567886353,0.23653538525104523,0.7361777722835541,680.0,174080.0,2351.1508921571076,11141120.0 +408.59,27.540000915527344,5079.0,0.01219736784696579,0.1571044921875,2.205453634262085,-0.0083626015111804,0.14047248661518097,0.7850370109081268,681.0,174336.0,2354.3768058230635,11157504.0 +407.79,28.309999465942383,4808.0,0.012093720026314259,0.1438802033662796,2.173069953918457,-0.009796954691410065,0.1745290905237198,0.7668894380331039,682.0,174592.0,2357.7848294631112,11173888.0 +401.97,27.0,4850.0,0.008991437964141369,0.10565185546875,2.2003211975097656,-0.00831575971096754,0.2589389383792877,0.7016430199146271,683.0,174848.0,2361.163291060133,11190272.0 +401.26,27.56999969482422,4976.0,0.010531716048717499,0.135986328125,2.2016830444335938,-0.009551984257996082,0.1746007800102234,0.7528311014175415,684.0,175104.0,2364.456427802099,11206656.0 +405.67,28.25,4934.0,0.01304918248206377,0.155517578125,2.211031675338745,-0.007593476679176092,0.2627306580543518,0.6502386331558228,685.0,175360.0,2367.7772602620535,11223040.0 +406.28,27.93000030517578,4898.0,0.011866472661495209,0.1363932341337204,2.210702419281006,-0.010416512377560139,0.20919930934906006,0.708321213722229,686.0,175616.0,2371.122789975023,11239424.0 +392.41,25.8799991607666,5049.0,0.011826652102172375,0.13690185546875,2.2010905742645264,-0.006429132539778948,0.4192878305912018,0.6483467817306519,687.0,175872.0,2374.368362175999,11255808.0 +387.81,25.290000915527344,4979.0,0.010673963464796543,0.1116739884018898,2.2025632858276367,-0.008988034911453724,0.2654365301132202,0.717778742313385,688.0,176128.0,2377.6594625681173,11272192.0 +392.93,26.459999084472656,4812.0,0.007466986775398254,0.087646484375,2.224367141723633,-0.008943197317421436,0.11452949047088623,0.8309885859489441,689.0,176384.0,2381.064982969081,11288576.0 +405.12,27.59000015258789,5014.0,0.009252293966710567,0.11328125,2.2158334255218506,-0.00831121951341629,0.30945655703544617,0.7453147172927856,690.0,176640.0,2384.333142573945,11304960.0 +403.65,26.670000076293945,5008.0,0.009806744754314423,0.1250203400850296,2.2127809524536133,-0.012447651475667953,0.2643450200557709,0.715938001871109,691.0,176896.0,2387.6048492970876,11321344.0 +385.83,25.59000015258789,4874.0,0.012370124459266663,0.1485595703125,2.2073919773101807,-0.00586784677579999,0.4703030288219452,0.6462724804878235,692.0,177152.0,2390.9669677559286,11337728.0 +380.95,25.190000534057617,4919.0,0.01238312479108572,0.14068603515625,2.215818166732788,-0.006828633602708578,0.29353561997413635,0.7164455354213715,693.0,177408.0,2394.2982776169665,11354112.0 +388.41,26.40999984741211,4988.0,0.007736111059784889,0.0946248397231102,2.243983030319214,-0.009186613373458385,0.18664862215518951,0.7141983509063721,694.0,177664.0,2397.583623315906,11370496.0 +397.26,27.360000610351562,4784.0,0.009698331356048584,0.1176961287856102,2.2142579555511475,-0.008120744489133358,0.30022987723350525,0.644500344991684,695.0,177920.0,2401.00880343304,11386880.0 +387.97,25.739999771118164,4950.0,0.012835630215704441,0.1570841521024704,2.232032537460327,-0.006854426581412554,0.3445054292678833,0.5937957763671875,696.0,178176.0,2404.3192096480634,11403264.0 +391.25,25.3700008392334,4823.0,0.010894997976720333,0.1242879256606102,2.217797040939331,-0.009428516961634159,0.21386046707630157,0.7254723906517029,697.0,178432.0,2407.716502113035,11419648.0 +403.71,28.049999237060547,4796.0,0.012328938581049442,0.1664225310087204,2.1793253421783447,-0.013932831585407257,0.07333287596702576,0.8523621112108231,698.0,178688.0,2411.133137741126,11436032.0 +403.97,28.530000686645508,4958.0,0.01431224774569273,0.1819661408662796,2.1864452362060547,-0.009396824985742569,0.28065794706344604,0.6633084416389465,699.0,178944.0,2414.4381552690174,11452416.0 +392.6,26.5,4760.0,0.013704157434403896,0.15692138671875,2.2106807231903076,-0.008211045525968075,0.376303106546402,0.6244461536407471,700.0,179200.0,2417.8806509659626,11468800.0 +400.16,27.549999237060547,4784.0,0.01401809137314558,0.1675008088350296,2.187272071838379,-0.014654743485152721,0.10788094252347946,0.8063614964485168,701.0,179456.0,2421.306267695967,11485184.0 +409.8,28.270000457763672,4713.0,0.013690019957721233,0.1616414338350296,2.1761043071746826,-0.010040223598480225,0.22444145381450653,0.7639144510030746,702.0,179712.0,2424.783121854998,11501568.0 +399.67,27.6299991607666,4893.0,0.01252783089876175,0.14373779296875,2.1739776134490967,-0.010706623084843159,0.30412372946739197,0.6562523543834686,703.0,179968.0,2428.1317863110453,11517952.0 +389.47,26.81999969482422,4883.0,0.012049354612827301,0.1454874724149704,2.177997589111328,-0.009889688342809677,0.3349567949771881,0.6247402429580688,704.0,180224.0,2431.4877488620114,11534336.0 +391.28,27.049999237060547,4874.0,0.011320577003061771,0.130859375,2.165741205215454,-0.008641846477985382,0.29011374711990356,0.6659870147705078,705.0,180480.0,2434.849895043997,11550720.0 +398.09,26.290000915527344,4693.0,0.00971902534365654,0.1138712540268898,2.203115224838257,-0.008197971619665623,0.20061485469341278,0.7556345611810684,706.0,180736.0,2438.3412582660094,11567104.0 +398.19,27.139999389648438,4712.0,0.009641269221901894,0.1089884415268898,2.1820125579833984,-0.00866270624101162,0.1814926266670227,0.7089274525642395,707.0,180992.0,2441.8187032609712,11583488.0 +406.7,28.479999542236328,4780.0,0.01124834269285202,0.1251220703125,2.175896644592285,-0.010333319194614887,0.13394944369792938,0.8035357594490051,708.0,181248.0,2445.246913081035,11599872.0 +407.87,28.290000915527344,4846.0,0.012767995707690716,0.1295572966337204,2.1823983192443848,-0.010710545815527439,0.2242608517408371,0.6915211975574493,709.0,181504.0,2448.628106452059,11616256.0 +404.51,28.010000228881836,4751.0,0.006407325621694326,0.06732177734375,2.1996772289276123,-0.008153283037245274,0.24417077004909515,0.7052662372589111,710.0,181760.0,2452.0766280610114,11632640.0 +392.67,26.600000381469727,5019.0,0.009714731015264988,0.1057332381606102,2.1603140830993652,-0.007420649286359549,0.25871583819389343,0.7107796370983124,711.0,182016.0,2455.3414957239293,11649024.0 +395.87,26.700000762939453,5030.0,0.007816802710294724,0.0934244766831398,2.1444406509399414,-0.012011048384010792,0.19671134650707245,0.7688825726509094,712.0,182272.0,2458.598894716939,11665408.0 +404.41,27.139999389648438,5059.0,0.006531312596052885,0.07366943359375,2.142313241958618,-0.010268556885421276,0.1739535927772522,0.7792912721633911,713.0,182528.0,2461.838151504984,11681792.0 +405.12,27.15999984741211,4845.0,0.009148860350251198,0.1052042618393898,2.159810781478882,-0.007584037724882364,0.30194512009620667,0.6713385283946991,714.0,182784.0,2465.220707853092,11698176.0 +408.08,27.5,4870.0,0.008300607092678547,0.0938924178481102,2.1645524501800537,-0.010143359191715717,0.16630396246910095,0.7945552170276642,715.0,183040.0,2468.585353808012,11714560.0 +401.46,26.969999313354492,5032.0,0.007297905627638102,0.07720947265625,2.156954765319824,-0.007757686078548431,0.30894437432289124,0.6656967401504517,716.0,183296.0,2471.8421158080455,11730944.0 +404.17,27.399999618530273,5059.0,0.014499750919640064,0.1613566130399704,2.1573712825775146,-0.012435518205165863,0.1935953050851822,0.7832107543945312,717.0,183552.0,2475.081161153037,11747328.0 +411.43,28.75,4789.0,0.013895944692194462,0.1746826171875,2.119532346725464,-0.010526131838560104,0.1498820036649704,0.7990289181470871,718.0,183808.0,2478.5026722301263,11763712.0 +412.67,28.549999237060547,4785.0,0.011091754771769047,0.1328938752412796,2.1464855670928955,-0.011107715778052807,0.1458108127117157,0.787762463092804,719.0,184064.0,2481.927056571003,11780096.0 +407.1,28.079999923706055,4935.0,0.012404918670654297,0.1457112580537796,2.1512982845306396,-0.00919224601238966,0.24784468114376068,0.7033733129501343,720.0,184320.0,2485.247554081958,11796480.0 +406.47,27.600000381469727,4867.0,0.01231946051120758,0.154541015625,2.133423089981079,-0.008883276954293251,0.256573885679245,0.7452122867107391,721.0,184576.0,2488.6142759919167,11812864.0 +407.12,27.68000030517578,4938.0,0.011678972281515598,0.1446736603975296,2.135876417160034,-0.01014672964811325,0.1691426783800125,0.796062096953392,722.0,184832.0,2491.9322920159902,11829248.0 +404.39,28.1299991607666,4975.0,0.011788987554609776,0.15032958984375,2.154404401779175,-0.009167219512164593,0.23867452144622803,0.6769214570522308,723.0,185088.0,2495.2286011420656,11845632.0 +399.45,27.079999923706055,4962.0,0.012056278996169567,0.1512247771024704,2.155181407928467,-0.008627613075077534,0.36247095465660095,0.6323364973068237,724.0,185344.0,2498.530772027094,11862016.0 +400.63,25.68000030517578,4924.0,0.0077368877828121185,0.09222412109375,2.1569864749908447,-0.006654921919107437,0.3148946762084961,0.7134887278079987,725.0,185600.0,2501.8586102239788,11878400.0 +393.65,26.34000015258789,4914.0,0.00977140013128519,0.1024373397231102,2.165552854537964,-0.006501563359051943,0.34329476952552795,0.6540023684501648,726.0,185856.0,2505.1933608809486,11894784.0 +397.82,27.579999923706055,4945.0,0.008574591018259525,0.0946451798081398,2.174330472946167,-0.008718232624232769,0.19534637033939362,0.7602890133857727,727.0,186112.0,2508.5070298919454,11911168.0 +398.55,27.049999237060547,4826.0,0.01268222089856863,0.1446329802274704,2.171748399734497,-0.011240459978580475,0.21954788267612457,0.7668489813804626,728.0,186368.0,2511.902064806083,11927552.0 +403.78,26.450000762939453,4743.0,0.010833696462213993,0.13385009765625,2.19530987739563,-0.011184236966073513,0.31755903363227844,0.7072328627109528,729.0,186624.0,2515.356607795926,11943936.0 +395.66,25.479999542236328,4954.0,0.009617027826607227,0.1083577498793602,2.200212240219116,-0.010575179010629654,0.3083757162094116,0.6894419491291046,730.0,186880.0,2518.6641855121125,11960320.0 +385.53,25.25,4703.0,0.007558005396276712,0.0897623673081398,2.19966983795166,-0.006641317158937454,0.3691973388195038,0.6555993258953094,731.0,187136.0,2522.1482597170398,11976704.0 +391.32,26.549999237060547,4920.0,0.006095558870583773,0.06182861328125,2.1761131286621094,-0.007855338044464588,0.3116535246372223,0.6831084489822388,732.0,187392.0,2525.478564243065,11993088.0 +399.35,27.3799991607666,4836.0,0.006765088532119989,0.0768025740981102,2.1840884685516357,-0.008429591543972492,0.2039712518453598,0.7611315846443176,733.0,187648.0,2528.8666670490056,12009472.0 +401.1,28.1299991607666,4786.0,0.007550449576228857,0.08941650390625,2.192514181137085,-0.007452618330717087,0.21740508079528809,0.7693223804235458,734.0,187904.0,2532.2904998390004,12025856.0 +396.9,27.989999771118164,4842.0,0.007627887651324272,0.0849609375,2.1950714588165283,-0.0077341110445559025,0.2167932391166687,0.7661804854869843,735.0,188160.0,2535.674685813021,12042240.0 +393.52,27.31999969482422,4914.0,0.011200990527868271,0.1176350936293602,2.1914947032928467,-0.008895856328308582,0.27887871861457825,0.6898673176765442,736.0,188416.0,2539.009540568106,12058624.0 +400.18,27.049999237060547,5063.0,0.013131801038980484,0.1559855192899704,2.212759256362915,-0.010080423206090927,0.2147722989320755,0.7256105840206146,737.0,188672.0,2542.2458638870157,12075008.0 +398.05,28.040000915527344,4874.0,0.01333561073988676,0.1562296599149704,2.1933610439300537,-0.012471037916839123,0.24374224245548248,0.694173663854599,738.0,188928.0,2545.608086033957,12091392.0 +406.13,29.049999237060547,4850.0,0.014840607531368732,0.1779378205537796,2.1750614643096924,-0.009943779557943344,0.13770024478435516,0.798119530081749,739.0,189184.0,2548.9869462510105,12107776.0 +406.16,28.440000534057617,4725.0,0.014626258052885532,0.1894327849149704,2.1997597217559814,-0.0061777872033417225,0.2307310700416565,0.7071355283260345,740.0,189440.0,2552.4551586450543,12124160.0 +410.85,28.65999984741211,4887.0,0.012536228634417057,0.159423828125,2.198587656021118,-0.012415132485330105,0.1461840569972992,0.7760348170995712,741.0,189696.0,2555.8115313870367,12140544.0 +402.35,27.770000457763672,4777.0,0.01401025801897049,0.1665446013212204,2.1946451663970947,-0.01073465496301651,0.24764323234558105,0.7199124395847321,742.0,189952.0,2559.241919877939,12156928.0 +400.33,28.010000228881836,4894.0,0.009447567164897919,0.1207275390625,2.2106454372406006,-0.009691908024251461,0.18426160514354706,0.7462798655033112,743.0,190208.0,2562.5905027389526,12173312.0 +402.08,27.700000762939453,4678.0,0.010152780450880527,0.1322835236787796,2.1829426288604736,-0.010525823570787907,0.24630242586135864,0.7003012001514435,744.0,190464.0,2566.09312857897,12189696.0 +401.77,28.510000228881836,4660.0,0.013147271238267422,0.15185546875,2.211561918258667,-0.011902031488716602,0.19191671907901764,0.7437664270401001,745.0,190720.0,2569.609137948137,12206080.0 +402.32,28.170000076293945,4775.0,0.011501197703182697,0.1413370817899704,2.1898112297058105,-0.011300950311124325,0.20400096476078033,0.7365238070487976,746.0,190976.0,2573.040604572976,12222464.0 +408.14,29.209999084472656,4737.0,0.012611348181962967,0.15814208984375,2.203333616256714,-0.008288486860692501,0.14791734516620636,0.7661902904510498,747.0,191232.0,2576.499865252059,12238848.0 +411.35,29.200000762939453,4765.0,0.01843172311782837,0.1833292692899704,2.1998937129974365,-0.010865741409361362,0.19031785428524017,0.7456351220607758,748.0,191488.0,2579.9384681330994,12255232.0 +407.33,29.18000030517578,4952.0,0.01636761613190174,0.1734822541475296,2.189594030380249,-0.00680571561679244,0.23021148145198822,0.6697429120540619,749.0,191744.0,2583.2473222711124,12271616.0 +408.03,29.020000457763672,5006.0,0.013599532656371593,0.16217041015625,2.1902201175689697,-0.008291696198284626,0.2237851619720459,0.6838567852973938,750.0,192000.0,2586.520695930114,12288000.0 +401.89,27.75,4960.0,0.01233053207397461,0.1578369140625,2.1841366291046143,-0.007467186078429222,0.3770243227481842,0.5699110925197601,751.0,192256.0,2589.8245899970643,12304384.0 +400.79,26.6299991607666,5140.0,0.008392131887376308,0.0999959334731102,2.2029242515563965,-0.008979680947959423,0.2654789686203003,0.708783358335495,752.0,192512.0,2593.012851807056,12320768.0 +399.58,26.450000762939453,4895.0,0.014248959720134735,0.14501953125,2.199859619140625,-0.008338586427271366,0.22565734386444092,0.7169309258460999,753.0,192768.0,2596.360160690965,12337152.0 +399.83,28.059999465942383,4722.0,0.016295934095978737,0.17974853515625,2.2023065090179443,-0.010760239325463772,0.2139803171157837,0.6794274747371674,754.0,193024.0,2599.829875967931,12353536.0 +403.31,28.459999084472656,4818.0,0.015976734459400177,0.1671956330537796,2.195549964904785,-0.010832369327545166,0.2097844034433365,0.7150134742259979,755.0,193280.0,2603.23079019296,12369920.0 +405.34,29.139999389648438,5042.0,0.01161783467978239,0.1394449919462204,2.200577974319458,-0.007447151467204094,0.17668192088603973,0.716013103723526,756.0,193536.0,2606.480525675928,12386304.0 +413.54,28.65999984741211,5019.0,0.01370847225189209,0.1694539338350296,2.1707091331481934,-0.010096006095409393,0.18529434502124786,0.7318040132522583,757.0,193792.0,2609.7451210599393,12402688.0 +405.76,27.979999542236328,4849.0,0.017490798607468605,0.1920369416475296,2.1757752895355225,-0.00766877643764019,0.196242094039917,0.7006968259811401,758.0,194048.0,2613.124455660116,12419072.0 +410.11,29.200000762939453,4946.0,0.01283072680234909,0.16485595703125,2.1608710289001465,-0.01739165186882019,0.08882396668195724,0.8257833421230316,759.0,194304.0,2616.4382535370532,12435456.0 +413.12,29.770000457763672,4814.0,0.012945377267897129,0.1562093049287796,2.169933319091797,-0.010560817085206509,0.22531360387802124,0.6838036477565765,760.0,194560.0,2619.841922911117,12451840.0 +409.41,29.030000686645508,5013.0,0.012897198088467121,0.1541341096162796,2.157273054122925,-0.01149048749357462,0.1891188770532608,0.6597462594509125,761.0,194816.0,2623.1109827009495,12468224.0 +409.6,28.899999618530273,4776.0,0.011988447047770023,0.14886474609375,2.181339979171753,-0.011140134185552597,0.1051720380783081,0.7928963303565979,762.0,195072.0,2626.5419849311,12484608.0 +414.89,29.049999237060547,4849.0,0.008747594431042671,0.1016031876206398,2.142327308654785,-0.009423892013728619,0.14226630330085754,0.7810278534889221,763.0,195328.0,2629.9214109049644,12500992.0 +408.3,29.149999618530273,4988.0,0.009395070374011993,0.11968994140625,2.1497087478637695,-0.008391612209379673,0.20750541985034943,0.6710726022720337,764.0,195584.0,2633.2064487971365,12517376.0 +395.64,27.540000915527344,4788.0,0.0143684521317482,0.1520792692899704,2.123765468597412,-0.008017501793801785,0.2599960267543793,0.6641298532485962,765.0,195840.0,2636.628933890024,12533760.0 +404.2,27.889999389648438,4833.0,0.011901932768523693,0.1382039338350296,2.117725133895874,-0.011558477766811848,0.1646268665790558,0.7925627082586288,766.0,196096.0,2640.0194426199887,12550144.0 +412.46,28.5,4693.0,0.01179483812302351,0.1496988981962204,2.0972979068756104,-0.00914483331143856,0.1926317811012268,0.7600105255842209,767.0,196352.0,2643.510800431948,12566528.0 +411.19,29.40999984741211,4787.0,0.009606304578483105,0.1209513321518898,2.124824285507202,-0.01136303972452879,0.1435885727405548,0.8216092884540558,768.0,196608.0,2646.933825212065,12582912.0 +412.35,29.1299991607666,5014.0,0.012388442642986774,0.1435343474149704,2.114816665649414,-0.010395001620054245,0.1624078005552292,0.7709127366542816,769.0,196864.0,2650.2015746061224,12599296.0 +412.09,29.229999542236328,4849.0,0.011128425598144531,0.1464640349149704,2.1293976306915283,-0.010437734425067902,0.19399964809417725,0.7703765034675598,770.0,197120.0,2653.580674369121,12615680.0 +406.07,27.770000457763672,4679.0,0.012821321375668049,0.16949462890625,2.1447765827178955,-0.007252021227031946,0.2832428514957428,0.7139957249164581,771.0,197376.0,2657.082641975023,12632064.0 +393.9,26.899999618530273,4875.0,0.011234975419938564,0.1334025114774704,2.165436267852783,-0.010552669875323772,0.27860644459724426,0.6360334753990173,772.0,197632.0,2660.443465758115,12648448.0 +391.8,26.65999984741211,4860.0,0.015366647392511368,0.205810546875,2.1705644130706787,-0.005502770189195871,0.27884671092033386,0.6911168992519379,773.0,197888.0,2663.814939680975,12664832.0 +395.07,26.149999618530273,4688.0,0.010812625288963318,0.1361083984375,2.163259267807007,-0.010991980321705341,0.2807171940803528,0.7277297079563141,774.0,198144.0,2667.310497174971,12681216.0 +407.12,27.889999389648438,4686.0,0.012746085412800312,0.1570841521024704,2.158766746520996,-0.010333788581192493,0.16523754596710205,0.7893563956022263,775.0,198400.0,2670.8068933959585,12697600.0 +407.65,28.469999313354492,4795.0,0.010799567215144634,0.1372273713350296,2.170383930206299,-0.008989842608571053,0.31146982312202454,0.6987971067428589,776.0,198656.0,2674.224379373947,12713984.0 +402.68,27.68000030517578,4834.0,0.007131986320018768,0.0861409530043602,2.2049686908721924,-0.010525520890951157,0.20728044211864471,0.7771826088428497,777.0,198912.0,2677.613982368959,12730368.0 +411.35,28.790000915527344,4980.0,0.015016495250165462,0.1926676481962204,2.193227529525757,-0.00945525337010622,0.13628433644771576,0.7953829169273376,778.0,199168.0,2680.9039570970926,12746752.0 +409.54,28.8700008392334,4916.0,0.012079786509275436,0.1529947966337204,2.1687021255493164,-0.007374749053269625,0.25416499376296997,0.7528248131275177,779.0,199424.0,2684.237345288042,12763136.0 +403.31,28.43000030517578,4872.0,0.006953370291739702,0.0745849609375,2.2047369480133057,-0.0076210349798202515,0.23113591969013214,0.7690746635198593,780.0,199680.0,2687.6005674800836,12779520.0 +405.85,27.75,4932.0,0.005108802113682032,0.05108642578125,2.2028915882110596,-0.008472971618175507,0.2512247562408447,0.7423444092273712,781.0,199936.0,2690.923147940077,12795904.0 +402.78,26.639999389648438,5030.0,0.004924742504954338,0.0496826171875,2.1721107959747314,-0.007606979925185442,0.271435409784317,0.7655419707298279,782.0,200192.0,2694.1808245819993,12812288.0 +403.5,27.010000228881836,4996.0,0.009496721439063549,0.11602783203125,2.1756231784820557,-0.009298944845795631,0.17564857006072998,0.7869751751422882,783.0,200448.0,2697.460607050918,12828672.0 +399.85,27.959999084472656,4929.0,0.008269327692687511,0.0997721329331398,2.17518949508667,-0.007945518009364605,0.21277810633182526,0.7416857779026031,784.0,200704.0,2700.785141674103,12845056.0 +406.37,28.290000915527344,4975.0,0.00822582095861435,0.0937296524643898,2.1894097328186035,-0.010231717489659786,0.14675357937812805,0.8137068450450897,785.0,200960.0,2704.0788699940313,12861440.0 +412.72,28.739999771118164,4924.0,0.014111529104411602,0.1615193635225296,2.1755459308624268,-0.012195686809718609,0.22432994842529297,0.7602640390396118,786.0,201216.0,2707.4068551510572,12877824.0 +405.29,27.899999618530273,5065.0,0.011943787336349487,0.14178466796875,2.162203311920166,-0.009704623371362686,0.2830621302127838,0.7159720361232758,787.0,201472.0,2710.6418046520557,12894208.0 +395.09,27.260000228881836,5103.0,0.012038357555866241,0.1367594450712204,2.141669988632202,-0.010478506796061993,0.21475094556808472,0.7790563553571701,788.0,201728.0,2713.8530981629156,12910592.0 +399.2,27.850000381469727,4861.0,0.012196036987006664,0.1567586213350296,2.1599318981170654,-0.013466217555105686,0.13710863888263702,0.7998630851507187,789.0,201984.0,2717.2239210659172,12926976.0 +407.13,29.18000030517578,4942.0,0.012386083602905273,0.1537068635225296,2.1468076705932617,-0.012726728804409504,0.14839304983615875,0.8075909614562988,790.0,202240.0,2720.539268855937,12943360.0 +416.55,30.139999389648438,4951.0,0.014043450355529785,0.1587321013212204,2.179478406906128,-0.012033875100314617,0.15909631550312042,0.7736140340566635,791.0,202496.0,2723.8486746249255,12959744.0 +411.15,29.760000228881836,4874.0,0.011101345531642437,0.13934326171875,2.131098985671997,-0.006847842130810022,0.20031116902828217,0.7549124658107758,792.0,202752.0,2727.2105543899816,12976128.0 +405.09,27.940000534057617,4978.0,0.009119504131376743,0.1099853515625,2.1593985557556152,-0.008983970619738102,0.27118077874183655,0.6673957109451294,793.0,203008.0,2730.5019070231356,12992512.0 +406.6,27.280000686645508,4975.0,0.007056068629026413,0.0794270858168602,2.1367685794830322,-0.012127087451517582,0.15657512843608856,0.8075736463069916,794.0,203264.0,2733.7958053660113,13008896.0 +403.27,27.31999969482422,4857.0,0.007709053810685873,0.0810343399643898,2.1418182849884033,-0.010210101492702961,0.23872798681259155,0.7460368871688843,795.0,203520.0,2737.1693445651326,13025280.0 +406.67,27.670000076293945,4982.0,0.010590288788080215,0.1172078475356102,2.135629177093506,-0.010999642312526703,0.17641155421733856,0.7828544527292252,796.0,203776.0,2740.4583296570927,13041664.0 +407.9,28.360000610351562,4871.0,0.010566562414169312,0.1239013671875,2.1387245655059814,-0.010870471596717834,0.16234178841114044,0.7954181283712387,797.0,204032.0,2743.822423489997,13058048.0 +408.71,27.780000686645508,4875.0,0.010894615203142166,0.1364949494600296,2.167465925216675,-0.012192577123641968,0.2641122043132782,0.7093273103237152,798.0,204288.0,2747.1832281469833,13074432.0 +397.91,27.049999237060547,4856.0,0.007340630516409874,0.0861409530043602,2.1541457176208496,-0.009483721107244492,0.2306170016527176,0.7306316196918488,799.0,204544.0,2750.557903841138,13090816.0 +388.02,25.850000381469727,4772.0,0.00919260922819376,0.1152547225356102,2.13612961769104,-0.00826988834887743,0.3983128070831299,0.677395761013031,800.0,204800.0,2753.9915567010175,13107200.0 +393.55,25.360000610351562,4658.0,0.009689082391560078,0.1158854141831398,2.1623904705047607,-0.0072233956307172775,0.272687166929245,0.738471657037735,801.0,205056.0,2757.5095409920905,13123584.0 +397.9,25.690000534057617,4919.0,0.008252748288214207,0.09637451171875,2.188234329223633,-0.010326655581593513,0.23603089153766632,0.7385653853416443,802.0,205312.0,2760.8408810719848,13139968.0 +393.02,25.670000076293945,4851.0,0.010190100409090519,0.1307576447725296,2.201385259628296,-0.007856818847358227,0.3873954117298126,0.6640485227108002,803.0,205568.0,2764.218488912098,13156352.0 +390.43,24.670000076293945,4839.0,0.008864584378898144,0.10302734375,2.182828664779663,-0.007353188004344702,0.3540676534175873,0.616309404373169,804.0,205824.0,2767.6042540839408,13172736.0 +397.52,25.540000915527344,4835.0,0.011327887885272503,0.1413167268037796,2.148390293121338,-0.008184988051652908,0.3394928276538849,0.7214900255203247,805.0,206080.0,2770.994785126997,13189120.0 +392.2,25.420000076293945,4976.0,0.01020373310893774,0.13037109375,2.165820360183716,-0.008092984557151794,0.30997416377067566,0.678835928440094,806.0,206336.0,2774.28813104704,13205504.0 +382.56,25.579999923706055,4795.0,0.009816091507673264,0.1136678084731102,2.1954479217529297,-0.009330502711236477,0.3552870750427246,0.6793374419212341,807.0,206592.0,2777.7057661900762,13221888.0 +385.11,26.43000030517578,5114.0,0.010314643383026123,0.1204020157456398,2.179799795150757,-0.012265186756849289,0.24063526093959808,0.7320109605789185,808.0,206848.0,2780.910287898965,13238272.0 +398.14,27.09000015258789,4762.0,0.010786752216517925,0.1246541365981102,2.165992021560669,-0.01168216485530138,0.27665528655052185,0.7286427021026611,809.0,207104.0,2784.3511190649588,13254656.0 +399.25,27.530000686645508,4894.0,0.009922617115080357,0.11767578125,2.168076276779175,-0.011754728853702545,0.23382742702960968,0.7038074433803558,810.0,207360.0,2787.6989804210607,13271040.0 +398.07,28.739999771118164,5117.0,0.017863953486084938,0.1976521760225296,2.1664841175079346,-0.0074137174524366856,0.28919175267219543,0.6287991404533386,811.0,207616.0,2790.90161423292,13287424.0 +394.77,27.420000076293945,4891.0,0.01599114015698433,0.1646931916475296,2.1634249687194824,-0.009041589684784412,0.2522783577442169,0.6233022212982178,812.0,207872.0,2794.251701140078,13303808.0 +403.07,27.540000915527344,4710.0,0.01188865676522255,0.1465250700712204,2.1844234466552734,-0.010221989825367928,0.15755094587802887,0.7776162326335907,813.0,208128.0,2797.7304903049953,13320192.0 +411.53,28.90999984741211,4853.0,0.011542434804141521,0.1358235627412796,2.177996873855591,-0.01200937945395708,0.09932652115821838,0.8402872383594513,814.0,208384.0,2801.1064805439673,13336576.0 +410.75,29.0,4829.0,0.012113778851926327,0.1568400114774704,2.188750982284546,-0.007557358592748642,0.2519570589065552,0.7079676985740662,815.0,208640.0,2804.499620035989,13352960.0 +406.86,28.690000534057617,4944.0,0.013319012708961964,0.1557413786649704,2.172304630279541,-0.010448936372995377,0.19421125948429108,0.733300507068634,816.0,208896.0,2807.8137424010783,13369344.0 +402.77,28.530000686645508,5015.0,0.011772044003009796,0.1502278596162796,2.17891001701355,-0.010926385410130024,0.25512102246284485,0.6421530246734619,817.0,209152.0,2811.0810603620484,13385728.0 +401.51,28.3799991607666,4862.0,0.012282940559089184,0.1489054411649704,2.1833035945892334,-0.009648471139371395,0.2282061129808426,0.7281500399112701,818.0,209408.0,2814.451489115134,13402112.0 +391.96,26.90999984741211,5000.0,0.006985545624047518,0.0738728865981102,2.2028138637542725,-0.007610802073031664,0.33862176537513733,0.7123847007751465,819.0,209664.0,2817.7283756670076,13418496.0 +398.95,27.6299991607666,4794.0,0.008787398226559162,0.1044108048081398,2.20573091506958,-0.008732856251299381,0.19620954990386963,0.7228052318096161,820.0,209920.0,2821.1460105280858,13434880.0 +409.06,29.639999389648438,4902.0,0.010292631573975086,0.1114705428481102,2.2222635746002197,-0.010873875580728054,0.08954676985740662,0.836666002869606,821.0,210176.0,2824.4888546851,13451264.0 +405.77,29.540000915527344,4918.0,0.008550765924155712,0.0986328125,2.2247278690338135,-0.010124247521162033,0.26442381739616394,0.6236725747585297,822.0,210432.0,2827.8204371260945,13467648.0 +391.75,27.760000228881836,5043.0,0.01596641354262829,0.1704304963350296,2.206615686416626,-0.008892401121556759,0.2656930983066559,0.6383460462093353,823.0,210688.0,2831.0698695410974,13484032.0 +388.65,26.809999465942383,4843.0,0.012780249118804932,0.1577962189912796,2.2411136627197266,-0.007919139228761196,0.19785310328006744,0.7141260802745819,824.0,210944.0,2834.4531358219683,13500416.0 +392.51,26.979999542236328,5039.0,0.012271576561033726,0.1570231169462204,2.227097272872925,-0.008291090838611126,0.25045865774154663,0.7218753397464752,825.0,211200.0,2837.705092496006,13516800.0 +394.6,27.469999313354492,4909.0,0.010706447064876556,0.1255696564912796,2.2374541759490967,-0.007844164036214352,0.22015023231506348,0.7006756365299225,826.0,211456.0,2841.0428305149544,13533184.0 +386.87,26.06999969482422,5001.0,0.008666183799505234,0.1084187850356102,2.2523224353790283,-0.01133377943187952,0.3156531751155853,0.6710581481456757,827.0,211712.0,2844.319427795941,13549568.0 +392.37,26.3700008392334,5001.0,0.01262704562395811,0.1439208984375,2.2271158695220947,-0.009896984323859215,0.22634534537792206,0.6918031871318817,828.0,211968.0,2847.5957572159823,13565952.0 +391.65,26.520000457763672,4856.0,0.013273227959871292,0.143798828125,2.2157111167907715,-0.01040723081678152,0.26491132378578186,0.5785037875175476,829.0,212224.0,2850.970009272918,13582336.0 +397.03,27.739999771118164,4895.0,0.017405061051249504,0.1978352814912796,2.194345235824585,-0.0071649146266281605,0.24014107882976532,0.6234937906265259,830.0,212480.0,2854.3171089780517,13598720.0 +402.77,28.489999771118164,4838.0,0.012150364927947521,0.1623128205537796,2.243896484375,-0.01508629322052002,0.12136215716600418,0.7415364980697632,831.0,212736.0,2857.7043914610986,13615104.0 +413.18,29.5,4852.0,0.012274328619241714,0.1351521760225296,2.2244155406951904,-0.01113136950880289,0.16108421981334686,0.708554744720459,832.0,212992.0,2861.0814438930247,13631488.0 +408.86,28.440000534057617,4952.0,0.015523740090429783,0.1756998747587204,2.2210757732391357,-0.009271299466490746,0.21507494151592255,0.6575115621089935,833.0,213248.0,2864.3903481769376,13647872.0 +394.99,26.729999542236328,4841.0,0.015339703299105167,0.17474365234375,2.197075128555298,-0.010704937390983105,0.2888990342617035,0.6066467463970184,834.0,213504.0,2867.774895848939,13664256.0 +385.47,26.18000030517578,4874.0,0.014929275028407574,0.1764322966337204,2.212048292160034,-0.00861646793782711,0.2729363739490509,0.6398233771324158,835.0,213760.0,2871.1367927559186,13680640.0 +389.58,27.280000686645508,4891.0,0.011108794249594212,0.13818359375,2.2042810916900635,-0.011532866396009922,0.16357259452342987,0.7318321168422699,836.0,214016.0,2874.486884101061,13697024.0 +406.23,29.350000381469727,4840.0,0.00979646760970354,0.11431884765625,2.2192094326019287,-0.005656506400555372,0.1955418586730957,0.6797527968883514,837.0,214272.0,2877.8723115299363,13713408.0 +409.4,28.920000076293945,5017.0,0.010439812205731869,0.1271769255399704,2.210296869277954,-0.01253573689609766,0.1427890807390213,0.7025880217552185,838.0,214528.0,2881.138215918094,13729792.0 +407.58,28.25,4916.0,0.014371334575116634,0.166748046875,2.203673839569092,-0.011691171675920486,0.1461319476366043,0.7104427516460419,839.0,214784.0,2884.4715150489938,13746176.0 +403.01,28.200000762939453,5047.0,0.013541649095714092,0.1592814177274704,2.1881954669952393,-0.009635348804295063,0.30098268389701843,0.5611036121845245,840.0,215040.0,2887.7186162329745,13762560.0 +397.96,27.329999923706055,4921.0,0.008519637398421764,0.0974934920668602,2.192186117172241,-0.010842700488865376,0.24165098369121552,0.6484880745410919,841.0,215296.0,2891.0482134211343,13778944.0 +397.96,27.610000610351562,4889.0,0.011899910867214203,0.1299845427274704,2.195178747177124,-0.009179915301501751,0.19606536626815796,0.6892979443073273,842.0,215552.0,2894.3998704089317,13795328.0 +411.55,28.639999389648438,4986.0,0.013546541333198547,0.1615397185087204,2.2017509937286377,-0.013287738896906376,0.12005939334630966,0.7871350795030594,843.0,215808.0,2897.6861266719643,13811712.0 +408.34,28.15999984741211,4954.0,0.014943785034120083,0.16986083984375,2.177368640899658,-0.008523386903107166,0.239375039935112,0.647334486246109,844.0,216064.0,2900.994126803009,13828096.0 +409.11,28.530000686645508,4817.0,0.010038437321782112,0.11456298828125,2.196296215057373,-0.009066645987331867,0.19454838335514069,0.7014454305171967,845.0,216320.0,2904.3957479051314,13844480.0 +404.68,27.549999237060547,4816.0,0.014805513434112072,0.1701863557100296,2.192200183868408,-0.004622675944119692,0.27731040120124817,0.598545640707016,846.0,216576.0,2907.798069751123,13860864.0 +398.86,27.350000381469727,4946.0,0.014896898530423641,0.1628824919462204,2.1748545169830322,-0.009342852048575878,0.2101672738790512,0.6960937678813934,847.0,216832.0,2911.1109766811132,13877248.0 +406.76,27.959999084472656,4624.0,0.011991359293460846,0.1229451522231102,2.185925006866455,-0.011895189993083477,0.16902774572372437,0.7785770744085312,848.0,217088.0,2914.6546129761264,13893632.0 +405.48,27.8799991607666,4998.0,0.012991857714951038,0.1412556916475296,2.1951894760131836,-0.007402264978736639,0.20513324439525604,0.6899160444736481,849.0,217344.0,2917.9332908110227,13910016.0 +406.96,28.479999542236328,4910.0,0.013665850274264812,0.1494954377412796,2.1778452396392822,-0.013374249450862408,0.1681606024503708,0.7364642918109894,850.0,217600.0,2921.2701607949566,13926400.0 +407.67,28.329999923706055,4937.0,0.011890255846083164,0.12969970703125,2.1848549842834473,-0.011304319836199284,0.22958581149578094,0.6956665515899658,851.0,217856.0,2924.5892814230174,13942784.0 +410.02,28.709999084472656,4993.0,0.012116032652556896,0.1357828825712204,2.1789586544036865,-0.010716992430388927,0.15210601687431335,0.7662653475999832,852.0,218112.0,2927.8713881610893,13959168.0 +405.58,27.81999969482422,4736.0,0.012362867593765259,0.1363118439912796,2.216747522354126,-0.009741009213030338,0.2853642404079437,0.6531265377998352,853.0,218368.0,2931.3312439939473,13975552.0 +393.65,26.040000915527344,4888.0,0.011372116394340992,0.1268717497587204,2.193023443222046,-0.01023224275559187,0.32546624541282654,0.5936730206012726,854.0,218624.0,2934.683450258104,13991936.0 +377.42,24.639999389648438,4833.0,0.009267005138099194,0.1107584610581398,2.198465347290039,-0.007849819958209991,0.5019844174385071,0.5422433316707611,855.0,218880.0,2938.0740914901253,14008320.0 +377.73,24.600000381469727,4948.0,0.010335960425436497,0.1175333634018898,2.176593542098999,-0.011191215366125107,0.2738244831562042,0.7007170915603638,856.0,219136.0,2941.3852736740373,14024704.0 +372.19,23.920000076293945,4865.0,0.011156720109283924,0.14501953125,2.1931827068328857,-0.004051087889820337,0.4231942892074585,0.5615075528621674,857.0,219392.0,2944.7533826259896,14041088.0 +382.64,25.700000762939453,4873.0,0.008767294697463512,0.1068115234375,2.187598705291748,-0.009296695701777935,0.3173310458660126,0.6358911693096161,858.0,219648.0,2948.115907811094,14057472.0 +367.6,22.8799991607666,4771.0,0.012660386972129345,0.14935302734375,2.1997382640838623,-0.00411722157150507,0.695780336856842,0.5555075109004974,859.0,219904.0,2951.550174640026,14073856.0 +369.08,22.68000030517578,4997.0,0.010304131545126438,0.1233113631606102,2.20963978767395,-0.00995724555104971,0.2194870114326477,0.7224867939949036,860.0,220160.0,2954.8293187429663,14090240.0 +392.12,25.06999969482422,4924.0,0.009754627011716366,0.1153971329331398,2.2061824798583984,-0.00814607460051775,0.24432528018951416,0.6923400163650513,861.0,220416.0,2958.156891243998,14106624.0 +408.1,27.059999465942383,4816.0,0.008242221549153328,0.0940348282456398,2.231846809387207,-0.00821930356323719,0.20697148144245148,0.738076776266098,862.0,220672.0,2961.559629705036,14123008.0 +395.03,26.209999084472656,4853.0,0.0074944645166397095,0.0830281600356102,2.199803590774536,-0.009039160795509815,0.3807966411113739,0.57657191157341,863.0,220928.0,2964.9360014100093,14139392.0 +393.46,25.989999771118164,5148.0,0.011999521404504776,0.124755859375,2.2118451595306396,-0.01184068899601698,0.2417433112859726,0.7329674959182739,864.0,221184.0,2968.119008338079,14155776.0 +388.79,26.040000915527344,4921.0,0.009525506757199764,0.1058349609375,2.204575300216675,-0.009427162818610668,0.23081524670124054,0.742542564868927,865.0,221440.0,2971.448973326944,14172160.0 +392.26,27.389999389648438,4941.0,0.010963131673634052,0.1223958358168602,2.2034289836883545,-0.008304881863296032,0.27062931656837463,0.6500908732414246,866.0,221696.0,2974.7656120669562,14188544.0 +396.97,27.56999969482422,4949.0,0.013119368813931942,0.1576334685087204,2.201970338821411,-0.00992360059171915,0.23343749344348907,0.7393889427185059,867.0,221952.0,2978.0761350940447,14204928.0 +392.49,26.280000686645508,4928.0,0.008245262317359447,0.1028645858168602,2.223553419113159,-0.006397482473403215,0.3574284613132477,0.6026322841644287,868.0,222208.0,2981.4014630489983,14221312.0 +392.42,26.459999084472656,4996.0,0.009998784400522709,0.11004638671875,2.235678195953369,-0.006344900932163,0.3892998993396759,0.6236161887645721,869.0,222464.0,2984.681658064015,14237696.0 +395.96,27.399999618530273,4824.0,0.012547187507152557,0.1568603515625,2.2328684329986572,-0.010481876321136951,0.16486799716949463,0.7593397796154022,870.0,222720.0,2988.078684071079,14254080.0 +399.33,27.770000457763672,4831.0,0.01300195325165987,0.1379801481962204,2.2290456295013428,-0.013218964450061321,0.20548076927661896,0.7221912443637848,871.0,222976.0,2991.4706376029644,14270464.0 +398.52,28.31999969482422,4861.0,0.01275663822889328,0.1498820036649704,2.2105138301849365,-0.01074321661144495,0.272765576839447,0.6396337151527405,872.0,223232.0,2994.8419242200907,14286848.0 +400.44,28.950000762939453,4736.0,0.013721827417612076,0.15399169921875,2.2099692821502686,-0.013064502738416195,0.11277329176664352,0.8203682601451874,873.0,223488.0,2998.3016552550253,14303232.0 +402.02,28.18000030517578,4825.0,0.01606389693915844,0.16644287109375,2.22371244430542,-0.009156199172139168,0.23725034296512604,0.6269529759883881,874.0,223744.0,3001.6980573730543,14319616.0 +408.84,27.790000915527344,4968.0,0.012824245728552341,0.1391194611787796,2.2140793800354004,-0.011581499129533768,0.21201394498348236,0.6868067979812622,875.0,224000.0,3004.9963702580426,14336000.0 +405.51,27.43000030517578,4862.0,0.011982612311840057,0.1458943635225296,2.2428338527679443,-0.011696013621985912,0.1552639752626419,0.7568153291940689,876.0,224256.0,3008.366743464023,14352384.0 +406.47,27.809999465942383,5049.0,0.012545420788228512,0.1371663361787796,2.2210376262664795,-0.011836926452815533,0.176239475607872,0.676200807094574,877.0,224512.0,3011.6123906581197,14368768.0 +396.01,26.770000457763672,4528.0,0.01225814875215292,0.1453857421875,2.2301042079925537,-0.008462702855467796,0.366571307182312,0.5346209108829498,878.0,224768.0,3015.2308028689586,14385152.0 +386.15,25.670000076293945,4871.0,0.011020619422197342,0.14080810546875,2.214979887008667,-0.006819351110607386,0.3031517565250397,0.5580452680587769,879.0,225024.0,3018.594598404132,14401536.0 +362.21,22.559999465942383,4803.0,0.011403524316847324,0.1129557266831398,2.212049961090088,-0.007373027037829161,0.7050638794898987,0.4293072819709778,880.0,225280.0,3022.0063316419255,14417920.0 +368.12,22.860000610351562,5006.0,0.00782007072120905,0.0821329727768898,2.241568088531494,-0.008336258120834827,0.3613797724246979,0.5851273536682129,881.0,225536.0,3025.280288842041,14434304.0 +376.48,24.15999984741211,4767.0,0.01309764664620161,0.1416829377412796,2.2243564128875732,-0.009851306676864624,0.15121786296367645,0.6993673741817474,882.0,225792.0,3028.7171938680112,14450688.0 +399.6,27.200000762939453,5049.0,0.00890983734279871,0.1072998046875,2.216949224472046,-0.010468345135450363,0.14603613317012787,0.7478699684143066,883.0,226048.0,3031.9626201409847,14467072.0 +405.43,27.729999542236328,4938.0,0.010483217425644398,0.1124267578125,2.215498685836792,-0.009181021712720394,0.1965460330247879,0.6677676141262054,884.0,226304.0,3035.2811073421035,14483456.0 +386.77,26.799999237060547,4960.0,0.011037539690732956,0.1212158203125,2.2287635803222656,-0.011486873961985111,0.34950748085975647,0.5767568945884705,885.0,226560.0,3038.584754018113,14499840.0 +374.68,25.56999969482422,4898.0,0.014921636320650578,0.1686808317899704,2.241234540939331,-0.010243705473840237,0.35322725772857666,0.5111458897590637,886.0,226816.0,3041.9302606480196,14516224.0 +379.91,25.829999923706055,4803.0,0.010889322496950626,0.1393025666475296,2.2465031147003174,-0.010587766766548157,0.19707702100276947,0.6798139810562134,887.0,227072.0,3045.3418392410967,14532608.0 +399.47,27.56999969482422,4762.0,0.014379127882421017,0.165283203125,2.242460012435913,-0.009527848102152348,0.18384896218776703,0.6538879573345184,888.0,227328.0,3048.782566590002,14548992.0 +401.91,27.559999465942383,4849.0,0.011979191564023495,0.1420491486787796,2.2464566230773926,-0.009620263241231441,0.16355103254318237,0.7191027104854584,889.0,227584.0,3052.1616500311065,14565376.0 +400.93,25.739999771118164,4820.0,0.010874179191887379,0.13189697265625,2.2501583099365234,-0.007752634584903717,0.2717741131782532,0.6902644634246826,890.0,227840.0,3055.5649097550195,14581760.0 +403.24,27.030000686645508,4832.0,0.010873950086534023,0.1274617463350296,2.243433952331543,-0.00792468711733818,0.1833115667104721,0.6848331391811371,891.0,228096.0,3058.956465469906,14598144.0 +399.41,28.110000610351562,4933.0,0.012044251896440983,0.13018798828125,2.2427773475646973,-0.008197696879506111,0.21634364128112793,0.6633864343166351,892.0,228352.0,3062.2781893869396,14614528.0 +395.12,27.8700008392334,4997.0,0.009852477349340916,0.1156005859375,2.249556303024292,-0.00997983943670988,0.20682144165039062,0.6719864308834076,893.0,228608.0,3065.557690059999,14630912.0 +392.18,26.940000534057617,4885.0,0.012621556408703327,0.1338704377412796,2.245070457458496,-0.012861876748502254,0.19919079542160034,0.6608252227306366,894.0,228864.0,3068.911730828928,14647296.0 +392.92,27.40999984741211,4840.0,0.010497362352907658,0.1270955353975296,2.222579002380371,-0.013118325732648373,0.15069781243801117,0.7620106339454651,895.0,229120.0,3072.2970413549338,14663680.0 +405.68,28.239999771118164,4871.0,0.011020899750292301,0.1375732421875,2.2301743030548096,-0.011288829147815704,0.15597161650657654,0.6990275979042053,896.0,229376.0,3075.6613791629206,14680064.0 +407.29,28.690000534057617,4868.0,0.010689844377338886,0.1302490234375,2.216033458709717,-0.010638910345733166,0.15034553408622742,0.7352918684482574,897.0,229632.0,3079.0270449409727,14696448.0 +385.8,26.729999542236328,4787.0,0.011690977029502392,0.1320393830537796,2.2133615016937256,-0.01126605924218893,0.31409427523612976,0.6071008145809174,898.0,229888.0,3082.450086353114,14712832.0 +380.59,26.260000228881836,5028.0,0.00997544452548027,0.1107381209731102,2.23494553565979,-0.005096250679343939,0.24336273968219757,0.64687380194664,899.0,230144.0,3085.7091564799193,14729216.0 +387.3,26.68000030517578,4838.0,0.01182351540774107,0.1245931014418602,2.248108148574829,-0.009675935842096806,0.1701328009366989,0.6720200777053833,900.0,230400.0,3089.0961651920807,14745600.0 +401.97,28.110000610351562,4695.0,0.013982951641082764,0.1697794646024704,2.2587625980377197,-0.009297167882323265,0.13235172629356384,0.7373786568641663,901.0,230656.0,3092.5864472140092,14761984.0 +405.63,28.309999465942383,4703.0,0.013780564069747925,0.1625162810087204,2.2596518993377686,-0.0109029496088624,0.20278465747833252,0.637564092874527,902.0,230912.0,3096.070391922025,14778368.0 +399.86,27.34000015258789,4924.0,0.011993384920060635,0.1483357697725296,2.254387378692627,-0.011621533893048763,0.19304554164409637,0.710720419883728,903.0,231168.0,3099.3984306119382,14794752.0 +396.1,27.399999618530273,4959.0,0.01297932118177414,0.13970947265625,2.2439677715301514,-0.01068760734051466,0.18412292003631592,0.7065452039241791,904.0,231424.0,3102.7025132279377,14811136.0 +405.01,28.010000228881836,4910.0,0.012986096553504467,0.1461995393037796,2.239572286605835,-0.012723584659397602,0.09616119414567947,0.7844032198190689,905.0,231680.0,3106.039995400002,14827520.0 +409.0,28.65999984741211,4996.0,0.012819417752325535,0.1353963166475296,2.2097694873809814,-0.010534941218793392,0.19113175570964813,0.6623396277427673,906.0,231936.0,3109.3197238659486,14843904.0 +390.2,27.030000686645508,4945.0,0.013087107799947262,0.13934326171875,2.21393084526062,-0.00969673227518797,0.3291989266872406,0.5613352060317993,907.0,232192.0,3112.6335476199165,14860288.0 +390.63,26.93000030517578,4749.0,0.009407908655703068,0.10955810546875,2.2013497352600098,-0.010205873288214207,0.18210293352603912,0.694281131029129,908.0,232448.0,3116.0839238939807,14876672.0 +403.45,27.899999618530273,4929.0,0.012514072470366955,0.1324869841337204,2.2080957889556885,-0.012587076984345913,0.1481427699327469,0.7970375269651413,909.0,232704.0,3119.4081791269127,14893056.0 +401.32,28.190000534057617,4801.0,0.012882213108241558,0.1390380859375,2.207773208618164,-0.011343531310558319,0.17902201414108276,0.7334448397159576,910.0,232960.0,3122.821377535118,14909440.0 +400.25,28.049999237060547,4873.0,0.012069563381373882,0.13946533203125,2.192366361618042,-0.011852850206196308,0.20866145193576813,0.7015841603279114,911.0,233216.0,3126.1843851429876,14925824.0 +390.94,26.950000762939453,4891.0,0.01184852048754692,0.1286417692899704,2.1832213401794434,-0.01279533002525568,0.2936086356639862,0.6955205500125885,912.0,233472.0,3129.534772376064,14942208.0 +387.24,26.31999969482422,4985.0,0.012120089493691921,0.1353352814912796,2.1901328563690186,-0.00911893229931593,0.2768138647079468,0.5630940496921539,913.0,233728.0,3132.82221553009,14958592.0 +391.38,25.540000915527344,4891.0,0.010866653174161911,0.13116455078125,2.217501640319824,-0.010672126896679401,0.2713547348976135,0.6427601873874664,914.0,233984.0,3136.1722039829474,14974976.0 +399.84,26.540000915527344,4966.0,0.011668081395328045,0.13983154296875,2.233128547668457,-0.009077698923647404,0.18910221755504608,0.6182103753089905,915.0,234240.0,3139.4718801749405,14991360.0 +398.23,26.440000534057617,4844.0,0.01005393173545599,0.1071370467543602,2.2349092960357666,-0.009415045380592346,0.18155719339847565,0.7339029908180237,916.0,234496.0,3142.854748334037,15007744.0 +403.31,26.760000228881836,5088.0,0.00983892846852541,0.1054280623793602,2.2175073623657227,-0.012751747854053974,0.21000362932682037,0.6984537243843079,917.0,234752.0,3146.075833234936,15024128.0 +387.18,25.200000762939453,4828.0,0.011264223605394363,0.1395670622587204,2.238213539123535,-0.0077171833254396915,0.3840136229991913,0.5306913256645203,918.0,235008.0,3149.4693317280617,15040512.0 +386.13,25.15999984741211,4872.0,0.0071712215431034565,0.0760904923081398,2.258610486984253,-0.010919243097305298,0.19719193875789642,0.710037112236023,919.0,235264.0,3152.832255768124,15056896.0 +394.03,26.260000228881836,4961.0,0.01096202153712511,0.1239420548081398,2.232330560684204,-0.010492502711713314,0.18759329617023468,0.6707674562931061,920.0,235520.0,3156.1354832160287,15073280.0 +408.14,28.549999237060547,4959.0,0.012236963026225567,0.13739013671875,2.2463228702545166,-0.013065255247056484,0.08063826709985733,0.8083006888628006,921.0,235776.0,3159.4401020149235,15089664.0 +412.94,28.979999542236328,4827.0,0.011602859012782574,0.1451212614774704,2.231635332107544,-0.006937711033970118,0.20928971469402313,0.6617836952209473,922.0,236032.0,3162.835427219048,15106048.0 +394.99,26.530000686645508,4877.0,0.010348238982260227,0.1208902969956398,2.246912717819214,-0.009132706560194492,0.36595070362091064,0.5554874837398529,923.0,236288.0,3166.195331274066,15122432.0 +383.17,25.899999618530273,4928.0,0.009216848760843277,0.1105550155043602,2.2406203746795654,-0.007223325315862894,0.2832922041416168,0.542250245809555,924.0,236544.0,3169.52054868103,15138816.0 +370.88,25.149999618530273,4912.0,0.008074028417468071,0.08575439453125,2.257148504257202,-0.009347817860543728,0.40637466311454773,0.5430170893669128,925.0,236800.0,3172.8562849981245,15155200.0 +389.31,26.299999237060547,4867.0,0.007464960217475891,0.0888875350356102,2.2395431995391846,-0.01083382312208414,0.17538493871688843,0.7311027646064758,926.0,237056.0,3176.2234255119693,15171584.0 +401.06,27.850000381469727,5071.0,0.011946300975978374,0.1347249299287796,2.227299928665161,-0.01014084741473198,0.1887069195508957,0.6873948872089386,927.0,237312.0,3179.4549140739255,15187968.0 +395.85,27.18000030517578,5060.0,0.013464261777698994,0.14013671875,2.2216384410858154,-0.007797345519065857,0.24528223276138306,0.595736563205719,928.0,237568.0,3182.693076964002,15204352.0 +396.16,27.40999984741211,4757.0,0.013974850066006184,0.16668701171875,2.213702440261841,-0.010411111637949944,0.1655200868844986,0.6657896935939789,929.0,237824.0,3186.1375963881146,15220736.0 +401.93,28.329999923706055,4797.0,0.010828233323991299,0.1253865510225296,2.1908788681030273,-0.01089344173669815,0.2001313418149948,0.6974816024303436,930.0,238080.0,3189.5533704340924,15237120.0 +396.62,28.309999465942383,4820.0,0.012944583781063557,0.1414591521024704,2.201246500015259,-0.012856793589890003,0.1695679873228073,0.6651258766651154,931.0,238336.0,3192.9533712859266,15253504.0 +389.19,27.5,4927.0,0.014102459885179996,0.1565348356962204,2.2074482440948486,-0.009459447115659714,0.3390613794326782,0.5084837675094604,932.0,238592.0,3196.2787147930358,15269888.0 +385.48,26.8799991607666,4817.0,0.01479366421699524,0.1334228515625,2.223961591720581,-0.010061440989375114,0.25419074296951294,0.6253479421138763,933.0,238848.0,3199.68000296806,15286272.0 +388.23,26.8799991607666,4781.0,0.013120573945343494,0.14251708984375,2.214020013809204,-0.010454307310283184,0.22747187316417694,0.6455577611923218,934.0,239104.0,3203.1070206959266,15302656.0 +389.92,26.049999237060547,4785.0,0.01307013351470232,0.1359456330537796,2.212556838989258,-0.00781272817403078,0.39667651057243347,0.5615967512130737,935.0,239360.0,3206.531868940918,15319040.0 +386.15,25.5,4864.0,0.01612885296344757,0.1752726286649704,2.218755006790161,-0.008897204883396626,0.2948983311653137,0.5568260252475739,936.0,239616.0,3209.900910805911,15335424.0 +394.73,27.360000610351562,5052.0,0.013282962143421173,0.15338134765625,2.2149555683135986,-0.012548815459012985,0.1642945259809494,0.7402376532554626,937.0,239872.0,3213.1444711200893,15351808.0 +404.97,28.450000762939453,4846.0,0.013337924145162106,0.1392822265625,2.1846063137054443,-0.010776677168905735,0.1648833155632019,0.7006072103977203,938.0,240128.0,3216.526181692956,15368192.0 +408.47,28.920000076293945,5014.0,0.013759388588368893,0.1396280974149704,2.184673547744751,-0.00995202362537384,0.19939933717250824,0.720274955034256,939.0,240384.0,3219.7945800609887,15384576.0 +399.45,27.209999084472656,4978.0,0.01244442816823721,0.1239217147231102,2.214564323425293,-0.011430171318352222,0.2404140830039978,0.6803616583347321,940.0,240640.0,3223.0863066569436,15400960.0 +388.87,25.68000030517578,4947.0,0.012300658971071243,0.1462198942899704,2.2003204822540283,-0.008599111810326576,0.3153069317340851,0.6211706101894379,941.0,240896.0,3226.398825607961,15417344.0 +393.73,26.309999465942383,4930.0,0.010398253798484802,0.1310017853975296,2.2070114612579346,-0.013225520960986614,0.19281882047653198,0.7381847500801086,942.0,241152.0,3229.722466150066,15433728.0 +397.39,27.760000228881836,5023.0,0.017528273165225983,0.1585286408662796,2.1994943618774414,-0.00972173735499382,0.14978449046611786,0.7266345918178558,943.0,241408.0,3232.9844799730927,15450112.0 +397.68,28.049999237060547,4913.0,0.01881481520831585,0.18896484375,2.2024130821228027,-0.005211522802710533,0.25596684217453003,0.7069845199584961,944.0,241664.0,3236.319808834931,15466496.0 +398.4,27.950000762939453,4812.0,0.015271094627678394,0.1683146208524704,2.219439744949341,-0.012681644409894943,0.1854136437177658,0.6938230693340302,945.0,241920.0,3239.724793242989,15482880.0 +392.87,26.739999771118164,4824.0,0.012499137781560421,0.1463419646024704,2.2039272785186768,-0.009705966338515282,0.2703453004360199,0.5737608373165131,946.0,242176.0,3243.121829435928,15499264.0 +398.83,27.860000610351562,4804.0,0.009498306550085545,0.10406494140625,2.2054669857025146,-0.011332823894917965,0.1425670087337494,0.6965655982494354,947.0,242432.0,3246.5331062229816,15515648.0 +405.68,27.93000030517578,4959.0,0.014176231808960438,0.1404011994600296,2.2076289653778076,-0.014657050371170044,0.12369971722364426,0.7442264556884766,948.0,242688.0,3249.8372764680535,15532032.0 +404.14,27.420000076293945,4716.0,0.009400616399943829,0.104248046875,2.2021396160125732,-0.010014248080551624,0.24504898488521576,0.6648170053958893,949.0,242944.0,3253.314640922006,15548416.0 +397.3,26.270000457763672,4819.0,0.009709857404232025,0.1105143204331398,2.2150704860687256,-0.01237855851650238,0.2726048529148102,0.6251994669437408,950.0,243200.0,3256.7149330000393,15564800.0 +392.28,26.079999923706055,4875.0,0.011208314448595047,0.1255900114774704,2.2079238891601562,-0.007957853376865387,0.20265959203243256,0.6768540740013123,951.0,243456.0,3260.0759467289317,15581184.0 +404.69,27.450000762939453,4929.0,0.008610465563833714,0.1037394180893898,2.208739995956421,-0.014277053065598011,0.15023499727249146,0.7700333744287491,952.0,243712.0,3263.400600672001,15597568.0 +404.04,27.290000915527344,4877.0,0.011726110242307186,0.1290079802274704,2.2187771797180176,-0.009075243026018143,0.17739993333816528,0.7116953730583191,953.0,243968.0,3266.7604679369833,15613952.0 +391.84,26.209999084472656,5012.0,0.010653982870280743,0.1249593123793602,2.201864004135132,-0.007600116077810526,0.3445264399051666,0.6422778964042664,954.0,244224.0,3270.030064468039,15630336.0 +384.96,25.479999542236328,5032.0,0.010122965089976788,0.11627197265625,2.223360538482666,-0.01198941096663475,0.2978841960430145,0.6925738453865051,955.0,244480.0,3273.2866151619237,15646720.0 +383.41,25.239999771118164,4732.0,0.010035368613898754,0.1218465194106102,2.2103569507598877,-0.009580733254551888,0.3189181685447693,0.5759638845920563,956.0,244736.0,3276.749667277094,15663104.0 +387.48,24.90999984741211,4951.0,0.011827840469777584,0.12548828125,2.2241764068603516,-0.010691646486520767,0.2434505969285965,0.6902394890785217,957.0,244992.0,3280.059305619914,15679488.0 +398.45,26.3700008392334,4891.0,0.012989550828933716,0.1512044221162796,2.2250630855560303,-0.012286844663321972,0.16092480719089508,0.7175445258617401,958.0,245248.0,3283.4096329191234,15695872.0 +401.75,28.139999389648438,4991.0,0.012397117912769318,0.1375732421875,2.2154200077056885,-0.007952575571835041,0.199928879737854,0.6435854732990265,959.0,245504.0,3286.6930958589073,15712256.0 +397.31,27.670000076293945,4953.0,0.012053416110575199,0.1321818083524704,2.209730625152588,-0.011854817159473896,0.30386820435523987,0.6221230328083038,960.0,245760.0,3290.0017650960945,15728640.0 +402.58,27.649999618530273,4910.0,0.015227184630930424,0.1656290739774704,2.221849203109741,-0.009153210557997227,0.17133064568042755,0.6759272217750549,961.0,246016.0,3293.3392168420833,15745024.0 +404.33,28.229999542236328,4963.0,0.013741467148065567,0.1388956755399704,2.1965672969818115,-0.011315464973449707,0.14992418885231018,0.6953990459442139,962.0,246272.0,3296.641345276963,15761408.0 +398.36,27.3799991607666,4805.0,0.010439096949994564,0.1278076171875,2.1782326698303223,-0.010025695897638798,0.3238726258277893,0.5778883993625641,963.0,246528.0,3300.051327676978,15777792.0 +385.54,26.100000381469727,4771.0,0.011977785266935825,0.1554768830537796,2.206911087036133,-0.008489561267197132,0.24019955098628998,0.6246814131736755,964.0,246784.0,3303.4857701819856,15794176.0 +396.19,27.100000381469727,4961.0,0.014023683965206146,0.1591389924287796,2.216707229614258,-0.012949164025485516,0.07444217056035995,0.7949347048997879,965.0,247040.0,3306.7890515129548,15810560.0 +403.99,27.860000610351562,4994.0,0.011003789491951466,0.1278483122587204,2.1836962699890137,-0.010495237074792385,0.16209198534488678,0.7039198875427246,966.0,247296.0,3310.0701680630445,15826944.0 +406.75,28.360000610351562,4722.0,0.010314770974218845,0.1236572265625,2.2033095359802246,-0.01122544426470995,0.18056480586528778,0.6741738319396973,967.0,247552.0,3313.540639314102,15843328.0 +395.92,26.780000686645508,4899.0,0.01481481920927763,0.14483642578125,2.1795578002929688,-0.009456904605031013,0.2747071087360382,0.6399300992488861,968.0,247808.0,3316.885202128906,15859712.0 +392.66,26.93000030517578,5035.0,0.011307335458695889,0.1340128630399704,2.1884777545928955,-0.010446007363498211,0.1490698605775833,0.7066102623939514,969.0,248064.0,3320.139533113921,15876096.0 +405.38,28.3799991607666,4732.0,0.015605765394866467,0.1361083984375,2.191709041595459,-0.008676436729729176,0.23234112560749054,0.6886105835437775,970.0,248320.0,3323.6023305240087,15892480.0 +404.08,27.729999542236328,4813.0,0.012968887574970722,0.1431681364774704,2.1781539916992188,-0.011854194104671478,0.22374743223190308,0.6597939133644104,971.0,248576.0,3327.0068380029406,15908864.0 +389.93,25.93000030517578,4800.0,0.013680197298526764,0.14556884765625,2.1738643646240234,-0.007087749894708395,0.3543482720851898,0.5942895710468292,972.0,248832.0,3330.4205392790027,15925248.0 +390.18,26.530000686645508,4719.0,0.007171421777456999,0.0792236328125,2.2003304958343506,-0.01062533538788557,0.24988944828510284,0.7239525318145752,973.0,249088.0,3333.892922403058,15941632.0 +393.29,26.329999923706055,4866.0,0.009628551080822945,0.1061604842543602,2.173959255218506,-0.011720080859959126,0.18901468813419342,0.759905070066452,974.0,249344.0,3337.260863721138,15958016.0 +399.6,27.010000228881836,4899.0,0.010300845839083195,0.1164754256606102,2.1678855419158936,-0.01040633488446474,0.3024442493915558,0.6436653435230255,975.0,249600.0,3340.605356693035,15974400.0 +397.99,27.139999389648438,4987.0,0.01304652076214552,0.1380411833524704,2.1636929512023926,-0.013145950622856617,0.18340283632278442,0.7490089237689972,976.0,249856.0,3343.891225859057,15990784.0 +397.64,26.690000534057617,4946.0,0.012553348205983639,0.1485188752412796,2.1635894775390625,-0.010297979228198528,0.26898953318595886,0.7424292862415314,977.0,250112.0,3347.2040032830555,16007168.0 +396.21,27.299999237060547,4865.0,0.010146057233214378,0.1000569686293602,2.167353391647339,-0.009799142368137836,0.20969431102275848,0.7177303433418274,978.0,250368.0,3350.5722108590417,16023552.0 +392.78,27.420000076293945,4691.0,0.00941905565559864,0.11126708984375,2.19220232963562,-0.009548173286020756,0.23713594675064087,0.6888182461261749,979.0,250624.0,3354.0652891430072,16039936.0 +403.78,28.25,4947.0,0.010435438714921474,0.1224772110581398,2.175078868865967,-0.010137206874787807,0.19681072235107422,0.6973065137863159,980.0,250880.0,3357.3780482930597,16056320.0 +399.99,27.729999542236328,4966.0,0.01344271656125784,0.1466471403837204,2.1970667839050293,-0.01368479523807764,0.23558181524276733,0.695814460515976,981.0,251136.0,3360.677802012069,16072704.0 +403.56,28.020000457763672,5005.0,0.013771611265838146,0.1468709260225296,2.1853091716766357,-0.010858128778636456,0.14146248996257782,0.7450322210788727,982.0,251392.0,3363.951494436944,16089088.0 +404.37,27.719999313354492,4990.0,0.013455999083817005,0.1419474333524704,2.187832832336426,-0.011716105043888092,0.21975797414779663,0.6829955875873566,983.0,251648.0,3367.235800694907,16105472.0 +406.05,27.290000915527344,4949.0,0.009767509065568447,0.1279703825712204,2.185309410095215,-0.008809641934931278,0.24824567139148712,0.5912704169750214,984.0,251904.0,3370.546681785956,16121856.0 +404.21,27.639999389648438,5004.0,0.01279371976852417,0.1319376677274704,2.1862432956695557,-0.010759741999208927,0.18778042495250702,0.7184863686561584,985.0,252160.0,3373.821690899087,16138240.0 +395.64,27.3799991607666,4880.0,0.015225430019199848,0.1431071013212204,2.1887929439544678,-0.008164030499756336,0.2637065351009369,0.6443797945976257,986.0,252416.0,3377.1791047491133,16154624.0 +395.08,26.6200008392334,4939.0,0.012728949077427387,0.1421101838350296,2.1862993240356445,-0.01140539813786745,0.27889904379844666,0.6129360496997833,987.0,252672.0,3380.4966562900227,16171008.0 +397.16,26.6200008392334,4888.0,0.008744325488805771,0.0980021134018898,2.1913812160491943,-0.009762952104210854,0.2550407350063324,0.6336073875427246,988.0,252928.0,3383.8488049490843,16187392.0 +395.59,26.850000381469727,4820.0,0.01569841429591179,0.1642049103975296,2.18013596534729,-0.012014203704893589,0.28276005387306213,0.6085749864578247,989.0,253184.0,3387.2489724690095,16203776.0 +394.87,26.489999771118164,4806.0,0.010968494229018688,0.1260782927274704,2.203789472579956,-0.011077978648245335,0.174286887049675,0.7064577043056488,990.0,253440.0,3390.65842557,16220160.0 +401.89,27.06999969482422,4962.0,0.012696550227701664,0.1466878205537796,2.182953119277954,-0.012976382859051228,0.17457719147205353,0.6870669722557068,991.0,253696.0,3393.961087781936,16236544.0 +402.63,27.8799991607666,4999.0,0.012714649550616741,0.1361287385225296,2.1770403385162354,-0.006796154659241438,0.24883800745010376,0.6418362855911255,992.0,253952.0,3397.2416931181215,16252928.0 +400.87,27.84000015258789,4798.0,0.009749957360327244,0.1023763045668602,2.1836893558502197,-0.006991017144173384,0.19848941266536713,0.6624953746795654,993.0,254208.0,3400.6567341259215,16269312.0 +405.4,27.860000610351562,4878.0,0.01137528195977211,0.1315511018037796,2.180283546447754,-0.010460763238370419,0.17142629623413086,0.6790154874324799,994.0,254464.0,3404.0165544720367,16285696.0 +406.93,28.219999313354492,4840.0,0.009211131371557713,0.1072998046875,2.1857852935791016,-0.011125076562166214,0.15562717616558075,0.7348648011684418,995.0,254720.0,3407.4022267239634,16302080.0 +408.89,28.09000015258789,5001.0,0.009867182932794094,0.1091512069106102,2.2027547359466553,-0.008931256830692291,0.1879487782716751,0.7126965522766113,996.0,254976.0,3410.678856355138,16318464.0 +406.42,27.190000534057617,4824.0,0.01047648023813963,0.107421875,2.189911127090454,-0.009737761691212654,0.22337128221988678,0.7183909118175507,997.0,255232.0,3414.075703028124,16334848.0 +407.93,28.030000686645508,4952.0,0.010452543385326862,0.12725830078125,2.1889705657958984,-0.014862983487546444,0.09375493973493576,0.8074731230735779,998.0,255488.0,3417.385084100999,16351232.0 +411.88,29.06999969482422,4801.0,0.013337831012904644,0.1465047150850296,2.17313289642334,-0.010320551693439484,0.15758919715881348,0.7485568523406982,999.0,255744.0,3420.7980620691087,16367616.0 +402.47,28.100000381469727,4934.0,0.01218484714627266,0.13671875,2.17321515083313,-0.008896817453205585,0.2262616604566574,0.6663601100444794,1000.0,256000.0,3424.1193632730283,16384000.0 +394.89,27.549999237060547,5073.0,0.015488249249756336,0.1470947265625,2.159064292907715,-0.01140409056097269,0.18584054708480835,0.703938901424408,1001.0,256256.0,3427.3495727789123,16400384.0 +401.68,28.739999771118164,4897.0,0.010810337960720062,0.1221516951918602,2.1720759868621826,-0.012209169566631317,0.16566599905490875,0.7313562035560608,1002.0,256512.0,3430.6955546080135,16416768.0 +405.5,28.799999237060547,4936.0,0.014928114600479603,0.14892578125,2.1634843349456787,-0.009358599781990051,0.17314393818378448,0.720606654882431,1003.0,256768.0,3434.0153297351208,16433152.0 +397.87,27.440000534057617,5034.0,0.013100989162921906,0.13006591796875,2.162365674972534,-0.008214108645915985,0.23139412701129913,0.65657177567482,1004.0,257024.0,3437.2702760619577,16449536.0 +404.54,28.200000762939453,4897.0,0.012513595633208752,0.13616943359375,2.1390490531921387,-0.012223832309246063,0.15854871273040771,0.7159615159034729,1005.0,257280.0,3440.616297987988,16465920.0 +403.43,27.579999923706055,4919.0,0.01433998066931963,0.1612345427274704,2.143771171569824,-0.011060602031648159,0.18449841439723969,0.7226819097995758,1006.0,257536.0,3443.947480018018,16482304.0 +391.68,27.399999618530273,5103.0,0.012437157332897186,0.1267903596162796,2.148392677307129,-0.010241646319627762,0.26452797651290894,0.6397285461425781,1007.0,257792.0,3447.1590848269407,16498688.0 +384.89,27.899999618530273,4881.0,0.012792866677045822,0.1399943083524704,2.1418182849884033,-0.007703099865466356,0.15084631741046906,0.7342578172683716,1008.0,258048.0,3450.516064791009,16515072.0 +393.36,27.8700008392334,4903.0,0.007072437088936567,0.0873006209731102,2.1536715030670166,-0.006888763979077339,0.2707989513874054,0.7006447911262512,1009.0,258304.0,3453.858424277976,16531456.0 +398.36,27.649999618530273,4944.0,0.007680794224143028,0.0877482071518898,2.1202046871185303,-0.008899083361029625,0.2823414206504822,0.6535614430904388,1010.0,258560.0,3457.177071937127,16547840.0 +404.62,28.65999984741211,4873.0,0.009181329980492592,0.1078898087143898,2.120720863342285,-0.010557867586612701,0.12227655202150345,0.7829964011907578,1011.0,258816.0,3460.5398086390924,16564224.0 +413.07,29.549999237060547,4833.0,0.015295028686523438,0.1393025666475296,2.134202718734741,-0.013355687260627747,0.18134182691574097,0.7853992283344269,1012.0,259072.0,3463.9306263551116,16580608.0 +404.14,27.049999237060547,4820.0,0.012769361026585102,0.1380208283662796,2.128657817840576,-0.007536871824413538,0.3532889187335968,0.6588368117809296,1013.0,259328.0,3467.3302585240453,16596992.0 +407.86,26.440000534057617,4808.0,0.012408346869051456,0.1376749724149704,2.1182162761688232,-0.01091043371707201,0.2007247358560562,0.7274079918861389,1014.0,259584.0,3470.7384759921115,16613376.0 +415.24,27.6200008392334,4933.0,0.012653063051402569,0.1607666015625,2.129903554916382,-0.013180633075535297,0.11415594071149826,0.8369453698396683,1015.0,259840.0,3474.0599523801357,16629760.0 +411.35,28.309999465942383,5045.0,0.012350618839263916,0.1501668244600296,2.1334450244903564,-0.012079047970473766,0.18915607035160065,0.6920795738697052,1016.0,260096.0,3477.3085495110136,16646144.0 +408.62,28.739999771118164,4875.0,0.012870843522250652,0.1528116911649704,2.1295642852783203,-0.013564706780016422,0.13881343603134155,0.7986432760953903,1017.0,260352.0,3480.66968790791,16662528.0 +404.76,28.270000457763672,4894.0,0.012113712728023529,0.13104248046875,2.1399476528167725,-0.008784868754446507,0.2202237993478775,0.6916733384132385,1018.0,260608.0,3484.0177070980426,16678912.0 +407.91,28.09000015258789,4950.0,0.011017628945410252,0.13568115234375,2.1532208919525146,-0.009617906995117664,0.17848658561706543,0.7043750584125519,1019.0,260864.0,3487.328007132048,16695296.0 +403.8,27.5,5186.0,0.012512777000665665,0.1290283203125,2.148827314376831,-0.010662584565579891,0.24832646548748016,0.6811014115810394,1020.0,261120.0,3490.487812766107,16711680.0 +405.32,27.049999237060547,4735.0,0.017882777377963066,0.1686604768037796,2.1207234859466553,-0.011385391466319561,0.16506357491016388,0.7544288784265518,1021.0,261376.0,3493.9479996920563,16728064.0 +399.88,26.440000534057617,4793.0,0.012310575693845749,0.1409912109375,2.1339094638824463,-0.01073907595127821,0.2465839385986328,0.7353858649730682,1022.0,261632.0,3497.3664916660637,16744448.0 +398.17,27.75,4909.0,0.013879640959203243,0.16943359375,2.14046311378479,-0.00853461679071188,0.2549609839916229,0.679954320192337,1023.0,261888.0,3500.7043722500093,16760832.0 +382.65,26.020000457763672,5114.0,0.009285888634622097,0.1116129532456398,2.140976667404175,-0.008733569644391537,0.37213727831840515,0.6872695088386536,1024.0,262144.0,3503.9084992599674,16777216.0 +396.69,27.219999313354492,4873.0,0.00824431050568819,0.09234619140625,2.1250545978546143,-0.009500684216618538,0.22128324210643768,0.730397492647171,1025.0,262400.0,3507.2714624239597,16793600.0 +401.88,27.209999084472656,4847.0,0.007552044466137886,0.0863037109375,2.1495296955108643,-0.00870469305664301,0.21902446448802948,0.7401043772697449,1026.0,262656.0,3510.6520797649864,16809984.0 +405.24,28.010000228881836,4846.0,0.01025340985506773,0.1149088516831398,2.1478190422058105,-0.010423805564641953,0.1873117834329605,0.7760723531246185,1027.0,262912.0,3514.033616486937,16826368.0 +395.6,26.90999984741211,4977.0,0.009603717364370823,0.1042683944106102,2.116307497024536,-0.009201769717037678,0.3858902156352997,0.6518857181072235,1028.0,263168.0,3517.327555577969,16842752.0 +398.2,27.530000686645508,4985.0,0.008223219774663448,0.0954182967543602,2.143638849258423,-0.01085621491074562,0.18540118634700775,0.7551856189966202,1029.0,263424.0,3520.6148464421276,16859136.0 +396.74,27.920000076293945,4760.0,0.008178260177373886,0.0850423201918602,2.127892255783081,-0.011176231317222118,0.27203717827796936,0.7304485738277435,1030.0,263680.0,3524.0575398381334,16875520.0 +395.15,28.18000030517578,4967.0,0.009266178123652935,0.0960489884018898,2.131828546524048,-0.007603002712130547,0.23177127540111542,0.6988935470581055,1031.0,263936.0,3527.356568184914,16891904.0 +395.25,28.510000228881836,4916.0,0.008181298151612282,0.0910237655043602,2.1220102310180664,-0.010377158410847187,0.24519388377666473,0.7150721848011017,1032.0,264192.0,3530.6898903329857,16908288.0 +394.22,27.520000457763672,4834.0,0.011046665720641613,0.12115478515625,2.1283819675445557,-0.012681866995990276,0.13846102356910706,0.7967742681503296,1033.0,264448.0,3534.079650093103,16924672.0 +402.63,28.540000915527344,4840.0,0.011020783334970474,0.1358845978975296,2.1038777828216553,-0.010385168716311455,0.1779923439025879,0.729952335357666,1034.0,264704.0,3537.4655997240916,16941056.0 +408.64,29.700000762939453,4935.0,0.015485510230064392,0.15081787109375,2.106800079345703,-0.013503254391252995,0.1836460828781128,0.7520627826452255,1035.0,264960.0,3540.7860473520122,16957440.0 +402.0,28.420000076293945,4890.0,0.012047998607158661,0.1346638947725296,2.0963919162750244,-0.009921536780893803,0.21067720651626587,0.7709613889455795,1036.0,265216.0,3544.1368604961317,16973824.0 +400.69,27.829999923706055,4915.0,0.017312167212367058,0.1554768830537796,2.105088472366333,-0.009816826321184635,0.2363402247428894,0.7087934911251068,1037.0,265472.0,3547.470675162971,16990208.0 +406.23,28.729999542236328,5041.0,0.013360772281885147,0.16595458984375,2.121483087539673,-0.01246384996920824,0.1407938152551651,0.8015616685152054,1038.0,265728.0,3550.7211454319768,17006592.0 +405.48,28.829999923706055,5072.0,0.010674823075532913,0.1306355744600296,2.1025304794311523,-0.010132660157978535,0.16515198349952698,0.7693887054920197,1039.0,265984.0,3553.9522896190174,17022976.0 +409.3,30.059999465942383,5112.0,0.008872267790138721,0.0884602889418602,2.109868288040161,-0.010695475153625011,0.18781356513500214,0.739722341299057,1040.0,266240.0,3557.157880559098,17039360.0 +407.99,29.270000457763672,4876.0,0.01276914868503809,0.1420084685087204,2.1176297664642334,-0.014762405306100845,0.16328668594360352,0.773713082075119,1041.0,266496.0,3560.5182119579986,17055744.0 +394.06,27.1200008392334,5017.0,0.01782296970486641,0.1595458984375,2.100062608718872,-0.010090307332575321,0.2959021329879761,0.6761000156402588,1042.0,266752.0,3563.7845237599686,17072128.0 +393.47,26.959999084472656,4937.0,0.00981307215988636,0.1150105819106102,2.144207715988159,-0.010322177782654762,0.2282065600156784,0.7185447812080383,1043.0,267008.0,3567.1039449430536,17088512.0 +389.28,26.93000030517578,4872.0,0.009496545419096947,0.096435546875,2.126070022583008,-0.010753951966762543,0.26685044169425964,0.6610381603240967,1044.0,267264.0,3570.467545251129,17104896.0 +392.21,27.729999542236328,4867.0,0.012651186436414719,0.1266682893037796,2.1278269290924072,-0.01095568761229515,0.18868617713451385,0.7369107902050018,1045.0,267520.0,3573.8341732770205,17121280.0 +396.8,28.93000030517578,4914.0,0.01281893253326416,0.160888671875,2.1408636569976807,-0.012731191702187061,0.15919777750968933,0.7646589130163193,1046.0,267776.0,3577.1722171120346,17137664.0 +399.31,28.809999465942383,5007.0,0.010380425490438938,0.12158203125,2.131279468536377,-0.010126861743628979,0.26552921533584595,0.6991433501243591,1047.0,268032.0,3580.444690624019,17154048.0 +407.16,29.81999969482422,4918.0,0.011431417427957058,0.1239217147231102,2.1539182662963867,-0.012156699784100056,0.12897491455078125,0.7923013120889664,1048.0,268288.0,3583.7769657170866,17170432.0 +400.7,29.5,4807.0,0.010910804383456707,0.1359659880399704,2.159240245819092,-0.009504809975624084,0.17877638339996338,0.6938053965568542,1049.0,268544.0,3587.1858992790803,17186816.0 +402.83,29.790000915527344,4901.0,0.014391808770596981,0.15618896484375,2.1411845684051514,-0.012098434381186962,0.17385126650333405,0.6973914206027985,1050.0,268800.0,3590.5296067849267,17203200.0 +404.88,29.239999771118164,4898.0,0.014204314909875393,0.1510823518037796,2.1548662185668945,-0.009785234928131104,0.1253059357404709,0.7828636914491653,1051.0,269056.0,3593.8748321831226,17219584.0 +400.94,27.639999389648438,4824.0,0.01629255898296833,0.16455078125,2.1518380641937256,-0.011665758676826954,0.24223537743091583,0.7043031752109528,1052.0,269312.0,3597.2718695690855,17235968.0 +406.25,28.43000030517578,5008.0,0.01348720584064722,0.1440633088350296,2.126598596572876,-0.0165188517421484,0.12716887891292572,0.795195147395134,1053.0,269568.0,3600.544120216975,17252352.0 +406.04,28.190000534057617,4939.0,0.00844747293740511,0.10137939453125,2.1179239749908447,-0.010910333134233952,0.19779552519321442,0.741698294878006,1054.0,269824.0,3603.861806863919,17268736.0 +408.61,29.020000457763672,4825.0,0.016050539910793304,0.15960693359375,2.1357126235961914,-0.01497615221887827,0.13573391735553741,0.7889118641614914,1055.0,270080.0,3607.2580778601114,17285120.0 +406.04,28.719999313354492,4907.0,0.014233443886041641,0.1478474885225296,2.1280503273010254,-0.012010038830339909,0.15854910016059875,0.7612584084272385,1056.0,270336.0,3610.5972261689603,17301504.0 +406.05,28.770000457763672,4942.0,0.014751404523849487,0.15899658203125,2.1192221641540527,-0.010153339244425297,0.1875678449869156,0.6805970072746277,1057.0,270592.0,3613.9134685650934,17317888.0 +402.64,28.549999237060547,4942.0,0.013496066443622112,0.1475830078125,2.1199779510498047,-0.012242312543094158,0.13451391458511353,0.7918288856744766,1058.0,270848.0,3617.2294698809274,17334272.0 +408.64,29.65999984741211,5117.0,0.013073813170194626,0.1486002653837204,2.1236915588378906,-0.012327633798122406,0.14247269928455353,0.7206092774868011,1059.0,271104.0,3620.4316192239057,17350656.0 +410.43,29.700000762939453,4885.0,0.01461740955710411,0.1455891877412796,2.0976507663726807,-0.013129954226315022,0.09299001097679138,0.8116142153739929,1060.0,271360.0,3623.785891368985,17367040.0 +413.26,30.100000381469727,4966.0,0.012955122627317905,0.1530558317899704,2.090864896774292,-0.013548452407121658,0.09648088365793228,0.7874637395143509,1061.0,271616.0,3627.0859866989776,17383424.0 +409.59,29.049999237060547,4777.0,0.013650685548782349,0.1472981721162796,2.1057963371276855,-0.01130726933479309,0.24661332368850708,0.6502705514431,1062.0,271872.0,3630.516352426028,17399808.0 +409.25,29.020000457763672,4818.0,0.01351981982588768,0.1310017853975296,2.1110177040100098,-0.009739330969750881,0.17388498783111572,0.7123538553714752,1063.0,272128.0,3633.9171113930643,17416192.0 +405.83,29.170000076293945,4842.0,0.016090819612145424,0.1666259765625,2.0968735218048096,-0.011806723661720753,0.14806951582431793,0.7546470761299133,1064.0,272384.0,3637.3047002670355,17432576.0 +412.1,29.3700008392334,4831.0,0.012264921329915524,0.1300862580537796,2.1224024295806885,-0.011353547684848309,0.19433291256427765,0.6821801662445068,1065.0,272640.0,3640.6964016759302,17448960.0 +413.25,29.260000228881836,5021.0,0.01184425875544548,0.1294759064912796,2.1210672855377197,-0.011443252675235271,0.08493342250585556,0.8223824799060822,1066.0,272896.0,3643.959794176044,17465344.0 +410.09,28.940000534057617,4841.0,0.01911260560154915,0.1644694060087204,2.12949275970459,-0.006731262896209955,0.20672351121902466,0.6672062575817108,1067.0,273152.0,3647.3446064901073,17481728.0 +399.1,28.010000228881836,4707.0,0.009689327329397202,0.1140340194106102,2.1296000480651855,-0.0085080461576581,0.2308853268623352,0.7180472314357758,1068.0,273408.0,3650.8254199759103,17498112.0 +402.51,28.260000228881836,4865.0,0.008029100485146046,0.08221435546875,2.125337839126587,-0.00843803957104683,0.17341668903827667,0.7702455073595047,1069.0,273664.0,3654.193708054954,17514496.0 +394.21,28.65999984741211,4966.0,0.009473021142184734,0.1073201522231102,2.12907338142395,-0.009950492531061172,0.25375837087631226,0.616738349199295,1070.0,273920.0,3657.493428532034,17530880.0 +394.22,29.15999984741211,4861.0,0.01279348786920309,0.13897705078125,2.137434482574463,-0.010362661443650723,0.1848873347043991,0.705152839422226,1071.0,274176.0,3660.863976086024,17547264.0 +395.18,29.059999465942383,4911.0,0.010903253220021725,0.11663818359375,2.142333745956421,-0.01010844111442566,0.20603437721729279,0.7239413261413574,1072.0,274432.0,3664.2007715019863,17563648.0 +407.42,29.639999389648438,4916.0,0.008987730368971825,0.0861002579331398,2.123722553253174,-0.009676182642579079,0.1849803477525711,0.7472411692142487,1073.0,274688.0,3667.533523234073,17580032.0 +409.34,29.3799991607666,4790.0,0.01122621726244688,0.1074015274643898,2.1274306774139404,-0.010885299183428288,0.18958641588687897,0.7307844460010529,1074.0,274944.0,3670.9541884381324,17596416.0 +411.58,29.190000534057617,4931.0,0.011262805201113224,0.1179606094956398,2.1485273838043213,-0.01077930349856615,0.15910591185092926,0.7369514405727386,1075.0,275200.0,3674.277352992911,17612800.0 +402.51,28.360000610351562,4677.0,0.009402782656252384,0.1100056990981102,2.1216776371002197,-0.010557045228779316,0.1953173279762268,0.7220039665699005,1076.0,275456.0,3677.7809406709857,17629184.0 +404.66,29.170000076293945,4953.0,0.008973963558673859,0.08502197265625,2.12052845954895,-0.010907418094575405,0.14518426358699799,0.7779551297426224,1077.0,275712.0,3681.0893936960492,17645568.0 +400.07,28.739999771118164,4896.0,0.01152478251606226,0.1153157576918602,2.1243860721588135,-0.009021460078656673,0.26686403155326843,0.6489148437976837,1078.0,275968.0,3684.436140933074,17661952.0 +393.51,28.09000015258789,4834.0,0.013356554321944714,0.1533203125,2.150299072265625,-0.010053862817585468,0.2429007738828659,0.6502828299999237,1079.0,276224.0,3687.82582588098,17678336.0 +392.14,28.059999465942383,4972.0,0.013153976760804653,0.1465047150850296,2.1271884441375732,-0.011602056212723255,0.14602936804294586,0.7438779771327972,1080.0,276480.0,3691.12179345591,17694720.0 +405.4,29.559999465942383,4870.0,0.012448187917470932,0.141357421875,2.1326797008514404,-0.012432991527020931,0.100770503282547,0.7990009933710098,1081.0,276736.0,3694.486543725012,17711104.0 +408.85,29.459999084472656,4861.0,0.013889859430491924,0.1422322541475296,2.1156022548675537,-0.013247820548713207,0.21632446348667145,0.6925517916679382,1082.0,276992.0,3697.85742447502,17727488.0 +405.65,29.459999084472656,4912.0,0.01140033733099699,0.113037109375,2.1121184825897217,-0.008970001712441444,0.18947453796863556,0.7369570732116699,1083.0,277248.0,3701.193434945075,17743872.0 +398.74,28.1200008392334,4805.0,0.01476187352091074,0.147216796875,2.1266167163848877,-0.011687344871461391,0.3125510811805725,0.6191448271274567,1084.0,277504.0,3704.6040477370843,17760256.0 +408.63,29.31999969482422,4901.0,0.010836809873580933,0.1195475235581398,2.1347460746765137,-0.010888987220823765,0.1241719052195549,0.7707297205924988,1085.0,277760.0,3707.9479248151183,17776640.0 +412.4,29.559999465942383,4995.0,0.0144612742587924,0.15814208984375,2.119900941848755,-0.013383063487708569,0.10643600672483444,0.8164463341236115,1086.0,278016.0,3711.2289299429394,17793024.0 +402.88,28.579999923706055,4907.0,0.013964205048978329,0.146728515625,2.1525065898895264,-0.009716536849737167,0.2618997097015381,0.6598139405250549,1087.0,278272.0,3714.568577813916,17809408.0 +400.27,27.950000762939453,4830.0,0.011235621757805347,0.12451171875,2.1490395069122314,-0.011117830872535706,0.2416030764579773,0.6861346364021301,1088.0,278528.0,3717.960888393922,17825792.0 +394.35,27.469999313354492,4981.0,0.012739676050841808,0.1433919221162796,2.1527163982391357,-0.011616058647632599,0.23989176750183105,0.6566746234893799,1089.0,278784.0,3721.250722995028,17842176.0 +399.96,27.940000534057617,4906.0,0.01382844801992178,0.1411336213350296,2.1337859630584717,-0.009171738289296627,0.23388679325580597,0.6966640055179596,1090.0,279040.0,3724.591510326136,17858560.0 +405.77,28.489999771118164,4871.0,0.011406496167182922,0.1391194611787796,2.154038190841675,-0.009479586035013199,0.1880832463502884,0.7219982147216797,1091.0,279296.0,3727.955243187025,17874944.0 +399.22,28.68000030517578,4665.0,0.010762404650449753,0.1104939803481102,2.149059295654297,-0.008375064469873905,0.27566322684288025,0.6643606722354889,1092.0,279552.0,3731.467502105981,17891328.0 +402.95,29.059999465942383,4759.0,0.00963504333049059,0.11163330078125,2.1527340412139893,-0.006649439688771963,0.16546761989593506,0.7373767495155334,1093.0,279808.0,3734.911141775083,17907712.0 +399.85,28.81999969482422,4964.0,0.009058704599738121,0.1051228865981102,2.144446849822998,-0.012788351625204086,0.1580173522233963,0.7291895151138306,1094.0,280064.0,3738.212739256909,17924096.0 +399.94,28.280000686645508,4902.0,0.012247643433511257,0.1089884415268898,2.1413660049438477,-0.010294495150446892,0.3075597286224365,0.6355584859848022,1095.0,280320.0,3741.555242748931,17940480.0 +393.43,27.93000030517578,4884.0,0.01373846735805273,0.1629842072725296,2.1490752696990967,-0.010569780133664608,0.25343236327171326,0.6208177208900452,1096.0,280576.0,3744.910477708094,17956864.0 +393.27,27.969999313354492,4800.0,0.010954062454402447,0.1152750626206398,2.143232583999634,-0.012708541937172413,0.19817596673965454,0.7432692646980286,1097.0,280832.0,3748.3239878399763,17973248.0 +397.42,28.40999984741211,4830.0,0.012759101577103138,0.14056396484375,2.143733024597168,-0.011471386067569256,0.13994812965393066,0.7714243978261948,1098.0,281088.0,3751.7165476649534,17989632.0 +400.44,28.360000610351562,4682.0,0.013622097671031952,0.1357218474149704,2.1368906497955322,-0.006974035874009132,0.3237132728099823,0.5935525894165039,1099.0,281344.0,3755.216088261921,18006016.0 +402.26,28.25,5031.0,0.010860465466976166,0.1288045197725296,2.116664409637451,-0.01633899100124836,0.07096365839242935,0.8403922915458679,1100.0,281600.0,3758.4734700401314,18022400.0 +403.98,28.809999465942383,4836.0,0.010709072463214397,0.1221110001206398,2.1052944660186768,-0.01143720094114542,0.12740863859653473,0.7947694212198257,1101.0,281856.0,3761.862208022969,18038784.0 +416.29,30.059999465942383,4814.0,0.009453711099922657,0.1142781600356102,2.109606981277466,-0.010881776921451092,0.161770299077034,0.7762767970561981,1102.0,282112.0,3765.266074300045,18055168.0 +406.61,29.469999313354492,5021.0,0.011186239309608936,0.1144205704331398,2.1146440505981445,-0.008960812352597713,0.2350940704345703,0.7172199189662933,1103.0,282368.0,3768.530423071934,18071552.0 +405.63,29.229999542236328,4809.0,0.00964778009802103,0.1097208634018898,2.111149549484253,-0.010519041679799557,0.11575007438659668,0.8216554373502731,1104.0,282624.0,3771.9377248450182,18087936.0 +401.81,29.030000686645508,4978.0,0.013573833741247654,0.1546834260225296,2.1313223838806152,-0.008406451903283596,0.23716656863689423,0.7142690718173981,1105.0,282880.0,3775.2297949350905,18104320.0 +396.86,28.139999389648438,4881.0,0.012203914113342762,0.1294352263212204,2.100635528564453,-0.009663205593824387,0.22945880889892578,0.7638794183731079,1106.0,283136.0,3778.587041666964,18120704.0 +398.34,28.6200008392334,4839.0,0.014240448363125324,0.1649373322725296,2.1139461994171143,-0.01152164489030838,0.22261391580104828,0.7103415429592133,1107.0,283392.0,3781.973598083947,18137088.0 +394.49,28.809999465942383,4349.0,0.015800686553120613,0.1595662385225296,2.1163170337677,-0.013075447641313076,0.17060203850269318,0.7515971809625626,1108.0,283648.0,3785.7415294309612,18153472.0 +398.84,29.139999389648438,4301.0,0.0163239948451519,0.1756998747587204,2.1143481731414795,-0.010219362564384937,0.2911257743835449,0.716355174779892,1109.0,283904.0,3789.5512392590754,18169856.0 +396.78,28.709999084472656,4344.0,0.007818729616701603,0.0717569962143898,2.139063596725464,-0.009950975887477398,0.22453022003173828,0.7290900349617004,1110.0,284160.0,3793.323443147121,18186240.0 +390.98,28.520000457763672,4492.0,0.008299565874040127,0.0956014022231102,2.1401379108428955,-0.012342494912445545,0.22492043673992157,0.7368594408035278,1111.0,284416.0,3796.971219731029,18202624.0 +393.62,27.8799991607666,4503.0,0.012493292801082134,0.1476033478975296,2.1246085166931152,-0.01171624381095171,0.19444036483764648,0.7392325699329376,1112.0,284672.0,3800.610387000954,18219008.0 +407.35,28.93000030517578,4728.0,0.011747208423912525,0.1369221955537796,2.1096060276031494,-0.014006898738443851,0.13944412767887115,0.7980007529258728,1113.0,284928.0,3804.076218863018,18235392.0 +404.15,28.600000381469727,4318.0,0.013347349129617214,0.1720377653837204,2.126136541366577,-0.008701379410922527,0.20072303712368011,0.767105832695961,1114.0,285184.0,3807.871122460114,18251776.0 +385.16,26.8700008392334,4539.0,0.011598996818065643,0.1429443359375,2.109849214553833,-0.005551302805542946,0.4551445543766022,0.5690140128135681,1115.0,285440.0,3811.4809509909246,18268160.0 +389.13,27.100000381469727,4472.0,0.010859272442758083,0.1246744766831398,2.1517186164855957,-0.009745524264872074,0.1765795797109604,0.7527665495872498,1116.0,285696.0,3815.144449990941,18284544.0 +394.28,27.06999969482422,4486.0,0.011578903533518314,0.1269124299287796,2.135936975479126,-0.008505082689225674,0.3175792098045349,0.6464961469173431,1117.0,285952.0,3818.7972777190153,18300928.0 +402.55,27.8799991607666,4411.0,0.007310319691896439,0.078369140625,2.172060012817383,-0.011977974325418472,0.15707582235336304,0.8172303587198257,1118.0,286208.0,3822.512257717084,18317312.0 +395.06,27.350000381469727,4705.0,0.008990642614662647,0.07586669921875,2.1396946907043457,-0.009080602787435055,0.3216487765312195,0.6923574209213257,1119.0,286464.0,3825.994953338988,18333696.0 +398.15,27.93000030517578,5062.0,0.01070327591150999,0.11151123046875,2.1420929431915283,-0.01121476199477911,0.14414484798908234,0.8359618186950684,1120.0,286720.0,3829.237279851921,18350080.0 +401.47,28.270000457763672,4887.0,0.009059818461537361,0.1081339493393898,2.1243197917938232,-0.013729224912822247,0.19304196536540985,0.7594652622938156,1121.0,286976.0,3832.590599200921,18366464.0 +408.95,28.56999969482422,4739.0,0.01291304174810648,0.1369832307100296,2.1233744621276855,-0.012618198990821838,0.17412318289279938,0.7811747938394547,1122.0,287232.0,3836.047837449005,18382848.0 +413.96,29.860000610351562,4881.0,0.013704302720725536,0.1554158478975296,2.123415231704712,-0.014113468118011951,0.11113791912794113,0.8528024107217789,1123.0,287488.0,3839.4050637020264,18399232.0 +413.35,29.440000534057617,4952.0,0.01207743864506483,0.1508992463350296,2.1042568683624268,-0.009536541067063808,0.24895219504833221,0.7384006083011627,1124.0,287744.0,3842.7143794910517,18415616.0 +414.5,29.270000457763672,4903.0,0.010414915159344673,0.1246134415268898,2.1391561031341553,-0.014737672172486782,0.10533002763986588,0.8417743146419525,1125.0,288000.0,3846.0574364669155,18432000.0 +408.86,28.489999771118164,4896.0,0.012360149063169956,0.1292521208524704,2.1179685592651367,-0.010458516888320446,0.2475375533103943,0.7214268445968628,1126.0,288256.0,3849.4039849750698,18448384.0 +407.09,28.780000686645508,5061.0,0.012755931355059147,0.1442057341337204,2.1434662342071533,-0.012389312498271465,0.15680967271327972,0.7488175332546234,1127.0,288512.0,3852.641915010987,18464768.0 +413.36,29.65999984741211,4900.0,0.012530818581581116,0.14886474609375,2.1319525241851807,-0.015482466667890549,0.10155060142278671,0.8268883973360062,1128.0,288768.0,3855.9858885039575,18481152.0 +416.06,30.40999984741211,4789.0,0.011753113009035587,0.1471150666475296,2.140263557434082,-0.017040083184838295,0.08226476609706879,0.8698464184999466,1129.0,289024.0,3859.4075524311047,18497536.0 +416.39,30.350000381469727,4872.0,0.016655333340168,0.1909383088350296,2.105429172515869,-0.005339464638382196,0.20510119199752808,0.7506816983222961,1130.0,289280.0,3862.7706631459296,18513920.0 +404.71,28.389999389648438,4845.0,0.015615872107446194,0.1747029572725296,2.109680652618408,-0.008234416134655476,0.305041640996933,0.6509754359722137,1131.0,289536.0,3866.15228160494,18530304.0 +396.83,27.219999313354492,4721.0,0.010589155368506908,0.1244913712143898,2.133328914642334,-0.011566144414246082,0.2886323928833008,0.7176826000213623,1132.0,289792.0,3869.6231985751074,18546688.0 +402.16,27.6299991607666,4856.0,0.01833735592663288,0.17547607421875,2.1252596378326416,-0.007916773669421673,0.23285509645938873,0.7246977388858795,1133.0,290048.0,3872.997155634919,18563072.0 +405.05,27.809999465942383,4976.0,0.011522150598466396,0.1365966796875,2.1211447715759277,-0.009248082526028156,0.22888092696666718,0.7655991464853287,1134.0,290304.0,3876.2898807830643,18579456.0 +412.14,29.799999237060547,4844.0,0.007369654253125191,0.08160400390625,2.116060256958008,-0.011066691018640995,0.13335415720939636,0.8146735578775406,1135.0,290560.0,3879.6725426600315,18595840.0 +412.06,30.639999389648438,4806.0,0.011882319115102291,0.1370035856962204,2.1089608669281006,-0.00878248643130064,0.22762171924114227,0.7345477044582367,1136.0,290816.0,3883.0821364899166,18612224.0 +403.46,28.639999389648438,4967.0,0.0116255609318614,0.1428629606962204,2.1087148189544678,-0.009231364354491234,0.304747611284256,0.6351640224456787,1137.0,291072.0,3886.381069466006,18628608.0 +399.52,27.799999237060547,4672.0,0.011379341594874859,0.12664794921875,2.112678289413452,-0.010462400503456593,0.22085817158222198,0.7049570679664612,1138.0,291328.0,3889.888025822118,18644992.0 +406.25,28.40999984741211,4845.0,0.010720513761043549,0.1252644807100296,2.0982184410095215,-0.012848607264459133,0.17078979313373566,0.7618985921144485,1139.0,291584.0,3893.2753699899185,18661376.0 +408.73,28.479999542236328,4896.0,0.012371991761028767,0.1309407502412796,2.11462664604187,-0.012094537727534771,0.20962540805339813,0.7170651853084564,1140.0,291840.0,3896.6219755071215,18677760.0 +397.71,28.200000762939453,4983.0,0.011788086034357548,0.1490885466337204,2.110852003097534,-0.006865191739052534,0.3102032542228699,0.6516286432743073,1141.0,292096.0,3899.9107124260627,18694144.0 +395.98,28.719999313354492,5014.0,0.01619904302060604,0.17364501953125,2.111884593963623,-0.011628828942775726,0.1490219086408615,0.7849215418100357,1142.0,292352.0,3903.178887078073,18710528.0 +402.35,29.110000610351562,5001.0,0.014040729962289333,0.16485595703125,2.12373685836792,-0.01026095636188984,0.21331602334976196,0.6891856491565704,1143.0,292608.0,3906.4556358659174,18726912.0 +407.5,30.25,4934.0,0.012836091220378876,0.1424967497587204,2.0996131896972656,-0.015975436195731163,0.0850561186671257,0.8356105089187622,1144.0,292864.0,3909.7765507139266,18743296.0 +412.05,29.850000381469727,4958.0,0.012802897952497005,0.1422322541475296,2.1089096069335938,-0.0129726966843009,0.14738328754901886,0.7812731266021729,1145.0,293120.0,3913.0811804740224,18759680.0 +408.58,29.489999771118164,4814.0,0.015624399296939373,0.12384033203125,2.097947359085083,-0.008114895783364773,0.22031229734420776,0.7162626385688782,1146.0,293376.0,3916.4847256699577,18776064.0 +398.84,28.350000381469727,5006.0,0.009061929769814014,0.1051228865981102,2.1063826084136963,-0.010274957865476608,0.2827301621437073,0.6052177250385284,1147.0,293632.0,3919.758039674023,18792448.0 +407.01,28.299999237060547,5073.0,0.011217985302209854,0.1247151717543602,2.0936615467071533,-0.012932677753269672,0.17054925858974457,0.7956802099943161,1148.0,293888.0,3922.9878433160484,18808832.0 +404.51,28.280000686645508,4692.0,0.009734836407005787,0.1155598983168602,2.1127970218658447,-0.014616861939430237,0.1229020431637764,0.8073419332504272,1149.0,294144.0,3926.4800337690394,18825216.0 +408.86,28.950000762939453,4956.0,0.011947556398808956,0.14190673828125,2.0746641159057617,-0.014227594248950481,0.19910602271556854,0.7578509300947189,1150.0,294400.0,3929.7864379601087,18841600.0 +400.99,28.059999465942383,4938.0,0.0133458087220788,0.15252685546875,2.0906853675842285,-0.012425453402101994,0.1991666555404663,0.7289899289608002,1151.0,294656.0,3933.1045585549437,18857984.0 +396.35,27.850000381469727,4910.0,0.013155697844922543,0.1302286833524704,2.0805397033691406,-0.011021760292351246,0.25128528475761414,0.7005158960819244,1152.0,294912.0,3936.442171829054,18874368.0 +398.85,28.079999923706055,4979.0,0.008598633110523224,0.0960896834731102,2.103656530380249,-0.008865461684763432,0.17296569049358368,0.757314994931221,1153.0,295168.0,3939.733816839056,18890752.0 +410.48,29.09000015258789,4814.0,0.009352135471999645,0.10546875,2.0830323696136475,-0.014362752437591553,0.13844335079193115,0.7992713153362274,1154.0,295424.0,3943.1378585810307,18907136.0 +406.63,28.84000015258789,4942.0,0.010670798830688,0.1192220076918602,2.0742812156677246,-0.011053911410272121,0.17731942236423492,0.7379920482635498,1155.0,295680.0,3946.453745189123,18923520.0 +408.07,29.389999389648438,4980.0,0.016787508502602577,0.175048828125,2.097808837890625,-0.013404563069343567,0.1742868274450302,0.753333330154419,1156.0,295936.0,3949.7439402160235,18939904.0 +406.56,29.610000610351562,4884.0,0.012639661319553852,0.1409912109375,2.087218999862671,-0.01390512939542532,0.10728999972343445,0.8063383996486664,1157.0,296192.0,3953.102666367078,18956288.0 +413.17,30.520000457763672,4798.0,0.014981403015553951,0.1541544646024704,2.074993371963501,-0.01402945164591074,0.10352417081594467,0.8109410405158997,1158.0,296448.0,3956.5178167640697,18972672.0 +416.21,30.479999542236328,4653.0,0.013501584529876709,0.16815185546875,2.090116262435913,-0.01700577326118946,0.09199199825525284,0.8504872620105743,1159.0,296704.0,3960.039344873978,18989056.0 +413.59,29.25,5140.0,0.0140322120860219,0.16632080078125,2.0844380855560303,-0.01046620961278677,0.16222083568572998,0.7491287887096405,1160.0,296960.0,3963.22727851104,19005440.0 +405.76,28.979999542236328,4890.0,0.01669848896563053,0.2069091796875,2.0796492099761963,-0.011495184153318405,0.17554455995559692,0.7297869324684143,1161.0,297216.0,3966.578579245135,19021824.0 +409.81,29.56999969482422,4870.0,0.011820805259048939,0.13311767578125,2.0970306396484375,-0.014415168203413486,0.11063394695520401,0.8057136088609695,1162.0,297472.0,3969.9435562959407,19038208.0 +414.95,29.959999084472656,4858.0,0.01351871807128191,0.14788818359375,2.0955824851989746,-0.015185792930424213,0.13922367990016937,0.7649136334657669,1163.0,297728.0,3973.3164248419926,19054592.0 +414.52,29.979999542236328,4911.0,0.011805485002696514,0.1409098356962204,2.089451551437378,-0.012622207403182983,0.1389969140291214,0.7585278153419495,1164.0,297984.0,3976.6529200561345,19070976.0 +414.46,29.059999465942383,4823.0,0.013097532093524933,0.15155029296875,2.090484142303467,-0.012666446156799793,0.13155990839004517,0.7799565643072128,1165.0,298240.0,3980.0498787020333,19087360.0 +411.97,28.690000534057617,4822.0,0.012975674122571945,0.1347859650850296,2.110419988632202,-0.010647718794643879,0.24212370812892914,0.6814336478710175,1166.0,298496.0,3983.448246603133,19103744.0 +412.45,28.739999771118164,4998.0,0.01280918251723051,0.14605712890625,2.115766763687134,-0.01235483679920435,0.1501535326242447,0.7545150369405746,1167.0,298752.0,3986.726783889113,19120128.0 +410.97,29.790000915527344,4820.0,0.012574666179716587,0.1545817106962204,2.1162965297698975,-0.01469074934720993,0.15073302388191223,0.7854425460100174,1168.0,299008.0,3990.126020736061,19136512.0 +400.36,29.43000030517578,4687.0,0.014561861753463745,0.1623738557100296,2.1108133792877197,-0.009142763912677765,0.26187974214553833,0.6729934811592102,1169.0,299264.0,3993.622139042942,19152896.0 +391.97,27.600000381469727,4855.0,0.009624267928302288,0.1083577498793602,2.096315860748291,-0.010926718823611736,0.27120622992515564,0.6698566377162933,1170.0,299520.0,3996.997593116015,19169280.0 +398.82,27.75,4711.0,0.010290124453604221,0.10772705078125,2.133639097213745,-0.01179551798850298,0.17248159646987915,0.7497715950012207,1171.0,299776.0,4000.4755951149855,19185664.0 +398.32,28.239999771118164,5025.0,0.014294619672000408,0.1553548127412796,2.11722993850708,-0.01201582606881857,0.1372269093990326,0.7540670931339264,1172.0,300032.0,4003.736734000966,19202048.0 +400.33,29.270000457763672,4809.0,0.010331780649721622,0.1283772736787796,2.112830877304077,-0.011184313334524632,0.21832215785980225,0.7169305682182312,1173.0,300288.0,4007.144174779067,19218432.0 +403.86,29.479999542236328,4898.0,0.014426945708692074,0.1558634489774704,2.1371099948883057,-0.01340697705745697,0.14542220532894135,0.7624336779117584,1174.0,300544.0,4010.4893261760008,19234816.0 +403.06,27.860000610351562,4839.0,0.011369791813194752,0.1401774138212204,2.124377727508545,-0.010095261968672276,0.2389654666185379,0.7195406854152679,1175.0,300800.0,4013.875538577093,19251200.0 +408.01,28.360000610351562,4791.0,0.010679311119019985,0.1247762069106102,2.1221299171447754,-0.014160561375319958,0.1309533268213272,0.7990140467882156,1176.0,301056.0,4017.295449885074,19267584.0 +407.47,28.969999313354492,4780.0,0.010498027317225933,0.1190592423081398,2.1251089572906494,-0.007603670936077833,0.19728153944015503,0.7519938498735428,1177.0,301312.0,4020.7238459989894,19283968.0 +403.18,28.559999465942383,4842.0,0.007427357602864504,0.07989501953125,2.1349074840545654,-0.008073241449892521,0.2620600759983063,0.6343841552734375,1178.0,301568.0,4024.1121372010093,19300352.0 +394.4,28.020000457763672,4890.0,0.009945436380803585,0.1097615584731102,2.148847818374634,-0.011686728335916996,0.26766878366470337,0.6112407147884369,1179.0,301824.0,4027.4632271530572,19316736.0 +384.48,26.989999771118164,4788.0,0.015222110785543919,0.1404215544462204,2.1355607509613037,-0.009222718887031078,0.2569901645183563,0.6395712792873383,1180.0,302080.0,4030.8857913149986,19333120.0 +396.09,28.15999984741211,4881.0,0.009258049540221691,0.1070963516831398,2.1454672813415527,-0.013487052172422409,0.21923653781414032,0.7346615493297577,1181.0,302336.0,4034.242909783032,19349504.0 +394.91,28.280000686645508,5029.0,0.01019990909844637,0.1216227188706398,2.126804828643799,-0.008363018743693829,0.19091032445430756,0.7395827174186707,1182.0,302592.0,4037.501366719138,19365888.0 +401.82,29.040000915527344,4862.0,0.01397405844181776,0.1486002653837204,2.1259005069732666,-0.012735367752611637,0.13976450264453888,0.7463117837905884,1183.0,302848.0,4040.8716879531275,19382272.0 +406.94,29.09000015258789,4883.0,0.016022615134716034,0.1893107146024704,2.1201844215393066,-0.008044489659368992,0.2010125070810318,0.7061901390552521,1184.0,303104.0,4044.227402476128,19398656.0 +411.35,29.690000534057617,4782.0,0.014721269719302654,0.17303466796875,2.130094051361084,-0.016035886481404305,0.06826838850975037,0.8331086188554764,1185.0,303360.0,4047.654037785018,19415040.0 +406.47,29.010000228881836,4928.0,0.01563785783946514,0.1543986052274704,2.108922004699707,-0.010819866321980953,0.251828670501709,0.6776584982872009,1186.0,303616.0,4050.979443850927,19431424.0 +399.64,28.530000686645508,4924.0,0.010805527679622173,0.125732421875,2.131436824798584,-0.010375146754086018,0.22986753284931183,0.6645452380180359,1187.0,303872.0,4054.3072309729178,19447808.0 +393.49,27.84000015258789,4899.0,0.013005443848669529,0.1498209685087204,2.1348745822906494,-0.00878551322966814,0.2484504133462906,0.6600518822669983,1188.0,304128.0,4057.651823014021,19464192.0 +398.17,28.139999389648438,5028.0,0.010436959564685822,0.12762451171875,2.1636078357696533,-0.011527842842042446,0.12564150989055634,0.78795225918293,1189.0,304384.0,4060.9105111309327,19480576.0 +388.42,27.3799991607666,4883.0,0.013393905945122242,0.1347859650850296,2.121835947036743,-0.00959050003439188,0.3095524311065674,0.6350688636302948,1190.0,304640.0,4064.2661973400973,19496960.0 +391.06,27.479999542236328,4912.0,0.01882212609052658,0.19195556640625,2.1244523525238037,-0.006885493639856577,0.275362104177475,0.6359386444091797,1191.0,304896.0,4067.6021055551246,19513344.0 +388.17,26.799999237060547,4906.0,0.013406901620328426,0.1383260041475296,2.1283557415008545,-0.01104116439819336,0.21904124319553375,0.6959228813648224,1192.0,305152.0,4070.9419924009126,19529728.0 +397.32,27.809999465942383,4849.0,0.012240476906299591,0.14178466796875,2.137662410736084,-0.010384977795183659,0.19009888172149658,0.7307766973972321,1193.0,305408.0,4074.321199886035,19546112.0 +396.54,27.06999969482422,4803.0,0.011762355454266071,0.1418050080537796,2.1550281047821045,-0.010743561200797558,0.3395639657974243,0.6831427812576294,1194.0,305664.0,4077.732527099084,19562496.0 +400.47,27.8799991607666,4803.0,0.01236333604902029,0.14178466796875,2.1292431354522705,-0.01425886619836092,0.14752505719661713,0.7288434505462646,1195.0,305920.0,4081.1441318599973,19578880.0 +403.15,28.889999389648438,4918.0,0.016311831772327423,0.1663614958524704,2.137819766998291,-0.013327346183359623,0.1652342826128006,0.7774746865034103,1196.0,306176.0,4084.4761858419515,19595264.0 +408.22,29.899999618530273,4765.0,0.014109037816524506,0.146728515625,2.130640745162964,-0.015688493847846985,0.08496826887130737,0.7971149981021881,1197.0,306432.0,4087.9147246719804,19611648.0 +410.06,30.1299991607666,4860.0,0.01424590963870287,0.1621500700712204,2.148542642593384,-0.01574012264609337,0.10765134543180466,0.7838216572999954,1198.0,306688.0,4091.2875944010448,19628032.0 +412.93,29.8700008392334,5033.0,0.012771974317729473,0.1475423127412796,2.1397101879119873,-0.012906163930892944,0.13272574543952942,0.732816070318222,1199.0,306944.0,4094.5433146730065,19644416.0 +408.12,29.100000381469727,4849.0,0.013103705830872059,0.1511637419462204,2.162381410598755,-0.011290495283901691,0.18154479563236237,0.7140487134456635,1200.0,307200.0,4097.922690527979,19660800.0 +408.95,28.440000534057617,4937.0,0.011333460919559002,0.1144612655043602,2.116407632827759,-0.010425951331853867,0.16846443712711334,0.7133713364601135,1201.0,307456.0,4101.241346603027,19677184.0 +403.08,27.540000915527344,4754.0,0.017078565433621407,0.1690470427274704,2.145582914352417,-0.009898542426526546,0.2616322934627533,0.6740774810314178,1202.0,307712.0,4104.688293501968,19693568.0 +399.11,27.75,4996.0,0.016843199729919434,0.1536661833524704,2.1328189373016357,-0.012063629925251007,0.20157580077648163,0.6683732271194458,1203.0,307968.0,4107.968324583955,19709952.0 +406.33,28.549999237060547,4768.0,0.019453110173344612,0.1832682341337204,2.127774477005005,-0.014826246537268162,0.1072811558842659,0.7730638086795807,1204.0,308224.0,4111.404914610088,19726336.0 +400.7,27.8799991607666,4826.0,0.017635537311434746,0.166015625,2.1334288120269775,-0.009343032725155354,0.25868168473243713,0.5935732126235962,1205.0,308480.0,4114.800453351112,19742720.0 +400.57,27.989999771118164,4766.0,0.0148164639249444,0.1493326872587204,2.1444218158721924,-0.00777026079595089,0.17414475977420807,0.6990998387336731,1206.0,308736.0,4118.238417295041,19759104.0 +399.68,28.469999313354492,4870.0,0.016268406063318253,0.1761881560087204,2.1335437297821045,-0.012362472712993622,0.21359021961688995,0.6288464069366455,1207.0,308992.0,4121.603197250981,19775488.0 +400.71,28.989999771118164,4778.0,0.014510512351989746,0.1611735075712204,2.1364099979400635,-0.014194801449775696,0.14388631284236908,0.7323768436908722,1208.0,309248.0,4125.032361769117,19791872.0 +406.73,30.170000076293945,4747.0,0.012735490687191486,0.1582438200712204,2.128450632095337,-0.01706468127667904,0.08205617964267731,0.794460266828537,1209.0,309504.0,4128.484217962017,19808256.0 +408.73,30.020000457763672,4992.0,0.012124045751988888,0.1466878205537796,2.108996629714966,-0.012116593308746815,0.11846592277288437,0.7854901850223541,1210.0,309760.0,4131.766596016008,19824640.0 +411.85,30.549999237060547,4971.0,0.016904285177588463,0.1421101838350296,2.1156604290008545,-0.013251318596303463,0.09401417523622513,0.7919758707284927,1211.0,310016.0,4135.062955128029,19841024.0 +405.33,29.1200008392334,4799.0,0.01567899063229561,0.1980387419462204,2.108809232711792,-0.009147762320935726,0.3015948235988617,0.5961677134037018,1212.0,310272.0,4138.4771019229665,19857408.0 +405.84,28.600000381469727,4822.0,0.012026225216686726,0.1383870393037796,2.1345226764678955,-0.013223432004451752,0.1676914095878601,0.7301079034805298,1213.0,310528.0,4141.875289811054,19873792.0 +407.37,28.75,4937.0,0.01354790199548006,0.1214599609375,2.1332521438598633,-0.012410965748131275,0.18151462078094482,0.655176192522049,1214.0,310784.0,4145.19412817806,19890176.0 +405.94,28.559999465942383,4908.0,0.013059386052191257,0.133544921875,2.1169703006744385,-0.011972609907388687,0.1968286633491516,0.65888711810112,1215.0,311040.0,4148.532873657998,19906560.0 +402.88,28.459999084472656,4913.0,0.012381956912577152,0.11767578125,2.123122453689575,-0.009121115319430828,0.2109154611825943,0.6789244115352631,1216.0,311296.0,4151.8682716370095,19922944.0 +401.9,29.100000381469727,4882.0,0.010145754553377628,0.1173095703125,2.1329171657562256,-0.015610530972480774,0.07550957053899765,0.8116125911474228,1217.0,311552.0,4155.227154252119,19939328.0 +401.07,29.829999923706055,4882.0,0.01635678857564926,0.1802164763212204,2.126922845840454,-0.010918707586824894,0.15941710770130157,0.7138849794864655,1218.0,311808.0,4158.583478800021,19955712.0 +401.28,29.09000015258789,4728.0,0.015317481011152267,0.1695760041475296,2.1349399089813232,-0.011677096597850323,0.2067280262708664,0.7166689038276672,1219.0,312064.0,4162.049517603125,19972096.0 +397.1,27.959999084472656,4776.0,0.016639376059174538,0.1705322265625,2.1104400157928467,-0.012500845827162266,0.2139035016298294,0.6813915371894836,1220.0,312320.0,4165.480607155943,19988480.0 +404.69,28.40999984741211,4892.0,0.011324753053486347,0.1448567658662796,2.1182291507720947,-0.009484224952757359,0.17846600711345673,0.7053104937076569,1221.0,312576.0,4168.829793818062,20004864.0 +410.51,29.040000915527344,4711.0,0.013163194991648197,0.1536458283662796,2.128005266189575,-0.014036368578672409,0.17313247919082642,0.7287431955337524,1222.0,312832.0,4172.307834078092,20021248.0 +405.05,27.920000076293945,4880.0,0.011656309477984905,0.1275431364774704,2.102818727493286,-0.012016595341265202,0.2909626364707947,0.6167870163917542,1223.0,313088.0,4175.6659693981055,20037632.0 +396.1,27.1200008392334,4919.0,0.012204139493405819,0.1335856169462204,2.1260578632354736,-0.01252791192382574,0.19874344766139984,0.7147188484668732,1224.0,313344.0,4178.99752080394,20054016.0 +395.68,27.520000457763672,4931.0,0.012689699418842793,0.14935302734375,2.1134331226348877,-0.012960518710315228,0.18455344438552856,0.7300181984901428,1225.0,313600.0,4182.320581886917,20070400.0 +398.11,27.75,4791.0,0.01222116220742464,0.1417032927274704,2.11164927482605,-0.011624504812061787,0.18771302700042725,0.7148199677467346,1226.0,313856.0,4185.740818331949,20086784.0 +393.0,27.40999984741211,4927.0,0.013432740233838558,0.1541951447725296,2.076570749282837,-0.011027447879314423,0.26046767830848694,0.6334352195262909,1227.0,314112.0,4189.066431178944,20103168.0 +388.28,27.56999969482422,4904.0,0.011764244176447392,0.12823486328125,2.08085036277771,-0.012522459961473942,0.1541384905576706,0.7518814355134964,1228.0,314368.0,4192.40819737711,20119552.0 +405.58,29.420000076293945,4953.0,0.015626654028892517,0.1704915314912796,2.049278497695923,-0.013044244609773159,0.17239104211330414,0.7077726721763611,1229.0,314624.0,4195.716534442967,20135936.0 +414.14,30.270000457763672,4740.0,0.014148406684398651,0.16558837890625,2.03678297996521,-0.013962112367153168,0.15015040338039398,0.7445696294307709,1230.0,314880.0,4199.1734684100375,20152320.0 +414.14,30.200000762939453,4789.0,0.012008856050670147,0.1431884765625,2.047612428665161,-0.017138728871941566,0.07093758136034012,0.8482905179262161,1231.0,315136.0,4202.595113571035,20168704.0 +398.3,28.799999237060547,4827.0,0.009204625152051449,0.1020914688706398,2.063506841659546,-0.0069456384517252445,0.35358890891075134,0.593498170375824,1232.0,315392.0,4205.991623840062,20185088.0 +389.37,27.979999542236328,4798.0,0.008429058827459812,0.0945638045668602,2.050262689590454,-0.007095251232385635,0.1668793112039566,0.6632021367549896,1233.0,315648.0,4209.407043894986,20201472.0 +398.25,29.149999618530273,4866.0,0.010727408342063427,0.1198323592543602,2.0604958534240723,-0.01253613829612732,0.10498211532831192,0.7594271004199982,1234.0,315904.0,4212.774597076932,20217856.0 +406.98,29.75,4791.0,0.01948118396103382,0.1811320036649704,2.033682107925415,-0.009699773043394089,0.10171809047460556,0.7994431555271149,1235.0,316160.0,4216.195155075053,20234240.0 +404.15,29.229999542236328,4769.0,0.016794530674815178,0.1787109375,2.0315487384796143,-0.006721796002238989,0.19348518550395966,0.7013520300388336,1236.0,316416.0,4219.631025051,20250624.0 +403.89,29.06999969482422,4840.0,0.014058854430913925,0.1541544646024704,2.02726674079895,-0.010620392858982086,0.24747979640960693,0.6604574918746948,1237.0,316672.0,4223.01708728401,20267008.0 +401.69,29.09000015258789,4830.0,0.009956561960279942,0.1177164688706398,2.017275810241699,-0.010771431028842926,0.16071286797523499,0.7647579610347748,1238.0,316928.0,4226.409654898103,20283392.0 +399.51,28.889999389648438,4899.0,0.008782168850302696,0.1016438826918602,2.051658868789673,-0.0092207882553339,0.23742908239364624,0.7082349061965942,1239.0,317184.0,4229.754475106951,20299776.0 +393.89,27.84000015258789,4766.0,0.011186208575963974,0.1299641877412796,2.0677762031555176,-0.009697064757347107,0.2832963168621063,0.608394056558609,1240.0,317440.0,4233.1928556980565,20316160.0 +398.92,27.43000030517578,5004.0,0.0118331303820014,0.1451416015625,2.067776918411255,-0.010874372906982899,0.22287704050540924,0.6568500995635986,1241.0,317696.0,4236.467895484995,20332544.0 +401.83,28.299999237060547,4955.0,0.01369940210133791,0.13787841796875,2.0750885009765625,-0.009545672684907913,0.1884266585111618,0.6749484539031982,1242.0,317952.0,4239.774630897911,20348928.0 +401.51,28.68000030517578,4880.0,0.012061773799359798,0.12890625,2.098191499710083,-0.010923861525952816,0.2301052361726761,0.6808030009269714,1243.0,318208.0,4243.132172686979,20365312.0 +406.33,28.540000915527344,4810.0,0.013611051253974438,0.1572469025850296,2.0831544399261475,-0.014419134706258774,0.15878932178020477,0.7666175961494446,1244.0,318464.0,4246.539039036026,20381696.0 +406.17,28.420000076293945,4828.0,0.016096986830234528,0.18853759765625,2.095315456390381,-0.011102681048214436,0.24234206974506378,0.6813598275184631,1245.0,318720.0,4249.9330936351325,20398080.0 +398.66,27.780000686645508,4873.0,0.011656280606985092,0.1313679963350296,2.0964200496673584,-0.009627574123442173,0.2626968324184418,0.6864826381206512,1246.0,318976.0,4253.29598273593,20414464.0 +388.48,27.68000030517578,4736.0,0.012360078282654285,0.12847900390625,2.1131069660186768,-0.01071999128907919,0.3144105076789856,0.6026036739349365,1247.0,319232.0,4256.755742550129,20430848.0 +391.04,27.850000381469727,4924.0,0.010391904972493649,0.1313679963350296,2.1053333282470703,-0.01616494730114937,0.11987566202878952,0.7677177488803864,1248.0,319488.0,4260.083213078091,20447232.0 +400.85,29.34000015258789,4850.0,0.01361755933612585,0.16656494140625,2.095172166824341,-0.011728993616998196,0.14830447733402252,0.7700676470994949,1249.0,319744.0,4263.461786837084,20463616.0 +409.89,30.09000015258789,4980.0,0.013347565196454525,0.1599934846162796,2.108652353286743,-0.015566202811896801,0.1111602708697319,0.8304026573896408,1250.0,320000.0,4266.752927443944,20480000.0 +411.09,29.739999771118164,4961.0,0.015810566022992134,0.1865234375,2.0904767513275146,-0.010606161318719387,0.1481875628232956,0.7625978887081146,1251.0,320256.0,4270.055795035092,20496384.0 +407.42,29.260000228881836,4835.0,0.012639221735298634,0.1534220427274704,2.1045472621917725,-0.013640295714139938,0.18837209045886993,0.737508237361908,1252.0,320512.0,4273.444892483996,20512768.0 +401.91,28.709999084472656,4828.0,0.009694530628621578,0.11480712890625,2.101611614227295,-0.008060356602072716,0.16979052126407623,0.7612538635730743,1253.0,320768.0,4276.8403626501095,20529152.0 +398.11,28.979999542236328,4730.0,0.010491748340427876,0.1114908829331398,2.1217644214630127,-0.010362984612584114,0.2393098920583725,0.6429381668567657,1254.0,321024.0,4280.304385629948,20545536.0 +399.24,29.100000381469727,4834.0,0.012795147486031055,0.14208984375,2.1121182441711426,-0.014227509498596191,0.09780925512313843,0.8179907202720642,1255.0,321280.0,4283.694535905961,20561920.0 +411.18,29.420000076293945,4983.0,0.014787975698709488,0.1489664763212204,2.098518133163452,-0.01591484434902668,0.11040017008781433,0.8152787089347839,1256.0,321536.0,4286.982749544084,20578304.0 +410.75,29.6299991607666,4877.0,0.013179210014641285,0.15423583984375,2.068171739578247,-0.012362774461507797,0.18170446157455444,0.7204689979553223,1257.0,321792.0,4290.342166607035,20594688.0 +408.42,29.059999465942383,4679.0,0.012827437371015549,0.1405436247587204,2.0921590328216553,-0.009888184256851673,0.20413810014724731,0.729108065366745,1258.0,322048.0,4293.844542785082,20611072.0 +414.09,30.020000457763672,4792.0,0.012038205750286579,0.1479288786649704,2.101646661758423,-0.014514953829348087,0.11522885411977768,0.7930495142936707,1259.0,322304.0,4297.264577916125,20627456.0 +410.36,29.489999771118164,4923.0,0.01409782562404871,0.1351114958524704,2.0949435234069824,-0.010415447875857353,0.17378725111484528,0.748110830783844,1260.0,322560.0,4300.593194659101,20643840.0 +409.45,29.530000686645508,4791.0,0.0144185870885849,0.1343790739774704,2.058516263961792,-0.01005490031093359,0.1478816568851471,0.7793701440095901,1261.0,322816.0,4304.0132152629085,20660224.0 +411.5,29.18000030517578,4811.0,0.012648683972656727,0.1300455778837204,2.075299024581909,-0.011859174817800522,0.10206788033246994,0.8293127715587616,1262.0,323072.0,4307.419292107923,20676608.0 +409.68,29.65999984741211,4847.0,0.02061109058558941,0.1805216521024704,2.1058735847473145,-0.01110004261136055,0.17343981564044952,0.7471470832824707,1263.0,323328.0,4310.80027968809,20692992.0 +403.48,29.790000915527344,4769.0,0.016573989763855934,0.1541544646024704,2.1164557933807373,-0.011454720050096512,0.18421363830566406,0.7411222159862518,1264.0,323584.0,4314.236185492016,20709376.0 +394.78,28.299999237060547,4737.0,0.011591722257435322,0.1383463591337204,2.1121981143951416,-0.01026519387960434,0.231278195977211,0.7176506817340851,1265.0,323840.0,4317.695695268922,20725760.0 +399.07,28.479999542236328,4755.0,0.008332128636538982,0.0949503555893898,2.103562593460083,-0.009220140986144543,0.18546752631664276,0.729423999786377,1266.0,324096.0,4321.141572690103,20742144.0 +397.22,28.270000457763672,4646.0,0.00936778262257576,0.1014200821518898,2.099090337753296,-0.008802353404462337,0.257372111082077,0.6152151823043823,1267.0,324352.0,4324.668598795077,20758528.0 +403.61,28.93000030517578,4943.0,0.011268890462815762,0.13055419921875,2.113170623779297,-0.01274053007364273,0.1519537717103958,0.7668773084878922,1268.0,324608.0,4327.983626564033,20774912.0 +402.51,28.3799991607666,4885.0,0.010385542176663876,0.1200154647231102,2.122328758239746,-0.011923457495868206,0.17166461050510406,0.7385883331298828,1269.0,324864.0,4331.337684551952,20791296.0 +409.25,28.780000686645508,4814.0,0.009922338649630547,0.10809326171875,2.1063973903656006,-0.013171553611755371,0.1119389757514,0.8073002994060516,1270.0,325120.0,4334.741393944016,20807680.0 +411.51,29.1299991607666,4845.0,0.01543340366333723,0.1199137344956398,2.144850492477417,-0.013773630373179913,0.14112885296344757,0.7584387362003326,1271.0,325376.0,4338.1235775749665,20824064.0 +412.49,28.90999984741211,4844.0,0.01577349752187729,0.12652587890625,2.1435158252716064,-0.014490065164864063,0.18685387074947357,0.7295173108577728,1272.0,325632.0,4341.506548075005,20840448.0 +412.93,28.81999969482422,4942.0,0.014405087567865849,0.16107177734375,2.1573450565338135,-0.014471678994596004,0.17027346789836884,0.7548106461763382,1273.0,325888.0,4344.821901305113,20856832.0 +409.92,28.469999313354492,4889.0,0.011846904642879963,0.1445109099149704,2.15432071685791,-0.01256843376904726,0.17160291969776154,0.738043338060379,1274.0,326144.0,4348.173368555028,20873216.0 +406.47,29.15999984741211,4892.0,0.010615020990371704,0.1154581680893898,2.1500489711761475,-0.013331065885722637,0.17339414358139038,0.7310782670974731,1275.0,326400.0,4351.522628327133,20889600.0 +404.39,29.709999084472656,4995.0,0.012440860271453857,0.1277669221162796,2.1373798847198486,-0.012824309058487415,0.14658214151859283,0.7413035035133362,1276.0,326656.0,4354.80304918997,20905984.0 +403.09,28.899999618530273,4802.0,0.013072795234620571,0.1248372420668602,2.1683027744293213,-0.013070638291537762,0.164864182472229,0.70103520154953,1277.0,326912.0,4358.215702180052,20922368.0 +407.58,29.950000762939453,4805.0,0.016216041520237923,0.1689656525850296,2.156430244445801,-0.011848767288029194,0.16746670007705688,0.7277559638023376,1278.0,327168.0,4361.625656566117,20938752.0 +395.43,28.309999465942383,4842.0,0.014306344091892242,0.1562703400850296,2.1710875034332275,-0.01121748611330986,0.2708764970302582,0.6561771631240845,1279.0,327424.0,4365.00995465694,20955136.0 +394.93,28.209999084472656,4767.0,0.011761347763240337,0.1257731169462204,2.1782073974609375,-0.011758784763514996,0.18444949388504028,0.7078563272953033,1280.0,327680.0,4368.447565721115,20971520.0 +394.35,27.3799991607666,4859.0,0.01380856242030859,0.1165974959731102,2.180208444595337,-0.010609506629407406,0.1787160187959671,0.6871591806411743,1281.0,327936.0,4371.8197792470455,20987904.0 +402.95,28.389999389648438,4842.0,0.013846400193870068,0.14666748046875,2.1696460247039795,-0.012238717637956142,0.2370239496231079,0.6444993317127228,1282.0,328192.0,4375.2040369811,21004288.0 +411.94,29.239999771118164,4933.0,0.015738660469651222,0.1684163361787796,2.1530306339263916,-0.012169335968792439,0.12753668427467346,0.7594961225986481,1283.0,328448.0,4378.525647869101,21020672.0 +414.6,29.81999969482422,4783.0,0.016522692516446114,0.1683146208524704,2.158159017562866,-0.007792502176016569,0.1339583843946457,0.7500057965517044,1284.0,328704.0,4381.951146764914,21037056.0 +411.96,29.850000381469727,4976.0,0.009936592541635036,0.1133829727768898,2.1649179458618164,-0.012374111451208591,0.18890272080898285,0.6735937297344208,1285.0,328960.0,4385.244159149937,21053440.0 +407.84,29.68000030517578,4854.0,0.011816490441560745,0.125,2.1485743522644043,-0.013635203242301941,0.13259494304656982,0.7505716681480408,1286.0,329216.0,4388.619609245099,21069824.0 +409.12,29.540000915527344,4931.0,0.016689956188201904,0.1801350861787796,2.1316895484924316,-0.010316022671759129,0.13970141112804413,0.7712833136320114,1287.0,329472.0,4391.942516895942,21086208.0 +413.54,29.90999984741211,4891.0,0.013137846253812313,0.1380208283662796,2.1422624588012695,-0.013154476881027222,0.11176719516515732,0.7701363861560822,1288.0,329728.0,4395.292719414923,21102592.0 +411.29,29.899999618530273,4947.0,0.012111242860555649,0.1327921599149704,2.1329028606414795,-0.013073507696390152,0.11418982595205307,0.7666927725076675,1289.0,329984.0,4398.605253610993,21118976.0 +407.66,29.700000762939453,4821.0,0.018922071903944016,0.16436767578125,2.112894296646118,-0.011641605757176876,0.1335834413766861,0.7392164170742035,1290.0,330240.0,4402.004202889977,21135360.0 +405.4,29.43000030517578,4916.0,0.013286805711686611,0.1409912109375,2.1036431789398193,-0.008807468228042126,0.24589639902114868,0.5976821184158325,1291.0,330496.0,4405.337154966081,21151744.0 +399.29,28.43000030517578,4993.0,0.013617027550935745,0.10528564453125,2.096062421798706,-0.010631314478814602,0.2229127734899521,0.6930534839630127,1292.0,330752.0,4408.618990787072,21168128.0 +397.99,28.280000686645508,4836.0,0.015599321573972702,0.1540120393037796,2.089737892150879,-0.011999308131635189,0.17136065661907196,0.6905114352703094,1293.0,331008.0,4412.007640982978,21184512.0 +394.83,28.530000686645508,4733.0,0.016655830666422844,0.1600138396024704,2.074033498764038,-0.010271977633237839,0.24253545701503754,0.6122519373893738,1294.0,331264.0,4415.469504587119,21200896.0 +394.86,28.959999084472656,4718.0,0.020658334717154503,0.1754964143037796,2.0888288021087646,-0.01036765705794096,0.1425623744726181,0.7205255627632141,1295.0,331520.0,4418.942072615027,21217280.0 +395.6,28.59000015258789,4917.0,0.012530825100839138,0.14990234375,2.060246467590332,-0.014465316198766232,0.17191122472286224,0.7056232690811157,1296.0,331776.0,4422.274622825906,21233664.0 +404.4,27.8700008392334,4777.0,0.011048521846532822,0.1122843399643898,2.069833993911743,-0.012405261397361755,0.2571432292461395,0.6553678512573242,1297.0,332032.0,4425.704586382955,21250048.0 +404.25,27.68000030517578,4890.0,0.009604540653526783,0.11199951171875,2.0616836547851562,-0.01040486991405487,0.15161585807800293,0.712182492017746,1298.0,332288.0,4429.05564305,21266432.0 +405.01,27.739999771118164,4852.0,0.010530519299209118,0.1047770157456398,2.085378885269165,-0.010049174539744854,0.17145679891109467,0.7053419947624207,1299.0,332544.0,4432.432910087984,21282816.0 +407.42,28.6299991607666,4860.0,0.011914302594959736,0.14093017578125,2.076565980911255,-0.010950524359941483,0.1739751249551773,0.6998171806335449,1300.0,332800.0,4435.804456803016,21299200.0 +404.0,28.959999084472656,4693.0,0.01478289533406496,0.15655517578125,2.066929340362549,-0.00891430675983429,0.1923675537109375,0.6770365238189697,1301.0,333056.0,4439.296125279041,21315584.0 +403.96,28.889999389648438,4915.0,0.010824759490787983,0.1194864884018898,2.0706288814544678,-0.01326251495629549,0.16660569608211517,0.7146846055984497,1302.0,333312.0,4442.630065540085,21331968.0 +397.04,28.040000915527344,4956.0,0.016751131042838097,0.1814168244600296,2.0656216144561768,-0.008215905167162418,0.2500295341014862,0.5991877615451813,1303.0,333568.0,4445.9368603460025,21348352.0 +398.75,28.059999465942383,4932.0,0.013947006314992905,0.1240641251206398,2.0533089637756348,-0.013301084749400616,0.14907224476337433,0.7272489368915558,1304.0,333824.0,4449.25943046296,21364736.0 +408.18,29.75,4676.0,0.017565904185175896,0.17449951171875,2.0706422328948975,-0.012794296257197857,0.1106255054473877,0.7761312276124954,1305.0,334080.0,4452.763629465131,21381120.0 +405.2,28.889999389648438,4750.0,0.013982006348669529,0.1440633088350296,2.0858635902404785,-0.012777060270309448,0.20213443040847778,0.6861155033111572,1306.0,334336.0,4456.213903456926,21397504.0 +402.68,28.049999237060547,4771.0,0.01487585250288248,0.1429036408662796,2.068769693374634,-0.01442262064665556,0.1913282871246338,0.7079691290855408,1307.0,334592.0,4459.64839299093,21413888.0 +398.0,28.520000457763672,4828.0,0.011851920746266842,0.1346842497587204,2.0730464458465576,-0.01167299970984459,0.17858527600765228,0.6790106296539307,1308.0,334848.0,4463.042473478941,21430272.0 +397.49,29.15999984741211,4972.0,0.013071068562567234,0.1377360075712204,2.067641019821167,-0.010201954282820225,0.1985585242509842,0.6719599366188049,1309.0,335104.0,4466.338020636002,21446656.0 +395.4,29.030000686645508,4863.0,0.01108698919415474,0.1313069611787796,2.1048858165740967,-0.00991002470254898,0.25865691900253296,0.6395719945430756,1310.0,335360.0,4469.707537902053,21463040.0 +394.49,28.719999313354492,5063.0,0.014481157064437866,0.1460367888212204,2.0903866291046143,-0.01591145433485508,0.21327565610408783,0.6957997381687164,1311.0,335616.0,4472.944303390104,21479424.0 +399.23,28.850000381469727,4866.0,0.011248872615396976,0.1269734650850296,2.090878486633301,-0.010848519392311573,0.1771085411310196,0.7408828735351562,1312.0,335872.0,4476.315054869046,21495808.0 +406.84,29.229999542236328,4909.0,0.011137430556118488,0.12689208984375,2.080759286880493,-0.012911883182823658,0.17047034204006195,0.7345068454742432,1313.0,336128.0,4479.6532395300455,21512192.0 +407.77,29.350000381469727,4907.0,0.011080246418714523,0.119873046875,2.1102969646453857,-0.014520942233502865,0.19145995378494263,0.7343835234642029,1314.0,336384.0,4482.9925527719315,21528576.0 +398.66,27.829999923706055,4990.0,0.012875016778707504,0.13995361328125,2.0924694538116455,-0.009672887623310089,0.2748980224132538,0.6623471677303314,1315.0,336640.0,4486.276561063947,21544960.0 +389.28,27.049999237060547,4898.0,0.009454545564949512,0.1044921875,2.118884325027466,-0.011110953986644745,0.27283236384391785,0.5783005952835083,1316.0,336896.0,4489.622105844086,21561344.0 +386.64,26.8700008392334,4921.0,0.011855450458824635,0.12908935546875,2.0974371433258057,-0.01410971861332655,0.2505486309528351,0.7075735032558441,1317.0,337152.0,4492.952286307933,21577728.0 +398.33,28.729999542236328,4759.0,0.009829670190811157,0.1165568009018898,2.132922410964966,-0.013844453729689121,0.1328207403421402,0.7772274613380432,1318.0,337408.0,4496.394968017004,21594112.0 +402.1,29.469999313354492,4920.0,0.012882408685982227,0.1508382111787796,2.110396385192871,-0.013526187278330326,0.09698513150215149,0.8302822262048721,1319.0,337664.0,4499.725345456041,21610496.0 +418.23,31.200000762939453,4829.0,0.012799096293747425,0.156494140625,2.125861883163452,-0.015033982694149017,0.08300314098596573,0.8422000855207443,1320.0,337920.0,4503.1183594809845,21626880.0 +404.83,29.010000228881836,4807.0,0.01198594644665718,0.13446044921875,2.1043012142181396,-0.00903682503849268,0.315435528755188,0.6642380058765411,1321.0,338176.0,4506.5271811780985,21643264.0 +403.41,28.790000915527344,4789.0,0.014167062006890774,0.1739298552274704,2.0967910289764404,-0.014547872357070446,0.1294768899679184,0.7794620990753174,1322.0,338432.0,4509.949120078934,21659648.0 +408.98,29.40999984741211,4978.0,0.016086699441075325,0.1659749299287796,2.110100030899048,-0.011235552839934826,0.1731177121400833,0.7643607258796692,1323.0,338688.0,4513.241063996917,21676032.0 +403.5,28.84000015258789,4777.0,0.010710579343140125,0.1101888045668602,2.135413408279419,-0.010809190571308136,0.27733471989631653,0.635459840297699,1324.0,338944.0,4516.671666010981,21692416.0 +396.54,28.360000610351562,4875.0,0.014594093896448612,0.1602376252412796,2.1315221786499023,-0.01662300154566765,0.08529243618249893,0.813133716583252,1325.0,339200.0,4520.032736815978,21708800.0 +398.95,28.860000610351562,4823.0,0.020313777029514313,0.2015787810087204,2.1096298694610596,-0.011732402257621288,0.1887669563293457,0.7589765787124634,1326.0,339456.0,4523.4306542980485,21725184.0 +409.05,29.559999465942383,5090.0,0.010361343622207642,0.1310221403837204,2.1117920875549316,-0.013084988109767437,0.14924509823322296,0.7356907725334167,1327.0,339712.0,4526.649926220998,21741568.0 +406.56,28.950000762939453,4961.0,0.012008805759251118,0.1421305388212204,2.1030356884002686,-0.012567494064569473,0.17894144356250763,0.728362649679184,1328.0,339968.0,4529.952742804075,21757952.0 +405.15,29.479999542236328,4970.0,0.016294168308377266,0.1483561247587204,2.103074073791504,-0.011282176710665226,0.19706951081752777,0.6877252161502838,1329.0,340224.0,4533.250047621084,21774336.0 +405.77,29.459999084472656,5082.0,0.012931465171277523,0.1418050080537796,2.124664068222046,-0.013061720877885818,0.16072207689285278,0.7348464727401733,1330.0,340480.0,4536.476839739131,21790720.0 +407.6,29.739999771118164,4632.0,0.01128354761749506,0.1322835236787796,2.1224873065948486,-0.0090333828702569,0.14182843267917633,0.7545391917228699,1331.0,340736.0,4540.014319350012,21807104.0 +405.26,29.459999084472656,4899.0,0.010821297764778137,0.1151936873793602,2.1181623935699463,-0.011745035648345947,0.09270361810922623,0.8087915182113647,1332.0,340992.0,4543.35900602513,21823488.0 +401.28,29.1299991607666,4604.0,0.016018321737647057,0.1786905974149704,2.113126516342163,-0.009149891324341297,0.24664859473705292,0.638866662979126,1333.0,341248.0,4546.918286882108,21839872.0 +404.25,29.719999313354492,4996.0,0.010011488571763039,0.12261962890625,2.1148223876953125,-0.018970360979437828,0.05691726878285408,0.8599252849817276,1334.0,341504.0,4550.19826503098,21856256.0 +402.72,29.360000610351562,4855.0,0.014129015617072582,0.1659342497587204,2.122084379196167,-0.011218395084142685,0.21279017627239227,0.6494469940662384,1335.0,341760.0,4553.573782775085,21872640.0 +400.65,28.889999389648438,4797.0,0.015572774223983288,0.1454874724149704,2.13039231300354,-0.012232753448188305,0.2288108617067337,0.6943277418613434,1336.0,342016.0,4556.989995601121,21889024.0 +391.29,27.790000915527344,4792.0,0.013117949478328228,0.1501057893037796,2.1534483432769775,-0.009271089918911457,0.28518250584602356,0.6775827705860138,1337.0,342272.0,4560.4092896101065,21905408.0 +396.08,28.030000686645508,4704.0,0.012269928120076656,0.1414794921875,2.145263910293579,-0.01644676923751831,0.12242007255554199,0.8065684139728546,1338.0,342528.0,4563.892863447079,21921792.0 +393.47,27.56999969482422,4897.0,0.012018931098282337,0.1045939102768898,2.1350886821746826,-0.009251116774976254,0.2788715660572052,0.657269299030304,1339.0,342784.0,4567.239103402942,21938176.0 +398.66,27.850000381469727,4880.0,0.014694306068122387,0.1589558869600296,2.1417229175567627,-0.01268500555306673,0.20156992971897125,0.7219749093055725,1340.0,343040.0,4570.596806738991,21954560.0 +392.15,27.239999771118164,4860.0,0.011563591659069061,0.1320597380399704,2.137423276901245,-0.010148686356842518,0.3670136034488678,0.6556714475154877,1341.0,343296.0,4573.968320610933,21970944.0 +391.42,27.229999542236328,4855.0,0.00963621772825718,0.1125284805893898,2.1570165157318115,-0.01133487094193697,0.1938503533601761,0.717954158782959,1342.0,343552.0,4577.344121735077,21987328.0 +390.81,27.260000228881836,4851.0,0.012708832509815693,0.1470743864774704,2.1502609252929688,-0.012436788529157639,0.21694989502429962,0.6846222877502441,1343.0,343808.0,4580.721763798967,22003712.0 +396.05,28.25,4898.0,0.01091666892170906,0.1293131560087204,2.1562259197235107,-0.009327160194516182,0.28516027331352234,0.5769158899784088,1344.0,344064.0,4584.067061729031,22020096.0 +393.59,27.979999542236328,4840.0,0.01313792634755373,0.15625,2.147954225540161,-0.014377966523170471,0.17281220853328705,0.6764773428440094,1345.0,344320.0,4587.452973675914,22036480.0 +397.09,29.030000686645508,4963.0,0.013719242066144943,0.1644694060087204,2.165492057800293,-0.014072136022150517,0.2111266404390335,0.6751970648765564,1346.0,344576.0,4590.754664794076,22052864.0 +401.11,28.950000762939453,4990.0,0.013126231729984283,0.1405232697725296,2.156247854232788,-0.010641212575137615,0.17532147467136383,0.7114589214324951,1347.0,344832.0,4594.038221925031,22069248.0 +395.99,28.1200008392334,4855.0,0.011167299933731556,0.1299641877412796,2.1512768268585205,-0.008801635354757309,0.24885602295398712,0.600950688123703,1348.0,345088.0,4597.416021588957,22085632.0 +405.33,29.31999969482422,4939.0,0.011423423886299133,0.1275634765625,2.163339853286743,-0.015177835710346699,0.0792456567287445,0.8423752337694168,1349.0,345344.0,4600.733219295042,22102016.0 +399.71,29.059999465942383,4948.0,0.012932171113789082,0.1518351286649704,2.158174753189087,-0.00974812638014555,0.2674705684185028,0.6225360631942749,1350.0,345600.0,4604.044907750096,22118400.0 +384.35,26.729999542236328,4741.0,0.012654571793973446,0.14031982421875,2.1574130058288574,-0.011739189736545086,0.29340559244155884,0.6714045405387878,1351.0,345856.0,4607.501199563034,22134784.0 +390.77,26.899999618530273,4735.0,0.014819920063018799,0.15869140625,2.1490108966827393,-0.012947163544595242,0.21938727796077728,0.7315920889377594,1352.0,346112.0,4610.9621660360135,22151168.0 +396.69,27.790000915527344,4835.0,0.011379453353583813,0.1409505158662796,2.1522815227508545,-0.01115915086120367,0.2923571765422821,0.6447017788887024,1353.0,346368.0,4614.3511078991,22167552.0 +399.02,28.420000076293945,4870.0,0.011960943229496479,0.1336669921875,2.1573498249053955,-0.010649398900568485,0.19971956312656403,0.7169826328754425,1354.0,346624.0,4617.715903694974,22183936.0 +403.26,28.31999969482422,4870.0,0.009934384375810623,0.1160888671875,2.1383683681488037,-0.011339716613292694,0.21094338595867157,0.7631505131721497,1355.0,346880.0,4621.080113284057,22200320.0 +403.05,28.719999313354492,4751.0,0.011217266321182251,0.127197265625,2.146207094192505,-0.012564483098685741,0.15812502801418304,0.8120184987783432,1356.0,347136.0,4624.529264915967,22216704.0 +401.35,28.850000381469727,4899.0,0.010934974998235703,0.1341756135225296,2.1362388134002686,-0.010325574316084385,0.21796639263629913,0.7241885662078857,1357.0,347392.0,4627.874627690064,22233088.0 +388.96,28.299999237060547,4768.0,0.01079412829130888,0.1141764298081398,2.1601033210754395,-0.012258373200893402,0.3377990424633026,0.6305368542671204,1358.0,347648.0,4631.3118084240705,22249472.0 +372.73,26.31999969482422,4924.0,0.01298906933516264,0.1531982421875,2.1453983783721924,-0.010332428850233555,0.3600863218307495,0.6114194989204407,1359.0,347904.0,4634.639644528041,22265856.0 +380.43,26.110000610351562,4865.0,0.009490945376455784,0.1071573868393898,2.1762404441833496,-0.01202328409999609,0.1960420459508896,0.7533646076917648,1360.0,348160.0,4638.008471448906,22282240.0 +399.05,27.3799991607666,4745.0,0.010942917317152023,0.1219482421875,2.155731439590454,-0.0111317103728652,0.3137352168560028,0.6885221302509308,1361.0,348416.0,4641.461690745084,22298624.0 +401.88,28.25,4809.0,0.012407678179442883,0.1590372771024704,2.1640520095825195,-0.0183823611587286,0.0766356810927391,0.8334953933954239,1362.0,348672.0,4644.86936714896,22315008.0 +412.65,30.299999237060547,4863.0,0.01472346018999815,0.1572469025850296,2.146273374557495,-0.016743941232562065,0.09248893707990646,0.821699321269989,1363.0,348928.0,4648.238793330966,22331392.0 +398.68,29.030000686645508,4849.0,0.008759156800806522,0.0918375626206398,2.1852548122406006,-0.007647421211004257,0.3861795961856842,0.5794739425182343,1364.0,349184.0,4651.617980879964,22347776.0 +394.53,28.6200008392334,4927.0,0.007706811651587486,0.0890706405043602,2.1688618659973145,-0.010599449276924133,0.20532841980457306,0.7131240963935852,1365.0,349440.0,4654.943449341925,22364160.0 +405.17,29.1200008392334,4874.0,0.01343723013997078,0.1583658903837204,2.144597291946411,-0.014103950001299381,0.16589638590812683,0.746825635433197,1366.0,349696.0,4658.307841738919,22380544.0 +412.82,29.690000534057617,4848.0,0.013440773822367191,0.1550496369600296,2.138798475265503,-0.011397093534469604,0.18645153939723969,0.766414999961853,1367.0,349952.0,4661.687519222032,22396928.0 +407.2,28.889999389648438,4846.0,0.011716533452272415,0.1276448518037796,2.1460888385772705,-0.01153852790594101,0.21744269132614136,0.7408175468444824,1368.0,350208.0,4665.068698066054,22413312.0 +404.49,28.479999542236328,4964.0,0.010245993733406067,0.1322021484375,2.1447207927703857,-0.009917568415403366,0.16031299531459808,0.8061527162790298,1369.0,350464.0,4668.369535964914,22429696.0 +404.43,29.149999618530273,4759.0,0.010307002812623978,0.1307779997587204,2.146951913833618,-0.016944875940680504,0.13178651034832,0.8174967467784882,1370.0,350720.0,4671.81287117512,22446080.0 +415.13,30.1200008392334,4868.0,0.007787410169839859,0.09130859375,2.1493818759918213,-0.0112752141430974,0.11495766043663025,0.8451435416936874,1371.0,350976.0,4675.179134513019,22462464.0 +408.68,29.329999923706055,4712.0,0.009450159966945648,0.0919596329331398,2.1395444869995117,-0.012373127043247223,0.2227802723646164,0.7486899197101593,1372.0,351232.0,4678.656724761007,22478848.0 +409.97,30.030000686645508,4765.0,0.007951099425554276,0.0953572615981102,2.1399497985839844,-0.013448558747768402,0.09687276929616928,0.8663963824510574,1373.0,351488.0,4682.095333213918,22495232.0 +417.42,30.8799991607666,4781.0,0.013733738102018833,0.1449178010225296,2.135288715362549,-0.016056641936302185,0.1207125261425972,0.8412516713142395,1374.0,351744.0,4685.523268568097,22511616.0 +415.38,30.3700008392334,4622.0,0.01369402650743723,0.1507364958524704,2.109546422958374,-0.01820557378232479,0.12902481853961945,0.8306426852941513,1375.0,352000.0,4689.068619905971,22528000.0 +410.59,29.940000534057617,4850.0,0.01635117270052433,0.1660970002412796,2.080892562866211,-0.016519559547305107,0.153741255402565,0.8101975172758102,1376.0,352256.0,4692.4469819499645,22544384.0 +406.22,30.209999084472656,4943.0,0.014888651669025421,0.1677653044462204,2.091654062271118,-0.00874850433319807,0.18315188586711884,0.7745735496282578,1377.0,352512.0,4695.76156092505,22560768.0 +402.46,29.299999237060547,4687.0,0.010802820324897766,0.1235555037856102,2.090341806411743,-0.009805344976484776,0.27688345313072205,0.6970260143280029,1378.0,352768.0,4699.25756710791,22577152.0 +406.86,29.059999465942383,4796.0,0.01290927454829216,0.1358845978975296,2.111553430557251,-0.0130104785785079,0.13072320818901062,0.8099527806043625,1379.0,353024.0,4702.674394513015,22593536.0 +401.13,28.25,4701.0,0.016143901273608208,0.1755167692899704,2.114696741104126,-0.011285722255706787,0.2376893162727356,0.6990295648574829,1380.0,353280.0,4706.160113953985,22609920.0 +400.62,28.09000015258789,4725.0,0.012973119504749775,0.1329752653837204,2.1242079734802246,-0.009238350205123425,0.2170092910528183,0.7147529423236847,1381.0,353536.0,4709.627792274114,22626304.0 +399.16,27.729999542236328,4827.0,0.013499404303729534,0.0964151993393898,2.13960862159729,-0.012612874619662762,0.1847628355026245,0.7379327118396759,1382.0,353792.0,4713.02196484711,22642688.0 +405.79,28.0,4847.0,0.008399727754294872,0.1008097305893898,2.144456148147583,-0.01403432060033083,0.14070172607898712,0.7988448441028595,1383.0,354048.0,4716.403407200007,22659072.0 +402.85,27.760000228881836,5036.0,0.014387104660272598,0.1635945588350296,2.1537115573883057,-0.01123157050460577,0.2773626148700714,0.6496362686157227,1384.0,354304.0,4719.656999805942,22675456.0 +400.58,27.799999237060547,4832.0,0.013296633958816528,0.16693115234375,2.1434848308563232,-0.013581790030002594,0.1485825926065445,0.7813080549240112,1385.0,354560.0,4723.048029619968,22691840.0 +393.81,27.850000381469727,4834.0,0.008592656813561916,0.10699462890625,2.1442320346832275,-0.010127636604011059,0.3419466018676758,0.5705524682998657,1386.0,354816.0,4726.438056743005,22708224.0 +385.16,27.0,4934.0,0.009197293780744076,0.101318359375,2.1600120067596436,-0.009820022620260715,0.29635053873062134,0.6201587617397308,1387.0,355072.0,4729.75920555694,22724608.0 +383.77,26.889999389648438,4928.0,0.012938190251588821,0.1521199494600296,2.143869400024414,-0.013228359632194042,0.22346074879169464,0.6973711550235748,1388.0,355328.0,4733.084623117,22740992.0 +391.46,27.8700008392334,4857.0,0.015857314690947533,0.1662394255399704,2.1434924602508545,-0.012870327569544315,0.19163620471954346,0.7610810548067093,1389.0,355584.0,4736.458155356115,22757376.0 +404.97,29.40999984741211,4826.0,0.011646590195596218,0.14300537109375,2.1284525394439697,-0.01633421890437603,0.17898190021514893,0.7425083816051483,1390.0,355840.0,4739.853619821137,22773760.0 +408.4,28.790000915527344,4909.0,0.012700573541224003,0.14251708984375,2.122877359390259,-0.015227694995701313,0.18200115859508514,0.7745344340801239,1391.0,356096.0,4743.191780193942,22790144.0 +410.24,29.549999237060547,4869.0,0.011604326777160168,0.1419474333524704,2.1413867473602295,-0.011216391809284687,0.16126972436904907,0.7496174275875092,1392.0,356352.0,4746.5572342590895,22806528.0 +411.18,29.93000030517578,4972.0,0.011200214736163616,0.13348388671875,2.1573994159698486,-0.012397664599120617,0.18291008472442627,0.7689393907785416,1393.0,356608.0,4749.852820429951,22822912.0 +411.42,29.6299991607666,4976.0,0.012149147689342499,0.1471150666475296,2.1717326641082764,-0.02114442177116871,0.0888364240527153,0.8474518954753876,1394.0,356864.0,4753.146008912008,22839296.0 +407.18,29.639999389648438,4861.0,0.01267810259014368,0.142333984375,2.1469829082489014,-0.010856612585484982,0.2787412703037262,0.6967658400535583,1395.0,357120.0,4756.516995650018,22855680.0 +402.58,28.68000030517578,4802.0,0.012418138794600964,0.1525471955537796,2.1542766094207764,-0.016116851940751076,0.11621081084012985,0.8249092996120453,1396.0,357376.0,4759.929473266937,22872064.0 +398.86,28.450000762939453,4819.0,0.01165683288127184,0.1335652619600296,2.1580090522766113,-0.012888750992715359,0.262299507856369,0.7036581039428711,1397.0,357632.0,4763.329529612092,22888448.0 +400.49,29.09000015258789,4878.0,0.013040207326412201,0.1595255583524704,2.1788110733032227,-0.011954668909311295,0.15707002580165863,0.7479266822338104,1398.0,357888.0,4766.688853244996,22904832.0 +405.5,29.3799991607666,4885.0,0.011161242611706257,0.1385091096162796,2.16455340385437,-0.016340309754014015,0.08518757671117783,0.8439079076051712,1399.0,358144.0,4770.043283933075,22921216.0 +405.94,28.860000610351562,4901.0,0.01393654104322195,0.1675821989774704,2.1661465167999268,-0.011839375831186771,0.27524328231811523,0.6981152892112732,1400.0,358400.0,4773.386620189995,22937600.0 +400.6,28.549999237060547,4849.0,0.01079497393220663,0.1263020783662796,2.153839111328125,-0.013434436172246933,0.15846961736679077,0.7301976978778839,1401.0,358656.0,4776.766186197987,22953984.0 +400.35,28.219999313354492,4854.0,0.013248305767774582,0.1564738005399704,2.1387391090393066,-0.009945123456418514,0.2366265505552292,0.7233061790466309,1402.0,358912.0,4780.1418423149735,22970368.0 +402.57,27.8700008392334,4679.0,0.009930918924510479,0.1128946915268898,2.146066188812256,-0.01257412601262331,0.24317342042922974,0.6522024571895599,1403.0,359168.0,4783.64352353313,22986752.0 +400.74,28.479999542236328,4936.0,0.010372866876423359,0.1228230819106102,2.144845724105835,-0.008860073052346706,0.24620211124420166,0.6936256289482117,1404.0,359424.0,4786.9635053731035,23003136.0 +393.59,28.34000015258789,4935.0,0.006682754959911108,0.066162109375,2.1801698207855225,-0.009998253546655178,0.3111414611339569,0.6061143279075623,1405.0,359680.0,4790.283758040052,23019520.0 +392.68,28.139999389648438,4852.0,0.00870304275304079,0.1048583984375,2.178739309310913,-0.013659712858498096,0.13748250901699066,0.774103969335556,1406.0,359936.0,4793.663296344923,23035904.0 +396.36,28.020000457763672,5021.0,0.013060655444860458,0.1337687224149704,2.1673812866210938,-0.009211813099682331,0.31190767884254456,0.6902252733707428,1407.0,360192.0,4796.926607070025,23052288.0 +402.66,28.559999465942383,4935.0,0.012222304940223694,0.1340128630399704,2.1571340560913086,-0.008973577059805393,0.19408488273620605,0.7403073310852051,1408.0,360448.0,4800.247170377988,23068672.0 +408.99,29.93000030517578,4926.0,0.012958965264260769,0.1313679963350296,2.126434087753296,-0.01690494827926159,0.10094741731882095,0.8615004569292068,1409.0,360704.0,4803.573766804067,23085056.0 +406.69,29.459999084472656,4817.0,0.013333615846931934,0.1434122771024704,2.138664960861206,-0.009087665937840939,0.2418772578239441,0.7349745333194733,1410.0,360960.0,4806.976051917067,23101440.0 +405.82,29.290000915527344,4912.0,0.014990556053817272,0.1714070588350296,2.1708805561065674,-0.011906489729881287,0.1293286830186844,0.8112255334854126,1411.0,361216.0,4810.312257525045,23117824.0 +407.85,29.049999237060547,4956.0,0.011320874094963074,0.1329549103975296,2.139888286590576,-0.014270305633544922,0.17123116552829742,0.7593378871679306,1412.0,361472.0,4813.618802740006,23134208.0 +402.1,28.399999618530273,4989.0,0.010269219055771828,0.1199544295668602,2.150009870529175,-0.01054467260837555,0.29910382628440857,0.6715864539146423,1413.0,361728.0,4816.904074704973,23150592.0 +398.26,28.209999084472656,4858.0,0.011596530675888062,0.1272176057100296,2.148728132247925,-0.01273016631603241,0.217525914311409,0.756284087896347,1414.0,361984.0,4820.276621326106,23166976.0 +402.82,29.110000610351562,4817.0,0.01443640235811472,0.1717122346162796,2.16587495803833,-0.011561618186533451,0.15858083963394165,0.7988197058439255,1415.0,362240.0,4823.678635231918,23183360.0 +405.93,28.709999084472656,4866.0,0.012082410044968128,0.1374918669462204,2.1799278259277344,-0.012057953514158726,0.2906147539615631,0.6899499893188477,1416.0,362496.0,4827.045994187938,23199744.0 +403.02,28.889999389648438,4938.0,0.01154265459626913,0.1391194611787796,2.159442186355591,-0.014942890964448452,0.1678972840309143,0.7777419984340668,1417.0,362752.0,4830.364285347052,23216128.0 +401.03,29.010000228881836,4856.0,0.01145706046372652,0.12005615234375,2.150010347366333,-0.01176623348146677,0.2948268949985504,0.6942668557167053,1418.0,363008.0,4833.73883860209,23232512.0 +390.77,27.5,4750.0,0.009320576675236225,0.0864054337143898,2.168595790863037,-0.01002552267163992,0.332506388425827,0.5825285613536835,1419.0,363264.0,4837.1887715149205,23248896.0 +396.16,28.540000915527344,4934.0,0.010383102111518383,0.1212361678481102,2.162519693374634,-0.014447187073528767,0.16612635552883148,0.7475364208221436,1420.0,363520.0,4840.509546497138,23265280.0 +395.29,28.979999542236328,4891.0,0.013113238848745823,0.15228271484375,2.168692111968994,-0.01247220765799284,0.25074148178100586,0.7034845948219299,1421.0,363776.0,4843.859616064932,23281664.0 +390.27,28.110000610351562,4801.0,0.013407190330326557,0.162353515625,2.178057909011841,-0.010350094176828861,0.27469202876091003,0.6232093870639801,1422.0,364032.0,4847.2733082161285,23298048.0 +398.76,28.31999969482422,4923.0,0.012203492224216461,0.1383056640625,2.1832821369171143,-0.012575463391840458,0.20497924089431763,0.7391765415668488,1423.0,364288.0,4850.601718026912,23314432.0 +401.2,28.93000030517578,4881.0,0.01333856675773859,0.1587321013212204,2.194594621658325,-0.012087840586900711,0.13493387401103973,0.8001710474491119,1424.0,364544.0,4853.961055356078,23330816.0 +408.39,30.239999771118164,4960.0,0.02090761624276638,0.166748046875,2.1762633323669434,-0.012088569812476635,0.15558256208896637,0.7619212418794632,1425.0,364800.0,4857.264820072101,23347200.0 +397.01,29.18000030517578,4820.0,0.012500886805355549,0.152587890625,2.179373025894165,-0.012339919805526733,0.26753145456314087,0.6738355159759521,1426.0,365056.0,4860.664137569955,23363584.0 +392.29,28.530000686645508,4918.0,0.010828896425664425,0.1266072541475296,2.182112455368042,-0.013971020467579365,0.20603860914707184,0.7130792438983917,1427.0,365312.0,4863.995953031117,23379968.0 +398.95,29.6299991607666,4903.0,0.014343156479299068,0.13543701171875,2.1628923416137695,-0.011058134026825428,0.16187438368797302,0.7714336067438126,1428.0,365568.0,4867.339116098126,23396352.0 +403.94,29.6299991607666,4947.0,0.009815306402742863,0.1124064102768898,2.1865060329437256,-0.012554232962429523,0.17104071378707886,0.7775706350803375,1429.0,365824.0,4870.651470032055,23412736.0 +403.04,29.450000762939453,4773.0,0.008462958037853241,0.1047566756606102,2.1666181087493896,-0.011756164021790028,0.19364486634731293,0.754234254360199,1430.0,366080.0,4874.0842574420385,23429120.0 +406.52,29.59000015258789,4974.0,0.012529457919299603,0.1441446989774704,2.1622092723846436,-0.0190795436501503,0.07649502903223038,0.8551160395145416,1431.0,366336.0,4877.379334923113,23445504.0 +412.78,30.579999923706055,4710.0,0.012391974218189716,0.143310546875,2.1569433212280273,-0.014825205318629742,0.1027429923415184,0.8262782394886017,1432.0,366592.0,4880.858342884108,23461888.0 +412.29,29.84000015258789,4850.0,0.01472410187125206,0.1556803435087204,2.1534886360168457,-0.012956532649695873,0.19604980945587158,0.7893129140138626,1433.0,366848.0,4884.236967447912,23478272.0 +410.72,29.809999465942383,4851.0,0.01370419654995203,0.1599934846162796,2.166977882385254,-0.012604638934135437,0.13296721875667572,0.8086966723203659,1434.0,367104.0,4887.615082971053,23494656.0 +412.55,30.209999084472656,4709.0,0.013549979776144028,0.13946533203125,2.154637336730957,-0.011642597615718842,0.12784099578857422,0.7870238721370697,1435.0,367360.0,4891.094768482959,23511040.0 +410.94,30.420000076293945,4481.0,0.011089500039815903,0.1284993439912796,2.143880605697632,-0.011791766621172428,0.1936267763376236,0.7579920738935471,1436.0,367616.0,4894.751599614043,23527424.0 +404.55,29.309999465942383,4683.0,0.010000675916671753,0.11944580078125,2.155709981918335,-0.012642958201467991,0.17333996295928955,0.7689973562955856,1437.0,367872.0,4898.2512707519345,23543808.0 +399.22,29.149999618530273,4476.0,0.010569311678409576,0.1106363907456398,2.182476043701172,-0.010003759525716305,0.26801949739456177,0.6372939348220825,1438.0,368128.0,4901.912149737123,23560192.0 +406.75,29.3799991607666,4850.0,0.01834401674568653,0.1938069611787796,2.1539103984832764,-0.014450274407863617,0.14755387604236603,0.7992980033159256,1439.0,368384.0,4905.2908535220195,23576576.0 +406.45,29.149999618530273,4895.0,0.012887179851531982,0.1500447541475296,2.1785287857055664,-0.01161425281316042,0.20205868780612946,0.7385641932487488,1440.0,368640.0,4908.638572781114,23592960.0 +401.12,28.0,4749.0,0.010973532684147358,0.1267903596162796,2.178140640258789,-0.011235744692385197,0.37363529205322266,0.6840071380138397,1441.0,368896.0,4912.088662171969,23609344.0 +400.02,27.889999389648438,4696.0,0.009179431945085526,0.10638427734375,2.196805953979492,-0.012407299131155014,0.11492746323347092,0.8188603967428207,1442.0,369152.0,4915.577999798115,23625728.0 +408.53,28.649999618530273,4782.0,0.011471256613731384,0.1267293244600296,2.155435800552368,-0.010767982341349125,0.21747076511383057,0.7140941619873047,1443.0,369408.0,4919.0046304650605,23642112.0 +412.4,29.399999618530273,4718.0,0.01464924868196249,0.1642252653837204,2.164780616760254,-0.014281936921179295,0.1582152098417282,0.7554229348897934,1444.0,369664.0,4922.478015579982,23658496.0 +400.08,28.420000076293945,4810.0,0.010979012586176395,0.1241251602768898,2.1404361724853516,-0.01219408493489027,0.2971630394458771,0.6600522398948669,1445.0,369920.0,4925.8847026310395,23674880.0 +393.89,28.440000534057617,4337.0,0.013100936077535152,0.1495564728975296,2.1332881450653076,-0.011966711841523647,0.21184252202510834,0.7611627131700516,1446.0,370176.0,4929.662552122958,23691264.0 +387.11,27.90999984741211,4701.0,0.013286031782627106,0.15179443359375,2.1621100902557373,-0.011076059192419052,0.2425999641418457,0.6855370700359344,1447.0,370432.0,4933.1480522151105,23707648.0 +398.6,29.040000915527344,4375.0,0.01571706309914589,0.1762491911649704,2.1550073623657227,-0.010136882774531841,0.14939232170581818,0.8067176192998886,1448.0,370688.0,4936.893276804127,23724032.0 +404.63,29.450000762939453,4511.0,0.010918408632278442,0.138671875,2.1591250896453857,-0.013739769347012043,0.12047958374023438,0.7999078333377838,1449.0,370944.0,4940.525747894077,23740416.0 +410.95,29.709999084472656,4970.0,0.01673705317080021,0.1647745817899704,2.1557869911193848,-0.014143142849206924,0.16770751774311066,0.7408072352409363,1450.0,371200.0,4943.822622078937,23756800.0 +414.56,29.700000762939453,4903.0,0.012992615811526775,0.1403401643037796,2.127990245819092,-0.01696617901325226,0.12802012264728546,0.8148989230394363,1451.0,371456.0,4947.16437846492,23773184.0 +416.49,30.270000457763672,4854.0,0.013973136432468891,0.1694742888212204,2.13964581489563,-0.014993560500442982,0.13375641405582428,0.813114196062088,1452.0,371712.0,4950.539727807045,23789568.0 +417.24,30.530000686645508,4878.0,0.01459564920514822,0.1594441682100296,2.1110730171203613,-0.020240118727087975,0.09729527682065964,0.8349758982658386,1453.0,371968.0,4953.898687385954,23805952.0 +407.52,30.09000015258789,4788.0,0.012421133928000927,0.12774658203125,2.116018533706665,-0.012896016240119934,0.21965841948986053,0.737648993730545,1454.0,372224.0,4957.320613858057,23822336.0 +398.98,28.6200008392334,4828.0,0.007851778529584408,0.0774332657456398,2.134030818939209,-0.01150346640497446,0.24894161522388458,0.6807242631912231,1455.0,372480.0,4960.714903875021,23838720.0 +393.07,27.790000915527344,4953.0,0.010155157186090946,0.0968017578125,2.129631757736206,-0.014058665372431278,0.23601187765598297,0.7383025586605072,1456.0,372736.0,4964.023394738091,23855104.0 +397.33,28.209999084472656,4978.0,0.014719861559569836,0.1605631560087204,2.1507065296173096,-0.013478727079927921,0.18440254032611847,0.75605109333992,1457.0,372992.0,4967.315485547995,23871488.0 +401.99,28.700000762939453,4798.0,0.010761345736682415,0.1012980118393898,2.1355412006378174,-0.014528188854455948,0.16105397045612335,0.7909207046031952,1458.0,373248.0,4970.730622190982,23887872.0 +407.75,29.559999465942383,4781.0,0.011713274754583836,0.126708984375,2.1538450717926025,-0.015950897708535194,0.1752813309431076,0.7761962711811066,1459.0,373504.0,4974.15986014693,23904256.0 +400.33,28.190000534057617,4527.0,0.014665051363408566,0.16180419921875,2.12760853767395,-0.009631135500967503,0.222811758518219,0.6576688885688782,1460.0,373760.0,4977.779771992937,23920640.0 +402.97,27.920000076293945,4571.0,0.018811915069818497,0.16827392578125,2.1069624423980713,-0.012594849802553654,0.2156195044517517,0.7126434743404388,1461.0,374016.0,4981.364928757073,23937024.0 +399.53,27.489999771118164,4453.0,0.011338059790432453,0.1248982772231102,2.110642194747925,-0.011406033299863338,0.21604745090007782,0.7198549509048462,1462.0,374272.0,4985.044800004922,23953408.0 +402.0,28.329999923706055,4631.0,0.014469631947577,0.1507568359375,2.1110944747924805,-0.017516525462269783,0.08584144711494446,0.8290634602308273,1463.0,374528.0,4988.5832494311035,23969792.0 +407.22,29.639999389648438,4396.0,0.016478901728987694,0.17156982421875,2.101222038269043,-0.01380129624158144,0.17159777879714966,0.7647881060838699,1464.0,374784.0,4992.31097303913,23986176.0 +410.21,29.690000534057617,4509.0,0.01682393252849579,0.1742146760225296,2.1131203174591064,-0.013061467558145523,0.20450176298618317,0.7285646796226501,1465.0,375040.0,4995.944669113029,24002560.0 +413.25,29.850000381469727,4664.0,0.014847446233034134,0.165283203125,2.121605634689331,-0.019506830722093582,0.09375,0.849167212843895,1466.0,375296.0,4999.458381186938,24018944.0 +417.9,30.450000762939453,4448.0,0.016312453895807266,0.1831868439912796,2.1339714527130127,-0.01696404069662094,0.1111101284623146,0.8182896077632904,1467.0,375552.0,5003.141916757915,24035328.0 +414.05,30.309999465942383,4719.0,0.012296116910874844,0.15570068359375,2.123082399368286,-0.015342828817665577,0.17725646495819092,0.7424699068069458,1468.0,375808.0,5006.614432447124,24051712.0 +411.82,29.68000030517578,4836.0,0.012380965985357761,0.1505126953125,2.1274635791778564,-0.01568235456943512,0.1855645626783371,0.7863579988479614,1469.0,376064.0,5010.002829844132,24068096.0 +404.39,28.100000381469727,4793.0,0.012462454847991467,0.1538492888212204,2.126518726348877,-0.009100995026528835,0.23547272384166718,0.6995315253734589,1470.0,376320.0,5013.421740119113,24084480.0 +403.28,27.65999984741211,4870.0,0.015667147934436798,0.16888427734375,2.1307005882263184,-0.015402577817440033,0.2094591110944748,0.7414452731609344,1471.0,376576.0,5016.786680445075,24100864.0 +409.13,28.760000228881836,4842.0,0.014657345600426197,0.1764933317899704,2.1255180835723877,-0.015655294060707092,0.1429697722196579,0.7910500019788742,1472.0,376832.0,5020.171176518081,24117248.0 +411.0,30.209999084472656,4857.0,0.015233947895467281,0.1687418669462204,2.1354448795318604,-0.016183888539671898,0.1431334763765335,0.7589294463396072,1473.0,377088.0,5023.5449012550525,24133632.0 +402.0,29.06999969482422,4737.0,0.015333138406276703,0.1692301481962204,2.1016342639923096,-0.011365416459739208,0.30741676688194275,0.6696648299694061,1474.0,377344.0,5027.003893451998,24150016.0 +392.3,27.649999618530273,5014.0,0.015083820559084415,0.1649373322725296,2.1324360370635986,-0.012109190225601196,0.2415315955877304,0.7018202245235443,1475.0,377600.0,5030.271712247049,24166400.0 +400.0,28.579999923706055,4815.0,0.013020672835409641,0.1476237028837204,2.10996150970459,-0.019223729148507118,0.1138288751244545,0.8127381652593613,1476.0,377856.0,5033.674601932056,24182784.0 +411.5,29.739999771118164,4994.0,0.014084599912166595,0.1409708708524704,2.1252028942108154,-0.016452884301543236,0.13243761658668518,0.7928818464279175,1477.0,378112.0,5036.95588919404,24199168.0 +413.66,30.139999389648438,4919.0,0.01747705414891243,0.17333984375,2.1013343334198,-0.015351374633610249,0.11354264616966248,0.8102122247219086,1478.0,378368.0,5040.287426054943,24215552.0 +411.25,29.860000610351562,4797.0,0.012890271842479706,0.1440022736787796,2.10844349861145,-0.016567297279834747,0.16298098862171173,0.8044551759958267,1479.0,378624.0,5043.702939697076,24231936.0 +407.99,29.510000228881836,4893.0,0.015373851172626019,0.1786295622587204,2.1199567317962646,-0.017437873408198357,0.10185051709413528,0.8265437036752701,1480.0,378880.0,5047.051541466964,24248320.0 +414.53,30.329999923706055,4808.0,0.015118646435439587,0.17010498046875,2.1495039463043213,-0.02015245333313942,0.08228186517953873,0.8618833273649216,1481.0,379136.0,5050.459655337967,24264704.0 +408.85,29.3799991607666,4859.0,0.016239630058407784,0.1947835236787796,2.1136691570281982,-0.011440983973443508,0.27097663283348083,0.6965251863002777,1482.0,379392.0,5053.831767070107,24281088.0 +406.94,28.75,5007.0,0.016318121924996376,0.1767781525850296,2.091426134109497,-0.014774180017411709,0.14399409294128418,0.7804677039384842,1483.0,379648.0,5057.104606724111,24297472.0 +405.83,29.559999465942383,4945.0,0.013938690535724163,0.1710408478975296,2.103464365005493,-0.015114319510757923,0.13030749559402466,0.772795706987381,1484.0,379904.0,5060.418510281015,24313856.0 +407.4,29.770000457763672,4771.0,0.01402214914560318,0.1526692658662796,2.1119678020477295,-0.012292362749576569,0.22930090129375458,0.6600683629512787,1485.0,380160.0,5063.8531731651165,24330240.0 +404.68,28.850000381469727,4829.0,0.014280439354479313,0.1482950896024704,2.109100103378296,-0.013950501568615437,0.1830858588218689,0.7527061253786087,1486.0,380416.0,5067.2460677931085,24346624.0 +408.18,28.889999389648438,4913.0,0.015583693981170654,0.16943359375,2.0933523178100586,-0.013052158989012241,0.2121424823999405,0.7003312110900879,1487.0,380672.0,5070.581290537957,24363008.0 +400.44,29.0,4848.0,0.014614411629736423,0.1683756560087204,2.1267294883728027,-0.011331859976053238,0.20109397172927856,0.7448128759860992,1488.0,380928.0,5073.961373029975,24379392.0 +400.72,28.940000534057617,5012.0,0.015224290080368519,0.1642659455537796,2.111353635787964,-0.01122490968555212,0.1749338060617447,0.7394606471061707,1489.0,381184.0,5077.230619226117,24395776.0 +406.96,29.75,5037.0,0.010932371020317078,0.1368611603975296,2.1275532245635986,-0.014259341172873974,0.11100897938013077,0.8001439422369003,1490.0,381440.0,5080.483523648931,24412160.0 +406.33,30.010000228881836,5004.0,0.014774712733924389,0.1683146208524704,2.115633726119995,-0.011146202683448792,0.19342239201068878,0.7088336646556854,1491.0,381696.0,5083.757872869959,24428544.0 +400.91,29.100000381469727,5023.0,0.0155385946854949,0.1762898713350296,2.1026065349578857,-0.013728572987020016,0.16581560671329498,0.768066331744194,1492.0,381952.0,5087.020118074026,24444928.0 +405.57,28.860000610351562,4914.0,0.013414505869150162,0.1462605744600296,2.0962963104248047,-0.015618366189301014,0.13983488082885742,0.7770404070615768,1493.0,382208.0,5090.354700779077,24461312.0 +405.55,29.260000228881836,4950.0,0.012079129926860332,0.1388753205537796,2.09570574760437,-0.014090212993323803,0.17133235931396484,0.7459575831890106,1494.0,382464.0,5093.664941817056,24477696.0 +397.13,28.850000381469727,4939.0,0.010310962796211243,0.11724853515625,2.099200963973999,-0.01235181838274002,0.2787107527256012,0.6616254448890686,1495.0,382720.0,5096.982883870136,24494080.0 +402.48,29.469999313354492,4867.0,0.012937459163367748,0.1382039338350296,2.086458921432495,-0.015658767893910408,0.12011244148015976,0.8018797338008881,1496.0,382976.0,5100.349680925021,24510464.0 +405.38,29.739999771118164,4867.0,0.012801007367670536,0.1579793244600296,2.06966233253479,-0.009879613295197487,0.23900729417800903,0.6984735429286957,1497.0,383232.0,5103.716005309019,24526848.0 +396.99,28.540000915527344,4886.0,0.012601162306964397,0.1530558317899704,2.0493648052215576,-0.012612243182957172,0.32960811257362366,0.6450240314006805,1498.0,383488.0,5107.069193108939,24543232.0 +385.31,27.420000076293945,4850.0,0.012005317956209183,0.1388142853975296,2.067949056625366,-0.011736816726624966,0.34476032853126526,0.6201676428318024,1499.0,383744.0,5110.447505957913,24559616.0 +393.68,27.610000610351562,4789.0,0.013991151936352253,0.1527506560087204,2.0642926692962646,-0.01096387580037117,0.19783085584640503,0.7424066364765167,1500.0,384000.0,5113.869249613024,24576000.0 +399.53,28.68000030517578,4788.0,0.013438583351671696,0.1450398713350296,2.078733205795288,-0.012860463000833988,0.20087437331676483,0.7445730566978455,1501.0,384256.0,5117.291064683115,24592384.0 +389.41,27.959999084472656,4737.0,0.013241074047982693,0.1370849609375,2.0425751209259033,-0.012508075684309006,0.3321478068828583,0.6584067046642303,1502.0,384512.0,5120.750459417002,24608768.0 +389.61,27.899999618530273,4803.0,0.010931670665740967,0.1310221403837204,2.0782201290130615,-0.013501082547008991,0.21543826162815094,0.6946523785591125,1503.0,384768.0,5124.162078486988,24625152.0 +383.81,26.709999084472656,4941.0,0.009198423475027084,0.0991007462143898,2.0644619464874268,-0.01116307731717825,0.3750218152999878,0.6093693673610687,1504.0,385024.0,5127.4786871399265,24641536.0 +397.61,27.06999969482422,4944.0,0.014058783650398254,0.1658935546875,2.12142276763916,-0.013186301104724407,0.19299878180027008,0.7154212296009064,1505.0,385280.0,5130.7925506611355,24657920.0 +400.5,28.15999984741211,4821.0,0.015606186352670193,0.1741943359375,2.0995500087738037,-0.012806658633053303,0.17673440277576447,0.7468964457511902,1506.0,385536.0,5134.191277913982,24674304.0 +412.49,29.479999542236328,4891.0,0.014073703438043594,0.1649576872587204,2.1178934574127197,-0.013999505899846554,0.16142311692237854,0.7624388039112091,1507.0,385792.0,5137.541196242906,24690688.0 +404.01,28.530000686645508,4862.0,0.01492548082023859,0.1694539338350296,2.1123640537261963,-0.010401776991784573,0.30745139718055725,0.6285742223262787,1508.0,386048.0,5140.911630609073,24707072.0 +402.84,28.479999542236328,4930.0,0.015339058823883533,0.1795247346162796,2.1123416423797607,-0.014346501789987087,0.18630093336105347,0.759409636259079,1509.0,386304.0,5144.235260993009,24723456.0 +406.54,29.350000381469727,5106.0,0.015039040707051754,0.1727498322725296,2.1124722957611084,-0.013720627874135971,0.12323427945375443,0.7826787531375885,1510.0,386560.0,5147.444290175103,24739840.0 +407.14,30.280000686645508,4833.0,0.019089816138148308,0.1785481721162796,2.109778881072998,-0.011515289545059204,0.1875629872083664,0.6924370229244232,1511.0,386816.0,5150.8353241870645,24756224.0 +402.25,29.90999984741211,4862.0,0.016117772087454796,0.17431640625,2.132098436355591,-0.014284185133874416,0.18404674530029297,0.7056556046009064,1512.0,387072.0,5154.205402675085,24772608.0 +389.33,27.770000457763672,5101.0,0.011320922523736954,0.13995361328125,2.1340339183807373,-0.011107477359473705,0.2953622341156006,0.5869709551334381,1513.0,387328.0,5157.419989397982,24788992.0 +374.36,26.309999465942383,4908.0,0.01029386930167675,0.12213134765625,2.1382625102996826,-0.012244142591953278,0.4495464563369751,0.499075710773468,1514.0,387584.0,5160.758488927968,24805376.0 +363.25,25.280000686645508,5031.0,0.010724873282015324,0.1190185546875,2.1511757373809814,-0.01039139460772276,0.43710777163505554,0.5307076275348663,1515.0,387840.0,5164.015268797055,24821760.0 +379.08,26.239999771118164,4893.0,0.01488417387008667,0.1541748046875,2.163729667663574,-0.013349139131605625,0.20899386703968048,0.6614153683185577,1516.0,388096.0,5167.36431409209,24838144.0 +391.15,26.860000610351562,5153.0,0.013272049836814404,0.159423828125,2.1507325172424316,-0.012182771228253841,0.24220049381256104,0.6869835257530212,1517.0,388352.0,5170.5447440641,24854528.0 +391.45,26.260000228881836,4912.0,0.012832988984882832,0.1581624299287796,2.1625988483428955,-0.008062195964157581,0.3711574971675873,0.5263213515281677,1518.0,388608.0,5173.880299031967,24870912.0 +381.21,25.520000457763672,4722.0,0.012463887222111225,0.14471435546875,2.1461029052734375,-0.011212311685085297,0.357162207365036,0.5884630382061005,1519.0,388864.0,5177.350790804019,24887296.0 +383.46,25.600000381469727,4871.0,0.01279460359364748,0.1488037109375,2.156344175338745,-0.009503180161118507,0.3916613757610321,0.6109054982662201,1520.0,389120.0,5180.714945222018,24903680.0 +387.32,25.93000030517578,5058.0,0.016430804505944252,0.154541015625,2.1558544635772705,-0.013491597026586533,0.25168129801750183,0.6348512172698975,1521.0,389376.0,5183.954878918128,24920064.0 +400.65,28.200000762939453,4986.0,0.015080957673490047,0.1669108122587204,2.1664397716522217,-0.015446039848029613,0.1323014348745346,0.764397993683815,1522.0,389632.0,5187.241089913063,24936448.0 +412.79,30.079999923706055,4893.0,0.011987145990133286,0.1444091796875,2.182864189147949,-0.012912656180560589,0.16835154592990875,0.722490131855011,1523.0,389888.0,5190.589926535962,24952832.0 +406.97,29.56999969482422,4851.0,0.015777500346302986,0.1607666015625,2.172067165374756,-0.009110125713050365,0.1674046516418457,0.6843471229076385,1524.0,390144.0,5193.967740146909,24969216.0 +401.44,29.329999923706055,4955.0,0.017387032508850098,0.1821085661649704,2.134622573852539,-0.013427629135549068,0.2033902257680893,0.669318288564682,1525.0,390400.0,5197.274513388053,24985600.0 diff --git a/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..cc90b5530a4101c8242b4c1c28308b416999dc51 --- /dev/null +++ b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +83.36,-2.1600000858306885,276.0,0.0002037668164120987,0.0,2.707831621170044,-0.0003537575248628855,0.2615922689437866,0.0006478428840637207,1.0,256.0,59.28682835097425,16384.0 +83.52,-2.680000066757202,4712.0,0.00046354494406841695,0.0,2.7064602375030518,-0.000760465394705534,0.16444692015647888,0.014470040798187256,2.0,512.0,62.7685390280094,32768.0 +84.21,-2.130000114440918,4737.0,0.002259625354781747,0.011250813491642475,2.6979739665985107,-0.001209009438753128,0.14008767902851105,0.06413477659225464,3.0,768.0,66.22755171102472,49152.0 +88.08,-2.809999942779541,4730.0,0.0017269034869968891,0.0024617512244731188,2.6932976245880127,-0.0014628978678956628,0.1522507220506668,0.18213403224945068,4.0,1024.0,69.69262935919687,65536.0 +90.59,-2.609999895095825,4654.0,0.0016243541613221169,0.0075276694260537624,2.685584783554077,-0.0018577136797830462,0.13793742656707764,0.2897235155105591,5.0,1280.0,73.21334389504045,81920.0 +86.77,-1.7799999713897705,4710.0,0.0021071466617286205,0.008463541977107525,2.674819231033325,-0.0016817892901599407,0.1210639551281929,0.3503495454788208,6.0,1536.0,76.69188158703037,98304.0 +86.04,-2.0299999713897705,4482.0,0.0017342655919492245,0.00390625,2.6841928958892822,-0.0020073936320841312,0.11911582201719284,0.36855196952819824,7.0,1792.0,80.34767217608169,114688.0 +93.5,-2.809999942779541,4768.0,0.0023492409382015467,0.01617431640625,2.681210517883301,-0.0023579986300319433,0.12108012288808823,0.39645880460739136,8.0,2048.0,83.78413127106614,131072.0 +86.42,-2.2699999809265137,4515.0,0.0021742263343185186,0.013407389633357525,2.6772167682647705,-0.0031161040533334017,0.10845331102609634,0.44079238176345825,9.0,2304.0,87.41332292510197,147456.0 +84.36,-2.299999952316284,4680.0,0.002760734409093857,0.01708984375,2.6727454662323,-0.004220483358949423,0.10892584919929504,0.45250797271728516,10.0,2560.0,90.91517623700202,163840.0 +83.43,-2.1600000858306885,4607.0,0.003413547994568944,0.02227783203125,2.6563525199890137,-0.003826102241873741,0.1167723536491394,0.5206096470355988,11.0,2816.0,94.4717769830022,180224.0 +79.39,-2.509999990463257,4692.0,0.003930757287889719,0.02386474609375,2.651085138320923,-0.005115983076393604,0.1005873754620552,0.54155233502388,12.0,3072.0,97.96448736614548,196608.0 +79.4,-1.2599999904632568,4746.0,0.003920628223568201,0.0322265625,2.6542234420776367,-0.006146820727735758,0.07628083974123001,0.579552173614502,13.0,3328.0,101.41681207716465,212992.0 +79.21,-1.9299999475479126,4536.0,0.0034864330664277077,0.02950032614171505,2.632159471511841,-0.005618157330900431,0.07801666110754013,0.6199648976325989,14.0,3584.0,105.02903339010663,229376.0 +77.52,-1.8899999856948853,4596.0,0.0033718112390488386,0.02968343161046505,2.627474546432495,-0.006284611765295267,0.08682972192764282,0.6117283999919891,15.0,3840.0,108.59380529308692,245760.0 +77.52,-1.5800000429153442,4613.0,0.005628321319818497,0.0587565116584301,2.6108272075653076,-0.010326280258595943,0.06930216401815414,0.6719446778297424,16.0,4096.0,112.14575087907724,262144.0 +74.18,-0.8500000238418579,4607.0,0.0054134768433868885,0.06396484375,2.6171138286590576,-0.011056289076805115,0.06320834159851074,0.6894934177398682,17.0,4352.0,115.70210064714774,278528.0 +79.54,-0.6600000262260437,4621.0,0.005893789231777191,0.06866455078125,2.6088638305664062,-0.012392970733344555,0.06732093542814255,0.6547116637229919,18.0,4608.0,119.24771431018598,294912.0 +77.74,-0.7799999713897705,4715.0,0.005443117115646601,0.0628255233168602,2.6122982501983643,-0.011748856864869595,0.059283364564180374,0.6533136963844299,19.0,4864.0,122.72286213305779,311296.0 +74.71,-0.4399999976158142,4881.0,0.006566823925822973,0.0810750350356102,2.603588342666626,-0.012724430300295353,0.04812649264931679,0.6114476919174194,20.0,5120.0,126.08014316018671,327680.0 +78.42,-0.5299999713897705,4677.0,0.0077951024286448956,0.1049397811293602,2.5934898853302,-0.013424831442534924,0.04620688036084175,0.5774970352649689,21.0,5376.0,129.5833263460081,344064.0 +75.9,0.09000000357627869,4578.0,0.007695276755839586,0.1042683944106102,2.5983681678771973,-0.01419274602085352,0.04081820324063301,0.6003056168556213,22.0,5632.0,133.16244536219165,360448.0 +75.81,0.3100000023841858,4749.0,0.007719436660408974,0.0985310897231102,2.60140323638916,-0.014508895576000214,0.034984711557626724,0.5404301583766937,23.0,5888.0,136.6128114219755,376832.0 +78.54,0.25,4582.0,0.008659250102937222,0.118408203125,2.5989034175872803,-0.014212979935109615,0.0362384095788002,0.5711663961410522,24.0,6144.0,140.18853024113923,393216.0 +82.29,0.8899999856948853,4784.0,0.007578324060887098,0.0973103865981102,2.578108072280884,-0.014577287249267101,0.036434464156627655,0.5240544080734253,25.0,6400.0,143.61390116112307,409600.0 +79.08,0.7300000190734863,4628.0,0.008837898261845112,0.1167195662856102,2.569718599319458,-0.016008855774998665,0.03341608867049217,0.4560440182685852,26.0,6656.0,147.15513535006903,425984.0 +83.9,1.0299999713897705,4481.0,0.010994437150657177,0.1482340544462204,2.566887617111206,-0.013726248405873775,0.03152725100517273,0.5698092579841614,27.0,6912.0,150.81190224015154,442368.0 +80.66,1.440000057220459,4684.0,0.009569142945110798,0.1270548552274704,2.562293767929077,-0.0154740484431386,0.03016308695077896,0.6084313094615936,28.0,7168.0,154.31001021899283,458752.0 +75.67,1.2000000476837158,4642.0,0.010637675411999226,0.1396484375,2.5348219871520996,-0.014309634454548359,0.03245316818356514,0.6235373616218567,29.0,7424.0,157.83999844407663,475136.0 +82.55,1.4900000095367432,4735.0,0.010677557438611984,0.1446736603975296,2.520949602127075,-0.017414763569831848,0.036591675132513046,0.6189520359039307,30.0,7680.0,161.30034185107797,491520.0 +80.15,1.2799999713897705,4933.0,0.010006887838244438,0.1325886994600296,2.5442047119140625,-0.014543342404067516,0.026996539905667305,0.6461097896099091,31.0,7936.0,164.62222370901145,507904.0 +78.86,1.1699999570846558,4946.0,0.013494372367858887,0.1737874299287796,2.511157274246216,-0.012056440114974976,0.03850975260138512,0.6000655889511108,32.0,8192.0,167.93542495905422,524288.0 +85.34,1.6100000143051147,4894.0,0.008797326125204563,0.1199747696518898,2.5317330360412598,-0.0165274515748024,0.031176840886473656,0.6565453112125397,33.0,8448.0,171.28328725509346,540672.0 +84.9,1.409999966621399,4950.0,0.012229391373693943,0.1607666015625,2.522386312484741,-0.01435860525816679,0.03461983799934387,0.6359607577323914,34.0,8704.0,174.59324792097323,557056.0 +84.13,1.4600000381469727,5031.0,0.012190231122076511,0.1598917692899704,2.5000674724578857,-0.011531735770404339,0.04109794273972511,0.7013065814971924,35.0,8960.0,177.8501776009798,573440.0 +90.74,1.6200000047683716,4512.0,0.00991735327988863,0.1302083283662796,2.512136220932007,-0.01515230257064104,0.03886547312140465,0.6747206151485443,36.0,9216.0,181.4819736520294,589824.0 +90.73,1.8799999952316284,4671.0,0.011213232763111591,0.1454264372587204,2.491649627685547,-0.017434731125831604,0.0425722636282444,0.6574020385742188,37.0,9472.0,184.98981669708155,606208.0 +89.64,1.559999942779541,4751.0,0.010042816400527954,0.1319987028837204,2.486389636993408,-0.013531398959457874,0.04256869852542877,0.6867287158966064,38.0,9728.0,188.44237072300166,622592.0 +91.96,1.6699999570846558,4788.0,0.010878476314246655,0.1447957307100296,2.4724581241607666,-0.018444497138261795,0.031883951276540756,0.6461493670940399,39.0,9984.0,191.86464307713322,638976.0 +88.15,2.130000114440918,5053.0,0.012798209674656391,0.169677734375,2.4562880992889404,-0.014909625984728336,0.026910865679383278,0.7201510667800903,40.0,10240.0,195.10792800108902,655360.0 +84.36,1.9199999570846558,4960.0,0.012000407092273235,0.1654052734375,2.4545838832855225,-0.021582012996077538,0.03306880220770836,0.7200852930545807,41.0,10496.0,198.41179180098698,671744.0 +105.7,2.5199999809265137,4758.0,0.011007058434188366,0.1504720002412796,2.4169695377349854,-0.014963391236960888,0.04332660138607025,0.7033686339855194,42.0,10752.0,201.85598707199097,688128.0 +108.0,3.0199999809265137,4547.0,0.01242015790194273,0.1766764372587204,2.4278948307037354,-0.018442992120981216,0.041913483291864395,0.7475483119487762,43.0,11008.0,205.4599347661715,704512.0 +102.01,2.5999999046325684,4904.0,0.009297032840549946,0.1258748322725296,2.39868426322937,-0.01655443012714386,0.05763290822505951,0.6972427070140839,44.0,11264.0,208.80252249306068,720896.0 +126.29,3.2899999618530273,4774.0,0.009764120914041996,0.1252238005399704,2.3698599338531494,-0.012326517142355442,0.08120795339345932,0.6758233904838562,45.0,11520.0,212.2349610060919,737280.0 +115.65,3.2200000286102295,4711.0,0.012289823032915592,0.16552734375,2.3568906784057617,-0.016514649614691734,0.06677503883838654,0.7101788222789764,46.0,11776.0,215.71294508199207,753664.0 +140.91,5.050000190734863,4615.0,0.011503450572490692,0.1502278596162796,2.3284518718719482,-0.0077586849220097065,0.17604416608810425,0.5235699415206909,47.0,12032.0,219.26360535202548,770048.0 +125.25,3.5799999237060547,4625.0,0.012809447944164276,0.1696370393037796,2.315068006515503,-0.01663210056722164,0.0644645020365715,0.706613153219223,48.0,12288.0,222.80636979918927,786432.0 +133.79,3.4100000858306885,4612.0,0.014775652438402176,0.1928303986787796,2.3526954650878906,-0.013666722923517227,0.09330711513757706,0.6623593866825104,49.0,12544.0,226.35933522111736,802816.0 +145.91,4.25,4687.0,0.012145030312240124,0.1644287109375,2.3293864727020264,-0.015962639823555946,0.08705554157495499,0.6901909112930298,50.0,12800.0,229.85537349409424,819200.0 +174.81,6.059999942779541,4675.0,0.010444615967571735,0.1359456330537796,2.357628345489502,-0.013250172138214111,0.17348091304302216,0.5389598608016968,51.0,13056.0,233.36036586714908,835584.0 +158.63,5.119999885559082,4700.0,0.01001733262091875,0.1269124299287796,2.361704111099243,-0.012048901058733463,0.1492409110069275,0.583063393831253,52.0,13312.0,236.84820282505825,851968.0 +178.3,5.260000228881836,4634.0,0.009615329094231129,0.12158203125,2.348078727722168,-0.010863278992474079,0.15856648981571198,0.5758783519268036,53.0,13568.0,240.38402992510237,868352.0 +192.65,6.010000228881836,4602.0,0.014120806939899921,0.1818033903837204,2.34140944480896,-0.011697058565914631,0.10581076145172119,0.658180445432663,54.0,13824.0,243.94456564006396,884736.0 +188.81,5.760000228881836,4673.0,0.009020269848406315,0.11273193359375,2.34090256690979,-0.009746312163770199,0.16127176582813263,0.6418367028236389,55.0,14080.0,247.4516460110899,901120.0 +194.01,6.400000095367432,4559.0,0.010206819511950016,0.1311848908662796,2.313608169555664,-0.009714516811072826,0.1879514455795288,0.6471630334854126,56.0,14336.0,251.0456386480946,917504.0 +191.85,6.46999979019165,4626.0,0.012265696190297604,0.154296875,2.351959466934204,-0.011562521569430828,0.11502494663000107,0.7226478755474091,57.0,14592.0,254.59078144701198,933888.0 +217.08,7.369999885559082,4591.0,0.011206631548702717,0.1432291716337204,2.3303911685943604,-0.004512172192335129,0.1873922497034073,0.7120111286640167,58.0,14848.0,258.16036836616695,950272.0 +221.03,8.039999961853027,4805.0,0.009115610271692276,0.10955810546875,2.347529649734497,-0.00904878694564104,0.19393515586853027,0.7574824392795563,59.0,15104.0,261.5704748611897,966656.0 +221.01,8.819999694824219,4988.0,0.008605767041444778,0.1087646484375,2.3484582901000977,-0.01043990720063448,0.17041611671447754,0.7903026193380356,60.0,15360.0,264.8556949500926,983040.0 +244.03,10.300000190734863,4785.0,0.00987961981445551,0.1188761368393898,2.3366756439208984,-0.008500388823449612,0.2034665197134018,0.779167503118515,61.0,15616.0,268.281060337089,999424.0 +259.08,10.4399995803833,4750.0,0.009972349740564823,0.1227823868393898,2.3579599857330322,-0.008122180588543415,0.20850680768489838,0.7856165766716003,62.0,15872.0,271.73076513502747,1015808.0 +240.41,10.970000267028809,4804.0,0.011282168328762054,0.1429443359375,2.3141777515411377,-0.011005681939423084,0.23143140971660614,0.8079003840684891,63.0,16128.0,275.14153544511646,1032192.0 +252.77,11.149999618530273,4671.0,0.011435345746576786,0.1405436247587204,2.3297765254974365,-0.008971870876848698,0.20280174911022186,0.7927961498498917,64.0,16384.0,278.6497224541381,1048576.0 +249.89,11.1899995803833,4706.0,0.010011563077569008,0.1244303360581398,2.2974092960357666,-0.014069072902202606,0.21474917232990265,0.8071328997612,65.0,16640.0,282.13154857000336,1064960.0 +268.23,13.40999984741211,4765.0,0.009549090638756752,0.1192423477768898,2.282222270965576,-0.010623004287481308,0.2786049544811249,0.8141615092754364,66.0,16896.0,285.5704156199936,1081344.0 +297.3,14.600000381469727,4846.0,0.010312643833458424,0.1285400390625,2.2842512130737305,-0.008771670050919056,0.2596586048603058,0.8146191984415054,67.0,17152.0,288.9519223771058,1097728.0 +293.58,14.5600004196167,4658.0,0.00955798476934433,0.1144002303481102,2.2554759979248047,-0.006034193094819784,0.29611936211586,0.8313789218664169,68.0,17408.0,292.4696356661152,1114112.0 +306.01,15.869999885559082,4573.0,0.01278375368565321,0.1599528044462204,2.2632906436920166,-0.01031664852052927,0.2609187662601471,0.8480083346366882,69.0,17664.0,296.0526677710004,1130496.0 +281.45,12.890000343322754,4733.0,0.010718721896409988,0.1289876252412796,2.2396657466888428,-0.010238555260002613,0.2971043586730957,0.8291284888982773,70.0,17920.0,299.5149044850841,1146880.0 +289.73,13.25,4657.0,0.012284190393984318,0.15533447265625,2.2482781410217285,-0.010430890135467052,0.24743540585041046,0.8166177272796631,71.0,18176.0,303.0337592191063,1163264.0 +307.73,15.220000267028809,4641.0,0.01138918474316597,0.1444498747587204,2.242295026779175,-0.011615265160799026,0.2699091136455536,0.8506776243448257,72.0,18432.0,306.5643666239921,1179648.0 +322.23,16.8700008392334,4575.0,0.012766159139573574,0.1679890900850296,2.224102020263672,-0.013530743308365345,0.25548186898231506,0.8584891706705093,73.0,18688.0,310.1458137400914,1196032.0 +328.8,17.489999771118164,4547.0,0.01223684474825859,0.1562296599149704,2.226824998855591,-0.00851136352866888,0.31069424748420715,0.8307360410690308,74.0,18944.0,313.7491559900809,1212416.0 +330.99,16.989999771118164,4608.0,0.00970438402146101,0.1268310546875,2.2300570011138916,-0.01239803060889244,0.32939082384109497,0.8305303454399109,75.0,19200.0,317.30496895709075,1228800.0 +328.55,16.969999313354492,4662.0,0.009867951273918152,0.12786865234375,2.2244975566864014,-0.0111137880012393,0.30729684233665466,0.839193806052208,76.0,19456.0,320.819971652003,1245184.0 +329.0,17.329999923706055,4631.0,0.01143478974699974,0.14752197265625,2.2385377883911133,-0.012079997919499874,0.28312429785728455,0.8321187645196915,77.0,19712.0,324.3584345441777,1261568.0 +327.22,18.0,4665.0,0.010211026296019554,0.13262939453125,2.2284021377563477,-0.00839750561863184,0.3488057851791382,0.8375873267650604,78.0,19968.0,327.87177840806544,1277952.0 +316.62,16.90999984741211,4828.0,0.007305114064365625,0.0893147811293602,2.236737012863159,-0.012654275633394718,0.31879469752311707,0.841781958937645,79.0,20224.0,331.26558672101237,1294336.0 +306.12,16.420000076293945,4962.0,0.007532934192568064,0.0940144881606102,2.2590718269348145,-0.012730288319289684,0.29927197098731995,0.8587762415409088,80.0,20480.0,334.56768276309595,1310720.0 +309.99,15.90999984741211,4985.0,0.01902599446475506,0.2190755158662796,2.267627477645874,-0.004169536754488945,0.34065428376197815,0.7818010151386261,81.0,20736.0,337.8550032239873,1327104.0 +327.71,17.09000015258789,4704.0,0.013455127365887165,0.1666666716337204,2.196645498275757,-0.01078700553625822,0.3510635197162628,0.8186704814434052,82.0,20992.0,341.3379787809681,1343488.0 +331.52,17.290000915527344,4688.0,0.009972312487661839,0.1307576447725296,2.21195387840271,-0.012131049297749996,0.3702430725097656,0.7993458807468414,83.0,21248.0,344.8332749900874,1359872.0 +332.64,17.34000015258789,4638.0,0.007814102806150913,0.0985921248793602,2.2393531799316406,-0.013106307946145535,0.3628600835800171,0.8022316247224808,84.0,21504.0,348.3663046201691,1376256.0 +333.79,18.700000762939453,4563.0,0.00899079442024231,0.1202392578125,2.240048885345459,-0.012167814187705517,0.2845287024974823,0.841927170753479,85.0,21760.0,351.95714575308375,1392640.0 +334.78,19.649999618530273,4625.0,0.00953876506537199,0.1278279572725296,2.2542757987976074,-0.010200033895671368,0.28704091906547546,0.8341327756643295,86.0,22016.0,355.500293279998,1409024.0 +345.09,19.709999084472656,4627.0,0.012266277335584164,0.1573689728975296,2.23473858833313,-0.011506100185215473,0.32429537177085876,0.770183801651001,87.0,22272.0,359.04139642207883,1425408.0 +354.25,19.600000381469727,4768.0,0.01013003010302782,0.1404011994600296,2.2413065433502197,-0.005934004206210375,0.32572758197784424,0.8144441992044449,88.0,22528.0,362.4781984980218,1441792.0 +352.24,19.6299991607666,4703.0,0.007065771613270044,0.0869344100356102,2.244306802749634,-0.009842162020504475,0.3291907012462616,0.8195144981145859,89.0,22784.0,365.9624091470614,1458176.0 +315.05,16.469999313354492,4525.0,0.009042773395776749,0.1148274764418602,2.257265090942383,-0.010274022817611694,0.35010218620300293,0.8204102069139481,90.0,23040.0,369.58313909498975,1474560.0 +316.5,17.31999969482422,4579.0,0.010432257317006588,0.1358642578125,2.2600455284118652,-0.013152298517525196,0.3055405616760254,0.8118328750133514,91.0,23296.0,373.1616158010438,1490944.0 +326.92,17.68000030517578,4790.0,0.0076318844221532345,0.0984293594956398,2.2818286418914795,-0.013019080273807049,0.27480101585388184,0.8087970614433289,92.0,23552.0,376.5824656949844,1507328.0 +339.28,17.90999984741211,4643.0,0.009172778576612473,0.1195882186293602,2.2903528213500977,-0.01383191253989935,0.31249549984931946,0.7967414855957031,93.0,23808.0,380.1112601161003,1523712.0 +327.44,16.579999923706055,4780.0,0.008851394057273865,0.1145223006606102,2.290024518966675,-0.011954721994698048,0.2987614870071411,0.7744943350553513,94.0,24064.0,383.5389757100493,1540096.0 +327.34,17.31999969482422,4725.0,0.010986161418259144,0.1416422575712204,2.269390106201172,-0.012723158113658428,0.34458208084106445,0.7647827416658401,95.0,24320.0,387.00766735197976,1556480.0 +344.84,18.229999542236328,4860.0,0.014561358839273453,0.1846720427274704,2.2772037982940674,-0.010727979242801666,0.2969684302806854,0.7800848186016083,96.0,24576.0,390.379257094115,1572864.0 +351.33,18.780000686645508,4710.0,0.007885213010013103,0.0998128280043602,2.2639055252075195,-0.011521715670824051,0.2554610073566437,0.8057643622159958,97.0,24832.0,393.8578538580332,1589248.0 +358.8,20.170000076293945,4595.0,0.00881082285195589,0.1174112930893898,2.2530715465545654,-0.011818249709904194,0.3567984998226166,0.7544992864131927,98.0,25088.0,397.42367583396845,1605632.0 +362.99,20.1299991607666,4805.0,0.007458094507455826,0.0982666015625,2.2556750774383545,-0.011961794458329678,0.34419336915016174,0.7509973794221878,99.0,25344.0,400.83405146212317,1622016.0 +370.51,20.90999984741211,4485.0,0.008023860864341259,0.1010538712143898,2.2826766967773438,-0.012089432217180729,0.2515547573566437,0.7702960819005966,100.0,25600.0,404.48772279010154,1638400.0 +363.63,20.190000534057617,4513.0,0.008505462668836117,0.1121012344956398,2.2777233123779297,-0.013080046512186527,0.28459128737449646,0.8098513782024384,101.0,25856.0,408.1188337560743,1654784.0 +358.87,19.950000762939453,4610.0,0.012497068382799625,0.170654296875,2.3028135299682617,-0.008516881614923477,0.28977909684181213,0.785130113363266,102.0,26112.0,411.6730610621162,1671168.0 +337.44,18.329999923706055,4619.0,0.010269627906382084,0.1364542692899704,2.308969020843506,-0.012207928113639355,0.2931777536869049,0.7994287014007568,103.0,26368.0,415.2203104880173,1687552.0 +326.83,18.3700008392334,4549.0,0.015399091877043247,0.1930948942899704,2.310685873031616,-0.0029958784580230713,0.3647429943084717,0.7342052757740021,104.0,26624.0,418.82232420216314,1703936.0 +344.28,19.639999389648438,4579.0,0.009013610891997814,0.1146036759018898,2.294673204421997,-0.008616766892373562,0.30988216400146484,0.7579741477966309,105.0,26880.0,422.4006166011095,1720320.0 +367.31,21.100000381469727,4489.0,0.006267096847295761,0.0749715194106102,2.303586721420288,-0.010778699070215225,0.2916583716869354,0.8036787509918213,106.0,27136.0,426.05037245410495,1736704.0 +364.56,20.739999771118164,4713.0,0.005335971713066101,0.0534464530646801,2.302025318145752,-0.010239250026643276,0.32506468892097473,0.786782294511795,107.0,27392.0,429.5268729880918,1753088.0 +359.18,20.690000534057617,4791.0,0.008069672621786594,0.1073811873793602,2.2895944118499756,-0.00909651443362236,0.34048041701316833,0.7621994912624359,108.0,27648.0,432.94694859115407,1769472.0 +350.86,20.15999984741211,4637.0,0.006995395291596651,0.0877278670668602,2.3000028133392334,-0.009558707475662231,0.2829447090625763,0.7925678193569183,109.0,27904.0,436.4805670781061,1785856.0 +345.83,20.549999237060547,4624.0,0.007033726666122675,0.0864054337143898,2.2782301902770996,-0.012764924205839634,0.30722907185554504,0.7905679494142532,110.0,28160.0,440.02440571505576,1802240.0 +347.04,20.100000381469727,4475.0,0.007090190425515175,0.0859781876206398,2.2638967037200928,-0.01195570733398199,0.30345311760902405,0.7868048697710037,111.0,28416.0,443.68570629297756,1818624.0 +354.35,19.940000534057617,4611.0,0.006493141409009695,0.0767822265625,2.2735393047332764,-0.011124095879495144,0.3245100677013397,0.7939466834068298,112.0,28672.0,447.2398206181824,1835008.0 +364.29,20.440000534057617,4580.0,0.008145513944327831,0.10394287109375,2.2639482021331787,-0.01016226876527071,0.32461437582969666,0.7505720853805542,113.0,28928.0,450.8177555061411,1851392.0 +355.54,20.239999771118164,4555.0,0.014839929528534412,0.1855265349149704,2.2652876377105713,-0.005710188299417496,0.3470858335494995,0.7481090426445007,114.0,29184.0,454.41473291418515,1867776.0 +346.65,19.18000030517578,4685.0,0.014105637557804585,0.19244384765625,2.2785484790802,-0.012473493814468384,0.27556902170181274,0.7676188051700592,115.0,29440.0,457.91285735717975,1884160.0 +365.06,20.950000762939453,4791.0,0.007143251597881317,0.0889485701918602,2.279820442199707,-0.010476852767169476,0.2591626048088074,0.7739192396402359,116.0,29696.0,461.3328970321454,1900544.0 +379.46,21.90999984741211,4795.0,0.007206028793007135,0.09002685546875,2.2728805541992188,-0.011918731965124607,0.24149976670742035,0.8041911721229553,117.0,29952.0,464.7504245301243,1916928.0 +372.67,21.229999542236328,4723.0,0.007420927751809359,0.0907796248793602,2.281568765640259,-0.011368381790816784,0.2825379967689514,0.7653086632490158,118.0,30208.0,468.21984859299846,1933312.0 +362.98,21.40999984741211,4547.0,0.008538094349205494,0.1081136092543602,2.2658326625823975,-0.01033584401011467,0.30817338824272156,0.7728654891252518,119.0,30464.0,471.8236513650045,1949696.0 +345.41,19.579999923706055,4743.0,0.009954609908163548,0.12860107421875,2.296246290206909,-0.012941400520503521,0.30128538608551025,0.7551841586828232,120.0,30720.0,475.2782624051906,1966080.0 +337.19,18.010000228881836,4682.0,0.010881994850933552,0.1459757536649704,2.304377317428589,-0.00649699941277504,0.2842251658439636,0.7877912521362305,121.0,30976.0,478.7781537140254,1982464.0 +354.04,20.079999923706055,4626.0,0.009931033477187157,0.1342976838350296,2.320852518081665,-0.01297982782125473,0.2627742886543274,0.7538772374391556,122.0,31232.0,482.31992803909816,1998848.0 +344.35,18.350000381469727,4571.0,0.012525171041488647,0.1690470427274704,2.3111817836761475,-0.0124352490529418,0.25648272037506104,0.7892234176397324,123.0,31488.0,485.90467287111096,2015232.0 +345.29,18.1200008392334,4581.0,0.008537539280951023,0.1144816055893898,2.291236639022827,-0.010545515455305576,0.30510392785072327,0.7958266586065292,124.0,31744.0,489.4818233551923,2031616.0 +350.05,19.770000457763672,4626.0,0.006517068017274141,0.07513427734375,2.278245449066162,-0.010566088370978832,0.28378817439079285,0.7721535414457321,125.0,32000.0,493.02374737500213,2048000.0 +366.19,22.239999771118164,4701.0,0.006218901369720697,0.0714314803481102,2.281153917312622,-0.010386043228209019,0.29469895362854004,0.7565300315618515,126.0,32256.0,496.5122360801324,2064384.0 +368.63,22.510000228881836,4605.0,0.007439598441123962,0.0876871719956398,2.264948606491089,-0.011231578886508942,0.34465429186820984,0.7520003020763397,127.0,32512.0,500.0706895121839,2080768.0 +355.45,20.6200008392334,4819.0,0.008232996799051762,0.10284423828125,2.2885935306549072,-0.011841416358947754,0.27929607033729553,0.7669694870710373,128.0,32768.0,503.47125124698505,2097152.0 +356.66,19.639999389648438,4882.0,0.007857212796807289,0.1016031876206398,2.261179208755493,-0.012843682430684566,0.30395475029945374,0.772991955280304,129.0,33024.0,506.82743373000994,2113536.0 +365.98,19.579999923706055,4609.0,0.007516724523156881,0.0983683243393898,2.2737977504730225,-0.012670423835515976,0.318915456533432,0.7785387337207794,130.0,33280.0,510.38335793302394,2129920.0 +354.58,18.639999389648438,4898.0,0.008488367311656475,0.11328125,2.2739717960357666,-0.012273412197828293,0.30311980843544006,0.7720027416944504,131.0,33536.0,513.7288766901474,2146304.0 +347.82,19.760000228881836,4662.0,0.008906804956495762,0.11474609375,2.2835981845855713,-0.011048718355596066,0.30041417479515076,0.7571445107460022,132.0,33792.0,517.2439059701283,2162688.0 +348.65,20.200000762939453,4848.0,0.01557073462754488,0.2213541716337204,2.2703943252563477,-0.010558314621448517,0.27177318930625916,0.7902478724718094,133.0,34048.0,520.6242161220871,2179072.0 +362.38,21.059999465942383,4616.0,0.010463397018611431,0.1483968049287796,2.2666659355163574,-0.01319102942943573,0.209100142121315,0.8034534305334091,134.0,34304.0,524.1737772221677,2195456.0 +386.92,23.989999771118164,4769.0,0.008818558417260647,0.1166788712143898,2.260336399078369,-0.013586326502263546,0.23263691365718842,0.8073559552431107,135.0,34560.0,527.6094213461038,2211840.0 +398.41,23.690000534057617,4662.0,0.009457423351705074,0.1263427734375,2.2651233673095703,-0.012702655978500843,0.2589588463306427,0.74897101521492,136.0,34816.0,531.1242602129932,2228224.0 +383.71,22.190000534057617,4631.0,0.010963558219373226,0.15478515625,2.2424416542053223,-0.01242267806082964,0.2388702630996704,0.7798206061124802,137.0,35072.0,534.6625391391572,2244608.0 +386.56,23.06999969482422,4885.0,0.01141104381531477,0.1529134064912796,2.2250959873199463,-0.010871789418160915,0.2650718688964844,0.7736294120550156,138.0,35328.0,538.0174609201495,2260992.0 +382.64,22.350000381469727,4600.0,0.00882157776504755,0.1203816756606102,2.2240254878997803,-0.009931930340826511,0.26875022053718567,0.8029318153858185,139.0,35584.0,541.5792685931083,2277376.0 +371.52,21.6200008392334,4581.0,0.008610774762928486,0.1121826171875,2.2316439151763916,-0.012105613015592098,0.2987350523471832,0.7973728477954865,140.0,35840.0,545.1558604021557,2293760.0 +360.69,20.270000457763672,4738.0,0.01086078304797411,0.1408284455537796,2.232042074203491,-0.010107924230396748,0.327902227640152,0.7590714544057846,141.0,36096.0,548.614610639168,2310144.0 +350.12,18.270000457763672,4860.0,0.01725858263671398,0.2221883088350296,2.20359206199646,-0.009108353406190872,0.3421144187450409,0.6900520622730255,142.0,36352.0,551.986270910129,2326528.0 +368.6,21.149999618530273,4755.0,0.012018244713544846,0.163818359375,2.2161402702331543,-0.007674412336200476,0.2666281759738922,0.7523600459098816,143.0,36608.0,555.4324368811212,2342912.0 +362.34,21.1299991607666,4750.0,0.01701372303068638,0.2204793244600296,2.1921849250793457,-0.007823488675057888,0.2951647639274597,0.7408909201622009,144.0,36864.0,558.8819956360385,2359296.0 +369.93,21.459999084472656,4758.0,0.012041259557008743,0.16082763671875,2.2035038471221924,-0.007505143526941538,0.30286651849746704,0.7596539705991745,145.0,37120.0,562.326115999138,2375680.0 +368.51,21.790000915527344,4924.0,0.007994993589818478,0.1016031876206398,2.2120201587677,-0.009990021586418152,0.2601792812347412,0.7400019764900208,146.0,37376.0,565.6540808721911,2392064.0 +386.83,23.270000457763672,4586.0,0.0075226277112960815,0.09234619140625,2.2032644748687744,-0.008731313981115818,0.2805226743221283,0.7289708256721497,147.0,37632.0,569.2306955151726,2408448.0 +388.42,22.760000228881836,4537.0,0.007682627532631159,0.09832763671875,2.1976816654205322,-0.011668811552226543,0.2715369164943695,0.7601719945669174,148.0,37888.0,572.8420427811798,2424832.0 +378.34,21.09000015258789,4654.0,0.010523412376642227,0.1424560546875,2.217133045196533,-0.009917103685438633,0.29842865467071533,0.7178047299385071,149.0,38144.0,576.3629227480851,2441216.0 +372.99,21.440000534057617,4603.0,0.007799021899700165,0.0956217423081398,2.22054123878479,-0.009819491766393185,0.2934364974498749,0.7230013012886047,150.0,38400.0,579.9227115539834,2457600.0 +380.78,22.030000686645508,4953.0,0.007792079821228981,0.09869384765625,2.2308542728424072,-0.0109798489138484,0.21469931304454803,0.7985653728246689,151.0,38656.0,583.2314774789847,2473984.0 +386.02,23.450000762939453,4613.0,0.013329352252185345,0.1767374724149704,2.227593183517456,-0.005667141173034906,0.3038578927516937,0.7412946820259094,152.0,38912.0,586.7837544130161,2490368.0 +374.59,21.81999969482422,4809.0,0.011387359350919724,0.1550089567899704,2.2091267108917236,-0.012545316480100155,0.2790517807006836,0.7182565927505493,153.0,39168.0,590.1912859370932,2506752.0 +372.7,21.329999923706055,4609.0,0.011815582402050495,0.165283203125,2.2191593647003174,-0.007555073127150536,0.2652670443058014,0.668783962726593,154.0,39424.0,593.7461758600548,2523136.0 +374.06,21.799999237060547,4662.0,0.010038838721811771,0.1341145783662796,2.2160017490386963,-0.010460427962243557,0.2666221559047699,0.7581579238176346,155.0,39680.0,597.2616123561747,2539520.0 +373.74,23.049999237060547,4557.0,0.008905312977731228,0.11834716796875,2.2142605781555176,-0.013125047087669373,0.19390065968036652,0.7963507026433945,156.0,39936.0,600.8574926040601,2555904.0 +352.01,20.850000381469727,4593.0,0.012529301457107067,0.1688435822725296,2.2074923515319824,-0.012697475962340832,0.29637497663497925,0.7449706792831421,157.0,40192.0,604.4251014189795,2572288.0 +344.48,19.3799991607666,4712.0,0.014705241657793522,0.20458984375,2.2164013385772705,-0.012889853678643703,0.25585678219795227,0.7495871186256409,158.0,40448.0,607.9030044251122,2588672.0 +361.52,21.229999542236328,4764.0,0.010226915590465069,0.1446533203125,2.218972682952881,-0.009643088094890118,0.20985619723796844,0.7257737219333649,159.0,40704.0,611.3422941949684,2605056.0 +380.98,23.489999771118164,4663.0,0.005859473720192909,0.06787109375,2.2335927486419678,-0.00998857244849205,0.23898202180862427,0.7212724685668945,160.0,40960.0,614.8566635979805,2621440.0 +381.3,23.25,4643.0,0.008487285114824772,0.1060587540268898,2.250068426132202,-0.00959418062120676,0.24911199510097504,0.7214695513248444,161.0,41216.0,618.3856264741626,2637824.0 +377.38,21.350000381469727,4555.0,0.010141014121472836,0.1360270231962204,2.2358381748199463,-0.008386359550058842,0.2956644296646118,0.6865973770618439,162.0,41472.0,621.9825537570287,2654208.0 +392.92,23.93000030517578,4738.0,0.008649932220578194,0.1101481094956398,2.2615230083465576,-0.010055064223706722,0.221176877617836,0.708563506603241,163.0,41728.0,625.4407006441616,2670592.0 +383.61,23.489999771118164,4638.0,0.011669681407511234,0.1548054963350296,2.2451906204223633,-0.009347542189061642,0.24939052760601044,0.7329882383346558,164.0,41984.0,628.9736259600613,2686976.0 +386.01,24.5,4655.0,0.011901631951332092,0.1586507111787796,2.2193000316619873,-0.008350863121449947,0.1764325350522995,0.7998736947774887,165.0,42240.0,632.4939734621439,2703360.0 +371.04,22.8799991607666,4733.0,0.010132379829883575,0.1357625275850296,2.2298290729522705,-0.009357091970741749,0.261104553937912,0.7399025857448578,166.0,42496.0,635.9562053920235,2719744.0 +380.77,23.639999389648438,4619.0,0.009735107421875,0.1278279572725296,2.230457067489624,-0.009629152715206146,0.23399943113327026,0.7271012365818024,167.0,42752.0,639.5065640311223,2736128.0 +381.55,23.329999923706055,4601.0,0.011312912218272686,0.1537882536649704,2.2551748752593994,-0.013716212473809719,0.2200034111738205,0.7185790538787842,168.0,43008.0,643.067627015058,2752512.0 +356.56,20.829999923706055,4669.0,0.015844671055674553,0.2069498747587204,2.2450597286224365,-0.010791204869747162,0.29961714148521423,0.7576482892036438,169.0,43264.0,646.5772569181863,2768896.0 +355.4,21.010000228881836,4715.0,0.006996996700763702,0.08648681640625,2.261230230331421,-0.011471704579889774,0.2415066808462143,0.7471116483211517,170.0,43520.0,650.0527322590351,2785280.0 +369.97,21.989999771118164,4660.0,0.0100931441411376,0.1349080353975296,2.2505154609680176,-0.010334073565900326,0.28425708413124084,0.723455160856247,171.0,43776.0,653.5688362170476,2801664.0 +366.43,21.670000076293945,4513.0,0.007493141572922468,0.0933634415268898,2.2672581672668457,-0.010753776878118515,0.24120301008224487,0.7452811598777771,172.0,44032.0,657.1994718711358,2818048.0 +361.9,21.559999465942383,4596.0,0.008498122915625572,0.1089070662856102,2.249812126159668,-0.011139062233269215,0.30125483870506287,0.7435530722141266,173.0,44288.0,660.7643754719757,2834432.0 +361.76,21.920000076293945,4924.0,0.007861836813390255,0.0944417342543602,2.2736661434173584,-0.011387757956981659,0.24467851221561432,0.7782190591096878,174.0,44544.0,664.0926971649751,2850816.0 +366.02,21.690000534057617,4631.0,0.011470803059637547,0.14166259765625,2.2564873695373535,-0.011346018873155117,0.28879258036613464,0.7068746387958527,175.0,44800.0,667.6306607990991,2867200.0 +367.22,21.31999969482422,4775.0,0.008910669945180416,0.1142985001206398,2.223541259765625,-0.01228498574346304,0.2301030158996582,0.7953509241342545,176.0,45056.0,671.0628029219806,2883584.0 +365.34,21.399999618530273,4676.0,0.015904976055026054,0.2076619416475296,2.2287557125091553,-0.015378137119114399,0.2846841514110565,0.7483347356319427,177.0,45312.0,674.5669085930567,2899968.0 +373.07,22.459999084472656,4456.0,0.014682281762361526,0.1921793669462204,2.210336208343506,-0.00917007215321064,0.23537509143352509,0.7506197839975357,178.0,45568.0,678.2442273360211,2916352.0 +391.62,24.200000762939453,4729.0,0.014289014041423798,0.1864420622587204,2.2326600551605225,-0.0041245101019740105,0.2889227867126465,0.7235143184661865,179.0,45824.0,681.709233880043,2932736.0 +392.97,24.969999313354492,4717.0,0.009003126993775368,0.1163126602768898,2.224693536758423,-0.00833678338676691,0.3383028507232666,0.7419537901878357,180.0,46080.0,685.183003119193,2949120.0 +366.31,22.610000610351562,4611.0,0.008281691931188107,0.104248046875,2.225161075592041,-0.008285627700388432,0.30394247174263,0.7407889664173126,181.0,46336.0,688.736736041028,2965504.0 +367.16,22.350000381469727,4569.0,0.007570904213935137,0.0929158553481102,2.2461321353912354,-0.008863222785294056,0.27816614508628845,0.7373387217521667,182.0,46592.0,692.3228093460202,2981888.0 +394.33,24.68000030517578,4784.0,0.0065820408053696156,0.0801188126206398,2.2493600845336914,-0.010457788594067097,0.2197573333978653,0.754164457321167,183.0,46848.0,695.7478953450918,2998272.0 +391.98,25.31999969482422,4784.0,0.009628997184336185,0.1264851838350296,2.254638433456421,-0.0062563917599618435,0.26825591921806335,0.6817695200443268,184.0,47104.0,699.1745497430675,3014656.0 +390.98,25.09000015258789,4745.0,0.010453249327838421,0.1398722380399704,2.250633716583252,-0.00949410255998373,0.2608979046344757,0.7123737633228302,185.0,47360.0,702.6275691501796,3031040.0 +379.84,23.09000015258789,4958.0,0.009257389232516289,0.1186319962143898,2.251398801803589,-0.008842001669108868,0.28311699628829956,0.7818873226642609,186.0,47616.0,705.9327442401554,3047424.0 +367.91,22.040000915527344,4828.0,0.009705633856356144,0.1260172575712204,2.270155668258667,-0.007926585152745247,0.26831793785095215,0.7217517495155334,187.0,47872.0,709.3266670880839,3063808.0 +375.22,23.25,4774.0,0.009842236526310444,0.1256306916475296,2.274528741836548,-0.008726959116756916,0.27151116728782654,0.7545747607946396,188.0,48128.0,712.759004011983,3080192.0 +365.01,21.6200008392334,4904.0,0.01034659892320633,0.1358439177274704,2.287226438522339,-0.008952316828072071,0.34134241938591003,0.7131722867488861,189.0,48384.0,716.1004018620588,3096576.0 +356.48,20.530000686645508,4921.0,0.01136255543678999,0.1505330353975296,2.273662805557251,-0.009174752049148083,0.293475478887558,0.6751552522182465,190.0,48640.0,719.4304958370049,3112960.0 +376.86,23.719999313354492,4694.0,0.010912426747381687,0.1512654572725296,2.265345573425293,-0.01122515369206667,0.1571538895368576,0.7849498093128204,191.0,48896.0,722.9212897701655,3129344.0 +384.68,24.329999923706055,4653.0,0.0149937579408288,0.2049357146024704,2.2697880268096924,-0.013258608989417553,0.2548184394836426,0.6771692335605621,192.0,49152.0,726.4426645140629,3145728.0 +370.18,22.479999542236328,4791.0,0.011884872801601887,0.1650187224149704,2.2457730770111084,-0.01524901483207941,0.22574830055236816,0.7265566885471344,193.0,49408.0,729.8628944121301,3162112.0 +367.13,20.809999465942383,4715.0,0.015735654160380363,0.2116902619600296,2.2446835041046143,-0.009614399634301662,0.29075732827186584,0.6580412685871124,194.0,49664.0,733.3378082511481,3178496.0 +373.36,21.209999084472656,4631.0,0.013113339431583881,0.1739095002412796,2.234156847000122,-0.013928207568824291,0.23616451025009155,0.7630738168954849,195.0,49920.0,736.8756731320173,3194880.0 +382.69,22.6299991607666,4595.0,0.013112284243106842,0.1698404997587204,2.2229723930358887,-0.013418427668511868,0.1795341968536377,0.7095666527748108,196.0,50176.0,740.4418478680309,3211264.0 +389.29,24.389999389648438,4532.0,0.012907749973237514,0.1715291291475296,2.2189934253692627,-0.014311009086668491,0.22487859427928925,0.7452331185340881,197.0,50432.0,744.0572863090783,3227648.0 +382.56,23.889999389648438,4555.0,0.01152521837502718,0.1590169221162796,2.238685131072998,-0.01407043170183897,0.1931670755147934,0.7405110001564026,198.0,50688.0,747.6548667571042,3244032.0 +376.93,23.06999969482422,4760.0,0.011076539754867554,0.1464640349149704,2.2170960903167725,-0.013592075556516647,0.2194829136133194,0.7413974702358246,199.0,50944.0,751.0969437169842,3260416.0 +370.59,22.540000915527344,4841.0,0.013477499596774578,0.1811116486787796,2.2215216159820557,-0.013974625617265701,0.2593246400356293,0.7043870389461517,200.0,51200.0,754.4817753650714,3276800.0 +374.78,23.200000762939453,4718.0,0.013944122940301895,0.1825764924287796,2.2259891033172607,-0.011001412756741047,0.2011028528213501,0.7410966753959656,201.0,51456.0,757.9548322171904,3293184.0 +385.49,24.149999618530273,4830.0,0.011918473057448864,0.16412353515625,2.222162961959839,-0.012907329946756363,0.1864951103925705,0.7158932387828827,202.0,51712.0,761.3473964070436,3309568.0 +375.85,22.489999771118164,4651.0,0.01775491051375866,0.2398274689912796,2.2276031970977783,-0.01396284531801939,0.21603675186634064,0.7372087836265564,203.0,51968.0,764.8700915870722,3325952.0 +371.02,21.420000076293945,4798.0,0.010667968541383743,0.1361897736787796,2.238987684249878,-0.013073708862066269,0.24720127880573273,0.7123694121837616,204.0,52224.0,768.2853176309727,3342336.0 +384.76,23.219999313354492,4618.0,0.012033461593091488,0.1501871794462204,2.2212095260620117,-0.013574904762208462,0.17930752038955688,0.7779543101787567,205.0,52480.0,771.8337611460593,3358720.0 +378.38,22.440000534057617,4540.0,0.013090602122247219,0.1672770231962204,2.2250027656555176,-0.013232562690973282,0.1951531171798706,0.6962499022483826,206.0,52736.0,775.4432668541558,3375104.0 +388.89,23.420000076293945,4585.0,0.015148427337408066,0.1927083283662796,2.239501953125,-0.013166837394237518,0.19428564608097076,0.6777542233467102,207.0,52992.0,779.017672321992,3391488.0 +394.83,23.920000076293945,4555.0,0.010609679855406284,0.1460367888212204,2.2194788455963135,-0.008414301089942455,0.1855340600013733,0.7856402844190598,208.0,53248.0,782.6153209111653,3407872.0 +388.88,23.420000076293945,4569.0,0.010165085084736347,0.1372884064912796,2.2259273529052734,-0.009824427776038647,0.21106523275375366,0.6996815800666809,209.0,53504.0,786.2013402059674,3424256.0 +389.78,23.950000762939453,4749.0,0.007718685548752546,0.0979410782456398,2.272993803024292,-0.012052811682224274,0.19989188015460968,0.66334068775177,210.0,53760.0,789.6516751071904,3440640.0 +384.6,23.920000076293945,4799.0,0.007676667999476194,0.09417724609375,2.270559787750244,-0.011809243820607662,0.19961310923099518,0.7512920647859573,211.0,54016.0,793.0657354639843,3457024.0 +391.98,24.110000610351562,4685.0,0.011776790954172611,0.14886474609375,2.2612693309783936,-0.012057416141033173,0.22626085579395294,0.6840046346187592,212.0,54272.0,796.5635840301402,3473408.0 +391.82,23.25,4844.0,0.010393568314611912,0.1312255859375,2.258174419403076,-0.012526829726994038,0.17035633325576782,0.7296930551528931,213.0,54528.0,799.9464436990675,3489792.0 +389.54,22.709999084472656,4749.0,0.014653388410806656,0.1841023713350296,2.2767324447631836,-0.008465588092803955,0.2854783833026886,0.6552190780639648,214.0,54784.0,803.3971264020074,3506176.0 +393.49,22.440000534057617,4817.0,0.014734887517988682,0.1940511018037796,2.2519078254699707,-0.013263053260743618,0.21946550905704498,0.6729063391685486,215.0,55040.0,806.7987194480374,3522560.0 +390.93,22.350000381469727,4931.0,0.017380239441990852,0.2235107421875,2.2278008460998535,-0.010007708333432674,0.21069228649139404,0.7283990383148193,216.0,55296.0,810.1223546820693,3538944.0 +380.77,20.809999465942383,4819.0,0.009757203049957752,0.1229044571518898,2.232116937637329,-0.007722214329987764,0.33976736664772034,0.611648291349411,217.0,55552.0,813.5221885370556,3555328.0 +360.03,18.860000610351562,4794.0,0.014425556175410748,0.1841227263212204,2.216628074645996,-0.017063764855265617,0.22914820909500122,0.7112992405891418,218.0,55808.0,816.9400432221591,3571712.0 +380.18,20.899999618530273,4748.0,0.01019778661429882,0.1439412385225296,2.230910301208496,-0.008702883496880531,0.22856400907039642,0.6137526631355286,219.0,56064.0,820.3916375320405,3588096.0 +379.14,20.450000762939453,4798.0,0.016219859942793846,0.2035929411649704,2.2253072261810303,-0.005972651299089193,0.2945568263530731,0.6569916009902954,220.0,56320.0,823.80639286316,3604480.0 +372.61,19.459999084472656,4704.0,0.013002284802496433,0.16357421875,2.2159740924835205,-0.010791611857712269,0.22532504796981812,0.6827690601348877,221.0,56576.0,827.289947619196,3620864.0 +381.74,21.149999618530273,4738.0,0.013227631337940693,0.1669921875,2.2241389751434326,-0.014111887663602829,0.17133355140686035,0.717350959777832,222.0,56832.0,830.7485184201505,3637248.0 +379.29,22.100000381469727,4716.0,0.013645626604557037,0.1755778044462204,2.2253172397613525,-0.014759090729057789,0.2141294926404953,0.6728790402412415,223.0,57088.0,834.2231372629758,3653632.0 +382.33,22.6299991607666,4702.0,0.013120070099830627,0.16033935546875,2.191260576248169,-0.011554495431482792,0.26167184114456177,0.6136265397071838,224.0,57344.0,837.7080664171372,3670016.0 +377.5,21.969999313354492,4717.0,0.011613494716584682,0.1373087614774704,2.1893374919891357,-0.010719233192503452,0.2381638139486313,0.6288019716739655,225.0,57600.0,841.1821324070916,3686400.0 +379.76,22.290000915527344,4919.0,0.007269338238984346,0.0830281600356102,2.1728508472442627,-0.011061329394578934,0.16864143311977386,0.7442038059234619,226.0,57856.0,844.5132017231081,3702784.0 +373.03,21.959999084472656,4653.0,0.010260111652314663,0.1307373046875,2.1876413822174072,-0.013138686306774616,0.26405489444732666,0.6997402310371399,227.0,58112.0,848.0350235090591,3719168.0 +379.44,22.469999313354492,4695.0,0.00927224475890398,0.1163126602768898,2.2196290493011475,-0.012964277528226376,0.21809668838977814,0.6355264186859131,228.0,58368.0,851.5250875451602,3735552.0 +379.47,22.31999969482422,4797.0,0.012569894082844257,0.1652628630399704,2.212698459625244,-0.014341714791953564,0.24249839782714844,0.6895218193531036,229.0,58624.0,854.9411679301411,3751936.0 +389.39,23.260000228881836,4673.0,0.011663910932838917,0.1527913361787796,2.2280147075653076,-0.010967154055833817,0.16766469180583954,0.676391214132309,230.0,58880.0,858.4477269810159,3768320.0 +377.9,22.68000030517578,4961.0,0.01036588754504919,0.1421101838350296,2.2190449237823486,-0.0089200334623456,0.30401045083999634,0.6236677169799805,231.0,59136.0,861.7505676101428,3784704.0 +368.08,22.239999771118164,4860.0,0.011604283936321735,0.1416219025850296,2.2468361854553223,-0.012129005044698715,0.2521620988845825,0.6699520945549011,232.0,59392.0,865.1223467891105,3801088.0 +359.87,21.209999084472656,4942.0,0.013017539866268635,0.1802978515625,2.2404868602752686,-0.009648905135691166,0.22428101301193237,0.6636657118797302,233.0,59648.0,868.4376608410385,3817472.0 +376.0,23.40999984741211,4593.0,0.012247164733707905,0.1662190705537796,2.236279249191284,-0.011330408044159412,0.18191932141780853,0.7416366636753082,234.0,59904.0,872.005223685177,3833856.0 +384.03,23.239999771118164,4556.0,0.012014818377792835,0.1529134064912796,2.214738607406616,-0.013191886246204376,0.21343493461608887,0.759831890463829,235.0,60160.0,875.6015381831676,3850240.0 +391.48,23.520000457763672,4659.0,0.010249259881675243,0.1347859650850296,2.217801332473755,-0.01063994225114584,0.1761675328016281,0.7052437365055084,236.0,60416.0,879.1192042920738,3866624.0 +386.31,23.6200008392334,4637.0,0.011193621903657913,0.14886474609375,2.2536165714263916,-0.011170743964612484,0.20493829250335693,0.6859663128852844,237.0,60672.0,882.6524972210173,3883008.0 +380.89,23.0,4677.0,0.01304710004478693,0.1771036833524704,2.257923126220703,-0.011119388043880463,0.21861444413661957,0.6806520819664001,238.0,60928.0,886.1558764541987,3899392.0 +375.48,21.489999771118164,4950.0,0.010379944927990437,0.1366373747587204,2.2568204402923584,-0.010540474206209183,0.2716984152793884,0.613029956817627,239.0,61184.0,889.4661917430349,3915776.0 +378.27,21.489999771118164,4704.0,0.014973223209381104,0.1823933869600296,2.2413930892944336,-0.012592206709086895,0.2494717240333557,0.6469671428203583,240.0,61440.0,892.9496211900841,3932160.0 +382.55,22.06999969482422,4557.0,0.007953939959406853,0.0967814102768898,2.2289531230926514,-0.010657052509486675,0.19777636229991913,0.7236815989017487,241.0,61696.0,896.5452669330407,3948544.0 +393.52,22.8700008392334,4577.0,0.007206358481198549,0.08319091796875,2.2075276374816895,-0.01172594353556633,0.21174848079681396,0.7335692048072815,242.0,61952.0,900.1248570901807,3964928.0 +390.96,23.110000610351562,4593.0,0.006385590881109238,0.07537841796875,2.2130353450775146,-0.011252868920564651,0.168173685669899,0.8096404075622559,243.0,62208.0,903.6923490301706,3981312.0 +396.42,24.040000915527344,4594.0,0.007074328139424324,0.0814208984375,2.2193658351898193,-0.011643394827842712,0.17034631967544556,0.7520160675048828,244.0,62464.0,907.2590070101433,3997696.0 +394.47,23.40999984741211,4575.0,0.007897607050836086,0.0980631485581398,2.2557766437530518,-0.012247051112353802,0.2454504370689392,0.6426830589771271,245.0,62720.0,910.8406237980817,4014080.0 +397.51,24.3799991607666,4574.0,0.011075490154325962,0.14984130859375,2.240518808364868,-0.011306829750537872,0.16922880709171295,0.7020754814147949,246.0,62976.0,914.4227942710277,4030464.0 +393.94,24.719999313354492,4803.0,0.009078859351575375,0.11773681640625,2.2388856410980225,-0.009005819447338581,0.1613636165857315,0.7437260150909424,247.0,63232.0,917.8341538631357,4046848.0 +404.52,25.649999618530273,4813.0,0.009186241775751114,0.1101481094956398,2.2428290843963623,-0.01056146714836359,0.19838525354862213,0.6632088124752045,248.0,63488.0,921.2385294090491,4063232.0 +403.51,25.010000228881836,4650.0,0.0074159554205834866,0.0891316756606102,2.2438924312591553,-0.00961738545447588,0.14079736173152924,0.7127395570278168,249.0,63744.0,924.7623799801804,4079616.0 +409.04,25.719999313354492,4631.0,0.00825395155698061,0.1121622696518898,2.2546660900115967,-0.01202414184808731,0.15028491616249084,0.7365303039550781,250.0,64000.0,928.3014922461007,4096000.0 +411.33,26.8700008392334,4631.0,0.0077198403887450695,0.0953776016831398,2.2155537605285645,-0.013222393579781055,0.15992425382137299,0.7664966285228729,251.0,64256.0,931.8398425090127,4112384.0 +407.78,26.850000381469727,4641.0,0.006875097751617432,0.0838623046875,2.2210843563079834,-0.012106682173907757,0.17654187977313995,0.6965576708316803,252.0,64512.0,935.3701095241122,4128768.0 +409.86,26.700000762939453,4636.0,0.00731052877381444,0.0933837890625,2.2120418548583984,-0.012244470417499542,0.14722184836864471,0.7686534374952316,253.0,64768.0,938.9051681670826,4145152.0 +391.86,24.639999389648438,4769.0,0.00947333499789238,0.1221110001206398,2.1980018615722656,-0.008646056987345219,0.2830609977245331,0.6518389582633972,254.0,65024.0,942.3410333520733,4161536.0 +383.09,23.75,4592.0,0.00989436823874712,0.1237996444106102,2.217088460922241,-0.01007689256221056,0.19796204566955566,0.718063622713089,255.0,65280.0,945.9097441839986,4177920.0 +379.52,23.639999389648438,4780.0,0.009408704936504364,0.1115926131606102,2.2264280319213867,-0.012168310582637787,0.2632560431957245,0.63254514336586,256.0,65536.0,949.3380794250406,4194304.0 +366.37,23.59000015258789,4553.0,0.010596551932394505,0.1332804411649704,2.2227370738983154,-0.011290963739156723,0.24476905167102814,0.6669645607471466,257.0,65792.0,952.9372597520705,4210688.0 +372.47,22.239999771118164,4689.0,0.009064631536602974,0.11309814453125,2.1962130069732666,-0.012042280286550522,0.19409269094467163,0.7510644793510437,258.0,66048.0,956.4314204719849,4227072.0 +393.25,23.18000030517578,4647.0,0.009871050715446472,0.1268717497587204,2.228362798690796,-0.010317896492779255,0.26888230443000793,0.5316526889801025,259.0,66304.0,959.9578388449736,4243456.0 +392.96,23.389999389648438,4453.0,0.012648244388401508,0.1585286408662796,2.2180635929107666,-0.01253838837146759,0.20741493999958038,0.6769580841064453,260.0,66560.0,963.6377927591093,4259840.0 +385.7,23.399999618530273,4562.0,0.015503947623074055,0.1880289763212204,2.259567975997925,-0.010577221401035786,0.2234896421432495,0.5957329571247101,261.0,66816.0,967.2296593030915,4276224.0 +375.87,22.219999313354492,4700.0,0.016881033778190613,0.1898396760225296,2.2610552310943604,-0.011328483931720257,0.380146861076355,0.6092948317527771,262.0,67072.0,970.7159105059691,4292608.0 +374.31,22.110000610351562,4655.0,0.019767919555306435,0.2308349609375,2.2552082538604736,-0.007676037028431892,0.20609964430332184,0.6748998165130615,263.0,67328.0,974.2359798629768,4308992.0 +385.04,23.84000015258789,4853.0,0.01878352090716362,0.23175048828125,2.2557241916656494,-0.01075705885887146,0.2163240909576416,0.6279891431331635,264.0,67584.0,977.6124174981378,4325376.0 +398.99,24.219999313354492,4740.0,0.01193944364786148,0.15032958984375,2.2524468898773193,-0.011530730873346329,0.1688840538263321,0.6271914541721344,265.0,67840.0,981.0696366431657,4341760.0 +388.35,22.8799991607666,4889.0,0.018373094499111176,0.1985066682100296,2.236790895462036,-0.012159946374595165,0.27425017952919006,0.5947737991809845,266.0,68096.0,984.4212886800524,4358144.0 +383.65,23.270000457763672,4751.0,0.009668974205851555,0.1240234375,2.219276189804077,-0.009229770861566067,0.19593846797943115,0.6184942126274109,267.0,68352.0,987.8712183390744,4374528.0 +375.06,22.5,4678.0,0.013741079717874527,0.1754964143037796,2.241846799850464,-0.011138360016047955,0.21524107456207275,0.6840310096740723,268.0,68608.0,991.3742488771677,4390912.0 +384.9,23.709999084472656,4643.0,0.010392106138169765,0.13262939453125,2.218233346939087,-0.01288782898336649,0.20615500211715698,0.6647369265556335,269.0,68864.0,994.9033014380839,4407296.0 +378.17,23.43000030517578,4793.0,0.014454805292189121,0.1814168244600296,2.230750322341919,-0.014635887928307056,0.22476567327976227,0.6126073002815247,270.0,69120.0,998.3222470520996,4423680.0 +379.27,24.06999969482422,4653.0,0.01481784787029028,0.195068359375,2.234745502471924,-0.00851869024336338,0.1939542442560196,0.6175146698951721,271.0,69376.0,1001.8440021511633,4440064.0 +386.41,25.1299991607666,4584.0,0.017588555812835693,0.2256266325712204,2.222191095352173,-0.010332520119845867,0.21502737700939178,0.5644325017929077,272.0,69632.0,1005.4184617439751,4456448.0 +386.61,24.729999542236328,4601.0,0.014065846800804138,0.1767171174287796,2.234956979751587,-0.008306414820253849,0.2249050885438919,0.5874813795089722,273.0,69888.0,1008.9795592420269,4472832.0 +376.2,23.559999465942383,4486.0,0.015030778013169765,0.1900431364774704,2.251343250274658,-0.012120704166591167,0.2887820303440094,0.5632546842098236,274.0,70144.0,1012.6322964460123,4489216.0 +370.64,22.520000457763672,4619.0,0.013889036141335964,0.17767333984375,2.2467234134674072,-0.008930712006986141,0.29767242074012756,0.6784370541572571,275.0,70400.0,1016.1798074820545,4505600.0 +359.25,21.780000686645508,4748.0,0.009275189600884914,0.1044108048081398,2.2529897689819336,-0.004396220203489065,0.3881094753742218,0.5571134388446808,276.0,70656.0,1019.6311209569685,4521984.0 +363.19,21.440000534057617,4684.0,0.00886173453181982,0.0987345352768898,2.240661382675171,-0.009347233921289444,0.3295009136199951,0.6562400460243225,277.0,70912.0,1023.1291243680753,4538368.0 +367.6,21.31999969482422,4665.0,0.00981200486421585,0.1294962614774704,2.248619318008423,-0.00801726896315813,0.27778398990631104,0.6331333220005035,278.0,71168.0,1026.6413967821281,4554752.0 +376.96,22.450000762939453,4543.0,0.012264345772564411,0.1607869416475296,2.243781805038452,-0.01013518963009119,0.25206026434898376,0.6358069479465485,279.0,71424.0,1030.2506613100413,4571136.0 +373.62,22.84000015258789,4597.0,0.01360117644071579,0.1711018830537796,2.228015184402466,-0.007596562150865793,0.31778326630592346,0.642130047082901,280.0,71680.0,1033.8150346591137,4587520.0 +369.19,22.770000457763672,4817.0,0.010846409015357494,0.1377360075712204,2.241164207458496,-0.007748782634735107,0.2738923132419586,0.6751039624214172,281.0,71936.0,1037.2172605600208,4603904.0 +386.59,24.010000228881836,4723.0,0.009333365596830845,0.1241861954331398,2.211684465408325,-0.010841774754226208,0.19326460361480713,0.7431620955467224,282.0,72192.0,1040.6862606620416,4620288.0 +390.13,23.940000534057617,4709.0,0.010603883303701878,0.1365153044462204,2.2252838611602783,-0.013044610619544983,0.2600846290588379,0.6445604860782623,283.0,72448.0,1044.1662863821257,4636672.0 +399.0,24.719999313354492,4549.0,0.016568399965763092,0.20367431640625,2.2266993522644043,-0.0075521827675402164,0.2106231451034546,0.6617069840431213,284.0,72704.0,1047.767951715039,4653056.0 +397.04,25.790000915527344,4840.0,0.015192008577287197,0.2029622346162796,2.2345659732818604,-0.009696190245449543,0.183243989944458,0.7408921122550964,285.0,72960.0,1051.153550910065,4669440.0 +391.01,25.389999389648438,4639.0,0.013437860645353794,0.1754964143037796,2.231306314468384,-0.012617708183825016,0.2243214100599289,0.6519313752651215,286.0,73216.0,1054.6857740180567,4685824.0 +376.93,24.610000610351562,4711.0,0.019857361912727356,0.2570597231388092,2.233914613723755,-0.01077557448297739,0.25482290983200073,0.6115419566631317,287.0,73472.0,1058.1637555130292,4702208.0 +373.92,24.8700008392334,4778.0,0.011235035955905914,0.1523234099149704,2.22908616065979,-0.009731083177030087,0.3033546507358551,0.5428342819213867,288.0,73728.0,1061.5933787850663,4718592.0 +374.18,23.260000228881836,4674.0,0.009769532829523087,0.1276041716337204,2.242253303527832,-0.012755134142935276,0.3935435116291046,0.5382042825222015,289.0,73984.0,1065.0993607169949,4734976.0 +380.78,22.75,4722.0,0.009578093886375427,0.1227823868393898,2.2351908683776855,-0.00991013366729021,0.3273957073688507,0.5651833117008209,290.0,74240.0,1068.5693702341523,4751360.0 +374.49,22.260000228881836,4717.0,0.013804775662720203,0.1802164763212204,2.241697072982788,-0.009061076678335667,0.32831546664237976,0.5682384073734283,291.0,74496.0,1072.042773156194,4767744.0 +374.95,23.440000534057617,4709.0,0.009950325824320316,0.1276448518037796,2.240727663040161,-0.008599844761192799,0.2446546107530594,0.5280095040798187,292.0,74752.0,1075.522716229083,4784128.0 +377.93,24.280000686645508,4512.0,0.01128680631518364,0.1531575471162796,2.2178022861480713,-0.010063373483717442,0.2905825674533844,0.6059226393699646,293.0,75008.0,1079.1544703480322,4800512.0 +384.2,24.6299991607666,4438.0,0.012249615043401718,0.1658528596162796,2.230973482131958,-0.010170678608119488,0.254237562417984,0.5538843274116516,294.0,75264.0,1082.8467969121411,4816896.0 +387.17,25.6299991607666,4762.0,0.010664231143891811,0.13726806640625,2.2429614067077637,-0.008769807405769825,0.2135850042104721,0.6396021246910095,295.0,75520.0,1086.2877339189872,4833280.0 +391.44,25.899999618530273,4839.0,0.014698720537126064,0.19171142578125,2.237710952758789,-0.005990046542137861,0.18174846470355988,0.6528238356113434,296.0,75776.0,1089.6768892281689,4849664.0 +404.73,26.969999313354492,4924.0,0.013550634495913982,0.1891276091337204,2.226243019104004,-0.010578750632703304,0.15486015379428864,0.634539783000946,297.0,76032.0,1093.004425299121,4866048.0 +371.78,23.809999465942383,4735.0,0.015911953523755074,0.18011474609375,2.227081537246704,-0.011131810955703259,0.4953387677669525,0.5005540251731873,298.0,76288.0,1096.4649962231051,4882432.0 +364.91,22.34000015258789,4690.0,0.009061873890459538,0.1193033829331398,2.2391183376312256,-0.00711328350007534,0.2488529533147812,0.6626750528812408,299.0,76544.0,1099.9588541560806,4898816.0 +372.08,23.34000015258789,4756.0,0.006860011722892523,0.0795694962143898,2.234217405319214,-0.007990461774170399,0.3161487877368927,0.5976070761680603,300.0,76800.0,1103.4039343071636,4915200.0 +385.71,24.469999313354492,4721.0,0.010659565217792988,0.1302490234375,2.242124319076538,-0.007433432620018721,0.28407368063926697,0.6055956780910492,301.0,77056.0,1106.874839880038,4931584.0 +385.45,24.420000076293945,4589.0,0.00797114335000515,0.1065266951918602,2.250126838684082,-0.008668885566294193,0.3108370006084442,0.5060780644416809,302.0,77312.0,1110.4457216830924,4947968.0 +385.23,23.700000762939453,4664.0,0.004583923611789942,0.0458984375,2.254589319229126,-0.008222260512411594,0.427702933549881,0.5747655928134918,303.0,77568.0,1113.9593226420693,4964352.0 +389.98,24.079999923706055,4639.0,0.0070041329599916935,0.08306884765625,2.2497518062591553,-0.006920299958437681,0.3020757734775543,0.5747033059597015,304.0,77824.0,1117.491217726143,4980736.0 +391.54,23.290000915527344,4539.0,0.007963714189827442,0.0965576171875,2.2276062965393066,-0.006035981699824333,0.3595546782016754,0.6123138070106506,305.0,78080.0,1121.1009906651452,4997120.0 +398.87,25.520000457763672,4556.0,0.007557031232863665,0.0940755233168602,2.2500016689300537,-0.007671332452446222,0.1783018708229065,0.7256082594394684,306.0,78336.0,1124.6973092809785,5013504.0 +409.52,26.3700008392334,4740.0,0.011479080654680729,0.1553548127412796,2.249786615371704,-0.009382029063999653,0.15701135993003845,0.7257015407085419,307.0,78592.0,1128.1543702380732,5029888.0 +401.64,25.489999771118164,4753.0,0.014173983596265316,0.17510986328125,2.248871088027954,-0.0035408586263656616,0.3203447759151459,0.6501036286354065,308.0,78848.0,1131.601623398019,5046272.0 +403.8,26.34000015258789,4908.0,0.01586749590933323,0.21295166015625,2.2325632572174072,-0.009951314888894558,0.13608337938785553,0.7965253293514252,309.0,79104.0,1134.9404915391933,5062656.0 +388.44,25.520000457763672,4679.0,0.015256498008966446,0.1827189177274704,2.2211387157440186,-0.004358549136668444,0.2710041403770447,0.6488130986690521,310.0,79360.0,1138.4426650861278,5079040.0 +390.19,25.6299991607666,4790.0,0.013214915990829468,0.16961669921875,2.234759569168091,-0.006850456818938255,0.3003171980381012,0.5991654694080353,311.0,79616.0,1141.8637130190618,5095424.0 +381.49,23.989999771118164,4980.0,0.008431958965957165,0.1042887344956398,2.240534782409668,-0.01028304360806942,0.3218235671520233,0.5941273272037506,312.0,79872.0,1145.153989972081,5111808.0 +385.22,24.229999542236328,4716.0,0.012705295346677303,0.1529134064912796,2.220536231994629,-0.008143258281052113,0.2896654009819031,0.6622822284698486,313.0,80128.0,1148.628515813034,5128192.0 +377.85,23.989999771118164,4608.0,0.011868207715451717,0.1523844450712204,2.2555744647979736,-0.010043698363006115,0.27624645829200745,0.6211162209510803,314.0,80384.0,1152.184360627085,5144576.0 +383.99,23.979999542236328,4600.0,0.013026867993175983,0.1646321564912796,2.2305710315704346,-0.006690571084618568,0.3184555768966675,0.6169707775115967,315.0,80640.0,1155.74655466713,5160960.0 +388.87,24.780000686645508,4667.0,0.008263065479695797,0.0968424454331398,2.242694616317749,-0.0063155596144497395,0.3506211042404175,0.6299707591533661,316.0,80896.0,1159.2570700771175,5177344.0 +383.75,24.020000457763672,4662.0,0.00679590180516243,0.0770467147231102,2.2454750537872314,-0.008120867423713207,0.4303008019924164,0.6229016780853271,317.0,81152.0,1162.7720980551094,5193728.0 +390.03,23.649999618530273,4552.0,0.005570344161242247,0.05902099609375,2.2306039333343506,-0.008936171419918537,0.24045251309871674,0.742703765630722,318.0,81408.0,1166.3719579381868,5210112.0 +389.2,23.780000686645508,4580.0,0.00768386572599411,0.1015828475356102,2.2427024841308594,-0.009390261955559254,0.38402554392814636,0.600218653678894,319.0,81664.0,1169.9503007461317,5226496.0 +394.86,25.469999313354492,4763.0,0.0072405063547194,0.083740234375,2.240379810333252,-0.008021712303161621,0.17929482460021973,0.735551655292511,320.0,81920.0,1173.390359158162,5242880.0 +398.44,26.579999923706055,4625.0,0.0064637307077646255,0.07843017578125,2.232938528060913,-0.00774573115631938,0.35111919045448303,0.6236371099948883,321.0,82176.0,1176.93308986607,5259264.0 +395.32,26.43000030517578,4607.0,0.007750520016998053,0.09454345703125,2.2007291316986084,-0.007112228777259588,0.2939009964466095,0.6464617252349854,322.0,82432.0,1180.4902924571652,5275648.0 +398.91,26.3700008392334,4693.0,0.006731092464178801,0.0752360001206398,2.2159781455993652,-0.008387052454054356,0.25671741366386414,0.6719535887241364,323.0,82688.0,1183.9819112149999,5292032.0 +400.98,26.31999969482422,4646.0,0.0065068998374044895,0.0713094100356102,2.202749013900757,-0.006068553775548935,0.2656647264957428,0.686498373746872,324.0,82944.0,1187.5089539031032,5308416.0 +402.85,25.56999969482422,4669.0,0.008040561340749264,0.1007283553481102,2.194859743118286,-0.005979062523692846,0.30259013175964355,0.5869672894477844,325.0,83200.0,1191.0186027321033,5324800.0 +394.75,25.530000686645508,4559.0,0.007009162101894617,0.0868123397231102,2.204213857650757,-0.008648532442748547,0.3410587012767792,0.7008469700813293,326.0,83456.0,1194.6125067081302,5341184.0 +393.0,25.530000686645508,4446.0,0.00648576021194458,0.07562255859375,2.194246292114258,-0.008222061209380627,0.2719404399394989,0.7174407839775085,327.0,83712.0,1198.2980114549864,5357568.0 +385.42,24.3700008392334,4539.0,0.007045649457722902,0.0846354141831398,2.1815531253814697,-0.00783578958362341,0.3674532473087311,0.6523139774799347,328.0,83968.0,1201.9077939030249,5373952.0 +391.51,25.110000610351562,4674.0,0.007506645750254393,0.0904947891831398,2.197453260421753,-0.007158270571380854,0.3401530086994171,0.6912853717803955,329.0,84224.0,1205.413171645021,5390336.0 +395.46,25.84000015258789,4660.0,0.006913787219673395,0.0835367813706398,2.1628239154815674,-0.007858898490667343,0.2867162525653839,0.692013144493103,330.0,84480.0,1208.9299237469677,5406720.0 +405.61,26.520000457763672,4685.0,0.008353070355951786,0.09881591796875,2.183678388595581,-0.006966328714042902,0.2816639840602875,0.7063814401626587,331.0,84736.0,1212.4273049139883,5423104.0 +410.57,26.709999084472656,4644.0,0.007794913370162249,0.0897623673081398,2.1829710006713867,-0.00791485421359539,0.3014006018638611,0.744535356760025,332.0,84992.0,1215.9578006609809,5439488.0 +406.55,26.25,4696.0,0.007350137457251549,0.0871175155043602,2.1918351650238037,-0.007238456979393959,0.2743849754333496,0.7207247614860535,333.0,85248.0,1219.447129806038,5455872.0 +402.23,25.979999542236328,4668.0,0.006520858500152826,0.07684326171875,2.189767837524414,-0.007919750176370144,0.33679071068763733,0.6792350709438324,334.0,85504.0,1222.9574150680564,5472256.0 +408.53,26.670000076293945,4624.0,0.00592925027012825,0.064208984375,2.171412944793701,-0.007301000412553549,0.25946545600891113,0.7417385578155518,335.0,85760.0,1226.5007554080803,5488640.0 +408.37,26.149999618530273,4685.0,0.006031922530382872,0.0659383162856102,2.142788887023926,-0.00823037326335907,0.25563398003578186,0.7700611501932144,336.0,86016.0,1229.9979434760753,5505024.0 +407.72,25.809999465942383,4766.0,0.00766693614423275,0.0957845076918602,2.1331636905670166,-0.0077831074595451355,0.33221858739852905,0.73801189661026,337.0,86272.0,1233.4357206921559,5521408.0 +402.35,25.920000076293945,4793.0,0.007262684870511293,0.09136962890625,2.1213176250457764,-0.008331327699124813,0.29450830817222595,0.7675792872905731,338.0,86528.0,1236.854242993053,5537792.0 +399.5,26.780000686645508,4585.0,0.006670888978987932,0.0710245743393898,2.1443655490875244,-0.007632322609424591,0.25612565875053406,0.7778795510530472,339.0,86784.0,1240.4281584960409,5554176.0 +400.03,26.59000015258789,4687.0,0.006419142708182335,0.0751546248793602,2.1268503665924072,-0.008362405933439732,0.2599054276943207,0.7591056227684021,340.0,87040.0,1243.9239354061428,5570560.0 +400.24,25.690000534057617,4790.0,0.008775041438639164,0.0982462540268898,2.137336492538452,-0.007153428625315428,0.3885705769062042,0.7082132995128632,341.0,87296.0,1247.3450094789732,5586944.0 +398.6,25.420000076293945,4772.0,0.012733322568237782,0.1534627228975296,2.1212587356567383,-0.005688452627509832,0.2942005693912506,0.7345609962940216,342.0,87552.0,1250.779015931068,5603328.0 +389.3,23.989999771118164,4580.0,0.008127272129058838,0.106689453125,2.1214966773986816,-0.008936052210628986,0.4087851941585541,0.7059169411659241,343.0,87808.0,1254.3568455711938,5619712.0 +397.14,24.270000457763672,4643.0,0.007334299851208925,0.08831787109375,2.128345251083374,-0.009331134147942066,0.3285628855228424,0.7303905785083771,344.0,88064.0,1257.885845317971,5636096.0 +405.82,24.260000228881836,4830.0,0.006506005767732859,0.0772705078125,2.157975912094116,-0.010084622539579868,0.2783406376838684,0.7677706629037857,345.0,88320.0,1261.2782711691689,5652480.0 +403.29,25.649999618530273,4622.0,0.006435055751353502,0.0762735977768898,2.1651525497436523,-0.00898694433271885,0.29647842049598694,0.7655419856309891,346.0,88576.0,1264.8229492681567,5668864.0 +396.64,24.850000381469727,4569.0,0.0060458979569375515,0.0695597305893898,2.130378007888794,-0.009942385368049145,0.49323031306266785,0.7173215746879578,347.0,88832.0,1268.4092107820325,5685248.0 +391.75,24.440000534057617,4770.0,0.005830433219671249,0.0642293319106102,2.1618118286132812,-0.007728302385658026,0.4051896035671234,0.6953126788139343,348.0,89088.0,1271.844073476037,5701632.0 +393.13,23.90999984741211,4621.0,0.006491672247648239,0.0789998397231102,2.165001153945923,-0.008174625225365162,0.37714436650276184,0.7380183935165405,349.0,89344.0,1275.3899544461165,5718016.0 +393.96,24.350000381469727,4637.0,0.0067671798169612885,0.07586669921875,2.156453847885132,-0.009871343150734901,0.37055957317352295,0.7332778871059418,350.0,89600.0,1278.9234386070166,5734400.0 +387.87,24.700000762939453,4652.0,0.007364781107753515,0.0787760391831398,2.149744749069214,-0.00789377000182867,0.41558846831321716,0.6805541813373566,351.0,89856.0,1282.4459070810117,5750784.0 +397.54,26.149999618530273,4691.0,0.006340531166642904,0.07379150390625,2.13738751411438,-0.008980226702988148,0.21905617415905,0.8067907840013504,352.0,90112.0,1285.9391437410377,5767168.0 +406.17,26.190000534057617,4757.0,0.006896312814205885,0.0805460587143898,2.150806188583374,-0.008861572481691837,0.29555758833885193,0.776260569691658,353.0,90368.0,1289.383882891154,5783552.0 +411.8,26.170000076293945,4672.0,0.0057855942286551,0.06561279296875,2.1193439960479736,-0.008341556414961815,0.28677889704704285,0.7969035804271698,354.0,90624.0,1292.8912640700582,5799936.0 +407.17,25.81999969482422,4661.0,0.005850328132510185,0.06402587890625,2.0970113277435303,-0.009574903175234795,0.25427523255348206,0.7785563170909882,355.0,90880.0,1296.406897121109,5816320.0 +401.67,25.190000534057617,4760.0,0.00737348897382617,0.0838623046875,2.1120951175689697,-0.007616392802447081,0.3404516875743866,0.7640568315982819,356.0,91136.0,1299.849172360031,5832704.0 +408.65,26.030000686645508,4978.0,0.007413316983729601,0.0932413712143898,2.1152877807617188,-0.010195528157055378,0.2662704288959503,0.8082657605409622,357.0,91392.0,1303.1410176870413,5849088.0 +409.89,25.920000076293945,4840.0,0.008338290266692638,0.1053873673081398,2.1349809169769287,-0.008721757680177689,0.31104347109794617,0.7735098004341125,358.0,91648.0,1306.5265761981718,5865472.0 +411.07,27.139999389648438,4681.0,0.007643281947821379,0.0950724259018898,2.1048803329467773,-0.00953106489032507,0.24977250397205353,0.7835572212934494,359.0,91904.0,1310.0273591361474,5881856.0 +403.05,26.59000015258789,4619.0,0.007529410067945719,0.079833984375,2.1172287464141846,-0.008777451701462269,0.36945414543151855,0.7430923581123352,360.0,92160.0,1313.574548678007,5898240.0 +402.26,26.100000381469727,4638.0,0.00767345167696476,0.0952555313706398,2.152290105819702,-0.008585472591221333,0.4077011048793793,0.7281306982040405,361.0,92416.0,1317.1072944621556,5914624.0 +391.11,25.709999084472656,4670.0,0.007990852929651737,0.0961100235581398,2.1211352348327637,-0.00876209232956171,0.429477334022522,0.6808041632175446,362.0,92672.0,1320.616347617004,5931008.0 +387.73,24.899999618530273,4760.0,0.007317287381738424,0.0828450545668602,2.134599208831787,-0.008332846686244011,0.3396930992603302,0.770892322063446,363.0,92928.0,1324.0590416230261,5947392.0 +399.42,26.170000076293945,4667.0,0.00965060293674469,0.1255086213350296,2.150336503982544,-0.007493146229535341,0.30350548028945923,0.7599285840988159,364.0,93184.0,1327.5698191220872,5963776.0 +393.36,25.799999237060547,4839.0,0.006906524300575256,0.07928466796875,2.150667905807495,-0.008198707364499569,0.4082699716091156,0.725035697221756,365.0,93440.0,1330.9563253691886,5980160.0 +393.74,25.760000228881836,4861.0,0.006953247357159853,0.08544921875,2.1614463329315186,-0.008359433151781559,0.399862140417099,0.7259531319141388,366.0,93696.0,1334.3275237400085,5996544.0 +398.43,26.940000534057617,4698.0,0.007252702489495277,0.0878499373793602,2.168330430984497,-0.010227267630398273,0.23427551984786987,0.791341707110405,367.0,93952.0,1337.8156355270185,6012928.0 +402.86,26.56999969482422,4752.0,0.006875449325889349,0.0758870467543602,2.1803858280181885,-0.00817143265157938,0.3349098265171051,0.7503910958766937,368.0,94208.0,1341.263770830119,6029312.0 +403.36,27.049999237060547,4559.0,0.009463930502533913,0.1101277694106102,2.1620116233825684,-0.0065445746295154095,0.306775838136673,0.7347245514392853,369.0,94464.0,1344.8582339081913,6045696.0 +398.49,26.440000534057617,4667.0,0.012774158269166946,0.1128336563706398,2.200596570968628,-0.008154449053108692,0.32803016901016235,0.7468473315238953,370.0,94720.0,1348.3719759061933,6062080.0 +398.58,26.6299991607666,4281.0,0.010214474983513355,0.13128662109375,2.15714955329895,-0.006477296818047762,0.4852543771266937,0.6392487287521362,371.0,94976.0,1352.1997246951796,6078464.0 +398.35,26.489999771118164,4693.0,0.017100602388381958,0.2069905549287796,2.1647980213165283,-0.004184624645859003,0.26863595843315125,0.7847897410392761,372.0,95232.0,1355.6913678790443,6094848.0 +406.99,27.510000228881836,4593.0,0.01524424459785223,0.1818440705537796,2.1466801166534424,-0.00708485534414649,0.30487585067749023,0.7216914594173431,373.0,95488.0,1359.2589632091112,6111232.0 +406.89,27.329999923706055,4728.0,0.011407135985791683,0.1417032927274704,2.1405904293060303,-0.011413228698074818,0.28764808177948,0.7616682350635529,374.0,95744.0,1362.72481671907,6127616.0 +405.6,26.90999984741211,4669.0,0.015171234495937824,0.1915690153837204,2.128394842147827,-0.00926611665636301,0.24427326023578644,0.7808781117200851,375.0,96000.0,1366.234534749994,6144000.0 +407.87,27.139999389648438,4646.0,0.011225949041545391,0.1541748046875,2.1619441509246826,-0.004049473442137241,0.30717480182647705,0.7561766654253006,376.0,96256.0,1369.7612143871374,6160384.0 +402.35,27.06999969482422,4604.0,0.008002898655831814,0.0959065780043602,2.173927068710327,-0.006690825801342726,0.4121159613132477,0.6674433946609497,377.0,96512.0,1373.3203853371087,6176768.0 +399.89,26.5,4723.0,0.0072858273051679134,0.0840860977768898,2.1845552921295166,-0.007916426286101341,0.3713674247264862,0.6967421174049377,378.0,96768.0,1376.7902561309747,6193152.0 +400.55,26.760000228881836,4665.0,0.00667450251057744,0.0760904923081398,2.178450584411621,-0.007100427057594061,0.3428517282009125,0.7196212112903595,379.0,97024.0,1380.3031332911924,6209536.0 +403.13,27.049999237060547,4674.0,0.00608260789886117,0.06494140625,2.1800119876861572,-0.00740928016602993,0.30192795395851135,0.755660206079483,380.0,97280.0,1383.8086226561572,6225920.0 +405.48,27.010000228881836,4665.0,0.006901251617819071,0.0797322615981102,2.1472604274749756,-0.00843698251992464,0.21470855176448822,0.8175682127475739,381.0,97536.0,1387.3209081080277,6242304.0 +408.78,26.93000030517578,4590.0,0.009697425179183483,0.11956787109375,2.1443397998809814,-0.005742845591157675,0.40076813101768494,0.7246052920818329,382.0,97792.0,1390.891189145157,6258688.0 +403.67,27.040000915527344,4610.0,0.00898746121674776,0.1153360977768898,2.1678261756896973,-0.005062144715338945,0.30408862233161926,0.7870044708251953,383.0,98048.0,1394.445463546086,6275072.0 +405.93,27.6299991607666,4504.0,0.011771931312978268,0.14837646484375,2.157716989517212,-0.00404005404561758,0.26032528281211853,0.7994195967912674,384.0,98304.0,1398.0838466521818,6291456.0 +408.94,27.06999969482422,4554.0,0.007824000902473927,0.0977986678481102,2.1540513038635254,-0.008050850592553616,0.434186726808548,0.7459119558334351,385.0,98560.0,1401.6819619890302,6307840.0 +408.67,26.489999771118164,4559.0,0.0076183597557246685,0.0934855118393898,2.1489601135253906,-0.005826279055327177,0.32412728667259216,0.7690679877996445,386.0,98816.0,1405.276224566158,6324224.0 +403.17,26.729999542236328,4730.0,0.00785567332059145,0.0877889022231102,2.160264253616333,-0.006258366163820028,0.42486318945884705,0.7147130966186523,387.0,99072.0,1408.7409572000615,6340608.0 +401.75,27.030000686645508,4588.0,0.007632672321051359,0.0900472030043602,2.1647517681121826,-0.008112105540931225,0.3670910894870758,0.7546432316303253,388.0,99328.0,1412.3120561849792,6356992.0 +391.37,25.920000076293945,4815.0,0.007513437420129776,0.0909830704331398,2.172410249710083,-0.007114054635167122,0.4239422082901001,0.7211351990699768,389.0,99584.0,1415.7150022631977,6373376.0 +404.62,26.65999984741211,4809.0,0.005948375910520554,0.06927490234375,2.1820123195648193,-0.008138882927596569,0.330858439207077,0.8149218112230301,390.0,99840.0,1419.1227484061383,6389760.0 +397.1,25.670000076293945,4666.0,0.00760462274774909,0.0904541015625,2.1742372512817383,-0.006366276647895575,0.45793411135673523,0.7162637710571289,391.0,100096.0,1422.6344806551933,6406144.0 +386.26,24.540000915527344,4793.0,0.009307160042226315,0.12091064453125,2.219466209411621,-0.005971638951450586,0.5088895559310913,0.6523297131061554,392.0,100352.0,1426.0536754999775,6422528.0 +382.87,25.059999465942383,4763.0,0.016175607219338417,0.220703125,2.221079111099243,-0.0029923852998763323,0.3699042499065399,0.740147054195404,393.0,100608.0,1429.493997987127,6438912.0 +378.71,24.209999084472656,4677.0,0.013814623467624187,0.1888020783662796,2.2319586277008057,-0.005284151528030634,0.529254674911499,0.6439704596996307,394.0,100864.0,1432.997545833001,6455296.0 +377.77,23.1299991607666,4880.0,0.014368399046361446,0.2090657502412796,2.229133129119873,-0.005881186109036207,0.6418536305427551,0.581689327955246,395.0,101120.0,1436.3552332730033,6471680.0 +360.09,21.610000610351562,4895.0,0.012507431209087372,0.1706339567899704,2.2249481678009033,-0.005559651646763086,0.7350916266441345,0.5688306093215942,396.0,101376.0,1439.7029846829828,6488064.0 +371.02,23.6299991607666,4851.0,0.011660302989184856,0.14398193359375,2.208369493484497,-0.005182627122849226,0.4354903995990753,0.6851285398006439,397.0,101632.0,1443.0806735900696,6504448.0 +386.75,26.1200008392334,4979.0,0.007333577144891024,0.0897623673081398,2.220020294189453,-0.008325238712131977,0.44153645634651184,0.6978160440921783,398.0,101888.0,1446.3719723161776,6520832.0 +391.16,26.15999984741211,4744.0,0.0073378500528633595,0.0949503555893898,2.2098517417907715,-0.00629116827622056,0.3591834604740143,0.7146740257740021,399.0,102144.0,1449.8260891551618,6537216.0 +382.51,25.25,4721.0,0.008689727634191513,0.0994873046875,2.208916664123535,-0.007188394200056791,0.5134829878807068,0.6517592370510101,400.0,102400.0,1453.2968779769726,6553600.0 +375.43,24.149999618530273,4725.0,0.007354506757110357,0.0861409530043602,2.212859630584717,-0.005292061250656843,0.5846661329269409,0.5552695691585541,401.0,102656.0,1456.7651697420515,6569984.0 +380.89,24.209999084472656,4827.0,0.006958415266126394,0.0808308944106102,2.219515085220337,-0.00680449977517128,0.2665877938270569,0.7893933355808258,402.0,102912.0,1460.1599413461518,6586368.0 +393.47,25.200000762939453,4950.0,0.014782126992940903,0.1611531525850296,2.2238399982452393,-0.003230718895792961,0.5133948922157288,0.6048218011856079,403.0,103168.0,1463.4698393871076,6602752.0 +400.4,25.989999771118164,4916.0,0.013220545835793018,0.1683349609375,2.2141592502593994,-0.004698626231402159,0.20181679725646973,0.8104386180639267,404.0,103424.0,1466.8032546830364,6619136.0 +392.86,25.40999984741211,4649.0,0.012248997576534748,0.1672159880399704,2.221574068069458,-0.004154226277023554,0.39956700801849365,0.7141895294189453,405.0,103680.0,1470.3285392120015,6635520.0 +390.43,25.25,4641.0,0.009284368716180325,0.1270751953125,2.1896839141845703,-0.0060594468377530575,0.40956202149391174,0.689916580915451,406.0,103936.0,1473.8594102240168,6651904.0 +382.47,24.219999313354492,4628.0,0.007669809740036726,0.0941975936293602,2.16105580329895,-0.009496474638581276,0.5052944421768188,0.6336570680141449,407.0,104192.0,1477.3998651960865,6668288.0 +395.12,25.93000030517578,4603.0,0.00739253731444478,0.095458984375,2.174023151397705,-0.009207035414874554,0.2870202958583832,0.7788843065500259,408.0,104448.0,1480.9600115839858,6684672.0 +403.24,26.280000686645508,4826.0,0.009408701211214066,0.1166585311293602,2.2020015716552734,-0.008300513960421085,0.2924906313419342,0.7750114649534225,409.0,104704.0,1484.3555437270552,6701056.0 +409.58,27.31999969482422,4634.0,0.009910314343869686,0.1360677033662796,2.1937415599823,-0.009097154252231121,0.22075526416301727,0.8134817779064178,410.0,104960.0,1487.8920476110652,6717440.0 +409.05,27.93000030517578,4683.0,0.009430816397070885,0.12493896484375,2.144109010696411,-0.009312989190220833,0.20542967319488525,0.8230711668729782,411.0,105216.0,1491.3906584400684,6733824.0 +409.36,28.260000228881836,4717.0,0.00824748631566763,0.1041259765625,2.1409943103790283,-0.008609761483967304,0.22821682691574097,0.7926774471998215,412.0,105472.0,1494.8643511361443,6750208.0 +407.6,28.059999465942383,4776.0,0.009522787295281887,0.1141560897231102,2.1338655948638916,-0.007924795150756836,0.3245849907398224,0.7147723436355591,413.0,105728.0,1498.2952344401274,6766592.0 +399.5,27.209999084472656,4817.0,0.010631594806909561,0.1322224885225296,2.1538689136505127,-0.006744442041963339,0.39711394906044006,0.6949352324008942,414.0,105984.0,1501.69661503518,6782976.0 +408.16,27.510000228881836,4896.0,0.011723686009645462,0.1534830778837204,2.151435613632202,-0.007402047514915466,0.25064370036125183,0.7937411516904831,415.0,106240.0,1505.0436041520443,6799360.0 +398.74,26.399999618530273,4881.0,0.014785144478082657,0.17974853515625,2.135303020477295,-0.004818252753466368,0.4957292377948761,0.6294957399368286,416.0,106496.0,1508.400650660973,6815744.0 +395.78,26.84000015258789,4749.0,0.014080256223678589,0.1799723356962204,2.1542980670928955,-0.005427260417491198,0.348276823759079,0.7569293528795242,417.0,106752.0,1511.8508188971318,6832128.0 +389.67,25.739999771118164,4762.0,0.006948806811124086,0.0800984725356102,2.1493804454803467,-0.008676689118146896,0.4603165090084076,0.6997008919715881,418.0,107008.0,1515.2914860320743,6848512.0 +401.47,26.549999237060547,4660.0,0.006031615659594536,0.0695393905043602,2.1492185592651367,-0.008778729476034641,0.20758682489395142,0.8310153186321259,419.0,107264.0,1518.8073378691915,6864896.0 +407.78,26.850000381469727,4942.0,0.007328646257519722,0.0854695662856102,2.151668071746826,-0.008103652857244015,0.4273782968521118,0.6493064761161804,420.0,107520.0,1522.1226233241614,6881280.0 +391.99,25.3799991607666,4815.0,0.013439918868243694,0.1659342497587204,2.153360366821289,-0.0051674083806574345,0.5304076075553894,0.6715321242809296,421.0,107776.0,1525.5257623691577,6897664.0 +388.12,25.719999313354492,4651.0,0.018789639696478844,0.2239583283662796,2.1387269496917725,-0.0024037279654294252,0.2904023826122284,0.7653922736644745,422.0,108032.0,1529.049226240022,6914048.0 +395.06,26.450000762939453,4655.0,0.015820646658539772,0.19451904296875,2.1438050270080566,-0.005489778239279985,0.3914424479007721,0.6672598719596863,423.0,108288.0,1532.569308627164,6930432.0 +390.62,25.559999465942383,4570.0,0.012011799961328506,0.1451009064912796,2.1562769412994385,-0.0077592432498931885,0.4882744252681732,0.6807665228843689,424.0,108544.0,1536.15469289897,6946816.0 +388.87,24.739999771118164,4646.0,0.01534361857920885,0.19781494140625,2.1558926105499268,-0.00690310075879097,0.2333986610174179,0.786231741309166,425.0,108800.0,1539.6838955120184,6963200.0 +407.51,26.459999084472656,4768.0,0.015656255185604095,0.215087890625,2.182356119155884,-0.0013507179683074355,0.3026163876056671,0.7671463191509247,426.0,109056.0,1543.120488725137,6979584.0 +410.8,27.020000457763672,4760.0,0.010602467693388462,0.1337687224149704,2.188037395477295,-0.007968875579535961,0.32421693205833435,0.7448484301567078,427.0,109312.0,1546.5634834740777,6995968.0 +396.43,26.31999969482422,4817.0,0.014337182976305485,0.1774698942899704,2.1581759452819824,-0.005469732452183962,0.43138834834098816,0.7094528675079346,428.0,109568.0,1549.9653645229992,7012352.0 +390.91,26.639999389648438,4818.0,0.013600933365523815,0.1808675080537796,2.163787603378296,-0.008257771842181683,0.36482247710227966,0.7161246836185455,429.0,109824.0,1553.3660298050381,7028736.0 +395.79,26.579999923706055,4815.0,0.021074986085295677,0.2325236052274704,2.1646907329559326,-0.006391441915184259,0.2741925120353699,0.7353122532367706,430.0,110080.0,1556.768865001155,7045120.0 +402.12,27.420000076293945,4597.0,0.016017742455005646,0.2168782502412796,2.17104172706604,-0.003055358538404107,0.29890528321266174,0.7767545729875565,431.0,110336.0,1560.3332951311022,7061504.0 +404.12,26.68000030517578,4782.0,0.012161273509263992,0.144775390625,2.1573405265808105,-0.006228398997336626,0.3025134801864624,0.7744306176900864,432.0,110592.0,1563.7596235871315,7077888.0 +406.14,27.299999237060547,4843.0,0.021151840686798096,0.2301228791475296,2.171903133392334,-0.003169066272675991,0.2985285818576813,0.7350024580955505,433.0,110848.0,1567.1427940281574,7094272.0 +408.22,27.309999465942383,4862.0,0.007218440528959036,0.0834757462143898,2.16375994682312,-0.009360039606690407,0.3025842010974884,0.745493084192276,434.0,111104.0,1570.513104025973,7110656.0 +394.61,25.3799991607666,4827.0,0.007245515938848257,0.0808919295668602,2.1649539470672607,-0.007933971472084522,0.4858987331390381,0.6273661553859711,435.0,111360.0,1573.9076654901728,7127040.0 +391.63,25.309999465942383,4862.0,0.007366152945905924,0.0795694962143898,2.1658031940460205,-0.009018567390739918,0.34330809116363525,0.7448740303516388,436.0,111616.0,1577.2779377661645,7143424.0 +400.33,26.360000610351562,4862.0,0.0070831067860126495,0.08111572265625,2.1498754024505615,-0.008079412393271923,0.2864174246788025,0.7812227010726929,437.0,111872.0,1580.6478431241121,7159808.0 +408.07,26.3799991607666,4920.0,0.014871339313685894,0.1765950471162796,2.145679235458374,-0.0085789505392313,0.3436907231807709,0.7395742237567902,438.0,112128.0,1583.9783058050089,7176192.0 +410.43,26.260000228881836,4503.0,0.01323701161891222,0.1646321564912796,2.134044885635376,-0.007131225895136595,0.28339287638664246,0.7787725329399109,439.0,112384.0,1587.6170931321103,7192576.0 +406.47,26.360000610351562,4687.0,0.015565511770546436,0.1982421875,2.147350549697876,-0.009567715227603912,0.25850629806518555,0.7321614921092987,440.0,112640.0,1591.1130977661815,7208960.0 +392.28,25.790000915527344,4935.0,0.01765372045338154,0.1879679411649704,2.1657838821411133,-0.0028037838637828827,0.4915802478790283,0.6457993388175964,441.0,112896.0,1594.4332566361409,7225344.0 +388.45,24.899999618530273,4849.0,0.009987175464630127,0.13232421875,2.1993229389190674,-0.006118081044405699,0.5144336819648743,0.594257116317749,442.0,113152.0,1597.8124453909695,7241728.0 +389.92,25.270000457763672,4840.0,0.016027959063649178,0.1830240935087204,2.20198917388916,-0.008335111662745476,0.26549848914146423,0.7051315605640411,443.0,113408.0,1601.1975644640625,7258112.0 +401.39,26.790000915527344,4600.0,0.019324634224176407,0.2283121794462204,2.1943464279174805,-0.005374709609895945,0.23581339418888092,0.7846748530864716,444.0,113664.0,1604.7599231470376,7274496.0 +386.35,25.639999389648438,4609.0,0.011623256839811802,0.1447957307100296,2.2067677974700928,-0.010185460560023785,0.543902575969696,0.6054782867431641,445.0,113920.0,1608.3148973709904,7290880.0 +387.35,25.540000915527344,4606.0,0.01089848205447197,0.1355387419462204,2.1822493076324463,-0.010088167153298855,0.32461896538734436,0.7124423980712891,446.0,114176.0,1611.8721487340517,7307264.0 +394.68,26.959999084472656,4501.0,0.015026632696390152,0.1731363981962204,2.177849531173706,-0.0069230408407747746,0.3523155450820923,0.7114498019218445,447.0,114432.0,1615.5126413190737,7323648.0 +396.69,27.15999984741211,4626.0,0.016035210341215134,0.1976725310087204,2.1795899868011475,-0.006292054895311594,0.24677491188049316,0.7531965523958206,448.0,114688.0,1619.0551678270567,7340032.0 +396.05,26.540000915527344,4850.0,0.013334657065570354,0.166259765625,2.183298349380493,-0.003965540323406458,0.4144085943698883,0.6758239567279816,449.0,114944.0,1622.4338117940351,7356416.0 +398.79,25.75,4677.0,0.01533342245966196,0.1802571564912796,2.1623387336730957,-0.004040335770696402,0.3650972843170166,0.7157062888145447,450.0,115200.0,1625.937335013179,7372800.0 +382.12,24.389999389648438,4562.0,0.009824120439589024,0.1177571639418602,2.1596457958221436,-0.006724264472723007,0.5848191976547241,0.6613030433654785,451.0,115456.0,1629.5288988379762,7389184.0 +374.68,24.34000015258789,4528.0,0.01830606907606125,0.2195231169462204,2.125272750854492,-0.006461583077907562,0.49006763100624084,0.6945143938064575,452.0,115712.0,1633.147318870062,7405568.0 +376.88,25.559999465942383,4539.0,0.017874043434858322,0.1944173127412796,2.145934820175171,-0.006668189074844122,0.3837815523147583,0.6865471303462982,453.0,115968.0,1636.75701345806,7421952.0 +393.26,27.709999084472656,4883.0,0.013137339614331722,0.1646321564912796,2.1167914867401123,-0.007409742567688227,0.19146575033664703,0.8058464378118515,454.0,116224.0,1640.1127150950488,7438336.0 +403.5,27.309999465942383,4855.0,0.014070883393287659,0.1730550080537796,2.1126883029937744,-0.009132763370871544,0.31997251510620117,0.7490357756614685,455.0,116480.0,1643.4876103701536,7454720.0 +394.34,26.139999389648438,4972.0,0.011901413090527058,0.13177490234375,2.1661031246185303,-0.006663838867098093,0.5034896731376648,0.655189722776413,456.0,116736.0,1646.7833378931973,7471104.0 +381.84,25.309999465942383,4762.0,0.011395164765417576,0.1364339143037796,2.1204164028167725,-0.009023330174386501,0.47083887457847595,0.6492510437965393,457.0,116992.0,1650.224291823106,7487488.0 +392.88,25.920000076293945,4801.0,0.011073981411755085,0.1338907927274704,2.1337978839874268,-0.00637440150603652,0.3914930522441864,0.6955059468746185,458.0,117248.0,1653.6371624791063,7503872.0 +391.79,25.280000686645508,4726.0,0.012723833322525024,0.1488240510225296,2.119450092315674,-0.00558031490072608,0.3824906349182129,0.7115024626255035,459.0,117504.0,1657.1046100361273,7520256.0 +396.35,26.139999389648438,4577.0,0.013402842916548252,0.1635945588350296,2.119267225265503,-0.009084105491638184,0.31758368015289307,0.7434633374214172,460.0,117760.0,1660.6848226750735,7536640.0 +387.64,25.729999542236328,4605.0,0.012834817171096802,0.1465657502412796,2.138336420059204,-0.0037669057492166758,0.6141040921211243,0.5828781127929688,461.0,118016.0,1664.242936491035,7553024.0 +369.01,24.18000030517578,4834.0,0.01585032418370247,0.1878458708524704,2.149667263031006,-0.003783182939514518,0.576254665851593,0.521681934595108,462.0,118272.0,1667.6366211529821,7569408.0 +367.72,22.639999389648438,4773.0,0.02050655148923397,0.2398681640625,2.1341240406036377,-0.0035658355336636305,0.5776383280754089,0.5996405482292175,463.0,118528.0,1671.0694963820279,7585792.0 +379.95,22.829999923706055,4685.0,0.009851377457380295,0.1160888671875,2.1297147274017334,-0.007589734625071287,0.3836842477321625,0.7210702896118164,464.0,118784.0,1674.5674620030914,7602176.0 +387.06,23.3799991607666,4714.0,0.006564029958099127,0.0724690780043602,2.125300168991089,-0.0071926116943359375,0.49524378776550293,0.6619479954242706,465.0,119040.0,1678.043838140089,7618560.0 +370.05,23.65999984741211,4588.0,0.007631381973624229,0.0894368514418602,2.103264093399048,-0.008736834861338139,0.5834382176399231,0.5789213478565216,466.0,119296.0,1681.6155523881316,7634944.0 +376.22,24.09000015258789,4595.0,0.007967420853674412,0.08740234375,2.1223490238189697,-0.008401259779930115,0.4209427833557129,0.6882081031799316,467.0,119552.0,1685.1821109731682,7651328.0 +379.23,24.450000762939453,4489.0,0.010812505148351192,0.1216634139418602,2.1033618450164795,-0.005825708154588938,0.49240565299987793,0.6102917194366455,468.0,119808.0,1688.8324568800163,7667712.0 +391.07,25.3799991607666,4653.0,0.008383524604141712,0.10186767578125,2.129696846008301,-0.005855072755366564,0.2872937321662903,0.7404278814792633,469.0,120064.0,1692.3538152789697,7684096.0 +401.29,26.25,4911.0,0.010124084539711475,0.1167806014418602,2.1517868041992188,-0.007142162416130304,0.37847578525543213,0.6862461864948273,470.0,120320.0,1695.6907142931595,7700480.0 +406.83,27.479999542236328,4731.0,0.01425740122795105,0.16473388671875,2.1591618061065674,-0.014025643467903137,0.1685059666633606,0.8040817081928253,471.0,120576.0,1699.154228245141,7716864.0 +401.0,26.760000228881836,4765.0,0.01114649698138237,0.1400553435087204,2.174550771713257,-0.008403572253882885,0.33326461911201477,0.6751514971256256,472.0,120832.0,1702.592825446045,7733248.0 +395.41,25.450000762939453,4786.0,0.010259636677801609,0.11724853515625,2.1768264770507812,-0.011447296477854252,0.3869118392467499,0.6924450397491455,473.0,121088.0,1706.0165940250736,7749632.0 +395.72,25.290000915527344,4857.0,0.013104081153869629,0.1660563200712204,2.1874313354492188,-0.00911820400506258,0.4441644847393036,0.6793669164180756,474.0,121344.0,1709.3901868681423,7766016.0 +393.4,25.469999313354492,4709.0,0.02001628279685974,0.2280476838350296,2.1959774494171143,-0.005367644596844912,0.29047366976737976,0.7140933871269226,475.0,121600.0,1712.8700779830106,7782400.0 +384.9,25.110000610351562,4899.0,0.014560550451278687,0.1882120817899704,2.1943864822387695,-0.0066922190599143505,0.464295893907547,0.6515527069568634,476.0,121856.0,1716.2150147701614,7798784.0 +371.86,24.0,4635.0,0.005615995731204748,0.056884765625,2.199061632156372,-0.008868779055774212,0.4848056733608246,0.5689133405685425,477.0,122112.0,1719.7504208229948,7815168.0 +367.63,23.549999237060547,4560.0,0.0069588553160429,0.07781982421875,2.19071364402771,-0.00896654836833477,0.6057398319244385,0.5605792701244354,478.0,122368.0,1723.3438156160992,7831552.0 +369.76,22.93000030517578,4684.0,0.011275780387222767,0.1467081755399704,2.196261405944824,-0.009601719677448273,0.5562239289283752,0.6447915434837341,479.0,122624.0,1726.8419970080722,7847936.0 +356.6,22.239999771118164,4695.0,0.011519402265548706,0.1399739533662796,2.1932668685913086,-0.006916665006428957,0.6515489220619202,0.5466578304767609,480.0,122880.0,1730.3320772550069,7864320.0 +371.64,23.93000030517578,4722.0,0.013414233922958374,0.1653645783662796,2.199766159057617,-0.00863198284059763,0.2844157814979553,0.6921554505825043,481.0,123136.0,1733.8025240660645,7880704.0 +383.27,24.899999618530273,4758.0,0.017486419528722763,0.20538330078125,2.215968370437622,-0.0078107877634465694,0.3008711636066437,0.6766085028648376,482.0,123392.0,1737.2463268141728,7897088.0 +390.05,25.40999984741211,4638.0,0.013693279586732388,0.1824951171875,2.2014365196228027,-0.005753006786108017,0.4660603106021881,0.6739239692687988,483.0,123648.0,1740.7794545060024,7913472.0 +390.58,25.200000762939453,4565.0,0.00948727410286665,0.1047159805893898,2.2254409790039062,-0.006373825948685408,0.40278181433677673,0.6022617220878601,484.0,123904.0,1744.3688295010943,7929856.0 +393.0,25.450000762939453,4674.0,0.010155071504414082,0.13873291015625,2.2210800647735596,-0.007578285876661539,0.3073866665363312,0.7283038794994354,485.0,124160.0,1747.8745709261857,7946240.0 +395.82,25.09000015258789,4641.0,0.011557328514754772,0.1405436247587204,2.2223947048187256,-0.0067909169010818005,0.4255884885787964,0.6369096040725708,486.0,124416.0,1751.4062718590721,7962624.0 +376.55,23.520000457763672,4693.0,0.0114244120195508,0.1435139924287796,2.2176151275634766,-0.005798080936074257,0.7508594989776611,0.5249003171920776,487.0,124672.0,1754.8980800781865,7979008.0 +373.67,23.739999771118164,4678.0,0.013001400046050549,0.15130615234375,2.2059926986694336,-0.0045830258168280125,0.40940698981285095,0.7020518481731415,488.0,124928.0,1758.4011155781336,7995392.0 +373.48,24.56999969482422,4469.0,0.010892380960285664,0.1343790739774704,2.199444532394409,-0.007145023439079523,0.37222275137901306,0.7091718018054962,489.0,125184.0,1762.067506705178,8011776.0 +388.29,25.899999618530273,4541.0,0.010076346807181835,0.1210530623793602,2.2088613510131836,-0.006020617205649614,0.38550660014152527,0.7040987014770508,490.0,125440.0,1765.6756751961075,8028160.0 +390.46,26.5,4532.0,0.008546803146600723,0.0958455428481102,2.210134267807007,-0.007362343370914459,0.2595304846763611,0.739605575799942,491.0,125696.0,1769.291298510041,8044544.0 +389.4,26.579999923706055,4853.0,0.0158894881606102,0.1771647185087204,2.202910900115967,-0.004176261369138956,0.4450572729110718,0.6256392300128937,492.0,125952.0,1772.6675846541766,8060928.0 +390.43,26.860000610351562,4775.0,0.0146989980712533,0.1702067106962204,2.1986310482025146,-0.006686978507786989,0.2650598883628845,0.7269349992275238,493.0,126208.0,1776.0991643250454,8077312.0 +394.29,26.559999465942383,4514.0,0.01688232086598873,0.2110799103975296,2.229041337966919,-0.0071356892585754395,0.19848842918872833,0.7623995989561081,494.0,126464.0,1779.7289601610973,8093696.0 +407.61,27.8799991607666,4725.0,0.018729832023382187,0.17779541015625,2.205984115600586,-0.002282224129885435,0.2654452323913574,0.7515234053134918,495.0,126720.0,1783.1968934931792,8110080.0 +407.08,27.3799991607666,4706.0,0.013268898241221905,0.15496826171875,2.211477756500244,-0.006576010957360268,0.26233819127082825,0.7314493656158447,496.0,126976.0,1786.6785720230546,8126464.0 +402.9,27.549999237060547,4615.0,0.010941881686449051,0.1442057341337204,2.1892828941345215,-0.007126993034034967,0.36230674386024475,0.652247965335846,497.0,127232.0,1790.22874133219,8142848.0 +401.7,27.219999313354492,4743.0,0.006919898092746735,0.0779622420668602,2.1772022247314453,-0.008999407291412354,0.24269868433475494,0.7528112530708313,498.0,127488.0,1793.6833592061885,8159232.0 +397.29,25.8799991607666,4645.0,0.006316544022411108,0.0645751953125,2.1732375621795654,-0.007962229661643505,0.3623217046260834,0.6769126653671265,499.0,127744.0,1797.2109869590495,8175616.0 +406.01,27.299999237060547,4743.0,0.0080439867451787,0.0936279296875,2.172490358352661,-0.007969377562403679,0.25654473900794983,0.7730806916952133,500.0,128000.0,1800.6694478541613,8192000.0 +392.53,27.209999084472656,4437.0,0.009028878062963486,0.1037394180893898,2.1843581199645996,-0.008573574014008045,0.4566124379634857,0.5982237160205841,501.0,128256.0,1804.3624175400473,8208384.0 +395.92,28.469999313354492,4777.0,0.00851838756352663,0.1018880233168602,2.171090841293335,-0.007872199639678001,0.17064650356769562,0.8369610905647278,502.0,128512.0,1807.7927342641633,8224768.0 +398.19,28.56999969482422,5024.0,0.00799319427460432,0.0794881209731102,2.1467862129211426,-0.00715557299554348,0.3180604875087738,0.7330001592636108,503.0,128768.0,1811.054472861113,8241152.0 +409.59,28.59000015258789,4875.0,0.006919737905263901,0.08251953125,2.142465829849243,-0.009432717226445675,0.21631264686584473,0.8190445452928543,504.0,129024.0,1814.4155442581978,8257536.0 +401.2,27.670000076293945,4989.0,0.011261654086411,0.1463826447725296,2.1463382244110107,-0.007085644174367189,0.3290994167327881,0.7611244320869446,505.0,129280.0,1817.7002721701283,8273920.0 +399.31,27.790000915527344,4704.0,0.011198694817721844,0.11895751953125,2.142987012863159,-0.008123123086988926,0.2934185862541199,0.7282545268535614,506.0,129536.0,1821.1837378460914,8290304.0 +405.77,28.610000610351562,4695.0,0.012777980417013168,0.1516927033662796,2.159205198287964,-0.003976142033934593,0.26446494460105896,0.7557610869407654,507.0,129792.0,1824.6737930271775,8306688.0 +401.31,27.540000915527344,4683.0,0.008123795501887798,0.087890625,2.1469404697418213,-0.007190486416220665,0.3673897087574005,0.6934404373168945,508.0,130048.0,1828.1729189401958,8323072.0 +403.23,28.31999969482422,4719.0,0.010581385344266891,0.1448567658662796,2.1502456665039062,-0.006384719163179398,0.23735153675079346,0.7893166095018387,509.0,130304.0,1831.6453123909887,8339456.0 +403.52,28.040000915527344,4554.0,0.010765638202428818,0.1319173127412796,2.178248882293701,-0.0061053261160850525,0.24657602608203888,0.7980997115373611,510.0,130560.0,1835.2433134319726,8355840.0 +403.46,28.200000762939453,4483.0,0.012487382628023624,0.15313720703125,2.189066171646118,-0.008152677677571774,0.2869201600551605,0.7463189363479614,511.0,130816.0,1838.898077347083,8372224.0 +404.81,27.809999465942383,4776.0,0.008587571792304516,0.1118367537856102,2.1922848224639893,-0.005979668349027634,0.23084835708141327,0.7974081337451935,512.0,131072.0,1842.3289541811682,8388608.0 +404.75,27.649999618530273,4618.0,0.014653612859547138,0.1484781950712204,2.1972224712371826,-0.006548840552568436,0.2527081072330475,0.7350744009017944,513.0,131328.0,1845.877440975979,8404992.0 +397.79,26.8799991607666,4636.0,0.01587766408920288,0.1925048828125,2.2051117420196533,-0.00833998154848814,0.398572713136673,0.634308248758316,514.0,131584.0,1849.412089377176,8421376.0 +393.87,26.75,4633.0,0.009179607033729553,0.1183064803481102,2.175541639328003,-0.0052400329150259495,0.27802038192749023,0.7156327962875366,515.0,131840.0,1852.948973446153,8437760.0 +381.96,25.75,4635.0,0.006799031514674425,0.07415771484375,2.1727120876312256,-0.008124682120978832,0.39598119258880615,0.7059751152992249,516.0,132096.0,1856.484069630038,8454144.0 +391.07,26.68000030517578,4537.0,0.007830850780010223,0.08197021484375,2.2065722942352295,-0.00824508536607027,0.26812878251075745,0.7515207976102829,517.0,132352.0,1860.095552696148,8470528.0 +393.44,26.440000534057617,4750.0,0.00832531601190567,0.09088134765625,2.2056198120117188,-0.00770748034119606,0.46075233817100525,0.6430759429931641,518.0,132608.0,1863.5447512271348,8486912.0 +391.49,26.309999465942383,4822.0,0.0058385650627315044,0.0573933906853199,2.2112951278686523,-0.008212125860154629,0.2718000113964081,0.7402461767196655,519.0,132864.0,1866.9425610611215,8503296.0 +392.09,25.229999542236328,4714.0,0.006530881393700838,0.0759073868393898,2.2169392108917236,-0.007253013551235199,0.4220872223377228,0.6396516859531403,520.0,133120.0,1870.418745715171,8519680.0 +390.88,25.420000076293945,4624.0,0.008800051175057888,0.1077880859375,2.221740961074829,-0.008187550120055676,0.5363946557044983,0.6145960688591003,521.0,133376.0,1873.9622689941898,8536064.0 +379.22,24.489999771118164,4633.0,0.0077138617634773254,0.08087158203125,2.221667528152466,-0.007878146134316921,0.4788118898868561,0.597792387008667,522.0,133632.0,1877.4996815409977,8552448.0 +362.89,23.8700008392334,4649.0,0.010615893639624119,0.13555908203125,2.2262914180755615,-0.006109014619141817,0.47258850932121277,0.623603492975235,523.0,133888.0,1881.0238463680726,8568832.0 +380.24,26.09000015258789,4615.0,0.00896172784268856,0.1019287109375,2.2339694499969482,-0.007799092680215836,0.32216891646385193,0.7137690782546997,524.0,134144.0,1884.5747411211487,8585216.0 +390.27,26.75,4803.0,0.010127103887498379,0.1153360977768898,2.1864359378814697,-0.0069673252291977406,0.25955161452293396,0.7576533257961273,525.0,134400.0,1887.985951574985,8601600.0 +400.48,26.799999237060547,4589.0,0.009373274631798267,0.11517333984375,2.204394817352295,-0.007615452632308006,0.341825395822525,0.7052412927150726,526.0,134656.0,1891.5569073890802,8617984.0 +400.5,26.809999465942383,4583.0,0.007458625826984644,0.07940673828125,2.1933999061584473,-0.007384616881608963,0.32382264733314514,0.7186769843101501,527.0,134912.0,1895.1325883150566,8634368.0 +407.74,27.25,4683.0,0.013308142311871052,0.1732991486787796,2.178551197052002,-0.011962502263486385,0.22592248022556305,0.7846838086843491,528.0,135168.0,1898.6316873061005,8650752.0 +411.53,27.5,4684.0,0.01572890393435955,0.1802775114774704,2.1976001262664795,-0.009411701001226902,0.23060579597949982,0.8060755133628845,529.0,135424.0,1902.130197735969,8667136.0 +406.94,27.329999923706055,4670.0,0.01429490465670824,0.1624959260225296,2.2268457412719727,-0.007930465042591095,0.24669432640075684,0.789314940571785,530.0,135680.0,1905.6392446700484,8683520.0 +406.32,27.899999618530273,4713.0,0.011950240470468998,0.1496988981962204,2.2280421257019043,-0.009018927812576294,0.3323201835155487,0.7034667432308197,531.0,135936.0,1909.1158461889718,8699904.0 +405.76,28.040000915527344,4743.0,0.008594822138547897,0.0997517928481102,2.213395357131958,-0.005613577086478472,0.2783364951610565,0.7887284606695175,532.0,136192.0,1912.5705251409672,8716288.0 +402.61,26.8700008392334,4750.0,0.0064583998173475266,0.0602620430290699,2.225182294845581,-0.007490755990147591,0.46546173095703125,0.659393697977066,533.0,136448.0,1916.0199864511378,8732672.0 +396.04,25.1299991607666,4709.0,0.005976179149001837,0.0611165352165699,2.2309186458587646,-0.007590531837195158,0.4726223647594452,0.7009944319725037,534.0,136704.0,1919.4999534620438,8749056.0 +405.41,26.459999084472656,4704.0,0.006127613130956888,0.0723063126206398,2.2182037830352783,-0.007095638662576675,0.21911878883838654,0.8409567475318909,535.0,136960.0,1922.983128034044,8765440.0 +410.14,26.940000534057617,4790.0,0.008498141542077065,0.10626220703125,2.216355562210083,-0.005973343271762133,0.308702290058136,0.7457882761955261,536.0,137216.0,1926.4036334380507,8781824.0 +391.89,25.309999465942383,4907.0,0.01032180618494749,0.11981201171875,2.217301607131958,-0.0071257296949625015,0.5473007559776306,0.6265888810157776,537.0,137472.0,1929.7434014400933,8798208.0 +379.62,23.920000076293945,4615.0,0.015988023951649666,0.18304443359375,2.2091150283813477,-0.006644999608397484,0.4225107431411743,0.6561214029788971,538.0,137728.0,1933.2937819431536,8814592.0 +390.36,25.920000076293945,4718.0,0.010587095282971859,0.1407877653837204,2.16951060295105,-0.007865185849368572,0.33546194434165955,0.733249843120575,539.0,137984.0,1936.7670246029738,8830976.0 +395.37,26.209999084472656,4617.0,0.008853834122419357,0.1040445938706398,2.1749613285064697,-0.006787165999412537,0.3224029242992401,0.7195633947849274,540.0,138240.0,1940.3160214500967,8847360.0 +399.66,26.610000610351562,4756.0,0.017994003370404243,0.1783040314912796,2.1592087745666504,-0.006885277107357979,0.23321467638015747,0.7689207643270493,541.0,138496.0,1943.761595825199,8863744.0 +404.05,26.219999313354492,4770.0,0.012870494276285172,0.1532999724149704,2.164165496826172,-0.006341386120766401,0.4883916676044464,0.6829315423965454,542.0,138752.0,1947.1970057049766,8880128.0 +392.57,25.170000076293945,4546.0,0.00912843644618988,0.1066080704331398,2.1429660320281982,-0.010349308140575886,0.31509146094322205,0.7704164087772369,543.0,139008.0,1950.8019246160984,8896512.0 +393.06,26.479999542236328,4659.0,0.015499349683523178,0.17437744140625,2.124173164367676,-0.01069649402052164,0.2736264765262604,0.7749223113059998,544.0,139264.0,1954.3186429450288,8912896.0 +401.56,27.209999084472656,4716.0,0.010277788154780865,0.1347859650850296,2.1469478607177734,-0.00811826717108488,0.23684386909008026,0.7781732082366943,545.0,139520.0,1957.793376145186,8929280.0 +402.66,28.049999237060547,4709.0,0.013354632072150707,0.1606038361787796,2.120253324508667,-0.007503538858145475,0.23083554208278656,0.7721266746520996,546.0,139776.0,1961.273287159158,8945664.0 +406.67,28.299999237060547,4806.0,0.011203170754015446,0.1307169646024704,2.130159854888916,-0.007848266512155533,0.2596721351146698,0.7771379500627518,547.0,140032.0,1964.682712623151,8962048.0 +401.34,26.979999542236328,4955.0,0.013310305774211884,0.1740926057100296,2.1259615421295166,-0.0074450368992984295,0.3030170798301697,0.7520091235637665,548.0,140288.0,1967.989819358103,8978432.0 +401.6,26.549999237060547,4705.0,0.010319157503545284,0.1136678084731102,2.1229801177978516,-0.00693121924996376,0.2904985547065735,0.7651791125535965,549.0,140544.0,1971.4720836360939,8994816.0 +401.75,28.059999465942383,4695.0,0.01672525145113468,0.1694539338350296,2.1436986923217773,-0.009431117214262486,0.21259362995624542,0.7540915012359619,550.0,140800.0,1974.961856369162,9011200.0 +400.99,29.31999969482422,4490.0,0.01340471114963293,0.1605428010225296,2.1279256343841553,-0.010032263584434986,0.16604061424732208,0.7759862989187241,551.0,141056.0,1978.6115254780743,9027584.0 +410.92,28.889999389648438,4552.0,0.01410403847694397,0.1838582307100296,2.1516354084014893,-0.00801973044872284,0.1911115199327469,0.7411890923976898,552.0,141312.0,1982.2115883759689,9043968.0 +412.62,28.309999465942383,4564.0,0.01639918051660061,0.197509765625,2.1576995849609375,-0.008938290178775787,0.23417721688747406,0.7185046672821045,553.0,141568.0,1985.801655812189,9060352.0 +405.41,26.479999542236328,4569.0,0.012181133963167667,0.1562906950712204,2.169904947280884,-0.007083037402480841,0.2595055401325226,0.7213023900985718,554.0,141824.0,1989.388197008986,9076736.0 +403.09,26.639999389648438,4639.0,0.014491836540400982,0.1619059294462204,2.1730709075927734,-0.0045752315782010555,0.29427358508110046,0.7016362249851227,555.0,142080.0,1992.920289379079,9093120.0 +395.97,25.0,4695.0,0.01682170107960701,0.1803995817899704,2.188591241836548,-0.006454225163906813,0.31188711524009705,0.6764951050281525,556.0,142336.0,1996.410308682127,9109504.0 +405.9,25.850000381469727,4624.0,0.014592133462429047,0.1863199919462204,2.20169734954834,-0.012695297598838806,0.14309681951999664,0.7960925549268723,557.0,142592.0,1999.953518834198,9125888.0 +407.61,26.690000534057617,4639.0,0.014866900630295277,0.1653238981962204,2.1533844470977783,-0.008176848292350769,0.2437870055437088,0.7442690134048462,558.0,142848.0,2003.4852766171098,9142272.0 +398.31,26.280000686645508,4850.0,0.015085662715137005,0.1644490510225296,2.186110019683838,-0.007301806937903166,0.2911568582057953,0.6819666624069214,559.0,143104.0,2006.863864689134,9158656.0 +383.0,25.270000457763672,4901.0,0.012489021755754948,0.16400146484375,2.182781934738159,-0.011244862340390682,0.3790244162082672,0.6010744273662567,560.0,143360.0,2010.2072817140725,9175040.0 +379.71,24.899999618530273,4596.0,0.013678493909537792,0.1523844450712204,2.1869633197784424,-0.0077978321351110935,0.38373222947120667,0.6330276429653168,561.0,143616.0,2013.772806259105,9191424.0 +380.36,23.790000915527344,4798.0,0.013227466493844986,0.1518351286649704,2.175727605819702,-0.005034655798226595,0.4756661653518677,0.5263342261314392,562.0,143872.0,2017.1876002920326,9207808.0 +382.02,23.489999771118164,4677.0,0.011273526586592197,0.1348876953125,2.2223823070526123,-0.008130041882395744,0.40956056118011475,0.5815712213516235,563.0,144128.0,2020.6913706231862,9224192.0 +383.07,23.790000915527344,4699.0,0.01364835724234581,0.15179443359375,2.236353635787964,-0.0058471872471272945,0.26815298199653625,0.576148509979248,564.0,144384.0,2024.178632442141,9240576.0 +393.53,25.459999084472656,4832.0,0.009355838410556316,0.1111857071518898,2.2155022621154785,-0.007325645070523024,0.25179997086524963,0.6481195986270905,565.0,144640.0,2027.5702722710557,9256960.0 +388.78,24.850000381469727,4755.0,0.0063504502177238464,0.0624186210334301,2.238267183303833,-0.008042889647185802,0.35875311493873596,0.5649983286857605,566.0,144896.0,2031.016549074091,9273344.0 +383.22,23.959999084472656,4806.0,0.008034286089241505,0.0978190079331398,2.2287471294403076,-0.00993355829268694,0.37012824416160583,0.6461489200592041,567.0,145152.0,2034.4258516649716,9289728.0 +382.81,25.100000381469727,4787.0,0.008119729347527027,0.0940144881606102,2.2204020023345947,-0.00889852549880743,0.3090626299381256,0.6473179459571838,568.0,145408.0,2037.8485148490872,9306112.0 +385.03,25.649999618530273,4897.0,0.00824019405990839,0.1007080078125,2.2163195610046387,-0.009017900563776493,0.3099316656589508,0.6558783650398254,569.0,145664.0,2041.1946362759918,9322496.0 +389.24,25.610000610351562,4628.0,0.007487675175070763,0.0760498046875,2.230673313140869,-0.007202362176030874,0.3166259527206421,0.6338867247104645,570.0,145920.0,2044.7352685271762,9338880.0 +401.36,26.639999389648438,4634.0,0.006445857230573893,0.0676066055893898,2.213895797729492,-0.010078388266265392,0.226628839969635,0.7022737264633179,571.0,146176.0,2048.2712121051736,9355264.0 +400.65,26.5,5000.0,0.009546197019517422,0.1094767227768898,2.1970698833465576,-0.010483845137059689,0.22194533050060272,0.6601852774620056,572.0,146432.0,2051.550147177186,9371648.0 +409.78,27.520000457763672,4823.0,0.012075643055140972,0.1592814177274704,2.187919855117798,-0.011212389916181564,0.12815529108047485,0.8026740103960037,573.0,146688.0,2054.9475108911283,9388032.0 +407.83,28.559999465942383,4800.0,0.011294404976069927,0.1414998322725296,2.161202907562256,-0.008262790739536285,0.23452019691467285,0.6490126252174377,574.0,146944.0,2058.361314868089,9404416.0 +403.75,28.40999984741211,4646.0,0.016037248075008392,0.1666259765625,2.133012056350708,-0.012995497323572636,0.14662021398544312,0.774529904127121,575.0,147200.0,2061.88830032805,9420800.0 +408.75,28.329999923706055,4630.0,0.01638825796544552,0.1947835236787796,2.1232404708862305,-0.009398057125508785,0.23264668881893158,0.7116619050502777,576.0,147456.0,2065.427036958048,9437184.0 +393.72,26.15999984741211,4742.0,0.011342544108629227,0.1378377228975296,2.106189250946045,-0.009348508901894093,0.39767274260520935,0.6114219725131989,577.0,147712.0,2068.8821685221046,9453568.0 +393.07,26.600000381469727,4876.0,0.015751367434859276,0.1624552458524704,2.0808451175689697,-0.010746642015874386,0.16000896692276,0.7390405237674713,578.0,147968.0,2072.24249045318,9469952.0 +400.57,26.709999084472656,4758.0,0.016093121841549873,0.1799113005399704,2.0774877071380615,-0.004450242966413498,0.2818168103694916,0.6601033806800842,579.0,148224.0,2075.68643334019,9486336.0 +386.49,26.18000030517578,4714.0,0.011514425277709961,0.1248575821518898,2.115435838699341,-0.006469115149229765,0.3553657829761505,0.6126400232315063,580.0,148480.0,2079.1623072531074,9502720.0 +377.62,25.790000915527344,4570.0,0.012945073656737804,0.1573282927274704,2.11148738861084,-0.008584524504840374,0.2712179720401764,0.6909985542297363,581.0,148736.0,2082.747594220098,9519104.0 +386.49,26.739999771118164,4726.0,0.015078716911375523,0.1718546599149704,2.1054599285125732,-0.010704456828534603,0.29524683952331543,0.6606706082820892,582.0,148992.0,2086.2148400251754,9535488.0 +396.27,27.030000686645508,4846.0,0.012421507388353348,0.1413370817899704,2.141062021255493,-0.00792285893112421,0.2977800667285919,0.6377598941326141,583.0,149248.0,2089.596692216117,9551872.0 +395.81,26.09000015258789,4602.0,0.012284589000046253,0.1432088166475296,2.151758909225464,-0.009174617007374763,0.24184776842594147,0.7142524421215057,584.0,149504.0,2093.156916473992,9568256.0 +396.03,25.940000534057617,4714.0,0.010388937778770924,0.1024373397231102,2.1671981811523438,-0.007709084078669548,0.20915138721466064,0.7424045503139496,585.0,149760.0,2096.6329140621237,9584640.0 +390.87,25.6200008392334,4668.0,0.01538872066885233,0.1704304963350296,2.1626155376434326,-0.009813785552978516,0.3413759171962738,0.6081950068473816,586.0,150016.0,2100.1431657110807,9601024.0 +389.77,25.520000457763672,4460.0,0.012162105180323124,0.1264241486787796,2.17122483253479,-0.01074908021837473,0.25710931420326233,0.6953423023223877,587.0,150272.0,2103.8167921341956,9617408.0 +378.87,24.489999771118164,4895.0,0.00861324742436409,0.0938517227768898,2.1749160289764404,-0.00696289399638772,0.32537755370140076,0.6852886378765106,588.0,150528.0,2107.163920068182,9633792.0 +370.99,24.15999984741211,4767.0,0.009355253539979458,0.083251953125,2.1697239875793457,-0.006972975563257933,0.4276134967803955,0.6171809136867523,589.0,150784.0,2110.6016565011814,9650176.0 +382.78,25.559999465942383,4737.0,0.010502125136554241,0.1248982772231102,2.162196159362793,-0.009098942391574383,0.22310137748718262,0.6923362016677856,590.0,151040.0,2114.0608165601734,9666560.0 +391.31,26.270000457763672,4540.0,0.018046585842967033,0.1919148713350296,2.173541307449341,-0.007131798658519983,0.19202633202075958,0.7469854950904846,591.0,151296.0,2117.67351091397,9682944.0 +405.11,27.100000381469727,4733.0,0.009655118919909,0.1086832657456398,2.1833765506744385,-0.007862615399062634,0.19313819706439972,0.7528226673603058,592.0,151552.0,2121.1356279370375,9699328.0 +408.75,27.440000534057617,4758.0,0.008248201571404934,0.09539794921875,2.170053720474243,-0.009357432834804058,0.1584017127752304,0.758751705288887,593.0,151808.0,2124.579588598106,9715712.0 +410.67,27.790000915527344,4559.0,0.010881968773901463,0.1245524063706398,2.1523520946502686,-0.007575191557407379,0.19661955535411835,0.7536635547876358,594.0,152064.0,2128.1739851010498,9732096.0 +405.81,27.899999618530273,4597.0,0.015860145911574364,0.1594034880399704,2.152296304702759,-0.009131231345236301,0.2417488843202591,0.6839041411876678,595.0,152320.0,2131.738460808061,9748480.0 +403.83,28.34000015258789,4676.0,0.012510872446000576,0.1535237580537796,2.147996187210083,-0.011248056776821613,0.1471063643693924,0.7564703822135925,596.0,152576.0,2135.2424077361356,9764864.0 +403.27,28.219999313354492,4519.0,0.0257816631346941,0.2199300080537796,2.176663875579834,0.00016072706785053015,0.2354063242673874,0.6851762235164642,597.0,152832.0,2138.868694487028,9781248.0 +401.63,27.75,4607.0,0.014158610254526138,0.14862060546875,2.1823999881744385,-0.004897089209407568,0.19010697305202484,0.7250498235225677,598.0,153088.0,2142.4255980381276,9797632.0 +405.72,27.34000015258789,4643.0,0.013900525867938995,0.1620076447725296,2.182874917984009,-0.007070542778819799,0.2501996159553528,0.6605072617530823,599.0,153344.0,2145.95479861903,9814016.0 +408.64,28.149999618530273,4687.0,0.016193483024835587,0.1767781525850296,2.1754074096679688,-0.010453873313963413,0.14853724837303162,0.7270625233650208,600.0,153600.0,2149.4508186241146,9830400.0 +409.85,28.31999969482422,4798.0,0.014356986619532108,0.1821696013212204,2.19808292388916,-0.008220206014811993,0.18007315695285797,0.6730771362781525,601.0,153856.0,2152.866155170137,9846784.0 +411.67,28.709999084472656,4735.0,0.013307602144777775,0.1396280974149704,2.188389539718628,-0.011270391754806042,0.14671868085861206,0.7287994027137756,602.0,154112.0,2156.326322859153,9863168.0 +407.59,28.399999618530273,4353.0,0.016062887385487556,0.1868896484375,2.1686809062957764,-0.007729811128228903,0.1582130640745163,0.6891342997550964,603.0,154368.0,2160.090940419119,9879552.0 +406.88,28.389999389648438,4623.0,0.01240223553031683,0.1199544295668602,2.1568443775177,-0.011685307137668133,0.21108229458332062,0.6476495563983917,604.0,154624.0,2163.635152670089,9895936.0 +408.05,28.549999237060547,4904.0,0.015231256373226643,0.1523640900850296,2.1635210514068604,-0.00873104203492403,0.1587386578321457,0.7339189350605011,605.0,154880.0,2166.9763841910753,9912320.0 +409.04,28.260000228881836,4931.0,0.011621225625276566,0.135986328125,2.1583006381988525,-0.013284663669764996,0.1576976478099823,0.7722927331924438,606.0,155136.0,2170.2999720161315,9928704.0 +409.83,28.239999771118164,4762.0,0.009812396951019764,0.1149088516831398,2.1677749156951904,-0.010452658869326115,0.16607065498828888,0.7635755985975266,607.0,155392.0,2173.741155075142,9945088.0 +398.04,27.1299991607666,4936.0,0.010967048816382885,0.1300252228975296,2.1688194274902344,-0.0062494948506355286,0.22121591866016388,0.6947605311870575,608.0,155648.0,2177.0646185840014,9961472.0 +398.21,27.969999313354492,4702.0,0.009512405842542648,0.1117350235581398,2.150362253189087,-0.0092652952298522,0.19832634925842285,0.6944084465503693,609.0,155904.0,2180.549427930033,9977856.0 +404.39,28.450000762939453,4754.0,0.008668865077197552,0.10028076171875,2.1550867557525635,-0.007368605118244886,0.22362805902957916,0.6970146298408508,610.0,156160.0,2183.9963606041856,9994240.0 +402.42,28.420000076293945,4828.0,0.007822670973837376,0.08770751953125,2.186519145965576,-0.008469921536743641,0.1952519416809082,0.7022055983543396,611.0,156416.0,2187.3899389861617,10010624.0 +398.87,28.350000381469727,4824.0,0.007652899716049433,0.0804239884018898,2.180861473083496,-0.00914210919290781,0.22519969940185547,0.669065922498703,612.0,156672.0,2190.7871740050614,10027008.0 +399.15,27.350000381469727,4843.0,0.00834044162184,0.1029459610581398,2.180250883102417,-0.00825952086597681,0.2764871120452881,0.6579243838787079,613.0,156928.0,2194.1702973681968,10043392.0 +394.24,27.149999618530273,4589.0,0.00913411658257246,0.1016438826918602,2.1920573711395264,-0.007207293529063463,0.22371357679367065,0.689634382724762,614.0,157184.0,2197.7411495340057,10059776.0 +397.21,27.670000076293945,4886.0,0.0075469124130904675,0.0905558243393898,2.215143918991089,-0.006123919039964676,0.21308326721191406,0.7726965397596359,615.0,157440.0,2201.095361004118,10076160.0 +392.05,27.15999984741211,4877.0,0.006556021515280008,0.0681355819106102,2.2253425121307373,-0.007461708039045334,0.2366991490125656,0.7001516819000244,616.0,157696.0,2204.4555173101835,10092544.0 +389.8,26.209999084472656,4661.0,0.009318173862993717,0.1065266951918602,2.224533796310425,-0.007835247553884983,0.2030453234910965,0.7080832719802856,617.0,157952.0,2207.9714564250316,10108928.0 +400.54,27.1200008392334,4579.0,0.013156995177268982,0.1333211213350296,2.2170956134796143,-0.007352227345108986,0.14791418612003326,0.7750245928764343,618.0,158208.0,2211.550194966141,10125312.0 +392.07,26.079999923706055,4784.0,0.01121805515140295,0.1324259489774704,2.2205042839050293,-0.009991640225052834,0.39832305908203125,0.5650149285793304,619.0,158464.0,2214.975599985104,10141696.0 +399.52,27.6200008392334,4608.0,0.012013346888124943,0.14715576171875,2.196286201477051,-0.010244644246995449,0.11407233029603958,0.7764294743537903,620.0,158720.0,2218.531564997975,10158080.0 +404.14,28.639999389648438,4577.0,0.019033370539546013,0.1952718049287796,2.1576149463653564,-0.008439428173005581,0.19650761783123016,0.7296157777309418,621.0,158976.0,2222.1115752221085,10174464.0 +408.51,28.979999542236328,4763.0,0.012330718338489532,0.1380818635225296,2.153306245803833,-0.009319786913692951,0.18846862018108368,0.7452280521392822,622.0,159232.0,2225.5519749689847,10190848.0 +407.39,28.93000030517578,4505.0,0.014853023923933506,0.1817830353975296,2.126354694366455,-0.0034180369693785906,0.2142575979232788,0.7288231253623962,623.0,159488.0,2229.1892220911104,10207232.0 +409.95,29.610000610351562,4824.0,0.0077303205616772175,0.0925496444106102,2.1369802951812744,-0.009786778129637241,0.11505325883626938,0.7801648378372192,624.0,159744.0,2232.58598521119,10223616.0 +406.26,29.75,4882.0,0.016128772869706154,0.154541015625,2.1427547931671143,-0.009503143839538097,0.18065637350082397,0.7247158885002136,625.0,160000.0,2235.942533563124,10240000.0 +407.28,28.899999618530273,4667.0,0.00879411119967699,0.100341796875,2.138657331466675,-0.010230320505797863,0.15752039849758148,0.7518920004367828,626.0,160256.0,2239.453435642179,10256384.0 +403.4,27.229999542236328,4642.0,0.011171323247253895,0.12030029296875,2.142232894897461,-0.006772685796022415,0.28874075412750244,0.6657737493515015,627.0,160512.0,2242.9830328081734,10272768.0 +394.7,26.149999618530273,4418.0,0.009616405703127384,0.1112467423081398,2.1436221599578857,-0.01016117911785841,0.2036444991827011,0.7217196226119995,628.0,160768.0,2246.691472207196,10289152.0 +395.34,26.899999618530273,4493.0,0.014290000312030315,0.1616617888212204,2.140622615814209,-0.010844402946531773,0.20038171112537384,0.7248082756996155,629.0,161024.0,2250.3390446221456,10305536.0 +397.46,27.579999923706055,4688.0,0.014610233716666698,0.16473388671875,2.134636640548706,-0.00833392608910799,0.19673538208007812,0.7000093758106232,630.0,161280.0,2253.83447078499,10321920.0 +409.98,29.170000076293945,4699.0,0.018377842381596565,0.19189453125,2.1287505626678467,-0.004792806226760149,0.13382761180400848,0.7646821737289429,631.0,161536.0,2257.3213080051355,10338304.0 +414.26,28.950000762939453,4781.0,0.013168864883482456,0.1680908203125,2.138868570327759,-0.007554446812719107,0.1712512969970703,0.7717868387699127,632.0,161792.0,2260.748717443086,10354688.0 +406.91,28.920000076293945,4630.0,0.01847776584327221,0.1736246794462204,2.1430320739746094,-0.009309113956987858,0.191975399851799,0.7069424092769623,633.0,162048.0,2264.287947511999,10371072.0 +403.84,29.0,4634.0,0.01240887213498354,0.143310546875,2.1301589012145996,-0.006158392410725355,0.15098664164543152,0.7754726409912109,634.0,162304.0,2267.824312241981,10387456.0 +402.22,28.40999984741211,4688.0,0.012811113148927689,0.1555989533662796,2.1339359283447266,-0.012502987869083881,0.1925579458475113,0.7612776756286621,635.0,162560.0,2271.3196363921743,10403840.0 +410.57,29.049999237060547,4881.0,0.015037953853607178,0.1623331755399704,2.1020703315734863,-0.015456623397767544,0.12185122817754745,0.8040729463100433,636.0,162816.0,2274.6767465739977,10420224.0 +411.45,28.520000457763672,4837.0,0.013835915364325047,0.1387532502412796,2.093062400817871,-0.00926192943006754,0.2353392243385315,0.7373944818973541,637.0,163072.0,2278.064587836154,10436608.0 +396.06,26.18000030517578,4659.0,0.010044421069324017,0.1192423477768898,2.123173475265503,-0.008937465958297253,0.3082966208457947,0.6604474782943726,638.0,163328.0,2281.5814701681957,10452992.0 +390.95,26.610000610351562,4751.0,0.0115148751065135,0.1368001252412796,2.121997594833374,-0.01063770055770874,0.19181644916534424,0.7313376367092133,639.0,163584.0,2285.0302240210585,10469376.0 +404.01,28.760000228881836,4654.0,0.010829780250787735,0.13323974609375,2.122224807739258,-0.007170528639107943,0.1529248058795929,0.7865986973047256,640.0,163840.0,2288.5512381449807,10485760.0 +403.05,27.799999237060547,4603.0,0.008086352609097958,0.09613037109375,2.1383068561553955,-0.00871459860354662,0.3626023530960083,0.6187101006507874,641.0,164096.0,2292.1113487570547,10502144.0 +394.36,27.110000610351562,4818.0,0.006889590993523598,0.0767822265625,2.1084039211273193,-0.008532770909368992,0.2617439031600952,0.6685265004634857,642.0,164352.0,2295.5124317770824,10518528.0 +395.42,27.34000015258789,4724.0,0.007463065441697836,0.0770670548081398,2.1158647537231445,-0.008089028298854828,0.21130426228046417,0.7741011828184128,643.0,164608.0,2298.984826611122,10534912.0 +391.38,27.690000534057617,4771.0,0.008364670909941196,0.1066691055893898,2.1522395610809326,-0.008752917870879173,0.2984403669834137,0.6731416285037994,644.0,164864.0,2302.4196190340444,10551296.0 +387.94,26.43000030517578,4869.0,0.015296030789613724,0.1306355744600296,2.152543306350708,-0.006278797518461943,0.40824246406555176,0.5945143103599548,645.0,165120.0,2305.784834359074,10567680.0 +394.62,26.760000228881836,4741.0,0.00858350284397602,0.1009928360581398,2.138338804244995,-0.010996346361935139,0.17687402665615082,0.7998253554105759,646.0,165376.0,2309.240874905139,10584064.0 +396.53,26.809999465942383,4670.0,0.008118425495922565,0.0991007462143898,2.1465766429901123,-0.00857169646769762,0.2081373780965805,0.7441246211528778,647.0,165632.0,2312.749772023177,10600448.0 +409.21,28.399999618530273,4736.0,0.011617220006883144,0.1383463591337204,2.1348209381103516,-0.012836496345698833,0.16574330627918243,0.8026938736438751,648.0,165888.0,2316.2095929021016,10616832.0 +409.82,28.520000457763672,4638.0,0.011508691124618053,0.15093994140625,2.1117897033691406,-0.009605173952877522,0.24909938871860504,0.7110980153083801,649.0,166144.0,2319.742353745969,10633216.0 +408.43,28.1200008392334,4595.0,0.009101205505430698,0.1025797501206398,2.1261179447174072,-0.009340346790850163,0.20642347633838654,0.759506955742836,650.0,166400.0,2323.3080866280943,10649600.0 +392.33,26.09000015258789,4661.0,0.012370563112199306,0.1430460661649704,2.1566998958587646,-0.008955935947597027,0.3328019380569458,0.6695788204669952,651.0,166656.0,2326.8237383761443,10665984.0 +396.35,26.729999542236328,4672.0,0.010390651412308216,0.1308186799287796,2.153653621673584,-0.01051804143935442,0.2558794915676117,0.7103449404239655,652.0,166912.0,2330.3310065811966,10682368.0 +400.55,27.40999984741211,4762.0,0.008361329324543476,0.1028035506606102,2.178920030593872,-0.007263662293553352,0.25292983651161194,0.692698210477829,653.0,167168.0,2333.7722346961964,10698752.0 +400.76,28.280000686645508,4893.0,0.011614058166742325,0.1349894255399704,2.1308963298797607,-0.013281326740980148,0.15323002636432648,0.8053303509950638,654.0,167424.0,2337.121084165992,10715136.0 +401.56,27.6200008392334,4750.0,0.009602013975381851,0.1206258162856102,2.1506617069244385,-0.009193231351673603,0.20760346949100494,0.7213650941848755,655.0,167680.0,2340.5710160310846,10731520.0 +401.08,27.25,4666.0,0.009685768745839596,0.11199951171875,2.1240460872650146,-0.012615923769772053,0.24530009925365448,0.7144955098628998,656.0,167936.0,2344.0829080650583,10747904.0 +395.64,26.600000381469727,4738.0,0.011072628200054169,0.1353556364774704,2.1171767711639404,-0.008976487442851067,0.32306429743766785,0.6961194574832916,657.0,168192.0,2347.5409094141796,10764288.0 +396.89,26.850000381469727,4565.0,0.009123897179961205,0.1192220076918602,2.12683367729187,-0.009385745041072369,0.24677258729934692,0.7287491858005524,658.0,168448.0,2351.130733119091,10780672.0 +402.94,27.290000915527344,4471.0,0.013057377189397812,0.1528523713350296,2.117827892303467,-0.007784353103488684,0.22583512961864471,0.7294036746025085,659.0,168704.0,2354.7952782681677,10797056.0 +403.3,27.049999237060547,4632.0,0.013967820443212986,0.1703694611787796,2.10933256149292,-0.010412929579615593,0.2574513852596283,0.7378961145877838,660.0,168960.0,2358.33311385219,10813440.0 +405.57,27.149999618530273,4626.0,0.009645829908549786,0.1151326522231102,2.1122117042541504,-0.00776320556178689,0.1814068704843521,0.7713816612958908,661.0,169216.0,2361.875302809989,10829824.0 +395.69,27.18000030517578,4619.0,0.009971036575734615,0.1237386092543602,2.1206161975860596,-0.009640799835324287,0.2554050385951996,0.6863856613636017,662.0,169472.0,2365.422979263123,10846208.0 +385.47,26.530000686645508,4659.0,0.01421335618942976,0.1744181364774704,2.1238853931427,-0.009257678873836994,0.34771203994750977,0.5628873109817505,663.0,169728.0,2368.939658829011,10862592.0 +384.97,26.489999771118164,4559.0,0.012811101041734219,0.1614583283662796,2.1065433025360107,-0.009820176288485527,0.27928152680397034,0.6712799668312073,664.0,169984.0,2372.533695260994,10878976.0 +387.06,27.68000030517578,4588.0,0.012573559768497944,0.1508992463350296,2.0995655059814453,-0.009506642818450928,0.27919724583625793,0.6247097551822662,665.0,170240.0,2376.105008869199,10895360.0 +390.8,27.239999771118164,4563.0,0.011540883220732212,0.1346232146024704,2.092503547668457,-0.007680205162614584,0.21169482171535492,0.7466540932655334,666.0,170496.0,2379.696311161155,10911744.0 +395.63,27.440000534057617,4485.0,0.009535145945847034,0.1099039688706398,2.0918095111846924,-0.008307456970214844,0.23269814252853394,0.7104393541812897,667.0,170752.0,2383.349665739108,10928128.0 +403.78,28.18000030517578,4522.0,0.012225542217493057,0.1407470703125,2.092966318130493,-0.009341326542198658,0.17227526009082794,0.7704633325338364,668.0,171008.0,2386.973251970019,10944512.0 +412.28,29.389999389648438,4617.0,0.012296744622290134,0.1541544646024704,2.1275436878204346,-0.00948034506291151,0.11033111065626144,0.8171678334474564,669.0,171264.0,2390.5225019219797,10960896.0 +405.45,29.549999237060547,4840.0,0.015724293887615204,0.1932373046875,2.091542959213257,-0.01150844618678093,0.17343692481517792,0.7336886823177338,670.0,171520.0,2393.907671547029,10977280.0 +398.41,29.100000381469727,4681.0,0.012632399797439575,0.1587727814912796,2.107630491256714,-0.007470513228327036,0.24922454357147217,0.6625424325466156,671.0,171776.0,2397.4082338961307,10993664.0 +398.41,28.459999084472656,4741.0,0.00846079271286726,0.0928955078125,2.106032609939575,-0.009447894990444183,0.20123489201068878,0.7643762528896332,672.0,172032.0,2400.86440331419,11010048.0 +399.27,28.280000686645508,4898.0,0.017216237261891365,0.1850992888212204,2.105912446975708,-0.006102871615439653,0.19792546331882477,0.7130998373031616,673.0,172288.0,2404.209824849153,11026432.0 +406.04,28.6200008392334,4786.0,0.018210630863904953,0.17425537109375,2.1393535137176514,-0.006544969975948334,0.15428391098976135,0.7303574681282043,674.0,172544.0,2407.633737850003,11042816.0 +401.85,28.209999084472656,4942.0,0.014972363598644733,0.1777140349149704,2.1609208583831787,-0.009875413030385971,0.23638974130153656,0.6317648887634277,675.0,172800.0,2410.949701480102,11059200.0 +400.77,28.270000457763672,4844.0,0.009929202497005463,0.11260986328125,2.165123224258423,-0.006759266834706068,0.16451190412044525,0.7352422773838043,676.0,173056.0,2414.3325745400507,11075584.0 +398.67,27.969999313354492,4860.0,0.011959660798311234,0.1529337614774704,2.150830030441284,-0.008577167987823486,0.24747447669506073,0.67341747879982,677.0,173312.0,2417.704381375108,11091968.0 +394.39,26.690000534057617,4975.0,0.009289734996855259,0.1106160506606102,2.1653668880462646,-0.00558827118948102,0.2865334749221802,0.7176709175109863,678.0,173568.0,2420.997798206983,11108352.0 +384.3,25.670000076293945,4754.0,0.01336846873164177,0.1558634489774704,2.1726014614105225,-0.00983286090195179,0.24978704750537872,0.6811555027961731,679.0,173824.0,2424.4446415570565,11124736.0 +388.26,26.600000381469727,4777.0,0.012997590936720371,0.1534423828125,2.1765289306640625,-0.009289558045566082,0.23832906782627106,0.6265542805194855,680.0,174080.0,2427.8750128841493,11141120.0 +384.12,26.610000610351562,4634.0,0.012795181013643742,0.154296875,2.1857988834381104,-0.007194662466645241,0.31844401359558105,0.55178502202034,681.0,174336.0,2431.414162140107,11157504.0 +388.86,26.639999389648438,4707.0,0.013346661813557148,0.14166259765625,2.177018642425537,-0.008337474428117275,0.2553260028362274,0.6873226165771484,682.0,174592.0,2434.895544797182,11173888.0 +394.12,26.950000762939453,4891.0,0.011099327355623245,0.13262939453125,2.1850390434265137,-0.010281032882630825,0.23026467859745026,0.7022461593151093,683.0,174848.0,2438.2459137481637,11190272.0 +398.92,27.610000610351562,4893.0,0.011027554981410503,0.1409708708524704,2.1576569080352783,-0.009893526323139668,0.11946813017129898,0.7657444626092911,684.0,175104.0,2441.594982331153,11206656.0 +411.48,28.709999084472656,4779.0,0.008730743080377579,0.1115315780043602,2.1754000186920166,-0.00842259917408228,0.18819685280323029,0.7142235040664673,685.0,175360.0,2445.023658497026,11223040.0 +402.3,27.309999465942383,4602.0,0.013203038834035397,0.1571451872587204,2.171041250228882,-0.010791701264679432,0.23650021851062775,0.7224883139133453,686.0,175616.0,2448.5847139211837,11239424.0 +401.96,27.440000534057617,4750.0,0.010598386637866497,0.1211344376206398,2.17594313621521,-0.014651437290012836,0.14756223559379578,0.7909146100282669,687.0,175872.0,2452.034331747098,11255808.0 +400.46,26.729999542236328,4795.0,0.011557596735656261,0.15362548828125,2.1723954677581787,-0.005797495599836111,0.24480004608631134,0.6486823856830597,688.0,176128.0,2455.4517465080135,11272192.0 +401.29,26.889999389648438,4604.0,0.012991771101951599,0.1574300080537796,2.184518575668335,-0.013026629574596882,0.22146444022655487,0.6653169989585876,689.0,176384.0,2459.0106563540176,11288576.0 +402.02,27.260000228881836,4698.0,0.012317969463765621,0.1355183869600296,2.1884844303131104,-0.01010678056627512,0.16141004860401154,0.6912862062454224,690.0,176640.0,2462.498475974193,11304960.0 +400.1,27.639999389648438,4690.0,0.01203641016036272,0.1456095427274704,2.180163621902466,-0.011786376126110554,0.2532489597797394,0.6431904137134552,691.0,176896.0,2465.9926673341542,11321344.0 +404.75,28.579999923706055,4586.0,0.012887123040854931,0.15728759765625,2.179919958114624,-0.012065685354173183,0.14506782591342926,0.75596983730793,692.0,177152.0,2469.565543279052,11337728.0 +412.15,29.34000015258789,4647.0,0.008359530009329319,0.0998128280043602,2.1863253116607666,-0.008705065585672855,0.12211570888757706,0.7587226927280426,693.0,177408.0,2473.0911783280317,11354112.0 +402.18,28.440000534057617,4630.0,0.01748819090425968,0.19952392578125,2.1556026935577393,-0.010189640335738659,0.26318639516830444,0.7085992991924286,694.0,177664.0,2476.629999189172,11370496.0 +400.55,28.260000228881836,4559.0,0.014164539985358715,0.15936279296875,2.1500895023345947,-0.00397462910041213,0.1888105720281601,0.6954284012317657,695.0,177920.0,2480.224183402024,11386880.0 +411.45,29.420000076293945,4477.0,0.013072536326944828,0.1500651091337204,2.1483941078186035,-0.014448226429522038,0.08767226338386536,0.8277766555547714,696.0,178176.0,2483.8844404311385,11403264.0 +415.71,30.190000534057617,4539.0,0.014619250781834126,0.1795654296875,2.1536142826080322,-0.015104071237146854,0.0908120647072792,0.8170651793479919,697.0,178432.0,2487.4939401641022,11419648.0 +415.5,29.770000457763672,4642.0,0.014603257179260254,0.1693928986787796,2.1524059772491455,-0.006961492355912924,0.23271316289901733,0.6798448264598846,698.0,178688.0,2491.0268597521354,11436032.0 +412.74,29.31999969482422,4645.0,0.01169437263160944,0.1490071564912796,2.170210123062134,-0.015285135246813297,0.12403423339128494,0.7578912973403931,699.0,178944.0,2494.5547605671454,11452416.0 +406.98,28.68000030517578,4666.0,0.017433224245905876,0.1843668669462204,2.16485333442688,-0.011045499704778194,0.21125014126300812,0.6679296791553497,700.0,179200.0,2498.0664816461504,11468800.0 +383.57,25.950000762939453,4752.0,0.012506506405770779,0.1266072541475296,2.1524498462677,-0.011232726275920868,0.3928002119064331,0.6172940731048584,701.0,179456.0,2501.514578063041,11485184.0 +385.2,26.639999389648438,4606.0,0.013155338354408741,0.1632080078125,2.1454246044158936,-0.013314454816281796,0.12799109518527985,0.7698920667171478,702.0,179712.0,2505.071891277097,11501568.0 +399.9,27.34000015258789,4735.0,0.01516788825392723,0.1717732697725296,2.1349618434906006,-0.011597909964621067,0.2617712914943695,0.6366059184074402,703.0,179968.0,2508.532537686173,11517952.0 +406.53,28.31999969482422,4948.0,0.015716426074504852,0.16217041015625,2.174365758895874,-0.007686849683523178,0.13377006351947784,0.7548259943723679,704.0,180224.0,2511.8440439130645,11534336.0 +403.68,28.030000686645508,4954.0,0.01095739658921957,0.1297810822725296,2.2093780040740967,-0.004778365138918161,0.21725286543369293,0.6188917458057404,705.0,180480.0,2515.15174335707,11550720.0 +397.72,27.329999923706055,4596.0,0.00878622755408287,0.0958658829331398,2.204944372177124,-0.01076801773160696,0.219895601272583,0.6702708005905151,706.0,180736.0,2518.7171913601924,11567104.0 +399.28,28.079999923706055,4847.0,0.012374501675367355,0.1382853239774704,2.2119085788726807,-0.011579888872802258,0.18259721994400024,0.6556572616100311,707.0,180992.0,2522.098064379068,11583488.0 +403.15,27.920000076293945,4702.0,0.012125208042562008,0.152587890625,2.1889548301696777,-0.012285232543945312,0.14608314633369446,0.7940333634614944,708.0,181248.0,2525.5826919081155,11599872.0 +402.93,27.979999542236328,4656.0,0.01273853424936533,0.15447998046875,2.1838574409484863,-0.013603982515633106,0.21031783521175385,0.7120203971862793,709.0,181504.0,2529.1022524631117,11616256.0 +404.94,28.420000076293945,4786.0,0.01641962118446827,0.16546630859375,2.1801979541778564,-0.01218376960605383,0.19105219841003418,0.6277814507484436,710.0,181760.0,2532.5266556080896,11632640.0 +409.01,28.610000610351562,4768.0,0.011007453314960003,0.1274617463350296,2.1719143390655518,-0.014321007765829563,0.11010117083787918,0.8026146590709686,711.0,182016.0,2535.9632712111343,11649024.0 +410.51,28.899999618530273,4691.0,0.011765546165406704,0.1484578400850296,2.1843366622924805,-0.008405757136642933,0.14566634595394135,0.7332429885864258,712.0,182272.0,2539.45670414716,11665408.0 +414.32,30.09000015258789,4577.0,0.014393405057489872,0.1641642302274704,2.1684274673461914,-0.015660762786865234,0.11397499591112137,0.8006498962640762,713.0,182528.0,2543.0363431270234,11681792.0 +404.75,29.15999984741211,4704.0,0.016594504937529564,0.18621826171875,2.1572329998016357,-0.01017685141414404,0.22244901955127716,0.6756304800510406,714.0,182784.0,2546.5201054869685,11698176.0 +398.51,28.049999237060547,4635.0,0.009391349740326405,0.11431884765625,2.153878927230835,-0.010362264700233936,0.2512003481388092,0.6861541569232941,715.0,183040.0,2550.0553752330597,11714560.0 +385.19,26.899999618530273,4675.0,0.009323886595666409,0.1053670272231102,2.1513376235961914,-0.01130551379173994,0.27634182572364807,0.6463985741138458,716.0,183296.0,2553.5606497391127,11730944.0 +390.46,27.360000610351562,4684.0,0.011762670241296291,0.1476847380399704,2.150773525238037,-0.011355268768966198,0.17871327698230743,0.7374965250492096,717.0,183552.0,2557.0589177161455,11747328.0 +404.68,28.90999984741211,4631.0,0.013776817359030247,0.1629638671875,2.1423492431640625,-0.010508262552320957,0.11151682585477829,0.7605997174978256,718.0,183808.0,2560.596966276178,11763712.0 +408.64,29.149999618530273,4805.0,0.010460431687533855,0.126220703125,2.15299654006958,-0.010068458504974842,0.1970541924238205,0.7066028416156769,719.0,184064.0,2564.007334421156,11780096.0 +408.7,29.3799991607666,4476.0,0.012471099384129047,0.13665771484375,2.1735446453094482,-0.012672209180891514,0.11628497391939163,0.7733744084835052,720.0,184320.0,2567.6677153161727,11796480.0 +416.8,30.440000534057617,4683.0,0.017244823276996613,0.1906534880399704,2.155571699142456,-0.01409349124878645,0.0918155387043953,0.8408626616001129,721.0,184576.0,2571.1665233520325,11812864.0 +402.29,29.06999969482422,4630.0,0.011451467871665955,0.1495564728975296,2.179388999938965,-0.007887057028710842,0.29665568470954895,0.6002218127250671,722.0,184832.0,2574.7052983061876,11829248.0 +392.82,26.899999618530273,4663.0,0.016173111274838448,0.1771647185087204,2.1574230194091797,-0.01004588883370161,0.33122190833091736,0.5902051329612732,723.0,185088.0,2578.2195201290306,11845632.0 +387.3,26.84000015258789,4616.0,0.017217380926012993,0.1507161408662796,2.142338991165161,-0.0075906566344201565,0.23176217079162598,0.671014666557312,724.0,185344.0,2581.769569613971,11862016.0 +394.03,27.059999465942383,4757.0,0.01517909299582243,0.1827392578125,2.1825478076934814,-0.009491823613643646,0.19192396104335785,0.6732850074768066,725.0,185600.0,2585.2138487780467,11878400.0 +409.36,29.459999084472656,4619.0,0.012935987673699856,0.1539713591337204,2.151110887527466,-0.01252023410052061,0.180594339966774,0.6608768105506897,726.0,185856.0,2588.761083510006,11894784.0 +412.24,28.93000030517578,4598.0,0.012082667089998722,0.1430257111787796,2.1573007106781006,-0.014635700732469559,0.09987243264913559,0.8168172538280487,727.0,186112.0,2592.3250735050533,11911168.0 +412.52,29.540000915527344,4500.0,0.014537099748849869,0.16796875,2.1623518466949463,-0.013676070608198643,0.12037929147481918,0.783550351858139,728.0,186368.0,2595.9666967520025,11927552.0 +411.21,30.1299991607666,4797.0,0.014716924168169498,0.173583984375,2.169243812561035,-0.012833990156650543,0.15871627628803253,0.7134956419467926,729.0,186624.0,2599.3829309230205,11943936.0 +401.83,28.100000381469727,4701.0,0.015567007474601269,0.1764933317899704,2.1705167293548584,-0.011438888497650623,0.2553086280822754,0.6475789844989777,730.0,186880.0,2602.8681372241117,11960320.0 +390.33,26.90999984741211,4646.0,0.011518478393554688,0.1418050080537796,2.1936709880828857,-0.007611358072608709,0.33823227882385254,0.5860973596572876,731.0,187136.0,2606.394924178021,11976704.0 +394.85,27.790000915527344,4880.0,0.015049883164465427,0.1847330778837204,2.207775831222534,-0.009569101966917515,0.17646487057209015,0.7113966941833496,732.0,187392.0,2609.752939998172,11993088.0 +400.31,28.209999084472656,4894.0,0.008848871104419231,0.0950113907456398,2.206998586654663,-0.009587977081537247,0.19609594345092773,0.691954493522644,733.0,187648.0,2613.105416313978,12009472.0 +406.92,28.510000228881836,4715.0,0.009494702331721783,0.10662841796875,2.2104456424713135,-0.009868739172816277,0.17115749418735504,0.7267188727855682,734.0,187904.0,2616.5806459169835,12025856.0 +401.39,28.020000457763672,4762.0,0.007992166094481945,0.09466552734375,2.227564573287964,-0.008920559659600258,0.28223249316215515,0.6106021702289581,735.0,188160.0,2620.021709023975,12042240.0 +406.53,28.18000030517578,4874.0,0.012457645498216152,0.1548868864774704,2.226097822189331,-0.012600146234035492,0.12003734707832336,0.804786205291748,736.0,188416.0,2623.383619414177,12058624.0 +408.56,28.709999084472656,4922.0,0.015878522768616676,0.1808878630399704,2.214634656906128,-0.011390003375709057,0.17448757588863373,0.6944541335105896,737.0,188672.0,2626.7124669409823,12075008.0 +398.67,27.959999084472656,4905.0,0.014002770185470581,0.1638997346162796,2.21577525138855,-0.010517743416130543,0.3778628408908844,0.5719150006771088,738.0,188928.0,2630.0528665981255,12091392.0 +394.38,27.43000030517578,4971.0,0.01378502044826746,0.158447265625,2.230921745300293,-0.010479118674993515,0.21223872900009155,0.6708271503448486,739.0,189184.0,2633.3490359040443,12107776.0 +404.46,28.440000534057617,4742.0,0.010922894813120365,0.1403605192899704,2.2149994373321533,-0.014028551988303661,0.12030547857284546,0.7710562348365784,740.0,189440.0,2636.80416142405,12124160.0 +410.37,29.639999389648438,4909.0,0.010636381804943085,0.1332194060087204,2.2140591144561768,-0.009827195666730404,0.18627101182937622,0.6954563558101654,741.0,189696.0,2640.14190681302,12140544.0 +407.01,28.690000534057617,4884.0,0.011264280416071415,0.1354777067899704,2.203289270401001,-0.009301570244133472,0.1822841763496399,0.7286467850208282,742.0,189952.0,2643.496760579059,12156928.0 +402.12,28.149999618530273,4677.0,0.01072764489799738,0.12774658203125,2.217618703842163,-0.009720438160002232,0.27108147740364075,0.6307656466960907,743.0,190208.0,2647.0001553141046,12173312.0 +393.77,27.110000610351562,4587.0,0.011822436936199665,0.1431477814912796,2.2144973278045654,-0.008192813023924828,0.34388554096221924,0.6391922235488892,744.0,190464.0,2650.572553799022,12189696.0 +397.11,27.290000915527344,4819.0,0.013109306804835796,0.1473592072725296,2.1929476261138916,-0.012485165148973465,0.1944665163755417,0.7282297611236572,745.0,190720.0,2653.972734204028,12206080.0 +388.92,27.020000457763672,4590.0,0.013862080872058868,0.1580810546875,2.2038705348968506,-0.006754439324140549,0.3610641062259674,0.5776847302913666,746.0,190976.0,2657.5422157221474,12222464.0 +385.52,26.280000686645508,4720.0,0.007525404449552298,0.0824788436293602,2.205308198928833,-0.00872904621064663,0.31753620505332947,0.6047376096248627,747.0,191232.0,2661.0137262090575,12238848.0 +387.46,26.15999984741211,4725.0,0.006751749198883772,0.0692342147231102,2.206223249435425,-0.00989238265901804,0.252534955739975,0.6886873245239258,748.0,191488.0,2664.481239791028,12255232.0 +404.88,28.68000030517578,4697.0,0.008399134501814842,0.0984903946518898,2.210808515548706,-0.010709286667406559,0.1699051409959793,0.6996922194957733,749.0,191744.0,2667.9694250181783,12271616.0 +404.0,27.860000610351562,4683.0,0.007357314694672823,0.0868937149643898,2.1868045330047607,-0.007447224576026201,0.2934412360191345,0.6607394516468048,750.0,192000.0,2671.4687945141923,12288000.0 +402.23,28.040000915527344,4615.0,0.012798492796719074,0.1330159455537796,2.192091464996338,-0.012339598499238491,0.12180796265602112,0.7256472408771515,751.0,192256.0,2675.01919222204,12304384.0 +402.8,27.889999389648438,4638.0,0.01935735158622265,0.2049763947725296,2.1795966625213623,-0.01237755361944437,0.14702463150024414,0.7131201922893524,752.0,192512.0,2678.551756703062,12320768.0 +408.35,29.219999313354492,4676.0,0.021523652598261833,0.2042236328125,2.192706823348999,-0.007406364660710096,0.18416118621826172,0.6593703925609589,753.0,192768.0,2682.057381367078,12337152.0 +408.65,28.450000762939453,4678.0,0.007709668483585119,0.0952555313706398,2.196199893951416,-0.010647360235452652,0.18188618123531342,0.7359514832496643,754.0,193024.0,2685.5597034881357,12353536.0 +409.02,28.0,4552.0,0.010439690202474594,0.1060791015625,2.1926767826080322,-0.010826513171195984,0.21770818531513214,0.7033722996711731,755.0,193280.0,2689.15962826903,12369920.0 +405.49,28.100000381469727,4584.0,0.01139105949550867,0.1292928010225296,2.217413902282715,-0.012569047510623932,0.15456275641918182,0.7447636723518372,756.0,193536.0,2692.7341864691116,12386304.0 +404.09,28.290000915527344,4636.0,0.009235836565494537,0.1096598282456398,2.2237508296966553,-0.0105705251917243,0.16589179635047913,0.7842758148908615,757.0,193792.0,2696.2683261211496,12402688.0 +405.31,28.739999771118164,4639.0,0.013116903603076935,0.1573893278837204,2.211508274078369,-0.011597546748816967,0.14339251816272736,0.7538681030273438,758.0,194048.0,2699.800161403138,12419072.0 +399.29,27.829999923706055,4742.0,0.010450557805597782,0.1199951171875,2.202479839324951,-0.009079829789698124,0.23814380168914795,0.6641919314861298,759.0,194304.0,2703.255425526062,12435456.0 +399.75,28.100000381469727,4586.0,0.013198829255998135,0.1469319611787796,2.220025062561035,-0.009567500092089176,0.17016266286373138,0.6760123074054718,760.0,194560.0,2706.8280037341174,12451840.0 +399.9,27.979999542236328,4838.0,0.011933036148548126,0.1445719450712204,2.1988589763641357,-0.012398425489664078,0.2363164871931076,0.6842330396175385,761.0,194816.0,2710.2145594700705,12468224.0 +403.98,28.739999771118164,4788.0,0.017621541395783424,0.1610514372587204,2.1853981018066406,-0.010268103331327438,0.16717731952667236,0.7070119082927704,762.0,195072.0,2713.6370630359743,12484608.0 +391.99,27.479999542236328,4738.0,0.011872478760778904,0.1432698518037796,2.1831257343292236,-0.012216329574584961,0.2373269647359848,0.6467072069644928,763.0,195328.0,2717.0957775639836,12500992.0 +397.33,27.6200008392334,4637.0,0.013948652893304825,0.1614786833524704,2.184401273727417,-0.010473030619323254,0.2420407384634018,0.6342249810695648,764.0,195584.0,2720.629718618002,12517376.0 +407.04,28.829999923706055,4700.0,0.014022535644471645,0.1664225310087204,2.1747896671295166,-0.015968672931194305,0.07556919753551483,0.8015990704298019,765.0,195840.0,2724.1160890869796,12533760.0 +415.16,30.059999465942383,4719.0,0.01766240783035755,0.1642659455537796,2.189082622528076,-0.005196046084165573,0.09842470288276672,0.7872554510831833,766.0,196096.0,2727.588322091149,12550144.0 +406.14,28.829999923706055,4703.0,0.015009790658950806,0.1671142578125,2.1895158290863037,-0.008586443960666656,0.25412341952323914,0.6174092590808868,767.0,196352.0,2731.07303066412,12566528.0 +396.18,27.270000457763672,4599.0,0.012999307364225388,0.1628011018037796,2.2112960815429688,-0.007063800469040871,0.27493083477020264,0.5982116758823395,768.0,196608.0,2734.635720452061,12582912.0 +397.33,27.229999542236328,4665.0,0.011490861885249615,0.1448771208524704,2.1862363815307617,-0.00698591023683548,0.3154783248901367,0.6218758821487427,769.0,196864.0,2738.148289115168,12599296.0 +383.47,26.700000762939453,4796.0,0.016456684097647667,0.1812540739774704,2.187836170196533,-0.010314871557056904,0.24688439071178436,0.679025262594223,770.0,197120.0,2741.569748202106,12615680.0 +389.56,27.729999542236328,4855.0,0.009327500127255917,0.1133219376206398,2.234863042831421,-0.006904212292283773,0.1438530683517456,0.7424512207508087,771.0,197376.0,2744.945243775146,12632064.0 +390.46,27.06999969482422,4804.0,0.009399550966918468,0.10028076171875,2.205674409866333,-0.008454243652522564,0.36520692706108093,0.5949005484580994,772.0,197632.0,2748.3565028680023,12648448.0 +376.49,25.950000762939453,4811.0,0.013166218064725399,0.1505126953125,2.1852896213531494,-0.010178210213780403,0.3315710425376892,0.6187806725502014,773.0,197888.0,2751.7621055331547,12664832.0 +380.13,26.649999618530273,4846.0,0.01136733591556549,0.1344807893037796,2.211111307144165,-0.006191132124513388,0.335319846868515,0.6276764869689941,774.0,198144.0,2755.1432741261087,12681216.0 +381.78,26.239999771118164,4844.0,0.011556788347661495,0.13238525390625,2.2031054496765137,-0.009829861111938953,0.2357640266418457,0.7189639806747437,775.0,198400.0,2758.5258593270555,12697600.0 +388.43,26.15999984741211,4623.0,0.011047755368053913,0.1260172575712204,2.167492628097534,-0.009664354845881462,0.28845006227493286,0.6750055253505707,776.0,198656.0,2762.0705856289715,12713984.0 +393.51,27.489999771118164,4732.0,0.012701631523668766,0.15155029296875,2.166581392288208,-0.005251807626336813,0.25401508808135986,0.681522011756897,777.0,198912.0,2765.533563881181,12730368.0 +389.72,27.469999313354492,4550.0,0.010931271128356457,0.1404825896024704,2.1944336891174316,-0.00815953966230154,0.296613872051239,0.6158167719841003,778.0,199168.0,2769.134621699108,12746752.0 +395.09,27.65999984741211,4639.0,0.008811590261757374,0.09930419921875,2.1958858966827393,-0.010623808950185776,0.27332594990730286,0.6723025441169739,779.0,199424.0,2772.6672670240514,12763136.0 +393.87,26.809999465942383,4667.0,0.013343751430511475,0.1469319611787796,2.187023401260376,-0.007763121277093887,0.2905338704586029,0.6542069911956787,780.0,199680.0,2776.178173301043,12779520.0 +396.66,26.3799991607666,4667.0,0.011622159741818905,0.13250732421875,2.2007806301116943,-0.010809834115207195,0.2568475306034088,0.7179470062255859,781.0,199936.0,2779.6894384610932,12795904.0 +391.66,25.34000015258789,4580.0,0.013159158639609814,0.1500040739774704,2.1761560440063477,-0.009448503144085407,0.36082836985588074,0.6261160969734192,782.0,200192.0,2783.266823366983,12812288.0 +388.22,25.600000381469727,4709.0,0.012005488388240337,0.1365559846162796,2.1899466514587402,-0.010691221803426743,0.26616349816322327,0.6854549050331116,783.0,200448.0,2786.746629119152,12828672.0 +388.07,26.079999923706055,4775.0,0.009843108244240284,0.1236572265625,2.205989122390747,-0.0090755270794034,0.3391887843608856,0.6158246994018555,784.0,200704.0,2790.178364394,12845056.0 +388.17,26.649999618530273,4545.0,0.010015570558607578,0.1067098006606102,2.181952476501465,-0.007324628997594118,0.36520323157310486,0.5993916988372803,785.0,200960.0,2793.783096834086,12861440.0 +383.16,26.049999237060547,4524.0,0.006839761044830084,0.0790201798081398,2.180323600769043,-0.008543111383914948,0.2990179657936096,0.7120330929756165,786.0,201216.0,2797.405007934198,12877824.0 +382.79,25.969999313354492,4549.0,0.009040001779794693,0.10101318359375,2.1606130599975586,-0.009919957257807255,0.3096306622028351,0.7152712643146515,787.0,201472.0,2801.0066685811616,12894208.0 +394.92,27.280000686645508,4564.0,0.013599391095340252,0.1455281525850296,2.1692373752593994,-0.009205532260239124,0.2649364769458771,0.7024729549884796,788.0,201728.0,2804.5966725090984,12910592.0 +392.06,27.309999465942383,4724.0,0.014052718877792358,0.1563313752412796,2.155827522277832,-0.010974523611366749,0.18312861025333405,0.7768356204032898,789.0,201984.0,2808.0651716589928,12926976.0 +409.43,29.09000015258789,4606.0,0.011934865266084671,0.151611328125,2.1447532176971436,-0.012277178466320038,0.17220419645309448,0.7546360194683075,790.0,202240.0,2811.622602747986,12943360.0 +407.49,28.639999389648438,4662.0,0.01643095351755619,0.1526692658662796,2.161175489425659,-0.009639017283916473,0.24593941867351532,0.7041261792182922,791.0,202496.0,2815.137086420087,12959744.0 +406.22,28.579999923706055,4970.0,0.012220114469528198,0.144775390625,2.1584270000457764,-0.01185829471796751,0.15187938511371613,0.8015527874231339,792.0,202752.0,2818.4340217360295,12976128.0 +404.36,28.59000015258789,4602.0,0.014311832375824451,0.1678059846162796,2.1668806076049805,-0.0028591465670615435,0.27414193749427795,0.6093595325946808,793.0,203008.0,2821.9952456711326,12992512.0 +404.63,28.040000915527344,4748.0,0.012044037692248821,0.14825439453125,2.158501148223877,-0.009204976260662079,0.2008960098028183,0.7134800851345062,794.0,203264.0,2825.4464994941372,13008896.0 +399.17,27.579999923706055,4985.0,0.01096249371767044,0.1354166716337204,2.1602566242218018,-0.011480569839477539,0.2252129316329956,0.7377091944217682,795.0,203520.0,2828.7337026670575,13025280.0 +407.19,29.110000610351562,4665.0,0.011756896041333675,0.1474812775850296,2.1502845287323,-0.014619468711316586,0.08446911722421646,0.8241585046052933,796.0,203776.0,2832.246770923026,13041664.0 +409.64,29.959999084472656,4767.0,0.011844170279800892,0.1390584260225296,2.1440000534057617,-0.009542036801576614,0.16989867389202118,0.7352531552314758,797.0,204032.0,2835.6837270550895,13058048.0 +404.32,28.959999084472656,4630.0,0.01388788502663374,0.1795450896024704,2.1485259532928467,-0.00949505902826786,0.2926832437515259,0.6764325499534607,798.0,204288.0,2839.222818011185,13074432.0 +393.81,27.959999084472656,4976.0,0.013092969544231892,0.138427734375,2.1695668697357178,-0.009705351665616035,0.23085321485996246,0.6679297685623169,799.0,204544.0,2842.515590836061,13090816.0 +394.03,28.31999969482422,4657.0,0.01093530748039484,0.1400146484375,2.179194450378418,-0.010546141304075718,0.17859196662902832,0.6965347528457642,800.0,204800.0,2846.033699765103,13107200.0 +400.71,29.1299991607666,4657.0,0.01576455496251583,0.1955769807100296,2.1824424266815186,-0.010676409117877483,0.21622270345687866,0.7249025106430054,801.0,205056.0,2849.5518275611103,13123584.0 +403.49,29.510000228881836,4536.0,0.012860309332609177,0.1517333984375,2.1995763778686523,-0.009867151267826557,0.15674231946468353,0.7243736982345581,802.0,205312.0,2853.164337620139,13139968.0 +406.69,29.010000228881836,4544.0,0.015116660855710506,0.1775309294462204,2.188183546066284,-0.008964329026639462,0.23328721523284912,0.6652848422527313,803.0,205568.0,2856.7703860090114,13156352.0 +394.17,28.040000915527344,4614.0,0.011919316835701466,0.1516316682100296,2.1993391513824463,-0.008364456705749035,0.29850348830223083,0.626877099275589,804.0,205824.0,2860.321319028968,13172736.0 +382.69,26.459999084472656,4745.0,0.01056718546897173,0.1308797150850296,2.209047317504883,-0.01189327146857977,0.2837134599685669,0.6786720454692841,805.0,206080.0,2863.774276660988,13189120.0 +383.13,26.40999984741211,4737.0,0.009506489150226116,0.1102701798081398,2.213059663772583,-0.009941608645021915,0.24510812759399414,0.6818959414958954,806.0,206336.0,2867.2332794910762,13205504.0 +397.33,28.260000228881836,4657.0,0.01064139325171709,0.1303303986787796,2.2044272422790527,-0.013435558415949345,0.16429202258586884,0.7795520722866058,807.0,206592.0,2870.751928332029,13221888.0 +400.63,29.020000457763672,4651.0,0.015758933499455452,0.19403076171875,2.196533441543579,-0.01039651408791542,0.14727698266506195,0.7645953893661499,808.0,206848.0,2874.2755259911064,13238272.0 +405.53,29.280000686645508,4694.0,0.011778240092098713,0.1456502228975296,2.2016990184783936,-0.012929416261613369,0.15215075016021729,0.7681683599948883,809.0,207104.0,2877.7663590051234,13254656.0 +406.05,29.0,4664.0,0.012531786225736141,0.1363932341337204,2.1880738735198975,-0.011682200245559216,0.151802197098732,0.7531808316707611,810.0,207360.0,2881.2797913271934,13271040.0 +407.79,28.81999969482422,4641.0,0.013925493694841862,0.1681721955537796,2.174074649810791,-0.011360886506736279,0.18946842849254608,0.6375514566898346,811.0,207616.0,2884.8103841340635,13287424.0 +402.2,28.670000076293945,4615.0,0.012780360877513885,0.1308390349149704,2.164996862411499,-0.009386447258293629,0.2460295408964157,0.6802872717380524,812.0,207872.0,2888.361004077131,13303808.0 +395.23,27.559999465942383,4620.0,0.012249726802110672,0.1180623397231102,2.1914923191070557,-0.006989151239395142,0.2620384097099304,0.6201687753200531,813.0,208128.0,2891.907998724142,13320192.0 +400.82,28.3799991607666,4611.0,0.014609415084123611,0.1683553010225296,2.195516347885132,-0.010148107074201107,0.161958247423172,0.7271124422550201,814.0,208384.0,2895.461295607034,13336576.0 +397.74,28.149999618530273,4648.0,0.011857542209327221,0.1296590119600296,2.202158212661743,-0.01113136950880289,0.19143712520599365,0.7212115824222565,815.0,208640.0,2898.986658910988,13352960.0 +408.79,29.270000457763672,4779.0,0.012269441038370132,0.14892578125,2.2059710025787354,-0.015304718166589737,0.13537444174289703,0.7422036826610565,816.0,208896.0,2902.4150037490763,13369344.0 +388.15,26.969999313354492,4442.0,0.01145427767187357,0.149169921875,2.197736978530884,-0.011467073112726212,0.34314408898353577,0.6002517342567444,817.0,209152.0,2906.1038739641663,13385728.0 +395.01,27.850000381469727,4722.0,0.01265177596360445,0.1579386442899704,2.1921579837799072,-0.012893683277070522,0.10624480247497559,0.7733091115951538,818.0,209408.0,2909.5735992530826,13402112.0 +401.92,29.190000534057617,4768.0,0.01251591369509697,0.14678955078125,2.175821542739868,-0.014359500259160995,0.10427425056695938,0.8058511912822723,819.0,209664.0,2913.0105142099783,13418496.0 +411.18,29.770000457763672,4837.0,0.012968909926712513,0.1661783903837204,2.169318437576294,-0.010470501147210598,0.20498687028884888,0.7066163420677185,820.0,209920.0,2916.3979335660115,13434880.0 +400.29,28.06999969482422,4633.0,0.009720074944198132,0.1161092147231102,2.164215326309204,-0.012178505770862103,0.2886415719985962,0.5730662941932678,821.0,210176.0,2919.9342933001462,13451264.0 +398.57,27.6299991607666,4909.0,0.010646297596395016,0.1353759765625,2.1695492267608643,-0.011516883037984371,0.2233942300081253,0.633439838886261,822.0,210432.0,2923.2718861130998,13467648.0 +395.83,27.540000915527344,4890.0,0.013704092241823673,0.168212890625,2.1763908863067627,-0.009796657599508762,0.2829364836215973,0.6307958960533142,823.0,210688.0,2926.622795558069,13484032.0 +390.67,26.389999389648438,4951.0,0.00880599208176136,0.10345458984375,2.1792562007904053,-0.008310645818710327,0.3699376881122589,0.6204105913639069,824.0,210944.0,2929.9326030330267,13500416.0 +397.71,27.010000228881836,4762.0,0.011009997688233852,0.136962890625,2.180156946182251,-0.014316804707050323,0.11121368408203125,0.7942619919776917,825.0,211200.0,2933.3738520480692,13516800.0 +405.01,28.010000228881836,4831.0,0.012441026978194714,0.14642333984375,2.1769649982452393,-0.013717439956963062,0.17177124321460724,0.7721233516931534,826.0,211456.0,2936.765360985184,13533184.0 +397.54,28.0,4657.0,0.01154353842139244,0.1196695938706398,2.1914381980895996,-0.007991001009941101,0.3581150770187378,0.5892232954502106,827.0,211712.0,2940.2841293131933,13549568.0 +401.79,27.639999389648438,4626.0,0.01040637120604515,0.12890625,2.1724812984466553,-0.011914928443729877,0.12116973847150803,0.8111267387866974,828.0,211968.0,2943.826329865027,13565952.0 +402.39,28.170000076293945,4789.0,0.010614779777824879,0.1169637069106102,2.179290771484375,-0.008219023235142231,0.25500914454460144,0.6663459539413452,829.0,212224.0,2947.2477167071775,13582336.0 +391.6,27.149999618530273,4670.0,0.01123669371008873,0.1304728239774704,2.1686360836029053,-0.0061129373498260975,0.27697429060935974,0.7060151696205139,830.0,212480.0,2950.7563706149813,13598720.0 +393.64,27.790000915527344,4834.0,0.007475777994841337,0.08551025390625,2.1580021381378174,-0.008498743176460266,0.2344457358121872,0.717382937669754,831.0,212736.0,2954.1458921250887,13615104.0 +399.44,28.3799991607666,4845.0,0.013291365467011929,0.16937255859375,2.168846368789673,-0.010866346769034863,0.24546384811401367,0.7085207402706146,832.0,212992.0,2957.528175855987,13631488.0 +401.47,28.219999313354492,4787.0,0.013346557505428791,0.1608479768037796,2.1765894889831543,-0.008949344046413898,0.2097015231847763,0.7154843807220459,833.0,213248.0,2960.951326217968,13647872.0 +400.51,28.489999771118164,4915.0,0.007652818690985441,0.0823160782456398,2.185143232345581,-0.009874530136585236,0.18122421205043793,0.7277414202690125,834.0,213504.0,2964.2853699990083,13664256.0 +401.49,28.75,4629.0,0.011058499105274677,0.13189697265625,2.1708250045776367,-0.007098968606442213,0.22433678805828094,0.6972727477550507,835.0,213760.0,2967.8254004470073,13680640.0 +389.27,26.850000381469727,4627.0,0.011848066002130508,0.1060384139418602,2.1994335651397705,-0.009938451461493969,0.2806849181652069,0.6605807840824127,836.0,214016.0,2971.3672948060557,13697024.0 +380.4,25.93000030517578,4578.0,0.009726249612867832,0.1133626326918602,2.198046922683716,-0.009639143012464046,0.2837330102920532,0.6853139102458954,837.0,214272.0,2974.946252310183,13713408.0 +396.37,27.780000686645508,4630.0,0.011851021088659763,0.1363118439912796,2.2074263095855713,-0.013402644544839859,0.14545585215091705,0.7443362772464752,838.0,214528.0,2978.485564660048,13729792.0 +396.2,27.809999465942383,4696.0,0.014433816075325012,0.1729329377412796,2.217216730117798,-0.009909172542393208,0.2439567595720291,0.5875268578529358,839.0,214784.0,2981.9754456500523,13746176.0 +405.47,27.940000534057617,4699.0,0.013406422920525074,0.1531982421875,2.2205631732940674,-0.009788590483367443,0.16711992025375366,0.7178303301334381,840.0,215040.0,2985.462409303058,13762560.0 +403.19,27.829999923706055,4614.0,0.00909768883138895,0.1053873673081398,2.2039172649383545,-0.006684835534542799,0.25119298696517944,0.6421725451946259,841.0,215296.0,2989.013627245091,13778944.0 +396.55,27.510000228881836,4617.0,0.00832770299166441,0.0969441756606102,2.2137322425842285,-0.007737740408629179,0.2304106503725052,0.6892618536949158,842.0,215552.0,2992.56276181899,13795328.0 +402.84,28.020000457763672,4601.0,0.007842432707548141,0.09375,2.19399094581604,-0.010811402462422848,0.16984795033931732,0.7701811194419861,843.0,215808.0,2996.124254608061,13811712.0 +396.63,28.110000610351562,4653.0,0.007727452088147402,0.0853068009018898,2.2230377197265625,-0.008512263186275959,0.24976028501987457,0.6649800837039948,844.0,216064.0,2999.6455338301603,13828096.0 +400.52,28.559999465942383,4761.0,0.011725678108632565,0.1396891325712204,2.2046804428100586,-0.013199355453252792,0.12775538861751556,0.7651107162237167,845.0,216320.0,3003.087197525194,13844480.0 +406.73,28.899999618530273,4631.0,0.012536421418190002,0.1314290314912796,2.220684289932251,-0.010308115743100643,0.14565260708332062,0.7629039734601974,846.0,216576.0,3006.625327211106,13860864.0 +410.9,29.75,4486.0,0.008867527358233929,0.1071980819106102,2.22123122215271,-0.009098902344703674,0.14210738241672516,0.7391847670078278,847.0,216832.0,3010.2778718171176,13877248.0 +412.43,30.200000762939453,4595.0,0.014094146899878979,0.1554158478975296,2.2239601612091064,-0.012520614080131054,0.0833447277545929,0.8081178963184357,848.0,217088.0,3013.844005157007,13893632.0 +409.21,29.969999313354492,4850.0,0.01787184737622738,0.1692911833524704,2.2131032943725586,-0.010964465327560902,0.17610162496566772,0.6447586119174957,849.0,217344.0,3017.2226507060695,13910016.0 +398.14,28.200000762939453,4671.0,0.011719523929059505,0.1332600861787796,2.218125104904175,-0.010069492273032665,0.3131072521209717,0.6539052724838257,850.0,217600.0,3020.730193407042,13926400.0 +390.54,27.0,4676.0,0.015203130431473255,0.1330973356962204,2.2377750873565674,-0.010034868493676186,0.20358818769454956,0.6751926839351654,851.0,217856.0,3024.234046778176,13942784.0 +377.85,26.1200008392334,4721.0,0.013091652654111385,0.1314697265625,2.2356808185577393,-0.009509279392659664,0.32375410199165344,0.5525815188884735,852.0,218112.0,3027.704659047071,13959168.0 +376.97,25.81999969482422,4720.0,0.013776627369225025,0.1550699919462204,2.23886775970459,-0.008413410745561123,0.3942625820636749,0.4908953309059143,853.0,218368.0,3031.1766946071293,13975552.0 +391.23,27.3700008392334,4701.0,0.011391614563763142,0.126953125,2.244762420654297,-0.007010187953710556,0.1402902901172638,0.7392286062240601,854.0,218624.0,3034.6626231879927,13991936.0 +402.42,28.610000610351562,4766.0,0.010628710500895977,0.1254679411649704,2.2650346755981445,-0.010074356570839882,0.20942145586013794,0.6725661158561707,855.0,218880.0,3038.1005693390034,14008320.0 +403.57,28.350000381469727,4697.0,0.00840628333389759,0.0893351212143898,2.2402002811431885,-0.009693336673080921,0.13913163542747498,0.7274136245250702,856.0,219136.0,3041.5890375380404,14024704.0 +404.38,28.5,4605.0,0.007978915236890316,0.09051513671875,2.2378547191619873,-0.00986681878566742,0.20967651903629303,0.6618283987045288,857.0,219392.0,3045.146926331101,14041088.0 +404.58,28.389999389648438,4621.0,0.009075269103050232,0.0943196639418602,2.230764627456665,-0.008990820497274399,0.2037193775177002,0.6799585223197937,858.0,219648.0,3048.692707665032,14057472.0 +405.06,28.469999313354492,4717.0,0.013586419634521008,0.1543782502412796,2.2505438327789307,-0.01263707596808672,0.14021827280521393,0.7460209429264069,859.0,219904.0,3052.1664694750216,14073856.0 +405.16,28.31999969482422,4880.0,0.01325872540473938,0.1509806364774704,2.238412380218506,-0.008083511143922806,0.12762226164340973,0.7151777148246765,860.0,220160.0,3055.523943677079,14090240.0 +405.49,27.559999465942383,4566.0,0.01304740458726883,0.1540730744600296,2.221869707107544,-0.01040900219231844,0.21851687133312225,0.7012110650539398,861.0,220416.0,3059.1128403970506,14106624.0 +405.65,27.440000534057617,4721.0,0.012965637259185314,0.1373087614774704,2.216043472290039,-0.00937116239219904,0.15967123210430145,0.7201110124588013,862.0,220672.0,3062.5841670271475,14123008.0 +402.46,28.059999465942383,4470.0,0.011384689249098301,0.1363932341337204,2.2216668128967285,-0.011564993299543858,0.2676638662815094,0.61708202958107,863.0,220928.0,3066.2494953691494,14139392.0 +388.42,27.040000915527344,4750.0,0.016801340505480766,0.1707560271024704,2.2049779891967773,-0.009949546307325363,0.33891865611076355,0.5899987518787384,864.0,221184.0,3069.6987637521233,14155776.0 +376.01,25.8799991607666,4732.0,0.009840860031545162,0.1117960587143898,2.2183189392089844,-0.011366710066795349,0.2501721680164337,0.6783274412155151,865.0,221440.0,3073.163138647098,14172160.0 +387.47,26.610000610351562,4833.0,0.01714281737804413,0.1644287109375,2.2195558547973633,-0.009953041560947895,0.1362495869398117,0.7367413640022278,866.0,221696.0,3076.553512572078,14188544.0 +402.94,28.030000686645508,4736.0,0.013389195315539837,0.1460367888212204,2.194135904312134,-0.007690278813242912,0.19484864175319672,0.6239317357540131,867.0,221952.0,3080.013489357196,14204928.0 +401.34,28.530000686645508,4627.0,0.009956433437764645,0.1121622696518898,2.1867291927337646,-0.007401555776596069,0.21811598539352417,0.622892290353775,868.0,222208.0,3083.554958236171,14221312.0 +392.36,27.469999313354492,4637.0,0.014129952527582645,0.1382853239774704,2.178302526473999,-0.00662750331684947,0.29307642579078674,0.6017782092094421,869.0,222464.0,3087.0887361411005,14237696.0 +386.95,27.270000457763672,4601.0,0.010969836264848709,0.1257527619600296,2.208479881286621,-0.008425082080066204,0.25061991810798645,0.6864948272705078,870.0,222720.0,3090.6506272391416,14254080.0 +387.93,26.579999923706055,4618.0,0.009300675243139267,0.0983072891831398,2.1889758110046387,-0.010118846781551838,0.340017169713974,0.6373860836029053,871.0,222976.0,3094.1990150401834,14270464.0 +392.14,27.31999969482422,4490.0,0.012548658065497875,0.1413981169462204,2.1912262439727783,-0.01012652087956667,0.16723929345607758,0.7168258130550385,872.0,223232.0,3097.8483210850973,14286848.0 +383.24,26.920000076293945,4678.0,0.013093915767967701,0.1319173127412796,2.175905466079712,-0.007206632290035486,0.44605955481529236,0.475044846534729,873.0,223488.0,3101.3512371710967,14303232.0 +374.59,25.8799991607666,4665.0,0.014696688391268253,0.1507975310087204,2.180824041366577,-0.009588022716343403,0.27196410298347473,0.6532822847366333,874.0,223744.0,3104.8637780940626,14319616.0 +388.36,27.739999771118164,4758.0,0.013419737108051777,0.1705118864774704,2.168055534362793,-0.01024556439369917,0.1724734753370285,0.744883269071579,875.0,224000.0,3108.3074740211014,14336000.0 +392.36,28.360000610351562,4667.0,0.011609062552452087,0.1258137971162796,2.171766519546509,-0.012272092513740063,0.25921785831451416,0.683967113494873,876.0,224256.0,3111.818718424067,14352384.0 +387.98,28.530000686645508,4558.0,0.011221058666706085,0.11737060546875,2.1840732097625732,-0.010861330665647984,0.1966913491487503,0.707230806350708,877.0,224512.0,3115.4137645901646,14368768.0 +393.3,29.219999313354492,4838.0,0.007997679524123669,0.09173583984375,2.1880855560302734,-0.010814838111400604,0.19687898457050323,0.7311084568500519,878.0,224768.0,3118.800967553165,14385152.0 +399.72,29.360000610351562,4768.0,0.010088406503200531,0.1109619140625,2.1800377368927,-0.010989096947014332,0.15624825656414032,0.771505281329155,879.0,225024.0,3122.2382034519687,14401536.0 +401.3,28.65999984741211,4682.0,0.010043359361588955,0.1068929061293602,2.163236141204834,-0.010492564179003239,0.18128587305545807,0.7547311931848526,880.0,225280.0,3125.737574493047,14417920.0 +404.96,29.09000015258789,4565.0,0.013695995323359966,0.125,2.1620099544525146,-0.010516315698623657,0.14105196297168732,0.7530768513679504,881.0,225536.0,3129.32720347913,14434304.0 +404.64,29.260000228881836,4798.0,0.014476125128567219,0.1505533903837204,2.1601388454437256,-0.01233568787574768,0.13359645009040833,0.7647188752889633,882.0,225792.0,3132.7466823260766,14450688.0 +407.11,29.610000610351562,4930.0,0.02329503744840622,0.1685994416475296,2.1727652549743652,-0.010022802278399467,0.15250413119792938,0.7545280456542969,883.0,226048.0,3136.0701532030944,14467072.0 +404.84,29.950000762939453,4633.0,0.013935425318777561,0.15618896484375,2.1596529483795166,-0.013841256499290466,0.11047258228063583,0.8108137398958206,884.0,226304.0,3139.607757188147,14483456.0 +409.14,30.649999618530273,4723.0,0.01604130119085312,0.17633056640625,2.1631741523742676,-0.012095528654754162,0.1379200518131256,0.7867160886526108,885.0,226560.0,3143.0770553231705,14499840.0 +409.49,30.420000076293945,4788.0,0.00972734671086073,0.10772705078125,2.17612886428833,-0.008051139302551746,0.1480191946029663,0.7733449041843414,886.0,226816.0,3146.4991543821525,14516224.0 +399.09,28.950000762939453,4816.0,0.016488583758473396,0.1763916015625,2.16666579246521,-0.009902655147016048,0.2592605948448181,0.6431930959224701,887.0,227072.0,3149.9015344611835,14532608.0 +394.04,28.40999984741211,4557.0,0.017913317307829857,0.1501871794462204,2.1723718643188477,-0.01251180563122034,0.2039901167154312,0.7555999457836151,888.0,227328.0,3153.4974818150513,14548992.0 +399.27,28.420000076293945,4842.0,0.01153988391160965,0.1337076872587204,2.178537368774414,-0.00937415286898613,0.19395355880260468,0.6988782286643982,889.0,227584.0,3156.881428714143,14565376.0 +403.21,29.030000686645508,4685.0,0.016540518030524254,0.17449951171875,2.176607847213745,-0.005975388456135988,0.19323201477527618,0.6549983620643616,890.0,227840.0,3160.379058158025,14581760.0 +399.35,28.549999237060547,4678.0,0.011264142580330372,0.1275431364774704,2.190727472305298,-0.007800778839737177,0.259040504693985,0.6630921959877014,891.0,228096.0,3163.881590733072,14598144.0 +402.45,28.360000610351562,4638.0,0.010301613248884678,0.1244710311293602,2.1873350143432617,-0.010806474834680557,0.21532802283763885,0.6731491982936859,892.0,228352.0,3167.414162470028,14614528.0 +397.52,27.520000457763672,4652.0,0.012359500862658024,0.14593505859375,2.1970372200012207,-0.0086485231295228,0.348495751619339,0.5980954468250275,893.0,228608.0,3170.936249260092,14630912.0 +388.16,27.139999389648438,4702.0,0.012814155779778957,0.1607869416475296,2.1660640239715576,-0.009825227782130241,0.36071136593818665,0.5849708914756775,894.0,228864.0,3174.4213980750646,14647296.0 +388.83,27.1200008392334,4487.0,0.010915685445070267,0.1292521208524704,2.1645655632019043,-0.01167649682611227,0.14076147973537445,0.7683890908956528,895.0,229120.0,3178.0729324161075,14663680.0 +409.85,28.670000076293945,4601.0,0.012432652525603771,0.1433919221162796,2.1678311824798584,-0.01156679168343544,0.1541382074356079,0.7976390719413757,896.0,229376.0,3181.6344655421562,14680064.0 +411.53,29.399999618530273,4617.0,0.010831060819327831,0.1447957307100296,2.1959757804870605,-0.011371147818863392,0.17406056821346283,0.7314200699329376,897.0,229632.0,3185.1834689050447,14696448.0 +404.65,28.940000534057617,4675.0,0.012360676191747189,0.1319173127412796,2.1888961791992188,-0.009625078178942204,0.23512451350688934,0.6638977527618408,898.0,229888.0,3188.688401753083,14712832.0 +404.48,28.260000228881836,4694.0,0.015254045836627483,0.1695149689912796,2.2063724994659424,-0.01172550767660141,0.1518920511007309,0.75779128074646,899.0,230144.0,3192.1795071160886,14729216.0 +397.03,27.34000015258789,4808.0,0.01844673790037632,0.1988728791475296,2.214500904083252,-0.010837567038834095,0.2940916419029236,0.6605753600597382,900.0,230400.0,3195.5881462611724,14745600.0 +392.58,27.34000015258789,4760.0,0.009882559068500996,0.1131998673081398,2.2006595134735107,-0.009998119436204433,0.29162779450416565,0.6753429770469666,901.0,230656.0,3199.0351845950354,14761984.0 +388.23,26.719999313354492,4681.0,0.010946460999548435,0.12103271484375,2.199707269668579,-0.010687746107578278,0.38564443588256836,0.5779167711734772,902.0,230912.0,3202.535972607089,14778368.0 +387.05,27.09000015258789,4842.0,0.012989032082259655,0.1517130583524704,2.200699806213379,-0.013653482310473919,0.1593060940504074,0.7518396973609924,903.0,231168.0,3205.9201226830482,14794752.0 +397.17,27.959999084472656,4800.0,0.01168129127472639,0.14996337890625,2.1897404193878174,-0.007773585617542267,0.3333824574947357,0.6279038786888123,904.0,231424.0,3209.3340711831115,14811136.0 +395.12,28.15999984741211,4757.0,0.010618100874125957,0.127685546875,2.1982877254486084,-0.01369775366038084,0.1590319126844406,0.7816368043422699,905.0,231680.0,3212.778547727037,14827520.0 +384.26,27.43000030517578,4690.0,0.013675031252205372,0.1656290739774704,2.16694712638855,-0.007672050502151251,0.32346054911613464,0.6163356304168701,906.0,231936.0,3216.272378653055,14843904.0 +395.47,28.920000076293945,4863.0,0.009221329353749752,0.1074625626206398,2.188756227493286,-0.009002985432744026,0.15657927095890045,0.7623443901538849,907.0,232192.0,3219.642167418031,14860288.0 +399.46,29.15999984741211,4671.0,0.011463616043329239,0.12432861328125,2.1914947032928467,-0.008463610894978046,0.2296917587518692,0.7067902088165283,908.0,232448.0,3223.151173627004,14876672.0 +397.95,28.270000457763672,4674.0,0.010602700524032116,0.13128662109375,2.196521520614624,-0.0063073523342609406,0.239359512925148,0.6492116749286652,909.0,232704.0,3226.6569589991122,14893056.0 +393.81,27.809999465942383,4860.0,0.010225766338407993,0.1175537109375,2.2114193439483643,-0.009872342459857464,0.2972879409790039,0.6272215843200684,910.0,232960.0,3230.02849844913,14909440.0 +391.4,28.190000534057617,4720.0,0.010791581124067307,0.1302897185087204,2.216747522354126,-0.01035322342067957,0.23950134217739105,0.7029359638690948,911.0,233216.0,3233.5001236679964,14925824.0 +392.87,27.610000610351562,4738.0,0.01281354483217001,0.1517130583524704,2.196254253387451,-0.009925019927322865,0.3003430664539337,0.6913945376873016,912.0,233472.0,3236.958694976056,14942208.0 +399.99,28.200000762939453,4532.0,0.011208971031010151,0.1351521760225296,2.221181631088257,-0.013688529841601849,0.15970595180988312,0.7607089430093765,913.0,233728.0,3240.574399400968,14958592.0 +400.34,27.799999237060547,4526.0,0.01225336641073227,0.1395263671875,2.227254867553711,-0.013110804371535778,0.1641054004430771,0.7601576298475266,914.0,233984.0,3244.1952455230057,14974976.0 +397.34,28.530000686645508,4702.0,0.010624122805893421,0.1233317032456398,2.2275302410125732,-0.010003889910876751,0.2782682478427887,0.6339035630226135,915.0,234240.0,3247.679742346052,14991360.0 +395.38,28.389999389648438,4764.0,0.010855555534362793,0.1257527619600296,2.2019078731536865,-0.01287223119288683,0.18392769992351532,0.7401446104049683,916.0,234496.0,3251.119297954021,15007744.0 +399.65,28.59000015258789,4844.0,0.012671236880123615,0.15582275390625,2.1832282543182373,-0.013249188661575317,0.24000059068202972,0.6979176104068756,917.0,234752.0,3254.501917534042,15024128.0 +405.17,29.06999969482422,4834.0,0.009543233551084995,0.1174112930893898,2.2083871364593506,-0.011873471550643444,0.1694706231355667,0.7880061566829681,918.0,235008.0,3257.8917112941854,15040512.0 +405.57,29.15999984741211,4996.0,0.008757010102272034,0.08416748046875,2.2118988037109375,-0.009601105935871601,0.2289193868637085,0.7262051999568939,919.0,235264.0,3261.1712631140836,15056896.0 +394.86,27.850000381469727,4691.0,0.00637085922062397,0.0691121444106102,2.201118230819702,-0.010109578259289265,0.30346664786338806,0.6849926710128784,920.0,235520.0,3264.664385070093,15073280.0 +391.07,27.420000076293945,4846.0,0.006308431271463633,0.07037353515625,2.1803507804870605,-0.011231749318540096,0.2904966473579407,0.6978979408740997,921.0,235776.0,3268.0457627540454,15089664.0 +396.61,28.450000762939453,4771.0,0.012840385548770428,0.1583048552274704,2.2281577587127686,-0.012905205599963665,0.16731572151184082,0.7527639120817184,922.0,236032.0,3271.480209307978,15106048.0 +391.36,28.309999465942383,4703.0,0.010312662459909916,0.1269938200712204,2.208475351333618,-0.006777232512831688,0.22085176408290863,0.7363160252571106,923.0,236288.0,3274.96392362006,15122432.0 +397.33,29.110000610351562,4873.0,0.009174834936857224,0.1108194962143898,2.19927716255188,-0.010677752085030079,0.14678546786308289,0.8004447370767593,924.0,236544.0,3278.326465537073,15138816.0 +402.11,29.559999465942383,4619.0,0.012681655585765839,0.1571044921875,2.2141876220703125,-0.017159704118967056,0.13331162929534912,0.8337893784046173,925.0,236800.0,3281.8735206690617,15155200.0 +411.68,30.299999237060547,4581.0,0.013266735710203648,0.1698811799287796,2.1870639324188232,-0.012632440775632858,0.14300325512886047,0.7604743093252182,926.0,237056.0,3285.450398580171,15171584.0 +409.64,29.950000762939453,4700.0,0.010405058041214943,0.1178181990981102,2.2131102085113525,-0.012734399177134037,0.2107519507408142,0.7133762538433075,927.0,237312.0,3288.936357308179,15187968.0 +399.67,28.229999542236328,4551.0,0.012622597627341747,0.1290690153837204,2.2105774879455566,-0.011383134871721268,0.24589984118938446,0.6923879683017731,928.0,237568.0,3292.537099797046,15204352.0 +395.98,28.09000015258789,4667.0,0.011730310507118702,0.1491902619600296,2.2223424911499023,-0.014466099441051483,0.11761493235826492,0.8190243393182755,929.0,237824.0,3296.048175008036,15220736.0 +399.61,28.729999542236328,4538.0,0.012194350361824036,0.1541341096162796,2.2114667892456055,-0.010002173483371735,0.24917031824588776,0.7009243965148926,930.0,238080.0,3299.659147058148,15237120.0 +404.59,29.770000457763672,4567.0,0.01119862962514162,0.12994384765625,2.2110726833343506,-0.01151543390005827,0.14191661775112152,0.7983449846506119,931.0,238336.0,3303.246939594159,15253504.0 +400.54,29.670000076293945,4689.0,0.010581906884908676,0.1167806014418602,2.2371256351470947,-0.008004953153431416,0.2519987225532532,0.6652093827724457,932.0,238592.0,3306.741725861095,15269888.0 +392.5,27.780000686645508,4659.0,0.010103139095008373,0.1251220703125,2.2131688594818115,-0.010169909335672855,0.21197055280208588,0.7528413385152817,933.0,238848.0,3310.258636219194,15286272.0 +393.06,28.100000381469727,4654.0,0.012289018370211124,0.1357014924287796,2.2213470935821533,-0.013479359447956085,0.13586726784706116,0.7576792538166046,934.0,239104.0,3313.7795224920847,15302656.0 +403.67,29.290000915527344,4907.0,0.013646911829710007,0.1571044921875,2.2123029232025146,-0.013322301208972931,0.17761172354221344,0.7543728351593018,935.0,239360.0,3317.1191773440223,15319040.0 +404.09,29.399999618530273,4583.0,0.010097925551235676,0.1179402694106102,2.1929852962493896,-0.011105665005743504,0.22916507720947266,0.71193727850914,936.0,239616.0,3320.698518850142,15335424.0 +399.41,28.729999542236328,4667.0,0.01013826485723257,0.11474609375,2.2002923488616943,-0.009896679781377316,0.2815758287906647,0.6268570125102997,937.0,239872.0,3324.20905275899,15351808.0 +403.96,28.34000015258789,4685.0,0.014793715439736843,0.1629435271024704,2.2104616165161133,-0.009054279886186123,0.21155387163162231,0.661689966917038,938.0,240128.0,3327.706548206974,15368192.0 +402.63,27.5,4616.0,0.01238900888711214,0.1578572541475296,2.1864542961120605,-0.00753993121907115,0.3171864449977875,0.6080780625343323,939.0,240384.0,3331.2567546630744,15384576.0 +394.86,27.489999771118164,4939.0,0.013126861304044724,0.14215087890625,2.2014405727386475,-0.010756720788776875,0.27081096172332764,0.672105997800827,940.0,240640.0,3334.5746113141067,15400960.0 +397.66,27.889999389648438,4901.0,0.010054881684482098,0.1175740584731102,2.2198445796966553,-0.007078772876411676,0.22434885799884796,0.6809569001197815,941.0,240896.0,3337.918218636187,15417344.0 +391.1,27.079999923706055,4725.0,0.010085702873766422,0.1089070662856102,2.2016172409057617,-0.00930639449506998,0.22417740523815155,0.7029935121536255,942.0,241152.0,3341.386443807045,15433728.0 +394.25,27.209999084472656,4645.0,0.014112087897956371,0.1444498747587204,2.187898874282837,-0.011140618473291397,0.19008035957813263,0.7180458903312683,943.0,241408.0,3344.9137101760134,15450112.0 +403.91,27.5,4781.0,0.015187661163508892,0.1479695588350296,2.1738831996917725,-0.0078461654484272,0.22665758430957794,0.7006498575210571,944.0,241664.0,3348.340766650159,15466496.0 +401.37,27.399999618530273,4586.0,0.01324230432510376,0.1358235627412796,2.14994215965271,-0.008781119249761105,0.27198079228401184,0.5965375304222107,945.0,241920.0,3351.9140493220184,15482880.0 +407.8,28.489999771118164,4669.0,0.011902160942554474,0.1449788361787796,2.1618669033050537,-0.017364056780934334,0.07767882943153381,0.8378888070583344,946.0,242176.0,3355.4238207591698,15499264.0 +413.34,29.649999618530273,4559.0,0.014987438917160034,0.1572469025850296,2.14158034324646,-0.008116405457258224,0.16424918174743652,0.7477853894233704,947.0,242432.0,3359.017939038109,15515648.0 +417.65,29.940000534057617,4613.0,0.012973652221262455,0.1563720703125,2.1700332164764404,-0.01749476231634617,0.07501710206270218,0.856861799955368,948.0,242688.0,3362.5707559771836,15532032.0 +416.42,29.739999771118164,4538.0,0.01704235188663006,0.1900431364774704,2.154613971710205,-0.009364156052470207,0.15922676026821136,0.749422550201416,949.0,242944.0,3366.1810673680156,15548416.0 +411.49,29.600000381469727,4639.0,0.016413213685154915,0.18145751953125,2.1527061462402344,-0.010616724379360676,0.16955780982971191,0.7652466744184494,950.0,243200.0,3369.7134615650866,15564800.0 +398.66,28.049999237060547,4644.0,0.013728574849665165,0.1345621794462204,2.1356937885284424,-0.008407723158597946,0.39957094192504883,0.5879058241844177,951.0,243456.0,3373.2424417161383,15581184.0 +397.6,27.729999542236328,4693.0,0.012285248376429081,0.1520182341337204,2.1381423473358154,-0.013249751180410385,0.16722750663757324,0.7635390013456345,952.0,243712.0,3376.733943363186,15597568.0 +396.41,26.979999542236328,4688.0,0.012923507951200008,0.1455891877412796,2.1144559383392334,-0.00856790505349636,0.35098156332969666,0.6068656146526337,953.0,243968.0,3380.229347684188,15613952.0 +394.28,27.059999465942383,4542.0,0.008340868167579174,0.08685302734375,2.107386827468872,-0.010794196277856827,0.18688637018203735,0.6985507905483246,954.0,244224.0,3383.8371666229796,15630336.0 +389.18,26.739999771118164,4617.0,0.013581040315330029,0.1451619416475296,2.10786771774292,-0.011096786707639694,0.21530795097351074,0.6944761276245117,955.0,244480.0,3387.386139746988,15646720.0 +398.13,28.309999465942383,4746.0,0.013896779157221317,0.13427734375,2.118453025817871,-0.0063023678958415985,0.2591201961040497,0.6983119547367096,956.0,244736.0,3390.838704016991,15663104.0 +388.92,27.1200008392334,4588.0,0.010598142631351948,0.11212158203125,2.1223104000091553,-0.008843167684972286,0.19239813089370728,0.7258064150810242,957.0,244992.0,3394.410541443154,15679488.0 +404.68,28.59000015258789,4587.0,0.012998588383197784,0.1468098908662796,2.1224915981292725,-0.011011571623384953,0.11822942644357681,0.7563074976205826,958.0,245248.0,3397.982743062079,15695872.0 +401.9,28.709999084472656,4685.0,0.014123574830591679,0.1595458984375,2.121062994003296,-0.009180874563753605,0.15545296669006348,0.736429750919342,959.0,245504.0,3401.4799637740944,15712256.0 +408.65,29.290000915527344,4753.0,0.011788197793066502,0.1437784880399704,2.1106531620025635,-0.009041525423526764,0.1219068095088005,0.790637880563736,960.0,245760.0,3404.9274704190902,15728640.0 +404.28,28.459999084472656,4780.0,0.01719081960618496,0.17999267578125,2.112497568130493,-0.006522834300994873,0.27308720350265503,0.5849996209144592,961.0,246016.0,3408.355657746084,15745024.0 +399.02,28.34000015258789,4636.0,0.01643506810069084,0.1786092072725296,2.127032518386841,-0.00964545551687479,0.13263382017612457,0.763434037566185,962.0,246272.0,3411.890337787103,15761408.0 +405.0,29.110000610351562,4578.0,0.01660989597439766,0.1648152619600296,2.1480393409729004,-0.012402248568832874,0.10085296630859375,0.7741264551877975,963.0,246528.0,3415.4695431101136,15777792.0 +411.0,29.489999771118164,4450.0,0.015386191196739674,0.14373779296875,2.1389482021331787,-0.011494755744934082,0.09967169910669327,0.8027541637420654,964.0,246784.0,3419.1515091580804,15794176.0 +410.71,29.950000762939453,4690.0,0.015363943763077259,0.1728108674287796,2.129415988922119,-0.010955040343105793,0.09468895941972733,0.7993353605270386,965.0,247040.0,3422.6458908810746,15810560.0 +408.31,29.760000228881836,4919.0,0.013138964772224426,0.1579182893037796,2.1368746757507324,-0.008069734089076519,0.2051142305135727,0.6359431147575378,966.0,247296.0,3425.977355538169,15826944.0 +408.07,29.610000610351562,4767.0,0.011603388004004955,0.1383056640625,2.1346285343170166,-0.014808964915573597,0.09993646293878555,0.811060443520546,967.0,247552.0,3429.4146728890482,15843328.0 +409.26,30.079999923706055,4753.0,0.015903931111097336,0.1573486328125,2.145906448364258,-0.00813490990549326,0.16922253370285034,0.7172758877277374,968.0,247808.0,3432.8626312550623,15859712.0 +407.23,29.200000762939453,4598.0,0.010630431585013866,0.1131591796875,2.1743242740631104,-0.010679255239665508,0.17194341123104095,0.7137444615364075,969.0,248064.0,3436.4264833761845,15876096.0 +400.58,28.270000457763672,4599.0,0.012276344001293182,0.1234944686293602,2.159109592437744,-0.008321240544319153,0.20301860570907593,0.7268820106983185,970.0,248320.0,3439.98938016803,15892480.0 +403.83,28.579999923706055,4641.0,0.014825459569692612,0.1674397736787796,2.1549270153045654,-0.012934506870806217,0.11784765869379044,0.7840007841587067,971.0,248576.0,3443.520349389175,15908864.0 +403.07,28.59000015258789,4452.0,0.01650860160589218,0.1686808317899704,2.1329197883605957,-0.009152148850262165,0.20011325180530548,0.6811710298061371,972.0,248832.0,3447.200889189029,15925248.0 +401.25,29.110000610351562,4562.0,0.01772621087729931,0.1714070588350296,2.180464506149292,-0.013655451126396656,0.19369874894618988,0.7288537621498108,973.0,249088.0,3450.7928670169786,15941632.0 +396.38,28.549999237060547,4710.0,0.01397883053869009,0.1558837890625,2.150017499923706,-0.010244686156511307,0.19328011572360992,0.6601440608501434,974.0,249344.0,3454.2721915631555,15958016.0 +401.8,27.90999984741211,4762.0,0.013041824102401733,0.1464436799287796,2.1365087032318115,-0.010406054556369781,0.28295469284057617,0.6263059377670288,975.0,249600.0,3457.713345404016,15974400.0 +406.82,28.40999984741211,4778.0,0.011865641921758652,0.1366170197725296,2.1405622959136963,-0.011783814989030361,0.12351822108030319,0.7719290107488632,976.0,249856.0,3461.1427975101396,15990784.0 +410.83,29.549999237060547,4778.0,0.013337221927940845,0.1194864884018898,2.1556684970855713,-0.009406299330294132,0.11178343743085861,0.7872539162635803,977.0,250112.0,3464.5720850131474,16007168.0 +410.39,28.90999984741211,4602.0,0.009211992844939232,0.1029866561293602,2.1702473163604736,-0.011515729129314423,0.18237487971782684,0.7311815619468689,978.0,250368.0,3468.132420244161,16023552.0 +405.11,29.020000457763672,4742.0,0.013768501579761505,0.1447550505399704,2.1941640377044678,-0.012987405993044376,0.16762042045593262,0.7089477479457855,979.0,250624.0,3471.5880442541093,16039936.0 +401.4,28.739999771118164,4736.0,0.015496969223022461,0.1592203825712204,2.1613974571228027,-0.01103056501597166,0.13649265468120575,0.7184599041938782,980.0,250880.0,3475.0478149650153,16056320.0 +412.33,29.989999771118164,4540.0,0.015144451521337032,0.1631266325712204,2.173163414001465,-0.013230393640697002,0.084886334836483,0.8014915287494659,981.0,251136.0,3478.6574430111796,16072704.0 +411.9,29.489999771118164,4750.0,0.012634254060685635,0.1380615234375,2.1671321392059326,-0.013457775115966797,0.2173282653093338,0.6919043660163879,982.0,251392.0,3482.107313640183,16089088.0 +407.98,28.639999389648438,4600.0,0.010367539711296558,0.1004435196518898,2.159200429916382,-0.009852658025920391,0.15330789983272552,0.7008097767829895,983.0,251648.0,3485.669681343017,16105472.0 +399.14,27.06999969482422,4630.0,0.01052388921380043,0.1102091446518898,2.1657602787017822,-0.008633927442133427,0.29676708579063416,0.6412669122219086,984.0,251904.0,3489.2086777379736,16121856.0 +401.5,27.510000228881836,4575.0,0.01946532167494297,0.177734375,2.1734397411346436,-0.010737364180386066,0.17225204408168793,0.6822702586650848,985.0,252160.0,3492.790238639107,16138240.0 +406.77,28.3700008392334,4679.0,0.010145687498152256,0.1175740584731102,2.1862146854400635,-0.01526777446269989,0.06158599257469177,0.8368190228939056,986.0,252416.0,3496.2924398810137,16154624.0 +401.86,29.260000228881836,4712.0,0.013075885362923145,0.1628214567899704,2.1773369312286377,-0.009854407049715519,0.1959776133298874,0.7146528363227844,987.0,252672.0,3499.7702734060585,16171008.0 +399.37,29.399999618530273,4622.0,0.014869164675474167,0.1705525666475296,2.180582284927368,-0.01060996949672699,0.19164325296878815,0.6789110898971558,988.0,252928.0,3503.3156655260827,16187392.0 +399.03,29.0,4828.0,0.012436521239578724,0.14642333984375,2.1847927570343018,-0.010672691278159618,0.15243694186210632,0.7530698329210281,989.0,253184.0,3506.7096797251143,16203776.0 +396.86,28.649999618530273,4655.0,0.012581836432218552,0.1469523161649704,2.1690571308135986,-0.015099789947271347,0.1580081433057785,0.7350439131259918,990.0,253440.0,3510.2300219989847,16220160.0 +392.77,28.030000686645508,4635.0,0.016087105497717857,0.1820271760225296,2.158118486404419,-0.010419860482215881,0.2233518809080124,0.6401662826538086,991.0,253696.0,3513.765207053162,16236544.0 +398.69,28.399999618530273,4714.0,0.012955296784639359,0.13671875,2.1775643825531006,-0.0098108546808362,0.14963683485984802,0.7035416960716248,992.0,253952.0,3517.2412243080325,16252928.0 +400.2,28.610000610351562,4680.0,0.0138598857447505,0.16864013671875,2.2012460231781006,-0.0113368546590209,0.16714322566986084,0.7191254198551178,993.0,254208.0,3520.742302729981,16269312.0 +386.51,28.049999237060547,4917.0,0.01604347862303257,0.1433919221162796,2.184945821762085,-0.010364306159317493,0.29201582074165344,0.5676606297492981,994.0,254464.0,3524.075314073125,16285696.0 +381.77,27.209999084472656,4747.0,0.011967387981712818,0.1426798552274704,2.170593023300171,-0.011442631483078003,0.20166046917438507,0.7136838734149933,995.0,254720.0,3527.5270971050486,16302080.0 +405.02,29.1299991607666,4702.0,0.012149837799370289,0.1501668244600296,2.1687629222869873,-0.01666497066617012,0.10313894599676132,0.8069794774055481,996.0,254976.0,3531.0121867950074,16318464.0 +400.1,27.899999618530273,4940.0,0.012410777620971203,0.1436360627412796,2.161726951599121,-0.008744086138904095,0.2489076852798462,0.7054334878921509,997.0,255232.0,3534.328965441091,16334848.0 +401.08,28.75,4641.0,0.0101683484390378,0.1149698868393898,2.152888298034668,-0.0140739930793643,0.12298625707626343,0.775206983089447,998.0,255488.0,3537.8595934421755,16351232.0 +401.72,29.049999237060547,4730.0,0.016892660409212112,0.1634318083524704,2.1396172046661377,-0.011916506104171276,0.25306132435798645,0.679533451795578,999.0,255744.0,3541.3239776631817,16367616.0 +400.46,29.0,4597.0,0.009699267335236073,0.1043294295668602,2.144754409790039,-0.009676983579993248,0.1707346886396408,0.7272680401802063,1000.0,256000.0,3544.887990341056,16384000.0 +403.95,29.149999618530273,4781.0,0.013746046461164951,0.1499837189912796,2.1430277824401855,-0.011643487960100174,0.12098609656095505,0.7791616171598434,1001.0,256256.0,3548.315390918171,16400384.0 +412.67,30.010000228881836,4602.0,0.011231663636863232,0.1191202774643898,2.145127058029175,-0.007444507908076048,0.17882709205150604,0.7175013422966003,1002.0,256512.0,3551.875652158167,16416768.0 +414.5,29.84000015258789,4840.0,0.009385119192302227,0.0926106795668602,2.1529030799865723,-0.009795433841645718,0.17917054891586304,0.7541515231132507,1003.0,256768.0,3555.261375320144,16433152.0 +412.27,29.350000381469727,4811.0,0.012680369429290295,0.1197306290268898,2.148477792739868,-0.010733925737440586,0.13555949926376343,0.7970761358737946,1004.0,257024.0,3558.6671172231436,16449536.0 +409.14,28.959999084472656,4757.0,0.010103889741003513,0.1112467423081398,2.1275901794433594,-0.00987404864281416,0.15661080181598663,0.7663722485303879,1005.0,257280.0,3562.111397220986,16465920.0 +411.46,29.420000076293945,4811.0,0.007928323931992054,0.1006673201918602,2.1755759716033936,-0.012069637887179852,0.13276521861553192,0.8218064159154892,1006.0,257536.0,3565.517085311003,16482304.0 +412.54,29.950000762939453,4659.0,0.011389411054551601,0.1236979141831398,2.149367094039917,-0.011166270822286606,0.1368810087442398,0.8061137944459915,1007.0,257792.0,3569.0339256629813,16498688.0 +412.64,29.559999465942383,4831.0,0.00593314366415143,0.0650227889418602,2.160094976425171,-0.010721477679908276,0.16816894710063934,0.7593827843666077,1008.0,258048.0,3572.429567062063,16515072.0 +411.2,29.34000015258789,4819.0,0.011244017630815506,0.1379597932100296,2.120946168899536,-0.012961805798113346,0.1266137957572937,0.8193934708833694,1009.0,258304.0,3575.830149925081,16531456.0 +399.33,28.100000381469727,4873.0,0.013203512877225876,0.1410725861787796,2.123847723007202,-0.007563110440969467,0.298407644033432,0.6667336225509644,1010.0,258560.0,3579.192789418157,16547840.0 +397.02,27.75,4868.0,0.01195091474801302,0.1209716796875,2.114332437515259,-0.007478867191821337,0.18749357759952545,0.7741586714982986,1011.0,258816.0,3582.559432027163,16564224.0 +390.89,27.8700008392334,4681.0,0.015388836152851582,0.15252685546875,2.112745761871338,-0.008326607756316662,0.2915853261947632,0.6891957521438599,1012.0,259072.0,3586.0602456040215,16580608.0 +401.89,29.239999771118164,4743.0,0.006863826885819435,0.0789998397231102,2.123347759246826,-0.011588688008487225,0.16961276531219482,0.7936443090438843,1013.0,259328.0,3589.5154288350604,16596992.0 +406.53,29.6200008392334,4749.0,0.010422798804938793,0.1220499649643898,2.134279251098633,-0.012091542594134808,0.09820731729269028,0.8356036692857742,1014.0,259584.0,3592.965729232179,16613376.0 +410.73,30.139999389648438,4719.0,0.012073677033185959,0.1503702849149704,2.1068642139434814,-0.009512078948318958,0.16211523115634918,0.7647696137428284,1015.0,259840.0,3596.4382714461535,16629760.0 +402.09,29.5,4679.0,0.013604138977825642,0.1462198942899704,2.118711233139038,-0.0069442931562662125,0.28972896933555603,0.6554098725318909,1016.0,260096.0,3599.9403293640353,16646144.0 +396.63,28.260000228881836,4749.0,0.00643610954284668,0.0663655623793602,2.1391966342926025,-0.005227352026849985,0.28368040919303894,0.6873603165149689,1017.0,260352.0,3603.3906959581655,16662528.0 +400.32,28.459999084472656,4614.0,0.013192984275519848,0.1218465194106102,2.1467103958129883,-0.009041369892656803,0.18487423658370972,0.7620305866003036,1018.0,260608.0,3606.9419880500063,16678912.0 +407.83,29.690000534057617,4612.0,0.01051196176558733,0.12591552734375,2.143188953399658,-0.015403763391077518,0.10142641514539719,0.8481156826019287,1019.0,260864.0,3610.49505325919,16695296.0 +405.63,29.030000686645508,4751.0,0.01172898430377245,0.1349894255399704,2.14127779006958,-0.010371820069849491,0.26440978050231934,0.7390957772731781,1020.0,261120.0,3613.944222672144,16711680.0 +410.05,29.479999542236328,4644.0,0.0125303128734231,0.1309611052274704,2.1450278759002686,-0.01255748700350523,0.14871275424957275,0.8305931687355042,1021.0,261376.0,3617.472813913133,16728064.0 +399.59,28.209999084472656,4645.0,0.01250211801379919,0.14178466796875,2.1486082077026367,-0.012055538594722748,0.2440585494041443,0.7608316838741302,1022.0,261632.0,3621.00096338219,16744448.0 +406.2,29.170000076293945,4724.0,0.01060819998383522,0.1280720978975296,2.133984088897705,-0.01471924688667059,0.10168784111738205,0.8404681235551834,1023.0,261888.0,3624.46963765705,16760832.0 +403.75,28.59000015258789,4818.0,0.011925220489501953,0.13427734375,2.1280696392059326,-0.008673050440847874,0.19460594654083252,0.7799612730741501,1024.0,262144.0,3627.870878293179,16777216.0 +412.59,29.420000076293945,4762.0,0.010880078189074993,0.1365153044462204,2.1112611293792725,-0.012324303388595581,0.12789416313171387,0.8308025449514389,1025.0,262400.0,3631.3114144171122,16793600.0 +410.83,29.68000030517578,4590.0,0.011296585202217102,0.1298624724149704,2.103551149368286,-0.01107808668166399,0.18371714651584625,0.766093522310257,1026.0,262656.0,3634.881597160129,16809984.0 +412.41,30.40999984741211,5039.0,0.016681792214512825,0.1658732146024704,2.089754819869995,-0.015933597460389137,0.10280218720436096,0.8403045535087585,1027.0,262912.0,3638.133107494097,16826368.0 +410.11,30.030000686645508,4692.0,0.012071307748556137,0.12957763671875,2.092618227005005,-0.013315255753695965,0.15570954978466034,0.7659438699483871,1028.0,263168.0,3641.625435475027,16842752.0 +399.75,28.770000457763672,4711.0,0.012348361313343048,0.1339925080537796,2.0776968002319336,-0.008344084955751896,0.3314424753189087,0.6386640667915344,1029.0,263424.0,3645.1033866740763,16859136.0 +399.53,28.549999237060547,4767.0,0.01120875496417284,0.1271565705537796,2.0966858863830566,-0.014746318571269512,0.11307710409164429,0.8231837004423141,1030.0,263680.0,3648.5408868140075,16875520.0 +389.04,28.389999389648438,4909.0,0.015027168206870556,0.1466878205537796,2.1050493717193604,-0.010068245232105255,0.3453335762023926,0.6052348911762238,1031.0,263936.0,3651.8787905480713,16891904.0 +391.11,28.309999465942383,4717.0,0.009629135020077229,0.1085001602768898,2.09631609916687,-0.01211471389979124,0.17226266860961914,0.7718124389648438,1032.0,264192.0,3655.3525788660627,16908288.0 +396.13,28.530000686645508,4642.0,0.013051371090114117,0.1462809294462204,2.0923056602478027,-0.01076753530651331,0.1767856329679489,0.7547827512025833,1033.0,264448.0,3658.8823562769685,16924672.0 +396.91,28.5,4825.0,0.010733969509601593,0.1239013671875,2.0964155197143555,-0.006374174263328314,0.27387627959251404,0.7098010778427124,1034.0,264704.0,3662.2789284989703,16941056.0 +397.64,28.1299991607666,4838.0,0.01079226192086935,0.1086018905043602,2.090574264526367,-0.010726829059422016,0.18729335069656372,0.7626964896917343,1035.0,264960.0,3665.666031901026,16957440.0 +403.3,28.510000228881836,4741.0,0.009787976741790771,0.1150309219956398,2.086935043334961,-0.01266476046293974,0.1523706465959549,0.8043326288461685,1036.0,265216.0,3669.1222971531097,16973824.0 +408.65,29.6299991607666,4902.0,0.008913573808968067,0.0897420272231102,2.09257435798645,-0.009842307306826115,0.2663969099521637,0.7266820967197418,1037.0,265472.0,3672.4649893511087,16990208.0 +401.21,28.959999084472656,4900.0,0.012913358397781849,0.1340128630399704,2.0896172523498535,-0.010467995889484882,0.19678355753421783,0.7768158167600632,1038.0,265728.0,3675.80880281399,17006592.0 +407.07,29.959999084472656,4697.0,0.011615368537604809,0.12396240234375,2.0903191566467285,-0.011578825302422047,0.1412784457206726,0.7889875322580338,1039.0,265984.0,3679.297610889189,17022976.0 +406.11,29.8799991607666,4510.0,0.011377476155757904,0.1361897736787796,2.1110904216766357,-0.01100322138518095,0.19417905807495117,0.729135125875473,1040.0,266240.0,3682.9308118170593,17039360.0 +407.24,29.239999771118164,4589.0,0.013270176947116852,0.1531779021024704,2.1102802753448486,-0.012627420015633106,0.2141055315732956,0.7484708726406097,1041.0,266496.0,3686.5012107309885,17055744.0 +398.01,27.809999465942383,4871.0,0.012964438647031784,0.1268107146024704,2.10258412361145,-0.01024762261658907,0.31642019748687744,0.6842203140258789,1042.0,266752.0,3689.8653551610187,17072128.0 +391.49,26.940000534057617,4817.0,0.010149499401450157,0.1168416365981102,2.09378719329834,-0.007203398272395134,0.3858378827571869,0.6167297065258026,1043.0,267008.0,3693.269918698119,17088512.0 +382.71,26.239999771118164,4589.0,0.014060680754482746,0.14410400390625,2.1027164459228516,-0.009244624525308609,0.28814950585365295,0.6580546200275421,1044.0,267264.0,3696.8407404180616,17104896.0 +395.93,27.90999984741211,4731.0,0.009818407706916332,0.1151529923081398,2.106456756591797,-0.013573412783443928,0.13148491084575653,0.8160328716039658,1045.0,267520.0,3700.3043897789903,17121280.0 +407.95,28.979999542236328,4690.0,0.01236497238278389,0.1577351838350296,2.10282301902771,-0.013228841125965118,0.19483429193496704,0.7230512201786041,1046.0,267776.0,3703.7983838941436,17137664.0 +411.07,29.280000686645508,4660.0,0.012676005251705647,0.1410929411649704,2.0784852504730225,-0.011740411631762981,0.15081925690174103,0.7636872231960297,1047.0,268032.0,3707.3145803301595,17154048.0 +415.51,29.959999084472656,4676.0,0.01328508835285902,0.15997314453125,2.097179651260376,-0.012878353707492352,0.08371269702911377,0.8542050272226334,1048.0,268288.0,3710.818481710041,17170432.0 +412.06,30.0,4716.0,0.011325364001095295,0.1300048828125,2.111429214477539,-0.010767604224383831,0.22468112409114838,0.7167962193489075,1049.0,268544.0,3714.2928636791185,17186816.0 +404.65,29.15999984741211,4679.0,0.018993936479091644,0.1747029572725296,2.116621732711792,-0.010085279121994972,0.17784981429576874,0.7588045746088028,1050.0,268800.0,3717.794951565098,17203200.0 +398.23,27.860000610351562,4704.0,0.01442908588796854,0.1326700896024704,2.120816469192505,-0.007979832589626312,0.29472336173057556,0.6322476863861084,1051.0,269056.0,3721.2789708150085,17219584.0 +398.8,27.43000030517578,4583.0,0.012791269458830357,0.1473592072725296,2.1285531520843506,-0.013821541331708431,0.20288215577602386,0.7660513818264008,1052.0,269312.0,3724.8547871410847,17235968.0 +400.81,27.489999771118164,4723.0,0.016377901658415794,0.1734415739774704,2.0830461978912354,-0.010064230300486088,0.22861789166927338,0.7364129424095154,1053.0,269568.0,3728.3242874189746,17252352.0 +407.39,27.59000015258789,4883.0,0.008675211109220982,0.0946451798081398,2.107177257537842,-0.010734401643276215,0.2669169008731842,0.7069471776485443,1054.0,269824.0,3731.6805801691953,17268736.0 +402.78,28.290000915527344,4648.0,0.015238475985825062,0.1431884765625,2.0993449687957764,-0.01164938509464264,0.176186665892601,0.7480713725090027,1055.0,270080.0,3735.20549096819,17285120.0 +406.08,29.170000076293945,4841.0,0.013753862120211124,0.1524861603975296,2.108558416366577,-0.011073804460465908,0.19703809916973114,0.7308605313301086,1056.0,270336.0,3738.5900436199736,17301504.0 +401.17,29.420000076293945,4812.0,0.014875229448080063,0.150390625,2.0800797939300537,-0.01174107939004898,0.16772513091564178,0.7475667297840118,1057.0,270592.0,3741.9955766249914,17317888.0 +401.32,29.709999084472656,4901.0,0.013169907964766026,0.1473795622587204,2.0848257541656494,-0.013267160393297672,0.18902748823165894,0.7498830854892731,1058.0,270848.0,3745.3389497201424,17334272.0 +409.99,30.65999984741211,4621.0,0.01677829399704933,0.1659342497587204,2.0634634494781494,-0.018893025815486908,0.08373412489891052,0.8413105458021164,1059.0,271104.0,3748.8847697651945,17350656.0 +414.39,30.780000686645508,4523.0,0.013786550611257553,0.16162109375,2.0874412059783936,-0.009307129308581352,0.15754535794258118,0.7430344820022583,1060.0,271360.0,3752.5081107781734,17367040.0 +406.58,30.09000015258789,4901.0,0.013653761707246304,0.1529947966337204,2.1020889282226562,-0.012996797449886799,0.19431458413600922,0.689786285161972,1061.0,271616.0,3755.8513752860017,17383424.0 +409.15,29.479999542236328,5053.0,0.018985481932759285,0.1989949494600296,2.0788798332214355,-0.010645363479852676,0.13298748433589935,0.7719234973192215,1062.0,271872.0,3759.0942560581025,17399808.0 +400.53,28.09000015258789,4536.0,0.011911951936781406,0.1097005233168602,2.096790313720703,-0.007592007052153349,0.2449706792831421,0.6424738764762878,1063.0,272128.0,3762.706263397122,17416192.0 +402.71,28.889999389648438,4537.0,0.015759417787194252,0.1791585236787796,2.0987956523895264,-0.013405232690274715,0.10562785714864731,0.7879751175642014,1064.0,272384.0,3766.3173911501653,17432576.0 +404.7,29.34000015258789,4735.0,0.00918617844581604,0.1087849959731102,2.107755184173584,-0.01259960699826479,0.057533517479896545,0.8686787337064743,1065.0,272640.0,3769.7779137941543,17448960.0 +410.01,30.969999313354492,4639.0,0.013519705273211002,0.1543375700712204,2.115997552871704,-0.011822897009551525,0.19700081646442413,0.6945637762546539,1066.0,272896.0,3773.30978304008,17465344.0 +403.31,30.209999084472656,4794.0,0.013809080235660076,0.15411376953125,2.0779097080230713,-0.011720317415893078,0.16233086585998535,0.7646650224924088,1067.0,273152.0,3776.727968270192,17481728.0 +409.01,30.31999969482422,4755.0,0.01506104413419962,0.1565144807100296,2.1039183139801025,-0.015864171087741852,0.08295238018035889,0.8581341058015823,1068.0,273408.0,3780.1740785350557,17498112.0 +412.12,29.8799991607666,4758.0,0.01059954334050417,0.1198323592543602,2.1110870838165283,-0.01290317252278328,0.2418190985918045,0.7065994441509247,1069.0,273664.0,3783.618315430125,17514496.0 +401.52,28.950000762939453,4844.0,0.013200470246374607,0.1448160856962204,2.1239418983459473,-0.011469218879938126,0.2655186355113983,0.6738905012607574,1070.0,273920.0,3787.0012432960793,17530880.0 +395.49,28.5,4508.0,0.010086080059409142,0.1120808944106102,2.1229281425476074,-0.009741182439029217,0.24224531650543213,0.6889870464801788,1071.0,274176.0,3790.636304148007,17547264.0 +389.57,27.739999771118164,4688.0,0.009433381259441376,0.105712890625,2.1725385189056396,-0.01027977466583252,0.2411295771598816,0.6787018179893494,1072.0,274432.0,3794.132105626166,17563648.0 +399.35,29.290000915527344,4744.0,0.017534218728542328,0.15203857421875,2.1503403186798096,-0.01024957001209259,0.20007115602493286,0.6918967664241791,1073.0,274688.0,3797.5860504070297,17580032.0 +389.54,27.829999923706055,4804.0,0.015906615182757378,0.1624552458524704,2.1451873779296875,-0.010201453231275082,0.2764317989349365,0.6477799713611603,1074.0,274944.0,3800.997954530176,17596416.0 +394.79,28.530000686645508,4651.0,0.011625752784311771,0.1442057341337204,2.1611924171447754,-0.014578587375581264,0.14657770097255707,0.7669558674097061,1075.0,275200.0,3804.521115564974,17612800.0 +397.77,29.350000381469727,4638.0,0.011976723559200764,0.13897705078125,2.1690425872802734,-0.012012151069939137,0.20722700655460358,0.6971115171909332,1076.0,275456.0,3808.053630402079,17629184.0 +396.03,28.649999618530273,4676.0,0.01386229693889618,0.1562703400850296,2.171788454055786,-0.008220638148486614,0.2721845209598541,0.6669211387634277,1077.0,275712.0,3811.5575407990254,17645568.0 +397.05,28.6200008392334,4766.0,0.01268423069268465,0.1454874724149704,2.1779491901397705,-0.00918272789567709,0.1781131476163864,0.6943467855453491,1078.0,275968.0,3814.995556241134,17661952.0 +405.58,29.149999618530273,4680.0,0.015745434910058975,0.1646321564912796,2.1594247817993164,-0.011304207146167755,0.2546178996562958,0.6688648164272308,1079.0,276224.0,3818.496528311167,17678336.0 +408.08,29.700000762939453,4697.0,0.011068218387663364,0.1346638947725296,2.145824909210205,-0.017173049971461296,0.07189735025167465,0.8548266440629959,1080.0,276480.0,3821.9851424649823,17694720.0 +408.17,30.030000686645508,4658.0,0.011697539128363132,0.1468709260225296,2.146446466445923,-0.013769389130175114,0.13896967470645905,0.7447986304759979,1081.0,276736.0,3825.5027408821043,17711104.0 +414.58,30.459999084472656,4707.0,0.01574849523603916,0.1407267302274704,2.1476128101348877,-0.013392218388617039,0.17472641170024872,0.7530314773321152,1082.0,276992.0,3828.983981589088,17727488.0 +407.96,28.780000686645508,4780.0,0.017455561086535454,0.16082763671875,2.138000249862671,-0.010135375894606113,0.22659851610660553,0.6876026093959808,1083.0,277248.0,3832.4117607080843,17743872.0 +400.38,28.020000457763672,4700.0,0.011917813681066036,0.1239217147231102,2.1443822383880615,-0.009804573841392994,0.25937458872795105,0.6842056214809418,1084.0,277504.0,3835.898046707036,17760256.0 +398.34,28.239999771118164,4685.0,0.013357478193938732,0.1546223908662796,2.1430490016937256,-0.008149925619363785,0.17768006026744843,0.7500602900981903,1085.0,277760.0,3839.395852243062,17776640.0 +395.84,29.149999618530273,4891.0,0.007769183721393347,0.0868733748793602,2.143695831298828,-0.008203146979212761,0.23250137269496918,0.7172183096408844,1086.0,278016.0,3842.746018521022,17793024.0 +406.94,29.809999465942383,4695.0,0.010836925357580185,0.1056111678481102,2.139056921005249,-0.015956243500113487,0.11749755591154099,0.8118021935224533,1087.0,278272.0,3846.2363897231407,17809408.0 +395.11,27.90999984741211,4533.0,0.011787631548941135,0.1205240860581398,2.1151294708251953,-0.009952595457434654,0.31626591086387634,0.6391070783138275,1088.0,278528.0,3849.8513188189827,17825792.0 +391.17,27.43000030517578,4692.0,0.01287390012294054,0.15283203125,2.1345622539520264,-0.013588901609182358,0.21691524982452393,0.710195392370224,1089.0,278784.0,3853.343828666024,17842176.0 +389.8,27.709999084472656,4615.0,0.016184374690055847,0.1769816130399704,2.1302225589752197,-0.005534725729376078,0.3109607398509979,0.6399467289447784,1090.0,279040.0,3856.894398760982,17858560.0 +401.05,28.739999771118164,4690.0,0.014690243639051914,0.137451171875,2.1208033561706543,-0.012988414615392685,0.1302444040775299,0.7911003232002258,1091.0,279296.0,3860.389581621159,17874944.0 +411.26,29.65999984741211,4911.0,0.01223722193390131,0.1482136994600296,2.129117727279663,-0.01455326471477747,0.11548934131860733,0.789223924279213,1092.0,279552.0,3863.726264790166,17891328.0 +408.87,30.510000228881836,4638.0,0.01419730857014656,0.143310546875,2.1343867778778076,-0.009783941321074963,0.14733104407787323,0.7589951753616333,1093.0,279808.0,3867.2591583980247,17907712.0 +406.48,30.260000228881836,4760.0,0.012960358522832394,0.1437581330537796,2.136058807373047,-0.011208849959075451,0.19435440003871918,0.7160819172859192,1094.0,280064.0,3870.701236049179,17924096.0 +404.36,29.670000076293945,4678.0,0.01457718014717102,0.1514078825712204,2.1327273845672607,-0.010511711239814758,0.19247305393218994,0.6574528813362122,1095.0,280320.0,3874.2035813550465,17940480.0 +400.36,28.979999542236328,4651.0,0.013427730649709702,0.1121622696518898,2.1299636363983154,-0.012622646056115627,0.23107735812664032,0.6827889382839203,1096.0,280576.0,3877.726225606166,17956864.0 +392.69,28.020000457763672,4706.0,0.012956921942532063,0.1377970427274704,2.143223524093628,-0.011765514500439167,0.21026067435741425,0.6846509873867035,1097.0,280832.0,3881.207909255987,17973248.0 +401.72,29.260000228881836,4810.0,0.01698017120361328,0.1684366911649704,2.115891456604004,-0.01454775407910347,0.12752185761928558,0.7775081098079681,1098.0,281088.0,3884.61707417015,17989632.0 +407.77,29.770000457763672,5009.0,0.016232434660196304,0.1545817106962204,2.120039939880371,-0.01103121042251587,0.12851445376873016,0.7460076808929443,1099.0,281344.0,3887.8883936551865,18006016.0 +407.19,29.979999542236328,4765.0,0.013868361711502075,0.16009521484375,2.106992244720459,-0.01492833998054266,0.12428706139326096,0.7931934148073196,1100.0,281600.0,3891.3278188030235,18022400.0 +414.39,30.649999618530273,4778.0,0.011218487285077572,0.1369425505399704,2.1010501384735107,-0.01440801564604044,0.07308147102594376,0.8535742610692978,1101.0,281856.0,3894.7576635479927,18038784.0 +411.91,30.1299991607666,4613.0,0.01516397949308157,0.1807657927274704,2.0818231105804443,-0.014018315821886063,0.13723105192184448,0.7721875607967377,1102.0,282112.0,3898.3094034020323,18055168.0 +409.75,29.709999084472656,4687.0,0.018924204632639885,0.1843058317899704,2.0772316455841064,-0.010060664266347885,0.15724994242191315,0.7115175724029541,1103.0,282368.0,3901.805537634995,18071552.0 +411.0,29.8700008392334,4734.0,0.014081697911024094,0.1705118864774704,2.072141408920288,-0.0203993059694767,0.06746732443571091,0.858979806303978,1104.0,282624.0,3905.2669228110462,18087936.0 +416.25,30.469999313354492,4971.0,0.0143871596083045,0.1516316682100296,2.0607688426971436,-0.013186320662498474,0.09632918983697891,0.8267271369695663,1105.0,282880.0,3908.5635860119946,18104320.0 +414.3,30.329999923706055,4572.0,0.016301017254590988,0.1675618439912796,2.062962532043457,-0.011681574396789074,0.14558444917201996,0.7549221366643906,1106.0,283136.0,3912.1472581061535,18120704.0 +412.98,30.809999465942383,4796.0,0.011819177307188511,0.1483968049287796,2.084439992904663,-0.016367441043257713,0.08516675978899002,0.8311742097139359,1107.0,283392.0,3915.563654798083,18137088.0 +413.61,30.700000762939453,4716.0,0.015266512520611286,0.1504923552274704,2.060480833053589,-0.0020269386004656553,0.08432862162590027,0.8449262827634811,1108.0,283648.0,3919.037930254126,18153472.0 +413.74,30.8799991607666,4720.0,0.013788196258246899,0.1620686799287796,2.0543391704559326,-0.014862320385873318,0.12749417126178741,0.7781054973602295,1109.0,283904.0,3922.5098828850314,18169856.0 +412.3,30.270000457763672,4693.0,0.014059405773878098,0.1419677734375,2.0536303520202637,-0.011050715111196041,0.11598917841911316,0.798274427652359,1110.0,284160.0,3926.001405681018,18186240.0 +405.69,29.81999969482422,4777.0,0.012728668749332428,0.1351725310087204,2.0541341304779053,-0.012872870080173016,0.15457923710346222,0.7213297784328461,1111.0,284416.0,3929.431726322975,18202624.0 +411.47,30.020000457763672,4774.0,0.012848383747041225,0.1272379606962204,2.0647363662719727,-0.014924991875886917,0.09181320667266846,0.8090313822031021,1112.0,284672.0,3932.8647022331133,18219008.0 +403.77,29.579999923706055,4765.0,0.016688106581568718,0.166748046875,2.035848617553711,-0.00974725279957056,0.1664545089006424,0.686569333076477,1113.0,284928.0,3936.303663937142,18235392.0 +407.77,29.940000534057617,4648.0,0.01606621779501438,0.1617635041475296,2.0452640056610107,-0.016424819827079773,0.07016544044017792,0.8335604667663574,1114.0,285184.0,3939.8290369671304,18251776.0 +412.82,30.34000015258789,4786.0,0.01830190420150757,0.169189453125,2.043639659881592,-0.0068655069917440414,0.12471843510866165,0.7615520060062408,1115.0,285440.0,3943.253316828981,18268160.0 +416.45,30.639999389648438,4759.0,0.015187866985797882,0.1806844025850296,2.0407238006591797,-0.021973317489027977,0.060683611780405045,0.8650613278150558,1116.0,285696.0,3946.6961932519916,18284544.0 +410.48,30.489999771118164,4756.0,0.013734068721532822,0.1700439453125,2.0247390270233154,-0.012838962487876415,0.1447911560535431,0.7430751025676727,1117.0,285952.0,3950.1462923260406,18300928.0 +411.17,30.459999084472656,4640.0,0.018482599407434464,0.1626790314912796,2.029674530029297,-0.014460456557571888,0.10055168718099594,0.7931908220052719,1118.0,286208.0,3953.677381274989,18317312.0 +408.63,30.579999923706055,4851.0,0.010833985172212124,0.12750244140625,2.0313031673431396,-0.014239751733839512,0.09167709946632385,0.8517307192087173,1119.0,286464.0,3957.055223322008,18333696.0 +414.66,30.600000381469727,4887.0,0.008845938369631767,0.092529296875,2.0575504302978516,-0.011054358445107937,0.1553216129541397,0.7760857939720154,1120.0,286720.0,3960.4081685340498,18350080.0 +416.17,30.34000015258789,4614.0,0.010090102441608906,0.11578369140625,2.018094062805176,-0.012845858931541443,0.12071350961923599,0.8041760176420212,1121.0,286976.0,3963.9599888820667,18366464.0 +417.15,30.790000915527344,4664.0,0.013534483499825,0.1441446989774704,2.023573875427246,-0.014635104686021805,0.11498536914587021,0.8186424374580383,1122.0,287232.0,3967.473143381998,18382848.0 +418.08,30.959999084472656,4674.0,0.017382347956299782,0.1853230744600296,2.0216715335845947,-0.010155890136957169,0.11693694442510605,0.8053410351276398,1123.0,287488.0,3970.9791469080374,18399232.0 +412.85,30.75,4653.0,0.013244793750345707,0.1602783203125,1.9995065927505493,-0.012606705538928509,0.16101118922233582,0.7811454087495804,1124.0,287744.0,3974.5011410401203,18415616.0 +405.52,29.81999969482422,4718.0,0.01309365313500166,0.13604736328125,2.0001533031463623,-0.00886152870953083,0.1892821341753006,0.7671124190092087,1125.0,288000.0,3977.9740099161863,18432000.0 +409.06,29.940000534057617,4467.0,0.010829995386302471,0.1247151717543602,1.9973260164260864,-0.01848670281469822,0.09615359455347061,0.8527787625789642,1126.0,288256.0,3981.642849033,18448384.0 +415.36,30.280000686645508,4681.0,0.015306208282709122,0.1661173552274704,2.014702558517456,-0.009676565416157246,0.15412560105323792,0.8263566195964813,1127.0,288512.0,3985.143572168192,18464768.0 +411.12,29.8799991607666,4864.0,0.009343503974378109,0.1059977188706398,2.003251791000366,-0.00920123141258955,0.20410406589508057,0.7338692843914032,1128.0,288768.0,3988.51227233815,18481152.0 +409.42,29.1200008392334,4770.0,0.010401610285043716,0.1040852889418602,2.01153302192688,-0.012384030036628246,0.22478772699832916,0.6870724260807037,1129.0,289024.0,3991.9477345650084,18497536.0 +402.46,28.790000915527344,4697.0,0.010187613777816296,0.1199747696518898,1.9896777868270874,-0.012505562044680119,0.14945794641971588,0.7839632034301758,1130.0,289280.0,3995.436380871106,18513920.0 +403.5,29.110000610351562,4600.0,0.018075086176395416,0.1646931916475296,2.011489152908325,-0.01138289924710989,0.16528992354869843,0.702974408864975,1131.0,289536.0,3998.99879796803,18530304.0 +410.79,30.020000457763672,4830.0,0.020130835473537445,0.1998291015625,2.023643970489502,-0.010760094970464706,0.16065092384815216,0.7402878403663635,1132.0,289792.0,4002.391052665189,18546688.0 +409.38,30.1299991607666,4755.0,0.014382337220013142,0.1650187224149704,2.024667978286743,-0.008806334808468819,0.13436158001422882,0.74967822432518,1133.0,290048.0,4005.8368931249715,18563072.0 +412.11,30.56999969482422,4698.0,0.014140281826257706,0.1735636442899704,2.033414125442505,-0.012426331639289856,0.10819476842880249,0.757876381278038,1134.0,290304.0,4009.3246269621886,18579456.0 +405.8,29.799999237060547,4937.0,0.018083928152918816,0.1736653596162796,2.020824670791626,-0.01289375964552164,0.18806524574756622,0.7263606488704681,1135.0,290560.0,4012.643827953143,18595840.0 +387.82,28.31999969482422,4907.0,0.015380296856164932,0.149169921875,2.033569812774658,-0.010874477215111256,0.2652246057987213,0.6522985100746155,1136.0,290816.0,4015.983595960075,18612224.0 +394.67,29.15999984741211,4754.0,0.01342580933123827,0.14990234375,2.0456762313842773,-0.013295971788465977,0.13403643667697906,0.7447510063648224,1137.0,291072.0,4019.4305295131635,18628608.0 +399.79,29.18000030517578,4701.0,0.015748729929327965,0.14892578125,2.058476686477661,-0.009450471960008144,0.3273116648197174,0.6077242493629456,1138.0,291328.0,4022.916384480195,18644992.0 +402.03,29.65999984741211,4795.0,0.01180056482553482,0.1376749724149704,2.059473991394043,-0.01785236783325672,0.07667731493711472,0.8409292101860046,1139.0,291584.0,4026.3338968791068,18661376.0 +408.19,30.190000534057617,4516.0,0.016192177310585976,0.1678263396024704,2.0504024028778076,-0.01286037266254425,0.153482586145401,0.7462777197360992,1140.0,291840.0,4029.9622549801134,18677760.0 +404.32,29.959999084472656,4589.0,0.017613420262932777,0.1749470978975296,2.0364623069763184,-0.00976097397506237,0.17126061022281647,0.7351420521736145,1141.0,292096.0,4033.533186289016,18694144.0 +405.15,30.15999984741211,4728.0,0.013690788298845291,0.1499430388212204,2.0514819622039795,-0.01312204822897911,0.1582961529493332,0.7371695339679718,1142.0,292352.0,4036.9987338660285,18710528.0 +398.87,28.899999618530273,4658.0,0.012104657478630543,0.1345418244600296,2.066478967666626,-0.010599947534501553,0.31444188952445984,0.6113718748092651,1143.0,292608.0,4040.5169865500648,18726912.0 +387.98,27.290000915527344,4606.0,0.011882429011166096,0.1461385041475296,2.0622105598449707,-0.012282396666705608,0.2589021325111389,0.6664327681064606,1144.0,292864.0,4044.0741199401673,18743296.0 +395.32,28.989999771118164,4798.0,0.01084160152822733,0.12994384765625,2.0866596698760986,-0.012714706361293793,0.17199446260929108,0.7566708475351334,1145.0,293120.0,4047.4891451899894,18759680.0 +394.5,28.969999313354492,4711.0,0.010845988988876343,0.1091512069106102,2.0864245891571045,-0.008920637890696526,0.27918416261672974,0.6488492786884308,1146.0,293376.0,4050.9675964221824,18776064.0 +395.53,28.899999618530273,4740.0,0.010546651668846607,0.12603759765625,2.076657772064209,-0.014749552123248577,0.15742017328739166,0.785990297794342,1147.0,293632.0,4054.425101847155,18792448.0 +406.05,29.690000534057617,4782.0,0.013991221785545349,0.1538492888212204,2.0934600830078125,-0.014758712612092495,0.1277894824743271,0.7703049331903458,1148.0,293888.0,4057.85152910999,18808832.0 +408.87,30.25,4926.0,0.009226487018167973,0.1111857071518898,2.1107337474823,-0.010057528503239155,0.18335044384002686,0.7217270731925964,1149.0,294144.0,4061.178469156148,18825216.0 +403.88,29.700000762939453,4807.0,0.012899071909487247,0.1549479216337204,2.097654104232788,-0.012084177695214748,0.20311956107616425,0.7458129525184631,1150.0,294400.0,4064.5874889141414,18841600.0 +397.82,28.139999389648438,4854.0,0.011526894755661488,0.1259969025850296,2.1113555431365967,-0.012433424592018127,0.2736453413963318,0.7126306593418121,1151.0,294656.0,4067.963462571148,18857984.0 +398.34,27.90999984741211,4742.0,0.008566329255700111,0.10040283203125,2.0957629680633545,-0.007996940053999424,0.28013649582862854,0.6657999753952026,1152.0,294912.0,4071.420550720999,18874368.0 +401.49,29.030000686645508,4715.0,0.010506793856620789,0.12255859375,2.103423595428467,-0.012444719672203064,0.12458464503288269,0.7998923808336258,1153.0,295168.0,4074.896048035007,18890752.0 +407.04,29.170000076293945,4815.0,0.009559699334204197,0.11651611328125,2.097360372543335,-0.011093034408986568,0.22976969182491302,0.7411176860332489,1154.0,295424.0,4078.2992241689935,18907136.0 +399.15,28.100000381469727,4786.0,0.012762683443725109,0.1282145231962204,2.103865385055542,-0.013338468968868256,0.2658711373806,0.6847901940345764,1155.0,295680.0,4081.723036610987,18923520.0 +396.27,27.579999923706055,4764.0,0.012324263341724873,0.1480712890625,2.1326324939727783,-0.00932442769408226,0.21031634509563446,0.6550534963607788,1156.0,295936.0,4085.1625356290024,18939904.0 +393.94,27.6299991607666,4969.0,0.011755161918699741,0.1400146484375,2.1030147075653076,-0.009249844588339329,0.3046189248561859,0.6419994533061981,1157.0,296192.0,4088.4601946070325,18956288.0 +401.11,28.31999969482422,4864.0,0.01179832499474287,0.1490275114774704,2.0918772220611572,-0.018581433221697807,0.0754026398062706,0.8363027423620224,1158.0,296448.0,4091.828653076198,18972672.0 +404.59,28.8700008392334,4917.0,0.015176725573837757,0.1468098908662796,2.113435745239258,-0.011558216996490955,0.18754349648952484,0.7234487235546112,1159.0,296704.0,4095.1610729519743,18989056.0 +414.29,29.93000030517578,4776.0,0.012629707343876362,0.1576131135225296,2.0907227993011475,-0.016093146055936813,0.07875707745552063,0.8230425119400024,1160.0,296960.0,4098.591919035185,19005440.0 +415.37,30.190000534057617,4635.0,0.016462842002511024,0.1811726838350296,2.0710415840148926,-0.013996358029544353,0.12898676097393036,0.7483186423778534,1161.0,297216.0,4102.127156258095,19021824.0 +414.03,30.510000228881836,4721.0,0.01630842499434948,0.1695149689912796,2.091783046722412,-0.014810268767178059,0.08963143825531006,0.8233911097049713,1162.0,297472.0,4105.597760138102,19038208.0 +413.96,30.59000015258789,4704.0,0.012614312581717968,0.15582275390625,2.0880484580993652,-0.013216954655945301,0.1402069479227066,0.7599502056837082,1163.0,297728.0,4109.081231344026,19054592.0 +409.09,29.790000915527344,4918.0,0.017317060381174088,0.1626790314912796,2.09087872505188,-0.008839597925543785,0.17647391557693481,0.7087852656841278,1164.0,297984.0,4112.413664927008,19070976.0 +403.57,28.700000762939453,4984.0,0.012553666718304157,0.1305745393037796,2.063648223876953,-0.008929695002734661,0.2335042953491211,0.6407060921192169,1165.0,298240.0,4115.701211889042,19087360.0 +409.67,28.709999084472656,5022.0,0.02274053543806076,0.18487548828125,2.055337905883789,-0.010768257081508636,0.14280427992343903,0.7445562779903412,1166.0,298496.0,4118.9643462901,19103744.0 +413.52,29.610000610351562,4945.0,0.013244200497865677,0.1621907502412796,2.077216386795044,-0.016823669895529747,0.08984282612800598,0.7924134433269501,1167.0,298752.0,4122.278436704073,19120128.0 +412.3,30.459999084472656,4982.0,0.017513684928417206,0.1883137971162796,2.0999324321746826,-0.01359053235501051,0.11791568249464035,0.7692737281322479,1168.0,299008.0,4125.567468325142,19136512.0 +410.19,30.100000381469727,4913.0,0.012934938073158264,0.1433512419462204,2.088080644607544,-0.00926100555807352,0.15799668431282043,0.7275550961494446,1169.0,299264.0,4128.902818073984,19152896.0 +405.21,29.479999542236328,4854.0,0.010648629628121853,0.1139729842543602,2.092599391937256,-0.013187647797167301,0.13794638216495514,0.7753345221281052,1170.0,299520.0,4132.278697180096,19169280.0 +404.54,28.68000030517578,4805.0,0.012596788816154003,0.1349080353975296,2.105442762374878,-0.011160627007484436,0.16249512135982513,0.7353276312351227,1171.0,299776.0,4135.68848739611,19185664.0 +400.92,28.530000686645508,4570.0,0.015064532868564129,0.1759440153837204,2.1122186183929443,-0.017564617097377777,0.09680672734975815,0.8220770806074142,1172.0,300032.0,4139.273984697182,19202048.0 +408.78,29.299999237060547,4595.0,0.018681898713111877,0.1925048828125,2.0909039974212646,-0.010770545341074467,0.15549950301647186,0.727413684129715,1173.0,300288.0,4142.840023485012,19218432.0 +408.41,29.719999313354492,4799.0,0.01360571663826704,0.15911865234375,2.067420482635498,-0.011796957813203335,0.14309464395046234,0.74495729804039,1174.0,300544.0,4146.254769813037,19234816.0 +408.6,29.979999542236328,4919.0,0.015747232362627983,0.16802978515625,2.1019396781921387,-0.012035536579787731,0.15172426402568817,0.6940560638904572,1175.0,300800.0,4149.5856845420785,19251200.0 +409.38,29.43000030517578,4938.0,0.013667792081832886,0.16558837890625,2.0975427627563477,-0.014101345092058182,0.16593696177005768,0.737284928560257,1176.0,301056.0,4152.903788062045,19267584.0 +408.28,29.360000610351562,4930.0,0.015763072296977043,0.1623128205537796,2.09385085105896,-0.0146934250369668,0.11274844408035278,0.7825831174850464,1177.0,301312.0,4156.227633902105,19283968.0 +412.67,29.65999984741211,4711.0,0.01477503776550293,0.1653238981962204,2.0789434909820557,-0.013235952705144882,0.2070026397705078,0.687317430973053,1178.0,301568.0,4159.705528354039,19300352.0 +412.02,29.790000915527344,4708.0,0.013469521887600422,0.1472981721162796,2.066296100616455,-0.014431890100240707,0.14971408247947693,0.7347872853279114,1179.0,301824.0,4163.186158918077,19316736.0 +413.74,29.780000686645508,4752.0,0.014505920000374317,0.1578165739774704,2.047593116760254,-0.02097698487341404,0.06715822964906693,0.845914214849472,1180.0,302080.0,4166.634587699082,19333120.0 +413.51,30.1299991607666,4689.0,0.014308403246104717,0.15484619140625,2.054468870162964,-0.014071346260607243,0.1429089456796646,0.7575854510068893,1181.0,302336.0,4170.129053423181,19349504.0 +409.34,29.75,5002.0,0.01683277077972889,0.1820271760225296,2.0411510467529297,-0.008302857168018818,0.2791484296321869,0.6112600266933441,1182.0,302592.0,4173.405108439969,19365888.0 +400.75,28.540000915527344,4968.0,0.01765802688896656,0.1654052734375,2.0600287914276123,-0.0110364630818367,0.2749766409397125,0.5649712383747101,1183.0,302848.0,4176.703748997999,19382272.0 +401.78,29.299999237060547,4864.0,0.016223812475800514,0.1477457731962204,2.0590217113494873,-0.017534343525767326,0.11638722568750381,0.7692035883665085,1184.0,303104.0,4180.0724722521845,19398656.0 +408.73,29.959999084472656,4730.0,0.016140654683113098,0.1894327849149704,2.064812183380127,-0.01600656472146511,0.13724160194396973,0.7688814401626587,1185.0,303360.0,4183.53671174706,19415040.0 +410.33,30.18000030517578,4615.0,0.015409809537231922,0.1760457307100296,2.055218458175659,-0.01698261685669422,0.12838320434093475,0.789679080247879,1186.0,303616.0,4187.087500229012,19431424.0 +401.28,29.829999923706055,4823.0,0.011357775889337063,0.1361897736787796,2.0364716053009033,-0.011822391301393509,0.2844095528125763,0.6362848877906799,1187.0,303872.0,4190.484896220034,19447808.0 +398.84,29.239999771118164,4843.0,0.012625516392290592,0.1462198942899704,2.0615413188934326,-0.017277227714657784,0.10068446397781372,0.8113849461078644,1188.0,304128.0,4193.86858015717,19464192.0 +409.81,29.889999389648438,4779.0,0.014294193126261234,0.1730753630399704,2.0437400341033936,-0.01695353351533413,0.10733464360237122,0.8068021684885025,1189.0,304384.0,4197.297508506104,19480576.0 +413.99,30.31999969482422,4676.0,0.010272892192006111,0.1298624724149704,2.0764105319976807,-0.010583139955997467,0.20057044923305511,0.6985027492046356,1190.0,304640.0,4200.801647599088,19496960.0 +411.49,29.809999465942383,4547.0,0.015510422177612782,0.1526896208524704,2.0616729259490967,-0.01086319237947464,0.18269741535186768,0.7087225914001465,1191.0,304896.0,4204.405669013038,19513344.0 +412.09,29.760000228881836,4659.0,0.013329275883734226,0.1470947265625,2.0586163997650146,-0.017116816714406013,0.10959794372320175,0.8173515200614929,1192.0,305152.0,4207.92257737508,19529728.0 +416.28,30.56999969482422,4630.0,0.015002012252807617,0.1728108674287796,2.0568840503692627,-0.016815954819321632,0.0928865298628807,0.8308608829975128,1193.0,305408.0,4211.461722434033,19546112.0 +412.4,30.549999237060547,4829.0,0.013762015849351883,0.1397298127412796,2.027926445007324,-0.009301048703491688,0.16575564444065094,0.7430963814258575,1194.0,305664.0,4214.855418496067,19562496.0 +408.83,29.979999542236328,4600.0,0.009497088380157948,0.0983072891831398,2.070106267929077,-0.014667569659650326,0.12591229379177094,0.7920711040496826,1195.0,305920.0,4218.417631735094,19578880.0 +405.08,29.43000030517578,4810.0,0.017777355387806892,0.1576741486787796,2.048190116882324,-0.01284888293594122,0.14508628845214844,0.7661170810461044,1196.0,306176.0,4221.825258719036,19595264.0 +406.45,29.530000686645508,4793.0,0.01142303179949522,0.1328125,2.0498359203338623,-0.012845939956605434,0.16297520697116852,0.7324345707893372,1197.0,306432.0,4225.2442209001165,19611648.0 +412.8,30.459999084472656,4766.0,0.015695590525865555,0.1846110075712204,2.0298850536346436,-0.01856745034456253,0.1142430379986763,0.8091654032468796,1198.0,306688.0,4228.68245910597,19628032.0 +402.62,29.6200008392334,4969.0,0.010616744868457317,0.1297810822725296,2.0675084590911865,-0.011692870408296585,0.20396161079406738,0.7401291728019714,1199.0,306944.0,4231.9802893011365,19644416.0 +404.92,29.559999465942383,4842.0,0.014281737618148327,0.1246337890625,2.0950663089752197,-0.014865665696561337,0.1184532567858696,0.783242329955101,1200.0,307200.0,4235.364846842131,19660800.0 +404.09,29.559999465942383,4804.0,0.016619736328721046,0.1795857697725296,2.080704927444458,-0.01590781845152378,0.1190791204571724,0.7854589968919754,1201.0,307456.0,4238.775621223031,19677184.0 +400.82,28.350000381469727,4666.0,0.014086657203733921,0.15838623046875,2.0823352336883545,-0.011382107622921467,0.2951394319534302,0.5811747014522552,1202.0,307712.0,4242.287055385066,19693568.0 +402.11,28.649999618530273,4754.0,0.014607127755880356,0.1876627653837204,2.0849878787994385,-0.021933376789093018,0.07515361160039902,0.8419013917446136,1203.0,307968.0,4245.7342095891945,19709952.0 +403.38,28.280000686645508,4647.0,0.01412166003137827,0.1627604216337204,2.0892393589019775,-0.00869203545153141,0.3565753996372223,0.5798018872737885,1204.0,308224.0,4249.26052080607,19726336.0 +398.99,28.3700008392334,4671.0,0.017156992107629776,0.1716715544462204,2.06943678855896,-0.013625454157590866,0.13368229568004608,0.7568443864583969,1205.0,308480.0,4252.768406247022,19742720.0 +396.21,28.510000228881836,4835.0,0.021472012624144554,0.1869099885225296,2.066343069076538,-0.013517233543097973,0.17671501636505127,0.7406140863895416,1206.0,308736.0,4256.157265013084,19759104.0 +401.5,28.670000076293945,4827.0,0.011117259971797466,0.11932373046875,2.0816164016723633,-0.01252372283488512,0.2191230207681656,0.69819375872612,1207.0,308992.0,4259.551799052162,19775488.0 +408.15,28.56999969482422,4889.0,0.013409447856247425,0.1697184294462204,2.063086748123169,-0.019442392513155937,0.08451208472251892,0.8289564549922943,1208.0,309248.0,4262.906287254067,19791872.0 +406.58,28.639999389648438,4832.0,0.018434470519423485,0.1899007111787796,2.048443555831909,-0.011019024066627026,0.2513327896595001,0.6388339400291443,1209.0,309504.0,4266.297526525101,19808256.0 +401.39,28.350000381469727,4909.0,0.015424668788909912,0.15740966796875,2.047229051589966,-0.014504853636026382,0.1765526384115219,0.7294464707374573,1210.0,309760.0,4269.635178560158,19824640.0 +404.93,29.010000228881836,4967.0,0.011156643740832806,0.13189697265625,2.048882246017456,-0.0160833727568388,0.09188276529312134,0.8393512964248657,1211.0,310016.0,4272.933864555089,19841024.0 +416.33,29.969999313354492,5057.0,0.016986500471830368,0.1773478239774704,2.0398130416870117,-0.010962736792862415,0.13950838148593903,0.7459684610366821,1212.0,310272.0,4276.174056264106,19857408.0 +410.7,30.030000686645508,4949.0,0.016961051151156425,0.1862996369600296,2.044677257537842,-0.012483428232371807,0.1639823168516159,0.7115606963634491,1213.0,310528.0,4279.484738114057,19873792.0 +411.25,30.420000076293945,4645.0,0.014750911854207516,0.1737874299287796,2.020296096801758,-0.016910647973418236,0.128325417637825,0.7611769437789917,1214.0,310784.0,4283.0121167751495,19890176.0 +411.89,30.31999969482422,4726.0,0.019427305087447166,0.1988932341337204,2.037255048751831,-0.010045701637864113,0.21956783533096313,0.6196050345897675,1215.0,311040.0,4286.479582176078,19906560.0 +406.5,29.729999542236328,4908.0,0.013228519819676876,0.1355997771024704,2.0891635417938232,-0.008950802497565746,0.18967334926128387,0.6631743013858795,1216.0,311296.0,4289.818584133172,19922944.0 +407.01,28.739999771118164,4746.0,0.014604554511606693,0.15447998046875,2.0409085750579834,-0.017390454187989235,0.11138316243886948,0.78301802277565,1217.0,311552.0,4293.271605024114,19939328.0 +406.15,29.600000381469727,4883.0,0.013847063295543194,0.16497802734375,2.063359498977661,-0.011218823492527008,0.16506604850292206,0.7074374258518219,1218.0,311808.0,4296.627653138014,19955712.0 +399.45,28.780000686645508,4703.0,0.01717948354780674,0.1727294921875,2.053192615509033,-0.01259546261280775,0.25721147656440735,0.6108235716819763,1219.0,312064.0,4300.111523434054,19972096.0 +402.45,28.65999984741211,4878.0,0.010245180688798428,0.1264241486787796,2.0430006980895996,-0.01004988607019186,0.21536783874034882,0.6516407430171967,1220.0,312320.0,4303.470823914977,19988480.0 +392.2,27.389999389648438,4814.0,0.01246253028512001,0.1363321989774704,2.0590739250183105,-0.013541136868298054,0.2693767547607422,0.6214974522590637,1221.0,312576.0,4306.874409229029,20004864.0 +401.54,29.190000534057617,4719.0,0.016449997201561928,0.1748250275850296,2.048976182937622,-0.015267997980117798,0.1422884613275528,0.7404157221317291,1222.0,312832.0,4310.346943106037,20021248.0 +400.15,28.8700008392334,4873.0,0.013194075785577297,0.1646525114774704,2.063284158706665,-0.015277273021638393,0.2010120302438736,0.7009972035884857,1223.0,313088.0,4313.709739037091,20037632.0 +394.33,28.510000228881836,5001.0,0.014204815961420536,0.17236328125,2.0557165145874023,-0.011055835522711277,0.23705197870731354,0.6063866913318634,1224.0,313344.0,4316.986248739995,20054016.0 +400.77,29.110000610351562,4871.0,0.018024416640400887,0.1939900666475296,2.050276517868042,-0.010903633199632168,0.1709050089120865,0.7182466089725494,1225.0,313600.0,4320.350129958009,20070400.0 +400.02,29.09000015258789,4882.0,0.014455663971602917,0.1746012419462204,2.076845169067383,-0.013123505748808384,0.19691769778728485,0.700557142496109,1226.0,313856.0,4323.706352154026,20086784.0 +403.66,29.350000381469727,4870.0,0.0175007451325655,0.17138671875,2.053917646408081,-0.014084392227232456,0.14644695818424225,0.721567302942276,1227.0,314112.0,4327.0713171269745,20103168.0 +406.98,29.100000381469727,4925.0,0.010994796641170979,0.1400349885225296,2.05232572555542,-0.012466464191675186,0.13189254701137543,0.8144453018903732,1228.0,314368.0,4330.3983544381335,20119552.0 +408.14,28.989999771118164,4654.0,0.01473288331180811,0.1634724885225296,2.023550271987915,-0.018628576770424843,0.10816347599029541,0.8005211651325226,1229.0,314624.0,4333.918850866146,20135936.0 +409.38,29.31999969482422,4827.0,0.017239244654774666,0.17547607421875,2.053171396255493,-0.013048422522842884,0.1228562593460083,0.7703850865364075,1230.0,314880.0,4337.313754870091,20152320.0 +407.82,29.31999969482422,4717.0,0.014505046419799328,0.1617024689912796,2.025272846221924,-0.015081101097166538,0.12726472318172455,0.7899107486009598,1231.0,315136.0,4340.787403892027,20168704.0 +402.85,28.270000457763672,4701.0,0.016993645578622818,0.1596883088350296,2.0481183528900146,-0.012509883381426334,0.21555034816265106,0.6634507775306702,1232.0,315392.0,4344.272991641192,20185088.0 +409.12,28.90999984741211,4792.0,0.015107996761798859,0.1751302033662796,2.048112154006958,-0.013927165418863297,0.1429172307252884,0.7508896887302399,1233.0,315648.0,4347.69268859108,20201472.0 +407.55,28.719999313354492,4688.0,0.013378310948610306,0.15673828125,2.0698089599609375,-0.014678548090159893,0.1411871463060379,0.7345266342163086,1234.0,315904.0,4351.18779004598,20217856.0 +412.13,29.43000030517578,4836.0,0.013377808965742588,0.1619466096162796,2.0484976768493652,-0.016364773735404015,0.11233314871788025,0.772282749414444,1235.0,316160.0,4354.576321839122,20234240.0 +416.43,30.190000534057617,4834.0,0.014894668944180012,0.16510009765625,2.0399672985076904,-0.01326875388622284,0.09758656471967697,0.8021439611911774,1236.0,316416.0,4357.965999706183,20250624.0 +413.07,29.860000610351562,4566.0,0.016946839168667793,0.1776123046875,2.067945718765259,-0.01445913314819336,0.13411420583724976,0.7393830120563507,1237.0,316672.0,4361.554775082041,20267008.0 +408.33,29.170000076293945,4597.0,0.01498813834041357,0.17498779296875,2.035289764404297,-0.013082151301205158,0.18854252994060516,0.7497212290763855,1238.0,316928.0,4365.119382543024,20283392.0 +394.42,27.219999313354492,4550.0,0.013889573514461517,0.1465657502412796,2.02459979057312,-0.012599445879459381,0.2355138063430786,0.6688907146453857,1239.0,317184.0,4368.720437926007,20299776.0 +401.37,28.350000381469727,4714.0,0.011460886336863041,0.1350504606962204,2.028798818588257,-0.01432828139513731,0.11965295672416687,0.7910778522491455,1240.0,317440.0,4372.1968043660745,20316160.0 +402.79,28.18000030517578,4575.0,0.011249086819589138,0.13238525390625,2.0597193241119385,-0.011970152147114277,0.21786566078662872,0.6803920865058899,1241.0,317696.0,4375.778564216103,20332544.0 +411.22,28.510000228881836,4686.0,0.008481405675411224,0.09747314453125,2.0334651470184326,-0.013342122547328472,0.1728346198797226,0.7468782365322113,1242.0,317952.0,4379.275357083185,20348928.0 +410.69,28.1200008392334,4634.0,0.010473265312612057,0.11688232421875,2.0408425331115723,-0.014266785234212875,0.1613215059041977,0.747631311416626,1243.0,318208.0,4382.811002613977,20365312.0 +408.02,28.510000228881836,4710.0,0.011743065901100636,0.1309407502412796,2.032249927520752,-0.010775082744657993,0.19158317148685455,0.6858613789081573,1244.0,318464.0,4386.28988736216,20381696.0 +405.3,28.190000534057617,4748.0,0.013132535852491856,0.1461995393037796,2.05521559715271,-0.012950875796377659,0.12854927778244019,0.785174235701561,1245.0,318720.0,4389.740689766128,20398080.0 +406.58,28.68000030517578,4773.0,0.013899222016334534,0.1740926057100296,2.0540101528167725,-0.016314195469021797,0.08023116737604141,0.8305743038654327,1246.0,318976.0,4393.173710501054,20414464.0 +405.58,29.079999923706055,4993.0,0.013254295103251934,0.1413167268037796,2.036195755004883,-0.014242779463529587,0.22341865301132202,0.686082512140274,1247.0,319232.0,4396.455393170007,20430848.0 +387.65,28.170000076293945,4965.0,0.012212999165058136,0.1393025666475296,2.063642740249634,-0.0107261436060071,0.2963075041770935,0.5494507253170013,1248.0,319488.0,4399.755898972973,20447232.0 +388.55,28.25,4885.0,0.012026693671941757,0.1208699569106102,2.0620503425598145,-0.015028819441795349,0.1470833718776703,0.7206245362758636,1249.0,319744.0,4403.110125220148,20463616.0 +402.95,29.34000015258789,4663.0,0.014826004393398762,0.1576945036649704,2.065690755844116,-0.014502487145364285,0.1027294397354126,0.7911969721317291,1250.0,320000.0,4406.62440738501,20480000.0 +409.29,30.06999969482422,4988.0,0.014332611113786697,0.1496988981962204,2.0533640384674072,-0.013002247549593449,0.22908855974674225,0.6891092658042908,1251.0,320256.0,4409.909757681191,20496384.0 +403.07,29.729999542236328,4910.0,0.014128569513559341,0.1665446013212204,2.064976215362549,-0.015282240696251392,0.16205942630767822,0.7232508957386017,1252.0,320512.0,4413.247152097989,20512768.0 +402.27,29.31999969482422,4910.0,0.014001615345478058,0.16094970703125,2.040454149246216,-0.01626584678888321,0.1583588570356369,0.7903512269258499,1253.0,320768.0,4416.584070599172,20529152.0 +412.36,29.709999084472656,4786.0,0.014583293348550797,0.1533610075712204,2.0289652347564697,-0.01659846119582653,0.10229562968015671,0.7976300567388535,1254.0,321024.0,4420.008125321008,20545536.0 +413.48,30.360000610351562,4883.0,0.015720045194029808,0.18475341796875,2.03503155708313,-0.017291704192757607,0.1171150878071785,0.7783357501029968,1255.0,321280.0,4423.363977906993,20561920.0 +410.97,30.770000457763672,4756.0,0.013857032172381878,0.1640218049287796,2.0478599071502686,-0.01769147627055645,0.12615834176540375,0.8018362075090408,1256.0,321536.0,4426.809134836076,20578304.0 +404.61,30.420000076293945,4755.0,0.013718981295824051,0.1682332307100296,2.02813982963562,-0.012776783667504787,0.19243110716342926,0.66522616147995,1257.0,321792.0,4430.255580070196,20594688.0 +398.81,29.40999984741211,4854.0,0.016430238261818886,0.1783854216337204,2.063387155532837,-0.011588375084102154,0.21587789058685303,0.6853915154933929,1258.0,322048.0,4433.631632323144,20611072.0 +399.9,28.959999084472656,4861.0,0.012809954583644867,0.14208984375,2.0586161613464355,-0.015305678360164165,0.1715790033340454,0.7496412098407745,1259.0,322304.0,4437.002638100181,20627456.0 +407.87,29.34000015258789,4690.0,0.013722066767513752,0.16015625,2.065448760986328,-0.01724768988788128,0.12856467068195343,0.7755199074745178,1260.0,322560.0,4440.496065410087,20643840.0 +412.07,30.15999984741211,4733.0,0.01724395342171192,0.1932169646024704,2.060736894607544,-0.015631457790732384,0.113772451877594,0.7676226496696472,1261.0,322816.0,4443.958507803036,20660224.0 +411.48,29.489999771118164,4752.0,0.012704070657491684,0.1433512419462204,2.05863881111145,-0.010301430709660053,0.18090611696243286,0.7325459420681,1262.0,323072.0,4447.406591248,20676608.0 +403.97,28.93000030517578,4728.0,0.011449631303548813,0.1404622346162796,2.0649383068084717,-0.012448109686374664,0.14618836343288422,0.7779699862003326,1263.0,323328.0,4450.872507771011,20692992.0 +410.06,29.969999313354492,4696.0,0.01422459352761507,0.16339111328125,2.0803983211517334,-0.016636719927191734,0.08729562163352966,0.8107941746711731,1264.0,323584.0,4454.362391790142,20709376.0 +403.1,28.75,4812.0,0.012136749923229218,0.1406656950712204,2.0715367794036865,-0.013619620352983475,0.31041213870048523,0.6809607148170471,1265.0,323840.0,4457.767666120082,20725760.0 +396.69,27.920000076293945,4795.0,0.01156472135335207,0.1318155974149704,2.0545315742492676,-0.013215647079050541,0.19671569764614105,0.7376331090927124,1266.0,324096.0,4461.189284260152,20742144.0 +380.01,26.31999969482422,4743.0,0.015573624521493912,0.1648152619600296,2.066033363342285,-0.012789909727871418,0.32713350653648376,0.6354394853115082,1267.0,324352.0,4464.644273502985,20758528.0 +388.73,27.93000030517578,4754.0,0.012444051913917065,0.1419474333524704,2.0710437297821045,-0.013519059866666794,0.13392595946788788,0.7368877232074738,1268.0,324608.0,4468.091144758044,20774912.0 +401.8,29.020000457763672,4777.0,0.01710011437535286,0.1593017578125,2.061514139175415,-0.011230153031647205,0.19613510370254517,0.7051587104797363,1269.0,324864.0,4471.521543208044,20791296.0 +404.52,28.6299991607666,4786.0,0.007713915314525366,0.08807373046875,2.0857748985290527,-0.0095716193318367,0.24411940574645996,0.6881686449050903,1270.0,325120.0,4474.94541214616,20807680.0 +404.28,28.530000686645508,4721.0,0.010833363980054855,0.1127522811293602,2.0819005966186523,-0.013815660960972309,0.1147078275680542,0.7974006235599518,1271.0,325376.0,4478.416559014004,20824064.0 +410.5,29.75,4770.0,0.01962454617023468,0.1819864958524704,2.0693819522857666,-0.016010580584406853,0.1055656373500824,0.7904235869646072,1272.0,325632.0,4481.851462556981,20840448.0 +408.69,30.59000015258789,4693.0,0.01401666272431612,0.156005859375,2.089167833328247,-0.013592121191322803,0.16702736914157867,0.7009893357753754,1273.0,325888.0,4485.343120145146,20856832.0 +404.68,30.459999084472656,4642.0,0.013003971427679062,0.150390625,2.089285373687744,-0.011994201689958572,0.2038925439119339,0.6413716375827789,1274.0,326144.0,4488.87294449308,20873216.0 +407.96,30.290000915527344,4624.0,0.012881140224635601,0.136962890625,2.0770490169525146,-0.010540259070694447,0.15131796896457672,0.7532901018857956,1275.0,326400.0,4492.417158156168,20889600.0 +408.65,29.979999542236328,4808.0,0.019293388351798058,0.2095540314912796,2.087618112564087,-0.009552101604640484,0.14322780072689056,0.7562482208013535,1276.0,326656.0,4495.824877505191,20905984.0 +406.89,29.670000076293945,4853.0,0.016149844974279404,0.1613566130399704,2.0985753536224365,-0.014232936315238476,0.11659423261880875,0.7718769758939743,1277.0,326912.0,4499.201362382155,20922368.0 +402.21,29.34000015258789,4621.0,0.01802046038210392,0.1734822541475296,2.0727715492248535,-0.01281074807047844,0.18741118907928467,0.7172282338142395,1278.0,327168.0,4502.747577870032,20938752.0 +401.51,28.8700008392334,4738.0,0.010737549513578415,0.1266682893037796,2.072817802429199,-0.012528874911367893,0.24841611087322235,0.6613569259643555,1279.0,327424.0,4506.205908819102,20955136.0 +401.34,28.40999984741211,4803.0,0.008466712199151516,0.0968017578125,2.088894844055176,-0.01230619102716446,0.2754363417625427,0.6786443591117859,1280.0,327680.0,4509.61786089302,20971520.0 +389.12,27.18000030517578,4862.0,0.01161133497953415,0.1288655549287796,2.0941455364227295,-0.012766911648213863,0.2863914966583252,0.6163106262683868,1281.0,327936.0,4512.988060865086,20987904.0 +387.24,27.1200008392334,4638.0,0.013986951671540737,0.1491292268037796,2.115954875946045,-0.011272196657955647,0.18476881086826324,0.7085196375846863,1282.0,328192.0,4516.520815245109,21004288.0 +397.22,28.049999237060547,4818.0,0.011673592031002045,0.1391804963350296,2.075770378112793,-0.01475527137517929,0.14330455660820007,0.7892269194126129,1283.0,328448.0,4519.921558322152,21020672.0 +409.5,29.280000686645508,4852.0,0.013647393323481083,0.1463419646024704,2.0721652507781982,-0.01619686745107174,0.12461203336715698,0.8053018152713776,1284.0,328704.0,4523.298626881093,21037056.0 +405.45,29.40999984741211,4668.0,0.013545363210141659,0.1603190153837204,2.0629847049713135,-0.01221392396837473,0.1670471429824829,0.7954745292663574,1285.0,328960.0,4526.808808552101,21053440.0 +406.11,29.93000030517578,4766.0,0.011640018783509731,0.1434733122587204,2.082197427749634,-0.014166519045829773,0.1430833786725998,0.7660632729530334,1286.0,329216.0,4530.246751116123,21069824.0 +401.6,29.43000030517578,4851.0,0.009696978144347668,0.1227620467543602,2.065438985824585,-0.011594166047871113,0.22566241025924683,0.7542930245399475,1287.0,329472.0,4533.625270730117,21086208.0 +407.25,29.889999389648438,4633.0,0.012710903771221638,0.1336669921875,2.05065655708313,-0.012758247554302216,0.16426528990268707,0.806945338845253,1288.0,329728.0,4537.16201959108,21102592.0 +399.82,29.200000762939453,4783.0,0.013940561562776566,0.1508992463350296,2.0619683265686035,-0.011021959595382214,0.22657282650470734,0.7302179038524628,1289.0,329984.0,4540.587667959975,21118976.0 +399.28,29.170000076293945,4527.0,0.011529207229614258,0.1340128630399704,2.0715959072113037,-0.009097672067582607,0.18114857375621796,0.7627516537904739,1290.0,330240.0,4544.207018102054,21135360.0 +405.49,30.190000534057617,4539.0,0.011685221455991268,0.14678955078125,2.0848348140716553,-0.01779465563595295,0.09186806529760361,0.850383847951889,1291.0,330496.0,4547.816781257978,21151744.0 +402.56,28.899999618530273,4782.0,0.007315746042877436,0.086669921875,2.111809015274048,-0.009021901525557041,0.30225086212158203,0.6406604051589966,1292.0,330752.0,4551.243199605029,21168128.0 +406.42,28.729999542236328,4841.0,0.013423878699541092,0.1529744416475296,2.104965925216675,-0.016384050250053406,0.12194770574569702,0.8224264979362488,1293.0,331008.0,4554.628143409034,21184512.0 +406.17,28.010000228881836,4801.0,0.014062579721212387,0.1617431640625,2.1171762943267822,-0.01752256043255329,0.11161185055971146,0.8230301290750504,1294.0,331264.0,4558.041470612166,21200896.0 +409.52,28.8700008392334,4638.0,0.0189947709441185,0.1685384064912796,2.10369610786438,-0.010225593112409115,0.23422838747501373,0.7520231455564499,1295.0,331520.0,4561.574410756119,21217280.0 +397.48,27.639999389648438,4815.0,0.010642868466675282,0.1207275390625,2.109452962875366,-0.009973211213946342,0.2692030370235443,0.6760111153125763,1296.0,331776.0,4564.977847405011,21233664.0 +399.12,27.81999969482422,4771.0,0.007863196544349194,0.0947265625,2.114107370376587,-0.009627274237573147,0.2575201690196991,0.70131915807724,1297.0,332032.0,4568.412200198043,21250048.0 +399.93,27.65999984741211,4919.0,0.013211389072239399,0.1581624299287796,2.1357569694519043,-0.011928093619644642,0.2614385187625885,0.6772117614746094,1298.0,332288.0,4571.743000522023,21266432.0 +391.84,27.15999984741211,4980.0,0.013773267157375813,0.1661783903837204,2.1327826976776123,-0.012168358080089092,0.2897970974445343,0.6362839639186859,1299.0,332544.0,4575.033927644137,21282816.0 +406.13,29.06999969482422,4841.0,0.012367348186671734,0.1481119841337204,2.1316981315612793,-0.01598617620766163,0.11419903486967087,0.8331710398197174,1300.0,332800.0,4578.41896838299,21299200.0 +408.41,29.25,4559.0,0.015012651681900024,0.18609619140625,2.110849142074585,-0.011192516423761845,0.2941381633281708,0.6349683403968811,1301.0,333056.0,4582.016355938977,21315584.0 +407.47,30.100000381469727,4773.0,0.014240707270801067,0.1553141325712204,2.143155813217163,-0.015819935128092766,0.15037889778614044,0.7503698766231537,1302.0,333312.0,4585.44898810517,21331968.0 +406.9,29.850000381469727,4799.0,0.012921192683279514,0.1594441682100296,2.128492593765259,-0.013694633729755878,0.1568935513496399,0.7593544870615005,1303.0,333568.0,4588.863676923094,21348352.0 +395.7,28.899999618530273,4789.0,0.013287502340972424,0.15960693359375,2.1130120754241943,-0.013176052831113338,0.36416324973106384,0.5656608641147614,1304.0,333824.0,4592.285658315057,21364736.0 +391.24,28.290000915527344,4798.0,0.013142692856490612,0.1562093049287796,2.122328758239746,-0.013717270456254482,0.23190979659557343,0.7329915165901184,1305.0,334080.0,4595.7007583261,21381120.0 +393.72,29.110000610351562,4840.0,0.014243424870073795,0.1632893830537796,2.1315863132476807,-0.016286013647913933,0.12701795995235443,0.7712350636720657,1306.0,334336.0,4599.086352449143,21397504.0 +400.54,29.75,4628.0,0.012160996906459332,0.1466267853975296,2.1256515979766846,-0.016090990975499153,0.20631474256515503,0.7190711498260498,1307.0,334592.0,4602.626902352087,21413888.0 +395.36,28.81999969482422,4743.0,0.014282588846981525,0.16180419921875,2.10566782951355,-0.010945516638457775,0.26003172993659973,0.6503987312316895,1308.0,334848.0,4606.082236611983,21430272.0 +396.38,28.299999237060547,4567.0,0.014039517380297184,0.15911865234375,2.125316858291626,-0.011919715441763401,0.18041957914829254,0.7045719921588898,1309.0,335104.0,4609.669811793137,21446656.0 +403.22,28.81999969482422,4627.0,0.015540390275418758,0.16607666015625,2.1007015705108643,-0.013337346725165844,0.2532455027103424,0.6846430897712708,1310.0,335360.0,4613.211467602989,21463040.0 +405.33,29.979999542236328,4775.0,0.012411323375999928,0.1564534455537796,2.0998852252960205,-0.017212165519595146,0.07907817512750626,0.8358345925807953,1311.0,335616.0,4616.6427322130185,21479424.0 +413.41,30.770000457763672,4794.0,0.015883812680840492,0.189697265625,2.1033318042755127,-0.015184751711785793,0.15207378566265106,0.7653617709875107,1312.0,335872.0,4620.060890531167,21495808.0 +413.01,30.079999923706055,4871.0,0.015872690826654434,0.1402791291475296,2.097515821456909,-0.010903089307248592,0.17332930862903595,0.7674834728240967,1313.0,336128.0,4623.424787875032,21512192.0 +409.68,29.489999771118164,4690.0,0.01132627297192812,0.1470133513212204,2.1021628379821777,-0.014447540044784546,0.12839333713054657,0.7985170483589172,1314.0,336384.0,4626.919070925098,21528576.0 +416.67,31.170000076293945,4828.0,0.011622161604464054,0.1399739533662796,2.1128485202789307,-0.019304020330309868,0.07798635214567184,0.8395320773124695,1315.0,336640.0,4630.312747077085,21544960.0 +414.07,30.850000381469727,4622.0,0.018801486119627953,0.1948649138212204,2.1015682220458984,-0.015069923363626003,0.12619507312774658,0.7943083494901657,1316.0,336896.0,4633.8580464790575,21561344.0 +408.74,29.65999984741211,4706.0,0.012771479785442352,0.1548868864774704,2.1017982959747314,-0.01558055728673935,0.22448761761188507,0.6898067891597748,1317.0,337152.0,4637.339884177083,21577728.0 +407.74,28.520000457763672,4619.0,0.018819672986865044,0.1981404572725296,2.116396903991699,-0.01336998213082552,0.1751793771982193,0.7223060727119446,1318.0,337408.0,4640.887226902181,21594112.0 +406.71,28.6299991607666,4761.0,0.012256043963134289,0.1563313752412796,2.1094601154327393,-0.015008981339633465,0.1318357139825821,0.7580633610486984,1319.0,337664.0,4644.328711383976,21610496.0 +407.11,29.18000030517578,4668.0,0.015596202574670315,0.1748046875,2.1084959506988525,-0.014847713522613049,0.19011692702770233,0.7029835879802704,1320.0,337920.0,4647.838687034091,21626880.0 +405.81,29.549999237060547,4914.0,0.012378632090985775,0.1407063752412796,2.1177268028259277,-0.015432818792760372,0.1545826643705368,0.7471862137317657,1321.0,338176.0,4651.173070374178,21643264.0 +415.34,30.760000228881836,4716.0,0.010789391584694386,0.1274007111787796,2.1437251567840576,-0.01980585791170597,0.06725867837667465,0.846339538693428,1322.0,338432.0,4654.648094860138,21659648.0 +412.26,30.530000686645508,4768.0,0.018615297973155975,0.1971028596162796,2.1357126235961914,-0.01055676955729723,0.23748214542865753,0.6805295348167419,1323.0,338688.0,4658.0844665500335,21676032.0 +412.88,29.709999084472656,4801.0,0.011451262049376965,0.12945556640625,2.1241838932037354,-0.014980572275817394,0.1115022525191307,0.8121911138296127,1324.0,338944.0,4661.497329569189,21692416.0 +413.6,30.149999618530273,4994.0,0.014176036231219769,0.1599528044462204,2.1152689456939697,-0.011944334954023361,0.11936328560113907,0.7753921896219254,1325.0,339200.0,4664.778665496968,21708800.0 +413.78,29.979999542236328,4635.0,0.011523216962814331,0.1305948942899704,2.12618088722229,-0.015103936195373535,0.14455842971801758,0.7999950051307678,1326.0,339456.0,4668.313442571089,21725184.0 +409.27,29.399999618530273,4907.0,0.01401087362319231,0.16796875,2.1048219203948975,-0.015033134259283543,0.15891553461551666,0.7469363212585449,1327.0,339712.0,4671.652618593071,21741568.0 +406.06,29.020000457763672,4910.0,0.012397711165249348,0.1543986052274704,2.101526975631714,-0.014743565581738949,0.12977935373783112,0.8093250542879105,1328.0,339968.0,4674.989587369142,21757952.0 +410.33,29.020000457763672,4969.0,0.010470587760210037,0.1260579377412796,2.106174945831299,-0.013626612722873688,0.21882592141628265,0.7297009527683258,1329.0,340224.0,4678.286916249199,21774336.0 +409.98,28.950000762939453,5031.0,0.02254333347082138,0.2058512419462204,2.093045949935913,-0.012565155513584614,0.15005499124526978,0.7851619124412537,1330.0,340480.0,4681.543562215054,21790720.0 +411.99,28.65999984741211,4949.0,0.012302442453801632,0.1384480744600296,2.097604990005493,-0.015729116275906563,0.16203133761882782,0.7758457660675049,1331.0,340736.0,4684.854814192047,21807104.0 +412.69,29.360000610351562,5028.0,0.014356876723468304,0.1631673127412796,2.0889203548431396,-0.015472255647182465,0.14933626353740692,0.8008615374565125,1332.0,340992.0,4688.113587051164,21823488.0 +407.44,29.440000534057617,4805.0,0.010887031443417072,0.1343587189912796,2.069009780883789,-0.011693266220390797,0.178239643573761,0.7405630350112915,1333.0,341248.0,4691.523849443998,21839872.0 +405.93,28.899999618530273,4718.0,0.011071354150772095,0.1214803084731102,2.1193788051605225,-0.01200935710221529,0.16290557384490967,0.7465271949768066,1334.0,341504.0,4694.997116371989,21856256.0 +411.15,29.010000228881836,4902.0,0.010576930828392506,0.1297810822725296,2.0809919834136963,-0.018426841124892235,0.13342046737670898,0.7999676764011383,1335.0,341760.0,4698.339614012046,21872640.0 +417.66,29.34000015258789,4994.0,0.012101300992071629,0.1438395231962204,2.112576484680176,-0.015886476263403893,0.15268374979496002,0.7721683382987976,1336.0,342016.0,4701.621332169045,21889024.0 +415.63,28.43000030517578,4909.0,0.012321803718805313,0.15399169921875,2.1093647480010986,-0.017824893817305565,0.16628497838974,0.7293291091918945,1337.0,342272.0,4704.959027960198,21905408.0 +409.94,28.530000686645508,4734.0,0.0129861980676651,0.1487833708524704,2.082986831665039,-0.01466152723878622,0.13414831459522247,0.7730119824409485,1338.0,342528.0,4708.420300354017,21921792.0 +407.29,28.829999923706055,4789.0,0.016811318695545197,0.1742757111787796,2.0999460220336914,-0.0158727765083313,0.15807725489139557,0.747143566608429,1339.0,342784.0,4711.84194652806,21938176.0 +408.52,29.59000015258789,4798.0,0.012649796903133392,0.15338134765625,2.10455584526062,-0.016557669267058372,0.14717324078083038,0.7903139591217041,1340.0,343040.0,4715.26055635605,21954560.0 +408.04,29.40999984741211,5099.0,0.01522469986230135,0.1707967072725296,2.0988314151763916,-0.017186002805829048,0.1215396523475647,0.8297188133001328,1341.0,343296.0,4718.474060924025,21970944.0 +410.52,29.56999969482422,4782.0,0.01463244203478098,0.16412353515625,2.097435712814331,-0.014140620827674866,0.14713458716869354,0.7555000185966492,1342.0,343552.0,4721.9005986379925,21987328.0 +407.22,29.489999771118164,4892.0,0.01567053608596325,0.1677653044462204,2.096890926361084,-0.011974581517279148,0.18536518514156342,0.7184898257255554,1343.0,343808.0,4725.250358534977,22003712.0 +401.26,28.760000228881836,4932.0,0.014332383871078491,0.17083740234375,2.106752634048462,-0.009704108349978924,0.22955822944641113,0.6537961363792419,1344.0,344064.0,4728.572559775086,22020096.0 +406.16,29.420000076293945,4626.0,0.013593371026217937,0.1557820588350296,2.1089885234832764,-0.010206901468336582,0.19169354438781738,0.7087638676166534,1345.0,344320.0,4732.1151486020535,22036480.0 +398.84,29.010000228881836,4695.0,0.014159567654132843,0.1674397736787796,2.115846872329712,-0.011031564325094223,0.24594718217849731,0.6077177226543427,1346.0,344576.0,4735.605043291114,22052864.0 +398.11,28.5,4774.0,0.013831318356096745,0.1685587614774704,2.127182722091675,-0.01761174388229847,0.1669003963470459,0.7514411360025406,1347.0,344832.0,4739.037502878113,22069248.0 +401.21,28.489999771118164,4915.0,0.013183505274355412,0.1482950896024704,2.123044013977051,-0.013100688345730305,0.20446531474590302,0.6777898967266083,1348.0,345088.0,4742.371349255089,22085632.0 +401.2,28.989999771118164,4869.0,0.012785985134541988,0.13641357421875,2.1292994022369385,-0.010809079743921757,0.26693621277809143,0.6058136224746704,1349.0,345344.0,4745.736877215095,22102016.0 +400.73,29.059999465942383,4949.0,0.01462487131357193,0.1711222380399704,2.14068341255188,-0.011843021959066391,0.2392985075712204,0.6234869062900543,1350.0,345600.0,4749.048126237001,22118400.0 +400.08,29.09000015258789,4789.0,0.01476313080638647,0.1800333708524704,2.11491322517395,-0.020162170752882957,0.11852072924375534,0.7688174843788147,1351.0,345856.0,4752.469989204081,22134784.0 +394.51,28.770000457763672,4944.0,0.01802520640194416,0.2080078125,2.1160829067230225,-0.011600655503571033,0.2181965708732605,0.6295495927333832,1352.0,346112.0,4755.784881056985,22151168.0 +398.32,29.350000381469727,4855.0,0.012364366091787815,0.1343994140625,2.1295764446258545,-0.009250497445464134,0.16432024538516998,0.7142417728900909,1353.0,346368.0,4759.160033615073,22167552.0 +394.36,29.0,4673.0,0.01120470929890871,0.1317342072725296,2.131558656692505,-0.011078407056629658,0.1494572013616562,0.7671081721782684,1354.0,346624.0,4762.6677228379995,22183936.0 +402.8,29.149999618530273,4691.0,0.011644449084997177,0.1421712189912796,2.1122219562530518,-0.007611867040395737,0.14126752316951752,0.7322898805141449,1355.0,346880.0,4766.160532090114,22200320.0 +402.91,28.780000686645508,4831.0,0.010305413044989109,0.0973917618393898,2.1323931217193604,-0.010522380471229553,0.19706416130065918,0.6755653023719788,1356.0,347136.0,4769.552549441112,22216704.0 +407.11,29.260000228881836,4802.0,0.011353169567883015,0.13604736328125,2.119469404220581,-0.018224801868200302,0.08406227082014084,0.8463038057088852,1357.0,347392.0,4772.965088443132,22233088.0 +406.69,29.030000686645508,4745.0,0.015796279534697533,0.17340087890625,2.1020421981811523,-0.012490920722484589,0.15599091351032257,0.7254076600074768,1358.0,347648.0,4776.418501933105,22249472.0 +404.83,28.729999542236328,4806.0,0.017985012382268906,0.1798095703125,2.0825510025024414,-0.008764666505157948,0.2916145920753479,0.6234425008296967,1359.0,347904.0,4779.827627211111,22265856.0 +396.92,28.34000015258789,4786.0,0.014933622442185879,0.1651407927274704,2.1210834980010986,-0.0132426293566823,0.1822739839553833,0.7597091943025589,1360.0,348160.0,4783.251396780135,22282240.0 +396.13,28.799999237060547,4759.0,0.013416062109172344,0.15863037109375,2.1240386962890625,-0.016478363424539566,0.15500837564468384,0.7711195647716522,1361.0,348416.0,4786.694467284018,22298624.0 +401.55,28.809999465942383,4698.0,0.013377289287745953,0.1522013396024704,2.1215593814849854,-0.014153201133012772,0.19868440926074982,0.7107119560241699,1362.0,348672.0,4790.1826958581805,22315008.0 +388.24,27.299999237060547,4755.0,0.014681674540042877,0.1477864533662796,2.125065803527832,-0.010832946747541428,0.38728857040405273,0.5627334713935852,1363.0,348928.0,4793.628424717113,22331392.0 +385.91,27.219999313354492,4727.0,0.012563386000692844,0.1520792692899704,2.1333365440368652,-0.012282735668122768,0.20993797481060028,0.6676343083381653,1364.0,349184.0,4797.095076701138,22347776.0 +397.94,28.729999542236328,4629.0,0.010370099917054176,0.1224772110581398,2.136657953262329,-0.017059950157999992,0.09587935358285904,0.8260093927383423,1365.0,349440.0,4800.634768780088,22364160.0 +411.31,29.950000762939453,4667.0,0.011872410774230957,0.1379801481962204,2.1618518829345703,-0.01486164703965187,0.12807437777519226,0.7604363858699799,1366.0,349696.0,4804.145881255157,22380544.0 +415.44,29.920000076293945,4796.0,0.01328310463577509,0.164794921875,2.1498403549194336,-0.015195726417005062,0.11130567640066147,0.8014494329690933,1367.0,349952.0,4807.562774572987,22396928.0 +418.08,30.75,4615.0,0.009985668584704399,0.1270345002412796,2.158553123474121,-0.013739362359046936,0.07888446748256683,0.8601490259170532,1368.0,350208.0,4811.113524049055,22413312.0 +404.65,29.920000076293945,4854.0,0.011286367662250996,0.1280110627412796,2.1801817417144775,-0.015151345171034336,0.2111753672361374,0.7091981172561646,1369.0,350464.0,4814.489121816121,22429696.0 +397.9,28.809999465942383,4806.0,0.01560165360569954,0.1398518830537796,2.1493148803710938,-0.012788146734237671,0.12765607237815857,0.7952246069908142,1370.0,350720.0,4817.89836637117,22446080.0 +404.45,29.059999465942383,4977.0,0.012863877229392529,0.1481526643037796,2.1644251346588135,-0.015442326664924622,0.135735422372818,0.749352365732193,1371.0,350976.0,4821.190988132032,22462464.0 +408.27,29.110000610351562,4697.0,0.015550852753221989,0.164794921875,2.1741526126861572,-0.012398957274854183,0.1919245719909668,0.6797111630439758,1372.0,351232.0,4824.679491279181,22478848.0 +396.33,27.75,4784.0,0.00862270686775446,0.1021321639418602,2.1541128158569336,-0.008831504732370377,0.30864980816841125,0.537509024143219,1373.0,351488.0,4828.105024459073,22495232.0 +393.58,27.170000076293945,4713.0,0.015226873569190502,0.1744588166475296,2.171269178390503,-0.009055454283952713,0.242357075214386,0.6548979878425598,1374.0,351744.0,4831.581592204981,22511616.0 +393.4,27.540000915527344,4901.0,0.01734059303998947,0.1893717497587204,2.1890716552734375,-0.01291057001799345,0.13804997503757477,0.7558388710021973,1375.0,352000.0,4834.929147382034,22528000.0 +412.44,30.149999618530273,4743.0,0.011790732853114605,0.1236979141831398,2.184861183166504,-0.013611161150038242,0.10181088000535965,0.7951076328754425,1376.0,352256.0,4838.38413935015,22544384.0 +407.84,30.299999237060547,4613.0,0.016238225623965263,0.1531575471162796,2.166896104812622,-0.012982245534658432,0.18672935664653778,0.7088956534862518,1377.0,352512.0,4841.936474408023,22560768.0 +399.67,29.1200008392334,4690.0,0.016046343371272087,0.1893513947725296,2.1750993728637695,-0.01296656858175993,0.18857239186763763,0.7334477603435516,1378.0,352768.0,4845.429979185108,22577152.0 +396.08,28.799999237060547,5116.0,0.014807160943746567,0.1702067106962204,2.179344892501831,-0.014073626138269901,0.23623962700366974,0.6612530946731567,1379.0,353024.0,4848.632592080161,22593536.0 +388.65,28.309999465942383,4975.0,0.013119138777256012,0.1513264924287796,2.1842968463897705,-0.01167201902717352,0.23200273513793945,0.6312113106250763,1380.0,353280.0,4851.925967588089,22609920.0 +392.56,28.780000686645508,4971.0,0.015490892343223095,0.1481119841337204,2.1701316833496094,-0.01166560035198927,0.2226703017950058,0.6951287686824799,1381.0,353536.0,4855.222403796157,22626304.0 +402.06,29.010000228881836,4999.0,0.012290642596781254,0.13671875,2.2061498165130615,-0.01285466831177473,0.15136860311031342,0.726682722568512,1382.0,353792.0,4858.500060915016,22642688.0 +405.59,28.6299991607666,4789.0,0.017767610028386116,0.1859130859375,2.171626329421997,-0.010369926691055298,0.2012673020362854,0.731825977563858,1383.0,354048.0,4861.921537506161,22659072.0 +406.81,28.989999771118164,4920.0,0.014611158519983292,0.1431071013212204,2.210214376449585,-0.014688619412481785,0.15480934083461761,0.7366144359111786,1384.0,354304.0,4865.252100347076,22675456.0 +407.28,29.15999984741211,4880.0,0.0128655806183815,0.1491495817899704,2.1811530590057373,-0.01403826754540205,0.17858906090259552,0.7573500275611877,1385.0,354560.0,4868.609673791099,22691840.0 +404.03,29.5,4989.0,0.016985807567834854,0.1899007111787796,2.1977014541625977,-0.010333182290196419,0.17314834892749786,0.6802520155906677,1386.0,354816.0,4871.8939630661625,22708224.0 +405.13,29.329999923706055,4912.0,0.013427995145320892,0.1373291015625,2.1940855979919434,-0.013767355121672153,0.18418844044208527,0.7050495743751526,1387.0,355072.0,4875.230062486138,22724608.0 +399.19,28.299999237060547,4874.0,0.011272349394857883,0.1209920272231102,2.1885557174682617,-0.012914312072098255,0.25264856219291687,0.6340550184249878,1388.0,355328.0,4878.592080659,22740992.0 +408.56,28.950000762939453,4781.0,0.014864294789731503,0.1740315705537796,2.2019412517547607,-0.016319332644343376,0.11019539833068848,0.817262589931488,1389.0,355584.0,4882.020998988999,22757376.0 +408.21,28.829999923706055,5024.0,0.017032062634825706,0.1747029572725296,2.196087121963501,-0.014943529851734638,0.1493079513311386,0.7712291777133942,1390.0,355840.0,4885.282485207077,22773760.0 +408.17,29.760000228881836,5045.0,0.010553747415542603,0.1269124299287796,2.2171075344085693,-0.011053000576794147,0.14766250550746918,0.7631911635398865,1391.0,356096.0,4888.53055818798,22790144.0 +397.48,28.5,4744.0,0.010414977557957172,0.1202799454331398,2.1770730018615723,-0.012127146124839783,0.222887322306633,0.7189107239246368,1392.0,356352.0,4891.984258776065,22806528.0 +405.67,29.469999313354492,4536.0,0.012881428003311157,0.14404296875,2.1802589893341064,-0.014329888857901096,0.1569720059633255,0.7582744657993317,1393.0,356608.0,4895.600062181009,22822912.0 +403.46,29.049999237060547,4733.0,0.015790114179253578,0.19390869140625,2.1888318061828613,-0.01137879490852356,0.17613357305526733,0.6806708574295044,1394.0,356864.0,4899.061862220056,22839296.0 +400.96,28.709999084472656,4613.0,0.012479949742555618,0.1453857421875,2.1925294399261475,-0.015279807150363922,0.24105216562747955,0.6340025663375854,1395.0,357120.0,4902.614108779002,22855680.0 +402.56,28.8700008392334,4802.0,0.01567593589425087,0.1812337189912796,2.1688570976257324,-0.018205972388386726,0.11967408657073975,0.7986656427383423,1396.0,357376.0,4906.026747831143,22872064.0 +405.19,29.829999923706055,4830.0,0.014775216579437256,0.1676839143037796,2.1722700595855713,-0.01438338402658701,0.1587611585855484,0.7161070108413696,1397.0,357632.0,4909.419564566109,22888448.0 +389.13,28.690000534057617,4657.0,0.012487036176025867,0.135986328125,2.1606202125549316,-0.013248108327388763,0.2638172507286072,0.6666955053806305,1398.0,357888.0,4912.938073263038,22904832.0 +382.01,27.610000610351562,4844.0,0.015686092898249626,0.1642863005399704,2.17939829826355,-0.010544393211603165,0.25875720381736755,0.62196484208107,1399.0,358144.0,4916.320601334097,22921216.0 +394.4,27.610000610351562,4846.0,0.011706153862178326,0.1252034455537796,2.1816532611846924,-0.012600737623870373,0.22039739787578583,0.666004091501236,1400.0,358400.0,4919.702097119065,22937600.0 +405.56,29.25,4611.0,0.015800131484866142,0.1666463166475296,2.1763432025909424,-0.01405091118067503,0.12536396086215973,0.7745426148176193,1401.0,358656.0,4923.256286379183,22953984.0 +403.08,28.18000030517578,4736.0,0.016782866790890694,0.1762898713350296,2.1839334964752197,-0.010575499385595322,0.25912460684776306,0.68422731757164,1402.0,358912.0,4926.716249088058,22970368.0 +402.72,28.100000381469727,4842.0,0.01498169731348753,0.16900634765625,2.1858890056610107,-0.012684083543717861,0.1930743306875229,0.7235876321792603,1403.0,359168.0,4930.100091894157,22986752.0 +405.53,28.959999084472656,4936.0,0.012593639083206654,0.15338134765625,2.174532651901245,-0.022495651617646217,0.07027540355920792,0.8433366864919662,1404.0,359424.0,4933.419833958149,23003136.0 +414.56,29.850000381469727,4745.0,0.014703319407999516,0.1672159880399704,2.1627357006073,-0.014383863657712936,0.18603380024433136,0.7146047949790955,1405.0,359680.0,4936.873114435002,23019520.0 +412.49,29.81999969482422,4714.0,0.015576775185763836,0.166259765625,2.187570571899414,-0.012949902564287186,0.11674798280000687,0.7965953946113586,1406.0,359936.0,4940.34868943016,23035904.0 +411.61,29.030000686645508,4546.0,0.01617550477385521,0.1864013671875,2.152909994125366,-0.013967948965728283,0.16478100419044495,0.7448171973228455,1407.0,360192.0,4943.952717319131,23052288.0 +408.36,29.5,4853.0,0.014253673143684864,0.1822713166475296,2.178662061691284,-0.0137328514829278,0.1797601729631424,0.7365851998329163,1408.0,360448.0,4947.329050828004,23068672.0 +404.2,28.850000381469727,4810.0,0.011610356159508228,0.13897705078125,2.176593542098999,-0.015873732045292854,0.2128569334745407,0.7468315064907074,1409.0,360704.0,4950.735732448986,23085056.0 +403.63,29.280000686645508,4694.0,0.012607303448021412,0.14215087890625,2.181487798690796,-0.012587697245180607,0.15879715979099274,0.7536302506923676,1410.0,360960.0,4954.226376966108,23101440.0 +405.55,29.600000381469727,4667.0,0.011289349757134914,0.1368204802274704,2.179373025894165,-0.013087338767945766,0.2256784588098526,0.6818630695343018,1411.0,361216.0,4957.7386811021715,23117824.0 +387.77,27.260000228881836,4689.0,0.01179957389831543,0.1544189453125,2.1889538764953613,-0.012028041295707226,0.3487706184387207,0.5996031165122986,1412.0,361472.0,4961.23336805217,23134208.0 +394.07,27.790000915527344,4731.0,0.013443977572023869,0.1620279997587204,2.176069974899292,-0.01411343365907669,0.20480678975582123,0.6619523763656616,1413.0,361728.0,4964.6973110241815,23150592.0 +399.66,28.329999923706055,4749.0,0.013632082380354404,0.1622111052274704,2.1871607303619385,-0.014907650649547577,0.18108046054840088,0.6663226783275604,1414.0,361984.0,4968.147902267054,23166976.0 +404.98,29.030000686645508,4779.0,0.014896241016685963,0.1695963591337204,2.172285318374634,-0.014689070172607899,0.14306464791297913,0.7980338484048843,1415.0,362240.0,4971.576549831079,23183360.0 +398.58,28.510000228881836,4759.0,0.013216962106525898,0.1298014372587204,2.175858974456787,-0.01259058341383934,0.2413025051355362,0.7027419805526733,1416.0,362496.0,4975.019797282061,23199744.0 +396.15,27.8700008392334,4624.0,0.01764543540775776,0.170654296875,2.147841215133667,-0.014484774321317673,0.1991334706544876,0.7281929850578308,1417.0,362752.0,4978.563103666995,23216128.0 +389.89,27.610000610351562,4921.0,0.013353887014091015,0.1487019807100296,2.150085210800171,-0.008661401458084583,0.269998699426651,0.6895277798175812,1418.0,363008.0,4981.8926315461285,23232512.0 +391.78,27.68000030517578,4704.0,0.011010347865521908,0.1364339143037796,2.150158643722534,-0.010811821557581425,0.306753009557724,0.6345560848712921,1419.0,363264.0,4985.375627489993,23248896.0 +395.12,28.1299991607666,4746.0,0.008739897049963474,0.1036173477768898,2.1749494075775146,-0.01354988943785429,0.1864646077156067,0.7454086542129517,1420.0,363520.0,4988.827850021189,23265280.0 +402.73,28.8700008392334,4731.0,0.01435515284538269,0.1610921174287796,2.147188663482666,-0.015324016101658344,0.1385086625814438,0.7799941599369049,1421.0,363776.0,4992.291036793031,23281664.0 +406.99,29.020000457763672,4703.0,0.012461173348128796,0.1408894807100296,2.140549898147583,-0.012816373258829117,0.195539191365242,0.7116511464118958,1422.0,364032.0,4995.774786252994,23298048.0 +406.45,29.0,4812.0,0.013498554937541485,0.1519571989774704,2.1425256729125977,-0.01693589985370636,0.15195514261722565,0.7774775177240372,1423.0,364288.0,4999.180209947983,23314432.0 +402.73,28.520000457763672,4964.0,0.013784597627818584,0.167724609375,2.1829826831817627,-0.01197608932852745,0.1739947348833084,0.7273066341876984,1424.0,364544.0,5002.48142905999,23330816.0 +394.09,28.670000076293945,4740.0,0.013373629190027714,0.1277262419462204,2.158430337905884,-0.011385615915060043,0.30308690667152405,0.5956030189990997,1425.0,364800.0,5005.938653181074,23347200.0 +387.67,27.84000015258789,4672.0,0.01657857932150364,0.1913045197725296,2.162731647491455,-0.011294904164969921,0.23888395726680756,0.66549152135849,1426.0,365056.0,5009.445515408181,23363584.0 +399.53,28.559999465942383,4579.0,0.016104374080896378,0.1684366911649704,2.1490750312805176,-0.014792378060519695,0.18127810955047607,0.7055549919605255,1427.0,365312.0,5013.0240336430725,23379968.0 +400.59,28.479999542236328,4677.0,0.015404409728944302,0.1695149689912796,2.1495485305786133,-0.011953833512961864,0.20890001952648163,0.6925276517868042,1428.0,365568.0,5016.528143295087,23396352.0 +396.88,28.31999969482422,4933.0,0.009868825785815716,0.1191813126206398,2.1675121784210205,-0.012401723302900791,0.21705542504787445,0.6669575273990631,1429.0,365824.0,5019.849734222051,23412736.0 +399.63,28.770000457763672,4920.0,0.009359757415950298,0.11083984375,2.1728150844573975,-0.013315706513822079,0.24434907734394073,0.6584746539592743,1430.0,366080.0,5023.180105859181,23429120.0 +397.81,27.65999984741211,4850.0,0.013433054089546204,0.1434733122587204,2.1785888671875,-0.014702041633427143,0.21863611042499542,0.7222592532634735,1431.0,366336.0,5026.558715975145,23445504.0 +394.65,26.90999984741211,4713.0,0.018010327592492104,0.1605224609375,2.1835389137268066,-0.010260947979986668,0.2669694125652313,0.6549159288406372,1432.0,366592.0,5030.035248775035,23461888.0 +399.27,27.010000228881836,4769.0,0.012888024561107159,0.1482340544462204,2.2044050693511963,-0.01482387538999319,0.22803883254528046,0.652045339345932,1433.0,366848.0,5033.471114221029,23478272.0 +408.91,27.850000381469727,4724.0,0.008847428485751152,0.1079305037856102,2.178825616836548,-0.012491115368902683,0.2346283346414566,0.6239301264286041,1434.0,367104.0,5036.939879381098,23494656.0 +405.35,27.65999984741211,4844.0,0.009478564374148846,0.102783203125,2.182570695877075,-0.008199728094041348,0.19888120889663696,0.7103762924671173,1435.0,367360.0,5040.3226603739895,23511040.0 +414.35,28.520000457763672,4870.0,0.011589941568672657,0.1348063200712204,2.1697542667388916,-0.014598936773836613,0.14875592291355133,0.7411234080791473,1436.0,367616.0,5043.68726813118,23527424.0 +411.16,27.940000534057617,4705.0,0.016970550641417503,0.1424357146024704,2.1580495834350586,-0.008875454775989056,0.16934458911418915,0.7560459226369858,1437.0,367872.0,5047.170121224131,23543808.0 +409.19,28.469999313354492,4636.0,0.013674410991370678,0.1568806916475296,2.191383123397827,-0.009313547983765602,0.17332600057125092,0.7308883666992188,1438.0,368128.0,5050.704937633127,23560192.0 +408.82,28.65999984741211,4438.0,0.014243167825043201,0.1520792692899704,2.1735479831695557,-0.017752470448613167,0.14617985486984253,0.7615309357643127,1439.0,368384.0,5054.397235554177,23576576.0 +407.32,29.100000381469727,4712.0,0.014538808725774288,0.1672159880399704,2.183037042617798,-0.013626594096422195,0.139656201004982,0.7542268633842468,1440.0,368640.0,5057.874844114063,23592960.0 +410.52,29.610000610351562,4653.0,0.01090251374989748,0.1325480192899704,2.1687023639678955,-0.014829008840024471,0.13135522603988647,0.7837541997432709,1441.0,368896.0,5061.395923760021,23609344.0 +413.03,29.420000076293945,4633.0,0.010682235471904278,0.1207071915268898,2.1829652786254883,-0.010686124674975872,0.1659984141588211,0.7149539887905121,1442.0,369152.0,5064.9324634321965,23625728.0 +409.18,28.75,4234.0,0.0102000143378973,0.0967203751206398,2.1680071353912354,-0.011277668178081512,0.1746918112039566,0.741217702627182,1443.0,369408.0,5068.803036494181,23642112.0 +408.27,28.969999313354492,4234.0,0.009812611155211926,0.1094767227768898,2.175710439682007,-0.013806204311549664,0.1496599316596985,0.7420189380645752,1444.0,369664.0,5072.673058154993,23658496.0 +410.75,29.690000534057617,4091.0,0.01637391187250614,0.1762898713350296,2.175684690475464,-0.018477188423275948,0.08735879510641098,0.7905327677726746,1445.0,369920.0,5076.6782598781865,23674880.0 +407.35,30.100000381469727,4147.0,0.015692714601755142,0.17010498046875,2.1557374000549316,-0.012620754539966583,0.20310406386852264,0.6620328426361084,1446.0,370176.0,5080.629549229983,23691264.0 +391.3,28.1200008392334,4260.0,0.00955823715776205,0.102294921875,2.171865463256836,-0.011009330861270428,0.2630070447921753,0.6543110311031342,1447.0,370432.0,5084.475422992138,23707648.0 +383.55,26.889999389648438,4229.0,0.01107624638825655,0.1217854842543602,2.1667802333831787,-0.012053961865603924,0.2843082845211029,0.6328194439411163,1448.0,370688.0,5088.350183623144,23724032.0 +390.87,27.350000381469727,4173.0,0.014287475496530533,0.15692138671875,2.1449623107910156,-0.00843590684235096,0.3056919574737549,0.6694239675998688,1449.0,370944.0,5092.278756282991,23740416.0 +393.19,27.59000015258789,4169.0,0.01652255654335022,0.1797078400850296,2.1579456329345703,-0.010885787196457386,0.2868463397026062,0.5596013367176056,1450.0,371200.0,5096.208646793151,23756800.0 +386.81,26.93000030517578,4319.0,0.010921596549451351,0.1181437149643898,2.163645029067993,-0.014338485896587372,0.35845980048179626,0.5991581380367279,1451.0,371456.0,5100.002056214027,23773184.0 +382.16,25.920000076293945,4227.0,0.014518138952553272,0.1588948518037796,2.1711769104003906,-0.013120743446052074,0.24905584752559662,0.5901155769824982,1452.0,371712.0,5103.878753555007,23789568.0 +394.58,27.18000030517578,4526.0,0.013671908527612686,0.1591593474149704,2.140779495239258,-0.012896429747343063,0.19202660024166107,0.6667923927307129,1453.0,371968.0,5107.498766370118,23805952.0 +397.62,28.459999084472656,4756.0,0.012270905077457428,0.12689208984375,2.149719476699829,-0.011430705897510052,0.17442409694194794,0.6368104815483093,1454.0,372224.0,5110.944640736096,23822336.0 +403.52,29.209999084472656,4556.0,0.010634192265570164,0.12530517578125,2.155466318130493,-0.010773512534797192,0.15712834894657135,0.6789515316486359,1455.0,372480.0,5114.541141513037,23838720.0 +392.99,28.34000015258789,4861.0,0.011889060027897358,0.1378987580537796,2.153027057647705,-0.010755489580333233,0.20070214569568634,0.65452840924263,1456.0,372736.0,5117.912146599032,23855104.0 +404.77,28.200000762939453,4893.0,0.015150737948715687,0.1606038361787796,2.161714792251587,-0.01702926494181156,0.11192487925291061,0.7845055162906647,1457.0,372992.0,5121.260927562136,23871488.0 +396.19,27.739999771118164,4795.0,0.017608406022191048,0.1786092072725296,2.1454169750213623,-0.01273607462644577,0.3047754168510437,0.6192399859428406,1458.0,373248.0,5124.678424259182,23887872.0 +401.71,28.770000457763672,4696.0,0.012617231346666813,0.1351114958524704,2.15901780128479,-0.019633231684565544,0.09767314046621323,0.8171053677797318,1459.0,373504.0,5128.16785679711,23904256.0 +409.99,29.719999313354492,4738.0,0.01776590384542942,0.1628824919462204,2.1502721309661865,-0.014120228588581085,0.1394481509923935,0.7318916022777557,1460.0,373760.0,5131.626050035004,23920640.0 +410.15,29.600000381469727,4661.0,0.024961503222584724,0.1725667268037796,2.132533311843872,-0.011605151928961277,0.1785118579864502,0.6929035186767578,1461.0,374016.0,5135.141628720099,23937024.0 +403.11,28.649999618530273,4596.0,0.014376317150890827,0.1409708708524704,2.1231577396392822,-0.013826359994709492,0.21221274137496948,0.6771461665630341,1462.0,374272.0,5138.707183946157,23953408.0 +396.37,27.760000228881836,4612.0,0.015310823917388916,0.140625,2.1226181983947754,-0.014765954576432705,0.1923382431268692,0.7154859602451324,1463.0,374528.0,5142.260501114186,23969792.0 +390.66,28.190000534057617,4790.0,0.013548276387155056,0.1464640349149704,2.1166470050811768,-0.01461139228194952,0.18280404806137085,0.7019712924957275,1464.0,374784.0,5145.681039638119,23986176.0 +383.42,27.6200008392334,4732.0,0.017251912504434586,0.1655476838350296,2.103015422821045,-0.01133149117231369,0.267508327960968,0.6094020307064056,1465.0,375040.0,5149.143692251993,24002560.0 +382.4,27.510000228881836,4674.0,0.015810523182153702,0.1539510041475296,2.0869643688201904,-0.01211969181895256,0.23409919440746307,0.6585966646671295,1466.0,375296.0,5152.651350716129,24018944.0 +385.23,27.809999465942383,4657.0,0.021563516929745674,0.15472412109375,2.1232008934020996,-0.013715739361941814,0.2401859015226364,0.6215933263301849,1467.0,375552.0,5156.169735718053,24035328.0 +393.54,29.06999969482422,4728.0,0.012457780539989471,0.13629150390625,2.1119885444641113,-0.013830103911459446,0.14387093484401703,0.6983153223991394,1468.0,375808.0,5159.635332802078,24051712.0 +397.58,29.200000762939453,4714.0,0.017783163115382195,0.18896484375,2.116471767425537,-0.012978337705135345,0.155597522854805,0.719347208738327,1469.0,376064.0,5163.111613351153,24068096.0 +398.24,27.950000762939453,4717.0,0.013655955903232098,0.1330973356962204,2.126863956451416,-0.01501696277409792,0.22253353893756866,0.6561659574508667,1470.0,376320.0,5166.5855131351855,24084480.0 +406.39,28.510000228881836,4793.0,0.012358314357697964,0.13787841796875,2.1109540462493896,-0.01947111077606678,0.05937075987458229,0.845778152346611,1471.0,376576.0,5170.003975402098,24100864.0 +410.5,29.239999771118164,4731.0,0.017485180869698524,0.1814371794462204,2.109130382537842,-0.01541917771100998,0.13195940852165222,0.7512476742267609,1472.0,376832.0,5173.467157514999,24117248.0 +401.53,29.649999618530273,4709.0,0.015013907104730606,0.1622314453125,2.098184823989868,-0.01319859642535448,0.16739869117736816,0.7174679934978485,1473.0,377088.0,5176.94682396506,24133632.0 +396.16,29.190000534057617,4612.0,0.015848947688937187,0.1814982146024704,2.107734441757202,-0.011618955992162228,0.14951132237911224,0.6995165646076202,1474.0,377344.0,5180.499352672137,24150016.0 +399.81,29.010000228881836,4650.0,0.014825119636952877,0.1629435271024704,2.1186561584472656,-0.016438087448477745,0.16988201439380646,0.6963648796081543,1475.0,377600.0,5184.022727070143,24166400.0 +403.63,28.479999542236328,4749.0,0.011479365639388561,0.13287353515625,2.0783631801605225,-0.012216695584356785,0.12687960267066956,0.7436540424823761,1476.0,377856.0,5187.473294808064,24182784.0 +407.48,28.809999465942383,4797.0,0.014783783815801144,0.1707763671875,2.086296319961548,-0.015828324481844902,0.12644237279891968,0.7196556031703949,1477.0,378112.0,5190.889147032984,24199168.0 +415.64,30.260000228881836,4815.0,0.009942252188920975,0.1279500275850296,2.0747787952423096,-0.016806036233901978,0.08104456216096878,0.843336433172226,1478.0,378368.0,5194.292525350116,24215552.0 +402.11,28.25,4655.0,0.013122844509780407,0.1529947966337204,2.082592248916626,-0.010354874655604362,0.37765660881996155,0.5965337157249451,1479.0,378624.0,5197.812242079992,24231936.0 +395.56,27.479999542236328,4754.0,0.01447812095284462,0.1604410856962204,2.0717926025390625,-0.01614304818212986,0.13458235561847687,0.7628632038831711,1480.0,378880.0,5201.259195461171,24248320.0 +399.53,28.600000381469727,4702.0,0.013371724635362625,0.1411539763212204,2.0495495796203613,-0.014709942042827606,0.12230637669563293,0.7682493329048157,1481.0,379136.0,5204.744330291171,24264704.0 +408.26,29.540000915527344,4564.0,0.010683751665055752,0.10516357421875,2.0627219676971436,-0.012847747653722763,0.20158392190933228,0.7194385528564453,1482.0,379392.0,5208.334565631114,24281088.0 +407.31,29.399999618530273,4804.0,0.016668351367115974,0.18304443359375,2.060593605041504,-0.018109994009137154,0.10118222236633301,0.8170165866613388,1483.0,379648.0,5211.745391037082,24297472.0 +405.7,29.56999969482422,4817.0,0.0193734522908926,0.1934000700712204,2.0445873737335205,-0.011783557943999767,0.1605703979730606,0.7200199961662292,1484.0,379904.0,5215.147010744084,24313856.0 +405.23,29.760000228881836,4841.0,0.01975448615849018,0.1951700896024704,2.054070472717285,-0.01764894463121891,0.12586645781993866,0.7693416327238083,1485.0,380160.0,5218.532040061196,24330240.0 +399.17,29.520000457763672,4748.0,0.016268998384475708,0.1718546599149704,2.0755116939544678,-0.01379520446062088,0.22820693254470825,0.6379923522472382,1486.0,380416.0,5221.983530297177,24346624.0 +396.88,28.969999313354492,4612.0,0.0146331787109375,0.12371826171875,2.0799026489257812,-0.010601473040878773,0.25387856364250183,0.6175945699214935,1487.0,380672.0,5225.536481037969,24363008.0 +394.6,28.260000228881836,4680.0,0.011767190881073475,0.1243489608168602,2.097498655319214,-0.014111150987446308,0.1461002230644226,0.7650948911905289,1488.0,380928.0,5229.037349525141,24379392.0 +403.16,28.709999084472656,4672.0,0.01688523404300213,0.153076171875,2.0709166526794434,-0.014231967739760876,0.16492873430252075,0.7013193070888519,1489.0,381184.0,5232.544783742167,24395776.0 +403.61,28.3799991607666,4751.0,0.015330418944358826,0.1678670197725296,2.1139883995056152,-0.014871664345264435,0.14385193586349487,0.7327688336372375,1490.0,381440.0,5235.993589844089,24412160.0 +401.65,27.959999084472656,4710.0,0.013409039936959743,0.1648762971162796,2.097001552581787,-0.012118096463382244,0.18984796106815338,0.7013473510742188,1491.0,381696.0,5239.472260858165,24428544.0 +400.63,28.329999923706055,4705.0,0.011487863026559353,0.11468505859375,2.0966060161590576,-0.012011579237878323,0.1606750637292862,0.7004751563072205,1492.0,381952.0,5242.9550693351775,24444928.0 +401.87,27.8700008392334,4642.0,0.017605243250727654,0.1849365234375,2.082242250442505,-0.01492766197770834,0.2131514698266983,0.6706874370574951,1493.0,382208.0,5246.485936759971,24461312.0 +403.61,28.219999313354492,4632.0,0.016660483554005623,0.1734822541475296,2.0943195819854736,-0.01729421503841877,0.1791059374809265,0.7042616009712219,1494.0,382464.0,5250.023726684973,24477696.0 +400.92,28.309999465942383,4687.0,0.013912518508732319,0.1591389924287796,2.090131998062134,-0.020566897466778755,0.10427884012460709,0.7927692830562592,1495.0,382720.0,5253.519458595198,24494080.0 +400.94,28.93000030517578,4770.0,0.020963499322533607,0.2102254182100296,2.0895845890045166,-0.010081266053020954,0.19701629877090454,0.686200350522995,1496.0,382976.0,5256.954707116121,24510464.0 +405.45,29.190000534057617,4637.0,0.009569155052304268,0.1126708984375,2.0936925411224365,-0.01105362270027399,0.17399097979068756,0.7132696509361267,1497.0,383232.0,5260.4880400081165,24526848.0 +397.5,28.049999237060547,4749.0,0.011583264917135239,0.1179402694106102,2.1011226177215576,-0.011565025895833969,0.21750445663928986,0.6565938591957092,1498.0,383488.0,5263.938586937031,24543232.0 +402.2,28.799999237060547,4885.0,0.011484857648611069,0.1292317658662796,2.1254723072052,-0.015673989430069923,0.1487230807542801,0.7219449579715729,1499.0,383744.0,5267.292847458972,24559616.0 +405.27,29.190000534057617,4970.0,0.01817411184310913,0.17022705078125,2.0917975902557373,-0.01647520810365677,0.13222388923168182,0.7276156544685364,1500.0,384000.0,5270.58990658517,24576000.0 +401.02,28.920000076293945,4810.0,0.014625199139118195,0.16339111328125,2.1222264766693115,-0.013058152049779892,0.248282790184021,0.630223423242569,1501.0,384256.0,5273.996409967076,24592384.0 +403.63,29.299999237060547,4543.0,0.014381947927176952,0.1486409455537796,2.1319596767425537,-0.017408879473805428,0.09209898114204407,0.7739222943782806,1502.0,384512.0,5277.603476104094,24608768.0 +405.19,29.010000228881836,4764.0,0.016805753111839294,0.19683837890625,2.1218481063842773,-0.01455890666693449,0.14884161949157715,0.675570011138916,1503.0,384768.0,5281.043322755024,24625152.0 +415.53,30.280000686645508,4686.0,0.01387804001569748,0.14947509765625,2.0939347743988037,-0.019408827647566795,0.08379103988409042,0.8297119587659836,1504.0,385024.0,5284.541764459107,24641536.0 +416.51,30.889999389648438,4724.0,0.013587765395641327,0.1521403044462204,2.1080877780914307,-0.019104914739727974,0.06445645540952682,0.8331212103366852,1505.0,385280.0,5288.010634349193,24657920.0 +409.56,30.549999237060547,4704.0,0.01873459666967392,0.19256591796875,2.100822687149048,-0.013755950145423412,0.1820499449968338,0.663636177778244,1506.0,385536.0,5291.494014766067,24674304.0 +398.17,29.549999237060547,4935.0,0.017734650522470474,0.174072265625,2.076481342315674,-0.014419450424611568,0.1695737987756729,0.6777181625366211,1507.0,385792.0,5294.814398462186,24690688.0 +393.12,29.020000457763672,4767.0,0.01518531609326601,0.1451009064912796,2.064196825027466,-0.014947928488254547,0.1687006950378418,0.6956470012664795,1508.0,386048.0,5298.25190760009,24707072.0 +406.13,29.940000534057617,4652.0,0.01196388527750969,0.142822265625,2.044616937637329,-0.01602911949157715,0.0912775918841362,0.7713427543640137,1509.0,386304.0,5301.7739989431575,24723456.0 +414.47,30.729999542236328,4643.0,0.01160309836268425,0.14080810546875,2.047393321990967,-0.017784522846341133,0.07585413753986359,0.8390175253152847,1510.0,386560.0,5305.303489405196,24739840.0 +415.43,29.979999542236328,4698.0,0.013816017657518387,0.15325927734375,2.00555682182312,-0.01690673828125,0.13590015470981598,0.7453903555870056,1511.0,386816.0,5308.790915320162,24756224.0 +411.77,29.309999465942383,4815.0,0.018450362607836723,0.1900431364774704,2.0423390865325928,-0.012692284770309925,0.16519586741924286,0.751594603061676,1512.0,387072.0,5312.194040004164,24772608.0 +410.53,29.709999084472656,4735.0,0.014755594544112682,0.1720377653837204,2.030757188796997,-0.013945273123681545,0.16169199347496033,0.7062064409255981,1513.0,387328.0,5315.654417653102,24788992.0 +411.87,29.790000915527344,4764.0,0.016273105517029762,0.1697794646024704,2.016397714614868,-0.014768227934837341,0.1385193020105362,0.7588078081607819,1514.0,387584.0,5319.094114048174,24805376.0 +411.31,30.15999984741211,4634.0,0.015947777777910233,0.1665242463350296,2.0426712036132812,-0.01831595040857792,0.10559176653623581,0.7819930613040924,1515.0,387840.0,5322.630100797163,24821760.0 +411.03,30.260000228881836,4696.0,0.014705861918628216,0.1561279296875,2.021580934524536,-0.012422867119312286,0.15863631665706635,0.6992753148078918,1516.0,388096.0,5326.119834178127,24838144.0 +401.26,29.239999771118164,4606.0,0.013925068080425262,0.1595052033662796,2.0602211952209473,-0.014279252849519253,0.18123413622379303,0.7203316688537598,1517.0,388352.0,5329.676873319084,24854528.0 +407.7,29.479999542236328,4841.0,0.010794791392982006,0.1204630509018898,2.0532829761505127,-0.013408076949417591,0.134901762008667,0.7367575168609619,1518.0,388608.0,5333.061436958145,24870912.0 +407.56,29.790000915527344,4924.0,0.015611323527991772,0.1765340119600296,2.067957639694214,-0.01857314072549343,0.11121217161417007,0.7602705955505371,1519.0,388864.0,5336.389387742151,24887296.0 +415.28,30.579999923706055,4658.0,0.016118448227643967,0.1838582307100296,2.0831105709075928,-0.020676657557487488,0.09350166469812393,0.8043961822986603,1520.0,389120.0,5339.906936281128,24903680.0 +415.97,30.290000915527344,4889.0,0.016344698145985603,0.1474405974149704,2.04967999458313,-0.016457414254546165,0.12109271436929703,0.7860386073589325,1521.0,389376.0,5343.2602273761295,24920064.0 +404.02,29.229999542236328,4706.0,0.014885768294334412,0.16021728515625,2.0827407836914062,-0.01296501699835062,0.23497681319713593,0.6264790892601013,1522.0,389632.0,5346.742401996162,24936448.0 +398.2,29.059999465942383,4756.0,0.018277166411280632,0.1453043669462204,2.088163137435913,-0.014940242283046246,0.14585469663143158,0.7530856430530548,1523.0,389888.0,5350.187732195016,24952832.0 +395.68,28.65999984741211,4740.0,0.01765132136642933,0.1913045197725296,2.0996997356414795,-0.012631349265575409,0.13588546216487885,0.7675814479589462,1524.0,390144.0,5353.648077533115,24969216.0 +403.8,29.15999984741211,4699.0,0.01852552406489849,0.1783854216337204,2.088864803314209,-0.013642511330544949,0.19904647767543793,0.6749346554279327,1525.0,390400.0,5357.135326380143,24985600.0 diff --git a/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..7d01ed61d51dc245ec3a2f9901256f3e0b9890ac --- /dev/null +++ b/train_procgen/checkpoints/ppo-fruitbot_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +79.87,-2.5799999237060547,422.0,0.0006631095893681049,0.0,2.7073991298675537,-0.0006232436280697584,0.40186607837677,0.02539348602294922,1.0,256.0,38.75249950797297,16384.0 +80.92,-1.559999942779541,4394.0,0.0007946327677927911,0.0013834635028615594,2.7036774158477783,-0.0005649150116369128,0.15888626873493195,0.04366910457611084,2.0,512.0,42.4839103280101,32768.0 +79.19,-1.899999976158142,4656.0,0.002403389196842909,0.013712565414607525,2.6987762451171875,-0.0022039685864001513,0.14751403033733368,0.1412840485572815,3.0,768.0,46.003741858992726,49152.0 +87.95,-2.630000114440918,4642.0,0.001872532651759684,0.0049235024489462376,2.6884734630584717,-0.0008427496650256217,0.15468566119670868,0.22107988595962524,4.0,1024.0,49.533704788889736,65536.0 +80.75,-2.4000000953674316,4364.0,0.0016108540585264564,0.0043741860426962376,2.6878585815429688,-0.0015684691024944186,0.1410835236310959,0.25458163022994995,5.0,1280.0,53.28856646595523,81920.0 +82.02,-2.8499999046325684,4286.0,0.004090849310159683,0.02488199807703495,2.666144371032715,-0.002428484847769141,0.13336174190044403,0.27925699949264526,6.0,1536.0,57.11199753684923,98304.0 +84.93,-2.5299999713897705,4358.0,0.002846040530130267,0.014058430679142475,2.6601667404174805,-0.0024451494682580233,0.14190973341464996,0.39991140365600586,7.0,1792.0,60.87239110004157,114688.0 +88.75,-2.75,4712.0,0.002428222680464387,0.009989420883357525,2.678382158279419,-0.0029424186795949936,0.14088715612888336,0.3230940103530884,8.0,2048.0,64.3502974358853,131072.0 +79.95,-2.3299999237060547,4782.0,0.002489808714017272,0.012980143539607525,2.6693079471588135,-0.0036748822312802076,0.1575501412153244,0.3861125111579895,9.0,2304.0,67.77691458701156,147456.0 +87.92,-2.3399999141693115,4697.0,0.002198249101638794,0.01617431640625,2.675579309463501,-0.0036286991089582443,0.12257064133882523,0.38665878772735596,10.0,2560.0,71.26579832984135,163840.0 +85.09,-1.7899999618530273,4278.0,0.003685526316985488,0.02809651754796505,2.6596453189849854,-0.006328229326754808,0.10886523127555847,0.46803605556488037,11.0,2816.0,75.09603890404105,180224.0 +87.33,-1.4700000286102295,4127.0,0.003909672144800425,0.0358479805290699,2.653045415878296,-0.007542771752923727,0.09959664940834045,0.46624141931533813,12.0,3072.0,79.06632084189914,196608.0 +84.41,-1.5800000429153442,4561.0,0.004881438799202442,0.045654296875,2.644927978515625,-0.008230205625295639,0.08530765026807785,0.5162829756736755,13.0,3328.0,82.65926159499213,212992.0 +81.24,-1.2699999809265137,4645.0,0.004093226511031389,0.03765869140625,2.639965772628784,-0.008200841955840588,0.08336595445871353,0.506921648979187,14.0,3584.0,86.18746769591235,229376.0 +76.8,-0.8399999737739563,4866.0,0.005904180463403463,0.0657958984375,2.6324880123138428,-0.009672512300312519,0.06920278817415237,0.5254284739494324,15.0,3840.0,89.55528973392211,245760.0 +76.07,-0.3700000047683716,4734.0,0.004842573311179876,0.0558675117790699,2.640538454055786,-0.009730427525937557,0.0598386712372303,0.4564075469970703,16.0,4096.0,93.01648177788593,262144.0 +80.39,-0.9700000286102295,4504.0,0.005009366665035486,0.0545247383415699,2.622288227081299,-0.009551319293677807,0.08165846019983292,0.5462457239627838,17.0,4352.0,96.65521647990681,278528.0 +73.06,0.0,4630.0,0.006442664656788111,0.0758056640625,2.599500894546509,-0.01041752751916647,0.06757352501153946,0.5227816700935364,18.0,4608.0,100.19466216606088,294912.0 +83.83,-0.05000000074505806,4466.0,0.006104323547333479,0.0782674178481102,2.5939619541168213,-0.012097523547708988,0.06583764404058456,0.45258259773254395,19.0,4864.0,103.86402350687422,311296.0 +79.33,0.14000000059604645,4436.0,0.008203432895243168,0.1084187850356102,2.584791421890259,-0.010130960494279861,0.06381089985370636,0.5261175036430359,20.0,5120.0,107.5575533490628,327680.0 +78.29,0.23000000417232513,4566.0,0.009164205752313137,0.124267578125,2.5789976119995117,-0.010447767563164234,0.05626751109957695,0.38184690475463867,21.0,5376.0,111.14648381993175,344064.0 +76.71,0.3799999952316284,4506.0,0.0067170471884310246,0.0802815780043602,2.561969041824341,-0.013814914971590042,0.05578652396798134,0.41908806562423706,22.0,5632.0,114.78274965006858,360448.0 +80.85,0.4099999964237213,4556.0,0.00829942524433136,0.1118367537856102,2.5616090297698975,-0.009969796054065228,0.05099046602845192,0.475330114364624,23.0,5888.0,118.37918561790138,376832.0 +82.38,0.4099999964237213,4430.0,0.009028192609548569,0.1195882186293602,2.559873104095459,-0.013509822078049183,0.04174897074699402,0.5002386569976807,24.0,6144.0,122.07835759501904,393216.0 +82.76,0.8899999856948853,4519.0,0.009439799003303051,0.1322224885225296,2.5380260944366455,-0.01399798784404993,0.042575404047966,0.3932095766067505,25.0,6400.0,125.70508086588234,409600.0 +78.78,0.8299999833106995,4448.0,0.008875713683664799,0.1215413436293602,2.5193660259246826,-0.013176418840885162,0.04278917983174324,0.4183610677719116,26.0,6656.0,129.38892285292968,425984.0 +83.33,0.8600000143051147,4548.0,0.010838053189218044,0.1446329802274704,2.5233523845672607,-0.013395211659371853,0.045630693435668945,0.4578191637992859,27.0,6912.0,132.99210231890902,442368.0 +78.51,0.8700000047683716,4166.0,0.010818950831890106,0.1535441130399704,2.5239789485931396,-0.01255343109369278,0.04060365632176399,0.516195148229599,28.0,7168.0,136.92501053283922,458752.0 +80.05,1.3799999952316284,4239.0,0.009932238608598709,0.13250732421875,2.5060501098632812,-0.009453007020056248,0.03660818561911583,0.6372404992580414,29.0,7424.0,140.79046982503496,475136.0 +79.65,1.409999966621399,4559.0,0.010786697268486023,0.1485188752412796,2.477562189102173,-0.01192241907119751,0.04410669580101967,0.6217080056667328,30.0,7680.0,144.38470455794595,491520.0 +91.39,1.690000057220459,4491.0,0.011128994636237621,0.1521199494600296,2.458357095718384,-0.010868191719055176,0.03946999832987785,0.6802081167697906,31.0,7936.0,148.03332560393028,507904.0 +92.71,1.75,4608.0,0.01139533519744873,0.15313720703125,2.45219349861145,-0.00871605146676302,0.04324885830283165,0.6693970859050751,32.0,8192.0,151.58950886595994,524288.0 +85.7,1.6299999952316284,4841.0,0.013724579475820065,0.1788330078125,2.442190408706665,-0.014125959016382694,0.040082816034555435,0.6817167699337006,33.0,8448.0,154.97431886591949,540672.0 +81.97,1.4600000381469727,4578.0,0.011534672230482101,0.1515095978975296,2.445996046066284,-0.016648389399051666,0.04203003644943237,0.633933812379837,34.0,8704.0,158.55360257904977,557056.0 +90.9,1.840000033378601,4452.0,0.010229307226836681,0.1368204802274704,2.44490909576416,-0.010850909166038036,0.04224945604801178,0.6980981230735779,35.0,8960.0,162.23410833394155,573440.0 +95.37,2.25,4456.0,0.011543486267328262,0.1554158478975296,2.4234282970428467,-0.013761397451162338,0.04469281807541847,0.6748861372470856,36.0,9216.0,165.9140122618992,589824.0 +105.92,2.140000104904175,4574.0,0.013408946804702282,0.1819051057100296,2.4025049209594727,-0.013118862174451351,0.04552749916911125,0.6925019025802612,37.0,9472.0,169.49658339493908,606208.0 +109.48,2.369999885559082,4586.0,0.010174715891480446,0.1369425505399704,2.3887271881103516,-0.012181955389678478,0.050573255866765976,0.6920064091682434,38.0,9728.0,173.06948047690094,622592.0 +110.51,2.940000057220459,4446.0,0.011575687676668167,0.1572469025850296,2.3732821941375732,-0.01493515819311142,0.053679004311561584,0.6919122934341431,39.0,9984.0,176.75560868903995,638976.0 +122.52,3.180000066757202,4543.0,0.010967008769512177,0.1473388671875,2.3779287338256836,-0.011905346065759659,0.0663757398724556,0.6902143955230713,40.0,10240.0,180.36211852100678,655360.0 +122.52,2.940000057220459,4490.0,0.010402879677712917,0.14501953125,2.3861639499664307,-0.013399433344602585,0.06148156523704529,0.7108382284641266,41.0,10496.0,184.0117808189243,671744.0 +129.39,3.5899999141693115,4207.0,0.014730997383594513,0.1927286833524704,2.368123769760132,-0.01089854259043932,0.10380613803863525,0.6262711882591248,42.0,10752.0,187.90640205191448,688128.0 +151.06,4.099999904632568,4459.0,0.008080015890300274,0.1063639298081398,2.3551247119903564,-0.011588622815907001,0.1338312178850174,0.5821540355682373,43.0,11008.0,191.58130657696165,704512.0 +154.41,5.349999904632568,4678.0,0.011154389940202236,0.1395670622587204,2.3437421321868896,-0.007938866503536701,0.19506414234638214,0.5056003332138062,44.0,11264.0,195.08404190605506,720896.0 +166.63,5.230000019073486,4875.0,0.010392989031970501,0.1377970427274704,2.357788324356079,-0.008186514489352703,0.15232588350772858,0.5499329566955566,45.0,11520.0,198.44574090605602,737280.0 +183.48,6.289999961853027,4570.0,0.010917417705059052,0.14154052734375,2.357085943222046,-0.007581713143736124,0.22723644971847534,0.49685001373291016,46.0,11776.0,202.03189208405092,753664.0 +161.59,4.670000076293945,4775.0,0.012813695706427097,0.1651814728975296,2.393665075302124,-0.006755737122148275,0.0985666885972023,0.6572568118572235,47.0,12032.0,205.46384894894436,770048.0 +185.76,6.769999980926514,4838.0,0.010749686509370804,0.1431071013212204,2.3596231937408447,-0.007947503589093685,0.26022961735725403,0.5534282326698303,48.0,12288.0,208.8504818789661,786432.0 +182.33,5.860000133514404,4481.0,0.012086507864296436,0.1561686247587204,2.3275156021118164,-0.004175911191850901,0.19552206993103027,0.6176075637340546,49.0,12544.0,212.5075426120311,802816.0 +185.85,7.170000076293945,4348.0,0.008643404580652714,0.1104532852768898,2.3171775341033936,-0.00587506964802742,0.1886359602212906,0.6907658576965332,50.0,12800.0,216.27717303787358,819200.0 +206.77,6.909999847412109,4625.0,0.00872971024364233,0.10516357421875,2.307422399520874,-0.00742156570777297,0.19260036945343018,0.7439416348934174,51.0,13056.0,219.8203997539822,835584.0 +207.08,7.909999847412109,4898.0,0.01563885621726513,0.1893513947725296,2.319021701812744,-0.0011703899363055825,0.2029140591621399,0.7378720045089722,52.0,13312.0,223.16609476902522,851968.0 +219.52,9.0600004196167,4843.0,0.011816750280559063,0.1461995393037796,2.314892053604126,-0.0024286925327032804,0.2298111468553543,0.7856414616107941,53.0,13568.0,226.54995804396458,868352.0 +195.89,6.670000076293945,4273.0,0.009650838561356068,0.1263020783662796,2.2943832874298096,-0.006588612217456102,0.1706702560186386,0.7623225152492523,54.0,13824.0,230.38430128386244,884736.0 +227.9,8.550000190734863,4154.0,0.009646759368479252,0.1256103515625,2.3036410808563232,-0.007405114825814962,0.18116338551044464,0.7992614954710007,55.0,14080.0,234.32884863903746,901120.0 +242.98,10.949999809265137,4703.0,0.008112953044474125,0.0978190079331398,2.2694056034088135,-0.0054910010658204556,0.26270049810409546,0.816441610455513,56.0,14336.0,237.8131803618744,917504.0 +242.31,9.329999923706055,4444.0,0.009904430247843266,0.1270548552274704,2.300452947616577,-0.01155997533351183,0.15966054797172546,0.7706022262573242,57.0,14592.0,241.50090700294822,933888.0 +258.15,11.0,4574.0,0.011323031969368458,0.1421712189912796,2.2762632369995117,-0.005421429872512817,0.2683042883872986,0.8178786039352417,58.0,14848.0,245.08341566706076,950272.0 +276.31,13.270000457763672,4691.0,0.013077561743557453,0.1663004606962204,2.285820722579956,-0.005997588858008385,0.22464917600154877,0.8344841301441193,59.0,15104.0,248.57667933986522,966656.0 +249.2,10.970000267028809,4357.0,0.0091023538261652,0.11602783203125,2.2754225730895996,-0.008816678076982498,0.19386617839336395,0.8175163716077805,60.0,15360.0,252.33777802693658,983040.0 +263.64,12.130000114440918,4354.0,0.01111848559230566,0.1453857421875,2.2821662425994873,-0.005409711971879005,0.2453889697790146,0.8445470780134201,61.0,15616.0,256.1019002508838,999424.0 +274.38,12.949999809265137,4462.0,0.012978282757103443,0.16497802734375,2.254695177078247,-0.005556358490139246,0.25894895195961,0.8374658524990082,62.0,15872.0,259.7742037109565,1015808.0 +259.53,12.899999618530273,4562.0,0.008852746337652206,0.1136881485581398,2.2742106914520264,-0.009025984443724155,0.2514258921146393,0.8503406196832657,63.0,16128.0,263.3656841418706,1032192.0 +285.79,15.489999771118164,4756.0,0.007860904559493065,0.0978800430893898,2.2373924255371094,-0.00723765604197979,0.29794955253601074,0.8481594771146774,64.0,16384.0,266.8118323648814,1048576.0 +284.1,13.65999984741211,4701.0,0.01015866082161665,0.12945556640625,2.285146713256836,-0.00988655723631382,0.2178596407175064,0.8555037677288055,65.0,16640.0,270.2973495409824,1064960.0 +287.59,13.369999885559082,4727.0,0.012417610734701157,0.1582845002412796,2.2366790771484375,-0.008247658610343933,0.2745729088783264,0.8538166284561157,66.0,16896.0,273.7638517189771,1081344.0 +310.38,14.460000038146973,4616.0,0.008306421339511871,0.0999348983168602,2.2420008182525635,-0.008180885575711727,0.35926905274391174,0.8172826766967773,67.0,17152.0,277.31408992386423,1097728.0 +296.67,13.859999656677246,4581.0,0.010532098822295666,0.1350911408662796,2.253309726715088,-0.010258938185870647,0.24445009231567383,0.8466365188360214,68.0,17408.0,280.8915671838913,1114112.0 +282.4,14.270000457763672,4491.0,0.012732365168631077,0.15313720703125,2.201716184616089,-0.0013346616178750992,0.4932374954223633,0.8356229066848755,69.0,17664.0,284.540421735961,1130496.0 +299.56,14.65999984741211,4484.0,0.00873656664043665,0.1130167618393898,2.262418508529663,-0.011218603700399399,0.23825109004974365,0.8433993458747864,70.0,17920.0,288.19454307085834,1146880.0 +305.98,14.880000114440918,4437.0,0.009922238066792488,0.1312459260225296,2.2519478797912598,-0.009694099426269531,0.24128209054470062,0.838997408747673,71.0,18176.0,291.88847768399864,1163264.0 +314.38,16.3700008392334,4497.0,0.010842322371900082,0.1457316130399704,2.2493512630462646,-0.010798306204378605,0.3229731321334839,0.844391480088234,72.0,18432.0,295.5324288739357,1179648.0 +296.98,13.720000267028809,4631.0,0.01059218030422926,0.1419270783662796,2.27364182472229,-0.00932860467582941,0.2532702386379242,0.8356154412031174,73.0,18688.0,299.0709998868406,1196032.0 +295.11,13.619999885559082,4385.0,0.011019130237400532,0.1414998322725296,2.268369436264038,-0.005578633863478899,0.26773354411125183,0.8479321449995041,74.0,18944.0,302.8079085529316,1212416.0 +305.68,15.319999694824219,4441.0,0.010888047516345978,0.13702392578125,2.282133102416992,-0.011024643667042255,0.2739178240299225,0.8301977515220642,75.0,19200.0,306.4981794189662,1228800.0 +292.47,13.779999732971191,4404.0,0.0077823675237596035,0.0967814102768898,2.2817327976226807,-0.009646984748542309,0.26485779881477356,0.8482984304428101,76.0,19456.0,310.2186618910637,1245184.0 +307.69,14.75,4229.0,0.009861305356025696,0.1288655549287796,2.240431070327759,-0.009595192037522793,0.3120630085468292,0.8340029418468475,77.0,19712.0,314.09303479106165,1261568.0 +306.44,14.399999618530273,4336.0,0.013382550328969955,0.1672770231962204,2.252143144607544,-0.007828732021152973,0.24875153601169586,0.8468884080648422,78.0,19968.0,317.8720852378756,1277952.0 +301.05,14.3100004196167,4200.0,0.0112159987911582,0.14324951171875,2.2550060749053955,-0.006986401975154877,0.31507670879364014,0.8440789133310318,79.0,20224.0,321.77343509392813,1294336.0 +318.33,15.399999618530273,4148.0,0.008399982936680317,0.1060994490981102,2.2716407775878906,-0.009652260690927505,0.2873612940311432,0.8248641788959503,80.0,20480.0,325.7241218020208,1310720.0 +320.65,15.850000381469727,4528.0,0.008794503286480904,0.109130859375,2.2437517642974854,-0.009139704518020153,0.2892778515815735,0.8349199146032333,81.0,20736.0,329.34289408591576,1327104.0 +306.14,15.229999542236328,4554.0,0.010127025656402111,0.1377766877412796,2.269144296646118,-0.01054916437715292,0.34526368975639343,0.8145180493593216,82.0,20992.0,332.9409734120127,1343488.0 +299.18,15.350000381469727,4532.0,0.01060180738568306,0.1355183869600296,2.286203145980835,-0.008421741425991058,0.3234907388687134,0.8394089937210083,83.0,21248.0,336.55662250705063,1359872.0 +292.8,14.800000190734863,4267.0,0.010619036853313446,0.1412556916475296,2.2639129161834717,-0.008180147968232632,0.36661049723625183,0.8331717699766159,84.0,21504.0,340.3969607509207,1376256.0 +300.97,14.8100004196167,4331.0,0.008370345458388329,0.10443115234375,2.2867090702056885,-0.006173776462674141,0.38357388973236084,0.8210358172655106,85.0,21760.0,344.18074776488356,1392640.0 +312.3,14.949999809265137,4290.0,0.008456461131572723,0.1063639298081398,2.2863097190856934,-0.009387207217514515,0.26414498686790466,0.837264358997345,86.0,22016.0,348.0006144528743,1409024.0 +329.95,17.010000228881836,4269.0,0.007747629191726446,0.09686279296875,2.250565767288208,-0.008904799818992615,0.37964722514152527,0.8420725613832474,87.0,22272.0,351.84243868198246,1425408.0 +338.19,17.979999542236328,4266.0,0.006277566775679588,0.0729776993393898,2.2583515644073486,-0.008699449710547924,0.3021257221698761,0.8325777351856232,88.0,22528.0,355.6833753439132,1441792.0 +342.51,18.049999237060547,4202.0,0.006338400766253471,0.0762125626206398,2.2480971813201904,-0.008836726658046246,0.33243295550346375,0.8351430892944336,89.0,22784.0,359.58289589197375,1458176.0 +352.44,18.09000015258789,4264.0,0.006833942141383886,0.0837605819106102,2.3121025562286377,-0.0072003998793661594,0.3435542583465576,0.7823017239570618,90.0,23040.0,363.4253323050216,1474560.0 +352.69,18.520000457763672,4502.0,0.007861031219363213,0.0970255509018898,2.2962234020233154,-0.010168630629777908,0.27642396092414856,0.8368047624826431,91.0,23296.0,367.0654099199455,1490944.0 +355.13,19.860000610351562,4268.0,0.006111714988946915,0.0672810897231102,2.2884457111358643,-0.008053022436797619,0.3415820300579071,0.8360223323106766,92.0,23552.0,370.904492626898,1507328.0 +339.16,18.239999771118164,4221.0,0.007121911272406578,0.0819905623793602,2.3221089839935303,-0.010591615922749043,0.2784801423549652,0.8237067759037018,93.0,23808.0,374.7860989710316,1523712.0 +338.89,18.3700008392334,4348.0,0.005760151892900467,0.0680948868393898,2.31152081489563,-0.008736995048820972,0.33498093485832214,0.8242353796958923,94.0,24064.0,378.5546043070499,1540096.0 +326.11,16.670000076293945,4376.0,0.006440950557589531,0.0755615234375,2.3214147090911865,-0.009889405220746994,0.3232853412628174,0.8097310066223145,95.0,24320.0,382.2999588029925,1556480.0 +320.59,15.989999771118164,4423.0,0.0062335096299648285,0.0750732421875,2.3113443851470947,-0.00882036704570055,0.3068998157978058,0.8113853484392166,96.0,24576.0,386.0051921189297,1572864.0 +353.52,19.889999389648438,4388.0,0.007240906357765198,0.0884806290268898,2.306751012802124,-0.008007392287254333,0.3334316909313202,0.8458119034767151,97.0,24832.0,389.7394947600551,1589248.0 +359.89,20.149999618530273,4292.0,0.010939148254692554,0.1374715119600296,2.315302610397339,-0.002530882367864251,0.3101002871990204,0.8193166851997375,98.0,25088.0,393.5572570760269,1605632.0 +370.81,20.200000762939453,4275.0,0.008455473929643631,0.1025390625,2.310157537460327,-0.004920684266835451,0.37443211674690247,0.8296656310558319,99.0,25344.0,397.3900848799385,1622016.0 +368.26,19.280000686645508,4455.0,0.008112135343253613,0.1044108048081398,2.325258255004883,-0.00567626440897584,0.3839911222457886,0.8156579285860062,100.0,25600.0,401.06814889400266,1638400.0 +357.45,19.059999465942383,4443.0,0.01288732048124075,0.1605224609375,2.341590642929077,-0.008622036315500736,0.28562453389167786,0.8072815090417862,101.0,25856.0,404.7563764450606,1654784.0 +361.45,19.520000457763672,4264.0,0.009312977083027363,0.12396240234375,2.329082489013672,-0.0111054927110672,0.3453787863254547,0.8197200149297714,102.0,26112.0,408.59926972701214,1671168.0 +361.99,19.920000076293945,4230.0,0.010437644086778164,0.13568115234375,2.3244149684906006,-0.006243120413273573,0.3135090172290802,0.8073978424072266,103.0,26368.0,412.47340021585114,1687552.0 +361.54,20.149999618530273,4348.0,0.008515932597219944,0.1079915389418602,2.322561502456665,-0.005486492067575455,0.421046644449234,0.7897049188613892,104.0,26624.0,416.24250806798227,1703936.0 +348.28,18.989999771118164,4463.0,0.006239939481019974,0.0721028670668602,2.3249564170837402,-0.006830791477113962,0.37643635272979736,0.8058213442564011,105.0,26880.0,419.91385450889356,1720320.0 +336.33,17.690000534057617,4304.0,0.0076193660497665405,0.0913899764418602,2.343549966812134,-0.006368444766849279,0.2751952111721039,0.8169353157281876,106.0,27136.0,423.72122702305205,1736704.0 +342.43,18.399999618530273,4515.0,0.006561303976923227,0.076171875,2.3101348876953125,-0.006154206115752459,0.3622875511646271,0.8080106526613235,107.0,27392.0,427.35168572794646,1753088.0 +339.85,17.81999969482422,4325.0,0.005565428640693426,0.0607706718146801,2.3346941471099854,-0.006452678237110376,0.3278612196445465,0.8093416839838028,108.0,27648.0,431.14019843097776,1769472.0 +336.82,17.649999618530273,4288.0,0.0076141622848808765,0.0923055037856102,2.329355001449585,-0.0073675489984452724,0.28793683648109436,0.828383132815361,109.0,27904.0,434.9616382829845,1785856.0 +342.12,17.780000686645508,4268.0,0.007568541914224625,0.09429931640625,2.3594837188720703,-0.009897512383759022,0.28191980719566345,0.8311086893081665,110.0,28160.0,438.8009897440206,1802240.0 +344.73,16.90999984741211,4377.0,0.005807848181575537,0.06207275390625,2.334603786468506,-0.009730428457260132,0.2977158725261688,0.8003382235765457,111.0,28416.0,442.545639521908,1818624.0 +350.05,16.90999984741211,4326.0,0.009187400341033936,0.11785888671875,2.3399147987365723,-0.011312655173242092,0.34751877188682556,0.7710287272930145,112.0,28672.0,446.3335304518696,1835008.0 +341.86,16.799999237060547,4353.0,0.009016827680170536,0.11468505859375,2.344413995742798,-0.008950741030275822,0.29522913694381714,0.7956322133541107,113.0,28928.0,450.0980116389692,1851392.0 +347.77,17.729999542236328,4393.0,0.011297706514596939,0.1549479216337204,2.319646120071411,-0.00505879707634449,0.23501217365264893,0.8284160494804382,114.0,29184.0,453.82829637196846,1867776.0 +372.14,20.469999313354492,4473.0,0.006464507430791855,0.0749104842543602,2.330474615097046,-0.008620700798928738,0.3027650713920593,0.8075231611728668,115.0,29440.0,457.4930687949527,1884160.0 +368.46,19.899999618530273,4549.0,0.006576711777597666,0.0774129256606102,2.343001127243042,-0.008708292618393898,0.27522119879722595,0.7844331860542297,116.0,29696.0,461.09568026894704,1900544.0 +350.89,18.81999969482422,4469.0,0.010647877119481564,0.140380859375,2.3389875888824463,-0.010694815777242184,0.2556767761707306,0.8293174505233765,117.0,29952.0,464.7619491869118,1916928.0 +319.92,17.329999923706055,4614.0,0.010539649985730648,0.1321004182100296,2.347646951675415,-0.009043107740581036,0.2544378936290741,0.8254439681768417,118.0,30208.0,468.3136179759167,1933312.0 +313.78,15.510000228881836,4319.0,0.011103400029242039,0.1470947265625,2.3490781784057617,-0.009914671070873737,0.2581322491168976,0.7855747789144516,119.0,30464.0,472.11250943294726,1949696.0 +323.02,15.630000114440918,4425.0,0.013528610579669476,0.18011474609375,2.311685800552368,-0.008230788633227348,0.30203577876091003,0.8042703568935394,120.0,30720.0,475.81553685688414,1966080.0 +316.01,16.18000030517578,4322.0,0.012209080159664154,0.1546630859375,2.2979657649993896,-0.010622949339449406,0.2930820882320404,0.7970906049013138,121.0,30976.0,479.6068137648981,1982464.0 +340.21,18.149999618530273,4270.0,0.007519174832850695,0.0940348282456398,2.3079490661621094,-0.012131255120038986,0.27046599984169006,0.8001224547624588,122.0,31232.0,483.44447936094366,1998848.0 +343.49,18.520000457763672,4555.0,0.007673697546124458,0.0938313826918602,2.2824745178222656,-0.012456797063350677,0.28758326172828674,0.8097039014101028,123.0,31488.0,487.0423828130588,2015232.0 +341.2,18.8700008392334,4302.0,0.010219269432127476,0.1360270231962204,2.281369924545288,-0.012346251867711544,0.25684958696365356,0.8209314197301865,124.0,31744.0,490.8512178279925,2031616.0 +369.93,21.639999389648438,4320.0,0.00993629265576601,0.1349080353975296,2.282810926437378,-0.00657592574134469,0.2710132896900177,0.8508360236883163,125.0,32000.0,494.6440460458398,2048000.0 +365.52,20.489999771118164,4470.0,0.006850967183709145,0.0818888321518898,2.290505886077881,-0.00870299618691206,0.33160772919654846,0.8119748681783676,126.0,32256.0,498.30981354089454,2064384.0 +362.27,19.93000030517578,4574.0,0.006052615121006966,0.07208251953125,2.293065309524536,-0.009870567359030247,0.2865869998931885,0.8189302384853363,127.0,32512.0,501.893498346908,2080768.0 +370.47,20.329999923706055,4409.0,0.00666124327108264,0.0772298201918602,2.3323450088500977,-0.010027552954852581,0.2741725742816925,0.7969121038913727,128.0,32768.0,505.61039687599987,2097152.0 +366.25,20.329999923706055,4418.0,0.006917344871908426,0.08306884765625,2.313464879989624,-0.009301085956394672,0.3188643455505371,0.8078226000070572,129.0,33024.0,509.3196856258437,2113536.0 +357.74,19.969999313354492,4430.0,0.010578367859125137,0.1364949494600296,2.3153445720672607,-0.01241736114025116,0.28010258078575134,0.7620087713003159,130.0,33280.0,513.0198867449071,2129920.0 +352.26,19.520000457763672,4514.0,0.009124617092311382,0.1150309219956398,2.2849318981170654,-0.007488988805562258,0.27876678109169006,0.8033749014139175,131.0,33536.0,516.6500890029129,2146304.0 +368.9,20.799999237060547,4641.0,0.010184838436543941,0.12841796875,2.2867681980133057,-0.006960347294807434,0.3026364743709564,0.7532000541687012,132.0,33792.0,520.1808471400291,2162688.0 +362.07,20.260000228881836,4375.0,0.00529699819162488,0.0576171875,2.290771245956421,-0.008449709974229336,0.28965654969215393,0.7631043493747711,133.0,34048.0,523.9260843149386,2179072.0 +380.2,22.059999465942383,4440.0,0.005971542093902826,0.0645751953125,2.2987329959869385,-0.009231352247297764,0.23921476304531097,0.7965385019779205,134.0,34304.0,527.6171633789781,2195456.0 +384.12,22.489999771118164,4357.0,0.006103177089244127,0.0711263045668602,2.2897379398345947,-0.00942908227443695,0.27249374985694885,0.7634604722261429,135.0,34560.0,531.3787321879063,2211840.0 +373.13,22.020000457763672,4401.0,0.008589308708906174,0.1095987930893898,2.3115246295928955,-0.01031503826379776,0.24179530143737793,0.8047875612974167,136.0,34816.0,535.1022237038705,2228224.0 +357.95,20.15999984741211,4372.0,0.007000719662755728,0.0867513045668602,2.313699960708618,-0.009567877277731895,0.2511093318462372,0.8113949447870255,137.0,35072.0,538.8501728249248,2244608.0 +360.12,20.110000610351562,4509.0,0.007982573471963406,0.0945231094956398,2.3286845684051514,-0.00968074705451727,0.2658264636993408,0.763328418135643,138.0,35328.0,542.4842141829431,2260992.0 +374.12,21.280000686645508,4544.0,0.005310108419507742,0.0598958320915699,2.317275047302246,-0.009969186037778854,0.21900983154773712,0.806805744767189,139.0,35584.0,546.0900342389941,2277376.0 +385.42,22.8700008392334,4553.0,0.006943190935999155,0.0796305313706398,2.309295415878296,-0.009235871024429798,0.25602588057518005,0.7541235536336899,140.0,35840.0,549.6891658168752,2293760.0 +385.26,22.670000076293945,4193.0,0.007125162985175848,0.0874837264418602,2.3191215991973877,-0.009993844665586948,0.24481253325939178,0.7787039428949356,141.0,36096.0,553.5972590849269,2310144.0 +376.28,22.350000381469727,4514.0,0.006186912301927805,0.07421875,2.3205792903900146,-0.009580419398844242,0.23054665327072144,0.792624905705452,142.0,36352.0,557.2276702839881,2326528.0 +370.06,22.139999389648438,4451.0,0.006972858216613531,0.0812174454331398,2.3198888301849365,-0.009987235069274902,0.2687789499759674,0.7716978788375854,143.0,36608.0,560.9091247308534,2342912.0 +371.59,22.219999313354492,4470.0,0.00702187605202198,0.0879923477768898,2.2964062690734863,-0.009212617762386799,0.24056053161621094,0.8221926540136337,144.0,36864.0,564.5745357910637,2359296.0 +374.73,21.979999542236328,4371.0,0.005517786834388971,0.0608113594353199,2.3099138736724854,-0.010782512836158276,0.22488003969192505,0.8164703100919724,145.0,37120.0,568.323215572862,2375680.0 +389.89,23.0,4373.0,0.0071556419134140015,0.08984375,2.306792736053467,-0.010380551218986511,0.24843794107437134,0.7754363119602203,146.0,37376.0,572.070575034013,2392064.0 +389.84,22.950000762939453,4284.0,0.007182830944657326,0.0889078751206398,2.305799722671509,-0.010480023920536041,0.23407374322414398,0.8082348704338074,147.0,37632.0,575.8950787270442,2408448.0 +394.1,22.600000381469727,4224.0,0.007939017377793789,0.1026814803481102,2.312584638595581,-0.008256933651864529,0.23965804278850555,0.7730753421783447,148.0,37888.0,579.7739635659382,2424832.0 +390.85,22.920000076293945,4269.0,0.007097943220287561,0.0811564102768898,2.3135406970977783,-0.010065804235637188,0.21771401166915894,0.7948819696903229,149.0,38144.0,583.6123047079891,2441216.0 +388.94,23.969999313354492,4422.0,0.007430412340909243,0.09075927734375,2.2815139293670654,-0.009951643645763397,0.21028228104114532,0.8242702037096024,150.0,38400.0,587.3177376829553,2457600.0 +392.23,24.6200008392334,4368.0,0.007175281643867493,0.0898030623793602,2.290797233581543,-0.008394320495426655,0.2232152372598648,0.7995495349168777,151.0,38656.0,591.0686898869462,2473984.0 +396.68,24.579999923706055,4578.0,0.010186368599534035,0.1345011442899704,2.302427053451538,-0.010366552509367466,0.17985500395298004,0.829023465514183,152.0,38912.0,594.6483754729852,2490368.0 +393.8,22.989999771118164,4395.0,0.011156237684190273,0.14642333984375,2.298069715499878,-0.01117625180631876,0.2627778947353363,0.7781952768564224,153.0,39168.0,598.3768873149529,2506752.0 +385.6,22.84000015258789,4312.0,0.011084385216236115,0.1464640349149704,2.2762515544891357,-0.0073864939622581005,0.2322852611541748,0.7943404018878937,154.0,39424.0,602.1772384990472,2523136.0 +372.73,22.190000534057617,4299.0,0.012168019078671932,0.16314697265625,2.2855165004730225,-0.010203830897808075,0.22967194020748138,0.7803532779216766,155.0,39680.0,605.9885645769536,2539520.0 +383.62,23.100000381469727,4294.0,0.01769712008535862,0.22320556640625,2.267021894454956,-0.00240809447132051,0.2569752335548401,0.7123306393623352,156.0,39936.0,609.8049645060673,2555904.0 +364.1,21.459999084472656,4541.0,0.014452253468334675,0.18658447265625,2.263723611831665,-0.008551273494958878,0.29575681686401367,0.7305072247982025,157.0,40192.0,613.4135400629602,2572288.0 +363.13,20.8700008392334,4622.0,0.009684454649686813,0.1280720978975296,2.2863609790802,-0.01034847553819418,0.23285888135433197,0.7332391738891602,158.0,40448.0,616.9586811540648,2588672.0 +370.71,21.68000030517578,4639.0,0.01436439249664545,0.19073486328125,2.286998748779297,-0.005944166798144579,0.19563452899456024,0.8113929778337479,159.0,40704.0,620.4908318968955,2605056.0 +378.38,22.520000457763672,4713.0,0.011563030071556568,0.1576945036649704,2.278555393218994,-0.01086247619241476,0.22580116987228394,0.7770751267671585,160.0,40960.0,623.9672396029346,2621440.0 +379.69,21.90999984741211,4516.0,0.013900268822908401,0.18011474609375,2.2859106063842773,-0.01277825515717268,0.26105353236198425,0.7155688107013702,161.0,41216.0,627.5956603859086,2637824.0 +369.76,20.969999313354492,4487.0,0.016676239669322968,0.2224324494600296,2.282806873321533,-0.0020064464770257473,0.24300776422023773,0.7135680317878723,162.0,41472.0,631.2475037509575,2654208.0 +358.43,19.770000457763672,4532.0,0.012750609777867794,0.1699625700712204,2.2732608318328857,-0.012541700154542923,0.3478189706802368,0.633466362953186,163.0,41728.0,634.86362074106,2670592.0 +324.34,16.18000030517578,4159.0,0.014419754035770893,0.1888631135225296,2.245277166366577,-0.0120962830260396,0.3671591281890869,0.6908378899097443,164.0,41984.0,638.8037010070402,2686976.0 +335.55,17.739999771118164,4336.0,0.01438154000788927,0.19512939453125,2.229233741760254,-0.010707885026931763,0.26447567343711853,0.737260490655899,165.0,42240.0,642.5830707629211,2703360.0 +366.37,20.239999771118164,4412.0,0.010121733881533146,0.1365559846162796,2.213258743286133,-0.010128956288099289,0.26774463057518005,0.772588238120079,166.0,42496.0,646.2969347639009,2719744.0 +382.08,21.530000686645508,4273.0,0.009961728937923908,0.1305135041475296,2.1966893672943115,-0.010245325975120068,0.293612003326416,0.7214127779006958,167.0,42752.0,650.1315261039417,2736128.0 +380.64,22.860000610351562,4297.0,0.011699971742928028,0.1572265625,2.232727289199829,-0.01030159741640091,0.25884324312210083,0.7609134167432785,168.0,43008.0,653.945325236069,2752512.0 +383.27,23.010000228881836,4185.0,0.012259725481271744,0.156982421875,2.1907849311828613,-0.007992505095899105,0.27785784006118774,0.732406884431839,169.0,43264.0,657.8606049600057,2768896.0 +385.94,23.15999984741211,4356.0,0.008157323114573956,0.100830078125,2.2225968837738037,-0.006307970266789198,0.2416563779115677,0.7398146986961365,170.0,43520.0,661.6245162428822,2785280.0 +374.35,22.09000015258789,4419.0,0.00807406660169363,0.1034139022231102,2.20123291015625,-0.012428246438503265,0.3493530750274658,0.6820113956928253,171.0,43776.0,665.3329367199913,2801664.0 +373.73,22.09000015258789,4554.0,0.009597806259989738,0.1251627653837204,2.1885898113250732,-0.011197143234312534,0.2592320144176483,0.7148947715759277,172.0,44032.0,668.9311034879647,2818048.0 +374.55,21.8700008392334,4753.0,0.014309228397905827,0.1788330078125,2.176370859146118,-0.010050843469798565,0.2561871409416199,0.7034985423088074,173.0,44288.0,672.3789092530496,2834432.0 +390.97,23.31999969482422,4496.0,0.011381917633116245,0.1522623747587204,2.2075304985046387,-0.008143552578985691,0.21557259559631348,0.7485840916633606,174.0,44544.0,676.0235821879469,2850816.0 +396.56,23.489999771118164,4669.0,0.010215570218861103,0.1373697966337204,2.1930861473083496,-0.010303492657840252,0.23313266038894653,0.7432115077972412,175.0,44800.0,679.5329762368929,2867200.0 +395.97,24.040000915527344,4482.0,0.008900506421923637,0.1093546524643898,2.202824831008911,-0.010072181932628155,0.18395556509494781,0.7661198377609253,176.0,45056.0,683.1896287768614,2883584.0 +393.42,24.079999923706055,4447.0,0.01155763864517212,0.1506551057100296,2.2116525173187256,-0.00955970585346222,0.19173462688922882,0.7191537916660309,177.0,45312.0,686.8744946320076,2899968.0 +401.69,26.25,4566.0,0.008875769563019276,0.1193033829331398,2.1981091499328613,-0.00903920829296112,0.14237232506275177,0.7601971626281738,178.0,45568.0,690.4632667188998,2916352.0 +388.53,25.09000015258789,4286.0,0.01643223501741886,0.2000325471162796,2.2121288776397705,-0.009462608955800533,0.2327994555234909,0.7008810341358185,179.0,45824.0,694.2862431518734,2932736.0 +375.4,23.1200008392334,4323.0,0.013724111951887608,0.1839192658662796,2.1917245388031006,-0.0053629628382623196,0.28008800745010376,0.6680364012718201,180.0,46080.0,698.0767702509183,2949120.0 +376.58,23.170000076293945,4520.0,0.013564539141952991,0.18060302734375,2.1680707931518555,-0.0038984708953648806,0.31287816166877747,0.6121295690536499,181.0,46336.0,701.7019112468697,2965504.0 +390.16,24.530000686645508,4525.0,0.007313281763345003,0.0877278670668602,2.214337110519409,-0.007626670878380537,0.17917563021183014,0.7343864142894745,182.0,46592.0,705.3228775230236,2981888.0 +384.08,24.270000457763672,4649.0,0.010849508456885815,0.1402384489774704,2.2138872146606445,-0.007210374344140291,0.26739877462387085,0.6512708067893982,183.0,46848.0,708.8473394608591,2998272.0 +379.91,23.1200008392334,4357.0,0.014479880221188068,0.1878255158662796,2.2285678386688232,-0.009119024500250816,0.22826476395130157,0.6413666605949402,184.0,47104.0,712.6085165189579,3014656.0 +375.68,23.440000534057617,4574.0,0.014504947699606419,0.1961466521024704,2.2155706882476807,-0.005812566261738539,0.2603661119937897,0.6593248844146729,185.0,47360.0,716.1906728839967,3031040.0 +380.74,23.75,4576.0,0.013332595117390156,0.1681111603975296,2.227003812789917,-0.009756543673574924,0.22042767703533173,0.7200876176357269,186.0,47616.0,719.7718722890131,3047424.0 +367.61,21.920000076293945,4681.0,0.010821916162967682,0.1357828825712204,2.2518980503082275,-0.008680165745317936,0.2732814848423004,0.6884004473686218,187.0,47872.0,723.2723284410313,3063808.0 +374.04,22.200000762939453,4787.0,0.011509370058774948,0.1408894807100296,2.263284683227539,-0.007639890071004629,0.22300420701503754,0.6366906762123108,188.0,48128.0,726.6954192249104,3080192.0 +386.16,24.709999084472656,4625.0,0.010826283134520054,0.1399739533662796,2.254753351211548,-0.00878919567912817,0.17193005979061127,0.7154480516910553,189.0,48384.0,730.2384118759073,3096576.0 +395.45,25.639999389648438,4654.0,0.010689727030694485,0.1319987028837204,2.253208875656128,-0.003120397450402379,0.2910025715827942,0.6403604447841644,190.0,48640.0,733.7588883140124,3112960.0 +398.33,25.540000915527344,4184.0,0.006499214563518763,0.0775960311293602,2.2674143314361572,-0.0060091507621109486,0.2517719864845276,0.6924360394477844,191.0,48896.0,737.6752191539854,3129344.0 +394.11,24.899999618530273,4833.0,0.005788028240203857,0.0611979179084301,2.2788889408111572,-0.005805383902043104,0.21134255826473236,0.6409322619438171,192.0,49152.0,741.0655261368956,3145728.0 +398.91,25.979999542236328,4425.0,0.007695626001805067,0.09625244140625,2.301614999771118,-0.006100460886955261,0.23453007638454437,0.6855542063713074,193.0,49408.0,744.768929998856,3162112.0 +388.98,25.049999237060547,4587.0,0.009669358842074871,0.1225382462143898,2.283972978591919,-0.005657154601067305,0.24229972064495087,0.6417679786682129,194.0,49664.0,748.3409239458852,3178496.0 +382.73,23.760000228881836,4406.0,0.015729058533906937,0.19573974609375,2.2771482467651367,-0.003818274475634098,0.24211008846759796,0.616407573223114,195.0,49920.0,752.0603149929084,3194880.0 +393.19,23.84000015258789,4420.0,0.014330409467220306,0.1783243864774704,2.2939453125,-0.010081571526825428,0.20542281866073608,0.6539749503135681,196.0,50176.0,755.7671643479262,3211264.0 +390.17,23.6299991607666,4416.0,0.014194979332387447,0.1986490935087204,2.2644741535186768,-0.005059789400547743,0.21353362500667572,0.6534320712089539,197.0,50432.0,759.478029148886,3227648.0 +384.87,23.899999618530273,4431.0,0.015834519639611244,0.2043660432100296,2.2577507495880127,-0.007053794804960489,0.2299318164587021,0.6964101195335388,198.0,50688.0,763.1766781779006,3244032.0 +388.16,24.170000076293945,4319.0,0.012280392460525036,0.1802978515625,2.222626209259033,-0.008051463402807713,0.19862841069698334,0.6573688089847565,199.0,50944.0,766.9711844739504,3260416.0 +387.15,23.969999313354492,4292.0,0.01336697954684496,0.1790974885225296,2.23996639251709,-0.01217978447675705,0.27570840716362,0.6780463457107544,200.0,51200.0,770.7889031069353,3276800.0 +381.79,23.31999969482422,4201.0,0.009879778139293194,0.1118367537856102,2.250791311264038,-0.00758961820974946,0.3087095618247986,0.6242477595806122,201.0,51456.0,774.6899095629342,3293184.0 +373.44,22.520000457763672,4551.0,0.00954259093850851,0.1212361678481102,2.2384262084960938,-0.009580468758940697,0.26602286100387573,0.6932089328765869,202.0,51712.0,778.2904297830537,3309568.0 +383.03,24.170000076293945,4794.0,0.01786702685058117,0.2206217497587204,2.1943371295928955,-0.0004592717159539461,0.19437474012374878,0.6973548829555511,203.0,51968.0,781.7094823359512,3325952.0 +395.91,24.739999771118164,4560.0,0.013687961734831333,0.1840616911649704,2.2107813358306885,-0.00672764889895916,0.2815917432308197,0.6187663972377777,204.0,52224.0,785.3030992879067,3342336.0 +381.74,23.780000686645508,4322.0,0.011202603578567505,0.1428426057100296,2.226654529571533,-0.009570964612066746,0.2795480191707611,0.6221360862255096,205.0,52480.0,789.0947915818542,3358720.0 +378.95,23.889999389648438,4271.0,0.016468405723571777,0.2103474885225296,2.2171311378479004,-0.009355527348816395,0.22052718698978424,0.6985964179039001,206.0,52736.0,792.9320209920406,3375104.0 +391.94,25.149999618530273,4468.0,0.014010336250066757,0.1905517578125,2.2225186824798584,-0.008827765472233295,0.21240568161010742,0.6802552342414856,207.0,52992.0,796.5991945490241,3391488.0 +393.74,25.270000457763672,4514.0,0.016874292865395546,0.2100830078125,2.1837079524993896,-0.00896655023097992,0.22558504343032837,0.6499851047992706,208.0,53248.0,800.2292310548946,3407872.0 +387.84,25.780000686645508,4701.0,0.012148299254477024,0.1528116911649704,2.1607282161712646,-0.0010690856724977493,0.25029292702674866,0.7478452324867249,209.0,53504.0,803.7149297608994,3424256.0 +396.17,26.8799991607666,4610.0,0.014439665712416172,0.1774088591337204,2.177273750305176,-0.008266418240964413,0.23311837017536163,0.6651109755039215,210.0,53760.0,807.2713753869757,3440640.0 +406.83,27.059999465942383,4463.0,0.013036052696406841,0.1615397185087204,2.1794590950012207,-0.010586224496364594,0.16527695953845978,0.7166707515716553,211.0,54016.0,810.9427020859439,3457024.0 +402.65,26.59000015258789,4457.0,0.011989470571279526,0.1603190153837204,2.188889265060425,-0.006850704550743103,0.2286471277475357,0.5924729704856873,212.0,54272.0,814.6190218930133,3473408.0 +396.56,25.559999465942383,4621.0,0.011497565545141697,0.1575520783662796,2.1913678646087646,-0.008745062164962292,0.23621885478496552,0.6331751346588135,213.0,54528.0,818.165933649987,3489792.0 +393.13,25.09000015258789,4521.0,0.012002323754131794,0.1578776091337204,2.2257063388824463,-0.00543258199468255,0.2870291769504547,0.514852374792099,214.0,54784.0,821.7909919009544,3506176.0 +394.48,25.450000762939453,4528.0,0.007508942857384682,0.0981038436293602,2.2486941814422607,-0.008434055373072624,0.2955448627471924,0.5818504691123962,215.0,55040.0,825.4102178309113,3522560.0 +391.21,24.450000762939453,4574.0,0.01224543433636427,0.1447550505399704,2.2276904582977295,-0.007280763238668442,0.3058217465877533,0.6300125420093536,216.0,55296.0,828.992609801935,3538944.0 +383.79,23.299999237060547,4768.0,0.011284809559583664,0.1389567106962204,2.2039475440979004,-0.006993606686592102,0.3527330160140991,0.594447672367096,217.0,55552.0,832.4297425169498,3555328.0 +384.61,22.969999313354492,4535.0,0.013530995696783066,0.1813761442899704,2.222123861312866,-0.006415598094463348,0.25624024868011475,0.5894387662410736,218.0,55808.0,836.0424449909478,3571712.0 +394.95,24.90999984741211,4296.0,0.013281126506626606,0.1703898161649704,2.2119476795196533,-0.0092171560972929,0.1770242601633072,0.6580147743225098,219.0,56064.0,839.8566778928507,3588096.0 +396.73,25.639999389648438,4250.0,0.007494622375816107,0.0938517227768898,2.2238528728485107,-0.004874981474131346,0.34514120221138,0.6139859259128571,220.0,56320.0,843.7150643840432,3604480.0 +392.54,24.010000228881836,4218.0,0.005746541079133749,0.06280517578125,2.2294270992279053,-0.005259241908788681,0.31930863857269287,0.5839546024799347,221.0,56576.0,847.6001133199316,3620864.0 +387.82,23.440000534057617,4526.0,0.011163455434143543,0.1347249299287796,2.2313413619995117,-0.004200965631753206,0.35058629512786865,0.5645559728145599,222.0,56832.0,851.2207927538548,3637248.0 +396.02,25.549999237060547,4397.0,0.007605394814163446,0.0980631485581398,2.249640703201294,-0.0066789924167096615,0.2321479767560959,0.6915067732334137,223.0,57088.0,854.9475829028524,3653632.0 +401.73,26.639999389648438,4746.0,0.013557280413806438,0.1917521208524704,2.2062511444091797,-0.006326133850961924,0.17654992640018463,0.6882334649562836,224.0,57344.0,858.3999233888462,3670016.0 +411.17,26.959999084472656,4486.0,0.010637924075126648,0.1457926481962204,2.2373247146606445,-0.0067383707500994205,0.1713518649339676,0.7056133449077606,225.0,57600.0,862.0546450130641,3686400.0 +414.2,27.15999984741211,4485.0,0.008919189684092999,0.1183064803481102,2.2242395877838135,-0.009411532431840897,0.18904834985733032,0.7420978546142578,226.0,57856.0,865.7083866118919,3702784.0 +399.1,24.780000686645508,4288.0,0.00814939197152853,0.1009928360581398,2.2285332679748535,-0.007075588684529066,0.36685165762901306,0.5534944236278534,227.0,58112.0,869.5297637409531,3719168.0 +375.11,22.889999389648438,4456.0,0.011282213032245636,0.13671875,2.211846351623535,-0.007192537654191256,0.37656381726264954,0.5605377554893494,228.0,58368.0,873.2071053609252,3735552.0 +379.41,24.1200008392334,4474.0,0.013057932257652283,0.1649983674287796,2.2445452213287354,-0.008177216164767742,0.15129269659519196,0.6939282119274139,229.0,58624.0,876.8699183419812,3751936.0 +398.61,26.229999542236328,4537.0,0.010921485722064972,0.1396280974149704,2.235588788986206,-0.0033898029942065477,0.25855013728141785,0.665462464094162,230.0,58880.0,880.4813659589272,3768320.0 +395.68,25.59000015258789,4294.0,0.010264248587191105,0.1197509765625,2.235400438308716,-0.005200735758990049,0.3278748691082001,0.6243902146816254,231.0,59136.0,884.2969255149364,3784704.0 +393.86,25.520000457763672,4264.0,0.012605459429323673,0.17181396484375,2.2114756107330322,-0.004322151653468609,0.2036420851945877,0.7237123847007751,232.0,59392.0,888.1399262859486,3801088.0 +376.08,24.290000915527344,4266.0,0.009609153494238853,0.109375,2.20171856880188,-0.006853635888546705,0.615453839302063,0.47670531272888184,233.0,59648.0,891.9809957339894,3817472.0 +374.3,23.600000381469727,4360.0,0.0100724957883358,0.1345418244600296,2.2487986087799072,-0.0063826716504991055,0.2234872728586197,0.6394675374031067,234.0,59904.0,895.7395710500423,3833856.0 +382.61,24.43000030517578,4287.0,0.009857994504272938,0.1284586638212204,2.2314178943634033,-0.008089686743915081,0.23801930248737335,0.6413434743881226,235.0,60160.0,899.5619363680016,3850240.0 +408.36,26.450000762939453,4434.0,0.011584021151065826,0.1368001252412796,2.2385895252227783,-0.0021304686088114977,0.230080708861351,0.7047906816005707,236.0,60416.0,903.2575413009617,3866624.0 +401.01,25.479999542236328,4330.0,0.009968518279492855,0.1458740234375,2.236698627471924,-0.006989756599068642,0.2477419525384903,0.6373586356639862,237.0,60672.0,907.0446111559868,3883008.0 +390.21,23.979999542236328,4445.0,0.006628002505749464,0.0739542618393898,2.2226622104644775,-0.00938410498201847,0.34047606587409973,0.6505655348300934,238.0,60928.0,910.7310578620527,3899392.0 +378.81,23.40999984741211,4257.0,0.010082612745463848,0.1187947615981102,2.243046998977661,-0.0077219377271831036,0.33942070603370667,0.6493395268917084,239.0,61184.0,914.5803346489556,3915776.0 +393.98,24.549999237060547,4264.0,0.010470591485500336,0.1271158903837204,2.22515606880188,-0.007093085441738367,0.2018127292394638,0.7198953926563263,240.0,61440.0,918.4234892029781,3932160.0 +404.83,25.1200008392334,4219.0,0.00906817801296711,0.1224161759018898,2.238478899002075,-0.006522139068692923,0.35653257369995117,0.6698481738567352,241.0,61696.0,922.3080233100336,3948544.0 +394.18,24.1299991607666,4419.0,0.01786777935922146,0.20672607421875,2.2307515144348145,-0.0034105770755559206,0.296051561832428,0.6681831479072571,242.0,61952.0,926.0164327330422,3964928.0 +379.44,22.450000762939453,4399.0,0.008900641463696957,0.1176961287856102,2.242098331451416,-0.0069569735787808895,0.4725836515426636,0.5871210694313049,243.0,62208.0,929.7410698968451,3981312.0 +389.37,23.829999923706055,4293.0,0.008611300960183144,0.1100667342543602,2.2479522228240967,-0.007191825658082962,0.3529210090637207,0.6703415811061859,244.0,62464.0,933.5584825768601,3997696.0 +394.38,24.18000030517578,4160.0,0.012632477097213268,0.1548054963350296,2.2544147968292236,-0.009176506660878658,0.23797835409641266,0.761295735836029,245.0,62720.0,937.4979762230068,4014080.0 +412.44,26.40999984741211,4256.0,0.007910444401204586,0.0977986678481102,2.2664754390716553,-0.006287604104727507,0.242492213845253,0.7339132130146027,246.0,62976.0,941.3482731259428,4030464.0 +408.1,25.950000762939453,4207.0,0.005006386432796717,0.0497639961540699,2.260002851486206,-0.006369087845087051,0.3172016143798828,0.6963365375995636,247.0,63232.0,945.2430314379744,4046848.0 +394.36,24.700000762939453,4399.0,0.006777042523026466,0.0798136368393898,2.264923572540283,-0.007016987074166536,0.41534432768821716,0.6364502608776093,248.0,63488.0,948.9682233049534,4063232.0 +394.13,25.399999618530273,4395.0,0.0060206265188753605,0.06640625,2.249253511428833,-0.0064361863769590855,0.3059561252593994,0.6894995868206024,249.0,63744.0,952.6996503989212,4079616.0 +393.9,24.540000915527344,4294.0,0.006951818708330393,0.07122802734375,2.2622456550598145,-0.006454395595937967,0.3263380825519562,0.6829396188259125,250.0,64000.0,956.5155561580323,4096000.0 +399.04,25.15999984741211,4234.0,0.0059093595482409,0.0631103515625,2.2474069595336914,-0.006578102242201567,0.26416584849357605,0.723806232213974,251.0,64256.0,960.3852914730087,4112384.0 +400.39,25.040000915527344,4252.0,0.005313873291015625,0.0565185546875,2.2453300952911377,-0.007299832999706268,0.27809852361679077,0.6927423477172852,252.0,64512.0,964.2387710260227,4128768.0 +394.81,24.6200008392334,4308.0,0.00590112479403615,0.0630696639418602,2.242056131362915,-0.007262451108545065,0.32663795351982117,0.7155157327651978,253.0,64768.0,968.0430527080316,4145152.0 +393.7,25.040000915527344,4205.0,0.006849132012575865,0.0849812850356102,2.236988067626953,-0.008564777672290802,0.3086504340171814,0.7731439918279648,254.0,65024.0,971.9397105230018,4161536.0 +406.26,27.149999618530273,4198.0,0.0076623535715043545,0.0960286483168602,2.250647783279419,-0.006248503923416138,0.18959005177021027,0.8025150895118713,255.0,65280.0,975.8431162098423,4177920.0 +416.74,28.079999923706055,4362.0,0.007051809225231409,0.08477783203125,2.2531380653381348,-0.006590350065380335,0.2521980106830597,0.7376320958137512,256.0,65536.0,979.5993818498682,4194304.0 +407.36,26.65999984741211,4099.0,0.005933426786214113,0.0677897110581398,2.234218120574951,-0.006898954976350069,0.35480794310569763,0.6654926240444183,257.0,65792.0,983.5979675010312,4210688.0 +406.94,26.219999313354492,4376.0,0.006751971784979105,0.0783284530043602,2.2404043674468994,-0.007208265829831362,0.26382917165756226,0.7579236775636673,258.0,66048.0,987.3427433010656,4227072.0 +411.61,26.56999969482422,4313.0,0.005811783019453287,0.0665283203125,2.261829376220703,-0.005891440901905298,0.27204373478889465,0.7314753532409668,259.0,66304.0,991.1420713029802,4243456.0 +408.89,26.81999969482422,4436.0,0.008896345272660255,0.1151529923081398,2.254305839538574,-0.004357652738690376,0.26009997725486755,0.7429940700531006,260.0,66560.0,994.8354493789375,4259840.0 +412.16,26.709999084472656,4167.0,0.007707126438617706,0.0945231094956398,2.235673666000366,-0.005158970132470131,0.23963570594787598,0.7896782457828522,261.0,66816.0,998.7681874979753,4276224.0 +411.65,25.530000686645508,4316.0,0.007592173758894205,0.0976765975356102,2.219700336456299,-0.005883092526346445,0.3323591351509094,0.7824242562055588,262.0,67072.0,1002.5649950669613,4292608.0 +406.47,24.649999618530273,4316.0,0.006671118084341288,0.07598876953125,2.1770198345184326,-0.0074757845140993595,0.3413163423538208,0.7450964152812958,263.0,67328.0,1006.3616321210284,4308992.0 +407.11,26.3700008392334,4229.0,0.006388740614056587,0.0730183944106102,2.1848466396331787,-0.006472286302596331,0.26482531428337097,0.7573150545358658,264.0,67584.0,1010.2359037839342,4325376.0 +406.24,26.40999984741211,4595.0,0.0062756966799497604,0.0726521834731102,2.1996304988861084,-0.006014721002429724,0.34626635909080505,0.7525249570608139,265.0,67840.0,1013.8017259568442,4341760.0 +389.3,24.200000762939453,4642.0,0.005780088249593973,0.06640625,2.17525315284729,-0.0062617645598948,0.5277484059333801,0.6590036749839783,266.0,68096.0,1017.3322796889115,4358144.0 +385.1,22.8700008392334,4601.0,0.007895566523075104,0.08746337890625,2.163160800933838,-0.007920066826045513,0.36960723996162415,0.7492550313472748,267.0,68352.0,1020.8937205900438,4374528.0 +406.79,25.139999389648438,4683.0,0.005881368648260832,0.0615030936896801,2.1612324714660645,-0.006816412787884474,0.2432146519422531,0.8216985166072845,268.0,68608.0,1024.3931612849701,4390912.0 +408.02,25.56999969482422,4619.0,0.006930858362466097,0.0788777694106102,2.1667063236236572,-0.005903612356632948,0.3518734872341156,0.7623304128646851,269.0,68864.0,1027.9427598048933,4407296.0 +405.07,26.0,4468.0,0.005678387824445963,0.0608723945915699,2.163346290588379,-0.0046982672065496445,0.38910719752311707,0.7211516201496124,270.0,69120.0,1031.6103615318425,4423680.0 +405.54,26.020000457763672,4418.0,0.0073957969434559345,0.0924275740981102,2.156954288482666,-0.006264032330363989,0.3278418183326721,0.7492044270038605,271.0,69376.0,1035.319517843891,4440064.0 +416.04,26.469999313354492,4382.0,0.005725795403122902,0.0681559219956398,2.141295909881592,-0.006222806870937347,0.24645714461803436,0.826925054192543,272.0,69632.0,1039.0588225100655,4456448.0 +413.78,26.149999618530273,4362.0,0.006928442511707544,0.0791422501206398,2.116307020187378,-0.005767169874161482,0.34579500555992126,0.7830828279256821,273.0,69888.0,1042.8170261948835,4472832.0 +401.23,24.459999084472656,4428.0,0.0058527179062366486,0.0652058944106102,2.1147565841674805,-0.006714118178933859,0.542499840259552,0.648724228143692,274.0,70144.0,1046.5177126899362,4489216.0 +398.16,25.270000457763672,4534.0,0.006769633386284113,0.0771891251206398,2.1306304931640625,-0.00518577778711915,0.2978072464466095,0.7603694349527359,275.0,70400.0,1050.131755684968,4505600.0 +406.42,26.209999084472656,4503.0,0.006595149636268616,0.0726521834731102,2.0947346687316895,-0.005269451066851616,0.4022330939769745,0.7502019554376602,276.0,70656.0,1053.771220974857,4521984.0 +396.36,25.3799991607666,4499.0,0.007261167746037245,0.0934855118393898,2.0865180492401123,-0.006214761640876532,0.5036949515342712,0.679234504699707,277.0,70912.0,1057.4141617340501,4538368.0 +398.81,25.6299991607666,4695.0,0.007399579044431448,0.0958658829331398,2.090275287628174,-0.005292984191328287,0.24555039405822754,0.8155710697174072,278.0,71168.0,1060.9046356270555,4554752.0 +407.71,26.3799991607666,4745.0,0.00557684013620019,0.06268310546875,2.0896308422088623,-0.006641368847340345,0.3628377914428711,0.7556717395782471,279.0,71424.0,1064.357699617045,4571136.0 +403.52,24.8700008392334,4798.0,0.007841365411877632,0.0887654647231102,2.088165521621704,-0.006552903447300196,0.4716742932796478,0.7473520040512085,280.0,71680.0,1067.7736734519713,4587520.0 +401.74,23.969999313354492,4756.0,0.006124336738139391,0.0670166015625,2.0998599529266357,-0.005916304420679808,0.39783820509910583,0.7693794220685959,281.0,71936.0,1071.2192508960143,4603904.0 +405.9,24.440000534057617,4828.0,0.006898037623614073,0.0846150740981102,2.0859522819519043,-0.005500245373696089,0.34144020080566406,0.7929941415786743,282.0,72192.0,1074.6132751270197,4620288.0 +408.88,25.15999984741211,4586.0,0.00795838050544262,0.09539794921875,2.1088263988494873,-0.0055074021220207214,0.37775877118110657,0.7734968662261963,283.0,72448.0,1078.1864090329036,4636672.0 +399.62,24.489999771118164,4362.0,0.00804143212735653,0.1059366837143898,2.0980212688446045,-0.006347032263875008,0.5567749738693237,0.7131732106208801,284.0,72704.0,1081.9427487929352,4653056.0 +394.39,24.56999969482422,4394.0,0.007683304604142904,0.0874837264418602,2.112370014190674,-0.004697668831795454,0.48754510283470154,0.7080536782741547,285.0,72960.0,1085.672314548865,4669440.0 +389.24,23.899999618530273,4516.0,0.00637727789580822,0.0772501602768898,2.124147653579712,-0.007748689968138933,0.4634939134120941,0.7253365516662598,286.0,73216.0,1089.3007562488783,4685824.0 +398.87,25.3799991607666,4448.0,0.007021380588412285,0.0905354842543602,2.15280818939209,-0.005696432199329138,0.3974461555480957,0.7878762483596802,287.0,73472.0,1092.9852217219304,4702208.0 +409.33,26.540000915527344,4898.0,0.007417215500026941,0.0833943709731102,2.128495454788208,-0.003934665583074093,0.33744028210639954,0.7882160693407059,288.0,73728.0,1096.330742049031,4718592.0 +398.55,25.84000015258789,4550.0,0.010323516093194485,0.1247762069106102,2.1474382877349854,-0.003759753191843629,0.5073397755622864,0.758591428399086,289.0,73984.0,1099.9317278580274,4734976.0 +391.77,25.700000762939453,4736.0,0.012970923446118832,0.14691162109375,2.120464563369751,-0.0020878578070551157,0.491534560918808,0.732105553150177,290.0,74240.0,1103.3925897069275,4751360.0 +392.93,25.93000030517578,4679.0,0.008043305017054081,0.10186767578125,2.121823310852051,-0.005905697122216225,0.36641013622283936,0.7784528285264969,291.0,74496.0,1106.8947377270088,4767744.0 +394.61,25.549999237060547,4572.0,0.00961311999708414,0.12139892578125,2.1051249504089355,-0.00466877780854702,0.4632326066493988,0.7711480259895325,292.0,74752.0,1110.4785220860504,4784128.0 +403.2,26.540000915527344,4871.0,0.007867500185966492,0.0981038436293602,2.1286842823028564,-0.005670890677720308,0.3321002125740051,0.788499191403389,293.0,75008.0,1113.842591815861,4800512.0 +411.02,26.829999923706055,4529.0,0.005415677558630705,0.0590006522834301,2.10052752494812,-0.005910541862249374,0.3316034972667694,0.8206332474946976,294.0,75264.0,1117.4610261749476,4816896.0 +418.01,27.420000076293945,4376.0,0.006534483749419451,0.0693155899643898,2.113994836807251,-0.005377741996198893,0.32093346118927,0.8153557330369949,295.0,75520.0,1121.2056644130498,4833280.0 +408.56,26.34000015258789,4474.0,0.007942999713122845,0.0977986678481102,2.096139669418335,-0.0046015409752726555,0.4256066381931305,0.761215329170227,296.0,75776.0,1124.8683504308574,4849664.0 +400.04,26.469999313354492,4520.0,0.006246456876397133,0.0728963240981102,2.07871150970459,-0.007131442427635193,0.41553547978401184,0.7734023481607437,297.0,76032.0,1128.494044946041,4866048.0 +391.54,25.100000381469727,4618.0,0.007487500086426735,0.0917561873793602,2.0816009044647217,-0.006728820037096739,0.49773797392845154,0.7340114116668701,298.0,76288.0,1132.042580776848,4882432.0 +394.1,24.190000534057617,4539.0,0.007922044955193996,0.0959879532456398,2.106630563735962,-0.007201161701232195,0.5116673111915588,0.7406813204288483,299.0,76544.0,1135.6527713688556,4898816.0 +400.68,24.860000610351562,4311.0,0.006894581485539675,0.0832723006606102,2.0632686614990234,-0.00752883730456233,0.3299572765827179,0.8030809760093689,300.0,76800.0,1139.4541004910134,4915200.0 +397.76,25.520000457763672,4427.0,0.007328606676310301,0.0846761092543602,2.09009051322937,-0.006607384886592627,0.4197361469268799,0.754181981086731,301.0,77056.0,1143.155673676869,4931584.0 +400.46,26.049999237060547,4437.0,0.007892935536801815,0.09588623046875,2.0851285457611084,-0.005964852869510651,0.44392213225364685,0.746373176574707,302.0,77312.0,1146.8491064128466,4947968.0 +397.43,25.760000228881836,4432.0,0.007392946630716324,0.0880126953125,2.0528905391693115,-0.007463975343853235,0.3293737471103668,0.7875587493181229,303.0,77568.0,1150.5464570689946,4964352.0 +411.09,26.459999084472656,4510.0,0.0076898373663425446,0.0947062149643898,2.075186014175415,-0.0070650395937263966,0.36707139015197754,0.7862030118703842,304.0,77824.0,1154.180081224069,4980736.0 +401.12,25.18000030517578,4616.0,0.007919007912278175,0.1018269881606102,2.065462827682495,-0.006037887651473284,0.5059804916381836,0.7263740599155426,305.0,78080.0,1157.7304438280407,4997120.0 +393.04,24.389999389648438,4648.0,0.009287222288548946,0.1047566756606102,2.0461440086364746,-0.006137786898761988,0.39101991057395935,0.7428107261657715,306.0,78336.0,1161.255576865049,5013504.0 +400.68,25.600000381469727,4774.0,0.008848017081618309,0.1065673828125,2.0889053344726562,-0.0035252645611763,0.44910380244255066,0.7433091700077057,307.0,78592.0,1164.6882846869994,5029888.0 +410.21,26.25,4697.0,0.006867490708827972,0.0851847305893898,2.0767500400543213,-0.006175236310809851,0.36688777804374695,0.8068471848964691,308.0,78848.0,1168.1775218348484,5046272.0 +409.41,26.309999465942383,4411.0,0.006799627095460892,0.0778605118393898,2.0903637409210205,-0.005339536815881729,0.41002413630485535,0.7610421031713486,309.0,79104.0,1171.8926454689354,5062656.0 +408.89,26.06999969482422,4344.0,0.007075633853673935,0.0844319686293602,2.070272445678711,-0.006784272845834494,0.3644566535949707,0.8091573864221573,310.0,79360.0,1175.6649589340668,5079040.0 +396.74,25.06999969482422,4436.0,0.008407038636505604,0.0988566055893898,2.0465781688690186,-0.00618620915338397,0.46913886070251465,0.7187192738056183,311.0,79616.0,1179.3590079520363,5095424.0 +383.4,25.190000534057617,4305.0,0.0076049440540373325,0.0943400040268898,2.0580525398254395,-0.007166168186813593,0.5777084827423096,0.7188929319381714,312.0,79872.0,1183.1651245879475,5111808.0 +382.47,25.299999237060547,4232.0,0.006202346179634333,0.0733439102768898,2.024125099182129,-0.007783886045217514,0.41841939091682434,0.762766107916832,313.0,80128.0,1187.036881905049,5128192.0 +397.29,26.229999542236328,4472.0,0.007166536524891853,0.0857950821518898,2.052729368209839,-0.005771447438746691,0.36629247665405273,0.7995783984661102,314.0,80384.0,1190.7009991749655,5144576.0 +404.62,25.989999771118164,4517.0,0.008017814718186855,0.0995890274643898,1.9980521202087402,-0.007266674190759659,0.5399660468101501,0.7540740370750427,315.0,80640.0,1194.3284013280645,5160960.0 +401.15,24.6200008392334,4408.0,0.0073809996247291565,0.0900065079331398,2.006826162338257,-0.005431741010397673,0.4870854914188385,0.7676357626914978,316.0,80896.0,1198.0457702209242,5177344.0 +392.03,24.18000030517578,4481.0,0.008920267224311829,0.1097005233168602,2.020719289779663,-0.005362410098314285,0.6429288983345032,0.7222298681735992,317.0,81152.0,1201.7030011420138,5193728.0 +389.01,24.610000610351562,4587.0,0.011964951641857624,0.1423136442899704,1.9902242422103882,-0.003445203648880124,0.6123319268226624,0.6926262676715851,318.0,81408.0,1205.2753547329921,5210112.0 +398.85,26.100000381469727,4473.0,0.0161151010543108,0.2037150114774704,1.9931163787841797,-0.00314410706050694,0.37658441066741943,0.7903935611248016,319.0,81664.0,1208.93975601485,5226496.0 +404.45,26.100000381469727,4393.0,0.00908905640244484,0.1164754256606102,1.9729739427566528,-0.004170529544353485,0.47141754627227783,0.7636863142251968,320.0,81920.0,1212.670285325963,5242880.0 +408.36,25.450000762939453,4354.0,0.008190314285457134,0.1010945662856102,1.9976900815963745,-0.005770756397396326,0.3512803614139557,0.8154080957174301,321.0,82176.0,1216.4335204840172,5259264.0 +409.74,25.690000534057617,4439.0,0.00857470091432333,0.1165568009018898,1.9850516319274902,-0.005711210425943136,0.4011664092540741,0.8028353303670883,322.0,82432.0,1220.1250052340329,5275648.0 +401.43,25.489999771118164,4646.0,0.0075365100055933,0.0909016951918602,1.974077820777893,-0.007795900572091341,0.6296482086181641,0.711092084646225,323.0,82688.0,1223.652367908042,5292032.0 +397.99,25.31999969482422,4413.0,0.007209446746855974,0.0904744490981102,1.966306209564209,-0.006185932084918022,0.4305933713912964,0.7579168975353241,324.0,82944.0,1227.3656135150231,5308416.0 +399.45,25.549999237060547,4410.0,0.007119458634406328,0.0868937149643898,1.9862114191055298,-0.007531270384788513,0.5213165879249573,0.7527585923671722,325.0,83200.0,1231.0813162538689,5324800.0 +394.6,25.1299991607666,4467.0,0.008595013059675694,0.1092936173081398,1.9865894317626953,-0.005766558926552534,0.5320925116539001,0.7581619620323181,326.0,83456.0,1234.7491876040585,5341184.0 +389.6,26.020000457763672,4620.0,0.008024155162274837,0.1028238907456398,1.9794243574142456,-0.005398161243647337,0.539836049079895,0.7424862682819366,327.0,83712.0,1238.2965947608463,5357568.0 +387.57,26.15999984741211,4403.0,0.008402683772146702,0.10101318359375,2.0099542140960693,-0.006387833971530199,0.49689018726348877,0.736311286687851,328.0,83968.0,1242.0184122270439,5373952.0 +397.26,26.6299991607666,4174.0,0.008279389701783657,0.1035359725356102,2.030198812484741,-0.005254754796624184,0.3598378002643585,0.8062153607606888,329.0,84224.0,1245.944307000842,5390336.0 +396.15,25.889999389648438,4186.0,0.009820654056966305,0.11553955078125,2.0296943187713623,-0.004610543604940176,0.6211305260658264,0.7239494919776917,330.0,84480.0,1249.858932016883,5406720.0 +395.71,25.309999465942383,4166.0,0.007623490411788225,0.100341796875,2.0084450244903564,-0.006271303165704012,0.3472577631473541,0.8250032812356949,331.0,84736.0,1253.7929582418874,5423104.0 +397.21,25.579999923706055,4184.0,0.007851654663681984,0.0944620743393898,2.0022194385528564,-0.007029151543974876,0.5291187763214111,0.7502460926771164,332.0,84992.0,1257.7094504688866,5439488.0 +395.76,25.110000610351562,4288.0,0.010096699930727482,0.13348388671875,2.0079004764556885,-0.006702179554849863,0.5640101432800293,0.7348998188972473,333.0,85248.0,1261.530703624012,5455872.0 +375.93,23.84000015258789,4234.0,0.009409193880856037,0.12005615234375,1.9775875806808472,-0.00774419866502285,0.7958173751831055,0.6743908822536469,334.0,85504.0,1265.4003223229665,5472256.0 +372.16,23.18000030517578,4338.0,0.011943631805479527,0.1602376252412796,1.9480870962142944,-0.004043335560709238,0.44984522461891174,0.7818603515625,335.0,85760.0,1269.1815088349395,5488640.0 +387.82,24.25,4569.0,0.00876134168356657,0.1146443709731102,1.968247890472412,-0.005603318568319082,0.637725293636322,0.6753758490085602,336.0,86016.0,1272.7678145349491,5505024.0 +390.28,23.649999618530273,4400.0,0.014205683022737503,0.1646525114774704,1.9922126531600952,-0.0031569122802466154,0.745922327041626,0.7008317708969116,337.0,86272.0,1276.492122775875,5521408.0 +381.59,22.3799991607666,4420.0,0.013250182382762432,0.1716105192899704,1.9803657531738281,-0.003753463737666607,0.7309184074401855,0.7018746137619019,338.0,86528.0,1280.1995848659426,5537792.0 +384.58,23.5,4454.0,0.015302474610507488,0.2023722380399704,2.0178534984588623,-0.0026877019554376602,0.4694923162460327,0.7614092379808426,339.0,86784.0,1283.879683976993,5554176.0 +390.49,23.860000610351562,4524.0,0.010893270373344421,0.1388142853975296,1.9956389665603638,-0.004419096279889345,0.6315926909446716,0.748506098985672,340.0,87040.0,1287.5026281219907,5570560.0 +375.9,22.1200008392334,4401.0,0.014033990912139416,0.171630859375,2.00642991065979,-0.005187400616705418,0.8191718459129333,0.676405280828476,341.0,87296.0,1291.225951029919,5586944.0 +376.73,22.600000381469727,4488.0,0.012282617390155792,0.1524251252412796,1.9849052429199219,-0.002017250284552574,0.6198505759239197,0.7411130964756012,342.0,87552.0,1294.8773404420353,5603328.0 +377.2,22.690000534057617,4396.0,0.019523687660694122,0.2091064453125,1.9805322885513306,0.0004005114024039358,0.8457867503166199,0.6435979604721069,343.0,87808.0,1298.6052907689009,5619712.0 +362.31,21.329999923706055,4291.0,0.011382690630853176,0.14495849609375,2.000915288925171,-0.006110047455877066,0.7551522254943848,0.6747815608978271,344.0,88064.0,1302.424096971983,5636096.0 +378.59,24.09000015258789,4393.0,0.012490659020841122,0.162109375,2.033032178878784,-0.004431501030921936,0.3945279121398926,0.7859891951084137,345.0,88320.0,1306.1539417409804,5652480.0 +397.42,26.690000534057617,4378.0,0.023606469854712486,0.2703043520450592,2.0198442935943604,-0.00044449479901231825,0.2529584467411041,0.8402124792337418,346.0,88576.0,1309.8968907860108,5668864.0 +411.21,27.6299991607666,4353.0,0.011408110149204731,0.1509196013212204,2.0221917629241943,-0.004559289198368788,0.3735167682170868,0.7791659832000732,347.0,88832.0,1313.6612634179182,5685248.0 +398.86,25.690000534057617,4503.0,0.01572503335773945,0.1912638396024704,2.004690647125244,-0.002465237397700548,0.5490358471870422,0.6961412131786346,348.0,89088.0,1317.2999626898672,5701632.0 +398.8,26.260000228881836,4444.0,0.01805289275944233,0.2179362028837204,2.0502655506134033,-4.5245204091770574e-05,0.42663630843162537,0.7820527702569962,349.0,89344.0,1320.9866562099196,5718016.0 +405.02,26.530000686645508,4239.0,0.009830628521740437,0.1226603165268898,2.0682783126831055,-0.0028629861772060394,0.4054197371006012,0.8129244744777679,350.0,89600.0,1324.852049804991,5734400.0 +402.89,26.209999084472656,4622.0,0.008766633458435535,0.1083577498793602,2.068700075149536,-0.003685960778966546,0.4804343283176422,0.7779673337936401,351.0,89856.0,1328.4007663219236,5750784.0 +395.86,25.579999923706055,4432.0,0.006104928907006979,0.0692952498793602,2.092311382293701,-0.006336280610412359,0.4265393316745758,0.7908912301063538,352.0,90112.0,1332.0979887780268,5767168.0 +394.37,25.8700008392334,4613.0,0.007279787212610245,0.0873616561293602,2.059534788131714,-0.005128036718815565,0.4708842933177948,0.7642936855554581,353.0,90368.0,1335.650144384941,5783552.0 +391.1,26.729999542236328,4576.0,0.010460746474564075,0.13006591796875,2.043811559677124,-0.002479186048731208,0.565317690372467,0.720656007528305,354.0,90624.0,1339.231393479975,5799936.0 +387.94,26.3799991607666,4402.0,0.019663112238049507,0.2374064177274704,2.0845329761505127,0.0008302725036628544,0.535166323184967,0.7365566194057465,355.0,90880.0,1342.9547594408505,5816320.0 +381.16,26.1200008392334,4573.0,0.010405492968857288,0.13262939453125,2.072064161300659,-0.006732964422553778,0.45809152722358704,0.7088253200054169,356.0,91136.0,1346.5380437949207,5832704.0 +377.32,25.020000457763672,4457.0,0.010068550705909729,0.1166585311293602,2.0878515243530273,-0.007228193338960409,0.5994078516960144,0.6785174608230591,357.0,91392.0,1350.2143829709385,5849088.0 +378.87,23.219999313354492,4291.0,0.014912779442965984,0.20355224609375,2.0739428997039795,-0.0076783206313848495,0.5701776146888733,0.6876635551452637,358.0,91648.0,1354.033148381859,5865472.0 +363.36,22.059999465942383,4238.0,0.019191881641745567,0.2139892578125,2.0170676708221436,-0.0027862924616783857,0.7654401659965515,0.5985814929008484,359.0,91904.0,1357.9002578419168,5881856.0 +374.46,22.860000610351562,4358.0,0.013326792977750301,0.1487630158662796,2.016629695892334,-0.003511973423883319,0.4855162799358368,0.7283782958984375,360.0,92160.0,1361.6603723959997,5898240.0 +377.39,23.350000381469727,4269.0,0.010767157189548016,0.1395060271024704,2.0475716590881348,-0.004323761444538832,0.4755295217037201,0.7146230638027191,361.0,92416.0,1365.498573511839,5914624.0 +390.01,24.799999237060547,4382.0,0.007252496201545,0.0862019881606102,2.037376642227173,-0.007830172777175903,0.4874520003795624,0.6785088777542114,362.0,92672.0,1369.238296673866,5931008.0 +381.58,23.979999542236328,4548.0,0.009267562068998814,0.1178181990981102,2.038869619369507,-0.007555291522294283,0.5178491473197937,0.7017590999603271,363.0,92928.0,1372.8416701550595,5947392.0 +383.88,23.6299991607666,4489.0,0.00888397078961134,0.1026814803481102,2.04508638381958,-0.007074432447552681,0.5768872499465942,0.6837680339813232,364.0,93184.0,1376.491466532927,5963776.0 +390.09,23.360000610351562,4627.0,0.006530756130814552,0.0749918594956398,2.0712850093841553,-0.007925404235720634,0.2831975221633911,0.8324430733919144,365.0,93440.0,1380.0329369539395,5980160.0 +409.23,25.25,4339.0,0.007009238004684448,0.08197021484375,2.0820655822753906,-0.007209544535726309,0.23869061470031738,0.8501231372356415,366.0,93696.0,1383.809377499856,5996544.0 +407.08,25.280000686645508,4351.0,0.008167816326022148,0.10504150390625,2.113166332244873,-0.006404263898730278,0.40400293469429016,0.7658383399248123,367.0,93952.0,1387.5755961600225,6012928.0 +394.93,26.1200008392334,4419.0,0.008650590665638447,0.1078898087143898,2.0960285663604736,-0.006416067481040955,0.3782360553741455,0.7417521178722382,368.0,94208.0,1391.283635909902,6029312.0 +403.73,26.84000015258789,4283.0,0.008338087238371372,0.1041463240981102,2.100487470626831,-0.006731319706887007,0.23671378195285797,0.8412215113639832,369.0,94464.0,1395.1089829748962,6045696.0 +410.96,27.139999389648438,4377.0,0.008079331368207932,0.10150146484375,2.097386360168457,-0.005889295134693384,0.33245983719825745,0.7793653607368469,370.0,94720.0,1398.8527921459172,6062080.0 +409.3,26.610000610351562,4596.0,0.008900322951376438,0.1111653670668602,2.108400344848633,-0.005900994408875704,0.3803384006023407,0.7664275169372559,371.0,94976.0,1402.41828940087,6078464.0 +398.2,24.790000915527344,4496.0,0.006340827792882919,0.0711873397231102,2.121516466140747,-0.006920991465449333,0.5734245181083679,0.7359355092048645,372.0,95232.0,1406.062587524997,6094848.0 +399.73,25.049999237060547,4522.0,0.009913449175655842,0.1208902969956398,2.138300657272339,-0.005227322224527597,0.2682775855064392,0.8261991143226624,373.0,95488.0,1409.6859149760567,6111232.0 +392.79,25.18000030517578,4528.0,0.006427554879337549,0.0690511092543602,2.1248981952667236,-0.008456622250378132,0.518500804901123,0.7270734012126923,374.0,95744.0,1413.3046414789278,6127616.0 +383.98,25.260000228881836,4478.0,0.007496799807995558,0.0879720076918602,2.1200428009033203,-0.005834697280079126,0.4563184678554535,0.732554703950882,375.0,96000.0,1416.96383108804,6144000.0 +382.59,24.920000076293945,4442.0,0.006284821778535843,0.0641682967543602,2.132603645324707,-0.006342059001326561,0.5153184533119202,0.7026416957378387,376.0,96256.0,1420.6527998768725,6160384.0 +393.28,25.389999389648438,4390.0,0.006503894459456205,0.0732828751206398,2.1168370246887207,-0.008030261844396591,0.4779548645019531,0.7054720222949982,377.0,96512.0,1424.3860879139975,6176768.0 +390.4,25.1200008392334,4487.0,0.006946696434170008,0.088134765625,2.1058778762817383,-0.006566361058503389,0.3719022274017334,0.772581085562706,378.0,96768.0,1428.038684445899,6193152.0 +396.09,25.709999084472656,4439.0,0.0068952846340835094,0.0791015625,2.0829288959503174,-0.00654964754357934,0.3453969657421112,0.797596886754036,379.0,97024.0,1431.7297354049515,6209536.0 +400.15,26.829999923706055,4460.0,0.007983965799212456,0.1013387069106102,2.0837910175323486,-0.008292882703244686,0.2703370451927185,0.8189808130264282,380.0,97280.0,1435.4031854879577,6225920.0 +401.38,27.479999542236328,4248.0,0.008218335919082165,0.1103108748793602,2.1012187004089355,-0.0074174352921545506,0.35063377022743225,0.7966643124818802,381.0,97536.0,1439.2605224968866,6242304.0 +400.81,27.260000228881836,4340.0,0.007554549258202314,0.0911661759018898,2.124782085418701,-0.007208337541669607,0.42714786529541016,0.7624737173318863,382.0,97792.0,1443.036405842984,6258688.0 +398.94,26.209999084472656,4461.0,0.007187655195593834,0.0846354141831398,2.1377546787261963,-0.007558254059404135,0.3957923352718353,0.7942188531160355,383.0,98048.0,1446.7095017230604,6275072.0 +405.97,26.90999984741211,4393.0,0.007157300133258104,0.0851643905043602,2.1236824989318848,-0.007924276404082775,0.36071979999542236,0.8029997199773788,384.0,98304.0,1450.4390776909422,6291456.0 +409.14,27.18000030517578,4647.0,0.006190488580614328,0.0736083984375,2.1191961765289307,-0.007712628226727247,0.37159112095832825,0.7889145761728287,385.0,98560.0,1453.9654928760137,6307840.0 +405.11,27.229999542236328,4381.0,0.008373640477657318,0.1066487655043602,2.1168911457061768,-0.007162140216678381,0.3402731418609619,0.7736121118068695,386.0,98816.0,1457.7052444429137,6324224.0 +403.52,27.170000076293945,4261.0,0.0106437923386693,0.1364542692899704,2.1142876148223877,-0.0058306739665567875,0.32547327876091003,0.8059896379709244,387.0,99072.0,1461.550564599922,6340608.0 +400.33,26.760000228881836,4478.0,0.014786978252232075,0.2015584260225296,2.106821298599243,-0.004486041143536568,0.30629682540893555,0.7983964830636978,388.0,99328.0,1465.209713920951,6356992.0 +401.28,26.3799991607666,4344.0,0.022366153076291084,0.23797607421875,2.0933635234832764,0.004452370572835207,0.3154122233390808,0.7886722236871719,389.0,99584.0,1468.981811447069,6373376.0 +399.66,25.639999389648438,4255.0,0.014544392935931683,0.1829833984375,2.122512102127075,-0.005937263369560242,0.507717490196228,0.7218292355537415,390.0,99840.0,1472.8326482519042,6389760.0 +397.32,25.280000686645508,4342.0,0.014603067189455032,0.1981404572725296,2.1285452842712402,-0.004471442196518183,0.30636781454086304,0.8229915052652359,391.0,100096.0,1476.6065420699306,6406144.0 +402.58,25.540000915527344,4419.0,0.014746242202818394,0.1855265349149704,2.14925217628479,-0.0011720774928107858,0.4614410102367401,0.7184281647205353,392.0,100352.0,1480.315099430969,6422528.0 +392.93,24.360000610351562,4322.0,0.007320026401430368,0.0918985977768898,2.1666622161865234,-0.006827735807746649,0.47418975830078125,0.7301003634929657,393.0,100608.0,1484.106454018969,6438912.0 +394.07,24.850000381469727,4291.0,0.006571828853338957,0.07733154296875,2.178062677383423,-0.007649058476090431,0.3816910982131958,0.7684962451457977,394.0,100864.0,1487.9252154908609,6455296.0 +395.79,25.389999389648438,4300.0,0.0069871642626821995,0.0791829451918602,2.1870882511138916,-0.0055334195494651794,0.4047878682613373,0.7469387054443359,395.0,101120.0,1491.7361463969573,6471680.0 +401.45,25.290000915527344,4259.0,0.00700121046975255,0.08447265625,2.1901025772094727,-0.006720222067087889,0.2533741891384125,0.8222829401493073,396.0,101376.0,1495.5834535569884,6488064.0 +410.57,25.860000610351562,4536.0,0.008770654909312725,0.1099853515625,2.2109382152557373,-0.008217384107410908,0.29312825202941895,0.7952769994735718,397.0,101632.0,1499.196143971989,6504448.0 +413.28,25.270000457763672,4460.0,0.007473432924598455,0.0900472030043602,2.213214874267578,-0.007898873649537563,0.36077746748924255,0.8094724416732788,398.0,101888.0,1502.870779601857,6520832.0 +407.39,24.920000076293945,4463.0,0.00698810676112771,0.0853271484375,2.1964848041534424,-0.007144648116081953,0.35842299461364746,0.7626405656337738,399.0,102144.0,1506.5422625530045,6537216.0 +393.55,24.3700008392334,4737.0,0.006531758699566126,0.0730387344956398,2.2118585109710693,-0.008624003268778324,0.4251854419708252,0.7395008206367493,400.0,102400.0,1510.001339772949,6553600.0 +398.26,24.399999618530273,4565.0,0.008750686421990395,0.1098225936293602,2.2001590728759766,-0.008256493136286736,0.4308547079563141,0.7469062805175781,401.0,102656.0,1513.5906438620295,6569984.0 +400.45,24.3799991607666,4528.0,0.006224373821169138,0.07098388671875,2.206353187561035,-0.008081266656517982,0.33133915066719055,0.8333625048398972,402.0,102912.0,1517.2097143169958,6586368.0 +401.36,24.450000762939453,4517.0,0.008346334099769592,0.09942626953125,2.2046327590942383,-0.007559144403785467,0.44339117407798767,0.7817186564207077,403.0,103168.0,1520.8377973418683,6602752.0 +401.41,25.010000228881836,4315.0,0.011121433228254318,0.148193359375,2.2086989879608154,-0.006157202646136284,0.2998279929161072,0.8246833235025406,404.0,103424.0,1524.6354593520518,6619136.0 +388.79,24.540000915527344,4389.0,0.01405515056103468,0.1926676481962204,2.1961193084716797,-0.008352972567081451,0.48408231139183044,0.7365185618400574,405.0,103680.0,1528.36964489799,6635520.0 +393.26,25.040000915527344,4430.0,0.011984189040958881,0.1650390625,2.214212656021118,-0.004867147654294968,0.35955920815467834,0.7600999474525452,406.0,103936.0,1532.0684022519272,6651904.0 +397.27,24.600000381469727,4345.0,0.006567999720573425,0.07073974609375,2.1927201747894287,-0.007104650139808655,0.31148016452789307,0.7934204339981079,407.0,104192.0,1535.8395818939898,6668288.0 +401.86,24.860000610351562,4390.0,0.007805105298757553,0.09039306640625,2.197674512863159,-0.008221549913287163,0.4475386142730713,0.7128821015357971,408.0,104448.0,1539.5730251490604,6684672.0 +400.54,24.530000686645508,4561.0,0.00880409311503172,0.10638427734375,2.1882970333099365,-0.005228874739259481,0.3441450297832489,0.7682100236415863,409.0,104704.0,1543.1657510378864,6701056.0 +391.97,24.030000686645508,4672.0,0.009193810634315014,0.119384765625,2.2148988246917725,-0.005557307507842779,0.49095961451530457,0.7086288332939148,410.0,104960.0,1546.6728567669634,6717440.0 +383.92,24.010000228881836,4447.0,0.008374035358428955,0.0996500626206398,2.2043278217315674,-0.00837626401335001,0.4940599203109741,0.6806040704250336,411.0,105216.0,1550.3577076329384,6733824.0 +382.02,24.440000534057617,4346.0,0.009334872476756573,0.1121622696518898,2.192046880722046,-0.008581885136663914,0.4079696834087372,0.7417574524879456,412.0,105472.0,1554.1284863229375,6750208.0 +395.5,26.219999313354492,4472.0,0.008590585552155972,0.10205078125,2.215219259262085,-0.006633393000811338,0.2500351667404175,0.822657898068428,413.0,105728.0,1557.7930468339473,6766592.0 +400.56,26.709999084472656,4522.0,0.006951671559363604,0.0822347030043602,2.214704751968384,-0.00780211016535759,0.34181395173072815,0.7660061568021774,414.0,105984.0,1561.4163239698391,6782976.0 +400.44,25.530000686645508,4428.0,0.006172520574182272,0.0664876326918602,2.2234652042388916,-0.007098205387592316,0.3817119598388672,0.7394585013389587,415.0,106240.0,1565.1170634089503,6799360.0 +395.61,25.93000030517578,4484.0,0.006457066163420677,0.0762939453125,2.192216157913208,-0.008660386316478252,0.32429754734039307,0.7684822976589203,416.0,106496.0,1568.7716549718753,6815744.0 +390.4,26.670000076293945,4534.0,0.008635851554572582,0.1036580428481102,2.2004282474517822,-0.008410632610321045,0.29115477204322815,0.796444371342659,417.0,106752.0,1572.3852095289622,6832128.0 +391.27,26.510000228881836,4517.0,0.015130695886909962,0.1750691682100296,2.1870920658111572,-0.0030376333743333817,0.3101480007171631,0.7580502331256866,418.0,107008.0,1576.0132733779028,6848512.0 +400.75,26.260000228881836,4571.0,0.01826525293290615,0.2055460661649704,2.1837592124938965,-0.0008998620905913413,0.3468503952026367,0.7362343966960907,419.0,107264.0,1579.6011376809329,6864896.0 +397.15,25.8700008392334,4415.0,0.011920218355953693,0.14105224609375,2.179577589035034,-0.0034263848792761564,0.4290591776371002,0.6677425801753998,420.0,107520.0,1583.3136726480443,6881280.0 +383.98,24.329999923706055,4641.0,0.012592579238116741,0.15667724609375,2.189884662628174,-0.006345957517623901,0.5082485675811768,0.6731260716915131,421.0,107776.0,1586.844264372019,6897664.0 +382.18,24.600000381469727,4584.0,0.011916202493011951,0.1655070036649704,2.2011988162994385,-0.0055573382414877415,0.39038321375846863,0.7039578557014465,422.0,108032.0,1590.4189119010698,6914048.0 +391.52,25.360000610351562,4429.0,0.009137355722486973,0.11663818359375,2.2222788333892822,-0.007424080278724432,0.2974828779697418,0.7825602144002914,423.0,108288.0,1594.119269086048,6930432.0 +403.11,26.75,4394.0,0.007414881139993668,0.0842488631606102,2.220128297805786,-0.007365592289716005,0.26127639412879944,0.7740757763385773,424.0,108544.0,1597.8483509188518,6946816.0 +397.0,25.309999465942383,4153.0,0.014033007435500622,0.1658528596162796,2.2271029949188232,-0.0063672554679214954,0.4117567539215088,0.715682864189148,425.0,108800.0,1601.794059989974,6963200.0 +394.61,24.309999465942383,4239.0,0.014457945711910725,0.1924031525850296,2.2106568813323975,-0.004889091942459345,0.3375089168548584,0.73283851146698,426.0,109056.0,1605.6592659528833,6979584.0 +392.45,24.979999542236328,4473.0,0.010997566394507885,0.1498209685087204,2.2458791732788086,-0.008036106824874878,0.22943627834320068,0.763981968164444,427.0,109312.0,1609.3226374308579,6995968.0 +401.84,25.799999237060547,4341.0,0.008655642159283161,0.1033121719956398,2.2427704334259033,-0.007926600985229015,0.25492578744888306,0.7987264543771744,428.0,109568.0,1613.0978769720532,7012352.0 +395.24,25.020000457763672,4286.0,0.012616879306733608,0.1554362028837204,2.2284936904907227,-0.0070992112159729,0.4313565492630005,0.6865513622760773,429.0,109824.0,1616.9208273719996,7028736.0 +368.31,23.25,4477.0,0.012289684265851974,0.1403401643037796,2.225680112838745,-0.006648074835538864,0.5173699259757996,0.6876482963562012,430.0,110080.0,1620.5807603949215,7045120.0 +365.42,22.510000228881836,4500.0,0.014110296033322811,0.1746012419462204,2.219426393508911,-0.007305222097784281,0.41351842880249023,0.6675832271575928,431.0,110336.0,1624.222233657958,7061504.0 +383.88,24.3799991607666,4317.0,0.009825685992836952,0.1173502579331398,2.2244956493377686,-0.010695659555494785,0.25298282504081726,0.7398048937320709,432.0,110592.0,1628.0178356559481,7077888.0 +403.46,26.760000228881836,4347.0,0.013237717561423779,0.1675618439912796,2.2461884021759033,-0.007375675719231367,0.2542194724082947,0.7520540058612823,433.0,110848.0,1631.7870134669356,7094272.0 +409.43,26.81999969482422,4485.0,0.01257531438022852,0.1668701171875,2.255267858505249,-0.008746150881052017,0.262144535779953,0.6842415034770966,434.0,111104.0,1635.4402601430193,7110656.0 +397.29,24.6299991607666,4364.0,0.013270852155983448,0.15966796875,2.2512946128845215,-0.0031758693512529135,0.3831901550292969,0.656506359577179,435.0,111360.0,1639.1955609428696,7127040.0 +388.18,23.260000228881836,4427.0,0.011367139406502247,0.1520792692899704,2.2709481716156006,-0.004281553905457258,0.5031585097312927,0.5998792946338654,436.0,111616.0,1642.8973406008445,7143424.0 +378.13,23.290000915527344,4591.0,0.010041886009275913,0.1231485977768898,2.289673328399658,-0.006304777693003416,0.438016802072525,0.5586397647857666,437.0,111872.0,1646.4667895990424,7159808.0 +358.1,21.690000534057617,4559.0,0.00790486577898264,0.0975545272231102,2.282697916030884,-0.008228166028857231,0.6879177689552307,0.558717668056488,438.0,112128.0,1650.06125706085,7176192.0 +346.63,19.719999313354492,4409.0,0.009007495827972889,0.1001180037856102,2.2604968547821045,-0.00866759568452835,0.6145628690719604,0.5837695300579071,439.0,112384.0,1653.778232628014,7192576.0 +363.75,21.549999237060547,4270.0,0.00735408766195178,0.08648681640625,2.27724552154541,-0.008654731325805187,0.5384100079536438,0.6140935719013214,440.0,112640.0,1657.6154352540616,7208960.0 +372.75,22.770000457763672,4399.0,0.006860960740596056,0.0804850235581398,2.2783403396606445,-0.008071095682680607,0.403019517660141,0.6500349640846252,441.0,112896.0,1661.3399617499672,7225344.0 +375.06,23.700000762939453,4496.0,0.006389298010617495,0.07440185546875,2.25288462638855,-0.008413823321461678,0.35540518164634705,0.6988418102264404,442.0,113152.0,1664.9842885050457,7241728.0 +387.79,25.040000915527344,4446.0,0.005980510264635086,0.0661824569106102,2.255173921585083,-0.007781804073601961,0.40564361214637756,0.6407064497470856,443.0,113408.0,1668.6701655918732,7258112.0 +390.4,25.030000686645508,4434.0,0.00693616084754467,0.08599853515625,2.255566358566284,-0.008417264558374882,0.30008718371391296,0.7281872928142548,444.0,113664.0,1672.3661258709617,7274496.0 +385.15,24.5,4437.0,0.00817466527223587,0.1025390625,2.2571446895599365,-0.008037972263991833,0.5147981643676758,0.6250158250331879,445.0,113920.0,1676.0593098038808,7290880.0 +384.6,24.059999465942383,4585.0,0.007038231939077377,0.0768839493393898,2.2284748554229736,-0.00774404825642705,0.32031840085983276,0.7051464319229126,446.0,114176.0,1679.633865936892,7307264.0 +377.24,23.739999771118164,4433.0,0.007526458706706762,0.0863443985581398,2.257322072982788,-0.007832909934222698,0.5184106826782227,0.6297719180583954,447.0,114432.0,1683.3304632969666,7323648.0 +376.43,22.940000534057617,4376.0,0.009907222352921963,0.1169026717543602,2.24621319770813,-0.006666060537099838,0.5224084854125977,0.63258096575737,448.0,114688.0,1687.0751436739229,7340032.0 +377.74,24.3700008392334,4339.0,0.007539730053395033,0.0855509415268898,2.2476911544799805,-0.0061446670442819595,0.4036080539226532,0.6873684525489807,449.0,114944.0,1690.8514412050135,7356416.0 +387.88,25.190000534057617,4452.0,0.008266092278063297,0.0928955078125,2.2698798179626465,-0.008421323262155056,0.32401806116104126,0.721159428358078,450.0,115200.0,1694.5326290209778,7372800.0 +392.3,24.969999313354492,4409.0,0.00733432499691844,0.0825602188706398,2.248471736907959,-0.006567972246557474,0.4697263538837433,0.6172264218330383,451.0,115456.0,1698.249546536943,7389184.0 +388.29,23.6299991607666,4587.0,0.008744615130126476,0.1068522110581398,2.266174554824829,-0.007828986272215843,0.3218512237071991,0.7218606472015381,452.0,115712.0,1701.8220194010064,7405568.0 +395.48,25.059999465942383,4593.0,0.009325860999524593,0.11346435546875,2.2505602836608887,-0.006196673959493637,0.34026965498924255,0.7069483399391174,453.0,115968.0,1705.3895965919364,7421952.0 +393.23,25.1200008392334,4411.0,0.01324054691940546,0.1523844450712204,2.239314317703247,-0.00685893977060914,0.46939992904663086,0.6559976637363434,454.0,116224.0,1709.106453733053,7438336.0 +380.28,24.200000762939453,4437.0,0.014605906791985035,0.16326904296875,2.2481448650360107,-0.005934988614171743,0.5594941973686218,0.6033337414264679,455.0,116480.0,1712.7992344100494,7454720.0 +369.36,22.299999237060547,4424.0,0.008348342962563038,0.1028238907456398,2.221569299697876,-0.004531796555966139,0.49881207942962646,0.6069370806217194,456.0,116736.0,1716.5034314340446,7471104.0 +371.18,23.299999237060547,4566.0,0.007318889256566763,0.09271240234375,2.2056949138641357,-0.00884148571640253,0.4261828660964966,0.6989129781723022,457.0,116992.0,1720.0929462909698,7487488.0 +384.35,25.75,4693.0,0.007150436285883188,0.08233642578125,2.2286229133605957,-0.008377143181860447,0.27010324597358704,0.7441568672657013,458.0,117248.0,1723.5844716308638,7503872.0 +381.37,24.459999084472656,4572.0,0.006650275085121393,0.0715128555893898,2.1946775913238525,-0.007727838587015867,0.46682772040367126,0.6743110418319702,459.0,117504.0,1727.168764645001,7520256.0 +390.07,25.459999084472656,4311.0,0.00558507489040494,0.05780029296875,2.2001447677612305,-0.007298403885215521,0.3454045355319977,0.7057810425758362,460.0,117760.0,1730.969764671987,7536640.0 +389.59,23.639999389648438,4356.0,0.0067709400318562984,0.07501220703125,2.2288026809692383,-0.007909798063337803,0.3662181794643402,0.7280234098434448,461.0,118016.0,1734.7315654668491,7553024.0 +399.17,24.610000610351562,4519.0,0.00706047797575593,0.0791829451918602,2.2165918350219727,-0.007344089914113283,0.3954556882381439,0.6710556149482727,462.0,118272.0,1738.3581838340033,7569408.0 +398.28,25.09000015258789,4369.0,0.006922464817762375,0.0716349259018898,2.2251176834106445,-0.009014748968183994,0.3466097414493561,0.7603239417076111,463.0,118528.0,1742.1091146019753,7585792.0 +399.51,25.56999969482422,4397.0,0.008835100568830967,0.1059163436293602,2.2184643745422363,-0.006652308162301779,0.3524053990840912,0.727203369140625,464.0,118784.0,1745.8359154530335,7602176.0 +400.05,26.489999771118164,4538.0,0.012725400738418102,0.15655517578125,2.2255561351776123,-0.009806499816477299,0.26294729113578796,0.7949591875076294,465.0,119040.0,1749.4470787299797,7618560.0 +398.26,25.6200008392334,4606.0,0.014503266662359238,0.1796468049287796,2.2162065505981445,-0.006083592772483826,0.29262852668762207,0.7522661983966827,466.0,119296.0,1753.0048751200084,7634944.0 +378.77,24.1200008392334,4373.0,0.01690770871937275,0.1619669646024704,2.24560546875,-0.00430623535066843,0.6219606995582581,0.6172625720500946,467.0,119552.0,1756.7519963479135,7651328.0 +379.48,24.780000686645508,4566.0,0.00894803274422884,0.1152750626206398,2.2449421882629395,-0.009067725390195847,0.34942400455474854,0.7348120808601379,468.0,119808.0,1760.3410683840048,7667712.0 +381.44,24.469999313354492,4519.0,0.007689281832426786,0.0897013321518898,2.246643543243408,-0.006681979168206453,0.31548184156417847,0.7555918544530869,469.0,120064.0,1763.9668938240502,7684096.0 +397.64,25.899999618530273,4747.0,0.006922557950019836,0.0826822891831398,2.268474817276001,-0.0090520353987813,0.30394744873046875,0.7839928269386292,470.0,120320.0,1767.4188792940695,7700480.0 +393.83,25.56999969482422,4769.0,0.007454822305589914,0.0889078751206398,2.269744396209717,-0.007116841152310371,0.49342939257621765,0.6732111275196075,471.0,120576.0,1770.8547402210534,7716864.0 +391.07,24.940000534057617,4709.0,0.008831309154629707,0.1000569686293602,2.2655603885650635,-0.006196602713316679,0.45214608311653137,0.7115272581577301,472.0,120832.0,1774.3343113639858,7733248.0 +393.13,25.0,4725.0,0.017452837899327278,0.20294189453125,2.240342378616333,-0.0023810428101569414,0.3533988893032074,0.735735148191452,473.0,121088.0,1777.8026683060452,7749632.0 +391.1,24.889999389648438,4743.0,0.015368197113275528,0.2020467072725296,2.2735087871551514,-0.003554821014404297,0.4857536852359772,0.6527661681175232,474.0,121344.0,1781.2572539069224,7766016.0 +376.71,22.719999313354492,4481.0,0.010674209333956242,0.13287353515625,2.2569820880889893,-0.007353877183049917,0.6013956665992737,0.6352592706680298,475.0,121600.0,1784.9144024029374,7782400.0 +385.91,23.68000030517578,4374.0,0.008663060143589973,0.1021321639418602,2.278374433517456,-0.0069578164257109165,0.2963613271713257,0.7633711844682693,476.0,121856.0,1788.6609314559028,7798784.0 +393.21,23.5,4700.0,0.01197681576013565,0.1539306640625,2.286371946334839,-0.005962878931313753,0.460558146238327,0.6367906630039215,477.0,122112.0,1792.1471102058422,7815168.0 +385.52,23.25,4511.0,0.007408211473375559,0.088623046875,2.2808759212493896,-0.008094298653304577,0.4985368549823761,0.6323160529136658,478.0,122368.0,1795.779203247046,7831552.0 +384.21,23.93000030517578,4508.0,0.01004424411803484,0.1291096955537796,2.283869981765747,-0.006903065834194422,0.3207787573337555,0.6997588872909546,479.0,122624.0,1799.4144199339207,7847936.0 +396.16,24.950000762939453,4513.0,0.012209502048790455,0.1562703400850296,2.260847330093384,-0.007028235588222742,0.36221039295196533,0.7585366517305374,480.0,122880.0,1803.045288167894,7864320.0 +392.91,24.149999618530273,4452.0,0.007054583635181189,0.0852254256606102,2.243894338607788,-0.007597776595503092,0.5845341086387634,0.6351994574069977,481.0,123136.0,1806.7261495979037,7880704.0 +383.82,23.270000457763672,4364.0,0.010013190098106861,0.1206258162856102,2.23651123046875,-0.0065697673708200455,0.4981454312801361,0.689969390630722,482.0,123392.0,1810.480438767001,7897088.0 +386.0,24.209999084472656,4259.0,0.011990022845566273,0.1474405974149704,2.2259700298309326,-0.005069523584097624,0.33534443378448486,0.7502244710922241,483.0,123648.0,1814.328117952915,7913472.0 +391.52,25.420000076293945,4266.0,0.01259538158774376,0.1553548127412796,2.2371160984039307,-0.006838182453066111,0.36941060423851013,0.7500690668821335,484.0,123904.0,1818.1695649649482,7929856.0 +387.59,25.420000076293945,4440.0,0.010308039374649525,0.1280110627412796,2.2558534145355225,-0.005413590464740992,0.4938284456729889,0.6775931417942047,485.0,124160.0,1821.8601116200443,7946240.0 +393.57,26.059999465942383,4603.0,0.013660362921655178,0.1828206330537796,2.2439825534820557,-0.0054018241353333,0.3260127007961273,0.725551962852478,486.0,124416.0,1826.238355726935,7962624.0 +379.68,24.829999923706055,4503.0,0.009487288072705269,0.1255086213350296,2.261214017868042,-0.008445118553936481,0.5576578378677368,0.5988526940345764,487.0,124672.0,1829.8779699809384,7979008.0 +377.31,23.979999542236328,4313.0,0.013079583644866943,0.1571858674287796,2.2338452339172363,-0.0055370149202644825,0.5391049385070801,0.6096152365207672,488.0,124928.0,1833.6783055958804,7995392.0 +375.92,23.780000686645508,4454.0,0.012000012211501598,0.1457722932100296,2.217829942703247,-0.0022917918395251036,0.3982051908969879,0.7151278257369995,489.0,125184.0,1837.3568693490233,8011776.0 +377.76,24.030000686645508,4498.0,0.008914178237318993,0.10101318359375,2.2369425296783447,-0.004316576290875673,0.5245465636253357,0.6782898306846619,490.0,125440.0,1840.9998478670605,8028160.0 +374.34,23.920000076293945,4314.0,0.010529196821153164,0.1246134415268898,2.2491557598114014,-0.005394699051976204,0.4365637004375458,0.6778979599475861,491.0,125696.0,1844.7989796448965,8044544.0 +383.21,25.299999237060547,4502.0,0.0065000890754163265,0.073486328125,2.2526350021362305,-0.005572231486439705,0.2520740330219269,0.7764246016740799,492.0,125952.0,1848.4385417599697,8060928.0 +398.0,26.940000534057617,4528.0,0.008508608676493168,0.11053466796875,2.24592661857605,-0.004473953042179346,0.2923823893070221,0.761837437748909,493.0,126208.0,1852.057208678918,8077312.0 +400.07,27.610000610351562,4572.0,0.013926348648965359,0.16839599609375,2.26767897605896,-0.009237189777195454,0.1970881074666977,0.7795917689800262,494.0,126464.0,1855.6417433540337,8093696.0 +395.14,26.84000015258789,4725.0,0.014018000103533268,0.1750691682100296,2.245450496673584,-0.004491569474339485,0.36640071868896484,0.7049055099487305,495.0,126720.0,1859.1097678330261,8110080.0 +395.08,26.760000228881836,4811.0,0.011072159744799137,0.13250732421875,2.2575643062591553,-0.00861686747521162,0.2749832570552826,0.7220764756202698,496.0,126976.0,1862.5159159458708,8126464.0 +397.8,26.420000076293945,4706.0,0.01473910827189684,0.1595052033662796,2.2221033573150635,-0.006673101335763931,0.22347229719161987,0.7720290422439575,497.0,127232.0,1865.997754842043,8142848.0 +403.87,26.309999465942383,4461.0,0.011295740492641926,0.1350301057100296,2.260178327560425,-0.006617927458137274,0.39369162917137146,0.6748377978801727,498.0,127488.0,1869.6713747768663,8159232.0 +397.87,24.8799991607666,4579.0,0.007010479923337698,0.0728759765625,2.2234914302825928,-0.006546641234308481,0.3722321093082428,0.6830861568450928,499.0,127744.0,1873.2503503260668,8175616.0 +389.52,24.329999923706055,4866.0,0.008769935928285122,0.1007283553481102,2.2346255779266357,-0.008873412385582924,0.503868043422699,0.5943967998027802,500.0,128000.0,1876.6183685578872,8192000.0 +379.68,23.940000534057617,4809.0,0.00772702693939209,0.09234619140625,2.226550340652466,-0.008917782455682755,0.4138765037059784,0.605845183134079,501.0,128256.0,1880.0253690409008,8208384.0 +377.7,23.540000915527344,4850.0,0.00972783099859953,0.1085205078125,2.229482889175415,-0.008690603077411652,0.5156436562538147,0.6048892736434937,502.0,128512.0,1883.4042285580654,8224768.0 +386.72,23.770000457763672,4711.0,0.008608113043010235,0.0926717147231102,2.228069543838501,-0.007788252085447311,0.40384435653686523,0.6622296869754791,503.0,128768.0,1886.8826348290313,8241152.0 +394.45,24.420000076293945,4213.0,0.007100213319063187,0.0768636092543602,2.2205522060394287,-0.008474590256810188,0.2544573247432709,0.7540103197097778,504.0,129024.0,1890.7749785040505,8257536.0 +402.04,26.059999465942383,4278.0,0.008044612593948841,0.087646484375,2.221308469772339,-0.008143087849020958,0.3417034149169922,0.7021804749965668,505.0,129280.0,1894.6051838649437,8273920.0 +399.65,25.770000457763672,4338.0,0.0086947837844491,0.1049397811293602,2.2057878971099854,-0.008037676103413105,0.2996821701526642,0.7383192479610443,506.0,129536.0,1898.3822658360004,8290304.0 +400.39,25.950000762939453,4463.0,0.009102635085582733,0.1019287109375,2.2182600498199463,-0.00800236500799656,0.3295557200908661,0.7109193801879883,507.0,129792.0,1902.05385557306,8306688.0 +398.38,26.1299991607666,4840.0,0.007405353244394064,0.09112548828125,2.215148687362671,-0.0073998370207846165,0.28249838948249817,0.7431371510028839,508.0,130048.0,1905.4394161668606,8323072.0 +392.58,25.149999618530273,4745.0,0.008062881417572498,0.089599609375,2.225609064102173,-0.007498651742935181,0.4074867069721222,0.6306845843791962,509.0,130304.0,1908.8924365178682,8339456.0 +397.56,24.809999465942383,4778.0,0.00903615728020668,0.0932820662856102,2.193071126937866,-0.00797813106328249,0.3959028720855713,0.6799863278865814,510.0,130560.0,1912.3220266560093,8355840.0 +395.22,24.93000030517578,4775.0,0.011485349386930466,0.1320393830537796,2.2290360927581787,-0.0050601414404809475,0.27994289994239807,0.721527099609375,511.0,130816.0,1915.7539944439195,8372224.0 +382.11,24.059999465942383,4738.0,0.01113469060510397,0.1463216096162796,2.2456204891204834,-0.008066733367741108,0.5227196216583252,0.601564884185791,512.0,131072.0,1919.2130224439315,8388608.0 +377.22,23.81999969482422,4679.0,0.01351234596222639,0.1634114533662796,2.265381336212158,-0.006073822733014822,0.43783292174339294,0.6742079257965088,513.0,131328.0,1922.7145435379352,8404992.0 +380.7,24.079999923706055,4763.0,0.009708966128528118,0.1162312850356102,2.2529995441436768,-0.006872482132166624,0.3751930892467499,0.6484797596931458,514.0,131584.0,1926.1548551439773,8421376.0 +395.88,25.520000457763672,4884.0,0.010227908380329609,0.1152140274643898,2.251538038253784,-0.007555103395134211,0.23962949216365814,0.7840317189693451,515.0,131840.0,1929.511494187871,8437760.0 +395.36,25.559999465942383,4795.0,0.015414209105074406,0.1809285432100296,2.249443292617798,-0.005375528242439032,0.35305023193359375,0.7229278087615967,516.0,132096.0,1932.9286652319133,8454144.0 +383.79,24.18000030517578,4782.0,0.013189000077545643,0.1824544221162796,2.2646453380584717,-0.0025872571859508753,0.5044209361076355,0.6688050627708435,517.0,132352.0,1936.355843957048,8470528.0 +380.89,23.520000457763672,4755.0,0.012158606201410294,0.1466471403837204,2.251528739929199,-0.007641693111509085,0.46390536427497864,0.6451767981052399,518.0,132608.0,1939.802095673047,8486912.0 +374.17,22.56999969482422,4831.0,0.007274966221302748,0.0794270858168602,2.249422311782837,-0.006760869640856981,0.4512532651424408,0.7004745900630951,519.0,132864.0,1943.1942439880222,8503296.0 +365.58,22.729999542236328,4844.0,0.008575139567255974,0.0993448868393898,2.2317240238189697,-0.008420036174356937,0.5232871174812317,0.6515601575374603,520.0,133120.0,1946.5768702139612,8519680.0 +371.22,23.75,4847.0,0.008320550434291363,0.107421875,2.23567271232605,-0.007627088110893965,0.3175942897796631,0.741776317358017,521.0,133376.0,1949.9586061579175,8536064.0 +402.76,26.84000015258789,4819.0,0.008071311749517918,0.0965169295668602,2.2119481563568115,-0.008039094507694244,0.29697391390800476,0.7697934359312057,522.0,133632.0,1953.3587458310649,8552448.0 +384.79,24.329999923706055,4786.0,0.012621591798961163,0.1516316682100296,2.211216449737549,-0.006796319503337145,0.4968721866607666,0.6634332239627838,523.0,133888.0,1956.782542817993,8568832.0 +389.3,24.420000076293945,4681.0,0.012736257165670395,0.15911865234375,2.1930553913116455,-0.006340146530419588,0.28826645016670227,0.7568841725587845,524.0,134144.0,1960.282927733846,8585216.0 +385.21,24.229999542236328,4654.0,0.010155408643186092,0.1181437149643898,2.2018954753875732,-0.00711891008540988,0.5405672192573547,0.6551128327846527,525.0,134400.0,1963.8035277810413,8601600.0 +387.17,24.219999313354492,4573.0,0.010651984252035618,0.12579345703125,2.183295488357544,-0.005707221105694771,0.2971583902835846,0.7767891734838486,526.0,134656.0,1967.3871132419445,8617984.0 +394.43,25.25,4636.0,0.016841918230056763,0.1977335661649704,2.1702747344970703,-0.0050170230679214,0.24547867476940155,0.7818903774023056,527.0,134912.0,1970.921114769997,8634368.0 +389.94,25.1299991607666,4709.0,0.011769126169383526,0.1395060271024704,2.191528081893921,-0.006301371846348047,0.5622878074645996,0.6459625065326691,528.0,135168.0,1974.4015064148698,8650752.0 +380.3,24.68000030517578,4696.0,0.010364859364926815,0.11663818359375,2.1759579181671143,-0.0061972434632480145,0.47895851731300354,0.6570301353931427,529.0,135424.0,1977.8912382239942,8667136.0 +383.43,25.56999969482422,4800.0,0.006675685290247202,0.0755411759018898,2.196594476699829,-0.006515392567962408,0.4245326519012451,0.6837171912193298,530.0,135680.0,1981.304911419982,8683520.0 +398.13,26.729999542236328,4589.0,0.010721024125814438,0.12890625,2.19411039352417,-0.007840859703719616,0.21159572899341583,0.8070352375507355,531.0,135936.0,1984.8759555730503,8699904.0 +400.16,26.729999542236328,4366.0,0.011661861091852188,0.1446736603975296,2.1942696571350098,-0.0042325337417423725,0.3633137047290802,0.7450170814990997,532.0,136192.0,1988.6291790779214,8716288.0 +399.28,26.329999923706055,4470.0,0.008488192223012447,0.1004842147231102,2.1909596920013428,-0.006385814398527145,0.3116512596607208,0.7475614845752716,533.0,136448.0,1992.294632196892,8732672.0 +399.92,27.010000228881836,4504.0,0.009990297257900238,0.1147867813706398,2.197435140609741,-0.006188326980918646,0.2438919097185135,0.7932308614253998,534.0,136704.0,1995.9329411878716,8749056.0 +401.14,27.489999771118164,4414.0,0.008333948440849781,0.08636474609375,2.2193386554718018,-0.004238136578351259,0.3420579433441162,0.7794416397809982,535.0,136960.0,1999.6459809609223,8765440.0 +401.07,26.649999618530273,4428.0,0.01483824197202921,0.1870930939912796,2.2047441005706787,-0.008480692282319069,0.2569461762905121,0.7690515667200089,536.0,137216.0,2003.346577260876,8781824.0 +412.37,27.8700008392334,4500.0,0.013248476199805737,0.1710408478975296,2.184582233428955,-0.010089672170579433,0.16369543969631195,0.8420773148536682,537.0,137472.0,2006.9877911440562,8798208.0 +414.53,28.829999923706055,4839.0,0.01591349206864834,0.19696044921875,2.195291757583618,-0.006275632884353399,0.2562059760093689,0.7715791314840317,538.0,137728.0,2010.374044159893,8814592.0 +411.49,27.68000030517578,4774.0,0.013101152144372463,0.1598917692899704,2.2067248821258545,-0.008582044392824173,0.24583162367343903,0.7711518555879593,539.0,137984.0,2013.806967276847,8830976.0 +412.69,27.170000076293945,4745.0,0.013383948244154453,0.175048828125,2.2147181034088135,-0.006145892199128866,0.22129718959331512,0.7592696994543076,540.0,138240.0,2017.2600874758791,8847360.0 +407.36,26.84000015258789,4559.0,0.010527619160711765,0.1403605192899704,2.221987247467041,-0.006858097389340401,0.3297367990016937,0.6934807896614075,541.0,138496.0,2020.8543379800394,8863744.0 +390.67,24.739999771118164,4396.0,0.017678722739219666,0.22564697265625,2.212106704711914,-0.004440056160092354,0.3934054374694824,0.6528102457523346,542.0,138752.0,2024.581780178938,8880128.0 +389.29,25.479999542236328,4380.0,0.010141986422240734,0.1287028044462204,2.2016847133636475,-0.007948859594762325,0.2566307485103607,0.6996464431285858,543.0,139008.0,2028.3232179519255,8896512.0 +393.56,24.959999084472656,4321.0,0.010130069218575954,0.11724853515625,2.221794843673706,-0.008762815035879612,0.33621296286582947,0.6879114806652069,544.0,139264.0,2032.1152399159037,8912896.0 +396.09,24.950000762939453,4292.0,0.007771729025989771,0.08819580078125,2.2254269123077393,-0.00930287316441536,0.37853825092315674,0.6889021694660187,545.0,139520.0,2035.9328540479764,8929280.0 +390.62,24.760000228881836,4460.0,0.010620011948049068,0.1296590119600296,2.239635467529297,-0.005518376361578703,0.3333261013031006,0.6958319544792175,546.0,139776.0,2039.607452159049,8945664.0 +389.43,25.010000228881836,4390.0,0.015949441120028496,0.1893310546875,2.245971441268921,-0.0018131210235878825,0.3167842924594879,0.698815643787384,547.0,140032.0,2043.340234539006,8962048.0 +389.94,25.1299991607666,4186.0,0.014316393993794918,0.1796061247587204,2.2503139972686768,-0.004297109320759773,0.5069992542266846,0.60066819190979,548.0,140288.0,2047.2548772960436,8978432.0 +379.07,23.549999237060547,4556.0,0.015169535763561726,0.2017415314912796,2.272367238998413,-0.0019901131745427847,0.5702375769615173,0.6037285923957825,549.0,140544.0,2050.8516348449048,8994816.0 +386.25,24.190000534057617,4663.0,0.009492779150605202,0.1232096329331398,2.2499377727508545,-0.01180142629891634,0.1595371514558792,0.7878271639347076,550.0,140800.0,2054.3655055710115,9011200.0 +394.75,25.469999313354492,4448.0,0.013111918233335018,0.1555989533662796,2.2613162994384766,-0.0068976725451648235,0.30673107504844666,0.7065386176109314,551.0,141056.0,2058.049133626977,9027584.0 +390.89,26.389999389648438,4714.0,0.010468315333127975,0.13232421875,2.273033618927002,-0.0052145556546747684,0.39740225672721863,0.6099920570850372,552.0,141312.0,2061.525373200886,9043968.0 +375.1,24.860000610351562,4524.0,0.015213005244731903,0.1784464567899704,2.2600061893463135,-0.004900309722870588,0.4059235751628876,0.6353419125080109,553.0,141568.0,2065.1475760580506,9060352.0 +375.44,24.799999237060547,4546.0,0.008856776170432568,0.1046549454331398,2.268099069595337,-0.0076185353100299835,0.4343085289001465,0.6445431709289551,554.0,141824.0,2068.751780822873,9076736.0 +371.95,24.239999771118164,4453.0,0.011448965407907963,0.1542561799287796,2.2842047214508057,-0.004171873442828655,0.4522281587123871,0.5948349833488464,555.0,142080.0,2072.4315610949416,9093120.0 +371.38,23.700000762939453,4318.0,0.007935503497719765,0.0914103165268898,2.2650067806243896,-0.010394635610282421,0.39492151141166687,0.657427191734314,556.0,142336.0,2076.2265772318933,9109504.0 +372.76,23.93000030517578,4336.0,0.006166612263768911,0.0685831680893898,2.2662134170532227,-0.007986665703356266,0.4074724614620209,0.6585737466812134,557.0,142592.0,2080.007743380964,9125888.0 +373.9,24.68000030517578,4551.0,0.0110609270632267,0.1368815153837204,2.2596280574798584,-0.007933673448860645,0.31629592180252075,0.7093935310840607,558.0,142848.0,2083.6086974579375,9142272.0 +383.56,25.149999618530273,4497.0,0.012200179509818554,0.1594441682100296,2.228431463241577,-0.006286621559411287,0.35027095675468445,0.713911384344101,559.0,143104.0,2087.252669513924,9158656.0 +387.79,24.969999313354492,4749.0,0.014858775772154331,0.1872965544462204,2.2567851543426514,-0.004783169832080603,0.4042602777481079,0.664066731929779,560.0,143360.0,2090.703018415021,9175040.0 +386.69,25.139999389648438,4262.0,0.010147932916879654,0.1208902969956398,2.251784563064575,-0.007072947453707457,0.38325461745262146,0.6603239476680756,561.0,143616.0,2094.5483173900284,9191424.0 +380.2,25.450000762939453,4443.0,0.011132902465760708,0.1405843049287796,2.242786407470703,-0.0023952668998390436,0.49049094319343567,0.6542344391345978,562.0,143872.0,2098.2360111039598,9207808.0 +376.49,24.06999969482422,4787.0,0.008815011009573936,0.1020914688706398,2.2696077823638916,-0.0062336367554962635,0.3898334801197052,0.6701130867004395,563.0,144128.0,2101.6586214089766,9224192.0 +392.99,24.729999542236328,4644.0,0.006827841978520155,0.0713704451918602,2.238536834716797,-0.007046960294246674,0.3711871802806854,0.6834580600261688,564.0,144384.0,2105.187195837032,9240576.0 +397.88,25.15999984741211,4430.0,0.0079825259745121,0.1011962890625,2.2291879653930664,-0.006796516478061676,0.35658779740333557,0.7170586585998535,565.0,144640.0,2108.8864084109664,9256960.0 +399.24,26.190000534057617,4701.0,0.006900938693434,0.0782267227768898,2.24857497215271,-0.006276411935687065,0.3229367136955261,0.73200723528862,566.0,144896.0,2112.371672108071,9273344.0 +396.08,26.219999313354492,4250.0,0.00720956502482295,0.083984375,2.2571427822113037,-0.006554019171744585,0.34843048453330994,0.7465279400348663,567.0,145152.0,2116.2267846940085,9289728.0 +396.41,26.15999984741211,4506.0,0.015737736597657204,0.1749470978975296,2.249713897705078,-0.005768471863120794,0.21735318005084991,0.7822134643793106,568.0,145408.0,2119.8641518449876,9306112.0 +397.34,26.209999084472656,4700.0,0.012484535574913025,0.1390787810087204,2.2728259563446045,-0.00918142031878233,0.2882177531719208,0.7254566848278046,569.0,145664.0,2123.3505704980344,9322496.0 +393.42,25.100000381469727,4509.0,0.01095296535640955,0.1382649689912796,2.267357587814331,-0.005393557716161013,0.48707258701324463,0.6350445747375488,570.0,145920.0,2126.984577562893,9338880.0 +380.74,24.049999237060547,4593.0,0.011243239976465702,0.1277262419462204,2.289983034133911,-0.007530642207711935,0.445842981338501,0.6378594934940338,571.0,146176.0,2130.552276832983,9355264.0 +386.54,26.010000228881836,4230.0,0.01142458338290453,0.1422932893037796,2.2675769329071045,-0.00804076250642538,0.25392383337020874,0.741505891084671,572.0,146432.0,2134.4267025310546,9371648.0 +391.76,26.729999542236328,4212.0,0.009478961117565632,0.1101888045668602,2.2652933597564697,-0.007464074995368719,0.23948216438293457,0.7576009333133698,573.0,146688.0,2138.3169473090675,9388032.0 +387.54,26.190000534057617,4433.0,0.010559242218732834,0.1322021484375,2.2790746688842773,-0.006696876138448715,0.3711682856082916,0.6458596289157867,574.0,146944.0,2142.0133670938667,9404416.0 +391.01,25.350000381469727,4388.0,0.009917943738400936,0.1257120817899704,2.264024496078491,-0.005106132011860609,0.3081223666667938,0.7081000804901123,575.0,147200.0,2145.7480233430397,9420800.0 +368.34,22.670000076293945,4599.0,0.008851842023432255,0.0867106094956398,2.2643697261810303,-0.007806326728314161,0.6314776539802551,0.5286141633987427,576.0,147456.0,2149.3116030320525,9437184.0 +357.47,21.40999984741211,4382.0,0.00876834150403738,0.1074625626206398,2.264752149581909,-0.009116814471781254,0.40927621722221375,0.6414680480957031,577.0,147712.0,2153.050854356028,9453568.0 +367.49,23.209999084472656,4724.0,0.008828709833323956,0.1031494140625,2.2513296604156494,-0.0061013163067400455,0.3157336413860321,0.6609107553958893,578.0,147968.0,2156.5199196820613,9469952.0 +382.91,24.950000762939453,4297.0,0.009641197510063648,0.1205647811293602,2.256094217300415,-0.008017932996153831,0.3334779739379883,0.6372281610965729,579.0,148224.0,2160.3344275718555,9486336.0 +387.85,24.239999771118164,4375.0,0.010781540535390377,0.1221720352768898,2.2431654930114746,-0.010423724539577961,0.32562774419784546,0.6872478723526001,580.0,148480.0,2164.079976537032,9502720.0 +392.36,25.25,4583.0,0.012654789723455906,0.1445719450712204,2.2624645233154297,-0.004187990911304951,0.2571971118450165,0.6982634365558624,581.0,148736.0,2167.655248261057,9519104.0 +396.49,25.8799991607666,4780.0,0.014774703420698643,0.1844075471162796,2.2583398818969727,-0.007808150723576546,0.22224010527133942,0.7442033588886261,582.0,148992.0,2171.083498802036,9535488.0 +396.52,26.219999313354492,4516.0,0.010755877010524273,0.1221516951918602,2.281132459640503,-0.006971035152673721,0.33677902817726135,0.5954031944274902,583.0,149248.0,2174.712174932938,9551872.0 +404.11,26.540000915527344,4655.0,0.006706502754241228,0.07293701171875,2.2842929363250732,-0.006972299423068762,0.15807203948497772,0.7728916853666306,584.0,149504.0,2178.232283366844,9568256.0 +402.08,26.139999389648438,4719.0,0.011566909961402416,0.1272176057100296,2.272803544998169,-0.00254667061381042,0.31092119216918945,0.6306320428848267,585.0,149760.0,2181.7047668208834,9584640.0 +399.23,25.15999984741211,4215.0,0.012752197682857513,0.1584269255399704,2.266892910003662,-0.007236031349748373,0.24016015231609344,0.6467736065387726,586.0,150016.0,2185.59295649291,9601024.0 +391.78,24.6200008392334,4495.0,0.01313752681016922,0.1454264372587204,2.2804806232452393,-0.009214083664119244,0.2836812734603882,0.6369275450706482,587.0,150272.0,2189.2385974719655,9617408.0 +395.78,24.68000030517578,4442.0,0.012456425465643406,0.1430867463350296,2.2684786319732666,-0.006855124607682228,0.34009599685668945,0.6211542785167694,588.0,150528.0,2192.927646066062,9633792.0 +392.36,23.899999618530273,4382.0,0.009527089074254036,0.1191813126206398,2.2946743965148926,-0.008296249434351921,0.40292906761169434,0.5187902748584747,589.0,150784.0,2196.6673900259193,9650176.0 +389.33,23.3700008392334,4488.0,0.00964131485670805,0.1220296248793602,2.2984812259674072,-0.007443606853485107,0.4010986089706421,0.5865278542041779,590.0,151040.0,2200.32004525885,9666560.0 +371.57,21.600000381469727,4500.0,0.008551539853215218,0.0971883162856102,2.2693092823028564,-0.007932394742965698,0.549811840057373,0.5071905255317688,591.0,151296.0,2203.9622471709736,9682944.0 +369.03,22.049999237060547,4416.0,0.010080818086862564,0.1195271834731102,2.3072946071624756,-0.007483585271984339,0.3427039682865143,0.5976429879665375,592.0,151552.0,2207.672800392844,9699328.0 +381.58,23.959999084472656,4468.0,0.01586095802485943,0.1881917268037796,2.292466878890991,-0.005211615934967995,0.22784362733364105,0.6945424973964691,593.0,151808.0,2211.339855388971,9715712.0 +397.02,26.149999618530273,4439.0,0.014990299940109253,0.1696573942899704,2.2859532833099365,-0.006740882992744446,0.22670972347259521,0.6814910471439362,594.0,152064.0,2215.031749801943,9732096.0 +391.2,25.219999313354492,4977.0,0.009897247888147831,0.1170247420668602,2.2785871028900146,-0.008991900831460953,0.33534491062164307,0.6431493759155273,595.0,152320.0,2218.3237940168474,9748480.0 +384.56,24.059999465942383,4916.0,0.010585911571979523,0.1240030899643898,2.2854878902435303,-0.010166251100599766,0.30987033247947693,0.6066392958164215,596.0,152576.0,2221.6574553030077,9764864.0 +393.32,25.020000457763672,4942.0,0.014116558246314526,0.1484171599149704,2.2801711559295654,-0.009659702889621258,0.21060805022716522,0.6809379160404205,597.0,152832.0,2224.973350777058,9781248.0 +394.31,25.030000686645508,4769.0,0.013326354324817657,0.1634521484375,2.31430721282959,-0.005421901121735573,0.3274443447589874,0.5432662069797516,598.0,153088.0,2228.4091924380045,9797632.0 +395.75,25.530000686645508,4401.0,0.011272267438471317,0.1348063200712204,2.3146848678588867,-0.009675417095422745,0.24545826017856598,0.6267992556095123,599.0,153344.0,2232.1326916490216,9814016.0 +400.81,26.219999313354492,4668.0,0.012750882655382156,0.1357828825712204,2.3109915256500244,-0.007915668189525604,0.2037987858057022,0.6666528284549713,600.0,153600.0,2235.6433761408553,9830400.0 +401.86,27.059999465942383,4782.0,0.013554907403886318,0.177978515625,2.3082125186920166,-0.00874069333076477,0.11204443126916885,0.7343103885650635,601.0,153856.0,2239.070687307045,9846784.0 +397.77,27.030000686645508,4724.0,0.013303995132446289,0.1712849885225296,2.316969156265259,-0.004842707421630621,0.21993191540241241,0.6191622316837311,602.0,154112.0,2242.539182018023,9863168.0 +400.21,27.40999984741211,4720.0,0.011880539357662201,0.1495564728975296,2.307159423828125,-0.0035420500207692385,0.1869484931230545,0.7165026068687439,603.0,154368.0,2246.010688795941,9879552.0 +393.2,26.079999923706055,4759.0,0.01375021692365408,0.1401774138212204,2.304518938064575,-0.008679426275193691,0.24294155836105347,0.6159778833389282,604.0,154624.0,2249.4545107069425,9895936.0 +404.88,26.790000915527344,4724.0,0.009831679053604603,0.1126708984375,2.289093255996704,-0.0069859023205935955,0.11636824160814285,0.781719371676445,605.0,154880.0,2252.92325534299,9912320.0 +413.97,28.280000686645508,4766.0,0.012082647532224655,0.1379597932100296,2.29145884513855,-0.009178787469863892,0.1819549798965454,0.6903614103794098,606.0,155136.0,2256.3610934698954,9928704.0 +404.8,26.290000915527344,4883.0,0.011940342374145985,0.132080078125,2.284520387649536,-0.008400660939514637,0.2874896228313446,0.6394090354442596,607.0,155392.0,2259.7172519930173,9945088.0 +403.54,26.270000457763672,4695.0,0.009440663270652294,0.1055908203125,2.3100624084472656,-0.0065760244615375996,0.17772145569324493,0.7230567932128906,608.0,155648.0,2263.20742103504,9961472.0 +406.26,26.420000076293945,4639.0,0.00994714442640543,0.1142578125,2.275705337524414,-0.009902830235660076,0.16032233834266663,0.7055971920490265,609.0,155904.0,2266.7394487159327,9977856.0 +413.84,27.239999771118164,4855.0,0.012649532407522202,0.1263834685087204,2.2860875129699707,-0.011349099688231945,0.15801440179347992,0.7489860355854034,610.0,156160.0,2270.1152336760424,9994240.0 +400.03,25.459999084472656,4739.0,0.009525669738650322,0.1073201522231102,2.2799813747406006,-0.006651971489191055,0.32083532214164734,0.6118649244308472,611.0,156416.0,2273.57260887092,10010624.0 +393.84,25.25,4579.0,0.011348678730428219,0.1444295197725296,2.2757084369659424,-0.005185398273169994,0.21833576261997223,0.727302759885788,612.0,156672.0,2277.150746240979,10027008.0 +387.59,25.229999542236328,4582.0,0.010285488329827785,0.125,2.2802600860595703,-0.009103823453187943,0.3045973479747772,0.6459895968437195,613.0,156928.0,2280.7266595640685,10043392.0 +393.97,25.940000534057617,4571.0,0.012506790459156036,0.14862060546875,2.2552945613861084,-0.009481915272772312,0.2682460844516754,0.6219019889831543,614.0,157184.0,2284.312141665956,10059776.0 +377.93,24.729999542236328,4556.0,0.009869986213743687,0.1105143204331398,2.248507261276245,-0.005006460938602686,0.33836984634399414,0.6587110459804535,615.0,157440.0,2287.9090129469987,10076160.0 +382.91,25.65999984741211,4295.0,0.009836443699896336,0.1051839217543602,2.2616002559661865,-0.01036407146602869,0.1847124844789505,0.7461131811141968,616.0,157696.0,2291.724035280058,10092544.0 +387.71,25.8799991607666,4493.0,0.01334366574883461,0.1532999724149704,2.2365691661834717,-0.009095910005271435,0.21919149160385132,0.6943699717521667,617.0,157952.0,2295.371104212012,10108928.0 +388.63,25.690000534057617,4388.0,0.010646539740264416,0.1196695938706398,2.232346296310425,-0.007694968953728676,0.35205593705177307,0.640370786190033,618.0,158208.0,2299.1060689140577,10125312.0 +392.55,26.3700008392334,4341.0,0.010727289132773876,0.1155802384018898,2.2326602935791016,-0.008667211048305035,0.1732306331396103,0.6945475339889526,619.0,158464.0,2302.880650692852,10141696.0 +398.15,25.31999969482422,4382.0,0.00769624812528491,0.0852864608168602,2.2182252407073975,-0.008805808611214161,0.32079142332077026,0.6458262801170349,620.0,158720.0,2306.6196962029207,10158080.0 +405.32,25.520000457763672,4353.0,0.00762246223166585,0.0833740234375,2.202223539352417,-0.007744440343230963,0.23150964081287384,0.729457437992096,621.0,158976.0,2310.384429100901,10174464.0 +402.9,25.559999465942383,4331.0,0.011805945076048374,0.1411946564912796,2.206928014755249,-0.008593086153268814,0.2308824509382248,0.7345627844333649,622.0,159232.0,2314.1681071720086,10190848.0 +392.16,25.229999542236328,4398.0,0.010363178327679634,0.1252034455537796,2.213153123855591,-0.008868266828358173,0.26519182324409485,0.6840445101261139,623.0,159488.0,2317.893888857914,10207232.0 +387.08,26.389999389648438,4593.0,0.014226913452148438,0.1635538786649704,2.2092583179473877,-0.0107435816898942,0.2254577875137329,0.6286594867706299,624.0,159744.0,2321.46148807602,10223616.0 +391.51,27.889999389648438,4493.0,0.011129745282232761,0.1340738981962204,2.205556631088257,-0.012507454492151737,0.12839563190937042,0.7501966208219528,625.0,160000.0,2325.110432552872,10240000.0 +408.78,27.520000457763672,4521.0,0.010073360055685043,0.1124471053481102,2.2223775386810303,-0.008630285039544106,0.24530963599681854,0.6779542565345764,626.0,160256.0,2328.735213798005,10256384.0 +400.84,25.56999969482422,4323.0,0.01215811911970377,0.1446940153837204,2.2029736042022705,-0.007343671750277281,0.2859592139720917,0.6398966610431671,627.0,160512.0,2332.5256793319713,10272768.0 +399.79,26.540000915527344,4379.0,0.009154646657407284,0.1044108048081398,2.2379395961761475,-0.006706551183015108,0.15304242074489594,0.7652501165866852,628.0,160768.0,2336.26732757804,10289152.0 +405.19,27.18000030517578,4452.0,0.013003505766391754,0.1535847932100296,2.228055238723755,-0.009219496510922909,0.17431630194187164,0.6978625655174255,629.0,161024.0,2339.948186480906,10305536.0 +399.63,26.93000030517578,4338.0,0.014757517725229263,0.1606038361787796,2.21681809425354,-0.006547709461301565,0.28665319085121155,0.6102891266345978,630.0,161280.0,2343.7252433758695,10321920.0 +380.04,24.6200008392334,4392.0,0.010384953580796719,0.1121012344956398,2.2291462421417236,-0.00648161768913269,0.45965078473091125,0.4736078977584839,631.0,161536.0,2347.4564089858904,10338304.0 +374.82,23.81999969482422,4459.0,0.010919240303337574,0.1266276091337204,2.231025457382202,-0.00972664449363947,0.2841390073299408,0.6300565302371979,632.0,161792.0,2351.1313354719896,10354688.0 +383.88,24.6200008392334,4539.0,0.012102019973099232,0.1502482146024704,2.2178006172180176,-0.004110389854758978,0.3393235206604004,0.5760409832000732,633.0,162048.0,2354.7413070760667,10371072.0 +394.19,26.799999237060547,4476.0,0.012762376107275486,0.16204833984375,2.2183752059936523,-0.008979483507573605,0.20311236381530762,0.6380933523178101,634.0,162304.0,2358.4017461428884,10387456.0 +403.17,27.8799991607666,4624.0,0.01176562998443842,0.1420695036649704,2.1582114696502686,-0.008764942176640034,0.12927834689617157,0.7227353751659393,635.0,162560.0,2361.945641753031,10403840.0 +391.8,26.65999984741211,4364.0,0.012530163861811161,0.1255289763212204,2.1887598037719727,-0.007688820827752352,0.368039608001709,0.5762410461902618,636.0,162816.0,2365.7013077980373,10420224.0 +384.87,24.809999465942383,4363.0,0.011663823388516903,0.10748291015625,2.200308084487915,-0.007881578989326954,0.4111422598361969,0.6043599247932434,637.0,163072.0,2369.456842781976,10436608.0 +393.74,25.459999084472656,4472.0,0.012500668875873089,0.14642333984375,2.1978542804718018,-0.012207952328026295,0.11826305836439133,0.7362274825572968,638.0,163328.0,2373.1209244348574,10452992.0 +406.28,26.829999923706055,4479.0,0.013543106615543365,0.1487833708524704,2.1755733489990234,-0.008255203254520893,0.20781712234020233,0.6589952409267426,639.0,163584.0,2376.778793928912,10469376.0 +407.33,27.579999923706055,4533.0,0.013561499305069447,0.1634724885225296,2.181764841079712,-0.008505192585289478,0.15988512337207794,0.7028127312660217,640.0,163840.0,2380.3938811200205,10485760.0 +402.69,27.100000381469727,4459.0,0.011662048287689686,0.1446940153837204,2.204789876937866,-0.010694055818021297,0.18250678479671478,0.7065301239490509,641.0,164096.0,2384.0689983798657,10502144.0 +405.64,27.420000076293945,4631.0,0.01475570723414421,0.1593831330537796,2.222123384475708,-0.009445351548492908,0.21161605417728424,0.6896490156650543,642.0,164352.0,2387.607095703017,10518528.0 +396.44,26.860000610351562,4538.0,0.012692420743405819,0.1645914763212204,2.2252280712127686,-0.006597462575882673,0.27719923853874207,0.6390264332294464,643.0,164608.0,2391.218353705015,10534912.0 +395.9,26.389999389648438,4265.0,0.009673159569501877,0.1050618514418602,2.2317724227905273,-0.004970337264239788,0.31751748919487,0.6809766888618469,644.0,164864.0,2395.063112261938,10551296.0 +403.65,27.049999237060547,4385.0,0.012318682856857777,0.1531982421875,2.2261340618133545,-0.011771250516176224,0.12738226354122162,0.7603777647018433,645.0,165120.0,2398.8001556559466,10567680.0 +406.47,27.43000030517578,4438.0,0.010026412084698677,0.1179402694106102,2.2216999530792236,-0.008081347681581974,0.1777968406677246,0.6944026350975037,646.0,165376.0,2402.4925482340623,10584064.0 +413.85,28.190000534057617,4382.0,0.011152529157698154,0.1236165389418602,2.2257254123687744,-0.007735023275017738,0.13278339803218842,0.7430087625980377,647.0,165632.0,2406.2322139029857,10600448.0 +408.6,27.729999542236328,4369.0,0.011525657959282398,0.14111328125,2.223266839981079,-0.007864185608923435,0.24893109500408173,0.620580643415451,648.0,165888.0,2409.9834903120063,10616832.0 +407.4,27.020000457763672,4345.0,0.01214833278208971,0.1300455778837204,2.193819284439087,-0.0043099429458379745,0.1814408153295517,0.6891481876373291,649.0,166144.0,2413.75491089304,10633216.0 +406.93,27.280000686645508,4420.0,0.012171960435807705,0.1208699569106102,2.2214066982269287,-0.006359270308166742,0.18061304092407227,0.6254337131977081,650.0,166400.0,2417.4620273089968,10649600.0 +411.43,26.90999984741211,4542.0,0.013532442040741444,0.1551513671875,2.1915597915649414,-0.007557215169072151,0.1663571000099182,0.693808525800705,651.0,166656.0,2421.069790527923,10665984.0 +399.05,25.1200008392334,4587.0,0.01051335409283638,0.1134847030043602,2.173201322555542,-0.0074810185469686985,0.2974301278591156,0.6087977588176727,652.0,166912.0,2424.643153756857,10682368.0 +400.98,25.479999542236328,4569.0,0.011258020997047424,0.13116455078125,2.1821415424346924,-0.005662755575031042,0.18087227642536163,0.662263423204422,653.0,167168.0,2428.229837446008,10698752.0 +392.05,25.170000076293945,4441.0,0.014561127871274948,0.1529134064912796,2.190903425216675,-0.0067131188698112965,0.33427533507347107,0.5487332344055176,654.0,167424.0,2431.919699474005,10715136.0 +392.91,26.149999618530273,4815.0,0.010904422961175442,0.1218668594956398,2.211456298828125,-0.010334957391023636,0.16415636241436005,0.6221242249011993,655.0,167680.0,2435.323452976998,10731520.0 +395.17,25.290000915527344,4894.0,0.011547868140041828,0.1331583708524704,2.191680669784546,-0.008016523905098438,0.2611393332481384,0.5897517800331116,656.0,167936.0,2438.6717006999534,10747904.0 +399.29,25.059999465942383,4601.0,0.01176257524639368,0.129150390625,2.1823620796203613,-0.009871785528957844,0.1547067016363144,0.7594935595989227,657.0,168192.0,2442.2335186419077,10764288.0 +392.93,25.09000015258789,4311.0,0.013535947538912296,0.1395670622587204,2.209834337234497,-0.008083388209342957,0.21760864555835724,0.6460914611816406,658.0,168448.0,2446.034834339982,10780672.0 +385.62,25.579999923706055,4508.0,0.011220968328416348,0.1121419295668602,2.2227108478546143,-0.006628020200878382,0.3661673069000244,0.5392337739467621,659.0,168704.0,2449.670234833844,10797056.0 +388.8,25.510000228881836,4557.0,0.00840736459940672,0.0933024063706398,2.2162396907806396,-0.008259511552751064,0.21892321109771729,0.5933403372764587,660.0,168960.0,2453.2659950358793,10813440.0 +395.96,25.59000015258789,4580.0,0.012824035249650478,0.121337890625,2.236806631088257,-0.007355454843491316,0.23646460473537445,0.6303311884403229,661.0,169216.0,2456.8438523979858,10829824.0 +399.65,24.790000915527344,4468.0,0.009102222509682178,0.1042073592543602,2.236926317214966,-0.008474808186292648,0.18422125279903412,0.6437944173812866,662.0,169472.0,2460.5121995389927,10846208.0 +406.77,25.399999618530273,4612.0,0.012724162079393864,0.1335245817899704,2.212329387664795,-0.009683596901595592,0.16095028817653656,0.7390384376049042,663.0,169728.0,2464.065349515062,10862592.0 +408.54,27.450000762939453,4768.0,0.012973219156265259,0.1539103239774704,2.2051141262054443,-0.008103743195533752,0.16415196657180786,0.6653001606464386,664.0,169984.0,2467.502079420956,10878976.0 +404.33,27.030000686645508,4354.0,0.01417554821819067,0.1631673127412796,2.2233083248138428,-0.008607531897723675,0.2220381647348404,0.6369186043739319,665.0,170240.0,2471.2655994240195,10895360.0 +402.29,26.559999465942383,4239.0,0.012317846529185772,0.1291300505399704,2.2308645248413086,-0.009555231779813766,0.15298818051815033,0.7547496855258942,666.0,170496.0,2475.1313880858943,10911744.0 +410.11,27.139999389648438,4307.0,0.01089005172252655,0.1203206405043602,2.234694719314575,-0.00700761703774333,0.18987785279750824,0.6955109238624573,667.0,170752.0,2478.935973648913,10928128.0 +409.92,27.610000610351562,4658.0,0.01179888378828764,0.1318766325712204,2.2295989990234375,-0.010505159385502338,0.18526017665863037,0.6501141488552094,668.0,171008.0,2482.453631528886,10944512.0 +403.1,26.59000015258789,4524.0,0.012270060367882252,0.1311442106962204,2.2131476402282715,-0.009719093330204487,0.2689930200576782,0.5183010101318359,669.0,171264.0,2486.076112964889,10960896.0 +388.8,24.93000030517578,4453.0,0.012286920100450516,0.1376749724149704,2.2360308170318604,-0.008319965563714504,0.4060003459453583,0.45958393812179565,670.0,171520.0,2489.756630620919,10977280.0 +382.53,24.559999465942383,4634.0,0.010887254029512405,0.1306559294462204,2.237962007522583,-0.010453718714416027,0.2357579469680786,0.6364613175392151,671.0,171776.0,2493.2928768410347,10993664.0 +393.35,25.360000610351562,4592.0,0.013421938754618168,0.14874267578125,2.2258756160736084,-0.01005339901894331,0.23662936687469482,0.6221092045307159,672.0,172032.0,2496.8613225070294,11010048.0 +398.97,26.149999618530273,4351.0,0.010827016085386276,0.1282145231962204,2.237360715866089,-0.008461725898087025,0.1803368777036667,0.6491659879684448,673.0,172288.0,2500.6273720059544,11026432.0 +402.98,26.56999969482422,4301.0,0.011151651851832867,0.1221516951918602,2.2171075344085693,-0.010419932194054127,0.1467292457818985,0.7126221656799316,674.0,172544.0,2504.4371235950384,11042816.0 +397.31,26.170000076293945,4350.0,0.008783973753452301,0.1035359725356102,2.2310826778411865,-0.008048111572861671,0.32796117663383484,0.6426631808280945,675.0,172800.0,2508.2042436790653,11059200.0 +398.87,25.799999237060547,4397.0,0.010068967007100582,0.11199951171875,2.2312021255493164,-0.009761127643287182,0.2944406270980835,0.6584337651729584,676.0,173056.0,2511.930599555839,11075584.0 +393.06,25.610000610351562,4325.0,0.011541851796209812,0.1087239608168602,2.202979326248169,-0.01064260397106409,0.2025706171989441,0.6866436302661896,677.0,173312.0,2515.7226198308636,11091968.0 +399.58,26.299999237060547,4466.0,0.011069297790527344,0.11749267578125,2.192478895187378,-0.0067175752483308315,0.2570202946662903,0.6786209940910339,678.0,173568.0,2519.392462876858,11108352.0 +394.7,26.489999771118164,4636.0,0.00928718876093626,0.1041259765625,2.2243738174438477,-0.009060865268111229,0.19988495111465454,0.6823344528675079,679.0,173824.0,2522.927097884938,11124736.0 +398.4,26.15999984741211,4305.0,0.013636170886456966,0.1346842497587204,2.20605206489563,-0.008413366042077541,0.217576265335083,0.6822710037231445,680.0,174080.0,2526.733528221026,11141120.0 +389.87,25.559999465942383,4354.0,0.012256634421646595,0.1393229216337204,2.1935532093048096,-0.004271188750863075,0.383436918258667,0.6289620101451874,681.0,174336.0,2530.4973342758603,11157504.0 +382.21,24.309999465942383,4343.0,0.0077042169868946075,0.0888671875,2.232271909713745,-0.009115533903241158,0.39963266253471375,0.658158153295517,682.0,174592.0,2534.2699838900007,11173888.0 +378.14,23.90999984741211,4654.0,0.009629536420106888,0.1062215194106102,2.2440364360809326,-0.009792673401534557,0.3690013587474823,0.6259027123451233,683.0,174848.0,2537.7905958930496,11190272.0 +381.82,23.920000076293945,4444.0,0.011735695414245129,0.1303303986787796,2.236142158508301,-0.010326906107366085,0.2564346492290497,0.6487132906913757,684.0,175104.0,2541.4775578989647,11206656.0 +391.96,24.84000015258789,4425.0,0.009435838088393211,0.1106770858168602,2.226041555404663,-0.007571589667350054,0.3363431990146637,0.664327472448349,685.0,175360.0,2545.182033896912,11223040.0 +402.41,25.690000534057617,4527.0,0.006127794738858938,0.0699462890625,2.2241086959838867,-0.009314796887338161,0.27440395951271057,0.6515029668807983,686.0,175616.0,2548.801372362068,11239424.0 +398.28,25.520000457763672,4603.0,0.0072456360794603825,0.0808308944106102,2.226923704147339,-0.008671795018017292,0.29505833983421326,0.6465791463851929,687.0,175872.0,2552.361254259944,11255808.0 +398.67,25.969999313354492,4426.0,0.009147126227617264,0.0693359375,2.2361867427825928,-0.009225633926689625,0.18322259187698364,0.7614506781101227,688.0,176128.0,2556.064049863955,11272192.0 +383.44,25.360000610351562,4413.0,0.010641745291650295,0.1239420548081398,2.226595878601074,-0.008460158482193947,0.44574928283691406,0.5395126044750214,689.0,176384.0,2559.7778387230355,11288576.0 +387.53,26.15999984741211,4462.0,0.009860816411674023,0.1218668594956398,2.225912570953369,-0.006557549815624952,0.18305625021457672,0.7325308918952942,690.0,176640.0,2563.4501888048835,11304960.0 +393.1,26.139999389648438,4464.0,0.012048386968672276,0.1189982071518898,2.2301626205444336,-0.009190567769110203,0.3391897678375244,0.6406643390655518,691.0,176896.0,2567.1205327028874,11321344.0 +391.81,26.5,4509.0,0.012320336885750294,0.1449991911649704,2.2306087017059326,-0.008431133814156055,0.16041605174541473,0.720246285200119,692.0,177152.0,2570.755187842995,11337728.0 +402.32,27.579999923706055,4435.0,0.011268887668848038,0.1345621794462204,2.240671396255493,-0.009631586261093616,0.1590050607919693,0.7683125883340836,693.0,177408.0,2574.450252220966,11354112.0 +408.28,28.280000686645508,4450.0,0.012221562676131725,0.1448567658662796,2.238581418991089,-0.009792997501790524,0.16111944615840912,0.7174597680568695,694.0,177664.0,2578.133061372908,11370496.0 +405.26,27.549999237060547,4388.0,0.011568955145776272,0.13427734375,2.231802225112915,-0.009990700520575047,0.22770726680755615,0.7111875414848328,695.0,177920.0,2581.8675217260607,11386880.0 +403.6,26.860000610351562,4494.0,0.012039016000926495,0.1500244140625,2.2296247482299805,-0.00920323096215725,0.28513315320014954,0.6443858742713928,696.0,178176.0,2585.514278379036,11403264.0 +404.26,25.850000381469727,4416.0,0.013699431903660297,0.151611328125,2.233266592025757,-0.008297089487314224,0.23537670075893402,0.6947574615478516,697.0,178432.0,2589.2249833070673,11419648.0 +402.29,26.6299991607666,4393.0,0.011044837534427643,0.13177490234375,2.208965301513672,-0.008746650069952011,0.28204575181007385,0.6578830182552338,698.0,178688.0,2592.954692397965,11436032.0 +390.25,25.690000534057617,4439.0,0.011284887790679932,0.12860107421875,2.224726676940918,-0.008274581283330917,0.26506832242012024,0.6467418074607849,699.0,178944.0,2596.6458927108906,11452416.0 +394.79,25.920000076293945,4494.0,0.012533053755760193,0.1426188200712204,2.217758893966675,-0.00879506953060627,0.2274133563041687,0.683074951171875,700.0,179200.0,2600.292525868863,11468800.0 +401.96,25.639999389648438,4477.0,0.008350887335836887,0.1004231795668602,2.229659080505371,-0.008057011291384697,0.27178671956062317,0.6213586330413818,701.0,179456.0,2603.952637718059,11485184.0 +406.95,26.010000228881836,4481.0,0.007135836407542229,0.0807698592543602,2.212920904159546,-0.009739590808749199,0.19415169954299927,0.7340463697910309,702.0,179712.0,2607.609114005929,11501568.0 +408.52,26.209999084472656,4476.0,0.006591885816305876,0.0703328475356102,2.1990721225738525,-0.0097194230183959,0.21161699295043945,0.7316197752952576,703.0,179968.0,2611.270871713059,11517952.0 +403.66,26.440000534057617,4431.0,0.008051089011132717,0.0831298828125,2.196035623550415,-0.006811221595853567,0.2065977305173874,0.6889879107475281,704.0,180224.0,2614.969539820915,11534336.0 +401.73,26.600000381469727,4379.0,0.006971605587750673,0.0749918594956398,2.194505453109741,-0.009791601449251175,0.27797964215278625,0.7020870447158813,705.0,180480.0,2618.7118822459597,11550720.0 +405.36,26.950000762939453,4414.0,0.01095909159630537,0.1288859099149704,2.204700231552124,-0.007970853708684444,0.16346777975559235,0.7645930051803589,706.0,180736.0,2622.424199285917,11567104.0 +406.39,27.959999084472656,4456.0,0.012807848863303661,0.1566365510225296,2.1794593334198,-0.009414277039468288,0.10267462581396103,0.8132066428661346,707.0,180992.0,2626.102048503002,11583488.0 +419.34,28.6299991607666,4436.0,0.009901532903313637,0.1116536483168602,2.1919472217559814,-0.008450967259705067,0.187207892537117,0.7653636485338211,708.0,181248.0,2629.7965840469114,11599872.0 +404.54,27.15999984741211,4387.0,0.01034163124859333,0.0945638045668602,2.209139823913574,-0.005883060861378908,0.3044544458389282,0.6297024190425873,709.0,181504.0,2633.531911958009,11616256.0 +404.72,27.059999465942383,4513.0,0.01067005842924118,0.1026611328125,2.2077178955078125,-0.009582369588315487,0.14039923250675201,0.7719709575176239,710.0,181760.0,2637.1628752150573,11632640.0 +406.96,27.3799991607666,4583.0,0.008338198997080326,0.0910441055893898,2.232667922973633,-0.00736142648383975,0.16325406730175018,0.7262283563613892,711.0,182016.0,2640.7386849969625,11649024.0 +401.17,27.110000610351562,4574.0,0.009891853667795658,0.115966796875,2.2436232566833496,-0.007946973666548729,0.25357988476753235,0.6861392557621002,712.0,182272.0,2644.3216147429775,11665408.0 +392.63,26.329999923706055,4871.0,0.010092101991176605,0.0952555313706398,2.2350943088531494,-0.0077051930129528046,0.2156761884689331,0.7030744850635529,713.0,182528.0,2647.6854596859775,11681792.0 +393.24,26.059999465942383,4775.0,0.014012947678565979,0.1456095427274704,2.248699903488159,-0.011010159738361835,0.2415739744901657,0.6733023524284363,714.0,182784.0,2651.117905274965,11698176.0 +381.92,25.969999313354492,4527.0,0.01305980235338211,0.1408284455537796,2.2377567291259766,-0.006550929043442011,0.3939797580242157,0.5347139537334442,715.0,183040.0,2654.738133776933,11714560.0 +374.7,25.219999313354492,4426.0,0.011768772266805172,0.1334431916475296,2.2250397205352783,-0.009143090806901455,0.3504934012889862,0.6040829420089722,716.0,183296.0,2658.4402217969764,11730944.0 +373.74,25.059999465942383,4468.0,0.010946877300739288,0.1265869140625,2.2363669872283936,-0.00985033717006445,0.24108661711215973,0.6731747686862946,717.0,183552.0,2662.107988920063,11747328.0 +391.45,26.219999313354492,4330.0,0.008994665928184986,0.10406494140625,2.2314836978912354,-0.006097113247960806,0.3453322947025299,0.6413099467754364,718.0,183808.0,2665.8934264788404,11763712.0 +394.6,25.860000610351562,4344.0,0.010099438950419426,0.10650634765625,2.2566840648651123,-0.01055170688778162,0.24737779796123505,0.6968154907226562,719.0,184064.0,2669.665160599863,11780096.0 +394.69,26.469999313354492,4366.0,0.009721479378640652,0.1138916015625,2.2555034160614014,-0.012423374690115452,0.16137950122356415,0.7491458058357239,720.0,184320.0,2673.4180494209286,11796480.0 +401.37,27.549999237060547,4341.0,0.012054425664246082,0.12908935546875,2.244951009750366,-0.008507181890308857,0.2320604920387268,0.6718097031116486,721.0,184576.0,2677.192614594009,11812864.0 +399.93,27.450000762939453,4391.0,0.010169644840061665,0.1194254532456398,2.243492364883423,-0.008574387989938259,0.18134713172912598,0.6949191391468048,722.0,184832.0,2680.924656779971,11829248.0 +402.26,27.649999618530273,4453.0,0.010881681926548481,0.1185709610581398,2.227905035018921,-0.006043112371116877,0.20374949276447296,0.6546669602394104,723.0,185088.0,2684.604533951031,11845632.0 +401.77,26.93000030517578,4359.0,0.010640771128237247,0.1188151016831398,2.2366976737976074,-0.006886621471494436,0.2214173823595047,0.6835096478462219,724.0,185344.0,2688.3637371649966,11862016.0 +401.58,26.780000686645508,4498.0,0.01169550884515047,0.1248982772231102,2.2493436336517334,-0.008308463729918003,0.2227577418088913,0.6534176170825958,725.0,185600.0,2692.006645816844,11878400.0 +395.61,25.40999984741211,4439.0,0.00967592652887106,0.1021525040268898,2.220527410507202,-0.00863475352525711,0.2565004229545593,0.6944343745708466,726.0,185856.0,2695.700703372946,11894784.0 +391.09,25.469999313354492,4697.0,0.013286929577589035,0.1416829377412796,2.224194049835205,-0.008085925132036209,0.27395543456077576,0.585028737783432,727.0,186112.0,2699.190055117011,11911168.0 +397.57,25.860000610351562,4715.0,0.011352437548339367,0.13531494140625,2.2188539505004883,-0.00877295434474945,0.2192179560661316,0.6709749698638916,728.0,186368.0,2702.6652224899735,11927552.0 +399.91,26.100000381469727,4577.0,0.013262934982776642,0.15899658203125,2.2186970710754395,-0.005047272425144911,0.2603070139884949,0.6704286634922028,729.0,186624.0,2706.2458321559243,11943936.0 +382.0,24.81999969482422,4617.0,0.00986525695770979,0.1181233748793602,2.211930513381958,-0.00571783073246479,0.36957240104675293,0.5594615638256073,730.0,186880.0,2709.7955987560563,11960320.0 +387.03,25.469999313354492,4575.0,0.010288305580615997,0.1168212890625,2.1946842670440674,-0.009701010771095753,0.17003679275512695,0.6965332627296448,731.0,187136.0,2713.3768993448466,11976704.0 +402.11,26.34000015258789,4481.0,0.009545424953103065,0.1015218123793602,2.182142972946167,-0.009294971823692322,0.20896603167057037,0.6965215802192688,732.0,187392.0,2717.034028316848,11993088.0 +402.8,25.59000015258789,4448.0,0.009464695118367672,0.1097412109375,2.203444719314575,-0.005773359909653664,0.27768662571907043,0.6486052870750427,733.0,187648.0,2720.717676887056,12009472.0 +407.74,26.579999923706055,4535.0,0.00961232092231512,0.1031697615981102,2.223579168319702,-0.007751927245408297,0.13013549149036407,0.7688086926937103,734.0,187904.0,2724.3305129180662,12025856.0 +407.46,27.030000686645508,4334.0,0.010788063518702984,0.1173095703125,2.2338781356811523,-0.00924775656312704,0.26317688822746277,0.6041843295097351,735.0,188160.0,2728.111041355878,12042240.0 +393.98,26.110000610351562,4479.0,0.00987421628087759,0.1181233748793602,2.238640546798706,-0.007252238225191832,0.3464202582836151,0.6014390587806702,736.0,188416.0,2731.7696367059834,12058624.0 +393.02,25.829999923706055,4471.0,0.012153208255767822,0.1269327849149704,2.244142770767212,-0.010202324949204922,0.1421685665845871,0.7555771023035049,737.0,188672.0,2735.435221991036,12075008.0 +404.1,26.799999237060547,4303.0,0.012430218048393726,0.1436564177274704,2.2242047786712646,-0.007599702104926109,0.2007516473531723,0.6936596632003784,738.0,188928.0,2739.2427113358863,12091392.0 +391.21,25.84000015258789,4534.0,0.010291348211467266,0.1290486603975296,2.233055353164673,-0.0060562859289348125,0.38160333037376404,0.5732363164424896,739.0,189184.0,2742.856899726903,12107776.0 +390.7,25.549999237060547,4529.0,0.0068244715221226215,0.0743001326918602,2.2375142574310303,-0.009117555804550648,0.2424822598695755,0.7064380347728729,740.0,189440.0,2746.475775888888,12124160.0 +400.36,26.190000534057617,4489.0,0.007533876225352287,0.0828857421875,2.240841865539551,-0.010028530843555927,0.21078211069107056,0.7355299890041351,741.0,189696.0,2750.1267274599522,12140544.0 +398.73,26.190000534057617,4330.0,0.007763638626784086,0.0864054337143898,2.2293407917022705,-0.008053037337958813,0.26958945393562317,0.6860388219356537,742.0,189952.0,2753.9108006509487,12156928.0 +403.02,27.030000686645508,4608.0,0.007020183373242617,0.0818684920668602,2.2395565509796143,-0.008678523823618889,0.22224830090999603,0.6910834312438965,743.0,190208.0,2757.466426640982,12173312.0 +397.98,27.100000381469727,4469.0,0.008314474485814571,0.0941162109375,2.2433254718780518,-0.008897852152585983,0.219315305352211,0.7043841183185577,744.0,190464.0,2761.1333580769133,12189696.0 +398.14,26.610000610351562,4530.0,0.016172949224710464,0.178466796875,2.2214577198028564,-0.005527017172425985,0.29984185099601746,0.6803170144557953,745.0,190720.0,2764.750846998999,12206080.0 +395.49,25.440000534057617,4542.0,0.010403127409517765,0.12054443359375,2.218355894088745,-0.008174317888915539,0.2906651794910431,0.6735230386257172,746.0,190976.0,2768.3580465440173,12222464.0 +400.23,25.65999984741211,4367.0,0.013336054049432278,0.1070760115981102,2.223864793777466,-0.010064189322292805,0.1786394864320755,0.7743852883577347,747.0,191232.0,2772.110286165029,12238848.0 +403.5,26.889999389648438,4467.0,0.010652768425643444,0.1206461563706398,2.2119839191436768,-0.011293738149106503,0.18199671804904938,0.7483467161655426,748.0,191488.0,2775.7789842588827,12255232.0 +405.51,26.760000228881836,4841.0,0.014338052831590176,0.1554158478975296,2.220604181289673,-0.005690502002835274,0.2769618332386017,0.6845901608467102,749.0,191744.0,2779.1636232859455,12271616.0 +401.5,26.350000381469727,4723.0,0.012379891239106655,0.13031005859375,2.2353570461273193,-0.009836514480412006,0.25275668501853943,0.6604383289813995,750.0,192000.0,2782.6332095710095,12288000.0 +402.65,26.969999313354492,4667.0,0.008218170143663883,0.0931599959731102,2.243840456008911,-0.007512981072068214,0.3173335790634155,0.6338849663734436,751.0,192256.0,2786.1442783509847,12304384.0 +395.97,26.68000030517578,4358.0,0.008105822838842869,0.0878702774643898,2.235203742980957,-0.007141275331377983,0.2635633647441864,0.685650646686554,752.0,192512.0,2789.904577249894,12320768.0 +397.05,27.09000015258789,4269.0,0.012118025682866573,0.1419881135225296,2.252352237701416,-0.011860672384500504,0.10683325678110123,0.8095927834510803,753.0,192768.0,2793.742666143924,12337152.0 +412.73,28.09000015258789,4279.0,0.011688366532325745,0.1461385041475296,2.238809823989868,-0.010736326687037945,0.17406348884105682,0.7405851185321808,754.0,193024.0,2797.5718234109227,12353536.0 +411.36,27.8700008392334,4375.0,0.012755933217704296,0.1413981169462204,2.2211596965789795,-0.010038320906460285,0.16238142549991608,0.7768351286649704,755.0,193280.0,2801.3178790479433,12369920.0 +403.03,28.09000015258789,4280.0,0.012744050472974777,0.15277099609375,2.2257845401763916,-0.007012489717453718,0.23473869264125824,0.6463071405887604,756.0,193536.0,2805.1467145439237,12386304.0 +403.28,27.93000030517578,4856.0,0.011364883743226528,0.1407674103975296,2.239232301712036,-0.011090411804616451,0.2227007895708084,0.7105575799942017,757.0,193792.0,2808.521018296946,12402688.0 +409.61,28.260000228881836,4590.0,0.013376147486269474,0.15740966796875,2.2352967262268066,-0.009703325107693672,0.20006698369979858,0.6874603629112244,758.0,194048.0,2812.090720640961,12419072.0 +407.08,27.260000228881836,4649.0,0.010776634328067303,0.11895751953125,2.2476730346679688,-0.012132451869547367,0.21572621166706085,0.7312282621860504,759.0,194304.0,2815.619104471989,12435456.0 +399.82,26.25,4641.0,0.013696692883968353,0.145263671875,2.2170674800872803,-0.01052373182028532,0.2651873230934143,0.6262671053409576,760.0,194560.0,2819.150175409857,12451840.0 +398.78,26.489999771118164,4741.0,0.009521267376840115,0.1122843399643898,2.2383086681365967,-0.007184568326920271,0.1821255087852478,0.7175643444061279,761.0,194816.0,2822.6063252959866,12468224.0 +398.67,26.979999542236328,4796.0,0.012278485111892223,0.1346435546875,2.240684986114502,-0.008871852420270443,0.2709682285785675,0.6652118861675262,762.0,195072.0,2826.0232532639056,12484608.0 +403.73,27.549999237060547,4486.0,0.010866407305002213,0.1316121369600296,2.2147128582000732,-0.010121344588696957,0.19711796939373016,0.7531767189502716,763.0,195328.0,2829.675701522967,12500992.0 +412.94,27.579999923706055,4439.0,0.011456544511020184,0.1303303986787796,2.212388277053833,-0.011688679456710815,0.14317497611045837,0.7899789810180664,764.0,195584.0,2833.3671310830396,12517376.0 +408.24,28.139999389648438,4432.0,0.009760427288711071,0.11065673828125,2.2228615283966064,-0.009441711939871311,0.2413065880537033,0.633973091840744,765.0,195840.0,2837.0646457688417,12533760.0 +401.34,27.1200008392334,4394.0,0.012309081852436066,0.1310831755399704,2.2382051944732666,-0.011503789573907852,0.20231032371520996,0.7256316244602203,766.0,196096.0,2840.7939783399925,12550144.0 +404.16,26.770000457763672,4460.0,0.008904164656996727,0.10076904296875,2.208387613296509,-0.009335353970527649,0.20847684144973755,0.7234976291656494,767.0,196352.0,2844.468097017845,12566528.0 +402.65,26.40999984741211,4520.0,0.012090601027011871,0.1024169921875,2.2313621044158936,-0.0074133905582129955,0.19593054056167603,0.6994156837463379,768.0,196608.0,2848.093373110052,12582912.0 +408.73,26.809999465942383,4773.0,0.012660901993513107,0.1210530623793602,2.2253382205963135,-0.007040178403258324,0.2779199779033661,0.6533070802688599,769.0,196864.0,2851.5266837158706,12599296.0 +402.99,26.700000762939453,4475.0,0.007897297851741314,0.0797119140625,2.2569639682769775,-0.006365518551319838,0.26397019624710083,0.6460539102554321,770.0,197120.0,2855.1886499759275,12615680.0 +400.75,26.350000381469727,4394.0,0.011526960879564285,0.1370035856962204,2.244678497314453,-0.011940485797822475,0.13386107981204987,0.7814700305461884,771.0,197376.0,2858.917574782856,12632064.0 +397.89,26.950000762939453,4481.0,0.010879486799240112,0.1209920272231102,2.229841470718384,-0.007998408749699593,0.24304306507110596,0.6588192582130432,772.0,197632.0,2862.5740892898757,12648448.0 +408.35,28.290000915527344,4524.0,0.010204359889030457,0.12652587890625,2.238330602645874,-0.010280227288603783,0.11160401254892349,0.7926560491323471,773.0,197888.0,2866.1966151350643,12664832.0 +402.83,28.75,4662.0,0.014951718039810658,0.1780598908662796,2.2269937992095947,-0.010827962309122086,0.20552481710910797,0.6680082380771637,774.0,198144.0,2869.7113863530103,12681216.0 +409.56,28.020000457763672,4575.0,0.012163409031927586,0.1641845703125,2.231489419937134,-0.00920585822314024,0.24599801003932953,0.6501847207546234,775.0,198400.0,2873.292831867002,12697600.0 +405.25,26.760000228881836,4697.0,0.012850879691541195,0.1505533903837204,2.234929084777832,-0.008125662803649902,0.19959981739521027,0.7134775221347809,776.0,198656.0,2876.781812875066,12713984.0 +398.24,25.84000015258789,4493.0,0.00954520795494318,0.10198974609375,2.2353005409240723,-0.01040384080260992,0.29102417826652527,0.6400591433048248,777.0,198912.0,2880.434470170876,12730368.0 +393.98,26.40999984741211,4768.0,0.009712278842926025,0.1120401993393898,2.236811637878418,-0.01278106402605772,0.21244476735591888,0.6948480904102325,778.0,199168.0,2883.8714936638717,12746752.0 +394.4,27.280000686645508,4892.0,0.011518961749970913,0.1387125700712204,2.238065004348755,-0.011071339249610901,0.13464580476284027,0.7444298267364502,779.0,199424.0,2887.222001307877,12763136.0 +403.19,27.5,4505.0,0.012415878474712372,0.1450602263212204,2.2370336055755615,-0.00613158056512475,0.22651688754558563,0.6938927471637726,780.0,199680.0,2890.859256769996,12779520.0 +401.53,26.780000686645508,4336.0,0.010596311651170254,0.1126912459731102,2.2597744464874268,-0.008853201754391193,0.18619602918624878,0.7055113613605499,781.0,199936.0,2894.6378012979403,12795904.0 +409.4,27.90999984741211,4508.0,0.010900224559009075,0.1259765625,2.2508609294891357,-0.0070183430798351765,0.16992932558059692,0.7176657915115356,782.0,200192.0,2898.272508656839,12812288.0 +407.07,27.75,4457.0,0.013016973622143269,0.1434529572725296,2.2431464195251465,-0.011682386510074139,0.20951521396636963,0.7005618214607239,783.0,200448.0,2901.948777941987,12828672.0 +392.63,26.389999389648438,4500.0,0.011372692883014679,0.1231485977768898,2.242328405380249,-0.009323677979409695,0.37531277537345886,0.5654809772968292,784.0,200704.0,2905.590893571032,12845056.0 +394.63,27.010000228881836,4431.0,0.013339914381504059,0.1324259489774704,2.2135322093963623,-0.010019565932452679,0.18227212131023407,0.6318545937538147,785.0,200960.0,2909.288879562868,12861440.0 +395.45,26.799999237060547,4649.0,0.015350725501775742,0.134033203125,2.2323458194732666,-0.010070436634123325,0.2173021286725998,0.6854776442050934,786.0,201216.0,2912.814063611906,12877824.0 +408.87,27.860000610351562,4865.0,0.010383150540292263,0.1173909530043602,2.239091157913208,-0.011321713216602802,0.12344040721654892,0.7710234224796295,787.0,201472.0,2916.1819744529203,12894208.0 +396.62,26.5,4766.0,0.012358937412500381,0.1274007111787796,2.242525815963745,-0.009128325618803501,0.2932656705379486,0.6225616633892059,788.0,201728.0,2919.620245487895,12910592.0 +392.62,26.31999969482422,4737.0,0.012366142123937607,0.1377156525850296,2.253361463546753,-0.012263502925634384,0.2226731926202774,0.6840928792953491,789.0,201984.0,2923.0793836938683,12926976.0 +396.43,26.40999984741211,4346.0,0.012076766230165958,0.1429036408662796,2.2710189819335938,-0.0051637934520840645,0.2016010880470276,0.6674149036407471,790.0,202240.0,2926.850147052901,12943360.0 +400.18,26.860000610351562,4247.0,0.008615435101091862,0.0849609375,2.2651994228363037,-0.007821782492101192,0.20979316532611847,0.7102135717868805,791.0,202496.0,2930.708469945006,12959744.0 +399.03,26.09000015258789,4794.0,0.008865355513989925,0.0940348282456398,2.2655413150787354,-0.009374761953949928,0.2611873149871826,0.6853366494178772,792.0,202752.0,2934.1266542610247,12976128.0 +408.77,27.139999389648438,4821.0,0.009974674321711063,0.1107177734375,2.2810451984405518,-0.009761344641447067,0.17466962337493896,0.7568798065185547,793.0,203008.0,2937.525410769973,12992512.0 +400.21,26.790000915527344,4507.0,0.008872236125171185,0.09173583984375,2.2676990032196045,-0.008032451383769512,0.3573387563228607,0.5823157429695129,794.0,203264.0,2941.1612418349832,13008896.0 +394.72,26.309999465942383,4597.0,0.01212606206536293,0.1285196989774704,2.2640373706817627,-0.008163348771631718,0.2309146374464035,0.6429248750209808,795.0,203520.0,2944.725618937053,13025280.0 +386.09,25.850000381469727,4656.0,0.012796297669410706,0.1390584260225296,2.2772345542907715,-0.010603495873510838,0.23599852621555328,0.6430860459804535,796.0,203776.0,2948.245288694976,13041664.0 +392.41,26.90999984741211,4724.0,0.011769977398216724,0.13238525390625,2.2725770473480225,-0.008385557681322098,0.2500651180744171,0.7320907115936279,797.0,204032.0,2951.7139477180317,13058048.0 +402.15,27.280000686645508,4587.0,0.015348322689533234,0.1627400666475296,2.2766387462615967,-0.00604192353785038,0.20174074172973633,0.7215965390205383,798.0,204288.0,2955.2864128430374,13074432.0 +403.38,27.350000381469727,4361.0,0.01600092463195324,0.1676432341337204,2.2735941410064697,-0.007068738806992769,0.22841407358646393,0.6810460090637207,799.0,204544.0,2959.0432438808493,13090816.0 +407.72,27.899999618530273,4285.0,0.01140812411904335,0.1348470002412796,2.279569625854492,-0.00791251752525568,0.1838153749704361,0.7047337889671326,800.0,204800.0,2962.867480174871,13107200.0 +400.65,26.780000686645508,4302.0,0.009097269736230373,0.1065673828125,2.281266450881958,-0.009935819543898106,0.2587524950504303,0.6676531434059143,801.0,205056.0,2966.6769573169295,13123584.0 +399.72,26.530000686645508,4361.0,0.009896731935441494,0.1066691055893898,2.2841763496398926,-0.013188838958740234,0.18861377239227295,0.7453961968421936,802.0,205312.0,2970.434100487968,13139968.0 +400.04,26.600000381469727,4418.0,0.01376828271895647,0.1516316682100296,2.283559560775757,-0.0073769898153841496,0.24145515263080597,0.6495985984802246,803.0,205568.0,2974.1434592059813,13156352.0 +389.12,26.170000076293945,4908.0,0.009862981736660004,0.10308837890625,2.271554946899414,-0.00826351996511221,0.37918588519096375,0.6153834164142609,804.0,205824.0,2977.4818601380102,13172736.0 +390.47,26.530000686645508,4680.0,0.009300106205046177,0.09765625,2.2929937839508057,-0.008766557089984417,0.1795303076505661,0.7806912362575531,805.0,206080.0,2980.982873074943,13189120.0 +396.69,27.239999771118164,4719.0,0.007839798927307129,0.07562255859375,2.292292356491089,-0.00855355802923441,0.23843376338481903,0.7083278298377991,806.0,206336.0,2984.4554923449177,13205504.0 +397.02,26.59000015258789,4785.0,0.009514463134109974,0.11468505859375,2.291651964187622,-0.008609500713646412,0.2833714783191681,0.6722305119037628,807.0,206592.0,2987.8802539219614,13221888.0 +400.2,27.15999984741211,4718.0,0.00923076644539833,0.0981648787856102,2.309664011001587,-0.008495350368320942,0.16571807861328125,0.7422475218772888,808.0,206848.0,2991.3536471428815,13238272.0 +399.07,27.860000610351562,4590.0,0.009005969390273094,0.1110636368393898,2.318984270095825,-0.010820998810231686,0.24764372408390045,0.6406362950801849,809.0,207104.0,2994.9235703870654,13254656.0 +395.84,27.190000534057617,4421.0,0.010372200980782509,0.1215616837143898,2.3169567584991455,-0.00792641844600439,0.27962368726730347,0.6791850924491882,810.0,207360.0,2998.6302926938515,13271040.0 +389.62,26.100000381469727,4376.0,0.0077199749648571014,0.08502197265625,2.3127641677856445,-0.010355417616665363,0.24595405161380768,0.7245268225669861,811.0,207616.0,3002.3751380499452,13287424.0 +392.76,25.459999084472656,4594.0,0.010446117259562016,0.1247355118393898,2.300882577896118,-0.008684830740094185,0.3374554216861725,0.6591344177722931,812.0,207872.0,3005.941563145956,13303808.0 +394.57,25.979999542236328,4604.0,0.01191501785069704,0.13739013671875,2.3034372329711914,-0.009832249023020267,0.21777689456939697,0.6831342279911041,813.0,208128.0,3009.500964671839,13320192.0 +386.84,26.360000610351562,4665.0,0.00922419223934412,0.1002197265625,2.2907230854034424,-0.00830917153507471,0.2972811758518219,0.6623050570487976,814.0,208384.0,3013.0131929239724,13336576.0 +388.39,25.760000228881836,4782.0,0.01046094298362732,0.1198933944106102,2.301959753036499,-0.009102542884647846,0.2778196334838867,0.6467336714267731,815.0,208640.0,3016.4403782498557,13352960.0 +400.7,27.270000457763672,4522.0,0.007366389036178589,0.0724894180893898,2.313396692276001,-0.010289526544511318,0.2141190767288208,0.7149717807769775,816.0,208896.0,3020.0643838359974,13369344.0 +406.98,27.3799991607666,4384.0,0.0067910500802099705,0.0697428360581398,2.2896482944488525,-0.010501434095203876,0.23299264907836914,0.7442542910575867,817.0,209152.0,3023.802100228844,13385728.0 +405.81,27.790000915527344,4315.0,0.008369386196136475,0.0846964493393898,2.30731463432312,-0.007831328548491001,0.19444018602371216,0.7488656640052795,818.0,209408.0,3027.5997448470443,13402112.0 +409.42,28.8799991607666,4497.0,0.008208032697439194,0.0902913436293602,2.300161123275757,-0.007986077107489109,0.2092573493719101,0.7009090185165405,819.0,209664.0,3031.243732678937,13418496.0 +408.88,28.780000686645508,4497.0,0.00869396049529314,0.1021321639418602,2.3035519123077393,-0.008652111515402794,0.16208086907863617,0.7655177265405655,820.0,209920.0,3034.8873679109383,13434880.0 +403.34,27.5,4385.0,0.008819677866995335,0.0877482071518898,2.2953274250030518,-0.008374974131584167,0.29363003373146057,0.6742666065692902,821.0,210176.0,3038.6244093920104,13451264.0 +395.87,26.5,4331.0,0.009844007901847363,0.1083984375,2.288419008255005,-0.009246760047972202,0.3219049870967865,0.6381515562534332,822.0,210432.0,3042.4075305380393,13467648.0 +390.34,26.43000030517578,4254.0,0.011200214736163616,0.1259358674287796,2.26762318611145,-0.0070395260117948055,0.35671183466911316,0.6086339354515076,823.0,210688.0,3046.2605935079046,13484032.0 +395.87,27.049999237060547,4458.0,0.010547629557549953,0.1248575821518898,2.2543509006500244,-0.007889249362051487,0.20260123908519745,0.7307422459125519,824.0,210944.0,3049.9364377439488,13500416.0 +398.96,28.1200008392334,4376.0,0.0163161251693964,0.1725667268037796,2.26643705368042,-0.008169190026819706,0.2537442147731781,0.6884952783584595,825.0,211200.0,3053.6808556229807,13516800.0 +391.66,27.360000610351562,4551.0,0.008286086842417717,0.1014200821518898,2.2610058784484863,-0.007827875204384327,0.30523523688316345,0.685635894536972,826.0,211456.0,3057.28187761805,13533184.0 +380.05,25.729999542236328,4552.0,0.008057682774960995,0.08795166015625,2.268134355545044,-0.008612058125436306,0.39892542362213135,0.635591596364975,827.0,211712.0,3060.881818437949,13549568.0 +386.06,26.56999969482422,4578.0,0.013959025032818317,0.12744140625,2.291332960128784,-0.0098832743242383,0.17475922405719757,0.7509323358535767,828.0,211968.0,3064.4612958568614,13565952.0 +396.15,27.229999542236328,4665.0,0.011655452661216259,0.1313273161649704,2.2954540252685547,-0.007952562533318996,0.19199170172214508,0.729180097579956,829.0,212224.0,3067.9737898339517,13582336.0 +407.84,28.510000228881836,4655.0,0.008215073496103287,0.09710693359375,2.284036874771118,-0.008255093358457088,0.1476481705904007,0.7734102308750153,830.0,212480.0,3071.4945376669057,13598720.0 +411.88,28.860000610351562,4439.0,0.012044603936374187,0.1343790739774704,2.3007893562316895,-0.009437655098736286,0.1817782074213028,0.7353768944740295,831.0,212736.0,3075.1855652278755,13615104.0 +399.41,27.31999969482422,4513.0,0.00982931163161993,0.1016031876206398,2.296109437942505,-0.008083070628345013,0.29364776611328125,0.679065465927124,832.0,212992.0,3078.818022907013,13631488.0 +396.65,26.5,4686.0,0.012092415243387222,0.1199747696518898,2.2798001766204834,-0.011359510011970997,0.29960957169532776,0.658014327287674,833.0,213248.0,3082.3149650469422,13647872.0 +393.21,26.889999389648438,4621.0,0.01112176850438118,0.1118977889418602,2.266718864440918,-0.009952225722372532,0.24582330882549286,0.6840679049491882,834.0,213504.0,3085.861214354867,13664256.0 +400.03,27.90999984741211,4614.0,0.012266277335584164,0.15435791015625,2.2890679836273193,-0.010109635069966316,0.11729364842176437,0.7941182255744934,835.0,213760.0,3089.4127102859784,13680640.0 +404.17,28.760000228881836,4544.0,0.015379986725747585,0.1509806364774704,2.2661097049713135,-0.010689354501664639,0.17522726953029633,0.7662142366170883,836.0,214016.0,3093.0190012238454,13697024.0 +405.72,28.149999618530273,4525.0,0.012625254690647125,0.12603759765625,2.257140636444092,-0.008844232186675072,0.2684064209461212,0.6576701700687408,837.0,214272.0,3096.6400583558716,13713408.0 +392.44,26.43000030517578,4278.0,0.011185592971742153,0.1352742463350296,2.2861740589141846,-0.007369569968432188,0.3356193006038666,0.6193705797195435,838.0,214528.0,3100.4706818999257,13729792.0 +393.29,26.489999771118164,4412.0,0.01578584872186184,0.16143798828125,2.2433884143829346,-0.007586635183542967,0.23701484501361847,0.6595384180545807,839.0,214784.0,3104.1847338699736,13746176.0 +398.32,27.31999969482422,4516.0,0.012778178788721561,0.1500651091337204,2.2207539081573486,-0.008674495853483677,0.1458023339509964,0.7744011729955673,840.0,215040.0,3107.813635990955,13762560.0 +402.37,27.770000457763672,4397.0,0.012035687454044819,0.13983154296875,2.2374119758605957,-0.006109753157943487,0.30822256207466125,0.6377063989639282,841.0,215296.0,3111.5398362479173,13778944.0 +404.11,28.010000228881836,4476.0,0.00867487397044897,0.09478759765625,2.2311055660247803,-0.009713918901979923,0.24905425310134888,0.7251090705394745,842.0,215552.0,3115.2007574420422,13795328.0 +404.54,27.690000534057617,4367.0,0.01182924211025238,0.1363728791475296,2.2428231239318848,-0.010694117285311222,0.1464969962835312,0.7893033027648926,843.0,215808.0,3118.9529898830224,13811712.0 +403.8,27.329999923706055,4508.0,0.011140617541968822,0.13037109375,2.2408387660980225,-0.012479494325816631,0.23052452504634857,0.6758730709552765,844.0,216064.0,3122.5881741938647,13828096.0 +384.28,25.1299991607666,4319.0,0.009833880700170994,0.1165568009018898,2.252575397491455,-0.009077991358935833,0.5665773153305054,0.5613459646701813,845.0,216320.0,3126.381686247885,13844480.0 +381.08,24.299999237060547,4448.0,0.011135141365230083,0.1255696564912796,2.2691690921783447,-0.011032424867153168,0.28703171014785767,0.6899748146533966,846.0,216576.0,3130.0655158988666,13860864.0 +384.68,25.200000762939453,4589.0,0.010399694554507732,0.1230875626206398,2.256505250930786,-0.008394434116780758,0.34978410601615906,0.6486968696117401,847.0,216832.0,3133.6364099050406,13877248.0 +392.15,26.389999389648438,4340.0,0.00881378073245287,0.1046549454331398,2.2634825706481934,-0.00891102198511362,0.22424857318401337,0.7205583155155182,848.0,217088.0,3137.4122162649874,13893632.0 +394.27,26.139999389648438,4401.0,0.011307482607662678,0.1290283203125,2.253239393234253,-0.010087047703564167,0.358608603477478,0.669937402009964,849.0,217344.0,3141.13566245907,13910016.0 +393.71,26.170000076293945,4556.0,0.012044119648635387,0.1344197541475296,2.2540268898010254,-0.009199726395308971,0.3249934911727905,0.6570126414299011,850.0,217600.0,3144.732360371854,13926400.0 +395.51,25.709999084472656,4413.0,0.01152872946113348,0.1287638396024704,2.2838361263275146,-0.010838627815246582,0.23968325555324554,0.7051576673984528,851.0,217856.0,3148.4454792859033,13942784.0 +392.68,26.270000457763672,4393.0,0.008806781843304634,0.1031901016831398,2.2672979831695557,-0.009235293604433537,0.30916687846183777,0.6561172902584076,852.0,218112.0,3152.177285977872,13959168.0 +389.66,26.31999969482422,4559.0,0.013858449645340443,0.13818359375,2.294039011001587,-0.008919067680835724,0.34372201561927795,0.5639686286449432,853.0,218368.0,3155.7717935729306,13975552.0 +396.6,25.850000381469727,4330.0,0.010474876500666142,0.1212361678481102,2.2730002403259277,-0.012987622059881687,0.21336837112903595,0.7130994498729706,854.0,218624.0,3159.5564264869317,13991936.0 +398.17,26.360000610351562,4291.0,0.01084074005484581,0.1262410432100296,2.2589211463928223,-0.009034118615090847,0.21214614808559418,0.6660903692245483,855.0,218880.0,3163.3756807290483,14008320.0 +387.1,25.790000915527344,4362.0,0.009916401468217373,0.1154581680893898,2.2713406085968018,-0.01120535284280777,0.3304060995578766,0.625396192073822,856.0,219136.0,3167.1320348810405,14024704.0 +383.86,25.059999465942383,4590.0,0.010561097413301468,0.1192626953125,2.2711691856384277,-0.00805844645947218,0.39727330207824707,0.5701944828033447,857.0,219392.0,3170.702262033941,14041088.0 +382.59,24.360000610351562,4775.0,0.011716813780367374,0.1399332731962204,2.255122423171997,-0.010928145609796047,0.3278428614139557,0.6379623413085938,858.0,219648.0,3174.134339516051,14057472.0 +390.33,25.690000534057617,4747.0,0.012827601283788681,0.1475016325712204,2.2754251956939697,-0.008200627751648426,0.19876402616500854,0.6554239690303802,859.0,219904.0,3177.5865344200283,14073856.0 +398.77,26.84000015258789,4545.0,0.011639025993645191,0.1303507536649704,2.2751612663269043,-0.009554802440106869,0.2717735469341278,0.6193866729736328,860.0,220160.0,3181.1923857058864,14090240.0 +401.96,27.110000610351562,4396.0,0.012227707542479038,0.133544921875,2.2656338214874268,-0.01275630947202444,0.19645439088344574,0.7496494352817535,861.0,220416.0,3184.920314867981,14106624.0 +395.27,26.6299991607666,4471.0,0.012142677791416645,0.1316935271024704,2.2460625171661377,-0.009805196896195412,0.288672536611557,0.6181416809558868,862.0,220672.0,3188.5851315970067,14123008.0 +388.44,27.079999923706055,4713.0,0.014263537712395191,0.1567586213350296,2.2611045837402344,-0.009527890011668205,0.2751096785068512,0.5892379581928253,863.0,220928.0,3192.065074756043,14139392.0 +386.47,26.190000534057617,4590.0,0.00941468682140112,0.1123453751206398,2.25964093208313,-0.008449203334748745,0.25850751996040344,0.6864012181758881,864.0,221184.0,3195.63510078704,14155776.0 +390.74,25.950000762939453,4457.0,0.010551885701715946,0.1233113631606102,2.2673146724700928,-0.009273714385926723,0.19939887523651123,0.6538350284099579,865.0,221440.0,3199.31224234798,14172160.0 +401.66,27.479999542236328,4596.0,0.01582583598792553,0.19219970703125,2.2513391971588135,-0.009308313950896263,0.14850682020187378,0.7281665205955505,866.0,221696.0,3202.8773887979332,14188544.0 +410.73,28.649999618530273,4413.0,0.0139588238671422,0.1495157927274704,2.236250638961792,-0.011604894883930683,0.172678604722023,0.7561531811952591,867.0,221952.0,3206.591218750924,14204928.0 +406.3,28.700000762939453,4250.0,0.010605897754430771,0.1248982772231102,2.255638837814331,-0.008354785852134228,0.14736004173755646,0.7642772346735001,868.0,222208.0,3210.4464028358925,14221312.0 +404.88,28.280000686645508,4258.0,0.012405595742166042,0.1292928010225296,2.2642531394958496,-0.009261238388717175,0.17985327541828156,0.6611960232257843,869.0,222464.0,3214.2948216409422,14237696.0 +409.89,28.559999465942383,4564.0,0.010831828229129314,0.124267578125,2.235506772994995,-0.013555891811847687,0.15481069684028625,0.695230096578598,870.0,222720.0,3217.8852322308812,14254080.0 +402.19,27.030000686645508,4746.0,0.01202783640474081,0.1402994841337204,2.244119644165039,-0.011041372083127499,0.32798609137535095,0.5780054926872253,871.0,222976.0,3221.3382026648615,14270464.0 +396.47,26.06999969482422,4323.0,0.01285967230796814,0.14654541015625,2.2316551208496094,-0.009735398925840855,0.1909959465265274,0.709544450044632,872.0,223232.0,3225.12829859904,14286848.0 +398.12,26.920000076293945,4306.0,0.011157798580825329,0.1372477263212204,2.235717535018921,-0.009961560368537903,0.25766685605049133,0.6513627469539642,873.0,223488.0,3228.933797967853,14303232.0 +398.04,27.18000030517578,4340.0,0.016822122037410736,0.18121337890625,2.2134106159210205,-0.010184315964579582,0.22521239519119263,0.6906121671199799,874.0,223744.0,3232.709562554024,14319616.0 +405.54,27.510000228881836,4392.0,0.01061291340738535,0.1197509765625,2.2252886295318604,-0.007431442383676767,0.16686157882213593,0.7007746994495392,875.0,224000.0,3236.441117716953,14336000.0 +408.9,27.600000381469727,4255.0,0.010366537608206272,0.1211954727768898,2.2289505004882812,-0.007537981495261192,0.18475039303302765,0.7386608123779297,876.0,224256.0,3240.2922776059713,14352384.0 +402.76,28.010000228881836,4329.0,0.009415945969522,0.10107421875,2.2338688373565674,-0.009958743117749691,0.1893194168806076,0.7387324273586273,877.0,224512.0,3244.0777376790065,14368768.0 +399.96,27.829999923706055,4495.0,0.008011510595679283,0.0887247696518898,2.229177713394165,-0.0063545056618750095,0.21816439926624298,0.6830087602138519,878.0,224768.0,3247.722779827891,14385152.0 +405.78,28.25,4308.0,0.010672204196453094,0.1106770858168602,2.231736421585083,-0.006445597857236862,0.18317532539367676,0.7190332412719727,879.0,225024.0,3251.5324474088848,14401536.0 +413.6,28.520000457763672,4342.0,0.013422115705907345,0.1446940153837204,2.2006847858428955,-0.009923365898430347,0.134501114487648,0.7819195687770844,880.0,225280.0,3255.3065081669483,14417920.0 +410.18,28.299999237060547,4730.0,0.015443510375916958,0.1708984375,2.1881308555603027,-0.009273771196603775,0.2664599120616913,0.672853022813797,881.0,225536.0,3258.771030244883,14434304.0 +398.67,27.360000610351562,4641.0,0.012019909918308258,0.1222330704331398,2.221872568130493,-0.004889022093266249,0.27253493666648865,0.6657700836658478,882.0,225792.0,3262.3014710468706,14450688.0 +395.64,28.200000762939453,4581.0,0.011088347993791103,0.1195882186293602,2.2223727703094482,-0.01322297751903534,0.1418772041797638,0.7528676241636276,883.0,226048.0,3265.878343965858,14467072.0 +404.07,29.31999969482422,4492.0,0.010742337442934513,0.11224365234375,2.206533193588257,-0.008690091781318188,0.14896763861179352,0.7253372669219971,884.0,226304.0,3269.526012471877,14483456.0 +396.08,28.040000915527344,4227.0,0.014090970158576965,0.15673828125,2.2474782466888428,-0.008207561448216438,0.24192674458026886,0.6408306658267975,885.0,226560.0,3273.402709947899,14499840.0 +396.51,27.540000915527344,4646.0,0.010870096273720264,0.1303303986787796,2.249894857406616,-0.012383985333144665,0.2217671126127243,0.6943526566028595,886.0,226816.0,3276.929281773977,14516224.0 +402.86,27.079999923706055,4477.0,0.015648996457457542,0.1602376252412796,2.2535252571105957,-0.009525594301521778,0.1566988229751587,0.717813640832901,887.0,227072.0,3280.5898324430455,14532608.0 +393.23,25.299999237060547,4473.0,0.012653530575335026,0.15106201171875,2.244868040084839,-0.010304712690412998,0.28781214356422424,0.6347030699253082,888.0,227328.0,3284.253437354928,14548992.0 +396.95,26.8700008392334,4306.0,0.011533589102327824,0.1290079802274704,2.249849796295166,-0.009512227959930897,0.2009759545326233,0.6946041285991669,889.0,227584.0,3288.0589279050473,14565376.0 +397.75,27.260000228881836,4399.0,0.010624129325151443,0.1178995743393898,2.248093366622925,-0.010283232666552067,0.16093462705612183,0.7427754998207092,890.0,227840.0,3291.7838824209757,14581760.0 +390.32,27.020000457763672,4509.0,0.013519722037017345,0.1336669921875,2.2231383323669434,-0.009828891605138779,0.3242531418800354,0.6655291616916656,891.0,228096.0,3295.4182630889118,14598144.0 +385.1,25.90999984741211,4622.0,0.014008227735757828,0.1499837189912796,2.2223868370056152,-0.006274780724197626,0.3550786077976227,0.5959417819976807,892.0,228352.0,3298.9637454908807,14614528.0 +395.69,26.510000228881836,4391.0,0.01496522780507803,0.1344401091337204,2.2410356998443604,-0.01036909781396389,0.13882020115852356,0.7697885483503342,893.0,228608.0,3302.694905228913,14630912.0 +396.56,27.149999618530273,4507.0,0.013834647834300995,0.1599528044462204,2.240338087081909,-0.012135935015976429,0.16884581744670868,0.7278273403644562,894.0,228864.0,3306.3303857569117,14647296.0 +402.3,27.780000686645508,4490.0,0.01216984074562788,0.1248779296875,2.251251459121704,-0.010642454028129578,0.15631289780139923,0.7277586460113525,895.0,229120.0,3309.9799058539793,14663680.0 +408.57,28.770000457763672,4494.0,0.011104988865554333,0.1236368790268898,2.2348241806030273,-0.010596943087875843,0.20634472370147705,0.6619068086147308,896.0,229376.0,3313.6260189758614,14680064.0 +406.47,28.559999465942383,4565.0,0.011170819401741028,0.1156412735581398,2.2306368350982666,-0.010260467417538166,0.10938181728124619,0.8142796009778976,897.0,229632.0,3317.2152720768936,14696448.0 +404.1,28.84000015258789,4411.0,0.015942970290780067,0.1567789763212204,2.2153682708740234,-0.00965909194201231,0.2036217302083969,0.6328866183757782,898.0,229888.0,3320.9307927358896,14712832.0 +399.44,27.799999237060547,4215.0,0.009930764324963093,0.1166585311293602,2.227675199508667,-0.009853236377239227,0.2112041860818863,0.7269531488418579,899.0,230144.0,3324.81871224707,14729216.0 +397.68,27.350000381469727,4430.0,0.013041995465755463,0.1243489608168602,2.2221429347991943,-0.008744007907807827,0.23168180882930756,0.6545086801052094,900.0,230400.0,3328.517523421906,14745600.0 +405.61,28.040000915527344,4322.0,0.011983036994934082,0.1281941682100296,2.2098889350891113,-0.012380500324070454,0.16083835065364838,0.7644424140453339,901.0,230656.0,3332.3089141279925,14761984.0 +405.12,29.520000457763672,4341.0,0.013046291656792164,0.1347452849149704,2.1935806274414062,-0.010612629354000092,0.20955534279346466,0.6987700164318085,902.0,230912.0,3336.0837085859384,14778368.0 +398.94,28.6299991607666,4386.0,0.010914720594882965,0.1279296875,2.2065651416778564,-0.009195140562951565,0.17269344627857208,0.7266286015510559,903.0,231168.0,3339.819255570881,14794752.0 +399.67,28.809999465942383,4446.0,0.014619626104831696,0.1573893278837204,2.1810317039489746,-0.011456056497991085,0.149844691157341,0.736037939786911,904.0,231424.0,3343.5045699889306,14811136.0 +401.32,28.329999923706055,4315.0,0.014942992478609085,0.1309407502412796,2.1987693309783936,-0.004708815366029739,0.25158753991127014,0.5970684289932251,905.0,231680.0,3347.30225456506,14827520.0 +403.31,28.84000015258789,4355.0,0.009774194099009037,0.1135660782456398,2.2031524181365967,-0.008248606696724892,0.1280817836523056,0.7840037494897842,906.0,231936.0,3351.065393724013,14843904.0 +404.56,29.270000457763672,4487.0,0.013470993377268314,0.1194051131606102,2.2155516147613525,-0.007091923151165247,0.21316270530223846,0.666244387626648,907.0,232192.0,3354.7171929120086,14860288.0 +396.59,27.799999237060547,4293.0,0.009568501263856888,0.094970703125,2.1906349658966064,-0.008978673256933689,0.2795851230621338,0.6117987632751465,908.0,232448.0,3358.534390457906,14876672.0 +395.22,27.40999984741211,4386.0,0.011659108102321625,0.1243489608168602,2.209113121032715,-0.009232967160642147,0.261182963848114,0.6683724522590637,909.0,232704.0,3362.270532012917,14893056.0 +392.8,26.979999542236328,4675.0,0.011770172975957394,0.1338297575712204,2.180666208267212,-0.007149343844503164,0.2751496136188507,0.6494821906089783,910.0,232960.0,3365.775498943869,14909440.0 +401.13,28.940000534057617,4543.0,0.013525783084332943,0.1501871794462204,2.1808245182037354,-0.009510780684649944,0.14866319298744202,0.7729923874139786,911.0,233216.0,3369.3825800640043,14925824.0 +394.29,27.489999771118164,4503.0,0.011824975721538067,0.1349690705537796,2.1753108501434326,-0.006753639783710241,0.34763598442077637,0.6201631128787994,912.0,233472.0,3373.0256830658764,14942208.0 +392.26,27.760000228881836,4500.0,0.01014377549290657,0.1201985701918602,2.192038059234619,-0.008291435427963734,0.2775554060935974,0.664270281791687,913.0,233728.0,3376.666958875954,14958592.0 +381.62,26.09000015258789,4414.0,0.008797882124781609,0.1008707657456398,2.1709344387054443,-0.006253005936741829,0.44198334217071533,0.6277654469013214,914.0,233984.0,3380.379461620003,14974976.0 +381.32,26.489999771118164,4238.0,0.007971658371388912,0.0848592147231102,2.15260910987854,-0.008904451504349709,0.305711030960083,0.6707045137882233,915.0,234240.0,3384.246136148926,14991360.0 +393.04,27.520000457763672,4319.0,0.012689288705587387,0.1385701447725296,2.1596438884735107,-0.01128831785172224,0.19337445497512817,0.7542291879653931,916.0,234496.0,3388.039647834841,15007744.0 +399.28,28.1299991607666,4271.0,0.011877112090587616,0.12457275390625,2.1723172664642334,-0.007318219635635614,0.24301256239414215,0.7260189652442932,917.0,234752.0,3391.875976718031,15024128.0 +393.13,27.649999618530273,4148.0,0.012500770390033722,0.1368001252412796,2.155348539352417,-0.008566307835280895,0.3282839059829712,0.6878101825714111,918.0,235008.0,3395.82607453689,15040512.0 +400.13,28.760000228881836,4314.0,0.012194382958114147,0.13677978515625,2.1906681060791016,-0.011113405227661133,0.17539633810520172,0.7793611139059067,919.0,235264.0,3399.624753609998,15056896.0 +403.14,29.450000762939453,4259.0,0.012662902474403381,0.1407063752412796,2.1911680698394775,-0.008304890245199203,0.17329537868499756,0.7560112774372101,920.0,235520.0,3403.471996207023,15073280.0 +407.03,29.68000030517578,4368.0,0.009920810349285603,0.1182861328125,2.2425537109375,-0.0097885737195611,0.17163598537445068,0.7760926634073257,921.0,235776.0,3407.223291412927,15089664.0 +411.06,29.6299991607666,4322.0,0.010145231150090694,0.1243693009018898,2.2044970989227295,-0.009723103605210781,0.15938614308834076,0.7838963568210602,922.0,236032.0,3411.01444529905,15106048.0 +398.92,27.8799991607666,4333.0,0.011889271438121796,0.1401163786649704,2.210596799850464,-0.006871019955724478,0.3071978688240051,0.7132368981838226,923.0,236288.0,3414.795765849063,15122432.0 +387.68,26.540000915527344,4371.0,0.008959908969700336,0.090576171875,2.204305410385132,-0.010673477314412594,0.45633652806282043,0.5929010808467865,924.0,236544.0,3418.5451215899084,15138816.0 +388.59,26.920000076293945,4518.0,0.010182012803852558,0.117919921875,2.2181127071380615,-0.008368945680558681,0.24110156297683716,0.7320410013198853,925.0,236800.0,3422.172106999904,15155200.0 +401.92,28.329999923706055,4251.0,0.01101261842995882,0.1163330078125,2.1969597339630127,-0.009796559810638428,0.1621876209974289,0.8277496248483658,926.0,237056.0,3426.0272616709117,15171584.0 +410.7,29.420000076293945,4277.0,0.007168330252170563,0.071044921875,2.218909502029419,-0.00878247432410717,0.18330086767673492,0.8084437102079391,927.0,237312.0,3429.8579754498787,15187968.0 +410.66,28.59000015258789,4424.0,0.008990530855953693,0.0985310897231102,2.220247745513916,-0.009521758183836937,0.23812919855117798,0.7702478766441345,928.0,237568.0,3433.5650126959663,15204352.0 +404.26,27.68000030517578,4379.0,0.008779846131801605,0.0880126953125,2.2141735553741455,-0.009672511368989944,0.23540939390659332,0.7570623755455017,929.0,237824.0,3437.3066876009107,15220736.0 +405.56,27.6200008392334,4382.0,0.012457996606826782,0.1186930313706398,2.2142741680145264,-0.009146087802946568,0.2005179077386856,0.7872546911239624,930.0,238080.0,3441.0458380489144,15237120.0 +407.8,28.760000228881836,4494.0,0.010895187966525555,0.1381632536649704,2.2160377502441406,-0.010515488684177399,0.19256286323070526,0.7582988142967224,931.0,238336.0,3444.692151536932,15253504.0 +405.97,28.84000015258789,4291.0,0.012814211659133434,0.1314290314912796,2.224597692489624,-0.006505507975816727,0.22977781295776367,0.7554482817649841,932.0,238592.0,3448.510899448069,15269888.0 +396.46,27.25,4363.0,0.010378534905612469,0.1188151016831398,2.218780279159546,-0.009669589810073376,0.34474095702171326,0.6990260183811188,933.0,238848.0,3452.266341252951,15286272.0 +381.76,25.75,4529.0,0.01107505988329649,0.11004638671875,2.204846143722534,-0.007987107150256634,0.44433367252349854,0.6327227056026459,934.0,239104.0,3455.884764523944,15302656.0 +376.94,26.020000457763672,4538.0,0.011231365613639355,0.1311238557100296,2.204464912414551,-0.006923129316419363,0.2841128408908844,0.6882449388504028,935.0,239360.0,3459.495495646959,15319040.0 +376.42,26.299999237060547,4470.0,0.011880750767886639,0.13623046875,2.2149713039398193,-0.006490369793027639,0.28619369864463806,0.6763668656349182,936.0,239616.0,3463.16130197607,15335424.0 +390.64,27.219999313354492,4445.0,0.00918771792203188,0.1161702498793602,2.2224812507629395,-0.009785388596355915,0.2733686566352844,0.7065554857254028,937.0,239872.0,3466.847492317902,15351808.0 +392.95,26.540000915527344,4405.0,0.012477784417569637,0.14080810546875,2.2384207248687744,-0.009031690657138824,0.2886931002140045,0.6667976081371307,938.0,240128.0,3470.5672179048415,15368192.0 +385.21,25.6299991607666,4283.0,0.0110262306407094,0.1172688826918602,2.2157561779022217,-0.007908552885055542,0.3874826729297638,0.6219046413898468,939.0,240384.0,3474.3927088689525,15384576.0 +394.61,26.860000610351562,4331.0,0.010095279663801193,0.11602783203125,2.2229058742523193,-0.011771347373723984,0.14740677177906036,0.8083893954753876,940.0,240640.0,3478.175888200989,15400960.0 +404.09,28.40999984741211,4466.0,0.011018126271665096,0.1383056640625,2.2192800045013428,-0.009122315794229507,0.1873210072517395,0.7844287753105164,941.0,240896.0,3481.845544395037,15417344.0 +414.25,29.43000030517578,4311.0,0.013711482286453247,0.1455891877412796,2.2564871311187744,-0.007420697715133429,0.16522110998630524,0.793158695101738,942.0,241152.0,3485.6462501019705,15433728.0 +412.11,29.190000534057617,4422.0,0.010679081082344055,0.1218058243393898,2.2378172874450684,-0.010318798013031483,0.155864879488945,0.812585860490799,943.0,241408.0,3489.3517175049055,15450112.0 +410.48,28.93000030517578,4378.0,0.014828790910542011,0.1471150666475296,2.241567611694336,-0.009712211787700653,0.19496315717697144,0.7751949578523636,944.0,241664.0,3493.0943550090306,15466496.0 +401.52,27.8700008392334,4478.0,0.010276949033141136,0.11572265625,2.2353157997131348,-0.010875335894525051,0.32758012413978577,0.7180582284927368,945.0,241920.0,3496.755947120022,15482880.0 +403.4,28.329999923706055,4331.0,0.013659222982823849,0.1540934294462204,2.2396233081817627,-0.010790467262268066,0.1381058543920517,0.8187764585018158,946.0,242176.0,3500.538773962995,15499264.0 +404.1,28.31999969482422,4250.0,0.014973528683185577,0.1447346955537796,2.2207465171813965,-0.011600171215832233,0.13039977848529816,0.8223799765110016,947.0,242432.0,3504.394476414891,15515648.0 +416.28,29.700000762939453,4239.0,0.011838891543447971,0.134033203125,2.2308998107910156,-0.00838788878172636,0.23583078384399414,0.7484637498855591,948.0,242688.0,3508.2600817549974,15532032.0 +408.03,27.600000381469727,4418.0,0.00803000945597887,0.0760701522231102,2.2445881366729736,-0.007989061996340752,0.38031038641929626,0.6261603534221649,949.0,242944.0,3511.969470819924,15548416.0 +399.0,26.31999969482422,4314.0,0.008503898046910763,0.0948486328125,2.243724822998047,-0.008710772730410099,0.3191620409488678,0.7018328011035919,950.0,243200.0,3515.7675778288394,15564800.0 +397.15,27.1299991607666,4182.0,0.010003556497395039,0.10638427734375,2.2541816234588623,-0.008706108666956425,0.17481666803359985,0.765080988407135,951.0,243456.0,3519.6858583129942,15581184.0 +400.08,28.239999771118164,4138.0,0.01082585472613573,0.12225341796875,2.239300012588501,-0.00947002787142992,0.29159989953041077,0.682433158159256,952.0,243712.0,3523.6458722099196,15597568.0 +400.9,28.65999984741211,4242.0,0.013471734710037708,0.1545817106962204,2.230928659439087,-0.010845951735973358,0.16659480333328247,0.7687477767467499,953.0,243968.0,3527.508651689859,15613952.0 +399.34,28.5,4303.0,0.012348008342087269,0.1438395231962204,2.2314486503601074,-0.008102421648800373,0.28277650475502014,0.6734229922294617,954.0,244224.0,3531.3169767998625,15630336.0 +400.57,27.93000030517578,4070.0,0.00879578199237585,0.09429931640625,2.2023561000823975,-0.010073301382362843,0.29353639483451843,0.688233494758606,955.0,244480.0,3535.3423200049438,15646720.0 +386.76,26.989999771118164,4293.0,0.008305447176098824,0.0976969376206398,2.200821876525879,-0.009421179071068764,0.4353467524051666,0.5707350075244904,956.0,244736.0,3539.1599543618504,15663104.0 +392.39,28.280000686645508,4440.0,0.008917584083974361,0.0943400040268898,2.203253984451294,-0.012490224093198776,0.12954238057136536,0.7964021563529968,957.0,244992.0,3542.850529585965,15679488.0 +399.1,28.850000381469727,4421.0,0.01339409127831459,0.15081787109375,2.206841230392456,-0.008847259916365147,0.19460834562778473,0.6879605948925018,958.0,245248.0,3546.5570701039396,15695872.0 +401.52,28.81999969482422,4324.0,0.01292984839528799,0.1410115510225296,2.2111945152282715,-0.0024865518789738417,0.22182022035121918,0.7246665358543396,959.0,245504.0,3550.346203568857,15712256.0 +404.54,29.09000015258789,4273.0,0.009210861288011074,0.1101481094956398,2.1935033798217773,-0.013207990676164627,0.12900979816913605,0.8256601095199585,960.0,245760.0,3554.1823348200414,15728640.0 +406.27,29.719999313354492,4386.0,0.011798922903835773,0.1240234375,2.208475351333618,-0.011006663553416729,0.1879986971616745,0.7170387506484985,961.0,246016.0,3557.918228911003,15745024.0 +405.71,29.1299991607666,4395.0,0.012649794109165668,0.1295979768037796,2.1970999240875244,-0.010765132494270802,0.1865566372871399,0.7152326703071594,962.0,246272.0,3561.6464238420594,15761408.0 +407.21,28.950000762939453,4500.0,0.013708699494600296,0.1564738005399704,2.216688632965088,-0.01162203773856163,0.13415534794330597,0.7700587809085846,963.0,246528.0,3565.287432028912,15777792.0 +407.39,28.579999923706055,4469.0,0.013450168073177338,0.1446736603975296,2.1731221675872803,-0.009994580410420895,0.19373942911624908,0.7209933400154114,964.0,246784.0,3568.9543560449965,15794176.0 +403.89,28.350000381469727,4521.0,0.010645066387951374,0.1189778670668602,2.2039568424224854,-0.00976710207760334,0.24197715520858765,0.689913421869278,965.0,247040.0,3572.5789180540014,15810560.0 +399.39,27.479999542236328,4448.0,0.012211144901812077,0.1336669921875,2.1830146312713623,-0.012678547762334347,0.2549826204776764,0.7062897682189941,966.0,247296.0,3576.2631688509136,15826944.0 +402.54,27.299999237060547,4296.0,0.011718057096004486,0.1434529572725296,2.1817538738250732,-0.009171928279101849,0.24322672188282013,0.7034561634063721,967.0,247552.0,3580.077322053956,15843328.0 +398.08,26.489999771118164,4248.0,0.013592476956546307,0.1492106169462204,2.16634464263916,-0.006509404629468918,0.32920464873313904,0.6721908748149872,968.0,247808.0,3583.934768524021,15859712.0 +383.54,26.18000030517578,4300.0,0.011750821024179459,0.1232503280043602,2.1944220066070557,-0.010544545017182827,0.3755185604095459,0.635783851146698,969.0,248064.0,3587.7451871710364,15876096.0 +383.57,26.43000030517578,4456.0,0.010178366675972939,0.1136881485581398,2.164308786392212,-0.010073060169816017,0.32673636078834534,0.6471072733402252,970.0,248320.0,3591.4222503518686,15892480.0 +397.85,27.899999618530273,4313.0,0.008769027888774872,0.0935872420668602,2.1923773288726807,-0.011741633526980877,0.1373482495546341,0.8036206513643265,971.0,248576.0,3595.221447808901,15908864.0 +408.25,28.770000457763672,4292.0,0.010930784977972507,0.13238525390625,2.168182849884033,-0.014941178262233734,0.09983140975236893,0.8571637570858002,972.0,248832.0,3599.038858972024,15925248.0 +413.32,28.899999618530273,4399.0,0.010744031518697739,0.1180623397231102,2.1572086811065674,-0.006724517792463303,0.22648262977600098,0.7362983524799347,973.0,249088.0,3602.763342170976,15941632.0 +398.69,27.729999542236328,4400.0,0.011688224971294403,0.1123453751206398,2.1711838245391846,-0.01100362092256546,0.2668880224227905,0.74962517619133,974.0,249344.0,3606.4880443469156,15958016.0 +389.25,27.34000015258789,4288.0,0.01077879499644041,0.1220296248793602,2.185749053955078,-0.009627719409763813,0.219152569770813,0.7469745576381683,975.0,249600.0,3610.309110343922,15974400.0 +394.2,28.219999313354492,4072.0,0.01387089118361473,0.1703287810087204,2.1635472774505615,-0.005706712603569031,0.24447429180145264,0.7636203020811081,976.0,249856.0,3614.3335850490257,15990784.0 +401.14,28.100000381469727,4360.0,0.009926444850862026,0.1067911759018898,2.185560941696167,-0.010919064283370972,0.1524222195148468,0.8265149891376495,977.0,250112.0,3618.091647137888,16007168.0 +408.44,28.670000076293945,4358.0,0.01282446924597025,0.1538899689912796,2.206404447555542,-0.011752489022910595,0.15195292234420776,0.7910277545452118,978.0,250368.0,3621.8514417288825,16023552.0 +400.49,28.540000915527344,4292.0,0.013176658190786839,0.1400349885225296,2.19391131401062,-0.008089538663625717,0.3198030889034271,0.6547271311283112,979.0,250624.0,3625.668701754883,16039936.0 +390.37,27.030000686645508,4218.0,0.009418844245374203,0.11407470703125,2.200979232788086,-0.010678417980670929,0.3395129144191742,0.6901603043079376,980.0,250880.0,3629.5531390579417,16056320.0 +392.12,26.56999969482422,4044.0,0.00948485266417265,0.0970458984375,2.198737382888794,-0.008992164395749569,0.27830711007118225,0.6905929446220398,981.0,251136.0,3633.605197191937,16072704.0 +396.62,27.479999542236328,4094.0,0.010792863555252552,0.1220906600356102,2.2036192417144775,-0.011513716541230679,0.19079695641994476,0.6981587409973145,982.0,251392.0,3637.607974951854,16089088.0 +398.61,28.25,4350.0,0.013755495660007,0.1478271484375,2.197577953338623,-0.010461334139108658,0.25548920035362244,0.6490536630153656,983.0,251648.0,3641.3751604158897,16105472.0 +400.8,29.200000762939453,4182.0,0.011104200035333633,0.1180826798081398,2.1969292163848877,-0.012169260531663895,0.1660754531621933,0.7693657577037811,984.0,251904.0,3645.293213819852,16121856.0 +399.07,28.799999237060547,4158.0,0.012373819015920162,0.1268717497587204,2.1884958744049072,-0.008752348832786083,0.2548501789569855,0.7039932012557983,985.0,252160.0,3649.234694916988,16138240.0 +397.12,27.6299991607666,4128.0,0.007435569539666176,0.0740763321518898,2.2098934650421143,-0.010097646154463291,0.26380452513694763,0.6925304234027863,986.0,252416.0,3653.20397162484,16154624.0 +392.46,26.969999313354492,4419.0,0.00761215528473258,0.0737508162856102,2.213773012161255,-0.011233567260205746,0.2411692887544632,0.7304587364196777,987.0,252672.0,3656.9121240270324,16171008.0 +401.54,28.40999984741211,4296.0,0.011344152502715588,0.1339314728975296,2.2168917655944824,-0.010385911911725998,0.17167513072490692,0.7386491596698761,988.0,252928.0,3660.7261511159595,16187392.0 +402.44,27.979999542236328,4183.0,0.008910789154469967,0.0960693359375,2.2125370502471924,-0.010988865979015827,0.2661862075328827,0.6858799159526825,989.0,253184.0,3664.643468060065,16203776.0 +405.0,28.020000457763672,4240.0,0.007693033199757338,0.082275390625,2.2060725688934326,-0.008628259412944317,0.2466360181570053,0.6954191327095032,990.0,253440.0,3668.5081264248583,16220160.0 +398.33,27.969999313354492,4455.0,0.013545532710850239,0.1488240510225296,2.1845099925994873,-0.008904210291802883,0.23383764922618866,0.6896488964557648,991.0,253696.0,3672.1871355059557,16236544.0 +403.04,28.18000030517578,4540.0,0.0122836297377944,0.15228271484375,2.1846587657928467,-0.008967520669102669,0.19011704623699188,0.7195733785629272,992.0,253952.0,3675.7962168990634,16252928.0 +404.25,29.170000076293945,4371.0,0.011731312610208988,0.1414591521024704,2.1508476734161377,-0.009219893254339695,0.1856408566236496,0.7606642246246338,993.0,254208.0,3679.5444014598615,16269312.0 +397.21,28.049999237060547,4417.0,0.014303122647106647,0.1409098356962204,2.1693928241729736,-0.010557476431131363,0.2566724717617035,0.692097008228302,994.0,254464.0,3683.2538341248874,16285696.0 +402.06,28.760000228881836,4580.0,0.010843017138540745,0.1299845427274704,2.1831696033477783,-0.012471443973481655,0.2032208889722824,0.7335879504680634,995.0,254720.0,3686.8317889689934,16302080.0 +397.45,28.600000381469727,4619.0,0.011449187994003296,0.1476847380399704,2.202070951461792,-0.009153418242931366,0.31598934531211853,0.6463428437709808,996.0,254976.0,3690.379565184936,16318464.0 +392.58,27.270000457763672,4435.0,0.008500033058226109,0.0883382186293602,2.2135188579559326,-0.009870587848126888,0.3176891803741455,0.6287986040115356,997.0,255232.0,3694.0738845649175,16334848.0 +392.34,26.6299991607666,4560.0,0.008382403291761875,0.0916544571518898,2.2135088443756104,-0.008884334936738014,0.286471962928772,0.6419317424297333,998.0,255488.0,3697.668234357843,16351232.0 +390.97,26.979999542236328,4440.0,0.009757215157151222,0.1163330078125,2.220900774002075,-0.008929870091378689,0.2945481240749359,0.5951685309410095,999.0,255744.0,3701.359623580938,16367616.0 +390.58,26.690000534057617,4423.0,0.011460096575319767,0.12628173828125,2.2008180618286133,-0.0102123087272048,0.30920395255088806,0.6249756813049316,1000.0,256000.0,3705.064301942941,16384000.0 +387.99,26.610000610351562,4515.0,0.011701278388500214,0.1361897736787796,2.2350409030914307,-0.009481660090386868,0.3086578845977783,0.5924644768238068,1001.0,256256.0,3708.6938731248956,16400384.0 +392.44,27.399999618530273,4516.0,0.009529272094368935,0.11126708984375,2.2428011894226074,-0.008568326011300087,0.21339035034179688,0.6905915141105652,1002.0,256512.0,3712.322925532004,16416768.0 +391.46,27.790000915527344,4467.0,0.00979354977607727,0.1074015274643898,2.2435543537139893,-0.00917875487357378,0.23264817893505096,0.6795425415039062,1003.0,256768.0,3715.991070382064,16433152.0 +397.51,28.40999984741211,4667.0,0.010337023995816708,0.1093343123793602,2.2310869693756104,-0.010715242475271225,0.22126980125904083,0.7149673700332642,1004.0,257024.0,3719.5018810960464,16449536.0 +402.39,28.979999542236328,4337.0,0.008913247846066952,0.0976155623793602,2.23634934425354,-0.01002978254109621,0.23976735770702362,0.6896184384822845,1005.0,257280.0,3723.279919036897,16465920.0 +398.7,28.15999984741211,4554.0,0.011424199678003788,0.1185099259018898,2.24589467048645,-0.011381290853023529,0.13457481563091278,0.8137322813272476,1006.0,257536.0,3726.8784622368403,16482304.0 +396.5,27.829999923706055,4426.0,0.007765982300043106,0.0884602889418602,2.249220609664917,-0.009049489162862301,0.22888846695423126,0.7239563465118408,1007.0,257792.0,3730.580513878027,16498688.0 +398.37,28.420000076293945,4296.0,0.008959249593317509,0.09906005859375,2.2555994987487793,-0.011407919228076935,0.21645624935626984,0.7518219202756882,1008.0,258048.0,3734.3944949698634,16515072.0 +406.63,28.84000015258789,4349.0,0.010265509597957134,0.1079508438706398,2.2310049533843994,-0.01039592083543539,0.21063904464244843,0.7457143664360046,1009.0,258304.0,3738.1623685988598,16531456.0 +406.38,28.489999771118164,4371.0,0.009594491682946682,0.113037109375,2.266690492630005,-0.007924975827336311,0.12271124869585037,0.7865267992019653,1010.0,258560.0,3741.9116816339083,16547840.0 +401.04,28.09000015258789,4222.0,0.010109222494065762,0.1240641251206398,2.233276128768921,-0.008218423463404179,0.2888108789920807,0.6799384653568268,1011.0,258816.0,3745.7925468720496,16564224.0 +396.77,27.709999084472656,4498.0,0.01143554225564003,0.1337890625,2.2290775775909424,-0.012811108492314816,0.12595714628696442,0.7800489515066147,1012.0,259072.0,3749.435216129059,16580608.0 +390.24,27.459999084472656,4529.0,0.010056956671178341,0.1156819686293602,2.2435624599456787,-0.011154395528137684,0.24136950075626373,0.6342650055885315,1013.0,259328.0,3753.0563442700077,16596992.0 +398.94,27.899999618530273,4529.0,0.011169602163136005,0.1341145783662796,2.2471866607666016,-0.009116173721849918,0.13569797575473785,0.7705071866512299,1014.0,259584.0,3756.674992088927,16613376.0 +402.65,28.010000228881836,4602.0,0.012099464423954487,0.1410929411649704,2.246816396713257,-0.010905983857810497,0.23009343445301056,0.6602016389369965,1015.0,259840.0,3760.2354087410495,16629760.0 +392.65,26.940000534057617,4570.0,0.011915897019207478,0.135986328125,2.2459716796875,-0.011124387383460999,0.37017372250556946,0.6022760570049286,1016.0,260096.0,3763.8216207330115,16646144.0 +385.97,26.389999389648438,4541.0,0.007520341780036688,0.08111572265625,2.2393293380737305,-0.010447897017002106,0.216217502951622,0.6803391873836517,1017.0,260352.0,3767.4303471809253,16662528.0 +393.84,27.3799991607666,5073.0,0.013309820555150509,0.1391804963350296,2.2277071475982666,-0.009228197857737541,0.2399343103170395,0.7149233520030975,1018.0,260608.0,3770.6607331929263,16678912.0 +396.75,27.3700008392334,4983.0,0.009431078098714352,0.0996500626206398,2.2403767108917236,-0.00956355407834053,0.21466238796710968,0.6941099166870117,1019.0,260864.0,3773.9492818899453,16695296.0 +403.72,27.719999313354492,4666.0,0.011601234786212444,0.1338094025850296,2.2290825843811035,-0.012436825782060623,0.19432155787944794,0.7302303314208984,1020.0,261120.0,3777.4617596708704,16711680.0 +394.9,26.420000076293945,4593.0,0.008864803239703178,0.0984700545668602,2.236366033554077,-0.0112084886059165,0.38056838512420654,0.6294624209403992,1021.0,261376.0,3781.029218212003,16728064.0 +385.14,25.350000381469727,4553.0,0.009718735702335835,0.1142985001206398,2.22957181930542,-0.009201019071042538,0.30057573318481445,0.6576435267925262,1022.0,261632.0,3784.627711084904,16744448.0 +387.43,25.549999237060547,4444.0,0.009256790392100811,0.1055094376206398,2.2635092735290527,-0.008293980732560158,0.30717626214027405,0.6202172636985779,1023.0,261888.0,3788.3144900279585,16760832.0 +387.85,26.1200008392334,4439.0,0.012420829385519028,0.13800048828125,2.2431986331939697,-0.008568712510168552,0.2844894230365753,0.6310323774814606,1024.0,262144.0,3792.0066487619188,16777216.0 +380.44,25.790000915527344,4389.0,0.01120836567133665,0.1201375350356102,2.251875162124634,-0.007582923397421837,0.33536088466644287,0.6090453863143921,1025.0,262400.0,3795.740311404923,16793600.0 +388.86,26.6200008392334,4330.0,0.010785668157041073,0.1271158903837204,2.248396635055542,-0.011192694306373596,0.22257684171199799,0.7069337666034698,1026.0,262656.0,3799.5242430190556,16809984.0 +388.67,26.100000381469727,4475.0,0.013437378220260143,0.1497802734375,2.2317545413970947,-0.010578789748251438,0.19548793137073517,0.7209734618663788,1027.0,262912.0,3803.187430918915,16826368.0 +404.18,28.1299991607666,4461.0,0.011848874390125275,0.1378580778837204,2.251145362854004,-0.011224131099879742,0.1085120365023613,0.811116561293602,1028.0,263168.0,3806.8613382058684,16842752.0 +407.71,28.100000381469727,4390.0,0.011918238364160061,0.12384033203125,2.2590479850769043,-0.006805135402828455,0.2686762511730194,0.6421017944812775,1029.0,263424.0,3810.5937387000304,16859136.0 +397.2,27.200000762939453,4210.0,0.016366254538297653,0.1620279997587204,2.2471184730529785,-0.008209597319364548,0.2382199764251709,0.687102884054184,1030.0,263680.0,3814.4858976078685,16875520.0 +395.53,27.440000534057617,4326.0,0.009423105977475643,0.1038411483168602,2.2459890842437744,-0.008354364894330502,0.1955270767211914,0.7180537581443787,1031.0,263936.0,3818.2737143640406,16891904.0 +405.62,29.100000381469727,4400.0,0.009530273266136646,0.115478515625,2.245666027069092,-0.013381394557654858,0.09047587960958481,0.7934697717428207,1032.0,264192.0,3821.9977692919783,16908288.0 +409.56,29.690000534057617,4461.0,0.012334362603724003,0.1418050080537796,2.248178720474243,-0.014214742928743362,0.1461222916841507,0.7605024576187134,1033.0,264448.0,3825.671217316063,16924672.0 +404.23,28.360000610351562,4384.0,0.012787502259016037,0.1428426057100296,2.2523927688598633,-0.012094083242118359,0.22357457876205444,0.6323269903659821,1034.0,264704.0,3829.409194415901,16941056.0 +400.78,27.729999542236328,4354.0,0.013500853441655636,0.153076171875,2.2484018802642822,-0.009864483028650284,0.1584429293870926,0.704600989818573,1035.0,264960.0,3833.1728700238746,16957440.0 +410.38,28.8799991607666,4429.0,0.011206894181668758,0.1324259489774704,2.2468411922454834,-0.012874516658484936,0.07409244030714035,0.8205968886613846,1036.0,265216.0,3836.873261960922,16973824.0 +412.76,29.600000381469727,4418.0,0.013379235751926899,0.1405232697725296,2.2245466709136963,-0.009887352585792542,0.14838333427906036,0.7292430698871613,1037.0,265472.0,3840.5826444008853,16990208.0 +414.4,29.6299991607666,4299.0,0.016524897888302803,0.1768595427274704,2.2342402935028076,-0.009440027177333832,0.17280040681362152,0.7259104251861572,1038.0,265728.0,3844.394046098925,17006592.0 +412.09,29.350000381469727,4221.0,0.01336730644106865,0.1418863981962204,2.226732015609741,-0.009801567532122135,0.11563301086425781,0.7728679329156876,1039.0,265984.0,3848.276118361857,17022976.0 +411.26,29.020000457763672,4382.0,0.01337336003780365,0.132080078125,2.2243964672088623,-0.011027106083929539,0.11836021393537521,0.7825271338224411,1040.0,266240.0,3852.0162008730695,17039360.0 +412.38,29.670000076293945,4454.0,0.013366948813199997,0.1412760466337204,2.2412772178649902,-0.011070970445871353,0.1483212262392044,0.7299034595489502,1041.0,266496.0,3855.695193711901,17055744.0 +405.23,29.31999969482422,4686.0,0.014409016817808151,0.134033203125,2.2176547050476074,-0.010866060853004456,0.18994183838367462,0.6820849776268005,1042.0,266752.0,3859.19183357805,17072128.0 +403.25,27.969999313354492,4857.0,0.014309156686067581,0.16009521484375,2.236812114715576,-0.009760511107742786,0.2239283323287964,0.6458621323108673,1043.0,267008.0,3862.5666821079794,17088512.0 +401.74,27.610000610351562,4863.0,0.012441621161997318,0.132568359375,2.2487471103668213,-0.006196962669491768,0.2700638771057129,0.657361626625061,1044.0,267264.0,3865.935988598969,17104896.0 +396.98,26.600000381469727,4565.0,0.014146448113024235,0.1306559294462204,2.2403454780578613,-0.012170434929430485,0.2102486491203308,0.682247519493103,1045.0,267520.0,3869.5255794129334,17121280.0 +389.28,26.989999771118164,4461.0,0.010842320509254932,0.1234944686293602,2.2360153198242188,-0.007686326280236244,0.3081764578819275,0.6334181129932404,1046.0,267776.0,3873.2024130299687,17137664.0 +394.28,27.899999618530273,4218.0,0.012822187505662441,0.1561279296875,2.248164415359497,-0.013989172875881195,0.16940297186374664,0.7286162674427032,1047.0,268032.0,3877.0878531020135,17154048.0 +402.34,28.40999984741211,4294.0,0.012146645225584507,0.13336181640625,2.233870267868042,-0.014696317724883556,0.16288481652736664,0.7619773149490356,1048.0,268288.0,3880.9034979119897,17170432.0 +411.22,29.309999465942383,4189.0,0.01104355975985527,0.1239827498793602,2.2373909950256348,-0.011851764284074306,0.14547710120677948,0.7175447046756744,1049.0,268544.0,3884.815479282057,17186816.0 +412.26,29.5,4352.0,0.013958447612822056,0.1510009765625,2.2313578128814697,-0.011375674046576023,0.15828728675842285,0.7338419258594513,1050.0,268800.0,3888.5809563528746,17203200.0 +400.88,28.139999389648438,4142.0,0.016952523961663246,0.15802001953125,2.2313849925994873,-0.007319614756852388,0.29388362169265747,0.6097709536552429,1051.0,269056.0,3892.5375354099087,17219584.0 +398.22,27.579999923706055,4115.0,0.015014201402664185,0.1765340119600296,2.227733850479126,-0.012323255650699139,0.14388854801654816,0.7638666182756424,1052.0,269312.0,3896.5191227928735,17235968.0 +400.39,28.020000457763672,4135.0,0.012361808679997921,0.1415201872587204,2.21775221824646,-0.008968622423708439,0.21914201974868774,0.6819313168525696,1053.0,269568.0,3900.482004835969,17252352.0 +400.47,27.959999084472656,4115.0,0.009006684646010399,0.1016845703125,2.2298450469970703,-0.010545119643211365,0.17509393393993378,0.7318421006202698,1054.0,269824.0,3904.464349308051,17268736.0 +397.86,27.40999984741211,4115.0,0.017283935099840164,0.1718953400850296,2.211099147796631,-0.010845854878425598,0.1764562577009201,0.69162318110466,1055.0,270080.0,3908.446889801882,17285120.0 +400.51,28.049999237060547,4187.0,0.015817562118172646,0.1710408478975296,2.2155299186706543,-0.007142258808016777,0.15438638627529144,0.7045304477214813,1056.0,270336.0,3912.3605819339864,17301504.0 +400.32,27.829999923706055,4521.0,0.010541572235524654,0.11492919921875,2.209576368331909,-0.012363988906145096,0.3006625175476074,0.6061134934425354,1057.0,270592.0,3915.9847606848925,17317888.0 +395.59,26.979999542236328,4551.0,0.012013944797217846,0.1499837189912796,2.233422040939331,-0.011867902241647243,0.2113090604543686,0.6456280946731567,1058.0,270848.0,3919.585287859896,17334272.0 +398.43,26.950000762939453,4389.0,0.010773662477731705,0.1323649138212204,2.208416223526001,-0.00908834021538496,0.30729207396507263,0.6033651530742645,1059.0,271104.0,3923.3197777678724,17350656.0 +401.4,27.600000381469727,4361.0,0.010881125926971436,0.1272989958524704,2.209132432937622,-0.012584620155394077,0.17508827149868011,0.6733155846595764,1060.0,271360.0,3927.0782746388577,17367040.0 +401.49,28.0,4455.0,0.01455537136644125,0.1614583283662796,2.2031967639923096,-0.012185391038656235,0.2106829136610031,0.6635672748088837,1061.0,271616.0,3930.755852597067,17383424.0 +397.78,27.920000076293945,4232.0,0.01155281811952591,0.1383056640625,2.1853837966918945,-0.013657469302415848,0.2600480020046234,0.6615644693374634,1062.0,271872.0,3934.627450696891,17399808.0 +394.18,27.540000915527344,4435.0,0.01233749184757471,0.14044189453125,2.2011172771453857,-0.012623758055269718,0.19452200829982758,0.61357381939888,1063.0,272128.0,3938.322402423946,17416192.0 +390.81,26.889999389648438,4290.0,0.013050921261310577,0.1428019255399704,2.1770517826080322,-0.011062968522310257,0.3023212254047394,0.5777905285358429,1064.0,272384.0,3942.14307164005,17432576.0 +397.48,27.239999771118164,4228.0,0.014602401293814182,0.1479899138212204,2.179400682449341,-0.01334938034415245,0.16004224121570587,0.6963410675525665,1065.0,272640.0,3946.018184066983,17448960.0 +399.45,27.43000030517578,4331.0,0.013004944659769535,0.14373779296875,2.1774165630340576,-0.009878120385110378,0.2646755278110504,0.6113584339618683,1066.0,272896.0,3949.8017549880315,17465344.0 +403.44,28.59000015258789,4804.0,0.011179070919752121,0.1276041716337204,2.1955928802490234,-0.012639075517654419,0.15854042768478394,0.6483102142810822,1067.0,273152.0,3953.213594120927,17481728.0 +400.96,28.309999465942383,4645.0,0.01013869233429432,0.1163126602768898,2.202045440673828,-0.009022432379424572,0.19806194305419922,0.679005891084671,1068.0,273408.0,3956.7416527578607,17498112.0 +392.07,27.399999618530273,4436.0,0.012006881646811962,0.1410115510225296,2.1951582431793213,-0.01021258719265461,0.3124026954174042,0.5518293082714081,1069.0,273664.0,3960.4352074109484,17514496.0 +387.62,26.979999542236328,4478.0,0.016950573772192,0.1402791291475296,2.2062809467315674,-0.010484389960765839,0.19330771267414093,0.6677761971950531,1070.0,273920.0,3964.0946938749403,17530880.0 +395.89,27.65999984741211,4504.0,0.011674378998577595,0.12860107421875,2.2008249759674072,-0.012318883091211319,0.1714213341474533,0.7002192437648773,1071.0,274176.0,3967.733655202901,17547264.0 +401.92,28.049999237060547,4538.0,0.012658234685659409,0.13671875,2.214733123779297,-0.010866876691579819,0.21471381187438965,0.6807428598403931,1072.0,274432.0,3971.3445986579172,17563648.0 +394.14,27.899999618530273,4549.0,0.013664613477885723,0.1552327424287796,2.219996213912964,-0.006932810414582491,0.2743454873561859,0.5525876879692078,1073.0,274688.0,3974.946976207895,17580032.0 +374.55,25.170000076293945,4586.0,0.013450137339532375,0.12762451171875,2.1999497413635254,-0.010005589574575424,0.31567636132240295,0.6077101826667786,1074.0,274944.0,3978.5202480880544,17596416.0 +380.47,26.219999313354492,4616.0,0.01229697186499834,0.1437581330537796,2.2124860286712646,-0.010911413468420506,0.17226839065551758,0.67470982670784,1075.0,275200.0,3982.0710227638483,17612800.0 +398.98,28.270000457763672,4525.0,0.01281536091119051,0.14251708984375,2.210946559906006,-0.014648058451712132,0.10748811811208725,0.775902584195137,1076.0,275456.0,3985.6921881500166,17629184.0 +407.76,28.600000381469727,4607.0,0.012376625090837479,0.1380411833524704,2.2203361988067627,-0.01464821770787239,0.17100423574447632,0.7431248128414154,1077.0,275712.0,3989.248791229911,17645568.0 +408.48,28.829999923706055,4460.0,0.011196640320122242,0.1359049528837204,2.2187607288360596,-0.011622435413300991,0.1458975374698639,0.6906943917274475,1078.0,275968.0,3992.9262159068603,17661952.0 +409.74,29.6200008392334,4520.0,0.011715770699083805,0.1282552033662796,2.2131052017211914,-0.011174091137945652,0.0827459916472435,0.7892221808433533,1079.0,276224.0,3996.5515573169105,17678336.0 +407.59,29.770000457763672,4577.0,0.012328743934631348,0.14404296875,2.208005666732788,-0.008616876788437366,0.2720174491405487,0.5372988879680634,1080.0,276480.0,4000.131838213885,17694720.0 +406.6,29.299999237060547,4336.0,0.014139235951006413,0.1576131135225296,2.198253870010376,-0.012571883387863636,0.15952003002166748,0.6934341192245483,1081.0,276736.0,4003.9112794380635,17711104.0 +407.12,28.600000381469727,4238.0,0.012568050064146519,0.1395670622587204,2.1886160373687744,-0.010464265942573547,0.19682301580905914,0.6675447225570679,1082.0,276992.0,4007.7783082560636,17727488.0 +398.87,28.34000015258789,4508.0,0.011645994149148464,0.1362711638212204,2.19175386428833,-0.012429564259946346,0.1802525520324707,0.6645687222480774,1083.0,277248.0,4011.4131644139998,17743872.0 +402.04,28.979999542236328,4326.0,0.01670530065894127,0.1534423828125,2.174314260482788,-0.011629827320575714,0.09704664349555969,0.7980301082134247,1084.0,277504.0,4015.2004366370384,17760256.0 +407.7,28.8700008392334,4322.0,0.018229560926556587,0.1705525666475296,2.1474196910858154,-0.011263278312981129,0.19284820556640625,0.6735749542713165,1085.0,277760.0,4018.991432595998,17776640.0 +393.86,27.309999465942383,4505.0,0.010726581327617168,0.12939453125,2.1609370708465576,-0.01054107304662466,0.3443227708339691,0.5163441002368927,1086.0,278016.0,4022.629039820051,17793024.0 +398.18,28.579999923706055,4674.0,0.01238896232098341,0.14007568359375,2.165905714035034,-0.011966273188591003,0.10132008045911789,0.7524330317974091,1087.0,278272.0,4026.1351742020342,17809408.0 +404.09,28.780000686645508,4642.0,0.01281463447958231,0.1306355744600296,2.1781933307647705,-0.013650871813297272,0.1562698781490326,0.7231198251247406,1088.0,278528.0,4029.66536549991,17825792.0 +409.36,29.440000534057617,4589.0,0.012696098536252975,0.15863037109375,2.1880173683166504,-0.01141804177314043,0.13859044015407562,0.7307409346103668,1089.0,278784.0,4033.236446266994,17842176.0 +412.41,29.1299991607666,4342.0,0.013812980614602566,0.1510416716337204,2.1942687034606934,-0.011458802036941051,0.11215252429246902,0.8152019828557968,1090.0,279040.0,4037.010692210868,17858560.0 +407.32,28.25,4429.0,0.014663654379546642,0.15399169921875,2.194950819015503,-0.007320533972233534,0.22625207901000977,0.6699768304824829,1091.0,279296.0,4040.7104599468876,17874944.0 +412.07,29.100000381469727,4655.0,0.01275238674134016,0.1408284455537796,2.1827681064605713,-0.016134042292833328,0.07440397888422012,0.8103785663843155,1092.0,279552.0,4044.2303998719435,17891328.0 +406.13,29.040000915527344,4531.0,0.015392832458019257,0.1754557341337204,2.1847126483917236,-0.0085867615416646,0.19184981286525726,0.6493606269359589,1093.0,279808.0,4047.847252955893,17907712.0 +408.26,29.260000228881836,4373.0,0.011016521602869034,0.1154581680893898,2.188814640045166,-0.01158872339874506,0.07662702351808548,0.8103053569793701,1094.0,280064.0,4051.5944730369374,17924096.0 +412.1,29.3700008392334,4334.0,0.016170306131243706,0.1615397185087204,2.2013542652130127,-0.00688044773414731,0.1087663397192955,0.7767607867717743,1095.0,280320.0,4055.3753301429097,17940480.0 +409.23,29.270000457763672,4438.0,0.013232442550361156,0.1493326872587204,2.1573269367218018,-0.010419568978250027,0.16356037557125092,0.6981976330280304,1096.0,280576.0,4059.0674359188415,17956864.0 +409.23,29.31999969482422,4615.0,0.010645399801433086,0.1201375350356102,2.1857216358184814,-0.011004888452589512,0.07874076068401337,0.8034746497869492,1097.0,280832.0,4062.618255439913,17973248.0 +414.13,30.06999969482422,4546.0,0.012201649136841297,0.13818359375,2.1866490840911865,-0.014563505537807941,0.10884922742843628,0.7859911173582077,1098.0,281088.0,4066.2230809710454,17989632.0 +408.21,29.510000228881836,4441.0,0.013604134321212769,0.14398193359375,2.1848881244659424,-0.012422814033925533,0.14002633094787598,0.7696384936571121,1099.0,281344.0,4069.9124420408625,18006016.0 +404.93,28.639999389648438,4748.0,0.0155886085703969,0.1670328825712204,2.187018394470215,-0.01010613888502121,0.2101505547761917,0.6572624444961548,1100.0,281600.0,4073.3638752328698,18022400.0 +402.12,28.31999969482422,4620.0,0.013417965732514858,0.1283162385225296,2.204641103744507,-0.010784551501274109,0.12110552936792374,0.7872857302427292,1101.0,281856.0,4076.91077892296,18038784.0 +411.96,28.530000686645508,4650.0,0.012126695364713669,0.1400553435087204,2.2121574878692627,-0.014512863010168076,0.14447030425071716,0.7430073916912079,1102.0,282112.0,4080.4343774609733,18055168.0 +408.73,28.3700008392334,4863.0,0.012628693133592606,0.1279500275850296,2.2185781002044678,-0.01157511305063963,0.2018190175294876,0.6287283897399902,1103.0,282368.0,4083.8041071440093,18071552.0 +402.48,28.920000076293945,4770.0,0.011465233750641346,0.13348388671875,2.218332529067993,-0.010614058934152126,0.12573449313640594,0.7508344650268555,1104.0,282624.0,4087.239750051871,18087936.0 +396.72,28.770000457763672,4507.0,0.01396650355309248,0.1592000275850296,2.199671983718872,-0.010689579881727695,0.22344571352005005,0.58711838722229,1105.0,282880.0,4090.87582025188,18104320.0 +402.78,29.459999084472656,4868.0,0.011260575614869595,0.1373087614774704,2.205095052719116,-0.0140494080260396,0.08937332034111023,0.7564022988080978,1106.0,283136.0,4094.2421748528723,18120704.0 +407.16,29.610000610351562,4663.0,0.01328692864626646,0.1555582731962204,2.214899778366089,-0.013643290847539902,0.15343697369098663,0.6675937473773956,1107.0,283392.0,4097.755907913903,18137088.0 +408.58,29.110000610351562,4358.0,0.015626979991793633,0.1730753630399704,2.2084922790527344,-0.009015681222081184,0.20237816870212555,0.6103206276893616,1108.0,283648.0,4101.515620992985,18153472.0 +402.03,27.889999389648438,4440.0,0.020574958994984627,0.1930135041475296,2.207671880722046,-0.010219653137028217,0.14938199520111084,0.721297949552536,1109.0,283904.0,4105.206548009068,18169856.0 +403.02,28.09000015258789,4347.0,0.01573839783668518,0.17529296875,2.1961958408355713,-0.010424626059830189,0.2006434202194214,0.632808119058609,1110.0,284160.0,4108.976262022043,18186240.0 +404.77,27.469999313354492,4360.0,0.011825499124825,0.13226318359375,2.207599401473999,-0.0118271978572011,0.20509451627731323,0.7061570882797241,1111.0,284416.0,4112.734991231933,18202624.0 +407.71,28.09000015258789,4338.0,0.010315493680536747,0.11383056640625,2.2383625507354736,-0.012394287623465061,0.1346152275800705,0.7255480885505676,1112.0,284672.0,4116.512537326897,18219008.0 +399.65,27.360000610351562,4113.0,0.008997704833745956,0.0953776016831398,2.219202756881714,-0.010022304952144623,0.2853530943393707,0.6368277370929718,1113.0,284928.0,4120.496309672017,18235392.0 +400.76,28.530000686645508,4412.0,0.011076405644416809,0.1323038786649704,2.2121293544769287,-0.012143162079155445,0.12187699228525162,0.7473101019859314,1114.0,285184.0,4124.209890644066,18251776.0 +405.82,29.549999237060547,4450.0,0.013028508983552456,0.1440633088350296,2.1905677318573,-0.010385854169726372,0.1301572024822235,0.7222157716751099,1115.0,285440.0,4127.892246041913,18268160.0 +411.46,29.969999313354492,4455.0,0.013023670762777328,0.1494140625,2.1889593601226807,-0.012938437052071095,0.13511665165424347,0.7504111528396606,1116.0,285696.0,4131.570615055971,18284544.0 +410.35,28.84000015258789,4405.0,0.013002836145460606,0.15191650390625,2.199411630630493,-0.012648862786591053,0.1897674947977066,0.714877724647522,1117.0,285952.0,4135.29033908085,18300928.0 +406.54,28.1200008392334,4541.0,0.009465374052524567,0.11004638671875,2.208444595336914,-0.01066808681935072,0.22267526388168335,0.6865578591823578,1118.0,286208.0,4138.898978096899,18317312.0 +391.69,25.790000915527344,4440.0,0.012593138962984085,0.1311238557100296,2.21091365814209,-0.010411352850496769,0.3515428602695465,0.5681635439395905,1119.0,286464.0,4142.590311144944,18333696.0 +392.81,26.280000686645508,4509.0,0.01053795125335455,0.12237548828125,2.1929166316986084,-0.010429841466248035,0.2216852456331253,0.6553180515766144,1120.0,286720.0,4146.224403325934,18350080.0 +398.41,27.3700008392334,4554.0,0.011675064451992512,0.1385904997587204,2.2092576026916504,-0.009471411816775799,0.27019646763801575,0.6087110936641693,1121.0,286976.0,4149.822638564045,18366464.0 +395.56,27.950000762939453,4313.0,0.010491530410945415,0.1281534880399704,2.191742181777954,-0.009687631390988827,0.284891813993454,0.638094425201416,1122.0,287232.0,4153.62235447485,18382848.0 +402.59,29.010000228881836,4479.0,0.007549157366156578,0.0853068009018898,2.205410957336426,-0.012922863475978374,0.09340306371450424,0.822581872344017,1123.0,287488.0,4157.280844244873,18399232.0 +407.5,29.059999465942383,4304.0,0.012196581810712814,0.1419270783662796,2.191737413406372,-0.011573214083909988,0.2008286565542221,0.6907408237457275,1124.0,287744.0,4161.088060026057,18415616.0 +408.55,28.81999969482422,4459.0,0.01272974070161581,0.141845703125,2.1898386478424072,-0.011960995383560658,0.1635638177394867,0.6945479512214661,1125.0,288000.0,4164.763003702043,18432000.0 +409.76,28.65999984741211,4556.0,0.009953325614333153,0.11529541015625,2.178563117980957,-0.013223867863416672,0.16556529700756073,0.68517205119133,1126.0,288256.0,4168.359951874008,18448384.0 +407.87,28.6299991607666,4537.0,0.011907842941582203,0.1373087614774704,2.1815450191497803,-0.013296977616846561,0.15668343007564545,0.7144667208194733,1127.0,288512.0,4171.972160459962,18464768.0 +404.35,28.219999313354492,4458.0,0.015958895906805992,0.1796671599149704,2.171327590942383,-0.010523922741413116,0.29242321848869324,0.6230265498161316,1128.0,288768.0,4175.647331972839,18481152.0 +408.21,29.010000228881836,4296.0,0.010946759022772312,0.1382853239774704,2.1566200256347656,-0.01657423935830593,0.07554811239242554,0.8391406536102295,1129.0,289024.0,4179.461603261996,18497536.0 +407.12,29.270000457763672,4469.0,0.016016513109207153,0.1668497771024704,2.1479098796844482,-0.010659363120794296,0.18001402914524078,0.7062168121337891,1130.0,289280.0,4183.132400641916,18513920.0 +404.63,28.649999618530273,4283.0,0.014335949905216694,0.1504720002412796,2.145895481109619,-0.014197352342307568,0.19360685348510742,0.7301455140113831,1131.0,289536.0,4186.958033229923,18530304.0 +404.46,28.34000015258789,4580.0,0.013924755156040192,0.1449991911649704,2.1437556743621826,-0.014189922250807285,0.1170908585190773,0.8058534562587738,1132.0,289792.0,4190.535658505978,18546688.0 +407.32,28.899999618530273,4620.0,0.015496325679123402,0.1785685271024704,2.1114590167999268,-0.010301807895302773,0.19124554097652435,0.7153212130069733,1133.0,290048.0,4194.082025595009,18563072.0 +402.01,28.940000534057617,4554.0,0.009729270823299885,0.1126505509018898,2.1338398456573486,-0.011461182497441769,0.18699592351913452,0.7115756869316101,1134.0,290304.0,4197.680753740016,18579456.0 +402.78,28.950000762939453,4687.0,0.01323555875569582,0.1517740935087204,2.12088942527771,-0.009249856695532799,0.18081887066364288,0.6878717839717865,1135.0,290560.0,4201.176463580923,18595840.0 +402.53,28.670000076293945,4691.0,0.012524548918008804,0.1363728791475296,2.1179771423339844,-0.015345682390034199,0.14647376537322998,0.7697147279977798,1136.0,290816.0,4204.669224287849,18612224.0 +405.66,28.450000762939453,4533.0,0.015641922131180763,0.15521240234375,2.1327016353607178,-0.008703709580004215,0.2521120607852936,0.6289141476154327,1137.0,291072.0,4208.284764799988,18628608.0 +402.28,27.989999771118164,4311.0,0.017574824392795563,0.1443278044462204,2.137587785720825,-0.012120086699724197,0.17603564262390137,0.7112539410591125,1138.0,291328.0,4212.08532495494,18644992.0 +395.64,27.610000610351562,4205.0,0.014959794469177723,0.1661580353975296,2.143216133117676,-0.012723621912300587,0.17870879173278809,0.718132495880127,1139.0,291584.0,4215.981556904968,18661376.0 +397.53,28.510000228881836,4191.0,0.011980045586824417,0.1339314728975296,2.165009021759033,-0.010999592952430248,0.16436351835727692,0.6951776146888733,1140.0,291840.0,4219.890887273941,18677760.0 +399.05,29.1299991607666,4219.0,0.018801767379045486,0.2037556916475296,2.1557118892669678,-0.009968515485525131,0.20085768401622772,0.6284560859203339,1141.0,292096.0,4223.7752105849795,18694144.0 +398.78,28.729999542236328,4662.0,0.012186986394226551,0.1424357146024704,2.1639537811279297,-0.011598989367485046,0.27165189385414124,0.6189478039741516,1142.0,292352.0,4227.290420800913,18710528.0 +399.48,28.850000381469727,4538.0,0.013365848921239376,0.1592814177274704,2.1532034873962402,-0.01216151937842369,0.1680871993303299,0.7307801842689514,1143.0,292608.0,4230.901288953843,18726912.0 +404.83,28.43000030517578,4644.0,0.008661743253469467,0.1119588240981102,2.1727447509765625,-0.010840356349945068,0.18964190781116486,0.6676157414913177,1144.0,292864.0,4234.4299867788795,18743296.0 +398.76,27.290000915527344,4208.0,0.008954791352152824,0.11077880859375,2.192660093307495,-0.01222256850451231,0.28489717841148376,0.5969613194465637,1145.0,293120.0,4238.3239130768925,18759680.0 +395.2,26.739999771118164,4373.0,0.014788440428674221,0.1560872346162796,2.1879212856292725,-0.009588007815182209,0.32657983899116516,0.5091925859451294,1146.0,293376.0,4242.070647833869,18776064.0 +394.12,26.75,4321.0,0.012855728156864643,0.14678955078125,2.2063305377960205,-0.013093953020870686,0.14832334220409393,0.7393624782562256,1147.0,293632.0,4245.863012665883,18792448.0 +392.96,27.260000228881836,4465.0,0.013901428319513798,0.1480712890625,2.1698110103607178,-0.012361613102257252,0.28386589884757996,0.6211519539356232,1148.0,293888.0,4249.532990179025,18808832.0 +393.01,27.979999542236328,4466.0,0.013401656411588192,0.1511027067899704,2.1871540546417236,-0.010683911852538586,0.2415097951889038,0.5848856866359711,1149.0,294144.0,4253.202295654919,18825216.0 +390.92,27.149999618530273,4332.0,0.009687627665698528,0.111572265625,2.1851933002471924,-0.010117016732692719,0.34751904010772705,0.5507859289646149,1150.0,294400.0,4256.985268910881,18841600.0 +397.84,27.799999237060547,4363.0,0.013754703104496002,0.14788818359375,2.1741552352905273,-0.014582247473299503,0.12958590686321259,0.7751186937093735,1151.0,294656.0,4260.741230370011,18857984.0 +414.32,30.0,4353.0,0.012709482572972775,0.1586100310087204,2.1858251094818115,-0.01846873201429844,0.07718247175216675,0.8035338819026947,1152.0,294912.0,4264.505566672888,18874368.0 +414.9,30.1200008392334,4477.0,0.015954552218317986,0.155517578125,2.175941228866577,-0.015018136240541935,0.14638487994670868,0.7510519027709961,1153.0,295168.0,4268.165500611067,18890752.0 +412.64,29.510000228881836,4344.0,0.01420388650149107,0.14947509765625,2.134389638900757,-0.013336236588656902,0.15753094851970673,0.7338177263736725,1154.0,295424.0,4271.937190516852,18907136.0 +406.89,27.790000915527344,4575.0,0.011115260422229767,0.1213785782456398,2.126453161239624,-0.011900958605110645,0.23219335079193115,0.698787122964859,1155.0,295680.0,4275.518514230847,18923520.0 +407.03,27.049999237060547,4388.0,0.008659386076033115,0.0948486328125,2.118880033493042,-0.008824249729514122,0.26771143078804016,0.6781842708587646,1156.0,295936.0,4279.2527660969645,18939904.0 +403.74,28.1200008392334,4307.0,0.013156991451978683,0.1456502228975296,2.1212880611419678,-0.014709457755088806,0.16244511306285858,0.7054627537727356,1157.0,296192.0,4283.057542793918,18956288.0 +408.34,29.700000762939453,4387.0,0.012852122075855732,0.1559651643037796,2.1380321979522705,-0.01622229628264904,0.11717311292886734,0.7869073897600174,1158.0,296448.0,4286.792651638854,18972672.0 +406.23,29.56999969482422,4608.0,0.012266948819160461,0.147705078125,2.159592628479004,-0.012719991616904736,0.13410980999469757,0.7489833831787109,1159.0,296704.0,4290.348426284967,18989056.0 +413.56,29.559999465942383,4749.0,0.013832733035087585,0.1505940705537796,2.1135318279266357,-0.013399659655988216,0.14633847773075104,0.7709154039621353,1160.0,296960.0,4293.79944005399,19005440.0 +412.19,30.030000686645508,4722.0,0.012617097236216068,0.1374104768037796,2.1445279121398926,-0.015209496952593327,0.08774307370185852,0.8159980177879333,1161.0,297216.0,4297.270464458037,19021824.0 +416.07,30.010000228881836,4483.0,0.016556208953261375,0.1756591796875,2.1319916248321533,-0.010259857401251793,0.1386197954416275,0.7486268579959869,1162.0,297472.0,4300.9253678298555,19038208.0 +415.66,29.510000228881836,4245.0,0.015125599689781666,0.1818644255399704,2.1092069149017334,-0.015289481729269028,0.12799426913261414,0.7594831734895706,1163.0,297728.0,4304.784982710844,19054592.0 +416.26,29.40999984741211,4475.0,0.012573432177305222,0.1469523161649704,2.121833086013794,-0.016469722613692284,0.10889571160078049,0.8031090646982193,1164.0,297984.0,4308.449568181997,19070976.0 +403.06,28.829999923706055,4259.0,0.014346587471663952,0.1597086638212204,2.135183572769165,-0.010953589342534542,0.23851102590560913,0.6575620174407959,1165.0,298240.0,4312.296441996936,19087360.0 +397.37,28.149999618530273,4454.0,0.011130607686936855,0.1224161759018898,2.0972862243652344,-0.012700055725872517,0.2047244906425476,0.6991713047027588,1166.0,298496.0,4315.975253746845,19103744.0 +396.26,27.1299991607666,4318.0,0.01360362023115158,0.1345418244600296,2.1105268001556396,-0.010367336682975292,0.2964111268520355,0.6026917397975922,1167.0,298752.0,4319.770185801899,19120128.0 +393.42,27.59000015258789,4512.0,0.01326072122901678,0.1479695588350296,2.1138007640838623,-0.012337959371507168,0.2423306703567505,0.6903093457221985,1168.0,299008.0,4323.402006601915,19136512.0 +399.57,28.399999618530273,4453.0,0.015059731900691986,0.1543782502412796,2.140488624572754,-0.012787227518856525,0.17104965448379517,0.7367585301399231,1169.0,299264.0,4327.081444090931,19152896.0 +393.13,27.829999923706055,4508.0,0.013850306160748005,0.1451416015625,2.1231677532196045,-0.010486972518265247,0.3732662498950958,0.572049468755722,1170.0,299520.0,4330.715855433838,19169280.0 +393.43,27.350000381469727,4540.0,0.011298313736915588,0.1387532502412796,2.1611902713775635,-0.01678765006363392,0.18635571002960205,0.7326059341430664,1171.0,299776.0,4334.3252720818855,19185664.0 +387.82,26.760000228881836,4280.0,0.011979717761278152,0.1452229768037796,2.1397173404693604,-0.009670335799455643,0.3102133572101593,0.6603254973888397,1172.0,300032.0,4338.1540923649445,19202048.0 +393.24,26.959999084472656,4340.0,0.010969488881528378,0.1248372420668602,2.1448802947998047,-0.010329029522836208,0.17208997905254364,0.7365308403968811,1173.0,300288.0,4341.929475415964,19218432.0 +398.78,28.6299991607666,4549.0,0.009733524173498154,0.1110026016831398,2.150831937789917,-0.010638563893735409,0.1620113104581833,0.7569650560617447,1174.0,300544.0,4345.531824271893,19234816.0 +398.11,28.479999542236328,4499.0,0.011599983088672161,0.1199137344956398,2.119903326034546,-0.012063811533153057,0.21179497241973877,0.7076619267463684,1175.0,300800.0,4349.173979101935,19251200.0 +406.32,29.09000015258789,4509.0,0.014631087891757488,0.1452229768037796,2.1324081420898438,-0.015493501909077168,0.13532912731170654,0.779472142457962,1176.0,301056.0,4352.8075853148475,19267584.0 +408.65,29.479999542236328,4276.0,0.00988864153623581,0.1233927384018898,2.1382968425750732,-0.013242620043456554,0.11350076645612717,0.8195418864488602,1177.0,301312.0,4356.639571674867,19283968.0 +406.66,29.170000076293945,4343.0,0.008819096721708775,0.1010945662856102,2.144869089126587,-0.011579420417547226,0.2308618277311325,0.6885773539543152,1178.0,301568.0,4360.412191273877,19300352.0 +410.23,29.469999313354492,4342.0,0.011772441677749157,0.1446126252412796,2.1374380588531494,-0.013462510891258717,0.11264794319868088,0.776852548122406,1179.0,301824.0,4364.186458784854,19316736.0 +410.0,29.440000534057617,4130.0,0.014634150080382824,0.1567586213350296,2.1207022666931152,-0.011343590915203094,0.15110167860984802,0.7677572816610336,1180.0,302080.0,4368.154163389001,19333120.0 +415.45,29.780000686645508,4194.0,0.011133839376270771,0.1391194611787796,2.143315076828003,-0.014684184454381466,0.11386772245168686,0.7973195761442184,1181.0,302336.0,4372.060936958063,19349504.0 +403.26,27.520000457763672,4113.0,0.014961223118007183,0.1684773713350296,2.119535207748413,-0.01166579220443964,0.29511940479278564,0.6252640187740326,1182.0,302592.0,4376.04512131284,19365888.0 +405.26,27.8799991607666,4191.0,0.01554267480969429,0.1509196013212204,2.1187996864318848,-0.01311897486448288,0.1309686005115509,0.7887269556522369,1183.0,302848.0,4379.9543998639565,19382272.0 +408.86,28.3700008392334,4125.0,0.015158881433308125,0.1493937224149704,2.1196177005767822,-0.01391886081546545,0.1380089968442917,0.7925428003072739,1184.0,303104.0,4383.9271540849,19398656.0 +409.91,28.200000762939453,4020.0,0.012674150057137012,0.1392415314912796,2.139301300048828,-0.010944527573883533,0.2736473083496094,0.6446508765220642,1185.0,303360.0,4388.003751188051,19415040.0 +398.52,26.559999465942383,4238.0,0.013345184735953808,0.136474609375,2.1385834217071533,-0.01074901968240738,0.31304502487182617,0.6112338304519653,1186.0,303616.0,4391.870263516903,19431424.0 +399.74,26.989999771118164,4334.0,0.00887702964246273,0.1022135391831398,2.1579041481018066,-0.010569189675152302,0.14497576653957367,0.7107597887516022,1187.0,303872.0,4395.650591896847,19447808.0 +408.78,29.030000686645508,4424.0,0.013871210627257824,0.1471761018037796,2.138056993484497,-0.013516322709619999,0.08782976865768433,0.8209174275398254,1188.0,304128.0,4399.353926334064,19464192.0 +407.87,30.010000228881836,4499.0,0.014620956964790821,0.1725260466337204,2.1318199634552,-0.012175335548818111,0.20697186887264252,0.616852194070816,1189.0,304384.0,4402.996950577013,19480576.0 +399.24,29.18000030517578,4666.0,0.01317128911614418,0.1440022736787796,2.138047456741333,-0.010681542567908764,0.17454646527767181,0.6975334584712982,1190.0,304640.0,4406.508912985912,19496960.0 +402.9,29.31999969482422,4641.0,0.010417991317808628,0.1244710311293602,2.1345982551574707,-0.014107962138950825,0.13779859244823456,0.7572097331285477,1191.0,304896.0,4410.039532824885,19513344.0 +401.43,28.969999313354492,4587.0,0.015572619624435902,0.17620849609375,2.104860544204712,-0.012495379894971848,0.18814317882061005,0.7345320880413055,1192.0,305152.0,4413.612534643849,19529728.0 +405.87,28.829999923706055,4354.0,0.016242440789937973,0.1639811247587204,2.116978645324707,-0.015032273717224598,0.09547152370214462,0.816474124789238,1193.0,305408.0,4417.376138146967,19546112.0 +409.24,29.540000915527344,4569.0,0.012661329470574856,0.1374104768037796,2.1046502590179443,-0.013309977017343044,0.1316094547510147,0.781671941280365,1194.0,305664.0,4420.962202792987,19562496.0 +396.96,28.75,4299.0,0.013376382179558277,0.1592610627412796,2.0886459350585938,-0.01151966955512762,0.223616361618042,0.687339723110199,1195.0,305920.0,4424.773588850861,19578880.0 +405.01,29.739999771118164,4354.0,0.014105317182838917,0.1642863005399704,2.108246088027954,-0.018022269010543823,0.07449333369731903,0.8277752995491028,1196.0,306176.0,4428.536919987062,19595264.0 +407.13,29.110000610351562,4595.0,0.017071498557925224,0.187744140625,2.088301181793213,-0.012666352093219757,0.2188401222229004,0.7145481407642365,1197.0,306432.0,4432.103103085887,19611648.0 +410.32,29.610000610351562,4569.0,0.01333705335855484,0.1542154997587204,2.0985896587371826,-0.016304871067404747,0.06937510520219803,0.8646254241466522,1198.0,306688.0,4435.689074242953,19628032.0 +402.16,28.899999618530273,4507.0,0.01366724818944931,0.1324259489774704,2.0998294353485107,-0.009556693024933338,0.27098751068115234,0.6565236449241638,1199.0,306944.0,4439.324356450001,19644416.0 +392.66,28.06999969482422,4499.0,0.011140012182295322,0.1099650040268898,2.0845155715942383,-0.011084160767495632,0.24842305481433868,0.7056789696216583,1200.0,307200.0,4442.966972789029,19660800.0 +391.28,27.6299991607666,4376.0,0.010322499088943005,0.1001180037856102,2.082167863845825,-0.012556617148220539,0.22406060993671417,0.7279334962368011,1201.0,307456.0,4446.711136155995,19677184.0 +402.93,27.90999984741211,4537.0,0.015180143527686596,0.1526082307100296,2.098867654800415,-0.013607961125671864,0.11691274493932724,0.8035842627286911,1202.0,307712.0,4450.322851011995,19693568.0 +411.16,28.81999969482422,4330.0,0.01525247935205698,0.17828369140625,2.0850024223327637,-0.01826605759561062,0.07589875906705856,0.8478617817163467,1203.0,307968.0,4454.1072830390185,19709952.0 +415.31,29.940000534057617,4330.0,0.018268922343850136,0.16595458984375,2.0626771450042725,-0.013185311108827591,0.15003733336925507,0.7699455320835114,1204.0,308224.0,4457.891619764036,19726336.0 +413.49,29.729999542236328,4412.0,0.012820273637771606,0.1510009765625,2.09053635597229,-0.0168882068246603,0.12964721024036407,0.8083059936761856,1205.0,308480.0,4461.605491617927,19742720.0 +413.03,29.209999084472656,4500.0,0.013873848132789135,0.1360677033662796,2.071315050125122,-0.01437449175864458,0.16683357954025269,0.7447472512722015,1206.0,308736.0,4465.246496574022,19759104.0 +410.51,29.139999389648438,4465.0,0.013492309488356113,0.1686197966337204,2.0785348415374756,-0.012375791557133198,0.14751161634922028,0.7664458602666855,1207.0,308992.0,4468.916275356896,19775488.0 +406.81,28.25,4516.0,0.011333351023495197,0.1290079802274704,2.052762746810913,-0.010856948792934418,0.27930527925491333,0.6194789707660675,1208.0,309248.0,4472.544648559997,19791872.0 +408.58,29.0,4268.0,0.014982732944190502,0.1424153596162796,2.0788745880126953,-0.019422603771090508,0.08092142641544342,0.8461004346609116,1209.0,309504.0,4476.3834878739435,19808256.0 +406.54,29.1200008392334,4643.0,0.013451814651489258,0.14105224609375,2.0916998386383057,-0.010189814493060112,0.21275441348552704,0.6460114419460297,1210.0,309760.0,4479.912699763896,19824640.0 +407.16,28.850000381469727,4432.0,0.015020902268588543,0.1581624299287796,2.0796942710876465,-0.012019176036119461,0.13849447667598724,0.718795657157898,1211.0,310016.0,4483.61047158204,19841024.0 +403.12,29.049999237060547,4133.0,0.014254916459321976,0.1691080778837204,2.0499064922332764,-0.010322951711714268,0.19326920807361603,0.6526926457881927,1212.0,310272.0,4487.574897572864,19857408.0 +410.29,29.90999984741211,4241.0,0.01433850359171629,0.1448567658662796,2.0537707805633545,-0.01573125831782818,0.11546652764081955,0.8083158433437347,1213.0,310528.0,4491.438751989976,19873792.0 +411.11,30.3700008392334,4045.0,0.019975248724222183,0.16656494140625,2.100512742996216,-0.0125221386551857,0.1388663500547409,0.7382283508777618,1214.0,310784.0,4495.490037288982,19890176.0 +404.88,29.020000457763672,4225.0,0.014532304368913174,0.1479085236787796,2.1028361320495605,-0.008254915475845337,0.2654055953025818,0.5831823945045471,1215.0,311040.0,4499.3695584980305,19906560.0 +400.17,28.8799991607666,4520.0,0.013356904499232769,0.1470540314912796,2.1007206439971924,-0.011471430771052837,0.1924811452627182,0.6745282113552094,1216.0,311296.0,4502.995032228995,19922944.0 +403.84,29.489999771118164,4590.0,0.014196518808603287,0.16546630859375,2.0913584232330322,-0.015203200280666351,0.09655632823705673,0.8106305748224258,1217.0,311552.0,4506.564605074003,19939328.0 +404.37,28.729999542236328,4112.0,0.013576381839811802,0.1565755158662796,2.079210042953491,-0.008339781314134598,0.3799143135547638,0.5860625803470612,1218.0,311808.0,4510.549073384842,19955712.0 +398.78,28.280000686645508,3957.0,0.014986681751906872,0.1449788361787796,2.107572317123413,-0.015373497270047665,0.1491708606481552,0.7462122142314911,1219.0,312064.0,4514.690446930006,19972096.0 +390.12,27.649999618530273,4227.0,0.012654539197683334,0.13897705078125,2.1030006408691406,-0.009259678423404694,0.3037078380584717,0.6226614415645599,1220.0,312320.0,4518.567435734905,19988480.0 +390.07,28.200000762939453,4213.0,0.010050259530544281,0.1027628555893898,2.10044002532959,-0.009893068112432957,0.15133903920650482,0.7319456040859222,1221.0,312576.0,4522.4562630648725,20004864.0 +388.7,27.049999237060547,4258.0,0.015447236597537994,0.15509033203125,2.1331422328948975,-0.012738454155623913,0.3234320878982544,0.6525870561599731,1222.0,312832.0,4526.304147182964,20021248.0 +389.3,27.31999969482422,4164.0,0.011801431886851788,0.13250732421875,2.1226441860198975,-0.015450678765773773,0.15927410125732422,0.7950479090213776,1223.0,313088.0,4530.2394003369845,20037632.0 +401.68,28.479999542236328,4251.0,0.010595648549497128,0.11724853515625,2.115504503250122,-0.016933418810367584,0.11661262065172195,0.8127832263708115,1224.0,313344.0,4534.09410742484,20054016.0 +417.87,30.59000015258789,4576.0,0.010076312348246574,0.1214599609375,2.1317429542541504,-0.013656515628099442,0.12687189877033234,0.7769225388765335,1225.0,313600.0,4537.675624595955,20070400.0 +413.79,30.110000610351562,4257.0,0.00896602962166071,0.0990804061293602,2.109611749649048,-0.013588209636509418,0.13211674988269806,0.8017708659172058,1226.0,313856.0,4541.524192543933,20086784.0 +411.56,30.0,4326.0,0.011504940688610077,0.13092041015625,2.1093740463256836,-0.01675252988934517,0.0929868146777153,0.8102521449327469,1227.0,314112.0,4545.312248870963,20103168.0 +411.87,29.920000076293945,4500.0,0.017541268840432167,0.1998291015625,2.0973637104034424,-0.011258885264396667,0.1714540719985962,0.7571338713169098,1228.0,314368.0,4548.953496898059,20119552.0 +411.72,29.670000076293945,4145.0,0.013350696302950382,0.1448771208524704,2.112602949142456,-0.017241625115275383,0.11439044028520584,0.8085483610630035,1229.0,314624.0,4552.906880657887,20135936.0 +409.35,29.260000228881836,4305.0,0.013621088117361069,0.16265869140625,2.1092302799224854,-0.01259070634841919,0.15140163898468018,0.7381553053855896,1230.0,314880.0,4556.713175034849,20152320.0 +405.38,30.059999465942383,4107.0,0.011243275366723537,0.1158447265625,2.1179721355438232,-0.009961966425180435,0.15817217528820038,0.7315856218338013,1231.0,315136.0,4560.702848021872,20168704.0 +407.13,29.799999237060547,4184.0,0.010357648134231567,0.1192626953125,2.11348032951355,-0.011865034699440002,0.18773353099822998,0.6923190355300903,1232.0,315392.0,4564.619683110854,20185088.0 +403.63,28.899999618530273,4246.0,0.01467582955956459,0.1494547575712204,2.1356263160705566,-0.011403229087591171,0.1853502243757248,0.719600647687912,1233.0,315648.0,4568.478734401055,20201472.0 +402.85,28.65999984741211,4018.0,0.013160179369151592,0.1552734375,2.1157805919647217,-0.011815588921308517,0.18370921909809113,0.6559396684169769,1234.0,315904.0,4572.556988386903,20217856.0 +410.49,29.780000686645508,4349.0,0.01175942923873663,0.1446940153837204,2.1249687671661377,-0.018234949558973312,0.05841507017612457,0.8626245707273483,1235.0,316160.0,4576.325024408987,20234240.0 +405.29,28.780000686645508,4420.0,0.012353498488664627,0.1444905549287796,2.1052677631378174,-0.009579118341207504,0.1950407773256302,0.7261258363723755,1236.0,316416.0,4580.032241171924,20250624.0 +398.81,27.639999389648438,4525.0,0.012726917862892151,0.1440022736787796,2.130530834197998,-0.00851284060627222,0.2790077030658722,0.6344200968742371,1237.0,316672.0,4583.65389137296,20267008.0 +400.75,28.030000686645508,4453.0,0.014012760482728481,0.1670939177274704,2.1543424129486084,-0.012714034877717495,0.1363637000322342,0.7836733311414719,1238.0,316928.0,4587.333348085871,20283392.0 +412.93,29.739999771118164,4277.0,0.012074406258761883,0.1322224885225296,2.1600587368011475,-0.013513528741896152,0.15218500792980194,0.734998345375061,1239.0,317184.0,4591.164381224895,20299776.0 +407.29,29.31999969482422,4464.0,0.012194998562335968,0.1341959685087204,2.1635184288024902,-0.015568655915558338,0.13845042884349823,0.7769474387168884,1240.0,317440.0,4594.835630341899,20316160.0 +409.47,29.489999771118164,4434.0,0.011179664172232151,0.1405232697725296,2.173768997192383,-0.015621282160282135,0.09950356930494308,0.8136690258979797,1241.0,317696.0,4598.531837434042,20332544.0 +410.21,29.93000030517578,4344.0,0.012320450507104397,0.1272989958524704,2.1581990718841553,-0.010678381659090519,0.16203603148460388,0.7465725243091583,1242.0,317952.0,4602.303585080896,20348928.0 +402.95,29.489999771118164,4477.0,0.01145234052091837,0.1156209334731102,2.1681268215179443,-0.009764199145138264,0.22551484405994415,0.6799499988555908,1243.0,318208.0,4605.963478704914,20365312.0 +402.14,29.200000762939453,4326.0,0.014875675551593304,0.13897705078125,2.155561685562134,-0.016878513619303703,0.11634128540754318,0.8075621873140335,1244.0,318464.0,4609.750837774016,20381696.0 +412.07,30.200000762939453,4643.0,0.012472261674702168,0.151611328125,2.1556742191314697,-0.017777595669031143,0.07882232218980789,0.8619954437017441,1245.0,318720.0,4613.280615676893,20398080.0 +414.72,30.389999389648438,4406.0,0.012542850337922573,0.1475830078125,2.1429481506347656,-0.012288090772926807,0.15902727842330933,0.7570480853319168,1246.0,318976.0,4616.99989666394,20414464.0 +412.92,29.920000076293945,4397.0,0.013276583515107632,0.1504923552274704,2.1429035663604736,-0.016462743282318115,0.11074525862932205,0.8255326449871063,1247.0,319232.0,4620.726662457921,20430848.0 +405.34,29.18000030517578,4524.0,0.010950282216072083,0.1280720978975296,2.137265682220459,-0.012309633195400238,0.2439945489168167,0.6943772733211517,1248.0,319488.0,4624.349217161071,20447232.0 +407.23,29.309999465942383,4529.0,0.012734656222164631,0.14349365234375,2.146221160888672,-0.01753256656229496,0.1263115555047989,0.8229372054338455,1249.0,319744.0,4627.966898175888,20463616.0 +406.01,29.25,4593.0,0.013007945381104946,0.16009521484375,2.1397340297698975,-0.013028275221586227,0.14847873151302338,0.785428524017334,1250.0,320000.0,4631.534495329019,20480000.0 +406.16,29.93000030517578,4537.0,0.008396745659410954,0.10333251953125,2.146099805831909,-0.010548821650445461,0.21233375370502472,0.7231330573558807,1251.0,320256.0,4635.1460821100045,20496384.0 +402.56,28.510000228881836,4431.0,0.01193301472812891,0.1386922150850296,2.126481294631958,-0.013248946517705917,0.22072410583496094,0.7016122341156006,1252.0,320512.0,4638.843989437912,20512768.0 +405.08,28.989999771118164,4495.0,0.008351333439350128,0.0950113907456398,2.1376752853393555,-0.012250901199877262,0.17749947309494019,0.7341220378875732,1253.0,320768.0,4642.4894281849265,20529152.0 +396.53,28.68000030517578,4313.0,0.015564978122711182,0.16351318359375,2.1274197101593018,-0.01251994539052248,0.23091869056224823,0.7222801744937897,1254.0,321024.0,4646.288486280944,20545536.0 +393.56,29.450000762939453,4476.0,0.008001860231161118,0.0922444686293602,2.124175786972046,-0.012254607863724232,0.22487987577915192,0.6755103766918182,1255.0,321280.0,4649.949776029913,20561920.0 +401.08,29.610000610351562,4509.0,0.01172260195016861,0.1219075545668602,2.11722469329834,-0.011902257800102234,0.1714247316122055,0.7509155869483948,1256.0,321536.0,4653.584228799911,20578304.0 +402.66,29.18000030517578,4526.0,0.01179004367440939,0.14813232421875,2.134254217147827,-0.016190163791179657,0.1268322616815567,0.8111065030097961,1257.0,321792.0,4657.204550398979,20594688.0 +407.62,28.760000228881836,4467.0,0.01094150822609663,0.13897705078125,2.1305248737335205,-0.010506675578653812,0.2604616582393646,0.70040562748909,1258.0,322048.0,4660.872999666957,20611072.0 +399.1,27.979999542236328,4353.0,0.008017661981284618,0.09417724609375,2.1735689640045166,-0.012353743426501751,0.24558840692043304,0.748197078704834,1259.0,322304.0,4664.637788272928,20627456.0 +399.43,27.84000015258789,4368.0,0.014522126875817776,0.13348388671875,2.1544501781463623,-0.012628777883946896,0.2382705956697464,0.7358837723731995,1260.0,322560.0,4668.389378551859,20643840.0 +405.45,28.610000610351562,4332.0,0.008813874796032906,0.1012369766831398,2.121920108795166,-0.009279782883822918,0.2068442702293396,0.7690452188253403,1261.0,322816.0,4672.172007577959,20660224.0 +407.27,28.739999771118164,4342.0,0.006559489760547876,0.0716349259018898,2.131108522415161,-0.010417167097330093,0.20335537195205688,0.7745730429887772,1262.0,323072.0,4675.945744081866,20676608.0 +414.43,29.889999389648438,4531.0,0.0067518712021410465,0.0750528946518898,2.133680582046509,-0.0138419009745121,0.16016976535320282,0.7899756580591202,1263.0,323328.0,4679.56792092789,20692992.0 +414.63,30.209999084472656,4298.0,0.012319629080593586,0.1356201171875,2.1386101245880127,-0.016868114471435547,0.11801604181528091,0.8425363153219223,1264.0,323584.0,4683.380056679016,20709376.0 +411.31,30.5,4215.0,0.013419225811958313,0.15130615234375,2.1213130950927734,-0.01420948002487421,0.17281079292297363,0.781540647149086,1265.0,323840.0,4687.267005561851,20725760.0 +400.8,28.940000534057617,4317.0,0.010126997716724873,0.1316121369600296,2.137967824935913,-0.012314391322433949,0.28454336524009705,0.6815073192119598,1266.0,324096.0,4691.06312590884,20742144.0 +398.78,27.969999313354492,4436.0,0.011006578803062439,0.1204630509018898,2.1103789806365967,-0.012464049272239208,0.2384198158979416,0.6527609527111053,1267.0,324352.0,4694.757049195003,20758528.0 +400.71,28.1200008392334,4651.0,0.014754022471606731,0.179931640625,2.1028263568878174,-0.011596213094890118,0.1988762766122818,0.7323338389396667,1268.0,324608.0,4698.280896884855,20774912.0 +405.09,28.790000915527344,4440.0,0.012478470802307129,0.1593424528837204,2.103381395339966,-0.00958456564694643,0.2351505309343338,0.6925777196884155,1269.0,324864.0,4701.971304245992,20791296.0 +392.79,27.979999542236328,4544.0,0.010156035423278809,0.12054443359375,2.128086805343628,-0.011365446262061596,0.2872735559940338,0.6446194052696228,1270.0,325120.0,4705.577737075044,20807680.0 +381.33,25.979999542236328,4647.0,0.01158853154629469,0.1282958984375,2.1335527896881104,-0.010642890818417072,0.4716551601886749,0.5644536018371582,1271.0,325376.0,4709.104616849916,20824064.0 +388.69,26.649999618530273,4387.0,0.012433352880179882,0.15057373046875,2.1523077487945557,-0.01229444146156311,0.15692287683486938,0.7233946025371552,1272.0,325632.0,4712.83943244,20840448.0 +391.95,27.719999313354492,4282.0,0.012533708475530148,0.1535237580537796,2.139882802963257,-0.012981385923922062,0.19946683943271637,0.7096067368984222,1273.0,325888.0,4716.666309997905,20856832.0 +403.39,29.239999771118164,4341.0,0.012510135769844055,0.16363525390625,2.1351592540740967,-0.016394583508372307,0.11347468942403793,0.8287704437971115,1274.0,326144.0,4720.441577123012,20873216.0 +405.29,29.010000228881836,4462.0,0.011706131510436535,0.1428426057100296,2.1514031887054443,-0.010173800401389599,0.2395869642496109,0.625001460313797,1275.0,326400.0,4724.114143209998,20889600.0 +408.67,29.670000076293945,4440.0,0.012955869548022747,0.1334431916475296,2.155843734741211,-0.013633783906698227,0.16514115035533905,0.7367038130760193,1276.0,326656.0,4727.804527836852,20905984.0 +404.29,28.969999313354492,4266.0,0.010590766556560993,0.1295369416475296,2.1425535678863525,-0.010573464445769787,0.250699520111084,0.6816933751106262,1277.0,326912.0,4731.645880419062,20922368.0 +402.37,28.530000686645508,4535.0,0.012097091414034367,0.1472371369600296,2.1595406532287598,-0.013561859726905823,0.1834045648574829,0.7709600031375885,1278.0,327168.0,4735.258920351043,20938752.0 +403.35,28.770000457763672,4877.0,0.011953398585319519,0.1497599333524704,2.1661760807037354,-0.011475819163024426,0.17976105213165283,0.7527201324701309,1279.0,327424.0,4738.61897631688,20955136.0 +403.15,28.3700008392334,4875.0,0.009841090999543667,0.123046875,2.1544415950775146,-0.010993416421115398,0.17045414447784424,0.738530158996582,1280.0,327680.0,4741.980543498881,20971520.0 +398.48,28.100000381469727,4812.0,0.013530831784009933,0.16278076171875,2.172346830368042,-0.0143197663128376,0.1784069687128067,0.7335290610790253,1281.0,327936.0,4745.385856526904,20987904.0 +397.79,28.770000457763672,4726.0,0.012638401240110397,0.1586100310087204,2.1623213291168213,-0.009377041831612587,0.15963967144489288,0.7332739531993866,1282.0,328192.0,4748.853486194974,21004288.0 +408.23,29.18000030517578,4849.0,0.01640992797911167,0.1833699494600296,2.1735429763793945,-0.014669734053313732,0.13590514659881592,0.7886768281459808,1283.0,328448.0,4752.232498497935,21020672.0 +409.64,28.8700008392334,4754.0,0.013027803041040897,0.1625569611787796,2.1492490768432617,-0.012766026891767979,0.18388475477695465,0.7624710351228714,1284.0,328704.0,4755.679736132966,21037056.0 +396.71,27.190000534057617,4776.0,0.01580212451517582,0.14654541015625,2.1410200595855713,-0.012274082750082016,0.30153679847717285,0.6395021975040436,1285.0,328960.0,4759.111388643971,21053440.0 +395.34,27.190000534057617,4735.0,0.012610930018126965,0.1490681916475296,2.1502134799957275,-0.009220555424690247,0.19807113707065582,0.7141024172306061,1286.0,329216.0,4762.57194158691,21069824.0 +400.4,28.31999969482422,4798.0,0.015130892395973206,0.1724039763212204,2.1452536582946777,-0.013581148348748684,0.11054158955812454,0.8022978901863098,1287.0,329472.0,4765.987125102896,21086208.0 +399.55,28.889999389648438,4418.0,0.011913451366126537,0.1393636018037796,2.112865686416626,-0.013151890598237514,0.19020496308803558,0.7192098200321198,1288.0,329728.0,4769.695947530912,21102592.0 +401.63,28.440000534057617,4536.0,0.012125522829592228,0.1177978515625,2.128403663635254,-0.011452618055045605,0.26149776577949524,0.684662252664566,1289.0,329984.0,4773.308763699839,21118976.0 +397.29,27.670000076293945,4789.0,0.009655185975134373,0.1122029647231102,2.139763116836548,-0.01190144196152687,0.18988482654094696,0.7404444515705109,1290.0,330240.0,4776.730282292003,21135360.0 +405.46,28.139999389648438,4523.0,0.010796801187098026,0.1208902969956398,2.1435587406158447,-0.013667188584804535,0.13945795595645905,0.7809997797012329,1291.0,330496.0,4780.353226067964,21151744.0 +404.41,28.739999771118164,4577.0,0.01241616252809763,0.1448567658662796,2.1290132999420166,-0.014252896420657635,0.14136743545532227,0.7628204226493835,1292.0,330752.0,4783.933655706933,21168128.0 +413.96,29.979999542236328,4426.0,0.010017632506787777,0.11138916015625,2.1430060863494873,-0.013673228211700916,0.0918058529496193,0.82395239174366,1293.0,331008.0,4787.635969819967,21184512.0 +414.25,30.229999542236328,4236.0,0.01531942654401064,0.1769612580537796,2.1116349697113037,-0.01483184564858675,0.13237710297107697,0.7551298141479492,1294.0,331264.0,4791.503927781014,21200896.0 +413.51,30.1299991607666,4559.0,0.009735526517033577,0.1151529923081398,2.1301987171173096,-0.011476094834506512,0.1444116085767746,0.7349913120269775,1295.0,331520.0,4795.098408977967,21217280.0 +396.42,28.149999618530273,4638.0,0.010974421165883541,0.1224365234375,2.1614041328430176,-0.012998595833778381,0.3172397017478943,0.6466488242149353,1296.0,331776.0,4798.6316732259,21233664.0 +397.06,27.920000076293945,4353.0,0.01399437990039587,0.1566975861787796,2.154420852661133,-0.016941102221608162,0.18219459056854248,0.7307727932929993,1297.0,332032.0,4802.39614708093,21250048.0 +401.42,28.329999923706055,4599.0,0.010249122977256775,0.1219685897231102,2.165029287338257,-0.013841641135513783,0.14672136306762695,0.7430711388587952,1298.0,332288.0,4805.959040726069,21266432.0 +410.89,29.15999984741211,4552.0,0.015071968547999859,0.1614583283662796,2.1458096504211426,-0.011744254268705845,0.22634099423885345,0.6789804100990295,1299.0,332544.0,4809.558736006962,21282816.0 +402.47,28.309999465942383,4321.0,0.011169768869876862,0.1343180388212204,2.142167329788208,-0.012338097207248211,0.2172572761774063,0.7232357263565063,1300.0,332800.0,4813.351648841985,21299200.0 +400.69,27.34000015258789,4330.0,0.009825548157095909,0.10821533203125,2.1420891284942627,-0.011491462588310242,0.23587287962436676,0.6551626622676849,1301.0,333056.0,4817.136257178849,21315584.0 +409.05,28.479999542236328,4247.0,0.011687564663589,0.1381632536649704,2.150489091873169,-0.013227245770394802,0.1337026059627533,0.7883480042219162,1302.0,333312.0,4820.994761339854,21331968.0 +402.26,28.899999618530273,4308.0,0.011380587704479694,0.1334635466337204,2.161064386367798,-0.012456404976546764,0.20074252784252167,0.703877329826355,1303.0,333568.0,4824.799361632904,21348352.0 +396.95,28.6299991607666,4296.0,0.013051174581050873,0.1520589143037796,2.1650726795196533,-0.013139098882675171,0.20340824127197266,0.6712849140167236,1304.0,333824.0,4828.6138703939505,21364736.0 +394.31,28.3799991607666,4541.0,0.013762620277702808,0.16387939453125,2.157411575317383,-0.009920552372932434,0.23558683693408966,0.6995463967323303,1305.0,334080.0,4832.221903794911,21381120.0 +389.06,27.6200008392334,4793.0,0.01414722204208374,0.1572265625,2.1589651107788086,-0.01358001958578825,0.20135821402072906,0.729694277048111,1306.0,334336.0,4835.641050023027,21397504.0 +385.68,26.690000534057617,4315.0,0.011782643385231495,0.1300048828125,2.15391206741333,-0.013881980441510677,0.26353633403778076,0.7052999436855316,1307.0,334592.0,4839.438682619948,21413888.0 +388.88,27.09000015258789,4424.0,0.012145319022238255,0.1273396760225296,2.156965970993042,-0.011518015526235104,0.2575056254863739,0.669837474822998,1308.0,334848.0,4843.143228339963,21430272.0 +398.93,28.649999618530273,4705.0,0.008855522610247135,0.1064046248793602,2.186464548110962,-0.011107289232313633,0.2011898010969162,0.7006802260875702,1309.0,335104.0,4846.625626276014,21446656.0 +398.02,28.739999771118164,4380.0,0.00919272005558014,0.10797119140625,2.1759579181671143,-0.010530386120080948,0.23838472366333008,0.661913126707077,1310.0,335360.0,4850.366607995005,21463040.0 +396.71,27.690000534057617,4414.0,0.014655005186796188,0.1693928986787796,2.1758816242218018,-0.01228776853531599,0.25022098422050476,0.6827560067176819,1311.0,335616.0,4854.079267079011,21479424.0 +396.9,27.850000381469727,4556.0,0.011270350776612759,0.1292317658662796,2.19435715675354,-0.01270131766796112,0.189088836312294,0.716937929391861,1312.0,335872.0,4857.675510044908,21495808.0 +399.65,28.350000381469727,4611.0,0.012109129689633846,0.14520263671875,2.174111843109131,-0.01325905043631792,0.17344152927398682,0.7730522453784943,1313.0,336128.0,4861.229282221058,21512192.0 +402.54,28.940000534057617,4624.0,0.013359745033085346,0.1574910432100296,2.171261787414551,-0.013605737127363682,0.1750786453485489,0.7310825884342194,1314.0,336384.0,4864.772928204853,21528576.0 +401.8,28.739999771118164,4374.0,0.010187751613557339,0.1204020157456398,2.2015068531036377,-0.011920514516532421,0.20361541211605072,0.7102731466293335,1315.0,336640.0,4868.519411281915,21544960.0 +401.56,29.079999923706055,4504.0,0.01017652079463005,0.1275227814912796,2.1887102127075195,-0.01213915180414915,0.1339280754327774,0.7603943198919296,1316.0,336896.0,4872.15754182986,21561344.0 +404.46,28.780000686645508,4270.0,0.015207233838737011,0.16888427734375,2.161653757095337,-0.01130607258528471,0.28934308886528015,0.616182804107666,1317.0,337152.0,4875.99501035898,21577728.0 +398.03,28.200000762939453,4369.0,0.009931891225278378,0.11773681640625,2.177013635635376,-0.011441749520599842,0.13335339725017548,0.7624467313289642,1318.0,337408.0,4879.745917796856,21594112.0 +409.36,29.56999969482422,4234.0,0.015121105127036572,0.1704304963350296,2.172227382659912,-0.016955560073256493,0.09193996340036392,0.826787918806076,1319.0,337664.0,4883.616589054931,21610496.0 +410.35,29.920000076293945,4419.0,0.015822961926460266,0.1717732697725296,2.162966012954712,-0.015365608967840672,0.12865740060806274,0.8210678696632385,1320.0,337920.0,4887.324586231029,21626880.0 +412.69,29.899999618530273,4476.0,0.013015721924602985,0.1395467072725296,2.174900770187378,-0.015856115147471428,0.12151467055082321,0.786027193069458,1321.0,338176.0,4890.985028614989,21643264.0 +413.9,29.440000534057617,4484.0,0.015209016390144825,0.17840576171875,2.1664631366729736,-0.009559934027493,0.23201946914196014,0.6619009971618652,1322.0,338432.0,4894.6394875538535,21659648.0 +403.61,28.75,4274.0,0.012628969736397266,0.14312744140625,2.1659507751464844,-0.010414578951895237,0.2419453263282776,0.6556597352027893,1323.0,338688.0,4898.473431940889,21676032.0 +387.62,27.329999923706055,4326.0,0.013274899683892727,0.1360066682100296,2.1768949031829834,-0.010424948297441006,0.31699588894844055,0.5649872124195099,1324.0,338944.0,4902.260834191926,21692416.0 +396.59,28.270000457763672,4374.0,0.012387814931571484,0.1362101286649704,2.1761043071746826,-0.013860492967069149,0.15036256611347198,0.7207316160202026,1325.0,339200.0,4906.0067078690045,21708800.0 +405.37,28.639999389648438,4567.0,0.013220383785665035,0.1251017302274704,2.2020533084869385,-0.01056203618645668,0.18770013749599457,0.7036354541778564,1326.0,339456.0,4909.5953851130325,21725184.0 +408.93,28.899999618530273,4301.0,0.013281204737722874,0.157470703125,2.17789363861084,-0.010791073553264141,0.212093785405159,0.6576112508773804,1327.0,339712.0,4913.405643007951,21741568.0 +403.34,28.06999969482422,4258.0,0.015309044159948826,0.1558634489774704,2.1884067058563232,-0.009031713008880615,0.2403605431318283,0.6760844588279724,1328.0,339968.0,4917.253572532907,21757952.0 +398.35,27.030000686645508,4296.0,0.020238956436514854,0.1510009765625,2.1714589595794678,-0.011186623014509678,0.22946405410766602,0.6984452307224274,1329.0,340224.0,4921.067556611961,21774336.0 +400.68,27.979999542236328,4227.0,0.013115678913891315,0.158203125,2.1572067737579346,-0.012818885035812855,0.24001897871494293,0.7034692466259003,1330.0,340480.0,4924.943877274869,21790720.0 +396.85,28.139999389648438,4168.0,0.010726690292358398,0.12774658203125,2.163940668106079,-0.011605516076087952,0.24976031482219696,0.6793533563613892,1331.0,340736.0,4928.876914037857,21807104.0 +395.46,27.670000076293945,4359.0,0.010958426631987095,0.1281941682100296,2.1746160984039307,-0.010225466452538967,0.1650957316160202,0.7550301253795624,1332.0,340992.0,4932.635976599064,21823488.0 +405.9,28.229999542236328,4528.0,0.01637628860771656,0.1526285856962204,2.1746275424957275,-0.010371388867497444,0.23540353775024414,0.7236509025096893,1333.0,341248.0,4936.254668748006,21839872.0 +406.9,28.170000076293945,4323.0,0.015068352222442627,0.169921875,2.164594888687134,-0.012797540985047817,0.17219911515712738,0.7225432991981506,1334.0,341504.0,4940.045247148024,21856256.0 +408.01,28.6299991607666,4265.0,0.01767968386411667,0.1823527067899704,2.1751902103424072,-0.012079509906470776,0.1751151829957962,0.7522391080856323,1335.0,341760.0,4943.8883132268675,21872640.0 +403.57,28.260000228881836,4275.0,0.013855249620974064,0.1552734375,2.1548712253570557,-0.011549975723028183,0.2012290358543396,0.7408773899078369,1336.0,342016.0,4947.721404294018,21889024.0 +404.04,28.59000015258789,4258.0,0.011189565993845463,0.1366780549287796,2.1926229000091553,-0.00913906004279852,0.20129720866680145,0.6930313110351562,1337.0,342272.0,4951.569242209895,21905408.0 +409.55,29.670000076293945,4522.0,0.014103916473686695,0.14501953125,2.166250467300415,-0.018401702865958214,0.08926024287939072,0.8311100602149963,1338.0,342528.0,4955.19314269186,21921792.0 +410.64,29.6299991607666,4278.0,0.013848078437149525,0.17926025390625,2.174530029296875,-0.00885352585464716,0.23532982170581818,0.631014496088028,1339.0,342784.0,4959.023225439945,21938176.0 +404.02,28.65999984741211,4244.0,0.015013519674539566,0.1587117463350296,2.1711368560791016,-0.012357125990092754,0.21216146647930145,0.7008001208305359,1340.0,343040.0,4962.883884913987,21954560.0 +400.71,27.559999465942383,4398.0,0.011437871493399143,0.135009765625,2.16770339012146,-0.010604829527437687,0.2918976843357086,0.6422658562660217,1341.0,343296.0,4966.610019159038,21970944.0 +398.55,27.229999542236328,4613.0,0.0117952860891819,0.1495157927274704,2.1725716590881348,-0.012664880603551865,0.18096624314785004,0.7025454342365265,1342.0,343552.0,4970.1622932108585,21987328.0 +410.52,28.469999313354492,4687.0,0.014419648796319962,0.1677042692899704,2.170114278793335,-0.01387020293623209,0.09670399874448776,0.8121362924575806,1343.0,343808.0,4973.658159294864,22003712.0 +407.69,29.3700008392334,4791.0,0.010178545489907265,0.1269124299287796,2.197589159011841,-0.009530640207231045,0.33606114983558655,0.5465073585510254,1344.0,344064.0,4977.078469658969,22020096.0 +405.94,28.979999542236328,4727.0,0.012778840959072113,0.1446533203125,2.186365842819214,-0.018428869545459747,0.10143643617630005,0.8238941580057144,1345.0,344320.0,4980.545324995881,22036480.0 +397.33,27.600000381469727,4570.0,0.010302810929715633,0.1163736954331398,2.1670217514038086,-0.011279379017651081,0.18985147774219513,0.7709334939718246,1346.0,344576.0,4984.130837271921,22052864.0 +401.34,28.450000762939453,4371.0,0.008390738628804684,0.09197998046875,2.1790077686309814,-0.0112079419195652,0.1788613647222519,0.7434718012809753,1347.0,344832.0,4987.879631199874,22069248.0 +403.11,28.200000762939453,4290.0,0.01050406415015459,0.1217447891831398,2.1801705360412598,-0.011148117482662201,0.15423256158828735,0.7365720272064209,1348.0,345088.0,4991.6988910608925,22085632.0 +406.67,29.239999771118164,4278.0,0.014768232591450214,0.1302897185087204,2.153581142425537,-0.012802492827177048,0.2055138498544693,0.7264162600040436,1349.0,345344.0,4995.529421781888,22102016.0 +406.51,29.860000610351562,4467.0,0.014874603599309921,0.17889404296875,2.164555311203003,-0.016769902780652046,0.1154603362083435,0.7836487889289856,1350.0,345600.0,4999.197565361857,22118400.0 +410.4,30.329999923706055,4307.0,0.014146600849926472,0.1663004606962204,2.1655142307281494,-0.014908798038959503,0.11803386360406876,0.7948998808860779,1351.0,345856.0,5003.002309975913,22134784.0 +416.76,30.6200008392334,4471.0,0.011126414872705936,0.12579345703125,2.1591904163360596,-0.016379499807953835,0.10646031051874161,0.8080585449934006,1352.0,346112.0,5006.66684744996,22151168.0 +413.28,29.510000228881836,4600.0,0.01929354853928089,0.1623942106962204,2.1594741344451904,-0.011967255733907223,0.13783197104930878,0.7821292728185654,1353.0,346368.0,5010.229216493899,22167552.0 +408.12,28.479999542236328,4400.0,0.012230548076331615,0.1514892578125,2.156094789505005,-0.01129600778222084,0.242669939994812,0.6744842827320099,1354.0,346624.0,5013.953317581909,22183936.0 +407.06,28.239999771118164,4579.0,0.016401922330260277,0.1559855192899704,2.1642844676971436,-0.012014455161988735,0.19845610857009888,0.7405010163784027,1355.0,346880.0,5017.532149111852,22200320.0 +404.47,28.579999923706055,4506.0,0.01329018548130989,0.1465657502412796,2.16728138923645,-0.011074001900851727,0.1748545616865158,0.736559122800827,1356.0,347136.0,5021.168596782023,22216704.0 +399.63,28.229999542236328,4667.0,0.011974208056926727,0.1208902969956398,2.15435528755188,-0.006861757021397352,0.3157852590084076,0.685351699590683,1357.0,347392.0,5024.6804429779295,22233088.0 +399.18,27.959999084472656,4769.0,0.00951902661472559,0.1065470352768898,2.1845924854278564,-0.010029446333646774,0.20959889888763428,0.7317483723163605,1358.0,347648.0,5028.11606355384,22249472.0 +402.65,28.780000686645508,4613.0,0.011606094427406788,0.1356608122587204,2.1860525608062744,-0.014352381229400635,0.17783500254154205,0.775075301527977,1359.0,347904.0,5031.667990591843,22265856.0 +403.31,28.489999771118164,4555.0,0.012477620504796505,0.142333984375,2.156934976577759,-0.01734643243253231,0.13172034919261932,0.7906161099672318,1360.0,348160.0,5035.2656341870315,22282240.0 +409.5,29.360000610351562,4583.0,0.013204316608607769,0.1556803435087204,2.1686031818389893,-0.014477338641881943,0.15008796751499176,0.7553932219743729,1361.0,348416.0,5038.840726478025,22298624.0 +406.72,28.280000686645508,4187.0,0.011575323529541492,0.1316935271024704,2.1714608669281006,-0.010447945445775986,0.275316447019577,0.7073927521705627,1362.0,348672.0,5042.7544303508475,22315008.0 +402.76,28.510000228881836,4484.0,0.013550125993788242,0.1532389372587204,2.1694753170013428,-0.01418630126863718,0.13678047060966492,0.8129703551530838,1363.0,348928.0,5046.408254859038,22331392.0 +402.05,28.600000381469727,4636.0,0.015130328945815563,0.15386962890625,2.156999111175537,-0.011224727146327496,0.19342122972011566,0.738191157579422,1364.0,349184.0,5049.944449175848,22347776.0 +405.79,29.43000030517578,4437.0,0.009153266437351704,0.1060994490981102,2.172551393508911,-0.013440422713756561,0.11368115991353989,0.8132038414478302,1365.0,349440.0,5053.637419256847,22364160.0 +413.55,30.270000457763672,4566.0,0.01573708839714527,0.1645100861787796,2.163423538208008,-0.019844399765133858,0.08224201947450638,0.8469096273183823,1366.0,349696.0,5057.226294341963,22380544.0 +411.19,29.959999084472656,4617.0,0.015333201736211777,0.16583251953125,2.1564667224884033,-0.012009804137051105,0.1669408231973648,0.7107692956924438,1367.0,349952.0,5060.775311667938,22396928.0 +408.78,29.350000381469727,4208.0,0.01198881771415472,0.1431681364774704,2.148367166519165,-0.012592610903084278,0.16334600746631622,0.7298165261745453,1368.0,350208.0,5064.670455595013,22413312.0 +412.15,30.06999969482422,4496.0,0.013906579464673996,0.1602376252412796,2.141895055770874,-0.01761976070702076,0.12991245090961456,0.7717324644327164,1369.0,350464.0,5068.315255644964,22429696.0 +412.21,29.979999542236328,4554.0,0.0130567392334342,0.1548054963350296,2.134727716445923,-0.011609014123678207,0.1476551741361618,0.7545684576034546,1370.0,350720.0,5071.913466949947,22446080.0 +409.31,29.75,4623.0,0.014005389995872974,0.15216064453125,2.1272313594818115,-0.013520784676074982,0.12992815673351288,0.7527411878108978,1371.0,350976.0,5075.457927442854,22462464.0 +412.14,30.420000076293945,4601.0,0.016979768872261047,0.2049967497587204,2.1339855194091797,-0.01134758722037077,0.14630307257175446,0.7549343109130859,1372.0,351232.0,5079.020300179953,22478848.0 +413.55,30.479999542236328,4517.0,0.010658502578735352,0.13275146484375,2.1399049758911133,-0.014847569167613983,0.12852121889591217,0.8009887039661407,1373.0,351488.0,5082.648147428874,22495232.0 +415.09,30.18000030517578,4532.0,0.013902459293603897,0.1454671174287796,2.1331918239593506,-0.01643282361328602,0.11616916209459305,0.7888838052749634,1374.0,351744.0,5086.263580847066,22511616.0 +412.79,29.950000762939453,4240.0,0.015861906111240387,0.1722819060087204,2.116828680038452,-0.012907806783914566,0.13822366297245026,0.7912106513977051,1375.0,352000.0,5090.12819028087,22528000.0 +409.59,30.030000686645508,4338.0,0.011689595878124237,0.1543986052274704,2.1126532554626465,-0.013690497726202011,0.14470812678337097,0.7772474586963654,1376.0,352256.0,5093.905593828997,22544384.0 +411.22,29.93000030517578,4743.0,0.010990803129971027,0.1363728791475296,2.1158604621887207,-0.02009396441280842,0.09546836465597153,0.8207325041294098,1377.0,352512.0,5097.360667297849,22560768.0 +416.38,30.68000030517578,4764.0,0.01260299887508154,0.15399169921875,2.1423442363739014,-0.018960298970341682,0.09534158557653427,0.8389408439397812,1378.0,352768.0,5100.799809759017,22577152.0 +406.41,29.559999465942383,4777.0,0.01670938916504383,0.1685384064912796,2.115403890609741,-0.013052131980657578,0.23927749693393707,0.659903347492218,1379.0,353024.0,5104.2302792610135,22593536.0 +396.8,28.739999771118164,4735.0,0.012424665503203869,0.1466064453125,2.117535352706909,-0.016906751319766045,0.19008569419384003,0.756200447678566,1380.0,353280.0,5107.691037768964,22609920.0 +402.24,29.780000686645508,4792.0,0.014627638272941113,0.18023681640625,2.1160507202148438,-0.017765896394848824,0.08708437532186508,0.8558801114559174,1381.0,353536.0,5111.1103597569745,22626304.0 +409.81,30.079999923706055,4718.0,0.01351440604776144,0.1733195036649704,2.1121985912323,-0.014463408850133419,0.11189219355583191,0.8110156208276749,1382.0,353792.0,5114.584011697909,22642688.0 +413.35,30.579999923706055,4605.0,0.01209327857941389,0.1454264372587204,2.112137794494629,-0.017896166071295738,0.12069663405418396,0.8156079649925232,1383.0,354048.0,5118.142078839941,22659072.0 +413.35,30.31999969482422,4452.0,0.013683040626347065,0.1613566130399704,2.106623888015747,-0.02263549715280533,0.08284761756658554,0.8532033562660217,1384.0,354304.0,5121.823184082983,22675456.0 +406.89,29.079999923706055,4456.0,0.015018929727375507,0.1655070036649704,2.1080563068389893,-0.015253495424985886,0.2428893893957138,0.7072038352489471,1385.0,354560.0,5125.500626242952,22691840.0 +399.64,27.860000610351562,4338.0,0.013165514916181564,0.1507771760225296,2.1034507751464844,-0.014514473266899586,0.26601549983024597,0.7398282289505005,1386.0,354816.0,5129.279494334944,22708224.0 +396.73,27.389999389648438,4428.0,0.012540305964648724,0.1572469025850296,2.1032299995422363,-0.014044913463294506,0.20151753723621368,0.7341133952140808,1387.0,355072.0,5132.979986967985,22724608.0 +398.34,28.299999237060547,4626.0,0.012237218208611012,0.1413167268037796,2.107447624206543,-0.012477271258831024,0.2478068470954895,0.7070109844207764,1388.0,355328.0,5136.52267120406,22740992.0 +400.88,28.68000030517578,4550.0,0.015206116251647472,0.1716511994600296,2.0957159996032715,-0.00976538099348545,0.2086203545331955,0.7286171913146973,1389.0,355584.0,5140.12425558106,22757376.0 +394.06,28.510000228881836,4435.0,0.011162037961184978,0.1374104768037796,2.09535813331604,-0.008212664164602757,0.3821229934692383,0.5925725996494293,1390.0,355840.0,5143.819349139929,22773760.0 +394.8,28.170000076293945,4442.0,0.009790520183742046,0.1009521484375,2.1213526725769043,-0.011073656380176544,0.26923805475234985,0.6841867566108704,1391.0,356096.0,5147.508481985889,22790144.0 +390.33,27.700000762939453,4589.0,0.011643822304904461,0.1277262419462204,2.1175453662872314,-0.013987640850245953,0.25970131158828735,0.6624883115291595,1392.0,356352.0,5151.079411993036,22806528.0 +399.9,28.15999984741211,4658.0,0.014502685517072678,0.1623128205537796,2.105238914489746,-0.012260392308235168,0.22800195217132568,0.7304589748382568,1393.0,356608.0,5154.597542516887,22822912.0 +399.81,28.31999969482422,4466.0,0.012313985265791416,0.13946533203125,2.116363763809204,-0.012501475401222706,0.23800325393676758,0.6866618096828461,1394.0,356864.0,5158.266694966005,22839296.0 +403.3,28.860000610351562,4511.0,0.015881193801760674,0.17041015625,2.0940372943878174,-0.014192194677889347,0.1669320911169052,0.7588791400194168,1395.0,357120.0,5161.899522613967,22855680.0 +400.14,28.649999618530273,4884.0,0.013188191689550877,0.1343587189912796,2.132134199142456,-0.009468602016568184,0.33088594675064087,0.6582129597663879,1396.0,357376.0,5165.254228312988,22872064.0 +393.83,28.209999084472656,4661.0,0.010048676282167435,0.1181640625,2.1327872276306152,-0.013552163727581501,0.2574825882911682,0.6780221164226532,1397.0,357632.0,5168.770631251857,22888448.0 +381.0,25.940000534057617,4594.0,0.009104146622121334,0.111083984375,2.13761305809021,-0.011116045527160168,0.4125854969024658,0.6047771871089935,1398.0,357888.0,5172.337574008852,22904832.0 +392.31,27.0,4557.0,0.010379929095506668,0.11724853515625,2.125666379928589,-0.013186176307499409,0.21376515924930573,0.7351600229740143,1399.0,358144.0,5175.933543510968,22921216.0 +406.05,28.399999618530273,4496.0,0.011752196587622166,0.13311767578125,2.1123034954071045,-0.020241515710949898,0.10140317678451538,0.8614243716001511,1400.0,358400.0,5179.578762487974,22937600.0 +395.8,28.59000015258789,4658.0,0.010651905089616776,0.1222941055893898,2.0997259616851807,-0.009452744387090206,0.4817003905773163,0.6067115664482117,1401.0,358656.0,5183.096549788956,22953984.0 +385.68,27.06999969482422,4859.0,0.014273267239332199,0.1504720002412796,2.097006320953369,-0.01620202697813511,0.2421664595603943,0.7470495998859406,1402.0,358912.0,5186.469139039051,22970368.0 +395.2,28.3700008392334,4560.0,0.017334086820483208,0.1941731721162796,2.1046030521392822,-0.009879556484520435,0.24882544577121735,0.7379218935966492,1403.0,359168.0,5190.06292706402,22986752.0 +396.52,28.6299991607666,4601.0,0.012244448997080326,0.1460367888212204,2.089324951171875,-0.010408660396933556,0.3035111725330353,0.6904475390911102,1404.0,359424.0,5193.6253756859805,23003136.0 +386.26,27.549999237060547,4589.0,0.008395026437938213,0.0927937850356102,2.0829689502716064,-0.007790328469127417,0.4623074531555176,0.6132148504257202,1405.0,359680.0,5197.196524539031,23019520.0 +387.12,26.65999984741211,4597.0,0.005904100835323334,0.0584513358771801,2.0953941345214844,-0.010303306393325329,0.35236856341362,0.7338532507419586,1406.0,359936.0,5200.761299874866,23035904.0 +389.88,27.719999313354492,4513.0,0.00747724249958992,0.0867919921875,2.111027717590332,-0.012080770917236805,0.21734130382537842,0.7993278950452805,1407.0,360192.0,5204.3922144258395,23052288.0 +393.14,28.43000030517578,4610.0,0.008760516531765461,0.0984700545668602,2.0950422286987305,-0.0111542372033,0.39826059341430664,0.6661548018455505,1408.0,360448.0,5207.946785442065,23068672.0 +391.62,27.780000686645508,4421.0,0.009093809872865677,0.0957438126206398,2.0790679454803467,-0.011186021380126476,0.28984010219573975,0.7392813563346863,1409.0,360704.0,5211.652781367069,23085056.0 +400.04,28.389999389648438,4242.0,0.011053082533180714,0.1444498747587204,2.1167399883270264,-0.00943970400840044,0.24385838210582733,0.7632714956998825,1410.0,360960.0,5215.5159360100515,23101440.0 +401.83,28.799999237060547,4527.0,0.01201642770320177,0.14990234375,2.0972800254821777,-0.01221556682139635,0.23353348672389984,0.7686330378055573,1411.0,361216.0,5219.13589718705,23117824.0 +389.25,27.049999237060547,4620.0,0.010623857378959656,0.1286417692899704,2.0763204097747803,-0.011999308131635189,0.4463532865047455,0.6593198478221893,1412.0,361472.0,5222.682883183006,23134208.0 +387.98,27.790000915527344,4666.0,0.011868279427289963,0.146728515625,2.0990612506866455,-0.012004148215055466,0.24459360539913177,0.7612940073013306,1413.0,361728.0,5226.194629281992,23150592.0 +400.54,29.56999969482422,4394.0,0.012716700322926044,0.15692138671875,2.0929720401763916,-0.012863412499427795,0.18708570301532745,0.7829482704401016,1414.0,361984.0,5229.92469247384,23166976.0 +402.77,29.170000076293945,4419.0,0.012846048921346664,0.1536458283662796,2.099620819091797,-0.0073462799191474915,0.25994616746902466,0.7630795687437057,1415.0,362240.0,5233.632841050858,23183360.0 +402.43,29.059999465942383,4396.0,0.010462149977684021,0.1287638396024704,2.122495651245117,-0.009822756983339787,0.29036879539489746,0.6801650524139404,1416.0,362496.0,5237.360082276864,23199744.0 +396.96,27.959999084472656,4577.0,0.013710789382457733,0.159423828125,2.098057746887207,-0.013166298158466816,0.3314874768257141,0.6829476952552795,1417.0,362752.0,5240.940577861853,23216128.0 +388.98,27.670000076293945,4585.0,0.010905670933425426,0.1342976838350296,2.1181819438934326,-0.011110956780612469,0.31279563903808594,0.7212564051151276,1418.0,363008.0,5244.515123283956,23232512.0 +371.4,25.940000534057617,4563.0,0.01151010300964117,0.1385904997587204,2.103882074356079,-0.010704387910664082,0.5202979445457458,0.632638156414032,1419.0,363264.0,5248.105786579894,23248896.0 +372.15,25.5,4397.0,0.009499973617494106,0.1190185546875,2.102579355239868,-0.011183853261172771,0.3856232464313507,0.6984919607639313,1420.0,363520.0,5251.8324860460125,23265280.0 +386.33,26.56999969482422,4482.0,0.009728476405143738,0.1221516951918602,2.113072395324707,-0.01889350824058056,0.1352158933877945,0.8660532385110855,1421.0,363776.0,5255.488957355963,23281664.0 +404.01,29.170000076293945,4587.0,0.011657333932816982,0.1371866911649704,2.1062839031219482,-0.012764469720423222,0.24019479751586914,0.735497921705246,1422.0,364032.0,5259.06128956005,23298048.0 +406.33,29.600000381469727,4775.0,0.012125649489462376,0.14202880859375,2.124933958053589,-0.013207033276557922,0.19790494441986084,0.7939886152744293,1423.0,364288.0,5262.493187112035,23314432.0 +405.12,29.549999237060547,4764.0,0.01822454109787941,0.1622111052274704,2.1264257431030273,-0.009319190867245197,0.2679390013217926,0.7029024660587311,1424.0,364544.0,5265.932739937911,23330816.0 +397.47,28.5,4402.0,0.010928233154118061,0.1300048828125,2.098214626312256,-0.007980044931173325,0.2996354103088379,0.75874924659729,1425.0,364800.0,5269.6555421738885,23347200.0 +397.95,28.270000457763672,4357.0,0.006974505260586739,0.07763671875,2.125680685043335,-0.011140388436615467,0.25117096304893494,0.7662966102361679,1426.0,365056.0,5273.416451406898,23363584.0 +396.03,28.510000228881836,4617.0,0.008729598484933376,0.10302734375,2.1246132850646973,-0.011781539767980576,0.19121982157230377,0.7578575909137726,1427.0,365312.0,5276.96566464589,23379968.0 +404.28,29.170000076293945,4507.0,0.012483698315918446,0.15283203125,2.1166703701019287,-0.010128677822649479,0.2575681805610657,0.6979108154773712,1428.0,365568.0,5280.601511227898,23396352.0 +392.19,28.360000610351562,4583.0,0.01642453670501709,0.1910400390625,2.109626054763794,-0.00803146231919527,0.3236228823661804,0.6171500086784363,1429.0,365824.0,5284.177434246056,23412736.0 +388.14,27.979999542236328,4484.0,0.01824706606566906,0.1735026091337204,2.1205289363861084,-0.010915887542068958,0.3109601140022278,0.6671632528305054,1430.0,366080.0,5287.831775469007,23429120.0 +394.1,28.90999984741211,4369.0,0.011109747923910618,0.1388956755399704,2.151136636734009,-0.013390433974564075,0.25474491715431213,0.7020210921764374,1431.0,366336.0,5291.5822854919825,23445504.0 +381.26,27.530000686645508,4277.0,0.013691455125808716,0.1642659455537796,2.140012741088867,-0.009496957063674927,0.4129994213581085,0.5863223969936371,1432.0,366592.0,5295.413369758055,23461888.0 +385.62,27.600000381469727,4289.0,0.016525423154234886,0.1983439177274704,2.134777307510376,-0.013180852867662907,0.15627479553222656,0.7856130748987198,1433.0,366848.0,5299.236161257839,23478272.0 +395.26,28.489999771118164,4742.0,0.01421348750591278,0.1730753630399704,2.133289337158203,-0.010661710053682327,0.33772012591362,0.6546127498149872,1434.0,367104.0,5302.691684108926,23494656.0 +392.23,27.969999313354492,4330.0,0.012610158883035183,0.14935302734375,2.144855260848999,-0.009465708397328854,0.2688579559326172,0.6984104812145233,1435.0,367360.0,5306.475756668951,23511040.0 +391.07,27.899999618530273,4477.0,0.011235974729061127,0.1370442658662796,2.1627156734466553,-0.013749589212238789,0.19037814438343048,0.7399922907352448,1436.0,367616.0,5310.135865455959,23527424.0 +402.24,29.020000457763672,4467.0,0.013784120790660381,0.166015625,2.15675687789917,-0.01078733429312706,0.22511546313762665,0.6801277101039886,1437.0,367872.0,5313.803701012861,23543808.0 +404.73,29.510000228881836,4293.0,0.015155467204749584,0.1901448518037796,2.1284472942352295,-0.010990974493324757,0.1729695349931717,0.744146317243576,1438.0,368128.0,5317.620534967864,23560192.0 +406.46,29.709999084472656,4340.0,0.009195749647915363,0.11181640625,2.135502338409424,-0.013983993791043758,0.19802109897136688,0.7522202879190445,1439.0,368384.0,5321.395911074942,23576576.0 +394.44,28.6299991607666,4663.0,0.013283752836287022,0.12310791015625,2.124877452850342,-0.010898914188146591,0.3155571520328522,0.6456423401832581,1440.0,368640.0,5324.910671673948,23592960.0 +401.35,28.610000610351562,4294.0,0.008507109247148037,0.0997721329331398,2.1315665245056152,-0.01628950610756874,0.1550053209066391,0.836878091096878,1441.0,368896.0,5328.726366041927,23609344.0 +406.11,28.81999969482422,4425.0,0.01381556037813425,0.16400146484375,2.115648031234741,-0.01803850755095482,0.13618585467338562,0.8168832808732986,1442.0,369152.0,5332.429647587007,23625728.0 +414.76,29.940000534057617,4308.0,0.016161786392331123,0.1760050505399704,2.1329333782196045,-0.011173360981047153,0.17653076350688934,0.7718626111745834,1443.0,369408.0,5336.232741809916,23642112.0 +410.88,30.1200008392334,4469.0,0.015032908879220486,0.1626790314912796,2.1346166133880615,-0.011485368013381958,0.16173112392425537,0.7569998502731323,1444.0,369664.0,5339.899903235026,23658496.0 +410.4,30.309999465942383,4196.0,0.017731493338942528,0.1836751252412796,2.1276566982269287,-0.01280919834971428,0.10590658336877823,0.8327431082725525,1445.0,369920.0,5343.8045546498615,23674880.0 +409.17,29.760000228881836,4291.0,0.016304807737469673,0.1759236603975296,2.126675844192505,-0.010871236212551594,0.1954355388879776,0.7460711896419525,1446.0,370176.0,5347.623485826887,23691264.0 +401.99,28.860000610351562,4458.0,0.014657176099717617,0.1698811799287796,2.1338350772857666,-0.01238773763179779,0.19639454782009125,0.7470216453075409,1447.0,370432.0,5351.298798287986,23707648.0 +404.47,29.40999984741211,4372.0,0.013334310613572598,0.1595255583524704,2.1297223567962646,-0.014338180422782898,0.11216878890991211,0.8239509910345078,1448.0,370688.0,5355.047924921848,23724032.0 +404.59,29.079999923706055,4451.0,0.014406357891857624,0.16473388671875,2.123958110809326,-0.01227746531367302,0.20559613406658173,0.7664516717195511,1449.0,370944.0,5358.729119153926,23740416.0 +399.69,28.3700008392334,4392.0,0.010559603571891785,0.1241048201918602,2.1237876415252686,-0.01033488567918539,0.23510253429412842,0.6656427979469299,1450.0,371200.0,5362.459608448902,23756800.0 +401.66,28.889999389648438,4452.0,0.013618256896734238,0.1673380583524704,2.102193832397461,-0.011739839799702168,0.18693964183330536,0.7653763145208359,1451.0,371456.0,5366.140113670845,23773184.0 +411.71,30.18000030517578,4409.0,0.012525507248938084,0.154052734375,2.125401258468628,-0.01589941419661045,0.12780475616455078,0.79497030377388,1452.0,371712.0,5369.857064517913,23789568.0 +410.29,30.100000381469727,4479.0,0.014839275740087032,0.17767333984375,2.130006790161133,-0.014617868699133396,0.15764552354812622,0.7639544606208801,1453.0,371968.0,5373.515255158069,23805952.0 +399.25,28.59000015258789,4498.0,0.015249325893819332,0.1849161833524704,2.096691608428955,-0.012988816946744919,0.2290191799402237,0.7016181349754333,1454.0,372224.0,5377.15814595297,23822336.0 +383.55,27.579999923706055,4216.0,0.014311965554952621,0.15972900390625,2.1053340435028076,-0.009870108217000961,0.2924954295158386,0.6575427949428558,1455.0,372480.0,5381.044675828889,23838720.0 +390.28,28.190000534057617,4496.0,0.01651798002421856,0.1704915314912796,2.142462730407715,-0.008330965414643288,0.17221368849277496,0.7597859501838684,1456.0,372736.0,5384.689428403974,23855104.0 +401.28,28.68000030517578,4568.0,0.014672721736133099,0.15191650390625,2.1508543491363525,-0.009654265828430653,0.2516157627105713,0.598564475774765,1457.0,372992.0,5388.276734529063,23871488.0 +394.74,27.760000228881836,4289.0,0.013209667056798935,0.15093994140625,2.148198366165161,-0.011768613941967487,0.24440209567546844,0.6615655422210693,1458.0,373248.0,5392.097060286906,23887872.0 +390.22,27.299999237060547,4357.0,0.008805717341601849,0.1029256209731102,2.1454520225524902,-0.010728955268859863,0.28234922885894775,0.6182669997215271,1459.0,373504.0,5395.858083237894,23904256.0 +405.13,28.950000762939453,4261.0,0.015276099555194378,0.1776936799287796,2.1758487224578857,-0.01522161066532135,0.10721492022275925,0.795538604259491,1460.0,373760.0,5399.703792250948,23920640.0 +405.66,29.469999313354492,4232.0,0.01954520493745804,0.20953369140625,2.147599935531616,-0.013149663805961609,0.14861071109771729,0.7193353474140167,1461.0,374016.0,5403.575477523031,23937024.0 +410.29,30.360000610351562,4446.0,0.0147203728556633,0.178955078125,2.1688082218170166,-0.01641847752034664,0.15818320214748383,0.6854486763477325,1462.0,374272.0,5407.261282268912,23953408.0 +401.34,29.09000015258789,4346.0,0.01676737703382969,0.173828125,2.159735918045044,-0.01032598502933979,0.21262089908123016,0.6697852909564972,1463.0,374528.0,5411.03147051204,23969792.0 +395.46,28.1299991607666,4281.0,0.01406645867973566,0.1592814177274704,2.1597976684570312,-0.012310090474784374,0.2985738217830658,0.5927715301513672,1464.0,374784.0,5414.859801523853,23986176.0 +376.13,25.670000076293945,4257.0,0.010834324173629284,0.1098836287856102,2.1725471019744873,-0.010094205848872662,0.47384950518608093,0.463678777217865,1465.0,375040.0,5418.708595532924,24002560.0 +379.89,25.780000686645508,4487.0,0.008105228655040264,0.08966064453125,2.178856372833252,-0.012449480593204498,0.29206642508506775,0.6193622648715973,1466.0,375296.0,5422.360281683039,24018944.0 +389.39,27.149999618530273,4370.0,0.014212430454790592,0.13763427734375,2.1595752239227295,-0.014392157085239887,0.18674196302890778,0.7148975133895874,1467.0,375552.0,5426.109943647869,24035328.0 +398.17,28.149999618530273,4411.0,0.014828472398221493,0.1690470427274704,2.1458332538604736,-0.01264965906739235,0.15649788081645966,0.7658374011516571,1468.0,375808.0,5429.824972139904,24051712.0 +406.19,28.81999969482422,4297.0,0.010260909795761108,0.1209309920668602,2.140941858291626,-0.01163187250494957,0.17064183950424194,0.7564877867698669,1469.0,376064.0,5433.63824822288,24068096.0 +407.61,29.15999984741211,4163.0,0.010870999656617641,0.1199137344956398,2.13049578666687,-0.012674196623265743,0.19091665744781494,0.7120914161205292,1470.0,376320.0,5437.574459030991,24084480.0 +408.91,29.399999618530273,4328.0,0.016035160049796104,0.181396484375,2.114835023880005,-0.013314629904925823,0.17788828909397125,0.7374678552150726,1471.0,376576.0,5441.359995890874,24100864.0 +411.62,29.6299991607666,4430.0,0.013459622859954834,0.1586710661649704,2.1537399291992188,-0.015960324555635452,0.13391119241714478,0.7795014530420303,1472.0,376832.0,5445.059465614846,24117248.0 +407.94,28.75,4655.0,0.013984248042106628,0.1421305388212204,2.129131317138672,-0.011825143359601498,0.2933622896671295,0.6678817868232727,1473.0,377088.0,5448.580113099888,24133632.0 +407.61,28.149999618530273,4567.0,0.015495541505515575,0.1819051057100296,2.135878324508667,-0.01487672422081232,0.14216569066047668,0.776033565402031,1474.0,377344.0,5452.168115730863,24150016.0 +399.01,27.780000686645508,4393.0,0.011424615047872066,0.1298014372587204,2.128740072250366,-0.012006349861621857,0.2925499379634857,0.643454372882843,1475.0,377600.0,5455.898953855038,24166400.0 +400.58,28.579999923706055,4425.0,0.01334147248417139,0.1634521484375,2.140254020690918,-0.019679520279169083,0.08847859501838684,0.8626909255981445,1476.0,377856.0,5459.602525204886,24182784.0 +405.89,29.170000076293945,4355.0,0.011404342949390411,0.1316121369600296,2.124324083328247,-0.012361650355160236,0.22388605773448944,0.6859784126281738,1477.0,378112.0,5463.3646970980335,24199168.0 +397.43,28.75,4427.0,0.009340601973235607,0.11065673828125,2.1194608211517334,-0.006431635469198227,0.2778666019439697,0.6811034083366394,1478.0,378368.0,5467.066266167909,24215552.0 +397.14,28.459999084472656,4291.0,0.01233503594994545,0.1446940153837204,2.140822410583496,-0.017971081659197807,0.10913056135177612,0.8115696609020233,1479.0,378624.0,5470.885145402048,24231936.0 +405.55,28.950000762939453,4293.0,0.011889760382473469,0.1357421875,2.1428730487823486,-0.0110072186216712,0.17037050426006317,0.7674933522939682,1480.0,378880.0,5474.702283819905,24248320.0 +406.46,28.860000610351562,4513.0,0.014215555973351002,0.1600341796875,2.1232504844665527,-0.0149751091375947,0.18071027100086212,0.7952995896339417,1481.0,379136.0,5478.333168075886,24264704.0 +402.46,28.239999771118164,4531.0,0.016167255118489265,0.1618245393037796,2.1137633323669434,-0.016521679237484932,0.23054192960262299,0.6863023340702057,1482.0,379392.0,5481.949390750844,24281088.0 +396.97,28.06999969482422,4370.0,0.017427654936909676,0.18426513671875,2.1022913455963135,-0.01602124609053135,0.1759987622499466,0.7403469681739807,1483.0,379648.0,5485.703030875884,24297472.0 +403.87,28.610000610351562,4466.0,0.012458772398531437,0.1379191130399704,2.080301523208618,-0.016055138781666756,0.1306549459695816,0.7803355306386948,1484.0,379904.0,5489.372100218898,24313856.0 +402.24,28.90999984741211,4700.0,0.017166495323181152,0.1733805388212204,2.1027638912200928,-0.016047092154622078,0.1781301647424698,0.7391627728939056,1485.0,380160.0,5492.858722873963,24330240.0 +399.85,28.360000610351562,4563.0,0.016443349421024323,0.1765950471162796,2.0995047092437744,-0.013244339264929295,0.18935804069042206,0.6937918066978455,1486.0,380416.0,5496.44930016296,24346624.0 +398.71,28.389999389648438,4253.0,0.016533957794308662,0.1886393278837204,2.1092400550842285,-0.018497658893465996,0.14098510146141052,0.8033659011125565,1487.0,380672.0,5500.302372500999,24363008.0 +406.7,29.5,4333.0,0.016188843175768852,0.16571044921875,2.131319284439087,-0.013618930242955685,0.1954563409090042,0.6805597841739655,1488.0,380928.0,5504.084200232057,24379392.0 +400.02,28.65999984741211,4352.0,0.015248172916471958,0.1722615510225296,2.0921401977539062,-0.01488545909523964,0.2142014354467392,0.6829135417938232,1489.0,381184.0,5507.849245501915,24395776.0 +395.05,28.15999984741211,4456.0,0.01890416629612446,0.1815592497587204,2.111274003982544,-0.015798093751072884,0.18004705011844635,0.7408518493175507,1490.0,381440.0,5511.5268542279955,24412160.0 +394.31,27.809999465942383,4455.0,0.013511184602975845,0.1503092497587204,2.102756977081299,-0.012981181032955647,0.17830133438110352,0.7194530665874481,1491.0,381696.0,5515.205250043888,24428544.0 +404.23,28.860000610351562,4478.0,0.01442964468151331,0.1726887971162796,2.126390218734741,-0.013497903943061829,0.1680103987455368,0.7629485875368118,1492.0,381952.0,5518.864126693923,24444928.0 +405.66,29.350000381469727,4338.0,0.014131776057183743,0.1688435822725296,2.1307151317596436,-0.01421030517667532,0.13396531343460083,0.7545933723449707,1493.0,382208.0,5522.641138406005,24461312.0 +408.4,30.43000030517578,4513.0,0.011039347387850285,0.1319580078125,2.115971803665161,-0.01504073292016983,0.1858237385749817,0.715849757194519,1494.0,382464.0,5526.272067017853,24477696.0 +403.49,29.18000030517578,4326.0,0.013356798328459263,0.1337890625,2.120746374130249,-0.011777239851653576,0.2228008508682251,0.7174043357372284,1495.0,382720.0,5530.06054532784,24494080.0 +399.74,27.670000076293945,4433.0,0.015543371438980103,0.1605428010225296,2.128769874572754,-0.01425835583359003,0.24183964729309082,0.6438390612602234,1496.0,382976.0,5533.7566930940375,24510464.0 +404.83,27.59000015258789,4560.0,0.014706888236105442,0.1666259765625,2.1289942264556885,-0.013990393839776516,0.15752030909061432,0.7591054141521454,1497.0,383232.0,5537.350053065922,24526848.0 +399.34,27.729999542236328,4304.0,0.011079106479883194,0.1254069060087204,2.1560394763946533,-0.011013739742338657,0.25629252195358276,0.6105145812034607,1498.0,383488.0,5541.157256786013,24543232.0 +400.15,28.25,4504.0,0.014002655632793903,0.1642659455537796,2.1456141471862793,-0.01480197999626398,0.1695871353149414,0.7447578608989716,1499.0,383744.0,5544.79636351089,24559616.0 +404.12,29.290000915527344,4549.0,0.017966253682971,0.1892903596162796,2.1213016510009766,-0.016022294759750366,0.12444431334733963,0.7448772490024567,1500.0,384000.0,5548.398768394953,24576000.0 +401.46,29.030000686645508,4257.0,0.018720202147960663,0.1475830078125,2.131054639816284,-0.012970547191798687,0.22861482203006744,0.6292874813079834,1501.0,384256.0,5552.248185964068,24592384.0 +401.69,28.829999923706055,4289.0,0.01252798456698656,0.1369221955537796,2.1276209354400635,-0.015165790915489197,0.149174302816391,0.7373920679092407,1502.0,384512.0,5556.069270236883,24608768.0 +394.29,27.40999984741211,4468.0,0.013571544550359249,0.1542561799287796,2.1222410202026367,-0.013655788265168667,0.3348143994808197,0.594790130853653,1503.0,384768.0,5559.737068498973,24625152.0 +382.92,26.1299991607666,4271.0,0.015623309649527073,0.1622111052274704,2.1382110118865967,-0.010921147651970387,0.39721938967704773,0.5201215744018555,1504.0,385024.0,5563.573897278868,24641536.0 +384.98,25.8799991607666,4513.0,0.014183171093463898,0.1554158478975296,2.1481282711029053,-0.01123837474733591,0.2718426287174225,0.5792522132396698,1505.0,385280.0,5567.204586414853,24657920.0 +395.37,26.510000228881836,4549.0,0.018780553713440895,0.1755574494600296,2.153751850128174,-0.012030833400785923,0.20635080337524414,0.6681771278381348,1506.0,385536.0,5570.806979455985,24674304.0 +398.93,27.299999237060547,4249.0,0.01258939877152443,0.1441243439912796,2.1463592052459717,-0.012335498817265034,0.2895246744155884,0.609005868434906,1507.0,385792.0,5574.6637856990565,24690688.0 +394.53,27.469999313354492,4407.0,0.016106756404042244,0.1559651643037796,2.141108512878418,-0.01478650700300932,0.276363343000412,0.6449738442897797,1508.0,386048.0,5578.38208999089,24707072.0 +393.79,27.639999389648438,4520.0,0.015373937785625458,0.1689860075712204,2.1247992515563965,-0.014060287736356258,0.18554697930812836,0.6931572258472443,1509.0,386304.0,5582.007573893061,24723456.0 +399.39,28.65999984741211,4296.0,0.014876428991556168,0.1780802458524704,2.137063503265381,-0.016716262325644493,0.15148130059242249,0.7345561385154724,1510.0,386560.0,5585.821888869861,24739840.0 +405.23,29.43000030517578,4526.0,0.0154489167034626,0.1464436799287796,2.1339499950408936,-0.014260572381317616,0.1959434151649475,0.7336324453353882,1511.0,386816.0,5589.442612753948,24756224.0 +405.62,29.209999084472656,4512.0,0.01227476168423891,0.13800048828125,2.115064859390259,-0.013097375631332397,0.20711392164230347,0.6629800498485565,1512.0,387072.0,5593.0741103258915,24772608.0 +400.6,28.809999465942383,4339.0,0.012740491889417171,0.12640380859375,2.1247527599334717,-0.01050987746566534,0.19758419692516327,0.6140531599521637,1513.0,387328.0,5596.850419580005,24788992.0 +406.18,29.809999465942383,4287.0,0.011767984367907047,0.1374715119600296,2.124507188796997,-0.016904933378100395,0.11272629350423813,0.7698300927877426,1514.0,387584.0,5600.673299168935,24805376.0 +409.29,29.540000915527344,4457.0,0.01666889153420925,0.1820475310087204,2.1202080249786377,-0.015109374187886715,0.10601261258125305,0.7512701153755188,1515.0,387840.0,5604.350696495967,24821760.0 +414.61,30.020000457763672,4331.0,0.013083807192742825,0.15301513671875,2.1097750663757324,-0.016812577843666077,0.097491055727005,0.7852275520563126,1516.0,388096.0,5608.134472271893,24838144.0 +407.73,29.1299991607666,4717.0,0.016090279445052147,0.1696573942899704,2.1131913661956787,-0.011984474025666714,0.20916777849197388,0.6080839037895203,1517.0,388352.0,5611.607956585009,24854528.0 +404.99,28.940000534057617,4362.0,0.017445897683501244,0.1832275390625,2.118511915206909,-0.009897864423692226,0.14677520096302032,0.7163313925266266,1518.0,388608.0,5615.364842372015,24870912.0 +403.22,28.649999618530273,4371.0,0.014938220381736755,0.1745198518037796,2.1239330768585205,-0.013725477270781994,0.2386990338563919,0.5955780744552612,1519.0,388864.0,5619.113206278998,24887296.0 +407.66,29.100000381469727,4359.0,0.016330502927303314,0.1746419221162796,2.1490283012390137,-0.01300288736820221,0.15855704247951508,0.6995222568511963,1520.0,389120.0,5622.872586976038,24903680.0 +406.76,28.93000030517578,4485.0,0.01830112934112549,0.1734822541475296,2.1465296745300293,-0.01247358601540327,0.18370293080806732,0.7078756093978882,1521.0,389376.0,5626.526288102847,24920064.0 +401.23,28.440000534057617,4557.0,0.014746644534170628,0.17034912109375,2.13285756111145,-0.013577856123447418,0.23166698217391968,0.6989840269088745,1522.0,389632.0,5630.122667924967,24936448.0 +389.69,26.489999771118164,4559.0,0.017146632075309753,0.17938232421875,2.1633670330047607,-0.011422098614275455,0.34527334570884705,0.6206118762493134,1523.0,389888.0,5633.716391149908,24952832.0 +396.78,27.200000762939453,4374.0,0.012574934400618076,0.1504923552274704,2.1557631492614746,-0.013871458359062672,0.15284298360347748,0.7276216745376587,1524.0,390144.0,5637.462326762965,24969216.0 +400.36,28.5,4348.0,0.015281804837286472,0.1669718474149704,2.1295549869537354,-0.012522215954959393,0.16871744394302368,0.7150357961654663,1525.0,390400.0,5641.2305639169645,24985600.0 diff --git a/train_procgen/checkpoints/ppo-jumper_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..35ba644c9f67759adfd653cbff96967096746b04 --- /dev/null +++ b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +69.55357142857143,3.75,349.0,0.00031608823337592185,0.0,2.7077720165252686,-0.00060417311033234,0.6115827560424805,-0.008397221565246582,1.0,256.0,46.92539120884612,16384.0 +108.93478260869566,4.34782600402832,4548.0,0.00025826177443377674,0.0,2.706402063369751,-0.0004315100086387247,0.5241124629974365,0.0114823579788208,2.0,512.0,50.53286894178018,32768.0 +195.65,4.5,4782.0,0.002248228993266821,0.02142333984375,2.6998682022094727,-0.0022273689974099398,0.4407079517841339,0.0350801944732666,3.0,768.0,53.95978404581547,49152.0 +370.72,4.199999809265137,4687.0,0.0009157691965810955,0.0028279621619731188,2.69486403465271,-0.0008433738839812577,0.35367023944854736,0.04523265361785889,4.0,1024.0,57.45633463282138,65536.0 +413.13,3.0,4728.0,0.0015223488444462419,0.0030924479942768812,2.6895248889923096,-0.0014029140584170818,0.37122681736946106,0.077423095703125,5.0,1280.0,60.92199476691894,81920.0 +419.87,2.5,5111.0,0.00236182427033782,0.008951823227107525,2.694378614425659,-0.00175062648486346,0.17310379445552826,0.1045723557472229,6.0,1536.0,64.12779014697298,98304.0 +357.19,2.9000000953674316,4801.0,0.004262452479451895,0.0388387031853199,2.6827919483184814,-0.0024537439458072186,0.38385775685310364,0.07119631767272949,7.0,1792.0,67.54063538392074,114688.0 +373.68,3.4000000953674316,4600.0,0.0025087485555559397,0.0084228515625,2.6804428100585938,-0.0016216892981901765,0.6462864279747009,0.08124107122421265,8.0,2048.0,71.104678011965,131072.0 +338.49,3.700000047683716,4648.0,0.0034792388323694468,0.0146484375,2.665890693664551,-0.002674439689144492,0.35852253437042236,0.1407771110534668,9.0,2304.0,74.63013147679158,147456.0 +312.03,3.9000000953674316,4873.0,0.002741335891187191,0.012919108383357525,2.67336106300354,-0.0016846060752868652,0.38372865319252014,0.1572335958480835,10.0,2560.0,77.99242551997304,163840.0 +353.44,4.0,4863.0,0.0026683404576033354,0.009521484375,2.67889404296875,-0.0021945724729448557,0.30873480439186096,0.18847423791885376,11.0,2816.0,81.361588640837,180224.0 +334.34,3.5999999046325684,4875.0,0.0024412134662270546,0.014973958022892475,2.684324264526367,-0.0033458685502409935,0.38748231530189514,0.18048548698425293,12.0,3072.0,84.72276857099496,196608.0 +366.61,3.0,4725.0,0.0022059057373553514,0.008138020522892475,2.676372528076172,-0.0029577005188912153,0.5028972625732422,0.20528870820999146,13.0,3328.0,88.19242157088593,212992.0 +315.54,3.9000000953674316,4778.0,0.004797487519681454,0.02870686911046505,2.6700170040130615,-0.004078473895788193,0.44780924916267395,0.23327964544296265,14.0,3584.0,91.62148121092469,229376.0 +253.75,4.199999809265137,4651.0,0.00457888375967741,0.0400187186896801,2.6563913822174072,-0.0031680662650614977,0.6260907053947449,0.2591628432273865,15.0,3840.0,95.14489107183181,245760.0 +236.96,4.599999904632568,4781.0,0.005073701497167349,0.0438639335334301,2.647578001022339,-0.005709027871489525,0.46538496017456055,0.3427034020423889,16.0,4096.0,98.57250850391574,262144.0 +251.51,3.5,4686.0,0.003593919798731804,0.0263671875,2.6470000743865967,-0.0037316211964935064,0.3814692199230194,0.415347695350647,17.0,4352.0,102.0691424398683,278528.0 +281.71,3.0999999046325684,4646.0,0.005565539468079805,0.07513427734375,2.652414083480835,-0.004496326204389334,0.17711304128170013,0.48046356439590454,18.0,4608.0,105.59612591098994,294912.0 +333.07,3.200000047683716,4697.0,0.006154555361717939,0.0839029923081398,2.6570699214935303,-0.005039629992097616,0.2387125939130783,0.4413360357284546,19.0,4864.0,109.08434908185154,311296.0 +253.08,4.400000095367432,4436.0,0.005796730052679777,0.0843912735581398,2.638906717300415,-0.004734597634524107,0.717731237411499,0.38345909118652344,20.0,5120.0,112.77803355292417,327680.0 +208.62,5.0,4654.0,0.007174717262387276,0.0917765274643898,2.609600782394409,-0.005806226283311844,0.8285527229309082,0.39019322395324707,21.0,5376.0,116.29902288294397,344064.0 +181.69,4.900000095367432,4750.0,0.0050104702822864056,0.05377197265625,2.601290702819824,-0.004845531191676855,0.8023174405097961,0.42687153816223145,22.0,5632.0,119.7488762398716,360448.0 +112.69,4.800000190734863,4899.0,0.0033513286616653204,0.025634765625,2.600872755050659,-0.003509284695610404,0.7944936156272888,0.4194791913032532,23.0,5888.0,123.09352944185957,376832.0 +135.7,5.0,4762.0,0.005584344267845154,0.0675862655043602,2.5834639072418213,-0.003489220282062888,0.673285961151123,0.4608139395713806,24.0,6144.0,126.5344067979604,393216.0 +167.13,6.199999809265137,4851.0,0.005784856155514717,0.07025146484375,2.5645194053649902,-0.0029500657692551613,0.8900220394134521,0.4685025215148926,25.0,6400.0,129.91189056099392,409600.0 +132.17,5.599999904632568,4878.0,0.0036497421097010374,0.0324300117790699,2.5514631271362305,-0.0027753773611038923,1.1090530157089233,0.4368811249732971,26.0,6656.0,133.27117693284526,425984.0 +139.72,6.099999904632568,4759.0,0.004543641582131386,0.04010009765625,2.547997236251831,-0.004959927871823311,1.182350754737854,0.451122522354126,27.0,6912.0,136.71406547981314,442368.0 +137.6,6.099999904632568,4810.0,0.005336520727723837,0.0575154609978199,2.5702781677246094,-0.0038797578308731318,0.8440425395965576,0.4184594750404358,28.0,7168.0,140.12077767192386,458752.0 +121.13,6.300000190734863,4810.0,0.005682735238224268,0.0610555000603199,2.536632537841797,-0.005646072328090668,0.8443999290466309,0.5117168128490448,29.0,7424.0,143.52766610891558,475136.0 +156.91,5.400000095367432,4985.0,0.004374884534627199,0.0443115234375,2.5329067707061768,-0.005659133195877075,0.6897332072257996,0.4927859902381897,30.0,7680.0,146.8148506078869,491520.0 +227.14,4.800000190734863,4758.0,0.0048853084444999695,0.0478108711540699,2.520946502685547,-0.005271886009722948,0.6889646649360657,0.5091191530227661,31.0,7936.0,150.2589447919745,507904.0 +161.92,5.800000190734863,4641.0,0.007290281821042299,0.0943806990981102,2.5303475856781006,-0.005743565037846565,0.48280981183052063,0.5449728667736053,32.0,8192.0,153.78994334186427,524288.0 +203.35,5.599999904632568,4630.0,0.005186107475310564,0.0528361015021801,2.531541347503662,-0.004795030690729618,0.5301125049591064,0.5850174427032471,33.0,8448.0,157.32942685880698,540672.0 +176.51,4.699999809265137,4794.0,0.006026869174093008,0.0744832381606102,2.5416290760040283,-0.003915801178663969,0.5044989585876465,0.5954641103744507,34.0,8704.0,160.7476783557795,557056.0 +205.73,5.5,4580.0,0.004043385852128267,0.03643798828125,2.506404399871826,-0.005185683257877827,0.6572266221046448,0.6186352670192719,35.0,8960.0,164.3252050948795,573440.0 +151.26,5.699999809265137,4480.0,0.004317657556384802,0.041259765625,2.4916129112243652,-0.003458321327343583,0.7736318111419678,0.6444155871868134,36.0,9216.0,167.98301021498628,589824.0 +157.49,5.400000095367432,4464.0,0.0034092229325324297,0.0342814140021801,2.4881057739257812,-0.004373614210635424,0.6307920217514038,0.6049371659755707,37.0,9472.0,171.65371174691245,606208.0 +211.48,5.400000095367432,4681.0,0.0040610069409012794,0.0385538749396801,2.47348952293396,-0.004746010527014732,0.5525402426719666,0.6433737874031067,38.0,9728.0,175.15454226988368,622592.0 +221.35,5.699999809265137,4815.0,0.003914608620107174,0.0341389961540699,2.515864849090576,-0.004496295470744371,0.567104160785675,0.5864793956279755,39.0,9984.0,178.5581229138188,638976.0 +186.5,6.099999904632568,4660.0,0.0043027582578361034,0.0415445975959301,2.4951159954071045,-0.005229780450463295,0.5992006063461304,0.6896800398826599,40.0,10240.0,182.07452137791552,655360.0 +226.3,5.599999904632568,4851.0,0.003310451516881585,0.02675374411046505,2.5012123584747314,-0.003411942860111594,0.6691768169403076,0.6770428121089935,41.0,10496.0,185.45272600487806,671744.0 +186.35,5.5,4911.0,0.00502117769792676,0.0524088554084301,2.491985559463501,-0.00527991121634841,0.7512443661689758,0.6416328549385071,42.0,10752.0,188.7894119368866,688128.0 +158.91,5.5,4804.0,0.007598703261464834,0.0965169295668602,2.4481008052825928,-0.009363367222249508,0.5127542614936829,0.6890304982662201,43.0,11008.0,192.20059747085907,704512.0 +210.38,5.599999904632568,4765.0,0.006670752540230751,0.08050537109375,2.42495059967041,-0.006681994069367647,0.48792192339897156,0.6582644879817963,44.0,11264.0,195.6396532659419,720896.0 +212.35,5.400000095367432,4904.0,0.007642658427357674,0.0985310897231102,2.4375312328338623,-0.006712719332426786,0.3888988494873047,0.7061329483985901,45.0,11520.0,198.98143141088076,737280.0 +243.32,5.300000190734863,4610.0,0.006819125264883041,0.08306884765625,2.446969747543335,-0.005355112720280886,0.45795968174934387,0.7348828911781311,46.0,11776.0,202.53589011891745,753664.0 +168.08,5.699999809265137,4684.0,0.006036838516592979,0.07147216796875,2.4588701725006104,-0.004664289299398661,0.5598767399787903,0.718397468328476,47.0,12032.0,206.03437042282894,770048.0 +209.09,5.900000095367432,4959.0,0.005909768398851156,0.0670166015625,2.471571445465088,-0.007015205919742584,0.5879574418067932,0.6794255375862122,48.0,12288.0,209.34215358784422,786432.0 +179.19,6.199999809265137,5089.0,0.006117825862020254,0.07220458984375,2.45926570892334,-0.006905503571033478,0.5591538548469543,0.6581707894802094,49.0,12544.0,212.56225667893887,802816.0 +148.44,5.800000190734863,4665.0,0.007078008260577917,0.0880330428481102,2.4012186527252197,-0.006570545956492424,0.5991655588150024,0.6814031600952148,50.0,12800.0,216.07487957878038,819200.0 +130.28,6.199999809265137,4882.0,0.00668817013502121,0.0814412459731102,2.4195492267608643,-0.00762329064309597,0.6350718140602112,0.7058377861976624,51.0,13056.0,219.43112982693128,835584.0 +135.56,6.199999809265137,4714.0,0.004967892076820135,0.05419921875,2.447476625442505,-0.0050202119164168835,0.5633566975593567,0.7352480590343475,52.0,13312.0,222.90728455479257,851968.0 +159.81,5.800000190734863,4618.0,0.00595131516456604,0.0710042342543602,2.4766805171966553,-0.006787343416363001,0.5035013556480408,0.7169709205627441,53.0,13568.0,226.45524447085336,868352.0 +164.05,5.800000190734863,4615.0,0.006838016211986542,0.0871175155043602,2.475935220718384,-0.007796129677444696,0.5041212439537048,0.7119708955287933,54.0,13824.0,230.00572345685214,884736.0 +125.2,6.099999904632568,4762.0,0.00576699199154973,0.06475830078125,2.443786382675171,-0.005926900077611208,0.6710403561592102,0.6958086788654327,55.0,14080.0,233.44647273793817,901120.0 +183.0,6.599999904632568,5020.0,0.006389069836586714,0.0772908553481102,2.4182541370391846,-0.005565021652728319,0.6670520901679993,0.7064612507820129,56.0,14336.0,236.7106709019281,917504.0 +117.96,6.300000190734863,4686.0,0.005377590656280518,0.0616861991584301,2.4300830364227295,-0.006296984851360321,0.49611696600914,0.7607647776603699,57.0,14592.0,240.2071815629024,933888.0 +154.01,6.199999809265137,4570.0,0.006744372192770243,0.0818684920668602,2.4196665287017822,-0.00594586506485939,0.4784453809261322,0.7234626710414886,58.0,14848.0,243.7937492679339,950272.0 +209.76,5.699999809265137,4752.0,0.005173067096620798,0.0545247383415699,2.4248058795928955,-0.004134782124310732,0.48674097657203674,0.710120439529419,59.0,15104.0,247.2419149489142,966656.0 +207.32,6.0,4726.0,0.0050509050488471985,0.0582478828728199,2.453944206237793,-0.007432920858263969,0.4795597493648529,0.6771921217441559,60.0,15360.0,250.70910042780451,983040.0 +221.34,6.199999809265137,4631.0,0.007102185394614935,0.0854085311293602,2.4442358016967773,-0.007748724892735481,0.4278152287006378,0.6882586479187012,61.0,15616.0,254.2472582787741,999424.0 +173.61,6.199999809265137,4685.0,0.008079087361693382,0.103515625,2.4193203449249268,-0.008108588866889477,0.5028871893882751,0.6951934993267059,62.0,15872.0,257.74483117391355,1015808.0 +113.92,6.699999809265137,4656.0,0.00576193118467927,0.0707600936293602,2.418635845184326,-0.005227813962846994,0.5303451418876648,0.7401712238788605,63.0,16128.0,261.26372874877416,1032192.0 +174.66,6.5,4753.0,0.005080427974462509,0.05828857421875,2.403031587600708,-0.005874228198081255,0.4389511048793793,0.76058129966259,64.0,16384.0,264.71106856688857,1048576.0 +199.14,5.699999809265137,4686.0,0.008448765613138676,0.112548828125,2.3691840171813965,-0.009286027401685715,0.4427845776081085,0.7777106016874313,65.0,16640.0,268.2076599919237,1064960.0 +175.1,5.599999904632568,4734.0,0.005564976017922163,0.0609537772834301,2.345367670059204,-0.00795748084783554,0.4116304814815521,0.7732131481170654,66.0,16896.0,271.66882284684107,1081344.0 +146.86,6.0,4674.0,0.0068549420684576035,0.0869547501206398,2.3291304111480713,-0.007720934227108955,0.42681729793548584,0.7785046249628067,67.0,17152.0,275.17477435595356,1097728.0 +159.46,6.0,4612.0,0.007997789420187473,0.1045735701918602,2.352684736251831,-0.008363519795238972,0.5235286355018616,0.7319310307502747,68.0,17408.0,278.727315279888,1114112.0 +190.41,5.900000095367432,4667.0,0.007730734068900347,0.1045125350356102,2.4104177951812744,-0.00958509836345911,0.3990907371044159,0.7455520629882812,69.0,17664.0,282.2381810718216,1130496.0 +131.15,6.099999904632568,4636.0,0.00659102713689208,0.0855509415268898,2.433826208114624,-0.007614886853843927,0.49817606806755066,0.7210724651813507,70.0,17920.0,285.7724876848515,1146880.0 +166.99,6.099999904632568,4798.0,0.006844066549092531,0.0894978865981102,2.4228923320770264,-0.00797793734818697,0.48819366097450256,0.6915888786315918,71.0,18176.0,289.18782194377854,1163264.0 +200.87,6.300000190734863,4715.0,0.009400674141943455,0.1326700896024704,2.401477098464966,-0.009409149177372456,0.3823659420013428,0.7299292087554932,72.0,18432.0,292.66374136391096,1179648.0 +188.93,6.199999809265137,4781.0,0.010945013724267483,0.15753173828125,2.391178846359253,-0.00723661296069622,0.4420355558395386,0.7361634373664856,73.0,18688.0,296.0907295558136,1196032.0 +157.55,5.599999904632568,4843.0,0.009254085831344128,0.1344401091337204,2.403276205062866,-0.007399581838399172,0.4163754880428314,0.7078573405742645,74.0,18944.0,299.47389272996224,1212416.0 +182.28,6.0,4662.0,0.008971092291176319,0.1275634765625,2.3959696292877197,-0.00926255527883768,0.33346855640411377,0.7785240858793259,75.0,19200.0,302.98929267097265,1228800.0 +223.91,5.800000190734863,4799.0,0.006485766265541315,0.0829264298081398,2.415412664413452,-0.006919312756508589,0.3536895513534546,0.735837310552597,76.0,19456.0,306.40336286090314,1245184.0 +170.34,5.5,4991.0,0.007862930186092854,0.1080729141831398,2.395901918411255,-0.009873631410300732,0.6375176906585693,0.6517671048641205,77.0,19712.0,309.68653673888184,1261568.0 +133.98,6.900000095367432,4755.0,0.008083243854343891,0.1104532852768898,2.3612310886383057,-0.009720459580421448,0.4178600311279297,0.7719072997570038,78.0,19968.0,313.1327293009963,1277952.0 +156.19,5.199999809265137,4931.0,0.004155678674578667,0.0358479805290699,2.3382785320281982,-0.00591488229110837,0.6230019927024841,0.7204149961471558,79.0,20224.0,316.45565171097405,1294336.0 +119.67,6.900000095367432,4675.0,0.007334701716899872,0.0915934219956398,2.3061575889587402,-0.008158210664987564,0.5033518075942993,0.7762420028448105,80.0,20480.0,319.9606909509748,1310720.0 +169.34,5.900000095367432,4725.0,0.0072206780314445496,0.0951944962143898,2.2905313968658447,-0.005137380678206682,0.4819556176662445,0.7649007588624954,81.0,20736.0,323.42908714781515,1327104.0 +219.14,6.199999809265137,4476.0,0.0066292486153542995,0.0799357071518898,2.326738119125366,-0.004392408765852451,0.25135770440101624,0.8572003692388535,82.0,20992.0,327.08979808492586,1343488.0 +172.56,5.400000095367432,4924.0,0.007824785076081753,0.1031290665268898,2.303295373916626,-0.008555195294320583,0.4321034252643585,0.7425778806209564,83.0,21248.0,330.4173529299442,1359872.0 +191.88,6.400000095367432,4669.0,0.008393860422074795,0.1173095703125,2.327148675918579,-0.006242866162210703,0.4014758765697479,0.7627628892660141,84.0,21504.0,333.9275716987904,1376256.0 +162.83,6.800000190734863,4588.0,0.0062415809370577335,0.0757853165268898,2.33154559135437,-0.005242851097136736,0.5733673572540283,0.715900719165802,85.0,21760.0,337.499283448793,1392640.0 +131.19,7.0,4771.0,0.008867939934134483,0.1239827498793602,2.330497980117798,-0.006750200409442186,0.43700265884399414,0.7266211807727814,86.0,22016.0,340.93402764899656,1409024.0 +167.83,6.699999809265137,4697.0,0.009176908060908318,0.1309611052274704,2.3503386974334717,-0.008812948130071163,0.42328181862831116,0.7220567166805267,87.0,22272.0,344.4223976198118,1425408.0 +155.45,5.199999809265137,4596.0,0.005673238541930914,0.0710856094956398,2.379042387008667,-0.007285745814442635,0.5883854031562805,0.6445556879043579,88.0,22528.0,347.9872556619812,1441792.0 +146.44,6.300000190734863,4754.0,0.007626039907336235,0.1056111678481102,2.340337038040161,-0.008813814260065556,0.42674073576927185,0.7263749539852142,89.0,22784.0,351.43381691677496,1458176.0 +159.06,6.0,4772.0,0.006033668760210276,0.0701497420668602,2.336277961730957,-0.006344776134938002,0.5110792517662048,0.6887179613113403,90.0,23040.0,354.8676956179552,1474560.0 +167.34,6.400000095367432,4939.0,0.007479369640350342,0.0973103865981102,2.3475396633148193,-0.002923463238403201,0.39491280913352966,0.7511915415525436,91.0,23296.0,358.185390726896,1490944.0 +147.72,6.400000095367432,4641.0,0.005415915045887232,0.0548095703125,2.3504109382629395,-0.0045198705047369,0.6163429617881775,0.6690638959407806,92.0,23552.0,361.7161050159484,1507328.0 +152.02,6.199999809265137,4519.0,0.004607018083333969,0.0435384102165699,2.301025629043579,-0.004346717614680529,0.5962594151496887,0.6755481660366058,93.0,23808.0,365.3420593428891,1523712.0 +147.43,6.099999904632568,4541.0,0.005810560658574104,0.05963134765625,2.3249313831329346,-0.004235502798110247,0.671745240688324,0.6314697563648224,94.0,24064.0,368.95078998291865,1540096.0 +155.46,6.199999809265137,4746.0,0.0054719168692827225,0.05938720703125,2.328112840652466,-0.00552087277173996,0.4653085172176361,0.7348144352436066,95.0,24320.0,372.4032775289379,1556480.0 +177.18,6.300000190734863,4694.0,0.0066010369919240475,0.08428955078125,2.308655023574829,-0.0066146538592875,0.4518416225910187,0.7419477105140686,96.0,24576.0,375.89506187592633,1572864.0 +188.26,5.699999809265137,4807.0,0.0057738348841667175,0.0685628280043602,2.295487880706787,-0.005458396393805742,0.4308708608150482,0.7348111271858215,97.0,24832.0,379.3035757499747,1589248.0 +144.16,7.0,4580.0,0.0049310363829135895,0.04632568359375,2.280439853668213,-0.004362861160188913,0.6404119729995728,0.6513890027999878,98.0,25088.0,382.8817286719568,1605632.0 +149.38,7.199999809265137,4585.0,0.005995412822812796,0.0748087540268898,2.2754945755004883,-0.005414027255028486,0.3978206217288971,0.6851145029067993,99.0,25344.0,386.4554113969207,1622016.0 +252.19,7.0,4791.0,0.005716648418456316,0.0659383162856102,2.284708261489868,-0.005980310961604118,0.33542200922966003,0.7379473745822906,100.0,25600.0,389.87585508078337,1638400.0 +208.59,6.800000190734863,4881.0,0.006510118488222361,0.0810953751206398,2.270392656326294,-0.005095924716442823,0.3248598873615265,0.7583190053701401,101.0,25856.0,393.23281252593733,1654784.0 +243.37,6.0,4633.0,0.005551659036427736,0.0621337890625,2.2620816230773926,-0.005036727525293827,0.5221670866012573,0.6771948933601379,102.0,26112.0,396.77247456181794,1671168.0 +186.08,6.300000190734863,4525.0,0.0056051514111459255,0.0670369490981102,2.2610063552856445,-0.005599277559667826,0.6524578928947449,0.6020845472812653,103.0,26368.0,400.39369880687445,1687552.0 +168.26,6.099999904632568,4817.0,0.004822838585823774,0.05145263671875,2.268771171569824,-0.005372252780944109,0.4847926199436188,0.6206108331680298,104.0,26624.0,403.7957508987747,1703936.0 +185.83,6.699999809265137,4651.0,0.006548382341861725,0.0854288712143898,2.3232803344726562,-0.006203528493642807,0.40709546208381653,0.6180451810359955,105.0,26880.0,407.3185642948374,1720320.0 +142.44,6.300000190734863,4823.0,0.007270898669958115,0.0955810546875,2.3030638694763184,-0.007264598738402128,0.5091564655303955,0.562929630279541,106.0,27136.0,410.7162962157745,1736704.0 +128.77,7.199999809265137,4886.0,0.006482801865786314,0.0854695662856102,2.260160207748413,-0.005891477223485708,0.52359539270401,0.5876021981239319,107.0,27392.0,414.06964421481825,1753088.0 +137.55,6.599999904632568,4938.0,0.007827277295291424,0.1049397811293602,2.2401387691497803,-0.005366354715079069,0.5140807628631592,0.6386644244194031,108.0,27648.0,417.3886320779566,1769472.0 +128.47,7.0,4850.0,0.006937850266695023,0.0896809920668602,2.2462687492370605,-0.004410860128700733,0.4099630117416382,0.6841208338737488,109.0,27904.0,420.76730824285187,1785856.0 +178.74,6.800000190734863,4843.0,0.005963351111859083,0.07208251953125,2.2721049785614014,-0.005073193460702896,0.3882049024105072,0.7033529877662659,110.0,28160.0,424.1508381359745,1802240.0 +156.63,6.199999809265137,4771.0,0.00572219816967845,0.06219482421875,2.274334669113159,-0.005684787407517433,0.527692973613739,0.6198878884315491,111.0,28416.0,427.5854211279657,1818624.0 +154.39,6.699999809265137,4652.0,0.004564977716654539,0.0499064140021801,2.2855632305145264,-0.00453518470749259,0.43685224652290344,0.67115119099617,112.0,28672.0,431.10789986583404,1835008.0 +210.87,6.400000095367432,4740.0,0.005234740674495697,0.0535685233771801,2.3096303939819336,-0.005095870234072208,0.5551303029060364,0.5529986619949341,113.0,28928.0,434.5648886777926,1851392.0 +170.36,6.199999809265137,4733.0,0.005776426289230585,0.06207275390625,2.2579457759857178,-0.005039918702095747,0.5974173545837402,0.5700162947177887,114.0,29184.0,438.0267241438851,1867776.0 +115.17,6.800000190734863,4890.0,0.006007576361298561,0.0739949569106102,2.2374374866485596,-0.005602046847343445,0.49202001094818115,0.6259235739707947,115.0,29440.0,441.37745755095966,1884160.0 +188.1,6.5,4821.0,0.006779660005122423,0.0831705704331398,2.228955030441284,-0.0041839731857180595,0.5178549289703369,0.5682677030563354,116.0,29696.0,444.7768306888174,1900544.0 +96.93,6.099999904632568,4587.0,0.006066535133868456,0.0725504532456398,2.231961965560913,-0.0054700118489563465,0.5287662148475647,0.5875192582607269,117.0,29952.0,448.3490460088942,1916928.0 +213.97,6.099999904632568,4674.0,0.005451342556625605,0.0653279647231102,2.2323949337005615,-0.004452826455235481,0.53206866979599,0.576013058423996,118.0,30208.0,451.8544341439847,1933312.0 +192.55,5.900000095367432,4928.0,0.006808290258049965,0.0900065079331398,2.2831828594207764,-0.005635607521981001,0.6189306974411011,0.4411742091178894,119.0,30464.0,455.1796304457821,1949696.0 +153.89,6.099999904632568,4859.0,0.006822893861681223,0.0855306014418602,2.3247909545898438,-0.004755562637001276,0.38277411460876465,0.5865346193313599,120.0,30720.0,458.5515791529324,1966080.0 +186.06,6.199999809265137,4858.0,0.004999436903744936,0.0504964180290699,2.316239356994629,-0.004640521481633186,0.38097235560417175,0.6040333807468414,121.0,30976.0,461.924309970811,1982464.0 +203.47,6.300000190734863,4844.0,0.005753217730671167,0.0685831680893898,2.2857139110565186,-0.004808252211660147,0.6313197016716003,0.41777122020721436,122.0,31232.0,465.30711184698157,1998848.0 +167.7,5.900000095367432,4776.0,0.0045849597081542015,0.0482177734375,2.2495641708374023,-0.00557995168492198,0.6087946891784668,0.47329801321029663,123.0,31488.0,468.73809767584316,2015232.0 +173.11,6.199999809265137,4797.0,0.006598733365535736,0.0759073868393898,2.2625443935394287,-0.005715843755751848,0.4001499116420746,0.5755790174007416,124.0,31744.0,472.1540224798955,2031616.0 +129.25,6.800000190734863,4596.0,0.004732592962682247,0.0489501953125,2.246234178543091,-0.004593492951244116,0.5605412125587463,0.5709223747253418,125.0,32000.0,475.7191543939989,2048000.0 +142.29,6.300000190734863,4707.0,0.004733660724014044,0.0545857734978199,2.2884767055511475,-0.004582385532557964,0.6998929381370544,0.4892241358757019,126.0,32256.0,479.20009926799685,2064384.0 +154.32,6.699999809265137,4662.0,0.0061891768127679825,0.0837605819106102,2.2944161891937256,-0.005418424028903246,0.6948978900909424,0.4754849672317505,127.0,32512.0,482.71506592980586,2080768.0 +113.95,6.699999809265137,4780.0,0.005045562982559204,0.0501505546271801,2.2837636470794678,-0.005377066787332296,0.5112029910087585,0.5683558881282806,128.0,32768.0,486.1435124077834,2097152.0 +173.03,5.699999809265137,4934.0,0.006426884327083826,0.0811360701918602,2.286410093307495,-0.005716180428862572,0.5315229892730713,0.5011167228221893,129.0,33024.0,489.46469125384465,2113536.0 +180.89,6.199999809265137,4754.0,0.006729498505592346,0.08148193359375,2.2849626541137695,-0.00624831160530448,0.49320685863494873,0.5071976780891418,130.0,33280.0,492.91190414479934,2129920.0 +177.97,6.5,4707.0,0.007733955979347229,0.11260986328125,2.2421696186065674,-0.005147674586623907,0.5225117802619934,0.4962824583053589,131.0,33536.0,496.3931358677801,2146304.0 +156.71,7.199999809265137,4775.0,0.006600255612283945,0.0842488631606102,2.2579548358917236,-0.005691212136298418,0.47698187828063965,0.5334353446960449,132.0,33792.0,499.8246926809661,2162688.0 +136.52,6.099999904632568,4970.0,0.007572379428893328,0.1002197265625,2.308619499206543,-0.005696920678019524,0.6788270473480225,0.4434746503829956,133.0,34048.0,503.121763890842,2179072.0 +166.83,6.099999904632568,4705.0,0.007901913486421108,0.1091512069106102,2.3067915439605713,-0.0063334922306239605,0.5192975997924805,0.5308050513267517,134.0,34304.0,506.60509166680276,2195456.0 +179.32,6.0,4706.0,0.00612929230555892,0.0724690780043602,2.302426338195801,-0.004795317072421312,0.514631450176239,0.5615084171295166,135.0,34560.0,510.08683394198306,2211840.0 +171.65,5.5,4675.0,0.01038988959044218,0.1617024689912796,2.287672281265259,-0.00303641427308321,0.4686272144317627,0.6149464547634125,136.0,34816.0,513.5917610859033,2228224.0 +226.44,6.400000095367432,4765.0,0.007826381362974644,0.1042887344956398,2.2709100246429443,-0.0038590708281844854,0.6354827284812927,0.5195169746875763,137.0,35072.0,517.0324516848195,2244608.0 +200.63,6.5,4750.0,0.00634176516905427,0.08233642578125,2.2652409076690674,-0.004745954181998968,0.413720965385437,0.6422742307186127,138.0,35328.0,520.4822549689561,2260992.0 +168.59,6.900000095367432,4833.0,0.006935073062777519,0.0854085311293602,2.296898603439331,-0.004318034742027521,0.5568724274635315,0.5934638679027557,139.0,35584.0,523.8726777068805,2277376.0 +132.86,6.300000190734863,4881.0,0.006113447714596987,0.07861328125,2.3318450450897217,-0.00558486208319664,0.6651490330696106,0.5340799689292908,140.0,35840.0,527.2300960049033,2293760.0 +160.25,6.599999904632568,4873.0,0.005821550730615854,0.0768636092543602,2.3094065189361572,-0.005751725286245346,0.5420262813568115,0.6218800246715546,141.0,36096.0,530.5925952999387,2310144.0 +151.91,6.800000190734863,4670.0,0.00562996556982398,0.0674031600356102,2.327249050140381,-0.0060387239791452885,0.4527697265148163,0.6332313120365143,142.0,36352.0,534.101168067893,2326528.0 +213.23,6.099999904632568,5027.0,0.005977569613605738,0.07763671875,2.323096990585327,-0.005204986315220594,0.4528161585330963,0.626133382320404,143.0,36608.0,537.3609228448477,2342912.0 +140.42,7.699999809265137,4688.0,0.008460793644189835,0.1204833984375,2.309048652648926,-0.0040778531692922115,0.32543298602104187,0.6765722334384918,144.0,36864.0,540.8558782569598,2359296.0 +185.74,6.300000190734863,4648.0,0.005673790816217661,0.0648396834731102,2.316096544265747,-0.0054923188872635365,0.5530574917793274,0.5869583487510681,145.0,37120.0,544.3811402698047,2375680.0 +135.17,6.800000190734863,4797.0,0.007042634766548872,0.09393310546875,2.2593185901641846,-0.005329539533704519,0.6541972756385803,0.5327973067760468,146.0,37376.0,547.7967700578738,2392064.0 +147.48,6.5,4786.0,0.006175544578582048,0.0674235001206398,2.3020687103271484,-0.00352383847348392,0.31353887915611267,0.6888615190982819,147.0,37632.0,551.2202119638678,2408448.0 +163.86,6.599999904632568,4864.0,0.009133723564445972,0.1309407502412796,2.2737114429473877,-0.005383126903325319,0.4557454586029053,0.6097662448883057,148.0,37888.0,554.5890748498496,2424832.0 +214.49,5.800000190734863,4745.0,0.006601768080145121,0.0888671875,2.294936180114746,-0.004665205720812082,0.744009792804718,0.4484637379646301,149.0,38144.0,558.0422057919204,2441216.0 +168.06,6.5,4910.0,0.008541098795831203,0.1045939102768898,2.24180006980896,-0.003990492317825556,0.5241014361381531,0.5016202032566071,150.0,38400.0,561.3793745629955,2457600.0 +167.54,6.699999809265137,4734.0,0.009589498862624168,0.1365763396024704,2.235759973526001,-0.003918170928955078,0.5110037326812744,0.5043243169784546,151.0,38656.0,564.8405204298906,2473984.0 +164.87,6.5,4754.0,0.008357340469956398,0.1104939803481102,2.2635505199432373,-0.006417892873287201,0.5077950358390808,0.5146623849868774,152.0,38912.0,568.2875708118081,2490368.0 +219.47,5.800000190734863,4885.0,0.006860640365630388,0.091796875,2.249199867248535,-0.004126338288187981,0.7939607501029968,0.3697608709335327,153.0,39168.0,571.6421451929491,2506752.0 +123.88,6.300000190734863,4825.0,0.008677966892719269,0.1253458708524704,2.240478992462158,-0.007567399647086859,0.49795106053352356,0.4371761083602905,154.0,39424.0,575.0383549928665,2523136.0 +170.93,5.699999809265137,4822.0,0.009101605042815208,0.13336181640625,2.280625104904175,-0.004797879606485367,0.5572177767753601,0.3900373578071594,155.0,39680.0,578.4365804027766,2539520.0 +228.8,6.400000095367432,4620.0,0.006670250091701746,0.0858357772231102,2.248908042907715,-0.005074213724583387,0.4906115233898163,0.5040430426597595,156.0,39936.0,581.9834597078152,2555904.0 +104.56,6.900000095367432,4683.0,0.005480076652020216,0.0667724609375,2.1996872425079346,-0.005160290747880936,0.6091311573982239,0.4678577780723572,157.0,40192.0,585.4826179649681,2572288.0 +141.13,6.800000190734863,4625.0,0.007559474557638168,0.09918212890625,2.2114932537078857,-0.00595847750082612,0.5151148438453674,0.5309495031833649,158.0,40448.0,589.0251764808781,2588672.0 +156.63,7.0,4762.0,0.009738839231431484,0.14056396484375,2.2011570930480957,-0.006264211144298315,0.5787551999092102,0.47082769870758057,159.0,40704.0,592.4661915379111,2605056.0 +158.63,6.5,4552.0,0.007598314434289932,0.1003214493393898,2.250483274459839,-0.007175916340202093,0.5400415658950806,0.4724857807159424,160.0,40960.0,596.066496407846,2621440.0 +162.93,5.900000095367432,4726.0,0.010652966797351837,0.1659138947725296,2.255937337875366,-0.00392795680090785,0.5479941964149475,0.48653489351272583,161.0,41216.0,599.5338673319202,2637824.0 +113.57,7.300000190734863,4644.0,0.006179261952638626,0.0763142928481102,2.2689037322998047,-0.005213931668549776,0.3824172019958496,0.6049244105815887,162.0,41472.0,603.0624828019645,2654208.0 +184.37,6.099999904632568,4772.0,0.006523491349071264,0.0860188826918602,2.25888729095459,-0.004425534047186375,0.5278298258781433,0.527971625328064,163.0,41728.0,606.4970461109187,2670592.0 +217.03,6.199999809265137,4723.0,0.005870100576430559,0.0697021484375,2.24764084815979,-0.00479990616440773,0.5933353900909424,0.488290011882782,164.0,41984.0,609.9664143989794,2686976.0 +146.88,6.800000190734863,4767.0,0.0061907838098704815,0.0747884139418602,2.2291905879974365,-0.0058411904610693455,0.5802817344665527,0.48946046829223633,165.0,42240.0,613.4045124698896,2703360.0 +138.48,6.900000095367432,4783.0,0.006990466266870499,0.09417724609375,2.267969846725464,-0.006476689130067825,0.4376061260700226,0.5607833862304688,166.0,42496.0,616.8300673707854,2719744.0 +199.3,6.800000190734863,4575.0,0.00776185467839241,0.1095987930893898,2.20790696144104,-0.0056859697215259075,0.40589073300361633,0.6015884578227997,167.0,42752.0,620.4118010909297,2736128.0 +218.96,6.0,4662.0,0.008817416615784168,0.1239420548081398,2.1982758045196533,-0.005558785051107407,0.5433501601219177,0.5337831079959869,168.0,43008.0,623.9264234500006,2752512.0 +179.96,5.900000095367432,4745.0,0.008724036626517773,0.1286824494600296,2.2036335468292236,-0.0057579814456403255,0.5716592669487,0.5204942226409912,169.0,43264.0,627.3795500039123,2768896.0 +124.47,6.699999809265137,4826.0,0.011632278561592102,0.1744384765625,2.190934896469116,-0.006466628983616829,0.7630155682563782,0.42872047424316406,170.0,43520.0,630.7749303837772,2785280.0 +141.11,5.5,4665.0,0.00888975989073515,0.1290486603975296,2.2557249069213867,-0.005801996681839228,0.6132879853248596,0.5258177816867828,171.0,43776.0,634.287601777818,2801664.0 +130.21,6.5,4960.0,0.0066438536159694195,0.0816853865981102,2.262075185775757,-0.005074649583548307,0.49882352352142334,0.5438997745513916,172.0,44032.0,637.5911111198366,2818048.0 +142.24,6.800000190734863,4626.0,0.005884819198399782,0.0697428360581398,2.266836166381836,-0.005358239635825157,0.3930710554122925,0.5955850183963776,173.0,44288.0,641.1334382258356,2834432.0 +147.07,6.300000190734863,4790.0,0.005018286872655153,0.0524495430290699,2.216560125350952,-0.004897029604762793,0.6536247134208679,0.48342663049697876,174.0,44544.0,644.5544370799325,2850816.0 +186.51,5.599999904632568,4761.0,0.005241324659436941,0.0589396171271801,2.210839033126831,-0.0054115839302539825,0.8978238105773926,0.4414750933647156,175.0,44800.0,647.9958725869656,2867200.0 +162.87,6.699999809265137,4768.0,0.005855793133378029,0.0703938826918602,2.1919119358062744,-0.00517299585044384,0.5846444964408875,0.5443755984306335,176.0,45056.0,651.4323446908966,2883584.0 +172.59,6.599999904632568,4620.0,0.006431471090763807,0.08245849609375,2.20621657371521,-0.005076333414763212,0.474016934633255,0.4966279864311218,177.0,45312.0,654.9790829077829,2899968.0 +172.94,7.400000095367432,4816.0,0.007329879328608513,0.0988566055893898,2.195638656616211,-0.004411885980516672,0.3030116558074951,0.5335306227207184,178.0,45568.0,658.3814250079449,2916352.0 +184.88,6.300000190734863,4717.0,0.0053589134477078915,0.06243896484375,2.2064554691314697,-0.004491882398724556,0.6301425695419312,0.3925798535346985,179.0,45824.0,661.8548859409057,2932736.0 +174.64,6.800000190734863,4712.0,0.00828630942851305,0.1156819686293602,2.1947357654571533,-0.004578223451972008,0.598700761795044,0.3589223027229309,180.0,46080.0,665.3326707088854,2949120.0 +173.73,6.099999904632568,4921.0,0.006155079230666161,0.0759073868393898,2.2501819133758545,-0.00546787865459919,0.7336038947105408,0.35341161489486694,181.0,46336.0,668.6623960928991,2965504.0 +114.06,6.400000095367432,4897.0,0.006465832237154245,0.08319091796875,2.276332378387451,-0.005754352081567049,0.376377135515213,0.559499055147171,182.0,46592.0,672.0082858738024,2981888.0 +173.99,6.199999809265137,4753.0,0.006098006386309862,0.07568359375,2.2744340896606445,-0.005136905703693628,0.6272537708282471,0.4207031726837158,183.0,46848.0,675.4556217489298,2998272.0 +196.38,6.300000190734863,4754.0,0.007833546958863735,0.10870361328125,2.306504487991333,-0.004352304618805647,0.5692412257194519,0.4909828305244446,184.0,47104.0,678.9023016649298,3014656.0 +171.94,6.300000190734863,4807.0,0.007460667286068201,0.0977783203125,2.2700846195220947,-0.00387430633418262,0.6242795586585999,0.398404598236084,185.0,47360.0,682.311364774825,3031040.0 +145.42,6.699999809265137,4649.0,0.006368662696331739,0.08380126953125,2.280900716781616,-0.005917923990637064,0.8118414282798767,0.34271955490112305,186.0,47616.0,685.8358098629396,3047424.0 +203.52,6.5,4736.0,0.006482584867626429,0.08355712890625,2.3229596614837646,-0.0050662909634411335,0.613896369934082,0.38737404346466064,187.0,47872.0,689.2953047859482,3063808.0 +124.35,6.699999809265137,4912.0,0.00730174221098423,0.0972086563706398,2.324730396270752,-0.005437884014099836,0.5145176649093628,0.4775846600532532,188.0,48128.0,692.6314270638395,3080192.0 +184.69,6.400000095367432,4653.0,0.006740896496921778,0.0863240584731102,2.3356668949127197,-0.004192807245999575,0.5034189820289612,0.386715292930603,189.0,48384.0,696.1535769097973,3096576.0 +202.33,5.900000095367432,4965.0,0.009538018144667149,0.1422932893037796,2.3333466053009033,-0.0038029493298381567,0.5684812664985657,0.3899471163749695,190.0,48640.0,699.4540744358674,3112960.0 +241.42,6.199999809265137,4721.0,0.009822745807468891,0.1451822966337204,2.2597997188568115,-0.005110510159283876,0.57412189245224,0.4157932996749878,191.0,48896.0,702.925566268852,3129344.0 +153.02,6.599999904632568,5005.0,0.009228244423866272,0.1326090544462204,2.2719528675079346,-0.004959925543516874,0.5823614001274109,0.43017202615737915,192.0,49152.0,706.1997811868787,3145728.0 +173.77,6.800000190734863,4612.0,0.006429012399166822,0.07769775390625,2.2371366024017334,-0.0031772544607520103,0.7237668633460999,0.38124603033065796,193.0,49408.0,709.752746844897,3162112.0 +161.84,5.900000095367432,4832.0,0.008155066519975662,0.1152140274643898,2.297642469406128,-0.0063902768306434155,0.6064177751541138,0.46991002559661865,194.0,49664.0,713.1436790539883,3178496.0 +196.87,6.300000190734863,4477.0,0.00553941959515214,0.0625406876206398,2.26015567779541,-0.004508694168180227,0.5485168099403381,0.5528498589992523,195.0,49920.0,716.8035441627726,3194880.0 +140.7,6.900000095367432,4638.0,0.006149845197796822,0.0725504532456398,2.2680256366729736,-0.006645106244832277,0.393400639295578,0.6500313580036163,196.0,50176.0,720.3362027839758,3211264.0 +241.59,5.900000095367432,4725.0,0.00782252661883831,0.1113688126206398,2.262507677078247,-0.005761684849858284,0.5046528577804565,0.538872480392456,197.0,50432.0,723.8043415697757,3227648.0 +188.2,6.699999809265137,4775.0,0.006299095693975687,0.07550048828125,2.2496535778045654,-0.005257897078990936,0.46440815925598145,0.5672004520893097,198.0,50688.0,727.2360052759759,3244032.0 +175.64,6.900000095367432,4864.0,0.007054779678583145,0.0920206680893898,2.232546329498291,-0.005258379504084587,0.4686853587627411,0.5115821957588196,199.0,50944.0,730.6049632318318,3260416.0 +160.75,6.300000190734863,4626.0,0.007575638592243195,0.10333251953125,2.254683494567871,-0.0059590935707092285,0.5561359524726868,0.4832204580307007,200.0,51200.0,734.1470754588954,3276800.0 +205.99,6.0,4553.0,0.007724849507212639,0.1082967147231102,2.2384040355682373,-0.0033260753843933344,0.5350160002708435,0.45782148838043213,201.0,51456.0,737.7460089367814,3293184.0 +171.02,6.599999904632568,4777.0,0.007446694653481245,0.1029256209731102,2.275968313217163,-0.0036573114339262247,0.47516438364982605,0.4896641969680786,202.0,51712.0,741.1758793878835,3309568.0 +221.2,5.900000095367432,4790.0,0.008720080368220806,0.1241455078125,2.3225810527801514,-0.005344145465642214,0.4226613938808441,0.45515722036361694,203.0,51968.0,744.5964881679974,3325952.0 +216.6,5.5,4646.0,0.007830330170691013,0.10430908203125,2.2529876232147217,-0.0053355577401816845,0.5408695340156555,0.40009039640426636,204.0,52224.0,748.1229525317904,3342336.0 +228.38,5.800000190734863,4761.0,0.007589900400489569,0.09771728515625,2.2677948474884033,-0.004998873919248581,0.49087414145469666,0.3541545867919922,205.0,52480.0,751.5646178368479,3358720.0 +216.89,6.0,4824.0,0.008985218591988087,0.1279500275850296,2.2411653995513916,-0.005094012711197138,0.42766180634498596,0.4721912145614624,206.0,52736.0,754.9613387507852,3375104.0 +207.6,6.800000190734863,5116.0,0.007346665021032095,0.0956624373793602,2.2356417179107666,-0.005879327654838562,0.32685449719429016,0.5398004353046417,207.0,52992.0,758.1643459668849,3391488.0 +205.44,6.5,4660.0,0.0070992689579725266,0.0956014022231102,2.24768328666687,-0.006404809653759003,0.42080917954444885,0.4820061922073364,208.0,53248.0,761.6806470728479,3407872.0 +226.64,5.900000095367432,4855.0,0.007778352126479149,0.1041463240981102,2.2656590938568115,-0.005419634282588959,0.4717470109462738,0.47800958156585693,209.0,53504.0,765.0560288438573,3424256.0 +208.76,7.199999809265137,4799.0,0.00920245423913002,0.12603759765625,2.2477662563323975,-0.005782548803836107,0.4961536228656769,0.5125868320465088,210.0,53760.0,768.4707626348827,3440640.0 +119.53,6.599999904632568,4898.0,0.010711412876844406,0.1522420197725296,2.226144552230835,-0.004731607157737017,0.5337369441986084,0.47481757402420044,211.0,54016.0,771.816014069831,3457024.0 +189.69,6.199999809265137,4704.0,0.00936043355613947,0.1369221955537796,2.288477897644043,-0.006629581097513437,0.5727680325508118,0.4843738079071045,212.0,54272.0,775.2993220279459,3473408.0 +193.12,6.5,4639.0,0.007946130819618702,0.1089884415268898,2.279341459274292,-0.005275128409266472,0.5781581997871399,0.5325506925582886,213.0,54528.0,778.8313365818467,3489792.0 +132.67,6.699999809265137,4585.0,0.006913270801305771,0.09332275390625,2.273352861404419,-0.006828953977674246,0.452451229095459,0.5443633496761322,214.0,54784.0,782.4047914838884,3506176.0 +192.47,5.800000190734863,4747.0,0.005225434899330139,0.0562947578728199,2.3077142238616943,-0.006494523491710424,0.4956437051296234,0.5580825209617615,215.0,55040.0,785.8568286627997,3522560.0 +149.97,6.0,4624.0,0.005178370978683233,0.0586140938103199,2.3035190105438232,-0.006967225577682257,0.5168846845626831,0.5196087658405304,216.0,55296.0,789.4007165317889,3538944.0 +252.99,5.400000095367432,4711.0,0.009092357940971851,0.1287434846162796,2.3145651817321777,-0.006070276256650686,0.5477395057678223,0.44875532388687134,217.0,55552.0,792.8788005698007,3555328.0 +230.42,6.400000095367432,4724.0,0.009166012518107891,0.1303914338350296,2.312771797180176,-0.005815060343593359,0.4545927941799164,0.5014680922031403,218.0,55808.0,796.3481212968472,3571712.0 +192.0,6.800000190734863,4584.0,0.007296942640095949,0.09759521484375,2.3379037380218506,-0.007434155326336622,0.37425026297569275,0.5354482233524323,219.0,56064.0,799.9229135059286,3588096.0 +190.93,6.599999904632568,4704.0,0.008419638499617577,0.1243896484375,2.342773675918579,-0.006066067144274712,0.5080676674842834,0.5064147114753723,220.0,56320.0,803.4065153137781,3604480.0 +198.41,6.5,4715.0,0.006687754765152931,0.0870768204331398,2.334674596786499,-0.005800278391689062,0.5077465176582336,0.4644497036933899,221.0,56576.0,806.8819137869868,3620864.0 +178.92,7.599999904632568,4756.0,0.007381873670965433,0.0955403670668602,2.306816339492798,-0.00511925807222724,0.3370988070964813,0.5968011617660522,222.0,56832.0,810.3268875528593,3637248.0 +169.63,6.099999904632568,4682.0,0.008275811560451984,0.1160685196518898,2.3137099742889404,-0.005005500745028257,0.5226940512657166,0.4283863306045532,223.0,57088.0,813.8269279289525,3653632.0 +157.29,6.699999809265137,4600.0,0.005516795441508293,0.0645955428481102,2.2900078296661377,-0.006486035883426666,0.5414206385612488,0.47367173433303833,224.0,57344.0,817.3889286657795,3670016.0 +175.64,6.199999809265137,4577.0,0.0057364050298929214,0.0723470076918602,2.3196375370025635,-0.005952531471848488,0.5353086590766907,0.5502346456050873,225.0,57600.0,820.9686212979723,3686400.0 +156.68,7.099999904632568,4535.0,0.005633882712572813,0.0667724609375,2.3077871799468994,-0.006579196080565453,0.43622592091560364,0.588331788778305,226.0,57856.0,824.5814746078104,3702784.0 +138.64,6.599999904632568,4729.0,0.006515795364975929,0.08001708984375,2.3167309761047363,-0.006031472235918045,0.5840631723403931,0.4982377290725708,227.0,58112.0,828.0468032418285,3719168.0 +193.42,6.5,4596.0,0.005740578752011061,0.0680745467543602,2.3005216121673584,-0.006521830800920725,0.5611230731010437,0.5083202421665192,228.0,58368.0,831.6117999039125,3735552.0 +126.0,6.599999904632568,4624.0,0.0079795578494668,0.1077677384018898,2.3222177028656006,-0.005880516022443771,0.5130204558372498,0.5060589015483856,229.0,58624.0,835.1555122579448,3751936.0 +105.48,6.699999809265137,4745.0,0.008929125033318996,0.1236572265625,2.3007566928863525,-0.0063909622840583324,0.4645320475101471,0.5494624972343445,230.0,58880.0,838.6088166909758,3768320.0 +166.14,6.0,4659.0,0.006559970322996378,0.0824991837143898,2.303880453109741,-0.004666134249418974,0.599615752696991,0.47671693563461304,231.0,59136.0,842.1257004309446,3784704.0 +164.53,5.599999904632568,4620.0,0.006633363664150238,0.084228515625,2.2442262172698975,-0.0074232653714716434,0.5513641238212585,0.5597292482852936,232.0,59392.0,845.6719968328252,3801088.0 +176.35,7.300000190734863,4847.0,0.00869522150605917,0.1245320662856102,2.234786033630371,-0.008303082548081875,0.27989786863327026,0.6882179379463196,233.0,59648.0,849.0523054827936,3817472.0 +157.28,6.300000190734863,4561.0,0.008489142172038555,0.1157430037856102,2.2394747734069824,-0.0063433037139475346,0.483644038438797,0.5059298872947693,234.0,59904.0,852.6446502627805,3833856.0 +184.98,6.699999809265137,4616.0,0.004817777778953314,0.0511678047478199,2.24575138092041,-0.004850433673709631,0.5379828214645386,0.5234139859676361,235.0,60160.0,856.1944513518829,3850240.0 +161.77,6.199999809265137,4760.0,0.006214506458491087,0.0772908553481102,2.2456700801849365,-0.006868533790111542,0.5265808701515198,0.5671903192996979,236.0,60416.0,859.6367404907942,3866624.0 +173.47,7.099999904632568,4647.0,0.00797641184180975,0.1107584610581398,2.2645604610443115,-0.007191608194261789,0.38672709465026855,0.608299046754837,237.0,60672.0,863.1625630788039,3883008.0 +150.81,6.900000095367432,4857.0,0.008119989186525345,0.1107584610581398,2.2372169494628906,-0.007408592384308577,0.6695360541343689,0.4629591703414917,238.0,60928.0,866.5365277328528,3899392.0 +84.12,7.0,4760.0,0.009700794704258442,0.1325276643037796,2.2623085975646973,-0.0027159845922142267,0.4777734577655792,0.48034048080444336,239.0,61184.0,869.9789226828143,3915776.0 +198.72,6.5,4702.0,0.007518595550209284,0.10186767578125,2.2376859188079834,-0.0063502672128379345,0.5945544838905334,0.446957528591156,240.0,61440.0,873.4641969928052,3932160.0 +155.69,6.900000095367432,4768.0,0.007036382332444191,0.0936279296875,2.1960296630859375,-0.006578465458005667,0.4699670970439911,0.5369948446750641,241.0,61696.0,876.9009762839414,3948544.0 +164.45,6.5,4698.0,0.009922723285853863,0.1385091096162796,2.2638003826141357,-0.00815099012106657,0.5002143383026123,0.45421719551086426,242.0,61952.0,880.3885842498858,3964928.0 +180.48,6.199999809265137,4764.0,0.010621105320751667,0.15087890625,2.2694091796875,-0.005023340228945017,0.528987467288971,0.45656734704971313,243.0,62208.0,883.828124210937,3981312.0 +165.57,6.800000190734863,4623.0,0.010252519510686398,0.14398193359375,2.281214475631714,-0.005351391155272722,0.3955250680446625,0.4637226462364197,244.0,62464.0,887.3725866198074,3997696.0 +199.1,5.5,4794.0,0.009236760437488556,0.1253865510225296,2.2598369121551514,-0.005133364349603653,0.5484148859977722,0.44538116455078125,245.0,62720.0,890.790338982828,4014080.0 +203.78,6.900000095367432,4513.0,0.00853803288191557,0.11474609375,2.2565243244171143,-0.006479097995907068,0.4231223165988922,0.4478462338447571,246.0,62976.0,894.4213071749546,4030464.0 +209.18,5.699999809265137,4690.0,0.00914681050926447,0.1261800080537796,2.227370023727417,-0.0047722007147967815,0.5337926745414734,0.46258682012557983,247.0,63232.0,897.9173193508759,4046848.0 +163.16,6.900000095367432,4796.0,0.007944109849631786,0.10736083984375,2.2240636348724365,-0.004942556843161583,0.5318363904953003,0.4950229525566101,248.0,63488.0,901.3341674020048,4063232.0 +163.59,7.300000190734863,4867.0,0.008825300261378288,0.12335205078125,2.226160764694214,-0.006045123562216759,0.4775232970714569,0.5833143293857574,249.0,63744.0,904.7005896358751,4079616.0 +144.55,5.900000095367432,4738.0,0.0078078159131109715,0.1028849259018898,2.2549407482147217,-0.006072448566555977,0.44465139508247375,0.5828055143356323,250.0,64000.0,908.1587859999854,4096000.0 +147.92,7.199999809265137,4670.0,0.009716231375932693,0.143310546875,2.2671735286712646,-0.004930400755256414,0.4803527891635895,0.5956028401851654,251.0,64256.0,911.6673871388193,4112384.0 +146.01,6.699999809265137,4642.0,0.005939289927482605,0.0671590194106102,2.273982286453247,-0.007010457571595907,0.4815950095653534,0.5818506181240082,252.0,64512.0,915.197302664863,4128768.0 +210.38,5.900000095367432,4626.0,0.005076856818050146,0.0548909492790699,2.259101629257202,-0.006387599278241396,0.5425238609313965,0.5933873951435089,253.0,64768.0,918.739510267973,4145152.0 +147.22,7.099999904632568,4993.0,0.006334954872727394,0.0774943009018898,2.2502994537353516,-0.006609903648495674,0.41370296478271484,0.6394033133983612,254.0,65024.0,922.0210945778526,4161536.0 +151.59,6.800000190734863,4815.0,0.008171419613063335,0.1172688826918602,2.27820086479187,-0.007955476641654968,0.363732248544693,0.6415130794048309,255.0,65280.0,925.4241733469535,4177920.0 +176.94,6.5,4679.0,0.009726745076477528,0.1371053010225296,2.282754898071289,-0.004912038333714008,0.4568032920360565,0.5945549607276917,256.0,65536.0,928.9261954228859,4194304.0 +211.8,6.599999904632568,4673.0,0.008043298497796059,0.1086018905043602,2.281053066253662,-0.006005685776472092,0.43339213728904724,0.618156909942627,257.0,65792.0,932.4325541099533,4210688.0 +225.73,6.199999809265137,4714.0,0.007513377815485001,0.0985921248793602,2.2914884090423584,-0.007419122848659754,0.4666942059993744,0.6181014776229858,258.0,66048.0,935.908844995778,4227072.0 +131.48,7.099999904632568,5044.0,0.0071349903009831905,0.0956217423081398,2.2701826095581055,-0.006061602383852005,0.4192620813846588,0.6717185080051422,259.0,66304.0,939.157370855799,4243456.0 +177.4,6.800000190734863,4873.0,0.006923868786543608,0.0878499373793602,2.2825934886932373,-0.006875758990645409,0.34710609912872314,0.6807248890399933,260.0,66560.0,942.5197155219503,4259840.0 +157.61,7.199999809265137,4613.0,0.00928379688411951,0.1324462890625,2.27846360206604,-0.009260994382202625,0.5574001669883728,0.6262822449207306,261.0,66816.0,946.072105463827,4276224.0 +114.71,7.099999904632568,4869.0,0.008299916051328182,0.11419677734375,2.264883041381836,-0.008512620814144611,0.5881538987159729,0.6029342412948608,262.0,67072.0,949.4376705049071,4292608.0 +123.18,7.199999809265137,4597.0,0.007024879101663828,0.0868326798081398,2.325296401977539,-0.0060828328132629395,0.3142496347427368,0.7042579650878906,263.0,67328.0,953.0018594949506,4308992.0 +150.99,6.5,4706.0,0.008484055288136005,0.1164754256606102,2.3226568698883057,-0.007748052943497896,0.344122052192688,0.687190055847168,264.0,67584.0,956.4841263447888,4325376.0 +207.38,6.5,4568.0,0.009612123481929302,0.1335856169462204,2.345792770385742,-0.007768839597702026,0.4016762971878052,0.6516510248184204,265.0,67840.0,960.0711297588423,4341760.0 +208.15,6.099999904632568,4547.0,0.009194554761052132,0.1318155974149704,2.3048901557922363,-0.005771073047071695,0.5111115574836731,0.5893229246139526,266.0,68096.0,963.6750570449512,4358144.0 +177.17,6.699999809265137,4821.0,0.006486472208052874,0.0806681290268898,2.2798986434936523,-0.007006796542555094,0.38398638367652893,0.6514094769954681,267.0,68352.0,967.0744681758806,4374528.0 +152.79,6.900000095367432,4734.0,0.005954395979642868,0.07073974609375,2.217724561691284,-0.006651113275438547,0.4991566240787506,0.6328672766685486,268.0,68608.0,970.5354778289329,4390912.0 +174.52,6.099999904632568,4786.0,0.007181516382843256,0.0926920548081398,2.235917091369629,-0.006722500082105398,0.593796968460083,0.6064572036266327,269.0,68864.0,973.959277903894,4407296.0 +163.47,6.599999904632568,4431.0,0.007552152033895254,0.10174560546875,2.246488094329834,-0.007366878911852837,0.4623117446899414,0.6677234172821045,270.0,69120.0,977.6571271508001,4423680.0 +209.75,5.900000095367432,4648.0,0.00908742006868124,0.1262410432100296,2.273954153060913,-0.008393208496272564,0.32657763361930847,0.7705820649862289,271.0,69376.0,981.1827144909184,4440064.0 +225.74,6.800000190734863,4713.0,0.010356581769883633,0.14910888671875,2.2507526874542236,-0.006805250886827707,0.2981599271297455,0.7822702676057816,272.0,69632.0,984.6596806428861,4456448.0 +218.84,6.599999904632568,4597.0,0.006276068743318319,0.0776774063706398,2.2180964946746826,-0.006492186803370714,0.45494958758354187,0.7205903828144073,273.0,69888.0,988.2236976248678,4472832.0 +259.87,6.199999809265137,4604.0,0.005391165614128113,0.0617879219353199,2.226137161254883,-0.006632425356656313,0.5136088728904724,0.6597081124782562,274.0,70144.0,991.7829486078117,4489216.0 +174.58,7.199999809265137,4609.0,0.008768732659518719,0.1197509765625,2.1877081394195557,-0.006731141358613968,0.3853074312210083,0.7016784250736237,275.0,70400.0,995.3382519998122,4505600.0 +151.0,6.800000190734863,4401.0,0.00834751408547163,0.1131795272231102,2.227363109588623,-0.0055409702472388744,0.37582793831825256,0.6971297860145569,276.0,70656.0,999.0610207808204,4521984.0 +184.06,7.0,4456.0,0.006561387795954943,0.0780029296875,2.2199690341949463,-0.007310050074011087,0.33554014563560486,0.7041406035423279,277.0,70912.0,1002.7384404258337,4538368.0 +199.19,6.199999809265137,4634.0,0.009207306429743767,0.1234130859375,2.179727077484131,-0.007864500395953655,0.5601046681404114,0.5557143092155457,278.0,71168.0,1006.2742381349672,4554752.0 +140.04,7.599999904632568,4888.0,0.010882597416639328,0.15850830078125,2.221918821334839,-0.0038791904225945473,0.4560147225856781,0.5685269832611084,279.0,71424.0,1009.6266211068723,4571136.0 +127.33,7.0,4536.0,0.008522615768015385,0.1173095703125,2.1883420944213867,-0.00529529107734561,0.6796076893806458,0.4753711223602295,280.0,71680.0,1013.2388089757878,4587520.0 +151.89,7.400000095367432,4740.0,0.006926388945430517,0.0877482071518898,2.1747798919677734,-0.006316671147942543,0.4540102779865265,0.5663626194000244,281.0,71936.0,1016.6961173089221,4603904.0 +96.8,7.800000190734863,4578.0,0.005284504499286413,0.0635782852768898,2.2201693058013916,-0.00697263702750206,0.2729732394218445,0.6246396601200104,282.0,72192.0,1020.2752966277767,4620288.0 +186.35,6.199999809265137,4703.0,0.006357257720082998,0.0786336287856102,2.220647096633911,-0.006627947092056274,0.6099590063095093,0.49559658765792847,283.0,72448.0,1024.191428602906,4636672.0 +175.21,6.5,4978.0,0.00902473647147417,0.1253458708524704,2.185147285461426,-0.00638497294858098,0.3526603877544403,0.6111711263656616,284.0,72704.0,1028.9237762577832,4653056.0 +192.34,7.400000095367432,4901.0,0.008381147868931293,0.11474609375,2.2001774311065674,-0.0069069345481693745,0.35456106066703796,0.6003666818141937,285.0,72960.0,1032.2674370608293,4669440.0 +128.48,7.099999904632568,4685.0,0.006671189796179533,0.0845133438706398,2.205517530441284,-0.006596175488084555,0.5228427052497864,0.5418275594711304,286.0,73216.0,1035.7648761228193,4685824.0 +150.87,6.599999904632568,4679.0,0.008200219832360744,0.1086222305893898,2.211609125137329,-0.00748642161488533,0.5150479674339294,0.5293926894664764,287.0,73472.0,1039.266973480815,4702208.0 +141.57,6.800000190734863,4731.0,0.006694083567708731,0.08416748046875,2.2382819652557373,-0.007799351122230291,0.47187426686286926,0.5734753906726837,288.0,73728.0,1042.730807355838,4718592.0 +170.26,7.0,4667.0,0.00663346191868186,0.0832926407456398,2.237581968307495,-0.00741494121029973,0.3754098117351532,0.5952413082122803,289.0,73984.0,1046.2422064759303,4734976.0 +178.44,6.599999904632568,4691.0,0.00853264331817627,0.11944580078125,2.2299420833587646,-0.006031412165611982,0.38307908177375793,0.5783177018165588,290.0,74240.0,1049.7354783988558,4751360.0 +168.7,6.400000095367432,4825.0,0.007744951173663139,0.1067708358168602,2.2109215259552,-0.007556327152997255,0.4232744872570038,0.6039911508560181,291.0,74496.0,1053.131957444828,4767744.0 +165.07,6.900000095367432,4732.0,0.00828081276267767,0.11480712890625,2.173060894012451,-0.00644908519461751,0.6466558575630188,0.4763520359992981,292.0,74752.0,1056.5948436248582,4784128.0 +135.15,6.900000095367432,4910.0,0.007072219625115395,0.089599609375,2.210718870162964,-0.007896861992776394,0.3847012221813202,0.6585853397846222,293.0,75008.0,1059.932186299935,4800512.0 +110.39,7.599999904632568,4795.0,0.008171533234417439,0.1115519180893898,2.2133796215057373,-0.008792477659881115,0.26200392842292786,0.7522153556346893,294.0,75264.0,1063.3498980498407,4816896.0 +164.43,7.199999809265137,4879.0,0.006935472134500742,0.0855306014418602,2.223806619644165,-0.007948712445795536,0.32700297236442566,0.7175933122634888,295.0,75520.0,1066.7081395939458,4833280.0 +210.13,6.900000095367432,4757.0,0.006174653768539429,0.0779622420668602,2.2183239459991455,-0.008079440332949162,0.4720754325389862,0.6447746455669403,296.0,75776.0,1070.152755362913,4849664.0 +152.36,7.400000095367432,4880.0,0.007035213988274336,0.0917765274643898,2.205451250076294,-0.006474905181676149,0.3931998908519745,0.679392397403717,297.0,76032.0,1073.510220036842,4866048.0 +176.07,7.199999809265137,4883.0,0.006261217873543501,0.0772298201918602,2.2221548557281494,-0.0064950729720294476,0.48256444931030273,0.6112948060035706,298.0,76288.0,1076.8665376550052,4882432.0 +192.46,6.800000190734863,4848.0,0.006086295936256647,0.0750935897231102,2.2310943603515625,-0.007820205762982368,0.40893295407295227,0.6608788967132568,299.0,76544.0,1080.2461932678707,4898816.0 +181.75,6.800000190734863,4870.0,0.00599413039162755,0.0721232071518898,2.184474229812622,-0.007565400097519159,0.4652780592441559,0.6415165364742279,300.0,76800.0,1083.6108829968143,4915200.0 +145.28,6.800000190734863,4728.0,0.006389840040355921,0.0827840194106102,2.178864002227783,-0.007482966408133507,0.40523338317871094,0.6819492876529694,301.0,77056.0,1087.0763584498782,4931584.0 +183.64,6.800000190734863,4759.0,0.006443299353122711,0.0802205428481102,2.1196930408477783,-0.007093073800206184,0.48253390192985535,0.6358619332313538,302.0,77312.0,1090.5193989479449,4947968.0 +137.38,7.800000190734863,4859.0,0.009621446020901203,0.1349080353975296,2.122798204421997,-0.006993405055254698,0.38367071747779846,0.6857312321662903,303.0,77568.0,1093.8915510049555,4964352.0 +188.71,6.800000190734863,4771.0,0.008007612079381943,0.0999755859375,2.120076894760132,-0.005945119541138411,0.6206910014152527,0.569769561290741,304.0,77824.0,1097.325909901876,4980736.0 +78.06,7.300000190734863,4876.0,0.008007367141544819,0.1109415665268898,2.0797908306121826,-0.006925692316144705,0.5322041511535645,0.6059692800045013,305.0,78080.0,1100.6867406889796,4997120.0 +169.07,7.199999809265137,4782.0,0.007137119770050049,0.0949910506606102,2.0819199085235596,-0.005868794396519661,0.4784984290599823,0.5992678701877594,306.0,78336.0,1104.1133789159358,5013504.0 +201.47,6.699999809265137,4798.0,0.006775595247745514,0.084716796875,2.1131598949432373,-0.004526190925389528,0.5206990838050842,0.547555148601532,307.0,78592.0,1107.5290299798362,5029888.0 +192.15,6.800000190734863,5024.0,0.006744047161191702,0.0869547501206398,2.1126089096069336,-0.006969592999666929,0.5323424339294434,0.5430647432804108,308.0,78848.0,1110.790573287988,5046272.0 +163.81,6.800000190734863,4758.0,0.006862523499876261,0.0903116837143898,2.1117937564849854,-0.0058113206177949905,0.5991719365119934,0.45292651653289795,309.0,79104.0,1114.2343075678218,5062656.0 +152.46,6.300000190734863,4882.0,0.009222124703228474,0.12628173828125,2.131385564804077,-0.00680717034265399,0.5638144016265869,0.4980536103248596,310.0,79360.0,1117.5909007708542,5079040.0 +172.84,6.599999904632568,4770.0,0.009300990030169487,0.12823486328125,2.1473515033721924,-0.006643356289714575,0.5313019156455994,0.48419034481048584,311.0,79616.0,1121.0263769368175,5095424.0 +172.33,6.199999809265137,4725.0,0.007216081488877535,0.09710693359375,2.180846929550171,-0.005051435437053442,0.7329180836677551,0.3801332116127014,312.0,79872.0,1124.4939842219464,5111808.0 +188.22,7.400000095367432,5001.0,0.010044102557003498,0.1438802033662796,2.181694269180298,-0.004347632173448801,0.6360674500465393,0.4419853687286377,313.0,80128.0,1127.770387099823,5128192.0 +148.41,6.800000190734863,4992.0,0.006666105706244707,0.0826416015625,2.1821765899658203,-0.0062796249985694885,0.42970117926597595,0.5352214276790619,314.0,80384.0,1131.052999589825,5144576.0 +176.06,7.0,4825.0,0.007075734436511993,0.09173583984375,2.1869587898254395,-0.006075847428292036,0.36804211139678955,0.5627500712871552,315.0,80640.0,1134.448716313811,5160960.0 +182.8,6.599999904632568,4757.0,0.008133606053888798,0.1175333634018898,2.190688371658325,-0.008210797794163227,0.44640815258026123,0.502551406621933,316.0,80896.0,1137.8935038009658,5177344.0 +238.19,6.300000190734863,4924.0,0.00935608521103859,0.1283772736787796,2.198415994644165,-0.007707260083407164,0.5387387275695801,0.35423368215560913,317.0,81152.0,1141.2212361658458,5193728.0 +242.94,6.5,4977.0,0.0097937798127532,0.1420695036649704,2.2201926708221436,-0.00489907106384635,0.45675674080848694,0.43672317266464233,318.0,81408.0,1144.5138186907861,5210112.0 +203.19,7.199999809265137,4676.0,0.009366607293486595,0.1382649689912796,2.220508337020874,-0.007268060464411974,0.3543677031993866,0.4655120372772217,319.0,81664.0,1148.0182151990011,5226496.0 +192.34,6.900000095367432,4676.0,0.010381410829722881,0.1593831330537796,2.267272710800171,-0.004339565522968769,0.4464814364910126,0.39816439151763916,320.0,81920.0,1151.5226039427798,5242880.0 +222.97,6.300000190734863,4828.0,0.007957331836223602,0.1091512069106102,2.2806928157806396,-0.00686959782615304,0.4620571434497833,0.40322762727737427,321.0,82176.0,1154.9164451428223,5259264.0 +196.25,6.599999904632568,4771.0,0.007672877982258797,0.10052490234375,2.280255079269409,-0.0069047026336193085,0.4353310763835907,0.4610790014266968,322.0,82432.0,1158.3512052248698,5275648.0 +167.39,7.199999809265137,4671.0,0.009109235368669033,0.133056640625,2.3011934757232666,-0.005562556441873312,0.25776615738868713,0.5642946660518646,323.0,82688.0,1161.8594128938857,5292032.0 +184.49,6.5,4648.0,0.006085706874728203,0.0730794295668602,2.2988648414611816,-0.008193538524210453,0.43473556637763977,0.45752424001693726,324.0,82944.0,1165.3843529128935,5308416.0 +177.13,7.0,4615.0,0.007956555113196373,0.1126708984375,2.249462604522705,-0.005879256408661604,0.48491689562797546,0.5032622814178467,325.0,83200.0,1168.9347040269058,5324800.0 +157.72,6.699999809265137,4598.0,0.005479076411575079,0.0636800155043602,2.2465343475341797,-0.004924360197037458,0.591938853263855,0.4255865812301636,326.0,83456.0,1172.4991014329717,5341184.0 +153.24,7.099999904632568,4836.0,0.01087057963013649,0.1552734375,2.2606258392333984,-0.004754324443638325,0.35205304622650146,0.5766788423061371,327.0,83712.0,1175.8877569430042,5357568.0 +156.7,7.300000190734863,4668.0,0.008976192213594913,0.1337483674287796,2.2645046710968018,-0.0061264787800610065,0.39223989844322205,0.5882312953472137,328.0,83968.0,1179.3982396468055,5373952.0 +152.48,7.199999809265137,4764.0,0.006368101108819246,0.082763671875,2.2758121490478516,-0.006381755694746971,0.36436983942985535,0.5920659899711609,329.0,84224.0,1182.8379633659497,5390336.0 +198.81,7.199999809265137,4608.0,0.005974781233817339,0.0746053084731102,2.2387495040893555,-0.006548472214490175,0.5090431571006775,0.45589566230773926,330.0,84480.0,1186.3940963358618,5406720.0 +128.58,7.599999904632568,4850.0,0.007832877337932587,0.10052490234375,2.23564076423645,-0.0066321431659162045,0.2824167311191559,0.6237641870975494,331.0,84736.0,1189.772430530982,5423104.0 +198.47,7.300000190734863,4782.0,0.009874427691102028,0.1457112580537796,2.221747398376465,-0.008622686378657818,0.31223568320274353,0.6031030118465424,332.0,84992.0,1193.1991561849136,5439488.0 +195.65,6.699999809265137,4781.0,0.008626976981759071,0.1217854842543602,2.210566759109497,-0.006540553644299507,0.46833232045173645,0.5564746260643005,333.0,85248.0,1196.6264151758514,5455872.0 +210.87,6.699999809265137,4744.0,0.007040171418339014,0.0901692733168602,2.214414358139038,-0.008416716009378433,0.4538043737411499,0.5932493209838867,334.0,85504.0,1200.0806991958525,5472256.0 +187.6,6.800000190734863,4771.0,0.009369876235723495,0.1313679963350296,2.2455132007598877,-0.00615880498662591,0.33589866757392883,0.6748330593109131,335.0,85760.0,1203.5162412568461,5488640.0 +156.56,7.599999904632568,5026.0,0.009441753849387169,0.1316121369600296,2.275397300720215,-0.0077050128020346165,0.22919662296772003,0.7519962936639786,336.0,86016.0,1206.7767693807837,5505024.0 +221.56,7.400000095367432,5030.0,0.014016685076057911,0.2038981169462204,2.2799699306488037,-0.004345668945461512,0.27436283230781555,0.7329623699188232,337.0,86272.0,1210.0346365438309,5521408.0 +226.55,6.5,4811.0,0.00829729251563549,0.1078694686293602,2.2847230434417725,-0.00672878697514534,0.39906445145606995,0.6388229727745056,338.0,86528.0,1213.443018577993,5537792.0 +184.37,6.599999904632568,4793.0,0.00829559937119484,0.1170654296875,2.268444776535034,-0.006705965846776962,0.47424837946891785,0.5537760555744171,339.0,86784.0,1216.8616791768,5554176.0 +169.23,7.099999904632568,4911.0,0.008888096548616886,0.12109375,2.313317060470581,-0.008290802128612995,0.21779930591583252,0.6766220033168793,340.0,87040.0,1220.1983309257776,5570560.0 +216.48,7.300000190734863,4664.0,0.007311684545129538,0.0941365584731102,2.3054940700531006,-0.007764643523842096,0.32734915614128113,0.5980381071567535,341.0,87296.0,1223.7111918509472,5586944.0 +192.82,6.599999904632568,4773.0,0.006549626588821411,0.082275390625,2.285148859024048,-0.008857049979269505,0.4849509298801422,0.5224022567272186,342.0,87552.0,1227.1441415029112,5603328.0 +184.02,7.199999809265137,4822.0,0.007704613264650106,0.1015218123793602,2.2481276988983154,-0.005935989785939455,0.3743157684803009,0.5956624150276184,343.0,87808.0,1230.5419321379159,5619712.0 +157.36,7.400000095367432,4686.0,0.005680975969880819,0.066650390625,2.258673906326294,-0.007917444221675396,0.3317127525806427,0.6624368131160736,344.0,88064.0,1234.0393087309785,5636096.0 +169.23,6.699999809265137,4739.0,0.007261704653501511,0.0938313826918602,2.2661852836608887,-0.006024991627782583,0.3882282078266144,0.6165661513805389,345.0,88320.0,1237.4971658790018,5652480.0 +193.78,6.599999904632568,5048.0,0.008215953595936298,0.1177978515625,2.2528774738311768,-0.008412051945924759,0.4993680715560913,0.6302361786365509,346.0,88576.0,1240.7430617038626,5668864.0 +133.41,7.300000190734863,4828.0,0.008247554302215576,0.1128336563706398,2.2736051082611084,-0.009299088269472122,0.3798076808452606,0.6737784147262573,347.0,88832.0,1244.1374261309393,5685248.0 +161.7,7.300000190734863,4734.0,0.008885902352631092,0.1286417692899704,2.2389252185821533,-0.006871484220027924,0.5144030451774597,0.6291849315166473,348.0,89088.0,1247.5984787978232,5701632.0 +176.75,6.599999904632568,4771.0,0.006710629444569349,0.0899658203125,2.2451746463775635,-0.006110111717134714,0.43539097905158997,0.6336754560470581,349.0,89344.0,1251.0333480169065,5718016.0 +129.99,7.099999904632568,4998.0,0.009345191530883312,0.1301676481962204,2.24275279045105,-0.007478093262761831,0.2926527261734009,0.7236095368862152,350.0,89600.0,1254.3115977048874,5734400.0 +185.72,7.199999809265137,4665.0,0.009052988141775131,0.12750244140625,2.263310670852661,-0.007244901265949011,0.3530709445476532,0.6705165505409241,351.0,89856.0,1257.8240207058843,5750784.0 +188.22,7.099999904632568,4751.0,0.008330578915774822,0.1165974959731102,2.3139679431915283,-0.009049422107636929,0.3344809114933014,0.7000531554222107,352.0,90112.0,1261.2729257668834,5767168.0 +161.3,6.699999809265137,4703.0,0.0074845259077847,0.0971476212143898,2.31109881401062,-0.007457761559635401,0.44669559597969055,0.6789427399635315,353.0,90368.0,1264.7572022909299,5783552.0 +147.01,7.300000190734863,4741.0,0.007209565956145525,0.09320068359375,2.3006479740142822,-0.009229759685695171,0.3228045403957367,0.7328603565692902,354.0,90624.0,1268.21302851988,5799936.0 +153.45,7.800000190734863,4691.0,0.006869601551443338,0.0867106094956398,2.3004848957061768,-0.00942289549857378,0.2662220001220703,0.7391157448291779,355.0,90880.0,1271.705753309885,5816320.0 +207.05,6.800000190734863,4636.0,0.007900644093751907,0.1045328751206398,2.28096866607666,-0.008790932595729828,0.4652949869632721,0.6260101795196533,356.0,91136.0,1275.2398557858542,5832704.0 +203.55,6.900000095367432,4687.0,0.007010232657194138,0.0910848006606102,2.2884676456451416,-0.008679087273776531,0.2956188917160034,0.7101218700408936,357.0,91392.0,1278.7362922879402,5849088.0 +236.65,6.800000190734863,4624.0,0.009275672025978565,0.1242879256606102,2.288856267929077,-0.010393752716481686,0.3557751178741455,0.6714376211166382,358.0,91648.0,1282.2795174948405,5865472.0 +187.79,7.900000095367432,4748.0,0.007694810163229704,0.1030069962143898,2.319061040878296,-0.008658974431455135,0.28811976313591003,0.7375805377960205,359.0,91904.0,1285.7303285088856,5881856.0 +156.3,7.0,4769.0,0.006384916603565216,0.0786336287856102,2.31437611579895,-0.009501493535935879,0.3503507673740387,0.6978217959403992,360.0,92160.0,1289.165877042804,5898240.0 +195.53,6.599999904632568,4849.0,0.0079997219145298,0.1052042618393898,2.2771236896514893,-0.009065588936209679,0.4566148519515991,0.6562665700912476,361.0,92416.0,1292.5456677428447,5914624.0 +189.63,7.5,4545.0,0.007441118825227022,0.09747314453125,2.300448179244995,-0.010220651514828205,0.29521507024765015,0.7201401591300964,362.0,92672.0,1296.150703565916,5931008.0 +120.01,7.900000095367432,4723.0,0.008775982074439526,0.1226603165268898,2.246274709701538,-0.007824466563761234,0.3947601020336151,0.6603040099143982,363.0,92928.0,1299.6201914839912,5947392.0 +166.13,7.0,4814.0,0.009563762694597244,0.1341349333524704,2.2466301918029785,-0.007369199767708778,0.3556976020336151,0.6270431280136108,364.0,93184.0,1303.0244295829907,5963776.0 +169.94,6.699999809265137,4703.0,0.009169141761958599,0.1244710311293602,2.2717130184173584,-0.009653549641370773,0.3407416343688965,0.6376445293426514,365.0,93440.0,1306.5088723639492,5980160.0 +165.56,7.5,4644.0,0.009432954713702202,0.1263631135225296,2.2546181678771973,-0.009664754383265972,0.2813189923763275,0.699375569820404,366.0,93696.0,1310.037678297842,5996544.0 +219.44,6.800000190734863,4734.0,0.009562231600284576,0.13140869140625,2.279221773147583,-0.010450716130435467,0.3838653266429901,0.6105355024337769,367.0,93952.0,1313.499087142991,6012928.0 +193.1,6.699999809265137,4787.0,0.010136103257536888,0.1351521760225296,2.3097596168518066,-0.007546303328126669,0.3676532506942749,0.6524170339107513,368.0,94208.0,1316.921794601949,6029312.0 +141.36,7.5,4646.0,0.009058847092092037,0.1321004182100296,2.2580647468566895,-0.008959094993770123,0.3443130552768707,0.6613944172859192,369.0,94464.0,1320.4487655698322,6045696.0 +153.67,7.099999904632568,4694.0,0.006580658257007599,0.0845947265625,2.248220682144165,-0.009203743189573288,0.3965279757976532,0.6782859563827515,370.0,94720.0,1323.9399167019874,6062080.0 +182.86,6.699999809265137,4842.0,0.007788700982928276,0.1032511368393898,2.2489917278289795,-0.00690118782222271,0.5316658616065979,0.6069795787334442,371.0,94976.0,1327.3241854337975,6078464.0 +113.49,8.600000381469727,4721.0,0.009757799096405506,0.1383870393037796,2.2726943492889404,-0.0095523064956069,0.20368409156799316,0.8264523297548294,372.0,95232.0,1330.7950265598483,6094848.0 +148.64,7.0,4560.0,0.007932865992188454,0.1069539412856102,2.302610158920288,-0.009355218149721622,0.3229091465473175,0.7574796974658966,373.0,95488.0,1334.3918864359148,6111232.0 +132.6,6.300000190734863,4870.0,0.008674384094774723,0.11700439453125,2.288614273071289,-0.010118997655808926,0.4842795431613922,0.6618990898132324,374.0,95744.0,1337.7568684518337,6127616.0 +157.85,7.199999809265137,4777.0,0.009625472128391266,0.13323974609375,2.295372724533081,-0.009050530381500721,0.3444678485393524,0.7526508867740631,375.0,96000.0,1341.1872415649705,6144000.0 +146.7,7.300000190734863,4868.0,0.009761132299900055,0.14166259765625,2.2347538471221924,-0.009341160766780376,0.42072832584381104,0.6976658999919891,376.0,96256.0,1344.5529678589664,6160384.0 +118.87,7.199999809265137,4754.0,0.010521247051656246,0.1468709260225296,2.243340253829956,-0.009195426478981972,0.38428568840026855,0.7367197275161743,377.0,96512.0,1347.9995032758452,6176768.0 +155.75,7.300000190734863,4499.0,0.007420749869197607,0.1005452498793602,2.211408853530884,-0.007842013612389565,0.36685892939567566,0.7234412431716919,378.0,96768.0,1351.6413599329535,6193152.0 +152.61,7.0,4704.0,0.00947578065097332,0.1280924528837204,2.2164227962493896,-0.008378575555980206,0.3818211257457733,0.6867924928665161,379.0,97024.0,1355.1248582538683,6209536.0 +189.02,6.900000095367432,5004.0,0.009188130497932434,0.1276652067899704,2.2641353607177734,-0.007170683238655329,0.4088653326034546,0.7235832512378693,380.0,97280.0,1358.3991331988946,6225920.0 +119.46,7.5,4820.0,0.01138126477599144,0.1582438200712204,2.2771217823028564,-0.010502457618713379,0.29940876364707947,0.776006892323494,381.0,97536.0,1361.7985594999045,6242304.0 +197.07,7.800000190734863,4656.0,0.009490500204265118,0.1302083283662796,2.290966749191284,-0.008724820800125599,0.27052995562553406,0.7815788090229034,382.0,97792.0,1365.3179400668014,6258688.0 +191.16,6.5,4681.0,0.007854542694985867,0.1087443009018898,2.322282075881958,-0.009053187444806099,0.305615097284317,0.7450366318225861,383.0,98048.0,1368.8183956358116,6275072.0 +214.57,6.400000095367432,4660.0,0.01003723032772541,0.1387532502412796,2.2742488384246826,-0.010337326675653458,0.4187050759792328,0.6521017849445343,384.0,98304.0,1372.3344592929352,6291456.0 +194.07,6.800000190734863,4740.0,0.008424756117165089,0.1151123046875,2.286452531814575,-0.010451849550008774,0.36901581287384033,0.690443217754364,385.0,98560.0,1375.7911963369697,6307840.0 +143.42,6.900000095367432,4509.0,0.007361147552728653,0.0995076522231102,2.2843875885009766,-0.009087330661714077,0.3131990134716034,0.7304719984531403,386.0,98816.0,1379.4247575788759,6324224.0 +126.62,7.099999904632568,4782.0,0.008656865917146206,0.1183268204331398,2.2947781085968018,-0.010984797962009907,0.3707047402858734,0.7227503657341003,387.0,99072.0,1382.852276203921,6340608.0 +172.7,7.0,4667.0,0.006927207577973604,0.0849812850356102,2.351741313934326,-0.00799510907381773,0.3428973853588104,0.7293225824832916,388.0,99328.0,1386.3636328328867,6356992.0 +159.54,6.800000190734863,4698.0,0.009084920398890972,0.1250813752412796,2.3313488960266113,-0.008639409206807613,0.2924249470233917,0.7760666906833649,389.0,99584.0,1389.8510546588805,6373376.0 +210.89,5.900000095367432,4909.0,0.009242572821676731,0.1268717497587204,2.311530351638794,-0.007548177149146795,0.3585287630558014,0.7325483560562134,390.0,99840.0,1393.1890392578207,6389760.0 +215.14,7.199999809265137,4781.0,0.006792254280298948,0.08929443359375,2.257673978805542,-0.00903382245451212,0.39683997631073,0.7131478488445282,391.0,100096.0,1396.616069441894,6406144.0 +127.02,7.900000095367432,4764.0,0.007267124485224485,0.0899658203125,2.2277376651763916,-0.009615736082196236,0.3001375198364258,0.7709890455007553,392.0,100352.0,1400.055923699867,6422528.0 +157.59,7.300000190734863,4935.0,0.00923170242458582,0.1232706680893898,2.2605888843536377,-0.010122780688107014,0.29646623134613037,0.7642777115106583,393.0,100608.0,1403.3761912127957,6438912.0 +180.6,7.099999904632568,4732.0,0.00803228747099638,0.1100870743393898,2.2786190509796143,-0.008384160697460175,0.34448304772377014,0.7249100208282471,394.0,100864.0,1406.8390509218443,6455296.0 +222.33,7.199999809265137,4514.0,0.009880990721285343,0.1379191130399704,2.300450563430786,-0.009078716859221458,0.2698296904563904,0.7617096602916718,395.0,101120.0,1410.468688617926,6471680.0 +186.8,7.0,4767.0,0.009086785838007927,0.1280517578125,2.282322883605957,-0.007893933914601803,0.3893571197986603,0.7143132388591766,396.0,101376.0,1413.906116993865,6488064.0 +156.53,6.800000190734863,4665.0,0.0076012019999325275,0.1018473282456398,2.2744381427764893,-0.008721229620277882,0.462153822183609,0.6799106597900391,397.0,101632.0,1417.4192347778007,6504448.0 +180.81,6.199999809265137,4578.0,0.007066791411489248,0.09625244140625,2.2481768131256104,-0.01063457876443863,0.517151415348053,0.6584472358226776,398.0,101888.0,1420.9985621699598,6520832.0 +155.91,7.599999904632568,4768.0,0.007251585368067026,0.0929158553481102,2.24578857421875,-0.008559415116906166,0.2826971709728241,0.7695502787828445,399.0,102144.0,1424.4349307559896,6537216.0 +189.49,7.099999904632568,4737.0,0.008570767939090729,0.11798095703125,2.253166675567627,-0.00801015179604292,0.3934612572193146,0.6775290966033936,400.0,102400.0,1427.8942342398223,6553600.0 +191.22,6.5,4797.0,0.010103109292685986,0.138671875,2.295260190963745,-0.009165643714368343,0.37124693393707275,0.6861293911933899,401.0,102656.0,1431.309991485905,6569984.0 +117.7,7.099999904632568,4775.0,0.007649171631783247,0.0991414412856102,2.3007094860076904,-0.007670797873288393,0.39747360348701477,0.7090246677398682,402.0,102912.0,1434.7419401109219,6586368.0 +168.61,8.0,4786.0,0.0080553088337183,0.1104532852768898,2.319491147994995,-0.011456909589469433,0.2818826735019684,0.7929206639528275,403.0,103168.0,1438.16575788497,6602752.0 +166.7,7.400000095367432,4919.0,0.008244998753070831,0.1114908829331398,2.348973035812378,-0.007860802114009857,0.3069884777069092,0.7952638417482376,404.0,103424.0,1441.4968957689125,6619136.0 +195.05,7.099999904632568,4896.0,0.00690390495583415,0.0888264998793602,2.3092658519744873,-0.00938825961202383,0.37429895997047424,0.7803711295127869,405.0,103680.0,1444.8438360400032,6635520.0 +223.29,7.099999904632568,4865.0,0.007786803413182497,0.1070353165268898,2.3384149074554443,-0.01169800478965044,0.33655163645744324,0.7496561110019684,406.0,103936.0,1448.212620911887,6651904.0 +247.87,6.800000190734863,4679.0,0.009031997993588448,0.1278483122587204,2.305449962615967,-0.011647593230009079,0.22345249354839325,0.8260207027196884,407.0,104192.0,1451.7143117848318,6668288.0 +166.14,8.100000381469727,4674.0,0.008665952831506729,0.11883544921875,2.283141613006592,-0.012286706827580929,0.2549097239971161,0.8218383342027664,408.0,104448.0,1455.2196451378986,6684672.0 +180.41,7.0,4756.0,0.008373002521693707,0.11328125,2.3012545108795166,-0.007628213614225388,0.42316755652427673,0.7622984647750854,409.0,104704.0,1458.6674888869748,6701056.0 +198.41,6.900000095367432,4894.0,0.006595045793801546,0.0795491561293602,2.283074378967285,-0.008350932970643044,0.364078551530838,0.7980238497257233,410.0,104960.0,1462.0159096198622,6717440.0 +130.37,8.5,4696.0,0.005770461168140173,0.0653889998793602,2.247286319732666,-0.010674849152565002,0.20579005777835846,0.8731454461812973,411.0,105216.0,1465.505737931002,6733824.0 +155.91,7.800000190734863,4704.0,0.00651594577357173,0.0787760391831398,2.244434356689453,-0.010580201633274555,0.1959911733865738,0.8627942502498627,412.0,105472.0,1468.9892368738074,6750208.0 +219.06,6.400000095367432,4782.0,0.007832193747162819,0.1046956405043602,2.2757985591888428,-0.00933357235044241,0.2864267826080322,0.8005824983119965,413.0,105728.0,1472.4161017928272,6766592.0 +140.06,7.099999904632568,4633.0,0.010225643403828144,0.1347249299287796,2.2396554946899414,-0.012028819881379604,0.28363823890686035,0.7860115021467209,414.0,105984.0,1475.952949168859,6782976.0 +176.65,7.300000190734863,4720.0,0.009897067211568356,0.1288655549287796,2.2489817142486572,-0.009200786240398884,0.4324946105480194,0.737962156534195,415.0,106240.0,1479.4244257358368,6799360.0 +187.53,7.400000095367432,4819.0,0.00706859165802598,0.0880126953125,2.2435572147369385,-0.007999681867659092,0.3526310920715332,0.7934190183877945,416.0,106496.0,1482.8247449579649,6815744.0 +126.54,7.5,4909.0,0.008370650000870228,0.1084391251206398,2.2864177227020264,-0.009561491198837757,0.18583184480667114,0.8792778849601746,417.0,106752.0,1486.1628054108005,6832128.0 +181.16,6.5,4629.0,0.007638141047209501,0.0980224609375,2.294545888900757,-0.008405058644711971,0.39188411831855774,0.7619633227586746,418.0,107008.0,1489.702756720828,6848512.0 +197.91,7.0,4804.0,0.00933143962174654,0.126220703125,2.2640438079833984,-0.012530873529613018,0.46954140067100525,0.734067440032959,419.0,107264.0,1493.1135755078867,6864896.0 +153.81,7.5,4734.0,0.008943474851548672,0.1222941055893898,2.2807118892669678,-0.011827591806650162,0.3681294023990631,0.7993365079164505,420.0,107520.0,1496.5751032398548,6881280.0 +132.01,7.300000190734863,4789.0,0.008912988938391209,0.12548828125,2.270035982131958,-0.011393503285944462,0.3500702679157257,0.8274380266666412,421.0,107776.0,1499.9968934499193,6897664.0 +117.21,7.599999904632568,4522.0,0.007998640649020672,0.1065266951918602,2.2872064113616943,-0.011576426215469837,0.3045601546764374,0.8486820012331009,422.0,108032.0,1503.62009126693,6914048.0 +174.68,7.300000190734863,4842.0,0.01030787080526352,0.1358642578125,2.3017382621765137,-0.010187708772718906,0.2571851313114166,0.8633547872304916,423.0,108288.0,1507.0047144538257,6930432.0 +150.65,7.5,4845.0,0.009575814008712769,0.12847900390625,2.217067003250122,-0.01161811500787735,0.35566258430480957,0.8222200125455856,424.0,108544.0,1510.3866874529049,6946816.0 +143.09,6.5,4951.0,0.008690725080668926,0.11676025390625,2.2181715965270996,-0.00972693506628275,0.47405722737312317,0.7733064144849777,425.0,108800.0,1513.6963409229647,6963200.0 +133.43,7.199999809265137,4690.0,0.008485239930450916,0.1189168319106102,2.2591843605041504,-0.009300364181399345,0.3390243947505951,0.8193560689687729,426.0,109056.0,1517.1900347089395,6979584.0 +152.96,7.699999809265137,4661.0,0.008489049039781094,0.1131998673081398,2.2841668128967285,-0.010548911988735199,0.24471251666545868,0.8496465533971786,427.0,109312.0,1520.7055097648408,6995968.0 +222.34,7.400000095367432,4799.0,0.007237578276544809,0.0922037735581398,2.2625911235809326,-0.0093832453712821,0.32718828320503235,0.8102032691240311,428.0,109568.0,1524.1198114659637,7012352.0 +163.78,6.400000095367432,4823.0,0.00848489347845316,0.1154378280043602,2.288166046142578,-0.012090329080820084,0.35877904295921326,0.7865475863218307,429.0,109824.0,1527.5175289739855,7028736.0 +142.58,7.099999904632568,4824.0,0.008525501005351543,0.1152547225356102,2.2581064701080322,-0.01174275204539299,0.4338241517543793,0.7690117955207825,430.0,110080.0,1530.91396059189,7045120.0 +139.44,7.599999904632568,4772.0,0.010329242795705795,0.1421305388212204,2.200984001159668,-0.012602970004081726,0.35078850388526917,0.8432974219322205,431.0,110336.0,1534.3474790989421,7061504.0 +141.99,7.099999904632568,4491.0,0.009286879561841488,0.1245524063706398,2.2167835235595703,-0.011475280858576298,0.2970905303955078,0.8677601963281631,432.0,110592.0,1537.9961788619403,7077888.0 +128.87,7.199999809265137,4620.0,0.00985597725957632,0.1287638396024704,2.233877658843994,-0.009579059667885303,0.25871726870536804,0.8649598062038422,433.0,110848.0,1541.5428566429764,7094272.0 +154.97,7.400000095367432,4732.0,0.00915637705475092,0.1183878555893898,2.2056591510772705,-0.00812216755002737,0.33994510769844055,0.8244334012269974,434.0,111104.0,1545.0054434288759,7110656.0 +206.54,7.599999904632568,4857.0,0.007362379226833582,0.09576416015625,2.197136163711548,-0.00822452548891306,0.30337315797805786,0.8353483378887177,435.0,111360.0,1548.3795985798351,7127040.0 +180.4,7.5,4833.0,0.008758842013776302,0.1182861328125,2.2010457515716553,-0.011069949716329575,0.3235163390636444,0.8128797262907028,436.0,111616.0,1551.7699915010016,7143424.0 +162.44,7.5,4784.0,0.00802305992692709,0.1023763045668602,2.211181163787842,-0.010575841180980206,0.33212408423423767,0.8346774727106094,437.0,111872.0,1555.195052551804,7159808.0 +192.24,7.099999904632568,4632.0,0.009783165529370308,0.1258544921875,2.2267487049102783,-0.006880950182676315,0.39633819460868835,0.8128552883863449,438.0,112128.0,1558.7324220659211,7176192.0 +130.94,7.300000190734863,4755.0,0.009909884072840214,0.13751220703125,2.243062734603882,-0.008522330783307552,0.28286874294281006,0.8679395020008087,439.0,112384.0,1562.1782741949428,7192576.0 +130.89,7.300000190734863,4864.0,0.007661547511816025,0.1024373397231102,2.2527401447296143,-0.00929976161569357,0.2940548360347748,0.845446914434433,440.0,112640.0,1565.5469541219063,7208960.0 +175.35,7.5,4834.0,0.009564132429659367,0.1329142302274704,2.2759804725646973,-0.013012673705816269,0.23966163396835327,0.8525971919298172,441.0,112896.0,1568.9375163058285,7225344.0 +181.63,7.199999809265137,4895.0,0.007820130325853825,0.10595703125,2.223954200744629,-0.011693497188389301,0.33721068501472473,0.8309261500835419,442.0,113152.0,1572.284945138963,7241728.0 +144.62,7.199999809265137,4728.0,0.008405967615544796,0.1125691756606102,2.189664125442505,-0.010248702019453049,0.3409104645252228,0.8418649137020111,443.0,113408.0,1575.750779703958,7258112.0 +139.17,7.199999809265137,4616.0,0.008563272655010223,0.1163736954331398,2.195312738418579,-0.011031321249902248,0.3189508020877838,0.8340937942266464,444.0,113664.0,1579.3021984389052,7274496.0 +150.75,7.900000095367432,4668.0,0.010303004644811153,0.1424153596162796,2.2005579471588135,-0.009870338253676891,0.2970438003540039,0.8496423363685608,445.0,113920.0,1582.8123604189605,7290880.0 +196.73,7.5,4698.0,0.00839690025895834,0.1141153946518898,2.1968994140625,-0.008786540478467941,0.34265783429145813,0.8171147853136063,446.0,114176.0,1586.3008202058263,7307264.0 +216.55,6.699999809265137,4822.0,0.008570958860218525,0.1149495467543602,2.2002322673797607,-0.00793283712118864,0.3084616959095001,0.8106074184179306,447.0,114432.0,1589.698980908841,7323648.0 +112.74,7.199999809265137,4645.0,0.0064796991646289825,0.0804036483168602,2.145345687866211,-0.01040398608893156,0.43228283524513245,0.7641795128583908,448.0,114688.0,1593.2268483168446,7340032.0 +183.09,6.900000095367432,4844.0,0.007618038449436426,0.10113525390625,2.1714694499969482,-0.00925594661384821,0.32379427552223206,0.8150213658809662,449.0,114944.0,1596.6096417978406,7356416.0 +180.89,6.300000190734863,5071.0,0.010034590028226376,0.1427001953125,2.210390329360962,-0.009447325021028519,0.4228042662143707,0.7158860862255096,450.0,115200.0,1599.840926017845,7372800.0 +147.61,7.199999809265137,4546.0,0.008313276804983616,0.1148274764418602,2.2300808429718018,-0.007173298392444849,0.29381200671195984,0.8176809847354889,451.0,115456.0,1603.445535006933,7389184.0 +220.6,6.900000095367432,4669.0,0.009141672402620316,0.1295369416475296,2.248919725418091,-0.007630585227161646,0.31740716099739075,0.8061228394508362,452.0,115712.0,1606.9548447330017,7405568.0 +169.9,7.199999809265137,4840.0,0.006086545065045357,0.0769856795668602,2.254171371459961,-0.009272648952901363,0.39420369267463684,0.76741923391819,453.0,115968.0,1610.3406084238086,7421952.0 +145.55,7.400000095367432,4606.0,0.0078034005127847195,0.1028035506606102,2.231909990310669,-0.009725580923259258,0.34786519408226013,0.781023845076561,454.0,116224.0,1613.8982635918073,7438336.0 +145.87,7.699999809265137,4658.0,0.009269727393984795,0.1295572966337204,2.267651319503784,-0.008394007571041584,0.34722384810447693,0.8071856796741486,455.0,116480.0,1617.4161644589622,7454720.0 +154.17,7.599999904632568,4921.0,0.007794087752699852,0.1063028946518898,2.2961204051971436,-0.010044868104159832,0.24382221698760986,0.8470330685377121,456.0,116736.0,1620.7458319477737,7471104.0 +138.64,7.400000095367432,4755.0,0.008984995074570179,0.1222737655043602,2.2772767543792725,-0.009377396665513515,0.4284278154373169,0.7353640496730804,457.0,116992.0,1624.191700497875,7487488.0 +173.88,7.199999809265137,4668.0,0.008732651360332966,0.1173095703125,2.2973501682281494,-0.0054654874838888645,0.26956918835639954,0.832771971821785,458.0,117248.0,1627.7024771298748,7503872.0 +179.47,6.900000095367432,4581.0,0.00893284659832716,0.11370849609375,2.246736764907837,-0.012046582996845245,0.4477778673171997,0.6943918764591217,459.0,117504.0,1631.2790496749803,7520256.0 +148.19,8.0,4585.0,0.009620721451938152,0.1385904997587204,2.2776806354522705,-0.008506120182573795,0.3241143524646759,0.789141908288002,460.0,117760.0,1634.8526561378967,7536640.0 +165.68,7.099999904632568,4732.0,0.010962676256895065,0.1470743864774704,2.2476861476898193,-0.008472093380987644,0.29260513186454773,0.8314290642738342,461.0,118016.0,1638.318960357923,7553024.0 +158.61,7.300000190734863,4917.0,0.00876515544950962,0.1231282576918602,2.2728044986724854,-0.008328452706336975,0.33102771639823914,0.7981770187616348,462.0,118272.0,1641.6511227109004,7569408.0 +203.79,6.699999809265137,4781.0,0.00857737846672535,0.1190592423081398,2.30818772315979,-0.00856040045619011,0.30160966515541077,0.8124503344297409,463.0,118528.0,1645.0787621859927,7585792.0 +203.2,6.800000190734863,4869.0,0.007436385843902826,0.0972900390625,2.3428471088409424,-0.00943745020776987,0.29109448194503784,0.8153477311134338,464.0,118784.0,1648.4440107438713,7602176.0 +176.49,7.300000190734863,4822.0,0.009660023264586926,0.13177490234375,2.337326765060425,-0.008893496356904507,0.30894720554351807,0.8197042942047119,465.0,119040.0,1651.8424348989502,7618560.0 +159.31,6.900000095367432,4741.0,0.00902832392603159,0.1236165389418602,2.3665273189544678,-0.01189745869487524,0.32170769572257996,0.8146599680185318,466.0,119296.0,1655.2987923959736,7634944.0 +200.59,7.300000190734863,4628.0,0.007398970425128937,0.0982462540268898,2.3300764560699463,-0.010102257132530212,0.2664356827735901,0.8509071618318558,467.0,119552.0,1658.839997127885,7651328.0 +142.1,7.599999904632568,4721.0,0.007071447093039751,0.0891316756606102,2.295964002609253,-0.009891686029732227,0.3094349801540375,0.8053175508975983,468.0,119808.0,1662.3109176638536,7667712.0 +153.06,7.800000190734863,5004.0,0.008519160561263561,0.117431640625,2.2838029861450195,-0.009120958857238293,0.34108009934425354,0.7792043387889862,469.0,120064.0,1665.585728794802,7684096.0 +159.79,6.900000095367432,4780.0,0.00743750249966979,0.09918212890625,2.288780927658081,-0.010688964277505875,0.3630939722061157,0.7778947651386261,470.0,120320.0,1669.014165858971,7700480.0 +154.13,7.5,4747.0,0.006953385192900896,0.0872395858168602,2.287809371948242,-0.008411219343543053,0.2814166843891144,0.8196142911911011,471.0,120576.0,1672.4659161958843,7716864.0 +182.6,6.800000190734863,4789.0,0.0085665388032794,0.11383056640625,2.2821309566497803,-0.011769778095185757,0.2804338037967682,0.8012967258691788,472.0,120832.0,1675.8880348107778,7733248.0 +155.85,7.199999809265137,4792.0,0.009294726885855198,0.1294148713350296,2.274500608444214,-0.013274014927446842,0.38162609934806824,0.7752944380044937,473.0,121088.0,1679.307524124859,7749632.0 +162.87,6.800000190734863,5019.0,0.009713144972920418,0.1313883513212204,2.298182725906372,-0.010387646965682507,0.33522191643714905,0.7851623296737671,474.0,121344.0,1682.5723524237983,7766016.0 +163.88,7.199999809265137,4585.0,0.008312181569635868,0.1148681640625,2.3375885486602783,-0.01291744690388441,0.2672630250453949,0.8072091937065125,475.0,121600.0,1686.1458939828444,7782400.0 +135.81,7.599999904632568,4643.0,0.007060555275529623,0.08856201171875,2.33194637298584,-0.010825403034687042,0.31864556670188904,0.7904021292924881,476.0,121856.0,1689.6752599568572,7798784.0 +180.09,7.5,4878.0,0.007102082017809153,0.0908203125,2.3041975498199463,-0.011516963131725788,0.33442744612693787,0.7933605015277863,477.0,122112.0,1693.034429692896,7815168.0 +191.57,7.199999809265137,4780.0,0.008745262399315834,0.1173299178481102,2.2957940101623535,-0.011242292821407318,0.2965521812438965,0.8064517378807068,478.0,122368.0,1696.462434241781,7831552.0 +137.49,7.400000095367432,4524.0,0.007660603150725365,0.0977579727768898,2.3005950450897217,-0.009467235766351223,0.3849407434463501,0.767402321100235,479.0,122624.0,1700.084352292819,7847936.0 +145.97,7.800000190734863,4931.0,0.0063726226799190044,0.0776570662856102,2.302321434020996,-0.010696482844650745,0.2706347405910492,0.8321209847927094,480.0,122880.0,1703.407237278996,7864320.0 +159.89,7.599999904632568,4792.0,0.007096813526004553,0.0893758162856102,2.290337324142456,-0.0099079804494977,0.3161443769931793,0.8107301443815231,481.0,123136.0,1706.8266913658008,7880704.0 +178.11,7.300000190734863,4779.0,0.007497342303395271,0.0957845076918602,2.302820920944214,-0.010091718286275864,0.3019426763057709,0.8335317820310593,482.0,123392.0,1710.2552423269954,7897088.0 +172.64,7.400000095367432,4600.0,0.008703958243131638,0.1159871444106102,2.2905664443969727,-0.012945182621479034,0.2836821675300598,0.842712476849556,483.0,123648.0,1713.8172995029017,7913472.0 +158.94,7.199999809265137,4951.0,0.00882274191826582,0.12091064453125,2.291898012161255,-0.01007919106632471,0.3902272880077362,0.8161458373069763,484.0,123904.0,1717.127272624988,7929856.0 +147.47,7.300000190734863,4830.0,0.009213783778250217,0.1233927384018898,2.311366319656372,-0.012380089610815048,0.3031001091003418,0.8519219756126404,485.0,124160.0,1720.5194471108261,7946240.0 +156.18,7.400000095367432,4790.0,0.00958302803337574,0.1312255859375,2.319019317626953,-0.011559649370610714,0.2969301640987396,0.8607551604509354,486.0,124416.0,1723.9405405118596,7962624.0 +181.64,6.900000095367432,4732.0,0.008813507854938507,0.1172688826918602,2.304821014404297,-0.010093312710523605,0.29958611726760864,0.8428038656711578,487.0,124672.0,1727.403584168991,7979008.0 +227.44,7.0,4530.0,0.00769846560433507,0.0989786759018898,2.2985050678253174,-0.009659611620008945,0.3296996057033539,0.8226206302642822,488.0,124928.0,1731.020705689909,7995392.0 +183.95,7.0,4484.0,0.007985396310687065,0.0995890274643898,2.3073997497558594,-0.010292170569300652,0.3479553461074829,0.8108166307210922,489.0,125184.0,1734.6749714389443,8011776.0 +177.57,7.199999809265137,4569.0,0.008781877346336842,0.1212361678481102,2.313075065612793,-0.008424983359873295,0.31590548157691956,0.8061709403991699,490.0,125440.0,1738.260899410816,8028160.0 +195.17,7.199999809265137,4600.0,0.008601089008152485,0.1150105819106102,2.3304545879364014,-0.010046378709375858,0.31598961353302,0.8069410175085068,491.0,125696.0,1741.823091223836,8044544.0 +170.0,7.5,4735.0,0.007697897031903267,0.1036173477768898,2.3322460651397705,-0.008973889984190464,0.27243348956108093,0.8270439058542252,492.0,125952.0,1745.2838885597885,8060928.0 +151.01,7.300000190734863,4683.0,0.007727406453341246,0.1024576798081398,2.349775552749634,-0.01060501579195261,0.4086557924747467,0.7827786952257156,493.0,126208.0,1748.7839672369882,8077312.0 +174.82,6.900000095367432,4793.0,0.008053299970924854,0.1068318709731102,2.3442013263702393,-0.013144650496542454,0.3401702344417572,0.7704706937074661,494.0,126464.0,1752.202313452959,8093696.0 +172.39,6.800000190734863,4858.0,0.00844182725995779,0.11322021484375,2.328726053237915,-0.011869072914123535,0.38424742221832275,0.7372434735298157,495.0,126720.0,1755.5752558428794,8110080.0 +183.41,6.800000190734863,5024.0,0.008467151783406734,0.1149495467543602,2.3422980308532715,-0.011058174073696136,0.32764866948127747,0.7849529981613159,496.0,126976.0,1758.8371926718391,8126464.0 +174.85,6.400000095367432,4916.0,0.009841926395893097,0.13311767578125,2.3472256660461426,-0.009783132933080196,0.3863004744052887,0.7630964815616608,497.0,127232.0,1762.1705601708964,8142848.0 +150.55,7.199999809265137,4848.0,0.008745771832764149,0.11767578125,2.3530843257904053,-0.01059203501790762,0.3149901032447815,0.801068976521492,498.0,127488.0,1765.5528742279857,8159232.0 +183.3,7.300000190734863,4748.0,0.0068965875543653965,0.0871785506606102,2.3356006145477295,-0.010633140802383423,0.2838422954082489,0.8346384763717651,499.0,127744.0,1769.0037317248061,8175616.0 +165.97,7.5,4773.0,0.006886705756187439,0.0807291641831398,2.337841510772705,-0.010979581624269485,0.275832861661911,0.8228607028722763,500.0,128000.0,1772.4364036577754,8192000.0 +218.54,7.199999809265137,4739.0,0.009610539302229881,0.1275227814912796,2.329916477203369,-0.012383212335407734,0.34129881858825684,0.8070215731859207,501.0,128256.0,1775.8941396109294,8208384.0 +169.62,7.0,4886.0,0.008915917947888374,0.1177775040268898,2.322979688644409,-0.010450318455696106,0.3871493339538574,0.8049376308917999,502.0,128512.0,1779.2479475699365,8224768.0 +119.53,7.5,4989.0,0.008649715222418308,0.11700439453125,2.301928758621216,-0.009584206156432629,0.3252317011356354,0.8280919939279556,503.0,128768.0,1782.532425239915,8241152.0 +136.6,7.400000095367432,4647.0,0.006995782256126404,0.0871785506606102,2.3136677742004395,-0.011852310039103031,0.20039260387420654,0.887553870677948,504.0,129024.0,1786.0585013548844,8257536.0 +198.58,7.0,4755.0,0.009013659320771694,0.1220703125,2.279606580734253,-0.010723359882831573,0.33199653029441833,0.8389232158660889,505.0,129280.0,1789.50453494885,8273920.0 +149.33,7.099999904632568,4718.0,0.00913980882614851,0.1249186173081398,2.269115686416626,-0.009858272038400173,0.3219524919986725,0.8304420113563538,506.0,129536.0,1792.977661758894,8290304.0 +159.9,7.699999809265137,4791.0,0.007980946451425552,0.1068929061293602,2.2583489418029785,-0.009781991131603718,0.34528276324272156,0.8039962500333786,507.0,129792.0,1796.3978582308628,8306688.0 +158.35,7.699999809265137,4884.0,0.010358777828514576,0.143798828125,2.3065500259399414,-0.012682789005339146,0.18718858063220978,0.8657293021678925,508.0,130048.0,1799.7526587008033,8323072.0 +194.96,6.900000095367432,4726.0,0.008802720345556736,0.1125284805893898,2.2896549701690674,-0.01112313847988844,0.37545016407966614,0.7372539639472961,509.0,130304.0,1803.2194483058993,8339456.0 +180.25,7.599999904632568,4754.0,0.009968354366719723,0.1412353515625,2.2954187393188477,-0.00985997449606657,0.2683286964893341,0.7944979667663574,510.0,130560.0,1806.6659319379833,8355840.0 +205.46,6.800000190734863,4851.0,0.008950340561568737,0.1171061173081398,2.262098789215088,-0.011564918793737888,0.32941731810569763,0.7709271758794785,511.0,130816.0,1810.0449142758735,8372224.0 +212.72,7.300000190734863,4662.0,0.008799594826996326,0.11724853515625,2.299455404281616,-0.009070207364857197,0.33543112874031067,0.767037570476532,512.0,131072.0,1813.5600223108195,8388608.0 +198.91,7.599999904632568,4554.0,0.009089619852602482,0.1238810196518898,2.3154890537261963,-0.01182390097528696,0.22826850414276123,0.8506932109594345,513.0,131328.0,1817.1582634458318,8404992.0 +223.38,6.900000095367432,4867.0,0.006864000111818314,0.0836995467543602,2.320392608642578,-0.010036149993538857,0.3130437135696411,0.8263065963983536,514.0,131584.0,1820.5252778287977,8421376.0 +159.82,7.400000095367432,4965.0,0.007609264925122261,0.1002604141831398,2.312182664871216,-0.011265087872743607,0.33358490467071533,0.8350235968828201,515.0,131840.0,1823.8258584139403,8437760.0 +133.43,7.599999904632568,5030.0,0.008212083019316196,0.1097818985581398,2.282165765762329,-0.013449487276375294,0.26353880763053894,0.8678074926137924,516.0,132096.0,1827.083695470821,8454144.0 +213.58,6.800000190734863,4824.0,0.007418534252792597,0.0908203125,2.3073689937591553,-0.010101589374244213,0.2993893325328827,0.8424124866724014,517.0,132352.0,1830.4806122928858,8470528.0 +150.84,7.699999809265137,4743.0,0.01021705474704504,0.1419677734375,2.30924391746521,-0.011052527464926243,0.28811997175216675,0.8301916569471359,518.0,132608.0,1833.9355254978873,8486912.0 +132.96,7.599999904632568,4864.0,0.011038525961339474,0.1484578400850296,2.2832794189453125,-0.011875923722982407,0.2809649705886841,0.8242555409669876,519.0,132864.0,1837.3041257129516,8503296.0 +187.72,6.300000190734863,4610.0,0.009923496283590794,0.1399943083524704,2.3277695178985596,-0.008220745250582695,0.4733249247074127,0.7267166674137115,520.0,133120.0,1840.8587071439251,8519680.0 +169.25,7.599999904632568,4796.0,0.008874363265931606,0.1155192032456398,2.3403422832489014,-0.00958463829010725,0.30512508749961853,0.8066582232713699,521.0,133376.0,1844.2753562168218,8536064.0 +202.64,7.400000095367432,4906.0,0.007474513724446297,0.0990193709731102,2.338926315307617,-0.009501652792096138,0.3127652704715729,0.7985272109508514,522.0,133632.0,1847.6154099768028,8552448.0 +194.91,6.599999904632568,4774.0,0.007052581757307053,0.08831787109375,2.3120510578155518,-0.01169490534812212,0.30162012577056885,0.8055651932954788,523.0,133888.0,1851.0477356310003,8568832.0 +209.47,7.099999904632568,4679.0,0.01014151144772768,0.1439208984375,2.2939670085906982,-0.00993412733078003,0.43216851353645325,0.7415975332260132,524.0,134144.0,1854.5500359209254,8585216.0 +185.15,7.400000095367432,4679.0,0.006312157493084669,0.0753377303481102,2.269212484359741,-0.011886720545589924,0.31407979130744934,0.7940342873334885,525.0,134400.0,1858.052237672964,8601600.0 +161.72,7.0,4579.0,0.009857618249952793,0.1400960236787796,2.286064624786377,-0.007105246651917696,0.35426461696624756,0.7717258930206299,526.0,134656.0,1861.6307383119129,8617984.0 +154.43,7.599999904632568,4933.0,0.008790644817054272,0.0911865234375,2.3091745376586914,-0.007192324381321669,0.2978682816028595,0.834973469376564,527.0,134912.0,1864.9522212159354,8634368.0 +260.18,6.400000095367432,4776.0,0.009011488407850266,0.1218465194106102,2.3390684127807617,-0.009799819439649582,0.4434394836425781,0.7598197013139725,528.0,135168.0,1868.3837169779,8650752.0 +140.99,7.199999809265137,4622.0,0.007788953837007284,0.1016438826918602,2.3368375301361084,-0.008556396700441837,0.36204150319099426,0.7845390737056732,529.0,135424.0,1871.928630276816,8667136.0 +177.0,7.900000095367432,4967.0,0.010371427983045578,0.14678955078125,2.3447489738464355,-0.011107112281024456,0.24269025027751923,0.8309537917375565,530.0,135680.0,1875.2277357208077,8683520.0 +133.69,7.400000095367432,4891.0,0.009236601181328297,0.1303303986787796,2.2856905460357666,-0.010007286444306374,0.36801424622535706,0.7733069509267807,531.0,135936.0,1878.5783557549585,8699904.0 +177.88,6.599999904632568,4780.0,0.008171946741640568,0.1049601212143898,2.266763925552368,-0.008070386946201324,0.4983275234699249,0.7090438008308411,532.0,136192.0,1882.0063588118646,8716288.0 +128.76,7.400000095367432,4683.0,0.009112782776355743,0.12530517578125,2.315500020980835,-0.009404904209077358,0.3695339262485504,0.7405903339385986,533.0,136448.0,1885.5069107308518,8732672.0 +173.12,7.599999904632568,4588.0,0.009598110802471638,0.132568359375,2.3211593627929688,-0.009730006568133831,0.2704257369041443,0.8077990412712097,534.0,136704.0,1889.0784031758085,8749056.0 +189.36,7.199999809265137,4784.0,0.006936023477464914,0.0862019881606102,2.329012393951416,-0.008983911946415901,0.3036563992500305,0.7906202971935272,535.0,136960.0,1892.5035467739217,8765440.0 +250.4,6.599999904632568,4956.0,0.007755946833640337,0.1067301407456398,2.341642379760742,-0.00912629533559084,0.3309761881828308,0.8058992177248001,536.0,137216.0,1895.8099304258358,8781824.0 +232.29,6.800000190734863,4831.0,0.008491813205182552,0.11151123046875,2.311532735824585,-0.01080899778753519,0.3412356376647949,0.7951516509056091,537.0,137472.0,1899.2016561268829,8798208.0 +163.93,7.300000190734863,4792.0,0.0076412782073020935,0.0992024764418602,2.317736864089966,-0.009337752126157284,0.3348691761493683,0.8051536232233047,538.0,137728.0,1902.621161232004,8814592.0 +171.1,7.900000095367432,4621.0,0.00854321476072073,0.1134440079331398,2.2799408435821533,-0.009004903957247734,0.26572826504707336,0.8541242927312851,539.0,137984.0,1906.1668757069856,8830976.0 +176.13,6.699999809265137,4617.0,0.009394004009664059,0.1281941682100296,2.2793612480163574,-0.011395066976547241,0.40100550651550293,0.7989939302206039,540.0,138240.0,1909.7160457568243,8847360.0 +197.99,6.400000095367432,4654.0,0.00800636038184166,0.1028645858168602,2.3099067211151123,-0.009893820621073246,0.35869279503822327,0.8129080682992935,541.0,138496.0,1913.2369255297817,8863744.0 +180.8,6.800000190734863,4884.0,0.008202914148569107,0.10919189453125,2.3321688175201416,-0.00796426273882389,0.29985105991363525,0.8348571211099625,542.0,138752.0,1916.592392219929,8880128.0 +122.41,8.199999809265137,4747.0,0.00904847402125597,0.1200968399643898,2.3390958309173584,-0.014731408096849918,0.16239513456821442,0.8952363878488541,543.0,139008.0,1920.0440197528806,8896512.0 +194.85,7.199999809265137,4729.0,0.010180946439504623,0.1291707307100296,2.3273298740386963,-0.010671026073396206,0.34295403957366943,0.7785280495882034,544.0,139264.0,1923.5086733179633,8912896.0 +161.85,7.599999904632568,4666.0,0.009091556072235107,0.1316731721162796,2.29784893989563,-0.009568526409566402,0.3784871995449066,0.7577762305736542,545.0,139520.0,1927.0205854428932,8929280.0 +139.52,7.699999809265137,4737.0,0.006778643932193518,0.08740234375,2.28476619720459,-0.008785907179117203,0.27277126908302307,0.7843124717473984,546.0,139776.0,1930.4800600789022,8945664.0 +162.05,6.900000095367432,5018.0,0.0074588400311768055,0.09869384765625,2.2963459491729736,-0.009863290935754776,0.33690717816352844,0.7620577067136765,547.0,140032.0,1933.7453376438934,8962048.0 +168.53,7.5,4728.0,0.008698835037648678,0.1146443709731102,2.2925479412078857,-0.009157252497971058,0.37317612767219543,0.7683213502168655,548.0,140288.0,1937.211155546829,8978432.0 +195.12,7.199999809265137,4882.0,0.006752644199877977,0.0869547501206398,2.303476572036743,-0.007929486222565174,0.43023502826690674,0.7828643918037415,549.0,140544.0,1940.567769461777,8994816.0 +178.27,7.5,4712.0,0.0069452752359211445,0.0859171524643898,2.2642152309417725,-0.009083610959351063,0.4282468259334564,0.7937438488006592,550.0,140800.0,1944.0453531248495,9011200.0 +117.76,7.400000095367432,4688.0,0.006504885386675596,0.0806681290268898,2.2731516361236572,-0.008938387036323547,0.33664873242378235,0.8145929872989655,551.0,141056.0,1947.5402636339422,9027584.0 +173.21,6.699999809265137,4755.0,0.00684247026219964,0.0809122696518898,2.265902280807495,-0.008916092105209827,0.35933366417884827,0.8074684590101242,552.0,141312.0,1950.9863830818795,9043968.0 +143.9,7.099999904632568,4858.0,0.007016271352767944,0.0855306014418602,2.253006935119629,-0.00797605887055397,0.42188358306884766,0.7815636545419693,553.0,141568.0,1954.3596676129382,9060352.0 +184.13,7.0,4950.0,0.00620039738714695,0.07659912109375,2.280961751937866,-0.0089930584654212,0.392831951379776,0.7888831347227097,554.0,141824.0,1957.6702451168094,9076736.0 +199.26,7.0,4805.0,0.009071863256394863,0.1080525740981102,2.302523374557495,-0.009830682538449764,0.30296850204467773,0.8234941959381104,555.0,142080.0,1961.0802872388158,9093120.0 +210.91,7.5,4939.0,0.00808000098913908,0.1064046248793602,2.2861223220825195,-0.009358403272926807,0.2771088182926178,0.8383369743824005,556.0,142336.0,1964.3980650829617,9109504.0 +237.57,7.0,4826.0,0.007303773891180754,0.095947265625,2.29085111618042,-0.010202324017882347,0.34819862246513367,0.7997675836086273,557.0,142592.0,1967.793681096984,9125888.0 +165.81,7.300000190734863,5084.0,0.007355837617069483,0.0920003280043602,2.27018666267395,-0.009550648741424084,0.4293800890445709,0.77395099401474,558.0,142848.0,1971.01681262278,9142272.0 +172.15,6.900000095367432,4673.0,0.011266508139669895,0.1490275114774704,2.2739062309265137,-0.011226450093090534,0.29557132720947266,0.8351716697216034,559.0,143104.0,1974.5233767169993,9158656.0 +166.71,7.099999904632568,4909.0,0.009883362799882889,0.1391398161649704,2.2534916400909424,-0.010057254694402218,0.3005913197994232,0.8463539034128189,560.0,143360.0,1977.8609632959124,9175040.0 +223.86,6.5,4894.0,0.008437135256826878,0.1100056990981102,2.2726504802703857,-0.009445790201425552,0.283593088388443,0.8514470905065536,561.0,143616.0,1981.209329876816,9191424.0 +249.07,7.099999904632568,5035.0,0.010137378238141537,0.1181640625,2.293910026550293,-0.006421608384698629,0.20658761262893677,0.8791152909398079,562.0,143872.0,1984.4639713438228,9207808.0 +234.4,6.900000095367432,4847.0,0.007647835183888674,0.0964558944106102,2.2823617458343506,-0.009206090122461319,0.25105971097946167,0.8539552837610245,563.0,144128.0,1987.8442969419993,9224192.0 +197.26,7.300000190734863,4600.0,0.007060785312205553,0.08966064453125,2.269429922103882,-0.008803374134004116,0.413875937461853,0.7535299807786942,564.0,144384.0,1991.4065981640015,9240576.0 +193.34,7.800000190734863,4711.0,0.007167956326156855,0.0902099609375,2.2914254665374756,-0.009679404087364674,0.281236469745636,0.8277788609266281,565.0,144640.0,1994.8850153249223,9256960.0 +197.77,7.699999809265137,4847.0,0.00882694125175476,0.12255859375,2.296415328979492,-0.007969670929014683,0.23859332501888275,0.854309931397438,566.0,144896.0,1998.266006009886,9273344.0 +169.05,7.400000095367432,4866.0,0.009395009838044643,0.1262613981962204,2.287341356277466,-0.01012860331684351,0.23215453326702118,0.8398333191871643,567.0,145152.0,2001.6334427078255,9289728.0 +208.06,7.099999904632568,4794.0,0.008312386460602283,0.1085408553481102,2.3114020824432373,-0.00826272927224636,0.2916550934314728,0.8516071438789368,568.0,145408.0,2005.0517703387886,9306112.0 +193.39,7.599999904632568,4778.0,0.007425513584166765,0.0983479842543602,2.28003191947937,-0.00752566521987319,0.22548826038837433,0.8706502914428711,569.0,145664.0,2008.4810501087923,9322496.0 +184.96,7.300000190734863,4870.0,0.009040123783051968,0.11688232421875,2.2681214809417725,-0.009866065345704556,0.3582822382450104,0.7852677404880524,570.0,145920.0,2011.8456697689835,9338880.0 +205.34,7.099999904632568,4627.0,0.009441468864679337,0.1292928010225296,2.269483804702759,-0.00836995430290699,0.37354084849357605,0.8211317509412766,571.0,146176.0,2015.3865623869933,9355264.0 +145.56,7.400000095367432,4716.0,0.009083203971385956,0.1206258162856102,2.273648262023926,-0.011420883238315582,0.25387126207351685,0.8382653146982193,572.0,146432.0,2018.865405318793,9371648.0 +128.27,7.599999904632568,4476.0,0.007822929881513119,0.1040242537856102,2.264770746231079,-0.010554559528827667,0.27023857831954956,0.8183857947587967,573.0,146688.0,2022.5264554859605,9388032.0 +199.4,7.0,4714.0,0.00841464102268219,0.1157633438706398,2.2732338905334473,-0.009877938777208328,0.2999991178512573,0.7970945090055466,574.0,146944.0,2026.0019880498294,9404416.0 +179.5,6.599999904632568,4641.0,0.00867417361587286,0.1127522811293602,2.2758045196533203,-0.010687463916838169,0.527162492275238,0.6864518523216248,575.0,147200.0,2029.5328993378207,9420800.0 +145.34,8.0,4817.0,0.006904894020408392,0.084228515625,2.293789863586426,-0.00812976248562336,0.23543165624141693,0.8375770449638367,576.0,147456.0,2032.934454368893,9437184.0 +190.78,7.099999904632568,4820.0,0.008916941471397877,0.1166178360581398,2.2802581787109375,-0.01005085650831461,0.3539440631866455,0.7865418940782547,577.0,147712.0,2036.334235188784,9453568.0 +222.04,7.099999904632568,4976.0,0.00986575335264206,0.12420654296875,2.2893478870391846,-0.012196975760161877,0.29208752512931824,0.803157165646553,578.0,147968.0,2039.6272797528654,9469952.0 +161.27,7.5,4855.0,0.010687749832868576,0.1366984099149704,2.3006060123443604,-0.010618697851896286,0.1765064001083374,0.8550848662853241,579.0,148224.0,2043.002419381868,9486336.0 +198.6,7.0,4870.0,0.008262654766440392,0.11041259765625,2.282848596572876,-0.010936107486486435,0.279305636882782,0.8059121966362,580.0,148480.0,2046.367103194818,9502720.0 +197.0,7.5,4906.0,0.009690663777291775,0.1294962614774704,2.2671639919281006,-0.009374469518661499,0.28482648730278015,0.8119276016950607,581.0,148736.0,2049.7077543758787,9519104.0 +219.38,7.199999809265137,4753.0,0.009901182726025581,0.14129638671875,2.266707181930542,-0.00868298765271902,0.31085076928138733,0.7726503610610962,582.0,148992.0,2053.1551861399785,9535488.0 +153.73,7.0,4894.0,0.008340260945260525,0.1107177734375,2.2542738914489746,-0.010989252477884293,0.3678228557109833,0.7299937009811401,583.0,149248.0,2056.503208174836,9551872.0 +135.86,7.599999904632568,4861.0,0.010410652495920658,0.1358235627412796,2.242396116256714,-0.009620348922908306,0.3415432274341583,0.7543631196022034,584.0,149504.0,2059.8741230107844,9568256.0 +174.65,7.5,4735.0,0.00917422492057085,0.1199137344956398,2.3027398586273193,-0.009177054278552532,0.2695349156856537,0.7950291335582733,585.0,149760.0,2063.3349569619168,9584640.0 +179.12,6.5,4914.0,0.010184071958065033,0.13616943359375,2.2918717861175537,-0.011988420970737934,0.33973249793052673,0.7660474479198456,586.0,150016.0,2066.6697414338123,9601024.0 +154.37,7.300000190734863,4741.0,0.009980027563869953,0.1360880583524704,2.2984626293182373,-0.010048756375908852,0.29457488656044006,0.8117656856775284,587.0,150272.0,2070.1262502837926,9617408.0 +167.65,7.699999809265137,4913.0,0.008322970010340214,0.1108194962143898,2.325319528579712,-0.011591136455535889,0.28830257058143616,0.8180370479822159,588.0,150528.0,2073.461740309838,9633792.0 +181.55,7.5,4883.0,0.009114069864153862,0.1144612655043602,2.353076219558716,-0.008476939052343369,0.25823867321014404,0.8302709758281708,589.0,150784.0,2076.817387464922,9650176.0 +210.89,6.599999904632568,4757.0,0.010390050709247589,0.14410400390625,2.3711559772491455,-0.011212349869310856,0.17133395373821259,0.8741772323846817,590.0,151040.0,2080.26624168898,9666560.0 +269.36,6.5,4805.0,0.009160109795629978,0.1250406950712204,2.330078601837158,-0.013468039222061634,0.32833197712898254,0.7979313284158707,591.0,151296.0,2083.6767288078554,9682944.0 +182.86,8.300000190734863,4906.0,0.009561861865222454,0.1287028044462204,2.2670400142669678,-0.01145726814866066,0.22410748898983002,0.8577969670295715,592.0,151552.0,2087.0170235789847,9699328.0 +153.26,8.100000381469727,4606.0,0.008953659795224667,0.1145426407456398,2.287750482559204,-0.009649924002587795,0.23027031123638153,0.856193482875824,593.0,151808.0,2090.574532688828,9715712.0 +210.5,7.599999904632568,4946.0,0.009926922619342804,0.12872314453125,2.2976596355438232,-0.010680084116756916,0.17216229438781738,0.8836317732930183,594.0,152064.0,2093.8873023728374,9732096.0 +205.62,6.599999904632568,4746.0,0.008695255033671856,0.1125284805893898,2.2758278846740723,-0.010724011808633804,0.40888774394989014,0.7738495618104935,595.0,152320.0,2097.3395249259192,9748480.0 +176.2,6.800000190734863,4647.0,0.007758819032460451,0.09722900390625,2.31172513961792,-0.01140810176730156,0.3164398670196533,0.812187135219574,596.0,152576.0,2100.866135269869,9764864.0 +228.8,6.599999904632568,4770.0,0.008376172743737698,0.1140950545668602,2.2827212810516357,-0.00859142653644085,0.3536646366119385,0.7931012511253357,597.0,152832.0,2104.300924363779,9781248.0 +138.4,7.400000095367432,4580.0,0.011800804175436497,0.1519978791475296,2.3089358806610107,-0.009141266345977783,0.3224254548549652,0.8226271569728851,598.0,153088.0,2107.8791277247947,9797632.0 +232.93,6.900000095367432,4592.0,0.009419373236596584,0.1116739884018898,2.260601282119751,-0.008541516028344631,0.3028673529624939,0.8454246670007706,599.0,153344.0,2111.4471175749786,9814016.0 +157.35,7.400000095367432,4619.0,0.008444634266197681,0.11260986328125,2.261234998703003,-0.010419624857604504,0.34600958228111267,0.8174900710582733,600.0,153600.0,2114.9944926248863,9830400.0 +206.65,6.900000095367432,4587.0,0.009572556242346764,0.1354777067899704,2.2554054260253906,-0.012691277079284191,0.24969446659088135,0.8467074632644653,601.0,153856.0,2118.5668797539547,9846784.0 +169.61,7.300000190734863,4754.0,0.010755244642496109,0.14056396484375,2.2571537494659424,-0.01147086825221777,0.38568195700645447,0.7214189767837524,602.0,154112.0,2122.0138628429268,9863168.0 +209.28,7.199999809265137,4653.0,0.010403827764093876,0.1458943635225296,2.3064095973968506,-0.010112226940691471,0.2290300726890564,0.8344206809997559,603.0,154368.0,2125.5352435118984,9879552.0 +203.1,8.100000381469727,5032.0,0.009196446277201176,0.1269327849149704,2.298600196838379,-0.011981077492237091,0.17037594318389893,0.8728217035531998,604.0,154624.0,2128.791267370805,9895936.0 +205.78,7.599999904632568,4474.0,0.00916367769241333,0.1186930313706398,2.2890985012054443,-0.01299231220036745,0.3161905109882355,0.7845532298088074,605.0,154880.0,2132.4539122299757,9912320.0 +240.36,6.900000095367432,4662.0,0.008365797810256481,0.1094563826918602,2.2926695346832275,-0.010557272471487522,0.2687259018421173,0.7936258465051651,606.0,155136.0,2135.968439159915,9928704.0 +153.42,7.599999904632568,4606.0,0.008607651107013226,0.1169637069106102,2.280930280685425,-0.00971256848424673,0.27698245644569397,0.7978208959102631,607.0,155392.0,2139.5300947709475,9945088.0 +195.9,7.199999809265137,4666.0,0.008963060565292835,0.1208292618393898,2.2899351119995117,-0.012314881198108196,0.2826438844203949,0.8068831562995911,608.0,155648.0,2143.04143961682,9961472.0 +194.79,7.099999904632568,4735.0,0.00932763796299696,0.1294148713350296,2.3095862865448,-0.013656992465257645,0.23981480300426483,0.8408466875553131,609.0,155904.0,2146.501946183853,9977856.0 +235.8,6.400000095367432,4542.0,0.00961189903318882,0.1311442106962204,2.3109588623046875,-0.011623716913163662,0.3054873049259186,0.8113695532083511,610.0,156160.0,2150.110100645805,9994240.0 +189.15,6.900000095367432,4538.0,0.010062415152788162,0.1312052458524704,2.344430446624756,-0.009517385624349117,0.18763475120067596,0.8630294799804688,611.0,156416.0,2153.7210969019216,10010624.0 +239.6,6.300000190734863,4779.0,0.008079770021140575,0.1066487655043602,2.3377749919891357,-0.009187442250549793,0.3225904107093811,0.7820363938808441,612.0,156672.0,2157.150147611974,10027008.0 +280.28,6.199999809265137,4872.0,0.008987016044557095,0.1229044571518898,2.2936599254608154,-0.010542444884777069,0.359451562166214,0.7942539900541306,613.0,156928.0,2160.5132831849623,10043392.0 +184.89,6.800000190734863,4721.0,0.00753193162381649,0.0978190079331398,2.290149450302124,-0.011035685427486897,0.2680530250072479,0.830263689160347,614.0,157184.0,2163.98402024596,10059776.0 +216.59,7.0,4967.0,0.007570640649646521,0.0986124649643898,2.256770372390747,-0.011313854716718197,0.20776528120040894,0.8766928911209106,615.0,157440.0,2167.2830549888313,10076160.0 +226.48,7.0,4827.0,0.010773037560284138,0.1402994841337204,2.2672760486602783,-0.009684775955975056,0.27728068828582764,0.8647498786449432,616.0,157696.0,2170.6787684569135,10092544.0 +178.82,7.800000190734863,4828.0,0.009315862320363522,0.12347412109375,2.272321939468384,-0.011399909853935242,0.2614803910255432,0.8722482621669769,617.0,157952.0,2174.0730228049215,10108928.0 +148.93,7.699999809265137,4756.0,0.009551734663546085,0.1280314177274704,2.343859910964966,-0.012600194662809372,0.25559523701667786,0.874554768204689,618.0,158208.0,2177.5179662678856,10125312.0 +212.38,7.099999904632568,4594.0,0.009052501060068607,0.11004638671875,2.3527023792266846,-0.01210831943899393,0.25908660888671875,0.8649170398712158,619.0,158464.0,2181.0844723009504,10141696.0 +213.62,7.5,4664.0,0.009649553336203098,0.1293131560087204,2.3540232181549072,-0.012772141955792904,0.19059675931930542,0.8844977095723152,620.0,158720.0,2184.5975520028733,10158080.0 +202.8,6.699999809265137,4907.0,0.010459658689796925,0.1411336213350296,2.3265397548675537,-0.011598280631005764,0.3220442235469818,0.8431718349456787,621.0,158976.0,2187.936516869813,10174464.0 +157.3,8.199999809265137,4610.0,0.010420636273920536,0.14874267578125,2.3053038120269775,-0.01381918415427208,0.2030782699584961,0.8911234959959984,622.0,159232.0,2191.4912472248543,10190848.0 +156.78,7.599999904632568,4781.0,0.009544593282043934,0.1256103515625,2.2935779094696045,-0.011550314724445343,0.24702388048171997,0.8684776574373245,623.0,159488.0,2194.918264670996,10207232.0 +140.54,7.199999809265137,4814.0,0.009461994282901287,0.12615966796875,2.2527432441711426,-0.00994988065212965,0.35923710465431213,0.8373419642448425,624.0,159744.0,2198.3222804388497,10223616.0 +188.81,6.699999809265137,4656.0,0.009695988148450851,0.1345418244600296,2.282524824142456,-0.01037620846182108,0.31767767667770386,0.8365057110786438,625.0,160000.0,2201.8416578008328,10240000.0 +152.46,7.099999904632568,4735.0,0.010108381509780884,0.1328938752412796,2.266820192337036,-0.012553044594824314,0.3235607147216797,0.8451862931251526,626.0,160256.0,2205.302071330836,10256384.0 +200.39,6.699999809265137,4673.0,0.009222317487001419,0.1251220703125,2.315246820449829,-0.010219372808933258,0.293867290019989,0.8495840579271317,627.0,160512.0,2208.811283283867,10272768.0 +153.92,7.800000190734863,4760.0,0.009425533004105091,0.1207682266831398,2.274845838546753,-0.013253654353320599,0.3083702623844147,0.8489689975976944,628.0,160768.0,2212.2537886309437,10289152.0 +184.48,7.099999904632568,4655.0,0.00844004936516285,0.1146647110581398,2.2985689640045166,-0.01192450150847435,0.3848319947719574,0.8175307661294937,629.0,161024.0,2215.7743758379947,10305536.0 +203.61,7.099999904632568,4805.0,0.00988429132848978,0.1351521760225296,2.319195508956909,-0.012457970529794693,0.28740984201431274,0.8584325611591339,630.0,161280.0,2219.184284564806,10321920.0 +139.06,7.199999809265137,4816.0,0.010072781704366207,0.13299560546875,2.2981910705566406,-0.014939847402274609,0.3150961697101593,0.8283483386039734,631.0,161536.0,2222.586579553783,10338304.0 +137.71,7.599999904632568,4577.0,0.010384096764028072,0.1355794221162796,2.2839605808258057,-0.01254186686128378,0.26305609941482544,0.8535082787275314,632.0,161792.0,2226.1667828548234,10354688.0 +190.97,6.900000095367432,4851.0,0.010085330344736576,0.13970947265625,2.297969341278076,-0.010937727056443691,0.4514212906360626,0.7472222149372101,633.0,162048.0,2229.544710683869,10371072.0 +193.9,7.400000095367432,4690.0,0.00774168549105525,0.1028035506606102,2.31502366065979,-0.013203278183937073,0.23718976974487305,0.8512706160545349,634.0,162304.0,2233.038117400836,10387456.0 +132.21,7.800000190734863,4995.0,0.00821139756590128,0.1060587540268898,2.2547574043273926,-0.013062980957329273,0.33456090092658997,0.8183352500200272,635.0,162560.0,2236.3187718410045,10403840.0 +146.01,8.0,4752.0,0.009603484533727169,0.1261393278837204,2.2481038570404053,-0.01070128008723259,0.28760650753974915,0.8297716379165649,636.0,162816.0,2239.76751198899,10420224.0 +169.61,7.699999809265137,4733.0,0.008584472350776196,0.115234375,2.2865235805511475,-0.012026696465909481,0.292729914188385,0.8429242521524429,637.0,163072.0,2243.2297080049757,10436608.0 +164.77,8.399999618530273,4805.0,0.00991081167012453,0.13916015625,2.2724266052246094,-0.015273652039468288,0.19180165231227875,0.8878349363803864,638.0,163328.0,2246.640390625922,10452992.0 +136.08,7.300000190734863,4663.0,0.008230427280068398,0.1084798201918602,2.260755777359009,-0.011290058493614197,0.4428941011428833,0.7684895545244217,639.0,163584.0,2250.1544968739618,10469376.0 +147.91,7.400000095367432,4999.0,0.01190734189003706,0.1661376953125,2.2492501735687256,-0.009801236912608147,0.297186940908432,0.8382835388183594,640.0,163840.0,2253.4320663069375,10485760.0 +87.88,8.399999618530273,4791.0,0.00899976585060358,0.11773681640625,2.2268831729888916,-0.013375134207308292,0.28598448634147644,0.851452961564064,641.0,164096.0,2256.8518954259343,10502144.0 +157.04,7.900000095367432,4775.0,0.010668323375284672,0.1478678435087204,2.2467730045318604,-0.01008919719606638,0.26493027806282043,0.8712056279182434,642.0,164352.0,2260.28377323295,10518528.0 +150.89,7.099999904632568,4776.0,0.007668599020689726,0.09234619140625,2.225381374359131,-0.009653095155954361,0.43921995162963867,0.8112637400627136,643.0,164608.0,2263.7145583578385,10534912.0 +135.58,6.800000190734863,4780.0,0.007131058257073164,0.09063720703125,2.2385246753692627,-0.010875988751649857,0.38899561762809753,0.8063571751117706,644.0,164864.0,2267.1426374469884,10551296.0 +157.91,7.0,4785.0,0.007901954464614391,0.1056925430893898,2.259747266769409,-0.010392076335847378,0.33424481749534607,0.812977209687233,645.0,165120.0,2270.567142034881,10567680.0 +169.21,7.699999809265137,4618.0,0.00990370661020279,0.1304728239774704,2.2466351985931396,-0.011887221597135067,0.24454469978809357,0.8597878962755203,646.0,165376.0,2274.1152993249707,10584064.0 +170.11,7.0,4792.0,0.006794045213609934,0.0859578475356102,2.244948148727417,-0.01134524866938591,0.36804652214050293,0.8090100288391113,647.0,165632.0,2277.53482703981,10600448.0 +203.92,7.199999809265137,4835.0,0.008211376145482063,0.10919189453125,2.2551615238189697,-0.012219511903822422,0.3941308259963989,0.7617428004741669,648.0,165888.0,2280.9238270958886,10616832.0 +107.02,7.599999904632568,4863.0,0.009723578579723835,0.12750244140625,2.2500312328338623,-0.010110481642186642,0.26806640625,0.8513995110988617,649.0,166144.0,2284.29354894883,10633216.0 +128.01,8.0,4699.0,0.008021853864192963,0.1084798201918602,2.2502119541168213,-0.012070529162883759,0.24902985990047455,0.8588394969701767,650.0,166400.0,2287.7803758978844,10649600.0 +197.14,7.400000095367432,4753.0,0.007359880954027176,0.0934855118393898,2.2244575023651123,-0.011604607105255127,0.3960742950439453,0.8270875066518784,651.0,166656.0,2291.227723511867,10665984.0 +124.76,7.699999809265137,4773.0,0.008957230485975742,0.11810302734375,2.2232327461242676,-0.01113444659858942,0.42727696895599365,0.7772064805030823,652.0,166912.0,2294.6605825989973,10682368.0 +147.22,7.400000095367432,4723.0,0.008314591832458973,0.1100870743393898,2.23065185546875,-0.010275349952280521,0.4166451394557953,0.8097372949123383,653.0,167168.0,2298.1300751788076,10698752.0 +114.44,7.699999809265137,4756.0,0.010201205499470234,0.1355183869600296,2.280088186264038,-0.010353808291256428,0.2073901742696762,0.9009452015161514,654.0,167424.0,2301.5755787987728,10715136.0 +163.66,7.300000190734863,4808.0,0.009988337755203247,0.1305338591337204,2.290515184402466,-0.00986186508089304,0.3820919096469879,0.827409103512764,655.0,167680.0,2304.983732801862,10731520.0 +124.78,7.699999809265137,4600.0,0.008947454392910004,0.1171875,2.2534849643707275,-0.011588259600102901,0.34052976965904236,0.848018005490303,656.0,167936.0,2308.545706006931,10747904.0 +174.63,7.5,4697.0,0.009425412863492966,0.1327311247587204,2.2872025966644287,-0.01185408141463995,0.2793475091457367,0.8739976584911346,657.0,168192.0,2312.0345227478538,10764288.0 +120.06,8.100000381469727,4831.0,0.009069507010281086,0.1248779296875,2.2530832290649414,-0.012220684438943863,0.2935788631439209,0.8638624399900436,658.0,168448.0,2315.425954757957,10780672.0 +160.37,7.199999809265137,4851.0,0.008634017780423164,0.1172892227768898,2.2601654529571533,-0.012380574829876423,0.3078390657901764,0.8648356944322586,659.0,168704.0,2318.803992385976,10797056.0 +205.48,7.300000190734863,4767.0,0.007426948752254248,0.0951131209731102,2.2483043670654297,-0.008706754073500633,0.43192219734191895,0.8236826807260513,660.0,168960.0,2322.241334094899,10813440.0 +159.2,8.0,4821.0,0.009070836007595062,0.1168619766831398,2.2607169151306152,-0.011493482626974583,0.3234027326107025,0.8566140830516815,661.0,169216.0,2325.6403493939433,10829824.0 +147.89,7.199999809265137,4840.0,0.010235807858407497,0.1354573518037796,2.25394868850708,-0.011527560651302338,0.3083404302597046,0.8699320405721664,662.0,169472.0,2329.028318685945,10846208.0 +128.51,7.599999904632568,4955.0,0.009920608252286911,0.1316121369600296,2.2609333992004395,-0.010842741467058659,0.25173696875572205,0.886661559343338,663.0,169728.0,2332.3352852428798,10862592.0 +168.39,7.5,4995.0,0.008615522645413876,0.1077677384018898,2.2571074962615967,-0.01016163732856512,0.31052786111831665,0.863357663154602,664.0,169984.0,2335.6163504158612,10878976.0 +179.42,7.400000095367432,4835.0,0.007971648126840591,0.1016438826918602,2.272017240524292,-0.011294975876808167,0.303151398897171,0.8562798798084259,665.0,170240.0,2339.0050289898645,10895360.0 +168.04,7.0,4701.0,0.00908602774143219,0.1214192733168602,2.2518014907836914,-0.010565775446593761,0.39907708764076233,0.7916894108057022,666.0,170496.0,2342.4907261859626,10911744.0 +135.54,7.900000095367432,4772.0,0.009561141021549702,0.1241251602768898,2.22434139251709,-0.012686796486377716,0.3357372581958771,0.8255100399255753,667.0,170752.0,2345.924256742932,10928128.0 +123.18,7.5,4640.0,0.009378853254020214,0.1275227814912796,2.241847515106201,-0.012375138700008392,0.3805776834487915,0.8288116604089737,668.0,171008.0,2349.455838388996,10944512.0 +146.27,8.0,4591.0,0.009778049774467945,0.1332600861787796,2.249774217605591,-0.011668714694678783,0.19956664741039276,0.8957308605313301,669.0,171264.0,2353.0249897718895,10960896.0 +168.21,7.699999809265137,4760.0,0.009843583218753338,0.1316121369600296,2.233423948287964,-0.011366844177246094,0.29942524433135986,0.8619533777236938,670.0,171520.0,2356.467372124782,10977280.0 +134.67,7.699999809265137,4810.0,0.007428982760757208,0.0967203751206398,2.245633602142334,-0.010021161288022995,0.4009467363357544,0.8132586479187012,671.0,171776.0,2359.87464651186,10993664.0 +181.37,6.699999809265137,4816.0,0.008526482619345188,0.1101277694106102,2.2465946674346924,-0.008764861151576042,0.38391146063804626,0.7825228124856949,672.0,172032.0,2363.277303139912,11010048.0 +97.05,7.900000095367432,4730.0,0.008950985036790371,0.1117960587143898,2.2320451736450195,-0.009226617403328419,0.39676836133003235,0.7841294556856155,673.0,172288.0,2366.742008597823,11026432.0 +146.28,8.100000381469727,4759.0,0.009849383495748043,0.13287353515625,2.243224620819092,-0.010867174714803696,0.2248450517654419,0.8790072947740555,674.0,172544.0,2370.1847862838767,11042816.0 +133.47,7.0,4874.0,0.00752239627763629,0.1006673201918602,2.2376441955566406,-0.010577191598713398,0.49240949749946594,0.7660676836967468,675.0,172800.0,2373.5467427109834,11059200.0 +151.81,7.400000095367432,4763.0,0.007524877320975065,0.0980428084731102,2.258244276046753,-0.012253823690116405,0.3396666347980499,0.7968604862689972,676.0,173056.0,2376.9869139499497,11075584.0 +141.26,6.699999809265137,4698.0,0.008419922553002834,0.1074015274643898,2.276061773300171,-0.010429121553897858,0.3292117416858673,0.8051314353942871,677.0,173312.0,2380.475410801824,11091968.0 +152.59,7.300000190734863,4789.0,0.008804499171674252,0.1181437149643898,2.254110813140869,-0.01352816354483366,0.33376097679138184,0.8070169389247894,678.0,173568.0,2383.897200986976,11108352.0 +161.58,6.599999904632568,4584.0,0.00799336563795805,0.1064656600356102,2.251403570175171,-0.010207567363977432,0.42561641335487366,0.779472827911377,679.0,173824.0,2387.4715314889327,11124736.0 +182.93,6.800000190734863,4871.0,0.008251293562352657,0.1080322265625,2.2494957447052,-0.012052287347614765,0.2785087525844574,0.8413638174533844,680.0,174080.0,2390.835635086987,11141120.0 +114.96,7.5,5053.0,0.010870723985135555,0.147216796875,2.244520902633667,-0.008399670012295246,0.19810867309570312,0.8751464709639549,681.0,174336.0,2394.078719258774,11157504.0 +204.22,6.900000095367432,4726.0,0.010319790802896023,0.1403605192899704,2.2589266300201416,-0.012005499564111233,0.27100640535354614,0.8540765643119812,682.0,174592.0,2397.545572739793,11173888.0 +145.49,7.699999809265137,4808.0,0.009857523255050182,0.1399739533662796,2.2370171546936035,-0.011256232857704163,0.47329282760620117,0.736306220293045,683.0,174848.0,2400.9535358399153,11190272.0 +135.25,8.100000381469727,4996.0,0.00867381226271391,0.11053466796875,2.245699644088745,-0.011418524198234081,0.3463767468929291,0.7900118827819824,684.0,175104.0,2404.233457142953,11206656.0 +106.73,7.900000095367432,5117.0,0.010978125967085361,0.1457112580537796,2.2563869953155518,-0.013868828304111958,0.28575900197029114,0.823802649974823,685.0,175360.0,2407.435587821994,11223040.0 +139.76,8.100000381469727,5192.0,0.010117760859429836,0.1417032927274704,2.2864890098571777,-0.012365073896944523,0.18393464386463165,0.8579281717538834,686.0,175616.0,2410.5919121687766,11239424.0 +192.38,7.300000190734863,4692.0,0.009437358938157558,0.1336262971162796,2.319697618484497,-0.008792263455688953,0.3440990447998047,0.7697599679231644,687.0,175872.0,2414.0845850768965,11255808.0 +174.29,7.400000095367432,4713.0,0.008120869286358356,0.1048990860581398,2.2750728130340576,-0.011009369976818562,0.31225162744522095,0.7949264496564865,688.0,176128.0,2417.5610171097796,11272192.0 +185.95,6.699999809265137,4871.0,0.008479484356939793,0.1091512069106102,2.302635908126831,-0.011596303433179855,0.3655407428741455,0.7911995053291321,689.0,176384.0,2420.9251314378344,11288576.0 +177.62,6.900000095367432,4682.0,0.006683261599391699,0.0835164412856102,2.297651767730713,-0.010532240383327007,0.5318986773490906,0.7212344110012054,690.0,176640.0,2424.4250759619754,11304960.0 +153.12,7.199999809265137,4946.0,0.009555178694427013,0.12884521484375,2.2838408946990967,-0.010010476224124432,0.37336769700050354,0.7945697456598282,691.0,176896.0,2427.7377915028483,11321344.0 +157.71,7.800000190734863,4998.0,0.007720956578850746,0.0989786759018898,2.303856372833252,-0.011534989811480045,0.270902156829834,0.8418753147125244,692.0,177152.0,2431.0162073979154,11337728.0 +166.22,7.0,4718.0,0.009091123938560486,0.1179606094956398,2.3196868896484375,-0.012252929620444775,0.2999472916126251,0.8305136561393738,693.0,177408.0,2434.4892685569357,11354112.0 +182.38,6.599999904632568,4695.0,0.009711071848869324,0.1256917268037796,2.334066152572632,-0.009395796805620193,0.3202817440032959,0.8386177569627762,694.0,177664.0,2437.9793069248553,11370496.0 +188.78,6.800000190734863,4839.0,0.0077254208736121655,0.1005452498793602,2.3204257488250732,-0.010544861666858196,0.261405348777771,0.8625231981277466,695.0,177920.0,2441.3655214239843,11386880.0 +168.37,7.599999904632568,4583.0,0.008054345846176147,0.108154296875,2.3046085834503174,-0.01204932201653719,0.26643577218055725,0.8615187257528305,696.0,178176.0,2444.9411494079977,11403264.0 +192.0,7.099999904632568,4636.0,0.01004884671419859,0.1395060271024704,2.2848517894744873,-0.010891114361584187,0.34654441475868225,0.839659795165062,697.0,178432.0,2448.475509498967,11419648.0 +177.05,7.400000095367432,4776.0,0.008284344337880611,0.1092529296875,2.273773431777954,-0.010471799410879612,0.3179338872432709,0.851984977722168,698.0,178688.0,2451.906202878803,11436032.0 +137.37,7.699999809265137,4601.0,0.009978178888559341,0.13494873046875,2.240900993347168,-0.013563246466219425,0.3389981985092163,0.8419096320867538,699.0,178944.0,2455.4675233608577,11452416.0 +114.35,7.300000190734863,4614.0,0.008680429309606552,0.1154581680893898,2.2524755001068115,-0.009720872156322002,0.4195902645587921,0.8004824668169022,700.0,179200.0,2459.0190242819954,11468800.0 +157.58,7.900000095367432,4812.0,0.009245374239981174,0.1215006485581398,2.2499477863311768,-0.00847286731004715,0.23391886055469513,0.8646315336227417,701.0,179456.0,2462.424387096893,11485184.0 +187.64,7.900000095367432,4805.0,0.00841615255922079,0.11871337890625,2.2937417030334473,-0.010323588736355305,0.27734851837158203,0.8458568304777145,702.0,179712.0,2465.8346179868095,11501568.0 +139.47,7.800000190734863,4794.0,0.007496092468500137,0.10113525390625,2.260847330093384,-0.012119893915951252,0.23691295087337494,0.8666137456893921,703.0,179968.0,2469.253809260903,11517952.0 +201.57,7.800000190734863,4764.0,0.011537224985659122,0.1609700471162796,2.2655956745147705,-0.009575724601745605,0.1790766716003418,0.8937276229262352,704.0,180224.0,2472.6932966778986,11534336.0 +233.59,7.699999809265137,4719.0,0.011481433175504208,0.1634318083524704,2.290925979614258,-0.00880165584385395,0.27865806221961975,0.8450708389282227,705.0,180480.0,2476.1657785929274,11550720.0 +160.01,8.300000190734863,4748.0,0.00894201546907425,0.1192423477768898,2.2897024154663086,-0.011982387863099575,0.24187958240509033,0.8498476892709732,706.0,180736.0,2479.6169071709737,11567104.0 +110.88,7.699999809265137,4877.0,0.007665878627449274,0.0999959334731102,2.3023035526275635,-0.009910202585160732,0.33690834045410156,0.8059947639703751,707.0,180992.0,2482.9770925329067,11583488.0 +166.87,7.400000095367432,4945.0,0.009798665530979633,0.1396484375,2.3453574180603027,-0.010647998191416264,0.2878654897212982,0.8118763864040375,708.0,181248.0,2486.2912169788033,11599872.0 +182.41,7.800000190734863,4766.0,0.009015469811856747,0.1229248046875,2.325063467025757,-0.010333875194191933,0.25476011633872986,0.8361935615539551,709.0,181504.0,2489.7293443339877,11616256.0 +197.83,6.900000095367432,4730.0,0.008491563610732555,0.1160074844956398,2.340740442276001,-0.011528841219842434,0.2830941379070282,0.831527903676033,710.0,181760.0,2493.1932306508534,11632640.0 +173.58,7.099999904632568,4596.0,0.007313181180506945,0.0902913436293602,2.299520969390869,-0.011019674129784107,0.39919519424438477,0.7902252674102783,711.0,182016.0,2496.7586000878364,11649024.0 +159.63,7.400000095367432,4580.0,0.0073068044148385525,0.0937906876206398,2.286038637161255,-0.008457519114017487,0.41736260056495667,0.8023940771818161,712.0,182272.0,2500.336619829992,11665408.0 +146.2,7.800000190734863,4676.0,0.008080366998910904,0.105712890625,2.2932279109954834,-0.01212210301309824,0.30306190252304077,0.8313029557466507,713.0,182528.0,2503.8409728938714,11681792.0 +128.43,8.5,4897.0,0.009308752603828907,0.1271565705537796,2.291790246963501,-0.013334553688764572,0.266566663980484,0.8313877135515213,714.0,182784.0,2507.1867820718326,11698176.0 +168.28,7.900000095367432,4677.0,0.007735055405646563,0.09844970703125,2.3249502182006836,-0.009786109440028667,0.2642956078052521,0.8585091084241867,715.0,183040.0,2510.69366979599,11714560.0 +221.92,6.699999809265137,4762.0,0.008366781286895275,0.1078694686293602,2.33154034614563,-0.012355881743133068,0.2673884332180023,0.8511842638254166,716.0,183296.0,2514.1346899128985,11730944.0 +160.43,6.900000095367432,4793.0,0.00942049827426672,0.12408447265625,2.311994791030884,-0.014038323424756527,0.37600114941596985,0.8022573739290237,717.0,183552.0,2517.553593779914,11747328.0 +197.63,7.400000095367432,4623.0,0.008796264417469501,0.11895751953125,2.3052732944488525,-0.01229421328753233,0.39408811926841736,0.7817572802305222,718.0,183808.0,2521.0982613197993,11763712.0 +115.11,8.100000381469727,4826.0,0.009772001765668392,0.1328125,2.2741591930389404,-0.014434478245675564,0.23009000718593597,0.8801436349749565,719.0,184064.0,2524.4934623818845,11780096.0 +127.94,7.900000095367432,4644.0,0.0110403373837471,0.1526285856962204,2.275390148162842,-0.013687502592802048,0.2599274218082428,0.856242910027504,720.0,184320.0,2528.0219473678153,11796480.0 +174.19,7.400000095367432,4816.0,0.009519035927951336,0.1276448518037796,2.284616231918335,-0.011473770253360271,0.2627290189266205,0.8690678775310516,721.0,184576.0,2531.4246058498975,11812864.0 +163.34,7.5,4777.0,0.0074132406152784824,0.0958658829331398,2.283200263977051,-0.01207337249070406,0.2827732264995575,0.862700805068016,722.0,184832.0,2534.854799627792,11829248.0 +189.76,6.300000190734863,4914.0,0.00698794424533844,0.0873209610581398,2.312177896499634,-0.012158327735960484,0.38856396079063416,0.8228077739477158,723.0,185088.0,2538.1889921219554,11845632.0 +198.51,7.400000095367432,4735.0,0.009129154495894909,0.12554931640625,2.328458070755005,-0.01266137883067131,0.24857746064662933,0.8878402709960938,724.0,185344.0,2541.6497984610032,11862016.0 +148.07,7.900000095367432,4850.0,0.01038633193820715,0.1402994841337204,2.3097479343414307,-0.013213024474680424,0.22893624007701874,0.8826632350683212,725.0,185600.0,2545.0283881099895,11878400.0 +170.84,7.900000095367432,4784.0,0.00955373328179121,0.1295572966337204,2.29960036277771,-0.01084095612168312,0.24599772691726685,0.8723878860473633,726.0,185856.0,2548.453849782003,11894784.0 +211.64,6.800000190734863,4754.0,0.008358056657016277,0.1072794571518898,2.302826166152954,-0.011765047907829285,0.2473985105752945,0.8731841295957565,727.0,186112.0,2551.900365520967,11911168.0 +212.12,6.5,4751.0,0.010328913107514381,0.1319173127412796,2.2731521129608154,-0.011570102535188198,0.4045504331588745,0.7936570346355438,728.0,186368.0,2555.3495121428277,11927552.0 +134.44,7.699999809265137,4746.0,0.009635667316615582,0.12054443359375,2.2777836322784424,-0.013047981075942516,0.27275195717811584,0.8512456715106964,729.0,186624.0,2558.8022451777942,11943936.0 +208.83,7.0,4847.0,0.009083154611289501,0.1220499649643898,2.3022494316101074,-0.012552046217024326,0.3219270408153534,0.8182827979326248,730.0,186880.0,2562.183127925964,11960320.0 +153.06,8.0,4716.0,0.01095355674624443,0.1474609375,2.2884461879730225,-0.01456171553581953,0.22921837866306305,0.8714534789323807,731.0,187136.0,2565.6577865288127,11976704.0 +145.95,8.100000381469727,4726.0,0.010531545616686344,0.1424357146024704,2.311034917831421,-0.014788661152124405,0.15890637040138245,0.9070276468992233,732.0,187392.0,2569.125080720987,11993088.0 +207.85,6.800000190734863,4637.0,0.008853384293615818,0.1197713240981102,2.294543743133545,-0.01126162614673376,0.3336034119129181,0.8268899321556091,733.0,187648.0,2572.6584955668077,12009472.0 +129.68,8.100000381469727,4788.0,0.008135616779327393,0.1053873673081398,2.252669095993042,-0.013292265124619007,0.2762809693813324,0.8542929887771606,734.0,187904.0,2576.0807486057747,12025856.0 +178.29,7.300000190734863,4661.0,0.009994772262871265,0.1341552734375,2.266465187072754,-0.013920816592872143,0.32677456736564636,0.8000008314847946,735.0,188160.0,2579.5963683088776,12042240.0 +163.42,7.199999809265137,4815.0,0.010046564042568207,0.1295979768037796,2.270063877105713,-0.012440647929906845,0.34144163131713867,0.7823628634214401,736.0,188416.0,2582.9997217899654,12058624.0 +114.98,7.900000095367432,4709.0,0.008097312413156033,0.1100056990981102,2.24147891998291,-0.01189626008272171,0.35310789942741394,0.8086870312690735,737.0,188672.0,2586.479429963976,12075008.0 +99.31,8.399999618530273,4831.0,0.009939481504261494,0.1346842497587204,2.262096881866455,-0.013626358471810818,0.285087913274765,0.8459781259298325,738.0,188928.0,2589.8715793788433,12091392.0 +147.46,7.300000190734863,4704.0,0.00967729464173317,0.1364542692899704,2.2773349285125732,-0.012610522098839283,0.2641175389289856,0.8696683645248413,739.0,189184.0,2593.3552179508843,12107776.0 +134.89,8.199999809265137,4839.0,0.00941204559057951,0.1250813752412796,2.2466232776641846,-0.01204649731516838,0.28478100895881653,0.8523599952459335,740.0,189440.0,2596.7415952999145,12124160.0 +125.23,7.400000095367432,4575.0,0.010273498483002186,0.1402791291475296,2.2399442195892334,-0.011360752396285534,0.4389687478542328,0.7945450097322464,741.0,189696.0,2600.3230731859803,12140544.0 +147.57,7.800000190734863,4851.0,0.008975770324468613,0.1204833984375,2.28265118598938,-0.011775505729019642,0.3239578604698181,0.8397846817970276,742.0,189952.0,2603.7009201420005,12156928.0 +163.82,7.5,4792.0,0.01071795541793108,0.1430257111787796,2.2745091915130615,-0.013731633313000202,0.22972817718982697,0.87563656270504,743.0,190208.0,2607.1205753418617,12173312.0 +152.86,8.199999809265137,4626.0,0.010681289248168468,0.1502888947725296,2.2748024463653564,-0.013672154396772385,0.21132510900497437,0.8771467506885529,744.0,190464.0,2610.6629317437764,12189696.0 +177.93,7.0,4749.0,0.009431133978068829,0.1291300505399704,2.2502057552337646,-0.011056493036448956,0.36767181754112244,0.7862138897180557,745.0,190720.0,2614.113533583004,12206080.0 +138.55,7.800000190734863,4707.0,0.008310572244226933,0.106689453125,2.215440511703491,-0.01363326609134674,0.33088046312332153,0.781494215130806,746.0,190976.0,2617.5944366429467,12222464.0 +117.94,7.5,4634.0,0.010837174020707607,0.1531575471162796,2.19123911857605,-0.009476473554968834,0.34790006279945374,0.7933053523302078,747.0,191232.0,2621.130276338896,12238848.0 +154.29,8.0,4814.0,0.010186302475631237,0.1324869841337204,2.2307026386260986,-0.010226905345916748,0.20674334466457367,0.8575855791568756,748.0,191488.0,2624.534332098905,12255232.0 +157.83,7.300000190734863,4870.0,0.008991225622594357,0.1192220076918602,2.2169651985168457,-0.012146453373134136,0.4648115634918213,0.7092167139053345,749.0,191744.0,2627.8993042858783,12271616.0 +149.63,7.699999809265137,4812.0,0.009414798580110073,0.12249755859375,2.2117598056793213,-0.01060118805617094,0.2931913137435913,0.8073886781930923,750.0,192000.0,2631.304356874898,12288000.0 +143.58,7.900000095367432,4831.0,0.006781530100852251,0.08538818359375,2.2543561458587646,-0.01140119880437851,0.25625863671302795,0.8340443968772888,751.0,192256.0,2634.6959733548574,12304384.0 +141.0,8.199999809265137,4683.0,0.008697232231497765,0.1129150390625,2.2136900424957275,-0.01211786549538374,0.27519872784614563,0.81963250041008,752.0,192512.0,2638.1948001729324,12320768.0 +156.8,7.5,4514.0,0.00808790884912014,0.10662841796875,2.244036912918091,-0.008609718643128872,0.3044239580631256,0.7942537367343903,753.0,192768.0,2641.8245745948516,12337152.0 +173.16,7.300000190734863,4975.0,0.008561186492443085,0.1124064102768898,2.244755983352661,-0.011168803088366985,0.3562861979007721,0.7607019543647766,754.0,193024.0,2645.1184687127825,12353536.0 +180.36,7.0,4731.0,0.00820088479667902,0.10845947265625,2.255720376968384,-0.007843676023185253,0.41915711760520935,0.7107063829898834,755.0,193280.0,2648.582632430829,12369920.0 +183.53,8.100000381469727,4756.0,0.01004747487604618,0.1352132111787796,2.2361831665039062,-0.011835812591016293,0.19847792387008667,0.8431234657764435,756.0,193536.0,2652.0279563949443,12386304.0 +195.96,7.5,5062.0,0.008041842840611935,0.1035359725356102,2.245210886001587,-0.00770875858142972,0.29036977887153625,0.7864533066749573,757.0,193792.0,2655.265198769979,12402688.0 +162.36,8.399999618530273,4596.0,0.01033045258373022,0.1357828825712204,2.1991584300994873,-0.011590304784476757,0.3089171350002289,0.8020335882902145,758.0,194048.0,2658.8302525749896,12419072.0 +147.24,7.5,4673.0,0.011818192899227142,0.1482136994600296,2.2150862216949463,-0.013870924711227417,0.31197312474250793,0.7970673143863678,759.0,194304.0,2662.336863653967,12435456.0 +144.5,8.0,4689.0,0.00984344445168972,0.13037109375,2.2080070972442627,-0.011153150349855423,0.39839625358581543,0.759839341044426,760.0,194560.0,2665.831395950867,12451840.0 +116.43,7.199999809265137,4689.0,0.008585980162024498,0.1151326522231102,2.1962890625,-0.012220773845911026,0.3354748785495758,0.7709949314594269,761.0,194816.0,2669.3255758557934,12468224.0 +136.8,7.5,4593.0,0.009137898683547974,0.124267578125,2.219583034515381,-0.011983842588961124,0.337802916765213,0.7825976014137268,762.0,195072.0,2672.8932016307954,12484608.0 +138.69,7.400000095367432,4720.0,0.01019792165607214,0.1223551407456398,2.239046335220337,-0.011637289077043533,0.35750913619995117,0.8047557175159454,763.0,195328.0,2676.3647080678493,12500992.0 +171.78,7.5,4674.0,0.011107314378023148,0.1430257111787796,2.2724571228027344,-0.011265810579061508,0.32248836755752563,0.8249349594116211,764.0,195584.0,2679.870905949967,12517376.0 +157.56,7.800000190734863,4596.0,0.009428153745830059,0.1259562224149704,2.2665486335754395,-0.011166383512318134,0.3043091595172882,0.826566219329834,765.0,195840.0,2683.4357027160004,12533760.0 +137.83,8.300000190734863,4684.0,0.008094747550785542,0.1059163436293602,2.241239547729492,-0.013604607433080673,0.283570259809494,0.8432648330926895,766.0,196096.0,2686.9341564029455,12550144.0 +135.98,8.5,4680.0,0.010897749103605747,0.1443278044462204,2.2076566219329834,-0.013997308909893036,0.2939331829547882,0.8115283250808716,767.0,196352.0,2690.4354378487915,12566528.0 +151.24,7.699999809265137,4710.0,0.010021104477345943,0.1368611603975296,2.242382287979126,-0.012766922824084759,0.25663089752197266,0.833894893527031,768.0,196608.0,2693.9141329519916,12582912.0 +159.17,7.5,4798.0,0.010089715011417866,0.128173828125,2.261568307876587,-0.011527884751558304,0.23101794719696045,0.8551068305969238,769.0,196864.0,2697.331169702811,12599296.0 +173.48,8.199999809265137,4809.0,0.010025202296674252,0.13763427734375,2.277358293533325,-0.011272955685853958,0.15512479841709137,0.9013726711273193,770.0,197120.0,2700.738177456893,12615680.0 +222.32,6.900000095367432,4745.0,0.007093069609254599,0.0906982421875,2.25842022895813,-0.008085493929684162,0.3801550567150116,0.8321347087621689,771.0,197376.0,2704.1910695598926,12632064.0 +190.6,7.199999809265137,4702.0,0.008339877240359783,0.1064860001206398,2.238304615020752,-0.011679016053676605,0.2902945280075073,0.8805835992097855,772.0,197632.0,2707.6761319339275,12648448.0 +178.38,7.400000095367432,4757.0,0.009197541512548923,0.1187337264418602,2.2368123531341553,-0.00890062004327774,0.311448335647583,0.8529834747314453,773.0,197888.0,2711.121479362948,12664832.0 +145.24,7.599999904632568,4711.0,0.010136490687727928,0.1298624724149704,2.23478627204895,-0.014256689697504044,0.18975567817687988,0.8942228332161903,774.0,198144.0,2714.5996697749943,12681216.0 +165.78,7.5,5079.0,0.008896897546947002,0.11602783203125,2.2417895793914795,-0.011440319009125233,0.25590384006500244,0.8454808443784714,775.0,198400.0,2717.825901011005,12697600.0 +173.21,7.300000190734863,4635.0,0.01023807842284441,0.1357014924287796,2.238859176635742,-0.011298778466880322,0.3860445022583008,0.7802556902170181,776.0,198656.0,2721.3607946548145,12713984.0 +116.73,8.100000381469727,4693.0,0.008363819681107998,0.10992431640625,2.233905076980591,-0.011709337122738361,0.2758028209209442,0.8331833034753799,777.0,198912.0,2724.851920059882,12730368.0 +174.51,7.0,4838.0,0.008999318815767765,0.1144002303481102,2.244608163833618,-0.008878837339580059,0.3827191889286041,0.7929984778165817,778.0,199168.0,2728.2387601598166,12746752.0 +130.89,7.400000095367432,4814.0,0.010391658172011375,0.1329345703125,2.242875099182129,-0.012179871089756489,0.2546776831150055,0.852151945233345,779.0,199424.0,2731.6428160797805,12763136.0 +139.47,8.399999618530273,4721.0,0.008469549007713795,0.1110432967543602,2.2535245418548584,-0.011215276084840298,0.2604791522026062,0.8615714460611343,780.0,199680.0,2735.113611793844,12779520.0 +165.55,7.599999904632568,4903.0,0.009030749090015888,0.1196085587143898,2.260411262512207,-0.011715955100953579,0.29917511343955994,0.8436170667409897,781.0,199936.0,2738.4563503009267,12795904.0 +152.79,7.599999904632568,4637.0,0.008568254299461842,0.1107177734375,2.246213674545288,-0.012309834361076355,0.30097445845603943,0.8407010585069656,782.0,200192.0,2741.99030814087,12812288.0 +191.99,7.199999809265137,4748.0,0.009161665104329586,0.11956787109375,2.279236078262329,-0.011030416935682297,0.2789306342601776,0.8372248113155365,783.0,200448.0,2745.4413498688955,12828672.0 +199.21,7.599999904632568,4778.0,0.009404932148754597,0.12420654296875,2.235490083694458,-0.011062088422477245,0.2291557788848877,0.8728053718805313,784.0,200704.0,2748.8709206499625,12845056.0 +154.75,8.0,5076.0,0.009576237760484219,0.1294962614774704,2.224900007247925,-0.012181825935840607,0.2245199829339981,0.8644121438264847,785.0,200960.0,2752.0991965418216,12861440.0 +195.54,6.599999904632568,4756.0,0.007400678005069494,0.0936279296875,2.2481164932250977,-0.012931226752698421,0.3290693759918213,0.7933061271905899,786.0,201216.0,2755.5442497099284,12877824.0 +188.66,7.400000095367432,4710.0,0.009058073163032532,0.1172281876206398,2.2385268211364746,-0.013069662265479565,0.3166952431201935,0.8194840997457504,787.0,201472.0,2759.023012441816,12894208.0 +190.1,7.300000190734863,4776.0,0.009790724143385887,0.1258341521024704,2.284548044204712,-0.011093626730144024,0.2647370398044586,0.8412785828113556,788.0,201728.0,2762.4540506890044,12910592.0 +218.16,7.099999904632568,4660.0,0.008254013955593109,0.10894775390625,2.294362783432007,-0.01254938542842865,0.22752581536769867,0.8627107888460159,789.0,201984.0,2765.970412895782,12926976.0 +178.23,7.5,4832.0,0.007677242159843445,0.0897420272231102,2.2542359828948975,-0.012228711508214474,0.22873008251190186,0.8738860040903091,790.0,202240.0,2769.3642535938416,12943360.0 +221.45,7.0,4865.0,0.008696839213371277,0.1198323592543602,2.208986520767212,-0.011553839780390263,0.32932305335998535,0.8332067728042603,791.0,202496.0,2772.7325906017795,12959744.0 +133.66,7.800000190734863,4764.0,0.00975648034363985,0.1288045197725296,2.2179172039031982,-0.011155691929161549,0.3827030658721924,0.8118735104799271,792.0,202752.0,2776.171892792918,12976128.0 +95.09,8.300000190734863,4647.0,0.010485208593308926,0.1393229216337204,2.220465898513794,-0.01530434563755989,0.18802452087402344,0.8909376263618469,793.0,203008.0,2779.6979119689204,12992512.0 +153.14,7.5,4899.0,0.009537026286125183,0.12969970703125,2.2594382762908936,-0.01113199070096016,0.291646808385849,0.8390377461910248,794.0,203264.0,2783.042444654973,13008896.0 +150.2,7.400000095367432,4946.0,0.010787412524223328,0.1472981721162796,2.293447732925415,-0.013440187089145184,0.24201518297195435,0.8482459187507629,795.0,203520.0,2786.3550171488896,13025280.0 +196.6,7.199999809265137,4744.0,0.009218383580446243,0.12762451171875,2.247511148452759,-0.010012921877205372,0.3105531632900238,0.8318550735712051,796.0,203776.0,2789.8091134568676,13041664.0 +178.8,7.599999904632568,4855.0,0.009576358832418919,0.1288859099149704,2.2592368125915527,-0.013664878904819489,0.24243509769439697,0.8639407157897949,797.0,204032.0,2793.184029197786,13058048.0 +172.64,7.0,4767.0,0.008055543527007103,0.1003214493393898,2.220449209213257,-0.011167462915182114,0.27817729115486145,0.8605386912822723,798.0,204288.0,2796.6210093859117,13074432.0 +192.58,7.199999809265137,4915.0,0.008814358152449131,0.1110026016831398,2.2169108390808105,-0.011626679450273514,0.32879170775413513,0.8572094142436981,799.0,204544.0,2799.9549491889775,13090816.0 +144.84,7.800000190734863,4860.0,0.009153319522738457,0.12359619140625,2.2571210861206055,-0.012475178577005863,0.24372123181819916,0.8813684806227684,800.0,204800.0,2803.326313814847,13107200.0 +157.52,7.800000190734863,4891.0,0.006808380130678415,0.0853474959731102,2.2886974811553955,-0.010440933518111706,0.3562658131122589,0.8180704265832901,801.0,205056.0,2806.6766537849326,13123584.0 +170.65,6.800000190734863,4895.0,0.008596304804086685,0.1182657852768898,2.304877996444702,-0.013234143145382404,0.2548678517341614,0.8468805700540543,802.0,205312.0,2810.024433977902,13139968.0 +177.8,7.199999809265137,4938.0,0.00877065397799015,0.1138712540268898,2.2906768321990967,-0.01304315123707056,0.32014358043670654,0.8252496123313904,803.0,205568.0,2813.34314355487,13156352.0 +173.42,7.400000095367432,4652.0,0.00890354998409748,0.1197306290268898,2.291884660720825,-0.012231928296387196,0.26130199432373047,0.8578317612409592,804.0,205824.0,2816.865346038947,13172736.0 +185.58,7.199999809265137,4685.0,0.009138007648289204,0.1145223006606102,2.2482757568359375,-0.014545802026987076,0.3977988660335541,0.8109438568353653,805.0,206080.0,2820.3627137369476,13189120.0 +116.54,8.5,4662.0,0.010587464086711407,0.14178466796875,2.2681589126586914,-0.013065335340797901,0.19887696206569672,0.8957771956920624,806.0,206336.0,2823.877541180933,13205504.0 +128.45,7.699999809265137,4650.0,0.009064876474440098,0.1165364608168602,2.2990128993988037,-0.010593414306640625,0.2504841387271881,0.8590823709964752,807.0,206592.0,2827.4014678800013,13221888.0 +135.41,7.599999904632568,4723.0,0.009037709794938564,0.1189371719956398,2.3048837184906006,-0.011949955485761166,0.3055668771266937,0.8286979347467422,808.0,206848.0,2830.870737645775,13238272.0 +186.09,7.199999809265137,4582.0,0.008520743809640408,0.113525390625,2.3329217433929443,-0.012968768365681171,0.3040359914302826,0.8244727551937103,809.0,207104.0,2834.4468123978004,13254656.0 +154.2,7.099999904632568,4705.0,0.008965612389147282,0.11773681640625,2.3045589923858643,-0.011644850485026836,0.2624649405479431,0.8404060006141663,810.0,207360.0,2837.9295666848775,13271040.0 +149.75,7.800000190734863,4780.0,0.008776705712080002,0.1219889298081398,2.289074659347534,-0.010991227813065052,0.2905440926551819,0.8275711387395859,811.0,207616.0,2841.36089846096,13287424.0 +173.21,7.5,4721.0,0.009095529094338417,0.1206868514418602,2.30471134185791,-0.013618613593280315,0.23135091364383698,0.8529494404792786,812.0,207872.0,2844.8317629660014,13303808.0 +245.82,7.0,4659.0,0.008568824268877506,0.11846923828125,2.294311761856079,-0.011132583022117615,0.3259071111679077,0.7838143855333328,813.0,208128.0,2848.349235337926,13320192.0 +126.11,7.900000095367432,4621.0,0.009339490905404091,0.1289876252412796,2.258465051651001,-0.01383852120488882,0.27015286684036255,0.8316085487604141,814.0,208384.0,2851.8949156319723,13336576.0 +136.42,7.800000190734863,4660.0,0.00988383125513792,0.1351318359375,2.2542150020599365,-0.012903549708425999,0.3692050874233246,0.8169179409742355,815.0,208640.0,2855.4114248699043,13352960.0 +124.67,7.699999809265137,4853.0,0.00903642363846302,0.1234944686293602,2.268850088119507,-0.009942040778696537,0.3655720055103302,0.8488948196172714,816.0,208896.0,2858.788134849863,13369344.0 +129.69,8.100000381469727,4828.0,0.008634495548903942,0.1127115860581398,2.268444061279297,-0.013677418231964111,0.3575679361820221,0.8496460169553757,817.0,209152.0,2862.181731872959,13385728.0 +131.79,7.400000095367432,4616.0,0.00898828636854887,0.1171671524643898,2.2866294384002686,-0.01250400673598051,0.26483258605003357,0.8978127017617226,818.0,209408.0,2865.7315972407814,13402112.0 +147.09,7.699999809265137,4767.0,0.009627044200897217,0.13427734375,2.2637298107147217,-0.01268789917230606,0.32425162196159363,0.8649589717388153,819.0,209664.0,2869.169209722895,13418496.0 +124.37,8.5,4822.0,0.009052222594618797,0.1234130859375,2.292647361755371,-0.01364348828792572,0.18601973354816437,0.8945736065506935,820.0,209920.0,2872.5674465559423,13434880.0 +210.02,7.599999904632568,4673.0,0.010120839811861515,0.1399943083524704,2.290071725845337,-0.010251471772789955,0.3464571535587311,0.8334173411130905,821.0,210176.0,2876.07406569086,13451264.0 +99.34,7.400000095367432,4827.0,0.006759554613381624,0.0802001953125,2.279740810394287,-0.01059898640960455,0.39429375529289246,0.8195584118366241,822.0,210432.0,2879.4685121427756,13467648.0 +157.07,7.699999809265137,4824.0,0.010177094489336014,0.12982177734375,2.2653491497039795,-0.014777597971260548,0.2943344712257385,0.8754294142127037,823.0,210688.0,2882.865251111798,13484032.0 +116.49,7.800000190734863,4710.0,0.007954522036015987,0.0994059219956398,2.234924077987671,-0.012927143834531307,0.2825516164302826,0.8843872100114822,824.0,210944.0,2886.3444255788345,13500416.0 +146.27,7.800000190734863,4736.0,0.007994533516466618,0.10491943359375,2.239360809326172,-0.011915075592696667,0.3063097894191742,0.8715079426765442,825.0,211200.0,2889.8049497129396,13516800.0 +133.76,8.100000381469727,4773.0,0.008815682493150234,0.11273193359375,2.2105319499969482,-0.012596541084349155,0.2662569582462311,0.8873068168759346,826.0,211456.0,2893.238149457844,13533184.0 +140.99,7.599999904632568,4863.0,0.007753806188702583,0.0979207381606102,2.21821665763855,-0.011806324124336243,0.4268031418323517,0.8177146017551422,827.0,211712.0,2896.6077024620026,13549568.0 +141.48,7.5,5098.0,0.007836874574422836,0.1012166365981102,2.1897389888763428,-0.011911408044397831,0.44097134470939636,0.7946221828460693,828.0,211968.0,2899.8221623809077,13565952.0 +152.34,7.599999904632568,4929.0,0.010111660696566105,0.1220499649643898,2.1755237579345703,-0.013241015374660492,0.263473778963089,0.8313588500022888,829.0,212224.0,2903.1464834888466,13582336.0 +131.51,7.800000190734863,4981.0,0.008667198941111565,0.1159464493393898,2.1730339527130127,-0.012532041408121586,0.35364270210266113,0.7729565501213074,830.0,212480.0,2906.439810236916,13598720.0 +152.46,7.5,4809.0,0.010199962183833122,0.1353352814912796,2.214243173599243,-0.011804516427218914,0.3169127404689789,0.789618656039238,831.0,212736.0,2909.8468860399444,13615104.0 +179.48,7.5,4636.0,0.0063269417732954025,0.0763142928481102,2.2078330516815186,-0.00883928220719099,0.3814793527126312,0.7859722226858139,832.0,212992.0,2913.381541579962,13631488.0 +124.14,9.0,4865.0,0.009003359824419022,0.1209716796875,2.1814656257629395,-0.011752982623875141,0.17909015715122223,0.8979643359780312,833.0,213248.0,2916.749671222875,13647872.0 +190.34,7.5,4940.0,0.010007371194660664,0.1268717497587204,2.191240072250366,-0.009306577034294605,0.41452136635780334,0.8047309517860413,834.0,213504.0,2920.067334786989,13664256.0 +124.25,8.399999618530273,4791.0,0.00971112959086895,0.1279296875,2.1944873332977295,-0.013515613973140717,0.2831404507160187,0.871461495757103,835.0,213760.0,2923.4873615137767,13680640.0 +161.46,8.199999809265137,4694.0,0.009592515416443348,0.1328125,2.2700579166412354,-0.010732181370258331,0.15455199778079987,0.9166520610451698,836.0,214016.0,2926.9783793049864,13697024.0 +204.8,7.0,4820.0,0.008475647307932377,0.1158854141831398,2.276829242706299,-0.010143517516553402,0.2589584290981293,0.8632309585809708,837.0,214272.0,2930.378397541819,13713408.0 +221.0,6.400000095367432,4776.0,0.007268839981406927,0.0905965194106102,2.295652389526367,-0.010119088925421238,0.43079039454460144,0.7405243217945099,838.0,214528.0,2933.808989508776,13729792.0 +211.34,7.199999809265137,4868.0,0.009006522595882416,0.12060546875,2.2707250118255615,-0.012416365556418896,0.3446919918060303,0.8031241595745087,839.0,214784.0,2937.1751699678134,13746176.0 +123.39,7.599999904632568,4853.0,0.008510545827448368,0.110107421875,2.2166035175323486,-0.012151888571679592,0.3068297207355499,0.8438729494810104,840.0,215040.0,2940.551755169872,13762560.0 +155.64,7.800000190734863,4718.0,0.006726482883095741,0.0833536759018898,2.284550428390503,-0.010154633782804012,0.3280078172683716,0.8366529941558838,841.0,215296.0,2944.02479083091,13778944.0 +112.59,8.0,4948.0,0.01003207452595234,0.13690185546875,2.244241237640381,-0.013707876205444336,0.2920980155467987,0.8503746390342712,842.0,215552.0,2947.3363282938953,13795328.0 +143.48,7.300000190734863,4659.0,0.011158466339111328,0.1388346403837204,2.2624363899230957,-0.011358004994690418,0.3142065405845642,0.8370068520307541,843.0,215808.0,2950.854125484824,13811712.0 +165.16,7.5,4937.0,0.009884570725262165,0.1368001252412796,2.2480742931365967,-0.012578708119690418,0.4363565146923065,0.7689538598060608,844.0,216064.0,2954.1731920719612,13828096.0 +125.06,8.399999618530273,4655.0,0.009891027584671974,0.1306355744600296,2.2255163192749023,-0.010670289397239685,0.27371278405189514,0.8413628786802292,845.0,216320.0,2957.6930437867995,13844480.0 +135.86,7.800000190734863,4925.0,0.007552606984972954,0.0985310897231102,2.25419282913208,-0.011800295673310757,0.28155115246772766,0.8308714628219604,846.0,216576.0,2961.020329363877,13860864.0 +116.93,8.300000190734863,4498.0,0.007949783466756344,0.1011149063706398,2.2676897048950195,-0.011984662152826786,0.2423274964094162,0.8240440040826797,847.0,216832.0,2964.663162935991,13877248.0 +183.27,8.300000190734863,4689.0,0.00904939603060484,0.1215006485581398,2.2669196128845215,-0.01085181999951601,0.3099333345890045,0.8123219162225723,848.0,217088.0,2968.157328202855,13893632.0 +140.36,7.800000190734863,4797.0,0.010146863758563995,0.1326700896024704,2.2583703994750977,-0.008991984650492668,0.2673032283782959,0.8394775837659836,849.0,217344.0,2971.572819669964,13910016.0 +171.01,7.400000095367432,4943.0,0.007040577474981546,0.08880615234375,2.2383530139923096,-0.010993667878210545,0.36750468611717224,0.7786524295806885,850.0,217600.0,2974.8875948309433,13926400.0 +151.39,7.400000095367432,4739.0,0.008107298985123634,0.10150146484375,2.252948522567749,-0.011430703103542328,0.31460055708885193,0.7940619587898254,851.0,217856.0,2978.3454237699043,13942784.0 +199.68,6.900000095367432,4761.0,0.009513270109891891,0.1200968399643898,2.257985830307007,-0.009216698817908764,0.39640530943870544,0.7276338338851929,852.0,218112.0,2981.787807301851,13959168.0 +112.81,8.100000381469727,4521.0,0.010132296942174435,0.1378173828125,2.253603219985962,-0.013596034608781338,0.20908384025096893,0.8536115735769272,853.0,218368.0,2985.41220814595,13975552.0 +128.21,8.100000381469727,4848.0,0.008504328317940235,0.1144612655043602,2.2458484172821045,-0.008985082618892193,0.406772643327713,0.7977437227964401,854.0,218624.0,2988.792152627837,13991936.0 +131.05,6.900000095367432,4715.0,0.008592413738369942,0.1144002303481102,2.2533814907073975,-0.01171449851244688,0.39207151532173157,0.7992022186517715,855.0,218880.0,2992.2677058249246,14008320.0 +127.01,7.699999809265137,4858.0,0.0093656862154603,0.1202189102768898,2.2575390338897705,-0.011457440443336964,0.3059147596359253,0.802611693739891,856.0,219136.0,2995.6404734537937,14024704.0 +147.66,7.5,4578.0,0.009668846614658833,0.1308186799287796,2.2721264362335205,-0.011554118245840073,0.23111633956432343,0.8439557999372482,857.0,219392.0,2999.219503817847,14041088.0 +174.5,7.5,4822.0,0.009813354350626469,0.1297200471162796,2.27288556098938,-0.010819975286722183,0.37148985266685486,0.7436351478099823,858.0,219648.0,3002.6177791839,14057472.0 +169.07,7.900000095367432,4761.0,0.009500858373939991,0.1309611052274704,2.276158571243286,-0.011017810553312302,0.31699076294898987,0.7791038602590561,859.0,219904.0,3006.0594168049283,14073856.0 +165.4,8.300000190734863,4846.0,0.00885282177478075,0.12030029296875,2.280541181564331,-0.011937107890844345,0.27956622838974,0.8260880261659622,860.0,220160.0,3009.4415658880025,14090240.0 +125.58,7.699999809265137,4788.0,0.010473017580807209,0.1419677734375,2.2842719554901123,-0.012055967003107071,0.23477421700954437,0.8406116962432861,861.0,220416.0,3012.864115973003,14106624.0 +185.15,7.0,4625.0,0.010011452250182629,0.1314290314912796,2.300029993057251,-0.011778567917644978,0.2970265746116638,0.8148362785577774,862.0,220672.0,3016.4066119408235,14123008.0 +182.65,7.199999809265137,4625.0,0.009761248715221882,0.1308186799287796,2.286870241165161,-0.012528813444077969,0.34408965706825256,0.8117775917053223,863.0,220928.0,3019.949266940821,14139392.0 +152.1,7.900000095367432,4704.0,0.010552383959293365,0.1468098908662796,2.2692410945892334,-0.015214766375720501,0.27571988105773926,0.846130907535553,864.0,221184.0,3023.4324707349297,14155776.0 +130.96,7.5,4728.0,0.007516433019191027,0.0975545272231102,2.2684133052825928,-0.012329518795013428,0.30643725395202637,0.8394851833581924,865.0,221440.0,3026.8978482848033,14172160.0 +182.07,7.699999809265137,4613.0,0.009768345393240452,0.1295572966337204,2.2758586406707764,-0.011467126198112965,0.30338218808174133,0.8437998443841934,866.0,221696.0,3030.4498296349775,14188544.0 +121.48,8.100000381469727,4698.0,0.009998469613492489,0.1361083984375,2.2617952823638916,-0.014299947768449783,0.2455296516418457,0.8587220162153244,867.0,221952.0,3033.937940436881,14204928.0 +134.92,7.5,4755.0,0.011047251522541046,0.154296875,2.2347872257232666,-0.012323764152824879,0.2470002919435501,0.8583534508943558,868.0,222208.0,3037.3836648038123,14221312.0 +205.89,6.400000095367432,4965.0,0.008337292820215225,0.1106160506606102,2.2441253662109375,-0.01049992348998785,0.3814590275287628,0.7852147668600082,869.0,222464.0,3040.683974975953,14237696.0 +171.79,7.699999809265137,4862.0,0.010011320002377033,0.13006591796875,2.236738443374634,-0.012049946002662182,0.2637822926044464,0.8510536104440689,870.0,222720.0,3044.054202685831,14254080.0 +134.53,7.900000095367432,4855.0,0.011319019831717014,0.1506754606962204,2.2331156730651855,-0.012912005186080933,0.2946065366268158,0.8279310613870621,871.0,222976.0,3047.429252332775,14270464.0 +199.66,7.0,4645.0,0.010421150363981724,0.1316935271024704,2.2568976879119873,-0.01306199375540018,0.3252417743206024,0.828354611992836,872.0,223232.0,3050.958043669816,14286848.0 +213.24,7.099999904632568,4787.0,0.010580292902886868,0.14697265625,2.257953405380249,-0.010102415457367897,0.32275518774986267,0.8459998965263367,873.0,223488.0,3054.3811385529116,14303232.0 +126.91,8.5,4891.0,0.01207904051989317,0.1470133513212204,2.2385804653167725,-0.013684303499758244,0.19839411973953247,0.8841507136821747,874.0,223744.0,3057.731352862902,14319616.0 +125.3,8.300000190734863,4707.0,0.010145760141313076,0.1329345703125,2.2163422107696533,-0.013895921409130096,0.2649746239185333,0.8576308488845825,875.0,224000.0,3061.212201368995,14336000.0 +144.01,7.5,4832.0,0.009272613562643528,0.12030029296875,2.2645375728607178,-0.012066441588103771,0.301351934671402,0.827397421002388,876.0,224256.0,3064.602970554959,14352384.0 +141.05,8.0,4912.0,0.0087348073720932,0.11663818359375,2.2441980838775635,-0.013398691080510616,0.3020661175251007,0.8368535339832306,877.0,224512.0,3067.939003406791,14368768.0 +133.98,8.100000381469727,4863.0,0.008753583766520023,0.1164754256606102,2.2235186100006104,-0.010826594196259975,0.2711300849914551,0.8668004721403122,878.0,224768.0,3071.3091777248774,14385152.0 +95.21,8.300000190734863,4742.0,0.010576277039945126,0.13690185546875,2.1940276622772217,-0.013808387331664562,0.3051857352256775,0.8437770009040833,879.0,225024.0,3074.764924295945,14401536.0 +148.4,7.5,4761.0,0.011024199426174164,0.1434326171875,2.243166208267212,-0.012094169855117798,0.3836401402950287,0.8081741183996201,880.0,225280.0,3078.2063327408396,14417920.0 +145.13,7.300000190734863,4772.0,0.008455904200673103,0.10809326171875,2.2612502574920654,-0.009851348586380482,0.3946975767612457,0.7523761838674545,881.0,225536.0,3081.640084135812,14434304.0 +166.07,7.300000190734863,4852.0,0.008884823881089687,0.1181437149643898,2.2664780616760254,-0.013587740249931812,0.3052091896533966,0.805989071726799,882.0,225792.0,3085.0171135489363,14450688.0 +165.38,7.400000095367432,4761.0,0.009185736067593098,0.1278076171875,2.24172306060791,-0.013846051879227161,0.2733815312385559,0.8384258896112442,883.0,226048.0,3088.4588858468924,14467072.0 +197.53,7.5,4817.0,0.00945414137095213,0.1221720352768898,2.2565224170684814,-0.01348806917667389,0.2707470655441284,0.8330188989639282,884.0,226304.0,3091.8610968778376,14483456.0 +134.48,7.800000190734863,4613.0,0.009667710401117802,0.1342570036649704,2.225219964981079,-0.013174429535865784,0.3061813414096832,0.8273403197526932,885.0,226560.0,3095.4128572279587,14499840.0 +128.86,8.199999809265137,4766.0,0.01061820238828659,0.1387939453125,2.2410688400268555,-0.01364479586482048,0.24745483696460724,0.8634502589702606,886.0,226816.0,3098.851134255994,14516224.0 +158.66,7.800000190734863,4638.0,0.011295557022094727,0.1442667692899704,2.246967315673828,-0.012969196774065495,0.40140214562416077,0.8221229165792465,887.0,227072.0,3102.38380048587,14532608.0 +142.17,8.0,4806.0,0.01087264996021986,0.14312744140625,2.23248553276062,-0.013268157839775085,0.29737040400505066,0.8664263188838959,888.0,227328.0,3105.793487350922,14548992.0 +148.38,7.800000190734863,4892.0,0.011548645794391632,0.14935302734375,2.23457932472229,-0.012273374944925308,0.30837011337280273,0.865099236369133,889.0,227584.0,3109.143203382846,14565376.0 +134.45,7.599999904632568,5030.0,0.010380543768405914,0.13970947265625,2.226217746734619,-0.014873663894832134,0.26743555068969727,0.8735730946063995,890.0,227840.0,3112.400978769874,14581760.0 +164.7,7.699999809265137,4706.0,0.012501495890319347,0.1595458984375,2.208519220352173,-0.013233251869678497,0.30808672308921814,0.836833268404007,891.0,228096.0,3115.8828172769863,14598144.0 +148.87,7.699999809265137,4908.0,0.010646904818713665,0.1465250700712204,2.237194061279297,-0.011386203579604626,0.3420097529888153,0.8413397073745728,892.0,228352.0,3119.221566042863,14614528.0 +120.12,8.100000381469727,5017.0,0.011860642582178116,0.1614176481962204,2.222503900527954,-0.013371776789426804,0.30445295572280884,0.8538032621145248,893.0,228608.0,3122.4877216259483,14630912.0 +149.01,7.599999904632568,4845.0,0.009832981042563915,0.1229654923081398,2.2084763050079346,-0.010543297044932842,0.4086495339870453,0.8186042308807373,894.0,228864.0,3125.8696743699256,14647296.0 +108.27,8.199999809265137,4552.0,0.010325227864086628,0.1360880583524704,2.1913833618164062,-0.011295173317193985,0.28037723898887634,0.8561446219682693,895.0,229120.0,3129.4691323977895,14663680.0 +107.81,6.900000095367432,4914.0,0.010211687535047531,0.1319783478975296,2.1847708225250244,-0.014110423624515533,0.2947167158126831,0.8400442153215408,896.0,229376.0,3132.803946507862,14680064.0 +152.26,8.0,4766.0,0.009445426054298878,0.1278483122587204,2.2094194889068604,-0.013436805456876755,0.3166917860507965,0.8265078365802765,897.0,229632.0,3136.2420512379613,14696448.0 +124.23,8.800000190734863,5088.0,0.01136282179504633,0.14959716796875,2.2535054683685303,-0.009761319495737553,0.18317438662052155,0.8982346653938293,898.0,229888.0,3139.462700407952,14712832.0 +135.25,7.599999904632568,4919.0,0.009649726562201977,0.1257527619600296,2.2522082328796387,-0.013504688628017902,0.38702598214149475,0.8234737664461136,899.0,230144.0,3142.7937312589493,14729216.0 +156.41,7.5,4759.0,0.009918330237269402,0.1310628205537796,2.2632718086242676,-0.012114045210182667,0.30209818482398987,0.8509688079357147,900.0,230400.0,3146.236530883936,14745600.0 +122.68,7.699999809265137,4728.0,0.008174263872206211,0.1072998046875,2.2664668560028076,-0.013314209878444672,0.2955528199672699,0.8464813679456711,901.0,230656.0,3149.702070906991,14761984.0 +135.21,7.5,4854.0,0.009028867818415165,0.1156005859375,2.251053810119629,-0.01198702584952116,0.3385826349258423,0.8178484737873077,902.0,230912.0,3153.077619768912,14778368.0 +163.39,7.5,4635.0,0.009017144329845905,0.1181233748793602,2.2915422916412354,-0.0101777957752347,0.2715007960796356,0.8434131145477295,903.0,231168.0,3156.613196413964,14794752.0 +201.98,7.0,4648.0,0.008199651725590229,0.10614013671875,2.301100969314575,-0.011293236166238785,0.26402944326400757,0.8548492640256882,904.0,231424.0,3160.138639841927,14811136.0 +195.42,6.800000190734863,4806.0,0.011131989769637585,0.14385986328125,2.3036274909973145,-0.012491423636674881,0.34561702609062195,0.8151251524686813,905.0,231680.0,3163.5483575658873,14827520.0 +111.63,8.300000190734863,4671.0,0.0115169957280159,0.1531168669462204,2.221813440322876,-0.016159122809767723,0.35466161370277405,0.8300729990005493,906.0,231936.0,3167.0559796779417,14843904.0 +126.93,8.199999809265137,4940.0,0.009229435585439205,0.1236775740981102,2.24287748336792,-0.01455101277679205,0.31663307547569275,0.8296819031238556,907.0,232192.0,3170.3765555189457,14860288.0 +115.94,7.800000190734863,4728.0,0.010330630466341972,0.135986328125,2.2467710971832275,-0.012769526802003384,0.2119956612586975,0.8800323083996773,908.0,232448.0,3173.8424307107925,14876672.0 +117.02,7.699999809265137,4623.0,0.00932417344301939,0.123291015625,2.2616560459136963,-0.012958813458681107,0.23403142392635345,0.8627487421035767,909.0,232704.0,3177.3869222810026,14893056.0 +218.27,7.099999904632568,4753.0,0.00840385165065527,0.1047566756606102,2.2516956329345703,-0.012143105268478394,0.3378450870513916,0.8181165158748627,910.0,232960.0,3180.834594189888,14909440.0 +117.54,8.5,4732.0,0.008938184939324856,0.12066650390625,2.174421548843384,-0.012784662656486034,0.2803528606891632,0.8373112380504608,911.0,233216.0,3184.2973806469236,14925824.0 +125.7,7.900000095367432,4613.0,0.010748825967311859,0.1419270783662796,2.191222906112671,-0.012070230208337307,0.27349403500556946,0.8428305983543396,912.0,233472.0,3187.8495079048444,14942208.0 +178.01,7.099999904632568,4683.0,0.009984313510358334,0.12957763671875,2.206477642059326,-0.014208911918103695,0.3350435793399811,0.8091177046298981,913.0,233728.0,3191.3484405619092,14958592.0 +98.67,7.5,4504.0,0.010987628251314163,0.1471761018037796,2.1934213638305664,-0.013409379869699478,0.3324272334575653,0.8168436288833618,914.0,233984.0,3194.9862586078234,14974976.0 +133.63,8.100000381469727,4790.0,0.009942810982465744,0.1407267302274704,2.186476707458496,-0.013592217117547989,0.34127962589263916,0.8060289621353149,915.0,234240.0,3198.40719302278,14991360.0 +117.79,8.300000190734863,4996.0,0.010029940865933895,0.12615966796875,2.195634365081787,-0.014186403714120388,0.27223119139671326,0.8581394404172897,916.0,234496.0,3201.6873899498023,15007744.0 +103.58,8.0,4871.0,0.010214339010417461,0.1396484375,2.1858670711517334,-0.011959411203861237,0.31271037459373474,0.863275870680809,917.0,234752.0,3205.051462475909,15024128.0 +124.91,8.0,4744.0,0.011924367398023605,0.1568196564912796,2.1921584606170654,-0.013817510567605495,0.22396443784236908,0.8864971399307251,918.0,235008.0,3208.505628748797,15040512.0 +148.36,8.100000381469727,4793.0,0.01025610975921154,0.1326904296875,2.2177467346191406,-0.010746248066425323,0.3049243986606598,0.8557493537664413,919.0,235264.0,3211.9242679909803,15056896.0 +126.41,7.599999904632568,4867.0,0.009748478420078754,0.1283976286649704,2.226604461669922,-0.011296524666249752,0.24012599885463715,0.8703365623950958,920.0,235520.0,3215.2911274668295,15073280.0 +167.11,7.099999904632568,4917.0,0.009097931906580925,0.1204833984375,2.229218006134033,-0.012224804610013962,0.34678706526756287,0.8001844137907028,921.0,235776.0,3218.6234092707746,15089664.0 +115.11,8.300000190734863,4978.0,0.011962938122451305,0.16314697265625,2.1899454593658447,-0.012873454950749874,0.3025820553302765,0.8020837754011154,922.0,236032.0,3221.9153344039805,15106048.0 +172.94,7.599999904632568,4626.0,0.010068484582006931,0.1386311799287796,2.2030866146087646,-0.011043712496757507,0.40933701395988464,0.7603210210800171,923.0,236288.0,3225.4573033577763,15122432.0 +100.94,7.900000095367432,4576.0,0.009224317036569118,0.1182861328125,2.1666738986968994,-0.013413697481155396,0.32038894295692444,0.7831272780895233,924.0,236544.0,3229.0378444038797,15138816.0 +146.89,8.0,4600.0,0.012041248381137848,0.1573282927274704,2.2202889919281006,-0.012507054023444653,0.27249595522880554,0.8297567814588547,925.0,236800.0,3232.5996625567786,15155200.0 +146.44,8.0,4796.0,0.010220536962151527,0.1327718049287796,2.2077932357788086,-0.011648491956293583,0.37877723574638367,0.797964483499527,926.0,237056.0,3236.0161846748088,15171584.0 +139.78,7.5,4905.0,0.00941730197519064,0.1254475861787796,2.2047054767608643,-0.011854578740894794,0.3815798759460449,0.8161536008119583,927.0,237312.0,3239.356581070926,15187968.0 +125.55,7.5,4831.0,0.008475794456899166,0.1112264022231102,2.222785472869873,-0.012143340893089771,0.2619832456111908,0.8685354888439178,928.0,237568.0,3242.7483283157926,15204352.0 +106.04,7.199999809265137,4884.0,0.008923884481191635,0.1131388321518898,2.21705961227417,-0.013395094312727451,0.4228053092956543,0.8224108666181564,929.0,237824.0,3246.1035395578947,15220736.0 +121.72,8.399999618530273,4764.0,0.010358618572354317,0.1318155974149704,2.2347123622894287,-0.014583573676645756,0.1977367401123047,0.9054037034511566,930.0,238080.0,3249.543160616886,15237120.0 +151.71,7.699999809265137,4735.0,0.009561554528772831,0.13031005859375,2.2279317378997803,-0.013403880409896374,0.31619223952293396,0.8654627948999405,931.0,238336.0,3253.003692046972,15253504.0 +110.26,8.199999809265137,4675.0,0.010094664059579372,0.1351725310087204,2.2055747509002686,-0.014383022673428059,0.2180391401052475,0.9007279723882675,932.0,238592.0,3256.5085070508067,15269888.0 +170.6,7.099999904632568,4701.0,0.00920784380286932,0.123779296875,2.2302682399749756,-0.013350218534469604,0.3253999650478363,0.8459950983524323,933.0,238848.0,3259.9944033299107,15286272.0 +172.96,7.5,4840.0,0.01006578654050827,0.1443684846162796,2.216113567352295,-0.014203746803104877,0.21520699560642242,0.8866868615150452,934.0,239104.0,3263.3796412418596,15302656.0 +133.21,8.0,4661.0,0.009523310698568821,0.1259969025850296,2.2089436054229736,-0.01381675060838461,0.2762269675731659,0.8455235511064529,935.0,239360.0,3266.8946632239968,15319040.0 +153.41,7.400000095367432,4866.0,0.009078843519091606,0.12164306640625,2.1800763607025146,-0.01242494210600853,0.3805077075958252,0.7975693494081497,936.0,239616.0,3270.2617469069082,15335424.0 +135.45,7.699999809265137,4788.0,0.009492401033639908,0.1212158203125,2.194542169570923,-0.011706220917403698,0.35133740305900574,0.8016987442970276,937.0,239872.0,3273.6837047419976,15351808.0 +138.12,8.0,4972.0,0.010401370003819466,0.1360677033662796,2.2403929233551025,-0.013517259620130062,0.21993236243724823,0.8642144501209259,938.0,240128.0,3276.9792023207992,15368192.0 +106.19,8.0,4631.0,0.008972849696874619,0.11956787109375,2.2285454273223877,-0.013213415630161762,0.3140166699886322,0.813602477312088,939.0,240384.0,3280.5177585529163,15384576.0 +147.41,7.400000095367432,4741.0,0.008893808349967003,0.11920166015625,2.228342294692993,-0.011886748485267162,0.34626439213752747,0.8011212944984436,940.0,240640.0,3283.9738038450014,15400960.0 +102.07,7.900000095367432,4639.0,0.00968865118920803,0.1329142302274704,2.1938693523406982,-0.012517658062279224,0.3282182514667511,0.8364014029502869,941.0,240896.0,3287.505799466977,15417344.0 +99.29,8.300000190734863,4958.0,0.009935598820447922,0.1280314177274704,2.160074472427368,-0.012998365797102451,0.33133167028427124,0.8082730025053024,942.0,241152.0,3290.8152573548723,15433728.0 +131.84,8.0,4699.0,0.009575245901942253,0.1309000700712204,2.196791172027588,-0.012763571925461292,0.3309952914714813,0.8127902299165726,943.0,241408.0,3294.3021243629046,15450112.0 +94.94,8.800000190734863,4782.0,0.010265828110277653,0.13983154296875,2.201122522354126,-0.013884049840271473,0.18039721250534058,0.888112798333168,944.0,241664.0,3297.7292567668483,15466496.0 +149.48,7.5,4939.0,0.009483341127634048,0.1280517578125,2.2431511878967285,-0.008852210827171803,0.2660823166370392,0.825579047203064,945.0,241920.0,3301.0466998899356,15482880.0 +185.09,7.400000095367432,4977.0,0.006749361287802458,0.08441162109375,2.2270586490631104,-0.011252769269049168,0.34971198439598083,0.8039939701557159,946.0,242176.0,3304.339247116819,15499264.0 +154.25,8.100000381469727,4974.0,0.00849234126508236,0.1105143204331398,2.203068494796753,-0.012356764636933804,0.30640509724617004,0.826309859752655,947.0,242432.0,3307.633272891864,15515648.0 +172.94,7.900000095367432,4846.0,0.00757297920063138,0.0965779647231102,2.223381757736206,-0.011172319762408733,0.34013864398002625,0.8217746317386627,948.0,242688.0,3311.0152171589434,15532032.0 +154.27,7.400000095367432,4762.0,0.008473284542560577,0.10662841796875,2.220226526260376,-0.012481576763093472,0.2800680100917816,0.8589004874229431,949.0,242944.0,3314.456087418832,15548416.0 +116.76,8.0,4727.0,0.009984956122934818,0.1285196989774704,2.2058606147766113,-0.015190567821264267,0.255940318107605,0.876684196293354,950.0,243200.0,3317.9228159158956,15564800.0 +134.94,7.400000095367432,4920.0,0.009197887033224106,0.1143391951918602,2.217823028564453,-0.01313308160752058,0.2673255503177643,0.8592029213905334,951.0,243456.0,3321.253558016848,15581184.0 +103.43,8.399999618530273,4716.0,0.011887316592037678,0.1537882536649704,2.1704914569854736,-0.013074747286736965,0.4569927155971527,0.7756868153810501,952.0,243712.0,3324.727931360947,15597568.0 +153.16,7.800000190734863,4667.0,0.008125501684844494,0.107421875,2.227172613143921,-0.014102019369602203,0.2672083079814911,0.8613791018724442,953.0,243968.0,3328.2394079768565,15613952.0 +118.65,7.599999904632568,5011.0,0.010159815661609173,0.1331787109375,2.2099905014038086,-0.013830911368131638,0.3176439106464386,0.8118793666362762,954.0,244224.0,3331.5095859449357,15630336.0 +133.7,8.199999809265137,4567.0,0.010876991786062717,0.14471435546875,2.1939165592193604,-0.012562890537083149,0.30592578649520874,0.8151578307151794,955.0,244480.0,3335.0970269069076,15646720.0 +134.02,7.800000190734863,4744.0,0.009153289720416069,0.1147867813706398,2.2008473873138428,-0.012063774280250072,0.3079240322113037,0.821349561214447,956.0,244736.0,3338.550909167854,15663104.0 +112.85,8.199999809265137,4622.0,0.009871399961411953,0.1302693635225296,2.1776187419891357,-0.012468925677239895,0.37384501099586487,0.807846263051033,957.0,244992.0,3342.0960494149476,15679488.0 +111.83,8.199999809265137,4749.0,0.007610846310853958,0.09906005859375,2.227236032485962,-0.011293672025203705,0.28988778591156006,0.8213876634836197,958.0,245248.0,3345.5467419079505,15695872.0 +110.53,7.599999904632568,4639.0,0.00863126665353775,0.1136271134018898,2.2124688625335693,-0.013217579573392868,0.39329564571380615,0.786576434969902,959.0,245504.0,3349.078856856795,15712256.0 +155.29,6.599999904632568,4637.0,0.010027383454144001,0.1363932341337204,2.2217471599578857,-0.012100151740014553,0.4332524538040161,0.7770467847585678,960.0,245760.0,3352.612407943001,15728640.0 +121.62,7.699999809265137,4774.0,0.010150623507797718,0.1233113631606102,2.21524715423584,-0.013906565494835377,0.321121484041214,0.8262395560741425,961.0,246016.0,3356.044699256774,15745024.0 +152.6,7.599999904632568,4759.0,0.008826923556625843,0.1193644180893898,2.2059271335601807,-0.013489670120179653,0.313347727060318,0.8297793120145798,962.0,246272.0,3359.4880194137804,15761408.0 +134.52,7.900000095367432,4720.0,0.009245959110558033,0.12347412109375,2.2333898544311523,-0.01339015644043684,0.27715954184532166,0.858854204416275,963.0,246528.0,3362.959220372839,15777792.0 +149.91,6.900000095367432,4724.0,0.009884432889521122,0.1373087614774704,2.258854627609253,-0.013240938074886799,0.2215663194656372,0.8757774755358696,964.0,246784.0,3366.42793853092,15794176.0 +184.55,7.099999904632568,4645.0,0.009223703294992447,0.11065673828125,2.246007204055786,-0.011444900184869766,0.29995760321617126,0.8416170328855515,965.0,247040.0,3369.95678831893,15810560.0 +120.02,7.699999809265137,4722.0,0.010473652742803097,0.1420695036649704,2.2243247032165527,-0.01108882948756218,0.291246622800827,0.8397040367126465,966.0,247296.0,3373.4264564469922,15826944.0 +231.12,6.699999809265137,4955.0,0.010132974945008755,0.13311767578125,2.199655294418335,-0.01284851599484682,0.33912184834480286,0.8049175888299942,967.0,247552.0,3376.733280065935,15843328.0 +105.21,8.600000381469727,4662.0,0.011109395883977413,0.1527099609375,2.171539306640625,-0.011210579425096512,0.33787235617637634,0.8234497606754303,968.0,247808.0,3380.248127755942,15859712.0 +141.78,8.0,4683.0,0.010386188514530659,0.14019775390625,2.1797711849212646,-0.01380228903144598,0.3293009102344513,0.8253712356090546,969.0,248064.0,3383.747119975975,15876096.0 +152.75,7.099999904632568,4736.0,0.009313457645475864,0.1186319962143898,2.1799702644348145,-0.013299723155796528,0.3938782215118408,0.8327792435884476,970.0,248320.0,3387.207062182948,15892480.0 +110.54,8.399999618530273,4754.0,0.009478726424276829,0.1264241486787796,2.2306954860687256,-0.013856246136128902,0.20693911612033844,0.8926832005381584,971.0,248576.0,3390.6539363819174,15908864.0 +188.81,7.300000190734863,4816.0,0.009194196201860905,0.1274821013212204,2.2410333156585693,-0.011696415953338146,0.2959456145763397,0.8591073900461197,972.0,248832.0,3394.0560822589323,15925248.0 +125.31,7.699999809265137,4752.0,0.01056944951415062,0.1455891877412796,2.172483444213867,-0.014786027371883392,0.2904375493526459,0.8635973483324051,973.0,249088.0,3397.5045202679466,15941632.0 +144.31,8.300000190734863,4773.0,0.009340235963463783,0.1226399764418602,2.1728222370147705,-0.012422017753124237,0.30292513966560364,0.8636011034250259,974.0,249344.0,3400.9377435168717,15958016.0 +116.66,8.300000190734863,4722.0,0.011386159807443619,0.1481119841337204,2.219778537750244,-0.013212370686233044,0.20654608309268951,0.9033037200570107,975.0,249600.0,3404.4075411318336,15974400.0 +99.03,8.300000190734863,4893.0,0.01088278740644455,0.1471964567899704,2.211895227432251,-0.013216911815106869,0.38780641555786133,0.8387446999549866,976.0,249856.0,3407.756635780912,15990784.0 +136.32,7.5,4742.0,0.009129821322858334,0.1211751326918602,2.2478206157684326,-0.012636102735996246,0.2948147654533386,0.8645241409540176,977.0,250112.0,3411.2143429298885,16007168.0 +188.07,7.5,4822.0,0.009570219554007053,0.12664794921875,2.230424642562866,-0.011593998409807682,0.34940245747566223,0.8424724489450455,978.0,250368.0,3414.612608964788,16023552.0 +152.55,7.699999809265137,4715.0,0.009748694486916065,0.1279296875,2.2357795238494873,-0.012295500375330448,0.25362512469291687,0.8755209967494011,979.0,250624.0,3418.0884085849393,16039936.0 +159.17,7.0,4663.0,0.010896444320678711,0.135498046875,2.235260486602783,-0.013326548039913177,0.33793070912361145,0.8468307107686996,980.0,250880.0,3421.6026285889093,16056320.0 +168.52,6.900000095367432,4676.0,0.01036107912659645,0.1401774138212204,2.2325072288513184,-0.012956262566149235,0.32526662945747375,0.8675042241811752,981.0,251136.0,3425.106668906985,16072704.0 +179.96,7.5,4786.0,0.010083931498229504,0.13555908203125,2.2413971424102783,-0.013578583486378193,0.24264012277126312,0.897611677646637,982.0,251392.0,3428.5306826799642,16089088.0 +172.88,7.400000095367432,4925.0,0.0107625313103199,0.1480305939912796,2.2195627689361572,-0.014028307981789112,0.27738475799560547,0.8928396552801132,983.0,251648.0,3431.8575083089527,16105472.0 +126.66,7.5,4581.0,0.009152621030807495,0.1197509765625,2.235124349594116,-0.010828097350895405,0.2781839966773987,0.8834115192294121,984.0,251904.0,3435.434669965878,16121856.0 +157.06,7.699999809265137,4724.0,0.008381476625800133,0.1058146134018898,2.1826388835906982,-0.012351893819868565,0.4108644425868988,0.8307354301214218,985.0,252160.0,3438.903473145794,16138240.0 +154.92,7.800000190734863,4810.0,0.010634094476699829,0.1472981721162796,2.1727583408355713,-0.012510140426456928,0.3163074553012848,0.8591968864202499,986.0,252416.0,3442.310427755816,16154624.0 +144.67,7.099999904632568,4739.0,0.00916176475584507,0.1205851212143898,2.185556411743164,-0.013347473926842213,0.3794185221195221,0.8157849758863449,987.0,252672.0,3445.768142678775,16171008.0 +104.7,8.5,4693.0,0.008887195028364658,0.1131998673081398,2.2082712650299072,-0.012388288043439388,0.2297002673149109,0.8686825484037399,988.0,252928.0,3449.260241264943,16187392.0 +157.5,7.599999904632568,4860.0,0.009369630366563797,0.126220703125,2.2174723148345947,-0.010132218711078167,0.4319082796573639,0.8130963444709778,989.0,253184.0,3452.631848095916,16203776.0 +114.84,7.800000190734863,4580.0,0.009874907322227955,0.1346232146024704,2.2689948081970215,-0.014564205892384052,0.2779020369052887,0.8620593398809433,990.0,253440.0,3456.209777074866,16220160.0 +166.86,7.199999809265137,4683.0,0.007996555417776108,0.0989176407456398,2.238361358642578,-0.012317817658185959,0.3315800130367279,0.8355460613965988,991.0,253696.0,3459.7091113559436,16236544.0 +147.85,7.300000190734863,4580.0,0.009875657968223095,0.12646484375,2.251495838165283,-0.015519886277616024,0.15499348938465118,0.9078157693147659,992.0,253952.0,3463.2865767418407,16252928.0 +189.6,7.400000095367432,4845.0,0.010348007082939148,0.1338704377412796,2.2381134033203125,-0.012113526463508606,0.26076066493988037,0.8685242384672165,993.0,254208.0,3466.668572516879,16269312.0 +112.22,7.800000190734863,4850.0,0.00978035293519497,0.1302286833524704,2.238123655319214,-0.009708940051496029,0.3220931589603424,0.8411584794521332,994.0,254464.0,3470.0467775498983,16285696.0 +166.41,7.900000095367432,4740.0,0.00911199115216732,0.1190999373793602,2.2315003871917725,-0.013227500021457672,0.2763746678829193,0.8666602522134781,995.0,254720.0,3473.50344327488,16302080.0 +110.68,8.0,4675.0,0.009488213807344437,0.1281941682100296,2.210336685180664,-0.014678381383419037,0.38189759850502014,0.816950261592865,996.0,254976.0,3477.0087099988014,16318464.0 +142.87,8.0,4748.0,0.010045924223959446,0.1278279572725296,2.2151529788970947,-0.013105967082083225,0.2703333795070648,0.8586047291755676,997.0,255232.0,3480.4600271028467,16334848.0 +106.54,8.600000381469727,4963.0,0.01080933678895235,0.1420491486787796,2.23602032661438,-0.01492787804454565,0.24115413427352905,0.8840339481830597,998.0,255488.0,3483.7617887977976,16351232.0 +176.73,7.800000190734863,4898.0,0.009634873829782009,0.1239420548081398,2.274991750717163,-0.01295193936675787,0.2251274585723877,0.8850621357560158,999.0,255744.0,3487.106908041984,16367616.0 +181.46,7.400000095367432,4792.0,0.009800617583096027,0.1288045197725296,2.2523727416992188,-0.01306415256112814,0.32736456394195557,0.8258972316980362,1000.0,256000.0,3490.5264504649676,16384000.0 +145.05,7.900000095367432,4760.0,0.010301661677658558,0.1309814453125,2.209329128265381,-0.014730803668498993,0.336301326751709,0.8198085725307465,1001.0,256256.0,3493.968554474879,16400384.0 +150.99,7.699999809265137,4705.0,0.010818875394761562,0.1370442658662796,2.2088520526885986,-0.01333814486861229,0.3402847349643707,0.808846578001976,1002.0,256512.0,3497.4510834568646,16416768.0 +131.54,7.900000095367432,4745.0,0.008816489949822426,0.1162109375,2.255486249923706,-0.014100391417741776,0.24954016506671906,0.8555347323417664,1003.0,256768.0,3500.9050581047777,16433152.0 +118.08,7.800000190734863,4759.0,0.010889187455177307,0.1484171599149704,2.2923743724823,-0.01433517038822174,0.20227015018463135,0.8757837489247322,1004.0,257024.0,3504.347930037882,16449536.0 +133.87,8.0,4677.0,0.009600028395652771,0.12628173828125,2.2508490085601807,-0.014267376624047756,0.259237140417099,0.8635460734367371,1005.0,257280.0,3507.8517029269133,16465920.0 +195.34,6.800000190734863,4668.0,0.009733547456562519,0.1302490234375,2.218743085861206,-0.014208211563527584,0.34090736508369446,0.8400731533765793,1006.0,257536.0,3511.361610723892,16482304.0 +125.9,7.5,4850.0,0.009528351947665215,0.1350911408662796,2.1885035037994385,-0.011893064714968204,0.42839813232421875,0.8119135200977325,1007.0,257792.0,3514.7403801218607,16498688.0 +130.03,7.800000190734863,4735.0,0.007988865487277508,0.1021525040268898,2.173880100250244,-0.012386548332870007,0.39741501212120056,0.8352201282978058,1008.0,258048.0,3518.200774420984,16515072.0 +127.37,6.900000095367432,4814.0,0.007476089522242546,0.0922648087143898,2.2061398029327393,-0.013574044220149517,0.30236420035362244,0.872630313038826,1009.0,258304.0,3521.6050504769664,16531456.0 +183.87,7.599999904632568,4715.0,0.012017828412353992,0.1509602814912796,2.2211616039276123,-0.011315376497805119,0.28607091307640076,0.8635617792606354,1010.0,258560.0,3525.0804659859277,16547840.0 +173.55,7.400000095367432,4663.0,0.011100870557129383,0.1518961638212204,2.2231578826904297,-0.0156378336250782,0.23465929925441742,0.8858105391263962,1011.0,258816.0,3528.5945080099627,16564224.0 +166.3,7.5,4727.0,0.008921426720917225,0.1177571639418602,2.2259409427642822,-0.013395227491855621,0.36026731133461,0.8335711807012558,1012.0,259072.0,3532.063800542848,16580608.0 +143.59,7.300000190734863,4713.0,0.009110340848565102,0.1193644180893898,2.2428860664367676,-0.014674550853669643,0.330732524394989,0.8441835194826126,1013.0,259328.0,3535.540434903931,16596992.0 +174.66,7.599999904632568,4634.0,0.008943051099777222,0.1115315780043602,2.217146158218384,-0.012732363305985928,0.4004596769809723,0.8072736710309982,1014.0,259584.0,3539.076911162818,16613376.0 +129.42,8.0,4660.0,0.010899413377046585,0.1428426057100296,2.2007791996002197,-0.015262621454894543,0.2664550840854645,0.880420133471489,1015.0,259840.0,3542.593097933801,16629760.0 +152.82,7.900000095367432,5017.0,0.011138156056404114,0.1515909880399704,2.209731340408325,-0.01464011799544096,0.3158516585826874,0.8553225994110107,1016.0,260096.0,3545.859229731839,16646144.0 +69.97,8.800000190734863,4732.0,0.011750969104468822,0.1550699919462204,2.1885416507720947,-0.01240173727273941,0.3176707327365875,0.8460667580366135,1017.0,260352.0,3549.3222169508226,16662528.0 +124.68,8.0,4861.0,0.009663673117756844,0.1246337890625,2.199662446975708,-0.013880603015422821,0.30465462803840637,0.8602085411548615,1018.0,260608.0,3552.693384254817,16678912.0 +132.4,8.100000381469727,4728.0,0.010757304728031158,0.1476237028837204,2.1887433528900146,-0.015104061923921108,0.23030799627304077,0.8664178401231766,1019.0,260864.0,3556.1587138769682,16695296.0 +100.11,7.800000190734863,4760.0,0.009798591025173664,0.12835693359375,2.156243085861206,-0.014214939437806606,0.27659299969673157,0.838511735200882,1020.0,261120.0,3559.601338187931,16711680.0 +113.99,8.100000381469727,4764.0,0.00902902614325285,0.1146036759018898,2.1955153942108154,-0.011304515413939953,0.28554853796958923,0.8479925841093063,1021.0,261376.0,3563.0406115148216,16728064.0 +142.91,7.699999809265137,4649.0,0.009274464100599289,0.12420654296875,2.202432632446289,-0.015050877816975117,0.26824653148651123,0.8693154007196426,1022.0,261632.0,3566.5647767269984,16744448.0 +148.62,8.0,4635.0,0.007970846258103848,0.1019490584731102,2.2424967288970947,-0.013472436927258968,0.27868035435676575,0.836233988404274,1023.0,261888.0,3570.100186243886,16760832.0 +167.86,8.100000381469727,4705.0,0.010419794358313084,0.135498046875,2.2254371643066406,-0.007729972247034311,0.2972644865512848,0.8281740844249725,1024.0,262144.0,3573.58262236882,16777216.0 +128.27,8.5,4675.0,0.010365252383053303,0.1372884064912796,2.230013132095337,-0.015296942554414272,0.2225496917963028,0.8343781977891922,1025.0,262400.0,3577.0878132688813,16793600.0 +165.67,7.800000190734863,4635.0,0.00954093225300312,0.1232096329331398,2.2017714977264404,-0.013270909897983074,0.4252820312976837,0.7368279099464417,1026.0,262656.0,3580.623586057918,16809984.0 +133.17,7.599999904632568,4967.0,0.009003447368741035,0.1197713240981102,2.210261821746826,-0.013513543643057346,0.3809293806552887,0.7776699513196945,1027.0,262912.0,3583.922787192976,16826368.0 +102.63,8.699999809265137,4800.0,0.008675477467477322,0.1159871444106102,2.2078816890716553,-0.013322223909199238,0.32019421458244324,0.7942576557397842,1028.0,263168.0,3587.336619015783,16842752.0 +119.89,8.199999809265137,4835.0,0.009858493693172932,0.1337076872587204,2.2136244773864746,-0.011953976936638355,0.23013417422771454,0.841863289475441,1029.0,263424.0,3590.7253849909175,16859136.0 +111.78,8.199999809265137,4896.0,0.010953429155051708,0.1433919221162796,2.1888766288757324,-0.013256200589239597,0.22197853028774261,0.8432469666004181,1030.0,263680.0,3594.072026877897,16875520.0 +211.69,7.599999904632568,4863.0,0.009869646281003952,0.1334635466337204,2.2211074829101562,-0.012033984996378422,0.28943952918052673,0.816573828458786,1031.0,263936.0,3597.4411573749967,16891904.0 +121.57,7.199999809265137,4617.0,0.009223761036992073,0.1265055388212204,2.188300609588623,-0.011477567255496979,0.3800175189971924,0.8077468574047089,1032.0,264192.0,3600.990111019928,16908288.0 +149.38,8.0,4763.0,0.009707408957183361,0.1256510466337204,2.2200939655303955,-0.014476441778242588,0.23471014201641083,0.8739774823188782,1033.0,264448.0,3604.4303858878557,16924672.0 +153.6,7.800000190734863,4661.0,0.009214850142598152,0.119873046875,2.2386226654052734,-0.015118244104087353,0.20328134298324585,0.89471735060215,1034.0,264704.0,3607.946203097934,16941056.0 +223.08,7.400000095367432,4783.0,0.008262610994279385,0.1083577498793602,2.2228126525878906,-0.01327521726489067,0.25235864520072937,0.8960800394415855,1035.0,264960.0,3611.3726657598745,16957440.0 +141.26,7.900000095367432,4821.0,0.011367195285856724,0.1472371369600296,2.2069079875946045,-0.014602712355554104,0.26410621404647827,0.8875969797372818,1036.0,265216.0,3614.771824129857,16973824.0 +99.53,7.900000095367432,4832.0,0.009528274647891521,0.1326904296875,2.1767303943634033,-0.014606192708015442,0.29163241386413574,0.8840651288628578,1037.0,265472.0,3618.162850896828,16990208.0 +125.59,7.599999904632568,4713.0,0.009741733781993389,0.1300862580537796,2.2296981811523438,-0.011056475341320038,0.24113710224628448,0.8817032724618912,1038.0,265728.0,3621.6398544048425,17006592.0 +167.06,7.5,4622.0,0.009504375047981739,0.1226806640625,2.1892807483673096,-0.013543226756155491,0.35738658905029297,0.8444176912307739,1039.0,265984.0,3625.185134208994,17022976.0 +105.99,8.100000381469727,4762.0,0.010672385804355145,0.1414387971162796,2.183342695236206,-0.015830907970666885,0.2864871025085449,0.8576974719762802,1040.0,266240.0,3628.62635940779,17039360.0 +153.52,8.199999809265137,4597.0,0.010746192187070847,0.1476033478975296,2.1744754314422607,-0.013944803737103939,0.30716773867607117,0.8640173524618149,1041.0,266496.0,3632.1905952799134,17055744.0 +110.76,8.199999809265137,4924.0,0.009951462037861347,0.1347249299287796,2.232372283935547,-0.014828176237642765,0.1803206354379654,0.9137980937957764,1042.0,266752.0,3635.5184611459263,17072128.0 +147.78,7.800000190734863,4742.0,0.010072068311274052,0.1364542692899704,2.2192881107330322,-0.012779039330780506,0.23477838933467865,0.8837565928697586,1043.0,267008.0,3638.973771621939,17088512.0 +156.97,7.5,4774.0,0.010288807563483715,0.1350504606962204,2.2379000186920166,-0.012840419076383114,0.2701212465763092,0.8761508911848068,1044.0,267264.0,3642.406153051881,17104896.0 +178.48,7.199999809265137,4749.0,0.008363842032849789,0.11297607421875,2.192492723464966,-0.013589090667665005,0.3286896049976349,0.8294973373413086,1045.0,267520.0,3645.8567978788633,17121280.0 +161.25,7.300000190734863,4629.0,0.010207125917077065,0.13458251953125,2.192244291305542,-0.013563196174800396,0.3114809989929199,0.835501104593277,1046.0,267776.0,3649.3964341999963,17137664.0 +137.7,8.5,4952.0,0.009610897861421108,0.1262003630399704,2.1920969486236572,-0.015830129384994507,0.21477214992046356,0.8698617517948151,1047.0,268032.0,3652.7051094928756,17154048.0 +188.68,7.599999904632568,4658.0,0.010876573622226715,0.15057373046875,2.165828227996826,-0.012079237960278988,0.4550602436065674,0.7607293576002121,1048.0,268288.0,3656.222759924829,17170432.0 +105.07,8.399999618530273,4878.0,0.010053631849586964,0.1285807341337204,2.178563356399536,-0.01470093708485365,0.2802119553089142,0.8593863844871521,1049.0,268544.0,3659.581663326826,17186816.0 +115.02,7.699999809265137,4968.0,0.009652146138250828,0.1265055388212204,2.1623315811157227,-0.014617136679589748,0.26282641291618347,0.855177566409111,1050.0,268800.0,3662.8796505259816,17203200.0 +84.22,7.5,4672.0,0.010344787500798702,0.13299560546875,2.180758237838745,-0.015890292823314667,0.3623827397823334,0.8235670775175095,1051.0,269056.0,3666.3866784197744,17219584.0 +171.28,7.400000095367432,4746.0,0.009823383763432503,0.1294352263212204,2.1771557331085205,-0.014161545783281326,0.3425353467464447,0.8504263907670975,1052.0,269312.0,3669.8394460207783,17235968.0 +90.04,8.699999809265137,4673.0,0.011275876313447952,0.1555989533662796,2.163893461227417,-0.012535445392131805,0.28500673174858093,0.8835169449448586,1053.0,269568.0,3673.3460366709623,17252352.0 +89.72,8.300000190734863,4624.0,0.011333088390529156,0.1577555388212204,2.227376699447632,-0.015033852308988571,0.20657198131084442,0.9145611673593521,1054.0,269824.0,3676.8893194599077,17268736.0 +155.7,7.5,4922.0,0.013200409710407257,0.1796061247587204,2.199632167816162,-0.0140465022996068,0.2015354484319687,0.9137388691306114,1055.0,270080.0,3680.2186959548853,17285120.0 +163.11,7.699999809265137,4862.0,0.00970038678497076,0.12890625,2.1651535034179688,-0.013824292458593845,0.4107714593410492,0.8360039293766022,1056.0,270336.0,3683.588950674981,17301504.0 +155.22,8.399999618530273,4862.0,0.008657213300466537,0.1148274764418602,2.165625810623169,-0.014178168028593063,0.24222731590270996,0.9117858335375786,1057.0,270592.0,3686.959181989776,17317888.0 +120.71,8.199999809265137,4678.0,0.009003614075481892,0.1184895858168602,2.2105214595794678,-0.015439282171428204,0.2172958105802536,0.8876452520489693,1058.0,270848.0,3690.462196756853,17334272.0 +185.25,7.699999809265137,4761.0,0.010344049893319607,0.12542724609375,2.238969564437866,-0.013971824198961258,0.2513769567012787,0.879413403570652,1059.0,271104.0,3693.9037160268053,17350656.0 +159.15,7.800000190734863,4993.0,0.009242993779480457,0.1237386092543602,2.2373502254486084,-0.010658654384315014,0.2566305994987488,0.871493324637413,1060.0,271360.0,3697.1853633029386,17367040.0 +160.46,7.400000095367432,4916.0,0.011551388539373875,0.1524658203125,2.145219087600708,-0.011508082039654255,0.5447544455528259,0.7715396583080292,1061.0,271616.0,3700.5185653869994,17383424.0 +156.99,7.599999904632568,4571.0,0.011271319352090359,0.1504923552274704,2.168288230895996,-0.01360991969704628,0.2964754104614258,0.8310385942459106,1062.0,271872.0,3704.103121082997,17399808.0 +106.51,8.0,4748.0,0.01191511657088995,0.1658935546875,2.158737897872925,-0.014138411730527878,0.32521042227745056,0.8270513862371445,1063.0,272128.0,3707.554374338826,17416192.0 +137.37,8.100000381469727,4713.0,0.010677691549062729,0.1440226286649704,2.189767837524414,-0.014582027681171894,0.23830030858516693,0.8866088837385178,1064.0,272384.0,3711.0307345008478,17432576.0 +163.42,7.400000095367432,4752.0,0.011300326324999332,0.1552937775850296,2.198923349380493,-0.013033195398747921,0.3273638188838959,0.8671691715717316,1065.0,272640.0,3714.478904752992,17448960.0 +132.45,8.199999809265137,4819.0,0.010827522724866867,0.1432088166475296,2.171443223953247,-0.015934539958834648,0.30268925428390503,0.877238392829895,1066.0,272896.0,3717.878808622947,17465344.0 +125.84,7.900000095367432,4819.0,0.011209245771169662,0.157470703125,2.1800918579101562,-0.014222889207303524,0.27988865971565247,0.8907088935375214,1067.0,273152.0,3721.279202907812,17481728.0 +126.34,7.5,4787.0,0.009987159632146358,0.1305745393037796,2.1689679622650146,-0.012722722254693508,0.261411190032959,0.8721392899751663,1068.0,273408.0,3724.7020755298436,17498112.0 +131.41,8.0,4764.0,0.00951654277741909,0.1271565705537796,2.1607577800750732,-0.01252930611371994,0.33357420563697815,0.8386773020029068,1069.0,273664.0,3728.1412127718795,17514496.0 +126.27,7.699999809265137,4791.0,0.0093576954677701,0.1194864884018898,2.1852166652679443,-0.010674543678760529,0.27260246872901917,0.8477579653263092,1070.0,273920.0,3731.5626087607816,17530880.0 +189.78,6.900000095367432,4705.0,0.008952937088906765,0.11260986328125,2.2145135402679443,-0.011983579955995083,0.29411032795906067,0.8336970061063766,1071.0,274176.0,3735.0450155939907,17547264.0 +153.41,8.5,4787.0,0.00953088141977787,0.1262003630399704,2.218125581741333,-0.0153619684278965,0.25256192684173584,0.8511259704828262,1072.0,274432.0,3738.4681438428815,17563648.0 +131.84,7.599999904632568,4720.0,0.008565242402255535,0.1107381209731102,2.216627836227417,-0.014843161217868328,0.2852502465248108,0.8373782336711884,1073.0,274688.0,3741.9402176779695,17580032.0 +185.41,7.300000190734863,4665.0,0.009087933227419853,0.1148274764418602,2.2422373294830322,-0.012278241105377674,0.3708139955997467,0.8215053081512451,1074.0,274944.0,3745.4527929208707,17596416.0 +136.76,7.199999809265137,4792.0,0.009582503698766232,0.12896728515625,2.226665735244751,-0.014000710099935532,0.37425193190574646,0.8310551196336746,1075.0,275200.0,3748.8724635518156,17612800.0 +146.65,7.900000095367432,4880.0,0.009419852867722511,0.12689208984375,2.224644899368286,-0.013222684152424335,0.27001023292541504,0.8790373504161835,1076.0,275456.0,3752.229926379863,17629184.0 +145.87,8.100000381469727,4684.0,0.009732511825859547,0.1252848356962204,2.2032549381256104,-0.015587065368890762,0.23496098816394806,0.874998614192009,1077.0,275712.0,3755.7283989628777,17645568.0 +174.61,7.5,4804.0,0.010982215404510498,0.14306640625,2.218125581741333,-0.01546485722064972,0.24267572164535522,0.8635445982217789,1078.0,275968.0,3759.1388960459735,17661952.0 +168.46,7.099999904632568,4850.0,0.010544232092797756,0.14288330078125,2.242328405380249,-0.01131834089756012,0.29320231080055237,0.841430202126503,1079.0,276224.0,3762.517897410784,17678336.0 +178.09,7.400000095367432,4807.0,0.009641273878514767,0.1298014372587204,2.2348194122314453,-0.015002298168838024,0.29006287455558777,0.8345516920089722,1080.0,276480.0,3765.926642605802,17694720.0 +156.48,7.800000190734863,4764.0,0.010385575704276562,0.1393839567899704,2.2097573280334473,-0.015187962912023067,0.30638793110847473,0.8469254374504089,1081.0,276736.0,3769.366124944994,17711104.0 +167.73,7.699999809265137,4745.0,0.008953724056482315,0.1201985701918602,2.19574236869812,-0.015435446985065937,0.2148292064666748,0.8868197500705719,1082.0,276992.0,3772.8194468528964,17727488.0 +147.57,7.699999809265137,4738.0,0.009276150725781918,0.1199137344956398,2.1895315647125244,-0.014855451881885529,0.2680553197860718,0.877809539437294,1083.0,277248.0,3776.277786670951,17743872.0 +153.16,7.5,4658.0,0.00932738371193409,0.1233927384018898,2.208090305328369,-0.014004677534103394,0.3454707860946655,0.8478741347789764,1084.0,277504.0,3779.7983287719544,17760256.0 +198.58,7.699999809265137,4687.0,0.011318334378302097,0.1488850861787796,2.198956251144409,-0.014116977341473103,0.28771087527275085,0.8643873631954193,1085.0,277760.0,3783.2941657728516,17776640.0 +107.63,8.0,4969.0,0.010610844008624554,0.1415608674287796,2.179790496826172,-0.016217799857258797,0.3443410396575928,0.8502601534128189,1086.0,278016.0,3786.5920008418616,17793024.0 +129.03,8.399999618530273,4838.0,0.009296669624745846,0.1225179061293602,2.180729866027832,-0.012694139033555984,0.32924988865852356,0.861496239900589,1087.0,278272.0,3789.9792818319984,17809408.0 +106.95,7.900000095367432,4905.0,0.010232046246528625,0.13348388671875,2.2329800128936768,-0.01489914208650589,0.21401913464069366,0.9031853228807449,1088.0,278528.0,3793.3204241038766,17825792.0 +175.75,7.0,4599.0,0.00870959460735321,0.11114501953125,2.2237558364868164,-0.013804345391690731,0.3054415285587311,0.8738593906164169,1089.0,278784.0,3796.883630824974,17842176.0 +138.83,8.199999809265137,4670.0,0.011082187294960022,0.14794921875,2.181182384490967,-0.014099164865911007,0.2471415251493454,0.8949914425611496,1090.0,279040.0,3800.3921097018756,17858560.0 +114.61,7.699999809265137,4826.0,0.010228375904262066,0.1412150114774704,2.184994697570801,-0.01533572655171156,0.2610251009464264,0.8780471682548523,1091.0,279296.0,3803.7872483429965,17874944.0 +112.73,7.699999809265137,5000.0,0.010635596700012684,0.1447550505399704,2.1747031211853027,-0.014303880743682384,0.43316230177879333,0.8217465728521347,1092.0,279552.0,3807.064442574978,17891328.0 +78.11,8.600000381469727,4564.0,0.011522691696882248,0.1501057893037796,2.1874337196350098,-0.016617175191640854,0.20352645218372345,0.9059243500232697,1093.0,279808.0,3810.6546400208026,17907712.0 +134.53,7.900000095367432,4869.0,0.011697337962687016,0.15924072265625,2.180516004562378,-0.016097990795969963,0.270023912191391,0.880871370434761,1094.0,280064.0,3814.020155620994,17924096.0 +168.89,7.699999809265137,4780.0,0.009191774763166904,0.11749267578125,2.2364120483398438,-0.0140938526019454,0.2376125454902649,0.8894151300191879,1095.0,280320.0,3817.44828473893,17940480.0 +179.36,7.699999809265137,4721.0,0.010003904812037945,0.1348470002412796,2.2050623893737793,-0.015401236712932587,0.2524777948856354,0.8812758028507233,1096.0,280576.0,3820.9193580178544,17956864.0 +120.04,7.599999904632568,4583.0,0.010664410889148712,0.1445109099149704,2.214709520339966,-0.015956535935401917,0.24748849868774414,0.8769058361649513,1097.0,280832.0,3824.4944513558876,17973248.0 +180.33,7.900000095367432,4550.0,0.00974757969379425,0.1314290314912796,2.221623659133911,-0.016084834933280945,0.26501044631004333,0.8699106425046921,1098.0,281088.0,3828.0959896689747,17989632.0 +138.81,7.599999904632568,4815.0,0.01004804391413927,0.1368815153837204,2.2137999534606934,-0.014127998612821102,0.2911706566810608,0.8598926663398743,1099.0,281344.0,3831.499531570822,18006016.0 +180.37,7.699999809265137,4853.0,0.010205295868217945,0.1328531950712204,2.2149593830108643,-0.015306610614061356,0.3331183195114136,0.8384653180837631,1100.0,281600.0,3834.8757909408305,18022400.0 +214.48,8.100000381469727,4690.0,0.01187544409185648,0.1508992463350296,2.1864101886749268,-0.015017535537481308,0.27544739842414856,0.8803399503231049,1101.0,281856.0,3838.3700120837893,18038784.0 +133.16,7.699999809265137,4804.0,0.009100460447371006,0.1207275390625,2.150057077407837,-0.013393337838351727,0.36224129796028137,0.8634887784719467,1102.0,282112.0,3841.7811319539323,18055168.0 +99.71,8.5,4786.0,0.010143068619072437,0.13836669921875,2.1806726455688477,-0.015459910966455936,0.19439834356307983,0.9159163683652878,1103.0,282368.0,3845.205153965857,18071552.0 +110.12,7.5,4902.0,0.011623323895037174,0.1602986603975296,2.180527448654175,-0.014033912681043148,0.40703144669532776,0.8343548476696014,1104.0,282624.0,3848.5480110559147,18087936.0 +92.13,8.100000381469727,4682.0,0.012669611722230911,0.1691080778837204,2.1759891510009766,-0.015593758784234524,0.24269448220729828,0.8918067142367363,1105.0,282880.0,3852.052151717944,18104320.0 +145.98,7.0,4739.0,0.010481812059879303,0.1363118439912796,2.14936900138855,-0.013861277140676975,0.3703073263168335,0.8384449928998947,1106.0,283136.0,3855.509691671934,18120704.0 +115.27,7.900000095367432,4625.0,0.009174899198114872,0.1164347305893898,2.1845319271087646,-0.01461844239383936,0.3017098009586334,0.8609526753425598,1107.0,283392.0,3859.052428901894,18137088.0 +127.76,8.0,4816.0,0.010922336019575596,0.1436970978975296,2.157461404800415,-0.015879126265645027,0.29341933131217957,0.8692715466022491,1108.0,283648.0,3862.455285096774,18153472.0 +120.97,8.0,4784.0,0.009957666508853436,0.1300048828125,2.1573522090911865,-0.012573637068271637,0.28007134795188904,0.8867434859275818,1109.0,283904.0,3865.8803953228053,18169856.0 +151.44,7.699999809265137,4845.0,0.0077872793190181255,0.094482421875,2.177107334136963,-0.01290730107575655,0.3536316156387329,0.8499805778264999,1110.0,284160.0,3869.2622830469627,18186240.0 +137.67,8.5,4777.0,0.009691648185253143,0.1266682893037796,2.1212868690490723,-0.015331252478063107,0.4184424579143524,0.8391420692205429,1111.0,284416.0,3872.6924848628696,18202624.0 +77.73,7.800000190734863,4837.0,0.01145900133997202,0.1356404572725296,2.099139451980591,-0.016107283532619476,0.3784236013889313,0.8555072247982025,1112.0,284672.0,3876.0799046878237,18219008.0 +75.51,8.0,4822.0,0.009237405844032764,0.1156005859375,2.1026360988616943,-0.014969601295888424,0.3225213587284088,0.8576234579086304,1113.0,284928.0,3879.478111193981,18235392.0 +115.81,7.199999809265137,4717.0,0.009864895604550838,0.13055419921875,2.1575136184692383,-0.014219534583389759,0.31392502784729004,0.8553129285573959,1114.0,285184.0,3882.952360964846,18251776.0 +128.17,8.199999809265137,4736.0,0.009647396393120289,0.1280110627412796,2.1697075366973877,-0.013135361485183239,0.3066524267196655,0.8524846285581589,1115.0,285440.0,3886.412485523848,18268160.0 +120.98,7.5,4608.0,0.010538119822740555,0.1360880583524704,2.1702475547790527,-0.015126618556678295,0.36827799677848816,0.8561071008443832,1116.0,285696.0,3889.968473239802,18284544.0 +75.84,7.599999904632568,4675.0,0.011120587587356567,0.1458536833524704,2.1671183109283447,-0.015612572431564331,0.3070129454135895,0.8616111576557159,1117.0,285952.0,3893.473074739799,18300928.0 +117.16,7.800000190734863,4677.0,0.011004242114722729,0.1495768278837204,2.1535837650299072,-0.012447752058506012,0.3774832785129547,0.8187170177698135,1118.0,286208.0,3896.976878679823,18317312.0 +96.74,8.5,4600.0,0.009016277268528938,0.116943359375,2.167719602584839,-0.015671823173761368,0.35339903831481934,0.8395843058824539,1119.0,286464.0,3900.538600270869,18333696.0 +149.53,7.5,4771.0,0.008825921453535557,0.1136271134018898,2.1584951877593994,-0.015075352974236012,0.3606736958026886,0.8373007327318192,1120.0,286720.0,3903.9730491598602,18350080.0 +111.09,8.0,4811.0,0.011448074132204056,0.1496785432100296,2.1851284503936768,-0.016539419069886208,0.2309582233428955,0.8853759989142418,1121.0,286976.0,3907.3790724789724,18366464.0 +162.99,7.199999809265137,4803.0,0.009459536522626877,0.1258951872587204,2.1694607734680176,-0.013715345412492752,0.41905614733695984,0.8190293312072754,1122.0,287232.0,3910.7912899099756,18382848.0 +99.54,8.0,4741.0,0.009421832859516144,0.1224568709731102,2.1739869117736816,-0.013554689474403858,0.33328256011009216,0.8694306910037994,1123.0,287488.0,3914.247391984798,18399232.0 +136.1,7.599999904632568,4775.0,0.008601304143667221,0.1115519180893898,2.1935720443725586,-0.013528848998248577,0.36160537600517273,0.8273291438817978,1124.0,287744.0,3917.6788207488135,18415616.0 +142.27,8.100000381469727,4758.0,0.01074171531945467,0.1377360075712204,2.1632328033447266,-0.015159457921981812,0.20649556815624237,0.8971837982535362,1125.0,288000.0,3921.122386086965,18432000.0 +153.56,7.599999904632568,4842.0,0.008573510684072971,0.1075235977768898,2.1603760719299316,-0.011158565990626812,0.37857115268707275,0.846966341137886,1126.0,288256.0,3924.5066696759313,18448384.0 +157.45,7.900000095367432,4722.0,0.009668833576142788,0.1251017302274704,2.1613407135009766,-0.014021669514477253,0.3349008560180664,0.8716332167387009,1127.0,288512.0,3927.976984349778,18464768.0 +76.14,8.0,4966.0,0.009335380978882313,0.1154988631606102,2.17081618309021,-0.014286586083471775,0.35861894488334656,0.8660100996494293,1128.0,288768.0,3931.276747161988,18481152.0 +105.75,8.600000381469727,4657.0,0.010729536414146423,0.1413777619600296,2.170030355453491,-0.014942078851163387,0.23544062674045563,0.9148448035120964,1129.0,289024.0,3934.7951329248026,18497536.0 +147.89,7.5,4617.0,0.011476871557533741,0.1505330353975296,2.1595869064331055,-0.01383499801158905,0.33189645409584045,0.8795651867985725,1130.0,289280.0,3938.3444068487734,18513920.0 +63.58,7.800000190734863,4862.0,0.009117905050516129,0.1129964217543602,2.1690032482147217,-0.014081963337957859,0.42789068818092346,0.8319628238677979,1131.0,289536.0,3941.7147209018003,18530304.0 +116.24,8.199999809265137,4755.0,0.009548087604343891,0.118408203125,2.15403151512146,-0.011754453182220459,0.3456794321537018,0.8503154367208481,1132.0,289792.0,3945.160599988885,18546688.0 +118.33,7.5,4673.0,0.009335733018815517,0.1107381209731102,2.1467318534851074,-0.01141366083174944,0.48864316940307617,0.8019633144140244,1133.0,290048.0,3948.6666583749466,18563072.0 +115.77,7.900000095367432,4589.0,0.011123016476631165,0.1425374299287796,2.1373274326324463,-0.013738404959440231,0.45543721318244934,0.8038543313741684,1134.0,290304.0,3952.237926503876,18579456.0 +97.72,8.699999809265137,4818.0,0.010703652165830135,0.1457722932100296,2.13434100151062,-0.014125666581094265,0.26085609197616577,0.8813882619142532,1135.0,290560.0,3955.638825860806,18595840.0 +114.06,8.199999809265137,4946.0,0.009750441648066044,0.127197265625,2.1619672775268555,-0.01316344365477562,0.3423101603984833,0.8740147948265076,1136.0,290816.0,3958.9522578869946,18612224.0 +132.37,8.199999809265137,4816.0,0.010543196462094784,0.1416219025850296,2.1642391681671143,-0.015262421220541,0.24377821385860443,0.9070699587464333,1137.0,291072.0,3962.354259183863,18628608.0 +120.26,7.900000095367432,4822.0,0.008942747488617897,0.1087849959731102,2.1367828845977783,-0.010544244199991226,0.38322171568870544,0.86224465072155,1138.0,291328.0,3965.752197357826,18644992.0 +107.21,8.199999809265137,4820.0,0.010522526688873768,0.1286417692899704,2.1433329582214355,-0.01393840555101633,0.29035431146621704,0.8879726380109787,1139.0,291584.0,3969.1514604478143,18661376.0 +107.77,8.5,4690.0,0.011342543177306652,0.1515299528837204,2.1405270099639893,-0.015759840607643127,0.2380151003599167,0.89242884516716,1140.0,291840.0,3972.645459186984,18677760.0 +130.74,7.5,4740.0,0.010437930934131145,0.1415608674287796,2.137572765350342,-0.014266756363213062,0.3376352787017822,0.8642429709434509,1141.0,292096.0,3976.1021823238116,18694144.0 +99.69,8.0,4643.0,0.009609897620975971,0.1257731169462204,2.1380503177642822,-0.013227357529103756,0.3972456157207489,0.8337021917104721,1142.0,292352.0,3979.630907356972,18710528.0 +82.85,8.199999809265137,4800.0,0.009964579716324806,0.1245320662856102,2.1686761379241943,-0.013941038399934769,0.31565940380096436,0.8492306917905807,1143.0,292608.0,3983.0484592618886,18726912.0 +117.36,8.100000381469727,4573.0,0.010682945139706135,0.1281941682100296,2.1818807125091553,-0.01191247534006834,0.3565659821033478,0.8403627872467041,1144.0,292864.0,3986.6317244588863,18743296.0 +126.2,8.0,4578.0,0.008752322755753994,0.1154988631606102,2.1899189949035645,-0.01269514113664627,0.3550202548503876,0.8222063928842545,1145.0,293120.0,3990.210916696815,18759680.0 +123.71,8.100000381469727,4936.0,0.009260213002562523,0.1237386092543602,2.1824986934661865,-0.014929662458598614,0.3294120728969574,0.8518390506505966,1146.0,293376.0,3993.5307457109448,18776064.0 +104.59,8.100000381469727,4845.0,0.010067026130855083,0.1281331330537796,2.1769134998321533,-0.013397284783422947,0.30475011467933655,0.8768144771456718,1147.0,293632.0,3996.9130125169177,18792448.0 +115.87,7.099999904632568,4761.0,0.009909998625516891,0.1202189102768898,2.192133665084839,-0.011889598332345486,0.3021213114261627,0.8751287087798119,1148.0,293888.0,4000.3546937459614,18808832.0 +138.81,8.300000190734863,4691.0,0.009392797015607357,0.1226399764418602,2.1868364810943604,-0.015780309215188026,0.14991460740566254,0.9356002062559128,1149.0,294144.0,4003.8482315058354,18825216.0 +191.86,7.5,4515.0,0.009743756614625454,0.135009765625,2.171276807785034,-0.011443774215877056,0.3070986270904541,0.8733882158994675,1150.0,294400.0,4007.477154444903,18841600.0 +95.58,7.699999809265137,5062.0,0.009636976756155491,0.1210734024643898,2.155937910079956,-0.014083181507885456,0.32053807377815247,0.8521575182676315,1151.0,294656.0,4010.7144807069562,18857984.0 +107.86,7.5,4834.0,0.011302956379950047,0.1517130583524704,2.12528920173645,-0.01480752695351839,0.34008267521858215,0.8481597453355789,1152.0,294912.0,4014.1043273648247,18874368.0 +100.01,8.800000190734863,4789.0,0.010805302299559116,0.141357421875,2.1259613037109375,-0.013687196187675,0.21031327545642853,0.8995256498456001,1153.0,295168.0,4017.5257297458593,18890752.0 +135.12,7.900000095367432,5005.0,0.009801811538636684,0.1277872771024704,2.0937891006469727,-0.013538979925215244,0.31109675765037537,0.8644730448722839,1154.0,295424.0,4020.7994896848686,18907136.0 +132.24,7.800000190734863,4905.0,0.010242494754493237,0.1346028596162796,2.1396965980529785,-0.012840140610933304,0.2878689467906952,0.861129954457283,1155.0,295680.0,4024.1402843049727,18923520.0 +98.49,8.399999618530273,4929.0,0.008928355760872364,0.1144205704331398,2.181495428085327,-0.00995087344199419,0.34570541977882385,0.8176191300153732,1156.0,295936.0,4027.4643856489565,18939904.0 +85.06,8.600000381469727,4640.0,0.00797062274068594,0.10003662109375,2.2028748989105225,-0.012399598024785519,0.2706511318683624,0.8587827384471893,1157.0,296192.0,4030.9957155948505,18956288.0 +142.91,7.900000095367432,4839.0,0.008549636229872704,0.1067911759018898,2.1952106952667236,-0.01375123392790556,0.26514145731925964,0.8668595850467682,1158.0,296448.0,4034.3820469349157,18972672.0 +101.76,7.400000095367432,4587.0,0.007748211268335581,0.1006266251206398,2.1715874671936035,-0.01335578691214323,0.43571344017982483,0.8130791038274765,1159.0,296704.0,4037.9541232548654,18989056.0 +145.92,7.400000095367432,4622.0,0.008448295295238495,0.1109822615981102,2.195970296859741,-0.012173094786703587,0.3248753845691681,0.8572279661893845,1160.0,296960.0,4041.4995053238235,19005440.0 +126.86,7.5,4674.0,0.009587239474058151,0.1212361678481102,2.188951253890991,-0.012571404688060284,0.3418421447277069,0.8601849675178528,1161.0,297216.0,4045.0052088839,19021824.0 +132.09,7.099999904632568,4789.0,0.010074219666421413,0.1305135041475296,2.204669237136841,-0.015787361189723015,0.30225107073783875,0.8746934086084366,1162.0,297472.0,4048.426890417002,19038208.0 +141.11,7.5,4763.0,0.008797251619398594,0.1088663712143898,2.2109339237213135,-0.011345598846673965,0.33862876892089844,0.8572635501623154,1163.0,297728.0,4051.8670194977894,19054592.0 +176.27,7.300000190734863,4680.0,0.009505405090749264,0.12548828125,2.205453634262085,-0.012497183866798878,0.2594657242298126,0.8888088837265968,1164.0,297984.0,4055.3685000818223,19070976.0 +129.83,7.599999904632568,4824.0,0.009113398380577564,0.1128743514418602,2.1710093021392822,-0.01339118555188179,0.34121835231781006,0.8619447648525238,1165.0,298240.0,4058.765251394827,19087360.0 +118.4,7.900000095367432,4724.0,0.011167562566697598,0.1434122771024704,2.1555843353271484,-0.013581817038357258,0.21537728607654572,0.9201608151197433,1166.0,298496.0,4062.234241314931,19103744.0 +154.38,7.699999809265137,4863.0,0.011747258715331554,0.1610514372587204,2.168161153793335,-0.0138208894059062,0.2814474403858185,0.9017235338687897,1167.0,298752.0,4065.6034531479236,19120128.0 +170.58,7.300000190734863,4883.0,0.010328550823032856,0.1407877653837204,2.1406829357147217,-0.012646649964153767,0.29069897532463074,0.8818049803376198,1168.0,299008.0,4068.959132767981,19136512.0 +180.98,7.300000190734863,4648.0,0.009416417218744755,0.12799072265625,2.1752514839172363,-0.01128137856721878,0.2971852719783783,0.8677677810192108,1169.0,299264.0,4072.4847216447815,19152896.0 +115.12,7.699999809265137,4806.0,0.010625018738210201,0.1410929411649704,2.139615774154663,-0.015137533657252789,0.3175688683986664,0.8375559151172638,1170.0,299520.0,4075.893854157999,19169280.0 +163.18,7.599999904632568,4901.0,0.009947516955435276,0.1287841796875,2.1434786319732666,-0.012609590776264668,0.3615977466106415,0.8122133165597916,1171.0,299776.0,4079.237545576878,19185664.0 +86.81,8.199999809265137,4862.0,0.012292586266994476,0.15167236328125,2.1449921131134033,-0.01470490638166666,0.2701584994792938,0.8706458806991577,1172.0,300032.0,4082.608014955884,19202048.0 +131.46,8.399999618530273,4706.0,0.010963992215692997,0.1380615234375,2.184114694595337,-0.010858636349439621,0.23455184698104858,0.8902874290943146,1173.0,300288.0,4086.090018680785,19218432.0 +158.04,7.199999809265137,5012.0,0.011598598212003708,0.1430867463350296,2.1890852451324463,-0.013438958674669266,0.36535191535949707,0.8374641537666321,1174.0,300544.0,4089.3596269998234,19234816.0 +122.29,7.0,4768.0,0.010409246198832989,0.1348470002412796,2.208817958831787,-0.012824169360101223,0.42156147956848145,0.8257174789905548,1175.0,300800.0,4092.796363877831,19251200.0 +126.89,8.100000381469727,4732.0,0.00983309093862772,0.1286417692899704,2.2251088619232178,-0.014162521809339523,0.24678532779216766,0.8818985596299171,1176.0,301056.0,4096.25904494687,19267584.0 +146.74,8.199999809265137,4934.0,0.009238346479833126,0.1171671524643898,2.2646875381469727,-0.014487828128039837,0.22630488872528076,0.8891804069280624,1177.0,301312.0,4099.580240844982,19283968.0 +191.06,7.300000190734863,4940.0,0.00938799325376749,0.1265869140625,2.2482829093933105,-0.013930927030742168,0.20289234817028046,0.898958295583725,1178.0,301568.0,4102.898336245911,19300352.0 +199.7,7.300000190734863,4728.0,0.008673177100718021,0.1164957657456398,2.2213776111602783,-0.013339160941541195,0.31535398960113525,0.8379130512475967,1179.0,301824.0,4106.364326289855,19316736.0 +181.53,7.5,4599.0,0.00988654512912035,0.1306559294462204,2.206982374191284,-0.013540010899305344,0.3694669306278229,0.8255596160888672,1180.0,302080.0,4109.9277510959655,19333120.0 +101.31,8.399999618530273,4707.0,0.010248638689517975,0.1367390900850296,2.2304906845092773,-0.015360879711806774,0.24908261001110077,0.8705106377601624,1181.0,302336.0,4113.409213855863,19349504.0 +200.86,7.0,5125.0,0.009437971748411655,0.1222330704331398,2.236600637435913,-0.010967225767672062,0.39757660031318665,0.8013482689857483,1182.0,302592.0,4116.60635502683,19365888.0 +151.03,7.800000190734863,4874.0,0.008830100297927856,0.1111653670668602,2.2178237438201904,-0.014585070312023163,0.16373048722743988,0.9044694155454636,1183.0,302848.0,4119.967958962778,19382272.0 +161.98,7.599999904632568,4596.0,0.010084866546094418,0.1296183317899704,2.199510097503662,-0.012859580107033253,0.30506113171577454,0.8499084711074829,1184.0,303104.0,4123.533631758997,19398656.0 +122.27,7.599999904632568,4685.0,0.010562167502939701,0.1352335661649704,2.2059805393218994,-0.01337787788361311,0.31417107582092285,0.8560666143894196,1185.0,303360.0,4127.031190531794,19415040.0 +150.81,7.400000095367432,4609.0,0.009424503892660141,0.1219889298081398,2.1976683139801025,-0.013903718441724777,0.3612949550151825,0.835944652557373,1186.0,303616.0,4130.586272397777,19431424.0 +106.27,8.600000381469727,4614.0,0.01235828548669815,0.16119384765625,2.1800031661987305,-0.016062328591942787,0.24197734892368317,0.867200031876564,1187.0,303872.0,4134.137481805868,19447808.0 +163.2,8.0,4709.0,0.010877195745706558,0.1372477263212204,2.2110912799835205,-0.01433677226305008,0.31757476925849915,0.8341104984283447,1188.0,304128.0,4137.617397802882,19464192.0 +181.99,8.199999809265137,4891.0,0.00975570734590292,0.1283976286649704,2.20070219039917,-0.013965717516839504,0.321245938539505,0.8421832025051117,1189.0,304384.0,4140.967612056993,19480576.0 +93.45,8.800000190734863,4654.0,0.010846669785678387,0.14166259765625,2.1929187774658203,-0.016149209812283516,0.1504388302564621,0.9055232852697372,1190.0,304640.0,4144.488354132976,19496960.0 +176.63,7.5,4877.0,0.009573468938469887,0.1268717497587204,2.2023372650146484,-0.015093137510120869,0.3059328496456146,0.8310112208127975,1191.0,304896.0,4147.8480739388615,19513344.0 +167.43,8.100000381469727,4666.0,0.00903646182268858,0.1174723282456398,2.231055498123169,-0.015159503556787968,0.2622024714946747,0.8677198886871338,1192.0,305152.0,4151.360088314861,19529728.0 +117.01,8.0,4885.0,0.009315713308751583,0.1227823868393898,2.2262845039367676,-0.01536039263010025,0.2608397603034973,0.8707998991012573,1193.0,305408.0,4154.714482583804,19546112.0 +158.74,7.199999809265137,4964.0,0.008993666619062424,0.1183878555893898,2.240183115005493,-0.014065374620258808,0.33460450172424316,0.837791696190834,1194.0,305664.0,4158.015611010836,19562496.0 +187.17,7.5,4903.0,0.010077734477818012,0.1310628205537796,2.2618391513824463,-0.014486114494502544,0.24411748349666595,0.8710817396640778,1195.0,305920.0,4161.357476757839,19578880.0 +152.53,7.699999809265137,4685.0,0.00967196375131607,0.1248779296875,2.245669364929199,-0.014192790724337101,0.29724279046058655,0.8527301251888275,1196.0,306176.0,4164.854691164801,19595264.0 +144.76,7.800000190734863,4689.0,0.011013854295015335,0.1489054411649704,2.229419469833374,-0.014448639005422592,0.21533234417438507,0.8961834833025932,1197.0,306432.0,4168.349016696913,19611648.0 +111.51,8.0,4744.0,0.011227709241211414,0.14111328125,2.2113144397735596,-0.014531456865370274,0.28883686661720276,0.8691038340330124,1198.0,306688.0,4171.8028822969645,19628032.0 +151.02,7.5,4866.0,0.01059766486287117,0.1426798552274704,2.2356410026550293,-0.014223660342395306,0.26082393527030945,0.8789566233754158,1199.0,306944.0,4175.170630209846,19644416.0 +125.12,7.699999809265137,4792.0,0.009565087035298347,0.12841796875,2.2167694568634033,-0.013015429489314556,0.2981763780117035,0.835217073559761,1200.0,307200.0,4178.589884663001,19660800.0 +109.57,8.100000381469727,4754.0,0.011221561580896378,0.1457722932100296,2.202509641647339,-0.01234016939997673,0.25384801626205444,0.8347892016172409,1201.0,307456.0,4182.037297668867,19677184.0 +170.84,7.800000190734863,4556.0,0.00971534289419651,0.12640380859375,2.203655958175659,-0.011064535938203335,0.3247514069080353,0.7780074775218964,1202.0,307712.0,4185.633707870962,19693568.0 +151.73,8.0,4678.0,0.01143109891563654,0.1460978239774704,2.17795991897583,-0.01440256554633379,0.3682352602481842,0.7807676792144775,1203.0,307968.0,4189.136545872781,19709952.0 +126.46,8.0,4784.0,0.012184822000563145,0.1610107421875,2.1930646896362305,-0.01308725867420435,0.3230404555797577,0.8256266862154007,1204.0,308224.0,4192.561948820949,19726336.0 +137.78,7.900000095367432,4648.0,0.010730926878750324,0.1374104768037796,2.234639883041382,-0.01036991085857153,0.32646074891090393,0.8397600203752518,1205.0,308480.0,4196.087040985003,19742720.0 +94.03,8.199999809265137,5044.0,0.010320558212697506,0.1310017853975296,2.2743091583251953,-0.013270330615341663,0.22048808634281158,0.8796229436993599,1206.0,308736.0,4199.335742408875,19759104.0 +163.99,7.599999904632568,4616.0,0.011411543935537338,0.1482136994600296,2.2498724460601807,-0.010949348099529743,0.2684948742389679,0.8694561570882797,1207.0,308992.0,4202.885904650902,19775488.0 +130.83,8.0,4746.0,0.010190575383603573,0.1390584260225296,2.2149059772491455,-0.014732460491359234,0.24750490486621857,0.8842783272266388,1208.0,309248.0,4206.338232681854,19791872.0 +109.39,7.800000190734863,4740.0,0.01051492989063263,0.1304117888212204,2.2148642539978027,-0.012201211415231228,0.26531025767326355,0.8790328800678253,1209.0,309504.0,4209.795273812953,19808256.0 +131.23,7.699999809265137,4774.0,0.009622305631637573,0.1242268905043602,2.2316672801971436,-0.01260676234960556,0.29311397671699524,0.865995466709137,1210.0,309760.0,4213.227803038899,19824640.0 +115.68,7.900000095367432,4874.0,0.010655385442078114,0.13714599609375,2.2069203853607178,-0.01406319160014391,0.32734033465385437,0.8306507468223572,1211.0,310016.0,4216.589458053,19841024.0 +131.33,7.199999809265137,4758.0,0.009047097526490688,0.1100260391831398,2.2098910808563232,-0.011488539166748524,0.4194808304309845,0.8169001936912537,1212.0,310272.0,4220.033197768964,19857408.0 +138.21,7.800000190734863,5115.0,0.00901124533265829,0.1184285506606102,2.2250430583953857,-0.013389897532761097,0.4253891706466675,0.8028659224510193,1213.0,310528.0,4223.240135025,19873792.0 +100.65,8.300000190734863,4868.0,0.010762102901935577,0.1376749724149704,2.216697931289673,-0.011839973740279675,0.2243630290031433,0.8874464556574821,1214.0,310784.0,4226.606057739817,19890176.0 +106.5,7.699999809265137,4584.0,0.010783729143440723,0.1369221955537796,2.2214057445526123,-0.01329386979341507,0.34942594170570374,0.8266544044017792,1215.0,311040.0,4230.180600877851,19906560.0 +130.99,7.800000190734863,4576.0,0.009641430340707302,0.1254475861787796,2.217609167098999,-0.012792096473276615,0.23085205256938934,0.8852943554520607,1216.0,311296.0,4233.7614651899785,19922944.0 +166.1,7.5,4613.0,0.009159690700471401,0.117431640625,2.1825103759765625,-0.014726468361914158,0.44122955203056335,0.8114069104194641,1217.0,311552.0,4237.313477256801,19939328.0 +71.74,8.300000190734863,4610.0,0.009922360070049763,0.1322428435087204,2.208259344100952,-0.014093992300331593,0.29902878403663635,0.8604093343019485,1218.0,311808.0,4240.867890108842,19955712.0 +120.71,7.900000095367432,4624.0,0.010353821329772472,0.1303914338350296,2.2214303016662598,-0.014271851629018784,0.2591016888618469,0.8805329278111458,1219.0,312064.0,4244.411666734843,19972096.0 +129.02,8.300000190734863,4532.0,0.00905683171004057,0.1174519881606102,2.213787794113159,-0.014724328182637691,0.19962497055530548,0.8850950002670288,1220.0,312320.0,4248.027532587992,19988480.0 +155.26,7.5,4673.0,0.008435412310063839,0.110107421875,2.2367074489593506,-0.012616089545190334,0.31660231947898865,0.8387691974639893,1221.0,312576.0,4251.534335844917,20004864.0 +144.19,7.599999904632568,5042.0,0.008443954400718212,0.1081136092543602,2.236712694168091,-0.012774557806551456,0.32197481393814087,0.8402992784976959,1222.0,312832.0,4254.7839720498305,20021248.0 +178.82,7.900000095367432,4756.0,0.00898903887718916,0.1148274764418602,2.2604284286499023,-0.013626526109874249,0.33350884914398193,0.8618552982807159,1223.0,313088.0,4258.229375615949,20037632.0 +123.19,7.900000095367432,4810.0,0.010426844470202923,0.1398112028837204,2.2810964584350586,-0.015266005881130695,0.26260897517204285,0.8605159372091293,1224.0,313344.0,4261.636264407774,20054016.0 +158.88,7.400000095367432,4646.0,0.009893323294818401,0.1331583708524704,2.2752153873443604,-0.012906339950859547,0.2683548331260681,0.8637952953577042,1225.0,313600.0,4265.163055288838,20070400.0 +184.66,7.699999809265137,4875.0,0.009812775067985058,0.1376953125,2.262361526489258,-0.012511089444160461,0.31543898582458496,0.8322887420654297,1226.0,313856.0,4268.524446759839,20086784.0 +161.82,8.100000381469727,4696.0,0.010146847926080227,0.1299845427274704,2.2243707180023193,-0.015187148004770279,0.3246147930622101,0.8659406304359436,1227.0,314112.0,4272.014428114984,20103168.0 +145.41,8.100000381469727,4644.0,0.011366668157279491,0.1570231169462204,2.2086355686187744,-0.014634990133345127,0.26598531007766724,0.8958973586559296,1228.0,314368.0,4275.5426177717745,20119552.0 +156.54,8.0,4805.0,0.009015314280986786,0.1184895858168602,2.238821506500244,-0.013620452024042606,0.23358266055583954,0.8837130889296532,1229.0,314624.0,4278.953000409994,20135936.0 +137.81,7.800000190734863,4719.0,0.010488592088222504,0.1385498046875,2.2461655139923096,-0.014967317692935467,0.1722552329301834,0.8872338533401489,1230.0,314880.0,4282.425765169784,20152320.0 +165.61,7.5,4680.0,0.01008516363799572,0.1299031525850296,2.247793197631836,-0.011569668538868427,0.3172532320022583,0.811191514134407,1231.0,315136.0,4285.926891850773,20168704.0 +176.5,7.0,4863.0,0.010702736675739288,0.1428629606962204,2.2654800415039062,-0.014635567553341389,0.3472037613391876,0.7912544161081314,1232.0,315392.0,4289.2974665497895,20185088.0 +164.07,7.300000190734863,5014.0,0.009672426618635654,0.1302490234375,2.25598406791687,-0.015049852430820465,0.35060104727745056,0.8045789450407028,1233.0,315648.0,4292.565707533853,20201472.0 +153.34,7.300000190734863,4700.0,0.009702618233859539,0.1308390349149704,2.2922189235687256,-0.012921113520860672,0.3226654529571533,0.7950773686170578,1234.0,315904.0,4296.052008205792,20217856.0 +146.27,7.599999904632568,4905.0,0.009038426913321018,0.1230061873793602,2.2278716564178467,-0.014892342500388622,0.325091153383255,0.8119057416915894,1235.0,316160.0,4299.392813291866,20234240.0 +114.06,7.5,4651.0,0.009594450704753399,0.1284993439912796,2.225020170211792,-0.014644581824541092,0.2929757237434387,0.8253877609968185,1236.0,316416.0,4302.916046814993,20250624.0 +153.38,8.100000381469727,4820.0,0.010816370137035847,0.140869140625,2.2223875522613525,-0.013464908115565777,0.2446317821741104,0.8423071354627609,1237.0,316672.0,4306.315885332879,20267008.0 +148.34,7.800000190734863,4799.0,0.010401432402431965,0.1359456330537796,2.2568678855895996,-0.014268527738749981,0.24164801836013794,0.8548492938280106,1238.0,316928.0,4309.7302296899725,20283392.0 +166.17,7.199999809265137,4967.0,0.011056344956159592,0.1424153596162796,2.248317241668701,-0.01358073577284813,0.34131959080696106,0.8010234981775284,1239.0,317184.0,4313.029171259841,20299776.0 +220.7,7.199999809265137,4657.0,0.0103639280423522,0.1426188200712204,2.248256206512451,-0.013387690298259258,0.2704906761646271,0.8314084559679031,1240.0,317440.0,4316.5474674447905,20316160.0 +185.5,7.300000190734863,4690.0,0.00888135563582182,0.1111043319106102,2.2794582843780518,-0.010972056537866592,0.3655576705932617,0.7722039818763733,1241.0,317696.0,4320.041487845825,20332544.0 +122.82,7.599999904632568,4804.0,0.008366920985281467,0.10321044921875,2.2694997787475586,-0.011828663758933544,0.3168312907218933,0.8104685246944427,1242.0,317952.0,4323.452528708847,20348928.0 +154.0,7.599999904632568,4748.0,0.008694705553352833,0.1148274764418602,2.2464067935943604,-0.015950260683894157,0.3242361545562744,0.7918891161680222,1243.0,318208.0,4326.903462402988,20365312.0 +137.55,7.599999904632568,4620.0,0.009127938188612461,0.1135050430893898,2.2154529094696045,-0.013612203299999237,0.37175023555755615,0.7872893959283829,1244.0,318464.0,4330.449807541911,20381696.0 +133.21,7.599999904632568,4757.0,0.010309924371540546,0.13946533203125,2.2098798751831055,-0.01470803190022707,0.31172800064086914,0.796703651547432,1245.0,318720.0,4333.894507407909,20398080.0 +130.66,8.0,4761.0,0.009530478157103062,0.1268513947725296,2.2341983318328857,-0.014462519437074661,0.20975525677204132,0.8491910248994827,1246.0,318976.0,4337.336009340826,20414464.0 +193.7,8.100000381469727,4775.0,0.010469332337379456,0.1298624724149704,2.257892370223999,-0.013757243752479553,0.2395164519548416,0.8410791903734207,1247.0,319232.0,4340.767395999981,20430848.0 +172.99,7.300000190734863,4674.0,0.008865186013281345,0.1133015975356102,2.261395215988159,-0.011813249439001083,0.383490651845932,0.7946347445249557,1248.0,319488.0,4344.27310396987,20447232.0 +154.38,7.900000095367432,4851.0,0.00885843113064766,0.1166585311293602,2.2688043117523193,-0.013360870070755482,0.28281649947166443,0.8400652855634689,1249.0,319744.0,4347.650695899967,20463616.0 +104.2,8.100000381469727,4768.0,0.010270126163959503,0.1308390349149704,2.24006724357605,-0.01348919328302145,0.310761034488678,0.8161494880914688,1250.0,320000.0,4351.087266255869,20480000.0 +82.97,8.100000381469727,4876.0,0.01007520779967308,0.1299031525850296,2.2321584224700928,-0.0157109797000885,0.24463999271392822,0.8394925892353058,1251.0,320256.0,4354.447456698865,20496384.0 +189.79,7.900000095367432,4728.0,0.01225831639021635,0.13653564453125,2.2497012615203857,-0.015514925122261047,0.3176014721393585,0.8026453852653503,1252.0,320512.0,4357.913083027815,20512768.0 +131.08,7.699999809265137,4693.0,0.01104959100484848,0.1436564177274704,2.206143617630005,-0.013591334223747253,0.35169050097465515,0.8087090104818344,1253.0,320768.0,4361.405065444997,20529152.0 +123.85,7.400000095367432,4742.0,0.009970518760383129,0.1196695938706398,2.2161436080932617,-0.015106990933418274,0.28939905762672424,0.8385919034481049,1254.0,321024.0,4364.860186256934,20545536.0 +139.99,8.100000381469727,4729.0,0.010673525743186474,0.1388956755399704,2.2404470443725586,-0.015781985595822334,0.21272005140781403,0.8917932286858559,1255.0,321280.0,4368.324912059819,20561920.0 +169.88,6.699999809265137,4774.0,0.009540293365716934,0.12237548828125,2.2500946521759033,-0.01361354161053896,0.3516732156276703,0.8216794431209564,1256.0,321536.0,4371.757284246851,20578304.0 +189.95,7.300000190734863,4913.0,0.009464831091463566,0.1337483674287796,2.2528061866760254,-0.012717475183308125,0.29851046204566956,0.8384812623262405,1257.0,321792.0,4375.092547093984,20594688.0 +103.74,7.800000190734863,4941.0,0.009489909745752811,0.1219685897231102,2.2226593494415283,-0.014819394797086716,0.28074291348457336,0.8195526152849197,1258.0,322048.0,4378.4090932779945,20611072.0 +169.34,7.800000190734863,4970.0,0.008631248958408833,0.1123453751206398,2.2364532947540283,-0.013704776763916016,0.2745670974254608,0.8087213784456253,1259.0,322304.0,4381.706207725918,20627456.0 +190.91,7.800000190734863,4985.0,0.010894179344177246,0.1409708708524704,2.2290022373199463,-0.013941881246864796,0.3179832696914673,0.7763980478048325,1260.0,322560.0,4384.993317802902,20643840.0 +109.06,8.100000381469727,4938.0,0.010338909924030304,0.13739013671875,2.206482172012329,-0.013842723332345486,0.34311532974243164,0.7412185370922089,1261.0,322816.0,4388.311572701903,20660224.0 +142.09,8.5,4714.0,0.00997528713196516,0.1329752653837204,2.2347006797790527,-0.011673842556774616,0.24980230629444122,0.8332293927669525,1262.0,323072.0,4391.787401139969,20676608.0 +106.21,8.0,4595.0,0.009686649776995182,0.12158203125,2.2099058628082275,-0.013981995172798634,0.35006090998649597,0.7938003838062286,1263.0,323328.0,4395.353639243869,20692992.0 +153.64,8.0,4730.0,0.009880426339805126,0.1289876252412796,2.1938581466674805,-0.014781303703784943,0.27756404876708984,0.8088420480489731,1264.0,323584.0,4398.8181501768995,20709376.0 +170.91,8.0,4895.0,0.010565917938947678,0.14227294921875,2.2218291759490967,-0.01493767648935318,0.24201564490795135,0.8238749802112579,1265.0,323840.0,4402.165839289781,20725760.0 +134.59,7.5,4902.0,0.01086170319467783,0.1443684846162796,2.2095956802368164,-0.012900017201900482,0.33611682057380676,0.7783274501562119,1266.0,324096.0,4405.508182637859,20742144.0 +135.95,7.699999809265137,4864.0,0.00881959032267332,0.1114908829331398,2.1856136322021484,-0.012166888453066349,0.40384435653686523,0.7369974255561829,1267.0,324352.0,4408.87719551078,20758528.0 +114.48,7.800000190734863,4705.0,0.010180055163800716,0.1292724609375,2.1710264682769775,-0.012031706981360912,0.35813108086586,0.8043349385261536,1268.0,324608.0,4412.3600148689,20774912.0 +91.98,8.800000190734863,4846.0,0.010750838555395603,0.1362101286649704,2.1549367904663086,-0.015219095163047314,0.28418081998825073,0.8436750918626785,1269.0,324864.0,4415.741252123844,20791296.0 +110.68,8.0,4736.0,0.010466571897268295,0.1358235627412796,2.1675312519073486,-0.01440542470663786,0.3012256324291229,0.8215710669755936,1270.0,325120.0,4419.200753542827,20807680.0 +105.26,8.100000381469727,4873.0,0.01131023932248354,0.1526285856962204,2.178098678588867,-0.012858214788138866,0.20919817686080933,0.8779056370258331,1271.0,325376.0,4422.563195275841,20824064.0 +157.1,7.199999809265137,4873.0,0.009575954638421535,0.1278279572725296,2.1724531650543213,-0.010889977216720581,0.40252891182899475,0.8004206418991089,1272.0,325632.0,4425.925768648973,20840448.0 +81.07,8.0,4996.0,0.008335488848388195,0.1040852889418602,2.14728045463562,-0.012220613658428192,0.3256472945213318,0.8069159835577011,1273.0,325888.0,4429.205414482858,20856832.0 +129.57,8.0,4938.0,0.00963534228503704,0.12969970703125,2.161400079727173,-0.013039473444223404,0.3369276523590088,0.8291458189487457,1274.0,326144.0,4432.523991275812,20873216.0 +94.67,8.5,4882.0,0.011502181179821491,0.1432698518037796,2.1413652896881104,-0.01559825986623764,0.2378777414560318,0.8387988209724426,1275.0,326400.0,4435.880378802773,20889600.0 +162.38,8.199999809265137,4833.0,0.008878891356289387,0.1148478165268898,2.181980609893799,-0.012678912840783596,0.23443470895290375,0.8543578088283539,1276.0,326656.0,4439.270768726943,20905984.0 +102.66,8.399999618530273,4901.0,0.00955114234238863,0.1202596053481102,2.1638057231903076,-0.013697504065930843,0.231121227145195,0.8662813007831573,1277.0,326912.0,4442.6138082908,20922368.0 +158.16,7.300000190734863,4836.0,0.010354011319577694,0.1390177458524704,2.189283609390259,-0.01134746614843607,0.4749086797237396,0.7368450164794922,1278.0,327168.0,4446.001882582903,20938752.0 +124.37,7.699999809265137,4865.0,0.009860384277999401,0.1234944686293602,2.1949684619903564,-0.013364169746637344,0.26658281683921814,0.8408316373825073,1279.0,327424.0,4449.369935997995,20955136.0 +176.76,7.5,4803.0,0.010407623834908009,0.1406046599149704,2.1713783740997314,-0.01202019676566124,0.3287111520767212,0.7784975469112396,1280.0,327680.0,4452.781856646994,20971520.0 +144.12,7.699999809265137,4898.0,0.008687875233590603,0.1142578125,2.199556589126587,-0.012227360159158707,0.3271661400794983,0.7755547314882278,1281.0,327936.0,4456.127044894965,20987904.0 +115.79,8.100000381469727,4739.0,0.009550509043037891,0.1187947615981102,2.161677598953247,-0.012681915424764156,0.3191564381122589,0.8055500835180283,1282.0,328192.0,4459.584962605964,21004288.0 +160.54,7.400000095367432,4872.0,0.00822443701326847,0.10906982421875,2.172276735305786,-0.014293837361037731,0.5183733105659485,0.7055646479129791,1283.0,328448.0,4462.948559699813,21020672.0 +114.45,7.599999904632568,4584.0,0.008598345331847668,0.1142374649643898,2.182060956954956,-0.014838105998933315,0.2856164872646332,0.8257331103086472,1284.0,328704.0,4466.523210913874,21037056.0 +99.86,8.300000190734863,4839.0,0.011631671339273453,0.1510213166475296,2.183870315551758,-0.01259529683738947,0.25376269221305847,0.8280302882194519,1285.0,328960.0,4469.909628088819,21053440.0 +161.58,7.400000095367432,4951.0,0.011378917843103409,0.14862060546875,2.204913854598999,-0.013785951770842075,0.31286588311195374,0.7635170370340347,1286.0,329216.0,4473.219345710939,21069824.0 +101.91,8.199999809265137,4650.0,0.010359236970543861,0.1415201872587204,2.171334981918335,-0.011779505759477615,0.34937599301338196,0.7482583224773407,1287.0,329472.0,4476.74300037697,21086208.0 +128.49,8.0,4795.0,0.008403189480304718,0.10772705078125,2.1772983074188232,-0.0127406045794487,0.328342080116272,0.7451055645942688,1288.0,329728.0,4480.160539190983,21102592.0 +110.2,8.100000381469727,4838.0,0.008447122760117054,0.1005655899643898,2.1503798961639404,-0.012110530398786068,0.368662029504776,0.7630721628665924,1289.0,329984.0,4483.551242732909,21118976.0 +147.78,8.300000190734863,4738.0,0.008294587954878807,0.0968424454331398,2.1051576137542725,-0.013082367368042469,0.33865538239479065,0.8035020083189011,1290.0,330240.0,4487.009301341837,21135360.0 +118.59,7.900000095367432,4755.0,0.008024328388273716,0.1030069962143898,2.1369268894195557,-0.012311535887420177,0.28871747851371765,0.8069428950548172,1291.0,330496.0,4490.454987096833,21151744.0 +146.94,7.900000095367432,4729.0,0.01143177691847086,0.154296875,2.154219388961792,-0.015156880021095276,0.26581284403800964,0.8239158540964127,1292.0,330752.0,4493.920174759813,21168128.0 +122.67,8.0,4845.0,0.010409422218799591,0.1303507536649704,2.1796956062316895,-0.012449242174625397,0.3730774223804474,0.7639337480068207,1293.0,331008.0,4497.3021831149235,21184512.0 +122.37,7.400000095367432,4657.0,0.0091493995860219,0.11944580078125,2.187011957168579,-0.011363462544977665,0.41047418117523193,0.7430682182312012,1294.0,331264.0,4500.820915801916,21200896.0 +149.99,8.300000190734863,4710.0,0.008785462938249111,0.1108805313706398,2.182277202606201,-0.01279118936508894,0.28285691142082214,0.8277290314435959,1295.0,331520.0,4504.299502705922,21217280.0 +147.73,8.100000381469727,4695.0,0.010981909930706024,0.1480305939912796,2.167426824569702,-0.014315762557089329,0.3282650411128998,0.7964463531970978,1296.0,331776.0,4507.789165563881,21233664.0 +156.4,8.300000190734863,4768.0,0.009731099009513855,0.1258748322725296,2.186417818069458,-0.01325251255184412,0.29797273874282837,0.7887691557407379,1297.0,332032.0,4511.225932043977,21250048.0 +128.27,8.5,4893.0,0.011068924330174923,0.1466471403837204,2.181901693344116,-0.013233039528131485,0.2526870369911194,0.8233189135789871,1298.0,332288.0,4514.575056120986,21266432.0 +85.74,8.199999809265137,4656.0,0.00969673227518797,0.1251424103975296,2.1573588848114014,-0.012439660727977753,0.28824564814567566,0.8239057809114456,1299.0,332544.0,4518.094349255785,21282816.0 +99.9,7.400000095367432,4817.0,0.010045108385384083,0.1300455778837204,2.139676332473755,-0.012900368310511112,0.39586174488067627,0.7584206163883209,1300.0,332800.0,4521.495594703825,21299200.0 +141.66,8.300000190734863,4701.0,0.011775169521570206,0.1529947966337204,2.109386682510376,-0.014601289294660091,0.4126049280166626,0.7606021910905838,1301.0,333056.0,4524.980971074896,21315584.0 +77.14,7.699999809265137,4751.0,0.010674391873180866,0.1404011994600296,2.1159121990203857,-0.014698371291160583,0.40976130962371826,0.7363055646419525,1302.0,333312.0,4528.430151667912,21331968.0 +67.08,8.399999618530273,4745.0,0.009989283047616482,0.1146240234375,2.1585047245025635,-0.015067178755998611,0.2760011851787567,0.7836715281009674,1303.0,333568.0,4531.883080523927,21348352.0 +121.59,7.099999904632568,4747.0,0.009405985474586487,0.1259562224149704,2.187502145767212,-0.012875236570835114,0.38959965109825134,0.7272472977638245,1304.0,333824.0,4535.3347974899225,21364736.0 +150.87,7.400000095367432,4938.0,0.009929776191711426,0.12884521484375,2.213287115097046,-0.012939768843352795,0.33504462242126465,0.7390754222869873,1305.0,334080.0,4538.653268831782,21381120.0 +164.56,7.5,4787.0,0.00888716708868742,0.1180013045668602,2.1819710731506348,-0.014439760707318783,0.3593231737613678,0.7869887948036194,1306.0,334336.0,4542.076767591992,21397504.0 +125.53,8.0,4503.0,0.009844687767326832,0.1302897185087204,2.2128407955169678,-0.01396991591900587,0.3475147783756256,0.7748258858919144,1307.0,334592.0,4545.715233767871,21413888.0 +125.47,7.900000095367432,4867.0,0.01072900090366602,0.1444091796875,2.182912826538086,-0.01479237899184227,0.346378892660141,0.7585387676954269,1308.0,334848.0,4549.081587333931,21430272.0 +88.43,7.599999904632568,4750.0,0.008601277135312557,0.1110432967543602,2.1822948455810547,-0.012292810715734959,0.3600604236125946,0.7515604346990585,1309.0,335104.0,4552.534677806776,21446656.0 +107.6,7.900000095367432,4662.0,0.008817777968943119,0.1105753555893898,2.1701653003692627,-0.011318695731461048,0.3936828076839447,0.7374303042888641,1310.0,335360.0,4556.049012834905,21463040.0 +84.78,8.399999618530273,4809.0,0.009377152658998966,0.1180623397231102,2.1662700176239014,-0.011037508957087994,0.43469011783599854,0.6813681423664093,1311.0,335616.0,4559.456532207783,21479424.0 +107.89,8.0,4823.0,0.009528602473437786,0.1218058243393898,2.1920688152313232,-0.013813439756631851,0.3163083493709564,0.7696917951107025,1312.0,335872.0,4562.853626075899,21495808.0 +99.92,8.0,4754.0,0.009314685128629208,0.11279296875,2.159579038619995,-0.014465544372797012,0.3471252918243408,0.7884087115526199,1313.0,336128.0,4566.300511706853,21512192.0 +84.0,7.900000095367432,4975.0,0.009600759483873844,0.1218465194106102,2.1682441234588623,-0.013730970211327076,0.3074335753917694,0.815462052822113,1314.0,336384.0,4569.594074748922,21528576.0 +86.51,7.900000095367432,4755.0,0.010523386299610138,0.1339111328125,2.183000326156616,-0.011689022183418274,0.3589959442615509,0.7928939908742905,1315.0,336640.0,4573.0401111107785,21544960.0 +95.93,7.599999904632568,4878.0,0.009767959825694561,0.1202596053481102,2.17456316947937,-0.01171386893838644,0.41937628388404846,0.757080003619194,1316.0,336896.0,4576.399295566836,21561344.0 +86.17,8.800000190734863,4561.0,0.012409697286784649,0.1513875275850296,2.1826140880584717,-0.010841421782970428,0.2375839501619339,0.8249559551477432,1317.0,337152.0,4579.991533259861,21577728.0 +103.67,8.199999809265137,4670.0,0.00972916092723608,0.123046875,2.175305128097534,-0.010162572376430035,0.3635387420654297,0.7897847443819046,1318.0,337408.0,4583.5007979769725,21594112.0 +78.69,7.900000095367432,4906.0,0.007786594331264496,0.0961100235581398,2.1721413135528564,-0.012466137297451496,0.36121121048927307,0.7667219340801239,1319.0,337664.0,4586.840967271943,21610496.0 +150.41,8.5,4702.0,0.010851451195776463,0.1406453400850296,2.1930973529815674,-0.013738107867538929,0.2706163227558136,0.8137953579425812,1320.0,337920.0,4590.326085980982,21626880.0 +130.0,8.399999618530273,4762.0,0.01071369368582964,0.1284383088350296,2.1566765308380127,-0.013065771199762821,0.2613545060157776,0.8044055849313736,1321.0,338176.0,4593.766746770823,21643264.0 +87.12,8.800000190734863,4892.0,0.009840642102062702,0.1224365234375,2.161748170852661,-0.013734720647335052,0.408471018075943,0.69032022356987,1322.0,338432.0,4597.116134971846,21659648.0 +121.7,7.699999809265137,4799.0,0.008502893149852753,0.1067911759018898,2.2333900928497314,-0.009976196102797985,0.3458845615386963,0.7132929861545563,1323.0,338688.0,4600.530784580857,21676032.0 +122.79,7.900000095367432,4934.0,0.011533568613231182,0.1547444611787796,2.2125155925750732,-0.013033467344939709,0.22222989797592163,0.7845949083566666,1324.0,338944.0,4603.8525487568695,21692416.0 +94.74,7.800000190734863,4682.0,0.010038919746875763,0.1251220703125,2.2081916332244873,-0.013932652771472931,0.3391534090042114,0.7136601805686951,1325.0,339200.0,4607.352512090933,21708800.0 +94.27,7.800000190734863,4796.0,0.009935070760548115,0.1343587189912796,2.180701494216919,-0.011698351241648197,0.5107277035713196,0.6586183905601501,1326.0,339456.0,4610.768994340906,21725184.0 +81.41,8.0,4796.0,0.009922592900693417,0.12164306640625,2.2009623050689697,-0.015256070531904697,0.3480242192745209,0.7520592659711838,1327.0,339712.0,4614.187496039784,21741568.0 +96.27,8.399999618530273,4767.0,0.010236749425530434,0.1291096955537796,2.190972328186035,-0.01272283960133791,0.3142065107822418,0.8098109215497971,1328.0,339968.0,4617.62500547478,21757952.0 +102.46,7.699999809265137,4773.0,0.011058587580919266,0.1333821564912796,2.2075700759887695,-0.011314083822071552,0.403766006231308,0.7403921484947205,1329.0,340224.0,4621.058259974001,21774336.0 +95.92,8.0,4856.0,0.009864537045359612,0.1199747696518898,2.183441400527954,-0.012766145169734955,0.3821467161178589,0.7732143551111221,1330.0,340480.0,4624.432464868994,21790720.0 +136.63,7.300000190734863,4761.0,0.009339881129562855,0.1191813126206398,2.1731321811676025,-0.013927527703344822,0.39304935932159424,0.7759467512369156,1331.0,340736.0,4627.874199084938,21807104.0 +95.91,8.399999618530273,4697.0,0.010144262574613094,0.12603759765625,2.162733316421509,-0.014794278889894485,0.2770109474658966,0.8147787302732468,1332.0,340992.0,4631.362951807911,21823488.0 +85.44,8.699999809265137,4560.0,0.012691862881183624,0.1576334685087204,2.122091770172119,-0.012172662653028965,0.3093383014202118,0.790330782532692,1333.0,341248.0,4634.956173818791,21839872.0 +110.15,8.399999618530273,4988.0,0.012497294694185257,0.1529541015625,2.1297101974487305,-0.017668722197413445,0.17295785248279572,0.8515790700912476,1334.0,341504.0,4638.241281572962,21856256.0 +113.85,8.199999809265137,4713.0,0.012168495915830135,0.1527913361787796,2.099257230758667,-0.012226191349327564,0.3436991274356842,0.7319198846817017,1335.0,341760.0,4641.718524605967,21872640.0 +90.17,8.699999809265137,4445.0,0.010716010816395283,0.1347859650850296,2.1193549633026123,-0.011560596525669098,0.2835927903652191,0.7688026279211044,1336.0,342016.0,4645.40482639987,21889024.0 +134.68,7.5,4769.0,0.009129106067121029,0.1187540665268898,2.143857717514038,-0.010932319797575474,0.3888094127178192,0.745337963104248,1337.0,342272.0,4648.840500825783,21905408.0 +127.59,7.699999809265137,4844.0,0.01110572088509798,0.135498046875,2.173372268676758,-0.01611705869436264,0.31480273604393005,0.7761111855506897,1338.0,342528.0,4652.223368032835,21921792.0 +93.56,8.300000190734863,4770.0,0.011075492016971111,0.1300862580537796,2.1910996437072754,-0.012332134880125523,0.27920767664909363,0.8002263903617859,1339.0,342784.0,4655.658389784861,21938176.0 +117.83,8.199999809265137,4712.0,0.00908690970391035,0.1174723282456398,2.1635360717773438,-0.014547904022037983,0.290467232465744,0.7748579978942871,1340.0,343040.0,4659.135498190997,21954560.0 +110.27,7.599999904632568,4825.0,0.010555590502917767,0.13641357421875,2.179431200027466,-0.013409928418695927,0.34931254386901855,0.7497069835662842,1341.0,343296.0,4662.5315697537735,21970944.0 +123.07,7.199999809265137,4890.0,0.009206941351294518,0.1201171875,2.1634297370910645,-0.013002745807170868,0.38016167283058167,0.7696914523839951,1342.0,343552.0,4665.88231855887,21987328.0 +108.99,8.199999809265137,4802.0,0.009220168925821781,0.10931396484375,2.1496307849884033,-0.013397117145359516,0.2405153065919876,0.8252663910388947,1343.0,343808.0,4669.294735954842,22003712.0 +111.32,8.100000381469727,4671.0,0.011175927706062794,0.1432088166475296,2.1731607913970947,-0.01549223531037569,0.20406301319599152,0.8318941295146942,1344.0,344064.0,4672.802610355895,22020096.0 +139.31,7.0,4806.0,0.009718148969113827,0.1300252228975296,2.180335521697998,-0.012732806615531445,0.3557950258255005,0.748396635055542,1345.0,344320.0,4676.211868162965,22036480.0 +102.26,7.900000095367432,4769.0,0.00943103525787592,0.1193644180893898,2.143597364425659,-0.01153019443154335,0.3525129556655884,0.7482135593891144,1346.0,344576.0,4679.649690640857,22052864.0 +156.54,7.900000095367432,4766.0,0.008645921014249325,0.1111857071518898,2.145993709564209,-0.013984035700559616,0.27480313181877136,0.8016913682222366,1347.0,344832.0,4683.087653616909,22069248.0 +107.48,8.199999809265137,4862.0,0.010932862758636475,0.1363525390625,2.161250114440918,-0.011476228944957256,0.343327134847641,0.7550681233406067,1348.0,345088.0,4686.457842076896,22085632.0 +145.42,7.199999809265137,4797.0,0.010241729207336903,0.1226603165268898,2.161423444747925,-0.010852419771254063,0.33087775111198425,0.778467133641243,1349.0,345344.0,4689.873831588775,22102016.0 +132.34,8.399999618530273,4968.0,0.011999845504760742,0.1482340544462204,2.1556622982025146,-0.015929367393255234,0.24859048426151276,0.8188830018043518,1350.0,345600.0,4693.17240945599,22118400.0 +125.04,7.900000095367432,4640.0,0.009771395474672318,0.13092041015625,2.150991201400757,-0.01156879123300314,0.43395543098449707,0.753635510802269,1351.0,345856.0,4696.703872128855,22134784.0 +124.03,8.199999809265137,4951.0,0.010924777947366238,0.12774658203125,2.1440823078155518,-0.011373262852430344,0.3369498550891876,0.7390423715114594,1352.0,346112.0,4700.013260091888,22151168.0 +104.29,8.399999618530273,4869.0,0.010009282268583775,0.1241455078125,2.1582043170928955,-0.01607229746878147,0.23691362142562866,0.792129635810852,1353.0,346368.0,4703.37887899694,22167552.0 +106.79,8.300000190734863,4687.0,0.011038068681955338,0.1393025666475296,2.1578855514526367,-0.01528466958552599,0.25080054998397827,0.782118409872055,1354.0,346624.0,4706.875016657868,22183936.0 +139.89,7.300000190734863,4678.0,0.011595786549150944,0.1461181640625,2.1750123500823975,-0.014564044773578644,0.3870304524898529,0.6856629848480225,1355.0,346880.0,4710.378352502827,22200320.0 +82.5,8.300000190734863,4680.0,0.01010946836322546,0.1269938200712204,2.130384922027588,-0.014337647706270218,0.44070807099342346,0.69862499833107,1356.0,347136.0,4713.879285308998,22216704.0 +93.3,8.300000190734863,4723.0,0.010794459842145443,0.1437174528837204,2.1364846229553223,-0.014637916348874569,0.26313117146492004,0.8081144094467163,1357.0,347392.0,4717.348327387823,22233088.0 +90.79,7.5,4739.0,0.009550073184072971,0.1199137344956398,2.152099370956421,-0.012607917189598083,0.41264164447784424,0.6940518915653229,1358.0,347648.0,4720.805958144832,22249472.0 +92.97,8.800000190734863,4844.0,0.0116233229637146,0.1364542692899704,2.135755777359009,-0.011952000670135021,0.4168499708175659,0.6963130831718445,1359.0,347904.0,4724.188654074911,22265856.0 +98.49,8.300000190734863,4760.0,0.009191722609102726,0.1207478865981102,2.1159772872924805,-0.013004875741899014,0.36929774284362793,0.7068938314914703,1360.0,348160.0,4727.63094928395,22282240.0 +89.94,7.0,4705.0,0.009548072703182697,0.1246541365981102,2.1500961780548096,-0.011472553014755249,0.42182937264442444,0.654516726732254,1361.0,348416.0,4731.113363228971,22298624.0 +108.3,8.399999618530273,4778.0,0.008619137108325958,0.1097412109375,2.1528055667877197,-0.013331941328942776,0.2750071585178375,0.7215979397296906,1362.0,348672.0,4734.5431190379895,22315008.0 +123.87,8.399999618530273,4673.0,0.009935644455254078,0.1262613981962204,2.140286684036255,-0.012356482446193695,0.34739163517951965,0.6937315165996552,1363.0,348928.0,4738.0497248729225,22331392.0 +124.47,8.0,4868.0,0.008846123702824116,0.1161092147231102,2.127579689025879,-0.013044687919318676,0.457909494638443,0.6690884530544281,1364.0,349184.0,4741.415907752933,22347776.0 +74.1,7.900000095367432,4692.0,0.008641819469630718,0.1041056290268898,2.1425116062164307,-0.014402496628463268,0.5026838779449463,0.6692438423633575,1365.0,349440.0,4744.908314635977,22364160.0 +112.56,8.300000190734863,4725.0,0.011414793320000172,0.1470540314912796,2.164933443069458,-0.01408213097602129,0.2957213222980499,0.7602312117815018,1366.0,349696.0,4748.3764239868615,22380544.0 +105.63,7.900000095367432,4629.0,0.010219098068773746,0.1247355118393898,2.189729928970337,-0.012387282215058804,0.33519458770751953,0.7381060421466827,1367.0,349952.0,4751.916573178954,22396928.0 +129.31,8.300000190734863,4862.0,0.010085769928991795,0.1321004182100296,2.1709845066070557,-0.012372948229312897,0.30796149373054504,0.7973324358463287,1368.0,350208.0,4755.286638063844,22413312.0 +155.49,8.100000381469727,4694.0,0.009995677508413792,0.1225382462143898,2.197258710861206,-0.01420871913433075,0.26827022433280945,0.8070514351129532,1369.0,350464.0,4758.777073270874,22429696.0 +104.81,7.699999809265137,4789.0,0.00965047162026167,0.1236368790268898,2.1770665645599365,-0.012868252582848072,0.4213530123233795,0.7272326052188873,1370.0,350720.0,4762.198566027917,22446080.0 +78.31,8.5,4639.0,0.009216482751071453,0.1192626953125,2.1645548343658447,-0.014673794619739056,0.35232028365135193,0.7590356916189194,1371.0,350976.0,4765.7306299759075,22462464.0 +125.23,8.0,4837.0,0.01036349032074213,0.1331787109375,2.175252676010132,-0.013334602117538452,0.3699805438518524,0.7382481694221497,1372.0,351232.0,4769.117925258819,22478848.0 +70.05,7.900000095367432,4629.0,0.011477679945528507,0.1500651091337204,2.1661365032196045,-0.013373546302318573,0.3092586398124695,0.7794304192066193,1373.0,351488.0,4772.658032450825,22495232.0 +95.89,7.699999809265137,5043.0,0.010391607880592346,0.1267293244600296,2.1404993534088135,-0.015390411019325256,0.2617473900318146,0.8134771585464478,1374.0,351744.0,4775.9073350278195,22511616.0 +122.63,8.300000190734863,4694.0,0.010534454137086868,0.1301676481962204,2.1622159481048584,-0.012367140501737595,0.24702896177768707,0.804337814450264,1375.0,352000.0,4779.397741469787,22528000.0 +96.05,7.699999809265137,4817.0,0.01219464186578989,0.1466064453125,2.1102075576782227,-0.013545545749366283,0.41274014115333557,0.7403163015842438,1376.0,352256.0,4782.799733944936,22544384.0 +69.86,7.900000095367432,4772.0,0.009840834885835648,0.1226399764418602,2.0807721614837646,-0.012891150079667568,0.5095916390419006,0.6579574346542358,1377.0,352512.0,4786.233090724796,22560768.0 +102.13,8.600000381469727,4977.0,0.011238216422498226,0.1484375,2.130800247192383,-0.013507705181837082,0.2472795993089676,0.8084145039319992,1378.0,352768.0,4789.525654332945,22577152.0 +88.1,8.5,4762.0,0.010714415460824966,0.1389973908662796,2.141855001449585,-0.009968047961592674,0.22313369810581207,0.7893212735652924,1379.0,353024.0,4792.9665112229995,22593536.0 +140.89,7.699999809265137,4851.0,0.010985653847455978,0.1278889924287796,2.1600029468536377,-0.01316955965012312,0.3088424503803253,0.7264012694358826,1380.0,353280.0,4796.3446004258,22609920.0 +129.55,7.400000095367432,4875.0,0.011241264641284943,0.14678955078125,2.1435344219207764,-0.013724700547754765,0.4720383584499359,0.6470204293727875,1381.0,353536.0,4799.706143474905,22626304.0 +120.02,7.5,4883.0,0.010362989269196987,0.1324259489774704,2.103729486465454,-0.012590552680194378,0.46398887038230896,0.6638402938842773,1382.0,353792.0,4803.061756776879,22642688.0 +78.97,8.100000381469727,4971.0,0.011598636396229267,0.14642333984375,2.080411195755005,-0.013291019946336746,0.3574537932872772,0.7549641728401184,1383.0,354048.0,4806.358158969786,22659072.0 +89.31,8.100000381469727,4743.0,0.012948359362781048,0.1470947265625,2.122847557067871,-0.016233930364251137,0.22219721972942352,0.82743239402771,1384.0,354304.0,4809.8125183638185,22675456.0 +89.08,8.399999618530273,4607.0,0.010656323283910751,0.1345418244600296,2.133720874786377,-0.013931644149124622,0.3124276399612427,0.7626539021730423,1385.0,354560.0,4813.369692301843,22691840.0 +163.82,7.5,4683.0,0.008363218046724796,0.1025390625,2.158796787261963,-0.013849335722625256,0.40960800647735596,0.7024403810501099,1386.0,354816.0,4816.868439995917,22708224.0 +143.56,8.100000381469727,4763.0,0.0111420638859272,0.1385498046875,2.1269495487213135,-0.013773192651569843,0.2714357078075409,0.8057325482368469,1387.0,355072.0,4820.308918934781,22724608.0 +107.39,8.100000381469727,4880.0,0.011454799212515354,0.14691162109375,2.1456594467163086,-0.014081861823797226,0.3281307518482208,0.7879746407270432,1388.0,355328.0,4823.666887022788,22740992.0 +90.61,8.699999809265137,4579.0,0.010640401393175125,0.1398112028837204,2.1554160118103027,-0.014817026443779469,0.23311997950077057,0.8068337142467499,1389.0,355584.0,4827.24516055081,22757376.0 +110.14,8.5,4820.0,0.011338689364492893,0.13818359375,2.1553962230682373,-0.013621759600937366,0.22840969264507294,0.7926362305879593,1390.0,355840.0,4830.645199993858,22773760.0 +112.07,7.900000095367432,4592.0,0.010405356995761395,0.1292521208524704,2.133336305618286,-0.013429589569568634,0.422011137008667,0.6679992377758026,1391.0,356096.0,4834.2134939678945,22790144.0 +97.29,8.100000381469727,4698.0,0.009949433617293835,0.1210530623793602,2.1488752365112305,-0.015287846326828003,0.358883261680603,0.7048415243625641,1392.0,356352.0,4837.701085075969,22806528.0 +92.38,8.600000381469727,4724.0,0.010671938769519329,0.1323649138212204,2.1263463497161865,-0.012004964053630829,0.27429959177970886,0.750977024435997,1393.0,356608.0,4841.169761196943,22822912.0 +106.55,8.0,4570.0,0.009220992214977741,0.1171875,2.1384449005126953,-0.011418785899877548,0.386650413274765,0.6957986950874329,1394.0,356864.0,4844.7554525469895,22839296.0 +133.78,7.5,4693.0,0.009731565602123737,0.13287353515625,2.1354894638061523,-0.01325194165110588,0.3427412807941437,0.7346386909484863,1395.0,357120.0,4848.246872639982,22855680.0 +131.33,8.100000381469727,4752.0,0.009504402987658978,0.1222941055893898,2.158029556274414,-0.012009293772280216,0.3238309323787689,0.7389701306819916,1396.0,357376.0,4851.694913836895,22872064.0 +118.42,8.300000190734863,4476.0,0.008824513293802738,0.1092529296875,2.1686739921569824,-0.01316386740654707,0.33040115237236023,0.7700220942497253,1397.0,357632.0,4855.3559591628145,22888448.0 +66.32,8.0,4696.0,0.010340203531086445,0.1217854842543602,2.14768123626709,-0.013920600526034832,0.4008656442165375,0.7359783053398132,1398.0,357888.0,4858.84510069387,22904832.0 +114.33,7.900000095367432,4709.0,0.010785329155623913,0.1310221403837204,2.1789753437042236,-0.012039936147630215,0.2852517366409302,0.7777443677186966,1399.0,358144.0,4862.324435401941,22921216.0 +160.35,7.699999809265137,4919.0,0.009547209367156029,0.1137898787856102,2.1827075481414795,-0.012342102825641632,0.3697532117366791,0.7196578979492188,1400.0,358400.0,4865.655555729987,22937600.0 +99.47,8.100000381469727,4683.0,0.009711986407637596,0.1256103515625,2.1405346393585205,-0.012231829576194286,0.35045984387397766,0.7212982475757599,1401.0,358656.0,4869.154624965973,22953984.0 +53.49,8.699999809265137,4830.0,0.00949766580015421,0.12005615234375,2.135047197341919,-0.012164692394435406,0.3866000473499298,0.6905826032161713,1402.0,358912.0,4872.547380481847,22970368.0 +102.28,8.300000190734863,4815.0,0.01034846343100071,0.12762451171875,2.159930944442749,-0.01216428354382515,0.364150732755661,0.6757044196128845,1403.0,359168.0,4875.950613699853,22986752.0 +123.92,8.399999618530273,4958.0,0.00958282221108675,0.1227823868393898,2.1885011196136475,-0.013884185813367367,0.23942415416240692,0.8108462989330292,1404.0,359424.0,4879.2556089838035,23003136.0 +128.22,8.699999809265137,4759.0,0.010105861350893974,0.14154052734375,2.204721450805664,-0.013459828682243824,0.23893482983112335,0.8274587988853455,1405.0,359680.0,4882.69885220984,23019520.0 +168.12,7.5,4915.0,0.008527277037501335,0.1061604842543602,2.200563430786133,-0.012114922516047955,0.36302539706230164,0.7513998001813889,1406.0,359936.0,4886.032972903922,23035904.0 +115.34,8.699999809265137,4703.0,0.010367128998041153,0.1316935271024704,2.141646385192871,-0.015974050387740135,0.3677043616771698,0.7725804895162582,1407.0,360192.0,4889.517003778834,23052288.0 +96.7,7.5,4885.0,0.012055658735334873,0.1524454802274704,2.127046823501587,-0.01275375485420227,0.4233461618423462,0.6970853805541992,1408.0,360448.0,4892.871465606848,23068672.0 +125.82,8.300000190734863,4711.0,0.010046255774796009,0.1330973356962204,2.125798225402832,-0.013050321489572525,0.3121655285358429,0.759476363658905,1409.0,360704.0,4896.349882575916,23085056.0 +105.84,8.399999618530273,4867.0,0.01128819864243269,0.1493733674287796,2.125277280807495,-0.014995968900620937,0.287919819355011,0.7688475698232651,1410.0,360960.0,4899.716903371969,23101440.0 +102.86,7.199999809265137,4699.0,0.010424853302538395,0.1294148713350296,2.1330692768096924,-0.014687802642583847,0.4523181617259979,0.6561244130134583,1411.0,361216.0,4903.2044221218675,23117824.0 +103.83,8.0,4718.0,0.00985558982938528,0.126708984375,2.1273016929626465,-0.015002619475126266,0.36468926072120667,0.701546847820282,1412.0,361472.0,4906.677195909899,23134208.0 +103.94,8.699999809265137,4707.0,0.011074759997427464,0.1465250700712204,2.113662004470825,-0.015582523308694363,0.28373977541923523,0.762664869427681,1413.0,361728.0,4910.157996890834,23150592.0 +152.48,8.100000381469727,4842.0,0.008897197432816029,0.1092732772231102,2.1448214054107666,-0.011161111295223236,0.3046422004699707,0.7436480820178986,1414.0,361984.0,4913.5421958148945,23166976.0 +104.11,7.800000190734863,4648.0,0.01073649525642395,0.1415201872587204,2.142899990081787,-0.013799705542623997,0.4311014413833618,0.6339746117591858,1415.0,362240.0,4917.067161318846,23183360.0 +58.05,8.100000381469727,4720.0,0.012707780115306377,0.1584676057100296,2.1358001232147217,-0.013084083795547485,0.25848689675331116,0.7482353150844574,1416.0,362496.0,4920.540921225911,23199744.0 +134.34,8.300000190734863,4693.0,0.009739141911268234,0.1209513321518898,2.1358251571655273,-0.01304579433053732,0.41450250148773193,0.6825094223022461,1417.0,362752.0,4924.03264087881,23216128.0 +133.9,7.900000095367432,4952.0,0.009853844530880451,0.1183268204331398,2.1478607654571533,-0.014235120266675949,0.42489251494407654,0.6961662173271179,1418.0,363008.0,4927.341581519926,23232512.0 +114.8,8.399999618530273,4741.0,0.010793343186378479,0.1402180939912796,2.168499231338501,-0.01315311435610056,0.2656979560852051,0.7715772837400436,1419.0,363264.0,4930.797478292836,23248896.0 +107.05,8.600000381469727,4834.0,0.00887774396687746,0.1143595352768898,2.178677797317505,-0.013526209630072117,0.31934335827827454,0.7068350315093994,1420.0,363520.0,4934.187422232935,23265280.0 +153.96,8.100000381469727,4760.0,0.009871210902929306,0.1256917268037796,2.170926570892334,-0.013973535038530827,0.31227993965148926,0.7155854403972626,1421.0,363776.0,4937.629668227863,23281664.0 +122.08,8.300000190734863,4643.0,0.009409602731466293,0.1201985701918602,2.1656904220581055,-0.012751459144055843,0.3035215139389038,0.6803523004055023,1422.0,364032.0,4941.158650535857,23298048.0 +115.07,8.100000381469727,4491.0,0.008688637055456638,0.110107421875,2.172466993331909,-0.012213005684316158,0.31863871216773987,0.706862598657608,1423.0,364288.0,4944.807358755963,23314432.0 +129.53,7.699999809265137,4612.0,0.008434414863586426,0.1110432967543602,2.1631362438201904,-0.012756206095218658,0.43430230021476746,0.6492595374584198,1424.0,364544.0,4948.360397114884,23330816.0 +109.59,8.0,4734.0,0.008893825113773346,0.1086629256606102,2.151602029800415,-0.011009976267814636,0.405139684677124,0.669935554265976,1425.0,364800.0,4951.822046237998,23347200.0 +101.6,8.100000381469727,4785.0,0.009278873912990093,0.12579345703125,2.186842918395996,-0.014679856598377228,0.27412253618240356,0.7511538565158844,1426.0,365056.0,4955.246640593978,23363584.0 +133.65,8.100000381469727,4749.0,0.009873319417238235,0.1260579377412796,2.149449348449707,-0.013090293854475021,0.3613830506801605,0.7224864065647125,1427.0,365312.0,4958.697381103877,23379968.0 +111.97,8.399999618530273,4735.0,0.011108622886240482,0.1465250700712204,2.1299493312835693,-0.013660799711942673,0.3314947485923767,0.7493578791618347,1428.0,365568.0,4962.158251121873,23396352.0 +109.85,8.5,4540.0,0.009243803098797798,0.1233723983168602,2.1600561141967773,-0.014850810170173645,0.27135899662971497,0.7917066812515259,1429.0,365824.0,4965.767626735847,23412736.0 +63.38,8.600000381469727,4859.0,0.010510061867535114,0.1261189728975296,2.180954933166504,-0.010636188089847565,0.24513433873653412,0.8135456591844559,1430.0,366080.0,4969.139705286827,23429120.0 +125.28,7.800000190734863,4761.0,0.008166755549609661,0.1009521484375,2.1611990928649902,-0.012551526539027691,0.41049298644065857,0.7286882400512695,1431.0,366336.0,4972.581297597848,23445504.0 +113.43,7.900000095367432,4741.0,0.009829448536038399,0.1276448518037796,2.1623058319091797,-0.013625475578010082,0.32308346033096313,0.7744106948375702,1432.0,366592.0,4976.037490815856,23461888.0 +116.15,8.0,4775.0,0.009788413532078266,0.1288248747587204,2.1134297847747803,-0.015539493411779404,0.30333855748176575,0.7733840644359589,1433.0,366848.0,4979.469215846853,23478272.0 +94.2,8.399999618530273,4827.0,0.009969010017812252,0.122314453125,2.136214017868042,-0.011819380335509777,0.3614179193973541,0.7177101373672485,1434.0,367104.0,4982.863710756879,23494656.0 +81.83,8.0,4889.0,0.010318907909095287,0.125,2.153940439224243,-0.011405845172703266,0.3259855806827545,0.7311953604221344,1435.0,367360.0,4986.215592248831,23511040.0 +104.61,7.699999809265137,4772.0,0.009634390473365784,0.12261962890625,2.135735273361206,-0.011632445268332958,0.4689873158931732,0.6341541111469269,1436.0,367616.0,4989.649109584978,23527424.0 +116.37,8.0,4781.0,0.008428950794041157,0.1039632186293602,2.1495885848999023,-0.012855869717895985,0.40104803442955017,0.6897876858711243,1437.0,367872.0,4993.076165530831,23543808.0 +118.73,7.099999904632568,4788.0,0.008412635885179043,0.1036173477768898,2.171001672744751,-0.011288163252174854,0.5457325577735901,0.5814858675003052,1438.0,368128.0,4996.498230306897,23560192.0 +126.94,8.300000190734863,4681.0,0.011352450586855412,0.1464029997587204,2.152710199356079,-0.015514413826167583,0.2962428629398346,0.7129783928394318,1439.0,368384.0,4999.998860406922,23576576.0 +88.74,8.600000381469727,4861.0,0.011728429235517979,0.1444091796875,2.145155429840088,-0.01256472896784544,0.28804853558540344,0.7135337591171265,1440.0,368640.0,5003.370469824877,23592960.0 +100.81,7.900000095367432,4663.0,0.012993822805583477,0.141845703125,2.1196658611297607,-0.014081996865570545,0.34705838561058044,0.7158113420009613,1441.0,368896.0,5006.884764237795,23609344.0 +90.58,8.600000381469727,4857.0,0.01124520879238844,0.1446329802274704,2.0980732440948486,-0.013874270021915436,0.3675093352794647,0.6954711675643921,1442.0,369152.0,5010.258989048889,23625728.0 +101.1,8.5,4549.0,0.009717022068798542,0.1297810822725296,2.1158859729766846,-0.012274770997464657,0.2655273973941803,0.7506831288337708,1443.0,369408.0,5013.8611006229185,23642112.0 +126.02,8.0,4796.0,0.01095197256654501,0.1434326171875,2.098059892654419,-0.014699810184538364,0.2735951840877533,0.7441656291484833,1444.0,369664.0,5017.277365579968,23658496.0 +94.81,8.399999618530273,4819.0,0.011284654028713703,0.14971923828125,2.1282107830047607,-0.013326960615813732,0.2496214359998703,0.7654510140419006,1445.0,369920.0,5020.6777271868195,23674880.0 +116.08,7.800000190734863,4728.0,0.009922144934535027,0.12615966796875,2.118159294128418,-0.012127316556870937,0.41661033034324646,0.6500611305236816,1446.0,370176.0,5024.14411223284,23691264.0 +96.95,8.199999809265137,4734.0,0.011414140462875366,0.15130615234375,2.075650453567505,-0.013770741410553455,0.29180100560188293,0.6948806941509247,1447.0,370432.0,5027.605489206966,23707648.0 +114.16,8.399999618530273,4705.0,0.011263309977948666,0.1400349885225296,2.1369237899780273,-0.013132505118846893,0.3393037021160126,0.6832618713378906,1448.0,370688.0,5031.088088924997,23724032.0 +137.16,8.0,4806.0,0.010905864648520947,0.1353352814912796,2.1473143100738525,-0.01377828698605299,0.34116968512535095,0.701240062713623,1449.0,370944.0,5034.497802509926,23740416.0 +100.39,7.599999904632568,4847.0,0.01179240271449089,0.1538289338350296,2.131866693496704,-0.014694598503410816,0.26761677861213684,0.7508299797773361,1450.0,371200.0,5037.878127222881,23756800.0 +133.16,8.300000190734863,4878.0,0.009038809686899185,0.1152547225356102,2.152190923690796,-0.013050933368504047,0.2768857479095459,0.7417859733104706,1451.0,371456.0,5041.241303543793,23773184.0 +120.51,8.100000381469727,4718.0,0.009285038337111473,0.117919921875,2.122983932495117,-0.009873412549495697,0.4072435200214386,0.7084477841854095,1452.0,371712.0,5044.714090335881,23789568.0 +84.04,8.199999809265137,4736.0,0.008780167438089848,0.1068318709731102,2.149897336959839,-0.012522251345217228,0.32333067059516907,0.7353051602840424,1453.0,371968.0,5048.173614510801,23805952.0 +129.11,8.399999618530273,4806.0,0.011851075105369091,0.1522420197725296,2.1327202320098877,-0.01478421688079834,0.2413424402475357,0.8137867599725723,1454.0,372224.0,5051.583339115838,23822336.0 +87.39,8.300000190734863,4893.0,0.01069711521267891,0.1277669221162796,2.1282622814178467,-0.011562627740204334,0.39402011036872864,0.7383788526058197,1455.0,372480.0,5054.932745622937,23838720.0 +103.2,9.100000381469727,5010.0,0.009392951615154743,0.1231892928481102,2.177260398864746,-0.012929323129355907,0.1514691561460495,0.8517775684595108,1456.0,372736.0,5058.203396282857,23855104.0 +117.4,8.0,4763.0,0.009032593108713627,0.1149698868393898,2.1480422019958496,-0.01275645848363638,0.26857492327690125,0.7578014880418777,1457.0,372992.0,5061.643640484894,23871488.0 +139.49,7.400000095367432,4784.0,0.010824455879628658,0.1385701447725296,2.1531789302825928,-0.013158022426068783,0.45583295822143555,0.6718506217002869,1458.0,373248.0,5065.068615776952,23887872.0 +135.75,7.099999904632568,4754.0,0.010666172951459885,0.1317952424287796,2.1608240604400635,-0.011457696557044983,0.3472726047039032,0.7383670508861542,1459.0,373504.0,5068.515186592005,23904256.0 +98.1,8.5,4842.0,0.010360228829085827,0.1224568709731102,2.178597927093506,-0.014019402675330639,0.30348628759384155,0.7745608687400818,1460.0,373760.0,5071.898992466973,23920640.0 +142.43,8.0,4965.0,0.00927416980266571,0.1244913712143898,2.2357757091522217,-0.01479419693350792,0.2224200814962387,0.8286148905754089,1461.0,374016.0,5075.199393176939,23937024.0 +126.54,8.199999809265137,4691.0,0.012231546454131603,0.1603800505399704,2.1939094066619873,-0.014921370893716812,0.24126511812210083,0.8233058154582977,1462.0,374272.0,5078.692272058921,23953408.0 +96.42,8.600000381469727,4815.0,0.011592507362365723,0.1482340544462204,2.18453049659729,-0.01531906332820654,0.153962641954422,0.8793217018246651,1463.0,374528.0,5082.09504742478,23969792.0 +141.48,7.800000190734863,4786.0,0.009086932986974716,0.1162516251206398,2.134972333908081,-0.012583978474140167,0.41535577178001404,0.7535449415445328,1464.0,374784.0,5085.519067436922,23986176.0 +115.41,7.5,4634.0,0.009748161770403385,0.11444091796875,2.153034210205078,-0.01208913791924715,0.4540729522705078,0.7049456536769867,1465.0,375040.0,5089.054952354869,24002560.0 +113.47,7.599999904632568,4918.0,0.009765860624611378,0.1247151717543602,2.1159231662750244,-0.013417246751487255,0.3658750057220459,0.73469078540802,1466.0,375296.0,5092.386722670868,24018944.0 +82.98,8.699999809265137,4851.0,0.011705690063536167,0.1455891877412796,2.1055591106414795,-0.01545044407248497,0.21405856311321259,0.7917626798152924,1467.0,375552.0,5095.76424160786,24035328.0 +107.75,8.5,4662.0,0.008766436949372292,0.1126708984375,2.114722728729248,-0.012254246510565281,0.3115394413471222,0.7183838188648224,1468.0,375808.0,5099.278701425996,24051712.0 +96.58,7.800000190734863,4765.0,0.012297295033931732,0.1520589143037796,2.0991737842559814,-0.013339544646441936,0.3268457353115082,0.7167391180992126,1469.0,376064.0,5102.717569976812,24068096.0 +120.77,8.199999809265137,4618.0,0.011879682540893555,0.1436767578125,2.135133743286133,-0.012635838240385056,0.34541359543800354,0.7063497006893158,1470.0,376320.0,5106.265848958865,24084480.0 +143.13,8.399999618530273,4703.0,0.011364548467099667,0.1418253630399704,2.170574426651001,-0.013797341845929623,0.3338547945022583,0.7286125421524048,1471.0,376576.0,5109.750049666967,24100864.0 +98.36,8.199999809265137,4873.0,0.01007128693163395,0.1316731721162796,2.176603317260742,-0.012965946458280087,0.27369847893714905,0.7896079868078232,1472.0,376832.0,5113.1176346479915,24117248.0 +120.05,8.100000381469727,4832.0,0.01025606319308281,0.13037109375,2.158630609512329,-0.012749756686389446,0.2693960666656494,0.7909281551837921,1473.0,377088.0,5116.509033538867,24133632.0 +102.28,7.599999904632568,4887.0,0.0100232670083642,0.1290486603975296,2.135849952697754,-0.014347721822559834,0.4303479492664337,0.7446980476379395,1474.0,377344.0,5119.862211009953,24150016.0 +120.01,8.100000381469727,4550.0,0.010153490118682384,0.1315714567899704,2.128279685974121,-0.01271649356931448,0.3917733132839203,0.7336840927600861,1475.0,377600.0,5123.464078338817,24166400.0 +104.3,7.800000190734863,4771.0,0.010299609042704105,0.1261393278837204,2.123992681503296,-0.01245198119431734,0.34538209438323975,0.6559695899486542,1476.0,377856.0,5126.8986156180035,24182784.0 +65.13,8.5,4776.0,0.010289005935192108,0.1285400390625,2.1481988430023193,-0.013842160813510418,0.293958455324173,0.7040301263332367,1477.0,378112.0,5130.330133474898,24199168.0 +104.03,8.300000190734863,4850.0,0.008790073916316032,0.111083984375,2.1592419147491455,-0.012097839266061783,0.4543188512325287,0.624084860086441,1478.0,378368.0,5133.708395065973,24215552.0 +94.38,8.300000190734863,4793.0,0.010672926902770996,0.1351521760225296,2.1591315269470215,-0.0133192278444767,0.275929719209671,0.7357906997203827,1479.0,378624.0,5137.126950145932,24231936.0 +92.55,7.900000095367432,4642.0,0.011411219835281372,0.1472981721162796,2.1789610385894775,-0.014536049216985703,0.2542988955974579,0.7293086647987366,1480.0,378880.0,5140.656688022893,24248320.0 +90.71,8.899999618530273,4801.0,0.011452938430011272,0.1418863981962204,2.1300246715545654,-0.015415114350616932,0.3410821259021759,0.7060953080654144,1481.0,379136.0,5144.069688538788,24264704.0 +163.31,7.800000190734863,4551.0,0.010464384220540524,0.1330769807100296,2.145754098892212,-0.0124526871368289,0.40577030181884766,0.6764890253543854,1482.0,379392.0,5147.670245321002,24281088.0 +114.0,7.800000190734863,4706.0,0.010430593974888325,0.1368001252412796,2.1502726078033447,-0.012833591550588608,0.30977174639701843,0.7483581304550171,1483.0,379648.0,5151.152362077963,24297472.0 +92.68,8.300000190734863,4787.0,0.012792614288628101,0.1640625,2.1505143642425537,-0.016065014526247978,0.1997947096824646,0.8336977064609528,1484.0,379904.0,5154.575724925846,24313856.0 +138.75,8.0,4797.0,0.010218414478003979,0.1301066130399704,2.1224231719970703,-0.012610401026904583,0.3828084170818329,0.7129783630371094,1485.0,380160.0,5157.991620607907,24330240.0 +118.62,6.900000095367432,4654.0,0.011213569901883602,0.1385701447725296,2.1603477001190186,-0.013327669352293015,0.40150079131126404,0.7017551064491272,1486.0,380416.0,5161.512616435997,24346624.0 +99.18,8.5,4873.0,0.009895575232803822,0.1277058869600296,2.1761419773101807,-0.01620975136756897,0.1643325388431549,0.8175221830606461,1487.0,380672.0,5164.8753273109905,24363008.0 +136.41,8.5,4832.0,0.011246147565543652,0.1489664763212204,2.1653025150299072,-0.012973557226359844,0.21985523402690887,0.7861773520708084,1488.0,380928.0,5168.266347118886,24379392.0 +133.25,8.0,4552.0,0.01012315321713686,0.1279500275850296,2.1493117809295654,-0.012324805371463299,0.4797201156616211,0.6454478204250336,1489.0,381184.0,5171.86562693282,24395776.0 +131.4,8.300000190734863,4820.0,0.010402093641459942,0.1307576447725296,2.11879825592041,-0.013277899473905563,0.3580608665943146,0.7147895991802216,1490.0,381440.0,5175.265064609004,24412160.0 +84.0,8.399999618530273,4651.0,0.010569245554506779,0.1348470002412796,2.1357100009918213,-0.015140975825488567,0.34502914547920227,0.6981463730335236,1491.0,381696.0,5178.788485046942,24428544.0 +101.21,8.600000381469727,4966.0,0.011115389876067638,0.1458943635225296,2.1353442668914795,-0.014227909035980701,0.25742340087890625,0.7733109146356583,1492.0,381952.0,5182.088412856916,24444928.0 +131.84,7.900000095367432,4881.0,0.011752021498978138,0.1481730192899704,2.1509768962860107,-0.010603285394608974,0.3165508210659027,0.7156304121017456,1493.0,382208.0,5185.445339961909,24461312.0 +121.89,8.300000190734863,4816.0,0.010018200613558292,0.1176961287856102,2.1326687335968018,-0.013945262879133224,0.29690033197402954,0.6854192614555359,1494.0,382464.0,5188.847638799809,24477696.0 +131.36,7.800000190734863,4930.0,0.011500340886414051,0.1582845002412796,2.171584367752075,-0.013445981778204441,0.2667864263057709,0.7156561315059662,1495.0,382720.0,5192.171601410955,24494080.0 +131.77,7.5,4808.0,0.011691431514918804,0.1417032927274704,2.1507694721221924,-0.013576229102909565,0.39497053623199463,0.6874478757381439,1496.0,382976.0,5195.579750974895,24510464.0 +118.71,8.300000190734863,4881.0,0.009562636725604534,0.1166788712143898,2.1503255367279053,-0.011914513073861599,0.40223053097724915,0.749215841293335,1497.0,383232.0,5198.936516802991,24526848.0 +127.23,8.300000190734863,4762.0,0.009240362793207169,0.1179402694106102,2.174119234085083,-0.013429421931505203,0.3085147440433502,0.7912227213382721,1498.0,383488.0,5202.377368390793,24543232.0 +119.19,7.800000190734863,4871.0,0.009968223981559277,0.1315104216337204,2.1750547885894775,-0.01356852799654007,0.3498871326446533,0.74868443608284,1499.0,383744.0,5205.741614780854,24559616.0 +103.92,8.399999618530273,4763.0,0.01208279374986887,0.150146484375,2.1627283096313477,-0.014457711018621922,0.25234583020210266,0.7889759093523026,1500.0,384000.0,5209.181539171841,24576000.0 +155.51,7.800000190734863,4797.0,0.010385078378021717,0.1334228515625,2.1452295780181885,-0.013757082633674145,0.34210205078125,0.7524078488349915,1501.0,384256.0,5212.59726972878,24592384.0 +130.52,8.600000381469727,4900.0,0.013501293025910854,0.1714680939912796,2.134868860244751,-0.01550198718905449,0.23054981231689453,0.8156545758247375,1502.0,384512.0,5215.941502057947,24608768.0 +160.02,7.900000095367432,4573.0,0.01060077641159296,0.139892578125,2.1474742889404297,-0.012767662294209003,0.3220183253288269,0.7883146405220032,1503.0,384768.0,5219.524697277928,24625152.0 +108.69,7.900000095367432,4803.0,0.012499410659074783,0.1454060822725296,2.1367251873016357,-0.014245846308767796,0.3057529032230377,0.7868111878633499,1504.0,385024.0,5222.936249825871,24641536.0 +152.43,7.400000095367432,4557.0,0.012664706446230412,0.1671142578125,2.14933180809021,-0.012711449526250362,0.4822898209095001,0.6972924768924713,1505.0,385280.0,5226.531628877856,24657920.0 +142.59,8.0,4763.0,0.011312533169984818,0.14703369140625,2.174468517303467,-0.014818646013736725,0.27706798911094666,0.819278284907341,1506.0,385536.0,5229.971489096992,24674304.0 +95.69,8.100000381469727,4874.0,0.010858509689569473,0.137451171875,2.181626558303833,-0.014760613441467285,0.24564886093139648,0.8270108103752136,1507.0,385792.0,5233.3350477868225,24690688.0 +134.67,7.599999904632568,4783.0,0.012595699168741703,0.1518758088350296,2.172898769378662,-0.013812728226184845,0.3059358596801758,0.7791246622800827,1508.0,386048.0,5236.760720905848,24707072.0 +128.45,8.199999809265137,4895.0,0.009655335918068886,0.1236368790268898,2.0768277645111084,-0.012952983379364014,0.4580124616622925,0.734836995601654,1509.0,386304.0,5240.107919656904,24723456.0 +88.28,8.300000190734863,4793.0,0.00947053823620081,0.1134033203125,2.1104252338409424,-0.013575859367847443,0.33309099078178406,0.7676807641983032,1510.0,386560.0,5243.527010055957,24739840.0 +77.46,8.399999618530273,4733.0,0.011367746628820896,0.14068603515625,2.090947389602661,-0.014824639074504375,0.35610079765319824,0.7551154494285583,1511.0,386816.0,5246.989181571873,24756224.0 +99.08,8.399999618530273,4719.0,0.011711180210113525,0.14129638671875,2.089604139328003,-0.011133886873722076,0.3032327890396118,0.7739375829696655,1512.0,387072.0,5250.461888639955,24772608.0 +99.83,8.800000190734863,4661.0,0.010798267088830471,0.1322835236787796,2.087819814682007,-0.01605439931154251,0.34413793683052063,0.7473656833171844,1513.0,387328.0,5253.977841469925,24788992.0 +97.1,8.699999809265137,4676.0,0.014592771418392658,0.1726481169462204,2.1019363403320312,-0.014240249991416931,0.23405535519123077,0.8055945336818695,1514.0,387584.0,5257.482197335921,24805376.0 +130.14,8.399999618530273,4600.0,0.012842503376305103,0.1512044221162796,2.08724045753479,-0.01367610227316618,0.2517867982387543,0.8023464232683182,1515.0,387840.0,5261.043877795804,24821760.0 +163.39,7.699999809265137,4741.0,0.010243396274745464,0.1326700896024704,2.092947006225586,-0.015620425343513489,0.3347873389720917,0.7371885478496552,1516.0,388096.0,5264.500043569831,24838144.0 +120.92,8.5,4650.0,0.010372428223490715,0.12567138671875,2.0870540142059326,-0.014419869519770145,0.31256410479545593,0.7688128799200058,1517.0,388352.0,5268.023590237834,24854528.0 +98.67,8.5,4931.0,0.012158267199993134,0.1515909880399704,2.102219820022583,-0.015125560574233532,0.23757581412792206,0.8040536791086197,1518.0,388608.0,5271.3466859078035,24870912.0 +112.04,8.0,4612.0,0.012363903224468231,0.1601359099149704,2.098862409591675,-0.01273092720657587,0.2743806540966034,0.7717268168926239,1519.0,388864.0,5274.899891010951,24887296.0 +142.98,8.100000381469727,4833.0,0.012797986157238483,0.17034912109375,2.1098854541778564,-0.013281778432428837,0.20913439989089966,0.7963887006044388,1520.0,389120.0,5278.290350511903,24903680.0 +126.49,8.0,4890.0,0.00956135056912899,0.1246134415268898,2.0287160873413086,-0.013211437501013279,0.48728668689727783,0.6429017186164856,1521.0,389376.0,5281.641897085821,24920064.0 +74.58,8.199999809265137,4655.0,0.011681740172207355,0.1343180388212204,2.022277593612671,-0.00914223026484251,0.341770738363266,0.6920764744281769,1522.0,389632.0,5285.161574601894,24936448.0 +95.62,7.599999904632568,4742.0,0.01012326031923294,0.1308390349149704,2.0360281467437744,-0.011587577871978283,0.5487136840820312,0.6556716859340668,1523.0,389888.0,5288.616782861995,24952832.0 +68.96,8.600000381469727,4768.0,0.01224962156265974,0.140869140625,2.0144569873809814,-0.015013128519058228,0.2723619043827057,0.7691116034984589,1524.0,390144.0,5292.05321762478,24969216.0 +77.98,8.5,4692.0,0.012685958296060562,0.15850830078125,2.00278377532959,-0.01341944932937622,0.275644987821579,0.7751163840293884,1525.0,390400.0,5295.549372465815,24985600.0 diff --git a/train_procgen/checkpoints/ppo-jumper_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..a3a9c2a732df1a4ade46d29fd322d9570612d39a --- /dev/null +++ b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +54.10958904109589,4.246575355529785,354.0,0.0004779418231919408,0.0,2.7076151371002197,-0.0008558724075555801,0.7844106554985046,0.0015028119087219238,1.0,256.0,46.16388371307403,16384.0 +106.73,4.099999904632568,4533.0,0.002748241415247321,0.0289306640625,2.7010838985443115,-0.0015652779256924987,0.33579525351524353,0.008912086486816406,2.0,512.0,49.78147461405024,32768.0 +158.72,3.700000047683716,4451.0,0.002767316298559308,0.02329508401453495,2.68890380859375,-0.0018168307142332196,0.24167364835739136,0.022400736808776855,3.0,768.0,53.46264271903783,49152.0 +359.18,3.4000000953674316,4687.0,0.002515543717890978,0.010477702133357525,2.6819703578948975,-0.001957684988155961,0.38287556171417236,0.026895582675933838,4.0,1024.0,56.959054788108915,65536.0 +418.45,3.299999952316284,4500.0,0.0021448119077831507,0.0036824543494731188,2.66391658782959,-0.000981673365458846,0.7076385021209717,0.061981797218322754,5.0,1280.0,60.60027059703134,81920.0 +304.55,3.5999999046325684,4533.0,0.0018860726850107312,0.0029500324744731188,2.681450128555298,-0.001977706328034401,0.17326457798480988,0.14504021406173706,6.0,1536.0,64.21494165807962,98304.0 +308.1,2.9000000953674316,4685.0,0.001859399606473744,0.0055338540114462376,2.6859328746795654,-0.0021340663079172373,0.22287677228450775,0.15744715929031372,7.0,1792.0,67.71257865102962,114688.0 +396.67,3.0,4634.0,0.0034162160009145737,0.02532958984375,2.689872980117798,-0.002299708779901266,0.37830880284309387,0.13777166604995728,8.0,2048.0,71.24876962602139,131072.0 +378.58,4.0,4766.0,0.005553964991122484,0.0469767265021801,2.6633872985839844,-0.0027895804960280657,0.7201738357543945,0.1614447832107544,9.0,2304.0,74.68710650294088,147456.0 +291.42,4.599999904632568,4531.0,0.0025206482969224453,0.013692219741642475,2.658905029296875,-0.0026305413339287043,0.3836725056171417,0.21519476175308228,10.0,2560.0,78.30390088097192,163840.0 +291.67,4.0,4681.0,0.004815975204110146,0.0453694649040699,2.650770425796509,-0.0029262907337397337,0.10227873921394348,0.32271814346313477,11.0,2816.0,81.80459524295293,180224.0 +324.43,2.700000047683716,4750.0,0.004918799269944429,0.0445963554084301,2.653921365737915,-0.0026032428722828627,0.044085558503866196,0.3977113962173462,12.0,3072.0,85.25424464396201,196608.0 +372.98,2.700000047683716,4539.0,0.0022207642905414104,0.01847330667078495,2.625326633453369,-0.0031994832679629326,0.41198575496673584,0.3221448063850403,13.0,3328.0,88.86410603602417,212992.0 +330.64,3.0999999046325684,4577.0,0.004425900522619486,0.0489298515021801,2.5961616039276123,-0.0028772009536623955,0.4567930996417999,0.3069635033607483,14.0,3584.0,92.4444298450835,229376.0 +241.55,4.699999809265137,4367.0,0.0036995497066527605,0.0351155586540699,2.599311113357544,-0.003762629581615329,0.4552612602710724,0.3585113286972046,15.0,3840.0,96.19656628812663,245760.0 +230.18,4.699999809265137,4435.0,0.004504926968365908,0.0363566093146801,2.6161842346191406,-0.0033773770555853844,0.4002070128917694,0.37563347816467285,16.0,4096.0,99.8911965941079,262144.0 +230.23,3.5,4513.0,0.006151427980512381,0.0813395157456398,2.5855507850646973,-0.004969635512679815,0.4336101710796356,0.38644468784332275,17.0,4352.0,103.52185001899488,278528.0 +272.79,4.300000190734863,4607.0,0.0063890754245221615,0.0821329727768898,2.5906169414520264,-0.0035536244977265596,0.7032296061515808,0.3668094277381897,18.0,4608.0,107.07833285303786,294912.0 +222.73,5.099999904632568,4648.0,0.004716061986982822,0.0468546561896801,2.555077314376831,-0.001958646345883608,0.8272400498390198,0.3749779462814331,19.0,4864.0,110.60350399208255,311296.0 +175.13,6.099999904632568,4612.0,0.008219607174396515,0.1178385391831398,2.576493501663208,-0.006207452621310949,0.518747866153717,0.3786095380783081,20.0,5120.0,114.15653202007525,327680.0 +223.11,5.699999809265137,4506.0,0.005895724054425955,0.0703531876206398,2.566467523574829,-0.004380547441542149,0.6929018497467041,0.37727105617523193,21.0,5376.0,117.79283463396132,344064.0 +216.84,5.699999809265137,4417.0,0.005551401525735855,0.05780029296875,2.5792882442474365,-0.005047991406172514,0.8067311644554138,0.39325523376464844,22.0,5632.0,121.50235220696777,360448.0 +241.76,4.900000095367432,4363.0,0.0061937193386256695,0.0765177384018898,2.5659968852996826,-0.004300558473914862,0.8602713942527771,0.42263275384902954,23.0,5888.0,125.25753478612751,376832.0 +96.36,6.099999904632568,4561.0,0.005726430099457502,0.0645548477768898,2.5374698638916016,-0.003436833620071411,0.9721259474754333,0.4097858667373657,24.0,6144.0,128.850149464095,393216.0 +145.1,6.099999904632568,4596.0,0.00479506328701973,0.0474853515625,2.5581533908843994,-0.004912502598017454,0.7719218134880066,0.48225969076156616,25.0,6400.0,132.41549432999454,409600.0 +197.36,5.900000095367432,4569.0,0.005264804232865572,0.0563761405646801,2.5454323291778564,-0.004040627274662256,0.7398642897605896,0.493599534034729,26.0,6656.0,136.001786214998,425984.0 +184.98,6.199999809265137,4678.0,0.004552997183054686,0.0462443046271801,2.549873113632202,-0.003597096772864461,1.0674952268600464,0.4810042977333069,27.0,6912.0,139.50461772014387,442368.0 +123.63,5.800000190734863,4633.0,0.004663847386837006,0.04302978515625,2.5478081703186035,-0.004601545166224241,0.7765398025512695,0.4800151586532593,28.0,7168.0,143.04156912397593,458752.0 +157.01,6.199999809265137,4455.0,0.004898589104413986,0.0474446602165699,2.5596985816955566,-0.004310865420848131,0.8105015158653259,0.4408029317855835,29.0,7424.0,146.71944538410753,475136.0 +140.69,6.099999904632568,4374.0,0.0044035944156348705,0.04339599609375,2.546370506286621,-0.004342628177255392,0.8836255669593811,0.52728271484375,30.0,7680.0,150.46567839407362,491520.0 +166.51,5.199999809265137,4544.0,0.00489736208692193,0.0490315742790699,2.551396131515503,-0.003727756440639496,0.7242383360862732,0.5510141551494598,31.0,7936.0,154.0719887369778,507904.0 +180.56,5.699999809265137,4473.0,0.004911924712359905,0.0479736328125,2.5075721740722656,-0.006115995347499847,0.6122564673423767,0.6098614037036896,32.0,8192.0,157.73584970203228,524288.0 +151.69,6.0,4361.0,0.005413098260760307,0.060791015625,2.472761869430542,-0.006411619018763304,0.6498035788536072,0.6328561305999756,33.0,8448.0,161.49299513199367,540672.0 +173.2,5.900000095367432,4547.0,0.006062247324734926,0.0712076798081398,2.5196621417999268,-0.0060110813938081264,0.5922946929931641,0.663921445608139,34.0,8704.0,165.09691606112756,557056.0 +256.28,5.900000095367432,4573.0,0.005149789620190859,0.04998779296875,2.5195205211639404,-0.005611857399344444,0.5987439751625061,0.6336182653903961,35.0,8960.0,168.6801319620572,573440.0 +141.49,5.800000190734863,4649.0,0.004449420142918825,0.0441691093146801,2.528653860092163,-0.005061932373791933,0.7935802340507507,0.6068950593471527,36.0,9216.0,172.205057162093,589824.0 +146.95,6.699999809265137,4604.0,0.0047323633916676044,0.0468343086540699,2.5036802291870117,-0.006219846662133932,0.8578235507011414,0.6214982569217682,37.0,9472.0,175.76431791111827,606208.0 +183.18,6.599999904632568,4587.0,0.005933842156082392,0.071533203125,2.490931272506714,-0.005319057032465935,0.737060546875,0.6297119557857513,38.0,9728.0,179.33996111806482,622592.0 +171.55,5.699999809265137,4763.0,0.005326008424162865,0.0546875,2.4823129177093506,-0.0068230400793254375,0.5324017405509949,0.6568999290466309,39.0,9984.0,182.7804950941354,638976.0 +154.9,6.099999904632568,4730.0,0.006782236974686384,0.0863240584731102,2.458850860595703,-0.007601457182317972,0.6098811626434326,0.6673673391342163,40.0,10240.0,186.24486693902873,655360.0 +159.99,5.400000095367432,4635.0,0.006964741740375757,0.0852864608168602,2.417794942855835,-0.004644134547561407,0.5953272581100464,0.6714092791080475,41.0,10496.0,189.7796715500299,671744.0 +175.26,6.599999904632568,4550.0,0.006471692118793726,0.0776163712143898,2.449054479598999,-0.006994036957621574,0.5434274077415466,0.7027370631694794,42.0,10752.0,193.38063811697066,688128.0 +171.11,6.5,4660.0,0.005375489126890898,0.0561319999396801,2.4718310832977295,-0.00572987413033843,0.6606377959251404,0.7323082387447357,43.0,11008.0,196.89645375311375,704512.0 +149.63,5.699999809265137,4579.0,0.006458427757024765,0.079833984375,2.477261781692505,-0.006053481716662645,0.6799374222755432,0.6920023262500763,44.0,11264.0,200.4752226881683,720896.0 +172.56,6.0,4550.0,0.00702626770362258,0.0848185196518898,2.460925340652466,-0.0047087897546589375,0.676048755645752,0.7021108269691467,45.0,11520.0,204.07674353104085,737280.0 +128.84,6.599999904632568,4552.0,0.005745380651205778,0.0676473006606102,2.435765504837036,-0.007674647960811853,0.73244309425354,0.6964016556739807,46.0,11776.0,207.6766165641602,753664.0 +150.82,6.400000095367432,4471.0,0.005800098180770874,0.0689493790268898,2.4349722862243652,-0.007744895294308662,0.3890012800693512,0.7655699700117111,47.0,12032.0,211.3419658660423,770048.0 +202.74,5.099999904632568,4608.0,0.007571147754788399,0.09881591796875,2.4045827388763428,-0.00998313445597887,0.4575425386428833,0.7184807062149048,48.0,12288.0,214.89825725508854,786432.0 +142.17,5.800000190734863,4741.0,0.007157137151807547,0.088623046875,2.4095330238342285,-0.006357949692755938,0.512869119644165,0.7093268036842346,49.0,12544.0,218.35439978307113,802816.0 +198.22,6.300000190734863,4335.0,0.006559528410434723,0.0789591446518898,2.4056739807128906,-0.005971509963274002,0.5084060430526733,0.7112568318843842,50.0,12800.0,222.13410198013298,819200.0 +93.15,6.800000190734863,4495.0,0.005948811303824186,0.0706787109375,2.385984182357788,-0.006085080560296774,0.855740487575531,0.6683728992938995,51.0,13056.0,225.77996908593923,835584.0 +105.31,6.099999904632568,4454.0,0.006275153253227472,0.0727742537856102,2.404750347137451,-0.008318722248077393,0.6190980076789856,0.7170991003513336,52.0,13312.0,229.45994296413846,851968.0 +142.7,6.400000095367432,4536.0,0.006713505368679762,0.0882364884018898,2.419055700302124,-0.009054002352058887,0.46459197998046875,0.7338058650493622,53.0,13568.0,233.0721381851472,868352.0 +139.71,5.5,4482.0,0.006517538335174322,0.0792439803481102,2.4264883995056152,-0.007736606057733297,0.4459953010082245,0.740746796131134,54.0,13824.0,236.72779335803352,884736.0 +210.61,6.099999904632568,4611.0,0.00741283455863595,0.0955810546875,2.413320302963257,-0.007059037685394287,0.3757762908935547,0.7737659811973572,55.0,14080.0,240.28519890108146,901120.0 +110.75,6.5,4662.0,0.008739889599382877,0.1230672225356102,2.3788325786590576,-0.008601737208664417,0.5555166602134705,0.7501226961612701,56.0,14336.0,243.80000307806768,917504.0 +174.43,6.400000095367432,4553.0,0.006791670341044664,0.08514404296875,2.380852222442627,-0.005883279722183943,0.6111498475074768,0.7408493757247925,57.0,14592.0,247.39887432195246,933888.0 +142.06,6.400000095367432,4649.0,0.00553526496514678,0.0657145157456398,2.3974549770355225,-0.008005393669009209,0.4247327148914337,0.8043195903301239,58.0,14848.0,250.92309465794824,950272.0 +155.82,6.400000095367432,4571.0,0.007688518147915602,0.0982462540268898,2.4031381607055664,-0.008712164126336575,0.3345794379711151,0.8330798000097275,59.0,15104.0,254.50802450603805,966656.0 +194.44,5.699999809265137,4730.0,0.0072079990059137344,0.0943196639418602,2.3787083625793457,-0.007175025995820761,0.37837329506874084,0.80802983045578,60.0,15360.0,257.97214931994677,983040.0 +185.27,5.5,4578.0,0.006875842344015837,0.0824178084731102,2.3542063236236572,-0.005833850707858801,0.4987923800945282,0.7574558258056641,61.0,15616.0,261.551102014957,999424.0 +145.48,7.099999904632568,4608.0,0.006617557257413864,0.07855224609375,2.3442203998565674,-0.003942481707781553,0.576660692691803,0.7813769429922104,62.0,15872.0,265.10699842101894,1015808.0 +141.15,6.599999904632568,4641.0,0.004208574537187815,0.0380655936896801,2.374155282974243,-0.004801193717867136,0.5367686152458191,0.7659199982881546,63.0,16128.0,268.6378795639612,1032192.0 +211.42,6.400000095367432,4555.0,0.007384041789919138,0.0927530899643898,2.3855395317077637,-0.006558652967214584,0.392960786819458,0.7944160550832748,64.0,16384.0,272.2349700231571,1048576.0 +164.8,6.199999809265137,4642.0,0.008197139017283916,0.1109619140625,2.4045917987823486,-0.008194212801754475,0.49059319496154785,0.7741611301898956,65.0,16640.0,275.7649814679753,1064960.0 +165.4,6.599999904632568,4531.0,0.006284449715167284,0.07373046875,2.407386302947998,-0.005797910038381815,0.49090227484703064,0.760172575712204,66.0,16896.0,279.3818924180232,1081344.0 +162.02,6.099999904632568,4599.0,0.006642478052526712,0.0829671248793602,2.4157769680023193,-0.007951329462230206,0.533924400806427,0.7240637242794037,67.0,17152.0,282.94479204295203,1097728.0 +116.54,6.400000095367432,4805.0,0.0070437160320580006,0.0883382186293602,2.424394369125366,-0.007602722849696875,0.4852086305618286,0.7286940813064575,68.0,17408.0,286.35479846806265,1114112.0 +158.76,6.0,4539.0,0.009209870360791683,0.13482666015625,2.439368486404419,-0.009517975151538849,0.4091879427433014,0.7633661925792694,69.0,17664.0,289.9657769501209,1130496.0 +124.65,6.0,4560.0,0.008657031692564487,0.1166585311293602,2.3997135162353516,-0.007873705588281155,0.4937882721424103,0.751479908823967,70.0,17920.0,293.5588657511398,1146880.0 +156.98,6.099999904632568,4487.0,0.006697569042444229,0.08197021484375,2.379682779312134,-0.006213735789060593,0.5155367851257324,0.7624564468860626,71.0,18176.0,297.21032215002924,1163264.0 +147.48,6.400000095367432,4933.0,0.005344519857317209,0.0571492500603199,2.3501808643341064,-0.005900371354073286,0.5176292061805725,0.7791569083929062,72.0,18432.0,300.5340530599933,1179648.0 +162.87,6.699999809265137,4718.0,0.0072792633436620235,0.09515380859375,2.347209930419922,-0.007516392040997744,0.3847648799419403,0.8134487271308899,73.0,18688.0,304.00712791411206,1196032.0 +160.79,6.599999904632568,4441.0,0.008908061310648918,0.1233927384018898,2.3273510932922363,-0.005714736878871918,0.429910272359848,0.8063836097717285,74.0,18944.0,307.6969636711292,1212416.0 +140.42,5.800000190734863,4546.0,0.006281903479248285,0.0811360701918602,2.328333854675293,-0.0072292848490178585,0.4792768061161041,0.7666858434677124,75.0,19200.0,311.30101654096507,1228800.0 +216.44,5.5,4383.0,0.007651932537555695,0.0951334610581398,2.3471174240112305,-0.006672866642475128,0.622137725353241,0.7163392901420593,76.0,19456.0,315.0395416279789,1245184.0 +91.25,7.0,4674.0,0.007973004132509232,0.1054890975356102,2.361327886581421,-0.007183432579040527,0.5367138981819153,0.7572724521160126,77.0,19712.0,318.5453065750189,1261568.0 +142.82,6.099999904632568,4820.0,0.007036506664007902,0.0836385115981102,2.3838207721710205,-0.007977603003382683,0.36877763271331787,0.7859509438276291,78.0,19968.0,321.9444983759895,1277952.0 +98.4,5.800000190734863,4463.0,0.007361589465290308,0.0937296524643898,2.3790578842163086,-0.009501493535935879,0.5644410252571106,0.753781259059906,79.0,20224.0,325.6155362210702,1294336.0 +140.33,6.099999904632568,4670.0,0.00881250947713852,0.1261800080537796,2.378458023071289,-0.008904807269573212,0.5500531196594238,0.748403787612915,80.0,20480.0,329.1245497900527,1310720.0 +141.11,6.199999809265137,4574.0,0.008710917085409164,0.1270955353975296,2.373110055923462,-0.006039515603333712,0.5072644948959351,0.7537594437599182,81.0,20736.0,332.7067968950141,1327104.0 +104.98,7.400000095367432,4869.0,0.006156753282994032,0.0704345703125,2.400294303894043,-0.00830272026360035,0.3689309060573578,0.799182116985321,82.0,20992.0,336.07203564606607,1343488.0 +154.14,6.300000190734863,4655.0,0.007206406909972429,0.0938517227768898,2.3975822925567627,-0.008684453554451466,0.45169126987457275,0.7455704212188721,83.0,21248.0,339.59213728108443,1359872.0 +145.38,5.199999809265137,4649.0,0.00842916127294302,0.1132609024643898,2.3956174850463867,-0.006719548255205154,0.5666558146476746,0.7069872617721558,84.0,21504.0,343.11669499007985,1376256.0 +129.26,6.199999809265137,4627.0,0.0073025948368012905,0.0915730819106102,2.3865251541137695,-0.006110966671258211,0.5905150175094604,0.7033320069313049,85.0,21760.0,346.6583252521232,1392640.0 +107.88,7.099999904632568,4641.0,0.006248023360967636,0.074462890625,2.3910422325134277,-0.007192783057689667,0.525813102722168,0.7444338202476501,86.0,22016.0,350.18902253499255,1409024.0 +108.48,6.0,4558.0,0.008323472924530506,0.1119181290268898,2.39620304107666,-0.00992334634065628,0.37334510684013367,0.7786733061075211,87.0,22272.0,353.7835277460981,1425408.0 +125.98,6.199999809265137,4648.0,0.006636647041887045,0.08349609375,2.3732011318206787,-0.008176597766578197,0.45976582169532776,0.7603134959936142,88.0,22528.0,357.30886149406433,1441792.0 +173.63,6.199999809265137,4448.0,0.007545916363596916,0.0998942032456398,2.382117509841919,-0.008797370828688145,0.6025948524475098,0.660256028175354,89.0,22784.0,360.99582373397425,1458176.0 +167.09,5.800000190734863,4551.0,0.008416401222348213,0.1166585311293602,2.358721971511841,-0.008108995854854584,0.5779695510864258,0.6934076547622681,90.0,23040.0,364.5964535991661,1474560.0 +115.83,6.5,4708.0,0.006606454029679298,0.0819091796875,2.3458902835845947,-0.00624673068523407,0.44199809432029724,0.7512998729944229,91.0,23296.0,368.07686794316396,1490944.0 +115.6,6.300000190734863,4563.0,0.006691562011837959,0.08380126953125,2.3293697834014893,-0.006183471530675888,0.5744847655296326,0.7299706339836121,92.0,23552.0,371.66760099399835,1507328.0 +133.93,6.800000190734863,4457.0,0.007301259320229292,0.0980021134018898,2.358144760131836,-0.008248391561210155,0.4336037337779999,0.7710876762866974,93.0,23808.0,375.34350063605234,1523712.0 +131.44,6.699999809265137,4662.0,0.00809087511152029,0.11041259765625,2.3360252380371094,-0.006876836065202951,0.6215991973876953,0.7136650085449219,94.0,24064.0,378.85805871500634,1540096.0 +133.43,6.699999809265137,4534.0,0.007559554185718298,0.1015218123793602,2.3499844074249268,-0.00883449986577034,0.435661643743515,0.7689598947763443,95.0,24320.0,382.47159410011955,1556480.0 +98.73,6.800000190734863,4736.0,0.008460638113319874,0.1146443709731102,2.3235652446746826,-0.006718118209391832,0.4377034902572632,0.7996874749660492,96.0,24576.0,385.9313028161414,1572864.0 +156.78,6.0,4790.0,0.00635085254907608,0.07293701171875,2.317171335220337,-0.007235404569655657,0.4530838429927826,0.7888461053371429,97.0,24832.0,389.35273260599934,1589248.0 +180.58,6.300000190734863,4689.0,0.007825075648725033,0.1044921875,2.3422749042510986,-0.006005650851875544,0.44010403752326965,0.7848491817712784,98.0,25088.0,392.8473891390022,1605632.0 +117.85,6.800000190734863,4676.0,0.006310875993221998,0.0751139298081398,2.312391519546509,-0.005484644789248705,0.5878660082817078,0.7326816618442535,99.0,25344.0,396.3518789149821,1622016.0 +119.77,6.699999809265137,4670.0,0.005682440008968115,0.0650634765625,2.301959276199341,-0.005900710355490446,0.4553292989730835,0.7605649828910828,100.0,25600.0,399.8606890870724,1638400.0 +128.98,6.300000190734863,4438.0,0.006149105727672577,0.06951904296875,2.299083709716797,-0.006144565995782614,0.5264349579811096,0.7416787147521973,101.0,25856.0,403.5530906950589,1654784.0 +115.47,6.599999904632568,4659.0,0.006197279319167137,0.07745361328125,2.2612924575805664,-0.005769694689661264,0.6558980941772461,0.6770119071006775,102.0,26112.0,407.0696475431323,1671168.0 +141.23,6.800000190734863,4671.0,0.005961093585938215,0.0696818009018898,2.285356283187866,-0.0068249027244746685,0.49181482195854187,0.742951512336731,103.0,26368.0,410.57799398107454,1687552.0 +170.42,6.099999904632568,4597.0,0.005101881921291351,0.052978515625,2.3096859455108643,-0.006308380980044603,0.467313289642334,0.734263151884079,104.0,26624.0,414.1420087921433,1703936.0 +140.71,6.300000190734863,4438.0,0.005210301373153925,0.0580647774040699,2.2887508869171143,-0.006701430305838585,0.6632355451583862,0.683203786611557,105.0,26880.0,417.83386101201177,1720320.0 +79.07,7.900000095367432,4561.0,0.004981207195669413,0.0516560859978199,2.33000111579895,-0.006035362835973501,0.5304892063140869,0.7458889782428741,106.0,27136.0,421.4266817320604,1736704.0 +132.56,6.599999904632568,4599.0,0.0054848999716341496,0.0641072615981102,2.314582347869873,-0.006240777671337128,0.5607436299324036,0.7093328833580017,107.0,27392.0,424.9892359590158,1753088.0 +137.96,6.400000095367432,4489.0,0.005810931790620089,0.0666910782456398,2.2972311973571777,-0.006741852965205908,0.5105181336402893,0.7455573976039886,108.0,27648.0,428.63957310514525,1769472.0 +155.1,6.199999809265137,4440.0,0.006507324520498514,0.0773722305893898,2.3063478469848633,-0.005944496486335993,0.5612404346466064,0.7176302373409271,109.0,27904.0,432.3303092881106,1785856.0 +181.17,6.199999809265137,4366.0,0.006969799753278494,0.0939127579331398,2.3197553157806396,-0.0052923462353646755,0.5421339869499207,0.7288065254688263,110.0,28160.0,436.08337012305856,1802240.0 +109.48,7.199999809265137,4532.0,0.0074090794660151005,0.1041666641831398,2.3372716903686523,-0.006748539861291647,0.4991338551044464,0.7041987478733063,111.0,28416.0,439.6993663790636,1818624.0 +123.6,6.699999809265137,4565.0,0.005706431344151497,0.0656331405043602,2.319380521774292,-0.006367621943354607,0.41725432872772217,0.7703911811113358,112.0,28672.0,443.28907886496745,1835008.0 +184.36,6.099999904632568,4392.0,0.008121662773191929,0.1131591796875,2.3337371349334717,-0.005329424981027842,0.4148942530155182,0.7628358155488968,113.0,28928.0,447.0201633479446,1851392.0 +125.38,7.0,4659.0,0.007426872383803129,0.1000569686293602,2.3095428943634033,-0.00763176754117012,0.4842730760574341,0.7428657412528992,114.0,29184.0,450.5375280370936,1867776.0 +139.72,7.0,4647.0,0.008020978420972824,0.1103719100356102,2.2935218811035156,-0.006579647306352854,0.5055364966392517,0.7114534974098206,115.0,29440.0,454.06351974909194,1884160.0 +129.33,6.300000190734863,4521.0,0.007064465899020433,0.0930379256606102,2.3114209175109863,-0.006148444954305887,0.547264575958252,0.6900913417339325,116.0,29696.0,457.68827688507736,1900544.0 +148.07,7.0,4499.0,0.005852245260030031,0.0703125,2.326598644256592,-0.006051528733223677,0.25807225704193115,0.8028418868780136,117.0,29952.0,461.33047244208865,1916928.0 +206.68,6.699999809265137,4409.0,0.00625053932890296,0.0740763321518898,2.3295199871063232,-0.007355082780122757,0.44721829891204834,0.7142448425292969,118.0,30208.0,465.0468231011182,1933312.0 +133.7,5.599999904632568,4515.0,0.006120513658970594,0.0752156600356102,2.2891957759857178,-0.0057478914968669415,0.6495879888534546,0.6500078439712524,119.0,30464.0,468.67626106902026,1949696.0 +179.71,6.699999809265137,4608.0,0.011005348525941372,0.14849853515625,2.3034555912017822,-0.007092552725225687,0.578877866268158,0.6677502393722534,120.0,30720.0,472.2323521261569,1966080.0 +113.61,6.599999904632568,4632.0,0.006415513809770346,0.07269287109375,2.302194118499756,-0.0041872612200677395,0.6899151802062988,0.6612182259559631,121.0,30976.0,475.76954820612445,1982464.0 +121.19,6.699999809265137,4565.0,0.009186684153974056,0.1272786408662796,2.283390522003174,-0.005753967445343733,0.43840089440345764,0.7137651741504669,122.0,31232.0,479.3591097041499,1998848.0 +98.76,6.099999904632568,4667.0,0.00807647779583931,0.1101277694106102,2.275602102279663,-0.00447239400818944,0.7972772717475891,0.5642078816890717,123.0,31488.0,482.86990349716507,2015232.0 +97.01,6.400000095367432,4687.0,0.008513130247592926,0.1178792342543602,2.314422845840454,-0.004119361750781536,0.6102049350738525,0.6192283928394318,124.0,31744.0,486.36549186496995,2031616.0 +152.18,5.900000095367432,4608.0,0.0061059389263391495,0.0728963240981102,2.3054354190826416,-0.005174126010388136,0.794060230255127,0.5398001968860626,125.0,32000.0,489.9210691230837,2048000.0 +94.11,6.5,4546.0,0.006104022264480591,0.0773722305893898,2.308929920196533,-0.005832600872963667,0.8089868426322937,0.4995744824409485,126.0,32256.0,493.52542627300136,2064384.0 +131.08,6.900000095367432,4975.0,0.006195427384227514,0.0779825821518898,2.3088600635528564,-0.005230424925684929,0.5824354290962219,0.5772157609462738,127.0,32512.0,496.8189752609469,2080768.0 +122.58,7.0,4711.0,0.007305866107344627,0.0970662459731102,2.3179025650024414,-0.005002146121114492,0.5516830086708069,0.5399507582187653,128.0,32768.0,500.29713391605765,2097152.0 +101.79,7.0,4449.0,0.007265493739396334,0.1004231795668602,2.3004825115203857,-0.005799692589789629,0.5419347882270813,0.5599910616874695,129.0,33024.0,503.9800047259778,2113536.0 +131.91,6.699999809265137,4336.0,0.007089532446116209,0.0948282852768898,2.2818188667297363,-0.00633196672424674,0.6440895795822144,0.5611894130706787,130.0,33280.0,507.75856679095887,2129920.0 +119.01,6.400000095367432,4618.0,0.009584949351847172,0.1374918669462204,2.2570321559906006,-0.006159623619168997,0.9089794754981995,0.4916642904281616,131.0,33536.0,511.30734772305004,2146304.0 +101.08,6.099999904632568,4406.0,0.0077796820551157,0.1070149764418602,2.2224361896514893,-0.004995730705559254,0.9501181244850159,0.4700120687484741,132.0,33792.0,515.0261148179416,2162688.0 +122.06,5.800000190734863,4590.0,0.007725384086370468,0.1068318709731102,2.219322443008423,-0.00491374870762229,0.7263918519020081,0.5667608976364136,133.0,34048.0,518.5961400661618,2179072.0 +150.13,6.699999809265137,4566.0,0.009138739667832851,0.1266072541475296,2.218747854232788,-0.00585204130038619,0.45027199387550354,0.6666487753391266,134.0,34304.0,522.1844438761473,2195456.0 +131.46,6.5,4477.0,0.006292648147791624,0.07525634765625,2.2480087280273438,-0.004051665309816599,0.6473162770271301,0.5490427613258362,135.0,34560.0,525.8440627751406,2211840.0 +161.89,6.599999904632568,4548.0,0.005704606417566538,0.0702107772231102,2.264305830001831,-0.006490983068943024,0.7286528944969177,0.5190800726413727,136.0,34816.0,529.4479210241698,2228224.0 +173.46,6.699999809265137,4641.0,0.006061928812414408,0.0767618790268898,2.2379038333892822,-0.006177045404911041,0.7659770846366882,0.48110145330429077,137.0,35072.0,532.9789077879395,2244608.0 +113.6,6.800000190734863,4754.0,0.006859018933027983,0.0908203125,2.2058868408203125,-0.005701206624507904,0.6055588126182556,0.5191298127174377,138.0,35328.0,536.4255185669754,2260992.0 +118.11,7.199999809265137,4892.0,0.005882468074560165,0.07147216796875,2.2086799144744873,-0.004270103760063648,0.5754977464675903,0.4793034791946411,139.0,35584.0,539.7756551301572,2277376.0 +158.4,5.800000190734863,4414.0,0.0058632101863622665,0.0716756209731102,2.2137157917022705,-0.003956697415560484,0.5703478455543518,0.49223756790161133,140.0,35840.0,543.487476746086,2293760.0 +253.92,5.599999904632568,4901.0,0.008465182967483997,0.1109212264418602,2.1886861324310303,-0.0034970322158187628,0.6476024985313416,0.4912015199661255,141.0,36096.0,546.8308248589747,2310144.0 +104.87,6.400000095367432,4732.0,0.008607921190559864,0.1230875626206398,2.1728296279907227,-0.002750515239313245,0.5728679299354553,0.49059927463531494,142.0,36352.0,550.2933545231353,2326528.0 +201.34,6.199999809265137,4621.0,0.009094548411667347,0.12847900390625,2.2174394130706787,-0.005275131668895483,0.7735223770141602,0.41021835803985596,143.0,36608.0,553.8392000501044,2342912.0 +178.58,6.5,4609.0,0.010041450150310993,0.149658203125,2.2111639976501465,-0.003707708092406392,0.5747871994972229,0.4897797703742981,144.0,36864.0,557.3941957489587,2359296.0 +175.63,6.599999904632568,4588.0,0.00940705742686987,0.13446044921875,2.2037694454193115,-0.0032062912359833717,0.619002640247345,0.4285944104194641,145.0,37120.0,560.9652443481609,2375680.0 +164.46,6.199999809265137,4377.0,0.006953727453947067,0.0857747420668602,2.133974313735962,-0.003976386971771717,0.6245797276496887,0.5063988864421844,146.0,37376.0,564.7085916870274,2392064.0 +188.79,6.300000190734863,4673.0,0.008921203203499317,0.1292317658662796,2.129171133041382,-0.004732019733637571,0.6628190875053406,0.42384862899780273,147.0,37632.0,568.215263903141,2408448.0 +199.22,5.400000095367432,4708.0,0.009372971951961517,0.1357828825712204,2.1708505153656006,-0.006557384971529245,0.5825691819190979,0.44399118423461914,148.0,37888.0,571.6959323219489,2424832.0 +180.3,6.099999904632568,4716.0,0.00781978853046894,0.10968017578125,2.1848859786987305,-0.004880952183157206,0.48478126525878906,0.5071447193622589,149.0,38144.0,575.1700963980984,2441216.0 +206.79,5.5,4791.0,0.008225876837968826,0.11846923828125,2.171201467514038,-0.0034724492579698563,0.5341536402702332,0.38210099935531616,150.0,38400.0,578.5900999361183,2457600.0 +241.55,5.199999809265137,4488.0,0.00904736015945673,0.1277058869600296,2.1557438373565674,-0.0025093418080359697,0.821469783782959,0.34192508459091187,151.0,38656.0,582.2412076110486,2473984.0 +166.55,6.099999904632568,4417.0,0.008972500450909138,0.1296793669462204,2.15686297416687,-0.004111306741833687,0.6282704472541809,0.44783449172973633,152.0,38912.0,585.9510362071451,2490368.0 +212.55,5.699999809265137,4564.0,0.009738770313560963,0.13372802734375,2.211324691772461,-0.006477044895291328,0.5586057305335999,0.4093720316886902,153.0,39168.0,589.5414151030127,2506752.0 +242.88,5.199999809265137,4475.0,0.008614280261099339,0.12359619140625,2.1682255268096924,-0.0026262050960212946,0.5687145590782166,0.47682636976242065,154.0,39424.0,593.2026018749457,2523136.0 +225.43,6.099999904632568,4586.0,0.008776522241532803,0.1164143905043602,2.1312997341156006,-0.005905770231038332,0.5337142944335938,0.4420546293258667,155.0,39680.0,596.7756633090321,2539520.0 +219.2,6.800000190734863,4480.0,0.010849914513528347,0.1637980192899704,2.184385299682617,-0.0016515360912308097,0.4430166780948639,0.5110791027545929,156.0,39936.0,600.4333932739682,2555904.0 +156.96,6.599999904632568,4377.0,0.007355721667408943,0.1009521484375,2.1439120769500732,-0.005680928006768227,0.560516357421875,0.42312705516815186,157.0,40192.0,604.1764692880679,2572288.0 +146.54,6.0,4483.0,0.01024410966783762,0.152099609375,2.1677355766296387,-0.003682092996314168,0.8678283095359802,0.3458889126777649,158.0,40448.0,607.8317038069945,2588672.0 +143.22,6.800000190734863,4668.0,0.009491384960711002,0.1323038786649704,2.193498134613037,-0.005176298785954714,0.5197399258613586,0.48715901374816895,159.0,40704.0,611.3422107240185,2605056.0 +164.45,7.099999904632568,4477.0,0.009268093854188919,0.1324259489774704,2.1829566955566406,-0.004436556715518236,0.4225943088531494,0.5255796611309052,160.0,40960.0,615.0020772900898,2621440.0 +161.92,6.900000095367432,4554.0,0.008331937715411186,0.1190389022231102,2.205479145050049,-0.005037524271756411,0.4411240816116333,0.5241183936595917,161.0,41216.0,618.6002982300706,2637824.0 +207.2,5.699999809265137,4430.0,0.00770491361618042,0.1038614884018898,2.2185943126678467,-0.0031248831655830145,0.6921775937080383,0.4154806137084961,162.0,41472.0,622.2994682849385,2654208.0 +210.29,6.199999809265137,4645.0,0.006875856313854456,0.09136962890625,2.1996357440948486,-0.004291369579732418,0.6547338962554932,0.46600228548049927,163.0,41728.0,625.8266865981277,2670592.0 +160.56,7.599999904632568,4802.0,0.008377674967050552,0.1198526993393898,2.2038979530334473,-0.007722978014498949,0.43569111824035645,0.5396028757095337,164.0,41984.0,629.2393023769837,2686976.0 +154.07,6.199999809265137,4786.0,0.006915148347616196,0.0902913436293602,2.189192533493042,-0.003484644228592515,0.7956476211547852,0.36873602867126465,165.0,42240.0,632.6632232610136,2703360.0 +169.3,6.199999809265137,4816.0,0.008196401409804821,0.1079305037856102,2.186217784881592,-0.005456068087369204,0.6266810297966003,0.37367308139801025,166.0,42496.0,636.0654476580676,2719744.0 +126.29,6.699999809265137,4698.0,0.008745928294956684,0.1266886442899704,2.1975181102752686,-0.004031930584460497,0.5607010722160339,0.42000526189804077,167.0,42752.0,639.5530527511146,2736128.0 +136.85,6.699999809265137,4669.0,0.005697096232324839,0.07177734375,2.205592632293701,-0.004923926200717688,0.5781084895133972,0.41509443521499634,168.0,43008.0,643.0622176411562,2752512.0 +181.99,6.099999904632568,4569.0,0.005285587627440691,0.0542399100959301,2.2126996517181396,-0.005130283068865538,0.5392176508903503,0.4341971278190613,169.0,43264.0,646.6481497930363,2768896.0 +162.6,6.900000095367432,4499.0,0.006083243992179632,0.0790812149643898,2.223346471786499,-0.00547792436555028,0.519469678401947,0.44193506240844727,170.0,43520.0,650.2902014690917,2785280.0 +165.54,6.800000190734863,4975.0,0.0058001261204481125,0.0697428360581398,2.242142915725708,-0.005396754015237093,0.4099971354007721,0.5341134071350098,171.0,43776.0,653.5835564681329,2801664.0 +178.28,6.199999809265137,4488.0,0.006444487255066633,0.0809733048081398,2.2660624980926514,-0.005713509861379862,0.5084794759750366,0.46772104501724243,172.0,44032.0,657.2347673191689,2818048.0 +174.18,6.400000095367432,4647.0,0.008127952925860882,0.1100056990981102,2.266242265701294,-0.004010656848549843,0.7316033840179443,0.3960302472114563,173.0,44288.0,660.7612064280547,2834432.0 +165.43,6.5,4618.0,0.007433895021677017,0.1009928360581398,2.214282274246216,-0.00691237160935998,0.46674180030822754,0.49484026432037354,174.0,44544.0,664.3094146200456,2850816.0 +161.35,7.199999809265137,4514.0,0.006307004485279322,0.0814208984375,2.179880380630493,-0.005191951524466276,0.5653071999549866,0.3927832841873169,175.0,44800.0,667.939999215072,2867200.0 +150.86,6.900000095367432,4677.0,0.006255211308598518,0.07940673828125,2.2216074466705322,-0.00580715574324131,0.5765064358711243,0.41427862644195557,176.0,45056.0,671.4436102800537,2883584.0 +135.36,6.900000095367432,4648.0,0.006384268403053284,0.0780029296875,2.1948604583740234,-0.005408701952546835,0.5767869353294373,0.4626656770706177,177.0,45312.0,674.9687167990487,2899968.0 +124.45,7.099999904632568,4737.0,0.007774164900183678,0.1125284805893898,2.2102742195129395,-0.00510120065882802,0.45288169384002686,0.5555088818073273,178.0,45568.0,678.4276181531604,2916352.0 +161.8,6.599999904632568,4505.0,0.010420490056276321,0.1552327424287796,2.253061532974243,-0.006233780179172754,0.48912563920021057,0.5257574021816254,179.0,45824.0,682.0647305070888,2932736.0 +141.35,6.800000190734863,4661.0,0.010713767260313034,0.14959716796875,2.282330274581909,-0.0054159886203706264,0.6150801777839661,0.4934651851654053,180.0,46080.0,685.580221262062,2949120.0 +152.81,6.699999809265137,4525.0,0.006866984069347382,0.0868937149643898,2.248966932296753,-0.00463140057399869,0.5146873593330383,0.47046858072280884,181.0,46336.0,689.2011635610834,2965504.0 +134.82,6.599999904632568,4599.0,0.005351994186639786,0.0571695975959301,2.2269411087036133,-0.00472552515566349,0.49732449650764465,0.4486982226371765,182.0,46592.0,692.7637875250075,2981888.0 +185.14,6.5,4818.0,0.006092397030442953,0.0792643204331398,2.194594621658325,-0.0045690410770475864,0.5134662985801697,0.44674551486968994,183.0,46848.0,696.1648187490646,2998272.0 +166.84,5.300000190734863,4699.0,0.0054650455713272095,0.0641072615981102,2.1871533393859863,-0.005147245246917009,0.6942347884178162,0.41219383478164673,184.0,47104.0,699.6521748381201,3014656.0 +168.86,5.800000190734863,4618.0,0.007357203867286444,0.0968831405043602,2.1746580600738525,-0.005148184020072222,0.6103571057319641,0.413801372051239,185.0,47360.0,703.2002848631237,3031040.0 +181.85,6.199999809265137,4759.0,0.007451724726706743,0.0977579727768898,2.1818864345550537,-0.005464552436023951,0.5537855625152588,0.48334062099456787,186.0,47616.0,706.6430542659946,3047424.0 +169.45,6.800000190734863,4788.0,0.005887968931347132,0.0719197615981102,2.1634812355041504,-0.004779658745974302,0.4361382722854614,0.5304906964302063,187.0,47872.0,710.0662171139847,3063808.0 +208.0,7.099999904632568,4578.0,0.0071517606265842915,0.09747314453125,2.132873773574829,-0.005064860451966524,0.5083940625190735,0.5228027701377869,188.0,48128.0,713.6453635150101,3080192.0 +188.93,6.5,4680.0,0.005982661619782448,0.0696614608168602,2.071014642715454,-0.0033793116454035044,0.5827191472053528,0.4231341481208801,189.0,48384.0,717.1464105739724,3096576.0 +207.61,6.199999809265137,4574.0,0.005577445030212402,0.06439208984375,2.0651962757110596,-0.00559741398319602,0.5279668569564819,0.4966159462928772,190.0,48640.0,720.7293640500866,3112960.0 +164.61,6.099999904632568,4686.0,0.007416726555675268,0.1020304337143898,2.0503828525543213,-0.00448791915550828,0.4919544756412506,0.5550612211227417,191.0,48896.0,724.2259375951253,3129344.0 +176.56,6.099999904632568,4671.0,0.007108842954039574,0.0902303084731102,2.085848569869995,-0.004897549282759428,0.7186141610145569,0.3331260681152344,192.0,49152.0,727.7342555399518,3145728.0 +232.37,5.800000190734863,4592.0,0.007666505873203278,0.1058756485581398,2.089923143386841,-0.0060399980284273624,0.7014277577400208,0.4131418466567993,193.0,49408.0,731.3028341019526,3162112.0 +186.3,6.0,4426.0,0.007263537961989641,0.0945638045668602,2.101526975631714,-0.005814902484416962,0.7130488753318787,0.4066746234893799,194.0,49664.0,735.0045721300412,3178496.0 +185.31,5.900000095367432,4364.0,0.009715354070067406,0.14703369140625,2.0766751766204834,-0.004763712175190449,0.4883790910243988,0.5304823815822601,195.0,49920.0,738.7594784500543,3194880.0 +227.36,6.5,4489.0,0.007954368367791176,0.10260009765625,2.123427629470825,-0.003782988525927067,0.3827114403247833,0.5767903327941895,196.0,50176.0,742.4097663320135,3211264.0 +233.48,6.900000095367432,4615.0,0.00985652208328247,0.1528727263212204,2.100706100463867,-0.003936341498047113,0.44451403617858887,0.5239330232143402,197.0,50432.0,745.9599894641433,3227648.0 +138.2,6.800000190734863,4555.0,0.0064222621731460094,0.0782877579331398,2.110257863998413,-0.004923760425299406,0.9632311463356018,0.32181882858276367,198.0,50688.0,749.5572515970562,3244032.0 +163.18,7.400000095367432,4464.0,0.00884625967592001,0.1227620467543602,2.0929763317108154,-0.0025830932427197695,0.48057612776756287,0.5114997923374176,199.0,50944.0,753.2279643521179,3260416.0 +149.48,6.199999809265137,4472.0,0.007826517336070538,0.1077473983168602,2.11264967918396,-0.0032981273252516985,0.603191077709198,0.42748159170150757,200.0,51200.0,756.891568389954,3276800.0 +185.52,6.099999904632568,4645.0,0.007199642714112997,0.0925496444106102,2.097369432449341,-0.00378587213344872,0.6757559180259705,0.4180915355682373,201.0,51456.0,760.4189265801106,3293184.0 +202.37,6.300000190734863,4593.0,0.009344801306724548,0.1397501677274704,2.081047534942627,-0.003787955269217491,0.42442795634269714,0.5640701651573181,202.0,51712.0,763.9860955059994,3309568.0 +217.66,6.400000095367432,4446.0,0.008053375408053398,0.1082763671875,2.07692289352417,-0.004967423155903816,0.5659039616584778,0.37579280138015747,203.0,51968.0,767.6713126511313,3325952.0 +153.51,6.800000190734863,4588.0,0.007003528531640768,0.0962727889418602,2.0965912342071533,-0.004061347339302301,0.6257529258728027,0.31834840774536133,204.0,52224.0,771.2433186641429,3342336.0 +181.16,5.599999904632568,4503.0,0.007416992913931608,0.1014404296875,2.1017441749572754,-0.005184267181903124,0.7772209644317627,0.3062196969985962,205.0,52480.0,774.8820176920854,3358720.0 +205.18,5.900000095367432,4351.0,0.00930752232670784,0.1364949494600296,2.080951690673828,-0.00450086360797286,0.6962289810180664,0.3055518865585327,206.0,52736.0,778.6477052669507,3375104.0 +207.1,5.800000190734863,4324.0,0.008831932209432125,0.1259562224149704,2.1114747524261475,-0.005645377095788717,0.4427906274795532,0.3895719647407532,207.0,52992.0,782.4370785281062,3391488.0 +235.82,7.199999809265137,4610.0,0.011170300655066967,0.1723429411649704,2.1443536281585693,-0.005041101016104221,0.2817196547985077,0.445992112159729,208.0,53248.0,785.9911517279688,3407872.0 +242.47,6.300000190734863,4472.0,0.01281909178942442,0.1945597380399704,2.124122381210327,-0.0025827561039477587,0.5880429148674011,0.308923602104187,209.0,53504.0,789.6554710490163,3424256.0 +237.5,5.300000190734863,4713.0,0.008976772427558899,0.1305745393037796,2.208693504333496,-0.004409404471516609,0.584740161895752,0.3504369258880615,210.0,53760.0,793.1322745690122,3440640.0 +240.37,6.199999809265137,4620.0,0.00815827026963234,0.1175740584731102,2.183354616165161,-0.004320986568927765,0.5297412872314453,0.4065040349960327,211.0,54016.0,796.678728829138,3457024.0 +192.5,6.400000095367432,4190.0,0.008377337828278542,0.1168212890625,2.16813588142395,-0.0034384746104478836,0.6540172696113586,0.396028995513916,212.0,54272.0,800.5939436519984,3473408.0 +239.57,5.699999809265137,4066.0,0.00702142296358943,0.0953776016831398,2.1617767810821533,-0.0036853544879704714,0.5170024037361145,0.4379008412361145,213.0,54528.0,804.6236740429886,3489792.0 +212.75,6.5,4253.0,0.00969802774488926,0.144775390625,2.1601831912994385,-0.004527858458459377,0.5719563364982605,0.38077837228775024,214.0,54784.0,808.4760987991467,3506176.0 +229.13,6.0,4524.0,0.009219213388860226,0.1355183869600296,2.1454803943634033,-0.005522961262613535,0.497679740190506,0.40504610538482666,215.0,55040.0,812.0980218080804,3522560.0 +232.1,5.199999809265137,4450.0,0.0075234114192426205,0.1029052734375,2.171318292617798,-0.006253276020288467,0.709979236125946,0.34835124015808105,216.0,55296.0,815.7803848141339,3538944.0 +208.82,5.199999809265137,4532.0,0.010546964593231678,0.15252685546875,2.2091479301452637,-0.0031843113247305155,0.39778921008110046,0.46699202060699463,217.0,55552.0,819.396120341029,3555328.0 +223.95,5.099999904632568,4490.0,0.009809553623199463,0.14044189453125,2.244279384613037,-0.005116915330290794,0.5492717623710632,0.3803999423980713,218.0,55808.0,823.0452461589593,3571712.0 +215.23,6.099999904632568,4605.0,0.0063993134535849094,0.08294677734375,2.227538824081421,-0.004957385826855898,0.5114004015922546,0.375436007976532,219.0,56064.0,826.6039070810657,3588096.0 +193.03,6.400000095367432,4519.0,0.006629560608416796,0.08050537109375,2.2004177570343018,-0.0028094658628106117,0.7895258069038391,0.38674455881118774,220.0,56320.0,830.2304472881369,3604480.0 +147.49,6.699999809265137,4516.0,0.006946295499801636,0.08935546875,2.142226457595825,-0.003211003029718995,0.4625243842601776,0.5356749892234802,221.0,56576.0,833.8587766441051,3620864.0 +170.26,6.400000095367432,4104.0,0.0070236059837043285,0.0919596329331398,2.154463529586792,-0.004460526164621115,0.48961663246154785,0.4835013747215271,222.0,56832.0,837.8509624281432,3637248.0 +174.57,6.5,3965.0,0.009335266426205635,0.1323649138212204,2.179046392440796,-0.004275832790881395,0.4086989462375641,0.47435545921325684,223.0,57088.0,841.9836146431044,3653632.0 +219.32,6.300000190734863,3944.0,0.009101682342588902,0.1322835236787796,2.180590867996216,-0.00612357072532177,0.43530312180519104,0.5076993107795715,224.0,57344.0,846.1380200420972,3670016.0 +167.74,6.300000190734863,4254.0,0.008778395131230354,0.1248575821518898,2.1758224964141846,-0.0047223190777003765,0.36366376280784607,0.5970412492752075,225.0,57600.0,849.9895630690735,3686400.0 +161.74,7.199999809265137,4451.0,0.0073109888471663,0.1014404296875,2.1437292098999023,-0.005266958381980658,0.4977618157863617,0.5771512389183044,226.0,57856.0,853.670912883943,3702784.0 +187.12,6.400000095367432,4438.0,0.005518726538866758,0.05963134765625,2.136293411254883,-0.005052531603723764,0.4667905271053314,0.6084991097450256,227.0,58112.0,857.3633039810229,3719168.0 +148.08,6.599999904632568,4690.0,0.008175049908459187,0.11798095703125,2.153681755065918,-0.0064505841583013535,0.43801236152648926,0.5806224942207336,228.0,58368.0,860.8599232721608,3735552.0 +201.98,5.900000095367432,4558.0,0.005237290170043707,0.0572102852165699,2.1715118885040283,-0.0053827352821826935,0.5363178253173828,0.5430386960506439,229.0,58624.0,864.4554349191021,3751936.0 +118.22,6.699999809265137,4617.0,0.010080673731863499,0.14715576171875,2.1701085567474365,-0.0041531664319336414,0.5606836080551147,0.5041708648204803,230.0,58880.0,868.0048298339825,3768320.0 +182.09,6.699999809265137,4617.0,0.009745841845870018,0.1381632536649704,2.2039825916290283,-0.0050104716792702675,0.5338237881660461,0.3950573801994324,231.0,59136.0,871.554298879113,3784704.0 +160.18,6.400000095367432,4708.0,0.00894898921251297,0.1276652067899704,2.1601545810699463,-0.005238174926489592,0.6683993339538574,0.36891627311706543,232.0,59392.0,875.0350392111577,3801088.0 +122.45,7.800000190734863,4611.0,0.009030982851982117,0.13079833984375,2.1804134845733643,-0.00701705040410161,0.36135777831077576,0.5269041061401367,233.0,59648.0,878.588267120067,3817472.0 +191.13,5.900000095367432,4444.0,0.009123764000833035,0.1296793669462204,2.2093565464019775,-0.00631862273439765,0.6195341944694519,0.3980361223220825,234.0,59904.0,882.2760321300011,3833856.0 +140.21,5.900000095367432,4228.0,0.005933995824307203,0.0730794295668602,2.1925430297851562,-0.004722498822957277,0.7304520010948181,0.42516857385635376,235.0,60160.0,886.1517985779792,3850240.0 +140.46,6.400000095367432,4251.0,0.00832673255354166,0.11297607421875,2.181593656539917,-0.00876537524163723,0.5767574906349182,0.4690961241722107,236.0,60416.0,890.006948037073,3866624.0 +143.13,6.699999809265137,4036.0,0.01076894998550415,0.15545654296875,2.20395565032959,-0.00668717548251152,0.34452661871910095,0.5922271907329559,237.0,60672.0,894.0672956840135,3883008.0 +143.29,7.699999809265137,4235.0,0.009420636110007763,0.12933349609375,2.2063872814178467,-0.0051440708339214325,0.25270238518714905,0.6671655476093292,238.0,60928.0,897.9366151660215,3899392.0 +247.6,5.800000190734863,3995.0,0.006940633058547974,0.0901082381606102,2.1804139614105225,-0.005220286548137665,0.5419986844062805,0.4905732274055481,239.0,61184.0,902.0385743610095,3915776.0 +207.34,6.199999809265137,4297.0,0.006329530384391546,0.0801595076918602,2.15063214302063,-0.006641697604209185,0.5858924984931946,0.4720742702484131,240.0,61440.0,905.8515194519423,3932160.0 +145.56,6.699999809265137,3986.0,0.010134165175259113,0.1488850861787796,2.1603891849517822,-0.006653896998614073,0.5900490880012512,0.45796698331832886,241.0,61696.0,909.962167465128,3948544.0 +108.64,7.699999809265137,4503.0,0.00951533392071724,0.13031005859375,2.1187798976898193,-0.007352887187153101,0.4317570924758911,0.5713764131069183,242.0,61952.0,913.6010510539636,3964928.0 +178.26,6.699999809265137,4564.0,0.008743937127292156,0.12274169921875,2.1629889011383057,-0.004480721428990364,0.46878692507743835,0.5615182518959045,243.0,62208.0,917.1909569490235,3981312.0 +190.31,7.0,4565.0,0.008971234783530235,0.1287028044462204,2.2057180404663086,-0.005601979326456785,0.3538926839828491,0.6091007888317108,244.0,62464.0,920.7825447779614,3997696.0 +194.11,6.599999904632568,4374.0,0.007045226637274027,0.0898640975356102,2.227966070175171,-0.006260102614760399,0.3798943758010864,0.6171634793281555,245.0,62720.0,924.5286833990831,4014080.0 +174.06,6.599999904632568,4568.0,0.006869027856737375,0.08892822265625,2.2102456092834473,-0.007011570502072573,0.3515893518924713,0.6531274616718292,246.0,62976.0,928.1152673331089,4030464.0 +201.12,6.599999904632568,4441.0,0.007321069482713938,0.0970255509018898,2.209934949874878,-0.007647086400538683,0.39527562260627747,0.617648184299469,247.0,63232.0,931.8048495070543,4046848.0 +215.02,6.5,4595.0,0.008966094814240932,0.129150390625,2.219447135925293,-0.00627001142129302,0.4631291925907135,0.5965691804885864,248.0,63488.0,935.3705257379916,4063232.0 +168.76,7.199999809265137,4516.0,0.009197344072163105,0.1317952424287796,2.1898386478424072,-0.006097948644310236,0.2740548551082611,0.6972644627094269,249.0,63744.0,938.9993768990971,4079616.0 +137.82,6.900000095367432,4526.0,0.009200133383274078,0.134033203125,2.170440912246704,-0.0074142832309007645,0.4913632869720459,0.5754825472831726,250.0,64000.0,942.6200302580837,4096000.0 +148.49,6.599999904632568,4445.0,0.009268885478377342,0.12420654296875,2.1647706031799316,-0.007916797883808613,0.42079973220825195,0.6232431828975677,251.0,64256.0,946.3060662229545,4112384.0 +188.14,5.599999904632568,4558.0,0.007971471175551414,0.1042887344956398,2.206749677658081,-0.003979586996138096,0.567899227142334,0.5767344534397125,252.0,64512.0,949.9011137760244,4128768.0 +171.52,6.199999809265137,4662.0,0.0054552494548261166,0.0609537772834301,2.1949310302734375,-0.0054978132247924805,0.4122626483440399,0.698268324136734,253.0,64768.0,953.4159038150683,4145152.0 +217.29,5.199999809265137,4874.0,0.006531889084726572,0.0849202498793602,2.2108242511749268,-0.0068147326819598675,0.5533422827720642,0.6238229274749756,254.0,65024.0,956.7777927659918,4161536.0 +215.35,6.300000190734863,4818.0,0.005103640723973513,0.0563557930290699,2.1790878772735596,-0.00436859717592597,0.406240314245224,0.7078145444393158,255.0,65280.0,960.1786744249985,4177920.0 +190.76,6.599999904632568,4795.0,0.006935281679034233,0.0894368514418602,2.1936843395233154,-0.004480678588151932,0.4285183846950531,0.6668589413166046,256.0,65536.0,963.5962561781053,4194304.0 +141.86,7.0,4888.0,0.008768110536038876,0.119384765625,2.1596343517303467,-0.006646071095019579,0.41138947010040283,0.6523362100124359,257.0,65792.0,966.9484877560753,4210688.0 +217.6,5.599999904632568,4804.0,0.009055961854755878,0.1262410432100296,2.1777539253234863,-0.005293112713843584,0.46986138820648193,0.6415599882602692,258.0,66048.0,970.3593458561227,4227072.0 +195.04,6.300000190734863,4600.0,0.005733560770750046,0.0670369490981102,2.1815311908721924,-0.0067517696879804134,0.3642688989639282,0.677973210811615,259.0,66304.0,973.9210844130721,4243456.0 +210.78,6.5,4610.0,0.0067675854079425335,0.0881754532456398,2.129572868347168,-0.007555681746453047,0.4903585612773895,0.5941471755504608,260.0,66560.0,977.4750406490639,4259840.0 +160.07,6.699999809265137,4642.0,0.010062005370855331,0.1401163786649704,2.1348211765289307,-0.005473831202834845,0.44215714931488037,0.6743992865085602,261.0,66816.0,981.00792499003,4276224.0 +125.1,7.099999904632568,4573.0,0.007108598481863737,0.0905965194106102,2.1371686458587646,-0.006179829593747854,0.4535771310329437,0.6837146878242493,262.0,67072.0,984.5914263289887,4292608.0 +161.2,6.900000095367432,4477.0,0.006964630912989378,0.0869547501206398,2.198725700378418,-0.0063303448259830475,0.3958463668823242,0.6701586544513702,263.0,67328.0,988.2516202190891,4308992.0 +187.49,7.300000190734863,4530.0,0.006198670249432325,0.0684407576918602,2.203845739364624,-0.007409080862998962,0.4639926850795746,0.6450884640216827,264.0,67584.0,991.869096333161,4325376.0 +178.26,6.699999809265137,4606.0,0.007056360598653555,0.0923258438706398,2.1779158115386963,-0.006963775027543306,0.4853188693523407,0.652936577796936,265.0,67840.0,995.426516310079,4341760.0 +171.74,6.5,4596.0,0.009541255421936512,0.1382242888212204,2.1669843196868896,-0.007388582453131676,0.4850621223449707,0.6469447016716003,266.0,68096.0,998.9917263630778,4358144.0 +143.09,7.199999809265137,4532.0,0.005829110741615295,0.0704345703125,2.179461717605591,-0.008600105531513691,0.5176424384117126,0.6325991451740265,267.0,68352.0,1002.6071275630966,4374528.0 +125.1,7.5,4552.0,0.006379254162311554,0.07830810546875,2.222940683364868,-0.007543045561760664,0.3208736777305603,0.7093458473682404,268.0,68608.0,1006.2068215000909,4390912.0 +163.91,6.599999904632568,4537.0,0.008419038727879524,0.1162109375,2.225084066390991,-0.006707571446895599,0.42565974593162537,0.6349868476390839,269.0,68864.0,1009.8182939630933,4407296.0 +132.5,6.5,4618.0,0.011903068982064724,0.1682332307100296,2.188812494277954,-0.008576134219765663,0.6097598671913147,0.5977673530578613,270.0,69120.0,1013.366645919159,4423680.0 +172.46,7.0,4475.0,0.009481116198003292,0.1359456330537796,2.1477432250976562,-0.004402073100209236,0.49252963066101074,0.61826092004776,271.0,69376.0,1017.0280955119524,4440064.0 +170.33,7.099999904632568,4668.0,0.010260089300572872,0.139892578125,2.1783254146575928,-0.009032715111970901,0.37609079480171204,0.6582965552806854,272.0,69632.0,1020.5381186569575,4456448.0 +141.31,6.900000095367432,4433.0,0.008964010514318943,0.1285807341337204,2.213649034500122,-0.006586836650967598,0.36779388785362244,0.622307300567627,273.0,69888.0,1024.23416184308,4472832.0 +221.24,6.0,4543.0,0.008369892835617065,0.1111246719956398,2.2679624557495117,-0.006090465467423201,0.42692407965660095,0.6106348931789398,274.0,70144.0,1027.8418367791455,4489216.0 +158.41,6.699999809265137,4368.0,0.008805712684988976,0.1210530623793602,2.265735387802124,-0.00552436662837863,0.5067746043205261,0.5688293278217316,275.0,70400.0,1031.5933668951038,4505600.0 +201.84,6.800000190734863,4474.0,0.006913172081112862,0.0921834334731102,2.2849364280700684,-0.00675198296085,0.5055847764015198,0.5718689560890198,276.0,70656.0,1035.2564449210186,4521984.0 +143.1,6.0,4607.0,0.010122674517333508,0.1480916291475296,2.263361930847168,-0.007240618113428354,0.5186178088188171,0.6038275957107544,277.0,70912.0,1038.8133884300478,4538368.0 +192.34,6.300000190734863,4390.0,0.010197573341429234,0.1412353515625,2.283245325088501,-0.005904832389205694,0.347125381231308,0.6930219531059265,278.0,71168.0,1042.5457806249615,4554752.0 +170.3,7.099999904632568,4332.0,0.008520211093127728,0.1202596053481102,2.3054301738739014,-0.00685744546353817,0.46268507838249207,0.638814777135849,279.0,71424.0,1046.3282370450906,4571136.0 +145.02,6.699999809265137,4519.0,0.006601186469197273,0.08563232421875,2.2624852657318115,-0.006512715946882963,0.45987167954444885,0.6422955691814423,280.0,71680.0,1049.9540624900255,4587520.0 +162.1,6.699999809265137,4474.0,0.008210204541683197,0.1134033203125,2.2612316608428955,-0.009148604236543179,0.4772409498691559,0.6596808433532715,281.0,71936.0,1053.6170918729622,4603904.0 +170.18,7.0,4460.0,0.008947263471782207,0.1259358674287796,2.2580223083496094,-0.009813699871301651,0.3471539318561554,0.7051333785057068,282.0,72192.0,1057.290563174989,4620288.0 +88.85,7.0,4448.0,0.007520005106925964,0.0997721329331398,2.251394033432007,-0.0068288701586425304,0.3582828938961029,0.7115256190299988,283.0,72448.0,1060.9746944110375,4636672.0 +187.29,6.300000190734863,4379.0,0.006997817661613226,0.08984375,2.2699708938598633,-0.006748381536453962,0.37788406014442444,0.7001885771751404,284.0,72704.0,1064.7163988719694,4653056.0 +247.8,6.0,4397.0,0.007262347731739283,0.0968831405043602,2.2884788513183594,-0.006765914615243673,0.6134105324745178,0.5907996892929077,285.0,72960.0,1068.4425934669562,4669440.0 +134.06,7.599999904632568,4417.0,0.006516062188893557,0.0805257186293602,2.267103910446167,-0.007089619990438223,0.40411457419395447,0.7127121984958649,286.0,73216.0,1072.1522750931326,4685824.0 +181.29,6.599999904632568,4383.0,0.006913729012012482,0.0871988907456398,2.2957065105438232,-0.007401095703244209,0.40755128860473633,0.681183785200119,287.0,73472.0,1075.8906393290963,4702208.0 +164.37,6.199999809265137,4482.0,0.007270251866430044,0.0946248397231102,2.3173983097076416,-0.0066855973564088345,0.34925106167793274,0.6668198108673096,288.0,73728.0,1079.546361146029,4718592.0 +237.98,6.599999904632568,4488.0,0.005555898416787386,0.0634358748793602,2.3005595207214355,-0.006865084171295166,0.4040708839893341,0.6853910088539124,289.0,73984.0,1083.1974371201359,4734976.0 +190.98,6.300000190734863,4661.0,0.007158586755394936,0.0930582657456398,2.298902750015259,-0.007552673574537039,0.36748990416526794,0.6917924582958221,290.0,74240.0,1086.7131275951397,4751360.0 +227.21,6.5,4620.0,0.008583808317780495,0.1150309219956398,2.249251127243042,-0.00700351782143116,0.48877236247062683,0.6596021950244904,291.0,74496.0,1090.2604406720493,4767744.0 +134.84,7.300000190734863,4808.0,0.009917883202433586,0.13690185546875,2.2460784912109375,-0.00845680944621563,0.29996034502983093,0.7458977401256561,292.0,74752.0,1093.6685633079614,4784128.0 +194.15,6.300000190734863,4615.0,0.007911919616162777,0.1036173477768898,2.2485077381134033,-0.007297653239220381,0.4770991802215576,0.6589327156543732,293.0,75008.0,1097.2189729821403,4800512.0 +151.34,7.900000095367432,4673.0,0.009703284129500389,0.1422119140625,2.1995623111724854,-0.009179540909826756,0.34834024310112,0.6839794814586639,294.0,75264.0,1100.7257050881162,4816896.0 +163.12,7.099999904632568,4590.0,0.0066636730916798115,0.0841878280043602,2.2109711170196533,-0.00774407759308815,0.4382878839969635,0.6534704864025116,295.0,75520.0,1104.2956793371122,4833280.0 +117.72,7.5,4641.0,0.009157358668744564,0.1283976286649704,2.2032320499420166,-0.008756921626627445,0.38448366522789,0.701972484588623,296.0,75776.0,1107.8262295031454,4849664.0 +139.18,7.099999904632568,4647.0,0.008431202732026577,0.11322021484375,2.2490365505218506,-0.005664461757987738,0.38297080993652344,0.6956775188446045,297.0,76032.0,1111.3525451510213,4866048.0 +177.17,7.199999809265137,4617.0,0.005913266446441412,0.0703938826918602,2.2275242805480957,-0.006397206801921129,0.4792172610759735,0.6508569717407227,298.0,76288.0,1114.901321433019,4882432.0 +189.96,6.400000095367432,4736.0,0.006028683856129646,0.07666015625,2.226755142211914,-0.007681282237172127,0.5020753145217896,0.6576474905014038,299.0,76544.0,1118.3614234360866,4898816.0 +108.79,7.5,4559.0,0.0057233478873968124,0.06927490234375,2.1951229572296143,-0.006598966661840677,0.5447633266448975,0.6165077984333038,300.0,76800.0,1121.9554557930678,4915200.0 +144.53,7.099999904632568,4769.0,0.006038126070052385,0.0728352889418602,2.1801724433898926,-0.006969539448618889,0.44443169236183167,0.6393858194351196,301.0,77056.0,1125.3917401770595,4931584.0 +158.07,6.599999904632568,4760.0,0.006920897867530584,0.08746337890625,2.198146104812622,-0.008396998979151249,0.43177303671836853,0.659816324710846,302.0,77312.0,1128.8339522450697,4947968.0 +201.65,6.5,4501.0,0.006718768272548914,0.0866902694106102,2.2246668338775635,-0.006193952169269323,0.39939388632774353,0.6295157968997955,303.0,77568.0,1132.474998576101,4964352.0 +213.53,6.0,4631.0,0.009303021244704723,0.1260172575712204,2.234844446182251,-0.007390845566987991,0.47243842482566833,0.6165139377117157,304.0,77824.0,1136.013513606973,4980736.0 +216.6,7.0,4504.0,0.008169259876012802,0.10968017578125,2.21051287651062,-0.008999860845506191,0.3741411864757538,0.6129195094108582,305.0,78080.0,1139.6512840271462,4997120.0 +141.12,6.900000095367432,4646.0,0.007960024289786816,0.1052042618393898,2.20743989944458,-0.003461402142420411,0.6042252779006958,0.5416246354579926,306.0,78336.0,1143.178197843954,5013504.0 +142.39,7.199999809265137,4696.0,0.009489594958722591,0.13153076171875,2.156569719314575,-0.010096845217049122,0.3858431875705719,0.6877472698688507,307.0,78592.0,1146.6671710950322,5029888.0 +173.6,6.900000095367432,4617.0,0.00886308029294014,0.12615966796875,2.181101083755493,-0.007492853328585625,0.45486271381378174,0.6377626955509186,308.0,78848.0,1150.2163901200984,5046272.0 +140.35,6.800000190734863,4936.0,0.007872020825743675,0.10687255859375,2.189244508743286,-0.006225874647498131,0.4375951588153839,0.6405751407146454,309.0,79104.0,1153.53615490417,5062656.0 +143.33,7.199999809265137,4718.0,0.006816018372774124,0.0822550430893898,2.183573007583618,-0.007913138717412949,0.27514025568962097,0.7523139715194702,310.0,79360.0,1157.0088372461032,5079040.0 +171.75,6.800000190734863,4565.0,0.006165198516100645,0.0759684219956398,2.1595776081085205,-0.006380924955010414,0.44996416568756104,0.5570728778839111,311.0,79616.0,1160.5978716199752,5095424.0 +165.84,6.5,4702.0,0.0070753563195466995,0.0918782576918602,2.189277172088623,-0.005642669275403023,0.40387633442878723,0.6004235446453094,312.0,79872.0,1164.0824955541175,5111808.0 +169.65,6.900000095367432,4664.0,0.007854355499148369,0.10662841796875,2.140198230743408,-0.007289403583854437,0.43664589524269104,0.5995363593101501,313.0,80128.0,1167.5956804151647,5128192.0 +183.78,6.099999904632568,4643.0,0.00848579965531826,0.1126708984375,2.147845983505249,-0.0032540166284888983,0.5892829298973083,0.5008776187896729,314.0,80384.0,1171.1248380870093,5144576.0 +157.65,6.599999904632568,4422.0,0.01044550072401762,0.1447346955537796,2.14440655708313,-0.010957176797091961,0.5303480625152588,0.4711042046546936,315.0,80640.0,1174.830376873957,5160960.0 +118.5,7.5,4538.0,0.010759953409433365,0.1509196013212204,2.171374559402466,-0.009160994552075863,0.3910273611545563,0.5899717211723328,316.0,80896.0,1178.4413117240183,5177344.0 +181.76,6.0,4500.0,0.009466138668358326,0.1357218474149704,2.22247052192688,-0.0067299287766218185,0.5192103385925293,0.5089560449123383,317.0,81152.0,1182.0824957869481,5193728.0 +117.66,7.699999809265137,4558.0,0.008708402514457703,0.1192830428481102,2.2066824436187744,-0.007204577326774597,0.33346450328826904,0.6658656895160675,318.0,81408.0,1185.6772162250709,5210112.0 +148.1,6.300000190734863,4550.0,0.00845917034894228,0.1194661483168602,2.172028064727783,-0.006567224394530058,0.4111834466457367,0.6750429570674896,319.0,81664.0,1189.278496830957,5226496.0 +148.59,7.099999904632568,4440.0,0.006465517450124025,0.0778401717543602,2.1098811626434326,-0.008957968093454838,0.5154492259025574,0.6380873322486877,320.0,81920.0,1192.969062039163,5242880.0 +135.78,6.699999809265137,4754.0,0.006507450714707375,0.0848185196518898,2.1356112957000732,-0.007591319736093283,0.559387743473053,0.616705983877182,321.0,82176.0,1196.4168225689791,5259264.0 +158.72,7.199999809265137,4676.0,0.006908994633704424,0.08782958984375,2.0749728679656982,-0.007825280539691448,0.3429040014743805,0.736618161201477,322.0,82432.0,1199.9208900879603,5275648.0 +204.55,7.400000095367432,4602.0,0.007362038362771273,0.098876953125,2.0843677520751953,-0.008040242828428745,0.3305816352367401,0.7553239166736603,323.0,82688.0,1203.4812292901333,5292032.0 +226.64,6.5,4348.0,0.005946861580014229,0.0727945938706398,2.061192274093628,-0.0065627978183329105,0.4587964713573456,0.6990237534046173,324.0,82944.0,1207.2502501171548,5308416.0 +168.88,6.800000190734863,4367.0,0.0070913708768785,0.0904541015625,2.0884487628936768,-0.006715781521052122,0.36508822441101074,0.7367287576198578,325.0,83200.0,1211.0026374121662,5324800.0 +183.44,6.599999904632568,4383.0,0.007087292615324259,0.09124755859375,2.0857841968536377,-0.006622467655688524,0.4787980616092682,0.6341904699802399,326.0,83456.0,1214.7415812041145,5341184.0 +137.93,6.400000095367432,4334.0,0.010116897523403168,0.1447957307100296,2.1569697856903076,-0.007918481715023518,0.48343852162361145,0.6318080127239227,327.0,83712.0,1218.5222454241011,5357568.0 +179.0,6.900000095367432,4563.0,0.0069700186140835285,0.09027099609375,2.121091604232788,-0.008393255062401295,0.3931112289428711,0.7045542001724243,328.0,83968.0,1222.1131524459925,5373952.0 +179.02,7.300000190734863,4621.0,0.007639599498361349,0.1011149063706398,2.0746893882751465,-0.006662137806415558,0.3827582895755768,0.6642795503139496,329.0,84224.0,1225.6592516370583,5390336.0 +130.59,6.800000190734863,4470.0,0.009023417718708515,0.1248779296875,2.0575106143951416,-0.007814939133822918,0.5089748501777649,0.4901745319366455,330.0,84480.0,1229.3252210030332,5406720.0 +132.11,7.0,4537.0,0.010562203824520111,0.1519368439912796,2.0753607749938965,-0.005567118525505066,0.6339868307113647,0.4548105001449585,331.0,84736.0,1232.9366294760257,5423104.0 +150.81,7.300000190734863,4564.0,0.008653056807816029,0.11895751953125,2.109084367752075,-0.0062100887298583984,0.47569021582603455,0.5757692456245422,332.0,84992.0,1236.5276917039882,5439488.0 +119.05,7.199999809265137,4672.0,0.009918474592268467,0.14739990234375,2.1138875484466553,-0.005286477506160736,0.39228367805480957,0.5764941871166229,333.0,85248.0,1240.0345530761406,5455872.0 +184.06,7.099999904632568,4827.0,0.006740880664438009,0.0828857421875,2.1206791400909424,-0.0064690071158111095,0.3600965738296509,0.5402115285396576,334.0,85504.0,1243.4294823780656,5472256.0 +206.67,6.800000190734863,4537.0,0.006120613310486078,0.0733235701918602,2.1062400341033936,-0.006446158047765493,0.5094830393791199,0.4569332003593445,335.0,85760.0,1247.0414497151505,5488640.0 +138.97,7.400000095367432,4728.0,0.006413174327462912,0.0806884765625,2.1046712398529053,-0.00813402608036995,0.5901762843132019,0.4753659963607788,336.0,86016.0,1250.507369183004,5505024.0 +126.34,8.100000381469727,4688.0,0.005719020962715149,0.0691121444106102,2.138002634048462,-0.007050108630210161,0.30780261754989624,0.6407046914100647,337.0,86272.0,1254.0027988140937,5521408.0 +182.38,7.199999809265137,4641.0,0.007378814741969109,0.0961507186293602,2.1414425373077393,-0.007700373884290457,0.4519643783569336,0.5671515464782715,338.0,86528.0,1257.533465032,5537792.0 +123.52,7.099999904632568,4657.0,0.008336328901350498,0.1159871444106102,2.1297013759613037,-0.008552299812436104,0.5455436706542969,0.4828808903694153,339.0,86784.0,1261.0519995340146,5554176.0 +164.79,7.300000190734863,4789.0,0.008859151042997837,0.1217244490981102,2.1381587982177734,-0.004981908947229385,0.5523746609687805,0.4923195242881775,340.0,87040.0,1264.4735236160923,5570560.0 +167.77,7.300000190734863,4764.0,0.008003202266991138,0.1072591170668602,2.162482976913452,-0.006045794580131769,0.4160040616989136,0.5711774826049805,341.0,87296.0,1267.9126893610228,5586944.0 +152.89,6.599999904632568,4645.0,0.007323602680116892,0.0970458984375,2.1741459369659424,-0.006612658966332674,0.565321683883667,0.4713771939277649,342.0,87552.0,1271.4405916519463,5603328.0 +145.07,7.300000190734863,4538.0,0.006757290568202734,0.0826416015625,2.1769752502441406,-0.007341641932725906,0.4621905982494354,0.5281938016414642,343.0,87808.0,1275.0512472600676,5619712.0 +154.81,7.300000190734863,4604.0,0.00909819733351469,0.1297404021024704,2.1756553649902344,-0.007801427040249109,0.3729299008846283,0.5781949460506439,344.0,88064.0,1278.6105819081422,5636096.0 +206.75,6.800000190734863,4588.0,0.005747647490352392,0.0696818009018898,2.1812961101531982,-0.008077927865087986,0.4364606440067291,0.5379997491836548,345.0,88320.0,1282.1816471861675,5652480.0 +174.11,6.199999809265137,4712.0,0.007466510403901339,0.0986735001206398,2.161546468734741,-0.006030388176441193,0.3866698443889618,0.5381678938865662,346.0,88576.0,1285.6594182041008,5668864.0 +211.73,6.699999809265137,4567.0,0.010730014182627201,0.154052734375,2.1147990226745605,-0.004139108583331108,0.4640430510044098,0.5066835284233093,347.0,88832.0,1289.2473468009848,5685248.0 +175.85,6.599999904632568,4608.0,0.006629107985645533,0.08251953125,2.1717934608459473,-0.005351697560399771,0.48786380887031555,0.5494168102741241,348.0,89088.0,1292.8029526751488,5701632.0 +153.85,6.599999904632568,4610.0,0.0105784572660923,0.15191650390625,2.187627077102661,-0.006899241823703051,0.4722462594509125,0.5216793119907379,349.0,89344.0,1296.3598888530396,5718016.0 +140.55,6.599999904632568,4520.0,0.010304735042154789,0.14862060546875,2.212045192718506,-0.0064230733551084995,0.4926452338695526,0.5380876064300537,350.0,89600.0,1299.9849483750295,5734400.0 +144.0,6.900000095367432,4573.0,0.009500798769295216,0.140380859375,2.1748039722442627,-0.004516989458352327,0.41361305117607117,0.556257963180542,351.0,89856.0,1303.5678537019994,5750784.0 +192.32,6.800000190734863,4655.0,0.009545284323394299,0.1372273713350296,2.162010431289673,-0.005770260468125343,0.4177028238773346,0.5234097838401794,352.0,90112.0,1307.0876412319485,5767168.0 +144.45,7.099999904632568,4498.0,0.00903451070189476,0.1334635466337204,2.166863203048706,-0.004855166655033827,0.37150129675865173,0.563959538936615,353.0,90368.0,1310.7305242421571,5783552.0 +215.22,6.0,4820.0,0.008663435466587543,0.1222941055893898,2.142916440963745,-0.00996439903974533,0.7026950716972351,0.45416444540023804,354.0,90624.0,1314.1301529679913,5799936.0 +131.4,7.199999809265137,4709.0,0.0104818781837821,0.1461588591337204,2.173767566680908,-0.006912960205227137,0.4136386215686798,0.6247643828392029,355.0,90880.0,1317.6101538140792,5816320.0 +167.63,7.099999904632568,4741.0,0.00900494959205389,0.1222127303481102,2.1842875480651855,-0.007245441433042288,0.3406583368778229,0.6322347819805145,356.0,91136.0,1321.066420749994,5832704.0 +201.93,5.900000095367432,4336.0,0.01008349284529686,0.1453857421875,2.173659563064575,-0.00505359610542655,0.4383260905742645,0.5939245223999023,357.0,91392.0,1324.8451863529626,5849088.0 +204.58,6.599999904632568,4607.0,0.009698259644210339,0.13702392578125,2.1921803951263428,-0.007074164692312479,0.39474353194236755,0.6000214219093323,358.0,91648.0,1328.40215454204,5865472.0 +228.49,6.300000190734863,4586.0,0.010314219631254673,0.1493733674287796,2.1968703269958496,-0.006652195006608963,0.4290330410003662,0.6319329738616943,359.0,91904.0,1331.9751844641287,5881856.0 +212.97,6.699999809265137,4584.0,0.007019662763923407,0.0924072265625,2.1840691566467285,-0.007694047410041094,0.5848622918128967,0.5495760142803192,360.0,92160.0,1335.5496124089696,5898240.0 +113.89,7.900000095367432,4421.0,0.009205421432852745,0.1291300505399704,2.2351481914520264,-0.007714018225669861,0.1823296695947647,0.784180611371994,361.0,92416.0,1339.2559029869735,5914624.0 +213.5,6.599999904632568,4601.0,0.01039515808224678,0.1425577849149704,2.2804911136627197,-0.00581056484952569,0.3493974506855011,0.6550781428813934,362.0,92672.0,1342.8173998850398,5931008.0 +192.39,6.699999809265137,4681.0,0.008222385309636593,0.1060587540268898,2.2289412021636963,-0.008424386382102966,0.34156644344329834,0.675272673368454,363.0,92928.0,1346.318102753954,5947392.0 +205.49,6.199999809265137,4606.0,0.006902744527906179,0.0887654647231102,2.214306592941284,-0.008887873962521553,0.4649412930011749,0.5939853489398956,364.0,93184.0,1349.8756143490318,5963776.0 +161.63,6.900000095367432,4504.0,0.006632011383771896,0.0818277969956398,2.197253942489624,-0.007215538527816534,0.48701012134552,0.5992412865161896,365.0,93440.0,1353.5134441610426,5980160.0 +190.57,7.599999904632568,4514.0,0.0089630838483572,0.1248372420668602,2.174638509750366,-0.0076255337335169315,0.21008868515491486,0.7389684319496155,366.0,93696.0,1357.1434501169715,5996544.0 +152.2,7.099999904632568,4456.0,0.007724998984485865,0.1007893905043602,2.183687210083008,-0.005402653943747282,0.41524842381477356,0.6287133395671844,367.0,93952.0,1360.8207620440517,6012928.0 +148.03,7.0,4366.0,0.00875911209732294,0.1217447891831398,2.220640182495117,-0.009447895921766758,0.38072606921195984,0.636528491973877,368.0,94208.0,1364.5733997561038,6029312.0 +152.02,7.300000190734863,4497.0,0.007807102054357529,0.1058349609375,2.226990222930908,-0.008778893388807774,0.2954084873199463,0.6883207857608795,369.0,94464.0,1368.2172746560536,6045696.0 +180.38,6.099999904632568,4740.0,0.006965948734432459,0.0906575545668602,2.2275402545928955,-0.007636107038706541,0.401027649641037,0.6126377582550049,370.0,94720.0,1371.6745470280293,6062080.0 +162.99,6.5,4637.0,0.009626692160964012,0.13275146484375,2.2128357887268066,-0.006769862025976181,0.42671239376068115,0.5844079256057739,371.0,94976.0,1375.208459190093,6078464.0 +205.44,6.400000095367432,4531.0,0.00674124201759696,0.0850423201918602,2.2140755653381348,-0.007270799484103918,0.3708289563655853,0.6604461371898651,372.0,95232.0,1378.824563329108,6094848.0 +190.69,7.199999809265137,4924.0,0.006238107103854418,0.0763142928481102,2.2043936252593994,-0.007495339494198561,0.35688158869743347,0.6920767426490784,373.0,95488.0,1382.1523011331446,6111232.0 +160.29,7.0,4857.0,0.00863299798220396,0.1151936873793602,2.1887946128845215,-0.00827609933912754,0.4088640511035919,0.6655541658401489,374.0,95744.0,1385.5261454719584,6127616.0 +162.9,7.300000190734863,4672.0,0.008115076459944248,0.1087646484375,2.1783673763275146,-0.007391119375824928,0.3858207166194916,0.6410820782184601,375.0,96000.0,1389.0336233989801,6144000.0 +159.74,7.099999904632568,4627.0,0.008711454458534718,0.1157633438706398,2.1565592288970947,-0.009940414689481258,0.34754958748817444,0.7088006138801575,376.0,96256.0,1392.5748968161643,6160384.0 +149.67,6.900000095367432,4463.0,0.007002029102295637,0.08837890625,2.1638176441192627,-0.007638959679752588,0.40992113947868347,0.6508896350860596,377.0,96512.0,1396.246477493085,6176768.0 +175.56,6.699999809265137,4463.0,0.009285151027143002,0.1260172575712204,2.1726644039154053,-0.0080098332837224,0.43110647797584534,0.6405167579650879,378.0,96768.0,1399.9181389741134,6193152.0 +155.02,6.900000095367432,4494.0,0.009578496217727661,0.12939453125,2.2275471687316895,-0.008554833009839058,0.36536088585853577,0.6271527707576752,379.0,97024.0,1403.563872225117,6209536.0 +189.81,7.800000190734863,4416.0,0.007876696065068245,0.0994669571518898,2.18860125541687,-0.005759475287050009,0.37993550300598145,0.6778874397277832,380.0,97280.0,1407.2745054471307,6225920.0 +140.55,7.0,4343.0,0.006251150276511908,0.07568359375,2.1609463691711426,-0.008192085660994053,0.5574882626533508,0.5718216598033905,381.0,97536.0,1411.0468813960906,6242304.0 +154.28,7.5,4319.0,0.0065166098065674305,0.0820515975356102,2.166778326034546,-0.0077344817109405994,0.3564571440219879,0.6819600462913513,382.0,97792.0,1414.8407836791594,6258688.0 +87.51,8.300000190734863,4363.0,0.01054916251450777,0.1432291716337204,2.1509482860565186,-0.009840657003223896,0.38423946499824524,0.6863662004470825,383.0,98048.0,1418.5966354950797,6275072.0 +115.1,8.100000381469727,4785.0,0.009746776893734932,0.13580322265625,2.1673057079315186,-0.007958612404763699,0.30183857679367065,0.7541042119264603,384.0,98304.0,1422.0228225111496,6291456.0 +169.19,6.900000095367432,4764.0,0.010046460665762424,0.13525390625,2.1764566898345947,-0.008306690491735935,0.45414432883262634,0.6851304471492767,385.0,98560.0,1425.4625254790299,6307840.0 +129.78,6.900000095367432,4607.0,0.007738371845334768,0.100830078125,2.1859781742095947,-0.0076517402194440365,0.4984637498855591,0.667991578578949,386.0,98816.0,1429.0197991300374,6324224.0 +157.07,7.0,4685.0,0.009195317514240742,0.1237996444106102,2.191354513168335,-0.00816731620579958,0.3891330659389496,0.7434697151184082,387.0,99072.0,1432.517332520103,6340608.0 +131.73,6.699999809265137,4646.0,0.00701487623155117,0.0917154923081398,2.1869804859161377,-0.008024059236049652,0.5375818610191345,0.6693424582481384,388.0,99328.0,1436.0439669659827,6356992.0 +125.36,7.699999809265137,4620.0,0.007417064160108566,0.092041015625,2.1375935077667236,-0.007579715456813574,0.519061803817749,0.6333031356334686,389.0,99584.0,1439.5905756971333,6373376.0 +106.19,6.800000190734863,4568.0,0.007411549333482981,0.0956827774643898,2.153587818145752,-0.009194441139698029,0.3247078061103821,0.7177532911300659,390.0,99840.0,1443.1772958619986,6389760.0 +140.8,7.099999904632568,4479.0,0.010142862796783447,0.1477864533662796,2.168804883956909,-0.00760691100731492,0.4159521758556366,0.6838866174221039,391.0,100096.0,1446.8354390971363,6406144.0 +156.06,7.800000190734863,4410.0,0.007139995228499174,0.0923665389418602,2.11625075340271,-0.006814804393798113,0.4283236563205719,0.6778662502765656,392.0,100352.0,1450.5509681981057,6422528.0 +169.77,6.400000095367432,4576.0,0.009218002669513226,0.12786865234375,2.114225387573242,-0.008011735044419765,0.5589454770088196,0.6008515059947968,393.0,100608.0,1454.1315663789865,6438912.0 +78.59,8.5,4497.0,0.008119698613882065,0.1157633438706398,2.1624395847320557,-0.008337796665728092,0.2921057641506195,0.7440130710601807,394.0,100864.0,1457.7754869360942,6455296.0 +133.61,7.599999904632568,4671.0,0.007946574129164219,0.1056315079331398,2.168262481689453,-0.007461030501872301,0.2457362562417984,0.7996770143508911,395.0,101120.0,1461.2836545470636,6471680.0 +148.17,6.599999904632568,4540.0,0.00747707299888134,0.0959269180893898,2.1604621410369873,-0.008256307803094387,0.5692138075828552,0.6380489468574524,396.0,101376.0,1464.89309296594,6488064.0 +151.24,7.599999904632568,4568.0,0.008125782944262028,0.1105753555893898,2.173204183578491,-0.005878229159861803,0.39803317189216614,0.7398974001407623,397.0,101632.0,1468.4803440230899,6504448.0 +126.45,7.5,4535.0,0.007374728564172983,0.0953776016831398,2.130476236343384,-0.0075253676623106,0.5063852667808533,0.7143620252609253,398.0,101888.0,1472.0940379200038,6520832.0 +105.4,8.100000381469727,4626.0,0.008345955051481724,0.1130167618393898,2.113255262374878,-0.006371569354087114,0.285057932138443,0.8034884631633759,399.0,102144.0,1475.6363279931247,6537216.0 +143.88,7.300000190734863,4622.0,0.00866637285798788,0.1171671524643898,2.1374642848968506,-0.00601431168615818,0.3047427237033844,0.7854015678167343,400.0,102400.0,1479.1815695611294,6553600.0 +142.3,7.099999904632568,4692.0,0.008455480448901653,0.10955810546875,2.114656686782837,-0.007032607216387987,0.5168264508247375,0.6688215136528015,401.0,102656.0,1482.6784183760174,6569984.0 +146.28,7.099999904632568,4683.0,0.0075121126137673855,0.1017252579331398,2.1032025814056396,-0.006695362273603678,0.433132529258728,0.7195352613925934,402.0,102912.0,1486.177717010025,6586368.0 +133.76,7.199999809265137,4964.0,0.007435843348503113,0.1006876602768898,2.079193115234375,-0.009234816767275333,0.5872620940208435,0.6206042468547821,403.0,103168.0,1489.4790459179785,6602752.0 +126.8,7.300000190734863,4705.0,0.010554668493568897,0.1479899138212204,2.0966012477874756,-0.0063133444637060165,0.26512017846107483,0.7729166001081467,404.0,103424.0,1492.961717061,6619136.0 +162.85,7.0,4663.0,0.009361300617456436,0.1297810822725296,2.112560749053955,-0.007004094775766134,0.34459081292152405,0.7215454578399658,405.0,103680.0,1496.47563075996,6635520.0 +163.81,7.0,4425.0,0.011596248485147953,0.1576131135225296,2.1830222606658936,-0.01013903133571148,0.33529070019721985,0.7077241837978363,406.0,103936.0,1500.1794273371343,6651904.0 +265.85,6.5,4468.0,0.008031157776713371,0.10955810546875,2.1997973918914795,-0.00775361992418766,0.4552266597747803,0.675370454788208,407.0,104192.0,1503.8464601689484,6668288.0 +146.31,7.099999904632568,4325.0,0.008024808019399643,0.10858154296875,2.1781435012817383,-0.007159742992371321,0.41801461577415466,0.6405918002128601,408.0,104448.0,1507.635631167097,6684672.0 +152.08,7.0,4568.0,0.008187868632376194,0.1132405623793602,2.184436559677124,-0.008532725274562836,0.34126511216163635,0.7436923384666443,409.0,104704.0,1511.2229612439405,6701056.0 +180.41,6.900000095367432,4625.0,0.007154799532145262,0.0904744490981102,2.227459192276001,-0.009210295043885708,0.336590975522995,0.7712089568376541,410.0,104960.0,1514.7660912880674,6717440.0 +109.26,6.800000190734863,4694.0,0.007267773151397705,0.0940958634018898,2.192397356033325,-0.008532208390533924,0.6278433799743652,0.6317681074142456,411.0,105216.0,1518.2568994350731,6733824.0 +123.38,7.300000190734863,4569.0,0.010665122419595718,0.1549886018037796,2.195615768432617,-0.007804380729794502,0.3474189341068268,0.7179297804832458,412.0,105472.0,1521.8434956839774,6750208.0 +130.4,7.599999904632568,4773.0,0.010194486938416958,0.15020751953125,2.185927152633667,-0.007404862437397242,0.39529362320899963,0.680058091878891,413.0,105728.0,1525.2765186449979,6766592.0 +186.27,7.800000190734863,4439.0,0.009345115162432194,0.1290486603975296,2.1889407634735107,-0.007818352431058884,0.3143467903137207,0.7555470317602158,414.0,105984.0,1528.9674271161202,6782976.0 +146.14,7.099999904632568,4448.0,0.010413567535579205,0.1408284455537796,2.1884539127349854,-0.01074507087469101,0.4236874282360077,0.723828911781311,415.0,106240.0,1532.6514456910081,6799360.0 +170.46,6.699999809265137,4594.0,0.009505723603069782,0.1251424103975296,2.2306036949157715,-0.007585267070680857,0.39104902744293213,0.7460112869739532,416.0,106496.0,1536.2178843140136,6815744.0 +215.92,6.900000095367432,4618.0,0.009668284095823765,0.13409423828125,2.2532927989959717,-0.009766737930476665,0.2745433747768402,0.7869877517223358,417.0,106752.0,1539.7659269580618,6832128.0 +168.41,6.699999809265137,3857.0,0.00751115009188652,0.0989583358168602,2.2617850303649902,-0.007044362369924784,0.4491713345050812,0.6938394010066986,418.0,107008.0,1544.0136204941664,6848512.0 +172.59,5.699999809265137,4504.0,0.005128826946020126,0.0576375313103199,2.2018723487854004,-0.006875918712466955,0.5824626088142395,0.671632707118988,419.0,107264.0,1547.6515825390816,6864896.0 +173.85,6.699999809265137,4571.0,0.006578296888619661,0.08270263671875,2.168236255645752,-0.0086974510923028,0.5194140076637268,0.7043468058109283,420.0,107520.0,1551.23694031802,6881280.0 +90.12,7.199999809265137,4582.0,0.007236620876938105,0.09368896484375,2.146751880645752,-0.009677180089056492,0.46839240193367004,0.7286282181739807,421.0,107776.0,1554.8129712070804,6897664.0 +105.51,6.699999809265137,4657.0,0.007413286715745926,0.0953776016831398,2.1489830017089844,-0.008582361973822117,0.4016249179840088,0.7400472164154053,422.0,108032.0,1558.3319421710912,6914048.0 +180.88,6.199999809265137,4553.0,0.008694072254002094,0.11962890625,2.2232108116149902,-0.00779608404263854,0.33195754885673523,0.7476884722709656,423.0,108288.0,1561.9304949911311,6930432.0 +202.48,7.0,4694.0,0.0066430107690393925,0.0871378555893898,2.19563364982605,-0.008581884205341339,0.2354903221130371,0.8113765120506287,424.0,108544.0,1565.4210242859554,6946816.0 +156.68,6.5,4493.0,0.009598866105079651,0.1327107697725296,2.172389268875122,-0.008599652908742428,0.4454621374607086,0.6829144358634949,425.0,108800.0,1569.0674786211457,6963200.0 +151.0,7.900000095367432,4495.0,0.00788528099656105,0.1004231795668602,2.111989736557007,-0.006275705993175507,0.4868907630443573,0.6413702964782715,426.0,109056.0,1572.71238936414,6979584.0 +121.13,6.400000095367432,4481.0,0.008443506434559822,0.1165771484375,2.110973358154297,-0.007390158250927925,0.7115828990936279,0.5470533668994904,427.0,109312.0,1576.3686972919386,6995968.0 +127.16,7.300000190734863,4685.0,0.011025897227227688,0.15325927734375,2.1495747566223145,-0.005751439835876226,0.21049217879772186,0.8266325742006302,428.0,109568.0,1579.8659442469943,7012352.0 +168.42,7.099999904632568,4730.0,0.008314757607877254,0.1080118790268898,2.161489248275757,-0.008174053393304348,0.28022587299346924,0.7821862697601318,429.0,109824.0,1583.3300566310063,7028736.0 +194.31,7.300000190734863,4943.0,0.00803758017718792,0.1038818359375,2.173574686050415,-0.007926463149487972,0.3204631805419922,0.7710252851247787,430.0,110080.0,1586.6449629780836,7045120.0 +183.19,6.599999904632568,4600.0,0.010161264799535275,0.1422526091337204,2.159743547439575,-0.0064712874591350555,0.6041852831840515,0.6734548509120941,431.0,110336.0,1590.207131595118,7061504.0 +146.65,7.699999809265137,4559.0,0.007629710715264082,0.1011556014418602,2.193021535873413,-0.005460033193230629,0.30260831117630005,0.7584872245788574,432.0,110592.0,1593.8015820879955,7077888.0 +166.12,6.599999904632568,4576.0,0.009261631406843662,0.1284586638212204,2.208526611328125,-0.00809652078896761,0.38077887892723083,0.725466787815094,433.0,110848.0,1597.3821465149522,7094272.0 +129.38,7.900000095367432,4613.0,0.007558101322501898,0.095947265625,2.20953631401062,-0.009774704463779926,0.24515222012996674,0.8065550178289413,434.0,111104.0,1600.9346634240355,7110656.0 +212.26,7.400000095367432,4595.0,0.007310643792152405,0.0904541015625,2.24784517288208,-0.009494476951658726,0.3237032890319824,0.7591385543346405,435.0,111360.0,1604.5007388950326,7127040.0 +158.55,7.300000190734863,4702.0,0.009581279009580612,0.1400146484375,2.1881182193756104,-0.007209962699562311,0.3959486186504364,0.7399584352970123,436.0,111616.0,1607.9856660161167,7143424.0 +135.88,7.599999904632568,4483.0,0.009582535363733768,0.12725830078125,2.1689834594726562,-0.009503617882728577,0.35062268376350403,0.7668046802282333,437.0,111872.0,1611.64118736214,7159808.0 +121.52,7.300000190734863,4646.0,0.00800632406026125,0.1059977188706398,2.183427095413208,-0.008365686051547527,0.38748326897621155,0.7560767084360123,438.0,112128.0,1615.1683233440854,7176192.0 +137.32,7.599999904632568,4790.0,0.0074495901353657246,0.0973103865981102,2.193862199783325,-0.009694544598460197,0.3024803400039673,0.818242996931076,439.0,112384.0,1618.5889861381147,7192576.0 +148.12,7.599999904632568,4772.0,0.010386358015239239,0.1491495817899704,2.1987311840057373,-0.009706827811896801,0.2815217077732086,0.8366657644510269,440.0,112640.0,1622.022398244124,7208960.0 +174.6,6.800000190734863,4640.0,0.008744403719902039,0.11920166015625,2.227736234664917,-0.01072800625115633,0.4682401120662689,0.742657482624054,441.0,112896.0,1625.556275135139,7225344.0 +135.25,7.199999809265137,4428.0,0.008228817023336887,0.1102091446518898,2.2448790073394775,-0.006927326787263155,0.3483544886112213,0.806616798043251,442.0,113152.0,1629.256474855123,7241728.0 +146.48,6.800000190734863,4434.0,0.007058206479996443,0.0891927108168602,2.239316701889038,-0.009381148032844067,0.35073038935661316,0.7806811928749084,443.0,113408.0,1632.9520934710745,7258112.0 +183.08,7.699999809265137,4428.0,0.010298806242644787,0.1365559846162796,2.2845067977905273,-0.007763385772705078,0.24694764614105225,0.8469829708337784,444.0,113664.0,1636.6527486981358,7274496.0 +239.67,7.0,4493.0,0.008401262573897839,0.1141764298081398,2.2627110481262207,-0.009425445459783077,0.3063110113143921,0.8190535008907318,445.0,113920.0,1640.299508156022,7290880.0 +170.1,7.300000190734863,4531.0,0.008436162956058979,0.1075439453125,2.2617650032043457,-0.011151342652738094,0.2501051127910614,0.8065445423126221,446.0,114176.0,1643.9155850161333,7307264.0 +200.39,7.400000095367432,4496.0,0.007340638432651758,0.0923055037856102,2.203275442123413,-0.007929294370114803,0.3041539788246155,0.8073635250329971,447.0,114432.0,1647.5603682100773,7323648.0 +197.6,7.0,4514.0,0.007263230625540018,0.09454345703125,2.2581546306610107,-0.009530005045235157,0.32469335198402405,0.7878074645996094,448.0,114688.0,1651.1903592301533,7340032.0 +178.25,7.199999809265137,4609.0,0.007062081713229418,0.0947469100356102,2.2469851970672607,-0.009514031000435352,0.27203693985939026,0.8311831504106522,449.0,114944.0,1654.7457215329632,7356416.0 +128.0,7.599999904632568,4506.0,0.006680881138890982,0.0795694962143898,2.2350194454193115,-0.009520268999040127,0.40610477328300476,0.7827218472957611,450.0,115200.0,1658.382110149134,7372800.0 +128.65,7.900000095367432,4561.0,0.006066615227609873,0.0749104842543602,2.2109038829803467,-0.007787035312503576,0.3581223487854004,0.8262805491685867,451.0,115456.0,1661.9751422170084,7389184.0 +191.62,7.400000095367432,4440.0,0.008831311948597431,0.1188761368393898,2.2443206310272217,-0.007960949093103409,0.36550068855285645,0.7956399917602539,452.0,115712.0,1665.66604680405,7405568.0 +151.84,7.699999809265137,4612.0,0.008813255466520786,0.1215413436293602,2.2267823219299316,-0.009931247681379318,0.207991823554039,0.8659994453191757,453.0,115968.0,1669.2189348640386,7421952.0 +175.26,7.099999904632568,4845.0,0.010815066285431385,0.1528523713350296,2.2319250106811523,-0.010331097058951855,0.31334730982780457,0.8027821779251099,454.0,116224.0,1672.6015940050129,7438336.0 +213.6,6.599999904632568,4808.0,0.009378748014569283,0.1284383088350296,2.2341225147247314,-0.01025068573653698,0.37121739983558655,0.7818393111228943,455.0,116480.0,1676.0092903031036,7454720.0 +163.97,7.0,4788.0,0.008492265827953815,0.1141357421875,2.2205522060394287,-0.00903384666889906,0.44522762298583984,0.7775549441576004,456.0,116736.0,1679.4315871491563,7471104.0 +106.37,7.199999809265137,4786.0,0.008150204084813595,0.10797119140625,2.2449326515197754,-0.009556897915899754,0.24349893629550934,0.8581436425447464,457.0,116992.0,1682.855493549956,7487488.0 +183.87,6.800000190734863,4770.0,0.007365704979747534,0.0964762344956398,2.2604658603668213,-0.009373589418828487,0.3462611734867096,0.8022108525037766,458.0,117248.0,1686.2924113031477,7503872.0 +190.73,6.800000190734863,4724.0,0.0074789091013371944,0.0947672501206398,2.2461206912994385,-0.008288477547466755,0.3758990466594696,0.789067804813385,459.0,117504.0,1689.760730884038,7520256.0 +199.84,6.5,4647.0,0.00697292061522603,0.0893147811293602,2.2286930084228516,-0.008408227004110813,0.3084670603275299,0.8123463541269302,460.0,117760.0,1693.2865223360714,7536640.0 +168.84,7.300000190734863,4590.0,0.009985719807446003,0.1402791291475296,2.2315409183502197,-0.009642505086958408,0.3860887587070465,0.7798346281051636,461.0,118016.0,1696.8564834131394,7553024.0 +169.01,7.699999809265137,4634.0,0.010320662520825863,0.1523234099149704,2.2120378017425537,-0.00856058020144701,0.2396305799484253,0.8652304410934448,462.0,118272.0,1700.3921789780725,7569408.0 +185.37,6.599999904632568,4672.0,0.007207478862255812,0.0938924178481102,2.2031004428863525,-0.010291145183146,0.3714563846588135,0.800700843334198,463.0,118528.0,1703.899398548063,7585792.0 +153.29,7.900000095367432,4596.0,0.006525068078190088,0.0793253555893898,2.1573846340179443,-0.008857696317136288,0.34803685545921326,0.7877216637134552,464.0,118784.0,1707.4645753931254,7602176.0 +118.9,7.300000190734863,4637.0,0.010153773240745068,0.1427408903837204,2.1781725883483887,-0.01026991568505764,0.3414408266544342,0.7870399653911591,465.0,119040.0,1710.9985845370684,7618560.0 +162.41,6.800000190734863,4615.0,0.008620311506092548,0.114990234375,2.2327635288238525,-0.008196079172194004,0.39028140902519226,0.7575284242630005,466.0,119296.0,1714.5494617370423,7634944.0 +121.8,8.199999809265137,4538.0,0.008664450608193874,0.1158650740981102,2.2076873779296875,-0.010542296804487705,0.39924120903015137,0.7097424268722534,467.0,119552.0,1718.159853609046,7651328.0 +134.95,7.699999809265137,4511.0,0.006369491573423147,0.0769856795668602,2.210242986679077,-0.007893289439380169,0.3732421398162842,0.7881468534469604,468.0,119808.0,1721.7922199640889,7667712.0 +106.29,7.199999809265137,4495.0,0.006939078215509653,0.0861002579331398,2.203933000564575,-0.010055340826511383,0.35117101669311523,0.8037596791982651,469.0,120064.0,1725.4381553020794,7684096.0 +157.33,6.699999809265137,4601.0,0.009077340364456177,0.1264851838350296,2.235750436782837,-0.01090947911143303,0.28348442912101746,0.8271359354257584,470.0,120320.0,1728.9992200850975,7700480.0 +199.25,6.5,4694.0,0.009824641048908234,0.1330159455537796,2.2475719451904297,-0.008861251175403595,0.4116230010986328,0.7793653905391693,471.0,120576.0,1732.4901514530648,7716864.0 +187.03,7.199999809265137,4635.0,0.007434227038174868,0.0957845076918602,2.229281425476074,-0.010307815857231617,0.3503762483596802,0.7981923073530197,472.0,120832.0,1736.0255135330372,7733248.0 +168.83,7.599999904632568,4647.0,0.008757607080042362,0.11865234375,2.2275543212890625,-0.008689970709383488,0.36023011803627014,0.796232596039772,473.0,121088.0,1739.5516099550296,7749632.0 +101.29,7.400000095367432,4629.0,0.007090373430401087,0.090087890625,2.224804401397705,-0.009011467918753624,0.304985910654068,0.8166453242301941,474.0,121344.0,1743.0915455161594,7766016.0 +156.61,7.199999809265137,4479.0,0.010657739825546741,0.1489461213350296,2.255953550338745,-0.00692816311493516,0.30712416768074036,0.7850110828876495,475.0,121600.0,1746.7501461971551,7782400.0 +192.36,6.599999904632568,4427.0,0.009523588232696056,0.1263834685087204,2.233632802963257,-0.011773546226322651,0.35996973514556885,0.7653952240943909,476.0,121856.0,1750.4511148110032,7798784.0 +171.06,6.599999904632568,4450.0,0.007025284226983786,0.0919189453125,2.2248473167419434,-0.010140839032828808,0.32933509349823,0.7504573911428452,477.0,122112.0,1754.1361809780356,7815168.0 +186.41,7.400000095367432,4431.0,0.006863937247544527,0.0892537459731102,2.205674171447754,-0.009841423481702805,0.39000657200813293,0.7641312479972839,478.0,122368.0,1757.8341535071377,7831552.0 +138.07,7.800000190734863,4455.0,0.008129878900945187,0.1119181290268898,2.1749136447906494,-0.008202365599572659,0.42290136218070984,0.7136421203613281,479.0,122624.0,1761.51231624512,7847936.0 +145.08,7.199999809265137,4474.0,0.00866223219782114,0.1170247420668602,2.222093343734741,-0.009783308021724224,0.3503105640411377,0.7537078559398651,480.0,122880.0,1765.1745698931627,7864320.0 +183.45,6.900000095367432,4534.0,0.007721484173089266,0.1036580428481102,2.2701756954193115,-0.008106345310807228,0.34692203998565674,0.72198286652565,481.0,123136.0,1768.788525352953,7880704.0 +165.3,6.800000190734863,4753.0,0.006344577297568321,0.0783487930893898,2.2930383682250977,-0.009762324392795563,0.3107758164405823,0.7419149875640869,482.0,123392.0,1772.2357653251383,7897088.0 +193.07,7.0,4585.0,0.00891435518860817,0.1247151717543602,2.2652745246887207,-0.011126432567834854,0.41827312111854553,0.7139061987400055,483.0,123648.0,1775.8096443649847,7913472.0 +164.18,7.0,4594.0,0.00741932587698102,0.0969034805893898,2.261042833328247,-0.009774156846106052,0.5549189448356628,0.6710314452648163,484.0,123904.0,1779.3762665130198,7929856.0 +144.64,7.300000190734863,4532.0,0.007646895479410887,0.0978800430893898,2.2773921489715576,-0.008585107512772083,0.45754364132881165,0.7021821141242981,485.0,124160.0,1782.991653409088,7946240.0 +128.62,7.300000190734863,4597.0,0.008078881539404392,0.1049601212143898,2.292442560195923,-0.00974507536739111,0.2670016586780548,0.8080324977636337,486.0,124416.0,1786.556290666107,7962624.0 +161.74,6.5,4375.0,0.008229033090174198,0.1045939102768898,2.2924387454986572,-0.010977675206959248,0.32027336955070496,0.7596495151519775,487.0,124672.0,1790.3011610261165,7979008.0 +213.94,7.199999809265137,4614.0,0.008376003243029118,0.1172688826918602,2.267888307571411,-0.009136054664850235,0.3898754417896271,0.7592798918485641,488.0,124928.0,1793.8527736971155,7995392.0 +164.17,7.900000095367432,4725.0,0.006086439359933138,0.07403564453125,2.2332019805908203,-0.009328790940344334,0.3341117203235626,0.7845095694065094,489.0,125184.0,1797.3207008810714,8011776.0 +136.4,8.399999618530273,4689.0,0.007655490189790726,0.1002604141831398,2.2424004077911377,-0.010716103948652744,0.24432142078876495,0.8114897608757019,490.0,125440.0,1800.8149112930987,8028160.0 +166.69,7.5,4578.0,0.007543085142970085,0.10076904296875,2.244749069213867,-0.00963680911809206,0.3615649938583374,0.7636507749557495,491.0,125696.0,1804.3940753890201,8044544.0 +136.77,7.400000095367432,4589.0,0.010611786507070065,0.13494873046875,2.2475783824920654,-0.008119667880237103,0.3773350715637207,0.7701796889305115,492.0,125952.0,1807.964399046963,8060928.0 +210.08,5.800000190734863,4784.0,0.007449442986398935,0.0950113907456398,2.283949136734009,-0.007689329329878092,0.4256974458694458,0.7444509267807007,493.0,126208.0,1811.3893600171432,8077312.0 +184.71,7.099999904632568,4609.0,0.007868314161896706,0.1058756485581398,2.242138624191284,-0.010545204393565655,0.408383846282959,0.7692242115736008,494.0,126464.0,1814.9454240761697,8093696.0 +163.37,7.0,4542.0,0.010285097174346447,0.1417643278837204,2.2665162086486816,-0.008650782518088818,0.3368473947048187,0.7882693558931351,495.0,126720.0,1818.5531673131045,8110080.0 +152.41,7.300000190734863,4843.0,0.011491443030536175,0.1674601286649704,2.2625343799591064,-0.01063891127705574,0.3243561387062073,0.8266565799713135,496.0,126976.0,1821.9368503149599,8126464.0 +167.61,6.5,4534.0,0.008328353986144066,0.1132609024643898,2.2173235416412354,-0.006091455463320017,0.6293252110481262,0.708270937204361,497.0,127232.0,1825.5509369941428,8142848.0 +158.17,7.099999904632568,4611.0,0.00882336962968111,0.120849609375,2.213815689086914,-0.008444100618362427,0.2450253814458847,0.8627602458000183,498.0,127488.0,1829.1041690791026,8159232.0 +209.68,6.800000190734863,4563.0,0.007369043305516243,0.0930582657456398,2.2424395084381104,-0.008384092710912228,0.3668307960033417,0.8139401823282242,499.0,127744.0,1832.6949770019855,8175616.0 +164.28,6.900000095367432,4588.0,0.00694771483540535,0.0863850936293602,2.2336719036102295,-0.007079584524035454,0.4894411563873291,0.7312550842761993,500.0,128000.0,1836.26623247494,8192000.0 +212.27,6.900000095367432,4619.0,0.00620200065895915,0.0762735977768898,2.193120002746582,-0.008552693761885166,0.48014283180236816,0.6995202898979187,501.0,128256.0,1839.814106744947,8208384.0 +124.38,7.599999904632568,4459.0,0.008600858971476555,0.1133219376206398,2.1831724643707275,-0.00836020614951849,0.32073870301246643,0.7706271409988403,502.0,128512.0,1843.4891484801192,8224768.0 +107.94,7.0,4479.0,0.011173184961080551,0.1501871794462204,2.2140703201293945,-0.007190207485109568,0.3044700026512146,0.7376493215560913,503.0,128768.0,1847.1473268959671,8241152.0 +202.58,7.099999904632568,4625.0,0.009687853045761585,0.1316324919462204,2.2261621952056885,-0.010253491811454296,0.293996661901474,0.7442848682403564,504.0,129024.0,1850.6899293360766,8257536.0 +168.57,7.5,4625.0,0.008305473253130913,0.1033121719956398,2.2473127841949463,-0.006836911663413048,0.3678298890590668,0.7412316203117371,505.0,129280.0,1854.232504855143,8273920.0 +166.43,7.099999904632568,4627.0,0.009660615585744381,0.1275227814912796,2.2601687908172607,-0.010864335112273693,0.3250134289264679,0.7800633013248444,506.0,129536.0,1857.7736992731225,8290304.0 +121.41,7.0,4644.0,0.009815591387450695,0.1340738981962204,2.2331955432891846,-0.010435126721858978,0.3890591561794281,0.746891587972641,507.0,129792.0,1861.3016122360714,8306688.0 +154.38,7.599999904632568,4648.0,0.008586196228861809,0.1162312850356102,2.265162229537964,-0.010097297839820385,0.27806028723716736,0.8010125756263733,508.0,130048.0,1864.8274318110198,8323072.0 +205.9,7.0,4634.0,0.008175856433808804,0.10870361328125,2.3118903636932373,-0.010073685087263584,0.21542195975780487,0.8378149420022964,509.0,130304.0,1868.3631489181425,8339456.0 +287.4,6.5,4542.0,0.007976296357810497,0.1089070662856102,2.3017752170562744,-0.007114671636372805,0.2463703751564026,0.8228591531515121,510.0,130560.0,1871.9702840370592,8355840.0 +217.21,6.900000095367432,4646.0,0.010031760670244694,0.1365763396024704,2.2413105964660645,-0.010242571122944355,0.365990549325943,0.7580336332321167,511.0,130816.0,1875.4975333451293,8372224.0 +160.56,6.699999809265137,4447.0,0.00822907779365778,0.1071370467543602,2.243586778640747,-0.009560372680425644,0.44889572262763977,0.7279868423938751,512.0,131072.0,1879.1817790700588,8388608.0 +169.14,7.099999904632568,4580.0,0.008169746957719326,0.11236572265625,2.25468373298645,-0.010455832816660404,0.2542376220226288,0.8006369322538376,513.0,131328.0,1882.7591031810734,8404992.0 +98.68,8.300000190734863,4839.0,0.009624502621591091,0.12677001953125,2.2315008640289307,-0.008979692123830318,0.24458624422550201,0.8324629068374634,514.0,131584.0,1886.1453784501646,8421376.0 +181.83,7.0,4609.0,0.00825571920722723,0.1039225235581398,2.2546417713165283,-0.010679650120437145,0.32060620188713074,0.8168850541114807,515.0,131840.0,1889.7008450611029,8437760.0 +235.79,6.800000190734863,4520.0,0.006526028737425804,0.0794881209731102,2.2691943645477295,-0.009324854239821434,0.29506194591522217,0.8182247132062912,516.0,132096.0,1893.3258096980862,8454144.0 +196.75,7.900000095367432,4641.0,0.008469372056424618,0.1143595352768898,2.224189043045044,-0.00977542344480753,0.3672717809677124,0.780753493309021,517.0,132352.0,1896.856671527028,8470528.0 +131.83,7.599999904632568,4686.0,0.008403210900723934,0.1094156876206398,2.2259480953216553,-0.01047061663120985,0.4293851852416992,0.7445655763149261,518.0,132608.0,1900.353616678156,8486912.0 +178.23,7.0,4776.0,0.010059801861643791,0.14288330078125,2.234776735305786,-0.006969081237912178,0.4299212694168091,0.7643254846334457,519.0,132864.0,1903.78418559907,8503296.0 +128.64,7.699999809265137,4767.0,0.008909218944609165,0.1268107146024704,2.2237250804901123,-0.010206684470176697,0.3201275169849396,0.7860386371612549,520.0,133120.0,1907.2220283839852,8519680.0 +155.44,7.900000095367432,4443.0,0.009525387547910213,0.1262613981962204,2.2479021549224854,-0.00925294030457735,0.26763996481895447,0.8040006160736084,521.0,133376.0,1910.9096269439906,8536064.0 +147.99,7.400000095367432,4635.0,0.012371574528515339,0.17254638671875,2.21640944480896,-0.007435045670717955,0.43000516295433044,0.7501634806394577,522.0,133632.0,1914.4447463320103,8552448.0 +168.3,7.0,4803.0,0.008444528095424175,0.10858154296875,2.2316701412200928,-0.011577952653169632,0.3276382088661194,0.7849977314472198,523.0,133888.0,1917.856089134002,8568832.0 +144.9,7.400000095367432,4563.0,0.00722992280498147,0.0918375626206398,2.2672650814056396,-0.008611506782472134,0.25705835223197937,0.8312492817640305,524.0,134144.0,1921.4468417209573,8585216.0 +183.86,7.5,4328.0,0.009053085930645466,0.1263631135225296,2.2452852725982666,-0.009851044975221157,0.2903069853782654,0.7976913452148438,525.0,134400.0,1925.2329782370944,8601600.0 +215.86,6.5,4510.0,0.008346221409738064,0.1092936173081398,2.2138562202453613,-0.009511061012744904,0.41251441836357117,0.7332782745361328,526.0,134656.0,1928.8664114840794,8617984.0 +141.09,7.0,4406.0,0.008670318871736526,0.11749267578125,2.2225406169891357,-0.00712515227496624,0.4276922047138214,0.7454432249069214,527.0,134912.0,1932.5852126020472,8634368.0 +113.3,7.699999809265137,4579.0,0.008472702465951443,0.1100056990981102,2.2083282470703125,-0.009996944107115269,0.23022235929965973,0.8582569062709808,528.0,135168.0,1936.1639830281492,8650752.0 +174.41,7.300000190734863,4350.0,0.008663693442940712,0.12310791015625,2.2196543216705322,-0.008649306371808052,0.24923336505889893,0.8339662104845047,529.0,135424.0,1939.9310526589397,8667136.0 +233.99,6.5,4515.0,0.007821324281394482,0.10504150390625,2.2116124629974365,-0.008011862635612488,0.44121411442756653,0.7401133477687836,530.0,135680.0,1943.560221874155,8683520.0 +136.9,7.699999809265137,4513.0,0.006771663669496775,0.0890096053481102,2.1745283603668213,-0.009074060246348381,0.4106667935848236,0.7438778281211853,531.0,135936.0,1947.1909356620163,8699904.0 +155.65,8.0,4657.0,0.00823469739407301,0.1134033203125,2.2224128246307373,-0.010672052390873432,0.276569664478302,0.8320935219526291,532.0,136192.0,1950.709839936113,8716288.0 +186.4,6.900000095367432,4781.0,0.009592948481440544,0.1306355744600296,2.2915985584259033,-0.007693817373365164,0.2850087583065033,0.8165339380502701,533.0,136448.0,1954.1368673620746,8732672.0 +158.08,7.199999809265137,4640.0,0.007275205571204424,0.0982869490981102,2.2503507137298584,-0.009204584173858166,0.30259886384010315,0.8210270255804062,534.0,136704.0,1957.668482505018,8749056.0 +146.05,6.699999809265137,4658.0,0.00676711043342948,0.0865275040268898,2.236124277114868,-0.009801624342799187,0.6215824484825134,0.7010250389575958,535.0,136960.0,1961.1862466780003,8765440.0 +121.04,7.5,4667.0,0.007963870652019978,0.1064860001206398,2.244769334793091,-0.009778536856174469,0.3701930046081543,0.7851903438568115,536.0,137216.0,1964.697372436989,8781824.0 +146.29,7.5,4604.0,0.00819205678999424,0.1131591796875,2.2399706840515137,-0.00942987110465765,0.2824321687221527,0.8296606987714767,537.0,137472.0,1968.2561500880402,8798208.0 +137.16,7.800000190734863,4529.0,0.01065193209797144,0.1541341096162796,2.2507529258728027,-0.008135087788105011,0.30230244994163513,0.806950256228447,538.0,137728.0,1971.874345646007,8814592.0 +196.0,7.199999809265137,4614.0,0.007542325649410486,0.09686279296875,2.2652127742767334,-0.008836500346660614,0.34521809220314026,0.8066820502281189,539.0,137984.0,1975.4255907270126,8830976.0 +169.29,6.400000095367432,4421.0,0.0070350016467273235,0.0896402969956398,2.240325450897217,-0.008818120695650578,0.47308242321014404,0.7491823732852936,540.0,138240.0,1979.1327283380087,8847360.0 +135.77,8.0,4486.0,0.007912117056548595,0.1024373397231102,2.229158639907837,-0.009120642207562923,0.26979538798332214,0.8423952013254166,541.0,138496.0,1982.7851545889862,8863744.0 +218.01,6.900000095367432,4501.0,0.007756534498184919,0.0998942032456398,2.2150051593780518,-0.010215097106993198,0.5032443404197693,0.7201206386089325,542.0,138752.0,1986.4255411331542,8880128.0 +167.59,7.300000190734863,4408.0,0.00912060309201479,0.1246744766831398,2.223268508911133,-0.010116246528923512,0.42122793197631836,0.7723148167133331,543.0,139008.0,1990.1428488299716,8896512.0 +110.01,7.5,4541.0,0.01011582836508751,0.1420084685087204,2.2468483448028564,-0.007182945962995291,0.371624231338501,0.777402400970459,544.0,139264.0,1993.750995925162,8912896.0 +147.94,7.300000190734863,4913.0,0.009794438257813454,0.12774658203125,2.242856502532959,-0.005894841160625219,0.2565658986568451,0.8241308331489563,545.0,139520.0,1997.0868849300314,8929280.0 +205.94,8.0,4690.0,0.009934107773005962,0.1348876953125,2.233635187149048,-0.007719924207776785,0.2350488305091858,0.8324202001094818,546.0,139776.0,2000.5804569080938,8945664.0 +192.97,7.599999904632568,4610.0,0.009614842012524605,0.13397216796875,2.2271411418914795,-0.00913936085999012,0.28571948409080505,0.8181620687246323,547.0,140032.0,2004.13504169113,8962048.0 +203.16,6.699999809265137,4484.0,0.00944254919886589,0.1259562224149704,2.267076253890991,-0.01095122005790472,0.3142818212509155,0.7809349745512009,548.0,140288.0,2007.7890099200886,8978432.0 +140.41,7.900000095367432,4745.0,0.007636347319930792,0.0999959334731102,2.24743914604187,-0.00920107215642929,0.29027125239372253,0.7915056347846985,549.0,140544.0,2011.2420830230694,8994816.0 +160.0,7.199999809265137,4440.0,0.007467430084943771,0.099609375,2.2401373386383057,-0.00890531949698925,0.40614962577819824,0.7383653223514557,550.0,140800.0,2014.9322787381243,9011200.0 +179.89,7.599999904632568,4382.0,0.007309218868613243,0.0954996719956398,2.2271406650543213,-0.009280041791498661,0.44678783416748047,0.7288869917392731,551.0,141056.0,2018.6711391250137,9027584.0 +135.95,7.5,4530.0,0.007438694592565298,0.0967203751206398,2.2738795280456543,-0.009345505386590958,0.2735409438610077,0.8120888471603394,552.0,141312.0,2022.2880395459943,9043968.0 +145.88,7.300000190734863,4673.0,0.009527748450636864,0.132568359375,2.267317056655884,-0.005884877871721983,0.3932221829891205,0.754691869020462,553.0,141568.0,2025.7951923860237,9060352.0 +124.95,7.199999809265137,4511.0,0.008617031387984753,0.1163330078125,2.246929407119751,-0.010162501595914364,0.4181753396987915,0.7453868389129639,554.0,141824.0,2029.4276841899846,9076736.0 +199.44,7.199999809265137,4505.0,0.008554366417229176,0.1179402694106102,2.215937852859497,-0.007427483797073364,0.3704780042171478,0.7665662169456482,555.0,142080.0,2033.0644808551297,9093120.0 +170.9,7.900000095367432,4419.0,0.008832304738461971,0.1207275390625,2.213852643966675,-0.009940105490386486,0.30551013350486755,0.762894794344902,556.0,142336.0,2036.7728178219404,9109504.0 +176.53,7.400000095367432,4542.0,0.008044661954045296,0.107421875,2.215578079223633,-0.010155453346669674,0.2974434196949005,0.7705526798963547,557.0,142592.0,2040.3801033950876,9125888.0 +141.03,7.599999904632568,4655.0,0.010683366097509861,0.1555582731962204,2.2277188301086426,-0.008027567528188229,0.23918019235134125,0.8184108436107635,558.0,142848.0,2043.8997773900628,9142272.0 +190.94,7.300000190734863,4615.0,0.007564660161733627,0.09857177734375,2.266911745071411,-0.009732604026794434,0.39242884516716003,0.7319919168949127,559.0,143104.0,2047.4503224170767,9158656.0 +169.46,7.400000095367432,4583.0,0.009014949202537537,0.1231892928481102,2.251098871231079,-0.010107594542205334,0.2657686173915863,0.8044346570968628,560.0,143360.0,2051.0260715300683,9175040.0 +107.52,7.800000190734863,4600.0,0.009638837538659573,0.1266276091337204,2.257582426071167,-0.009980038739740849,0.3066595494747162,0.752222865819931,561.0,143616.0,2054.588045621058,9191424.0 +130.08,6.699999809265137,4804.0,0.008511476218700409,0.11273193359375,2.2566661834716797,-0.010193114168941975,0.41056370735168457,0.7162218391895294,562.0,143872.0,2057.9985347471666,9207808.0 +165.79,6.599999904632568,4712.0,0.006554149091243744,0.08135986328125,2.262268304824829,-0.009415829554200172,0.40499386191368103,0.699688583612442,563.0,144128.0,2061.476059132023,9224192.0 +179.98,7.0,4619.0,0.009405860677361488,0.1297200471162796,2.2552125453948975,-0.010711372829973698,0.25827011466026306,0.7848361283540726,564.0,144384.0,2065.0232856571674,9240576.0 +192.67,6.699999809265137,4466.0,0.010032204911112785,0.143310546875,2.2506563663482666,-0.008082740940153599,0.3260250985622406,0.7365396022796631,565.0,144640.0,2068.6921883069444,9256960.0 +167.4,7.300000190734863,4510.0,0.009685809724032879,0.1329752653837204,2.2047972679138184,-0.008864521980285645,0.3243153989315033,0.7331686019897461,566.0,144896.0,2072.325447313022,9273344.0 +151.28,7.300000190734863,4726.0,0.008151507005095482,0.108154296875,2.217709541320801,-0.007454713340848684,0.46283188462257385,0.6724399626255035,567.0,145152.0,2075.7923731571063,9289728.0 +149.93,7.0,4521.0,0.0068449173122644424,0.0874430313706398,2.206465482711792,-0.009738192893564701,0.37384796142578125,0.719061553478241,568.0,145408.0,2079.4213065621443,9306112.0 +97.2,7.300000190734863,4625.0,0.007186735048890114,0.0919392928481102,2.2190964221954346,-0.009182417765259743,0.42455780506134033,0.6947015821933746,569.0,145664.0,2082.963862759061,9322496.0 +174.28,7.199999809265137,4566.0,0.006203068420290947,0.0763346329331398,2.243293523788452,-0.0108848437666893,0.3830573558807373,0.7266398072242737,570.0,145920.0,2086.5523494090885,9338880.0 +184.84,7.5,4683.0,0.0077857705764472485,0.1031697615981102,2.240809202194214,-0.009470544755458832,0.34849321842193604,0.7502217441797256,571.0,146176.0,2090.052060011076,9355264.0 +109.06,7.900000095367432,4724.0,0.008754453621804714,0.1163330078125,2.2621452808380127,-0.010504425503313541,0.2602706849575043,0.8217543214559555,572.0,146432.0,2093.5204999591224,9371648.0 +112.59,7.900000095367432,4656.0,0.007754178252071142,0.1015625,2.238368034362793,-0.009252986870706081,0.3355710506439209,0.8115652501583099,573.0,146688.0,2097.0404189911205,9388032.0 +145.2,7.5,4576.0,0.005998896434903145,0.06988525390625,2.2348201274871826,-0.009706159122288227,0.36479344964027405,0.7942852228879929,574.0,146944.0,2100.621440889081,9404416.0 +90.33,8.0,4582.0,0.006996131967753172,0.0859171524643898,2.2261786460876465,-0.010068134404718876,0.3875654935836792,0.7736243903636932,575.0,147200.0,2104.1976092909463,9420800.0 +146.55,6.800000190734863,4790.0,0.007965806871652603,0.1019693985581398,2.2255117893218994,-0.01082269474864006,0.4554636776447296,0.7417989373207092,576.0,147456.0,2107.618712018011,9437184.0 +140.81,7.300000190734863,4332.0,0.009347821585834026,0.1348063200712204,2.2473528385162354,-0.0077415346167981625,0.4780075252056122,0.6990892887115479,577.0,147712.0,2111.4011200370733,9453568.0 +131.16,8.100000381469727,4598.0,0.008118481375277042,0.1070149764418602,2.2451741695404053,-0.011188313364982605,0.21793700754642487,0.8493637889623642,578.0,147968.0,2114.965008103987,9469952.0 +154.18,7.0,4407.0,0.007093789521604776,0.0817667618393898,2.289479970932007,-0.010655132122337818,0.30940133333206177,0.7698300778865814,579.0,148224.0,2118.6832342699636,9486336.0 +167.01,7.5,4832.0,0.006591735873371363,0.0801798477768898,2.2469589710235596,-0.009526104666292667,0.342001348733902,0.7725858241319656,580.0,148480.0,2122.0740031080786,9502720.0 +196.37,7.199999809265137,4453.0,0.006596856284886599,0.0826416015625,2.2682106494903564,-0.006653259042650461,0.3943344056606293,0.7465525567531586,581.0,148736.0,2125.7537635730114,9519104.0 +202.47,7.0,4559.0,0.00743420235812664,0.0974527969956398,2.3032033443450928,-0.008275720290839672,0.30251345038414,0.7820017784833908,582.0,148992.0,2129.348102597054,9535488.0 +139.93,6.900000095367432,4519.0,0.009004199877381325,0.1197102889418602,2.2977406978607178,-0.012037161737680435,0.2865883409976959,0.7747184485197067,583.0,149248.0,2132.973620214034,9551872.0 +177.26,7.400000095367432,4453.0,0.010293116793036461,0.14825439453125,2.295795202255249,-0.012509196065366268,0.38254523277282715,0.7315187454223633,584.0,149504.0,2136.6531053020153,9568256.0 +177.8,7.400000095367432,4566.0,0.008786044083535671,0.1201578751206398,2.306612730026245,-0.009642844088375568,0.2777811884880066,0.7755966037511826,585.0,149760.0,2140.2476661780383,9584640.0 +160.98,7.900000095367432,4495.0,0.008879723958671093,0.1216023787856102,2.2595317363739014,-0.01259495597332716,0.3706769049167633,0.7684938907623291,586.0,150016.0,2143.8927850199398,9601024.0 +99.31,7.800000190734863,4406.0,0.006404337007552385,0.0779012069106102,2.2822158336639404,-0.011297155171632767,0.24042373895645142,0.8439997732639313,587.0,150272.0,2147.6120539070107,9617408.0 +195.67,7.199999809265137,4673.0,0.00808993075042963,0.1086832657456398,2.2910377979278564,-0.012241226620972157,0.27334630489349365,0.8231137990951538,588.0,150528.0,2151.1193860280327,9633792.0 +175.66,7.599999904632568,4659.0,0.01111894566565752,0.1601359099149704,2.2910735607147217,-0.009498137049376965,0.28490474820137024,0.8084692060947418,589.0,150784.0,2154.636596770957,9650176.0 +149.9,7.699999809265137,4421.0,0.008164696395397186,0.10870361328125,2.281100034713745,-0.009769848547875881,0.3061691224575043,0.8167450278997421,590.0,151040.0,2158.343662949046,9666560.0 +139.38,7.199999809265137,4775.0,0.008245551027357578,0.1148478165268898,2.2707903385162354,-0.009851952083408833,0.24972015619277954,0.857800617814064,591.0,151296.0,2161.7754889209755,9682944.0 +195.62,6.599999904632568,4878.0,0.006971166934818029,0.0887451171875,2.286449909210205,-0.010499999858438969,0.4495023488998413,0.7308491170406342,592.0,151552.0,2165.134332200978,9699328.0 +187.73,7.5,4326.0,0.007468868512660265,0.0968424454331398,2.274243116378784,-0.010185097344219685,0.2574824094772339,0.8484671860933304,593.0,151808.0,2168.921968396986,9715712.0 +165.66,7.900000095367432,4359.0,0.011438353918492794,0.14404296875,2.2403342723846436,-0.008640377782285213,0.3364218473434448,0.7862342596054077,594.0,152064.0,2172.6812334479764,9732096.0 +168.63,7.199999809265137,4677.0,0.007707443553954363,0.09783935546875,2.23445725440979,-0.008850513957440853,0.3942335844039917,0.7677666693925858,595.0,152320.0,2176.1850161959883,9748480.0 +138.94,8.0,4618.0,0.009611804969608784,0.1279296875,2.2210090160369873,-0.011143993586301804,0.28547075390815735,0.8270989954471588,596.0,152576.0,2179.733826254029,9764864.0 +140.42,7.800000190734863,4385.0,0.00911285262554884,0.12554931640625,2.2388646602630615,-0.009224947541952133,0.3818575143814087,0.7746335715055466,597.0,152832.0,2183.470156178111,9781248.0 +189.5,6.800000190734863,4455.0,0.008275923319160938,0.1057942733168602,2.294457197189331,-0.010840494185686111,0.24323420226573944,0.8376391381025314,598.0,153088.0,2187.148098728154,9797632.0 +152.59,7.300000190734863,4452.0,0.007997965440154076,0.1029256209731102,2.2723262310028076,-0.01002480462193489,0.4223986864089966,0.6982984840869904,599.0,153344.0,2190.8286463911645,9814016.0 +169.55,7.199999809265137,4639.0,0.009611490182578564,0.1237996444106102,2.265759229660034,-0.010231905616819859,0.2511630356311798,0.7925344258546829,600.0,153600.0,2194.3604929391295,9830400.0 +181.17,7.599999904632568,4711.0,0.007898476906120777,0.1033935546875,2.2868151664733887,-0.009693760424852371,0.23966963589191437,0.8186595290899277,601.0,153856.0,2197.838923154166,9846784.0 +97.05,8.5,4630.0,0.010058519430458546,0.1363525390625,2.2560501098632812,-0.013634894043207169,0.281374454498291,0.783808633685112,602.0,154112.0,2201.377711507026,9863168.0 +148.47,7.699999809265137,4687.0,0.00835749227553606,0.1092732772231102,2.259528875350952,-0.010514053516089916,0.33343300223350525,0.7798330634832382,603.0,154368.0,2204.8736967199948,9879552.0 +141.53,7.900000095367432,4712.0,0.010606436990201473,0.1458740234375,2.2617623805999756,-0.012108356691896915,0.27851244807243347,0.7836946547031403,604.0,154624.0,2208.350735554006,9895936.0 +164.96,7.400000095367432,4519.0,0.007218964863568544,0.0928141251206398,2.2542989253997803,-0.01065443828701973,0.2897753417491913,0.78675377368927,605.0,154880.0,2211.977269476978,9912320.0 +185.48,7.5,4810.0,0.007028402294963598,0.0886433944106102,2.2633731365203857,-0.01060008630156517,0.3227286636829376,0.7730833292007446,606.0,155136.0,2215.3838425150607,9928704.0 +120.11,8.100000381469727,4649.0,0.007369151338934898,0.1000773087143898,2.2188494205474854,-0.011061555705964565,0.283348947763443,0.7843493223190308,607.0,155392.0,2218.908486298984,9945088.0 +171.43,7.400000095367432,4549.0,0.008338279090821743,0.11248779296875,2.238701105117798,-0.01196980755776167,0.25859829783439636,0.8143742233514786,608.0,155648.0,2222.5108332191594,9961472.0 +209.97,6.099999904632568,4688.0,0.008892635814845562,0.1187947615981102,2.244873046875,-0.00803697295486927,0.4374659061431885,0.7657320350408554,609.0,155904.0,2226.005715680076,9977856.0 +171.4,7.099999904632568,4509.0,0.008175681345164776,0.1128946915268898,2.280128240585327,-0.009105163626372814,0.3041125237941742,0.8226605206727982,610.0,156160.0,2229.639989790041,9994240.0 +232.79,7.400000095367432,4665.0,0.007974289357662201,0.1014404296875,2.2991437911987305,-0.010949158109724522,0.2875586450099945,0.8386743068695068,611.0,156416.0,2233.152396439109,10010624.0 +175.5,7.300000190734863,4817.0,0.008952627889811993,0.1173299178481102,2.2951552867889404,-0.009548714384436607,0.2854764461517334,0.8221381157636642,612.0,156672.0,2236.5542110409588,10027008.0 +237.64,6.800000190734863,4627.0,0.0069874357432127,0.08807373046875,2.3211944103240967,-0.008227415382862091,0.4103512763977051,0.7725990414619446,613.0,156928.0,2240.0952385610435,10043392.0 +224.42,7.599999904632568,4599.0,0.008863314986228943,0.1179402694106102,2.3162620067596436,-0.009790942072868347,0.273192822933197,0.8223376721143723,614.0,157184.0,2243.6581087571103,10059776.0 +183.15,7.5,4440.0,0.007107669487595558,0.0897623673081398,2.3352596759796143,-0.011561202816665173,0.2206195741891861,0.8624601066112518,615.0,157440.0,2247.3483149630483,10076160.0 +228.1,6.300000190734863,4433.0,0.008546324446797371,0.11151123046875,2.3169069290161133,-0.01013700570911169,0.32893499732017517,0.8229784220457077,616.0,157696.0,2251.044232560089,10092544.0 +236.67,6.900000095367432,4730.0,0.009649110957980156,0.1303507536649704,2.275902509689331,-0.010633577592670918,0.3163423240184784,0.80685955286026,617.0,157952.0,2254.508264823118,10108928.0 +162.31,7.199999809265137,4719.0,0.010269040241837502,0.1367594450712204,2.287747859954834,-0.008973933756351471,0.2990642786026001,0.81388358771801,618.0,158208.0,2257.98086182517,10125312.0 +136.9,7.599999904632568,4730.0,0.008928530849516392,0.1213785782456398,2.298227071762085,-0.01054686401039362,0.2715553045272827,0.8270504176616669,619.0,158464.0,2261.4452876881696,10141696.0 +142.59,7.400000095367432,4635.0,0.008061871863901615,0.1122843399643898,2.315248489379883,-0.009578876197338104,0.21015821397304535,0.8587806075811386,620.0,158720.0,2264.9800485479645,10158080.0 +228.46,6.900000095367432,4613.0,0.0064612627029418945,0.0812784805893898,2.3201851844787598,-0.011814410798251629,0.35240593552589417,0.7543129920959473,621.0,158976.0,2268.5316608850844,10174464.0 +216.19,7.5,4575.0,0.008025976829230785,0.1092732772231102,2.288400888442993,-0.009725707583129406,0.39005109667778015,0.7801585048437119,622.0,159232.0,2272.1154994009994,10190848.0 +147.43,7.699999809265137,4490.0,0.0068119424395263195,0.086669921875,2.2946107387542725,-0.009808017872273922,0.29219451546669006,0.8333885371685028,623.0,159488.0,2275.7651074361056,10207232.0 +196.16,6.900000095367432,4542.0,0.007569408044219017,0.0969645157456398,2.2968356609344482,-0.009468336589634418,0.3834723234176636,0.7827521562576294,624.0,159744.0,2279.3727667480707,10223616.0 +143.88,7.800000190734863,4744.0,0.0076453108340501785,0.1020100936293602,2.2643189430236816,-0.008880323730409145,0.23637832701206207,0.8665581196546555,625.0,160000.0,2282.8266704829875,10240000.0 +197.97,7.400000095367432,4413.0,0.00902715977281332,0.12164306640625,2.272545576095581,-0.010637489147484303,0.33955156803131104,0.7950695008039474,626.0,160256.0,2286.5400927420706,10256384.0 +126.82,7.900000095367432,4656.0,0.010665466077625751,0.1480305939912796,2.2210047245025635,-0.011562760919332504,0.3624532222747803,0.7863047122955322,627.0,160512.0,2290.0590390211437,10272768.0 +132.59,7.800000190734863,4487.0,0.01010804157704115,0.13385009765625,2.274704933166504,-0.010341208428144455,0.28859183192253113,0.8032179623842239,628.0,160768.0,2293.710961255012,10289152.0 +188.62,8.100000381469727,4566.0,0.009706912562251091,0.13287353515625,2.2654049396514893,-0.012635470367968082,0.13440437614917755,0.898181863129139,629.0,161024.0,2297.2997470770497,10305536.0 +230.37,7.199999809265137,4639.0,0.009820028208196163,0.1332600861787796,2.2659661769866943,-0.010755824856460094,0.26539066433906555,0.802938774228096,630.0,161280.0,2300.832081915112,10321920.0 +206.48,6.5,4731.0,0.009737873449921608,0.1349080353975296,2.2658045291900635,-0.009447067975997925,0.3743291199207306,0.7842167764902115,631.0,161536.0,2304.295502132969,10338304.0 +168.24,7.199999809265137,4952.0,0.009091007523238659,0.12115478515625,2.2803313732147217,-0.010095576755702496,0.32990968227386475,0.7665380388498306,632.0,161792.0,2307.604719822062,10354688.0 +187.94,7.199999809265137,4840.0,0.009447948075830936,0.12469482421875,2.2761740684509277,-0.009937182068824768,0.2321850061416626,0.8231502175331116,633.0,162048.0,2310.989869072102,10371072.0 +158.66,8.199999809265137,4817.0,0.009110583923757076,0.1212361678481102,2.3139498233795166,-0.011303804814815521,0.21242058277130127,0.8430860340595245,634.0,162304.0,2314.3913295390084,10387456.0 +237.49,7.099999904632568,4672.0,0.00852158572524786,0.1093546524643898,2.2963831424713135,-0.011102492921054363,0.28850093483924866,0.806486651301384,635.0,162560.0,2317.8987713300157,10403840.0 +123.16,8.100000381469727,4683.0,0.007972151041030884,0.1034749373793602,2.2705934047698975,-0.008735775016248226,0.36212384700775146,0.7943960130214691,636.0,162816.0,2321.397945698118,10420224.0 +180.68,7.5,4707.0,0.008782251738011837,0.11273193359375,2.3001039028167725,-0.013150232844054699,0.35942959785461426,0.7834839820861816,637.0,163072.0,2324.878914951114,10436608.0 +216.32,7.400000095367432,4907.0,0.010342496447265148,0.1495157927274704,2.2850191593170166,-0.006695538759231567,0.2796279788017273,0.828005850315094,638.0,163328.0,2328.2182651809417,10452992.0 +229.82,6.800000190734863,5063.0,0.010237269103527069,0.1331787109375,2.2808995246887207,-0.012703321874141693,0.2862720191478729,0.8245412558317184,639.0,163584.0,2331.4584767660126,10469376.0 +179.2,7.400000095367432,4724.0,0.008379464037716389,0.11224365234375,2.276991128921509,-0.010736752301454544,0.218116894364357,0.8603615909814835,640.0,163840.0,2334.927165972069,10485760.0 +189.72,6.800000190734863,4702.0,0.009253907017409801,0.1210530623793602,2.306370496749878,-0.011374693363904953,0.20743407309055328,0.8616896718740463,641.0,164096.0,2338.4122202780563,10502144.0 +252.81,6.300000190734863,4747.0,0.008953645825386047,0.1187540665268898,2.317047119140625,-0.011058534495532513,0.32270970940589905,0.8063658326864243,642.0,164352.0,2341.864319405053,10518528.0 +240.84,7.400000095367432,4886.0,0.010994430631399155,0.1586100310087204,2.3179028034210205,-0.011007621884346008,0.21921217441558838,0.8537400662899017,643.0,164608.0,2345.2176643989515,10534912.0 +229.06,7.0,4650.0,0.009170654229819775,0.1284993439912796,2.2663071155548096,-0.011395610868930817,0.2325061410665512,0.8650153130292892,644.0,164864.0,2348.7417981720064,10551296.0 +196.93,7.599999904632568,4558.0,0.009660105220973492,0.1345011442899704,2.248746395111084,-0.01370326429605484,0.3025459349155426,0.8161676526069641,645.0,165120.0,2352.336956696119,10567680.0 +167.68,7.099999904632568,4707.0,0.009346003644168377,0.127685546875,2.232701063156128,-0.010742763988673687,0.2948903441429138,0.8294291198253632,646.0,165376.0,2355.8180886490736,10584064.0 +177.93,6.5,4533.0,0.008667618036270142,0.1162109375,2.2414610385894775,-0.010461159981787205,0.2991824448108673,0.8263871967792511,647.0,165632.0,2359.433417523047,10600448.0 +217.08,7.199999809265137,4568.0,0.009346776641905308,0.1249593123793602,2.237433671951294,-0.013010493479669094,0.3364531695842743,0.791380912065506,648.0,165888.0,2363.0203340940643,10616832.0 +125.5,7.5,4706.0,0.011251545511186123,0.14288330078125,2.216115713119507,-0.013359996490180492,0.2613735496997833,0.8561649322509766,649.0,166144.0,2366.5020133489743,10633216.0 +151.3,7.400000095367432,4671.0,0.009920126758515835,0.138671875,2.2368929386138916,-0.012796289287507534,0.2169133424758911,0.8610000908374786,650.0,166400.0,2370.0099327899516,10649600.0 +186.42,7.099999904632568,4417.0,0.009802351705729961,0.1302083283662796,2.2324278354644775,-0.01147312019020319,0.3065944314002991,0.8320477455854416,651.0,166656.0,2373.719436472049,10665984.0 +124.32,8.199999809265137,4377.0,0.007885868661105633,0.1039835587143898,2.197788953781128,-0.01003392692655325,0.28176549077033997,0.8576053828001022,652.0,166912.0,2377.4625115969684,10682368.0 +150.42,8.0,4697.0,0.008123868145048618,0.11175537109375,2.1871845722198486,-0.011816541664302349,0.29712554812431335,0.8360859155654907,653.0,167168.0,2380.9508915490005,10698752.0 +149.06,7.5,4527.0,0.009697998873889446,0.12646484375,2.190437078475952,-0.011937658302485943,0.29020848870277405,0.8366287797689438,654.0,167424.0,2384.5705873931292,10715136.0 +127.34,8.0,4556.0,0.009557955898344517,0.1254679411649704,2.197765588760376,-0.013654392212629318,0.25209841132164,0.8351631909608841,655.0,167680.0,2388.166903593112,10731520.0 +186.49,6.900000095367432,4606.0,0.011638573370873928,0.1600138396024704,2.206019163131714,-0.009291250258684158,0.4468214213848114,0.7414752840995789,656.0,167936.0,2391.728582169162,10747904.0 +126.88,7.599999904632568,4481.0,0.008531013503670692,0.1118977889418602,2.2177155017852783,-0.012338884174823761,0.2864908277988434,0.8231178373098373,657.0,168192.0,2395.3850855410565,10764288.0 +148.22,7.599999904632568,4602.0,0.01029269304126501,0.1407877653837204,2.197838068008423,-0.008220060728490353,0.29460403323173523,0.8341976553201675,658.0,168448.0,2398.9455527891405,10780672.0 +143.07,7.5,4553.0,0.010535434819757938,0.14715576171875,2.2290985584259033,-0.009650756604969501,0.1835014373064041,0.9050239473581314,659.0,168704.0,2402.544623496942,10797056.0 +199.12,7.400000095367432,4703.0,0.010907784104347229,0.1472981721162796,2.2253105640411377,-0.009630835615098476,0.30879953503608704,0.8446925729513168,660.0,168960.0,2406.0286143070552,10813440.0 +177.95,7.099999904632568,4701.0,0.009393556043505669,0.1319376677274704,2.2137725353240967,-0.00971254426985979,0.3516731560230255,0.8441265970468521,661.0,169216.0,2409.5147424580064,10829824.0 +158.89,7.5,4705.0,0.009026973508298397,0.1223348006606102,2.2090320587158203,-0.012954124249517918,0.21637575328350067,0.9050470516085625,662.0,169472.0,2412.9971728851087,10846208.0 +141.99,7.699999809265137,4579.0,0.007087114732712507,0.0907999649643898,2.211895704269409,-0.011677642352879047,0.22471070289611816,0.8941231146454811,663.0,169728.0,2416.575465826085,10862592.0 +179.36,7.300000190734863,4670.0,0.008599943481385708,0.11212158203125,2.1892199516296387,-0.01009285543113947,0.39612480998039246,0.8002419173717499,664.0,169984.0,2420.0844912030734,10878976.0 +158.12,7.699999809265137,4584.0,0.009511207230389118,0.1304931640625,2.123913049697876,-0.011781931854784489,0.31095901131629944,0.8460909724235535,665.0,170240.0,2423.658778361045,10895360.0 +135.63,8.199999809265137,4545.0,0.008758011274039745,0.1158650740981102,2.1207408905029297,-0.010570522397756577,0.31624773144721985,0.8165097087621689,666.0,170496.0,2427.2637351441663,10911744.0 +130.88,8.0,4399.0,0.009998815134167671,0.1407063752412796,2.1984643936157227,-0.01045028492808342,0.2381601482629776,0.8319235295057297,667.0,170752.0,2430.9886670610867,10928128.0 +184.67,7.400000095367432,4562.0,0.010298086330294609,0.1447550505399704,2.206404447555542,-0.010715077631175518,0.2038145512342453,0.849543422460556,668.0,171008.0,2434.5801668839995,10944512.0 +228.92,6.900000095367432,4786.0,0.01086501032114029,0.1523234099149704,2.187110185623169,-0.012048706412315369,0.3389718234539032,0.7792981564998627,669.0,171264.0,2438.003834882984,10960896.0 +190.81,7.400000095367432,4644.0,0.008596754632890224,0.11834716796875,2.1588733196258545,-0.010066312737762928,0.384301096200943,0.789502277970314,670.0,171520.0,2441.5318398110103,10977280.0 +123.55,7.699999809265137,4715.0,0.010710868053138256,0.1472981721162796,2.1482808589935303,-0.010763292200863361,0.26824524998664856,0.8439587205648422,671.0,171776.0,2445.0068694271613,10993664.0 +117.05,7.300000190734863,4932.0,0.010415174998342991,0.1330973356962204,2.1766369342803955,-0.011325567960739136,0.38270890712738037,0.8029275387525558,672.0,172032.0,2448.329345657956,11010048.0 +170.71,7.900000095367432,4740.0,0.009563839994370937,0.13079833984375,2.2515673637390137,-0.009553392417728901,0.19635790586471558,0.8863680139183998,673.0,172288.0,2451.7899165069684,11026432.0 +144.59,7.199999809265137,4440.0,0.008858776651322842,0.1192830428481102,2.233466386795044,-0.009200073778629303,0.21884982287883759,0.8918614014983177,674.0,172544.0,2455.4804041280877,11042816.0 +176.29,7.5,4475.0,0.009319287724792957,0.1233723983168602,2.2453529834747314,-0.009952440857887268,0.2514828145503998,0.8739697337150574,675.0,172800.0,2459.142119791126,11059200.0 +190.0,7.5,4730.0,0.007801123429089785,0.0976359024643898,2.203447103500366,-0.011334431357681751,0.2675032615661621,0.8703567832708359,676.0,173056.0,2462.6076165949926,11075584.0 +144.21,7.599999904632568,4761.0,0.009171073324978352,0.1275838166475296,2.140287160873413,-0.01135647390037775,0.45530077815055847,0.7923828512430191,677.0,173312.0,2466.0491738170385,11091968.0 +142.2,7.699999809265137,4642.0,0.008373880758881569,0.1131795272231102,2.1654767990112305,-0.010176918469369411,0.21524842083454132,0.8732550144195557,678.0,173568.0,2469.579309245106,11108352.0 +171.25,7.199999809265137,4641.0,0.008786797523498535,0.1147257462143898,2.17964768409729,-0.010295897722244263,0.2870948016643524,0.8273572027683258,679.0,173824.0,2473.1096787280403,11124736.0 +122.18,8.199999809265137,4544.0,0.008331253193318844,0.1105550155043602,2.170358896255493,-0.008866103366017342,0.38144946098327637,0.7984080612659454,680.0,174080.0,2476.715573117137,11141120.0 +180.73,7.300000190734863,4600.0,0.00858509074896574,0.1180013045668602,2.185555934906006,-0.009391427971422672,0.3717952072620392,0.7966666221618652,681.0,174336.0,2480.2773530359846,11157504.0 +135.66,8.0,4529.0,0.009411284700036049,0.1286214143037796,2.193413496017456,-0.010031190700829029,0.3632763624191284,0.8316888064146042,682.0,174592.0,2483.895309256157,11173888.0 +99.81,8.100000381469727,4380.0,0.010584793984889984,0.1427001953125,2.231245517730713,-0.013286995701491833,0.23447048664093018,0.8640592843294144,683.0,174848.0,2487.6366359600797,11190272.0 +168.43,7.400000095367432,4632.0,0.008753319270908833,0.1171671524643898,2.2467753887176514,-0.007601835299283266,0.3798254430294037,0.7986874282360077,684.0,175104.0,2491.1741614770144,11206656.0 +198.73,7.300000190734863,4474.0,0.008509271778166294,0.1147867813706398,2.2250170707702637,-0.010509565472602844,0.26955416798591614,0.845707893371582,685.0,175360.0,2494.836656636093,11223040.0 +152.73,7.300000190734863,4620.0,0.009394161403179169,0.1304117888212204,2.192502498626709,-0.011114520020782948,0.3401564061641693,0.8132999837398529,686.0,175616.0,2498.383015633095,11239424.0 +171.83,7.900000095367432,4678.0,0.008079629391431808,0.1041056290268898,2.216320276260376,-0.009050124324858189,0.3233361542224884,0.8021500706672668,687.0,175872.0,2501.885505778948,11255808.0 +125.27,7.199999809265137,4635.0,0.00778494356200099,0.10400390625,2.189621686935425,-0.009440003894269466,0.3539327383041382,0.8142455667257309,688.0,176128.0,2505.420423327945,11272192.0 +112.57,8.100000381469727,4578.0,0.008501099422574043,0.1150919571518898,2.1301517486572266,-0.01025619637221098,0.31845614314079285,0.8359326869249344,689.0,176384.0,2508.999702648027,11288576.0 +85.25,8.100000381469727,4578.0,0.0077585759572684765,0.0957438126206398,2.1410632133483887,-0.008064537309110165,0.43502914905548096,0.7502405792474747,690.0,176640.0,2512.5785400159657,11304960.0 +132.27,7.5,4526.0,0.007121328264474869,0.0879923477768898,2.165933609008789,-0.00909378845244646,0.32321134209632874,0.8152889758348465,691.0,176896.0,2516.199308945099,11321344.0 +172.88,7.099999904632568,4385.0,0.007729630917310715,0.1013590469956398,2.208648443222046,-0.006929947528988123,0.4028832018375397,0.7748514115810394,692.0,177152.0,2519.93596126209,11337728.0 +140.29,8.100000381469727,4275.0,0.008459847420454025,0.11346435546875,2.177652597427368,-0.012559488415718079,0.2773079574108124,0.8214346021413803,693.0,177408.0,2523.7684250669554,11354112.0 +136.32,7.400000095367432,4400.0,0.008992886170744896,0.1197306290268898,2.200605630874634,-0.008443326689302921,0.38062527775764465,0.7715733647346497,694.0,177664.0,2527.492355115013,11370496.0 +107.68,7.400000095367432,4588.0,0.00807752925902605,0.1113484725356102,2.1928467750549316,-0.007173208054155111,0.4909485876560211,0.7170311212539673,695.0,177920.0,2531.0638155881315,11386880.0 +126.67,8.199999809265137,4671.0,0.00821878481656313,0.1011962890625,2.196370840072632,-0.010082374326884747,0.25773119926452637,0.8189676851034164,696.0,178176.0,2534.5722331269644,11403264.0 +128.19,7.699999809265137,4644.0,0.007760887499898672,0.1008707657456398,2.1519951820373535,-0.009837512858211994,0.4359494149684906,0.7685628831386566,697.0,178432.0,2538.100496107014,11419648.0 +154.85,8.100000381469727,4603.0,0.010585770942270756,0.14447021484375,2.1659862995147705,-0.006868934724479914,0.29353392124176025,0.8288077861070633,698.0,178688.0,2541.660135328071,11436032.0 +146.87,7.599999904632568,4638.0,0.010309780947864056,0.14605712890625,2.185288190841675,-0.007184825837612152,0.4071548879146576,0.7866571545600891,699.0,178944.0,2545.193208032055,11452416.0 +111.91,7.099999904632568,4612.0,0.00862069334834814,0.1130777969956398,2.2421071529388428,-0.009903143160045147,0.2748214900493622,0.787056028842926,700.0,179200.0,2548.746093353955,11468800.0 +181.86,7.199999809265137,4593.0,0.00930663663893938,0.12432861328125,2.2596747875213623,-0.01024449523538351,0.26266130805015564,0.8202483654022217,701.0,179456.0,2552.3134408099577,11485184.0 +148.19,7.400000095367432,4398.0,0.01007752399891615,0.13818359375,2.241882562637329,-0.008288112469017506,0.3333531320095062,0.7844578921794891,702.0,179712.0,2556.039099292131,11501568.0 +230.95,7.0,4657.0,0.010622506029903889,0.1371053010225296,2.262150526046753,-0.007961786352097988,0.40492022037506104,0.7606914043426514,703.0,179968.0,2559.557471367065,11517952.0 +154.54,8.0,4844.0,0.008933666162192822,0.1198526993393898,2.2765347957611084,-0.012621878646314144,0.1534680277109146,0.9033838361501694,704.0,180224.0,2562.940816389164,11534336.0 +166.8,7.900000095367432,4696.0,0.00980931706726551,0.134033203125,2.247925043106079,-0.011748441495001316,0.2587319314479828,0.858701229095459,705.0,180480.0,2566.430199692957,11550720.0 +137.59,7.699999809265137,4596.0,0.008344728499650955,0.1087646484375,2.219641923904419,-0.00879852194339037,0.3034590184688568,0.8380111306905746,706.0,180736.0,2569.995381283108,11567104.0 +148.97,8.399999618530273,4504.0,0.007019830867648125,0.0918985977768898,2.225609540939331,-0.010319585911929607,0.2275518774986267,0.8663719743490219,707.0,180992.0,2573.6330539779738,11583488.0 +143.07,7.800000190734863,4615.0,0.008826043456792831,0.117431640625,2.266192674636841,-0.010784887708723545,0.24761001765727997,0.8639091551303864,708.0,181248.0,2577.1835397090763,11599872.0 +180.17,7.699999809265137,4622.0,0.007748560514301062,0.0972696915268898,2.2332561016082764,-0.010080880485475063,0.3257352113723755,0.8272107988595963,709.0,181504.0,2580.7287611290812,11616256.0 +122.68,7.699999809265137,4391.0,0.009738442488014698,0.1289469450712204,2.246082305908203,-0.009831971488893032,0.3440384864807129,0.8195098489522934,710.0,181760.0,2584.460408922052,11632640.0 +195.36,7.599999904632568,4468.0,0.009095273911952972,0.12152099609375,2.231487274169922,-0.01073791179805994,0.28032833337783813,0.8271308839321136,711.0,182016.0,2588.128002484096,11649024.0 +154.91,7.300000190734863,4857.0,0.01177840307354927,0.1650390625,2.21549391746521,-0.007133880164474249,0.3994182050228119,0.76606585085392,712.0,182272.0,2591.501833930146,11665408.0 +129.76,7.300000190734863,4854.0,0.008549096062779427,0.1070963516831398,2.2400622367858887,-0.008295201696455479,0.308951735496521,0.8001853972673416,713.0,182528.0,2594.8774664280936,11681792.0 +166.74,7.099999904632568,4699.0,0.007527078036218882,0.09356689453125,2.2271196842193604,-0.008381246589124203,0.34387561678886414,0.8018426597118378,714.0,182784.0,2598.364359467989,11698176.0 +145.09,7.099999904632568,4714.0,0.0077292583882808685,0.0995076522231102,2.191065549850464,-0.009632074274122715,0.5595793724060059,0.7210082113742828,715.0,183040.0,2601.8399717540015,11714560.0 +91.59,7.400000095367432,4743.0,0.010690943337976933,0.14935302734375,2.175057888031006,-0.011950836516916752,0.3411475419998169,0.804322749376297,716.0,183296.0,2605.2949463501573,11730944.0 +127.33,7.5,4645.0,0.009682121686637402,0.1315511018037796,2.1870198249816895,-0.00903363898396492,0.34190869331359863,0.8292487114667892,717.0,183552.0,2608.822817913955,11747328.0 +130.53,7.400000095367432,4434.0,0.008425812236964703,0.1141764298081398,2.2307322025299072,-0.010205094702541828,0.32697242498397827,0.838200718164444,718.0,183808.0,2612.5182039791252,11763712.0 +179.95,7.400000095367432,4611.0,0.009040877223014832,0.119140625,2.2924606800079346,-0.008045549504458904,0.22368468344211578,0.8796061426401138,719.0,184064.0,2616.0718599089887,11780096.0 +150.15,8.0,4460.0,0.009642615914344788,0.13299560546875,2.2592592239379883,-0.01066508051007986,0.34053122997283936,0.831173375248909,720.0,184320.0,2619.7453498151153,11796480.0 +151.36,7.900000095367432,4563.0,0.009878628887236118,0.1359456330537796,2.2612836360931396,-0.012827672064304352,0.2607497572898865,0.8516870737075806,721.0,184576.0,2623.3367728421,11812864.0 +168.12,7.699999809265137,4480.0,0.01074366644024849,0.1431681364774704,2.281965970993042,-0.008808951824903488,0.3919748365879059,0.8049353510141373,722.0,184832.0,2626.9939726721495,11829248.0 +160.01,7.300000190734863,4430.0,0.007193428929895163,0.0937906876206398,2.2738850116729736,-0.009899117983877659,0.2930767238140106,0.8596601784229279,723.0,185088.0,2630.692448543152,11845632.0 +219.68,7.5,4487.0,0.009608392603695393,0.1236775740981102,2.2683210372924805,-0.01001015305519104,0.2447880655527115,0.8777240663766861,724.0,185344.0,2634.34388884902,11862016.0 +223.54,7.300000190734863,4510.0,0.008808194659650326,0.1144205704331398,2.251368761062622,-0.00999824982136488,0.256207674741745,0.8761243969202042,725.0,185600.0,2637.976765196072,11878400.0 +166.6,7.699999809265137,4546.0,0.010767701081931591,0.1467488557100296,2.2480008602142334,-0.010184948332607746,0.2520049810409546,0.8734218329191208,726.0,185856.0,2641.5809108731337,11894784.0 +207.8,7.5,4674.0,0.010395803488790989,0.1422322541475296,2.2416932582855225,-0.009438841603696346,0.39358267188072205,0.8319110125303268,727.0,186112.0,2645.086883784039,11911168.0 +105.85,7.699999809265137,4562.0,0.0074358670972287655,0.09283447265625,2.213905096054077,-0.010593441314995289,0.29344430565834045,0.8656448572874069,728.0,186368.0,2648.678480010014,11927552.0 +144.25,7.599999904632568,4702.0,0.010717718861997128,0.1447550505399704,2.2641565799713135,-0.010162183083593845,0.17340217530727386,0.9123335778713226,729.0,186624.0,2652.1632026759908,11943936.0 +170.65,7.599999904632568,4541.0,0.00947047770023346,0.1319987028837204,2.281054735183716,-0.011122013442218304,0.2405647188425064,0.8800845891237259,730.0,186880.0,2655.7713054020423,11960320.0 +191.15,7.599999904632568,4490.0,0.010989575646817684,0.1502278596162796,2.2741737365722656,-0.01021171361207962,0.3244471251964569,0.8404246419668198,731.0,187136.0,2659.4209382629488,11976704.0 +151.48,8.300000190734863,4538.0,0.0099187595769763,0.1380818635225296,2.273878335952759,-0.011703385971486568,0.22656327486038208,0.8646073043346405,732.0,187392.0,2663.031686709961,11993088.0 +147.2,7.699999809265137,4667.0,0.009956271387636662,0.1364949494600296,2.2768845558166504,-0.00935326423496008,0.2938888370990753,0.8392211198806763,733.0,187648.0,2666.5428534750827,12009472.0 +124.0,7.599999904632568,4748.0,0.010623008012771606,0.1494954377412796,2.2643001079559326,-0.010631319135427475,0.35273507237434387,0.8120656460523605,734.0,187904.0,2669.9938990301453,12025856.0 +222.88,7.300000190734863,4715.0,0.00877620093524456,0.1155802384018898,2.257371187210083,-0.010453677736222744,0.2867635190486908,0.8266778290271759,735.0,188160.0,2673.4693157230504,12042240.0 +132.07,7.699999809265137,4724.0,0.009253517724573612,0.1243082657456398,2.2527973651885986,-0.011871970258653164,0.24438120424747467,0.8662793338298798,736.0,188416.0,2676.9385033170693,12058624.0 +164.04,7.699999809265137,4977.0,0.007951874285936356,0.10333251953125,2.287233591079712,-0.01050954032689333,0.27429622411727905,0.8627099543809891,737.0,188672.0,2680.230949921999,12075008.0 +185.63,7.099999904632568,4887.0,0.009980210103094578,0.1328125,2.2511608600616455,-0.011757109314203262,0.29745009541511536,0.8633126616477966,738.0,188928.0,2683.584342159098,12091392.0 +156.7,7.699999809265137,4904.0,0.009776744060218334,0.1349690705537796,2.2447926998138428,-0.012809943407773972,0.25886115431785583,0.8784940913319588,739.0,189184.0,2686.925726144109,12107776.0 +160.73,8.100000381469727,4718.0,0.009901014156639576,0.1321614533662796,2.2628962993621826,-0.014344769529998302,0.27359816431999207,0.844143807888031,740.0,189440.0,2690.3990351220127,12124160.0 +128.97,7.5,4842.0,0.01031471136957407,0.1407674103975296,2.279588222503662,-0.011872938834130764,0.3260497450828552,0.8409834802150726,741.0,189696.0,2693.7829333669506,12140544.0 +86.21,8.100000381469727,4644.0,0.011603937484323978,0.1661376953125,2.274355173110962,-0.012459461577236652,0.2528628706932068,0.8714649379253387,742.0,189952.0,2697.3113025911152,12156928.0 +161.18,7.599999904632568,4678.0,0.009092124179005623,0.1217854842543602,2.32596755027771,-0.009175837971270084,0.2321472018957138,0.8852673321962357,743.0,190208.0,2700.814221750945,12173312.0 +185.44,7.199999809265137,4789.0,0.009541130624711514,0.1290486603975296,2.3217945098876953,-0.013795986771583557,0.20368604362010956,0.8968058302998543,744.0,190464.0,2704.2360309851356,12189696.0 +149.15,7.599999904632568,4616.0,0.010217775590717793,0.1405843049287796,2.289911985397339,-0.014968127012252808,0.2577950954437256,0.8709879517555237,745.0,190720.0,2707.7884134370834,12206080.0 +181.29,7.599999904632568,4506.0,0.009399971924722195,0.1220906600356102,2.311791181564331,-0.008850558660924435,0.25165116786956787,0.8675286769866943,746.0,190976.0,2711.424534622114,12222464.0 +138.95,7.199999809265137,4503.0,0.008924908004701138,0.1181640625,2.296205759048462,-0.013191447593271732,0.31003937125205994,0.8360570669174194,747.0,191232.0,2715.064221411012,12238848.0 +132.47,8.100000381469727,4405.0,0.009476018138229847,0.1335856169462204,2.28523325920105,-0.013867512345314026,0.20362460613250732,0.8587320297956467,748.0,191488.0,2718.784198532114,12255232.0 +176.86,7.400000095367432,4470.0,0.007545556873083115,0.0972493514418602,2.2712326049804688,-0.011800018139183521,0.3096005916595459,0.8203113079071045,749.0,191744.0,2722.449676115997,12271616.0 +139.08,7.800000190734863,4638.0,0.00767836719751358,0.0987141951918602,2.287755250930786,-0.011264041997492313,0.3120284378528595,0.8387345671653748,750.0,192000.0,2725.9826329110656,12288000.0 +168.15,7.800000190734863,4543.0,0.007119960617274046,0.0876057967543602,2.2984683513641357,-0.010606351308524609,0.2713859975337982,0.8418853729963303,751.0,192256.0,2729.589309971081,12304384.0 +149.93,7.900000095367432,4708.0,0.00898805633187294,0.11962890625,2.2945291996002197,-0.013724642805755138,0.2861885726451874,0.8255477100610733,752.0,192512.0,2733.069285481004,12320768.0 +176.41,7.800000190734863,4639.0,0.010180407203733921,0.1314900666475296,2.269798517227173,-0.012650907039642334,0.2523445188999176,0.8577718883752823,753.0,192768.0,2736.601834630128,12337152.0 +175.27,7.699999809265137,4361.0,0.009687114506959915,0.1366984099149704,2.257382869720459,-0.009964465163648129,0.3107052743434906,0.8386028558015823,754.0,193024.0,2740.3590965780895,12353536.0 +145.3,7.699999809265137,4478.0,0.009611560963094234,0.13037109375,2.259131669998169,-0.014753381721675396,0.31308630108833313,0.843366339802742,755.0,193280.0,2744.0185453530867,12369920.0 +118.76,7.699999809265137,4589.0,0.009072368033230305,0.1223551407456398,2.2337329387664795,-0.011916710995137691,0.33929380774497986,0.8295509517192841,756.0,193536.0,2747.5892303700093,12386304.0 +118.43,6.800000190734863,4600.0,0.0074098906479775906,0.0969034805893898,2.2427165508270264,-0.012113124132156372,0.30885788798332214,0.8286124020814896,757.0,193792.0,2751.1516301690135,12402688.0 +180.82,7.400000095367432,4918.0,0.00849477294832468,0.1096598282456398,2.2489054203033447,-0.009950284846127033,0.37828490138053894,0.7831678241491318,758.0,194048.0,2754.4832629631273,12419072.0 +154.77,8.100000381469727,4602.0,0.009718508459627628,0.1340738981962204,2.2486572265625,-0.011827963404357433,0.2381003350019455,0.8570980280637741,759.0,194304.0,2758.0433936589397,12435456.0 +111.97,8.199999809265137,4392.0,0.009107465855777264,0.1233317032456398,2.2227418422698975,-0.011295679956674576,0.35312923789024353,0.8425705581903458,760.0,194560.0,2761.7740395700093,12451840.0 +126.7,8.0,4398.0,0.007962584495544434,0.10089111328125,2.2575604915618896,-0.012998019345104694,0.3201746940612793,0.8534056693315506,761.0,194816.0,2765.4994756239466,12468224.0 +145.32,7.199999809265137,4495.0,0.008637510240077972,0.11163330078125,2.2696707248687744,-0.011367741972208023,0.32893338799476624,0.8561102747917175,762.0,195072.0,2769.1444985109847,12484608.0 +130.51,8.399999618530273,4537.0,0.009288466535508633,0.1174723282456398,2.2667031288146973,-0.014247971586883068,0.1599508374929428,0.9134779497981071,763.0,195328.0,2772.756289124023,12500992.0 +210.01,6.599999904632568,4631.0,0.010059679858386517,0.1361083984375,2.2469563484191895,-0.009949437342584133,0.36540210247039795,0.8196689337491989,764.0,195584.0,2776.294608087046,12517376.0 +166.01,7.599999904632568,4594.0,0.008685282431542873,0.1151123046875,2.2188880443573,-0.011471209116280079,0.3548491299152374,0.814374178647995,765.0,195840.0,2779.8615010380745,12533760.0 +119.27,7.400000095367432,4637.0,0.009193139150738716,0.1208699569106102,2.245418071746826,-0.01263036672025919,0.24375925958156586,0.8751134499907494,766.0,196096.0,2783.395043449942,12550144.0 +138.39,7.800000190734863,4597.0,0.009477210231125355,0.126220703125,2.2670061588287354,-0.010790715925395489,0.2517533600330353,0.8832221701741219,767.0,196352.0,2786.959439503029,12566528.0 +174.44,7.300000190734863,4304.0,0.008089832961559296,0.1068929061293602,2.2681057453155518,-0.012584584765136242,0.32319018244743347,0.8678192347288132,768.0,196608.0,2790.766215309035,12582912.0 +133.52,7.900000095367432,4497.0,0.009411822073161602,0.1244913712143898,2.248121500015259,-0.011057768017053604,0.3008493483066559,0.8806120008230209,769.0,196864.0,2794.410087662982,12599296.0 +156.63,6.800000190734863,4624.0,0.008821961469948292,0.1162923201918602,2.2667124271392822,-0.009770311415195465,0.3986646234989166,0.834403783082962,770.0,197120.0,2797.9542748890817,12615680.0 +104.3,7.5,4567.0,0.009312056936323643,0.1217854842543602,2.2300562858581543,-0.013601422309875488,0.28997108340263367,0.8682762086391449,771.0,197376.0,2801.5424568259623,12632064.0 +130.12,8.300000190734863,4481.0,0.00920481700450182,0.1250813752412796,2.225193977355957,-0.010882438160479069,0.33317872881889343,0.8659153580665588,772.0,197632.0,2805.1992752191145,12648448.0 +135.81,7.699999809265137,4652.0,0.01017387118190527,0.1332194060087204,2.256382465362549,-0.011459645815193653,0.3078194558620453,0.8774444460868835,773.0,197888.0,2808.721662274096,12664832.0 +140.83,7.599999904632568,4522.0,0.0090029276907444,0.11572265625,2.2782626152038574,-0.011759817600250244,0.2835213840007782,0.8834322169423103,774.0,198144.0,2812.345249886159,12681216.0 +171.0,7.199999809265137,4552.0,0.01153725478798151,0.1418863981962204,2.274881601333618,-0.012459724210202694,0.27729690074920654,0.8828545361757278,775.0,198400.0,2815.9452567650005,12697600.0 +185.82,7.699999809265137,4432.0,0.010763633996248245,0.1343587189912796,2.2763001918792725,-0.00978147890418768,0.2500106692314148,0.8956287205219269,776.0,198656.0,2819.6426052490715,12713984.0 +175.29,7.099999904632568,4440.0,0.007648971397429705,0.0997110977768898,2.257228136062622,-0.01103363186120987,0.3190271854400635,0.8749831914901733,777.0,198912.0,2823.332916592015,12730368.0 +189.44,7.400000095367432,4521.0,0.00876852497458458,0.116455078125,2.294638156890869,-0.012015867978334427,0.22439135611057281,0.8987827152013779,778.0,199168.0,2826.957429056987,12746752.0 +166.45,7.900000095367432,4780.0,0.009415924549102783,0.1171875,2.273775339126587,-0.012421912513673306,0.27848687767982483,0.8836706802248955,779.0,199424.0,2830.3856428661384,12763136.0 +137.99,7.5,4755.0,0.009617984294891357,0.1309407502412796,2.2498717308044434,-0.012146522291004658,0.4338308274745941,0.8296848982572556,780.0,199680.0,2833.834351557074,12779520.0 +135.94,7.400000095367432,4733.0,0.008288507349789143,0.10107421875,2.2630436420440674,-0.011484469287097454,0.32991015911102295,0.8684827238321304,781.0,199936.0,2837.2961728051305,12795904.0 +145.01,7.400000095367432,4674.0,0.007635926362127066,0.0962320938706398,2.2845849990844727,-0.01124229934066534,0.3470746576786041,0.8589590787887573,782.0,200192.0,2840.802146384027,12812288.0 +107.44,8.399999618530273,4717.0,0.00834212638437748,0.1114095076918602,2.281046152114868,-0.013199768029153347,0.1951889991760254,0.9208189696073532,783.0,200448.0,2844.2759360671043,12828672.0 +164.39,8.0,4573.0,0.00979604385793209,0.1285400390625,2.3045241832733154,-0.012751518748700619,0.22659677267074585,0.906838022172451,784.0,200704.0,2847.859380746959,12845056.0 +188.84,7.199999809265137,4528.0,0.006830079481005669,0.0851643905043602,2.3122670650482178,-0.011054649949073792,0.3295435309410095,0.8593850135803223,785.0,200960.0,2851.478006975958,12861440.0 +192.87,6.5,4505.0,0.008837339468300343,0.11444091796875,2.311117172241211,-0.011094603687524796,0.3886367380619049,0.8231740444898605,786.0,201216.0,2855.115134106949,12877824.0 +108.98,7.900000095367432,4553.0,0.009133252315223217,0.1158243790268898,2.290850877761841,-0.010884512215852737,0.34587061405181885,0.8346240520477295,787.0,201472.0,2858.7136586520355,12894208.0 +164.92,8.300000190734863,4603.0,0.009618129581212997,0.1329345703125,2.2974159717559814,-0.012889576144516468,0.2769148647785187,0.889692984521389,788.0,201728.0,2862.273622139124,12910592.0 +143.01,7.599999904632568,4558.0,0.008520538918673992,0.1122233048081398,2.2802138328552246,-0.012823249213397503,0.31386426091194153,0.8787857815623283,789.0,201984.0,2865.868485647952,12926976.0 +139.01,7.5,4637.0,0.009132002480328083,0.1155598983168602,2.2738595008850098,-0.012139315716922283,0.24327462911605835,0.9049574956297874,790.0,202240.0,2869.402238419978,12943360.0 +157.02,7.400000095367432,4674.0,0.009194980375468731,0.12005615234375,2.240431547164917,-0.014284924603998661,0.18501518666744232,0.927997000515461,791.0,202496.0,2872.90765991807,12959744.0 +175.19,7.599999904632568,4846.0,0.009618490934371948,0.1300862580537796,2.215754508972168,-0.01045246422290802,0.31383398175239563,0.8817631751298904,792.0,202752.0,2876.28981159511,12976128.0 +198.67,7.300000190734863,4671.0,0.009235269390046597,0.1158854141831398,2.253411054611206,-0.010749689303338528,0.3014576733112335,0.8765986934304237,793.0,203008.0,2879.797349415021,12992512.0 +187.15,7.900000095367432,4798.0,0.009196427650749683,0.12445068359375,2.2686607837677,-0.014060799963772297,0.2650719881057739,0.8850125372409821,794.0,203264.0,2883.212818528991,13008896.0 +159.46,8.0,4612.0,0.009783213958144188,0.1224772110581398,2.277557849884033,-0.011047915555536747,0.2240157574415207,0.8949432224035263,795.0,203520.0,2886.765918798046,13025280.0 +202.42,7.199999809265137,4286.0,0.007449861615896225,0.093505859375,2.305474042892456,-0.009983929805457592,0.32498976588249207,0.8572672456502914,796.0,203776.0,2890.5884203901514,13041664.0 +161.08,8.199999809265137,4408.0,0.009573621675372124,0.1259562224149704,2.2580692768096924,-0.014317531138658524,0.26080259680747986,0.8983943909406662,797.0,204032.0,2894.3082909281366,13058048.0 +173.33,7.599999904632568,4933.0,0.010100486688315868,0.135009765625,2.293536901473999,-0.013986066915094852,0.2547662556171417,0.8991410210728645,798.0,204288.0,2897.6301491470076,13074432.0 +167.63,7.900000095367432,4672.0,0.010094897821545601,0.1341756135225296,2.2904932498931885,-0.014913826249539852,0.2610587775707245,0.9040909633040428,799.0,204544.0,2901.1370233930647,13090816.0 +164.21,8.0,4613.0,0.010371987707912922,0.13848876953125,2.284489393234253,-0.015363450162112713,0.1831793338060379,0.9338418692350388,800.0,204800.0,2904.688876945991,13107200.0 +192.4,6.300000190734863,4430.0,0.008251582272350788,0.1127726212143898,2.273205518722534,-0.012255982495844364,0.3419479429721832,0.8789335638284683,801.0,205056.0,2908.3873487601522,13123584.0 +165.19,7.900000095367432,4596.0,0.009926758706569672,0.1348876953125,2.250993251800537,-0.01427482534199953,0.18657435476779938,0.9327151700854301,802.0,205312.0,2911.9527607690543,13139968.0 +155.62,8.0,4352.0,0.010123882442712784,0.1321818083524704,2.2433879375457764,-0.014470272697508335,0.2565828859806061,0.8983824700117111,803.0,205568.0,2915.7179945071694,13156352.0 +95.27,8.0,4513.0,0.01047486811876297,0.139892578125,2.2244460582733154,-0.012900291942059994,0.2845843732357025,0.8849192708730698,804.0,205824.0,2919.3488349290565,13172736.0 +149.66,8.100000381469727,4717.0,0.009068388491868973,0.1142781600356102,2.2699573040008545,-0.01321245077997446,0.2534245550632477,0.9092582538723946,805.0,206080.0,2922.8221956251655,13189120.0 +176.82,7.699999809265137,4609.0,0.006982883904129267,0.080810546875,2.2794482707977295,-0.010881797410547733,0.23476886749267578,0.9224231541156769,806.0,206336.0,2926.377098117955,13205504.0 +194.26,6.900000095367432,4520.0,0.00823004636913538,0.1105753555893898,2.2822258472442627,-0.0122148422524333,0.2972095012664795,0.8954754918813705,807.0,206592.0,2930.0020320860203,13221888.0 +142.19,7.199999809265137,4469.0,0.009322873316705227,0.1210734024643898,2.273601531982422,-0.01179239060729742,0.31585580110549927,0.9005504548549652,808.0,206848.0,2933.668329792097,13238272.0 +196.14,6.800000190734863,4630.0,0.008633975870907307,0.1158040389418602,2.2930972576141357,-0.008652813732624054,0.3849174678325653,0.8666151314973831,809.0,207104.0,2937.207935006125,13254656.0 +204.11,7.199999809265137,4680.0,0.007060296833515167,0.0898030623793602,2.3077876567840576,-0.011484728194773197,0.23721599578857422,0.9049708843231201,810.0,207360.0,2940.709386649076,13271040.0 +152.83,7.5,4406.0,0.009859449230134487,0.1280314177274704,2.2999250888824463,-0.011118964292109013,0.2408001869916916,0.9049851819872856,811.0,207616.0,2944.4283934519626,13287424.0 +200.36,7.099999904632568,4543.0,0.007932573556900024,0.1060587540268898,2.305957078933716,-0.011419996619224548,0.1823824793100357,0.9287987276911736,812.0,207872.0,2948.0352212181315,13303808.0 +182.97,7.300000190734863,4564.0,0.006854066625237465,0.0865885391831398,2.271880865097046,-0.010828412137925625,0.43314871191978455,0.8245844542980194,813.0,208128.0,2951.62511915504,13320192.0 +105.16,8.399999618530273,4258.0,0.00809133518487215,0.1028035506606102,2.2445333003997803,-0.013341831974685192,0.3111617863178253,0.8709159046411514,814.0,208384.0,2955.4752839780413,13336576.0 +170.63,7.300000190734863,4539.0,0.008433166891336441,0.1116536483168602,2.2217092514038086,-0.00814391765743494,0.4237639605998993,0.8395191133022308,815.0,208640.0,2959.0851559459697,13352960.0 +105.19,8.300000190734863,4715.0,0.010012318380177021,0.1375732421875,2.2376625537872314,-0.01436347421258688,0.27781352400779724,0.8849772736430168,816.0,208896.0,2962.5602643620223,13369344.0 +183.72,7.599999904632568,4672.0,0.008225723169744015,0.1109822615981102,2.2259669303894043,-0.01037069782614708,0.266032338142395,0.8862098753452301,817.0,209152.0,2966.0671826109756,13385728.0 +184.1,7.599999904632568,4702.0,0.008502589538693428,0.1007486954331398,2.233255624771118,-0.01119660958647728,0.3352118730545044,0.8296185582876205,818.0,209408.0,2969.55225539417,13402112.0 +198.58,7.300000190734863,4736.0,0.007330071181058884,0.0958658829331398,2.2748682498931885,-0.011619999073445797,0.30073314905166626,0.8733597844839096,819.0,209664.0,2973.0117750461213,13418496.0 +159.64,7.400000095367432,4550.0,0.009087927639484406,0.12005615234375,2.2809269428253174,-0.010997203178703785,0.2525964379310608,0.8853570595383644,820.0,209920.0,2976.613186852075,13434880.0 +181.66,7.199999809265137,4647.0,0.007819590158760548,0.1058756485581398,2.2833194732666016,-0.00978806521743536,0.30860695242881775,0.8637457340955734,821.0,210176.0,2980.1391733561177,13451264.0 +223.7,7.5,4770.0,0.00703003304079175,0.0902099609375,2.2725813388824463,-0.010515164583921432,0.3318580090999603,0.866505578160286,822.0,210432.0,2983.5759243229404,13467648.0 +141.38,7.699999809265137,4627.0,0.008532379753887653,0.1109822615981102,2.2715604305267334,-0.011976048350334167,0.2805967330932617,0.8721040040254593,823.0,210688.0,2987.1171133650932,13484032.0 +109.71,8.0,4405.0,0.00926436111330986,0.1287841796875,2.2829701900482178,-0.013438578695058823,0.307490736246109,0.8688936978578568,824.0,210944.0,2990.836503578117,13500416.0 +101.45,8.100000381469727,4460.0,0.009593624621629715,0.12652587890625,2.2851834297180176,-0.010648567229509354,0.276455283164978,0.8754024505615234,825.0,211200.0,2994.510360148037,13516800.0 +133.65,7.300000190734863,4583.0,0.007734004408121109,0.1039835587143898,2.2725117206573486,-0.00972182210534811,0.3678901195526123,0.8470531404018402,826.0,211456.0,2998.085293709999,13533184.0 +175.32,7.0,4648.0,0.008347607217729092,0.1070760115981102,2.2876698970794678,-0.01176752895116806,0.3189098834991455,0.8569085896015167,827.0,211712.0,3001.6106156881433,13549568.0 +152.76,8.199999809265137,4670.0,0.008138078264892101,0.1067098006606102,2.2641828060150146,-0.012086576782166958,0.2530956566333771,0.8865572363138199,828.0,211968.0,3005.1192967460956,13565952.0 +163.57,6.599999904632568,4473.0,0.0073806825093925,0.0911865234375,2.2799808979034424,-0.009674271568655968,0.38300418853759766,0.7993436306715012,829.0,212224.0,3008.7820699559525,13582336.0 +179.95,7.699999809265137,4543.0,0.007292865309864283,0.0922037735581398,2.2825100421905518,-0.010209978558123112,0.29960599541664124,0.8298058956861496,830.0,212480.0,3012.3889170889743,13598720.0 +119.24,7.5,4566.0,0.0069396402686834335,0.0845743790268898,2.309152603149414,-0.010866525582969189,0.302717000246048,0.8160285353660583,831.0,212736.0,3015.9776859451085,13615104.0 +181.58,6.900000095367432,4456.0,0.007160613778978586,0.0856119766831398,2.3135194778442383,-0.011810574680566788,0.38736119866371155,0.7587873339653015,832.0,212992.0,3019.6549304400105,13631488.0 +120.47,8.199999809265137,4421.0,0.008405354805290699,0.1094767227768898,2.294766664505005,-0.00987295527011156,0.31006112694740295,0.8203009068965912,833.0,213248.0,3023.3615492470562,13647872.0 +160.13,7.900000095367432,4494.0,0.008909924887120724,0.1161092147231102,2.295142889022827,-0.010506730526685715,0.2550390064716339,0.8551903963088989,834.0,213504.0,3027.008361474145,13664256.0 +139.02,8.5,4407.0,0.009321563877165318,0.1263834685087204,2.27907395362854,-0.011281120590865612,0.33629390597343445,0.8213406950235367,835.0,213760.0,3030.726164652966,13680640.0 +142.58,8.199999809265137,4548.0,0.00924519170075655,0.122802734375,2.2947776317596436,-0.009770984761416912,0.26909077167510986,0.8554233312606812,836.0,214016.0,3034.3287385040894,13697024.0 +147.18,6.900000095367432,4557.0,0.007512837182730436,0.0970865860581398,2.3118736743927,-0.010575518943369389,0.3141708970069885,0.8058526068925858,837.0,214272.0,3037.9247140921652,13713408.0 +128.19,8.0,4339.0,0.008524158969521523,0.1128336563706398,2.268961191177368,-0.011943087913095951,0.3596564531326294,0.8165393620729446,838.0,214528.0,3041.7010820859578,13729792.0 +128.57,8.300000190734863,4798.0,0.009591350331902504,0.1247965469956398,2.2888619899749756,-0.011551763862371445,0.24197764694690704,0.8788801729679108,839.0,214784.0,3045.116471728077,13746176.0 +147.75,7.099999904632568,4730.0,0.008576491847634315,0.1125081405043602,2.2746548652648926,-0.01154931541532278,0.2980908155441284,0.8689157664775848,840.0,215040.0,3048.580776697956,13762560.0 +105.49,7.800000190734863,4709.0,0.009179179556667805,0.1107991561293602,2.2709271907806396,-0.010995201766490936,0.24970018863677979,0.8965132832527161,841.0,215296.0,3052.0601822531316,13778944.0 +198.0,7.099999904632568,4638.0,0.00873755756765604,0.1168619766831398,2.2762417793273926,-0.011285572312772274,0.33681145310401917,0.8730715811252594,842.0,215552.0,3055.5929517510813,13795328.0 +134.77,7.900000095367432,4626.0,0.007401440758258104,0.0931803360581398,2.3122808933258057,-0.010535034351050854,0.23900119960308075,0.9028613641858101,843.0,215808.0,3059.135271538049,13811712.0 +122.93,8.0,4579.0,0.009865916334092617,0.1303507536649704,2.329132318496704,-0.013788984157145023,0.1905512809753418,0.9152775406837463,844.0,216064.0,3062.713647510158,13828096.0 +109.56,7.900000095367432,4621.0,0.009351558052003384,0.12603759765625,2.2899563312530518,-0.011653534136712551,0.3076205849647522,0.8583413809537888,845.0,216320.0,3066.259307922097,13844480.0 +216.48,7.400000095367432,4330.0,0.009424498304724693,0.1231485977768898,2.3006303310394287,-0.012624700553715229,0.2971854507923126,0.8530919551849365,846.0,216576.0,3070.043340381002,13860864.0 +117.37,8.199999809265137,4369.0,0.012044756673276424,0.1635335236787796,2.2797958850860596,-0.013103133998811245,0.1984792798757553,0.8905923366546631,847.0,216832.0,3073.7939989259467,13877248.0 +133.0,8.0,4470.0,0.007169827818870544,0.08990478515625,2.2364184856414795,-0.011569801717996597,0.27628710865974426,0.872031182050705,848.0,217088.0,3077.4596699681133,13893632.0 +151.67,7.800000190734863,4511.0,0.008389648981392384,0.1021321639418602,2.2384932041168213,-0.010024935938417912,0.3271745443344116,0.8508734852075577,849.0,217344.0,3081.09174248809,13910016.0 +160.46,8.100000381469727,4612.0,0.0073044574819505215,0.0932820662856102,2.260462522506714,-0.00919135008007288,0.30669814348220825,0.8528574705123901,850.0,217600.0,3084.644168042112,13926400.0 +149.24,7.0,4530.0,0.008553954772651196,0.1054280623793602,2.2457637786865234,-0.012256323359906673,0.2892940044403076,0.8721621334552765,851.0,217856.0,3088.261880608974,13942784.0 +144.46,7.599999904632568,4606.0,0.009373542852699757,0.123046875,2.3043363094329834,-0.011813676916062832,0.28488144278526306,0.8668531030416489,852.0,218112.0,3091.8193454050925,13959168.0 +165.29,7.800000190734863,4538.0,0.008830541744828224,0.1126302108168602,2.3217082023620605,-0.010269245132803917,0.3515610694885254,0.8477781713008881,853.0,218368.0,3095.4297191880178,13975552.0 +183.75,7.099999904632568,4675.0,0.008352003060281277,0.1064249649643898,2.3421146869659424,-0.012620107270777225,0.2817847728729248,0.8923279717564583,854.0,218624.0,3098.9343741349876,13991936.0 +176.08,8.0,4504.0,0.008306526578962803,0.1130167618393898,2.2938926219940186,-0.013800877146422863,0.2596944272518158,0.9004791006445885,855.0,218880.0,3102.5726829480845,14008320.0 +151.71,7.800000190734863,4614.0,0.008741742931306362,0.11248779296875,2.280524730682373,-0.0100594786927104,0.2839560806751251,0.8833262249827385,856.0,219136.0,3106.123735956149,14024704.0 +178.29,7.800000190734863,4664.0,0.008345257490873337,0.1116739884018898,2.2977294921875,-0.013332786969840527,0.21007269620895386,0.9064733982086182,857.0,219392.0,3109.6371739690658,14041088.0 +229.36,6.599999904632568,4652.0,0.008719363249838352,0.1198526993393898,2.3046152591705322,-0.010703920386731625,0.34001073241233826,0.823558583855629,858.0,219648.0,3113.1591128499713,14057472.0 +169.56,7.400000095367432,4617.0,0.00629692105576396,0.0752970352768898,2.291510820388794,-0.011193954385817051,0.32162418961524963,0.8618137687444687,859.0,219904.0,3116.708088440122,14073856.0 +122.26,8.100000381469727,4765.0,0.00902953278273344,0.1185506209731102,2.2481706142425537,-0.01226950716227293,0.3690671920776367,0.8608547300100327,860.0,220160.0,3120.146958504105,14090240.0 +169.1,7.599999904632568,4624.0,0.009507989510893822,0.1230672225356102,2.2685678005218506,-0.010692351497709751,0.36234667897224426,0.8488305658102036,861.0,220416.0,3123.69083040813,14106624.0 +129.57,8.0,4598.0,0.008166479878127575,0.1097005233168602,2.269254207611084,-0.012808705680072308,0.3479512929916382,0.8532308787107468,862.0,220672.0,3127.254996633157,14123008.0 +134.32,7.599999904632568,4579.0,0.0077666789293289185,0.099609375,2.2816240787506104,-0.010417534969747066,0.2427103966474533,0.8788708224892616,863.0,220928.0,3130.833509286167,14139392.0 +122.97,7.5,4544.0,0.008113681338727474,0.1065266951918602,2.2932651042938232,-0.010879197157919407,0.4262271225452423,0.8091276288032532,864.0,221184.0,3134.439889549045,14155776.0 +141.7,6.900000095367432,4507.0,0.00992970447987318,0.1211954727768898,2.2915420532226562,-0.011543414555490017,0.3970073163509369,0.8179813921451569,865.0,221440.0,3138.075204658089,14172160.0 +194.93,7.099999904632568,4578.0,0.008433596231043339,0.1104329451918602,2.2602007389068604,-0.010991615243256092,0.3484385311603546,0.8316806852817535,866.0,221696.0,3141.654753854964,14188544.0 +141.67,7.300000190734863,4455.0,0.008037910796701908,0.0961100235581398,2.270026683807373,-0.012368421070277691,0.31921955943107605,0.8596014827489853,867.0,221952.0,3145.3326758521143,14204928.0 +136.09,7.5,4755.0,0.008399446494877338,0.1106160506606102,2.271301507949829,-0.01076098158955574,0.3360363245010376,0.8648195415735245,868.0,222208.0,3148.7786701510195,14221312.0 +83.98,7.900000095367432,4695.0,0.00954150129109621,0.1265055388212204,2.2551169395446777,-0.011527047492563725,0.3189874589443207,0.8729689568281174,869.0,222464.0,3152.2689279541373,14237696.0 +138.82,7.5,4623.0,0.008846580050885677,0.1102498397231102,2.235685348510742,-0.010855861939489841,0.36297962069511414,0.8518314361572266,870.0,222720.0,3155.8134533839766,14254080.0 +126.72,7.800000190734863,4587.0,0.009070157073438168,0.1189982071518898,2.2496731281280518,-0.01010207086801529,0.26707491278648376,0.876334935426712,871.0,222976.0,3159.385306616081,14270464.0 +186.36,7.199999809265137,4574.0,0.009342212229967117,0.1260986328125,2.264808177947998,-0.012567880563437939,0.3359181582927704,0.8538106679916382,872.0,223232.0,3162.9673645240255,14286848.0 +155.49,6.699999809265137,4722.0,0.009046405553817749,0.1182047501206398,2.273491859436035,-0.01009052712470293,0.40032732486724854,0.8196965008974075,873.0,223488.0,3166.437295467127,14303232.0 +158.32,7.699999809265137,4579.0,0.00927771907299757,0.1240437850356102,2.2906668186187744,-0.011933485977351665,0.22594629228115082,0.9059012159705162,874.0,223744.0,3170.0158654870465,14319616.0 +193.24,7.599999904632568,4713.0,0.007817710749804974,0.1049601212143898,2.318016767501831,-0.011171991936862469,0.22926102578639984,0.9110448881983757,875.0,224000.0,3173.493106882088,14336000.0 +165.21,8.0,4682.0,0.009162030182778835,0.11956787109375,2.2791149616241455,-0.013040896505117416,0.2927683889865875,0.8874925002455711,876.0,224256.0,3176.9930381099693,14352384.0 +138.73,7.199999809265137,4630.0,0.007321514189243317,0.0930989608168602,2.285128355026245,-0.010847027413547039,0.38366785645484924,0.8695356547832489,877.0,224512.0,3180.531995481113,14368768.0 +111.24,8.199999809265137,4775.0,0.010545886121690273,0.1432902067899704,2.2611398696899414,-0.013346285559237003,0.21840350329875946,0.9252727180719376,878.0,224768.0,3183.9640014120378,14385152.0 +142.9,7.099999904632568,4640.0,0.009227392263710499,0.1172688826918602,2.2725870609283447,-0.01106629054993391,0.2960626780986786,0.8895899057388306,879.0,225024.0,3187.4955170231406,14401536.0 +145.74,7.199999809265137,4688.0,0.01008238922804594,0.1298014372587204,2.236008644104004,-0.013401645235717297,0.33490943908691406,0.8646809607744217,880.0,225280.0,3190.9905716490466,14417920.0 +122.98,8.300000190734863,4292.0,0.010591392405331135,0.1335652619600296,2.2279551029205322,-0.013698216527700424,0.2602631747722626,0.8623113334178925,881.0,225536.0,3194.80870606401,14434304.0 +169.46,7.5,4528.0,0.009214646182954311,0.1233113631606102,2.2516729831695557,-0.011960764415562153,0.3656035363674164,0.8120342940092087,882.0,225792.0,3198.427025082987,14450688.0 +121.63,8.100000381469727,4648.0,0.007232311647385359,0.0860799178481102,2.237445831298828,-0.011452700011432171,0.2759166955947876,0.8635071516036987,883.0,226048.0,3201.952110250946,14467072.0 +160.97,7.699999809265137,4575.0,0.011068425141274929,0.146240234375,2.2395589351654053,-0.014373286627233028,0.24126721918582916,0.8879932910203934,884.0,226304.0,3205.5337291201577,14483456.0 +115.07,8.199999809265137,4562.0,0.01183240581303835,0.1579793244600296,2.254913091659546,-0.014223300851881504,0.23710525035858154,0.8889732360839844,885.0,226560.0,3209.1254867780954,14499840.0 +117.61,7.900000095367432,4603.0,0.009158097207546234,0.12322998046875,2.2285032272338867,-0.011560608632862568,0.35544323921203613,0.8425369411706924,886.0,226816.0,3212.684942888096,14516224.0 +149.25,7.699999809265137,4647.0,0.008740267716348171,0.1118367537856102,2.2663421630859375,-0.010053223930299282,0.25518932938575745,0.8741585910320282,887.0,227072.0,3216.2113539320417,14532608.0 +163.32,7.5,4703.0,0.010602828115224838,0.1351725310087204,2.244316339492798,-0.011937015689909458,0.2825728952884674,0.8601594716310501,888.0,227328.0,3219.69518349017,14548992.0 +187.84,7.5,4646.0,0.010931209661066532,0.1458943635225296,2.243894338607788,-0.01259006280452013,0.2266695350408554,0.886714406311512,889.0,227584.0,3223.2221778761595,14565376.0 +172.19,7.599999904632568,4474.0,0.008175041526556015,0.1016438826918602,2.2379701137542725,-0.012976140715181828,0.3487504720687866,0.859024778008461,890.0,227840.0,3226.8841965820175,14581760.0 +167.75,7.699999809265137,4520.0,0.01062828954309225,0.1399943083524704,2.251821756362915,-0.013697394169867039,0.2714957296848297,0.8812826424837112,891.0,228096.0,3230.508948388044,14598144.0 +202.43,7.400000095367432,4756.0,0.010229406878352165,0.1283976286649704,2.263448476791382,-0.011708959937095642,0.27222463488578796,0.8757750988006592,892.0,228352.0,3233.9541069909465,14614528.0 +156.17,7.400000095367432,4570.0,0.00984629150480032,0.1314290314912796,2.2408108711242676,-0.011532832868397236,0.2792305648326874,0.8844334855675697,893.0,228608.0,3237.539686457021,14630912.0 +136.18,7.699999809265137,4567.0,0.010289568454027176,0.1346638947725296,2.2564802169799805,-0.013742118142545223,0.2854076027870178,0.8711303770542145,894.0,228864.0,3241.1271603831556,14647296.0 +166.75,7.099999904632568,4571.0,0.010622256435453892,0.1433308869600296,2.285980463027954,-0.010432343930006027,0.25351348519325256,0.886996366083622,895.0,229120.0,3244.7120657640044,14663680.0 +207.23,7.699999809265137,4359.0,0.00878867693245411,0.1141357421875,2.2845427989959717,-0.012532982043921947,0.28260287642478943,0.8815843984484673,896.0,229376.0,3248.4714281321503,14680064.0 +193.28,7.199999809265137,4341.0,0.009911873377859592,0.12347412109375,2.304292917251587,-0.012744568288326263,0.25913551449775696,0.8913772329688072,897.0,229632.0,3252.245962138986,14696448.0 +127.73,8.100000381469727,4366.0,0.010320029221475124,0.1334431916475296,2.2483737468719482,-0.01378870289772749,0.26480838656425476,0.8895877227187157,898.0,229888.0,3255.999783229083,14712832.0 +143.89,7.699999809265137,4541.0,0.009697865694761276,0.1263020783662796,2.2371485233306885,-0.012499627657234669,0.29146111011505127,0.8800001591444016,899.0,230144.0,3259.608427924104,14729216.0 +133.65,7.800000190734863,4987.0,0.011478991247713566,0.1483154296875,2.2682125568389893,-0.014624238945543766,0.19541408121585846,0.9178393557667732,900.0,230400.0,3262.8940626149997,14745600.0 +182.9,7.5,4526.0,0.01061814371496439,0.1432698518037796,2.273656129837036,-0.013482595793902874,0.2775457799434662,0.8924892991781235,901.0,230656.0,3266.514414718142,14761984.0 +126.58,7.099999904632568,4406.0,0.00861598365008831,0.1066487655043602,2.2712981700897217,-0.011522750370204449,0.3521631062030792,0.8599066436290741,902.0,230912.0,3270.233210629085,14778368.0 +175.84,7.699999809265137,4448.0,0.010191184468567371,0.1298421174287796,2.2868847846984863,-0.011458881199359894,0.27841490507125854,0.8958359360694885,903.0,231168.0,3273.9171747609507,14794752.0 +145.22,7.800000190734863,4572.0,0.010262270458042622,0.1341959685087204,2.3027782440185547,-0.012307584285736084,0.208582803606987,0.9166545867919922,904.0,231424.0,3277.5016348240897,14811136.0 +142.98,7.400000095367432,4297.0,0.009235470555722713,0.11517333984375,2.305032730102539,-0.012784156948328018,0.32032448053359985,0.8752402737736702,905.0,231680.0,3281.315120801097,14827520.0 +179.24,7.699999809265137,4495.0,0.009826852940022945,0.1349894255399704,2.2926321029663086,-0.010360087268054485,0.2525792717933655,0.8977850675582886,906.0,231936.0,3284.9635765741114,14843904.0 +180.24,6.900000095367432,4618.0,0.0086898822337389,0.11053466796875,2.2795956134796143,-0.012916981242597103,0.36323046684265137,0.8420973271131516,907.0,232192.0,3288.511946049053,14860288.0 +156.59,7.099999904632568,4568.0,0.0072980537079274654,0.0861409530043602,2.2630484104156494,-0.011743627488613129,0.31636419892311096,0.8576862514019012,908.0,232448.0,3292.098838906968,14876672.0 +160.81,7.5,4819.0,0.010527056641876698,0.1422526091337204,2.2439537048339844,-0.015471694059669971,0.2993786931037903,0.8643984496593475,909.0,232704.0,3295.4988973240834,14893056.0 +115.82,8.199999809265137,4716.0,0.00875396654009819,0.1085408553481102,2.263662576675415,-0.011949936859309673,0.33746254444122314,0.8407080769538879,910.0,232960.0,3298.9734759051353,14909440.0 +132.61,8.699999809265137,4346.0,0.009711600840091705,0.1213785782456398,2.274869203567505,-0.015745555981993675,0.10448848456144333,0.9407586231827736,911.0,233216.0,3302.7438474211376,14925824.0 +106.97,7.599999904632568,4476.0,0.009402094408869743,0.1318766325712204,2.276550531387329,-0.008414614014327526,0.4786199629306793,0.7899711281061172,912.0,233472.0,3306.404202547157,14942208.0 +165.67,7.5,4462.0,0.008855215273797512,0.11895751953125,2.315915107727051,-0.013850592076778412,0.229203999042511,0.8862641528248787,913.0,233728.0,3310.0761799390893,14958592.0 +234.05,6.900000095367432,4590.0,0.00911694671958685,0.12506103515625,2.299346923828125,-0.012021057307720184,0.31020358204841614,0.8555005043745041,914.0,233984.0,3313.645848618122,14974976.0 +149.13,7.400000095367432,4716.0,0.00938637088984251,0.1230875626206398,2.288102865219116,-0.013749576173722744,0.2428257018327713,0.8941498845815659,915.0,234240.0,3317.1199913281016,14991360.0 +157.45,8.300000190734863,4896.0,0.009326987899839878,0.1239013671875,2.276155710220337,-0.014692327938973904,0.24687935411930084,0.8844743296504021,916.0,234496.0,3320.466681065038,15007744.0 +166.46,7.599999904632568,4431.0,0.008073215372860432,0.1036173477768898,2.250187873840332,-0.012254089117050171,0.3236508071422577,0.8598289787769318,917.0,234752.0,3324.1644213760737,15024128.0 +156.11,8.0,4435.0,0.009856095537543297,0.1317545622587204,2.2424662113189697,-0.011310119181871414,0.1383824497461319,0.935878112912178,918.0,235008.0,3327.8589959950186,15040512.0 +177.41,7.400000095367432,4677.0,0.010232527740299702,0.1399129182100296,2.252296209335327,-0.011228476651012897,0.24263723194599152,0.8951674550771713,919.0,235264.0,3331.362085241126,15056896.0 +204.77,7.099999904632568,4636.0,0.008537247776985168,0.1094563826918602,2.2302751541137695,-0.011331613175570965,0.2646022439002991,0.8949977457523346,920.0,235520.0,3334.8962093519513,15073280.0 +191.38,6.900000095367432,4748.0,0.008950522169470787,0.1191202774643898,2.2466187477111816,-0.01196600217372179,0.28081566095352173,0.8973811641335487,921.0,235776.0,3338.3473582691513,15089664.0 +112.06,7.800000190734863,4643.0,0.010413735173642635,0.1365763396024704,2.2381434440612793,-0.01388645265251398,0.36415186524391174,0.8607625067234039,922.0,236032.0,3341.8764999359846,15106048.0 +148.81,7.900000095367432,4592.0,0.009418194182217121,0.11700439453125,2.247812271118164,-0.012808553874492645,0.2756337523460388,0.8887207880616188,923.0,236288.0,3345.448041965021,15122432.0 +185.82,7.099999904632568,4680.0,0.00884791649878025,0.11346435546875,2.281338930130005,-0.012114055454730988,0.28662535548210144,0.8792553767561913,924.0,236544.0,3348.9492076260503,15138816.0 +248.87,6.900000095367432,4773.0,0.0095751928165555,0.1283365935087204,2.283236026763916,-0.011510088108479977,0.17018689215183258,0.9092459380626678,925.0,236800.0,3352.382296059979,15155200.0 +220.62,7.199999809265137,4487.0,0.008127477020025253,0.1038614884018898,2.285459518432617,-0.01106980536133051,0.2946852147579193,0.8676387667655945,926.0,237056.0,3356.034418439027,15171584.0 +193.18,7.199999809265137,4711.0,0.009887133724987507,0.1327718049287796,2.2882463932037354,-0.012693852186203003,0.1913062334060669,0.9101938754320145,927.0,237312.0,3359.5125600190368,15187968.0 +213.7,6.800000190734863,4419.0,0.00874180719256401,0.115478515625,2.261086940765381,-0.011140286922454834,0.3734492063522339,0.8362001478672028,928.0,237568.0,3363.220623260131,15204352.0 +118.65,8.0,4582.0,0.00941102672368288,0.1242879256606102,2.2786264419555664,-0.01279511395841837,0.25735610723495483,0.8775384202599525,929.0,237824.0,3366.796941468958,15220736.0 +192.84,7.400000095367432,4520.0,0.008433014154434204,0.1095174178481102,2.2766520977020264,-0.008684891276061535,0.30173394083976746,0.8545890897512436,930.0,238080.0,3370.4220257790294,15237120.0 +112.95,7.400000095367432,4583.0,0.009602569043636322,0.1247151717543602,2.296157121658325,-0.01303128246217966,0.2599685490131378,0.8775534778833389,931.0,238336.0,3373.996949641034,15253504.0 +175.27,7.900000095367432,4849.0,0.009464832954108715,0.1239013671875,2.303253173828125,-0.011701430194079876,0.21407383680343628,0.9063908979296684,932.0,238592.0,3377.3761002100073,15269888.0 +152.78,7.400000095367432,4611.0,0.008211794309318066,0.1075846329331398,2.272181749343872,-0.012478034012019634,0.28281745314598083,0.8841853365302086,933.0,238848.0,3380.9299861660693,15286272.0 +165.36,7.400000095367432,4543.0,0.009194895625114441,0.1231892928481102,2.2746880054473877,-0.012717668898403645,0.24931897222995758,0.9087990820407867,934.0,239104.0,3384.536948906025,15302656.0 +179.47,7.400000095367432,4561.0,0.012380794622004032,0.1575724333524704,2.2604329586029053,-0.014533589594066143,0.1859847456216812,0.9314378648996353,935.0,239360.0,3388.1298683381174,15319040.0 +189.54,7.400000095367432,4608.0,0.009753852151334286,0.1275431364774704,2.2323598861694336,-0.013764497824013233,0.3006540834903717,0.8987241461873055,936.0,239616.0,3391.685947994003,15335424.0 +150.65,6.800000190734863,4384.0,0.008988342247903347,0.1160685196518898,2.244039297103882,-0.012290075421333313,0.39237794280052185,0.8701326102018356,937.0,239872.0,3395.423920375062,15351808.0 +157.94,7.400000095367432,4436.0,0.008802147582173347,0.1154581680893898,2.2474255561828613,-0.013923735357820988,0.33111947774887085,0.8886329904198647,938.0,240128.0,3399.1178292860277,15368192.0 +117.21,7.599999904632568,4914.0,0.00818259734660387,0.1046346053481102,2.239352226257324,-0.01357185561209917,0.24998025596141815,0.9086362421512604,939.0,240384.0,3402.452556719072,15384576.0 +164.3,7.199999809265137,4789.0,0.008746356703341007,0.1150716170668602,2.2450854778289795,-0.011047138832509518,0.2767591178417206,0.893894650042057,940.0,240640.0,3405.8741661401,15400960.0 +151.29,7.0,4619.0,0.010365079157054424,0.1367390900850296,2.230201005935669,-0.014269662089645863,0.26944252848625183,0.8945009037852287,941.0,240896.0,3409.42202040297,15417344.0 +172.97,7.800000190734863,4635.0,0.008480786345899105,0.1095174178481102,2.2413599491119385,-0.012840937823057175,0.3597381114959717,0.8503811210393906,942.0,241152.0,3412.9570273270365,15433728.0 +138.97,7.400000095367432,4549.0,0.011632733047008514,0.15655517578125,2.2431585788726807,-0.013087078928947449,0.37754854559898376,0.8494493067264557,943.0,241408.0,3416.558630695101,15450112.0 +86.19,8.5,4490.0,0.010468105785548687,0.1455281525850296,2.2587876319885254,-0.014115291647613049,0.21624301373958588,0.9164437130093575,944.0,241664.0,3420.2080102080945,15466496.0 +129.53,8.100000381469727,4492.0,0.009879606775939465,0.1270751953125,2.2873518466949463,-0.010684936307370663,0.21841825544834137,0.910595715045929,945.0,241920.0,3423.855776807992,15482880.0 +144.92,8.0,4640.0,0.009759287349879742,0.13250732421875,2.272041082382202,-0.011107553727924824,0.2440451979637146,0.9153391420841217,946.0,242176.0,3427.387284483062,15499264.0 +183.45,7.599999904632568,4471.0,0.007979214191436768,0.1043294295668602,2.255394458770752,-0.013021682389080524,0.4351947009563446,0.8553702980279922,947.0,242432.0,3431.0520903200377,15515648.0 +113.54,7.900000095367432,4730.0,0.011438791640102863,0.1536051481962204,2.212817907333374,-0.01581132784485817,0.3214799165725708,0.8810781463980675,948.0,242688.0,3434.5167840761133,15532032.0 +130.03,7.699999809265137,4560.0,0.009460652247071266,0.1264241486787796,2.2308096885681152,-0.011501696892082691,0.3430527150630951,0.860432043671608,949.0,242944.0,3438.1102091011126,15548416.0 +78.41,8.100000381469727,4663.0,0.00862779002636671,0.11358642578125,2.262791156768799,-0.012050043791532516,0.23311610519886017,0.8741773962974548,950.0,243200.0,3441.6238375790417,15564800.0 +175.21,7.400000095367432,4636.0,0.008009546436369419,0.1027425155043602,2.2679555416107178,-0.010158090852200985,0.3393678367137909,0.8544745445251465,951.0,243456.0,3445.1584842251614,15581184.0 +140.39,7.5,4434.0,0.008505023084580898,0.1041463240981102,2.2351667881011963,-0.012592821381986141,0.33963727951049805,0.850579246878624,952.0,243712.0,3448.853491239017,15597568.0 +151.63,7.099999904632568,4546.0,0.008312135934829712,0.1015828475356102,2.2558696269989014,-0.010739627294242382,0.32941555976867676,0.855661004781723,953.0,243968.0,3452.458253075136,15613952.0 +146.61,8.300000190734863,4545.0,0.010931584052741528,0.1396280974149704,2.244159698486328,-0.012594688683748245,0.2228957563638687,0.9077675044536591,954.0,244224.0,3456.063143606996,15630336.0 +169.6,6.900000095367432,4516.0,0.009848822839558125,0.129638671875,2.2364070415496826,-0.01164296641945839,0.3346763551235199,0.8672270178794861,955.0,244480.0,3459.691774345003,15646720.0 +135.22,7.599999904632568,4552.0,0.01036863960325718,0.1439615935087204,2.2614057064056396,-0.014672457240521908,0.19856728613376617,0.9125356525182724,956.0,244736.0,3463.291550311027,15663104.0 +166.97,8.0,4512.0,0.010983403772115707,0.15216064453125,2.20182728767395,-0.014828247018158436,0.29262852668762207,0.8770666271448135,957.0,244992.0,3466.9227985660546,15679488.0 +130.06,8.100000381469727,4460.0,0.009188475087285042,0.1164143905043602,2.1991989612579346,-0.011994559317827225,0.2656446099281311,0.875561036169529,958.0,245248.0,3470.5968207439873,15695872.0 +96.33,7.900000095367432,4509.0,0.010384127497673035,0.1340535432100296,2.225693464279175,-0.013959311880171299,0.23249751329421997,0.9087489694356918,959.0,245504.0,3474.2307766780723,15712256.0 +167.93,7.599999904632568,4694.0,0.008982024155557156,0.11785888671875,2.245250940322876,-0.01380914170295,0.2820713520050049,0.8936677351593971,960.0,245760.0,3477.7232112630736,15728640.0 +135.03,8.0,4708.0,0.011200524866580963,0.1511433869600296,2.2632036209106445,-0.013302545994520187,0.20489168167114258,0.9247971698641777,961.0,246016.0,3481.203374124132,15745024.0 +253.42,7.0,4789.0,0.009563801810145378,0.1270751953125,2.2680931091308594,-0.0109409773722291,0.3178020417690277,0.8740047663450241,962.0,246272.0,3484.6248109261505,15761408.0 +171.22,7.5,4760.0,0.010572764091193676,0.1417236328125,2.224038600921631,-0.016084833070635796,0.166867196559906,0.9310940057039261,963.0,246528.0,3488.067559777992,15777792.0 +136.25,7.0,4630.0,0.010022307746112347,0.13250732421875,2.227397918701172,-0.013943232595920563,0.22074584662914276,0.9250662624835968,964.0,246784.0,3491.606134449132,15794176.0 +132.06,7.699999809265137,4625.0,0.011436698026955128,0.1495157927274704,2.2102670669555664,-0.01330111175775528,0.30553707480430603,0.9001033306121826,965.0,247040.0,3495.1494107090402,15810560.0 +141.2,8.199999809265137,4814.0,0.009337550960481167,0.12542724609375,2.187108278274536,-0.01444216538220644,0.3313744366168976,0.9015724211931229,966.0,247296.0,3498.5530616310425,15826944.0 +143.2,7.400000095367432,4574.0,0.011470151133835316,0.1462198942899704,2.2017879486083984,-0.01320031750947237,0.2518945038318634,0.9220608696341515,967.0,247552.0,3502.13549898006,15843328.0 +153.28,7.699999809265137,4351.0,0.009847749024629593,0.1264445036649704,2.1890270709991455,-0.012220571748912334,0.280250608921051,0.9055874198675156,968.0,247808.0,3505.9009966391604,15859712.0 +127.59,8.100000381469727,4355.0,0.00984424538910389,0.1294962614774704,2.1830484867095947,-0.014885280281305313,0.21621038019657135,0.9189122766256332,969.0,248064.0,3509.663340158062,15876096.0 +177.63,7.5,4888.0,0.012049107812345028,0.1560261994600296,2.223275661468506,-0.013972923159599304,0.2475612610578537,0.9027458056807518,970.0,248320.0,3513.015673076967,15892480.0 +173.17,8.199999809265137,4746.0,0.008970867842435837,0.1157633438706398,2.226400375366211,-0.013789608143270016,0.2843472361564636,0.8916798457503319,971.0,248576.0,3516.4681009810884,15908864.0 +133.16,8.399999618530273,4860.0,0.010325123555958271,0.1328938752412796,2.198946475982666,-0.014773641712963581,0.25612565875053406,0.910303384065628,972.0,248832.0,3519.839356757002,15925248.0 +134.66,7.400000095367432,4558.0,0.011951900087296963,0.14495849609375,2.2116568088531494,-0.013072808273136616,0.2707798480987549,0.9126594141125679,973.0,249088.0,3523.4344098039437,15941632.0 +158.15,7.099999904632568,4499.0,0.010181699879467487,0.1330363005399704,2.246119499206543,-0.013365107588469982,0.2857776880264282,0.9049103260040283,974.0,249344.0,3527.076623082161,15958016.0 +120.71,7.199999809265137,4716.0,0.010374707169830799,0.1312052458524704,2.2650489807128906,-0.012583669275045395,0.3053840100765228,0.8949011787772179,975.0,249600.0,3530.5514589529485,15974400.0 +147.17,7.800000190734863,4662.0,0.008691969327628613,0.1089884415268898,2.267536163330078,-0.011765040457248688,0.29077595472335815,0.8985950276255608,976.0,249856.0,3534.0660863739904,15990784.0 +166.45,7.699999809265137,4445.0,0.011266488581895828,0.1443684846162796,2.2618305683135986,-0.013531920500099659,0.23764963448047638,0.9148090481758118,977.0,250112.0,3537.7520378229674,16007168.0 +118.7,7.5,4498.0,0.01039802934974432,0.1410725861787796,2.2059967517852783,-0.013738122768700123,0.29527392983436584,0.9010153040289879,978.0,250368.0,3541.3946519149467,16023552.0 +136.13,7.900000095367432,4542.0,0.010898728854954243,0.1413981169462204,2.215301275253296,-0.012359562329947948,0.22670932114124298,0.9113049954175949,979.0,250624.0,3545.00250136503,16039936.0 +136.52,8.100000381469727,4397.0,0.00793752446770668,0.1011759415268898,2.238576650619507,-0.010652787983417511,0.2210700660943985,0.9133927822113037,980.0,250880.0,3548.7293931921013,16056320.0 +170.06,6.900000095367432,4667.0,0.010984167456626892,0.13909912109375,2.2508983612060547,-0.014591260813176632,0.2794078588485718,0.9012799710035324,981.0,251136.0,3552.2406475560274,16072704.0 +149.01,7.800000190734863,4752.0,0.008634335361421108,0.11260986328125,2.2122039794921875,-0.012325424700975418,0.27096760272979736,0.9249100461602211,982.0,251392.0,3555.688738947967,16089088.0 +135.1,7.699999809265137,4611.0,0.007103114854544401,0.0873819962143898,2.158827543258667,-0.013724129647016525,0.3932512700557709,0.8857875168323517,983.0,251648.0,3559.2422845449764,16105472.0 +142.75,7.900000095367432,4697.0,0.009671167470514774,0.1215413436293602,2.1590187549591064,-0.014303411357104778,0.28395068645477295,0.9030996039509773,984.0,251904.0,3562.7307434340473,16121856.0 +134.86,8.0,4572.0,0.009703568182885647,0.1212972030043602,2.1891515254974365,-0.013667519204318523,0.22564034163951874,0.9224525094032288,985.0,252160.0,3566.3144967299886,16138240.0 +112.12,8.600000381469727,4541.0,0.007657939102500677,0.0989176407456398,2.157034158706665,-0.012413263320922852,0.2160692662000656,0.9241610020399094,986.0,252416.0,3569.923169579124,16154624.0 +122.53,8.0,4640.0,0.008118514902889729,0.1028238907456398,2.144495964050293,-0.011493795551359653,0.3050648272037506,0.9064341560006142,987.0,252672.0,3573.4548323999625,16171008.0 +158.86,7.199999809265137,4643.0,0.009598380886018276,0.1285400390625,2.158945322036743,-0.0133797163143754,0.3572550117969513,0.8740098774433136,988.0,252928.0,3576.9842449231073,16187392.0 +120.61,7.400000095367432,4684.0,0.009767447598278522,0.12762451171875,2.1967837810516357,-0.011948001570999622,0.2927812337875366,0.8920918479561806,989.0,253184.0,3580.4824330210686,16203776.0 +153.98,7.0,4740.0,0.010012409649789333,0.1297607421875,2.201063394546509,-0.010467889718711376,0.30760177969932556,0.8901703432202339,990.0,253440.0,3583.939457111992,16220160.0 +180.44,7.199999809265137,4434.0,0.009426943026483059,0.1198526993393898,2.222733736038208,-0.011783155612647533,0.24477405846118927,0.9068158268928528,991.0,253696.0,3587.6349811309483,16236544.0 +232.26,6.800000190734863,4572.0,0.009293830022215843,0.12744140625,2.195233106613159,-0.011534194462001324,0.38568195700645447,0.8718437850475311,992.0,253952.0,3591.218604048947,16252928.0 +169.27,8.100000381469727,4535.0,0.010023192502558231,0.1286417692899704,2.1948258876800537,-0.013333403505384922,0.23328208923339844,0.9191391840577126,993.0,254208.0,3594.8318901180755,16269312.0 +107.21,7.400000095367432,4524.0,0.008903526701033115,0.11962890625,2.1292059421539307,-0.012458368204534054,0.3470805883407593,0.8794555738568306,994.0,254464.0,3598.454085703008,16285696.0 +108.91,7.300000190734863,4613.0,0.00842959899455309,0.1023763045668602,2.1753158569335938,-0.010508072562515736,0.3159874975681305,0.8881757855415344,995.0,254720.0,3602.0056946710683,16302080.0 +167.2,7.5,4537.0,0.009060007520020008,0.1197713240981102,2.165196418762207,-0.014351139776408672,0.23875002562999725,0.9022745415568352,996.0,254976.0,3605.61678246106,16318464.0 +134.05,7.300000190734863,4550.0,0.010276587679982185,0.1342570036649704,2.1808600425720215,-0.010951231233775616,0.33499038219451904,0.8693343847990036,997.0,255232.0,3609.222103353124,16334848.0 +159.87,7.699999809265137,4475.0,0.011175420135259628,0.1449991911649704,2.190765619277954,-0.014315146952867508,0.24369043111801147,0.909547746181488,998.0,255488.0,3612.8835862679407,16351232.0 +124.51,8.399999618530273,4512.0,0.011239618062973022,0.1509806364774704,2.1659159660339355,-0.01259465143084526,0.29219725728034973,0.8879449144005775,999.0,255744.0,3616.5154859949835,16367616.0 +144.46,7.800000190734863,4760.0,0.007714607287198305,0.0994873046875,2.155388593673706,-0.011091048829257488,0.23941153287887573,0.908296562731266,1000.0,256000.0,3619.9579699309543,16384000.0 +107.27,7.0,4433.0,0.009062944911420345,0.1102091446518898,2.118910789489746,-0.01353871077299118,0.4011974632740021,0.8499935567378998,1001.0,256256.0,3623.6542168969754,16400384.0 +160.7,7.800000190734863,4558.0,0.008344604633748531,0.1086832657456398,2.172811269760132,-0.012126385234296322,0.18448488414287567,0.917352169752121,1002.0,256512.0,3627.249003587058,16416768.0 +201.31,7.099999904632568,4390.0,0.011012702248990536,0.1389973908662796,2.148782968521118,-0.011595907621085644,0.32389363646507263,0.8644029796123505,1003.0,256768.0,3630.981337683974,16433152.0 +117.86,7.800000190734863,4683.0,0.00957568734884262,0.12188720703125,2.154071807861328,-0.015494880266487598,0.27870479226112366,0.8743190765380859,1004.0,257024.0,3634.4804408049677,16449536.0 +147.75,7.099999904632568,4649.0,0.009439482353627682,0.1226603165268898,2.112048864364624,-0.013398553244769573,0.3199317753314972,0.881984293460846,1005.0,257280.0,3638.0053065849934,16465920.0 +124.75,7.5,4462.0,0.008462208323180676,0.1062418594956398,2.0947234630584717,-0.012659791857004166,0.34206870198249817,0.8978196308016777,1006.0,257536.0,3641.677535556024,16482304.0 +124.57,7.800000190734863,4592.0,0.009810851886868477,0.1248779296875,2.1306631565093994,-0.012971877120435238,0.22725540399551392,0.9300946444272995,1007.0,257792.0,3645.246406886028,16498688.0 +161.89,7.400000095367432,4569.0,0.010955839417874813,0.1365763396024704,2.1562788486480713,-0.012201455421745777,0.2246890664100647,0.9259517937898636,1008.0,258048.0,3648.832739647012,16515072.0 +165.15,7.099999904632568,4739.0,0.009995808824896812,0.1288655549287796,2.1750221252441406,-0.012388036586344242,0.17799919843673706,0.9384818933904171,1009.0,258304.0,3652.2901824971195,16531456.0 +179.83,7.5,4623.0,0.010606694966554642,0.1421712189912796,2.150951623916626,-0.012567907571792603,0.25198182463645935,0.9098460897803307,1010.0,258560.0,3655.8348678920884,16547840.0 +164.47,6.699999809265137,4435.0,0.009515847079455853,0.1210734024643898,2.1664772033691406,-0.012009174562990665,0.37161004543304443,0.8627980202436447,1011.0,258816.0,3659.529167196015,16564224.0 +117.93,7.800000190734863,4550.0,0.010349014773964882,0.1427001953125,2.13387131690979,-0.01318060141056776,0.32232409715652466,0.8861421495676041,1012.0,259072.0,3663.1304471080657,16580608.0 +117.14,7.800000190734863,4606.0,0.009840860962867737,0.1337483674287796,2.115588426589966,-0.011492175050079823,0.3168763816356659,0.8890082091093063,1013.0,259328.0,3666.6881385250017,16596992.0 +147.92,8.0,4596.0,0.011039890348911285,0.1449381560087204,2.1592111587524414,-0.015008709393441677,0.29527607560157776,0.890719972550869,1014.0,259584.0,3670.2532521251123,16613376.0 +106.78,8.300000190734863,4858.0,0.010286130011081696,0.1350504606962204,2.1501147747039795,-0.012699030339717865,0.28037557005882263,0.8958114385604858,1015.0,259840.0,3673.6260040409397,16629760.0 +156.45,6.900000095367432,4677.0,0.00985820684581995,0.12530517578125,2.1860289573669434,-0.011445608921349049,0.2534891366958618,0.9046706855297089,1016.0,260096.0,3677.129128654953,16646144.0 +167.05,8.0,4642.0,0.01002060528844595,0.1330769807100296,2.1428658962249756,-0.014414514414966106,0.2713463008403778,0.90509232878685,1017.0,260352.0,3680.658986527007,16662528.0 +153.58,7.300000190734863,4610.0,0.009737145155668259,0.1212158203125,2.172982931137085,-0.01171875,0.3609127700328827,0.8764471113681793,1018.0,260608.0,3684.2129746631254,16678912.0 +139.34,7.800000190734863,4727.0,0.010157755576074123,0.1323445588350296,2.171862840652466,-0.014629289507865906,0.19667017459869385,0.9280250295996666,1019.0,260864.0,3687.6797929380555,16695296.0 +152.37,7.300000190734863,4525.0,0.010514349676668644,0.1337890625,2.1768593788146973,-0.011188536882400513,0.23805679380893707,0.9084379822015762,1020.0,261120.0,3691.3008924920578,16711680.0 +192.46,7.300000190734863,4556.0,0.00989884976297617,0.12799072265625,2.1693737506866455,-0.012521382421255112,0.18117518723011017,0.9234294444322586,1021.0,261376.0,3694.8976302021183,16728064.0 +150.32,7.900000095367432,4643.0,0.011090735904872417,0.14019775390625,2.13262677192688,-0.012724666856229305,0.3570631742477417,0.8776207268238068,1022.0,261632.0,3698.427062069997,16744448.0 +103.57,8.100000381469727,4660.0,0.010295302607119083,0.1395263671875,2.1391937732696533,-0.014087360352277756,0.22750504314899445,0.9287029877305031,1023.0,261888.0,3701.943461518036,16760832.0 +146.66,7.699999809265137,4660.0,0.011684536002576351,0.1363932341337204,2.188153028488159,-0.01451908890157938,0.23513352870941162,0.9290180653333664,1024.0,262144.0,3705.460002866108,16777216.0 +144.27,8.199999809265137,4361.0,0.011957778595387936,0.1553955078125,2.180546522140503,-0.014601540751755238,0.17573274672031403,0.9500481635332108,1025.0,262400.0,3709.217418752145,16793600.0 +171.87,6.900000095367432,4398.0,0.01030767522752285,0.1352335661649704,2.1954736709594727,-0.011753231287002563,0.2958356440067291,0.9187595620751381,1026.0,262656.0,3712.9428258140106,16809984.0 +186.22,7.699999809265137,4233.0,0.008997846394777298,0.1122233048081398,2.193385362625122,-0.012260607443749905,0.24115799367427826,0.9254379123449326,1027.0,262912.0,3716.8137300689705,16826368.0 +106.67,8.100000381469727,4424.0,0.013426563702523708,0.1657307893037796,2.158935546875,-0.013504655100405216,0.20855672657489777,0.9344901740550995,1028.0,263168.0,3720.5172690681648,16842752.0 +167.87,7.800000190734863,4299.0,0.010365559719502926,0.1378987580537796,2.1685569286346436,-0.012845292687416077,0.2489977329969406,0.9223208427429199,1029.0,263424.0,3724.329120384995,16859136.0 +104.06,7.800000190734863,4449.0,0.010363965295255184,0.1363321989774704,2.062638759613037,-0.013728347606956959,0.3839041292667389,0.884275771677494,1030.0,263680.0,3728.012480088044,16875520.0 +139.7,7.699999809265137,4376.0,0.011334930546581745,0.1412353515625,2.0868611335754395,-0.013144124299287796,0.23672330379486084,0.9202597886323929,1031.0,263936.0,3731.7571578950156,16891904.0 +111.28,8.699999809265137,4724.0,0.011705216951668262,0.1481526643037796,2.0754952430725098,-0.014631270430982113,0.2328246384859085,0.9225926250219345,1032.0,264192.0,3735.2293830211274,16908288.0 +102.81,7.699999809265137,4645.0,0.01279365923255682,0.1507568359375,2.124303102493286,-0.010651255957782269,0.24792076647281647,0.9114657938480377,1033.0,264448.0,3738.757438657107,16924672.0 +189.76,7.400000095367432,4631.0,0.010081314481794834,0.1302693635225296,2.181788206100464,-0.010702729225158691,0.3558206856250763,0.8838109374046326,1034.0,264704.0,3742.295866754139,16941056.0 +209.37,6.800000190734863,4589.0,0.009815947152674198,0.13018798828125,2.227454900741577,-0.013389195315539837,0.23004549741744995,0.9256749674677849,1035.0,264960.0,3745.8665702729486,16957440.0 +184.04,7.300000190734863,4711.0,0.009009621106088161,0.11376953125,2.227750778198242,-0.01344386488199234,0.2496734857559204,0.9177508279681206,1036.0,265216.0,3749.3448445650283,16973824.0 +124.3,7.099999904632568,4801.0,0.0093411635607481,0.1171061173081398,2.22222900390625,-0.012535497546195984,0.32844269275665283,0.890052393078804,1037.0,265472.0,3752.7580862860195,16990208.0 +169.78,7.800000190734863,4669.0,0.008521993644535542,0.10736083984375,2.227360725402832,-0.010717339813709259,0.2654087543487549,0.8902752697467804,1038.0,265728.0,3756.2677831640467,17006592.0 +102.47,8.100000381469727,4692.0,0.010294298641383648,0.12908935546875,2.1799182891845703,-0.009144001640379429,0.24791739881038666,0.8931623250246048,1039.0,265984.0,3759.7597938461695,17022976.0 +164.37,7.400000095367432,4559.0,0.00817276630550623,0.1031087264418602,2.201909065246582,-0.013500074855983257,0.30588236451148987,0.8665457963943481,1040.0,266240.0,3763.354031904135,17039360.0 +157.9,7.699999809265137,4727.0,0.008928938768804073,0.1148681640625,2.211866617202759,-0.011610791087150574,0.28933221101760864,0.8957513868808746,1041.0,266496.0,3766.8205047110096,17055744.0 +122.97,7.5,4486.0,0.01080359797924757,0.1400553435087204,2.241725206375122,-0.01392577588558197,0.2713245451450348,0.8992405086755753,1042.0,266752.0,3770.4734593359753,17072128.0 +165.59,7.0,4493.0,0.008726016618311405,0.1086629256606102,2.242048978805542,-0.012769713066518307,0.3086625039577484,0.9030966758728027,1043.0,267008.0,3774.12096756394,17088512.0 +134.2,8.399999618530273,4675.0,0.008448945358395576,0.1063639298081398,2.236429452896118,-0.011526989750564098,0.2097458690404892,0.9341059327125549,1044.0,267264.0,3777.626114723971,17104896.0 +143.75,7.300000190734863,4661.0,0.009006901644170284,0.1158854141831398,2.234442949295044,-0.012422091327607632,0.2678331434726715,0.912771075963974,1045.0,267520.0,3781.1419428840745,17121280.0 +166.9,7.400000095367432,4643.0,0.011330212466418743,0.14276123046875,2.206158399581909,-0.012037158012390137,0.303568035364151,0.8975976556539536,1046.0,267776.0,3784.670970150968,17137664.0 +119.36,7.699999809265137,4391.0,0.009201177395880222,0.11724853515625,2.1761295795440674,-0.013808791525661945,0.29846301674842834,0.8928732946515083,1047.0,268032.0,3788.4031498960685,17154048.0 +163.81,7.699999809265137,4516.0,0.008754107169806957,0.1082560196518898,2.1345112323760986,-0.012949120253324509,0.30127328634262085,0.8861791417002678,1048.0,268288.0,3792.031776790973,17170432.0 +113.8,8.300000190734863,4578.0,0.010861671529710293,0.13983154296875,2.141571044921875,-0.013325736857950687,0.2570904791355133,0.9054953530430794,1049.0,268544.0,3795.61328820209,17186816.0 +162.27,7.699999809265137,4549.0,0.009747792966663837,0.1293741911649704,2.1713855266571045,-0.012455281801521778,0.30545511841773987,0.8984579965472221,1050.0,268800.0,3799.214946666034,17203200.0 +106.7,7.699999809265137,4564.0,0.010684040375053883,0.1299845427274704,2.205127477645874,-0.012259222567081451,0.30354487895965576,0.9020152166485786,1051.0,269056.0,3802.805227955105,17219584.0 +158.97,7.5,4674.0,0.011097720824182034,0.1491902619600296,2.2084081172943115,-0.014557012356817722,0.16099371016025543,0.9439057931303978,1052.0,269312.0,3806.3106839139946,17235968.0 +160.58,7.800000190734863,4353.0,0.009523781016469002,0.1139119490981102,2.1741366386413574,-0.010839384980499744,0.29833462834358215,0.9003422856330872,1053.0,269568.0,3810.0752469559666,17252352.0 +146.09,8.0,4728.0,0.011637035757303238,0.1537068635225296,2.16798734664917,-0.01380827184766531,0.26765045523643494,0.9020839557051659,1054.0,269824.0,3813.5409801341593,17268736.0 +126.62,8.0,4784.0,0.008374806493520737,0.1090291365981102,2.153984785079956,-0.013632235117256641,0.22115395963191986,0.9162507653236389,1055.0,270080.0,3816.9661355831195,17285120.0 +177.98,8.199999809265137,4702.0,0.010585269890725613,0.1316935271024704,2.1981050968170166,-0.012983406893908978,0.24332396686077118,0.9101905971765518,1056.0,270336.0,3820.4508177430835,17301504.0 +162.21,7.300000190734863,4537.0,0.00986954290419817,0.12506103515625,2.215911626815796,-0.011948268860578537,0.23483532667160034,0.9173123389482498,1057.0,270592.0,3824.062662234064,17317888.0 +170.0,7.400000095367432,4553.0,0.008623037487268448,0.1086832657456398,2.2117602825164795,-0.011597095988690853,0.24292577803134918,0.9080528616905212,1058.0,270848.0,3827.6617166481446,17334272.0 +184.6,7.699999809265137,4380.0,0.010178658179938793,0.137939453125,2.224534749984741,-0.015186451375484467,0.25628605484962463,0.9044918045401573,1059.0,271104.0,3831.4023158641066,17350656.0 +211.7,6.599999904632568,4519.0,0.009833036921918392,0.1281534880399704,2.2086336612701416,-0.012982022017240524,0.2553195059299469,0.9123837202787399,1060.0,271360.0,3835.0282973691355,17367040.0 +149.32,7.599999904632568,4680.0,0.010481704957783222,0.1366170197725296,2.1344501972198486,-0.014497850090265274,0.22083495557308197,0.9204882681369781,1061.0,271616.0,3838.5295325859915,17383424.0 +124.17,7.699999809265137,4571.0,0.01043793186545372,0.1422322541475296,2.1139373779296875,-0.011147082783281803,0.2645914852619171,0.9065646231174469,1062.0,271872.0,3842.114472317975,17399808.0 +109.97,7.900000095367432,4615.0,0.01161592360585928,0.1388753205537796,2.1425259113311768,-0.010375182144343853,0.30507758259773254,0.9045266807079315,1063.0,272128.0,3845.6652071829885,17416192.0 +156.5,7.199999809265137,4598.0,0.01046845968812704,0.1276041716337204,2.1730873584747314,-0.011572937481105328,0.216780886054039,0.919620618224144,1064.0,272384.0,3849.229262646055,17432576.0 +182.23,7.400000095367432,4533.0,0.010256151668727398,0.1308797150850296,2.1176645755767822,-0.014764673076570034,0.3310597240924835,0.8671988397836685,1065.0,272640.0,3852.8441740800627,17448960.0 +167.45,7.800000190734863,4448.0,0.010151620022952557,0.1326497346162796,2.102644920349121,-0.011731156148016453,0.28456586599349976,0.8931438848376274,1066.0,272896.0,3856.530184213072,17465344.0 +107.29,8.399999618530273,4396.0,0.009889914654195309,0.12493896484375,2.084256649017334,-0.01149046327918768,0.33688774704933167,0.8692934811115265,1067.0,273152.0,3860.2573355780914,17481728.0 +132.93,8.199999809265137,4408.0,0.01028087455779314,0.1372273713350296,2.151954174041748,-0.014065763913094997,0.22316305339336395,0.9011190682649612,1068.0,273408.0,3863.9745047150645,17498112.0 +109.91,8.5,4661.0,0.009139705449342728,0.12237548828125,2.121272563934326,-0.01308292057365179,0.2260466068983078,0.8920372426509857,1069.0,273664.0,3867.4901818970684,17514496.0 +160.49,7.599999904632568,4589.0,0.010928407311439514,0.14410400390625,2.1353776454925537,-0.009978351183235645,0.3392668068408966,0.8423875719308853,1070.0,273920.0,3871.060428325087,17530880.0 +144.9,7.699999809265137,4633.0,0.010191487148404121,0.1352132111787796,2.119562864303589,-0.010913181118667126,0.3799144923686981,0.8496520966291428,1071.0,274176.0,3874.5972744389437,17547264.0 +139.39,8.0,4536.0,0.009422238916158676,0.11822509765625,2.1568410396575928,-0.011954951100051403,0.36465132236480713,0.8693770915269852,1072.0,274432.0,3878.2100543021224,17563648.0 +146.06,7.5,4643.0,0.008542787283658981,0.10736083984375,2.2383978366851807,-0.008850619196891785,0.3080624043941498,0.8952754065394402,1073.0,274688.0,3881.7391078691,17580032.0 +137.74,8.0,4783.0,0.010389374569058418,0.1255696564912796,2.226879835128784,-0.014319304376840591,0.23605109751224518,0.924595981836319,1074.0,274944.0,3885.1649945611134,17596416.0 +159.19,7.699999809265137,4852.0,0.010057960636913776,0.1312052458524704,2.2381081581115723,-0.012236546725034714,0.2315254807472229,0.9235910549759865,1075.0,275200.0,3888.542074696161,17612800.0 +179.53,7.099999904632568,4701.0,0.008509586565196514,0.1113077774643898,2.2328097820281982,-0.01286474708467722,0.2694879174232483,0.9110177829861641,1076.0,275456.0,3892.0276277151424,17629184.0 +148.27,7.599999904632568,4807.0,0.011053879745304585,0.1479899138212204,2.2082386016845703,-0.011596630327403545,0.25057253241539,0.9140817150473595,1077.0,275712.0,3895.4365582619794,17645568.0 +155.92,7.800000190734863,4757.0,0.00940864346921444,0.1214192733168602,2.2165873050689697,-0.010593641549348831,0.2794633209705353,0.8963401988148689,1078.0,275968.0,3898.8813861720264,17661952.0 +172.77,7.400000095367432,4697.0,0.010308424942195415,0.1377156525850296,2.2115478515625,-0.013187299482524395,0.24114055931568146,0.9020269066095352,1079.0,276224.0,3902.369749153964,17678336.0 +211.52,6.699999809265137,4449.0,0.008858735673129559,0.1126302108168602,2.199223518371582,-0.014041312970221043,0.37957680225372314,0.8664941489696503,1080.0,276480.0,3906.0530940489843,17694720.0 +108.56,8.399999618530273,4831.0,0.009190637618303299,0.1125284805893898,2.1899924278259277,-0.011589523404836655,0.22883160412311554,0.9150645434856415,1081.0,276736.0,3909.444846819155,17711104.0 +165.72,7.599999904632568,4984.0,0.00983117613941431,0.1292724609375,2.234687566757202,-0.01205571461468935,0.24111856520175934,0.914533294737339,1082.0,276992.0,3912.7322783540003,17727488.0 +149.52,8.100000381469727,4743.0,0.010468248277902603,0.1403605192899704,2.199547052383423,-0.015306971035897732,0.23471535742282867,0.9137057363986969,1083.0,277248.0,3916.1892097629607,17743872.0 +140.18,7.699999809265137,4777.0,0.009416378103196621,0.1266886442899704,2.182257652282715,-0.013919434510171413,0.31737402081489563,0.8926745802164078,1084.0,277504.0,3919.619169496,17760256.0 +128.08,8.600000381469727,4841.0,0.009890830144286156,0.1272379606962204,2.2187111377716064,-0.015414085239171982,0.15070636570453644,0.9417327046394348,1085.0,277760.0,3923.003581078956,17776640.0 +93.76,8.800000190734863,4692.0,0.011682380922138691,0.1473388671875,2.211900472640991,-0.011475596576929092,0.2642837464809418,0.8990484848618507,1086.0,278016.0,3926.495966935996,17793024.0 +136.42,7.400000095367432,4803.0,0.01054539903998375,0.1270548552274704,2.2154974937438965,-0.013539849780499935,0.3229747414588928,0.8722464740276337,1087.0,278272.0,3929.90751855704,17809408.0 +142.11,7.900000095367432,4648.0,0.011133271269500256,0.1480509489774704,2.1465165615081787,-0.01341110561043024,0.312081515789032,0.880973294377327,1088.0,278528.0,3933.4329473881517,17825792.0 +76.02,8.5,4796.0,0.00971789937466383,0.12158203125,2.090855360031128,-0.01310716662555933,0.28840968012809753,0.8997498974204063,1089.0,278784.0,3936.8495877841488,17842176.0 +159.58,7.599999904632568,4408.0,0.00851678941398859,0.1085408553481102,2.1349754333496094,-0.011167564429342747,0.3577498495578766,0.8876642286777496,1090.0,279040.0,3940.566985075129,17858560.0 +126.24,7.699999809265137,4483.0,0.008239065296947956,0.1076863631606102,2.1448075771331787,-0.01264151930809021,0.315756231546402,0.9043571725487709,1091.0,279296.0,3944.2220828530844,17874944.0 +144.79,7.099999904632568,4629.0,0.009138074703514576,0.11505126953125,2.1904795169830322,-0.012469865381717682,0.26072558760643005,0.9130640029907227,1092.0,279552.0,3947.761696489062,17891328.0 +99.51,8.199999809265137,4687.0,0.009921720251441002,0.12701416015625,2.133100748062134,-0.013286881148815155,0.21229106187820435,0.9107944518327713,1093.0,279808.0,3951.257983529009,17907712.0 +198.63,7.099999904632568,4775.0,0.009825166314840317,0.1266072541475296,2.1203105449676514,-0.010423712432384491,0.3541729748249054,0.8609111160039902,1094.0,280064.0,3954.689306298038,17924096.0 +181.54,7.599999904632568,4736.0,0.012273132801055908,0.1595255583524704,2.097001552581787,-0.015093742869794369,0.3201352655887604,0.8640026599168777,1095.0,280320.0,3958.149742434034,17940480.0 +102.56,8.600000381469727,4614.0,0.010471987538039684,0.13238525390625,2.068891763687134,-0.012744702398777008,0.3324700891971588,0.859477624297142,1096.0,280576.0,3961.700876559131,17956864.0 +142.7,8.0,4654.0,0.009997137822210789,0.1305338591337204,2.128584861755371,-0.009920292533934116,0.3673432767391205,0.8528877645730972,1097.0,280832.0,3965.2214542080183,17973248.0 +114.43,7.800000190734863,4642.0,0.008827057667076588,0.110107421875,2.149935483932495,-0.010954231023788452,0.3704826533794403,0.8597664386034012,1098.0,281088.0,3968.7513979109935,17989632.0 +144.33,7.599999904632568,4668.0,0.00842330977320671,0.1103312149643898,2.1679999828338623,-0.011892122216522694,0.2797437012195587,0.8811880126595497,1099.0,281344.0,3972.2614796720445,18006016.0 +177.41,7.099999904632568,4375.0,0.011146596632897854,0.1437174528837204,2.1954214572906494,-0.013732369989156723,0.21372680366039276,0.8814379274845123,1100.0,281600.0,3976.0078227720223,18022400.0 +126.99,7.400000095367432,4593.0,0.00953146442770958,0.1238606795668602,2.139669895172119,-0.009157548658549786,0.4460143744945526,0.8109903335571289,1101.0,281856.0,3979.575349328108,18038784.0 +140.22,7.699999809265137,4440.0,0.00909198634326458,0.11529541015625,2.168640613555908,-0.011090590618550777,0.3029065728187561,0.8471503853797913,1102.0,282112.0,3983.2659861959983,18055168.0 +99.67,8.199999809265137,4711.0,0.010295010171830654,0.1297810822725296,2.1465003490448,-0.012763351202011108,0.29076042771339417,0.8692836910486221,1103.0,282368.0,3986.744224708993,18071552.0 +117.98,8.0,4796.0,0.008925548754632473,0.1097208634018898,2.1659820079803467,-0.012830566614866257,0.30294886231422424,0.8594019114971161,1104.0,282624.0,3990.1611972581595,18087936.0 +118.5,7.900000095367432,4705.0,0.00928550772368908,0.1241048201918602,2.117105007171631,-0.011091522872447968,0.3919823169708252,0.8276280015707016,1105.0,282880.0,3993.6437811199576,18104320.0 +157.19,7.800000190734863,4561.0,0.01030648872256279,0.1307373046875,2.1169724464416504,-0.012680809944868088,0.3018406331539154,0.855581134557724,1106.0,283136.0,3997.2362278851215,18120704.0 +151.23,7.900000095367432,4626.0,0.009232232347130775,0.11602783203125,2.133885622024536,-0.013018430210649967,0.32413986325263977,0.8692774027585983,1107.0,283392.0,4000.778065016959,18137088.0 +135.8,8.199999809265137,4847.0,0.011198621243238449,0.13916015625,2.0753228664398193,-0.011739338748157024,0.24532221257686615,0.9074277132749557,1108.0,283648.0,4004.1584131480195,18153472.0 +135.21,7.599999904632568,4427.0,0.00965121015906334,0.1229451522231102,2.1262271404266357,-0.011630035936832428,0.2736319601535797,0.9028236791491508,1109.0,283904.0,4007.8595431579743,18169856.0 +140.25,7.099999904632568,4430.0,0.011046495288610458,0.1405029296875,2.1705267429351807,-0.011852800846099854,0.3590652644634247,0.8862716183066368,1110.0,284160.0,4011.5586427180097,18186240.0 +116.45,7.5,4546.0,0.008740382269024849,0.11474609375,2.1462483406066895,-0.011955049820244312,0.4355948865413666,0.8536407500505447,1111.0,284416.0,4015.162891819142,18202624.0 +157.31,7.5,4624.0,0.008449221961200237,0.106689453125,2.1677510738372803,-0.009542507119476795,0.388200968503952,0.8671070784330368,1112.0,284672.0,4018.7065099840984,18219008.0 +154.17,7.900000095367432,4761.0,0.00872891116887331,0.1089681014418602,2.167107343673706,-0.01285689789801836,0.2756262719631195,0.8959989845752716,1113.0,284928.0,4022.1483273780905,18235392.0 +116.63,8.199999809265137,4605.0,0.010118708945810795,0.13409423828125,2.1501448154449463,-0.011293843388557434,0.25083252787590027,0.8974442556500435,1114.0,285184.0,4025.706791457953,18251776.0 +94.76,7.5,4499.0,0.00956228282302618,0.1273600310087204,2.153050661087036,-0.011212802492082119,0.324835866689682,0.8551763296127319,1115.0,285440.0,4029.348949703155,18268160.0 +159.06,7.699999809265137,4544.0,0.009064235724508762,0.1133626326918602,2.2006471157073975,-0.010669000446796417,0.3616859018802643,0.8619644939899445,1116.0,285696.0,4032.954827937996,18284544.0 +130.09,7.699999809265137,4647.0,0.008466562256217003,0.1057942733168602,2.2009994983673096,-0.011742995120584965,0.23760373890399933,0.9155570417642593,1117.0,285952.0,4036.484962143004,18300928.0 +156.42,7.900000095367432,4652.0,0.006894500460475683,0.08746337890625,2.1884572505950928,-0.010553766041994095,0.21646256744861603,0.919445164501667,1118.0,286208.0,4040.0067694650497,18317312.0 +152.16,7.800000190734863,4551.0,0.008692845702171326,0.1052652969956398,2.1451256275177,-0.009216590784490108,0.31818363070487976,0.8965553790330887,1119.0,286464.0,4043.6071750021074,18333696.0 +122.73,8.300000190734863,4704.0,0.007258553523570299,0.0945841446518898,2.152614116668701,-0.011402525939047337,0.3663807809352875,0.8819656893610954,1120.0,286720.0,4047.0901490480173,18350080.0 +157.54,7.699999809265137,4659.0,0.007638972252607346,0.09613037109375,2.1639091968536377,-0.011362615041434765,0.36794790625572205,0.8586964905261993,1121.0,286976.0,4050.606963746948,18366464.0 +98.49,8.399999618530273,4790.0,0.009218473918735981,0.10687255859375,2.1554837226867676,-0.013428967446088791,0.16465575993061066,0.9318492263555527,1122.0,287232.0,4054.0280360269826,18382848.0 +126.98,8.399999618530273,4611.0,0.009760748594999313,0.1255086213350296,2.1824076175689697,-0.011743083596229553,0.1894032210111618,0.9223711639642715,1123.0,287488.0,4057.581711373059,18399232.0 +221.77,7.400000095367432,4714.0,0.00895457249134779,0.1172078475356102,2.2060372829437256,-0.009922446683049202,0.3732245862483978,0.862419530749321,1124.0,287744.0,4061.057836150052,18415616.0 +117.04,8.0,4674.0,0.009209740906953812,0.1262003630399704,2.1975648403167725,-0.009221255779266357,0.28910771012306213,0.8852839693427086,1125.0,288000.0,4064.5632429451216,18432000.0 +132.69,8.600000381469727,4497.0,0.008701073937118053,0.1077880859375,2.1828927993774414,-0.011840586550533772,0.17907164990901947,0.9208152890205383,1126.0,288256.0,4068.207199877128,18448384.0 +82.83,8.100000381469727,4574.0,0.009535730816423893,0.12451171875,2.171684980392456,-0.010515698231756687,0.3076530396938324,0.8593278229236603,1127.0,288512.0,4071.7897014841437,18464768.0 +128.8,7.800000190734863,4532.0,0.0078007616102695465,0.09759521484375,2.1535112857818604,-0.011241171509027481,0.40204811096191406,0.8160642832517624,1128.0,288768.0,4075.405179847963,18481152.0 +117.92,7.800000190734863,4814.0,0.008551063947379589,0.1108601912856102,2.148146867752075,-0.009899039752781391,0.3093140423297882,0.8474259525537491,1129.0,289024.0,4078.809102033032,18497536.0 +117.6,7.599999904632568,4727.0,0.007560361176729202,0.0960693359375,2.1631710529327393,-0.01106263231486082,0.2528342306613922,0.8717844635248184,1130.0,289280.0,4082.27520386409,18513920.0 +129.48,8.399999618530273,4635.0,0.009716409258544445,0.1253865510225296,2.216474771499634,-0.011806409806013107,0.2035035341978073,0.8947631344199181,1131.0,289536.0,4085.810237593949,18530304.0 +147.34,7.699999809265137,4646.0,0.010692303068935871,0.1408488005399704,2.1972107887268066,-0.011833906173706055,0.3072473108768463,0.871429368853569,1132.0,289792.0,4089.3369791361038,18546688.0 +137.58,7.900000095367432,4583.0,0.008991580456495285,0.1190592423081398,2.1929404735565186,-0.012095221318304539,0.2813059687614441,0.8754816129803658,1133.0,290048.0,4092.912169883959,18563072.0 +191.0,7.400000095367432,4706.0,0.009866788052022457,0.1294352263212204,2.223170518875122,-0.011468741111457348,0.3723560869693756,0.8396157771348953,1134.0,290304.0,4096.399340264965,18579456.0 +126.67,7.5,4860.0,0.010400031693279743,0.1349690705537796,2.209188938140869,-0.013504519127309322,0.28380218148231506,0.8730524629354477,1135.0,290560.0,4099.770769284107,18595840.0 +128.23,8.300000190734863,4411.0,0.010949667543172836,0.1367390900850296,2.189491033554077,-0.01238118764013052,0.2104160338640213,0.9027558639645576,1136.0,290816.0,4103.485717389034,18612224.0 +156.98,7.599999904632568,4633.0,0.009014529176056385,0.1170857772231102,2.180525064468384,-0.01286639366298914,0.44359567761421204,0.8190077096223831,1137.0,291072.0,4107.022217072081,18628608.0 +179.22,7.400000095367432,4111.0,0.010202278383076191,0.13165283203125,2.1926326751708984,-0.011637630872428417,0.2671896517276764,0.8888831958174706,1138.0,291328.0,4111.00810092804,18644992.0 +110.88,7.699999809265137,4556.0,0.009590569883584976,0.1296183317899704,2.1769049167633057,-0.012137946672737598,0.30722448229789734,0.8778479173779488,1139.0,291584.0,4114.604465357028,18661376.0 +131.25,8.0,4567.0,0.00941659975796938,0.1133626326918602,2.1748690605163574,-0.013910762965679169,0.3192839026451111,0.8701998442411423,1140.0,291840.0,4118.192487792112,18677760.0 +148.93,7.900000095367432,4572.0,0.008361496962606907,0.1068115234375,2.203814744949341,-0.013095173984766006,0.24850453436374664,0.8867971301078796,1141.0,292096.0,4121.776334090158,18694144.0 +95.01,7.599999904632568,4382.0,0.00816168263554573,0.1043904647231102,2.1943016052246094,-0.013587086461484432,0.3560854494571686,0.8524696826934814,1142.0,292352.0,4125.515557365026,18710528.0 +136.96,7.199999809265137,4423.0,0.010187129490077496,0.1306355744600296,2.2069687843322754,-0.01002231240272522,0.33968666195869446,0.8598416149616241,1143.0,292608.0,4129.220333822072,18726912.0 +183.52,7.400000095367432,4265.0,0.006870476063340902,0.0850016251206398,2.208512783050537,-0.011532011441886425,0.317004531621933,0.8688218742609024,1144.0,292864.0,4133.0623922990635,18743296.0 +133.77,7.900000095367432,4389.0,0.009260882623493671,0.1138509139418602,2.1874101161956787,-0.012584722600877285,0.28368324041366577,0.8583142310380936,1145.0,293120.0,4136.796004364034,18759680.0 +168.51,8.600000381469727,4687.0,0.010109392926096916,0.1358642578125,2.1933813095092773,-0.01456377562135458,0.2058483213186264,0.8889999613165855,1146.0,293376.0,4140.292033602018,18776064.0 +165.57,8.5,4596.0,0.00967071857303381,0.1293131560087204,2.2173550128936768,-0.01149805635213852,0.1692897230386734,0.913470022380352,1147.0,293632.0,4143.857158423169,18792448.0 +163.55,7.400000095367432,4698.0,0.007667007390409708,0.0929361954331398,2.194718599319458,-0.010481230914592743,0.27750909328460693,0.8871697336435318,1148.0,293888.0,4147.345261981012,18808832.0 +155.25,7.800000190734863,4601.0,0.00798798631876707,0.10101318359375,2.1707022190093994,-0.01083242055028677,0.3859378397464752,0.8495064079761505,1149.0,294144.0,4150.906195997028,18825216.0 +122.95,8.399999618530273,4516.0,0.009900008328258991,0.1309814453125,2.169004201889038,-0.01563158817589283,0.22184671461582184,0.910891979932785,1150.0,294400.0,4154.534779469948,18841600.0 +124.11,7.300000190734863,4581.0,0.00864342786371708,0.110107421875,2.1613385677337646,-0.010559361428022385,0.38595929741859436,0.858030766248703,1151.0,294656.0,4158.111190553056,18857984.0 +135.12,7.400000095367432,4710.0,0.007508640643209219,0.0935262069106102,2.1823599338531494,-0.010670829564332962,0.3569880723953247,0.8671516478061676,1152.0,294912.0,4161.589842865011,18874368.0 +136.82,7.400000095367432,4638.0,0.01010543666779995,0.1192220076918602,2.166400671005249,-0.012519769370555878,0.37996163964271545,0.8498444855213165,1153.0,295168.0,4165.122969852062,18890752.0 +142.33,7.699999809265137,4501.0,0.00993840117007494,0.1319376677274704,2.172891139984131,-0.013421847485005856,0.2573104798793793,0.8951187431812286,1154.0,295424.0,4168.763460030081,18907136.0 +144.58,7.699999809265137,4749.0,0.010098116472363472,0.1316731721162796,2.165410280227661,-0.012502089142799377,0.38397857546806335,0.8227710574865341,1155.0,295680.0,4172.2136687100865,18923520.0 +100.59,7.300000190734863,4621.0,0.010012724436819553,0.1329142302274704,2.152470350265503,-0.012732435949146748,0.2983297109603882,0.8352744877338409,1156.0,295936.0,4175.7595612290315,18939904.0 +114.52,8.199999809265137,4632.0,0.009547918103635311,0.1263224333524704,2.126634120941162,-0.012045945972204208,0.4225747585296631,0.8143424242734909,1157.0,296192.0,4179.297286035959,18956288.0 +121.75,7.699999809265137,4356.0,0.00917085725814104,0.11737060546875,2.1349079608917236,-0.011693357490003109,0.30037227272987366,0.8667440116405487,1158.0,296448.0,4183.05849312502,18972672.0 +117.9,7.5,4430.0,0.008030575700104237,0.1003214493393898,2.130758047103882,-0.011871486902236938,0.3610326945781708,0.87583327293396,1159.0,296704.0,4186.7582767889835,18989056.0 +175.63,7.699999809265137,4573.0,0.008665859699249268,0.1144002303481102,2.1612870693206787,-0.012877792119979858,0.24416185915470123,0.9098246544599533,1160.0,296960.0,4190.341451267945,19005440.0 +133.73,7.400000095367432,4343.0,0.010156846605241299,0.123779296875,2.1625895500183105,-0.011702687479555607,0.2871926724910736,0.9018331989645958,1161.0,297216.0,4194.114660594147,19021824.0 +163.23,7.300000190734863,4537.0,0.008516375906765461,0.1085205078125,2.198681116104126,-0.009999538771808147,0.2954770028591156,0.8915947899222374,1162.0,297472.0,4197.726110112155,19038208.0 +121.04,7.5,4591.0,0.010284051299095154,0.1373697966337204,2.15569806098938,-0.011763907968997955,0.29642453789711,0.8932340517640114,1163.0,297728.0,4201.295134883141,19054592.0 +109.73,8.100000381469727,4503.0,0.010742821730673313,0.1415812224149704,2.160792112350464,-0.012251303531229496,0.3281281888484955,0.8767573684453964,1164.0,297984.0,4204.933604663005,19070976.0 +141.62,7.900000095367432,4507.0,0.0110941706225276,0.1421712189912796,2.1833159923553467,-0.012613863684237003,0.24594265222549438,0.8984255567193031,1165.0,298240.0,4208.5701149781235,19087360.0 +140.0,7.400000095367432,4372.0,0.009335308335721493,0.1260782927274704,2.162645101547241,-0.012297630310058594,0.288250207901001,0.8836667090654373,1166.0,298496.0,4212.317817026982,19103744.0 +139.32,7.699999809265137,4458.0,0.009653209708631039,0.1277872771024704,2.165358781814575,-0.013470699079334736,0.1660788208246231,0.9283649176359177,1167.0,298752.0,4215.994573944015,19120128.0 +181.4,7.699999809265137,4365.0,0.012674815021455288,0.1579793244600296,2.149622917175293,-0.012671895325183868,0.23552869260311127,0.9097000136971474,1168.0,299008.0,4219.748353243107,19136512.0 +183.38,7.5,4528.0,0.010235939174890518,0.1361083984375,2.146017074584961,-0.011002771556377411,0.3909969627857208,0.8327414095401764,1169.0,299264.0,4223.366719888058,19152896.0 +165.97,7.5,4411.0,0.00972065795212984,0.11883544921875,2.1814475059509277,-0.012277331203222275,0.25662118196487427,0.8924689814448357,1170.0,299520.0,4227.08127840911,19169280.0 +123.76,8.300000190734863,4614.0,0.010688296519219875,0.1372477263212204,2.1518807411193848,-0.01737932674586773,0.20560084283351898,0.9023606404662132,1171.0,299776.0,4230.632287177024,19185664.0 +154.19,8.199999809265137,4830.0,0.010376985184848309,0.1346028596162796,2.155566930770874,-0.013166417367756367,0.28026503324508667,0.8860746696591377,1172.0,300032.0,4234.024520857958,19202048.0 +139.6,7.5,4540.0,0.009403801523149014,0.1194051131606102,2.143178939819336,-0.013245324604213238,0.4037410318851471,0.8535043150186539,1173.0,300288.0,4237.634042571066,19218432.0 +136.89,8.0,4749.0,0.009207755327224731,0.1235555037856102,2.1614267826080322,-0.014143788255751133,0.2182403951883316,0.906521663069725,1174.0,300544.0,4241.084224793129,19234816.0 +117.18,8.399999618530273,4669.0,0.01058675441890955,0.13787841796875,2.1346518993377686,-0.014090399257838726,0.2620738446712494,0.8857026174664497,1175.0,300800.0,4244.594008794054,19251200.0 +110.14,8.199999809265137,4524.0,0.011730033904314041,0.1389973908662796,2.1098525524139404,-0.012612373568117619,0.28550079464912415,0.8754066452383995,1176.0,301056.0,4248.216331958072,19267584.0 +117.68,7.900000095367432,4553.0,0.010520136915147305,0.1334635466337204,2.1206700801849365,-0.012375281192362309,0.3385991156101227,0.8572963029146194,1177.0,301312.0,4251.81549240998,19283968.0 +138.42,7.900000095367432,4701.0,0.010987755842506886,0.1466267853975296,2.160696268081665,-0.011645945720374584,0.3803592622280121,0.8501414656639099,1178.0,301568.0,4255.301090520108,19300352.0 +91.82,8.300000190734863,4679.0,0.010577323846518993,0.1421101838350296,2.128500461578369,-0.01406800840049982,0.16488336026668549,0.9329757019877434,1179.0,301824.0,4258.8034932280425,19316736.0 +90.51,6.900000095367432,4625.0,0.00988041888922453,0.1353556364774704,2.1380884647369385,-0.010001707822084427,0.35213586688041687,0.8666240870952606,1180.0,302080.0,4262.346187422983,19333120.0 +184.18,7.099999904632568,4480.0,0.00789679866284132,0.0996500626206398,2.1604864597320557,-0.012981399893760681,0.38557395339012146,0.862637385725975,1181.0,302336.0,4266.003635019995,19349504.0 +137.23,7.199999809265137,4696.0,0.008266271091997623,0.0997721329331398,2.166534185409546,-0.010947879403829575,0.3247638940811157,0.8603646159172058,1182.0,302592.0,4269.493072014069,19365888.0 +177.85,7.5,4574.0,0.008421352133154869,0.1112060546875,2.179847002029419,-0.009665255434811115,0.2962762713432312,0.846294716000557,1183.0,302848.0,4273.075093189953,19382272.0 +123.93,8.0,4471.0,0.010508354753255844,0.1320393830537796,2.1862895488739014,-0.011252443306148052,0.2647484838962555,0.8423862308263779,1184.0,303104.0,4276.742756060092,19398656.0 +156.31,7.900000095367432,4473.0,0.009239266626536846,0.1270548552274704,2.1693737506866455,-0.011212605983018875,0.40415942668914795,0.7678104639053345,1185.0,303360.0,4280.4062643439975,19415040.0 +166.0,8.100000381469727,4565.0,0.011209242045879364,0.142822265625,2.186478614807129,-0.013427185826003551,0.2586324214935303,0.8534918874502182,1186.0,303616.0,4283.99543191609,19431424.0 +171.72,7.300000190734863,4441.0,0.009993967600166798,0.1251627653837204,2.182729721069336,-0.01300437469035387,0.24709922075271606,0.8669219315052032,1187.0,303872.0,4287.684896385064,19447808.0 +137.48,7.900000095367432,4626.0,0.01092927809804678,0.1358235627412796,2.233018159866333,-0.01299748569726944,0.241891548037529,0.8733951598405838,1188.0,304128.0,4291.227114042966,19464192.0 +153.31,7.599999904632568,4639.0,0.010513163171708584,0.1424967497587204,2.2155890464782715,-0.012766552157700062,0.3085854947566986,0.8673595786094666,1189.0,304384.0,4294.759356174152,19480576.0 +137.84,8.399999618530273,4697.0,0.009142440743744373,0.11834716796875,2.1768059730529785,-0.01274882536381483,0.3204731047153473,0.8779355809092522,1190.0,304640.0,4298.248113594018,19496960.0 +120.81,8.600000381469727,4609.0,0.010215106420218945,0.1224161759018898,2.177250385284424,-0.014818928204476833,0.2642571032047272,0.8946696519851685,1191.0,304896.0,4301.803526513046,19513344.0 +120.62,7.699999809265137,4689.0,0.011720928363502026,0.1494344025850296,2.2104649543762207,-0.012797349132597446,0.24324901401996613,0.8955354392528534,1192.0,305152.0,4305.298187320121,19529728.0 +143.13,7.900000095367432,4505.0,0.011075112037360668,0.1484375,2.1728854179382324,-0.014695805497467518,0.24624645709991455,0.8883080780506134,1193.0,305408.0,4308.935402777977,19546112.0 +98.31,8.5,4750.0,0.011868690140545368,0.1558837890625,2.1475446224212646,-0.012840677052736282,0.28396299481391907,0.8818723410367966,1194.0,305664.0,4312.385315837106,19562496.0 +200.71,6.900000095367432,4539.0,0.007055012043565512,0.0832926407456398,2.19899582862854,-0.01098505686968565,0.3922947347164154,0.8443052619695663,1195.0,305920.0,4315.995231840992,19578880.0 +165.86,7.599999904632568,4648.0,0.008639944717288017,0.1148274764418602,2.1960744857788086,-0.011715807020664215,0.3125574290752411,0.8650639206171036,1196.0,306176.0,4319.520901851123,19595264.0 +135.04,7.900000095367432,4530.0,0.01011976134032011,0.1329345703125,2.188828229904175,-0.013518910855054855,0.2643798291683197,0.8854891285300255,1197.0,306432.0,4323.13763724803,19611648.0 +148.34,7.599999904632568,4579.0,0.009310871362686157,0.1208699569106102,2.2253262996673584,-0.013185388408601284,0.23025749623775482,0.9007598459720612,1198.0,306688.0,4326.7158486449625,19628032.0 +120.85,8.100000381469727,4420.0,0.011196944862604141,0.1453043669462204,2.204874277114868,-0.013240162283182144,0.25884392857551575,0.8878258168697357,1199.0,306944.0,4330.422958013136,19644416.0 +133.03,7.900000095367432,4362.0,0.011151225306093693,0.1459757536649704,2.2324249744415283,-0.014697253704071045,0.1946692317724228,0.9071594849228859,1200.0,307200.0,4334.179781071143,19660800.0 +176.73,8.0,4450.0,0.009870907291769981,0.1280924528837204,2.2203922271728516,-0.014330699108541012,0.29423987865448,0.8682881295681,1201.0,307456.0,4337.865193289006,19677184.0 +138.83,7.800000190734863,4690.0,0.010007740929722786,0.1302490234375,2.2096548080444336,-0.016029171645641327,0.2020978480577469,0.9085616320371628,1202.0,307712.0,4341.3590046481695,19693568.0 +129.52,8.0,4557.0,0.01165128592401743,0.1449381560087204,2.2131311893463135,-0.01492318231612444,0.28046944737434387,0.8840345293283463,1203.0,307968.0,4344.955328514101,19709952.0 +155.72,8.300000190734863,4501.0,0.010336327366530895,0.1307373046875,2.193410634994507,-0.013358510099351406,0.23528051376342773,0.9149245619773865,1204.0,308224.0,4348.596108593978,19726336.0 +167.05,7.599999904632568,4504.0,0.00967672560364008,0.1227010115981102,2.221698522567749,-0.012803454883396626,0.33473995327949524,0.8875240683555603,1205.0,308480.0,4352.234180032974,19742720.0 +116.72,7.800000190734863,4469.0,0.011091664433479309,0.1453654021024704,2.2131459712982178,-0.01463452260941267,0.20792566239833832,0.9295981973409653,1206.0,308736.0,4355.900889937999,19759104.0 +145.35,7.5,4467.0,0.010679483413696289,0.1337890625,2.1989762783050537,-0.012627395801246166,0.318075031042099,0.8962025716900826,1207.0,308992.0,4359.56928069517,19775488.0 +165.12,7.599999904632568,4434.0,0.009538822807371616,0.1224568709731102,2.178044319152832,-0.012130421586334705,0.2738591134548187,0.9106560498476028,1208.0,309248.0,4363.264593847096,19791872.0 +102.86,7.400000095367432,4585.0,0.009711691178381443,0.12298583984375,2.124269485473633,-0.014861623756587505,0.3531794250011444,0.865432932972908,1209.0,309504.0,4366.839190777158,19808256.0 +103.95,8.300000190734863,4423.0,0.011359941214323044,0.1389567106962204,2.0994882583618164,-0.01499556377530098,0.24412000179290771,0.8994947150349617,1210.0,309760.0,4370.544143496081,19824640.0 +167.32,7.900000095367432,4717.0,0.011008474975824356,0.1395263671875,2.1448066234588623,-0.01270508673042059,0.26514777541160583,0.8870282024145126,1211.0,310016.0,4374.017721224111,19841024.0 +105.35,8.899999618530273,4673.0,0.012320678681135178,0.16192626953125,2.1592371463775635,-0.014278911054134369,0.2412334680557251,0.8926371857523918,1212.0,310272.0,4377.524016298121,19857408.0 +126.7,7.5,4679.0,0.010009991005063057,0.1285807341337204,2.1657795906066895,-0.01178742665797472,0.3090575635433197,0.8767437636852264,1213.0,310528.0,4381.0257812000345,19873792.0 +127.71,7.599999904632568,4691.0,0.009586880914866924,0.1293741911649704,2.198284387588501,-0.014520515687763691,0.34216710925102234,0.8507303446531296,1214.0,310784.0,4384.518927582074,19890176.0 +116.32,8.199999809265137,4928.0,0.011069800704717636,0.1440836638212204,2.1647932529449463,-0.012889701873064041,0.3140100836753845,0.8667639046907425,1215.0,311040.0,4387.8440348971635,19906560.0 +140.36,7.699999809265137,4713.0,0.010339564643800259,0.1324259489774704,2.1814262866973877,-0.014546736143529415,0.3315872848033905,0.8602577298879623,1216.0,311296.0,4391.320983286947,19922944.0 +146.43,7.400000095367432,4451.0,0.010279607027769089,0.1360066682100296,2.1415598392486572,-0.013944190926849842,0.3858552873134613,0.845547690987587,1217.0,311552.0,4395.0018689001445,19939328.0 +121.77,8.199999809265137,4692.0,0.01234848890453577,0.1561482697725296,2.1604082584381104,-0.014322951436042786,0.21359778940677643,0.9128551930189133,1218.0,311808.0,4398.493887653109,19955712.0 +119.72,8.199999809265137,4564.0,0.010765132494270802,0.1451416015625,2.1392507553100586,-0.011846142821013927,0.3157099187374115,0.8811137825250626,1219.0,312064.0,4402.083617656957,19972096.0 +105.43,8.0,4456.0,0.00926239788532257,0.11962890625,2.1850063800811768,-0.013434202410280704,0.2957838177680969,0.887468233704567,1220.0,312320.0,4405.760777702089,19988480.0 +157.72,7.599999904632568,4315.0,0.009107595309615135,0.1177775040268898,2.2080628871917725,-0.011940228752791882,0.2652726471424103,0.9039495214819908,1221.0,312576.0,4409.560171831166,20004864.0 +157.44,7.400000095367432,4579.0,0.011139016598463058,0.1261393278837204,2.1714179515838623,-0.012959393672645092,0.2194746732711792,0.919181652367115,1222.0,312832.0,4413.138380984077,20021248.0 +169.63,8.0,4672.0,0.011319532990455627,0.1526692658662796,2.179330587387085,-0.012932728044688702,0.22028212249279022,0.9196818768978119,1223.0,313088.0,4416.645441166125,20037632.0 +131.65,7.699999809265137,4426.0,0.011146093718707561,0.14471435546875,2.18473744392395,-0.012987419962882996,0.272146075963974,0.9005599468946457,1224.0,313344.0,4420.347724198131,20054016.0 +159.5,7.800000190734863,4641.0,0.010338197462260723,0.1340738981962204,2.201810121536255,-0.012586832977831364,0.22688211500644684,0.9172513484954834,1225.0,313600.0,4423.8781639151275,20070400.0 +188.95,8.0,4597.0,0.011870760470628738,0.15936279296875,2.1871063709259033,-0.013040347956120968,0.18601946532726288,0.9297201633453369,1226.0,313856.0,4427.443118324038,20086784.0 +163.41,7.300000190734863,4643.0,0.009492066688835621,0.1279703825712204,2.18576979637146,-0.01236592698842287,0.30781522393226624,0.8927571997046471,1227.0,314112.0,4430.972738630138,20103168.0 +143.55,7.800000190734863,4576.0,0.009405107237398624,0.12213134765625,2.169722557067871,-0.01356531586498022,0.30701494216918945,0.9062109813094139,1228.0,314368.0,4434.554074960994,20119552.0 +124.67,8.399999618530273,4686.0,0.011167007498443127,0.1437784880399704,2.1897542476654053,-0.013474736362695694,0.2040669322013855,0.9421076700091362,1229.0,314624.0,4438.050383207155,20135936.0 +133.0,8.300000190734863,4570.0,0.01033800095319748,0.1335245817899704,2.1943957805633545,-0.013266746886074543,0.26096370816230774,0.918427936732769,1230.0,314880.0,4441.635487176012,20152320.0 +123.49,7.099999904632568,4822.0,0.009353340603411198,0.1198933944106102,2.188283681869507,-0.01361942756921053,0.23219092190265656,0.9245104417204857,1231.0,315136.0,4445.033541538054,20168704.0 +169.87,7.5,4544.0,0.010402406565845013,0.1333414763212204,2.1499204635620117,-0.012419060803949833,0.28263208270072937,0.8953023105859756,1232.0,315392.0,4448.639144475106,20185088.0 +142.4,8.199999809265137,4656.0,0.008313863538205624,0.1052042618393898,2.1258084774017334,-0.011174601502716541,0.23430056869983673,0.9172471091151237,1233.0,315648.0,4452.1586699271575,20201472.0 +165.45,7.599999904632568,4784.0,0.009271364659070969,0.1163330078125,2.122514009475708,-0.013116027228534222,0.2503894567489624,0.9059554114937782,1234.0,315904.0,4455.583660330158,20217856.0 +149.65,7.199999809265137,4607.0,0.00885361060500145,0.10955810546875,2.1724603176116943,-0.010062850080430508,0.20236371457576752,0.9203663915395737,1235.0,316160.0,4459.140002639964,20234240.0 +197.19,7.599999904632568,4498.0,0.010156429372727871,0.1358642578125,2.1874799728393555,-0.009303794242441654,0.17711037397384644,0.9330224320292473,1236.0,316416.0,4462.782598129008,20250624.0 +165.96,7.599999904632568,4627.0,0.009685027413070202,0.1220906600356102,2.152172803878784,-0.009886341169476509,0.38884642720222473,0.8238489031791687,1237.0,316672.0,4466.323918346083,20267008.0 +176.65,8.100000381469727,4604.0,0.009171846322715282,0.12017822265625,2.1744658946990967,-0.01222070213407278,0.23342663049697876,0.8816150277853012,1238.0,316928.0,4469.88683420117,20283392.0 +95.87,8.300000190734863,4656.0,0.010468087159097195,0.1321207731962204,2.1363892555236816,-0.009654791094362736,0.2526688277721405,0.8681232929229736,1239.0,317184.0,4473.405922950944,20299776.0 +126.71,8.199999809265137,4499.0,0.011470708064734936,0.1516520231962204,2.202514886856079,-0.011345635168254375,0.2462630271911621,0.8839239627122879,1240.0,317440.0,4477.047960827127,20316160.0 +167.39,7.900000095367432,4687.0,0.010099277831614017,0.1336669921875,2.1645023822784424,-0.011307492852210999,0.25545555353164673,0.9023211672902107,1241.0,317696.0,4480.5442509690765,20332544.0 +147.4,8.100000381469727,4571.0,0.008978533558547497,0.1199951171875,2.1621792316436768,-0.011779855005443096,0.29702702164649963,0.8873092532157898,1242.0,317952.0,4484.128818446072,20348928.0 +150.47,7.699999809265137,4782.0,0.008806196041405201,0.11810302734375,2.168856143951416,-0.012786519713699818,0.347805380821228,0.864171102643013,1243.0,318208.0,4487.555913149146,20365312.0 +128.72,7.900000095367432,4521.0,0.007867429405450821,0.09710693359375,2.2094085216522217,-0.011253364384174347,0.30012375116348267,0.8664480745792389,1244.0,318464.0,4491.180097679142,20381696.0 +208.67,7.400000095367432,4497.0,0.008431080728769302,0.1139729842543602,2.2178289890289307,-0.012083894573152065,0.30394211411476135,0.8675444573163986,1245.0,318720.0,4494.823798223166,20398080.0 +142.76,8.0,4800.0,0.008922374807298183,0.1109212264418602,2.1760566234588623,-0.013530728407204151,0.33081355690956116,0.8673612624406815,1246.0,318976.0,4498.237441697158,20414464.0 +86.91,8.100000381469727,4810.0,0.009850162081420422,0.1336873322725296,2.1428234577178955,-0.013405554927885532,0.251965194940567,0.8861653059720993,1247.0,319232.0,4501.643823435064,20430848.0 +129.4,7.5,4496.0,0.010329743847250938,0.1341552734375,2.151193857192993,-0.012555811554193497,0.3246016800403595,0.8318471163511276,1248.0,319488.0,4505.288099647034,20447232.0 +155.61,8.199999809265137,4658.0,0.010106571950018406,0.1317342072725296,2.1655514240264893,-0.012861412018537521,0.199893519282341,0.8794232308864594,1249.0,319744.0,4508.8055774371605,20463616.0 +132.35,8.699999809265137,4885.0,0.009426676668226719,0.1202189102768898,2.1518380641937256,-0.010027972050011158,0.31807348132133484,0.8366826772689819,1250.0,320000.0,4512.1596607009415,20480000.0 +151.44,7.400000095367432,4731.0,0.009100847877562046,0.1115519180893898,2.1944096088409424,-0.011662614531815052,0.3257487118244171,0.8072959333658218,1251.0,320256.0,4515.623221442103,20496384.0 +127.27,7.900000095367432,4800.0,0.008440195582807064,0.1086018905043602,2.2220444679260254,-0.00982003752142191,0.3663308322429657,0.7966869026422501,1252.0,320512.0,4519.037062763004,20512768.0 +113.52,8.100000381469727,4420.0,0.008089401759207249,0.1012369766831398,2.2476675510406494,-0.012633080594241619,0.24681848287582397,0.8598945736885071,1253.0,320768.0,4522.743843815988,20529152.0 +135.59,7.800000190734863,4434.0,0.00823987927287817,0.1033121719956398,2.217615842819214,-0.011982650496065617,0.37443646788597107,0.827572226524353,1254.0,321024.0,4526.439381285105,20545536.0 +157.06,7.300000190734863,4407.0,0.009603255428373814,0.1284586638212204,2.2111990451812744,-0.010283933021128178,0.49772509932518005,0.804216057062149,1255.0,321280.0,4530.1587552910205,20561920.0 +139.64,8.0,4573.0,0.010958012193441391,0.1414591521024704,2.1830828189849854,-0.010693523101508617,0.33040133118629456,0.8513558208942413,1256.0,321536.0,4533.742209748132,20578304.0 +108.72,8.100000381469727,4642.0,0.009898551739752293,0.1303303986787796,2.221486806869507,-0.013613776303827763,0.20328718423843384,0.8780191019177437,1257.0,321792.0,4537.272228803951,20594688.0 +138.67,7.800000190734863,4524.0,0.009450911544263363,0.1201578751206398,2.192476511001587,-0.011520001105964184,0.3619537055492401,0.8139621913433075,1258.0,322048.0,4540.894303373992,20611072.0 +143.78,8.0,4590.0,0.010144650936126709,0.1303303986787796,2.21301531791687,-0.01089157909154892,0.28079068660736084,0.8625613749027252,1259.0,322304.0,4544.464449424064,20627456.0 +123.65,7.699999809265137,4815.0,0.00878136232495308,0.1156412735581398,2.1988184452056885,-0.013513023965060711,0.3293284773826599,0.8388572931289673,1260.0,322560.0,4547.867338025942,20643840.0 +115.29,7.699999809265137,4787.0,0.009501884691417217,0.11968994140625,2.2014448642730713,-0.010636698454618454,0.38959717750549316,0.8234326243400574,1261.0,322816.0,4551.290164666949,20660224.0 +101.56,8.100000381469727,4537.0,0.011175456456840038,0.13763427734375,2.2074437141418457,-0.01426298264414072,0.24595685303211212,0.8777251839637756,1262.0,323072.0,4554.901621557074,20676608.0 +175.4,7.5,4570.0,0.009444188326597214,0.1242879256606102,2.2408363819122314,-0.013414744287729263,0.24347876012325287,0.8819551765918732,1263.0,323328.0,4558.4872318720445,20692992.0 +135.31,7.400000095367432,4572.0,0.008912444114685059,0.11541748046875,2.2161548137664795,-0.011909357272088528,0.2949583828449249,0.8730262964963913,1264.0,323584.0,4562.071329053026,20709376.0 +104.52,8.199999809265137,4557.0,0.01061988901346922,0.14324951171875,2.2000319957733154,-0.016154369339346886,0.22250598669052124,0.9102948382496834,1265.0,323840.0,4565.667440445162,20725760.0 +146.1,8.600000381469727,4415.0,0.011706636287271976,0.1522623747587204,2.2506022453308105,-0.015400074422359467,0.23697425425052643,0.9006869196891785,1266.0,324096.0,4569.379082639003,20742144.0 +163.97,7.699999809265137,4557.0,0.010731951333582401,0.1473388671875,2.2350358963012695,-0.014474675059318542,0.23949670791625977,0.9000369906425476,1267.0,324352.0,4572.974532281049,20758528.0 +106.84,7.800000190734863,4472.0,0.010273783467710018,0.1206868514418602,2.191981315612793,-0.014175179414451122,0.2798748314380646,0.8786254376173019,1268.0,324608.0,4576.639103339985,20774912.0 +131.63,7.800000190734863,4543.0,0.010106892324984074,0.1255289763212204,2.17583966255188,-0.013358179479837418,0.30539029836654663,0.8479076623916626,1269.0,324864.0,4580.245699648978,20791296.0 +90.43,8.5,4682.0,0.009295487776398659,0.1069539412856102,2.210817337036133,-0.011858616024255753,0.1963861584663391,0.8822220265865326,1270.0,325120.0,4583.745699559106,20807680.0 +171.71,7.099999904632568,4607.0,0.00904902908951044,0.10687255859375,2.2087013721466064,-0.012510058470070362,0.31010785698890686,0.8371706306934357,1271.0,325376.0,4587.30196971097,20824064.0 +141.88,7.5,4376.0,0.009300053119659424,0.1220703125,2.2035858631134033,-0.013349640183150768,0.29848137497901917,0.8654259443283081,1272.0,325632.0,4591.04645193601,20840448.0 +138.12,7.699999809265137,4720.0,0.008431891910731792,0.10528564453125,2.2180144786834717,-0.010450676083564758,0.3039938509464264,0.8782425448298454,1273.0,325888.0,4594.517752734944,20856832.0 +136.05,8.199999809265137,4536.0,0.007864187471568584,0.1007486954331398,2.2199645042419434,-0.013758350163698196,0.1815745234489441,0.9203839004039764,1274.0,326144.0,4598.130195303122,20873216.0 +162.31,7.599999904632568,4654.0,0.010120407678186893,0.1258544921875,2.2239463329315186,-0.014025206677615643,0.3128874599933624,0.86555515229702,1275.0,326400.0,4601.651095564943,20889600.0 +193.62,7.599999904632568,4819.0,0.00956417340785265,0.1257731169462204,2.2072877883911133,-0.014411062002182007,0.2715788781642914,0.8913128301501274,1276.0,326656.0,4605.051572733093,20905984.0 +113.37,7.900000095367432,4617.0,0.011264984495937824,0.1431071013212204,2.200657606124878,-0.014223475009202957,0.23089207708835602,0.9064149409532547,1277.0,326912.0,4608.600529751042,20922368.0 +125.96,8.300000190734863,4631.0,0.009913438931107521,0.1252238005399704,2.1866180896759033,-0.013532213866710663,0.1993134617805481,0.9165524020791054,1278.0,327168.0,4612.138674318092,20938752.0 +212.37,7.0,4393.0,0.012241256423294544,0.1515095978975296,2.2021753787994385,-0.013474955223500729,0.29822710156440735,0.8575202226638794,1279.0,327424.0,4615.869120791089,20955136.0 +176.23,7.5,4469.0,0.011447173543274403,0.1461995393037796,2.218611478805542,-0.014857430011034012,0.25355663895606995,0.885218545794487,1280.0,327680.0,4619.535669567995,20971520.0 +158.27,8.100000381469727,4568.0,0.010000056587159634,0.1265055388212204,2.167271852493286,-0.015930527821183205,0.33715829253196716,0.8572751879692078,1281.0,327936.0,4623.122845706064,20987904.0 +149.35,8.0,4616.0,0.010944068431854248,0.1218058243393898,2.2299726009368896,-0.0141452020034194,0.2516697347164154,0.8962723314762115,1282.0,328192.0,4626.672789765056,21004288.0 +202.14,7.0,4465.0,0.010386052541434765,0.1278076171875,2.2143375873565674,-0.012269857339560986,0.26999881863594055,0.8958822712302208,1283.0,328448.0,4630.342985871015,21020672.0 +160.07,7.199999809265137,4439.0,0.011770714074373245,0.1540730744600296,2.239887237548828,-0.013074834831058979,0.14933747053146362,0.9364714100956917,1284.0,328704.0,4634.033938215114,21037056.0 +221.76,6.800000190734863,4371.0,0.011548376642167568,0.1549275666475296,2.2604639530181885,-0.012765958905220032,0.23484916985034943,0.8970169052481651,1285.0,328960.0,4637.782771540107,21053440.0 +206.48,7.199999809265137,4368.0,0.008137272670865059,0.1039835587143898,2.208514928817749,-0.011078844778239727,0.33526551723480225,0.8753916546702385,1286.0,329216.0,4641.534134715097,21069824.0 +168.74,7.599999904632568,4423.0,0.008055097423493862,0.1025797501206398,2.1988325119018555,-0.013377435505390167,0.26543891429901123,0.8903096914291382,1287.0,329472.0,4645.2388772431295,21086208.0 +116.27,8.100000381469727,4639.0,0.011432047933340073,0.1488444060087204,2.189899206161499,-0.015057671815156937,0.3186597526073456,0.8628483712673187,1288.0,329728.0,4648.770841445075,21102592.0 +136.5,8.100000381469727,4527.0,0.01086882222443819,0.134521484375,2.2552545070648193,-0.014744146727025509,0.24099038541316986,0.8948185965418816,1289.0,329984.0,4652.390185122145,21118976.0 +158.24,7.300000190734863,4555.0,0.01048604492098093,0.137451171875,2.261667490005493,-0.013039585202932358,0.27894875407218933,0.8839811831712723,1290.0,330240.0,4655.987152475165,21135360.0 +191.3,7.800000190734863,4708.0,0.008718328550457954,0.1135050430893898,2.2625014781951904,-0.012662871740758419,0.2870296835899353,0.8836780935525894,1291.0,330496.0,4659.467544496059,21151744.0 +165.55,7.199999809265137,4523.0,0.012060463428497314,0.1372273713350296,2.242398738861084,-0.012642737478017807,0.29425784945487976,0.887963093817234,1292.0,330752.0,4663.0904737240635,21168128.0 +183.8,7.599999904632568,4454.0,0.008236858062446117,0.1040852889418602,2.251263380050659,-0.014481225050985813,0.2152194380760193,0.9037517234683037,1293.0,331008.0,4666.769192629959,21184512.0 +193.6,7.5,4576.0,0.009478635154664516,0.1251220703125,2.2524099349975586,-0.01389666274189949,0.1909865289926529,0.9052842706441879,1294.0,331264.0,4670.349750738125,21200896.0 +201.65,7.300000190734863,4805.0,0.010439452715218067,0.13775634765625,2.223155975341797,-0.012422521598637104,0.26622986793518066,0.875681571662426,1295.0,331520.0,4673.760031935992,21217280.0 +173.25,7.599999904632568,4626.0,0.010388870723545551,0.1368408203125,2.1973376274108887,-0.014068645425140858,0.2998010814189911,0.8507805615663528,1296.0,331776.0,4677.302260715049,21233664.0 +112.51,7.599999904632568,4564.0,0.01117561012506485,0.1470540314912796,2.1578309535980225,-0.014301919378340244,0.29147934913635254,0.8585950881242752,1297.0,332032.0,4680.894057685975,21250048.0 +110.36,8.5,4477.0,0.011135999113321304,0.1392618864774704,2.140826463699341,-0.014033823274075985,0.300957053899765,0.8434262722730637,1298.0,332288.0,4684.553589204093,21266432.0 +115.18,8.199999809265137,4366.0,0.010946887545287609,0.1406453400850296,2.1936872005462646,-0.013952809385955334,0.2566336691379547,0.8749542534351349,1299.0,332544.0,4688.306679880014,21282816.0 +167.76,8.199999809265137,4555.0,0.009926678612828255,0.1322835236787796,2.2391672134399414,-0.013018342666327953,0.29036960005760193,0.8639147579669952,1300.0,332800.0,4691.903573032003,21299200.0 +121.22,7.900000095367432,4622.0,0.010797210037708282,0.1408488005399704,2.2550055980682373,-0.014909557066857815,0.3058123290538788,0.879687987267971,1301.0,333056.0,4695.448762332089,21315584.0 +133.64,7.800000190734863,4587.0,0.011234058998525143,0.1488850861787796,2.2344517707824707,-0.01668217033147812,0.19545818865299225,0.9181737154722214,1302.0,333312.0,4699.021364521002,21331968.0 +149.76,8.100000381469727,4444.0,0.008228431455790997,0.1054890975356102,2.1954028606414795,-0.01069085393100977,0.31849753856658936,0.8695467114448547,1303.0,333568.0,4702.708523898153,21348352.0 +116.0,8.399999618530273,4500.0,0.009588024578988552,0.1230672225356102,2.1993281841278076,-0.012889756821095943,0.20498667657375336,0.9217895567417145,1304.0,333824.0,4706.349629098084,21364736.0 +152.59,8.600000381469727,4817.0,0.010316326282918453,0.13519287109375,2.221334457397461,-0.015020295046269894,0.16574297845363617,0.9313982725143433,1305.0,334080.0,4709.751671238104,21381120.0 +127.49,7.699999809265137,4719.0,0.009500009007751942,0.1243489608168602,2.21307110786438,-0.012648343108594418,0.3791285455226898,0.8591488152742386,1306.0,334336.0,4713.223889454966,21397504.0 +120.34,7.699999809265137,4719.0,0.010106566362082958,0.1262613981962204,2.2416374683380127,-0.014214571565389633,0.2651772201061249,0.8868001624941826,1307.0,334592.0,4716.695750411134,21413888.0 +136.95,7.400000095367432,4474.0,0.008686457760632038,0.10955810546875,2.239755392074585,-0.014012021012604237,0.28791776299476624,0.8848126977682114,1308.0,334848.0,4720.358094288968,21430272.0 +118.57,8.300000190734863,4497.0,0.009964480064809322,0.1319987028837204,2.237180709838867,-0.016874751076102257,0.17433761060237885,0.9287659004330635,1309.0,335104.0,4724.002015955048,21446656.0 +184.87,7.599999904632568,4520.0,0.01027038786560297,0.1369832307100296,2.2342538833618164,-0.01439696829766035,0.2281688004732132,0.9161529541015625,1310.0,335360.0,4727.628415507032,21463040.0 +181.13,8.100000381469727,4378.0,0.009110549464821815,0.1171875,2.212284803390503,-0.013797067105770111,0.23066233098506927,0.9096554815769196,1311.0,335616.0,4731.37103556213,21479424.0 +174.84,7.599999904632568,4603.0,0.011646305210888386,0.1482136994600296,2.2112131118774414,-0.015620887279510498,0.1455312967300415,0.9373931512236595,1312.0,335872.0,4734.930682130158,21495808.0 +174.66,7.599999904632568,4498.0,0.011180673725903034,0.1417236328125,2.1916728019714355,-0.013653744012117386,0.23904967308044434,0.901700533926487,1313.0,336128.0,4738.573525330983,21512192.0 +163.35,7.900000095367432,4685.0,0.010509626008570194,0.1425984650850296,2.1335489749908447,-0.015451000072062016,0.2865958511829376,0.888572447001934,1314.0,336384.0,4742.07100680517,21528576.0 +156.35,7.599999904632568,4531.0,0.00968344695866108,0.1274210661649704,2.178102731704712,-0.01469524297863245,0.2944174110889435,0.8716592639684677,1315.0,336640.0,4745.687319508055,21544960.0 +97.55,8.399999618530273,4443.0,0.011464190669357777,0.1415812224149704,2.1686646938323975,-0.008761197328567505,0.2479679137468338,0.8957834094762802,1316.0,336896.0,4749.3752974751405,21561344.0 +160.3,7.699999809265137,4614.0,0.0105473967269063,0.1334228515625,2.2097225189208984,-0.013788864947855473,0.21198906004428864,0.9021873772144318,1317.0,337152.0,4752.926883263979,21577728.0 +160.12,7.599999904632568,4546.0,0.00986782368272543,0.1302897185087204,2.1732656955718994,-0.012148267589509487,0.31414347887039185,0.8796391040086746,1318.0,337408.0,4756.531544066034,21594112.0 +98.56,8.199999809265137,4569.0,0.010570518672466278,0.13104248046875,2.1425886154174805,-0.014157113619148731,0.33550259470939636,0.8705155849456787,1319.0,337664.0,4760.117697366979,21610496.0 +125.9,8.699999809265137,4619.0,0.010434516705572605,0.134521484375,2.177729368209839,-0.01394237857311964,0.2578568160533905,0.9048817008733749,1320.0,337920.0,4763.664973194012,21626880.0 +115.45,7.900000095367432,4626.0,0.011560969986021519,0.1502482146024704,2.2113583087921143,-0.011222166009247303,0.2134149819612503,0.9204113930463791,1321.0,338176.0,4767.20735777216,21643264.0 +104.27,8.399999618530273,4475.0,0.01358778402209282,0.1680501252412796,2.1960136890411377,-0.012136240489780903,0.17659135162830353,0.92941465228796,1322.0,338432.0,4770.868776265066,21659648.0 +170.27,6.599999904632568,4744.0,0.009546964429318905,0.1262410432100296,2.1824276447296143,-0.01196296513080597,0.40994736552238464,0.8465411067008972,1323.0,338688.0,4774.322880122112,21676032.0 +146.84,8.300000190734863,4811.0,0.009775768034160137,0.1262003630399704,2.173095464706421,-0.015990039333701134,0.25699886679649353,0.8854298964142799,1324.0,338944.0,4777.728612998035,21692416.0 +171.1,8.600000381469727,4764.0,0.011116736568510532,0.14739990234375,2.1557857990264893,-0.017823340371251106,0.19379369914531708,0.9044237658381462,1325.0,339200.0,4781.168193232967,21708800.0 +131.47,8.0,4565.0,0.011259590275585651,0.13665771484375,2.157625913619995,-0.015064798295497894,0.24102269113063812,0.906975656747818,1326.0,339456.0,4784.75760196615,21725184.0 +144.89,8.399999618530273,4357.0,0.009645889513194561,0.1225789412856102,2.1987340450286865,-0.012294230051338673,0.22841161489486694,0.9202617406845093,1327.0,339712.0,4788.518305526115,21741568.0 +131.6,8.199999809265137,4559.0,0.009977337904274464,0.1283976286649704,2.2523033618927,-0.013504445552825928,0.1776794195175171,0.9397179298102856,1328.0,339968.0,4792.112458659103,21757952.0 +203.14,6.699999809265137,4511.0,0.010232788510620594,0.1394856721162796,2.2475831508636475,-0.012541045434772968,0.2904242277145386,0.8998128548264503,1329.0,340224.0,4795.744839807041,21774336.0 +170.76,7.800000190734863,4607.0,0.01010685134679079,0.1353352814912796,2.22068190574646,-0.014770611189305782,0.1878841519355774,0.924019381403923,1330.0,340480.0,4799.301707379054,21790720.0 +202.38,7.300000190734863,4686.0,0.010171730071306229,0.13165283203125,2.178804874420166,-0.015572450123727322,0.29619330167770386,0.8931542038917542,1331.0,340736.0,4802.798539677169,21807104.0 +139.58,8.0,4701.0,0.011229936964809895,0.1473388671875,2.1435601711273193,-0.01776975393295288,0.2562178671360016,0.9069382771849632,1332.0,340992.0,4806.283886531135,21823488.0 +163.39,7.300000190734863,4312.0,0.01031571812927723,0.1285603791475296,2.1685636043548584,-0.014306229539215565,0.28305160999298096,0.901570737361908,1333.0,341248.0,4810.084324026015,21839872.0 +144.3,8.399999618530273,4550.0,0.010667013935744762,0.1302897185087204,2.1587140560150146,-0.014462010003626347,0.22777502238750458,0.9209315925836563,1334.0,341504.0,4813.685129353078,21856256.0 +133.25,7.900000095367432,4470.0,0.010007455013692379,0.1255289763212204,2.176379680633545,-0.013796936720609665,0.2986932694911957,0.898416593670845,1335.0,341760.0,4817.354183963966,21872640.0 +175.67,8.0,4554.0,0.010562212206423283,0.1315714567899704,2.1888840198516846,-0.0126060014590621,0.3228051960468292,0.8890196830034256,1336.0,342016.0,4820.952266944107,21889024.0 +138.26,7.5,4502.0,0.00886161532253027,0.1160481795668602,2.183058738708496,-0.015135344117879868,0.24809999763965607,0.9147228375077248,1337.0,342272.0,4824.5918323399965,21905408.0 +158.43,7.900000095367432,4675.0,0.010590125806629658,0.14202880859375,2.1599652767181396,-0.01567707024514675,0.29361075162887573,0.9020327925682068,1338.0,342528.0,4828.096909106011,21921792.0 +127.78,7.699999809265137,4350.0,0.010669593699276447,0.1407674103975296,2.18495512008667,-0.01622324250638485,0.21267084777355194,0.92723348736763,1339.0,342784.0,4831.86374747497,21938176.0 +117.91,8.100000381469727,4460.0,0.0104024363681674,0.1282145231962204,2.16070818901062,-0.014972868375480175,0.3079531490802765,0.9051726683974266,1340.0,343040.0,4835.537899388,21954560.0 +122.74,7.800000190734863,4561.0,0.009720691479742527,0.1247151717543602,2.1844546794891357,-0.013089437037706375,0.2559654116630554,0.9188169315457344,1341.0,343296.0,4839.130238855025,21970944.0 +131.9,7.900000095367432,4672.0,0.011959833092987537,0.153564453125,2.1820950508117676,-0.014966125600039959,0.27948129177093506,0.9029485657811165,1342.0,343552.0,4842.637374173151,21987328.0 +100.93,8.5,4723.0,0.010767693631350994,0.1441650390625,2.18916392326355,-0.01593109406530857,0.21674591302871704,0.9181656911969185,1343.0,343808.0,4846.106696655974,22003712.0 +169.98,7.900000095367432,4737.0,0.011360489763319492,0.1483154296875,2.2179741859436035,-0.01226430106908083,0.2595781981945038,0.9010257720947266,1344.0,344064.0,4849.565399565967,22020096.0 +117.12,8.199999809265137,4666.0,0.010711035691201687,0.1331380158662796,2.192689895629883,-0.012489262036979198,0.2606534957885742,0.900315098464489,1345.0,344320.0,4853.077146009076,22036480.0 +118.44,8.0,4520.0,0.010448035784065723,0.1348673552274704,2.1809561252593994,-0.013414508663117886,0.24047964811325073,0.9216605797410011,1346.0,344576.0,4856.702452769037,22052864.0 +121.46,7.800000190734863,4696.0,0.009938451461493969,0.1290079802274704,2.1448585987091064,-0.012483756989240646,0.28183749318122864,0.8979851454496384,1347.0,344832.0,4860.1918234589975,22069248.0 +158.37,7.300000190734863,4654.0,0.009345986880362034,0.11737060546875,2.1529204845428467,-0.013284281827509403,0.29634854197502136,0.8971078619360924,1348.0,345088.0,4863.712340272963,22085632.0 +96.72,8.399999618530273,4731.0,0.010023816488683224,0.12969970703125,2.1612045764923096,-0.01569301076233387,0.19897067546844482,0.9258635565638542,1349.0,345344.0,4867.175540501019,22102016.0 +173.03,7.300000190734863,4724.0,0.008935160003602505,0.1179606094956398,2.194077730178833,-0.013224031776189804,0.3438793420791626,0.8676461577415466,1350.0,345600.0,4870.644474544097,22118400.0 +119.75,8.0,4787.0,0.009283517487347126,0.1139933243393898,2.198662757873535,-0.012799948453903198,0.3601715564727783,0.8641429394483566,1351.0,345856.0,4874.0672126710415,22134784.0 +170.27,7.800000190734863,4782.0,0.0101423105224967,0.1307169646024704,2.2255589962005615,-0.01495189219713211,0.2674388289451599,0.8944298699498177,1352.0,346112.0,4877.497059992049,22151168.0 +95.23,7.900000095367432,4603.0,0.00957790669053793,0.1191813126206398,2.248552083969116,-0.015334037132561207,0.23336352407932281,0.9076244607567787,1353.0,346368.0,4881.056379967136,22167552.0 +135.94,7.400000095367432,4566.0,0.007298444863408804,0.0886637344956398,2.2195756435394287,-0.011730846017599106,0.2904435098171234,0.9040378555655479,1354.0,346624.0,4884.644855732098,22183936.0 +202.22,7.900000095367432,4703.0,0.00802758987993002,0.10272216796875,2.201566457748413,-0.013548855669796467,0.27922096848487854,0.8976329267024994,1355.0,346880.0,4888.128601595992,22200320.0 +126.21,7.699999809265137,4468.0,0.009266485460102558,0.1217244490981102,2.1588714122772217,-0.011923073790967464,0.44214582443237305,0.8462193012237549,1356.0,347136.0,4891.796173433075,22216704.0 +128.79,7.800000190734863,4606.0,0.011464118957519531,0.1432088166475296,2.1916487216949463,-0.014638752676546574,0.2451045960187912,0.9080176874995232,1357.0,347392.0,4895.3537001111545,22233088.0 +128.77,7.699999809265137,4650.0,0.008482111617922783,0.106201171875,2.199465036392212,-0.013178343884646893,0.27662160992622375,0.8921715393662453,1358.0,347648.0,4898.877074008109,22249472.0 +155.02,7.5,4578.0,0.009153874590992928,0.12054443359375,2.1893441677093506,-0.012929513119161129,0.2800339162349701,0.8823999166488647,1359.0,347904.0,4902.456693259068,22265856.0 +199.8,6.300000190734863,4793.0,0.00899301003664732,0.1150919571518898,2.243974447250366,-0.010718762874603271,0.4243953227996826,0.8044333010911942,1360.0,348160.0,4905.875347685069,22282240.0 +147.72,8.100000381469727,4823.0,0.00940138753503561,0.1225992813706398,2.2370729446411133,-0.01364560890942812,0.2664956748485565,0.8677084147930145,1361.0,348416.0,4909.272976530017,22298624.0 +164.78,7.300000190734863,4318.0,0.008350939489901066,0.10418701171875,2.233668088912964,-0.012799900025129318,0.3091473877429962,0.8484172821044922,1362.0,348672.0,4913.06754974206,22315008.0 +173.28,7.199999809265137,4589.0,0.007139087188988924,0.0867513045668602,2.2279770374298096,-0.011357080191373825,0.4135318696498871,0.8136789351701736,1363.0,348928.0,4916.637988060946,22331392.0 +140.22,7.699999809265137,4564.0,0.008686029352247715,0.1110636368393898,2.184964418411255,-0.013966339640319347,0.3046140670776367,0.8653448224067688,1364.0,349184.0,4920.228645272087,22347776.0 +127.37,8.100000381469727,4669.0,0.009036804549396038,0.1139119490981102,2.1635475158691406,-0.013346164487302303,0.4247479736804962,0.8356437832117081,1365.0,349440.0,4923.738154593157,22364160.0 +112.69,7.900000095367432,4538.0,0.008360899984836578,0.10577392578125,2.2426466941833496,-0.012555996887385845,0.2805144488811493,0.9049617722630501,1366.0,349696.0,4927.349345147144,22380544.0 +93.05,8.199999809265137,4523.0,0.011712114326655865,0.15472412109375,2.219712018966675,-0.014497015625238419,0.26396289467811584,0.9133047014474869,1367.0,349952.0,4930.972093031043,22396928.0 +145.79,7.5,4644.0,0.010399977676570415,0.1290283203125,2.2258431911468506,-0.013419042341411114,0.2646181881427765,0.9081196710467339,1368.0,350208.0,4934.5005531490315,22413312.0 +154.2,7.099999904632568,4435.0,0.007595312315970659,0.0941975936293602,2.202754020690918,-0.013034745119512081,0.39422109723091125,0.8543136417865753,1369.0,350464.0,4938.199279753957,22429696.0 +87.2,8.800000190734863,4473.0,0.010374697856605053,0.137451171875,2.173825979232788,-0.015213393606245518,0.24395804107189178,0.8607695698738098,1370.0,350720.0,4941.862276364118,22446080.0 +139.64,8.5,4531.0,0.010921628214418888,0.1432902067899704,2.1628804206848145,-0.013420448638498783,0.2290896624326706,0.8624760806560516,1371.0,350976.0,4945.478210174944,22462464.0 +143.9,7.699999809265137,4434.0,0.009226489812135696,0.1182657852768898,2.1815474033355713,-0.011844821274280548,0.33559784293174744,0.8177010416984558,1372.0,351232.0,4949.173283159034,22478848.0 +151.76,7.0,4505.0,0.010052147321403027,0.1293741911649704,2.1794755458831787,-0.013480134308338165,0.2694569230079651,0.8633641004562378,1373.0,351488.0,4952.810589049943,22495232.0 +118.33,8.699999809265137,4479.0,0.01105202455073595,0.1452433317899704,2.1612179279327393,-0.014559286646544933,0.2301531881093979,0.8850513622164726,1374.0,351744.0,4956.468685123138,22511616.0 +161.84,7.400000095367432,4617.0,0.008738386444747448,0.1110636368393898,2.16465163230896,-0.014209103770554066,0.22105620801448822,0.8957109525799751,1375.0,352000.0,4960.018219604157,22528000.0 +178.33,7.300000190734863,4627.0,0.008355751633644104,0.1064046248793602,2.2046144008636475,-0.012604191899299622,0.3598194122314453,0.8419131338596344,1376.0,352256.0,4963.559559111018,22544384.0 +122.3,7.699999809265137,4641.0,0.00930070597678423,0.1236572265625,2.194232940673828,-0.013249069452285767,0.2891421616077423,0.8948767110705376,1377.0,352512.0,4967.091025266098,22560768.0 +157.91,7.800000190734863,4499.0,0.009548875503242016,0.125732421875,2.206346273422241,-0.014378726482391357,0.2561967968940735,0.9010725617408752,1378.0,352768.0,4970.7326245070435,22577152.0 +148.64,7.199999809265137,4706.0,0.010238785296678543,0.1350911408662796,2.2144906520843506,-0.013320199213922024,0.2701679468154907,0.8902647197246552,1379.0,353024.0,4974.214585609967,22593536.0 +163.09,7.900000095367432,4628.0,0.009739498607814312,0.1153971329331398,2.222536325454712,-0.012943904846906662,0.28837689757347107,0.8763835355639458,1380.0,353280.0,4977.754901647102,22609920.0 +149.73,8.0,4849.0,0.010085690766572952,0.1294759064912796,2.1819794178009033,-0.012770240195095539,0.3003959357738495,0.8738655596971512,1381.0,353536.0,4981.134469832061,22626304.0 +118.4,8.0,4543.0,0.009615988470613956,0.12420654296875,2.180105209350586,-0.013196602463722229,0.23922429978847504,0.9061473160982132,1382.0,353792.0,4984.741565203061,22642688.0 +166.87,8.0,4647.0,0.010567720048129559,0.1308797150850296,2.1728556156158447,-0.014253322966396809,0.25268009305000305,0.8963612094521523,1383.0,354048.0,4988.26728261495,22659072.0 +153.52,7.599999904632568,4653.0,0.009595690295100212,0.1166585311293602,2.180361032485962,-0.013861947692930698,0.3556831181049347,0.8656938821077347,1384.0,354304.0,4991.78906298615,22675456.0 +112.92,8.0,4792.0,0.01026721391826868,0.131591796875,2.1546032428741455,-0.015867775306105614,0.1673152893781662,0.9272584319114685,1385.0,354560.0,4995.208453935105,22691840.0 +143.71,8.199999809265137,4515.0,0.010288269259035587,0.1329345703125,2.1717617511749268,-0.013639457523822784,0.19052709639072418,0.9114134013652802,1386.0,354816.0,4998.837423012126,22708224.0 +151.11,7.300000190734863,4321.0,0.010489776730537415,0.13299560546875,2.1134684085845947,-0.01359925139695406,0.2758609354496002,0.8782457485795021,1387.0,355072.0,5002.629329873947,22724608.0 +146.47,7.5,4460.0,0.010238868184387684,0.1314493864774704,2.170370101928711,-0.013541883789002895,0.29264208674430847,0.8553208708763123,1388.0,355328.0,5006.30287323799,22740992.0 +161.55,7.800000190734863,4345.0,0.009926049038767815,0.1198526993393898,2.181842803955078,-0.013574042357504368,0.28761687874794006,0.8560866415500641,1389.0,355584.0,5010.07607436995,22757376.0 +136.68,7.900000095367432,4518.0,0.008558009751141071,0.1039632186293602,2.202836275100708,-0.013688786886632442,0.21034540235996246,0.8830540031194687,1390.0,355840.0,5013.702481796034,22773760.0 +192.69,7.400000095367432,4533.0,0.010013271123170853,0.13128662109375,2.1896426677703857,-0.014277291484177113,0.2821630537509918,0.8559546768665314,1391.0,356096.0,5017.31712119095,22790144.0 +151.25,7.300000190734863,4549.0,0.01072454359382391,0.1413370817899704,2.162736177444458,-0.014683199115097523,0.2862298786640167,0.8522390127182007,1392.0,356352.0,5020.919309973018,22806528.0 +125.96,7.0,4514.0,0.011097609996795654,0.14849853515625,2.1311545372009277,-0.012009202502667904,0.31239065527915955,0.8523182421922684,1393.0,356608.0,5024.549240963068,22822912.0 +146.48,7.800000190734863,4573.0,0.01058468222618103,0.14337158203125,2.153532028198242,-0.014374013990163803,0.23860841989517212,0.8882201910018921,1394.0,356864.0,5028.133402368054,22839296.0 +220.61,7.199999809265137,4560.0,0.01160441804677248,0.1445515900850296,2.201540946960449,-0.014207699336111546,0.2700435519218445,0.8751107752323151,1395.0,357120.0,5031.727151130093,22855680.0 +102.51,7.900000095367432,4805.0,0.010449728928506374,0.1246134415268898,2.152996301651001,-0.011414009146392345,0.2627846300601959,0.8882805556058884,1396.0,357376.0,5035.137426591013,22872064.0 +159.2,7.400000095367432,4640.0,0.010540633462369442,0.138427734375,2.174189329147339,-0.013446420431137085,0.3035655617713928,0.8722565323114395,1397.0,357632.0,5038.6692221341655,22888448.0 +106.33,8.199999809265137,4566.0,0.010850571095943451,0.1390380859375,2.1387712955474854,-0.014886082150042057,0.2694567143917084,0.8853777945041656,1398.0,357888.0,5042.257449005032,22904832.0 +138.69,7.5,4342.0,0.009902742691338062,0.12518310546875,2.177398443222046,-0.01488831639289856,0.2463148832321167,0.8836807236075401,1399.0,358144.0,5046.031149188057,22921216.0 +179.07,7.199999809265137,4612.0,0.010365422815084457,0.123046875,2.2113840579986572,-0.011968952603638172,0.258417546749115,0.8799533098936081,1400.0,358400.0,5049.5835618220735,22937600.0 +80.29,7.800000190734863,4539.0,0.011132492683827877,0.13592529296875,2.1934943199157715,-0.012019767425954342,0.22333188354969025,0.8895456567406654,1401.0,358656.0,5053.193799240049,22953984.0 +173.78,7.0,4706.0,0.009779657237231731,0.1256103515625,2.1775741577148438,-0.013299629092216492,0.3675486147403717,0.8621198534965515,1402.0,358912.0,5056.675925929099,22970368.0 +151.65,7.900000095367432,4581.0,0.008593927137553692,0.1128336563706398,2.162079095840454,-0.015244971960783005,0.3108682334423065,0.8837671652436256,1403.0,359168.0,5060.252620036947,22986752.0 +126.53,7.400000095367432,4684.0,0.009346776641905308,0.1179606094956398,2.167330265045166,-0.015192977152764797,0.27858465909957886,0.9022665321826935,1404.0,359424.0,5063.750955838943,23003136.0 +114.56,8.0,4641.0,0.009916982613503933,0.1280110627412796,2.200120687484741,-0.016084356233477592,0.23417039215564728,0.9177265837788582,1405.0,359680.0,5067.281276582042,23019520.0 +99.55,7.900000095367432,4573.0,0.010169165208935738,0.1323649138212204,2.195030927658081,-0.014281238429248333,0.2616065442562103,0.9034782946109772,1406.0,359936.0,5070.865308420034,23035904.0 +110.46,8.5,4665.0,0.010334987193346024,0.1321004182100296,2.2028915882110596,-0.014893230982124805,0.23411715030670166,0.9116562306880951,1407.0,360192.0,5074.3777467920445,23052288.0 +157.83,7.900000095367432,4630.0,0.010579373687505722,0.1405232697725296,2.177286148071289,-0.014497199095785618,0.3106784522533417,0.8762603774666786,1408.0,360448.0,5077.916969354963,23068672.0 +128.12,7.599999904632568,4491.0,0.01082612294703722,0.13323974609375,2.1529674530029297,-0.01363524328917265,0.36078503727912903,0.8550726473331451,1409.0,360704.0,5081.565348624019,23085056.0 +163.83,7.900000095367432,4563.0,0.012002413161098957,0.15374755859375,2.1543045043945312,-0.014163748361170292,0.2903274595737457,0.8816179186105728,1410.0,360960.0,5085.156229552114,23101440.0 +109.44,8.0,4604.0,0.012490401975810528,0.1601969450712204,2.1568398475646973,-0.012478639371693134,0.33842968940734863,0.8719195425510406,1411.0,361216.0,5088.716769821942,23117824.0 +84.84,8.100000381469727,4522.0,0.011106998659670353,0.1443074494600296,2.132219076156616,-0.012466900050640106,0.3892808258533478,0.8572022765874863,1412.0,361472.0,5092.340529493988,23134208.0 +137.37,7.199999809265137,4752.0,0.010712611488997936,0.1247151717543602,2.181131601333618,-0.012563683092594147,0.2854861319065094,0.8736590594053268,1413.0,361728.0,5095.788624753011,23150592.0 +167.75,7.699999809265137,4721.0,0.010287480428814888,0.1352132111787796,2.1897788047790527,-0.01486311387270689,0.2473984956741333,0.8843685239553452,1414.0,361984.0,5099.259457714157,23166976.0 +123.58,8.300000190734863,4645.0,0.00922574196010828,0.1157023087143898,2.1691482067108154,-0.01186272595077753,0.3093779981136322,0.8762185648083687,1415.0,362240.0,5102.78732543299,23183360.0 +157.94,7.599999904632568,4610.0,0.008294012397527695,0.10406494140625,2.159280776977539,-0.013441278599202633,0.3052586019039154,0.8797333464026451,1416.0,362496.0,5106.341961644124,23199744.0 +152.3,7.699999809265137,4575.0,0.009476692415773869,0.1183064803481102,2.1649606227874756,-0.014349538832902908,0.33102986216545105,0.874313622713089,1417.0,362752.0,5109.923662120011,23216128.0 +129.09,8.0,4740.0,0.009647909551858902,0.1223958358168602,2.109619379043579,-0.013405658304691315,0.32177242636680603,0.8793563172221184,1418.0,363008.0,5113.380426536081,23232512.0 +117.31,8.399999618530273,4535.0,0.011426364071667194,0.1486002653837204,2.1458137035369873,-0.014925211668014526,0.18723301589488983,0.909856453537941,1419.0,363264.0,5116.994047010085,23248896.0 +122.19,8.199999809265137,4505.0,0.010536178946495056,0.1352132111787796,2.1328229904174805,-0.01130599994212389,0.3156711459159851,0.8671669214963913,1420.0,363520.0,5120.631532212952,23265280.0 +114.97,7.699999809265137,4506.0,0.009300729259848595,0.1154988631606102,2.1264493465423584,-0.013772044330835342,0.2459930181503296,0.8868936896324158,1421.0,363776.0,5124.2679375279695,23281664.0 +162.11,8.100000381469727,4690.0,0.010383286513388157,0.12567138671875,2.118924856185913,-0.013266205787658691,0.3652704060077667,0.8286591917276382,1422.0,364032.0,5127.761476431042,23298048.0 +121.15,7.900000095367432,4455.0,0.010810919106006622,0.1314290314912796,2.161883592605591,-0.013038262724876404,0.25972601771354675,0.8788815885782242,1423.0,364288.0,5131.439036007039,23314432.0 +175.12,8.300000190734863,4606.0,0.01008483488112688,0.1302490234375,2.142185926437378,-0.01057678833603859,0.277092844247818,0.8695680499076843,1424.0,364544.0,5134.996503703063,23330816.0 +154.01,7.699999809265137,4763.0,0.009930363856256008,0.1277058869600296,2.1390163898468018,-0.010630671866238117,0.3379014730453491,0.8595517724752426,1425.0,364800.0,5138.436644165078,23347200.0 +95.23,8.600000381469727,4465.0,0.009253229014575481,0.1172281876206398,2.1281301975250244,-0.014722578227519989,0.21030472218990326,0.915212020277977,1426.0,365056.0,5142.106307767099,23363584.0 +137.6,7.900000095367432,4616.0,0.011353477835655212,0.1353963166475296,2.130857467651367,-0.013331066817045212,0.37262657284736633,0.8670108765363693,1427.0,365312.0,5145.656052439008,23379968.0 +103.56,8.100000381469727,4502.0,0.01236444991081953,0.1515706330537796,2.1245758533477783,-0.014530949294567108,0.32543420791625977,0.8843937590718269,1428.0,365568.0,5149.295827634167,23396352.0 +139.81,7.900000095367432,4492.0,0.01145904790610075,0.1421101838350296,2.1583364009857178,-0.014753066003322601,0.25336045026779175,0.9007596224546432,1429.0,365824.0,5152.943452757085,23412736.0 +123.99,7.599999904632568,4559.0,0.009014411829411983,0.10699462890625,2.1747052669525146,-0.013576733879745007,0.32854554057121277,0.8498081117868423,1430.0,366080.0,5156.537429613061,23429120.0 +199.37,7.699999809265137,4451.0,0.010219349525868893,0.1334635466337204,2.187112808227539,-0.013977927155792713,0.25819894671440125,0.8779496923089027,1431.0,366336.0,5160.218904730165,23445504.0 +160.29,7.800000190734863,4563.0,0.010611058212816715,0.1402180939912796,2.1696367263793945,-0.011438548564910889,0.2925478518009186,0.859676405787468,1432.0,366592.0,5163.809636453167,23461888.0 +140.17,7.900000095367432,4429.0,0.00845106691122055,0.10479736328125,2.1526365280151367,-0.012987456284463406,0.22134412825107574,0.8935798928141594,1433.0,366848.0,5167.509452385129,23478272.0 +145.77,7.900000095367432,4772.0,0.011978138238191605,0.1581013947725296,2.113878011703491,-0.01299531664699316,0.3912411034107208,0.8231265693902969,1434.0,367104.0,5170.943421208998,23494656.0 +131.19,8.199999809265137,4812.0,0.01152671780437231,0.1449788361787796,2.089989185333252,-0.013661399483680725,0.3697620630264282,0.843058630824089,1435.0,367360.0,5174.348628903972,23511040.0 +100.69,8.800000190734863,4686.0,0.010160823352634907,0.1327718049287796,2.1159069538116455,-0.016195571050047874,0.17290546000003815,0.9223410934209824,1436.0,367616.0,5177.845889477991,23527424.0 +135.31,8.199999809265137,4811.0,0.010980184189975262,0.1429646760225296,2.163588762283325,-0.01491395104676485,0.19613738358020782,0.9098211899399757,1437.0,367872.0,5181.251739387168,23543808.0 +125.43,7.300000190734863,4589.0,0.011049874126911163,0.1319376677274704,2.14151930809021,-0.014184549450874329,0.31306615471839905,0.8578189611434937,1438.0,368128.0,5184.822441908997,23560192.0 +168.64,8.0,4663.0,0.010114683769643307,0.127685546875,2.186314344406128,-0.01060741301625967,0.3232150971889496,0.8724121451377869,1439.0,368384.0,5188.336724775145,23576576.0 +120.16,8.199999809265137,4575.0,0.009972239844501019,0.134033203125,2.1885392665863037,-0.011570953764021397,0.26806890964508057,0.8955846577882767,1440.0,368640.0,5191.91830838914,23592960.0 +102.04,8.100000381469727,4568.0,0.010954875499010086,0.1345621794462204,2.17734432220459,-0.013888001441955566,0.30009058117866516,0.8936839029192924,1441.0,368896.0,5195.505352566019,23609344.0 +156.2,7.5,4573.0,0.009996595792472363,0.12701416015625,2.2533724308013916,-0.012240187264978886,0.2537410259246826,0.8953090831637383,1442.0,369152.0,5199.088047057157,23625728.0 +141.83,7.699999809265137,4480.0,0.010629278607666492,0.1361083984375,2.221487045288086,-0.014541812241077423,0.2528403699398041,0.884643591940403,1443.0,369408.0,5202.745684606023,23642112.0 +105.97,7.5,4621.0,0.010569397360086441,0.1396077424287796,2.2293620109558105,-0.01402811985462904,0.2574348449707031,0.8876064643263817,1444.0,369664.0,5206.2913600041065,23658496.0 +235.45,7.300000190734863,4581.0,0.009249381721019745,0.1273193359375,2.2259199619293213,-0.016181176528334618,0.29060280323028564,0.88726507127285,1445.0,369920.0,5209.868054372026,23674880.0 +83.19,8.800000190734863,4389.0,0.011243771761655807,0.1452229768037796,2.166124105453491,-0.01464488822966814,0.2706356942653656,0.9000624194741249,1446.0,370176.0,5213.6012529870495,23691264.0 +139.59,8.300000190734863,4473.0,0.011064973659813404,0.14129638671875,2.2027347087860107,-0.015282519161701202,0.22116923332214355,0.9120879024267197,1447.0,370432.0,5217.264276167145,23707648.0 +169.37,7.800000190734863,4442.0,0.010699532926082611,0.1435546875,2.2334892749786377,-0.012538698501884937,0.2131832242012024,0.9148960113525391,1448.0,370688.0,5220.953261062037,23724032.0 +144.79,6.699999809265137,4696.0,0.009288791567087173,0.1153564453125,2.174492120742798,-0.013547763228416443,0.38631340861320496,0.8716953843832016,1449.0,370944.0,5224.442655017134,23740416.0 +108.91,8.100000381469727,4757.0,0.010336070321500301,0.1250406950712204,2.171046018600464,-0.014671812765300274,0.2749129831790924,0.8931894451379776,1450.0,371200.0,5227.8872340370435,23756800.0 +84.76,8.0,4647.0,0.013514657504856586,0.1576741486787796,2.140580177307129,-0.013286986388266087,0.30565014481544495,0.8754264563322067,1451.0,371456.0,5231.41336968611,23773184.0 +86.97,8.199999809265137,4724.0,0.01053310465067625,0.1317138671875,2.13454270362854,-0.013104443438351154,0.3245888352394104,0.8708442449569702,1452.0,371712.0,5234.882106062025,23789568.0 +143.6,7.199999809265137,4665.0,0.01080450788140297,0.1437174528837204,2.1700310707092285,-0.013305477797985077,0.3325296938419342,0.863966166973114,1453.0,371968.0,5238.395172724966,23805952.0 +89.02,7.699999809265137,4735.0,0.010099301114678383,0.1227620467543602,2.1488559246063232,-0.011870857328176498,0.3380117118358612,0.86834417283535,1454.0,372224.0,5241.855613955064,23822336.0 +96.45,8.0,4741.0,0.009399534203112125,0.11865234375,2.1627488136291504,-0.011572480201721191,0.3658156394958496,0.8647370785474777,1455.0,372480.0,5245.311708853114,23838720.0 +103.2,7.900000095367432,4648.0,0.011937660165131092,0.1565958708524704,2.149745225906372,-0.015193082392215729,0.31141501665115356,0.8745027035474777,1456.0,372736.0,5248.83690770017,23855104.0 +92.82,8.600000381469727,4481.0,0.011342354118824005,0.1465861052274704,2.140916109085083,-0.01421640906482935,0.3683011531829834,0.8563325852155685,1457.0,372992.0,5252.493159163976,23871488.0 +143.14,7.800000190734863,4571.0,0.010626018978655338,0.13934326171875,2.1547482013702393,-0.01279547531157732,0.27065029740333557,0.8933601602911949,1458.0,373248.0,5256.077813117066,23887872.0 +108.62,8.399999618530273,4662.0,0.011723759584128857,0.1569010466337204,2.192436456680298,-0.01594647206366062,0.24497364461421967,0.9044347852468491,1459.0,373504.0,5259.592620705022,23904256.0 +140.96,7.400000095367432,4465.0,0.009822358377277851,0.1341145783662796,2.1946356296539307,-0.013970412313938141,0.2216673493385315,0.9154549762606621,1460.0,373760.0,5263.262023046147,23920640.0 +140.68,7.900000095367432,4656.0,0.010038865730166435,0.1343180388212204,2.1413955688476562,-0.013996089808642864,0.3212944269180298,0.8886561319231987,1461.0,374016.0,5266.781336199958,23937024.0 +162.26,8.199999809265137,4611.0,0.013042871840298176,0.1683146208524704,2.114461660385132,-0.015369507484138012,0.23417973518371582,0.9142730012536049,1462.0,374272.0,5270.334790203953,23953408.0 +103.0,8.300000190734863,4555.0,0.010703802108764648,0.1410725861787796,2.1089248657226562,-0.013612265698611736,0.27541735768318176,0.8911105766892433,1463.0,374528.0,5273.932220260147,23969792.0 +76.64,7.300000190734863,4611.0,0.011395272798836231,0.14801025390625,2.101367712020874,-0.014755251817405224,0.3556654155254364,0.8816136196255684,1464.0,374784.0,5277.485722206999,23986176.0 +92.6,8.0,4592.0,0.011424712836742401,0.1511433869600296,2.126723051071167,-0.01457640528678894,0.3253363370895386,0.9050459563732147,1465.0,375040.0,5281.054133451078,24002560.0 +136.55,7.5,4677.0,0.010627824813127518,0.1394449919462204,2.176825761795044,-0.013943344354629517,0.28869131207466125,0.9072152003645897,1466.0,375296.0,5284.557452669134,24018944.0 +95.43,8.300000190734863,4562.0,0.011986739933490753,0.15130615234375,2.1955201625823975,-0.01502408366650343,0.20591528713703156,0.9244672879576683,1467.0,375552.0,5288.149456065148,24035328.0 +143.97,8.100000381469727,4539.0,0.010583344846963882,0.13836669921875,2.1795196533203125,-0.014601919800043106,0.2860064208507538,0.8975915759801865,1468.0,375808.0,5291.759887494147,24051712.0 +107.74,7.900000095367432,4521.0,0.011665747500956059,0.1380818635225296,2.156130075454712,-0.014582931995391846,0.36072611808776855,0.8709796369075775,1469.0,376064.0,5295.383987527108,24068096.0 +122.6,8.600000381469727,4566.0,0.01274863351136446,0.1502278596162796,2.1502010822296143,-0.01601562835276127,0.2539553940296173,0.9205434992909431,1470.0,376320.0,5298.972702397034,24084480.0 +167.48,7.099999904632568,4400.0,0.00930754840373993,0.1229044571518898,2.1990582942962646,-0.011795432306826115,0.3293360471725464,0.8945075422525406,1471.0,376576.0,5302.696798762074,24100864.0 +92.33,8.399999618530273,4617.0,0.012681418098509312,0.1485595703125,2.2187376022338867,-0.013653133995831013,0.17653429508209229,0.9389462023973465,1472.0,376832.0,5306.245464042062,24117248.0 +152.42,7.900000095367432,4670.0,0.012010273523628712,0.1563313752412796,2.1890809535980225,-0.01770043931901455,0.14450691640377045,0.948889572173357,1473.0,377088.0,5309.753965514945,24133632.0 +189.19,7.300000190734863,4559.0,0.012324572540819645,0.1561482697725296,2.1772420406341553,-0.015675583854317665,0.284170001745224,0.8935949504375458,1474.0,377344.0,5313.348164515104,24150016.0 +121.02,8.300000190734863,4602.0,0.012832044623792171,0.1540120393037796,2.1353061199188232,-0.01593032479286194,0.35846519470214844,0.8634039163589478,1475.0,377600.0,5316.9086332351435,24166400.0 +91.84,8.100000381469727,4460.0,0.011448663659393787,0.14501953125,2.1232662200927734,-0.013343012891709805,0.269368052482605,0.9126818552613258,1476.0,377856.0,5320.582735431148,24182784.0 +131.26,7.5,4416.0,0.010912741534411907,0.1349894255399704,2.159921407699585,-0.014000681228935719,0.23008103668689728,0.9171732068061829,1477.0,378112.0,5324.29326116899,24199168.0 +157.64,8.0,4440.0,0.01056821271777153,0.1392822265625,2.1343390941619873,-0.013818423263728619,0.22720187902450562,0.907120831310749,1478.0,378368.0,5327.984990922036,24215552.0 +143.73,8.199999809265137,4448.0,0.013250158168375492,0.1696980744600296,2.12764835357666,-0.013691733591258526,0.30112913250923157,0.8850267678499222,1479.0,378624.0,5331.668599221157,24231936.0 +158.64,7.5,4625.0,0.012071293778717518,0.1504313200712204,2.1721038818359375,-0.014381888322532177,0.3150966465473175,0.8921833112835884,1480.0,378880.0,5335.211005756166,24248320.0 +140.03,7.599999904632568,4624.0,0.008519507013261318,0.10577392578125,2.179608106613159,-0.011299245990812778,0.34546899795532227,0.9040005281567574,1481.0,379136.0,5338.754937006161,24264704.0 +55.01,8.899999618530273,4650.0,0.010705872438848019,0.1371053010225296,2.1591174602508545,-0.013306164182722569,0.21034575998783112,0.9395362809300423,1482.0,379392.0,5342.27889867709,24281088.0 +137.23,8.199999809265137,4610.0,0.010408030822873116,0.13470458984375,2.1764943599700928,-0.010800468735396862,0.2307063788175583,0.9341552406549454,1483.0,379648.0,5345.8329958771355,24297472.0 +107.6,8.0,4495.0,0.008254802785813808,0.1033121719956398,2.166106939315796,-0.012575714848935604,0.3562733232975006,0.8840817362070084,1484.0,379904.0,5349.478253293084,24313856.0 +154.78,7.599999904632568,4629.0,0.007885514758527279,0.0996907576918602,2.165456771850586,-0.01326222438365221,0.2377719134092331,0.9077382013201714,1485.0,380160.0,5353.017958841985,24330240.0 +168.23,7.300000190734863,4513.0,0.01076789665967226,0.1255900114774704,2.1606056690216064,-0.01094867940992117,0.3379155397415161,0.8623578548431396,1486.0,380416.0,5356.649238954997,24346624.0 +158.14,7.900000095367432,4666.0,0.009750408120453358,0.1212158203125,2.1634583473205566,-0.013150501996278763,0.31498751044273376,0.8479955345392227,1487.0,380672.0,5360.16115206806,24363008.0 +151.91,8.199999809265137,4679.0,0.011386963538825512,0.1540323942899704,2.1565654277801514,-0.014493978582322598,0.23435336351394653,0.8976140767335892,1488.0,380928.0,5363.663273615064,24379392.0 +156.94,7.5,4466.0,0.009281936101615429,0.120361328125,2.177403211593628,-0.013261410407721996,0.3582940101623535,0.8747048676013947,1489.0,381184.0,5367.332128794165,24395776.0 +173.01,8.100000381469727,4533.0,0.010263149626553059,0.13421630859375,2.158369302749634,-0.011361825279891491,0.2504904270172119,0.9129113331437111,1490.0,381440.0,5370.94685413409,24412160.0 +152.29,7.099999904632568,4653.0,0.009227502159774303,0.1145223006606102,2.172499179840088,-0.01376878097653389,0.27315372228622437,0.9021566063165665,1491.0,381696.0,5374.468943277141,24428544.0 +129.43,7.599999904632568,4683.0,0.010460548102855682,0.13653564453125,2.1498684883117676,-0.014753597788512707,0.2387370616197586,0.9127976596355438,1492.0,381952.0,5377.967986708041,24444928.0 +109.03,7.599999904632568,4470.0,0.010831990279257298,0.1371256560087204,2.1435952186584473,-0.01134844496846199,0.3742543160915375,0.8612884432077408,1493.0,382208.0,5381.6344015670475,24461312.0 +137.79,7.300000190734863,4400.0,0.009957647882401943,0.1215006485581398,2.131519317626953,-0.014343964867293835,0.4297567307949066,0.8432297557592392,1494.0,382464.0,5385.358634652104,24477696.0 +142.63,7.800000190734863,4519.0,0.010113234631717205,0.1340738981962204,2.1418120861053467,-0.013858451507985592,0.3411308228969574,0.8489407747983932,1495.0,382720.0,5388.988376745023,24494080.0 +145.66,7.5,4405.0,0.011276409029960632,0.1433308869600296,2.1685805320739746,-0.014165114611387253,0.23412013053894043,0.8689546287059784,1496.0,382976.0,5392.70803488302,24510464.0 +149.82,8.600000381469727,4414.0,0.01081052329391241,0.1464436799287796,2.1720612049102783,-0.016581181436777115,0.18387657403945923,0.893210232257843,1497.0,383232.0,5396.42059794208,24526848.0 +114.9,7.900000095367432,4366.0,0.011794616468250751,0.1496378630399704,2.1212308406829834,-0.015278722159564495,0.2366819828748703,0.8664581179618835,1498.0,383488.0,5400.173209018074,24543232.0 +148.97,8.699999809265137,4489.0,0.010995917022228241,0.13800048828125,2.1152727603912354,-0.01312542986124754,0.26094815135002136,0.8683513700962067,1499.0,383744.0,5403.823610404972,24559616.0 +117.5,7.800000190734863,4640.0,0.011216911487281322,0.14288330078125,2.139103651046753,-0.013871807605028152,0.24115701019763947,0.8906567618250847,1500.0,384000.0,5407.355010769097,24576000.0 +109.57,7.5,4629.0,0.010306212119758129,0.1349690705537796,2.1576051712036133,-0.013223528861999512,0.2219892144203186,0.8984550833702087,1501.0,384256.0,5410.894845955074,24592384.0 +156.21,6.900000095367432,4454.0,0.011166110634803772,0.13458251953125,2.181861639022827,-0.01184966042637825,0.2343338280916214,0.8898250609636307,1502.0,384512.0,5414.5738449611235,24608768.0 +185.14,7.400000095367432,4678.0,0.008374030701816082,0.1050008162856102,2.143327474594116,-0.012495662085711956,0.3657858669757843,0.8552023023366928,1503.0,384768.0,5418.076673635049,24625152.0 +174.52,7.400000095367432,4566.0,0.009469402022659779,0.1249593123793602,2.1752068996429443,-0.012504366226494312,0.2788849472999573,0.8715320825576782,1504.0,385024.0,5421.665395949967,24641536.0 +147.5,7.699999809265137,4419.0,0.010253814980387688,0.126953125,2.143716335296631,-0.013572442345321178,0.23848257958889008,0.8960863202810287,1505.0,385280.0,5425.373230268946,24657920.0 +115.51,8.300000190734863,4410.0,0.010403883643448353,0.1378580778837204,2.1398353576660156,-0.014472112990915775,0.25390318036079407,0.8896448388695717,1506.0,385536.0,5429.088694295147,24674304.0 +158.82,7.5,4661.0,0.010561891831457615,0.1397501677274704,2.147425651550293,-0.011292803101241589,0.3720725476741791,0.8671712428331375,1507.0,385792.0,5432.604096245952,24690688.0 +90.16,8.199999809265137,4599.0,0.010480038821697235,0.1318562775850296,2.1129913330078125,-0.012706641107797623,0.27866387367248535,0.9055983796715736,1508.0,386048.0,5436.167210337007,24707072.0 +106.23,7.699999809265137,4586.0,0.010835998691618443,0.1409098356962204,2.1147210597991943,-0.013620982877910137,0.3006225824356079,0.9000032022595406,1509.0,386304.0,5439.739737492986,24723456.0 +134.02,7.5,4555.0,0.010975588113069534,0.1379801481962204,2.128247022628784,-0.015461415983736515,0.2614127993583679,0.9129635468125343,1510.0,386560.0,5443.336899679154,24739840.0 +141.58,8.100000381469727,4650.0,0.011046185158193111,0.1459553986787796,2.1295950412750244,-0.013489451259374619,0.3562476336956024,0.881541021168232,1511.0,386816.0,5446.860668793088,24756224.0 +152.62,7.800000190734863,4573.0,0.009748230688273907,0.1248779296875,2.1497952938079834,-0.01540746632963419,0.23434896767139435,0.902850903570652,1512.0,387072.0,5450.443582809996,24772608.0 +108.89,7.699999809265137,4593.0,0.009175964631140232,0.11859130859375,2.155106782913208,-0.01277798879891634,0.25127556920051575,0.8991723284125328,1513.0,387328.0,5454.011019797996,24788992.0 +182.47,7.800000190734863,4592.0,0.01088144164532423,0.1361083984375,2.159034013748169,-0.013603031635284424,0.30248403549194336,0.8831494599580765,1514.0,387584.0,5457.579243374057,24805376.0 +148.22,8.399999618530273,4679.0,0.010853496380150318,0.1395467072725296,2.1319081783294678,-0.013122241012752056,0.3341723382472992,0.8946343213319778,1515.0,387840.0,5461.0821108720265,24821760.0 +106.56,8.0,4603.0,0.00977585930377245,0.1249593123793602,2.1568145751953125,-0.013896220363676548,0.2352510541677475,0.916807658970356,1516.0,388096.0,5464.641607310157,24838144.0 +130.06,7.800000190734863,4546.0,0.00924647506326437,0.1164754256606102,2.169262170791626,-0.013163425959646702,0.21343688666820526,0.9174406677484512,1517.0,388352.0,5468.2461666809395,24854528.0 +218.8,7.0,4809.0,0.011000335216522217,0.1317342072725296,2.1282401084899902,-0.01341503206640482,0.27207207679748535,0.9025578200817108,1518.0,388608.0,5471.653910601046,24870912.0 +175.77,7.199999809265137,4557.0,0.012647775001823902,0.1620686799287796,2.097686529159546,-0.014860808849334717,0.3670267164707184,0.864020049571991,1519.0,388864.0,5475.249651068123,24887296.0 +145.7,8.100000381469727,4646.0,0.009722293354570866,0.1221110001206398,2.1485819816589355,-0.012599674053490162,0.23550520837306976,0.9107653871178627,1520.0,389120.0,5478.7766331729945,24903680.0 +140.77,8.100000381469727,4449.0,0.013139168731868267,0.1652628630399704,2.1407971382141113,-0.014809925109148026,0.21854598820209503,0.9097423031926155,1521.0,389376.0,5482.459594861139,24920064.0 +143.17,7.800000190734863,4731.0,0.0107625313103199,0.1427408903837204,2.1430599689483643,-0.014747671782970428,0.2542741000652313,0.8992291018366814,1522.0,389632.0,5485.922829912975,24936448.0 +164.9,7.900000095367432,4707.0,0.009390131570398808,0.1233927384018898,2.1591296195983887,-0.013843730092048645,0.28680911660194397,0.8778643384575844,1523.0,389888.0,5489.4042840900365,24952832.0 +173.08,7.099999904632568,4728.0,0.009939494542777538,0.1304931640625,2.1637585163116455,-0.015077532269060612,0.2455199956893921,0.8874983116984367,1524.0,390144.0,5492.870324027957,24969216.0 +174.95,7.199999809265137,4593.0,0.010246356017887592,0.12530517578125,2.1342523097991943,-0.013447818346321583,0.34761133790016174,0.8730923533439636,1525.0,390400.0,5496.438079793006,24985600.0 diff --git a/train_procgen/checkpoints/ppo-jumper_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..3b159f130024c985d3e9af961a62cc12b066dbc0 --- /dev/null +++ b/train_procgen/checkpoints/ppo-jumper_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +58.11940298507463,3.2835819721221924,419.0,0.00034959556069225073,4.069010537932627e-05,2.7077343463897705,-0.0005156340193934739,0.6518515944480896,0.0022097229957580566,1.0,256.0,39.01134035689756,16384.0 +83.49411764705883,3.2941176891326904,4262.0,0.00026984247961081564,0.0,2.70645809173584,-0.0005422283429652452,0.16946935653686523,0.03464627265930176,2.0,512.0,42.858851548982784,32768.0 +130.8,3.700000047683716,4075.0,0.0006319628446362913,0.00026448568678461015,2.703502655029297,-0.0005715021979995072,0.25787535309791565,0.04362422227859497,3.0,768.0,46.88020503800362,49152.0 +416.51,3.299999952316284,4108.0,0.001783692161552608,0.01123046875,2.6961514949798584,-0.0011995509266853333,0.4750559329986572,0.048849523067474365,4.0,1024.0,50.868804903002456,65536.0 +512.14,2.799999952316284,4405.0,0.0011223363690078259,0.00341796875,2.6964190006256104,-0.0011763684451580048,0.34651413559913635,0.07221096754074097,5.0,1280.0,54.588483636965975,81920.0 +319.36,3.700000047683716,4358.0,0.001055329106748104,2.0345052689663135e-05,2.696046829223633,-0.000696311704814434,0.6401455402374268,0.09948968887329102,6.0,1536.0,58.34836487285793,98304.0 +270.15,3.9000000953674316,4263.0,0.0014289960963651538,0.0012003580341115594,2.6990346908569336,-0.002035460900515318,0.24869607388973236,0.15858447551727295,7.0,1792.0,62.192789708962664,114688.0 +363.29,3.799999952316284,4687.0,0.0018056808039546013,0.0008748372201807797,2.69702410697937,-0.0012435942189767957,0.45858368277549744,0.1287548542022705,8.0,2048.0,65.68857988389209,131072.0 +324.26,3.5999999046325684,4258.0,0.00118341448251158,0.001953125,2.694181203842163,-0.00174459267873317,0.6648978590965271,0.14312297105789185,9.0,2304.0,69.53674343787134,147456.0 +249.58,3.700000047683716,4404.0,0.002151604974642396,0.0115966796875,2.6849277019500732,-0.0024381547700613737,0.41836443543434143,0.19604569673538208,10.0,2560.0,73.25745267886668,163840.0 +288.83,4.0,4426.0,0.001453216071240604,0.0059611001051962376,2.6836891174316406,-0.002389060566201806,0.4181393086910248,0.22649651765823364,11.0,2816.0,76.96024644887075,180224.0 +333.47,3.4000000953674316,4395.0,0.0014328612014651299,0.0012613931903615594,2.6935222148895264,-0.0020027942955493927,0.21598489582538605,0.2717694044113159,12.0,3072.0,80.68898296286352,196608.0 +358.46,2.5,4205.0,0.0031581788789480925,0.0329996757209301,2.694185495376587,-0.0028719205874949694,0.4584495723247528,0.24121826887130737,13.0,3328.0,84.58559231483378,212992.0 +366.8,3.5999999046325684,4341.0,0.004264484159648418,0.0492960624396801,2.684840440750122,-0.0036739495117217302,0.3513607978820801,0.2293088436126709,14.0,3584.0,88.3603303770069,229376.0 +354.29,5.099999904632568,4071.0,0.004003089386969805,0.02880859375,2.6732072830200195,-0.0015306455316022038,0.7828143239021301,0.20974695682525635,15.0,3840.0,92.38696575397626,245760.0 +274.76,5.199999809265137,4287.0,0.0023845189716666937,0.010986328125,2.667762517929077,-0.0029995981603860855,0.6012231111526489,0.27594542503356934,16.0,4096.0,96.20899230986834,262144.0 +260.62,5.099999904632568,4222.0,0.003957552369683981,0.03509521484375,2.6809933185577393,-0.004383930936455727,0.47153472900390625,0.3142997622489929,17.0,4352.0,100.09012018493377,278528.0 +266.95,5.099999904632568,4124.0,0.004428443033248186,0.0556844063103199,2.665631055831909,-0.0043123443610966206,0.6382342576980591,0.3613177537918091,18.0,4608.0,104.06375014595687,294912.0 +254.86,4.5,4199.0,0.005607293453067541,0.0698445662856102,2.645470380783081,-0.005556965712457895,0.7674413323402405,0.388968288898468,19.0,4864.0,107.96657100995071,311296.0 +152.51,5.900000095367432,4041.0,0.005665006581693888,0.0727742537856102,2.630025863647461,-0.00354954251088202,0.9853672981262207,0.40859097242355347,20.0,5120.0,112.02129464782774,327680.0 +175.33,5.300000190734863,4503.0,0.006944748107343912,0.0846150740981102,2.61683988571167,-0.005589439067989588,0.7625952363014221,0.4000849723815918,21.0,5376.0,115.66009011282586,344064.0 +155.41,4.800000190734863,4584.0,0.00571459298953414,0.0702311173081398,2.6123905181884766,-0.005333120469003916,0.584480345249176,0.5024992823600769,22.0,5632.0,119.23460630094633,360448.0 +205.34,5.300000190734863,4691.0,0.004618940409272909,0.0444539375603199,2.588009834289551,-0.004604286514222622,0.6966943144798279,0.47674626111984253,23.0,5888.0,122.72794612403959,376832.0 +192.34,5.300000190734863,4634.0,0.00655957730486989,0.0843302384018898,2.5879673957824707,-0.0011342583457008004,0.7069600224494934,0.4483702778816223,24.0,6144.0,126.26424757903442,393216.0 +170.14,4.5,4658.0,0.005113119259476662,0.0529378242790699,2.5601038932800293,-0.005221640225499868,0.80154949426651,0.45058488845825195,25.0,6400.0,129.7817731469404,409600.0 +165.5,5.0,4770.0,0.00457132700830698,0.0472819022834301,2.5714340209960938,-0.00399331608787179,0.5849261283874512,0.4428575038909912,26.0,6656.0,133.2167231978383,425984.0 +185.58,5.400000095367432,4546.0,0.0069550103507936,0.0842488631606102,2.5466055870056152,-0.0038391442503780127,0.8108494877815247,0.4426405429840088,27.0,6912.0,136.821786636021,442368.0 +188.03,6.199999809265137,4082.0,0.006365800276398659,0.0750732421875,2.5346016883850098,-0.0047784424386918545,0.619559109210968,0.5347182154655457,28.0,7168.0,140.8357105688192,458752.0 +215.5,5.900000095367432,4458.0,0.006559082772582769,0.0744425430893898,2.563734769821167,-0.0037664182018488646,0.5729148387908936,0.5341079235076904,29.0,7424.0,144.51493258890696,475136.0 +141.02,6.099999904632568,4411.0,0.004815944004803896,0.04852294921875,2.5501508712768555,-0.003883839352056384,0.7807019352912903,0.5309352874755859,30.0,7680.0,148.22933239187114,491520.0 +176.25,5.599999904632568,4417.0,0.004860009532421827,0.05450439453125,2.533421039581299,-0.004495650064200163,0.5464122891426086,0.5894271433353424,31.0,7936.0,151.9392243179027,507904.0 +178.16,6.0,4373.0,0.0053949118591845036,0.0598551444709301,2.5416834354400635,-0.0036861931439489126,0.785316526889801,0.6127710044384003,32.0,8192.0,155.68696627393365,524288.0 +134.69,5.599999904632568,4450.0,0.006043402012437582,0.0694580078125,2.5432918071746826,-0.004992116708308458,0.6549373865127563,0.6108035147190094,33.0,8448.0,159.36879614996724,540672.0 +173.56,5.300000190734863,4615.0,0.006319431122392416,0.0748697891831398,2.55594801902771,-0.005962897092103958,0.5659107565879822,0.665051132440567,34.0,8704.0,162.9200114440173,557056.0 +167.58,5.599999904632568,4482.0,0.004851476289331913,0.0469156913459301,2.5439999103546143,-0.003526311134919524,0.5169925689697266,0.6989250183105469,35.0,8960.0,166.57590747484937,573440.0 +175.35,5.599999904632568,4499.0,0.007022183854132891,0.0885213240981102,2.5347533226013184,-0.007292657624930143,0.49782899022102356,0.6908022165298462,36.0,9216.0,170.21814384683967,589824.0 +220.28,5.0,4505.0,0.005914662498980761,0.06707763671875,2.5263686180114746,-0.005616370122879744,0.4585399925708771,0.6821494698524475,37.0,9472.0,173.8553921089042,606208.0 +218.35,5.400000095367432,4431.0,0.004998293239623308,0.0570271797478199,2.545701265335083,-0.005966247525066137,0.46805915236473083,0.6745876669883728,38.0,9728.0,177.55372642097063,622592.0 +182.43,6.5,4286.0,0.004140520002692938,0.0389811210334301,2.521247625350952,-0.005036285147070885,0.6729934811592102,0.6412756145000458,39.0,9984.0,181.37664645700715,638976.0 +219.82,5.300000190734863,4456.0,0.006097781006246805,0.0747884139418602,2.506596803665161,-0.006357012316584587,0.4957505464553833,0.6179865896701813,40.0,10240.0,185.05365851684473,655360.0 +152.08,5.900000095367432,4592.0,0.0054711163975298405,0.0621337890625,2.485976457595825,-0.006106942892074585,0.6780662536621094,0.6142171919345856,41.0,10496.0,188.62219855492003,671744.0 +107.85,6.300000190734863,4752.0,0.00490577844902873,0.0567220039665699,2.4711177349090576,-0.006945397704839706,0.513373613357544,0.6679866015911102,42.0,10752.0,192.07073607784696,688128.0 +218.81,5.599999904632568,4525.0,0.00605824775993824,0.0733439102768898,2.4677927494049072,-0.00592254800722003,0.47078874707221985,0.7040318846702576,43.0,11008.0,195.6924348899629,704512.0 +166.6,6.5,4477.0,0.0057210917584598064,0.07049560546875,2.4382293224334717,-0.006516223307698965,0.5822216868400574,0.6802301108837128,44.0,11264.0,199.35280587687157,720896.0 +130.49,6.199999809265137,4533.0,0.005262351129204035,0.0573527030646801,2.404623508453369,-0.006824430078268051,0.8117390275001526,0.6513080894947052,45.0,11520.0,202.9680924389977,737280.0 +134.33,5.800000190734863,4758.0,0.005035672336816788,0.0516560859978199,2.4287474155426025,-0.006296096369624138,0.6399187445640564,0.6568475067615509,46.0,11776.0,206.41208239202388,753664.0 +160.85,6.099999904632568,4175.0,0.005711765959858894,0.0611979179084301,2.451939105987549,-0.007115200627595186,0.4236493408679962,0.7115299701690674,47.0,12032.0,210.33697549882345,770048.0 +191.67,6.300000190734863,4272.0,0.005815804470330477,0.0638020858168602,2.448927164077759,-0.006565377581864595,0.4408944547176361,0.7105526924133301,48.0,12288.0,214.1722112428397,786432.0 +210.7,5.900000095367432,4538.0,0.007130553480237722,0.0929768905043602,2.448687791824341,-0.006751770153641701,0.5777393579483032,0.6623611748218536,49.0,12544.0,217.7833188418299,802816.0 +195.71,5.400000095367432,4496.0,0.006316604558378458,0.0737508162856102,2.413039445877075,-0.005151631776243448,0.5611304640769958,0.7131140232086182,50.0,12800.0,221.42792049702257,819200.0 +172.66,5.699999809265137,4260.0,0.008438841439783573,0.1101888045668602,2.3924074172973633,-0.006098025944083929,0.37120985984802246,0.781708374619484,51.0,13056.0,225.27384280995466,835584.0 +201.36,6.300000190734863,4346.0,0.0076929256319999695,0.102783203125,2.405672311782837,-0.0054701692424714565,0.43127167224884033,0.7726382464170456,52.0,13312.0,229.04431190504692,851968.0 +234.55,6.0,4085.0,0.005568305030465126,0.0605875663459301,2.4388763904571533,-0.006339926738291979,0.4488222301006317,0.7333570420742035,53.0,13568.0,233.05614073295146,868352.0 +154.19,6.300000190734863,4306.0,0.008288784883916378,0.1124674454331398,2.408259153366089,-0.008385363034904003,0.6171834468841553,0.6885368824005127,54.0,13824.0,236.86175320786424,884736.0 +135.05,6.300000190734863,4307.0,0.0058263204991817474,0.0625406876206398,2.3710877895355225,-0.006251209881156683,0.5606775879859924,0.7231983840465546,55.0,14080.0,240.66640522703528,901120.0 +161.06,5.800000190734863,4480.0,0.007825283333659172,0.10736083984375,2.4028079509735107,-0.008533881045877934,0.47067463397979736,0.7325785458087921,56.0,14336.0,244.3239544290118,917504.0 +151.37,5.900000095367432,4462.0,0.006444836035370827,0.0781656876206398,2.4039523601531982,-0.007461549714207649,0.5277891159057617,0.707559198141098,57.0,14592.0,247.99715197994374,933888.0 +160.6,6.0,4758.0,0.007400387432426214,0.09423828125,2.4152090549468994,-0.0066586812026798725,0.5963373780250549,0.693105161190033,58.0,14848.0,251.440829989966,950272.0 +154.1,5.900000095367432,4812.0,0.006207309663295746,0.0753580704331398,2.426460027694702,-0.007390000391751528,0.6009947061538696,0.712874561548233,59.0,15104.0,254.84576177387498,966656.0 +162.24,5.5,4423.0,0.00892419833689928,0.1237589493393898,2.4245810508728027,-0.007708592340350151,0.4777430593967438,0.7161687612533569,60.0,15360.0,258.5509091648273,983040.0 +182.53,5.900000095367432,4526.0,0.006565425079315901,0.081298828125,2.4158027172088623,-0.008697719313204288,0.566213071346283,0.7208603620529175,61.0,15616.0,262.1715033838991,999424.0 +109.14,6.400000095367432,4354.0,0.008023613132536411,0.1081136092543602,2.3963780403137207,-0.009095363318920135,0.6054112315177917,0.6799318790435791,62.0,15872.0,265.9353179158643,1015808.0 +174.99,5.900000095367432,4308.0,0.007739459630101919,0.10723876953125,2.384504795074463,-0.006803467404097319,0.49668118357658386,0.7054771482944489,63.0,16128.0,269.739098666003,1032192.0 +182.75,6.400000095367432,4270.0,0.008700883947312832,0.12579345703125,2.413935422897339,-0.007988384924829006,0.3706749677658081,0.7660056352615356,64.0,16384.0,273.5802364030387,1048576.0 +146.52,6.099999904632568,4640.0,0.00800411682575941,0.1072591170668602,2.4080042839050293,-0.0064183385111391544,0.5015862584114075,0.7255285680294037,65.0,16640.0,277.1121706299018,1064960.0 +178.48,5.900000095367432,4459.0,0.006513418164104223,0.0795084610581398,2.403027296066284,-0.007396009285002947,0.45278239250183105,0.7379310131072998,66.0,16896.0,280.7871689249296,1081344.0 +177.53,5.699999809265137,4353.0,0.007535077631473541,0.09893798828125,2.36981463432312,-0.007368138525635004,0.38114094734191895,0.7814300805330276,67.0,17152.0,284.5515555150341,1097728.0 +167.04,6.699999809265137,4687.0,0.006621533539146185,0.0837809219956398,2.3557474613189697,-0.007690429221838713,0.4821699559688568,0.7275694608688354,68.0,17408.0,288.04777898290195,1114112.0 +152.55,7.099999904632568,4470.0,0.007838084362447262,0.10693359375,2.3995275497436523,-0.011388788931071758,0.36481383442878723,0.7631382495164871,69.0,17664.0,291.7138081518933,1130496.0 +169.88,6.400000095367432,4524.0,0.005577698349952698,0.0648600235581398,2.354219913482666,-0.0069110579788684845,0.5460315942764282,0.7092068195343018,70.0,17920.0,295.3359756099526,1146880.0 +162.77,5.699999809265137,4395.0,0.008388414978981018,0.1134440079331398,2.396721839904785,-0.008988002315163612,0.535445511341095,0.6634237766265869,71.0,18176.0,299.063847893849,1163264.0 +115.01,6.5,4234.0,0.006636856589466333,0.0869547501206398,2.407073736190796,-0.006505048368126154,0.5740076899528503,0.720049649477005,72.0,18432.0,302.93397826189175,1179648.0 +116.3,6.300000190734863,4214.0,0.007512567099183798,0.0981648787856102,2.4281575679779053,-0.008311095647513866,0.3895561993122101,0.7400431931018829,73.0,18688.0,306.82264154287986,1196032.0 +194.73,6.400000095367432,4189.0,0.008128702640533447,0.108154296875,2.4377691745758057,-0.009054687805473804,0.3476835787296295,0.788017675280571,74.0,18944.0,310.7342721540481,1212416.0 +187.84,6.099999904632568,4217.0,0.008395739831030369,0.1134033203125,2.4148759841918945,-0.006338812410831451,0.5285983085632324,0.7165297567844391,75.0,19200.0,314.61981346202083,1228800.0 +133.27,6.800000190734863,4138.0,0.008410549722611904,0.1097818985581398,2.378904342651367,-0.008487270213663578,0.3961748778820038,0.8018243908882141,76.0,19456.0,318.5802303520031,1245184.0 +153.62,6.599999904632568,4461.0,0.006495146080851555,0.0819091796875,2.360664129257202,-0.005902660544961691,0.5573943257331848,0.7493652403354645,77.0,19712.0,322.2539950630162,1261568.0 +150.65,6.599999904632568,4620.0,0.007216468453407288,0.0945638045668602,2.3535430431365967,-0.0060043781995773315,0.4729258120059967,0.7670769244432449,78.0,19968.0,325.8004672988318,1277952.0 +148.88,7.199999809265137,4274.0,0.007730243261903524,0.10211181640625,2.3209152221679688,-0.00848852563649416,0.4233121871948242,0.8012796938419342,79.0,20224.0,329.6340141859837,1294336.0 +123.92,6.699999809265137,4614.0,0.006173351779580116,0.07891845703125,2.353564977645874,-0.006026467774063349,0.5089409351348877,0.7404455244541168,80.0,20480.0,333.18752217199653,1310720.0 +167.66,5.599999904632568,4499.0,0.005567334592342377,0.0654296875,2.3615567684173584,-0.006600887048989534,0.4681565761566162,0.7457729578018188,81.0,20736.0,336.8297719238326,1327104.0 +140.87,6.900000095367432,4628.0,0.006624480243772268,0.0827229842543602,2.3390519618988037,-0.008482920937240124,0.5560279488563538,0.7196290493011475,82.0,20992.0,340.37074635899626,1343488.0 +119.9,7.199999809265137,4482.0,0.008168349973857403,0.1112874373793602,2.3322789669036865,-0.006757783237844706,0.5112932920455933,0.7167313992977142,83.0,21248.0,344.026638958836,1359872.0 +116.62,6.300000190734863,4397.0,0.008639005944132805,0.1197509765625,2.378023147583008,-0.003050697734579444,0.5295705795288086,0.7541167736053467,84.0,21504.0,347.75364321889356,1376256.0 +157.87,6.699999809265137,4284.0,0.00494780158624053,0.0486043281853199,2.3706626892089844,-0.004331132862716913,0.5055989623069763,0.7678326070308685,85.0,21760.0,351.57871466781944,1392640.0 +151.16,6.699999809265137,4590.0,0.005846651270985603,0.067626953125,2.3918449878692627,-0.005039219278842211,0.4652082622051239,0.8065429329872131,86.0,22016.0,355.1489646518603,1409024.0 +163.5,6.800000190734863,4482.0,0.004205149132758379,0.0399373359978199,2.421610116958618,-0.0042466637678444386,0.4003086984157562,0.8178137540817261,87.0,22272.0,358.8053150528576,1425408.0 +203.7,5.800000190734863,4460.0,0.004131587687879801,0.03387451171875,2.405355453491211,-0.004104342311620712,0.5842029452323914,0.732756108045578,88.0,22528.0,362.4797288030386,1441792.0 +144.2,5.699999809265137,4524.0,0.0049989549443125725,0.0538330078125,2.398463487625122,-0.004102139268070459,0.7798624634742737,0.6370418071746826,89.0,22784.0,366.10166328493506,1458176.0 +131.23,6.199999809265137,4659.0,0.00493128877133131,0.0529378242790699,2.3968842029571533,-0.004616428632289171,0.6225705146789551,0.6671308875083923,90.0,23040.0,369.61901659797877,1474560.0 +150.12,6.400000095367432,4678.0,0.006175724323838949,0.07806396484375,2.3891050815582275,-0.007802870124578476,0.532590389251709,0.676565021276474,91.0,23296.0,373.12238551303744,1490944.0 +162.83,7.199999809265137,4539.0,0.006616125348955393,0.0853678360581398,2.381443738937378,-0.006591073703020811,0.39943501353263855,0.7791722267866135,92.0,23552.0,376.7326461079065,1507328.0 +160.83,6.0,4548.0,0.007407542318105698,0.09954833984375,2.3636653423309326,-0.00682250177487731,0.44747447967529297,0.7498555183410645,93.0,23808.0,380.3359001169447,1523712.0 +140.84,6.5,4442.0,0.0063633727841079235,0.07904052734375,2.3058950901031494,-0.005116501357406378,0.5004922151565552,0.7442904710769653,94.0,24064.0,384.02503400389105,1540096.0 +135.07,6.5,4115.0,0.005429342854768038,0.0631917342543602,2.298105001449585,-0.0044554960913956165,0.5078108310699463,0.7301256656646729,95.0,24320.0,388.0072711899411,1556480.0 +187.93,5.900000095367432,4166.0,0.007578055839985609,0.0977986678481102,2.310901403427124,-0.005128361284732819,0.5749964118003845,0.6720888316631317,96.0,24576.0,391.94078347389586,1572864.0 +154.99,6.599999904632568,4198.0,0.0044675469398498535,0.0489908866584301,2.309056520462036,-0.004872180987149477,0.46150168776512146,0.7259896099567413,97.0,24832.0,395.84411349589936,1589248.0 +121.16,6.0,4170.0,0.0041671497747302055,0.0359903983771801,2.3134424686431885,-0.004677411634474993,0.6670968532562256,0.6798282563686371,98.0,25088.0,399.7737129428424,1605632.0 +176.39,6.199999809265137,4342.0,0.004593958612531424,0.0509033203125,2.3047239780426025,-0.005035194102674723,0.6913266181945801,0.6710331737995148,99.0,25344.0,403.54777380498126,1622016.0 +126.57,7.699999809265137,4380.0,0.006213273387402296,0.0741373673081398,2.3462953567504883,-0.005933298263698816,0.3569837808609009,0.7854246348142624,100.0,25600.0,407.28847348387353,1638400.0 +147.23,6.599999904632568,4464.0,0.004994329530745745,0.0565592460334301,2.356151580810547,-0.005724241491407156,0.4723113477230072,0.7238301336765289,101.0,25856.0,410.9594238009304,1654784.0 +158.59,5.900000095367432,4454.0,0.004594072233885527,0.05072021484375,2.3144662380218506,-0.004729356151074171,0.6115626692771912,0.6126271784305573,102.0,26112.0,414.6385605279356,1671168.0 +192.95,5.699999809265137,4548.0,0.00493111414834857,0.0599772147834301,2.318018913269043,-0.005008729640394449,0.6454482674598694,0.5942756235599518,103.0,26368.0,418.2422081248369,1687552.0 +132.24,6.300000190734863,4565.0,0.00566733255982399,0.0642293319106102,2.321103811264038,-0.0050078146159648895,0.6376171708106995,0.6443426609039307,104.0,26624.0,421.83147422992624,1703936.0 +87.88,6.5,4555.0,0.006284799892455339,0.0779825821518898,2.327816963195801,-0.006047335918992758,0.5735363364219666,0.6057288646697998,105.0,26880.0,425.42862057103775,1720320.0 +143.1,6.699999809265137,4539.0,0.004696952644735575,0.0481770820915699,2.342223644256592,-0.005341978278011084,0.5330114364624023,0.6327466666698456,106.0,27136.0,429.0393146208953,1736704.0 +135.78,5.699999809265137,4744.0,0.005659777671098709,0.0656331405043602,2.327256679534912,-0.005601902026683092,0.6516697406768799,0.6040202975273132,107.0,27392.0,432.49381003994495,1753088.0 +177.01,7.0,4529.0,0.005803628358989954,0.0717569962143898,2.2943289279937744,-0.005430718883872032,0.5965040326118469,0.5725296437740326,108.0,27648.0,436.1121928920038,1769472.0 +140.82,7.300000190734863,4687.0,0.005452465265989304,0.0567626953125,2.3198306560516357,-0.004971178714185953,0.36556684970855713,0.7557784169912338,109.0,27904.0,439.60802558390424,1785856.0 +120.2,7.199999809265137,4764.0,0.005643302109092474,0.0609537772834301,2.291210651397705,-0.006094755604863167,0.498544305562973,0.6851756274700165,110.0,28160.0,443.04817779385485,1802240.0 +140.38,7.300000190734863,4795.0,0.006722986698150635,0.0836181640625,2.3285505771636963,-0.005245463456958532,0.4949483871459961,0.6585287749767303,111.0,28416.0,446.4656747779809,1818624.0 +151.58,6.400000095367432,4649.0,0.005282787140458822,0.0530802421271801,2.2815158367156982,-0.00488604512065649,0.4877084493637085,0.6863471567630768,112.0,28672.0,449.99082977790385,1835008.0 +135.2,8.100000381469727,4285.0,0.005542225670069456,0.058837890625,2.253885269165039,-0.005887242499738932,0.3481786549091339,0.7341973781585693,113.0,28928.0,453.81821070588194,1851392.0 +139.03,6.0,4534.0,0.00435433816164732,0.0443115234375,2.266583204269409,-0.004926722962409258,0.6366062760353088,0.5973406732082367,114.0,29184.0,457.4321484598331,1867776.0 +156.17,6.900000095367432,4647.0,0.0062344553880393505,0.07086181640625,2.2821638584136963,-0.0048029557801783085,0.668022096157074,0.5251699388027191,115.0,29440.0,460.95794360199943,1884160.0 +104.65,6.900000095367432,4547.0,0.005742297973483801,0.06451416015625,2.298365831375122,-0.005709387827664614,0.5433685183525085,0.6014067232608795,116.0,29696.0,464.5616884678602,1900544.0 +134.12,6.0,4237.0,0.005792465526610613,0.0689900740981102,2.3079769611358643,-0.005758695304393768,0.7274811267852783,0.5257133841514587,117.0,29952.0,468.42921462398954,1916928.0 +163.92,6.699999809265137,4178.0,0.005942447576671839,0.06689453125,2.2876131534576416,-0.005651583429425955,0.6851455569267273,0.5767732262611389,118.0,30208.0,472.3512782389298,1933312.0 +110.1,6.0,4204.0,0.006268486380577087,0.0784098282456398,2.287172555923462,-0.005389124620705843,0.7418912053108215,0.5778431296348572,119.0,30464.0,476.2484122249298,1949696.0 +139.91,6.300000190734863,4293.0,0.0060602701269090176,0.07171630859375,2.2611560821533203,-0.005330998916178942,0.5677752494812012,0.6155232191085815,120.0,30720.0,480.06502272584476,1966080.0 +115.54,7.199999809265137,4565.0,0.006092705298215151,0.0728352889418602,2.245168447494507,-0.006223224103450775,0.5394583344459534,0.5375764071941376,121.0,30976.0,483.6557280099951,1982464.0 +166.12,6.5,4506.0,0.005332512315362692,0.0557861328125,2.273343324661255,-0.005373851861804724,0.4074493646621704,0.5627853572368622,122.0,31232.0,487.2926795759704,1998848.0 +183.36,6.0,4500.0,0.004509699065238237,0.0478719063103199,2.254983425140381,-0.00394096365198493,0.7004734873771667,0.38624364137649536,123.0,31488.0,490.9339152139146,2015232.0 +125.5,6.599999904632568,4521.0,0.007747066672891378,0.1028645858168602,2.3094747066497803,-0.005263434257358313,0.29307112097740173,0.6260283589363098,124.0,31744.0,494.5582165280357,2031616.0 +234.09,5.699999809265137,4442.0,0.006386640947312117,0.0749104842543602,2.289531946182251,-0.004321245942264795,0.6721945405006409,0.46341896057128906,125.0,32000.0,498.2469660260249,2048000.0 +135.37,7.0,4406.0,0.006971496623009443,0.09625244140625,2.25720477104187,-0.005889210384339094,0.5986908674240112,0.5172613263130188,126.0,32256.0,501.9658418809995,2064384.0 +103.26,6.699999809265137,4534.0,0.0047219195403158665,0.0489705391228199,2.2438623905181885,-0.0050543854013085365,0.7150469422340393,0.49507302045822144,127.0,32512.0,505.58017303585075,2080768.0 +141.06,6.699999809265137,4478.0,0.006657362449914217,0.0885213240981102,2.250825881958008,-0.0056612989865243435,0.49991533160209656,0.5606355965137482,128.0,32768.0,509.23943269904703,2097152.0 +151.01,6.599999904632568,4371.0,0.005807803478091955,0.0693155899643898,2.2591359615325928,-0.00541333481669426,0.8052673935890198,0.4263600707054138,129.0,33024.0,512.9877328949515,2113536.0 +174.8,7.0,4461.0,0.006187689024955034,0.0778605118393898,2.276571035385132,-0.005607502069324255,0.622858464717865,0.43267619609832764,130.0,33280.0,516.66378673492,2129920.0 +130.67,7.599999904632568,4334.0,0.0060043358244001865,0.0792236328125,2.2842352390289307,-0.006690640468150377,0.43390774726867676,0.5004192292690277,131.0,33536.0,520.4445070538204,2146304.0 +137.58,6.900000095367432,4626.0,0.005865352228283882,0.0714925155043602,2.2730839252471924,-0.005135898012667894,0.5016657114028931,0.5343258380889893,132.0,33792.0,523.9871966210194,2162688.0 +145.31,7.199999809265137,4231.0,0.007681662682443857,0.1071370467543602,2.288949489593506,-0.005376629531383514,0.5171610713005066,0.5052154660224915,133.0,34048.0,527.8607945679687,2179072.0 +153.49,7.0,4624.0,0.006468710023909807,0.0855712890625,2.2711026668548584,-0.005394024774432182,0.6710238456726074,0.41272085905075073,134.0,34304.0,531.4047610720154,2195456.0 +91.54,6.800000190734863,4428.0,0.006580586079508066,0.087158203125,2.267247200012207,-0.006246947217732668,0.4679199755191803,0.5130303502082825,135.0,34560.0,535.1051980229095,2211840.0 +164.0,7.0,4377.0,0.007441405206918716,0.0987955704331398,2.281559705734253,-0.0047933864407241344,0.5046479105949402,0.43186867237091064,136.0,34816.0,538.8487506038509,2228224.0 +148.65,6.199999809265137,4466.0,0.00649382034316659,0.07635498046875,2.3073489665985107,-0.005058838054537773,0.507326066493988,0.5038813650608063,137.0,35072.0,542.51805336494,2244608.0 +181.55,6.5,4593.0,0.006419405806809664,0.07672119140625,2.3399367332458496,-0.005001633893698454,0.4358809292316437,0.5392104685306549,138.0,35328.0,546.0858611678705,2260992.0 +143.81,7.300000190734863,4684.0,0.006318282801657915,0.0784708634018898,2.309128999710083,-0.005963218864053488,0.5545257925987244,0.5040479004383087,139.0,35584.0,549.5843122310471,2277376.0 +162.12,7.699999809265137,4558.0,0.00653889961540699,0.0861002579331398,2.3073699474334717,-0.00582461291924119,0.35932302474975586,0.6219764351844788,140.0,35840.0,553.1800263698678,2293760.0 +133.73,6.5,4684.0,0.006219335366040468,0.0804443359375,2.2629520893096924,-0.006572376936674118,0.6120774149894714,0.5005601048469543,141.0,36096.0,556.6783914698754,2310144.0 +119.98,6.599999904632568,4513.0,0.007136564701795578,0.0927327498793602,2.2800519466400146,-0.004851376172155142,0.5680739283561707,0.5082433223724365,142.0,36352.0,560.3095076689497,2326528.0 +172.9,6.800000190734863,4363.0,0.012395243160426617,0.1856486052274704,2.277817726135254,-0.006424316670745611,0.637312650680542,0.5376884341239929,143.0,36608.0,564.066033805022,2342912.0 +132.31,7.0,4099.0,0.012110133655369282,0.18243408203125,2.284851551055908,-0.004706257488578558,0.5132280588150024,0.5532969236373901,144.0,36864.0,568.0637137868907,2359296.0 +149.68,7.099999904632568,4075.0,0.014488226734101772,0.2112833708524704,2.315643072128296,0.0005353474989533424,0.44159603118896484,0.5574891567230225,145.0,37120.0,572.0848066238686,2375680.0 +133.53,6.900000095367432,4199.0,0.007578835356980562,0.1017252579331398,2.2855515480041504,-0.005683756899088621,0.5155399441719055,0.5539437532424927,146.0,37376.0,575.9871176290326,2392064.0 +137.69,6.699999809265137,4105.0,0.004969535395503044,0.0500284843146801,2.2792229652404785,-0.004496793262660503,0.7137441039085388,0.42836809158325195,147.0,37632.0,579.9788292578887,2408448.0 +152.81,7.0,4283.0,0.0070815798826515675,0.09637451171875,2.2632932662963867,-0.005460445303469896,0.7086413502693176,0.38404810428619385,148.0,37888.0,583.8083619109821,2424832.0 +157.02,7.099999904632568,4498.0,0.007085454184561968,0.09661865234375,2.2876808643341064,-0.005509341135621071,0.598789632320404,0.49060314893722534,149.0,38144.0,587.4512866928708,2441216.0 +116.66,7.199999809265137,4568.0,0.006597341503947973,0.0843912735581398,2.26697039604187,-0.005242366809397936,0.5158618092536926,0.4813005328178406,150.0,38400.0,591.0386722758412,2457600.0 +129.53,6.5,4171.0,0.008666920475661755,0.1199747696518898,2.2717974185943604,-0.004860671702772379,0.4199148714542389,0.5098226368427277,151.0,38656.0,594.9669404819142,2473984.0 +164.74,6.699999809265137,4234.0,0.00995517335832119,0.1390787810087204,2.2980403900146484,-0.0032997389789670706,0.4830906391143799,0.490675151348114,152.0,38912.0,598.8374800768215,2490368.0 +204.09,6.300000190734863,4248.0,0.005797861143946648,0.0689290389418602,2.250962972640991,-0.004693306982517242,0.7898647785186768,0.34770625829696655,153.0,39168.0,602.6951254259329,2506752.0 +142.07,6.599999904632568,4213.0,0.008136812597513199,0.1121826171875,2.248117208480835,-0.005472803488373756,0.7621970176696777,0.27779215574264526,154.0,39424.0,606.5841135708615,2523136.0 +198.87,7.199999809265137,4251.0,0.009977638721466064,0.1475626677274704,2.274078845977783,-0.006774628534913063,0.45138785243034363,0.4472648501396179,155.0,39680.0,610.438281009905,2539520.0 +187.9,6.699999809265137,4589.0,0.010007836855947971,0.1474405974149704,2.288079261779785,-0.0036814615596085787,0.4059218168258667,0.45110005140304565,156.0,39936.0,614.0099698109552,2555904.0 +180.42,6.099999904632568,4279.0,0.011942450888454914,0.1873372346162796,2.323883056640625,-0.006145141553133726,0.631266176700592,0.34409278631210327,157.0,40192.0,617.8394903689623,2572288.0 +197.94,6.300000190734863,4715.0,0.007076885551214218,0.098876953125,2.3463401794433594,-0.007336121052503586,0.7010167241096497,0.4193991422653198,158.0,40448.0,621.3151423928794,2588672.0 +144.36,7.0,4543.0,0.011146064847707748,0.17205810546875,2.3579165935516357,-0.006011281628161669,0.4455742835998535,0.4780673384666443,159.0,40704.0,624.9217430939898,2605056.0 +156.91,6.800000190734863,4460.0,0.008522238582372665,0.1181437149643898,2.372725248336792,-0.003997213672846556,0.35934630036354065,0.5157069265842438,160.0,40960.0,628.595979435835,2621440.0 +176.65,6.800000190734863,4545.0,0.006290115416049957,0.0759480819106102,2.345146417617798,-0.0053854770958423615,0.45582571625709534,0.4394916892051697,161.0,41216.0,632.2007766989991,2637824.0 +148.04,6.199999809265137,4237.0,0.005489068571478128,0.0563557930290699,2.315822124481201,-0.005246024578809738,0.6513450741767883,0.44534194469451904,162.0,41472.0,636.0676978370175,2654208.0 +87.48,7.599999904632568,4561.0,0.0062769316136837006,0.0815226212143898,2.318920612335205,-0.0051434640772640705,0.6412033438682556,0.4752787947654724,163.0,41728.0,639.6605075178668,2670592.0 +122.84,6.800000190734863,4449.0,0.006518099922686815,0.0858561173081398,2.354543447494507,-0.006465493235737085,0.5035411715507507,0.5757468342781067,164.0,41984.0,643.3467560089193,2686976.0 +117.78,6.599999904632568,4624.0,0.005222364794462919,0.056396484375,2.365539312362671,-0.0056092930026352406,0.42931899428367615,0.6285303235054016,165.0,42240.0,646.8908732398413,2703360.0 +163.6,5.900000095367432,4283.0,0.006286909803748131,0.0770670548081398,2.3707053661346436,-0.005669005680829287,0.7413069605827332,0.46335119009017944,166.0,42496.0,650.716137205949,2719744.0 +158.99,6.5,4301.0,0.008753787726163864,0.1225789412856102,2.351701021194458,-0.00501557532697916,0.5795406103134155,0.515860915184021,167.0,42752.0,654.5256194919348,2736128.0 +117.42,6.800000190734863,4322.0,0.007619515061378479,0.10064697265625,2.3341658115386963,-0.006206513848155737,0.6002151370048523,0.5620913207530975,168.0,43008.0,658.3167487569153,2752512.0 +162.47,6.5,4524.0,0.005401458125561476,0.0611979179084301,2.37038254737854,-0.0060815527103841305,0.3775416612625122,0.6895310878753662,169.0,43264.0,661.938580873888,2768896.0 +167.78,7.0,4392.0,0.007295916322618723,0.1019083634018898,2.3410484790802,-0.0073845344595611095,0.393913596868515,0.6831861436367035,170.0,43520.0,665.6691302878316,2785280.0 +212.27,6.800000190734863,4382.0,0.0068457480520009995,0.0907185897231102,2.3049213886260986,-0.006314990576356649,0.6351980566978455,0.4635711908340454,171.0,43776.0,669.4092023288831,2801664.0 +154.48,7.5,4356.0,0.006363746244460344,0.0767822265625,2.3337113857269287,-0.005962298717349768,0.46526992321014404,0.5911526381969452,172.0,44032.0,673.1713653849438,2818048.0 +128.62,6.800000190734863,4273.0,0.006250601261854172,0.0817667618393898,2.2611236572265625,-0.006091413553804159,0.5034847855567932,0.5313566625118256,173.0,44288.0,677.0063287869561,2834432.0 +198.08,6.300000190734863,4310.0,0.007291995454579592,0.09698486328125,2.26737117767334,-0.0053608291782438755,0.6903063654899597,0.39349544048309326,174.0,44544.0,680.8081160068978,2850816.0 +107.0,7.400000095367432,4213.0,0.008562076836824417,0.121826171875,2.2643353939056396,-0.006079979706555605,0.5024237632751465,0.4624311923980713,175.0,44800.0,684.6972917399835,2867200.0 +189.64,7.0,4456.0,0.010905447416007519,0.1553955078125,2.2980337142944336,-0.0041246674954891205,0.45659807324409485,0.4626128077507019,176.0,45056.0,688.3746235538274,2883584.0 +211.41,5.900000095367432,4501.0,0.010067595168948174,0.1423136442899704,2.248363971710205,-0.007168549578636885,0.40974345803260803,0.45431196689605713,177.0,45312.0,692.0151556599885,2899968.0 +122.9,7.199999809265137,4342.0,0.00833578035235405,0.1219278946518898,2.2190513610839844,-0.0062230671755969524,0.4010911285877228,0.5126625001430511,178.0,45568.0,695.789259377867,2916352.0 +153.23,6.5,4439.0,0.007133504841476679,0.0925089493393898,2.251634120941162,-0.004233278799802065,0.6193681359291077,0.43122631311416626,179.0,45824.0,699.4809828738216,2932736.0 +141.37,6.400000095367432,4540.0,0.006139850709587336,0.0780232772231102,2.24880051612854,-0.005636733490973711,0.6112244725227356,0.47371798753738403,180.0,46080.0,703.0908649198245,2949120.0 +134.07,7.199999809265137,4595.0,0.007124060299247503,0.0896199569106102,2.261261224746704,-0.0060092066414654255,0.44120466709136963,0.5606076121330261,181.0,46336.0,706.6569279879332,2965504.0 +139.38,7.0,4625.0,0.00795844104140997,0.1048177108168602,2.2670860290527344,-0.005379254464060068,0.5427413582801819,0.4938930869102478,182.0,46592.0,710.1994867559988,2981888.0 +158.48,7.800000190734863,4419.0,0.006510136649012566,0.0783487930893898,2.2495076656341553,-0.006599337328225374,0.4835343658924103,0.5509704053401947,183.0,46848.0,713.9076724168845,2998272.0 +135.24,7.300000190734863,4512.0,0.0077254087664186954,0.1059163436293602,2.1995182037353516,-0.00679042236879468,0.4288550317287445,0.4568210244178772,184.0,47104.0,717.538886048831,3014656.0 +156.77,6.199999809265137,4720.0,0.009784886613488197,0.1331787109375,2.1893672943115234,-0.006648540496826172,0.5880485773086548,0.4165143370628357,185.0,47360.0,721.0102959140204,3031040.0 +144.87,6.800000190734863,4255.0,0.008767150342464447,0.122314453125,2.171778440475464,-0.004340464249253273,0.6261522173881531,0.4212578535079956,186.0,47616.0,724.8615668169223,3047424.0 +164.85,7.300000190734863,4378.0,0.010053563863039017,0.15234375,2.1926233768463135,-0.008042667992413044,0.4908274710178375,0.4677356481552124,187.0,47872.0,728.6049744619522,3063808.0 +142.63,7.400000095367432,4490.0,0.009201339446008205,0.1304524689912796,2.2300150394439697,-0.003954325802624226,0.380636066198349,0.5033934116363525,188.0,48128.0,732.254261813825,3080192.0 +168.5,6.5,4532.0,0.00860155001282692,0.1201375350356102,2.1949691772460938,-0.006184810772538185,0.604600727558136,0.4003910422325134,189.0,48384.0,735.869849772891,3096576.0 +181.17,6.800000190734863,4543.0,0.008023612201213837,0.11724853515625,2.269273042678833,-0.005429742392152548,0.5842556357383728,0.4167119264602661,190.0,48640.0,739.4771980419755,3112960.0 +145.52,6.0,4486.0,0.006470873951911926,0.0826009139418602,2.2790112495422363,-0.006401002872735262,0.64681476354599,0.3272705674171448,191.0,48896.0,743.1302343299612,3129344.0 +168.67,6.5,4543.0,0.0061616539023816586,0.0711263045668602,2.2680466175079346,-0.0059480126947164536,0.3878448009490967,0.5117055773735046,192.0,49152.0,746.7372523408849,3145728.0 +188.84,6.400000095367432,4563.0,0.005751732736825943,0.0666910782456398,2.2626259326934814,-0.005643687676638365,0.47670283913612366,0.47002243995666504,193.0,49408.0,750.3279946218245,3162112.0 +180.88,6.400000095367432,4511.0,0.010241732932627201,0.15399169921875,2.220613718032837,-0.003930928651243448,0.53461092710495,0.45434141159057617,194.0,49664.0,753.9610937288962,3178496.0 +137.7,6.800000190734863,4510.0,0.006442336831241846,0.0817057266831398,2.2383294105529785,-0.004793743137270212,0.6143937706947327,0.4290740489959717,195.0,49920.0,757.5943100899458,3194880.0 +122.63,6.300000190734863,4720.0,0.006182561162859201,0.074462890625,2.2356936931610107,-0.006025698035955429,0.619692325592041,0.4638993740081787,196.0,50176.0,761.0655607408844,3211264.0 +129.87,7.199999809265137,4586.0,0.00622674310579896,0.0760498046875,2.2352707386016846,-0.005716057028621435,0.5876407623291016,0.5018782615661621,197.0,50432.0,764.6387806909624,3227648.0 +191.54,7.199999809265137,4756.0,0.00989303458482027,0.1365966796875,2.2507245540618896,-0.006574541330337524,0.3919083774089813,0.5654716491699219,198.0,50688.0,768.0844262619503,3244032.0 +143.48,6.699999809265137,4488.0,0.010626536794006824,0.1534423828125,2.2573044300079346,-0.00826557632535696,0.4770648777484894,0.4746043086051941,199.0,50944.0,771.7357310689986,3260416.0 +147.94,5.900000095367432,4770.0,0.008973244577646255,0.1253458708524704,2.2604613304138184,-0.00584949366748333,0.38938578963279724,0.5473363995552063,200.0,51200.0,775.170897162985,3276800.0 +277.49,5.0,4531.0,0.008429992012679577,0.1184488907456398,2.2500667572021484,-0.005009698681533337,0.5684381723403931,0.46552759408950806,201.0,51456.0,778.7877683199476,3293184.0 +253.76,6.0,4361.0,0.00544254295527935,0.0616455078125,2.231398105621338,-0.004722865764051676,0.5188467502593994,0.46503615379333496,202.0,51712.0,782.5447933829855,3309568.0 +189.63,6.5,4410.0,0.007137767504900694,0.0967203751206398,2.225797414779663,-0.006306739989668131,0.33591321110725403,0.5380504429340363,203.0,51968.0,786.2601540968753,3325952.0 +197.16,6.199999809265137,4459.0,0.005746213719248772,0.07080078125,2.1991846561431885,-0.007162635680288076,0.5214763283729553,0.4312189817428589,204.0,52224.0,789.935739869019,3342336.0 +219.63,6.099999904632568,4457.0,0.006509374361485243,0.0808919295668602,2.162773609161377,-0.005637314636260271,0.492781400680542,0.40534907579421997,205.0,52480.0,793.612289161887,3358720.0 +220.04,6.199999809265137,4259.0,0.0069099911488592625,0.08966064453125,2.1765153408050537,-0.004744094330817461,0.5606980323791504,0.383749783039093,206.0,52736.0,797.4596284199506,3375104.0 +195.87,6.699999809265137,4453.0,0.008467592298984528,0.1126302108168602,2.200852394104004,-0.005904441699385643,0.44934365153312683,0.43176519870758057,207.0,52992.0,801.1395389209501,3391488.0 +178.1,7.599999904632568,4436.0,0.010204792954027653,0.1469319611787796,2.1884148120880127,-0.004383362829685211,0.41904357075691223,0.5122055113315582,208.0,53248.0,804.8328818199225,3407872.0 +153.04,6.900000095367432,4345.0,0.007447192911058664,0.1012776717543602,2.2239530086517334,-0.006368934642523527,0.6131892204284668,0.3769233226776123,209.0,53504.0,808.6044316920452,3424256.0 +191.31,6.599999904632568,4363.0,0.006003284361213446,0.0742390975356102,2.2028846740722656,-0.005021675024181604,0.5429098606109619,0.38878095149993896,210.0,53760.0,812.3600783180445,3440640.0 +135.11,6.599999904632568,4435.0,0.009071511216461658,0.1341145783662796,2.213956117630005,-0.005469188094139099,0.5601953268051147,0.3590546250343323,211.0,54016.0,816.0549193150364,3457024.0 +203.55,5.800000190734863,4245.0,0.010219670832157135,0.1461181640625,2.1930477619171143,-0.005799098405987024,0.5534026026725769,0.39136451482772827,212.0,54272.0,819.9147965409793,3473408.0 +176.26,6.300000190734863,4399.0,0.010072192177176476,0.1545003205537796,2.1754562854766846,-0.002242917427793145,0.6532309651374817,0.3757428526878357,213.0,54528.0,823.6405261708423,3489792.0 +134.07,6.400000095367432,4436.0,0.007837168872356415,0.1068115234375,2.1421220302581787,-0.007013010326772928,0.5821426510810852,0.4248049259185791,214.0,54784.0,827.3340146269184,3506176.0 +133.64,6.400000095367432,4469.0,0.009011155925691128,0.1272176057100296,2.1881048679351807,-0.005242824554443359,0.34629568457603455,0.4913522005081177,215.0,55040.0,831.000152933877,3522560.0 +160.24,7.099999904632568,4451.0,0.007000625133514404,0.0917154923081398,2.239865779876709,-0.00434606010094285,0.37383022904396057,0.5097936689853668,216.0,55296.0,834.6822464240249,3538944.0 +203.51,6.800000190734863,4539.0,0.004210304003208876,0.0401814766228199,2.2097909450531006,-0.004937186371535063,0.5912372469902039,0.4052491784095764,217.0,55552.0,838.2929480539169,3555328.0 +164.51,6.199999809265137,4284.0,0.00600264361128211,0.0730387344956398,2.161918878555298,-0.005351649131625891,0.9236108660697937,0.3268428444862366,218.0,55808.0,842.1181542580016,3571712.0 +105.95,7.5,4746.0,0.01127636805176735,0.1571044921875,2.143542528152466,-0.005867470521479845,0.23805077373981476,0.6922174990177155,219.0,56064.0,845.57104166504,3588096.0 +186.74,6.400000095367432,4840.0,0.009324885904788971,0.14453125,2.1890053749084473,-0.006337414029985666,0.466096431016922,0.5446364283561707,220.0,56320.0,848.9568405759055,3604480.0 +187.8,5.800000190734863,4784.0,0.00574661185964942,0.06341552734375,2.1671969890594482,-0.004854389000684023,0.708054780960083,0.4452669024467468,221.0,56576.0,852.3820309308358,3620864.0 +237.11,6.699999809265137,4649.0,0.01298705954104662,0.1977946013212204,2.1740992069244385,-0.003092840313911438,0.49457332491874695,0.4584096670150757,222.0,56832.0,855.906245472841,3637248.0 +201.99,6.599999904632568,4525.0,0.011522535234689713,0.1694132536649704,2.1834652423858643,-0.0027018620166927576,0.3371973931789398,0.5582046210765839,223.0,57088.0,859.5275726269465,3653632.0 +218.24,6.5,4541.0,0.0064971186220645905,0.0791422501206398,2.1698873043060303,-0.005108153913170099,0.4515286982059479,0.4627154469490051,224.0,57344.0,863.1362113680225,3670016.0 +183.11,6.400000095367432,4776.0,0.00853639654815197,0.1209309920668602,2.1265621185302734,-0.0038136045914143324,0.4358554184436798,0.5235662758350372,225.0,57600.0,866.5670980790164,3686400.0 +221.68,6.800000190734863,4657.0,0.007530711125582457,0.1008504256606102,2.0678606033325195,-0.004586695693433285,0.5806470513343811,0.48840057849884033,226.0,57856.0,870.0857928199694,3702784.0 +154.06,7.099999904632568,3951.0,0.008239596150815487,0.1153767928481102,2.052278518676758,-0.007320772856473923,0.44276538491249084,0.5454868674278259,227.0,58112.0,874.2324826808181,3719168.0 +145.56,7.0,4178.0,0.008141537196934223,0.1121419295668602,2.1324098110198975,-0.002672046422958374,0.3603203594684601,0.5934214293956757,228.0,58368.0,878.1544162209611,3735552.0 +247.61,5.800000190734863,4344.0,0.0057302904315292835,0.067138671875,2.1256697177886963,-0.005698572378605604,0.5511825680732727,0.4412972927093506,229.0,58624.0,881.926760755945,3751936.0 +195.84,6.900000095367432,4655.0,0.006156466901302338,0.07489013671875,2.1483938694000244,-0.006585718598216772,0.41353747248649597,0.5556915998458862,230.0,58880.0,885.4464968659449,3768320.0 +180.17,6.300000190734863,4732.0,0.006978268269449472,0.0884806290268898,2.142476797103882,-0.005336847621947527,0.4172188937664032,0.5645698606967926,231.0,59136.0,888.9093283889815,3784704.0 +169.6,6.5,4730.0,0.007862631231546402,0.1081949844956398,2.1528799533843994,-0.005144151393324137,0.3442712128162384,0.5926192700862885,232.0,59392.0,892.3738471078686,3801088.0 +210.53,6.300000190734863,4562.0,0.008951334282755852,0.12567138671875,2.1776182651519775,-0.007820628583431244,0.47350838780403137,0.4676538109779358,233.0,59648.0,895.9656931639183,3817472.0 +205.25,6.400000095367432,4509.0,0.009302753955125809,0.1337483674287796,2.1707003116607666,-0.006022995337843895,0.49033868312835693,0.4916117191314697,234.0,59904.0,899.6027296439279,3833856.0 +183.93,6.099999904632568,4529.0,0.010270090773701668,0.1496988981962204,2.2063448429107666,-0.006427632179111242,0.38404273986816406,0.5426054298877716,235.0,60160.0,903.2206009910442,3850240.0 +143.32,6.199999809265137,4502.0,0.010197892785072327,0.1422119140625,2.2366795539855957,-0.005558918695896864,0.3043306767940521,0.6370967924594879,236.0,60416.0,906.8613678209949,3866624.0 +217.42,6.300000190734863,4378.0,0.008152992464601994,0.1136067733168602,2.2422235012054443,-0.005509048700332642,0.42917683720588684,0.597758412361145,237.0,60672.0,910.6038654618897,3883008.0 +146.76,7.300000190734863,4539.0,0.008182778023183346,0.1063232421875,2.243022918701172,-0.00833052583038807,0.41648972034454346,0.6727529168128967,238.0,60928.0,914.2140484168194,3899392.0 +127.54,7.400000095367432,4529.0,0.00720607815310359,0.09271240234375,2.255540609359741,-0.009080428630113602,0.3074132204055786,0.7484144270420074,239.0,61184.0,917.8322314459365,3915776.0 +159.19,7.800000190734863,4695.0,0.006297300104051828,0.080322265625,2.3095695972442627,-0.005496322643011808,0.246792271733284,0.7960047870874405,240.0,61440.0,921.3221402189229,3932160.0 +189.84,7.099999904632568,4754.0,0.007262740284204483,0.0940958634018898,2.279172420501709,-0.009481635875999928,0.35870400071144104,0.6930736005306244,241.0,61696.0,924.76915885997,3948544.0 +186.89,6.900000095367432,4683.0,0.007905859500169754,0.1074422225356102,2.3253743648529053,-0.00834536924958229,0.3232925236225128,0.7341182827949524,242.0,61952.0,928.2686662250198,3964928.0 +197.31,7.099999904632568,4725.0,0.008129928261041641,0.1112467423081398,2.2903268337249756,-0.009159325622022152,0.2820154130458832,0.7600899487733841,243.0,62208.0,931.7371664608363,3981312.0 +155.72,7.300000190734863,4769.0,0.008491056971251965,0.1166178360581398,2.259991407394409,-0.007363040000200272,0.3353324234485626,0.7425695955753326,244.0,62464.0,935.1727934309747,3997696.0 +139.35,7.0,4664.0,0.007805915083736181,0.1033528670668602,2.2573907375335693,-0.006359383463859558,0.4670592248439789,0.6746457815170288,245.0,62720.0,938.6866708558518,4014080.0 +141.77,7.300000190734863,4437.0,0.007574914488941431,0.1038411483168602,2.252589702606201,-0.007913886569440365,0.2472740262746811,0.7661201655864716,246.0,62976.0,942.3796470009256,4030464.0 +153.13,6.300000190734863,4476.0,0.009217067621648312,0.1298421174287796,2.2399537563323975,-0.006105316337198019,0.4599400460720062,0.6462172567844391,247.0,63232.0,946.040393872885,4046848.0 +182.32,6.800000190734863,4786.0,0.005941489711403847,0.06756591796875,2.252329111099243,-0.008537769317626953,0.26198244094848633,0.7743231654167175,248.0,63488.0,949.464781061979,4063232.0 +253.77,6.5,4781.0,0.00783898588269949,0.1058756485581398,2.262131929397583,-0.009510713629424572,0.35945484042167664,0.7257452309131622,249.0,63744.0,952.8925155219622,4079616.0 +188.21,6.900000095367432,4642.0,0.0081644831225276,0.1093953475356102,2.2579352855682373,-0.007766033988445997,0.3066340982913971,0.7522220313549042,250.0,64000.0,956.4225188449491,4096000.0 +168.1,7.199999809265137,4739.0,0.007319404277950525,0.0947062149643898,2.2141072750091553,-0.007018024567514658,0.3957253694534302,0.7238549590110779,251.0,64256.0,959.88036270882,4112384.0 +145.2,7.599999904632568,4396.0,0.008237907662987709,0.1126708984375,2.19631028175354,-0.00947484839707613,0.45640480518341064,0.6645991206169128,252.0,64512.0,963.6108516058885,4128768.0 +190.4,6.300000190734863,4276.0,0.009206945076584816,0.1277669221162796,2.222625255584717,-0.009954534471035004,0.3789302110671997,0.7028217911720276,253.0,64768.0,967.4431227219757,4145152.0 +131.81,6.5,4187.0,0.007417548913508654,0.1008504256606102,2.2165205478668213,-0.006819135043770075,0.4147004187107086,0.6601309776306152,254.0,65024.0,971.3565680698957,4161536.0 +136.29,6.5,4261.0,0.007588234264403582,0.1033121719956398,2.2248098850250244,-0.005227693822234869,0.6652912497520447,0.5338128805160522,255.0,65280.0,975.2026620688848,4177920.0 +138.73,7.0,4190.0,0.005532238632440567,0.0638631209731102,2.227581262588501,-0.006254600826650858,0.39746296405792236,0.7001906931400299,256.0,65536.0,979.113924772013,4194304.0 +163.07,7.099999904632568,4273.0,0.005124425049871206,0.0572509765625,2.238893747329712,-0.006613613571971655,0.35012033581733704,0.7363390326499939,257.0,65792.0,982.9481633310206,4210688.0 +190.07,7.300000190734863,4337.0,0.008161614648997784,0.1151326522231102,2.227031707763672,-0.010822617448866367,0.34746822714805603,0.6886462271213531,258.0,66048.0,986.7265986460261,4227072.0 +178.41,7.099999904632568,4359.0,0.007139816414564848,0.0894775390625,2.2374792098999023,-0.005793232470750809,0.4108365476131439,0.6595031917095184,259.0,66304.0,990.4859732668847,4243456.0 +169.29,6.699999809265137,4184.0,0.009224489331245422,0.12603759765625,2.273259401321411,-0.006682988256216049,0.38207340240478516,0.6349914371967316,260.0,66560.0,994.4023123970255,4259840.0 +135.7,6.900000095367432,4232.0,0.007502846419811249,0.0931193009018898,2.2704272270202637,-0.007199512328952551,0.3579516112804413,0.6318947672843933,261.0,66816.0,998.2743735378608,4276224.0 +211.37,6.599999904632568,4566.0,0.008770480751991272,0.1215413436293602,2.257357358932495,-0.007693484891206026,0.38336336612701416,0.6996369659900665,262.0,67072.0,1001.8633118858561,4292608.0 +168.83,7.599999904632568,4140.0,0.008864023722708225,0.1221720352768898,2.2544796466827393,-0.010398746468126774,0.30807873606681824,0.7462575733661652,263.0,67328.0,1005.8210164008196,4308992.0 +162.66,7.099999904632568,4318.0,0.00959113147109747,0.1330973356962204,2.247807502746582,-0.00970623642206192,0.3268924057483673,0.7636302560567856,264.0,67584.0,1009.6154394098558,4325376.0 +162.54,6.900000095367432,4300.0,0.007173388730734587,0.0939127579331398,2.2637274265289307,-0.007585101295262575,0.4185153543949127,0.6692413091659546,265.0,67840.0,1013.4267757139169,4341760.0 +134.21,7.099999904632568,4718.0,0.009907287545502186,0.1374308317899704,2.26827073097229,-0.009159970097243786,0.335734099149704,0.749853640794754,266.0,68096.0,1016.9000480498653,4358144.0 +158.94,6.5,4591.0,0.00722511624917388,0.0868326798081398,2.301753282546997,-0.008735982701182365,0.4613930284976959,0.6408740282058716,267.0,68352.0,1020.4697269748431,4374528.0 +162.35,6.800000190734863,4828.0,0.008564813062548637,0.1200154647231102,2.2946696281433105,-0.009584683924913406,0.40307626128196716,0.6934102475643158,268.0,68608.0,1023.8636288780253,4390912.0 +196.09,6.5,4529.0,0.00961698405444622,0.1387736052274704,2.2989819049835205,-0.0067994785495102406,0.3374042212963104,0.725955992937088,269.0,68864.0,1027.4817365319468,4407296.0 +168.39,6.800000190734863,4648.0,0.008991552516818047,0.12353515625,2.244816780090332,-0.007115788292139769,0.36163243651390076,0.7608193457126617,270.0,69120.0,1031.006716968026,4423680.0 +143.71,6.5,4568.0,0.005947585683315992,0.07330322265625,2.1951067447662354,-0.007647851947695017,0.45945069193840027,0.7332842350006104,271.0,69376.0,1034.5934406670276,4440064.0 +173.4,6.099999904632568,4634.0,0.005585594102740288,0.07171630859375,2.156416177749634,-0.007451571989804506,0.5864865183830261,0.6126673817634583,272.0,69632.0,1038.129214916844,4456448.0 +173.09,7.0,4607.0,0.010153223760426044,0.1446940153837204,2.191725969314575,-0.009367238730192184,0.3551312983036041,0.7395195662975311,273.0,69888.0,1041.686332470039,4472832.0 +127.0,7.5,4600.0,0.00811950583010912,0.1085001602768898,2.1692276000976562,-0.008268434554338455,0.3813076317310333,0.7443835437297821,274.0,70144.0,1045.2487468288746,4489216.0 +134.68,6.900000095367432,4588.0,0.008392036892473698,0.107666015625,2.176619291305542,-0.007214647252112627,0.31813156604766846,0.7660001963376999,275.0,70400.0,1048.8199792979285,4505600.0 +152.1,6.400000095367432,4547.0,0.009325632825493813,0.1285400390625,2.185676336288452,-0.008725187741219997,0.5785883069038391,0.5951122641563416,276.0,70656.0,1052.4236968329642,4521984.0 +134.16,7.0,4547.0,0.007032420020550489,0.08978271484375,2.1395962238311768,-0.00798089150339365,0.4116330146789551,0.6693592369556427,277.0,70912.0,1056.0271663968451,4538368.0 +164.84,6.199999809265137,4495.0,0.010001328773796558,0.150146484375,2.193952798843384,-0.009207590483129025,0.4877990484237671,0.6814310252666473,278.0,71168.0,1059.672382951947,4554752.0 +161.0,6.800000190734863,4450.0,0.0064489892683923244,0.0831095352768898,2.2018253803253174,-0.008817557245492935,0.40184125304222107,0.7107535898685455,279.0,71424.0,1063.35516486899,4571136.0 +150.42,7.400000095367432,4531.0,0.00835372880101204,0.1116536483168602,2.2281010150909424,-0.010137711651623249,0.30196401476860046,0.7992310971021652,280.0,71680.0,1066.9715220660437,4587520.0 +161.89,6.400000095367432,4426.0,0.008352095261216164,0.1169026717543602,2.242285966873169,-0.008002743124961853,0.4435865879058838,0.7294469773769379,281.0,71936.0,1070.673250910826,4603904.0 +210.05,6.400000095367432,4347.0,0.008129417896270752,0.110107421875,2.232531785964966,-0.0077157411724328995,0.3435206711292267,0.7877692878246307,282.0,72192.0,1074.4432035048958,4620288.0 +161.58,6.5,4295.0,0.007328566163778305,0.09765625,2.224139451980591,-0.00722346268594265,0.26444730162620544,0.8418862968683243,283.0,72448.0,1078.258469736902,4636672.0 +209.67,6.599999904632568,4475.0,0.007040488999336958,0.0902303084731102,2.2114107608795166,-0.008054100908339024,0.3220396041870117,0.8105200082063675,284.0,72704.0,1081.9217809499241,4653056.0 +237.05,6.699999809265137,4192.0,0.009001477621495724,0.1249593123793602,2.2306571006774902,-0.008313332684338093,0.3492105007171631,0.7841392457485199,285.0,72960.0,1085.8309895789716,4669440.0 +199.23,6.900000095367432,4338.0,0.009917625226080418,0.14556884765625,2.201547384262085,-0.006111986935138702,0.43497762084007263,0.7506970465183258,286.0,73216.0,1089.6080792469438,4685824.0 +189.72,7.300000190734863,4310.0,0.006476850714534521,0.0813802108168602,2.1744978427886963,-0.008173407055437565,0.39407265186309814,0.7472940683364868,287.0,73472.0,1093.4100441099145,4702208.0 +161.61,7.300000190734863,4350.0,0.01008882187306881,0.1395670622587204,2.2338833808898926,-0.006866715848445892,0.2719303369522095,0.8034756928682327,288.0,73728.0,1097.1772115109488,4718592.0 +145.54,7.5,4179.0,0.006550291087478399,0.0824991837143898,2.223559617996216,-0.00815932173281908,0.28973472118377686,0.7947079092264175,289.0,73984.0,1101.098363579018,4734976.0 +199.44,7.0,4272.0,0.006440179422497749,0.0780232772231102,2.207092046737671,-0.007100424263626337,0.430713027715683,0.7302441000938416,290.0,74240.0,1104.9347359610256,4751360.0 +189.03,6.099999904632568,4179.0,0.006717844400554895,0.08221435546875,2.183316230773926,-0.00668754568323493,0.6971105933189392,0.6551256775856018,291.0,74496.0,1108.855558465002,4767744.0 +148.34,7.699999809265137,4266.0,0.00983923114836216,0.1382649689912796,2.1911532878875732,-0.009100517258048058,0.2691061198711395,0.8175140470266342,292.0,74752.0,1112.6969342778903,4784128.0 +188.57,6.699999809265137,4532.0,0.00857369601726532,0.1153767928481102,2.1652638912200928,-0.008762635290622711,0.39253905415534973,0.7348122596740723,293.0,75008.0,1116.3126029470004,4800512.0 +138.27,7.599999904632568,4525.0,0.007921462878584862,0.10650634765625,2.140277147293091,-0.006087241228669882,0.41883087158203125,0.7348601222038269,294.0,75264.0,1119.9343316529412,4816896.0 +174.28,7.400000095367432,4751.0,0.006592597812414169,0.0842488631606102,2.161665678024292,-0.006156744435429573,0.38432595133781433,0.696534126996994,295.0,75520.0,1123.3838741839863,4833280.0 +111.95,6.800000190734863,4268.0,0.008964797481894493,0.1215616837143898,2.2095787525177,-0.007621964439749718,0.5067146420478821,0.630583256483078,296.0,75776.0,1127.2229581410065,4849664.0 +139.6,7.699999809265137,4159.0,0.006223004776984453,0.0761515274643898,2.239147424697876,-0.008710059337317944,0.25440725684165955,0.7708497047424316,297.0,76032.0,1131.1622533029877,4866048.0 +217.3,6.400000095367432,3925.0,0.006767478305846453,0.0838216170668602,2.220802068710327,-0.007829452864825726,0.41838863492012024,0.6821755766868591,298.0,76288.0,1135.337445194833,4882432.0 +183.68,6.699999809265137,4344.0,0.005958125460892916,0.06829833984375,2.1959586143493652,-0.006870713084936142,0.4890574514865875,0.6535613834857941,299.0,76544.0,1139.1102397770155,4898816.0 +155.95,7.199999809265137,4396.0,0.007419808302074671,0.0986531600356102,2.200733184814453,-0.007582664489746094,0.19245626032352448,0.8013813942670822,300.0,76800.0,1142.837220347952,4915200.0 +191.53,6.099999904632568,4341.0,0.006770404055714607,0.0880533829331398,2.1822850704193115,-0.006332686636596918,0.512292206287384,0.6164209246635437,301.0,77056.0,1146.6121182770003,4931584.0 +154.57,7.5,4404.0,0.005944456905126572,0.07159423828125,2.152008056640625,-0.0076433829963207245,0.4317902624607086,0.6881141066551208,302.0,77312.0,1150.3331825640053,4947968.0 +228.77,6.599999904632568,4086.0,0.006567134987562895,0.08697509765625,2.1533920764923096,-0.007345883175730705,0.4777061641216278,0.65682452917099,303.0,77568.0,1154.3435634269845,4964352.0 +142.86,7.400000095367432,4158.0,0.006848374381661415,0.0904947891831398,2.160588026046753,-0.007955220527946949,0.30275675654411316,0.731602281332016,304.0,77824.0,1158.2841829559766,4980736.0 +176.99,7.5,4135.0,0.010254223830997944,0.14630126953125,2.1825318336486816,-0.006340826395899057,0.2957557737827301,0.7280874252319336,305.0,78080.0,1162.2471263320185,4997120.0 +212.97,7.199999809265137,4130.0,0.00872112438082695,0.1260579377412796,2.181870460510254,-0.006009345408529043,0.46215447783470154,0.5980013608932495,306.0,78336.0,1166.2147891069762,5013504.0 +218.5,5.900000095367432,4129.0,0.006531861145049334,0.084716796875,2.165719985961914,-0.006901629734784365,0.5987661480903625,0.5403102338314056,307.0,78592.0,1170.1838741758838,5029888.0 +167.46,6.599999904632568,4391.0,0.008335656486451626,0.1104736328125,2.1570465564727783,-0.007419256959110498,0.4610511064529419,0.5644245147705078,308.0,78848.0,1173.9155781038571,5046272.0 +213.81,7.0,4093.0,0.0069046919234097,0.0893351212143898,2.1374671459198,-0.006739831063896418,0.4635293185710907,0.5303173661231995,309.0,79104.0,1177.9192630108446,5062656.0 +175.05,7.5,4121.0,0.013030198402702808,0.1877644807100296,2.140692949295044,-0.00492940004914999,0.41454991698265076,0.5574791431427002,310.0,79360.0,1181.8957779598422,5079040.0 +171.87,7.5,4210.0,0.013115971349179745,0.1921793669462204,2.1667368412017822,-0.00457616476342082,0.5070207118988037,0.514624834060669,311.0,79616.0,1185.7878933858592,5095424.0 +151.32,7.800000190734863,4321.0,0.0077873109839856625,0.1043294295668602,2.164720296859741,-0.007691924925893545,0.37571874260902405,0.5944235324859619,312.0,79872.0,1189.5806847219355,5111808.0 +177.13,7.699999809265137,4497.0,0.009711532853543758,0.1308797150850296,2.205561637878418,-0.009150455705821514,0.301252156496048,0.6060490012168884,313.0,80128.0,1193.2246234889608,5128192.0 +203.36,7.099999904632568,4439.0,0.006558283697813749,0.0821940079331398,2.1982474327087402,-0.004951780196279287,0.38405847549438477,0.5445772707462311,314.0,80384.0,1196.9162090909667,5144576.0 +182.93,7.099999904632568,4541.0,0.00733974389731884,0.09515380859375,2.189324140548706,-0.007513593416661024,0.5717036724090576,0.5068645179271698,315.0,80640.0,1200.5244049478788,5160960.0 +122.14,7.699999809265137,4554.0,0.009670162573456764,0.1323038786649704,2.2260868549346924,-0.006985294166952372,0.3426143229007721,0.6448575854301453,316.0,80896.0,1204.123325445922,5177344.0 +136.4,6.699999809265137,4362.0,0.010292567312717438,0.1442667692899704,2.2704591751098633,-0.007156959269195795,0.37668874859809875,0.6017896831035614,317.0,81152.0,1207.87947347085,5193728.0 +198.01,7.0,4483.0,0.005624429788440466,0.06341552734375,2.2396981716156006,-0.006779432762414217,0.5367937684059143,0.5002380311489105,318.0,81408.0,1211.5343374719378,5210112.0 +186.31,6.900000095367432,4467.0,0.007178176194429398,0.0948486328125,2.2244811058044434,-0.0077903252094984055,0.46093884110450745,0.6194972991943359,319.0,81664.0,1215.2031905800104,5226496.0 +121.58,7.300000190734863,4575.0,0.006403931882232428,0.0822550430893898,2.2020833492279053,-0.00886316318064928,0.3856412470340729,0.6602410674095154,320.0,81920.0,1218.785023753997,5242880.0 +118.26,7.400000095367432,4285.0,0.006344096269458532,0.084228515625,2.2370104789733887,-0.007852540351450443,0.38673117756843567,0.6634141802787781,321.0,82176.0,1222.6089608639013,5259264.0 +184.08,7.400000095367432,4282.0,0.006724075879901648,0.0879313126206398,2.2255735397338867,-0.007084939628839493,0.3638288676738739,0.7074452638626099,322.0,82432.0,1226.4359110598452,5275648.0 +129.11,7.5,4231.0,0.006090087350457907,0.0733846053481102,2.1840333938598633,-0.006194851826876402,0.4110769033432007,0.6837275922298431,323.0,82688.0,1230.3091350218747,5292032.0 +174.34,7.599999904632568,4266.0,0.009207549504935741,0.1228230819106102,2.162923812866211,-0.00816002395004034,0.35001716017723083,0.694740504026413,324.0,82944.0,1234.1503133699298,5308416.0 +137.13,6.800000190734863,4317.0,0.009154330007731915,0.1282145231962204,2.182589292526245,-0.007372384425252676,0.4833237826824188,0.5924336612224579,325.0,83200.0,1237.9455081429332,5324800.0 +144.69,6.199999809265137,4460.0,0.007035482674837112,0.0939534530043602,2.1706953048706055,-0.007043429184705019,0.495225191116333,0.5963150560855865,326.0,83456.0,1241.6202633618377,5341184.0 +191.25,6.599999904632568,4428.0,0.006672386080026627,0.0884602889418602,2.2243010997772217,-0.007368953432887793,0.3653304874897003,0.6585459113121033,327.0,83712.0,1245.3206911529414,5357568.0 +248.4,6.300000190734863,4599.0,0.007725132629275322,0.1025187149643898,2.241851568222046,-0.007364921737462282,0.3657442629337311,0.657964289188385,328.0,83968.0,1248.8841472498607,5373952.0 +223.39,6.699999809265137,4468.0,0.0069739618338644505,0.0906778946518898,2.2469780445098877,-0.007038073148578405,0.30090615153312683,0.7452853620052338,329.0,84224.0,1252.551620648941,5390336.0 +145.59,7.0,4610.0,0.00594037352129817,0.0729573592543602,2.225564956665039,-0.00770603446289897,0.482479453086853,0.6698577404022217,330.0,84480.0,1256.1058735139668,5406720.0 +155.14,7.5,4759.0,0.00604671286419034,0.0757242813706398,2.206589460372925,-0.007547303568571806,0.41778382658958435,0.7029832303524017,331.0,84736.0,1259.5496538979933,5423104.0 +150.78,7.300000190734863,4713.0,0.0068306331522762775,0.0860392227768898,2.214416265487671,-0.007860195823013783,0.35646548867225647,0.7448359131813049,332.0,84992.0,1263.0261668828316,5439488.0 +156.71,6.699999809265137,4710.0,0.006604004185646772,0.0821736678481102,2.2408387660980225,-0.009497483260929585,0.3209889233112335,0.7571708410978317,333.0,85248.0,1266.5053131619934,5455872.0 +183.67,6.300000190734863,4730.0,0.0072075058706104755,0.09295654296875,2.2134764194488525,-0.00894255843013525,0.3188794255256653,0.7007271647453308,334.0,85504.0,1269.970049995929,5472256.0 +231.85,6.699999809265137,4437.0,0.008230756968259811,0.1144205704331398,2.1759836673736572,-0.0064523047767579556,0.4856290817260742,0.618578165769577,335.0,85760.0,1273.6634025198873,5488640.0 +135.34,7.400000095367432,4386.0,0.008208991028368473,0.11285400390625,2.1835432052612305,-0.007785010617226362,0.4088675081729889,0.6548808515071869,336.0,86016.0,1277.3999163259286,5505024.0 +177.58,6.599999904632568,4594.0,0.005550438538193703,0.0650838240981102,2.175226926803589,-0.007231263443827629,0.49594447016716003,0.6310717761516571,337.0,86272.0,1280.9665229299571,5521408.0 +150.52,8.199999809265137,4139.0,0.007606282364577055,0.10137939453125,2.157407522201538,-0.008094589225947857,0.34945592284202576,0.6364076435565948,338.0,86528.0,1284.9256342989393,5537792.0 +143.81,6.699999809265137,4081.0,0.008375117555260658,0.11529541015625,2.1624581813812256,-0.007786795496940613,0.45352819561958313,0.578115850687027,339.0,86784.0,1288.9408770708833,5554176.0 +198.3,6.400000095367432,4308.0,0.009075921960175037,0.1238810196518898,2.1506383419036865,-0.007576029282063246,0.3752656877040863,0.6311407685279846,340.0,87040.0,1292.7442998120096,5570560.0 +189.9,7.0,4208.0,0.008290335536003113,0.1116536483168602,2.208892822265625,-0.006643994245678186,0.3021523654460907,0.6958281099796295,341.0,87296.0,1296.6379254909698,5586944.0 +212.51,7.0,4124.0,0.008116786368191242,0.1144816055893898,2.253016471862793,-0.006578974425792694,0.26659396290779114,0.7274891436100006,342.0,87552.0,1300.6118827960454,5603328.0 +213.84,6.5,4322.0,0.008983789943158627,0.1306966096162796,2.262664556503296,-0.005482894834131002,0.5591623187065125,0.5376637578010559,343.0,87808.0,1304.4036589919124,5619712.0 +161.21,6.099999904632568,4528.0,0.006493147928267717,0.0800984725356102,2.2770121097564697,-0.006852928549051285,0.4770766496658325,0.6625633835792542,344.0,88064.0,1308.0224088879768,5636096.0 +170.14,6.900000095367432,4517.0,0.007680962327867746,0.0985514298081398,2.242908000946045,-0.00869358703494072,0.3246959149837494,0.7554626911878586,345.0,88320.0,1311.6503177520353,5652480.0 +158.24,6.900000095367432,4507.0,0.006437859032303095,0.0782063826918602,2.270705461502075,-0.0075511448085308075,0.46940377354621887,0.647875040769577,346.0,88576.0,1315.2861600639299,5668864.0 +226.7,6.099999904632568,4516.0,0.007036026567220688,0.09259033203125,2.245964765548706,-0.008526411838829517,0.40988898277282715,0.7132748365402222,347.0,88832.0,1318.9149447330274,5685248.0 +201.01,6.900000095367432,4508.0,0.007806193083524704,0.102294921875,2.2546746730804443,-0.007526786532253027,0.31740516424179077,0.7820965647697449,348.0,89088.0,1322.550074761035,5701632.0 +268.03,6.5,4548.0,0.005785886198282242,0.06640625,2.2525298595428467,-0.007351570297032595,0.3931279182434082,0.7056388258934021,349.0,89344.0,1326.1532562889624,5718016.0 +209.44,7.199999809265137,4650.0,0.0078160110861063,0.10736083984375,2.245793104171753,-0.007333021145313978,0.27324798703193665,0.7327418923377991,350.0,89600.0,1329.677389318822,5734400.0 +172.76,8.0,4736.0,0.008554726839065552,0.1131591796875,2.2176334857940674,-0.009126034565269947,0.3011055290699005,0.6886498332023621,351.0,89856.0,1333.137604557909,5750784.0 +200.96,7.699999809265137,4737.0,0.008443069644272327,0.1149698868393898,2.224778890609741,-0.010617445223033428,0.4367476999759674,0.6117380857467651,352.0,90112.0,1336.5968528999947,5767168.0 +153.99,6.900000095367432,4520.0,0.007841118611395359,0.10467529296875,2.251141309738159,-0.009536988101899624,0.39533329010009766,0.6442565023899078,353.0,90368.0,1340.2221763199195,5783552.0 +158.79,7.099999904632568,4447.0,0.010027426294982433,0.1434122771024704,2.2721545696258545,-0.009286594577133656,0.24021588265895844,0.7559712082147598,354.0,90624.0,1343.9065855678637,5799936.0 +175.83,6.900000095367432,4474.0,0.009645848535001278,0.1356608122587204,2.2885959148406982,-0.006659714505076408,0.4184114634990692,0.672895759344101,355.0,90880.0,1347.569260607008,5816320.0 +163.81,7.300000190734863,4638.0,0.005780455190688372,0.0670572891831398,2.28548526763916,-0.0074622961692512035,0.3896489143371582,0.7165628373622894,356.0,91136.0,1351.1020826208405,5832704.0 +180.26,6.5,4568.0,0.007864934392273426,0.10833740234375,2.267564058303833,-0.008947237394750118,0.46815797686576843,0.6762506067752838,357.0,91392.0,1354.6895555038936,5849088.0 +165.48,7.199999809265137,4531.0,0.0065250457264482975,0.0814615860581398,2.277902841567993,-0.008674494922161102,0.2651198208332062,0.7694960683584213,358.0,91648.0,1358.3060187639203,5865472.0 +199.81,6.900000095367432,4483.0,0.007790088187903166,0.1065673828125,2.279233455657959,-0.007136133965104818,0.3284253478050232,0.6972926557064056,359.0,91904.0,1361.9610243178904,5881856.0 +193.45,6.800000190734863,4395.0,0.008268482983112335,0.11248779296875,2.2632904052734375,-0.008459771052002907,0.44845858216285706,0.6423529386520386,360.0,92160.0,1365.6900276918896,5898240.0 +199.52,7.400000095367432,4424.0,0.006817373912781477,0.086181640625,2.268791913986206,-0.008379395119845867,0.32612302899360657,0.74370276927948,361.0,92416.0,1369.394095218042,5914624.0 +124.89,7.0,4167.0,0.006552614271640778,0.08111572265625,2.239560842514038,-0.009323629550635815,0.4289585053920746,0.7314107418060303,362.0,92672.0,1373.3261001058854,5931008.0 +142.4,7.800000190734863,4275.0,0.006823992356657982,0.0863240584731102,2.224437713623047,-0.009871925227344036,0.23890429735183716,0.7875017821788788,363.0,92928.0,1377.1586137418635,5947392.0 +189.89,6.800000190734863,4114.0,0.00751287117600441,0.0947672501206398,2.2546253204345703,-0.00902565848082304,0.3989080488681793,0.6516972780227661,364.0,93184.0,1381.141338728834,5963776.0 +179.56,6.800000190734863,4163.0,0.00980335846543312,0.137451171875,2.254319906234741,-0.010522532276809216,0.202731654047966,0.8063850998878479,365.0,93440.0,1385.0780619659927,5980160.0 +203.63,7.099999904632568,4594.0,0.007908143103122711,0.1062418594956398,2.2865793704986572,-0.007922562770545483,0.3976864814758301,0.7045193016529083,366.0,93696.0,1388.644691710826,5996544.0 +145.29,7.099999904632568,4527.0,0.0065544601529836655,0.0814615860581398,2.2492334842681885,-0.007396135479211807,0.5241103768348694,0.6929377317428589,367.0,93952.0,1392.2642978529911,6012928.0 +178.37,7.199999809265137,4502.0,0.00677655590698123,0.0852457657456398,2.259007453918457,-0.009012576192617416,0.40285274386405945,0.7386384010314941,368.0,94208.0,1395.9037517008837,6029312.0 +180.55,7.400000095367432,4298.0,0.009752302430570126,0.1283772736787796,2.26210618019104,-0.009216698817908764,0.3802746534347534,0.7725474238395691,369.0,94464.0,1399.7169064199552,6045696.0 +160.24,6.699999809265137,4100.0,0.011616785079240799,0.1513468474149704,2.2695772647857666,-0.009840106591582298,0.44567346572875977,0.7263654470443726,370.0,94720.0,1403.7139962709043,6062080.0 +166.43,7.0,4208.0,0.010553255677223206,0.150146484375,2.299651622772217,-0.008964885957539082,0.37192240357398987,0.7179863154888153,371.0,94976.0,1407.6079060588963,6078464.0 +142.21,7.400000095367432,4142.0,0.009434268809854984,0.1366780549287796,2.291754722595215,-0.009342755191028118,0.27433010935783386,0.7511730492115021,372.0,95232.0,1411.5637941539753,6094848.0 +187.06,6.400000095367432,4312.0,0.005995882209390402,0.0724894180893898,2.2627694606781006,-0.009772188030183315,0.4346417486667633,0.6522693037986755,373.0,95488.0,1415.3645442139823,6111232.0 +153.38,7.300000190734863,4141.0,0.006705447565764189,0.0838826522231102,2.228987216949463,-0.009155032224953175,0.31900548934936523,0.7357977032661438,374.0,95744.0,1419.3217997278553,6127616.0 +207.12,6.5,4206.0,0.007210770156234503,0.09271240234375,2.2836897373199463,-0.006240981165319681,0.42306947708129883,0.6393127739429474,375.0,96000.0,1423.217081442941,6144000.0 +208.87,6.400000095367432,4312.0,0.005206078756600618,0.05877685546875,2.247119426727295,-0.007123973686248064,0.5210303664207458,0.6087144613265991,376.0,96256.0,1427.0167549368925,6160384.0 +135.94,6.199999809265137,4101.0,0.006501975003629923,0.0806884765625,2.2256550788879395,-0.008236660622060299,0.5977919697761536,0.5838049352169037,377.0,96512.0,1431.0125537239946,6176768.0 +139.77,8.100000381469727,4280.0,0.007587198633700609,0.0966593399643898,2.2172553539276123,-0.006436503957957029,0.3456052541732788,0.7048689723014832,378.0,96768.0,1434.8410256479401,6193152.0 +150.01,7.800000190734863,4282.0,0.009059346280992031,0.1237589493393898,2.205094575881958,-0.007807332556694746,0.36985909938812256,0.6895167231559753,379.0,97024.0,1438.6683569729794,6209536.0 +172.52,7.900000095367432,4293.0,0.007934887893497944,0.1056722030043602,2.220463991165161,-0.0084781963378191,0.2873404920101166,0.7337802648544312,380.0,97280.0,1442.4850988299586,6225920.0 +164.44,7.400000095367432,4145.0,0.008275001309812069,0.1085408553481102,2.1801745891571045,-0.009234768338501453,0.5552517175674438,0.596797376871109,381.0,97536.0,1446.438368387986,6242304.0 +146.71,7.900000095367432,4311.0,0.008629932068288326,0.1152547225356102,2.1450741291046143,-0.0057226382195949554,0.18900392949581146,0.8225313723087311,382.0,97792.0,1450.239215531852,6258688.0 +228.86,7.199999809265137,4295.0,0.008387447334825993,0.1160685196518898,2.1637532711029053,-0.007554406300187111,0.35461878776550293,0.727026641368866,383.0,98048.0,1454.0544012510218,6275072.0 +173.4,7.300000190734863,4337.0,0.008971993811428547,0.12933349609375,2.204578399658203,-0.007731585297733545,0.30418911576271057,0.740016907453537,384.0,98304.0,1457.8322790549137,6291456.0 +164.99,7.0,4279.0,0.008558780886232853,0.1136271134018898,2.1982414722442627,-0.006377123296260834,0.3239993155002594,0.7150366604328156,385.0,98560.0,1461.6616124960128,6307840.0 +211.44,7.300000190734863,4390.0,0.009286078624427319,0.1309000700712204,2.216870069503784,-0.005929530132561922,0.35369524359703064,0.7356639802455902,386.0,98816.0,1465.394060487859,6324224.0 +225.2,6.599999904632568,4236.0,0.0094246044754982,0.1248575821518898,2.232855796813965,-0.0076243337243795395,0.3081352412700653,0.7462435066699982,387.0,99072.0,1469.2622925068717,6340608.0 +188.43,7.0,4161.0,0.006917121354490519,0.0843709334731102,2.246514320373535,-0.008167501538991928,0.36417412757873535,0.7140787541866302,388.0,99328.0,1473.199912377866,6356992.0 +189.5,7.0,4276.0,0.011210009455680847,0.1592000275850296,2.2660133838653564,-0.008105132728815079,0.31075146794319153,0.7598387449979782,389.0,99584.0,1477.0320073778275,6373376.0 +180.86,7.0,4792.0,0.0069912695325911045,0.0873209610581398,2.231788158416748,-0.0077389138750731945,0.39207637310028076,0.6969934105873108,390.0,99840.0,1480.4559265689459,6389760.0 +151.77,7.0,4393.0,0.008711029775440693,0.1202799454331398,2.237370014190674,-0.00971003994345665,0.4090295732021332,0.6911804676055908,391.0,100096.0,1484.1862356849015,6406144.0 +191.55,7.199999809265137,4479.0,0.008594311773777008,0.1201578751206398,2.1977272033691406,-0.008671803399920464,0.45517590641975403,0.7032802700996399,392.0,100352.0,1487.8444884659257,6422528.0 +108.67,7.900000095367432,4761.0,0.007846076972782612,0.0996907576918602,2.2430336475372314,-0.00928486231714487,0.3195634186267853,0.7571398615837097,393.0,100608.0,1491.2862602798268,6438912.0 +154.67,7.300000190734863,4582.0,0.007791723590344191,0.1034749373793602,2.2385756969451904,-0.009340856224298477,0.31863367557525635,0.7629727870225906,394.0,100864.0,1494.8623298839666,6455296.0 +132.46,7.300000190734863,4570.0,0.00833568349480629,0.1116943359375,2.2495803833007812,-0.00860257726162672,0.3262833058834076,0.7808028906583786,395.0,101120.0,1498.4481868718285,6471680.0 +194.92,7.0,4544.0,0.007771127391606569,0.09912109375,2.246981620788574,-0.008381457068026066,0.38288769125938416,0.7322559654712677,396.0,101376.0,1502.0541378150228,6488064.0 +168.59,7.199999809265137,4746.0,0.0050140670500695705,0.054443359375,2.2297279834747314,-0.006865466479212046,0.3855379819869995,0.7017900347709656,397.0,101632.0,1505.5068008848466,6504448.0 +142.13,6.900000095367432,4793.0,0.007588159292936325,0.10113525390625,2.2374327182769775,-0.008795136585831642,0.500049889087677,0.6472090184688568,398.0,101888.0,1508.9261790129822,6520832.0 +175.36,7.699999809265137,4484.0,0.00756481708958745,0.1013997420668602,2.2541344165802,-0.008162188343703747,0.32495588064193726,0.6960211098194122,399.0,102144.0,1512.5806007508654,6537216.0 +173.27,7.699999809265137,4306.0,0.007631381973624229,0.1027425155043602,2.2477118968963623,-0.010306764394044876,0.37699952721595764,0.6789388060569763,400.0,102400.0,1516.3857893620152,6553600.0 +103.51,7.699999809265137,4539.0,0.006321186665445566,0.0806884765625,2.202967643737793,-0.00877208448946476,0.5085844397544861,0.636818140745163,401.0,102656.0,1519.9963858949486,6569984.0 +161.98,7.5,4435.0,0.008276133798062801,0.1122233048081398,2.233665943145752,-0.009138905443251133,0.37878915667533875,0.6722016930580139,402.0,102912.0,1523.6913529350422,6586368.0 +169.52,7.599999904632568,4559.0,0.01016929093748331,0.1460978239774704,2.2844302654266357,-0.007285165134817362,0.28884121775627136,0.7272619903087616,403.0,103168.0,1527.2860071880277,6602752.0 +204.75,7.300000190734863,4645.0,0.008638978935778141,0.11370849609375,2.283482789993286,-0.00799319427460432,0.29472413659095764,0.7291402220726013,404.0,103424.0,1530.8136486038566,6619136.0 +230.21,6.900000095367432,4205.0,0.009372065775096416,0.1341959685087204,2.2848002910614014,-0.00835061352699995,0.33812078833580017,0.7466797232627869,405.0,103680.0,1534.7104068349581,6635520.0 +173.08,7.5,4452.0,0.010259376838803291,0.1488850861787796,2.2634360790252686,-0.007227459456771612,0.3990558683872223,0.7036570310592651,406.0,103936.0,1538.390547935851,6651904.0 +161.77,6.5,4330.0,0.008441267535090446,0.11358642578125,2.2455883026123047,-0.009522181004285812,0.44961607456207275,0.7086865901947021,407.0,104192.0,1542.1751101338305,6668288.0 +184.1,6.699999809265137,4228.0,0.008306923322379589,0.1148274764418602,2.2682268619537354,-0.009107868187129498,0.3301580548286438,0.7308313548564911,408.0,104448.0,1546.0502804638818,6684672.0 +145.1,7.5,4505.0,0.007908127270638943,0.1053873673081398,2.2877421379089355,-0.00866839662194252,0.2997780442237854,0.7262564897537231,409.0,104704.0,1549.6879054079764,6701056.0 +224.51,7.0,4573.0,0.007606914732605219,0.09832763671875,2.29451584815979,-0.007538385223597288,0.37716758251190186,0.7373404800891876,410.0,104960.0,1553.2707522299606,6717440.0 +219.62,6.900000095367432,4547.0,0.006745975464582443,0.0852864608168602,2.310110569000244,-0.004997133743017912,0.4434870183467865,0.7609756886959076,411.0,105216.0,1556.8753277589567,6733824.0 +164.39,7.199999809265137,4561.0,0.00871345680207014,0.1204427108168602,2.330393075942993,-0.009770550765097141,0.1821122169494629,0.8891967982053757,412.0,105472.0,1560.4682029699907,6750208.0 +220.15,6.400000095367432,4536.0,0.00978752039372921,0.12396240234375,2.32719349861145,-0.009577681310474873,0.36091384291648865,0.7979079782962799,413.0,105728.0,1564.080599303823,6766592.0 +201.23,7.400000095367432,4751.0,0.009074836038053036,0.12115478515625,2.3188717365264893,-0.006894528400152922,0.20929475128650665,0.859473317861557,414.0,105984.0,1567.5298088500276,6782976.0 +200.7,6.5,4679.0,0.006609987001866102,0.0859781876206398,2.3097469806671143,-0.006687314715236425,0.5324320197105408,0.7129592299461365,415.0,106240.0,1571.0322113358416,6799360.0 +133.19,7.5,4169.0,0.006955873221158981,0.0884602889418602,2.3204572200775146,-0.008713155053555965,0.3250649869441986,0.720333993434906,416.0,106496.0,1574.9620931828395,6815744.0 +160.71,6.900000095367432,4249.0,0.006460079923272133,0.0792032852768898,2.324749708175659,-0.009240017272531986,0.32261836528778076,0.6993602812290192,417.0,106752.0,1578.8183871058282,6832128.0 +177.28,7.0,4387.0,0.007103587966412306,0.09674072265625,2.310136318206787,-0.008435827679932117,0.3229839503765106,0.7134627401828766,418.0,107008.0,1582.5537302559242,6848512.0 +199.78,7.099999904632568,4366.0,0.009547015652060509,0.1272989958524704,2.2945096492767334,-0.008996848948299885,0.38530322909355164,0.6625507473945618,419.0,107264.0,1586.3072338229977,6864896.0 +211.55,6.699999809265137,4261.0,0.007368993014097214,0.0950724259018898,2.2943949699401855,-0.008537226356565952,0.29603466391563416,0.6622370779514313,420.0,107520.0,1590.1528192628175,6881280.0 +222.82,6.599999904632568,4261.0,0.005499244201928377,0.0592244453728199,2.280442476272583,-0.008037785068154335,0.2614249587059021,0.6950050890445709,421.0,107776.0,1593.9986151128542,6897664.0 +241.73,6.800000190734863,4388.0,0.007828646339476109,0.10418701171875,2.2772538661956787,-0.009602007456123829,0.35707899928092957,0.6814796328544617,422.0,108032.0,1597.732572590001,6914048.0 +232.87,7.099999904632568,4351.0,0.007164246868342161,0.0917765274643898,2.284912109375,-0.006440308410674334,0.3771490752696991,0.6848573982715607,423.0,108288.0,1601.5009574708529,6930432.0 +226.21,7.300000190734863,4373.0,0.008363316766917706,0.1049601212143898,2.290656805038452,-0.006529339123517275,0.19447921216487885,0.7988224178552628,424.0,108544.0,1605.2482568549458,6946816.0 +231.27,6.900000095367432,4021.0,0.010633263736963272,0.1424763947725296,2.274186134338379,-0.008621210232377052,0.33464300632476807,0.7230828702449799,425.0,108800.0,1609.3236638619564,6963200.0 +232.79,6.900000095367432,4150.0,0.008939581923186779,0.1228841170668602,2.250401020050049,-0.007964122109115124,0.33328965306282043,0.7217371761798859,426.0,109056.0,1613.2722817689646,6979584.0 +158.34,7.0,4726.0,0.007384167518466711,0.0907999649643898,2.266526937484741,-0.008570432662963867,0.5335333347320557,0.6578009128570557,427.0,109312.0,1616.7395186778158,6995968.0 +150.5,7.599999904632568,4307.0,0.009039376862347126,0.1215006485581398,2.306462526321411,-0.007499759551137686,0.2894717752933502,0.7890120595693588,428.0,109568.0,1620.5438790549524,7012352.0 +167.85,7.099999904632568,4266.0,0.008688095957040787,0.114501953125,2.3206732273101807,-0.009375766851007938,0.3330148458480835,0.76730777323246,429.0,109824.0,1624.3849486079998,7028736.0 +192.22,7.400000095367432,4535.0,0.0063492306508123875,0.078369140625,2.31256103515625,-0.010074020363390446,0.23000936210155487,0.821363165974617,430.0,110080.0,1627.9983782209456,7045120.0 +197.88,7.599999904632568,4554.0,0.0074685849249362946,0.0963134765625,2.3082709312438965,-0.008429952897131443,0.3072183430194855,0.7434649169445038,431.0,110336.0,1631.5972696279641,7061504.0 +201.24,7.099999904632568,4749.0,0.006594002712517977,0.0829060897231102,2.3244664669036865,-0.010413670912384987,0.3676110804080963,0.6877614855766296,432.0,110592.0,1635.047362525016,7077888.0 +202.06,7.5,4584.0,0.008250770159065723,0.10687255859375,2.3371074199676514,-0.007771572098135948,0.31512078642845154,0.7113598585128784,433.0,110848.0,1638.6218605218455,7094272.0 +205.63,6.199999809265137,4429.0,0.007390808779746294,0.0944010391831398,2.3576738834381104,-0.010296758264303207,0.40752220153808594,0.6972073316574097,434.0,111104.0,1642.3211147680413,7110656.0 +207.89,6.800000190734863,4485.0,0.0069070723839104176,0.0876057967543602,2.3844497203826904,-0.008510861545801163,0.3980911076068878,0.6971405446529388,435.0,111360.0,1645.9742628508247,7127040.0 +172.33,7.199999809265137,4432.0,0.007174093276262283,0.0900675430893898,2.3695590496063232,-0.006908391136676073,0.322270005941391,0.749229371547699,436.0,111616.0,1649.6713707570452,7143424.0 +190.89,7.699999809265137,4333.0,0.007655899506062269,0.0968831405043602,2.346228837966919,-0.009417322464287281,0.25761517882347107,0.8037294447422028,437.0,111872.0,1653.4527783480007,7159808.0 +178.13,7.199999809265137,4299.0,0.007132841274142265,0.0916951522231102,2.3656091690063477,-0.007830321788787842,0.3168775141239166,0.7515222281217575,438.0,112128.0,1657.2642478130292,7176192.0 +170.17,7.5,4292.0,0.007160994689911604,0.0931193009018898,2.337278127670288,-0.007996895350515842,0.4287901222705841,0.7079029083251953,439.0,112384.0,1661.0827026758343,7192576.0 +175.55,7.5,4449.0,0.007320100907236338,0.09307861328125,2.347456693649292,-0.007656298112124205,0.32132792472839355,0.7512681782245636,440.0,112640.0,1664.7658147469629,7208960.0 +148.96,7.599999904632568,4298.0,0.009667163714766502,0.1358439177274704,2.323540687561035,-0.010690107010304928,0.3427663743495941,0.7624805122613907,441.0,112896.0,1668.5785262128338,7225344.0 +152.8,7.5,4054.0,0.007693635765463114,0.1043904647231102,2.3352677822113037,-0.0073695555329322815,0.35761046409606934,0.7354103624820709,442.0,113152.0,1672.6202227249742,7241728.0 +169.01,7.400000095367432,4460.0,0.005331214517354965,0.0605672188103199,2.309647798538208,-0.007484801579266787,0.3587914705276489,0.740515410900116,443.0,113408.0,1676.294105492998,7258112.0 +146.2,8.0,4583.0,0.006079259794205427,0.0730997696518898,2.2938060760498047,-0.009522424079477787,0.3520243465900421,0.7358062565326691,444.0,113664.0,1679.8691776420455,7274496.0 +175.8,6.800000190734863,4457.0,0.005690974649041891,0.0684000626206398,2.311518907546997,-0.00994773767888546,0.33799460530281067,0.76127128303051,445.0,113920.0,1683.545509153977,7290880.0 +150.53,7.099999904632568,4468.0,0.007848216220736504,0.1031697615981102,2.3209261894226074,-0.008388745598495007,0.2910746932029724,0.7568581253290176,446.0,114176.0,1687.2132531718817,7307264.0 +211.03,6.800000190734863,4415.0,0.00980342086404562,0.1340535432100296,2.3305609226226807,-0.008933424018323421,0.27746841311454773,0.8000158667564392,447.0,114432.0,1690.9280983849894,7323648.0 +230.85,6.699999809265137,4443.0,0.00628325529396534,0.0785318985581398,2.3373477458953857,-0.008646531961858273,0.4548605978488922,0.7037393152713776,448.0,114688.0,1694.6160320609342,7340032.0 +190.74,7.599999904632568,4575.0,0.009509117342531681,0.13421630859375,2.3167312145233154,-0.008596121333539486,0.26134371757507324,0.8008671849966049,449.0,114944.0,1698.197400889825,7356416.0 +162.1,7.099999904632568,4602.0,0.00814326573163271,0.1088053360581398,2.318566083908081,-0.007601840887218714,0.36231768131256104,0.7209157645702362,450.0,115200.0,1701.7582197349984,7372800.0 +170.23,7.300000190734863,4711.0,0.007850968278944492,0.1015625,2.341313362121582,-0.009212372824549675,0.3878473937511444,0.7261068224906921,451.0,115456.0,1705.2370309319813,7389184.0 +169.66,7.5,4564.0,0.008204469457268715,0.1065470352768898,2.364008903503418,-0.00805539172142744,0.3313681483268738,0.7523641437292099,452.0,115712.0,1708.827249231981,7405568.0 +127.99,7.800000190734863,4400.0,0.008027813397347927,0.10528564453125,2.3442869186401367,-0.009823262691497803,0.3165202736854553,0.8017445951700211,453.0,115968.0,1712.5510432659648,7421952.0 +196.95,6.800000190734863,4451.0,0.009967931546270847,0.13983154296875,2.3446614742279053,-0.00992538221180439,0.26122310757637024,0.8142242282629013,454.0,116224.0,1716.2329928770196,7438336.0 +241.61,6.300000190734863,4448.0,0.008912517689168453,0.113525390625,2.3141350746154785,-0.01015519630163908,0.29946643114089966,0.7920859158039093,455.0,116480.0,1719.9172924959566,7454720.0 +263.99,6.199999809265137,4785.0,0.007601452991366386,0.1005859375,2.3292932510375977,-0.00943798292428255,0.322344571352005,0.7985311597585678,456.0,116736.0,1723.3420048868284,7471104.0 +171.78,7.599999904632568,4371.0,0.009098358452320099,0.1183268204331398,2.283399820327759,-0.008518674410879612,0.45395752787590027,0.7580174058675766,457.0,116992.0,1727.0907534058206,7487488.0 +176.2,8.0,4478.0,0.007191619370132685,0.0887044295668602,2.2855422496795654,-0.00960527267307043,0.2234836220741272,0.8457374274730682,458.0,117248.0,1730.75007641688,7503872.0 +190.16,7.400000095367432,4572.0,0.008975579403340816,0.1193644180893898,2.288621187210083,-0.010145877487957478,0.24237851798534393,0.8397941142320633,459.0,117504.0,1734.33394666994,7520256.0 +160.35,7.5,4611.0,0.010550044476985931,0.1375325471162796,2.2910256385803223,-0.012190893292427063,0.22141647338867188,0.8214332163333893,460.0,117760.0,1737.8876522039063,7536640.0 +225.69,6.199999809265137,4526.0,0.00882712472230196,0.11737060546875,2.2858312129974365,-0.010922260582447052,0.36789682507514954,0.7433643639087677,461.0,118016.0,1741.5077351639047,7553024.0 +142.51,6.699999809265137,4488.0,0.009127902798354626,0.1205647811293602,2.2878146171569824,-0.009374706074595451,0.3799566924571991,0.7269909977912903,462.0,118272.0,1745.1588060178328,7569408.0 +197.77,7.400000095367432,4475.0,0.00820438377559185,0.1078287735581398,2.2672088146209717,-0.00955637451261282,0.29973724484443665,0.7530727833509445,463.0,118528.0,1748.8200371358544,7585792.0 +179.35,7.400000095367432,4423.0,0.009206043556332588,0.1249186173081398,2.305347442626953,-0.011282614432275295,0.30343493819236755,0.7829935103654861,464.0,118784.0,1752.5243893049192,7602176.0 +187.83,7.300000190734863,4296.0,0.008817137219011784,0.1196085587143898,2.3400988578796387,-0.010038841515779495,0.24184565246105194,0.8099182397127151,465.0,119040.0,1756.3399969509337,7618560.0 +188.88,7.099999904632568,4206.0,0.008160660043358803,0.1101481094956398,2.3599436283111572,-0.010111818090081215,0.3818678855895996,0.7463788390159607,466.0,119296.0,1760.2356868779752,7634944.0 +144.34,6.900000095367432,4707.0,0.007890776731073856,0.1023152694106102,2.3186938762664795,-0.012725303880870342,0.3354131877422333,0.7743938565254211,467.0,119552.0,1763.7172861949075,7651328.0 +189.55,7.099999904632568,4799.0,0.00807048287242651,0.1058146134018898,2.3019797801971436,-0.010931700468063354,0.381997674703598,0.7460882067680359,468.0,119808.0,1767.1318476258311,7667712.0 +123.02,7.300000190734863,4392.0,0.007082045543938875,0.08990478515625,2.3119773864746094,-0.010353920049965382,0.2460346221923828,0.8192648738622665,469.0,120064.0,1770.8624856199604,7684096.0 +196.12,7.099999904632568,4489.0,0.008930706419050694,0.12078857421875,2.288393259048462,-0.011259708553552628,0.2864050567150116,0.8094939589500427,470.0,120320.0,1774.5127999638207,7700480.0 +152.29,8.0,4419.0,0.008808213286101818,0.1181437149643898,2.227466344833374,-0.010634106583893299,0.32109567523002625,0.8051751405000687,471.0,120576.0,1778.2207647068426,7716864.0 +179.27,7.300000190734863,4450.0,0.00931106973439455,0.1271158903837204,2.2770469188690186,-0.010647105984389782,0.30904629826545715,0.798064187169075,472.0,120832.0,1781.9027138759848,7733248.0 +151.13,7.300000190734863,4674.0,0.008326784707605839,0.1088053360581398,2.2665958404541016,-0.010147317312657833,0.3236968517303467,0.7942635715007782,473.0,121088.0,1785.409316241974,7749632.0 +153.81,7.400000095367432,4471.0,0.008098943158984184,0.10540771484375,2.3021771907806396,-0.00997395720332861,0.24419422447681427,0.8278143554925919,474.0,121344.0,1789.074461757904,7766016.0 +224.98,6.599999904632568,4370.0,0.009737092070281506,0.1345621794462204,2.30489182472229,-0.009514485485851765,0.38224169611930847,0.798160582780838,475.0,121600.0,1792.824807785917,7782400.0 +128.0,7.699999809265137,4256.0,0.009102663025259972,0.1187744140625,2.3153984546661377,-0.011249218136072159,0.27253100275993347,0.8398696929216385,476.0,121856.0,1796.674989484949,7798784.0 +167.66,7.400000095367432,4585.0,0.008053547702729702,0.10394287109375,2.314492702484131,-0.010396083816885948,0.3077825605869293,0.8278007656335831,477.0,122112.0,1800.2485808630008,7815168.0 +132.18,7.199999809265137,4212.0,0.009511562064290047,0.1314697265625,2.3072683811187744,-0.011760684661567211,0.30232709646224976,0.8324611037969589,478.0,122368.0,1804.1392403368372,7831552.0 +163.55,7.400000095367432,4328.0,0.007913261651992798,0.1034139022231102,2.2888636589050293,-0.00817510113120079,0.36291536688804626,0.8140042424201965,479.0,122624.0,1807.9252939128783,7847936.0 +132.25,7.300000190734863,4718.0,0.006935065146535635,0.0880330428481102,2.2572875022888184,-0.009313412941992283,0.30368268489837646,0.827510192990303,480.0,122880.0,1811.398102459032,7864320.0 +170.89,6.800000190734863,4804.0,0.006774591282010078,0.0864664688706398,2.257858991622925,-0.009096582420170307,0.41414809226989746,0.7887236624956131,481.0,123136.0,1814.8096266768407,7880704.0 +171.61,7.300000190734863,4478.0,0.008997969329357147,0.1216023787856102,2.2444517612457275,-0.01107530202716589,0.2840838134288788,0.8385049551725388,482.0,123392.0,1818.4688892499544,7897088.0 +152.57,7.099999904632568,4762.0,0.011360370554029942,0.1592203825712204,2.25766921043396,-0.010609038174152374,0.404154896736145,0.7802574187517166,483.0,123648.0,1821.9143516728655,7913472.0 +130.24,7.400000095367432,4482.0,0.008220504969358444,0.1066487655043602,2.256229877471924,-0.0082758953794837,0.41328194737434387,0.790684163570404,484.0,123904.0,1825.5699480168987,7929856.0 +211.14,6.199999809265137,4589.0,0.00896255113184452,0.11834716796875,2.2406506538391113,-0.01328518707305193,0.33554765582084656,0.8065353780984879,485.0,124160.0,1829.141224493971,7946240.0 +208.21,6.599999904632568,4728.0,0.009698956273496151,0.1238606795668602,2.2919399738311768,-0.008754152804613113,0.1547624170780182,0.8998179063200951,486.0,124416.0,1832.607290443033,7962624.0 +172.11,6.800000190734863,4491.0,0.007173068821430206,0.0935465469956398,2.2808375358581543,-0.01166581641882658,0.3422733545303345,0.7814425379037857,487.0,124672.0,1836.2557444998529,7979008.0 +168.32,6.5,4611.0,0.007364362943917513,0.09344482421875,2.275195837020874,-0.008119145408272743,0.4909936189651489,0.7364621162414551,488.0,124928.0,1839.809308276046,7995392.0 +123.95,7.099999904632568,4453.0,0.005700074601918459,0.0676676407456398,2.222702980041504,-0.009424672462046146,0.5661236047744751,0.6796539127826691,489.0,125184.0,1843.4892413329799,8011776.0 +113.66,7.900000095367432,4516.0,0.007422578055411577,0.0846354141831398,2.2272119522094727,-0.011305451393127441,0.30143436789512634,0.7946724742650986,490.0,125440.0,1847.1176048188936,8028160.0 +123.19,7.900000095367432,4350.0,0.008980327285826206,0.12371826171875,2.236804723739624,-0.009158018045127392,0.25935864448547363,0.8347623199224472,491.0,125696.0,1850.884307981003,8044544.0 +197.82,6.900000095367432,4371.0,0.006308581680059433,0.0794677734375,2.263814687728882,-0.009520311839878559,0.42150557041168213,0.7538243979215622,492.0,125952.0,1854.633111585863,8060928.0 +146.01,7.800000190734863,4245.0,0.007318016607314348,0.0958455428481102,2.2660229206085205,-0.009372317232191563,0.3293187618255615,0.8339933454990387,493.0,126208.0,1858.4934500819072,8077312.0 +178.15,7.400000095367432,4255.0,0.005866277497261763,0.0669962540268898,2.246595621109009,-0.008905668742954731,0.4290750026702881,0.7875942438840866,494.0,126464.0,1862.3443833098281,8093696.0 +139.9,7.900000095367432,4380.0,0.006790576037019491,0.0840657576918602,2.2384393215179443,-0.00988694466650486,0.3205850124359131,0.8229620009660721,495.0,126720.0,1866.086640991969,8110080.0 +162.85,7.599999904632568,4303.0,0.008411535061895847,0.1168212890625,2.2522971630096436,-0.00871626753360033,0.35192298889160156,0.7780700773000717,496.0,126976.0,1869.8948104279116,8126464.0 +177.18,7.400000095367432,4293.0,0.006759952753782272,0.0859578475356102,2.244903802871704,-0.010098143480718136,0.2889760136604309,0.8221668303012848,497.0,127232.0,1873.7116625800263,8142848.0 +137.27,6.800000190734863,4284.0,0.007149610668420792,0.0933837890625,2.235776662826538,-0.010110422037541866,0.4132765531539917,0.7418860495090485,498.0,127488.0,1877.5369457378983,8159232.0 +180.1,7.099999904632568,4319.0,0.005605687852948904,0.06402587890625,2.2394073009490967,-0.008552021346986294,0.4992314279079437,0.6988466680049896,499.0,127744.0,1881.3311472218484,8175616.0 +152.62,7.400000095367432,4133.0,0.008147134445607662,0.1098836287856102,2.2715649604797363,-0.008958443067967892,0.4192262589931488,0.7593805640935898,500.0,128000.0,1885.2955274258275,8192000.0 +155.74,6.800000190734863,4421.0,0.008401869796216488,0.109130859375,2.276198625564575,-0.010653506964445114,0.40134498476982117,0.7432426810264587,501.0,128256.0,1889.0017206608318,8208384.0 +123.0,6.699999809265137,4490.0,0.009029198437929153,0.1218058243393898,2.266284704208374,-0.009800659492611885,0.42526474595069885,0.7664105147123337,502.0,128512.0,1892.6509504830465,8224768.0 +151.45,7.199999809265137,4694.0,0.007638829294592142,0.0989786759018898,2.297534227371216,-0.008812897838652134,0.32377174496650696,0.7879883497953415,503.0,128768.0,1896.1424639958423,8241152.0 +174.49,7.0,4530.0,0.007788507267832756,0.1026407852768898,2.261784315109253,-0.010127166286110878,0.32349881529808044,0.8010101169347763,504.0,129024.0,1899.7594135550316,8257536.0 +156.28,7.199999809265137,4519.0,0.009046693332493305,0.1147664412856102,2.2470133304595947,-0.010752909816801548,0.3454720973968506,0.7686030119657516,505.0,129280.0,1903.3850182669703,8273920.0 +206.52,6.699999809265137,4172.0,0.008603553287684917,0.1153971329331398,2.268338680267334,-0.011252544820308685,0.4030661880970001,0.7464768886566162,506.0,129536.0,1907.312154701911,8290304.0 +132.05,8.0,4362.0,0.010394170880317688,0.14617919921875,2.2515554428100586,-0.011402077972888947,0.24243317544460297,0.8287597596645355,507.0,129792.0,1911.0689632249996,8306688.0 +148.06,7.800000190734863,4184.0,0.00865206029266119,0.1202392578125,2.2663331031799316,-0.011133454740047455,0.317827969789505,0.7720254212617874,508.0,130048.0,1914.9853619679343,8323072.0 +208.28,7.5,4329.0,0.00846525002270937,0.1151326522231102,2.283761739730835,-0.011153903789818287,0.21445375680923462,0.8325498551130295,509.0,130304.0,1918.7707350798883,8339456.0 +184.85,7.099999904632568,4279.0,0.009980889037251472,0.1292724609375,2.2994697093963623,-0.011304753832519054,0.30161646008491516,0.7823514938354492,510.0,130560.0,1922.5996372278314,8355840.0 +170.38,7.300000190734863,4401.0,0.008991519920527935,0.1265869140625,2.3023509979248047,-0.00949202012270689,0.2380910962820053,0.8044251650571823,511.0,130816.0,1926.3239219139796,8372224.0 +257.4,6.699999809265137,4501.0,0.006655950099229813,0.08251953125,2.2722208499908447,-0.010602802038192749,0.3840242624282837,0.6900220215320587,512.0,131072.0,1929.964716821909,8388608.0 +241.35,7.199999809265137,4482.0,0.006454840302467346,0.079833984375,2.2700703144073486,-0.010445022024214268,0.2590428590774536,0.8103863745927811,513.0,131328.0,1933.6207918659784,8404992.0 +228.72,7.099999904632568,4482.0,0.008634515106678009,0.1064453125,2.277085542678833,-0.010245720855891705,0.24276889860630035,0.8092947602272034,514.0,131584.0,1937.2765807260294,8421376.0 +173.77,7.5,4604.0,0.009523630142211914,0.1292521208524704,2.2873921394348145,-0.010104668326675892,0.3130355179309845,0.8070330768823624,515.0,131840.0,1940.835854145931,8437760.0 +168.42,7.5,4610.0,0.007510086987167597,0.094970703125,2.2905571460723877,-0.011243357323110104,0.398413747549057,0.8031102120876312,516.0,132096.0,1944.3901636598166,8454144.0 +172.74,6.900000095367432,4704.0,0.00990977231413126,0.1276041716337204,2.288585901260376,-0.010064307600259781,0.25310268998146057,0.8321656882762909,517.0,132352.0,1947.873515698826,8470528.0 +144.31,7.099999904632568,4637.0,0.009364337660372257,0.1251220703125,2.2773115634918213,-0.011636598967015743,0.3209838569164276,0.7978529185056686,518.0,132608.0,1951.4069916498847,8486912.0 +172.65,7.400000095367432,4190.0,0.009608614258468151,0.1268107146024704,2.2615439891815186,-0.010981637053191662,0.238877534866333,0.8347037583589554,519.0,132864.0,1955.3201013510115,8503296.0 +208.05,7.300000190734863,4277.0,0.010311695747077465,0.1417439728975296,2.2781107425689697,-0.007508556824177504,0.3812403678894043,0.7878577560186386,520.0,133120.0,1959.1507354208734,8519680.0 +163.37,7.699999809265137,4195.0,0.008463878184556961,0.10675048828125,2.280766487121582,-0.009919699281454086,0.2664181888103485,0.8333949446678162,521.0,133376.0,1963.056573629845,8536064.0 +129.81,7.5,4268.0,0.008037549443542957,0.1079508438706398,2.273371696472168,-0.010690386407077312,0.2926238477230072,0.8228264451026917,522.0,133632.0,1966.8954856258351,8552448.0 +190.8,7.300000190734863,4113.0,0.008155124261975288,0.1042683944106102,2.2793362140655518,-0.011184277944266796,0.3610093891620636,0.7654523849487305,523.0,133888.0,1970.879415551899,8568832.0 +104.12,7.800000190734863,4268.0,0.010227697901427746,0.1371256560087204,2.2587642669677734,-0.012494188733398914,0.3190996050834656,0.8259148299694061,524.0,134144.0,1974.719000587007,8585216.0 +161.61,7.699999809265137,4266.0,0.00954019371420145,0.12591552734375,2.296818256378174,-0.007300398778170347,0.3245602548122406,0.8311911225318909,525.0,134400.0,1978.560425709933,8601600.0 +148.94,7.400000095367432,4497.0,0.006832872051745653,0.08380126953125,2.3005969524383545,-0.008644234389066696,0.3610488176345825,0.8088099509477615,526.0,134656.0,1982.204399070004,8617984.0 +182.28,8.0,4687.0,0.007380725350230932,0.0964558944106102,2.2946040630340576,-0.011713322252035141,0.2166445255279541,0.8774000853300095,527.0,134912.0,1985.7016444788314,8634368.0 +167.01,7.400000095367432,4762.0,0.007134819403290749,0.0941975936293602,2.3055198192596436,-0.011004325933754444,0.23025304079055786,0.8589542955160141,528.0,135168.0,1989.1425880009774,8650752.0 +229.33,7.199999809265137,4832.0,0.008547027595341206,0.1156412735581398,2.2893850803375244,-0.012007164768874645,0.3501650393009186,0.7635345607995987,529.0,135424.0,1992.5338852789719,8667136.0 +154.26,7.099999904632568,4582.0,0.00842261966317892,0.1081746444106102,2.276536226272583,-0.012172202579677105,0.3375434875488281,0.7792040109634399,530.0,135680.0,1996.1103743049316,8683520.0 +188.49,7.5,4456.0,0.008189862594008446,0.1080322265625,2.2982969284057617,-0.010249481536448002,0.2427045851945877,0.8340393900871277,531.0,135936.0,1999.7878723030444,8699904.0 +181.34,7.800000190734863,4168.0,0.011585342697799206,0.1616414338350296,2.2548558712005615,-0.009430555626749992,0.26175251603126526,0.8172430247068405,532.0,136192.0,2003.7194986329414,8716288.0 +176.94,7.400000095367432,4307.0,0.00907276850193739,0.1265869140625,2.2537906169891357,-0.009403412230312824,0.3199441432952881,0.8009898364543915,533.0,136448.0,2007.5237549308222,8732672.0 +177.38,7.400000095367432,4426.0,0.008596491999924183,0.1136271134018898,2.233928918838501,-0.008598965592682362,0.43666958808898926,0.7614830136299133,534.0,136704.0,2011.2260232339613,8749056.0 +103.85,8.300000190734863,4341.0,0.009339838288724422,0.1303914338350296,2.188316583633423,-0.011562958359718323,0.24928629398345947,0.867113783955574,535.0,136960.0,2015.000876101898,8765440.0 +167.83,7.400000095367432,4363.0,0.007419293280690908,0.0973103865981102,2.233809232711792,-0.009510699659585953,0.2591882050037384,0.8667507469654083,536.0,137216.0,2018.7581541009713,8781824.0 +174.02,7.400000095367432,4575.0,0.00827785674482584,0.1041056290268898,2.221372604370117,-0.009683939628303051,0.25213223695755005,0.8616034388542175,537.0,137472.0,2022.339703246951,8798208.0 +178.01,7.5,4063.0,0.007043515797704458,0.0899861678481102,2.1952874660491943,-0.009843134321272373,0.31337639689445496,0.824821338057518,538.0,137728.0,2026.372421311913,8814592.0 +215.23,7.199999809265137,4077.0,0.009867058135569096,0.1336466521024704,2.242587089538574,-0.010357974097132683,0.32764753699302673,0.8049944341182709,539.0,137984.0,2030.3909753309563,8830976.0 +171.39,7.5,4145.0,0.00873485952615738,0.1219889298081398,2.2204604148864746,-0.007780998479574919,0.3761635720729828,0.7644515037536621,540.0,138240.0,2034.34369965503,8847360.0 +140.15,7.800000190734863,4509.0,0.007175025995820761,0.0915323868393898,2.251298666000366,-0.01171951461583376,0.27234864234924316,0.7961757034063339,541.0,138496.0,2037.977503171889,8863744.0 +207.24,7.199999809265137,4360.0,0.008763734251260757,0.1155192032456398,2.262911558151245,-0.009683883748948574,0.32390421628952026,0.7627334445714951,542.0,138752.0,2041.735844872892,8880128.0 +196.85,7.400000095367432,4235.0,0.010218451730906963,0.137451171875,2.2587945461273193,-0.009482144378125668,0.25578686594963074,0.7907832115888596,543.0,139008.0,2045.6046339839231,8896512.0 +222.67,7.0,4549.0,0.008602896705269814,0.1072794571518898,2.2638537883758545,-0.009213561192154884,0.28805068135261536,0.8084965348243713,544.0,139264.0,2049.2067429819144,8912896.0 +182.62,6.800000190734863,4673.0,0.007476150989532471,0.09857177734375,2.2569591999053955,-0.00906259473413229,0.2875630557537079,0.8143383860588074,545.0,139520.0,2052.71301501384,8929280.0 +213.71,6.599999904632568,4657.0,0.006064251530915499,0.0720621719956398,2.219297170639038,-0.010511335916817188,0.4456293284893036,0.7448952198028564,546.0,139776.0,2056.2315566288307,8945664.0 +197.91,7.5,4749.0,0.007589837070554495,0.0969441756606102,2.2107996940612793,-0.01052089873701334,0.3263595402240753,0.7862758785486221,547.0,140032.0,2059.681976219872,8962048.0 +149.78,7.5,4563.0,0.009363927878439426,0.12689208984375,2.230825901031494,-0.009072528220713139,0.3289324641227722,0.8104069977998734,548.0,140288.0,2063.2732795779593,8978432.0 +167.38,7.300000190734863,4741.0,0.010110992938280106,0.1432698518037796,2.2528796195983887,-0.008732646703720093,0.29694193601608276,0.8138402849435806,549.0,140544.0,2066.7298126409296,8994816.0 +210.23,7.0,4743.0,0.009003064595162868,0.1216227188706398,2.239947557449341,-0.00788107980042696,0.3073486387729645,0.7971841990947723,550.0,140800.0,2070.1853196329903,9011200.0 +181.29,7.099999904632568,4383.0,0.008703225292265415,0.1179606094956398,2.212348699569702,-0.008191860280930996,0.3371230363845825,0.7725760042667389,551.0,141056.0,2073.9236575888935,9027584.0 +116.3,7.599999904632568,4453.0,0.010507208295166492,0.146484375,2.1821095943450928,-0.009065035730600357,0.31938636302948,0.7759074568748474,552.0,141312.0,2077.603777538985,9043968.0 +158.41,6.900000095367432,4379.0,0.00770398648455739,0.0999348983168602,2.196871519088745,-0.007661251351237297,0.4829981327056885,0.7314951717853546,553.0,141568.0,2081.345403044019,9060352.0 +101.04,7.699999809265137,4301.0,0.00813649408519268,0.1070149764418602,2.161996364593506,-0.009886262007057667,0.23791033029556274,0.8532244265079498,554.0,141824.0,2085.1549039438833,9076736.0 +181.57,7.5,4204.0,0.00872794073075056,0.11602783203125,2.216620683670044,-0.01164935901761055,0.3419394791126251,0.7860971689224243,555.0,142080.0,2089.052738427883,9093120.0 +124.55,8.399999618530273,4404.0,0.009173895232379436,0.12042236328125,2.1940925121307373,-0.009130843915045261,0.24628622829914093,0.851274237036705,556.0,142336.0,2092.77348790993,9109504.0 +141.42,7.5,4447.0,0.00837217178195715,0.1029256209731102,2.193443775177002,-0.010109533555805683,0.3577159643173218,0.786836251616478,557.0,142592.0,2096.458462427836,9125888.0 +154.8,8.100000381469727,4487.0,0.008403326384723186,0.1122843399643898,2.2038753032684326,-0.010532471351325512,0.26839035749435425,0.8343311101198196,558.0,142848.0,2100.110715524992,9142272.0 +130.61,7.5,4471.0,0.009381047450006008,0.1284586638212204,2.1902005672454834,-0.011078927665948868,0.3701205551624298,0.7814939469099045,559.0,143104.0,2103.7757109338418,9158656.0 +186.24,7.800000190734863,4491.0,0.00816855113953352,0.0999959334731102,2.176710367202759,-0.010329660959541798,0.34864917397499084,0.7853735685348511,560.0,143360.0,2107.4255044260062,9175040.0 +126.46,7.599999904632568,4601.0,0.008834744803607464,0.1121826171875,2.1949617862701416,-0.009565170854330063,0.3117373287677765,0.7997985184192657,561.0,143616.0,2110.9873506489675,9191424.0 +133.08,7.5,4598.0,0.010842056013643742,0.1458333283662796,2.2437002658843994,-0.007688730955123901,0.23321133852005005,0.8589150905609131,562.0,143872.0,2114.5512704530265,9207808.0 +213.6,7.199999809265137,4432.0,0.009413563646376133,0.1298421174287796,2.2274911403656006,-0.010927029885351658,0.3684084713459015,0.7827091366052628,563.0,144128.0,2118.248424091842,9224192.0 +170.15,6.900000095367432,4765.0,0.01012399047613144,0.13861083984375,2.2235052585601807,-0.009748533368110657,0.37219932675361633,0.7932841777801514,564.0,144384.0,2121.6872222218663,9240576.0 +123.15,7.5,4556.0,0.008849535137414932,0.12347412109375,2.185795307159424,-0.01001520361751318,0.41291868686676025,0.8065153360366821,565.0,144640.0,2125.2840895368718,9256960.0 +143.73,7.800000190734863,4470.0,0.008009868673980236,0.1076253280043602,2.2144150733947754,-0.010848610661923885,0.2699408531188965,0.8420008718967438,566.0,144896.0,2128.9496147430036,9273344.0 +138.17,8.0,4453.0,0.00829646922647953,0.1116129532456398,2.2159478664398193,-0.009675921872258186,0.3047937750816345,0.8272145539522171,567.0,145152.0,2132.629015955841,9289728.0 +135.45,7.199999809265137,4435.0,0.007702656555920839,0.1001993790268898,2.229083299636841,-0.01049294974654913,0.25191304087638855,0.851413831114769,568.0,145408.0,2136.3238903819583,9306112.0 +178.1,6.900000095367432,4404.0,0.010509375482797623,0.13397216796875,2.2466375827789307,-0.009604386053979397,0.30354011058807373,0.7770551443099976,569.0,145664.0,2140.0444106790237,9322496.0 +227.36,6.300000190734863,4255.0,0.00846285093575716,0.110595703125,2.250115156173706,-0.009766292758286,0.40770384669303894,0.7413747906684875,570.0,145920.0,2143.895667692879,9338880.0 +220.38,5.900000095367432,4413.0,0.00944285374134779,0.1262613981962204,2.268284320831299,-0.010711961425840855,0.3628981411457062,0.7478148937225342,571.0,146176.0,2147.608909794828,9355264.0 +171.01,7.599999904632568,4371.0,0.009637759067118168,0.1321614533662796,2.188356637954712,-0.012468121014535427,0.30048444867134094,0.8208049535751343,572.0,146432.0,2151.361628887942,9371648.0 +140.44,7.599999904632568,4198.0,0.009977046400308609,0.1408894807100296,2.167252779006958,-0.008732219226658344,0.3653932809829712,0.8072992563247681,573.0,146688.0,2155.2643166668713,9388032.0 +140.89,7.199999809265137,4187.0,0.008667553775012493,0.1155598983168602,2.209411382675171,-0.010407359339296818,0.37403061985969543,0.8167670965194702,574.0,146944.0,2159.177401039982,9404416.0 +101.68,8.199999809265137,4069.0,0.009598781354725361,0.12713623046875,2.1895368099212646,-0.013174348510801792,0.22509603202342987,0.8738770186901093,575.0,147200.0,2163.2045233768877,9420800.0 +144.26,8.199999809265137,4129.0,0.009838010184466839,0.1344807893037796,2.2100465297698975,-0.009662642143666744,0.22360803186893463,0.8718094676733017,576.0,147456.0,2167.173114511883,9437184.0 +208.01,7.0,4403.0,0.008249401114881039,0.10736083984375,2.2357590198516846,-0.009755340404808521,0.33032485842704773,0.796519085764885,577.0,147712.0,2170.8947599369567,9453568.0 +154.93,7.0,4421.0,0.008292438462376595,0.1123860701918602,2.197709798812866,-0.008567563258111477,0.49744391441345215,0.7507906407117844,578.0,147968.0,2174.601165493019,9469952.0 +118.53,7.900000095367432,4400.0,0.008165773935616016,0.10894775390625,2.2055306434631348,-0.01178567111492157,0.2590882480144501,0.8403694480657578,579.0,148224.0,2178.3252692320384,9486336.0 +159.1,7.400000095367432,4409.0,0.007225194480270147,0.0931599959731102,2.223780870437622,-0.01134898979216814,0.3551868498325348,0.8080399483442307,580.0,148480.0,2182.0417967678513,9502720.0 +150.42,7.699999809265137,4129.0,0.008555304259061813,0.11279296875,2.2289907932281494,-0.012095455080270767,0.21717695891857147,0.8792403787374496,581.0,148736.0,2186.0097221378237,9519104.0 +157.25,7.400000095367432,4353.0,0.010344970971345901,0.1427205353975296,2.2229833602905273,-0.00994067918509245,0.2908492386341095,0.8192290812730789,582.0,148992.0,2189.7741175869014,9535488.0 +215.58,7.199999809265137,4330.0,0.00930819008499384,0.1290079802274704,2.238295555114746,-0.008591768331825733,0.34432539343833923,0.7770824432373047,583.0,149248.0,2193.5585622978397,9551872.0 +166.92,7.300000190734863,4170.0,0.007338171824812889,0.0935262069106102,2.232532262802124,-0.010509234853088856,0.2783139646053314,0.8317794650793076,584.0,149504.0,2197.4882306139916,9568256.0 +155.67,7.599999904632568,4433.0,0.006594428326934576,0.0797322615981102,2.246380090713501,-0.009821045212447643,0.423574298620224,0.7280096113681793,585.0,149760.0,2201.1845001229085,9584640.0 +183.45,7.300000190734863,4171.0,0.009355843998491764,0.1239827498793602,2.2486743927001953,-0.011506387032568455,0.32916060090065,0.7958656698465347,586.0,150016.0,2205.1127480489668,9601024.0 +89.35,7.400000095367432,4207.0,0.009830948896706104,0.1324259489774704,2.2085518836975098,-0.007702515926212072,0.5859389305114746,0.7244691550731659,587.0,150272.0,2209.007955147885,9617408.0 +122.71,8.5,4403.0,0.009202418848872185,0.12066650390625,2.194580078125,-0.011927981860935688,0.25203749537467957,0.8601631224155426,588.0,150528.0,2212.7330506818835,9633792.0 +131.77,7.599999904632568,4227.0,0.009649924002587795,0.135009765625,2.24918532371521,-0.010060206986963749,0.2995055019855499,0.8415240943431854,589.0,150784.0,2216.609623047989,9650176.0 +146.0,7.5,4273.0,0.012596286833286285,0.1628011018037796,2.2779252529144287,-0.00938888918608427,0.21761919558048248,0.868476077914238,590.0,151040.0,2220.444705996895,9666560.0 +236.56,6.300000190734863,4201.0,0.009376956149935722,0.12750244140625,2.2627623081207275,-0.01023885328322649,0.40347519516944885,0.7905211299657822,591.0,151296.0,2224.3453585179523,9682944.0 +167.77,7.5,4514.0,0.007753232028335333,0.0996907576918602,2.2264833450317383,-0.011511462740600109,0.40916362404823303,0.7380743026733398,592.0,151552.0,2227.976935873041,9699328.0 +148.07,7.800000190734863,4398.0,0.008992544375360012,0.11688232421875,2.2295444011688232,-0.011222239583730698,0.2776733338832855,0.8119671046733856,593.0,151808.0,2231.7027756609023,9715712.0 +182.15,7.400000095367432,4282.0,0.008141187019646168,0.1063232421875,2.2343990802764893,-0.010820328257977962,0.33650973439216614,0.7764376699924469,594.0,152064.0,2235.529661739012,9732096.0 +204.39,7.300000190734863,4352.0,0.007144058123230934,0.0860188826918602,2.2267343997955322,-0.010931812226772308,0.21020859479904175,0.8512284904718399,595.0,152320.0,2239.295011271024,9748480.0 +213.58,7.599999904632568,4435.0,0.007323060650378466,0.0899251326918602,2.2269864082336426,-0.009620017372071743,0.30981969833374023,0.8164680153131485,596.0,152576.0,2242.989560579881,9764864.0 +190.4,7.099999904632568,4524.0,0.00951461773365736,0.131591796875,2.227938175201416,-0.010902170091867447,0.326037734746933,0.7977562248706818,597.0,152832.0,2246.6116612099577,9781248.0 +145.29,7.599999904632568,4477.0,0.009441443718969822,0.1254679411649704,2.2402760982513428,-0.010309808887541294,0.30267244577407837,0.830313116312027,598.0,153088.0,2250.2716809208505,9797632.0 +166.81,8.0,4364.0,0.008698415011167526,0.1169026717543602,2.209214210510254,-0.010039615444839,0.2723480463027954,0.842886358499527,599.0,153344.0,2254.026037917938,9814016.0 +168.19,8.300000190734863,4366.0,0.007921615615487099,0.1051228865981102,2.1970298290252686,-0.009906021878123283,0.28816139698028564,0.8201247900724411,600.0,153600.0,2257.7793108338956,9830400.0 +195.15,7.900000095367432,4528.0,0.009996308013796806,0.1384684294462204,2.220740556716919,-0.010240752249956131,0.29412391781806946,0.8421412408351898,601.0,153856.0,2261.3984712248202,9846784.0 +138.45,8.199999809265137,4655.0,0.008633132092654705,0.1123250350356102,2.223071813583374,-0.009174059145152569,0.20508475601673126,0.8797728642821312,602.0,154112.0,2264.918563176878,9863168.0 +145.19,7.900000095367432,4715.0,0.00891110859811306,0.1197102889418602,2.247560977935791,-0.012701251544058323,0.21558742225170135,0.8725146949291229,603.0,154368.0,2268.3939123169985,9879552.0 +133.5,7.699999809265137,4741.0,0.00860478263348341,0.1103108748793602,2.2689568996429443,-0.011851880699396133,0.30080288648605347,0.8318525105714798,604.0,154624.0,2271.8506986110006,9895936.0 +152.52,7.900000095367432,4757.0,0.007447274401783943,0.0989176407456398,2.2041633129119873,-0.011854112148284912,0.4477261006832123,0.7828691005706787,605.0,154880.0,2275.2957197129726,9912320.0 +164.08,7.800000190734863,4572.0,0.0112863564863801,0.1542154997587204,2.2117345333099365,-0.012136672623455524,0.3166980445384979,0.8118598163127899,606.0,155136.0,2278.880047207931,9928704.0 +142.36,7.300000190734863,4496.0,0.010184245184063911,0.1410725861787796,2.201761245727539,-0.010405841283500195,0.3361394703388214,0.8186555504798889,607.0,155392.0,2282.5242118788883,9945088.0 +129.38,7.5,4403.0,0.010125531814992428,0.142578125,2.206310510635376,-0.008514991961419582,0.35851332545280457,0.8201210498809814,608.0,155648.0,2286.246020306833,9961472.0 +129.34,8.100000381469727,4750.0,0.007816742174327374,0.0990804061293602,2.1918323040008545,-0.008620661683380604,0.3086389899253845,0.8596463352441788,609.0,155904.0,2289.6959875219036,9977856.0 +129.51,7.900000095367432,4512.0,0.009090754203498363,0.11871337890625,2.2347676753997803,-0.010004205629229546,0.2053336352109909,0.8890615627169609,610.0,156160.0,2293.3277823959943,9994240.0 +215.76,7.0,4512.0,0.008213809691369534,0.1013387069106102,2.2398226261138916,-0.009991900064051151,0.3608541786670685,0.8084168583154678,611.0,156416.0,2296.959225171013,10010624.0 +135.17,7.300000190734863,4488.0,0.008576049469411373,0.1115926131606102,2.242805242538452,-0.006860063876956701,0.3975338637828827,0.7853675186634064,612.0,156672.0,2300.6105140559375,10027008.0 +199.4,6.900000095367432,4716.0,0.007697100285440683,0.0960693359375,2.221571207046509,-0.010587774217128754,0.4017221927642822,0.7628764361143112,613.0,156928.0,2304.0852342778817,10043392.0 +127.81,8.399999618530273,4817.0,0.009094917215406895,0.1155192032456398,2.2329070568084717,-0.011732599698007107,0.21894605457782745,0.8657069504261017,614.0,157184.0,2307.4867312479764,10059776.0 +106.39,8.100000381469727,4412.0,0.00994896050542593,0.13543701171875,2.219555377960205,-0.011395665816962719,0.40653517842292786,0.7838084995746613,615.0,157440.0,2311.2006339959335,10076160.0 +168.28,7.699999809265137,4344.0,0.009974722750484943,0.1326700896024704,2.2423975467681885,-0.010756365954875946,0.2519848644733429,0.8454119861125946,616.0,157696.0,2314.9728403538465,10092544.0 +125.35,7.400000095367432,4032.0,0.008343218825757504,0.1112264022231102,2.2506911754608154,-0.010391352698206902,0.26757699251174927,0.8538441210985184,617.0,157952.0,2319.0365860438906,10108928.0 +140.99,7.0,4183.0,0.009817300364375114,0.1300862580537796,2.2555809020996094,-0.009971748106181622,0.31842800974845886,0.7970374524593353,618.0,158208.0,2322.9542064559646,10125312.0 +165.49,7.400000095367432,4533.0,0.007442121859639883,0.094970703125,2.247283697128296,-0.01133784744888544,0.30014416575431824,0.8290887176990509,619.0,158464.0,2326.569312814856,10141696.0 +193.61,6.5,4462.0,0.00830881018191576,0.1098429337143898,2.2470366954803467,-0.009880862198770046,0.44445839524269104,0.8044554442167282,620.0,158720.0,2330.241438130848,10158080.0 +143.92,7.099999904632568,4400.0,0.008996219374239445,0.12176513671875,2.2488467693328857,-0.01371843833476305,0.32028457522392273,0.8530341684818268,621.0,158976.0,2333.9657580829225,10174464.0 +133.84,7.699999809265137,4690.0,0.00916756596416235,0.12127685546875,2.265235662460327,-0.008278199471533298,0.3525785207748413,0.8588659465312958,622.0,159232.0,2337.4599217898212,10190848.0 +178.0,7.699999809265137,4399.0,0.008845246396958828,0.1169637069106102,2.2940170764923096,-0.012088651768863201,0.27207934856414795,0.8652402013540268,623.0,159488.0,2341.187027667882,10207232.0 +230.3,7.099999904632568,4396.0,0.008366871625185013,0.1079915389418602,2.31370210647583,-0.009098553098738194,0.2384069561958313,0.8708206713199615,624.0,159744.0,2344.914099081885,10223616.0 +193.69,8.0,4305.0,0.010553773492574692,0.1428629606962204,2.2915639877319336,-0.009782344102859497,0.17741680145263672,0.9024911224842072,625.0,160000.0,2348.7206132318825,10240000.0 +204.75,7.300000190734863,4497.0,0.00887239445000887,0.1194661483168602,2.3038501739501953,-0.009840060956776142,0.2912203371524811,0.8445576876401901,626.0,160256.0,2352.3646177679766,10256384.0 +195.01,7.5,4668.0,0.007594468537718058,0.10076904296875,2.2847230434417725,-0.00971264112740755,0.262466162443161,0.8493365496397018,627.0,160512.0,2355.8754901888315,10272768.0 +199.79,7.199999809265137,4499.0,0.008661075495183468,0.1117757186293602,2.3061792850494385,-0.011242830194532871,0.24048544466495514,0.8625387102365494,628.0,160768.0,2359.5174451388884,10289152.0 +167.67,8.0,4716.0,0.008924293331801891,0.119384765625,2.280313014984131,-0.011068112216889858,0.2571936547756195,0.8796173930168152,629.0,161024.0,2362.9928603030276,10305536.0 +165.3,7.199999809265137,4704.0,0.009063862264156342,0.1178385391831398,2.285841226577759,-0.011626571416854858,0.2918935716152191,0.8579193949699402,630.0,161280.0,2366.4765340669546,10321920.0 +227.95,7.0,4443.0,0.007912721484899521,0.0995279923081398,2.2792093753814697,-0.011058937758207321,0.34040817618370056,0.8179075568914413,631.0,161536.0,2370.164071482839,10338304.0 +221.65,7.300000190734863,4787.0,0.00930052436888218,0.12738037109375,2.2396085262298584,-0.011142433620989323,0.21999157965183258,0.872447282075882,632.0,161792.0,2373.586870237952,10354688.0 +169.15,6.599999904632568,4531.0,0.006591834127902985,0.0827433243393898,2.245816946029663,-0.010920974425971508,0.4045077860355377,0.7708115577697754,633.0,162048.0,2377.2027905439027,10371072.0 +143.86,8.199999809265137,4433.0,0.0077224597334861755,0.0983683243393898,2.2206785678863525,-0.010624311864376068,0.3092729151248932,0.8254313617944717,634.0,162304.0,2380.8993796180002,10387456.0 +198.2,7.400000095367432,4488.0,0.007228654343634844,0.0936279296875,2.21883225440979,-0.00953794363886118,0.3112389147281647,0.8154438585042953,635.0,162560.0,2384.5502696540207,10403840.0 +162.92,7.199999809265137,4509.0,0.009767136536538601,0.1197306290268898,2.2092437744140625,-0.00990170519798994,0.279734343290329,0.8384337276220322,636.0,162816.0,2388.1842380799353,10420224.0 +211.87,7.300000190734863,4381.0,0.008040513843297958,0.1068115234375,2.2282416820526123,-0.009583549574017525,0.2699556350708008,0.8378947228193283,637.0,163072.0,2391.924810700817,10436608.0 +202.28,6.900000095367432,4469.0,0.008847719989717007,0.1177775040268898,2.2688276767730713,-0.010950110852718353,0.47518619894981384,0.7502299398183823,638.0,163328.0,2395.5911709568463,10452992.0 +144.37,7.599999904632568,4457.0,0.011362694203853607,0.1577962189912796,2.2849323749542236,-0.010718032717704773,0.2901500165462494,0.8470113277435303,639.0,163584.0,2399.2672311929055,10469376.0 +126.06,7.599999904632568,4481.0,0.008935569785535336,0.1149088516831398,2.273759126663208,-0.01117786020040512,0.34606269001960754,0.8295086175203323,640.0,163840.0,2402.924044209998,10485760.0 +154.5,6.800000190734863,4398.0,0.008779534138739109,0.1205647811293602,2.26782488822937,-0.010058236308395863,0.31200075149536133,0.7985353171825409,641.0,164096.0,2406.649677258916,10502144.0 +202.66,7.0,4544.0,0.0084929084405303,0.1188151016831398,2.245421886444092,-0.009902910329401493,0.3002586364746094,0.8130723237991333,642.0,164352.0,2410.255922700977,10518528.0 +102.7,8.100000381469727,4657.0,0.009535844437777996,0.1201171875,2.256335496902466,-0.012119987048208714,0.2581269145011902,0.8061573803424835,643.0,164608.0,2413.7748614868615,10534912.0 +154.08,7.800000190734863,4273.0,0.008749425411224365,0.1189168319106102,2.273374080657959,-0.012931170873343945,0.3036239445209503,0.8083902895450592,644.0,164864.0,2417.6098898060154,10551296.0 +168.21,6.800000190734863,4653.0,0.007533740252256393,0.1026204451918602,2.282888174057007,-0.009143049828708172,0.39854463934898376,0.7792624980211258,645.0,165120.0,2421.1316547440365,10567680.0 +136.31,7.900000095367432,4744.0,0.008749259635806084,0.1159464493393898,2.2362825870513916,-0.013013001531362534,0.3258318603038788,0.8249932676553726,646.0,165376.0,2424.586108257994,10584064.0 +148.28,7.900000095367432,4710.0,0.010357741266489029,0.1406453400850296,2.2409703731536865,-0.014287375845015049,0.24570178985595703,0.8640599399805069,647.0,165632.0,2428.0653478519525,10600448.0 +172.41,7.5,4663.0,0.0104087358340621,0.1468302458524704,2.224066734313965,-0.011645824648439884,0.32566311955451965,0.8209741711616516,648.0,165888.0,2431.5794824648183,10616832.0 +162.78,7.400000095367432,4629.0,0.009224281646311283,0.1256306916475296,2.251132011413574,-0.012461056001484394,0.21339136362075806,0.8715369999408722,649.0,166144.0,2435.118933375925,10633216.0 +225.7,7.199999809265137,4520.0,0.00992223434150219,0.1368611603975296,2.2296383380889893,-0.011969034560024738,0.2798561751842499,0.8501745462417603,650.0,166400.0,2438.7446165119763,10649600.0 +212.03,7.0,4463.0,0.010308479890227318,0.1397501677274704,2.2561373710632324,-0.012710601091384888,0.21805162727832794,0.8716479241847992,651.0,166656.0,2442.416321167955,10665984.0 +186.59,7.199999809265137,4553.0,0.009632034227252007,0.1343994140625,2.229357957839966,-0.011628230102360249,0.2188221961259842,0.890060305595398,652.0,166912.0,2446.015642166836,10682368.0 +172.08,7.5,4112.0,0.009694643318653107,0.1294352263212204,2.227933168411255,-0.009741579182446003,0.2763923704624176,0.8615493029356003,653.0,167168.0,2450.000030851923,10698752.0 +234.59,7.599999904632568,4107.0,0.008063041605055332,0.1071980819106102,2.192669630050659,-0.011204597540199757,0.23296184837818146,0.8791126534342766,654.0,167424.0,2453.9898182998877,10715136.0 +152.75,6.800000190734863,4435.0,0.007787831127643585,0.09796142578125,2.2014548778533936,-0.012678802013397217,0.4489938020706177,0.7264471650123596,655.0,167680.0,2457.6841225100216,10731520.0 +180.93,7.400000095367432,4560.0,0.008517534472048283,0.116943359375,2.228530168533325,-0.01093243807554245,0.24002605676651,0.8322150111198425,656.0,167936.0,2461.281342274975,10747904.0 +203.07,7.199999809265137,4263.0,0.008505689911544323,0.1192220076918602,2.243351697921753,-0.010539613664150238,0.2936551868915558,0.7733805626630783,657.0,168192.0,2465.1248520968948,10764288.0 +140.28,7.800000190734863,4183.0,0.007661346346139908,0.1000569686293602,2.226378917694092,-0.010624938644468784,0.34886470437049866,0.7758772522211075,658.0,168448.0,2469.043685656041,10780672.0 +159.45,7.800000190734863,4223.0,0.008291522972285748,0.1074422225356102,2.209702730178833,-0.010210830718278885,0.38783442974090576,0.7748894840478897,659.0,168704.0,2472.9238055169117,10797056.0 +161.15,7.099999904632568,4264.0,0.0070429518818855286,0.0892740860581398,2.2140889167785645,-0.010641530156135559,0.39896640181541443,0.7715080231428146,660.0,168960.0,2476.7670353569556,10813440.0 +160.96,8.0,4208.0,0.008018958382308483,0.1082356795668602,2.1974728107452393,-0.010273884050548077,0.2912430763244629,0.8312430083751678,661.0,169216.0,2480.6610877048224,10829824.0 +136.67,7.800000190734863,4148.0,0.0069961510598659515,0.0877889022231102,2.1676948070526123,-0.0091609051451087,0.2730165421962738,0.8276456296443939,662.0,169472.0,2484.6108177008573,10846208.0 +159.55,7.199999809265137,4584.0,0.010614330880343914,0.14898681640625,2.193721055984497,-0.00967496633529663,0.3807157576084137,0.7793934941291809,663.0,169728.0,2488.1854974548332,10862592.0 +172.05,7.5,4682.0,0.009133477695286274,0.12261962890625,2.197568655014038,-0.009713266976177692,0.3185529112815857,0.8135653436183929,664.0,169984.0,2491.6857423018664,10878976.0 +107.96,7.599999904632568,4852.0,0.007687160279601812,0.1076456680893898,2.1785130500793457,-0.010583564639091492,0.33344003558158875,0.7878319174051285,665.0,170240.0,2495.063370584976,10895360.0 +155.11,7.699999809265137,4886.0,0.007869684137403965,0.1014607772231102,2.21099591255188,-0.010020163841545582,0.33454546332359314,0.7892097234725952,666.0,170496.0,2498.417372611817,10911744.0 +168.06,7.800000190734863,4727.0,0.0074301171116530895,0.0935872420668602,2.22062611579895,-0.010725305415689945,0.30315032601356506,0.8262806832790375,667.0,170752.0,2501.883598164888,10928128.0 +159.58,7.5,4609.0,0.010226348415017128,0.1424763947725296,2.220593214035034,-0.00740106450393796,0.4215790927410126,0.7470800876617432,668.0,171008.0,2505.438499789918,10944512.0 +114.36,8.100000381469727,4453.0,0.009735935367643833,0.12420654296875,2.2068285942077637,-0.009562353603541851,0.3649868667125702,0.7881040722131729,669.0,171264.0,2509.117956081871,10960896.0 +124.3,8.0,4546.0,0.011660383082926273,0.1519368439912796,2.1937882900238037,-0.013112020678818226,0.3216072618961334,0.8250366449356079,670.0,171520.0,2512.7227535329293,10977280.0 +153.36,7.800000190734863,4359.0,0.011131326667964458,0.1518147736787796,2.227062940597534,-0.00971765723079443,0.276929646730423,0.8535819798707962,671.0,171776.0,2516.4817798549775,10993664.0 +113.93,7.099999904632568,4185.0,0.008233296684920788,0.10418701171875,2.2169134616851807,-0.01382337138056755,0.36591359972953796,0.8416662812232971,672.0,172032.0,2520.3969325758517,11010048.0 +140.33,7.099999904632568,4155.0,0.008313452824950218,0.1145426407456398,2.260789632797241,-0.009507052600383759,0.2641168534755707,0.8814561069011688,673.0,172288.0,2524.3405701699667,11026432.0 +172.59,6.900000095367432,4638.0,0.009399723261594772,0.1240641251206398,2.269148588180542,-0.012454350478947163,0.29916462302207947,0.8548034578561783,674.0,172544.0,2527.8737199448515,11042816.0 +181.01,7.5,4471.0,0.009423392824828625,0.12554931640625,2.2285497188568115,-0.009850683622062206,0.32550308108329773,0.8548409789800644,675.0,172800.0,2531.5391489109024,11059200.0 +152.9,7.599999904632568,4451.0,0.007344057317823172,0.09454345703125,2.221097230911255,-0.011172798462212086,0.3927830755710602,0.8296433389186859,676.0,173056.0,2535.2205539699644,11075584.0 +129.16,7.599999904632568,4685.0,0.007867553271353245,0.1002604141831398,2.184229612350464,-0.009388480335474014,0.38067707419395447,0.8256679028272629,677.0,173312.0,2538.718320874963,11091968.0 +192.36,7.5,4454.0,0.009719835594296455,0.123779296875,2.2078022956848145,-0.010822977870702744,0.2201600819826126,0.8810445964336395,678.0,173568.0,2542.3971965068486,11108352.0 +164.04,7.800000190734863,4500.0,0.009773590601980686,0.1356201171875,2.21380352973938,-0.011569526977837086,0.23212486505508423,0.8727154284715652,679.0,173824.0,2546.0387089399155,11124736.0 +206.7,7.5,4688.0,0.008907965384423733,0.1175537109375,2.2330524921417236,-0.009980080649256706,0.2968771457672119,0.8531892746686935,680.0,174080.0,2549.534114246024,11141120.0 +166.47,7.099999904632568,4472.0,0.007713802624493837,0.10211181640625,2.2653677463531494,-0.009332169778645039,0.38665854930877686,0.8214662373065948,681.0,174336.0,2553.1984312189743,11157504.0 +138.84,7.300000190734863,4447.0,0.009648832492530346,0.1316324919462204,2.3045010566711426,-0.012584409676492214,0.26043766736984253,0.8717026263475418,682.0,174592.0,2556.883780282922,11173888.0 +159.88,8.199999809265137,4460.0,0.008488020859658718,0.11407470703125,2.2841131687164307,-0.010915388353168964,0.18191714584827423,0.9032351896166801,683.0,174848.0,2560.5578664029017,11190272.0 +199.01,7.0,4840.0,0.008240302093327045,0.107177734375,2.266191005706787,-0.013137645088136196,0.305040568113327,0.8500733375549316,684.0,175104.0,2563.943542198045,11206656.0 +151.05,7.5,4811.0,0.009871291927993298,0.1269938200712204,2.2313146591186523,-0.011407635174691677,0.2879992425441742,0.8381727933883667,685.0,175360.0,2567.349199468037,11223040.0 +148.43,7.300000190734863,4465.0,0.010120399296283722,0.1327921599149704,2.2653119564056396,-0.010466861538589,0.30298808217048645,0.8216967880725861,686.0,175616.0,2571.0192329359706,11239424.0 +156.66,7.400000095367432,4704.0,0.011303946375846863,0.1530354768037796,2.3064825534820557,-0.011125781573355198,0.20479272305965424,0.8780742362141609,687.0,175872.0,2574.502432233887,11255808.0 +162.84,7.599999904632568,4768.0,0.00996317621320486,0.1318562775850296,2.2890372276306152,-0.011928084306418896,0.27037742733955383,0.84581358730793,688.0,176128.0,2577.9394860840403,11272192.0 +168.99,7.900000095367432,4555.0,0.010593276470899582,0.1491495817899704,2.2977354526519775,-0.014605876058340073,0.20887665450572968,0.8651275485754013,689.0,176384.0,2581.537767906906,11288576.0 +149.61,7.5,4679.0,0.01101385522633791,0.1410929411649704,2.215593099594116,-0.01230661291629076,0.41054049134254456,0.7950565963983536,690.0,176640.0,2585.039913903922,11304960.0 +85.32,7.900000095367432,4499.0,0.009537101723253727,0.1287028044462204,2.241041898727417,-0.011805720627307892,0.312506765127182,0.8393736481666565,691.0,176896.0,2588.6868398960214,11321344.0 +105.18,8.0,4485.0,0.011145827360451221,0.1514892578125,2.2345941066741943,-0.013499361462891102,0.332057923078537,0.8475496470928192,692.0,177152.0,2592.340230001835,11337728.0 +96.87,8.600000381469727,4497.0,0.008231991901993752,0.1048990860581398,2.2304575443267822,-0.010696674697101116,0.20471082627773285,0.903645783662796,693.0,177408.0,2595.984521897044,11354112.0 +191.22,7.0,4413.0,0.008021247573196888,0.10662841796875,2.268214464187622,-0.011372082866728306,0.2852276563644409,0.8670110702514648,694.0,177664.0,2599.697763060918,11370496.0 +204.56,6.900000095367432,4427.0,0.008855922147631645,0.1144816055893898,2.2693259716033936,-0.009660281240940094,0.3115857243537903,0.8598580062389374,695.0,177920.0,2603.399182687048,11386880.0 +161.7,8.100000381469727,4216.0,0.009459747932851315,0.12957763671875,2.300239324569702,-0.01319627184420824,0.1726960986852646,0.8997260555624962,696.0,178176.0,2607.286029347917,11403264.0 +202.27,7.300000190734863,4170.0,0.011540103703737259,0.1497395783662796,2.2999894618988037,-0.010760468430817127,0.3235534131526947,0.8258793950080872,697.0,178432.0,2611.2158275980037,11419648.0 +160.69,7.300000190734863,4494.0,0.008344377391040325,0.1082356795668602,2.251746654510498,-0.010445068590342999,0.33939388394355774,0.8250746726989746,698.0,178688.0,2614.8617552418727,11436032.0 +161.44,8.199999809265137,4715.0,0.007565635722130537,0.0944620743393898,2.243528366088867,-0.011466794647276402,0.27718982100486755,0.860148698091507,699.0,178944.0,2618.3371903449297,11452416.0 +174.43,7.900000095367432,4636.0,0.010614807717502117,0.134765625,2.270202875137329,-0.010030862875282764,0.2853553593158722,0.8856408968567848,700.0,179200.0,2621.8716711038724,11468800.0 +123.68,7.599999904632568,4691.0,0.00955826137214899,0.1171875,2.260566234588623,-0.009973050095140934,0.3010241687297821,0.8857416361570358,701.0,179456.0,2625.36489463388,11485184.0 +124.02,7.800000190734863,4669.0,0.008494541980326176,0.1088460311293602,2.24939227104187,-0.010969012044370174,0.20217855274677277,0.9225655049085617,702.0,179712.0,2628.8743644799106,11501568.0 +200.3,7.699999809265137,4611.0,0.008055114187300205,0.0992635115981102,2.245771646499634,-0.011230628937482834,0.2793712615966797,0.8935409635305405,703.0,179968.0,2632.42807544698,11517952.0 +110.83,7.800000190734863,4460.0,0.006417745724320412,0.0768025740981102,2.219447374343872,-0.009382957592606544,0.3090018332004547,0.860976368188858,704.0,180224.0,2636.101815928938,11534336.0 +96.63,8.699999809265137,4457.0,0.008152551017701626,0.1042683944106102,2.2365286350250244,-0.00934346579015255,0.32570794224739075,0.8352591246366501,705.0,180480.0,2639.7779928420205,11550720.0 +150.38,7.800000190734863,4422.0,0.008104824461042881,0.0939127579331398,2.258690357208252,-0.009797082282602787,0.2665373980998993,0.8717954307794571,706.0,180736.0,2643.4835303940345,11567104.0 +134.99,8.0,4050.0,0.009075705893337727,0.1145833358168602,2.2228524684906006,-0.0072829462587833405,0.33005014061927795,0.8502818495035172,707.0,180992.0,2647.5291535698343,11583488.0 +167.71,8.5,4000.0,0.00907580554485321,0.1241251602768898,2.2526423931121826,-0.011032674461603165,0.17520193755626678,0.9132734462618828,708.0,181248.0,2651.6251259939745,11599872.0 +94.28,8.399999618530273,4678.0,0.008538718335330486,0.1115926131606102,2.23826003074646,-0.009915661998093128,0.32101187109947205,0.8441256433725357,709.0,181504.0,2655.1277538258582,11616256.0 +153.28,7.300000190734863,4629.0,0.009178915992379189,0.1215616837143898,2.257044553756714,-0.009339984506368637,0.34006547927856445,0.8359643816947937,710.0,181760.0,2658.6674487749115,11632640.0 +158.77,8.899999618530273,4511.0,0.007965984754264355,0.1001383438706398,2.2781636714935303,-0.009823497384786606,0.18870949745178223,0.9039683043956757,711.0,182016.0,2662.2999160180334,11649024.0 +104.09,7.900000095367432,4412.0,0.009633909910917282,0.1268310546875,2.256223678588867,-0.008956764824688435,0.380893737077713,0.8360602855682373,712.0,182272.0,2666.013709740946,11665408.0 +144.48,7.699999809265137,4487.0,0.0062782373279333115,0.0751953125,2.269934892654419,-0.009582236409187317,0.368239164352417,0.8276104182004929,713.0,182528.0,2669.6656301349867,11681792.0 +175.21,7.599999904632568,4338.0,0.007729897741228342,0.10009765625,2.2475197315216064,-0.009414452128112316,0.32611653208732605,0.8363080024719238,714.0,182784.0,2673.442685165908,11698176.0 +105.27,7.199999809265137,4421.0,0.007999898865818977,0.1024373397231102,2.267650604248047,-0.010366614907979965,0.27024802565574646,0.8436614125967026,715.0,183040.0,2677.1492690478917,11714560.0 +145.42,8.0,4287.0,0.0088655985891819,0.1189982071518898,2.256420850753784,-0.0115066422149539,0.14955152571201324,0.9004203900694847,716.0,183296.0,2680.9714358840138,11730944.0 +197.17,7.5,4360.0,0.008990119211375713,0.11138916015625,2.2582297325134277,-0.00962186697870493,0.36863744258880615,0.8018726259469986,717.0,183552.0,2684.7294659188483,11747328.0 +169.64,7.699999809265137,4428.0,0.007824449799954891,0.1021931990981102,2.24314022064209,-0.009501183405518532,0.33448508381843567,0.8352870643138885,718.0,183808.0,2688.4299623710103,11763712.0 +142.88,7.199999809265137,4302.0,0.0074136629700660706,0.0914510115981102,2.2357773780822754,-0.011275778524577618,0.3091287314891815,0.8385142832994461,719.0,184064.0,2692.2391086118296,11780096.0 +188.79,6.699999809265137,4195.0,0.009400288574397564,0.12701416015625,2.261005401611328,-0.008849716745316982,0.3592422902584076,0.8170929253101349,720.0,184320.0,2696.1453350628726,11796480.0 +176.41,7.0,4102.0,0.007614402566105127,0.0909220352768898,2.2575788497924805,-0.009393144398927689,0.34149301052093506,0.8333648890256882,721.0,184576.0,2700.140164214885,11812864.0 +162.13,7.199999809265137,4419.0,0.009542672894895077,0.1305135041475296,2.2779972553253174,-0.0095346225425601,0.3379923403263092,0.8405328840017319,722.0,184832.0,2703.847777202027,11829248.0 +183.43,7.400000095367432,4509.0,0.006394218187779188,0.0769246444106102,2.2898669242858887,-0.009303039871156216,0.4026770293712616,0.7952781319618225,723.0,185088.0,2707.4818436838686,11845632.0 +120.76,7.599999904632568,4631.0,0.008590702898800373,0.1065877303481102,2.285869836807251,-0.007710602134466171,0.34669801592826843,0.8361512869596481,724.0,185344.0,2711.020004416816,11862016.0 +111.11,8.0,4777.0,0.00909388717263937,0.1188151016831398,2.332383871078491,-0.011986895464360714,0.22405415773391724,0.8865144476294518,725.0,185600.0,2714.450321412878,11878400.0 +155.58,8.300000190734863,4574.0,0.010158569552004337,0.1361490935087204,2.332688570022583,-0.011843781918287277,0.2325260490179062,0.8777649700641632,726.0,185856.0,2718.033066008007,11894784.0 +216.24,7.5,4405.0,0.006849426776170731,0.0841267928481102,2.2898459434509277,-0.010362198576331139,0.3579099476337433,0.8275831788778305,727.0,186112.0,2721.752954393858,11911168.0 +117.19,8.100000381469727,4243.0,0.010039452463388443,0.1390380859375,2.2575011253356934,-0.01175969373434782,0.3517477214336395,0.8129207640886307,728.0,186368.0,2725.6146878870204,11927552.0 +114.2,7.800000190734863,4427.0,0.01055533904582262,0.14178466796875,2.2669293880462646,-0.008189912885427475,0.386958509683609,0.8058570772409439,729.0,186624.0,2729.3159176728223,11943936.0 +154.91,7.300000190734863,4769.0,0.006940111517906189,0.083251953125,2.2840020656585693,-0.00980097334831953,0.3354170620441437,0.8045686483383179,730.0,186880.0,2732.7516481569037,11960320.0 +164.45,7.599999904632568,4791.0,0.008251342922449112,0.11016845703125,2.2988693714141846,-0.00990140438079834,0.2502184510231018,0.851715549826622,731.0,187136.0,2736.1720958468504,11976704.0 +189.91,7.199999809265137,4444.0,0.008731608279049397,0.11065673828125,2.2935550212860107,-0.011533290147781372,0.3217863440513611,0.8108668029308319,732.0,187392.0,2739.8596282298677,11993088.0 +183.89,6.800000190734863,4638.0,0.007814659737050533,0.0993855819106102,2.3078386783599854,-0.011138074100017548,0.3328750729560852,0.8270597755908966,733.0,187648.0,2743.3929565800354,12009472.0 +176.17,7.5,4881.0,0.009031320922076702,0.11578369140625,2.2682714462280273,-0.011400756426155567,0.34109291434288025,0.8160778135061264,734.0,187904.0,2746.7501799010206,12025856.0 +163.45,7.800000190734863,4481.0,0.012495357543230057,0.1833292692899704,2.263671636581421,-0.012527656741440296,0.19355110824108124,0.8875116556882858,735.0,188160.0,2750.407611978939,12042240.0 +262.25,6.400000095367432,4435.0,0.008412888273596764,0.11297607421875,2.314649820327759,-0.009739638306200504,0.3074978291988373,0.8190606981515884,736.0,188416.0,2754.1023249698337,12058624.0 +180.48,7.699999809265137,4386.0,0.0099469730630517,0.1360880583524704,2.27730131149292,-0.0109696751460433,0.25686588883399963,0.8454886227846146,737.0,188672.0,2757.837976824958,12075008.0 +186.65,8.0,4214.0,0.008357602171599865,0.114501953125,2.273087739944458,-0.01090566348284483,0.2973669469356537,0.8436748534440994,738.0,188928.0,2761.726260422962,12091392.0 +156.67,7.599999904632568,4441.0,0.006412409711629152,0.07904052734375,2.2800352573394775,-0.010821006260812283,0.29360657930374146,0.8568664640188217,739.0,189184.0,2765.416207459988,12107776.0 +111.26,7.699999809265137,4421.0,0.007792703341692686,0.0973307266831398,2.264329195022583,-0.008097994141280651,0.3290907144546509,0.8551272302865982,740.0,189440.0,2769.1224358128384,12124160.0 +155.14,6.599999904632568,4381.0,0.008616019040346146,0.1097818985581398,2.3053126335144043,-0.013907060027122498,0.20525850355625153,0.8958000540733337,741.0,189696.0,2772.866640961962,12140544.0 +238.88,6.300000190734863,4634.0,0.009236493147909641,0.1236572265625,2.3170862197875977,-0.010627995245158672,0.38118740916252136,0.7929867804050446,742.0,189952.0,2776.4034436268266,12156928.0 +155.76,7.699999809265137,4681.0,0.009989741258323193,0.1304728239774704,2.311253547668457,-0.010588052682578564,0.23556210100650787,0.8601117134094238,743.0,190208.0,2779.904186700005,12173312.0 +236.37,7.300000190734863,4697.0,0.009584262035787106,0.1297404021024704,2.3176381587982178,-0.007359074894338846,0.3321763873100281,0.8106458634138107,744.0,190464.0,2783.393370572012,12189696.0 +193.94,7.400000095367432,4585.0,0.007765181362628937,0.1021728515625,2.300950765609741,-0.012962675653398037,0.2029396891593933,0.8864097446203232,745.0,190720.0,2786.9676895849407,12206080.0 +219.25,7.400000095367432,4689.0,0.008994068019092083,0.1261189728975296,2.314359664916992,-0.014029383659362793,0.21211262047290802,0.8901718929409981,746.0,190976.0,2790.4625160088763,12222464.0 +197.0,7.199999809265137,4678.0,0.009100380353629589,0.1246134415268898,2.2963249683380127,-0.011036708019673824,0.24437521398067474,0.873968631029129,747.0,191232.0,2793.965729834046,12238848.0 +206.85,7.300000190734863,4265.0,0.008512034080922604,0.1118977889418602,2.3177096843719482,-0.010778113268315792,0.26114287972450256,0.8745099008083344,748.0,191488.0,2797.8081511908676,12255232.0 +213.61,7.699999809265137,4198.0,0.008523638360202312,0.11456298828125,2.31345534324646,-0.012250009924173355,0.22993580996990204,0.8824360892176628,749.0,191744.0,2801.711709004827,12271616.0 +243.01,7.599999904632568,4352.0,0.01016657892614603,0.1404825896024704,2.3069663047790527,-0.012506457976996899,0.2106083184480667,0.8861981332302094,750.0,192000.0,2805.4769115289673,12288000.0 +196.53,7.800000190734863,4562.0,0.01028499472886324,0.13958740234375,2.300194025039673,-0.013598321937024593,0.24192941188812256,0.8698953986167908,751.0,192256.0,2809.0688684999477,12304384.0 +121.83,8.0,4441.0,0.010098413564264774,0.1316121369600296,2.2574353218078613,-0.013458705507218838,0.438095360994339,0.7990200817584991,752.0,192512.0,2812.759914231021,12320768.0 +137.98,7.300000190734863,4527.0,0.009818506427109241,0.13067626953125,2.289736032485962,-0.013176697306334972,0.24609112739562988,0.8710176795721054,753.0,192768.0,2816.379359286977,12337152.0 +157.78,7.099999904632568,4677.0,0.009239223785698414,0.1100260391831398,2.3023722171783447,-0.012377155013382435,0.3195745646953583,0.8347441852092743,754.0,193024.0,2819.88363325689,12353536.0 +203.16,7.199999809265137,4711.0,0.00934804230928421,0.1232503280043602,2.307142972946167,-0.01380495261400938,0.2212132215499878,0.8744413405656815,755.0,193280.0,2823.3616294029634,12369920.0 +171.49,7.5,4630.0,0.007569178938865662,0.1016642227768898,2.279019594192505,-0.011078721843659878,0.36608704924583435,0.8194787949323654,756.0,193536.0,2826.9004381110426,12386304.0 +181.5,7.300000190734863,4488.0,0.008315712213516235,0.1117146834731102,2.303705930709839,-0.011331607587635517,0.2936517298221588,0.8575059026479721,757.0,193792.0,2830.551572434837,12402688.0 +177.71,7.599999904632568,4478.0,0.009906351566314697,0.13348388671875,2.28525710105896,-0.013171732425689697,0.2729721963405609,0.8562260419130325,758.0,194048.0,2834.2111847829074,12419072.0 +146.99,7.400000095367432,4634.0,0.00890740193426609,0.1177164688706398,2.307129383087158,-0.01145231258124113,0.23332756757736206,0.8652594834566116,759.0,194304.0,2837.7469515688717,12435456.0 +176.25,7.199999809265137,4682.0,0.009059988893568516,0.1205647811293602,2.2768971920013428,-0.011740726418793201,0.3688395023345947,0.7795334756374359,760.0,194560.0,2841.2468921928667,12451840.0 +162.19,7.199999809265137,4715.0,0.007640504743903875,0.0958455428481102,2.2846615314483643,-0.012995476834475994,0.31202366948127747,0.8303799033164978,761.0,194816.0,2844.7220951109193,12468224.0 +185.31,7.300000190734863,4693.0,0.008652370423078537,0.1150105819106102,2.281787633895874,-0.013978409580886364,0.2850446403026581,0.8793728575110435,762.0,195072.0,2848.2139399079606,12484608.0 +130.58,6.699999809265137,4623.0,0.008013607002794743,0.1048177108168602,2.2917709350585938,-0.012018143199384212,0.4128243029117584,0.8558966517448425,763.0,195328.0,2851.7586650908925,12500992.0 +192.74,6.699999809265137,4560.0,0.008000475354492664,0.1030069962143898,2.269536256790161,-0.010847819037735462,0.3623693287372589,0.8715120255947113,764.0,195584.0,2855.3516801230144,12517376.0 +124.05,8.100000381469727,4694.0,0.01011929102241993,0.1332804411649704,2.255383014678955,-0.011994593776762486,0.3225845396518707,0.8719474822282791,765.0,195840.0,2858.8423636730295,12533760.0 +126.35,8.399999618530273,4631.0,0.010517324320971966,0.145263671875,2.2813613414764404,-0.015446793287992477,0.21619705855846405,0.9061268344521523,766.0,196096.0,2862.3811101019382,12550144.0 +138.31,8.100000381469727,4672.0,0.009573954157531261,0.1334228515625,2.2992608547210693,-0.014076498337090015,0.20229770243167877,0.9103741645812988,767.0,196352.0,2865.8885802768636,12566528.0 +159.18,7.300000190734863,4449.0,0.008678803220391273,0.1127522811293602,2.301481246948242,-0.01043790578842163,0.36927032470703125,0.8332415223121643,768.0,196608.0,2869.5721769798547,12582912.0 +159.67,7.699999809265137,4489.0,0.008987286128103733,0.1175537109375,2.265767812728882,-0.010993901640176773,0.34085381031036377,0.8597726672887802,769.0,196864.0,2873.22268161783,12599296.0 +130.56,8.0,4355.0,0.00890484917908907,0.1172892227768898,2.2449686527252197,-0.012114058248698711,0.22759294509887695,0.8957334980368614,770.0,197120.0,2876.985324316891,12615680.0 +139.55,6.900000095367432,4205.0,0.010557574220001698,0.13037109375,2.20210337638855,-0.011491351760923862,0.23887233436107635,0.8929766565561295,771.0,197376.0,2880.8818636708893,12632064.0 +202.15,7.199999809265137,4535.0,0.009271605871617794,0.1231689453125,2.21928334236145,-0.01062013953924179,0.3433006703853607,0.8413237631320953,772.0,197632.0,2884.4947114679962,12648448.0 +127.44,7.099999904632568,4644.0,0.009575409814715385,0.1267293244600296,2.2162423133850098,-0.011633777059614658,0.37894687056541443,0.8410702496767044,773.0,197888.0,2888.0234249278437,12664832.0 +175.12,7.400000095367432,4536.0,0.01077392790466547,0.14666748046875,2.218137502670288,-0.009999607689678669,0.3871590793132782,0.8322101086378098,774.0,198144.0,2891.6364576560445,12681216.0 +112.72,8.600000381469727,4512.0,0.009450409561395645,0.13006591796875,2.2282235622406006,-0.013708108104765415,0.20769880712032318,0.8921753317117691,775.0,198400.0,2895.2687049438246,12697600.0 +134.08,7.900000095367432,4496.0,0.0100553622469306,0.12518310546875,2.2556378841400146,-0.014241361059248447,0.292888343334198,0.853319376707077,776.0,198656.0,2898.9132605749182,12713984.0 +115.29,7.800000190734863,4651.0,0.009606183506548405,0.1224161759018898,2.205509901046753,-0.012373522855341434,0.2774446904659271,0.8642730563879013,777.0,198912.0,2902.4368595250417,12730368.0 +162.27,7.800000190734863,4522.0,0.008168326690793037,0.1041463240981102,2.1929731369018555,-0.012825296260416508,0.32692158222198486,0.8521446883678436,778.0,199168.0,2906.0610699479003,12746752.0 +152.56,7.5,4515.0,0.008421906270086765,0.108642578125,2.199169874191284,-0.012826565653085709,0.2578682005405426,0.8905926495790482,779.0,199424.0,2909.6904008518904,12763136.0 +134.86,8.100000381469727,4516.0,0.010406958870589733,0.1386311799287796,2.171011447906494,-0.011637638323009014,0.19589954614639282,0.9078046232461929,780.0,199680.0,2913.3189472458325,12779520.0 +160.4,7.699999809265137,4515.0,0.010017731226980686,0.1195068359375,2.2396905422210693,-0.010976972989737988,0.24430160224437714,0.8788746297359467,781.0,199936.0,2916.9490390769206,12795904.0 +170.59,7.0,4283.0,0.010602857917547226,0.1462809294462204,2.199406862258911,-0.011704419739544392,0.4454857110977173,0.8078169524669647,782.0,200192.0,2920.774497002829,12812288.0 +147.57,8.100000381469727,4363.0,0.01159487571567297,0.1529541015625,2.2012128829956055,-0.009312357753515244,0.28902432322502136,0.8550497144460678,783.0,200448.0,2924.530976537848,12828672.0 +182.05,7.599999904632568,4666.0,0.010291705839335918,0.13232421875,2.229402780532837,-0.01062012743204832,0.2911416292190552,0.8451990932226181,784.0,200704.0,2928.0430094448384,12845056.0 +101.94,8.100000381469727,4549.0,0.012356732040643692,0.1634521484375,2.233177423477173,-0.01218542829155922,0.2312266230583191,0.8337302207946777,785.0,200960.0,2931.644666792825,12861440.0 +159.58,7.099999904632568,4624.0,0.01133842021226883,0.1522013396024704,2.2529544830322266,-0.008877848275005817,0.31121230125427246,0.80536188185215,786.0,201216.0,2935.188576054992,12877824.0 +145.52,7.5,4747.0,0.007822537794709206,0.0947062149643898,2.2601158618927,-0.010377258062362671,0.3243952691555023,0.7965530455112457,787.0,201472.0,2938.640260261949,12894208.0 +204.35,6.300000190734863,4447.0,0.008319364860653877,0.1085205078125,2.2817399501800537,-0.011706691235303879,0.39510536193847656,0.788689985871315,788.0,201728.0,2942.3250735979527,12910592.0 +132.59,7.5,4436.0,0.009413155727088451,0.1243489608168602,2.293621778488159,-0.010494299232959747,0.24624086916446686,0.8722871243953705,789.0,201984.0,2946.018536842894,12926976.0 +156.3,7.400000095367432,4667.0,0.010731452144682407,0.1210734024643898,2.2634177207946777,-0.01021567266434431,0.3335154950618744,0.8392951488494873,790.0,202240.0,2949.5300736969803,12943360.0 +183.49,7.5,4710.0,0.008792691864073277,0.11865234375,2.259983539581299,-0.012852541171014309,0.26748237013816833,0.8806201666593552,791.0,202496.0,2953.009513306897,12959744.0 +137.21,7.400000095367432,4467.0,0.009255505166947842,0.1204427108168602,2.262343168258667,-0.012879814021289349,0.3930910527706146,0.8112653940916061,792.0,202752.0,2956.6816059260163,12976128.0 +121.34,7.800000190734863,4485.0,0.008712220005691051,0.1136271134018898,2.275442361831665,-0.012210710905492306,0.2769224941730499,0.8416977822780609,793.0,203008.0,2960.334892892046,12992512.0 +166.79,7.699999809265137,4707.0,0.008669594302773476,0.10601806640625,2.288562536239624,-0.011884531937539577,0.30307242274284363,0.8257573992013931,794.0,203264.0,2963.8162951918785,13008896.0 +168.12,7.099999904632568,4786.0,0.00879281759262085,0.1131591796875,2.299988269805908,-0.01031003799289465,0.2897821366786957,0.7986525744199753,795.0,203520.0,2967.240646710852,13025280.0 +212.57,7.0,4537.0,0.00832571554929018,0.10662841796875,2.2797930240631104,-0.01087420154362917,0.3941722810268402,0.7544173151254654,796.0,203776.0,2970.851930003846,13041664.0 +161.49,7.800000190734863,4733.0,0.008953787386417389,0.113525390625,2.277043104171753,-0.010929626412689686,0.287509024143219,0.8309484124183655,797.0,204032.0,2974.3139858138748,13058048.0 +146.65,7.5,4719.0,0.007789107039570808,0.099853515625,2.2814764976501465,-0.01012276392430067,0.31387338042259216,0.8325520604848862,798.0,204288.0,2977.7871958338656,13074432.0 +218.28,7.099999904632568,4650.0,0.007692668121308088,0.0937703475356102,2.271388053894043,-0.011826959438621998,0.34084606170654297,0.8315865099430084,799.0,204544.0,2981.3107027278747,13090816.0 +164.03,7.300000190734863,4803.0,0.006189905107021332,0.0721435546875,2.2856526374816895,-0.011629949323832989,0.29179415106773376,0.8559340834617615,800.0,204800.0,2984.7228019698523,13107200.0 +154.56,7.5,4580.0,0.008953881449997425,0.11126708984375,2.239067316055298,-0.01167579647153616,0.28339460492134094,0.8492955267429352,801.0,205056.0,2988.300500491867,13123584.0 +133.85,8.100000381469727,4609.0,0.008600860834121704,0.1066487655043602,2.2807629108428955,-0.011334267444908619,0.3046824634075165,0.8511700928211212,802.0,205312.0,2991.8559100609273,13139968.0 +199.1,7.099999904632568,4537.0,0.009565724991261959,0.11846923828125,2.240478277206421,-0.011482279747724533,0.29248228669166565,0.857542559504509,803.0,205568.0,2995.467444201,13156352.0 +197.93,7.099999904632568,4482.0,0.009567038156092167,0.1206461563706398,2.2541720867156982,-0.010343180038034916,0.31658926606178284,0.8565520197153091,804.0,205824.0,2999.1232097079046,13172736.0 +219.94,6.900000095367432,4631.0,0.010506202466785908,0.1453043669462204,2.2749016284942627,-0.010840117931365967,0.20389123260974884,0.9041157215833664,805.0,206080.0,3002.6623120538425,13189120.0 +182.48,7.900000095367432,4714.0,0.010055921040475368,0.127197265625,2.2303106784820557,-0.012956447899341583,0.2501257658004761,0.8707602322101593,806.0,206336.0,3006.1382012260146,13205504.0 +192.48,7.400000095367432,4590.0,0.009792095981538296,0.1274617463350296,2.254091501235962,-0.008765325881540775,0.3184182941913605,0.8442934155464172,807.0,206592.0,3009.709366539959,13221888.0 +188.93,7.0,4343.0,0.009148714132606983,0.1133626326918602,2.2291576862335205,-0.01223436463624239,0.23954306542873383,0.8800040781497955,808.0,206848.0,3013.4823281608988,13238272.0 +177.42,7.699999809265137,4264.0,0.00992384273558855,0.1385091096162796,2.190976858139038,-0.011203394271433353,0.2441910058259964,0.8661579638719559,809.0,207104.0,3017.3252215348184,13254656.0 +198.74,7.599999904632568,4425.0,0.011646774597465992,0.1608479768037796,2.230102300643921,-0.010837151668965816,0.23332928121089935,0.8630330711603165,810.0,207360.0,3021.028361982899,13271040.0 +209.96,6.900000095367432,4598.0,0.010502923280000687,0.14703369140625,2.2170143127441406,-0.010899641551077366,0.32970044016838074,0.8065711110830307,811.0,207616.0,3024.592216582969,13287424.0 +149.68,7.900000095367432,4586.0,0.009691293351352215,0.1317952424287796,2.2332050800323486,-0.012551575899124146,0.2285005897283554,0.8190183788537979,812.0,207872.0,3028.1653827708215,13303808.0 +154.15,7.699999809265137,4669.0,0.008342132903635502,0.1059773787856102,2.2432384490966797,-0.01000367384403944,0.3739268481731415,0.7840603590011597,813.0,208128.0,3031.674875098979,13320192.0 +144.86,7.5,4702.0,0.007972395047545433,0.103515625,2.2291159629821777,-0.010709952563047409,0.35047462582588196,0.805864617228508,814.0,208384.0,3035.1596866790205,13336576.0 +141.39,7.400000095367432,4672.0,0.008848234079778194,0.1185709610581398,2.226874589920044,-0.012283115647733212,0.30278682708740234,0.8389881998300552,815.0,208640.0,3038.6672419148963,13352960.0 +152.18,7.599999904632568,4664.0,0.009867730550467968,0.13153076171875,2.2679271697998047,-0.011172986589372158,0.2516765594482422,0.8598503321409225,816.0,208896.0,3042.1802700639237,13369344.0 +171.74,7.400000095367432,4575.0,0.009079919196665287,0.12811279296875,2.2350692749023438,-0.01004733145236969,0.4027671813964844,0.7821453660726547,817.0,209152.0,3045.7624414088205,13385728.0 +157.37,7.199999809265137,4627.0,0.008583554066717625,0.1099039688706398,2.277956485748291,-0.011908825486898422,0.24007971584796906,0.8657530844211578,818.0,209408.0,3049.3037090559956,13402112.0 +236.97,6.400000095367432,4517.0,0.009551879949867725,0.1291300505399704,2.287107229232788,-0.009178245440125465,0.3058815896511078,0.8406491279602051,819.0,209664.0,3052.931658957852,13418496.0 +147.43,7.400000095367432,4188.0,0.009511091746389866,0.1172281876206398,2.25915789604187,-0.01118652056902647,0.23846040666103363,0.8760133311152458,820.0,209920.0,3056.844462350942,13434880.0 +163.88,8.100000381469727,4355.0,0.008390648290514946,0.1123046875,2.2529489994049072,-0.01313307136297226,0.2601735293865204,0.8691159933805466,821.0,210176.0,3060.607056031935,13451264.0 +201.71,7.0,4257.0,0.010742641054093838,0.1497395783662796,2.255815267562866,-0.01051406655460596,0.327704519033432,0.8393871039152145,822.0,210432.0,3064.4556633469183,13467648.0 +219.03,7.300000190734863,4285.0,0.009920359589159489,0.1278889924287796,2.2982168197631836,-0.011219073086977005,0.15938366949558258,0.9055995866656303,823.0,210688.0,3068.279260478914,13484032.0 +207.72,7.199999809265137,4095.0,0.0076577793806791306,0.09710693359375,2.2857773303985596,-0.010554819367825985,0.2533533573150635,0.8526123017072678,824.0,210944.0,3072.280843693996,13500416.0 +194.73,7.400000095367432,4233.0,0.01109392661601305,0.1378377228975296,2.265580415725708,-0.009007471613585949,0.2569803297519684,0.8495021611452103,825.0,211200.0,3076.151361139957,13516800.0 +225.74,6.599999904632568,4303.0,0.008268739096820354,0.1055501326918602,2.251401662826538,-0.01163297425955534,0.4311998784542084,0.772581472992897,826.0,211456.0,3079.9591791830026,13533184.0 +167.63,6.800000190734863,4201.0,0.008326108567416668,0.10595703125,2.2661354541778564,-0.013081551529467106,0.36588990688323975,0.7777824401855469,827.0,211712.0,3083.8605973978993,13549568.0 +97.34,8.600000381469727,4390.0,0.010690142400562763,0.1451822966337204,2.253859758377075,-0.012885995209217072,0.1351429671049118,0.8912071213126183,828.0,211968.0,3087.5932061208878,13565952.0 +182.3,8.199999809265137,4114.0,0.010095871984958649,0.13336181640625,2.261586904525757,-0.010023544542491436,0.2633419632911682,0.8298012167215347,829.0,212224.0,3091.575877181953,13582336.0 +226.8,7.300000190734863,4392.0,0.009346632286906242,0.12359619140625,2.219574451446533,-0.013415206223726273,0.3071734607219696,0.8259420543909073,830.0,212480.0,3095.3066199580207,13598720.0 +162.39,7.699999809265137,4178.0,0.010691601783037186,0.14031982421875,2.186730146408081,-0.013156461529433727,0.26391950249671936,0.8462396413087845,831.0,212736.0,3099.228624919895,13615104.0 +156.98,7.699999809265137,4157.0,0.010911040008068085,0.1406046599149704,2.163001298904419,-0.013012990355491638,0.3189060389995575,0.8322299271821976,832.0,212992.0,3103.1705212669913,13631488.0 +124.28,8.0,4144.0,0.012915450148284435,0.16290283203125,2.1929469108581543,-0.011276389472186565,0.1894582360982895,0.9000180214643478,833.0,213248.0,3107.124034240842,13647872.0 +223.66,7.300000190734863,4298.0,0.01068102102726698,0.1420695036649704,2.254924774169922,-0.012264116667211056,0.27337467670440674,0.8532324582338333,834.0,213504.0,3110.9366529069375,13664256.0 +242.35,7.0,4396.0,0.009000980295240879,0.1171468123793602,2.2687318325042725,-0.011715213768184185,0.2704029977321625,0.8556952625513077,835.0,213760.0,3114.664364612894,13680640.0 +174.3,7.199999809265137,4495.0,0.00995259452611208,0.1195475235581398,2.2830817699432373,-0.010713784955441952,0.20204412937164307,0.8870885595679283,836.0,214016.0,3118.309749100823,13697024.0 +210.92,7.199999809265137,4400.0,0.008779121562838554,0.1141153946518898,2.2751879692077637,-0.01141250878572464,0.2778741419315338,0.851256862282753,837.0,214272.0,3122.033773647854,13713408.0 +233.36,7.699999809265137,4665.0,0.009612738154828548,0.1205851212143898,2.2654457092285156,-0.011449925601482391,0.24953924119472504,0.8495795577764511,838.0,214528.0,3125.546376155922,13729792.0 +151.73,7.400000095367432,4531.0,0.009726048447191715,0.1174723282456398,2.2458484172821045,-0.011550282128155231,0.3472280204296112,0.810939610004425,839.0,214784.0,3129.163452451816,13746176.0 +134.97,7.400000095367432,4555.0,0.008329619653522968,0.10638427734375,2.2465741634368896,-0.011457529850304127,0.3039889633655548,0.8253505527973175,840.0,215040.0,3132.760613316903,13762560.0 +210.66,6.800000190734863,4717.0,0.009122693911194801,0.11944580078125,2.2413992881774902,-0.012336897663772106,0.32751187682151794,0.8104058653116226,841.0,215296.0,3136.234788901871,13778944.0 +147.57,7.599999904632568,4601.0,0.008737586438655853,0.1077677384018898,2.2676801681518555,-0.011697466485202312,0.2000693529844284,0.8859529420733452,842.0,215552.0,3139.7963233469054,13795328.0 +206.48,6.599999904632568,4531.0,0.009421391412615776,0.1259969025850296,2.2454283237457275,-0.012960649095475674,0.4060591459274292,0.8183959424495697,843.0,215808.0,3143.4132295800373,13811712.0 +154.71,8.5,4498.0,0.008165535517036915,0.1044514998793602,2.2330594062805176,-0.011808071285486221,0.19247503578662872,0.8942984193563461,844.0,216064.0,3147.05670408695,13828096.0 +135.65,7.800000190734863,4564.0,0.009416946209967136,0.1212565079331398,2.2522289752960205,-0.010214940644800663,0.3151865005493164,0.8424786776304245,845.0,216320.0,3150.6473202139605,13844480.0 +159.24,7.800000190734863,4459.0,0.009418459609150887,0.1236368790268898,2.271430730819702,-0.011205501854419708,0.23288606107234955,0.8808474093675613,846.0,216576.0,3154.32212133985,13860864.0 +97.2,8.399999618530273,4393.0,0.008997573517262936,0.1103922501206398,2.2219767570495605,-0.012129954993724823,0.2911779582500458,0.8686749637126923,847.0,216832.0,3158.0517944230232,13877248.0 +133.16,7.599999904632568,4363.0,0.008597581647336483,0.1106363907456398,2.256376028060913,-0.012307210825383663,0.2140956073999405,0.8905294686555862,848.0,217088.0,3161.8077459898777,13893632.0 +165.88,7.400000095367432,4409.0,0.010410957969725132,0.14410400390625,2.215348958969116,-0.01123486552387476,0.2194744348526001,0.8886351808905602,849.0,217344.0,3165.5239376809914,13910016.0 +163.43,7.5,4150.0,0.009960206225514412,0.135498046875,2.234600782394409,-0.013250206597149372,0.30821776390075684,0.8505290299654007,850.0,217600.0,3169.4718665229157,13926400.0 +162.91,7.099999904632568,4323.0,0.008973167277872562,0.1150105819106102,2.2260637283325195,-0.012047058902680874,0.39225125312805176,0.8367906361818314,851.0,217856.0,3173.262474746909,13942784.0 +109.75,8.300000190734863,4592.0,0.010581474751234055,0.1417439728975296,2.2635140419006348,-0.01223960891366005,0.21185725927352905,0.8957111164927483,852.0,218112.0,3176.8307739489246,13959168.0 +141.46,8.600000381469727,4799.0,0.01109879557043314,0.1487833708524704,2.2753167152404785,-0.013174109160900116,0.20984190702438354,0.8943147957324982,853.0,218368.0,3180.245261722943,13975552.0 +163.33,7.599999904632568,4808.0,0.009510171599686146,0.1269734650850296,2.2605397701263428,-0.012389508076012135,0.21637147665023804,0.8803884759545326,854.0,218624.0,3183.6530623079743,13991936.0 +181.43,7.5,4372.0,0.0105556296184659,0.1339518278837204,2.208294153213501,-0.010349550284445286,0.3520243465900421,0.8289476037025452,855.0,218880.0,3187.4007982008625,14008320.0 +165.21,8.0,4341.0,0.009641467593610287,0.13092041015625,2.2290608882904053,-0.013731691054999828,0.2357654571533203,0.8731965720653534,856.0,219136.0,3191.175623788964,14024704.0 +138.08,7.800000190734863,4260.0,0.010524599812924862,0.13543701171875,2.247835397720337,-0.013233196921646595,0.25393110513687134,0.8761962130665779,857.0,219392.0,3195.0218475339934,14041088.0 +112.08,8.5,4380.0,0.008763468824326992,0.1102091446518898,2.2351951599121094,-0.013222756795585155,0.2726927697658539,0.8815700486302376,858.0,219648.0,3198.7632084400393,14057472.0 +140.16,7.400000095367432,4800.0,0.007745746523141861,0.0968424454331398,2.256465435028076,-0.013446103781461716,0.28942856192588806,0.8765370100736618,859.0,219904.0,3202.1775739619043,14073856.0 +150.37,8.300000190734863,4596.0,0.008631345815956593,0.1171671524643898,2.231058359146118,-0.011925842612981796,0.2672605812549591,0.8775115981698036,860.0,220160.0,3205.742721513845,14090240.0 +159.01,7.699999809265137,4521.0,0.010220029391348362,0.134521484375,2.23193097114563,-0.012287183664739132,0.23840193450450897,0.8672723770141602,861.0,220416.0,3209.3670046979096,14106624.0 +172.38,7.699999809265137,4523.0,0.010752096772193909,0.14703369140625,2.2168166637420654,-0.013597778044641018,0.19760115444660187,0.8900955691933632,862.0,220672.0,3212.9945596789476,14123008.0 +166.94,8.100000381469727,4284.0,0.011302565224468708,0.1534830778837204,2.206350564956665,-0.012609989382326603,0.2681761384010315,0.8628735244274139,863.0,220928.0,3216.81952090282,14139392.0 +179.58,7.300000190734863,4324.0,0.009017545729875565,0.1229654923081398,2.2303006649017334,-0.011840201914310455,0.34447312355041504,0.8393754810094833,864.0,221184.0,3220.609571167035,14155776.0 +107.37,7.599999904632568,4447.0,0.008305092342197895,0.11163330078125,2.2619378566741943,-0.012288629077374935,0.28260114789009094,0.8636555522680283,865.0,221440.0,3224.2948396259453,14172160.0 +123.33,7.699999809265137,4281.0,0.008717170916497707,0.1077677384018898,2.234663248062134,-0.01197259221225977,0.32803037762641907,0.8520595282316208,866.0,221696.0,3228.122676475905,14188544.0 +146.67,7.400000095367432,4202.0,0.008833368308842182,0.1122233048081398,2.229985237121582,-0.012327554635703564,0.40459907054901123,0.8366264402866364,867.0,221952.0,3232.022671937011,14204928.0 +227.43,7.400000095367432,4278.0,0.008940606378018856,0.1147257462143898,2.266162157058716,-0.009544438682496548,0.31263571977615356,0.8633147776126862,868.0,222208.0,3235.852853221819,14221312.0 +106.75,7.900000095367432,4149.0,0.009647984988987446,0.1276652067899704,2.238816022872925,-0.014945488423109055,0.18974651396274567,0.9145457297563553,869.0,222464.0,3239.802045364864,14237696.0 +121.49,8.199999809265137,4248.0,0.011065994389355183,0.1414998322725296,2.2282323837280273,-0.014323298819363117,0.23270989954471588,0.8922308087348938,870.0,222720.0,3243.661367623834,14254080.0 +182.85,7.800000190734863,4260.0,0.008089215494692326,0.1033935546875,2.272573709487915,-0.009603915736079216,0.29152652621269226,0.8536020666360855,871.0,222976.0,3247.5078884640243,14270464.0 +189.51,7.400000095367432,4236.0,0.0075158230029046535,0.09527587890625,2.2441108226776123,-0.009972243569791317,0.3259318470954895,0.8634343892335892,872.0,223232.0,3251.376808604924,14286848.0 +138.91,7.599999904632568,4089.0,0.00883100088685751,0.1100260391831398,2.2621686458587646,-0.011955395340919495,0.2797178328037262,0.8705799877643585,873.0,223488.0,3255.3835167898796,14303232.0 +167.18,7.300000190734863,4320.0,0.009626254439353943,0.12762451171875,2.2926602363586426,-0.012448514811694622,0.2477952390909195,0.875609464943409,874.0,223744.0,3259.1762397938874,14319616.0 +121.27,8.0,4646.0,0.0110136978328228,0.1539103239774704,2.2257349491119385,-0.014802268706262112,0.1846865862607956,0.8984719589352608,875.0,224000.0,3262.7033418680076,14336000.0 +186.82,7.199999809265137,4402.0,0.009970159269869328,0.1335652619600296,2.2184951305389404,-0.011843494139611721,0.3265927731990814,0.8313141018152237,876.0,224256.0,3266.426188556943,14352384.0 +158.9,7.800000190734863,4545.0,0.009279969148337841,0.1115519180893898,2.228928327560425,-0.014526564627885818,0.32619139552116394,0.816716730594635,877.0,224512.0,3270.0313247400336,14368768.0 +88.64,8.0,4605.0,0.01057712733745575,0.1343180388212204,2.2242050170898438,-0.014713003300130367,0.18444199860095978,0.891149029135704,878.0,224768.0,3273.593752984889,14385152.0 +166.94,8.199999809265137,4464.0,0.008914738893508911,0.1169230118393898,2.2505457401275635,-0.01275684218853712,0.20676828920841217,0.886377327144146,879.0,225024.0,3277.2641006859485,14401536.0 +210.08,7.599999904632568,4122.0,0.0089267548173666,0.11907958984375,2.2590339183807373,-0.0151284821331501,0.22348111867904663,0.8911852389574051,880.0,225280.0,3281.239452736918,14417920.0 +196.84,7.199999809265137,4075.0,0.009854139760136604,0.11968994140625,2.247347354888916,-0.01029021292924881,0.3662094175815582,0.825637936592102,881.0,225536.0,3285.2604068380315,14434304.0 +157.37,7.599999904632568,4229.0,0.009172537364065647,0.11431884765625,2.22192120552063,-0.012816392816603184,0.24763406813144684,0.8824635073542595,882.0,225792.0,3289.134766666917,14450688.0 +178.05,7.900000095367432,4313.0,0.00735309487208724,0.0931396484375,2.241577625274658,-0.012545675039291382,0.2599654793739319,0.8847003430128098,883.0,226048.0,3292.933547694003,14467072.0 +174.37,7.5,4390.0,0.00821621436625719,0.1035970076918602,2.2468020915985107,-0.011666850186884403,0.2279946655035019,0.8737909495830536,884.0,226304.0,3296.666628574021,14483456.0 +154.47,7.599999904632568,4216.0,0.009962575510144234,0.1376139372587204,2.2701034545898438,-0.012637883424758911,0.305409699678421,0.8259695470333099,885.0,226560.0,3300.553136751987,14499840.0 +154.54,7.0,4258.0,0.009191728197038174,0.1207478865981102,2.2821719646453857,-0.012883166782557964,0.34784960746765137,0.8035059869289398,886.0,226816.0,3304.4010628820397,14516224.0 +178.32,7.599999904632568,4078.0,0.0081764692440629,0.1075032576918602,2.2622792720794678,-0.013252385891973972,0.24212853610515594,0.8698598742485046,887.0,227072.0,3308.4193554348312,14532608.0 +150.45,7.699999809265137,4600.0,0.01028244849294424,0.1392008513212204,2.2830727100372314,-0.012980587780475616,0.2906649112701416,0.8607320040464401,888.0,227328.0,3311.981303747045,14548992.0 +101.99,8.0,4616.0,0.008157075382769108,0.10821533203125,2.2648332118988037,-0.013798706233501434,0.2481747716665268,0.8820129558444023,889.0,227584.0,3315.530737663852,14565376.0 +147.43,7.699999809265137,4736.0,0.009458391927182674,0.1292928010225296,2.2621238231658936,-0.012165476568043232,0.24084018170833588,0.8925106972455978,890.0,227840.0,3318.991140261991,14581760.0 +214.95,7.599999904632568,4769.0,0.008943305350840092,0.1211954727768898,2.243558406829834,-0.013471250422298908,0.24544812738895416,0.8948578163981438,891.0,228096.0,3322.4276514628436,14598144.0 +128.58,7.199999809265137,4657.0,0.011043284088373184,0.1476847380399704,2.1906321048736572,-0.014529486186802387,0.3252132833003998,0.8482045233249664,892.0,228352.0,3325.945990283042,14614528.0 +107.02,8.300000190734863,4735.0,0.012897630222141743,0.1536458283662796,2.1585536003112793,-0.014945962466299534,0.30511578917503357,0.8466863185167313,893.0,228608.0,3329.4064122580457,14630912.0 +133.04,7.900000095367432,4547.0,0.010163822211325169,0.1293538361787796,2.1680800914764404,-0.014867209829390049,0.27302873134613037,0.8502990305423737,894.0,228864.0,3333.0108713239897,14647296.0 +128.4,8.0,4540.0,0.01203183177858591,0.162109375,2.1549367904663086,-0.013678700663149357,0.26493188738822937,0.8630859851837158,895.0,229120.0,3336.6198147230316,14663680.0 +181.75,7.400000095367432,4553.0,0.01001509465277195,0.1307779997587204,2.146723985671997,-0.01437054667621851,0.2728261351585388,0.8623498529195786,896.0,229376.0,3340.2195618338883,14680064.0 +134.51,7.599999904632568,4541.0,0.010345511138439178,0.1400146484375,2.1521594524383545,-0.013670801185071468,0.2720375955104828,0.8687761276960373,897.0,229632.0,3343.827709109988,14696448.0 +190.0,7.800000190734863,4585.0,0.010333229787647724,0.139892578125,2.170980453491211,-0.010613217018544674,0.33215153217315674,0.8447371870279312,898.0,229888.0,3347.4013406259473,14712832.0 +123.95,8.399999618530273,4184.0,0.012486997060477734,0.1651407927274704,2.173243761062622,-0.014358450658619404,0.21587949991226196,0.89695243537426,899.0,230144.0,3351.3175381598994,14729216.0 +127.93,8.100000381469727,4539.0,0.011286306194961071,0.1534423828125,2.1901419162750244,-0.014585189521312714,0.24455450475215912,0.8997916653752327,900.0,230400.0,3354.927832728019,14745600.0 +148.44,7.599999904632568,4121.0,0.011110027320683002,0.151123046875,2.1748194694519043,-0.014024493284523487,0.2368246465921402,0.9041595309972763,901.0,230656.0,3358.90370214195,14761984.0 +158.91,7.900000095367432,4165.0,0.00927900429815054,0.12347412109375,2.147130250930786,-0.01330583542585373,0.2726762592792511,0.8929439336061478,902.0,230912.0,3362.838193614967,14778368.0 +156.06,7.5,4181.0,0.00904951710253954,0.1153767928481102,2.1819233894348145,-0.012285823933780193,0.2160131186246872,0.9071476012468338,903.0,231168.0,3366.7572500228416,14794752.0 +176.78,6.900000095367432,4291.0,0.010406597517430782,0.1369832307100296,2.1919806003570557,-0.009390133433043957,0.3772219121456146,0.8500160723924637,904.0,231424.0,3370.576059835963,14811136.0 +69.06,8.0,4269.0,0.009538634680211544,0.1268310546875,2.1866016387939453,-0.013299931772053242,0.3234396278858185,0.8667858690023422,905.0,231680.0,3374.414485699963,14827520.0 +145.97,7.800000190734863,4279.0,0.008890857920050621,0.1107991561293602,2.2124762535095215,-0.01142254751175642,0.24051469564437866,0.8968105986714363,906.0,231936.0,3378.2434951378964,14843904.0 +125.56,8.100000381469727,4188.0,0.009651639498770237,0.1292521208524704,2.200260639190674,-0.012880099005997181,0.2508120834827423,0.893215999007225,907.0,232192.0,3382.1559565819334,14860288.0 +189.75,7.300000190734863,4276.0,0.011142581701278687,0.1423543244600296,2.203158140182495,-0.008999637328088284,0.2587854862213135,0.8902490884065628,908.0,232448.0,3385.9874797179364,14876672.0 +165.92,7.400000095367432,4427.0,0.009172547608613968,0.1150105819106102,2.178147554397583,-0.01408425997942686,0.2632848918437958,0.8711814880371094,909.0,232704.0,3389.689287371002,14893056.0 +204.34,7.5,4242.0,0.00900384783744812,0.1182047501206398,2.1782524585723877,-0.013338749296963215,0.2729721963405609,0.875811867415905,910.0,232960.0,3393.552571801003,14909440.0 +188.03,7.0,4467.0,0.009677172638475895,0.1247151717543602,2.182753086090088,-0.011700212024152279,0.3726956844329834,0.8390204161405563,911.0,233216.0,3397.220858384855,14925824.0 +146.6,7.800000190734863,4453.0,0.010077626444399357,0.1294759064912796,2.175464391708374,-0.013134890235960484,0.2588662803173065,0.8815449252724648,912.0,233472.0,3400.900869983947,14942208.0 +110.85,7.0,4388.0,0.009182988665997982,0.1188557967543602,2.18947434425354,-0.013511002995073795,0.35533544421195984,0.8701399862766266,913.0,233728.0,3404.635129052913,14958592.0 +137.52,8.0,4259.0,0.012048196978867054,0.1643473356962204,2.2102081775665283,-0.014180534519255161,0.2402988076210022,0.8910287842154503,914.0,233984.0,3408.4824862119276,14974976.0 +141.59,7.599999904632568,4203.0,0.009401773102581501,0.1247965469956398,2.2120063304901123,-0.011951781809329987,0.3313818871974945,0.8512135297060013,915.0,234240.0,3412.380794636905,14991360.0 +164.69,7.800000190734863,4151.0,0.008900455199182034,0.11322021484375,2.2251291275024414,-0.013999637216329575,0.269937127828598,0.8669212609529495,916.0,234496.0,3416.3283693448175,15007744.0 +106.16,7.800000190734863,4184.0,0.010976339690387249,0.1335245817899704,2.197360038757324,-0.010327295400202274,0.37779948115348816,0.8394894748926163,917.0,234752.0,3420.2442710169125,15024128.0 +141.37,7.900000095367432,4223.0,0.008344336412847042,0.109619140625,2.2092809677124023,-0.013285931199789047,0.31266075372695923,0.8669287711381912,918.0,235008.0,3424.1245002120268,15040512.0 +118.14,8.199999809265137,4237.0,0.0068101659417152405,0.0853678360581398,2.1896722316741943,-0.009998192079365253,0.404417484998703,0.817254364490509,919.0,235264.0,3427.9917507688515,15056896.0 +130.08,8.0,4417.0,0.009040177799761295,0.1194254532456398,2.1957623958587646,-0.014261912554502487,0.2732986807823181,0.867251381278038,920.0,235520.0,3431.7029314569663,15073280.0 +129.92,7.599999904632568,4090.0,0.010433840565383434,0.1425577849149704,2.188462018966675,-0.010225891135632992,0.3268011212348938,0.8104385137557983,921.0,235776.0,3435.708653326845,15089664.0 +115.24,7.800000190734863,4035.0,0.008921889588236809,0.1210530623793602,2.1941325664520264,-0.011705595068633556,0.3034017086029053,0.8116641640663147,922.0,236032.0,3439.7693803489674,15106048.0 +157.5,7.199999809265137,4103.0,0.00807054340839386,0.1045939102768898,2.226072311401367,-0.011639895848929882,0.3256167471408844,0.8099162876605988,923.0,236288.0,3443.762652447913,15122432.0 +166.1,7.699999809265137,4221.0,0.007582576479762793,0.0965372696518898,2.2523014545440674,-0.01085324864834547,0.19127951562404633,0.8927498757839203,924.0,236544.0,3447.6450235329103,15138816.0 +203.91,6.800000190734863,4350.0,0.008403261192142963,0.11053466796875,2.2430779933929443,-0.01208331435918808,0.35193756222724915,0.8251994997262955,925.0,236800.0,3451.4123484059237,15155200.0 +134.32,7.400000095367432,4281.0,0.009677593596279621,0.1336669921875,2.1814115047454834,-0.009023461490869522,0.42709478735923767,0.8192409127950668,926.0,237056.0,3455.239671899937,15171584.0 +99.21,7.800000190734863,4517.0,0.00870517548173666,0.1173502579331398,2.1747493743896484,-0.011498574167490005,0.3944476842880249,0.8119539618492126,927.0,237312.0,3458.86759183486,15187968.0 +104.73,8.199999809265137,4365.0,0.010944976471364498,0.1558634489774704,2.2062339782714844,-0.013449558056890965,0.24319390952587128,0.8649982362985611,928.0,237568.0,3462.6216122619808,15204352.0 +158.65,7.699999809265137,4496.0,0.008539416827261448,0.1125691756606102,2.220322370529175,-0.009839581325650215,0.2731704115867615,0.8693367540836334,929.0,237824.0,3466.2661173578817,15220736.0 +138.68,8.300000190734863,4224.0,0.01048625260591507,0.1445515900850296,2.2185428142547607,-0.013778221793472767,0.1627054214477539,0.9252374917268753,930.0,238080.0,3470.1450164138805,15237120.0 +145.58,7.5,4416.0,0.009928316809237003,0.1360066682100296,2.242910146713257,-0.012199487537145615,0.35981908440589905,0.851685419678688,931.0,238336.0,3473.8562775438186,15253504.0 +123.96,7.800000190734863,4427.0,0.009275742806494236,0.12353515625,2.2420380115509033,-0.012710407376289368,0.3228982388973236,0.8606925308704376,932.0,238592.0,3477.5577181598637,15269888.0 +135.22,8.0,4297.0,0.008578921668231487,0.1174519881606102,2.2679965496063232,-0.00984005257487297,0.24648046493530273,0.8805271610617638,933.0,238848.0,3481.3710765819997,15286272.0 +159.48,8.0,4090.0,0.007855861447751522,0.098388671875,2.236910581588745,-0.011008606292307377,0.24856580793857574,0.8751327767968178,934.0,239104.0,3485.3768437989056,15302656.0 +162.18,7.400000095367432,4384.0,0.007670688908547163,0.09710693359375,2.243809461593628,-0.009167099371552467,0.3669951260089874,0.8327781111001968,935.0,239360.0,3489.114295686828,15319040.0 +135.41,7.0,4538.0,0.009276733733713627,0.123291015625,2.2395241260528564,-0.012010738253593445,0.4079565703868866,0.8240984082221985,936.0,239616.0,3492.725517767016,15335424.0 +125.24,7.0,4519.0,0.00749805336818099,0.0951131209731102,2.230846643447876,-0.010963411070406437,0.39846643805503845,0.8289119303226471,937.0,239872.0,3496.351494808914,15351808.0 +193.47,6.800000190734863,4296.0,0.010123702697455883,0.135498046875,2.2222931385040283,-0.01219471637159586,0.3756503760814667,0.8406438082456589,938.0,240128.0,3500.165818184847,15368192.0 +138.22,7.5,4164.0,0.008951353840529919,0.1165364608168602,2.226381540298462,-0.013744798488914967,0.2674385607242584,0.862391322851181,939.0,240384.0,3504.1017389148474,15384576.0 +145.36,7.400000095367432,4185.0,0.009719515219330788,0.1312662810087204,2.2624332904815674,-0.010347994975745678,0.20905691385269165,0.8900589197874069,940.0,240640.0,3508.0171556149144,15400960.0 +126.82,7.199999809265137,4121.0,0.007879883982241154,0.0994873046875,2.2218549251556396,-0.011523596942424774,0.4224303662776947,0.7995941340923309,941.0,240896.0,3511.9928629209753,15417344.0 +157.42,7.5,4120.0,0.009410547092556953,0.1226806640625,2.1918280124664307,-0.012695197947323322,0.36388278007507324,0.8363616615533829,942.0,241152.0,3515.969894754933,15433728.0 +76.89,7.400000095367432,4160.0,0.010171571746468544,0.1376953125,2.196092367172241,-0.011594031006097794,0.37139272689819336,0.8348943442106247,943.0,241408.0,3519.908762926003,15450112.0 +127.32,7.599999904632568,4319.0,0.010438899509608746,0.1384073942899704,2.1727311611175537,-0.012763501144945621,0.2979449927806854,0.8553158342838287,944.0,241664.0,3523.702462755842,15466496.0 +98.9,8.300000190734863,4406.0,0.008811290375888348,0.1102701798081398,2.1846158504486084,-0.012118694372475147,0.17061088979244232,0.912620447576046,945.0,241920.0,3527.421483673854,15482880.0 +190.19,7.099999904632568,4316.0,0.007697179913520813,0.1011556014418602,2.2115914821624756,-0.011498999781906605,0.3551144599914551,0.8481855243444443,946.0,242176.0,3531.2180544508155,15499264.0 +187.83,7.599999904632568,4501.0,0.010332533158361912,0.12677001953125,2.197267770767212,-0.011594352312386036,0.26957055926322937,0.8580664545297623,947.0,242432.0,3534.8588854640257,15515648.0 +123.76,7.900000095367432,4427.0,0.008979672566056252,0.1169026717543602,2.1964967250823975,-0.01233295351266861,0.2838314175605774,0.8525422960519791,948.0,242688.0,3538.560372968903,15532032.0 +161.88,7.599999904632568,4413.0,0.010509997606277466,0.1300252228975296,2.2151849269866943,-0.012125289998948574,0.24178721010684967,0.8651211261749268,949.0,242944.0,3542.273158415919,15548416.0 +182.85,7.300000190734863,4301.0,0.009530726820230484,0.12408447265625,2.192405939102173,-0.011947662569582462,0.35349974036216736,0.8332035541534424,950.0,243200.0,3546.082407127833,15564800.0 +160.55,7.400000095367432,4641.0,0.009701117873191833,0.1186319962143898,2.225187063217163,-0.012424732558429241,0.24303345382213593,0.8752768114209175,951.0,243456.0,3549.61301016598,15581184.0 +211.35,6.599999904632568,4649.0,0.010794572532176971,0.1490071564912796,2.2171528339385986,-0.009242929518222809,0.2391042709350586,0.8817860558629036,952.0,243712.0,3553.1375131509267,15597568.0 +217.89,6.599999904632568,4508.0,0.010296978056430817,0.1339314728975296,2.2120840549468994,-0.012269742786884308,0.3120298981666565,0.8525788187980652,953.0,243968.0,3556.7719634678215,15613952.0 +190.84,7.300000190734863,4341.0,0.011576563119888306,0.1563313752412796,2.207307815551758,-0.013052773661911488,0.25355806946754456,0.887933537364006,954.0,244224.0,3560.546587581048,15630336.0 +181.85,7.599999904632568,4267.0,0.011228971183300018,0.1499837189912796,2.203598737716675,-0.013798772357404232,0.233129620552063,0.8984047770500183,955.0,244480.0,3564.3869146220386,15646720.0 +158.94,7.800000190734863,4050.0,0.008257190696895123,0.109619140625,2.215771436691284,-0.011177499778568745,0.31011614203453064,0.8905885964632034,956.0,244736.0,3568.433579307981,15663104.0 +173.66,7.400000095367432,4060.0,0.009539115242660046,0.1210123673081398,2.2434768676757812,-0.01573365181684494,0.1506412923336029,0.9364279136061668,957.0,244992.0,3572.4692036688793,15679488.0 +195.71,7.099999904632568,4087.0,0.007941131480038166,0.1045735701918602,2.254404306411743,-0.01136026531457901,0.2896009087562561,0.8814450353384018,958.0,245248.0,3576.4781610518694,15695872.0 +185.09,7.099999904632568,4598.0,0.008613213896751404,0.1087239608168602,2.214522123336792,-0.013100524432957172,0.37171876430511475,0.8774295449256897,959.0,245504.0,3580.042005125899,15712256.0 +190.97,7.5,4076.0,0.009619112126529217,0.1242879256606102,2.231419563293457,-0.010756033472716808,0.26606836915016174,0.9014709368348122,960.0,245760.0,3584.0620237528346,15728640.0 +149.46,7.199999809265137,4406.0,0.00767688499763608,0.1019083634018898,2.241330146789551,-0.01189152430742979,0.24953632056713104,0.8964738771319389,961.0,246016.0,3587.7810862758197,15745024.0 +144.68,7.5,4604.0,0.010025163181126118,0.1316324919462204,2.2389698028564453,-0.012999791651964188,0.1918872445821762,0.91192926466465,962.0,246272.0,3591.340497524012,15761408.0 +230.34,6.900000095367432,4610.0,0.009782654233276844,0.1209309920668602,2.2191669940948486,-0.010655163787305355,0.3995087146759033,0.808992013335228,963.0,246528.0,3594.895406784024,15777792.0 +156.8,7.900000095367432,4460.0,0.009813114069402218,0.13006591796875,2.199369192123413,-0.014679196290671825,0.2551605701446533,0.8887292891740799,964.0,246784.0,3598.569498956902,15794176.0 +163.09,7.5,4239.0,0.009878342971205711,0.1304728239774704,2.2433371543884277,-0.01473498810082674,0.3030703365802765,0.8640678524971008,965.0,247040.0,3602.434951155912,15810560.0 +116.1,8.100000381469727,4151.0,0.009728556498885155,0.1266682893037796,2.24597430229187,-0.015219210647046566,0.2349822074174881,0.8852118626236916,966.0,247296.0,3606.382274053991,15826944.0 +167.48,7.400000095367432,4678.0,0.008965686894953251,0.1199137344956398,2.2492458820343018,-0.014731821604073048,0.20555712282657623,0.8988055288791656,967.0,247552.0,3609.885126584908,15843328.0 +199.66,7.400000095367432,4618.0,0.007873065769672394,0.1042073592543602,2.2030889987945557,-0.010358368046581745,0.3047461211681366,0.8534082323312759,968.0,247808.0,3613.4333762978204,15859712.0 +142.66,7.199999809265137,4682.0,0.009663484059274197,0.1321207731962204,2.2241976261138916,-0.01251281052827835,0.24177531898021698,0.8800379559397697,969.0,248064.0,3616.9331249489915,15876096.0 +163.7,7.400000095367432,4828.0,0.009869732894003391,0.13568115234375,2.242215633392334,-0.01087605208158493,0.29143673181533813,0.8682394176721573,970.0,248320.0,3620.326913221972,15892480.0 +132.73,7.400000095367432,4750.0,0.010446656495332718,0.1299235075712204,2.2191357612609863,-0.01156782079488039,0.3287613093852997,0.8351308107376099,971.0,248576.0,3623.776268356014,15908864.0 +166.28,7.800000190734863,4289.0,0.00878914538770914,0.1164754256606102,2.196284055709839,-0.013290717266499996,0.2808751165866852,0.8717842251062393,972.0,248832.0,3627.5970676790457,15925248.0 +144.85,8.0,4591.0,0.008549620397388935,0.1106974259018898,2.2016000747680664,-0.013456176966428757,0.3323296308517456,0.8495812714099884,973.0,249088.0,3631.165954628028,15941632.0 +128.34,7.900000095367432,4511.0,0.01025558914989233,0.1337483674287796,2.2221624851226807,-0.01591632515192032,0.2265646606683731,0.8739123493432999,974.0,249344.0,3634.798421649961,15958016.0 +128.78,7.900000095367432,4590.0,0.009570351801812649,0.1222330704331398,2.238515853881836,-0.012652799487113953,0.2241286039352417,0.8789077922701836,975.0,249600.0,3638.3689722009003,15974400.0 +176.4,7.5,4297.0,0.008817755617201328,0.1091512069106102,2.2507708072662354,-0.0111369164660573,0.20116402208805084,0.9028930217027664,976.0,249856.0,3642.182235599961,15990784.0 +177.56,7.699999809265137,4425.0,0.010102001018822193,0.1294352263212204,2.200019359588623,-0.012981652282178402,0.32136306166648865,0.8375095874071121,977.0,250112.0,3645.885791847948,16007168.0 +134.04,7.900000095367432,4546.0,0.010210326872766018,0.1374918669462204,2.222649335861206,-0.013468276709318161,0.2518037259578705,0.887257382273674,978.0,250368.0,3649.490570029011,16023552.0 +175.6,8.100000381469727,4674.0,0.012945964932441711,0.16705322265625,2.1748907566070557,-0.0125668840482831,0.2523955702781677,0.8969528004527092,979.0,250624.0,3652.9966868148185,16039936.0 +149.97,7.900000095367432,4586.0,0.009938495233654976,0.1282145231962204,2.22343373298645,-0.011417788453400135,0.2432105392217636,0.9049582853913307,980.0,250880.0,3656.5695977529977,16056320.0 +198.89,7.300000190734863,4741.0,0.009152503684163094,0.1195068359375,2.2344300746917725,-0.010949850082397461,0.2817040979862213,0.8803731799125671,981.0,251136.0,3660.0260285770055,16072704.0 +145.19,8.0,4641.0,0.009431197308003902,0.1214599609375,2.1696841716766357,-0.01319419126957655,0.23825544118881226,0.896550215780735,982.0,251392.0,3663.5566942249425,16089088.0 +135.19,7.800000190734863,4681.0,0.010610975325107574,0.1251627653837204,2.193319082260132,-0.015091742388904095,0.19667644798755646,0.9030897840857506,983.0,251648.0,3667.0575773329474,16105472.0 +163.66,7.5,4690.0,0.010509991087019444,0.138671875,2.182838201522827,-0.012000405229628086,0.2980503439903259,0.8645483255386353,984.0,251904.0,3670.551203246927,16121856.0 +159.56,8.600000381469727,4644.0,0.010372014716267586,0.1333211213350296,2.1780242919921875,-0.012524068355560303,0.28395435214042664,0.8809027299284935,985.0,252160.0,3674.0795591550414,16138240.0 +152.02,8.100000381469727,4228.0,0.0105335908010602,0.138671875,2.1804208755493164,-0.014108821749687195,0.2258790284395218,0.9023296684026718,986.0,252416.0,3677.9549906819593,16154624.0 +135.01,7.5,4124.0,0.009290998801589012,0.1195475235581398,2.18591570854187,-0.012770733796060085,0.3461029529571533,0.875088669359684,987.0,252672.0,3681.928272211924,16171008.0 +117.27,8.399999618530273,4319.0,0.008003855124115944,0.0951944962143898,2.272045850753784,-0.011985586024820805,0.17268896102905273,0.9275029227137566,988.0,252928.0,3685.7226246648934,16187392.0 +195.97,7.699999809265137,4359.0,0.00878082774579525,0.1116536483168602,2.229832649230957,-0.011736832559108734,0.3365936279296875,0.8774836584925652,989.0,253184.0,3689.4818338078912,16203776.0 +102.83,7.800000190734863,4477.0,0.013130159117281437,0.145263671875,2.2001569271087646,-0.013143463991582394,0.35707053542137146,0.8673914223909378,990.0,253440.0,3693.141633953899,16220160.0 +138.01,8.0,4692.0,0.010219661518931389,0.1393636018037796,2.1606123447418213,-0.011580459773540497,0.37123095989227295,0.8483938723802567,991.0,253696.0,3696.6335526229814,16236544.0 +96.87,8.399999618530273,4707.0,0.01301131397485733,0.1684977263212204,2.149747371673584,-0.014318510890007019,0.22252953052520752,0.8977351784706116,992.0,253952.0,3700.1149860308506,16252928.0 +140.58,7.699999809265137,4730.0,0.01090385764837265,0.14111328125,2.217914581298828,-0.00909894797950983,0.2944900691509247,0.8514051139354706,993.0,254208.0,3703.5791069718543,16269312.0 +138.32,7.900000095367432,4637.0,0.010238396935164928,0.134765625,2.2094802856445312,-0.013385754078626633,0.26844507455825806,0.8879626169800758,994.0,254464.0,3707.1128192008473,16285696.0 +178.07,7.300000190734863,4610.0,0.010988749563694,0.1475423127412796,2.2196316719055176,-0.012775982730090618,0.2852793335914612,0.8832295387983322,995.0,254720.0,3710.667100318009,16302080.0 +222.82,7.0,4577.0,0.010371035896241665,0.1277058869600296,2.2230165004730225,-0.012376993894577026,0.3675675690174103,0.8669354766607285,996.0,254976.0,3714.2475157298613,16318464.0 +163.93,7.800000190734863,4669.0,0.010673555545508862,0.1389973908662796,2.2063772678375244,-0.013256522826850414,0.21704088151454926,0.9147440269589424,997.0,255232.0,3717.757513112854,16334848.0 +139.11,7.699999809265137,4734.0,0.009958704002201557,0.1279093474149704,2.189829111099243,-0.01476925890892744,0.3032063841819763,0.8755786269903183,998.0,255488.0,3721.218948898837,16351232.0 +134.0,7.199999809265137,4731.0,0.010677856393158436,0.1414998322725296,2.1995086669921875,-0.013002282939851284,0.25429344177246094,0.8916120082139969,999.0,255744.0,3724.682590829907,16367616.0 +177.99,8.5,4513.0,0.009848914109170437,0.1357828825712204,2.203498363494873,-0.013811266981065273,0.23172502219676971,0.877547524869442,1000.0,256000.0,3728.31733315601,16384000.0 +170.03,7.400000095367432,4528.0,0.00949062965810299,0.1275838166475296,2.1980245113372803,-0.012620985507965088,0.31170281767845154,0.875711664557457,1001.0,256256.0,3731.9360924230423,16400384.0 +148.41,7.199999809265137,4490.0,0.010434242896735668,0.14208984375,2.2412407398223877,-0.012750825844705105,0.23077642917633057,0.9070655405521393,1002.0,256512.0,3735.5854545990005,16416768.0 +130.37,7.199999809265137,4496.0,0.008237150497734547,0.1050618514418602,2.24672794342041,-0.010728579014539719,0.21895229816436768,0.9079868346452713,1003.0,256768.0,3739.2299349759705,16433152.0 +215.76,7.199999809265137,4604.0,0.008603961206972599,0.1071980819106102,2.238701581954956,-0.010988906025886536,0.27400994300842285,0.8927903696894646,1004.0,257024.0,3742.788991488982,16449536.0 +191.91,7.699999809265137,4576.0,0.008566473610699177,0.10968017578125,2.1990926265716553,-0.013263091444969177,0.2732338309288025,0.8801825270056725,1005.0,257280.0,3746.3696013819426,16465920.0 +154.85,7.400000095367432,4508.0,0.009984920732676983,0.1345621794462204,2.178670644760132,-0.015141698531806469,0.25602829456329346,0.8617034703493118,1006.0,257536.0,3750.004840282025,16482304.0 +133.48,7.199999809265137,4484.0,0.008560358546674252,0.11175537109375,2.1919658184051514,-0.012746620923280716,0.2521672546863556,0.8765183016657829,1007.0,257792.0,3753.658929663943,16498688.0 +145.89,6.900000095367432,4101.0,0.008410892449319363,0.1044718399643898,2.1993722915649414,-0.011087127029895782,0.40832415223121643,0.8235414028167725,1008.0,258048.0,3757.6543637609575,16515072.0 +135.14,7.5,4415.0,0.00844738632440567,0.1028849259018898,2.2151992321014404,-0.0116030378267169,0.3096460998058319,0.8748746365308762,1009.0,258304.0,3761.3656235919334,16531456.0 +105.91,7.400000095367432,4556.0,0.008323660120368004,0.1053466796875,2.199225425720215,-0.014172240160405636,0.3333381116390228,0.8706584870815277,1010.0,258560.0,3764.9621895740274,16547840.0 +146.87,7.800000190734863,4451.0,0.008830754086375237,0.118408203125,2.19130539894104,-0.011871539987623692,0.35178208351135254,0.8681688755750656,1011.0,258816.0,3768.64348916593,16564224.0 +103.84,8.199999809265137,4305.0,0.00966713484376669,0.1053263321518898,2.213751792907715,-0.012376680970191956,0.31045621633529663,0.8776098489761353,1012.0,259072.0,3772.4494000289124,16580608.0 +139.6,8.0,4484.0,0.008622881956398487,0.1089884415268898,2.2103469371795654,-0.013559762388467789,0.26007914543151855,0.8900848031044006,1013.0,259328.0,3776.1039288959,16596992.0 +163.26,7.699999809265137,4251.0,0.009466907940804958,0.1208699569106102,2.229621410369873,-0.013305362313985825,0.22129081189632416,0.8805338516831398,1014.0,259584.0,3779.959393760888,16613376.0 +186.9,7.0,4314.0,0.008442721329629421,0.1107177734375,2.2027177810668945,-0.012461525388062,0.29363003373146057,0.8488346189260483,1015.0,259840.0,3783.7580043480266,16629760.0 +138.48,8.300000190734863,4709.0,0.009200537577271461,0.1183268204331398,2.1471683979034424,-0.01448128279298544,0.26568594574928284,0.8659700304269791,1016.0,260096.0,3787.237958543934,16646144.0 +159.22,7.699999809265137,4691.0,0.010938976891338825,0.1349283903837204,2.1407406330108643,-0.010752796195447445,0.3225386142730713,0.830855667591095,1017.0,260352.0,3790.731199164875,16662528.0 +133.85,7.599999904632568,4758.0,0.008745566941797733,0.11346435546875,2.176877498626709,-0.013187873177230358,0.32099220156669617,0.8457036763429642,1018.0,260608.0,3794.17509317887,16678912.0 +116.37,7.400000095367432,4666.0,0.0076727494597435,0.0961100235581398,2.206601858139038,-0.01240219920873642,0.331011563539505,0.8525584191083908,1019.0,260864.0,3797.6873230549973,16695296.0 +178.62,7.599999904632568,4731.0,0.009119770489633083,0.10577392578125,2.2584547996520996,-0.011877045035362244,0.27331608533859253,0.8706856966018677,1020.0,261120.0,3801.1509306200314,16711680.0 +161.05,7.5,4533.0,0.008202600292861462,0.1056722030043602,2.2226808071136475,-0.013758379966020584,0.24254392087459564,0.9014570042490959,1021.0,261376.0,3804.7660088189878,16728064.0 +163.89,7.800000190734863,4501.0,0.010654428042471409,0.1298421174287796,2.2051496505737305,-0.012905132956802845,0.3414674997329712,0.8565563708543777,1022.0,261632.0,3808.4068960659206,16744448.0 +146.01,8.0,4578.0,0.008807665668427944,0.1180623397231102,2.208923578262329,-0.013121436350047588,0.3127032220363617,0.8780333250761032,1023.0,261888.0,3811.9861900368705,16760832.0 +181.31,7.599999904632568,4852.0,0.008667591027915478,0.1169840469956398,2.2059667110443115,-0.010996057651937008,0.25839877128601074,0.9003655090928078,1024.0,262144.0,3815.363067585975,16777216.0 +119.65,7.800000190734863,4773.0,0.008498343639075756,0.1128743514418602,2.217360258102417,-0.01212307345122099,0.3391473591327667,0.8623736798763275,1025.0,262400.0,3818.7966317739338,16793600.0 +139.96,7.900000095367432,4729.0,0.010158419609069824,0.13525390625,2.206336736679077,-0.016032082960009575,0.24054484069347382,0.8992462158203125,1026.0,262656.0,3822.261693402892,16809984.0 +140.92,7.599999904632568,4678.0,0.009842458181083202,0.1302897185087204,2.220303773880005,-0.010921320877969265,0.3663036823272705,0.8311558067798615,1027.0,262912.0,3825.7644502129406,16826368.0 +147.6,7.5,4688.0,0.009060214273631573,0.1213582381606102,2.223942518234253,-0.009466796182096004,0.43528953194618225,0.7971565127372742,1028.0,263168.0,3829.260001916904,16842752.0 +131.21,8.399999618530273,4546.0,0.008871248923242092,0.1130777969956398,2.2014846801757812,-0.012415871024131775,0.23308368027210236,0.8798261061310768,1029.0,263424.0,3832.864556754008,16859136.0 +151.39,8.0,4505.0,0.010090567171573639,0.1333821564912796,2.1941821575164795,-0.014703214168548584,0.28551754355430603,0.8703019320964813,1030.0,263680.0,3836.5018880609423,16875520.0 +81.86,8.5,4503.0,0.01015522237867117,0.1418050080537796,2.1846158504486084,-0.012255548499524593,0.25517746806144714,0.8931185826659203,1031.0,263936.0,3840.1404579340015,16891904.0 +141.91,8.100000381469727,4392.0,0.008605408482253551,0.1050008162856102,2.2124733924865723,-0.011464106850326061,0.26023539900779724,0.8809855729341507,1032.0,264192.0,3843.8723426579963,16908288.0 +113.26,8.399999618530273,4675.0,0.0079701142385602,0.1011149063706398,2.16313099861145,-0.013022911734879017,0.39157459139823914,0.8285455107688904,1033.0,264448.0,3847.3774040979333,16924672.0 +162.87,7.900000095367432,4588.0,0.008812830783426762,0.1112467423081398,2.188300371170044,-0.01329314336180687,0.2376214861869812,0.8783748224377632,1034.0,264704.0,3850.950939162867,16941056.0 +201.35,7.400000095367432,4760.0,0.008997342549264431,0.1148274764418602,2.1936728954315186,-0.01332303136587143,0.3061505854129791,0.8722396194934845,1035.0,264960.0,3854.393214027863,16957440.0 +95.48,7.800000190734863,4927.0,0.011404617689549923,0.14068603515625,2.1521265506744385,-0.015349477529525757,0.22576862573623657,0.910624735057354,1036.0,265216.0,3857.7192161639687,16973824.0 +105.72,8.199999809265137,4609.0,0.00991880800575018,0.1338297575712204,2.1716668605804443,-0.01044806931167841,0.37429991364479065,0.8701085448265076,1037.0,265472.0,3861.2740610318724,16990208.0 +176.51,7.400000095367432,4407.0,0.008550113998353481,0.10430908203125,2.176607131958008,-0.011941343545913696,0.263078510761261,0.897155188024044,1038.0,265728.0,3864.992285321001,17006592.0 +131.28,7.5,4235.0,0.011335321702063084,0.1520182341337204,2.1556947231292725,-0.012356378138065338,0.3011243939399719,0.8634257912635803,1039.0,265984.0,3868.861267850036,17022976.0 +124.49,8.600000381469727,4564.0,0.01138001773506403,0.1358439177274704,2.1809282302856445,-0.012799826450645924,0.22103452682495117,0.9003759920597076,1040.0,266240.0,3872.451720410958,17039360.0 +165.2,7.699999809265137,4476.0,0.010491441935300827,0.1330973356962204,2.169220447540283,-0.01219149399548769,0.34915637969970703,0.858805239200592,1041.0,266496.0,3876.112429044908,17055744.0 +117.55,7.800000190734863,4438.0,0.010554331354796886,0.13885498046875,2.163438320159912,-0.013903595507144928,0.28520870208740234,0.8791135624051094,1042.0,266752.0,3879.8044650449883,17072128.0 +110.16,8.0,4500.0,0.009655668400228024,0.1259765625,2.143758535385132,-0.011697574518620968,0.3017844259738922,0.8719204664230347,1043.0,267008.0,3883.4458337470423,17088512.0 +126.54,7.099999904632568,4496.0,0.009626033715903759,0.120849609375,2.1638238430023193,-0.009766609407961369,0.39712491631507874,0.8408433049917221,1044.0,267264.0,3887.0901676958892,17104896.0 +102.39,8.300000190734863,4138.0,0.011129823513329029,0.1405232697725296,2.163168430328369,-0.013250146061182022,0.23923511803150177,0.9000926464796066,1045.0,267520.0,3891.0496075858828,17121280.0 +107.57,8.399999618530273,4120.0,0.008967976085841656,0.1180013045668602,2.1580402851104736,-0.012745297513902187,0.24127840995788574,0.8894078359007835,1046.0,267776.0,3895.0269924649037,17137664.0 +133.16,8.399999618530273,4219.0,0.009498142637312412,0.12841796875,2.154283285140991,-0.01104391273111105,0.2614572048187256,0.8835876882076263,1047.0,268032.0,3898.9104317638557,17154048.0 +165.4,8.300000190734863,4410.0,0.00907376129180193,0.11224365234375,2.138665199279785,-0.012102972716093063,0.2555672228336334,0.869739830493927,1048.0,268288.0,3902.625869306037,17170432.0 +118.15,8.399999618530273,4378.0,0.009383554570376873,0.125,2.162698745727539,-0.012688097544014454,0.24112026393413544,0.8767461106181145,1049.0,268544.0,3906.368838779861,17186816.0 +149.74,8.100000381469727,4413.0,0.011222188360989094,0.1497802734375,2.1920199394226074,-0.012063279747962952,0.28388962149620056,0.8661920428276062,1050.0,268800.0,3910.0818786039017,17203200.0 +113.94,8.199999809265137,4180.0,0.009795420803129673,0.1248779296875,2.1472532749176025,-0.01359495148062706,0.35695791244506836,0.8594271391630173,1051.0,269056.0,3914.0020275998395,17219584.0 +140.92,7.599999904632568,4194.0,0.00864987913519144,0.1124064102768898,2.1427314281463623,-0.013439222238957882,0.28539320826530457,0.8968964591622353,1052.0,269312.0,3917.909024626948,17235968.0 +95.4,8.899999618530273,4133.0,0.008943905122578144,0.11578369140625,2.131983518600464,-0.012621502391994,0.23917752504348755,0.9113126769661903,1053.0,269568.0,3921.8738002299797,17252352.0 +112.13,8.5,4132.0,0.010718990117311478,0.13818359375,2.176051378250122,-0.013200528919696808,0.2286887764930725,0.9069079831242561,1054.0,269824.0,3925.8402942579705,17268736.0 +162.09,7.900000095367432,4191.0,0.009900611825287342,0.12640380859375,2.18135666847229,-0.011733315885066986,0.28267917037010193,0.8886919841170311,1055.0,270080.0,3929.750047192909,17285120.0 +142.96,7.699999809265137,4453.0,0.011100135743618011,0.1498209685087204,2.178593158721924,-0.01128267589956522,0.2787701189517975,0.890332967042923,1056.0,270336.0,3933.430036875885,17301504.0 +132.01,8.0,4647.0,0.009654849767684937,0.1253255158662796,2.1343634128570557,-0.013204309158027172,0.3708251416683197,0.8438355326652527,1057.0,270592.0,3936.9564528469928,17317888.0 +134.39,7.199999809265137,4682.0,0.008505674079060555,0.10333251953125,2.1628456115722656,-0.012650544755160809,0.38739392161369324,0.8371897637844086,1058.0,270848.0,3940.456707210047,17334272.0 +126.43,7.699999809265137,4490.0,0.009234033524990082,0.1183064803481102,2.191689968109131,-0.01216076035052538,0.30175337195396423,0.8821010664105415,1059.0,271104.0,3944.1057666598354,17350656.0 +112.93,7.199999809265137,4529.0,0.008813411928713322,0.1164143905043602,2.2019619941711426,-0.01184785459190607,0.2648872137069702,0.892017126083374,1060.0,271360.0,3947.723625184968,17367040.0 +180.58,6.400000095367432,4245.0,0.008930496871471405,0.1126302108168602,2.206996202468872,-0.011419049464166164,0.4149637222290039,0.8189381062984467,1061.0,271616.0,3951.58336442383,17383424.0 +163.85,7.300000190734863,4613.0,0.010248122736811638,0.13824462890625,2.1926143169403076,-0.011039122939109802,0.4185131788253784,0.8328600823879242,1062.0,271872.0,3955.135326812975,17399808.0 +139.21,7.699999809265137,4510.0,0.010638738982379436,0.1366780549287796,2.201079845428467,-0.010960739105939865,0.33545783162117004,0.8712060302495956,1063.0,272128.0,3958.768705858849,17416192.0 +147.27,7.400000095367432,4203.0,0.008640899322926998,0.1126505509018898,2.2284340858459473,-0.013964105397462845,0.21992634236812592,0.9136278331279755,1064.0,272384.0,3962.6675734329037,17432576.0 +154.4,8.100000381469727,4181.0,0.011143811047077179,0.1530558317899704,2.2632217407226562,-0.01127595454454422,0.1675504893064499,0.9276650696992874,1065.0,272640.0,3966.5862487480044,17448960.0 +187.39,7.300000190734863,4342.0,0.009876959957182407,0.12994384765625,2.241609573364258,-0.011549792252480984,0.28963640332221985,0.8739348351955414,1066.0,272896.0,3970.360176748829,17465344.0 +181.39,7.699999809265137,4645.0,0.008894090540707111,0.1115315780043602,2.2120447158813477,-0.01339870784431696,0.31609705090522766,0.8709488213062286,1067.0,273152.0,3973.8874844438396,17481728.0 +173.55,7.300000190734863,4658.0,0.00812285952270031,0.10235595703125,2.191690683364868,-0.011739339679479599,0.3062417209148407,0.8707761913537979,1068.0,273408.0,3977.4052455739584,17498112.0 +153.0,7.199999809265137,4780.0,0.010330294258892536,0.1247965469956398,2.2060015201568604,-0.010867728851735592,0.2932617962360382,0.8483072370290756,1069.0,273664.0,3980.8328639010433,17514496.0 +164.43,8.199999809265137,4809.0,0.011202449910342693,0.1479695588350296,2.1837704181671143,-0.013390862382948399,0.2556506097316742,0.8701312094926834,1070.0,273920.0,3984.2403972400352,17530880.0 +185.69,6.900000095367432,4614.0,0.0106293223798275,0.1278889924287796,2.212214708328247,-0.010719846934080124,0.2918914556503296,0.853115126490593,1071.0,274176.0,3987.7937769528944,17547264.0 +165.72,8.199999809265137,4727.0,0.009256876073777676,0.11749267578125,2.1964242458343506,-0.012188511900603771,0.3378613293170929,0.8599435687065125,1072.0,274432.0,3991.2601401258726,17563648.0 +108.38,8.399999618530273,4502.0,0.01080093253403902,0.1415608674287796,2.1627018451690674,-0.012326995842158794,0.21631240844726562,0.9034507274627686,1073.0,274688.0,3994.900239013834,17580032.0 +160.62,7.400000095367432,4457.0,0.01048269122838974,0.1392008513212204,2.171984910964966,-0.012632347643375397,0.35493505001068115,0.8515330702066422,1074.0,274944.0,3998.57636044384,17596416.0 +137.72,7.099999904632568,4510.0,0.009196734055876732,0.1179402694106102,2.1954309940338135,-0.012200552970170975,0.2801033556461334,0.8653000742197037,1075.0,275200.0,4002.2095595579594,17612800.0 +145.81,8.100000381469727,4790.0,0.008764450438320637,0.1116129532456398,2.179535150527954,-0.014006380923092365,0.21083013713359833,0.8743536919355392,1076.0,275456.0,4005.6303789708763,17629184.0 +153.46,7.300000190734863,4852.0,0.008658417500555515,0.1150716170668602,2.1917059421539307,-0.012428376823663712,0.3151485025882721,0.8455461114645004,1077.0,275712.0,4009.0072403289378,17645568.0 +181.28,7.699999809265137,4598.0,0.009800677187740803,0.1355183869600296,2.18572998046875,-0.013956372626125813,0.33906421065330505,0.849479004740715,1078.0,275968.0,4012.5710911059286,17661952.0 +162.6,7.199999809265137,4695.0,0.00943795870989561,0.122314453125,2.1913740634918213,-0.013287154026329517,0.28944340348243713,0.878800243139267,1079.0,276224.0,4016.060937084956,17678336.0 +122.16,8.199999809265137,4615.0,0.009771901182830334,0.1299641877412796,2.2182605266571045,-0.013701900839805603,0.2734566032886505,0.8791379332542419,1080.0,276480.0,4019.6117888628505,17694720.0 +132.95,7.199999809265137,4550.0,0.011552035808563232,0.14227294921875,2.2208974361419678,-0.016048775985836983,0.2477545291185379,0.8838167116045952,1081.0,276736.0,4023.213634509826,17711104.0 +163.43,8.300000190734863,4615.0,0.01078325230628252,0.1426188200712204,2.187535524368286,-0.015912117436528206,0.273278146982193,0.865728348493576,1082.0,276992.0,4026.764354226878,17727488.0 +120.48,8.100000381469727,4530.0,0.011110148392617702,0.1441446989774704,2.210397958755493,-0.014273304492235184,0.20381824672222137,0.9006849676370621,1083.0,277248.0,4030.3817981230095,17743872.0 +148.18,8.100000381469727,4558.0,0.009751277975738049,0.12713623046875,2.213958740234375,-0.012146741151809692,0.21598339080810547,0.9001918733119965,1084.0,277504.0,4033.977050577989,17760256.0 +189.68,7.599999904632568,4391.0,0.008629914373159409,0.1082560196518898,2.205923557281494,-0.013121367432177067,0.28304046392440796,0.8916649371385574,1085.0,277760.0,4037.709054879844,17776640.0 +131.63,7.900000095367432,4930.0,0.010853181593120098,0.1427815705537796,2.1879496574401855,-0.015419491566717625,0.3702656328678131,0.8775859847664833,1086.0,278016.0,4041.0328082810156,17793024.0 +129.7,7.199999809265137,5043.0,0.009313362650573254,0.1180419921875,2.193000078201294,-0.01083255186676979,0.4015555679798126,0.849675789475441,1087.0,278272.0,4044.2823419249617,17809408.0 +88.58,8.100000381469727,4680.0,0.00981981959193945,0.1262410432100296,2.1951825618743896,-0.015477847307920456,0.37226438522338867,0.8562752306461334,1088.0,278528.0,4047.7833459929097,17825792.0 +110.67,8.100000381469727,4923.0,0.011515829712152481,0.1483154296875,2.2211592197418213,-0.016014335677027702,0.2503608167171478,0.9062749966979027,1089.0,278784.0,4051.1118977039587,17842176.0 +107.07,7.599999904632568,4769.0,0.010540294460952282,0.1393636018037796,2.191530227661133,-0.015356376767158508,0.3831336498260498,0.8701872825622559,1090.0,279040.0,4054.547992222011,17858560.0 +102.59,8.100000381469727,4678.0,0.00994062889367342,0.1326090544462204,2.214416742324829,-0.015343853272497654,0.1784706562757492,0.9347638040781021,1091.0,279296.0,4058.051590651972,17874944.0 +97.95,8.0,4688.0,0.011779221706092358,0.1514485627412796,2.1721150875091553,-0.013204686343669891,0.3019951581954956,0.889620378613472,1092.0,279552.0,4061.547038718825,17891328.0 +179.42,7.599999904632568,4613.0,0.008208868093788624,0.0987141951918602,2.1715972423553467,-0.01249867957085371,0.31298139691352844,0.8786366060376167,1093.0,279808.0,4065.0987544688396,17907712.0 +166.01,7.699999809265137,4616.0,0.00935623049736023,0.12530517578125,2.165031671524048,-0.01340258214622736,0.33433905243873596,0.8571169376373291,1094.0,280064.0,4068.6489014779218,17924096.0 +116.47,7.800000190734863,4703.0,0.01093632448464632,0.1446126252412796,2.1430859565734863,-0.014884553849697113,0.3111687898635864,0.831481084227562,1095.0,280320.0,4072.133150046924,17940480.0 +97.18,8.100000381469727,4721.0,0.009676865302026272,0.1256103515625,2.1536004543304443,-0.014296199195086956,0.2971116602420807,0.8551449477672577,1096.0,280576.0,4075.603691051947,17956864.0 +170.76,8.199999809265137,4643.0,0.009933275170624256,0.130615234375,2.1281204223632812,-0.013060669414699078,0.32695063948631287,0.8601149320602417,1097.0,280832.0,4079.1329704569653,17973248.0 +135.14,7.900000095367432,4541.0,0.010035145096480846,0.1253458708524704,2.132746934890747,-0.014670236967504025,0.3203462064266205,0.8759595230221748,1098.0,281088.0,4082.741517310962,17989632.0 +105.15,7.599999904632568,4671.0,0.011470578610897064,0.1436767578125,2.1781129837036133,-0.011964012868702412,0.20146538317203522,0.9122961834073067,1099.0,281344.0,4086.250193309039,18006016.0 +121.92,7.599999904632568,4530.0,0.009858532808721066,0.1322021484375,2.1534993648529053,-0.01378841232508421,0.38604357838630676,0.8539803773164749,1100.0,281600.0,4089.8673847569153,18022400.0 +126.9,8.199999809265137,4514.0,0.010003838688135147,0.1333821564912796,2.1514337062835693,-0.014126700349152088,0.2891562283039093,0.8944021984934807,1101.0,281856.0,4093.4972801348194,18038784.0 +138.19,7.699999809265137,4659.0,0.011292099952697754,0.1409708708524704,2.1561193466186523,-0.01622483879327774,0.32746315002441406,0.8804552406072617,1102.0,282112.0,4097.014459878905,18055168.0 +123.9,8.300000190734863,4700.0,0.01085436437278986,0.1397298127412796,2.1774914264678955,-0.013482078909873962,0.21738581359386444,0.9070649147033691,1103.0,282368.0,4100.501022457844,18071552.0 +136.55,8.199999809265137,4643.0,0.011914324946701527,0.1571858674287796,2.205491304397583,-0.018052615225315094,0.1517670601606369,0.9383629932999611,1104.0,282624.0,4104.0306031049695,18087936.0 +108.35,8.399999618530273,4765.0,0.009452206082642078,0.1266072541475296,2.1617865562438965,-0.012614102102816105,0.24391253292560577,0.9097338616847992,1105.0,282880.0,4107.469793027965,18104320.0 +140.08,7.800000190734863,4765.0,0.009524526074528694,0.1175130233168602,2.165956497192383,-0.012146408669650555,0.29982420802116394,0.8845629096031189,1106.0,283136.0,4110.908845799975,18120704.0 +212.17,6.400000095367432,4545.0,0.008512256667017937,0.1107991561293602,2.163964033126831,-0.014301352202892303,0.42466530203819275,0.8433585166931152,1107.0,283392.0,4114.516803313978,18137088.0 +99.21,7.0,4560.0,0.008906181901693344,0.1129964217543602,2.1450679302215576,-0.010808835737407207,0.444242388010025,0.8170847594738007,1108.0,283648.0,4118.109879568918,18153472.0 +135.54,7.800000190734863,4542.0,0.007020521908998489,0.08038330078125,2.1996009349823,-0.012852643616497517,0.2974996566772461,0.8880374878644943,1109.0,283904.0,4121.717772410018,18169856.0 +117.68,8.0,4544.0,0.012708998285233974,0.1440226286649704,2.1907358169555664,-0.012231948785483837,0.20915581285953522,0.918335884809494,1110.0,284160.0,4125.3239951659925,18186240.0 +193.17,7.5,4551.0,0.012472271919250488,0.1384073942899704,2.187356948852539,-0.013207592070102692,0.3205915689468384,0.8802576214075089,1111.0,284416.0,4128.924754385836,18202624.0 +165.94,7.199999809265137,4696.0,0.008831958286464214,0.1133219376206398,2.1962127685546875,-0.01534129399806261,0.34068652987480164,0.8615390658378601,1112.0,284672.0,4132.414192141034,18219008.0 +137.47,8.100000381469727,4783.0,0.009760761633515358,0.1216227188706398,2.1476526260375977,-0.013242530636489391,0.39803633093833923,0.8234576731920242,1113.0,284928.0,4135.840477350866,18235392.0 +110.25,8.800000190734863,4700.0,0.011486019007861614,0.1461995393037796,2.1510837078094482,-0.015004243701696396,0.20876957476139069,0.9018907845020294,1114.0,285184.0,4139.326847695047,18251776.0 +172.44,7.599999904632568,4512.0,0.009997489862143993,0.12933349609375,2.1650757789611816,-0.015074465423822403,0.31175532937049866,0.8630466908216476,1115.0,285440.0,4142.958519760985,18268160.0 +116.51,7.5,4538.0,0.010725942440330982,0.1374308317899704,2.1364285945892334,-0.013635228388011456,0.3371213972568512,0.8532708287239075,1116.0,285696.0,4146.5689793818165,18284544.0 +130.89,7.400000095367432,4196.0,0.01018430758267641,0.1317545622587204,2.14438796043396,-0.013777431100606918,0.29079630970954895,0.882536493241787,1117.0,285952.0,4150.47376576392,18300928.0 +164.43,7.5,4586.0,0.010460134595632553,0.1404011994600296,2.131070375442505,-0.013269898481667042,0.24445009231567383,0.8975791409611702,1118.0,286208.0,4154.047355824849,18317312.0 +169.78,7.599999904632568,4610.0,0.011279691010713577,0.1470540314912796,2.1301660537719727,-0.013765311799943447,0.3036523759365082,0.868240013718605,1119.0,286464.0,4157.60192950489,18333696.0 +125.97,8.699999809265137,4783.0,0.014161190949380398,0.1736246794462204,2.1383249759674072,-0.014860752038657665,0.19420163333415985,0.9198757708072662,1120.0,286720.0,4161.0282195350155,18350080.0 +133.18,7.5,4552.0,0.011442855931818485,0.1455281525850296,2.176375389099121,-0.012187938205897808,0.29306110739707947,0.8872557505965233,1121.0,286976.0,4164.628032536013,18366464.0 +139.44,8.300000190734863,4866.0,0.010214484296739101,0.1300862580537796,2.1874969005584717,-0.01497569214552641,0.192646786570549,0.9349892139434814,1122.0,287232.0,4167.996049797861,18382848.0 +130.45,8.100000381469727,4427.0,0.012093518860638142,0.1615193635225296,2.117396593093872,-0.013698394410312176,0.3733879327774048,0.8829601481556892,1123.0,287488.0,4171.697369344998,18399232.0 +116.76,8.5,4554.0,0.010501728393137455,0.14056396484375,2.1539406776428223,-0.014623917639255524,0.27694422006607056,0.8957780748605728,1124.0,287744.0,4175.2954063899815,18415616.0 +90.52,8.0,4386.0,0.010066690854728222,0.1318766325712204,2.1630446910858154,-0.01129300519824028,0.24962593615055084,0.9036789461970329,1125.0,288000.0,4179.031391447876,18432000.0 +105.2,7.300000190734863,4525.0,0.008923039771616459,0.1143595352768898,2.178865432739258,-0.01278682705014944,0.22897054255008698,0.9084055423736572,1126.0,288256.0,4182.6526123159565,18448384.0 +191.54,7.0,4598.0,0.007845975458621979,0.0931599959731102,2.1500492095947266,-0.011492173187434673,0.40321603417396545,0.8531657606363297,1127.0,288512.0,4186.215904288925,18464768.0 +162.1,7.599999904632568,4529.0,0.00863464456051588,0.1126302108168602,2.1460483074188232,-0.011977669782936573,0.3675343096256256,0.8546308428049088,1128.0,288768.0,4189.833724602824,18481152.0 +153.75,7.599999904632568,4488.0,0.008087385445833206,0.1046549454331398,2.1535799503326416,-0.011224602349102497,0.3605189025402069,0.848511204123497,1129.0,289024.0,4193.484437174862,18497536.0 +87.22,7.5,4524.0,0.01096103060990572,0.1446126252412796,2.205279588699341,-0.014382408000528812,0.3083120882511139,0.8533782958984375,1130.0,289280.0,4197.1065799759235,18513920.0 +142.32,7.900000095367432,4543.0,0.009778372012078762,0.1259765625,2.192674398422241,-0.011854584328830242,0.32190218567848206,0.8579267859458923,1131.0,289536.0,4200.713753449032,18530304.0 +117.15,7.400000095367432,4544.0,0.010469354689121246,0.1328328400850296,2.172218084335327,-0.014014909975230694,0.2925179898738861,0.8811943382024765,1132.0,289792.0,4204.320355325937,18546688.0 +131.4,8.0,4521.0,0.008871461264789104,0.1136881485581398,2.154663324356079,-0.012141555547714233,0.4389723539352417,0.8348074853420258,1133.0,290048.0,4207.945069013862,18563072.0 +115.2,8.199999809265137,4508.0,0.010185131803154945,0.1318155974149704,2.157076358795166,-0.011514938436448574,0.3329237997531891,0.8498292863368988,1134.0,290304.0,4211.579635301838,18579456.0 +94.76,8.399999618530273,4539.0,0.007974823005497456,0.09954833984375,2.173245668411255,-0.012032921425998211,0.3076845407485962,0.8755975291132927,1135.0,290560.0,4215.189798869891,18595840.0 +125.76,8.199999809265137,4505.0,0.008291187696158886,0.1051025390625,2.17242169380188,-0.01527715940028429,0.29086577892303467,0.8642528802156448,1136.0,290816.0,4218.826626196038,18612224.0 +109.04,7.800000190734863,4581.0,0.009901239536702633,0.1226399764418602,2.1559255123138428,-0.011732972227036953,0.31036683917045593,0.8374637216329575,1137.0,291072.0,4222.404223114019,18628608.0 +121.22,7.699999809265137,4510.0,0.008135432377457619,0.10345458984375,2.164530038833618,-0.012621384114027023,0.37324443459510803,0.833279937505722,1138.0,291328.0,4226.037073168904,18644992.0 +112.29,7.599999904632568,4579.0,0.009340210817754269,0.1173095703125,2.160835027694702,-0.012547786347568035,0.30437907576560974,0.8480644375085831,1139.0,291584.0,4229.615232294891,18661376.0 +149.3,8.300000190734863,4499.0,0.009408511221408844,0.11737060546875,2.1850621700286865,-0.011415923945605755,0.2829093933105469,0.8273725658655167,1140.0,291840.0,4233.257626594976,18677760.0 +109.42,8.199999809265137,4639.0,0.00962728913873434,0.1227620467543602,2.1796700954437256,-0.011366893537342548,0.20438341796398163,0.8867332562804222,1141.0,292096.0,4236.790110490983,18694144.0 +170.93,7.199999809265137,4547.0,0.009893778711557388,0.1250813752412796,2.181813955307007,-0.0113582918420434,0.3711921274662018,0.8150145411491394,1142.0,292352.0,4240.393941360991,18710528.0 +146.21,7.800000190734863,4542.0,0.00889846496284008,0.1159261092543602,2.2178151607513428,-0.012457103468477726,0.21275340020656586,0.8778303191065788,1143.0,292608.0,4244.001976491883,18726912.0 +103.69,8.0,4542.0,0.009756078943610191,0.1229451522231102,2.1787312030792236,-0.011562925763428211,0.2392571121454239,0.8814099133014679,1144.0,292864.0,4247.609398617875,18743296.0 +152.28,7.5,4465.0,0.007780160289257765,0.1027018204331398,2.167738199234009,-0.01252394262701273,0.3581554591655731,0.8342536240816116,1145.0,293120.0,4251.2814634819515,18759680.0 +159.85,7.800000190734863,4305.0,0.00991517212241888,0.1281331330537796,2.186692714691162,-0.012722127139568329,0.37042224407196045,0.8181724101305008,1146.0,293376.0,4255.0879408470355,18776064.0 +87.25,8.5,4302.0,0.00906583946198225,0.1171875,2.1720893383026123,-0.013238422572612762,0.32955339550971985,0.8482681065797806,1147.0,293632.0,4258.89664703887,18792448.0 +127.18,8.0,4512.0,0.008542886935174465,0.1100056990981102,2.216108560562134,-0.014232018031179905,0.22426040470600128,0.890667736530304,1148.0,293888.0,4262.528258539969,18808832.0 +139.13,7.699999809265137,4530.0,0.007517168298363686,0.0952962264418602,2.218637704849243,-0.011956743896007538,0.35125017166137695,0.8554283380508423,1149.0,294144.0,4266.1455819078255,18825216.0 +138.53,7.599999904632568,4551.0,0.00978904776275158,0.1258137971162796,2.2037851810455322,-0.012547486461699009,0.31054532527923584,0.881825290620327,1150.0,294400.0,4269.746391915018,18841600.0 +176.86,7.699999809265137,4555.0,0.00795885268598795,0.10321044921875,2.24977970123291,-0.010375302284955978,0.28383922576904297,0.9032813534140587,1151.0,294656.0,4273.343941172818,18857984.0 +86.79,8.399999618530273,4367.0,0.009627065621316433,0.1240234375,2.2365477085113525,-0.014546655118465424,0.33552515506744385,0.8908486217260361,1152.0,294912.0,4277.09627549001,18874368.0 +66.43,8.399999618530273,4375.0,0.008427060209214687,0.0971883162856102,2.21331787109375,-0.009763435460627079,0.3724783658981323,0.8538520485162735,1153.0,295168.0,4280.841167168925,18890752.0 +109.85,8.399999618530273,4240.0,0.008507766760885715,0.1109822615981102,2.2075493335723877,-0.011474036611616611,0.27423718571662903,0.8827151656150818,1154.0,295424.0,4284.705429304857,18907136.0 +151.57,7.900000095367432,4405.0,0.008137673139572144,0.10784912109375,2.209110736846924,-0.012701625935733318,0.22438503801822662,0.8803878352046013,1155.0,295680.0,4288.425214987015,18923520.0 +134.19,7.5,4158.0,0.009701419621706009,0.1331787109375,2.234929084777832,-0.013773891143500805,0.1626310497522354,0.9055180549621582,1156.0,295936.0,4292.365496065933,18939904.0 +146.38,7.699999809265137,4237.0,0.00802262406796217,0.1040242537856102,2.2329909801483154,-0.010276778601109982,0.3424755036830902,0.8492715060710907,1157.0,296192.0,4296.2325237179175,18956288.0 +141.34,7.800000190734863,4442.0,0.008722495287656784,0.1169840469956398,2.2062275409698486,-0.013544510118663311,0.4045161008834839,0.8373256772756577,1158.0,296448.0,4299.922337151831,18972672.0 +126.3,7.599999904632568,4217.0,0.009856791235506535,0.13360595703125,2.2116754055023193,-0.014573036693036556,0.26531341671943665,0.9016255885362625,1159.0,296704.0,4303.808066396974,18989056.0 +103.23,8.100000381469727,4033.0,0.009854275733232498,0.1277058869600296,2.2184998989105225,-0.01523533184081316,0.2430514693260193,0.9084307998418808,1160.0,296960.0,4307.87102017994,19005440.0 +147.48,7.699999809265137,4063.0,0.008746353909373283,0.1138712540268898,2.2707817554473877,-0.01465558260679245,0.22248141467571259,0.9007461741566658,1161.0,297216.0,4311.903863671934,19021824.0 +191.15,7.0,4269.0,0.008410460315644741,0.1073201522231102,2.225679636001587,-0.010987326502799988,0.3160308003425598,0.8808041289448738,1162.0,297472.0,4315.741767419968,19038208.0 +170.88,7.599999904632568,4202.0,0.00911830272525549,0.1199137344956398,2.215195655822754,-0.012922458350658417,0.2636421322822571,0.9059256613254547,1163.0,297728.0,4319.6415624639485,19054592.0 +148.48,7.400000095367432,4241.0,0.007861414924263954,0.1004638671875,2.1775848865509033,-0.01159218791872263,0.27379098534584045,0.8918597400188446,1164.0,297984.0,4323.505518306978,19070976.0 +132.73,7.800000190734863,4400.0,0.010209172032773495,0.1354777067899704,2.231055498123169,-0.0144689055159688,0.22063429653644562,0.8940538540482521,1165.0,298240.0,4327.229502019007,19087360.0 +144.69,7.5,4677.0,0.009101825766265392,0.1123860701918602,2.258345365524292,-0.012116962112486362,0.26080429553985596,0.8719748556613922,1166.0,298496.0,4330.733354256954,19103744.0 +187.38,7.699999809265137,4485.0,0.009438548237085342,0.1263224333524704,2.2512829303741455,-0.013141908682882786,0.26981958746910095,0.8746689409017563,1167.0,298752.0,4334.386818269966,19120128.0 +186.02,7.199999809265137,4664.0,0.01023565698415041,0.134521484375,2.2562856674194336,-0.012213570065796375,0.2970212996006012,0.8650362640619278,1168.0,299008.0,4337.900328377029,19136512.0 +180.21,6.900000095367432,4380.0,0.009580868296325207,0.1306966096162796,2.266103982925415,-0.012162632308900356,0.32757019996643066,0.8313962519168854,1169.0,299264.0,4341.641399353044,19152896.0 +180.92,8.100000381469727,4495.0,0.010787464678287506,0.14251708984375,2.2226996421813965,-0.015163206495344639,0.24825240671634674,0.8726450204849243,1170.0,299520.0,4345.28708247398,19169280.0 +161.23,8.100000381469727,4274.0,0.010622835718095303,0.1472574919462204,2.18749737739563,-0.013670147396624088,0.2328844517469406,0.8462131917476654,1171.0,299776.0,4349.121487410041,19185664.0 +114.75,8.199999809265137,4266.0,0.00912612583488226,0.1184285506606102,2.1879866123199463,-0.012044119648635387,0.24178366363048553,0.8536314517259598,1172.0,300032.0,4352.962713582907,19202048.0 +122.56,7.599999904632568,4529.0,0.008256993256509304,0.1023763045668602,2.2241151332855225,-0.0134145962074399,0.22643809020519257,0.8763678595423698,1173.0,300288.0,4356.580769494874,19218432.0 +188.0,7.599999904632568,4765.0,0.009017881937325,0.1129353865981102,2.219835042953491,-0.010505088604986668,0.3192220628261566,0.8448489755392075,1174.0,300544.0,4360.020004382823,19234816.0 +164.51,7.699999809265137,4756.0,0.010022838599979877,0.1259765625,2.2394304275512695,-0.012330164201557636,0.3216067850589752,0.8377837240695953,1175.0,300800.0,4363.465587017825,19251200.0 +163.03,8.0,4713.0,0.010333281941711903,0.141357421875,2.1976802349090576,-0.014976714737713337,0.30862584710121155,0.8370337337255478,1176.0,301056.0,4366.942578783026,19267584.0 +134.75,7.900000095367432,4663.0,0.010229870676994324,0.1344197541475296,2.2205862998962402,-0.012772898189723492,0.27400916814804077,0.8443286865949631,1177.0,301312.0,4370.457136061043,19283968.0 +96.33,7.699999809265137,4405.0,0.010017426684498787,0.1363728791475296,2.2050843238830566,-0.014070604927837849,0.33164283633232117,0.8177273571491241,1178.0,301568.0,4374.17679127492,19300352.0 +166.23,8.100000381469727,4648.0,0.009074369445443153,0.1112874373793602,2.2301554679870605,-0.012939347885549068,0.24266618490219116,0.8379562199115753,1179.0,301824.0,4377.702003207989,19316736.0 +162.49,7.099999904632568,4587.0,0.010290268808603287,0.1415812224149704,2.239842653274536,-0.01172617357224226,0.32808178663253784,0.7898541390895844,1180.0,302080.0,4381.274384950986,19333120.0 +155.43,7.699999809265137,4593.0,0.009927571751177311,0.1141357421875,2.1888716220855713,-0.013875174336135387,0.3208130896091461,0.8194332122802734,1181.0,302336.0,4384.841798419831,19349504.0 +162.04,8.100000381469727,4500.0,0.011283005587756634,0.1416422575712204,2.191728353500366,-0.014409777708351612,0.28627467155456543,0.8618228882551193,1182.0,302592.0,4388.482696093852,19365888.0 +176.69,7.099999904632568,4663.0,0.009296096861362457,0.119384765625,2.180387258529663,-0.014195114374160767,0.3778729736804962,0.8234381973743439,1183.0,302848.0,4391.996341518825,19382272.0 +135.92,8.100000381469727,4821.0,0.008408219553530216,0.1104736328125,2.1921868324279785,-0.013065953738987446,0.2373887300491333,0.8981949687004089,1184.0,303104.0,4395.394959853962,19398656.0 +160.99,7.800000190734863,4477.0,0.008723735809326172,0.1097615584731102,2.2036778926849365,-0.013441606424748898,0.29519346356391907,0.877909317612648,1185.0,303360.0,4399.05578097282,19415040.0 +184.96,7.199999809265137,4143.0,0.010104634799063206,0.1341552734375,2.1888468265533447,-0.011950411833822727,0.3361262083053589,0.8560163229703903,1186.0,303616.0,4403.01087213587,19431424.0 +106.94,7.699999809265137,4247.0,0.009693636558949947,0.12200927734375,2.172877073287964,-0.012049954384565353,0.2662196159362793,0.8722758442163467,1187.0,303872.0,4406.868661456974,19447808.0 +151.66,7.5,4140.0,0.00966083724051714,0.1263020783662796,2.156099557876587,-0.014090550132095814,0.3990718126296997,0.8186013847589493,1188.0,304128.0,4410.825955227017,19464192.0 +127.01,7.5,4277.0,0.009858165867626667,0.12249755859375,2.1564550399780273,-0.013621524907648563,0.4380667209625244,0.7480573952198029,1189.0,304384.0,4414.657670659944,19480576.0 +121.64,7.599999904632568,4310.0,0.009324726648628712,0.1180013045668602,2.197275161743164,-0.015057310461997986,0.382395476102829,0.8147892951965332,1190.0,304640.0,4418.459692314966,19496960.0 +119.4,8.199999809265137,4665.0,0.01023702509701252,0.1302286833524704,2.210502862930298,-0.013401858508586884,0.2625243365764618,0.876963347196579,1191.0,304896.0,4421.972729353001,19513344.0 +134.34,8.100000381469727,4612.0,0.009312084876000881,0.11700439453125,2.251777410507202,-0.012715335935354233,0.17981654405593872,0.9221279174089432,1192.0,305152.0,4425.5252618428785,19529728.0 +205.76,7.900000095367432,4698.0,0.010494589805603027,0.144287109375,2.2091262340545654,-0.012714199721813202,0.2435593456029892,0.9134221524000168,1193.0,305408.0,4429.01391184004,19546112.0 +171.65,7.300000190734863,4439.0,0.01093344483524561,0.1428019255399704,2.157155990600586,-0.014432120136916637,0.2961772680282593,0.8861730694770813,1194.0,305664.0,4432.705265832832,19562496.0 +141.82,8.600000381469727,4379.0,0.011832735501229763,0.1542765349149704,2.165255308151245,-0.016363399103283882,0.192033052444458,0.9228780195116997,1195.0,305920.0,4436.447343912907,19578880.0 +101.36,8.399999618530273,4379.0,0.010917113162577152,0.15032958984375,2.167253255844116,-0.015069525688886642,0.2443750947713852,0.9007708132266998,1196.0,306176.0,4440.193065559957,19595264.0 +177.86,7.900000095367432,4534.0,0.009297882206737995,0.1205647811293602,2.1892917156219482,-0.013501460663974285,0.2574087083339691,0.8866596445441246,1197.0,306432.0,4443.80720639904,19611648.0 +157.08,6.900000095367432,4296.0,0.010539956390857697,0.1416829377412796,2.175333023071289,-0.011978457681834698,0.3240324556827545,0.863561138510704,1198.0,306688.0,4447.621834408026,19628032.0 +110.45,7.599999904632568,4226.0,0.011982674710452557,0.14459228515625,2.1660122871398926,-0.012990607880055904,0.32512998580932617,0.8615263253450394,1199.0,306944.0,4451.499024248915,19644416.0 +180.23,7.400000095367432,4564.0,0.01014216709882021,0.1304524689912796,2.1408016681671143,-0.011584003455936909,0.29896289110183716,0.8819347843527794,1200.0,307200.0,4455.0893760239705,19660800.0 +153.75,7.800000190734863,4574.0,0.009682976640760899,0.1217854842543602,2.1389009952545166,-0.013577674515545368,0.35923922061920166,0.8692100942134857,1201.0,307456.0,4458.672017922858,19677184.0 +154.45,7.300000190734863,4788.0,0.009919327683746815,0.1313273161649704,2.159940004348755,-0.014800827018916607,0.26286426186561584,0.887225054204464,1202.0,307712.0,4462.094585876912,19693568.0 +203.57,8.0,4862.0,0.01113203540444374,0.1527099609375,2.166855812072754,-0.011677288450300694,0.3132116496562958,0.8788381218910217,1203.0,307968.0,4465.464979525888,19709952.0 +88.23,8.100000381469727,4523.0,0.012226986698806286,0.1519368439912796,2.1680233478546143,-0.015827255323529243,0.22965650260448456,0.901988111436367,1204.0,308224.0,4469.088475037832,19726336.0 +158.25,7.199999809265137,4383.0,0.011015675030648708,0.1381632536649704,2.153418779373169,-0.013372221030294895,0.3665350377559662,0.8644646257162094,1205.0,308480.0,4472.826562603004,19742720.0 +88.08,8.600000381469727,4394.0,0.010588896460831165,0.145751953125,2.1822457313537598,-0.014146440662443638,0.13146330416202545,0.9451766274869442,1206.0,308736.0,4476.556108538993,19759104.0 +184.78,7.400000095367432,4445.0,0.009580470621585846,0.1270548552274704,2.1874892711639404,-0.012701013125479221,0.3396141827106476,0.8642235398292542,1207.0,308992.0,4480.242301841034,19775488.0 +160.83,7.699999809265137,4680.0,0.011045644991099834,0.1439615935087204,2.18044376373291,-0.01559236366301775,0.22408080101013184,0.8989452421665192,1208.0,309248.0,4483.743181427941,19791872.0 +149.14,8.0,4808.0,0.011263514868915081,0.1359456330537796,2.14578914642334,-0.014255400747060776,0.3053453266620636,0.8687726259231567,1209.0,309504.0,4487.15130111482,19808256.0 +168.39,7.800000190734863,4610.0,0.01102131512016058,0.15313720703125,2.151573896408081,-0.015868188813328743,0.28451499342918396,0.8838619291782379,1210.0,309760.0,4490.7061354808975,19824640.0 +140.07,8.300000190734863,4312.0,0.011976274661719799,0.15362548828125,2.175511121749878,-0.012144394218921661,0.21603751182556152,0.9119726866483688,1211.0,310016.0,4494.505740470951,19841024.0 +124.75,8.0,4189.0,0.010683175176382065,0.1292724609375,2.2219297885894775,-0.01463298499584198,0.23950017988681793,0.8994656652212143,1212.0,310272.0,4498.417411993025,19857408.0 +166.54,7.599999904632568,4194.0,0.009236784651875496,0.1232096329331398,2.2029824256896973,-0.013477995060384274,0.3160226047039032,0.8637125641107559,1213.0,310528.0,4502.324241318973,19873792.0 +123.13,8.399999618530273,4028.0,0.010786195285618305,0.14556884765625,2.2029430866241455,-0.015141099691390991,0.16099531948566437,0.9165593460202217,1214.0,310784.0,4506.3918565839995,19890176.0 +163.47,7.5,3936.0,0.010056136175990105,0.1298624724149704,2.192958116531372,-0.013850178569555283,0.2848605811595917,0.8672561794519424,1215.0,311040.0,4510.554682034999,19906560.0 +140.77,7.599999904632568,3993.0,0.010135333985090256,0.12493896484375,2.1654176712036133,-0.012949059717357159,0.2830246686935425,0.8638871163129807,1216.0,311296.0,4514.658508647932,19922944.0 +216.03,7.5,4111.0,0.008879058063030243,0.1178181990981102,2.156146764755249,-0.012766811065375805,0.28394126892089844,0.889785535633564,1217.0,311552.0,4518.644260467961,19939328.0 +101.13,8.300000190734863,4120.0,0.008767367340624332,0.1125895157456398,2.128105878829956,-0.012104779481887817,0.24040637910366058,0.8972894996404648,1218.0,311808.0,4522.622039380949,19955712.0 +153.84,8.0,4268.0,0.012139533646404743,0.1589762419462204,2.1745522022247314,-0.011120520532131195,0.2867998778820038,0.8654672801494598,1219.0,312064.0,4526.461519975914,19972096.0 +154.56,7.699999809265137,4355.0,0.009631450287997723,0.1256917268037796,2.1725833415985107,-0.011807302944362164,0.2574675977230072,0.8972967639565468,1220.0,312320.0,4530.224516362883,19988480.0 +160.35,7.599999904632568,4589.0,0.009684629738330841,0.1204833984375,2.1906509399414062,-0.011293222196400166,0.2815307080745697,0.8712803870439529,1221.0,312576.0,4533.794903174043,20004864.0 +177.45,7.300000190734863,4561.0,0.007357505615800619,0.0926920548081398,2.1860759258270264,-0.011159427464008331,0.4039252698421478,0.8393338173627853,1222.0,312832.0,4537.3883515258785,20021248.0 +121.64,7.400000095367432,4621.0,0.007774343714118004,0.10003662109375,2.213087797164917,-0.012923662550747395,0.23517048358917236,0.8978589922189713,1223.0,313088.0,4540.9342710739,20037632.0 +206.87,7.400000095367432,4466.0,0.010742907412350178,0.1458943635225296,2.2111663818359375,-0.012673360295593739,0.2923155725002289,0.8669562637805939,1224.0,313344.0,4544.603058777982,20054016.0 +142.81,7.699999809265137,4584.0,0.010541662573814392,0.136962890625,2.1726014614105225,-0.012441844679415226,0.3276231288909912,0.8650853037834167,1225.0,313600.0,4548.177586420905,20070400.0 +125.1,8.100000381469727,4719.0,0.010000503621995449,0.1185302734375,2.1328752040863037,-0.013473724015057087,0.36038753390312195,0.8610862791538239,1226.0,313856.0,4551.6498835908715,20086784.0 +98.45,7.900000095367432,4490.0,0.00898153055459261,0.1112060546875,2.1198368072509766,-0.011881455779075623,0.27434641122817993,0.8938983306288719,1227.0,314112.0,4555.29937774688,20103168.0 +129.77,8.5,4538.0,0.009196027182042599,0.1237589493393898,2.1096837520599365,-0.012737102806568146,0.23176716268062592,0.8989724814891815,1228.0,314368.0,4558.910545643885,20119552.0 +129.82,8.399999618530273,4362.0,0.012141064740717411,0.1451416015625,2.117896318435669,-0.011983759701251984,0.24482013285160065,0.8908585831522942,1229.0,314624.0,4562.666767111979,20135936.0 +163.71,7.400000095367432,4400.0,0.010965260677039623,0.14923095703125,2.109337091445923,-0.010587123222649097,0.3240897059440613,0.8687974512577057,1230.0,314880.0,4566.393244714942,20152320.0 +99.01,8.0,4144.0,0.009668522514402866,0.1255086213350296,2.150559902191162,-0.01067906990647316,0.30223652720451355,0.8455006778240204,1231.0,315136.0,4570.346876083873,20168704.0 +143.48,7.5,4402.0,0.009861228987574577,0.12579345703125,2.1697816848754883,-0.01331331953406334,0.30434659123420715,0.8447604477405548,1232.0,315392.0,4574.068962089019,20185088.0 +146.99,8.0,4242.0,0.010524512268602848,0.1322224885225296,2.1490671634674072,-0.01427443977445364,0.26528480648994446,0.8724567890167236,1233.0,315648.0,4577.931809183909,20201472.0 +101.1,8.300000190734863,4101.0,0.011412541382014751,0.1380411833524704,2.133699893951416,-0.012850064784288406,0.2713647484779358,0.8815964385867119,1234.0,315904.0,4581.92707311688,20217856.0 +123.98,7.900000095367432,4223.0,0.009969075210392475,0.1295572966337204,2.1435036659240723,-0.012894105166196823,0.34316983819007874,0.8683604449033737,1235.0,316160.0,4585.807639125967,20234240.0 +59.11,8.800000190734863,4358.0,0.00971680972725153,0.1300455778837204,2.132584571838379,-0.014179709367454052,0.3132832944393158,0.8692541420459747,1236.0,316416.0,4589.568216252839,20250624.0 +96.43,8.199999809265137,4351.0,0.012204684317111969,0.1668904572725296,2.1664879322052,-0.014675182290375233,0.1825580596923828,0.9282153844833374,1237.0,316672.0,4593.3344626429025,20267008.0 +132.79,7.599999904632568,4257.0,0.010490592569112778,0.1323649138212204,2.1517581939697266,-0.013632805086672306,0.27119600772857666,0.8950723931193352,1238.0,316928.0,4597.183643055847,20283392.0 +159.95,7.699999809265137,4398.0,0.007929923944175243,0.0978597030043602,2.1953258514404297,-0.012978639453649521,0.32216373085975647,0.8712276071310043,1239.0,317184.0,4600.909219692927,20299776.0 +152.48,7.599999904632568,4127.0,0.00827980786561966,0.1033732071518898,2.209219217300415,-0.013366968370974064,0.27201220393180847,0.8925980105996132,1240.0,317440.0,4604.879852692829,20316160.0 +126.88,7.900000095367432,4293.0,0.009229968301951885,0.1168009415268898,2.214121103286743,-0.01313171535730362,0.22817300260066986,0.9160084798932076,1241.0,317696.0,4608.696537495824,20332544.0 +170.72,7.599999904632568,4389.0,0.009120196104049683,0.1201985701918602,2.1850523948669434,-0.013243521563708782,0.2495509833097458,0.9097512811422348,1242.0,317952.0,4612.43003615085,20348928.0 +102.86,7.699999809265137,4463.0,0.00964959803968668,0.1273600310087204,2.152888298034668,-0.01277489960193634,0.28682348132133484,0.8962473422288895,1243.0,318208.0,4616.101449009031,20365312.0 +182.01,7.900000095367432,4336.0,0.009879705496132374,0.1295166015625,2.1675302982330322,-0.012801977805793285,0.27057310938835144,0.9031160399317741,1244.0,318464.0,4619.8806294999085,20381696.0 +127.02,7.900000095367432,4241.0,0.009353750385344028,0.12255859375,2.1684420108795166,-0.013740641064941883,0.34435710310935974,0.8414013087749481,1245.0,318720.0,4623.744555261917,20398080.0 +129.34,7.599999904632568,4236.0,0.010876928456127644,0.1480712890625,2.1425840854644775,-0.01216015126556158,0.29735633730888367,0.8625076115131378,1246.0,318976.0,4627.614782993915,20414464.0 +116.6,7.699999809265137,4100.0,0.009686593897640705,0.123779296875,2.130162000656128,-0.014182849787175655,0.38830411434173584,0.8451357185840607,1247.0,319232.0,4631.611295688897,20430848.0 +100.4,8.199999809265137,4300.0,0.009499226696789265,0.1289469450712204,2.105278730392456,-0.014181546866893768,0.24978387355804443,0.8971429914236069,1248.0,319488.0,4635.421609289944,20447232.0 +134.09,7.599999904632568,4274.0,0.008998696692287922,0.12115478515625,2.1263153553009033,-0.012887938879430294,0.2806384563446045,0.8646096587181091,1249.0,319744.0,4639.255047869869,20463616.0 +155.41,7.699999809265137,4272.0,0.01072713639587164,0.1437784880399704,2.160174608230591,-0.013293572701513767,0.2315152883529663,0.891089990735054,1250.0,320000.0,4643.091081111925,20480000.0 +125.17,7.900000095367432,4290.0,0.009712993167340755,0.12890625,2.1489994525909424,-0.012477051466703415,0.35600343346595764,0.8550599664449692,1251.0,320256.0,4646.910974923987,20496384.0 +143.17,7.699999809265137,4143.0,0.011418875306844711,0.1523234099149704,2.1468429565429688,-0.012316353619098663,0.3472687005996704,0.8741299659013748,1252.0,320512.0,4650.865845541935,20512768.0 +144.54,7.900000095367432,4256.0,0.011083994060754776,0.1429850310087204,2.15360689163208,-0.01462114229798317,0.238054558634758,0.9121543541550636,1253.0,320768.0,4654.716185709927,20529152.0 +142.72,7.599999904632568,4470.0,0.01011188980191946,0.1304524689912796,2.149996042251587,-0.011267122812569141,0.26304182410240173,0.9119440615177155,1254.0,321024.0,4658.382392160827,20545536.0 +139.23,7.599999904632568,4696.0,0.012249874882400036,0.150146484375,2.1165883541107178,-0.010824310593307018,0.2606545686721802,0.9098868295550346,1255.0,321280.0,4661.871849962976,20561920.0 +126.85,7.699999809265137,4509.0,0.01211079116910696,0.1429036408662796,2.09883713722229,-0.012736883014440536,0.3477346897125244,0.884465865790844,1256.0,321536.0,4665.506080040941,20578304.0 +138.42,7.599999904632568,4253.0,0.00901914294809103,0.11651611328125,2.0834786891937256,-0.013530272990465164,0.3822866976261139,0.8806791603565216,1257.0,321792.0,4669.358939948026,20594688.0 +97.03,8.100000381469727,4317.0,0.00975781213492155,0.1250203400850296,2.0852606296539307,-0.012499180622398853,0.28104180097579956,0.8959850668907166,1258.0,322048.0,4673.154437926831,20611072.0 +137.84,7.900000095367432,4360.0,0.01086154580116272,0.1368204802274704,2.1164286136627197,-0.01120183989405632,0.3133510947227478,0.8865589201450348,1259.0,322304.0,4676.912190275965,20627456.0 +132.85,7.300000190734863,4414.0,0.008149877190589905,0.0995076522231102,2.16725492477417,-0.014788688160479069,0.3602176606655121,0.8559772819280624,1260.0,322560.0,4680.624353155028,20643840.0 +126.33,8.5,4253.0,0.009462565183639526,0.1235148087143898,2.126086473464966,-0.014435593038797379,0.257048100233078,0.8944184556603432,1261.0,322816.0,4684.47677717288,20660224.0 +104.2,8.100000381469727,4241.0,0.009583081118762493,0.12103271484375,2.157015562057495,-0.011955528520047665,0.3234458267688751,0.851587325334549,1262.0,323072.0,4688.34529035585,20676608.0 +148.85,7.5,4572.0,0.009244830347597599,0.1171671524643898,2.201503038406372,-0.01362429466098547,0.28539127111434937,0.8717119842767715,1263.0,323328.0,4691.929175312864,20692992.0 +138.94,6.699999809265137,4436.0,0.00922640785574913,0.1160685196518898,2.192079782485962,-0.014065618626773357,0.3173900842666626,0.8578707724809647,1264.0,323584.0,4695.622962260852,20709376.0 +179.63,7.599999904632568,4039.0,0.00869385339319706,0.1133015975356102,2.1667587757110596,-0.012251111678779125,0.27651092410087585,0.8807901591062546,1265.0,323840.0,4699.680082402891,20725760.0 +133.26,7.599999904632568,4489.0,0.010109768249094486,0.136962890625,2.104868173599243,-0.0124445715919137,0.2962031364440918,0.8837800174951553,1266.0,324096.0,4703.330039737048,20742144.0 +100.79,8.0,4517.0,0.010810299776494503,0.1230875626206398,2.0899593830108643,-0.013635934330523014,0.3103775084018707,0.8710026293992996,1267.0,324352.0,4706.957852294901,20758528.0 +113.26,8.199999809265137,4531.0,0.01035661157220602,0.13079833984375,2.1078128814697266,-0.013204317539930344,0.26459088921546936,0.8908938616514206,1268.0,324608.0,4710.575025128899,20774912.0 +147.8,8.399999618530273,4448.0,0.01184237003326416,0.14532470703125,2.0981810092926025,-0.011921695433557034,0.35975778102874756,0.8606252670288086,1269.0,324864.0,4714.259070158936,20791296.0 +79.54,8.199999809265137,4521.0,0.010255057364702225,0.1242879256606102,2.1245477199554443,-0.013112562708556652,0.27751919627189636,0.8924226760864258,1270.0,325120.0,4717.883768999018,20807680.0 +181.63,7.5,4475.0,0.010244633071124554,0.1289469450712204,2.1584417819976807,-0.012534369714558125,0.26996004581451416,0.8925408124923706,1271.0,325376.0,4721.545650528045,20824064.0 +136.06,7.599999904632568,4506.0,0.010890779085457325,0.1351114958524704,2.1693334579467773,-0.014036484062671661,0.27549055218696594,0.8963043466210365,1272.0,325632.0,4725.182604843983,20840448.0 +133.66,8.600000381469727,4549.0,0.010574567131698132,0.1344401091337204,2.1340250968933105,-0.014410640113055706,0.22837306559085846,0.9269761890172958,1273.0,325888.0,4728.78449193202,20856832.0 +141.2,8.100000381469727,4584.0,0.0109767010435462,0.1457316130399704,2.140177011489868,-0.011958547867834568,0.32897618412971497,0.8977838903665543,1274.0,326144.0,4732.359205886023,20873216.0 +126.12,8.399999618530273,4534.0,0.011694066226482391,0.1478474885225296,2.1352241039276123,-0.014968070201575756,0.18363793194293976,0.9389739967882633,1275.0,326400.0,4735.973772746045,20889600.0 +123.8,7.699999809265137,4535.0,0.012198102660477161,0.15966796875,2.106480360031128,-0.01369908545166254,0.2075895220041275,0.9156843721866608,1276.0,326656.0,4739.586875011912,20905984.0 +113.14,7.900000095367432,4681.0,0.009161978028714657,0.1122843399643898,2.1086392402648926,-0.014899968169629574,0.33501553535461426,0.8506636023521423,1277.0,326912.0,4743.087568872841,20922368.0 +186.69,8.0,4545.0,0.009163065813481808,0.1109212264418602,2.122147798538208,-0.01348857581615448,0.3434723913669586,0.8513911217451096,1278.0,327168.0,4746.692462926032,20938752.0 +119.95,8.399999618530273,4514.0,0.011255841702222824,0.1423746794462204,2.112393617630005,-0.013619980774819851,0.2545028328895569,0.8857451826334,1279.0,327424.0,4750.32637628098,20955136.0 +111.66,8.5,4518.0,0.009354798123240471,0.1213175430893898,2.1147241592407227,-0.015530590899288654,0.2528299391269684,0.9030510261654854,1280.0,327680.0,4753.9531567378435,20971520.0 +165.83,7.5,4799.0,0.011127515695989132,0.1449381560087204,2.1512417793273926,-0.013509728014469147,0.2706546485424042,0.9035254940390587,1281.0,327936.0,4757.367330683861,20987904.0 +147.33,8.300000190734863,4382.0,0.011056240648031235,0.1489054411649704,2.1640782356262207,-0.012922394089400768,0.21384187042713165,0.9170387536287308,1282.0,328192.0,4761.106902183965,21004288.0 +131.4,7.699999809265137,4238.0,0.009500311687588692,0.1275838166475296,2.1543705463409424,-0.011558000929653645,0.29840216040611267,0.895714558660984,1283.0,328448.0,4764.973851402989,21020672.0 +146.02,7.599999904632568,4576.0,0.009637692011892796,0.1256306916475296,2.149289846420288,-0.01494304183870554,0.21575365960597992,0.9193399176001549,1284.0,328704.0,4768.554385620868,21037056.0 +131.59,7.900000095367432,4768.0,0.010316806845366955,0.13348388671875,2.157832622528076,-0.012142155319452286,0.30250242352485657,0.898121140897274,1285.0,328960.0,4771.9908945038915,21053440.0 +119.79,8.399999618530273,4556.0,0.011918817646801472,0.1446533203125,2.1629505157470703,-0.014909646473824978,0.22246240079402924,0.9191340506076813,1286.0,329216.0,4775.587772269035,21069824.0 +138.94,8.5,4468.0,0.01014822069555521,0.1329142302274704,2.1586053371429443,-0.014723173342645168,0.19226475059986115,0.9226347953081131,1287.0,329472.0,4779.255645457888,21086208.0 +165.82,7.599999904632568,4638.0,0.011021244339644909,0.1467488557100296,2.1444337368011475,-0.014811009168624878,0.37230467796325684,0.8537227511405945,1288.0,329728.0,4782.788439787924,21102592.0 +131.54,7.900000095367432,4446.0,0.011067922227084637,0.14434814453125,2.1340606212615967,-0.01608637161552906,0.22783343493938446,0.9022081419825554,1289.0,329984.0,4786.473663148005,21118976.0 +111.11,7.800000190734863,4458.0,0.01070171594619751,0.1371866911649704,2.139282703399658,-0.01286589726805687,0.26977261900901794,0.8927664384245872,1290.0,330240.0,4790.149607870029,21135360.0 +122.47,7.5,4437.0,0.010820005089044571,0.13336181640625,2.1568870544433594,-0.013899053446948528,0.202613964676857,0.9116918966174126,1291.0,330496.0,4793.842627799837,21151744.0 +236.75,7.599999904632568,4660.0,0.009496579878032207,0.12200927734375,2.185473680496216,-0.01341234426945448,0.30712196230888367,0.8697318583726883,1292.0,330752.0,4797.35890388093,21168128.0 +120.86,7.900000095367432,4656.0,0.011515644378960133,0.1430257111787796,2.158484935760498,-0.015796782448887825,0.25240233540534973,0.9006340950727463,1293.0,331008.0,4800.878686376847,21184512.0 +195.55,7.099999904632568,4635.0,0.009807614609599113,0.1275838166475296,2.146960496902466,-0.012234915047883987,0.314548134803772,0.8661006391048431,1294.0,331264.0,4804.41357107088,21200896.0 +119.28,8.0,4650.0,0.011691476218402386,0.1533406525850296,2.094024419784546,-0.016020791605114937,0.233920156955719,0.8976434618234634,1295.0,331520.0,4807.938335225917,21217280.0 +108.94,8.399999618530273,4505.0,0.01102309301495552,0.14093017578125,2.076251268386841,-0.013925858773291111,0.29255130887031555,0.8795794099569321,1296.0,331776.0,4811.575242582941,21233664.0 +137.81,7.599999904632568,4659.0,0.010624459944665432,0.13995361328125,2.1112046241760254,-0.011192933656275272,0.2851124703884125,0.8806324079632759,1297.0,332032.0,4815.092195239849,21250048.0 +171.11,7.800000190734863,4657.0,0.01082757581025362,0.1274821013212204,2.14496111869812,-0.014069415628910065,0.23605690896511078,0.8987433984875679,1298.0,332288.0,4818.610571512952,21266432.0 +158.7,7.800000190734863,4369.0,0.011231865733861923,0.1411539763212204,2.193030595779419,-0.011780994944274426,0.19847841560840607,0.9149641767144203,1299.0,332544.0,4822.360661896877,21282816.0 +159.18,7.199999809265137,4389.0,0.01149869803339243,0.1376546174287796,2.1664955615997314,-0.014298677444458008,0.39186063408851624,0.8587835133075714,1300.0,332800.0,4826.094034843845,21299200.0 +154.52,7.699999809265137,4381.0,0.011355315335094929,0.1366170197725296,2.142357587814331,-0.013241413049399853,0.27654948830604553,0.9039933383464813,1301.0,333056.0,4829.834886515979,21315584.0 +158.74,7.900000095367432,4311.0,0.011371035128831863,0.14605712890625,2.104064702987671,-0.015355993062257767,0.24366332590579987,0.9124548509716988,1302.0,333312.0,4833.635332610924,21331968.0 +109.84,8.5,4524.0,0.011934862472116947,0.1496175080537796,2.098499298095703,-0.014613054692745209,0.19732554256916046,0.9136612862348557,1303.0,333568.0,4837.25734912185,21348352.0 +179.54,7.300000190734863,4553.0,0.009033271111547947,0.1168416365981102,2.149388313293457,-0.011099398136138916,0.3246016800403595,0.8500525206327438,1304.0,333824.0,4840.856600398896,21364736.0 +170.93,7.400000095367432,4535.0,0.010490906424820423,0.1345418244600296,2.130204677581787,-0.014401375316083431,0.2601858973503113,0.8851011246442795,1305.0,334080.0,4844.4694242659025,21381120.0 +193.18,7.699999809265137,4503.0,0.011767103336751461,0.1522013396024704,2.1218972206115723,-0.014338522218167782,0.2783845365047455,0.8839258551597595,1306.0,334336.0,4848.108516475884,21397504.0 +149.28,7.900000095367432,4690.0,0.010247857309877872,0.1246744766831398,2.088688373565674,-0.013955023139715195,0.3183691203594208,0.8798111453652382,1307.0,334592.0,4851.602476385888,21413888.0 +137.1,8.100000381469727,4785.0,0.01065919455140829,0.1365763396024704,2.0355050563812256,-0.015716392546892166,0.2691832184791565,0.8900729641318321,1308.0,334848.0,4855.02759592887,21430272.0 +104.58,8.199999809265137,4641.0,0.014265011064708233,0.17608642578125,2.0384933948516846,-0.01398302149027586,0.24700035154819489,0.9086201712489128,1309.0,335104.0,4858.558474797988,21446656.0 +114.77,8.0,4175.0,0.010674702934920788,0.1338907927274704,2.036731004714966,-0.013659309595823288,0.2922399938106537,0.8829545602202415,1310.0,335360.0,4862.4835271439515,21463040.0 +160.38,7.699999809265137,4149.0,0.010396383702754974,0.1386922150850296,2.0580217838287354,-0.013720282353460789,0.35270047187805176,0.8630868047475815,1311.0,335616.0,4866.433606785024,21479424.0 +111.69,7.900000095367432,4539.0,0.010196564719080925,0.1324462890625,2.0618832111358643,-0.011293008923530579,0.41777947545051575,0.8479077219963074,1312.0,335872.0,4870.043762900867,21495808.0 +120.96,8.100000381469727,4329.0,0.011757459491491318,0.1541748046875,2.1061573028564453,-0.014050956815481186,0.2478644698858261,0.8948860988020897,1313.0,336128.0,4873.828974295873,21512192.0 +112.25,8.699999809265137,4210.0,0.011536478996276855,0.1509196013212204,2.158477306365967,-0.013857190497219563,0.17903070151805878,0.9143810123205185,1314.0,336384.0,4877.720966038993,21528576.0 +162.36,7.800000190734863,4491.0,0.011256626807153225,0.1434326171875,2.1666693687438965,-0.012119811959564686,0.2678578794002533,0.8868652805685997,1315.0,336640.0,4881.3695123200305,21544960.0 +178.98,7.300000190734863,4478.0,0.009057597257196903,0.11553955078125,2.1380863189697266,-0.013881281018257141,0.3091141879558563,0.88177140802145,1316.0,336896.0,4885.028961244971,21561344.0 +161.86,7.599999904632568,4443.0,0.011961457319557667,0.15008544921875,2.087435483932495,-0.015653733164072037,0.3097521960735321,0.8746740221977234,1317.0,337152.0,4888.716949020047,21577728.0 +129.16,8.100000381469727,4633.0,0.009380205534398556,0.1251424103975296,2.044267177581787,-0.013375787995755672,0.2437761276960373,0.8933401852846146,1318.0,337408.0,4892.253528033849,21594112.0 +120.26,8.300000190734863,4416.0,0.011500921100378036,0.14727783203125,2.045339584350586,-0.01479081530123949,0.1736777424812317,0.916112594306469,1319.0,337664.0,4895.9645134748425,21610496.0 +146.63,7.300000190734863,4614.0,0.010131089016795158,0.1258341521024704,2.0531809329986572,-0.011515975929796696,0.4522753059864044,0.812512680888176,1320.0,337920.0,4899.516174858902,21626880.0 +82.42,8.399999618530273,4662.0,0.010260459966957569,0.13214111328125,2.051811933517456,-0.0147792287170887,0.288455992937088,0.8737684339284897,1321.0,338176.0,4903.030619046884,21643264.0 +145.68,8.0,4691.0,0.010079917497932911,0.1334635466337204,2.099270820617676,-0.014478988014161587,0.23537081480026245,0.8917605951428413,1322.0,338432.0,4906.523936515907,21659648.0 +133.66,7.699999809265137,4538.0,0.008912662975490093,0.1165771484375,2.109325647354126,-0.012034046463668346,0.25385352969169617,0.8851881548762321,1323.0,338688.0,4910.135163246887,21676032.0 +184.02,7.699999809265137,4888.0,0.01086833793669939,0.1217447891831398,2.1369731426239014,-0.013934969902038574,0.2996305525302887,0.8682433217763901,1324.0,338944.0,4913.487275591819,21692416.0 +94.69,7.800000190734863,4544.0,0.009633091278374195,0.1223958358168602,2.1363279819488525,-0.012461435981094837,0.2947025001049042,0.8885708674788475,1325.0,339200.0,4917.093260397902,21708800.0 +159.49,8.600000381469727,4517.0,0.012175475247204304,0.1484578400850296,2.1646742820739746,-0.01500061247497797,0.18703605234622955,0.9231346771121025,1326.0,339456.0,4920.721156755928,21725184.0 +183.66,7.5,4448.0,0.011041220277547836,0.1424357146024704,2.167356252670288,-0.014773798175156116,0.2985960841178894,0.8810608461499214,1327.0,339712.0,4924.40468336083,21741568.0 +186.67,7.400000095367432,4462.0,0.010984388180077076,0.150146484375,2.070462703704834,-0.014528323896229267,0.2887817323207855,0.882302537560463,1328.0,339968.0,4928.077342106961,21757952.0 +115.94,8.100000381469727,4367.0,0.011086436919867992,0.1251627653837204,2.029442071914673,-0.015330859459936619,0.2930789291858673,0.854205772280693,1329.0,340224.0,4931.829718275927,21774336.0 +127.42,8.100000381469727,4666.0,0.009924785234034061,0.1357421875,2.076826333999634,-0.014772376976907253,0.20289397239685059,0.8770744875073433,1330.0,340480.0,4935.342030752916,21790720.0 +121.58,8.100000381469727,4709.0,0.009413769468665123,0.12188720703125,2.081129312515259,-0.009578317403793335,0.365054726600647,0.781310573220253,1331.0,340736.0,4938.82197581185,21807104.0 +151.31,7.800000190734863,4428.0,0.009988094680011272,0.1334228515625,2.1161115169525146,-0.014474422670900822,0.3299688994884491,0.818615272641182,1332.0,340992.0,4942.52260310296,21823488.0 +150.95,7.900000095367432,4698.0,0.009380398318171501,0.1230061873793602,2.079773187637329,-0.01240081712603569,0.34268757700920105,0.846275195479393,1333.0,341248.0,4946.0101378699765,21839872.0 +89.81,8.300000190734863,4652.0,0.010818843729794025,0.1401774138212204,2.055346727371216,-0.01334325596690178,0.25814300775527954,0.8720099031925201,1334.0,341504.0,4949.532187735895,21856256.0 +132.1,7.599999904632568,4412.0,0.009760635904967785,0.11932373046875,2.0757663249969482,-0.012954252772033215,0.2885035574436188,0.869386613368988,1335.0,341760.0,4953.246240065899,21872640.0 +159.49,8.199999809265137,4526.0,0.011325515806674957,0.1441650390625,2.043999195098877,-0.013656926341354847,0.28482282161712646,0.8595936298370361,1336.0,342016.0,4956.8667897388805,21889024.0 +110.63,7.5,4660.0,0.010985544882714748,0.1371256560087204,2.0579659938812256,-0.013141494244337082,0.3822039067745209,0.8018096536397934,1337.0,342272.0,4960.386217349907,21905408.0 +128.9,8.600000381469727,4391.0,0.011082053184509277,0.1470743864774704,2.051085948944092,-0.01297801360487938,0.3735097348690033,0.8404096513986588,1338.0,342528.0,4964.117979704868,21921792.0 +94.44,8.600000381469727,4196.0,0.012369774281978607,0.1441853791475296,2.101818084716797,-0.01429551187902689,0.16799379885196686,0.9159475192427635,1339.0,342784.0,4968.023258624831,21938176.0 +116.3,8.0,4428.0,0.010190055705606937,0.1305948942899704,2.0795061588287354,-0.013462311588227749,0.3703669011592865,0.8217177838087082,1340.0,343040.0,4971.723757741973,21954560.0 +172.67,8.0,4370.0,0.009713605977594852,0.1244710311293602,2.0904996395111084,-0.0158145260065794,0.2933606505393982,0.870794415473938,1341.0,343296.0,4975.473688422935,21970944.0 +143.73,7.400000095367432,4195.0,0.011615406721830368,0.1502482146024704,2.091405153274536,-0.014804505743086338,0.23457610607147217,0.8995974436402321,1342.0,343552.0,4979.379853066988,21987328.0 +92.37,8.0,4024.0,0.010770437307655811,0.14117431640625,2.107039451599121,-0.016302354633808136,0.20485526323318481,0.914710745215416,1343.0,343808.0,4983.452051089844,22003712.0 +146.19,8.100000381469727,4354.0,0.010752799920737743,0.1430460661649704,2.115894317626953,-0.012941134162247181,0.21172167360782623,0.9185008779168129,1344.0,344064.0,4987.215340564959,22020096.0 +172.25,6.900000095367432,4158.0,0.00991420354694128,0.1268310546875,2.1170833110809326,-0.010878585278987885,0.33578410744667053,0.8819413632154465,1345.0,344320.0,4991.156770562986,22036480.0 +121.27,7.900000095367432,4478.0,0.012662322260439396,0.1657918244600296,2.1173572540283203,-0.014015820808708668,0.17182976007461548,0.9174964278936386,1346.0,344576.0,4994.816201123875,22052864.0 +140.0,8.300000190734863,4386.0,0.011489604599773884,0.1524861603975296,2.077018976211548,-0.014163524843752384,0.2660137414932251,0.8810439705848694,1347.0,344832.0,4998.55195689993,22069248.0 +122.81,8.0,4445.0,0.01042273361235857,0.13543701171875,2.108086585998535,-0.013723175972700119,0.2974500060081482,0.8848991170525551,1348.0,345088.0,5002.238598515978,22085632.0 +109.76,7.5,4657.0,0.011573564261198044,0.1421305388212204,2.1039340496063232,-0.010077872313559055,0.36358702182769775,0.8599286675453186,1349.0,345344.0,5005.757530805888,22102016.0 +92.67,8.399999618530273,4147.0,0.01058957725763321,0.1322021484375,2.063023090362549,-0.014290151186287403,0.3064604103565216,0.8885156810283661,1350.0,345600.0,5009.709069350036,22118400.0 +100.24,8.100000381469727,4163.0,0.01111270859837532,0.14617919921875,2.0487539768218994,-0.013517552055418491,0.2643004059791565,0.9018946513533592,1351.0,345856.0,5013.645436684834,22134784.0 +120.39,7.900000095367432,4300.0,0.012133774347603321,0.14898681640625,2.0744755268096924,-0.01431747805327177,0.3227727711200714,0.8571300953626633,1352.0,346112.0,5017.456245206995,22151168.0 +107.7,8.300000190734863,4537.0,0.011208548210561275,0.1443074494600296,2.1374428272247314,-0.01300359982997179,0.16596214473247528,0.908500425517559,1353.0,346368.0,5021.072888864903,22167552.0 +139.74,8.199999809265137,4640.0,0.01103201787918806,0.1465250700712204,2.092169761657715,-0.012398253194987774,0.22676335275173187,0.8978053852915764,1354.0,346624.0,5024.604145411868,22183936.0 +123.37,7.599999904632568,4695.0,0.009518957696855068,0.1205647811293602,2.1302742958068848,-0.01451017800718546,0.26178187131881714,0.8885039761662483,1355.0,346880.0,5028.093961796025,22200320.0 +121.78,7.199999809265137,4412.0,0.009348911233246326,0.1251424103975296,2.1295037269592285,-0.012730821035802364,0.3858303129673004,0.8425516933202744,1356.0,347136.0,5031.807589969831,22216704.0 +111.39,8.199999809265137,4355.0,0.00930627342313528,0.1197306290268898,2.117196798324585,-0.012354194186627865,0.3244059085845947,0.8519264757633209,1357.0,347392.0,5035.570385155035,22233088.0 +129.54,8.399999618530273,4104.0,0.010770061053335667,0.13372802734375,2.1309993267059326,-0.015502209775149822,0.21843768656253815,0.9074544757604599,1358.0,347648.0,5039.562938001938,22249472.0 +120.2,8.899999618530273,4099.0,0.010542224161326885,0.1401570588350296,2.16306734085083,-0.013602864928543568,0.15816330909729004,0.9229675307869911,1359.0,347904.0,5043.560211322969,22265856.0 +155.97,7.5,4238.0,0.011553246527910233,0.1437174528837204,2.1246049404144287,-0.013139731250703335,0.35591650009155273,0.8459834009408951,1360.0,348160.0,5047.426842757966,22282240.0 +121.18,8.0,4420.0,0.010577396489679813,0.13470458984375,2.12585186958313,-0.015587410889565945,0.23343755304813385,0.8951654508709908,1361.0,348416.0,5051.134487527888,22298624.0 +142.15,7.699999809265137,4441.0,0.010133994743227959,0.12774658203125,2.1656219959259033,-0.014398007653653622,0.2152119129896164,0.8965209722518921,1362.0,348672.0,5054.823886023834,22315008.0 +134.72,8.300000190734863,4069.0,0.011093844659626484,0.1462809294462204,2.14451003074646,-0.014863766729831696,0.2530217468738556,0.8904280886054039,1363.0,348928.0,5058.85080685094,22331392.0 +160.93,7.900000095367432,4103.0,0.011322739534080029,0.1394449919462204,2.137974500656128,-0.01386359054595232,0.3771994411945343,0.846104085445404,1364.0,349184.0,5062.844389826991,22347776.0 +135.15,8.600000381469727,4713.0,0.010043131187558174,0.1337687224149704,2.113025426864624,-0.013212203048169613,0.3301309049129486,0.8769576400518417,1365.0,349440.0,5066.321136706974,22364160.0 +106.97,7.900000095367432,4282.0,0.011495384387671947,0.1413167268037796,2.101793050765991,-0.013208366930484772,0.32340529561042786,0.8541035503149033,1366.0,349696.0,5070.1478353450075,22380544.0 +116.72,7.800000190734863,4050.0,0.011007443070411682,0.1470540314912796,2.1221346855163574,-0.012437112629413605,0.34278884530067444,0.8577162623405457,1367.0,349952.0,5074.194033094915,22396928.0 +152.02,7.699999809265137,4092.0,0.010821598581969738,0.1376546174287796,2.147514820098877,-0.013484437949955463,0.33790624141693115,0.8257668167352676,1368.0,350208.0,5078.198277836898,22413312.0 +138.5,7.400000095367432,4143.0,0.01069360226392746,0.1417032927274704,2.1368114948272705,-0.012286332435905933,0.3585171699523926,0.8302336484193802,1369.0,350464.0,5082.156434771838,22429696.0 +120.37,8.199999809265137,4287.0,0.011242695152759552,0.1396280974149704,2.1258180141448975,-0.013642791658639908,0.24994362890720367,0.897007130086422,1370.0,350720.0,5085.978687658906,22446080.0 +119.6,8.0,4459.0,0.012007776647806168,0.158203125,2.1693880558013916,-0.012911118566989899,0.2227587252855301,0.9113749265670776,1371.0,350976.0,5089.653607853921,22462464.0 +120.03,7.900000095367432,4621.0,0.01072132121771574,0.1359659880399704,2.1528782844543457,-0.012771126814186573,0.2335665374994278,0.9025107249617577,1372.0,351232.0,5093.199760365998,22478848.0 +115.69,8.300000190734863,4535.0,0.011165689677000046,0.1435953825712204,2.1261489391326904,-0.012163151055574417,0.23259200155735016,0.9110010787844658,1373.0,351488.0,5096.812990564853,22495232.0 +162.83,8.100000381469727,4666.0,0.009849057532846928,0.1270955353975296,2.134766101837158,-0.013210505247116089,0.20587851107120514,0.9046088382601738,1374.0,351744.0,5100.3248867399525,22511616.0 +137.78,7.599999904632568,4659.0,0.009494784288108349,0.1202189102768898,2.071793556213379,-0.0146604860201478,0.37360629439353943,0.854084387421608,1375.0,352000.0,5103.842251830967,22528000.0 +104.4,8.0,4689.0,0.01082590315490961,0.1400146484375,2.1122705936431885,-0.013946108520030975,0.25849291682243347,0.8777389749884605,1376.0,352256.0,5107.336683637928,22544384.0 +151.23,7.699999809265137,4500.0,0.008845284581184387,0.1080118790268898,2.183251142501831,-0.010962783358991146,0.24228745698928833,0.8879861459136009,1377.0,352512.0,5110.979068496963,22560768.0 +94.84,8.0,4592.0,0.010803616605699062,0.12396240234375,2.127319097518921,-0.010518617928028107,0.3909859359264374,0.8385145515203476,1378.0,352768.0,5114.547795852879,22577152.0 +120.21,8.0,4521.0,0.00904066115617752,0.1145426407456398,2.14693546295166,-0.012544979341328144,0.3345085680484772,0.8561117053031921,1379.0,353024.0,5118.172213784885,22593536.0 +106.45,7.800000190734863,4626.0,0.010279507376253605,0.1220906600356102,2.13451886177063,-0.013887610286474228,0.3791794776916504,0.8132322877645493,1380.0,353280.0,5121.714579641819,22609920.0 +156.53,7.599999904632568,4289.0,0.010586698539555073,0.1414998322725296,2.1722934246063232,-0.011331272311508656,0.24070435762405396,0.8686628043651581,1381.0,353536.0,5125.534928889014,22626304.0 +116.69,7.800000190734863,4495.0,0.010380790568888187,0.1343790739774704,2.155977487564087,-0.013813414610922337,0.322586327791214,0.8274181187152863,1382.0,353792.0,5129.180154185044,22642688.0 +103.53,8.0,4534.0,0.009776022285223007,0.1204833984375,2.1392982006073,-0.012900736182928085,0.3428643047809601,0.8569848090410233,1383.0,354048.0,5132.7941513829865,22659072.0 +136.26,7.5,4431.0,0.011353857815265656,0.1501871794462204,2.1586639881134033,-0.013957776129245758,0.2637014389038086,0.8922534957528114,1384.0,354304.0,5136.491932476871,22675456.0 +96.54,8.199999809265137,4702.0,0.013618859462440014,0.1722412109375,2.177506446838379,-0.016351761296391487,0.19912461936473846,0.9059445783495903,1385.0,354560.0,5139.977091465844,22691840.0 +175.67,7.199999809265137,4598.0,0.01055640447884798,0.1456095427274704,2.178927183151245,-0.014684285037219524,0.26734647154808044,0.8747331500053406,1386.0,354816.0,5143.540889973985,22708224.0 +171.33,7.400000095367432,4739.0,0.010332916863262653,0.13116455078125,2.1809747219085693,-0.013454359956085682,0.4013950824737549,0.7744889557361603,1387.0,355072.0,5146.998685198836,22724608.0 +134.81,7.699999809265137,4394.0,0.009592967107892036,0.12457275390625,2.155766725540161,-0.01430453360080719,0.3398813307285309,0.823821172118187,1388.0,355328.0,5150.733478783863,22740992.0 +107.32,8.100000381469727,4349.0,0.01029910147190094,0.1227823868393898,2.1739354133605957,-0.015490472316741943,0.2416771799325943,0.8731620609760284,1389.0,355584.0,5154.501016146038,22757376.0 +156.12,8.100000381469727,4655.0,0.00960398931056261,0.12725830078125,2.1355373859405518,-0.014330275356769562,0.27280786633491516,0.8772460892796516,1390.0,355840.0,5158.021704725921,22773760.0 +142.63,8.199999809265137,4417.0,0.012026221491396427,0.162109375,2.1074204444885254,-0.015378433279693127,0.29537567496299744,0.8761980161070824,1391.0,356096.0,5161.731420821976,22790144.0 +109.85,8.5,4061.0,0.009741412475705147,0.1287638396024704,2.109297275543213,-0.01330734882503748,0.23050807416439056,0.9082513898611069,1392.0,356352.0,5165.765892538009,22806528.0 +105.33,7.599999904632568,4189.0,0.011203330010175705,0.1474405974149704,2.159727096557617,-0.0139930984005332,0.2510052025318146,0.8884376287460327,1393.0,356608.0,5169.677710887045,22822912.0 +139.35,7.900000095367432,4408.0,0.009891338646411896,0.1313273161649704,2.151782751083374,-0.01482370588928461,0.2559485137462616,0.8784255608916283,1394.0,356864.0,5173.394894213881,22839296.0 +181.69,7.5,4465.0,0.010444309562444687,0.1303507536649704,2.1651179790496826,-0.015008547343313694,0.30954790115356445,0.859459176659584,1395.0,357120.0,5177.06439771899,22855680.0 +127.18,8.0,4162.0,0.01075372938066721,0.1459553986787796,2.171957015991211,-0.01310262456536293,0.2659737765789032,0.8760027214884758,1396.0,357376.0,5181.001316259848,22872064.0 +122.14,7.800000190734863,4299.0,0.010221499018371105,0.1263427734375,2.1770126819610596,-0.012901060283184052,0.3372969329357147,0.8564344346523285,1397.0,357632.0,5184.812554231845,22888448.0 +160.37,7.300000190734863,4739.0,0.010133465752005577,0.1326700896024704,2.197471857070923,-0.012888293713331223,0.25207117199897766,0.9045973494648933,1398.0,357888.0,5188.270394362975,22904832.0 +186.63,7.0,4709.0,0.007997890003025532,0.1012980118393898,2.207265615463257,-0.011951688677072525,0.3374207317829132,0.8693246096372604,1399.0,358144.0,5191.750446676044,22921216.0 +117.03,8.199999809265137,4736.0,0.010797277092933655,0.135986328125,2.17486834526062,-0.014397575519979,0.2399585247039795,0.9070036485791206,1400.0,358400.0,5195.209977289895,22937600.0 +157.29,7.800000190734863,4736.0,0.009864033199846745,0.12310791015625,2.179189443588257,-0.013083708472549915,0.30003413558006287,0.8895636275410652,1401.0,358656.0,5198.66977427993,22953984.0 +129.68,7.599999904632568,4629.0,0.009118515066802502,0.1211751326918602,2.2025067806243896,-0.013296808116137981,0.3314925730228424,0.8828253597021103,1402.0,358912.0,5202.209724184824,22970368.0 +153.38,7.099999904632568,4592.0,0.009175457991659641,0.1075032576918602,2.1859638690948486,-0.011945322155952454,0.41015803813934326,0.8807824775576591,1403.0,359168.0,5205.778394922847,22986752.0 +134.57,7.900000095367432,4447.0,0.011046800762414932,0.1450398713350296,2.1937196254730225,-0.01591815985739231,0.2862291634082794,0.9076534137129784,1404.0,359424.0,5209.4632484689355,23003136.0 +85.03,7.599999904632568,4466.0,0.009780917316675186,0.12664794921875,2.208716630935669,-0.012398544698953629,0.3573307693004608,0.8768162950873375,1405.0,359680.0,5213.13195566996,23019520.0 +78.05,7.800000190734863,4611.0,0.008629349060356617,0.1087239608168602,2.212820053100586,-0.013823910616338253,0.26359206438064575,0.897948868572712,1406.0,359936.0,5216.685426340904,23035904.0 +87.07,8.199999809265137,4483.0,0.010075039230287075,0.13323974609375,2.1933164596557617,-0.014554686844348907,0.31682929396629333,0.8656390011310577,1407.0,360192.0,5220.340810732916,23052288.0 +85.29,8.800000190734863,4581.0,0.0105725834146142,0.1363932341337204,2.176257610321045,-0.014104043133556843,0.28672242164611816,0.8853178918361664,1408.0,360448.0,5223.917512873886,23068672.0 +132.56,8.399999618530273,4603.0,0.0098062539473176,0.124755859375,2.1967546939849854,-0.015038199722766876,0.27512669563293457,0.8622582256793976,1409.0,360704.0,5227.476976944832,23085056.0 +142.73,8.300000190734863,4581.0,0.010438832454383373,0.1377156525850296,2.1599884033203125,-0.015219015069305897,0.24095042049884796,0.8869511783123016,1410.0,360960.0,5231.05429576803,23101440.0 +107.08,8.100000381469727,4304.0,0.011255410499870777,0.14910888671875,2.1439735889434814,-0.013670720160007477,0.3122532069683075,0.854966014623642,1411.0,361216.0,5234.8620494790375,23117824.0 +92.8,8.199999809265137,4231.0,0.01049404963850975,0.1387736052274704,2.131929397583008,-0.012058183550834656,0.36654722690582275,0.8451368063688278,1412.0,361472.0,5238.734537653858,23134208.0 +125.14,8.300000190734863,4413.0,0.009415903128683567,0.12158203125,2.1327333450317383,-0.012918313033878803,0.34376922249794006,0.8662433922290802,1413.0,361728.0,5242.44744107686,23150592.0 +121.56,7.800000190734863,4424.0,0.009251383133232594,0.11663818359375,2.1183559894561768,-0.013146516866981983,0.34921517968177795,0.8671274781227112,1414.0,361984.0,5246.151745348936,23166976.0 +84.17,8.0,4369.0,0.010541711933910847,0.1341756135225296,2.1402041912078857,-0.015993155539035797,0.19611258804798126,0.9230012744665146,1415.0,362240.0,5249.902333719889,23183360.0 +151.98,7.300000190734863,4265.0,0.009072938933968544,0.1185099259018898,2.1439273357391357,-0.013243410736322403,0.29062819480895996,0.8968791291117668,1416.0,362496.0,5253.743980802828,23199744.0 +94.95,7.699999809265137,4313.0,0.00926333386451006,0.11798095703125,2.1420176029205322,-0.01233722735196352,0.3717121183872223,0.8710946887731552,1417.0,362752.0,5257.543508321047,23216128.0 +136.71,7.699999809265137,4600.0,0.008912506513297558,0.1062215194106102,2.1675405502319336,-0.012724894098937511,0.32425716519355774,0.8887508884072304,1418.0,363008.0,5261.1058685458265,23232512.0 +141.79,7.699999809265137,4579.0,0.008734408766031265,0.1116943359375,2.188089609146118,-0.014990602619946003,0.26391345262527466,0.8941119387745857,1419.0,363264.0,5264.684377840953,23248896.0 +160.72,7.599999904632568,4610.0,0.009379308670759201,0.11627197265625,2.180807113647461,-0.013965762220323086,0.28451332449913025,0.8777934685349464,1420.0,363520.0,5268.239207744831,23265280.0 +122.52,8.199999809265137,4564.0,0.010193230584263802,0.1245320662856102,2.1608705520629883,-0.010447445325553417,0.3123176097869873,0.867572009563446,1421.0,363776.0,5271.829621474026,23281664.0 +116.61,8.100000381469727,4532.0,0.009274876676499844,0.1221720352768898,2.14145565032959,-0.012905792333185673,0.428474098443985,0.8067436069250107,1422.0,364032.0,5275.445090329042,23298048.0 +93.48,8.199999809265137,4408.0,0.009987938217818737,0.1282552033662796,2.1583847999572754,-0.012564635835587978,0.27576684951782227,0.8318682312965393,1423.0,364288.0,5279.16301037604,23314432.0 +84.19,9.100000381469727,4466.0,0.011068089865148067,0.1470540314912796,2.1679234504699707,-0.013415809720754623,0.2983463406562805,0.848973348736763,1424.0,364544.0,5282.831755128922,23330816.0 +121.37,8.300000190734863,4822.0,0.007828431203961372,0.0940144881606102,2.2091333866119385,-0.01245691254734993,0.33691439032554626,0.8632385581731796,1425.0,364800.0,5286.229994010879,23347200.0 +139.47,7.199999809265137,4606.0,0.008897720836102962,0.1177775040268898,2.2179081439971924,-0.012021087110042572,0.23715431988239288,0.8963210210204124,1426.0,365056.0,5289.78713604901,23363584.0 +137.86,7.300000190734863,4466.0,0.009299132041633129,0.12261962890625,2.2325072288513184,-0.01095655094832182,0.1886725276708603,0.911886639893055,1427.0,365312.0,5293.456371263834,23379968.0 +207.41,7.800000190734863,4596.0,0.010085360147058964,0.1349080353975296,2.1998345851898193,-0.012681136839091778,0.28762295842170715,0.877351924777031,1428.0,365568.0,5297.021779300878,23396352.0 +107.84,8.300000190734863,4740.0,0.010481898672878742,0.13690185546875,2.1458864212036133,-0.014329691417515278,0.35507968068122864,0.8567011654376984,1429.0,365824.0,5300.479243356967,23412736.0 +110.12,7.900000095367432,4701.0,0.009459503926336765,0.1192423477768898,2.1820871829986572,-0.011736529879271984,0.3135414719581604,0.8482592850923538,1430.0,366080.0,5303.965246348875,23429120.0 +120.16,8.0,4537.0,0.01201295480132103,0.1448974609375,2.198410987854004,-0.010837969370186329,0.31973692774772644,0.8311335146427155,1431.0,366336.0,5307.5768689350225,23445504.0 +116.69,7.5,4317.0,0.010126620531082153,0.1292317658662796,2.214003801345825,-0.013257518410682678,0.22439031302928925,0.8777398765087128,1432.0,366592.0,5311.372709624935,23461888.0 +163.48,7.400000095367432,4536.0,0.009949741885066032,0.1309611052274704,2.1763198375701904,-0.012085638009011745,0.43644604086875916,0.7957989424467087,1433.0,366848.0,5314.985189890955,23478272.0 +120.71,7.5,4555.0,0.009194567799568176,0.1138916015625,2.1017518043518066,-0.011257450096309185,0.44044336676597595,0.7954089641571045,1434.0,367104.0,5318.582357033854,23494656.0 +90.62,8.600000381469727,4436.0,0.012369931675493717,0.15234375,2.099701166152954,-0.012556321918964386,0.2639857232570648,0.85812708735466,1435.0,367360.0,5322.276034269016,23511040.0 +100.63,8.300000190734863,4246.0,0.011862705461680889,0.1471354216337204,2.1332075595855713,-0.013610809110105038,0.2435581535100937,0.8659868836402893,1436.0,367616.0,5326.135456632823,23527424.0 +124.35,8.399999618530273,4520.0,0.011780709028244019,0.1527303010225296,2.184701442718506,-0.013372763060033321,0.25025829672813416,0.8771979585289955,1437.0,367872.0,5329.761003630934,23543808.0 +126.88,8.0,4599.0,0.011362072080373764,0.1383260041475296,2.1791937351226807,-0.012419876642525196,0.22048717737197876,0.9107076302170753,1438.0,368128.0,5333.32356296503,23560192.0 +132.45,8.199999809265137,4643.0,0.00915220845490694,0.1132609024643898,2.183142900466919,-0.01368886511772871,0.2537357807159424,0.8971748054027557,1439.0,368384.0,5336.853129236959,23576576.0 +175.62,8.0,4610.0,0.008831598795950413,0.11529541015625,2.1896698474884033,-0.012301375158131123,0.280377596616745,0.8911597207188606,1440.0,368640.0,5340.407956145005,23592960.0 +155.49,8.300000190734863,4449.0,0.011956061236560345,0.1594034880399704,2.1563594341278076,-0.014098010957241058,0.26215240359306335,0.8786320313811302,1441.0,368896.0,5344.091156839859,23609344.0 +122.04,7.599999904632568,4512.0,0.01008582953363657,0.1298828125,2.169426441192627,-0.012311923317611217,0.2954227924346924,0.8612607270479202,1442.0,369152.0,5347.723098950926,23625728.0 +124.26,7.699999809265137,4556.0,0.008634968660771847,0.10394287109375,2.1935067176818848,-0.011830538511276245,0.3091382682323456,0.8708280175924301,1443.0,369408.0,5351.320077345939,23642112.0 +152.3,7.900000095367432,4406.0,0.008735069073736668,0.0948486328125,2.165109395980835,-0.011327177286148071,0.26992595195770264,0.8819527253508568,1444.0,369664.0,5355.039429484867,23658496.0 +99.09,7.800000190734863,4115.0,0.009367293678224087,0.1218668594956398,2.1466143131256104,-0.012983135879039764,0.28123393654823303,0.8720815181732178,1445.0,369920.0,5359.02088484494,23674880.0 +131.72,7.900000095367432,4424.0,0.009638718329370022,0.1175130233168602,2.1228597164154053,-0.010653526522219181,0.4309220314025879,0.808193027973175,1446.0,370176.0,5362.724778636824,23691264.0 +128.67,8.100000381469727,4108.0,0.010523510165512562,0.1302693635225296,2.123830795288086,-0.01226559653878212,0.340938001871109,0.8486516773700714,1447.0,370432.0,5366.713356724009,23707648.0 +116.59,7.599999904632568,4057.0,0.01032375730574131,0.1287434846162796,2.1061837673187256,-0.013750233687460423,0.35693803429603577,0.8394260704517365,1448.0,370688.0,5370.7519130609,23724032.0 +132.44,7.900000095367432,4090.0,0.008941722102463245,0.11383056640625,2.1596672534942627,-0.01212276890873909,0.33669400215148926,0.8582455217838287,1449.0,370944.0,5374.757726181997,23740416.0 +125.17,8.0,4197.0,0.011013480834662914,0.1439208984375,2.185312509536743,-0.014360570348799229,0.2020787000656128,0.9131171479821205,1450.0,371200.0,5378.661848735996,23756800.0 +140.96,8.399999618530273,4118.0,0.010690084658563137,0.13671875,2.196958065032959,-0.01246113982051611,0.25151327252388,0.8850376233458519,1451.0,371456.0,5382.64038089104,23773184.0 +158.09,7.5,4148.0,0.009905621409416199,0.130615234375,2.219731569290161,-0.011795111931860447,0.3125249147415161,0.8669608235359192,1452.0,371712.0,5386.591019556858,23789568.0 +157.49,7.900000095367432,4391.0,0.008558454923331738,0.1120401993393898,2.166119337081909,-0.014340364374220371,0.31121259927749634,0.8418513238430023,1453.0,371968.0,5390.322417928837,23805952.0 +107.34,8.300000190734863,4353.0,0.010281573049724102,0.1338907927274704,2.155428409576416,-0.01379323098808527,0.23166634142398834,0.8781573921442032,1454.0,372224.0,5394.0867430260405,23822336.0 +111.29,7.5,4411.0,0.009336810559034348,0.12213134765625,2.1510331630706787,-0.01227635983377695,0.3144165575504303,0.8591924905776978,1455.0,372480.0,5397.801020179875,23838720.0 +161.9,7.5,4542.0,0.00902185682207346,0.1162109375,2.145131826400757,-0.012578439898788929,0.38804587721824646,0.8103049099445343,1456.0,372736.0,5401.4088504379615,23855104.0 +95.93,8.199999809265137,4602.0,0.008872286416590214,0.1152140274643898,2.1539506912231445,-0.013470393605530262,0.4180016815662384,0.8081814795732498,1457.0,372992.0,5404.969673312036,23871488.0 +145.68,7.900000095367432,4154.0,0.01028392743319273,0.13739013671875,2.137573480606079,-0.013695970177650452,0.34409233927726746,0.8347438424825668,1458.0,373248.0,5408.914062599884,23887872.0 +109.72,8.100000381469727,4428.0,0.011419083923101425,0.1458740234375,2.131922960281372,-0.013179142028093338,0.2272319346666336,0.8547909557819366,1459.0,373504.0,5412.614863132825,23904256.0 +159.33,8.100000381469727,4789.0,0.011122210882604122,0.1494547575712204,2.1512234210968018,-0.01437902357429266,0.19540758430957794,0.877032682299614,1460.0,373760.0,5416.037165335845,23920640.0 +163.23,8.199999809265137,4599.0,0.00913933850824833,0.11798095703125,2.1089508533477783,-0.013398663140833378,0.25760558247566223,0.855793297290802,1461.0,374016.0,5419.600017224904,23937024.0 +116.15,7.599999904632568,4279.0,0.010441466234624386,0.1385701447725296,2.089740514755249,-0.013312880881130695,0.33603155612945557,0.8191603273153305,1462.0,374272.0,5423.4299646639265,23953408.0 +135.66,7.800000190734863,4560.0,0.009299028664827347,0.1217041015625,2.14140248298645,-0.013231812976300716,0.3056683838367462,0.8394351005554199,1463.0,374528.0,5427.023196358001,23969792.0 +96.73,8.300000190734863,4587.0,0.011163636110723019,0.1330363005399704,2.1529316902160645,-0.013877015560865402,0.2558479905128479,0.8591024726629257,1464.0,374784.0,5430.595921130851,23986176.0 +137.61,8.0,4542.0,0.009845441207289696,0.1253865510225296,2.1872189044952393,-0.01263845432549715,0.2941535711288452,0.8319425284862518,1465.0,375040.0,5434.203758702846,24002560.0 +145.3,8.0,4616.0,0.009517829865217209,0.11920166015625,2.175344705581665,-0.014130900613963604,0.31965288519859314,0.8303160518407822,1466.0,375296.0,5437.753397180932,24018944.0 +103.93,8.199999809265137,4561.0,0.008580540306866169,0.1097818985581398,2.1632282733917236,-0.0108414888381958,0.3249744474887848,0.8433191925287247,1467.0,375552.0,5441.346377286827,24035328.0 +160.6,7.599999904632568,4547.0,0.010549191385507584,0.1298014372587204,2.1352617740631104,-0.013136559166014194,0.31319597363471985,0.8554845601320267,1468.0,375808.0,5444.949653571006,24051712.0 +112.88,8.199999809265137,4577.0,0.010907157324254513,0.1216634139418602,2.1620993614196777,-0.010497961193323135,0.3051436245441437,0.8636738061904907,1469.0,376064.0,5448.529427188914,24068096.0 +83.8,8.699999809265137,4093.0,0.01059644389897585,0.1341756135225296,2.1852328777313232,-0.015459418296813965,0.18211817741394043,0.9144703969359398,1470.0,376320.0,5452.536192919826,24084480.0 +139.64,8.0,4072.0,0.008252043277025223,0.1050618514418602,2.1802585124969482,-0.012345656752586365,0.34891727566719055,0.8285885006189346,1471.0,376576.0,5456.5600839168765,24100864.0 +102.22,8.300000190734863,4086.0,0.011133992113173008,0.13421630859375,2.177109479904175,-0.013042104430496693,0.24350319802761078,0.8827504813671112,1472.0,376832.0,5460.570476620924,24117248.0 +162.04,8.100000381469727,4006.0,0.010607545264065266,0.1275431364774704,2.231386423110962,-0.014848551712930202,0.21203859150409698,0.8949222341179848,1473.0,377088.0,5464.660664521856,24133632.0 +172.87,7.5,4138.0,0.009514776058495045,0.12646484375,2.19830584526062,-0.01284265797585249,0.337100625038147,0.8506911396980286,1474.0,377344.0,5468.619929590961,24150016.0 +103.37,7.800000190734863,4382.0,0.009100201539695263,0.11614990234375,2.168679714202881,-0.015014193020761013,0.2079416662454605,0.8939128518104553,1475.0,377600.0,5472.359559485922,24166400.0 +129.96,8.100000381469727,4117.0,0.010804999619722366,0.1426595002412796,2.1414854526519775,-0.012820291332900524,0.40182995796203613,0.8103767037391663,1476.0,377856.0,5476.339130885899,24182784.0 +146.18,7.199999809265137,4352.0,0.00791876669973135,0.0997314453125,2.1396865844726562,-0.01215096190571785,0.4257286489009857,0.782123789191246,1477.0,378112.0,5480.103965812828,24199168.0 +114.84,8.399999618530273,4409.0,0.009975140914320946,0.12152099609375,2.1442034244537354,-0.014760486781597137,0.23932987451553345,0.8686429262161255,1478.0,378368.0,5483.820319542894,24215552.0 +97.35,8.600000381469727,4461.0,0.010812471620738506,0.1355387419462204,2.1105425357818604,-0.014956357888877392,0.32531803846359253,0.8278100490570068,1479.0,378624.0,5487.493934420869,24231936.0 +109.54,8.100000381469727,4484.0,0.010637392289936543,0.1388956755399704,2.124648332595825,-0.014233614318072796,0.2784314453601837,0.8695917278528214,1480.0,378880.0,5491.148225876037,24248320.0 +146.61,8.399999618530273,4452.0,0.010819227434694767,0.1365763396024704,2.1671769618988037,-0.01390825491398573,0.20301073789596558,0.907885730266571,1481.0,379136.0,5494.828992484836,24264704.0 +131.59,7.300000190734863,4434.0,0.008950140327215195,0.1095784530043602,2.2183008193969727,-0.011312835849821568,0.303024560213089,0.860536128282547,1482.0,379392.0,5498.524437539978,24281088.0 +140.26,7.599999904632568,4304.0,0.010886356234550476,0.1373291015625,2.229001522064209,-0.013630617409944534,0.22704006731510162,0.8814550638198853,1483.0,379648.0,5502.331610857975,24297472.0 +175.8,7.300000190734863,4569.0,0.011379829607903957,0.1441243439912796,2.1993966102600098,-0.013834289275109768,0.24923276901245117,0.8760745003819466,1484.0,379904.0,5505.918166585034,24313856.0 +122.75,7.800000190734863,4563.0,0.010196142829954624,0.133056640625,2.151357650756836,-0.012312761507928371,0.4354744255542755,0.8288206905126572,1485.0,380160.0,5509.509810932912,24330240.0 +159.85,8.199999809265137,4230.0,0.010795692913234234,0.1321614533662796,2.15303635597229,-0.012636695988476276,0.24898111820220947,0.8931188583374023,1486.0,380416.0,5513.383555655833,24346624.0 +124.19,8.100000381469727,4430.0,0.009435442276299,0.1168009415268898,2.1363399028778076,-0.013620804063975811,0.2708478271961212,0.8908179849386215,1487.0,380672.0,5517.082212463953,24363008.0 +128.22,7.699999809265137,4538.0,0.010133977048099041,0.1244710311293602,2.1414527893066406,-0.01229406800121069,0.27718791365623474,0.8885705471038818,1488.0,380928.0,5520.69342898787,24379392.0 +117.72,8.300000190734863,4220.0,0.007985253818333149,0.10272216796875,2.1659724712371826,-0.011839176528155804,0.32533201575279236,0.847200021147728,1489.0,381184.0,5524.576402188977,24395776.0 +120.97,8.199999809265137,4412.0,0.01051627192646265,0.1359659880399704,2.121281862258911,-0.013890381902456284,0.41007280349731445,0.8134326189756393,1490.0,381440.0,5528.290589401964,24412160.0 +112.56,7.900000095367432,4456.0,0.009896335192024708,0.114013671875,2.1333587169647217,-0.012885983102023602,0.5189177989959717,0.7555669397115707,1491.0,381696.0,5531.968078812817,24428544.0 +102.6,8.199999809265137,4499.0,0.010192129760980606,0.1342570036649704,2.177147150039673,-0.013009858317673206,0.30876973271369934,0.8372322022914886,1492.0,381952.0,5535.610239994945,24444928.0 +130.02,8.5,4468.0,0.0104472441598773,0.1364949494600296,2.2001771926879883,-0.015100915916264057,0.16611744463443756,0.9028631374239922,1493.0,382208.0,5539.278126836987,24461312.0 +161.27,8.0,4272.0,0.009688964113593102,0.127685546875,2.197843551635742,-0.014104104600846767,0.26399949193000793,0.8573789149522781,1494.0,382464.0,5543.1133027030155,24477696.0 +137.57,7.900000095367432,4148.0,0.01032192911952734,0.1345418244600296,2.111984968185425,-0.011554072611033916,0.37916073203086853,0.8142331540584564,1495.0,382720.0,5547.062965773977,24494080.0 +94.38,8.0,4307.0,0.011729796417057514,0.1450398713350296,2.128983736038208,-0.01123565062880516,0.37637758255004883,0.7981545776128769,1496.0,382976.0,5550.866985427914,24510464.0 +160.57,7.800000190734863,4464.0,0.009889011271297932,0.1227620467543602,2.150099992752075,-0.012811810709536076,0.2628350257873535,0.840847909450531,1497.0,383232.0,5554.537672342034,24526848.0 +145.29,7.800000190734863,4228.0,0.010406249202787876,0.1393839567899704,2.1252243518829346,-0.011742538772523403,0.27913686633110046,0.8581254333257675,1498.0,383488.0,5558.413463573903,24543232.0 +132.58,7.800000190734863,4157.0,0.011369054205715656,0.1453654021024704,2.0793211460113525,-0.014836645685136318,0.3594413995742798,0.8068686723709106,1499.0,383744.0,5562.355565394973,24559616.0 +124.53,7.900000095367432,4091.0,0.012596547603607178,0.1705322265625,2.076453447341919,-0.015591123141348362,0.23861294984817505,0.8343204706907272,1500.0,384000.0,5566.360641855979,24576000.0 +102.41,8.300000190734863,4484.0,0.009744110517203808,0.1270548552274704,2.102067232131958,-0.012858308851718903,0.30276307463645935,0.777128204703331,1501.0,384256.0,5570.014815788018,24592384.0 +117.61,8.0,4210.0,0.008937674574553967,0.1139119490981102,2.1213784217834473,-0.014459475874900818,0.23023605346679688,0.833370104432106,1502.0,384512.0,5573.907316915924,24608768.0 +131.19,8.199999809265137,4251.0,0.010540193878114223,0.1304728239774704,2.107121467590332,-0.011728781275451183,0.3627054691314697,0.7938977479934692,1503.0,384768.0,5577.762127986876,24625152.0 +114.13,8.399999618530273,4293.0,0.010211342014372349,0.12530517578125,2.143038034439087,-0.012123261578381062,0.24676580727100372,0.8481782078742981,1504.0,385024.0,5581.579148218036,24641536.0 +132.19,7.5,4293.0,0.011063188314437866,0.1424153596162796,2.1657955646514893,-0.012612647376954556,0.3633590638637543,0.7891769558191299,1505.0,385280.0,5585.396339193918,24657920.0 +92.57,7.900000095367432,4016.0,0.00965473335236311,0.1227213516831398,2.142961263656616,-0.010723888874053955,0.4006849229335785,0.7538445889949799,1506.0,385536.0,5589.476357467007,24674304.0 +88.41,8.600000381469727,4313.0,0.011791739612817764,0.14630126953125,2.1010541915893555,-0.0163104385137558,0.25303661823272705,0.8074157536029816,1507.0,385792.0,5593.275540870847,24690688.0 +100.98,8.5,4271.0,0.010799266397953033,0.1337687224149704,2.1006202697753906,-0.013675469905138016,0.4419431984424591,0.7433758974075317,1508.0,386048.0,5597.112666141009,24707072.0 +101.5,7.699999809265137,4072.0,0.010558600537478924,0.13470458984375,2.098121166229248,-0.012207992374897003,0.2956012785434723,0.8060053437948227,1509.0,386304.0,5601.137085909955,24723456.0 +53.41,8.699999809265137,4013.0,0.01036772970110178,0.1277872771024704,2.153684616088867,-0.014624244533479214,0.24556855857372284,0.8552778661251068,1510.0,386560.0,5605.219925781013,24739840.0 +70.97,8.0,4198.0,0.01212021429091692,0.1502685546875,2.1298024654388428,-0.013725112192332745,0.35475489497184753,0.8043911904096603,1511.0,386816.0,5609.123221301939,24756224.0 +159.76,8.100000381469727,4262.0,0.010644587688148022,0.1301066130399704,2.088179588317871,-0.014851721934974194,0.3199259042739868,0.8140535205602646,1512.0,387072.0,5612.967478725826,24772608.0 +99.19,7.900000095367432,4080.0,0.010845051147043705,0.13702392578125,2.162020683288574,-0.01492959912866354,0.2899867296218872,0.8376722931861877,1513.0,387328.0,5616.983766827965,24788992.0 +133.75,8.199999809265137,4102.0,0.01017135102301836,0.1359049528837204,2.1752750873565674,-0.011876151897013187,0.26432493329048157,0.8322767317295074,1514.0,387584.0,5620.978093205951,24805376.0 +124.33,7.300000190734863,4124.0,0.010102302767336369,0.13427734375,2.200422525405884,-0.012665129266679287,0.3213314414024353,0.7829814404249191,1515.0,387840.0,5624.951497857925,24821760.0 +111.05,7.400000095367432,4312.0,0.009568789042532444,0.1174519881606102,2.1703455448150635,-0.014052149839699268,0.41431954503059387,0.7923630475997925,1516.0,388096.0,5628.751898770919,24838144.0 +96.57,8.5,4466.0,0.010677702724933624,0.1409912109375,2.145374059677124,-0.013284888118505478,0.2232172042131424,0.8448319733142853,1517.0,388352.0,5632.420897570904,24854528.0 +130.56,8.300000190734863,4075.0,0.009298481047153473,0.1134236678481102,2.1409177780151367,-0.014222576282918453,0.327239453792572,0.8251441121101379,1518.0,388608.0,5636.441952664871,24870912.0 +71.72,8.199999809265137,4185.0,0.009874317795038223,0.1199951171875,2.1441457271575928,-0.012636061757802963,0.4031638205051422,0.8208310157060623,1519.0,388864.0,5640.357065436896,24887296.0 +130.79,8.100000381469727,4428.0,0.01117118913680315,0.1379191130399704,2.194194793701172,-0.012977216392755508,0.23926806449890137,0.8876078203320503,1520.0,389120.0,5644.057553971885,24903680.0 +133.06,6.900000095367432,4194.0,0.009499696083366871,0.1252034455537796,2.2094056606292725,-0.013283428736031055,0.39082038402557373,0.8190033733844757,1521.0,389376.0,5647.963941470021,24920064.0 +107.44,8.100000381469727,4378.0,0.008972366340458393,0.1167195662856102,2.1636288166046143,-0.01166368369013071,0.2697400748729706,0.8599859029054642,1522.0,389632.0,5651.710969904903,24936448.0 +129.08,7.699999809265137,4319.0,0.011582120321691036,0.1309407502412796,2.1711442470550537,-0.013643818907439709,0.32123318314552307,0.8426218628883362,1523.0,389888.0,5655.505173990037,24952832.0 +86.46,8.699999809265137,4368.0,0.010050933808088303,0.13323974609375,2.181488275527954,-0.01330246776342392,0.3688715398311615,0.8448963910341263,1524.0,390144.0,5659.257114922861,24969216.0 +131.43,7.900000095367432,4085.0,0.010698013938963413,0.14385986328125,2.1919193267822266,-0.011584018357098103,0.2552891671657562,0.8880612254142761,1525.0,390400.0,5663.267861753004,24985600.0 diff --git a/train_procgen/checkpoints/ppo-ninja_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..e5994620e7b3c0ec097bce55727f7f23d9d7f34c --- /dev/null +++ b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +149.57142857142858,2.857142925262451,358.0,0.00025428918888792396,0.0,2.707773447036743,-0.0006097361329011619,0.30154210329055786,-0.0332486629486084,1.0,256.0,45.69707980705425,16384.0 +224.56521739130434,2.6086957454681396,5075.0,0.0017308011883869767,0.014912922866642475,2.704237937927246,-0.0010509584099054337,0.29658010601997375,0.02325981855392456,2.0,512.0,48.92738414602354,32768.0 +308.34,3.299999952316284,4992.0,0.003405669704079628,0.03778076171875,2.688582181930542,-0.00262859626673162,0.6453208327293396,0.07434439659118652,3.0,768.0,52.20956734009087,49152.0 +181.6,3.5999999046325684,4874.0,0.004659534897655249,0.031982421875,2.6541149616241455,-0.0037812143564224243,1.0510069131851196,0.12400627136230469,4.0,1024.0,55.57163648912683,65536.0 +115.27,4.699999809265137,4870.0,0.0045161922462284565,0.0345052070915699,2.6276519298553467,-0.0029833633452653885,1.8222407102584839,0.14248442649841309,5.0,1280.0,58.9360614400357,81920.0 +84.98,3.0,4779.0,0.0055428012274205685,0.0413411445915699,2.594053030014038,-0.0028581591323018074,1.3308790922164917,0.16777169704437256,6.0,1536.0,62.36513573513366,98304.0 +84.57,3.299999952316284,4767.0,0.0036946579348295927,0.01654052734375,2.5755975246429443,-0.0020598561968654394,1.5776556730270386,0.19619429111480713,7.0,1792.0,65.8027390150819,114688.0 +79.82,3.9000000953674316,4924.0,0.004790281876921654,0.0352376289665699,2.5326640605926514,-0.002482778625562787,1.5843898057937622,0.23549598455429077,8.0,2048.0,69.13053982611746,131072.0 +96.59,3.4000000953674316,4971.0,0.005700309295207262,0.0481160469353199,2.5072875022888184,-0.0038619723636657,1.4250394105911255,0.2568954825401306,9.0,2304.0,72.42662464617752,147456.0 +55.1,4.099999904632568,4730.0,0.0042145694606006145,0.0277099609375,2.475841760635376,-0.0005586619954556227,2.078547716140747,0.2814609408378601,10.0,2560.0,75.89070113212802,163840.0 +73.41,3.9000000953674316,5032.0,0.004679386969655752,0.0362752266228199,2.4408442974090576,-0.00324275903403759,2.135782480239868,0.2852938175201416,11.0,2816.0,79.14692617417313,180224.0 +71.22,4.0,4917.0,0.00387162365950644,0.0342610664665699,2.389733076095581,-0.0019861601758748293,2.0276217460632324,0.3574923872947693,12.0,3072.0,82.47963634715416,196608.0 +50.27,4.300000190734863,4921.0,0.0041137984953820705,0.03004964254796505,2.3397045135498047,-0.0015436746180057526,2.083085298538208,0.42669498920440674,13.0,3328.0,85.80960783897899,212992.0 +46.12,3.0999999046325684,4941.0,0.003018822753801942,0.014892578125,2.330158233642578,-0.0006994265131652355,1.7377246618270874,0.49308937788009644,14.0,3584.0,89.12610997213051,229376.0 +57.21,3.9000000953674316,5013.0,0.0032276574056595564,0.0166015625,2.2663118839263916,-0.001838316791690886,1.90960693359375,0.517142653465271,15.0,3840.0,92.39487319509499,245760.0 +38.43,4.099999904632568,4922.0,0.004115247633308172,0.03061930276453495,2.1781258583068848,-0.002591791795566678,2.0903003215789795,0.5558136105537415,16.0,4096.0,95.7241787831299,262144.0 +38.87,4.599999904632568,4878.0,0.0036821216344833374,0.02585856057703495,2.1404504776000977,-0.0011083189165219665,1.8689545392990112,0.5638404190540314,17.0,4352.0,99.08349653612822,278528.0 +38.55,4.5,5220.0,0.003581073833629489,0.02496337890625,2.1661341190338135,-0.002129713771864772,2.056938886642456,0.5631988048553467,18.0,4608.0,102.22257447708398,294912.0 +50.73,4.099999904632568,5049.0,0.003267802996560931,0.01690673828125,2.179234027862549,-0.0005228649242781103,2.0303804874420166,0.6279267072677612,19.0,4864.0,105.46813461510465,311296.0 +69.55,3.0999999046325684,5065.0,0.004411870148032904,0.043701171875,2.2046444416046143,-0.0013978282222524285,1.5433331727981567,0.6474747955799103,20.0,5120.0,108.70318191917613,327680.0 +39.48,3.9000000953674316,4816.0,0.004176478832960129,0.0331217460334301,2.201047897338867,-0.0019858647137880325,1.7731729745864868,0.6621226072311401,21.0,5376.0,112.10565455700271,344064.0 +70.01,4.099999904632568,4838.0,0.004392091650515795,0.0365193672478199,2.2187726497650146,-0.000840492604766041,1.6288970708847046,0.6643517017364502,22.0,5632.0,115.4929796680808,360448.0 +84.16,4.0,4923.0,0.002871711505576968,0.0164794921875,2.27482533454895,-0.0018263306701555848,1.6989988088607788,0.6696884334087372,23.0,5888.0,118.82143242610618,376832.0 +66.11,4.5,5014.0,0.0057944669388234615,0.0644938126206398,2.228813886642456,-0.0011646727798506618,1.7727599143981934,0.6554233431816101,24.0,6144.0,122.08948209416121,393216.0 +51.64,3.700000047683716,4985.0,0.0035582249984145164,0.025390625,2.3197858333587646,-0.0018981500761583447,1.5540827512741089,0.6656939089298248,25.0,6400.0,125.3767142011784,409600.0 +50.35,4.699999809265137,5062.0,0.004862192552536726,0.05072021484375,2.2597668170928955,-0.0025710929185152054,1.7046085596084595,0.6719483137130737,26.0,6656.0,128.6135970610194,425984.0 +59.76,4.5,4692.0,0.005127751734107733,0.0512288399040699,2.276315927505493,-0.0033753097523003817,1.8205976486206055,0.6515595018863678,27.0,6912.0,132.10605907603167,442368.0 +57.16,4.599999904632568,5101.0,0.011596220545470715,0.1477864533662796,2.2485251426696777,0.004691174253821373,2.2083499431610107,0.6843706965446472,28.0,7168.0,135.31850818404928,458752.0 +45.82,4.300000190734863,4919.0,0.0037692890036851168,0.02860514260828495,2.1306989192962646,-0.0021099087316542864,2.3691279888153076,0.6137448251247406,29.0,7424.0,138.64931639516726,475136.0 +50.16,4.300000190734863,4720.0,0.006685199681669474,0.0674641951918602,2.1166439056396484,-0.0007246742025017738,2.1489150524139404,0.6339321434497833,30.0,7680.0,142.1205678191036,491520.0 +44.39,5.199999809265137,4743.0,0.0030111167579889297,0.02313232421875,2.042309522628784,-0.0021009573247283697,2.165862798690796,0.6194646954536438,31.0,7936.0,145.57513041002676,507904.0 +44.85,4.400000095367432,5017.0,0.0034969623666256666,0.02144368551671505,2.057032585144043,-0.00292723230086267,1.9367443323135376,0.6530346274375916,32.0,8192.0,148.84129694197327,524288.0 +48.16,4.699999809265137,5138.0,0.003541892394423485,0.03009033203125,2.0991761684417725,-0.0020113340578973293,1.853271484375,0.670441210269928,33.0,8448.0,152.03015246405266,540672.0 +50.44,4.800000190734863,5130.0,0.005655480083078146,0.0640665665268898,2.1029882431030273,-0.0035064329858869314,1.683573842048645,0.6767162680625916,34.0,8704.0,155.22441457305104,557056.0 +53.68,4.099999904632568,5070.0,0.005145661532878876,0.05682373046875,2.061134099960327,-0.0026473526377230883,1.704750418663025,0.6709049046039581,35.0,8960.0,158.4563254811801,573440.0 +61.37,5.199999809265137,4532.0,0.0044222683645784855,0.0405476875603199,2.162755250930786,-0.0020805969834327698,1.6718629598617554,0.6911132335662842,36.0,9216.0,162.0717234511394,589824.0 +62.8,5.400000095367432,5016.0,0.004454012960195541,0.03662109375,2.1356618404388428,-0.001059398869983852,1.9085965156555176,0.6638673841953278,37.0,9472.0,165.33881642203778,606208.0 +50.77,4.199999809265137,4848.0,0.002986377105116844,0.02272542379796505,2.139003038406372,-0.0032695031259208918,1.6103435754776,0.6807138323783875,38.0,9728.0,168.71897226898,622592.0 +52.41,4.800000190734863,5002.0,0.00403447775170207,0.0428263358771801,2.1271791458129883,-0.0031745436135679483,1.642630934715271,0.6803093552589417,39.0,9984.0,171.99494232796133,638976.0 +61.41,4.900000095367432,4909.0,0.004300179425626993,0.0413614921271801,2.0740935802459717,-0.0019910389091819525,1.83043372631073,0.6635448932647705,40.0,10240.0,175.33290641917847,655360.0 +51.54,4.099999904632568,4944.0,0.005854911636561155,0.06378173828125,2.099876642227173,-0.0026580134872347116,1.8090041875839233,0.6683028936386108,41.0,10496.0,178.64784097508527,671744.0 +47.67,4.900000095367432,5077.0,0.005684570875018835,0.0627848282456398,2.0943219661712646,-0.003345145843923092,1.7005524635314941,0.711751401424408,42.0,10752.0,181.875840815017,688128.0 +64.84,4.199999809265137,4863.0,0.00410492392256856,0.0378824882209301,2.1242663860321045,-0.0021555032581090927,1.5856271982192993,0.7148428559303284,43.0,11008.0,185.24537183414213,704512.0 +57.45,3.799999952316284,4945.0,0.003865749342367053,0.0362955741584301,2.0914061069488525,-0.001750403200276196,1.7975443601608276,0.6804461181163788,44.0,11264.0,188.5589859529864,720896.0 +60.48,4.900000095367432,5042.0,0.0038813212886452675,0.0367228202521801,2.009536027908325,-0.0023211927618831396,1.7867170572280884,0.6963865756988525,45.0,11520.0,191.80904698907398,737280.0 +53.24,5.400000095367432,5103.0,0.006995264906436205,0.0820109024643898,2.0114846229553223,-0.001429414376616478,1.5161620378494263,0.7096007466316223,46.0,11776.0,195.02025721408427,753664.0 +48.51,5.300000190734863,5125.0,0.006387848407030106,0.0705769881606102,2.044217824935913,-0.0006831874488852918,1.5518280267715454,0.6896483898162842,47.0,12032.0,198.21825474710204,770048.0 +60.12,5.099999904632568,5088.0,0.0065459758043289185,0.07257080078125,2.073914051055908,-0.0010985539993271232,1.5569454431533813,0.7071118354797363,48.0,12288.0,201.4388342651073,786432.0 +62.32,4.400000095367432,5093.0,0.005351708736270666,0.0587971992790699,2.17053484916687,-0.0023146679159253836,1.398512363433838,0.7303779423236847,49.0,12544.0,204.6559829681646,802816.0 +62.46,5.199999809265137,4781.0,0.0037211356684565544,0.0367228202521801,2.2169997692108154,-0.0032376099843531847,1.2822242975234985,0.731027364730835,50.0,12800.0,208.09252581000328,819200.0 +64.8,4.599999904632568,4930.0,0.005643837153911591,0.0647989884018898,2.224924087524414,-0.003988346084952354,1.059844970703125,0.7732603400945663,51.0,13056.0,211.4159276690334,835584.0 +83.56,4.400000095367432,4886.0,0.006876429542899132,0.0844523087143898,2.2256886959075928,-0.004547012969851494,1.1424039602279663,0.7312984764575958,52.0,13312.0,214.76987209613435,851968.0 +85.46,4.300000190734863,4912.0,0.008118681609630585,0.1014811173081398,2.286933660507202,-0.003450550837442279,1.1124523878097534,0.7331268191337585,53.0,13568.0,218.10569576197304,868352.0 +114.57,5.0,5082.0,0.005160846747457981,0.05572509765625,2.292710542678833,-0.0039676036685705185,0.9489920139312744,0.7632357776165009,54.0,13824.0,221.32975271716714,884736.0 +96.47,4.800000190734863,5065.0,0.005621946882456541,0.0688883438706398,2.3285839557647705,-0.003163873450830579,0.9591665267944336,0.7518562376499176,55.0,14080.0,224.56492996611632,901120.0 +89.68,5.199999809265137,5009.0,0.0049558901228010654,0.0548095703125,2.3466861248016357,-0.0059356349520385265,0.8156516551971436,0.7659887075424194,56.0,14336.0,227.836193413008,917504.0 +126.91,4.400000095367432,5160.0,0.005735078360885382,0.0628255233168602,2.3687450885772705,-0.004790591541677713,0.6912668347358704,0.7735144197940826,57.0,14592.0,231.01163162314333,933888.0 +143.31,4.300000190734863,5181.0,0.007941658608615398,0.1072794571518898,2.4350781440734863,-0.005490165203809738,0.5296481251716614,0.7726602405309677,58.0,14848.0,234.17440486396663,950272.0 +209.02,4.099999904632568,5157.0,0.00813263189047575,0.1029052734375,2.4152894020080566,-0.008065837435424328,0.46742185950279236,0.7730412632226944,59.0,15104.0,237.35340610216372,966656.0 +239.52,4.5,5151.0,0.007013218477368355,0.0852254256606102,2.4836525917053223,-0.0038291560485959053,0.4758319556713104,0.7153313457965851,60.0,15360.0,240.53469244018197,983040.0 +274.08,4.5,5274.0,0.007992705330252647,0.1000569686293602,2.5140602588653564,-0.004554979503154755,0.36453723907470703,0.747376412153244,61.0,15616.0,243.64238247601315,999424.0 +266.77,5.099999904632568,5229.0,0.008792798034846783,0.1150309219956398,2.5043420791625977,-0.007395028602331877,0.3768598139286041,0.7649426907300949,62.0,15872.0,246.7762068961747,1015808.0 +260.11,4.900000095367432,4872.0,0.0076592788100242615,0.10040283203125,2.454315185546875,-0.00699852267280221,0.4089873135089874,0.7390855848789215,63.0,16128.0,250.13908948306926,1032192.0 +290.06,4.0,4833.0,0.008796275593340397,0.114013671875,2.494025945663452,-0.006973863113671541,0.30835437774658203,0.6414438784122467,64.0,16384.0,253.52981110103428,1048576.0 +310.81,4.099999904632568,4827.0,0.007793649565428495,0.1025797501206398,2.4798247814178467,-0.008098073303699493,0.201202392578125,0.7858660221099854,65.0,16640.0,256.92499914509244,1064960.0 +340.81,4.300000190734863,4696.0,0.008044549264013767,0.1075032576918602,2.424067258834839,-0.007807078305631876,0.31041964888572693,0.7588934302330017,66.0,16896.0,260.4141354910098,1081344.0 +334.59,4.5,4793.0,0.007492993026971817,0.0963338240981102,2.4432663917541504,-0.00924657192081213,0.3395780622959137,0.8043128848075867,67.0,17152.0,263.83274862216786,1097728.0 +357.62,4.5,5000.0,0.008341552689671516,0.1112874373793602,2.4695017337799072,-0.007359711918979883,0.19396452605724335,0.8644891530275345,68.0,17408.0,267.11016527796164,1114112.0 +371.63,4.199999809265137,4845.0,0.010267037898302078,0.13531494140625,2.490363836288452,-0.007273901253938675,0.15399231016635895,0.8913612142205238,69.0,17664.0,270.4921386791393,1130496.0 +439.97,3.700000047683716,4635.0,0.006797799374908209,0.0841267928481102,2.46311354637146,-0.0066581410355865955,0.22740374505519867,0.8293939828872681,70.0,17920.0,274.02787798200734,1146880.0 +423.31,4.0,5021.0,0.008622744120657444,0.1176961287856102,2.4473774433135986,-0.007739370688796043,0.38533714413642883,0.7532680630683899,71.0,18176.0,277.2916032001376,1163264.0 +286.69,4.599999904632568,5097.0,0.00763387605547905,0.099853515625,2.4556617736816406,-0.00450690183788538,0.3836669623851776,0.7338783442974091,72.0,18432.0,280.5065219360404,1179648.0 +300.12,4.699999809265137,5029.0,0.008909140713512897,0.1231282576918602,2.473073720932007,-0.008281783200800419,0.21178023517131805,0.7418650090694427,73.0,18688.0,283.7647956581786,1196032.0 +333.1,4.699999809265137,5048.0,0.00927010178565979,0.132080078125,2.482656240463257,-0.008136202581226826,0.20597903430461884,0.739637941122055,74.0,18944.0,287.01096976711415,1212416.0 +412.1,3.799999952316284,5139.0,0.010194843634963036,0.1400553435087204,2.4756109714508057,-0.0074273087084293365,0.27019351720809937,0.7224391102790833,75.0,19200.0,290.1998320161365,1228800.0 +462.75,4.099999904632568,5039.0,0.008246056735515594,0.1089070662856102,2.4888718128204346,-0.005977315362542868,0.2361389845609665,0.7430466115474701,76.0,19456.0,293.4516215121839,1245184.0 +390.86,4.5,4947.0,0.007335868198424578,0.0943806990981102,2.505955696105957,-0.006706687156111002,0.3036058247089386,0.7134207189083099,77.0,19712.0,296.7640560970176,1261568.0 +391.54,4.400000095367432,4878.0,0.00981867779046297,0.1327921599149704,2.483586072921753,-0.009044530801475048,0.15805301070213318,0.8415489792823792,78.0,19968.0,300.12318363110535,1277952.0 +404.9,3.9000000953674316,4960.0,0.00846593827009201,0.1104329451918602,2.4743778705596924,-0.008543726988136768,0.31494221091270447,0.7597836852073669,79.0,20224.0,303.4266136919614,1294336.0 +348.21,3.4000000953674316,5151.0,0.006467811297625303,0.0797526016831398,2.4798600673675537,-0.007334520574659109,0.3411979675292969,0.7276016175746918,80.0,20480.0,306.60782741196454,1310720.0 +321.96,4.0,5085.0,0.007441522553563118,0.0965983048081398,2.4612529277801514,-0.008406994864344597,0.3173578083515167,0.7366563677787781,81.0,20736.0,309.8305688381661,1327104.0 +303.45,4.800000190734863,5033.0,0.006896516308188438,0.0856119766831398,2.450910806655884,-0.008233829401433468,0.20227080583572388,0.7441290020942688,82.0,20992.0,313.0863433929626,1343488.0 +391.28,4.400000095367432,5139.0,0.011258858256042004,0.1532796174287796,2.425478219985962,-0.00942168664187193,0.13009975850582123,0.7427450120449066,83.0,21248.0,316.2748758660164,1359872.0 +482.6,4.099999904632568,5074.0,0.011150051839649677,0.1551106721162796,2.47031831741333,-0.007473757024854422,0.18122176826000214,0.7757839262485504,84.0,21504.0,319.50435872818343,1376256.0 +570.64,3.4000000953674316,4701.0,0.009082818403840065,0.1248982772231102,2.4696364402770996,-0.007726708892732859,0.16707740724086761,0.8095264583826065,85.0,21760.0,322.990085687954,1392640.0 +549.91,3.5999999046325684,5018.0,0.008116921409964561,0.1072184219956398,2.477743148803711,-0.007897007279098034,0.19363699853420258,0.8374763578176498,86.0,22016.0,326.2555706591811,1409024.0 +503.39,3.9000000953674316,4785.0,0.009446905925869942,0.1306355744600296,2.4905202388763428,-0.007006435189396143,0.2923261225223541,0.758945569396019,87.0,22272.0,329.68021980603226,1425408.0 +429.29,4.400000095367432,4999.0,0.007880833931267262,0.1034139022231102,2.49910306930542,-0.005787947680801153,0.3254549205303192,0.7530413120985031,88.0,22528.0,332.95856371405534,1441792.0 +411.37,4.599999904632568,4898.0,0.007564743980765343,0.09808349609375,2.478147268295288,-0.01001773215830326,0.24637062847614288,0.7856872230768204,89.0,22784.0,336.304204858141,1458176.0 +414.34,4.400000095367432,4677.0,0.007604024838656187,0.09857177734375,2.499368906021118,-0.0059944330714643,0.24154968559741974,0.7915250658988953,90.0,23040.0,339.80743319913745,1474560.0 +381.88,5.0,4918.0,0.007969827391207218,0.1052042618393898,2.48490834236145,-0.005783786531537771,0.3188895583152771,0.8035369515419006,91.0,23296.0,343.13945976202376,1490944.0 +365.61,5.599999904632568,5039.0,0.007006295025348663,0.0859375,2.4805383682250977,-0.007759836968034506,0.3852492570877075,0.7747922241687775,92.0,23552.0,346.3914917779621,1507328.0 +418.31,4.5,5101.0,0.009524165652692318,0.1319987028837204,2.4967458248138428,-0.009735205210745335,0.2191513180732727,0.7729963958263397,93.0,23808.0,349.6035614060238,1523712.0 +424.33,4.199999809265137,5045.0,0.007402487099170685,0.0953165665268898,2.49470591545105,-0.010260564275085926,0.20119066536426544,0.7915689647197723,94.0,24064.0,352.85153536498547,1540096.0 +459.26,3.5,4991.0,0.009068083018064499,0.1201171875,2.4973154067993164,-0.008570251055061817,0.13909651339054108,0.8073811233043671,95.0,24320.0,356.1345233831089,1556480.0 +473.58,3.799999952316284,5100.0,0.0092319929972291,0.11663818359375,2.487746238708496,-0.010421124286949635,0.3418893814086914,0.7138707041740417,96.0,24576.0,359.3472676121164,1572864.0 +472.96,4.199999809265137,4956.0,0.00929445680230856,0.12689208984375,2.4952690601348877,-0.009344598278403282,0.24357455968856812,0.7680320590734482,97.0,24832.0,362.65344632510096,1589248.0 +432.37,4.599999904632568,4868.0,0.007028586696833372,0.0877889022231102,2.493713855743408,-0.009392873384058475,0.3160300552845001,0.7139906287193298,98.0,25088.0,366.01928661903366,1605632.0 +392.63,5.099999904632568,4930.0,0.010287437587976456,0.1429036408662796,2.499680757522583,-0.00739021273329854,0.2994571328163147,0.8029270023107529,99.0,25344.0,369.34315598011017,1622016.0 +424.85,4.300000190734863,4895.0,0.008908990770578384,0.1167195662856102,2.4796226024627686,-0.004811318125575781,0.29300299286842346,0.7725617587566376,100.0,25600.0,372.69088248116896,1638400.0 +375.38,4.800000190734863,4921.0,0.007204139139503241,0.093994140625,2.4754996299743652,-0.007637409493327141,0.37241554260253906,0.7806750535964966,101.0,25856.0,376.02034177910537,1654784.0 +363.31,4.800000190734863,4726.0,0.008782514370977879,0.1119791641831398,2.455982208251953,-0.008368562906980515,0.23696525394916534,0.7718243151903152,102.0,26112.0,379.48776342812926,1671168.0 +376.14,3.9000000953674316,4667.0,0.010821953415870667,0.1484578400850296,2.4576804637908936,-0.007321080658584833,0.2690673768520355,0.707953006029129,103.0,26368.0,382.99857398308814,1687552.0 +406.56,3.4000000953674316,4996.0,0.010264785028994083,0.1400146484375,2.4856722354888916,-0.0076698786579072475,0.19046242535114288,0.7136875987052917,104.0,26624.0,386.2783847870305,1703936.0 +428.9,3.5,5023.0,0.010878817178308964,0.1507364958524704,2.4607768058776855,-0.006799857597798109,0.34277892112731934,0.7107937335968018,105.0,26880.0,389.54054472805,1720320.0 +387.55,4.0,5056.0,0.0076661608181893826,0.0999348983168602,2.4616901874542236,-0.007935999892652035,0.26529988646507263,0.7153811752796173,106.0,27136.0,392.78126227506436,1736704.0 +387.63,4.099999904632568,5131.0,0.009865346364676952,0.1321614533662796,2.45278000831604,-0.010779841803014278,0.25456759333610535,0.734490305185318,107.0,27392.0,395.97451767115854,1753088.0 +408.42,3.700000047683716,5039.0,0.007750869262963533,0.1029459610581398,2.432110548019409,-0.008033578284084797,0.14475734531879425,0.7908650636672974,108.0,27648.0,399.2261289381422,1769472.0 +441.52,3.9000000953674316,4945.0,0.009662403725087643,0.12799072265625,2.399137258529663,-0.009746703319251537,0.2881576418876648,0.6978387236595154,109.0,27904.0,402.53981341514736,1785856.0 +406.75,4.300000190734863,4867.0,0.008639170788228512,0.1112467423081398,2.393563985824585,-0.00817591231316328,0.28895673155784607,0.7843600064516068,110.0,28160.0,405.90646940795705,1802240.0 +436.6,4.300000190734863,4892.0,0.008942203596234322,0.11981201171875,2.394407272338867,-0.0070741549134254456,0.2569117546081543,0.8005855977535248,111.0,28416.0,409.256121216109,1818624.0 +423.93,4.300000190734863,4892.0,0.008117038756608963,0.1031087264418602,2.4306435585021973,-0.007039549294859171,0.2829643189907074,0.778842031955719,112.0,28672.0,412.6055388189852,1835008.0 +456.01,4.199999809265137,4781.0,0.008244633674621582,0.1058553084731102,2.45005202293396,-0.010802173055708408,0.23514603078365326,0.7525753080844879,113.0,28928.0,416.0324455520604,1851392.0 +418.87,4.900000095367432,4825.0,0.0084238201379776,0.1103922501206398,2.4347712993621826,-0.007529433351010084,0.3136971890926361,0.7152145206928253,114.0,29184.0,419.42830885597505,1867776.0 +441.59,4.800000190734863,4895.0,0.00894609559327364,0.1219482421875,2.4566540718078613,-0.006678442936390638,0.32287153601646423,0.7553479671478271,115.0,29440.0,422.77596933115274,1884160.0 +380.44,5.199999809265137,4872.0,0.006653429940342903,0.0779622420668602,2.439910888671875,-0.00789102166891098,0.3584308326244354,0.8118521720170975,116.0,29696.0,426.13918622303754,1900544.0 +345.78,4.900000095367432,5104.0,0.0073027522303164005,0.0888468399643898,2.4437248706817627,-0.007716611493378878,0.32830163836479187,0.7631155401468277,117.0,29952.0,429.34972873004153,1916928.0 +358.7,4.199999809265137,5161.0,0.0067876726388931274,0.0824381485581398,2.423410415649414,-0.007783177774399519,0.2830718159675598,0.7586558759212494,118.0,30208.0,432.5249484621454,1933312.0 +319.75,4.0,5124.0,0.00716065289452672,0.0884195938706398,2.452989339828491,-0.005269648041576147,0.2926332354545593,0.7828570902347565,119.0,30464.0,435.7229335210286,1949696.0 +292.36,4.699999809265137,5153.0,0.007536681834608316,0.0954996719956398,2.4259092807769775,-0.008513485081493855,0.38566017150878906,0.8092120736837387,120.0,30720.0,438.90262617799453,1966080.0 +349.1,4.699999809265137,4845.0,0.007748862728476524,0.1003824844956398,2.4374399185180664,-0.009322156198322773,0.34746143221855164,0.8148214966058731,121.0,30976.0,442.2849353591446,1982464.0 +387.21,4.699999809265137,4849.0,0.008507139049470425,0.1078694686293602,2.415463447570801,-0.010746162384748459,0.35113561153411865,0.8548907339572906,122.0,31232.0,445.6642103281338,1998848.0 +315.8,4.300000190734863,4778.0,0.00818630401045084,0.1027018204331398,2.423624277114868,-0.00842070672661066,0.3818452060222626,0.8279982805252075,123.0,31488.0,449.09429564815946,2015232.0 +357.23,3.5999999046325684,4810.0,0.007334573194384575,0.0894571915268898,2.4155843257904053,-0.008858258835971355,0.31081321835517883,0.8285965174436569,124.0,31744.0,452.50124035798945,2031616.0 +401.09,3.799999952316284,4913.0,0.008155941031873226,0.1118977889418602,2.469928741455078,-0.008197062648832798,0.22129513323307037,0.857011079788208,125.0,32000.0,455.8401276911609,2048000.0 +381.11,4.5,4808.0,0.007776524871587753,0.09503173828125,2.4470555782318115,-0.010069593787193298,0.2287520319223404,0.8560152947902679,126.0,32256.0,459.2484186079819,2064384.0 +424.6,4.400000095367432,4528.0,0.006705956067889929,0.0851847305893898,2.448578357696533,-0.008627796545624733,0.29463720321655273,0.8059962689876556,127.0,32512.0,462.86707869404927,2080768.0 +441.22,4.599999904632568,4929.0,0.009281515143811703,0.1261393278837204,2.4276692867279053,-0.010341959074139595,0.2823915481567383,0.7933899462223053,128.0,32768.0,466.1914405620191,2097152.0 +463.19,4.800000190734863,4876.0,0.008056290447711945,0.10601806640625,2.4006991386413574,-0.011307109147310257,0.27886903285980225,0.7876488119363785,129.0,33024.0,469.55230273795314,2113536.0 +401.49,4.5,4948.0,0.00939510390162468,0.1207478865981102,2.4159247875213623,-0.009061184711754322,0.22131657600402832,0.8156355917453766,130.0,33280.0,472.86401805398054,2129920.0 +432.14,3.9000000953674316,4897.0,0.008001438342034817,0.0980631485581398,2.4087135791778564,-0.00762049900367856,0.19629178941249847,0.8246550559997559,131.0,33536.0,476.21033004601486,2146304.0 +481.29,3.9000000953674316,4970.0,0.008542328141629696,0.11199951171875,2.3994879722595215,-0.010574668645858765,0.25897932052612305,0.823892742395401,132.0,33792.0,479.507088385988,2162688.0 +482.16,4.400000095367432,5063.0,0.009177547879517078,0.1240641251206398,2.4083738327026367,-0.009183132089674473,0.1651039868593216,0.8500018417835236,133.0,34048.0,482.74353307904676,2179072.0 +502.55,4.300000190734863,4803.0,0.01154187973588705,0.1606852263212204,2.4202661514282227,-0.0078727500513196,0.16740642488002777,0.8288602381944656,134.0,34304.0,486.1549976989627,2195456.0 +468.22,3.9000000953674316,4847.0,0.009980686940252781,0.1363932341337204,2.4227077960968018,-0.009340771473944187,0.40453413128852844,0.7447189688682556,135.0,34560.0,489.5358320651576,2211840.0 +348.49,4.099999904632568,4919.0,0.007533918600529432,0.09600830078125,2.4719924926757812,-0.009103517979383469,0.30881819128990173,0.7709067165851593,136.0,34816.0,492.8667970299721,2228224.0 +336.44,4.099999904632568,4891.0,0.010046250186860561,0.1364339143037796,2.440480947494507,-0.009368986822664738,0.2422635704278946,0.8279498815536499,137.0,35072.0,496.21697856415994,2244608.0 +361.75,3.5,4855.0,0.010577802546322346,0.1403401643037796,2.4560952186584473,-0.012629815377295017,0.13422396779060364,0.8264975845813751,138.0,35328.0,499.5920812310651,2260992.0 +410.47,3.5,5051.0,0.008515160530805588,0.1107584610581398,2.427777051925659,-0.009954741224646568,0.3195469081401825,0.7851788103580475,139.0,35584.0,502.836363282986,2277376.0 +399.25,3.9000000953674316,5082.0,0.009025946259498596,0.12103271484375,2.421607255935669,-0.010303213261067867,0.36277690529823303,0.7587022036314011,140.0,35840.0,506.06086732516997,2293760.0 +322.66,4.900000095367432,4933.0,0.009224777109920979,0.1177571639418602,2.415886640548706,-0.011432692408561707,0.4261161983013153,0.7819549441337585,141.0,36096.0,509.38272165413946,2310144.0 +287.83,5.199999809265137,5066.0,0.009758624248206615,0.1312052458524704,2.426262617111206,-0.010191468521952629,0.32273223996162415,0.8036382794380188,142.0,36352.0,512.6171809320804,2326528.0 +291.75,5.5,5069.0,0.00858233030885458,0.1146240234375,2.4157776832580566,-0.008106476627290249,0.3815455436706543,0.8274796456098557,143.0,36608.0,515.8497662991285,2342912.0 +383.0,4.099999904632568,5097.0,0.008655687794089317,0.1130777969956398,2.4458823204040527,-0.01269316766411066,0.28838488459587097,0.7657094299793243,144.0,36864.0,519.0648533371277,2359296.0 +393.55,4.0,5193.0,0.00846573244780302,0.1137491837143898,2.4606049060821533,-0.009812088683247566,0.24739833176136017,0.7774296402931213,145.0,37120.0,522.2205472621135,2375680.0 +329.67,4.800000190734863,5122.0,0.007689947262406349,0.0980224609375,2.4569854736328125,-0.00857651699334383,0.3591207265853882,0.7878870964050293,146.0,37376.0,525.4199267451186,2392064.0 +286.97,5.699999809265137,5071.0,0.0075436909683048725,0.092529296875,2.4017999172210693,-0.009328887797892094,0.5085671544075012,0.7613727301359177,147.0,37632.0,528.6512163099833,2408448.0 +329.85,5.099999904632568,5024.0,0.007990443147718906,0.10540771484375,2.4498677253723145,-0.00955089833587408,0.23864011466503143,0.7846226394176483,148.0,37888.0,531.9130468759686,2424832.0 +334.56,4.599999904632568,5073.0,0.008401385508477688,0.112060546875,2.43914794921875,-0.010544047690927982,0.503709614276886,0.7208996415138245,149.0,38144.0,535.1431040500756,2441216.0 +236.84,5.400000095367432,4916.0,0.007490798365324736,0.0922037735581398,2.424257516860962,-0.009886661544442177,0.396132230758667,0.7516982555389404,150.0,38400.0,538.4765339230653,2457600.0 +339.18,4.5,4969.0,0.009316792711615562,0.1272379606962204,2.4695188999176025,-0.010583995841443539,0.28207820653915405,0.7330540418624878,151.0,38656.0,541.7743452780414,2473984.0 +362.89,4.800000190734863,5077.0,0.008542814292013645,0.1100260391831398,2.422292947769165,-0.011550174094736576,0.4385741949081421,0.7131420373916626,152.0,38912.0,545.0018838760443,2490368.0 +294.11,5.199999809265137,5051.0,0.008308948017656803,0.1061808243393898,2.430769681930542,-0.010450596921145916,0.4313383400440216,0.7452876567840576,153.0,39168.0,548.2457580831833,2506752.0 +268.08,5.400000095367432,4933.0,0.008074706420302391,0.1060791015625,2.3915152549743652,-0.010582502000033855,0.5263088941574097,0.771818220615387,154.0,39424.0,551.5677758220118,2523136.0 +263.83,5.699999809265137,5099.0,0.00827151071280241,0.1095784530043602,2.381434440612793,-0.011639882810413837,0.5034210681915283,0.7858276814222336,155.0,39680.0,554.781454435084,2539520.0 +218.56,5.400000095367432,4943.0,0.008761098608374596,0.1174519881606102,2.3810293674468994,-0.010724018327891827,0.3598974645137787,0.7936831265687943,156.0,39936.0,558.0968784750439,2555904.0 +263.49,4.599999904632568,4995.0,0.009161596186459064,0.1258951872587204,2.3762667179107666,-0.010873942635953426,0.34358879923820496,0.7886800020933151,157.0,40192.0,561.3774044250604,2572288.0 +324.97,4.599999904632568,5073.0,0.010350159369409084,0.13671875,2.3949451446533203,-0.010988879948854446,0.36011019349098206,0.7307377457618713,158.0,40448.0,564.6076907541137,2588672.0 +305.99,4.099999904632568,5121.0,0.010697451420128345,0.1434326171875,2.384183883666992,-0.010897132568061352,0.3861254155635834,0.752860352396965,159.0,40704.0,567.8076260529924,2605056.0 +325.8,4.0,5109.0,0.010632210411131382,0.1396280974149704,2.357332468032837,-0.01192715298384428,0.3656691610813141,0.757751077413559,160.0,40960.0,571.0151910779532,2621440.0 +305.49,4.699999809265137,5110.0,0.008734216913580894,0.11029052734375,2.343496799468994,-0.009228630922734737,0.3067491948604584,0.8096441328525543,161.0,41216.0,574.2224021011498,2637824.0 +335.69,4.5,5056.0,0.007129229139536619,0.0846354141831398,2.3590776920318604,-0.009312432259321213,0.20150141417980194,0.7944285869598389,162.0,41472.0,577.4629937121645,2654208.0 +397.66,4.599999904632568,5126.0,0.010557342320680618,0.137451171875,2.3594133853912354,-0.009504107758402824,0.2839265465736389,0.8021191507577896,163.0,41728.0,580.6596226580441,2670592.0 +413.07,4.599999904632568,5077.0,0.00998458731919527,0.1326090544462204,2.378415107727051,-0.010377052240073681,0.2678994834423065,0.7886335253715515,164.0,41984.0,583.8871953601483,2686976.0 +363.76,4.900000095367432,5048.0,0.007961961440742016,0.1020100936293602,2.367506980895996,-0.008607861585915089,0.364398330450058,0.7465448975563049,165.0,42240.0,587.1367494901642,2703360.0 +397.63,5.099999904632568,5024.0,0.008289741352200508,0.10577392578125,2.352910041809082,-0.008917140774428844,0.2762660086154938,0.7955879271030426,166.0,42496.0,590.3982251731213,2719744.0 +361.11,5.900000095367432,5088.0,0.010926586575806141,0.1474609375,2.3397533893585205,-0.010435663163661957,0.312618613243103,0.7886767387390137,167.0,42752.0,593.6187598579563,2736128.0 +365.63,5.699999809265137,5055.0,0.009060743264853954,0.12359619140625,2.3350913524627686,-0.011334706097841263,0.4082298278808594,0.7660931795835495,168.0,43008.0,596.860171677079,2752512.0 +354.9,5.400000095367432,5128.0,0.007837201468646526,0.1016642227768898,2.3080363273620605,-0.00995193887501955,0.43546223640441895,0.7760933041572571,169.0,43264.0,600.0552970319986,2768896.0 +323.08,5.0,5163.0,0.008819944225251675,0.11199951171875,2.3241453170776367,-0.01151857990771532,0.37834325432777405,0.7668920755386353,170.0,43520.0,603.2291713531595,2785280.0 +291.01,5.400000095367432,5053.0,0.008046350441873074,0.10394287109375,2.319728136062622,-0.00843440555036068,0.31567782163619995,0.8179882764816284,171.0,43776.0,606.47170380014,2801664.0 +298.83,5.5,5102.0,0.009942090138792992,0.1332600861787796,2.3130176067352295,-0.011922930367290974,0.26283028721809387,0.8270694762468338,172.0,44032.0,609.6831001420505,2818048.0 +393.2,4.900000095367432,5183.0,0.01041789073497057,0.14031982421875,2.3104498386383057,-0.012747100554406643,0.20910005271434784,0.8321665972471237,173.0,44288.0,612.8443971711677,2834432.0 +359.59,4.5,5087.0,0.008932998403906822,0.1192423477768898,2.2505972385406494,-0.009130331687629223,0.5191341042518616,0.778939425945282,174.0,44544.0,616.0655840041582,2850816.0 +286.86,5.699999809265137,5090.0,0.008575870655477047,0.1133219376206398,2.250098466873169,-0.01025404129177332,0.5081300735473633,0.764540284872055,175.0,44800.0,619.2851426349953,2867200.0 +270.97,5.099999904632568,5132.0,0.009347622282803059,0.12176513671875,2.2855703830718994,-0.012128692120313644,0.400589257478714,0.7822727710008621,176.0,45056.0,622.4783675321378,2883584.0 +287.4,4.599999904632568,5229.0,0.009033472277224064,0.1166585311293602,2.2844011783599854,-0.010257025249302387,0.46065250039100647,0.7674667090177536,177.0,45312.0,625.6120950991753,2899968.0 +270.4,5.199999809265137,5231.0,0.00845587532967329,0.1054484024643898,2.3094422817230225,-0.009049351327121258,0.43315231800079346,0.8148142099380493,178.0,45568.0,628.7447882350534,2916352.0 +256.81,5.699999809265137,5179.0,0.0076686120592057705,0.0956217423081398,2.3231306076049805,-0.00983052421361208,0.4318059980869293,0.8022684901952744,179.0,45824.0,631.9087955229916,2932736.0 +247.93,5.400000095367432,4991.0,0.009424455463886261,0.1209309920668602,2.2684438228607178,-0.010501732118427753,0.4869172275066376,0.7880810499191284,180.0,46080.0,635.1925330720842,2949120.0 +222.75,5.599999904632568,5074.0,0.00931419339030981,0.12249755859375,2.2557871341705322,-0.01142118126153946,0.5870330929756165,0.7601472735404968,181.0,46336.0,638.4217961861286,2965504.0 +184.85,6.599999904632568,5068.0,0.009135514497756958,0.12139892578125,2.244296073913574,-0.007725672330707312,0.5185779333114624,0.8100289851427078,182.0,46592.0,641.6555248210207,2981888.0 +244.91,5.900000095367432,5119.0,0.010937024839222431,0.1440633088350296,2.2772839069366455,-0.011986400000751019,0.35964643955230713,0.7981905788183212,183.0,46848.0,644.8564627291635,2998272.0 +298.02,5.099999904632568,5120.0,0.01214416604489088,0.1640218049287796,2.2842652797698975,-0.013463507406413555,0.3525572121143341,0.7654480636119843,184.0,47104.0,648.0614952519536,3014656.0 +327.46,4.400000095367432,5236.0,0.01107319351285696,0.1416829377412796,2.2673730850219727,-0.010468445718288422,0.2553139328956604,0.7853495180606842,185.0,47360.0,651.1910151019692,3031040.0 +340.76,4.300000190734863,5190.0,0.010946054942905903,0.1475423127412796,2.267580032348633,-0.01074677612632513,0.368545800447464,0.7384631633758545,186.0,47616.0,654.3483011571225,3047424.0 +347.49,5.199999809265137,5045.0,0.012381692416965961,0.1613566130399704,2.270020008087158,-0.011596049182116985,0.3982177674770355,0.7535492181777954,187.0,47872.0,657.5964290951379,3063808.0 +348.7,5.199999809265137,4937.0,0.010951608419418335,0.1449381560087204,2.291630744934082,-0.011814543046057224,0.2824440002441406,0.7472645044326782,188.0,48128.0,660.915277877124,3080192.0 +353.22,4.199999809265137,5099.0,0.008611036464571953,0.1103515625,2.2917158603668213,-0.008325857110321522,0.2982220947742462,0.709782600402832,189.0,48384.0,664.1286221630871,3096576.0 +353.32,4.400000095367432,5070.0,0.008835060521960258,0.1158650740981102,2.2390692234039307,-0.01263075228780508,0.260066419839859,0.7800548672676086,190.0,48640.0,667.3605303210206,3112960.0 +413.39,4.199999809265137,5226.0,0.012277781963348389,0.16326904296875,2.247257947921753,-0.010477847419679165,0.19200366735458374,0.8040820807218552,191.0,48896.0,670.4958566071,3129344.0 +447.5,4.099999904632568,5014.0,0.010610517114400864,0.1418253630399704,2.281811475753784,-0.011092767119407654,0.18025712668895721,0.7844148427248001,192.0,49152.0,673.7638821590226,3145728.0 +469.43,3.5999999046325684,5082.0,0.010311057791113853,0.1395060271024704,2.3250322341918945,-0.01067761704325676,0.1949184387922287,0.7517577260732651,193.0,49408.0,676.9882894230541,3162112.0 +510.71,3.5,4869.0,0.010884079150855541,0.1507161408662796,2.3506648540496826,-0.011659033596515656,0.17120277881622314,0.7868117839097977,194.0,49664.0,680.3538615591824,3178496.0 +511.55,3.4000000953674316,5227.0,0.012128868140280247,0.16326904296875,2.3504064083099365,-0.010475289076566696,0.17287065088748932,0.7616283446550369,195.0,49920.0,683.4889200259931,3194880.0 +432.5,4.0,5200.0,0.011452927254140377,0.15374755859375,2.332041025161743,-0.013222075067460537,0.2824574410915375,0.7799130380153656,196.0,50176.0,686.6402617041022,3211264.0 +401.85,4.900000095367432,5288.0,0.009089559316635132,0.12261962890625,2.3445284366607666,-0.010339869186282158,0.32989513874053955,0.7820163816213608,197.0,50432.0,689.7391498370562,3227648.0 +410.33,4.900000095367432,5219.0,0.00952635332942009,0.1293741911649704,2.3783676624298096,-0.01081972848623991,0.2548195421695709,0.8118091970682144,198.0,50688.0,692.8787271850742,3244032.0 +386.77,4.800000190734863,5199.0,0.007947892881929874,0.1023152694106102,2.3574042320251465,-0.010058272629976273,0.31688112020492554,0.7989610582590103,199.0,50944.0,696.030653874157,3260416.0 +327.88,5.099999904632568,5074.0,0.010466869920492172,0.1416422575712204,2.376810312271118,-0.012135185301303864,0.3693593740463257,0.7854535579681396,200.0,51200.0,699.2601362850983,3276800.0 +358.63,5.5,4878.0,0.009016725234687328,0.1214192733168602,2.395318031311035,-0.011374239809811115,0.41892147064208984,0.7650082558393478,201.0,51456.0,702.6193494661711,3293184.0 +352.12,5.900000095367432,4895.0,0.009134509600698948,0.1243693009018898,2.399754762649536,-0.011848707683384418,0.2925008237361908,0.7834981977939606,202.0,51712.0,705.9669771061745,3309568.0 +341.45,5.199999809265137,5088.0,0.009448175318539143,0.1245524063706398,2.3747365474700928,-0.01148915383964777,0.32083892822265625,0.7604034692049026,203.0,51968.0,709.187811715994,3325952.0 +345.91,4.900000095367432,5160.0,0.009013163857161999,0.11639404296875,2.3757822513580322,-0.010809161700308323,0.3924753963947296,0.7370644807815552,204.0,52224.0,712.3630635179579,3342336.0 +359.65,4.599999904632568,5207.0,0.010915161110460758,0.1491902619600296,2.400243043899536,-0.012190829031169415,0.18262594938278198,0.718996524810791,205.0,52480.0,715.5100240961183,3358720.0 +396.54,3.700000047683716,4850.0,0.008884071372449398,0.11419677734375,2.397773504257202,-0.01150297001004219,0.29102590680122375,0.6878922283649445,206.0,52736.0,718.8910909360275,3375104.0 +386.42,3.700000047683716,4962.0,0.01036648079752922,0.14166259765625,2.4139339923858643,-0.01135144755244255,0.2341136336326599,0.8067376464605331,207.0,52992.0,722.1932521690615,3391488.0 +353.08,4.699999809265137,4963.0,0.007363429758697748,0.08782958984375,2.381969690322876,-0.009165775030851364,0.44109639525413513,0.7792500853538513,208.0,53248.0,725.4955198841635,3407872.0 +313.32,5.599999904632568,5042.0,0.007781950291246176,0.10052490234375,2.4240894317626953,-0.012599094770848751,0.30847594141960144,0.8020520359277725,209.0,53504.0,728.7454396151006,3424256.0 +309.85,4.699999809265137,4906.0,0.008757701143622398,0.1091715469956398,2.4230868816375732,-0.01223051454871893,0.3193480372428894,0.7903798967599869,210.0,53760.0,732.0856871511787,3440640.0 +341.05,4.300000190734863,5054.0,0.009815468452870846,0.1273193359375,2.420971155166626,-0.010692969895899296,0.2538065016269684,0.7923973798751831,211.0,54016.0,735.3277163081802,3457024.0 +388.62,3.9000000953674316,5237.0,0.00731483893468976,0.09124755859375,2.419487237930298,-0.009143267758190632,0.2288026213645935,0.8384941220283508,212.0,54272.0,738.4571356570814,3473408.0 +435.9,3.4000000953674316,5173.0,0.00794896949082613,0.102783203125,2.4499175548553467,-0.009944438003003597,0.16303034126758575,0.8287194222211838,213.0,54528.0,741.6244947710074,3489792.0 +432.77,3.5999999046325684,5134.0,0.01007074024528265,0.1361490935087204,2.459005117416382,-0.010670293122529984,0.2875276505947113,0.7957891076803207,214.0,54784.0,744.8161849670578,3506176.0 +332.65,4.699999809265137,5221.0,0.007723167072981596,0.09893798828125,2.4716124534606934,-0.012129058130085468,0.45196351408958435,0.7565246373414993,215.0,55040.0,747.9552871331107,3522560.0 +344.57,4.599999904632568,5129.0,0.006938619539141655,0.0848388671875,2.479330062866211,-0.010828611440956593,0.3994918763637543,0.7669875770807266,216.0,55296.0,751.1497638111468,3538944.0 +351.26,4.900000095367432,5037.0,0.008750777691602707,0.11932373046875,2.501709222793579,-0.013500303961336613,0.2762555778026581,0.8120201528072357,217.0,55552.0,754.4036170220934,3555328.0 +337.89,5.199999809265137,5128.0,0.0063779535703361034,0.0769246444106102,2.484152317047119,-0.011695627123117447,0.3082786500453949,0.8011094182729721,218.0,55808.0,757.5989773899782,3571712.0 +322.1,5.099999904632568,5163.0,0.008402427658438683,0.1131795272231102,2.4697368144989014,-0.01331085804849863,0.3922230303287506,0.7466562390327454,219.0,56064.0,760.7724213111214,3588096.0 +340.41,4.400000095367432,5057.0,0.007049014326184988,0.0882771834731102,2.466322660446167,-0.011747813783586025,0.34373000264167786,0.7632070034742355,220.0,56320.0,764.0127846640535,3604480.0 +338.2,4.5,5147.0,0.008182237856090069,0.1041259765625,2.4383842945098877,-0.013947803527116776,0.46367427706718445,0.7409901022911072,221.0,56576.0,767.1972537010442,3620864.0 +308.98,4.900000095367432,5080.0,0.008874834515154362,0.1166178360581398,2.462104320526123,-0.011342468671500683,0.3766109049320221,0.7426477372646332,222.0,56832.0,770.4226797299925,3637248.0 +301.05,4.800000190734863,5083.0,0.005790947005152702,0.0684814453125,2.4590635299682617,-0.011405285447835922,0.32808810472488403,0.7896260172128677,223.0,57088.0,773.6466679880396,3653632.0 +352.81,5.0,5080.0,0.006810682360082865,0.08575439453125,2.483628273010254,-0.008352650329470634,0.21844051778316498,0.8377470523118973,224.0,57344.0,776.872532319976,3670016.0 +419.83,4.599999904632568,5168.0,0.008184966631233692,0.109130859375,2.472745418548584,-0.011524602770805359,0.2042481154203415,0.7432088553905487,225.0,57600.0,780.0435489621013,3686400.0 +465.99,4.0,5146.0,0.010348155163228512,0.1392415314912796,2.4664347171783447,-0.012337162159383297,0.14359991252422333,0.7246620059013367,226.0,57856.0,783.2276812091004,3702784.0 +496.17,3.5,5179.0,0.008744205348193645,0.1117960587143898,2.455571174621582,-0.012240178883075714,0.18139779567718506,0.7910326719284058,227.0,58112.0,786.3916183181573,3719168.0 +534.29,3.9000000953674316,5100.0,0.007818553596735,0.1034139022231102,2.4391751289367676,-0.010127558372914791,0.28339093923568726,0.7865291684865952,228.0,58368.0,789.6047774530016,3735552.0 +511.42,4.199999809265137,5163.0,0.008819914422929287,0.1160481795668602,2.4765465259552,-0.012163247913122177,0.201279878616333,0.8096795082092285,229.0,58624.0,792.7786700460128,3751936.0 +430.95,4.0,5237.0,0.008718281053006649,0.1041259765625,2.4467055797576904,-0.01091162022203207,0.3027256727218628,0.743765264749527,230.0,58880.0,795.9076530709863,3768320.0 +367.99,4.300000190734863,5076.0,0.008707334287464619,0.1088663712143898,2.4176414012908936,-0.011834305711090565,0.402713418006897,0.7309117913246155,231.0,59136.0,799.1354903390165,3784704.0 +355.95,4.599999904632568,5078.0,0.009374083019793034,0.1229248046875,2.4054243564605713,-0.012685496360063553,0.3218923807144165,0.7709065973758698,232.0,59392.0,802.3622400111053,3801088.0 +360.69,4.900000095367432,5120.0,0.0076515343971550465,0.09375,2.420109272003174,-0.013077196665108204,0.2729058563709259,0.7859237790107727,233.0,59648.0,805.5624028390739,3817472.0 +358.97,5.199999809265137,5226.0,0.0085627855733037,0.1111857071518898,2.4471936225891113,-0.011038674972951412,0.2004207819700241,0.8066258877515793,234.0,59904.0,808.6983424131759,3833856.0 +374.39,5.199999809265137,5199.0,0.008796874433755875,0.1154988631606102,2.4235689640045166,-0.010191262699663639,0.3778080940246582,0.7734993696212769,235.0,60160.0,811.8502520739567,3850240.0 +361.82,4.800000190734863,4979.0,0.006723027676343918,0.0827840194106102,2.4075253009796143,-0.011249586008489132,0.312478631734848,0.8200686275959015,236.0,60416.0,815.1410875471774,3866624.0 +343.06,5.099999904632568,5116.0,0.006969097536057234,0.0858968123793602,2.3849985599517822,-0.01221525203436613,0.34472182393074036,0.8129815310239792,237.0,60672.0,818.3437338799704,3883008.0 +292.09,5.300000190734863,5031.0,0.00970415584743023,0.1270345002412796,2.415975570678711,-0.01015099324285984,0.3235186040401459,0.7868589460849762,238.0,60928.0,821.600788929034,3899392.0 +325.61,4.699999809265137,5338.0,0.008549166843295097,0.1106160506606102,2.435577154159546,-0.010227755643427372,0.3777991533279419,0.7319723665714264,239.0,61184.0,824.6703396290541,3915776.0 +390.65,4.0,5021.0,0.007148804143071175,0.0822957381606102,2.4666216373443604,-0.011678739450871944,0.2587055563926697,0.6969676315784454,240.0,61440.0,827.9335567790549,3932160.0 +391.21,4.400000095367432,4940.0,0.006955488119274378,0.0857747420668602,2.4489970207214355,-0.01262671872973442,0.287561297416687,0.7436301410198212,241.0,61696.0,831.2502230720129,3948544.0 +372.77,4.400000095367432,4996.0,0.007536885794252157,0.0938313826918602,2.441911458969116,-0.012202761135995388,0.2911595404148102,0.7586865425109863,242.0,61952.0,834.5300994061399,3964928.0 +372.91,4.900000095367432,4994.0,0.008260095492005348,0.1053873673081398,2.4415841102600098,-0.013285815715789795,0.289393812417984,0.723222017288208,243.0,62208.0,837.8109950651415,3981312.0 +348.96,4.599999904632568,5003.0,0.007868302054703236,0.09954833984375,2.4425275325775146,-0.011470879428088665,0.2796842157840729,0.7600015997886658,244.0,62464.0,841.0861395329703,3997696.0 +381.52,3.799999952316284,5083.0,0.00986950658261776,0.1312662810087204,2.4043149948120117,-0.012712682597339153,0.281801700592041,0.7729119062423706,245.0,62720.0,844.3097811040934,4014080.0 +363.96,3.799999952316284,4937.0,0.009403923526406288,0.1178792342543602,2.390984296798706,-0.013262856751680374,0.2704973816871643,0.6904703974723816,246.0,62976.0,847.6285171781201,4030464.0 +420.54,3.9000000953674316,5146.0,0.009884499944746494,0.1306355744600296,2.4108662605285645,-0.009514435194432735,0.17205365002155304,0.7737557888031006,247.0,63232.0,850.81245020614,4046848.0 +436.66,4.0,5167.0,0.009716850705444813,0.12445068359375,2.4133520126342773,-0.01113236416131258,0.15813098847866058,0.8425962924957275,248.0,63488.0,853.9835737410467,4063232.0 +515.12,3.5999999046325684,5188.0,0.008826039731502533,0.11566162109375,2.422318458557129,-0.009750472381711006,0.2603051960468292,0.8212312012910843,249.0,63744.0,857.142189786071,4079616.0 +467.88,4.0,5147.0,0.009654669091105461,0.1246541365981102,2.3785207271575928,-0.013194154016673565,0.32291379570961,0.7981446981430054,250.0,64000.0,860.3258708561771,4096000.0 +334.32,5.400000095367432,5182.0,0.009640212170779705,0.1319580078125,2.3479983806610107,-0.011558751575648785,0.4381251037120819,0.7702879756689072,251.0,64256.0,863.4877724600956,4112384.0 +283.71,5.699999809265137,5062.0,0.008691194467246532,0.11309814453125,2.373073101043701,-0.01261706929653883,0.41835924983024597,0.7281895577907562,252.0,64512.0,866.7247067121789,4128768.0 +310.12,5.5,5125.0,0.006970446556806564,0.0823771134018898,2.370331048965454,-0.011860494501888752,0.3721086084842682,0.7412139177322388,253.0,64768.0,869.9219209000003,4145152.0 +291.13,5.800000190734863,5144.0,0.009456366300582886,0.1255289763212204,2.3445732593536377,-0.011209039948880672,0.4625949561595917,0.732095330953598,254.0,65024.0,873.1076262341812,4161536.0 +278.05,5.5,5289.0,0.00884193554520607,0.11883544921875,2.3544678688049316,-0.012213528156280518,0.37168800830841064,0.7384071350097656,255.0,65280.0,876.20598612912,4177920.0 +328.39,4.699999809265137,5379.0,0.010794553905725479,0.1424763947725296,2.3319737911224365,-0.011277489364147186,0.3108304738998413,0.7117025852203369,256.0,65536.0,879.2522196329664,4194304.0 +356.43,4.099999904632568,5434.0,0.010244111530482769,0.1331583708524704,2.3469812870025635,-0.007906642742455006,0.37680384516716003,0.700863391160965,257.0,65792.0,882.2674978531431,4210688.0 +337.66,4.199999809265137,5269.0,0.011888367123901844,0.16278076171875,2.3681583404541016,-0.012253623455762863,0.26080122590065,0.7250203192234039,258.0,66048.0,885.3773094799835,4227072.0 +393.99,3.5,5195.0,0.010258086957037449,0.138916015625,2.371438503265381,-0.01137823611497879,0.17328618466854095,0.6891422271728516,259.0,66304.0,888.531667371979,4243456.0 +392.14,3.9000000953674316,5139.0,0.010925937443971634,0.14215087890625,2.3222439289093018,-0.011166089214384556,0.2759225070476532,0.7389998137950897,260.0,66560.0,891.7203761399724,4259840.0 +397.18,4.400000095367432,5070.0,0.01016321126371622,0.1314493864774704,2.335253953933716,-0.011322611011564732,0.30528560280799866,0.7135337591171265,261.0,66816.0,894.9522753490601,4276224.0 +390.09,4.800000190734863,5185.0,0.010317360050976276,0.13739013671875,2.3066048622131348,-0.011932766996324062,0.3986811935901642,0.7468043267726898,262.0,67072.0,898.1126987780444,4292608.0 +335.63,4.900000095367432,5117.0,0.008924332447350025,0.1176554337143898,2.3091835975646973,-0.010944116860628128,0.32128050923347473,0.7450424134731293,263.0,67328.0,901.3149032630026,4308992.0 +323.19,4.599999904632568,5140.0,0.0090171555057168,0.1178792342543602,2.2862813472747803,-0.011188361793756485,0.3004570007324219,0.7565393596887589,264.0,67584.0,904.5030299050268,4325376.0 +341.75,4.5,5187.0,0.010040373541414738,0.1192423477768898,2.2688982486724854,-0.010646707378327847,0.31797298789024353,0.695621132850647,265.0,67840.0,907.662328068167,4341760.0 +312.61,4.400000095367432,5065.0,0.009945706464350224,0.1313273161649704,2.253521680831909,-0.0119179030880332,0.31146755814552307,0.7474865317344666,266.0,68096.0,910.8971395471599,4358144.0 +314.68,4.599999904632568,5147.0,0.010154482908546925,0.1337890625,2.234496831893921,-0.011686031706631184,0.3464401960372925,0.7401006519794464,267.0,68352.0,914.080914295977,4374528.0 +340.75,4.800000190734863,5124.0,0.010249109007418156,0.1365153044462204,2.2614707946777344,-0.011438545770943165,0.2960880398750305,0.7242401540279388,268.0,68608.0,917.2823055461049,4390912.0 +376.26,5.199999809265137,5129.0,0.012358349747955799,0.1642252653837204,2.260714292526245,-0.011779911816120148,0.2927384674549103,0.7384120523929596,269.0,68864.0,920.4772283041384,4407296.0 +367.12,5.0,3763.0,0.010114534758031368,0.1376749724149704,2.2126901149749756,-0.01176426187157631,0.3874673843383789,0.7627371996641159,270.0,69120.0,924.8318691181485,4423680.0 +329.46,4.699999809265137,5258.0,0.010818012990057468,0.1397298127412796,2.233536958694458,-0.011579462327063084,0.3411225974559784,0.7650483250617981,271.0,69376.0,927.9485952940304,4440064.0 +322.87,4.199999809265137,5288.0,0.00984360184520483,0.1322428435087204,2.2425224781036377,-0.011639994569122791,0.30590853095054626,0.7730856388807297,272.0,69632.0,931.0472855030093,4456448.0 +288.09,4.900000095367432,5262.0,0.008875892497599125,0.1142171248793602,2.2660715579986572,-0.010023506358265877,0.36230459809303284,0.7243050038814545,273.0,69888.0,934.1615462680347,4472832.0 +315.83,4.400000095367432,5255.0,0.009281807579100132,0.1185506209731102,2.262873411178589,-0.011832964606583118,0.23106592893600464,0.7284352481365204,274.0,70144.0,937.2799129891209,4489216.0 +369.13,4.5,4928.0,0.010650531388819218,0.1407877653837204,2.265458345413208,-0.011093966662883759,0.23494017124176025,0.7847072035074234,275.0,70400.0,940.6050446999725,4505600.0 +416.0,4.800000190734863,5163.0,0.010281078517436981,0.13287353515625,2.2449088096618652,-0.012907152064144611,0.2956579029560089,0.7839544266462326,276.0,70656.0,943.7789995130152,4521984.0 +393.93,5.099999904632568,5108.0,0.009178227744996548,0.12213134765625,2.2170448303222656,-0.012193113565444946,0.378553181886673,0.7652149200439453,277.0,70912.0,946.9870090601034,4538368.0 +255.76,5.300000190734863,5036.0,0.008908353745937347,0.1145223006606102,2.199744462966919,-0.010613986290991306,0.524810791015625,0.7632555812597275,278.0,71168.0,950.2411350139882,4554752.0 +290.09,5.199999809265137,5046.0,0.00951638538390398,0.1233113631606102,2.259472131729126,-0.010180204175412655,0.3619645833969116,0.7229278087615967,279.0,71424.0,953.4883966131601,4571136.0 +302.26,5.199999809265137,5104.0,0.010355338454246521,0.1361897736787796,2.272005796432495,-0.01162921916693449,0.27614107728004456,0.7639843076467514,280.0,71680.0,956.6988222380169,4587520.0 +339.28,4.300000190734863,5042.0,0.011437402106821537,0.1455078125,2.3237316608428955,-0.01019604317843914,0.1559538096189499,0.51895472407341,281.0,71936.0,959.9491104341578,4603904.0 +392.43,4.0,5038.0,0.009639210999011993,0.12762451171875,2.2958250045776367,-0.011955576948821545,0.19204574823379517,0.7580985426902771,282.0,72192.0,963.2017980271485,4620288.0 +472.2,3.5999999046325684,4956.0,0.010369488038122654,0.1391398161649704,2.2789199352264404,-0.012008167803287506,0.23531179130077362,0.779923751950264,283.0,72448.0,966.5080699061509,4636672.0 +461.27,4.199999809265137,5134.0,0.01165615301579237,0.1520589143037796,2.2719473838806152,-0.011521355248987675,0.22538934648036957,0.7668008506298065,284.0,72704.0,969.6999958641827,4653056.0 +402.73,4.400000095367432,4969.0,0.012349291704595089,0.155517578125,2.2397091388702393,-0.01138081680983305,0.2106110006570816,0.813096821308136,285.0,72960.0,972.9977773809806,4669440.0 +396.19,4.099999904632568,5002.0,0.01193346455693245,0.1492512971162796,2.190711259841919,-0.012921560555696487,0.22621943056583405,0.7838425040245056,286.0,73216.0,976.2738110041246,4685824.0 +428.16,3.799999952316284,4994.0,0.010783210396766663,0.1385904997587204,2.2219507694244385,-0.013485838659107685,0.2706441879272461,0.7621634602546692,287.0,73472.0,979.5551990531385,4702208.0 +362.07,4.5,4915.0,0.012180115096271038,0.1470133513212204,2.2026405334472656,-0.011424320749938488,0.2425319105386734,0.8335144221782684,288.0,73728.0,982.8888816111721,4718592.0 +263.96,5.400000095367432,5174.0,0.011889838613569736,0.1589152067899704,2.2574844360351562,-0.012125515379011631,0.2729862630367279,0.8120319247245789,289.0,73984.0,986.0560120050795,4734976.0 +367.61,4.5,4897.0,0.011777561157941818,0.1526692658662796,2.2743430137634277,-0.01228199154138565,0.21940146386623383,0.794278010725975,290.0,74240.0,989.402386913076,4751360.0 +434.11,4.199999809265137,5102.0,0.010051199235022068,0.13031005859375,2.2828712463378906,-0.009606254287064075,0.24618493020534515,0.7512687593698502,291.0,74496.0,992.6140899141319,4767744.0 +464.21,3.9000000953674316,5093.0,0.010043378919363022,0.12640380859375,2.2950146198272705,-0.011619020253419876,0.22982271015644073,0.7433979213237762,292.0,74752.0,995.8322888379917,4784128.0 +462.66,3.9000000953674316,5132.0,0.01108174305409193,0.1472981721162796,2.285419225692749,-0.013797737658023834,0.17359423637390137,0.7519349157810211,293.0,75008.0,999.0254657410551,4800512.0 +450.41,3.700000047683716,4983.0,0.011921748518943787,0.1539713591337204,2.281471014022827,-0.012806582264602184,0.1561020463705063,0.7609600275754929,294.0,75264.0,1002.3137118520681,4816896.0 +512.15,3.0999999046325684,4980.0,0.010459926910698414,0.1356404572725296,2.2987029552459717,-0.010450822301208973,0.09413719177246094,0.7488679587841034,295.0,75520.0,1005.6040951220784,4833280.0 +551.64,3.0,5130.0,0.011953773908317089,0.1569010466337204,2.2977774143218994,-0.008910815231502056,0.1794513612985611,0.7227012813091278,296.0,75776.0,1008.7983274990693,4849664.0 +536.73,3.200000047683716,5132.0,0.011893794871866703,0.1527303010225296,2.2994425296783447,-0.009297654964029789,0.21542571485042572,0.725587397813797,297.0,76032.0,1011.9910704540089,4866048.0 +467.74,4.099999904632568,5216.0,0.011072102934122086,0.1440633088350296,2.285060405731201,-0.011230572126805782,0.21872389316558838,0.7879606485366821,298.0,76288.0,1015.1323639650363,4882432.0 +446.55,4.400000095367432,5262.0,0.011107797734439373,0.1447346955537796,2.304338216781616,-0.011900820769369602,0.28672635555267334,0.7353036105632782,299.0,76544.0,1018.2467229471076,4898816.0 +399.6,4.400000095367432,5105.0,0.009811905212700367,0.1284586638212204,2.3245582580566406,-0.01100215408951044,0.3388102352619171,0.7096782326698303,300.0,76800.0,1021.4563751879614,4915200.0 +359.45,4.5,5134.0,0.00980264600366354,0.1274617463350296,2.3580305576324463,-0.010173950344324112,0.22195254266262054,0.7818973064422607,301.0,77056.0,1024.648719948018,4931584.0 +403.06,4.199999809265137,5155.0,0.010242726653814316,0.1343790739774704,2.3819868564605713,-0.010307923890650272,0.2016768604516983,0.8119912892580032,302.0,77312.0,1027.8274388380814,4947968.0 +492.33,3.799999952316284,5161.0,0.010854977183043957,0.1429036408662796,2.387860059738159,-0.009018872864544392,0.1398869901895523,0.8422345221042633,303.0,77568.0,1031.002564433962,4964352.0 +544.98,3.0999999046325684,5225.0,0.008455203846096992,0.0976359024643898,2.4298715591430664,-0.010103900916874409,0.1865769624710083,0.8224581331014633,304.0,77824.0,1034.1383692750242,4980736.0 +504.07,3.799999952316284,5137.0,0.008340862579643726,0.1035970076918602,2.4063518047332764,-0.011838331818580627,0.23613792657852173,0.8255268633365631,305.0,78080.0,1037.3285511480644,4997120.0 +493.98,3.799999952316284,5121.0,0.010446748696267605,0.14093017578125,2.4256038665771484,-0.00911819189786911,0.2005280703306198,0.8205372244119644,306.0,78336.0,1040.5284142130986,5013504.0 +472.67,4.0,5008.0,0.010126134380698204,0.1299235075712204,2.428041934967041,-0.010280600748956203,0.22269338369369507,0.783285528421402,307.0,78592.0,1043.800219762139,5029888.0 +500.56,3.700000047683716,5048.0,0.009612598456442356,0.1219685897231102,2.440941333770752,-0.009414179250597954,0.13418783247470856,0.7556484937667847,308.0,78848.0,1047.0463750909548,5046272.0 +491.51,4.199999809265137,5134.0,0.00874290894716978,0.1083577498793602,2.402574300765991,-0.012003312818706036,0.25624793767929077,0.7601904571056366,309.0,79104.0,1050.238497148035,5062656.0 +559.97,4.0,5217.0,0.00877476204186678,0.10888671875,2.406587839126587,-0.00924015510827303,0.1639188975095749,0.7298973500728607,310.0,79360.0,1053.3793497220613,5079040.0 +563.57,4.199999809265137,4987.0,0.008739499375224113,0.1102091446518898,2.4095709323883057,-0.009732725098729134,0.20388387143611908,0.7694271057844162,311.0,79616.0,1056.6651926641352,5095424.0 +606.21,3.5999999046325684,5280.0,0.008355814963579178,0.1060791015625,2.4317123889923096,-0.012004055082798004,0.14348860085010529,0.7899481505155563,312.0,79872.0,1059.768865837017,5111808.0 +526.67,4.0,5077.0,0.009697224013507366,0.1251017302274704,2.418017625808716,-0.011787976138293743,0.41933712363243103,0.7030054330825806,313.0,80128.0,1062.9960699530784,5128192.0 +476.05,4.5,5087.0,0.00857083685696125,0.10455322265625,2.376927137374878,-0.011791658587753773,0.31712332367897034,0.7704286724328995,314.0,80384.0,1066.217334751971,5144576.0 +402.78,5.0,5043.0,0.007053491193801165,0.08709716796875,2.383394956588745,-0.011986912228167057,0.31734877824783325,0.7922366261482239,315.0,80640.0,1069.4664983621333,5160960.0 +372.35,4.699999809265137,5184.0,0.007042005192488432,0.0854899063706398,2.348978281021118,-0.012047123163938522,0.342110276222229,0.8104104697704315,316.0,80896.0,1072.6275069960393,5177344.0 +341.21,4.699999809265137,5135.0,0.008467580191791058,0.10986328125,2.3660552501678467,-0.012573684565722942,0.38492104411125183,0.7616309374570847,317.0,81152.0,1075.8190516270697,5193728.0 +277.82,5.599999904632568,5148.0,0.007982805371284485,0.09765625,2.3638947010040283,-0.010075817815959454,0.5451398491859436,0.7381718456745148,318.0,81408.0,1079.002530995058,5210112.0 +295.52,5.0,5117.0,0.007608497515320778,0.0925496444106102,2.334751844406128,-0.0117875374853611,0.42863181233406067,0.7473885416984558,319.0,81664.0,1082.2049503831659,5226496.0 +277.05,5.199999809265137,5057.0,0.008281438611447811,0.10040283203125,2.332563638687134,-0.011479555629193783,0.4078570306301117,0.777762696146965,320.0,81920.0,1085.4459134030621,5242880.0 +270.62,5.300000190734863,5124.0,0.008839704096317291,0.11065673828125,2.328361749649048,-0.011928603053092957,0.35094210505485535,0.7816813439130783,321.0,82176.0,1088.6436624240596,5259264.0 +277.91,4.800000190734863,4887.0,0.008394313044846058,0.10076904296875,2.317702293395996,-0.013229538686573505,0.4197932481765747,0.757294312119484,322.0,82432.0,1091.9964835850988,5275648.0 +287.87,5.199999809265137,5072.0,0.007740020286291838,0.096435546875,2.3001601696014404,-0.012290138751268387,0.3692191541194916,0.7850632965564728,323.0,82688.0,1095.2271137861535,5292032.0 +316.66,5.300000190734863,5078.0,0.00903816893696785,0.1131388321518898,2.2751753330230713,-0.012568868696689606,0.381456583738327,0.7430131733417511,324.0,82944.0,1098.4539450141601,5308416.0 +313.6,5.199999809265137,5099.0,0.009673156775534153,0.12054443359375,2.282600164413452,-0.012542090378701687,0.2754773795604706,0.782280296087265,325.0,83200.0,1101.6674508620054,5324800.0 +324.7,5.300000190734863,5094.0,0.008325476199388504,0.1053059920668602,2.2883729934692383,-0.013113382272422314,0.36955761909484863,0.8064708411693573,326.0,83456.0,1104.884249372175,5341184.0 +311.47,5.099999904632568,5135.0,0.00916252937167883,0.1089681014418602,2.2953410148620605,-0.012743203900754452,0.3442571461200714,0.7948879301548004,327.0,83712.0,1108.0754310141783,5357568.0 +338.93,4.900000095367432,5174.0,0.009843955747783184,0.12188720703125,2.304612159729004,-0.013142573647201061,0.15318362414836884,0.8474775701761246,328.0,83968.0,1111.242713158019,5373952.0 +378.7,4.300000190734863,5076.0,0.010121743194758892,0.1236165389418602,2.29545521736145,-0.012949016876518726,0.2812648117542267,0.8147513419389725,329.0,84224.0,1114.4710821961053,5390336.0 +411.43,4.099999904632568,5073.0,0.009738084860146046,0.1179606094956398,2.324237823486328,-0.014312013983726501,0.3007177412509918,0.7912257313728333,330.0,84480.0,1117.701415254036,5406720.0 +378.56,5.199999809265137,5160.0,0.008063423447310925,0.0991007462143898,2.346681833267212,-0.012577544897794724,0.3447094261646271,0.7622366696596146,331.0,84736.0,1120.8768174261786,5423104.0 +383.66,4.599999904632568,5170.0,0.00926333386451006,0.1123250350356102,2.365337610244751,-0.010650130920112133,0.17405717074871063,0.7748005539178848,332.0,84992.0,1124.0460758530535,5439488.0 +375.16,4.599999904632568,5118.0,0.009301078505814075,0.11993408203125,2.368878126144409,-0.011491763405501842,0.22971723973751068,0.7603934556245804,333.0,85248.0,1127.2477659771685,5455872.0 +406.73,4.800000190734863,5034.0,0.00849971454590559,0.1061808243393898,2.3258330821990967,-0.013767204247415066,0.3626483976840973,0.7915558218955994,334.0,85504.0,1130.5027220949996,5472256.0 +354.47,5.0,5062.0,0.009841526858508587,0.1196085587143898,2.298381805419922,-0.013956707902252674,0.4027036130428314,0.7494511306285858,335.0,85760.0,1133.7398733170703,5488640.0 +320.11,4.599999904632568,5056.0,0.00938260555267334,0.12103271484375,2.2766125202178955,-0.013232245109975338,0.26220208406448364,0.8005277365446091,336.0,86016.0,1136.9808289329521,5505024.0 +323.49,4.199999809265137,5063.0,0.011531936936080456,0.1383463591337204,2.25899076461792,-0.013163418509066105,0.2863307297229767,0.776501402258873,337.0,86272.0,1140.2173847761005,5521408.0 +334.47,4.900000095367432,5133.0,0.009319023229181767,0.11669921875,2.263620615005493,-0.013567979447543621,0.4065595865249634,0.8062744438648224,338.0,86528.0,1143.409529022174,5537792.0 +317.06,4.800000190734863,5189.0,0.008062890730798244,0.0969034805893898,2.2546067237854004,-0.013017673045396805,0.4489602744579315,0.7573496699333191,339.0,86784.0,1146.567670844961,5554176.0 +284.33,5.199999809265137,5118.0,0.010465193539857864,0.13214111328125,2.2548298835754395,-0.013995992951095104,0.30571964383125305,0.795788124203682,340.0,87040.0,1149.7695048451424,5570560.0 +283.02,5.099999904632568,5134.0,0.008886218070983887,0.1094767227768898,2.250757932662964,-0.011933375149965286,0.48520874977111816,0.742660403251648,341.0,87296.0,1152.9610413080081,5586944.0 +292.17,5.900000095367432,4760.0,0.009248259477317333,0.1133626326918602,2.2253830432891846,-0.01094770710915327,0.5359283685684204,0.7380354702472687,342.0,87552.0,1156.4033498510253,5603328.0 +276.91,5.0,4908.0,0.010870024561882019,0.1314290314912796,2.242100477218628,-0.012018558569252491,0.3120276629924774,0.7652968913316727,343.0,87808.0,1159.742121007992,5619712.0 +279.06,4.800000190734863,5170.0,0.009816098026931286,0.1204427108168602,2.253192663192749,-0.012343763373792171,0.25438836216926575,0.7883803695440292,344.0,88064.0,1162.9113818670157,5636096.0 +330.55,4.599999904632568,4865.0,0.01115796435624361,0.13592529296875,2.2362217903137207,-0.013184312731027603,0.326890766620636,0.7929957658052444,345.0,88320.0,1166.279577889014,5652480.0 +376.26,4.800000190734863,5018.0,0.010041996836662292,0.1339314728975296,2.2323086261749268,-0.012956316582858562,0.263507604598999,0.8573693186044693,346.0,88576.0,1169.5453182170168,5668864.0 +363.49,4.099999904632568,5042.0,0.011222701519727707,0.1378173828125,2.2638661861419678,-0.013846165500581264,0.3754032552242279,0.8051664233207703,347.0,88832.0,1172.795437593013,5685248.0 +267.67,5.0,5055.0,0.010829963721334934,0.1358235627412796,2.249851942062378,-0.012774993665516376,0.3674274682998657,0.8478549718856812,348.0,89088.0,1176.037508231122,5701632.0 +298.46,5.199999809265137,5115.0,0.009645181708037853,0.1246134415268898,2.2705957889556885,-0.012593490071594715,0.476006418466568,0.7844768017530441,349.0,89344.0,1179.2412376189604,5718016.0 +254.86,4.099999904632568,5201.0,0.009628423489630222,0.1188151016831398,2.2691938877105713,-0.015290644019842148,0.5233219861984253,0.6912889182567596,350.0,89600.0,1182.3918421941344,5734400.0 +208.09,5.199999809265137,5283.0,0.009780040010809898,0.12408447265625,2.2501864433288574,-0.013174415566027164,0.41461312770843506,0.784178838133812,351.0,89856.0,1185.4936461450998,5750784.0 +242.64,5.400000095367432,5246.0,0.009018485434353352,0.1056925430893898,2.2437679767608643,-0.01296668965369463,0.3490726053714752,0.8088661134243011,352.0,90112.0,1188.6174267521128,5767168.0 +286.2,5.300000190734863,5347.0,0.008953162468969822,0.1092529296875,2.2780778408050537,-0.012493080459535122,0.344862699508667,0.8026717752218246,353.0,90368.0,1191.6817609071732,5783552.0 +279.98,5.400000095367432,5239.0,0.009378568269312382,0.11651611328125,2.279318332672119,-0.016011960804462433,0.3743158280849457,0.8116952627897263,354.0,90624.0,1194.8092669460457,5799936.0 +304.22,5.400000095367432,5024.0,0.008696307428181171,0.1099446639418602,2.334585189819336,-0.01503831148147583,0.3957054316997528,0.8024964034557343,355.0,90880.0,1198.0710670650005,5816320.0 +258.94,5.400000095367432,5113.0,0.008103213272988796,0.1003214493393898,2.3133623600006104,-0.011166047304868698,0.3211808502674103,0.8321551084518433,356.0,91136.0,1201.2759235121775,5832704.0 +270.34,5.300000190734863,5200.0,0.008303362876176834,0.103271484375,2.315513849258423,-0.013181339018046856,0.24798321723937988,0.8155732601881027,357.0,91392.0,1204.4271584129892,5849088.0 +311.66,5.0,5140.0,0.007930406369268894,0.0932820662856102,2.286330223083496,-0.014316570945084095,0.36156025528907776,0.7984613478183746,358.0,91648.0,1207.6153298791032,5865472.0 +284.38,5.0,5091.0,0.00875505805015564,0.107666015625,2.271199941635132,-0.012846097350120544,0.4409954249858856,0.7579292356967926,359.0,91904.0,1210.833787614014,5881856.0 +254.78,4.300000190734863,5121.0,0.009010536596179008,0.1107991561293602,2.2586333751678467,-0.01609235256910324,0.40105533599853516,0.7890062481164932,360.0,92160.0,1214.0333717931062,5898240.0 +261.66,4.5,5055.0,0.008840457536280155,0.1114095076918602,2.3010857105255127,-0.013698108494281769,0.36560508608818054,0.7716171145439148,361.0,92416.0,1217.2749485541135,5914624.0 +239.9,4.900000095367432,5189.0,0.008125118911266327,0.1029256209731102,2.290999412536621,-0.012246395461261272,0.28758537769317627,0.8110733479261398,362.0,92672.0,1220.4327092031017,5931008.0 +296.13,4.599999904632568,5077.0,0.010309056378901005,0.1302693635225296,2.3344552516937256,-0.016504881903529167,0.1816641241312027,0.7666982710361481,363.0,92928.0,1223.6600671729539,5947392.0 +383.62,4.099999904632568,5046.0,0.012415881268680096,0.16009521484375,2.3081862926483154,-0.010308756493031979,0.33300262689590454,0.7918965518474579,364.0,93184.0,1226.907474852167,5963776.0 +346.92,4.599999904632568,5105.0,0.00648428313434124,0.0732828751206398,2.263516902923584,-0.010162188671529293,0.3786640465259552,0.8023265600204468,365.0,93440.0,1230.1184179331176,5980160.0 +318.88,5.5,4995.0,0.008494933135807514,0.10211181640625,2.2490861415863037,-0.012892834842205048,0.3194136917591095,0.834099218249321,366.0,93696.0,1233.3988556601107,5996544.0 +266.92,6.0,5013.0,0.011384882964193821,0.1422119140625,2.2297160625457764,-0.013301470316946507,0.26456305384635925,0.8514485955238342,367.0,93952.0,1236.6677484021056,6012928.0 +300.47,5.400000095367432,5178.0,0.011363151483237743,0.1400146484375,2.2083890438079834,-0.01382418442517519,0.2771000564098358,0.8229694962501526,368.0,94208.0,1239.8323329640552,6029312.0 +418.46,4.099999904632568,5002.0,0.008369467221200466,0.1043904647231102,2.2052814960479736,-0.013879087753593922,0.35298192501068115,0.7871100604534149,369.0,94464.0,1243.1081944650505,6045696.0 +408.08,4.099999904632568,5035.0,0.011361573822796345,0.1326090544462204,2.22513484954834,-0.01627448759973049,0.23890966176986694,0.8166534751653671,370.0,94720.0,1246.3623571060598,6062080.0 +404.04,4.0,5010.0,0.010668903589248657,0.1302490234375,2.214446783065796,-0.014602039009332657,0.23368912935256958,0.7443572878837585,371.0,94976.0,1249.6335052091163,6078464.0 +363.69,4.800000190734863,5142.0,0.010443816892802715,0.1259969025850296,2.1832118034362793,-0.011593889445066452,0.32521045207977295,0.8051604479551315,372.0,95232.0,1252.8204588331282,6094848.0 +417.13,4.400000095367432,5094.0,0.011203549802303314,0.1416219025850296,2.2435696125030518,-0.012457518838346004,0.16587503254413605,0.7450892627239227,373.0,95488.0,1256.0375356669538,6111232.0 +417.98,4.300000190734863,5096.0,0.01273085456341505,0.15948486328125,2.240834951400757,-0.014460180886089802,0.27243170142173767,0.7634746730327606,374.0,95744.0,1259.2538172821514,6127616.0 +437.34,4.699999809265137,5172.0,0.01082861889153719,0.13897705078125,2.269648551940918,-0.013356328010559082,0.27860569953918457,0.8010396510362625,375.0,96000.0,1262.4224881711416,6144000.0 +366.02,5.400000095367432,5211.0,0.009271492250263691,0.11444091796875,2.1898386478424072,-0.012127090245485306,0.33226773142814636,0.7827967256307602,376.0,96256.0,1265.5671167620458,6160384.0 +391.47,5.5,5123.0,0.009977806359529495,0.1265869140625,2.1839888095855713,-0.013045109808444977,0.23719565570354462,0.806441143155098,377.0,96512.0,1268.7655683411285,6176768.0 +365.53,5.900000095367432,5288.0,0.011259441263973713,0.1483357697725296,2.1700141429901123,-0.01392096746712923,0.3155312240123749,0.8045850694179535,378.0,96768.0,1271.8642303501256,6193152.0 +314.17,5.5,5071.0,0.010632996447384357,0.13116455078125,2.1690728664398193,-0.014249983243644238,0.36452484130859375,0.782389834523201,379.0,97024.0,1275.095815608045,6209536.0 +360.26,5.599999904632568,5015.0,0.010377053171396255,0.1329345703125,2.2258036136627197,-0.01378727424889803,0.38375547528266907,0.7948783487081528,380.0,97280.0,1278.3637106330134,6225920.0 +340.46,5.5,5001.0,0.009956126101315022,0.1222330704331398,2.222940444946289,-0.014625336043536663,0.258762389421463,0.8181683719158173,381.0,97536.0,1281.640101165045,6242304.0 +383.9,4.599999904632568,4879.0,0.012743507511913776,0.1507568359375,2.2828500270843506,-0.013572131283581257,0.2657281160354614,0.7481148540973663,382.0,97792.0,1284.9987688460387,6258688.0 +384.83,4.699999809265137,5005.0,0.010549813508987427,0.126953125,2.253392219543457,-0.013112269341945648,0.4824627637863159,0.7484889328479767,383.0,98048.0,1288.272456648061,6275072.0 +275.66,5.800000190734863,5002.0,0.012885991483926773,0.1639200896024704,2.2410662174224854,-0.013926356099545956,0.3808267116546631,0.770552933216095,384.0,98304.0,1291.548496334115,6291456.0 +280.9,5.400000095367432,4986.0,0.01160425040870905,0.1456095427274704,2.232012987136841,-0.016045840457081795,0.2979724109172821,0.7886229008436203,385.0,98560.0,1294.8347228080966,6307840.0 +279.43,5.5,5087.0,0.009796270169317722,0.1149698868393898,2.239274501800537,-0.013676350004971027,0.33322444558143616,0.7325485050678253,386.0,98816.0,1298.0557697010227,6324224.0 +301.41,5.800000190734863,5072.0,0.010161428712308407,0.1278889924287796,2.2719905376434326,-0.013100937940180302,0.29646724462509155,0.8199707865715027,387.0,99072.0,1301.2862960679922,6340608.0 +330.55,5.800000190734863,5091.0,0.011070530861616135,0.13897705078125,2.254359483718872,-0.013639778830111027,0.37738797068595886,0.8216671049594879,388.0,99328.0,1304.5050610089675,6356992.0 +324.24,5.900000095367432,5153.0,0.01161953341215849,0.1477457731962204,2.277519941329956,-0.011244853027164936,0.40478846430778503,0.8172611594200134,389.0,99584.0,1307.6851413240656,6373376.0 +288.77,5.800000190734863,5158.0,0.01052237767726183,0.13232421875,2.2660748958587646,-0.015399797819554806,0.35568752884864807,0.8456160128116608,390.0,99840.0,1310.862121833954,6389760.0 +322.52,4.699999809265137,5167.0,0.012083948589861393,0.14776611328125,2.2658421993255615,-0.014065171591937542,0.39248785376548767,0.7815200090408325,391.0,100096.0,1314.0336395341437,6406144.0 +330.36,4.599999904632568,5060.0,0.01072737667709589,0.1274007111787796,2.2847588062286377,-0.01413497980684042,0.36998727917671204,0.7231273055076599,392.0,100352.0,1317.2717833621427,6422528.0 +294.58,5.5,5098.0,0.010786465369164944,0.1278889924287796,2.282841205596924,-0.011536472477018833,0.27321097254753113,0.8090586960315704,393.0,100608.0,1320.486110968981,6438912.0 +310.72,5.5,5094.0,0.009369445033371449,0.1175537109375,2.3293707370758057,-0.012563957832753658,0.26620587706565857,0.816319152712822,394.0,100864.0,1323.7028569271788,6455296.0 +359.19,5.199999809265137,5120.0,0.009966861456632614,0.12054443359375,2.3257687091827393,-0.013261333107948303,0.3301122784614563,0.7482870817184448,395.0,101120.0,1326.9032876139972,6471680.0 +407.05,4.400000095367432,5094.0,0.01404173020273447,0.1694132536649704,2.2724897861480713,-0.014205039478838444,0.24944747984409332,0.7538917511701584,396.0,101376.0,1330.119956776034,6488064.0 +346.17,4.599999904632568,5347.0,0.01018544565886259,0.1263224333524704,2.25475811958313,-0.011801950633525848,0.2877655327320099,0.7714039385318756,397.0,101632.0,1333.1844430160709,6504448.0 +352.75,4.800000190734863,5342.0,0.009219097904860973,0.1149088516831398,2.318692684173584,-0.01382330060005188,0.22724997997283936,0.7606572359800339,398.0,101888.0,1336.2520494421478,6520832.0 +392.09,4.400000095367432,5301.0,0.011348686181008816,0.1380818635225296,2.3036510944366455,-0.012473173439502716,0.27177897095680237,0.7005903124809265,399.0,102144.0,1339.3428889161441,6537216.0 +368.73,4.800000190734863,5323.0,0.00863282848149538,0.10418701171875,2.2927937507629395,-0.012021384201943874,0.37919971346855164,0.7674940228462219,400.0,102400.0,1342.4213975861203,6553600.0 +292.86,5.699999809265137,5193.0,0.007359832525253296,0.0800577774643898,2.286531686782837,-0.012936466373503208,0.3186211884021759,0.7915961891412735,401.0,102656.0,1345.5766318740789,6569984.0 +301.66,5.099999904632568,5222.0,0.011031563393771648,0.1286417692899704,2.253498077392578,-0.015176859684288502,0.2975601851940155,0.8083221167325974,402.0,102912.0,1348.7149568281602,6586368.0 +285.82,5.0,5352.0,0.012508253566920757,0.1455281525850296,2.194068193435669,-0.014111279509961605,0.3234476149082184,0.8128624856472015,403.0,103168.0,1351.7764366960619,6602752.0 +264.43,5.5,5342.0,0.009665027260780334,0.1105143204331398,2.194037675857544,-0.01481557171791792,0.33011099696159363,0.8316290229558945,404.0,103424.0,1354.844502315158,6619136.0 +273.15,5.800000190734863,5397.0,0.008563710376620293,0.1049601212143898,2.1981804370880127,-0.009896266274154186,0.3885640799999237,0.7900892198085785,405.0,103680.0,1357.8805678060744,6635520.0 +346.29,5.099999904632568,5502.0,0.01030662003904581,0.1265055388212204,2.206195592880249,-0.014555918984115124,0.32193833589553833,0.8007309883832932,406.0,103936.0,1360.8586179411504,6651904.0 +343.37,5.0,5205.0,0.008975150063633919,0.10498046875,2.1695477962493896,-0.011776614002883434,0.348972350358963,0.8030660301446915,407.0,104192.0,1364.0066816490144,6668288.0 +344.92,5.0,5209.0,0.01009985338896513,0.1241861954331398,2.1739766597747803,-0.012749495916068554,0.2928730249404907,0.7940704226493835,408.0,104448.0,1367.1528083309531,6684672.0 +369.79,5.199999809265137,5023.0,0.011021416634321213,0.1319783478975296,2.2110278606414795,-0.014243487268686295,0.2450362592935562,0.8379297256469727,409.0,104704.0,1370.4146865941584,6701056.0 +413.93,5.099999904632568,5107.0,0.009898140095174313,0.1252238005399704,2.242608070373535,-0.015276048332452774,0.16672956943511963,0.8323653489351273,410.0,104960.0,1373.6230508859735,6717440.0 +436.18,4.400000095367432,5110.0,0.013800895772874355,0.1593831330537796,2.2462470531463623,-0.011058150790631771,0.23759692907333374,0.787880077958107,411.0,105216.0,1376.8296073260717,6733824.0 +385.78,4.5,5099.0,0.010816783644258976,0.13262939453125,2.2083446979522705,-0.012283570133149624,0.39609813690185547,0.7751079201698303,412.0,105472.0,1380.0434198081493,6750208.0 +313.15,5.099999904632568,5074.0,0.011077011935412884,0.13409423828125,2.1805365085601807,-0.013201198540627956,0.31421658396720886,0.8036237955093384,413.0,105728.0,1383.272727681091,6766592.0 +316.43,5.199999809265137,5065.0,0.011192475445568562,0.1388956755399704,2.2247183322906494,-0.013999785296618938,0.35698357224464417,0.8044810891151428,414.0,105984.0,1386.5083130490966,6782976.0 +331.87,4.800000190734863,5120.0,0.014102914370596409,0.1585489958524704,2.2326724529266357,-0.012133325450122356,0.2673710286617279,0.7908634692430496,415.0,106240.0,1389.708775623003,6799360.0 +361.98,4.900000095367432,4957.0,0.012864178977906704,0.15582275390625,2.220928907394409,-0.012420814484357834,0.3263435661792755,0.7991428971290588,416.0,106496.0,1393.0143611840904,6815744.0 +343.64,5.5,5168.0,0.009872601367533207,0.1151529923081398,2.258500099182129,-0.013664663769304752,0.3740808963775635,0.7779391556978226,417.0,106752.0,1396.1849641131703,6832128.0 +304.73,5.0,4995.0,0.010048522613942623,0.1223348006606102,2.2916901111602783,-0.01363801583647728,0.4436627924442291,0.7403262257575989,418.0,107008.0,1399.4655746971257,6848512.0 +291.37,5.400000095367432,4972.0,0.0091154295951128,0.1067301407456398,2.2962453365325928,-0.013887527398765087,0.3550053536891937,0.7893989086151123,419.0,107264.0,1402.7614274141379,6864896.0 +317.72,5.300000190734863,5064.0,0.010970447212457657,0.13153076171875,2.2758162021636963,-0.014492104761302471,0.3786264657974243,0.7703231275081635,420.0,107520.0,1405.997112109093,6881280.0 +281.93,5.199999809265137,5113.0,0.008434680290520191,0.1011962890625,2.292173147201538,-0.011967986822128296,0.39536404609680176,0.774276614189148,421.0,107776.0,1409.2023642661516,6897664.0 +281.17,5.800000190734863,5185.0,0.009421070106327534,0.1148885115981102,2.2788336277008057,-0.012542166747152805,0.4110521376132965,0.8072455525398254,422.0,108032.0,1412.3625857650768,6914048.0 +309.34,5.699999809265137,4995.0,0.008906464092433453,0.1078287735581398,2.276390790939331,-0.013487547636032104,0.3289477825164795,0.782168373465538,423.0,108288.0,1415.6439021190163,6930432.0 +308.08,5.5,5074.0,0.010520548559725285,0.1302083283662796,2.293048143386841,-0.016277460381388664,0.37588977813720703,0.7848965674638748,424.0,108544.0,1418.8734626891091,6946816.0 +297.47,5.300000190734863,5133.0,0.00948422309011221,0.11029052734375,2.2698237895965576,-0.012679164297878742,0.3362901508808136,0.7996975779533386,425.0,108800.0,1422.0655118341092,6963200.0 +318.48,5.199999809265137,5168.0,0.009177158586680889,0.10943603515625,2.298060178756714,-0.014016800560057163,0.27264559268951416,0.8165106326341629,426.0,109056.0,1425.2361072050408,6979584.0 +335.98,4.599999904632568,5034.0,0.010980506427586079,0.1326700896024704,2.2739551067352295,-0.014811184257268906,0.2930237650871277,0.7661663293838501,427.0,109312.0,1428.4916153489612,6995968.0 +332.65,4.599999904632568,5102.0,0.009197157807648182,0.1086222305893898,2.230919122695923,-0.013009540736675262,0.367846816778183,0.8011572360992432,428.0,109568.0,1431.7034472459927,7012352.0 +335.53,5.0,5063.0,0.01102858129888773,0.1269938200712204,2.2206923961639404,-0.014849412254989147,0.29777613282203674,0.7958613485097885,429.0,109824.0,1434.940082936082,7028736.0 +317.8,5.300000190734863,5210.0,0.009660704992711544,0.1157430037856102,2.169229745864868,-0.013250111602246761,0.43134817481040955,0.8154796361923218,430.0,110080.0,1438.0851073870435,7045120.0 +272.43,5.199999809265137,5204.0,0.009180587716400623,0.111328125,2.235107898712158,-0.015258450992405415,0.33635756373405457,0.8325149863958359,431.0,110336.0,1441.2336821779609,7061504.0 +292.99,4.699999809265137,5181.0,0.009878615848720074,0.1177571639418602,2.2315521240234375,-0.013386321254074574,0.41907548904418945,0.7647299766540527,432.0,110592.0,1444.3964143421035,7077888.0 +263.88,4.900000095367432,5268.0,0.008893463760614395,0.104736328125,2.2457311153411865,-0.01401070412248373,0.37570181488990784,0.7967724949121475,433.0,110848.0,1447.5071554260794,7094272.0 +261.59,5.099999904632568,5229.0,0.011332829482853413,0.1296793669462204,2.2353503704071045,-0.013563316315412521,0.3344686031341553,0.8120657354593277,434.0,111104.0,1450.641031515086,7110656.0 +304.95,4.699999809265137,5144.0,0.011298563331365585,0.1396687775850296,2.2041666507720947,-0.013194874860346317,0.32204174995422363,0.8153915405273438,435.0,111360.0,1453.8263478190638,7127040.0 +301.9,5.300000190734863,5089.0,0.011199012398719788,0.1366780549287796,2.178727388381958,-0.014550105668604374,0.37988829612731934,0.7881694287061691,436.0,111616.0,1457.0464902319945,7143424.0 +311.94,5.599999904632568,5031.0,0.010470003820955753,0.12457275390625,2.1984236240386963,-0.014606278389692307,0.4698072373867035,0.7454601228237152,437.0,111872.0,1460.3036763910204,7159808.0 +322.83,4.800000190734863,5152.0,0.012752555310726166,0.1502888947725296,2.2390615940093994,-0.013413666747510433,0.3261609673500061,0.7998176962137222,438.0,112128.0,1463.4842036350165,7176192.0 +294.88,4.900000095367432,5310.0,0.011933430097997189,0.1384073942899704,2.231682538986206,-0.012960321269929409,0.31676724553108215,0.7835023403167725,439.0,112384.0,1466.5701449930202,7192576.0 +296.77,5.199999809265137,5311.0,0.010984338819980621,0.1302083283662796,2.219463348388672,-0.012587630189955235,0.334635853767395,0.7719804644584656,440.0,112640.0,1469.655712582171,7208960.0 +380.95,4.599999904632568,5300.0,0.012041871435940266,0.1434529572725296,2.249356508255005,-0.015513974241912365,0.23592154681682587,0.7526538670063019,441.0,112896.0,1472.7473377019633,7225344.0 +429.13,3.5,5289.0,0.010017464868724346,0.1275838166475296,2.2552459239959717,-0.011570270173251629,0.29502126574516296,0.7062520980834961,442.0,113152.0,1475.8463640310802,7241728.0 +326.39,4.5,4831.0,0.008906413801014423,0.1044921875,2.1951539516448975,-0.013820328749716282,0.2999884784221649,0.8357254862785339,443.0,113408.0,1479.2382624761667,7258112.0 +323.17,4.900000095367432,5096.0,0.012284502387046814,0.1440836638212204,2.24674654006958,-0.01199522614479065,0.20969276130199432,0.78767529129982,444.0,113664.0,1482.4537668521516,7274496.0 +367.78,4.900000095367432,5104.0,0.013289540074765682,0.1538289338350296,2.2264034748077393,-0.014847329817712307,0.3392809331417084,0.7601085007190704,445.0,113920.0,1485.6642860041466,7290880.0 +420.4,4.199999809265137,5171.0,0.01132556889206171,0.137939453125,2.2139899730682373,-0.013212733902037144,0.23393161594867706,0.841842383146286,446.0,114176.0,1488.833237196086,7307264.0 +428.98,4.5,5146.0,0.010925802402198315,0.1322428435087204,2.187025785446167,-0.014306043274700642,0.3251636326313019,0.7836297452449799,447.0,114432.0,1492.0177213440184,7323648.0 +394.95,4.699999809265137,5137.0,0.011944811791181564,0.1386311799287796,2.173804998397827,-0.0145648755133152,0.32035356760025024,0.8042195737361908,448.0,114688.0,1495.20750751812,7340032.0 +342.05,5.0,5019.0,0.008789865300059319,0.1047566756606102,2.1940767765045166,-0.014075372368097305,0.280716210603714,0.7962304055690765,449.0,114944.0,1498.4722299780697,7356416.0 +329.94,5.5,5055.0,0.011143441312015057,0.1354166716337204,2.1880033016204834,-0.014028102159500122,0.32701411843299866,0.7868379950523376,450.0,115200.0,1501.7134420061484,7372800.0 +432.07,4.5,5032.0,0.01223525870591402,0.1493123322725296,2.2121262550354004,-0.014929115772247314,0.2499900460243225,0.7953786104917526,451.0,115456.0,1504.9695919321384,7389184.0 +387.9,4.400000095367432,5018.0,0.011195668019354343,0.1356404572725296,2.224306344985962,-0.013336014933884144,0.2951582968235016,0.7933417558670044,452.0,115712.0,1508.235265056137,7405568.0 +332.57,4.599999904632568,5075.0,0.010720866732299328,0.12744140625,2.1980137825012207,-0.014632103033363819,0.22528742253780365,0.8175200074911118,453.0,115968.0,1511.464034885168,7421952.0 +329.49,4.5,4978.0,0.008849774487316608,0.1106770858168602,2.2205281257629395,-0.012278000824153423,0.3016319274902344,0.7677516937255859,454.0,116224.0,1514.7556721791625,7438336.0 +403.44,4.099999904632568,4980.0,0.011892310343682766,0.1461385041475296,2.1976466178894043,-0.014338205568492413,0.3357946574687958,0.7721839100122452,455.0,116480.0,1518.0459624950308,7454720.0 +356.49,4.800000190734863,4962.0,0.008856617845594883,0.1060994490981102,2.195483446121216,-0.012749820947647095,0.2920500338077545,0.7745397686958313,456.0,116736.0,1521.3484573999885,7471104.0 +324.13,5.300000190734863,5036.0,0.01189978327602148,0.1432902067899704,2.2156498432159424,-0.011766798794269562,0.19009239971637726,0.8135754019021988,457.0,116992.0,1524.6019183720928,7487488.0 +361.17,5.199999809265137,5000.0,0.012064422480762005,0.1421305388212204,2.146505117416382,-0.01180338766425848,0.2529135048389435,0.7998620420694351,458.0,117248.0,1527.8789963661693,7503872.0 +425.91,4.699999809265137,5139.0,0.012797600589692593,0.1507161408662796,2.1525721549987793,-0.014460280537605286,0.2967241108417511,0.8288612067699432,459.0,117504.0,1531.0676544911694,7520256.0 +378.45,5.099999904632568,5057.0,0.010697024874389172,0.1334635466337204,2.15773868560791,-0.013268553651869297,0.2934563457965851,0.812727153301239,460.0,117760.0,1534.3075753829908,7536640.0 +341.37,5.800000190734863,5158.0,0.010625172406435013,0.1264851838350296,2.118269920349121,-0.012337890453636646,0.32752615213394165,0.7918421626091003,461.0,118016.0,1537.4843845120631,7553024.0 +345.95,5.5,5144.0,0.011930827982723713,0.1425577849149704,2.157846450805664,-0.01138218492269516,0.2188720703125,0.8109682351350784,462.0,118272.0,1540.6699149971828,7569408.0 +424.06,4.900000095367432,5112.0,0.011130251921713352,0.1393636018037796,2.1842105388641357,-0.013461503200232983,0.2552403211593628,0.759642019867897,463.0,118528.0,1543.8751225781161,7585792.0 +376.49,4.800000190734863,5087.0,0.01215932797640562,0.1471964567899704,2.1363985538482666,-0.01101058628410101,0.46220362186431885,0.7678933292627335,464.0,118784.0,1547.0963011290878,7602176.0 +248.6,5.5,5053.0,0.01116256508976221,0.1309814453125,2.1236355304718018,-0.013313853181898594,0.33686092495918274,0.8116732835769653,465.0,119040.0,1550.338985756971,7618560.0 +279.11,5.300000190734863,5043.0,0.012129567563533783,0.1502278596162796,2.1211349964141846,-0.011764593422412872,0.16494609415531158,0.8095853328704834,466.0,119296.0,1553.5883162121754,7634944.0 +362.25,4.300000190734863,5205.0,0.014346028678119183,0.16436767578125,2.145545721054077,-0.016171852126717567,0.2569749653339386,0.7604355961084366,467.0,119552.0,1556.7364862209652,7651328.0 +355.35,4.599999904632568,5108.0,0.012907207943499088,0.1556193083524704,2.1230416297912598,-0.013294265605509281,0.3426460325717926,0.8014298528432846,468.0,119808.0,1559.9449460459873,7667712.0 +324.22,5.099999904632568,5093.0,0.011357934214174747,0.14019775390625,2.1602675914764404,-0.01406670268625021,0.4060922861099243,0.722639411687851,469.0,120064.0,1563.1622654111125,7684096.0 +316.03,4.800000190734863,5043.0,0.010457976721227169,0.1213785782456398,2.1556193828582764,-0.01319547276943922,0.33928850293159485,0.7584840059280396,470.0,120320.0,1566.4120690941345,7700480.0 +312.53,5.5,4972.0,0.011667693965137005,0.1409505158662796,2.137701988220215,-0.013408941216766834,0.31232649087905884,0.7984570264816284,471.0,120576.0,1569.707539782161,7716864.0 +397.38,5.099999904632568,4950.0,0.012542075477540493,0.15618896484375,2.1421477794647217,-0.01354213897138834,0.2743156850337982,0.8100944757461548,472.0,120832.0,1573.0178976631723,7733248.0 +416.03,5.400000095367432,5094.0,0.013905149884521961,0.1640625,2.1803267002105713,-0.013272260315716267,0.21681827306747437,0.844716876745224,473.0,121088.0,1576.2348516441416,7749632.0 +398.33,4.699999809265137,5237.0,0.010542262345552444,0.12115478515625,2.1331334114074707,-0.01202924270182848,0.23826871812343597,0.8341947048902512,474.0,121344.0,1579.3644188069738,7766016.0 +398.42,4.300000190734863,5097.0,0.01112314686179161,0.1307779997587204,2.1131608486175537,-0.010760457254946232,0.30284351110458374,0.8111521303653717,475.0,121600.0,1582.5795422929805,7782400.0 +374.65,4.599999904632568,4903.0,0.013272817246615887,0.15380859375,2.1216776371002197,-0.01398694422096014,0.3535563051700592,0.7678106725215912,476.0,121856.0,1585.9212062549777,7798784.0 +334.64,5.0,5016.0,0.00965868029743433,0.1180216446518898,2.108792543411255,-0.013392874039709568,0.34044408798217773,0.7832404375076294,477.0,122112.0,1589.187946692109,7815168.0 +319.49,5.0,5166.0,0.011263214983046055,0.14227294921875,2.1417481899261475,-0.012740991078317165,0.33221450448036194,0.7627942115068436,478.0,122368.0,1592.3598723099567,7831552.0 +328.92,5.199999809265137,5046.0,0.012216691859066486,0.13873291015625,2.15529465675354,-0.014296113513410091,0.21645016968250275,0.8137781918048859,479.0,122624.0,1595.6073997910134,7847936.0 +353.29,5.599999904632568,5007.0,0.013314821757376194,0.1414998322725296,2.15757417678833,-0.010898693464696407,0.2837494909763336,0.7968521118164062,480.0,122880.0,1598.8800182861742,7864320.0 +421.75,5.099999904632568,5169.0,0.01143738254904747,0.1321004182100296,2.1374032497406006,-0.013197086751461029,0.2926187217235565,0.7924322187900543,481.0,123136.0,1602.050237391144,7880704.0 +429.5,4.900000095367432,5209.0,0.012368408031761646,0.1468709260225296,2.1863057613372803,-0.01287048775702715,0.25058016180992126,0.7769005000591278,482.0,123392.0,1605.1961209350266,7897088.0 +387.7,5.0,5067.0,0.013048607856035233,0.1530965119600296,2.189448118209839,-0.011368605308234692,0.2910754978656769,0.7982574254274368,483.0,123648.0,1608.4380138900597,7913472.0 +374.19,5.0,5142.0,0.013127078302204609,0.1531779021024704,2.1463592052459717,-0.01389316190034151,0.30688294768333435,0.7705072611570358,484.0,123904.0,1611.6247767619789,7929856.0 +366.99,5.0,5061.0,0.011625017039477825,0.1334635466337204,2.105107545852661,-0.013624642975628376,0.29611465334892273,0.8217889964580536,485.0,124160.0,1614.8625122541562,7946240.0 +347.62,4.900000095367432,5246.0,0.01157465297728777,0.1351114958524704,2.0901901721954346,-0.014452955685555935,0.3845581114292145,0.7827859967947006,486.0,124416.0,1617.9861690110993,7962624.0 +344.16,4.699999809265137,5195.0,0.011853096075356007,0.1441650390625,2.100874185562134,-0.014505880884826183,0.28388500213623047,0.8270258009433746,487.0,124672.0,1621.1405924579594,7979008.0 +326.47,4.800000190734863,5226.0,0.011798359453678131,0.1444091796875,2.1040751934051514,-0.012809080071747303,0.3762013018131256,0.8060684949159622,488.0,124928.0,1624.276202840032,7995392.0 +345.82,4.800000190734863,5201.0,0.011353238485753536,0.1316935271024704,2.147866725921631,-0.010912948288023472,0.2569642663002014,0.7688165754079819,489.0,125184.0,1627.4269615090452,8011776.0 +351.43,4.800000190734863,5105.0,0.00994245707988739,0.1184895858168602,2.1438076496124268,-0.011675067245960236,0.33700934052467346,0.7351805865764618,490.0,125440.0,1630.6365177440457,8028160.0 +343.66,5.0,5071.0,0.012429633177816868,0.1482340544462204,2.1463754177093506,-0.013483897782862186,0.2800630033016205,0.7447684407234192,491.0,125696.0,1633.8675825409591,8044544.0 +396.04,4.900000095367432,5089.0,0.012379034422338009,0.1443888396024704,2.157102108001709,-0.014253904111683369,0.2537340819835663,0.7763701826334,492.0,125952.0,1637.0875919810496,8060928.0 +421.05,4.400000095367432,4997.0,0.01063257921487093,0.1263020783662796,2.159578561782837,-0.00989860575646162,0.32008156180381775,0.7352520525455475,493.0,126208.0,1640.366767795058,8077312.0 +437.41,4.400000095367432,5059.0,0.01268246304243803,0.14398193359375,2.217264175415039,-0.013696000911295414,0.16864198446273804,0.820314422249794,494.0,126464.0,1643.6059277111199,8093696.0 +411.47,4.599999904632568,5114.0,0.010851670987904072,0.1337483674287796,2.1755831241607666,-0.013003543019294739,0.2232324331998825,0.8103456050157547,495.0,126720.0,1646.8103296710178,8110080.0 +459.41,4.5,5038.0,0.01165391132235527,0.1418253630399704,2.1347434520721436,-0.014500481076538563,0.24243859946727753,0.8408883064985275,496.0,126976.0,1650.0638092521112,8126464.0 +445.67,4.699999809265137,5235.0,0.011443625204265118,0.1371053010225296,2.149872064590454,-0.01312699168920517,0.3356529772281647,0.7773740887641907,497.0,127232.0,1653.193840191001,8142848.0 +391.12,5.0,5195.0,0.012134569697082043,0.14410400390625,2.187525987625122,-0.011324114166200161,0.148839071393013,0.8560726791620255,498.0,127488.0,1656.3503631141502,8159232.0 +415.46,4.400000095367432,5049.0,0.011851724237203598,0.14373779296875,2.120420455932617,-0.01173511240631342,0.16588376462459564,0.855873242020607,499.0,127744.0,1659.5955123091117,8175616.0 +428.69,4.400000095367432,5064.0,0.012086157687008381,0.14019775390625,2.0993316173553467,-0.012546020559966564,0.1986713856458664,0.8133404403924942,500.0,128000.0,1662.8313504601829,8192000.0 +482.1,4.5,5173.0,0.012931297533214092,0.15252685546875,2.1005821228027344,-0.00969216413795948,0.27788326144218445,0.8225817084312439,501.0,128256.0,1665.999380842084,8208384.0 +440.15,4.300000190734863,5055.0,0.012677431106567383,0.1564534455537796,2.102633476257324,-0.012938689440488815,0.25553908944129944,0.8052787184715271,502.0,128512.0,1669.2415811941028,8224768.0 +332.19,5.5,5137.0,0.010252324864268303,0.1215006485581398,2.1347057819366455,-0.012466736137866974,0.37105944752693176,0.7972345501184464,503.0,128768.0,1672.431496520061,8241152.0 +288.81,6.199999809265137,5030.0,0.01169713493436575,0.13916015625,2.1554603576660156,-0.014227633364498615,0.2933274209499359,0.8218127340078354,504.0,129024.0,1675.6889770440757,8257536.0 +364.53,5.699999809265137,5128.0,0.011852685362100601,0.1398722380399704,2.1002790927886963,-0.012982393614947796,0.303881973028183,0.8308882713317871,505.0,129280.0,1678.8841201560572,8273920.0 +415.79,5.0,5067.0,0.013305570930242538,0.1573282927274704,2.1249053478240967,-0.012278418987989426,0.24657249450683594,0.8494069874286652,506.0,129536.0,1682.117808937095,8290304.0 +396.43,5.0,5017.0,0.011286524124443531,0.1404215544462204,2.1730172634124756,-0.01374684926122427,0.25496336817741394,0.8447459042072296,507.0,129792.0,1685.38380870712,8306688.0 +382.76,5.099999904632568,5035.0,0.011928481049835682,0.14422607421875,2.153078317642212,-0.01640557311475277,0.3637784421443939,0.780034214258194,508.0,130048.0,1688.6383010391146,8323072.0 +367.93,6.0,4940.0,0.009094149805605412,0.1077880859375,2.150447130203247,-0.012005001306533813,0.41511353850364685,0.7769926935434341,509.0,130304.0,1691.955351941986,8339456.0 +349.54,5.800000190734863,5222.0,0.010257656686007977,0.12060546875,2.18227219581604,-0.012114309705793858,0.23401980102062225,0.7902693599462509,510.0,130560.0,1695.0934474961832,8355840.0 +328.46,5.699999809265137,5125.0,0.012106277979910374,0.15093994140625,2.1593501567840576,-0.008393358439207077,0.20647691190242767,0.7938893735408783,511.0,130816.0,1698.2908809061628,8372224.0 +446.83,4.199999809265137,5043.0,0.011860414408147335,0.1378173828125,2.1518325805664062,-0.013814479112625122,0.28146082162857056,0.7787607610225677,512.0,131072.0,1701.5400232491083,8388608.0 +415.86,4.900000095367432,5047.0,0.012094243429601192,0.1419881135225296,2.1551625728607178,-0.013566914014518261,0.2881245017051697,0.8117280602455139,513.0,131328.0,1704.78653786215,8404992.0 +379.42,5.199999809265137,5023.0,0.010978144593536854,0.1323445588350296,2.135315179824829,-0.012253247201442719,0.3072333335876465,0.7715795040130615,514.0,131584.0,1708.0489671041723,8421376.0 +399.87,4.800000190734863,5119.0,0.01416811067610979,0.1603190153837204,2.1573169231414795,-0.012591234408318996,0.2752039432525635,0.7231223583221436,515.0,131840.0,1711.2499806119595,8437760.0 +391.75,4.400000095367432,4865.0,0.012398630380630493,0.1455281525850296,2.107450246810913,-0.01457605604082346,0.3098142445087433,0.7706679999828339,516.0,132096.0,1714.6183293070644,8454144.0 +399.59,4.800000190734863,5132.0,0.013214915990829468,0.15667724609375,2.0868403911590576,-0.011158719658851624,0.2076091170310974,0.7668194770812988,517.0,132352.0,1717.8115287891123,8470528.0 +422.57,5.0,5136.0,0.014190617017447948,0.1765543669462204,2.0571484565734863,-0.013355311006307602,0.26872575283050537,0.8038385361433029,518.0,132608.0,1721.0017460279632,8486912.0 +396.22,4.800000190734863,5224.0,0.014840691350400448,0.17938232421875,2.068927764892578,-0.012890237383544445,0.19118858873844147,0.806932657957077,519.0,132864.0,1724.1387152220123,8503296.0 +401.37,5.099999904632568,5162.0,0.009976894594728947,0.1232503280043602,2.0424644947052,-0.012040175497531891,0.5222213864326477,0.7492501735687256,520.0,133120.0,1727.3130029810127,8519680.0 +325.34,6.199999809265137,5058.0,0.012029219418764114,0.1435953825712204,2.116704225540161,-0.010422784835100174,0.37635985016822815,0.8060276657342911,521.0,133376.0,1730.5528702151496,8536064.0 +299.08,6.099999904632568,5171.0,0.01137847825884819,0.1349894255399704,2.121204376220703,-0.012040083296597004,0.28317373991012573,0.8205171376466751,522.0,133632.0,1733.7217966329772,8552448.0 +330.47,5.400000095367432,5150.0,0.012252815999090672,0.1518961638212204,2.112650156021118,-0.01415647566318512,0.4218851327896118,0.7361283302307129,523.0,133888.0,1736.9034903340507,8568832.0 +282.62,6.099999904632568,5085.0,0.011573667638003826,0.142578125,2.0581283569335938,-0.010139740072190762,0.5535481572151184,0.7264151573181152,524.0,134144.0,1740.1261663241312,8585216.0 +291.05,5.900000095367432,5158.0,0.012632586061954498,0.14984130859375,2.1120049953460693,-0.0150455879047513,0.3485604524612427,0.7412927448749542,525.0,134400.0,1743.3031524270773,8601600.0 +281.65,5.199999809265137,5351.0,0.011365792714059353,0.1407470703125,2.153721570968628,-0.014116036705672741,0.33412718772888184,0.7606582641601562,526.0,134656.0,1746.3658782381099,8617984.0 +346.78,5.0,5180.0,0.009982681833207607,0.11614990234375,2.183884859085083,-0.010826530866324902,0.3607538640499115,0.7672308832406998,527.0,134912.0,1749.5292256430257,8634368.0 +349.43,4.699999809265137,5197.0,0.009395670145750046,0.10833740234375,2.193887948989868,-0.012329623103141785,0.24521587789058685,0.8064840734004974,528.0,135168.0,1752.682502164971,8650752.0 +343.92,4.900000095367432,5203.0,0.01229317020624876,0.1561075896024704,2.201326847076416,-0.011857475154101849,0.19674800336360931,0.8417301326990128,529.0,135424.0,1755.8320211111568,8667136.0 +392.92,4.5,5332.0,0.011637669987976551,0.1398518830537796,2.195399522781372,-0.012534930370748043,0.2817142903804779,0.8083428591489792,530.0,135680.0,1758.9056307889987,8683520.0 +385.69,4.900000095367432,5336.0,0.011543995700776577,0.1361287385225296,2.1968491077423096,-0.014176537282764912,0.23742514848709106,0.8628722727298737,531.0,135936.0,1761.9764547771774,8699904.0 +429.56,4.599999904632568,5181.0,0.011718317866325378,0.13726806640625,2.2149298191070557,-0.01338231936097145,0.2217888981103897,0.8301279991865158,532.0,136192.0,1765.1394377700053,8716288.0 +392.01,4.699999809265137,5315.0,0.011094171553850174,0.1324462890625,2.225762128829956,-0.011202938854694366,0.25396618247032166,0.8203365355730057,533.0,136448.0,1768.222370200092,8732672.0 +388.65,5.099999904632568,5323.0,0.011351422406733036,0.1372477263212204,2.1925625801086426,-0.012650749646127224,0.258673757314682,0.82438625395298,534.0,136704.0,1771.3007351669949,8749056.0 +423.33,4.599999904632568,5207.0,0.011477242223918438,0.1289265900850296,2.1422812938690186,-0.013706871308386326,0.34045398235321045,0.7812968492507935,535.0,136960.0,1774.4478608400095,8765440.0 +418.77,4.5,5104.0,0.01050631981343031,0.120361328125,2.1444685459136963,-0.013969626277685165,0.2647269070148468,0.812472939491272,536.0,137216.0,1777.6582864581142,8781824.0 +330.88,4.900000095367432,5201.0,0.009763156063854694,0.11248779296875,2.14807391166687,-0.015048163942992687,0.3108748495578766,0.8018168210983276,537.0,137472.0,1780.8091714889742,8798208.0 +289.8,5.300000190734863,5072.0,0.011784881353378296,0.1343180388212204,2.1011040210723877,-0.01386651024222374,0.4743514060974121,0.7562011927366257,538.0,137728.0,1784.0399526089896,8814592.0 +338.28,5.400000095367432,5125.0,0.011600974015891552,0.1364949494600296,2.1949026584625244,-0.01617220602929592,0.2419196218252182,0.8415743708610535,539.0,137984.0,1787.237518829992,8830976.0 +365.05,5.400000095367432,5137.0,0.011357850395143032,0.1402587890625,2.1815531253814697,-0.0136532848700881,0.4308454990386963,0.776635617017746,540.0,138240.0,1790.4275773451664,8847360.0 +297.5,5.800000190734863,5197.0,0.011948113329708576,0.1347249299287796,2.139206647872925,-0.0159868486225605,0.3655168116092682,0.7937919795513153,541.0,138496.0,1793.580918719992,8863744.0 +336.29,5.400000095367432,5147.0,0.011932183988392353,0.1362711638212204,2.1700398921966553,-0.015287707559764385,0.3285451829433441,0.7922075539827347,542.0,138752.0,1796.7644027511124,8880128.0 +333.62,5.599999904632568,5016.0,0.01337490975856781,0.1534220427274704,2.138461112976074,-0.013886461965739727,0.3609478175640106,0.7830773890018463,543.0,139008.0,1800.0316793001257,8896512.0 +316.67,5.800000190734863,5182.0,0.012965039350092411,0.156982421875,2.145098924636841,-0.014426104724407196,0.33176523447036743,0.7524709105491638,544.0,139264.0,1803.1941456920467,8912896.0 +346.79,5.599999904632568,5219.0,0.011182005517184734,0.13519287109375,2.147688627243042,-0.014970339834690094,0.30504998564720154,0.7619373798370361,545.0,139520.0,1806.3342224301305,8929280.0 +337.5,5.099999904632568,5202.0,0.01165926456451416,0.14324951171875,2.0880630016326904,-0.016795415431261063,0.3588237762451172,0.7226218581199646,546.0,139776.0,1809.48408290511,8945664.0 +329.48,4.699999809265137,5206.0,0.011064906604588032,0.13787841796875,2.1154189109802246,-0.014293170534074306,0.3548850119113922,0.7293771505355835,547.0,140032.0,1812.6314391850028,8962048.0 +326.57,4.800000190734863,5165.0,0.012228085659444332,0.1394856721162796,2.088125705718994,-0.015294819138944149,0.3922596871852875,0.7860641777515411,548.0,140288.0,1815.8041778430343,8978432.0 +294.74,5.0,5139.0,0.01183184701949358,0.1400553435087204,2.1307153701782227,-0.016273315995931625,0.30823296308517456,0.8371018916368484,549.0,140544.0,1818.9932969030924,8994816.0 +278.58,5.0,5037.0,0.009937713854014874,0.1165568009018898,2.129243850708008,-0.016124064102768898,0.3223845064640045,0.8232363760471344,550.0,140800.0,1822.24628797709,9011200.0 +300.22,5.300000190734863,5042.0,0.014040537178516388,0.1535847932100296,2.128734827041626,-0.013882427476346493,0.2906390130519867,0.8153835833072662,551.0,141056.0,1825.4963904651813,9027584.0 +313.99,6.0,5084.0,0.01452567521482706,0.1692097932100296,2.08257794380188,-0.015231442637741566,0.2959391176700592,0.8197585791349411,552.0,141312.0,1828.7195606241003,9043968.0 +364.47,5.099999904632568,5002.0,0.010221355594694614,0.1295572966337204,2.102551221847534,-0.012068229727447033,0.2844323217868805,0.757842168211937,553.0,141568.0,1831.995718767168,9060352.0 +387.49,3.4000000953674316,5115.0,0.01146217342466116,0.13580322265625,2.0718536376953125,-0.012577615678310394,0.26715484261512756,0.7199378609657288,554.0,141824.0,1835.1995990881696,9076736.0 +357.75,4.099999904632568,5138.0,0.012920521199703217,0.147705078125,2.0259387493133545,-0.01114071998745203,0.34129783511161804,0.7526842504739761,555.0,142080.0,1838.388487159973,9093120.0 +384.08,4.900000095367432,5275.0,0.011574920266866684,0.1352132111787796,2.0614731311798096,-0.013665147125720978,0.29803216457366943,0.7900843620300293,556.0,142336.0,1841.4947865400463,9109504.0 +358.49,4.400000095367432,5216.0,0.013270326890051365,0.1565144807100296,2.109631299972534,-0.013971338979899883,0.19596761465072632,0.8125628679990768,557.0,142592.0,1844.6361090131104,9125888.0 +327.77,5.0,5138.0,0.012791000306606293,0.1557820588350296,2.0478594303131104,-0.011238365434110165,0.3200239837169647,0.8289434909820557,558.0,142848.0,1847.8256097291596,9142272.0 +361.73,5.099999904632568,5104.0,0.011266726069152355,0.1340535432100296,2.1064417362213135,-0.01070604007691145,0.19692061841487885,0.7961883544921875,559.0,143104.0,1851.0359060021583,9158656.0 +451.71,4.199999809265137,5135.0,0.010967395268380642,0.12713623046875,2.081043004989624,-0.012464349158108234,0.29822036623954773,0.7097210586071014,560.0,143360.0,1854.2269318031613,9175040.0 +502.25,3.5999999046325684,5161.0,0.011457868851721287,0.13775634765625,2.08139967918396,-0.013491097837686539,0.23186057806015015,0.7794827073812485,561.0,143616.0,1857.4020330260973,9191424.0 +396.73,4.5,5209.0,0.012675571255385876,0.1479695588350296,2.1034674644470215,-0.014476177282631397,0.24849975109100342,0.8009482175111771,562.0,143872.0,1860.547832887154,9207808.0 +363.55,5.5,5170.0,0.011399476788938046,0.1283772736787796,2.1402475833892822,-0.013288025744259357,0.300115168094635,0.7891029119491577,563.0,144128.0,1863.7174803551752,9224192.0 +392.48,5.099999904632568,5208.0,0.011106728576123714,0.1377360075712204,2.1635329723358154,-0.013142254203557968,0.32524368166923523,0.7756774574518204,564.0,144384.0,1866.8638458300848,9240576.0 +373.23,4.699999809265137,5137.0,0.01201645378023386,0.1352946013212204,2.1153757572174072,-0.013512279838323593,0.2511399984359741,0.7956768125295639,565.0,144640.0,1870.0533686841372,9256960.0 +381.32,4.800000190734863,5130.0,0.0132380286231637,0.15899658203125,2.1376874446868896,-0.015539939515292645,0.2519632875919342,0.7705248296260834,566.0,144896.0,1873.2472100569867,9273344.0 +395.12,5.0,5187.0,0.01124856248497963,0.1317952424287796,2.2027480602264404,-0.012409023009240627,0.16767726838588715,0.77766452729702,567.0,145152.0,1876.4060891300905,9289728.0 +485.0,4.699999809265137,5108.0,0.009991654194891453,0.11968994140625,2.1694507598876953,-0.013106338679790497,0.1399947702884674,0.8132398426532745,568.0,145408.0,1879.6149533151183,9306112.0 +474.43,4.300000190734863,5330.0,0.012233912944793701,0.1447346955537796,2.1835336685180664,-0.013606908731162548,0.26857200264930725,0.7704322934150696,569.0,145664.0,1882.6894399211742,9322496.0 +387.9,5.400000095367432,4993.0,0.01011610310524702,0.1229044571518898,2.1291146278381348,-0.013700165785849094,0.40550896525382996,0.7866964340209961,570.0,145920.0,1885.9709608219564,9338880.0 +309.36,6.400000095367432,5014.0,0.010247614234685898,0.1260579377412796,2.1141676902770996,-0.013635114766657352,0.38054630160331726,0.7812066674232483,571.0,146176.0,1889.238770642085,9355264.0 +261.38,6.5,5023.0,0.011017453856766224,0.1353759765625,2.1107242107391357,-0.014097790233790874,0.41623854637145996,0.778264731168747,572.0,146432.0,1892.500940283062,9371648.0 +286.63,6.099999904632568,5081.0,0.009440941736102104,0.1119588240981102,2.1555590629577637,-0.015205610543489456,0.31621554493904114,0.8181760758161545,573.0,146688.0,1895.7260633581318,9388032.0 +310.54,5.699999809265137,5190.0,0.01236188504844904,0.1473185271024704,2.168201446533203,-0.01241552084684372,0.3186766803264618,0.8119735866785049,574.0,146944.0,1898.883004592033,9404416.0 +322.87,5.099999904632568,5092.0,0.011502861976623535,0.13958740234375,2.1272146701812744,-0.014305300079286098,0.35146212577819824,0.8359767943620682,575.0,147200.0,1902.1012214950752,9420800.0 +357.22,4.900000095367432,5020.0,0.011103179305791855,0.1278483122587204,2.131850242614746,-0.01248656865209341,0.2168942093849182,0.8534457683563232,576.0,147456.0,1905.3655501350295,9437184.0 +321.39,5.099999904632568,5014.0,0.01347979437559843,0.154052734375,2.107121706008911,-0.012733801268041134,0.27858614921569824,0.800899937748909,577.0,147712.0,1908.6339244770352,9453568.0 +381.46,4.300000190734863,5071.0,0.011838308535516262,0.1298421174287796,2.149639844894409,-0.013228580355644226,0.19790583848953247,0.8119384795427322,578.0,147968.0,1911.86521765613,9469952.0 +403.21,4.400000095367432,4926.0,0.012685585767030716,0.1405232697725296,2.0562305450439453,-0.013708668760955334,0.3091438114643097,0.8400181978940964,579.0,148224.0,1915.191618366167,9486336.0 +387.72,4.599999904632568,4908.0,0.011906950734555721,0.13714599609375,2.0223424434661865,-0.011627000756561756,0.19499920308589935,0.8241714835166931,580.0,148480.0,1918.5302816689946,9502720.0 +397.94,5.0,5041.0,0.012821330688893795,0.15032958984375,2.0263755321502686,-0.01260890532284975,0.17883342504501343,0.8459042906761169,581.0,148736.0,1921.7809597221203,9519104.0 +424.42,4.300000190734863,4990.0,0.012403968721628189,0.1506551057100296,2.0482914447784424,-0.01371844857931137,0.16666610538959503,0.850914254784584,582.0,148992.0,1925.0643997981679,9535488.0 +417.28,4.5,4826.0,0.011711068451404572,0.1427408903837204,2.0404019355773926,-0.012903573922812939,0.38392046093940735,0.7911396026611328,583.0,149248.0,1928.4595524009783,9551872.0 +333.52,5.199999809265137,5074.0,0.011728868819773197,0.1347859650850296,2.0300357341766357,-0.0130434175953269,0.3666973412036896,0.7827146649360657,584.0,149504.0,1931.6895354830194,9568256.0 +336.57,4.900000095367432,5124.0,0.011975261382758617,0.1402180939912796,2.101146936416626,-0.014140147715806961,0.1779191493988037,0.8577310740947723,585.0,149760.0,1934.887456862023,9584640.0 +348.54,4.900000095367432,5110.0,0.00973916333168745,0.1159871444106102,2.0856096744537354,-0.013449578545987606,0.1142328679561615,0.8894806131720543,586.0,150016.0,1938.0942008821294,9601024.0 +492.86,4.099999904632568,4885.0,0.011575753800570965,0.1304728239774704,2.0626628398895264,-0.013814213685691357,0.2203029841184616,0.8343618661165237,587.0,150272.0,1941.4483484330121,9617408.0 +519.83,3.9000000953674316,4929.0,0.013446453027427197,0.1563313752412796,2.075418710708618,-0.012541350908577442,0.24224133789539337,0.8463284522294998,588.0,150528.0,1944.773063533008,9633792.0 +499.93,4.5,5184.0,0.012606252916157246,0.1536661833524704,2.040179491043091,-0.015315272845327854,0.24030761420726776,0.8416640758514404,589.0,150784.0,1947.9340072369669,9650176.0 +406.38,5.599999904632568,4835.0,0.012146937660872936,0.14739990234375,2.0946993827819824,-0.013769869692623615,0.32403630018234253,0.8313862979412079,590.0,151040.0,1951.3229845960159,9666560.0 +339.25,5.800000190734863,4804.0,0.009815406054258347,0.11907958984375,2.170769453048706,-0.013376646675169468,0.3070259988307953,0.841077446937561,591.0,151296.0,1954.733703443082,9682944.0 +383.56,4.300000190734863,4864.0,0.01416741032153368,0.1640218049287796,2.1972157955169678,-0.013923894613981247,0.2563495635986328,0.818486675620079,592.0,151552.0,1958.1031831540167,9699328.0 +378.96,4.599999904632568,4815.0,0.009951552376151085,0.1248779296875,2.1133668422698975,-0.01198303047567606,0.33477091789245605,0.8027241975069046,593.0,151808.0,1961.506546717137,9715712.0 +364.11,5.0,5061.0,0.012711907736957073,0.1536661833524704,2.103238821029663,-0.014781367033720016,0.30360469222068787,0.8380516767501831,594.0,152064.0,1964.7446474609897,9732096.0 +326.17,5.5,5135.0,0.011778603307902813,0.14849853515625,2.1024434566497803,-0.013173487968742847,0.273072212934494,0.8436755836009979,595.0,152320.0,1967.9359181330074,9748480.0 +344.29,4.300000190734863,4964.0,0.010103796608746052,0.1229654923081398,2.1448469161987305,-0.01567036844789982,0.23540711402893066,0.8328365385532379,596.0,152576.0,1971.2372993819881,9764864.0 +389.06,3.5999999046325684,4861.0,0.012836047448217869,0.1629435271024704,2.1059722900390625,-0.014304489828646183,0.29883578419685364,0.8048087954521179,597.0,152832.0,1974.607882898068,9781248.0 +314.94,5.400000095367432,5044.0,0.0118027962744236,0.1407267302274704,2.1232428550720215,-0.014854882843792439,0.36321261525154114,0.7856730222702026,598.0,153088.0,1977.8563307770528,9797632.0 +312.45,5.699999809265137,5108.0,0.013549062423408031,0.1592814177274704,2.109224319458008,-0.013295918703079224,0.3329372704029083,0.8063112944364548,599.0,153344.0,1981.0647875990253,9814016.0 +323.04,5.099999904632568,5148.0,0.011741203255951405,0.1441650390625,2.0856575965881348,-0.015032553113996983,0.4040862023830414,0.7634001821279526,600.0,153600.0,1984.2477292290423,9830400.0 +331.66,5.199999809265137,5144.0,0.011026198975741863,0.1368815153837204,2.131864309310913,-0.014380164444446564,0.29588374495506287,0.8183113187551498,601.0,153856.0,1987.4338502599858,9846784.0 +339.74,4.699999809265137,4873.0,0.009808391332626343,0.1156412735581398,2.152534246444702,-0.014886558055877686,0.2627128064632416,0.7885854840278625,602.0,154112.0,1990.7967340589967,9863168.0 +358.42,4.5,4880.0,0.0101276570931077,0.1279296875,2.1336326599121094,-0.01290469616651535,0.3049459755420685,0.7836603671312332,603.0,154368.0,1994.1545988200232,9879552.0 +352.3,5.0,4858.0,0.010174411348998547,0.1270345002412796,2.155977249145508,-0.011861860752105713,0.3444622755050659,0.7958995252847672,604.0,154624.0,1997.5279528261162,9895936.0 +331.94,5.599999904632568,4894.0,0.010450311936438084,0.1259358674287796,2.117727756500244,-0.01467389240860939,0.4055783450603485,0.7659432590007782,605.0,154880.0,2000.8765676859766,9912320.0 +364.24,4.699999809265137,4901.0,0.011653042398393154,0.1414387971162796,2.16076922416687,-0.014026266522705555,0.29569023847579956,0.7798306196928024,606.0,155136.0,2004.2203389911447,9928704.0 +360.64,4.5,4939.0,0.01193388644605875,0.1361490935087204,2.1490936279296875,-0.014328585006296635,0.38620004057884216,0.7700180858373642,607.0,155392.0,2007.5377820120193,9945088.0 +310.37,5.300000190734863,5067.0,0.0117277130484581,0.14208984375,2.116626739501953,-0.013888535089790821,0.3235008418560028,0.7942931205034256,608.0,155648.0,2010.7720732120797,9961472.0 +388.12,5.099999904632568,5105.0,0.010971908457577229,0.1312459260225296,2.141000509262085,-0.014882334508001804,0.1601352095603943,0.835833951830864,609.0,155904.0,2013.981870562071,9977856.0 +437.53,4.800000190734863,5211.0,0.012599489651620388,0.1639811247587204,2.1112592220306396,-0.013855364173650742,0.2015969157218933,0.8242948353290558,610.0,156160.0,2017.1265482241288,9994240.0 +417.06,4.400000095367432,5162.0,0.013042054139077663,0.1586100310087204,2.087254524230957,-0.014598607085645199,0.3101968467235565,0.7993839085102081,611.0,156416.0,2020.3008388851304,10010624.0 +353.53,5.599999904632568,5216.0,0.012389234267175198,0.15643310546875,2.075488328933716,-0.011492260731756687,0.4777993857860565,0.7847763150930405,612.0,156672.0,2023.442754914984,10027008.0 +299.98,5.800000190734863,4989.0,0.012214921414852142,0.1545206755399704,2.071594476699829,-0.01738724298775196,0.4424276649951935,0.770856499671936,613.0,156928.0,2026.7269941100385,10043392.0 +241.62,6.099999904632568,5076.0,0.01148147415369749,0.14483642578125,2.0618269443511963,-0.013667847961187363,0.4528871774673462,0.7853314876556396,614.0,157184.0,2029.9554823329672,10059776.0 +202.95,6.099999904632568,5061.0,0.010211128741502762,0.1255086213350296,2.136445999145508,-0.016721563413739204,0.3740188181400299,0.7925659567117691,615.0,157440.0,2033.193180001108,10076160.0 +284.32,5.400000095367432,4917.0,0.012394518591463566,0.1479085236787796,2.1284725666046143,-0.017075860872864723,0.30127325654029846,0.8014485239982605,616.0,157696.0,2036.5260192609858,10092544.0 +331.34,5.0,4869.0,0.011212890036404133,0.1400553435087204,2.1109933853149414,-0.015542693436145782,0.3602381646633148,0.818879708647728,617.0,157952.0,2039.8915863940492,10108928.0 +224.08,5.800000190734863,4939.0,0.010070323012769222,0.1245931014418602,2.0896241664886475,-0.011588643305003643,0.5056056380271912,0.8023311346769333,618.0,158208.0,2043.2094769850373,10125312.0 +237.43,5.5,4880.0,0.01171955093741417,0.1418863981962204,2.1518421173095703,-0.01710144430398941,0.4079256057739258,0.7943418473005295,619.0,158464.0,2046.5672611931805,10141696.0 +294.59,5.0,5016.0,0.012025502510368824,0.1461995393037796,2.1505093574523926,-0.014637771062552929,0.31157511472702026,0.8168191313743591,620.0,158720.0,2049.8343276160304,10158080.0 +274.09,5.199999809265137,4609.0,0.011562284082174301,0.1382649689912796,2.1540255546569824,-0.01490087155252695,0.5166561007499695,0.780357763171196,621.0,158976.0,2053.3895732769743,10174464.0 +245.37,5.599999904632568,4778.0,0.01087944209575653,0.1270548552274704,2.186699390411377,-0.01484779641032219,0.43312516808509827,0.792681559920311,622.0,159232.0,2056.818752845982,10190848.0 +291.43,4.800000190734863,5117.0,0.010945928283035755,0.133056640625,2.2086021900177,-0.016157979145646095,0.39323315024375916,0.8041292577981949,623.0,159488.0,2060.021626071073,10207232.0 +235.07,5.0,5019.0,0.010221336968243122,0.1245320662856102,2.1912999153137207,-0.016662344336509705,0.41286221146583557,0.7846434116363525,624.0,159744.0,2063.2862781099975,10223616.0 +273.22,4.800000190734863,4833.0,0.0108024962246418,0.1250406950712204,2.1521265506744385,-0.01576867513358593,0.3446643352508545,0.7997489720582962,625.0,160000.0,2066.676708023995,10240000.0 +243.8,5.5,4987.0,0.01054138783365488,0.1327718049287796,2.1093382835388184,-0.013764817267656326,0.42766526341438293,0.7834066450595856,626.0,160256.0,2069.962615176104,10256384.0 +190.51,6.099999904632568,4945.0,0.012196161784231663,0.1479288786649704,2.1338775157928467,-0.015384026803076267,0.3274569809436798,0.8055964857339859,627.0,160512.0,2073.276361419121,10272768.0 +294.6,5.400000095367432,5079.0,0.011488444171845913,0.1305948942899704,2.087169647216797,-0.017050374299287796,0.4336802661418915,0.7605802565813065,628.0,160768.0,2076.5038364990614,10289152.0 +204.86,5.800000190734863,5047.0,0.008678811602294445,0.1019693985581398,2.1121511459350586,-0.014777773059904575,0.49025797843933105,0.8020816892385483,629.0,161024.0,2079.750576853985,10305536.0 +248.23,5.599999904632568,5091.0,0.011063609272241592,0.13201904296875,2.1422431468963623,-0.015821941196918488,0.29556047916412354,0.8058484196662903,630.0,161280.0,2082.9691851511598,10321920.0 +283.35,5.400000095367432,5108.0,0.0116760628297925,0.12664794921875,2.1077868938446045,-0.014883213676512241,0.3684595823287964,0.8107152581214905,631.0,161536.0,2086.1768872931134,10338304.0 +282.77,5.199999809265137,5072.0,0.011887186206877232,0.13946533203125,2.0951316356658936,-0.01444712933152914,0.2751193344593048,0.8130944967269897,632.0,161792.0,2089.4080146369524,10354688.0 +341.03,4.5,4809.0,0.012896262109279633,0.1442464143037796,2.0530879497528076,-0.015041280537843704,0.32515838742256165,0.7868240475654602,633.0,162048.0,2092.814983890159,10371072.0 +277.41,5.5,4751.0,0.011667553335428238,0.143798828125,2.0323193073272705,-0.013834397308528423,0.5148321390151978,0.7876894325017929,634.0,162304.0,2096.2639553740155,10387456.0 +206.02,6.900000095367432,4817.0,0.010646850802004337,0.12744140625,2.0157241821289062,-0.016569141298532486,0.42783525586128235,0.8008287698030472,635.0,162560.0,2099.665757408133,10403840.0 +268.86,6.300000190734863,4880.0,0.013195931911468506,0.15142822265625,2.0049889087677,-0.017035337164998055,0.3737698495388031,0.8003242462873459,636.0,162816.0,2103.0233985141385,10420224.0 +266.22,6.400000095367432,4704.0,0.011229409836232662,0.1316324919462204,2.023327112197876,-0.015244542621076107,0.3755420446395874,0.7856601178646088,637.0,163072.0,2106.5065737920813,10436608.0 +274.27,5.900000095367432,5024.0,0.012925791554152966,0.1511433869600296,2.052885055541992,-0.016055958345532417,0.28744861483573914,0.8130550235509872,638.0,163328.0,2109.768317620037,10452992.0 +341.88,5.199999809265137,4954.0,0.012358658947050571,0.1426595002412796,2.109956741333008,-0.01597275398671627,0.2443913221359253,0.8309604674577713,639.0,163584.0,2113.076239584014,10469376.0 +346.16,5.099999904632568,5040.0,0.011112251318991184,0.1252034455537796,2.118311882019043,-0.015468073077499866,0.47997650504112244,0.7673242390155792,640.0,163840.0,2116.3274963020813,10485760.0 +274.62,5.5,5062.0,0.013372004963457584,0.1482950896024704,2.1807897090911865,-0.017626559361815453,0.3062025010585785,0.8097749501466751,641.0,164096.0,2119.5646290560253,10502144.0 +300.58,5.300000190734863,5179.0,0.010796296410262585,0.1272176057100296,2.213456392288208,-0.01396797876805067,0.22843396663665771,0.8570152670145035,642.0,164352.0,2122.728652182035,10518528.0 +336.74,5.300000190734863,5083.0,0.011983406729996204,0.1323038786649704,2.190281629562378,-0.014813612215220928,0.25964272022247314,0.8039475828409195,643.0,164608.0,2125.952132326085,10534912.0 +368.83,5.199999809265137,5254.0,0.011944998987019062,0.13946533203125,2.160202741622925,-0.014822750352323055,0.2779390811920166,0.818429172039032,644.0,164864.0,2129.0710232900456,10551296.0 +400.88,4.699999809265137,5236.0,0.01121844444423914,0.1344807893037796,2.134082555770874,-0.014775760471820831,0.382761150598526,0.786969780921936,645.0,165120.0,2132.200579239987,10567680.0 +332.74,5.0,5321.0,0.010143604129552841,0.12322998046875,2.1320478916168213,-0.01332686748355627,0.3264613449573517,0.7994692921638489,646.0,165376.0,2135.2799324111547,10584064.0 +322.18,5.599999904632568,4961.0,0.013003909029066563,0.1508585661649704,2.114957094192505,-0.01659158617258072,0.2870272696018219,0.8151654005050659,647.0,165632.0,2138.5832260609604,10600448.0 +353.84,5.400000095367432,5006.0,0.012612960301339626,0.1517537385225296,2.050797462463379,-0.017132766544818878,0.31138288974761963,0.802615612745285,648.0,165888.0,2141.8566688990686,10616832.0 +331.18,5.599999904632568,5037.0,0.012026258744299412,0.1399332731962204,2.0820975303649902,-0.015526406466960907,0.3538196384906769,0.8069760203361511,649.0,166144.0,2145.1101041119546,10633216.0 +274.12,5.199999809265137,4740.0,0.010176339186728,0.1174723282456398,2.0546634197235107,-0.014225584454834461,0.48007190227508545,0.7917568981647491,650.0,166400.0,2148.5669034901075,10649600.0 +267.16,4.900000095367432,4886.0,0.011418071575462818,0.13397216796875,2.0396547317504883,-0.016084639355540276,0.26680615544319153,0.828853502869606,651.0,166656.0,2151.9207284720615,10665984.0 +299.64,5.0,4861.0,0.013438631780445576,0.1546427458524704,2.022850513458252,-0.013871893286705017,0.4016362428665161,0.8006609231233597,652.0,166912.0,2155.291524113156,10682368.0 +239.13,5.900000095367432,5117.0,0.011362983845174313,0.1359049528837204,2.113297700881958,-0.0183872040361166,0.32588818669319153,0.8304080218076706,653.0,167168.0,2158.49391165399,10698752.0 +327.95,4.5,5176.0,0.010803536511957645,0.1271769255399704,2.113041639328003,-0.016747262328863144,0.3125647008419037,0.8010305613279343,654.0,167424.0,2161.660305530997,10715136.0 +280.4,5.400000095367432,5197.0,0.011447506956756115,0.1352946013212204,2.0585243701934814,-0.014476764015853405,0.41968050599098206,0.7891330868005753,655.0,167680.0,2164.8131256380584,10731520.0 +260.48,5.699999809265137,5003.0,0.007948667742311954,0.0955403670668602,2.0700771808624268,-0.013545498251914978,0.4013366401195526,0.807359129190445,656.0,167936.0,2168.088984653121,10747904.0 +270.26,5.900000095367432,5049.0,0.011295326054096222,0.1252238005399704,2.0592715740203857,-0.01481613889336586,0.3627147972583771,0.8422309160232544,657.0,168192.0,2171.33421686315,10764288.0 +272.28,6.099999904632568,5011.0,0.011020880192518234,0.1236775740981102,2.1104350090026855,-0.015035797841846943,0.3226271867752075,0.8274702727794647,658.0,168448.0,2174.6042696950026,10780672.0 +336.92,5.199999809265137,4952.0,0.010003834031522274,0.1124674454331398,2.1283581256866455,-0.01565723493695259,0.30530846118927,0.7891459912061691,659.0,168704.0,2177.9134482371155,10797056.0 +395.76,5.0,4902.0,0.012524926103651524,0.14971923828125,2.103069543838501,-0.017655713483691216,0.2939203381538391,0.8290757238864899,660.0,168960.0,2181.2562912299763,10813440.0 +351.22,5.699999809265137,4930.0,0.01127341017127037,0.1333821564912796,2.1010701656341553,-0.015648530796170235,0.3095318675041199,0.8418793231248856,661.0,169216.0,2184.5802326691337,10829824.0 +332.48,5.199999809265137,5058.0,0.01244367379695177,0.1453450471162796,2.094892740249634,-0.01453814934939146,0.2847367227077484,0.8415460884571075,662.0,169472.0,2187.8195599489845,10846208.0 +329.12,4.900000095367432,4764.0,0.011178672313690186,0.1294148713350296,2.1106655597686768,-0.01367445569485426,0.26363030076026917,0.8560915738344193,663.0,169728.0,2191.258983599022,10862592.0 +325.03,5.400000095367432,5094.0,0.011746224947273731,0.1346435546875,2.1013243198394775,-0.016174299642443657,0.2851875424385071,0.8576246649026871,664.0,169984.0,2194.4757547660265,10878976.0 +323.6,5.199999809265137,5036.0,0.01084923092275858,0.1246541365981102,2.0520551204681396,-0.013617224991321564,0.4609823226928711,0.7805769145488739,665.0,170240.0,2197.730119425105,10895360.0 +317.57,5.300000190734863,5110.0,0.013429819606244564,0.1521809846162796,2.0717966556549072,-0.017128245905041695,0.3027321994304657,0.8356211185455322,666.0,170496.0,2200.936664548004,10911744.0 +310.83,5.5,5046.0,0.011235023848712444,0.1251424103975296,2.0840415954589844,-0.01509819831699133,0.32877302169799805,0.8270316570997238,667.0,170752.0,2204.184262189083,10928128.0 +353.11,5.199999809265137,5156.0,0.012800992466509342,0.1369832307100296,2.100080728530884,-0.014397152699530125,0.29632389545440674,0.8183225691318512,668.0,171008.0,2207.3622663081624,10944512.0 +359.38,5.300000190734863,5013.0,0.011431735940277576,0.1278483122587204,2.055934190750122,-0.017180999740958214,0.45178401470184326,0.8044383376836777,669.0,171264.0,2210.6311035121325,10960896.0 +309.04,5.099999904632568,4801.0,0.011374524794518948,0.1272786408662796,2.099548816680908,-0.01451900601387024,0.3030693829059601,0.8421812355518341,670.0,171520.0,2214.0440399269573,10977280.0 +292.49,5.699999809265137,4648.0,0.012880910187959671,0.14910888671875,2.0155422687530518,-0.01797880046069622,0.4080880880355835,0.8424686193466187,671.0,171776.0,2217.5693084120285,10993664.0 +259.28,5.699999809265137,4661.0,0.013279211707413197,0.1423746794462204,2.0542376041412354,-0.01590685173869133,0.2657451927661896,0.8309675753116608,672.0,172032.0,2221.08502202807,11010048.0 +324.46,4.900000095367432,4800.0,0.012447324581444263,0.14532470703125,2.0446646213531494,-0.01677975244820118,0.41981709003448486,0.8081782758235931,673.0,172288.0,2224.498514739098,11026432.0 +295.65,5.800000190734863,4757.0,0.015398507006466389,0.1692911833524704,2.103259325027466,-0.015039625577628613,0.4053145945072174,0.8179472982883453,674.0,172544.0,2227.9455740451813,11042816.0 +338.03,5.300000190734863,4763.0,0.012045759707689285,0.130615234375,2.123755931854248,-0.015766354277729988,0.2374275177717209,0.816883310675621,675.0,172800.0,2231.3856205681805,11059200.0 +364.19,4.800000190734863,4852.0,0.014423693530261517,0.1374104768037796,2.0751705169677734,-0.01491603534668684,0.27245381474494934,0.8197125941514969,676.0,173056.0,2234.7629922539927,11075584.0 +378.51,4.099999904632568,4735.0,0.014036272652447224,0.1541341096162796,2.099418878555298,-0.01604766957461834,0.2596770226955414,0.8176003247499466,677.0,173312.0,2238.2236305600964,11091968.0 +358.21,4.699999809265137,4853.0,0.012351405806839466,0.1426188200712204,2.107961654663086,-0.01785358227789402,0.3337078094482422,0.838956817984581,678.0,173568.0,2241.600634139031,11108352.0 +296.44,5.599999904632568,4963.0,0.01183269452303648,0.14422607421875,2.126429796218872,-0.0161325354129076,0.31743383407592773,0.8359619230031967,679.0,173824.0,2244.9021563311107,11124736.0 +315.59,5.300000190734863,5182.0,0.011169140227138996,0.1367390900850296,2.1552913188934326,-0.012429706752300262,0.28843191266059875,0.8438851237297058,680.0,174080.0,2248.0643878390547,11141120.0 +312.52,5.400000095367432,5047.0,0.010333572514355183,0.1281534880399704,2.1319539546966553,-0.01273453701287508,0.3830665647983551,0.8307911604642868,681.0,174336.0,2251.3115578971338,11157504.0 +278.18,5.5,5085.0,0.012940303422510624,0.1505330353975296,2.1538984775543213,-0.015534777194261551,0.2998817563056946,0.8286837041378021,682.0,174592.0,2254.534449336119,11173888.0 +363.07,5.199999809265137,5069.0,0.012307935394346714,0.1523640900850296,2.162945032119751,-0.013993565924465656,0.21686185896396637,0.8381146043539047,683.0,174848.0,2257.7671529350337,11190272.0 +404.58,4.900000095367432,5172.0,0.010828681290149689,0.13311767578125,2.0978658199310303,-0.01563277654349804,0.2923431098461151,0.846985325217247,684.0,175104.0,2260.9354837341234,11206656.0 +399.87,5.0,4999.0,0.012319445610046387,0.1423136442899704,2.1232950687408447,-0.015380349941551685,0.23570172488689423,0.8372841626405716,685.0,175360.0,2264.2135495070834,11223040.0 +404.52,4.699999809265137,5056.0,0.011113452725112438,0.1341756135225296,2.058103084564209,-0.014892864041030407,0.3142337203025818,0.8289625495672226,686.0,175616.0,2267.4545917899814,11239424.0 +447.7,4.199999809265137,4781.0,0.0108753377571702,0.1237589493393898,2.0985538959503174,-0.013618755154311657,0.178324893116951,0.8779635652899742,687.0,175872.0,2270.8821847629733,11255808.0 +396.49,5.199999809265137,5154.0,0.014667332172393799,0.1684773713350296,2.112835645675659,-0.015258967876434326,0.2683117091655731,0.8555004149675369,688.0,176128.0,2274.0612777071074,11272192.0 +379.68,5.300000190734863,5134.0,0.013657956384122372,0.1604207307100296,2.1318085193634033,-0.015614263713359833,0.26264628767967224,0.8467254042625427,689.0,176384.0,2277.252938034013,11288576.0 +409.84,4.5,4918.0,0.010513839311897755,0.1263631135225296,2.167423963546753,-0.01330026239156723,0.3389282524585724,0.797034963965416,690.0,176640.0,2280.5847521941178,11304960.0 +314.33,5.0,4928.0,0.010208798572421074,0.1205037459731102,2.1483688354492188,-0.012813492678105831,0.40071380138397217,0.8125808387994766,691.0,176896.0,2283.9098809489515,11321344.0 +265.41,5.800000190734863,4986.0,0.01156205590814352,0.1422932893037796,2.130011796951294,-0.015385884791612625,0.2594934403896332,0.8595193177461624,692.0,177152.0,2287.197590283118,11337728.0 +321.32,5.5,4903.0,0.012006685137748718,0.1429443359375,2.1192550659179688,-0.016672303900122643,0.21273519098758698,0.8713908642530441,693.0,177408.0,2290.5395814869553,11354112.0 +385.98,5.699999809265137,5010.0,0.012543893419206142,0.1567789763212204,2.09460711479187,-0.016624050214886665,0.2791866362094879,0.8554213345050812,694.0,177664.0,2293.810582143953,11370496.0 +383.76,5.400000095367432,5071.0,0.011887854896485806,0.1476847380399704,2.106247663497925,-0.015062656253576279,0.26731324195861816,0.8432433158159256,695.0,177920.0,2297.0421313520055,11386880.0 +376.36,5.099999904632568,4849.0,0.009967190213501453,0.1244710311293602,2.0935442447662354,-0.014733023941516876,0.3057495057582855,0.8280342221260071,696.0,178176.0,2300.425289603183,11403264.0 +350.74,5.0,4610.0,0.012622403912246227,0.15606689453125,2.0770998001098633,-0.013941501267254353,0.28520312905311584,0.8434783965349197,697.0,178432.0,2303.980087611126,11419648.0 +372.87,4.5,4727.0,0.012245072983205318,0.153076171875,2.0284488201141357,-0.013999362476170063,0.33096274733543396,0.8170509934425354,698.0,178688.0,2307.446361941984,11436032.0 +322.4,4.800000190734863,5101.0,0.011848974041640759,0.1419677734375,2.0881004333496094,-0.015052887611091137,0.3667641878128052,0.8077480792999268,699.0,178944.0,2310.6587095800787,11452416.0 +323.15,5.099999904632568,4977.0,0.012326475232839584,0.1469319611787796,2.0983200073242188,-0.014921135269105434,0.4020462930202484,0.8127612620592117,700.0,179200.0,2313.951157221105,11468800.0 +348.14,5.199999809265137,5036.0,0.011630214750766754,0.1404622346162796,2.13767409324646,-0.015673162415623665,0.25682809948921204,0.8410140126943588,701.0,179456.0,2317.2049738899805,11485184.0 +326.99,5.099999904632568,5081.0,0.011640406213700771,0.1419474333524704,2.1270134449005127,-0.01611788384616375,0.2460891157388687,0.8342652171850204,702.0,179712.0,2320.429823986953,11501568.0 +364.1,4.900000095367432,4997.0,0.009829262271523476,0.12408447265625,2.071922540664673,-0.01601908728480339,0.4333489239215851,0.783207893371582,703.0,179968.0,2323.709148941096,11517952.0 +298.82,5.699999809265137,4956.0,0.01067821029573679,0.1225992813706398,2.079606533050537,-0.015714474022388458,0.4569055736064911,0.7839054614305496,704.0,180224.0,2327.0155044500716,11534336.0 +290.92,5.400000095367432,4976.0,0.012551598250865936,0.1527303010225296,2.1077311038970947,-0.016875145956873894,0.32419347763061523,0.8373904675245285,705.0,180480.0,2330.308773110155,11550720.0 +313.82,5.699999809265137,4941.0,0.011760680936276913,0.13922119140625,2.110259532928467,-0.016367493197321892,0.41369032859802246,0.8185883909463882,706.0,180736.0,2333.624951640144,11567104.0 +297.71,6.199999809265137,4908.0,0.010028357617557049,0.1222127303481102,2.091359853744507,-0.014777544885873795,0.27776145935058594,0.8609721064567566,707.0,180992.0,2336.9637407341506,11583488.0 +337.08,5.900000095367432,5066.0,0.011641282588243484,0.142578125,2.0840137004852295,-0.01542124804109335,0.2917981743812561,0.8487295210361481,708.0,181248.0,2340.1983688580804,11599872.0 +314.44,5.900000095367432,5050.0,0.010741309262812138,0.1331380158662796,2.1124484539031982,-0.016269205138087273,0.22942890226840973,0.879487469792366,709.0,181504.0,2343.443088734057,11616256.0 +332.9,5.599999904632568,5154.0,0.012451425194740295,0.1524454802274704,2.063549757003784,-0.016254089772701263,0.39460206031799316,0.7859009504318237,710.0,181760.0,2346.6221323341597,11632640.0 +406.9,5.099999904632568,5113.0,0.01413000375032425,0.16339111328125,2.0552549362182617,-0.01660696230828762,0.29126831889152527,0.8224622756242752,711.0,182016.0,2349.8267080751248,11649024.0 +345.9,5.5,4845.0,0.013466019183397293,0.15118408203125,2.0126805305480957,-0.017893388867378235,0.37227141857147217,0.8235125690698624,712.0,182272.0,2353.209162910003,11665408.0 +306.54,6.099999904632568,4964.0,0.013790621422231197,0.1645711213350296,2.0547738075256348,-0.01713334023952484,0.3834139406681061,0.8059510141611099,713.0,182528.0,2356.5099448759574,11681792.0 +336.41,5.599999904632568,5122.0,0.012015089392662048,0.1449788361787796,2.119438886642456,-0.016292236745357513,0.25680214166641235,0.8352543860673904,714.0,182784.0,2359.708891899092,11698176.0 +326.16,5.0,4837.0,0.01114556286484003,0.1373087614774704,2.0972659587860107,-0.015538773499429226,0.28158286213874817,0.8620076179504395,715.0,183040.0,2363.096585822059,11714560.0 +303.05,5.599999904632568,4832.0,0.009669228456914425,0.1151936873793602,2.0493907928466797,-0.015653586015105247,0.4037867486476898,0.8025696128606796,716.0,183296.0,2366.4874063229654,11730944.0 +302.85,5.699999809265137,4782.0,0.012139629572629929,0.14654541015625,2.028339385986328,-0.016711320728063583,0.4478987455368042,0.7673142701387405,717.0,183552.0,2369.914170398144,11747328.0 +281.3,5.900000095367432,4912.0,0.01327190175652504,0.1611735075712204,1.9908056259155273,-0.01814143918454647,0.32733073830604553,0.821444496512413,718.0,183808.0,2373.249901422998,11763712.0 +291.4,6.0,4916.0,0.013050082139670849,0.1576334685087204,2.0197644233703613,-0.0157149750739336,0.28768184781074524,0.8309675604104996,719.0,184064.0,2376.5834445231594,11780096.0 +332.46,5.400000095367432,5153.0,0.011879682540893555,0.14141845703125,2.0220139026641846,-0.018581727519631386,0.3058984577655792,0.8405135720968246,720.0,184320.0,2379.763197303051,11796480.0 +314.57,5.5,4979.0,0.013804345391690731,0.16302490234375,1.9995473623275757,-0.016754180192947388,0.31316277384757996,0.837591752409935,721.0,184576.0,2383.054417608073,11812864.0 +309.64,5.599999904632568,5081.0,0.013102654367685318,0.1401163786649704,1.9738941192626953,-0.01578078605234623,0.33873942494392395,0.8245769143104553,722.0,184832.0,2386.2797168530524,11829248.0 +340.9,5.0,5152.0,0.012623012065887451,0.1434122771024704,1.9906765222549438,-0.01779201067984104,0.33959007263183594,0.8107325732707977,723.0,185088.0,2389.4603360581677,11845632.0 +277.6,5.699999809265137,5067.0,0.012586269527673721,0.154296875,2.0211780071258545,-0.015715189278125763,0.3927323818206787,0.809971272945404,724.0,185344.0,2392.69425067096,11862016.0 +291.27,5.5,5056.0,0.012979306280612946,0.152099609375,2.0273654460906982,-0.01417551189661026,0.3934973180294037,0.8156982958316803,725.0,185600.0,2395.935447409982,11878400.0 +319.31,5.099999904632568,5004.0,0.012491616420447826,0.1427205353975296,2.071890115737915,-0.016491981223225594,0.3657374382019043,0.8232130110263824,726.0,185856.0,2399.2099916141015,11894784.0 +282.82,5.099999904632568,4855.0,0.012002739124000072,0.1351114958524704,2.0746867656707764,-0.018279530107975006,0.3987380266189575,0.8280417174100876,727.0,186112.0,2402.5847427621484,11911168.0 +224.75,6.199999809265137,4812.0,0.01092491950839758,0.1375325471162796,2.086371660232544,-0.015365521423518658,0.5153062343597412,0.7725861370563507,728.0,186368.0,2405.9897044901736,11927552.0 +298.39,6.099999904632568,4903.0,0.010689787566661835,0.13067626953125,2.086191177368164,-0.015878306701779366,0.4025771915912628,0.7784735411405563,729.0,186624.0,2409.331702683121,11943936.0 +318.18,6.099999904632568,4929.0,0.012593474239110947,0.15020751953125,2.028822898864746,-0.01826605759561062,0.2942282259464264,0.8553133010864258,730.0,186880.0,2412.6558601630386,11960320.0 +292.69,5.5,4992.0,0.013849389739334583,0.1583455353975296,2.0229523181915283,-0.015409387648105621,0.3809468448162079,0.7568724006414413,731.0,187136.0,2415.93815443106,11976704.0 +327.61,4.900000095367432,4979.0,0.014313868246972561,0.1530965119600296,2.0040948390960693,-0.014216157607734203,0.4187849462032318,0.7673483341932297,732.0,187392.0,2419.2289972901344,11993088.0 +376.7,4.599999904632568,5185.0,0.01153868529945612,0.1220296248793602,2.0366342067718506,-0.015554686076939106,0.38780561089515686,0.7681749910116196,733.0,187648.0,2422.3894945599604,12009472.0 +296.39,5.0,5132.0,0.013651051558554173,0.15869140625,2.0163209438323975,-0.01570998691022396,0.38793322443962097,0.8084453791379929,734.0,187904.0,2425.5821141400374,12025856.0 +270.16,5.5,5218.0,0.01367262378334999,0.1580403596162796,1.9840229749679565,-0.015988789498806,0.4092352092266083,0.7880631238222122,735.0,188160.0,2428.722261734074,12042240.0 +302.44,5.800000190734863,4977.0,0.011449296027421951,0.1357421875,1.9952296018600464,-0.013436590321362019,0.3502316176891327,0.8167580813169479,736.0,188416.0,2432.0152774080634,12058624.0 +301.49,6.199999809265137,5075.0,0.01415056362748146,0.1502482146024704,2.003610849380493,-0.01747625134885311,0.33193421363830566,0.8210091441869736,737.0,188672.0,2435.2441338370554,12075008.0 +302.96,5.900000095367432,4901.0,0.011025344021618366,0.1305338591337204,2.0460822582244873,-0.014805360697209835,0.36808064579963684,0.7842695713043213,738.0,188928.0,2438.5875032739714,12091392.0 +306.76,5.900000095367432,5004.0,0.013348524458706379,0.1634114533662796,2.0477044582366943,-0.01564439944922924,0.31915661692619324,0.79774010181427,739.0,189184.0,2441.861892002169,12107776.0 +291.87,5.699999809265137,4999.0,0.012914721854031086,0.1394246369600296,1.9818280935287476,-0.016087783500552177,0.35483166575431824,0.7885324954986572,740.0,189440.0,2445.139444617089,12124160.0 +296.66,6.099999904632568,5120.0,0.011295379139482975,0.1317545622587204,1.9245299100875854,-0.015195094048976898,0.3775388300418854,0.8289386630058289,741.0,189696.0,2448.340054457076,12140544.0 +310.8,6.099999904632568,5307.0,0.013420164585113525,0.15057373046875,1.9939814805984497,-0.015517320483922958,0.29493382573127747,0.8104501962661743,742.0,189952.0,2451.4281276420224,12156928.0 +331.73,5.199999809265137,5309.0,0.011798386462032795,0.1379191130399704,1.9691849946975708,-0.014470976777374744,0.42295515537261963,0.7879632264375687,743.0,190208.0,2454.514887603,12173312.0 +287.82,5.599999904632568,5305.0,0.013994195498526096,0.1724446564912796,1.9871563911437988,-0.01616091839969158,0.35641488432884216,0.8190511018037796,744.0,190464.0,2457.603436791105,12189696.0 +254.14,5.900000095367432,5280.0,0.012011290527880192,0.1342976838350296,1.9547643661499023,-0.016512928530573845,0.3943077623844147,0.8140906542539597,745.0,190720.0,2460.7069138220977,12206080.0 +218.0,6.5,5344.0,0.011282573454082012,0.1279296875,2.010427236557007,-0.0149037204682827,0.3765554130077362,0.8369960933923721,746.0,190976.0,2463.773055287078,12222464.0 +245.97,5.400000095367432,5034.0,0.014390441589057446,0.15606689453125,1.9668270349502563,-0.01608378253877163,0.560901939868927,0.7393355667591095,747.0,191232.0,2467.028501390014,12238848.0 +220.58,6.0,5161.0,0.012470309622585773,0.1440836638212204,1.9705772399902344,-0.01587934046983719,0.4650658667087555,0.8051684498786926,748.0,191488.0,2470.203395255143,12255232.0 +217.95,6.699999809265137,5303.0,0.010789047926664352,0.1241251602768898,1.9894156455993652,-0.013696003705263138,0.43848681449890137,0.8332456797361374,749.0,191744.0,2473.293788965093,12271616.0 +221.03,6.400000095367432,5223.0,0.013087056577205658,0.14385986328125,1.9760469198226929,-0.015772011131048203,0.46191808581352234,0.763581246137619,750.0,192000.0,2476.4308650780004,12288000.0 +234.19,6.099999904632568,5005.0,0.011892753653228283,0.1397908478975296,1.9661293029785156,-0.015180584974586964,0.37119996547698975,0.8439126908779144,751.0,192256.0,2479.7048960169777,12304384.0 +272.12,6.099999904632568,4949.0,0.011882214806973934,0.1383870393037796,1.938524842262268,-0.017810828983783722,0.3949723541736603,0.7834068536758423,752.0,192512.0,2483.015634159092,12320768.0 +264.04,6.300000190734863,5031.0,0.014869514852762222,0.1685994416475296,1.8729993104934692,-0.016889143735170364,0.4354619085788727,0.8252341002225876,753.0,192768.0,2486.2727933651768,12337152.0 +254.13,6.5,5092.0,0.013325362466275692,0.1599528044462204,1.9400334358215332,-0.015810249373316765,0.3367219865322113,0.8253118395805359,754.0,193024.0,2489.4910711389966,12353536.0 +320.3,5.400000095367432,4939.0,0.0115208113566041,0.1405436247587204,2.0319864749908447,-0.014966889284551144,0.3095416724681854,0.8182691484689713,755.0,193280.0,2492.8084274169523,12369920.0 +302.9,5.699999809265137,5019.0,0.01136025507003069,0.12432861328125,2.004783868789673,-0.015446681529283524,0.37593552470207214,0.8238819688558578,756.0,193536.0,2496.0732558630407,12386304.0 +296.4,5.800000190734863,4868.0,0.014472727663815022,0.1625569611787796,1.9382089376449585,-0.015894435346126556,0.4216967523097992,0.7936230897903442,757.0,193792.0,2499.439136618981,12402688.0 +299.41,5.199999809265137,4991.0,0.012288191355764866,0.1339111328125,1.9263683557510376,-0.014532049186527729,0.43825677037239075,0.7580812722444534,758.0,194048.0,2502.7219311441295,12419072.0 +252.01,6.099999904632568,4893.0,0.012720069848001003,0.156005859375,1.9889650344848633,-0.013515128754079342,0.3312780559062958,0.7998072654008865,759.0,194304.0,2506.0707432811614,12435456.0 +285.46,6.199999809265137,5002.0,0.013984974473714828,0.1562906950712204,1.9821306467056274,-0.017964990809559822,0.33899131417274475,0.7747428119182587,760.0,194560.0,2509.346757552121,12451840.0 +255.06,5.5,4986.0,0.014129997231066227,0.158935546875,1.9636143445968628,-0.016681227833032608,0.4401162564754486,0.778279721736908,761.0,194816.0,2512.6333271050826,12468224.0 +247.83,5.699999809265137,5095.0,0.013812306337058544,0.159912109375,1.9629510641098022,-0.015795597806572914,0.44568368792533875,0.7804912030696869,762.0,195072.0,2515.8493416809943,12484608.0 +248.61,5.5,5255.0,0.01342888455837965,0.1528116911649704,1.927765965461731,-0.015440371818840504,0.35025811195373535,0.8148107677698135,763.0,195328.0,2518.967769985087,12500992.0 +262.87,6.0,4867.0,0.011467155069112778,0.13531494140625,1.975477695465088,-0.016002682968974113,0.3854672610759735,0.8164650797843933,764.0,195584.0,2522.3350458899513,12517376.0 +238.16,6.099999904632568,5032.0,0.014570954255759716,0.16925048828125,1.9744209051132202,-0.017381103709340096,0.373545378446579,0.8190809339284897,765.0,195840.0,2525.591655767057,12533760.0 +265.8,6.400000095367432,5135.0,0.016086319461464882,0.1891886442899704,1.9595543146133423,-0.01588207297027111,0.3273475170135498,0.8419646322727203,766.0,196096.0,2528.7835280629806,12550144.0 +285.04,6.5,5162.0,0.012372545897960663,0.1508585661649704,1.9681414365768433,-0.014475804753601551,0.38750484585762024,0.8067063689231873,767.0,196352.0,2531.9577491930686,12566528.0 +246.91,5.900000095367432,4821.0,0.012698846869170666,0.1402587890625,1.9419525861740112,-0.01654045842587948,0.5435290932655334,0.7272013425827026,768.0,196608.0,2535.3568435839843,12582912.0 +217.18,5.699999809265137,5090.0,0.011250163428485394,0.1382242888212204,1.98714017868042,-0.0157233327627182,0.36130109429359436,0.811782643198967,769.0,196864.0,2538.576206748141,12599296.0 +219.32,5.199999809265137,4897.0,0.013276863843202591,0.1452840119600296,1.9927834272384644,-0.015907594934105873,0.31542161107063293,0.838407039642334,770.0,197120.0,2541.9225468710065,12615680.0 +279.92,4.599999904632568,4867.0,0.010040468536317348,0.1192220076918602,2.0163888931274414,-0.013472676277160645,0.27559003233909607,0.8561905175447464,771.0,197376.0,2545.2892359921243,12632064.0 +346.63,4.699999809265137,4858.0,0.010522698052227497,0.1160888671875,2.0472233295440674,-0.016522586345672607,0.43548333644866943,0.7687198668718338,772.0,197632.0,2548.662495759083,12648448.0 +288.45,5.699999809265137,4992.0,0.0116267753764987,0.1321614533662796,2.0096991062164307,-0.015858793631196022,0.33857491612434387,0.8101072013378143,773.0,197888.0,2551.945947623113,12664832.0 +317.87,5.300000190734863,5006.0,0.012989073991775513,0.154296875,2.043884515762329,-0.018791822716593742,0.32904157042503357,0.8036055266857147,774.0,198144.0,2555.2192362579517,12681216.0 +301.47,5.5,4801.0,0.012724261730909348,0.1501057893037796,2.0159051418304443,-0.015851862728595734,0.3076958954334259,0.838205873966217,775.0,198400.0,2558.6328182171565,12697600.0 +341.37,5.800000190734863,4996.0,0.013559285551309586,0.15789794921875,2.0548346042633057,-0.017918508499860764,0.2359851747751236,0.8310440480709076,776.0,198656.0,2561.912446200149,12713984.0 +349.56,6.5,5127.0,0.011909372173249722,0.1533203125,2.0190303325653076,-0.015287156216800213,0.3464280068874359,0.8462092876434326,777.0,198912.0,2565.1087359141093,12730368.0 +303.11,6.300000190734863,5017.0,0.011435277760028839,0.1429443359375,1.9482874870300293,-0.01607021503150463,0.3727123737335205,0.8228168338537216,778.0,199168.0,2568.374976136023,12746752.0 +318.59,5.599999904632568,5073.0,0.012322192080318928,0.1390584260225296,2.0007121562957764,-0.01342132780700922,0.339589923620224,0.7785117775201797,779.0,199424.0,2571.605340098962,12763136.0 +335.78,5.699999809265137,4976.0,0.01402736734598875,0.1617431640625,1.9961713552474976,-0.01634872332215309,0.38832923769950867,0.7893853187561035,780.0,199680.0,2574.898222177988,12779520.0 +276.7,6.599999904632568,4999.0,0.013244614005088806,0.1513264924287796,2.0525143146514893,-0.01615344174206257,0.2946418225765228,0.8272434026002884,781.0,199936.0,2578.1765048061498,12795904.0 +315.0,5.699999809265137,5010.0,0.013051114976406097,0.1480712890625,2.061129093170166,-0.016649244353175163,0.2723538279533386,0.81111940741539,782.0,200192.0,2581.447728140047,12812288.0 +370.66,5.099999904632568,4894.0,0.012813284993171692,0.15155029296875,2.0235862731933594,-0.01551028247922659,0.32936954498291016,0.8134931325912476,783.0,200448.0,2584.7957885300275,12828672.0 +309.41,5.900000095367432,4827.0,0.010085723362863064,0.1171671524643898,2.0144565105438232,-0.01584346778690815,0.28958308696746826,0.8183017075061798,784.0,200704.0,2588.190664210124,12845056.0 +293.74,5.800000190734863,5064.0,0.013151329942047596,0.1470540314912796,2.0831570625305176,-0.015019861049950123,0.31347134709358215,0.7744232565164566,785.0,200960.0,2591.4266626210883,12861440.0 +341.79,5.300000190734863,4870.0,0.013957935385406017,0.1505126953125,2.110109567642212,-0.017978886142373085,0.1971197873353958,0.8174818903207779,786.0,201216.0,2594.791245252127,12877824.0 +376.22,4.900000095367432,5026.0,0.011812995187938213,0.1359456330537796,2.068469762802124,-0.01502492930740118,0.21258823573589325,0.849885880947113,787.0,201472.0,2598.0517137660645,12894208.0 +374.75,4.900000095367432,4859.0,0.02147897332906723,0.1625569611787796,2.1019020080566406,-0.014944344758987427,0.31383469700813293,0.8120284080505371,788.0,201728.0,2601.424412586959,12910592.0 +349.65,5.0,4656.0,0.014080124907195568,0.1559244841337204,2.022021770477295,-0.01707562617957592,0.42620372772216797,0.8044688701629639,789.0,201984.0,2604.9438598291017,12926976.0 +340.26,5.099999904632568,4725.0,0.01211952418088913,0.1420084685087204,2.052781820297241,-0.016666339710354805,0.32282188534736633,0.8165272176265717,790.0,202240.0,2608.4116447770502,12943360.0 +329.31,5.199999809265137,5163.0,0.01299691665917635,0.1574503630399704,2.0654072761535645,-0.01563204824924469,0.22922563552856445,0.8033153414726257,791.0,202496.0,2611.587036109064,12959744.0 +357.85,5.099999904632568,5255.0,0.015653135254979134,0.1422526091337204,2.0308454036712646,-0.011280196718871593,0.18389225006103516,0.8387586176395416,792.0,202752.0,2614.705499489093,12976128.0 +450.3,4.699999809265137,5348.0,0.01191155519336462,0.1426798552274704,2.0412724018096924,-0.01350856851786375,0.24093274772167206,0.8292888700962067,793.0,203008.0,2617.769629794173,12992512.0 +497.5,4.900000095367432,4924.0,0.011978299356997013,0.145751953125,2.0491585731506348,-0.014103800058364868,0.31695756316185,0.8208232820034027,794.0,203264.0,2621.0976170389913,13008896.0 +451.11,5.099999904632568,5124.0,0.01254862081259489,0.13079833984375,2.0484445095062256,-0.014959833584725857,0.2610074281692505,0.815036952495575,795.0,203520.0,2624.295387113001,13025280.0 +401.84,5.099999904632568,5165.0,0.012141958810389042,0.1460164338350296,2.0776121616363525,-0.012381604872643948,0.25988540053367615,0.8171331286430359,796.0,203776.0,2627.468055333011,13041664.0 +387.45,5.400000095367432,5129.0,0.011076421476900578,0.132080078125,2.067925453186035,-0.01410833839327097,0.37514492869377136,0.7872223258018494,797.0,204032.0,2630.6629983880557,13058048.0 +352.62,5.900000095367432,5164.0,0.014843841083347797,0.1817830353975296,2.0523831844329834,-0.01439551543444395,0.4304161071777344,0.7934405654668808,798.0,204288.0,2633.8361310930923,13074432.0 +266.22,6.800000190734863,4887.0,0.012946191243827343,0.1565755158662796,2.042322874069214,-0.018003838136792183,0.3117174804210663,0.8222066313028336,799.0,204544.0,2637.1888255290687,13090816.0 +264.22,6.5,5079.0,0.010320997796952724,0.1249593123793602,2.0529744625091553,-0.013821852393448353,0.28729310631752014,0.8287526369094849,800.0,204800.0,2640.4148246101104,13107200.0 +301.0,5.900000095367432,4864.0,0.015288528986275196,0.17462158203125,2.0670278072357178,-0.015628356486558914,0.2770453691482544,0.8369884192943573,801.0,205056.0,2643.783666385105,13123584.0 +327.51,5.199999809265137,4748.0,0.011926844716072083,0.14794921875,2.0614006519317627,-0.015863580629229546,0.37613046169281006,0.7950200885534286,802.0,205312.0,2647.2344643489923,13139968.0 +280.6,5.800000190734863,4950.0,0.011582303792238235,0.1429036408662796,2.0657989978790283,-0.015516423620283604,0.3329738676548004,0.8145932257175446,803.0,205568.0,2650.5446339841,13156352.0 +306.18,5.599999904632568,4958.0,0.013739357702434063,0.1617838591337204,2.057713747024536,-0.01714632473886013,0.30041101574897766,0.819475531578064,804.0,205824.0,2653.8494290739764,13172736.0 +388.26,4.900000095367432,5251.0,0.014210724271833897,0.1697591096162796,2.069183588027954,-0.015902822837233543,0.2522350549697876,0.8340349346399307,805.0,206080.0,2656.97011800413,13189120.0 +362.56,5.5,5200.0,0.013833705335855484,0.1583658903837204,2.0393295288085938,-0.014772382564842701,0.2848331034183502,0.8266847729682922,806.0,206336.0,2660.121324618114,13205504.0 +299.65,5.699999809265137,5134.0,0.014582169242203236,0.1577555388212204,2.0193042755126953,-0.016451360657811165,0.3436097800731659,0.8020366877317429,807.0,206592.0,2663.3132177931257,13221888.0 +354.06,5.300000190734863,4850.0,0.012796569615602493,0.1528523713350296,2.0416343212127686,-0.016924234107136726,0.34187331795692444,0.8413884043693542,808.0,206848.0,2666.691503198119,13238272.0 +316.32,5.599999904632568,4925.0,0.013521146960556507,0.1611328125,2.05088210105896,-0.016873231157660484,0.3174230754375458,0.8416267037391663,809.0,207104.0,2670.0184029079974,13254656.0 +289.46,5.900000095367432,4989.0,0.015352927148342133,0.1815388947725296,2.00594162940979,-0.01632511429488659,0.3596371114253998,0.8354266881942749,810.0,207360.0,2673.3025109600276,13271040.0 +321.31,5.800000190734863,5003.0,0.012774113565683365,0.1596476286649704,1.995216727256775,-0.013711567036807537,0.29646173119544983,0.8323519229888916,811.0,207616.0,2676.5776376691647,13287424.0 +345.33,5.599999904632568,5109.0,0.011985380202531815,0.1457926481962204,2.0160887241363525,-0.014880315400660038,0.33444690704345703,0.8198932111263275,812.0,207872.0,2679.7850780230947,13303808.0 +346.54,5.800000190734863,5182.0,0.013149898499250412,0.1549072265625,1.9613747596740723,-0.016345612704753876,0.27196764945983887,0.8438428789377213,813.0,208128.0,2682.9469961051363,13320192.0 +365.64,5.5,4960.0,0.014640413224697113,0.1578572541475296,2.012178659439087,-0.014279671013355255,0.2767547369003296,0.8102182298898697,814.0,208384.0,2686.2509140700568,13336576.0 +402.57,4.900000095367432,4794.0,0.01247159019112587,0.1497395783662796,2.0336883068084717,-0.018466880545020103,0.20473425090312958,0.8305001705884933,815.0,208640.0,2689.66864552116,13352960.0 +428.34,4.900000095367432,4811.0,0.012936572544276714,0.1535847932100296,2.036259889602661,-0.015674902126193047,0.318729430437088,0.8077424466609955,816.0,208896.0,2693.074722212972,13369344.0 +418.81,4.800000190734863,4765.0,0.01108398288488388,0.1303914338350296,2.04345965385437,-0.01356877014040947,0.2988591492176056,0.7725587487220764,817.0,209152.0,2696.513902008068,13385728.0 +416.98,5.0,4796.0,0.01181665901094675,0.1437581330537796,2.0191686153411865,-0.01397769432514906,0.2050551176071167,0.8600918799638748,818.0,209408.0,2699.9303379091434,13402112.0 +421.16,4.400000095367432,4911.0,0.013421960175037384,0.1564534455537796,1.9866076707839966,-0.016418732702732086,0.2876819670200348,0.7962770313024521,819.0,209664.0,2703.267108791042,13418496.0 +387.53,5.599999904632568,4859.0,0.01084471121430397,0.1301676481962204,1.983286738395691,-0.014587887562811375,0.25676777958869934,0.8574384152889252,820.0,209920.0,2706.639609392965,13434880.0 +380.57,6.199999809265137,4858.0,0.012393568642437458,0.15087890625,1.9789109230041504,-0.015210009180009365,0.28349894285202026,0.8315414041280746,821.0,210176.0,2710.012237847084,13451264.0 +388.67,6.099999904632568,4917.0,0.014348027296364307,0.1724853515625,1.9649872779846191,-0.015352674759924412,0.37796398997306824,0.7762066423892975,822.0,210432.0,2713.344428934157,13467648.0 +326.07,6.300000190734863,4933.0,0.010864224284887314,0.1311442106962204,1.9892010688781738,-0.014362317509949207,0.33530673384666443,0.8135177046060562,823.0,210688.0,2716.6665481671225,13484032.0 +326.72,6.0,4838.0,0.011778309009969234,0.1356404572725296,2.0113632678985596,-0.013289529830217361,0.3217896521091461,0.7895384877920151,824.0,210944.0,2720.053775190143,13500416.0 +315.55,5.900000095367432,4922.0,0.013570615090429783,0.15325927734375,1.9871374368667603,-0.01584574766457081,0.3391321897506714,0.8074538111686707,825.0,211200.0,2723.3829687351827,13516800.0 +309.23,6.0,3466.0,0.01267535611987114,0.144775390625,2.0020649433135986,-0.01541522890329361,0.32417336106300354,0.8185872137546539,826.0,211456.0,2728.1100756700616,13533184.0 +329.73,5.900000095367432,4823.0,0.01334421057254076,0.1574300080537796,2.007383108139038,-0.016754209995269775,0.320615291595459,0.8370115607976913,827.0,211712.0,2731.508235440124,13549568.0 +325.03,6.300000190734863,4797.0,0.011758395470678806,0.1432291716337204,1.9617013931274414,-0.016563354060053825,0.27250394225120544,0.8447717577219009,828.0,211968.0,2734.924747727113,13565952.0 +308.7,6.400000095367432,4789.0,0.01365845650434494,0.1578369140625,1.9756011962890625,-0.014359600841999054,0.29187044501304626,0.8372679203748703,829.0,212224.0,2738.346306074178,13582336.0 +322.78,5.599999904632568,4773.0,0.016697099432349205,0.1731363981962204,1.9887489080429077,-0.016354000195860863,0.2958219051361084,0.8393646776676178,830.0,212480.0,2741.7821934071835,13598720.0 +320.03,5.5,4895.0,0.014706186018884182,0.167724609375,2.0253894329071045,-0.014981820248067379,0.27755820751190186,0.8669278174638748,831.0,212736.0,2745.1298440559767,13615104.0 +297.93,5.400000095367432,4889.0,0.013921060599386692,0.16064453125,2.004926919937134,-0.013167993165552616,0.21739493310451508,0.8570838421583176,832.0,212992.0,2748.4813511080574,13631488.0 +333.34,4.900000095367432,4984.0,0.016156846657395363,0.1685791015625,2.0352113246917725,-0.015653805807232857,0.2496185153722763,0.8311478495597839,833.0,213248.0,2751.7689875389915,13647872.0 +361.43,4.900000095367432,4943.0,0.01469848956912756,0.1612345427274704,2.0341382026672363,-0.014875506050884724,0.3900086581707001,0.8034652918577194,834.0,213504.0,2755.0843823151663,13664256.0 +302.56,5.5,5271.0,0.013307086192071438,0.1544596403837204,2.036391258239746,-0.01409696415066719,0.3952186107635498,0.7896742671728134,835.0,213760.0,2758.1933122500777,13680640.0 +309.71,5.5,5174.0,0.011826164089143276,0.1365559846162796,2.0290892124176025,-0.015378139913082123,0.39165520668029785,0.813886359333992,836.0,214016.0,2761.360891117016,13697024.0 +309.37,6.0,5119.0,0.014126177877187729,0.15826416015625,2.067723035812378,-0.015892283990979195,0.31221383810043335,0.8193863928318024,837.0,214272.0,2764.5621655690484,13713408.0 +305.98,6.199999809265137,4724.0,0.013376444578170776,0.1601765900850296,2.075350761413574,-0.01276786345988512,0.29665908217430115,0.8546717613935471,838.0,214528.0,2768.03115915996,13729792.0 +348.71,5.699999809265137,5101.0,0.014634087681770325,0.15924072265625,2.0640766620635986,-0.01615469716489315,0.3559907376766205,0.8212956935167313,839.0,214784.0,2771.243923657108,13746176.0 +321.4,5.699999809265137,5184.0,0.011969786137342453,0.13677978515625,2.04883074760437,-0.014020134694874287,0.3343938887119293,0.8312400579452515,840.0,215040.0,2774.4046412070747,13762560.0 +320.79,5.400000095367432,5170.0,0.011980924755334854,0.1436360627412796,2.075437068939209,-0.015421144664287567,0.25876080989837646,0.8320500552654266,841.0,215296.0,2777.573939647991,13778944.0 +356.59,4.800000190734863,5106.0,0.01341775432229042,0.1451822966337204,2.097837448120117,-0.013517784886062145,0.1978110820055008,0.8335078954696655,842.0,215552.0,2780.78352536913,13795328.0 +363.89,5.400000095367432,5164.0,0.014735392294824123,0.177001953125,2.0557403564453125,-0.016505727544426918,0.23103313148021698,0.8485466688871384,843.0,215808.0,2783.9569223721046,13811712.0 +422.78,5.199999809265137,5011.0,0.013295665383338928,0.1594034880399704,2.054745674133301,-0.012383743189275265,0.2930397093296051,0.82862688601017,844.0,216064.0,2787.2269492391497,13828096.0 +375.52,5.599999904632568,5123.0,0.013880058191716671,0.1568806916475296,2.041883945465088,-0.01768246479332447,0.3655203580856323,0.8008583784103394,845.0,216320.0,2790.4252500850707,13844480.0 +303.79,5.599999904632568,5181.0,0.014524289406836033,0.1648762971162796,2.0409672260284424,-0.014104886911809444,0.24679742753505707,0.8404856622219086,846.0,216576.0,2793.5876951140817,13860864.0 +299.75,5.699999809265137,5158.0,0.0123222591355443,0.1438395231962204,2.0526881217956543,-0.013163815252482891,0.2635680139064789,0.8236609101295471,847.0,216832.0,2796.764792553149,13877248.0 +407.06,5.199999809265137,4973.0,0.01338792871683836,0.1472371369600296,2.0560669898986816,-0.016638854518532753,0.226884663105011,0.8385663777589798,848.0,217088.0,2800.059509658953,13893632.0 +402.84,5.199999809265137,5056.0,0.01605392061173916,0.1812947541475296,2.0583202838897705,-0.012295439839363098,0.3339976966381073,0.800943911075592,849.0,217344.0,2803.3006547200494,13910016.0 +343.22,5.199999809265137,5101.0,0.013414211571216583,0.1531982421875,2.014847993850708,-0.013306734152138233,0.3077678978443146,0.8364134430885315,850.0,217600.0,2806.5131282310467,13926400.0 +354.28,5.099999904632568,4885.0,0.015036952681839466,0.1643473356962204,2.0616400241851807,-0.015278021804988384,0.24716120958328247,0.8652962148189545,851.0,217856.0,2809.867614230141,13942784.0 +378.46,5.300000190734863,5004.0,0.01456288993358612,0.1645914763212204,2.059094190597534,-0.016849888488650322,0.28170785307884216,0.8447691947221756,852.0,218112.0,2813.142287460156,13959168.0 +365.15,5.599999904632568,5073.0,0.013728111051023006,0.1563517302274704,2.06325364112854,-0.015832575038075447,0.2783983647823334,0.8631527274847031,853.0,218368.0,2816.372898760019,13975552.0 +395.56,5.300000190734863,5017.0,0.012239052914083004,0.1452229768037796,2.1220943927764893,-0.015019390732049942,0.12965057790279388,0.8890052959322929,854.0,218624.0,2819.6392053039744,13991936.0 +423.07,5.0,5145.0,0.013561961241066456,0.1521199494600296,2.1078884601593018,-0.014524325728416443,0.24919454753398895,0.8175364136695862,855.0,218880.0,2822.8241985191125,14008320.0 +378.52,4.900000095367432,5050.0,0.015589877031743526,0.1698201447725296,2.058804988861084,-0.016609763726592064,0.3875027894973755,0.7921655625104904,856.0,219136.0,2826.0691910439637,14024704.0 +323.18,5.599999904632568,5040.0,0.014684242196381092,0.1668904572725296,2.074615240097046,-0.014457386918365955,0.2816925346851349,0.8080249428749084,857.0,219392.0,2829.3207617690787,14041088.0 +318.96,6.300000190734863,4990.0,0.011059760116040707,0.1361287385225296,2.0388944149017334,-0.01568908803164959,0.3443470299243927,0.8238628506660461,858.0,219648.0,2832.604465956101,14057472.0 +316.45,6.0,4990.0,0.014043333940207958,0.16619873046875,2.033149480819702,-0.014170532114803791,0.2653338611125946,0.8142110407352448,859.0,219904.0,2835.888400380034,14073856.0 +344.23,5.800000190734863,4858.0,0.012775781564414501,0.14813232421875,1.993350863456726,-0.016941012814641,0.35657837986946106,0.8207880854606628,860.0,220160.0,2839.2612924161367,14090240.0 +329.82,6.0,4888.0,0.014891453087329865,0.1556599885225296,1.9660558700561523,-0.014512498863041401,0.3705108165740967,0.8112145513296127,861.0,220416.0,2842.6138866031542,14106624.0 +304.61,5.699999809265137,4859.0,0.01157023012638092,0.1321614533662796,2.0196197032928467,-0.01503482460975647,0.3427950441837311,0.7996419221162796,862.0,220672.0,2845.9859929280356,14123008.0 +299.84,5.699999809265137,4833.0,0.012125280685722828,0.1407063752412796,2.051129102706909,-0.01520511507987976,0.3295545279979706,0.8150202333927155,863.0,220928.0,2849.376765714027,14139392.0 +301.69,6.199999809265137,4930.0,0.01181401964277029,0.13427734375,2.0346553325653076,-0.015377148985862732,0.3964410722255707,0.8354205340147018,864.0,221184.0,2852.701060760068,14155776.0 +297.62,6.599999904632568,4985.0,0.010825666598975658,0.1212972030043602,1.985899567604065,-0.014876225031912327,0.42233678698539734,0.8107952326536179,865.0,221440.0,2855.987928061979,14172160.0 +314.51,6.300000190734863,4779.0,0.012381172738969326,0.1472371369600296,2.0363857746124268,-0.01327324379235506,0.2967296540737152,0.857138991355896,866.0,221696.0,2859.4172948221676,14188544.0 +276.59,6.199999809265137,4876.0,0.015262329019606113,0.1677653044462204,1.9922690391540527,-0.01506074145436287,0.4177771508693695,0.7914888113737106,867.0,221952.0,2862.778108902974,14204928.0 +318.24,5.800000190734863,4959.0,0.014014308340847492,0.1634928435087204,1.999928593635559,-0.015832727774977684,0.22630710899829865,0.8605449944734573,868.0,222208.0,2866.082169128116,14221312.0 +353.75,5.199999809265137,4961.0,0.012684214860200882,0.1465657502412796,1.984110951423645,-0.015155754052102566,0.3776822090148926,0.7891356348991394,869.0,222464.0,2869.385307893157,14237696.0 +267.1,5.699999809265137,5070.0,0.013539801351726055,0.1573486328125,1.958952784538269,-0.014908988028764725,0.3850649893283844,0.7947833836078644,870.0,222720.0,2872.617670239182,14254080.0 +274.3,6.099999904632568,4953.0,0.013064675033092499,0.15240478515625,2.012688398361206,-0.013750615529716015,0.27595779299736023,0.8125826269388199,871.0,222976.0,2875.926018455066,14270464.0 +334.79,5.5,5098.0,0.012530957348644733,0.1462605744600296,1.9966870546340942,-0.015199362300336361,0.34561458230018616,0.7961871922016144,872.0,223232.0,2879.1402476930525,14286848.0 +358.03,5.0,5152.0,0.011586479842662811,0.1390787810087204,2.037201166152954,-0.01508035883307457,0.17494840919971466,0.8587324917316437,873.0,223488.0,2882.321370383026,14303232.0 +353.47,5.400000095367432,5080.0,0.012016230262815952,0.14208984375,2.0255303382873535,-0.015678515657782555,0.3964388370513916,0.7822075039148331,874.0,223744.0,2885.5471396711655,14319616.0 +303.79,6.0,4949.0,0.012936476618051529,0.1349283903837204,2.001483201980591,-0.015402867458760738,0.41334816813468933,0.8183867782354355,875.0,224000.0,2888.8588532570284,14336000.0 +332.82,5.900000095367432,4922.0,0.011445053853094578,0.1345418244600296,2.0538647174835205,-0.011782395653426647,0.2916009724140167,0.8341006338596344,876.0,224256.0,2892.1882563689724,14352384.0 +360.25,6.099999904632568,5034.0,0.014258574694395065,0.1351114958524704,2.008789300918579,-0.013520018197596073,0.30765265226364136,0.7920581698417664,877.0,224512.0,2895.4430532399565,14368768.0 +378.27,5.400000095367432,5140.0,0.011980819515883923,0.12908935546875,2.0672709941864014,-0.01405318919569254,0.22602121531963348,0.8239291161298752,878.0,224768.0,2898.6309962391388,14385152.0 +442.72,4.900000095367432,4977.0,0.013319681398570538,0.1476643830537796,2.0381312370300293,-0.01358825620263815,0.22605346143245697,0.8371283262968063,879.0,225024.0,2901.923764545005,14401536.0 +480.83,4.300000190734863,4785.0,0.014103609137237072,0.1598714143037796,2.0460007190704346,-0.013806709088385105,0.2443610429763794,0.8239099532365799,880.0,225280.0,2905.348067478044,14417920.0 +474.94,4.400000095367432,4877.0,0.01389209646731615,0.1559855192899704,2.018657922744751,-0.012885530479252338,0.2579745054244995,0.854841485619545,881.0,225536.0,2908.708175799111,14434304.0 +415.44,5.199999809265137,4651.0,0.013360343873500824,0.1645100861787796,2.04533314704895,-0.013718602247536182,0.25524774193763733,0.869320422410965,882.0,225792.0,2912.2317344739567,14450688.0 +394.5,5.199999809265137,4894.0,0.013418342918157578,0.1444905549287796,2.054680824279785,-0.014306367374956608,0.3161691129207611,0.8463713824748993,883.0,226048.0,2915.580169421155,14467072.0 +387.84,5.099999904632568,4885.0,0.016729392111301422,0.17181396484375,2.0422563552856445,-0.013815131969749928,0.3322612941265106,0.8287584483623505,884.0,226304.0,2918.9351771869697,14483456.0 +320.89,5.699999809265137,4879.0,0.012329158373177052,0.1414794921875,2.042091131210327,-0.01464534830302,0.38364747166633606,0.8213498592376709,885.0,226560.0,2922.29347533104,14499840.0 +251.64,6.400000095367432,5214.0,0.014203549362719059,0.15679931640625,2.046675682067871,-0.013979129493236542,0.3153589367866516,0.8186149299144745,886.0,226816.0,2925.436082519125,14516224.0 +304.68,5.300000190734863,5121.0,0.01144991721957922,0.1318359375,2.090233087539673,-0.014702520333230495,0.3535102605819702,0.7619697600603104,887.0,227072.0,2928.636116282083,14532608.0 +263.0,5.900000095367432,4989.0,0.010491031222045422,0.1288859099149704,2.019453287124634,-0.012628890573978424,0.48167136311531067,0.7635226249694824,888.0,227328.0,2931.9208911741152,14548992.0 +278.51,5.900000095367432,4631.0,0.011943978257477283,0.1306355744600296,2.050913095474243,-0.014827263541519642,0.34829142689704895,0.8309448063373566,889.0,227584.0,2935.4588403811213,14565376.0 +318.07,5.199999809265137,4755.0,0.012973848730325699,0.1470743864774704,2.089256525039673,-0.013404528610408306,0.26290491223335266,0.8344195187091827,890.0,227840.0,2938.9049104349688,14581760.0 +342.36,5.099999904632568,4728.0,0.013670939020812511,0.1564534455537796,2.057750940322876,-0.013116064481437206,0.16658630967140198,0.8840159624814987,891.0,228096.0,2942.371862658998,14598144.0 +417.56,4.599999904632568,4694.0,0.014511153101921082,0.1725056916475296,2.014507293701172,-0.015931906178593636,0.2926841378211975,0.845129132270813,892.0,228352.0,2945.8627751960885,14614528.0 +382.95,5.099999904632568,4697.0,0.012187711894512177,0.1424967497587204,2.001024007797241,-0.01570272631943226,0.4249253571033478,0.7831763029098511,893.0,228608.0,2949.351794629125,14630912.0 +338.87,5.300000190734863,4660.0,0.013968412764370441,0.1633097380399704,1.9792455434799194,-0.015556544996798038,0.37828007340431213,0.8133122324943542,894.0,228864.0,2952.868154552998,14647296.0 +304.41,5.699999809265137,4872.0,0.013666804879903793,0.15106201171875,1.9902849197387695,-0.015520420856773853,0.2578822076320648,0.8483603000640869,895.0,229120.0,2956.231573797995,14663680.0 +305.77,6.099999904632568,5008.0,0.01222179178148508,0.1420491486787796,2.008687734603882,-0.01411790493875742,0.26967430114746094,0.8241821825504303,896.0,229376.0,2959.503146002069,14680064.0 +363.92,6.0,4864.0,0.015461220405995846,0.1734415739774704,2.0065529346466064,-0.017224064096808434,0.36461564898490906,0.8334184736013412,897.0,229632.0,2962.8725536260754,14696448.0 +355.42,5.300000190734863,4837.0,0.012985228560864925,0.1515909880399704,2.0487241744995117,-0.01611444540321827,0.27100110054016113,0.8483578264713287,898.0,229888.0,2966.2603952221107,14712832.0 +325.25,5.599999904632568,4837.0,0.011956743896007538,0.1471964567899704,2.059216022491455,-0.014842867851257324,0.20434314012527466,0.883019782602787,899.0,230144.0,2969.6482304451056,14729216.0 +379.38,5.099999904632568,4695.0,0.013757232576608658,0.1559244841337204,2.1219935417175293,-0.014922990463674068,0.22441358864307404,0.8461945950984955,900.0,230400.0,2973.138832964003,14745600.0 +414.63,5.199999809265137,4722.0,0.011782120913267136,0.1388346403837204,2.1434013843536377,-0.01357016060501337,0.2720271050930023,0.8119979202747345,901.0,230656.0,2976.608511444181,14761984.0 +412.16,4.699999809265137,4887.0,0.010547497309744358,0.1258544921875,2.106151819229126,-0.01467935647815466,0.364006906747818,0.7984689325094223,902.0,230912.0,2979.9616912871134,14778368.0 +337.77,5.5,4759.0,0.011341997422277927,0.1333414763212204,2.06950306892395,-0.01583014614880085,0.4408542811870575,0.7951916456222534,903.0,231168.0,2983.404847319005,14794752.0 +302.23,5.900000095367432,5024.0,0.011677603237330914,0.1396891325712204,2.1078851222991943,-0.01692057214677334,0.17794300615787506,0.835250124335289,904.0,231424.0,2986.6661873350386,14811136.0 +302.36,5.800000190734863,5030.0,0.012621249072253704,0.1473185271024704,2.0536625385284424,-0.014618565328419209,0.2814212739467621,0.7892041057348251,905.0,231680.0,2989.924131860025,14827520.0 +364.61,4.900000095367432,5083.0,0.01470420602709055,0.16131591796875,2.0076253414154053,-0.01688883639872074,0.31224510073661804,0.7958984225988388,906.0,231936.0,2993.14794692304,14843904.0 +421.64,4.5,5008.0,0.013305659405887127,0.1575113981962204,2.079693555831909,-0.014659461565315723,0.2578306496143341,0.8306018561124802,907.0,232192.0,2996.4196506051812,14860288.0 +378.44,4.900000095367432,4926.0,0.015607982873916626,0.1491902619600296,2.0582334995269775,-0.015734417364001274,0.3001318573951721,0.8241802752017975,908.0,232448.0,2999.7459979220293,14876672.0 +348.93,5.599999904632568,4956.0,0.013550451956689358,0.1645100861787796,2.073284864425659,-0.014190614223480225,0.26878997683525085,0.8214711844921112,909.0,232704.0,3003.053645692067,14893056.0 +390.07,4.900000095367432,5090.0,0.01259480882436037,0.14312744140625,2.067657232284546,-0.013808979652822018,0.25447964668273926,0.8230159878730774,910.0,232960.0,3006.272931276122,14909440.0 +366.32,4.800000190734863,4900.0,0.0145956976339221,0.1591593474149704,2.0624966621398926,-0.014213702641427517,0.2585752606391907,0.8414728045463562,911.0,233216.0,3009.6172746419907,14925824.0 +356.01,5.400000095367432,4870.0,0.014019015245139599,0.167236328125,2.01446533203125,-0.01612161286175251,0.41011855006217957,0.8004218339920044,912.0,233472.0,3012.9818989869673,14942208.0 +289.61,6.199999809265137,4942.0,0.014585805125534534,0.16802978515625,1.998883605003357,-0.018181907013058662,0.3626626431941986,0.828673705458641,913.0,233728.0,3016.297541528009,14958592.0 +263.85,6.599999904632568,4977.0,0.012604494579136372,0.13909912109375,2.0608670711517334,-0.014642626978456974,0.226365327835083,0.887852743268013,914.0,233984.0,3019.5899622461293,14974976.0 +299.23,6.199999809265137,4918.0,0.013407361693680286,0.1581827849149704,2.0258777141571045,-0.014669965021312237,0.2774263918399811,0.8445408791303635,915.0,234240.0,3022.921918492997,14991360.0 +367.26,5.5,4937.0,0.011811446398496628,0.1363118439912796,2.0255589485168457,-0.014608151279389858,0.3141833245754242,0.8387662321329117,916.0,234496.0,3026.241023007082,15007744.0 +362.75,5.699999809265137,4958.0,0.014151307754218578,0.1623942106962204,2.011998176574707,-0.014783256687223911,0.27779000997543335,0.8467676192522049,917.0,234752.0,3029.546110727126,15024128.0 +375.82,5.099999904632568,4780.0,0.012806770391762257,0.1497599333524704,2.0266313552856445,-0.014621559530496597,0.172610342502594,0.8696184456348419,918.0,235008.0,3032.974094435107,15040512.0 +365.36,5.199999809265137,4915.0,0.01248230505734682,0.14422607421875,2.0312979221343994,-0.01456065196543932,0.33215078711509705,0.8233085125684738,919.0,235264.0,3036.3080364121124,15056896.0 +398.3,5.5,4887.0,0.01255501713603735,0.1374715119600296,2.0452396869659424,-0.01468966156244278,0.23798763751983643,0.8772435188293457,920.0,235520.0,3039.6613672929816,15073280.0 +423.11,5.099999904632568,4630.0,0.01373795885592699,0.1438802033662796,2.030708074569702,-0.01437669899314642,0.3385002613067627,0.829551100730896,921.0,235776.0,3043.2004720929544,15089664.0 +426.05,5.0,4845.0,0.014200367964804173,0.1576945036649704,2.0024287700653076,-0.015439082868397236,0.2726915776729584,0.8531794399023056,922.0,236032.0,3046.5826682820916,15106048.0 +359.95,5.199999809265137,4972.0,0.012568647973239422,0.15087890625,2.0245821475982666,-0.013079837895929813,0.20531810820102692,0.8716890960931778,923.0,236288.0,3049.8781590100843,15122432.0 +420.06,4.900000095367432,5072.0,0.013529854826629162,0.1575724333524704,1.995375633239746,-0.015196857042610645,0.20827151834964752,0.8833774328231812,924.0,236544.0,3053.1093006459996,15138816.0 +436.11,4.699999809265137,4951.0,0.01362826768308878,0.1529134064912796,2.0342397689819336,-0.01502382755279541,0.30398693680763245,0.8337526172399521,925.0,236800.0,3056.418646604987,15155200.0 +421.96,5.5,4950.0,0.013562627136707306,0.1554158478975296,2.063098669052124,-0.014984403736889362,0.2533425986766815,0.8480493873357773,926.0,237056.0,3059.728763086954,15171584.0 +410.01,5.300000190734863,5027.0,0.012965680100023746,0.1517130583524704,2.0689525604248047,-0.013437758199870586,0.23799188435077667,0.8550043851137161,927.0,237312.0,3062.9901642759796,15187968.0 +369.37,5.300000190734863,5119.0,0.013794463127851486,0.1505940705537796,2.0128839015960693,-0.01551142055541277,0.4170754849910736,0.8185196220874786,928.0,237568.0,3066.1910370299593,15204352.0 +345.13,5.699999809265137,5151.0,0.014713838696479797,0.1696573942899704,2.008255958557129,-0.014465094543993473,0.25886353850364685,0.8804471343755722,929.0,237824.0,3069.372313775122,15220736.0 +346.2,6.0,5126.0,0.013144916854798794,0.1591796875,1.9890905618667603,-0.013557377271354198,0.3050897419452667,0.8543975353240967,930.0,238080.0,3072.5697622571606,15237120.0 +364.96,5.699999809265137,5170.0,0.014805462211370468,0.1668294221162796,2.01051926612854,-0.0156527291983366,0.3195570409297943,0.8082782924175262,931.0,238336.0,3075.739433685085,15253504.0 +365.21,5.300000190734863,5276.0,0.014104076661169529,0.1633504182100296,2.046133041381836,-0.015527832321822643,0.2837299406528473,0.8359566926956177,932.0,238592.0,3078.8450003571343,15269888.0 +360.42,5.400000095367432,4842.0,0.013606163673102856,0.1533610075712204,2.0304605960845947,-0.014620515517890453,0.3259302079677582,0.830052986741066,933.0,238848.0,3082.229432444088,15286272.0 +410.81,4.900000095367432,4909.0,0.011783745139837265,0.1363118439912796,2.0835764408111572,-0.014087465591728687,0.32414916157722473,0.8083670437335968,934.0,239104.0,3085.5674844309688,15302656.0 +365.35,5.5,4910.0,0.010705996304750443,0.1270955353975296,2.05214524269104,-0.012220191769301891,0.2225697636604309,0.8826663494110107,935.0,239360.0,3088.9048438330647,15319040.0 +374.23,5.400000095367432,4875.0,0.013415254652500153,0.1518758088350296,2.000257730484009,-0.014367081224918365,0.25768420100212097,0.871077835559845,936.0,239616.0,3092.2666973071173,15335424.0 +377.68,4.900000095367432,4978.0,0.013426046818494797,0.1551717072725296,2.013129234313965,-0.015505470335483551,0.37584546208381653,0.8249167501926422,937.0,239872.0,3095.558109101141,15351808.0 +346.18,5.699999809265137,5015.0,0.012967660091817379,0.1488850861787796,2.0334041118621826,-0.014240499585866928,0.29981401562690735,0.8619904965162277,938.0,240128.0,3098.8255228670314,15368192.0 +319.34,5.900000095367432,4959.0,0.012280265800654888,0.1390177458524704,2.0000126361846924,-0.015189744532108307,0.3408050239086151,0.8474424779415131,939.0,240384.0,3102.1308692521416,15384576.0 +323.1,5.5,4913.0,0.012092247605323792,0.1357625275850296,2.0245120525360107,-0.014455601572990417,0.24457859992980957,0.8431669324636459,940.0,240640.0,3105.4659006230067,15400960.0 +380.41,5.199999809265137,4931.0,0.014095890335738659,0.1398518830537796,1.995016098022461,-0.01303617563098669,0.28905749320983887,0.8514010459184647,941.0,240896.0,3108.788602894172,15417344.0 +354.08,5.599999904632568,4969.0,0.01317682582885027,0.1496785432100296,1.9755558967590332,-0.014751450158655643,0.3468797504901886,0.8326446563005447,942.0,241152.0,3112.086736052064,15433728.0 +303.2,5.699999809265137,4897.0,0.011458671651780605,0.13433837890625,1.9497114419937134,-0.015732889994978905,0.3220338523387909,0.8328226655721664,943.0,241408.0,3115.43256851309,15450112.0 +333.94,5.400000095367432,4502.0,0.014185536652803421,0.153076171875,1.9654268026351929,-0.013779298402369022,0.24129901826381683,0.829950675368309,944.0,241664.0,3119.0719021239784,15466496.0 +421.54,5.199999809265137,4834.0,0.012483778409659863,0.1437784880399704,1.963908076286316,-0.011986732482910156,0.30923381447792053,0.8272614777088165,945.0,241920.0,3122.461681987159,15482880.0 +384.84,5.699999809265137,5087.0,0.01514078676700592,0.1638590544462204,1.9869903326034546,-0.01396275032311678,0.25285807251930237,0.8380680084228516,946.0,242176.0,3125.68275735504,15499264.0 +372.65,5.400000095367432,4988.0,0.01313481479883194,0.15325927734375,1.982099175453186,-0.012698162347078323,0.38523659110069275,0.7889680564403534,947.0,242432.0,3128.9680623849854,15515648.0 +364.15,4.800000190734863,5058.0,0.010839767754077911,0.1270751953125,1.9480843544006348,-0.014027397148311138,0.3401932716369629,0.793357715010643,948.0,242688.0,3132.2076756840106,15532032.0 +281.05,5.5,5184.0,0.015160375274717808,0.1413777619600296,1.980185627937317,-0.014449208043515682,0.26530322432518005,0.8356932550668716,949.0,242944.0,3135.3687022470403,15548416.0 +363.52,5.099999904632568,5110.0,0.012800361961126328,0.14306640625,2.021921157836914,-0.014410007745027542,0.2504338324069977,0.8305299580097198,950.0,243200.0,3138.575225712033,15564800.0 +418.17,5.199999809265137,5262.0,0.013975516892969608,0.1666259765625,1.9978924989700317,-0.014547419734299183,0.27864542603492737,0.840281292796135,951.0,243456.0,3141.689328012988,15581184.0 +400.98,5.0,5369.0,0.012881067581474781,0.1462198942899704,2.0123066902160645,-0.013348513282835484,0.29608866572380066,0.8407399207353592,952.0,243712.0,3144.741186090978,15597568.0 +375.47,4.599999904632568,5169.0,0.011545483022928238,0.1271565705537796,1.98568594455719,-0.014219970442354679,0.28586044907569885,0.8299046605825424,953.0,243968.0,3147.911422382109,15613952.0 +276.69,6.300000190734863,5095.0,0.012627232819795609,0.1519368439912796,1.9894016981124878,-0.014081090688705444,0.38152822852134705,0.818891853094101,954.0,244224.0,3151.127641017083,15630336.0 +281.17,6.199999809265137,5122.0,0.013161364942789078,0.1455485075712204,2.025026798248291,-0.015860090032219887,0.3496319055557251,0.776649609208107,955.0,244480.0,3154.3268988961354,15646720.0 +347.41,5.5,5091.0,0.01243374403566122,0.14111328125,2.0558485984802246,-0.013827399350702763,0.22184188663959503,0.8360177278518677,956.0,244736.0,3157.54594806605,15663104.0 +353.39,5.800000190734863,5077.0,0.01207214966416359,0.13275146484375,2.0330617427825928,-0.014222480356693268,0.3176892399787903,0.8305733799934387,957.0,244992.0,3160.7735729401466,15679488.0 +361.13,5.5,4986.0,0.011293529532849789,0.13067626953125,2.0452983379364014,-0.014194921590387821,0.22473865747451782,0.8115256577730179,958.0,245248.0,3164.0600779091474,15695872.0 +352.17,6.0,4986.0,0.009720674715936184,0.1160481795668602,2.016369342803955,-0.01348781120032072,0.2841823697090149,0.8670344799757004,959.0,245504.0,3167.34683029796,15712256.0 +303.04,6.599999904632568,4901.0,0.011539758183062077,0.135009765625,1.9725412130355835,-0.015490476973354816,0.4129509925842285,0.8244286626577377,960.0,245760.0,3170.690772181144,15728640.0 +297.15,6.199999809265137,4904.0,0.01295232679694891,0.1555989533662796,2.0256154537200928,-0.013894089497625828,0.35378313064575195,0.8558292239904404,961.0,246016.0,3174.032329958165,15745024.0 +286.8,5.400000095367432,5054.0,0.013464570976793766,0.1503499299287796,2.001582384109497,-0.014981514774262905,0.31359079480171204,0.8310836553573608,962.0,246272.0,3177.2752175140195,15761408.0 +298.25,5.300000190734863,4874.0,0.014133776538074017,0.1577351838350296,1.970922827720642,-0.013569881208240986,0.2612473964691162,0.864826038479805,963.0,246528.0,3180.637027997058,15777792.0 +329.05,6.0,4995.0,0.012217427603900433,0.1442057341337204,2.036484956741333,-0.014007841236889362,0.3444197177886963,0.8078186959028244,964.0,246784.0,3183.917737079086,15794176.0 +350.6,6.0,5151.0,0.011252331547439098,0.1311848908662796,2.0145697593688965,-0.01632150448858738,0.3815043866634369,0.8244302719831467,965.0,247040.0,3187.1004800130613,15810560.0 +304.09,6.199999809265137,5014.0,0.013619628734886646,0.1649983674287796,1.9823412895202637,-0.013251937925815582,0.39565953612327576,0.8307165652513504,966.0,247296.0,3190.368705294095,15826944.0 +257.24,6.599999904632568,4973.0,0.013405516743659973,0.1551513671875,1.994803786277771,-0.013596154749393463,0.2273012399673462,0.8681433796882629,967.0,247552.0,3193.6637704069726,15843328.0 +305.33,5.800000190734863,4680.0,0.012719069607555866,0.1432291716337204,1.9559617042541504,-0.014862109906971455,0.3432408571243286,0.8436747938394547,968.0,247808.0,3197.1655744020827,15859712.0 +336.93,5.0,5085.0,0.011770457029342651,0.1216837540268898,1.9847511053085327,-0.013735982589423656,0.35351690649986267,0.8275920450687408,969.0,248064.0,3200.3881804251578,15876096.0 +367.76,4.800000190734863,5124.0,0.012375528924167156,0.1338704377412796,2.0060245990753174,-0.013054896146059036,0.31042060256004333,0.7997827380895615,970.0,248320.0,3203.585927922046,15892480.0 +313.67,5.0,5068.0,0.014010585844516754,0.1494954377412796,1.9773693084716797,-0.012955144979059696,0.2792871296405792,0.8376627564430237,971.0,248576.0,3206.819689934142,15908864.0 +351.7,4.900000095367432,5081.0,0.011197148822247982,0.1268717497587204,1.9748620986938477,-0.011860951781272888,0.30849239230155945,0.8216365575790405,972.0,248832.0,3210.044414814096,15925248.0 +356.41,6.099999904632568,5050.0,0.013771191239356995,0.1440633088350296,1.978632926940918,-0.01358738448470831,0.34849628806114197,0.8462724536657333,973.0,249088.0,3213.289661029121,15941632.0 +380.99,5.599999904632568,4944.0,0.013464070856571198,0.14215087890625,2.0238609313964844,-0.014967820607125759,0.1990557163953781,0.8503292948007584,974.0,249344.0,3216.6039832551032,15958016.0 +370.07,5.0,4722.0,0.015681952238082886,0.16851806640625,2.000779867172241,-0.013670180924236774,0.3284173905849457,0.8367323726415634,975.0,249600.0,3220.074441947043,15974400.0 +345.0,5.400000095367432,4814.0,0.01401847880333662,0.1504109650850296,1.960433006286621,-0.01594836637377739,0.43031227588653564,0.8066163957118988,976.0,249856.0,3223.4782798730303,15990784.0 +275.0,6.199999809265137,4844.0,0.010893448255956173,0.1160074844956398,1.925033688545227,-0.011111382395029068,0.32761847972869873,0.8489162623882294,977.0,250112.0,3226.8612739820965,16007168.0 +265.93,6.0,4917.0,0.011028553359210491,0.1297200471162796,1.9251657724380493,-0.01510685682296753,0.33627617359161377,0.8444470763206482,978.0,250368.0,3230.1934858320747,16023552.0 +321.5,5.5,4948.0,0.015560160391032696,0.1635538786649704,1.9166651964187622,-0.013362123630940914,0.33254528045654297,0.8132888823747635,979.0,250624.0,3233.505584773142,16039936.0 +348.88,5.800000190734863,4999.0,0.013502620160579681,0.1543172150850296,1.8960288763046265,-0.014185287058353424,0.31864842772483826,0.8357203602790833,980.0,250880.0,3236.783916909015,16056320.0 +367.97,5.800000190734863,4977.0,0.012276139110326767,0.1408284455537796,1.9658998250961304,-0.014210495166480541,0.26561352610588074,0.8078586310148239,981.0,251136.0,3240.076338238083,16072704.0 +377.9,5.400000095367432,5006.0,0.012505725026130676,0.1460978239774704,1.9961668252944946,-0.01330380979925394,0.29732540249824524,0.759504035115242,982.0,251392.0,3243.350048121065,16089088.0 +389.91,4.900000095367432,5178.0,0.01068062987178564,0.1224365234375,2.018611192703247,-0.013854625634849072,0.2854362726211548,0.7950356602668762,983.0,251648.0,3246.5144755200017,16105472.0 +369.3,5.300000190734863,5141.0,0.012123548425734043,0.1321004182100296,2.0123274326324463,-0.012674565427005291,0.24600094556808472,0.8251439929008484,984.0,251904.0,3249.701894045109,16121856.0 +362.98,5.699999809265137,4994.0,0.010483317077159882,0.1177775040268898,1.9967331886291504,-0.015075862407684326,0.2271234542131424,0.8209198564291,985.0,252160.0,3252.9833776610903,16138240.0 +398.44,5.300000190734863,4904.0,0.011328172869980335,0.1294962614774704,1.9670008420944214,-0.014817417599260807,0.35927388072013855,0.7758194953203201,986.0,252416.0,3256.3244129391387,16154624.0 +362.41,5.800000190734863,4957.0,0.014361142180860043,0.15936279296875,1.9764705896377563,-0.012130158953368664,0.38602957129478455,0.7766516953706741,987.0,252672.0,3259.6301324560773,16171008.0 +312.19,5.5,4973.0,0.013311897404491901,0.1509806364774704,1.9847594499588013,-0.015310357324779034,0.34571313858032227,0.7752602994441986,988.0,252928.0,3262.9256713110954,16187392.0 +268.18,5.800000190734863,4966.0,0.014246406964957714,0.1555582731962204,1.976057529449463,-0.013702739961445332,0.2784057557582855,0.8341771513223648,989.0,253184.0,3266.2252389569767,16203776.0 +304.78,5.900000095367432,4852.0,0.015181910246610641,0.1494954377412796,2.0600392818450928,-0.013520535081624985,0.372130423784256,0.774280920624733,990.0,253440.0,3269.6027300909627,16220160.0 +348.56,5.800000190734863,4992.0,0.013868104666471481,0.15216064453125,2.0715365409851074,-0.015364669263362885,0.3429722785949707,0.8146304786205292,991.0,253696.0,3272.885242379969,16236544.0 +306.44,5.599999904632568,5030.0,0.014246643520891666,0.1572265625,2.0553038120269775,-0.01396701205521822,0.334499716758728,0.7656317353248596,992.0,253952.0,3276.1429006131366,16252928.0 +295.9,5.5,5162.0,0.014193997718393803,0.1460164338350296,2.029834270477295,-0.01414740364998579,0.4361605644226074,0.7888377606868744,993.0,254208.0,3279.3172802489717,16269312.0 +249.73,5.5,5191.0,0.012032200582325459,0.1257527619600296,1.9955297708511353,-0.01607339084148407,0.4087587893009186,0.7874190658330917,994.0,254464.0,3282.474255857058,16285696.0 +265.15,6.099999904632568,5158.0,0.012833078391849995,0.1488240510225296,2.016082525253296,-0.014022491872310638,0.3992258608341217,0.7706034481525421,995.0,254720.0,3285.651329629123,16302080.0 +282.35,6.599999904632568,5138.0,0.011991969309747219,0.1389363557100296,2.0263378620147705,-0.013051970861852169,0.3491475284099579,0.7849788665771484,996.0,254976.0,3288.840213918127,16318464.0 +308.69,6.099999904632568,5003.0,0.011551461182534695,0.1292724609375,2.045010566711426,-0.014512193389236927,0.37784281373023987,0.8080669194459915,997.0,255232.0,3292.115968625061,16334848.0 +330.87,5.099999904632568,4998.0,0.012121940962970257,0.1357218474149704,2.0823447704315186,-0.014500199817121029,0.25930243730545044,0.8209187388420105,998.0,255488.0,3295.394701977959,16351232.0 +333.64,5.0,4943.0,0.01214043702930212,0.1335245817899704,2.0084171295166016,-0.015273474156856537,0.41362476348876953,0.7902562320232391,999.0,255744.0,3298.7097988519818,16367616.0 +304.54,5.800000190734863,4946.0,0.012140363454818726,0.1312662810087204,1.9961515665054321,-0.016415366902947426,0.3284223675727844,0.8056151568889618,1000.0,256000.0,3302.0233396410476,16384000.0 +290.82,5.800000190734863,5146.0,0.010852097533643246,0.123291015625,1.9506932497024536,-0.015167538076639175,0.46172603964805603,0.7717539966106415,1001.0,256256.0,3305.207738733152,16400384.0 +238.18,6.699999809265137,4999.0,0.01151873916387558,0.1298624724149704,1.9897178411483765,-0.015222959220409393,0.3946390151977539,0.8155766129493713,1002.0,256512.0,3308.4884458440356,16416768.0 +289.3,6.699999809265137,4918.0,0.015489496290683746,0.1682942658662796,1.989068865776062,-0.01648312620818615,0.2929582893848419,0.8446176499128342,1003.0,256768.0,3311.820195487002,16433152.0 +333.38,6.400000095367432,4854.0,0.014320834539830685,0.1579386442899704,1.978432536125183,-0.015005853027105331,0.3863736391067505,0.8154411315917969,1004.0,257024.0,3315.1962486719713,16449536.0 +276.48,6.199999809265137,5098.0,0.013007957488298416,0.1415201872587204,1.9602251052856445,-0.015304001979529858,0.4048710763454437,0.7957890927791595,1005.0,257280.0,3318.4106356441043,16465920.0 +257.73,6.199999809265137,5149.0,0.0119646480306983,0.1359659880399704,1.9981755018234253,-0.015122001059353352,0.3645198345184326,0.8047473281621933,1006.0,257536.0,3321.5929510979913,16482304.0 +295.57,5.599999904632568,4989.0,0.010076492093503475,0.11297607421875,2.060389280319214,-0.0137186199426651,0.2413100153207779,0.8374036848545074,1007.0,257792.0,3324.8774242601357,16498688.0 +310.63,5.0,4981.0,0.012939684092998505,0.1318359375,2.078394651412964,-0.014943543821573257,0.21611528098583221,0.797863095998764,1008.0,258048.0,3328.168243983062,16515072.0 +347.42,4.900000095367432,4734.0,0.012185688130557537,0.1253458708524704,2.0013246536254883,-0.01582334004342556,0.3434908390045166,0.8001073747873306,1009.0,258304.0,3331.629325320013,16531456.0 +370.36,5.199999809265137,4707.0,0.013172726146876812,0.1408488005399704,2.0052666664123535,-0.014346524141728878,0.257370263338089,0.8361553400754929,1010.0,258560.0,3335.1103636010084,16547840.0 +327.08,5.699999809265137,4899.0,0.012901217676699162,0.1386311799287796,2.014577627182007,-0.01330056693404913,0.28340911865234375,0.8578846454620361,1011.0,258816.0,3338.455550207058,16564224.0 +236.01,6.699999809265137,5003.0,0.011918026953935623,0.1352946013212204,2.0233659744262695,-0.011956017464399338,0.47903573513031006,0.7944074869155884,1012.0,259072.0,3341.730828870088,16580608.0 +302.26,6.099999904632568,4946.0,0.013967297971248627,0.1510009765625,2.03139328956604,-0.013886120170354843,0.3037318289279938,0.8183660060167313,1013.0,259328.0,3345.0436706491746,16596992.0 +351.28,5.400000095367432,4997.0,0.013771399855613708,0.14056396484375,2.048004627227783,-0.014249774627387524,0.23548226058483124,0.8314196914434433,1014.0,259584.0,3348.3232994221617,16613376.0 +340.65,5.0,4933.0,0.0137442322447896,0.1446533203125,2.030273675918579,-0.014524037949740887,0.2700004279613495,0.8123496174812317,1015.0,259840.0,3351.6452844620217,16629760.0 +383.3,5.300000190734863,4853.0,0.01401777844876051,0.13226318359375,2.0197460651397705,-0.01410453300923109,0.30882182717323303,0.7758886516094208,1016.0,260096.0,3355.021990196081,16646144.0 +313.46,5.699999809265137,5122.0,0.014109749346971512,0.1539510041475296,1.9846631288528442,-0.014975826255977154,0.39362475275993347,0.8044777810573578,1017.0,260352.0,3358.221648180159,16662528.0 +269.29,6.199999809265137,4761.0,0.013021602295339108,0.1422932893037796,1.9425135850906372,-0.016078660264611244,0.42886701226234436,0.752242773771286,1018.0,260608.0,3361.663399002049,16678912.0 +306.79,7.0,4890.0,0.01303774956613779,0.1496988981962204,1.974104404449463,-0.014739501290023327,0.26611897349357605,0.8188701122999191,1019.0,260864.0,3365.014278507093,16695296.0 +339.79,6.5,4850.0,0.014877920038998127,0.16595458984375,1.990402340888977,-0.015033136121928692,0.27362361550331116,0.8107812851667404,1020.0,261120.0,3368.394703753991,16711680.0 +328.42,5.900000095367432,4953.0,0.011870617978274822,0.1318359375,1.9303406476974487,-0.015639150515198708,0.47497907280921936,0.7871934622526169,1021.0,261376.0,3371.703082939144,16728064.0 +274.45,6.5,5141.0,0.010649769566953182,0.1262003630399704,1.9715919494628906,-0.015021986328065395,0.4335576593875885,0.7994755357503891,1022.0,261632.0,3374.8901193870697,16744448.0 +229.71,7.0,4944.0,0.013615556992590427,0.1609293669462204,1.9242877960205078,-0.01638042740523815,0.44452059268951416,0.7771081477403641,1023.0,261888.0,3378.2043500011787,16760832.0 +230.79,6.800000190734863,4924.0,0.014987442642450333,0.16302490234375,1.9266999959945679,-0.017613964155316353,0.4596858024597168,0.7670964896678925,1024.0,262144.0,3381.5319184011314,16777216.0 +262.59,6.099999904632568,4875.0,0.014219943434000015,0.1574300080537796,1.9679465293884277,-0.016245175153017044,0.4573368728160858,0.7860526144504547,1025.0,262400.0,3384.8927944169845,16793600.0 +261.28,6.0,5156.0,0.014841477386653423,0.15386962890625,1.947982668876648,-0.016492240130901337,0.43979355692863464,0.7623852640390396,1026.0,262656.0,3388.07103766012,16809984.0 +248.23,5.5,5119.0,0.015249109826982021,0.157470703125,1.91152822971344,-0.01651958003640175,0.45093783736228943,0.7617887258529663,1027.0,262912.0,3391.27190298005,16826368.0 +257.05,5.800000190734863,4920.0,0.015409569256007671,0.1702677458524704,1.8767973184585571,-0.016599470749497414,0.4127182960510254,0.7800231575965881,1028.0,263168.0,3394.6025935781654,16842752.0 +231.05,6.5,4897.0,0.016034195199608803,0.17974853515625,1.9048603773117065,-0.017700692638754845,0.4866304397583008,0.7527439594268799,1029.0,263424.0,3397.9487038161606,16859136.0 +238.28,6.099999904632568,5269.0,0.01414042990654707,0.1611531525850296,1.9436440467834473,-0.016260499134659767,0.34332790970802307,0.7592804282903671,1030.0,263680.0,3401.058849252062,16875520.0 +272.51,5.5,5138.0,0.01536769699305296,0.1649576872587204,1.9531358480453491,-0.013972212560474873,0.3738323450088501,0.723896324634552,1031.0,263936.0,3404.248189938022,16891904.0 +275.7,5.900000095367432,4879.0,0.013300416059792042,0.1494547575712204,2.002000570297241,-0.01672508753836155,0.3591371774673462,0.7484266757965088,1032.0,264192.0,3407.606927994173,16908288.0 +247.68,5.800000190734863,4930.0,0.013456884771585464,0.1384684294462204,1.9204821586608887,-0.016697147861123085,0.5116282105445862,0.7580138295888901,1033.0,264448.0,3410.9304243009537,16924672.0 +208.31,6.599999904632568,4842.0,0.014550424180924892,0.1666259765625,1.9347033500671387,-0.017517440021038055,0.4089016020298004,0.7758511155843735,1034.0,264704.0,3414.3146888690535,16941056.0 +232.08,6.099999904632568,5033.0,0.012614971958100796,0.1480916291475296,1.9756888151168823,-0.015058379620313644,0.3492678701877594,0.7645931988954544,1035.0,264960.0,3417.570553363068,16957440.0 +258.39,6.199999809265137,5055.0,0.012617412023246288,0.1412556916475296,1.9536361694335938,-0.017988430336117744,0.3540742099285126,0.7900465577840805,1036.0,265216.0,3420.811768190004,16973824.0 +272.14,5.699999809265137,5103.0,0.012912782840430737,0.1423543244600296,1.9522556066513062,-0.015766581520438194,0.3320401906967163,0.7826171517372131,1037.0,265472.0,3424.0230970790144,16990208.0 +315.93,5.800000190734863,5113.0,0.013758246786892414,0.15240478515625,1.9929161071777344,-0.014419067651033401,0.26172134280204773,0.7984189838171005,1038.0,265728.0,3427.227994204033,17006592.0 +344.35,5.800000190734863,5120.0,0.013829744420945644,0.1642659455537796,1.976751685142517,-0.015419271774590015,0.3111712336540222,0.7480548322200775,1039.0,265984.0,3430.428233054001,17022976.0 +289.78,6.099999904632568,5185.0,0.012298294343054295,0.1407877653837204,1.9493980407714844,-0.01555823814123869,0.37924924492836,0.7799907326698303,1040.0,266240.0,3433.5912831770256,17039360.0 +276.84,6.699999809265137,5212.0,0.01633593998849392,0.1753133088350296,1.9328597784042358,-0.015308034606277943,0.45581796765327454,0.7451444268226624,1041.0,266496.0,3436.7356297560036,17055744.0 +271.23,6.400000095367432,5130.0,0.01233445480465889,0.1414794921875,1.9886730909347534,-0.01614968106150627,0.4113815128803253,0.734900951385498,1042.0,266752.0,3439.9295565690845,17072128.0 +228.34,7.0,5201.0,0.011988638900220394,0.14453125,1.9880523681640625,-0.01871844008564949,0.3466060161590576,0.780232846736908,1043.0,267008.0,3443.0807373269927,17088512.0 +272.91,6.599999904632568,4759.0,0.01507799793034792,0.1618855744600296,1.9987999200820923,-0.015545750968158245,0.3047456443309784,0.7865334004163742,1044.0,267264.0,3446.5235333209857,17104896.0 +272.83,6.5,4930.0,0.012078442610800266,0.1443074494600296,1.9435213804244995,-0.014792771078646183,0.34451016783714294,0.795589953660965,1045.0,267520.0,3449.8469917050097,17121280.0 +288.75,6.0,4924.0,0.01363995298743248,0.1423543244600296,1.9601531028747559,-0.018025653436779976,0.34876981377601624,0.7719084918498993,1046.0,267776.0,3453.1752933340613,17137664.0 +290.17,5.699999809265137,4833.0,0.013698019087314606,0.1519978791475296,1.9406681060791016,-0.01717607118189335,0.42454394698143005,0.7871656566858292,1047.0,268032.0,3456.5662183240056,17154048.0 +264.17,6.699999809265137,4889.0,0.013151208870112896,0.1427815705537796,1.9878822565078735,-0.016497647389769554,0.3786756992340088,0.7866628468036652,1048.0,268288.0,3459.918344903039,17170432.0 +273.06,6.0,4960.0,0.012834794819355011,0.13958740234375,2.0638670921325684,-0.017125075682997704,0.32840096950531006,0.787695974111557,1049.0,268544.0,3463.22225189209,17186816.0 +257.89,5.699999809265137,4892.0,0.011880931444466114,0.1372273713350296,2.0436551570892334,-0.014761250466108322,0.3372499644756317,0.8024903237819672,1050.0,268800.0,3466.571459237952,17203200.0 +283.0,5.5,4949.0,0.012387447990477085,0.1473795622587204,2.019174814224243,-0.01580367423593998,0.286217600107193,0.817955493927002,1051.0,269056.0,3469.882652131142,17219584.0 +310.62,5.5,5030.0,0.01401051040738821,0.1523844450712204,1.954124927520752,-0.015853866934776306,0.4462346136569977,0.781738668680191,1052.0,269312.0,3473.140380633995,17235968.0 +258.98,6.099999904632568,5083.0,0.013790111057460308,0.1504720002412796,1.936892032623291,-0.01357256155461073,0.4594767391681671,0.7529607564210892,1053.0,269568.0,3476.363795472076,17252352.0 +244.32,6.0,4978.0,0.014701533131301403,0.15496826171875,1.9712004661560059,-0.017797453328967094,0.33212152123451233,0.762986347079277,1054.0,269824.0,3479.6557232430205,17268736.0 +281.02,5.599999904632568,5004.0,0.01384976040571928,0.1498006135225296,1.9549931287765503,-0.016865000128746033,0.30808523297309875,0.7539892196655273,1055.0,270080.0,3482.930616019061,17285120.0 +302.07,5.599999904632568,4956.0,0.012940675020217896,0.1387532502412796,1.9755676984786987,-0.015116029419004917,0.41817542910575867,0.7279224097728729,1056.0,270336.0,3486.236826922046,17301504.0 +281.56,5.300000190734863,4922.0,0.01278230082243681,0.14825439453125,2.0253634452819824,-0.016653424128890038,0.27936050295829773,0.7809025049209595,1057.0,270592.0,3489.565666842973,17317888.0 +284.2,5.5,4900.0,0.01295908261090517,0.136474609375,1.9419914484024048,-0.01478073000907898,0.43851375579833984,0.7021091878414154,1058.0,270848.0,3492.9099467629567,17334272.0 +281.9,6.099999904632568,4938.0,0.01425668690353632,0.16131591796875,2.013707399368286,-0.016378547996282578,0.2941482961177826,0.7841897755861282,1059.0,271104.0,3496.2284031580202,17350656.0 +316.61,6.199999809265137,4936.0,0.013106432743370533,0.1501261442899704,2.015636682510376,-0.016299551352858543,0.2825510799884796,0.8281485438346863,1060.0,271360.0,3499.5481150969863,17367040.0 +365.69,5.599999904632568,4870.0,0.011891402304172516,0.1305745393037796,2.0196292400360107,-0.01666826568543911,0.3003683388233185,0.7912099212408066,1061.0,271616.0,3502.912546761101,17383424.0 +336.41,5.400000095367432,4929.0,0.01338136289268732,0.142578125,2.039095163345337,-0.01609944738447666,0.3763715326786041,0.7036149203777313,1062.0,271872.0,3506.2367413721513,17399808.0 +287.13,6.099999904632568,4869.0,0.01232513040304184,0.13836669921875,2.028203010559082,-0.014916605316102505,0.33805668354034424,0.7745925486087799,1063.0,272128.0,3509.6023197360337,17416192.0 +325.73,5.800000190734863,5169.0,0.012469486333429813,0.1446329802274704,2.0383541584014893,-0.015561714768409729,0.33954164385795593,0.7514461874961853,1064.0,272384.0,3512.772638044087,17432576.0 +332.45,5.0,4917.0,0.010773683898150921,0.12261962890625,2.0386531352996826,-0.014927119016647339,0.3512931168079376,0.7347346246242523,1065.0,272640.0,3516.105096199084,17448960.0 +328.41,5.199999809265137,5032.0,0.01335593219846487,0.1470133513212204,2.002899169921875,-0.017686687409877777,0.3335942029953003,0.8027534037828445,1066.0,272896.0,3519.3611745401286,17465344.0 +283.61,6.699999809265137,5343.0,0.012186672538518906,0.1385294646024704,1.995451807975769,-0.014146078377962112,0.33318015933036804,0.8022709637880325,1067.0,273152.0,3522.428133666981,17481728.0 +264.03,6.599999904632568,5160.0,0.012925773859024048,0.1396891325712204,1.9875192642211914,-0.01503444742411375,0.3369203805923462,0.8015392571687698,1068.0,273408.0,3525.6042146980762,17498112.0 +271.0,5.800000190734863,5064.0,0.01544013898819685,0.1589762419462204,1.936246395111084,-0.015780162066221237,0.39229893684387207,0.7768924981355667,1069.0,273664.0,3528.840332277119,17514496.0 +311.88,5.699999809265137,5038.0,0.013814364559948444,0.1466267853975296,1.9701299667358398,-0.014489724300801754,0.33380770683288574,0.804501548409462,1070.0,273920.0,3532.0928396990057,17530880.0 +336.31,5.599999904632568,5028.0,0.013575521297752857,0.1530558317899704,1.991371512413025,-0.014995436184108257,0.25840702652931213,0.8311684727668762,1071.0,274176.0,3535.3519347789697,17547264.0 +358.64,5.599999904632568,5153.0,0.014599084854125977,0.17108154296875,1.9732600450515747,-0.013651878573000431,0.21043793857097626,0.8630933910608292,1072.0,274432.0,3538.5316965391394,17563648.0 +410.42,5.099999904632568,5087.0,0.013117109425365925,0.1500040739774704,1.9596866369247437,-0.015085292048752308,0.3103184103965759,0.7931297570466995,1073.0,274688.0,3541.7524997191504,17580032.0 +370.64,5.800000190734863,5038.0,0.012396528385579586,0.14727783203125,1.9038554430007935,-0.015892256051301956,0.3276787996292114,0.8001669496297836,1074.0,274944.0,3545.0051632169634,17596416.0 +343.73,5.800000190734863,5130.0,0.012548167258501053,0.1451009064912796,1.9205559492111206,-0.016231179237365723,0.26104339957237244,0.8166555017232895,1075.0,275200.0,3548.1997821179684,17612800.0 +348.39,5.599999904632568,5125.0,0.015252434648573399,0.1545003205537796,1.9412139654159546,-0.016067687422037125,0.2877199351787567,0.8176186978816986,1076.0,275456.0,3551.3969172660727,17629184.0 +332.38,6.0,5078.0,0.011765110306441784,0.1375732421875,1.921507716178894,-0.014586647041141987,0.3036998212337494,0.8045973777770996,1077.0,275712.0,3554.6236711861566,17645568.0 +315.38,5.900000095367432,5109.0,0.010884868912398815,0.121826171875,1.9302568435668945,-0.01459298375993967,0.3075632154941559,0.7838601320981979,1078.0,275968.0,3557.8334783071186,17661952.0 +308.78,6.400000095367432,5066.0,0.01082571316510439,0.121826171875,1.9834405183792114,-0.011433582752943039,0.35152485966682434,0.7869097590446472,1079.0,276224.0,3561.0681613129564,17678336.0 +283.62,6.5,5152.0,0.011995415203273296,0.1396280974149704,1.9658923149108887,-0.014745672233402729,0.321794331073761,0.790376216173172,1080.0,276480.0,3564.2494722241536,17694720.0 +270.69,6.800000190734863,5133.0,0.011936276219785213,0.1400960236787796,1.8922758102416992,-0.013967901468276978,0.4513208866119385,0.7919550836086273,1081.0,276736.0,3567.4416842041537,17711104.0 +266.15,7.199999809265137,4882.0,0.01695779152214527,0.18170166015625,1.953829288482666,-0.01433873176574707,0.3483775556087494,0.7877886593341827,1082.0,276992.0,3570.798392160097,17727488.0 +316.31,6.599999904632568,4963.0,0.013509973883628845,0.1493937224149704,2.003769636154175,-0.015368640422821045,0.2604917585849762,0.8044830411672592,1083.0,277248.0,3574.100148055004,17743872.0 +325.61,6.400000095367432,4931.0,0.01363283395767212,0.152587890625,1.9927247762680054,-0.015367907471954823,0.21960003674030304,0.8290583044290543,1084.0,277504.0,3577.423656457104,17760256.0 +351.2,6.199999809265137,4814.0,0.013663441874086857,0.1524861603975296,1.9907876253128052,-0.015123988501727581,0.29906103014945984,0.800995334982872,1085.0,277760.0,3580.827698355075,17776640.0 +316.15,5.699999809265137,4652.0,0.014383874833583832,0.1611328125,1.933679461479187,-0.015244617126882076,0.3645437955856323,0.7994052469730377,1086.0,278016.0,3584.349538672017,17793024.0 +272.45,6.5,4802.0,0.013274398632347584,0.1483561247587204,1.9740833044052124,-0.015621937811374664,0.43966951966285706,0.7876093238592148,1087.0,278272.0,3587.762024073163,17809408.0 +285.25,6.699999809265137,4928.0,0.011312982998788357,0.13311767578125,1.9633997678756714,-0.016008494421839714,0.27161145210266113,0.7837990373373032,1088.0,278528.0,3591.0871808151715,17825792.0 +313.81,6.099999904632568,4889.0,0.01237305998802185,0.1316324919462204,1.9772664308547974,-0.013903096318244934,0.36913344264030457,0.7808050662279129,1089.0,278784.0,3594.4389557130635,17842176.0 +270.76,6.300000190734863,4913.0,0.013870321214199066,0.1490681916475296,1.983697533607483,-0.016505880281329155,0.3308665454387665,0.8198152333498001,1090.0,279040.0,3597.774373800028,17858560.0 +303.59,6.099999904632568,4923.0,0.013105370104312897,0.1554972380399704,2.0307586193084717,-0.01606307365000248,0.4307467043399811,0.8050554990768433,1091.0,279296.0,3601.102679871954,17874944.0 +307.24,5.900000095367432,4827.0,0.013577166013419628,0.1567789763212204,2.0249338150024414,-0.015378788113594055,0.3272395133972168,0.8204675167798996,1092.0,279552.0,3604.4973862320185,17891328.0 +301.94,5.699999809265137,4985.0,0.01357141975313425,0.1519571989774704,1.9797343015670776,-0.016940323635935783,0.3347674310207367,0.8248559385538101,1093.0,279808.0,3607.7850430251565,17907712.0 +279.77,6.5,4956.0,0.01172200869768858,0.1353556364774704,1.981043815612793,-0.014729689806699753,0.2699585258960724,0.8461732864379883,1094.0,280064.0,3611.0916227311827,17924096.0 +309.56,5.599999904632568,4954.0,0.01160635519772768,0.1261393278837204,1.977160930633545,-0.017171595245599747,0.3350028097629547,0.8102228343486786,1095.0,280320.0,3614.3992608061526,17940480.0 +234.0,6.599999904632568,4930.0,0.013271297328174114,0.1406656950712204,1.955923080444336,-0.016194883733987808,0.4100021421909332,0.8180646300315857,1096.0,280576.0,3617.7249812390655,17956864.0 +279.92,6.199999809265137,4892.0,0.013573736883699894,0.1494547575712204,1.9290257692337036,-0.015412825159728527,0.35163867473602295,0.8235288262367249,1097.0,280832.0,3621.0745854740962,17973248.0 +272.03,6.300000190734863,5243.0,0.01309256348758936,0.1441853791475296,1.9576760530471802,-0.014215127564966679,0.2996325194835663,0.8292781114578247,1098.0,281088.0,3624.2004217039794,17989632.0 +308.72,6.199999809265137,5167.0,0.011691632680594921,0.1311238557100296,1.9990602731704712,-0.015398073010146618,0.29235556721687317,0.8001506328582764,1099.0,281344.0,3627.3715975091327,18006016.0 +361.16,6.099999904632568,5226.0,0.01250834483653307,0.1481730192899704,1.9992650747299194,-0.014316320419311523,0.25062087178230286,0.8069829791784286,1100.0,281600.0,3630.5070946239866,18022400.0 +396.99,5.900000095367432,5214.0,0.01376346405595541,0.1532796174287796,1.9655143022537231,-0.015273897908627987,0.30429577827453613,0.7852700501680374,1101.0,281856.0,3633.6500771830324,18038784.0 +399.19,5.699999809265137,5029.0,0.01497076079249382,0.1671345978975296,1.995426058769226,-0.01393220666795969,0.2842288017272949,0.798879399895668,1102.0,282112.0,3636.908494072035,18055168.0 +406.46,5.5,4976.0,0.013523957692086697,0.1575927734375,1.9788542985916138,-0.014451018534600735,0.24207638204097748,0.8434856235980988,1103.0,282368.0,3640.201181577053,18071552.0 +366.49,5.199999809265137,4920.0,0.012130611576139927,0.138671875,1.9927748441696167,-0.015286080539226532,0.2902045249938965,0.8258842974901199,1104.0,282624.0,3643.531612274004,18087936.0 +328.77,5.599999904632568,4699.0,0.011958594433963299,0.14599609375,1.9994755983352661,-0.016572246327996254,0.33289405703544617,0.822660356760025,1105.0,282880.0,3647.0190334420186,18104320.0 +378.38,5.5,4905.0,0.012713165022432804,0.1423746794462204,2.0074222087860107,-0.014402088709175587,0.32035836577415466,0.808473601937294,1106.0,283136.0,3650.3601993040647,18120704.0 +368.44,5.699999809265137,5039.0,0.013421083800494671,0.15814208984375,2.0103933811187744,-0.013121909461915493,0.25655367970466614,0.8074032068252563,1107.0,283392.0,3653.6122049081605,18137088.0 +349.56,5.800000190734863,5093.0,0.013272793032228947,0.1506551057100296,1.923418641090393,-0.01643243059515953,0.35006198287010193,0.7848185449838638,1108.0,283648.0,3656.829651087057,18153472.0 +346.35,5.699999809265137,5012.0,0.012798082083463669,0.1525471955537796,1.9766114950180054,-0.013766133226454258,0.25643572211265564,0.818773090839386,1109.0,283904.0,3660.098814642988,18169856.0 +323.06,5.5,5100.0,0.013171735219657421,0.1441446989774704,1.9477952718734741,-0.014406113885343075,0.324607253074646,0.8145694583654404,1110.0,284160.0,3663.3116584941745,18186240.0 +287.88,6.599999904632568,4907.0,0.010474946349859238,0.1178385391831398,1.9410144090652466,-0.01517617329955101,0.3243542015552521,0.8431798070669174,1111.0,284416.0,3666.6508407620713,18202624.0 +303.24,6.099999904632568,4626.0,0.012142139486968517,0.1383056640625,1.9796686172485352,-0.014315895736217499,0.337614506483078,0.8121823519468307,1112.0,284672.0,3670.193404731108,18219008.0 +292.71,5.900000095367432,4972.0,0.012618067674338818,0.1451009064912796,1.9800506830215454,-0.015333224087953568,0.37698960304260254,0.8189171552658081,1113.0,284928.0,3673.489127221983,18235392.0 +262.63,5.599999904632568,5117.0,0.0138480169698596,0.166748046875,1.9429601430892944,-0.014757976867258549,0.3906038999557495,0.8250013291835785,1114.0,285184.0,3676.6913675800897,18251776.0 +240.71,5.699999809265137,5185.0,0.013880361802875996,0.14263916015625,1.9809459447860718,-0.012371142394840717,0.35144734382629395,0.8103992938995361,1115.0,285440.0,3679.8517680589575,18268160.0 +234.15,5.599999904632568,5204.0,0.015140204690396786,0.155029296875,1.911005973815918,-0.01640045829117298,0.37750422954559326,0.7982071042060852,1116.0,285696.0,3683.000841357978,18284544.0 +263.91,5.699999809265137,5165.0,0.012414257973432541,0.1514078825712204,1.9667472839355469,-0.014561578631401062,0.34724441170692444,0.8030645400285721,1117.0,285952.0,3686.173389173113,18300928.0 +292.62,6.0,4692.0,0.013741865754127502,0.1481730192899704,1.986257553100586,-0.015151972882449627,0.27300289273262024,0.8470105230808258,1118.0,286208.0,3689.665946925059,18317312.0 +322.61,6.400000095367432,4973.0,0.014031344093382359,0.1583251953125,1.958755612373352,-0.01573343016207218,0.3468268811702728,0.8366448134183884,1119.0,286464.0,3692.960636195028,18333696.0 +309.13,5.599999904632568,4743.0,0.011305012740194798,0.13201904296875,1.997717261314392,-0.013367712497711182,0.38312605023384094,0.7890201807022095,1120.0,286720.0,3696.4158464181237,18350080.0 +259.77,6.099999904632568,5174.0,0.012388116680085659,0.1374104768037796,1.9995378255844116,-0.016454031690955162,0.36799147725105286,0.8041773736476898,1121.0,286976.0,3699.582997485064,18366464.0 +283.56,6.099999904632568,5109.0,0.013704965822398663,0.1552937775850296,2.0193965435028076,-0.014637432061135769,0.2419724017381668,0.8416762501001358,1122.0,287232.0,3702.790252505103,18382848.0 +316.59,6.099999904632568,5017.0,0.010329590179026127,0.1248779296875,1.962307095527649,-0.01294684037566185,0.2850993573665619,0.8420023322105408,1123.0,287488.0,3706.0566326081753,18399232.0 +314.48,5.699999809265137,4848.0,0.012607569806277752,0.1430867463350296,1.888006567955017,-0.015347402542829514,0.4089221656322479,0.7739938646554947,1124.0,287744.0,3709.4363276350778,18415616.0 +293.78,5.699999809265137,4983.0,0.01646990142762661,0.1574910432100296,1.8710212707519531,-0.01613050512969494,0.3651174306869507,0.7892240732908249,1125.0,288000.0,3712.7246953910217,18432000.0 +319.01,6.099999904632568,5035.0,0.014201991260051727,0.1504313200712204,1.8908915519714355,-0.015404990874230862,0.277753621339798,0.8440344929695129,1126.0,288256.0,3715.9795937321614,18448384.0 +293.24,6.199999809265137,5119.0,0.014891098253428936,0.1505533903837204,1.8694534301757812,-0.01484287902712822,0.27427971363067627,0.8477054983377457,1127.0,288512.0,3719.18078850396,18464768.0 +313.84,5.800000190734863,5164.0,0.014104443602263927,0.14068603515625,1.934069037437439,-0.01432628184556961,0.32026204466819763,0.8030778914690018,1128.0,288768.0,3722.354540396016,18481152.0 +319.64,5.900000095367432,5058.0,0.013933107256889343,0.1533610075712204,1.9649896621704102,-0.012226606719195843,0.17660480737686157,0.8605491667985916,1129.0,289024.0,3725.593974000076,18497536.0 +402.07,5.0,5024.0,0.012201118282973766,0.1447550505399704,1.9271554946899414,-0.013519993983209133,0.22387991845607758,0.827623263001442,1130.0,289280.0,3728.855695707025,18513920.0 +385.19,5.199999809265137,5104.0,0.014312963001430035,0.1490885466337204,1.8653382062911987,-0.01523606013506651,0.27977415919303894,0.8490910977125168,1131.0,289536.0,3732.0659300249536,18530304.0 +363.48,5.599999904632568,4695.0,0.012809601612389088,0.1417439728975296,1.9528800249099731,-0.01461260300129652,0.22586466372013092,0.8736572265625,1132.0,289792.0,3735.556105894968,18546688.0 +381.45,5.5,4647.0,0.013350285589694977,0.147705078125,1.8881198167800903,-0.01461081299930811,0.21829096972942352,0.8928008303046227,1133.0,290048.0,3739.0831835069694,18563072.0 +369.83,5.800000190734863,4908.0,0.014844562858343124,0.16180419921875,1.916368842124939,-0.015229606069624424,0.27293798327445984,0.8771244883537292,1134.0,290304.0,3742.421750075184,18579456.0 +432.46,5.099999904632568,4999.0,0.01451027113944292,0.15814208984375,1.9262465238571167,-0.01554829627275467,0.31192830204963684,0.8458713442087173,1135.0,290560.0,3745.700468768133,18595840.0 +363.24,5.400000095367432,5218.0,0.012785595841705799,0.1452229768037796,1.8122011423110962,-0.013126091100275517,0.3947758674621582,0.8190344125032425,1136.0,290816.0,3748.8410005669575,18612224.0 +310.4,6.0,4913.0,0.012999455444514751,0.1461995393037796,1.9201213121414185,-0.013426952995359898,0.27294325828552246,0.8407121747732162,1137.0,291072.0,3752.1759087590035,18628608.0 +346.31,5.900000095367432,4994.0,0.012993375770747662,0.1385904997587204,1.9328230619430542,-0.01589691825211048,0.3621768653392792,0.7965150326490402,1138.0,291328.0,3755.457448579138,18644992.0 +403.06,5.699999809265137,4945.0,0.012455941177904606,0.14019775390625,1.9322681427001953,-0.013034352101385593,0.28553521633148193,0.8452754318714142,1139.0,291584.0,3758.771131264977,18661376.0 +346.62,6.199999809265137,5186.0,0.015133529901504517,0.1713053435087204,1.9183735847473145,-0.01389405783265829,0.3264644145965576,0.8263046741485596,1140.0,291840.0,3761.9308907261584,18677760.0 +336.46,6.199999809265137,5212.0,0.012525275349617004,0.146728515625,1.918725609779358,-0.01377510279417038,0.29954829812049866,0.8449568003416061,1141.0,292096.0,3765.075017723022,18694144.0 +310.74,6.199999809265137,5131.0,0.013671242631971836,0.1525675505399704,1.8942450284957886,-0.014795836992561817,0.2973879277706146,0.850035235285759,1142.0,292352.0,3768.2689420389943,18710528.0 +317.62,5.900000095367432,5078.0,0.013169444166123867,0.15185546875,1.871799111366272,-0.013533252291381359,0.25081363320350647,0.8639164566993713,1143.0,292608.0,3771.495851811953,18726912.0 +387.08,5.599999904632568,5254.0,0.011842881329357624,0.1414387971162796,1.915152907371521,-0.013470669277012348,0.3847867548465729,0.8051374852657318,1144.0,292864.0,3774.615169628989,18743296.0 +328.61,5.400000095367432,4981.0,0.012804078869521618,0.1496988981962204,1.903054118156433,-0.015942886471748352,0.42181017994880676,0.7848218381404877,1145.0,293120.0,3777.905245929025,18759680.0 +292.08,6.099999904632568,4955.0,0.012284125201404095,0.1488444060087204,1.9400043487548828,-0.015505061484873295,0.3491659462451935,0.8063721358776093,1146.0,293376.0,3781.2121260170825,18776064.0 +308.36,6.5,4922.0,0.01366285141557455,0.15484619140625,1.960038185119629,-0.01436268538236618,0.3205924928188324,0.8110425174236298,1147.0,293632.0,3784.541075694142,18792448.0 +350.01,5.699999809265137,4816.0,0.011458727531135082,0.1378377228975296,2.0199997425079346,-0.015111214481294155,0.24106116592884064,0.8108144998550415,1148.0,293888.0,3787.943459625123,18808832.0 +369.34,5.599999904632568,4926.0,0.010997756384313107,0.1330973356962204,1.9849804639816284,-0.013350646011531353,0.25140830874443054,0.8327115178108215,1149.0,294144.0,3791.270126539981,18825216.0 +398.04,5.300000190734863,4868.0,0.012564633972942829,0.1360270231962204,1.9584752321243286,-0.015273825265467167,0.291297048330307,0.8226337730884552,1150.0,294400.0,3794.6361968610436,18841600.0 +356.53,5.099999904632568,4845.0,0.011703587137162685,0.1307576447725296,2.0128605365753174,-0.01716856099665165,0.2981463670730591,0.8167982846498489,1151.0,294656.0,3798.018559630029,18857984.0 +311.21,6.0,5048.0,0.012442396022379398,0.1353759765625,1.9393607378005981,-0.015487093478441238,0.3666607141494751,0.8163964748382568,1152.0,294912.0,3801.2648984040134,18874368.0 +271.22,6.699999809265137,5052.0,0.012312985956668854,0.1408894807100296,1.9563604593276978,-0.012555602006614208,0.3235267698764801,0.8122451156377792,1153.0,295168.0,3804.5119541089516,18890752.0 +352.7,5.5,5067.0,0.014378462918102741,0.1578165739774704,1.942607045173645,-0.015431779436767101,0.4089515507221222,0.7877801805734634,1154.0,295424.0,3807.7456339939963,18907136.0 +296.77,5.599999904632568,5112.0,0.015577101148664951,0.1691487580537796,1.926296353340149,-0.013704330660402775,0.29442697763442993,0.8536181747913361,1155.0,295680.0,3810.9509266561363,18923520.0 +281.8,6.0,5083.0,0.013136551715433598,0.1468098908662796,1.8973315954208374,-0.01642611436545849,0.3373934328556061,0.838920533657074,1156.0,295936.0,3814.175075132167,18939904.0 +296.67,6.300000190734863,5068.0,0.014549094252288342,0.1552734375,1.9251583814620972,-0.01576072908937931,0.276734858751297,0.8533988893032074,1157.0,296192.0,3817.4088987810537,18956288.0 +332.2,5.599999904632568,5010.0,0.013693377375602722,0.14605712890625,1.8623147010803223,-0.016119346022605896,0.384506493806839,0.8249121904373169,1158.0,296448.0,3820.680104424013,18972672.0 +263.58,5.699999809265137,5098.0,0.013484406284987926,0.1407877653837204,1.8358778953552246,-0.01424336340278387,0.4145725965499878,0.8163683116436005,1159.0,296704.0,3823.894428855041,18989056.0 +263.55,5.699999809265137,5171.0,0.013166312128305435,0.14666748046875,1.8249973058700562,-0.013481003232300282,0.39404571056365967,0.8111370801925659,1160.0,296960.0,3827.063471221132,19005440.0 +264.23,6.099999904632568,5189.0,0.01287967711687088,0.1366780549287796,1.7795014381408691,-0.014214863069355488,0.40649688243865967,0.7698858976364136,1161.0,297216.0,3830.22148071602,19021824.0 +293.2,6.300000190734863,5123.0,0.013966093771159649,0.1550089567899704,1.7753148078918457,-0.015532519668340683,0.49232760071754456,0.7521514445543289,1162.0,297472.0,3833.419766392093,19038208.0 +272.11,6.400000095367432,4980.0,0.013965326361358166,0.1512654572725296,1.8121275901794434,-0.012103351764380932,0.37303343415260315,0.7499103546142578,1163.0,297728.0,3836.7105051670223,19054592.0 +326.23,6.0,4920.0,0.014809413813054562,0.15484619140625,1.80524480342865,-0.016797605901956558,0.28025078773498535,0.7922404259443283,1164.0,297984.0,3840.0409878010396,19070976.0 +350.98,5.800000190734863,4944.0,0.011989024467766285,0.1376546174287796,1.859747290611267,-0.012862417846918106,0.1677812933921814,0.8532704263925552,1165.0,298240.0,3843.355308244005,19087360.0 +382.4,5.800000190734863,4862.0,0.015450868755578995,0.1668904572725296,1.8812886476516724,-0.015080002136528492,0.23841719329357147,0.8174090683460236,1166.0,298496.0,3846.725652211113,19103744.0 +399.15,5.099999904632568,4993.0,0.015424098819494247,0.1702067106962204,1.9353184700012207,-0.012912925332784653,0.3055665194988251,0.7789732366800308,1167.0,298752.0,3850.0071658981033,19120128.0 +388.65,5.0,5286.0,0.014052738435566425,0.1446736603975296,1.9230422973632812,-0.014182508923113346,0.36274591088294983,0.7370074689388275,1168.0,299008.0,3853.10684493999,19136512.0 +360.14,5.599999904632568,5260.0,0.013222928158938885,0.1464029997587204,1.9642210006713867,-0.014939036220312119,0.2941661775112152,0.7932587713003159,1169.0,299264.0,3856.221985931974,19152896.0 +265.49,7.099999904632568,4875.0,0.011802260763943195,0.1396687775850296,1.923322319984436,-0.014040056616067886,0.561958372592926,0.7494681179523468,1170.0,299520.0,3859.590203891974,19169280.0 +234.51,6.599999904632568,4880.0,0.015178735367953777,0.1568603515625,1.9039448499679565,-0.016113698482513428,0.4896775484085083,0.7412962913513184,1171.0,299776.0,3862.9480911751743,19185664.0 +278.93,6.300000190734863,4897.0,0.011929809115827084,0.1311238557100296,1.8702222108840942,-0.016169950366020203,0.46891406178474426,0.774811401963234,1172.0,300032.0,3866.29488532315,19202048.0 +232.16,7.300000190734863,4764.0,0.012244533747434616,0.1298421174287796,1.8616714477539062,-0.013437241315841675,0.36984577775001526,0.8150893598794937,1173.0,300288.0,3869.734454971971,19218432.0 +248.74,6.800000190734863,5088.0,0.01167160365730524,0.1250813752412796,1.8768423795700073,-0.014776822179555893,0.36073240637779236,0.7926810085773468,1174.0,300544.0,3872.954945172183,19234816.0 +319.32,5.599999904632568,5242.0,0.013829235918819904,0.1510823518037796,1.9080435037612915,-0.015278927981853485,0.2527022957801819,0.7893170416355133,1175.0,300800.0,3876.08066401002,19251200.0 +331.78,5.900000095367432,4916.0,0.015198941342532635,0.1692708283662796,1.8786135911941528,-0.01457230281084776,0.2906852066516876,0.8035835772752762,1176.0,301056.0,3879.414387017023,19267584.0 +333.49,6.199999809265137,4879.0,0.016078796237707138,0.1735432893037796,1.9194751977920532,-0.013480686582624912,0.30401912331581116,0.8285262882709503,1177.0,301312.0,3882.7728893579915,19283968.0 +309.87,6.199999809265137,4986.0,0.012327170930802822,0.1443888396024704,1.915903925895691,-0.014245823957026005,0.41787731647491455,0.7822660207748413,1178.0,301568.0,3886.0596015569754,19300352.0 +305.3,6.300000190734863,5121.0,0.012876330874860287,0.1374715119600296,1.9037113189697266,-0.015865536406636238,0.41582807898521423,0.7870991677045822,1179.0,301824.0,3889.2593555401545,19316736.0 +265.14,6.0,4960.0,0.017269501462578773,0.1653849333524704,1.9242753982543945,-0.016027143225073814,0.4067569971084595,0.7719165980815887,1180.0,302080.0,3892.5629700149875,19333120.0 +287.16,6.5,5131.0,0.013024863786995411,0.1468505859375,1.9152058362960815,-0.014996233396232128,0.3400786221027374,0.8125419616699219,1181.0,302336.0,3895.756686053006,19349504.0 +279.84,7.400000095367432,5105.0,0.01261814683675766,0.1456705778837204,1.8933039903640747,-0.015864558517932892,0.39245569705963135,0.7954846918582916,1182.0,302592.0,3898.9661235951353,19365888.0 +227.74,7.199999809265137,4852.0,0.014791742898523808,0.1533406525850296,1.9038845300674438,-0.014060274697840214,0.4188321828842163,0.7765105664730072,1183.0,302848.0,3902.3434363750275,19382272.0 +252.66,6.599999904632568,4790.0,0.01564728654921055,0.1739095002412796,1.9134687185287476,-0.018174534663558006,0.34645888209342957,0.8017531931400299,1184.0,303104.0,3905.7644488050137,19398656.0 +288.76,6.099999904632568,4621.0,0.013788887299597263,0.1446940153837204,1.897413730621338,-0.015512428246438503,0.3595477342605591,0.8000698536634445,1185.0,303360.0,3909.310901985038,19415040.0 +298.31,5.099999904632568,4853.0,0.013793532736599445,0.1584879606962204,1.8930538892745972,-0.015838097780942917,0.3033643960952759,0.7892970591783524,1186.0,303616.0,3912.6872166399844,19431424.0 +309.81,5.300000190734863,4895.0,0.015107118524610996,0.16107177734375,1.9020053148269653,-0.016080664470791817,0.45204368233680725,0.7596659064292908,1187.0,303872.0,3916.034848117968,19447808.0 +257.23,6.400000095367432,4923.0,0.012450969778001308,0.1512247771024704,1.8982962369918823,-0.014248250983655453,0.3841041326522827,0.7932845056056976,1188.0,304128.0,3919.3636004370637,19464192.0 +201.29,6.800000190734863,4837.0,0.0113953473046422,0.1292317658662796,1.875264286994934,-0.0148770771920681,0.409880667924881,0.7927483022212982,1189.0,304384.0,3922.750924969092,19480576.0 +252.84,6.300000190734863,4914.0,0.012888743542134762,0.14306640625,1.841209053993225,-0.01646672748029232,0.4727514982223511,0.7620298713445663,1190.0,304640.0,3926.782690549968,19496960.0 +245.27,6.900000095367432,4757.0,0.015051410533487797,0.15460205078125,1.8666267395019531,-0.017154084518551826,0.39018818736076355,0.7700799703598022,1191.0,304896.0,3930.54952729214,19513344.0 +288.5,6.5,4875.0,0.01414770632982254,0.1539510041475296,1.8738757371902466,-0.01676563359797001,0.4035392105579376,0.7660204023122787,1192.0,305152.0,3933.9106487000827,19529728.0 +304.14,6.800000190734863,4949.0,0.01588045246899128,0.1619669646024704,1.89673912525177,-0.01619577594101429,0.28710880875587463,0.8192689269781113,1193.0,305408.0,3937.2217259339523,19546112.0 +319.11,6.400000095367432,5098.0,0.013619985431432724,0.1558024138212204,1.9138798713684082,-0.014902611263096333,0.26285520195961,0.8280430734157562,1194.0,305664.0,3940.4361691779923,19562496.0 +351.38,5.0,4890.0,0.012536193244159222,0.1495768278837204,1.9083789587020874,-0.016876719892024994,0.2946050763130188,0.8077831566333771,1195.0,305920.0,3943.787312709959,19578880.0 +338.68,5.199999809265137,4925.0,0.015423912554979324,0.1632283478975296,1.9566402435302734,-0.010864250361919403,0.29419323801994324,0.8382562398910522,1196.0,306176.0,3947.114104642067,19595264.0 +334.17,5.800000190734863,4810.0,0.01697261817753315,0.1732177734375,1.9525154829025269,-0.016673559322953224,0.3197838366031647,0.8101582080125809,1197.0,306432.0,3950.5205434991512,19611648.0 +310.62,6.300000190734863,5117.0,0.016639644280076027,0.17242431640625,1.9576581716537476,-0.016420988366007805,0.40636634826660156,0.7810705006122589,1198.0,306688.0,3953.722557452973,19628032.0 +287.88,6.300000190734863,5107.0,0.01531720906496048,0.1574910432100296,1.924507737159729,-0.016650183126330376,0.38261330127716064,0.7770041674375534,1199.0,306944.0,3956.930829038145,19644416.0 +273.92,6.0,4891.0,0.012147493660449982,0.1343790739774704,1.9640849828720093,-0.014247193932533264,0.32827553153038025,0.792626291513443,1200.0,307200.0,3960.28086598916,19660800.0 +277.9,6.0,4959.0,0.014852878637611866,0.1587117463350296,1.9648946523666382,-0.014671090058982372,0.31443092226982117,0.7893644422292709,1201.0,307456.0,3963.58524973318,19677184.0 +338.77,5.400000095367432,4728.0,0.01356013584882021,0.1460367888212204,1.994340419769287,-0.015025903470814228,0.33289405703544617,0.774789035320282,1202.0,307712.0,3967.050844445126,19693568.0 +330.22,6.0,4769.0,0.014396240003407001,0.1598917692899704,1.955490231513977,-0.0158726517111063,0.3666665554046631,0.8065272122621536,1203.0,307968.0,3970.4867303459905,19709952.0 +262.1,6.699999809265137,5142.0,0.01328907161951065,0.1468302458524704,1.9611989259719849,-0.016881698742508888,0.36312922835350037,0.7986344695091248,1204.0,308224.0,3973.6733863579575,19726336.0 +278.29,6.699999809265137,5273.0,0.013209405355155468,0.1471150666475296,1.9178214073181152,-0.017289208248257637,0.38430914282798767,0.7948635816574097,1205.0,308480.0,3976.7811947229784,19742720.0 +252.11,6.699999809265137,5162.0,0.012451584450900555,0.1418253630399704,1.8929963111877441,-0.01568160019814968,0.48653388023376465,0.7901184558868408,1206.0,308736.0,3979.9558290180285,19759104.0 +235.41,6.400000095367432,5346.0,0.013327217660844326,0.1352946013212204,1.948245644569397,-0.014441232196986675,0.36889412999153137,0.8174897730350494,1207.0,308992.0,3983.021033066092,19775488.0 +241.89,6.199999809265137,5216.0,0.013782489113509655,0.1536661833524704,1.935036063194275,-0.017611294984817505,0.365081787109375,0.7964430302381516,1208.0,309248.0,3986.1623606071807,19791872.0 +261.39,6.300000190734863,4634.0,0.0160409864038229,0.155029296875,1.9367084503173828,-0.017093157395720482,0.2771882116794586,0.8405147343873978,1209.0,309504.0,3989.698248513043,19808256.0 +336.99,5.900000095367432,4990.0,0.012715875171124935,0.13885498046875,1.8976916074752808,-0.01646960712969303,0.3176361322402954,0.8261516243219376,1210.0,309760.0,3992.98225726909,19824640.0 +362.8,5.800000190734863,5086.0,0.014108014293015003,0.1625773161649704,1.9196839332580566,-0.0164925679564476,0.2817234992980957,0.8302935063838959,1211.0,310016.0,3996.2040791839827,19841024.0 +335.9,6.300000190734863,5038.0,0.01546254102140665,0.1688435822725296,1.8590229749679565,-0.014797511510550976,0.34729698300361633,0.8161670714616776,1212.0,310272.0,3999.456826359965,19857408.0 +288.16,6.699999809265137,4989.0,0.013439076952636242,0.1512247771024704,1.919070839881897,-0.01515226811170578,0.40656569600105286,0.7745723277330399,1213.0,310528.0,4002.7411619359627,19873792.0 +273.69,7.0,5003.0,0.013455900363624096,0.1517740935087204,1.8752483129501343,-0.018591219559311867,0.34846532344818115,0.8358993530273438,1214.0,310784.0,4006.0164787371177,19890176.0 +254.76,5.900000095367432,4769.0,0.012046602554619312,0.1275838166475296,1.8502591848373413,-0.016199221834540367,0.5184243321418762,0.7312006652355194,1215.0,311040.0,4009.4527761801146,19906560.0 +221.78,6.099999904632568,5072.0,0.012211949564516544,0.1360066682100296,1.8451743125915527,-0.016453126445412636,0.4645158350467682,0.7804846465587616,1216.0,311296.0,4012.6831394431647,19922944.0 +219.51,6.5,5192.0,0.012285334058105946,0.1430460661649704,1.8382431268692017,-0.01639452762901783,0.3588902950286865,0.8046433478593826,1217.0,311552.0,4015.8406160289887,19939328.0 +246.19,6.599999904632568,5085.0,0.0128128407523036,0.1360270231962204,1.8424125909805298,-0.01675507426261902,0.4613422453403473,0.779697835445404,1218.0,311808.0,4019.063011533115,19955712.0 +279.9,6.400000095367432,5070.0,0.013772751204669476,0.1472371369600296,1.8937296867370605,-0.014892212115228176,0.34793123602867126,0.8153584003448486,1219.0,312064.0,4022.295152211096,19972096.0 +263.23,7.099999904632568,4999.0,0.012826775200664997,0.1459757536649704,1.853939414024353,-0.01566963829100132,0.3708699941635132,0.7974380552768707,1220.0,312320.0,4025.573097893968,19988480.0 +202.03,7.300000190734863,5074.0,0.015748588368296623,0.1680501252412796,1.82997465133667,-0.013705097138881683,0.3441734313964844,0.8376520574092865,1221.0,312576.0,4028.803073341027,20004864.0 +231.3,7.0,4900.0,0.01240094006061554,0.13958740234375,1.867994785308838,-0.01632566936314106,0.3496260941028595,0.8159792721271515,1222.0,312832.0,4032.147265332984,20021248.0 +262.16,6.599999904632568,4951.0,0.01264877337962389,0.1439208984375,1.8509896993637085,-0.014174406416714191,0.3132363259792328,0.8078311234712601,1223.0,313088.0,4035.456777285086,20037632.0 +286.44,6.199999809265137,4968.0,0.016375700011849403,0.15863037109375,1.8057810068130493,-0.017966875806450844,0.37008097767829895,0.8115110248327255,1224.0,313344.0,4038.7554950101767,20054016.0 +222.56,6.900000095367432,4971.0,0.01592843048274517,0.1636149138212204,1.8310027122497559,-0.01505132857710123,0.3640254735946655,0.8171758204698563,1225.0,313600.0,4042.0517742051743,20070400.0 +256.87,7.099999904632568,5043.0,0.012829282321035862,0.1425577849149704,1.8565049171447754,-0.016723740845918655,0.29640892148017883,0.817476749420166,1226.0,313856.0,4045.30108754104,20086784.0 +246.89,7.0,4997.0,0.011759083718061447,0.1301676481962204,1.8606548309326172,-0.015776554122567177,0.44981321692466736,0.7973932474851608,1227.0,314112.0,4048.580297335051,20103168.0 +219.01,7.199999809265137,5014.0,0.011672064661979675,0.1244099959731102,1.8433871269226074,-0.01456212904304266,0.4729083776473999,0.806987389922142,1228.0,314368.0,4051.8483963711187,20119552.0 +194.67,7.400000095367432,4907.0,0.013437234796583652,0.1388142853975296,1.8871103525161743,-0.014871302992105484,0.311748743057251,0.8343153148889542,1229.0,314624.0,4055.187589866109,20135936.0 +265.87,7.199999809265137,4897.0,0.013815224170684814,0.1407674103975296,1.8462551832199097,-0.015289109200239182,0.34932371973991394,0.8309579491615295,1230.0,314880.0,4058.5364191741683,20152320.0 +253.31,7.5,5101.0,0.012694776058197021,0.1397908478975296,1.8315925598144531,-0.015501916408538818,0.34536507725715637,0.8430136889219284,1231.0,315136.0,4061.7489524420816,20168704.0 +229.28,7.0,4799.0,0.012568380683660507,0.1419474333524704,1.787369728088379,-0.01530672237277031,0.5083915591239929,0.7763262987136841,1232.0,315392.0,4065.1631892530713,20185088.0 +202.31,7.199999809265137,4948.0,0.014586818404495716,0.1607259064912796,1.8277264833450317,-0.01698009856045246,0.416286438703537,0.8192037791013718,1233.0,315648.0,4068.475653173169,20201472.0 +246.83,6.900000095367432,4906.0,0.017130790278315544,0.1719970703125,1.842885971069336,-0.01725737936794758,0.305936723947525,0.853760838508606,1234.0,315904.0,4071.8155021029525,20217856.0 +257.88,6.300000190734863,5083.0,0.015031117014586926,0.159423828125,1.8923043012619019,-0.01629377342760563,0.3228040635585785,0.8340941518545151,1235.0,316160.0,4075.039609313011,20234240.0 +280.38,6.099999904632568,5112.0,0.014436340890824795,0.1583251953125,1.9089065790176392,-0.016933733597397804,0.40050506591796875,0.7962891757488251,1236.0,316416.0,4078.2452911031432,20250624.0 +235.56,7.0,5074.0,0.011902797035872936,0.1275838166475296,1.7962509393692017,-0.015334869734942913,0.40979453921318054,0.8136468678712845,1237.0,316672.0,4081.4743779271375,20267008.0 +226.66,7.599999904632568,5039.0,0.012336436659097672,0.14013671875,1.7881598472595215,-0.014806694351136684,0.4264364242553711,0.7824918925762177,1238.0,316928.0,4084.7261899029836,20283392.0 +203.96,6.900000095367432,5060.0,0.014009599573910236,0.15032958984375,1.7578868865966797,-0.016229137778282166,0.375268816947937,0.7970544993877411,1239.0,317184.0,4087.965253686998,20299776.0 +225.4,5.800000190734863,5095.0,0.014103468507528305,0.1531982421875,1.7519019842147827,-0.01610345020890236,0.42011579871177673,0.759286642074585,1240.0,317440.0,4091.1812280779704,20316160.0 +257.88,6.300000190734863,4859.0,0.014001735486090183,0.159912109375,1.7423114776611328,-0.014201330952346325,0.3694212734699249,0.7995517253875732,1241.0,317696.0,4094.553295823047,20332544.0 +284.14,6.400000095367432,4895.0,0.011067315936088562,0.1263020783662796,1.8203930854797363,-0.015958981588482857,0.27201342582702637,0.8163984715938568,1242.0,317952.0,4097.901309142122,20348928.0 +320.28,5.900000095367432,4875.0,0.013075035065412521,0.1412353515625,1.865072250366211,-0.01678253896534443,0.336622029542923,0.7801994979381561,1243.0,318208.0,4101.262320757145,20365312.0 +316.25,5.800000190734863,5008.0,0.014296770095825195,0.15557861328125,1.8874551057815552,-0.017611457034945488,0.2552521526813507,0.8208328038454056,1244.0,318464.0,4104.533965985989,20381696.0 +338.43,5.400000095367432,5014.0,0.011151466518640518,0.1298624724149704,1.8865183591842651,-0.014979387633502483,0.42181798815727234,0.7225535213947296,1245.0,318720.0,4107.802274710033,20398080.0 +308.73,5.400000095367432,4913.0,0.013885307125747204,0.15826416015625,1.8857303857803345,-0.01498489361256361,0.3201684057712555,0.7756929695606232,1246.0,318976.0,4111.137384322006,20414464.0 +255.08,6.099999904632568,4909.0,0.013070073910057545,0.1461995393037796,1.8755377531051636,-0.016799192875623703,0.3136046826839447,0.7715426981449127,1247.0,319232.0,4114.4755934390705,20430848.0 +301.18,6.400000095367432,5277.0,0.016121191903948784,0.1717732697725296,1.8386411666870117,-0.017954694107174873,0.33572638034820557,0.7852742224931717,1248.0,319488.0,4117.580819790019,20447232.0 +362.31,6.400000095367432,5256.0,0.012966458685696125,0.1521809846162796,1.9055808782577515,-0.015221445821225643,0.19631700217723846,0.8370116353034973,1249.0,319744.0,4120.698582882062,20463616.0 +331.03,6.5,4991.0,0.016790049150586128,0.1716511994600296,1.9083300828933716,-0.015136878937482834,0.2941252291202545,0.8205563724040985,1250.0,320000.0,4123.982130827149,20480000.0 +277.59,6.199999809265137,4723.0,0.014972873963415623,0.1611328125,1.9463787078857422,-0.018811704590916634,0.31463316082954407,0.7937667965888977,1251.0,320256.0,4127.4517125270795,20496384.0 +331.27,5.300000190734863,4855.0,0.013775923289358616,0.16461181640625,1.9230955839157104,-0.01525589358061552,0.2747298777103424,0.8110684752464294,1252.0,320512.0,4130.82647831412,20512768.0 +338.15,5.199999809265137,4804.0,0.013768221251666546,0.16278076171875,1.843787670135498,-0.014532736502587795,0.23504126071929932,0.8521272391080856,1253.0,320768.0,4134.23751953803,20529152.0 +291.88,6.400000095367432,5076.0,0.014586187899112701,0.1558024138212204,1.8259609937667847,-0.016389919444918633,0.22827960550785065,0.8588506579399109,1254.0,321024.0,4137.465636320179,20545536.0 +300.28,6.800000190734863,4996.0,0.01377191487699747,0.15728759765625,1.7729848623275757,-0.013925681822001934,0.32268795371055603,0.81498584151268,1255.0,321280.0,4140.745738794096,20561920.0 +390.56,6.0,5051.0,0.013757276348769665,0.1405436247587204,1.7575455904006958,-0.014342269860208035,0.27050498127937317,0.7817784547805786,1256.0,321536.0,4143.989592591999,20578304.0 +401.5,5.900000095367432,5145.0,0.013855512253940105,0.1470947265625,1.7917426824569702,-0.017301833257079124,0.2537664771080017,0.8163224756717682,1257.0,321792.0,4147.174382510129,20594688.0 +432.31,5.599999904632568,5161.0,0.015996083617210388,0.1747639924287796,1.804640769958496,-0.01484234631061554,0.2523994743824005,0.8247763961553574,1258.0,322048.0,4150.349193874979,20611072.0 +416.19,5.400000095367432,5238.0,0.014997671358287334,0.1540934294462204,1.8266993761062622,-0.01339789479970932,0.214669868350029,0.8532391637563705,1259.0,322304.0,4153.477592247073,20627456.0 +352.52,5.900000095367432,4860.0,0.016676845028996468,0.1819254606962204,1.819126009941101,-0.015221471898257732,0.22973839938640594,0.852865681052208,1260.0,322560.0,4156.849498586031,20643840.0 +358.41,6.199999809265137,4668.0,0.015590970404446125,0.1732177734375,1.842422366142273,-0.012994649820029736,0.3149416744709015,0.7949305772781372,1261.0,322816.0,4160.359314188128,20660224.0 +373.4,6.0,4679.0,0.014522469602525234,0.16339111328125,1.8424115180969238,-0.01449515763670206,0.26780644059181213,0.7953260689973831,1262.0,323072.0,4163.861082893098,20676608.0 +333.17,6.699999809265137,4683.0,0.015571539290249348,0.1680704802274704,1.807951807975769,-0.015520617365837097,0.34852156043052673,0.7682388722896576,1263.0,323328.0,4167.360069025075,20692992.0 +300.06,7.0,4750.0,0.016313277184963226,0.1644083708524704,1.8709239959716797,-0.01348783727735281,0.210271418094635,0.848711833357811,1264.0,323584.0,4170.809814277105,20709376.0 +334.36,6.400000095367432,4615.0,0.013271883130073547,0.1560261994600296,1.9011974334716797,-0.013452213257551193,0.3033842146396637,0.801268458366394,1265.0,323840.0,4174.360422782134,20725760.0 +342.85,5.900000095367432,4964.0,0.015369650907814503,0.1746012419462204,1.9017761945724487,-0.016249939799308777,0.29858776926994324,0.8333209007978439,1266.0,324096.0,4177.66170952213,20742144.0 +362.53,6.0,4797.0,0.013875880278646946,0.1582845002412796,1.945508360862732,-0.013820182532072067,0.28495603799819946,0.8348570615053177,1267.0,324352.0,4181.0778501760215,20758528.0 +377.77,6.099999904632568,4794.0,0.013791321776807308,0.1532185822725296,1.9145326614379883,-0.014374635182321072,0.27151742577552795,0.8380565792322159,1268.0,324608.0,4184.495931843994,20774912.0 +328.3,6.699999809265137,4869.0,0.014033851213753223,0.1539713591337204,1.8775407075881958,-0.015414289198815823,0.32216617465019226,0.8016960918903351,1269.0,324864.0,4187.861339529045,20791296.0 +360.6,5.800000190734863,4999.0,0.013351649977266788,0.1483561247587204,1.9457448720932007,-0.015412288717925549,0.25922253727912903,0.7855302095413208,1270.0,325120.0,4191.138973354129,20807680.0 +382.01,5.300000190734863,5026.0,0.01385505497455597,0.1620076447725296,1.9241461753845215,-0.012594424188137054,0.3089098334312439,0.77401202917099,1271.0,325376.0,4194.399424046045,20824064.0 +338.71,6.300000190734863,4987.0,0.014727198518812656,0.1602579802274704,1.8505839109420776,-0.01559924054890871,0.36050888895988464,0.7763897478580475,1272.0,325632.0,4197.685381890042,20840448.0 +323.65,5.800000190734863,4933.0,0.013686162419617176,0.1610107421875,1.8584307432174683,-0.015417966060340405,0.361067533493042,0.7636175453662872,1273.0,325888.0,4201.00702384999,20856832.0 +365.02,5.0,4897.0,0.014291451312601566,0.14984130859375,1.9110201597213745,-0.017603332176804543,0.21263271570205688,0.8306093066930771,1274.0,326144.0,4204.3531557009555,20873216.0 +339.49,5.5,4785.0,0.013095119036734104,0.1511027067899704,1.914565086364746,-0.013685367070138454,0.185871422290802,0.8567141443490982,1275.0,326400.0,4207.777317838976,20889600.0 +363.48,5.800000190734863,4920.0,0.01480911672115326,0.1622517853975296,1.870930552482605,-0.014264349825680256,0.38203367590904236,0.7754378318786621,1276.0,326656.0,4211.107782635139,20905984.0 +308.57,6.699999809265137,5010.0,0.012456674128770828,0.14337158203125,1.9244369268417358,-0.014711384661495686,0.433115154504776,0.7758974432945251,1277.0,326912.0,4214.37849123613,20922368.0 +257.69,6.800000190734863,5034.0,0.013026283122599125,0.14068603515625,1.890309453010559,-0.013071908615529537,0.3420197069644928,0.7972799688577652,1278.0,327168.0,4217.633250406012,20938752.0 +254.0,6.599999904632568,4969.0,0.014227114617824554,0.1532389372587204,1.9129657745361328,-0.016019249334931374,0.27252405881881714,0.8258662074804306,1279.0,327424.0,4220.930853591999,20955136.0 +309.68,6.400000095367432,5043.0,0.015714380890130997,0.17193603515625,1.898506760597229,-0.015958646312355995,0.2896062433719635,0.8226672559976578,1280.0,327680.0,4224.1799919439945,20971520.0 +364.67,6.099999904632568,5049.0,0.01492134016007185,0.1609700471162796,1.9163638353347778,-0.014994725584983826,0.3496887683868408,0.7827020138502121,1281.0,327936.0,4227.425586499972,20987904.0 +300.73,6.300000190734863,5207.0,0.015015381388366222,0.16424560546875,1.8634344339370728,-0.016854964196681976,0.3913886547088623,0.7717037796974182,1282.0,328192.0,4230.572520144051,21004288.0 +291.06,6.099999904632568,5197.0,0.011996075510978699,0.1340738981962204,1.9158148765563965,-0.01488968450576067,0.2867097556591034,0.788588672876358,1283.0,328448.0,4233.7255785211455,21020672.0 +295.98,6.599999904632568,5310.0,0.01392845157533884,0.1474812775850296,1.927716612815857,-0.014243356883525848,0.3151555061340332,0.7857937216758728,1284.0,328704.0,4236.81137991813,21037056.0 +296.67,6.5,5261.0,0.013524308800697327,0.141357421875,1.9259260892868042,-0.014806986786425114,0.2792145013809204,0.7903195023536682,1285.0,328960.0,4239.9262589130085,21053440.0 +345.49,6.199999809265137,5089.0,0.015253358520567417,0.1725056916475296,1.9481806755065918,-0.012881695292890072,0.3277526795864105,0.790190190076828,1286.0,329216.0,4243.146327773109,21069824.0 +316.24,6.800000190734863,4702.0,0.014830249361693859,0.1643880158662796,1.9770325422286987,-0.016682712361216545,0.281818151473999,0.8243022561073303,1287.0,329472.0,4246.63113207696,21086208.0 +325.76,6.5,4759.0,0.01579064130783081,0.180908203125,1.9843215942382812,-0.016159703955054283,0.23895429074764252,0.8289049565792084,1288.0,329728.0,4250.076717445161,21102592.0 +334.81,6.0,4884.0,0.01443337183445692,0.1563720703125,1.9516420364379883,-0.015075321309268475,0.34538784623146057,0.7661625295877457,1289.0,329984.0,4253.431544369087,21118976.0 +340.05,6.0,4951.0,0.016523538157343864,0.1713460236787796,1.886597990989685,-0.019199807196855545,0.3893507421016693,0.7370021343231201,1290.0,330240.0,4256.7421641291585,21135360.0 +290.89,6.699999809265137,4724.0,0.0132123539224267,0.1446126252412796,1.8693609237670898,-0.015275982208549976,0.36363911628723145,0.7695716470479965,1291.0,330496.0,4260.210450152168,21151744.0 +247.28,6.900000095367432,4821.0,0.015976155176758766,0.17950439453125,1.8512605428695679,-0.0166033748537302,0.5045904517173767,0.6933718919754028,1292.0,330752.0,4263.6094370989595,21168128.0 +245.62,6.699999809265137,4851.0,0.013547539710998535,0.14996337890625,1.8936543464660645,-0.01577788032591343,0.34864866733551025,0.8009043782949448,1293.0,331008.0,4266.987434228184,21184512.0 +264.7,6.199999809265137,4902.0,0.015459872782230377,0.1668294221162796,1.8617180585861206,-0.016520820558071136,0.38753148913383484,0.7648881524801254,1294.0,331264.0,4270.330291574122,21200896.0 +240.5,6.699999809265137,4953.0,0.01285391766577959,0.1435343474149704,1.8461060523986816,-0.01685020886361599,0.29633215069770813,0.8021506667137146,1295.0,331520.0,4273.638466794975,21217280.0 +260.37,6.599999904632568,4915.0,0.014229263179004192,0.1549479216337204,1.910923957824707,-0.016461366787552834,0.2855633795261383,0.775467187166214,1296.0,331776.0,4276.9725574220065,21233664.0 +329.03,6.5,5075.0,0.014478580094873905,0.1501261442899704,1.889466404914856,-0.017435159534215927,0.3690578043460846,0.7154894769191742,1297.0,332032.0,4280.201562331989,21250048.0 +324.35,6.5,4993.0,0.013179861940443516,0.1489054411649704,1.9158005714416504,-0.017567288130521774,0.27502578496932983,0.7756502330303192,1298.0,332288.0,4283.483518811176,21266432.0 +306.87,6.699999809265137,4957.0,0.014025535434484482,0.1546223908662796,1.9288763999938965,-0.01590980775654316,0.29839080572128296,0.7724206149578094,1299.0,332544.0,4286.7893432411365,21282816.0 +311.43,6.699999809265137,4754.0,0.013887345790863037,0.15679931640625,1.9327936172485352,-0.01679656095802784,0.340512752532959,0.7461403608322144,1300.0,332800.0,4290.236380303977,21299200.0 +333.3,6.400000095367432,4751.0,0.015726111829280853,0.1679890900850296,1.9221700429916382,-0.016570763662457466,0.4416978359222412,0.7203353643417358,1301.0,333056.0,4293.685330439126,21315584.0 +270.91,6.599999904632568,4717.0,0.01394676510244608,0.1545613557100296,1.9254474639892578,-0.01844668947160244,0.3506411612033844,0.7814731150865555,1302.0,333312.0,4297.158744283952,21331968.0 +255.76,7.300000190734863,4912.0,0.014262278564274311,0.1624552458524704,1.922123908996582,-0.01655980572104454,0.3136746883392334,0.7948252409696579,1303.0,333568.0,4300.494896313176,21348352.0 +265.4,7.699999809265137,4832.0,0.014820841141045094,0.1603800505399704,1.861038327217102,-0.01784491166472435,0.28560516238212585,0.8106247633695602,1304.0,333824.0,4303.885991191026,21364736.0 +268.26,7.300000190734863,4860.0,0.01442998182028532,0.1588338166475296,1.8088003396987915,-0.016929656267166138,0.4061979055404663,0.733912467956543,1305.0,334080.0,4307.257633649977,21381120.0 +276.62,6.800000190734863,4801.0,0.01661895401775837,0.1518351286649704,1.782482624053955,-0.016176734119653702,0.41352179646492004,0.72373366355896,1306.0,334336.0,4310.670813739998,21397504.0 +238.6,6.699999809265137,5108.0,0.01367393508553505,0.1451212614774704,1.8149727582931519,-0.013961956836283207,0.45357203483581543,0.7339423298835754,1307.0,334592.0,4313.8788340971805,21413888.0 +186.15,6.900000095367432,5061.0,0.015175349079072475,0.1593424528837204,1.8609085083007812,-0.016371911391615868,0.40378960967063904,0.7416664063930511,1308.0,334848.0,4317.116757939104,21430272.0 +269.12,6.0,5289.0,0.012701698578894138,0.14544677734375,1.8793110847473145,-0.016674986109137535,0.29872143268585205,0.7610965669155121,1309.0,335104.0,4320.215081318049,21446656.0 +280.33,6.400000095367432,5074.0,0.013840943574905396,0.1534830778837204,1.8794445991516113,-0.016422631219029427,0.22416847944259644,0.797530472278595,1310.0,335360.0,4323.444734286051,21463040.0 +306.56,6.400000095367432,5228.0,0.014795660972595215,0.1574503630399704,1.8653279542922974,-0.015754656866192818,0.33888110518455505,0.7501756399869919,1311.0,335616.0,4326.57883417001,21479424.0 +329.11,6.400000095367432,4996.0,0.014505372382700443,0.1499430388212204,1.8057050704956055,-0.018105657771229744,0.41750213503837585,0.7313825190067291,1312.0,335872.0,4329.858892457094,21495808.0 +250.2,7.199999809265137,5005.0,0.015328437089920044,0.16680908203125,1.8859723806381226,-0.01590304635465145,0.3525243103504181,0.7469195127487183,1313.0,336128.0,4333.132830634015,21512192.0 +230.25,6.900000095367432,4958.0,0.012292016297578812,0.13677978515625,1.8702207803726196,-0.0170244462788105,0.25664451718330383,0.7744601219892502,1314.0,336384.0,4336.437506580027,21528576.0 +286.82,6.199999809265137,4934.0,0.013513629324734211,0.159423828125,1.8557963371276855,-0.016517288982868195,0.35559526085853577,0.7508191615343094,1315.0,336640.0,4339.75914308615,21544960.0 +264.44,6.400000095367432,4800.0,0.011977296322584152,0.1390787810087204,1.8019695281982422,-0.014264881610870361,0.4257868528366089,0.7460516393184662,1316.0,336896.0,4343.17262841505,21561344.0 +192.41,7.400000095367432,4996.0,0.014804939739406109,0.14349365234375,1.7623058557510376,-0.017639564350247383,0.3870503604412079,0.7581394463777542,1317.0,337152.0,4346.452906129183,21577728.0 +219.73,6.900000095367432,4923.0,0.013418815098702908,0.14306640625,1.8457374572753906,-0.018806220963597298,0.2884974181652069,0.7717572599649429,1318.0,337408.0,4349.781235852977,21594112.0 +261.11,6.099999904632568,4891.0,0.013028205372393131,0.1418863981962204,1.8607357740402222,-0.016623932868242264,0.4074784219264984,0.7497056424617767,1319.0,337664.0,4353.13196296012,21610496.0 +301.77,5.300000190734863,5002.0,0.011560770682990551,0.1287841796875,1.93889582157135,-0.017680859193205833,0.2187541127204895,0.794683501124382,1320.0,337920.0,4356.407933175098,21626880.0 +350.85,5.199999809265137,5140.0,0.013528023846447468,0.1508992463350296,1.8966971635818481,-0.015299472026526928,0.3678534924983978,0.7025655210018158,1321.0,338176.0,4359.596354773035,21643264.0 +263.89,6.800000190734863,5227.0,0.013239234685897827,0.1474202424287796,1.8546086549758911,-0.018560707569122314,0.32677996158599854,0.7833026647567749,1322.0,338432.0,4362.731114199152,21659648.0 +320.41,6.5,5181.0,0.014417998492717743,0.1645100861787796,1.8790382146835327,-0.018098967149853706,0.32737162709236145,0.7212691903114319,1323.0,338688.0,4365.893882452045,21676032.0 +327.61,6.300000190734863,5277.0,0.014506685547530651,0.1585896760225296,1.8700027465820312,-0.01871737837791443,0.2346562147140503,0.821775883436203,1324.0,338944.0,4368.999525567982,21692416.0 +261.17,6.599999904632568,5276.0,0.015361837111413479,0.1547037810087204,1.8982206583023071,-0.016477050259709358,0.29314643144607544,0.7736802697181702,1325.0,339200.0,4372.105394612998,21708800.0 +289.59,6.099999904632568,4893.0,0.015536659397184849,0.16845703125,1.917769432067871,-0.01687304489314556,0.3300448954105377,0.7696072310209274,1326.0,339456.0,4375.455979280174,21725184.0 +285.48,6.199999809265137,4858.0,0.014551971107721329,0.1587117463350296,1.8933366537094116,-0.018176792189478874,0.382130891084671,0.7488601505756378,1327.0,339712.0,4378.828936523059,21741568.0 +273.44,6.5,4685.0,0.014110434800386429,0.1592203825712204,1.9066787958145142,-0.017909860238432884,0.3449736535549164,0.7711704671382904,1328.0,339968.0,4382.326030459022,21757952.0 +262.51,6.900000095367432,4941.0,0.015927113592624664,0.1666463166475296,1.8599305152893066,-0.017671862617135048,0.2741449177265167,0.8251606076955795,1329.0,340224.0,4385.642364568077,21774336.0 +288.13,7.099999904632568,4947.0,0.015383627265691757,0.17401123046875,1.8612030744552612,-0.017175961285829544,0.31796494126319885,0.7848801761865616,1330.0,340480.0,4388.955104344059,21790720.0 +305.11,6.699999809265137,5005.0,0.016634533181786537,0.1621297150850296,1.8362616300582886,-0.014333982951939106,0.38366636633872986,0.726157009601593,1331.0,340736.0,4392.229150877101,21807104.0 +308.59,6.5,4762.0,0.014313996769487858,0.14532470703125,1.7993874549865723,-0.018243903294205666,0.39902782440185547,0.7723979204893112,1332.0,340992.0,4395.670286111068,21823488.0 +270.8,6.599999904632568,4851.0,0.01793103665113449,0.1707967072725296,1.8467799425125122,-0.015191350132226944,0.257759690284729,0.787852019071579,1333.0,341248.0,4399.048453756142,21839872.0 +297.38,6.099999904632568,4915.0,0.01589202880859375,0.1684366911649704,1.864134430885315,-0.015830110758543015,0.3137160539627075,0.7852843552827835,1334.0,341504.0,4402.382567791967,21856256.0 +346.6,5.800000190734863,4723.0,0.01643386110663414,0.1695353239774704,1.8906112909317017,-0.014742170460522175,0.30163145065307617,0.7967608124017715,1335.0,341760.0,4405.852403076133,21872640.0 +312.26,6.699999809265137,4878.0,0.01406229566782713,0.15264892578125,1.8772355318069458,-0.014977079816162586,0.2763995826244354,0.8287113308906555,1336.0,342016.0,4409.211468514055,21889024.0 +299.53,6.599999904632568,4841.0,0.019012555480003357,0.1773478239774704,1.861368179321289,-0.014828164130449295,0.33198872208595276,0.8038575649261475,1337.0,342272.0,4412.5962497959845,21905408.0 +277.12,6.900000095367432,4728.0,0.014143849723041058,0.15118408203125,1.8668899536132812,-0.014783546328544617,0.3175017535686493,0.8007699400186539,1338.0,342528.0,4416.0616445990745,21921792.0 +301.87,6.900000095367432,4769.0,0.015840433537960052,0.1579996794462204,1.876462459564209,-0.015301966108381748,0.42421162128448486,0.7726402878761292,1339.0,342784.0,4419.497842238983,21938176.0 +199.71,7.300000190734863,4867.0,0.01624375395476818,0.17034912109375,1.863552212715149,-0.015903549268841743,0.4262235164642334,0.7118487358093262,1340.0,343040.0,4422.8642792119645,21954560.0 +266.18,6.099999904632568,4884.0,0.015090162865817547,0.1523640900850296,1.906540870666504,-0.015997467562556267,0.3476145267486572,0.7476487159729004,1341.0,343296.0,4426.219205252128,21970944.0 +244.83,7.099999904632568,4929.0,0.011496610939502716,0.12347412109375,1.827185034751892,-0.015910623595118523,0.3419981896877289,0.7966116368770599,1342.0,343552.0,4429.544414140983,21987328.0 +242.44,7.099999904632568,5038.0,0.013908795081079006,0.1541544646024704,1.82040536403656,-0.018902109935879707,0.34472179412841797,0.7676869332790375,1343.0,343808.0,4432.797133783111,22003712.0 +245.56,6.599999904632568,4943.0,0.016474084928631783,0.1695760041475296,1.8112945556640625,-0.017237653955817223,0.37987494468688965,0.7499249279499054,1344.0,344064.0,4436.11713695107,22020096.0 +246.6,7.199999809265137,4944.0,0.01983092539012432,0.18792724609375,1.8400830030441284,-0.01623198762536049,0.3718688189983368,0.7688548713922501,1345.0,344320.0,4439.43160835118,22036480.0 +257.94,7.199999809265137,4975.0,0.01760096289217472,0.1724650114774704,1.7920714616775513,-0.014758908189833164,0.3590454161167145,0.7976679503917694,1346.0,344576.0,4442.725278258091,22052864.0 +278.22,6.400000095367432,5284.0,0.014098011888563633,0.1510416716337204,1.851951003074646,-0.013358852826058865,0.34149274230003357,0.7544708847999573,1347.0,344832.0,4445.826229710132,22069248.0 +286.08,5.900000095367432,5051.0,0.014581519179046154,0.1640218049287796,1.8067083358764648,-0.01734442077577114,0.2593214213848114,0.8014158755540848,1348.0,345088.0,4449.0710640701,22085632.0 +283.47,6.699999809265137,5320.0,0.01597466506063938,0.1678263396024704,1.8428741693496704,-0.015809351578354836,0.3164066672325134,0.7935922890901566,1349.0,345344.0,4452.151052873116,22102016.0 +247.57,7.199999809265137,5111.0,0.015710337087512016,0.1766357421875,1.7792763710021973,-0.016798604279756546,0.4220004081726074,0.737043023109436,1350.0,345600.0,4455.35723553109,22118400.0 +209.52,7.099999904632568,5157.0,0.013803857378661633,0.1493733674287796,1.7893999814987183,-0.014360371045768261,0.42362263798713684,0.760371059179306,1351.0,345856.0,4458.534751974978,22134784.0 +215.53,7.300000190734863,4851.0,0.016549795866012573,0.1641438752412796,1.7873921394348145,-0.01707197166979313,0.42192450165748596,0.7659125477075577,1352.0,346112.0,4461.913015397964,22151168.0 +199.77,7.300000190734863,4842.0,0.016056662425398827,0.1634521484375,1.7845700979232788,-0.015987230464816093,0.3932397663593292,0.8023779541254044,1353.0,346368.0,4465.2973506571725,22167552.0 +217.01,7.5,4948.0,0.018401311710476875,0.1697794646024704,1.8514724969863892,-0.018036730587482452,0.27516448497772217,0.8248656839132309,1354.0,346624.0,4468.60868627415,22183936.0 +264.2,7.599999904632568,5025.0,0.015912869945168495,0.1672566682100296,1.812796711921692,-0.01712835766375065,0.4161668121814728,0.790365532040596,1355.0,346880.0,4471.869297628058,22200320.0 +187.02,7.800000190734863,4985.0,0.0166003555059433,0.16192626953125,1.8721586465835571,-0.016485819593071938,0.34861114621162415,0.7949605137109756,1356.0,347136.0,4475.156280930154,22216704.0 +271.25,6.5,5034.0,0.014413668774068356,0.1474405974149704,1.8180952072143555,-0.01808801479637623,0.3660946786403656,0.7636092007160187,1357.0,347392.0,4478.410996460123,22233088.0 +249.51,6.800000190734863,5043.0,0.01573018543422222,0.1617635041475296,1.8482972383499146,-0.019066056236624718,0.30390074849128723,0.8011359125375748,1358.0,347648.0,4481.660258317133,22249472.0 +294.57,6.699999809265137,5251.0,0.013006831519305706,0.14337158203125,1.8641176223754883,-0.014797300100326538,0.3327358663082123,0.7992357611656189,1359.0,347904.0,4484.780939165968,22265856.0 +219.94,6.300000190734863,5173.0,0.016777388751506805,0.1600748747587204,1.7682639360427856,-0.017575973644852638,0.40351828932762146,0.7623623758554459,1360.0,348160.0,4487.948530346155,22282240.0 +229.65,6.699999809265137,5203.0,0.016691312193870544,0.1748860627412796,1.8038274049758911,-0.01593257114291191,0.3849341571331024,0.7845541089773178,1361.0,348416.0,4491.0978161231615,22298624.0 +243.66,7.5,5146.0,0.012466806918382645,0.1392415314912796,1.7587865591049194,-0.017045529559254646,0.39266669750213623,0.7863378673791885,1362.0,348672.0,4494.282096709125,22315008.0 +207.06,7.199999809265137,5173.0,0.01321107242256403,0.1396484375,1.8267316818237305,-0.015245881862938404,0.43146607279777527,0.7347091138362885,1363.0,348928.0,4497.44937856216,22331392.0 +254.88,5.699999809265137,5084.0,0.010370864532887936,0.1158447265625,1.873720645904541,-0.014945641160011292,0.4039277732372284,0.7617436051368713,1364.0,349184.0,4500.672351486981,22347776.0 +188.46,6.900000095367432,4934.0,0.014414099045097828,0.15283203125,1.8488736152648926,-0.016977878287434578,0.3800325393676758,0.7810017317533493,1365.0,349440.0,4503.993080207147,22364160.0 +250.99,6.900000095367432,5011.0,0.013568181544542313,0.145751953125,1.8832283020019531,-0.015914849936962128,0.32663360238075256,0.745402455329895,1366.0,349696.0,4507.2630469931755,22380544.0 +277.79,6.300000190734863,5150.0,0.01343611255288124,0.1477864533662796,1.8247488737106323,-0.014884959906339645,0.3708409368991852,0.7545720934867859,1367.0,349952.0,4510.44484128803,22396928.0 +250.89,6.800000190734863,5090.0,0.014282695949077606,0.161376953125,1.8153165578842163,-0.016236605122685432,0.4212171733379364,0.755871132016182,1368.0,350208.0,4513.663758474169,22413312.0 +240.91,7.199999809265137,5132.0,0.01382692065089941,0.14141845703125,1.7903151512145996,-0.015524693764746189,0.4042792320251465,0.7806556969881058,1369.0,350464.0,4516.8564800859895,22429696.0 +182.5,7.400000095367432,5053.0,0.013519483618438244,0.150634765625,1.7950752973556519,-0.01641090027987957,0.3574866056442261,0.7950830012559891,1370.0,350720.0,4520.099854655098,22446080.0 +211.35,7.199999809265137,4958.0,0.013555716723203659,0.14691162109375,1.818966269493103,-0.01685672253370285,0.4328404366970062,0.724421888589859,1371.0,350976.0,4523.404957497958,22462464.0 +201.2,7.099999904632568,5133.0,0.013974245637655258,0.1365966796875,1.844986081123352,-0.016047129407525063,0.37260401248931885,0.7834797352552414,1372.0,351232.0,4526.598293646006,22478848.0 +222.05,7.199999809265137,5142.0,0.012158275581896305,0.13494873046875,1.8221162557601929,-0.015329544432461262,0.4418586790561676,0.7691754549741745,1373.0,351488.0,4529.784819605062,22495232.0 +183.01,7.099999904632568,5271.0,0.01387591939419508,0.1498006135225296,1.862392783164978,-0.016779759898781776,0.43418070673942566,0.7417889833450317,1374.0,351744.0,4532.893637462053,22511616.0 +240.02,6.400000095367432,5370.0,0.013196536339819431,0.1400553435087204,1.885603904724121,-0.015171854756772518,0.2812249958515167,0.7747856676578522,1375.0,352000.0,4535.944903973956,22528000.0 +293.78,6.0,5161.0,0.013062636367976665,0.1416829377412796,1.8361841440200806,-0.016488417983055115,0.368206650018692,0.734750896692276,1376.0,352256.0,4539.1202154820785,22544384.0 +273.84,6.300000190734863,5277.0,0.015115573070943356,0.16461181640625,1.8529396057128906,-0.017373306676745415,0.362688273191452,0.7530626356601715,1377.0,352512.0,4542.22555304016,22560768.0 +256.32,6.599999904632568,4986.0,0.015367046929895878,0.1611124724149704,1.7993721961975098,-0.017515717074275017,0.4231921434402466,0.7795615792274475,1378.0,352768.0,4545.511611337075,22577152.0 +233.1,6.300000190734863,5074.0,0.014302174560725689,0.1478068083524704,1.8231350183486938,-0.018235137686133385,0.41851964592933655,0.748803585767746,1379.0,353024.0,4548.740890874993,22593536.0 +180.34,7.199999809265137,5068.0,0.016273094341158867,0.1701456755399704,1.7836719751358032,-0.01810242421925068,0.33216434717178345,0.7947251349687576,1380.0,353280.0,4551.973892521113,22609920.0 +235.63,7.599999904632568,4980.0,0.014471888542175293,0.1602986603975296,1.755423665046692,-0.016641933470964432,0.3833882808685303,0.7839549034833908,1381.0,353536.0,4555.26421091496,22626304.0 +268.86,7.0,5177.0,0.013040445744991302,0.1477254182100296,1.8233834505081177,-0.01810874231159687,0.350422739982605,0.7632226496934891,1382.0,353792.0,4558.429582461016,22642688.0 +240.22,5.900000095367432,5190.0,0.011517920531332493,0.1322021484375,1.8164035081863403,-0.015162240713834763,0.3773585259914398,0.7442333996295929,1383.0,354048.0,4561.586731988005,22659072.0 +255.94,6.099999904632568,5066.0,0.013439805246889591,0.1428019255399704,1.8147367238998413,-0.015725810080766678,0.3156045973300934,0.8020713329315186,1384.0,354304.0,4564.821366481017,22675456.0 +300.08,6.599999904632568,5076.0,0.010146827436983585,0.1154581680893898,1.805403232574463,-0.014564990065991879,0.24306879937648773,0.8300955593585968,1385.0,354560.0,4568.049396841088,22691840.0 +312.52,6.599999904632568,5210.0,0.014248277060687542,0.15960693359375,1.787739634513855,-0.016462987288832664,0.30156615376472473,0.8194391429424286,1386.0,354816.0,4571.194599444978,22708224.0 +253.46,6.800000190734863,5292.0,0.015550668351352215,0.1723429411649704,1.7718278169631958,-0.017402730882167816,0.3650176227092743,0.7667991071939468,1387.0,355072.0,4574.29075808404,22724608.0 +292.19,6.099999904632568,4870.0,0.016297662630677223,0.1731160432100296,1.827921986579895,-0.017918661236763,0.26677075028419495,0.7829103320837021,1388.0,355328.0,4577.655385838123,22740992.0 +256.47,6.900000095367432,5092.0,0.015791870653629303,0.1746012419462204,1.8513370752334595,-0.015985233709216118,0.2584955096244812,0.8287422806024551,1389.0,355584.0,4580.8733965649735,22757376.0 +272.06,6.699999809265137,5091.0,0.013180747628211975,0.1471354216337204,1.8477996587753296,-0.012880251742899418,0.3515512943267822,0.7530655562877655,1390.0,355840.0,4584.091923192143,22773760.0 +329.77,6.099999904632568,5167.0,0.014361309818923473,0.1557413786649704,1.8904989957809448,-0.016310887411236763,0.2852232754230499,0.784300372004509,1391.0,356096.0,4587.263062118087,22790144.0 +328.75,5.699999809265137,5035.0,0.014195960015058517,0.15460205078125,1.8398445844650269,-0.015802597627043724,0.3085380494594574,0.760200172662735,1392.0,356352.0,4590.517671621172,22806528.0 +307.77,5.5,5017.0,0.014633025974035263,0.1656697541475296,1.8621820211410522,-0.01572171039879322,0.27455809712409973,0.806656688451767,1393.0,356608.0,4593.783834971022,22822912.0 +331.21,5.900000095367432,5183.0,0.012539185583591461,0.1488850861787796,1.8150720596313477,-0.017363853752613068,0.2723649740219116,0.8236639946699142,1394.0,356864.0,4596.945112795103,22839296.0 +328.11,6.300000190734863,5249.0,0.016442889347672462,0.1767171174287796,1.7931480407714844,-0.017803573980927467,0.32596269249916077,0.8041594475507736,1395.0,357120.0,4600.067025861004,22855680.0 +285.3,6.900000095367432,4972.0,0.016512705013155937,0.1729736328125,1.8025118112564087,-0.016945982351899147,0.38169777393341064,0.7790782749652863,1396.0,357376.0,4603.362601193134,22872064.0 +304.42,6.199999809265137,5023.0,0.014783541671931744,0.1568806916475296,1.8523567914962769,-0.01613832823932171,0.36908698081970215,0.755016952753067,1397.0,357632.0,4606.624669517158,22888448.0 +327.67,5.900000095367432,5112.0,0.016010839492082596,0.169921875,1.8499655723571777,-0.016565224155783653,0.29361391067504883,0.7940452396869659,1398.0,357888.0,4609.829989330145,22904832.0 +309.74,6.199999809265137,5275.0,0.014847840182483196,0.16082763671875,1.9141674041748047,-0.016846826300024986,0.24654163420200348,0.7895332425832748,1399.0,358144.0,4612.936292899074,22921216.0 +298.65,6.5,5302.0,0.016287144273519516,0.173583984375,1.8628593683242798,-0.016596784815192223,0.3820629417896271,0.8025322705507278,1400.0,358400.0,4616.027301069116,22937600.0 +284.73,6.800000190734863,5219.0,0.014586181379854679,0.1648356169462204,1.8350082635879517,-0.016778334975242615,0.34427955746650696,0.7966460585594177,1401.0,358656.0,4619.166744529037,22953984.0 +319.0,6.5,5124.0,0.01459250133484602,0.16357421875,1.7942003011703491,-0.01645643450319767,0.3241772949695587,0.8142236471176147,1402.0,358912.0,4622.364903524984,22970368.0 +279.9,7.099999904632568,5082.0,0.01572592183947563,0.17205810546875,1.838922142982483,-0.014606800861656666,0.275295615196228,0.8231861144304276,1403.0,359168.0,4625.589390718145,22986752.0 +296.85,6.900000095367432,5193.0,0.015527383424341679,0.1564738005399704,1.823592185974121,-0.0144636956974864,0.3180464506149292,0.799070805311203,1404.0,359424.0,4628.744912855094,23003136.0 +328.23,6.400000095367432,5018.0,0.013385727070271969,0.1408894807100296,1.8567460775375366,-0.015520510263741016,0.2967773377895355,0.8106179684400558,1405.0,359680.0,4632.0100624801125,23019520.0 +315.76,6.599999904632568,5056.0,0.015715952962636948,0.16424560546875,1.8422155380249023,-0.014365174807608128,0.36917343735694885,0.7987066805362701,1406.0,359936.0,4635.250963627128,23035904.0 +254.71,6.699999809265137,5032.0,0.01473052054643631,0.1587727814912796,1.8995319604873657,-0.015964161604642868,0.35746312141418457,0.7569062560796738,1407.0,360192.0,4638.5071447740775,23052288.0 +277.94,6.199999809265137,5010.0,0.015728110447525978,0.1636555939912796,1.9061421155929565,-0.014143078587949276,0.306684285402298,0.7880734354257584,1408.0,360448.0,4641.77756224107,23068672.0 +279.26,6.900000095367432,5083.0,0.01596679911017418,0.177490234375,1.7763628959655762,-0.01489338930696249,0.37757638096809387,0.7598297744989395,1409.0,360704.0,4645.0012283050455,23085056.0 +258.29,7.699999809265137,5127.0,0.01154978945851326,0.13165283203125,1.7585762739181519,-0.014688581228256226,0.3827652037143707,0.7949588447809219,1410.0,360960.0,4648.1972926349845,23101440.0 +237.92,7.300000190734863,5076.0,0.015490642748773098,0.1688435822725296,1.735589623451233,-0.01639385148882866,0.3806825876235962,0.7945259660482407,1411.0,361216.0,4651.425117295003,23117824.0 +196.12,7.599999904632568,4831.0,0.01815641112625599,0.1700642853975296,1.7363595962524414,-0.016049541532993317,0.4074622392654419,0.7950902879238129,1412.0,361472.0,4654.817255129106,23134208.0 +229.75,7.0,4923.0,0.015026888810098171,0.1615397185087204,1.813472867012024,-0.016575632616877556,0.34619513154029846,0.7879645824432373,1413.0,361728.0,4658.145744051086,23150592.0 +245.35,6.099999904632568,4986.0,0.017572449520230293,0.1822916716337204,1.769736647605896,-0.017969291657209396,0.4224208891391754,0.7603437006473541,1414.0,361984.0,4661.432135835988,23166976.0 +201.13,7.300000190734863,5085.0,0.01575058326125145,0.16961669921875,1.7756332159042358,-0.01853121630847454,0.3877224028110504,0.795255109667778,1415.0,362240.0,4664.654606982134,23183360.0 +266.19,7.099999904632568,5192.0,0.016511740162968636,0.18243408203125,1.8394297361373901,-0.0196062084287405,0.30816707015037537,0.8141827285289764,1416.0,362496.0,4667.810595654184,23199744.0 +246.22,6.699999809265137,5109.0,0.01491792593151331,0.1481730192899704,1.8439435958862305,-0.016236066818237305,0.30865857005119324,0.8289091736078262,1417.0,362752.0,4671.017789985053,23216128.0 +271.07,6.099999904632568,4974.0,0.014453332871198654,0.1598917692899704,1.834776520729065,-0.01832769066095352,0.2988015413284302,0.8074176460504532,1418.0,363008.0,4674.311795005109,23232512.0 +290.86,6.400000095367432,4997.0,0.017815981060266495,0.18231201171875,1.81053626537323,-0.01713537983596325,0.3969864547252655,0.7645876109600067,1419.0,363264.0,4677.590840963181,23248896.0 +247.01,6.699999809265137,5083.0,0.014857226051390171,0.1594645231962204,1.7939367294311523,-0.016715016216039658,0.44753608107566833,0.7897724062204361,1420.0,363520.0,4680.8147856369615,23265280.0 +175.52,8.100000381469727,5173.0,0.011637703515589237,0.1335042268037796,1.8232712745666504,-0.015191822312772274,0.4172947406768799,0.8062785714864731,1421.0,363776.0,4683.98260036204,23281664.0 +195.31,6.800000190734863,5159.0,0.015976963564753532,0.1711018830537796,1.7955266237258911,-0.01849229633808136,0.4230917692184448,0.8121840357780457,1422.0,364032.0,4687.1589097040705,23298048.0 +180.88,8.0,5064.0,0.015597977675497532,0.1656697541475296,1.7482738494873047,-0.01647491194307804,0.5564727783203125,0.7715166211128235,1423.0,364288.0,4690.394726878963,23314432.0 +185.67,6.900000095367432,5088.0,0.014011147432029247,0.1443074494600296,1.708441138267517,-0.01627798192203045,0.6014624238014221,0.7345027923583984,1424.0,364544.0,4693.615413245978,23330816.0 +142.13,7.300000190734863,5122.0,0.014427858404815197,0.1539103239774704,1.7531312704086304,-0.016901733353734016,0.5466895699501038,0.7414461076259613,1425.0,364800.0,4696.814749122132,23347200.0 +171.74,7.800000190734863,5097.0,0.015047122724354267,0.1493937224149704,1.7634841203689575,-0.01695123314857483,0.4377305805683136,0.7696318179368973,1426.0,365056.0,4700.031441814033,23363584.0 +196.22,7.699999809265137,5078.0,0.01573050580918789,0.1630859375,1.771479606628418,-0.018017679452896118,0.3937002420425415,0.7842306345701218,1427.0,365312.0,4703.258567684097,23379968.0 +217.91,7.099999904632568,5121.0,0.012033309787511826,0.1334025114774704,1.8081177473068237,-0.016397645696997643,0.4927731454372406,0.7275649011135101,1428.0,365568.0,4706.45957749011,23396352.0 +226.28,6.900000095367432,5140.0,0.01437042374163866,0.1513468474149704,1.7818111181259155,-0.016842665150761604,0.450662761926651,0.738962709903717,1429.0,365824.0,4709.647952097002,23412736.0 +204.25,6.900000095367432,5136.0,0.012896507047116756,0.13623046875,1.7627724409103394,-0.01949002593755722,0.4362078011035919,0.7559121996164322,1430.0,366080.0,4712.838053292129,23429120.0 +178.16,7.699999809265137,5080.0,0.01661824993789196,0.1697794646024704,1.7509093284606934,-0.01770394667983055,0.462365061044693,0.7638022154569626,1431.0,366336.0,4716.0638782831375,23445504.0 +179.42,7.300000190734863,5083.0,0.01631179079413414,0.17041015625,1.8088756799697876,-0.0184540506452322,0.49698272347450256,0.7189063131809235,1432.0,366592.0,4719.295515919104,23461888.0 +208.22,7.199999809265137,5226.0,0.014131337404251099,0.16192626953125,1.8374849557876587,-0.016550827771425247,0.44841277599334717,0.7693771719932556,1433.0,366848.0,4722.4312054771,23478272.0 +244.3,7.0,5131.0,0.01620592176914215,0.1639607697725296,1.8477166891098022,-0.018246764317154884,0.26646119356155396,0.8154643177986145,1434.0,367104.0,4725.624645471107,23494656.0 +266.59,6.599999904632568,5100.0,0.016984006389975548,0.1842041015625,1.8558751344680786,-0.01574579067528248,0.31801944971084595,0.7588658779859543,1435.0,367360.0,4728.837578495033,23511040.0 +239.45,7.199999809265137,5090.0,0.016228193417191505,0.17449951171875,1.8572769165039062,-0.016294818371534348,0.3109043538570404,0.7991799116134644,1436.0,367616.0,4732.056539603975,23527424.0 +267.94,7.0,5251.0,0.01424356922507286,0.1672770231962204,1.7997571229934692,-0.017371458932757378,0.38103869557380676,0.7399868369102478,1437.0,367872.0,4735.17741094809,23543808.0 +245.4,7.099999904632568,5040.0,0.013713657855987549,0.15216064453125,1.8347073793411255,-0.017315031960606575,0.39951181411743164,0.7420541644096375,1438.0,368128.0,4738.428224993171,23560192.0 +219.33,7.900000095367432,5061.0,0.01559485588222742,0.1699625700712204,1.8130736351013184,-0.01909548230469227,0.3492356836795807,0.7822198867797852,1439.0,368384.0,4741.665775364963,23576576.0 +182.91,7.800000190734863,5050.0,0.01936914026737213,0.1851603239774704,1.7945513725280762,-0.0170018021017313,0.3571302592754364,0.7815617918968201,1440.0,368640.0,4744.910542219179,23592960.0 +297.0,6.400000095367432,5080.0,0.014978624880313873,0.1659749299287796,1.7983354330062866,-0.01604318432509899,0.45506393909454346,0.7523079663515091,1441.0,368896.0,4748.136054305127,23609344.0 +262.98,6.400000095367432,5152.0,0.015359785407781601,0.15087890625,1.8206137418746948,-0.020127741619944572,0.4083418846130371,0.7810869812965393,1442.0,369152.0,4751.3167724760715,23625728.0 +209.99,7.900000095367432,5121.0,0.015254837460815907,0.1665446013212204,1.8913482427597046,-0.020823894068598747,0.31338879466056824,0.8031217157840729,1443.0,369408.0,4754.516592934029,23642112.0 +222.21,7.300000190734863,5084.0,0.015739547088742256,0.1618448942899704,1.8537579774856567,-0.016840316355228424,0.3219756782054901,0.7654482871294022,1444.0,369664.0,4757.739357854007,23658496.0 +252.84,7.400000095367432,4887.0,0.015102132223546505,0.1672566682100296,1.8410907983779907,-0.017268190160393715,0.26989099383354187,0.7960648983716965,1445.0,369920.0,4761.092476305086,23674880.0 +297.42,6.900000095367432,5138.0,0.013968009501695633,0.1476033478975296,1.7720400094985962,-0.015250619500875473,0.2973633110523224,0.7467644810676575,1446.0,370176.0,4764.281635482097,23691264.0 +270.49,7.300000190734863,5224.0,0.012255108915269375,0.1326700896024704,1.7458692789077759,-0.014805142767727375,0.36096957325935364,0.7421699166297913,1447.0,370432.0,4767.418126482051,23707648.0 +285.26,6.699999809265137,5070.0,0.013322774320840836,0.1359456330537796,1.7833137512207031,-0.01675271801650524,0.3660348653793335,0.7289156913757324,1448.0,370688.0,4770.650081421016,23724032.0 +245.35,7.199999809265137,5017.0,0.014098900370299816,0.1503702849149704,1.7817988395690918,-0.01732567697763443,0.3812522888183594,0.756303459405899,1449.0,370944.0,4773.916392527986,23740416.0 +269.87,6.900000095367432,5048.0,0.017495909705758095,0.16961669921875,1.8437262773513794,-0.01747632957994938,0.30257144570350647,0.7818327397108078,1450.0,371200.0,4777.162133241072,23756800.0 +230.3,7.199999809265137,5215.0,0.01482234988361597,0.1419677734375,1.8549079895019531,-0.014706441201269627,0.35736557841300964,0.756871372461319,1451.0,371456.0,4780.304276783019,23773184.0 +252.74,7.099999904632568,4868.0,0.015700047835707664,0.1543782502412796,1.9018288850784302,-0.015966147184371948,0.29503175616264343,0.7204989194869995,1452.0,371712.0,4783.670198953012,23789568.0 +352.34,6.5,5196.0,0.01240483671426773,0.1422322541475296,1.9024909734725952,-0.016113119199872017,0.3233102560043335,0.7348280847072601,1453.0,371968.0,4786.824073257158,23805952.0 +298.25,6.900000095367432,5086.0,0.017933743074536324,0.1797892302274704,1.8280876874923706,-0.01825297251343727,0.32256433367729187,0.7240123450756073,1454.0,372224.0,4790.046169067966,23822336.0 +301.42,7.099999904632568,5249.0,0.013971746899187565,0.1602783203125,1.808099627494812,-0.016747962683439255,0.4147561490535736,0.7123655676841736,1455.0,372480.0,4793.1676352620125,23838720.0 +205.23,7.300000190734863,5054.0,0.016495956107974052,0.1672566682100296,1.8427766561508179,-0.017603684216737747,0.32934412360191345,0.7602198719978333,1456.0,372736.0,4796.410434368998,23855104.0 +243.79,6.800000190734863,5139.0,0.01450104545801878,0.156982421875,1.8115202188491821,-0.016300207003951073,0.3170841336250305,0.7544143050909042,1457.0,372992.0,4799.5986952001695,23871488.0 +244.2,7.199999809265137,5177.0,0.013535574078559875,0.1475016325712204,1.833727240562439,-0.01838272251188755,0.27032333612442017,0.7981953471899033,1458.0,373248.0,4802.763584878063,23887872.0 +310.75,6.599999904632568,5174.0,0.013126763515174389,0.1437581330537796,1.8239232301712036,-0.01668909750878811,0.3407805860042572,0.7481995224952698,1459.0,373504.0,4805.930972618982,23904256.0 +271.36,7.300000190734863,5150.0,0.016530776396393776,0.1823323518037796,1.7872905731201172,-0.01742781512439251,0.33651575446128845,0.7830495238304138,1460.0,373760.0,4809.1136404811405,23920640.0 +267.32,7.699999809265137,5173.0,0.01697981171309948,0.1756795197725296,1.7668136358261108,-0.017001254484057426,0.3056505620479584,0.7825366854667664,1461.0,374016.0,4812.28116231598,23937024.0 +213.57,7.800000190734863,5061.0,0.015072268433868885,0.1641031950712204,1.7796483039855957,-0.01912941411137581,0.2560577094554901,0.8215503692626953,1462.0,374272.0,4815.519105894957,23953408.0 +246.05,6.5,4996.0,0.014124743640422821,0.1487833708524704,1.8327542543411255,-0.017088444903492928,0.3869442045688629,0.727072149515152,1463.0,374528.0,4818.798928305972,23969792.0 +274.14,6.699999809265137,5059.0,0.014318984933197498,0.1517130583524704,1.7963509559631348,-0.01658221334218979,0.37196338176727295,0.7792090773582458,1464.0,374784.0,4822.03789048898,23986176.0 +259.89,6.900000095367432,5032.0,0.015725603327155113,0.1640828400850296,1.787075400352478,-0.017913905903697014,0.23892712593078613,0.832023099064827,1465.0,375040.0,4825.2944643129595,24002560.0 +256.73,6.699999809265137,4774.0,0.016097472980618477,0.16796875,1.8060051202774048,-0.016916165128350258,0.24361498653888702,0.8147428333759308,1466.0,375296.0,4828.7267932631075,24018944.0 +336.4,6.099999904632568,5104.0,0.015756452456116676,0.1636759489774704,1.8211828470230103,-0.013641885481774807,0.22058604657649994,0.7747671008110046,1467.0,375552.0,4831.937259503175,24035328.0 +366.49,6.400000095367432,4949.0,0.016009530052542686,0.1656494140625,1.7922691106796265,-0.017620908096432686,0.35938870906829834,0.7317375838756561,1468.0,375808.0,4835.248487971956,24051712.0 +306.18,6.699999809265137,4996.0,0.015245978720486164,0.1550496369600296,1.7829804420471191,-0.016824670135974884,0.31743937730789185,0.7591967731714249,1469.0,376064.0,4838.528468432138,24068096.0 +298.22,6.5,5087.0,0.014830422587692738,0.167236328125,1.7991591691970825,-0.016364915296435356,0.3413005769252777,0.776789054274559,1470.0,376320.0,4841.749909159029,24084480.0 +258.84,6.800000190734863,5123.0,0.015311029739677906,0.1615397185087204,1.776564121246338,-0.018392179161310196,0.25033557415008545,0.8284487277269363,1471.0,376576.0,4844.948379545007,24100864.0 +298.16,6.5,5212.0,0.013629649765789509,0.1383260041475296,1.7236876487731934,-0.015828697010874748,0.3389172852039337,0.7710264474153519,1472.0,376832.0,4848.091995113064,24117248.0 +270.96,6.699999809265137,5060.0,0.013809838332235813,0.1419881135225296,1.7564682960510254,-0.015776537358760834,0.39280250668525696,0.7292823195457458,1473.0,377088.0,4851.330473297043,24133632.0 +226.48,7.199999809265137,4965.0,0.016062388196587563,0.1708577424287796,1.7806366682052612,-0.01676350273191929,0.34661710262298584,0.776342049241066,1474.0,377344.0,4854.630783145083,24150016.0 +200.14,7.400000095367432,5030.0,0.015317286364734173,0.1641845703125,1.776936411857605,-0.017893653362989426,0.4250090420246124,0.7332496643066406,1475.0,377600.0,4857.888616036158,24166400.0 +202.47,7.5,5145.0,0.01514375302940607,0.1708984375,1.714572548866272,-0.018522774800658226,0.4581044614315033,0.7517106980085373,1476.0,377856.0,4861.073429062031,24182784.0 +182.9,8.199999809265137,5217.0,0.015312112867832184,0.1678670197725296,1.7210482358932495,-0.019023943692445755,0.3899071514606476,0.7486061453819275,1477.0,378112.0,4864.214197815163,24199168.0 +228.01,6.900000095367432,5087.0,0.015375287272036076,0.1733195036649704,1.7894330024719238,-0.016206534579396248,0.3724533021450043,0.7442101240158081,1478.0,378368.0,4867.43542682007,24215552.0 +249.95,7.099999904632568,5082.0,0.016000201925635338,0.164306640625,1.8157544136047363,-0.01545641664415598,0.3071673512458801,0.7725388258695602,1479.0,378624.0,4870.659887971124,24231936.0 +282.71,7.300000190734863,5205.0,0.014365937560796738,0.1630859375,1.8236857652664185,-0.015213146805763245,0.29827579855918884,0.764543354511261,1480.0,378880.0,4873.8078155659605,24248320.0 +309.43,6.599999904632568,5079.0,0.012582345865666866,0.13946533203125,1.833743691444397,-0.01654539443552494,0.2890048921108246,0.7815700620412827,1481.0,379136.0,4877.034151828149,24264704.0 +326.17,5.800000190734863,5059.0,0.014316222630441189,0.1653645783662796,1.8124464750289917,-0.019204558804631233,0.3562276363372803,0.7555549740791321,1482.0,379392.0,4880.273604432121,24281088.0 +260.08,7.300000190734863,5186.0,0.017049914225935936,0.1837158203125,1.7692736387252808,-0.018387163057923317,0.296446830034256,0.8141092211008072,1483.0,379648.0,4883.433599688113,24297472.0 +296.24,7.400000095367432,5104.0,0.016589071601629257,0.1664835661649704,1.8260835409164429,-0.01622803322970867,0.22681182622909546,0.824760690331459,1484.0,379904.0,4886.645604731049,24313856.0 +302.18,6.699999809265137,5152.0,0.01275289710611105,0.1503499299287796,1.8514448404312134,-0.014680296182632446,0.28667423129081726,0.7935874611139297,1485.0,380160.0,4889.826251144987,24330240.0 +280.61,6.400000095367432,5116.0,0.014840477146208286,0.1564534455537796,1.847439169883728,-0.01778479292988777,0.3663671016693115,0.7496930062770844,1486.0,380416.0,4893.029131504009,24346624.0 +232.87,6.699999809265137,5033.0,0.014096795581281185,0.1495564728975296,1.8472384214401245,-0.01779773272573948,0.4536494016647339,0.7575087398290634,1487.0,380672.0,4896.284898012178,24363008.0 +198.63,7.199999809265137,5114.0,0.015927301719784737,0.1752522736787796,1.8534860610961914,-0.017641043290495872,0.46055224537849426,0.755470335483551,1488.0,380928.0,4899.48921077908,24379392.0 +148.52,7.599999904632568,5272.0,0.01454240083694458,0.15753173828125,1.8230386972427368,-0.01924150623381138,0.3166382610797882,0.8164621442556381,1489.0,381184.0,4902.597311759135,24395776.0 +232.78,7.099999904632568,5204.0,0.015661654993891716,0.1721394807100296,1.838425636291504,-0.018273217603564262,0.33098745346069336,0.7737205028533936,1490.0,381440.0,4905.746187234065,24412160.0 +269.57,6.199999809265137,5210.0,0.013889084570109844,0.16143798828125,1.9258092641830444,-0.016841590404510498,0.34673264622688293,0.7544910907745361,1491.0,381696.0,4908.891448626062,24428544.0 +296.45,6.5,5082.0,0.014906375668942928,0.1711222380399704,1.89825439453125,-0.01714906468987465,0.30292636156082153,0.78226737678051,1492.0,381952.0,4912.115539103979,24444928.0 +321.5,6.5,5179.0,0.012534473091363907,0.1455078125,1.9320300817489624,-0.01543386746197939,0.3025319278240204,0.766906350851059,1493.0,382208.0,4915.279259663075,24461312.0 +260.96,6.599999904632568,5237.0,0.011404984630644321,0.1323649138212204,1.9072593450546265,-0.016422810032963753,0.3794179856777191,0.7652007937431335,1494.0,382464.0,4918.408223093022,24477696.0 +270.36,6.800000190734863,5074.0,0.016468148678541183,0.16265869140625,1.9200968742370605,-0.015343626029789448,0.3277556896209717,0.7578892111778259,1495.0,382720.0,4921.637614034116,24494080.0 +298.32,7.199999809265137,5056.0,0.0149529492482543,0.1600341796875,1.8756790161132812,-0.017668236047029495,0.38760581612586975,0.7501006722450256,1496.0,382976.0,4924.878745977068,24510464.0 +250.87,7.599999904632568,5217.0,0.014664371497929096,0.1655070036649704,1.8623303174972534,-0.017211096361279488,0.3459574282169342,0.7697210609912872,1497.0,383232.0,4928.01981273503,24526848.0 +188.46,8.199999809265137,5160.0,0.01306436862796545,0.14764404296875,1.850778579711914,-0.015848228707909584,0.32094621658325195,0.8049503862857819,1498.0,383488.0,4931.1959154331125,24543232.0 +230.11,8.100000381469727,5109.0,0.013991129584610462,0.1551717072725296,1.8052482604980469,-0.015739506110548973,0.3221355676651001,0.7995963543653488,1499.0,383744.0,4934.402924871072,24559616.0 +280.71,7.5,4955.0,0.014273363165557384,0.1557820588350296,1.8523365259170532,-0.01780650205910206,0.3724971115589142,0.7602734565734863,1500.0,384000.0,4937.710061229998,24576000.0 +262.86,7.0,5044.0,0.014049540273845196,0.15228271484375,1.8177276849746704,-0.017742736265063286,0.34914228320121765,0.7680547386407852,1501.0,384256.0,4940.9591557001695,24592384.0 +256.79,6.300000190734863,5092.0,0.014412331394851208,0.14385986328125,1.8212943077087402,-0.015245292335748672,0.3689624071121216,0.7530691027641296,1502.0,384512.0,4944.176882787142,24608768.0 +270.14,6.900000095367432,5092.0,0.016109948977828026,0.1599934846162796,1.7934991121292114,-0.017892854288220406,0.278379887342453,0.8018549531698227,1503.0,384768.0,4947.395749637159,24625152.0 +278.86,6.900000095367432,5086.0,0.01744692027568817,0.1769205778837204,1.752305030822754,-0.018121549859642982,0.34695950150489807,0.751799464225769,1504.0,385024.0,4950.617553523043,24641536.0 +261.89,7.599999904632568,5047.0,0.01502219308167696,0.1674601286649704,1.772037148475647,-0.01658635027706623,0.3975644111633301,0.7468977868556976,1505.0,385280.0,4953.864036882063,24657920.0 +183.82,7.800000190734863,5062.0,0.01467526238411665,0.1538899689912796,1.81014883518219,-0.0178834181278944,0.3748614490032196,0.7716444432735443,1506.0,385536.0,4957.101055904059,24674304.0 +203.06,7.5,5090.0,0.016055339947342873,0.167724609375,1.8829022645950317,-0.017202533781528473,0.32909223437309265,0.8019009828567505,1507.0,385792.0,4960.320394397015,24690688.0 +244.5,7.400000095367432,5179.0,0.013962154276669025,0.156005859375,1.8834186792373657,-0.017951207235455513,0.34755778312683105,0.8082491755485535,1508.0,386048.0,4963.484578554053,24707072.0 +231.26,6.599999904632568,5138.0,0.013713373802602291,0.15167236328125,1.8145931959152222,-0.018741240724921227,0.37855684757232666,0.82756707072258,1509.0,386304.0,4966.673981381115,24723456.0 +244.46,7.199999809265137,4978.0,0.013756259344518185,0.1538289338350296,1.7953859567642212,-0.016322696581482887,0.374332457780838,0.8109259456396103,1510.0,386560.0,4969.966058145044,24739840.0 +283.93,7.0,5042.0,0.011941435746848583,0.143310546875,1.8050919771194458,-0.015665533021092415,0.304277628660202,0.7541806399822235,1511.0,386816.0,4973.215764214983,24756224.0 +277.36,6.699999809265137,5100.0,0.01445800717920065,0.1522216796875,1.7622755765914917,-0.014703046530485153,0.40220463275909424,0.7504134476184845,1512.0,387072.0,4976.429021662101,24772608.0 +235.73,7.300000190734863,5213.0,0.014744085259735584,0.1518758088350296,1.7776576280593872,-0.020679974928498268,0.375760942697525,0.7588387876749039,1513.0,387328.0,4979.572558698012,24788992.0 +270.57,7.0,5203.0,0.011011567898094654,0.1300048828125,1.778428554534912,-0.014704444445669651,0.42077621817588806,0.7662334442138672,1514.0,387584.0,4982.72195688216,24805376.0 +203.04,7.900000095367432,4908.0,0.015035429038107395,0.1520792692899704,1.783939242362976,-0.020324582234025,0.3701046407222748,0.7941811233758926,1515.0,387840.0,4986.060765833128,24821760.0 +180.67,7.599999904632568,5079.0,0.014898168854415417,0.1624552458524704,1.8079571723937988,-0.019933385774493217,0.3548777401447296,0.7983637452125549,1516.0,388096.0,4989.287154457066,24838144.0 +205.05,7.699999809265137,5179.0,0.014543754048645496,0.1661580353975296,1.8362599611282349,-0.017307160422205925,0.3762776851654053,0.7763326913118362,1517.0,388352.0,4992.4511172219645,24854528.0 +222.78,7.400000095367432,5325.0,0.014687481336295605,0.1675821989774704,1.8645687103271484,-0.018266161903738976,0.4262421429157257,0.7395651340484619,1518.0,388608.0,4995.528134556953,24870912.0 +238.55,6.800000190734863,4973.0,0.017740538343787193,0.1722615510225296,1.931201457977295,-0.01727757602930069,0.30953624844551086,0.8052606135606766,1519.0,388864.0,4998.822953574127,24887296.0 +263.33,6.699999809265137,5157.0,0.013943742029368877,0.1575113981962204,1.8875927925109863,-0.01843441091477871,0.296801894903183,0.7958532571792603,1520.0,389120.0,5002.00054326118,24903680.0 +226.07,6.900000095367432,5079.0,0.01800738088786602,0.1883544921875,1.8495831489562988,-0.018602920696139336,0.38905754685401917,0.815808430314064,1521.0,389376.0,5005.226513337111,24920064.0 +209.77,6.5,5063.0,0.013714313507080078,0.1479899138212204,1.8991447687149048,-0.018513480201363564,0.3734668791294098,0.8234426379203796,1522.0,389632.0,5008.46342425514,24936448.0 +227.34,7.300000190734863,5053.0,0.016353847458958626,0.1497395783662796,1.8731452226638794,-0.01819569803774357,0.3545081913471222,0.8349685370922089,1523.0,389888.0,5011.706471535144,24952832.0 +223.23,7.599999904632568,4967.0,0.014227704145014286,0.1528727263212204,1.9250998497009277,-0.016789084300398827,0.39306846261024475,0.8027491718530655,1524.0,390144.0,5015.0055004339665,24969216.0 +214.64,7.400000095367432,4997.0,0.01459513884037733,0.1578572541475296,1.894692301750183,-0.01840641349554062,0.43949028849601746,0.7977821230888367,1525.0,390400.0,5018.284494163003,24985600.0 diff --git a/train_procgen/checkpoints/ppo-ninja_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..03ffdf8ba94bfd13763e15031097ed920b695569 --- /dev/null +++ b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +145.22222222222223,3.3333332538604736,452.0,0.0005000306409783661,0.0,2.7075564861297607,-0.0012398877879604697,0.30316171050071716,0.013437747955322266,1.0,256.0,36.23487822106108,16384.0 +226.76623376623377,3.246753215789795,5273.0,0.002025063382461667,0.01761881448328495,2.700985908508301,-0.0019686471205204725,0.4654684066772461,0.06572258472442627,2.0,512.0,39.34338916908018,32768.0 +273.36,3.299999952316284,5316.0,0.004707504529505968,0.03049723245203495,2.6744415760040283,-0.0031354213133454323,0.7312086224555969,0.10569936037063599,3.0,768.0,42.42573380400427,49152.0 +145.2,2.799999952316284,5207.0,0.005591974128037691,0.0536702461540699,2.6408560276031494,-0.0040983352810144424,0.8170117735862732,0.17212039232254028,4.0,1024.0,45.57338044908829,65536.0 +107.85,3.700000047683716,5383.0,0.006787850055843592,0.0414632149040699,2.5870003700256348,-0.003854668466374278,1.4376569986343384,0.1827479600906372,5.0,1280.0,48.61716694291681,81920.0 +82.87,3.700000047683716,5006.0,0.006691219750791788,0.0570068359375,2.523540735244751,-0.0031587497796863317,2.080129623413086,0.21871882677078247,6.0,1536.0,51.89042923809029,98304.0 +56.88,1.899999976158142,5286.0,0.004910143092274666,0.036376953125,2.4627492427825928,-0.0027874659281224012,1.6489976644515991,0.2619627118110657,7.0,1792.0,54.990152430022135,114688.0 +53.79,3.200000047683716,5406.0,0.0032264378387480974,0.014892578125,2.428820848464966,-0.0009611360728740692,2.080853223800659,0.30012667179107666,8.0,2048.0,58.02304543997161,131072.0 +50.25,3.5999999046325684,5322.0,0.004298715386539698,0.02907308004796505,2.3841440677642822,-0.001161709544248879,1.9830269813537598,0.33014923334121704,9.0,2304.0,61.10224714805372,147456.0 +46.18,3.299999952316284,5313.0,0.0037854507099837065,0.02252197265625,2.353947401046753,-0.0018216278403997421,2.0924057960510254,0.373393714427948,10.0,2560.0,64.18667166191153,163840.0 +58.29,4.0,5320.0,0.005107492208480835,0.03375244140625,2.308274984359741,-0.0029743677005171776,1.8246442079544067,0.41052502393722534,11.0,2816.0,67.26697516092099,180224.0 +40.99,4.099999904632568,5395.0,0.0036053720396012068,0.02024332620203495,2.2925846576690674,-0.001206583227030933,2.171109437942505,0.43254995346069336,12.0,3072.0,70.30411099689081,196608.0 +40.82,3.9000000953674316,5268.0,0.0031862810719758272,0.01942952536046505,2.346757173538208,-0.0016805985942482948,1.7663785219192505,0.4908013939857483,13.0,3328.0,73.41458676499315,212992.0 +71.47,4.199999809265137,5368.0,0.00391510222107172,0.02781168557703495,2.349641799926758,-0.0015130849787965417,1.6973096132278442,0.5275976359844208,14.0,3584.0,76.46731845405884,229376.0 +52.91,3.799999952316284,5394.0,0.004444849211722612,0.02492268942296505,2.328889846801758,-0.0020020108204334974,1.8365315198898315,0.5706387460231781,15.0,3840.0,79.50541833997704,245760.0 +42.47,3.5,5456.0,0.00473184697329998,0.02903238870203495,2.3116672039031982,-0.002967585576698184,1.7105746269226074,0.5818012952804565,16.0,4096.0,82.508957185084,262144.0 +42.19,3.5999999046325684,5114.0,0.003988985437899828,0.027099609375,2.325435161590576,-0.002108507789671421,1.766757845878601,0.6053644120693207,17.0,4352.0,85.71293783397414,278528.0 +46.23,4.5,5295.0,0.0035310890525579453,0.02390543557703495,2.342721700668335,-0.001933107734657824,1.8669708967208862,0.6230000555515289,18.0,4608.0,88.80747271305881,294912.0 +46.95,4.099999904632568,5063.0,0.004431553650647402,0.0410970039665699,2.3189480304718018,-0.003384912386536598,1.6975927352905273,0.6304666996002197,19.0,4864.0,92.04367288900539,311296.0 +43.18,4.199999809265137,5354.0,0.004570403601974249,0.0325113944709301,2.2634427547454834,-0.00283148605376482,1.7292190790176392,0.6630895733833313,20.0,5120.0,95.10398297407664,327680.0 +61.0,4.099999904632568,5273.0,0.003321381052955985,0.02490234375,2.292492628097534,-0.0024999422021210194,1.7252497673034668,0.6444633901119232,21.0,5376.0,98.21156109892763,344064.0 +46.73,4.400000095367432,5202.0,0.004868387244641781,0.0550740547478199,2.3230392932891846,-0.0006672237650491297,1.6944159269332886,0.6675324440002441,22.0,5632.0,101.36140393395908,360448.0 +47.66,4.099999904632568,5432.0,0.002903338521718979,0.01871744729578495,2.3301029205322266,-0.0019823999609798193,1.6726666688919067,0.6696153879165649,23.0,5888.0,104.37805349892005,376832.0 +66.46,3.799999952316284,5111.0,0.0036222345661371946,0.0325927734375,2.3192474842071533,-0.0025803055614233017,1.712677001953125,0.6517496407032013,24.0,6144.0,107.58457374991849,393216.0 +63.37,3.799999952316284,5458.0,0.003253262722864747,0.02561441995203495,2.3742945194244385,-0.00303453765809536,1.5558806657791138,0.6690332293510437,25.0,6400.0,110.58666399098001,409600.0 +59.7,4.900000095367432,5288.0,0.004664325155317783,0.04437255859375,2.296964645385742,-0.0025475341826677322,1.8690026998519897,0.6646944582462311,26.0,6656.0,113.68590236105956,425984.0 +54.76,5.099999904632568,5209.0,0.00409697974100709,0.038330078125,2.339369535446167,-0.002785967430099845,1.8487167358398438,0.6572501063346863,27.0,6912.0,116.83163752709515,442368.0 +53.13,3.4000000953674316,5216.0,0.0038880405481904745,0.0333658866584301,2.29911208152771,-0.002679995493963361,1.6713811159133911,0.6838974952697754,28.0,7168.0,119.97329370700754,458752.0 +58.94,3.700000047683716,5184.0,0.004813141189515591,0.0348103828728199,2.26175594329834,-0.0027058080304414034,1.7478984594345093,0.6598289310932159,29.0,7424.0,123.13402140000835,475136.0 +58.09,4.599999904632568,5285.0,0.003468920476734638,0.02040608786046505,2.2757108211517334,-0.0027570303063839674,1.7619630098342896,0.6988383829593658,30.0,7680.0,126.23451110604219,491520.0 +49.1,4.300000190734863,5314.0,0.005519235972315073,0.0626220703125,2.2745304107666016,-0.0015850734198465943,1.9475778341293335,0.6684337556362152,31.0,7936.0,129.31822868599556,507904.0 +60.14,4.5,5278.0,0.006006203126162291,0.06201171875,2.2342658042907715,-0.0004191247280687094,2.0900161266326904,0.6964568495750427,32.0,8192.0,132.42261336697266,524288.0 +62.15,5.099999904632568,5309.0,0.004543705377727747,0.0482584647834301,2.2267305850982666,-0.003224649466574192,2.0260581970214844,0.6593797206878662,33.0,8448.0,135.5089229189325,540672.0 +46.56,5.0,5384.0,0.003886618884280324,0.03033447265625,2.2399446964263916,-0.0030953390523791313,2.11920428276062,0.6598792374134064,34.0,8704.0,138.55443616909906,557056.0 +50.15,5.0,5228.0,0.0036047298926860094,0.031005859375,2.294238567352295,-0.002611812436953187,1.50803804397583,0.7067514061927795,35.0,8960.0,141.68888662802055,573440.0 +48.6,5.199999809265137,5230.0,0.0036735229659825563,0.0344441719353199,2.319049596786499,-0.0034078515600413084,1.7185497283935547,0.7014026343822479,36.0,9216.0,144.8224497619085,589824.0 +50.2,4.5,5370.0,0.005401474889367819,0.0519205741584301,2.2445731163024902,-0.004080397542566061,1.6099470853805542,0.7224293947219849,37.0,9472.0,147.87413331703283,606208.0 +54.76,4.800000190734863,5433.0,0.005117544438689947,0.0455729179084301,2.2583773136138916,-0.004054381977766752,1.6601876020431519,0.7188999950885773,38.0,9728.0,150.8902813999448,622592.0 +48.1,4.5,5309.0,0.003256379859521985,0.02227783203125,2.2190535068511963,-0.0016489055706188083,1.832548975944519,0.7049642503261566,39.0,9984.0,153.97656228695996,638976.0 +65.05,4.900000095367432,5436.0,0.0043788147158920765,0.0445556640625,2.242891311645508,-0.004887906834483147,1.71226966381073,0.7272487878799438,40.0,10240.0,156.99135976610705,655360.0 +52.87,4.800000190734863,5343.0,0.0038614431396126747,0.0381062813103199,2.2056381702423096,-0.0031954236328601837,1.7899764776229858,0.7257974445819855,41.0,10496.0,160.0585048990324,671744.0 +52.75,4.099999904632568,5326.0,0.004968138411641121,0.0492960624396801,2.1229639053344727,-0.0018223877996206284,2.0011446475982666,0.7110512554645538,42.0,10752.0,163.1350479470566,688128.0 +48.74,4.400000095367432,5348.0,0.005029777996242046,0.0585123710334301,2.167722225189209,-0.004396053496748209,1.8754314184188843,0.6914679408073425,43.0,11008.0,166.1992426479701,704512.0 +45.35,5.099999904632568,5259.0,0.004421741236001253,0.0461832694709301,2.1819992065429688,-0.0033211626578122377,1.7105306386947632,0.7153683304786682,44.0,11264.0,169.31501816795208,720896.0 +54.08,4.599999904632568,5091.0,0.005486436653882265,0.05828857421875,2.2161459922790527,-0.0032818755134940147,1.6842988729476929,0.7097735404968262,45.0,11520.0,172.53334319288842,737280.0 +47.22,4.699999809265137,5367.0,0.006091716233640909,0.06549072265625,2.2247021198272705,-0.004009612370282412,1.7999320030212402,0.7002170383930206,46.0,11776.0,175.58655495010316,753664.0 +60.73,4.900000095367432,5137.0,0.0036505626048892736,0.02925618551671505,2.1898281574249268,-0.0027290612924844027,1.860834002494812,0.7067716419696808,47.0,12032.0,178.77613211004063,770048.0 +52.72,4.199999809265137,5340.0,0.004782585892826319,0.0437418632209301,2.1437246799468994,-0.004320001695305109,2.053178071975708,0.6975141763687134,48.0,12288.0,181.8445133708883,786432.0 +50.7,4.400000095367432,5249.0,0.00469094468280673,0.0472412109375,2.1998698711395264,-0.0032529376912862062,1.9069228172302246,0.7077063918113708,49.0,12544.0,184.9663775509689,802816.0 +41.1,4.400000095367432,5362.0,0.004741123411804438,0.0479939766228199,2.1360843181610107,-0.002488616621121764,2.1212832927703857,0.6902483105659485,50.0,12800.0,188.0223102949094,819200.0 +49.72,4.699999809265137,5396.0,0.00485652731731534,0.0504964180290699,2.1966588497161865,-0.0033298267517238855,1.7265177965164185,0.7213321626186371,51.0,13056.0,191.0588972759433,835584.0 +47.98,4.800000190734863,5375.0,0.00520074088126421,0.0599365234375,2.1767728328704834,-0.005125818308442831,1.6124976873397827,0.721759021282196,52.0,13312.0,194.1077290570829,851968.0 +50.6,6.400000095367432,5276.0,0.004234395455569029,0.0403035469353199,2.149200201034546,-0.004138593096286058,1.723335862159729,0.7157281637191772,53.0,13568.0,197.21395653788932,868352.0 +50.93,5.5,5288.0,0.005277035292237997,0.0514933280646801,2.1124961376190186,-0.005606289952993393,1.8179454803466797,0.7025185525417328,54.0,13824.0,200.31270919600502,884736.0 +48.66,4.0,5329.0,0.005366977769881487,0.0624796561896801,2.1373965740203857,-0.004276101943105459,1.693800926208496,0.7000857591629028,55.0,14080.0,203.38808647007681,901120.0 +48.84,5.099999904632568,5346.0,0.0055711171589791775,0.06103515625,2.146550416946411,-0.005761678796261549,1.6763771772384644,0.712111234664917,56.0,14336.0,206.45342956087552,917504.0 +48.24,5.599999904632568,5283.0,0.004636408295482397,0.0454305000603199,2.149533987045288,-0.005024010315537453,1.5576211214065552,0.7431796789169312,57.0,14592.0,209.55519853602163,933888.0 +64.8,4.900000095367432,5331.0,0.0049348813481628895,0.0513712577521801,2.1664836406707764,-0.004845727700740099,1.5805977582931519,0.7183452546596527,58.0,14848.0,212.6287665120326,950272.0 +62.79,5.400000095367432,5035.0,0.004815856926143169,0.053955078125,2.1912927627563477,-0.005166204180568457,1.5081998109817505,0.7540756314992905,59.0,15104.0,215.88332464406267,966656.0 +70.64,4.300000190734863,5191.0,0.004872412886470556,0.04913330078125,2.169135570526123,-0.002771690720692277,1.8449195623397827,0.715146392583847,60.0,15360.0,219.03987961099483,983040.0 +53.14,4.300000190734863,5272.0,0.004735050722956657,0.05078125,2.1630699634552,-0.003610902465879917,1.8417630195617676,0.7214602828025818,61.0,15616.0,222.147990134079,999424.0 +52.4,5.099999904632568,5289.0,0.005800743121653795,0.0653483048081398,2.1651251316070557,-0.0037165572866797447,1.5877412557601929,0.7652918100357056,62.0,15872.0,225.24594587506726,1015808.0 +69.57,4.300000190734863,5328.0,0.004543633665889502,0.0467325858771801,2.18491268157959,-0.005812468007206917,1.6292601823806763,0.7235175371170044,63.0,16128.0,228.32212303509004,1032192.0 +64.33,5.199999809265137,5426.0,0.005136115942150354,0.0562947578728199,2.2046916484832764,-0.005699841305613518,1.4806060791015625,0.7544464617967606,64.0,16384.0,231.3419662299566,1048576.0 +53.35,4.900000095367432,5387.0,0.006131317466497421,0.0761515274643898,2.2108633518218994,-0.00601634057238698,1.476232647895813,0.7586622685194016,65.0,16640.0,234.38466726592742,1064960.0 +58.23,6.199999809265137,5342.0,0.006317561026662588,0.0807698592543602,2.197479724884033,-0.006570748519152403,1.4551348686218262,0.7486871778964996,66.0,16896.0,237.45223028887995,1081344.0 +88.65,5.599999904632568,5327.0,0.004740050062537193,0.050537109375,2.2300121784210205,-0.005303256679326296,1.555554986000061,0.7290210723876953,67.0,17152.0,240.52818913408555,1097728.0 +45.05,5.900000095367432,5334.0,0.006829012185335159,0.08892822265625,2.2172133922576904,-0.008004902862012386,1.5187546014785767,0.7380061447620392,68.0,17408.0,243.6001992309466,1114112.0 +56.29,6.300000190734863,5269.0,0.005693059880286455,0.0703328475356102,2.1837692260742188,-0.007136939559131861,1.431477665901184,0.7591067552566528,69.0,17664.0,246.7103164040018,1130496.0 +64.3,4.900000095367432,5418.0,0.004820611327886581,0.0532023124396801,2.2123100757598877,-0.006002896931022406,1.3968653678894043,0.7555318921804428,70.0,17920.0,249.73458397993818,1146880.0 +67.62,5.699999809265137,5345.0,0.00516635412350297,0.055419921875,2.2082679271698,-0.005851367954164743,1.4343265295028687,0.7504156082868576,71.0,18176.0,252.80051370197907,1163264.0 +71.04,5.5,5268.0,0.006167201790958643,0.0736490860581398,2.1733195781707764,-0.006301037967205048,1.5604544878005981,0.7241202294826508,72.0,18432.0,255.91101530496962,1179648.0 +65.55,5.800000190734863,5127.0,0.0065080453641712666,0.0812784805893898,2.1407477855682373,-0.0067910184152424335,1.5793190002441406,0.7133025527000427,73.0,18688.0,259.10711931600235,1196032.0 +60.39,5.099999904632568,5345.0,0.006800157483667135,0.07781982421875,2.240778684616089,-0.002882444066926837,1.3224269151687622,0.7614733427762985,74.0,18944.0,262.17261510388926,1212416.0 +75.35,5.699999809265137,5397.0,0.007327834144234657,0.0899251326918602,2.230595350265503,-0.0048579382710158825,1.3938096761703491,0.763388529419899,75.0,19200.0,265.20855841902085,1228800.0 +72.4,4.199999809265137,5334.0,0.004822348244488239,0.0535685233771801,2.1954262256622314,-0.006379414349794388,1.5209749937057495,0.7114723920822144,76.0,19456.0,268.2806714118924,1245184.0 +73.38,5.300000190734863,5456.0,0.007359377574175596,0.0948689803481102,2.2534894943237305,-0.008249957114458084,1.1729923486709595,0.757976308465004,77.0,19712.0,271.2840761439875,1261568.0 +78.0,5.800000190734863,5125.0,0.007129315286874771,0.0916951522231102,2.2518203258514404,-0.008130688220262527,1.0888127088546753,0.7868993133306503,78.0,19968.0,274.4816467498895,1277952.0 +97.36,5.199999809265137,5227.0,0.007143667433410883,0.0946858748793602,2.3179688453674316,-0.008589782752096653,0.9109612107276917,0.8050023019313812,79.0,20224.0,277.616607534932,1294336.0 +99.69,5.5,5237.0,0.0065975976176559925,0.0790608748793602,2.304224729537964,-0.006696164608001709,1.096642255783081,0.7669587731361389,80.0,20480.0,280.74526014202274,1310720.0 +84.09,6.0,5291.0,0.007644209545105696,0.1068115234375,2.304445505142212,-0.009210895746946335,0.9245452880859375,0.7792167067527771,81.0,20736.0,283.8422233890742,1327104.0 +145.45,4.599999904632568,5184.0,0.007442863192409277,0.0988362655043602,2.290907382965088,-0.006895351689308882,1.1020153760910034,0.7260768115520477,82.0,20992.0,287.00296815205365,1343488.0 +91.38,6.0,5276.0,0.007317926734685898,0.0944010391831398,2.243107557296753,-0.007434539496898651,1.1121498346328735,0.7589804083108902,83.0,21248.0,290.1087745099794,1359872.0 +80.99,5.800000190734863,5356.0,0.007963675074279308,0.10498046875,2.254870653152466,-0.006190789397805929,0.8962271809577942,0.7684056013822556,84.0,21504.0,293.16811263607815,1376256.0 +81.49,5.599999904632568,5442.0,0.007335357833653688,0.09515380859375,2.254520893096924,-0.00894137006253004,0.9038278460502625,0.7694995701313019,85.0,21760.0,296.1792464640457,1392640.0 +95.15,5.400000095367432,5388.0,0.006474316585808992,0.07940673828125,2.266831398010254,-0.007554756477475166,0.8877844214439392,0.7494860887527466,86.0,22016.0,299.2206069850363,1409024.0 +147.87,5.5,5168.0,0.009155898354947567,0.120849609375,2.2381608486175537,-0.00927566085010767,0.8550344109535217,0.7177439630031586,87.0,22272.0,302.3910203259438,1425408.0 +112.84,5.699999809265137,5209.0,0.007999710738658905,0.1067708358168602,2.2540781497955322,-0.00922349188476801,0.788734495639801,0.7534123212099075,88.0,22528.0,305.5369679420255,1441792.0 +110.15,5.599999904632568,5448.0,0.007121950853615999,0.089111328125,2.2172985076904297,-0.008683701977133751,0.8298353552818298,0.7657009214162827,89.0,22784.0,308.5449175341055,1458176.0 +119.32,5.5,5404.0,0.008430477231740952,0.1149698868393898,2.1962311267852783,-0.00873391330242157,0.8462963104248047,0.7672788947820663,90.0,23040.0,311.5769654929172,1474560.0 +125.31,7.099999904632568,5296.0,0.0074467831291258335,0.0965372696518898,2.19242262840271,-0.00580321392044425,0.8495409488677979,0.7618089914321899,91.0,23296.0,314.6711081340909,1490944.0 +117.44,5.900000095367432,5153.0,0.008347507566213608,0.1087443009018898,2.186166286468506,-0.00919527281075716,0.7412732243537903,0.7722270786762238,92.0,23552.0,317.85114191193134,1507328.0 +148.0,5.099999904632568,5147.0,0.010277998633682728,0.14141845703125,2.2384910583496094,-0.009485837072134018,0.7700950503349304,0.746540904045105,93.0,23808.0,321.03507755789906,1523712.0 +136.33,6.099999904632568,5247.0,0.008353343233466148,0.11273193359375,2.242011547088623,-0.00648493692278862,0.7071736454963684,0.7691721767187119,94.0,24064.0,324.1588220060803,1540096.0 +169.57,5.199999809265137,5082.0,0.00818751472979784,0.1093343123793602,2.2187564373016357,-0.008595132268965244,0.7007821202278137,0.7283422946929932,95.0,24320.0,327.38282096292824,1556480.0 +149.0,4.599999904632568,5284.0,0.0077451542019844055,0.0989990234375,2.182251214981079,-0.008056963793933392,0.7470620274543762,0.7230286002159119,96.0,24576.0,330.4839973200578,1572864.0 +128.12,5.300000190734863,5340.0,0.010464751161634922,0.1483154296875,2.1881296634674072,-0.008242751471698284,0.5474122166633606,0.7534420788288116,97.0,24832.0,333.5526679859031,1589248.0 +158.23,5.400000095367432,5350.0,0.010057271458208561,0.1413981169462204,2.2194554805755615,-0.01014468539506197,0.4965912401676178,0.7693582475185394,98.0,25088.0,336.61594373895787,1605632.0 +182.56,5.199999809265137,5492.0,0.009077697992324829,0.1247151717543602,2.2185585498809814,-0.011530549265444279,0.46737387776374817,0.7546311020851135,99.0,25344.0,339.5997268341016,1622016.0 +206.93,5.400000095367432,5338.0,0.009626994840800762,0.1330363005399704,2.2215068340301514,-0.008441765792667866,0.6006223559379578,0.7108204960823059,100.0,25600.0,342.6696693180129,1638400.0 +189.33,5.0,5200.0,0.008041567169129848,0.1058349609375,2.2049472332000732,-0.008685299195349216,0.4507768154144287,0.74167200922966,101.0,25856.0,345.8207029940095,1654784.0 +184.27,5.699999809265137,5337.0,0.008652840740978718,0.1175333634018898,2.206049680709839,-0.00978979654610157,0.5282783508300781,0.7296831607818604,102.0,26112.0,348.8914422930684,1671168.0 +199.33,5.5,5330.0,0.012143515050411224,0.1696573942899704,2.2014310359954834,-0.009944566525518894,0.3790450096130371,0.7291950583457947,103.0,26368.0,351.96573210600764,1687552.0 +214.73,5.300000190734863,5363.0,0.0102159408852458,0.1427408903837204,2.2134759426116943,-0.011483937501907349,0.39626407623291016,0.7392168045043945,104.0,26624.0,355.0218963760417,1703936.0 +247.4,4.599999904632568,5412.0,0.011310319416224957,0.15240478515625,2.2207300662994385,-0.009318907745182514,0.4291413724422455,0.6725329756736755,105.0,26880.0,358.0498212380335,1720320.0 +297.29,4.800000190734863,5491.0,0.008989647962152958,0.1213582381606102,2.22094464302063,-0.008087320253252983,0.39624476432800293,0.7144121527671814,106.0,27136.0,361.0338126360439,1736704.0 +260.46,5.099999904632568,5347.0,0.010117239318788052,0.1374715119600296,2.2376108169555664,-0.011087700724601746,0.34195220470428467,0.7183495759963989,107.0,27392.0,364.0986808668822,1753088.0 +212.23,5.800000190734863,5370.0,0.009208719246089458,0.1255696564912796,2.2275893688201904,-0.01267936546355486,0.42932048439979553,0.7312194108963013,108.0,27648.0,367.1505481170025,1769472.0 +248.35,5.0,5371.0,0.0092920558527112,0.1233113631606102,2.189082145690918,-0.009693683125078678,0.45572102069854736,0.7459870874881744,109.0,27904.0,370.2013247960713,1785856.0 +208.12,5.900000095367432,5400.0,0.011412628926336765,0.14410400390625,2.198472261428833,-0.01032167486846447,0.4196265935897827,0.7263940274715424,110.0,28160.0,373.23580168001354,1802240.0 +208.89,5.5,5426.0,0.01050188671797514,0.1415608674287796,2.2414047718048096,-0.0121568338945508,0.2708580195903778,0.7475593090057373,111.0,28416.0,376.2560158390552,1818624.0 +282.01,5.400000095367432,5181.0,0.01287390012294054,0.1777547150850296,2.229567289352417,-0.007895971648395061,0.3750213384628296,0.775691419839859,112.0,28672.0,379.41856028395705,1835008.0 +268.53,4.599999904632568,5127.0,0.009682221338152885,0.1302286833524704,2.244868040084839,-0.009025796316564083,0.3696676194667816,0.7473795115947723,113.0,28928.0,382.614809256047,1851392.0 +233.62,5.900000095367432,5330.0,0.011191703379154205,0.1465047150850296,2.2236711978912354,-0.010323687456548214,0.5164159536361694,0.7485416829586029,114.0,29184.0,385.6891543439124,1867776.0 +210.7,5.699999809265137,5195.0,0.010463390499353409,0.1395467072725296,2.274317979812622,-0.011979416944086552,0.3002220690250397,0.7115611732006073,115.0,29440.0,388.843181183096,1884160.0 +273.45,4.900000095367432,5281.0,0.00898644421249628,0.1190999373793602,2.239701986312866,-0.00956085417419672,0.3044760525226593,0.7508310973644257,116.0,29696.0,391.9462900350336,1900544.0 +368.47,4.900000095367432,5334.0,0.010096940211951733,0.1384073942899704,2.2736353874206543,-0.009802133776247501,0.18495924770832062,0.7987317442893982,117.0,29952.0,395.01828559092246,1916928.0 +406.52,4.800000190734863,5366.0,0.00894411001354456,0.11724853515625,2.2973034381866455,-0.008709927089512348,0.31343916058540344,0.7502403855323792,118.0,30208.0,398.07216535299085,1933312.0 +388.34,5.0,5411.0,0.009754919447004795,0.1294352263212204,2.32220196723938,-0.00802937988191843,0.24405807256698608,0.7873075306415558,119.0,30464.0,401.1004552580416,1949696.0 +364.52,4.599999904632568,5364.0,0.01103761326521635,0.14984130859375,2.3363869190216064,-0.007780668791383505,0.2847342789173126,0.7452278435230255,120.0,30720.0,404.1554347879719,1966080.0 +344.42,4.900000095367432,5303.0,0.00991020631045103,0.1353963166475296,2.324974775314331,-0.01226272713392973,0.30566325783729553,0.7309947907924652,121.0,30976.0,407.2457343249116,1982464.0 +312.64,6.0,5078.0,0.009451429359614849,0.12506103515625,2.2900428771972656,-0.011309805326163769,0.3683938980102539,0.7507285475730896,122.0,31232.0,410.47272391594015,1998848.0 +282.12,5.900000095367432,5202.0,0.009717804379761219,0.1324666291475296,2.2869534492492676,-0.010539483278989792,0.4360327422618866,0.704372227191925,123.0,31488.0,413.62276439508423,2015232.0 +256.12,6.099999904632568,5354.0,0.008490036241710186,0.1152140274643898,2.3119871616363525,-0.010286527685821056,0.3045777380466461,0.7430059909820557,124.0,31744.0,416.68356645293534,2031616.0 +258.5,5.800000190734863,5317.0,0.009134144522249699,0.12042236328125,2.2657124996185303,-0.010391841642558575,0.3765432834625244,0.7650451809167862,125.0,32000.0,419.7655756450258,2048000.0 +260.75,5.599999904632568,5299.0,0.008034949190914631,0.1040852889418602,2.2060911655426025,-0.011491462588310242,0.47899022698402405,0.770867794752121,126.0,32256.0,422.85830519604497,2064384.0 +178.1,6.300000190734863,5300.0,0.008617550134658813,0.1097412109375,2.2252814769744873,-0.010422986000776291,0.5259643793106079,0.7430628836154938,127.0,32512.0,425.94992914795876,2080768.0 +194.64,6.300000190734863,5163.0,0.009028068743646145,0.1086629256606102,2.25166392326355,-0.009290832094848156,0.33840712904930115,0.743985116481781,128.0,32768.0,429.12355124996975,2097152.0 +225.35,5.599999904632568,5266.0,0.011301428079605103,0.14892578125,2.270055055618286,-0.011874529533088207,0.3021145462989807,0.7630619555711746,129.0,33024.0,432.23571793409064,2113536.0 +279.64,5.099999904632568,5244.0,0.012119472026824951,0.1581624299287796,2.223100423812866,-0.010199503041803837,0.35644152760505676,0.7387189865112305,130.0,33280.0,435.3605646479409,2129920.0 +327.26,5.900000095367432,5201.0,0.01019837986677885,0.1335245817899704,2.2223434448242188,-0.009833852760493755,0.3955312967300415,0.7576712816953659,131.0,33536.0,438.5119605110958,2146304.0 +206.14,5.900000095367432,5320.0,0.010580369271337986,0.140625,2.1653940677642822,-0.012182707898318768,0.5276526808738708,0.7268143892288208,132.0,33792.0,441.5924478028901,2162688.0 +185.87,6.800000190734863,5406.0,0.010926914401352406,0.1439208984375,2.209693431854248,-0.011137430556118488,0.32107797265052795,0.794116660952568,133.0,34048.0,444.62558194692247,2179072.0 +277.97,5.5,5326.0,0.009461366571485996,0.1252034455537796,2.1931540966033936,-0.010082975961267948,0.34890472888946533,0.7045333981513977,134.0,34304.0,447.7023096589837,2195456.0 +292.14,4.300000190734863,5404.0,0.009326389990746975,0.1247151717543602,2.155351400375366,-0.010645821690559387,0.3503462076187134,0.732282429933548,135.0,34560.0,450.7346754849423,2211840.0 +276.1,4.900000095367432,5388.0,0.009043770842254162,0.11614990234375,2.201875686645508,-0.011984753422439098,0.3709058463573456,0.7874025404453278,136.0,34816.0,453.7755862181075,2228224.0 +256.48,5.199999809265137,5465.0,0.011267286725342274,0.1474609375,2.229696750640869,-0.014526993036270142,0.36965620517730713,0.7773993909358978,137.0,35072.0,456.77409165003337,2244608.0 +293.9,4.300000190734863,5399.0,0.011691346764564514,0.1544392853975296,2.241780996322632,-0.011163574643433094,0.36763691902160645,0.800732210278511,138.0,35328.0,459.8090814980678,2260992.0 +255.47,4.699999809265137,5333.0,0.009576831944286823,0.1295369416475296,2.25321888923645,-0.01250689197331667,0.2837944030761719,0.8291468769311905,139.0,35584.0,462.8815839760937,2277376.0 +269.66,4.900000095367432,5340.0,0.009935996495187283,0.1324666291475296,2.2688076496124268,-0.011568103916943073,0.3088020086288452,0.7408978939056396,140.0,35840.0,465.9499917279463,2293760.0 +334.82,4.800000190734863,5303.0,0.01020966749638319,0.1366780549287796,2.261051654815674,-0.010271516628563404,0.2579192817211151,0.7999505698680878,141.0,36096.0,469.0401993810665,2310144.0 +350.36,4.900000095367432,4992.0,0.010440006852149963,0.1432088166475296,2.2906415462493896,-0.011304995976388454,0.2805507779121399,0.7851379662752151,142.0,36352.0,472.3223973189015,2326528.0 +351.91,4.699999809265137,5246.0,0.009273543022572994,0.123291015625,2.2552947998046875,-0.010068624280393124,0.24987049400806427,0.8104489147663116,143.0,36608.0,475.4461757359095,2342912.0 +419.6,4.300000190734863,5226.0,0.010300026275217533,0.1358642578125,2.2634408473968506,-0.010260798037052155,0.20846743881702423,0.790521502494812,144.0,36864.0,478.58131521497853,2359296.0 +422.41,4.0,5424.0,0.011384323239326477,0.1628011018037796,2.2890524864196777,-0.011218068189918995,0.2502523958683014,0.7590314596891403,145.0,37120.0,481.60251261107624,2375680.0 +454.5,4.099999904632568,5275.0,0.011315751820802689,0.1550699919462204,2.2856431007385254,-0.012410253286361694,0.23686419427394867,0.8102352470159531,146.0,37376.0,484.7089918460697,2392064.0 +355.52,5.400000095367432,5293.0,0.00991071667522192,0.13641357421875,2.303826093673706,-0.011944449506700039,0.27426061034202576,0.7893392592668533,147.0,37632.0,487.80542916688137,2408448.0 +378.84,5.0,5335.0,0.00959193054586649,0.1290079802274704,2.2871100902557373,-0.01078794989734888,0.3922743499279022,0.760100707411766,148.0,37888.0,490.8771169530228,2424832.0 +354.2,5.5,5293.0,0.010208042338490486,0.1377156525850296,2.310309410095215,-0.011036119423806667,0.2814580202102661,0.7999630868434906,149.0,38144.0,493.97278812807053,2441216.0 +294.94,5.900000095367432,5389.0,0.010051998309791088,0.1377360075712204,2.2891199588775635,-0.013574332930147648,0.26038500666618347,0.8224432617425919,150.0,38400.0,497.0136120559182,2457600.0 +313.64,5.199999809265137,5279.0,0.012653086334466934,0.1680501252412796,2.318910837173462,-0.014052500016987324,0.27404794096946716,0.7846530377864838,151.0,38656.0,500.1177753030788,2473984.0 +414.42,4.5,5358.0,0.009309752844274044,0.1238810196518898,2.2917423248291016,-0.01016947440803051,0.274710476398468,0.7840038686990738,152.0,38912.0,503.17592674610205,2490368.0 +367.8,5.099999904632568,5228.0,0.00921005941927433,0.1221110001206398,2.3253705501556396,-0.012118901126086712,0.2704267203807831,0.7722159177064896,153.0,39168.0,506.31038009095937,2506752.0 +343.45,5.699999809265137,5307.0,0.01072147861123085,0.1442464143037796,2.31424617767334,-0.012129834853112698,0.24486464262008667,0.7814762592315674,154.0,39424.0,509.3985124749597,2523136.0 +331.25,5.699999809265137,5523.0,0.011019553057849407,0.1487019807100296,2.299318313598633,-0.009771261364221573,0.3374178409576416,0.7828475087881088,155.0,39680.0,512.3655881420709,2539520.0 +317.38,5.199999809265137,5086.0,0.008765763603150845,0.1145426407456398,2.3191211223602295,-0.01246261689811945,0.3327561914920807,0.7492735981941223,156.0,39936.0,515.5874224749859,2555904.0 +334.2,5.099999904632568,5345.0,0.009198174811899662,0.1258951872587204,2.2947802543640137,-0.01087717805057764,0.38772162795066833,0.7428162693977356,157.0,40192.0,518.6534213549457,2572288.0 +281.59,5.300000190734863,5499.0,0.01102013885974884,0.1468302458524704,2.2804477214813232,-0.013935033231973648,0.38721540570259094,0.728489488363266,158.0,40448.0,521.6333079969045,2588672.0 +290.61,5.5,5489.0,0.009938756935298443,0.13592529296875,2.299041986465454,-0.011035551317036152,0.33036425709724426,0.7847738415002823,159.0,40704.0,524.6185701410286,2605056.0 +286.46,5.5,5437.0,0.00897910911589861,0.1153360977768898,2.276456594467163,-0.011415786109864712,0.3876127004623413,0.7378897666931152,160.0,40960.0,527.6325396760367,2621440.0 +284.02,5.5,5319.0,0.010414153337478638,0.13897705078125,2.3283278942108154,-0.012116458266973495,0.34212398529052734,0.7582873702049255,161.0,41216.0,530.7132267479319,2637824.0 +281.9,6.099999904632568,5256.0,0.009021378122270107,0.1133829727768898,2.3279285430908203,-0.01196793932467699,0.4042527377605438,0.797682136297226,162.0,41472.0,533.8311397628859,2654208.0 +313.34,5.800000190734863,5392.0,0.008221869356930256,0.1025390625,2.3250319957733154,-0.011241607367992401,0.42824438214302063,0.7350244224071503,163.0,41728.0,536.8700598340947,2670592.0 +322.91,5.300000190734863,5330.0,0.009558434598147869,0.1266072541475296,2.3488268852233887,-0.009544596076011658,0.26666688919067383,0.803516760468483,164.0,41984.0,539.9445331720635,2686976.0 +310.85,4.699999809265137,5287.0,0.010697372257709503,0.1376953125,2.2607851028442383,-0.013003638945519924,0.4086787700653076,0.7677474617958069,165.0,42240.0,543.0438239530195,2703360.0 +196.13,5.0,5296.0,0.009874659590423107,0.1308390349149704,2.2654666900634766,-0.012954982928931713,0.4663361608982086,0.7690449059009552,166.0,42496.0,546.1381221599877,2719744.0 +216.22,5.699999809265137,5472.0,0.008540118113160133,0.1030069962143898,2.2563178539276123,-0.011534110642969608,0.42600274085998535,0.7487687170505524,167.0,42752.0,549.1327022539917,2736128.0 +212.35,6.199999809265137,5309.0,0.008863246068358421,0.11431884765625,2.2832565307617188,-0.011195753701031208,0.4358934164047241,0.7596388459205627,168.0,43008.0,552.2193279259373,2752512.0 +223.9,6.099999904632568,5260.0,0.010982825420796871,0.1429646760225296,2.3253560066223145,-0.013572474010288715,0.2668748199939728,0.7612796574831009,169.0,43264.0,555.3347900160588,2768896.0 +320.13,5.099999904632568,5201.0,0.010993952862918377,0.1445719450712204,2.3193600177764893,-0.011613264679908752,0.38085445761680603,0.7411777079105377,170.0,43520.0,558.486007575877,2785280.0 +341.48,4.900000095367432,5129.0,0.0103785814717412,0.1333211213350296,2.3240582942962646,-0.01241679023951292,0.29774361848831177,0.7697024345397949,171.0,43776.0,561.6809916840866,2801664.0 +299.85,4.900000095367432,5065.0,0.008998153731226921,0.1137898787856102,2.303009271621704,-0.015039444901049137,0.3876137435436249,0.7475295066833496,172.0,44032.0,564.9166546759661,2818048.0 +212.13,6.300000190734863,5345.0,0.008795010857284069,0.1123453751206398,2.2469935417175293,-0.009114408865571022,0.4998354911804199,0.7666363716125488,173.0,44288.0,567.9820555199403,2834432.0 +212.18,6.5,5247.0,0.007503528147935867,0.0914103165268898,2.257242202758789,-0.012470926158130169,0.5973372459411621,0.7381620109081268,174.0,44544.0,571.10473309597,2850816.0 +215.3,6.099999904632568,5215.0,0.008177127689123154,0.1026407852768898,2.257094383239746,-0.013141192495822906,0.586907684803009,0.7701535820960999,175.0,44800.0,574.2466208729893,2867200.0 +225.62,5.699999809265137,5000.0,0.008791190572082996,0.1142171248793602,2.280616521835327,-0.014363945461809635,0.3888583183288574,0.8011184334754944,176.0,45056.0,577.5247242839541,2883584.0 +200.4,5.800000190734863,4915.0,0.009950954467058182,0.1288248747587204,2.25028920173645,-0.013356742449104786,0.421970933675766,0.8115113973617554,177.0,45312.0,580.8584100890439,2899968.0 +244.56,6.099999904632568,5240.0,0.009851685725152493,0.1225179061293602,2.2293059825897217,-0.01230407040566206,0.4672046899795532,0.7467269003391266,178.0,45568.0,583.9855612330139,2916352.0 +230.05,6.300000190734863,5349.0,0.01053981389850378,0.1302286833524704,2.242999792098999,-0.014515545219182968,0.4036002457141876,0.7734004259109497,179.0,45824.0,587.0490828768816,2932736.0 +304.07,5.099999904632568,5412.0,0.009783696383237839,0.11785888671875,2.2709271907806396,-0.013166406191885471,0.389763742685318,0.7807248532772064,180.0,46080.0,590.0769806799944,2949120.0 +321.44,5.400000095367432,5309.0,0.010673723183572292,0.1382853239774704,2.2615468502044678,-0.013689271174371243,0.3314579427242279,0.7648547142744064,181.0,46336.0,593.1633091380354,2965504.0 +251.77,5.5,5354.0,0.011855960823595524,0.1480509489774704,2.2198538780212402,-0.013746780343353748,0.2974347174167633,0.7848454862833023,182.0,46592.0,596.2238125388976,2981888.0 +280.82,5.0,5391.0,0.012016854248940945,0.1521809846162796,2.272960901260376,-0.012122555635869503,0.32708340883255005,0.7641734927892685,183.0,46848.0,599.2632436300628,2998272.0 +338.22,5.0,5327.0,0.00988350436091423,0.1295166015625,2.250460147857666,-0.01218709722161293,0.3231031596660614,0.7730447947978973,184.0,47104.0,602.3391387010925,3014656.0 +336.57,5.0,5326.0,0.009720324538648129,0.12738037109375,2.2445929050445557,-0.010086599737405777,0.41365349292755127,0.7609257102012634,185.0,47360.0,605.4155349750072,3031040.0 +252.72,5.300000190734863,5196.0,0.010199267417192459,0.1340738981962204,2.2433693408966064,-0.013202798552811146,0.3834700286388397,0.7570372819900513,186.0,47616.0,608.5692404159345,3047424.0 +207.5,5.800000190734863,5334.0,0.011034895665943623,0.1355387419462204,2.1896562576293945,-0.014016903936862946,0.461628794670105,0.7657364457845688,187.0,47872.0,611.6409498990979,3063808.0 +230.05,6.199999809265137,5396.0,0.00978346262127161,0.1238810196518898,2.1817617416381836,-0.013026685453951359,0.5690380930900574,0.7753025442361832,188.0,48128.0,614.6775772320107,3080192.0 +210.68,6.5,5139.0,0.011301848106086254,0.1502482146024704,2.23953914642334,-0.013653810136020184,0.5014156699180603,0.7546003758907318,189.0,48384.0,617.8658705139533,3096576.0 +255.25,5.900000095367432,5168.0,0.01132538914680481,0.1519571989774704,2.2727746963500977,-0.012915889732539654,0.2498205453157425,0.7323524355888367,190.0,48640.0,621.0364647409879,3112960.0 +304.33,4.800000190734863,5240.0,0.010351888835430145,0.1402587890625,2.2076852321624756,-0.012920744717121124,0.458070307970047,0.7368878424167633,191.0,48896.0,624.1634131239261,3129344.0 +212.16,5.599999904632568,5099.0,0.009828376583755016,0.1294962614774704,2.148824453353882,-0.014541294425725937,0.5883322358131409,0.7855766713619232,192.0,49152.0,627.376978934044,3145728.0 +204.63,6.099999904632568,5256.0,0.012962332926690578,0.16705322265625,2.191558599472046,-0.01239559706300497,0.42979660630226135,0.8105492889881134,193.0,49408.0,630.4947408910375,3162112.0 +216.07,5.800000190734863,5197.0,0.011000226251780987,0.13812255859375,2.194017171859741,-0.009238147176802158,0.3938133418560028,0.7928881794214249,194.0,49664.0,633.6474796659313,3178496.0 +214.49,5.699999809265137,5276.0,0.00940738059580326,0.1191202774643898,2.1526501178741455,-0.013330016285181046,0.3210717439651489,0.8003335297107697,195.0,49920.0,636.7531845029444,3194880.0 +233.65,6.0,5437.0,0.012151487171649933,0.1594645231962204,2.169421672821045,-0.0138101726770401,0.47527381777763367,0.7565312832593918,196.0,50176.0,639.7670902230311,3211264.0 +278.56,5.099999904632568,5473.0,0.011608827859163284,0.1572469025850296,2.208247423171997,-0.012469951063394547,0.2907748222351074,0.7387494742870331,197.0,50432.0,642.7613522149622,3227648.0 +266.35,4.900000095367432,5313.0,0.013080778531730175,0.157958984375,2.179527759552002,-0.01369808241724968,0.36910712718963623,0.7586021721363068,198.0,50688.0,645.8458438438829,3244032.0 +250.39,5.300000190734863,5347.0,0.01202090922743082,0.157958984375,2.1803228855133057,-0.012085969559848309,0.3631008565425873,0.7629348188638687,199.0,50944.0,648.9109393849503,3260416.0 +282.62,4.900000095367432,5310.0,0.01151545625180006,0.14727783203125,2.1950199604034424,-0.01426379382610321,0.25121110677719116,0.7777646332979202,200.0,51200.0,651.996982099954,3276800.0 +332.03,4.800000190734863,5150.0,0.012373503297567368,0.1562703400850296,2.1756880283355713,-0.012672615237534046,0.27271825075149536,0.7650154680013657,201.0,51456.0,655.179607066093,3293184.0 +317.7,4.900000095367432,5374.0,0.011784250847995281,0.1562296599149704,2.141749620437622,-0.012358344160020351,0.33706292510032654,0.7439734935760498,202.0,51712.0,658.2289928200189,3309568.0 +281.6,5.400000095367432,5408.0,0.011009258218109608,0.14727783203125,2.1448593139648438,-0.012145858258008957,0.38015297055244446,0.7521300464868546,203.0,51968.0,661.2588991490193,3325952.0 +256.2,6.0,5346.0,0.011855126358568668,0.15478515625,2.1761341094970703,-0.013857174664735794,0.31336453557014465,0.7834172993898392,204.0,52224.0,664.3242600439116,3342336.0 +273.26,5.5,5229.0,0.012288925237953663,0.1675618439912796,2.1651570796966553,-0.013462543487548828,0.4161876440048218,0.7600611448287964,205.0,52480.0,667.4583422569558,3358720.0 +235.85,6.099999904632568,5275.0,0.011421403847634792,0.15374755859375,2.137810707092285,-0.010596741922199726,0.43450024724006653,0.7415682971477509,206.0,52736.0,670.5646833220962,3375104.0 +278.93,4.900000095367432,5042.0,0.01121249794960022,0.1432698518037796,2.1410298347473145,-0.012941040098667145,0.34887778759002686,0.7655726224184036,207.0,52992.0,673.8143042989541,3391488.0 +264.43,5.5,5090.0,0.009069370105862617,0.11529541015625,2.143601894378662,-0.013021999038755894,0.4151877164840698,0.7916725426912308,208.0,53248.0,677.0339696430601,3407872.0 +250.68,5.400000095367432,5152.0,0.011995787732303143,0.156005859375,2.1681325435638428,-0.010235915891826153,0.2143191248178482,0.8391733765602112,209.0,53504.0,680.2144799830858,3424256.0 +312.27,4.699999809265137,5430.0,0.011363018304109573,0.1457926481962204,2.1430933475494385,-0.01247082743793726,0.3008497655391693,0.8133859038352966,210.0,53760.0,683.2326240730472,3440640.0 +325.05,5.5,5316.0,0.011374708265066147,0.1456705778837204,2.1002986431121826,-0.014596915803849697,0.35867902636528015,0.801709771156311,211.0,54016.0,686.315307907993,3457024.0 +342.87,4.900000095367432,5204.0,0.011872545816004276,0.1529744416475296,2.0696451663970947,-0.01330510526895523,0.38292351365089417,0.76062972843647,212.0,54272.0,689.4642096459866,3473408.0 +284.7,5.599999904632568,5182.0,0.012957478873431683,0.1667277067899704,2.079434633255005,-0.012869170866906643,0.2791869640350342,0.7658966332674026,213.0,54528.0,692.6261115439702,3489792.0 +278.14,5.300000190734863,5320.0,0.011317183263599873,0.1448771208524704,2.1100571155548096,-0.009911603294312954,0.24061454832553864,0.8089972138404846,214.0,54784.0,695.7059125539381,3506176.0 +348.99,5.199999809265137,5298.0,0.012400892563164234,0.1655476838350296,2.1378538608551025,-0.011971120722591877,0.2936044931411743,0.8009289056062698,215.0,55040.0,698.7988800199237,3522560.0 +377.74,5.5,5348.0,0.01332764606922865,0.1695760041475296,2.1116249561309814,-0.015199841000139713,0.3150516450405121,0.8001033514738083,216.0,55296.0,701.8626961109694,3538944.0 +383.48,5.199999809265137,5196.0,0.012993325479328632,0.1688639372587204,2.1319665908813477,-0.014712516218423843,0.16845382750034332,0.8226580023765564,217.0,55552.0,705.016508596018,3555328.0 +371.14,5.300000190734863,5113.0,0.014297419227659702,0.1850992888212204,2.1113030910491943,-0.012968286871910095,0.28863394260406494,0.7935167253017426,218.0,55808.0,708.2216783300973,3571712.0 +406.79,5.099999904632568,5429.0,0.012109547853469849,0.1537678986787796,2.1338021755218506,-0.013123556971549988,0.2251681238412857,0.7933750450611115,219.0,56064.0,711.2401596598793,3588096.0 +409.01,4.900000095367432,5227.0,0.01307003851979971,0.16522216796875,2.1199750900268555,-0.011416315101087093,0.3395329415798187,0.7680212706327438,220.0,56320.0,714.3762593539432,3604480.0 +289.7,5.699999809265137,5258.0,0.014664319343864918,0.1789143830537796,2.049186944961548,-0.012623734772205353,0.43898698687553406,0.7696796655654907,221.0,56576.0,717.492490723962,3620864.0 +229.3,6.300000190734863,5280.0,0.010717491619288921,0.13763427734375,2.06754469871521,-0.01168043538928032,0.4641648232936859,0.7892628610134125,222.0,56832.0,720.5957077259663,3637248.0 +245.25,5.5,5350.0,0.00994790904223919,0.1303507536649704,2.0777714252471924,-0.013439186848700047,0.4463695287704468,0.783749058842659,223.0,57088.0,723.658551499946,3653632.0 +196.63,5.699999809265137,5172.0,0.01192287728190422,0.1512044221162796,2.1040050983428955,-0.013535305857658386,0.4002128839492798,0.7748093903064728,224.0,57344.0,726.8350757309236,3670016.0 +251.9,5.300000190734863,5148.0,0.01358043309301138,0.17694091796875,2.152791976928711,-0.01469894964247942,0.3747102916240692,0.7452381551265717,225.0,57600.0,730.0183120819274,3686400.0 +298.86,5.199999809265137,5128.0,0.012925982475280762,0.16705322265625,2.167757034301758,-0.011739064939320087,0.29606392979621887,0.7744785249233246,226.0,57856.0,733.2137396358885,3702784.0 +327.22,5.300000190734863,5284.0,0.010428644716739655,0.1275431364774704,2.1738345623016357,-0.0141921890899539,0.25250330567359924,0.8036211282014847,227.0,58112.0,736.3148887869902,3719168.0 +282.38,5.599999904632568,5059.0,0.011885907500982285,0.15380859375,2.181858777999878,-0.014185186475515366,0.33685657382011414,0.8008690774440765,228.0,58368.0,739.554952542996,3735552.0 +307.21,5.300000190734863,5025.0,0.012979190796613693,0.16973876953125,2.1333119869232178,-0.01387582253664732,0.34290191531181335,0.8085519075393677,229.0,58624.0,742.8158451069612,3751936.0 +352.87,5.300000190734863,5045.0,0.013113897293806076,0.1668701171875,2.1814212799072266,-0.012174062430858612,0.4026804268360138,0.7815984785556793,230.0,58880.0,746.064100631047,3768320.0 +320.88,6.199999809265137,5372.0,0.011122931726276875,0.1397501677274704,2.1588685512542725,-0.014520094729959965,0.38225772976875305,0.8031495362520218,231.0,59136.0,749.114327210933,3784704.0 +263.12,6.400000095367432,5397.0,0.012088149785995483,0.1604410856962204,2.1971819400787354,-0.013187034986913204,0.28474339842796326,0.795721098780632,232.0,59392.0,752.1508736188989,3801088.0 +327.51,5.400000095367432,5321.0,0.012821794487535954,0.1680908203125,2.2045047283172607,-0.014050304889678955,0.31618988513946533,0.7844274789094925,233.0,59648.0,755.2302278240677,3817472.0 +340.74,5.099999904632568,5502.0,0.014838076196610928,0.1847737580537796,2.208667516708374,-0.013671659864485264,0.24320606887340546,0.7990432679653168,234.0,59904.0,758.2103699489962,3833856.0 +327.16,5.5,5277.0,0.010250075720250607,0.1337687224149704,2.1974689960479736,-0.010417447425425053,0.33772632479667664,0.8197143524885178,235.0,60160.0,761.3155906889588,3850240.0 +348.96,5.300000190734863,5369.0,0.014251497574150562,0.18292236328125,2.1905148029327393,-0.015269945375621319,0.24740950763225555,0.7813345789909363,236.0,60416.0,764.3675619089045,3866624.0 +339.26,5.199999809265137,5157.0,0.010737676173448563,0.13946533203125,2.16355562210083,-0.010242106392979622,0.2925353944301605,0.791787713766098,237.0,60672.0,767.544859061949,3883008.0 +346.59,5.400000095367432,5251.0,0.009809373877942562,0.1212158203125,2.179718017578125,-0.012234519235789776,0.28551211953163147,0.7969904243946075,238.0,60928.0,770.6653638829011,3899392.0 +310.31,5.0,5188.0,0.010596646927297115,0.13360595703125,2.160633087158203,-0.011461188085377216,0.3695562183856964,0.6977255046367645,239.0,61184.0,773.8242372688837,3915776.0 +312.7,4.900000095367432,5294.0,0.011425617150962353,0.1521199494600296,2.1860761642456055,-0.012524855323135853,0.31711316108703613,0.7654103487730026,240.0,61440.0,776.9193490510806,3932160.0 +331.69,5.300000190734863,5107.0,0.01071207132190466,0.1458943635225296,2.2584829330444336,-0.013150432147085667,0.26427218317985535,0.7810563147068024,241.0,61696.0,780.1278327018954,3948544.0 +302.34,5.5,5104.0,0.01135894376784563,0.15081787109375,2.2294492721557617,-0.011233166791498661,0.35253775119781494,0.7777575999498367,242.0,61952.0,783.3381813969463,3964928.0 +299.44,5.900000095367432,5106.0,0.01197292935103178,0.1573893278837204,2.19632887840271,-0.015084769576787949,0.37576213479042053,0.799004465341568,243.0,62208.0,786.5475581760984,3981312.0 +305.55,5.300000190734863,5110.0,0.014377131126821041,0.1622721403837204,2.1881320476531982,-0.012044686824083328,0.3580611050128937,0.787050187587738,244.0,62464.0,789.7542776749469,3997696.0 +319.57,4.900000095367432,5141.0,0.012230440974235535,0.1673380583524704,2.1862237453460693,-0.014741583727300167,0.23889970779418945,0.8116222470998764,245.0,62720.0,792.9415884949267,4014080.0 +346.37,5.5,5230.0,0.010437734425067902,0.139404296875,2.1321451663970947,-0.013225753791630268,0.3415783643722534,0.7861761003732681,246.0,62976.0,796.0748430329841,4030464.0 +356.55,6.0,5083.0,0.012683987617492676,0.1640218049287796,2.1309926509857178,-0.013284961692988873,0.2982202470302582,0.7854544967412949,247.0,63232.0,799.299044909887,4046848.0 +313.16,5.699999809265137,5102.0,0.012264612130820751,0.15374755859375,2.151329755783081,-0.013614133931696415,0.3434785306453705,0.7995084226131439,248.0,63488.0,802.5109599221032,4063232.0 +294.82,5.5,5195.0,0.011123881675302982,0.14727783203125,2.1987900733947754,-0.013131402432918549,0.30676135420799255,0.8135699182748795,249.0,63744.0,805.6659476750065,4079616.0 +328.55,5.599999904632568,5049.0,0.011406171135604382,0.153076171875,2.21441388130188,-0.012143612839281559,0.2400759905576706,0.8369502276182175,250.0,64000.0,808.9118100900669,4096000.0 +348.66,5.199999809265137,5270.0,0.010464648716151714,0.12890625,2.1873526573181152,-0.01378719974309206,0.3392501175403595,0.8007722795009613,251.0,64256.0,812.0213722989429,4112384.0 +299.08,5.699999809265137,5156.0,0.009367533959448338,0.1238810196518898,2.2250735759735107,-0.013266622088849545,0.4277852475643158,0.7719078958034515,252.0,64512.0,815.1994340049569,4128768.0 +300.77,5.800000190734863,5205.0,0.01037351693958044,0.1348673552274704,2.2208938598632812,-0.013181882910430431,0.299858421087265,0.801632896065712,253.0,64768.0,818.3502587180119,4145152.0 +319.02,5.5,5024.0,0.010246080346405506,0.1292724609375,2.213343858718872,-0.013725128956139088,0.3789295256137848,0.7848751395940781,254.0,65024.0,821.611853485927,4161536.0 +348.33,6.199999809265137,5126.0,0.008693140000104904,0.1136881485581398,2.1866464614868164,-0.013104841113090515,0.44886037707328796,0.7862407565116882,255.0,65280.0,824.8081635460258,4177920.0 +306.84,6.599999904632568,5170.0,0.010232360102236271,0.1282145231962204,2.150028944015503,-0.013504602015018463,0.41371870040893555,0.771804079413414,256.0,65536.0,827.9773819290567,4194304.0 +277.33,5.900000095367432,4974.0,0.010658775456249714,0.1374104768037796,2.1795051097869873,-0.014341394416987896,0.32302427291870117,0.7755137085914612,257.0,65792.0,831.2719344908837,4210688.0 +348.96,5.199999809265137,5159.0,0.010201061144471169,0.1325276643037796,2.185232639312744,-0.01383956242352724,0.3003810942173004,0.8126697242259979,258.0,66048.0,834.4479602789506,4227072.0 +363.36,5.400000095367432,5178.0,0.011938036419451237,0.1515299528837204,2.2081854343414307,-0.012860625982284546,0.32894769310951233,0.7856517285108566,259.0,66304.0,837.6125304889865,4243456.0 +389.64,5.300000190734863,5230.0,0.012115268968045712,0.15924072265625,2.227154493331909,-0.012305531650781631,0.3347896635532379,0.8078488260507584,260.0,66560.0,840.7458177888766,4259840.0 +320.61,5.800000190734863,5023.0,0.010645191185176373,0.1380208283662796,2.1931729316711426,-0.012909256853163242,0.4503537118434906,0.780673086643219,261.0,66816.0,844.0080925400835,4276224.0 +290.56,5.599999904632568,5373.0,0.012171021662652493,0.1583455353975296,2.1465673446655273,-0.015275335870683193,0.33315685391426086,0.8114019930362701,262.0,67072.0,847.0579556229059,4292608.0 +280.81,6.099999904632568,5379.0,0.010882928036153316,0.14276123046875,2.1251401901245117,-0.010685556568205357,0.38177382946014404,0.7553088068962097,263.0,67328.0,850.1044686920941,4308992.0 +308.43,6.199999809265137,5236.0,0.012322028167545795,0.1579793244600296,2.1092803478240967,-0.014003955759108067,0.2667746841907501,0.7769583910703659,264.0,67584.0,853.2337696389295,4325376.0 +363.01,4.599999904632568,5359.0,0.012829913757741451,0.1707763671875,2.1728932857513428,-0.012798480689525604,0.2182205468416214,0.7621383816003799,265.0,67840.0,856.291369396029,4341760.0 +361.22,4.800000190734863,5382.0,0.012193453498184681,0.1605631560087204,2.135312557220459,-0.013873717747628689,0.35293594002723694,0.7832725346088409,266.0,68096.0,859.3360520750284,4358144.0 +311.68,5.199999809265137,5374.0,0.012982159852981567,0.1680908203125,2.1456689834594727,-0.01494906097650528,0.2726809084415436,0.8118286281824112,267.0,68352.0,862.385563852964,4374528.0 +290.38,5.300000190734863,5256.0,0.012598437257111073,0.1639607697725296,2.161857843399048,-0.015461432747542858,0.4112597703933716,0.784930631518364,268.0,68608.0,865.5031829809304,4390912.0 +270.26,5.599999904632568,5383.0,0.011364537291228771,0.15185546875,2.1714041233062744,-0.014898675493896008,0.31114137172698975,0.8216453939676285,269.0,68864.0,868.5469845558982,4407296.0 +284.61,5.599999904632568,5314.0,0.01227252185344696,0.1654459685087204,2.1617071628570557,-0.014303031377494335,0.3266633450984955,0.7837102264165878,270.0,69120.0,871.6305856369436,4423680.0 +300.6,5.300000190734863,5379.0,0.013398386538028717,0.1700642853975296,2.110649585723877,-0.012520361691713333,0.3677045404911041,0.7843799740076065,271.0,69376.0,874.6769319348969,4440064.0 +291.54,6.099999904632568,5454.0,0.011767957359552383,0.1536661833524704,2.119837522506714,-0.012579214759171009,0.41890963912010193,0.7888556867837906,272.0,69632.0,877.6813709440175,4456448.0 +272.55,6.099999904632568,5238.0,0.012709900736808777,0.1571044921875,2.1527514457702637,-0.014683254994452,0.34422823786735535,0.7337635457515717,273.0,69888.0,880.813299725065,4472832.0 +322.64,5.0,5040.0,0.013543996959924698,0.17626953125,2.125326633453369,-0.015314814634621143,0.3129863440990448,0.7699897140264511,274.0,70144.0,884.0647824979387,4489216.0 +289.9,5.599999904632568,5233.0,0.013242793269455433,0.1717529296875,2.119501829147339,-0.013813622295856476,0.36326977610588074,0.7993801385164261,275.0,70400.0,887.1963692330755,4505600.0 +248.94,5.5,5193.0,0.012488898821175098,0.1530965119600296,2.115370512008667,-0.012821074575185776,0.39192259311676025,0.7804802805185318,276.0,70656.0,890.3516574748792,4521984.0 +268.07,5.400000095367432,5194.0,0.012437582015991211,0.162109375,2.1547229290008545,-0.013236810453236103,0.2987590730190277,0.805451825261116,277.0,70912.0,893.5061337249354,4538368.0 +264.75,6.099999904632568,5289.0,0.011048941873013973,0.1438395231962204,2.1319034099578857,-0.012556198984384537,0.3743520975112915,0.7679892778396606,278.0,71168.0,896.604309635004,4554752.0 +287.55,6.300000190734863,5485.0,0.011610561050474644,0.15582275390625,2.181718587875366,-0.012971783988177776,0.26942530274391174,0.7857315540313721,279.0,71424.0,899.5915885900613,4571136.0 +350.94,5.300000190734863,5367.0,0.012658029794692993,0.1575113981962204,2.1672494411468506,-0.01593671180307865,0.37770792841911316,0.7174555063247681,280.0,71680.0,902.6450588470325,4587520.0 +330.39,5.199999809265137,5301.0,0.010489965789020061,0.13140869140625,2.1694862842559814,-0.012988676317036152,0.3392750322818756,0.7852264791727066,281.0,71936.0,905.7364594109822,4603904.0 +312.78,4.699999809265137,5338.0,0.011354000307619572,0.142333984375,2.1373603343963623,-0.014052122831344604,0.2393977791070938,0.7994000911712646,282.0,72192.0,908.8063409118913,4620288.0 +243.11,5.599999904632568,5278.0,0.011532574892044067,0.145751953125,2.0938055515289307,-0.01032735500484705,0.4640626013278961,0.808833435177803,283.0,72448.0,911.9110062050167,4636672.0 +259.42,5.599999904632568,5216.0,0.011184253729879856,0.1362711638212204,2.095804452896118,-0.01388172060251236,0.37380024790763855,0.7646196931600571,284.0,72704.0,915.0523929090705,4653056.0 +215.25,5.0,5211.0,0.013640526682138443,0.1700439453125,2.0982825756073,-0.013704847544431686,0.3731679618358612,0.7769044190645218,285.0,72960.0,918.1971038458869,4669440.0 +257.14,5.199999809265137,5270.0,0.009336215443909168,0.1185506209731102,2.080770254135132,-0.013646677136421204,0.4381920099258423,0.76659095287323,286.0,73216.0,921.3065376840532,4685824.0 +182.2,6.599999904632568,5346.0,0.010246715508401394,0.1343587189912796,2.026324987411499,-0.013365473598241806,0.5611301064491272,0.8004307150840759,287.0,73472.0,924.3714038310573,4702208.0 +195.36,5.900000095367432,5287.0,0.009916980750858784,0.1241658553481102,2.0926120281219482,-0.011914383620023727,0.45884421467781067,0.7404243350028992,288.0,73728.0,927.4707646910101,4718592.0 +187.22,5.900000095367432,5367.0,0.010704300366342068,0.1364339143037796,2.095858097076416,-0.015137371607124805,0.46518492698669434,0.7675840705633163,289.0,73984.0,930.523825010052,4734976.0 +217.62,5.400000095367432,5358.0,0.010696793906390667,0.1363321989774704,2.101954460144043,-0.014968886971473694,0.4389176368713379,0.7426920831203461,290.0,74240.0,933.5823482018895,4751360.0 +257.99,5.800000190734863,5307.0,0.009194980375468731,0.1181844100356102,2.091383695602417,-0.01195811852812767,0.4475153386592865,0.7798449099063873,291.0,74496.0,936.6699032338802,4767744.0 +226.32,6.599999904632568,5411.0,0.010426084510982037,0.12896728515625,2.0662081241607666,-0.016287902370095253,0.5019033551216125,0.770899623632431,292.0,74752.0,939.6982426890172,4784128.0 +210.13,6.300000190734863,5044.0,0.010646150447428226,0.1341756135225296,2.1217620372772217,-0.014376935549080372,0.3747267425060272,0.8149957358837128,293.0,75008.0,942.9468557089567,4800512.0 +218.05,6.099999904632568,5260.0,0.009998476132750511,0.1257731169462204,2.1009724140167236,-0.014632661826908588,0.45089372992515564,0.7891010195016861,294.0,75264.0,946.0621552749071,4816896.0 +231.76,6.0,5198.0,0.012278412468731403,0.1561482697725296,2.0877909660339355,-0.014177496545016766,0.3689858019351959,0.7678187340497971,295.0,75520.0,949.220091074938,4833280.0 +269.54,5.300000190734863,5252.0,0.0121617391705513,0.14825439453125,2.070030927658081,-0.016256101429462433,0.4457673132419586,0.7959900200366974,296.0,75776.0,952.3401918578893,4849664.0 +202.54,5.900000095367432,4909.0,0.01313483715057373,0.1621297150850296,2.123755693435669,-0.01469982136040926,0.47406843304634094,0.775519460439682,297.0,76032.0,955.6783669190481,4866048.0 +252.05,5.900000095367432,5028.0,0.01035577803850174,0.1293741911649704,2.1566593647003174,-0.014533966779708862,0.35145196318626404,0.7641627937555313,298.0,76288.0,958.9374423460104,4882432.0 +255.76,5.5,5239.0,0.012639552354812622,0.15234375,2.1527109146118164,-0.01210265513509512,0.27547702193260193,0.7504390329122543,299.0,76544.0,962.0650708740577,4898816.0 +313.98,5.199999809265137,5292.0,0.011702343821525574,0.1437784880399704,2.161242723464966,-0.013962971977889538,0.31966686248779297,0.7881805598735809,300.0,76800.0,965.1613629369531,4915200.0 +320.62,5.0,5425.0,0.012004042975604534,0.1584676057100296,2.153398275375366,-0.015573997981846333,0.2767908275127411,0.7739861756563187,301.0,77056.0,968.182515766006,4931584.0 +310.34,5.599999904632568,5343.0,0.012727226130664349,0.1622314453125,2.102627992630005,-0.011335287243127823,0.4189014434814453,0.778305321931839,302.0,77312.0,971.2493702489883,4947968.0 +214.06,5.900000095367432,5041.0,0.011592891998589039,0.1445109099149704,2.0816783905029297,-0.01432418916374445,0.5290120840072632,0.7541645467281342,303.0,77568.0,974.4998189329635,4964352.0 +262.11,6.0,5148.0,0.012920414097607136,0.1670328825712204,2.124840497970581,-0.014433734118938446,0.3243085741996765,0.8154497146606445,304.0,77824.0,977.6827663579024,4980736.0 +273.04,6.0,5437.0,0.011111217550933361,0.1448974609375,2.1101596355438232,-0.015094219706952572,0.4158999025821686,0.7582571655511856,305.0,78080.0,980.696744783083,4997120.0 +265.0,5.599999904632568,5389.0,0.012553919106721878,0.15423583984375,2.125166177749634,-0.014907554723322392,0.4780937135219574,0.738955169916153,306.0,78336.0,983.7375081109349,5013504.0 +246.81,5.400000095367432,5227.0,0.01222300250083208,0.1514485627412796,2.0868453979492188,-0.012348499149084091,0.45669126510620117,0.7763768583536148,307.0,78592.0,986.8726837011054,5029888.0 +268.94,5.300000190734863,5357.0,0.011356095783412457,0.1404215544462204,2.1259284019470215,-0.014428134076297283,0.3757767975330353,0.7736262679100037,308.0,78848.0,989.9312239449937,5046272.0 +271.79,5.699999809265137,5195.0,0.010715704411268234,0.13275146484375,2.1537575721740723,-0.013284591026604176,0.2677680552005768,0.7982795685529709,309.0,79104.0,993.0852026110515,5062656.0 +294.01,5.099999904632568,5293.0,0.012512638233602047,0.156005859375,2.1561999320983887,-0.014482706785202026,0.33908721804618835,0.7294304370880127,310.0,79360.0,996.1807212750427,5079040.0 +324.81,5.0,5249.0,0.011890463531017303,0.15728759765625,2.1325156688690186,-0.015462652780115604,0.33050426840782166,0.771149292588234,311.0,79616.0,999.3024973298889,5095424.0 +254.69,5.699999809265137,5205.0,0.011938177980482578,0.1466064453125,2.070849895477295,-0.0156744085252285,0.40901604294776917,0.7615774571895599,312.0,79872.0,1002.4510488489177,5111808.0 +243.54,6.0,5288.0,0.013004545122385025,0.15655517578125,2.0678179264068604,-0.015567089430987835,0.28268566727638245,0.8177414685487747,313.0,80128.0,1005.5497082569636,5128192.0 +330.47,5.5,5315.0,0.01136509608477354,0.14501953125,2.095172643661499,-0.01613723672926426,0.25891879200935364,0.7887962162494659,314.0,80384.0,1008.6345188079868,5144576.0 +398.18,4.5,5182.0,0.01388328056782484,0.1695149689912796,2.130084753036499,-0.017143480479717255,0.3216830790042877,0.7953715026378632,315.0,80640.0,1011.796769229928,5160960.0 +303.33,5.699999809265137,5377.0,0.010310781188309193,0.1287434846162796,2.1627767086029053,-0.015130343846976757,0.3265570402145386,0.8339010924100876,316.0,80896.0,1014.8452100199647,5177344.0 +287.24,6.5,5336.0,0.011530466377735138,0.1386922150850296,2.127882719039917,-0.01592663861811161,0.36695143580436707,0.8126746565103531,317.0,81152.0,1017.9161565199029,5193728.0 +257.99,6.699999809265137,5387.0,0.011734355241060257,0.1446533203125,2.097302198410034,-0.014114227145910263,0.38902363181114197,0.7995754778385162,318.0,81408.0,1020.9582128520124,5210112.0 +263.38,6.300000190734863,5307.0,0.013730724342167377,0.1675008088350296,2.0752270221710205,-0.015186532400548458,0.3432250916957855,0.7952508479356766,319.0,81664.0,1024.045656990027,5226496.0 +290.31,5.599999904632568,5226.0,0.01271549891680479,0.1546427458524704,2.0236032009124756,-0.013921446166932583,0.42710068821907043,0.7636137753725052,320.0,81920.0,1027.1811751250643,5242880.0 +284.32,5.199999809265137,5200.0,0.013297248631715775,0.1667887419462204,2.0632472038269043,-0.014397420920431614,0.40360018610954285,0.7830418050289154,321.0,82176.0,1030.3324984710198,5259264.0 +267.11,6.099999904632568,5290.0,0.011680848896503448,0.1419881135225296,2.0888302326202393,-0.012252911925315857,0.3125500977039337,0.8533431142568588,322.0,82432.0,1033.4299206358846,5275648.0 +251.86,6.199999809265137,5270.0,0.014697901904582977,0.1875813752412796,2.1526124477386475,-0.013330652378499508,0.18198610842227936,0.8549934178590775,323.0,82688.0,1036.5391824929975,5292032.0 +302.4,5.5,5207.0,0.01162557303905487,0.14923095703125,2.102259635925293,-0.014060401357710361,0.3071504235267639,0.8203029930591583,324.0,82944.0,1039.686875646934,5308416.0 +317.7,6.099999904632568,5308.0,0.010544463992118835,0.1339111328125,2.0557470321655273,-0.013909696601331234,0.56141197681427,0.7932419180870056,325.0,83200.0,1042.7738393619657,5324800.0 +240.22,6.0,5425.0,0.01150448340922594,0.1361490935087204,2.0683810710906982,-0.01393911987543106,0.4115266501903534,0.7958708256483078,326.0,83456.0,1045.7944909390062,5341184.0 +213.79,6.400000095367432,5271.0,0.012987855821847916,0.1591593474149704,2.032625913619995,-0.01494527980685234,0.3466244041919708,0.8189660906791687,327.0,83712.0,1048.9033191129565,5357568.0 +252.8,6.5,5281.0,0.013714824803173542,0.16827392578125,2.0164616107940674,-0.015237290412187576,0.37269917130470276,0.8018801659345627,328.0,83968.0,1052.0064286170527,5373952.0 +303.85,5.300000190734863,5244.0,0.011855266988277435,0.1477254182100296,1.9851741790771484,-0.014544706791639328,0.4926964044570923,0.7614090293645859,329.0,84224.0,1055.1314330569003,5390336.0 +293.49,5.300000190734863,5198.0,0.012660789303481579,0.1408894807100296,1.9929718971252441,-0.013757606036961079,0.3545730412006378,0.7348842918872833,330.0,84480.0,1058.2844537969213,5406720.0 +277.02,5.199999809265137,5290.0,0.013982776552438736,0.16937255859375,2.0672366619110107,-0.01533463317900896,0.20247691869735718,0.8181823045015335,331.0,84736.0,1061.3821374990512,5423104.0 +291.22,5.5,5254.0,0.012911553494632244,0.1580810546875,2.066852331161499,-0.012850658036768436,0.21809738874435425,0.8309449255466461,332.0,84992.0,1064.5008369369898,5439488.0 +373.22,5.300000190734863,5437.0,0.013639519922435284,0.170654296875,2.0401992797851562,-0.013495535589754581,0.2680005431175232,0.8020499497652054,333.0,85248.0,1067.5145524928812,5455872.0 +368.8,5.300000190734863,5413.0,0.010873418301343918,0.1372273713350296,2.017988443374634,-0.013606945984065533,0.35128676891326904,0.8101137429475784,334.0,85504.0,1070.5415029500145,5472256.0 +332.5,5.800000190734863,5339.0,0.014478851109743118,0.1808878630399704,2.0123369693756104,-0.013770942576229572,0.3037128746509552,0.7988182157278061,335.0,85760.0,1073.6110206479207,5488640.0 +358.18,5.800000190734863,5028.0,0.014616869390010834,0.1805623322725296,2.0700385570526123,-0.01303123589605093,0.2822580635547638,0.8012666255235672,336.0,86016.0,1076.8697465800215,5505024.0 +307.03,6.099999904632568,5176.0,0.01358018908649683,0.1758829802274704,2.0674118995666504,-0.012292754836380482,0.34903380274772644,0.8149363249540329,337.0,86272.0,1080.0356476879679,5521408.0 +308.25,6.0,5129.0,0.012358605861663818,0.1559244841337204,2.0685720443725586,-0.014640898443758488,0.28006479144096375,0.8140627145767212,338.0,86528.0,1083.2304372219369,5537792.0 +310.45,5.900000095367432,5210.0,0.011159262619912624,0.1377766877412796,2.027318239212036,-0.015113492496311665,0.4145190715789795,0.8101890087127686,339.0,86784.0,1086.3759109510574,5554176.0 +266.12,6.199999809265137,5222.0,0.012130812741816044,0.1485392302274704,1.960356593132019,-0.012635716237127781,0.4004259407520294,0.7886054813861847,340.0,87040.0,1089.5140325189568,5570560.0 +271.07,5.800000190734863,5189.0,0.015029330737888813,0.1915283203125,1.967329978942871,-0.01101779192686081,0.301510751247406,0.8248019218444824,341.0,87296.0,1092.6719540650956,5586944.0 +350.73,5.199999809265137,5408.0,0.01235856395214796,0.1518758088350296,1.987741470336914,-0.014831810258328915,0.3246767818927765,0.8018453270196915,342.0,87552.0,1095.7019003410824,5603328.0 +321.41,5.699999809265137,5417.0,0.011522892862558365,0.1420491486787796,1.9791775941848755,-0.015937918797135353,0.33283731341362,0.8404791057109833,343.0,87808.0,1098.7273635249585,5619712.0 +276.17,6.300000190734863,5365.0,0.011109608225524426,0.1428629606962204,1.958380103111267,-0.014306365512311459,0.31347760558128357,0.830784410238266,344.0,88064.0,1101.7821795248892,5636096.0 +282.99,6.099999904632568,5289.0,0.013956318609416485,0.1656087189912796,1.9560288190841675,-0.01293259859085083,0.35746970772743225,0.8057113736867905,345.0,88320.0,1104.8804428079166,5652480.0 +258.97,5.400000095367432,5196.0,0.013603650964796543,0.1592203825712204,2.0180130004882812,-0.014587976969778538,0.41003406047821045,0.7709797769784927,346.0,88576.0,1108.0340114680585,5668864.0 +281.91,5.5,5303.0,0.012653838843107224,0.1581217497587204,1.9924839735031128,-0.013413322158157825,0.3621501624584198,0.7949923574924469,347.0,88832.0,1111.1239918118808,5685248.0 +330.7,5.5,5173.0,0.016243552789092064,0.1804402619600296,1.9599117040634155,-0.011797670274972916,0.24695591628551483,0.7969887405633926,348.0,89088.0,1114.2915733710397,5701632.0 +349.86,5.300000190734863,5319.0,0.011474150232970715,0.14483642578125,1.9762967824935913,-0.012092608027160168,0.24320237338542938,0.7905722707509995,349.0,89344.0,1117.3741290059406,5718016.0 +370.7,4.699999809265137,5273.0,0.012886375188827515,0.1630655974149704,1.969478726387024,-0.015153213404119015,0.23336493968963623,0.805775448679924,350.0,89600.0,1120.4818269030657,5734400.0 +372.54,4.699999809265137,5167.0,0.014306639321148396,0.1778361052274704,1.9607148170471191,-0.015061850659549236,0.31920531392097473,0.7774946093559265,351.0,89856.0,1123.6532344680745,5750784.0 +326.28,6.400000095367432,5287.0,0.01255102176219225,0.1594034880399704,1.9530062675476074,-0.014629327692091465,0.3887309730052948,0.8007348328828812,352.0,90112.0,1126.7529796739109,5767168.0 +345.35,6.400000095367432,5082.0,0.013056866824626923,0.1622517853975296,1.9625838994979858,-0.01344526931643486,0.2866259515285492,0.829510822892189,353.0,90368.0,1129.9780775299296,5783552.0 +350.69,6.199999809265137,4965.0,0.013711865060031414,0.1753743439912796,1.9282803535461426,-0.013138335198163986,0.2537058889865875,0.8227654993534088,354.0,90624.0,1133.2785660829395,5799936.0 +336.71,6.099999904632568,5305.0,0.017996227368712425,0.20892333984375,1.9469984769821167,-0.011777054518461227,0.32489079236984253,0.7864501923322678,355.0,90880.0,1136.3679505859036,5816320.0 +350.39,5.599999904632568,5350.0,0.013930865563452244,0.1692911833524704,1.9423381090164185,-0.012659597210586071,0.3367557227611542,0.7959547936916351,356.0,91136.0,1139.4308965140954,5832704.0 +363.98,5.199999809265137,5385.0,0.011912140063941479,0.1461181640625,2.023097515106201,-0.012942672707140446,0.24823541939258575,0.8304993957281113,357.0,91392.0,1142.4740109040868,5849088.0 +362.08,5.099999904632568,5171.0,0.01408435683697462,0.161376953125,1.9940043687820435,-0.012887994758784771,0.17337481677532196,0.82387375831604,358.0,91648.0,1145.6426291440148,5865472.0 +378.72,5.599999904632568,5352.0,0.013697328977286816,0.1690266877412796,2.015286922454834,-0.012446914799511433,0.2966664135456085,0.8277624100446701,359.0,91904.0,1148.704628322972,5881856.0 +359.15,6.0,5377.0,0.011404015123844147,0.1413981169462204,1.9969769716262817,-0.012406200170516968,0.40861156582832336,0.7804911434650421,360.0,92160.0,1151.7521731760353,5898240.0 +313.72,5.599999904632568,5413.0,0.011243131943047047,0.14215087890625,1.9900189638137817,-0.013747506774961948,0.39205312728881836,0.7624622285366058,361.0,92416.0,1154.7792313890532,5914624.0 +239.73,5.599999904632568,5032.0,0.013723962940275669,0.16650390625,1.9798458814620972,-0.014671371318399906,0.45061346888542175,0.7743815779685974,362.0,92672.0,1158.035666927928,5931008.0 +235.53,6.5,5022.0,0.011194746010005474,0.14044189453125,1.9608912467956543,-0.013819715939462185,0.2931624948978424,0.8541147410869598,363.0,92928.0,1161.2984732640907,5947392.0 +287.33,6.199999809265137,5009.0,0.012715340591967106,0.1516927033662796,1.9767942428588867,-0.01536558661609888,0.33860722184181213,0.8187493830919266,364.0,93184.0,1164.569752288051,5963776.0 +237.4,5.400000095367432,5062.0,0.010832484811544418,0.1365559846162796,2.0007665157318115,-0.013207364827394485,0.28448206186294556,0.8206188529729843,365.0,93440.0,1167.8068057140335,5980160.0 +310.21,5.400000095367432,5312.0,0.011793379671871662,0.1444295197725296,1.9366450309753418,-0.01461925357580185,0.49126484990119934,0.7235404253005981,366.0,93696.0,1170.8915157169104,5996544.0 +261.97,5.400000095367432,5130.0,0.011789590120315552,0.1479288786649704,1.9572629928588867,-0.015169128775596619,0.3350607454776764,0.789016991853714,367.0,93952.0,1174.0859109528828,6012928.0 +243.05,6.199999809265137,5107.0,0.009639258496463299,0.1240234375,1.9696125984191895,-0.013716783374547958,0.37502264976501465,0.7898251116275787,368.0,94208.0,1177.294268992031,6029312.0 +243.56,7.0,5345.0,0.010664536617696285,0.134765625,1.9536170959472656,-0.014621426351368427,0.41309022903442383,0.74498251080513,369.0,94464.0,1180.3599362659734,6045696.0 +269.79,5.800000190734863,5068.0,0.009408928453922272,0.1186930313706398,1.9477615356445312,-0.013173981569707394,0.40544578433036804,0.7694938033819199,370.0,94720.0,1183.5929848079104,6062080.0 +303.49,5.199999809265137,5291.0,0.012015056796371937,0.1406656950712204,1.9459677934646606,-0.014403016306459904,0.3994530439376831,0.6685077250003815,371.0,94976.0,1186.6900690770708,6078464.0 +321.59,5.300000190734863,5260.0,0.011243420653045177,0.1427001953125,1.9811922311782837,-0.014723122119903564,0.31147196888923645,0.7705052942037582,372.0,95232.0,1190.787809885107,6094848.0 +265.03,5.599999904632568,5264.0,0.013703619129955769,0.1620076447725296,1.9792968034744263,-0.012947484850883484,0.34847310185432434,0.7510607093572617,373.0,95488.0,1193.900691491086,6111232.0 +267.75,5.5,5387.0,0.011930500157177448,0.14569091796875,2.0272281169891357,-0.013147278688848019,0.39865151047706604,0.7895019054412842,374.0,95744.0,1196.9429140179418,6127616.0 +246.02,6.300000190734863,5259.0,0.012023617513477802,0.1438395231962204,2.0094962120056152,-0.013497735373675823,0.3965589106082916,0.7994955033063889,375.0,96000.0,1200.0586854610592,6144000.0 +284.28,6.099999904632568,5202.0,0.01340011041611433,0.1568806916475296,1.9816919565200806,-0.012626726180315018,0.3414226770401001,0.8185172379016876,376.0,96256.0,1203.208561453037,6160384.0 +279.18,6.199999809265137,5278.0,0.010955292731523514,0.1375935822725296,2.017102003097534,-0.013919167220592499,0.34706225991249084,0.8165307641029358,377.0,96512.0,1206.3134818309918,6176768.0 +298.07,6.0,5249.0,0.011068545281887054,0.1381022185087204,1.9877318143844604,-0.015004846267402172,0.2556855082511902,0.80849489569664,378.0,96768.0,1209.435820353916,6193152.0 +294.18,5.400000095367432,5478.0,0.011350908316671848,0.1453857421875,2.0079944133758545,-0.012267488054931164,0.3228970766067505,0.8068977743387222,379.0,97024.0,1212.4272226530593,6209536.0 +298.51,5.099999904632568,5329.0,0.012060006149113178,0.14532470703125,2.0058867931365967,-0.013127666898071766,0.29057541489601135,0.796576738357544,380.0,97280.0,1215.5022468939424,6225920.0 +341.33,4.900000095367432,5240.0,0.008390801958739758,0.1081746444106102,1.9958744049072266,-0.014047368429601192,0.312715083360672,0.80147485435009,381.0,97536.0,1218.6296131440904,6242304.0 +325.74,5.300000190734863,5327.0,0.010803651064634323,0.135498046875,1.9885181188583374,-0.014597308821976185,0.3249354958534241,0.7280207872390747,382.0,97792.0,1221.7056290390901,6258688.0 +319.11,5.400000095367432,5318.0,0.01009108405560255,0.1256306916475296,1.99393892288208,-0.012636366300284863,0.30092206597328186,0.7586511224508286,383.0,98048.0,1224.7871130860876,6275072.0 +321.08,6.099999904632568,5346.0,0.010339547879993916,0.13092041015625,2.008103370666504,-0.013768577016890049,0.34575703740119934,0.755693793296814,384.0,98304.0,1227.8521521380171,6291456.0 +318.55,5.800000190734863,5414.0,0.010506574995815754,0.130126953125,1.9838846921920776,-0.013395710848271847,0.39989182353019714,0.7626371830701828,385.0,98560.0,1230.8790211810265,6307840.0 +241.72,6.300000190734863,5378.0,0.00919791217893362,0.117431640625,1.9928570985794067,-0.01303198840469122,0.41866636276245117,0.7861777395009995,386.0,98816.0,1233.925997884944,6324224.0 +254.93,6.300000190734863,5276.0,0.011563010513782501,0.1422119140625,1.9744759798049927,-0.013789694756269455,0.3913571834564209,0.7671579718589783,387.0,99072.0,1237.0320277509745,6340608.0 +257.68,6.599999904632568,5187.0,0.014217524789273739,0.1698201447725296,2.0086638927459717,-0.013853182084858418,0.3350827693939209,0.7841618210077286,388.0,99328.0,1240.191305394983,6356992.0 +318.79,6.099999904632568,5301.0,0.011371909640729427,0.13543701171875,2.0121138095855713,-0.012842903845012188,0.2795419991016388,0.7862330228090286,389.0,99584.0,1243.2825477120932,6373376.0 +367.86,5.300000190734863,5114.0,0.01648782007396221,0.18817138671875,2.0025088787078857,-0.016104351729154587,0.3441096246242523,0.8025833666324615,390.0,99840.0,1246.4869072178844,6389760.0 +261.21,6.800000190734863,4955.0,0.013876523822546005,0.1710612028837204,2.006591320037842,-0.012677711434662342,0.3296682834625244,0.7892324179410934,391.0,100096.0,1249.7942036429886,6406144.0 +286.07,6.0,5119.0,0.011649907566606998,0.1468098908662796,1.9709364175796509,-0.012970712035894394,0.33653688430786133,0.7773095071315765,392.0,100352.0,1252.9950499578845,6422528.0 +266.87,5.699999809265137,5359.0,0.011640858836472034,0.1442057341337204,1.9695428609848022,-0.013638905249536037,0.2759154736995697,0.8112910985946655,393.0,100608.0,1256.0527759229299,6438912.0 +305.48,4.900000095367432,5368.0,0.011604302562773228,0.1388142853975296,1.98727285861969,-0.014778666198253632,0.3040553331375122,0.731105774641037,394.0,100864.0,1259.1054406680632,6455296.0 +304.87,5.599999904632568,5480.0,0.012291344814002514,0.1534220427274704,2.0084123611450195,-0.014567315578460693,0.32019564509391785,0.7519156336784363,395.0,101120.0,1262.0959991139825,6471680.0 +339.53,5.5,5197.0,0.012654238380491734,0.1494140625,1.9969817399978638,-0.014825593680143356,0.32265862822532654,0.7576851844787598,396.0,101376.0,1265.2491869740188,6488064.0 +327.05,5.800000190734863,5432.0,0.01206544041633606,0.1440836638212204,1.957708477973938,-0.01577441208064556,0.3078969717025757,0.8031767755746841,397.0,101632.0,1268.2661107729655,6504448.0 +314.44,5.699999809265137,5438.0,0.009715338237583637,0.1174723282456398,1.9095478057861328,-0.014587250538170338,0.41714560985565186,0.7987594157457352,398.0,101888.0,1271.2797423510347,6520832.0 +248.07,6.800000190734863,5157.0,0.010776015929877758,0.1263631135225296,1.8889564275741577,-0.012212898582220078,0.32944634556770325,0.8032159209251404,399.0,102144.0,1274.4572180570103,6537216.0 +294.15,6.599999904632568,5366.0,0.012645687907934189,0.15106201171875,1.8941059112548828,-0.014128535985946655,0.3380843698978424,0.7430912554264069,400.0,102400.0,1277.5110742039979,6553600.0 +294.88,6.400000095367432,5252.0,0.011239856481552124,0.1374918669462204,1.9318108558654785,-0.013007592409849167,0.2995024025440216,0.7851406633853912,401.0,102656.0,1280.6316459421068,6569984.0 +316.41,6.099999904632568,5258.0,0.011460653506219387,0.1477864533662796,1.9329272508621216,-0.013011429458856583,0.4333268404006958,0.7661701589822769,402.0,102912.0,1283.7480534829665,6586368.0 +294.79,5.599999904632568,5332.0,0.012110493145883083,0.1427815705537796,1.9892101287841797,-0.01556635182350874,0.36115822196006775,0.8173243552446365,403.0,103168.0,1286.8215807690285,6602752.0 +228.57,5.900000095367432,5322.0,0.013765613548457623,0.1600138396024704,1.9686871767044067,-0.015167954377830029,0.40553152561187744,0.8156861513853073,404.0,103424.0,1289.9006563599687,6619136.0 +211.77,6.099999904632568,5135.0,0.013059288263320923,0.1536051481962204,2.001051187515259,-0.013905352912843227,0.3028058707714081,0.8231690227985382,405.0,103680.0,1293.0918354468886,6635520.0 +269.11,5.900000095367432,5263.0,0.013173864223062992,0.1661580353975296,2.019005060195923,-0.0125286765396595,0.3927334249019623,0.808934897184372,406.0,103936.0,1296.205160935875,6651904.0 +265.17,5.800000190734863,5399.0,0.010907605290412903,0.1285807341337204,2.054969310760498,-0.01381354033946991,0.3448694944381714,0.8161809742450714,407.0,104192.0,1299.2407509819604,6668288.0 +291.8,5.699999809265137,5216.0,0.013127259910106659,0.1604207307100296,2.053150177001953,-0.01571189984679222,0.38381171226501465,0.7813002020120621,408.0,104448.0,1302.3819729080424,6684672.0 +271.46,6.599999904632568,5045.0,0.009696618653833866,0.1248575821518898,1.9899344444274902,-0.01351624820381403,0.446492999792099,0.8154796212911606,409.0,104704.0,1305.6297381229233,6701056.0 +281.83,5.800000190734863,5161.0,0.014533388428390026,0.16827392578125,1.913903832435608,-0.016457239165902138,0.39591774344444275,0.7691838443279266,410.0,104960.0,1308.8044909120072,6717440.0 +252.85,5.699999809265137,5104.0,0.014609862118959427,0.14495849609375,1.9050670862197876,-0.013361853547394276,0.3874259293079376,0.7938512712717056,411.0,105216.0,1312.0151091769803,6733824.0 +245.75,6.400000095367432,5345.0,0.010565139353275299,0.1285196989774704,1.915408730506897,-0.012033344246447086,0.33257606625556946,0.8279235661029816,412.0,105472.0,1315.080744158011,6750208.0 +263.28,6.5,5314.0,0.009685813449323177,0.1196695938706398,1.9291750192642212,-0.013390089385211468,0.39602839946746826,0.7936801314353943,413.0,105728.0,1318.1645007659681,6766592.0 +317.09,5.699999809265137,5280.0,0.012921012006700039,0.1567586213350296,1.8805032968521118,-0.014709820039570332,0.3707844316959381,0.8273018151521683,414.0,105984.0,1321.2682887169067,6782976.0 +268.34,5.599999904632568,5252.0,0.012094225734472275,0.1405436247587204,1.903383731842041,-0.014194704592227936,0.32683488726615906,0.7821575850248337,415.0,106240.0,1324.3883584518917,6799360.0 +321.72,5.300000190734863,5249.0,0.011916986666619778,0.1517333984375,1.9510084390640259,-0.013201572932302952,0.24789530038833618,0.8323702365159988,416.0,106496.0,1327.5103619880974,6815744.0 +373.28,5.5,5325.0,0.012523400597274303,0.1508382111787796,1.9596303701400757,-0.013397700153291225,0.33824339509010315,0.804231658577919,417.0,106752.0,1330.5876289440785,6832128.0 +413.38,5.699999809265137,5334.0,0.011365314014256,0.1385904997587204,1.9392558336257935,-0.013930696994066238,0.33244651556015015,0.8140925914049149,418.0,107008.0,1333.6598824020475,6848512.0 +332.6,6.099999904632568,5096.0,0.012271866202354431,0.1500244140625,1.9365168809890747,-0.014769970439374447,0.2576659023761749,0.8550359457731247,419.0,107264.0,1336.8752499239054,6864896.0 +318.79,5.800000190734863,5125.0,0.01204745750874281,0.1529134064912796,1.8901429176330566,-0.012912623584270477,0.2841448485851288,0.8542652130126953,420.0,107520.0,1340.072889548028,6881280.0 +375.08,5.400000095367432,5262.0,0.010173668153584003,0.1250813752412796,1.9655836820602417,-0.012997900135815144,0.2618204951286316,0.8590118139982224,421.0,107776.0,1343.1871223698836,6897664.0 +364.09,5.599999904632568,5296.0,0.010352426208555698,0.123779296875,2.0099809169769287,-0.011670347303152084,0.25650355219841003,0.851905569434166,422.0,108032.0,1346.2816358220298,6914048.0 +335.96,5.099999904632568,5289.0,0.010079924948513508,0.1183064803481102,1.9989343881607056,-0.01257726177573204,0.2845192849636078,0.8564658015966415,423.0,108288.0,1349.3794940339867,6930432.0 +312.95,5.199999809265137,5206.0,0.010032258927822113,0.1262003630399704,2.0057027339935303,-0.013337709940969944,0.3183869421482086,0.8272838592529297,424.0,108544.0,1352.5268579809926,6946816.0 +361.41,5.300000190734863,5114.0,0.011746053583920002,0.1425577849149704,1.994564175605774,-0.012121428735554218,0.3704775869846344,0.8185793608427048,425.0,108800.0,1355.7310840799473,6963200.0 +303.53,5.699999809265137,5432.0,0.0105377696454525,0.1321614533662796,2.011213541030884,-0.015129814855754375,0.30402547121047974,0.7881413400173187,426.0,109056.0,1358.748127372004,6979584.0 +271.06,5.900000095367432,5194.0,0.012429445050656796,0.1493937224149704,2.0128612518310547,-0.013530019670724869,0.3144645392894745,0.8200758248567581,427.0,109312.0,1361.9026600299403,6995968.0 +309.1,5.699999809265137,5250.0,0.014957036823034286,0.18798828125,1.9429244995117188,-0.013341609388589859,0.3256722092628479,0.8210861384868622,428.0,109568.0,1365.023703983985,7012352.0 +356.7,5.699999809265137,5395.0,0.011255697347223759,0.1437581330537796,1.9131907224655151,-0.01450223196297884,0.33970507979393005,0.8302965015172958,429.0,109824.0,1368.0610644209664,7028736.0 +317.85,6.099999904632568,5391.0,0.013040385209023952,0.15338134765625,1.8982113599777222,-0.015041924081742764,0.33666086196899414,0.8390996605157852,430.0,110080.0,1371.1005568269175,7045120.0 +284.69,5.900000095367432,5304.0,0.011930503882467747,0.14337158203125,1.9412641525268555,-0.011137419380247593,0.320919930934906,0.8370891958475113,431.0,110336.0,1374.1899165229406,7061504.0 +303.12,5.5,5492.0,0.010884146206080914,0.127685546875,1.9800705909729004,-0.013545132242143154,0.26527366042137146,0.8314886689186096,432.0,110592.0,1377.173464880092,7077888.0 +333.33,5.300000190734863,5427.0,0.010177970863878727,0.1268717497587204,1.9969897270202637,-0.0126716373488307,0.28804025053977966,0.8163350224494934,433.0,110848.0,1380.1929484249558,7094272.0 +380.81,5.400000095367432,5407.0,0.01139848679304123,0.146240234375,1.994180679321289,-0.01404954120516777,0.2809499502182007,0.8437089174985886,434.0,111104.0,1383.2233671529684,7110656.0 +352.94,5.699999809265137,5353.0,0.011785822920501232,0.1472371369600296,1.9357222318649292,-0.012698543258011341,0.3695423901081085,0.8123916834592819,435.0,111360.0,1386.2848439989612,7127040.0 +341.88,5.699999809265137,5345.0,0.012433809228241444,0.1521403044462204,1.9664764404296875,-0.014525316655635834,0.21926181018352509,0.8549867868423462,436.0,111616.0,1389.3503304889891,7143424.0 +361.22,5.5,5288.0,0.011307924054563046,0.1363118439912796,2.002377510070801,-0.01405452098697424,0.19513656198978424,0.8312793672084808,437.0,111872.0,1392.4491544349585,7159808.0 +373.55,5.300000190734863,5074.0,0.014673657715320587,0.1633707731962204,2.0362298488616943,-0.014627297408878803,0.2143567055463791,0.8581661283969879,438.0,112128.0,1395.6781829949468,7176192.0 +377.21,5.800000190734863,5272.0,0.012246065773069859,0.1511027067899704,2.044736862182617,-0.012307425029575825,0.3498922288417816,0.8302352875471115,439.0,112384.0,1398.7862827018835,7192576.0 +325.09,6.099999904632568,5337.0,0.011494544334709644,0.1381428986787796,2.051563024520874,-0.013509300537407398,0.2930951714515686,0.8047115951776505,440.0,112640.0,1401.856648145942,7208960.0 +282.6,6.099999904632568,5272.0,0.011121328920125961,0.1325480192899704,2.0501770973205566,-0.013360870070755482,0.3290875256061554,0.8138347268104553,441.0,112896.0,1404.9648395010736,7225344.0 +262.3,6.099999904632568,5130.0,0.009741920977830887,0.1180623397231102,2.0618717670440674,-0.014391068369150162,0.24898500740528107,0.8370088636875153,442.0,113152.0,1408.1593071979005,7241728.0 +310.03,5.599999904632568,5249.0,0.012413807213306427,0.15203857421875,2.0600216388702393,-0.015263480134308338,0.25287577509880066,0.7845669537782669,443.0,113408.0,1411.2808030489832,7258112.0 +367.83,4.900000095367432,5278.0,0.011579046957194805,0.14520263671875,2.0182015895843506,-0.013360566459596157,0.268814355134964,0.8076516538858414,444.0,113664.0,1414.3855149690062,7274496.0 +332.91,5.199999809265137,5125.0,0.01307669561356306,0.1522420197725296,2.063727855682373,-0.016856322064995766,0.23204632103443146,0.7815176099538803,445.0,113920.0,1417.5827678330243,7290880.0 +344.26,5.400000095367432,5324.0,0.010780110955238342,0.1289469450712204,2.0482418537139893,-0.014304039068520069,0.3635602295398712,0.784139022231102,446.0,114176.0,1420.6606743910816,7307264.0 +327.4,5.599999904632568,5297.0,0.01339713018387556,0.1600545197725296,2.056669235229492,-0.014563407748937607,0.27904289960861206,0.8202983886003494,447.0,114432.0,1423.7543067000806,7323648.0 +362.91,5.099999904632568,5278.0,0.010438650846481323,0.12225341796875,2.0764639377593994,-0.01382722333073616,0.16196425259113312,0.8314115703105927,448.0,114688.0,1426.8593069079798,7340032.0 +346.5,5.699999809265137,5366.0,0.011576454155147076,0.140869140625,2.0434882640838623,-0.015202795155346394,0.337835431098938,0.7594523429870605,449.0,114944.0,1429.913419710938,7356416.0 +306.47,5.699999809265137,5272.0,0.012513801455497742,0.1502482146024704,1.9650803804397583,-0.011510073207318783,0.3604215681552887,0.7789277732372284,450.0,115200.0,1433.0213197630364,7372800.0 +328.08,5.400000095367432,5324.0,0.011308080516755581,0.1337076872587204,1.9056519269943237,-0.013686668127775192,0.3598214089870453,0.7939344793558121,451.0,115456.0,1436.099586324999,7389184.0 +307.81,6.5,5186.0,0.012628779746592045,0.1470743864774704,1.921500563621521,-0.014487198553979397,0.32711610198020935,0.8173085004091263,452.0,115712.0,1439.258943443885,7405568.0 +336.05,6.300000190734863,5319.0,0.012128720991313457,0.1410725861787796,1.94656240940094,-0.013966929167509079,0.24504245817661285,0.8170925974845886,453.0,115968.0,1442.3397267928813,7421952.0 +328.55,6.800000190734863,5265.0,0.014423427172005177,0.1639607697725296,1.9582022428512573,-0.013159900903701782,0.2549961507320404,0.8423148989677429,454.0,116224.0,1445.4521049160976,7438336.0 +334.52,6.0,5237.0,0.01008960697799921,0.1224161759018898,1.8865586519241333,-0.013976473361253738,0.5016553997993469,0.7812145352363586,455.0,116480.0,1448.5814383940306,7454720.0 +215.37,7.0,5288.0,0.00880471896380186,0.1033121719956398,1.8489714860916138,-0.011438974179327488,0.5093309879302979,0.7881825417280197,456.0,116736.0,1451.6798954911064,7471104.0 +219.87,6.199999809265137,5225.0,0.01195188146084547,0.1366984099149704,1.9195022583007812,-0.015498913824558258,0.4290778934955597,0.7940882444381714,457.0,116992.0,1454.8158610980026,7487488.0 +234.59,6.199999809265137,5235.0,0.011798575520515442,0.149169921875,1.898043155670166,-0.015160608105361462,0.396919846534729,0.8142877221107483,458.0,117248.0,1457.9459953459445,7503872.0 +248.78,6.300000190734863,5286.0,0.012966587208211422,0.15594482421875,1.8461247682571411,-0.01397175807505846,0.31388577818870544,0.8308742493391037,459.0,117504.0,1461.0458229149226,7520256.0 +305.68,5.5,5331.0,0.011855985037982464,0.1467081755399704,1.894980788230896,-0.014271017163991928,0.21933786571025848,0.8596333712339401,460.0,117760.0,1464.1198803370353,7536640.0 +348.16,5.5,5381.0,0.013138710521161556,0.15814208984375,1.8697830438613892,-0.01376147847622633,0.2869785726070404,0.8190062344074249,461.0,118016.0,1467.1653804800007,7553024.0 +390.74,5.5,5398.0,0.011915680021047592,0.143798828125,1.8725709915161133,-0.01196208968758583,0.23162662982940674,0.8271858394145966,462.0,118272.0,1470.2007813530508,7569408.0 +421.53,5.0,5440.0,0.012033381499350071,0.1490478515625,1.8944567441940308,-0.012931368313729763,0.345735102891922,0.7649332135915756,463.0,118528.0,1473.2129844620358,7585792.0 +357.31,5.099999904632568,5370.0,0.012944274581968784,0.1500040739774704,1.895133376121521,-0.012065374292433262,0.3168449401855469,0.8129432648420334,464.0,118784.0,1476.2643241100013,7602176.0 +309.76,6.099999904632568,5299.0,0.01341965887695551,0.1619873046875,1.968011736869812,-0.01262072753161192,0.3110046684741974,0.8213486075401306,465.0,119040.0,1479.3566379060503,7618560.0 +330.17,6.199999809265137,5338.0,0.011287849396467209,0.1338094025850296,2.0251448154449463,-0.013342886231839657,0.33622410893440247,0.7960122972726822,466.0,119296.0,1482.4262727329042,7634944.0 +293.41,6.0,5425.0,0.013091810047626495,0.1494547575712204,1.976343035697937,-0.014310035854578018,0.2979167401790619,0.821297213435173,467.0,119552.0,1485.4472175149713,7651328.0 +305.55,5.5,5248.0,0.011566908098757267,0.1404215544462204,2.0074515342712402,-0.011982756666839123,0.35138973593711853,0.7897546142339706,468.0,119808.0,1488.5697513960768,7667712.0 +285.78,6.099999904632568,5300.0,0.009217589162290096,0.1091512069106102,1.970671534538269,-0.012111444026231766,0.4224637448787689,0.8101093024015427,469.0,120064.0,1491.6616265289485,7684096.0 +247.19,6.300000190734863,5115.0,0.01146456878632307,0.1340128630399704,1.917335033416748,-0.011637062765657902,0.4707580804824829,0.7725778520107269,470.0,120320.0,1494.864784792997,7700480.0 +259.66,6.699999809265137,5234.0,0.00913174543529749,0.1084798201918602,1.9117951393127441,-0.013060003519058228,0.4571239948272705,0.8192581832408905,471.0,120576.0,1497.9952033110894,7716864.0 +246.99,7.0,5309.0,0.012950300239026546,0.1516927033662796,1.9208444356918335,-0.01386016234755516,0.3692903518676758,0.8379672169685364,472.0,120832.0,1501.0815468640067,7733248.0 +244.33,6.900000095367432,5080.0,0.011132840067148209,0.12713623046875,1.914359211921692,-0.012937481515109539,0.338282972574234,0.8296141028404236,473.0,121088.0,1504.3074346228968,7749632.0 +327.97,5.900000095367432,5235.0,0.010808649472892284,0.131103515625,1.9794301986694336,-0.013377903960645199,0.1760626882314682,0.870859369635582,474.0,121344.0,1507.4375418699346,7766016.0 +359.78,4.599999904632568,5163.0,0.012344341725111008,0.1474609375,1.9494816064834595,-0.01448871660977602,0.3771204650402069,0.7971446961164474,475.0,121600.0,1510.6111850570887,7782400.0 +366.22,4.900000095367432,5125.0,0.012917588464915752,0.1480712890625,1.9261940717697144,-0.015181093476712704,0.2735331058502197,0.8481769859790802,476.0,121856.0,1513.8083164310083,7798784.0 +336.5,5.300000190734863,5333.0,0.012630212120711803,0.15093994140625,1.8933228254318237,-0.012005004100501537,0.36896178126335144,0.8136399686336517,477.0,122112.0,1516.8808425050229,7815168.0 +267.94,5.800000190734863,5251.0,0.011287129484117031,0.1379801481962204,1.947801113128662,-0.01491688471287489,0.3344460427761078,0.815062627196312,478.0,122368.0,1520.0019076180179,7831552.0 +249.07,6.400000095367432,5115.0,0.009519221261143684,0.1160481795668602,1.8963295221328735,-0.01252294797450304,0.43236351013183594,0.8265948295593262,479.0,122624.0,1523.205623540096,7847936.0 +246.52,6.599999904632568,5202.0,0.013119421899318695,0.1502278596162796,1.9139307737350464,-0.013281560502946377,0.31325703859329224,0.8166859894990921,480.0,122880.0,1526.356008548988,7864320.0 +273.97,6.199999809265137,5070.0,0.010617549531161785,0.1232503280043602,1.9220694303512573,-0.013119610957801342,0.39667797088623047,0.7957906723022461,481.0,123136.0,1529.587829390075,7880704.0 +283.71,6.0,5141.0,0.012498311698436737,0.1441853791475296,1.9007402658462524,-0.01471729576587677,0.4253281354904175,0.7802228480577469,482.0,123392.0,1532.7750945768785,7897088.0 +308.66,6.5,5337.0,0.010239691473543644,0.1201375350356102,1.9138022661209106,-0.014158553443849087,0.3903263509273529,0.796738401055336,483.0,123648.0,1535.8451585960574,7913472.0 +256.4,7.0,5350.0,0.010465755127370358,0.1169026717543602,1.89336097240448,-0.01091791782528162,0.44144272804260254,0.8145665377378464,484.0,123904.0,1538.90848560608,7929856.0 +223.16,7.400000095367432,5147.0,0.012413944117724895,0.1413777619600296,1.8971086740493774,-0.012683726847171783,0.4526453912258148,0.7883466929197311,485.0,124160.0,1542.0923310590442,7946240.0 +248.98,6.199999809265137,5161.0,0.014767655171453953,0.1544392853975296,1.92084538936615,-0.014298328198492527,0.43075600266456604,0.7688693851232529,486.0,124416.0,1545.2672113720328,7962624.0 +258.92,6.0,5007.0,0.011827313341200352,0.1300455778837204,1.9997776746749878,-0.01354612410068512,0.3442271947860718,0.7873885631561279,487.0,124672.0,1548.5399802399334,7979008.0 +262.26,5.5,5356.0,0.009484869427978992,0.10479736328125,2.008944272994995,-0.013079791329801083,0.36450257897377014,0.7437865436077118,488.0,124928.0,1551.5991188590415,7995392.0 +287.26,5.400000095367432,5308.0,0.011819802224636078,0.1374308317899704,1.9487128257751465,-0.013883464969694614,0.35715198516845703,0.8006010353565216,489.0,125184.0,1554.6861163829453,8011776.0 +248.53,5.5,5377.0,0.011776302009820938,0.1346232146024704,1.899056077003479,-0.015068594366312027,0.5115674138069153,0.774110957980156,490.0,125440.0,1557.7336180510465,8028160.0 +232.61,5.900000095367432,5325.0,0.012927010655403137,0.1421101838350296,1.905429720878601,-0.012954545207321644,0.4788797199726105,0.8013733923435211,491.0,125696.0,1560.8109294478782,8044544.0 +229.03,6.099999904632568,5242.0,0.014039299450814724,0.1548665314912796,1.9358206987380981,-0.015143700875341892,0.36405932903289795,0.8277590274810791,492.0,125952.0,1563.9365531168878,8060928.0 +208.55,5.900000095367432,5357.0,0.010860241018235683,0.1270548552274704,1.9230490922927856,-0.014634884893894196,0.49257466197013855,0.7888971865177155,493.0,126208.0,1566.9952923979145,8077312.0 +207.26,6.0,5353.0,0.01252389419823885,0.1421101838350296,1.9089773893356323,-0.014134254306554794,0.40272390842437744,0.8159913718700409,494.0,126464.0,1570.0569564308971,8093696.0 +274.95,6.199999809265137,5159.0,0.01191425696015358,0.1409098356962204,1.8543671369552612,-0.01477691438049078,0.5064724087715149,0.7692900449037552,495.0,126720.0,1573.2333474319894,8110080.0 +262.86,5.900000095367432,5204.0,0.009706927463412285,0.1164347305893898,1.8923369646072388,-0.0140642449259758,0.4172119200229645,0.7764817476272583,496.0,126976.0,1576.3823507928755,8126464.0 +284.23,5.800000190734863,5256.0,0.011851056478917599,0.1328328400850296,1.9343589544296265,-0.013081949204206467,0.25727805495262146,0.8399988114833832,497.0,127232.0,1579.5005237280857,8142848.0 +289.59,6.400000095367432,5222.0,0.01276697963476181,0.12982177734375,1.9162864685058594,-0.01315386313945055,0.3424694538116455,0.8041988909244537,498.0,127488.0,1582.6384081519209,8159232.0 +358.69,6.0,5207.0,0.012129444628953934,0.1396687775850296,1.9663211107254028,-0.013479740358889103,0.2740088999271393,0.8221601992845535,499.0,127744.0,1585.7859186891,8175616.0 +375.01,6.0,5216.0,0.010616060346364975,0.1191202774643898,1.9144560098648071,-0.012998845428228378,0.27284374833106995,0.8220685422420502,500.0,128000.0,1588.9274158910848,8192000.0 +363.25,5.699999809265137,5424.0,0.00962116289883852,0.1105143204331398,1.883558750152588,-0.012894954532384872,0.3005847632884979,0.7986161708831787,501.0,128256.0,1591.9485328518786,8208384.0 +315.64,6.099999904632568,5064.0,0.01168010476976633,0.1288655549287796,1.8877692222595215,-0.012167890556156635,0.2847592830657959,0.837258443236351,502.0,128512.0,1595.1842072200961,8224768.0 +330.12,6.099999904632568,5161.0,0.013820688240230083,0.1492919921875,1.8881241083145142,-0.013530224561691284,0.34232011437416077,0.8096850961446762,503.0,128768.0,1598.3596929959022,8241152.0 +336.24,6.0,5229.0,0.013210967183113098,0.1449991911649704,1.8976225852966309,-0.014709281735122204,0.42961642146110535,0.792628824710846,504.0,129024.0,1601.4933631450403,8257536.0 +238.31,6.699999809265137,5341.0,0.011538751423358917,0.1271565705537796,1.8445110321044922,-0.013413019478321075,0.4318450391292572,0.8080001622438431,505.0,129280.0,1604.5614673770033,8273920.0 +218.98,7.300000190734863,5348.0,0.012352269142866135,0.1397298127412796,1.7864347696304321,-0.013594585470855236,0.3831709921360016,0.813782587647438,506.0,129536.0,1607.6255737610627,8290304.0 +262.69,6.5,5198.0,0.012864458374679089,0.143310546875,1.811942458152771,-0.014390596188604832,0.310474693775177,0.7947280555963516,507.0,129792.0,1610.7807509109844,8306688.0 +314.47,6.0,5159.0,0.01260522473603487,0.14599609375,1.8267769813537598,-0.012531951069831848,0.2710696756839752,0.8334169387817383,508.0,130048.0,1613.9568356240634,8323072.0 +327.55,6.099999904632568,5055.0,0.011826466768980026,0.1345418244600296,1.7906688451766968,-0.012701203115284443,0.33795368671417236,0.847367525100708,509.0,130304.0,1617.198646679055,8339456.0 +292.46,6.199999809265137,5140.0,0.012323625385761261,0.1409708708524704,1.7867594957351685,-0.012682446278631687,0.5486188530921936,0.7598180025815964,510.0,130560.0,1620.3867915431038,8355840.0 +276.81,5.800000190734863,5199.0,0.009500025771558285,0.11175537109375,1.7891335487365723,-0.01548822596669197,0.39687201380729675,0.8127798736095428,511.0,130816.0,1623.538503835909,8372224.0 +237.92,6.800000190734863,5312.0,0.012503348290920258,0.1431477814912796,1.808850884437561,-0.015007044188678265,0.3494059145450592,0.8198181837797165,512.0,131072.0,1626.6229299379047,8388608.0 +255.49,7.5,5419.0,0.011485900729894638,0.1377766877412796,1.8104208707809448,-0.012305590324103832,0.33319297432899475,0.8407912999391556,513.0,131328.0,1629.6475350959226,8404992.0 +245.94,6.699999809265137,5218.0,0.013546804897487164,0.1570231169462204,1.8297165632247925,-0.015912434086203575,0.4082871973514557,0.8095996975898743,514.0,131584.0,1632.78773464798,8421376.0 +231.04,6.300000190734863,5268.0,0.015049292705953121,0.169677734375,1.7957559823989868,-0.014681842178106308,0.47099804878234863,0.7897627800703049,515.0,131840.0,1635.8981233579107,8437760.0 +203.5,6.400000095367432,5220.0,0.013201617635786533,0.1552327424287796,1.7700233459472656,-0.01591023989021778,0.45205965638160706,0.814013198018074,516.0,132096.0,1639.0371571870055,8454144.0 +232.61,6.900000095367432,5190.0,0.013276215642690659,0.15911865234375,1.7855486869812012,-0.015232427977025509,0.2702379524707794,0.8514925241470337,517.0,132352.0,1642.1947733960114,8470528.0 +224.95,6.599999904632568,5361.0,0.01144801452755928,0.1366780549287796,1.7862058877944946,-0.014395932666957378,0.3451859652996063,0.8448208570480347,518.0,132608.0,1645.2511511610355,8486912.0 +256.49,6.699999809265137,5381.0,0.011038169264793396,0.1334228515625,1.8178478479385376,-0.015624233521521091,0.33750414848327637,0.8255163729190826,519.0,132864.0,1648.2966091490816,8503296.0 +261.91,7.199999809265137,5385.0,0.0105130635201931,0.12066650390625,1.7735906839370728,-0.012992794625461102,0.42483997344970703,0.8339740484952927,520.0,133120.0,1651.3395036219154,8519680.0 +200.03,7.099999904632568,5411.0,0.00999174453318119,0.1192830428481102,1.7658518552780151,-0.013335955329239368,0.5028209686279297,0.7924465239048004,521.0,133376.0,1654.367864558939,8536064.0 +232.54,6.099999904632568,5297.0,0.009635524824261665,0.1150105819106102,1.7713780403137207,-0.01385460328310728,0.34022268652915955,0.8024841248989105,522.0,133632.0,1657.4616653139237,8552448.0 +260.02,5.400000095367432,5091.0,0.011964314617216587,0.1369832307100296,1.8106330633163452,-0.015601611696183681,0.37248778343200684,0.8098460584878922,523.0,133888.0,1660.6806110620964,8568832.0 +278.1,5.699999809265137,5117.0,0.011602886021137238,0.13525390625,1.8426283597946167,-0.014551880769431591,0.2622591555118561,0.8396626263856888,524.0,134144.0,1663.8826642869972,8585216.0 +370.19,4.800000190734863,5212.0,0.0122872618958354,0.1503092497587204,1.866208553314209,-0.012994141317903996,0.33434391021728516,0.8171112388372421,525.0,134400.0,1667.02659116406,8601600.0 +287.88,6.0,5383.0,0.011987168341875076,0.14404296875,1.8403691053390503,-0.012401808053255081,0.3437962234020233,0.8443659394979477,526.0,134656.0,1670.0708727829624,8617984.0 +281.58,6.099999904632568,5416.0,0.011163015849888325,0.1362711638212204,1.8440910577774048,-0.011962388642132282,0.34462133049964905,0.7962992042303085,527.0,134912.0,1673.0961856339127,8634368.0 +287.52,5.800000190734863,5322.0,0.010982620529830456,0.1292928010225296,1.7813559770584106,-0.013725735247135162,0.35701584815979004,0.8359368294477463,528.0,135168.0,1676.1762877081055,8650752.0 +294.46,5.900000095367432,5372.0,0.011664272285997868,0.1340128630399704,1.872698187828064,-0.013979516923427582,0.22491641342639923,0.8106088489294052,529.0,135424.0,1679.2266482459381,8667136.0 +346.28,5.0,5400.0,0.012180124409496784,0.1486409455537796,1.8647741079330444,-0.0146104097366333,0.3751731812953949,0.7798924148082733,530.0,135680.0,1682.2612665910274,8683520.0 +352.74,5.0,5531.0,0.01253474224358797,0.14483642578125,1.910874366760254,-0.013196337036788464,0.2724241316318512,0.797112450003624,531.0,135936.0,1685.2241592949722,8699904.0 +342.08,5.5,5076.0,0.013517511077225208,0.1594645231962204,1.8668150901794434,-0.013807892799377441,0.3073562681674957,0.8203994929790497,532.0,136192.0,1688.4528212191071,8716288.0 +309.09,6.300000190734863,5369.0,0.011522240936756134,0.1395060271024704,1.8190919160842896,-0.013814677484333515,0.3147519826889038,0.8296355903148651,533.0,136448.0,1691.5048084640875,8732672.0 +316.69,6.400000095367432,5379.0,0.012363695539534092,0.1385904997587204,1.8839596509933472,-0.014477347023785114,0.38071346282958984,0.7923844903707504,534.0,136704.0,1694.5513064900879,8749056.0 +315.97,6.699999809265137,5212.0,0.012415196746587753,0.1448974609375,1.9567068815231323,-0.014867745339870453,0.2838227450847626,0.8324947357177734,535.0,136960.0,1697.695014531957,8765440.0 +279.68,6.0,4963.0,0.012051996774971485,0.14300537109375,1.9389601945877075,-0.014213536866009235,0.4070061445236206,0.7655309438705444,536.0,137216.0,1700.9968921169639,8781824.0 +275.28,6.0,5115.0,0.013296891003847122,0.1536865234375,1.94425630569458,-0.014669477008283138,0.23173701763153076,0.8104257732629776,537.0,137472.0,1704.2006005430594,8798208.0 +319.51,5.300000190734863,5295.0,0.01107461005449295,0.13214111328125,1.9197083711624146,-0.015387017279863358,0.27699097990989685,0.8294101357460022,538.0,137728.0,1707.2957332890946,8814592.0 +386.03,4.800000190734863,5214.0,0.012564403004944324,0.1504720002412796,1.8870339393615723,-0.014784150756895542,0.20482301712036133,0.8389815390110016,539.0,137984.0,1710.4383902959526,8830976.0 +388.72,4.699999809265137,5244.0,0.012404880486428738,0.14801025390625,1.8836661577224731,-0.012607053853571415,0.33766257762908936,0.7864961177110672,540.0,138240.0,1713.5629513228778,8847360.0 +393.15,4.900000095367432,5230.0,0.009656839072704315,0.11962890625,1.9360023736953735,-0.01290029939264059,0.23088307678699493,0.8321773409843445,541.0,138496.0,1716.6964104399085,8863744.0 +359.34,5.699999809265137,5207.0,0.011503000743687153,0.1343587189912796,1.936732292175293,-0.016092926263809204,0.3506171405315399,0.7952144891023636,542.0,138752.0,1719.8439897010103,8880128.0 +349.73,6.199999809265137,5509.0,0.011028774082660675,0.1314697265625,1.9379558563232422,-0.01350889727473259,0.20198644697666168,0.8113853335380554,543.0,139008.0,1722.8186674360186,8896512.0 +344.19,5.900000095367432,5290.0,0.011774892918765545,0.13824462890625,1.8952699899673462,-0.01621546782553196,0.2662796378135681,0.7943613976240158,544.0,139264.0,1725.9163468319457,8912896.0 +354.17,5.400000095367432,5317.0,0.013495941646397114,0.1617431640625,1.910828948020935,-0.013839155435562134,0.20350907742977142,0.8218615800142288,545.0,139520.0,1728.998459151946,8929280.0 +407.24,4.699999809265137,5389.0,0.012575308792293072,0.15106201171875,1.9325755834579468,-0.012359471060335636,0.26706141233444214,0.8185325264930725,546.0,139776.0,1732.0393412930425,8945664.0 +368.41,6.099999904632568,5431.0,0.012866602279245853,0.1538492888212204,1.9640679359436035,-0.01546943187713623,0.33018958568573,0.8366545736789703,547.0,140032.0,1735.0566057690885,8962048.0 +312.59,6.400000095367432,5408.0,0.012361654080450535,0.1532185822725296,2.004276752471924,-0.015705369412899017,0.45328906178474426,0.7810605466365814,548.0,140288.0,1738.0868855929002,8978432.0 +309.43,6.0,5403.0,0.012802417390048504,0.1531982421875,2.0038013458251953,-0.01694904826581478,0.2513158917427063,0.840241551399231,549.0,140544.0,1741.119810527889,8994816.0 +308.82,6.199999809265137,5278.0,0.012989026494324207,0.1492512971162796,2.013052225112915,-0.013821683824062347,0.3080190420150757,0.8136000484228134,550.0,140800.0,1744.2247091350146,9011200.0 +370.55,6.099999904632568,5287.0,0.014148391783237457,0.16259765625,2.0225698947906494,-0.014620493166148663,0.2124379277229309,0.8452106416225433,551.0,141056.0,1747.3242073799483,9027584.0 +358.98,6.099999904632568,5388.0,0.013241484761238098,0.1565958708524704,1.9893447160720825,-0.016958918422460556,0.18965886533260345,0.8347915709018707,552.0,141312.0,1750.3652810640633,9043968.0 +358.42,6.0,5332.0,0.01179888192564249,0.1357828825712204,1.968441367149353,-0.01391307171434164,0.31568947434425354,0.8032799065113068,553.0,141568.0,1753.4381187378895,9060352.0 +330.65,5.5,5328.0,0.012524813413619995,0.1493937224149704,1.9104524850845337,-0.014780650846660137,0.33856329321861267,0.7950560003519058,554.0,141824.0,1756.5138400960714,9076736.0 +271.95,6.199999809265137,5291.0,0.010228544473648071,0.12872314453125,1.9182318449020386,-0.014449913054704666,0.36000147461891174,0.8129451870918274,555.0,142080.0,1759.6105902139097,9093120.0 +256.15,6.5,5390.0,0.012047577649354935,0.1430257111787796,1.9768953323364258,-0.016522957012057304,0.37911203503608704,0.7841767370700836,556.0,142336.0,1762.650861884933,9109504.0 +294.45,6.300000190734863,4990.0,0.013706729747354984,0.1623738557100296,1.9965486526489258,-0.01612406224012375,0.2473703771829605,0.8478811383247375,557.0,142592.0,1765.9348183178809,9125888.0 +314.81,5.5,5128.0,0.010502282530069351,0.1218465194106102,1.9641286134719849,-0.01491615828126669,0.4456765949726105,0.7655065208673477,558.0,142848.0,1769.1299090520479,9142272.0 +271.56,5.599999904632568,5300.0,0.013241431675851345,0.1487630158662796,2.0104119777679443,-0.014203346334397793,0.2961866855621338,0.8340523540973663,559.0,143104.0,1772.2215708699077,9158656.0 +268.55,5.800000190734863,5181.0,0.012296673841774464,0.1456298828125,2.0268659591674805,-0.01373309176415205,0.3330647945404053,0.8096693754196167,560.0,143360.0,1775.3845933170523,9175040.0 +290.56,6.099999904632568,5338.0,0.010585733689367771,0.1297200471162796,1.9721717834472656,-0.015533111058175564,0.3808645009994507,0.8172282874584198,561.0,143616.0,1778.4542802399956,9191424.0 +272.0,5.800000190734863,5251.0,0.01208158303052187,0.13958740234375,2.046536445617676,-0.013104560784995556,0.2850627303123474,0.8388950526714325,562.0,143872.0,1781.5745367209893,9207808.0 +289.77,5.5,5160.0,0.01135088037699461,0.1338297575712204,1.9889918565750122,-0.015123029239475727,0.3192495107650757,0.8201924115419388,563.0,144128.0,1784.7501943740062,9224192.0 +313.42,5.900000095367432,5331.0,0.011862948536872864,0.1394246369600296,2.0152156352996826,-0.015587997622787952,0.2582724094390869,0.8392794579267502,564.0,144384.0,1787.8237093430944,9240576.0 +320.94,6.099999904632568,5403.0,0.011570562608540058,0.1336669921875,2.0196163654327393,-0.014483598060905933,0.4065525531768799,0.7550362199544907,565.0,144640.0,1790.8571250990499,9256960.0 +252.81,7.0,5407.0,0.009805572219192982,0.1156209334731102,2.0023422241210938,-0.014641915448009968,0.4396660029888153,0.8119711428880692,566.0,144896.0,1793.8874869379215,9273344.0 +254.7,6.599999904632568,5316.0,0.010878113098442554,0.1286824494600296,2.009977340698242,-0.01417273934930563,0.38263413310050964,0.8031812310218811,567.0,145152.0,1796.9707976679783,9289728.0 +297.51,6.199999809265137,5454.0,0.010859094560146332,0.1285807341337204,1.9776612520217896,-0.016076570376753807,0.29926827549934387,0.8235562294721603,568.0,145408.0,1799.9755504298955,9306112.0 +298.62,6.099999904632568,5361.0,0.015073631890118122,0.1603596955537796,1.9759997129440308,-0.01376867201179266,0.32479625940322876,0.7924934178590775,569.0,145664.0,1803.032081821002,9322496.0 +257.88,6.5,5416.0,0.010452993214130402,0.1297200471162796,1.9258898496627808,-0.0148405646905303,0.5546534657478333,0.7771338373422623,570.0,145920.0,1806.0578055160586,9338880.0 +230.22,6.300000190734863,5372.0,0.011054515838623047,0.1355794221162796,1.9085623025894165,-0.014916104264557362,0.3987027704715729,0.7976841926574707,571.0,146176.0,1809.1082540981006,9355264.0 +227.73,6.300000190734863,5440.0,0.010303167626261711,0.1221110001206398,1.9055479764938354,-0.014824875630438328,0.4794210195541382,0.7967390418052673,572.0,146432.0,1812.1202203859575,9371648.0 +181.27,6.199999809265137,5414.0,0.00987433921545744,0.11761474609375,1.9172077178955078,-0.013063286431133747,0.45539483428001404,0.762623980641365,573.0,146688.0,1815.1469758290332,9388032.0 +211.76,6.800000190734863,5361.0,0.012116946280002594,0.1376749724149704,1.910336971282959,-0.014900929294526577,0.41474902629852295,0.7626071870326996,574.0,146944.0,1818.2035727540497,9404416.0 +232.3,5.900000095367432,5314.0,0.010374686680734158,0.1247355118393898,1.871170997619629,-0.015107031911611557,0.4464917480945587,0.7871878743171692,575.0,147200.0,1821.2876013659406,9420800.0 +203.97,6.099999904632568,5210.0,0.012231990694999695,0.13958740234375,1.8994256258010864,-0.016515163704752922,0.30465686321258545,0.806362196803093,576.0,147456.0,1824.4329740649555,9437184.0 +235.16,6.300000190734863,5246.0,0.009519355371594429,0.1172078475356102,1.839632511138916,-0.013688656501471996,0.4431595802307129,0.8027759343385696,577.0,147712.0,1827.5577162890695,9453568.0 +214.68,7.099999904632568,5230.0,0.01283313985913992,0.1443278044462204,1.832936406135559,-0.01223785150796175,0.33890390396118164,0.854295164346695,578.0,147968.0,1830.6908150860108,9469952.0 +279.52,6.400000095367432,5318.0,0.010329954326152802,0.1236979141831398,1.8591958284378052,-0.012259767390787601,0.4663182199001312,0.7960213869810104,579.0,148224.0,1833.7722727479413,9486336.0 +271.43,6.300000190734863,5326.0,0.012517575174570084,0.146240234375,1.8197399377822876,-0.015013393945991993,0.42561137676239014,0.7985315918922424,580.0,148480.0,1836.8488479300868,9502720.0 +251.14,6.699999809265137,5297.0,0.01464567705988884,0.17242431640625,1.877923846244812,-0.014306108467280865,0.29299378395080566,0.8473279029130936,581.0,148736.0,1839.9424950019456,9519104.0 +291.25,6.599999904632568,5193.0,0.014194331131875515,0.1599528044462204,1.8613853454589844,-0.014796316623687744,0.35039451718330383,0.7781901359558105,582.0,148992.0,1843.0976364759263,9535488.0 +291.35,5.900000095367432,5099.0,0.013650506734848022,0.1620076447725296,1.833196759223938,-0.014541401527822018,0.421074241399765,0.7815238684415817,583.0,149248.0,1846.3110242469702,9551872.0 +287.38,5.599999904632568,5100.0,0.013634048402309418,0.1573893278837204,1.8655561208724976,-0.01399976760149002,0.33434852957725525,0.7798197418451309,584.0,149504.0,1849.5242237090133,9568256.0 +298.77,5.5,5312.0,0.012315616942942142,0.1379191130399704,1.9011130332946777,-0.014627151191234589,0.3833306133747101,0.7747711688280106,585.0,149760.0,1852.6088417100254,9584640.0 +293.69,6.599999904632568,5247.0,0.013817373663187027,0.15972900390625,1.9393588304519653,-0.014710117131471634,0.28193140029907227,0.8486839979887009,586.0,150016.0,1855.7317188330926,9601024.0 +295.57,6.0,5367.0,0.010575412772595882,0.1233927384018898,1.9113941192626953,-0.013792011886835098,0.4614556133747101,0.8014322221279144,587.0,150272.0,1858.7850525360554,9617408.0 +214.67,6.400000095367432,5235.0,0.012926681898534298,0.1418660432100296,1.934771180152893,-0.015716278925538063,0.3711126148700714,0.8337167054414749,588.0,150528.0,1861.9153192320373,9633792.0 +242.5,6.199999809265137,5041.0,0.015174958854913712,0.1612548828125,1.9615572690963745,-0.015697764232754707,0.2052355855703354,0.8395415991544724,589.0,150784.0,1865.1661165910773,9650176.0 +326.03,5.800000190734863,5241.0,0.014912796206772327,0.1720377653837204,1.9024499654769897,-0.013746480457484722,0.3894338607788086,0.8136836886405945,590.0,151040.0,1868.2926554300357,9666560.0 +325.55,5.900000095367432,5294.0,0.013970346190035343,0.1630045622587204,1.9052106142044067,-0.01572899892926216,0.4340731203556061,0.799478217959404,591.0,151296.0,1871.3880199370906,9682944.0 +318.6,5.699999809265137,5401.0,0.013552828691899776,0.155029296875,1.9232978820800781,-0.014599139802157879,0.31214165687561035,0.8332252651453018,592.0,151552.0,1874.4220113980118,9699328.0 +257.12,6.5,5432.0,0.012460323981940746,0.1478271484375,1.9303511381149292,-0.015093144029378891,0.3898509442806244,0.8028060793876648,593.0,151808.0,1877.4385958639905,9715712.0 +276.45,6.199999809265137,5336.0,0.012360737659037113,0.1431884765625,1.9218939542770386,-0.015001808293163776,0.33419978618621826,0.8134309202432632,594.0,152064.0,1880.510262730997,9732096.0 +364.35,5.199999809265137,5441.0,0.013021937571465969,0.156005859375,1.886648178100586,-0.016078507527709007,0.31484735012054443,0.8171045929193497,595.0,152320.0,1883.5220137899742,9748480.0 +310.37,6.099999904632568,5523.0,0.011323113925755024,0.1325276643037796,1.8231186866760254,-0.015168718993663788,0.3267420828342438,0.8167053610086441,596.0,152576.0,1886.4895963969175,9764864.0 +287.1,6.400000095367432,5173.0,0.012045800685882568,0.1458536833524704,1.857314944267273,-0.014875814318656921,0.21378003060817719,0.8316934406757355,597.0,152832.0,1889.6575167980045,9781248.0 +322.73,5.900000095367432,5289.0,0.012220323085784912,0.144287109375,1.8066993951797485,-0.010926379822194576,0.26518452167510986,0.7995998859405518,598.0,153088.0,1892.7556586458813,9797632.0 +397.1,5.5,5160.0,0.010934206657111645,0.1312052458524704,1.8648685216903687,-0.012194965966045856,0.3353540003299713,0.7620017528533936,599.0,153344.0,1895.931383482879,9814016.0 +421.54,5.699999809265137,5233.0,0.012705625034868717,0.14404296875,1.9120155572891235,-0.015306833200156689,0.29191991686820984,0.8003247529268265,600.0,153600.0,1899.0635783700272,9830400.0 +373.22,5.599999904632568,5195.0,0.01497835572808981,0.1663818359375,1.91484797000885,-0.01463066041469574,0.2396939992904663,0.8412898629903793,601.0,153856.0,1902.2177264450584,9846784.0 +313.21,5.800000190734863,5251.0,0.01552636083215475,0.1721598356962204,1.8896207809448242,-0.015250236727297306,0.3220409154891968,0.8121522963047028,602.0,154112.0,1905.3383563559037,9863168.0 +258.88,7.099999904632568,5273.0,0.014832713641226292,0.1713663786649704,1.8788042068481445,-0.015032104216516018,0.3217330574989319,0.8239150047302246,603.0,154368.0,1908.445784945041,9879552.0 +303.04,6.699999809265137,5061.0,0.014657887630164623,0.1715291291475296,1.8025364875793457,-0.013673116452991962,0.3124484717845917,0.8015703558921814,604.0,154624.0,1911.6837056588847,9895936.0 +331.46,6.400000095367432,5120.0,0.01163011696189642,0.1384684294462204,1.774680495262146,-0.012095562182366848,0.31748145818710327,0.808847114443779,605.0,154880.0,1914.8839907620568,9912320.0 +328.62,6.5,5296.0,0.013655456714332104,0.1579793244600296,1.7366695404052734,-0.014542349614202976,0.29686033725738525,0.7893826961517334,606.0,155136.0,1917.9786082198843,9928704.0 +349.22,6.800000190734863,5360.0,0.013565599918365479,0.16400146484375,1.8132303953170776,-0.012563695199787617,0.3140976130962372,0.7713695913553238,607.0,155392.0,1921.0360180810094,9945088.0 +337.95,6.400000095367432,5318.0,0.015840811654925346,0.1604817658662796,1.8155463933944702,-0.010597595013678074,0.2497340887784958,0.7996498942375183,608.0,155648.0,1924.117055074079,9961472.0 +327.92,5.800000190734863,5422.0,0.01278406661003828,0.1469523161649704,1.8609329462051392,-0.014524668455123901,0.29924601316452026,0.798171192407608,609.0,155904.0,1927.1392449419945,9977856.0 +381.38,6.0,5284.0,0.016472404822707176,0.17626953125,1.853790283203125,-0.014259900897741318,0.3737349212169647,0.7634125798940659,610.0,156160.0,1930.240778553998,9994240.0 +353.83,6.5,5039.0,0.013715249486267567,0.15460205078125,1.887735366821289,-0.014078774489462376,0.31513580679893494,0.7882376313209534,611.0,156416.0,1933.4928960748948,10010624.0 +271.87,6.099999904632568,5086.0,0.014243073761463165,0.15472412109375,1.8394755125045776,-0.013001692481338978,0.36021924018859863,0.7427838444709778,612.0,156672.0,1936.714576564962,10027008.0 +276.16,6.199999809265137,5127.0,0.012590307742357254,0.1409912109375,1.8715873956680298,-0.013174597173929214,0.3421589434146881,0.7774915099143982,613.0,156928.0,1939.9103846200742,10043392.0 +327.6,6.5,5261.0,0.012394092045724392,0.1468505859375,1.8017425537109375,-0.013222958892583847,0.43017902970314026,0.7369504570960999,614.0,157184.0,1943.025196142029,10059776.0 +218.56,6.900000095367432,5320.0,0.012867730110883713,0.14947509765625,1.8231395483016968,-0.012881175614893436,0.48183581233024597,0.7628925293684006,615.0,157440.0,1946.1053032400087,10076160.0 +188.52,6.699999809265137,5297.0,0.013510291464626789,0.1552327424287796,1.8593429327011108,-0.013074186630547047,0.412684828042984,0.733034074306488,616.0,157696.0,1949.1986579420045,10092544.0 +245.42,6.800000190734863,5237.0,0.012917696498334408,0.1481526643037796,1.8397736549377441,-0.014440707862377167,0.3439021110534668,0.7861906737089157,617.0,157952.0,1952.32781410194,10108928.0 +268.21,6.900000095367432,4900.0,0.010391738265752792,0.1222941055893898,1.8282045125961304,-0.013242504559457302,0.3855281174182892,0.8015937507152557,618.0,158208.0,1955.6719758119434,10125312.0 +250.3,7.099999904632568,4795.0,0.013262432999908924,0.14874267578125,1.8774112462997437,-0.013148132711648941,0.4142187833786011,0.7910104095935822,619.0,158464.0,1959.0890334229916,10141696.0 +250.05,6.400000095367432,5025.0,0.013043676503002644,0.1485188752412796,1.9402981996536255,-0.014924789778888226,0.29811063408851624,0.8072149008512497,620.0,158720.0,1962.3496492409613,10158080.0 +249.03,6.099999904632568,5263.0,0.011912115849554539,0.1375529021024704,1.9874910116195679,-0.01512362714856863,0.30722370743751526,0.7952089607715607,621.0,158976.0,1965.4632405568846,10174464.0 +317.49,5.599999904632568,5273.0,0.01115022599697113,0.134521484375,1.9202418327331543,-0.013862340711057186,0.40722426772117615,0.735284686088562,622.0,159232.0,1968.5708673980553,10190848.0 +338.9,6.099999904632568,5314.0,0.014784484170377254,0.1644694060087204,1.9201730489730835,-0.016240468248724937,0.30553993582725525,0.7905616164207458,623.0,159488.0,1971.6548727268819,10207232.0 +326.33,6.5,5217.0,0.01467085350304842,0.15875244140625,1.8899413347244263,-0.014570415019989014,0.37243032455444336,0.7572066783905029,624.0,159744.0,1974.7956956489943,10223616.0 +306.83,6.099999904632568,5430.0,0.012518716044723988,0.1353352814912796,1.8593811988830566,-0.014237533323466778,0.4447440803050995,0.7484956383705139,625.0,160000.0,1977.8152957600541,10240000.0 +260.11,6.699999809265137,5397.0,0.011480260640382767,0.13226318359375,1.8528932332992554,-0.014160234481096268,0.35302114486694336,0.7720343917608261,626.0,160256.0,1980.851513552945,10256384.0 +244.22,6.699999809265137,5276.0,0.00997935514897108,0.1228434219956398,1.8379379510879517,-0.014185287058353424,0.507445752620697,0.7525269538164139,627.0,160512.0,1983.957177408971,10272768.0 +247.01,6.800000190734863,5186.0,0.012109686620533466,0.13250732421875,1.9018135070800781,-0.013934222050011158,0.35277220606803894,0.8022287338972092,628.0,160768.0,1987.1168848620728,10289152.0 +281.05,6.5,5378.0,0.012045229785144329,0.14019775390625,1.911556363105774,-0.012254240922629833,0.30817463994026184,0.7927707731723785,629.0,161024.0,1990.164133995073,10305536.0 +283.52,6.5,5389.0,0.011049485765397549,0.1310221403837204,1.9479202032089233,-0.013719681650400162,0.2709473669528961,0.7905674874782562,630.0,161280.0,1993.2048803910147,10321920.0 +299.91,6.199999809265137,5248.0,0.01307536568492651,0.1377970427274704,1.8603463172912598,-0.011270974762737751,0.37990617752075195,0.7699598222970963,631.0,161536.0,1996.3270618380047,10338304.0 +285.86,6.099999904632568,5311.0,0.012858265079557896,0.1479288786649704,1.8437906503677368,-0.015959979966282845,0.368569940328598,0.762589767575264,632.0,161792.0,1999.4124473060947,10354688.0 +290.05,6.0,5127.0,0.014436821453273296,0.1589558869600296,1.7917336225509644,-0.01703844778239727,0.4300777018070221,0.7280633747577667,633.0,162048.0,2002.6083522529807,10371072.0 +264.64,6.0,5252.0,0.013901649974286556,0.1547648161649704,1.7509056329727173,-0.011249984614551067,0.43831419944763184,0.7457664608955383,634.0,162304.0,2005.7282416780945,10387456.0 +244.35,6.800000190734863,5145.0,0.014264282770454884,0.1555379182100296,1.7201032638549805,-0.014591616578400135,0.42841842770576477,0.7547546476125717,635.0,162560.0,2008.9131767540239,10403840.0 +209.34,6.099999904632568,5364.0,0.01096807885915041,0.1270955353975296,1.7078291177749634,-0.012972191907465458,0.45036816596984863,0.7591773420572281,636.0,162816.0,2011.9680777369067,10420224.0 +279.92,6.300000190734863,5409.0,0.012756172567605972,0.1369425505399704,1.7973732948303223,-0.011078600771725178,0.4226018190383911,0.7520666420459747,637.0,163072.0,2014.9975808940362,10436608.0 +201.29,6.800000190734863,5362.0,0.012318785302340984,0.1242472305893898,1.7654523849487305,-0.012285467237234116,0.43923625349998474,0.768636479973793,638.0,163328.0,2018.0535430419259,10452992.0 +199.57,7.300000190734863,5453.0,0.01166983786970377,0.1290079802274704,1.7672725915908813,-0.012780322693288326,0.4025712013244629,0.7863983809947968,639.0,163584.0,2021.0589098979253,10469376.0 +267.12,6.400000095367432,5389.0,0.014994091354310513,0.1624755859375,1.8015156984329224,-0.014347448013722897,0.36194488406181335,0.7353217303752899,640.0,163840.0,2024.0996988739353,10485760.0 +262.51,7.0,5400.0,0.010671560652554035,0.1259969025850296,1.7841793298721313,-0.013327364809811115,0.44832947850227356,0.7767005562782288,641.0,164096.0,2027.1342618190683,10502144.0 +231.06,7.5,5428.0,0.014162813313305378,0.15118408203125,1.8279861211776733,-0.011762887239456177,0.28283002972602844,0.825694352388382,642.0,164352.0,2030.1538795439992,10518528.0 +311.91,6.900000095367432,5343.0,0.013232272118330002,0.1404011994600296,1.83707857131958,-0.015687478706240654,0.29753974080085754,0.8066204190254211,643.0,164608.0,2033.2209756739903,10534912.0 +363.62,6.599999904632568,5152.0,0.011754208244383335,0.1342366486787796,1.8635759353637695,-0.013440688140690327,0.2696087062358856,0.824067085981369,644.0,164864.0,2036.4017632950563,10551296.0 +375.15,6.099999904632568,5254.0,0.011902165599167347,0.12359619140625,1.8702402114868164,-0.013095849193632603,0.2904570698738098,0.7781240046024323,645.0,165120.0,2039.5204408289865,10567680.0 +299.42,6.099999904632568,5264.0,0.01256495714187622,0.1416219025850296,1.7821346521377563,-0.014030924998223782,0.4401364326477051,0.751323401927948,646.0,165376.0,2042.6333341400605,10584064.0 +336.26,6.300000190734863,5317.0,0.012660116888582706,0.1377766877412796,1.8803879022598267,-0.014829088933765888,0.3117963373661041,0.777449905872345,647.0,165632.0,2045.715531182941,10600448.0 +317.79,6.300000190734863,5294.0,0.01364388782531023,0.1478678435087204,1.791377067565918,-0.012846357189118862,0.3642864227294922,0.7822273671627045,648.0,165888.0,2048.814918769058,10616832.0 +299.78,6.099999904632568,5264.0,0.014116364531219006,0.1444091796875,1.8134747743606567,-0.013379433192312717,0.2961941659450531,0.7760265618562698,649.0,166144.0,2051.927772615105,10633216.0 +306.11,6.099999904632568,5268.0,0.013432909734547138,0.1430257111787796,1.8140758275985718,-0.013854704797267914,0.36656466126441956,0.7755488604307175,650.0,166400.0,2055.0386432050727,10649600.0 +240.8,7.099999904632568,5274.0,0.01059467438608408,0.1203206405043602,1.7635211944580078,-0.01210794597864151,0.4796678125858307,0.772894561290741,651.0,166656.0,2058.145538335899,10665984.0 +253.56,6.099999904632568,5295.0,0.013491217978298664,0.1422526091337204,1.792831540107727,-0.012665890157222748,0.3323175013065338,0.7940884232521057,652.0,166912.0,2061.2488392330706,10682368.0 +323.62,5.300000190734863,5286.0,0.015612184070050716,0.16119384765625,1.832090973854065,-0.013775595463812351,0.26832184195518494,0.8044404983520508,653.0,167168.0,2064.3490150950383,10698752.0 +319.8,6.099999904632568,5136.0,0.014912453480064869,0.15771484375,1.844046711921692,-0.013957117684185505,0.27760016918182373,0.7914404571056366,654.0,167424.0,2067.539794899989,10715136.0 +315.24,6.599999904632568,5160.0,0.012451990507543087,0.1457316130399704,1.8660930395126343,-0.01539138238877058,0.35253116488456726,0.7990957051515579,655.0,167680.0,2070.7156986270566,10731520.0 +313.81,5.599999904632568,5241.0,0.013390780426561832,0.1530965119600296,1.8970742225646973,-0.016943691298365593,0.32281044125556946,0.8069840669631958,656.0,167936.0,2073.842552406015,10747904.0 +317.57,5.699999809265137,5240.0,0.015173722989857197,0.1590576171875,1.8506088256835938,-0.015576064586639404,0.25388914346694946,0.8219949454069138,657.0,168192.0,2076.9700962859206,10764288.0 +327.32,5.599999904632568,5247.0,0.014208406209945679,0.1563924103975296,1.827031135559082,-0.013968716375529766,0.30987057089805603,0.7936593443155289,658.0,168448.0,2080.0935298309196,10780672.0 +315.86,5.900000095367432,5395.0,0.014501788653433323,0.1606038361787796,1.7745698690414429,-0.013225976377725601,0.36795198917388916,0.8073045164346695,659.0,168704.0,2083.130929170875,10797056.0 +283.95,6.5,5229.0,0.013675995171070099,0.1542765349149704,1.76392662525177,-0.013531203381717205,0.446880966424942,0.7790826708078384,660.0,168960.0,2086.2644897960126,10813440.0 +289.32,6.300000190734863,5246.0,0.01426844671368599,0.1589762419462204,1.7979234457015991,-0.014657706022262573,0.28952082991600037,0.8310365974903107,661.0,169216.0,2089.388178685913,10829824.0 +303.13,6.400000095367432,5283.0,0.013804138638079166,0.1495361328125,1.878912329673767,-0.014996808022260666,0.3016337454319,0.8042641580104828,662.0,169472.0,2092.490013337927,10846208.0 +337.19,6.300000190734863,5405.0,0.013775342144072056,0.1520182341337204,1.9292254447937012,-0.01407990138977766,0.3138870298862457,0.8131384402513504,663.0,169728.0,2095.521793067921,10862592.0 +379.72,6.099999904632568,5359.0,0.012996931560337543,0.1431681364774704,1.9089045524597168,-0.012855744920670986,0.25383687019348145,0.8276449292898178,664.0,169984.0,2098.5795497728977,10878976.0 +392.02,6.199999809265137,5369.0,0.015393923036754131,0.1641031950712204,1.836739182472229,-0.013240461237728596,0.234659805893898,0.8090967535972595,665.0,170240.0,2101.631507457001,10895360.0 +427.15,5.400000095367432,5235.0,0.01226858701556921,0.13189697265625,1.7987303733825684,-0.013885206542909145,0.26412177085876465,0.8010020107030869,666.0,170496.0,2104.7614581370726,10911744.0 +428.96,5.400000095367432,5236.0,0.011386842466890812,0.1299845427274704,1.7825161218643188,-0.01393286231905222,0.3200824558734894,0.797774001955986,667.0,170752.0,2107.8907973358873,10928128.0 +368.89,6.0,5440.0,0.011727488599717617,0.12652587890625,1.8880146741867065,-0.014442279934883118,0.3204786777496338,0.7864096313714981,668.0,171008.0,2110.9031178250443,10944512.0 +353.91,6.0,5381.0,0.011802971363067627,0.1323649138212204,1.899720549583435,-0.016151145100593567,0.21986936032772064,0.8410480320453644,669.0,171264.0,2113.9482435600366,10960896.0 +341.6,6.099999904632568,5392.0,0.012368019670248032,0.1344807893037796,1.872007966041565,-0.014587979763746262,0.21689562499523163,0.821978822350502,670.0,171520.0,2116.98747135303,10977280.0 +385.57,5.900000095367432,5499.0,0.013701834715902805,0.15423583984375,1.8572922945022583,-0.016284819692373276,0.25446662306785583,0.8310522735118866,671.0,171776.0,2119.967621210031,10993664.0 +355.47,5.900000095367432,5138.0,0.01295829564332962,0.143798828125,1.8874262571334839,-0.016153214499354362,0.2938872277736664,0.8262378871440887,672.0,172032.0,2123.1565994999837,11010048.0 +307.84,5.900000095367432,5376.0,0.013108675368130207,0.140869140625,1.7953604459762573,-0.014592570252716541,0.37325629591941833,0.7843612283468246,673.0,172288.0,2126.204700819915,11026432.0 +334.85,6.0,5188.0,0.011439626105129719,0.1258137971162796,1.8207406997680664,-0.013363528065383434,0.3589417040348053,0.8123248219490051,674.0,172544.0,2129.363509400049,11042816.0 +315.79,6.099999904632568,5238.0,0.0115566560998559,0.1350504606962204,1.825718879699707,-0.012600559741258621,0.3253289759159088,0.8309677541255951,675.0,172800.0,2132.49168932694,11059200.0 +319.26,6.099999904632568,5277.0,0.011662185192108154,0.1343180388212204,1.8123455047607422,-0.014307528734207153,0.37758180499076843,0.8003757447004318,676.0,173056.0,2135.596757505089,11075584.0 +334.54,6.400000095367432,5409.0,0.013175074011087418,0.1473795622587204,1.8280762434005737,-0.013475571759045124,0.2738383114337921,0.8459348827600479,677.0,173312.0,2138.626175082056,11091968.0 +310.05,6.300000190734863,5244.0,0.01278124749660492,0.1375529021024704,1.817917823791504,-0.01359262689948082,0.3488021790981293,0.7731707096099854,678.0,173568.0,2141.7509435229003,11108352.0 +337.95,5.699999809265137,5376.0,0.012796279974281788,0.1478678435087204,1.8131343126296997,-0.012576413340866566,0.3157203495502472,0.7995433509349823,679.0,173824.0,2144.7988493619487,11124736.0 +375.4,5.300000190734863,5238.0,0.013793845660984516,0.1532389372587204,1.8519526720046997,-0.015616009943187237,0.389721542596817,0.7433383464813232,680.0,174080.0,2147.9274090309627,11141120.0 +303.27,6.099999904632568,5464.0,0.012594316154718399,0.1417236328125,1.8141088485717773,-0.0141266705468297,0.4207192361354828,0.7978269010782242,681.0,174336.0,2150.927050353959,11157504.0 +191.8,7.599999904632568,5183.0,0.00950661301612854,0.1109822615981102,1.7788172960281372,-0.012068470008671284,0.5197528004646301,0.780790314078331,682.0,174592.0,2154.088459420949,11173888.0 +154.81,7.599999904632568,5229.0,0.011691714636981487,0.1327718049287796,1.819387435913086,-0.013132362626492977,0.34864330291748047,0.7991487830877304,683.0,174848.0,2157.222449941095,11190272.0 +218.13,7.0,5184.0,0.015258830040693283,0.1720377653837204,1.8306827545166016,-0.01390701625496149,0.3014105260372162,0.8283622860908508,684.0,175104.0,2160.382974649081,11206656.0 +290.54,6.900000095367432,5189.0,0.015181495808064938,0.1700236052274704,1.8333582878112793,-0.014872689731419086,0.3797958195209503,0.7770810723304749,685.0,175360.0,2163.54100626288,11223040.0 +316.87,6.5,5267.0,0.012780913151800632,0.1467081755399704,1.8195219039916992,-0.012613833881914616,0.35468295216560364,0.8234214931726456,686.0,175616.0,2166.6522023649886,11239424.0 +273.85,6.199999809265137,5394.0,0.012760855257511139,0.14544677734375,1.8162158727645874,-0.015176764689385891,0.3361990451812744,0.8109294772148132,687.0,175872.0,2169.697000162909,11255808.0 +271.22,6.5,5237.0,0.012492743320763111,0.1473388671875,1.8027292490005493,-0.015019882470369339,0.4297506809234619,0.8028702437877655,688.0,176128.0,2172.826178997988,11272192.0 +258.24,6.800000190734863,5285.0,0.011975430883467197,0.1432698518037796,1.8189457654953003,-0.015232119709253311,0.47873517870903015,0.7928621023893356,689.0,176384.0,2175.92700406909,11288576.0 +226.72,7.0,5296.0,0.013378526084125042,0.1577351838350296,1.7521628141403198,-0.01512065064162016,0.43967556953430176,0.8055784702301025,690.0,176640.0,2179.020821275888,11304960.0 +197.07,7.599999904632568,5180.0,0.011862142942845821,0.13861083984375,1.731745719909668,-0.01307989377528429,0.4261152446269989,0.8041107058525085,691.0,176896.0,2182.1846387051046,11321344.0 +211.68,7.199999809265137,5309.0,0.01243369746953249,0.1384073942899704,1.7661381959915161,-0.014474759809672832,0.43848785758018494,0.7382316887378693,692.0,177152.0,2185.271004484035,11337728.0 +275.11,6.400000095367432,5284.0,0.013160902075469494,0.1406046599149704,1.8373082876205444,-0.016760917380452156,0.33191555738449097,0.7810640335083008,693.0,177408.0,2188.3721176930703,11354112.0 +250.13,6.699999809265137,5426.0,0.012789604254066944,0.14532470703125,1.825209140777588,-0.014540058560669422,0.40992867946624756,0.7786487638950348,694.0,177664.0,2191.391867013881,11370496.0 +241.25,7.0,5121.0,0.01321971882134676,0.1529134064912796,1.8150662183761597,-0.015169075690209866,0.3505167067050934,0.7913040816783905,695.0,177920.0,2194.592002857942,11386880.0 +273.17,6.800000190734863,5438.0,0.013076345436275005,0.1451822966337204,1.8155757188796997,-0.0165590588003397,0.37933990359306335,0.7891499400138855,696.0,178176.0,2197.605575711932,11403264.0 +231.8,6.400000095367432,5376.0,0.012236255221068859,0.1443278044462204,1.794558048248291,-0.013238470070064068,0.3636489808559418,0.8046828806400299,697.0,178432.0,2200.654139850987,11419648.0 +235.04,6.400000095367432,5148.0,0.013614249415695667,0.1468709260225296,1.6954302787780762,-0.014748758636415005,0.4801523685455322,0.7841722667217255,698.0,178688.0,2203.8372461521067,11436032.0 +229.28,7.099999904632568,5427.0,0.011360105127096176,0.13116455078125,1.7120791673660278,-0.01348298043012619,0.46953845024108887,0.8093701899051666,699.0,178944.0,2206.8566282959655,11452416.0 +201.03,6.699999809265137,5071.0,0.012267936952412128,0.1372884064912796,1.7390928268432617,-0.015584178268909454,0.5222044587135315,0.7422235608100891,700.0,179200.0,2210.088095474988,11468800.0 +210.26,6.800000190734863,5434.0,0.013108004815876484,0.14727783203125,1.7999428510665894,-0.01570097729563713,0.3145752549171448,0.8154837489128113,701.0,179456.0,2213.1037145750597,11485184.0 +253.91,6.300000190734863,5225.0,0.011022313497960567,0.12835693359375,1.7971729040145874,-0.01374679896980524,0.46096816658973694,0.7620456367731094,702.0,179712.0,2216.239594721934,11501568.0 +192.73,7.0,5378.0,0.011392951011657715,0.1205037459731102,1.7576351165771484,-0.01432963740080595,0.40086302161216736,0.7921687066555023,703.0,179968.0,2219.2862784808967,11517952.0 +267.61,6.400000095367432,5356.0,0.010589797981083393,0.12310791015625,1.78396475315094,-0.013633400201797485,0.49229633808135986,0.7731859683990479,704.0,180224.0,2222.3456491569523,11534336.0 +227.55,7.099999904632568,5190.0,0.010968773625791073,0.1296590119600296,1.7204533815383911,-0.013501026667654514,0.4483138620853424,0.7840830385684967,705.0,180480.0,2225.5032418279443,11550720.0 +213.21,6.900000095367432,5186.0,0.01182046253234148,0.13677978515625,1.744214653968811,-0.014051634818315506,0.3944343626499176,0.7969933301210403,706.0,180736.0,2228.663188888924,11567104.0 +230.96,6.699999809265137,5032.0,0.0140436552464962,0.1556396484375,1.7598506212234497,-0.015080747194588184,0.3781116306781769,0.7563551068305969,707.0,180992.0,2231.9194386410527,11583488.0 +242.62,6.0,5364.0,0.011783082969486713,0.13525390625,1.6696122884750366,-0.014153766445815563,0.49270400404930115,0.7492741644382477,708.0,181248.0,2234.974408831913,11599872.0 +187.12,6.900000095367432,5354.0,0.012983739376068115,0.1541544646024704,1.6636828184127808,-0.015427407808601856,0.4374915659427643,0.7609247714281082,709.0,181504.0,2238.0351468638983,11616256.0 +234.8,6.800000190734863,5147.0,0.011760999448597431,0.1329752653837204,1.6542940139770508,-0.015489698387682438,0.44596660137176514,0.7556081116199493,710.0,181760.0,2241.2193114249967,11632640.0 +151.08,7.699999809265137,5355.0,0.00989872682839632,0.1112264022231102,1.640299677848816,-0.010987439192831516,0.4883258044719696,0.7839089781045914,711.0,182016.0,2244.2793219599407,11649024.0 +178.52,6.699999809265137,5511.0,0.010213317349553108,0.1145223006606102,1.661449909210205,-0.01438391488045454,0.43793800473213196,0.7763805985450745,712.0,182272.0,2247.2532262350433,11665408.0 +187.85,6.5,5393.0,0.011178684420883656,0.1312662810087204,1.6497864723205566,-0.015569760464131832,0.5599249005317688,0.7450379431247711,713.0,182528.0,2250.291625751881,11681792.0 +191.29,7.599999904632568,5419.0,0.00988363940268755,0.1106974259018898,1.628729224205017,-0.013891833834350109,0.4703585207462311,0.7738768607378006,714.0,182784.0,2253.315788611071,11698176.0 +170.44,7.800000190734863,5543.0,0.011749009601771832,0.13836669921875,1.5930007696151733,-0.01524756383150816,0.42848432064056396,0.8060428202152252,715.0,183040.0,2256.272045673104,11714560.0 +183.13,7.099999904632568,5313.0,0.011874801479279995,0.1239013671875,1.6349023580551147,-0.01357924286276102,0.4760114848613739,0.7138852179050446,716.0,183296.0,2259.3564165539574,11730944.0 +229.88,6.099999904632568,5376.0,0.012020107358694077,0.1303303986787796,1.6507596969604492,-0.012830405496060848,0.5125977993011475,0.7307326197624207,717.0,183552.0,2262.40427108109,11747328.0 +230.36,6.599999904632568,5328.0,0.012270309031009674,0.1381428986787796,1.7222663164138794,-0.014270379208028316,0.35563722252845764,0.771036684513092,718.0,183808.0,2265.4794885260053,11763712.0 +238.18,6.599999904632568,5328.0,0.013484813272953033,0.1429646760225296,1.7183789014816284,-0.013777539134025574,0.3100064694881439,0.7955528497695923,719.0,184064.0,2268.555078597041,11780096.0 +236.69,6.5,5230.0,0.012190424837172031,0.1389363557100296,1.7135162353515625,-0.013537202961742878,0.3578515946865082,0.7778465151786804,720.0,184320.0,2271.6884526200593,11796480.0 +240.98,6.5,5102.0,0.01241343468427658,0.1424560546875,1.7079144716262817,-0.01645268313586712,0.4056122303009033,0.7502687275409698,721.0,184576.0,2274.899831160903,11812864.0 +191.77,7.099999904632568,5323.0,0.011521164327859879,0.1268310546875,1.6936320066452026,-0.01193308923393488,0.4637482166290283,0.7578836232423782,722.0,184832.0,2277.97862729989,11829248.0 +243.04,6.400000095367432,5362.0,0.013130209408700466,0.1470133513212204,1.7410715818405151,-0.014918123371899128,0.4549048840999603,0.7446489930152893,723.0,185088.0,2281.0349832959473,11845632.0 +214.76,7.0,5393.0,0.013107170350849628,0.1468709260225296,1.7338687181472778,-0.01467138808220625,0.39575493335723877,0.7868235260248184,724.0,185344.0,2284.0736560819205,11862016.0 +210.45,6.800000190734863,5292.0,0.010196960531175137,0.122802734375,1.7713593244552612,-0.013027970679104328,0.4454772174358368,0.7457471787929535,725.0,185600.0,2287.170364575926,11878400.0 +164.82,7.0,5373.0,0.010242650285363197,0.1168619766831398,1.7464457750320435,-0.014868498779833317,0.43433642387390137,0.786377564072609,726.0,185856.0,2290.224173977971,11894784.0 +209.9,6.800000190734863,5342.0,0.010976750403642654,0.12701416015625,1.7565436363220215,-0.013201144523918629,0.4088625907897949,0.7652243673801422,727.0,186112.0,2293.2915628498886,11911168.0 +253.59,6.400000095367432,5405.0,0.011209937743842602,0.1292928010225296,1.8402342796325684,-0.013049899600446224,0.2838834226131439,0.7593438625335693,728.0,186368.0,2296.3232362680137,11927552.0 +273.5,6.400000095367432,5409.0,0.015842238441109657,0.1839803010225296,1.8164477348327637,-0.015629561617970467,0.2995823323726654,0.7853591293096542,729.0,186624.0,2299.352742540883,11943936.0 +261.12,6.699999809265137,5328.0,0.015107028186321259,0.1669108122587204,1.8188556432724,-0.016377827152609825,0.3847220242023468,0.7583521455526352,730.0,186880.0,2302.428437842056,11960320.0 +228.22,7.0,5469.0,0.012388407252728939,0.1375325471162796,1.8224488496780396,-0.013538378290832043,0.3657148778438568,0.7976280748844147,731.0,187136.0,2305.4243840330746,11976704.0 +218.18,6.800000190734863,5455.0,0.01605362631380558,0.1697591096162796,1.8240352869033813,-0.013688924722373486,0.26198771595954895,0.8107324093580246,732.0,187392.0,2308.42844792502,11993088.0 +243.33,6.5,5402.0,0.015078217722475529,0.1594645231962204,1.785251498222351,-0.014770109206438065,0.3484443724155426,0.7819860130548477,733.0,187648.0,2311.4618584900163,12009472.0 +277.81,6.0,5416.0,0.011462121270596981,0.1218668594956398,1.7175530195236206,-0.014071345329284668,0.41278669238090515,0.7765600383281708,734.0,187904.0,2314.4875105859246,12025856.0 +226.4,7.099999904632568,5397.0,0.011857296340167522,0.1358845978975296,1.7229851484298706,-0.01430357713252306,0.3751998841762543,0.7720732241868973,735.0,188160.0,2317.5239219190553,12042240.0 +211.11,7.099999904632568,5404.0,0.012212139554321766,0.1309814453125,1.7297652959823608,-0.013478204607963562,0.31522926688194275,0.7844188809394836,736.0,188416.0,2320.5565211239737,12058624.0 +252.77,7.0,5377.0,0.013390316627919674,0.14801025390625,1.7549920082092285,-0.014926237054169178,0.34729576110839844,0.7430228590965271,737.0,188672.0,2323.6043023311067,12075008.0 +305.46,6.0,5272.0,0.013749913312494755,0.1523234099149704,1.7544738054275513,-0.012123987078666687,0.3994966745376587,0.7313498258590698,738.0,188928.0,2326.712325074943,12091392.0 +273.63,6.800000190734863,5042.0,0.012000814080238342,0.1361897736787796,1.8414496183395386,-0.01335608959197998,0.3089693784713745,0.8091890960931778,739.0,189184.0,2329.9622700640466,12107776.0 +232.93,7.0,5179.0,0.013855443336069584,0.157958984375,1.827214241027832,-0.015646686777472496,0.3981058597564697,0.7646483182907104,740.0,189440.0,2333.1263735850807,12124160.0 +221.59,7.0,5223.0,0.014325355179607868,0.1664632111787796,1.8441144227981567,-0.013820246793329716,0.3522423803806305,0.8014407753944397,741.0,189696.0,2336.263637142023,12140544.0 +293.39,6.900000095367432,5414.0,0.013627346605062485,0.1437784880399704,1.805673599243164,-0.016167866066098213,0.4069298207759857,0.7605355232954025,742.0,189952.0,2339.2906060779933,12156928.0 +263.12,7.199999809265137,5430.0,0.011601585894823074,0.129150390625,1.7966259717941284,-0.015143648721277714,0.31578385829925537,0.7999638170003891,743.0,190208.0,2342.3085216770414,12173312.0 +226.65,7.400000095367432,5470.0,0.014442079700529575,0.1468302458524704,1.7432972192764282,-0.014873352833092213,0.2983476519584656,0.8038331121206284,744.0,190464.0,2345.3041743698996,12189696.0 +258.22,6.800000190734863,5420.0,0.011544997803866863,0.1368001252412796,1.7427500486373901,-0.016862355172634125,0.38816913962364197,0.7261179685592651,745.0,190720.0,2348.3277233340777,12206080.0 +272.06,6.699999809265137,5414.0,0.012796175666153431,0.14349365234375,1.6881192922592163,-0.015089921653270721,0.45569857954978943,0.762179434299469,746.0,190976.0,2351.3543423460796,12222464.0 +181.99,7.199999809265137,5402.0,0.014732804149389267,0.16058349609375,1.679153323173523,-0.01705881394445896,0.41392990946769714,0.7665488421916962,747.0,191232.0,2354.387977897888,12238848.0 +179.96,7.300000190734863,5303.0,0.0131056047976017,0.1465657502412796,1.7031617164611816,-0.014859046787023544,0.43103376030921936,0.7458904087543488,748.0,191488.0,2357.477887985995,12255232.0 +239.26,7.199999809265137,5350.0,0.01230758335441351,0.1374715119600296,1.7157549858093262,-0.01615123264491558,0.43524837493896484,0.7697741091251373,749.0,191744.0,2360.540532421088,12271616.0 +248.39,7.300000190734863,5258.0,0.013157135806977749,0.1428019255399704,1.7047094106674194,-0.013288561254739761,0.42256879806518555,0.7639800608158112,750.0,192000.0,2363.6568420969415,12288000.0 +190.47,7.400000095367432,5287.0,0.012771797366440296,0.1432088166475296,1.7020066976547241,-0.016577765345573425,0.41454342007637024,0.7754199802875519,751.0,192256.0,2366.756103168009,12304384.0 +189.81,7.5,5416.0,0.014649700373411179,0.1532796174287796,1.6984294652938843,-0.015712128952145576,0.4395028352737427,0.7086323201656342,752.0,192512.0,2369.781748129986,12320768.0 +269.56,6.699999809265137,5426.0,0.013689125888049603,0.1504109650850296,1.686009407043457,-0.016589416190981865,0.497018426656723,0.6840899288654327,753.0,192768.0,2372.8020479790866,12337152.0 +161.74,7.300000190734863,5390.0,0.012692653574049473,0.1377766877412796,1.7301057577133179,-0.013845287263393402,0.41632556915283203,0.7576970905065536,754.0,193024.0,2375.842220555991,12353536.0 +206.27,7.199999809265137,5428.0,0.014378565363585949,0.1598307341337204,1.7608203887939453,-0.015154220163822174,0.3653583228588104,0.7431502044200897,755.0,193280.0,2378.8611859621014,12369920.0 +239.32,6.800000190734863,5405.0,0.012639079242944717,0.1461588591337204,1.7604103088378906,-0.016959751024842262,0.34976503252983093,0.7460348606109619,756.0,193536.0,2381.893336099107,12386304.0 +262.15,7.0,5406.0,0.012816672213375568,0.1492716521024704,1.8016122579574585,-0.01879275031387806,0.3445914685726166,0.775217741727829,757.0,193792.0,2384.924781146925,12402688.0 +214.67,7.0,5218.0,0.016658367589116096,0.1645100861787796,1.7448021173477173,-0.014285647310316563,0.43006232380867004,0.7652790397405624,758.0,194048.0,2388.06537939189,12419072.0 +211.81,7.599999904632568,5278.0,0.01161628682166338,0.1321818083524704,1.8223754167556763,-0.01638362742960453,0.30554747581481934,0.7790643721818924,759.0,194304.0,2391.171009508893,12435456.0 +253.66,7.0,5375.0,0.013742293231189251,0.14849853515625,1.8139721155166626,-0.015146433375775814,0.35931453108787537,0.7628172785043716,760.0,194560.0,2394.2196912309155,12451840.0 +239.99,6.699999809265137,5375.0,0.009482021443545818,0.108642578125,1.8482227325439453,-0.013839535415172577,0.3476264774799347,0.7542646676301956,761.0,194816.0,2397.2685429060366,12468224.0 +239.45,6.400000095367432,5519.0,0.012989554554224014,0.1486409455537796,1.8339465856552124,-0.0159622710198164,0.33364224433898926,0.744903951883316,762.0,195072.0,2400.237794590881,12484608.0 +310.24,6.0,5489.0,0.013363674283027649,0.1572265625,1.8314571380615234,-0.015896053984761238,0.30765509605407715,0.7422281801700592,763.0,195328.0,2403.2230947229546,12500992.0 +334.73,6.199999809265137,5457.0,0.014126155525445938,0.15972900390625,1.7869577407836914,-0.015686606988310814,0.315249502658844,0.7541124522686005,764.0,195584.0,2406.225888246903,12517376.0 +268.42,6.599999904632568,5407.0,0.013937607407569885,0.1676228791475296,1.811797022819519,-0.015473260544240475,0.3114391267299652,0.7749574780464172,765.0,195840.0,2409.2566395381,12533760.0 +269.19,6.699999809265137,5371.0,0.011952555738389492,0.13824462890625,1.7776904106140137,-0.014871704392135143,0.29747453331947327,0.7780886143445969,766.0,196096.0,2412.307247025892,12550144.0 +278.23,6.0,5343.0,0.012951221317052841,0.1451619416475296,1.764947533607483,-0.01629873923957348,0.5337424278259277,0.6828763782978058,767.0,196352.0,2415.373988284031,12566528.0 +223.01,6.599999904632568,5427.0,0.013134420849382877,0.1546427458524704,1.7768445014953613,-0.01604805514216423,0.34546539187431335,0.790070042014122,768.0,196608.0,2418.393572425004,12582912.0 +224.28,8.0,5361.0,0.012357664294540882,0.1470743864774704,1.7678346633911133,-0.015826012939214706,0.37536999583244324,0.7830311506986618,769.0,196864.0,2421.4518617158756,12599296.0 +186.9,8.100000381469727,5507.0,0.015962153673171997,0.1706136018037796,1.7944670915603638,-0.014929541386663914,0.33445703983306885,0.7893500775098801,770.0,197120.0,2424.427870889893,12615680.0 +272.12,6.699999809265137,5430.0,0.011376027017831802,0.1298421174287796,1.739152431488037,-0.014072776772081852,0.36002472043037415,0.7211024165153503,771.0,197376.0,2427.4462241739966,12632064.0 +290.8,6.099999904632568,5329.0,0.013501170091331005,0.1456095427274704,1.7648118734359741,-0.01891287975013256,0.4815047085285187,0.7393781244754791,772.0,197632.0,2430.5211151340045,12648448.0 +219.92,6.699999809265137,5086.0,0.012327306903898716,0.1421101838350296,1.8056267499923706,-0.01667965017259121,0.364660382270813,0.8018865883350372,773.0,197888.0,2433.742854153039,12664832.0 +208.44,6.900000095367432,5442.0,0.009283245541155338,0.107177734375,1.776085376739502,-0.012926235795021057,0.370989054441452,0.801518902182579,774.0,198144.0,2436.7536456510425,12681216.0 +223.92,7.300000190734863,5397.0,0.01457610260695219,0.1559651643037796,1.82548189163208,-0.017086433246731758,0.35612937808036804,0.7949285060167313,775.0,198400.0,2439.7903279119637,12697600.0 +289.7,7.099999904632568,5393.0,0.014408092945814133,0.1590169221162796,1.7904200553894043,-0.0155517952516675,0.33229169249534607,0.8118661791086197,776.0,198656.0,2442.829133182997,12713984.0 +264.26,7.199999809265137,5320.0,0.013063990511000156,0.1439208984375,1.8742831945419312,-0.015051799826323986,0.2742784917354584,0.7844986319541931,777.0,198912.0,2445.9092658539303,12730368.0 +250.33,5.699999809265137,5050.0,0.009926519356667995,0.1166788712143898,1.9012770652770996,-0.015750547870993614,0.3982031047344208,0.7453845143318176,778.0,199168.0,2449.15406544297,12746752.0 +281.81,6.099999904632568,5206.0,0.015373355709016323,0.16571044921875,1.91627836227417,-0.019343381747603416,0.36478862166404724,0.7721464782953262,779.0,199424.0,2452.3087845558766,12763136.0 +267.52,7.0,5202.0,0.013658002018928528,0.1516520231962204,1.935084342956543,-0.018113767728209496,0.3979908227920532,0.7677827179431915,780.0,199680.0,2455.45866961102,12779520.0 +203.15,7.300000190734863,4963.0,0.014131802134215832,0.1620279997587204,1.9091194868087769,-0.019113468006253242,0.31855782866477966,0.7977982759475708,781.0,199936.0,2458.760623726994,12795904.0 +240.56,7.199999809265137,4984.0,0.014475728385150433,0.1640625,1.854080319404602,-0.01953810453414917,0.3774999678134918,0.7577269822359085,782.0,200192.0,2462.0485658119433,12812288.0 +260.32,7.199999809265137,5054.0,0.014619716443121433,0.1717732697725296,1.8114506006240845,-0.015788240358233452,0.3415839970111847,0.7789880782365799,783.0,200448.0,2465.2905329330824,12828672.0 +233.63,7.199999809265137,5132.0,0.015962019562721252,0.1658732146024704,1.7528849840164185,-0.016156209632754326,0.3692791163921356,0.7753580212593079,784.0,200704.0,2468.483741257107,12845056.0 +248.87,6.599999904632568,5384.0,0.012103968299925327,0.1412760466337204,1.7084037065505981,-0.014426454901695251,0.40002119541168213,0.7491519153118134,785.0,200960.0,2471.5276927389205,12861440.0 +239.04,7.400000095367432,5497.0,0.012020009569823742,0.1397705078125,1.6758354902267456,-0.015377012081444263,0.4591445028781891,0.761364296078682,786.0,201216.0,2474.5083184770774,12877824.0 +175.87,7.800000190734863,5544.0,0.011932958848774433,0.1382649689912796,1.7276703119277954,-0.0178545955568552,0.3713715970516205,0.7950038909912109,787.0,201472.0,2477.464320908999,12894208.0 +192.96,6.800000190734863,5465.0,0.011772426776587963,0.13262939453125,1.7694953680038452,-0.015248887240886688,0.5381835103034973,0.7247402966022491,788.0,201728.0,2480.4626005529426,12910592.0 +157.87,7.699999809265137,5414.0,0.012681245803833008,0.14288330078125,1.818190097808838,-0.01671660505235195,0.36565279960632324,0.7913526743650436,789.0,201984.0,2483.489249085076,12926976.0 +222.92,7.300000190734863,5304.0,0.0114749139174819,0.1370442658662796,1.7996412515640259,-0.015259996056556702,0.43213263154029846,0.7681881040334702,790.0,202240.0,2486.5783891470637,12943360.0 +196.23,7.0,5221.0,0.011904663406312466,0.1357828825712204,1.7645431756973267,-0.01495302189141512,0.41649460792541504,0.7214429676532745,791.0,202496.0,2489.716874318896,12959744.0 +213.54,6.099999904632568,5318.0,0.010646577924489975,0.1255900114774704,1.7340950965881348,-0.015554279088973999,0.39747893810272217,0.7407189011573792,792.0,202752.0,2492.7983078600373,12976128.0 +234.68,6.699999809265137,5245.0,0.013221293687820435,0.1468505859375,1.7154335975646973,-0.01702522672712803,0.503908634185791,0.7063594460487366,793.0,203008.0,2495.9227883650456,12992512.0 +227.55,7.800000190734863,5321.0,0.013080690987408161,0.1410725861787796,1.7334145307540894,-0.013363383710384369,0.34771302342414856,0.7713310122489929,794.0,203264.0,2499.002137047937,13008896.0 +285.96,7.099999904632568,5456.0,0.013832484371960163,0.146484375,1.7816791534423828,-0.016255101189017296,0.30972546339035034,0.7897583842277527,795.0,203520.0,2502.005622114986,13025280.0 +249.06,6.900000095367432,5322.0,0.013504975475370884,0.15203857421875,1.7489866018295288,-0.01616014912724495,0.3544115722179413,0.7752205580472946,796.0,203776.0,2505.0847955939826,13041664.0 +215.63,7.099999904632568,5326.0,0.014658749103546143,0.1552327424287796,1.7285438776016235,-0.017459819093346596,0.4597926437854767,0.743444949388504,797.0,204032.0,2508.1611518019345,13058048.0 +208.55,7.199999809265137,5128.0,0.014385114423930645,0.1656901091337204,1.719645380973816,-0.0159425288438797,0.37823888659477234,0.7593207806348801,798.0,204288.0,2511.357189330971,13074432.0 +220.89,7.199999809265137,5392.0,0.012011725455522537,0.1420084685087204,1.707464337348938,-0.01623106189072132,0.4123363792896271,0.7286350429058075,799.0,204544.0,2514.396290200064,13090816.0 +212.19,7.300000190734863,5051.0,0.012677581049501896,0.1518147736787796,1.7621002197265625,-0.013558999635279179,0.37069153785705566,0.7419032454490662,800.0,204800.0,2517.6403749398887,13107200.0 +236.68,7.199999809265137,5379.0,0.014569600112736225,0.1535441130399704,1.77900230884552,-0.016505476087331772,0.3466310203075409,0.7426858842372894,801.0,205056.0,2520.6867571040057,13123584.0 +266.4,7.0,5288.0,0.0130837457254529,0.1438802033662796,1.7709254026412964,-0.015394921414554119,0.34508681297302246,0.7662545740604401,802.0,205312.0,2523.785901874071,13139968.0 +254.72,7.0,5180.0,0.015969429165124893,0.1611124724149704,1.7753793001174927,-0.016271620988845825,0.29401883482933044,0.7558380514383316,803.0,205568.0,2526.9493487500586,13156352.0 +273.89,6.599999904632568,5362.0,0.014626692980527878,0.1537678986787796,1.7169886827468872,-0.01576445810496807,0.4035092294216156,0.6706058084964752,804.0,205824.0,2530.0058816280216,13172736.0 +253.63,7.0,5474.0,0.01552298292517662,0.1667887419462204,1.6575087308883667,-0.018163567408919334,0.4059896171092987,0.7440851628780365,805.0,206080.0,2532.9994223481044,13189120.0 +205.6,7.099999904632568,5580.0,0.011358528397977352,0.12286376953125,1.697983741760254,-0.014277893118560314,0.3910445272922516,0.7568514794111252,806.0,206336.0,2535.9359889759216,13205504.0 +215.76,7.199999809265137,5347.0,0.015076854266226292,0.1533610075712204,1.7130317687988281,-0.01785241812467575,0.32140281796455383,0.7479351460933685,807.0,206592.0,2539.000296497019,13221888.0 +255.01,8.199999809265137,5364.0,0.013108455576002598,0.1458333283662796,1.7326220273971558,-0.013577810488641262,0.3817206919193268,0.7436279356479645,808.0,206848.0,2542.057084921049,13238272.0 +236.81,7.599999904632568,5370.0,0.015750586986541748,0.1593424528837204,1.7374423742294312,-0.016677256673574448,0.32632681727409363,0.7483581006526947,809.0,207104.0,2545.1083591750357,13254656.0 +244.68,6.900000095367432,5343.0,0.010513734072446823,0.12091064453125,1.7008663415908813,-0.013705357909202576,0.36652496457099915,0.7093353867530823,810.0,207360.0,2548.175620675087,13271040.0 +230.2,7.0,5388.0,0.013037177734076977,0.1531779021024704,1.692179560661316,-0.014789271168410778,0.30493441224098206,0.7443758249282837,811.0,207616.0,2551.216953482013,13287424.0 +324.08,6.400000095367432,5286.0,0.01293370220810175,0.1524861603975296,1.665580153465271,-0.015356450341641903,0.3564040958881378,0.693013995885849,812.0,207872.0,2554.316660929937,13303808.0 +348.03,6.0,5261.0,0.013925558887422085,0.1445109099149704,1.6491731405258179,-0.013027556240558624,0.3690238893032074,0.7099699676036835,813.0,208128.0,2557.4315326819196,13320192.0 +237.16,7.099999904632568,5295.0,0.014798189513385296,0.1571248322725296,1.635054111480713,-0.015219866298139095,0.3418968915939331,0.7516283243894577,814.0,208384.0,2560.5269129730295,13336576.0 +218.95,7.199999809265137,5159.0,0.01346756424754858,0.13916015625,1.669136643409729,-0.013345950283110142,0.3128244876861572,0.7510345131158829,815.0,208640.0,2563.7030258888844,13352960.0 +276.08,6.5,5194.0,0.011315356008708477,0.1358642578125,1.7637771368026733,-0.01280160155147314,0.33204367756843567,0.7084617018699646,816.0,208896.0,2566.8578415859956,13369344.0 +292.71,6.800000190734863,5461.0,0.01363445445895195,0.14605712890625,1.7790390253067017,-0.014899603091180325,0.3009335696697235,0.7584869861602783,817.0,209152.0,2569.8585167629644,13385728.0 +294.53,7.0,5277.0,0.014604661613702774,0.1643269807100296,1.7157883644104004,-0.014077001251280308,0.41443943977355957,0.7016542553901672,818.0,209408.0,2572.963672145037,13402112.0 +274.02,6.800000190734863,5472.0,0.011325042694807053,0.1339111328125,1.7712937593460083,-0.01503168884664774,0.3427554666996002,0.7255894243717194,819.0,209664.0,2575.958004198037,13418496.0 +255.2,7.5,5563.0,0.01592150889337063,0.1717936247587204,1.745351791381836,-0.01650872826576233,0.32685545086860657,0.7776435166597366,820.0,209920.0,2578.903412865009,13434880.0 +263.38,7.5,5401.0,0.012113810516893864,0.1383463591337204,1.8014355897903442,-0.011567500419914722,0.23940037190914154,0.8249526917934418,821.0,210176.0,2581.9372586261015,13451264.0 +284.2,7.0,5274.0,0.01190654281526804,0.1411336213350296,1.8119391202926636,-0.016579190269112587,0.28388604521751404,0.7976478636264801,822.0,210432.0,2585.0442789790686,13467648.0 +272.56,7.199999809265137,5417.0,0.012852360494434834,0.1523640900850296,1.7073360681533813,-0.015612560324370861,0.3680351674556732,0.7745541036128998,823.0,210688.0,2588.0690868690144,13484032.0 +197.95,7.800000190734863,5392.0,0.015306354500353336,0.1560872346162796,1.6731270551681519,-0.015713119879364967,0.3806625306606293,0.7854595482349396,824.0,210944.0,2591.107981656911,13500416.0 +224.06,7.599999904632568,5361.0,0.01103565189987421,0.1329549103975296,1.7408218383789062,-0.01376478374004364,0.26887246966362,0.8040315359830856,825.0,211200.0,2594.1646428590175,13516800.0 +310.88,6.699999809265137,5327.0,0.012762323953211308,0.138671875,1.7773240804672241,-0.013924258761107922,0.3664279282093048,0.7464873194694519,826.0,211456.0,2597.240492275916,13533184.0 +274.58,6.900000095367432,5190.0,0.01297080609947443,0.146728515625,1.7631148099899292,-0.01599656231701374,0.2086811661720276,0.8222173303365707,827.0,211712.0,2600.3975725830533,13549568.0 +288.92,7.0,5272.0,0.011180251836776733,0.1324462890625,1.7783259153366089,-0.01151692122220993,0.3132932484149933,0.6970061957836151,828.0,211968.0,2603.5059866230004,13565952.0 +363.84,6.400000095367432,5496.0,0.011319897137582302,0.1313679963350296,1.7775381803512573,-0.0141114741563797,0.2716784179210663,0.7753828465938568,829.0,212224.0,2606.487732226029,13582336.0 +309.1,6.300000190734863,5458.0,0.014425943605601788,0.15869140625,1.7663847208023071,-0.015212778002023697,0.30569371581077576,0.7916511744260788,830.0,212480.0,2609.4901817019563,13598720.0 +300.77,6.699999809265137,5435.0,0.01385489758104086,0.1558024138212204,1.817160964012146,-0.01567617617547512,0.25626182556152344,0.7927579581737518,831.0,212736.0,2612.505033357069,13615104.0 +322.5,6.199999809265137,5478.0,0.012634544633328915,0.145751953125,1.8537425994873047,-0.012974876910448074,0.27739644050598145,0.7455277442932129,832.0,212992.0,2615.496438872069,13631488.0 +309.31,6.199999809265137,5456.0,0.014839543960988522,0.1607259064912796,1.8123955726623535,-0.015397203154861927,0.28720012307167053,0.7772772312164307,833.0,213248.0,2618.499868018087,13647872.0 +284.47,6.900000095367432,5565.0,0.013878450728952885,0.1556193083524704,1.7888989448547363,-0.01635926216840744,0.3337205648422241,0.7737309485673904,834.0,213504.0,2621.4450203990564,13664256.0 +282.84,6.5,5346.0,0.011829453520476818,0.13623046875,1.7890048027038574,-0.012475360184907913,0.2968269884586334,0.7749719470739365,835.0,213760.0,2624.510463625891,13680640.0 +285.32,6.5,5453.0,0.014708331786096096,0.1537272185087204,1.7879538536071777,-0.01719527505338192,0.27444589138031006,0.7907582074403763,836.0,214016.0,2627.5154153730255,13697024.0 +233.18,7.300000190734863,5514.0,0.011601910926401615,0.1386922150850296,1.7858333587646484,-0.016170212998986244,0.3299556076526642,0.7723643332719803,837.0,214272.0,2630.4873016169295,13713408.0 +286.26,6.0,5386.0,0.011938466690480709,0.1299845427274704,1.78669011592865,-0.01543180737644434,0.4022105634212494,0.7202224135398865,838.0,214528.0,2633.5294593560975,13729792.0 +279.57,6.599999904632568,5449.0,0.014541453681886196,0.1746622771024704,1.7779453992843628,-0.014574304223060608,0.23214082419872284,0.7898276746273041,839.0,214784.0,2636.536629104987,13746176.0 +283.81,6.699999809265137,5404.0,0.012133750133216381,0.1365153044462204,1.7821617126464844,-0.015791326761245728,0.31351348757743835,0.7510698139667511,840.0,215040.0,2639.568930048961,13762560.0 +278.85,7.0,5403.0,0.012286591343581676,0.13995361328125,1.7787286043167114,-0.014759237878024578,0.28475281596183777,0.7637185156345367,841.0,215296.0,2642.6019201020245,13778944.0 +282.07,7.0,5382.0,0.01495851669460535,0.1654256135225296,1.7792167663574219,-0.016083750873804092,0.26830509305000305,0.80190609395504,842.0,215552.0,2645.6469127528835,13795328.0 +324.24,6.800000190734863,5447.0,0.015247811563313007,0.1729532927274704,1.825587272644043,-0.014661349356174469,0.26942092180252075,0.7871844917535782,843.0,215808.0,2648.6551771899685,13811712.0 +337.57,6.900000095367432,5313.0,0.01483827456831932,0.1643473356962204,1.8131357431411743,-0.0123162642121315,0.28535839915275574,0.7659841030836105,844.0,216064.0,2651.7395021789707,13828096.0 +286.51,7.300000190734863,5455.0,0.013621271587908268,0.1610107421875,1.8126193284988403,-0.016270412132143974,0.340788334608078,0.7858291417360306,845.0,216320.0,2654.7433106258977,13844480.0 +253.25,7.400000095367432,5428.0,0.013189941644668579,0.1492919921875,1.8038983345031738,-0.0145709328353405,0.3027275502681732,0.7908537089824677,846.0,216576.0,2657.762132659089,13860864.0 +288.87,6.599999904632568,5395.0,0.013241191394627094,0.1456298828125,1.8209844827651978,-0.015091481618583202,0.32406947016716003,0.7704029232263565,847.0,216832.0,2660.7994368819054,13877248.0 +271.19,6.599999904632568,5422.0,0.01141162309795618,0.1329142302274704,1.748801827430725,-0.01630607806146145,0.31375542283058167,0.7753655761480331,848.0,217088.0,2663.8216364081018,13893632.0 +250.92,6.900000095367432,5258.0,0.009319279342889786,0.1133626326918602,1.719159722328186,-0.01491896528750658,0.36564287543296814,0.7596815079450607,849.0,217344.0,2666.937994725071,13910016.0 +234.42,6.699999809265137,5168.0,0.013411354273557663,0.150390625,1.7607263326644897,-0.015240409411489964,0.3687106668949127,0.7059066295623779,850.0,217600.0,2670.1085328999907,13926400.0 +253.9,6.699999809265137,4981.0,0.016210047528147697,0.1817423552274704,1.7658196687698364,-0.01708683744072914,0.2854394316673279,0.7834097892045975,851.0,217856.0,2673.3984348019585,13942784.0 +304.11,6.400000095367432,5062.0,0.014300753362476826,0.1655070036649704,1.8016067743301392,-0.015778303146362305,0.29088351130485535,0.7776272147893906,852.0,218112.0,2676.6355118490756,13959168.0 +258.48,6.800000190734863,5138.0,0.01470335852354765,0.1609090119600296,1.821617603302002,-0.014920935034751892,0.2952514588832855,0.7789590954780579,853.0,218368.0,2679.8249103729613,13975552.0 +273.07,6.300000190734863,5201.0,0.013622910715639591,0.1461995393037796,1.8044929504394531,-0.013398248702287674,0.27416691184043884,0.781455397605896,854.0,218624.0,2682.975508889882,13991936.0 +315.4,6.099999904632568,5152.0,0.012058031745254993,0.1403605192899704,1.7382510900497437,-0.016225919127464294,0.30633845925331116,0.7797957062721252,855.0,218880.0,2686.156185944099,14008320.0 +285.89,6.5,5133.0,0.014418267644941807,0.15399169921875,1.7355009317398071,-0.01204488892108202,0.3215341567993164,0.7709870338439941,856.0,219136.0,2689.348573081894,14024704.0 +290.41,6.400000095367432,5154.0,0.01101077813655138,0.1310628205537796,1.7615021467208862,-0.01409715786576271,0.31361421942710876,0.8136120438575745,857.0,219392.0,2692.528155609034,14041088.0 +256.26,6.800000190734863,5244.0,0.012516255490481853,0.15069580078125,1.8046259880065918,-0.014639723114669323,0.2806798219680786,0.8430115282535553,858.0,219648.0,2695.6530604830477,14057472.0 +288.97,6.5,5218.0,0.011392139829695225,0.13690185546875,1.8069462776184082,-0.012966114096343517,0.317941814661026,0.8090558797121048,859.0,219904.0,2698.7938223839737,14073856.0 +316.68,6.099999904632568,5164.0,0.012316222302615643,0.1419881135225296,1.8248143196105957,-0.016744045540690422,0.27166521549224854,0.8199044913053513,860.0,220160.0,2701.9667315299157,14090240.0 +359.8,5.699999809265137,5284.0,0.011659239418804646,0.1246337890625,1.7597970962524414,-0.01404480915516615,0.40841996669769287,0.7405286729335785,861.0,220416.0,2705.068074689945,14106624.0 +341.13,6.0,5331.0,0.011994723230600357,0.1369221955537796,1.7953224182128906,-0.014110459946095943,0.3266941010951996,0.7770083546638489,862.0,220672.0,2708.141941792099,14123008.0 +338.08,6.400000095367432,5427.0,0.01811613142490387,0.16827392578125,1.7976045608520508,-0.01397159043699503,0.2445717453956604,0.798113688826561,863.0,220928.0,2711.1619861060753,14139392.0 +346.68,6.099999904632568,5551.0,0.012281970120966434,0.1337687224149704,1.74772310256958,-0.01348783541470766,0.3323473036289215,0.7689633220434189,864.0,221184.0,2714.113854988944,14155776.0 +292.58,6.099999904632568,5406.0,0.014080740511417389,0.168212890625,1.7751919031143188,-0.014591008424758911,0.29448404908180237,0.7934045344591141,865.0,221440.0,2717.1451603730675,14172160.0 +278.75,6.300000190734863,5319.0,0.010869510471820831,0.1365966796875,1.7925848960876465,-0.013312400318682194,0.36449337005615234,0.7709240019321442,866.0,221696.0,2720.225649038097,14188544.0 +274.1,6.099999904632568,5452.0,0.012744054198265076,0.1504720002412796,1.8479108810424805,-0.013879579491913319,0.36553335189819336,0.7251566052436829,867.0,221952.0,2723.231184203876,14204928.0 +249.0,6.5,5436.0,0.011516605503857136,0.1401570588350296,1.7774299383163452,-0.013187605887651443,0.3199983537197113,0.7760827094316483,868.0,222208.0,2726.245790151879,14221312.0 +290.95,6.400000095367432,5448.0,0.013595168478786945,0.15386962890625,1.792587161064148,-0.014695455320179462,0.2857394516468048,0.7451348006725311,869.0,222464.0,2729.2535961489193,14237696.0 +323.18,6.400000095367432,5129.0,0.012861072085797787,0.1527913361787796,1.8710142374038696,-0.012285309843719006,0.23367051780223846,0.7887147665023804,870.0,222720.0,2732.448596528964,14254080.0 +322.36,6.400000095367432,5337.0,0.01040662545710802,0.1227823868393898,1.8635364770889282,-0.01275788713246584,0.3103695809841156,0.7833408266305923,871.0,222976.0,2735.5191724929027,14270464.0 +311.38,6.5,5295.0,0.012185334227979183,0.1476847380399704,1.8868662118911743,-0.015528649091720581,0.34585848450660706,0.7276066839694977,872.0,223232.0,2738.6139546250924,14286848.0 +334.67,6.300000190734863,5342.0,0.014257978647947311,0.1571248322725296,1.8875170946121216,-0.014934503473341465,0.2629672586917877,0.7901773601770401,873.0,223488.0,2741.681430412922,14303232.0 +266.02,6.599999904632568,5369.0,0.013896712101995945,0.1647542268037796,1.8710747957229614,-0.014239293523132801,0.32072213292121887,0.7779019922018051,874.0,223744.0,2744.733637180878,14319616.0 +315.51,6.099999904632568,5317.0,0.011018238961696625,0.1339111328125,1.9115105867385864,-0.01356873381882906,0.27054062485694885,0.791720375418663,875.0,224000.0,2747.8156753371004,14336000.0 +344.46,6.0,5243.0,0.012379758059978485,0.1482340544462204,1.831294059753418,-0.016759896650910378,0.3487614691257477,0.7677241414785385,876.0,224256.0,2750.941091181943,14352384.0 +286.29,6.199999809265137,5238.0,0.01368620339781046,0.1450398713350296,1.8858476877212524,-0.015014450065791607,0.3172580897808075,0.739595353603363,877.0,224512.0,2754.069294258021,14368768.0 +306.69,6.0,5336.0,0.012951458804309368,0.1539713591337204,1.9091333150863647,-0.015859583392739296,0.2687515914440155,0.7612058222293854,878.0,224768.0,2757.140347328037,14385152.0 +342.96,5.699999809265137,5231.0,0.01597691886126995,0.1620890349149704,1.8995956182479858,-0.01677596941590309,0.2796737253665924,0.7387273013591766,879.0,225024.0,2760.272912974935,14401536.0 +283.0,6.300000190734863,5171.0,0.015130202285945415,0.17376708984375,1.8831706047058105,-0.016512693837285042,0.30654606223106384,0.7654966861009598,880.0,225280.0,2763.441738551017,14417920.0 +307.55,6.699999809265137,5343.0,0.013710654340684414,0.1559651643037796,1.8199812173843384,-0.015860768035054207,0.4443359076976776,0.707656592130661,881.0,225536.0,2766.508811773034,14434304.0 +248.52,7.099999904632568,5212.0,0.013922755606472492,0.15447998046875,1.8513230085372925,-0.016838472336530685,0.3463534116744995,0.7668688297271729,882.0,225792.0,2769.652611992089,14450688.0 +241.04,6.900000095367432,5227.0,0.01345869991928339,0.14990234375,1.810971736907959,-0.017214393243193626,0.3596508502960205,0.7891095280647278,883.0,226048.0,2772.7874042559415,14467072.0 +271.17,6.699999809265137,5425.0,0.01142378244549036,0.1291707307100296,1.844603419303894,-0.01259907241910696,0.3941863477230072,0.7529751658439636,884.0,226304.0,2775.8079978448804,14483456.0 +313.59,6.900000095367432,5409.0,0.014250028878450394,0.1546427458524704,1.851443886756897,-0.01461948361247778,0.3861446678638458,0.7899659872055054,885.0,226560.0,2778.837470152881,14499840.0 +258.28,6.699999809265137,5295.0,0.013488424010574818,0.1453043669462204,1.8898043632507324,-0.01704546809196472,0.353180855512619,0.7506742775440216,886.0,226816.0,2781.9339833750855,14516224.0 +218.66,6.800000190734863,5312.0,0.013773140497505665,0.1460164338350296,1.9261226654052734,-0.01539319846779108,0.3770030438899994,0.7641897797584534,887.0,227072.0,2785.01874491293,14532608.0 +248.98,6.5,5327.0,0.011028706096112728,0.1309814453125,1.8976836204528809,-0.015364043414592743,0.3383563458919525,0.7695853114128113,888.0,227328.0,2788.0950437029824,14548992.0 +287.97,6.099999904632568,5462.0,0.012930485419929028,0.1453654021024704,1.8766628503799438,-0.017667001113295555,0.37355291843414307,0.7463982105255127,889.0,227584.0,2791.094866171945,14565376.0 +221.92,6.699999809265137,5346.0,0.013889621011912823,0.1601359099149704,1.8711014986038208,-0.016867520287632942,0.2979709208011627,0.8143434375524521,890.0,227840.0,2794.160176757956,14581760.0 +254.54,6.5,5365.0,0.011351469904184341,0.1297404021024704,1.8338432312011719,-0.01464679092168808,0.34114494919776917,0.7801597416400909,891.0,228096.0,2797.2144689930137,14598144.0 +272.42,7.199999809265137,5456.0,0.010336100123822689,0.1246541365981102,1.7569818496704102,-0.014428212307393551,0.42592766880989075,0.7855082005262375,892.0,228352.0,2800.2178952149116,14614528.0 +214.39,7.300000190734863,5376.0,0.00958475936204195,0.1117350235581398,1.8558320999145508,-0.012857500463724136,0.2750757038593292,0.7421774566173553,893.0,228608.0,2803.265745206969,14630912.0 +271.97,6.800000190734863,5319.0,0.014441661536693573,0.1637369841337204,1.8817347288131714,-0.017073532566428185,0.22967857122421265,0.7674575299024582,894.0,228864.0,2806.3468529579695,14647296.0 +357.36,6.099999904632568,5367.0,0.0179724283516407,0.1961873322725296,1.885511875152588,-0.01669013872742653,0.22879619896411896,0.8193102180957794,895.0,229120.0,2809.400012831902,14663680.0 +424.69,5.599999904632568,5259.0,0.012623594142496586,0.1497395783662796,1.9009852409362793,-0.017250346019864082,0.21396392583847046,0.8213986754417419,896.0,229376.0,2812.5169092370197,14680064.0 +434.03,5.300000190734863,5298.0,0.017076639458537102,0.1817220002412796,1.8625982999801636,-0.015752026811242104,0.2559836804866791,0.8116200417280197,897.0,229632.0,2815.610045356909,14696448.0 +441.28,4.900000095367432,5322.0,0.012109867297112942,0.1396891325712204,1.852101445198059,-0.016305526718497276,0.20705841481685638,0.8342204391956329,898.0,229888.0,2818.689275922952,14712832.0 +405.01,5.199999809265137,5381.0,0.014101378619670868,0.1633504182100296,1.820308804512024,-0.01429865974932909,0.2881263196468353,0.784510537981987,899.0,230144.0,2821.7346649218816,14729216.0 +395.45,4.900000095367432,5339.0,0.011425278149545193,0.1397501677274704,1.8516740798950195,-0.013969260267913342,0.26440197229385376,0.7845959961414337,900.0,230400.0,2824.803786895005,14745600.0 +347.6,5.099999904632568,5447.0,0.011809923686087132,0.1405843049287796,1.8360098600387573,-0.015776248648762703,0.3015367090702057,0.7999474257230759,901.0,230656.0,2827.8118894160725,14761984.0 +314.45,5.699999809265137,5456.0,0.013986703008413315,0.16363525390625,1.8851405382156372,-0.016062714159488678,0.2985362708568573,0.7825707346200943,902.0,230912.0,2830.8163285818882,14778368.0 +334.32,5.599999904632568,5463.0,0.013898193836212158,0.1661783903837204,1.8460960388183594,-0.015944821760058403,0.29396936297416687,0.7636143416166306,903.0,231168.0,2833.8157944439445,14794752.0 +352.14,5.599999904632568,5463.0,0.012374363839626312,0.14715576171875,1.8532320261001587,-0.014132860116660595,0.30654177069664,0.7612035572528839,904.0,231424.0,2836.8152308510616,14811136.0 +332.69,5.599999904632568,5229.0,0.012012624181807041,0.1492716521024704,1.9022226333618164,-0.01651388593018055,0.27311280369758606,0.7770063132047653,905.0,231680.0,2839.949203138938,14827520.0 +349.88,5.599999904632568,5197.0,0.012087143026292324,0.1444905549287796,1.903363823890686,-0.016263145953416824,0.29552432894706726,0.7848255038261414,906.0,231936.0,2843.1023929459043,14843904.0 +318.94,6.5,5373.0,0.015891581773757935,0.1621297150850296,1.9240425825119019,-0.01687959022819996,0.27142247557640076,0.8029626607894897,907.0,232192.0,2846.1520828718785,14860288.0 +299.66,6.400000095367432,5421.0,0.01248772069811821,0.154296875,1.932873249053955,-0.015866467729210854,0.29658153653144836,0.7908260673284531,908.0,232448.0,2849.174632764887,14876672.0 +317.69,6.5,5189.0,0.01227288693189621,0.1492106169462204,1.8928157091140747,-0.014371047727763653,0.2903379499912262,0.8209294229745865,909.0,232704.0,2852.332759516081,14893056.0 +334.07,6.300000190734863,5359.0,0.013396557420492172,0.1546834260225296,1.9014467000961304,-0.016495903953909874,0.28478625416755676,0.8084607869386673,910.0,232960.0,2855.390338230878,14909440.0 +327.06,6.900000095367432,5188.0,0.014739763922989368,0.17523193359375,1.8932369947433472,-0.017788028344511986,0.24753761291503906,0.8588798344135284,911.0,233216.0,2858.5487337529194,14925824.0 +340.5,6.699999809265137,5255.0,0.014691158197820187,0.1675211638212204,1.895628809928894,-0.01542501151561737,0.24491752684116364,0.8301840871572495,912.0,233472.0,2861.6666029139888,14942208.0 +302.04,6.300000190734863,5080.0,0.01425462681800127,0.1666259765625,1.8637462854385376,-0.015654468908905983,0.45447301864624023,0.7510402053594589,913.0,233728.0,2864.8920332989655,14958592.0 +240.59,6.900000095367432,5205.0,0.011000278405845165,0.1292521208524704,1.8381648063659668,-0.013958771713078022,0.34941962361335754,0.77176733314991,914.0,233984.0,2868.0399741600268,14974976.0 +296.09,6.099999904632568,5331.0,0.011500827968120575,0.1340128630399704,1.8364635705947876,-0.015374361537396908,0.2877708673477173,0.8031342029571533,915.0,234240.0,2871.1134402609896,14991360.0 +298.93,6.5,5292.0,0.014106211252510548,0.1523844450712204,1.8301745653152466,-0.015206362120807171,0.24796514213085175,0.8377252072095871,916.0,234496.0,2874.209916862892,15007744.0 +333.24,5.800000190734863,5431.0,0.01319226622581482,0.15313720703125,1.8404946327209473,-0.015522010624408722,0.3712484836578369,0.789410799741745,917.0,234752.0,2877.2269188219216,15024128.0 +299.03,6.199999809265137,5348.0,0.015698257833719254,0.1794230192899704,1.8660985231399536,-0.015684911981225014,0.4216561019420624,0.7787595391273499,918.0,235008.0,2880.291149097029,15040512.0 +247.94,6.699999809265137,5410.0,0.013580809347331524,0.1571451872587204,1.9188529253005981,-0.017067192122340202,0.27660825848579407,0.799489289522171,919.0,235264.0,2883.3198999350425,15056896.0 +291.15,6.599999904632568,5643.0,0.01476729940623045,0.1687825471162796,1.852309226989746,-0.018589496612548828,0.3768126666545868,0.7644061893224716,920.0,235520.0,2886.2239541360177,15073280.0 +312.67,6.900000095367432,5341.0,0.013872195035219193,0.15924072265625,1.9059616327285767,-0.015727683901786804,0.29274970293045044,0.7932601273059845,921.0,235776.0,2889.2923180479556,15089664.0 +328.57,6.900000095367432,5338.0,0.017343152314424515,0.1820068359375,1.8923476934432983,-0.01788298785686493,0.2549554109573364,0.8239365518093109,922.0,236032.0,2892.362338644918,15106048.0 +312.68,6.800000190734863,5166.0,0.016573648899793625,0.17596435546875,1.8517065048217773,-0.01631472073495388,0.30082967877388,0.7954500764608383,923.0,236288.0,2895.5345424960833,15122432.0 +343.93,6.400000095367432,5180.0,0.015572972595691681,0.17889404296875,1.9052516222000122,-0.020548036321997643,0.35331547260284424,0.7823749333620071,924.0,236544.0,2898.697824456962,15138816.0 +296.81,6.400000095367432,5358.0,0.013084175996482372,0.1528116911649704,1.9058598279953003,-0.014659956097602844,0.39436519145965576,0.7737706005573273,925.0,236800.0,2901.756815671921,15155200.0 +213.97,6.599999904632568,5182.0,0.01033713947981596,0.1166178360581398,1.9063591957092285,-0.014538917690515518,0.3655719459056854,0.7575111836194992,926.0,237056.0,2904.9189459769987,15171584.0 +265.35,6.800000190734863,5323.0,0.0164713766425848,0.1765950471162796,1.887885570526123,-0.014785018749535084,0.260066419839859,0.7955220937728882,927.0,237312.0,2907.9973392609973,15187968.0 +300.38,6.599999904632568,5402.0,0.014381341636180878,0.1614176481962204,1.8912020921707153,-0.016145100817084312,0.32350072264671326,0.7601084858179092,928.0,237568.0,2911.0305476330686,15204352.0 +306.62,6.699999809265137,5278.0,0.014407052658498287,0.16796875,1.8807069063186646,-0.014244542457163334,0.34005025029182434,0.8084118515253067,929.0,237824.0,2914.134884967003,15220736.0 +233.01,7.400000095367432,5127.0,0.013401911593973637,0.1533406525850296,1.8433369398117065,-0.01578592136502266,0.39296984672546387,0.7873062789440155,930.0,238080.0,2917.3311966909096,15237120.0 +241.19,7.199999809265137,5367.0,0.012193617410957813,0.1396687775850296,1.889665961265564,-0.014655341394245625,0.4095216989517212,0.7793024927377701,931.0,238336.0,2920.384583385894,15253504.0 +255.76,7.300000190734863,5281.0,0.013662493787705898,0.157470703125,1.8757880926132202,-0.017599062994122505,0.3944925367832184,0.7974418848752975,932.0,238592.0,2923.4873713080306,15269888.0 +239.57,6.900000095367432,5316.0,0.01364964246749878,0.1457112580537796,1.8955579996109009,-0.016793332993984222,0.38325515389442444,0.7732154428958893,933.0,238848.0,2926.5698236390017,15286272.0 +225.85,7.400000095367432,5337.0,0.013088149018585682,0.15069580078125,1.8691000938415527,-0.015248164534568787,0.4056672751903534,0.7962462604045868,934.0,239104.0,2929.640320549952,15302656.0 +266.26,6.900000095367432,5331.0,0.013874060474336147,0.1521809846162796,1.860804557800293,-0.016799068078398705,0.35003742575645447,0.7922888398170471,935.0,239360.0,2932.716336339945,15319040.0 +319.78,6.300000190734863,5268.0,0.012137427926063538,0.1366984099149704,1.8479422330856323,-0.014740463346242905,0.41846218705177307,0.7541018575429916,936.0,239616.0,2935.826639401028,15335424.0 +250.1,7.199999809265137,5235.0,0.01438699197024107,0.15582275390625,1.8724913597106934,-0.016595592722296715,0.2362910509109497,0.8544879406690598,937.0,239872.0,2938.957205926068,15351808.0 +271.55,7.099999904632568,5249.0,0.01466755848377943,0.1701456755399704,1.8639531135559082,-0.015940861776471138,0.2702472507953644,0.8019053936004639,938.0,240128.0,2942.079010664951,15368192.0 +335.1,5.5,5125.0,0.010614220052957535,0.1221110001206398,1.8236836194992065,-0.014708480797708035,0.39779922366142273,0.72641322016716,939.0,240384.0,2945.276103442069,15384576.0 +297.82,6.0,5121.0,0.011745013296604156,0.13348388671875,1.7944542169570923,-0.015894729644060135,0.3979286849498749,0.7771775126457214,940.0,240640.0,2948.4759438058827,15400960.0 +231.31,7.300000190734863,5368.0,0.0131560442969203,0.1484375,1.7406096458435059,-0.016846073791384697,0.44920405745506287,0.7918573021888733,941.0,240896.0,2951.5290044110734,15417344.0 +221.64,7.0,5311.0,0.012956724502146244,0.1385091096162796,1.8490734100341797,-0.015013112686574459,0.34753039479255676,0.780623584985733,942.0,241152.0,2954.6141686409246,15433728.0 +256.74,6.300000190734863,5267.0,0.012446161359548569,0.1475016325712204,1.8548880815505981,-0.01564781367778778,0.35970428586006165,0.7702484577894211,943.0,241408.0,2957.725021435879,15450112.0 +247.34,6.099999904632568,5298.0,0.013815616257488728,0.1501871794462204,1.867785096168518,-0.01739330403506756,0.4594360888004303,0.7412541806697845,944.0,241664.0,2960.817698539933,15466496.0 +293.82,6.300000190734863,5383.0,0.014029826037585735,0.1619466096162796,1.8605284690856934,-0.014952174387872219,0.40796151757240295,0.8065383434295654,945.0,241920.0,2963.8614327779505,15482880.0 +176.7,7.400000095367432,5065.0,0.011124140582978725,0.1275634765625,1.831068515777588,-0.014648135751485825,0.5536652207374573,0.7744075953960419,946.0,242176.0,2967.096777023049,15499264.0 +204.33,7.0,4928.0,0.011870388872921467,0.1368204802274704,1.821832537651062,-0.012995070777833462,0.4296616017818451,0.7903766632080078,947.0,242432.0,2970.421482677106,15515648.0 +205.07,6.900000095367432,4964.0,0.013903976418077946,0.1576131135225296,1.7484244108200073,-0.01735229231417179,0.3840768337249756,0.8103853166103363,948.0,242688.0,2973.7222376759164,15532032.0 +233.44,6.800000190734863,4998.0,0.013169056735932827,0.1498820036649704,1.7757772207260132,-0.01609790325164795,0.35120657086372375,0.7880144566297531,949.0,242944.0,2977.000578166917,15548416.0 +274.42,6.599999904632568,5240.0,0.012648496776819229,0.1493733674287796,1.7254838943481445,-0.013991877436637878,0.4637902081012726,0.7623105198144913,950.0,243200.0,2980.127654104959,15564800.0 +231.74,7.800000190734863,5050.0,0.012344310991466045,0.14324951171875,1.7675567865371704,-0.01637454330921173,0.33284732699394226,0.8021283596754074,951.0,243456.0,2983.3720678300597,15581184.0 +263.66,6.699999809265137,5353.0,0.013123586773872375,0.1431071013212204,1.8122116327285767,-0.016752192750573158,0.40249136090278625,0.7596356868743896,952.0,243712.0,2986.4334397760686,15597568.0 +226.6,7.099999904632568,5261.0,0.013523507863283157,0.1558837890625,1.8216447830200195,-0.017765650525689125,0.405737966299057,0.7911003530025482,953.0,243968.0,2989.547949183034,15613952.0 +237.61,7.199999809265137,5307.0,0.011495460756123066,0.1322835236787796,1.7925653457641602,-0.016286106780171394,0.48565173149108887,0.7846948504447937,954.0,244224.0,2992.636456330074,15630336.0 +227.91,7.5,5272.0,0.01430678740143776,0.1610310822725296,1.8358635902404785,-0.01582261361181736,0.3440569341182709,0.8239937126636505,955.0,244480.0,2995.7446142078843,15646720.0 +218.41,7.199999809265137,5401.0,0.010479096323251724,0.1231689453125,1.774330735206604,-0.012381195090711117,0.4052509069442749,0.797212079167366,956.0,244736.0,2998.7786155960057,15663104.0 +225.64,7.0,5406.0,0.013303921557962894,0.1541341096162796,1.7957333326339722,-0.01781460829079151,0.40696248412132263,0.7760071605443954,957.0,244992.0,3001.810133657884,15679488.0 +212.21,7.800000190734863,5363.0,0.0134313078597188,0.15087890625,1.797376275062561,-0.01649080403149128,0.4232945144176483,0.8051103949546814,958.0,245248.0,3004.8653749339283,15695872.0 +231.92,7.5,5467.0,0.01432684063911438,0.1594441682100296,1.800005316734314,-0.01577516831457615,0.3341172933578491,0.7914574891328812,959.0,245504.0,3007.8625459528994,15712256.0 +210.49,7.5,5494.0,0.013907049782574177,0.1507364958524704,1.7562631368637085,-0.017145181074738503,0.43300721049308777,0.7848426699638367,960.0,245760.0,3010.846182764042,15728640.0 +169.97,7.699999809265137,5425.0,0.013182549737393856,0.1484375,1.7589565515518188,-0.016187896952033043,0.4216720163822174,0.772528350353241,961.0,246016.0,3013.866631349083,15745024.0 +241.5,7.0,5318.0,0.01368432492017746,0.14892578125,1.7437129020690918,-0.016114110127091408,0.35036197304725647,0.8115980476140976,962.0,246272.0,3016.9481823390815,15761408.0 +233.22,6.800000190734863,5526.0,0.013042565435171127,0.139892578125,1.775631070137024,-0.01587647758424282,0.4141925275325775,0.771314412355423,963.0,246528.0,3019.913426284911,15777792.0 +218.55,7.0,5327.0,0.014229350723326206,0.1519368439912796,1.7447243928909302,-0.018610266968607903,0.42763733863830566,0.7772130072116852,964.0,246784.0,3022.98985746596,15794176.0 +165.0,8.100000381469727,5361.0,0.013173294253647327,0.1546223908662796,1.7574406862258911,-0.017662694677710533,0.3673122823238373,0.81405209004879,965.0,247040.0,3026.0462632349227,15810560.0 +219.04,7.099999904632568,5311.0,0.013150420039892197,0.1474202424287796,1.7511311769485474,-0.01657334342598915,0.49964019656181335,0.7303933799266815,966.0,247296.0,3029.131835781969,15826944.0 +201.34,7.699999809265137,5299.0,0.012614618055522442,0.1409708708524704,1.7061172723770142,-0.015456254594027996,0.397365927696228,0.7829747200012207,967.0,247552.0,3032.2241489659064,15843328.0 +201.34,8.0,5473.0,0.013260136358439922,0.149658203125,1.7258472442626953,-0.01770397461950779,0.33774352073669434,0.7586907893419266,968.0,247808.0,3035.2182084030937,15859712.0 +228.61,6.800000190734863,5312.0,0.013084545731544495,0.1316731721162796,1.7374857664108276,-0.015583046711981297,0.4308537542819977,0.7561676502227783,969.0,248064.0,3038.302927658893,15876096.0 +231.67,7.400000095367432,5210.0,0.013170710764825344,0.1460978239774704,1.7714823484420776,-0.017256638035178185,0.39734479784965515,0.734436422586441,970.0,248320.0,3041.448601274984,15892480.0 +218.93,7.0,5235.0,0.014745086431503296,0.16058349609375,1.7639975547790527,-0.014562842436134815,0.4162919819355011,0.6991815268993378,971.0,248576.0,3044.5788908728864,15908864.0 +205.1,7.199999809265137,5162.0,0.017180340364575386,0.1656494140625,1.735587477684021,-0.014476500451564789,0.36853983998298645,0.7345820069313049,972.0,248832.0,3047.7531547208782,15925248.0 +228.2,6.400000095367432,5296.0,0.01406189426779747,0.15301513671875,1.6952518224716187,-0.01659323088824749,0.4669608175754547,0.7415847182273865,973.0,249088.0,3050.847341943998,15941632.0 +168.76,7.5,5228.0,0.012270544655621052,0.1402791291475296,1.7198961973190308,-0.01663619838654995,0.43710508942604065,0.7357109189033508,974.0,249344.0,3053.981659770012,15958016.0 +179.56,8.300000190734863,5310.0,0.01314843911677599,0.1519571989774704,1.7412958145141602,-0.01707652397453785,0.3664529621601105,0.7997040897607803,975.0,249600.0,3057.0675143180415,15974400.0 +196.71,7.900000095367432,5404.0,0.015036686323583126,0.1558430939912796,1.7759274244308472,-0.017340807244181633,0.31544438004493713,0.8049570322036743,976.0,249856.0,3060.099890871905,15990784.0 +204.43,7.400000095367432,5148.0,0.015174887143075466,0.1648966521024704,1.7124223709106445,-0.01713564060628414,0.3481909930706024,0.7719812989234924,977.0,250112.0,3063.282675202936,16007168.0 +220.34,7.699999809265137,5172.0,0.014589575119316578,0.1527303010225296,1.6663371324539185,-0.016498276963829994,0.3860909938812256,0.7602341175079346,978.0,250368.0,3066.451066307025,16023552.0 +222.04,7.199999809265137,5254.0,0.014481627382338047,0.1535441130399704,1.6555681228637695,-0.017240414395928383,0.5003940463066101,0.7084978520870209,979.0,250624.0,3069.5696824630722,16039936.0 +186.03,7.5,5454.0,0.012580440379679203,0.14813232421875,1.6923012733459473,-0.0152083495631814,0.34528371691703796,0.7911829054355621,980.0,250880.0,3072.5741620690096,16056320.0 +233.47,6.300000190734863,5371.0,0.013533513993024826,0.1498006135225296,1.6708874702453613,-0.01844925247132778,0.443227082490921,0.7087484896183014,981.0,251136.0,3075.624876380898,16072704.0 +221.4,7.300000190734863,5341.0,0.015044759958982468,0.1702880859375,1.6432342529296875,-0.014205388724803925,0.39145830273628235,0.7584404200315475,982.0,251392.0,3078.692811178975,16089088.0 +218.05,7.099999904632568,5303.0,0.013789807446300983,0.1557413786649704,1.662490963935852,-0.016666043549776077,0.3659855127334595,0.7375544309616089,983.0,251648.0,3081.7825341960415,16105472.0 +219.58,7.400000095367432,5337.0,0.013416893780231476,0.1476033478975296,1.6701105833053589,-0.012651391327381134,0.28898903727531433,0.786872386932373,984.0,251904.0,3084.852648912929,16121856.0 +239.46,7.800000190734863,5508.0,0.011976227164268494,0.1363525390625,1.6418575048446655,-0.014122217893600464,0.3402428925037384,0.7919575423002243,985.0,252160.0,3087.827909240965,16138240.0 +247.41,6.800000190734863,5094.0,0.013584480620920658,0.1513264924287796,1.6429206132888794,-0.01541145984083414,0.49085405468940735,0.7214852571487427,986.0,252416.0,3091.0448480709456,16154624.0 +247.68,7.099999904632568,5059.0,0.01219708751887083,0.1331787109375,1.6886228322982788,-0.014572188258171082,0.33765819668769836,0.740934431552887,987.0,252672.0,3094.2842100050766,16171008.0 +200.07,7.199999809265137,5082.0,0.016080914065241814,0.1670939177274704,1.6365551948547363,-0.016160037368535995,0.3519108295440674,0.741289347410202,988.0,252928.0,3097.508679783903,16187392.0 +205.91,7.300000190734863,5329.0,0.011476322077214718,0.1279703825712204,1.6941819190979004,-0.01246966514736414,0.3263716399669647,0.7504619061946869,989.0,253184.0,3100.5838366250973,16203776.0 +229.54,7.699999809265137,5215.0,0.01197626069188118,0.1349283903837204,1.676962971687317,-0.013092047534883022,0.3464275598526001,0.7614098638296127,990.0,253440.0,3103.725968871033,16220160.0 +247.81,6.900000095367432,5291.0,0.014693242497742176,0.1658121794462204,1.6625219583511353,-0.016298310831189156,0.4565507173538208,0.7258382439613342,991.0,253696.0,3106.8227760479786,16236544.0 +155.14,8.100000381469727,5312.0,0.01379353180527687,0.15216064453125,1.7219328880310059,-0.016655253246426582,0.3366639316082001,0.7811887860298157,992.0,253952.0,3109.9074524929747,16252928.0 +214.68,7.5,5422.0,0.012636424042284489,0.1413777619600296,1.7267953157424927,-0.015222582034766674,0.4067573845386505,0.6901798248291016,993.0,254208.0,3112.930294273887,16269312.0 +180.78,7.699999809265137,5321.0,0.02031092531979084,0.18829345703125,1.720813274383545,-0.016169391572475433,0.3641592264175415,0.7584507465362549,994.0,254464.0,3116.009657280054,16285696.0 +236.4,7.699999809265137,5307.0,0.013317231088876724,0.1501057893037796,1.7566146850585938,-0.0167559664696455,0.3798932135105133,0.7513271421194077,995.0,254720.0,3119.098632568028,16302080.0 +246.58,7.300000190734863,5173.0,0.0123876528814435,0.13787841796875,1.7772984504699707,-0.015354559756815434,0.367718905210495,0.7447078227996826,996.0,254976.0,3122.2665499700233,16318464.0 +229.56,6.900000095367432,5335.0,0.010214165784418583,0.1227823868393898,1.7703968286514282,-0.013176057487726212,0.3084520697593689,0.7217843532562256,997.0,255232.0,3125.337839045096,16334848.0 +260.14,7.199999809265137,5528.0,0.014103681780397892,0.1620076447725296,1.7173329591751099,-0.017053192481398582,0.3699286878108978,0.7273788750171661,998.0,255488.0,3128.3020467900205,16351232.0 +233.92,6.800000190734863,5329.0,0.014838994480669498,0.1605021208524704,1.6781901121139526,-0.015251538716256618,0.491527795791626,0.6642053723335266,999.0,255744.0,3131.37754092901,16367616.0 +190.89,7.800000190734863,5399.0,0.014252389781177044,0.15179443359375,1.6522717475891113,-0.016956280916929245,0.4968193471431732,0.7156718969345093,1000.0,256000.0,3134.4127807179466,16384000.0 +117.14,7.599999904632568,5425.0,0.009920530952513218,0.114013671875,1.6780599355697632,-0.016120877116918564,0.40154314041137695,0.7443760335445404,1001.0,256256.0,3137.433104919037,16400384.0 +173.07,7.300000190734863,5345.0,0.01346545945852995,0.1495361328125,1.7075241804122925,-0.015307008288800716,0.4197162389755249,0.6994531452655792,1002.0,256512.0,3140.4991112928838,16416768.0 +206.9,6.900000095367432,5362.0,0.013075883500277996,0.14520263671875,1.7230710983276367,-0.015946900472044945,0.38471242785453796,0.7560033351182938,1003.0,256768.0,3143.5556742378976,16433152.0 +235.37,6.400000095367432,5417.0,0.012571192346513271,0.1466471403837204,1.6777275800704956,-0.0150595149025321,0.48797109723091125,0.7030551731586456,1004.0,257024.0,3146.580519262003,16449536.0 +153.45,7.0,5443.0,0.013961322605609894,0.14495849609375,1.7110415697097778,-0.018279260024428368,0.4441596269607544,0.7198092937469482,1005.0,257280.0,3149.591136581963,16465920.0 +185.03,7.300000190734863,5426.0,0.01189985778182745,0.12945556640625,1.736728310585022,-0.013045634143054485,0.4657019078731537,0.7257892489433289,1006.0,257536.0,3152.6108885260765,16482304.0 +201.98,7.599999904632568,5339.0,0.013722064904868603,0.1457722932100296,1.7182363271713257,-0.015393608249723911,0.4141595661640167,0.7149459719657898,1007.0,257792.0,3155.6802787350025,16498688.0 +217.96,7.699999809265137,5260.0,0.014048865996301174,0.152587890625,1.6778550148010254,-0.01707894168794155,0.40929171442985535,0.7488464117050171,1008.0,258048.0,3158.7952094299253,16515072.0 +194.24,7.599999904632568,5417.0,0.013750619255006313,0.1468302458524704,1.6451140642166138,-0.016591496765613556,0.42096689343452454,0.7101953327655792,1009.0,258304.0,3161.820952848997,16531456.0 +190.74,8.100000381469727,5414.0,0.015440157614648342,0.1673787385225296,1.6511586904525757,-0.014549312181770802,0.3638473451137543,0.7742936313152313,1010.0,258560.0,3164.847862163093,16547840.0 +193.37,7.800000190734863,5166.0,0.012717344798147678,0.1362508088350296,1.7269006967544556,-0.014733604155480862,0.3430999219417572,0.709325760602951,1011.0,258816.0,3168.0200530139264,16564224.0 +220.18,7.800000190734863,5175.0,0.016725510358810425,0.1689046174287796,1.6582194566726685,-0.015490000136196613,0.4512237310409546,0.7215988039970398,1012.0,259072.0,3171.1865901011042,16580608.0 +172.6,8.199999809265137,5283.0,0.017243575304746628,0.1761678010225296,1.67307710647583,-0.017756756395101547,0.3718792498111725,0.7643544971942902,1013.0,259328.0,3174.2880528150126,16596992.0 +183.89,8.300000190734863,5271.0,0.011943242512643337,0.13079833984375,1.6585516929626465,-0.01412078645080328,0.407356858253479,0.7241415679454803,1014.0,259584.0,3177.3967426700983,16613376.0 +150.46,8.699999809265137,5215.0,0.01647382415831089,0.156982421875,1.7192164659500122,-0.014806034974753857,0.2781134843826294,0.7853814512491226,1015.0,259840.0,3180.538638602011,16629760.0 +254.22,7.699999809265137,5383.0,0.01131721492856741,0.1295572966337204,1.7038918733596802,-0.015879319980740547,0.3990359604358673,0.7103148400783539,1016.0,260096.0,3183.582827412989,16646144.0 +205.73,8.100000381469727,5256.0,0.011667214334011078,0.1368611603975296,1.720533013343811,-0.016795789822936058,0.31925272941589355,0.7777193784713745,1017.0,260352.0,3186.700771046104,16662528.0 +220.54,7.800000190734863,5328.0,0.014213972724974155,0.1583658903837204,1.7033891677856445,-0.015467151999473572,0.3859359920024872,0.7190949618816376,1018.0,260608.0,3189.7763041190337,16678912.0 +218.18,7.099999904632568,5416.0,0.011763551272451878,0.1292317658662796,1.6866971254348755,-0.01620248146355152,0.42148950695991516,0.6637995839118958,1019.0,260864.0,3192.8015781838913,16695296.0 +135.57,8.100000381469727,5289.0,0.017540758475661278,0.1709798127412796,1.6518712043762207,-0.014191518537700176,0.4006074368953705,0.690809428691864,1020.0,261120.0,3195.899770068936,16711680.0 +204.82,7.599999904632568,5413.0,0.012528836727142334,0.1410725861787796,1.65680992603302,-0.012972179800271988,0.5146740674972534,0.6339988708496094,1021.0,261376.0,3198.927226597909,16728064.0 +147.74,7.199999809265137,5399.0,0.010259853675961494,0.11602783203125,1.6569747924804688,-0.015100299380719662,0.537824809551239,0.6256125569343567,1022.0,261632.0,3201.96297893906,16744448.0 +123.98,8.5,5349.0,0.010673669166862965,0.1201578751206398,1.6250029802322388,-0.015486948192119598,0.38123655319213867,0.7055827677249908,1023.0,261888.0,3205.0262679839507,16760832.0 +178.01,8.399999618530273,5471.0,0.014319290407001972,0.1598714143037796,1.6699590682983398,-0.014539357274770737,0.3778408467769623,0.6699589490890503,1024.0,262144.0,3208.0216431799345,16777216.0 +243.88,7.099999904632568,5389.0,0.013665721751749516,0.14776611328125,1.698630452156067,-0.01634816825389862,0.33986127376556396,0.6904365718364716,1025.0,262400.0,3211.062428897014,16793600.0 +246.09,6.699999809265137,5347.0,0.011161061935126781,0.1304117888212204,1.723305583000183,-0.014094884507358074,0.40040865540504456,0.674451619386673,1026.0,262656.0,3214.1267222890165,16809984.0 +188.06,7.5,5294.0,0.012507215142250061,0.1388142853975296,1.6913622617721558,-0.01373607013374567,0.43245720863342285,0.6214344203472137,1027.0,262912.0,3217.2219361390453,16826368.0 +173.02,7.800000190734863,5282.0,0.012186236679553986,0.1353963166475296,1.7178353071212769,-0.014341343194246292,0.4536067247390747,0.6533571779727936,1028.0,263168.0,3220.324972422095,16842752.0 +213.7,7.5,5384.0,0.010269500315189362,0.1231892928481102,1.7091830968856812,-0.01407509297132492,0.3351721465587616,0.7111411392688751,1029.0,263424.0,3223.3686450910755,16859136.0 +214.15,7.5,5350.0,0.013806560076773167,0.1329752653837204,1.7598687410354614,-0.013575732707977295,0.2814032733440399,0.7189948856830597,1030.0,263680.0,3226.4316707958933,16875520.0 +247.69,7.400000095367432,5472.0,0.013687309809029102,0.1580810546875,1.7839752435684204,-0.014893408864736557,0.30472126603126526,0.7153865396976471,1031.0,263936.0,3229.42655901704,16891904.0 +260.81,7.099999904632568,5456.0,0.01185993105173111,0.12353515625,1.8066908121109009,-0.013371746055781841,0.3213707208633423,0.7280257046222687,1032.0,264192.0,3232.4301641499624,16908288.0 +285.92,7.5,5348.0,0.010390634648501873,0.1186116561293602,1.7900153398513794,-0.014236622489988804,0.2920612096786499,0.7422806918621063,1033.0,264448.0,3235.494113418041,16924672.0 +270.01,7.400000095367432,5414.0,0.013132143765687943,0.1476847380399704,1.766218662261963,-0.016942327842116356,0.3778334856033325,0.6857448518276215,1034.0,264704.0,3238.5211294109467,16941056.0 +228.22,6.800000190734863,5350.0,0.010372758843004704,0.1241048201918602,1.7668899297714233,-0.014408399350941181,0.4152942895889282,0.6393846273422241,1035.0,264960.0,3241.5840872460976,16957440.0 +228.56,7.699999809265137,5293.0,0.014725948683917522,0.1495564728975296,1.7703410387039185,-0.014668025076389313,0.33040687441825867,0.7475756108760834,1036.0,265216.0,3244.6801189600956,16973824.0 +228.74,7.599999904632568,5361.0,0.010683569125831127,0.1307779997587204,1.7330299615859985,-0.014467019587755203,0.36115601658821106,0.7172177135944366,1037.0,265472.0,3247.736391491955,16990208.0 +191.53,8.0,5289.0,0.011758361011743546,0.1330363005399704,1.7236424684524536,-0.014564077369868755,0.4115176200866699,0.7049218118190765,1038.0,265728.0,3250.834888973972,17006592.0 +170.7,7.800000190734863,5149.0,0.01424065325409174,0.140869140625,1.7517677545547485,-0.01535817701369524,0.29374930262565613,0.700947493314743,1039.0,265984.0,3254.017101934878,17022976.0 +235.19,7.300000190734863,5308.0,0.013728379271924496,0.1487019807100296,1.7734683752059937,-0.01619490422308445,0.36978980898857117,0.7055980861186981,1040.0,266240.0,3257.104405137012,17039360.0 +210.89,6.599999904632568,5280.0,0.011002879589796066,0.1247355118393898,1.7705868482589722,-0.014206666499376297,0.4975462853908539,0.6494756639003754,1041.0,266496.0,3260.208265186986,17055744.0 +249.71,6.099999904632568,5305.0,0.011360175907611847,0.1319987028837204,1.7913241386413574,-0.014359443448483944,0.31136974692344666,0.7358440458774567,1042.0,266752.0,3263.2971919709817,17072128.0 +285.62,6.900000095367432,5037.0,0.01090147066861391,0.1321818083524704,1.779417634010315,-0.011076082475483418,0.3003776967525482,0.737882524728775,1043.0,267008.0,3266.550235101022,17088512.0 +265.53,7.599999904632568,5330.0,0.01208086684346199,0.1327921599149704,1.7686361074447632,-0.01477563101798296,0.33416736125946045,0.7454607486724854,1044.0,267264.0,3269.624751213938,17104896.0 +217.87,7.199999809265137,5354.0,0.012434917502105236,0.14715576171875,1.7900590896606445,-0.016097551211714745,0.44409874081611633,0.6890381276607513,1045.0,267520.0,3272.6856453209184,17121280.0 +186.22,7.0,5323.0,0.012945977039635181,0.1540934294462204,1.7882908582687378,-0.016845673322677612,0.4445171356201172,0.6872352957725525,1046.0,267776.0,3275.7640003329143,17137664.0 +181.48,7.300000190734863,5419.0,0.013747255317866802,0.1535441130399704,1.7656081914901733,-0.013935237191617489,0.45403602719306946,0.7283366024494171,1047.0,268032.0,3278.7877984240185,17154048.0 +165.88,7.599999904632568,5449.0,0.013803965412080288,0.1477864533662796,1.7783070802688599,-0.018185628578066826,0.35212719440460205,0.7436857223510742,1048.0,268288.0,3281.7953587148804,17170432.0 +191.45,7.599999904632568,5342.0,0.014117874205112457,0.1545206755399704,1.7500394582748413,-0.017113318666815758,0.3492061197757721,0.7478678226470947,1049.0,268544.0,3284.862678884063,17186816.0 +202.14,7.400000095367432,5454.0,0.011660940945148468,0.1390584260225296,1.7468339204788208,-0.012985086999833584,0.44900020956993103,0.7289295792579651,1050.0,268800.0,3287.86730695609,17203200.0 +199.96,7.400000095367432,5335.0,0.011954262852668762,0.1379801481962204,1.8348183631896973,-0.016500920057296753,0.33800339698791504,0.7427529990673065,1051.0,269056.0,3290.9388238340616,17219584.0 +253.05,7.199999809265137,5337.0,0.014494550414383411,0.1628011018037796,1.794787883758545,-0.018453272059559822,0.32541564106941223,0.7648418843746185,1052.0,269312.0,3294.009276380064,17235968.0 +202.83,7.699999809265137,5322.0,0.014078144915401936,0.16143798828125,1.8262338638305664,-0.01608349196612835,0.34579846262931824,0.7554899752140045,1053.0,269568.0,3297.0882250990253,17252352.0 +258.53,7.199999809265137,5204.0,0.014529143460094929,0.1666056364774704,1.817146897315979,-0.01840023882687092,0.3746959865093231,0.7367962002754211,1054.0,269824.0,3300.2370410680305,17268736.0 +209.37,7.099999904632568,5226.0,0.012480691075325012,0.1441243439912796,1.8429657220840454,-0.015830187126994133,0.44123077392578125,0.7005389630794525,1055.0,270080.0,3303.3725200339686,17285120.0 +192.58,8.100000381469727,5364.0,0.013475923798978329,0.1558634489774704,1.8169528245925903,-0.01894187368452549,0.29178234934806824,0.7778874784708023,1056.0,270336.0,3306.427457411075,17301504.0 +211.61,7.800000190734863,5266.0,0.015390310436487198,0.1675008088350296,1.7609859704971313,-0.01655334234237671,0.2812482416629791,0.7757427096366882,1057.0,270592.0,3309.539144140901,17317888.0 +217.07,7.300000190734863,5382.0,0.014318653382360935,0.1651407927274704,1.8024228811264038,-0.01597149670124054,0.3301587700843811,0.7396133542060852,1058.0,270848.0,3312.583976882044,17334272.0 +212.77,7.5,5327.0,0.016014397144317627,0.1705729216337204,1.7999714612960815,-0.020006973296403885,0.3211178779602051,0.7712564319372177,1059.0,271104.0,3315.6603866820224,17350656.0 +226.1,7.300000190734863,5416.0,0.012444601394236088,0.1475016325712204,1.828255534172058,-0.018437346443533897,0.342397540807724,0.737152487039566,1060.0,271360.0,3318.685623961035,17367040.0 +242.66,6.5,5444.0,0.01203982438892126,0.1350301057100296,1.8302797079086304,-0.015170049853622913,0.3989293873310089,0.6890376210212708,1061.0,271616.0,3321.6955515379086,17383424.0 +200.92,7.199999809265137,5254.0,0.013212000019848347,0.1495157927274704,1.7857345342636108,-0.01852191425859928,0.44207140803337097,0.7327496409416199,1062.0,271872.0,3324.8143920761067,17399808.0 +230.18,7.199999809265137,5286.0,0.013928267173469067,0.1558837890625,1.762467384338379,-0.015705132856965065,0.3982475697994232,0.6921586990356445,1063.0,272128.0,3327.9146503680386,17416192.0 +229.21,6.800000190734863,5300.0,0.010870167054235935,0.1147257462143898,1.8110610246658325,-0.0156395360827446,0.4170653820037842,0.7076823711395264,1064.0,272384.0,3331.006402448984,17432576.0 +183.69,7.699999809265137,5342.0,0.014359038323163986,0.1639404296875,1.7201772928237915,-0.01776653714478016,0.35584011673927307,0.7579243928194046,1065.0,272640.0,3334.074196466012,17448960.0 +188.52,8.5,5317.0,0.014310176484286785,0.1561482697725296,1.731412410736084,-0.016673706471920013,0.361659437417984,0.7641307711601257,1066.0,272896.0,3337.1564483770635,17465344.0 +163.97,8.399999618530273,5362.0,0.01506855245679617,0.1658528596162796,1.7022861242294312,-0.0168581772595644,0.41726842522621155,0.7220951914787292,1067.0,273152.0,3340.2124454840086,17481728.0 +145.64,8.100000381469727,5219.0,0.012858320027589798,0.15228271484375,1.6553770303726196,-0.015965929254889488,0.4482712745666504,0.7261174321174622,1068.0,273408.0,3343.3527257319074,17498112.0 +162.94,8.300000190734863,5394.0,0.011954131536185741,0.1360270231962204,1.6430779695510864,-0.017022214829921722,0.38076508045196533,0.7144520282745361,1069.0,273664.0,3346.3904123608954,17514496.0 +171.08,8.0,5448.0,0.01503197941929102,0.1679280549287796,1.656990885734558,-0.015865085646510124,0.37215009331703186,0.7126425206661224,1070.0,273920.0,3349.398151221918,17530880.0 +187.9,7.900000095367432,5356.0,0.015006492845714092,0.1708984375,1.6827818155288696,-0.014537335373461246,0.2999696135520935,0.7426894307136536,1071.0,274176.0,3352.4582166241016,17547264.0 +227.1,7.800000190734863,5429.0,0.013036766089498997,0.156005859375,1.6470117568969727,-0.015486880205571651,0.34308305382728577,0.7396851480007172,1072.0,274432.0,3355.476423532935,17563648.0 +213.2,7.699999809265137,5439.0,0.014232114888727665,0.15643310546875,1.661764144897461,-0.016605006530880928,0.40333291888237,0.7329687774181366,1073.0,274688.0,3358.4897841499187,17580032.0 +217.85,7.400000095367432,5454.0,0.01290905848145485,0.1378377228975296,1.65701162815094,-0.01466971542686224,0.33763349056243896,0.7317726314067841,1074.0,274944.0,3361.4943383850623,17596416.0 +217.12,7.5,5416.0,0.015058353543281555,0.1602376252412796,1.6872791051864624,-0.01680864952504635,0.35681357979774475,0.7105238437652588,1075.0,275200.0,3364.519576695049,17612800.0 +208.25,7.099999904632568,5379.0,0.010882456786930561,0.1219482421875,1.6986055374145508,-0.014814036898314953,0.33785319328308105,0.6774296462535858,1076.0,275456.0,3367.5661381750833,17629184.0 +246.47,7.0,5386.0,0.0109730064868927,0.1289265900850296,1.682608723640442,-0.016320444643497467,0.4079333543777466,0.6838731169700623,1077.0,275712.0,3370.608304620022,17645568.0 +220.47,7.400000095367432,5294.0,0.012475955300033092,0.1396687775850296,1.7014402151107788,-0.01643434353172779,0.41168415546417236,0.6956567764282227,1078.0,275968.0,3373.7040538699366,17661952.0 +184.92,7.699999809265137,5346.0,0.013971342705190182,0.1573079377412796,1.6972769498825073,-0.019244123250246048,0.3667849004268646,0.7212526202201843,1079.0,276224.0,3376.7695549139753,17678336.0 +173.34,8.600000381469727,5227.0,0.013922815211117268,0.15618896484375,1.7217984199523926,-0.018861137330532074,0.28659096360206604,0.7765388935804367,1080.0,276480.0,3379.9044976700097,17694720.0 +245.58,7.300000190734863,5259.0,0.012315149419009686,0.1408488005399704,1.6656279563903809,-0.01767716556787491,0.45410045981407166,0.7074168920516968,1081.0,276736.0,3383.0212431799155,17711104.0 +217.86,7.099999904632568,5254.0,0.011358018033206463,0.12725830078125,1.6892485618591309,-0.014000198803842068,0.4385294020175934,0.67847540974617,1082.0,276992.0,3386.140212381957,17727488.0 +164.2,7.599999904632568,5256.0,0.012784347869455814,0.1403605192899704,1.6818785667419434,-0.014619606547057629,0.4402904808521271,0.7219924032688141,1083.0,277248.0,3389.2580450060777,17743872.0 +162.33,8.100000381469727,5223.0,0.011942985467612743,0.1346842497587204,1.6946057081222534,-0.017400464043021202,0.3078840374946594,0.7746684849262238,1084.0,277504.0,3392.395682947943,17760256.0 +217.4,7.400000095367432,5406.0,0.01412928942590952,0.16064453125,1.7189885377883911,-0.018409056589007378,0.5091060996055603,0.6696729063987732,1085.0,277760.0,3395.427075565094,17776640.0 +189.87,7.300000190734863,5315.0,0.013404441066086292,0.14996337890625,1.7413034439086914,-0.01789947785437107,0.47105440497398376,0.7175167500972748,1086.0,278016.0,3398.510518057039,17793024.0 +160.52,8.100000381469727,5299.0,0.014127195812761784,0.162109375,1.7571340799331665,-0.018741142004728317,0.38078442215919495,0.7287903726100922,1087.0,278272.0,3401.6028788129333,17809408.0 +160.01,7.5,5387.0,0.013029985129833221,0.1392822265625,1.7842708826065063,-0.016329733654856682,0.3901625871658325,0.731919139623642,1088.0,278528.0,3404.644991905894,17825792.0 +166.94,8.100000381469727,5426.0,0.012797129340469837,0.1516316682100296,1.7591768503189087,-0.01821037195622921,0.35143521428108215,0.7376278340816498,1089.0,278784.0,3407.66545656207,17842176.0 +215.78,7.599999904632568,5332.0,0.014663591980934143,0.1623738557100296,1.7810696363449097,-0.016658682376146317,0.33244410157203674,0.7242424190044403,1090.0,279040.0,3410.7387307561003,17858560.0 +193.67,7.599999904632568,5331.0,0.014312292449176311,0.16351318359375,1.7357769012451172,-0.018619216978549957,0.3752298057079315,0.7265889346599579,1091.0,279296.0,3413.813106592046,17874944.0 +221.34,7.400000095367432,5459.0,0.013479259796440601,0.1616007536649704,1.7597103118896484,-0.018811972811818123,0.324939101934433,0.7058175802230835,1092.0,279552.0,3416.8151461910456,17891328.0 +252.65,7.300000190734863,5383.0,0.014332260005176067,0.1549479216337204,1.7691088914871216,-0.018913550302386284,0.30828407406806946,0.7350141704082489,1093.0,279808.0,3419.8594849009532,17907712.0 +216.2,7.400000095367432,5375.0,0.01373642310500145,0.1540120393037796,1.7472819089889526,-0.014009241946041584,0.3926742970943451,0.6674310564994812,1094.0,280064.0,3422.909563258989,17924096.0 +203.87,7.099999904632568,5346.0,0.013443815521895885,0.1418660432100296,1.7599763870239258,-0.01501399651169777,0.4128265082836151,0.6997762024402618,1095.0,280320.0,3425.974907445023,17940480.0 +218.62,7.300000190734863,5181.0,0.011037647724151611,0.1308797150850296,1.7415342330932617,-0.015407809056341648,0.37554559111595154,0.6849160194396973,1096.0,280576.0,3429.137815730879,17956864.0 +197.93,7.5,5373.0,0.01266176626086235,0.1440633088350296,1.7012659311294556,-0.017031319439411163,0.41639766097068787,0.6522399485111237,1097.0,280832.0,3432.1876545350533,17973248.0 +215.15,6.900000095367432,5278.0,0.011861234903335571,0.1391194611787796,1.7320772409439087,-0.016199437901377678,0.42766323685646057,0.6610114872455597,1098.0,281088.0,3435.292147028027,17989632.0 +250.88,7.5,5300.0,0.011469024233520031,0.1374308317899704,1.7658600807189941,-0.015126124955713749,0.3181004822254181,0.7117643654346466,1099.0,281344.0,3438.3845635498874,18006016.0 +225.81,7.800000190734863,5352.0,0.01331058144569397,0.1515706330537796,1.7707566022872925,-0.015929775312542915,0.31381431221961975,0.7133769690990448,1100.0,281600.0,3441.4464485270437,18022400.0 +215.53,7.900000095367432,5293.0,0.015451119281351566,0.17230224609375,1.735496163368225,-0.015695709735155106,0.3914395868778229,0.682806521654129,1101.0,281856.0,3444.542198355077,18038784.0 +191.71,8.100000381469727,5197.0,0.013581127859652042,0.16021728515625,1.8221416473388672,-0.014941860921680927,0.3281266689300537,0.7372908294200897,1102.0,282112.0,3447.6954520030413,18055168.0 +200.21,7.699999809265137,5113.0,0.011226553469896317,0.13604736328125,1.8661071062088013,-0.016354769468307495,0.3617208003997803,0.7122707664966583,1103.0,282368.0,3450.900209419895,18071552.0 +176.45,7.900000095367432,5272.0,0.015212965197861195,0.1669514924287796,1.8764725923538208,-0.018699467182159424,0.2904629707336426,0.7590749710798264,1104.0,282624.0,3454.0090936550405,18087936.0 +219.74,7.400000095367432,5370.0,0.011646144092082977,0.1371663361787796,1.8543487787246704,-0.015148147940635681,0.41362929344177246,0.6878082156181335,1105.0,282880.0,3457.060406591976,18104320.0 +254.3,7.199999809265137,5402.0,0.014346964657306671,0.1578165739774704,1.8026317358016968,-0.01997862197458744,0.35749462246894836,0.6698601543903351,1106.0,283136.0,3460.093709445093,18120704.0 +193.26,7.900000095367432,5476.0,0.012517252005636692,0.1460774689912796,1.7502635717391968,-0.016359472647309303,0.4841366112232208,0.6477643251419067,1107.0,283392.0,3463.0864795269445,18137088.0 +129.95,8.600000381469727,5486.0,0.014691323041915894,0.1694742888212204,1.7859371900558472,-0.017563631758093834,0.3029160797595978,0.753973051905632,1108.0,283648.0,3466.073396906955,18153472.0 +209.44,7.300000190734863,5362.0,0.011092986911535263,0.1245931014418602,1.8082612752914429,-0.016700267791748047,0.4880332946777344,0.655333548784256,1109.0,283904.0,3469.1297866608948,18169856.0 +152.63,8.100000381469727,5445.0,0.011950544081628323,0.13372802734375,1.7713063955307007,-0.016679298132658005,0.4206305742263794,0.7252238392829895,1110.0,284160.0,3472.139113554964,18186240.0 +177.88,7.699999809265137,5135.0,0.011386913247406483,0.13262939453125,1.8910889625549316,-0.014977555721998215,0.2444121092557907,0.754867896437645,1111.0,284416.0,3475.3299025380984,18202624.0 +240.17,6.900000095367432,5361.0,0.010909239761531353,0.12835693359375,1.8631442785263062,-0.017347419634461403,0.38093796372413635,0.6859422624111176,1112.0,284672.0,3478.38687685295,18219008.0 +264.68,7.400000095367432,5180.0,0.014676172286272049,0.1640421599149704,1.8464045524597168,-0.018650559708476067,0.33253470063209534,0.7466619312763214,1113.0,284928.0,3481.5500183699187,18235392.0 +197.7,7.699999809265137,5285.0,0.012357727624475956,0.1478678435087204,1.8004366159439087,-0.01814550720155239,0.33101582527160645,0.7509434819221497,1114.0,285184.0,3484.65077103395,18251776.0 +204.03,7.599999904632568,5294.0,0.01417031791061163,0.1630859375,1.835914134979248,-0.018973074853420258,0.30556225776672363,0.719634085893631,1115.0,285440.0,3487.746160807088,18268160.0 +275.73,7.400000095367432,5159.0,0.016007451340556145,0.16510009765625,1.801975131034851,-0.015966633334755898,0.39100196957588196,0.7001273334026337,1116.0,285696.0,3490.9222999629565,18284544.0 +245.57,8.100000381469727,5279.0,0.014627444557845592,0.1701253205537796,1.7468594312667847,-0.01869862526655197,0.3074595034122467,0.7372432351112366,1117.0,285952.0,3494.027253709035,18300928.0 +164.98,7.900000095367432,5346.0,0.014135277830064297,0.1630452424287796,1.7581394910812378,-0.014412621967494488,0.4612523317337036,0.6228503584861755,1118.0,286208.0,3497.092742243083,18317312.0 +195.77,7.800000190734863,5401.0,0.01316920667886734,0.1446736603975296,1.7585221529006958,-0.01681005395948887,0.4039520025253296,0.6875065863132477,1119.0,286464.0,3500.126821601996,18333696.0 +165.6,7.900000095367432,5350.0,0.012142631225287914,0.1472371369600296,1.737230896949768,-0.017083941027522087,0.39242562651634216,0.6754612326622009,1120.0,286720.0,3503.18970272108,18350080.0 +178.56,8.0,5424.0,0.018186887726187706,0.1578572541475296,1.735435962677002,-0.01575198397040367,0.3471998870372772,0.7280068397521973,1121.0,286976.0,3506.210514849052,18366464.0 +193.88,7.300000190734863,5472.0,0.01061981450766325,0.1235555037856102,1.7623385190963745,-0.015063022263348103,0.480095237493515,0.6407698690891266,1122.0,287232.0,3509.204907106003,18382848.0 +144.34,8.199999809265137,5509.0,0.013169367797672749,0.14239501953125,1.7832741737365723,-0.015396649949252605,0.30903300642967224,0.7317891716957092,1123.0,287488.0,3512.1796040039044,18399232.0 +220.44,7.099999904632568,5487.0,0.015081147663295269,0.1584676057100296,1.7770789861679077,-0.017049580812454224,0.5008862614631653,0.6221906840801239,1124.0,287744.0,3515.1662685680203,18415616.0 +167.23,7.400000095367432,5459.0,0.014876297675073147,0.1529337614774704,1.7598004341125488,-0.016266226768493652,0.3031806945800781,0.7090938091278076,1125.0,288000.0,3518.168682469055,18432000.0 +208.44,7.900000095367432,5222.0,0.012499085627496243,0.1465047150850296,1.7924541234970093,-0.015041929669678211,0.354417085647583,0.6693693995475769,1126.0,288256.0,3521.3064840070438,18448384.0 +226.48,7.900000095367432,5375.0,0.012695151381194592,0.1458740234375,1.845418095588684,-0.014779767952859402,0.3084203898906708,0.7106977701187134,1127.0,288512.0,3524.3552510968875,18464768.0 +224.14,7.199999809265137,5227.0,0.009885384701192379,0.116943359375,1.8346657752990723,-0.015090572647750378,0.4526716470718384,0.6700867712497711,1128.0,288768.0,3527.490501461085,18481152.0 +201.72,7.0,5308.0,0.010448206216096878,0.1222330704331398,1.8388004302978516,-0.016079744324088097,0.3651505410671234,0.6727322638034821,1129.0,289024.0,3530.5773701120634,18497536.0 +215.41,7.900000095367432,5316.0,0.013409449718892574,0.1501261442899704,1.8290058374404907,-0.016870243474841118,0.27967602014541626,0.750887542963028,1130.0,289280.0,3533.6600019780453,18513920.0 +233.5,8.300000190734863,5119.0,0.015269164927303791,0.1748046875,1.8068467378616333,-0.019085140898823738,0.32448598742485046,0.7299091517925262,1131.0,289536.0,3536.860988348024,18530304.0 +189.28,7.800000190734863,5122.0,0.010865951888263226,0.1296183317899704,1.8146804571151733,-0.016117097809910774,0.3557497560977936,0.7323815822601318,1132.0,289792.0,3540.060278405901,18546688.0 +201.57,7.300000190734863,5347.0,0.01058900635689497,0.1222127303481102,1.904011607170105,-0.01450056117027998,0.4202071726322174,0.629299521446228,1133.0,290048.0,3543.1259215630125,18563072.0 +220.44,7.5,5341.0,0.012763927690684795,0.1405436247587204,1.8998761177062988,-0.016829844564199448,0.25877270102500916,0.7684288322925568,1134.0,290304.0,3546.1940049629193,18579456.0 +257.11,7.099999904632568,5394.0,0.01061504427343607,0.11590576171875,1.8637346029281616,-0.01702391542494297,0.43417003750801086,0.6567679345607758,1135.0,290560.0,3549.232400849927,18595840.0 +239.23,7.199999809265137,5300.0,0.011087444610893726,0.1265055388212204,1.8688515424728394,-0.01714370585978031,0.41239508986473083,0.6704859435558319,1136.0,290816.0,3552.3244075379334,18612224.0 +227.02,7.300000190734863,5277.0,0.008682369254529476,0.10113525390625,1.8326964378356934,-0.01589391566812992,0.34625542163848877,0.6888144016265869,1137.0,291072.0,3555.4298443179578,18628608.0 +252.24,7.300000190734863,5350.0,0.011927698738873005,0.1383056640625,1.8048471212387085,-0.017371585592627525,0.3250028192996979,0.7139640748500824,1138.0,291328.0,3558.4938779980876,18644992.0 +252.44,7.199999809265137,5210.0,0.01099225040525198,0.13946533203125,1.7868956327438354,-0.015178498812019825,0.31369608640670776,0.7302480340003967,1139.0,291584.0,3561.638845613925,18661376.0 +198.46,8.0,5313.0,0.012155800126492977,0.1468709260225296,1.810926914215088,-0.014183823950588703,0.30103662610054016,0.7387833297252655,1140.0,291840.0,3564.722839887021,18677760.0 +225.83,7.599999904632568,5363.0,0.01524974312633276,0.1732991486787796,1.7534595727920532,-0.014512321911752224,0.4114859104156494,0.6813632547855377,1141.0,292096.0,3567.778352215886,18694144.0 +165.42,7.900000095367432,5366.0,0.015050835907459259,0.1534627228975296,1.7019786834716797,-0.0160764679312706,0.4314466714859009,0.6680400371551514,1142.0,292352.0,3570.831824732013,18710528.0 +159.02,8.399999618530273,5262.0,0.014363675378262997,0.1670939177274704,1.7219576835632324,-0.017119275406003,0.3284512162208557,0.7363611161708832,1143.0,292608.0,3573.9459345480427,18726912.0 +192.93,8.300000190734863,5391.0,0.012099437415599823,0.1370442658662796,1.7302842140197754,-0.015916995704174042,0.32939374446868896,0.7042027711868286,1144.0,292864.0,3576.9857681270223,18743296.0 +211.07,7.900000095367432,5356.0,0.0134146548807621,0.1551717072725296,1.7502206563949585,-0.01645069010555744,0.40466055274009705,0.6542427241802216,1145.0,293120.0,3580.0451695909724,18759680.0 +162.0,8.5,5238.0,0.015109916217625141,0.1730753630399704,1.7465804815292358,-0.01606256328523159,0.3909890353679657,0.6087474822998047,1146.0,293376.0,3583.174219222972,18776064.0 +189.15,7.800000190734863,5184.0,0.011641617864370346,0.1460164338350296,1.7815909385681152,-0.0121448440477252,0.3713017404079437,0.6655190885066986,1147.0,293632.0,3586.335220366018,18792448.0 +166.59,7.900000095367432,5215.0,0.013417906127870083,0.1449178010225296,1.7983847856521606,-0.018435871228575706,0.3173675239086151,0.6941687762737274,1148.0,293888.0,3589.4773767259903,18808832.0 +198.38,8.300000190734863,4939.0,0.015683477744460106,0.1755574494600296,1.706824779510498,-0.015836087986826897,0.37728866934776306,0.6702339053153992,1149.0,294144.0,3592.795091808075,18825216.0 +185.19,7.699999809265137,5099.0,0.01319183874875307,0.1419881135225296,1.7725251913070679,-0.014725622721016407,0.36002764105796814,0.7161340415477753,1150.0,294400.0,3596.008947391063,18841600.0 +153.14,8.0,5145.0,0.014663427136838436,0.1583048552274704,1.7649998664855957,-0.019584937021136284,0.3758121430873871,0.6734858453273773,1151.0,294656.0,3599.194427703973,18857984.0 +199.45,8.0,5406.0,0.015388932079076767,0.1704915314912796,1.791861891746521,-0.01923969015479088,0.271167516708374,0.7348645925521851,1152.0,294912.0,3602.2254323789384,18874368.0 +238.54,7.599999904632568,5334.0,0.015151463449001312,0.1701253205537796,1.770367980003357,-0.014513288624584675,0.3845754563808441,0.6566746234893799,1153.0,295168.0,3605.2976461709477,18890752.0 +189.57,7.900000095367432,5373.0,0.015230427496135235,0.1674397736787796,1.7446693181991577,-0.01750023476779461,0.36006054282188416,0.7306241393089294,1154.0,295424.0,3608.3477859490085,18907136.0 +150.51,8.300000190734863,5323.0,0.015353512018918991,0.1668294221162796,1.7138017416000366,-0.017802836373448372,0.3184511959552765,0.7381245493888855,1155.0,295680.0,3611.426243908005,18923520.0 +170.19,8.600000381469727,5206.0,0.014551833271980286,0.1697794646024704,1.726523756980896,-0.013886197470128536,0.3419856131076813,0.7400239408016205,1156.0,295936.0,3614.5737599949352,18939904.0 +166.08,8.0,5304.0,0.015178736299276352,0.1641845703125,1.7562984228134155,-0.0163447093218565,0.4060133397579193,0.7019394040107727,1157.0,296192.0,3617.66283377097,18956288.0 +140.01,8.399999618530273,5263.0,0.01841921918094158,0.18719482421875,1.7496719360351562,-0.018335269764065742,0.38573727011680603,0.6940756738185883,1158.0,296448.0,3620.776505894959,18972672.0 +175.6,8.199999809265137,5306.0,0.014455340802669525,0.1578165739774704,1.718138337135315,-0.01644754596054554,0.38587918877601624,0.7420151233673096,1159.0,296704.0,3623.865243492881,18989056.0 +152.69,7.599999904632568,5345.0,0.013416603207588196,0.14996337890625,1.72297203540802,-0.017665112391114235,0.4597862660884857,0.6932165026664734,1160.0,296960.0,3626.9308466929942,19005440.0 +149.58,8.5,5291.0,0.015264871530234814,0.1671956330537796,1.7370014190673828,-0.014661218971014023,0.33564916253089905,0.7309496700763702,1161.0,297216.0,3630.0278966240585,19021824.0 +149.12,7.599999904632568,5236.0,0.014004846103489399,0.1491292268037796,1.754794955253601,-0.014320168644189835,0.45805856585502625,0.6489855945110321,1162.0,297472.0,3633.1574973030947,19038208.0 +161.1,8.0,5221.0,0.01152742188423872,0.1365153044462204,1.7620316743850708,-0.016275247558951378,0.32968947291374207,0.7313741445541382,1163.0,297728.0,3636.2958534599748,19054592.0 +210.13,7.199999809265137,5141.0,0.010677543468773365,0.1258341521024704,1.7222962379455566,-0.016741007566452026,0.4681849181652069,0.6711465418338776,1164.0,297984.0,3639.4837724959943,19070976.0 +165.64,7.699999809265137,5301.0,0.010885268449783325,0.1203409805893898,1.7231206893920898,-0.015729617327451706,0.4043252468109131,0.6589035093784332,1165.0,298240.0,3642.5751832081005,19087360.0 +176.51,8.5,5166.0,0.023334508761763573,0.1797078400850296,1.7693322896957397,-0.016521451994776726,0.2562095820903778,0.7189078330993652,1166.0,298496.0,3645.7470041059423,19103744.0 +189.5,7.599999904632568,5255.0,0.013381999917328358,0.1484171599149704,1.724063754081726,-0.01602291315793991,0.42240485548973083,0.6820769906044006,1167.0,298752.0,3648.865460803965,19120128.0 +192.76,8.199999809265137,5163.0,0.01575024239718914,0.1782429963350296,1.8164525032043457,-0.014110110700130463,0.31841111183166504,0.6976387798786163,1168.0,299008.0,3652.039400014095,19136512.0 +195.96,8.100000381469727,5255.0,0.01336999237537384,0.1673380583524704,1.7791565656661987,-0.016350960358977318,0.34333476424217224,0.7313341498374939,1169.0,299264.0,3655.1572776220273,19152896.0 +190.13,8.300000190734863,5013.0,0.009165002964437008,0.1137898787856102,1.8459296226501465,-0.014176991768181324,0.25429725646972656,0.7170797288417816,1170.0,299520.0,3658.4262982280925,19169280.0 +232.76,7.699999809265137,5402.0,0.009374420158565044,0.11688232421875,1.848211407661438,-0.016458095982670784,0.28567174077033997,0.710183322429657,1171.0,299776.0,3661.4597562160343,19185664.0 +245.71,7.699999809265137,5287.0,0.011699818074703217,0.1421101838350296,1.8597116470336914,-0.015534884296357632,0.33372971415519714,0.698707103729248,1172.0,300032.0,3664.559019397944,19202048.0 +259.68,7.599999904632568,5417.0,0.012025431729853153,0.1475830078125,1.8563203811645508,-0.014156590215861797,0.282379150390625,0.7247040867805481,1173.0,300288.0,3667.5839914819226,19218432.0 +196.89,7.800000190734863,5105.0,0.011154957115650177,0.12542724609375,1.7994379997253418,-0.015934547409415245,0.3836722671985626,0.6787777245044708,1174.0,300544.0,3670.793564575957,19234816.0 +277.49,7.300000190734863,5130.0,0.01470159087330103,0.1626790314912796,1.8254975080490112,-0.016143515706062317,0.26951315999031067,0.7305598556995392,1175.0,300800.0,3673.9881231200416,19251200.0 +284.01,7.5,5356.0,0.01237928494811058,0.14544677734375,1.8203511238098145,-0.015211321413516998,0.2539195716381073,0.7307405769824982,1176.0,301056.0,3677.047673603054,19267584.0 +238.91,7.900000095367432,5424.0,0.012671328149735928,0.15301513671875,1.848465919494629,-0.012214034795761108,0.2840655744075775,0.7589989006519318,1177.0,301312.0,3680.06883008196,19283968.0 +221.93,7.199999809265137,5367.0,0.011461571790277958,0.13916015625,1.8342795372009277,-0.013155224733054638,0.40600883960723877,0.6399005353450775,1178.0,301568.0,3683.1227528590243,19300352.0 +205.0,7.900000095367432,5398.0,0.014025229029357433,0.1501261442899704,1.8066908121109009,-0.016055140644311905,0.3577628433704376,0.6793031096458435,1179.0,301824.0,3686.1582723918837,19316736.0 +181.4,7.699999809265137,5318.0,0.011601489968597889,0.1388142853975296,1.8128575086593628,-0.012721785344183445,0.3635590970516205,0.6620248258113861,1180.0,302080.0,3689.2398606410716,19333120.0 +215.17,7.300000190734863,5436.0,0.012030239216983318,0.1376139372587204,1.8415230512619019,-0.015394923277199268,0.36266854405403137,0.6868448853492737,1181.0,302336.0,3692.2540056570433,19349504.0 +206.19,7.300000190734863,5475.0,0.016676850616931915,0.1566975861787796,1.8386634588241577,-0.01490058284252882,0.3209453821182251,0.7255003750324249,1182.0,302592.0,3695.2468417889904,19365888.0 +227.38,7.599999904632568,5426.0,0.010043756105005741,0.1186319962143898,1.7801170349121094,-0.016839949414134026,0.3504096567630768,0.7310670614242554,1183.0,302848.0,3698.2674405688886,19382272.0 +189.8,7.5,5222.0,0.015693997964262962,0.1707763671875,1.7285171747207642,-0.013769219629466534,0.49238884449005127,0.6813463568687439,1184.0,303104.0,3701.4056098430883,19398656.0 +190.3,7.900000095367432,5221.0,0.012866665609180927,0.14990234375,1.7808984518051147,-0.016355598345398903,0.4053058922290802,0.6954168975353241,1185.0,303360.0,3704.544291226892,19415040.0 +183.2,7.900000095367432,5175.0,0.016511810943484306,0.1886393278837204,1.7986817359924316,-0.015899499878287315,0.29665011167526245,0.6982983648777008,1186.0,303616.0,3707.7105738499667,19431424.0 +217.98,7.300000190734863,5151.0,0.016575830057263374,0.1834920197725296,1.7896808385849,-0.016435524448752403,0.35605815052986145,0.6852705478668213,1187.0,303872.0,3710.891931859078,19447808.0 +196.13,7.800000190734863,5115.0,0.01529709156602621,0.1703898161649704,1.7368196249008179,-0.017688395455479622,0.3660234212875366,0.6826120913028717,1188.0,304128.0,3714.096304528881,19464192.0 +225.5,7.900000095367432,5077.0,0.015756191685795784,0.171875,1.7219022512435913,-0.016898414120078087,0.42014166712760925,0.6863276660442352,1189.0,304384.0,3717.32350134803,19480576.0 +121.0,7.699999809265137,5243.0,0.011891697533428669,0.1407267302274704,1.730533480644226,-0.01513951551169157,0.4521956145763397,0.68613600730896,1190.0,304640.0,3720.449119145982,19496960.0 +150.55,7.800000190734863,5371.0,0.010782737284898758,0.12579345703125,1.8454049825668335,-0.013733708299696445,0.29065853357315063,0.7311767637729645,1191.0,304896.0,3723.5000187968835,19513344.0 +240.41,6.900000095367432,5421.0,0.01007170882076025,0.1229044571518898,1.8424004316329956,-0.013588152825832367,0.3622489273548126,0.6857381761074066,1192.0,305152.0,3726.523093973985,19529728.0 +241.23,7.900000095367432,5448.0,0.016374200582504272,0.18304443359375,1.8054770231246948,-0.017469005659222603,0.4107128083705902,0.6813958287239075,1193.0,305408.0,3729.530914826086,19546112.0 +156.09,8.300000190734863,5471.0,0.012727994471788406,0.15087890625,1.7660001516342163,-0.015453003346920013,0.42527803778648376,0.6680878400802612,1194.0,305664.0,3732.5297077458818,19562496.0 +148.23,8.5,5456.0,0.017901914194226265,0.1961262971162796,1.829280972480774,-0.019163189455866814,0.28212645649909973,0.747095376253128,1195.0,305920.0,3735.5329539109953,19578880.0 +176.99,7.5,5414.0,0.011582531034946442,0.1397705078125,1.8585433959960938,-0.014974151737987995,0.3729192912578583,0.7047104239463806,1196.0,306176.0,3738.5600202970672,19595264.0 +168.08,7.699999809265137,5254.0,0.014501386322081089,0.1618448942899704,1.8172413110733032,-0.019444134086370468,0.4633135497570038,0.6522345244884491,1197.0,306432.0,3741.678876905935,19611648.0 +190.09,7.099999904632568,5230.0,0.011838298290967941,0.13690185546875,1.8070969581604004,-0.016166619956493378,0.4217386543750763,0.7063370943069458,1198.0,306688.0,3744.81212919089,19628032.0 +207.22,7.699999809265137,5369.0,0.014286858029663563,0.1629231721162796,1.8002067804336548,-0.0189325213432312,0.2296110838651657,0.7473500669002533,1199.0,306944.0,3747.864029071061,19644416.0 +200.22,8.0,5191.0,0.01557838823646307,0.1714274138212204,1.8033403158187866,-0.013800655491650105,0.31403234601020813,0.70449498295784,1200.0,307200.0,3751.0209276159294,19660800.0 +200.72,7.300000190734863,5389.0,0.012798327952623367,0.1514078825712204,1.7792600393295288,-0.015286047011613846,0.4562021791934967,0.6255753338336945,1201.0,307456.0,3754.0615124409087,19677184.0 +231.92,6.800000190734863,5236.0,0.012991752475500107,0.1508382111787796,1.8114275932312012,-0.0170780960470438,0.4577544927597046,0.5969928801059723,1202.0,307712.0,3757.19137565,19693568.0 +219.36,6.800000190734863,5208.0,0.012516909278929234,0.1480916291475296,1.843075156211853,-0.016375096514821053,0.4264693260192871,0.6155215799808502,1203.0,307968.0,3760.337337737903,19709952.0 +193.06,7.599999904632568,5381.0,0.01517802756279707,0.16644287109375,1.8420333862304688,-0.016504080966114998,0.30939459800720215,0.6951453387737274,1204.0,308224.0,3763.3824329380877,19726336.0 +169.3,7.300000190734863,5361.0,0.015007310546934605,0.1672566682100296,1.798904538154602,-0.017912887036800385,0.44836723804473877,0.6195990443229675,1205.0,308480.0,3766.4388450030237,19742720.0 +195.93,7.800000190734863,5383.0,0.01662563346326351,0.1659749299287796,1.7283109426498413,-0.017506005242466927,0.38766738772392273,0.7051738500595093,1206.0,308736.0,3769.48313040589,19759104.0 +197.72,8.0,5381.0,0.015751829370856285,0.1722819060087204,1.7173501253128052,-0.015883861109614372,0.3921791613101959,0.6996679306030273,1207.0,308992.0,3772.528440143913,19775488.0 +180.23,7.5,5161.0,0.012268118560314178,0.1437784880399704,1.6994024515151978,-0.018606560304760933,0.39276090264320374,0.7089912295341492,1208.0,309248.0,3775.7036805490497,19791872.0 +188.53,7.599999904632568,5207.0,0.015776872634887695,0.1592203825712204,1.7023272514343262,-0.01709771156311035,0.2646000385284424,0.7686002552509308,1209.0,309504.0,3778.8509947960265,19808256.0 +248.93,7.5,5339.0,0.01535606849938631,0.151611328125,1.7387480735778809,-0.015988605096936226,0.2506299316883087,0.7751056104898453,1210.0,309760.0,3781.920355041977,19824640.0 +251.19,7.5,5481.0,0.014014314860105515,0.1572265625,1.7809109687805176,-0.016869762912392616,0.2942121922969818,0.7264505624771118,1211.0,310016.0,3784.9099784209393,19841024.0 +265.61,7.300000190734863,5512.0,0.01411144807934761,0.1440633088350296,1.7204686403274536,-0.013660264201462269,0.3717235028743744,0.7058524489402771,1212.0,310272.0,3787.8827436189167,19857408.0 +231.37,7.699999809265137,5423.0,0.014702610671520233,0.1629638671875,1.7187248468399048,-0.017759881913661957,0.389611154794693,0.655959814786911,1213.0,310528.0,3790.904517746996,19873792.0 +174.87,8.100000381469727,5466.0,0.01429558452218771,0.1594441682100296,1.7315527200698853,-0.01938617043197155,0.32693272829055786,0.7295494973659515,1214.0,310784.0,3793.9024292440154,19890176.0 +215.6,7.800000190734863,5460.0,0.01395790558308363,0.1600341796875,1.7605952024459839,-0.014772981405258179,0.2899095118045807,0.7064814865589142,1215.0,311040.0,3796.903704507975,19906560.0 +240.46,7.5,5174.0,0.01552205253392458,0.1708780974149704,1.743878960609436,-0.015390376560389996,0.39485660195350647,0.6788820922374725,1216.0,311296.0,3800.0710940649733,19922944.0 +215.03,7.599999904632568,5058.0,0.016740433871746063,0.1896565705537796,1.7225550413131714,-0.016772734001278877,0.34406355023384094,0.7220964729785919,1217.0,311552.0,3803.312724312069,19939328.0 +184.35,8.199999809265137,5064.0,0.013544704765081406,0.1599528044462204,1.7663580179214478,-0.015152279287576675,0.2923491895198822,0.7593531608581543,1218.0,311808.0,3806.5487069759984,19955712.0 +187.84,7.900000095367432,5004.0,0.016433434560894966,0.1751302033662796,1.7398532629013062,-0.01484911609441042,0.3009890615940094,0.7471665740013123,1219.0,312064.0,3809.823991477024,19972096.0 +194.49,8.100000381469727,4998.0,0.012211200781166553,0.1413370817899704,1.7082284688949585,-0.015688160434365273,0.38279733061790466,0.7231595814228058,1220.0,312320.0,3813.1023590320256,19988480.0 +190.58,7.800000190734863,4988.0,0.013571382500231266,0.1532796174287796,1.6880275011062622,-0.017806774005293846,0.3610874116420746,0.7542423456907272,1221.0,312576.0,3816.387799477903,20004864.0 +214.8,7.300000190734863,5002.0,0.013201187364757061,0.1513671875,1.6585198640823364,-0.018719946965575218,0.39071059226989746,0.69170281291008,1222.0,312832.0,3819.6634942279197,20021248.0 +215.23,7.699999809265137,5147.0,0.014036528766155243,0.1536865234375,1.7086849212646484,-0.016470668837428093,0.30026960372924805,0.7131530344486237,1223.0,313088.0,3822.8478924820665,20037632.0 +225.25,7.400000095367432,5298.0,0.014479883015155792,0.1558430939912796,1.7359485626220703,-0.01731705851852894,0.3958602845668793,0.7056871652603149,1224.0,313344.0,3825.9410006909166,20054016.0 +185.43,7.900000095367432,5401.0,0.014012160710990429,0.1559041291475296,1.7404990196228027,-0.016715852543711662,0.3333742916584015,0.7131454050540924,1225.0,313600.0,3828.97494186298,20070400.0 +201.67,7.599999904632568,5280.0,0.016067486256361008,0.1780802458524704,1.768612265586853,-0.016595490276813507,0.3087177276611328,0.7052869498729706,1226.0,313856.0,3832.0783483609557,20086784.0 +222.5,7.5,5293.0,0.013678430579602718,0.1669108122587204,1.730247139930725,-0.015579164028167725,0.36382684111595154,0.7077987194061279,1227.0,314112.0,3835.173979162937,20103168.0 +200.66,8.0,5306.0,0.013299322687089443,0.15435791015625,1.6729649305343628,-0.014887738041579723,0.32699087262153625,0.7349135875701904,1228.0,314368.0,3838.2622298409697,20119552.0 +260.78,7.400000095367432,5232.0,0.01593763381242752,0.1683146208524704,1.6518853902816772,-0.01641922816634178,0.31870657205581665,0.7379564940929413,1229.0,314624.0,3841.3942537300754,20135936.0 +272.91,7.300000190734863,5150.0,0.014256340451538563,0.1528523713350296,1.6987558603286743,-0.015762759372591972,0.32319289445877075,0.7197073101997375,1230.0,314880.0,3844.575896983035,20152320.0 +221.56,7.199999809265137,5252.0,0.014224489219486713,0.1562906950712204,1.6903043985366821,-0.01616271398961544,0.34619319438934326,0.7603729516267776,1231.0,315136.0,3847.6955672339536,20168704.0 +180.64,8.399999618530273,5394.0,0.016984334215521812,0.1879475861787796,1.6726865768432617,-0.01889142580330372,0.33502665162086487,0.7483254075050354,1232.0,315392.0,3850.7334967460483,20185088.0 +212.29,8.300000190734863,5374.0,0.015861157327890396,0.168212890625,1.6722683906555176,-0.015498504973948002,0.3329871594905853,0.7677426934242249,1233.0,315648.0,3853.782630183967,20201472.0 +222.56,8.300000190734863,5422.0,0.015619102865457535,0.16632080078125,1.6745938062667847,-0.01855037361383438,0.21018187701702118,0.8317369073629379,1234.0,315904.0,3856.804654222913,20217856.0 +208.77,8.399999618530273,5363.0,0.013752019964158535,0.1509602814912796,1.641263484954834,-0.01471085473895073,0.35523369908332825,0.7578887045383453,1235.0,316160.0,3859.859712010948,20234240.0 +168.38,8.0,5275.0,0.01621648110449314,0.17242431640625,1.6322969198226929,-0.01780741475522518,0.43925854563713074,0.714226245880127,1236.0,316416.0,3862.9659860739484,20250624.0 +171.12,8.199999809265137,5199.0,0.012951094657182693,0.1517333984375,1.677918791770935,-0.017016170546412468,0.36881589889526367,0.7269203662872314,1237.0,316672.0,3866.1173851951025,20267008.0 +157.48,8.0,5311.0,0.014102037996053696,0.1588134765625,1.6586745977401733,-0.0154806450009346,0.4378115236759186,0.7097445726394653,1238.0,316928.0,3869.2025878950953,20283392.0 +164.47,8.399999618530273,5433.0,0.014428130351006985,0.1568603515625,1.6315068006515503,-0.016403155401349068,0.37223872542381287,0.7217985689640045,1239.0,317184.0,3872.2188705620356,20299776.0 +175.36,7.900000095367432,5515.0,0.013906433247029781,0.1553548127412796,1.7058097124099731,-0.017487619072198868,0.35527315735816956,0.7255935370922089,1240.0,317440.0,3875.190426416928,20316160.0 +207.17,8.0,5312.0,0.01568569615483284,0.1622517853975296,1.6559427976608276,-0.01802893541753292,0.41372743248939514,0.7272069156169891,1241.0,317696.0,3878.27501039207,20332544.0 +161.14,8.300000190734863,5384.0,0.01489226520061493,0.1593017578125,1.6543933153152466,-0.017131291329860687,0.449404239654541,0.696281373500824,1242.0,317952.0,3881.3186213129666,20348928.0 +149.02,8.699999809265137,5429.0,0.01420424785465002,0.155029296875,1.6177784204483032,-0.014298745431005955,0.35375574231147766,0.7673899382352829,1243.0,318208.0,3884.3367794610094,20365312.0 +126.91,8.699999809265137,5428.0,0.02026911824941635,0.1831461638212204,1.6555167436599731,-0.017475871369242668,0.3434953987598419,0.7449714243412018,1244.0,318464.0,3887.3559672550764,20381696.0 +191.74,8.100000381469727,5441.0,0.019344480708241463,0.2052408903837204,1.692084789276123,-0.01937924511730671,0.35816964507102966,0.7529684454202652,1245.0,318720.0,3890.36784174107,20398080.0 +172.91,8.300000190734863,5430.0,0.01493043452501297,0.1572469025850296,1.6638531684875488,-0.017200512811541557,0.35066285729408264,0.7414277195930481,1246.0,318976.0,3893.385754584102,20414464.0 +163.41,8.199999809265137,5534.0,0.016567809507250786,0.1754150390625,1.6540073156356812,-0.01750103570520878,0.38609448075294495,0.710699200630188,1247.0,319232.0,3896.34701589006,20430848.0 +199.35,7.599999904632568,5457.0,0.01185863371938467,0.1361897736787796,1.6740731000900269,-0.01489426288753748,0.38024330139160156,0.6931721568107605,1248.0,319488.0,3899.3498462119605,20447232.0 +179.57,8.0,5394.0,0.015914497897028923,0.1623942106962204,1.6484047174453735,-0.016741735860705376,0.45744451880455017,0.6924792528152466,1249.0,319744.0,3902.3876322619617,20463616.0 +134.4,8.300000190734863,5402.0,0.01688147708773613,0.1744588166475296,1.6242519617080688,-0.019019460305571556,0.4565865993499756,0.6760863661766052,1250.0,320000.0,3905.4211578019895,20480000.0 +141.81,8.100000381469727,5433.0,0.015652412548661232,0.17041015625,1.625399112701416,-0.020203040912747383,0.3448500335216522,0.7229145467281342,1251.0,320256.0,3908.4372989500407,20496384.0 +162.81,8.800000190734863,5424.0,0.017879081889986992,0.1805419921875,1.6098580360412598,-0.01709265448153019,0.3144625425338745,0.7222641706466675,1252.0,320512.0,3911.458405396901,20512768.0 +158.21,8.399999618530273,5220.0,0.014668687246739864,0.1516927033662796,1.6108778715133667,-0.01585298217833042,0.41970160603523254,0.6578559577465057,1253.0,320768.0,3914.597607057076,20529152.0 +141.35,8.699999809265137,5345.0,0.013428808189928532,0.1520182341337204,1.5932927131652832,-0.017098816111683846,0.3717736303806305,0.7053444087505341,1254.0,321024.0,3917.6630809230264,20545536.0 +160.63,8.100000381469727,5418.0,0.015869034454226494,0.1653238981962204,1.5609784126281738,-0.017717987298965454,0.41876089572906494,0.6615130007266998,1255.0,321280.0,3920.6876210609917,20561920.0 +110.55,8.899999618530273,5304.0,0.01807667873799801,0.1794026643037796,1.5853654146194458,-0.013923021964728832,0.3738981783390045,0.699737936258316,1256.0,321536.0,3923.7800883329473,20578304.0 +157.77,8.800000190734863,5326.0,0.013587483204901218,0.1453043669462204,1.6313828229904175,-0.015792259946465492,0.2927255928516388,0.7297147810459137,1257.0,321792.0,3926.8566942228936,20594688.0 +120.33,8.699999809265137,5454.0,0.015080324374139309,0.1622111052274704,1.6231106519699097,-0.01683100499212742,0.2947685122489929,0.7277222573757172,1258.0,322048.0,3929.8614870880265,20611072.0 +209.09,8.300000190734863,5469.0,0.012419085018336773,0.1434529572725296,1.6766999959945679,-0.017642879858613014,0.34594234824180603,0.7204562127590179,1259.0,322304.0,3932.8575565179344,20627456.0 +160.03,8.300000190734863,5423.0,0.01568886823952198,0.15802001953125,1.5974305868148804,-0.013556144200265408,0.43521925806999207,0.7014510929584503,1260.0,322560.0,3935.8794173030183,20643840.0 +140.43,9.0,5501.0,0.01660972833633423,0.17596435546875,1.603570818901062,-0.01911013014614582,0.2644807696342468,0.7800998389720917,1261.0,322816.0,3938.8580070310272,20660224.0 +142.87,9.0,5484.0,0.01805577054619789,0.1809488981962204,1.5277918577194214,-0.01889616623520851,0.3693751096725464,0.7332838475704193,1262.0,323072.0,3941.8462813189253,20676608.0 +129.25,8.800000190734863,5587.0,0.015518835745751858,0.16546630859375,1.5814224481582642,-0.017055289819836617,0.308467298746109,0.7116278409957886,1263.0,323328.0,3944.7793245778885,20692992.0 +164.12,7.5,5334.0,0.012050420977175236,0.1219482421875,1.5815768241882324,-0.01538045797497034,0.5260339379310608,0.6153417229652405,1264.0,323584.0,3947.8515977119096,20709376.0 +141.07,8.300000190734863,5115.0,0.011993753723800182,0.1295369416475296,1.5991458892822266,-0.01660182699561119,0.31018465757369995,0.7038038671016693,1265.0,323840.0,3951.0551163370255,20725760.0 +167.44,8.199999809265137,5461.0,0.013058759272098541,0.1424763947725296,1.6743170022964478,-0.013294105418026447,0.3609749972820282,0.6452129483222961,1266.0,324096.0,3954.056338981958,20742144.0 +189.0,8.5,5326.0,0.01462769228965044,0.1448771208524704,1.6562423706054688,-0.015338219702243805,0.3071962594985962,0.7074284851551056,1267.0,324352.0,3957.133325075032,20758528.0 +178.25,8.699999809265137,5425.0,0.013777953572571278,0.14996337890625,1.6416670083999634,-0.016400879248976707,0.31035158038139343,0.6611674427986145,1268.0,324608.0,3960.1543320089113,20774912.0 +202.12,7.699999809265137,5314.0,0.014517564326524734,0.1577962189912796,1.625582218170166,-0.013713850639760494,0.4802473485469818,0.5909872353076935,1269.0,324864.0,3963.2380576690193,20791296.0 +142.17,8.600000381469727,5256.0,0.013793271034955978,0.1441243439912796,1.561915397644043,-0.01730344258248806,0.3723934590816498,0.659808337688446,1270.0,325120.0,3966.355889684055,20807680.0 +147.97,7.300000190734863,5251.0,0.011579115875065327,0.1190185546875,1.6373590230941772,-0.012578015215694904,0.6057212352752686,0.5589138865470886,1271.0,325376.0,3969.476421626052,20824064.0 +169.45,8.199999809265137,5340.0,0.013676599599421024,0.1490681916475296,1.6375184059143066,-0.018820151686668396,0.3709681034088135,0.6995850205421448,1272.0,325632.0,3972.545454506995,20840448.0 +116.28,8.899999618530273,5508.0,0.016045449301600456,0.1698811799287796,1.5675626993179321,-0.01595940999686718,0.3811703622341156,0.6904915571212769,1273.0,325888.0,3975.520439378917,20856832.0 +136.38,8.800000190734863,5427.0,0.012775417417287827,0.1314697265625,1.5986638069152832,-0.01546559203416109,0.3623175621032715,0.6979301571846008,1274.0,326144.0,3978.539788515074,20873216.0 +122.66,9.0,5320.0,0.013729802332818508,0.1470743864774704,1.621033787727356,-0.014664764516055584,0.3768885135650635,0.7076587975025177,1275.0,326400.0,3981.619617265882,20889600.0 +121.08,8.600000381469727,5527.0,0.016588889062404633,0.16534423828125,1.6126608848571777,-0.016203267499804497,0.4390172064304352,0.7031677663326263,1276.0,326656.0,3984.5860953740776,20905984.0 +108.06,8.300000190734863,5477.0,0.008622914552688599,0.0975748673081398,1.6275538206100464,-0.01364427525550127,0.48447826504707336,0.6806581318378448,1277.0,326912.0,3987.5779618730303,20922368.0 +114.4,8.800000190734863,5288.0,0.011794406920671463,0.13470458984375,1.620913028717041,-0.016842735931277275,0.4274119436740875,0.6773862242698669,1278.0,327168.0,3990.676412906032,20938752.0 +87.04,8.800000190734863,5251.0,0.018749423325061798,0.18475341796875,1.6537141799926758,-0.01737077720463276,0.38860639929771423,0.7012251019477844,1279.0,327424.0,3993.797171839047,20955136.0 +120.5,8.800000190734863,5439.0,0.012614235281944275,0.14459228515625,1.6465107202529907,-0.014911009930074215,0.3540107011795044,0.6983377039432526,1280.0,327680.0,3996.809854184976,20971520.0 +161.57,8.199999809265137,5403.0,0.011694113723933697,0.1356201171875,1.6758956909179688,-0.016841689124703407,0.38789114356040955,0.6496192514896393,1281.0,327936.0,3999.8425993390847,20987904.0 +145.76,7.800000190734863,5429.0,0.01444873958826065,0.1594034880399704,1.6996355056762695,-0.016764840111136436,0.48631858825683594,0.6457170844078064,1282.0,328192.0,4002.8610702070873,21004288.0 +153.41,8.5,5315.0,0.01358747947961092,0.15594482421875,1.6344627141952515,-0.017839400097727776,0.3926670253276825,0.7154807448387146,1283.0,328448.0,4005.9441411239095,21020672.0 +130.46,8.199999809265137,5510.0,0.012425015680491924,0.1468302458524704,1.633381962776184,-0.013484888710081577,0.4812361001968384,0.660728245973587,1284.0,328704.0,4008.9179187340196,21037056.0 +144.2,7.800000190734863,5260.0,0.012686704285442829,0.1431071013212204,1.7095330953598022,-0.016484510153532028,0.35497450828552246,0.6880790293216705,1285.0,328960.0,4012.033058095956,21053440.0 +167.94,8.699999809265137,5359.0,0.01696581393480301,0.1761678010225296,1.7059370279312134,-0.014521997421979904,0.28611141443252563,0.7110683917999268,1286.0,329216.0,4015.0909020390827,21069824.0 +174.09,8.899999618530273,5410.0,0.012313972227275372,0.1403401643037796,1.6952600479125977,-0.016697177663445473,0.28784075379371643,0.7114135026931763,1287.0,329472.0,4018.1198582879733,21086208.0 +222.06,8.0,5461.0,0.012899217195808887,0.1447957307100296,1.7141691446304321,-0.014670629054307938,0.3454815447330475,0.6762778759002686,1288.0,329728.0,4021.1202632009517,21102592.0 +122.77,9.199999809265137,5414.0,0.01352382730692625,0.15142822265625,1.617712140083313,-0.01627861149609089,0.3218764662742615,0.7050592303276062,1289.0,329984.0,4024.146789043909,21118976.0 +129.9,8.199999809265137,5434.0,0.010022285394370556,0.1180216446518898,1.680224895477295,-0.015265987254679203,0.38745155930519104,0.6964993476867676,1290.0,330240.0,4027.1623611680698,21135360.0 +159.73,8.5,5490.0,0.015852823853492737,0.16839599609375,1.6502372026443481,-0.01832517609000206,0.26123473048210144,0.7327313125133514,1291.0,330496.0,4030.147267901106,21151744.0 +148.23,8.199999809265137,5264.0,0.013495082966983318,0.1560261994600296,1.5758275985717773,-0.01583700068295002,0.5197481513023376,0.6448388993740082,1292.0,330752.0,4033.2603919859976,21168128.0 +156.89,8.100000381469727,5237.0,0.012190785259008408,0.1395060271024704,1.61627197265625,-0.016196923330426216,0.4027222692966461,0.6579234600067139,1293.0,331008.0,4036.389228177024,21184512.0 +155.2,8.600000381469727,5340.0,0.013641680590808392,0.1584065705537796,1.6322165727615356,-0.014969666488468647,0.3258339464664459,0.7020168602466583,1294.0,331264.0,4039.4580290568992,21200896.0 +140.94,8.600000381469727,5294.0,0.012986324727535248,0.1486002653837204,1.6083327531814575,-0.01589161716401577,0.3736359179019928,0.7029438614845276,1295.0,331520.0,4042.5531866659876,21217280.0 +159.14,7.900000095367432,5284.0,0.014191062189638615,0.1554158478975296,1.7119016647338867,-0.015683315694332123,0.37938085198402405,0.7050306499004364,1296.0,331776.0,4045.654415593017,21233664.0 +173.17,7.699999809265137,5291.0,0.015808971598744392,0.16265869140625,1.7236815690994263,-0.01621510274708271,0.4197371006011963,0.6769893169403076,1297.0,332032.0,4048.7518050600775,21250048.0 +153.94,8.199999809265137,5236.0,0.014527442865073681,0.1515706330537796,1.707871913909912,-0.014621431939303875,0.4021185636520386,0.6825932264328003,1298.0,332288.0,4051.8814945248887,21266432.0 +172.41,8.5,5206.0,0.016276799142360687,0.1733195036649704,1.7150325775146484,-0.01695145107805729,0.27758631110191345,0.769633948802948,1299.0,332544.0,4055.028983111959,21282816.0 +164.35,8.199999809265137,5051.0,0.01310661155730486,0.1508382111787796,1.6984763145446777,-0.01625361666083336,0.45572373270988464,0.6713030636310577,1300.0,332800.0,4058.2731234310195,21299200.0 +157.2,8.300000190734863,5334.0,0.01208070944994688,0.1316324919462204,1.6746892929077148,-0.015856793150305748,0.3673788011074066,0.6920669674873352,1301.0,333056.0,4061.3450567058753,21315584.0 +158.13,8.600000381469727,5382.0,0.013592797331511974,0.1493326872587204,1.6779966354370117,-0.01612776704132557,0.3325464725494385,0.7158553302288055,1302.0,333312.0,4064.3893532019574,21331968.0 +149.87,8.5,5363.0,0.015681661665439606,0.14501953125,1.6724461317062378,-0.015083618462085724,0.3585534393787384,0.6993653476238251,1303.0,333568.0,4067.4447432740126,21348352.0 +160.09,8.100000381469727,5465.0,0.01439693570137024,0.1468098908662796,1.7054673433303833,-0.013131369836628437,0.4287465512752533,0.658634752035141,1304.0,333824.0,4070.4430151940323,21364736.0 +180.28,8.0,5539.0,0.01359343808144331,0.1454874724149704,1.630098819732666,-0.017545759677886963,0.4402906000614166,0.6498467326164246,1305.0,334080.0,4073.4018130470067,21381120.0 +133.5,8.800000190734863,5382.0,0.016230160370469093,0.15625,1.6594573259353638,-0.012801877222955227,0.2976360619068146,0.7189264893531799,1306.0,334336.0,4076.446556651965,21397504.0 +173.85,7.599999904632568,5565.0,0.011921449564397335,0.13330078125,1.6718796491622925,-0.015013775788247585,0.5463235974311829,0.5803802907466888,1307.0,334592.0,4079.3914260659367,21413888.0 +168.14,8.699999809265137,5599.0,0.01181866880506277,0.1387125700712204,1.6594127416610718,-0.01710549183189869,0.308984637260437,0.7432439029216766,1308.0,334848.0,4082.3183655128814,21430272.0 +119.01,8.600000381469727,5560.0,0.017180439084768295,0.1678670197725296,1.6344327926635742,-0.01670685037970543,0.4662007987499237,0.6690636575222015,1309.0,335104.0,4085.265557378065,21446656.0 +119.48,8.399999618530273,5469.0,0.014196030795574188,0.1560465544462204,1.6815255880355835,-0.016258342191576958,0.41278934478759766,0.6623024344444275,1310.0,335360.0,4088.261622075923,21463040.0 +161.25,8.199999809265137,5503.0,0.012378446757793427,0.1491902619600296,1.7114582061767578,-0.014459035359323025,0.40022823214530945,0.6910760700702667,1311.0,335616.0,4091.2395872960333,21479424.0 +149.59,8.399999618530273,5291.0,0.013569620437920094,0.1548258513212204,1.7170554399490356,-0.015764914453029633,0.33726468682289124,0.7062876224517822,1312.0,335872.0,4094.336657454027,21495808.0 +166.46,8.100000381469727,5263.0,0.012343558482825756,0.14202880859375,1.6993637084960938,-0.017927376553416252,0.4144129753112793,0.6566855311393738,1313.0,336128.0,4097.45010173507,21512192.0 +141.81,8.199999809265137,5539.0,0.014658407308161259,0.1638386994600296,1.6898778676986694,-0.016430912539362907,0.3604181110858917,0.6760741174221039,1314.0,336384.0,4100.408760203049,21528576.0 +121.62,7.800000190734863,5443.0,0.013463560491800308,0.1481730192899704,1.6658581495285034,-0.016400203108787537,0.46360906958580017,0.7057076096534729,1315.0,336640.0,4103.419998053927,21544960.0 +132.0,8.899999618530273,5353.0,0.016549838706851006,0.1683756560087204,1.6597834825515747,-0.018073411658406258,0.41496706008911133,0.6648987233638763,1316.0,336896.0,4106.480969835073,21561344.0 +124.9,8.5,5468.0,0.014710101298987865,0.1614176481962204,1.6973962783813477,-0.017100313678383827,0.4081611633300781,0.6696348190307617,1317.0,337152.0,4109.481836722,21577728.0 +109.8,9.199999809265137,5448.0,0.013497937470674515,0.1508992463350296,1.7594910860061646,-0.017763368785381317,0.23644614219665527,0.7865407019853592,1318.0,337408.0,4112.489676309982,21594112.0 +137.53,8.600000381469727,5446.0,0.01472523808479309,0.1625569611787796,1.7302249670028687,-0.016119204461574554,0.3363824188709259,0.7201885282993317,1319.0,337664.0,4115.498560752021,21610496.0 +181.74,7.900000095367432,5316.0,0.010646391659975052,0.1144612655043602,1.746193766593933,-0.013708981685340405,0.43107953667640686,0.6658779382705688,1320.0,337920.0,4118.581267134985,21626880.0 +153.53,8.0,5438.0,0.010898967273533344,0.1259969025850296,1.7185287475585938,-0.017063554376363754,0.4423699676990509,0.643131822347641,1321.0,338176.0,4121.5949813378975,21643264.0 +162.17,8.5,5441.0,0.018038615584373474,0.1760660856962204,1.6805874109268188,-0.01852966472506523,0.4112740755081177,0.6401116847991943,1322.0,338432.0,4124.606703548925,21659648.0 +157.21,9.0,5452.0,0.01741851307451725,0.1926066130399704,1.6948628425598145,-0.017879778519272804,0.3309563398361206,0.7060304582118988,1323.0,338688.0,4127.612169449916,21676032.0 +129.28,8.699999809265137,5460.0,0.015347878448665142,0.1596272736787796,1.682996153831482,-0.015682941302657127,0.34422680735588074,0.7348086535930634,1324.0,338944.0,4130.613162778085,21692416.0 +156.22,8.300000190734863,5412.0,0.019386902451515198,0.2033488005399704,1.6963725090026855,-0.014746174216270447,0.39136454463005066,0.641882985830307,1325.0,339200.0,4133.6414491119795,21708800.0 +134.76,8.800000190734863,5468.0,0.016327878460288048,0.1871541291475296,1.726638913154602,-0.017494725063443184,0.2965799570083618,0.7284919619560242,1326.0,339456.0,4136.638572501019,21725184.0 +147.34,8.600000381469727,5430.0,0.014209124259650707,0.1592203825712204,1.7357791662216187,-0.015498720109462738,0.3190705478191376,0.6138619482517242,1327.0,339712.0,4139.656884765951,21741568.0 +183.13,8.5,5270.0,0.013250709511339664,0.1559041291475296,1.6958152055740356,-0.012325756251811981,0.37935158610343933,0.5835985839366913,1328.0,339968.0,4142.766385938972,21757952.0 +136.33,8.199999809265137,5418.0,0.012241748161613941,0.1337483674287796,1.695013165473938,-0.01612972281873226,0.4336026608943939,0.6001072227954865,1329.0,340224.0,4145.791113666026,21774336.0 +132.14,7.900000095367432,5471.0,0.012268834747374058,0.1387939453125,1.6683144569396973,-0.016352256760001183,0.6009905338287354,0.5864136219024658,1330.0,340480.0,4148.78623168706,21790720.0 +128.15,8.800000190734863,5297.0,0.015265951864421368,0.15631103515625,1.7027627229690552,-0.01881415955722332,0.34063100814819336,0.7012836337089539,1331.0,340736.0,4151.879852194106,21807104.0 +130.8,8.5,5397.0,0.013890071772038937,0.14324951171875,1.7283118963241577,-0.016004163771867752,0.3450171649456024,0.7349658906459808,1332.0,340992.0,4154.916084226919,21823488.0 +133.56,8.800000190734863,5402.0,0.013484912924468517,0.1529947966337204,1.7839378118515015,-0.018048657104372978,0.25775471329689026,0.7857860028743744,1333.0,341248.0,4157.949753693072,21839872.0 +190.87,8.300000190734863,5411.0,0.013151844032108784,0.15667724609375,1.8239455223083496,-0.01427921000868082,0.3086933195590973,0.7261146903038025,1334.0,341504.0,4160.97821795498,21856256.0 +192.96,8.0,5307.0,0.015797941014170647,0.177978515625,1.7743865251541138,-0.013915522955358028,0.3490373194217682,0.7115702033042908,1335.0,341760.0,4164.066067142878,21872640.0 +149.02,8.199999809265137,5261.0,0.0132908271625638,0.1529134064912796,1.7314640283584595,-0.014240634627640247,0.4629080593585968,0.6583291292190552,1336.0,342016.0,4167.181098066969,21889024.0 +183.35,8.399999618530273,5308.0,0.015895992517471313,0.17462158203125,1.7221308946609497,-0.019367996603250504,0.36284372210502625,0.7199678122997284,1337.0,342272.0,4170.268671391066,21905408.0 +113.97,8.600000381469727,5420.0,0.015888577327132225,0.1798502653837204,1.6791434288024902,-0.016894573345780373,0.3721374273300171,0.6826455891132355,1338.0,342528.0,4173.292181957047,21921792.0 +164.25,8.699999809265137,5447.0,0.014485958032310009,0.1569620817899704,1.7166142463684082,-0.016598189249634743,0.33372962474823,0.642737478017807,1339.0,342784.0,4176.300484684063,21938176.0 +137.14,8.699999809265137,5532.0,0.015861237421631813,0.1790771484375,1.674298644065857,-0.011874280869960785,0.3735211193561554,0.6660328805446625,1340.0,343040.0,4179.262593606953,21954560.0 +140.51,7.699999809265137,5516.0,0.011765062808990479,0.1366780549287796,1.7082200050354004,-0.015704423189163208,0.4810517132282257,0.6248711049556732,1341.0,343296.0,4182.233550567878,21970944.0 +151.27,8.199999809265137,5534.0,0.012965638190507889,0.15283203125,1.6868735551834106,-0.017627904191613197,0.4171188175678253,0.6869242787361145,1342.0,343552.0,4185.194682664005,21987328.0 +105.89,8.100000381469727,5275.0,0.011534481309354305,0.1359659880399704,1.6907156705856323,-0.014755350537598133,0.5088236927986145,0.6184647381305695,1343.0,343808.0,4188.3010809619445,22003712.0 +152.72,9.0,5356.0,0.01294459868222475,0.1458333283662796,1.7224687337875366,-0.018812183290719986,0.3198675215244293,0.6821110248565674,1344.0,344064.0,4191.360497890972,22020096.0 +151.77,7.900000095367432,5353.0,0.011256272904574871,0.132568359375,1.7652111053466797,-0.016521237790584564,0.47828301787376404,0.6202128827571869,1345.0,344320.0,4194.42188117397,22036480.0 +102.73,8.899999618530273,5484.0,0.014978994615375996,0.1670328825712204,1.7732272148132324,-0.017528293654322624,0.32060402631759644,0.7101381123065948,1346.0,344576.0,4197.410110652912,22052864.0 +149.01,8.100000381469727,5475.0,0.01330539584159851,0.1552734375,1.7825485467910767,-0.017744341865181923,0.4140922725200653,0.6381890177726746,1347.0,344832.0,4200.403471834958,22069248.0 +161.37,7.699999809265137,5441.0,0.012141693383455276,0.14593505859375,1.7051013708114624,-0.016043519601225853,0.5816012024879456,0.5914137959480286,1348.0,345088.0,4203.415103008971,22085632.0 +140.72,8.699999809265137,5318.0,0.015426444821059704,0.16888427734375,1.713570237159729,-0.017515145242214203,0.36671528220176697,0.6914357244968414,1349.0,345344.0,4206.496734909946,22102016.0 +120.4,8.399999618530273,5321.0,0.013875273056328297,0.16448974609375,1.7456965446472168,-0.01424131914973259,0.40196895599365234,0.6770364344120026,1350.0,345600.0,4209.575992282014,22118400.0 +112.46,8.699999809265137,5472.0,0.012965530157089233,0.1526896208524704,1.76699960231781,-0.01660742796957493,0.29162919521331787,0.7198808789253235,1351.0,345856.0,4212.570908647962,22134784.0 +148.71,8.699999809265137,5210.0,0.01602904684841633,0.1834716796875,1.7528623342514038,-0.0168323814868927,0.33771729469299316,0.7091110646724701,1352.0,346112.0,4215.716404064093,22151168.0 +181.15,7.699999809265137,5289.0,0.013351314701139927,0.1583658903837204,1.7855595350265503,-0.014822836965322495,0.42068278789520264,0.6392722427845001,1353.0,346368.0,4218.814393264009,22167552.0 +184.36,7.599999904632568,5447.0,0.014223416335880756,0.1554768830537796,1.7613376379013062,-0.017029615119099617,0.39220115542411804,0.6754028499126434,1354.0,346624.0,4221.8225971800275,22183936.0 +140.62,8.300000190734863,5356.0,0.010498338378965855,0.1195271834731102,1.749415397644043,-0.014481142163276672,0.4281679689884186,0.6308979690074921,1355.0,346880.0,4224.882963092066,22200320.0 +176.7,8.0,5423.0,0.009222767315804958,0.1083984375,1.7437677383422852,-0.014502584002912045,0.4357471168041229,0.5992906987667084,1356.0,347136.0,4227.9044668308925,22216704.0 +138.13,8.100000381469727,5462.0,0.013749131001532078,0.13739013671875,1.7394787073135376,-0.015908360481262207,0.48546841740608215,0.5694524347782135,1357.0,347392.0,4230.905203157105,22233088.0 +100.45,8.699999809265137,5429.0,0.014762688428163528,0.1550496369600296,1.7546921968460083,-0.016429858282208443,0.3611726760864258,0.6034115850925446,1358.0,347648.0,4233.923171394039,22249472.0 +181.86,7.599999904632568,5508.0,0.011861764825880527,0.138671875,1.759325623512268,-0.015240759588778019,0.5159323811531067,0.5445007681846619,1359.0,347904.0,4236.89863286796,22265856.0 +134.46,8.800000190734863,5456.0,0.013108360581099987,0.1454874724149704,1.712643027305603,-0.014988183975219727,0.35369691252708435,0.6266094446182251,1360.0,348160.0,4239.902174280956,22282240.0 +136.02,8.899999618530273,5445.0,0.010246810503304005,0.12091064453125,1.7438791990280151,-0.014099296182394028,0.2924215495586395,0.6898455619812012,1361.0,348416.0,4242.911812490085,22298624.0 +138.41,8.899999618530273,5460.0,0.01784593053162098,0.1865437775850296,1.719539999961853,-0.016969842836260796,0.28996479511260986,0.6775441467761993,1362.0,348672.0,4245.913299873006,22315008.0 +132.79,8.899999618530273,5265.0,0.015688546001911163,0.1611124724149704,1.6588433980941772,-0.014786104671657085,0.3667308986186981,0.6706598997116089,1363.0,348928.0,4249.025646775961,22331392.0 +95.19,8.300000190734863,5324.0,0.013506350107491016,0.1430867463350296,1.6252665519714355,-0.015026706270873547,0.5960491299629211,0.5888054966926575,1364.0,349184.0,4252.104288959876,22347776.0 +142.68,7.699999809265137,5425.0,0.012050698511302471,0.1437174528837204,1.6984742879867554,-0.013911769725382328,0.5201626420021057,0.6028628051280975,1365.0,349440.0,4255.1257898740005,22364160.0 +117.16,8.899999618530273,5390.0,0.015193606726825237,0.1655476838350296,1.6907542943954468,-0.017001979053020477,0.41393423080444336,0.5536800920963287,1366.0,349696.0,4258.165607528994,22380544.0 +125.0,8.899999618530273,5384.0,0.014582357369363308,0.15582275390625,1.6697454452514648,-0.016793841496109962,0.42678746581077576,0.5482929050922394,1367.0,349952.0,4261.209399129031,22396928.0 +114.08,8.5,5324.0,0.012380373664200306,0.1321818083524704,1.746842861175537,-0.015280869789421558,0.4030831754207611,0.6322116255760193,1368.0,350208.0,4264.287094786065,22413312.0 +120.38,8.100000381469727,5320.0,0.013057115487754345,0.1505126953125,1.770117163658142,-0.016202813014388084,0.4217693507671356,0.6271166205406189,1369.0,350464.0,4267.367192293983,22429696.0 +123.55,8.100000381469727,5169.0,0.01349611859768629,0.1453043669462204,1.7361646890640259,-0.015777820721268654,0.44335344433784485,0.6307902634143829,1370.0,350720.0,4270.537336562993,22446080.0 +118.48,8.5,5227.0,0.016315916553139687,0.1781209260225296,1.7356295585632324,-0.017251593992114067,0.41041553020477295,0.6229328215122223,1371.0,350976.0,4273.672710499959,22462464.0 +112.48,8.600000381469727,5144.0,0.014418412931263447,0.1573282927274704,1.7357196807861328,-0.016538886353373528,0.4027343988418579,0.6550104916095734,1372.0,351232.0,4276.858547465876,22478848.0 +140.95,8.0,5399.0,0.012156661599874496,0.1410725861787796,1.7001293897628784,-0.017030121758580208,0.5241531729698181,0.6441772878170013,1373.0,351488.0,4279.893696957035,22495232.0 +97.63,8.800000190734863,5352.0,0.0152377774938941,0.1641031950712204,1.7238661050796509,-0.018426282331347466,0.40295490622520447,0.6717503666877747,1374.0,351744.0,4282.955284167081,22511616.0 +122.28,8.800000190734863,5336.0,0.0146641805768013,0.1625162810087204,1.7476974725723267,-0.018420083448290825,0.3647025525569916,0.6925886273384094,1375.0,352000.0,4286.025958912913,22528000.0 +166.63,8.399999618530273,5419.0,0.015444789081811905,0.1665242463350296,1.7651091814041138,-0.018850358203053474,0.32689720392227173,0.671229749917984,1376.0,352256.0,4289.049960234901,22544384.0 +144.43,8.800000190734863,5302.0,0.014478534460067749,0.16986083984375,1.7648110389709473,-0.016928544268012047,0.3123752176761627,0.7196548581123352,1377.0,352512.0,4292.14065806102,22560768.0 +134.15,8.0,5339.0,0.010993540287017822,0.1256917268037796,1.7581883668899536,-0.016348252072930336,0.43148717284202576,0.6431595385074615,1378.0,352768.0,4295.209941525012,22577152.0 +178.45,8.5,5444.0,0.013157229870557785,0.1524861603975296,1.7687348127365112,-0.01804053597152233,0.308646559715271,0.682563066482544,1379.0,353024.0,4298.219983980991,22593536.0 +106.73,8.800000190734863,5398.0,0.013289132155478,0.1489664763212204,1.7600151300430298,-0.017806775867938995,0.3413412272930145,0.6935507953166962,1380.0,353280.0,4301.255628421903,22609920.0 +170.87,8.600000381469727,5335.0,0.014531963504850864,0.15802001953125,1.7576643228530884,-0.016808195039629936,0.32565540075302124,0.7014658451080322,1381.0,353536.0,4304.327354754088,22626304.0 +147.51,8.800000190734863,5383.0,0.015307679772377014,0.1739501953125,1.7651745080947876,-0.01851511001586914,0.2626526653766632,0.7471563220024109,1382.0,353792.0,4307.371290368028,22642688.0 +181.35,8.0,5336.0,0.014193077571690083,0.16180419921875,1.766111969947815,-0.01563693769276142,0.39401912689208984,0.6989927589893341,1383.0,354048.0,4310.44199088891,22659072.0 +160.05,8.5,5402.0,0.01385769248008728,0.1434326171875,1.7703709602355957,-0.017446504905819893,0.3262729048728943,0.7002221941947937,1384.0,354304.0,4313.475094679976,22675456.0 +182.02,8.100000381469727,5353.0,0.012460696510970592,0.1432088166475296,1.7310367822647095,-0.013906811363995075,0.4610065221786499,0.6104683578014374,1385.0,354560.0,4316.53631205298,22691840.0 +117.64,8.699999809265137,5434.0,0.011744252406060696,0.1230265274643898,1.7032686471939087,-0.01681383140385151,0.37578442692756653,0.6652302443981171,1386.0,354816.0,4319.551534886938,22708224.0 +138.07,8.899999618530273,5280.0,0.014394917525351048,0.1487630158662796,1.694343090057373,-0.018270516768097878,0.3742304742336273,0.6932654082775116,1387.0,355072.0,4322.655148427002,22724608.0 +111.0,8.199999809265137,5370.0,0.010972105897963047,0.1268513947725296,1.6512130498886108,-0.01546931266784668,0.6209537386894226,0.540285050868988,1388.0,355328.0,4325.706591193099,22740992.0 +118.48,9.0,5443.0,0.015176680870354176,0.1557820588350296,1.6486464738845825,-0.013834084384143353,0.3136626183986664,0.6748162508010864,1389.0,355584.0,4328.716884840047,22757376.0 +128.2,8.699999809265137,5443.0,0.011933330446481705,0.13580322265625,1.636757731437683,-0.0172670166939497,0.39083871245384216,0.628309428691864,1390.0,355840.0,4331.7274107181,22773760.0 +130.21,8.600000381469727,5414.0,0.015224937349557877,0.1694539338350296,1.6266900300979614,-0.014416358433663845,0.45778802037239075,0.595537930727005,1391.0,356096.0,4334.753999800887,22790144.0 +117.07,8.600000381469727,5444.0,0.011129725724458694,0.1257527619600296,1.650759220123291,-0.013205863535404205,0.4041502773761749,0.6079213917255402,1392.0,356352.0,4337.76395942294,22806528.0 +100.77,8.800000190734863,5453.0,0.012738662771880627,0.1370849609375,1.670296549797058,-0.01567969098687172,0.4060157835483551,0.6349008083343506,1393.0,356608.0,4340.768932610052,22822912.0 +136.22,8.5,5395.0,0.012763802893459797,0.1444498747587204,1.7016228437423706,-0.01662377268075943,0.4077417552471161,0.6056954562664032,1394.0,356864.0,4343.806893029949,22839296.0 +124.52,9.199999809265137,5458.0,0.012427830137312412,0.1403401643037796,1.7249306440353394,-0.016270849853754044,0.31245025992393494,0.6609640717506409,1395.0,357120.0,4346.80945733306,22855680.0 +111.99,8.899999618530273,5305.0,0.014704952947795391,0.1458333283662796,1.6914206743240356,-0.01545419916510582,0.3053918182849884,0.6892240941524506,1396.0,357376.0,4349.899185412098,22872064.0 +132.29,8.399999618530273,5366.0,0.012519272975623608,0.13421630859375,1.7316845655441284,-0.01584438420832157,0.3890960216522217,0.6051860153675079,1397.0,357632.0,4352.953115330078,22888448.0 +119.16,8.199999809265137,5273.0,0.009868988767266273,0.12152099609375,1.7405675649642944,-0.015098226256668568,0.5082228183746338,0.5636829435825348,1398.0,357888.0,4356.06085438095,22904832.0 +141.54,8.199999809265137,5419.0,0.01141155231744051,0.1298014372587204,1.7757549285888672,-0.01574847660958767,0.3948557674884796,0.6326186656951904,1399.0,358144.0,4359.084583725082,22921216.0 +155.05,8.399999618530273,5441.0,0.012784545309841633,0.1360880583524704,1.8027571439743042,-0.01510632410645485,0.3869640827178955,0.6054101288318634,1400.0,358400.0,4362.099566013087,22937600.0 +129.04,8.100000381469727,5413.0,0.012984517961740494,0.1507161408662796,1.794795036315918,-0.015546918846666813,0.43586304783821106,0.5914601683616638,1401.0,358656.0,4365.126896413043,22953984.0 +136.93,8.899999618530273,5473.0,0.014108595438301563,0.1591796875,1.7607401609420776,-0.016984010115265846,0.2796976566314697,0.6681906580924988,1402.0,358912.0,4368.1208784230985,22970368.0 +148.57,8.800000190734863,5490.0,0.01357757393270731,0.1586100310087204,1.8097723722457886,-0.01663399487733841,0.2895566523075104,0.6488007605075836,1403.0,359168.0,4371.1058282670565,22986752.0 +179.63,8.600000381469727,5343.0,0.015014827251434326,0.169189453125,1.771402359008789,-0.01745322160422802,0.3376906216144562,0.6551061272621155,1404.0,359424.0,4374.17322652298,23003136.0 +99.93,8.899999618530273,5377.0,0.01500074565410614,0.16693115234375,1.7001882791519165,-0.01619999296963215,0.41614922881126404,0.5987430810928345,1405.0,359680.0,4377.220471150009,23019520.0 +105.89,9.199999809265137,5321.0,0.013309749774634838,0.1492716521024704,1.7157727479934692,-0.01603989116847515,0.2882482707500458,0.6906962394714355,1406.0,359936.0,4380.300331956008,23035904.0 +131.34,8.0,5316.0,0.009035461582243443,0.1092122420668602,1.7786086797714233,-0.015713542699813843,0.48733294010162354,0.5878784358501434,1407.0,360192.0,4383.3830040690955,23052288.0 +134.99,8.600000381469727,5470.0,0.011762733571231365,0.13238525390625,1.8020118474960327,-0.0163650494068861,0.3590255081653595,0.6489551067352295,1408.0,360448.0,4386.378707617987,23068672.0 +163.14,8.600000381469727,5397.0,0.013570144772529602,0.1499837189912796,1.780301570892334,-0.015891799703240395,0.36758068203926086,0.621370792388916,1409.0,360704.0,4389.415262850933,23085056.0 +132.72,8.800000190734863,5363.0,0.017109239473938942,0.1857503205537796,1.774727463722229,-0.01558315847069025,0.30179423093795776,0.6866045296192169,1410.0,360960.0,4392.471415318083,23101440.0 +164.16,8.199999809265137,5337.0,0.012390833348035812,0.1510009765625,1.7828763723373413,-0.015907594934105873,0.4611448347568512,0.5587458908557892,1411.0,361216.0,4395.541441412875,23117824.0 +119.9,8.699999809265137,5354.0,0.01339391153305769,0.1512247771024704,1.7555371522903442,-0.0172242671251297,0.33218759298324585,0.6535472571849823,1412.0,361472.0,4398.6018954270985,23134208.0 +186.2,8.399999618530273,5295.0,0.01277805957943201,0.1586100310087204,1.7596136331558228,-0.016623444855213165,0.3863600492477417,0.5930455029010773,1413.0,361728.0,4401.696683011018,23150592.0 +153.29,8.899999618530273,5345.0,0.016600055620074272,0.1677042692899704,1.7441562414169312,-0.016771769151091576,0.2880258560180664,0.658700704574585,1414.0,361984.0,4404.762278094888,23166976.0 +115.7,9.199999809265137,5326.0,0.013990235514938831,0.1552530974149704,1.7379730939865112,-0.015266289003193378,0.2332010418176651,0.6861015558242798,1415.0,362240.0,4407.839269723976,23183360.0 +124.28,8.800000190734863,5350.0,0.013831201940774918,0.1534627228975296,1.7603198289871216,-0.014359838329255581,0.3727980852127075,0.6173980832099915,1416.0,362496.0,4410.902425667038,23199744.0 +142.96,8.699999809265137,5421.0,0.01332075148820877,0.1478271484375,1.79045569896698,-0.018451033160090446,0.33506837487220764,0.6740354299545288,1417.0,362752.0,4413.925176722929,23216128.0 +148.83,9.0,5389.0,0.013333387672901154,0.14508056640625,1.8011118173599243,-0.017144590616226196,0.2885735034942627,0.6866089403629303,1418.0,363008.0,4416.965806881897,23232512.0 +115.01,9.300000190734863,5345.0,0.014294072985649109,0.1639607697725296,1.7640787363052368,-0.017522141337394714,0.24131596088409424,0.7182231545448303,1419.0,363264.0,4420.031404461013,23248896.0 +167.81,8.699999809265137,5400.0,0.016790444031357765,0.1857096403837204,1.71641206741333,-0.017904898151755333,0.3937976360321045,0.6230755150318146,1420.0,363520.0,4423.065864697099,23265280.0 +100.06,8.5,5342.0,0.012734734453260899,0.1433308869600296,1.676229476928711,-0.015027175657451153,0.5345690846443176,0.5650271475315094,1421.0,363776.0,4426.133940819884,23281664.0 +122.13,8.600000381469727,5468.0,0.010545089840888977,0.1229044571518898,1.6914914846420288,-0.014405508525669575,0.4648115932941437,0.6007887423038483,1422.0,364032.0,4429.130614751019,23298048.0 +90.9,9.0,5548.0,0.016529694199562073,0.1678873747587204,1.6949747800827026,-0.0203480813652277,0.40337875485420227,0.6523306667804718,1423.0,364288.0,4432.084485210944,23314432.0 +86.92,8.399999618530273,5284.0,0.013069876469671726,0.1354166716337204,1.6602407693862915,-0.01727188378572464,0.500059187412262,0.5944768488407135,1424.0,364544.0,4435.185797793092,23330816.0 +116.45,8.800000190734863,5370.0,0.01288307923823595,0.1369832307100296,1.7245312929153442,-0.017613736912608147,0.3988434970378876,0.6129889786243439,1425.0,364800.0,4438.237459921045,23347200.0 +121.86,8.800000190734863,5355.0,0.011890037916600704,0.1305135041475296,1.7586612701416016,-0.016704754903912544,0.3772698640823364,0.5391483306884766,1426.0,365056.0,4441.306123351911,23363584.0 +138.0,8.600000381469727,5348.0,0.014035177417099476,0.15960693359375,1.7531567811965942,-0.017237382009625435,0.43709656596183777,0.5142669081687927,1427.0,365312.0,4444.370175560005,23379968.0 +122.15,8.899999618530273,5159.0,0.017040975391864777,0.1902669221162796,1.7292977571487427,-0.018378904089331627,0.32158443331718445,0.6140006184577942,1428.0,365568.0,4447.546090547927,23396352.0 +136.67,8.100000381469727,5082.0,0.00921322125941515,0.1095377579331398,1.7052539587020874,-0.011703462339937687,0.6097100973129272,0.5176222026348114,1429.0,365824.0,4450.770262846025,23412736.0 +128.56,8.600000381469727,5517.0,0.013110519386827946,0.12890625,1.7634929418563843,-0.015611658804118633,0.43574991822242737,0.5512334108352661,1430.0,366080.0,4453.740721738897,23429120.0 +109.68,8.899999618530273,5395.0,0.0144278509542346,0.1598917692899704,1.75326669216156,-0.018013855442404747,0.31542065739631653,0.6532084345817566,1431.0,366336.0,4456.7780756060965,23445504.0 +159.2,8.100000381469727,5342.0,0.010653148405253887,0.12799072265625,1.7930363416671753,-0.014075320214033127,0.4447968304157257,0.5904603898525238,1432.0,366592.0,4459.845726534957,23461888.0 +146.75,8.699999809265137,5273.0,0.014594038017094135,0.152587890625,1.7642666101455688,-0.01577436551451683,0.3314773440361023,0.5870419144630432,1433.0,366848.0,4462.953344347887,23478272.0 +105.69,8.899999618530273,5261.0,0.014828265644609928,0.1651204377412796,1.77239191532135,-0.01623040996491909,0.35880884528160095,0.6198143064975739,1434.0,367104.0,4466.067951496923,23494656.0 +127.96,8.699999809265137,5228.0,0.012631806544959545,0.1521809846162796,1.7685807943344116,-0.015036206692457199,0.3532036542892456,0.5537298321723938,1435.0,367360.0,4469.2023307830095,23511040.0 +162.61,9.0,5491.0,0.014915813691914082,0.175537109375,1.7579307556152344,-0.018371565267443657,0.2877258062362671,0.6224409341812134,1436.0,367616.0,4472.186826888006,23527424.0 +119.2,9.0,5315.0,0.014222420752048492,0.15875244140625,1.7242923974990845,-0.016035418957471848,0.38133978843688965,0.6073454320430756,1437.0,367872.0,4475.269849742064,23543808.0 +116.14,9.0,5370.0,0.014988505281507969,0.1755167692899704,1.740474820137024,-0.016795899718999863,0.36458757519721985,0.548911452293396,1438.0,368128.0,4478.321434197016,23560192.0 +138.29,8.399999618530273,5366.0,0.011606507003307343,0.1229044571518898,1.7252635955810547,-0.014945904724299908,0.3948555290699005,0.5843288004398346,1439.0,368384.0,4481.3755662878975,23576576.0 +136.83,8.5,5449.0,0.01471859309822321,0.16265869140625,1.7500063180923462,-0.016614815220236778,0.3882696330547333,0.5650219619274139,1440.0,368640.0,4484.383102392079,23592960.0 +97.22,9.5,5263.0,0.011738922446966171,0.1315104216337204,1.7329392433166504,-0.01466202363371849,0.316474974155426,0.5917410254478455,1441.0,368896.0,4487.4964539879,23609344.0 +110.64,8.600000381469727,5359.0,0.011878644116222858,0.1319987028837204,1.7978798151016235,-0.015123587101697922,0.3653395175933838,0.5515671968460083,1442.0,369152.0,4490.554243660998,23625728.0 +129.24,8.199999809265137,5418.0,0.012762374244630337,0.1278889924287796,1.7488359212875366,-0.015032748691737652,0.44946253299713135,0.5438107252120972,1443.0,369408.0,4493.57874182798,23642112.0 +121.62,9.399999618530273,5342.0,0.01593416929244995,0.1763916015625,1.747616171836853,-0.016649777069687843,0.21667379140853882,0.6528530418872833,1444.0,369664.0,4496.646277788095,23658496.0 +136.48,8.800000190734863,5079.0,0.013637336902320385,0.1579996794462204,1.7621116638183594,-0.014316895045340061,0.4175669848918915,0.569868803024292,1445.0,369920.0,4499.872606419027,23674880.0 +111.68,9.0,5385.0,0.014392058365046978,0.1558837890625,1.7285367250442505,-0.015120766125619411,0.34219464659690857,0.5995350182056427,1446.0,370176.0,4502.915795479901,23691264.0 +142.95,9.0,5482.0,0.01310785859823227,0.1479899138212204,1.728725552558899,-0.01589619740843773,0.3668347895145416,0.6153336763381958,1447.0,370432.0,4505.904781657038,23707648.0 +110.83,8.899999618530273,5200.0,0.011476450599730015,0.124755859375,1.728281855583191,-0.015303616411983967,0.3755546808242798,0.5804902017116547,1448.0,370688.0,4509.055889623007,23724032.0 +134.8,8.800000190734863,5411.0,0.009706582874059677,0.11676025390625,1.7240667343139648,-0.014826147817075253,0.36119773983955383,0.623532772064209,1449.0,370944.0,4512.084556482034,23740416.0 +107.82,8.5,5353.0,0.01179924514144659,0.1343790739774704,1.7279014587402344,-0.015523071400821209,0.4793775975704193,0.5748184621334076,1450.0,371200.0,4515.145481535001,23756800.0 +99.33,9.300000190734863,5394.0,0.01362015213817358,0.1458943635225296,1.7532051801681519,-0.01701243966817856,0.2910183370113373,0.6813746094703674,1451.0,371456.0,4518.183446280891,23773184.0 +108.04,8.699999809265137,5390.0,0.01390218734741211,0.16064453125,1.7654589414596558,-0.014503714628517628,0.4004840850830078,0.5938318073749542,1452.0,371712.0,4521.223731450969,23789568.0 +112.17,8.399999618530273,5317.0,0.010421313345432281,0.1151123046875,1.8008427619934082,-0.016306113451719284,0.464676171541214,0.5517536103725433,1453.0,371968.0,4524.306188611081,23805952.0 +154.09,8.600000381469727,5247.0,0.011365692131221294,0.1341552734375,1.8041800260543823,-0.012437921017408371,0.34334731101989746,0.6516711711883545,1454.0,372224.0,4527.429187997943,23822336.0 +104.77,9.0,5325.0,0.013551798649132252,0.1505330353975296,1.8042351007461548,-0.016538048163056374,0.28668859601020813,0.6761974692344666,1455.0,372480.0,4530.507098037982,23838720.0 +137.53,8.600000381469727,5244.0,0.012692057527601719,0.1384480744600296,1.8267574310302734,-0.017932726070284843,0.3275289833545685,0.6638036072254181,1456.0,372736.0,4533.631932908902,23855104.0 +150.73,8.899999618530273,5373.0,0.014750774018466473,0.1709391325712204,1.7857767343521118,-0.014043993316590786,0.3333125710487366,0.6335091888904572,1457.0,372992.0,4536.68186338502,23871488.0 +123.2,8.5,5265.0,0.015763888135552406,0.16619873046875,1.7639459371566772,-0.014974166639149189,0.3955618441104889,0.6059500277042389,1458.0,373248.0,4539.793817939935,23887872.0 +119.56,8.899999618530273,5238.0,0.011104479432106018,0.1293538361787796,1.7903920412063599,-0.01702951081097126,0.3238474130630493,0.6886263191699982,1459.0,373504.0,4542.9228603770025,23904256.0 +143.16,8.199999809265137,5380.0,0.010368757881224155,0.1179402694106102,1.8238558769226074,-0.012519589625298977,0.4429241418838501,0.5711876749992371,1460.0,373760.0,4545.9687220798805,23920640.0 +140.68,8.699999809265137,5438.0,0.010256520472466946,0.1123250350356102,1.8149495124816895,-0.015100999735295773,0.33816012740135193,0.6785649359226227,1461.0,374016.0,4548.982169102877,23937024.0 +179.4,8.199999809265137,5546.0,0.011187631636857986,0.1249186173081398,1.828227162361145,-0.01311766728758812,0.36941906809806824,0.664770096540451,1462.0,374272.0,4551.937159568071,23953408.0 +134.67,9.300000190734863,5586.0,0.01530346367508173,0.1620279997587204,1.781227707862854,-0.01804308034479618,0.2476140707731247,0.7175124287605286,1463.0,374528.0,4554.871588268084,23969792.0 +149.02,9.0,5476.0,0.015365210361778736,0.1647542268037796,1.7235466241836548,-0.015149462036788464,0.26007339358329773,0.7089647948741913,1464.0,374784.0,4557.864381039981,23986176.0 +141.44,8.399999618530273,5215.0,0.013077388517558575,0.14605712890625,1.7289462089538574,-0.012872260995209217,0.3918846845626831,0.5757688581943512,1465.0,375040.0,4561.006849658908,24002560.0 +143.09,9.0,5278.0,0.013588671572506428,0.1504109650850296,1.7723995447158813,-0.016680916771292686,0.28211429715156555,0.6722318530082703,1466.0,375296.0,4564.111620137934,24018944.0 +145.8,8.5,5505.0,0.011166609823703766,0.12786865234375,1.7548822164535522,-0.01650024577975273,0.3628864288330078,0.6089243292808533,1467.0,375552.0,4567.08825592394,24035328.0 +110.68,9.100000381469727,5469.0,0.012544207274913788,0.138671875,1.7795807123184204,-0.01494572963565588,0.32730916142463684,0.6247176229953766,1468.0,375808.0,4570.0842686989345,24051712.0 +139.66,8.300000190734863,5099.0,0.012056414969265461,0.1318766325712204,1.7971419095993042,-0.015862541273236275,0.3917487561702728,0.6284605860710144,1469.0,376064.0,4573.297469702084,24068096.0 +137.07,9.0,5329.0,0.014660380780696869,0.1549886018037796,1.7805695533752441,-0.01568511314690113,0.3028275668621063,0.6938169002532959,1470.0,376320.0,4576.372268177103,24084480.0 +132.88,8.5,5407.0,0.0143338143825531,0.1488037109375,1.838517665863037,-0.013881687074899673,0.31649526953697205,0.7003959715366364,1471.0,376576.0,4579.402614226099,24100864.0 +136.47,8.300000190734863,5488.0,0.0122280428186059,0.13775634765625,1.79290771484375,-0.01656258851289749,0.4726475179195404,0.6388019919395447,1472.0,376832.0,4582.3885664700065,24117248.0 +171.05,8.399999618530273,5498.0,0.015100852586328983,0.16259765625,1.7795301675796509,-0.016802283003926277,0.4280475676059723,0.6497766971588135,1473.0,377088.0,4585.3694011869375,24133632.0 +102.94,9.100000381469727,5357.0,0.012149115093052387,0.1407674103975296,1.8126426935195923,-0.016241179779171944,0.27243560552597046,0.7151452898979187,1474.0,377344.0,4588.4283752690535,24150016.0 +141.93,8.5,5489.0,0.01275161188095808,0.1469929963350296,1.8267890214920044,-0.016515498980879784,0.34695515036582947,0.562695175409317,1475.0,377600.0,4591.413474041969,24166400.0 +172.26,8.600000381469727,5390.0,0.014178249053657055,0.1653238981962204,1.8153022527694702,-0.01582253910601139,0.34442391991615295,0.6052274405956268,1476.0,377856.0,4594.453457227908,24182784.0 +147.79,8.399999618530273,5504.0,0.013102310709655285,0.1372477263212204,1.7423938512802124,-0.01628565602004528,0.424007385969162,0.5576139092445374,1477.0,378112.0,4597.430598442908,24199168.0 +142.75,8.899999618530273,5360.0,0.011555764824151993,0.1330769807100296,1.7151838541030884,-0.015690892934799194,0.31554803252220154,0.6397974789142609,1478.0,378368.0,4600.487828502897,24215552.0 +129.6,8.699999809265137,5185.0,0.012768677435815334,0.1380818635225296,1.75458562374115,-0.015391173772513866,0.38217470049858093,0.603275328874588,1479.0,378624.0,4603.648045371985,24231936.0 +128.2,8.699999809265137,5344.0,0.012466433458030224,0.1398112028837204,1.7464340925216675,-0.01688298024237156,0.3002259433269501,0.6793805658817291,1480.0,378880.0,4606.714772813022,24248320.0 +176.06,8.199999809265137,5436.0,0.013506971299648285,0.1524251252412796,1.736676812171936,-0.012939144857227802,0.416517049074173,0.6077205240726471,1481.0,379136.0,4609.729319826933,24264704.0 +141.19,9.399999618530273,5350.0,0.015018465928733349,0.1722208708524704,1.681626796722412,-0.017756903544068336,0.3024330735206604,0.6539928019046783,1482.0,379392.0,4612.791869977023,24281088.0 +133.06,8.399999618530273,5432.0,0.01255103200674057,0.1417032927274704,1.7107844352722168,-0.015380696393549442,0.38795921206474304,0.611649364233017,1483.0,379648.0,4615.808729059994,24297472.0 +118.13,9.100000381469727,5352.0,0.014652908779680729,0.1585693359375,1.6836782693862915,-0.016544179990887642,0.3053160309791565,0.6571801900863647,1484.0,379904.0,4618.870610981947,24313856.0 +99.07,9.0,5561.0,0.015619445592164993,0.1669921875,1.6588040590286255,-0.018687104806303978,0.33010879158973694,0.6471815407276154,1485.0,380160.0,4621.817685534013,24330240.0 +133.86,8.899999618530273,5528.0,0.01357224304229021,0.1568806916475296,1.659283995628357,-0.013700061477720737,0.34754589200019836,0.5880322456359863,1486.0,380416.0,4624.78205191507,24346624.0 +125.5,9.0,5541.0,0.013007479719817638,0.1403401643037796,1.666180968284607,-0.015519700013101101,0.37287357449531555,0.6153144538402557,1487.0,380672.0,4627.739518126007,24363008.0 +119.2,9.100000381469727,5447.0,0.014780166558921337,0.1446329802274704,1.6409884691238403,-0.015849964693188667,0.3755135238170624,0.574875682592392,1488.0,380928.0,4630.747826203937,24379392.0 +90.87,9.100000381469727,5400.0,0.016482146456837654,0.1546223908662796,1.6333318948745728,-0.015048034489154816,0.3351730406284332,0.5974477231502533,1489.0,381184.0,4633.782176525099,24395776.0 +114.88,9.199999809265137,5304.0,0.013458367437124252,0.1463623046875,1.674167513847351,-0.017927082255482674,0.30488133430480957,0.6002611815929413,1490.0,381440.0,4636.871964488877,24412160.0 +104.21,8.399999618530273,5466.0,0.010343655943870544,0.1173502579331398,1.657243251800537,-0.011678124777972698,0.4780752658843994,0.5319501459598541,1491.0,381696.0,4639.870089863893,24428544.0 +149.51,9.0,5398.0,0.01147701870650053,0.1310017853975296,1.7059696912765503,-0.013507150113582611,0.3047633767127991,0.608043760061264,1492.0,381952.0,4642.905959390104,24444928.0 +123.81,8.0,5414.0,0.011199484579265118,0.1215006485581398,1.7002512216567993,-0.014943725429475307,0.5228333473205566,0.5236321985721588,1493.0,382208.0,4645.933223477099,24461312.0 +140.55,8.5,5480.0,0.012494895607233047,0.1282958984375,1.752102017402649,-0.01427974458783865,0.35168397426605225,0.5548995733261108,1494.0,382464.0,4648.923355195904,24477696.0 +129.15,9.0,5501.0,0.012859425507485867,0.1422526091337204,1.7190937995910645,-0.016735078766942024,0.3278297483921051,0.6180891990661621,1495.0,382720.0,4651.902768956032,24494080.0 +120.81,8.899999618530273,5433.0,0.01382463425397873,0.15350341796875,1.704177975654602,-0.015645507723093033,0.34043416380882263,0.5950101613998413,1496.0,382976.0,4654.918654801091,24510464.0 +158.45,8.300000190734863,5262.0,0.015304550528526306,0.15142822265625,1.713422179222107,-0.015965620055794716,0.44536685943603516,0.5502038598060608,1497.0,383232.0,4658.032648671884,24526848.0 +129.11,8.699999809265137,5398.0,0.013568197377026081,0.1485799103975296,1.711329460144043,-0.013844821602106094,0.3720691502094269,0.6383135616779327,1498.0,383488.0,4661.068183691939,24543232.0 +128.01,8.699999809265137,5475.0,0.011792122386395931,0.1347859650850296,1.7324033975601196,-0.01609124429523945,0.35500192642211914,0.6265056729316711,1499.0,383744.0,4664.061750021996,24559616.0 +148.16,8.100000381469727,5335.0,0.010592772625386715,0.1217854842543602,1.7284599542617798,-0.017213616520166397,0.4870365560054779,0.571217268705368,1500.0,384000.0,4667.133168420056,24576000.0 +124.51,9.100000381469727,5424.0,0.015589888207614422,0.1692911833524704,1.6902557611465454,-0.015473894774913788,0.34280136227607727,0.6101550459861755,1501.0,384256.0,4670.154139660066,24592384.0 +151.75,8.399999618530273,5419.0,0.012743630446493626,0.141357421875,1.7145713567733765,-0.01586078479886055,0.38977813720703125,0.5893934071063995,1502.0,384512.0,4673.177980418084,24608768.0 +117.48,8.899999618530273,5156.0,0.014778883196413517,0.163818359375,1.7267470359802246,-0.01668008230626583,0.3999358117580414,0.615260124206543,1503.0,384768.0,4676.356028510025,24625152.0 +119.66,8.699999809265137,5148.0,0.01212360244244337,0.1377766877412796,1.7081443071365356,-0.01599007099866867,0.34516724944114685,0.649179995059967,1504.0,385024.0,4679.539068870945,24641536.0 +125.76,8.600000381469727,5140.0,0.012994527816772461,0.1481119841337204,1.6621676683425903,-0.0161012914031744,0.46236398816108704,0.5716762244701385,1505.0,385280.0,4682.726872686064,24657920.0 +103.89,8.899999618530273,5430.0,0.01602085493505001,0.1527913361787796,1.663512110710144,-0.01677403412759304,0.34549543261528015,0.6103711724281311,1506.0,385536.0,4685.744829222094,24674304.0 +153.77,8.300000190734863,5471.0,0.013567890040576458,0.1542561799287796,1.736803650856018,-0.015533494763076305,0.39195194840431213,0.5470006465911865,1507.0,385792.0,4688.739741636906,24690688.0 +136.51,9.0,5330.0,0.018902653828263283,0.1890869140625,1.716652750968933,-0.014370403252542019,0.26226961612701416,0.6690379083156586,1508.0,386048.0,4691.814413040876,24707072.0 +128.74,8.800000190734863,5352.0,0.01646796427667141,0.1775105744600296,1.6671725511550903,-0.01682998053729534,0.31648874282836914,0.6346496045589447,1509.0,386304.0,4694.8760765988845,24723456.0 +165.95,8.699999809265137,5411.0,0.015282823704183102,0.1644083708524704,1.6807469129562378,-0.017634233459830284,0.3316008150577545,0.6150377094745636,1510.0,386560.0,4697.90444162488,24739840.0 +116.63,9.0,5476.0,0.014852036722004414,0.1678466796875,1.6685715913772583,-0.015599311329424381,0.3793107569217682,0.5907803177833557,1511.0,386816.0,4700.896791520994,24756224.0 +124.19,9.0,5387.0,0.015056767500936985,0.1650594025850296,1.6387444734573364,-0.016545912250876427,0.39340341091156006,0.6057920157909393,1512.0,387072.0,4703.938367004041,24772608.0 +126.59,8.699999809265137,5376.0,0.013856022618710995,0.1525675505399704,1.6456278562545776,-0.018395179882645607,0.38596999645233154,0.6585822999477386,1513.0,387328.0,4706.986075421097,24788992.0 +131.01,8.699999809265137,5475.0,0.015556111931800842,0.160400390625,1.6774364709854126,-0.015583205036818981,0.34141480922698975,0.6583810746669769,1514.0,387584.0,4709.979090028908,24805376.0 +125.15,9.100000381469727,5340.0,0.01925927959382534,0.17645263671875,1.6056615114212036,-0.01599777676165104,0.3458181619644165,0.6516819596290588,1515.0,387840.0,4713.047570091905,24821760.0 +90.9,8.699999809265137,5330.0,0.013026627711951733,0.1404215544462204,1.586945652961731,-0.013434559106826782,0.46871986985206604,0.598223477602005,1516.0,388096.0,4716.122055806918,24838144.0 +118.63,9.100000381469727,5392.0,0.013805720955133438,0.1595255583524704,1.588657021522522,-0.014401714317500591,0.3902106285095215,0.6057946681976318,1517.0,388352.0,4719.16114276601,24854528.0 +103.31,9.399999618530273,5114.0,0.014389355666935444,0.1511433869600296,1.6217232942581177,-0.016973139718174934,0.2555343508720398,0.7169191837310791,1518.0,388608.0,4722.365522471024,24870912.0 +107.97,9.399999618530273,5160.0,0.01913905143737793,0.1895345002412796,1.622634768486023,-0.01689768023788929,0.20648784935474396,0.7412954866886139,1519.0,388864.0,4725.541531533003,24887296.0 +159.42,8.300000190734863,5097.0,0.012507502920925617,0.1420084685087204,1.6241930723190308,-0.014964111149311066,0.36240899562835693,0.6388103663921356,1520.0,389120.0,4728.756533175008,24903680.0 +147.93,8.100000381469727,5117.0,0.013768683187663555,0.1451416015625,1.580191969871521,-0.011996959336102009,0.46863630414009094,0.547406405210495,1521.0,389376.0,4731.958818814019,24920064.0 +112.84,8.800000190734863,5354.0,0.013649393804371357,0.1386922150850296,1.5889712572097778,-0.016336390748620033,0.36313366889953613,0.5811068117618561,1522.0,389632.0,4735.019455245929,24936448.0 +104.31,9.600000381469727,5441.0,0.016463227570056915,0.17462158203125,1.6365944147109985,-0.01788039691746235,0.18460257351398468,0.7538089603185654,1523.0,389888.0,4738.030985736987,24952832.0 +115.61,8.699999809265137,5408.0,0.01202302798628807,0.136962890625,1.6115566492080688,-0.015860043466091156,0.46298182010650635,0.5925334692001343,1524.0,390144.0,4741.064117268892,24969216.0 +114.89,9.0,5402.0,0.016557658091187477,0.170654296875,1.6271381378173828,-0.016589123755693436,0.3433578908443451,0.6429100632667542,1525.0,390400.0,4744.097612290876,24985600.0 diff --git a/train_procgen/checkpoints/ppo-ninja_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..41d2895ee5843dae23385bb2b83d629eccd55bf1 --- /dev/null +++ b/train_procgen/checkpoints/ppo-ninja_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/policy_entropy,loss/policy_loss,loss/value_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +143.15151515151516,2.1212120056152344,300.0,0.001849551685154438,0.00421142578125,2.7062413692474365,-0.0024296832270920277,0.29136601090431213,0.031065404415130615,1.0,256.0,54.60842017293908,16384.0 +225.07,3.0999999046325684,5297.0,0.002823214279487729,0.02703857421875,2.6920042037963867,-0.0018693002639338374,0.7475085258483887,0.05070573091506958,2.0,512.0,57.70600395393558,32768.0 +190.73,3.0999999046325684,5204.0,0.002624449087306857,0.02290852926671505,2.678302526473999,-0.001943474169820547,0.9096261858940125,0.07377249002456665,3.0,768.0,60.85498038586229,49152.0 +121.49,3.200000047683716,5005.0,0.004957703873515129,0.0428466796875,2.64705228805542,-0.003558868309482932,1.1922661066055298,0.12277394533157349,4.0,1024.0,64.12927951687016,65536.0 +82.42,3.299999952316284,5433.0,0.006996212061494589,0.0627644881606102,2.5906765460968018,-0.006904574576765299,1.6184228658676147,0.14891046285629272,5.0,1280.0,67.14521816791967,81920.0 +83.11,3.299999952316284,5250.0,0.0036789884325116873,0.0364786796271801,2.5634660720825195,-0.0027421731501817703,1.8367228507995605,0.17581278085708618,6.0,1536.0,70.26618766994216,98304.0 +67.11,3.0,5432.0,0.0034629730507731438,0.02083333395421505,2.5272746086120605,-0.0018779067322611809,2.01934552192688,0.22718685865402222,7.0,1792.0,73.28264861390926,114688.0 +53.32,4.0,5184.0,0.0062093413434922695,0.07989501953125,2.458998918533325,-0.0010325026232749224,2.139115571975708,0.23091989755630493,8.0,2048.0,76.44372059684247,131072.0 +50.82,3.0999999046325684,5421.0,0.004489223938435316,0.0364786796271801,2.448193311691284,-0.0027518803253769875,2.096250295639038,0.27958452701568604,9.0,2304.0,79.46658869483508,147456.0 +51.65,2.5999999046325684,5170.0,0.004113451577723026,0.02425130270421505,2.408402681350708,-0.002451258013024926,1.8372963666915894,0.3768531084060669,10.0,2560.0,82.63581863092259,163840.0 +54.93,3.5,5380.0,0.005078252404928207,0.0378824882209301,2.3268990516662598,-0.001846769475378096,2.151857376098633,0.4063524007797241,11.0,2816.0,85.68128710705787,180224.0 +43.36,3.799999952316284,5076.0,0.005240114405751228,0.04388427734375,2.2872321605682373,-0.0009768091840669513,2.1320714950561523,0.4259726405143738,12.0,3072.0,88.90951056894846,196608.0 +39.78,3.5999999046325684,5417.0,0.0044764066115021706,0.02272542379796505,2.236971855163574,-0.0020821825601160526,2.0967397689819336,0.4837074875831604,13.0,3328.0,91.93446065904573,212992.0 +40.79,3.299999952316284,5158.0,0.004825434647500515,0.0365193672478199,2.219550371170044,-0.0003786574525292963,1.9316586256027222,0.5012071132659912,14.0,3584.0,95.1118573199492,229376.0 +46.74,3.9000000953674316,5369.0,0.003709775162860751,0.02166748046875,2.1969735622406006,-0.002085294108837843,1.9282227754592896,0.5454373955726624,15.0,3840.0,98.16381998592988,245760.0 +49.38,4.400000095367432,5139.0,0.0031266119331121445,0.014444987289607525,2.209228754043579,-0.0017924426356330514,2.014155149459839,0.5829124748706818,16.0,4096.0,101.35271114483476,262144.0 +42.82,4.599999904632568,5366.0,0.004286812152713537,0.03216552734375,2.141050100326538,-0.001598446280695498,2.192262887954712,0.605141669511795,17.0,4352.0,104.40686073899269,278528.0 +45.07,3.0999999046325684,5170.0,0.003373760962858796,0.01835123635828495,2.2199268341064453,-0.0024589768145233393,1.8353196382522583,0.596628338098526,18.0,4608.0,107.57657544198446,294912.0 +40.16,3.200000047683716,5358.0,0.003722219727933407,0.0341796875,2.2352135181427,-0.0028181399684399366,1.7758173942565918,0.6126272678375244,19.0,4864.0,110.6350418550428,311296.0 +52.33,4.199999809265137,5106.0,0.0025618525687605143,0.014017741195857525,2.2319724559783936,-0.0019522138172760606,2.0153276920318604,0.6179598271846771,20.0,5120.0,113.84444655501284,327680.0 +56.77,3.5,5317.0,0.004180945456027985,0.0334269218146801,2.27909255027771,-0.00137344712857157,1.762961745262146,0.6354881525039673,21.0,5376.0,116.92654912685975,344064.0 +51.5,3.799999952316284,5273.0,0.003839425975456834,0.0320638008415699,2.269512414932251,-0.002048212569206953,1.7447423934936523,0.6389496624469757,22.0,5632.0,120.0343939519953,360448.0 +66.26,3.4000000953674316,5210.0,0.003784012282267213,0.02888997457921505,2.295957088470459,-0.003746958216652274,1.5799249410629272,0.6670344173908234,23.0,5888.0,123.17953087505884,376832.0 +54.97,4.800000190734863,5117.0,0.005576082039624453,0.05718994140625,2.288628339767456,-0.002781839109957218,1.8021039962768555,0.6619540452957153,24.0,6144.0,126.38172416086309,393216.0 +48.51,4.699999809265137,5444.0,0.0028702274430543184,0.01993815042078495,2.2442262172698975,-0.001440115855075419,1.9752076864242554,0.6510494947433472,25.0,6400.0,129.3918444160372,409600.0 +47.9,3.9000000953674316,5327.0,0.004692202899605036,0.0392862968146801,2.203918695449829,-0.003477003425359726,2.095757007598877,0.6298376023769379,26.0,6656.0,132.46782358293422,425984.0 +65.57,5.099999904632568,5350.0,0.00325593794696033,0.02695719338953495,2.27681565284729,-0.0019814912229776382,1.8357820510864258,0.6592712104320526,27.0,6912.0,135.53056793194264,442368.0 +43.06,4.800000190734863,5317.0,0.0029087436851114035,0.01593017578125,2.214651346206665,-0.002178080612793565,2.1524813175201416,0.6511538326740265,28.0,7168.0,138.61231211200356,458752.0 +51.41,4.5,5376.0,0.0029780606273561716,0.02197265625,2.255901575088501,-0.003482915461063385,1.692285418510437,0.6882677674293518,29.0,7424.0,141.66009673196822,475136.0 +55.5,5.0,5297.0,0.00515701062977314,0.0511474609375,2.209764003753662,-0.004163391888141632,1.7134917974472046,0.69277024269104,30.0,7680.0,144.75371776800603,491520.0 +56.96,5.199999809265137,5345.0,0.004900353029370308,0.0519816093146801,2.193718194961548,-0.0013931955909356475,1.9660037755966187,0.6840314865112305,31.0,7936.0,147.81951099494472,507904.0 +55.76,5.099999904632568,5288.0,0.0027921514119952917,0.01979573629796505,2.212275505065918,-0.0028937458992004395,1.8945258855819702,0.6735216081142426,32.0,8192.0,150.91808085283265,524288.0 +51.86,5.199999809265137,5283.0,0.004450097214430571,0.0415445975959301,2.173248767852783,-0.0018700468353927135,1.8782892227172852,0.6805796921253204,33.0,8448.0,154.01965621602722,540672.0 +57.47,4.099999904632568,5357.0,0.004874424543231726,0.0513712577521801,2.201812505722046,-0.0034148357808589935,1.7295756340026855,0.657464325428009,34.0,8704.0,157.07831357885152,557056.0 +59.59,4.900000095367432,5169.0,0.004555219784379005,0.0451253242790699,2.108851194381714,-0.0019796525593847036,2.1698341369628906,0.6381203830242157,35.0,8960.0,160.24867884186096,573440.0 +64.72,4.400000095367432,5324.0,0.004562234506011009,0.0480143241584301,2.1166422367095947,-0.002215735614299774,1.8974875211715698,0.6533411741256714,36.0,9216.0,163.32655799086206,589824.0 +55.74,4.099999904632568,5231.0,0.003483401844277978,0.03009033203125,2.1664135456085205,-0.003523043589666486,1.3791980743408203,0.7228733897209167,37.0,9472.0,166.45887211197987,606208.0 +54.69,5.5,5297.0,0.004830020945519209,0.0451863594353199,2.0765459537506104,-0.00345594366081059,1.6489238739013672,0.6974498927593231,38.0,9728.0,169.55207011685707,622592.0 +54.65,4.699999809265137,5127.0,0.00499908858910203,0.0506388358771801,2.1144375801086426,-0.00254419376142323,1.6721166372299194,0.6926758587360382,39.0,9984.0,172.74787730700336,638976.0 +52.78,4.699999809265137,5331.0,0.0037783754523843527,0.0330403633415699,2.0863454341888428,-0.0017996778478845954,1.7619186639785767,0.6808768510818481,40.0,10240.0,175.82176907686517,655360.0 +63.74,4.599999904632568,5214.0,0.0061431266367435455,0.0689900740981102,2.1532795429229736,-0.002586057409644127,1.7033143043518066,0.6909813582897186,41.0,10496.0,178.96441762102768,671744.0 +57.12,4.800000190734863,5378.0,0.004355978220701218,0.0360310859978199,2.0950422286987305,-0.002725030528381467,1.827813744544983,0.6992966532707214,42.0,10752.0,182.01112646586262,688128.0 +60.67,4.099999904632568,5282.0,0.00450006453320384,0.0410563163459301,2.1504364013671875,-0.0016444307984784245,1.4936962127685547,0.7298340797424316,43.0,11008.0,185.11453091888689,704512.0 +54.49,4.900000095367432,5370.0,0.003914854489266872,0.03436279296875,2.1604878902435303,-0.00291579682379961,1.4325991868972778,0.7550299316644669,44.0,11264.0,188.16589161590673,720896.0 +70.42,5.099999904632568,5065.0,0.004159409552812576,0.0400390625,2.1668341159820557,-0.0029456450138241053,1.5029560327529907,0.7338162958621979,45.0,11520.0,191.40126569895074,737280.0 +88.82,3.9000000953674316,5418.0,0.005342898424714804,0.05523681640625,2.2600343227386475,-0.0034107354003936052,1.267364501953125,0.7466585338115692,46.0,11776.0,194.4259092649445,753664.0 +72.71,5.199999809265137,5303.0,0.004308774601668119,0.0382893867790699,2.2366645336151123,-0.003237018594518304,1.3638800382614136,0.7136722803115845,47.0,12032.0,197.5159138799645,770048.0 +75.6,5.400000095367432,5435.0,0.0070885345339775085,0.0825398787856102,2.267247200012207,-0.005120280664414167,1.1557955741882324,0.7403427064418793,48.0,12288.0,200.5311110620387,786432.0 +69.32,5.5,5364.0,0.005274584516882896,0.0571492500603199,2.208469867706299,-0.0022896870505064726,1.3321789503097534,0.7525671422481537,49.0,12544.0,203.58615253400058,802816.0 +68.2,4.300000190734863,5386.0,0.003996995743364096,0.03948974609375,2.227999210357666,-0.00418585492298007,1.3390264511108398,0.7424592673778534,50.0,12800.0,206.62864817096852,819200.0 +91.68,5.099999904632568,5397.0,0.006462524179369211,0.0766398087143898,2.213702917098999,-0.004908866249024868,1.2011638879776,0.7638212740421295,51.0,13056.0,209.66505407402292,835584.0 +69.7,4.800000190734863,5386.0,0.006402766332030296,0.0742594376206398,2.2696821689605713,-0.005469448398798704,1.098146677017212,0.7423759996891022,52.0,13312.0,212.70758669101633,851968.0 +86.12,3.9000000953674316,5196.0,0.008282068185508251,0.1002400740981102,2.2980716228485107,-0.000978463445790112,1.159887671470642,0.7178435921669006,53.0,13568.0,215.86164191388525,868352.0 +100.28,4.0,5318.0,0.006822388619184494,0.0846761092543602,2.2798500061035156,-0.006451644003391266,1.046034336090088,0.7350333333015442,54.0,13824.0,218.94273786689155,884736.0 +78.95,5.0,5291.0,0.008122936822474003,0.1023966446518898,2.321113348007202,-0.0066946023143827915,0.9628734588623047,0.7149743437767029,55.0,14080.0,222.04026655387133,901120.0 +98.97,4.699999809265137,5272.0,0.008026165887713432,0.0994669571518898,2.3539135456085205,-0.005236195866018534,0.7460720539093018,0.72926464676857,56.0,14336.0,225.14819677290507,917504.0 +127.09,5.199999809265137,5344.0,0.008861531503498554,0.1073201522231102,2.322127342224121,-0.0060326713137328625,0.8484218120574951,0.7075590491294861,57.0,14592.0,228.2144862539135,933888.0 +158.71,4.900000095367432,5318.0,0.008544938638806343,0.1119791641831398,2.3258635997772217,-0.0032752540428191423,0.7623341679573059,0.7297659516334534,58.0,14848.0,231.2956734749023,950272.0 +164.94,5.199999809265137,5079.0,0.007785940542817116,0.0983479842543602,2.4234187602996826,-0.006973008159548044,0.3876502513885498,0.7418865859508514,59.0,15104.0,234.52205323497765,966656.0 +205.29,4.300000190734863,5009.0,0.010149399749934673,0.1265462189912796,2.46560001373291,-0.0057506985031068325,0.3062228262424469,0.7491035461425781,60.0,15360.0,237.7935525958892,983040.0 +267.35,3.700000047683716,5319.0,0.007717251777648926,0.0925089493393898,2.470191240310669,-0.006607293616980314,0.2113398164510727,0.7554974108934402,61.0,15616.0,240.87445661891252,999424.0 +295.74,4.400000095367432,5162.0,0.008435508236289024,0.1067911759018898,2.405294418334961,-0.002927359426394105,0.44931909441947937,0.7495354413986206,62.0,15872.0,244.04873461392708,1015808.0 +289.93,4.900000095367432,5427.0,0.007354165893048048,0.09027099609375,2.4294378757476807,-0.007482054177671671,0.3373684585094452,0.704047292470932,63.0,16128.0,247.06804760405794,1032192.0 +306.11,4.300000190734863,5290.0,0.008543835952877998,0.1127522811293602,2.432861328125,-0.008023477159440517,0.290501207113266,0.79441137611866,64.0,16384.0,250.1658675740473,1048576.0 +261.1,4.900000095367432,5390.0,0.007789883762598038,0.097900390625,2.42922043800354,-0.007208729162812233,0.364650696516037,0.7690263986587524,65.0,16640.0,253.20623133983463,1064960.0 +295.29,4.699999809265137,5186.0,0.00971724558621645,0.12799072265625,2.4321560859680176,-0.007459517568349838,0.3066534698009491,0.7773871868848801,66.0,16896.0,256.3656658779364,1081344.0 +305.68,4.300000190734863,5227.0,0.008358403109014034,0.1029459610581398,2.4484317302703857,-0.0063765645027160645,0.398933082818985,0.756526455283165,67.0,17152.0,259.50080868788064,1097728.0 +268.82,4.699999809265137,5153.0,0.007879500277340412,0.09503173828125,2.4503138065338135,-0.006001826375722885,0.35710573196411133,0.7232088446617126,68.0,17408.0,262.6804930709768,1114112.0 +293.75,4.699999809265137,5363.0,0.008933475241065025,0.1153157576918602,2.4703848361968994,-0.005637366324663162,0.3129065930843353,0.734511137008667,69.0,17664.0,265.73606364498846,1130496.0 +351.02,4.199999809265137,5107.0,0.009827886708080769,0.1326904296875,2.432328224182129,-0.008056950755417347,0.29659682512283325,0.7839565575122833,70.0,17920.0,268.94426507805474,1146880.0 +294.04,5.0,5405.0,0.007407689932733774,0.09307861328125,2.3901846408843994,-0.005552802234888077,0.4873117506504059,0.7734232097864151,71.0,18176.0,271.97599764703773,1163264.0 +307.83,4.699999809265137,5282.0,0.009591183625161648,0.12640380859375,2.4223649501800537,-0.006582193076610565,0.20946969091892242,0.8674546331167221,72.0,18432.0,275.07822058699094,1179648.0 +333.59,4.5,5372.0,0.008263223804533482,0.1068318709731102,2.3902904987335205,-0.006863681133836508,0.30334070324897766,0.8250936418771744,73.0,18688.0,278.1284773098305,1196032.0 +290.56,4.699999809265137,5164.0,0.008387487381696701,0.11248779296875,2.4045603275299072,-0.007031559944152832,0.4225275218486786,0.7565329968929291,74.0,18944.0,281.3019004499074,1212416.0 +321.66,4.300000190734863,5273.0,0.009671023115515709,0.1219278946518898,2.420668840408325,-0.004022440407425165,0.41104450821876526,0.6803934276103973,75.0,19200.0,284.4092453569174,1228800.0 +314.05,4.400000095367432,5262.0,0.0096288388594985,0.1237589493393898,2.4183237552642822,-0.006031388882547617,0.35913899540901184,0.7041427791118622,76.0,19456.0,287.5230881278403,1245184.0 +253.96,5.099999904632568,5337.0,0.00756286783143878,0.0957438126206398,2.4142796993255615,-0.0075676762498915195,0.3384765386581421,0.6873064637184143,77.0,19712.0,290.59346405789256,1261568.0 +314.26,4.900000095367432,5292.0,0.008488968946039677,0.1070353165268898,2.4111030101776123,-0.004674815572798252,0.34635496139526367,0.7177857160568237,78.0,19968.0,293.6898176430259,1277952.0 +343.65,4.400000095367432,5282.0,0.008963334374129772,0.1188557967543602,2.4519708156585693,-0.006800815463066101,0.1973147839307785,0.6386277079582214,79.0,20224.0,296.79218016192317,1294336.0 +362.77,4.599999904632568,5335.0,0.00913942325860262,0.123291015625,2.4882309436798096,-0.008725831285119057,0.17368392646312714,0.6631706357002258,80.0,20480.0,299.86374726099893,1310720.0 +429.15,4.199999809265137,5261.0,0.011497199535369873,0.1542154997587204,2.463106870651245,-0.007932380773127079,0.2850036323070526,0.6749396622180939,81.0,20736.0,302.9784496908542,1327104.0 +407.63,4.900000095367432,5389.0,0.008513644337654114,0.1146443709731102,2.462970018386841,-0.0043749259784817696,0.4135782718658447,0.7074736654758453,82.0,20992.0,306.0232086169999,1343488.0 +369.68,5.400000095367432,5231.0,0.007774109486490488,0.1026611328125,2.4900853633880615,-0.00812573079019785,0.2536916434764862,0.710690975189209,83.0,21248.0,309.155559822917,1359872.0 +384.87,5.099999904632568,5376.0,0.007210125681012869,0.0894571915268898,2.487971782684326,-0.008521368727087975,0.2763964831829071,0.6466099619865417,84.0,21504.0,312.20415943092667,1376256.0 +396.12,4.5,5240.0,0.006001406814903021,0.0658772811293602,2.4646313190460205,-0.004099308047443628,0.37007975578308105,0.7004356682300568,85.0,21760.0,315.3314232248813,1392640.0 +299.23,4.699999809265137,5303.0,0.00994426105171442,0.1248982772231102,2.4729421138763428,-0.006582652684301138,0.3740161955356598,0.7363739013671875,86.0,22016.0,318.42162539297715,1409024.0 +290.83,4.699999809265137,5186.0,0.007031427696347237,0.08599853515625,2.457775354385376,-0.007889489643275738,0.3554646670818329,0.6634101569652557,87.0,22272.0,321.5816797919106,1425408.0 +325.89,4.699999809265137,5264.0,0.008420158177614212,0.1119181290268898,2.4342267513275146,-0.005756641272455454,0.41197657585144043,0.7026321887969971,88.0,22528.0,324.69526944705285,1441792.0 +336.52,5.0,5166.0,0.006595236714929342,0.0828043594956398,2.4447970390319824,-0.008131517097353935,0.26465296745300293,0.8114755153656006,89.0,22784.0,327.86690319282934,1458176.0 +340.93,5.0,5351.0,0.006837344262748957,0.0869954451918602,2.4342267513275146,-0.007897748611867428,0.4150228202342987,0.7569212913513184,90.0,23040.0,330.92896689102054,1474560.0 +346.0,5.0,5149.0,0.007978088222444057,0.10162353515625,2.4503753185272217,-0.008424310013651848,0.3017711341381073,0.8111595660448074,91.0,23296.0,334.11132652987726,1490944.0 +349.55,4.199999809265137,5392.0,0.009036600589752197,0.11871337890625,2.423887014389038,-0.008331834338605404,0.3302960693836212,0.741198718547821,92.0,23552.0,337.15020203893073,1507328.0 +374.12,4.199999809265137,5297.0,0.007574595045298338,0.09539794921875,2.4185025691986084,-0.007646337617188692,0.21444858610630035,0.7992972284555435,93.0,23808.0,340.24357255990617,1523712.0 +401.46,4.0,5165.0,0.008850169368088245,0.119140625,2.4351541996002197,-0.008124107494950294,0.16748566925525665,0.7794465869665146,94.0,24064.0,343.4162568638567,1540096.0 +447.73,4.0,5097.0,0.008840273134410381,0.1171671524643898,2.4035770893096924,-0.008008615113794804,0.28045570850372314,0.7942386567592621,95.0,24320.0,346.6310801769141,1556480.0 +475.12,4.099999904632568,5334.0,0.009773141704499722,0.1352946013212204,2.4205071926116943,-0.00881688017398119,0.2785911560058594,0.7038340270519257,96.0,24576.0,349.7035535159521,1572864.0 +437.23,4.599999904632568,5332.0,0.008574516512453556,0.110107421875,2.3927621841430664,-0.007600739598274231,0.3278407156467438,0.7311630547046661,97.0,24832.0,352.77685371786356,1589248.0 +451.23,4.699999809265137,5316.0,0.010354287922382355,0.1424153596162796,2.449077844619751,-0.010223754681646824,0.1920117735862732,0.6655828654766083,98.0,25088.0,355.85932746483013,1605632.0 +479.1,4.800000190734863,5352.0,0.010922130197286606,0.1517130583524704,2.4203574657440186,-0.008763718418776989,0.1906263381242752,0.6990500688552856,99.0,25344.0,358.92095237993635,1622016.0 +511.85,4.300000190734863,5303.0,0.010097756050527096,0.1406046599149704,2.435694932937622,-0.008341189473867416,0.24849152565002441,0.6682862341403961,100.0,25600.0,362.01097523001954,1638400.0 +535.44,3.5,5283.0,0.008820849470794201,0.1175537109375,2.4457242488861084,-0.007946343161165714,0.2030114382505417,0.7412680387496948,101.0,25856.0,365.1127986169886,1654784.0 +487.08,3.5999999046325684,5254.0,0.009325905703008175,0.1330159455537796,2.4354665279388428,-0.008464773185551167,0.24000383913516998,0.7240199148654938,102.0,26112.0,368.2314240098931,1671168.0 +489.75,3.700000047683716,5341.0,0.011913222260773182,0.16107177734375,2.4399945735931396,-0.00843628030270338,0.22618870437145233,0.703600287437439,103.0,26368.0,371.2998321929481,1687552.0 +467.21,4.300000190734863,5147.0,0.007588373962789774,0.10284423828125,2.4663631916046143,-0.008346489630639553,0.21137292683124542,0.7426227927207947,104.0,26624.0,374.4831876908429,1703936.0 +516.96,3.9000000953674316,5389.0,0.007795039564371109,0.0955810546875,2.4967968463897705,-0.00621471181511879,0.17696666717529297,0.6336168646812439,105.0,26880.0,377.52400808990933,1720320.0 +515.74,3.4000000953674316,4926.0,0.0077530150301754475,0.10321044921875,2.488088846206665,-0.008580644614994526,0.21490220725536346,0.6967799365520477,106.0,27136.0,380.85054057789966,1736704.0 +514.52,3.4000000953674316,5116.0,0.0067702713422477245,0.0813191756606102,2.463700532913208,-0.007651739288121462,0.29303601384162903,0.6875426769256592,107.0,27392.0,384.05397652601823,1753088.0 +418.01,4.099999904632568,5073.0,0.006829394493252039,0.0854899063706398,2.4562337398529053,-0.007043022196739912,0.38514187932014465,0.6953012347221375,108.0,27648.0,387.2838018499315,1769472.0 +297.0,5.400000095367432,5271.0,0.0065928190015256405,0.0792643204331398,2.4664363861083984,-0.0079084113240242,0.438092440366745,0.7175905406475067,109.0,27904.0,390.3927082340233,1785856.0 +304.04,5.099999904632568,5018.0,0.007343099918216467,0.0946044921875,2.4530138969421387,-0.008213023655116558,0.4511253535747528,0.6958892941474915,110.0,28160.0,393.6579501470551,1802240.0 +359.24,4.599999904632568,4968.0,0.008437816984951496,0.11309814453125,2.4885480403900146,-0.008169968612492085,0.23699229955673218,0.768855944275856,111.0,28416.0,396.95629643299617,1818624.0 +310.61,4.800000190734863,5218.0,0.008598661981523037,0.11602783203125,2.4712533950805664,-0.009530126117169857,0.3364919424057007,0.7251741290092468,112.0,28672.0,400.0969514020253,1835008.0 +299.35,4.900000095367432,5286.0,0.0062879412434995174,0.0747884139418602,2.4433467388153076,-0.007799515966325998,0.4903736412525177,0.7563589215278625,113.0,28928.0,403.1966097729746,1851392.0 +290.9,4.300000190734863,5265.0,0.00718506658449769,0.0917154923081398,2.4473421573638916,-0.009342442266643047,0.4662134647369385,0.7005490064620972,114.0,29184.0,406.30892246286385,1867776.0 +247.65,4.5,5345.0,0.008979860693216324,0.1180013045668602,2.4442594051361084,-0.00936258677393198,0.3677404820919037,0.7150780260562897,115.0,29440.0,409.3744186798576,1884160.0 +229.64,5.099999904632568,5365.0,0.008088883012533188,0.1063435897231102,2.4402878284454346,-0.008627462200820446,0.28210553526878357,0.732412189245224,116.0,29696.0,412.4284701549914,1900544.0 +326.87,4.5,5198.0,0.009212593547999859,0.126953125,2.450617790222168,-0.008603271096944809,0.2447047233581543,0.7164968848228455,117.0,29952.0,415.5807715789415,1916928.0 +380.79,4.300000190734863,5340.0,0.008566884323954582,0.1104736328125,2.4087677001953125,-0.00708390399813652,0.4120558202266693,0.7230407893657684,118.0,30208.0,418.64914406393655,1933312.0 +292.67,4.599999904632568,5270.0,0.007205512840300798,0.087158203125,2.416525363922119,-0.007578135002404451,0.38853010535240173,0.7799514383077621,119.0,30464.0,421.75871961493976,1949696.0 +243.66,5.300000190734863,5314.0,0.006644135341048241,0.08245849609375,2.429487466812134,-0.010017517022788525,0.396902471780777,0.7746895402669907,120.0,30720.0,424.8426973950118,1966080.0 +291.0,5.199999809265137,5182.0,0.007197870407253504,0.0908406600356102,2.409658908843994,-0.007868523709475994,0.4457889497280121,0.7790217846632004,121.0,30976.0,428.0049371649511,1982464.0 +311.38,5.0,5360.0,0.007113263010978699,0.0817464217543602,2.388474941253662,-0.008578937500715256,0.47380897402763367,0.7390963137149811,122.0,31232.0,431.06322575500235,1998848.0 +291.3,4.699999809265137,5188.0,0.008805832825601101,0.1131998673081398,2.383761167526245,-0.011418563313782215,0.5153639912605286,0.7206119894981384,123.0,31488.0,434.2216206439771,2015232.0 +238.63,5.199999809265137,5430.0,0.008127166889607906,0.1041259765625,2.4462428092956543,-0.00888312142342329,0.2614730894565582,0.7970684319734573,124.0,31744.0,437.23911434900947,2031616.0 +272.83,4.800000190734863,5233.0,0.008836873807013035,0.11553955078125,2.432014226913452,-0.008255946449935436,0.3174707591533661,0.7568124383687973,125.0,32000.0,440.3706650319509,2048000.0 +341.17,3.799999952316284,5389.0,0.008542217314243317,0.1163126602768898,2.428229808807373,-0.009448767639696598,0.18095876276493073,0.8274802267551422,126.0,32256.0,443.41171218501404,2064384.0 +390.9,3.700000047683716,5002.0,0.009742426685988903,0.1344807893037796,2.4269096851348877,-0.008432921953499317,0.26241156458854675,0.7766402661800385,127.0,32512.0,446.68788650096394,2080768.0 +381.19,3.799999952316284,5187.0,0.007480854168534279,0.0965983048081398,2.4510786533355713,-0.008890815079212189,0.26392343640327454,0.793631374835968,128.0,32768.0,449.84701694897376,2097152.0 +385.87,4.400000095367432,5357.0,0.007869432680308819,0.1011759415268898,2.4176511764526367,-0.009075446985661983,0.37516453862190247,0.781780943274498,129.0,33024.0,452.9059386118315,2113536.0 +407.0,4.199999809265137,5442.0,0.008965876884758472,0.11700439453125,2.4240493774414062,-0.010036858730018139,0.1995013952255249,0.7857085019350052,130.0,33280.0,455.91752614593133,2129920.0 +406.76,4.300000190734863,5335.0,0.008666490204632282,0.1149698868393898,2.447857618331909,-0.00887730810791254,0.15975850820541382,0.8087976723909378,131.0,33536.0,458.9892885868903,2146304.0 +446.49,3.700000047683716,5373.0,0.012408927083015442,0.1804606169462204,2.4650657176971436,-0.010250808671116829,0.14089816808700562,0.7810480892658234,132.0,33792.0,462.0394930539187,2162688.0 +492.73,3.700000047683716,5212.0,0.007349258754402399,0.0917561873793602,2.4522643089294434,-0.008166100829839706,0.2914409339427948,0.7343611419200897,133.0,34048.0,465.1836875299923,2179072.0 +498.14,3.9000000953674316,5364.0,0.009547204710543156,0.1216023787856102,2.461293935775757,-0.006661700084805489,0.20771680772304535,0.7700753957033157,134.0,34304.0,468.23856228683144,2195456.0 +540.24,3.5999999046325684,5284.0,0.010310974903404713,0.1431884765625,2.5065433979034424,-0.007598658557981253,0.11600363999605179,0.8117507845163345,135.0,34560.0,471.3399013709277,2211840.0 +504.2,3.700000047683716,5423.0,0.008674339391291142,0.11279296875,2.4852495193481445,-0.010450095869600773,0.24278521537780762,0.8017716109752655,136.0,34816.0,474.3620340968482,2228224.0 +496.41,3.9000000953674316,5168.0,0.009779656305909157,0.1375529021024704,2.4667141437530518,-0.009766575880348682,0.3587068021297455,0.7643322348594666,137.0,35072.0,477.53263185103424,2244608.0 +419.09,4.699999809265137,5369.0,0.008275816217064857,0.1092122420668602,2.4823291301727295,-0.010161911137402058,0.410547137260437,0.789908841252327,138.0,35328.0,480.5845846920274,2260992.0 +328.14,5.5,5251.0,0.007726211100816727,0.0989990234375,2.4681663513183594,-0.009455744177103043,0.37731239199638367,0.8205910921096802,139.0,35584.0,483.7054571090266,2277376.0 +302.61,5.099999904632568,5328.0,0.008899821899831295,0.1215413436293602,2.4774646759033203,-0.010501495562493801,0.29370617866516113,0.8121270090341568,140.0,35840.0,486.78086325502954,2293760.0 +368.91,4.5,5252.0,0.007746747229248285,0.1013997420668602,2.48325514793396,-0.010139424353837967,0.31930193305015564,0.7753198146820068,141.0,36096.0,489.9008348979987,2310144.0 +391.8,4.599999904632568,5429.0,0.010389354079961777,0.1227010115981102,2.4869706630706787,-0.008285078220069408,0.25216734409332275,0.8130210489034653,142.0,36352.0,492.9193365878891,2326528.0 +370.43,5.0,5377.0,0.009263169020414352,0.1253662109375,2.4682908058166504,-0.010703573934733868,0.26295503973960876,0.7723472416400909,143.0,36608.0,495.9665396269411,2342912.0 +395.15,4.5,5265.0,0.008066159673035145,0.10711669921875,2.4573934078216553,-0.009183120913803577,0.2825983464717865,0.7715336680412292,144.0,36864.0,499.07885283697397,2359296.0 +422.31,3.9000000953674316,5361.0,0.008885849267244339,0.1167195662856102,2.4573252201080322,-0.009469956159591675,0.28610196709632874,0.6681499779224396,145.0,37120.0,502.13530705682933,2375680.0 +400.65,4.599999904632568,5266.0,0.008760177530348301,0.1189168319106102,2.4413974285125732,-0.009324576705694199,0.40887489914894104,0.7066245973110199,146.0,37376.0,505.24711350305006,2392064.0 +332.78,5.0,5445.0,0.0092240571975708,0.1225992813706398,2.450813055038452,-0.010516566224396229,0.25623828172683716,0.7332987785339355,147.0,37632.0,508.2567605159711,2408448.0 +387.19,4.400000095367432,5260.0,0.010550274513661861,0.15008544921875,2.4415462017059326,-0.007670107763260603,0.17312811315059662,0.8387770056724548,148.0,37888.0,511.37170824594796,2424832.0 +388.06,3.5999999046325684,5341.0,0.007499935571104288,0.09954833984375,2.4178848266601562,-0.00879061408340931,0.24835912883281708,0.7918882071971893,149.0,38144.0,514.4395178989507,2441216.0 +420.06,3.5999999046325684,5072.0,0.008882385678589344,0.1180623397231102,2.4112586975097656,-0.008400879800319672,0.34015801548957825,0.6656465530395508,150.0,38400.0,517.6699069789611,2457600.0 +409.43,4.099999904632568,5270.0,0.012903779745101929,0.176513671875,2.435007333755493,-0.01068499218672514,0.21875299513339996,0.7067830562591553,151.0,38656.0,520.7791051149834,2473984.0 +402.48,4.300000190734863,5061.0,0.011308398097753525,0.16448974609375,2.4732887744903564,-0.01002419926226139,0.14434731006622314,0.7651525139808655,152.0,38912.0,524.0168585979845,2490368.0 +447.95,4.099999904632568,5306.0,0.009163393639028072,0.1210734024643898,2.430852174758911,-0.009811519645154476,0.19102762639522552,0.7168768346309662,153.0,39168.0,527.1050585850608,2506752.0 +492.98,3.700000047683716,5216.0,0.008276143111288548,0.1104939803481102,2.472731351852417,-0.008667015470564365,0.2703776955604553,0.6522299647331238,154.0,39424.0,530.246528838994,2523136.0 +475.87,3.5999999046325684,5266.0,0.007917103357613087,0.1041056290268898,2.4791746139526367,-0.010119151324033737,0.2315855771303177,0.7646898925304413,155.0,39680.0,533.3582534098532,2539520.0 +391.65,4.699999809265137,5324.0,0.007530118804425001,0.0977579727768898,2.4965765476226807,-0.010617614723742008,0.3162742555141449,0.7487309575080872,156.0,39936.0,536.4359627780505,2555904.0 +381.04,5.0,5402.0,0.008930804207921028,0.122314453125,2.4989209175109863,-0.009981713257730007,0.25207194685935974,0.7000009119510651,157.0,40192.0,539.4697097188327,2572288.0 +407.47,4.599999904632568,5289.0,0.011579375714063644,0.15716552734375,2.4873545169830322,-0.008435402996838093,0.10203535109758377,0.8425464481115341,158.0,40448.0,542.5676035089418,2588672.0 +471.62,3.799999952316284,5370.0,0.009479409083724022,0.1304117888212204,2.5026772022247314,-0.008974273689091206,0.17722783982753754,0.81839519739151,159.0,40704.0,545.6190983890556,2605056.0 +526.12,3.0999999046325684,5261.0,0.007730055134743452,0.0992024764418602,2.4923012256622314,-0.00930298026651144,0.2700056731700897,0.7701097726821899,160.0,40960.0,548.7338049500249,2621440.0 +467.82,3.700000047683716,5379.0,0.006992381531745195,0.0869344100356102,2.49088191986084,-0.010332888923585415,0.3625314235687256,0.7833067029714584,161.0,41216.0,551.7803155770525,2637824.0 +384.24,5.400000095367432,5081.0,0.007539637852460146,0.0980224609375,2.5028817653656006,-0.007295540068298578,0.290423721075058,0.8162365108728409,162.0,41472.0,555.0052742948756,2654208.0 +415.1,4.900000095367432,5234.0,0.008919320069253445,0.11669921875,2.5088202953338623,-0.008644165471196175,0.13494645059108734,0.720446765422821,163.0,41728.0,558.1358370280359,2670592.0 +495.69,4.099999904632568,5237.0,0.010025868192315102,0.1369832307100296,2.497199058532715,-0.009980038739740849,0.2139507681131363,0.7077843248844147,164.0,41984.0,561.264623231953,2686976.0 +535.37,3.4000000953674316,5400.0,0.007227601949125528,0.09405517578125,2.525087833404541,-0.007813714444637299,0.2397814393043518,0.6949221193790436,165.0,42240.0,564.2994117969647,2703360.0 +491.38,3.9000000953674316,5393.0,0.007193632423877716,0.0902303084731102,2.5174005031585693,-0.007523454260081053,0.28106018900871277,0.7284661829471588,166.0,42496.0,567.3377478278708,2719744.0 +441.0,4.099999904632568,5356.0,0.007498518098145723,0.0980224609375,2.5200040340423584,-0.011194620281457901,0.2388738989830017,0.7583749741315842,167.0,42752.0,570.3971314539667,2736128.0 +424.37,4.300000190734863,5360.0,0.008897249586880207,0.1130574569106102,2.525346040725708,-0.010307067073881626,0.2805774509906769,0.7273246645927429,168.0,43008.0,573.4540785970166,2752512.0 +439.9,3.9000000953674316,5367.0,0.007403576746582985,0.0940348282456398,2.524101495742798,-0.009949264116585255,0.35563793778419495,0.7136651575565338,169.0,43264.0,576.5074089518748,2768896.0 +383.49,4.599999904632568,5355.0,0.008484486490488052,0.1064249649643898,2.4978411197662354,-0.009236050769686699,0.4662192165851593,0.7151096761226654,170.0,43520.0,579.5674759969115,2785280.0 +309.92,5.199999809265137,5305.0,0.006989289540797472,0.0898844376206398,2.499739646911621,-0.009990253485739231,0.3476846516132355,0.7765424847602844,171.0,43776.0,582.6568383108824,2801664.0 +349.56,4.900000095367432,5315.0,0.00799484457820654,0.1041259765625,2.4680867195129395,-0.00806778110563755,0.4799058139324188,0.7399281561374664,172.0,44032.0,585.7399900958408,2818048.0 +291.91,5.599999904632568,5320.0,0.006797997280955315,0.08551025390625,2.467289686203003,-0.010355927050113678,0.5500879883766174,0.7502700239419937,173.0,44288.0,588.8204078609124,2834432.0 +284.83,5.0,5399.0,0.009111675433814526,0.11859130859375,2.478849411010742,-0.008581338450312614,0.27235034108161926,0.7368136346340179,174.0,44544.0,591.8555324750487,2850816.0 +320.85,4.199999809265137,5244.0,0.00802238006144762,0.10321044921875,2.490509510040283,-0.011073480360209942,0.2808088958263397,0.711297333240509,175.0,44800.0,594.9806543809827,2867200.0 +312.45,4.5,5381.0,0.007751678582280874,0.1025390625,2.480823278427124,-0.00927648227661848,0.5419113039970398,0.6981984078884125,176.0,45056.0,598.0261069249827,2883584.0 +247.54,5.300000190734863,5178.0,0.008697240613400936,0.1137898787856102,2.4694161415100098,-0.010157928802073002,0.6109747290611267,0.7076641917228699,177.0,45312.0,601.1908162308391,2899968.0 +273.3,4.900000095367432,5456.0,0.006223565433174372,0.07769775390625,2.5006799697875977,-0.007200435269623995,0.6130978465080261,0.7167743146419525,178.0,45568.0,604.1944349829573,2916352.0 +225.87,5.5,5307.0,0.00827372819185257,0.1116129532456398,2.4824116230010986,-0.012526501901447773,0.5900095701217651,0.6713895797729492,179.0,45824.0,607.282157890033,2932736.0 +237.99,4.900000095367432,5373.0,0.006588805932551622,0.0771687850356102,2.4946558475494385,-0.012021035887300968,0.522199809551239,0.7064011693000793,180.0,46080.0,610.3319391158875,2949120.0 +269.36,3.9000000953674316,5242.0,0.007636107038706541,0.0983683243393898,2.491546154022217,-0.01061288733035326,0.48540982604026794,0.7171625196933746,181.0,46336.0,613.4580086339265,2965504.0 +224.97,4.699999809265137,5365.0,0.008166744373738766,0.1086832657456398,2.4976675510406494,-0.009843651205301285,0.4578228294849396,0.786099299788475,182.0,46592.0,616.512565830024,2981888.0 +231.39,4.5,5230.0,0.006368078291416168,0.0771891251206398,2.4850826263427734,-0.010224469937384129,0.6925042271614075,0.7461008727550507,183.0,46848.0,619.6458126239013,2998272.0 +211.48,5.300000190734863,5429.0,0.006486274302005768,0.0740559920668602,2.4601118564605713,-0.008548473939299583,0.7357354164123535,0.7573686242103577,184.0,47104.0,622.6638574670069,3014656.0 +225.2,5.099999904632568,5216.0,0.007033323869109154,0.0880940780043602,2.4470856189727783,-0.009813711978495121,0.6348156332969666,0.7576756924390793,185.0,47360.0,625.8054911298677,3031040.0 +176.69,5.900000095367432,5403.0,0.0069130598567426205,0.0892130509018898,2.4615492820739746,-0.013431262224912643,0.47403648495674133,0.737697571516037,186.0,47616.0,628.8381869439036,3047424.0 +221.13,5.0,5299.0,0.006847395095974207,0.0853271484375,2.4759597778320312,-0.008846771903336048,0.620180606842041,0.7423725426197052,187.0,47872.0,631.9305328498594,3063808.0 +238.29,5.5,5416.0,0.007647415157407522,0.0958658829331398,2.4596238136291504,-0.0081429248675704,0.5414089560508728,0.7925552576780319,188.0,48128.0,634.9561420178507,3080192.0 +249.88,5.099999904632568,5177.0,0.0070919618010520935,0.0935262069106102,2.4698426723480225,-0.01069049071520567,0.35814258456230164,0.794467568397522,189.0,48384.0,638.1212710610125,3096576.0 +319.02,4.300000190734863,5365.0,0.008543395437300205,0.1163126602768898,2.4483187198638916,-0.011000107042491436,0.4087672531604767,0.7781488299369812,190.0,48640.0,641.1756712980568,3112960.0 +294.99,4.699999809265137,5208.0,0.0070819673128426075,0.0888875350356102,2.424419403076172,-0.01114905346184969,0.4927739202976227,0.7425785660743713,191.0,48896.0,644.3218353269622,3129344.0 +276.02,5.800000190734863,5390.0,0.007112906780093908,0.09423828125,2.4117684364318848,-0.01046951487660408,0.46412932872772217,0.7733629196882248,192.0,49152.0,647.3618959458545,3145728.0 +224.17,5.699999809265137,5178.0,0.008932887576520443,0.1225382462143898,2.389770269393921,-0.01072700321674347,0.3545733690261841,0.7645601481199265,193.0,49408.0,650.5269325829577,3162112.0 +238.77,5.0,5364.0,0.010217518545687199,0.1411539763212204,2.374462127685547,-0.01239789929240942,0.3516189157962799,0.7666102200746536,194.0,49664.0,653.5818284528796,3178496.0 +330.14,4.599999904632568,5120.0,0.009760715998709202,0.13037109375,2.3572864532470703,-0.010588365606963634,0.4163576662540436,0.8075215220451355,195.0,49920.0,656.7825286588632,3194880.0 +297.46,5.0,5214.0,0.00784985814243555,0.1016438826918602,2.3823659420013428,-0.01126100029796362,0.4253970682621002,0.8392388075590134,196.0,50176.0,659.9253338298295,3211264.0 +298.09,5.300000190734863,5042.0,0.008036981336772442,0.1018269881606102,2.37839674949646,-0.00911923497915268,0.30154696106910706,0.8490592539310455,197.0,50432.0,663.1749836390372,3227648.0 +301.54,5.099999904632568,5215.0,0.010579574853181839,0.1457316130399704,2.4027748107910156,-0.012153174728155136,0.3831094801425934,0.795443668961525,198.0,50688.0,666.3168126640376,3244032.0 +292.45,5.099999904632568,5145.0,0.007922603748738766,0.1066080704331398,2.3846352100372314,-0.011305375955998898,0.4719751179218292,0.7361162006855011,199.0,50944.0,669.5013820549939,3260416.0 +337.62,5.099999904632568,5226.0,0.00951635092496872,0.12969970703125,2.4155941009521484,-0.013068324886262417,0.2748427987098694,0.7552970349788666,200.0,51200.0,672.6371508759912,3276800.0 +381.46,4.099999904632568,5433.0,0.009256496094167233,0.1265869140625,2.4067118167877197,-0.010288228280842304,0.30893611907958984,0.7647488713264465,201.0,51456.0,675.6533050539438,3293184.0 +355.49,4.699999809265137,5440.0,0.007847479544579983,0.10028076171875,2.385117769241333,-0.010082793422043324,0.30385515093803406,0.777456983923912,202.0,51712.0,678.6655901740305,3309568.0 +369.85,5.0,5403.0,0.009786476381123066,0.1342570036649704,2.409855842590332,-0.00852248165756464,0.18551157414913177,0.78874771296978,203.0,51968.0,681.6982079888694,3325952.0 +427.84,4.900000095367432,5369.0,0.01099175214767456,0.1517740935087204,2.3952853679656982,-0.012057885527610779,0.2143392413854599,0.7069648802280426,204.0,52224.0,684.7501298489515,3342336.0 +418.52,4.699999809265137,5330.0,0.010914932936429977,0.1498820036649704,2.367145538330078,-0.012014608830213547,0.4635709226131439,0.7366380095481873,205.0,52480.0,687.8242122149095,3358720.0 +346.48,5.5,5041.0,0.009243186563253403,0.1241455078125,2.361746072769165,-0.011614660732448101,0.38992246985435486,0.7233254909515381,206.0,52736.0,691.0753996230196,3375104.0 +304.14,4.900000095367432,5331.0,0.0074858409352600574,0.093994140625,2.376803159713745,-0.011671683751046658,0.45781150460243225,0.6861306428909302,207.0,52992.0,694.1492264538538,3391488.0 +269.14,5.0,5183.0,0.009213884361088276,0.12652587890625,2.3717079162597656,-0.013083693571388721,0.3639439046382904,0.7334675490856171,208.0,53248.0,697.311346426839,3407872.0 +285.9,5.199999809265137,5419.0,0.0101721016690135,0.1382649689912796,2.3376848697662354,-0.011761583387851715,0.31367430090904236,0.7514489442110062,209.0,53504.0,700.3350972209591,3424256.0 +299.89,4.900000095367432,5339.0,0.01022669579833746,0.14447021484375,2.3367812633514404,-0.014071706682443619,0.3534484803676605,0.7408722639083862,210.0,53760.0,703.4040649519302,3440640.0 +358.03,4.400000095367432,5373.0,0.010462741367518902,0.14825439453125,2.3471062183380127,-0.013346859253942966,0.2537558078765869,0.7469289302825928,211.0,54016.0,706.4536105338484,3457024.0 +356.79,4.599999904632568,5250.0,0.009114612825214863,0.12176513671875,2.372271776199341,-0.013424564152956009,0.2696310579776764,0.7594531923532486,212.0,54272.0,709.5753879789263,3473408.0 +394.34,4.099999904632568,5387.0,0.010526128113269806,0.1430867463350296,2.372119665145874,-0.011006099171936512,0.21401499211788177,0.775384932756424,213.0,54528.0,712.6173916698899,3489792.0 +407.59,3.9000000953674316,5350.0,0.01047736406326294,0.1397705078125,2.3945629596710205,-0.011684007942676544,0.18560796976089478,0.7910853177309036,214.0,54784.0,715.6800670369994,3506176.0 +383.44,4.599999904632568,5281.0,0.009166503325104713,0.1179606094956398,2.380683183670044,-0.01365893054753542,0.399557501077652,0.742496520280838,215.0,55040.0,718.7827678190079,3522560.0 +354.7,5.0,5145.0,0.009500140324234962,0.1250813752412796,2.37675142288208,-0.012971005402505398,0.25384777784347534,0.7834972441196442,216.0,55296.0,721.9678846490569,3538944.0 +364.43,4.900000095367432,5399.0,0.010724556632339954,0.1428426057100296,2.4101946353912354,-0.0142679363489151,0.22474034130573273,0.7608668357133865,217.0,55552.0,725.0028043000493,3555328.0 +394.67,4.400000095367432,5229.0,0.010630677454173565,0.1385294646024704,2.408799409866333,-0.012358375824987888,0.30543649196624756,0.7362609505653381,218.0,55808.0,728.1370737669058,3571712.0 +426.89,4.300000190734863,5401.0,0.008447537198662758,0.1085611954331398,2.374817371368408,-0.012131418101489544,0.4331275224685669,0.7222326397895813,219.0,56064.0,731.1712406170554,3588096.0 +433.5,4.300000190734863,5124.0,0.010109955444931984,0.1328328400850296,2.4073145389556885,-0.012635644525289536,0.2135341614484787,0.7515191286802292,220.0,56320.0,734.3690921920352,3604480.0 +395.81,4.5,5381.0,0.012162253260612488,0.1678059846162796,2.402089834213257,-0.011334527283906937,0.24826551973819733,0.8005087673664093,221.0,56576.0,737.4144641668536,3620864.0 +432.44,4.0,5224.0,0.01027680654078722,0.1376749724149704,2.4119274616241455,-0.013563353568315506,0.19235074520111084,0.8318973630666733,222.0,56832.0,740.5551588719245,3637248.0 +448.51,4.0,5410.0,0.010333769023418427,0.1391194611787796,2.4154772758483887,-0.011828593909740448,0.2575097382068634,0.7894707173109055,223.0,57088.0,743.5841894368641,3653632.0 +411.54,4.5,5128.0,0.009571685455739498,0.124755859375,2.3685216903686523,-0.01213869359344244,0.3097691237926483,0.8061782121658325,224.0,57344.0,746.7798674260266,3670016.0 +363.11,4.900000095367432,5401.0,0.009719365276396275,0.1290079802274704,2.37312388420105,-0.0136623689904809,0.3501743972301483,0.761059507727623,225.0,57600.0,749.8139126489405,3686400.0 +345.8,5.0,5157.0,0.009866147302091122,0.13482666015625,2.353116512298584,-0.010518684051930904,0.3868664801120758,0.8002956062555313,226.0,57856.0,752.9913526028395,3702784.0 +319.62,5.300000190734863,5274.0,0.009877989999949932,0.1334431916475296,2.356478691101074,-0.013092778623104095,0.2814617156982422,0.8428903073072433,227.0,58112.0,756.0980733570177,3719168.0 +339.37,5.199999809265137,4996.0,0.009145445190370083,0.1237589493393898,2.3678953647613525,-0.011276288889348507,0.2355961799621582,0.8072527050971985,228.0,58368.0,759.37770971586,3735552.0 +352.56,5.300000190734863,5162.0,0.009337878786027431,0.1277872771024704,2.3659250736236572,-0.011824420653283596,0.4533708393573761,0.8098759949207306,229.0,58624.0,762.5518867869396,3751936.0 +306.0,5.199999809265137,4925.0,0.011195414699614048,0.1566365510225296,2.3912265300750732,-0.014127969741821289,0.3946324586868286,0.6891176402568817,230.0,58880.0,765.8786000888795,3768320.0 +329.4,4.699999809265137,5147.0,0.00897976104170084,0.11737060546875,2.344862222671509,-0.011608488857746124,0.3978870213031769,0.7875433415174484,231.0,59136.0,769.0624681138434,3784704.0 +298.75,5.199999809265137,5203.0,0.011692225001752377,0.1560465544462204,2.3549389839172363,-0.011889495886862278,0.26331639289855957,0.7500232756137848,232.0,59392.0,772.2118863938376,3801088.0 +323.48,4.599999904632568,5247.0,0.010886806063354015,0.14654541015625,2.3440191745758057,-0.011163369752466679,0.23709630966186523,0.8196807354688644,233.0,59648.0,775.334991596872,3817472.0 +350.54,4.599999904632568,5213.0,0.010223091579973698,0.14190673828125,2.349560499191284,-0.012903268449008465,0.2535090446472168,0.8059166669845581,234.0,59904.0,778.4783905828372,3833856.0 +399.85,4.5,5303.0,0.011550112627446651,0.1545817106962204,2.3455426692962646,-0.011369789950549603,0.298118531703949,0.7843414098024368,235.0,60160.0,781.5686211648863,3850240.0 +376.29,4.699999809265137,5367.0,0.010705345310270786,0.14288330078125,2.3336503505706787,-0.012189727276563644,0.3499981164932251,0.7858391255140305,236.0,60416.0,784.6219436489046,3866624.0 +298.26,5.199999809265137,5352.0,0.01024800818413496,0.1396280974149704,2.3177640438079834,-0.012153713963925838,0.39538076519966125,0.7473591566085815,237.0,60672.0,787.684121327009,3883008.0 +349.93,4.599999904632568,5287.0,0.01111272070556879,0.14837646484375,2.33109450340271,-0.01221513468772173,0.3345746099948883,0.7168990671634674,238.0,60928.0,790.7835328239016,3899392.0 +411.93,4.699999809265137,5273.0,0.010619102977216244,0.1448771208524704,2.3280677795410156,-0.011770439334213734,0.2227657437324524,0.8340297788381577,239.0,61184.0,793.8908351229038,3915776.0 +376.36,4.699999809265137,5341.0,0.011221629567444324,0.1485799103975296,2.311586618423462,-0.013220689259469509,0.2417736053466797,0.8551218062639236,240.0,61440.0,796.9590199429076,3932160.0 +329.92,4.800000190734863,5238.0,0.009404310025274754,0.1302897185087204,2.3315188884735107,-0.011509079486131668,0.46099305152893066,0.7402687668800354,241.0,61696.0,800.0908416979946,3948544.0 +311.83,4.900000095367432,5366.0,0.009083007462322712,0.12176513671875,2.3400113582611084,-0.012799951247870922,0.4252724349498749,0.7854330837726593,242.0,61952.0,803.144622772932,3964928.0 +309.51,4.900000095367432,5253.0,0.010576554574072361,0.1448160856962204,2.333986520767212,-0.013466169126331806,0.22556205093860626,0.8100163340568542,243.0,62208.0,806.2639778568409,3981312.0 +337.05,4.900000095367432,5422.0,0.0117367347702384,0.1609904021024704,2.348642110824585,-0.0131131112575531,0.21639151871204376,0.760494127869606,244.0,62464.0,809.2859069788828,3997696.0 +416.98,4.599999904632568,5263.0,0.010625085793435574,0.1440836638212204,2.3298938274383545,-0.012293732725083828,0.28300419449806213,0.7583865523338318,245.0,62720.0,812.399152362952,4014080.0 +467.83,4.099999904632568,5380.0,0.010075329802930355,0.1304728239774704,2.3229377269744873,-0.011262376792728901,0.27768149971961975,0.6964243948459625,246.0,62976.0,815.4450649898499,4030464.0 +454.23,3.799999952316284,4993.0,0.00952591560781002,0.1304524689912796,2.3060319423675537,-0.01500836294144392,0.2646505832672119,0.7349461317062378,247.0,63232.0,818.7267329269089,4046848.0 +387.66,4.400000095367432,5306.0,0.01211177185177803,0.1604817658662796,2.3013832569122314,-0.011059627868235111,0.34200718998908997,0.7066868841648102,248.0,63488.0,821.8149138139561,4063232.0 +408.54,4.400000095367432,5239.0,0.010563645511865616,0.1444498747587204,2.2878787517547607,-0.011832990683615208,0.19693274796009064,0.7859551310539246,249.0,63744.0,824.9424554740544,4079616.0 +402.61,5.199999809265137,5394.0,0.01215238869190216,0.1573893278837204,2.2980005741119385,-0.013017459772527218,0.29186755418777466,0.7473973631858826,250.0,64000.0,827.9800676729064,4096000.0 +421.23,4.800000190734863,5253.0,0.009540769271552563,0.1286417692899704,2.2529923915863037,-0.012187104672193527,0.3616781532764435,0.7738927900791168,251.0,64256.0,831.0996687179431,4112384.0 +380.47,5.099999904632568,5440.0,0.011168423108756542,0.148681640625,2.261185646057129,-0.012845359742641449,0.32728511095046997,0.8024275451898575,252.0,64512.0,834.1117721148767,4128768.0 +388.4,5.199999809265137,5182.0,0.010004890151321888,0.13116455078125,2.269213914871216,-0.014312374405562878,0.1908586472272873,0.8374985009431839,253.0,64768.0,837.274061860051,4145152.0 +398.14,4.900000095367432,5314.0,0.012707982212305069,0.1690470427274704,2.3067784309387207,-0.009779144078493118,0.2475753277540207,0.7567255347967148,254.0,65024.0,840.357676947955,4161536.0 +412.33,5.0,5164.0,0.010910744778811932,0.1453654021024704,2.2673697471618652,-0.013331030495464802,0.4229987859725952,0.7588956356048584,255.0,65280.0,843.5308591378853,4177920.0 +365.6,5.5,5324.0,0.012612107209861279,0.1747639924287796,2.2648818492889404,-0.013733699917793274,0.3695504665374756,0.7479509711265564,256.0,65536.0,846.6087601738982,4194304.0 +367.04,5.199999809265137,5340.0,0.01217130571603775,0.1630045622587204,2.2759850025177,-0.011448492296040058,0.28519731760025024,0.7700260430574417,257.0,65792.0,849.6772580349352,4210688.0 +370.85,5.0,5358.0,0.010721533559262753,0.1468302458524704,2.304715871810913,-0.011458069086074829,0.24870885908603668,0.7731568366289139,258.0,66048.0,852.7353422988672,4227072.0 +418.96,4.800000190734863,5236.0,0.014717123471200466,0.19415283203125,2.3059723377227783,-0.013271219097077847,0.25420892238616943,0.7123875319957733,259.0,66304.0,855.8650597960223,4243456.0 +441.87,4.599999904632568,5462.0,0.010813135653734207,0.143798828125,2.3122594356536865,-0.01238479744642973,0.256116658449173,0.7485329508781433,260.0,66560.0,858.8651388660073,4259840.0 +443.28,4.900000095367432,5289.0,0.009392539039254189,0.1236572265625,2.3325555324554443,-0.013645567931234837,0.21277421712875366,0.7691041380167007,261.0,66816.0,861.9644432279747,4276224.0 +450.49,4.699999809265137,5298.0,0.01043916866183281,0.13995361328125,2.3180181980133057,-0.01287501398473978,0.2518348693847656,0.7279034554958344,262.0,67072.0,865.057190075051,4292608.0 +417.57,3.9000000953674316,5302.0,0.009904502891004086,0.12628173828125,2.3176887035369873,-0.01499883085489273,0.24633528292179108,0.7323177754878998,263.0,67328.0,868.1477910699323,4308992.0 +352.72,4.300000190734863,5390.0,0.009740101173520088,0.1275838166475296,2.2881124019622803,-0.012101707048714161,0.39401331543922424,0.7232211530208588,264.0,67584.0,871.1881524480414,4325376.0 +321.23,5.099999904632568,5387.0,0.00984687265008688,0.1286417692899704,2.2649192810058594,-0.013048805296421051,0.384907990694046,0.7454200983047485,265.0,67840.0,874.2300909338519,4341760.0 +295.62,5.0,5382.0,0.010229506529867649,0.1387939453125,2.266578197479248,-0.014137948863208294,0.4235726296901703,0.7587131559848785,266.0,68096.0,877.2745482479222,4358144.0 +279.11,5.099999904632568,5307.0,0.012163582257926464,0.1654866486787796,2.2318944931030273,-0.012514653615653515,0.3613632619380951,0.7382665872573853,267.0,68352.0,880.3620498490054,4374528.0 +330.54,5.0,5365.0,0.011059188283979893,0.1455485075712204,2.246816873550415,-0.012719717808067799,0.21690522134304047,0.7850261181592941,268.0,68608.0,883.416131848935,4390912.0 +354.93,5.400000095367432,5320.0,0.012808051891624928,0.1648966521024704,2.2292673587799072,-0.012494235299527645,0.27425292134284973,0.766850009560585,269.0,68864.0,886.4967771358788,4407296.0 +417.24,4.199999809265137,5394.0,0.010795929469168186,0.1385904997587204,2.233335018157959,-0.01383044570684433,0.22042743861675262,0.700402170419693,270.0,69120.0,889.5345988760237,4423680.0 +442.25,3.700000047683716,5422.0,0.011138170026242733,0.1461385041475296,2.237471103668213,-0.011950232088565826,0.26148343086242676,0.7769391089677811,271.0,69376.0,892.5568870669231,4440064.0 +389.14,4.900000095367432,5414.0,0.011604990810155869,0.1578165739774704,2.2580742835998535,-0.010798369534313679,0.2829940617084503,0.7860739380121231,272.0,69632.0,895.5837148770224,4456448.0 +317.72,5.300000190734863,5403.0,0.010310071520507336,0.1357218474149704,2.2165753841400146,-0.011676888912916183,0.257988840341568,0.765215128660202,273.0,69888.0,898.6164364018477,4472832.0 +390.85,4.5,5365.0,0.010956752113997936,0.1398518830537796,2.2759196758270264,-0.01169552281498909,0.18738441169261932,0.7917436361312866,274.0,70144.0,901.6712620859034,4489216.0 +389.03,4.900000095367432,5343.0,0.011726639233529568,0.159423828125,2.2713561058044434,-0.01398711558431387,0.361526757478714,0.7461384534835815,275.0,70400.0,904.7382541580591,4505600.0 +391.78,4.800000190734863,5280.0,0.012933711521327496,0.1810506135225296,2.2760636806488037,-0.013271828182041645,0.35268259048461914,0.786168247461319,276.0,70656.0,907.8417841179762,4521984.0 +396.07,4.800000190734863,5359.0,0.010471292771399021,0.136962890625,2.2773244380950928,-0.010828294791281223,0.3174479305744171,0.7723223119974136,277.0,70912.0,910.8992624450475,4538368.0 +388.06,5.0,5268.0,0.00991491973400116,0.1324869841337204,2.271221876144409,-0.011510663665831089,0.3303781747817993,0.7331098914146423,278.0,71168.0,914.0099796690047,4554752.0 +357.83,5.099999904632568,5327.0,0.010312180034816265,0.13134765625,2.3049094676971436,-0.012437974102795124,0.27829161286354065,0.7498003542423248,279.0,71424.0,917.0859467119444,4571136.0 +360.94,5.599999904632568,5223.0,0.010606534779071808,0.1453654021024704,2.291563034057617,-0.010941658169031143,0.313102662563324,0.7601197957992554,280.0,71680.0,920.2234662559349,4587520.0 +369.93,4.800000190734863,5415.0,0.010072266682982445,0.1314900666475296,2.252643346786499,-0.014075483195483685,0.369466096162796,0.7476411461830139,281.0,71936.0,923.2496253559366,4603904.0 +347.87,4.400000095367432,5248.0,0.011583703570067883,0.1533610075712204,2.26374888420105,-0.012115910649299622,0.3421175181865692,0.6906941533088684,282.0,72192.0,926.3737765869591,4620288.0 +285.51,5.0,5337.0,0.008606069721281528,0.1120808944106102,2.285778284072876,-0.010840091854333878,0.38885393738746643,0.7117427885532379,283.0,72448.0,929.4438617590349,4636672.0 +338.4,5.0,5176.0,0.008798051625490189,0.1128133162856102,2.276663064956665,-0.013309869915246964,0.34504637122154236,0.774180069565773,284.0,72704.0,932.6098785279319,4653056.0 +373.37,5.199999809265137,5356.0,0.01042505819350481,0.1342570036649704,2.2514455318450928,-0.012377168983221054,0.3003866374492645,0.8064026087522507,285.0,72960.0,935.6692239039112,4669440.0 +314.55,4.900000095367432,5117.0,0.01119474321603775,0.14813232421875,2.230137586593628,-0.013554531149566174,0.35991230607032776,0.7989582866430283,286.0,73216.0,938.871673255926,4685824.0 +304.73,5.199999809265137,5006.0,0.01032760739326477,0.1334025114774704,2.2287657260894775,-0.012247983366250992,0.3000471889972687,0.835093155503273,287.0,73472.0,942.1447630778421,4702208.0 +354.84,5.0,5336.0,0.008128211833536625,0.10345458984375,2.250094175338745,-0.012143065221607685,0.2917240560054779,0.8004116266965866,288.0,73728.0,945.2164705048781,4718592.0 +354.3,5.5,5375.0,0.009996207430958748,0.12957763671875,2.257903814315796,-0.012660366483032703,0.2916257977485657,0.8119229078292847,289.0,73984.0,948.265273128869,4734976.0 +392.34,4.900000095367432,5309.0,0.012121107429265976,0.1479695588350296,2.2614896297454834,-0.013718134723603725,0.3231599032878876,0.768268272280693,290.0,74240.0,951.3515496628825,4751360.0 +391.32,4.599999904632568,5415.0,0.008641147054731846,0.11187744140625,2.2484240531921387,-0.01295738760381937,0.44738277792930603,0.793552428483963,291.0,74496.0,954.377420342993,4767744.0 +284.48,5.900000095367432,5350.0,0.008872324600815773,0.1131388321518898,2.2403688430786133,-0.01281723752617836,0.30178382992744446,0.8513050675392151,292.0,74752.0,957.4402466770262,4784128.0 +317.58,5.5,5433.0,0.011139028705656528,0.1433308869600296,2.232201337814331,-0.011319641023874283,0.34471115469932556,0.7746435254812241,293.0,75008.0,960.456341241952,4800512.0 +324.57,5.099999904632568,5388.0,0.008070243522524834,0.1020711287856102,2.21761417388916,-0.012974797748029232,0.3101327121257782,0.809758186340332,294.0,75264.0,963.4976502209902,4816896.0 +286.89,4.800000190734863,5492.0,0.011718436144292355,0.1459553986787796,2.2221121788024902,-0.013572592288255692,0.25877758860588074,0.7694540321826935,295.0,75520.0,966.4812135228422,4833280.0 +363.24,4.599999904632568,5418.0,0.011107155121862888,0.1406656950712204,2.229614734649658,-0.011538957245647907,0.3033283054828644,0.7528475672006607,296.0,75776.0,969.5053856440354,4849664.0 +328.47,5.0,5322.0,0.011120997369289398,0.1431071013212204,2.171504259109497,-0.012770631350576878,0.41610273718833923,0.7870122641324997,297.0,76032.0,972.584073901875,4866048.0 +235.76,5.900000095367432,5377.0,0.008997892029583454,0.116943359375,2.163130283355713,-0.012267115525901318,0.4710707366466522,0.7974366545677185,298.0,76288.0,975.631381874904,4882432.0 +298.82,5.699999809265137,5420.0,0.009478583931922913,0.1201375350356102,2.195291757583618,-0.012113112024962902,0.27739009261131287,0.7830170094966888,299.0,76544.0,978.6547601770144,4898816.0 +359.25,5.300000190734863,5363.0,0.014308067969977856,0.1696980744600296,2.1624345779418945,-0.012248135171830654,0.28778401017189026,0.8242649435997009,300.0,76800.0,981.7103086658753,4915200.0 +340.43,5.599999904632568,5381.0,0.011893355287611485,0.1535441130399704,2.1078615188598633,-0.012640641070902348,0.3497808277606964,0.7954538017511368,301.0,77056.0,984.7553562219255,4931584.0 +357.59,5.099999904632568,5368.0,0.011536874808371067,0.1505330353975296,2.078545331954956,-0.01299971342086792,0.3445688486099243,0.736492782831192,302.0,77312.0,987.8077325699851,4947968.0 +369.59,5.099999904632568,5453.0,0.00944069679826498,0.1214803084731102,2.104936361312866,-0.010888521559536457,0.21388079226016998,0.7772793918848038,303.0,77568.0,990.8130014550406,4964352.0 +406.91,4.800000190734863,5385.0,0.013646465726196766,0.1725870817899704,2.136723518371582,-0.011269333772361279,0.2751406729221344,0.7865149825811386,304.0,77824.0,993.8558489889838,4980736.0 +389.13,5.0,5368.0,0.010893632657825947,0.1344197541475296,2.144435405731201,-0.015198715962469578,0.2821967899799347,0.7765986025333405,305.0,78080.0,996.9087144690566,4997120.0 +400.93,4.900000095367432,5245.0,0.012244519777595997,0.1553141325712204,2.139941453933716,-0.01451039593666792,0.3399946391582489,0.7718402445316315,306.0,78336.0,1000.0331454910338,5013504.0 +377.44,5.400000095367432,5317.0,0.014235158450901508,0.1791178435087204,2.0607759952545166,-0.014122363179922104,0.32830917835235596,0.7796139866113663,307.0,78592.0,1003.1153794128913,5029888.0 +262.87,5.599999904632568,5337.0,0.01137249544262886,0.148193359375,2.090153455734253,-0.012197124771773815,0.42498698830604553,0.720774233341217,308.0,78848.0,1006.1859440100379,5046272.0 +262.02,5.5,5388.0,0.010312535800039768,0.13067626953125,2.153928756713867,-0.013346415013074875,0.17250247299671173,0.7618420869112015,309.0,79104.0,1009.2269571169745,5062656.0 +393.66,4.599999904632568,5441.0,0.013902322389185429,0.1742350310087204,2.109631061553955,-0.01148302387446165,0.2005525380373001,0.7667365968227386,310.0,79360.0,1012.2387313079089,5079040.0 +445.8,4.400000095367432,5364.0,0.010697352699935436,0.1405029296875,2.082416534423828,-0.011768338270485401,0.1675640344619751,0.801936998963356,311.0,79616.0,1015.2937223978806,5095424.0 +480.63,4.900000095367432,5433.0,0.013774380087852478,0.1739501953125,2.0259017944335938,-0.01247632410377264,0.3105066120624542,0.7928144633769989,312.0,79872.0,1018.3096584209707,5111808.0 +413.86,5.599999904632568,5344.0,0.012197625823318958,0.1457722932100296,2.0532100200653076,-0.00980107020586729,0.2898283898830414,0.7846621125936508,313.0,80128.0,1021.3759458269924,5128192.0 +351.48,5.699999809265137,5325.0,0.012092073448002338,0.1524251252412796,2.048105001449585,-0.013096815906465054,0.3666936159133911,0.755143478512764,314.0,80384.0,1024.4532327740453,5144576.0 +371.38,5.300000190734863,5270.0,0.011702126823365688,0.1521403044462204,2.071523904800415,-0.012724342755973339,0.23535744845867157,0.7959532737731934,315.0,80640.0,1027.5623021319043,5160960.0 +374.6,5.099999904632568,5393.0,0.012241072952747345,0.1487223356962204,2.1267433166503906,-0.011479468084871769,0.17275308072566986,0.777328610420227,316.0,80896.0,1030.600994155975,5177344.0 +433.26,4.800000190734863,5293.0,0.011263529770076275,0.13421630859375,2.137803792953491,-0.01309905480593443,0.2672004997730255,0.7551164925098419,317.0,81152.0,1033.6970655738842,5193728.0 +438.36,5.199999809265137,5300.0,0.011280234903097153,0.1469929963350296,2.131500005722046,-0.012439489364624023,0.3051851689815521,0.7701280117034912,318.0,81408.0,1036.7889290519524,5210112.0 +407.81,5.199999809265137,5140.0,0.010989080183207989,0.1416015625,2.154653787612915,-0.013682362623512745,0.20900964736938477,0.7862740457057953,319.0,81664.0,1039.9768077640329,5226496.0 +407.95,5.099999904632568,5409.0,0.011185619048774242,0.1386922150850296,2.176715612411499,-0.010308855213224888,0.1970585584640503,0.7790065556764603,320.0,81920.0,1043.0064027840272,5242880.0 +475.03,4.400000095367432,5133.0,0.011907911859452724,0.1563720703125,2.179609775543213,-0.010813788510859013,0.25428739190101624,0.7633413523435593,321.0,82176.0,1046.199563167058,5259264.0 +453.45,5.0,5307.0,0.011001485399901867,0.14263916015625,2.175964593887329,-0.011912491172552109,0.22230535745620728,0.7949993014335632,322.0,82432.0,1049.287398708053,5275648.0 +437.67,5.0,5148.0,0.012417499907314777,0.1667277067899704,2.2168376445770264,-0.013712056912481785,0.2159166932106018,0.7588906735181808,323.0,82688.0,1052.4710852799471,5292032.0 +458.46,4.199999809265137,5346.0,0.011444129049777985,0.1511637419462204,2.2453489303588867,-0.011064992286264896,0.19204185903072357,0.7296448647975922,324.0,82944.0,1055.5363065288402,5308416.0 +492.66,3.5,5076.0,0.012429483234882355,0.1661173552274704,2.2458693981170654,-0.012398380786180496,0.16531234979629517,0.7272513806819916,325.0,83200.0,1058.764211985981,5324800.0 +513.52,3.299999952316284,5334.0,0.011561940424144268,0.1518351286649704,2.2424139976501465,-0.010407193563878536,0.18198752403259277,0.7928591817617416,326.0,83456.0,1061.8363035928924,5341184.0 +396.96,4.199999809265137,5222.0,0.009475245140492916,0.12359619140625,2.2317893505096436,-0.01161161158233881,0.36545395851135254,0.8002298474311829,327.0,83712.0,1064.9742988150101,5357568.0 +302.43,5.099999904632568,5306.0,0.01072586327791214,0.1405843049287796,2.1902272701263428,-0.013226370327174664,0.4375918209552765,0.7755187898874283,328.0,83968.0,1068.062535957899,5373952.0 +287.83,5.599999904632568,5245.0,0.010150032117962837,0.1309611052274704,2.1828670501708984,-0.012257485650479794,0.27306801080703735,0.7897499352693558,329.0,84224.0,1071.1868578218855,5390336.0 +307.78,5.800000190734863,5403.0,0.009279152378439903,0.12261962890625,2.1742379665374756,-0.011508614756166935,0.41639450192451477,0.7867659479379654,330.0,84480.0,1074.2199086849578,5406720.0 +293.41,6.400000095367432,5254.0,0.0120337950065732,0.15643310546875,2.1512763500213623,-0.011205754242837429,0.4245043694972992,0.7785121947526932,331.0,84736.0,1077.3391867280006,5423104.0 +289.79,6.0,5334.0,0.008620264939963818,0.1056315079331398,2.150428056716919,-0.01167739275842905,0.542655885219574,0.7586826384067535,332.0,84992.0,1080.4113643758465,5439488.0 +277.56,5.800000190734863,5251.0,0.011889420449733734,0.1522420197725296,2.164334535598755,-0.011964916251599789,0.2748100757598877,0.834138810634613,333.0,85248.0,1083.5319775878452,5455872.0 +277.78,5.5,5379.0,0.012252859771251678,0.1552530974149704,2.1649410724639893,-0.012030299752950668,0.3554302453994751,0.8224039524793625,334.0,85504.0,1086.5784287198912,5472256.0 +310.98,5.400000095367432,5442.0,0.009779436513781548,0.1283976286649704,2.135776996612549,-0.012759963981807232,0.3918870687484741,0.8236277401447296,335.0,85760.0,1089.5896915658377,5488640.0 +331.51,5.300000190734863,5458.0,0.012246022932231426,0.160888671875,2.1451785564422607,-0.013427011668682098,0.29160967469215393,0.8255817592144012,336.0,86016.0,1092.5921706799418,5505024.0 +334.22,5.300000190734863,5255.0,0.011778313666582108,0.1539713591337204,2.1344783306121826,-0.01157285738736391,0.4145629107952118,0.7572811096906662,337.0,86272.0,1095.710699809948,5521408.0 +294.59,5.199999809265137,5409.0,0.011009599082171917,0.14202880859375,2.175701379776001,-0.01349193137139082,0.3358718156814575,0.7930223047733307,338.0,86528.0,1098.739935177844,5537792.0 +324.21,4.699999809265137,5419.0,0.009907271713018417,0.1284383088350296,2.178372621536255,-0.013489716686308384,0.3926846981048584,0.7845228761434555,339.0,86784.0,1101.7641084608622,5554176.0 +320.53,5.400000095367432,5396.0,0.009897776879370213,0.1263427734375,2.1575112342834473,-0.012423231266438961,0.5152423977851868,0.7315100431442261,340.0,87040.0,1104.8009716928937,5570560.0 +247.46,5.900000095367432,5356.0,0.011300683952867985,0.1347249299287796,2.177741289138794,-0.011875995434820652,0.3331511318683624,0.7553683966398239,341.0,87296.0,1107.8604985468555,5586944.0 +268.97,6.199999809265137,5376.0,0.01037660427391529,0.1288859099149704,2.170226812362671,-0.012521539814770222,0.3606334924697876,0.8111140131950378,342.0,87552.0,1110.9086077308748,5603328.0 +311.19,5.199999809265137,5445.0,0.009156737476587296,0.1129964217543602,2.2021777629852295,-0.013696234673261642,0.41966521739959717,0.8036208748817444,343.0,87808.0,1113.918028214015,5619712.0 +320.11,4.599999904632568,5298.0,0.008268018253147602,0.1063639298081398,2.1993589401245117,-0.013208637945353985,0.3845856189727783,0.7831706553697586,344.0,88064.0,1117.0111910218839,5636096.0 +267.84,4.800000190734863,5225.0,0.00869116559624672,0.1130777969956398,2.180076837539673,-0.012866211123764515,0.5420884490013123,0.8033297061920166,345.0,88320.0,1120.1471756310202,5652480.0 +243.16,5.400000095367432,5245.0,0.011211964301764965,0.1375935822725296,2.14825177192688,-0.012267653830349445,0.47153910994529724,0.7757703512907028,346.0,88576.0,1123.2711286139674,5668864.0 +250.1,5.599999904632568,5271.0,0.009028823114931583,0.11395263671875,2.181668519973755,-0.014272027648985386,0.4758446216583252,0.7904605865478516,347.0,88832.0,1126.3798120650463,5685248.0 +249.42,5.400000095367432,5160.0,0.010506957769393921,0.1332600861787796,2.2149078845977783,-0.01471641194075346,0.2649681866168976,0.8365084230899811,348.0,89088.0,1129.5551193479914,5701632.0 +287.0,4.800000190734863,5265.0,0.009042096324265003,0.1108601912856102,2.171934127807617,-0.013963154517114162,0.40043798089027405,0.6983292400836945,349.0,89344.0,1132.6676574719604,5718016.0 +325.6,4.800000190734863,5171.0,0.009351528249680996,0.1204630509018898,2.175551652908325,-0.013250728137791157,0.36897698044776917,0.7528575211763382,350.0,89600.0,1135.836255162023,5734400.0 +317.7,5.599999904632568,5376.0,0.010739810764789581,0.1336466521024704,2.1318199634552,-0.012716781347990036,0.40054014325141907,0.7694505304098129,351.0,89856.0,1138.8843573960476,5750784.0 +266.06,6.400000095367432,5318.0,0.010929062962532043,0.1408488005399704,2.1345510482788086,-0.014094636775553226,0.4206237494945526,0.7555731981992722,352.0,90112.0,1141.965447891038,5767168.0 +271.21,5.800000190734863,5311.0,0.010885011404752731,0.1423543244600296,2.1413819789886475,-0.013452758081257343,0.4529416859149933,0.72029048204422,353.0,90368.0,1145.0506790918298,5783552.0 +288.96,5.699999809265137,5319.0,0.010548438876867294,0.12908935546875,2.1778979301452637,-0.013306494802236557,0.3180665969848633,0.7739574760198593,354.0,90624.0,1148.1315316639375,5799936.0 +264.82,5.699999809265137,5370.0,0.011411161161959171,0.1455485075712204,2.160266637802124,-0.013504923321306705,0.3473246097564697,0.7794907540082932,355.0,90880.0,1151.183203137014,5816320.0 +266.54,6.5,4954.0,0.010662741027772427,0.1360270231962204,2.1012723445892334,-0.011070538312196732,0.444468230009079,0.797388345003128,356.0,91136.0,1154.4910437748767,5832704.0 +294.16,5.900000095367432,5235.0,0.01104466151446104,0.14404296875,2.108086347579956,-0.011941902339458466,0.3883495628833771,0.8006265163421631,357.0,91392.0,1157.62088889,5849088.0 +304.08,5.099999904632568,5142.0,0.011155799962580204,0.1450602263212204,2.101367235183716,-0.013794232159852982,0.34962332248687744,0.7993151992559433,358.0,91648.0,1160.8073138908949,5865472.0 +273.78,5.599999904632568,5328.0,0.011528887785971165,0.1426595002412796,2.0637786388397217,-0.009184003807604313,0.4673633873462677,0.7896147519350052,359.0,91904.0,1163.8825850859284,5881856.0 +258.09,5.300000190734863,5052.0,0.010607556439936161,0.1272379606962204,2.1028144359588623,-0.009221302345395088,0.4428689181804657,0.7566221803426743,360.0,92160.0,1167.1265247110277,5898240.0 +320.37,4.699999809265137,5397.0,0.009852263145148754,0.1248372420668602,2.182286262512207,-0.013948471285402775,0.2428429126739502,0.7783096134662628,361.0,92416.0,1170.1625077028293,5914624.0 +329.17,5.199999809265137,5113.0,0.01160816103219986,0.1446126252412796,2.1656999588012695,-0.012054161168634892,0.2708405554294586,0.8363855481147766,362.0,92672.0,1173.3674679519609,5931008.0 +336.46,5.900000095367432,5388.0,0.010086293332278728,0.12591552734375,2.1517815589904785,-0.014662637375295162,0.2738218605518341,0.8231975883245468,363.0,92928.0,1176.4086840169039,5947392.0 +371.21,5.199999809265137,5276.0,0.012609188444912434,0.1571858674287796,2.119290590286255,-0.013985293917357922,0.3556235730648041,0.786983922123909,364.0,93184.0,1179.514665047871,5963776.0 +387.34,5.0,5150.0,0.011358429677784443,0.1455281525850296,2.1150832176208496,-0.013139287941157818,0.23032616078853607,0.7702438235282898,365.0,93440.0,1182.696217770921,5980160.0 +442.48,5.0,5121.0,0.012309752404689789,0.14837646484375,2.1502256393432617,-0.01280471682548523,0.25186529755592346,0.7568880319595337,366.0,93696.0,1185.8967556080315,5996544.0 +486.52,4.599999904632568,5342.0,0.01054248958826065,0.13421630859375,2.144012212753296,-0.014469205401837826,0.15888889133930206,0.8288917243480682,367.0,93952.0,1188.9643775529694,6012928.0 +492.47,4.5,5396.0,0.010269067250192165,0.12371826171875,2.1337521076202393,-0.01418543141335249,0.3275757133960724,0.8230806887149811,368.0,94208.0,1192.0008449689485,6029312.0 +460.61,4.5,5212.0,0.012145848013460636,0.145751953125,2.113358736038208,-0.0108455466106534,0.39419516921043396,0.8149070888757706,369.0,94464.0,1195.1448275048751,6045696.0 +368.66,5.300000190734863,5392.0,0.010092631913721561,0.11785888671875,2.173382043838501,-0.013089679181575775,0.2653677463531494,0.8532855957746506,370.0,94720.0,1198.184001881862,6062080.0 +409.57,4.900000095367432,5311.0,0.011323942802846432,0.1397298127412796,2.2056407928466797,-0.012931202538311481,0.16858769953250885,0.8644561320543289,371.0,94976.0,1201.269612367032,6078464.0 +437.76,5.0,5352.0,0.011071274988353252,0.1419677734375,2.2271010875701904,-0.014374514110386372,0.15809549391269684,0.8510080277919769,372.0,95232.0,1204.3310703898314,6094848.0 +511.42,3.9000000953674316,5188.0,0.011830308474600315,0.15350341796875,2.2005767822265625,-0.013943105936050415,0.28425028920173645,0.7552866637706757,373.0,95488.0,1207.4896192860324,6111232.0 +430.02,4.400000095367432,5426.0,0.010096030309796333,0.1282145231962204,2.205425262451172,-0.01360380556434393,0.32469668984413147,0.7438880205154419,374.0,95744.0,1210.5094785459805,6127616.0 +389.11,5.0,5313.0,0.010396518744528294,0.1291096955537796,2.1779417991638184,-0.012852713465690613,0.22086085379123688,0.8054717481136322,375.0,96000.0,1213.5934846878517,6144000.0 +335.58,5.699999809265137,5383.0,0.01022572536021471,0.12860107421875,2.131878137588501,-0.014099031686782837,0.329644113779068,0.7869564890861511,376.0,96256.0,1216.6378281209618,6160384.0 +372.48,5.5,5325.0,0.010009312070906162,0.1298828125,2.125948190689087,-0.014558516442775726,0.37798941135406494,0.7598161101341248,377.0,96512.0,1219.7150647209492,6176768.0 +375.95,5.400000095367432,5311.0,0.012332922779023647,0.1564738005399704,2.1311347484588623,-0.013041906990110874,0.2557228207588196,0.7927681505680084,378.0,96768.0,1222.8001138069667,6193152.0 +379.83,5.300000190734863,5183.0,0.010146173648536205,0.12139892578125,2.1634202003479004,-0.012082279659807682,0.16928033530712128,0.8109564930200577,379.0,97024.0,1225.9616275350563,6209536.0 +420.07,5.400000095367432,5370.0,0.009346204809844494,0.1211140975356102,2.158693313598633,-0.012958451174199581,0.19611085951328278,0.7981577962636948,380.0,97280.0,1229.012935952982,6225920.0 +503.29,4.599999904632568,5186.0,0.010990832932293415,0.14117431640625,2.199226140975952,-0.01430191844701767,0.19057606160640717,0.7747717499732971,381.0,97536.0,1232.1727248388343,6242304.0 +475.49,4.800000190734863,5406.0,0.011212429963052273,0.1463216096162796,2.172044515609741,-0.014143229462206364,0.38978585600852966,0.7253924906253815,382.0,97792.0,1235.2040329170413,6258688.0 +427.29,5.099999904632568,5114.0,0.010435357689857483,0.1313069611787796,2.193903684616089,-0.014117804355919361,0.26027318835258484,0.7762395888566971,383.0,98048.0,1238.4080846039578,6275072.0 +367.94,5.599999904632568,5372.0,0.01161534059792757,0.14776611328125,2.2197158336639404,-0.014820680022239685,0.22965377569198608,0.7587949335575104,384.0,98304.0,1241.45832366799,6291456.0 +396.04,5.300000190734863,5206.0,0.010668096132576466,0.13165283203125,2.1700098514556885,-0.014385285787284374,0.36468327045440674,0.735540121793747,385.0,98560.0,1244.6057951739058,6307840.0 +397.04,5.199999809265137,5378.0,0.010707399807870388,0.1273396760225296,2.150531530380249,-0.012236214242875576,0.31202492117881775,0.7439804971218109,386.0,98816.0,1247.656785496045,6324224.0 +358.72,5.599999904632568,5344.0,0.01246726606041193,0.1630859375,2.127168655395508,-0.014414134435355663,0.2971169650554657,0.7635963261127472,387.0,99072.0,1250.7233083269093,6340608.0 +344.83,5.099999904632568,5443.0,0.011352804489433765,0.14715576171875,2.1698200702667236,-0.015051168389618397,0.2782207429409027,0.762456476688385,388.0,99328.0,1253.73390805698,6356992.0 +275.09,5.300000190734863,5255.0,0.011355184018611908,0.1388753205537796,2.1163463592529297,-0.015230580233037472,0.4465467631816864,0.7487589120864868,389.0,99584.0,1256.8522969270125,6373376.0 +294.26,5.800000190734863,5371.0,0.010748821310698986,0.1348063200712204,2.14306640625,-0.014103119261562824,0.48116257786750793,0.7382468581199646,390.0,99840.0,1259.9031551720109,6389760.0 +216.73,5.699999809265137,5372.0,0.010946783237159252,0.13446044921875,2.141611099243164,-0.014216427691280842,0.416159063577652,0.752014771103859,391.0,100096.0,1262.9540512079839,6406144.0 +196.25,5.900000095367432,5397.0,0.012386307120323181,0.1559041291475296,2.1330883502960205,-0.014075219631195068,0.36427614092826843,0.755967378616333,392.0,100352.0,1265.990206632996,6422528.0 +274.09,5.699999809265137,5405.0,0.009798015467822552,0.1199544295668602,2.1346282958984375,-0.013868405483663082,0.3749500513076782,0.7798349857330322,393.0,100608.0,1269.0219108299352,6438912.0 +306.27,5.400000095367432,5425.0,0.01114018727093935,0.140380859375,2.0829670429229736,-0.0138847092166543,0.36963915824890137,0.8175229281187057,394.0,100864.0,1272.042359675048,6455296.0 +323.29,4.900000095367432,5400.0,0.011222460307180882,0.1372884064912796,2.1445233821868896,-0.015631603077054024,0.15589992702007294,0.8577490299940109,395.0,101120.0,1275.0770968119614,6471680.0 +330.42,4.800000190734863,5408.0,0.012712218798696995,0.15814208984375,2.126535177230835,-0.01134477835148573,0.19791704416275024,0.8403995037078857,396.0,101376.0,1278.1073589760344,6488064.0 +374.92,4.800000190734863,5322.0,0.011671662330627441,0.1502685546875,2.11126971244812,-0.012054342776536942,0.44010069966316223,0.6968910992145538,397.0,101632.0,1281.186243416043,6504448.0 +355.55,5.300000190734863,5308.0,0.010844436474144459,0.1364542692899704,2.0981638431549072,-0.014627985656261444,0.32500866055488586,0.8087182939052582,398.0,101888.0,1284.2732045098674,6520832.0 +374.13,5.300000190734863,5329.0,0.011962180025875568,0.1537882536649704,2.094712495803833,-0.013761576265096664,0.3633256256580353,0.7860271632671356,399.0,102144.0,1287.3485345779918,6537216.0 +379.51,4.900000095367432,5093.0,0.012514661997556686,0.15545654296875,2.101304054260254,-0.01242647785693407,0.1754118651151657,0.8329085558652878,400.0,102400.0,1290.565699914936,6553600.0 +348.92,4.800000190734863,5396.0,0.012941942550241947,0.1627604216337204,2.0662217140197754,-0.013618781231343746,0.39023593068122864,0.7565630078315735,401.0,102656.0,1293.6028425979894,6569984.0 +304.98,5.0,5229.0,0.011479255743324757,0.1452433317899704,2.043828010559082,-0.014212094247341156,0.4004444181919098,0.7424299716949463,402.0,102912.0,1296.7366799069569,6586368.0 +283.47,5.099999904632568,5259.0,0.012493391521275043,0.154052734375,2.0384626388549805,-0.015070482157170773,0.2743617594242096,0.8093548864126205,403.0,103168.0,1299.8525547550526,6602752.0 +320.4,4.800000190734863,5224.0,0.016587207093834877,0.19610595703125,2.0324041843414307,-0.013522376306355,0.2535485625267029,0.8218235969543457,404.0,103424.0,1302.9891304229386,6619136.0 +323.59,5.199999809265137,5339.0,0.013876945711672306,0.1764933317899704,2.0357513427734375,-0.011468409560620785,0.5025891661643982,0.7803704291582108,405.0,103680.0,1306.0584198499564,6635520.0 +271.96,5.800000190734863,5182.0,0.009960359893739223,0.1206461563706398,2.0662124156951904,-0.012654918245971203,0.4113118648529053,0.7963014543056488,406.0,103936.0,1309.2204549198505,6651904.0 +309.43,5.400000095367432,5364.0,0.012720447033643723,0.1545817106962204,2.020813465118408,-0.014528929255902767,0.4269386827945709,0.8257931172847748,407.0,104192.0,1312.275398415979,6668288.0 +298.75,5.900000095367432,5180.0,0.013512535952031612,0.1667277067899704,1.9853330850601196,-0.013526096008718014,0.33311212062835693,0.8370630890130997,408.0,104448.0,1315.4389890059829,6684672.0 +314.56,5.599999904632568,5421.0,0.015109757892787457,0.1818440705537796,2.021756172180176,-0.013337860815227032,0.2552764415740967,0.8290873914957047,409.0,104704.0,1318.4615699469578,6701056.0 +335.57,4.599999904632568,5170.0,0.012354978360235691,0.1529947966337204,2.0135180950164795,-0.012346175499260426,0.2962150573730469,0.7413828670978546,410.0,104960.0,1321.631277894834,6717440.0 +361.52,4.900000095367432,5433.0,0.013818133622407913,0.1663614958524704,2.015169382095337,-0.012341711670160294,0.2601727545261383,0.7812723517417908,411.0,105216.0,1324.647438046988,6733824.0 +330.3,5.699999809265137,5256.0,0.009997674264013767,0.1200154647231102,1.996575951576233,-0.010991084389388561,0.35633257031440735,0.7581368088722229,412.0,105472.0,1327.7652515659574,6750208.0 +328.74,5.099999904632568,5477.0,0.01223696768283844,0.1483968049287796,2.0034258365631104,-0.012310258112847805,0.33847761154174805,0.7394391000270844,413.0,105728.0,1330.756972025847,6766592.0 +274.27,5.400000095367432,5362.0,0.013652506284415722,0.1626383513212204,1.969334602355957,-0.012397405691444874,0.44882139563560486,0.723493903875351,414.0,105984.0,1333.8131572790444,6782976.0 +229.74,6.5,5398.0,0.011276240460574627,0.1408894807100296,1.9831047058105469,-0.014492858201265335,0.47368356585502625,0.7533921152353287,415.0,106240.0,1336.848871548893,6799360.0 +256.66,5.800000190734863,5397.0,0.012146475724875927,0.1482340544462204,1.9880452156066895,-0.012648177333176136,0.415631502866745,0.7367590665817261,416.0,106496.0,1339.884883085033,6815744.0 +230.56,5.400000095367432,5479.0,0.012325786054134369,0.14013671875,2.0250537395477295,-0.013203776441514492,0.371048241853714,0.7448192834854126,417.0,106752.0,1342.8754591678735,6832128.0 +267.91,5.400000095367432,5288.0,0.0116368867456913,0.133544921875,2.0350849628448486,-0.01241132989525795,0.36381974816322327,0.7780095040798187,418.0,107008.0,1345.9740807078779,6848512.0 +322.61,5.400000095367432,5391.0,0.010857592336833477,0.1322021484375,2.0580270290374756,-0.013560296036303043,0.2794788181781769,0.8026638478040695,419.0,107264.0,1349.0138543308713,6864896.0 +309.38,5.199999809265137,5431.0,0.009554420597851276,0.1101277694106102,2.0260114669799805,-0.011646830476820469,0.49623915553092957,0.7097088396549225,420.0,107520.0,1352.0307284209412,6881280.0 +244.79,6.199999809265137,5363.0,0.013341899961233139,0.1606241911649704,2.0527379512786865,-0.014587786048650742,0.2982451915740967,0.8031363934278488,421.0,107776.0,1355.086274396861,6897664.0 +300.11,5.900000095367432,5365.0,0.009542991407215595,0.1142374649643898,2.000493288040161,-0.013590591959655285,0.43621179461479187,0.7349469363689423,422.0,108032.0,1358.140440579038,6914048.0 +263.99,5.800000190734863,5376.0,0.012208853848278522,0.149169921875,2.039597749710083,-0.014545630663633347,0.3995267450809479,0.7199097275733948,423.0,108288.0,1361.1886572928634,6930432.0 +258.35,6.300000190734863,5435.0,0.013011624105274677,0.14434814453125,1.971290111541748,-0.013677732087671757,0.5590862035751343,0.7459112703800201,424.0,108544.0,1364.203896183055,6946816.0 +220.37,6.0,5430.0,0.010398066602647305,0.1224161759018898,1.960761547088623,-0.013752114027738571,0.5094344019889832,0.743574470281601,425.0,108800.0,1367.2216304389294,6963200.0 +265.85,5.800000190734863,5345.0,0.014175915159285069,0.1586710661649704,2.000122547149658,-0.014804801903665066,0.28224048018455505,0.774119570851326,426.0,109056.0,1370.2871795550454,6979584.0 +252.63,6.699999809265137,5398.0,0.012168318964540958,0.1479899138212204,2.006690740585327,-0.014025290496647358,0.33020737767219543,0.783347487449646,427.0,109312.0,1373.3227693678346,6995968.0 +235.91,5.800000190734863,5361.0,0.014259603805840015,0.1562703400850296,1.944051742553711,-0.013098570518195629,0.5420030951499939,0.7326541244983673,428.0,109568.0,1376.3811028080527,7012352.0 +264.43,5.300000190734863,5257.0,0.011425756849348545,0.1383463591337204,1.9559050798416138,-0.013554729521274567,0.5012403130531311,0.7516584545373917,429.0,109824.0,1379.498199933907,7028736.0 +269.92,6.199999809265137,5387.0,0.014156263321638107,0.15106201171875,1.96989905834198,-0.012301993556320667,0.30758142471313477,0.765389010310173,430.0,110080.0,1382.540459865937,7045120.0 +302.12,6.0,5449.0,0.01235686894506216,0.1460164338350296,1.929505705833435,-0.01223234087228775,0.24843840301036835,0.7736533880233765,431.0,110336.0,1385.5478769808542,7061504.0 +279.16,5.599999904632568,5454.0,0.013269324786961079,0.1566365510225296,1.9007863998413086,-0.014683867804706097,0.4917459189891815,0.7295319736003876,432.0,110592.0,1388.5524412679952,7077888.0 +266.8,5.800000190734863,5199.0,0.013260890729725361,0.1550699919462204,1.9271187782287598,-0.01260193157941103,0.5999068021774292,0.7004892826080322,433.0,110848.0,1391.70393526298,7094272.0 +244.41,5.400000095367432,5162.0,0.013142659328877926,0.1524861603975296,1.9145671129226685,-0.016646403819322586,0.5467773675918579,0.7290356755256653,434.0,111104.0,1394.8787141388748,7110656.0 +183.89,6.800000190734863,4961.0,0.009922978468239307,0.1224161759018898,1.9445923566818237,-0.014368194155395031,0.524092972278595,0.7588452249765396,435.0,111360.0,1398.181930413004,7127040.0 +185.92,6.699999809265137,5417.0,0.010483539663255215,0.1230061873793602,1.980007290840149,-0.01606837473809719,0.3034608066082001,0.7962901741266251,436.0,111616.0,1401.2071548448876,7143424.0 +281.12,5.699999809265137,5211.0,0.013533650897443295,0.1526896208524704,1.9611150026321411,-0.014997624792158604,0.4689160883426666,0.7399316132068634,437.0,111872.0,1404.3516250948887,7159808.0 +192.05,6.699999809265137,5423.0,0.011583536863327026,0.1321818083524704,1.9757059812545776,-0.01516638696193695,0.35192179679870605,0.8158977925777435,438.0,112128.0,1407.3736280358862,7176192.0 +212.14,5.599999904632568,5230.0,0.012597193010151386,0.1445515900850296,1.9703154563903809,-0.015594352968037128,0.4969593286514282,0.7740056216716766,439.0,112384.0,1410.5068845059723,7192576.0 +229.89,5.5,5478.0,0.01332906261086464,0.1569417268037796,1.9183636903762817,-0.014210444875061512,0.5567900538444519,0.7608174681663513,440.0,112640.0,1413.4983768980019,7208960.0 +238.45,5.599999904632568,5005.0,0.012025612406432629,0.13507080078125,1.9480751752853394,-0.013756994158029556,0.4173627197742462,0.8002027720212936,441.0,112896.0,1416.772089859005,7225344.0 +178.69,5.800000190734863,5143.0,0.012471654452383518,0.1473185271024704,1.9938530921936035,-0.01210061740130186,0.43910470604896545,0.7011597454547882,442.0,113152.0,1419.9579036429059,7241728.0 +165.12,6.300000190734863,5291.0,0.011290849186480045,0.13970947265625,1.9308494329452515,-0.013294074684381485,0.3596353828907013,0.7967561036348343,443.0,113408.0,1423.0549367528874,7258112.0 +260.73,6.0,5337.0,0.012470695190131664,0.1296183317899704,1.9323610067367554,-0.01415681466460228,0.40796390175819397,0.7852825969457626,444.0,113664.0,1426.1260297899134,7274496.0 +276.18,5.199999809265137,5377.0,0.012265332043170929,0.1514485627412796,1.9630509614944458,-0.014302138239145279,0.2963216304779053,0.765097513794899,445.0,113920.0,1429.1737350509502,7290880.0 +326.13,4.800000190734863,5430.0,0.012548237107694149,0.1492512971162796,1.9697837829589844,-0.013827777467668056,0.3656354248523712,0.7403558492660522,446.0,114176.0,1432.1913868128322,7307264.0 +274.19,5.800000190734863,5370.0,0.012904971837997437,0.1525471955537796,1.9283720254898071,-0.013087864965200424,0.26896926760673523,0.7734910845756531,447.0,114432.0,1435.2429929068312,7323648.0 +289.54,5.400000095367432,5406.0,0.012514028698205948,0.14752197265625,1.9322792291641235,-0.013459806330502033,0.303113728761673,0.7319698333740234,448.0,114688.0,1438.2740513610188,7340032.0 +383.57,4.800000190734863,5328.0,0.010867300443351269,0.1277872771024704,1.9459277391433716,-0.01314752921462059,0.3669705390930176,0.7623822540044785,449.0,114944.0,1441.3497562040575,7356416.0 +242.44,6.099999904632568,5430.0,0.009953313507139683,0.1201375350356102,1.9443193674087524,-0.012030166573822498,0.46431124210357666,0.7565545439720154,450.0,115200.0,1444.3677767468616,7372800.0 +233.67,6.900000095367432,5415.0,0.010778035037219524,0.1270548552274704,1.894729495048523,-0.013513322919607162,0.455432265996933,0.7706921249628067,451.0,115456.0,1447.3940320599359,7389184.0 +188.31,6.599999904632568,5332.0,0.014532539062201977,0.157958984375,1.914040207862854,-0.014864631928503513,0.4019319713115692,0.7687194794416428,452.0,115712.0,1450.467433892889,7405568.0 +262.48,5.699999809265137,5345.0,0.010489154607057571,0.1282145231962204,1.9084726572036743,-0.012828134931623936,0.38552427291870117,0.7457567751407623,453.0,115968.0,1453.5330847199075,7421952.0 +289.75,5.599999904632568,5243.0,0.009568551555275917,0.1141560897231102,1.9533098936080933,-0.011205018498003483,0.4028533697128296,0.7156865000724792,454.0,116224.0,1456.6583628219087,7438336.0 +310.93,4.800000190734863,5478.0,0.012778052128851414,0.1427815705537796,2.0054848194122314,-0.011112282983958721,0.31363019347190857,0.7157420516014099,455.0,116480.0,1459.64985040389,7454720.0 +294.06,5.400000095367432,5311.0,0.01132140588015318,0.1390380859375,1.9667173624038696,-0.01286537665873766,0.3859041929244995,0.8097123354673386,456.0,116736.0,1462.7354333088733,7471104.0 +247.38,6.300000190734863,5417.0,0.012241796590387821,0.13946533203125,1.9453344345092773,-0.014012429863214493,0.40777456760406494,0.7757820785045624,457.0,116992.0,1465.7602487909608,7487488.0 +299.59,5.5,5396.0,0.01398503128439188,0.1646728515625,1.9554322957992554,-0.015941590070724487,0.38416266441345215,0.7745118588209152,458.0,117248.0,1468.7969109648839,7503872.0 +209.09,6.199999809265137,5342.0,0.011694270186126232,0.1282145231962204,1.9755240678787231,-0.014868165366351604,0.5021716952323914,0.741084486246109,459.0,117504.0,1471.8642787998542,7520256.0 +227.49,6.099999904632568,5413.0,0.012373392470180988,0.1344401091337204,1.976319432258606,-0.014779746532440186,0.4058700501918793,0.7409530282020569,460.0,117760.0,1474.8913794190157,7536640.0 +281.07,5.900000095367432,5474.0,0.01742074452340603,0.1694539338350296,2.023616075515747,-0.013516661711037159,0.3213195502758026,0.7499223351478577,461.0,118016.0,1477.884693035856,7553024.0 +250.97,6.400000095367432,5008.0,0.013686046004295349,0.1510009765625,2.000464677810669,-0.013759744353592396,0.422288179397583,0.780175119638443,462.0,118272.0,1481.1563509840053,7569408.0 +249.16,5.599999904632568,5203.0,0.012974037788808346,0.1480305939912796,2.0292458534240723,-0.012272435240447521,0.3738037645816803,0.746257483959198,463.0,118528.0,1484.3054654449224,7585792.0 +272.49,5.5,5176.0,0.011528488248586655,0.1395060271024704,2.0612709522247314,-0.012403798289597034,0.3099070191383362,0.769055500626564,464.0,118784.0,1487.4711194378324,7602176.0 +241.51,6.0,5362.0,0.010723438113927841,0.1262613981962204,1.9785962104797363,-0.014908467419445515,0.3984645903110504,0.7813614755868912,465.0,119040.0,1490.5270958449692,7618560.0 +236.45,6.5,5294.0,0.008870444260537624,0.1036173477768898,1.9793686866760254,-0.01278251688927412,0.4355645179748535,0.7879717350006104,466.0,119296.0,1493.6221705428325,7634944.0 +255.03,6.300000190734863,5448.0,0.011218738742172718,0.1199747696518898,2.0014891624450684,-0.014503455720841885,0.4233452379703522,0.7619794607162476,467.0,119552.0,1496.63062969991,7651328.0 +196.74,6.400000095367432,5135.0,0.010507959872484207,0.1248779296875,2.008665084838867,-0.013515322469174862,0.26205816864967346,0.7982027530670166,468.0,119808.0,1499.821474809898,7667712.0 +303.04,5.800000190734863,5254.0,0.011757326312363148,0.1260172575712204,2.013537645339966,-0.012548218481242657,0.27346500754356384,0.831356480717659,469.0,120064.0,1502.9409686748404,7684096.0 +368.35,5.199999809265137,5275.0,0.01270286738872528,0.1449178010225296,2.0056874752044678,-0.013132032006978989,0.30641862750053406,0.8100264519453049,470.0,120320.0,1506.0475098618772,7700480.0 +301.94,5.5,5335.0,0.011970371939241886,0.1467081755399704,2.0056040287017822,-0.013953355140984058,0.3459017276763916,0.8293884694576263,471.0,120576.0,1509.1188010920305,7716864.0 +257.22,5.900000095367432,5299.0,0.011200099252164364,0.1309407502412796,1.9717344045639038,-0.014005756936967373,0.31376659870147705,0.8089780807495117,472.0,120832.0,1512.2111610139254,7733248.0 +349.74,4.900000095367432,5445.0,0.010150891728699207,0.1143595352768898,1.9007420539855957,-0.013306827284395695,0.3895628750324249,0.716838002204895,473.0,121088.0,1515.2209661998786,7749632.0 +385.49,4.699999809265137,5277.0,0.014705601148307323,0.16424560546875,1.865681529045105,-0.013768111355602741,0.23706935346126556,0.8267418295145035,474.0,121344.0,1518.3260061049368,7766016.0 +336.88,5.699999809265137,5339.0,0.0146529795601964,0.16644287109375,1.8483630418777466,-0.01654510758817196,0.29587051272392273,0.7892341017723083,475.0,121600.0,1521.3950377069414,7782400.0 +351.57,5.5,5349.0,0.01217462494969368,0.1429239958524704,1.8839436769485474,-0.014706216752529144,0.1770430952310562,0.842778280377388,476.0,121856.0,1524.4583388450556,7798784.0 +378.27,5.900000095367432,5440.0,0.013238191604614258,0.1552734375,1.8772763013839722,-0.012205380946397781,0.3636760711669922,0.8107832223176956,477.0,122112.0,1527.4711589028593,7815168.0 +302.83,6.199999809265137,5422.0,0.010843134485185146,0.1294148713350296,1.85287606716156,-0.014017432928085327,0.26804766058921814,0.8328959941864014,478.0,122368.0,1530.4934227289632,7831552.0 +310.53,5.300000190734863,5299.0,0.015893487259745598,0.1608683317899704,1.9038432836532593,-0.014923150651156902,0.2900371849536896,0.7389598488807678,479.0,122624.0,1533.5859185769223,7847936.0 +317.64,5.900000095367432,5357.0,0.014625531621277332,0.1692097932100296,1.8949551582336426,-0.013235855847597122,0.2558923065662384,0.804617702960968,480.0,122880.0,1536.644677361939,7864320.0 +346.78,5.699999809265137,5458.0,0.012604475021362305,0.1482950896024704,1.9197973012924194,-0.010774803347885609,0.34698012471199036,0.7509570270776749,481.0,123136.0,1539.6466816209722,7880704.0 +368.59,4.5,5315.0,0.014227681793272495,0.1594645231962204,1.9692453145980835,-0.012726790271699429,0.3411417007446289,0.7678252160549164,482.0,123392.0,1542.7295185199473,7897088.0 +310.54,5.5,5358.0,0.012545518577098846,0.1430460661649704,1.9483436346054077,-0.013380471616983414,0.3484489619731903,0.80397629737854,483.0,123648.0,1545.788246315904,7913472.0 +299.21,6.099999904632568,5354.0,0.015778405591845512,0.1728719025850296,1.9674068689346313,-0.015197086147964,0.29871147871017456,0.8081037104129791,484.0,123904.0,1548.8487901280168,7929856.0 +340.64,5.5,5368.0,0.011223203502595425,0.1206258162856102,1.9325690269470215,-0.014204819686710835,0.37866902351379395,0.7600384950637817,485.0,124160.0,1551.9013487270568,7946240.0 +355.43,5.5,5420.0,0.013190771453082561,0.1550699919462204,1.9078383445739746,-0.012964450754225254,0.32815077900886536,0.7642053365707397,486.0,124416.0,1554.9245627210476,7962624.0 +355.23,5.199999809265137,5313.0,0.013497612439095974,0.1485392302274704,1.9577007293701172,-0.014162817038595676,0.27178412675857544,0.7202995717525482,487.0,124672.0,1558.0109350869898,7979008.0 +384.86,5.5,5502.0,0.012536981143057346,0.1466471403837204,1.9527231454849243,-0.013772866688668728,0.17857080698013306,0.8286731541156769,488.0,124928.0,1560.9892048959155,7995392.0 +378.01,5.300000190734863,5214.0,0.01375737413764,0.1597900390625,1.975637435913086,-0.013052147813141346,0.2720334827899933,0.7913053184747696,489.0,125184.0,1564.1322801308706,8011776.0 +324.25,5.699999809265137,5471.0,0.011430473066866398,0.1343180388212204,1.948886752128601,-0.012833147309720516,0.38380205631256104,0.7854271233081818,490.0,125440.0,1567.1274114418775,8028160.0 +339.0,5.300000190734863,5183.0,0.012869724072515965,0.1433512419462204,1.939681053161621,-0.014590156264603138,0.3375295400619507,0.7116531431674957,491.0,125696.0,1570.2886908438522,8044544.0 +310.94,5.300000190734863,5401.0,0.013105419464409351,0.14617919921875,1.950801968574524,-0.014266982674598694,0.3275394141674042,0.7121139466762543,492.0,125952.0,1573.322382754879,8060928.0 +283.12,5.5,5200.0,0.013109855353832245,0.1537272185087204,1.9044240713119507,-0.015866277739405632,0.35607650876045227,0.7778754532337189,493.0,126208.0,1576.47378241783,8077312.0 +353.18,5.599999904632568,5435.0,0.012452223338186741,0.14801025390625,1.9299216270446777,-0.013728293590247631,0.37608635425567627,0.770049512386322,494.0,126464.0,1579.488749930868,8093696.0 +305.26,6.099999904632568,5202.0,0.011587251909077168,0.1322428435087204,1.916092872619629,-0.015523084439337254,0.3378124535083771,0.8126550018787384,495.0,126720.0,1582.638819174841,8110080.0 +231.19,6.400000095367432,5358.0,0.01174679771065712,0.1402587890625,1.8888497352600098,-0.013850643299520016,0.26264074444770813,0.8088540732860565,496.0,126976.0,1585.697139221942,8126464.0 +338.71,5.699999809265137,5149.0,0.013935200870037079,0.1595052033662796,1.8538833856582642,-0.014301076531410217,0.2683938443660736,0.8357268422842026,497.0,127232.0,1588.8797859158367,8142848.0 +416.09,5.0,5419.0,0.01383040752261877,0.1552937775850296,1.8252252340316772,-0.013971049338579178,0.3320373594760895,0.8142787665128708,498.0,127488.0,1591.903619389981,8159232.0 +340.97,5.300000190734863,5155.0,0.011316725052893162,0.1234537735581398,1.8706169128417969,-0.01323536317795515,0.39404383301734924,0.7481198906898499,499.0,127744.0,1595.0826027840376,8175616.0 +284.22,5.400000095367432,5377.0,0.012739895842969418,0.1501668244600296,1.8952518701553345,-0.013832025229930878,0.335818886756897,0.7699100375175476,500.0,128000.0,1598.1299287739675,8192000.0 +283.85,5.900000095367432,5256.0,0.011926691047847271,0.1392008513212204,1.928852915763855,-0.013976238667964935,0.36370548605918884,0.7775318175554276,501.0,128256.0,1601.247286211932,8208384.0 +318.19,5.5,5379.0,0.010691783390939236,0.1242879256606102,1.9269026517868042,-0.013556442223489285,0.24824656546115875,0.7986403554677963,502.0,128512.0,1604.2934936238453,8224768.0 +355.06,5.800000190734863,5314.0,0.013253136537969112,0.1566569060087204,1.9107275009155273,-0.013533278368413448,0.32487860321998596,0.8111940026283264,503.0,128768.0,1607.3771902408917,8241152.0 +304.8,6.199999809265137,5479.0,0.013479282148182392,0.16033935546875,1.8678542375564575,-0.01389943715184927,0.33432039618492126,0.7568811178207397,504.0,129024.0,1610.367725614924,8257536.0 +343.62,5.599999904632568,5204.0,0.014024809934198856,0.1623128205537796,1.9012218713760376,-0.013427861034870148,0.31952881813049316,0.776495173573494,505.0,129280.0,1613.5165569230448,8273920.0 +327.7,5.699999809265137,5325.0,0.014654642902314663,0.1549479216337204,1.8281210660934448,-0.013950467109680176,0.3856912851333618,0.7817032933235168,506.0,129536.0,1616.5937041400466,8290304.0 +286.56,5.5,5312.0,0.013620716519653797,0.15966796875,1.8570116758346558,-0.013673976063728333,0.3151300251483917,0.7582457512617111,507.0,129792.0,1619.6786910409573,8306688.0 +283.22,5.199999809265137,5425.0,0.013556976802647114,0.1588948518037796,1.876503825187683,-0.010868835262954235,0.2952375113964081,0.759974479675293,508.0,130048.0,1622.6993647238705,8323072.0 +315.61,5.300000190734863,5167.0,0.01500882487744093,0.1750081330537796,1.901628017425537,-0.01392622385174036,0.30764418840408325,0.7867313027381897,509.0,130304.0,1625.870855323039,8339456.0 +324.11,5.699999809265137,5323.0,0.013629701919853687,0.1559041291475296,1.8945631980895996,-0.014629942364990711,0.4048976004123688,0.766983762383461,510.0,130560.0,1628.94911072799,8355840.0 +268.88,5.599999904632568,5317.0,0.014387561939656734,0.1608479768037796,1.8861150741577148,-0.012629869394004345,0.5020014643669128,0.7337269484996796,511.0,130816.0,1632.031066271942,8372224.0 +193.21,6.099999904632568,5414.0,0.013800867833197117,0.1490885466337204,1.8454136848449707,-0.01451784372329712,0.5136564373970032,0.7131895124912262,512.0,131072.0,1635.0579016678967,8388608.0 +250.02,5.699999809265137,5410.0,0.011967041529715061,0.1417032927274704,1.9843015670776367,-0.011479552835226059,0.3833600580692291,0.7701547741889954,513.0,131328.0,1638.0868381508626,8404992.0 +233.01,5.5,5392.0,0.012342841364443302,0.13336181640625,1.9324350357055664,-0.014687509275972843,0.4475787580013275,0.7149128913879395,514.0,131584.0,1641.1259242550004,8421376.0 +283.38,5.300000190734863,5408.0,0.017028504982590675,0.1778361052274704,2.005225658416748,-0.012795497663319111,0.2515551745891571,0.7784032076597214,515.0,131840.0,1644.1561472369358,8437760.0 +335.02,5.300000190734863,5376.0,0.013714673928916454,0.1534220427274704,1.9189711809158325,-0.013044231571257114,0.4092086851596832,0.7821037620306015,516.0,132096.0,1647.2043508398347,8454144.0 +261.12,6.300000190734863,5405.0,0.011700288392603397,0.1341959685087204,1.9200104475021362,-0.012209449894726276,0.3416084051132202,0.7854885458946228,517.0,132352.0,1650.2357942359522,8470528.0 +286.14,6.199999809265137,5300.0,0.014236192218959332,0.1496988981962204,1.9640122652053833,-0.014502271078526974,0.31430453062057495,0.7867823392152786,518.0,132608.0,1653.3282135089394,8486912.0 +318.23,5.300000190734863,5418.0,0.016136789694428444,0.15631103515625,1.876350998878479,-0.013640332035720348,0.4011768400669098,0.7461862862110138,519.0,132864.0,1656.3524332419038,8503296.0 +322.88,4.900000095367432,5513.0,0.011067606508731842,0.1247151717543602,1.9172711372375488,-0.013183382339775562,0.36457017064094543,0.7371382713317871,520.0,133120.0,1659.3247414119542,8519680.0 +292.76,5.400000095367432,5439.0,0.012827807106077671,0.1306355744600296,1.9342957735061646,-0.013174626976251602,0.3541986644268036,0.7692550867795944,521.0,133376.0,1662.3380601659883,8536064.0 +243.19,6.5,5405.0,0.009810754097998142,0.1154378280043602,1.9553357362747192,-0.014303971081972122,0.4333951473236084,0.7699346244335175,522.0,133632.0,1665.369677312905,8552448.0 +297.41,6.199999809265137,5380.0,0.012739771045744419,0.1393025666475296,1.933476448059082,-0.01409934088587761,0.376077800989151,0.7809034436941147,523.0,133888.0,1668.4157313259784,8568832.0 +317.07,5.699999809265137,5375.0,0.011634998954832554,0.12457275390625,1.9305458068847656,-0.014565731398761272,0.33217117190361023,0.8001085668802261,524.0,134144.0,1671.4642211329192,8585216.0 +297.22,5.400000095367432,5363.0,0.012881483882665634,0.1456705778837204,1.9556947946548462,-0.013611200265586376,0.30073824524879456,0.7523698657751083,525.0,134400.0,1674.519541725982,8601600.0 +297.7,6.199999809265137,5075.0,0.012103014625608921,0.1375529021024704,1.9366313219070435,-0.01466498151421547,0.3572678565979004,0.7617042660713196,526.0,134656.0,1677.7483462349046,8617984.0 +292.44,6.099999904632568,5370.0,0.011808768846094608,0.1291300505399704,1.9880276918411255,-0.013941672630608082,0.3824186623096466,0.6935681998729706,527.0,134912.0,1680.8001045298297,8634368.0 +316.94,5.800000190734863,5394.0,0.012893151491880417,0.1390787810087204,1.9637144804000854,-0.01257056463509798,0.37410643696784973,0.7606593519449234,528.0,135168.0,1683.837790191872,8650752.0 +276.27,6.599999904632568,5443.0,0.012129141949117184,0.1323445588350296,1.9621062278747559,-0.014314929954707623,0.4227884113788605,0.7421410977840424,529.0,135424.0,1686.8485546668526,8667136.0 +229.97,6.900000095367432,5440.0,0.009914369322359562,0.1145833358168602,1.9483370780944824,-0.011417527683079243,0.35434404015541077,0.7824919819831848,530.0,135680.0,1689.860900789965,8683520.0 +285.29,6.099999904632568,5326.0,0.014171606861054897,0.1518351286649704,1.9360647201538086,-0.0166777390986681,0.2998431324958801,0.761722058057785,531.0,135936.0,1692.9377893758938,8699904.0 +274.99,6.199999809265137,5241.0,0.013303998857736588,0.1419881135225296,1.8841444253921509,-0.015496614389121532,0.534247636795044,0.7469445168972015,532.0,136192.0,1696.0643754028715,8716288.0 +209.19,7.0,5367.0,0.013815230689942837,0.1458740234375,1.866784930229187,-0.014364629052579403,0.47868072986602783,0.7619936168193817,533.0,136448.0,1699.1175876839552,8732672.0 +219.4,6.800000190734863,5359.0,0.010685550980269909,0.12310791015625,1.8776670694351196,-0.014152689836919308,0.33810147643089294,0.7619470059871674,534.0,136704.0,1702.1756097469479,8749056.0 +260.74,5.599999904632568,5468.0,0.01457542460411787,0.1540730744600296,1.903471827507019,-0.013853248208761215,0.412367582321167,0.7339953482151031,535.0,136960.0,1705.172448335914,8765440.0 +266.21,5.599999904632568,5155.0,0.01421420555561781,0.1492919921875,1.9053815603256226,-0.014130090363323689,0.3498948812484741,0.7712266743183136,536.0,137216.0,1708.3514735398348,8781824.0 +306.5,4.599999904632568,5416.0,0.012654964812099934,0.1381428986787796,1.9274948835372925,-0.015359800308942795,0.3328903019428253,0.7779172360897064,537.0,137472.0,1711.3768504459877,8798208.0 +268.83,6.0,5235.0,0.014410062693059444,0.15985107421875,1.9226986169815063,-0.01442831102758646,0.3777482509613037,0.797042042016983,538.0,137728.0,1714.5067505599,8814592.0 +303.79,6.099999904632568,5390.0,0.011981900781393051,0.1380208283662796,1.9287647008895874,-0.015258650295436382,0.2686787545681,0.7748323529958725,539.0,137984.0,1717.5471424479038,8830976.0 +315.4,5.199999809265137,4999.0,0.016193566843867302,0.16162109375,1.9114378690719604,-0.01447366178035736,0.43601879477500916,0.7401630878448486,540.0,138240.0,1720.8252855448518,8847360.0 +280.93,5.5,5239.0,0.01370229572057724,0.1485188752412796,1.9590954780578613,-0.014739184640347958,0.24103397130966187,0.8297217041254044,541.0,138496.0,1723.95322166197,8863744.0 +313.67,5.699999809265137,5126.0,0.014316149055957794,0.1634114533662796,1.9259365797042847,-0.012848954647779465,0.2966156005859375,0.7944419085979462,542.0,138752.0,1727.1500034399796,8880128.0 +323.13,5.5,5320.0,0.014244914054870605,0.1583251953125,1.8711093664169312,-0.01210008468478918,0.2963351905345917,0.8132564574480057,543.0,139008.0,1730.2299496298656,8896512.0 +319.81,5.699999809265137,5135.0,0.01152406632900238,0.1327107697725296,1.8978875875473022,-0.013264592736959457,0.3318805396556854,0.777970016002655,544.0,139264.0,1733.4213969409466,8912896.0 +339.85,5.699999809265137,5433.0,0.01611316204071045,0.17657470703125,1.9586294889450073,-0.011809307150542736,0.24489791691303253,0.7984240502119064,545.0,139520.0,1736.4376022398937,8929280.0 +337.22,5.599999904632568,5305.0,0.01290892157703638,0.1436970978975296,1.976458191871643,-0.011939608491957188,0.3432925045490265,0.7718202173709869,546.0,139776.0,1739.5264831560198,8945664.0 +331.85,5.699999809265137,5455.0,0.01378624513745308,0.1545206755399704,1.9686414003372192,-0.012527666985988617,0.3376134932041168,0.7959119826555252,547.0,140032.0,1742.534274701029,8962048.0 +293.33,6.199999809265137,5303.0,0.015351166017353535,0.1657918244600296,1.9852467775344849,-0.013905647210776806,0.26346543431282043,0.7738629579544067,548.0,140288.0,1745.6245083799586,8978432.0 +328.08,6.199999809265137,5405.0,0.016305172815918922,0.1611328125,1.993647575378418,-0.0144433518871665,0.3246202766895294,0.7851547002792358,549.0,140544.0,1748.6559835169464,8994816.0 +390.62,5.599999904632568,5340.0,0.015006900765001774,0.1698811799287796,2.0685174465179443,-0.013309682719409466,0.2323029637336731,0.797222375869751,550.0,140800.0,1751.7244363329373,9011200.0 +364.94,6.199999809265137,5461.0,0.01449758280068636,0.16180419921875,2.0748116970062256,-0.015666475519537926,0.21275289356708527,0.8365622311830521,551.0,141056.0,1754.7248544220347,9027584.0 +449.62,5.599999904632568,5100.0,0.01458443608134985,0.1561279296875,2.1093266010284424,-0.017179055139422417,0.24588529765605927,0.7979941368103027,552.0,141312.0,1757.9381080430467,9043968.0 +433.55,4.900000095367432,5206.0,0.012939602136611938,0.14666748046875,2.065134286880493,-0.016332168132066727,0.26916268467903137,0.759284257888794,553.0,141568.0,1761.0858071548864,9060352.0 +385.61,5.099999904632568,5146.0,0.012063275091350079,0.1414794921875,2.044346809387207,-0.01263428758829832,0.3076915740966797,0.7740273177623749,554.0,141824.0,1764.270327929873,9076736.0 +394.99,5.300000190734863,5308.0,0.012902324087917805,0.1552734375,2.071143627166748,-0.014543231576681137,0.27482184767723083,0.7595657408237457,555.0,142080.0,1767.3577218670398,9093120.0 +395.0,5.300000190734863,5333.0,0.01320370938628912,0.1632080078125,2.0821409225463867,-0.013806086964905262,0.21519535779953003,0.817485436797142,556.0,142336.0,1770.4303609069902,9109504.0 +400.33,5.099999904632568,5279.0,0.013035823591053486,0.15576171875,2.090705394744873,-0.016452031210064888,0.27050352096557617,0.7818755358457565,557.0,142592.0,1773.534887972055,9125888.0 +403.81,5.400000095367432,5388.0,0.015604555606842041,0.1756998747587204,2.096013307571411,-0.015218253247439861,0.2634230852127075,0.8026466071605682,558.0,142848.0,1776.5761486040428,9142272.0 +343.6,5.900000095367432,5250.0,0.014697413891553879,0.1599934846162796,2.0615127086639404,-0.013964586891233921,0.3673391342163086,0.7721575796604156,559.0,143104.0,1779.6975382538512,9158656.0 +357.97,5.300000190734863,5384.0,0.011022011749446392,0.1180623397231102,2.061763048171997,-0.013565908186137676,0.268513947725296,0.7890340089797974,560.0,143360.0,1782.7412411209662,9175040.0 +370.35,5.699999809265137,5111.0,0.01391433086246252,0.1654866486787796,2.078178882598877,-0.01618519052863121,0.38642486929893494,0.7719161361455917,561.0,143616.0,1785.9470229879953,9191424.0 +301.12,6.599999904632568,5279.0,0.012463635765016079,0.15057373046875,2.1042287349700928,-0.01482473686337471,0.29783907532691956,0.7737805992364883,562.0,143872.0,1789.05115513294,9207808.0 +358.59,5.800000190734863,5154.0,0.01156647875905037,0.1335042268037796,2.1534101963043213,-0.013935043476521969,0.17809516191482544,0.7738111019134521,563.0,144128.0,1792.230947536882,9224192.0 +412.7,5.699999809265137,5373.0,0.011238672770559788,0.13690185546875,2.1070194244384766,-0.01442431565374136,0.3879518508911133,0.7699328660964966,564.0,144384.0,1795.28049925901,9240576.0 +329.06,6.099999904632568,5306.0,0.012558621354401112,0.1565755158662796,2.098137378692627,-0.016990898177027702,0.359115332365036,0.7795898616313934,565.0,144640.0,1798.3690236278344,9256960.0 +308.71,5.400000095367432,5381.0,0.011814621277153492,0.1418660432100296,2.069613456726074,-0.015379139222204685,0.41279494762420654,0.7638173848390579,566.0,144896.0,1801.4144539409317,9273344.0 +267.98,5.699999809265137,5311.0,0.013538816012442112,0.1502685546875,2.113845109939575,-0.01602591574192047,0.2671879231929779,0.8069663941860199,567.0,145152.0,1804.4999478259124,9289728.0 +326.8,5.400000095367432,5405.0,0.012061551213264465,0.1447346955537796,2.110208511352539,-0.014731942676007748,0.2731223404407501,0.7825965732336044,568.0,145408.0,1807.5318341269158,9306112.0 +340.03,5.599999904632568,5183.0,0.01224566251039505,0.14239501953125,2.0653183460235596,-0.014732659794390202,0.38309788703918457,0.7459056377410889,569.0,145664.0,1810.6931426539086,9322496.0 +272.32,6.300000190734863,5419.0,0.01116072479635477,0.1399332731962204,2.092400312423706,-0.013273708522319794,0.38870036602020264,0.7819385528564453,570.0,145920.0,1813.717341133859,9338880.0 +273.79,6.099999904632568,5218.0,0.012411215342581272,0.1439615935087204,2.0552899837493896,-0.01656794361770153,0.39817163348197937,0.7274824976921082,571.0,146176.0,1816.8572898029815,9355264.0 +315.52,5.699999809265137,5340.0,0.010315909050405025,0.12408447265625,2.1256682872772217,-0.014900091104209423,0.2432943433523178,0.7954264283180237,572.0,146432.0,1819.9258563918993,9371648.0 +310.49,5.300000190734863,5274.0,0.011757876724004745,0.1363932341337204,2.081308364868164,-0.015358981676399708,0.41348206996917725,0.7232156991958618,573.0,146688.0,1823.0331881330349,9388032.0 +278.52,5.900000095367432,5456.0,0.012902669608592987,0.1475626677274704,2.057997226715088,-0.014459531754255295,0.3609384596347809,0.7828517556190491,574.0,146944.0,1826.0363715910353,9404416.0 +286.69,6.300000190734863,5304.0,0.009828544221818447,0.1138102188706398,2.068455457687378,-0.016434429213404655,0.43297114968299866,0.764082208275795,575.0,147200.0,1829.125563099049,9420800.0 +233.9,6.5,5246.0,0.011363447643816471,0.12890625,2.0254018306732178,-0.014970019459724426,0.39210784435272217,0.7708111703395844,576.0,147456.0,1832.2496637050062,9437184.0 +261.57,6.0,5147.0,0.012828460894525051,0.1491495817899704,2.096588373184204,-0.015048482455313206,0.2756298780441284,0.8090542405843735,577.0,147712.0,1835.4331107100006,9453568.0 +309.88,5.900000095367432,5088.0,0.01373103354126215,0.1527303010225296,2.0685207843780518,-0.015886958688497543,0.30010172724723816,0.7997204810380936,578.0,147968.0,1838.654750611866,9469952.0 +316.31,5.900000095367432,5365.0,0.013116265647113323,0.1492919921875,2.0705249309539795,-0.016338223591446877,0.32619592547416687,0.8017936497926712,579.0,148224.0,1841.7091641039588,9486336.0 +280.06,6.199999809265137,5267.0,0.013647851534187794,0.1481730192899704,2.0486948490142822,-0.015271876007318497,0.40232977271080017,0.785250335931778,580.0,148480.0,1844.8206705630291,9502720.0 +264.64,5.900000095367432,5372.0,0.013032011687755585,0.1402384489774704,2.0546975135803223,-0.016366155818104744,0.4158919155597687,0.7528662979602814,581.0,148736.0,1847.871017731959,9519104.0 +285.07,6.0,5326.0,0.010536889545619488,0.12103271484375,2.005197763442993,-0.013606871478259563,0.41900840401649475,0.8087494224309921,582.0,148992.0,1850.9478712598793,9535488.0 +258.52,7.099999904632568,5426.0,0.013233334757387638,0.1554768830537796,2.0428221225738525,-0.014698990620672703,0.3127715289592743,0.8113523125648499,583.0,149248.0,1853.9676239560358,9551872.0 +280.94,6.599999904632568,5170.0,0.012660712003707886,0.14569091796875,2.030764102935791,-0.015017629601061344,0.3683345317840576,0.7704712301492691,584.0,149504.0,1857.1370618469082,9568256.0 +296.83,6.199999809265137,5376.0,0.012687783688306808,0.1457112580537796,1.9821444749832153,-0.014425795525312424,0.4198613166809082,0.7812228500843048,585.0,149760.0,1860.1852378470358,9584640.0 +233.14,6.300000190734863,5116.0,0.011501792818307877,0.135498046875,2.010392665863037,-0.014053020626306534,0.38266563415527344,0.7931413799524307,586.0,150016.0,1863.3916525980458,9601024.0 +225.09,5.599999904632568,5418.0,0.014003115706145763,0.1499430388212204,1.9855166673660278,-0.017439987510442734,0.4573352336883545,0.7321957051753998,587.0,150272.0,1866.4160676109605,9617408.0 +282.4,5.900000095367432,5048.0,0.013211362063884735,0.15618896484375,2.001119375228882,-0.016595808789134026,0.36880752444267273,0.7519167512655258,588.0,150528.0,1869.6622028299607,9633792.0 +291.13,5.5,5142.0,0.011800224892795086,0.13287353515625,1.9622901678085327,-0.017590900883078575,0.33361756801605225,0.7616542875766754,589.0,150784.0,1872.8489542859606,9650176.0 +251.99,5.800000190734863,5030.0,0.014366003684699535,0.15167236328125,1.9799572229385376,-0.014754989184439182,0.32856160402297974,0.7703768163919449,590.0,151040.0,1876.1068219279405,9666560.0 +325.0,5.099999904632568,5127.0,0.012527171522378922,0.1457316130399704,1.986397385597229,-0.01425004843622446,0.34401392936706543,0.7342453002929688,591.0,151296.0,1879.3027406979818,9682944.0 +307.35,5.699999809265137,4996.0,0.010875231586396694,0.1262410432100296,1.9469681978225708,-0.014815992675721645,0.44834768772125244,0.758316233754158,592.0,151552.0,1882.582874163054,9699328.0 +167.03,6.699999809265137,5390.0,0.011815416626632214,0.1365153044462204,1.9581197500228882,-0.01546156033873558,0.46628573536872864,0.7532092034816742,593.0,151808.0,1885.6230944138952,9715712.0 +197.48,6.300000190734863,5444.0,0.012639842927455902,0.14788818359375,1.95171058177948,-0.016523446887731552,0.42927196621894836,0.7423974275588989,594.0,152064.0,1888.6329293788876,9732096.0 +211.0,6.400000095367432,5403.0,0.014039197005331516,0.16790771484375,1.9222897291183472,-0.014862656593322754,0.45560601353645325,0.7500082552433014,595.0,152320.0,1891.665575234918,9748480.0 +237.12,6.199999809265137,5443.0,0.010616984218358994,0.1241658553481102,1.8989696502685547,-0.014495865441858768,0.4691031277179718,0.7711700946092606,596.0,152576.0,1894.675860656891,9764864.0 +163.85,6.5,5395.0,0.012982103042304516,0.1527303010225296,1.900632381439209,-0.015541408210992813,0.566673219203949,0.7299289107322693,597.0,152832.0,1897.71307758498,9781248.0 +193.45,5.800000190734863,5361.0,0.01041776966303587,0.1226806640625,1.9520431756973267,-0.01525028795003891,0.37337449193000793,0.7277915775775909,598.0,153088.0,1900.7695272900164,9797632.0 +219.36,6.300000190734863,5390.0,0.011887028813362122,0.1373494416475296,1.889553189277649,-0.015931153669953346,0.43540987372398376,0.7621982097625732,599.0,153344.0,1903.8094138239976,9814016.0 +240.19,6.900000095367432,5353.0,0.012493631802499294,0.14447021484375,1.8680895566940308,-0.014490826986730099,0.3884125053882599,0.7281616628170013,600.0,153600.0,1906.8704116300214,9830400.0 +283.46,6.5,5421.0,0.016271237283945084,0.15667724609375,1.9019209146499634,-0.016742082312703133,0.3715318739414215,0.7483885586261749,601.0,153856.0,1909.892933767056,9846784.0 +255.5,5.5,5411.0,0.012039575725793839,0.14520263671875,1.9184507131576538,-0.015596888028085232,0.43974509835243225,0.7209479808807373,602.0,154112.0,1912.9211962178815,9863168.0 +283.32,5.699999809265137,5309.0,0.012747620232403278,0.1455281525850296,1.9344323873519897,-0.01602567359805107,0.32857558131217957,0.7416220307350159,603.0,154368.0,1916.0079005849548,9879552.0 +287.64,5.5,5370.0,0.01326595339924097,0.13897705078125,1.9610859155654907,-0.01548856496810913,0.36832761764526367,0.7367975413799286,604.0,154624.0,1919.0596601949073,9895936.0 +272.79,5.300000190734863,5254.0,0.015412404201924801,0.1515706330537796,1.9431787729263306,-0.014688078314065933,0.30507147312164307,0.7469121217727661,605.0,154880.0,1922.1786850888748,9912320.0 +340.78,4.800000190734863,5314.0,0.013005286455154419,0.1410725861787796,1.9499906301498413,-0.014736960642039776,0.2996416985988617,0.7611416876316071,606.0,155136.0,1925.2619945609476,9928704.0 +239.19,6.699999809265137,5250.0,0.01274847611784935,0.13568115234375,1.9129828214645386,-0.01438369695097208,0.3990241587162018,0.7888278514146805,607.0,155392.0,1928.3836189180147,9945088.0 +203.17,6.699999809265137,5445.0,0.010286197997629642,0.1151936873793602,1.934352993965149,-0.01383346226066351,0.38849928975105286,0.7867261320352554,608.0,155648.0,1931.3931038139854,9961472.0 +260.7,6.400000095367432,5341.0,0.012223348952829838,0.14154052734375,1.9533467292785645,-0.01497051864862442,0.28290435671806335,0.8248675763607025,609.0,155904.0,1934.4610129829962,9977856.0 +322.24,6.699999809265137,5304.0,0.012794632464647293,0.1483357697725296,1.9266853332519531,-0.014009859412908554,0.37528225779533386,0.814354196190834,610.0,156160.0,1937.5505923668388,9994240.0 +283.67,6.5,5182.0,0.011483336798846722,0.1360677033662796,1.9766632318496704,-0.013387513346970081,0.3537280261516571,0.7860781103372574,611.0,156416.0,1940.7126520099118,10010624.0 +269.15,6.300000190734863,5478.0,0.011214707046747208,0.1247151717543602,2.037222146987915,-0.016505969688296318,0.32766884565353394,0.7857284694910049,612.0,156672.0,1943.7044404670596,10027008.0 +317.08,6.5,5226.0,0.011397448368370533,0.1273193359375,2.025299310684204,-0.015606737695634365,0.3395756185054779,0.818551167845726,613.0,156928.0,1946.8399476909544,10043392.0 +233.04,6.699999809265137,5297.0,0.01280238013714552,0.1374308317899704,1.992692470550537,-0.013542581349611282,0.5141308903694153,0.7498592436313629,614.0,157184.0,1949.933620098047,10059776.0 +217.1,6.199999809265137,5173.0,0.011848283000290394,0.1318155974149704,1.9943199157714844,-0.015542744658887386,0.4249158799648285,0.7686634510755539,615.0,157440.0,1953.1015520780347,10076160.0 +216.5,6.199999809265137,5380.0,0.014044421724975109,0.1587321013212204,1.9921116828918457,-0.015210307203233242,0.4204249680042267,0.7733624279499054,616.0,157696.0,1956.1475097958464,10092544.0 +212.05,6.099999904632568,5276.0,0.012845825403928757,0.1424560546875,2.0143344402313232,-0.012672885321080685,0.3880315124988556,0.7525666654109955,617.0,157952.0,1959.2531618019566,10108928.0 +288.46,6.0,5428.0,0.011958305723965168,0.1386515349149704,1.9948029518127441,-0.015191912651062012,0.2847030460834503,0.797522708773613,618.0,158208.0,1962.272292159032,10125312.0 +299.65,5.699999809265137,5207.0,0.012494715861976147,0.1374715119600296,1.9915677309036255,-0.014340187422931194,0.31106820702552795,0.7815134525299072,619.0,158464.0,1965.4191264109686,10141696.0 +262.37,6.400000095367432,5453.0,0.009569449350237846,0.1106770858168602,1.9180597066879272,-0.013960582204163074,0.38518956303596497,0.7660067826509476,620.0,158720.0,1968.4243675658945,10158080.0 +242.13,7.199999809265137,5099.0,0.011963472701609135,0.1202189102768898,1.8602205514907837,-0.012285471893846989,0.35591089725494385,0.8240295052528381,621.0,158976.0,1971.6377750779502,10174464.0 +258.47,6.199999809265137,5338.0,0.012065893970429897,0.1321614533662796,1.8958959579467773,-0.014471662230789661,0.4729490280151367,0.7847115248441696,622.0,159232.0,1974.70773962792,10190848.0 +237.0,5.800000190734863,5197.0,0.016485845670104027,0.1586710661649704,1.9301939010620117,-0.016785824671387672,0.4479943513870239,0.7843053042888641,623.0,159488.0,1977.8607139070518,10207232.0 +208.74,6.800000190734863,5374.0,0.010993584990501404,0.12567138671875,1.9846357107162476,-0.015620511956512928,0.3502678871154785,0.8250468373298645,624.0,159744.0,1980.9098885180429,10223616.0 +227.37,6.800000190734863,5352.0,0.012617587111890316,0.1381428986787796,2.0459811687469482,-0.014349229633808136,0.31545737385749817,0.7782561928033829,625.0,160000.0,1983.971437758999,10240000.0 +310.04,6.400000095367432,5433.0,0.012960790656507015,0.14251708984375,2.02411150932312,-0.01389781292527914,0.3188985288143158,0.7707428336143494,626.0,160256.0,1986.9876251709647,10256384.0 +345.18,6.199999809265137,5189.0,0.012815840542316437,0.1426188200712204,2.085700750350952,-0.015314958989620209,0.2744008004665375,0.780578225851059,627.0,160512.0,1990.1456180219539,10272768.0 +345.31,6.0,5241.0,0.013676472939550877,0.15863037109375,2.037994384765625,-0.013840178959071636,0.3882960081100464,0.759995773434639,628.0,160768.0,1993.2720144670457,10289152.0 +310.76,6.199999809265137,5326.0,0.010752557776868343,0.12091064453125,1.9729876518249512,-0.01560306642204523,0.36727985739707947,0.8020387887954712,629.0,161024.0,1996.3485515639186,10305536.0 +243.9,5.699999809265137,5311.0,0.009912106208503246,0.1084187850356102,2.0011181831359863,-0.01396111398935318,0.4039444625377655,0.7803708165884018,630.0,161280.0,1999.4336135589983,10321920.0 +273.69,5.300000190734863,5382.0,0.012047387659549713,0.1392415314912796,2.0750367641448975,-0.016785448417067528,0.23718583583831787,0.8194831013679504,631.0,161536.0,2002.478807823034,10338304.0 +323.19,5.800000190734863,5246.0,0.011796537786722183,0.1391398161649704,2.05891489982605,-0.014397743158042431,0.3254324197769165,0.7923782169818878,632.0,161792.0,2005.6022634669207,10354688.0 +277.33,6.699999809265137,5373.0,0.012874783016741276,0.14202880859375,2.014876365661621,-0.012815669178962708,0.3561305105686188,0.8068211227655411,633.0,162048.0,2008.6525706329849,10371072.0 +266.08,6.0,5204.0,0.010198156349360943,0.1190592423081398,1.93889319896698,-0.014343573711812496,0.46501240134239197,0.7644211947917938,634.0,162304.0,2011.8010800520424,10387456.0 +278.91,6.599999904632568,5312.0,0.0113091254606843,0.1270955353975296,1.994394302368164,-0.015153013169765472,0.42663463950157166,0.8115404546260834,635.0,162560.0,2014.886106178863,10403840.0 +233.06,7.0,5181.0,0.012238488532602787,0.1381632536649704,1.9560933113098145,-0.0136178620159626,0.415730744600296,0.8052333891391754,636.0,162816.0,2018.048839502968,10420224.0 +218.15,6.5,5299.0,0.013646102510392666,0.1460367888212204,1.9262171983718872,-0.016158292070031166,0.4028494656085968,0.7824961245059967,637.0,163072.0,2021.1416959180497,10436608.0 +245.61,6.199999809265137,5215.0,0.014524065889418125,0.1559855192899704,1.9320354461669922,-0.015121364034712315,0.3377937078475952,0.8111321926116943,638.0,163328.0,2024.2837811028585,10452992.0 +282.79,5.900000095367432,5308.0,0.012286585755646229,0.1424763947725296,1.9022859334945679,-0.014549977146089077,0.4118858277797699,0.7717494517564774,639.0,163584.0,2027.3710590009578,10469376.0 +229.79,6.300000190734863,5063.0,0.011449199169874191,0.1308797150850296,1.8773709535598755,-0.013002253137528896,0.4306105375289917,0.777511328458786,640.0,163840.0,2030.6072472559754,10485760.0 +246.34,6.300000190734863,5379.0,0.012004896998405457,0.1358439177274704,1.8555845022201538,-0.014108375646173954,0.4331851899623871,0.7859178185462952,641.0,164096.0,2033.654102277942,10502144.0 +253.26,6.5,5186.0,0.012708053924143314,0.1424560546875,1.8703733682632446,-0.016660742461681366,0.44284865260124207,0.7486272156238556,642.0,164352.0,2036.8138201059774,10518528.0 +259.71,6.300000190734863,5343.0,0.015848752111196518,0.1611531525850296,1.9594497680664062,-0.013791006058454514,0.3199464976787567,0.7839400470256805,643.0,164608.0,2039.8811854680534,10534912.0 +287.6,5.900000095367432,5181.0,0.01170677226036787,0.1322021484375,1.9047845602035522,-0.014524780213832855,0.4114357531070709,0.7669750154018402,644.0,164864.0,2043.043908760883,10551296.0 +280.53,6.099999904632568,5286.0,0.014644813723862171,0.1507568359375,1.8892741203308105,-0.01568072848021984,0.3857668340206146,0.7426949441432953,645.0,165120.0,2046.144023492001,10567680.0 +255.51,6.300000190734863,5192.0,0.01091367844492197,0.128173828125,1.912338137626648,-0.013014032505452633,0.3980635106563568,0.7852405905723572,646.0,165376.0,2049.2999978929292,10584064.0 +215.25,7.099999904632568,5214.0,0.011641173623502254,0.1303507536649704,1.8972936868667603,-0.01295968983322382,0.4632120430469513,0.7800588309764862,647.0,165632.0,2052.448132226942,10600448.0 +239.29,6.900000095367432,5361.0,0.01122685894370079,0.1274007111787796,1.904889464378357,-0.016427254304289818,0.4542830288410187,0.7361375689506531,648.0,165888.0,2055.505127139855,10616832.0 +254.0,5.699999809265137,5367.0,0.011353082954883575,0.1261393278837204,1.9434527158737183,-0.015827780589461327,0.4190565049648285,0.7635591626167297,649.0,166144.0,2058.5581023099367,10633216.0 +239.99,6.0,5263.0,0.012496251612901688,0.139404296875,1.8286088705062866,-0.01224180031567812,0.37935855984687805,0.7980460524559021,650.0,166400.0,2061.6713666229043,10649600.0 +231.85,6.400000095367432,5449.0,0.013156134635210037,0.1384684294462204,1.8057228326797485,-0.015309292823076248,0.4738624393939972,0.7978219538927078,651.0,166656.0,2064.678664492909,10665984.0 +236.44,6.5,5395.0,0.013066940009593964,0.14453125,1.8391906023025513,-0.01221227366477251,0.3624403774738312,0.7837131470441818,652.0,166912.0,2067.716082914034,10682368.0 +267.3,5.599999904632568,5362.0,0.013481651432812214,0.14849853515625,1.8730672597885132,-0.01483843568712473,0.3805988132953644,0.7895938158035278,653.0,167168.0,2070.771900117863,10698752.0 +185.85,6.900000095367432,5319.0,0.012172047048807144,0.1408284455537796,1.9078187942504883,-0.015258535742759705,0.3858563005924225,0.8012705445289612,654.0,167424.0,2073.852814931888,10715136.0 +235.04,5.900000095367432,5418.0,0.015924440696835518,0.1707967072725296,1.9043737649917603,-0.01625051349401474,0.4099455773830414,0.7498736083507538,655.0,167680.0,2076.877454906935,10731520.0 +262.91,5.900000095367432,5269.0,0.014151670038700104,0.1578776091337204,1.9355548620224,-0.014141707681119442,0.3100874722003937,0.8185145109891891,656.0,167936.0,2079.9872822640464,10747904.0 +245.39,6.099999904632568,5449.0,0.01040854211896658,0.1167195662856102,1.912115454673767,-0.015966782346367836,0.4363473951816559,0.7579433172941208,657.0,168192.0,2082.9945042098407,10764288.0 +238.46,5.599999904632568,5280.0,0.013109111227095127,0.1524454802274704,1.8631044626235962,-0.01791367307305336,0.44479548931121826,0.7486872971057892,658.0,168448.0,2086.098236680031,10780672.0 +234.54,6.300000190734863,5388.0,0.014765164814889431,0.1619059294462204,1.8421446084976196,-0.015959445387125015,0.42815837264060974,0.7407581508159637,659.0,168704.0,2089.139544866048,10797056.0 +252.35,6.599999904632568,5176.0,0.013888840563595295,0.1512858122587204,1.8747873306274414,-0.014846429228782654,0.33206939697265625,0.7976025342941284,660.0,168960.0,2092.3055867098738,10813440.0 +256.75,6.400000095367432,5378.0,0.01371853519231081,0.15777587890625,1.9185072183609009,-0.014957871288061142,0.2562630772590637,0.7822098731994629,661.0,169216.0,2095.3529626629315,10829824.0 +312.13,6.099999904632568,5474.0,0.013270027004182339,0.16107177734375,1.9555522203445435,-0.013949178159236908,0.2726404368877411,0.8336601406335831,662.0,169472.0,2098.346194599988,10846208.0 +335.8,5.699999809265137,5438.0,0.014628235250711441,0.1563313752412796,2.0033605098724365,-0.013779484666883945,0.3393024206161499,0.8028045147657394,663.0,169728.0,2101.359340589028,10862592.0 +312.48,6.0,5402.0,0.011458896100521088,0.13018798828125,1.975721836090088,-0.01343704666942358,0.27303528785705566,0.8270774185657501,664.0,169984.0,2104.392696938012,10878976.0 +328.76,5.900000095367432,5261.0,0.013708483427762985,0.1528116911649704,2.011988401412964,-0.01590237207710743,0.1985897570848465,0.817664235830307,665.0,170240.0,2107.507544866996,10895360.0 +371.76,5.599999904632568,5412.0,0.01334038469940424,0.1581217497587204,2.032226324081421,-0.014784985221922398,0.18426348268985748,0.8297054767608643,666.0,170496.0,2110.535358816851,10911744.0 +398.54,5.599999904632568,5267.0,0.014689282514154911,0.1643880158662796,2.000486135482788,-0.01634206622838974,0.2998519837856293,0.8018913865089417,667.0,170752.0,2113.646197312977,10928128.0 +317.61,6.199999809265137,5411.0,0.01503690704703331,0.1634724885225296,1.9483219385147095,-0.014230694621801376,0.33370304107666016,0.7816899865865707,668.0,171008.0,2116.674497548025,10944512.0 +337.39,5.800000190734863,5287.0,0.013544202782213688,0.1541341096162796,1.945422649383545,-0.016455775126814842,0.2541728913784027,0.8079615831375122,669.0,171264.0,2119.7735737059265,10960896.0 +351.67,5.800000190734863,5379.0,0.015384132973849773,0.16168212890625,1.9560922384262085,-0.013429395854473114,0.20309136807918549,0.8141896277666092,670.0,171520.0,2122.821537732845,10977280.0 +409.85,5.300000190734863,5102.0,0.012091193348169327,0.1409708708524704,2.0104424953460693,-0.013246659189462662,0.19226227700710297,0.7538583725690842,671.0,171776.0,2126.0331580489874,10993664.0 +432.79,5.300000190734863,5421.0,0.01238687802106142,0.1447346955537796,1.9935765266418457,-0.014521072618663311,0.19020545482635498,0.7585578113794327,672.0,172032.0,2129.0561766510364,11010048.0 +423.15,5.599999904632568,5130.0,0.014715352095663548,0.1759846955537796,1.9525076150894165,-0.013829893432557583,0.3690012991428375,0.7537829130887985,673.0,172288.0,2132.250474237837,11026432.0 +403.86,5.699999809265137,5293.0,0.014572220854461193,0.172119140625,1.9695905447006226,-0.01451573520898819,0.2542625367641449,0.7799425572156906,674.0,172544.0,2135.346363435965,11042816.0 +349.52,6.199999809265137,5300.0,0.015413016080856323,0.158203125,1.9553823471069336,-0.014314591884613037,0.2199946641921997,0.8095242083072662,675.0,172800.0,2138.438237458933,11059200.0 +437.73,5.0,5296.0,0.011527717113494873,0.1328125,2.0627388954162598,-0.01400113943964243,0.2261969894170761,0.7291440665721893,676.0,173056.0,2141.533271421911,11075584.0 +461.29,5.0,5209.0,0.011638768948614597,0.1337687224149704,2.0806100368499756,-0.014116264879703522,0.31041690707206726,0.731766939163208,677.0,173312.0,2144.679035679903,11091968.0 +377.12,5.400000095367432,5288.0,0.013577285222709179,0.14117431640625,1.9839674234390259,-0.014426156878471375,0.37304261326789856,0.7634547203779221,678.0,173568.0,2147.7776971699204,11108352.0 +280.3,5.900000095367432,5222.0,0.014306480996310711,0.1627400666475296,2.0034806728363037,-0.01489802822470665,0.2578416168689728,0.8073058128356934,679.0,173824.0,2150.9152754319366,11124736.0 +327.5,5.699999809265137,5362.0,0.013131067156791687,0.150146484375,1.9655810594558716,-0.014391596429049969,0.18735462427139282,0.8215572088956833,680.0,174080.0,2153.9709838249255,11141120.0 +391.72,4.400000095367432,5280.0,0.011194012127816677,0.1258748322725296,1.9945869445800781,-0.013522215187549591,0.23533499240875244,0.7901504933834076,681.0,174336.0,2157.0746024209075,11157504.0 +399.86,4.400000095367432,5297.0,0.01289066020399332,0.1524454802274704,1.9474987983703613,-0.014587287791073322,0.3314017653465271,0.7698558866977692,682.0,174592.0,2160.1679296279326,11173888.0 +296.89,6.400000095367432,5391.0,0.014396083541214466,0.16424560546875,1.9238332509994507,-0.01457867119461298,0.29235610365867615,0.8054761439561844,683.0,174848.0,2163.2073685349897,11190272.0 +293.37,6.300000190734863,5466.0,0.013459465466439724,0.15533447265625,1.9677761793136597,-0.014059015549719334,0.2082168012857437,0.7965216189622879,684.0,175104.0,2166.205076542916,11206656.0 +350.82,5.5,5440.0,0.014197513461112976,0.1556396484375,1.8950390815734863,-0.01656091772019863,0.2674642503261566,0.7989656776189804,685.0,175360.0,2169.217239284888,11223040.0 +348.84,5.599999904632568,5272.0,0.014762159436941147,0.1708170622587204,1.9253602027893066,-0.016173673793673515,0.32842665910720825,0.7847116589546204,686.0,175616.0,2172.325272538932,11239424.0 +351.93,6.199999809265137,5435.0,0.015369053930044174,0.1745198518037796,1.9142476320266724,-0.017353450879454613,0.34733960032463074,0.8053648471832275,687.0,175872.0,2175.3402230408974,11255808.0 +271.37,6.599999904632568,5183.0,0.013593730516731739,0.1529134064912796,1.9495729207992554,-0.015157856047153473,0.32798075675964355,0.8139965236186981,688.0,176128.0,2178.5019554449245,11272192.0 +249.52,6.800000190734863,5251.0,0.015444081276655197,0.1724853515625,1.9867801666259766,-0.018320132046937943,0.282137006521225,0.8261859565973282,689.0,176384.0,2181.622248668922,11288576.0 +289.01,5.599999904632568,5366.0,0.014385352842509747,0.1500040739774704,2.015846014022827,-0.016802320256829262,0.28696319460868835,0.7878147810697556,690.0,176640.0,2184.6760373958386,11304960.0 +303.43,5.099999904632568,5343.0,0.01165298093110323,0.1363728791475296,2.0348312854766846,-0.014564012177288532,0.30905279517173767,0.8084274679422379,691.0,176896.0,2187.7429350370076,11321344.0 +314.44,6.0,5325.0,0.012698651291429996,0.1512044221162796,2.00161075592041,-0.015490229241549969,0.30854031443595886,0.7952907532453537,692.0,177152.0,2190.820121490862,11337728.0 +330.34,6.0,5397.0,0.013297918252646923,0.14892578125,2.001901865005493,-0.013882346451282501,0.32862672209739685,0.7625807076692581,693.0,177408.0,2193.856329581002,11354112.0 +317.04,6.0,5242.0,0.015953337773680687,0.1734822541475296,2.0130863189697266,-0.016208112239837646,0.3254707157611847,0.7647045701742172,694.0,177664.0,2196.982423244044,11370496.0 +304.29,5.900000095367432,5362.0,0.013374150730669498,0.14996337890625,2.0129454135894775,-0.015342130325734615,0.2932949662208557,0.7926239967346191,695.0,177920.0,2200.0383032469545,11386880.0 +296.34,5.800000190734863,5230.0,0.013621803373098373,0.1561075896024704,2.020709276199341,-0.015783386304974556,0.2818444073200226,0.8075834810733795,696.0,178176.0,2203.171627457021,11403264.0 +351.61,5.699999809265137,5424.0,0.013370136730372906,0.15869140625,1.9992585182189941,-0.01448663230985403,0.24929778277873993,0.7983974516391754,697.0,178432.0,2206.1925894590095,11419648.0 +338.13,6.099999904632568,5284.0,0.01330640446394682,0.147216796875,2.0066301822662354,-0.014456890523433685,0.3270784020423889,0.7948533892631531,698.0,178688.0,2209.2942496659234,11436032.0 +263.59,6.699999809265137,5416.0,0.011982341296970844,0.1327921599149704,1.9855966567993164,-0.01486257929354906,0.43214699625968933,0.770475834608078,699.0,178944.0,2212.3199160019867,11452416.0 +283.7,6.699999809265137,5153.0,0.011078364215791225,0.1311238557100296,1.997934341430664,-0.015270275063812733,0.2921704947948456,0.791710615158081,700.0,179200.0,2215.4999536110554,11468800.0 +289.33,6.300000190734863,5257.0,0.015253848396241665,0.16400146484375,1.9630842208862305,-0.014923167414963245,0.33308133482933044,0.8088879883289337,701.0,179456.0,2218.6171443059575,11485184.0 +248.73,6.900000095367432,5234.0,0.011640866287052631,0.1334431916475296,1.9309600591659546,-0.014449764043092728,0.39751505851745605,0.7659242749214172,702.0,179712.0,2221.747997728875,11501568.0 +299.08,6.800000190734863,5410.0,0.01295121107250452,0.1485799103975296,1.958928108215332,-0.015846723690629005,0.34003540873527527,0.7815452814102173,703.0,179968.0,2224.776804737048,11517952.0 +275.61,6.699999809265137,5190.0,0.013769574463367462,0.1600138396024704,1.9882956743240356,-0.01730104349553585,0.31847476959228516,0.7918678969144821,704.0,180224.0,2227.9343641859014,11534336.0 +297.55,5.800000190734863,5374.0,0.016990521922707558,0.1704304963350296,2.00460147857666,-0.015814755111932755,0.3118845522403717,0.786125659942627,705.0,180480.0,2230.983287523035,11550720.0 +283.12,5.800000190734863,5065.0,0.011859067715704441,0.1340128630399704,1.983176827430725,-0.01546486560255289,0.3525642454624176,0.7755645513534546,706.0,180736.0,2234.21887737792,11567104.0 +357.88,5.5,5009.0,0.014132634736597538,0.1495361328125,2.003678560256958,-0.014474466443061829,0.30852851271629333,0.7481260299682617,707.0,180992.0,2237.490069741849,11583488.0 +340.25,6.0,5072.0,0.012872148305177689,0.1483561247587204,1.9551630020141602,-0.013316615484654903,0.34020039439201355,0.7994694858789444,708.0,181248.0,2240.720858118031,11599872.0 +292.34,6.099999904632568,5222.0,0.011721402406692505,0.1417236328125,1.9596198797225952,-0.015151038765907288,0.3482111692428589,0.7952083647251129,709.0,181504.0,2243.8596777298953,11616256.0 +273.01,5.900000095367432,5319.0,0.013147632591426373,0.1510213166475296,1.982873797416687,-0.012976250611245632,0.4157402515411377,0.7856088876724243,710.0,181760.0,2246.940647343872,11632640.0 +286.66,6.400000095367432,5377.0,0.012453533709049225,0.143798828125,1.9611281156539917,-0.017276177182793617,0.468213826417923,0.7869646996259689,711.0,182016.0,2249.988359868992,11649024.0 +193.81,7.099999904632568,5230.0,0.01184473279863596,0.1319783478975296,1.9797443151474,-0.014627589844167233,0.46540847420692444,0.7832864671945572,712.0,182272.0,2253.121668472886,11665408.0 +226.97,6.5,5304.0,0.012137279845774174,0.1312255859375,2.0709846019744873,-0.016432136297225952,0.34868124127388,0.7302784025669098,713.0,182528.0,2256.211343558971,11681792.0 +276.27,5.900000095367432,5306.0,0.01375710591673851,0.1462605744600296,2.0716066360473633,-0.015745121985673904,0.42828118801116943,0.7423459887504578,714.0,182784.0,2259.300821610028,11698176.0 +256.02,6.300000190734863,5171.0,0.014049616642296314,0.1539510041475296,2.018582582473755,-0.015559744089841843,0.40215182304382324,0.751481294631958,715.0,183040.0,2262.4697485528886,11714560.0 +215.46,6.5,5396.0,0.011337682604789734,0.1296590119600296,2.0186455249786377,-0.015189523808658123,0.4312150776386261,0.7627131938934326,716.0,183296.0,2265.5065025128424,11730944.0 +243.81,6.300000190734863,5354.0,0.011457203887403011,0.1325886994600296,2.0320985317230225,-0.015875516459345818,0.2713765501976013,0.7570553421974182,717.0,183552.0,2268.56768936594,11747328.0 +345.78,4.800000190734863,5323.0,0.012674852274358273,0.1503499299287796,2.046053647994995,-0.01445725653320551,0.282397985458374,0.7082297503948212,718.0,183808.0,2271.6462807890493,11763712.0 +325.0,5.0,5415.0,0.015026356093585491,0.1673380583524704,2.0488650798797607,-0.015762554481625557,0.3059392273426056,0.7975482493638992,719.0,184064.0,2274.6723688610364,11780096.0 +284.67,5.699999809265137,5302.0,0.012920282781124115,0.1482136994600296,1.9948244094848633,-0.01675129495561123,0.3705263137817383,0.7868190705776215,720.0,184320.0,2277.762994694989,11796480.0 +302.53,5.5,5352.0,0.013006940484046936,0.1530558317899704,1.996572494506836,-0.014753968454897404,0.3102053701877594,0.811736524105072,721.0,184576.0,2280.824598610867,11812864.0 +243.81,6.5,5347.0,0.01048834715038538,0.12322998046875,1.9874681234359741,-0.01469506323337555,0.4464529752731323,0.7894520312547684,722.0,184832.0,2283.889476199867,11829248.0 +231.79,6.699999809265137,5212.0,0.011816115118563175,0.1337076872587204,2.0030128955841064,-0.014255543239414692,0.36774778366088867,0.768630251288414,723.0,185088.0,2287.033333038911,11845632.0 +309.52,6.0,5442.0,0.013589940965175629,0.1496785432100296,2.0208804607391357,-0.01702711544930935,0.31082895398139954,0.7644342482089996,724.0,185344.0,2290.0445474619046,11862016.0 +317.57,5.800000190734863,5220.0,0.013073444366455078,0.1419270783662796,2.00192928314209,-0.016252698376774788,0.4264439344406128,0.7660429626703262,725.0,185600.0,2293.18338788487,11878400.0 +260.89,6.099999904632568,5317.0,0.0134883439168334,0.1582438200712204,2.0188143253326416,-0.015825055539608,0.40774714946746826,0.723635196685791,726.0,185856.0,2296.265425986843,11894784.0 +279.62,5.900000095367432,5118.0,0.01285743247717619,0.1514689177274704,2.0254509449005127,-0.017393050715327263,0.41044819355010986,0.7748498171567917,727.0,186112.0,2299.4670561158564,11911168.0 +263.89,5.5,5383.0,0.014962528832256794,0.1601765900850296,1.9855271577835083,-0.014453652314841747,0.35913094878196716,0.7299887239933014,728.0,186368.0,2302.5111324919853,11927552.0 +266.6,5.699999809265137,5137.0,0.013859628699719906,0.1577555388212204,1.9749518632888794,-0.01768643967807293,0.33611035346984863,0.7822087109088898,729.0,186624.0,2305.700759464875,11943936.0 +310.91,6.199999809265137,5357.0,0.013394723646342754,0.15545654296875,1.9994583129882812,-0.014488345943391323,0.3570694923400879,0.7338178157806396,730.0,186880.0,2308.759939149022,11960320.0 +307.72,5.699999809265137,5185.0,0.01458675041794777,0.1654256135225296,1.975136399269104,-0.016504745930433273,0.46477892994880676,0.7402376532554626,731.0,187136.0,2311.9203459620476,11976704.0 +219.18,6.5,5346.0,0.011096864007413387,0.1316121369600296,2.0045359134674072,-0.012474876828491688,0.4905072748661041,0.7778779715299606,732.0,187392.0,2314.9856990198605,11993088.0 +235.96,6.0,5249.0,0.01319714542478323,0.1517740935087204,2.0249311923980713,-0.01526120025664568,0.43007445335388184,0.7612059563398361,733.0,187648.0,2318.1078384460416,12009472.0 +225.87,6.800000190734863,5421.0,0.011570226401090622,0.1319580078125,1.9494472742080688,-0.013379930518567562,0.4714525640010834,0.7681316286325455,734.0,187904.0,2321.1303397419397,12025856.0 +225.95,6.5,5220.0,0.015115577727556229,0.161865234375,1.9350147247314453,-0.016267159953713417,0.32631799578666687,0.777189090847969,735.0,188160.0,2324.269532192033,12042240.0 +278.83,6.300000190734863,5383.0,0.014142817817628384,0.1562093049287796,1.895653247833252,-0.016342230141162872,0.39417919516563416,0.755541205406189,736.0,188416.0,2327.313699190039,12058624.0 +294.44,6.199999809265137,5254.0,0.012898343615233898,0.1427001953125,1.8880372047424316,-0.015843482688069344,0.41046667098999023,0.7791789919137955,737.0,188672.0,2330.432619577041,12075008.0 +265.51,6.599999904632568,5393.0,0.012073078192770481,0.1318562775850296,1.8799232244491577,-0.01542859897017479,0.3686579167842865,0.7853047996759415,738.0,188928.0,2333.471209073905,12091392.0 +251.16,6.099999904632568,5381.0,0.013348943553864956,0.1454060822725296,1.9263235330581665,-0.01426201593130827,0.31563299894332886,0.8013259768486023,739.0,189184.0,2336.516209395835,12107776.0 +334.78,5.5,5319.0,0.014670749194920063,0.1528727263212204,1.8963853120803833,-0.014386240392923355,0.3093879520893097,0.807514101266861,740.0,189440.0,2339.5971638089977,12124160.0 +312.59,5.900000095367432,5287.0,0.011594009585678577,0.13116455078125,1.8795385360717773,-0.012725531123578548,0.3036186397075653,0.8493281006813049,741.0,189696.0,2342.6963131949306,12140544.0 +284.03,6.900000095367432,5346.0,0.021599918603897095,0.1694742888212204,1.9294157028198242,-0.012690733186900616,0.37643468379974365,0.8188931196928024,742.0,189952.0,2345.7614825938363,12156928.0 +303.64,6.5,5328.0,0.014025896787643433,0.1532389372587204,1.959739089012146,-0.015576440840959549,0.37977147102355957,0.8072445541620255,743.0,190208.0,2348.8373656868935,12173312.0 +287.01,6.0,5431.0,0.012281015515327454,0.1321207731962204,1.885011076927185,-0.015675395727157593,0.4274550974369049,0.7958463579416275,744.0,190464.0,2351.854545438895,12189696.0 +279.39,6.400000095367432,5406.0,0.012476690113544464,0.1468505859375,1.8564643859863281,-0.014626961201429367,0.3742940127849579,0.8153533488512039,745.0,190720.0,2354.885592560051,12206080.0 +259.12,6.5,5366.0,0.014243700541555882,0.16162109375,1.8547477722167969,-0.014533855020999908,0.3073050081729889,0.8455676287412643,746.0,190976.0,2357.939865479013,12222464.0 +328.13,6.0,5419.0,0.0118351886048913,0.1255900114774704,1.8471860885620117,-0.013755280524492264,0.3824336528778076,0.7713695019483566,747.0,191232.0,2360.9639603910036,12238848.0 +342.45,5.5,5353.0,0.014780855737626553,0.1590372771024704,1.8614543676376343,-0.013983222655951977,0.2775452733039856,0.8132605701684952,748.0,191488.0,2364.0263642298523,12255232.0 +259.77,6.400000095367432,5438.0,0.01130200270563364,0.1308797150850296,1.8454241752624512,-0.014786764979362488,0.3467564284801483,0.8200499713420868,749.0,191744.0,2367.0395764538553,12271616.0 +283.45,6.300000190734863,5324.0,0.013398007489740849,0.1420084685087204,1.8178633451461792,-0.012018145062029362,0.5304067730903625,0.7770310938358307,750.0,192000.0,2370.1173819629475,12288000.0 +251.17,6.400000095367432,5458.0,0.015760846436023712,0.1612955778837204,1.8907679319381714,-0.013908195309340954,0.3776572048664093,0.7989783436059952,751.0,192256.0,2373.119796709856,12304384.0 +260.9,6.300000190734863,5338.0,0.013232607394456863,0.14764404296875,1.872031331062317,-0.014701387844979763,0.40345680713653564,0.7864279597997665,752.0,192512.0,2376.1898116439115,12320768.0 +269.23,6.699999809265137,5438.0,0.014938768930733204,0.16607666015625,1.7975786924362183,-0.014041624031960964,0.3312358558177948,0.8163534998893738,753.0,192768.0,2379.2041597240604,12337152.0 +274.09,7.0,5287.0,0.01449072640389204,0.15826416015625,1.7735031843185425,-0.01684243604540825,0.38916489481925964,0.7887630313634872,754.0,193024.0,2382.3037376040593,12353536.0 +288.76,6.800000190734863,5360.0,0.013930968940258026,0.1569620817899704,1.7533320188522339,-0.014579393900930882,0.4442795515060425,0.7691285610198975,755.0,193280.0,2385.3612544308417,12369920.0 +248.53,6.5,5223.0,0.015073146671056747,0.1664632111787796,1.6895309686660767,-0.015465307049453259,0.5371488332748413,0.7362934648990631,756.0,193536.0,2388.4990499638952,12386304.0 +264.17,6.599999904632568,5426.0,0.013269598595798016,0.1409098356962204,1.730829119682312,-0.015680866315960884,0.4232341945171356,0.7769732773303986,757.0,193792.0,2391.5187506198417,12402688.0 +257.77,6.699999809265137,5204.0,0.014409796334803104,0.1604207307100296,1.8027963638305664,-0.015570401214063168,0.2586692273616791,0.8132295310497284,758.0,194048.0,2394.6680109668523,12419072.0 +281.99,6.199999809265137,5212.0,0.013437698595225811,0.15087890625,1.80460786819458,-0.013999137096107006,0.3937164843082428,0.7613619416952133,759.0,194304.0,2397.8118989309296,12435456.0 +319.37,5.900000095367432,5183.0,0.012746970169246197,0.1432088166475296,1.825465202331543,-0.014055629260838032,0.34758687019348145,0.7344231307506561,760.0,194560.0,2400.9734776730184,12451840.0 +252.92,6.599999904632568,5269.0,0.010592005215585232,0.1187540665268898,1.784483551979065,-0.0127238305285573,0.4271281063556671,0.7849026322364807,761.0,194816.0,2404.083544414025,12468224.0 +276.02,6.300000190734863,5325.0,0.014776289463043213,0.1545613557100296,1.7720317840576172,-0.014143940061330795,0.3230120837688446,0.7849508672952652,762.0,195072.0,2407.160801070975,12484608.0 +305.6,6.0,5439.0,0.015517924912273884,0.16595458984375,1.815972924232483,-0.016480494290590286,0.27526235580444336,0.7996843904256821,763.0,195328.0,2410.1736049589235,12500992.0 +288.58,6.400000095367432,5120.0,0.014022557996213436,0.1566365510225296,1.7720073461532593,-0.012921693734824657,0.3613273799419403,0.7708100527524948,764.0,195584.0,2413.3745595139917,12517376.0 +327.38,6.099999904632568,5371.0,0.013043883256614208,0.14453125,1.7822175025939941,-0.013671795837581158,0.4110405743122101,0.7399398386478424,765.0,195840.0,2416.425570765976,12533760.0 +293.25,5.699999809265137,5217.0,0.016683854162693024,0.183349609375,1.7261689901351929,-0.016599131748080254,0.3652777671813965,0.7540247142314911,766.0,196096.0,2419.5673833379988,12550144.0 +282.77,5.800000190734863,5369.0,0.014188609085977077,0.1511433869600296,1.695516586303711,-0.013466165401041508,0.3909468352794647,0.7600525915622711,767.0,196352.0,2422.6193373620044,12566528.0 +305.58,6.099999904632568,5376.0,0.014466982334852219,0.1689453125,1.718228816986084,-0.013916552998125553,0.40304049849510193,0.740832656621933,768.0,196608.0,2425.6674704910256,12582912.0 +280.62,6.699999809265137,5446.0,0.015137654729187489,0.16143798828125,1.6509970426559448,-0.01381588727235794,0.4193382263183594,0.7666717022657394,769.0,196864.0,2428.6766712998506,12599296.0 +244.99,6.5,5291.0,0.013517818413674831,0.1484578400850296,1.7175979614257812,-0.014641844667494297,0.29241591691970825,0.7500832229852676,770.0,197120.0,2431.7734752900433,12615680.0 +304.88,6.400000095367432,5446.0,0.013753187842667103,0.1475626677274704,1.707465648651123,-0.014636121690273285,0.419260710477829,0.7321953475475311,771.0,197376.0,2434.7826032699086,12632064.0 +286.71,6.800000190734863,5397.0,0.011686049401760101,0.1327107697725296,1.6751033067703247,-0.01416842546314001,0.4477297365665436,0.7450159192085266,772.0,197632.0,2437.8185908829328,12648448.0 +304.77,6.400000095367432,5402.0,0.014686867594718933,0.1510213166475296,1.7310196161270142,-0.015314128249883652,0.28632882237434387,0.7943177223205566,773.0,197888.0,2440.8517273459584,12664832.0 +250.95,7.0,5262.0,0.013077068142592907,0.1366984099149704,1.761858582496643,-0.013638175092637539,0.35833075642585754,0.7922139018774033,774.0,198144.0,2443.966030251002,12681216.0 +210.67,7.5,5341.0,0.014485499821603298,0.15753173828125,1.7343567609786987,-0.013608217239379883,0.37258753180503845,0.7766756117343903,775.0,198400.0,2447.034380353056,12697600.0 +277.7,6.800000190734863,5433.0,0.01479486096650362,0.1586710661649704,1.6739908456802368,-0.014573842287063599,0.31502190232276917,0.7724720686674118,776.0,198656.0,2450.0506233880296,12713984.0 +311.35,6.599999904632568,5221.0,0.015080778859555721,0.16314697265625,1.7400308847427368,-0.013220175169408321,0.3217044174671173,0.804986834526062,777.0,198912.0,2453.1894282379653,12730368.0 +286.03,6.800000190734863,5145.0,0.012568846344947815,0.1274007111787796,1.6952619552612305,-0.013089307583868504,0.3648572266101837,0.7818538397550583,778.0,199168.0,2456.3743080229033,12746752.0 +323.02,5.900000095367432,5043.0,0.01618935354053974,0.1646728515625,1.7120414972305298,-0.015670422464609146,0.417082279920578,0.7219301164150238,779.0,199424.0,2459.6238078509923,12763136.0 +316.96,5.599999904632568,5211.0,0.015496187843382359,0.1656290739774704,1.7422981262207031,-0.01615361124277115,0.3380962312221527,0.7809262126684189,780.0,199680.0,2462.76806911896,12779520.0 +284.32,5.900000095367432,5093.0,0.015352393500506878,0.1683349609375,1.7191343307495117,-0.014155283570289612,0.34073391556739807,0.7571779042482376,781.0,199936.0,2465.98549350095,12795904.0 +298.85,6.5,5391.0,0.017582997679710388,0.1779988557100296,1.7578707933425903,-0.015494611114263535,0.31366991996765137,0.7981504946947098,782.0,200192.0,2469.025571814971,12812288.0 +330.44,6.5,5125.0,0.013018298894166946,0.15234375,1.7955350875854492,-0.0151769258081913,0.28325220942497253,0.7846089899539948,783.0,200448.0,2472.2231640350074,12828672.0 +321.92,6.300000190734863,5330.0,0.011951937340199947,0.1363525390625,1.814940333366394,-0.01380933728069067,0.2935858368873596,0.7902660220861435,784.0,200704.0,2475.297669572057,12845056.0 +319.54,6.599999904632568,5173.0,0.014507770538330078,0.1573079377412796,1.7276058197021484,-0.015878306701779366,0.3419245481491089,0.8093112856149673,785.0,200960.0,2478.4652708070353,12861440.0 +277.2,6.699999809265137,5414.0,0.013733373023569584,0.1529541015625,1.7201024293899536,-0.01430578250437975,0.3499049246311188,0.7714272290468216,786.0,201216.0,2481.4919848679565,12877824.0 +235.7,6.699999809265137,5365.0,0.012554728426039219,0.1331990510225296,1.6653770208358765,-0.014729708433151245,0.520260751247406,0.7384114861488342,787.0,201472.0,2484.5495842020027,12894208.0 +254.98,6.599999904632568,5374.0,0.014418446458876133,0.154296875,1.6688060760498047,-0.01670367456972599,0.4404049217700958,0.7492128610610962,788.0,201728.0,2487.598965220852,12910592.0 +223.37,6.900000095367432,5312.0,0.013593428768217564,0.1433512419462204,1.634028434753418,-0.014469933696091175,0.3725380003452301,0.7945306450128555,789.0,201984.0,2490.6839401209727,12926976.0 +211.6,7.300000190734863,5267.0,0.012994919903576374,0.14703369140625,1.6363734006881714,-0.01564265415072441,0.4179137945175171,0.8128869980573654,790.0,202240.0,2493.7951663699932,12943360.0 +212.2,7.0,5392.0,0.014015297405421734,0.1499837189912796,1.6127814054489136,-0.014211674220860004,0.3246596157550812,0.7955042868852615,791.0,202496.0,2496.834540928947,12959744.0 +302.04,6.300000190734863,5392.0,0.01239058282226324,0.1439208984375,1.6990116834640503,-0.01548682153224945,0.3187975585460663,0.7869629412889481,792.0,202752.0,2499.8736016720068,12976128.0 +326.8,6.199999809265137,5300.0,0.01489350851625204,0.1639811247587204,1.704554557800293,-0.015373483300209045,0.3843696117401123,0.7840041518211365,793.0,203008.0,2502.96516249096,12992512.0 +202.14,6.5,5317.0,0.01363193616271019,0.14666748046875,1.5894393920898438,-0.012537435628473759,0.5661638379096985,0.7556943744421005,794.0,203264.0,2506.0470939029474,13008896.0 +222.81,6.400000095367432,5465.0,0.014337648637592793,0.14788818359375,1.62897527217865,-0.01505107432603836,0.49889251589775085,0.748519092798233,795.0,203520.0,2509.0457770328503,13025280.0 +222.05,6.599999904632568,5368.0,0.01653803326189518,0.17523193359375,1.6451468467712402,-0.01519095804542303,0.41028037667274475,0.788504421710968,796.0,203776.0,2512.0983490289655,13041664.0 +218.7,6.900000095367432,5395.0,0.012015552259981632,0.1260172575712204,1.698476791381836,-0.012432292103767395,0.4171437919139862,0.7873783707618713,797.0,204032.0,2515.1359714888968,13058048.0 +226.25,6.800000190734863,5353.0,0.012673691846430302,0.1382649689912796,1.6991028785705566,-0.01461696159094572,0.3997139036655426,0.7689685970544815,798.0,204288.0,2518.197214029962,13074432.0 +279.68,5.800000190734863,5456.0,0.014256336726248264,0.1499837189912796,1.7523847818374634,-0.016720129176974297,0.3621425926685333,0.745846301317215,799.0,204544.0,2521.2003804489505,13090816.0 +300.86,6.300000190734863,5322.0,0.013123606331646442,0.1453043669462204,1.7733618021011353,-0.01616845652461052,0.30942946672439575,0.7993072271347046,800.0,204800.0,2524.2793045870494,13107200.0 +285.05,6.800000190734863,5331.0,0.012076540850102901,0.13275146484375,1.7366167306900024,-0.01341355498880148,0.36495545506477356,0.7710676938295364,801.0,205056.0,2527.3534404160455,13123584.0 +262.85,6.300000190734863,5305.0,0.014896630309522152,0.1591389924287796,1.727903962135315,-0.016160406172275543,0.5017997622489929,0.7343602478504181,802.0,205312.0,2530.4421314620413,13139968.0 +220.27,7.400000095367432,5321.0,0.010499075055122375,0.1197102889418602,1.7244065999984741,-0.01609974354505539,0.47665607929229736,0.7709083259105682,803.0,205568.0,2533.521406756947,13156352.0 +161.7,7.099999904632568,5355.0,0.016120625659823418,0.1678059846162796,1.738064169883728,-0.014473612420260906,0.3780475854873657,0.7665704041719437,804.0,205824.0,2536.5813756580465,13172736.0 +178.55,6.699999809265137,5450.0,0.01285595167428255,0.1460164338350296,1.7849575281143188,-0.014430314302444458,0.2881913185119629,0.7757833302021027,805.0,206080.0,2539.5881252158433,13189120.0 +300.02,6.0,5198.0,0.011009969748556614,0.1269734650850296,1.7155598402023315,-0.012984488159418106,0.40141788125038147,0.7557026594877243,806.0,206336.0,2542.740355322836,13205504.0 +274.11,6.5,5397.0,0.01590287871658802,0.1677653044462204,1.7393416166305542,-0.014407503418624401,0.34076759219169617,0.7684255242347717,807.0,206592.0,2545.778253025841,13221888.0 +278.49,6.099999904632568,5211.0,0.013829435221850872,0.1558430939912796,1.7889490127563477,-0.016094250604510307,0.4470609426498413,0.7026364505290985,808.0,206848.0,2548.9224495878443,13238272.0 +268.23,6.5,5430.0,0.015416321344673634,0.1717325896024704,1.7852917909622192,-0.014214899390935898,0.38043978810310364,0.7421694695949554,809.0,207104.0,2551.9403634900227,13254656.0 +298.43,6.599999904632568,5151.0,0.01397673785686493,0.1498616486787796,1.8337353467941284,-0.013188011012971401,0.3829785883426666,0.7360368967056274,810.0,207360.0,2555.121294121025,13271040.0 +295.72,6.400000095367432,5347.0,0.012916604988276958,0.1505533903837204,1.9044731855392456,-0.015700461342930794,0.21306300163269043,0.8139009922742844,811.0,207616.0,2558.18644961901,13287424.0 +331.54,5.900000095367432,5117.0,0.014747471548616886,0.1710612028837204,1.8914775848388672,-0.014823236502707005,0.3081025779247284,0.7694589197635651,812.0,207872.0,2561.3884354929905,13303808.0 +370.99,5.300000190734863,5311.0,0.013999995775520802,0.1490071564912796,1.9488210678100586,-0.01253653597086668,0.359695166349411,0.7293766438961029,813.0,208128.0,2564.4739415529184,13320192.0 +352.82,4.800000190734863,5079.0,0.01150099840015173,0.1221923828125,1.929728627204895,-0.015523291192948818,0.3316715359687805,0.7201557755470276,814.0,208384.0,2567.7001529228874,13336576.0 +287.76,5.800000190734863,5462.0,0.016343163326382637,0.1667887419462204,1.9054993391036987,-0.01598210819065571,0.28436848521232605,0.7719553560018539,815.0,208640.0,2570.7002514849883,13352960.0 +318.7,6.300000190734863,5237.0,0.01451796293258667,0.1601765900850296,1.8790022134780884,-0.015517056919634342,0.25151851773262024,0.826514795422554,816.0,208896.0,2573.8293278010096,13369344.0 +320.7,6.400000095367432,5456.0,0.014391005970537663,0.1526082307100296,1.8473776578903198,-0.01147916167974472,0.28939715027809143,0.8011530786752701,817.0,209152.0,2576.83260691585,13385728.0 +358.99,5.900000095367432,5386.0,0.014859515242278576,0.1617228239774704,1.8601374626159668,-0.013711064122617245,0.3289802670478821,0.6960134208202362,818.0,209408.0,2579.8749636108987,13402112.0 +366.13,5.699999809265137,5530.0,0.014229158870875835,0.1557820588350296,1.8637393712997437,-0.014989287592470646,0.1740676611661911,0.8178076297044754,819.0,209664.0,2582.838395294966,13418496.0 +309.0,5.900000095367432,5219.0,0.0143710533156991,0.1676432341337204,1.8400392532348633,-0.013833943754434586,0.30348148941993713,0.769906610250473,820.0,209920.0,2585.9782761428505,13434880.0 +254.86,6.099999904632568,5394.0,0.012161221355199814,0.1455078125,1.7835205793380737,-0.014665249735116959,0.4980407655239105,0.7250578999519348,821.0,210176.0,2589.016271068016,13451264.0 +266.18,6.300000190734863,5122.0,0.013045060448348522,0.13922119140625,1.7852622270584106,-0.01611495204269886,0.3940402567386627,0.7649551033973694,822.0,210432.0,2592.2155180280097,13467648.0 +275.16,6.300000190734863,5404.0,0.01599285937845707,0.16168212890625,1.8372129201889038,-0.01608416438102722,0.24819666147232056,0.7801475524902344,823.0,210688.0,2595.24774292903,13484032.0 +278.15,6.900000095367432,5361.0,0.018359212204813957,0.1810506135225296,1.8253045082092285,-0.016262957826256752,0.3291243314743042,0.774699255824089,824.0,210944.0,2598.304574378999,13500416.0 +351.7,6.900000095367432,5422.0,0.012937675230205059,0.1462605744600296,1.7679322957992554,-0.015963690355420113,0.28884342312812805,0.7742533981800079,825.0,211200.0,2601.3269241140224,13516800.0 +325.0,6.099999904632568,5217.0,0.013197112828493118,0.13970947265625,1.698757290840149,-0.014857194386422634,0.3778332769870758,0.7723565101623535,826.0,211456.0,2604.467821483966,13533184.0 +239.08,7.199999809265137,5387.0,0.01561322808265686,0.15948486328125,1.6619516611099243,-0.015513349324464798,0.3046361804008484,0.8063577264547348,827.0,211712.0,2607.5098858419806,13549568.0 +224.13,7.0,5238.0,0.013352692127227783,0.1485799103975296,1.6869171857833862,-0.011837310157716274,0.305338591337204,0.7756722420454025,828.0,211968.0,2610.6379738098476,13565952.0 +288.73,6.0,5408.0,0.013284035958349705,0.1502888947725296,1.658159852027893,-0.015817925333976746,0.36902129650115967,0.738478034734726,829.0,212224.0,2613.668236150872,13582336.0 +275.49,6.699999809265137,5236.0,0.014827500097453594,0.1596883088350296,1.6652177572250366,-0.015134365297853947,0.43454304337501526,0.7558723092079163,830.0,212480.0,2616.799738166854,13598720.0 +229.59,6.5,5358.0,0.014146999455988407,0.1519368439912796,1.7488402128219604,-0.013544182293117046,0.42247822880744934,0.7282908856868744,831.0,212736.0,2619.8579488878604,13615104.0 +248.31,6.400000095367432,5382.0,0.016028087586164474,0.1715901643037796,1.735453724861145,-0.017157306894659996,0.42602741718292236,0.7270326018333435,832.0,212992.0,2622.9027455300093,13631488.0 +213.76,7.199999809265137,5338.0,0.014883838593959808,0.1595865935087204,1.7591310739517212,-0.013781948946416378,0.47774553298950195,0.7367130219936371,833.0,213248.0,2625.9723483619746,13647872.0 +238.7,6.300000190734863,5364.0,0.01527385413646698,0.1614990234375,1.7919106483459473,-0.016450928524136543,0.41510429978370667,0.7405054569244385,834.0,213504.0,2629.0275097228587,13664256.0 +254.29,5.800000190734863,5450.0,0.012421364895999432,0.1325886994600296,1.7195593118667603,-0.01622915454208851,0.3749055564403534,0.7249035239219666,835.0,213760.0,2632.0341764548793,13680640.0 +203.13,6.699999809265137,5414.0,0.014593190513551235,0.1534016877412796,1.6789497137069702,-0.01463822927325964,0.4676211178302765,0.7347830533981323,836.0,214016.0,2635.0610366610344,13697024.0 +216.2,6.5,5406.0,0.016125326976180077,0.16943359375,1.6543675661087036,-0.014737945050001144,0.4724240303039551,0.7129680514335632,837.0,214272.0,2638.0923142740503,13713408.0 +252.82,6.900000095367432,5403.0,0.013541139662265778,0.1539306640625,1.7422943115234375,-0.01631675846874714,0.39571836590766907,0.7544326186180115,838.0,214528.0,2641.125038726954,13729792.0 +251.46,6.800000190734863,5341.0,0.012984484434127808,0.1457112580537796,1.7525854110717773,-0.017245681956410408,0.4063699245452881,0.7334738671779633,839.0,214784.0,2644.1928256270476,13746176.0 +193.35,7.199999809265137,5354.0,0.012974699027836323,0.1513875275850296,1.721081256866455,-0.01526664663106203,0.40361467003822327,0.7505288273096085,840.0,215040.0,2647.2538773948327,13762560.0 +233.93,6.699999809265137,5336.0,0.014914336614310741,0.1572265625,1.7399531602859497,-0.015321299433708191,0.3842729330062866,0.7384472191333771,841.0,215296.0,2650.3247576849535,13778944.0 +273.75,6.5,5391.0,0.01508330088108778,0.1666259765625,1.7503401041030884,-0.015382069163024426,0.39790692925453186,0.7443980872631073,842.0,215552.0,2653.3642464259174,13795328.0 +260.47,6.599999904632568,5085.0,0.017061753198504448,0.1744588166475296,1.72944974899292,-0.016768760979175568,0.4216782748699188,0.7364275753498077,843.0,215808.0,2656.586729455972,13811712.0 +214.75,6.699999809265137,5288.0,0.015238373540341854,0.1672566682100296,1.7421914339065552,-0.01623094640672207,0.47789227962493896,0.7459347248077393,844.0,216064.0,2659.6854974559974,13828096.0 +260.14,6.900000095367432,5357.0,0.016866249963641167,0.1715291291475296,1.7976826429367065,-0.015007528476417065,0.33660706877708435,0.7478376030921936,845.0,216320.0,2662.7445189438295,13844480.0 +256.85,7.300000190734863,5413.0,0.014028392732143402,0.15771484375,1.7655715942382812,-0.015081400983035564,0.4666926860809326,0.7429915070533752,846.0,216576.0,2665.7717652439605,13860864.0 +239.8,7.400000095367432,5275.0,0.014404031448066235,0.156982421875,1.8283530473709106,-0.01664894074201584,0.3546801805496216,0.770322322845459,847.0,216832.0,2668.8781840270385,13877248.0 +263.09,6.900000095367432,5464.0,0.014786717481911182,0.16400146484375,1.8197051286697388,-0.015645550563931465,0.36892959475517273,0.7478309869766235,848.0,217088.0,2671.8772817610297,13893632.0 +253.85,7.099999904632568,5191.0,0.01546589657664299,0.1677042692899704,1.8394474983215332,-0.01656886376440525,0.3729639947414398,0.7445489466190338,849.0,217344.0,2675.034581589978,13910016.0 +253.03,7.0,5433.0,0.015129686333239079,0.1692301481962204,1.8446251153945923,-0.014278232119977474,0.34190961718559265,0.7596783339977264,850.0,217600.0,2678.0504851290025,13926400.0 +282.22,6.800000190734863,5269.0,0.01683475822210312,0.1830851286649704,1.7892794609069824,-0.01773270033299923,0.4295978248119354,0.7467546164989471,851.0,217856.0,2681.160633099964,13942784.0 +167.46,7.5,5326.0,0.014163433574140072,0.1650594025850296,1.7084569931030273,-0.01426499243825674,0.4035842716693878,0.7657597959041595,852.0,218112.0,2684.237877236912,13959168.0 +178.41,7.699999809265137,5173.0,0.012560036964714527,0.1408488005399704,1.732458233833313,-0.015950912609696388,0.3477020561695099,0.780916377902031,853.0,218368.0,2687.4057368999347,13975552.0 +254.11,7.199999809265137,5443.0,0.013718164525926113,0.16021728515625,1.69758939743042,-0.016082238405942917,0.3686734139919281,0.7438450753688812,854.0,218624.0,2690.4161757440306,13991936.0 +215.8,7.599999904632568,5248.0,0.013928712345659733,0.14581298828125,1.6946088075637817,-0.015321165323257446,0.3718799352645874,0.7867392301559448,855.0,218880.0,2693.5386982250493,14008320.0 +265.12,6.699999809265137,5449.0,0.009742301888763905,0.1108194962143898,1.6894564628601074,-0.015068183653056622,0.4219132959842682,0.7708286345005035,856.0,219136.0,2696.546071037883,14024704.0 +220.92,7.199999809265137,5362.0,0.011071369983255863,0.1205037459731102,1.6275771856307983,-0.014846722595393658,0.4758637845516205,0.7526753693819046,857.0,219392.0,2699.602474109037,14041088.0 +153.45,8.0,5442.0,0.011085418052971363,0.12738037109375,1.7180280685424805,-0.016130411997437477,0.37386441230773926,0.7655571401119232,858.0,219648.0,2702.6138264199253,14057472.0 +224.46,6.400000095367432,5266.0,0.011022486723959446,0.1261800080537796,1.739073634147644,-0.015600945800542831,0.4213895797729492,0.7227731943130493,859.0,219904.0,2705.7255826550536,14073856.0 +205.57,6.900000095367432,5378.0,0.012871985323727131,0.140869140625,1.6830482482910156,-0.016355620697140694,0.38418862223625183,0.7834089547395706,860.0,220160.0,2708.77248434606,14090240.0 +206.5,7.300000190734863,5404.0,0.009918474592268467,0.1207682266831398,1.6988844871520996,-0.012575487606227398,0.3591589033603668,0.7779911160469055,861.0,220416.0,2711.804463917855,14106624.0 +224.56,6.400000095367432,5491.0,0.011535096913576126,0.1324462890625,1.7050293684005737,-0.012625652365386486,0.3642594814300537,0.7641211450099945,862.0,220672.0,2714.788651594892,14123008.0 +279.76,6.199999809265137,5294.0,0.014112807810306549,0.16168212890625,1.731272578239441,-0.01302647590637207,0.3594241142272949,0.7184562385082245,863.0,220928.0,2717.884158486966,14139392.0 +279.96,6.199999809265137,5478.0,0.010118461214005947,0.1162312850356102,1.694351077079773,-0.014535579830408096,0.4075542688369751,0.7086818218231201,864.0,221184.0,2720.875381794991,14155776.0 +251.24,6.5,5507.0,0.01181198749691248,0.1341756135225296,1.6579645872116089,-0.013922959566116333,0.46678850054740906,0.7059006094932556,865.0,221440.0,2723.8508346909657,14172160.0 +256.24,6.800000190734863,5435.0,0.012847576290369034,0.14404296875,1.6634732484817505,-0.015689542517066002,0.3632979094982147,0.755476102232933,866.0,221696.0,2726.8658429849893,14188544.0 +202.75,7.199999809265137,5479.0,0.01225100364536047,0.13934326171875,1.677968144416809,-0.015745848417282104,0.4078335762023926,0.7415193617343903,867.0,221952.0,2729.856430514017,14204928.0 +240.38,6.300000190734863,5398.0,0.012101508677005768,0.14300537109375,1.6653728485107422,-0.015700511634349823,0.3274829685688019,0.7363995015621185,868.0,222208.0,2732.892253334867,14221312.0 +266.22,6.5,5412.0,0.013629005290567875,0.1585896760225296,1.6371855735778809,-0.01392995286732912,0.4362196624279022,0.7095533311367035,869.0,222464.0,2735.9201888048556,14237696.0 +258.78,6.599999904632568,5409.0,0.012149050831794739,0.14141845703125,1.6971379518508911,-0.015768075361847878,0.30965837836265564,0.7426979541778564,870.0,222720.0,2738.949457058916,14254080.0 +239.67,6.599999904632568,5403.0,0.013893422670662403,0.1398112028837204,1.6272225379943848,-0.014226176775991917,0.3568916320800781,0.7204569280147552,871.0,222976.0,2741.9824999228586,14270464.0 +220.4,7.199999809265137,5385.0,0.01431551855057478,0.1595662385225296,1.700670599937439,-0.014838576316833496,0.3615078628063202,0.7577172964811325,872.0,223232.0,2745.0255398189183,14286848.0 +266.61,6.699999809265137,5347.0,0.012531680054962635,0.13446044921875,1.7096823453903198,-0.014023887924849987,0.33950909972190857,0.7560551911592484,873.0,223488.0,2748.0901232280303,14303232.0 +285.02,6.699999809265137,5425.0,0.015013250522315502,0.1603596955537796,1.7134908437728882,-0.016890568658709526,0.3916010558605194,0.7131712138652802,874.0,223744.0,2751.110649554059,14319616.0 +262.18,6.5,5372.0,0.011926977895200253,0.1383056640625,1.7017685174942017,-0.016133150085806847,0.34835878014564514,0.7032875120639801,875.0,224000.0,2754.1607123990543,14336000.0 +244.32,7.400000095367432,5327.0,0.014642152935266495,0.1536051481962204,1.67617666721344,-0.016263118013739586,0.2966010868549347,0.7575552016496658,876.0,224256.0,2757.237152918009,14352384.0 +228.6,6.900000095367432,5425.0,0.014506927691400051,0.1515706330537796,1.6330324411392212,-0.014761678874492645,0.3874666392803192,0.7112922966480255,877.0,224512.0,2760.2575295290444,14368768.0 +213.82,7.099999904632568,5282.0,0.01526220515370369,0.1707560271024704,1.5435986518859863,-0.016612833365797997,0.5013928413391113,0.7236015498638153,878.0,224768.0,2763.3595638128463,14385152.0 +158.01,7.400000095367432,5314.0,0.012376015074551105,0.1351114958524704,1.669260025024414,-0.013060850091278553,0.31466779112815857,0.7776850461959839,879.0,225024.0,2766.4431695728563,14401536.0 +235.08,6.0,5217.0,0.010274343192577362,0.1202799454331398,1.6964725255966187,-0.014649078249931335,0.37650206685066223,0.7172511219978333,880.0,225280.0,2769.5840898088645,14417920.0 +269.94,6.0,5394.0,0.013491884805262089,0.13714599609375,1.690792202949524,-0.013710971921682358,0.27376148104667664,0.7771282494068146,881.0,225536.0,2772.6220022358466,14434304.0 +278.23,6.900000095367432,5089.0,0.015606922097504139,0.16912841796875,1.6782232522964478,-0.01606852561235428,0.42275992035865784,0.7294763624668121,882.0,225792.0,2775.842036098009,14450688.0 +215.79,7.400000095367432,5360.0,0.015239582397043705,0.1753133088350296,1.6317068338394165,-0.014222950674593449,0.4272582530975342,0.7263562679290771,883.0,226048.0,2778.899000923848,14467072.0 +223.96,6.699999809265137,5152.0,0.015348896384239197,0.1689453125,1.682937741279602,-0.012623365968465805,0.4368116557598114,0.6692061722278595,884.0,226304.0,2782.079694499029,14483456.0 +230.0,6.900000095367432,5350.0,0.013091799803078175,0.15203857421875,1.692876935005188,-0.015716170892119408,0.4053668677806854,0.7308444380760193,885.0,226560.0,2785.1422865819186,14499840.0 +222.64,7.099999904632568,5294.0,0.014751038514077663,0.16119384765625,1.7612968683242798,-0.01592843234539032,0.35380613803863525,0.7553116232156754,886.0,226816.0,2788.2373368388508,14516224.0 +209.94,7.699999809265137,5464.0,0.015406115911900997,0.1765340119600296,1.7360447645187378,-0.015947764739394188,0.31045475602149963,0.7747639268636703,887.0,227072.0,2791.2365484149195,14532608.0 +195.42,7.099999904632568,5129.0,0.014227702282369137,0.1698811799287796,1.727719783782959,-0.0145874647423625,0.35506391525268555,0.7446747124195099,888.0,227328.0,2794.4317595988978,14548992.0 +271.78,6.099999904632568,5384.0,0.012342958711087704,0.14495849609375,1.6917487382888794,-0.014142155647277832,0.40859749913215637,0.6630662977695465,889.0,227584.0,2797.475055449875,14565376.0 +264.63,6.400000095367432,5031.0,0.010844816453754902,0.1318155974149704,1.6926665306091309,-0.01471172645688057,0.4058077335357666,0.712365984916687,890.0,227840.0,2800.732243912993,14581760.0 +235.58,6.900000095367432,5340.0,0.011395362205803394,0.1300048828125,1.713358759880066,-0.016778171062469482,0.3467439115047455,0.7301855385303497,891.0,228096.0,2803.8010606989264,14598144.0 +266.86,7.300000190734863,5304.0,0.014495049603283405,0.1675008088350296,1.741584300994873,-0.01530363317579031,0.3038634657859802,0.7383745610713959,892.0,228352.0,2806.8907833278645,14614528.0 +282.64,6.599999904632568,5487.0,0.013795875012874603,0.1642049103975296,1.7101497650146484,-0.01557022612541914,0.383500337600708,0.7107864320278168,893.0,228608.0,2809.877176064998,14630912.0 +201.47,6.599999904632568,5368.0,0.010928059928119183,0.1279296875,1.6629308462142944,-0.014142683707177639,0.46106886863708496,0.7200713455677032,894.0,228864.0,2812.930033672834,14647296.0 +222.92,6.599999904632568,5372.0,0.015482130460441113,0.16253662109375,1.6786694526672363,-0.017371827736496925,0.4364032745361328,0.7000797390937805,895.0,229120.0,2815.9801090669353,14663680.0 +190.64,6.900000095367432,5335.0,0.012971222400665283,0.1465047150850296,1.6717318296432495,-0.01425341609865427,0.3820497691631317,0.7062526345252991,896.0,229376.0,2819.0516837129835,14680064.0 +236.34,6.5,5420.0,0.011853341944515705,0.1322835236787796,1.6602870225906372,-0.015602757222950459,0.3393460512161255,0.7312105894088745,897.0,229632.0,2822.0750144750345,14696448.0 +249.91,6.800000190734863,5415.0,0.012856733053922653,0.14739990234375,1.6639457941055298,-0.01654605194926262,0.3851032555103302,0.6892506182193756,898.0,229888.0,2825.101661149878,14712832.0 +205.46,7.699999809265137,5392.0,0.01809472218155861,0.1917928010225296,1.6929980516433716,-0.016173169016838074,0.37019214034080505,0.715367466211319,899.0,230144.0,2828.1408979569096,14729216.0 +231.25,6.599999904632568,5394.0,0.01245588343590498,0.1439005583524704,1.6969300508499146,-0.015380804426968098,0.41730639338493347,0.7158037424087524,900.0,230400.0,2831.1793808809016,14745600.0 +226.28,6.699999809265137,5453.0,0.014389011077582836,0.149169921875,1.674057960510254,-0.0162313561886549,0.42585238814353943,0.6718001663684845,901.0,230656.0,2834.1844587069936,14761984.0 +246.61,6.5,5302.0,0.012445998378098011,0.1397705078125,1.729599118232727,-0.013412363827228546,0.4518805742263794,0.6816995143890381,902.0,230912.0,2837.2747669129167,14778368.0 +185.08,6.699999809265137,5447.0,0.013700734823942184,0.1499226838350296,1.6693347692489624,-0.017105814069509506,0.49814319610595703,0.700374573469162,903.0,231168.0,2840.28305445984,14794752.0 +203.91,7.099999904632568,5407.0,0.01486953068524599,0.1573486328125,1.6854972839355469,-0.013444109819829464,0.3611772954463959,0.7612445205450058,904.0,231424.0,2843.314207541058,14811136.0 +205.83,7.199999809265137,5241.0,0.013184763491153717,0.1434122771024704,1.6989835500717163,-0.016624577343463898,0.3365365266799927,0.7761900424957275,905.0,231680.0,2846.4405487789772,14827520.0 +229.06,7.0,5366.0,0.013862655498087406,0.1468302458524704,1.6327056884765625,-0.016461173072457314,0.3487299680709839,0.742089033126831,906.0,231936.0,2849.494225173956,14843904.0 +239.3,6.900000095367432,5275.0,0.015177607536315918,0.1472574919462204,1.6435352563858032,-0.01297678891569376,0.41214168071746826,0.7336024343967438,907.0,232192.0,2852.6008971838746,14860288.0 +207.13,7.400000095367432,5395.0,0.0133150490000844,0.1424357146024704,1.6150412559509277,-0.01559037622064352,0.47513115406036377,0.7361715137958527,908.0,232448.0,2855.638270498952,14876672.0 +222.82,6.900000095367432,5319.0,0.01365599688142538,0.1465861052274704,1.7189801931381226,-0.015442260541021824,0.3204125165939331,0.7663792967796326,909.0,232704.0,2858.7189577559475,14893056.0 +265.99,6.5,5289.0,0.014466588385403156,0.1614786833524704,1.6980105638504028,-0.015535739250481129,0.3432065546512604,0.7260975539684296,910.0,232960.0,2861.817199181998,14909440.0 +253.76,7.099999904632568,5194.0,0.014560206793248653,0.1566569060087204,1.6371378898620605,-0.017248237505555153,0.3314312994480133,0.7490805387496948,911.0,233216.0,2864.972108773887,14925824.0 +252.21,7.0,5337.0,0.015491909347474575,0.158935546875,1.5612215995788574,-0.01733025535941124,0.4759676158428192,0.7293213903903961,912.0,233472.0,2868.0424193169456,14942208.0 +233.21,7.0,5088.0,0.010854554362595081,0.1229654923081398,1.5867151021957397,-0.01270726602524519,0.4262412488460541,0.7478390634059906,913.0,233728.0,2871.2627659449354,14958592.0 +243.73,7.0,5320.0,0.01267949864268303,0.1432902067899704,1.6128307580947876,-0.015246727503836155,0.3727062940597534,0.7428117096424103,914.0,233984.0,2874.3431589729153,14974976.0 +196.08,7.300000190734863,5140.0,0.014888872392475605,0.1630859375,1.6773627996444702,-0.017673594877123833,0.2621876895427704,0.8008935898542404,915.0,234240.0,2877.530968552921,14991360.0 +246.94,6.599999904632568,5425.0,0.0127529576420784,0.1482950896024704,1.659645676612854,-0.014143974520266056,0.37985023856163025,0.6907196640968323,916.0,234496.0,2880.551569727948,15007744.0 +270.25,6.599999904632568,5049.0,0.01427459716796875,0.1592814177274704,1.6573783159255981,-0.017258422449231148,0.3718389570713043,0.7598296403884888,917.0,234752.0,2883.7968540969305,15024128.0 +245.18,7.199999809265137,5356.0,0.012710613198578358,0.150146484375,1.6226677894592285,-0.016171574592590332,0.41846832633018494,0.7428873181343079,918.0,235008.0,2886.856280345004,15040512.0 +219.03,7.5,5320.0,0.011390037834644318,0.12823486328125,1.625496745109558,-0.013885271735489368,0.4553234577178955,0.7588044703006744,919.0,235264.0,2889.93664955697,15056896.0 +169.62,7.599999904632568,5378.0,0.01839195005595684,0.18206787109375,1.6524633169174194,-0.017022985965013504,0.3656729757785797,0.7727086246013641,920.0,235520.0,2892.983776036883,15073280.0 +198.93,7.800000190734863,5263.0,0.011572674848139286,0.1269124299287796,1.596246600151062,-0.014713236130774021,0.35022661089897156,0.7850930094718933,921.0,235776.0,2896.0970144730527,15089664.0 +226.46,6.5,5401.0,0.01356115099042654,0.1461995393037796,1.6088725328445435,-0.01448397058993578,0.47893622517585754,0.6875937283039093,922.0,236032.0,2899.1307789760176,15106048.0 +198.0,7.099999904632568,5314.0,0.012525173835456371,0.14007568359375,1.6076325178146362,-0.015129766426980495,0.2557220160961151,0.8011715114116669,923.0,236288.0,2902.214514165884,15122432.0 +265.67,6.900000095367432,5339.0,0.0145166190341115,0.15850830078125,1.6039692163467407,-0.015723375603556633,0.38558509945869446,0.7102411389350891,924.0,236544.0,2905.2837224649265,15138816.0 +285.35,7.099999904632568,5340.0,0.01072754617780447,0.1316731721162796,1.6299686431884766,-0.014389000833034515,0.3855166435241699,0.7463378310203552,925.0,236800.0,2908.3524765619077,15155200.0 +196.69,7.300000190734863,5459.0,0.015144684351980686,0.1688435822725296,1.6671754121780396,-0.015434656292200089,0.3731731176376343,0.780425950884819,926.0,237056.0,2911.3541350818705,15171584.0 +245.27,6.900000095367432,5267.0,0.011672555468976498,0.1348673552274704,1.6816515922546387,-0.01570119522511959,0.49679890275001526,0.738322526216507,927.0,237312.0,2914.465577424038,15187968.0 +213.05,6.699999809265137,5328.0,0.012285709381103516,0.13482666015625,1.7157727479934692,-0.014012712985277176,0.4484809637069702,0.7064237892627716,928.0,237568.0,2917.541200445965,15204352.0 +208.87,7.300000190734863,5267.0,0.014788052998483181,0.1565958708524704,1.7507315874099731,-0.016553303226828575,0.2975495159626007,0.787039041519165,929.0,237824.0,2920.6522526459303,15220736.0 +261.48,6.800000190734863,3201.0,0.012526442296802998,0.1444295197725296,1.761195182800293,-0.015360788442194462,0.322510689496994,0.7849306762218475,930.0,238080.0,2925.7712570829317,15237120.0 +294.27,6.199999809265137,5266.0,0.01564905233681202,0.1729939728975296,1.7465386390686035,-0.016165059059858322,0.329230397939682,0.7836079001426697,931.0,238336.0,2928.8830386300106,15253504.0 +244.17,7.0,5249.0,0.012456528842449188,0.1327921599149704,1.753898024559021,-0.015291224233806133,0.40237271785736084,0.7694500982761383,932.0,238592.0,2932.0047656099778,15269888.0 +226.38,7.5,5262.0,0.01245453953742981,0.1441446989774704,1.7349234819412231,-0.015445028431713581,0.4291914403438568,0.787060484290123,933.0,238848.0,2935.119249321986,15286272.0 +185.42,7.699999809265137,5058.0,0.012656237930059433,0.14288330078125,1.7976809740066528,-0.015749946236610413,0.3943082094192505,0.8177265077829361,934.0,239104.0,2938.358931133058,15302656.0 +171.61,7.400000095367432,5427.0,0.01149554643779993,0.1340738981962204,1.8047757148742676,-0.016164708882570267,0.4706002175807953,0.7680905759334564,935.0,239360.0,2941.37849189993,15319040.0 +188.85,7.199999809265137,5190.0,0.01497578714042902,0.1614990234375,1.8121751546859741,-0.017380449920892715,0.4508061408996582,0.7799936532974243,936.0,239616.0,2944.5361876979005,15335424.0 +183.71,7.599999904632568,5406.0,0.01700330339372158,0.1863606721162796,1.8274818658828735,-0.01746760681271553,0.2779366075992584,0.8341490477323532,937.0,239872.0,2947.5670930950437,15351808.0 +234.32,7.199999809265137,5296.0,0.01309975702315569,0.15576171875,1.825850486755371,-0.015191856771707535,0.3520617187023163,0.7825686931610107,938.0,240128.0,2950.661053813994,15368192.0 +273.16,6.699999809265137,5067.0,0.013963301666080952,0.16510009765625,1.7495580911636353,-0.014186017215251923,0.38403406739234924,0.7971736937761307,939.0,240384.0,2953.8947514009196,15384576.0 +170.05,8.0,5165.0,0.011014950461685658,0.12591552734375,1.6827212572097778,-0.015445251949131489,0.4688652455806732,0.7901117652654648,940.0,240640.0,2957.067481705919,15400960.0 +186.92,7.599999904632568,5351.0,0.012459690682590008,0.1423136442899704,1.7222732305526733,-0.01554599404335022,0.3803940713405609,0.7789508700370789,941.0,240896.0,2960.12997886003,15417344.0 +243.95,7.400000095367432,5330.0,0.013276646845042706,0.1523030549287796,1.7440139055252075,-0.017880726605653763,0.3289887607097626,0.7969522476196289,942.0,241152.0,2963.204482662957,15433728.0 +227.46,7.199999809265137,5372.0,0.01473465096205473,0.15789794921875,1.7160166501998901,-0.018597815185785294,0.3505825996398926,0.7995178401470184,943.0,241408.0,2966.254846338881,15450112.0 +241.45,6.5,5446.0,0.012348034419119358,0.1425374299287796,1.7810128927230835,-0.017098838463425636,0.3678451478481293,0.7832330167293549,944.0,241664.0,2969.2640214590356,15466496.0 +250.59,6.900000095367432,5371.0,0.016419226303696632,0.18096923828125,1.7814191579818726,-0.016283372417092323,0.3469712734222412,0.7953096032142639,945.0,241920.0,2972.3151072170585,15482880.0 +243.57,7.099999904632568,5378.0,0.01337234303355217,0.15350341796875,1.774649739265442,-0.015276833437383175,0.3458282947540283,0.7551250010728836,946.0,242176.0,2975.362302040914,15499264.0 +211.3,7.199999809265137,5373.0,0.015810785815119743,0.17401123046875,1.783378005027771,-0.015627404674887657,0.33476218581199646,0.7832994014024734,947.0,242432.0,2978.4119489148725,15515648.0 +241.56,7.099999904632568,5435.0,0.01290098950266838,0.15081787109375,1.7304376363754272,-0.01623236946761608,0.4199117124080658,0.7420520186424255,948.0,242688.0,2981.42710516206,15532032.0 +232.43,7.5,5381.0,0.014061142690479755,0.1644694060087204,1.6991750001907349,-0.018173495307564735,0.3261438310146332,0.8080384582281113,949.0,242944.0,2984.4724112958647,15548416.0 +227.06,7.400000095367432,5356.0,0.018530379980802536,0.1836751252412796,1.6689505577087402,-0.017122844234108925,0.38265207409858704,0.77532659471035,950.0,243200.0,2987.5316892829724,15564800.0 +236.38,7.300000190734863,5405.0,0.018372012302279472,0.1910807341337204,1.7109225988388062,-0.013717207126319408,0.2940342128276825,0.8007557094097137,951.0,243456.0,2990.565334927989,15581184.0 +265.1,7.300000190734863,5409.0,0.012569252401590347,0.1474405974149704,1.7585210800170898,-0.011921233497560024,0.35435041785240173,0.7828916013240814,952.0,243712.0,2993.5948740679305,15597568.0 +279.02,6.699999809265137,5272.0,0.013542466796934605,0.1559855192899704,1.7196426391601562,-0.014488988555967808,0.31225261092185974,0.7601055204868317,953.0,243968.0,2996.7032442409545,15613952.0 +324.92,6.5,5366.0,0.01556666661053896,0.15728759765625,1.7836753129959106,-0.01654074713587761,0.33679988980293274,0.7627461105585098,954.0,244224.0,2999.7577439669985,15630336.0 +218.54,7.300000190734863,5042.0,0.013262689113616943,0.1571248322725296,1.734449863433838,-0.015608596615493298,0.40798309445381165,0.7435967028141022,955.0,244480.0,3003.0077887610532,15646720.0 +228.59,7.0,5398.0,0.013290144503116608,0.15264892578125,1.7907466888427734,-0.016927991062402725,0.28182581067085266,0.7876408398151398,956.0,244736.0,3006.0436654358637,15663104.0 +300.02,6.5,5104.0,0.012487259693443775,0.13775634765625,1.7376130819320679,-0.01697706989943981,0.36760351061820984,0.7102387249469757,957.0,244992.0,3009.254759015981,15679488.0 +276.69,7.400000095367432,5427.0,0.014109778217971325,0.16357421875,1.7208976745605469,-0.015588606707751751,0.2992244362831116,0.8126454800367355,958.0,245248.0,3012.2741894379724,15695872.0 +287.69,7.400000095367432,5165.0,0.01240549236536026,0.140625,1.7128535509109497,-0.016570763662457466,0.35401809215545654,0.7642462998628616,959.0,245504.0,3015.447107004933,15712256.0 +313.35,7.099999904632568,5429.0,0.015230506658554077,0.1654459685087204,1.777398943901062,-0.01670992374420166,0.22182828187942505,0.8253978192806244,960.0,245760.0,3018.4651796869002,15728640.0 +315.31,6.800000190734863,5070.0,0.012874919921159744,0.1410319060087204,1.6969445943832397,-0.0168701633810997,0.3098295032978058,0.7915922999382019,961.0,246016.0,3021.6973438558634,15745024.0 +264.46,6.900000095367432,5283.0,0.015399296768009663,0.1775309294462204,1.6686668395996094,-0.015391901135444641,0.34481874108314514,0.7508558034896851,962.0,246272.0,3024.7992513759527,15761408.0 +285.49,7.599999904632568,5063.0,0.01466610562056303,0.1688435822725296,1.7188748121261597,-0.017589161172509193,0.33036720752716064,0.7685564607381821,963.0,246528.0,3028.0355102459434,15777792.0 +167.22,8.600000381469727,5202.0,0.011244523338973522,0.1323649138212204,1.7004960775375366,-0.013878053985536098,0.41970670223236084,0.7678974866867065,964.0,246784.0,3031.1856201100163,15794176.0 +209.99,7.5,5447.0,0.012994968332350254,0.1578165739774704,1.7229372262954712,-0.01637803204357624,0.4242907762527466,0.707247257232666,965.0,247040.0,3034.1945549158845,15810560.0 +231.08,7.099999904632568,5332.0,0.013074991293251514,0.1473388671875,1.7290953397750854,-0.01769116334617138,0.41539010405540466,0.7290940582752228,966.0,247296.0,3037.2675380189903,15826944.0 +236.32,7.599999904632568,5453.0,0.01647087372839451,0.1673583984375,1.6995924711227417,-0.016240069642663002,0.30200615525245667,0.7516005337238312,967.0,247552.0,3040.273740713019,15843328.0 +186.11,7.800000190734863,5415.0,0.013902072794735432,0.15362548828125,1.7498003244400024,-0.016014400869607925,0.3201538920402527,0.7515218108892441,968.0,247808.0,3043.299574794015,15859712.0 +263.94,6.900000095367432,5380.0,0.010811570100486279,0.12567138671875,1.7571598291397095,-0.01551039144396782,0.40367817878723145,0.708712100982666,969.0,248064.0,3046.345395487966,15876096.0 +244.66,6.699999809265137,5030.0,0.016228673979640007,0.1779988557100296,1.754870057106018,-0.017078492790460587,0.3675098717212677,0.741104006767273,970.0,248320.0,3049.6032298998907,15892480.0 +271.23,6.599999904632568,5218.0,0.013254920952022076,0.1469523161649704,1.7802857160568237,-0.015972306951880455,0.3920081555843353,0.7249414324760437,971.0,248576.0,3052.743474074872,15908864.0 +222.0,6.900000095367432,5421.0,0.015225585550069809,0.1718953400850296,1.7407288551330566,-0.019656160846352577,0.3665285110473633,0.7191956341266632,972.0,248832.0,3055.765980693046,15925248.0 +256.38,7.0,5348.0,0.01217105332762003,0.1443074494600296,1.7227106094360352,-0.01588582620024681,0.3379526138305664,0.7216348052024841,973.0,249088.0,3058.8299266409595,15941632.0 +221.96,7.5,5361.0,0.01310963649302721,0.1536458283662796,1.6870845556259155,-0.016430485993623734,0.3588428497314453,0.7583950608968735,974.0,249344.0,3061.886246667942,15958016.0 +218.0,8.399999618530273,5255.0,0.016297833994030952,0.17193603515625,1.7331310510635376,-0.016285952180624008,0.29699110984802246,0.7649518102407455,975.0,249600.0,3065.0044512590393,15974400.0 +244.42,7.300000190734863,5328.0,0.013746831566095352,0.1612955778837204,1.663596510887146,-0.01652146689593792,0.5426154136657715,0.7041959166526794,976.0,249856.0,3068.0798101460095,15990784.0 +126.06,8.300000190734863,5356.0,0.012457496486604214,0.142822265625,1.6297656297683716,-0.016530785709619522,0.489937424659729,0.7488692104816437,977.0,250112.0,3071.1392332979012,16007168.0 +151.08,8.100000381469727,5359.0,0.015650484710931778,0.16162109375,1.6896716356277466,-0.016757188364863396,0.4441145658493042,0.7120439112186432,978.0,250368.0,3074.197516332846,16023552.0 +132.85,8.199999809265137,5390.0,0.016645707190036774,0.1633504182100296,1.6899000406265259,-0.018857985734939575,0.3397493064403534,0.7607877552509308,979.0,250624.0,3077.237648173934,16039936.0 +201.81,7.699999809265137,5277.0,0.016969026997685432,0.18634033203125,1.7809580564498901,-0.017590118572115898,0.39176881313323975,0.695312112569809,980.0,250880.0,3080.343138319906,16056320.0 +228.02,7.099999904632568,5391.0,0.015806810930371284,0.1669718474149704,1.7312644720077515,-0.019213682040572166,0.4808720350265503,0.7026269733905792,981.0,251136.0,3083.3825596298557,16072704.0 +161.41,8.0,5321.0,0.017316067591309547,0.1772053986787796,1.7194761037826538,-0.017996959388256073,0.4391493797302246,0.7171575427055359,982.0,251392.0,3086.4619214730337,16089088.0 +178.82,7.800000190734863,5412.0,0.014774847775697708,0.15777587890625,1.7188693284988403,-0.016868626698851585,0.42425572872161865,0.7434955537319183,983.0,251648.0,3089.4895583479665,16105472.0 +144.29,8.600000381469727,5285.0,0.01370781660079956,0.1459147185087204,1.6383410692214966,-0.01613464206457138,0.47518542408943176,0.7589571624994278,984.0,251904.0,3092.590270283865,16121856.0 +152.08,6.699999809265137,5425.0,0.012059933505952358,0.13330078125,1.6576495170593262,-0.0152360824868083,0.6340753436088562,0.6778521239757538,985.0,252160.0,3095.610916774953,16138240.0 +137.29,7.599999904632568,5317.0,0.015259768813848495,0.17156982421875,1.6050087213516235,-0.020076578482985497,0.4580524265766144,0.7282016575336456,986.0,252416.0,3098.692880972987,16154624.0 +151.67,8.199999809265137,5323.0,0.017591001465916634,0.1769612580537796,1.627333641052246,-0.016354309394955635,0.37866687774658203,0.7378009855747223,987.0,252672.0,3101.7711887529586,16171008.0 +150.06,7.199999809265137,5270.0,0.013047243468463421,0.1380208283662796,1.5809890031814575,-0.016922755166888237,0.4806884527206421,0.7358516156673431,988.0,252928.0,3104.8810067439917,16187392.0 +158.8,7.599999904632568,5370.0,0.013429660350084305,0.1490681916475296,1.6229561567306519,-0.013486333191394806,0.4504060745239258,0.7044072151184082,989.0,253184.0,3107.9327937439084,16203776.0 +187.15,7.599999904632568,5166.0,0.012805397622287273,0.1360880583524704,1.6630653142929077,-0.016323240473866463,0.44586142897605896,0.7584622204303741,990.0,253440.0,3111.1048118190374,16220160.0 +144.81,7.599999904632568,5320.0,0.012985512614250183,0.1474405974149704,1.697670340538025,-0.01614300347864628,0.38848939538002014,0.7483333945274353,991.0,253696.0,3114.185029497836,16236544.0 +184.63,8.199999809265137,5086.0,0.01372932642698288,0.15460205078125,1.7189111709594727,-0.015623497776687145,0.32788804173469543,0.7673433125019073,992.0,253952.0,3117.4066275940277,16252928.0 +158.74,7.900000095367432,5185.0,0.014416497200727463,0.1441446989774704,1.6878904104232788,-0.015504516661167145,0.453581839799881,0.7041863799095154,993.0,254208.0,3120.567212591879,16269312.0 +193.05,8.100000381469727,5125.0,0.01139422133564949,0.1373087614774704,1.7086644172668457,-0.01408740971237421,0.37856218218803406,0.7564103156328201,994.0,254464.0,3123.7651929459535,16285696.0 +148.08,8.0,5332.0,0.011371792294085026,0.1251017302274704,1.6385682821273804,-0.017215022817254066,0.4386816918849945,0.7056624293327332,995.0,254720.0,3126.8381884999108,16302080.0 +161.8,8.300000190734863,5300.0,0.012288344092667103,0.1355794221162796,1.7265392541885376,-0.015693122521042824,0.43248894810676575,0.7267391681671143,996.0,254976.0,3129.929969763849,16318464.0 +156.28,8.100000381469727,5391.0,0.014411885291337967,0.1625162810087204,1.6749448776245117,-0.015370655804872513,0.2865908741950989,0.7692982107400894,997.0,255232.0,3132.969257761026,16334848.0 +189.7,7.400000095367432,5278.0,0.010013422928750515,0.1228230819106102,1.721612572669983,-0.014895409345626831,0.3734872341156006,0.7362571954727173,998.0,255488.0,3136.07404219592,16351232.0 +207.35,7.300000190734863,5381.0,0.013231567107141018,0.1598103791475296,1.723778247833252,-0.0174319576472044,0.4017552137374878,0.7392970621585846,999.0,255744.0,3139.119783731876,16367616.0 +192.35,7.0,5395.0,0.013503819704055786,0.1606648713350296,1.680501103401184,-0.014211692847311497,0.4733046293258667,0.6411499977111816,1000.0,256000.0,3142.1568480979186,16384000.0 +170.6,7.400000095367432,5357.0,0.013788949698209763,0.1612955778837204,1.65609610080719,-0.015834836289286613,0.4907853901386261,0.6572492718696594,1001.0,256256.0,3145.216163710924,16400384.0 +164.18,7.900000095367432,5370.0,0.013353955931961536,0.14971923828125,1.7250065803527832,-0.01664435863494873,0.30404362082481384,0.7096154689788818,1002.0,256512.0,3148.2675412178505,16416768.0 +204.07,7.699999809265137,5352.0,0.013179450295865536,0.149658203125,1.6923822164535522,-0.01580270193517208,0.3818329870700836,0.6775258481502533,1003.0,256768.0,3151.3295185780153,16433152.0 +195.94,7.900000095367432,5433.0,0.011517003178596497,0.13140869140625,1.684200406074524,-0.015958547592163086,0.3383275270462036,0.7074158191680908,1004.0,257024.0,3154.3459438609425,16449536.0 +229.6,7.699999809265137,5451.0,0.010667845606803894,0.12353515625,1.6702728271484375,-0.014758420176804066,0.4063660204410553,0.7072036266326904,1005.0,257280.0,3157.3521335930564,16465920.0 +228.93,7.199999809265137,5465.0,0.012269947677850723,0.1481730192899704,1.717319369316101,-0.015684522688388824,0.36876437067985535,0.6765095889568329,1006.0,257536.0,3160.3510114080273,16482304.0 +200.17,7.5,5400.0,0.011814934201538563,0.1324666291475296,1.7336006164550781,-0.012955726124346256,0.3081263303756714,0.6965554654598236,1007.0,257792.0,3163.385516930837,16498688.0 +213.55,7.5,5328.0,0.01165568083524704,0.1339925080537796,1.7961093187332153,-0.014861837960779667,0.28104254603385925,0.6651692390441895,1008.0,258048.0,3166.46079147188,16515072.0 +336.35,6.099999904632568,5265.0,0.011846572160720825,0.1376139372587204,1.7381782531738281,-0.01339928898960352,0.44546830654144287,0.543306976556778,1009.0,258304.0,3169.5732196909375,16531456.0 +259.92,6.400000095367432,5387.0,0.012404180131852627,0.1411946564912796,1.7190532684326172,-0.012907938100397587,0.419243186712265,0.6098055839538574,1010.0,258560.0,3172.6151451750193,16547840.0 +239.33,7.300000190734863,5176.0,0.01619226671755314,0.1743977814912796,1.7239676713943481,-0.013177542947232723,0.36461707949638367,0.6963881552219391,1011.0,258816.0,3175.7833613438997,16564224.0 +251.69,7.199999809265137,5129.0,0.013236656785011292,0.1642049103975296,1.804369330406189,-0.011457990854978561,0.3434922695159912,0.6809763014316559,1012.0,259072.0,3178.978096378967,16580608.0 +265.09,6.699999809265137,5366.0,0.011490777134895325,0.1370035856962204,1.7918014526367188,-0.013359001837670803,0.35174140334129333,0.6603440940380096,1013.0,259328.0,3182.0320120798424,16596992.0 +234.43,7.800000190734863,5389.0,0.015850121155381203,0.182861328125,1.820400595664978,-0.0168882068246603,0.317469984292984,0.7294995188713074,1014.0,259584.0,3185.0731293279678,16613376.0 +241.36,7.199999809265137,5181.0,0.009792354889214039,0.12030029296875,1.813001036643982,-0.013437164016067982,0.29924947023391724,0.696870744228363,1015.0,259840.0,3188.2357584289275,16629760.0 +229.04,6.900000095367432,5365.0,0.010499697178602219,0.12359619140625,1.8106740713119507,-0.01439348328858614,0.4445396959781647,0.6079371571540833,1016.0,260096.0,3191.2899350649677,16646144.0 +210.43,7.099999904632568,5106.0,0.011811967939138412,0.1377766877412796,1.7806118726730347,-0.015238012187182903,0.45530784130096436,0.6480265557765961,1017.0,260352.0,3194.4992764589842,16662528.0 +218.22,6.800000190734863,5356.0,0.011671725660562515,0.1374308317899704,1.8281790018081665,-0.01447103638201952,0.44456830620765686,0.6323856711387634,1018.0,260608.0,3197.5589766318444,16678912.0 +256.39,7.0,5251.0,0.013993368484079838,0.1658121794462204,1.8627020120620728,-0.016178077086806297,0.2951969802379608,0.6877931654453278,1019.0,260864.0,3200.67988708592,16695296.0 +223.82,7.900000095367432,5409.0,0.015996692702174187,0.1783854216337204,1.8516193628311157,-0.015207651071250439,0.289373517036438,0.705743670463562,1020.0,261120.0,3203.7095986490604,16711680.0 +253.55,7.199999809265137,5233.0,0.01353132352232933,0.1673583984375,1.7873529195785522,-0.014259874820709229,0.3113413453102112,0.7176152765750885,1021.0,261376.0,3206.8407066748478,16728064.0 +285.57,6.900000095367432,5453.0,0.012091237120330334,0.1438191682100296,1.8207794427871704,-0.011881054379045963,0.3363645076751709,0.659088134765625,1022.0,261632.0,3209.8460451669525,16744448.0 +251.75,7.5,5199.0,0.015633804723620415,0.1843058317899704,1.8437682390213013,-0.017912564799189568,0.2657584846019745,0.7163587212562561,1023.0,261888.0,3212.9976192889735,16760832.0 +229.98,7.400000095367432,5405.0,0.018110765144228935,0.1989542692899704,1.819541096687317,-0.015060764737427235,0.3745153248310089,0.6719201505184174,1024.0,262144.0,3216.0292773509864,16777216.0 +252.34,6.900000095367432,5170.0,0.01509366650134325,0.15679931640625,1.7572027444839478,-0.018117589876055717,0.4300347566604614,0.6490933299064636,1025.0,262400.0,3219.1987549178302,16793600.0 +225.67,7.0,5400.0,0.016683004796504974,0.18267822265625,1.7611995935440063,-0.01523440983146429,0.3054471015930176,0.7152321040630341,1026.0,262656.0,3222.2331823229324,16809984.0 +243.06,7.300000190734863,5203.0,0.015450685285031796,0.1775919646024704,1.83324134349823,-0.015405464917421341,0.2955085337162018,0.6867759823799133,1027.0,262912.0,3225.383239221992,16826368.0 +272.63,6.900000095367432,5460.0,0.015622314065694809,0.1710001677274704,1.8505915403366089,-0.01691729761660099,0.3585214912891388,0.6548506319522858,1028.0,263168.0,3228.3844597579446,16842752.0 +314.28,6.5,5290.0,0.014115924946963787,0.1614583283662796,1.8744200468063354,-0.01915089786052704,0.3215041160583496,0.6772263050079346,1029.0,263424.0,3231.4818158280104,16859136.0 +286.13,7.300000190734863,5341.0,0.01577688194811344,0.1860758513212204,1.877387523651123,-0.01611337624490261,0.245890274643898,0.6910785734653473,1030.0,263680.0,3234.550394227961,16875520.0 +251.73,7.5,5246.0,0.013073700480163097,0.1519978791475296,1.8378691673278809,-0.014813292771577835,0.29968973994255066,0.66424959897995,1031.0,263936.0,3237.674017539015,16891904.0 +272.4,7.0,5289.0,0.012746527791023254,0.149658203125,1.8257452249526978,-0.01681913621723652,0.37646183371543884,0.6705716252326965,1032.0,264192.0,3240.774563302053,16908288.0 +244.29,7.099999904632568,5308.0,0.013905886560678482,0.1585489958524704,1.8201204538345337,-0.018577778711915016,0.4445492923259735,0.6801857948303223,1033.0,264448.0,3243.8618837099057,16924672.0 +202.39,7.5,5472.0,0.016903022304177284,0.1925252228975296,1.8410325050354004,-0.016559341922402382,0.3351714611053467,0.7248192131519318,1034.0,264704.0,3246.8565010570455,16941056.0 +226.52,7.199999809265137,5356.0,0.014838079921901226,0.1773478239774704,1.884381890296936,-0.017402300611138344,0.3933953046798706,0.645632416009903,1035.0,264960.0,3249.916515639983,16957440.0 +245.14,7.300000190734863,5506.0,0.018765674903988838,0.2046712189912796,1.8628898859024048,-0.018763422966003418,0.20277826488018036,0.7643797397613525,1036.0,265216.0,3252.892763686832,16973824.0 +254.6,7.800000190734863,5399.0,0.014129802584648132,0.1638590544462204,1.7962485551834106,-0.015826677903532982,0.4055427014827728,0.6935441195964813,1037.0,265472.0,3255.928039193852,16990208.0 +211.57,6.800000190734863,5415.0,0.012085183523595333,0.1385904997587204,1.8573932647705078,-0.014424588531255722,0.41054901480674744,0.6749755442142487,1038.0,265728.0,3258.9539712339174,17006592.0 +241.01,6.699999809265137,5412.0,0.013414919376373291,0.1502278596162796,1.871188759803772,-0.017036303877830505,0.35481199622154236,0.6781977117061615,1039.0,265984.0,3261.981707873987,17022976.0 +224.17,7.699999809265137,5441.0,0.01420177984982729,0.1613566130399704,1.8256818056106567,-0.018180876970291138,0.28118807077407837,0.7686767131090164,1040.0,266240.0,3264.9935561390594,17039360.0 +261.57,7.099999904632568,5452.0,0.013928678818047047,0.155517578125,1.8264027833938599,-0.016031349077820778,0.37235066294670105,0.6929380595684052,1041.0,266496.0,3267.9991842410527,17055744.0 +261.8,7.199999809265137,5433.0,0.010382698848843575,0.1198323592543602,1.785243034362793,-0.013014853931963444,0.2971309423446655,0.6786278784275055,1042.0,266752.0,3271.015579767991,17072128.0 +253.66,7.5,5345.0,0.017384009435772896,0.1954549103975296,1.7638167142868042,-0.018677489832043648,0.22872336208820343,0.7685454934835434,1043.0,267008.0,3274.0812584029045,17088512.0 +258.71,7.800000190734863,5412.0,0.015459931455552578,0.17718505859375,1.76118004322052,-0.01716236025094986,0.3100050091743469,0.7500236481428146,1044.0,267264.0,3277.109291638946,17104896.0 +268.51,7.800000190734863,5353.0,0.012041009962558746,0.1432088166475296,1.713708519935608,-0.015799803659319878,0.4000161588191986,0.7273133397102356,1045.0,267520.0,3280.1708440210205,17121280.0 +186.75,7.900000095367432,5403.0,0.01607133261859417,0.17315673828125,1.7444061040878296,-0.01718948595225811,0.38400277495384216,0.7368452548980713,1046.0,267776.0,3283.203574694926,17137664.0 +185.7,7.5,5385.0,0.012412763200700283,0.1456095427274704,1.7009228467941284,-0.014218057505786419,0.4019205868244171,0.7043771147727966,1047.0,268032.0,3286.2466679839417,17154048.0 +171.47,7.5,5458.0,0.016352113336324692,0.1782633513212204,1.6760978698730469,-0.016588933765888214,0.448771595954895,0.6582219004631042,1048.0,268288.0,3289.2487165529747,17170432.0 +231.47,7.300000190734863,5439.0,0.012479606084525585,0.1491495817899704,1.7160564661026,-0.016087817028164864,0.39314332604408264,0.6775180995464325,1049.0,268544.0,3292.2617269859184,17186816.0 +231.97,7.5,5418.0,0.015500086359679699,0.1691080778837204,1.6962460279464722,-0.01628229208290577,0.3991490304470062,0.68732950091362,1050.0,268800.0,3295.2866693979595,17203200.0 +157.54,7.0,5402.0,0.013578719459474087,0.1501668244600296,1.7014681100845337,-0.017208805307745934,0.5020211935043335,0.6586916148662567,1051.0,269056.0,3298.3202013238333,17219584.0 +205.75,7.5,5433.0,0.013926773332059383,0.1495361328125,1.6931723356246948,-0.0168011412024498,0.5110975503921509,0.6556242108345032,1052.0,269312.0,3301.3361814818345,17235968.0 +175.61,7.699999809265137,5483.0,0.014759822748601437,0.16943359375,1.752536654472351,-0.01692911982536316,0.3905802071094513,0.7123037576675415,1053.0,269568.0,3304.3272632870357,17252352.0 +185.58,6.800000190734863,5315.0,0.013008281588554382,0.1495564728975296,1.7578336000442505,-0.017606453970074654,0.3954606056213379,0.7313921749591827,1054.0,269824.0,3307.410519579891,17268736.0 +180.77,7.699999809265137,5446.0,0.011705957353115082,0.1345418244600296,1.751999020576477,-0.015602056868374348,0.5174242258071899,0.6539182066917419,1055.0,270080.0,3310.4196614408866,17285120.0 +190.46,7.800000190734863,5479.0,0.01701173558831215,0.1941731721162796,1.7486854791641235,-0.018386730924248695,0.4427814483642578,0.7015105783939362,1056.0,270336.0,3313.4104685939383,17301504.0 +166.64,8.100000381469727,5369.0,0.016460036858916283,0.18365478515625,1.7795974016189575,-0.014447692781686783,0.36740386486053467,0.6816277801990509,1057.0,270592.0,3316.4627644838765,17317888.0 +171.8,7.400000095367432,5344.0,0.012345883063971996,0.1435139924287796,1.8234385251998901,-0.015249710530042648,0.4386698305606842,0.6873279213905334,1058.0,270848.0,3319.5296127418987,17334272.0 +241.39,7.099999904632568,5325.0,0.009828881360590458,0.1157633438706398,1.8057817220687866,-0.01775829680263996,0.39124584197998047,0.687049388885498,1059.0,271104.0,3322.60696104588,17350656.0 +228.46,6.800000190734863,5314.0,0.010477275587618351,0.12847900390625,1.8014758825302124,-0.013570724986493587,0.34346678853034973,0.6983065605163574,1060.0,271360.0,3325.6908276288304,17367040.0 +237.3,7.0,5429.0,0.014181915670633316,0.1517333984375,1.7577601671218872,-0.014242586679756641,0.37531712651252747,0.7042949795722961,1061.0,271616.0,3328.7093430750538,17383424.0 +222.1,7.800000190734863,5191.0,0.016449691727757454,0.1690266877412796,1.7523528337478638,-0.016367973759770393,0.404141902923584,0.6898658275604248,1062.0,271872.0,3331.8657361709047,17399808.0 +208.44,7.5,5371.0,0.013284535147249699,0.1632080078125,1.7813371419906616,-0.015031577087938786,0.45964109897613525,0.6523219645023346,1063.0,272128.0,3334.91666084202,17416192.0 +158.13,7.599999904632568,5251.0,0.012744841165840626,0.1480509489774704,1.8558125495910645,-0.016456598415970802,0.3776855170726776,0.7328374683856964,1064.0,272384.0,3338.0371418858413,17432576.0 +203.67,7.300000190734863,5354.0,0.014108997769653797,0.1613972932100296,1.8591631650924683,-0.01527944952249527,0.36319515109062195,0.7253023087978363,1065.0,272640.0,3341.097978503909,17448960.0 +231.8,7.5,5220.0,0.017182188108563423,0.1907145231962204,1.813488483428955,-0.01987171359360218,0.30722370743751526,0.7399676144123077,1066.0,272896.0,3344.2370813388843,17465344.0 +235.14,8.0,5445.0,0.01475454494357109,0.1732991486787796,1.7942904233932495,-0.015433213673532009,0.314117968082428,0.7318441569805145,1067.0,273152.0,3347.2469570350368,17481728.0 +176.47,8.0,5205.0,0.015905382111668587,0.1739095002412796,1.776870846748352,-0.01793905906379223,0.344931036233902,0.7064119577407837,1068.0,273408.0,3350.3952343368437,17498112.0 +247.06,6.5,5308.0,0.01381069514900446,0.1604207307100296,1.7136677503585815,-0.014620349742472172,0.41765543818473816,0.6466632783412933,1069.0,273664.0,3353.4821236189455,17514496.0 +194.28,8.0,5030.0,0.019344700500369072,0.1975911408662796,1.6137638092041016,-0.016986366361379623,0.30570459365844727,0.7458885312080383,1070.0,273920.0,3356.7394886240363,17530880.0 +222.19,7.800000190734863,5405.0,0.014651636593043804,0.1674601286649704,1.6780301332473755,-0.016383016481995583,0.45103561878204346,0.6510359048843384,1071.0,274176.0,3359.7717981359456,17547264.0 +172.56,7.900000095367432,5278.0,0.014222115278244019,0.1604410856962204,1.7130274772644043,-0.016515783965587616,0.3368101119995117,0.7396836280822754,1072.0,274432.0,3362.876484901877,17563648.0 +207.46,7.800000190734863,5390.0,0.013395634479820728,0.1529744416475296,1.7601531744003296,-0.01582888700067997,0.3704051077365875,0.6850675642490387,1073.0,274688.0,3365.9165390729904,17580032.0 +180.29,7.900000095367432,5249.0,0.015639672055840492,0.1683146208524704,1.7724852561950684,-0.016514746472239494,0.294600248336792,0.7312200367450714,1074.0,274944.0,3369.038339203922,17596416.0 +220.36,7.400000095367432,5349.0,0.014441310428082943,0.1696370393037796,1.6963990926742554,-0.017463749274611473,0.40770721435546875,0.6908553540706635,1075.0,275200.0,3372.102025788976,17612800.0 +178.41,7.599999904632568,5208.0,0.01289928238838911,0.1512858122587204,1.6958121061325073,-0.018332622945308685,0.3875527083873749,0.6839073002338409,1076.0,275456.0,3375.2481689848937,17629184.0 +183.6,8.0,5434.0,0.013361011631786823,0.1578776091337204,1.7167800664901733,-0.015284519642591476,0.3370523452758789,0.658874899148941,1077.0,275712.0,3378.263393996982,17645568.0 +200.35,7.699999809265137,5276.0,0.01755973882973194,0.1733195036649704,1.7750425338745117,-0.015740247443318367,0.2443721443414688,0.7121035754680634,1078.0,275968.0,3381.369164452888,17661952.0 +201.35,7.400000095367432,5475.0,0.01346698496490717,0.1574910432100296,1.7086206674575806,-0.015532813966274261,0.5266786813735962,0.6247287690639496,1079.0,276224.0,3384.362030732911,17678336.0 +163.62,7.5,5479.0,0.014194976538419724,0.1528727263212204,1.7323169708251953,-0.013330575078725815,0.5298455953598022,0.6545072495937347,1080.0,276480.0,3387.3529943558387,17694720.0 +155.84,7.599999904632568,5450.0,0.01571010611951351,0.1653238981962204,1.7080556154251099,-0.015214146114885807,0.4862556755542755,0.6676418781280518,1081.0,276736.0,3390.3594654309563,17711104.0 +145.49,8.600000381469727,5430.0,0.015075579285621643,0.1697998046875,1.7256265878677368,-0.017920704558491707,0.2896415889263153,0.7181635499000549,1082.0,276992.0,3393.377042809967,17727488.0 +167.76,8.300000190734863,5327.0,0.01525190845131874,0.1739298552274704,1.779038906097412,-0.017981447279453278,0.2872520089149475,0.6965079605579376,1083.0,277248.0,3396.452873403905,17743872.0 +237.97,7.699999809265137,5343.0,0.013936313800513744,0.1593017578125,1.7011491060256958,-0.01467403769493103,0.4247566759586334,0.6367859542369843,1084.0,277504.0,3399.520372673869,17760256.0 +216.49,7.5,5262.0,0.010664108209311962,0.1246134415268898,1.687328815460205,-0.014343160204589367,0.46840301156044006,0.6455200612545013,1085.0,277760.0,3402.6341743818484,17776640.0 +148.98,7.699999809265137,5379.0,0.016698477789759636,0.1792399138212204,1.6929775476455688,-0.01663655787706375,0.45803725719451904,0.6795566082000732,1086.0,278016.0,3405.6807987629436,17793024.0 +151.09,8.199999809265137,5271.0,0.012365640141069889,0.1418863981962204,1.652997374534607,-0.018123412504792213,0.3592205047607422,0.7212455570697784,1087.0,278272.0,3408.7896840970498,17809408.0 +172.59,7.400000095367432,5386.0,0.014572631567716599,0.1604207307100296,1.718830943107605,-0.014641229063272476,0.3866773843765259,0.7089229822158813,1088.0,278528.0,3411.8319831159897,17825792.0 +222.67,7.599999904632568,5309.0,0.016537532210350037,0.1764933317899704,1.7259160280227661,-0.01757153868675232,0.32223641872406006,0.7490553557872772,1089.0,278784.0,3414.9183408808894,17842176.0 +209.99,7.699999809265137,5462.0,0.014742893166840076,0.166015625,1.733405590057373,-0.015244866721332073,0.40265992283821106,0.7109100222587585,1090.0,279040.0,3417.919001255883,17858560.0 +175.19,8.5,5182.0,0.014272186905145645,0.16253662109375,1.7329295873641968,-0.01567571610212326,0.3658057153224945,0.7236534357070923,1091.0,279296.0,3421.081230703043,17874944.0 +197.41,8.0,5350.0,0.015928974375128746,0.1766154021024704,1.7611504793167114,-0.018891917541623116,0.3689798414707184,0.701882392168045,1092.0,279552.0,3424.144269163022,17891328.0 +165.1,8.0,5285.0,0.012535922229290009,0.1522420197725296,1.7451809644699097,-0.015896422788500786,0.32435479760169983,0.732414573431015,1093.0,279808.0,3427.2446309060324,17907712.0 +180.41,8.0,5345.0,0.012208323925733566,0.1434529572725296,1.7288678884506226,-0.01517550554126501,0.46866023540496826,0.6697014272212982,1094.0,280064.0,3430.3137166299857,17924096.0 +171.99,7.900000095367432,5233.0,0.013641576282680035,0.1550089567899704,1.7297868728637695,-0.01678396388888359,0.39662256836891174,0.7350453734397888,1095.0,280320.0,3433.445168877952,17940480.0 +207.03,8.0,5278.0,0.013565325178205967,0.15814208984375,1.7725830078125,-0.016839826479554176,0.3449292480945587,0.7392115592956543,1096.0,280576.0,3436.5503325869795,17956864.0 +140.11,8.399999618530273,5304.0,0.012681194581091404,0.1409098356962204,1.706845760345459,-0.01784413866698742,0.397855281829834,0.7146652638912201,1097.0,280832.0,3439.6399874079507,17973248.0 +178.73,7.900000095367432,5283.0,0.01353722158819437,0.15447998046875,1.6889119148254395,-0.017585745081305504,0.43631458282470703,0.6727043092250824,1098.0,281088.0,3442.741498335032,17989632.0 +141.55,7.400000095367432,5336.0,0.010616912506520748,0.1200358048081398,1.6874990463256836,-0.015508235432207584,0.5710939764976501,0.5577358901500702,1099.0,281344.0,3445.812518105842,18006016.0 +165.17,7.300000190734863,5405.0,0.012263146229088306,0.13177490234375,1.6646634340286255,-0.01569804735481739,0.45322465896606445,0.7021913826465607,1100.0,281600.0,3448.8443707199767,18022400.0 +211.62,7.5,5319.0,0.012741807848215103,0.1453857421875,1.7350071668624878,-0.014278597198426723,0.4373800754547119,0.6811442375183105,1101.0,281856.0,3451.9249445998576,18038784.0 +133.69,8.399999618530273,5368.0,0.012266162782907486,0.13836669921875,1.6879183053970337,-0.018840735778212547,0.41063156723976135,0.7062760591506958,1102.0,282112.0,3454.9776250019204,18055168.0 +124.35,8.199999809265137,5218.0,0.01191659364849329,0.1436564177274704,1.7288178205490112,-0.016733504831790924,0.4238913059234619,0.684659481048584,1103.0,282368.0,3458.117921091849,18071552.0 +187.64,7.900000095367432,5417.0,0.01137333083897829,0.1370442658662796,1.6789387464523315,-0.01631324551999569,0.4618155062198639,0.6697486639022827,1104.0,282624.0,3461.143258194905,18087936.0 +137.3,8.300000190734863,5314.0,0.013184268958866596,0.1497599333524704,1.6847189664840698,-0.01786758191883564,0.41276171803474426,0.7248378098011017,1105.0,282880.0,3464.2265781359747,18104320.0 +147.58,7.699999809265137,5330.0,0.013222280889749527,0.1480712890625,1.7472604513168335,-0.017607977613806725,0.38902854919433594,0.7551341652870178,1106.0,283136.0,3467.3014919138514,18120704.0 +140.34,8.399999618530273,5408.0,0.012418225407600403,0.14361572265625,1.7473315000534058,-0.014437909238040447,0.25381016731262207,0.7848794907331467,1107.0,283392.0,3470.331345424056,18137088.0 +191.9,8.100000381469727,5335.0,0.010581810027360916,0.1234537735581398,1.7609587907791138,-0.01578998751938343,0.3709554970264435,0.7030279040336609,1108.0,283648.0,3473.4026907880325,18153472.0 +180.28,8.0,5406.0,0.015861323103308678,0.1761678010225296,1.7102197408676147,-0.01782378926873207,0.391056090593338,0.7086476683616638,1109.0,283904.0,3476.433579236036,18169856.0 +203.62,7.5,5320.0,0.012809325009584427,0.1460164338350296,1.7532305717468262,-0.014705270528793335,0.40457940101623535,0.6726927757263184,1110.0,284160.0,3479.513722026022,18186240.0 +229.63,6.599999904632568,5368.0,0.011924113146960735,0.1321818083524704,1.6911300420761108,-0.01659184694290161,0.4511739909648895,0.6070177257061005,1111.0,284416.0,3482.5663343749475,18202624.0 +176.61,7.800000190734863,5175.0,0.012415293604135513,0.1449788361787796,1.6643725633621216,-0.014660065062344074,0.44550344347953796,0.6639469861984253,1112.0,284672.0,3485.732490472961,18219008.0 +162.08,8.0,5352.0,0.012323309667408466,0.1297607421875,1.6688966751098633,-0.01544351875782013,0.4283488690853119,0.645960122346878,1113.0,284928.0,3488.794085318921,18235392.0 +178.38,8.0,5103.0,0.010875153355300426,0.1314493864774704,1.6481982469558716,-0.01546518225222826,0.36873626708984375,0.6851554811000824,1114.0,285184.0,3492.0052611478604,18251776.0 +159.98,7.699999809265137,5385.0,0.015155707485973835,0.1543172150850296,1.6992756128311157,-0.014368747361004353,0.3809809684753418,0.6557261347770691,1115.0,285440.0,3495.0482447110116,18268160.0 +193.3,8.0,5189.0,0.014587397687137127,0.1622721403837204,1.6733437776565552,-0.014084000140428543,0.31200239062309265,0.71677365899086,1116.0,285696.0,3498.205838189926,18284544.0 +241.91,7.699999809265137,5493.0,0.014398924075067043,0.1417236328125,1.726977825164795,-0.014294028282165527,0.378835529088974,0.7250879406929016,1117.0,285952.0,3501.1890018030535,18300928.0 +139.14,8.699999809265137,5151.0,0.01479755062609911,0.1692708283662796,1.685118556022644,-0.020114414393901825,0.37824761867523193,0.7133288085460663,1118.0,286208.0,3504.3698933660053,18317312.0 +160.83,7.900000095367432,5337.0,0.0154578210785985,0.1568400114774704,1.7240854501724243,-0.018452569842338562,0.4140957295894623,0.6972907781600952,1119.0,286464.0,3507.440312569961,18333696.0 +152.92,7.400000095367432,5186.0,0.013260897248983383,0.14630126953125,1.7594798803329468,-0.01538002211600542,0.3617168962955475,0.7028321623802185,1120.0,286720.0,3510.5999850609805,18350080.0 +195.32,8.0,5469.0,0.011362787336111069,0.1384684294462204,1.7214444875717163,-0.014509548433125019,0.3755199611186981,0.6829286217689514,1121.0,286976.0,3513.596095388988,18366464.0 +189.13,8.5,5283.0,0.016697656363248825,0.1702677458524704,1.7091654539108276,-0.01724669523537159,0.3198312222957611,0.7053347826004028,1122.0,287232.0,3516.697906194022,18382848.0 +219.41,7.199999809265137,5323.0,0.015555594116449356,0.1606241911649704,1.7042508125305176,-0.012188202701508999,0.3968718945980072,0.6593938767910004,1123.0,287488.0,3519.77719316585,18399232.0 +201.82,7.800000190734863,5305.0,0.016023017466068268,0.15576171875,1.7152656316757202,-0.014785777777433395,0.34684446454048157,0.6704429984092712,1124.0,287744.0,3522.8657374070026,18415616.0 +160.84,8.600000381469727,5440.0,0.014282246120274067,0.15142822265625,1.7514959573745728,-0.013156556524336338,0.3333303928375244,0.7042088210582733,1125.0,288000.0,3525.877966759028,18432000.0 +251.44,8.100000381469727,5375.0,0.014058870263397694,0.1626383513212204,1.7903947830200195,-0.015180340968072414,0.3099188208580017,0.6829556822776794,1126.0,288256.0,3528.926630601054,18448384.0 +265.16,7.5,5276.0,0.013314720243215561,0.1440022736787796,1.7667118310928345,-0.015703294426202774,0.3715413808822632,0.6297072470188141,1127.0,288512.0,3532.032533915015,18464768.0 +189.28,8.100000381469727,5096.0,0.015934603288769722,0.1734415739774704,1.6686214208602905,-0.013790495693683624,0.3854685127735138,0.6134891211986542,1128.0,288768.0,3535.2482445768546,18481152.0 +201.26,7.800000190734863,5155.0,0.01322951540350914,0.1537068635225296,1.6811274290084839,-0.014557409100234509,0.38618406653404236,0.634822279214859,1129.0,289024.0,3538.427412912948,18497536.0 +174.42,7.699999809265137,5342.0,0.012152180075645447,0.1346435546875,1.6812199354171753,-0.017627879977226257,0.36937764286994934,0.6792969703674316,1130.0,289280.0,3541.494846816873,18513920.0 +187.2,8.399999618530273,5361.0,0.01517567876726389,0.1511433869600296,1.6380592584609985,-0.012941915541887283,0.3742552697658539,0.6553882956504822,1131.0,289536.0,3544.5518208190333,18530304.0 +173.29,7.900000095367432,5386.0,0.01257332693785429,0.1337483674287796,1.7117815017700195,-0.013988575898110867,0.35502612590789795,0.6572975516319275,1132.0,289792.0,3547.594471600838,18546688.0 +170.94,7.800000190734863,5357.0,0.01407304685562849,0.162841796875,1.6803488731384277,-0.015509757213294506,0.4113464057445526,0.6167396605014801,1133.0,290048.0,3550.655596269993,18563072.0 +210.27,7.699999809265137,5359.0,0.017163602635264397,0.1821085661649704,1.6909946203231812,-0.015639973804354668,0.3927134573459625,0.6494119167327881,1134.0,290304.0,3553.7137139190454,18579456.0 +165.77,8.199999809265137,5124.0,0.01130910124629736,0.1389567106962204,1.710854411125183,-0.011633540503680706,0.3396177589893341,0.6939632594585419,1135.0,290560.0,3556.911725696875,18595840.0 +147.68,8.699999809265137,5110.0,0.01562452781945467,0.17401123046875,1.7163175344467163,-0.018788961693644524,0.38719412684440613,0.6922616064548492,1136.0,290816.0,3560.1185684669763,18612224.0 +138.41,7.900000095367432,5087.0,0.016226639971137047,0.1671142578125,1.752419114112854,-0.015326482243835926,0.38681045174598694,0.670497864484787,1137.0,291072.0,3563.339648914989,18628608.0 +156.4,8.199999809265137,5421.0,0.012995372526347637,0.1471964567899704,1.736121654510498,-0.016296299174427986,0.37889406085014343,0.6942981779575348,1138.0,291328.0,3566.3625961889047,18644992.0 +174.42,8.100000381469727,5296.0,0.01274894643574953,0.1467488557100296,1.7470084428787231,-0.01577329821884632,0.4179931879043579,0.673729807138443,1139.0,291584.0,3569.4573318159673,18661376.0 +179.31,8.100000381469727,5373.0,0.011018800549209118,0.1315714567899704,1.7322062253952026,-0.01716015674173832,0.4112659990787506,0.7044985890388489,1140.0,291840.0,3572.5071961008944,18677760.0 +155.39,8.100000381469727,5177.0,0.01791827566921711,0.1958211213350296,1.7284857034683228,-0.01680539920926094,0.37716034054756165,0.7357987463474274,1141.0,292096.0,3575.672621430829,18694144.0 +125.77,8.199999809265137,5196.0,0.01468705665320158,0.1657511442899704,1.7154432535171509,-0.01474040001630783,0.336137056350708,0.7276450395584106,1142.0,292352.0,3578.826432714006,18710528.0 +201.63,8.0,5216.0,0.015173851512372494,0.1653849333524704,1.7548880577087402,-0.013237708248198032,0.36764124035835266,0.6844211518764496,1143.0,292608.0,3581.967983760871,18726912.0 +220.26,7.300000190734863,5328.0,0.014691871590912342,0.1609700471162796,1.798398494720459,-0.01757178083062172,0.3515649735927582,0.695940375328064,1144.0,292864.0,3585.043718396919,18743296.0 +157.74,8.399999618530273,5278.0,0.015833673998713493,0.1694132536649704,1.7468937635421753,-0.01950054056942463,0.321063756942749,0.7334949970245361,1145.0,293120.0,3588.148071147036,18759680.0 +205.34,7.800000190734863,5444.0,0.013719622045755386,0.15008544921875,1.6825499534606934,-0.016774440184235573,0.39135897159576416,0.6967518329620361,1146.0,293376.0,3591.1581039859448,18776064.0 +145.0,7.599999904632568,5228.0,0.013044769875705242,0.1491902619600296,1.7203856706619263,-0.014836368151009083,0.44448038935661316,0.6925200521945953,1147.0,293632.0,3594.29269666085,18792448.0 +151.98,8.399999618530273,5440.0,0.013460252434015274,0.1494140625,1.7510465383529663,-0.018254736438393593,0.29904624819755554,0.739198237657547,1148.0,293888.0,3597.304661798058,18808832.0 +193.5,9.0,5120.0,0.017472965642809868,0.1934000700712204,1.780631422996521,-0.016306424513459206,0.20931309461593628,0.7894416749477386,1149.0,294144.0,3600.5049625819083,18825216.0 +255.77,7.599999904632568,5325.0,0.012146900407969952,0.1472981721162796,1.7342634201049805,-0.016409950330853462,0.31306663155555725,0.7143970429897308,1150.0,294400.0,3603.5821803018916,18841600.0 +220.66,7.5,5225.0,0.012216796167194843,0.1438802033662796,1.748542308807373,-0.015240202657878399,0.2910042107105255,0.7232958674430847,1151.0,294656.0,3606.7183234079275,18857984.0 +232.47,7.199999809265137,5328.0,0.01109592616558075,0.1290690153837204,1.774847149848938,-0.0168010164052248,0.42796388268470764,0.6879390776157379,1152.0,294912.0,3609.79356491589,18874368.0 +229.66,7.400000095367432,5282.0,0.011848007328808308,0.1369425505399704,1.7385311126708984,-0.016922028735280037,0.41001632809638977,0.6795814037322998,1153.0,295168.0,3612.8955788898747,18890752.0 +172.09,8.399999618530273,5173.0,0.015248882584273815,0.1652628630399704,1.6942282915115356,-0.014500311575829983,0.337950736284256,0.7084865272045135,1154.0,295424.0,3616.0628818159457,18907136.0 +202.61,8.300000190734863,5186.0,0.013917382806539536,0.1555582731962204,1.7345436811447144,-0.01645069383084774,0.3349825143814087,0.7078863978385925,1155.0,295680.0,3619.222530209925,18923520.0 +203.77,8.399999618530273,5412.0,0.016504915431141853,0.1779581755399704,1.716110348701477,-0.017206087708473206,0.26120010018348694,0.7844540923833847,1156.0,295936.0,3622.250450551044,18939904.0 +167.28,8.5,5390.0,0.015035311691462994,0.1702880859375,1.749674677848816,-0.01602979190647602,0.3148908317089081,0.774173304438591,1157.0,296192.0,3625.290519349044,18956288.0 +182.79,8.100000381469727,5362.0,0.013005566783249378,0.155517578125,1.724901556968689,-0.014914464205503464,0.4317925274372101,0.6880236566066742,1158.0,296448.0,3628.3466647728346,18972672.0 +181.96,8.399999618530273,5096.0,0.016501501202583313,0.1823933869600296,1.7576206922531128,-0.017577698454260826,0.32202935218811035,0.7303196787834167,1159.0,296704.0,3631.5625719479285,18989056.0 +176.26,8.100000381469727,5361.0,0.019262416288256645,0.1776123046875,1.7106595039367676,-0.01539031881839037,0.4131411612033844,0.7023260593414307,1160.0,296960.0,3634.6193933479954,19005440.0 +150.03,8.699999809265137,5349.0,0.015039612539112568,0.1668701171875,1.6604288816452026,-0.01695660687983036,0.3486233055591583,0.7495810687541962,1161.0,297216.0,3637.683044670848,19021824.0 +153.45,8.5,5332.0,0.01604709029197693,0.1748860627412796,1.6586087942123413,-0.017157841473817825,0.38199353218078613,0.6893196105957031,1162.0,297472.0,3640.7567937569693,19038208.0 +146.11,8.5,5424.0,0.016483034938573837,0.18304443359375,1.6608020067214966,-0.014378520660102367,0.36648544669151306,0.6944707930088043,1163.0,297728.0,3643.7776464838535,19054592.0 +151.3,8.0,5233.0,0.014995627105236053,0.1512654572725296,1.6917834281921387,-0.0158871877938509,0.42857396602630615,0.6613162457942963,1164.0,297984.0,3646.909432424931,19070976.0 +189.86,8.0,5423.0,0.014807109721004963,0.1482340544462204,1.7688790559768677,-0.016461901366710663,0.28467121720314026,0.7545529007911682,1165.0,298240.0,3649.9307955228724,19087360.0 +207.35,8.300000190734863,5203.0,0.01821802370250225,0.1881103515625,1.713798999786377,-0.01818287931382656,0.30468758940696716,0.7292196750640869,1166.0,298496.0,3653.08014754788,19103744.0 +186.75,8.199999809265137,5352.0,0.015280461870133877,0.1590372771024704,1.6725775003433228,-0.015024922788143158,0.3686012923717499,0.6734831929206848,1167.0,298752.0,3656.1421253639273,19120128.0 +184.71,8.399999618530273,5316.0,0.0138554023578763,0.15521240234375,1.683843970298767,-0.01786044053733349,0.409913033246994,0.6490026116371155,1168.0,299008.0,3659.22482528002,19136512.0 +130.15,8.600000381469727,5409.0,0.013884750194847584,0.1664632111787796,1.7322572469711304,-0.017028501257300377,0.3527407646179199,0.6792499125003815,1169.0,299264.0,3662.2542029500473,19152896.0 +151.24,8.0,5101.0,0.012758012861013412,0.1405436247587204,1.7361756563186646,-0.017671605572104454,0.34758463501930237,0.654172271490097,1170.0,299520.0,3665.466336179059,19169280.0 +161.88,8.699999809265137,5468.0,0.012047107331454754,0.1430867463350296,1.6876319646835327,-0.015563796274363995,0.311654657125473,0.6636686325073242,1171.0,299776.0,3668.463200106984,19185664.0 +214.92,8.0,5299.0,0.013334478251636028,0.1596883088350296,1.6719366312026978,-0.015631789341568947,0.36850008368492126,0.6464422643184662,1172.0,300032.0,3671.5585565129295,19202048.0 +142.13,8.699999809265137,5432.0,0.01237547304481268,0.1406453400850296,1.7072914838790894,-0.014333952218294144,0.2887832820415497,0.7254845201969147,1173.0,300288.0,3674.5751473449636,19218432.0 +186.33,8.699999809265137,5394.0,0.012381874956190586,0.1424560546875,1.7225604057312012,-0.01651436649262905,0.272925466299057,0.7299308478832245,1174.0,300544.0,3677.613481168868,19234816.0 +196.46,7.400000095367432,5467.0,0.010560880415141582,0.117919921875,1.7133134603500366,-0.01472935825586319,0.45048466324806213,0.6353502571582794,1175.0,300800.0,3680.6106567808893,19251200.0 +157.75,8.5,5408.0,0.014517192728817463,0.1658935546875,1.7331862449645996,-0.016830453649163246,0.3437962830066681,0.6688876450061798,1176.0,301056.0,3683.6408091369085,19267584.0 +148.2,8.699999809265137,5385.0,0.014506894163787365,0.1652425080537796,1.7185558080673218,-0.015605085529386997,0.2524414360523224,0.6931762397289276,1177.0,301312.0,3686.683960002847,19283968.0 +224.55,7.599999904632568,5356.0,0.012800305150449276,0.14990234375,1.7201546430587769,-0.013144777156412601,0.4004019796848297,0.5729579329490662,1178.0,301568.0,3689.7435402749106,19300352.0 +172.32,8.100000381469727,5426.0,0.013582658022642136,0.146240234375,1.6725434064865112,-0.01564273238182068,0.38222089409828186,0.625259280204773,1179.0,301824.0,3692.7637028680183,19316736.0 +156.54,8.199999809265137,5385.0,0.012983952648937702,0.14349365234375,1.7019238471984863,-0.015979548916220665,0.3434964716434479,0.6226167976856232,1180.0,302080.0,3695.806441480061,19333120.0 +200.01,8.300000190734863,5356.0,0.01282436866313219,0.14373779296875,1.6934477090835571,-0.015776023268699646,0.34000101685523987,0.6615163087844849,1181.0,302336.0,3698.8661025948822,19349504.0 +141.34,8.300000190734863,5336.0,0.011848504655063152,0.13848876953125,1.5934343338012695,-0.015211068093776703,0.3984394371509552,0.6266663372516632,1182.0,302592.0,3701.936874106992,19365888.0 +146.2,8.399999618530273,5380.0,0.013416104950010777,0.156494140625,1.6224594116210938,-0.01647052727639675,0.39094245433807373,0.6153969466686249,1183.0,302848.0,3704.982787244022,19382272.0 +162.02,7.800000190734863,5271.0,0.010369380936026573,0.1133219376206398,1.6936789751052856,-0.013575210236012936,0.47995197772979736,0.5950532257556915,1184.0,303104.0,3708.0917622910347,19398656.0 +137.29,8.100000381469727,5398.0,0.010511639527976513,0.1178181990981102,1.6740425825119019,-0.013935822062194347,0.39078351855278015,0.6573019921779633,1185.0,303360.0,3711.127157530049,19415040.0 +166.08,8.100000381469727,5284.0,0.015105594880878925,0.1680094450712204,1.6766465902328491,-0.016245849430561066,0.3637467324733734,0.6685238182544708,1186.0,303616.0,3714.228462822968,19431424.0 +206.07,7.800000190734863,5314.0,0.014217215590178967,0.16180419921875,1.7276911735534668,-0.011684342287480831,0.2665765583515167,0.7210355401039124,1187.0,303872.0,3717.311897368869,19447808.0 +168.48,8.199999809265137,5379.0,0.012432441115379333,0.14404296875,1.648519515991211,-0.013907703571021557,0.33711954951286316,0.70554518699646,1188.0,304128.0,3720.358303441899,19464192.0 +203.18,7.800000190734863,5401.0,0.011595312505960464,0.1264445036649704,1.6916041374206543,-0.014617332257330418,0.3801692724227905,0.6704471111297607,1189.0,304384.0,3723.392495625885,19480576.0 +221.97,7.900000095367432,5379.0,0.013793653808534145,0.15631103515625,1.6919065713882446,-0.014954584650695324,0.3473407030105591,0.6521497368812561,1190.0,304640.0,3726.4388610718306,19496960.0 +211.4,7.800000190734863,5314.0,0.013629838824272156,0.15447998046875,1.76716947555542,-0.014308114536106586,0.23447668552398682,0.7257191240787506,1191.0,304896.0,3729.5225536779035,19513344.0 +261.5,7.900000095367432,5445.0,0.012808609753847122,0.1522420197725296,1.7179871797561646,-0.012812923640012741,0.3446730375289917,0.7031732201576233,1192.0,305152.0,3732.5322158408817,19529728.0 +194.33,8.199999809265137,5370.0,0.013624031096696854,0.1590779572725296,1.7102488279342651,-0.014187111519277096,0.35051193833351135,0.6692798733711243,1193.0,305408.0,3735.5837114618625,19546112.0 +189.35,8.0,5326.0,0.014169582165777683,0.1604817658662796,1.6854356527328491,-0.014043369330465794,0.32798075675964355,0.6838049292564392,1194.0,305664.0,3738.6605287408456,19562496.0 +176.09,8.5,5317.0,0.01565558649599552,0.1684366911649704,1.6835421323776245,-0.014758534729480743,0.27066951990127563,0.6307405233383179,1195.0,305920.0,3741.742480283836,19578880.0 +219.24,7.199999809265137,5114.0,0.011559434235095978,0.14483642578125,1.7073469161987305,-0.013016230426728725,0.38671863079071045,0.584880143404007,1196.0,306176.0,3744.9465537709184,19595264.0 +230.26,7.400000095367432,5108.0,0.01187994796782732,0.1365153044462204,1.7422574758529663,-0.013581755571067333,0.3750518262386322,0.5998751819133759,1197.0,306432.0,3748.1544978858437,19611648.0 +257.58,7.300000190734863,5177.0,0.012193442322313786,0.1421101838350296,1.7954899072647095,-0.01579522155225277,0.32585588097572327,0.6683334410190582,1198.0,306688.0,3751.3196104730014,19628032.0 +249.13,7.599999904632568,5136.0,0.01418326050043106,0.1512247771024704,1.7649421691894531,-0.01537071168422699,0.36961379647254944,0.6499820351600647,1199.0,306944.0,3754.509994051885,19644416.0 +217.18,8.199999809265137,5443.0,0.01905037648975849,0.1860554963350296,1.7341070175170898,-0.014249652624130249,0.25766903162002563,0.7136362791061401,1200.0,307200.0,3757.5203938479535,19660800.0 +176.44,7.900000095367432,5230.0,0.015118814073503017,0.1679484099149704,1.7573603391647339,-0.015294686891138554,0.35642215609550476,0.6109364926815033,1201.0,307456.0,3760.6537198799197,19677184.0 +212.81,7.400000095367432,5368.0,0.017681952565908432,0.1942952424287796,1.7727943658828735,-0.018176132813096046,0.4161050617694855,0.5686419308185577,1202.0,307712.0,3763.7063446908724,19693568.0 +147.54,8.199999809265137,5224.0,0.014350279234349728,0.1592203825712204,1.7309521436691284,-0.018377559259533882,0.3494245111942291,0.6378912925720215,1203.0,307968.0,3766.8434630008414,19709952.0 +222.21,8.300000190734863,5324.0,0.014482189901173115,0.1552327424287796,1.6767587661743164,-0.0163982342928648,0.3637913763523102,0.6175712645053864,1204.0,308224.0,3769.9211841209326,19726336.0 +175.87,8.300000190734863,5359.0,0.016025835648179054,0.1687825471162796,1.7414851188659668,-0.01686306670308113,0.25213494896888733,0.6995606124401093,1205.0,308480.0,3772.9787745629437,19742720.0 +187.07,8.199999809265137,5372.0,0.018288355320692062,0.184814453125,1.7226734161376953,-0.014888481236994267,0.30908098816871643,0.6789816915988922,1206.0,308736.0,3776.0289754399564,19759104.0 +181.13,7.900000095367432,5229.0,0.014464014209806919,0.1541341096162796,1.7474459409713745,-0.016255956143140793,0.35068488121032715,0.633560061454773,1207.0,308992.0,3779.162997897016,19775488.0 +207.93,8.699999809265137,5373.0,0.017421238124370575,0.1956380158662796,1.7592803239822388,-0.017592238262295723,0.30346131324768066,0.6925314664840698,1208.0,309248.0,3782.2128065389115,19791872.0 +173.87,7.900000095367432,5144.0,0.014207370579242706,0.1542154997587204,1.7106876373291016,-0.016868818551301956,0.3229743540287018,0.6915163099765778,1209.0,309504.0,3785.3983238858636,19808256.0 +219.86,7.699999809265137,5398.0,0.016408869996666908,0.1596476286649704,1.747050166130066,-0.014670279808342457,0.35293999314308167,0.6782447695732117,1210.0,309760.0,3788.4341902339365,19824640.0 +154.42,8.100000381469727,5276.0,0.01630549132823944,0.1520589143037796,1.6786103248596191,-0.01572411134839058,0.43902620673179626,0.6528726816177368,1211.0,310016.0,3791.54010549793,19841024.0 +163.21,8.300000190734863,5426.0,0.014047577977180481,0.1595662385225296,1.7153902053833008,-0.016941606998443604,0.3391113579273224,0.6879742443561554,1212.0,310272.0,3794.5599402778316,19857408.0 +216.06,8.100000381469727,5312.0,0.01443901564925909,0.167236328125,1.758132815361023,-0.01738656684756279,0.3303244709968567,0.670586884021759,1213.0,310528.0,3797.6488072788343,19873792.0 +231.6,7.800000190734863,5378.0,0.014970049262046814,0.1682942658662796,1.7154678106307983,-0.017937293276190758,0.30131033062934875,0.7079300582408905,1214.0,310784.0,3800.6958185019903,19890176.0 +195.34,7.900000095367432,5329.0,0.014713997952640057,0.1500040739774704,1.6895813941955566,-0.017278876155614853,0.41428932547569275,0.6600829362869263,1215.0,311040.0,3803.7706324919127,19906560.0 +193.01,7.900000095367432,5402.0,0.014040887355804443,0.1547444611787796,1.6465915441513062,-0.01743309013545513,0.3107321262359619,0.7295793294906616,1216.0,311296.0,3806.804003969999,19922944.0 +145.55,9.0,5275.0,0.0178468469530344,0.1663818359375,1.693825602531433,-0.01282920315861702,0.2829807698726654,0.7423987984657288,1217.0,311552.0,3809.9104483318515,19939328.0 +159.04,8.5,5365.0,0.011863582767546177,0.14105224609375,1.737176775932312,-0.01745932176709175,0.2507752776145935,0.755391463637352,1218.0,311808.0,3812.9647783169057,19955712.0 +193.94,7.5,5366.0,0.013872094452381134,0.16949462890625,1.6591758728027344,-0.015852218493819237,0.503969132900238,0.6222334504127502,1219.0,312064.0,3816.0186948759947,19972096.0 +170.39,8.600000381469727,5406.0,0.01699432171881199,0.1748046875,1.7141880989074707,-0.015785617753863335,0.35361579060554504,0.7030823230743408,1220.0,312320.0,3819.049907003995,19988480.0 +153.51,8.300000190734863,5362.0,0.01798800192773342,0.18609619140625,1.6447843313217163,-0.01884651929140091,0.40446481108665466,0.6956254541873932,1221.0,312576.0,3822.1056326059625,20004864.0 +135.54,8.5,5347.0,0.01287033874541521,0.1467692106962204,1.699118733406067,-0.016447706148028374,0.33501100540161133,0.7213039696216583,1222.0,312832.0,3825.1700851509813,20021248.0 +165.88,8.199999809265137,5385.0,0.012410413473844528,0.1481119841337204,1.748947262763977,-0.014227119274437428,0.3315998613834381,0.7011810541152954,1223.0,313088.0,3828.212756492896,20037632.0 +197.13,8.800000190734863,5426.0,0.019026219844818115,0.2032877653837204,1.6629990339279175,-0.02055802196264267,0.3000902533531189,0.7676544785499573,1224.0,313344.0,3831.2326667970046,20054016.0 +122.55,8.600000381469727,5380.0,0.01418407540768385,0.1624755859375,1.683505892753601,-0.01610402949154377,0.3439483642578125,0.7094200253486633,1225.0,313600.0,3834.2784290928394,20070400.0 +155.49,9.100000381469727,5387.0,0.01886840909719467,0.19915771484375,1.693189024925232,-0.018579026684165,0.28716233372688293,0.7482573688030243,1226.0,313856.0,3837.3202157509513,20086784.0 +158.78,8.699999809265137,5383.0,0.01671242155134678,0.1833699494600296,1.6659398078918457,-0.017395006492733955,0.3019527494907379,0.7373533844947815,1227.0,314112.0,3840.3643907050136,20103168.0 +214.69,7.900000095367432,5404.0,0.017172416672110558,0.1773274689912796,1.636755347251892,-0.016381248831748962,0.4022009074687958,0.6357037723064423,1228.0,314368.0,3843.3967419208493,20119552.0 +129.04,8.800000190734863,5397.0,0.014464062638580799,0.159912109375,1.6075129508972168,-0.014372649602591991,0.30981674790382385,0.7212972640991211,1229.0,314624.0,3846.4329257600475,20135936.0 +222.78,8.300000190734863,5350.0,0.018059760332107544,0.1692301481962204,1.6502143144607544,-0.017243048176169395,0.3572675287723541,0.6219114661216736,1230.0,314880.0,3849.4957837038673,20152320.0 +197.12,8.399999618530273,5373.0,0.016779091209173203,0.1756388396024704,1.6320182085037231,-0.019045257940888405,0.353042334318161,0.6806879043579102,1231.0,315136.0,3852.5453343749978,20168704.0 +188.89,8.199999809265137,5265.0,0.016416087746620178,0.17327880859375,1.6082020998001099,-0.015263366512954235,0.3761545419692993,0.6274968385696411,1232.0,315392.0,3855.657560045831,20185088.0 +129.87,8.300000190734863,5309.0,0.013204619288444519,0.1420084685087204,1.5984796285629272,-0.015309597365558147,0.4731541872024536,0.6135441064834595,1233.0,315648.0,3858.744083886035,20201472.0 +152.91,9.100000381469727,5229.0,0.011948298662900925,0.1322021484375,1.6475683450698853,-0.01665324531495571,0.25881049036979675,0.7395511865615845,1234.0,315904.0,3861.877725161845,20217856.0 +151.82,8.300000190734863,5391.0,0.015485528856515884,0.1777547150850296,1.6674870252609253,-0.014407494105398655,0.38888049125671387,0.6845151782035828,1235.0,316160.0,3864.9173358459957,20234240.0 +159.46,7.900000095367432,5288.0,0.01789911277592182,0.1907958984375,1.6445149183273315,-0.01539610791951418,0.42370089888572693,0.6351363360881805,1236.0,316416.0,3868.0162589829415,20250624.0 +150.86,8.600000381469727,5474.0,0.017992405220866203,0.18243408203125,1.5878909826278687,-0.015349962748587132,0.36563897132873535,0.6464513540267944,1237.0,316672.0,3871.009499144042,20267008.0 +165.07,8.0,5295.0,0.011979290284216404,0.1352335661649704,1.6119307279586792,-0.014614473097026348,0.419484406709671,0.670353502035141,1238.0,316928.0,3874.104374837829,20283392.0 +156.61,8.699999809265137,5346.0,0.013620528392493725,0.1543782502412796,1.5802868604660034,-0.01820770837366581,0.3280101716518402,0.7380869090557098,1239.0,317184.0,3877.169353687903,20299776.0 +158.12,7.599999904632568,5147.0,0.013119389303028584,0.1397501677274704,1.6581236124038696,-0.016924496740102768,0.418162077665329,0.6535934209823608,1240.0,317440.0,3880.352949837921,20316160.0 +172.39,8.199999809265137,5458.0,0.011126969940960407,0.1229654923081398,1.631575584411621,-0.013134072534739971,0.3560574948787689,0.6636233031749725,1241.0,317696.0,3883.3549911568407,20332544.0 +126.0,8.699999809265137,5226.0,0.014138440601527691,0.1618855744600296,1.6504955291748047,-0.014853975735604763,0.30541861057281494,0.6573818325996399,1242.0,317952.0,3886.49049160094,20348928.0 +182.87,9.100000381469727,5472.0,0.018591752275824547,0.1811320036649704,1.666244626045227,-0.017882177606225014,0.25655636191368103,0.7260574698448181,1243.0,318208.0,3889.4851904578973,20365312.0 +151.82,8.100000381469727,5244.0,0.013560286723077297,0.1416219025850296,1.6516003608703613,-0.013520020991563797,0.4144134521484375,0.6613748967647552,1244.0,318464.0,3892.6101683659945,20381696.0 +162.94,8.600000381469727,5347.0,0.014661859720945358,0.1593220978975296,1.643416404724121,-0.017746007069945335,0.3332580029964447,0.6474000513553619,1245.0,318720.0,3895.674561291933,20398080.0 +136.54,8.699999809265137,5248.0,0.01878097653388977,0.18182373046875,1.6617075204849243,-0.016780836507678032,0.29403284192085266,0.6900647282600403,1246.0,318976.0,3898.796790590044,20414464.0 +160.45,8.0,5367.0,0.014591286890208721,0.15228271484375,1.6208397150039673,-0.015001284889876842,0.5658721923828125,0.549747109413147,1247.0,319232.0,3901.8498532439116,20430848.0 +145.55,8.5,5178.0,0.012756496667861938,0.133544921875,1.594403862953186,-0.015358290635049343,0.5444355010986328,0.6073706150054932,1248.0,319488.0,3905.014372790931,20447232.0 +125.74,8.699999809265137,5431.0,0.01833280175924301,0.1939697265625,1.634440302848816,-0.016087310388684273,0.37253352999687195,0.6364009380340576,1249.0,319744.0,3908.031672426965,20463616.0 +127.03,8.5,5249.0,0.013828657567501068,0.1422119140625,1.6688556671142578,-0.017535803839564323,0.40609073638916016,0.6353068053722382,1250.0,320000.0,3911.1539320498705,20480000.0 +117.01,8.399999618530273,5379.0,0.01898312382400036,0.1810709685087204,1.6622085571289062,-0.016660036519169807,0.4049600064754486,0.6092764139175415,1251.0,320256.0,3914.200409086887,20496384.0 +115.39,8.699999809265137,5288.0,0.013548034243285656,0.14630126953125,1.60183584690094,-0.014437402598559856,0.4172224998474121,0.6495446860790253,1252.0,320512.0,3917.301988035906,20512768.0 +133.39,8.600000381469727,5369.0,0.011959712021052837,0.1332194060087204,1.6293102502822876,-0.01604750193655491,0.39860084652900696,0.6450861394405365,1253.0,320768.0,3920.3540585760493,20529152.0 +115.74,9.0,5320.0,0.012988160364329815,0.1421915739774704,1.6482805013656616,-0.015599540434777737,0.3586902320384979,0.6372101604938507,1254.0,321024.0,3923.4341972209513,20545536.0 +128.55,8.300000190734863,5322.0,0.013475623913109303,0.14642333984375,1.6646137237548828,-0.016229834407567978,0.392305850982666,0.62759730219841,1255.0,321280.0,3926.5131549600046,20561920.0 +145.06,7.800000190734863,5457.0,0.012219409458339214,0.1389363557100296,1.7477689981460571,-0.014799379743635654,0.4023887813091278,0.606292337179184,1256.0,321536.0,3929.5162521279417,20578304.0 +176.87,8.800000190734863,5383.0,0.020509205758571625,0.1883544921875,1.7197834253311157,-0.014772149734199047,0.3329853415489197,0.6999292075634003,1257.0,321792.0,3932.5605942429975,20594688.0 +114.69,8.300000190734863,5371.0,0.015977920964360237,0.16900634765625,1.70358145236969,-0.017342425882816315,0.4344879388809204,0.6481203436851501,1258.0,322048.0,3935.611224252032,20611072.0 +180.29,8.100000381469727,5276.0,0.012652373872697353,0.13458251953125,1.7109880447387695,-0.014459454454481602,0.35605213046073914,0.6898748278617859,1259.0,322304.0,3938.7171189328656,20627456.0 +112.09,9.0,5296.0,0.015605900436639786,0.1653238981962204,1.6747112274169922,-0.015481927432119846,0.332733154296875,0.6627587378025055,1260.0,322560.0,3941.811673667049,20643840.0 +128.94,8.399999618530273,4989.0,0.012822378426790237,0.1413370817899704,1.743444800376892,-0.014497693628072739,0.35200145840644836,0.664007693529129,1261.0,322816.0,3945.095926089911,20660224.0 +149.48,8.800000190734863,5113.0,0.014078229665756226,0.1433512419462204,1.6697453260421753,-0.015521333552896976,0.33273544907569885,0.6909622550010681,1262.0,323072.0,3948.300990511896,20676608.0 +156.29,7.900000095367432,4892.0,0.01198633387684822,0.12640380859375,1.7366728782653809,-0.01212985161691904,0.4194190502166748,0.6244088411331177,1263.0,323328.0,3951.650676975958,20692992.0 +148.69,8.399999618530273,5302.0,0.010392441414296627,0.12200927734375,1.6993526220321655,-0.016450494527816772,0.36262667179107666,0.6597669720649719,1264.0,323584.0,3954.7413621079177,20709376.0 +169.74,8.5,5144.0,0.0131065109744668,0.1394856721162796,1.707180380821228,-0.01525894459336996,0.30128028988838196,0.7198871076107025,1265.0,323840.0,3957.9266542280093,20725760.0 +169.16,8.600000381469727,5377.0,0.01236247643828392,0.1447346955537796,1.746315836906433,-0.014609004370868206,0.25983983278274536,0.7080066204071045,1266.0,324096.0,3960.9749727088492,20742144.0 +184.91,8.399999618530273,5240.0,0.011536653153598309,0.1349894255399704,1.7472831010818481,-0.015494550578296185,0.22923950850963593,0.7540004402399063,1267.0,324352.0,3964.101959452033,20758528.0 +201.18,7.300000190734863,5301.0,0.011876478791236877,0.1339925080537796,1.6997699737548828,-0.014300047419965267,0.4938295781612396,0.5585172474384308,1268.0,324608.0,3967.1934115630575,20774912.0 +211.04,8.0,5195.0,0.011365927755832672,0.1219278946518898,1.7216726541519165,-0.013981061987578869,0.3975173532962799,0.5673026740550995,1269.0,324864.0,3970.3476632540114,20791296.0 +160.5,8.5,5296.0,0.014621160924434662,0.14483642578125,1.6753654479980469,-0.01661749929189682,0.31999945640563965,0.6512779891490936,1270.0,325120.0,3973.441707019927,20807680.0 +179.29,8.800000190734863,5365.0,0.014247271232306957,0.1593831330537796,1.7256708145141602,-0.013527308590710163,0.25368478894233704,0.7002665400505066,1271.0,325376.0,3976.495988950832,20824064.0 +194.88,8.100000381469727,5364.0,0.014098279178142548,0.1556396484375,1.733325481414795,-0.014416760765016079,0.2756057381629944,0.675187885761261,1272.0,325632.0,3979.5507411770523,20840448.0 +198.91,8.100000381469727,5277.0,0.01407559122890234,0.1569010466337204,1.6845849752426147,-0.015070912428200245,0.27884042263031006,0.6599387228488922,1273.0,325888.0,3982.6560116359033,20856832.0 +227.15,7.599999904632568,5347.0,0.015529955737292767,0.1569417268037796,1.7495089769363403,-0.014600099064409733,0.3535568416118622,0.594184011220932,1274.0,326144.0,3985.720360419946,20873216.0 +215.73,7.599999904632568,5272.0,0.013534787110984325,0.1451619416475296,1.72017240524292,-0.012356934137642384,0.433251291513443,0.5869986712932587,1275.0,326400.0,3988.8286188440397,20889600.0 +169.42,8.199999809265137,5369.0,0.011357410810887814,0.13336181640625,1.7128039598464966,-0.01495079230517149,0.3618248403072357,0.6435482800006866,1276.0,326656.0,3991.880864812061,20905984.0 +167.23,8.5,5379.0,0.012886706739664078,0.1334635466337204,1.6269961595535278,-0.017551634460687637,0.40858718752861023,0.6140992343425751,1277.0,326912.0,3994.927071238868,20922368.0 +141.3,8.600000381469727,5356.0,0.014838854782283306,0.1565958708524704,1.6994484663009644,-0.015505925752222538,0.28228437900543213,0.6435243487358093,1278.0,327168.0,3997.986554365838,20938752.0 +174.28,8.5,5445.0,0.01261088252067566,0.1437784880399704,1.7495412826538086,-0.013315118849277496,0.33245012164115906,0.626186192035675,1279.0,327424.0,4000.996509983903,20955136.0 +145.94,8.399999618530273,5430.0,0.012926268391311169,0.14471435546875,1.7606879472732544,-0.01853388547897339,0.19376657903194427,0.7256227135658264,1280.0,327680.0,4004.014489367837,20971520.0 +234.68,8.0,5362.0,0.015928490087389946,0.17083740234375,1.7100666761398315,-0.01708049140870571,0.3707369565963745,0.6640559136867523,1281.0,327936.0,4007.070745124016,20987904.0 +167.73,8.199999809265137,5193.0,0.013291753828525543,0.1539306640625,1.7012637853622437,-0.015713626518845558,0.42753538489341736,0.6770215034484863,1282.0,328192.0,4010.2263413809706,21004288.0 +156.82,8.300000190734863,5250.0,0.014363891445100307,0.1613566130399704,1.6714142560958862,-0.016973303630948067,0.4234675467014313,0.6583973467350006,1283.0,328448.0,4013.3475947780535,21020672.0 +131.68,8.699999809265137,5248.0,0.01361121516674757,0.1512247771024704,1.7255467176437378,-0.016733553260564804,0.3692227900028229,0.6474672555923462,1284.0,328704.0,4016.4699529279023,21037056.0 +117.71,7.800000190734863,5429.0,0.013306595385074615,0.14654541015625,1.7874726057052612,-0.013932821340858936,0.4325426518917084,0.6512388586997986,1285.0,328960.0,4019.4884414898697,21053440.0 +181.02,7.599999904632568,5334.0,0.01123770046979189,0.1289876252412796,1.7703394889831543,-0.016814524307847023,0.47009631991386414,0.6170736253261566,1286.0,329216.0,4022.560319268843,21069824.0 +156.88,8.5,5378.0,0.01148229744285345,0.13824462890625,1.7569093704223633,-0.017282521352171898,0.32767465710639954,0.6547943353652954,1287.0,329472.0,4025.6074998090044,21086208.0 +166.29,8.399999618530273,5272.0,0.013774977065622807,0.1590779572725296,1.6989197731018066,-0.01556828711181879,0.2869560420513153,0.6867801249027252,1288.0,329728.0,4028.715397486929,21102592.0 +160.16,9.199999809265137,5472.0,0.013769209384918213,0.1594645231962204,1.6609220504760742,-0.014069580473005772,0.2514031231403351,0.6654756367206573,1289.0,329984.0,4031.710435422836,21118976.0 +154.85,9.0,5126.0,0.018235357478260994,0.19757080078125,1.6547012329101562,-0.01511766854673624,0.3086698651313782,0.6213088035583496,1290.0,330240.0,4034.9068293289747,21135360.0 +137.81,9.199999809265137,5424.0,0.015835952013731003,0.181884765625,1.7176094055175781,-0.01519895438104868,0.23508858680725098,0.7178577482700348,1291.0,330496.0,4037.9318975040223,21151744.0 +113.09,8.399999618530273,5212.0,0.013058070093393326,0.1484781950712204,1.685219168663025,-0.011928313411772251,0.4842080771923065,0.6170489192008972,1292.0,330752.0,4041.075748119969,21168128.0 +105.04,8.199999809265137,5459.0,0.011258020997047424,0.1291300505399704,1.7007145881652832,-0.015388179570436478,0.5302103757858276,0.5402795374393463,1293.0,331008.0,4044.077559395926,21184512.0 +124.5,8.199999809265137,5251.0,0.010934372432529926,0.1258951872587204,1.6783928871154785,-0.014242290519177914,0.43448105454444885,0.6247463524341583,1294.0,331264.0,4047.1978832739405,21200896.0 +141.9,8.399999618530273,5494.0,0.012921016663312912,0.1431071013212204,1.6848913431167603,-0.018102554604411125,0.36775651574134827,0.6300367414951324,1295.0,331520.0,4050.1810148840304,21217280.0 +169.93,7.5,5264.0,0.013213817030191422,0.1363728791475296,1.6622099876403809,-0.013771694153547287,0.47093555331230164,0.5602404773235321,1296.0,331776.0,4053.2940481519327,21233664.0 +201.54,8.399999618530273,5399.0,0.012310084886848927,0.1379597932100296,1.659368872642517,-0.014098971150815487,0.3795703649520874,0.6061497926712036,1297.0,332032.0,4056.3292164579034,21250048.0 +142.61,7.900000095367432,5239.0,0.012572177685797215,0.1379597932100296,1.610479712486267,-0.016645824536681175,0.4939242899417877,0.5776097476482391,1298.0,332288.0,4059.456801879918,21266432.0 +121.11,8.699999809265137,5380.0,0.012964877299964428,0.1360066682100296,1.679135799407959,-0.014691839925944805,0.3457547426223755,0.6590684354305267,1299.0,332544.0,4062.5025233328342,21282816.0 +150.56,8.699999809265137,5393.0,0.015900669619441032,0.16180419921875,1.722342610359192,-0.016375765204429626,0.2981764078140259,0.7061024308204651,1300.0,332800.0,4065.54089869,21299200.0 +152.86,8.399999618530273,5459.0,0.014279257506132126,0.1552734375,1.7221059799194336,-0.016042260453104973,0.2902976870536804,0.6779170334339142,1301.0,333056.0,4068.5424848180264,21315584.0 +174.26,8.100000381469727,5330.0,0.019510308280587196,0.17852783203125,1.7407755851745605,-0.016871975734829903,0.38938236236572266,0.6201975047588348,1302.0,333312.0,4071.616996130906,21331968.0 +174.98,8.800000190734863,5468.0,0.015329395420849323,0.1724039763212204,1.7056564092636108,-0.017762400209903717,0.3103695511817932,0.6284004747867584,1303.0,333568.0,4074.613763452042,21348352.0 +151.81,8.5,5202.0,0.014160942286252975,0.1650797575712204,1.7396913766860962,-0.016689224168658257,0.2990253269672394,0.6821841299533844,1304.0,333824.0,4077.763626595959,21364736.0 +164.74,8.399999618530273,5387.0,0.014153820462524891,0.1547648161649704,1.7443889379501343,-0.013979784213006496,0.3057262599468231,0.6398007273674011,1305.0,334080.0,4080.8054282809608,21381120.0 +181.6,8.800000190734863,5415.0,0.012140356935560703,0.1443278044462204,1.7951806783676147,-0.013960245065391064,0.2868928611278534,0.6768120229244232,1306.0,334336.0,4083.8314602659084,21397504.0 +200.7,8.199999809265137,5419.0,0.02018333598971367,0.1612345427274704,1.7383689880371094,-0.016231322661042213,0.3117963373661041,0.7054159939289093,1307.0,334592.0,4086.855228814995,21413888.0 +157.95,8.600000381469727,5455.0,0.01288688462227583,0.1454671174287796,1.7280219793319702,-0.017311064526438713,0.30559733510017395,0.7020699381828308,1308.0,334848.0,4089.8590159299783,21430272.0 +152.43,8.399999618530273,5405.0,0.015346170403063297,0.1621500700712204,1.75554621219635,-0.017371833324432373,0.3315986096858978,0.6843764185905457,1309.0,335104.0,4092.8906317979563,21446656.0 +189.11,8.699999809265137,5461.0,0.015425235964357853,0.1605224609375,1.6239370107650757,-0.01518512424081564,0.333222895860672,0.5987580418586731,1310.0,335360.0,4095.891395421,21463040.0 +165.02,8.600000381469727,5396.0,0.01582971401512623,0.1775309294462204,1.6488523483276367,-0.015351162292063236,0.32952791452407837,0.5879406630992889,1311.0,335616.0,4098.928393397946,21479424.0 +199.98,8.0,5248.0,0.013279058039188385,0.1545613557100296,1.6704460382461548,-0.012816619127988815,0.41737115383148193,0.5584424138069153,1312.0,335872.0,4102.05079088104,21495808.0 +134.12,8.899999618530273,5182.0,0.014224045909941196,0.14703369140625,1.646310806274414,-0.017808595672249794,0.27352362871170044,0.6722802221775055,1313.0,336128.0,4105.212784962961,21512192.0 +129.65,8.199999809265137,5248.0,0.015109908767044544,0.1414387971162796,1.7179408073425293,-0.014396220445632935,0.3869194984436035,0.6004093885421753,1314.0,336384.0,4108.334863282973,21528576.0 +194.42,8.300000190734863,5170.0,0.01254152413457632,0.1407063752412796,1.6874629259109497,-0.016476918011903763,0.3609651029109955,0.6034894287586212,1315.0,336640.0,4111.504600547953,21544960.0 +167.87,8.699999809265137,5333.0,0.014723777770996094,0.1628011018037796,1.6813613176345825,-0.016749689355492592,0.2681533396244049,0.6323806643486023,1316.0,336896.0,4114.577382368967,21561344.0 +150.88,8.899999618530273,5256.0,0.017306584864854813,0.183837890625,1.6847089529037476,-0.016476335003972054,0.23617218434810638,0.66880202293396,1317.0,337152.0,4117.695161890937,21577728.0 +163.52,7.900000095367432,5449.0,0.01206713542342186,0.1421915739774704,1.6436227560043335,-0.01317728590220213,0.39777612686157227,0.5332130491733551,1318.0,337408.0,4120.702565197833,21594112.0 +210.93,8.300000190734863,5253.0,0.013782083988189697,0.1529134064912796,1.6291955709457397,-0.01580655574798584,0.39193037152290344,0.5529683530330658,1319.0,337664.0,4123.821754851844,21610496.0 +146.02,8.199999809265137,5334.0,0.01408375520259142,0.1648152619600296,1.601378321647644,-0.014671757817268372,0.4586798846721649,0.5021787881851196,1320.0,337920.0,4126.893993038917,21626880.0 +153.9,7.699999809265137,5244.0,0.014130455441772938,0.1573282927274704,1.6083369255065918,-0.014957440085709095,0.5266234278678894,0.508258581161499,1321.0,338176.0,4130.018970182864,21643264.0 +105.88,8.699999809265137,5372.0,0.017954634502530098,0.1773681640625,1.6684659719467163,-0.016037549823522568,0.43982967734336853,0.6100496649742126,1322.0,338432.0,4133.069381346926,21659648.0 +118.98,8.899999618530273,5194.0,0.01141189131885767,0.1307576447725296,1.6814404726028442,-0.01650225929915905,0.38884636759757996,0.6617213189601898,1323.0,338688.0,4136.224433986004,21676032.0 +108.86,9.100000381469727,5303.0,0.01421286165714264,0.1593017578125,1.7075690031051636,-0.017656775191426277,0.291934609413147,0.7265962362289429,1324.0,338944.0,4139.314478475833,21692416.0 +150.99,8.899999618530273,5313.0,0.01544587779790163,0.1578165739774704,1.7067562341690063,-0.01689925231039524,0.2970033288002014,0.665738582611084,1325.0,339200.0,4142.398777535884,21708800.0 +158.44,8.800000190734863,5382.0,0.012300592847168446,0.1422932893037796,1.7169018983840942,-0.015057806856930256,0.3178354799747467,0.6189379096031189,1326.0,339456.0,4145.443629133981,21725184.0 +158.11,8.0,5288.0,0.01550730038434267,0.1565958708524704,1.6914681196212769,-0.015710631385445595,0.4160812795162201,0.557409793138504,1327.0,339712.0,4148.54255448794,21741568.0 +160.99,7.900000095367432,5422.0,0.011825417168438435,0.1319783478975296,1.6728787422180176,-0.013419244438409805,0.4453204870223999,0.5610751807689667,1328.0,339968.0,4151.565082457848,21757952.0 +152.7,8.699999809265137,5320.0,0.013945979066193104,0.1622517853975296,1.6621192693710327,-0.014557626098394394,0.32087069749832153,0.5583949387073517,1329.0,340224.0,4154.645025671925,21774336.0 +109.08,9.0,5357.0,0.014619547873735428,0.1623942106962204,1.6624609231948853,-0.017828350886702538,0.3376302421092987,0.5928955972194672,1330.0,340480.0,4157.704155110056,21790720.0 +126.11,8.300000190734863,5336.0,0.01376492902636528,0.1585896760225296,1.7009862661361694,-0.014546584337949753,0.36676502227783203,0.5710864961147308,1331.0,340736.0,4160.77491917205,21807104.0 +162.57,8.300000190734863,5405.0,0.011112499050796032,0.1267903596162796,1.674780249595642,-0.012488283216953278,0.46400535106658936,0.527798056602478,1332.0,340992.0,4163.806803861866,21823488.0 +158.7,8.600000381469727,5464.0,0.010327723808586597,0.1239420548081398,1.733251690864563,-0.013615929521620274,0.33535560965538025,0.5905551612377167,1333.0,341248.0,4166.8054532050155,21839872.0 +139.83,8.399999618530273,5310.0,0.013201876543462276,0.1462809294462204,1.7055230140686035,-0.016211306676268578,0.42188262939453125,0.612468808889389,1334.0,341504.0,4169.892076751916,21856256.0 +160.27,7.900000095367432,5407.0,0.01549155730754137,0.1602783203125,1.7419825792312622,-0.015481028705835342,0.39711710810661316,0.6220298409461975,1335.0,341760.0,4172.923078628024,21872640.0 +120.89,9.0,5375.0,0.01715484820306301,0.1893717497587204,1.7255219221115112,-0.01595943607389927,0.27384665608406067,0.6713284552097321,1336.0,342016.0,4175.971679592039,21889024.0 +177.95,8.699999809265137,5389.0,0.015561834909021854,0.1776123046875,1.7409323453903198,-0.015715716406702995,0.2702074348926544,0.6654955148696899,1337.0,342272.0,4179.0126523149665,21905408.0 +137.18,8.600000381469727,5177.0,0.015819141641259193,0.17510986328125,1.7017669677734375,-0.01587037555873394,0.4005720615386963,0.6187416613101959,1338.0,342528.0,4182.1778930218425,21921792.0 +150.87,8.600000381469727,5223.0,0.013965482823550701,0.15435791015625,1.7017016410827637,-0.01382091362029314,0.3647204339504242,0.5897311270236969,1339.0,342784.0,4185.314877336845,21938176.0 +130.55,8.899999618530273,5087.0,0.016691332682967186,0.1880900114774704,1.7190594673156738,-0.016752997413277626,0.3085556924343109,0.617254912853241,1340.0,343040.0,4188.536221178016,21954560.0 +108.76,9.100000381469727,5212.0,0.015495266765356064,0.1701863557100296,1.7035208940505981,-0.01887393929064274,0.26980170607566833,0.6677103638648987,1341.0,343296.0,4191.6800367569085,21970944.0 +172.42,8.399999618530273,5003.0,0.013975504785776138,0.15924072265625,1.7530924081802368,-0.013369034975767136,0.3434590995311737,0.5976074934005737,1342.0,343552.0,4194.955435806885,21987328.0 +173.07,8.100000381469727,5307.0,0.012118328362703323,0.1429239958524704,1.7300013303756714,-0.013933617621660233,0.4646877944469452,0.5327064394950867,1343.0,343808.0,4198.043070764979,22003712.0 +125.72,8.5,5182.0,0.012621029280126095,0.1452229768037796,1.7424817085266113,-0.016269201412796974,0.3468519449234009,0.6200253963470459,1344.0,344064.0,4201.205663233995,22020096.0 +173.89,8.300000190734863,5386.0,0.01531364768743515,0.1606648713350296,1.7233854532241821,-0.013764757663011551,0.33882835507392883,0.6035936176776886,1345.0,344320.0,4204.247963001952,22036480.0 +157.47,8.5,5119.0,0.014879182912409306,0.1699015349149704,1.7080625295639038,-0.017931319773197174,0.3120766878128052,0.6975175738334656,1346.0,344576.0,4207.448777338956,22052864.0 +206.02,8.0,5460.0,0.015986507758498192,0.1625569611787796,1.715309500694275,-0.016067732125520706,0.3080975413322449,0.6494478285312653,1347.0,344832.0,4210.449803311843,22069248.0 +165.65,8.300000190734863,5189.0,0.012141783721745014,0.1474405974149704,1.7401245832443237,-0.01598525606095791,0.3627079427242279,0.6470763385295868,1348.0,345088.0,4213.607689207885,22085632.0 +170.94,8.399999618530273,5149.0,0.015661848708987236,0.1754150390625,1.7610830068588257,-0.016020486131310463,0.357472687959671,0.6625978052616119,1349.0,345344.0,4216.78975137393,22102016.0 +157.63,8.399999618530273,5293.0,0.01381971687078476,0.16217041015625,1.7742942571640015,-0.018230466172099113,0.34516581892967224,0.667281299829483,1350.0,345600.0,4219.885611979989,22118400.0 +176.27,8.300000190734863,5416.0,0.011005413718521595,0.1269734650850296,1.7545318603515625,-0.01640244573354721,0.34631600975990295,0.6900288462638855,1351.0,345856.0,4222.911281681852,22134784.0 +159.0,8.5,5306.0,0.011817731894552708,0.13397216796875,1.7360786199569702,-0.01416074950248003,0.33421850204467773,0.6346884071826935,1352.0,346112.0,4225.999722983921,22151168.0 +131.42,9.100000381469727,5365.0,0.012393211014568806,0.1439005583524704,1.7071093320846558,-0.01576189324259758,0.291410356760025,0.6916696429252625,1353.0,346368.0,4229.05412983289,22167552.0 +144.07,8.100000381469727,5315.0,0.012172464281320572,0.1447550505399704,1.7346681356430054,-0.01674005575478077,0.45173442363739014,0.6127846837043762,1354.0,346624.0,4232.137230018852,22183936.0 +144.32,8.600000381469727,5400.0,0.011790399439632893,0.1385091096162796,1.7664976119995117,-0.016992999240756035,0.34430432319641113,0.6542755961418152,1355.0,346880.0,4235.171608965844,22200320.0 +165.26,8.199999809265137,5418.0,0.012303064577281475,0.1412556916475296,1.7362136840820312,-0.014098557643592358,0.424460768699646,0.5910769701004028,1356.0,347136.0,4238.195893445052,22216704.0 +144.63,8.800000190734863,5386.0,0.016335969790816307,0.1791585236787796,1.7340812683105469,-0.014397797174751759,0.2905356287956238,0.6938356459140778,1357.0,347392.0,4241.238712535938,22233088.0 +129.24,8.100000381469727,5331.0,0.015021257102489471,0.1740519255399704,1.705067753791809,-0.018175289034843445,0.4510788023471832,0.6020555198192596,1358.0,347648.0,4244.312504624017,22249472.0 +154.04,8.199999809265137,5328.0,0.012036438100039959,0.14666748046875,1.7250127792358398,-0.01567901112139225,0.4088662564754486,0.5828440487384796,1359.0,347904.0,4247.388044434832,22265856.0 +119.96,9.100000381469727,5366.0,0.01278566475957632,0.14703369140625,1.707224726676941,-0.01313671376556158,0.31669706106185913,0.6647723019123077,1360.0,348160.0,4250.441633739043,22282240.0 +136.83,8.399999618530273,5240.0,0.009544695727527142,0.1155802384018898,1.7396001815795898,-0.016410456970334053,0.34106114506721497,0.6522836685180664,1361.0,348416.0,4253.569047486875,22298624.0 +182.3,8.199999809265137,5429.0,0.012460444122552872,0.1360270231962204,1.7279510498046875,-0.015254420228302479,0.4114723205566406,0.5838128328323364,1362.0,348672.0,4256.587771906983,22315008.0 +138.29,8.100000381469727,5351.0,0.009857268072664738,0.1162109375,1.7382311820983887,-0.01572064310312271,0.45386791229248047,0.5630432963371277,1363.0,348928.0,4259.650549436919,22331392.0 +155.96,8.399999618530273,5373.0,0.012158018536865711,0.1495157927274704,1.6929887533187866,-0.01583784446120262,0.3999018967151642,0.6366567015647888,1364.0,349184.0,4262.700032084947,22347776.0 +139.02,8.899999618530273,5213.0,0.013099230825901031,0.1536051481962204,1.7119637727737427,-0.01692046783864498,0.28032734990119934,0.6376769542694092,1365.0,349440.0,4265.843095270917,22364160.0 +156.62,8.399999618530273,5407.0,0.01054640207439661,0.1268513947725296,1.730342984199524,-0.012772663496434689,0.431782990694046,0.5724744200706482,1366.0,349696.0,4268.87388174003,22380544.0 +148.48,8.699999809265137,5169.0,0.014676257967948914,0.1669921875,1.7327218055725098,-0.01565186120569706,0.36394718289375305,0.6386978328227997,1367.0,349952.0,4272.044099665014,22396928.0 +140.09,7.800000190734863,5336.0,0.011967628262937069,0.1387532502412796,1.7619274854660034,-0.014574225060641766,0.47478318214416504,0.5759193003177643,1368.0,350208.0,4275.11511634686,22413312.0 +125.99,7.900000095367432,5194.0,0.009658069349825382,0.1133626326918602,1.782827377319336,-0.016537711024284363,0.5112674832344055,0.5952923595905304,1369.0,350464.0,4278.2707195498515,22429696.0 +152.64,7.599999904632568,5457.0,0.01180229987949133,0.13555908203125,1.7534514665603638,-0.015196643769741058,0.5885932445526123,0.4928629398345947,1370.0,350720.0,4281.273713578004,22446080.0 +147.61,8.5,5132.0,0.014936942607164383,0.1605428010225296,1.7561187744140625,-0.01758660189807415,0.33061495423316956,0.67670938372612,1371.0,350976.0,4284.466424018843,22462464.0 +129.27,7.800000190734863,5383.0,0.011768943630158901,0.1397908478975296,1.7743982076644897,-0.017260953783988953,0.5026969313621521,0.608227550983429,1372.0,351232.0,4287.510828654049,22478848.0 +141.43,9.100000381469727,5219.0,0.011760829947888851,0.1299641877412796,1.7166954278945923,-0.016461333259940147,0.26701363921165466,0.6872388422489166,1373.0,351488.0,4290.653734341031,22495232.0 +137.51,8.5,5347.0,0.015099593438208103,0.1645100861787796,1.7406457662582397,-0.015385386534035206,0.3549937307834625,0.6118459403514862,1374.0,351744.0,4293.718282297021,22511616.0 +130.55,8.300000190734863,5321.0,0.013515016995370388,0.1453450471162796,1.7174029350280762,-0.015967773273587227,0.47649312019348145,0.6173492670059204,1375.0,352000.0,4296.797604819061,22528000.0 +118.72,8.699999809265137,5383.0,0.014261219650506973,0.1699015349149704,1.739741325378418,-0.0174870602786541,0.33971714973449707,0.6459852159023285,1376.0,352256.0,4299.841824108036,22544384.0 +141.75,7.599999904632568,5374.0,0.011064381338655949,0.124755859375,1.7297171354293823,-0.012624400667846203,0.4791400730609894,0.5424080193042755,1377.0,352512.0,4302.891247980995,22560768.0 +143.26,8.0,5434.0,0.01047226507216692,0.1250813752412796,1.7993367910385132,-0.016917841508984566,0.41559529304504395,0.5972146987915039,1378.0,352768.0,4305.906569109997,22577152.0 +184.43,8.100000381469727,5333.0,0.011741388589143753,0.1425984650850296,1.774640440940857,-0.0141487717628479,0.37788522243499756,0.6112992763519287,1379.0,353024.0,4308.979448896833,22593536.0 +168.16,8.5,5525.0,0.013098512776196003,0.1528523713350296,1.8032842874526978,-0.017223354429006577,0.34606119990348816,0.6508294343948364,1380.0,353280.0,4311.945574437035,22609920.0 +132.81,8.300000190734863,5396.0,0.01427456270903349,0.1660563200712204,1.7740181684494019,-0.019183875992894173,0.4044569730758667,0.6378491818904877,1381.0,353536.0,4314.982310799882,22626304.0 +141.23,8.600000381469727,5229.0,0.016085652634501457,0.1814168244600296,1.7317131757736206,-0.01600235141813755,0.3929564654827118,0.6125587522983551,1382.0,353792.0,4318.116262343945,22642688.0 +147.84,8.199999809265137,5308.0,0.012571506202220917,0.14208984375,1.7843289375305176,-0.015844732522964478,0.397548645734787,0.5713244378566742,1383.0,354048.0,4321.203281261027,22659072.0 +161.3,8.300000190734863,5128.0,0.011976744048297405,0.1451009064912796,1.7541059255599976,-0.01669822819530964,0.41265711188316345,0.6150409579277039,1384.0,354304.0,4324.3986307228915,22675456.0 +140.1,8.800000190734863,5027.0,0.01605227217078209,0.1808064728975296,1.719565510749817,-0.017518753185868263,0.3404978811740875,0.6640658676624298,1385.0,354560.0,4327.658284035977,22691840.0 +118.46,8.899999618530273,5199.0,0.016422154381871223,0.1852213591337204,1.7218403816223145,-0.019846724346280098,0.30346259474754333,0.7063107788562775,1386.0,354816.0,4330.810371208936,22708224.0 +132.9,8.399999618530273,5371.0,0.014862332493066788,0.1728312224149704,1.705805778503418,-0.016962841153144836,0.4372645318508148,0.6044969260692596,1387.0,355072.0,4333.861482580891,22724608.0 +147.85,8.5,5210.0,0.013868886046111584,0.15936279296875,1.738509178161621,-0.018304243683815002,0.3801696300506592,0.6085875928401947,1388.0,355328.0,4337.006504771998,22740992.0 +125.0,8.800000190734863,5426.0,0.015257407911121845,0.1669108122587204,1.7435282468795776,-0.018310382962226868,0.3259966969490051,0.6692825257778168,1389.0,355584.0,4340.026660342002,22757376.0 +131.3,8.800000190734863,5268.0,0.014472913928329945,0.1666463166475296,1.7546921968460083,-0.017321506515145302,0.32422593235969543,0.644165575504303,1390.0,355840.0,4343.137109403964,22773760.0 +145.01,8.899999618530273,5408.0,0.013874617405235767,0.1634724885225296,1.7915493249893188,-0.01744273491203785,0.23538129031658173,0.653025209903717,1391.0,356096.0,4346.16735851299,22790144.0 +170.89,8.300000190734863,5175.0,0.013074148446321487,0.1516520231962204,1.7801200151443481,-0.01450160052627325,0.3408990800380707,0.6011452972888947,1392.0,356352.0,4349.333611116046,22806528.0 +219.8,7.900000095367432,5423.0,0.011016033589839935,0.1336466521024704,1.835771918296814,-0.014599841088056564,0.25628766417503357,0.6091077029705048,1393.0,356608.0,4352.355026851874,22822912.0 +211.41,7.900000095367432,5180.0,0.013085278682410717,0.1573282927274704,1.7913240194320679,-0.01590105891227722,0.4222128689289093,0.556136429309845,1394.0,356864.0,4355.518504890846,22839296.0 +132.89,8.399999618530273,5330.0,0.012756514362990856,0.14947509765625,1.7461525201797485,-0.01767035387456417,0.471090704202652,0.5887975692749023,1395.0,357120.0,4358.592806129949,22855680.0 +143.27,8.600000381469727,5196.0,0.012201696634292603,0.1407267302274704,1.7340621948242188,-0.01834823191165924,0.4542175233364105,0.601879894733429,1396.0,357376.0,4361.74693033006,22872064.0 +127.06,8.100000381469727,5395.0,0.011958600021898746,0.1330973356962204,1.7611967325210571,-0.01726462133228779,0.37577998638153076,0.6322758793830872,1397.0,357632.0,4364.784227127908,22888448.0 +114.91,8.800000190734863,5244.0,0.013993650674819946,0.1537882536649704,1.7206913232803345,-0.015548509545624256,0.3332872986793518,0.6320160329341888,1398.0,357888.0,4367.909155040048,22904832.0 +128.3,8.800000190734863,5418.0,0.014694909565150738,0.1534830778837204,1.8298492431640625,-0.015440777875483036,0.30387556552886963,0.6036849021911621,1399.0,358144.0,4370.933819752885,22921216.0 +195.06,8.399999618530273,5344.0,0.011673721484839916,0.1384684294462204,1.7897871732711792,-0.017626745626330376,0.3751061260700226,0.5835846960544586,1400.0,358400.0,4374.000056428835,22937600.0 +117.49,9.0,5441.0,0.013787884265184402,0.1562093049287796,1.7642382383346558,-0.017225977033376694,0.29408934712409973,0.5821539163589478,1401.0,358656.0,4377.011887162924,22953984.0 +146.92,8.699999809265137,5348.0,0.015288772992789745,0.169677734375,1.788914680480957,-0.015767404809594154,0.32939860224723816,0.6381518542766571,1402.0,358912.0,4380.076068230905,22970368.0 +128.74,9.0,5438.0,0.01591285690665245,0.1647745817899704,1.7678346633911133,-0.017408130690455437,0.3072870075702667,0.6130668520927429,1403.0,359168.0,4383.089270211989,22986752.0 +160.88,8.899999618530273,5316.0,0.014233254827558994,0.1645304411649704,1.797036051750183,-0.01803594082593918,0.27848225831985474,0.6536006331443787,1404.0,359424.0,4386.171747151995,23003136.0 +96.46,8.800000190734863,5384.0,0.01179417222738266,0.13421630859375,1.7821497917175293,-0.014914926141500473,0.315024197101593,0.6197301149368286,1405.0,359680.0,4389.215246401029,23019520.0 +198.99,8.0,5436.0,0.01367005705833435,0.1541544646024704,1.758001685142517,-0.016877012327313423,0.41196513175964355,0.570178747177124,1406.0,359936.0,4392.229989522835,23035904.0 +120.82,9.100000381469727,5342.0,0.01617501862347126,0.1663614958524704,1.7382941246032715,-0.014187664724886417,0.2900606393814087,0.6313253045082092,1407.0,360192.0,4395.297665743856,23052288.0 +138.44,8.699999809265137,5386.0,0.01567540504038334,0.1701863557100296,1.789557933807373,-0.013816376216709614,0.2783370912075043,0.63850536942482,1408.0,360448.0,4398.340473179007,23068672.0 +199.36,8.399999618530273,5419.0,0.014935415238142014,0.1747233122587204,1.8328365087509155,-0.012294239364564419,0.3330267667770386,0.6042025089263916,1409.0,360704.0,4401.364573849831,23085056.0 +218.21,7.699999809265137,5443.0,0.011248291470110416,0.1311238557100296,1.8516126871109009,-0.01449691504240036,0.37989282608032227,0.6252035200595856,1410.0,360960.0,4404.375290415948,23101440.0 +165.63,8.0,5398.0,0.011919365264475346,0.14263916015625,1.8241840600967407,-0.013267754577100277,0.3613647222518921,0.6051808893680573,1411.0,361216.0,4407.410995899001,23117824.0 +202.91,8.100000381469727,5409.0,0.012187331914901733,0.14892578125,1.8320473432540894,-0.015052933245897293,0.28729739785194397,0.6675529778003693,1412.0,361472.0,4410.442127336049,23134208.0 +176.0,8.5,5330.0,0.013118542730808258,0.1503092497587204,1.7691984176635742,-0.016927504912018776,0.4134058952331543,0.6079731285572052,1413.0,361728.0,4413.5164161690045,23150592.0 +145.48,8.800000190734863,5297.0,0.0138977887108922,0.1624959260225296,1.7955485582351685,-0.01542858686298132,0.27680179476737976,0.6818109452724457,1414.0,361984.0,4416.609681357862,23166976.0 +147.16,8.699999809265137,5268.0,0.01438102126121521,0.16802978515625,1.7645536661148071,-0.014802728779613972,0.28750839829444885,0.6718643605709076,1415.0,362240.0,4419.719927879982,23183360.0 +145.2,8.800000190734863,5450.0,0.012280318886041641,0.1318359375,1.7667689323425293,-0.017698848620057106,0.31404075026512146,0.6583863794803619,1416.0,362496.0,4422.7269481190015,23199744.0 +148.14,8.600000381469727,5293.0,0.015768704935908318,0.1799113005399704,1.7706842422485352,-0.016652749851346016,0.37065544724464417,0.6261477470397949,1417.0,362752.0,4425.822950370843,23216128.0 +130.83,8.300000190734863,5539.0,0.011170736514031887,0.1290079802274704,1.7563272714614868,-0.0160923283547163,0.5016116499900818,0.5913254618644714,1418.0,363008.0,4428.781538621988,23232512.0 +135.02,8.5,5326.0,0.01270358171314001,0.1441853791475296,1.7893630266189575,-0.018440859392285347,0.3736216723918915,0.6554163992404938,1419.0,363264.0,4431.858402712038,23248896.0 +142.21,8.600000381469727,5428.0,0.012755711562931538,0.1519571989774704,1.7832789421081543,-0.016836944967508316,0.3716869354248047,0.6410680115222931,1420.0,363520.0,4434.877549075056,23265280.0 +115.75,9.0,5251.0,0.01567799039185047,0.17327880859375,1.8091109991073608,-0.016481786966323853,0.3020005524158478,0.6706193685531616,1421.0,363776.0,4437.997959858971,23281664.0 +142.74,8.800000190734863,5470.0,0.017343444749712944,0.1863199919462204,1.7793470621109009,-0.015902716666460037,0.3173485994338989,0.6459194421768188,1422.0,364032.0,4440.994152551051,23298048.0 +144.16,8.399999618530273,5157.0,0.013815955258905888,0.15252685546875,1.738535761833191,-0.017428582534193993,0.47296181321144104,0.5725030303001404,1423.0,364288.0,4444.171303121839,23314432.0 +120.28,7.699999809265137,5366.0,0.011563842184841633,0.13720703125,1.7568341493606567,-0.015542280860245228,0.5837046504020691,0.49307113885879517,1424.0,364544.0,4447.224955427926,23330816.0 +120.74,8.800000190734863,5227.0,0.014531318098306656,0.1574910432100296,1.7335768938064575,-0.018216947093605995,0.35053589940071106,0.60712730884552,1425.0,364800.0,4450.359856097028,23347200.0 +100.6,8.899999618530273,5350.0,0.013281368650496006,0.1532796174287796,1.7603799104690552,-0.014933465979993343,0.33066168427467346,0.6175000667572021,1426.0,365056.0,4453.4225690630265,23363584.0 +129.89,8.699999809265137,5182.0,0.012589138932526112,0.1428426057100296,1.8106943368911743,-0.010406645946204662,0.4079088866710663,0.6141209602355957,1427.0,365312.0,4456.584673732985,23379968.0 +158.73,8.800000190734863,5347.0,0.012327342294156551,0.1398722380399704,1.772589087486267,-0.015218979679048061,0.2803668975830078,0.6853824853897095,1428.0,365568.0,4459.649158618879,23396352.0 +126.68,8.800000190734863,5178.0,0.012376462109386921,0.14251708984375,1.7299319505691528,-0.016625529155135155,0.32980430126190186,0.6597438752651215,1429.0,365824.0,4462.813955117017,23412736.0 +135.08,8.5,5387.0,0.013430379331111908,0.1420084685087204,1.7683969736099243,-0.011929490603506565,0.42135921120643616,0.6373934149742126,1430.0,366080.0,4465.855927432887,23429120.0 +126.86,8.300000190734863,5370.0,0.01242832001298666,0.1330769807100296,1.8396921157836914,-0.016162564978003502,0.38515445590019226,0.6324257552623749,1431.0,366336.0,4468.907221724978,23445504.0 +145.73,8.0,5165.0,0.010677029378712177,0.1246337890625,1.9076519012451172,-0.013442330993711948,0.3680526912212372,0.6164608299732208,1432.0,366592.0,4472.08002443891,23461888.0 +187.8,8.300000190734863,5138.0,0.012548240832984447,0.1446126252412796,1.8709930181503296,-0.014726146124303341,0.3146000802516937,0.6781419515609741,1433.0,366848.0,4475.269309654832,23478272.0 +194.85,8.300000190734863,5172.0,0.011745695024728775,0.1363932341337204,1.8473020792007446,-0.015550234355032444,0.3654893636703491,0.6883482336997986,1434.0,367104.0,4478.437815687852,23494656.0 +160.67,8.5,5350.0,0.011688880622386932,0.1334025114774704,1.7809885740280151,-0.018244294449687004,0.3708077669143677,0.6910315752029419,1435.0,367360.0,4481.5008636510465,23511040.0 +105.12,9.0,5114.0,0.010717312805354595,0.1225179061293602,1.7624717950820923,-0.013215902261435986,0.2914073169231415,0.7522731572389603,1436.0,367616.0,4484.704910538858,23527424.0 +169.01,8.800000190734863,5267.0,0.013552376069128513,0.15252685546875,1.7480692863464355,-0.01657314971089363,0.321258008480072,0.6527029275894165,1437.0,367872.0,4487.816438762005,23543808.0 +142.64,8.600000381469727,5273.0,0.013639155775308609,0.1561075896024704,1.803603172302246,-0.01682477630674839,0.2790972590446472,0.715579628944397,1438.0,368128.0,4490.924067670945,23560192.0 +160.65,8.699999809265137,5440.0,0.010391880758106709,0.1279703825712204,1.8192845582962036,-0.01688011921942234,0.3206736147403717,0.5836763978004456,1439.0,368384.0,4493.936338739935,23576576.0 +133.49,8.800000190734863,5325.0,0.014431782998144627,0.1656290739774704,1.7830199003219604,-0.014172077178955078,0.331610769033432,0.6326901316642761,1440.0,368640.0,4497.013310621958,23592960.0 +173.04,7.800000190734863,5395.0,0.01020475011318922,0.11419677734375,1.8027116060256958,-0.013083121739327908,0.5081760883331299,0.5648422837257385,1441.0,368896.0,4500.051254428923,23609344.0 +145.61,8.699999809265137,5114.0,0.013683811761438847,0.1562093049287796,1.7988373041152954,-0.017345162108540535,0.3684867322444916,0.6019167900085449,1442.0,369152.0,4503.255656693829,23625728.0 +111.71,8.699999809265137,5348.0,0.01177938748151064,0.1366780549287796,1.7900797128677368,-0.015774467960000038,0.3603322505950928,0.6224907636642456,1443.0,369408.0,4506.319369924022,23642112.0 +159.67,9.0,5249.0,0.01445169746875763,0.1678466796875,1.8092026710510254,-0.01870393194258213,0.26177701354026794,0.6928339004516602,1444.0,369664.0,4509.44098200486,23658496.0 +111.07,9.0,5461.0,0.012873048894107342,0.1478474885225296,1.777269721031189,-0.015139470808207989,0.3858714997768402,0.5701161026954651,1445.0,369920.0,4512.442129058996,23674880.0 +158.53,8.899999618530273,5393.0,0.012057088315486908,0.1448974609375,1.824129581451416,-0.015875181183218956,0.2644645571708679,0.6774086654186249,1446.0,370176.0,4515.480774488999,23691264.0 +147.93,8.399999618530273,5396.0,0.01173251774162054,0.1417236328125,1.802061676979065,-0.011230935342609882,0.43935802578926086,0.5695497095584869,1447.0,370432.0,4518.517839293927,23707648.0 +130.96,9.0,5150.0,0.012866592966020107,0.1443074494600296,1.7765072584152222,-0.01701328717172146,0.3213517963886261,0.567200243473053,1448.0,370688.0,4521.699660569895,23724032.0 +156.34,8.699999809265137,5424.0,0.009397282265126705,0.11376953125,1.8269548416137695,-0.013181923888623714,0.2940691411495209,0.6566523611545563,1449.0,370944.0,4524.720988058019,23740416.0 +171.39,8.699999809265137,5209.0,0.01580713503062725,0.166015625,1.809442400932312,-0.01476755365729332,0.27300533652305603,0.6621004045009613,1450.0,371200.0,4527.866734612966,23756800.0 +122.29,8.800000190734863,5413.0,0.014050614088773727,0.1604207307100296,1.8142576217651367,-0.015745127573609352,0.3286472260951996,0.6572849154472351,1451.0,371456.0,4530.8975247768685,23773184.0 +186.64,8.100000381469727,5224.0,0.013618112541735172,0.1607869416475296,1.8345943689346313,-0.014825399033725262,0.350538969039917,0.6039501130580902,1452.0,371712.0,4534.034329538001,23789568.0 +169.43,8.199999809265137,5371.0,0.013157658278942108,0.1516316682100296,1.8241411447525024,-0.015522154979407787,0.35521507263183594,0.5510397553443909,1453.0,371968.0,4537.085476260865,23805952.0 +158.71,9.0,5270.0,0.013640056364238262,0.1541951447725296,1.8155025243759155,-0.013282377272844315,0.25123849511146545,0.612552136182785,1454.0,372224.0,4540.194777401863,23822336.0 +163.18,8.199999809265137,5356.0,0.013003990054130554,0.1529744416475296,1.79225492477417,-0.014914092607796192,0.39438655972480774,0.554244875907898,1455.0,372480.0,4543.254276787862,23838720.0 +169.21,8.300000190734863,5176.0,0.011324266903102398,0.1392822265625,1.8073220252990723,-0.013026858679950237,0.3843086063861847,0.6193226873874664,1456.0,372736.0,4546.419961287873,23855104.0 +159.28,8.600000381469727,5394.0,0.01246635615825653,0.1489664763212204,1.8120570182800293,-0.01583879627287388,0.22730453312397003,0.7063677906990051,1457.0,372992.0,4549.4580168470275,23871488.0 +214.3,8.5,5178.0,0.015461687929928303,0.1647745817899704,1.8072338104248047,-0.014720882289111614,0.27471086382865906,0.6408480107784271,1458.0,373248.0,4552.622425429989,23887872.0 +209.51,8.800000190734863,5427.0,0.012962938286364079,0.1527506560087204,1.815690040588379,-0.017622383311390877,0.2342161387205124,0.6513182818889618,1459.0,373504.0,4555.641580797965,23904256.0 +146.66,8.100000381469727,5441.0,0.011261369101703167,0.1307576447725296,1.7551485300064087,-0.015415334142744541,0.4891083240509033,0.582537978887558,1460.0,373760.0,4558.653377010021,23920640.0 +135.09,8.899999618530273,5462.0,0.018165111541748047,0.18634033203125,1.7209815979003906,-0.014022376388311386,0.3646487295627594,0.6498230695724487,1461.0,374016.0,4561.653245022986,23937024.0 +124.39,9.199999809265137,5341.0,0.01621088758111,0.1837158203125,1.74465811252594,-0.018574031069874763,0.23084129393100739,0.7291380167007446,1462.0,374272.0,4564.721405213932,23953408.0 +147.74,8.699999809265137,5414.0,0.013716836459934711,0.1565144807100296,1.7099095582962036,-0.01605979911983013,0.3142474591732025,0.6626118421554565,1463.0,374528.0,4567.748229869874,23969792.0 +166.7,8.600000381469727,5358.0,0.018476450815796852,0.17694091796875,1.7676501274108887,-0.015726590529084206,0.30617401003837585,0.6179033815860748,1464.0,374784.0,4570.80672454997,23986176.0 +152.45,8.899999618530273,5454.0,0.014288238249719143,0.15277099609375,1.7515665292739868,-0.014766725711524487,0.26339057087898254,0.7119118571281433,1465.0,375040.0,4573.811010053847,24002560.0 +145.77,8.699999809265137,5471.0,0.01681278832256794,0.1757405549287796,1.7285164594650269,-0.015884479507803917,0.28211474418640137,0.6592606008052826,1466.0,375296.0,4576.806272960966,24018944.0 +195.52,8.100000381469727,5330.0,0.0132123539224267,0.15826416015625,1.7732771635055542,-0.01496155932545662,0.42433610558509827,0.5798386037349701,1467.0,375552.0,4579.880886303028,24035328.0 +161.47,8.399999618530273,5380.0,0.011040415614843369,0.130859375,1.7440518140792847,-0.015316284261643887,0.3121485114097595,0.6429780423641205,1468.0,375808.0,4582.926416569855,24051712.0 +166.24,8.300000190734863,5382.0,0.009905733168125153,0.11907958984375,1.7717453241348267,-0.015623237006366253,0.3407646417617798,0.6351165771484375,1469.0,376064.0,4585.970851392951,24068096.0 +184.09,8.899999618530273,5308.0,0.01420559361577034,0.154541015625,1.8028136491775513,-0.015703847631812096,0.22365565598011017,0.6938092708587646,1470.0,376320.0,4589.058013527887,24084480.0 +236.62,8.5,5369.0,0.01416128221899271,0.1732584685087204,1.7465695142745972,-0.0158808883279562,0.3452846109867096,0.6464869379997253,1471.0,376576.0,4592.10980018205,24100864.0 +166.26,8.699999809265137,5223.0,0.013926160521805286,0.14520263671875,1.693137526512146,-0.01802561804652214,0.3165389597415924,0.6807247996330261,1472.0,376832.0,4595.246881274972,24117248.0 +131.79,9.0,5314.0,0.015879426151514053,0.1749064177274704,1.6999311447143555,-0.016313882544636726,0.3009885549545288,0.7152461111545563,1473.0,377088.0,4598.3305005128495,24133632.0 +116.05,8.399999618530273,5307.0,0.015943948179483414,0.1731974333524704,1.6903470754623413,-0.01746305823326111,0.34022256731987,0.6785314679145813,1474.0,377344.0,4601.41836267896,24150016.0 +139.41,8.0,5290.0,0.013663925230503082,0.1455281525850296,1.669093132019043,-0.01595587469637394,0.479732871055603,0.6292897462844849,1475.0,377600.0,4604.515730321873,24166400.0 +139.7,8.899999618530273,5371.0,0.01516454666852951,0.1700439453125,1.7104620933532715,-0.017049508169293404,0.2933082580566406,0.6700068414211273,1476.0,377856.0,4607.566644266015,24182784.0 +142.15,8.199999809265137,5257.0,0.013908684253692627,0.1525065153837204,1.684974193572998,-0.01698407344520092,0.438586950302124,0.5615319013595581,1477.0,378112.0,4610.683397321962,24199168.0 +148.84,8.699999809265137,5401.0,0.01569134183228016,0.1712646484375,1.6999694108963013,-0.017804749310016632,0.3588012754917145,0.6316346824169159,1478.0,378368.0,4613.717096730834,24215552.0 +148.58,9.100000381469727,5299.0,0.016600025817751884,0.17132568359375,1.6988438367843628,-0.0194802675396204,0.32865625619888306,0.7134378552436829,1479.0,378624.0,4616.809592017904,24231936.0 +124.52,8.699999809265137,5413.0,0.0139688765630126,0.1572469025850296,1.6907039880752563,-0.015745723620057106,0.36912062764167786,0.726462334394455,1480.0,378880.0,4619.83655803185,24248320.0 +125.06,8.899999618530273,5224.0,0.01296237763017416,0.1462605744600296,1.6771527528762817,-0.017900848761200905,0.28001976013183594,0.7847838550806046,1481.0,379136.0,4622.973224140005,24264704.0 +138.11,9.199999809265137,5417.0,0.014446624554693699,0.16131591796875,1.746362328529358,-0.017554840072989464,0.20892125368118286,0.8000125885009766,1482.0,379392.0,4625.99810452899,24281088.0 +178.45,8.800000190734863,5203.0,0.015101968310773373,0.164306640625,1.7240420579910278,-0.01645534113049507,0.26900210976600647,0.7125638723373413,1483.0,379648.0,4629.147279227851,24297472.0 +120.7,9.0,5408.0,0.013428528793156147,0.142333984375,1.7147340774536133,-0.015905020758509636,0.31743183732032776,0.7049505710601807,1484.0,379904.0,4632.177427615039,24313856.0 +124.34,8.199999809265137,5191.0,0.013923096470534801,0.1554972380399704,1.7483062744140625,-0.01623222976922989,0.43761804699897766,0.6155838370323181,1485.0,380160.0,4635.334323898889,24330240.0 +155.46,8.800000190734863,5496.0,0.013895244337618351,0.1491902619600296,1.7718172073364258,-0.015555041842162609,0.3009122312068939,0.6798161864280701,1486.0,380416.0,4638.316106658895,24346624.0 +169.14,8.300000190734863,5257.0,0.012835566885769367,0.1432902067899704,1.7441225051879883,-0.016859540715813637,0.3932381570339203,0.6070117950439453,1487.0,380672.0,4641.433168619871,24363008.0 +158.66,8.199999809265137,5384.0,0.016444917768239975,0.17120361328125,1.7085938453674316,-0.015583086758852005,0.3960895836353302,0.6391505300998688,1488.0,380928.0,4644.476913532941,24379392.0 +138.67,9.0,5334.0,0.014333396218717098,0.1684977263212204,1.7899385690689087,-0.0184758473187685,0.1674402952194214,0.7377113997936249,1489.0,381184.0,4647.549069636967,24395776.0 +198.67,8.300000190734863,5439.0,0.01279823761433363,0.1397705078125,1.7232815027236938,-0.014366808347404003,0.32578006386756897,0.6227172613143921,1490.0,381440.0,4650.561828493839,24412160.0 +102.97,9.5,5248.0,0.015678420662879944,0.1613972932100296,1.6979899406433105,-0.017663663253188133,0.28006720542907715,0.6710983514785767,1491.0,381696.0,4653.684112585848,24428544.0 +194.95,8.100000381469727,5475.0,0.013673753477633,0.1484171599149704,1.7222687005996704,-0.012989492155611515,0.3944540321826935,0.5608937740325928,1492.0,381952.0,4656.6770050828345,24444928.0 +126.49,9.300000190734863,5287.0,0.014010856859385967,0.1561075896024704,1.7001537084579468,-0.017055684700608253,0.23728126287460327,0.6834305226802826,1493.0,382208.0,4659.776335533941,24461312.0 +126.2,8.899999618530273,5293.0,0.01484436634927988,0.1518758088350296,1.7348994016647339,-0.016834920272231102,0.2982754707336426,0.6797826886177063,1494.0,382464.0,4662.875516379951,24477696.0 +141.22,8.5,5341.0,0.013372066430747509,0.158447265625,1.7443615198135376,-0.012872687540948391,0.35346105694770813,0.6772264838218689,1495.0,382720.0,4665.943267395953,24494080.0 +144.67,8.699999809265137,5505.0,0.014994402416050434,0.1739095002412796,1.7455511093139648,-0.01570688746869564,0.28366586565971375,0.7149629592895508,1496.0,382976.0,4668.9199905949645,24510464.0 +140.77,8.600000381469727,5442.0,0.01378533523529768,0.1510823518037796,1.6976245641708374,-0.016887497156858444,0.3344452679157257,0.6825858652591705,1497.0,383232.0,4671.931362113915,24526848.0 +152.91,8.5,5413.0,0.015203037299215794,0.16680908203125,1.6472684144973755,-0.015349832363426685,0.3752034604549408,0.6158949434757233,1498.0,383488.0,4674.95879195095,24543232.0 +121.96,8.899999618530273,5411.0,0.014631220139563084,0.1636149138212204,1.6437578201293945,-0.0171111598610878,0.3525795638561249,0.6443094909191132,1499.0,383744.0,4677.987400640035,24559616.0 +105.43,9.0,5392.0,0.015488546341657639,0.1407470703125,1.6819034814834595,-0.015346578322350979,0.30442559719085693,0.6839610040187836,1500.0,384000.0,4681.026517231949,24576000.0 +155.12,8.699999809265137,5468.0,0.012156330980360508,0.137939453125,1.7391222715377808,-0.015728885307908058,0.29671016335487366,0.6527107059955597,1501.0,384256.0,4684.02346831793,24592384.0 +126.18,9.300000190734863,5432.0,0.01716575026512146,0.18017578125,1.7108293771743774,-0.0178767591714859,0.21583779156208038,0.7060547769069672,1502.0,384512.0,4687.039989765966,24608768.0 +177.89,8.5,5355.0,0.01295178011059761,0.1464436799287796,1.6463837623596191,-0.016373785212635994,0.3825173079967499,0.5977924168109894,1503.0,384768.0,4690.100139447954,24625152.0 +132.6,8.5,5316.0,0.011683869175612926,0.1277669221162796,1.6875181198120117,-0.015988489612936974,0.38778960704803467,0.5705913007259369,1504.0,385024.0,4693.183109277859,24641536.0 +127.16,9.0,5411.0,0.014064167626202106,0.14471435546875,1.6762503385543823,-0.017518827691674232,0.31120359897613525,0.6466601490974426,1505.0,385280.0,4696.211587308906,24657920.0 +122.08,9.100000381469727,5301.0,0.019099373370409012,0.1902058869600296,1.6646164655685425,-0.017847802489995956,0.263210654258728,0.6800367534160614,1506.0,385536.0,4699.303400265984,24674304.0 +172.36,8.199999809265137,5264.0,0.012403533793985844,0.1408284455537796,1.649194598197937,-0.015224906615912914,0.5143947005271912,0.5791193246841431,1507.0,385792.0,4702.416036752984,24690688.0 +99.37,9.300000190734863,5320.0,0.016300544142723083,0.15618896484375,1.669661045074463,-0.015894833952188492,0.24293316900730133,0.7251600325107574,1508.0,386048.0,4705.495977201033,24707072.0 +127.72,8.699999809265137,5403.0,0.014690671116113663,0.1379597932100296,1.6590571403503418,-0.014384989626705647,0.38768959045410156,0.5997609496116638,1509.0,386304.0,4708.528975067893,24723456.0 +157.64,8.800000190734863,5226.0,0.014176500029861927,0.1567789763212204,1.6639999151229858,-0.016496337950229645,0.31386443972587585,0.670626163482666,1510.0,386560.0,4711.664618036011,24739840.0 +124.0,8.100000381469727,5399.0,0.00958316121250391,0.1070353165268898,1.6578049659729004,-0.013803456909954548,0.522777259349823,0.5523808598518372,1511.0,386816.0,4714.699883455876,24756224.0 +152.02,8.899999618530273,5184.0,0.01547203864902258,0.1636759489774704,1.676066279411316,-0.018102416768670082,0.27203992009162903,0.6264286637306213,1512.0,387072.0,4717.860932840034,24772608.0 +143.4,9.199999809265137,5413.0,0.015795588493347168,0.1696980744600296,1.5651273727416992,-0.01720350794494152,0.25665083527565,0.652508407831192,1513.0,387328.0,4720.888265884016,24788992.0 +113.06,8.800000190734863,5270.0,0.013548166491091251,0.1439005583524704,1.6197835206985474,-0.01293350663036108,0.3632764518260956,0.5611897110939026,1514.0,387584.0,4723.997570144013,24805376.0 +131.9,9.199999809265137,5173.0,0.013667807914316654,0.1388142853975296,1.6395305395126343,-0.01649339869618416,0.28768065571784973,0.6573861837387085,1515.0,387840.0,4727.165177840041,24821760.0 +116.64,9.100000381469727,5289.0,0.016017738729715347,0.17230224609375,1.6655179262161255,-0.01440450083464384,0.3026423454284668,0.6209983825683594,1516.0,388096.0,4730.263735663844,24838144.0 +160.68,8.300000190734863,5369.0,0.014977329410612583,0.14581298828125,1.700636386871338,-0.009775767102837563,0.3570075035095215,0.5802671313285828,1517.0,388352.0,4733.315483827842,24854528.0 +130.66,8.399999618530273,5265.0,0.017293943092226982,0.1697998046875,1.6420027017593384,-0.012409492395818233,0.4495004415512085,0.6009645462036133,1518.0,388608.0,4736.427522016922,24870912.0 +92.29,9.300000190734863,5371.0,0.015965355560183525,0.1547037810087204,1.6048716306686401,-0.011467636562883854,0.37626317143440247,0.5964356362819672,1519.0,388864.0,4739.478318803012,24887296.0 +134.46,8.699999809265137,4986.0,0.016386812552809715,0.1310831755399704,1.6543817520141602,-0.012065432965755463,0.4250183403491974,0.54708331823349,1520.0,389120.0,4742.764750256902,24903680.0 +103.42,9.199999809265137,5359.0,0.012803908437490463,0.1398112028837204,1.6590451002120972,-0.013667658902704716,0.3752361238002777,0.5674154162406921,1521.0,389376.0,4745.822224491974,24920064.0 +138.07,8.600000381469727,5209.0,0.012247747741639614,0.1335245817899704,1.669624924659729,-0.013851195573806763,0.4497646987438202,0.589058130979538,1522.0,389632.0,4748.968082305975,24936448.0 +110.16,8.699999809265137,5345.0,0.013305991888046265,0.1430460661649704,1.6961172819137573,-0.012694153003394604,0.33948007225990295,0.5996756255626678,1523.0,389888.0,4752.034495661035,24952832.0 +116.86,8.300000190734863,5273.0,0.012065107934176922,0.1345621794462204,1.6369132995605469,-0.012438767589628696,0.5720406770706177,0.5133761763572693,1524.0,390144.0,4755.142264293041,24969216.0 +108.44,9.100000381469727,5262.0,0.01612645573914051,0.1639404296875,1.6481603384017944,-0.014913887716829777,0.39167895913124084,0.5285318791866302,1525.0,390400.0,4758.25688656792,24985600.0 diff --git a/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..c3c1d75e2974d0335013af5f4719af4290ff903f --- /dev/null +++ b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +155.28571428571428,4.285714149475098,254.0,0.004037870559841394,0.0654093399643898,0.0,0.04374265670776367,2.7040212154388428,-0.0009146591764874756,0.0037203598767518997,0.1433950662612915,0.23959992825984955,0.01493614912033081,1.0,256.0,64.38946799305268,16384.0 +298.46153846153845,5.0,2568.0,0.003174600424245,0.0400390625,0.0,0.10331252962350845,2.704110860824585,-7.33406122890301e-05,0.0037220753729343414,0.26085397601127625,0.11508017033338547,0.13808822631835938,2.0,512.0,70.77007549884729,32768.0 +372.29545454545456,4.545454502105713,2607.0,0.004605814348906279,0.0577596016228199,0.0,0.06577825546264648,2.700632095336914,-0.0012291348539292812,0.003716343082487583,0.18802742660045624,0.20684154331684113,0.2256259322166443,3.0,768.0,77.05475668492727,49152.0 +543.71,4.0,2662.0,0.003650331636890769,0.02655029296875,0.0,0.2315756231546402,2.680832862854004,-0.0026274751871824265,0.003682750975713134,0.5220228433609009,0.7417362332344055,0.30308836698532104,4.0,1024.0,83.20829284004867,65536.0 +383.04,4.199999809265137,2663.0,0.004240555688738823,0.0327962227165699,0.0,0.34989288449287415,2.6489975452423096,-0.003310516709461808,0.0036622171755880117,0.7593867182731628,1.1039303541183472,0.3205322027206421,5.0,1280.0,89.36099184397608,81920.0 +226.34,4.5,2651.0,0.0055427514016628265,0.0474039725959301,0.0,0.3832260072231293,2.6323437690734863,-0.0032963298726826906,0.003646910423412919,0.8256915211677551,1.0172237157821655,0.38212913274765015,6.0,1536.0,95.54199365805835,98304.0 +165.96,5.099999904632568,2595.0,0.0036416801158338785,0.02817789651453495,0.0,0.566335916519165,2.600891590118408,-0.0018460374558344483,0.0036438850220292807,1.188381552696228,1.0747405290603638,0.42342543601989746,7.0,1792.0,101.85421647690237,114688.0 +109.64,5.699999809265137,2608.0,0.00681341951712966,0.07928466796875,0.0,0.692528247833252,2.533830404281616,-0.0015359224053099751,0.0036307834088802338,1.438805103302002,1.4910683631896973,0.4661713242530823,8.0,2048.0,108.13730461383238,131072.0 +98.42,5.699999809265137,2600.0,0.003915788605809212,0.02337646484375,0.0,0.7862967848777771,2.5329782962799072,-0.0006353273056447506,0.003644022159278393,1.6245239973068237,1.2097928524017334,0.464571475982666,9.0,2304.0,114.44028517184779,147456.0 +87.6,5.099999904632568,2560.0,0.0045794895850121975,0.02813720703125,0.0,0.7135331630706787,2.4878273010253906,-0.0017492715269327164,0.003638191381469369,1.4803214073181152,1.4509668350219727,0.49569910764694214,10.0,2560.0,120.84067375701852,163840.0 +89.08,4.599999904632568,2564.0,0.0026034831535071135,0.010660807602107525,0.0,0.7067379355430603,2.4697036743164062,-0.0016497921897098422,0.0036369364243000746,1.4661694765090942,1.3843374252319336,0.5112284123897552,11.0,2816.0,127.23035034583881,180224.0 +75.63,5.699999809265137,2615.0,0.0077399215660989285,0.0479532890021801,0.0,0.8134614825248718,2.419062852859497,0.0006903619505465031,0.0036076281685382128,1.673923134803772,1.5117441415786743,0.6150267124176025,12.0,3072.0,133.49864101898856,196608.0 +73.33,5.699999809265137,2642.0,0.004116058349609375,0.02557373046875,0.0,0.7513155341148376,2.40659499168396,-0.0002893029886763543,0.0035744428168982267,1.5513415336608887,1.718183994293213,0.6835798025131226,13.0,3328.0,139.6995104670059,212992.0 +89.53,5.400000095367432,2683.0,0.006165566388517618,0.04901123046875,0.0,0.5472082495689392,2.4071202278137207,-0.0016791486414149404,0.003560451092198491,1.1459174156188965,1.7777527570724487,0.7182289958000183,14.0,3584.0,145.80541605385952,229376.0 +80.71,5.0,2633.0,0.007424360606819391,0.0528971366584301,0.0,0.5807129740715027,2.343186616897583,-0.0022172266617417336,0.0035596590023487806,1.2127240896224976,2.027423620223999,0.7353829741477966,15.0,3840.0,152.0272248829715,245760.0 +67.38,5.599999904632568,2669.0,0.006060593295842409,0.0543619804084301,0.0,0.6129493117332458,2.2904908657073975,-0.0006275027990341187,0.003547603264451027,1.2729634046554565,2.208569288253784,0.7732427567243576,16.0,4096.0,158.1664033208508,262144.0 +64.71,5.699999809265137,2573.0,0.0050055584870278835,0.04791259765625,0.0,0.6792833209037781,2.235147476196289,-0.0013844664208590984,0.003518287092447281,1.4060384035110474,2.7173383235931396,0.7683118283748627,17.0,4352.0,164.53450193395838,278528.0 +78.87,5.800000190734863,2615.0,0.0033194932620972395,0.01774088479578495,0.0,0.6722550988197327,2.259864091873169,-0.00019772104860749096,0.003503076732158661,1.3901028633117676,2.467963695526123,0.786875769495964,18.0,4608.0,170.80039450805634,294912.0 +66.45,5.800000190734863,2661.0,0.006171310320496559,0.0583089180290699,0.0,0.7005472183227539,2.2197632789611816,-0.0021647289395332336,0.0034839019645005465,1.4498192071914673,2.800063371658325,0.7934223413467407,19.0,4864.0,176.9577291549649,311296.0 +70.16,6.599999904632568,2677.0,0.004737564828246832,0.0370279960334301,0.0,0.665314257144928,2.243487596511841,-0.0014416956109926105,0.003489563474431634,1.3783817291259766,2.5987441539764404,0.8081306219100952,20.0,5120.0,183.07865548087284,327680.0 +58.12,6.0,2616.0,0.006862075533717871,0.0688883438706398,0.0,0.732734739780426,2.188066244125366,-0.003424704074859619,0.003439568914473057,1.5160802602767944,3.022820472717285,0.8055816441774368,21.0,5376.0,189.34094617585652,344064.0 +71.11,5.599999904632568,2620.0,0.004712183494120836,0.0415242500603199,0.0,0.6542907953262329,2.2530758380889893,-0.0018356078071519732,0.003433701815083623,1.3573142290115356,2.876561164855957,0.8134736269712448,22.0,5632.0,195.59353366401047,360448.0 +69.1,5.699999809265137,2664.0,0.0040751863270998,0.02262369729578495,0.0,0.6999310851097107,2.240185022354126,-0.0015704469988122582,0.003424976021051407,1.4478068351745605,3.1405420303344727,0.8110035359859467,23.0,5888.0,201.7437795929145,376832.0 +65.77,6.699999809265137,2584.0,0.0038181478157639503,0.0235595703125,0.0,0.7346889972686768,2.1964259147644043,-0.001660832203924656,0.003407023847103119,1.5166279077529907,3.482053518295288,0.8101705461740494,24.0,6144.0,208.0851667318493,393216.0 +66.85,5.300000190734863,2680.0,0.0036574488040059805,0.02895100973546505,0.0,0.6043552160263062,2.240581750869751,-0.0011392539599910378,0.00341678224503994,1.2558008432388306,3.2714624404907227,0.8132389485836029,25.0,6400.0,214.19782813289203,409600.0 +77.21,6.400000095367432,2648.0,0.0031145766843110323,0.02077229879796505,0.0,0.7068783640861511,2.243756055831909,-0.0013729777419939637,0.003424643538892269,1.4613780975341797,3.169907808303833,0.7883508652448654,26.0,6656.0,220.3853232229594,425984.0 +67.22,5.800000190734863,2577.0,0.004258124623447657,0.0382486991584301,0.0,0.7037098407745361,2.21317720413208,-0.0016698554391041398,0.003403015434741974,1.455022931098938,3.514554738998413,0.806657686829567,27.0,6912.0,226.74388459394686,442368.0 +65.29,5.599999904632568,2609.0,0.00473036477342248,0.0347493477165699,0.0,0.6411892771720886,2.201493263244629,-0.002773372456431389,0.0034014566335827112,1.331955075263977,3.670945405960083,0.8178083151578903,28.0,7168.0,233.0231805969961,458752.0 +67.79,5.699999809265137,2586.0,0.0049165706150233746,0.0450032539665699,0.0,0.6837818622589111,2.2802698612213135,-0.0010157441720366478,0.003385330783203244,1.4152010679244995,3.5054826736450195,0.8236498236656189,29.0,7424.0,239.36032424191944,475136.0 +73.05,5.099999904632568,2601.0,0.005387136712670326,0.0415852852165699,0.0,0.615235447883606,2.2440426349639893,-0.0023945204447954893,0.003396902233362198,1.28014075756073,3.4437777996063232,0.812817245721817,30.0,7680.0,245.65916432184167,491520.0 +66.42,5.800000190734863,2579.0,0.004512781277298927,0.03436279296875,0.0,0.7061314582824707,2.2378110885620117,-0.0025476617738604546,0.003373975632712245,1.462114691734314,3.6100614070892334,0.7982289493083954,31.0,7936.0,252.01118099386804,507904.0 +72.16,5.800000190734863,2525.0,0.004215942230075598,0.039306640625,0.0,0.6674382090568542,2.2706024646759033,-0.0016325864708051085,0.0033709194976836443,1.3835538625717163,3.546504259109497,0.813583105802536,32.0,8192.0,258.498702684883,524288.0 +71.18,6.300000190734863,2602.0,0.005674848798662424,0.0602823905646801,0.0,0.6705782413482666,2.2671375274658203,-0.0017810278804972768,0.003349588019773364,1.390061378479004,3.910458564758301,0.8040929287672043,33.0,8448.0,264.79612449905835,540672.0 +62.04,5.5,2603.0,0.004182445351034403,0.0436604805290699,0.0,0.6840837001800537,2.2701714038848877,-0.0010866025695577264,0.003342915093526244,1.4157437086105347,3.858616590499878,0.7945639193058014,34.0,8704.0,271.08907936001197,557056.0 +71.42,5.599999904632568,2600.0,0.004159519448876381,0.0373128242790699,0.0,0.5670469403266907,2.293419122695923,-0.0014979238621890545,0.003361412324011326,1.1829583644866943,3.5089504718780518,0.814086452126503,35.0,8960.0,277.3907960690558,573440.0 +81.95,5.900000095367432,2601.0,0.004657445475459099,0.0449422188103199,0.0,0.5778985023498535,2.316589117050171,-0.0018456103280186653,0.003365943906828761,1.2058199644088745,3.2503719329833984,0.812887892127037,36.0,9216.0,283.69123743404634,589824.0 +74.92,6.599999904632568,2583.0,0.006818175781518221,0.0713094100356102,0.0,0.5944052934646606,2.2755401134490967,-0.0024788882583379745,0.0033266579266637564,1.23927903175354,3.635141372680664,0.8141993284225464,37.0,9472.0,290.0333697029855,606208.0 +82.96,5.5,2594.0,0.00488336430862546,0.04962158203125,0.0,0.5987684726715088,2.2675158977508545,-0.0022644440177828074,0.003333060769364238,1.2474160194396973,3.431535005569458,0.8054310083389282,38.0,9728.0,296.3494173500221,622592.0 +73.07,6.300000190734863,2537.0,0.004127247259020805,0.04052734375,0.0,0.6012638807296753,2.267484426498413,-0.0024432081263512373,0.0033198921009898186,1.2527638673782349,3.1633012294769287,0.8153132796287537,39.0,9984.0,302.8080565170385,638976.0 +70.66,6.400000095367432,2606.0,0.004532370250672102,0.0489908866584301,0.0,0.6386876702308655,2.269031286239624,-0.001815242227166891,0.003316522343084216,1.3263863325119019,3.041691541671753,0.8047313392162323,40.0,10240.0,309.09557701600716,655360.0 +72.46,5.800000190734863,2539.0,0.005401193629950285,0.0617879219353199,0.0,0.5802616477012634,2.2641055583953857,-0.002941218903288245,0.003312935819849372,1.2116878032684326,3.1416590213775635,0.8136922270059586,41.0,10496.0,315.54918480687775,671744.0 +75.86,6.699999809265137,2602.0,0.004769008141011,0.0491129569709301,0.0,0.6435393691062927,2.254999876022339,-0.0021636385936290026,0.0032952269539237022,1.3365062475204468,3.501178026199341,0.8101685494184494,42.0,10752.0,321.84495119401254,688128.0 +70.05,6.900000095367432,2552.0,0.005740607623010874,0.0659383162856102,0.0,0.5634297728538513,2.2724714279174805,-0.0025467444211244583,0.0032967214938253164,1.1774026155471802,3.460310935974121,0.8325190097093582,43.0,11008.0,328.2657150810119,704512.0 +67.41,5.800000190734863,2543.0,0.004921930376440287,0.0509440116584301,0.0,0.6510459780693054,2.253546953201294,-0.00235563307069242,0.003258436219766736,1.3518743515014648,3.6061840057373047,0.809271052479744,44.0,11264.0,334.70920011703856,720896.0 +77.13,6.699999809265137,2649.0,0.0050648353062570095,0.0470784492790699,0.0,0.6014739274978638,2.2452449798583984,-0.001971248770132661,0.0032801537308841944,1.2517951726913452,3.341897964477539,0.8188732117414474,45.0,11520.0,340.89283722802065,737280.0 +76.1,6.300000190734863,2564.0,0.006863920018076897,0.0693562850356102,0.0,0.5774145126342773,2.235173463821411,-0.0025172599125653505,0.003286712570115924,1.2045669555664062,3.279038667678833,0.8184300810098648,46.0,11776.0,347.2832341908943,753664.0 +71.82,6.300000190734863,2571.0,0.007577179465442896,0.0887044295668602,0.0,0.5832872986793518,2.1914658546447754,-0.002817396307364106,0.003250029170885682,1.2160388231277466,3.883348226547241,0.8191050291061401,47.0,12032.0,353.655642171856,770048.0 +64.67,7.199999809265137,2554.0,0.006262572482228279,0.0717366561293602,0.0,0.6583938002586365,2.2153916358947754,-0.002325295004993677,0.0032463979441672564,1.3657461404800415,3.871199607849121,0.8006833046674728,48.0,12288.0,360.0707629099488,786432.0 +66.46,6.5,2543.0,0.005617646034806967,0.06781005859375,0.0,0.6959109306335449,2.2082793712615967,-0.0008411573362536728,0.003245997242629528,1.4376696348190308,3.7784273624420166,0.7968716323375702,49.0,12544.0,366.51348618697375,802816.0 +66.12,6.900000095367432,2545.0,0.015020227991044521,0.1709798127412796,0.0,2.8128461837768555,2.2396042346954346,0.004129108972847462,0.0033922605216503143,1.2769737243652344,1.0024868249893188,0.804023876786232,50.0,12800.0,372.94953258987516,819200.0 +73.35,7.400000095367432,2589.0,0.0066000004298985004,0.0771280899643898,0.0,2.5479094982147217,2.1986043453216553,-0.0020340988412499428,0.0033198187593370676,1.3615418672561646,0.6676704287528992,0.7876690775156021,51.0,13056.0,379.277598235989,835584.0 +69.55,7.300000190734863,2569.0,0.004480801522731781,0.0367431640625,0.0,2.50224232673645,2.197753667831421,-0.0025160617660731077,0.003284704638645053,1.3194741010665894,0.6554922461509705,0.8093180656433105,52.0,13312.0,385.6543930268381,851968.0 +70.88,6.900000095367432,2625.0,0.00506171677261591,0.04730224609375,0.0,2.5115365982055664,2.18487811088562,-0.003085985779762268,0.003279144875705242,1.275649905204773,0.6972236633300781,0.8045171648263931,53.0,13568.0,391.89971719984896,868352.0 +69.53,7.199999809265137,2526.0,0.004282551351934671,0.0377604179084301,0.0,2.538797616958618,2.1510820388793945,-0.0021790883038192987,0.003258333308622241,1.4041706323623657,0.6605594754219055,0.7923805117607117,54.0,13824.0,398.3856720419135,884736.0 +80.09,6.599999904632568,2522.0,0.005536064971238375,0.0565388984978199,0.0,2.397421360015869,2.2093663215637207,-0.0021764650009572506,0.0032373489812016487,1.2234445810317993,0.6089797616004944,0.8185990154743195,55.0,14080.0,404.8827360740397,901120.0 +70.02,6.900000095367432,2584.0,0.004770383704453707,0.0440266914665699,0.0,2.350820541381836,2.21140456199646,-0.002974333008751273,0.0032278280705213547,1.1720771789550781,0.5890036225318909,0.8028835356235504,56.0,14336.0,411.22388828988187,917504.0 +72.72,6.0,2566.0,0.00569766154512763,0.0552978515625,0.0,2.313929319381714,2.228559970855713,-0.003424810478463769,0.003222261555492878,1.1483371257781982,0.5617564916610718,0.8062732517719269,57.0,14592.0,417.6075295479968,933888.0 +64.9,6.699999809265137,2630.0,0.004818314220756292,0.0437825508415699,0.0,2.2712371349334717,2.2549660205841064,-0.0026052454486489296,0.0032134121283888817,1.1098366975784302,0.5366464257240295,0.8318567276000977,58.0,14848.0,423.83631531801075,950272.0 +68.65,7.0,2538.0,0.0052906833589077,0.0561319999396801,0.0,2.278938055038452,2.2463924884796143,-0.003530816873535514,0.003205705201253295,1.151882529258728,0.5251372456550598,0.8233869522809982,59.0,15104.0,430.2909924229607,966656.0 +70.44,6.800000190734863,2581.0,0.0048862057738006115,0.045166015625,0.0,2.283456802368164,2.2350473403930664,-0.0031306042801588774,0.003192802192643285,1.1704044342041016,0.5251195430755615,0.8198713511228561,60.0,15360.0,436.6376110620331,983040.0 +65.06,7.599999904632568,2517.0,0.005292028654366732,0.0492960624396801,0.0,2.3511955738067627,2.209665298461914,-0.0033808944281190634,0.0031901306938380003,1.3399540185928345,0.5054836273193359,0.8029706031084061,61.0,15616.0,443.1451786439866,999424.0 +71.47,6.800000190734863,2521.0,0.005271765869110823,0.0544840507209301,0.0,2.283517360687256,2.2203309535980225,-0.0033598009031265974,0.0031787175685167313,1.2150436639785767,0.5048673748970032,0.8210796564817429,62.0,15872.0,449.643047275953,1015808.0 +68.16,7.5,2546.0,0.0042840661481022835,0.0380045585334301,0.0,2.3314268589019775,2.1845405101776123,-0.00240197847597301,0.003174413228407502,1.341468334197998,0.4865661859512329,0.8089805543422699,63.0,16128.0,456.07688392791897,1032192.0 +69.48,7.099999904632568,2569.0,0.005069458857178688,0.0542195625603199,0.0,2.303175926208496,2.1707189083099365,-0.003086155978962779,0.003165972651913762,1.3014678955078125,0.481302946805954,0.79961758852005,64.0,16384.0,462.45436914195307,1048576.0 +73.84,6.599999904632568,2548.0,0.004927606787532568,0.0484212227165699,0.0,2.3455724716186523,2.1827552318573,-0.002429095096886158,0.0031513478606939316,1.4053481817245483,0.47620904445648193,0.7867829501628876,65.0,16640.0,468.8833816018887,1064960.0 +62.41,7.400000095367432,2579.0,0.005659526214003563,0.0609130859375,0.0,2.3131299018859863,2.1648595333099365,-0.0024491071235388517,0.0031385794281959534,1.356374740600586,0.4726063013076782,0.8121346235275269,66.0,16896.0,475.23574437201023,1081344.0 +60.7,6.5,2559.0,0.004039529711008072,0.0382486991584301,0.0,2.2437856197357178,2.1523773670196533,-0.0029223712626844645,0.0031396218109875917,1.2588467597961426,0.44718360900878906,0.8151897639036179,67.0,17152.0,481.63872559997253,1097728.0 +64.16,6.5,2585.0,0.005387445911765099,0.0553181953728199,0.0,2.2730319499969482,2.1417973041534424,-0.0027655598241835833,0.0031241823453456163,1.2961454391479492,0.467623233795166,0.8101722598075867,68.0,17408.0,487.9758648460265,1114112.0 +57.96,7.0,2579.0,0.005753776058554649,0.0636189803481102,0.0,2.3636741638183594,2.1001336574554443,-0.0028235139325261116,0.0031208067666739225,1.5041438341140747,0.45243021845817566,0.7772534340620041,69.0,17664.0,494.3273612719495,1130496.0 +60.57,7.199999809265137,2594.0,0.004263197537511587,0.04180908203125,0.0,2.200218915939331,2.146754503250122,-0.00359060219489038,0.0031127177644521,1.2113779783248901,0.43698009848594666,0.8231534957885742,70.0,17920.0,500.64344287198037,1146880.0 +59.62,6.800000190734863,2550.0,0.004539242945611477,0.0448811836540699,0.0,2.2605183124542236,2.1258556842803955,-0.003961543552577496,0.003110930323600769,1.3384027481079102,0.43411871790885925,0.7967850863933563,71.0,18176.0,507.06937465188093,1163264.0 +63.91,7.099999904632568,2531.0,0.005289539694786072,0.0544637031853199,0.0,2.2709801197052,2.1257314682006836,-0.002807053504511714,0.0031054194550961256,1.3724218606948853,0.42739319801330566,0.7908885478973389,72.0,18432.0,513.5429075108841,1179648.0 +62.17,6.900000095367432,2661.0,0.00579952634871006,0.0696614608168602,0.0,2.205634355545044,2.1527774333953857,-0.003582475008442998,0.003102088114246726,1.247422695159912,0.4268430173397064,0.8207933753728867,73.0,18688.0,519.7000380719546,1196032.0 +66.47,7.400000095367432,2657.0,0.004841806832700968,0.0501302070915699,0.0,2.1940109729766846,2.1697590351104736,-0.0033492364455014467,0.0030945322941988707,1.2209243774414062,0.43254420161247253,0.8216226100921631,74.0,18944.0,525.8667467918713,1212416.0 +71.33,6.900000095367432,2619.0,0.005978766828775406,0.06488037109375,0.0,2.1315579414367676,2.171765089035034,-0.002505006967112422,0.003091920865699649,1.1099495887756348,0.42426228523254395,0.8202623128890991,75.0,19200.0,532.1232699388638,1228800.0 +83.47,6.599999904632568,2553.0,0.007291858550161123,0.0855916365981102,0.0,2.1886844635009766,2.1465413570404053,-0.0010184686398133636,0.003088681260123849,1.1703051328659058,0.45690980553627014,0.8080137670040131,76.0,19456.0,538.540049858857,1245184.0 +61.77,7.599999904632568,2551.0,0.007459055166691542,0.0878092423081398,0.0,2.2349772453308105,2.134899377822876,-0.0018308934522792697,0.0030796353239566088,1.3062406778335571,0.4356120526790619,0.7813404053449631,77.0,19712.0,544.9633217810187,1261568.0 +70.35,7.699999809265137,2619.0,0.006383617874234915,0.076171875,0.0,2.176722764968872,2.112156629562378,-0.003848167136311531,0.003076182911172509,1.2112172842025757,0.42631980776786804,0.7949842661619186,78.0,19968.0,551.2189423518721,1277952.0 +71.77,7.5,2591.0,0.006511044222861528,0.0741780623793602,0.0,2.0939865112304688,2.152578592300415,-0.0032025938853621483,0.003071974962949753,1.0708822011947632,0.41265690326690674,0.8059807866811752,79.0,20224.0,557.5422570749652,1294336.0 +65.59,7.199999809265137,2536.0,0.007429139222949743,0.0923055037856102,0.0,2.1582980155944824,2.0868618488311768,-0.0010675276862457395,0.0030674831941723824,1.2053247690200806,0.40788522362709045,0.7736826241016388,80.0,20480.0,564.0026745088398,1310720.0 +68.68,7.599999904632568,2615.0,0.00594880199059844,0.0667521134018898,0.0,2.107771158218384,2.085217237472534,-0.0047250776551663876,0.003058031899854541,1.104070782661438,0.41721561551094055,0.7856094986200333,81.0,20736.0,570.2674148690421,1327104.0 +68.58,7.699999809265137,2710.0,0.00577896274626255,0.0574544258415699,0.0,2.1003706455230713,2.061089038848877,-0.004451920744031668,0.003053751541301608,1.0958064794540405,0.41470015048980713,0.7757032811641693,82.0,20992.0,576.3130119489506,1343488.0 +59.87,8.100000381469727,2582.0,0.005491384770721197,0.05596923828125,0.0,2.1033058166503906,2.0525636672973633,-0.004511287901550531,0.0030482865404337645,1.1072157621383667,0.4139918386936188,0.766107827425003,83.0,21248.0,582.657366954023,1359872.0 +65.32,6.699999809265137,2622.0,0.006540406029671431,0.0799764022231102,0.0,2.0858781337738037,2.093001127243042,-0.004584301728755236,0.0030477605760097504,1.0906693935394287,0.4035753011703491,0.7753562927246094,84.0,21504.0,588.9066470898688,1376256.0 +65.28,8.5,2591.0,0.005774002056568861,0.0652058944106102,0.0,2.0083730220794678,2.1225380897521973,-0.004111988004297018,0.0030355090275406837,0.9202608466148376,0.4189589321613312,0.7871062755584717,85.0,21760.0,595.2298229888547,1392640.0 +74.45,7.599999904632568,2640.0,0.005447647999972105,0.0585734061896801,0.0,2.0206844806671143,2.1373064517974854,-0.003616795875132084,0.0030337499920278788,0.9760767817497253,0.40021559596061707,0.7909126132726669,86.0,22016.0,601.4353975208942,1409024.0 +81.5,7.199999809265137,2691.0,0.007874111644923687,0.1058349609375,0.0,2.06899356842041,2.093003988265991,-0.004223885014653206,0.003033120883628726,1.08769953250885,0.3914980888366699,0.7464443743228912,87.0,22272.0,607.5240815400612,1425408.0 +64.22,8.0,2606.0,0.00653648329898715,0.0818684920668602,0.0,1.98139488697052,2.132784128189087,-0.005384113639593124,0.0030237294267863035,0.9160583019256592,0.3959231376647949,0.7926606982946396,88.0,22528.0,613.8112899260595,1441792.0 +65.14,6.900000095367432,2618.0,0.008920480497181416,0.1211140975356102,0.0,2.068971872329712,2.0893542766571045,-0.004110768903046846,0.003018825314939022,1.0727434158325195,0.40763869881629944,0.7625859975814819,89.0,22784.0,620.0691078749951,1458176.0 +78.74,7.5,2592.0,0.006857455242425203,0.0844523087143898,0.0,2.027259588241577,2.1290104389190674,-0.003353861393406987,0.0030173324048519135,1.017850399017334,0.3903841972351074,0.7744268923997879,90.0,23040.0,626.389086473966,1474560.0 +83.54,7.199999809265137,2554.0,0.007207486312836409,0.0915934219956398,0.0,2.002264976501465,2.121058702468872,-0.004757033195346594,0.0030140522867441177,0.9585155844688416,0.39940425753593445,0.7816858142614365,91.0,23296.0,632.8044718329329,1490944.0 +74.19,7.599999904632568,2657.0,0.008382228203117847,0.1083780899643898,0.0,2.11603045463562,2.102290153503418,-0.0010490567656233907,0.0030018563847988844,1.1641658544540405,0.41417285799980164,0.7431956827640533,92.0,23552.0,638.9715822169092,1507328.0 +77.2,7.800000190734863,2684.0,0.005853037815541029,0.0621134452521801,0.0,2.0409317016601562,2.084851026535034,-0.004399314988404512,0.0030038270633667707,1.0557414293289185,0.391389399766922,0.7512799352407455,93.0,23808.0,645.0760475490242,1523712.0 +76.72,7.5,2653.0,0.004377115052193403,0.0473225899040699,0.0,2.001727342605591,2.092186212539673,-0.0037676736246794462,0.0030013585928827524,0.9792525768280029,0.390755295753479,0.751088097691536,94.0,24064.0,651.2516717799008,1540096.0 +82.22,7.599999904632568,2631.0,0.005418174434453249,0.056396484375,0.0,2.0313937664031982,2.0548746585845947,-0.004245704505592585,0.0030004887375980616,1.0366777181625366,0.3924930989742279,0.7200345993041992,95.0,24320.0,657.4785257289186,1556480.0 +71.57,8.100000381469727,2633.0,0.006847991142421961,0.08612060546875,0.0,1.9614092111587524,2.046210527420044,-0.004710705019533634,0.0029975976794958115,0.9064590930938721,0.3884042501449585,0.7610471546649933,96.0,24576.0,663.7022235980257,1572864.0 +87.82,8.300000190734863,2672.0,0.006591755896806717,0.0804850235581398,0.0,1.9371718168258667,2.0578956604003906,-0.004043027758598328,0.0029941394459456205,0.832023561000824,0.40543118119239807,0.7803468257188797,97.0,24832.0,669.8328823598567,1589248.0 +76.4,8.5,2620.0,0.008246170356869698,0.1094767227768898,0.0,1.9777036905288696,2.0343756675720215,-0.003630019025877118,0.0029904183465987444,0.9340417981147766,0.3935985565185547,0.7435517609119415,98.0,25088.0,676.0847709348891,1605632.0 +75.87,8.0,2684.0,0.005096376407891512,0.05255126953125,0.0,2.0078368186950684,2.032170057296753,-0.002826092066243291,0.002982487203553319,0.9925081729888916,0.3976553976535797,0.7294252216815948,99.0,25344.0,682.1896561458707,1622016.0 +74.76,7.699999809265137,2660.0,0.006429831963032484,0.0746663436293602,0.0,2.3577020168304443,2.0027894973754883,-0.0030329537112265825,0.0029817998874932528,0.9696678519248962,0.4050288200378418,0.7216356098651886,100.0,25600.0,688.3492681439966,1638400.0 +78.02,7.800000190734863,2614.0,0.0051365988329052925,0.0606892891228199,0.0,2.334226131439209,2.0152885913848877,-0.0038747983053326607,0.0029791847337037325,0.9482601284980774,0.39453133940696716,0.727635383605957,101.0,25856.0,694.6171937088948,1654784.0 +74.6,7.900000095367432,2594.0,0.00537625839933753,0.0655721053481102,0.0,2.2967889308929443,2.0480659008026123,-0.003420376917347312,0.002974132774397731,0.8812711238861084,0.39298775792121887,0.742726594209671,102.0,26112.0,700.9335897469427,1671168.0 +67.12,7.5,2612.0,0.006739908829331398,0.089599609375,0.0,2.388082981109619,2.0256412029266357,-0.003983105067163706,0.0029727357905358076,1.0295718908309937,0.4111684262752533,0.7265787124633789,103.0,26368.0,707.2064554649405,1687552.0 +72.22,8.300000190734863,2629.0,0.005125830881297588,0.0528971366584301,0.0,2.33720326423645,2.018671751022339,-0.004597418010234833,0.002970888977870345,0.9657723903656006,0.3936569392681122,0.7234256863594055,104.0,26624.0,713.4387850048952,1703936.0 +70.07,7.800000190734863,2609.0,0.005210095550864935,0.05859375,0.0,2.322232484817505,2.014681577682495,-0.004097111523151398,0.0029703977052122355,0.967298686504364,0.37762799859046936,0.7403588593006134,105.0,26880.0,719.721592644928,1720320.0 +63.62,7.0,2621.0,0.007744424045085907,0.10003662109375,0.0,2.3210113048553467,2.0443341732025146,-0.004349588882178068,0.0029666097834706306,0.951105535030365,0.3869467079639435,0.7429104447364807,106.0,27136.0,725.9720956459641,1736704.0 +75.18,7.699999809265137,2529.0,0.00751843536272645,0.0987141951918602,0.0,2.316408395767212,2.0281994342803955,-0.002882137894630432,0.0029576888773590326,0.9295617938041687,0.395947128534317,0.7623029202222824,107.0,27392.0,732.4491029710043,1753088.0 +70.94,7.699999809265137,2574.0,0.004365716595202684,0.04742431640625,0.0,2.34179949760437,1.999576449394226,-0.003342102048918605,0.0029586534947156906,1.0039241313934326,0.3838485777378082,0.7192132771015167,108.0,27648.0,738.8139444449916,1769472.0 +65.61,8.100000381469727,2686.0,0.005935583263635635,0.0643514022231102,0.0,2.3148581981658936,2.015608549118042,-0.005115172825753689,0.002954923314973712,0.9527714252471924,0.386282354593277,0.7652402222156525,109.0,27904.0,744.9131835610606,1785856.0 +66.06,8.300000190734863,2752.0,0.005291431676596403,0.0584513358771801,0.0,2.3391458988189697,1.9989382028579712,-0.0045925104059278965,0.002956216922029853,1.0017255544662476,0.3847564458847046,0.7420523166656494,110.0,28160.0,750.8659645749722,1802240.0 +81.71,8.199999809265137,2742.0,0.006327952723950148,0.0720011368393898,0.0,2.267815589904785,2.025592088699341,-0.005556316580623388,0.0029505707789212465,0.8589245676994324,0.38888049125671387,0.7656445652246475,111.0,28416.0,756.8405929170549,1818624.0 +73.56,7.599999904632568,2724.0,0.006388036068528891,0.0759684219956398,0.0,2.3671810626983643,2.0155186653137207,-0.004202659707516432,0.0029489498119801283,1.0408539772033691,0.39663687348365784,0.725496381521225,112.0,28672.0,762.8564530098811,1835008.0 +83.75,8.399999618530273,2705.0,0.006304361391812563,0.0805460587143898,0.0,2.306340456008911,2.025753974914551,-0.0042351833544671535,0.0029469607397913933,0.9304344654083252,0.39213570952415466,0.7280831933021545,113.0,28928.0,768.9124630880542,1851392.0 +73.55,7.900000095367432,2631.0,0.007949373684823513,0.1066487655043602,0.0,2.28226375579834,2.0073859691619873,-0.004289778880774975,0.0029409313574433327,0.8767855763435364,0.3977689743041992,0.7471634149551392,114.0,29184.0,775.1396889979951,1867776.0 +74.69,8.5,2659.0,0.0064456346444785595,0.083984375,0.0,2.333000421524048,1.994186282157898,-0.0038266160991042852,0.002940945327281952,0.9562909007072449,0.40815067291259766,0.6978895366191864,115.0,29440.0,781.3009505239315,1884160.0 +66.67,8.699999809265137,2611.0,0.006392189767211676,0.0738118514418602,0.0,2.271178722381592,2.0188100337982178,-0.0051904767751693726,0.00293727102689445,0.8638418316841125,0.39600083231925964,0.7191062271595001,116.0,29696.0,787.574553086888,1900544.0 +75.66,7.800000190734863,2625.0,0.008481127209961414,0.114501953125,0.0,2.2780158519744873,2.041088819503784,-0.004259514156728983,0.002938995836302638,0.9056617617607117,0.3803577721118927,0.7309841215610504,117.0,29952.0,793.8167497408576,1916928.0 +69.67,8.0,2557.0,0.008826169185340405,0.1092122420668602,0.0,2.3519585132598877,1.9641094207763672,-0.002430790802463889,0.0029259894508868456,0.9959850311279297,0.41304314136505127,0.7073759138584137,118.0,30208.0,800.2235596028622,1933312.0 +71.93,8.899999618530273,2613.0,0.004698815755546093,0.04547119140625,0.0,2.3179452419281006,1.9821733236312866,-0.0036463907454162836,0.002925578271970153,0.9746294617652893,0.3913091719150543,0.6953977048397064,119.0,30464.0,806.4927385258488,1949696.0 +67.99,8.399999618530273,2648.0,0.005541363265365362,0.0651041641831398,0.0,2.33454966545105,1.9424337148666382,-0.002810747129842639,0.002924171043559909,1.004186987876892,0.39260590076446533,0.6991442441940308,120.0,30720.0,812.6805274069775,1966080.0 +68.32,7.599999904632568,2592.0,0.007614475209265947,0.09490966796875,0.0,2.248857259750366,1.9433740377426147,-0.005387017037719488,0.0029210143256932497,0.8507816195487976,0.3877802789211273,0.7209586203098297,121.0,30976.0,819.0005579609424,1982464.0 +64.53,7.699999809265137,2541.0,0.009746352210640907,0.1357421875,0.0,2.285205364227295,1.9225538969039917,-0.005072624422609806,0.002919633872807026,0.9197848439216614,0.3897939920425415,0.7275678217411041,122.0,31232.0,825.4487350720447,1998848.0 +71.07,8.0,2530.0,0.008182999677956104,0.1080322265625,0.0,2.3175837993621826,1.984838843345642,-0.005143765825778246,0.0029173933435231447,0.9936448931694031,0.3870571553707123,0.692373126745224,123.0,31488.0,831.925217618933,2015232.0 +69.69,8.199999809265137,2579.0,0.010022261179983616,0.131591796875,0.0,2.258293390274048,1.9997352361679077,-0.005047091748565435,0.0029068964067846537,0.8581492900848389,0.40081486105918884,0.6963693499565125,124.0,31744.0,838.2779048709199,2031616.0 +77.34,8.699999809265137,2619.0,0.010271083563566208,0.1376546174287796,0.0,2.243492841720581,1.9847564697265625,-0.005113330669701099,0.002903643064200878,0.8388788104057312,0.3971928656101227,0.6920731067657471,125.0,32000.0,844.5337555438746,2048000.0 +77.11,8.100000381469727,2674.0,0.007384836208075285,0.0933837890625,0.0,2.2083334922790527,2.0332460403442383,-0.005593643989413977,0.002903931075707078,0.767763078212738,0.39841243624687195,0.7164346873760223,126.0,32256.0,850.6641717960592,2064384.0 +77.08,8.399999618530273,2648.0,0.007780012208968401,0.1012776717543602,0.0,2.231029748916626,2.037111520767212,-0.005762254353612661,0.0028971415013074875,0.7809765338897705,0.41810381412506104,0.7399325668811798,127.0,32512.0,856.8516020148527,2080768.0 +83.83,7.400000095367432,2665.0,0.006169965490698814,0.0728759765625,0.0,2.2436635494232178,2.0471160411834717,-0.005020906217396259,0.0028957638423889875,0.8350388407707214,0.4037541151046753,0.7275145053863525,128.0,32768.0,863.0000921399333,2097152.0 +78.45,8.600000381469727,2608.0,0.006189191248267889,0.0712890625,0.0,2.2133595943450928,1.9998480081558228,-0.005119434557855129,0.0028952613938599825,0.7542621493339539,0.41371574997901917,0.7401041984558105,129.0,33024.0,869.2824100230355,2113536.0 +73.61,8.300000190734863,2540.0,0.007912779226899147,0.0965983048081398,0.0,2.2561538219451904,2.039600133895874,-0.005347209516912699,0.002889203606173396,0.8456905484199524,0.4144499599933624,0.7303998172283173,130.0,33280.0,875.7320532719605,2129920.0 +75.27,8.300000190734863,2515.0,0.007579088676720858,0.0957845076918602,0.0,2.1941888332366943,2.022294282913208,-0.005756201688200235,0.0028895698487758636,0.7566657662391663,0.3970503509044647,0.7434227168560028,131.0,33536.0,882.2456740168855,2146304.0 +78.84,8.100000381469727,2620.0,0.008567587472498417,0.10845947265625,0.0,2.183448076248169,2.034597396850586,-0.003923564683645964,0.0028846028726547956,0.7068117260932922,0.4120103120803833,0.765360951423645,132.0,33792.0,888.4997224230319,2162688.0 +84.74,8.899999618530273,2633.0,0.00854854378849268,0.10968017578125,0.0,2.1668174266815186,2.008667230606079,-0.00357140158303082,0.0028789702337235212,0.6888988018035889,0.40654098987579346,0.7407296597957611,133.0,34048.0,894.7217717419844,2179072.0 +85.88,8.699999809265137,2582.0,0.0074263401329517365,0.0883585587143898,0.0,2.198305606842041,2.0081074237823486,-0.005833186209201813,0.002877642400562763,0.7746694684028625,0.3980640172958374,0.716097503900528,134.0,34304.0,901.0673344589304,2195456.0 +70.19,8.600000381469727,2524.0,0.007600962650030851,0.0931396484375,0.0,2.192359685897827,2.0421276092529297,-0.004571749363094568,0.002878009108826518,0.7687916159629822,0.3939526379108429,0.7219549119472504,135.0,34560.0,907.5579974059947,2211840.0 +74.83,7.699999809265137,2588.0,0.006274115759879351,0.0737508162856102,0.0,2.2518153190612793,2.0389044284820557,-0.0038699472788721323,0.0028728952165693045,0.8451306819915771,0.4170617163181305,0.7189714908599854,136.0,34816.0,913.8877024028916,2228224.0 +77.92,8.399999618530273,2648.0,0.006342660170048475,0.0694986954331398,0.0,2.179276466369629,2.0330498218536377,-0.004620515275746584,0.0028720677364617586,0.7233705520629883,0.4065079391002655,0.733453780412674,137.0,35072.0,920.0746043480467,2244608.0 +81.95,8.399999618530273,2559.0,0.0068618482910096645,0.07696533203125,0.0,2.1517837047576904,2.026555061340332,-0.0066399904899299145,0.0028662150725722313,0.6936704516410828,0.39874696731567383,0.7300756275653839,138.0,35328.0,926.4777846399229,2260992.0 +86.85,8.600000381469727,2550.0,0.007932567968964577,0.1037801131606102,0.0,2.131277322769165,2.0786471366882324,-0.005375020205974579,0.002865895628929138,0.6592312455177307,0.3948753774166107,0.7362214624881744,139.0,35584.0,932.9016991918907,2277376.0 +82.88,8.199999809265137,2609.0,0.007525361608713865,0.0938313826918602,0.0,2.1708807945251465,2.0610716342926025,-0.005183367524296045,0.0028592480812221766,0.7178269028663635,0.40813732147216797,0.7454262971878052,140.0,35840.0,939.180787445046,2293760.0 +87.16,7.699999809265137,2587.0,0.00882615614682436,0.1139729842543602,0.0,2.180778741836548,2.018721103668213,-0.005715447943657637,0.0028589230496436357,0.7437310814857483,0.40535393357276917,0.744046688079834,141.0,36096.0,945.5137383339461,2310144.0 +90.32,8.600000381469727,2661.0,0.008200530894100666,0.0990193709731102,0.0,2.1301486492156982,2.042895555496216,-0.006312256213277578,0.002853065961971879,0.6455390453338623,0.4075874090194702,0.7274929881095886,142.0,36352.0,951.6715225588996,2326528.0 +81.44,9.0,2640.0,0.010417732410132885,0.1436767578125,0.0,2.186384439468384,2.052783489227295,-0.004909262526780367,0.0028496822342276573,0.7439653277397156,0.41499757766723633,0.7013432085514069,143.0,36608.0,957.8781482928898,2342912.0 +89.73,8.100000381469727,2568.0,0.012855415232479572,0.1895955353975296,0.0,2.14136004447937,2.1018173694610596,-0.0033513978123664856,0.002848985604941845,0.6786029934883118,0.40193498134613037,0.7063362002372742,144.0,36864.0,964.2583047610242,2359296.0 +73.86,8.800000190734863,2639.0,0.01010604202747345,0.1338297575712204,0.0,2.1677496433258057,2.0460755825042725,-0.002590944990515709,0.002842439105734229,0.7105115056037903,0.41432616114616394,0.699368804693222,145.0,37120.0,970.4656135740224,2375680.0 +76.48,8.800000190734863,2625.0,0.006009921431541443,0.0700480118393898,0.0,2.1677346229553223,2.0603578090667725,-0.004851507022976875,0.0028405950870364904,0.7157920002937317,0.4149962365627289,0.6651337146759033,146.0,37376.0,976.7059136310127,2392064.0 +78.6,8.600000381469727,2609.0,0.006443530321121216,0.0735677108168602,0.0,2.1736252307891846,2.008890390396118,-0.005106004420667887,0.0028409576043486595,0.7175995707511902,0.41954150795936584,0.6645559370517731,147.0,37632.0,982.9859789519105,2408448.0 +69.15,8.300000190734863,2640.0,0.004653054289519787,0.05120849609375,0.0,2.122685194015503,2.0296852588653564,-0.006079202052205801,0.0028409797232598066,0.6407132744789124,0.4082145690917969,0.7232705652713776,148.0,37888.0,989.1910570939071,2424832.0 +72.15,8.399999618530273,2629.0,0.007114257197827101,0.0824381485581398,0.0,2.1665637493133545,2.002094030380249,-0.005128228571265936,0.002839090069755912,0.7359223365783691,0.4042065441608429,0.6623788774013519,149.0,38144.0,995.4235965160187,2441216.0 +79.04,8.699999809265137,2562.0,0.008566954173147678,0.1111043319106102,0.0,2.134284257888794,2.0183417797088623,-0.00542932003736496,0.0028342350851744413,0.6664543151855469,0.4095524251461029,0.6609848737716675,150.0,38400.0,1001.817845857935,2457600.0 +63.69,8.600000381469727,2647.0,0.008666898123919964,0.1138509139418602,0.0,2.176084280014038,2.001964569091797,-0.007290959358215332,0.0028324436862021685,0.7438628673553467,0.4152415990829468,0.6764712035655975,151.0,38656.0,1008.0063717348967,2473984.0 +74.36,9.199999809265137,2670.0,0.007630443666130304,0.09686279296875,0.0,2.137338399887085,2.0434932708740234,-0.008489277213811874,0.0028319405391812325,0.6814072728157043,0.40958869457244873,0.6635552644729614,152.0,38912.0,1014.1424837340601,2490368.0 +87.07,8.699999809265137,2641.0,0.008658376522362232,0.1028035506606102,0.0,2.1100242137908936,2.0564873218536377,-0.0062134950421750546,0.0028277914971113205,0.6257901787757874,0.4100119173526764,0.6744978427886963,153.0,39168.0,1020.3473762830254,2506752.0 +80.0,8.0,2658.0,0.008724946528673172,0.1133015975356102,0.0,2.1758930683135986,2.0664641857147217,-0.007409831043332815,0.0028258217498660088,0.7619221806526184,0.41009560227394104,0.6605313420295715,154.0,39424.0,1026.5103770438582,2523136.0 +76.12,8.800000190734863,2562.0,0.008583403192460537,0.1184285506606102,0.0,2.142737865447998,2.0756618976593018,-0.0050574978813529015,0.0028180277440696955,0.667245626449585,0.4259148836135864,0.6569023430347443,155.0,39680.0,1032.9057811428793,2539520.0 +78.35,8.600000381469727,2614.0,0.008912729099392891,0.1136067733168602,0.0,2.149540662765503,2.0874385833740234,-0.007962624542415142,0.002822133479639888,0.7120084762573242,0.4113070070743561,0.6503508687019348,156.0,39936.0,1039.173790351022,2555904.0 +67.92,8.699999809265137,2639.0,0.006902583409100771,0.08233642578125,0.0,2.134704351425171,2.097097635269165,-0.005528619047254324,0.0028159962967038155,0.6589803099632263,0.42371562123298645,0.6748009026050568,157.0,40192.0,1045.3845781078562,2572288.0 +76.88,8.399999618530273,2597.0,0.008853405714035034,0.1086832657456398,0.0,2.1140966415405273,2.093250036239624,-0.005200711544603109,0.0028137012850493193,0.6341362595558167,0.4163108766078949,0.6568773686885834,158.0,40448.0,1051.6936747238506,2588672.0 +80.34,8.399999618530273,2584.0,0.009702727198600769,0.1394449919462204,0.0,2.1190073490142822,2.080671548843384,-0.008784066885709763,0.0028122959192842245,0.6520023941993713,0.4164489209651947,0.6968548595905304,159.0,40704.0,1058.0326372629497,2605056.0 +81.59,9.199999809265137,2581.0,0.007347790990024805,0.0894571915268898,0.0,2.072676181793213,2.049165725708008,-0.006071002688258886,0.0028061491902917624,0.5393569469451904,0.4264858067035675,0.7027028799057007,160.0,40960.0,1064.3797479839996,2621440.0 +73.06,8.800000190734863,2576.0,0.007227713707834482,0.08734130859375,0.0,2.080950975418091,2.021397352218628,-0.007160522043704987,0.002805195515975356,0.5620226860046387,0.42471611499786377,0.6928569972515106,161.0,41216.0,1070.7389000589028,2637824.0 +70.24,8.100000381469727,2600.0,0.008722749538719654,0.1151326522231102,0.0,2.1377034187316895,2.058403730392456,-0.007888788357377052,0.0028059978503733873,0.6881351470947266,0.419109582901001,0.6238061487674713,162.0,41472.0,1077.0399440850597,2654208.0 +80.88,7.800000190734863,2583.0,0.007611969020217657,0.10028076171875,0.0,2.176647901535034,2.040297031402588,-0.005840471480041742,0.0028027163352817297,0.7529658675193787,0.42504993081092834,0.6569488644599915,163.0,41728.0,1083.3828253040556,2670592.0 +81.91,9.0,2551.0,0.008716593496501446,0.115234375,0.0,2.035393714904785,2.0644404888153076,-0.008541999384760857,0.00279963668435812,0.4831080138683319,0.4232079088687897,0.7130365073680878,164.0,41984.0,1089.8051081460435,2686976.0 +83.14,8.699999809265137,2568.0,0.007606236729770899,0.09271240234375,0.0,2.12304425239563,2.0333738327026367,-0.006527018267661333,0.0027949910145252943,0.6511054039001465,0.4268570840358734,0.6071389019489288,165.0,42240.0,1096.1861472029705,2703360.0 +86.66,8.199999809265137,2611.0,0.007918599992990494,0.0994466170668602,0.0,2.093823194503784,2.0011558532714844,-0.006290628109127283,0.0027989819645881653,0.6050416827201843,0.41811373829841614,0.6437340974807739,166.0,42496.0,1102.4615721309092,2719744.0 +75.86,9.0,2535.0,0.008301847614347935,0.1003621444106102,0.0,2.077547311782837,2.0001840591430664,-0.00602312944829464,0.0027939050924032927,0.567341685295105,0.4229489862918854,0.6579051613807678,167.0,42752.0,1108.9232501529623,2736128.0 +81.11,8.600000381469727,2549.0,0.0070204115472733974,0.0822550430893898,0.0,2.1335182189941406,2.020292043685913,-0.0065608699806034565,0.0027906056493520737,0.6791306138038635,0.42541396617889404,0.6145654618740082,168.0,43008.0,1115.350380331045,2752512.0 +78.62,8.899999618530273,2549.0,0.007826746441423893,0.1053670272231102,0.0,2.1010448932647705,2.002021312713623,-0.007982834242284298,0.0027868233155459166,0.5947925448417664,0.43824005126953125,0.6451622843742371,169.0,43264.0,1121.7764902289491,2768896.0 +75.33,8.800000190734863,2570.0,0.0077694798819720745,0.1027628555893898,0.0,2.076720952987671,2.0214664936065674,-0.006043226923793554,0.0027885399758815765,0.5709812045097351,0.4232182800769806,0.6260516941547394,170.0,43520.0,1128.1501198390033,2785280.0 +78.53,8.5,2513.0,0.009425369091331959,0.1142171248793602,0.0,2.081021547317505,1.995256781578064,-0.005095357075333595,0.0027864594012498856,0.5755613446235657,0.42505908012390137,0.6228819489479065,171.0,43776.0,1134.6695173399057,2801664.0 +83.87,8.0,2619.0,0.007229397539049387,0.0899861678481102,0.0,2.1104536056518555,1.9988371133804321,-0.004575400613248348,0.002786394441500306,0.618540346622467,0.4325500428676605,0.5964991748332977,172.0,44032.0,1140.9265528849792,2818048.0 +87.77,9.100000381469727,2612.0,0.0081611517816782,0.1046549454331398,0.0,2.0127952098846436,2.0001657009124756,-0.006547937169671059,0.002784000476822257,0.43545499444007874,0.4296170771121979,0.6150448620319366,173.0,44288.0,1147.1988234259188,2834432.0 +82.06,8.899999618530273,2591.0,0.008962958119809628,0.1163330078125,0.0,2.0051796436309814,1.9896105527877808,-0.004775489680469036,0.002778869355097413,0.41258037090301514,0.43412622809410095,0.6673661768436432,174.0,44544.0,1153.5223911949433,2850816.0 +76.12,8.199999809265137,2573.0,0.010164129547774792,0.10980224609375,0.0,2.1515445709228516,2.005866050720215,-0.005674837622791529,0.002776544773951173,0.6796280741691589,0.44919177889823914,0.596304178237915,175.0,44800.0,1159.8907010708936,2867200.0 +69.59,8.800000190734863,2597.0,0.008609414100646973,0.106201171875,0.0,2.073554277420044,2.018699884414673,-0.006665866356343031,0.0027762821409851313,0.5477300882339478,0.43840110301971436,0.6176648139953613,176.0,45056.0,1166.2003752058372,2883584.0 +86.39,8.600000381469727,2642.0,0.006761275231838226,0.07476806640625,0.0,2.09269642829895,1.9913822412490845,-0.0063692196272313595,0.002774856286123395,0.5983341336250305,0.43238428235054016,0.5635381042957306,177.0,45312.0,1172.4021332638804,2899968.0 +87.77,9.100000381469727,2627.0,0.009173921309411526,0.1106160506606102,0.0,2.0079853534698486,1.9684501886367798,-0.00628487067297101,0.0027726616244763136,0.4348825216293335,0.43018296360969543,0.596486896276474,178.0,45568.0,1178.6373826488853,2916352.0 +86.27,8.699999809265137,2594.0,0.00915046501904726,0.1214599609375,0.0,2.0370259284973145,1.9990178346633911,-0.007851694710552692,0.002772447420284152,0.486661434173584,0.43531325459480286,0.5816232562065125,179.0,45824.0,1184.9544737548567,2932736.0 +71.65,9.199999809265137,2551.0,0.011892545968294144,0.1513264924287796,0.0,2.0144057273864746,2.0315043926239014,-0.005926934536546469,0.0027697570621967316,0.4295059144496918,0.4410163462162018,0.6039028763771057,180.0,46080.0,1191.3777368299197,2949120.0 +90.15,8.5,2645.0,0.00530523294582963,0.05682373046875,0.0,2.0596978664398193,2.0552191734313965,-0.005755370482802391,0.0027645404916256666,0.5298675894737244,0.4388013184070587,0.5551137924194336,181.0,46336.0,1197.5720556350425,2965504.0 +84.7,9.199999809265137,2611.0,0.00550043722614646,0.0650634765625,0.0,2.0381784439086914,2.0411863327026367,-0.0052596465684473515,0.002767037833109498,0.4967942237854004,0.4319339096546173,0.6217248439788818,182.0,46592.0,1203.8462054990232,2981888.0 +91.98,8.300000190734863,2603.0,0.006690180394798517,0.08111572265625,0.0,2.054147958755493,2.0861339569091797,-0.006638828665018082,0.002765135606750846,0.5230916142463684,0.4375346601009369,0.6125141680240631,183.0,46848.0,1210.1401634828653,2998272.0 +106.91,8.399999618530273,2592.0,0.009137200191617012,0.12677001953125,0.0,2.077138662338257,2.0872154235839844,-0.0042930468916893005,0.00276371487416327,0.5646961331367493,0.4380984306335449,0.5945235788822174,184.0,47104.0,1216.4622796028852,3014656.0 +87.65,8.699999809265137,2624.0,0.006588728632777929,0.0783487930893898,0.0,2.025320291519165,2.0865397453308105,-0.006093790754675865,0.0027652534190565348,0.47110700607299805,0.4340991973876953,0.5779156684875488,185.0,47360.0,1222.7063005638774,3031040.0 +112.4,8.899999618530273,2615.0,0.007015567272901535,0.07611083984375,0.0,2.0188357830047607,2.105659246444702,-0.0031191008165478706,0.002766731195151806,0.4096551835536957,0.454818457365036,0.6481439173221588,186.0,47616.0,1228.9711281240452,3047424.0 +108.23,8.699999809265137,2637.0,0.0052160886116325855,0.0564168281853199,0.0,2.0835678577423096,2.1110904216766357,-0.005657138302922249,0.0027635889127850533,0.5773748755455017,0.43985411524772644,0.5919259488582611,187.0,47872.0,1235.183456939878,3063808.0 +112.02,8.300000190734863,2587.0,0.005026008002460003,0.0501708984375,0.0,2.0698745250701904,2.090238571166992,-0.006163022015243769,0.002764481818303466,0.5625813007354736,0.4334084987640381,0.5928799211978912,188.0,48128.0,1241.516045090044,3080192.0 +96.63,8.899999618530273,2608.0,0.0061037191189825535,0.0743611678481102,0.0,2.031489849090576,2.064892053604126,-0.005109870340675116,0.0027575495187193155,0.47299155592918396,0.44197797775268555,0.6002645194530487,189.0,48384.0,1247.7974925679155,3096576.0 +90.66,8.899999618530273,2598.0,0.005005262326449156,0.0514729805290699,0.0,2.0510640144348145,2.049386501312256,-0.00526064308360219,0.002757847076281905,0.5346130728721619,0.43058833479881287,0.5721296966075897,190.0,48640.0,1254.1043986000586,3112960.0 +78.46,9.300000190734863,2628.0,0.006766019854694605,0.08203125,0.0,1.981915831565857,2.0420334339141846,-0.007245924789458513,0.0027570377569645643,0.3944292366504669,0.43384894728660583,0.6243942379951477,191.0,48896.0,1260.3392138390336,3129344.0 +76.97,8.899999618530273,2523.0,0.008814491331577301,0.0988973006606102,0.0,2.053062677383423,2.071046829223633,-0.005340158473700285,0.002755369059741497,0.5313267111778259,0.43576526641845703,0.5918490290641785,192.0,49152.0,1266.8317563459277,3145728.0 +92.07,8.699999809265137,2511.0,0.008784913457930088,0.1119181290268898,0.0,2.070697069168091,2.0465152263641357,-0.007784504443407059,0.0027557893190532923,0.5623874664306641,0.4398583173751831,0.5588175058364868,193.0,49408.0,1273.3558340629097,3162112.0 +95.34,9.100000381469727,2543.0,0.007943328469991684,0.0989786759018898,0.0,2.068993091583252,2.0174152851104736,-0.004676872864365578,0.002752242609858513,0.5467075705528259,0.4443686306476593,0.5290773808956146,194.0,49664.0,1279.7982834780123,3178496.0 +89.21,8.5,2605.0,0.005739253014326096,0.0697428360581398,0.0,2.0687503814697266,2.0089428424835205,-0.007232265081256628,0.002749524312093854,0.5495933890342712,0.4465131461620331,0.5415743589401245,195.0,49920.0,1286.087045955006,3194880.0 +83.46,8.699999809265137,2575.0,0.006729923654347658,0.0821533203125,0.0,2.091942548751831,2.029672384262085,-0.006959652528166771,0.0027512384112924337,0.6047341227531433,0.44121265411376953,0.5388101637363434,196.0,50176.0,1292.4494583529886,3211264.0 +86.74,9.100000381469727,2583.0,0.008624334819614887,0.1161702498793602,0.0,1.996315598487854,2.0201003551483154,-0.006009963806718588,0.0027476290706545115,0.4140414893627167,0.4416916072368622,0.5434498190879822,197.0,50432.0,1298.7925295678433,3227648.0 +86.01,8.399999618530273,2525.0,0.007382855284959078,0.0787150040268898,0.0,2.110098123550415,2.033083200454712,-0.005698122549802065,0.0027484558522701263,0.6412156820297241,0.44129136204719543,0.5331398844718933,198.0,50688.0,1305.2799404498655,3244032.0 +92.6,8.800000190734863,2530.0,0.008147581480443478,0.0971476212143898,0.0,2.003326177597046,2.063585042953491,-0.0046850875951349735,0.002747064456343651,0.406474232673645,0.45187774300575256,0.6040727496147156,199.0,50944.0,1311.7582675700542,3260416.0 +94.72,8.399999618530273,2558.0,0.011027193628251553,0.15814208984375,0.0,2.104619026184082,2.0330467224121094,-0.0037385455798357725,0.002747216494753957,0.6177114844322205,0.4462243616580963,0.5211215913295746,200.0,51200.0,1318.1633894739207,3276800.0 +89.64,9.0,2566.0,0.008289665915071964,0.1119181290268898,0.0,2.010943651199341,2.035404920578003,-0.005514663178473711,0.00274817761965096,0.4161200225353241,0.45466339588165283,0.591147392988205,201.0,51456.0,1324.5480270599946,3293184.0 +101.26,8.899999618530273,2553.0,0.008645261637866497,0.11322021484375,0.0,1.9714735746383667,2.05236554145813,-0.005633269902318716,0.0027508344501256943,0.36204275488853455,0.44119134545326233,0.5565324425697327,202.0,51712.0,1330.9664138539229,3309568.0 +84.31,8.899999618530273,2609.0,0.005179726984351873,0.0560506172478199,0.0,2.0030035972595215,2.06382417678833,-0.00573095353320241,0.002742260694503784,0.4286992847919464,0.4438925087451935,0.5545754432678223,203.0,51968.0,1337.2449510479346,3325952.0 +97.27,8.699999809265137,2551.0,0.004022000823169947,0.03668212890625,0.0,2.012521982192993,2.04953932762146,-0.004833896178752184,0.002739788731560111,0.442281037569046,0.44681644439697266,0.5749727785587311,204.0,52224.0,1343.6682419870049,3342336.0 +89.48,8.5,2658.0,0.004375649616122246,0.03753662109375,0.0,2.0722262859344482,2.0442545413970947,-0.0057330322451889515,0.0027465561870485544,0.5839213728904724,0.4331631660461426,0.5251003205776215,205.0,52480.0,1349.8332846818957,3358720.0 +103.11,8.300000190734863,2704.0,0.004688749555498362,0.04620361328125,0.0,2.0722577571868896,2.065098524093628,-0.00542724272236228,0.0027447633910924196,0.5759804248809814,0.4379641115665436,0.5162582397460938,206.0,52736.0,1355.8935703090392,3375104.0 +91.13,9.100000381469727,2647.0,0.0055810753256082535,0.0643717423081398,0.0,1.9896632432937622,2.0511868000030518,-0.006513647735118866,0.0027357833459973335,0.40902793407440186,0.4442831575870514,0.5385794937610626,207.0,52992.0,1362.082014086889,3391488.0 +89.78,8.5,2639.0,0.0053119175136089325,0.0572509765625,0.0,2.093902349472046,2.092402219772339,-0.005590051878243685,0.0027397675439715385,0.634633481502533,0.4332162141799927,0.49115151166915894,208.0,53248.0,1368.2906216720585,3407872.0 +95.61,8.699999809265137,2553.0,0.007186712697148323,0.093505859375,0.0,2.01554799079895,2.1069836616516113,-0.005350354593247175,0.002738161012530327,0.4502508342266083,0.44776222109794617,0.5453126728534698,209.0,53504.0,1374.7077002590522,3424256.0 +116.1,8.899999618530273,2516.0,0.00844301376491785,0.0942179337143898,0.0,2.0256736278533936,2.087754964828491,-0.006464023608714342,0.00273627950809896,0.48468324542045593,0.44253405928611755,0.5047012567520142,210.0,53760.0,1381.2200968570542,3440640.0 +107.25,8.899999618530273,2631.0,0.009840968064963818,0.117919921875,0.0,1.9395173788070679,2.133270502090454,-0.004618235398083925,0.0027314804028719664,0.30995306372642517,0.44475141167640686,0.5660567581653595,211.0,54016.0,1387.4472377500497,3457024.0 +120.08,8.399999618530273,2516.0,0.007615238893777132,0.0976155623793602,0.0,1.9884029626846313,2.1381428241729736,-0.005915869493037462,0.002737361704930663,0.376327782869339,0.4588555097579956,0.5519128441810608,212.0,54272.0,1393.9581811048556,3473408.0 +123.07,9.0,2554.0,0.008428127504885197,0.1143798828125,0.0,1.9819778203964233,2.1412293910980225,-0.0020827518310397863,0.0027323756366968155,0.35124728083610535,0.4636613428592682,0.5461962819099426,213.0,54528.0,1400.3725032110233,3489792.0 +125.07,8.5,2594.0,0.005340839270502329,0.06182861328125,0.0,2.0433719158172607,2.090792417526245,-0.005555751267820597,0.0027321733068674803,0.5158731937408447,0.4458123445510864,0.5084102153778076,214.0,54784.0,1406.6893614458386,3506176.0 +110.14,9.100000381469727,2547.0,0.006435936316847801,0.0764973983168602,0.0,1.9459141492843628,2.0933685302734375,-0.0069844103418290615,0.0027309050783514977,0.3129981458187103,0.451880544424057,0.49991726875305176,215.0,55040.0,1413.1208604609128,3522560.0 +104.31,9.199999809265137,2516.0,0.004451065789908171,0.0432535819709301,0.0,2.0070531368255615,2.082566499710083,-0.005377680063247681,0.002725125290453434,0.4428400993347168,0.44927382469177246,0.4606103301048279,216.0,55296.0,1419.633277446963,3538944.0 +102.27,8.800000190734863,2538.0,0.006076762452721596,0.0764567032456398,0.0,2.0270307064056396,2.105727434158325,-0.005761235952377319,0.0027228256221860647,0.47365307807922363,0.4556102454662323,0.5109242796897888,217.0,55552.0,1426.0882331109606,3555328.0 +137.95,8.600000381469727,2596.0,0.005613678600639105,0.0576375313103199,0.0,1.9995861053466797,2.1142287254333496,-0.004929391201585531,0.0027299756184220314,0.3977634906768799,0.4617881774902344,0.46661388874053955,218.0,55808.0,1432.4000227600336,3571712.0 +135.4,8.300000190734863,2627.0,0.004473703447729349,0.0428263358771801,0.0,2.0138962268829346,2.1278207302093506,-0.005166786257177591,0.0027310410514473915,0.4533979594707489,0.4481213390827179,0.4652855396270752,219.0,56064.0,1438.636744939955,3588096.0 +158.72,7.800000190734863,2588.0,0.006736183539032936,0.0853068009018898,0.0,2.0664427280426025,2.127680540084839,-0.006310600787401199,0.0027315125335007906,0.5340511798858643,0.4612484872341156,0.42574501037597656,220.0,56320.0,1444.9675487510394,3604480.0 +177.39,8.899999618530273,2600.0,0.007118240464478731,0.09527587890625,0.0,1.9309206008911133,2.1412670612335205,-0.0038046541158109903,0.0027379088569432497,0.2250550240278244,0.47465601563453674,0.42937421798706055,221.0,56576.0,1451.2690609379206,3620864.0 +171.77,9.0,2644.0,0.005191086791455746,0.0534871406853199,0.0,1.9401984214782715,2.1265108585357666,-0.004266040865331888,0.0027344655245542526,0.258908748626709,0.46904256939888,0.4386368989944458,222.0,56832.0,1457.464521656977,3637248.0 +178.82,8.5,2653.0,0.006049484014511108,0.0697428360581398,0.0,2.0368497371673584,2.1292359828948975,-0.005859376396983862,0.0027207909151911736,0.4474872648715973,0.4798623323440552,0.37599146366119385,223.0,57088.0,1463.6391354198568,3653632.0 +176.72,8.399999618530273,2676.0,0.007132927421480417,0.0906778946518898,0.0,1.9540311098098755,2.09629225730896,-0.005810375791043043,0.0027250677812844515,0.31477585434913635,0.46088266372680664,0.44748854637145996,224.0,57344.0,1469.7618492629845,3670016.0 +224.4,8.699999809265137,2552.0,0.0081567307934165,0.111572265625,0.0,1.949066162109375,2.1255085468292236,-0.004650196526199579,0.0027400217950344086,0.2727726101875305,0.4685743749141693,0.31460219621658325,225.0,57600.0,1476.180511140963,3686400.0 +224.23,8.800000190734863,2603.0,0.009137377142906189,0.1210123673081398,0.0,1.9398061037063599,2.139761209487915,-0.005661016330122948,0.0027234398294240236,0.2610965669155121,0.47459664940834045,0.3679068088531494,226.0,57856.0,1482.4731937898323,3702784.0 +182.95,8.300000190734863,2616.0,0.00897009763866663,0.1326090544462204,0.0,2.0086071491241455,2.1341850757598877,-0.004348516929894686,0.0027307060081511736,0.4020806849002838,0.46790432929992676,0.34442800283432007,227.0,58112.0,1488.7362948758528,3719168.0 +216.4,8.300000190734863,2578.0,0.00560765853151679,0.0550740547478199,0.0,2.0140717029571533,2.1467998027801514,-0.0050856261514127254,0.002733828267082572,0.3884575366973877,0.47948262095451355,0.3886629343032837,228.0,58368.0,1495.0926469620317,3735552.0 +152.72,9.100000381469727,2601.0,0.006724279839545488,0.0767618790268898,0.0,1.9261780977249146,2.147905111312866,-0.004877591971307993,0.0027290955185890198,0.2122640460729599,0.4818553030490875,0.504127025604248,229.0,58624.0,1501.392094403971,3751936.0 +177.2,8.399999618530273,2665.0,0.007446730975061655,0.1060587540268898,0.0,2.0649752616882324,2.15438175201416,-0.005553988739848137,0.002741355448961258,0.41000208258628845,0.5163942575454712,0.36679428815841675,230.0,58880.0,1507.5389975090511,3768320.0 +215.2,8.699999809265137,2530.0,0.0093708336353302,0.1390584260225296,0.0,1.9466224908828735,2.1477577686309814,-0.0028350872453302145,0.0027407577726989985,0.19642728567123413,0.5023426413536072,0.3995000720024109,231.0,59136.0,1514.0141480700113,3784704.0 +211.83,8.5,2630.0,0.007835841737687588,0.100341796875,0.0,1.989638328552246,2.1654529571533203,-0.005262897815555334,0.0027218807954341173,0.3285718858242035,0.49132928252220154,0.35393136739730835,232.0,59392.0,1520.243463177001,3801088.0 +215.8,8.800000190734863,2635.0,0.008279280737042427,0.1042683944106102,0.0,1.913478970527649,2.206207275390625,-0.0051609789952635765,0.002731267362833023,0.21396279335021973,0.46808698773384094,0.5346805155277252,233.0,59648.0,1526.4621071538422,3817472.0 +228.45,8.199999809265137,2714.0,0.008563769049942493,0.11480712890625,0.0,1.9532333612442017,2.212212324142456,-0.004907665774226189,0.002734984504058957,0.28646180033683777,0.46953967213630676,0.4721457362174988,234.0,59904.0,1532.4997778269462,3833856.0 +229.44,7.599999904632568,2702.0,0.00930376909673214,0.1227620467543602,0.0,2.013584852218628,2.220689535140991,-0.003694394836202264,0.0027267243713140488,0.3971109092235565,0.4775686264038086,0.46023064851760864,235.0,60160.0,1538.5625663308892,3850240.0 +239.41,8.399999618530273,2701.0,0.008986611850559711,0.12432861328125,0.0,1.9168952703475952,2.231119394302368,-0.0068096257746219635,0.002735285786911845,0.1743670552968979,0.4911898076534271,0.5247794091701508,236.0,60416.0,1544.6283703888766,3866624.0 +256.23,8.699999809265137,2673.0,0.008618734776973724,0.101806640625,0.0,1.947277545928955,2.231417655944824,-0.003974131774157286,0.002740144031122327,0.18973815441131592,0.5086248517036438,0.5702784955501556,237.0,60672.0,1550.7566667748615,3883008.0 +275.63,8.0,2672.0,0.00921611487865448,0.13427734375,0.0,1.9803720712661743,2.220850944519043,-0.005250575020909309,0.0027371414471417665,0.29347148537635803,0.4925246238708496,0.49567776918411255,238.0,60928.0,1556.8873460509349,3899392.0 +238.01,7.5,2628.0,0.007544004824012518,0.0965372696518898,0.0,1.934266209602356,2.229304075241089,-0.005234206560999155,0.0027291420847177505,0.26527073979377747,0.46458694338798523,0.6282377541065216,239.0,61184.0,1563.1213689630385,3915776.0 +233.5,7.699999809265137,2623.0,0.006639337167143822,0.0781453475356102,0.0,1.9058700799942017,2.258558511734009,-0.005723468493670225,0.0027350184973329306,0.2646879255771637,0.43432605266571045,0.6055161952972412,240.0,61440.0,1569.368436719058,3932160.0 +246.92,7.800000190734863,2631.0,0.008353159762918949,0.1136474609375,0.0,1.9117423295974731,2.2607638835906982,-0.006186803802847862,0.0027273057494312525,0.2878909111022949,0.43293845653533936,0.5454982221126556,241.0,61696.0,1575.5955940859858,3948544.0 +243.34,7.699999809265137,2555.0,0.006748273968696594,0.0842488631606102,0.0,1.907252311706543,2.2692902088165283,-0.006318243686109781,0.002725437516346574,0.2840591371059418,0.4315152168273926,0.6033653318881989,242.0,61952.0,1582.0089892188553,3964928.0 +234.16,7.400000095367432,2619.0,0.010769191198050976,0.1452229768037796,0.0,1.9654239416122437,2.287576198577881,-0.0051819272339344025,0.002728668972849846,0.34517934918403625,0.4565572738647461,0.613810271024704,243.0,62208.0,1588.2646876159124,3981312.0 +241.99,7.599999904632568,2657.0,0.009956415742635727,0.1404825896024704,0.0,1.878731369972229,2.295927047729492,-0.006020114291459322,0.0027334531769156456,0.20290638506412506,0.4395312964916229,0.6858758628368378,244.0,62464.0,1594.4303621249273,3997696.0 +259.39,8.100000381469727,2569.0,0.00781337171792984,0.1050821915268898,0.0,1.9117487668991089,2.303330659866333,-0.005195314064621925,0.0027194826398044825,0.31657031178474426,0.4219508469104767,0.6677747964859009,245.0,62720.0,1600.8068313950207,4014080.0 +181.23,8.600000381469727,2557.0,0.00855033379048109,0.1036173477768898,0.0,1.8756135702133179,2.300039768218994,-0.0058520701713860035,0.0027210053522139788,0.23992963135242462,0.4239986836910248,0.7404248714447021,246.0,62976.0,1607.2134401339572,4030464.0 +217.5,7.199999809265137,2581.0,0.007009407505393028,0.0845133438706398,0.0,1.9883641004562378,2.282275438308716,-0.005464119836688042,0.002715875394642353,0.45250403881073,0.4324610233306885,0.6216721832752228,247.0,63232.0,1613.5600659770425,4046848.0 +194.85,8.300000190734863,2588.0,0.007921076379716396,0.1007893905043602,0.0,1.884213924407959,2.2652833461761475,-0.008481859229505062,0.002717156894505024,0.2626659870147705,0.4254370927810669,0.6980350315570831,248.0,63488.0,1619.8909806760494,4063232.0 +204.81,8.699999809265137,2585.0,0.011322819627821445,0.1565144807100296,0.0,1.8549906015396118,2.262606382369995,-0.008351217955350876,0.002710541943088174,0.21524585783481598,0.42307397723197937,0.7672484815120697,249.0,63744.0,1626.2282651970163,4079616.0 +181.6,9.0,2625.0,0.010113977827131748,0.1261800080537796,0.0,1.8800588846206665,2.2529428005218506,-0.0064792875200510025,0.0027070660144090652,0.2885095477104187,0.41127994656562805,0.7336377501487732,250.0,64000.0,1632.4704248199705,4096000.0 +135.11,8.699999809265137,2642.0,0.007488160859793425,0.0889689102768898,0.0,1.9294244050979614,2.232445478439331,-0.006568495184183121,0.002710979199036956,0.3836078941822052,0.4110237658023834,0.7250103652477264,251.0,64256.0,1638.6706887399778,4112384.0 +142.82,7.699999809265137,2594.0,0.009812374599277973,0.1070149764418602,0.0,1.9700608253479004,2.250762701034546,-0.005975900683552027,0.0027044464368373156,0.4699280261993408,0.41135716438293457,0.6729151010513306,252.0,64512.0,1644.9862049289513,4128768.0 +128.07,9.0,2582.0,0.009628203697502613,0.1340128630399704,0.0,1.8824197053909302,2.2114205360412598,-0.008499854244291782,0.002708432963117957,0.2991901636123657,0.4092220366001129,0.7332642674446106,253.0,64768.0,1651.3312789220363,4145152.0 +127.2,8.699999809265137,2524.0,0.0071291811764240265,0.0920206680893898,0.0,1.9354168176651,2.2222700119018555,-0.006010534707456827,0.0027082720771431923,0.4126151502132416,0.4032066762447357,0.6778545081615448,254.0,65024.0,1657.822263078997,4161536.0 +138.21,8.699999809265137,2598.0,0.006967347580939531,0.07391357421875,0.0,1.8929303884506226,2.2723419666290283,-0.007030052598565817,0.0027038983535021544,0.317355215549469,0.41205713152885437,0.7195754051208496,255.0,65280.0,1664.1284034098499,4177920.0 +145.48,8.399999618530273,2583.0,0.0069584972225129604,0.0765380859375,0.0,1.9279168844223022,2.2174532413482666,-0.007206426467746496,0.0027129019144922495,0.3897187411785126,0.4059877097606659,0.6811108887195587,256.0,65536.0,1670.4720182269812,4194304.0 +128.28,8.5,2670.0,0.008909432217478752,0.1116536483168602,0.0,1.972398281097412,2.2073404788970947,-0.007770365569740534,0.002710311906412244,0.49819493293762207,0.397988885641098,0.6066295802593231,257.0,65792.0,1676.607544210041,4210688.0 +114.33,9.0,2631.0,0.010238158516585827,0.1028035506606102,0.0,1.951620101928711,2.1618523597717285,-0.0072821988724172115,0.00272272783331573,0.4085905849933624,0.4148615300655365,0.6530281007289886,258.0,66048.0,1682.8356185199227,4227072.0 +107.0,9.0,2537.0,0.007771667558699846,0.0986124649643898,0.0,1.912392020225525,2.2082579135894775,-0.00769382668659091,0.0027123086620122194,0.3459964692592621,0.4130154550075531,0.7297371923923492,259.0,66304.0,1689.2940927599557,4243456.0 +101.47,9.0,2513.0,0.0071207755245268345,0.0789591446518898,0.0,2.012300729751587,2.184302806854248,-0.006151664536446333,0.0027208325918763876,0.5415971279144287,0.4090810716152191,0.5867966413497925,260.0,66560.0,1695.8135472529102,4259840.0 +97.74,8.699999809265137,2610.0,0.0086349593475461,0.1103515625,0.0,1.9930559396743774,2.1469926834106445,-0.00525323860347271,0.0027144979685544968,0.5032491683959961,0.4109055995941162,0.6384690403938293,261.0,66816.0,1702.0945976260118,4276224.0 +97.6,8.800000190734863,2549.0,0.007972883991897106,0.0944417342543602,0.0,2.008240222930908,2.1389000415802,-0.0061340038664639,0.00272591901011765,0.5058106780052185,0.41989830136299133,0.6073570847511292,262.0,67072.0,1708.521369133843,4292608.0 +100.09,8.800000190734863,2609.0,0.00893919263035059,0.1165364608168602,0.0,1.9840692281723022,2.132556915283203,-0.006732981186360121,0.002711511217057705,0.4692997932434082,0.42172253131866455,0.6409365832805634,263.0,67328.0,1714.8002712719608,4308992.0 +91.78,8.800000190734863,2651.0,0.0069456142373383045,0.0848185196518898,0.0,2.010753870010376,2.1595981121063232,-0.006071079988032579,0.002697638003155589,0.5516353249549866,0.4137842655181885,0.5980368256568909,264.0,67584.0,1720.9815118098632,4325376.0 +101.2,8.899999618530273,2552.0,0.010974235832691193,0.1202799454331398,0.0,1.9843724966049194,2.1885342597961426,-0.006191538646817207,0.002703000558540225,0.4862987697124481,0.41779983043670654,0.5880583822727203,265.0,67840.0,1727.401056385832,4341760.0 +105.55,9.0,2526.0,0.007606539875268936,0.0904947891831398,0.0,1.95266854763031,2.1804096698760986,-0.005889983847737312,0.002683578757569194,0.4303807020187378,0.42338263988494873,0.6240988373756409,266.0,68096.0,1733.887538132025,4358144.0 +130.39,8.100000381469727,2660.0,0.0077481698244810104,0.0812581405043602,0.0,1.9828357696533203,2.1745681762695312,-0.007723366376012564,0.0026904188562184572,0.5140923261642456,0.41004905104637146,0.5695940554141998,267.0,68352.0,1740.0456580359023,4374528.0 +107.33,8.899999618530273,2634.0,0.007766613271087408,0.0943196639418602,0.0,1.9183939695358276,2.182892084121704,-0.006881786976009607,0.0026975739747285843,0.3750852644443512,0.41077521443367004,0.6411131322383881,268.0,68608.0,1746.2670341399498,4390912.0 +107.6,9.300000190734863,2665.0,0.007933827117085457,0.0962727889418602,0.0,1.9072484970092773,2.171983242034912,-0.009794148616492748,0.0026990536134690046,0.34403684735298157,0.41721704602241516,0.6736703515052795,269.0,68864.0,1752.4145509218797,4407296.0 +104.56,8.800000190734863,2666.0,0.007426587399095297,0.0958251953125,0.0,1.9886606931686401,2.180694818496704,-0.005464536603540182,0.00269241351634264,0.4937378466129303,0.42285653948783875,0.537798672914505,270.0,69120.0,1758.560035991948,4423680.0 +100.09,8.600000381469727,2623.0,0.004870670381933451,0.0483194999396801,0.0,2.0134828090667725,2.1635916233062744,-0.004705095198005438,0.0027034280356019735,0.5374488830566406,0.4193854331970215,0.5563827157020569,271.0,69376.0,1764.80666620587,4440064.0 +104.1,8.5,2556.0,0.0038341537583619356,0.0366617850959301,0.0,1.9778860807418823,2.1614365577697754,-0.005928331520408392,0.002690417692065239,0.46976932883262634,0.4253354072570801,0.5909758508205414,272.0,69632.0,1771.2165032329503,4456448.0 +114.03,8.5,2526.0,0.006054600700736046,0.06072998046875,0.0,1.9871788024902344,2.162834644317627,-0.0058350893668830395,0.0026880938094109297,0.5050603747367859,0.41806530952453613,0.5669578909873962,273.0,69888.0,1777.7026973420288,4472832.0 +111.35,8.699999809265137,2550.0,0.006728369742631912,0.0721639022231102,0.0,1.9189263582229614,2.1597089767456055,-0.007991206832230091,0.002687053056433797,0.3811541795730591,0.41441068053245544,0.6103330850601196,274.0,70144.0,1784.1280737279449,4489216.0 +97.52,8.800000190734863,2634.0,0.00582597590982914,0.0677897110581398,0.0,1.9817835092544556,2.1649415493011475,-0.005492822732776403,0.0026928698644042015,0.49647581577301025,0.41425272822380066,0.5089762210845947,275.0,70400.0,1790.348025731044,4505600.0 +95.35,8.800000190734863,2591.0,0.0058053843677043915,0.0641886368393898,0.0,1.9294489622116089,2.179886817932129,-0.006646215915679932,0.0026823256630450487,0.402890682220459,0.4152860939502716,0.6280900239944458,276.0,70656.0,1796.672013405012,4521984.0 +105.32,9.199999809265137,2639.0,0.006780771538615227,0.0825398787856102,0.0,1.9064072370529175,2.163703203201294,-0.00603112205862999,0.002684794133529067,0.3585037291049957,0.41242682933807373,0.601765513420105,277.0,70912.0,1802.881360360887,4538368.0 +101.38,9.100000381469727,2665.0,0.0062116351909935474,0.0615234375,0.0,1.940069317817688,2.1546711921691895,-0.005880663637071848,0.002689201617613435,0.40636512637138367,0.4197133779525757,0.5625714659690857,278.0,71168.0,1809.029386454029,4554752.0 +102.46,9.100000381469727,2572.0,0.004077536519616842,0.0354207344353199,0.0,1.9618598222732544,2.1452510356903076,-0.0058591850101947784,0.002684276318177581,0.4491654634475708,0.4224509000778198,0.5072088539600372,279.0,71424.0,1815.4001273878384,4571136.0 +103.19,9.399999618530273,2595.0,0.0064167785458266735,0.0692952498793602,0.0,1.8721262216567993,2.1545751094818115,-0.005719587206840515,0.002687969245016575,0.27321043610572815,0.4188016951084137,0.5730659067630768,280.0,71680.0,1821.7134639669675,4587520.0 +109.02,8.5,2637.0,0.005656692665070295,0.0526123046875,0.0,1.974920630455017,2.166038751602173,-0.005758295301347971,0.0026735158171504736,0.4872913658618927,0.42193591594696045,0.5210418999195099,281.0,71936.0,1827.9265990969725,4603904.0 +119.8,8.5,2571.0,0.004606899805366993,0.044189453125,0.0,1.9889260530471802,2.1574323177337646,-0.005749369040131569,0.002679120749235153,0.5208391547203064,0.4162696897983551,0.5349713563919067,282.0,72192.0,1834.2981548500247,4620288.0 +103.4,8.800000190734863,2522.0,0.005802664440125227,0.0630289688706398,0.0,1.9953514337539673,2.149198055267334,-0.0051015038043260574,0.0026776280719786882,0.536003589630127,0.4151286780834198,0.5050041675567627,283.0,72448.0,1840.794459655881,4636672.0 +104.99,9.199999809265137,2583.0,0.00638913968577981,0.0704549178481102,0.0,1.9390312433242798,2.1710078716278076,-0.005023615900427103,0.00266671902500093,0.41078582406044006,0.4270124137401581,0.5530500113964081,284.0,72704.0,1847.1381021279376,4653056.0 +108.9,8.699999809265137,2644.0,0.008063885383307934,0.0934041365981102,0.0,1.9764693975448608,2.1495563983917236,-0.005639219656586647,0.0026851564180105925,0.48981019854545593,0.4161207973957062,0.538984090089798,285.0,72960.0,1853.3355062520131,4669440.0 +102.29,8.800000190734863,2600.0,0.008145940490067005,0.1014404296875,0.0,1.9406546354293823,2.158217430114746,-0.007077167276293039,0.002673133509233594,0.4165459871292114,0.42447423934936523,0.5304052531719208,286.0,73216.0,1859.6374498158693,4685824.0 +109.31,8.699999809265137,2645.0,0.008266675285995007,0.09942626953125,0.0,1.9356045722961426,2.1474826335906982,-0.006913888733834028,0.0026757034938782454,0.4099503755569458,0.42116665840148926,0.5529975593090057,287.0,73472.0,1865.832274243934,4702208.0 +92.55,9.0,2576.0,0.007608769927173853,0.09210205078125,0.0,1.923282504081726,2.156348943710327,-0.006765434052795172,0.0026676200795918703,0.3938326835632324,0.4208853244781494,0.5417447090148926,288.0,73728.0,1872.193469835911,4718592.0 +108.38,8.300000190734863,2580.0,0.005857335869222879,0.0516764335334301,0.0,1.985106110572815,2.145001173019409,-0.005844412837177515,0.002671853406354785,0.5033971667289734,0.4247756004333496,0.5228981375694275,289.0,73984.0,1878.5440197030548,4734976.0 +106.39,8.100000381469727,2577.0,0.005416842643171549,0.0622355155646801,0.0,1.9889602661132812,2.169926404953003,-0.006304915528744459,0.002668574219569564,0.5478727221488953,0.4087412357330322,0.5342476665973663,290.0,74240.0,1884.9003523378633,4751360.0 +109.57,9.199999809265137,2648.0,0.007325791288167238,0.0863240584731102,0.0,1.8830221891403198,2.163992404937744,-0.005949813406914473,0.0026715267449617386,0.32004907727241516,0.4148235321044922,0.5836937725543976,291.0,74496.0,1891.088765813969,4767744.0 +112.0,8.699999809265137,2732.0,0.005031196866184473,0.0409952811896801,0.0,1.9713853597640991,2.1414144039154053,-0.006049496587365866,0.00267332443036139,0.49843159317970276,0.4129706919193268,0.42157500982284546,292.0,74752.0,1897.0893120989203,4784128.0 +104.6,8.399999618530273,2554.0,0.005172440316528082,0.04901123046875,0.0,1.9665061235427856,2.157114028930664,-0.005727790296077728,0.002681191312149167,0.47852611541748047,0.4139465391635895,0.4793226718902588,293.0,75008.0,1903.5043116789311,4800512.0 +109.28,8.699999809265137,2528.0,0.00605459650978446,0.0698445662856102,0.0,1.9566377401351929,2.1763851642608643,-0.005725214723497629,0.0026667339261621237,0.44380030035972595,0.42885980010032654,0.4825485944747925,294.0,75264.0,1909.9853940459434,4816896.0 +117.6,9.100000381469727,2510.0,0.006503546144813299,0.0775349959731102,0.0,1.8734124898910522,2.1906607151031494,-0.006366858724504709,0.0026754147838801146,0.2984599173069,0.4147484302520752,0.4880716800689697,295.0,75520.0,1916.5134679358453,4833280.0 +128.94,9.300000190734863,2625.0,0.009589195251464844,0.096435546875,0.0,1.829369068145752,2.190330982208252,-0.004837634973227978,0.0026627574115991592,0.19892732799053192,0.4252677261829376,0.5743564963340759,296.0,75776.0,1922.754352826858,4849664.0 +93.18,8.800000190734863,2587.0,0.007474229205399752,0.08251953125,0.0,1.9435466527938843,2.168588876724243,-0.005428573116660118,0.0026714878622442484,0.3999227285385132,0.43495556712150574,0.5038030445575714,297.0,76032.0,1929.0873209589627,4866048.0 +109.03,8.899999618530273,2560.0,0.008883682079613209,0.10821533203125,0.0,1.9288874864578247,2.1476311683654785,-0.0072594210505485535,0.00267583504319191,0.40924975275993347,0.4150807559490204,0.5049338340759277,298.0,76288.0,1935.4872242310084,4882432.0 +108.47,9.0,2687.0,0.008322502486407757,0.0960896834731102,0.0,1.8510236740112305,2.166963815689087,-0.007822767831385136,0.002657298929989338,0.26097986102104187,0.4213765859603882,0.581298828125,299.0,76544.0,1941.5847811379936,4898816.0 +100.47,9.0,2659.0,0.009417450986802578,0.1183064803481102,0.0,1.8682001829147339,2.1530401706695557,-0.007665589917451143,0.0026625311002135277,0.30115756392478943,0.4155518710613251,0.6117830574512482,300.0,76800.0,1947.7475169438403,4915200.0 +116.85,9.100000381469727,2661.0,0.008002315647900105,0.07965087890625,0.0,1.8812395334243774,2.1831676959991455,-0.005528093781322241,0.0026517414953559637,0.30040547251701355,0.4325258731842041,0.581492155790329,301.0,77056.0,1953.9038755728398,4931584.0 +104.47,9.5,2698.0,0.009802608750760555,0.1227620467543602,0.0,1.8143430948257446,2.17006516456604,-0.006515232380479574,0.0026549985632300377,0.17598748207092285,0.42706605792045593,0.6954497694969177,302.0,77312.0,1959.9751182890031,4947968.0 +137.27,9.0,2654.0,0.008703702129423618,0.10498046875,0.0,1.846350073814392,2.1726458072662354,-0.006844822783023119,0.002654622308909893,0.26286962628364563,0.4161752462387085,0.601158082485199,303.0,77568.0,1966.149056848837,4964352.0 +139.39,9.199999809265137,2604.0,0.009414794854819775,0.12451171875,0.0,1.8307899236679077,2.1946003437042236,-0.006767645478248596,0.002653583651408553,0.2339000552892685,0.4157616198062897,0.5856338739395142,304.0,77824.0,1972.4403214550111,4980736.0 +129.17,9.100000381469727,2617.0,0.008651510812342167,0.1082356795668602,0.0,1.8775137662887573,2.1889443397521973,-0.007871576584875584,0.0026619192212820053,0.352847695350647,0.3998911678791046,0.514773815870285,305.0,78080.0,1978.7013604319654,4997120.0 +124.13,9.300000190734863,2660.0,0.008292934857308865,0.1011556014418602,0.0,1.848280429840088,2.1946675777435303,-0.00588108180090785,0.0026568379253149033,0.2686925232410431,0.4133428633213043,0.6168346405029297,306.0,78336.0,1984.8600906408392,5013504.0 +125.62,8.300000190734863,2570.0,0.00953163392841816,0.1059366837143898,0.0,1.9366722106933594,2.195350170135498,-0.007939456030726433,0.0026669995859265327,0.4755546748638153,0.3952884376049042,0.525275856256485,307.0,78592.0,1991.2357261530124,5029888.0 +113.83,9.199999809265137,2531.0,0.009625672362744808,0.0958455428481102,0.0,1.8162431716918945,2.2329373359680176,-0.007046528626233339,0.002664785599336028,0.24613988399505615,0.39015617966651917,0.6054176688194275,308.0,78848.0,1997.71010006289,5046272.0 +147.21,9.100000381469727,2603.0,0.009642896242439747,0.1322428435087204,0.0,1.8561081886291504,2.21589994430542,-0.0066124144941568375,0.002659567864611745,0.29404059052467346,0.40807533264160156,0.5841299593448639,309.0,79104.0,2004.0030237238389,5062656.0 +136.5,9.100000381469727,2597.0,0.0098978066816926,0.1171875,0.0,1.8706350326538086,2.209947347640991,-0.005209872964769602,0.0026506835129112005,0.3145900368690491,0.4153074324131012,0.5233903229236603,310.0,79360.0,2010.3115701440256,5079040.0 +123.78,8.199999809265137,2491.0,0.008549945428967476,0.10687255859375,0.0,1.9405288696289062,2.1968979835510254,-0.008166146464645863,0.0026536204386502504,0.45692524313926697,0.41539129614830017,0.5588710308074951,311.0,79616.0,2016.8894931110553,5095424.0 +92.02,9.5,2541.0,0.008561566472053528,0.09918212890625,0.0,1.8643444776535034,2.165658712387085,-0.008316767401993275,0.0026626719627529383,0.30130264163017273,0.41233062744140625,0.6740743815898895,312.0,79872.0,2023.340098330984,5111808.0 +125.63,8.699999809265137,2526.0,0.0055311862379312515,0.05816650390625,0.0,1.938093662261963,2.1813974380493164,-0.004783557262271643,0.0026760147884488106,0.4428694248199463,0.40524908900260925,0.6276534795761108,313.0,80128.0,2029.8247418310493,5128192.0 +110.07,8.800000190734863,2558.0,0.007200627122074366,0.0817057266831398,0.0,1.8934077024459839,2.1699774265289307,-0.007450426463037729,0.0026654188986867666,0.37890350818634033,0.40039655566215515,0.6330720484256744,314.0,80384.0,2036.2290385169908,5144576.0 +102.38,8.600000381469727,2570.0,0.011766389012336731,0.1500651091337204,0.0,1.9356184005737305,2.157519578933716,-0.005063248798251152,0.0026777153834700584,0.45410385727882385,0.39634740352630615,0.5539193451404572,315.0,80640.0,2042.6057474289555,5160960.0 +96.95,8.800000190734863,2571.0,0.009334980510175228,0.1183878555893898,0.0,1.9036927223205566,2.1426029205322266,-0.0071363188326358795,0.0026618661358952522,0.3814202547073364,0.41061195731163025,0.653437077999115,316.0,80896.0,2048.9790523219854,5177344.0 +95.69,8.600000381469727,2587.0,0.010647266171872616,0.10992431640625,0.0,1.9673198461532593,2.166977643966675,-0.007073208689689636,0.0026582961436361074,0.511594831943512,0.41111740469932556,0.5895862281322479,317.0,81152.0,2055.313006452052,5193728.0 +94.44,8.5,2678.0,0.007816224358975887,0.0925699844956398,0.0,1.9823598861694336,2.163104295730591,-0.006681410595774651,0.002650971757248044,0.523616373538971,0.4233781397342682,0.5483719408512115,318.0,81408.0,2061.4315416209865,5210112.0 +105.02,9.0,2568.0,0.008104534819722176,0.07513427734375,0.0,1.922300934791565,2.1838035583496094,-0.007026242092251778,0.002648088848218322,0.4036519229412079,0.4252947270870209,0.6228501498699188,319.0,81664.0,2067.81219493784,5226496.0 +100.54,8.5,2556.0,0.007545240689069033,0.0865478515625,0.0,1.9585728645324707,2.1645753383636475,-0.007622439879924059,0.002660335972905159,0.5141827464103699,0.4005814492702484,0.6444418132305145,320.0,81920.0,2074.222883573035,5242880.0 +89.12,8.600000381469727,2558.0,0.009236440062522888,0.1224568709731102,0.0,1.9501169919967651,2.1404402256011963,-0.007129449862986803,0.0026611604262143373,0.48337066173553467,0.40638506412506104,0.6475006341934204,321.0,82176.0,2080.6273487329017,5259264.0 +124.98,8.399999618530273,2543.0,0.008310527540743351,0.1013387069106102,0.0,1.9692302942276,2.1555936336517334,-0.00670688645914197,0.002660418627783656,0.5098772644996643,0.41234520077705383,0.5932759344577789,322.0,82432.0,2087.0729332999326,5275648.0 +87.32,9.100000381469727,2543.0,0.008195311762392521,0.1053466796875,0.0,1.8932796716690063,2.1388537883758545,-0.007902988232672215,0.0026572432834655046,0.38184770941734314,0.40302565693855286,0.6533059775829315,323.0,82688.0,2093.5155148049816,5292032.0 +98.24,8.899999618530273,2632.0,0.0060591548681259155,0.06829833984375,0.0,1.9342743158340454,2.115077018737793,-0.0074203903786838055,0.0026635967660695314,0.4302850663661957,0.4159044921398163,0.6655098795890808,324.0,82944.0,2099.739524554927,5308416.0 +90.04,9.100000381469727,2646.0,0.00887365359812975,0.1060791015625,0.0,1.874350666999817,2.1391518115997314,-0.006900363136082888,0.002656752010807395,0.346158891916275,0.40118739008903503,0.6970118582248688,325.0,83200.0,2105.9321772230323,5324800.0 +86.1,8.800000190734863,2572.0,0.006672559306025505,0.0765380859375,0.0,1.9653868675231934,2.131070852279663,-0.006364379543811083,0.0026500688400119543,0.5083132386207581,0.41387107968330383,0.6580858528614044,326.0,83456.0,2112.30219509406,5341184.0 +79.91,8.899999618530273,2569.0,0.005037939641624689,0.0492146797478199,0.0,1.9433249235153198,2.1103835105895996,-0.007283551152795553,0.002660229569301009,0.4845122992992401,0.399341344833374,0.6446637809276581,327.0,83712.0,2118.678595504025,5357568.0 +92.03,8.899999618530273,2602.0,0.00529392808675766,0.0609944649040699,0.0,1.9233770370483398,2.1136434078216553,-0.007383645977824926,0.002659686841070652,0.4394195079803467,0.40234407782554626,0.673610121011734,328.0,83968.0,2124.976026617922,5373952.0 +94.65,8.600000381469727,2590.0,0.005214282777160406,0.0578816719353199,0.0,1.9884837865829468,2.1200737953186035,-0.005682487040758133,0.0026522998232394457,0.5824721455574036,0.3979809284210205,0.5931989550590515,329.0,84224.0,2131.302019919036,5390336.0 +83.44,9.100000381469727,2470.0,0.00469190115109086,0.0492960624396801,0.0,1.9465593099594116,2.1144745349884033,-0.005327470134943724,0.0026616344694048166,0.4744139611721039,0.4050074517726898,0.6370555460453033,330.0,84480.0,2137.934891416924,5406720.0 +90.46,8.300000190734863,2586.0,0.004626702982932329,0.0447591133415699,0.0,2.0162923336029053,2.1214864253997803,-0.005632408428937197,0.0026510097086429596,0.6261770725250244,0.4045461118221283,0.5870440304279327,331.0,84736.0,2144.2702063850593,5423104.0 +98.04,9.100000381469727,2624.0,0.005429944489151239,0.0534464530646801,0.0,1.8854455947875977,2.0914382934570312,-0.0068180616945028305,0.0026520637329667807,0.36254003643989563,0.4058760106563568,0.6605977118015289,332.0,84992.0,2150.5136089730076,5439488.0 +101.93,9.300000190734863,2574.0,0.004603458568453789,0.0456746406853199,0.0,1.9119528532028198,2.0855109691619873,-0.005842218641191721,0.002642083680257201,0.4083222448825836,0.4134472906589508,0.6049586534500122,333.0,85248.0,2156.878311787965,5455872.0 +90.2,9.100000381469727,2563.0,0.006690652575343847,0.0766194686293602,0.0,1.9086709022521973,2.0880391597747803,-0.006749555002897978,0.0026467072311788797,0.39346012473106384,0.4162174165248871,0.5670901536941528,334.0,85504.0,2163.272281277925,5472256.0 +85.57,8.5,2568.0,0.006203950848430395,0.0689290389418602,0.0,1.9997965097427368,2.0556743144989014,-0.006571148056536913,0.0026479230728000402,0.5667796730995178,0.419573038816452,0.5706803202629089,335.0,85760.0,2169.6525763939135,5488640.0 +98.36,8.600000381469727,2608.0,0.007856098003685474,0.0963338240981102,0.0,1.9405461549758911,2.1052656173706055,-0.007615160197019577,0.0026504311244934797,0.464712530374527,0.41164207458496094,0.6004946827888489,336.0,86016.0,2175.933859159006,5505024.0 +87.8,8.5,2581.0,0.00640747370198369,0.0669148787856102,0.0,1.97263765335083,2.10782790184021,-0.006343808490782976,0.0026500599924474955,0.5221813321113586,0.4139389991760254,0.5257582664489746,337.0,86272.0,2182.281659309985,5521408.0 +86.92,8.800000190734863,2578.0,0.005932796746492386,0.0652872696518898,0.0,1.950579285621643,2.1198570728302,-0.006027600262314081,0.002642514184117317,0.4764336347579956,0.41833174228668213,0.5807391405105591,338.0,86528.0,2188.635909697041,5537792.0 +98.22,8.600000381469727,2632.0,0.006227967794984579,0.0655721053481102,0.0,1.9530715942382812,2.1348633766174316,-0.008846842683851719,0.002643025480210781,0.5010881423950195,0.4112102687358856,0.5252653360366821,339.0,86784.0,2194.861110861879,5554176.0 +117.11,8.899999618530273,2608.0,0.009028379805386066,0.1168416365981102,0.0,1.8982335329055786,2.153064250946045,-0.007864952087402344,0.002636585384607315,0.38262560963630676,0.41802385449409485,0.594708114862442,340.0,87040.0,2201.144166097045,5570560.0 +97.16,9.600000381469727,2643.0,0.008734115399420261,0.1150309219956398,0.0,1.8847109079360962,2.1391007900238037,-0.006734810769557953,0.002636609598994255,0.3599642515182495,0.41454973816871643,0.569273054599762,341.0,87296.0,2207.3443210518453,5586944.0 +93.12,9.100000381469727,2612.0,0.007299796212464571,0.0922037735581398,0.0,1.914276123046875,2.1616709232330322,-0.007044114638119936,0.0026384051889181137,0.416064590215683,0.4157022535800934,0.5610317289829254,342.0,87552.0,2213.617051302921,5603328.0 +103.45,8.600000381469727,2580.0,0.005832922179251909,0.0579020194709301,0.0,1.9191056489944458,2.1376421451568604,-0.004959461744874716,0.0026402778457850218,0.4195979833602905,0.41550377011299133,0.5358378291130066,343.0,87808.0,2219.972827340942,5619712.0 +93.87,9.0,2582.0,0.0056067402474582195,0.0491943359375,0.0,1.9116522073745728,2.0926966667175293,-0.006759566720575094,0.0026399644557386637,0.4214412271976471,0.4086356461048126,0.5721879303455353,344.0,88064.0,2226.317795295967,5636096.0 +86.44,9.0,2573.0,0.004917520564049482,0.0464070625603199,0.0,1.9126158952713013,2.0950329303741455,-0.006101568695157766,0.0026415695901960135,0.42299684882164,0.4073847532272339,0.4880383610725403,345.0,88320.0,2232.6840639880393,5652480.0 +89.14,9.0,2688.0,0.00784197635948658,0.0852254256606102,0.0,1.878738522529602,2.095161199569702,-0.006074370350688696,0.0026418569032102823,0.3550203740596771,0.40732571482658386,0.5302108824253082,346.0,88576.0,2238.7793034759816,5668864.0 +87.73,9.100000381469727,2675.0,0.009237918071448803,0.1114501953125,0.0,1.8756299018859863,2.070312738418579,-0.0075609744526445866,0.0026482355315238237,0.35992538928985596,0.39981305599212646,0.5711328983306885,347.0,88832.0,2244.904167901026,5685248.0 +94.42,8.399999618530273,2669.0,0.007042536046355963,0.0729776993393898,0.0,1.9223195314407349,2.094442844390869,-0.006814135238528252,0.0026259301230311394,0.4477907121181488,0.41321778297424316,0.5103379786014557,348.0,89088.0,2251.0424672958907,5701632.0 +103.19,9.0,2594.0,0.0115463612601161,0.11083984375,0.0,1.8342022895812988,2.108563184738159,-0.008372286334633827,0.0026256542187184095,0.27931180596351624,0.4111774265766144,0.6226483583450317,349.0,89344.0,2257.358514172025,5718016.0 +131.48,8.600000381469727,2591.0,0.009199099615216255,0.1185302734375,0.0,1.8468459844589233,2.1323511600494385,-0.006286503281444311,0.0026389816775918007,0.3153845965862274,0.3972727954387665,0.5937378406524658,350.0,89600.0,2263.681102376897,5734400.0 +112.72,9.300000190734863,2598.0,0.006265122909098864,0.06707763671875,0.0,1.8591279983520508,2.1168525218963623,-0.005340192466974258,0.002643505111336708,0.3438777029514313,0.3919452428817749,0.6338596045970917,351.0,89856.0,2269.986495341873,5750784.0 +104.42,8.800000190734863,2578.0,0.008082802407443523,0.09912109375,0.0,1.84637451171875,2.098629951477051,-0.008158314973115921,0.0026396578177809715,0.3136267066001892,0.39887693524360657,0.6539386808872223,352.0,90112.0,2276.3425232288428,5767168.0 +98.64,9.100000381469727,2603.0,0.012114491313695908,0.1311442106962204,0.0,1.9078917503356934,2.064056396484375,-0.007951459847390652,0.002650895155966282,0.42471227049827576,0.3986799716949463,0.6432677805423737,353.0,90368.0,2282.641897829948,5783552.0 +92.01,8.899999618530273,2586.0,0.009289422072470188,0.0955607071518898,0.0,1.9263349771499634,2.0754568576812744,-0.007789952680468559,0.002626761794090271,0.45789602398872375,0.4125506579875946,0.5794002413749695,354.0,90624.0,2288.978019600967,5799936.0 +92.78,9.300000190734863,2585.0,0.005920225754380226,0.0491536445915699,0.0,1.8338465690612793,2.0878617763519287,-0.006386753171682358,0.0026336328592151403,0.29178038239479065,0.39840516448020935,0.6826492249965668,355.0,90880.0,2295.3148918098304,5816320.0 +101.69,9.100000381469727,2578.0,0.006630637217313051,0.0709228515625,0.0,1.8718312978744507,2.073896884918213,-0.005508878733962774,0.0026331832632422447,0.36030498147010803,0.4013349115848541,0.656702309846878,356.0,91136.0,2301.6703091729432,5832704.0 +92.56,9.199999809265137,2558.0,0.006520471069961786,0.06591796875,0.0,1.8922829627990723,2.05204176902771,-0.0063006081618368626,0.002629234455525875,0.4071780741214752,0.4008977711200714,0.6271258890628815,357.0,91392.0,2308.0739977220073,5849088.0 +98.83,9.300000190734863,2625.0,0.007524035405367613,0.0950113907456398,0.0,1.844801425933838,2.0594663619995117,-0.00792075414210558,0.0026234497781842947,0.3015832006931305,0.4108000099658966,0.6277462840080261,358.0,91648.0,2314.3150622779503,5865472.0 +88.78,9.199999809265137,2597.0,0.01083102822303772,0.133544921875,0.0,1.9072445631027222,1.979940414428711,-0.005658179055899382,0.0026301781181246042,0.4103955030441284,0.41241517663002014,0.5351897180080414,359.0,91904.0,2320.623800475849,5881856.0 +99.85,9.300000190734863,2572.0,0.0395498089492321,0.0816243514418602,0.0,1.9207850694656372,1.9851082563400269,-0.0054197758436203,0.0026255904231220484,0.44001519680023193,0.41325315833091736,0.5792214870452881,360.0,92160.0,2326.9935332129244,5898240.0 +95.03,8.899999618530273,2554.0,0.007314886897802353,0.0868123397231102,0.0,1.9505486488342285,2.031336545944214,-0.0057143159210681915,0.0026257771532982588,0.5100361108779907,0.40866973996162415,0.48333925008773804,361.0,92416.0,2333.4073070618324,5914624.0 +79.88,9.0,2651.0,0.009892546571791172,0.0910848006606102,0.0,1.9186291694641113,2.01816725730896,-0.006937478203326464,0.002634309930726886,0.43340668082237244,0.41188982129096985,0.5711999237537384,362.0,92672.0,2339.586570783984,5931008.0 +83.29,8.899999618530273,2646.0,0.0075253271497786045,0.0942586287856102,0.0,1.918479561805725,2.0235471725463867,-0.005369218531996012,0.002636171644553542,0.4407949447631836,0.40560105443000793,0.5821337699890137,363.0,92928.0,2345.778320119949,5947392.0 +86.52,9.100000381469727,2631.0,0.00711729796603322,0.0816650390625,0.0,1.8929489850997925,2.0537521839141846,-0.008107163943350315,0.0026273932307958603,0.387526273727417,0.41413402557373047,0.6244574785232544,364.0,93184.0,2352.00551565201,5963776.0 +91.59,8.800000190734863,2646.0,0.004987826570868492,0.0472819022834301,0.0,1.9447320699691772,2.018057346343994,-0.006056086625903845,0.0026276307180523872,0.48228374123573303,0.4160113036632538,0.5227509438991547,365.0,93440.0,2358.198201389052,5980160.0 +88.45,9.100000381469727,2675.0,0.007811712566763163,0.10430908203125,0.0,1.8994592428207397,2.0566136837005615,-0.006188893690705299,0.0026291359681636095,0.4183776378631592,0.4024576246738434,0.5677769482135773,366.0,93696.0,2364.3222911199555,5996544.0 +77.49,9.199999809265137,2577.0,0.0073888469487428665,0.0902099609375,0.0,1.8690053224563599,2.0714833736419678,-0.007547988090664148,0.002630178816616535,0.3565797805786133,0.4038890600204468,0.5897729694843292,367.0,93952.0,2370.679514478892,6012928.0 +79.98,8.300000190734863,2604.0,0.004547914024442434,0.0482991524040699,0.0,2.018558979034424,2.069495439529419,-0.007146026939153671,0.00263445102609694,0.650780200958252,0.40378430485725403,0.5092874765396118,368.0,94208.0,2376.972189008957,6029312.0 +83.34,8.199999809265137,2624.0,0.0067349993623793125,0.0841878280043602,0.0,1.956072449684143,2.064789056777954,-0.007149841170758009,0.002636060817167163,0.5368128418922424,0.3974336087703705,0.5721045136451721,369.0,94464.0,2383.215330103878,6045696.0 +88.12,9.0,2613.0,0.006671192590147257,0.08441162109375,0.0,1.9068888425827026,2.0977623462677,-0.007728814613074064,0.0026228297501802444,0.4362185299396515,0.40607109665870667,0.5539857149124146,370.0,94720.0,2389.485957858851,6062080.0 +91.35,8.899999618530273,2537.0,0.009207160212099552,0.0838623046875,0.0,1.9477430582046509,2.074721574783325,-0.0062120091170072556,0.0026253610849380493,0.5073633193969727,0.4083402156829834,0.5447251796722412,371.0,94976.0,2395.9425554729532,6078464.0 +96.32,8.5,2546.0,0.007526392117142677,0.0904134139418602,0.0,1.9475902318954468,2.1196911334991455,-0.006265582516789436,0.0026172511279582977,0.5049031376838684,0.41397538781166077,0.5587616264820099,372.0,95232.0,2402.377708696993,6094848.0 +91.63,8.800000190734863,2571.0,0.006625593174248934,0.07708740234375,0.0,1.895721435546875,2.1076931953430176,-0.007358369883149862,0.002617483027279377,0.41776958107948303,0.4065306484699249,0.6191697418689728,373.0,95488.0,2408.749219767051,6111232.0 +91.88,9.399999618530273,2532.0,0.009301623329520226,0.1190389022231102,0.0,1.8697174787521362,2.115093469619751,-0.007336150389164686,0.002625023014843464,0.3635469675064087,0.4039194583892822,0.6621537804603577,374.0,95744.0,2415.21857088292,6127616.0 +109.85,8.800000190734863,2595.0,0.00718294782564044,0.0759684219956398,0.0,1.8681257963180542,2.1570687294006348,-0.009263359941542149,0.0026136552914977074,0.3660353124141693,0.409114271402359,0.6370658278465271,375.0,96000.0,2421.533527306048,6144000.0 +128.92,8.699999809265137,2590.0,0.010616864077746868,0.1198526993393898,0.0,1.8664613962173462,2.127944231033325,-0.009063178673386574,0.002615174278616905,0.36610832810401917,0.4061630666255951,0.6197079718112946,376.0,96256.0,2427.859835093841,6160384.0 +95.55,8.699999809265137,2552.0,0.0085388058796525,0.1044921875,0.0,1.848976731300354,2.1441285610198975,-0.008652521297335625,0.0026117386296391487,0.32730504870414734,0.40954872965812683,0.6869651675224304,377.0,96512.0,2434.281020155875,6176768.0 +135.33,9.100000381469727,2605.0,0.009299526922404766,0.107177734375,0.0,1.8777886629104614,2.0972530841827393,-0.007515914738178253,0.0026150476187467575,0.3823395073413849,0.40758347511291504,0.6032035946846008,378.0,96768.0,2440.5693886179943,6193152.0 +103.06,9.0,2589.0,0.00785425677895546,0.0785929337143898,0.0,1.8655987977981567,2.0923123359680176,-0.006754353176802397,0.002618568018078804,0.37085291743278503,0.39856576919555664,0.5953412652015686,379.0,97024.0,2446.898321819026,6209536.0 +90.52,9.300000190734863,2575.0,0.010104612447321415,0.1094156876206398,0.0,1.831699013710022,2.0881874561309814,-0.006848620250821114,0.0026231929659843445,0.27518215775489807,0.4102421700954437,0.6812897324562073,380.0,97280.0,2453.2598275118507,6225920.0 +88.79,9.300000190734863,2674.0,0.01246678177267313,0.14013671875,0.0,1.8518953323364258,2.036363363265991,-0.006673371884971857,0.0026157365646213293,0.3192995488643646,0.41141414642333984,0.6356667876243591,381.0,97536.0,2459.387262523873,6242304.0 +104.72,9.199999809265137,2704.0,0.008382677100598812,0.0898844376206398,0.0,1.8518918752670288,2.0087802410125732,-0.007981345057487488,0.0026198613923043013,0.32157382369041443,0.40924322605133057,0.6419936120510101,382.0,97792.0,2465.445945193991,6258688.0 +69.04,9.100000381469727,2700.0,0.007921166718006134,0.0917765274643898,0.0,1.9044337272644043,2.0330679416656494,-0.009256823919713497,0.002632313407957554,0.43319833278656006,0.4012655019760132,0.5700855553150177,383.0,98048.0,2471.513860672014,6275072.0 +84.51,9.100000381469727,2552.0,0.007657488342374563,0.091064453125,0.0,1.8879033327102661,2.0476675033569336,-0.00943716336041689,0.0026232546661049128,0.4102557599544525,0.4010622799396515,0.6074429750442505,384.0,98304.0,2477.9395811879076,6291456.0 +79.68,9.300000190734863,2557.0,0.007440270856022835,0.0925699844956398,0.0,1.8817638158798218,2.0091283321380615,-0.008376645855605602,0.0026210432406514883,0.3941170275211334,0.40265151858329773,0.5829401016235352,385.0,98560.0,2484.3471028469503,6307840.0 +82.97,8.699999809265137,2656.0,0.005264854058623314,0.0520426444709301,0.0,1.9987155199050903,2.0213639736175537,-0.005914055276662111,0.002638045698404312,0.604743242263794,0.40344902873039246,0.5659978091716766,386.0,98816.0,2490.515000815969,6324224.0 +75.59,9.199999809265137,2674.0,0.0046178060583770275,0.0413614921271801,0.0,1.9253147840499878,2.0530803203582764,-0.006406767759472132,0.002629045629873872,0.4607766568660736,0.40734124183654785,0.5737703442573547,387.0,99072.0,2496.6413002088666,6340608.0 +75.86,9.100000381469727,2658.0,0.005169691983610392,0.05731201171875,0.0,1.9567760229110718,2.047792434692383,-0.006159273441880941,0.002616176148876548,0.5441756844520569,0.40323755145072937,0.5391694009304047,388.0,99328.0,2502.8057176899165,6356992.0 +114.62,8.300000190734863,2520.0,0.006019609048962593,0.0608317069709301,0.0,1.9166055917739868,2.062107563018799,-0.0070975348353385925,0.0026211899239569902,0.4776991903781891,0.3948797881603241,0.5748049020767212,389.0,99584.0,2509.30758969998,6373376.0 +96.57,9.0,2568.0,0.009072243236005306,0.0972900390625,0.0,1.8906675577163696,2.0716493129730225,-0.005335906054824591,0.002614854136481881,0.41403743624687195,0.402274489402771,0.6021252274513245,390.0,99840.0,2515.686911682831,6389760.0 +104.72,9.600000381469727,2575.0,0.008199541829526424,0.0950724259018898,0.0,1.8045721054077148,2.1045968532562256,-0.0069058439694345,0.0026056410279124975,0.25649407505989075,0.40145638585090637,0.5978399217128754,391.0,100096.0,2522.049535871949,6406144.0 +105.58,9.100000381469727,2622.0,0.007504621986299753,0.0895182266831398,0.0,1.868227481842041,2.0718653202056885,-0.008330871351063251,0.0026103972923010588,0.38276317715644836,0.40069687366485596,0.5583437085151672,392.0,100352.0,2528.298626330914,6422528.0 +93.24,9.300000190734863,2548.0,0.008073638193309307,0.1042073592543602,0.0,1.8310867547988892,2.1156461238861084,-0.006755489390343428,0.002607331844046712,0.2913217842578888,0.4096719026565552,0.6000124514102936,393.0,100608.0,2534.7276897740085,6438912.0 +108.26,8.699999809265137,2652.0,0.0072678811848163605,0.0814615860581398,0.0,1.9049285650253296,2.098149061203003,-0.00776579650118947,0.0026117058005183935,0.4492379128932953,0.40320369601249695,0.5817046761512756,394.0,100864.0,2540.9056243400555,6455296.0 +117.33,8.5,2630.0,0.006464549805969,0.0798746719956398,0.0,1.8738478422164917,2.115137815475464,-0.007168340962380171,0.002615354023873806,0.3979283571243286,0.39552605152130127,0.6423861384391785,395.0,101120.0,2547.13591756206,6471680.0 +108.35,8.300000190734863,2504.0,0.00942141842097044,0.1194661483168602,0.0,1.8906021118164062,2.122314929962158,-0.0072091869078576565,0.002611002651974559,0.43600162863731384,0.39553239941596985,0.6338771283626556,396.0,101376.0,2553.6775583380368,6488064.0 +89.81,9.199999809265137,2524.0,0.00899373646825552,0.1193644180893898,0.0,1.801034927368164,2.1528804302215576,-0.007213186472654343,0.002611416159197688,0.2714442312717438,0.38834670186042786,0.7096630930900574,397.0,101632.0,2560.1680226798635,6504448.0 +126.66,8.600000381469727,2531.0,0.008519104681909084,0.0984903946518898,0.0,1.883596420288086,2.171118974685669,-0.0055551123805344105,0.0026042601093649864,0.4087817668914795,0.4043416976928711,0.6631869971752167,398.0,101888.0,2566.640870997915,6520832.0 +138.54,8.899999618530273,2603.0,0.0060174185782670975,0.07366943359375,0.0,1.8491421937942505,2.158935308456421,-0.00594795448705554,0.0026017436757683754,0.33392366766929626,0.4088456928730011,0.6505877375602722,399.0,102144.0,2572.9357320789713,6537216.0 +142.16,8.899999618530273,2588.0,0.006785264704376459,0.0815022811293602,0.0,1.843667984008789,2.1217246055603027,-0.006981332320719957,0.0026029993314296007,0.31754592061042786,0.41159382462501526,0.6480576395988464,400.0,102400.0,2579.265307181049,6553600.0 +138.29,8.699999809265137,2646.0,0.014518880285322666,0.1397705078125,0.0,1.876908779144287,2.1686482429504395,-0.006033739075064659,0.0026065248530358076,0.38515663146972656,0.4087885320186615,0.6194166839122772,401.0,102656.0,2585.4570967638865,6569984.0 +133.73,8.899999618530273,2657.0,0.008064455352723598,0.0998738631606102,0.0,1.8434885740280151,2.15708327293396,-0.006632419768720865,0.002603640081360936,0.3242057263851166,0.40776851773262024,0.6295923292636871,402.0,102912.0,2591.622882066993,6586368.0 +123.36,9.100000381469727,2637.0,0.00864086952060461,0.1033528670668602,0.0,1.7927879095077515,2.143393039703369,-0.007971418090164661,0.00260777841322124,0.2174835056066513,0.40956202149391174,0.6703333556652069,403.0,103168.0,2597.837068358902,6602752.0 +165.39,8.199999809265137,2591.0,0.008754154667258263,0.1103312149643898,0.0,1.9037915468215942,2.1758761405944824,-0.005847245920449495,0.0026175680104643106,0.3632197678089142,0.4410036504268646,0.5645319223403931,404.0,103424.0,2604.1590196038596,6619136.0 +155.26,8.199999809265137,2591.0,0.007683733943849802,0.0975545272231102,0.0,1.890641212463379,2.1864991188049316,-0.00807663332670927,0.0026114594656974077,0.39245808124542236,0.4186241924762726,0.5856324732303619,405.0,103680.0,2610.481199663831,6635520.0 +173.36,8.0,2669.0,0.009655371308326721,0.12774658203125,0.0,1.8602209091186523,2.1663739681243896,-0.0074817524291574955,0.002609318820759654,0.31590035557746887,0.4267566204071045,0.6019370853900909,406.0,103936.0,2616.6200761790387,6651904.0 +169.22,8.0,2656.0,0.006707720458507538,0.0840657576918602,0.0,1.891464114189148,2.1657464504241943,-0.006354946177452803,0.0026083223056048155,0.40717384219169617,0.41172853112220764,0.6453867554664612,407.0,104192.0,2622.7889093479607,6668288.0 +165.81,7.800000190734863,2514.0,0.005210094153881073,0.0557861328125,0.0,1.9273725748062134,2.1372876167297363,-0.007183318492025137,0.0026035946793854237,0.49357542395591736,0.40734386444091797,0.6134324073791504,408.0,104448.0,2629.304463263834,6684672.0 +130.01,8.600000381469727,2614.0,0.006664477754384279,0.07916259765625,0.0,1.8866939544677734,2.1270549297332764,-0.006671312730759382,0.0026009429711848497,0.42052140831947327,0.4039035737514496,0.6965093910694122,409.0,104704.0,2635.572004172951,6701056.0 +122.91,9.100000381469727,2542.0,0.008772064931690693,0.1184285506606102,0.0,1.817029356956482,2.133338689804077,-0.008580155670642853,0.0025982391089200974,0.2865047752857208,0.40457069873809814,0.7528666108846664,410.0,104960.0,2642.017019573832,6717440.0 +129.76,9.0,2596.0,0.008211114443838596,0.085693359375,0.0,1.8447989225387573,2.0918631553649902,-0.005884735379368067,0.0026024302933365107,0.34487342834472656,0.3979504108428955,0.7003679871559143,411.0,105216.0,2648.3270918310154,6733824.0 +137.67,8.600000381469727,2622.0,0.006577799562364817,0.0740763321518898,0.0,1.849068522453308,2.125962972640991,-0.007116548717021942,0.0026022009551525116,0.34459325671195984,0.40404775738716125,0.7203176319599152,412.0,105472.0,2654.5758041560184,6750208.0 +111.5,8.600000381469727,2628.0,0.006390041206032038,0.07110595703125,0.0,1.8620781898498535,2.1202480792999268,-0.008054028265178204,0.0026011241134256124,0.37299951910972595,0.40427300333976746,0.7058707475662231,413.0,105728.0,2660.8107455049176,6766592.0 +132.39,8.0,2548.0,0.008192264474928379,0.1020100936293602,0.0,1.8821228742599487,2.173401117324829,-0.009142539463937283,0.0025997254997491837,0.4044620096683502,0.4109053313732147,0.6640379726886749,414.0,105984.0,2667.2408629369456,6782976.0 +127.56,8.5,2614.0,0.006130792200565338,0.0746053084731102,0.0,1.8448810577392578,2.174449920654297,-0.006189476232975721,0.002599274041131139,0.31550106406211853,0.4154272973537445,0.7711659520864487,415.0,106240.0,2673.5099583019037,6799360.0 +174.13,8.199999809265137,2510.0,0.00601060688495636,0.0723063126206398,0.0,1.8969244956970215,2.1488897800445557,-0.007792529184371233,0.0026003033854067326,0.45081689953804016,0.40064600110054016,0.6941321194171906,416.0,106496.0,2680.0380073578563,6815744.0 +135.56,8.5,2551.0,0.008528870530426502,0.09423828125,0.0,1.8467472791671753,2.1799862384796143,-0.005935227032750845,0.0026010219007730484,0.323758602142334,0.4120919406414032,0.7267746329307556,417.0,106752.0,2686.4596591519658,6832128.0 +160.69,8.199999809265137,2538.0,0.005961487535387278,0.0664469376206398,0.0,1.8439985513687134,2.178400993347168,-0.008502252399921417,0.0026076894719153643,0.3151489198207855,0.4128657877445221,0.6881374716758728,418.0,107008.0,2692.9139255939517,6848512.0 +187.65,8.300000190734863,2562.0,0.008823114447295666,0.11761474609375,0.0,1.8288010358810425,2.1508114337921143,-0.008957942947745323,0.0026072023902088404,0.3060026168823242,0.402664452791214,0.7351413667201996,419.0,107264.0,2699.3080766429193,6864896.0 +202.39,8.100000381469727,2546.0,0.010879240930080414,0.1466878205537796,0.0,1.8422282934188843,2.126357316970825,-0.009492569603025913,0.002604453591629863,0.3248225450515747,0.40834662318229675,0.6998679041862488,420.0,107520.0,2705.7423244679812,6881280.0 +168.95,8.399999618530273,2476.0,0.008852919563651085,0.1084187850356102,0.0,1.8367058038711548,2.1377744674682617,-0.008328787982463837,0.002600267296656966,0.32216504216194153,0.40519627928733826,0.7279711067676544,421.0,107776.0,2712.3603827338666,6897664.0 +146.07,8.600000381469727,2454.0,0.008478312753140926,0.1106363907456398,0.0,1.8453627824783325,2.113687753677368,-0.008248154073953629,0.002602243097499013,0.35458245873451233,0.39633503556251526,0.767090380191803,422.0,108032.0,2719.037033286877,6914048.0 +126.0,9.0,2549.0,0.010339629836380482,0.1351521760225296,0.0,1.810590147972107,2.117156744003296,-0.010521900840103626,0.002593206474557519,0.2739907205104828,0.40868493914604187,0.7745213806629181,423.0,108288.0,2725.4643998669926,6930432.0 +141.54,8.5,2542.0,0.012495175935328007,0.11529541015625,0.0,1.861253261566162,2.1290123462677,-0.00907060969620943,0.002595648868009448,0.3785262405872345,0.4045264720916748,0.7178122997283936,424.0,108544.0,2731.9100146379787,6946816.0 +141.86,8.300000190734863,2655.0,0.005712868645787239,0.06689453125,0.0,1.8725062608718872,2.1438229084014893,-0.00787330698221922,0.0026048605795949697,0.40756702423095703,0.39560404419898987,0.6637468636035919,425.0,108800.0,2738.082114959834,6963200.0 +138.32,9.199999809265137,2626.0,0.00983163621276617,0.0982259139418602,0.0,1.791923999786377,2.115703821182251,-0.008775058202445507,0.0026266679633408785,0.2596626877784729,0.37869083881378174,0.7336171865463257,426.0,109056.0,2744.320349731948,6979584.0 +125.1,9.0,2651.0,0.010038073174655437,0.1288859099149704,0.0,1.8543702363967896,2.1106324195861816,-0.005542750004678965,0.0026361176278442144,0.3578391373157501,0.3840409219264984,0.7050613760948181,427.0,109312.0,2750.501790344948,6995968.0 +177.74,8.600000381469727,2595.0,0.005868201609700918,0.06793212890625,0.0,1.833933711051941,2.1412456035614014,-0.005741283763200045,0.0026416669134050608,0.32568320631980896,0.3774124085903168,0.7131836116313934,428.0,109568.0,2756.8144780248404,7012352.0 +176.62,8.300000190734863,2656.0,0.007495762314647436,0.094482421875,0.0,1.8589617013931274,2.109837293624878,-0.006981184706091881,0.002618338679894805,0.3729090690612793,0.3914177119731903,0.6704898774623871,429.0,109824.0,2762.9822327629663,7028736.0 +118.44,8.800000190734863,2526.0,0.010863753966987133,0.1159871444106102,0.0,1.8135851621627808,2.1261634826660156,-0.009236098267138004,0.0026242248713970184,0.3020003139972687,0.38097015023231506,0.6679700314998627,430.0,110080.0,2769.4690581888426,7045120.0 +177.81,8.300000190734863,2545.0,0.007575953844934702,0.082275390625,0.0,1.8619855642318726,2.126621961593628,-0.005655939225107431,0.002612088806927204,0.3887627422809601,0.38848206400871277,0.6249604225158691,431.0,110336.0,2775.906057196902,7061504.0 +152.98,8.199999809265137,2537.0,0.006788652390241623,0.08154296875,0.0,1.8969382047653198,2.08722186088562,-0.007445490453392267,0.002612220123410225,0.4651307165622711,0.38658031821250916,0.532333254814148,432.0,110592.0,2782.364919177955,7077888.0 +121.37,9.0,2603.0,0.008784868754446507,0.08917236328125,0.0,1.8479264974594116,2.067204713821411,-0.0066926791332662106,0.0026128727477043867,0.3632100522518158,0.38724982738494873,0.6083544492721558,433.0,110848.0,2788.6604508638848,7094272.0 +153.56,8.899999618530273,2579.0,0.010000173933804035,0.1221516951918602,0.0,1.8309730291366577,2.0522243976593018,-0.008729376830160618,0.0026148539036512375,0.31943386793136597,0.39308083057403564,0.577176570892334,434.0,111104.0,2795.0118392158765,7110656.0 +96.26,8.199999809265137,2533.0,0.010549552738666534,0.1090494766831398,0.0,1.9944649934768677,2.0393474102020264,-0.005232837051153183,0.0026076706126332283,0.6351562142372131,0.3986780345439911,0.4848252534866333,435.0,111360.0,2801.4783503129147,7127040.0 +98.43,8.5,2486.0,0.006350688170641661,0.0600179024040699,0.0,1.8873268365859985,2.0750255584716797,-0.0042183236218988895,0.002599528059363365,0.4330173432826996,0.3960227072238922,0.566400945186615,436.0,111616.0,2808.069348501973,7143424.0 +155.1,8.399999618530273,2573.0,0.0071774679236114025,0.08465576171875,0.0,1.8737411499023438,2.1110613346099854,-0.0063724094070494175,0.0026168199256062508,0.385774165391922,0.39992716908454895,0.5755245387554169,437.0,111872.0,2814.437472247053,7159808.0 +146.53,8.600000381469727,2574.0,0.007806454319506884,0.0928141251206398,0.0,1.846970558166504,2.1236941814422607,-0.008156972005963326,0.002616521203890443,0.32988616824150085,0.4031609296798706,0.6120370030403137,438.0,112128.0,2820.803013220895,7176192.0 +157.87,8.800000190734863,2532.0,0.008893422782421112,0.0998128280043602,0.0,1.783227562904358,2.1785857677459717,-0.006965048611164093,0.0026025085244327784,0.21550129354000092,0.4029735028743744,0.6940385103225708,439.0,112384.0,2827.273651889991,7192576.0 +165.72,8.699999809265137,2617.0,0.008031566627323627,0.0863443985581398,0.0,1.8195182085037231,2.1486880779266357,-0.0076558454893529415,0.0026011643931269646,0.28461554646492004,0.405770868062973,0.6564263105392456,440.0,112640.0,2833.533139265841,7208960.0 +192.23,8.199999809265137,2631.0,0.007900023832917213,0.1007080078125,0.0,1.8235692977905273,2.1726152896881104,-0.008205370977520943,0.002606007270514965,0.29495683312416077,0.40301886200904846,0.6338621377944946,441.0,112896.0,2839.760070304852,7225344.0 +181.38,8.600000381469727,2524.0,0.007809747476130724,0.1035970076918602,0.0,1.824546456336975,2.1296160221099854,-0.007157178595662117,0.002600392559543252,0.30942538380622864,0.39809104800224304,0.6820356249809265,442.0,113152.0,2846.2510257370304,7241728.0 +158.07,8.5,2567.0,0.008561571128666401,0.10992431640625,0.0,1.8543733358383179,2.1057960987091064,-0.010754347778856754,0.0026059988886117935,0.3334214389324188,0.4164755046367645,0.652786523103714,443.0,113408.0,2852.634641848039,7258112.0 +168.03,8.5,2637.0,0.010568288154900074,0.13323974609375,0.0,1.8759737014770508,2.1013641357421875,-0.005565465893596411,0.002594651887193322,0.3890647888183594,0.41069459915161133,0.6021498739719391,444.0,113664.0,2858.8469951369334,7274496.0 +120.01,8.300000190734863,2549.0,0.007150602992624044,0.0878092423081398,0.0,1.8818620443344116,2.107464551925659,-0.0074358717538416386,0.0025913927238434553,0.41192030906677246,0.4087161719799042,0.6199724078178406,445.0,113920.0,2865.275239591021,7290880.0 +125.17,8.899999618530273,2506.0,0.006218638736754656,0.0763753280043602,0.0,1.811261773109436,2.1206700801849365,-0.007327124942094088,0.0025960446801036596,0.2675851285457611,0.40798065066337585,0.6831813156604767,446.0,114176.0,2871.8118970268406,7307264.0 +156.23,8.399999618530273,2573.0,0.008429820649325848,0.1035563126206398,0.0,1.8426895141601562,2.1287505626678467,-0.00860669370740652,0.0025885552167892456,0.3248469829559326,0.4158823788166046,0.6566339135169983,447.0,114432.0,2878.1800820659846,7323648.0 +157.67,8.300000190734863,2623.0,0.008196326903998852,0.09521484375,0.0,1.878246784210205,2.1238338947296143,-0.005948634818196297,0.0025908451061695814,0.4056210517883301,0.4072009027004242,0.602140486240387,448.0,114688.0,2884.4271699239034,7340032.0 +189.02,8.399999618530273,2609.0,0.010310987941920757,0.1311238557100296,0.0,1.8229742050170898,2.1178181171417236,-0.01051055546849966,0.0025957177858799696,0.3011856973171234,0.4062112271785736,0.6556555926799774,449.0,114944.0,2890.705884520896,7356416.0 +152.02,8.800000190734863,2525.0,0.007671080529689789,0.0972900390625,0.0,1.8431886434555054,2.089966058731079,-0.009283943101763725,0.0026065020356327295,0.35278764367103577,0.39372751116752625,0.6746486723423004,450.0,115200.0,2897.193942073034,7372800.0 +132.17,9.100000381469727,2582.0,0.00910899043083191,0.1203409805893898,0.0,1.779525876045227,2.109210252761841,-0.009256636723876,0.0026124336291104555,0.23217357695102692,0.38757097721099854,0.7275109887123108,451.0,115456.0,2903.538839408895,7389184.0 +156.62,8.300000190734863,2537.0,0.009086103178560734,0.11505126953125,0.0,1.8782397508621216,2.1242027282714844,-0.00869948323816061,0.002622401574626565,0.3934089243412018,0.40027615427970886,0.6220775544643402,452.0,115712.0,2909.9957842880394,7405568.0 +171.29,9.0,2500.0,0.010083082132041454,0.1187540665268898,0.0,1.7983126640319824,2.1415581703186035,-0.010049751959741116,0.002611311851069331,0.2479715794324875,0.40013620257377625,0.7187722027301788,453.0,115968.0,2916.55012242496,7421952.0 +146.59,8.600000381469727,2560.0,0.0101208770647645,0.1018880233168602,0.0,1.8597348928451538,2.0790903568267822,-0.007607676088809967,0.0026211822405457497,0.3604482114315033,0.3973177671432495,0.6510938405990601,454.0,116224.0,2922.9509337139316,7438336.0 +136.26,8.899999618530273,2602.0,0.009414346888661385,0.12152099609375,0.0,1.8252421617507935,2.123882532119751,-0.010088234208524227,0.0026031071320176125,0.3060927391052246,0.4019695818424225,0.6549676060676575,455.0,116480.0,2929.246149919927,7454720.0 +141.03,7.800000190734863,2617.0,0.009177081286907196,0.1100667342543602,0.0,1.9068337678909302,2.1301767826080322,-0.007045464590191841,0.0026168590411543846,0.47473227977752686,0.38938525319099426,0.5717991888523102,456.0,116736.0,2935.5069477478974,7471104.0 +153.69,8.0,2611.0,0.007635902613401413,0.0950724259018898,0.0,1.8676658868789673,2.167193651199341,-0.008769207634031773,0.0026210721116513014,0.36353799700737,0.40580180287361145,0.5704309940338135,457.0,116992.0,2941.782280293992,7487488.0 +136.7,8.5,2556.0,0.00856866780668497,0.0837198868393898,0.0,1.8569798469543457,2.156101703643799,-0.008376071229577065,0.0025947836693376303,0.36722540855407715,0.4059121608734131,0.6012543737888336,458.0,117248.0,2948.19183565001,7503872.0 +157.35,8.699999809265137,2647.0,0.010542094707489014,0.1290690153837204,0.0,1.840936303138733,2.15405535697937,-0.00929050613194704,0.002589409239590168,0.3033900558948517,0.4253677427768707,0.6528111696243286,459.0,117504.0,2954.381791458931,7520256.0 +221.63,8.300000190734863,2671.0,0.007002305705100298,0.09161376953125,0.0,1.863471508026123,2.1695377826690674,-0.008330066688358784,0.002584627829492092,0.3697386085987091,0.4163139760494232,0.6085001230239868,460.0,117760.0,2960.5153744029813,7536640.0 +170.78,8.600000381469727,2620.0,0.006192108150571585,0.0682373046875,0.0,1.8241196870803833,2.1030306816101074,-0.008207743056118488,0.002582523273304105,0.31465208530426025,0.404770165681839,0.7059682905673981,461.0,118016.0,2966.7695371939335,7553024.0 +148.68,8.800000190734863,2654.0,0.009550288319587708,0.1241251602768898,0.0,1.8474167585372925,2.105637550354004,-0.00931286159902811,0.002583012916147709,0.36605897545814514,0.4032498896121979,0.6694549322128296,462.0,118272.0,2972.943669783883,7569408.0 +108.19,9.0,2608.0,0.009776913560926914,0.1211344376206398,0.0,1.89675772190094,2.057461738586426,-0.009763442911207676,0.0025734035298228264,0.4491482675075531,0.41581985354423523,0.6579918265342712,463.0,118528.0,2979.2269080230035,7585792.0 +130.77,8.699999809265137,2544.0,0.008927219547331333,0.1026204451918602,0.0,1.8601350784301758,2.0525360107421875,-0.007574917282909155,0.0025684547144919634,0.3602956533432007,0.4238598346710205,0.7250674068927765,464.0,118784.0,2985.6667497409508,7602176.0 +126.75,8.600000381469727,2508.0,0.008077372796833515,0.0928955078125,0.0,1.8751649856567383,2.0778863430023193,-0.008650513365864754,0.0025805123150348663,0.4134499728679657,0.40761294960975647,0.6824686825275421,465.0,119040.0,2992.198444689857,7618560.0 +128.7,8.100000381469727,2520.0,0.00921620149165392,0.09442138671875,0.0,1.8881710767745972,2.092909574508667,-0.009439765475690365,0.002578560495749116,0.43146541714668274,0.4135268032550812,0.6585163474082947,466.0,119296.0,2998.704289074056,7634944.0 +132.81,8.899999618530273,2573.0,0.007840016856789589,0.10040283203125,0.0,1.8231619596481323,2.100961923599243,-0.008943057619035244,0.0025772941298782825,0.3005743622779846,0.4141806364059448,0.7238578498363495,467.0,119552.0,3005.071610089857,7651328.0 +139.71,9.100000381469727,2610.0,0.010108808055520058,0.1344807893037796,0.0,1.8113797903060913,2.0822408199310303,-0.011338699609041214,0.002574095968157053,0.28159400820732117,0.4156959056854248,0.7418183386325836,468.0,119808.0,3011.3495766350534,7667712.0 +124.72,8.5,2580.0,0.009861201979219913,0.1133829727768898,0.0,1.8597569465637207,2.086106538772583,-0.009761339984834194,0.002575785620138049,0.37709879875183105,0.4139370024204254,0.6744139194488525,469.0,120064.0,3017.7009675588924,7684096.0 +111.94,9.0,2637.0,0.00892093125730753,0.10198974609375,0.0,1.8701061010360718,2.0421581268310547,-0.008942381478846073,0.002573468256741762,0.3798843324184418,0.42279359698295593,0.6932782530784607,470.0,120320.0,3023.9146915939637,7700480.0 +103.56,8.800000190734863,2572.0,0.012413102202117443,0.1090291365981102,0.0,1.9183648824691772,2.0428247451782227,-0.008165366016328335,0.002587131457403302,0.47512659430503845,0.4158293902873993,0.640958160161972,471.0,120576.0,3030.2847306178883,7716864.0 +107.04,8.899999618530273,2535.0,0.008283248171210289,0.1048583984375,0.0,1.9226433038711548,2.0201807022094727,-0.00771541940048337,0.002592324512079358,0.47202977538108826,0.41838333010673523,0.6091253161430359,472.0,120832.0,3036.7480693759862,7733248.0 +96.29,9.0,2539.0,0.009813861921429634,0.1308186799287796,0.0,1.8746590614318848,2.011192560195923,-0.008826056495308876,0.002590218326076865,0.38674652576446533,0.41511455178260803,0.7056164443492889,473.0,121088.0,3043.201362892054,7749632.0 +120.17,8.699999809265137,2546.0,0.008230279199779034,0.09466552734375,0.0,1.87614905834198,2.0034005641937256,-0.007817130535840988,0.0025853312108665705,0.3962375819683075,0.41321590542793274,0.7033666968345642,474.0,121344.0,3049.636104892008,7766016.0 +93.89,9.0,2556.0,0.007191776763647795,0.0814615860581398,0.0,1.8478976488113403,2.0035362243652344,-0.009650603868067265,0.002584968926385045,0.33759984374046326,0.4162994921207428,0.7080542743206024,475.0,121600.0,3056.0465199030004,7782400.0 +114.14,8.199999809265137,2608.0,0.006655573844909668,0.0697835311293602,0.0,1.92220938205719,2.0351932048797607,-0.005981909576803446,0.0025837388820946217,0.47878405451774597,0.41728201508522034,0.6564216911792755,476.0,121856.0,3062.3278917430434,7798784.0 +127.26,8.600000381469727,2533.0,0.007456497754901648,0.0755208358168602,0.0,1.9443882703781128,1.9629945755004883,-0.007268921937793493,0.002598883816972375,0.5242958068847656,0.40969744324684143,0.5939554274082184,477.0,122112.0,3068.796474060975,7815168.0 +68.94,8.5,2555.0,0.008968732319772243,0.1082356795668602,0.0,1.994356632232666,1.957407832145691,-0.009646506980061531,0.002597898943349719,0.6144534945487976,0.4174012243747711,0.5967615246772766,478.0,122368.0,3075.2093874029815,7831552.0 +90.95,8.899999618530273,2593.0,0.007135707885026932,0.08941650390625,0.0,1.9422622919082642,2.0174720287323,-0.009456247091293335,0.002591168973594904,0.5120521783828735,0.42028287053108215,0.630141407251358,479.0,122624.0,3081.5286169159226,7847936.0 +86.37,9.199999809265137,2584.0,0.008463696576654911,0.10748291015625,0.0,1.866550087928772,2.009563684463501,-0.01072369422763586,0.002583774970844388,0.3801855146884918,0.41538915038108826,0.6542154550552368,480.0,122880.0,3087.869162750896,7864320.0 +87.22,9.300000190734863,2610.0,0.009078742004930973,0.1194051131606102,0.0,1.8530479669570923,2.039905548095703,-0.00923593994230032,0.0025761264842003584,0.3495616614818573,0.4198389947414398,0.6769444346427917,481.0,123136.0,3094.1458898128476,7880704.0 +125.12,8.800000190734863,2570.0,0.008676844649016857,0.1083984375,0.0,1.8787401914596558,2.066718101501465,-0.0064205327071249485,0.0025695348158478737,0.37898561358451843,0.43156754970550537,0.6740963459014893,482.0,123392.0,3100.5193210509606,7897088.0 +111.82,8.600000381469727,2642.0,0.0074517265893518925,0.0852457657456398,0.0,1.9050310850143433,2.068084955215454,-0.007631413172930479,0.002564634196460247,0.4410666525363922,0.43049296736717224,0.6148694455623627,483.0,123648.0,3106.721076149959,7913472.0 +149.74,8.899999618530273,2509.0,0.008307604119181633,0.09698486328125,0.0,1.8645087480545044,2.018104314804077,-0.010404672473669052,0.002566236536949873,0.3564375638961792,0.4337571859359741,0.6512964069843292,484.0,123904.0,3113.2508917888626,7929856.0 +135.13,8.5,2599.0,0.011622427962720394,0.1051228865981102,0.0,1.9155768156051636,2.0357375144958496,-0.007420271635055542,0.002571615157648921,0.46582069993019104,0.424636572599411,0.6082208752632141,485.0,124160.0,3119.5552029118408,7946240.0 +105.67,8.5,2525.0,0.008988103829324245,0.11480712890625,0.0,1.9372013807296753,2.033306360244751,-0.008192181587219238,0.0025711674243211746,0.4931059777736664,0.43358996510505676,0.57487753033638,486.0,124416.0,3126.0429359399714,7962624.0 +105.77,9.100000381469727,2576.0,0.010621469467878342,0.143798828125,0.0,1.830968976020813,2.0380170345306396,-0.009210226126015186,0.0025699464604258537,0.3024751543998718,0.4243486821651459,0.6834310293197632,487.0,124672.0,3132.4018848189153,7979008.0 +115.35,8.699999809265137,2574.0,0.009757071733474731,0.1158243790268898,0.0,1.865769863128662,2.043928384780884,-0.010069816373288631,0.002573154866695404,0.3536345660686493,0.4328843355178833,0.6694945693016052,488.0,124928.0,3138.7657947719563,7995392.0 +94.2,9.100000381469727,2629.0,0.011154546402394772,0.1024169921875,0.0,1.940799355506897,2.013948917388916,-0.007995013147592545,0.0025629971642047167,0.5081890225410461,0.43334075808525085,0.6139472424983978,489.0,125184.0,3144.9977881498635,8011776.0 +113.33,8.899999618530273,2505.0,0.010877322405576706,0.1026611328125,0.0,1.8935779333114624,2.0236473083496094,-0.006019580643624067,0.0025664535351097584,0.41361764073371887,0.4297981560230255,0.6423636972904205,490.0,125440.0,3151.537606891012,8028160.0 +112.74,8.699999809265137,2567.0,0.014504713006317616,0.1385904997587204,0.0,1.852284550666809,2.049034595489502,-0.008225767873227596,0.002565002767369151,0.31150615215301514,0.4427463710308075,0.7095575034618378,491.0,125696.0,3157.919743011007,8044544.0 +95.76,9.0,2569.0,0.00974494218826294,0.1232706680893898,0.0,1.8422924280166626,2.0829670429229736,-0.010593279264867306,0.0025631349999457598,0.3068291246891022,0.4387335777282715,0.7364310026168823,492.0,125952.0,3164.2977890539914,8060928.0 +122.93,9.5,2650.0,0.007388442754745483,0.0860799178481102,0.0,1.8200005292892456,2.0169179439544678,-0.008058999665081501,0.0025657264050096273,0.2678276598453522,0.4314517676830292,0.7276327013969421,493.0,126208.0,3170.480346968863,8077312.0 +91.36,9.100000381469727,2643.0,0.00759534677490592,0.0849609375,0.0,1.8688684701919556,2.03057599067688,-0.006802091840654612,0.002563587622717023,0.3488823175430298,0.43974149227142334,0.6968283355236053,494.0,126464.0,3176.6794977858663,8093696.0 +106.12,8.399999618530273,2490.0,0.010575384832918644,0.1305338591337204,0.0,1.9088767766952515,2.0770938396453857,-0.009047596715390682,0.0025628122966736555,0.4430792033672333,0.43574953079223633,0.6207970380783081,495.0,126720.0,3183.2580106749665,8110080.0 +104.08,8.699999809265137,2597.0,0.012264232151210308,0.1474405974149704,0.0,1.8632798194885254,2.079775094985962,-0.009458077140152454,0.002565826056525111,0.3604252338409424,0.4304099380970001,0.6819394528865814,496.0,126976.0,3189.5695417579263,8126464.0 +156.28,8.699999809265137,2531.0,0.008383608423173428,0.1057942733168602,0.0,1.9064456224441528,2.0907344818115234,-0.008274581283330917,0.0025664493441581726,0.44703927636146545,0.4288835823535919,0.61198890209198,497.0,127232.0,3196.041281693848,8142848.0 +125.13,8.899999618530273,2582.0,0.01167298760265112,0.1257731169462204,0.0,1.8718132972717285,2.0829689502716064,-0.010812286287546158,0.002568179043009877,0.40345069766044617,0.41764035820961,0.6543927192687988,498.0,127488.0,3202.385113596916,8159232.0 +123.22,9.0,2627.0,0.010927274823188782,0.1178792342543602,0.0,1.8900078535079956,2.0479464530944824,-0.0070198955945670605,0.0025649333838373423,0.4011472761631012,0.4344668686389923,0.681480884552002,499.0,127744.0,3208.6206723449286,8175616.0 +114.44,9.199999809265137,2633.0,0.00878713745623827,0.0978597030043602,0.0,1.8631995916366577,2.077573776245117,-0.00958882737904787,0.002571415388956666,0.36094072461128235,0.4273858964443207,0.7099912464618683,500.0,128000.0,3214.843779877061,8192000.0 +113.18,9.0,2607.0,0.007989735342562199,0.09796142578125,0.0,1.8346177339553833,2.130943536758423,-0.010117356665432453,0.0025656067300587893,0.29702624678611755,0.4347277581691742,0.7084421217441559,501.0,128256.0,3221.1291904100217,8208384.0 +131.58,8.5,2559.0,0.008372710086405277,0.10504150390625,0.0,1.8485289812088013,2.1248135566711426,-0.010304034687578678,0.0025685408618301153,0.34069910645484924,0.4254612922668457,0.662482500076294,502.0,128512.0,3227.5318366319407,8224768.0 +166.85,8.0,2624.0,0.00845418218523264,0.1065673828125,0.0,1.9297088384628296,2.1310365200042725,-0.00983824860304594,0.00255932891741395,0.514100193977356,0.4241427481174469,0.6065134406089783,503.0,128768.0,3233.774593536975,8241152.0 +123.17,9.0,2627.0,0.00860335398465395,0.1008707657456398,0.0,1.8352493047714233,2.110208034515381,-0.011136145330965519,0.0025579810608178377,0.3196798264980316,0.4286571741104126,0.6822498142719269,504.0,129024.0,3240.010624072049,8257536.0 +105.81,9.100000381469727,2628.0,0.009399873204529285,0.125,0.0,1.8227778673171997,2.12892484664917,-0.01122209057211876,0.0025535135064274073,0.2926730215549469,0.43219617009162903,0.7358464300632477,505.0,129280.0,3246.245257801842,8273920.0 +133.24,9.100000381469727,2642.0,0.009198985062539577,0.1188761368393898,0.0,1.8068286180496216,2.1381027698516846,-0.010627473704516888,0.0025656577199697495,0.2741575539112091,0.41892948746681213,0.7111477851867676,506.0,129536.0,3252.446874086978,8290304.0 +161.91,8.300000190734863,2606.0,0.007046754937618971,0.08355712890625,0.0,1.8877686262130737,2.1495554447174072,-0.00825699232518673,0.0025688952300697565,0.4159403145313263,0.4251033067703247,0.6484825611114502,507.0,129792.0,3258.7347070458345,8306688.0 +145.47,8.199999809265137,2590.0,0.007213457953184843,0.0915323868393898,0.0,1.8958595991134644,2.155890703201294,-0.008605916053056717,0.0025695229414850473,0.4214078187942505,0.4305590093135834,0.6628439128398895,508.0,130048.0,3265.0592967700213,8323072.0 +132.55,8.600000381469727,2512.0,0.006010768469423056,0.0694986954331398,0.0,1.8454097509384155,2.1843292713165283,-0.0062043010257184505,0.0025657054502516985,0.33655402064323425,0.4223276674747467,0.7066799700260162,509.0,130304.0,3271.581303570885,8339456.0 +149.7,8.899999618530273,2510.0,0.007592741400003433,0.0939737930893898,0.0,1.8168233633041382,2.1652562618255615,-0.009518242441117764,0.002567668678238988,0.2716232240200043,0.4283483326435089,0.7377468347549438,510.0,130560.0,3278.1081241138745,8355840.0 +165.25,8.100000381469727,2509.0,0.009367636404931545,0.0946451798081398,0.0,1.9050627946853638,2.1586732864379883,-0.007859856821596622,0.0025791306979954243,0.4360618591308594,0.42691314220428467,0.674213171005249,511.0,130816.0,3284.638420176925,8372224.0 +155.42,8.5,2517.0,0.006732040550559759,0.0861002579331398,0.0,1.8932663202285767,2.1329705715179443,-0.008906570263206959,0.0025732771027833223,0.41269651055336,0.43051591515541077,0.6487008929252625,512.0,131072.0,3291.146272892831,8388608.0 +120.69,8.899999618530273,2447.0,0.0073912725783884525,0.0965983048081398,0.0,1.8700146675109863,2.139819383621216,-0.010502363555133343,0.002571472665295005,0.35598111152648926,0.4381885528564453,0.6562528014183044,513.0,131328.0,3297.841107622022,8404992.0 +132.79,9.199999809265137,2509.0,0.008265500888228416,0.1061808243393898,0.0,1.7943745851516724,2.140336036682129,-0.01031332928687334,0.0025639436207711697,0.24006159603595734,0.4240885078907013,0.7756687104701996,514.0,131584.0,3304.3717824048363,8421376.0 +133.78,8.800000190734863,2576.0,0.008458897471427917,0.1034342423081398,0.0,1.8359588384628296,2.1369540691375732,-0.009489730931818485,0.0025614595506340265,0.3115676939487457,0.43030449748039246,0.7443049252033234,515.0,131840.0,3310.731356181903,8437760.0 +139.21,8.699999809265137,2506.0,0.0075157112441957,0.0950927734375,0.0,1.8602088689804077,2.1268951892852783,-0.009611058048903942,0.002564314054325223,0.3366970717906952,0.4405832290649414,0.6811625361442566,516.0,132096.0,3317.2695794990286,8454144.0 +175.55,8.199999809265137,2521.0,0.00822402723133564,0.0962727889418602,0.0,1.9002399444580078,2.108121156692505,-0.007993782870471478,0.0025522264186292887,0.4099632203578949,0.4482201337814331,0.666877955198288,517.0,132352.0,3323.7684862930328,8470528.0 +117.06,9.0,2451.0,0.006673670839518309,0.0827229842543602,0.0,1.8526898622512817,2.087092876434326,-0.008572511374950409,0.0025546292308717966,0.3376762866973877,0.4359807074069977,0.6645364165306091,518.0,132608.0,3330.453744082013,8486912.0 +124.74,9.100000381469727,2554.0,0.010547731071710587,0.11932373046875,0.0,1.8449941873550415,2.111934185028076,-0.006598695646971464,0.0025507942773401737,0.3042079508304596,0.445211261510849,0.7151568531990051,519.0,132864.0,3336.869567746995,8503296.0 +118.7,8.800000190734863,2639.0,0.009599224664270878,0.12127685546875,0.0,1.8927842378616333,2.1231956481933594,-0.008779852651059628,0.0025526375975459814,0.40996184945106506,0.4414964020252228,0.6357901692390442,520.0,133120.0,3343.0780679399613,8519680.0 +123.65,9.0,2505.0,0.008115778677165508,0.1063028946518898,0.0,1.8522478342056274,2.1224634647369385,-0.008269977755844593,0.0025485556107014418,0.3540232181549072,0.43045297265052795,0.6941255331039429,521.0,133376.0,3349.6186552408617,8536064.0 +114.63,9.0,2561.0,0.006971121300011873,0.0794881209731102,0.0,1.8828816413879395,2.089308023452759,-0.009327370673418045,0.0025644972920417786,0.3939640522003174,0.4338712692260742,0.6648971140384674,522.0,133632.0,3356.016404710943,8552448.0 +113.61,8.699999809265137,2593.0,0.009725661017000675,0.1271158903837204,0.0,1.9020136594772339,2.0851004123687744,-0.008484517224133015,0.0025648255832493305,0.4499548673629761,0.4239588677883148,0.6054976582527161,523.0,133888.0,3362.333954693051,8568832.0 +109.06,8.899999618530273,2571.0,0.0073566618375480175,0.08831787109375,0.0,1.9076642990112305,2.0650551319122314,-0.007401374634355307,0.0025615773629397154,0.4350842535495758,0.43738529086112976,0.6028642356395721,524.0,134144.0,3368.7069101750385,8585216.0 +103.58,9.199999809265137,2655.0,0.008612613193690777,0.09539794921875,0.0,1.867729663848877,2.0580756664276123,-0.008801151067018509,0.002571188611909747,0.36476245522499084,0.4291360676288605,0.676199197769165,525.0,134400.0,3374.87640110706,8601600.0 +103.25,8.800000190734863,2641.0,0.009178719483315945,0.1081746444106102,0.0,1.8648415803909302,2.0549020767211914,-0.009818724356591702,0.002570023061707616,0.36909958720207214,0.4256483018398285,0.6645965278148651,526.0,134656.0,3381.0797881770413,8617984.0 +121.65,8.5,2634.0,0.007901507429778576,0.07208251953125,0.0,1.899527907371521,2.0625967979431152,-0.008255772292613983,0.002555906306952238,0.4197165071964264,0.4405979812145233,0.6519886255264282,527.0,134912.0,3387.2989505140577,8634368.0 +96.66,9.399999618530273,2620.0,0.009721549227833748,0.1346435546875,0.0,1.8477317094802856,2.062985420227051,-0.00989124458283186,0.0025587277486920357,0.3129380941390991,0.44242003560066223,0.7176917493343353,528.0,135168.0,3393.552235609852,8650752.0 +106.54,9.0,2474.0,0.008321653120219707,0.1045328751206398,0.0,1.8800212144851685,2.045029878616333,-0.01091163232922554,0.002565645379945636,0.3742152154445648,0.4414529502391815,0.6514919102191925,529.0,135424.0,3400.175252308836,8667136.0 +122.2,8.600000381469727,2587.0,0.008758924901485443,0.0875447615981102,0.0,1.8980709314346313,2.0204217433929443,-0.006665156688541174,0.0025629436131566763,0.4234572649002075,0.4317396581172943,0.6409684419631958,530.0,135680.0,3406.507745336974,8683520.0 +109.69,8.699999809265137,2606.0,0.007482683286070824,0.0936686173081398,0.0,1.9030265808105469,2.02066969871521,-0.010050526820123196,0.002560205291956663,0.42276033759117126,0.4418008327484131,0.6527714729309082,531.0,135936.0,3412.7945996178314,8699904.0 +92.1,9.100000381469727,2614.0,0.005911624059081078,0.0685017928481102,0.0,1.8607597351074219,2.055384635925293,-0.006545805837959051,0.002556346356868744,0.3356398344039917,0.44186636805534363,0.672222375869751,532.0,136192.0,3419.0631654120516,8716288.0 +120.42,9.0,2637.0,0.006731343921273947,0.0764567032456398,0.0,1.8935513496398926,2.0472042560577393,-0.007955285720527172,0.002554516540840268,0.42694351077079773,0.4312485456466675,0.633253276348114,533.0,136448.0,3425.27672943403,8732672.0 +103.41,9.300000190734863,2623.0,0.007962895557284355,0.0700887069106102,0.0,1.8633607625961304,2.0433382987976074,-0.007815849035978317,0.0025486345402896404,0.34890756011009216,0.44283899664878845,0.6548729240894318,534.0,136704.0,3431.522607263876,8749056.0 +108.52,9.199999809265137,2671.0,0.007756910752505064,0.0894571915268898,0.0,1.8948718309402466,2.0315165519714355,-0.007246233522891998,0.002546163508668542,0.4099380671977997,0.44438278675079346,0.6260021030902863,535.0,136960.0,3437.655248733936,8765440.0 +88.48,8.600000381469727,2555.0,0.005965090822428465,0.0675862655043602,0.0,1.9316223859786987,1.9870325326919556,-0.00820267852395773,0.002557058585807681,0.49648675322532654,0.43292275071144104,0.6025674641132355,536.0,137216.0,3444.0673401858658,8781824.0 +117.26,8.699999809265137,2612.0,0.006672387942671776,0.08795166015625,0.0,1.9075980186462402,2.0168824195861816,-0.007605386897921562,0.002546534175053239,0.428205281496048,0.44800224900245667,0.6165787577629089,537.0,137472.0,3450.338665517047,8798208.0 +108.63,9.100000381469727,2594.0,0.009631951339542866,0.1158854141831398,0.0,1.8911117315292358,2.0051674842834473,-0.01031443104147911,0.002546528587117791,0.4122823178768158,0.44207242131233215,0.6145103275775909,538.0,137728.0,3456.6544629170094,8814592.0 +99.24,8.699999809265137,2560.0,0.009753347374498844,0.1241455078125,0.0,1.913691520690918,2.0176541805267334,-0.006988780107349157,0.0025425758212804794,0.44950130581855774,0.4448183476924896,0.6068812906742096,539.0,137984.0,3463.055126599036,8830976.0 +119.71,8.300000190734863,2579.0,0.006162442732602358,0.07354736328125,0.0,1.901065468788147,2.0429108142852783,-0.007544947322458029,0.0025445607025176287,0.41386017203330994,0.4498291015625,0.6124172210693359,540.0,138240.0,3469.4079728899524,8847360.0 +116.07,8.800000190734863,2612.0,0.006472496315836906,0.0806477889418602,0.0,1.8841900825500488,2.019205331802368,-0.007515398319810629,0.002544333226978779,0.40367770195007324,0.43789219856262207,0.5897960662841797,541.0,138496.0,3475.6808351138607,8863744.0 +131.81,9.0,2563.0,0.006188372150063515,0.0736897811293602,0.0,1.8668142557144165,2.0189368724823,-0.00728054391220212,0.0025423525366932154,0.3600858747959137,0.44306480884552,0.5951533913612366,542.0,138752.0,3482.072130972054,8880128.0 +117.15,8.699999809265137,2508.0,0.008754380978643894,0.1149088516831398,0.0,1.9444546699523926,1.960775375366211,-0.00928036030381918,0.0025501444470137358,0.5147886872291565,0.4408763647079468,0.5440211594104767,543.0,139008.0,3488.604180407012,8896512.0 +123.16,8.5,2514.0,0.00997371505945921,0.1126912459731102,0.0,1.9196630716323853,1.9691439867019653,-0.008633780293166637,0.002559524727985263,0.4301353991031647,0.4531583786010742,0.5759347677230835,544.0,139264.0,3495.121722965967,8912896.0 +70.17,9.0,2539.0,0.006264156196266413,0.06494140625,0.0,1.9364757537841797,1.9568065404891968,-0.008954850025475025,0.0025573403108865023,0.4927856922149658,0.4399356544017792,0.5950133800506592,545.0,139520.0,3501.57391574583,8929280.0 +98.54,9.199999809265137,2536.0,0.008535235188901424,0.0960286483168602,0.0,1.8603709936141968,1.9803179502487183,-0.009550840593874454,0.0025518438778817654,0.3424215316772461,0.4425921142101288,0.6159012317657471,546.0,139776.0,3508.0344799850136,8945664.0 +108.52,7.900000095367432,2558.0,0.00710788369178772,0.0866292342543602,0.0,1.9569029808044434,1.9958224296569824,-0.009169614873826504,0.002544415881857276,0.5481225252151489,0.4397614002227783,0.5128529667854309,547.0,140032.0,3514.4386925450526,8962048.0 +96.86,9.100000381469727,2595.0,0.009760422632098198,0.12237548828125,0.0,1.831045150756836,2.0156028270721436,-0.009322326630353928,0.0025460722390562296,0.3145062029361725,0.43023431301116943,0.6004160344600677,548.0,140288.0,3520.7529759348836,8978432.0 +103.72,9.100000381469727,2521.0,0.010429919697344303,0.1072998046875,0.0,1.8475981950759888,2.0144450664520264,-0.0078068389557302,0.0025449665263295174,0.3388019800186157,0.43366527557373047,0.6369340717792511,549.0,140544.0,3527.2525534320157,8994816.0 +154.44,8.899999618530273,2539.0,0.008932596072554588,0.115966796875,0.0,1.8608241081237793,1.9867944717407227,-0.010672558099031448,0.002545042196288705,0.34926286339759827,0.4442121088504791,0.6102177500724792,550.0,140800.0,3533.7062350530177,9011200.0 +95.38,8.899999618530273,2559.0,0.010052676312625408,0.12347412109375,0.0,1.864411473274231,1.987919807434082,-0.01017137710005045,0.002543100155889988,0.36452165246009827,0.4406512677669525,0.6303069889545441,551.0,141056.0,3540.1106026270427,9027584.0 +104.84,8.899999618530273,2623.0,0.006943464744836092,0.0871785506606102,0.0,1.8912863731384277,1.9966028928756714,-0.007785940542817116,0.0025416698772460222,0.40715762972831726,0.44462427496910095,0.5993709564208984,552.0,141312.0,3546.355645891046,9043968.0 +82.87,9.300000190734863,2657.0,0.007391912396997213,0.083740234375,0.0,1.849472165107727,1.9834216833114624,-0.01054836343973875,0.002542562084272504,0.33039066195487976,0.4433784782886505,0.6292973458766937,553.0,141568.0,3552.522136146901,9060352.0 +131.01,8.399999618530273,2682.0,0.006578727159649134,0.08111572265625,0.0,1.9266380071640015,2.0039775371551514,-0.008289208635687828,0.0025486734230071306,0.4803940951824188,0.4404332637786865,0.5832021236419678,554.0,141824.0,3558.6312485628296,9076736.0 +108.79,8.699999809265137,2598.0,0.007669953629374504,0.087646484375,0.0,1.893673062324524,2.0070607662200928,-0.008432679809629917,0.0025522641371935606,0.4334559738636017,0.42931652069091797,0.5545475780963898,555.0,142080.0,3564.937783188885,9093120.0 +120.98,8.5,2694.0,0.006909230258315802,0.0861409530043602,0.0,1.8976502418518066,2.0127933025360107,-0.008873213082551956,0.002554255072027445,0.4225538671016693,0.4382469654083252,0.5359543859958649,556.0,142336.0,3571.0194495329633,9109504.0 +100.94,9.0,2661.0,0.006120762322098017,0.0705159530043602,0.0,1.8644732236862183,2.0610692501068115,-0.00559783773496747,0.002547455718740821,0.33074232935905457,0.45158278942108154,0.642512708902359,557.0,142592.0,3577.176791673992,9125888.0 +133.47,9.0,2558.0,0.005060247611254454,0.0493977852165699,0.0,1.8770378828048706,2.0573887825012207,-0.007021559868007898,0.002541915513575077,0.3623439371585846,0.4525037705898285,0.62079256772995,558.0,142848.0,3583.581367203966,9142272.0 +101.82,8.800000190734863,2620.0,0.007030678912997246,0.0645548477768898,0.0,1.9082807302474976,2.006373405456543,-0.006337148603051901,0.0025448419619351625,0.4502955377101898,0.4371128976345062,0.5894476771354675,559.0,143104.0,3589.838875830872,9158656.0 +97.88,8.600000381469727,2631.0,0.005099096801131964,0.0550333671271801,0.0,1.8989896774291992,1.9980651140213013,-0.008495209738612175,0.002544359304010868,0.419718474149704,0.4454265534877777,0.6023056507110596,560.0,143360.0,3596.066508956952,9175040.0 +97.07,9.300000190734863,2640.0,0.008684265427291393,0.1079305037856102,0.0,1.8395246267318726,2.0439016819000244,-0.010204312391579151,0.002540496876463294,0.3268143832683563,0.4365119934082031,0.6138440668582916,561.0,143616.0,3602.2732159700245,9191424.0 +105.83,9.5,2519.0,0.009465273469686508,0.12542724609375,0.0,1.7937809228897095,2.063347578048706,-0.010617297142744064,0.0025445253122597933,0.2159775048494339,0.4447803199291229,0.6606003940105438,562.0,143872.0,3608.7760533150285,9207808.0 +130.59,8.899999618530273,2611.0,0.009389574639499187,0.1220296248793602,0.0,1.8406691551208496,2.0459117889404297,-0.008378680795431137,0.0025369541253894567,0.3039969801902771,0.44903120398521423,0.634257048368454,563.0,144128.0,3615.0518621930387,9224192.0 +111.15,9.0,2600.0,0.012229502201080322,0.1091512069106102,0.0,1.8521109819412231,2.0438122749328613,-0.00862326193600893,0.0025375820696353912,0.34466123580932617,0.4400506019592285,0.6141127943992615,564.0,144384.0,3621.354115085909,9240576.0 +128.77,8.800000190734863,2629.0,0.010980016551911831,0.1432698518037796,0.0,1.8434971570968628,2.0399463176727295,-0.00957562867552042,0.002544916234910488,0.3005753457546234,0.4507264196872711,0.6247858703136444,565.0,144640.0,3627.5867680970114,9256960.0 +129.7,9.0,2614.0,0.009876832365989685,0.1314493864774704,0.0,1.8487237691879272,2.0793368816375732,-0.008648581802845001,0.002541276393458247,0.3159320652484894,0.44956162571907043,0.6166181862354279,566.0,144896.0,3633.855456794845,9273344.0 +132.07,8.399999618530273,2572.0,0.012534074485301971,0.1074422225356102,0.0,1.881617546081543,2.05334210395813,-0.009486016817390919,0.0025404731277376413,0.39625707268714905,0.44327184557914734,0.6054504811763763,567.0,145152.0,3640.22623603791,9289728.0 +113.45,8.5,2566.0,0.009315256029367447,0.1176961287856102,0.0,1.9039286375045776,2.0817902088165283,-0.008872085250914097,0.002542282687500119,0.4587796926498413,0.43308737874031067,0.5324959754943848,568.0,145408.0,3646.6102972680237,9306112.0 +112.11,8.899999618530273,2515.0,0.009570498019456863,0.1246744766831398,0.0,1.8593593835830688,2.041760206222534,-0.009478304535150528,0.00253994925878942,0.37727677822113037,0.43064236640930176,0.5629828572273254,569.0,145664.0,3653.1250096149743,9322496.0 +117.49,8.899999618530273,2573.0,0.011259019374847412,0.11810302734375,0.0,1.8360214233398438,2.066641092300415,-0.006265243515372276,0.0025445192586630583,0.29221686720848083,0.44458499550819397,0.6035037636756897,570.0,145920.0,3659.4930330379866,9338880.0 +143.75,8.899999618530273,2564.0,0.009222065098583698,0.1225992813706398,0.0,1.852225661277771,2.034189462661743,-0.006993042305111885,0.002542210044339299,0.33595016598701477,0.4404807388782501,0.6343916356563568,571.0,146176.0,3665.883056365885,9355264.0 +108.57,8.600000381469727,2623.0,0.006594656500965357,0.0819498673081398,0.0,1.9418163299560547,1.9931082725524902,-0.008954656310379505,0.0025361196603626013,0.5229209065437317,0.4411813020706177,0.5980935096740723,572.0,146432.0,3672.129479964031,9371648.0 +114.0,8.899999618530273,2467.0,0.007878879085183144,0.0950113907456398,0.0,1.8926647901535034,1.9744858741760254,-0.010284212417900562,0.0025345950853079557,0.43116292357444763,0.43981489539146423,0.5833532512187958,573.0,146688.0,3678.7713203979656,9388032.0 +101.27,8.699999809265137,2545.0,0.010745477862656116,0.1303914338350296,0.0,1.8536700010299683,2.0294785499572754,-0.010247133672237396,0.0025316427927464247,0.3599514961242676,0.4384143650531769,0.5972128808498383,574.0,146944.0,3685.208607292967,9404416.0 +132.22,8.899999618530273,2517.0,0.010389274917542934,0.12921142578125,0.0,1.8408489227294922,2.0190227031707764,-0.01178309042006731,0.002531692385673523,0.3394821584224701,0.43723490834236145,0.6288352310657501,575.0,147200.0,3691.7167662179563,9420800.0 +98.25,9.300000190734863,2551.0,0.010346551425755024,0.0917561873793602,0.0,1.8044724464416504,2.016012668609619,-0.009474855847656727,0.002532585756853223,0.25469738245010376,0.4404660761356354,0.69789257645607,576.0,147456.0,3698.1383655609097,9437184.0 +130.7,8.699999809265137,2603.0,0.011962824501097202,0.1342366486787796,0.0,1.843532681465149,2.058196544647217,-0.007326262071728706,0.00253172405064106,0.3323630690574646,0.4393973648548126,0.6477696597576141,577.0,147712.0,3704.4319915689994,9453568.0 +125.91,9.100000381469727,2679.0,0.014539356343448162,0.1683756560087204,0.0,1.8206382989883423,2.0745534896850586,-0.008288014680147171,0.002536378102377057,0.29939690232276917,0.4317847490310669,0.6341415047645569,578.0,147968.0,3710.548170513008,9469952.0 +124.49,8.699999809265137,2613.0,0.00900904182344675,0.1123046875,0.0,1.8583861589431763,2.104487419128418,-0.008750244043767452,0.0025362626183778048,0.34768763184547424,0.4462061822414398,0.6190758943557739,579.0,148224.0,3716.8187532320153,9486336.0 +156.53,8.899999618530273,2636.0,0.007901817560195923,0.0991007462143898,0.0,1.831238865852356,2.07905912399292,-0.008634018711745739,0.0025326835457235575,0.2796717584133148,0.45448577404022217,0.653507649898529,580.0,148480.0,3723.033119129017,9502720.0 +140.11,9.199999809265137,2560.0,0.008386736735701561,0.09808349609375,0.0,1.812809944152832,2.070111036300659,-0.009011230431497097,0.0025514811277389526,0.25667157769203186,0.438446044921875,0.65538489818573,581.0,148736.0,3729.4332751249894,9519104.0 +124.96,9.199999809265137,2564.0,0.011323382146656513,0.15478515625,0.0,1.814043402671814,2.0413568019866943,-0.008077300153672695,0.00255996803753078,0.25184884667396545,0.4366256892681122,0.705964982509613,582.0,148992.0,3735.8220620220527,9535488.0 +141.75,9.0,2620.0,0.00865361001342535,0.1009318009018898,0.0,1.8499088287353516,2.0390822887420654,-0.010014213621616364,0.0025638805236667395,0.32067665457725525,0.438035249710083,0.6651197373867035,583.0,149248.0,3742.074794326909,9551872.0 +112.44,8.5,2648.0,0.006716184318065643,0.0826212540268898,0.0,1.939491629600525,2.0096147060394287,-0.007220801431685686,0.002563413232564926,0.4821132719516754,0.44404518604278564,0.5781599581241608,584.0,149504.0,3748.261388984043,9568256.0 +126.56,8.600000381469727,2609.0,0.006332677323371172,0.0687662735581398,0.0,1.8880435228347778,2.0217509269714355,-0.008863830007612705,0.0025455073919147253,0.3968963921070099,0.4459228515625,0.6055337488651276,585.0,149760.0,3754.5409087368753,9584640.0 +89.75,9.199999809265137,2612.0,0.008900385349988937,0.10205078125,0.0,1.8503350019454956,2.0269033908843994,-0.0071904719807207584,0.002541910158470273,0.32499197125434875,0.4443432092666626,0.6022617518901825,586.0,150016.0,3760.812563644955,9601024.0 +121.32,9.0,2590.0,0.009026524610817432,0.11407470703125,0.0,1.8420675992965698,2.0239763259887695,-0.0075338552705943584,0.0025518645998090506,0.3016628921031952,0.44307732582092285,0.6208894550800323,587.0,150272.0,3767.137478722958,9617408.0 +130.11,8.699999809265137,2601.0,0.006764667574316263,0.08343505859375,0.0,1.8642144203186035,1.9787851572036743,-0.007924321107566357,0.0025448568630963564,0.3459164798259735,0.44653984904289246,0.6407464146614075,588.0,150528.0,3773.4357140760403,9633792.0 +106.49,9.0,2629.0,0.010874337516725063,0.11578369140625,0.0,1.8425143957138062,2.0062124729156494,-0.00829112809151411,0.0025451441761106253,0.3009406328201294,0.4478256404399872,0.6391757130622864,589.0,150784.0,3779.671187622007,9650176.0 +105.67,9.399999618530273,2651.0,0.0067125787027180195,0.07440185546875,0.0,1.8404498100280762,2.0159554481506348,-0.0069087655283510685,0.0025357594713568687,0.28121891617774963,0.459028959274292,0.6401451230049133,590.0,151040.0,3785.8516117748804,9666560.0 +90.36,9.0,2648.0,0.009649514220654964,0.0949503555893898,0.0,1.8929301500320435,2.035156011581421,-0.006421739235520363,0.0025352039374411106,0.3728817403316498,0.46566042304039,0.5382475554943085,591.0,151296.0,3792.03870143299,9682944.0 +130.94,8.800000190734863,2548.0,0.009709796868264675,0.1294759064912796,0.0,1.838388442993164,1.9958438873291016,-0.008190379478037357,0.002533604158088565,0.2930043935775757,0.4532329738140106,0.6432021856307983,592.0,151552.0,3798.4693489018828,9699328.0 +133.59,8.5,2621.0,0.008179071359336376,0.1022745743393898,0.0,1.9250222444534302,2.0007894039154053,-0.007274806499481201,0.002537122229114175,0.42828723788261414,0.46960023045539856,0.5353045463562012,593.0,151808.0,3804.7214566988405,9715712.0 +150.1,8.399999618530273,2629.0,0.008763203397393227,0.1100260391831398,0.0,1.8939117193222046,2.0291411876678467,-0.006906705442816019,0.00253852060995996,0.39050015807151794,0.4565993547439575,0.5270604193210602,594.0,152064.0,3810.9527221820317,9732096.0 +128.08,8.899999618530273,2654.0,0.01974317617714405,0.14263916015625,0.0,1.847415804862976,2.0368130207061768,-0.008997397497296333,0.0025356165133416653,0.2902419865131378,0.4638524055480957,0.6326302886009216,595.0,152320.0,3817.125408631051,9748480.0 +148.22,8.600000381469727,2565.0,0.010300635360181332,0.1309814453125,0.0,1.889756202697754,2.0530645847320557,-0.006827403325587511,0.002538729226216674,0.37604713439941406,0.4597259759902954,0.5702801048755646,596.0,152576.0,3823.512945750961,9764864.0 +142.24,9.0,2574.0,0.010643381625413895,0.1348876953125,0.0,1.8165870904922485,2.0294928550720215,-0.009416895918548107,0.002533789025619626,0.2528236508369446,0.452992707490921,0.6844643354415894,597.0,152832.0,3829.8785352560226,9781248.0 +127.47,9.0,2648.0,0.009904112666845322,0.1167195662856102,0.0,1.820421814918518,2.0498645305633545,-0.00967624131590128,0.002531159669160843,0.25257712602615356,0.4587283134460449,0.682695209980011,598.0,153088.0,3836.0660593400244,9797632.0 +153.04,8.899999618530273,2633.0,0.009831630624830723,0.1224365234375,0.0,1.8642282485961914,2.0295000076293945,-0.010656092315912247,0.0025263233110308647,0.3593599796295166,0.45233777165412903,0.6031421720981598,599.0,153344.0,3843.968065039953,9814016.0 +110.19,9.0,2695.0,0.007504038978368044,0.0893961563706398,0.0,1.87061607837677,2.0062906742095947,-0.010275954380631447,0.0025244015268981457,0.3649108409881592,0.45629873871803284,0.6379929184913635,600.0,153600.0,3850.0484555889852,9830400.0 +116.6,9.300000190734863,2649.0,0.008734934031963348,0.1044514998793602,0.0,1.8127938508987427,1.9712649583816528,-0.011311464011669159,0.002528917510062456,0.2747882306575775,0.4419654607772827,0.6741379797458649,601.0,153856.0,3856.232107055839,9846784.0 +74.52,9.199999809265137,2605.0,0.009563633240759373,0.1168212890625,0.0,1.8709360361099243,1.943583369255066,-0.008942983113229275,0.0025293505750596523,0.38032904267311096,0.4444752037525177,0.6557106971740723,602.0,154112.0,3862.520833777031,9863168.0 +110.27,8.899999618530273,2724.0,0.01103347446769476,0.1376546174287796,0.0,1.86739981174469,1.9929094314575195,-0.008254964835941792,0.0025290129706263542,0.3790844976902008,0.4415355920791626,0.6066477000713348,603.0,154368.0,3868.534451230895,9879552.0 +113.57,8.800000190734863,2720.0,0.007774158846586943,0.0989176407456398,0.0,1.8628407716751099,1.9963172674179077,-0.007954603061079979,0.002539974171668291,0.36075159907341003,0.4403958022594452,0.6396096348762512,604.0,154624.0,3874.558428706834,9895936.0 +102.16,9.100000381469727,2690.0,0.007104060146957636,0.0816446915268898,0.0,1.866890549659729,1.9657119512557983,-0.008752021007239819,0.0025413588155061007,0.3742036521434784,0.4375187158584595,0.6520675420761108,605.0,154880.0,3880.6484002410434,9912320.0 +118.11,8.699999809265137,2697.0,0.009701426140964031,0.12890625,0.0,1.896525502204895,2.003037452697754,-0.007159760687500238,0.0025316551327705383,0.4264202415943146,0.44467785954475403,0.6361968815326691,606.0,155136.0,3886.7242951970547,9928704.0 +112.64,9.100000381469727,2609.0,0.00839062500745058,0.0942586287856102,0.0,1.8476427793502808,1.9786429405212402,-0.007827839814126492,0.0025476550217717886,0.30612340569496155,0.4483678340911865,0.7272738218307495,607.0,155392.0,3893.00259353593,9945088.0 +117.49,9.399999618530273,2608.0,0.009134236723184586,0.11102294921875,0.0,1.8304542303085327,2.0229251384735107,-0.010174598544836044,0.002540675224736333,0.2877657115459442,0.44663766026496887,0.7190110981464386,608.0,155648.0,3899.28508849605,9961472.0 +99.0,9.399999618530273,2591.0,0.009394494816660881,0.11480712890625,0.0,1.8008794784545898,2.0225279331207275,-0.010417304001748562,0.0025355000980198383,0.22770698368549347,0.44991829991340637,0.7513218522071838,609.0,155904.0,3905.611169992946,9977856.0 +96.72,8.899999618530273,2694.0,0.008083445951342583,0.0951944962143898,0.0,1.9122262001037598,2.036607027053833,-0.006814470514655113,0.00253049423918128,0.4418647587299347,0.453227162361145,0.5288563072681427,610.0,156160.0,3911.6925316350535,9994240.0 +87.27,9.300000190734863,2615.0,0.006522126495838165,0.0750528946518898,0.0,1.86654531955719,2.034789562225342,-0.008317138999700546,0.002541840309277177,0.36522194743156433,0.4416792392730713,0.6457589566707611,611.0,156416.0,3917.9573268860113,10010624.0 +110.91,9.300000190734863,2543.0,0.00944518018513918,0.1248982772231102,0.0,1.8102022409439087,2.077667474746704,-0.009001578204333782,0.002530414843931794,0.24020738899707794,0.4546698033809662,0.7222914099693298,612.0,156672.0,3924.40075616003,10027008.0 +119.13,8.5,2634.0,0.008636374957859516,0.1064656600356102,0.0,1.8741251230239868,2.083421468734741,-0.007904176600277424,0.002537172520533204,0.36875972151756287,0.4498974084854126,0.6488023996353149,613.0,156928.0,3930.6211338029243,10043392.0 +151.99,8.5,2606.0,0.007335332687944174,0.0924479141831398,0.0,1.881247878074646,2.1337196826934814,-0.008236306719481945,0.0025312781799584627,0.35772904753685,0.46631765365600586,0.6677755415439606,614.0,157184.0,3936.908730825875,10059776.0 +131.1,8.600000381469727,2619.0,0.00736791780218482,0.0869344100356102,0.0,1.8540879487991333,2.1367506980895996,-0.00884198397397995,0.002539747627452016,0.317831426858902,0.4555077850818634,0.7009497284889221,615.0,157440.0,3943.1641143290326,10076160.0 +131.04,8.399999618530273,2646.0,0.0097414655610919,0.1291096955537796,0.0,1.8707689046859741,2.1422173976898193,-0.010310443118214607,0.0025352805387228727,0.3385452330112457,0.4655890166759491,0.7344417572021484,616.0,157696.0,3949.3571289768443,10092544.0 +136.24,8.199999809265137,2673.0,0.00928875245153904,0.1308390349149704,0.0,1.8882317543029785,2.145888090133667,-0.007419958710670471,0.002540961606428027,0.38621437549591064,0.4535224437713623,0.7002153396606445,617.0,157952.0,3955.4866111578885,10108928.0 +173.17,8.300000190734863,2645.0,0.007207128684967756,0.0951334610581398,0.0,1.9172779321670532,2.0809743404388428,-0.008357181213796139,0.0025491786655038595,0.4409238398075104,0.45139360427856445,0.7118282616138458,618.0,158208.0,3961.6819155600388,10125312.0 +124.46,8.800000190734863,2662.0,0.008984276093542576,0.1103719100356102,0.0,1.8591017723083496,2.0479683876037598,-0.009143194183707237,0.0025430552195757627,0.32183781266212463,0.456277996301651,0.7572747319936752,619.0,158464.0,3967.836115164915,10141696.0 +116.5,8.5,2671.0,0.0071390848606824875,0.084228515625,0.0,1.877392292022705,2.0494682788848877,-0.011791995726525784,0.0025354563258588314,0.3712761104106903,0.45631298422813416,0.7258487939834595,620.0,158720.0,3973.9692355738953,10158080.0 +120.74,9.0,2633.0,0.0066964817233383656,0.0776774063706398,0.0,1.8608108758926392,2.053581476211548,-0.010151351802051067,0.002539218869060278,0.3141898214817047,0.46479377150535583,0.7323010861873627,621.0,158976.0,3980.191379185999,10174464.0 +128.66,8.600000381469727,2643.0,0.008735680021345615,0.1028645858168602,0.0,1.8724312782287598,2.063419818878174,-0.010667123831808567,0.0025405504275113344,0.32183653116226196,0.47253918647766113,0.7151531875133514,622.0,159232.0,3986.38922133483,10190848.0 +133.58,8.5,2546.0,0.007665242534130812,0.08807373046875,0.0,1.9107221364974976,2.0272064208984375,-0.00871310755610466,0.002538493601605296,0.42052099108695984,0.4601998031139374,0.6925577521324158,623.0,159488.0,3992.8244212889113,10207232.0 +126.24,9.0,2655.0,0.008065636269748211,0.0989990234375,0.0,1.8785921335220337,2.008270025253296,-0.009150294587016106,0.002529444405809045,0.3587989807128906,0.4637036621570587,0.7432278990745544,624.0,159744.0,3998.9947416610084,10223616.0 +143.56,8.600000381469727,2629.0,0.01995779015123844,0.1280314177274704,0.0,1.8583656549453735,2.043574094772339,-0.009726635180413723,0.002531421137973666,0.3189418613910675,0.46334633231163025,0.747575044631958,625.0,160000.0,4005.2269859299995,10240000.0 +159.07,8.199999809265137,2624.0,0.008874046616256237,0.1125691756606102,0.0,1.918717384338379,2.031017303466797,-0.011183089576661587,0.0025282276328653097,0.4706057608127594,0.450793981552124,0.6464270651340485,626.0,160256.0,4011.4702377528884,10256384.0 +99.99,9.300000190734863,2651.0,0.011047150939702988,0.1372477263212204,0.0,1.8335105180740356,2.039165735244751,-0.006816408131271601,0.0025267296005040407,0.27930933237075806,0.45769909024238586,0.7717834860086441,627.0,160512.0,4017.6512312509585,10272768.0 +170.22,8.100000381469727,2625.0,0.00656170817092061,0.0757649764418602,0.0,1.905565619468689,2.056328773498535,-0.00835405569523573,0.0025456107687205076,0.4022453725337982,0.4605550765991211,0.7137158811092377,628.0,160768.0,4023.894050330855,10289152.0 +133.6,8.899999618530273,2623.0,0.00708679249510169,0.0861409530043602,0.0,1.9062105417251587,1.989688515663147,-0.008727102540433407,0.0025364281609654427,0.3925107419490814,0.4703651964664459,0.7299754321575165,629.0,161024.0,4030.1430344239343,10305536.0 +146.84,8.399999618530273,2618.0,0.006650395691394806,0.0791219100356102,0.0,1.9018774032592773,1.9704614877700806,-0.008192029781639576,0.0025484454818069935,0.3907678425312042,0.4601670801639557,0.7313942313194275,630.0,161280.0,4036.4010864919983,10321920.0 +157.27,8.300000190734863,2506.0,0.007105715572834015,0.08856201171875,0.0,1.905653476715088,2.0261592864990234,-0.006629278417676687,0.0025432021357119083,0.3831200897693634,0.46938326954841614,0.7078818678855896,631.0,161536.0,4042.938601827016,10338304.0 +109.18,9.100000381469727,2469.0,0.010165139101445675,0.1269124299287796,0.0,1.8591160774230957,1.9977946281433105,-0.010627101175487041,0.0025462901685386896,0.316631019115448,0.45826074481010437,0.7374323606491089,632.0,161792.0,4049.5741934089456,10354688.0 +132.05,8.899999618530273,2505.0,0.01097553689032793,0.142578125,0.0,1.8519244194030762,1.9938253164291382,-0.010785742662847042,0.0025419690646231174,0.2936883866786957,0.46481946110725403,0.7650050222873688,633.0,162048.0,4056.1154669600073,10371072.0 +152.32,8.300000190734863,2599.0,0.00956182461231947,0.10589599609375,0.0,1.91437828540802,1.9670923948287964,-0.008886516094207764,0.0025390854571014643,0.42331305146217346,0.46173664927482605,0.6911910176277161,634.0,162304.0,4062.4199802319054,10387456.0 +145.47,8.600000381469727,2613.0,0.008188953623175621,0.0987955704331398,0.0,1.8676451444625854,1.9637926816940308,-0.008690421469509602,0.002537776716053486,0.35430964827537537,0.4499303996562958,0.6976108551025391,635.0,162560.0,4068.6908728978597,10403840.0 +111.61,8.800000190734863,2485.0,0.009369337931275368,0.0987548828125,0.0,1.8593143224716187,1.950499176979065,-0.009656009264290333,0.002535793697461486,0.3267625868320465,0.4571970999240875,0.7327629923820496,636.0,162816.0,4075.2836509440094,10420224.0 +112.05,9.199999809265137,2523.0,0.008560162968933582,0.1064046248793602,0.0,1.841141700744629,2.0048561096191406,-0.008155569434165955,0.0025289820041507483,0.2949189841747284,0.4573954641819,0.714189350605011,637.0,163072.0,4081.775735022966,10436608.0 +100.8,9.0,2580.0,0.010770105756819248,0.1280314177274704,0.0,1.942548155784607,1.9366496801376343,-0.010140092112123966,0.0025389795191586018,0.5081384778022766,0.44849586486816406,0.6010739803314209,638.0,163328.0,4088.125512301922,10452992.0 +77.97,9.100000381469727,2569.0,0.01160429697483778,0.1140340194106102,0.0,1.9012069702148438,1.9493370056152344,-0.00964476726949215,0.0025381213054060936,0.40049949288368225,0.46103474497795105,0.681025505065918,639.0,163584.0,4094.50326952897,10469376.0 +95.01,9.0,2617.0,0.0088729253038764,0.1102701798081398,0.0,1.872098445892334,1.9710307121276855,-0.009502275846898556,0.0025408132933080196,0.37440550327301025,0.44370126724243164,0.6763154864311218,640.0,163840.0,4100.7649716378655,10485760.0 +108.67,8.699999809265137,2582.0,0.01005171611905098,0.1221923828125,0.0,1.865465521812439,2.036830186843872,-0.010006371885538101,0.00252719153650105,0.35022544860839844,0.45713183283805847,0.6886206865310669,641.0,164096.0,4107.108845720999,10502144.0 +116.73,8.800000190734863,2523.0,0.010849379934370518,0.1266886442899704,0.0,1.8449546098709106,2.0291965007781982,-0.008877054788172245,0.002534232335165143,0.2972012460231781,0.45840707421302795,0.7312101423740387,642.0,164352.0,4113.601091186982,10518528.0 +156.91,8.800000190734863,2558.0,0.007944629527628422,0.0890706405043602,0.0,1.8602161407470703,1.978073239326477,-0.009090154431760311,0.002529403194785118,0.3348444402217865,0.4569633901119232,0.718403160572052,643.0,164608.0,4120.00669304491,10534912.0 +152.34,8.800000190734863,2614.0,0.011304100044071674,0.148681640625,0.0,1.8434897661209106,1.9903048276901245,-0.01087134052067995,0.0025285242591053247,0.30895891785621643,0.4555226266384125,0.755418449640274,644.0,164864.0,4126.273322844878,10551296.0 +154.34,8.100000381469727,2565.0,0.014818068593740463,0.12005615234375,0.0,1.9291702508926392,1.9750982522964478,-0.008123618550598621,0.002537498716264963,0.4724407196044922,0.4520750343799591,0.7105130553245544,645.0,165120.0,4132.659992591012,10567680.0 +108.43,8.800000190734863,2649.0,0.009714093059301376,0.1175537109375,0.0,1.8616806268692017,1.997310996055603,-0.010807293467223644,0.0025321736466139555,0.3385665714740753,0.4570910632610321,0.7687375843524933,646.0,165376.0,4138.84493065998,10584064.0 +116.41,8.399999618530273,2554.0,0.007954766042530537,0.0952555313706398,0.0,1.9017163515090942,1.9531971216201782,-0.008750567212700844,0.0025409164372831583,0.4322158098220825,0.4434329569339752,0.7249897122383118,647.0,165632.0,4145.260350069031,10600448.0 +104.43,8.600000381469727,2528.0,0.006108585279434919,0.0692138671875,0.0,1.9116665124893188,1.9392684698104858,-0.010283463634550571,0.0025339920539408922,0.45507529377937317,0.44680896401405334,0.7151093482971191,648.0,165888.0,4151.741794884903,10616832.0 +101.63,9.100000381469727,2481.0,0.010808183811604977,0.1148681640625,0.0,1.8583637475967407,1.9705467224121094,-0.010532901622354984,0.002531321719288826,0.3251723647117615,0.46035513281822205,0.7410202920436859,649.0,166144.0,4158.345580813941,10633216.0 +108.5,8.800000190734863,2535.0,0.009661666117608547,0.107421875,0.0,1.8970952033996582,1.961840033531189,-0.011013559065759182,0.002531636506319046,0.40381526947021484,0.4600009024143219,0.7277805507183075,650.0,166400.0,4164.808103486896,10649600.0 +91.0,9.199999809265137,2556.0,0.010278584435582161,0.1138916015625,0.0,1.8357347249984741,1.9697767496109009,-0.009381671436131,0.002525183605030179,0.2850521206855774,0.4596964120864868,0.7742785066366196,651.0,166656.0,4171.218202186981,10665984.0 +117.79,9.0,2528.0,0.009918859228491783,0.1252848356962204,0.0,1.842177391052246,1.9989665746688843,-0.010420053265988827,0.0025200594682246447,0.2971961200237274,0.46395930647850037,0.7798006683588028,652.0,166912.0,4177.698833798058,10682368.0 +140.99,8.399999618530273,2550.0,0.009148853830993176,0.1025187149643898,0.0,1.8863725662231445,1.9964462518692017,-0.01048209797590971,0.002522221067920327,0.4010813236236572,0.45516788959503174,0.7330211699008942,653.0,167168.0,4184.1239134969655,10698752.0 +94.85,9.100000381469727,2479.0,0.008619316853582859,0.0937703475356102,0.0,1.8531123399734497,1.986352562904358,-0.010346938855946064,0.0025261123664677143,0.32232198119163513,0.4591057002544403,0.774945005774498,654.0,167424.0,4190.733735152986,10715136.0 +139.77,8.699999809265137,2544.0,0.006035851780325174,0.0662434920668602,0.0,1.8969343900680542,1.9873000383377075,-0.007930180989205837,0.0025308679323643446,0.41638684272766113,0.4511103332042694,0.7614803165197372,655.0,167680.0,4197.174600490835,10731520.0 +96.26,9.399999618530273,2652.0,0.009451489895582199,0.1015218123793602,0.0,1.8401538133621216,1.9641424417495728,-0.010649376548826694,0.0025311794597655535,0.3121562898159027,0.4487766921520233,0.7922106832265854,656.0,167936.0,4203.351525092032,10747904.0 +89.85,9.199999809265137,2555.0,0.010669921524822712,0.10955810546875,0.0,1.852077841758728,2.0221331119537354,-0.010125609114766121,0.002523793140426278,0.3195987343788147,0.46072879433631897,0.7839674353599548,657.0,168192.0,4209.764098227024,10764288.0 +127.39,9.0,2575.0,0.010198903270065784,0.1283976286649704,0.0,1.8301944732666016,1.9926282167434692,-0.010188748128712177,0.0025199002120643854,0.2839837372303009,0.4583674371242523,0.7673589289188385,658.0,168448.0,4216.126622196054,10780672.0 +94.85,9.0,2621.0,0.009851924143731594,0.12939453125,0.0,1.8318604230880737,1.9841543436050415,-0.012147598899900913,0.002524259267374873,0.2969817817211151,0.4532293379306793,0.7601404935121536,659.0,168704.0,4222.376795169897,10797056.0 +116.21,8.800000190734863,2578.0,0.008886702358722687,0.1086629256606102,0.0,1.8836637735366821,1.9912093877792358,-0.01099768653512001,0.0025246457662433386,0.3957662582397461,0.45436787605285645,0.7125217914581299,660.0,168960.0,4228.732174001867,10813440.0 +125.52,8.699999809265137,2561.0,0.008734971284866333,0.1141560897231102,0.0,1.8958439826965332,1.973046898841858,-0.008759457617998123,0.002525708870962262,0.4019375741481781,0.46051087975502014,0.7153730392456055,661.0,169216.0,4235.130706335884,10829824.0 +129.87,8.899999618530273,2522.0,0.009270296432077885,0.115234375,0.0,1.8681659698486328,1.987634301185608,-0.010929055511951447,0.002520230133086443,0.3469477891921997,0.46538248658180237,0.7563617825508118,662.0,169472.0,4241.627666236833,10846208.0 +139.03,8.399999618530273,2562.0,0.011364533565938473,0.1129964217543602,0.0,1.876328468322754,2.018510580062866,-0.008731052279472351,0.0025304725859314203,0.35507798194885254,0.46246930956840515,0.7598745822906494,663.0,169728.0,4248.0219954689965,10862592.0 +103.37,9.100000381469727,2546.0,0.011299476027488708,0.1395670622587204,0.0,1.8357025384902954,2.0178487300872803,-0.010795262642204762,0.00251827877946198,0.2923477590084076,0.46136295795440674,0.7900137603282928,664.0,169984.0,4254.4574895929545,10878976.0 +146.45,8.899999618530273,2520.0,0.009153955616056919,0.0949910506606102,0.0,1.8442519903182983,2.000121831893921,-0.009603826329112053,0.002521732822060585,0.3166444003582001,0.4546688497066498,0.757316067814827,665.0,170240.0,4260.95926080388,10895360.0 +154.69,8.5,2496.0,0.010633519850671291,0.13348388671875,0.0,1.89828622341156,1.9904570579528809,-0.011223305948078632,0.0025222040712833405,0.4216446876525879,0.4574894905090332,0.7141809463500977,666.0,170496.0,4267.522029791959,10911744.0 +120.78,8.600000381469727,2494.0,0.009016730822622776,0.11181640625,0.0,1.9202276468276978,1.9752966165542603,-0.008846080861985683,0.002525045070797205,0.44642743468284607,0.4630905091762543,0.6773443222045898,667.0,170752.0,4274.090689392062,10928128.0 +132.33,8.600000381469727,2552.0,0.009983422234654427,0.11883544921875,0.0,1.8927735090255737,1.9859509468078613,-0.01284439954906702,0.0025359997525811195,0.4034290313720703,0.45576322078704834,0.7021983563899994,668.0,171008.0,4280.509607693879,10944512.0 +98.37,8.699999809265137,2554.0,0.008558343164622784,0.1074015274643898,0.0,1.9525432586669922,1.9792290925979614,-0.008926729671657085,0.0025386193301528692,0.5077795386314392,0.4580628573894501,0.691306084394455,669.0,171264.0,4286.9240992178675,10960896.0 +106.14,9.199999809265137,2583.0,0.008842376060783863,0.1030680313706398,0.0,1.8726264238357544,1.9789565801620483,-0.011194189079105854,0.002561996690928936,0.31994572281837463,0.46263930201530457,0.775051936507225,670.0,171520.0,4293.266329264035,10977280.0 +112.78,8.699999809265137,2562.0,0.008332581259310246,0.1065266951918602,0.0,1.9204411506652832,1.943100929260254,-0.01135812234133482,0.0025411450769752264,0.4246576130390167,0.4683288335800171,0.7537340372800827,671.0,171776.0,4299.662385120057,10993664.0 +87.11,9.5,2597.0,0.008346866816282272,0.10321044921875,0.0,1.832216739654541,1.9652310609817505,-0.009753183461725712,0.0025370751973241568,0.2655341625213623,0.4603175222873688,0.8118479996919632,672.0,172032.0,4305.972018999048,11010048.0 +79.79,8.800000190734863,2621.0,0.010305799543857574,0.1038614884018898,0.0,1.8812670707702637,1.9604310989379883,-0.009790015406906605,0.0025269915349781513,0.39179256558418274,0.45126938819885254,0.7633927166461945,673.0,172288.0,4312.223179420922,11026432.0 +107.59,9.100000381469727,2660.0,0.00867452658712864,0.0838826522231102,0.0,1.8943458795547485,1.986268401145935,-0.008945371024310589,0.002516702748835087,0.4149504601955414,0.457327276468277,0.7355513572692871,674.0,172544.0,4318.38137498498,11042816.0 +93.01,9.100000381469727,2664.0,0.010197711177170277,0.126953125,0.0,1.8877094984054565,2.0077626705169678,-0.010011243633925915,0.0025186773855239153,0.39178046584129333,0.4625694453716278,0.7380041480064392,675.0,172800.0,4324.532425211044,11059200.0 +108.52,8.100000381469727,2581.0,0.00856921635568142,0.1009724959731102,0.0,1.9360791444778442,2.0378904342651367,-0.011356089264154434,0.00252099079079926,0.49234747886657715,0.4611450731754303,0.689862072467804,676.0,173056.0,4330.87977553485,11075584.0 +132.15,8.300000190734863,2591.0,0.006917424034327269,0.080322265625,0.0,1.9415920972824097,2.0524961948394775,-0.00887076836079359,0.002521196147426963,0.5088930726051331,0.45594310760498047,0.6785090863704681,677.0,173312.0,4337.201969278976,11091968.0 +145.71,8.5,2551.0,0.010538875125348568,0.1287028044462204,0.0,1.857866883277893,2.036271095275879,-0.010272328741848469,0.002523870440199971,0.35616686940193176,0.4484832286834717,0.7557847648859024,678.0,173568.0,4343.623410888948,11108352.0 +94.95,9.0,2578.0,0.00829611998051405,0.0960286483168602,0.0,1.8954907655715942,1.9938850402832031,-0.011522911489009857,0.0025213740300387144,0.41899943351745605,0.4567655622959137,0.7362198233604431,679.0,173824.0,4349.977695057867,11124736.0 +113.53,8.600000381469727,2522.0,0.0075083388946950436,0.09454345703125,0.0,1.8995412588119507,2.0403950214385986,-0.009619931690394878,0.002521958202123642,0.4250587224960327,0.4560566246509552,0.6715419888496399,680.0,174080.0,4356.475732588908,11141120.0 +149.94,8.0,2552.0,0.007356830406934023,0.0833333358168602,0.0,1.924198031425476,2.0240330696105957,-0.008975455537438393,0.0025365438777953386,0.465787798166275,0.45224806666374207,0.6783749759197235,681.0,174336.0,4362.895945001859,11157504.0 +100.36,8.899999618530273,2563.0,0.009614593349397182,0.122802734375,0.0,1.8531960248947144,2.056272268295288,-0.010966204106807709,0.002541803987696767,0.3085590898990631,0.4595431387424469,0.7865007370710373,682.0,174592.0,4369.287900489988,11173888.0 +126.48,8.399999618530273,2585.0,0.006471462082117796,0.0777587890625,0.0,1.90998375415802,2.0844647884368896,-0.010339432395994663,0.002546807751059532,0.41177940368652344,0.4618743360042572,0.7224012017250061,683.0,174848.0,4375.626741162036,11190272.0 +138.62,8.399999618530273,2522.0,0.00740025332197547,0.090087890625,0.0,1.9091053009033203,2.0901858806610107,-0.010300219058990479,0.0025275356601923704,0.4145067632198334,0.4692862033843994,0.7608845680952072,684.0,175104.0,4382.122883563861,11206656.0 +151.72,8.399999618530273,2471.0,0.008609008975327015,0.1139322891831398,0.0,1.8788939714431763,2.1067214012145996,-0.010412591509521008,0.002528489101678133,0.3674483299255371,0.46240511536598206,0.7494089901447296,685.0,175360.0,4388.753758123843,11223040.0 +103.2,8.899999618530273,2491.0,0.012457377277314663,0.1377360075712204,0.0,1.824036717414856,2.111462354660034,-0.008164524100720882,0.0025384079199284315,0.2584567368030548,0.4548834264278412,0.8030926734209061,686.0,175616.0,4395.330400761915,11239424.0 +178.03,7.900000095367432,2542.0,0.008766962215304375,0.1043497696518898,0.0,1.8795634508132935,2.1035313606262207,-0.00928302388638258,0.0025424824561923742,0.36835286021232605,0.45446428656578064,0.7413025498390198,687.0,175872.0,4401.775818551891,11255808.0 +163.3,8.600000381469727,2471.0,0.008420255966484547,0.1059163436293602,0.0,1.873252034187317,2.0860934257507324,-0.008919481188058853,0.002529567340388894,0.38332346081733704,0.44658705592155457,0.7453056275844574,688.0,176128.0,4408.404596294044,11272192.0 +160.6,8.199999809265137,2532.0,0.008763221092522144,0.1056315079331398,0.0,1.890048861503601,2.0891149044036865,-0.008957266807556152,0.002529468620195985,0.3945273160934448,0.4578994810581207,0.7600058764219284,689.0,176384.0,4414.875822643982,11288576.0 +136.78,8.600000381469727,2498.0,0.010311567224562168,0.1307169646024704,0.0,1.8644176721572876,2.106832265853882,-0.009628907777369022,0.0025305121671408415,0.3407957851886749,0.4594610929489136,0.7897806614637375,690.0,176640.0,4421.436476375908,11304960.0 +127.78,8.5,2670.0,0.012203502468764782,0.1537882536649704,0.0,1.8878134489059448,2.1149489879608154,-0.010402227751910686,0.002526284893974662,0.4104408025741577,0.4510020911693573,0.7393006086349487,691.0,176896.0,4427.571836045012,11321344.0 +146.18,8.699999809265137,2610.0,0.010094054974615574,0.12939453125,0.0,1.857072353363037,2.078564405441284,-0.010613024234771729,0.002532765967771411,0.3235606253147125,0.46030738949775696,0.8015116751194,692.0,177152.0,4433.849117873935,11337728.0 +135.34,8.699999809265137,2540.0,0.008777623064815998,0.1106160506606102,0.0,1.8896393775939941,2.068620204925537,-0.008693681098520756,0.0025237828958779573,0.4005652368068695,0.4568452835083008,0.7609809786081314,693.0,177408.0,4440.299783062888,11354112.0 +155.07,8.5,2531.0,0.008420616388320923,0.1014404296875,0.0,1.8956689834594727,2.0486509799957275,-0.011107907630503178,0.002536119893193245,0.400244802236557,0.4590810537338257,0.7544037848711014,694.0,177664.0,4446.771403140854,11370496.0 +109.0,8.800000190734863,2517.0,0.01109740138053894,0.13580322265625,0.0,1.8537737131118774,2.0878913402557373,-0.0095591451972723,0.0025280683767050505,0.3242371082305908,0.4580589830875397,0.760394275188446,695.0,177920.0,4453.279756103875,11386880.0 +153.03,8.5,2526.0,0.009684710763394833,0.1262613981962204,0.0,1.8412233591079712,2.1178157329559326,-0.01005189586430788,0.002520840149372816,0.32390764355659485,0.4500795602798462,0.7683181613683701,696.0,178176.0,4459.76446294901,11403264.0 +132.17,8.399999618530273,2539.0,0.007566472981125116,0.0849609375,0.0,1.8409072160720825,2.0996222496032715,-0.00904740672558546,0.002537254709750414,0.29961681365966797,0.45251500606536865,0.753859207034111,697.0,178432.0,4466.216231666971,11419648.0 +163.02,8.699999809265137,2600.0,0.010524614714086056,0.1357218474149704,0.0,1.8540548086166382,2.0419692993164062,-0.010341871529817581,0.0025266767479479313,0.3446459472179413,0.4491550624370575,0.7622017711400986,698.0,178688.0,4472.517721161945,11436032.0 +147.29,8.699999809265137,2683.0,0.013613398186862469,0.13446044921875,0.0,1.8864434957504272,2.022653818130493,-0.010828211903572083,0.0025268681347370148,0.4000222384929657,0.45405295491218567,0.7431470453739166,699.0,178944.0,4478.623602551874,11452416.0 +100.92,9.300000190734863,2591.0,0.008814309723675251,0.1094767227768898,0.0,1.8497257232666016,1.9981261491775513,-0.00941883958876133,0.0025196450296789408,0.33977261185646057,0.4494171142578125,0.7739544063806534,700.0,179200.0,4484.946019243915,11468800.0 +96.94,9.0,2580.0,0.010725650005042553,0.1045125350356102,0.0,1.8520756959915161,2.0080931186676025,-0.011856243014335632,0.002520730486139655,0.33351197838783264,0.456891804933548,0.7711027562618256,701.0,179456.0,4491.298553709872,11485184.0 +98.45,9.399999618530273,2551.0,0.008537202142179012,0.102294921875,0.0,1.8360880613327026,2.0414884090423584,-0.010438830591738224,0.0025174221955239773,0.2937757670879364,0.4613424837589264,0.7835082858800888,702.0,179712.0,4497.721686780918,11501568.0 +127.67,8.0,2491.0,0.007913383655250072,0.0940958634018898,0.0,1.9613242149353027,2.0139808654785156,-0.011642321944236755,0.0025179453659802675,0.5617753863334656,0.45324599742889404,0.6876020729541779,703.0,179968.0,4504.297482348047,11517952.0 +124.23,8.300000190734863,2562.0,0.007116416469216347,0.0833536759018898,0.0,1.8998475074768066,2.053424835205078,-0.00939770508557558,0.0025315454695373774,0.4241875410079956,0.4519127905368805,0.7059142291545868,704.0,180224.0,4510.692334187916,11534336.0 +129.23,8.300000190734863,2554.0,0.0079024164006114,0.0766805037856102,0.0,1.8959726095199585,2.0147855281829834,-0.009770187549293041,0.002535096602514386,0.41359707713127136,0.45154356956481934,0.7384638488292694,705.0,180480.0,4517.108118674951,11550720.0 +104.4,8.5,2573.0,0.007494013290852308,0.0865478515625,0.0,1.9221739768981934,1.9968371391296387,-0.009979336522519588,0.002517537446692586,0.4795423448085785,0.45358189940452576,0.7243412435054779,706.0,180736.0,4523.4753958669025,11567104.0 +113.6,8.800000190734863,2548.0,0.01195706520229578,0.1381428986787796,0.0,1.8940476179122925,2.0075347423553467,-0.009756524115800858,0.002515665255486965,0.40983426570892334,0.461129754781723,0.7305376529693604,707.0,180992.0,4529.906510157045,11583488.0 +94.82,9.100000381469727,2630.0,0.010564744472503662,0.1277669221162796,0.0,1.8713310956954956,2.029114246368408,-0.011189054697751999,0.0025179015938192606,0.35990893840789795,0.4639061689376831,0.728451669216156,708.0,181248.0,4536.135347429896,11599872.0 +130.02,8.399999618530273,2640.0,0.00926006305962801,0.1048177108168602,0.0,1.9117785692214966,2.0059587955474854,-0.007584637496620417,0.0025167816784232855,0.44558700919151306,0.45823851227760315,0.7071470618247986,709.0,181504.0,4542.3410548178945,11616256.0 +141.48,8.399999618530273,2612.0,0.009760231710970402,0.1241861954331398,0.0,1.900702953338623,2.0096771717071533,-0.012373305857181549,0.002509638899937272,0.4246710240840912,0.4660179615020752,0.7459118068218231,710.0,181760.0,4548.6127375389915,11632640.0 +105.01,8.800000190734863,2660.0,0.020229410380125046,0.1417439728975296,0.0,1.8782202005386353,1.9846043586730957,-0.009466921910643578,0.00252056703902781,0.35089290142059326,0.47180333733558655,0.7638704031705856,711.0,182016.0,4554.778237374965,11649024.0 +99.67,8.600000381469727,2666.0,0.007447301875799894,0.0915730819106102,0.0,1.9236818552017212,1.9953206777572632,-0.010515660047531128,0.002511952305212617,0.49041271209716797,0.45296838879585266,0.7073757946491241,712.0,182272.0,4560.924958860967,11665408.0 +103.04,9.100000381469727,2648.0,0.009756826795637608,0.1166178360581398,0.0,1.8298107385635376,2.0131330490112305,-0.010103692300617695,0.0025076749734580517,0.2965143620967865,0.45795074105262756,0.7706139087677002,713.0,182528.0,4567.11179398885,11681792.0 +134.71,8.300000190734863,2588.0,0.007664437871426344,0.08380126953125,0.0,1.8805075883865356,2.047365427017212,-0.009188738651573658,0.002510462189093232,0.4089447557926178,0.45046672224998474,0.7213378250598907,714.0,182784.0,4573.4413133680355,11698176.0 +85.17,8.5,2572.0,0.006371472496539354,0.0720621719956398,0.0,1.9473055601119995,2.0216901302337646,-0.008827963843941689,0.00250582885928452,0.5243558287620544,0.4612581431865692,0.6907205879688263,715.0,183040.0,4579.810925449943,11714560.0 +123.93,8.800000190734863,2525.0,0.006292170379310846,0.0743204727768898,0.0,1.8968462944030762,2.0109870433807373,-0.00862789899110794,0.0025113855954259634,0.41016754508018494,0.464807391166687,0.7346942722797394,716.0,183296.0,4586.299889149843,11730944.0 +91.72,8.699999809265137,2423.0,0.006840245798230171,0.0769856795668602,0.0,1.915273666381836,2.0053207874298096,-0.008932800032198429,0.0025142065715044737,0.44389283657073975,0.4652097523212433,0.6906615793704987,717.0,183552.0,4593.062080973061,11747328.0 +118.15,8.399999618530273,2545.0,0.007038893178105354,0.0774129256606102,0.0,1.9291609525680542,2.024834632873535,-0.00918235071003437,0.002505237003788352,0.4944884777069092,0.4587287902832031,0.6778802871704102,718.0,183808.0,4599.498821341898,11763712.0 +99.7,9.5,2532.0,0.009145627729594707,0.1061197891831398,0.0,1.7722350358963013,2.0352771282196045,-0.012961164116859436,0.0025001170579344034,0.1881209760904312,0.461430162191391,0.8383997827768326,719.0,184064.0,4605.969133191975,11780096.0 +142.24,8.600000381469727,2616.0,0.009123319759964943,0.1101481094956398,0.0,1.8605890274047852,2.055720567703247,-0.010125686414539814,0.002506379736587405,0.36837509274482727,0.45389434695243835,0.6930945515632629,720.0,184320.0,4612.232585272053,11796480.0 +116.08,9.300000190734863,2704.0,0.009636460803449154,0.1088663712143898,0.0,1.8570860624313354,2.03324556350708,-0.010157478041946888,0.002504562260583043,0.34684789180755615,0.4618707597255707,0.7247668504714966,721.0,184576.0,4618.292004355928,11812864.0 +107.87,8.399999618530273,2658.0,0.009613406844437122,0.1153767928481102,0.0,1.8897441625595093,2.0148704051971436,-0.008841128088533878,0.002503826515749097,0.39308783411979675,0.47027671337127686,0.7133826911449432,722.0,184832.0,4624.455768470885,11829248.0 +110.4,8.800000190734863,2639.0,0.007734339218586683,0.0849609375,0.0,1.8260369300842285,2.0452117919921875,-0.009840545244514942,0.002498527290299535,0.2965557277202606,0.45878830552101135,0.7745950520038605,723.0,185088.0,4630.664265444037,11845632.0 +126.03,9.0,2554.0,0.010224093683063984,0.0906778946518898,0.0,1.8203177452087402,2.086707830429077,-0.008010768331587315,0.0025130712892860174,0.26794081926345825,0.4586893320083618,0.7735586315393448,724.0,185344.0,4637.078875066945,11862016.0 +120.59,8.899999618530273,2549.0,0.006179587449878454,0.0721028670668602,0.0,1.8685113191604614,2.0459468364715576,-0.009176758117973804,0.0025015941355377436,0.378428190946579,0.45813629031181335,0.7203356623649597,725.0,185600.0,4643.507545538945,11878400.0 +107.82,8.800000190734863,2617.0,0.006361017469316721,0.0688069686293602,0.0,1.8547544479370117,2.0366244316101074,-0.009444917552173138,0.0025055059231817722,0.3473791182041168,0.45812323689460754,0.7070556282997131,726.0,185856.0,4649.768504086882,11894784.0 +145.84,8.300000190734863,2630.0,0.007313380483537912,0.0894571915268898,0.0,1.931270956993103,2.0119569301605225,-0.010915410704910755,0.0025076542515307665,0.5095793604850769,0.45368900895118713,0.6567948162555695,727.0,186112.0,4655.997163070831,11911168.0 +78.01,8.800000190734863,2566.0,0.009167011827230453,0.1064656600356102,0.0,1.9144350290298462,2.0105414390563965,-0.010569386184215546,0.002511502942070365,0.4517016112804413,0.4635075628757477,0.6630726754665375,728.0,186368.0,4662.381770528853,11927552.0 +119.05,9.199999809265137,2549.0,0.010861258953809738,0.1307576447725296,0.0,1.8058570623397827,2.045531749725342,-0.011031893081963062,0.0025085872039198875,0.22902514040470123,0.46853816509246826,0.7994012236595154,729.0,186624.0,4668.808230317896,11943936.0 +106.83,8.800000190734863,2525.0,0.008551398292183876,0.10198974609375,0.0,1.8912702798843384,2.0355873107910156,-0.009998594410717487,0.0025069876573979855,0.387861043214798,0.47420045733451843,0.7118254005908966,730.0,186880.0,4675.296593084931,11960320.0 +94.01,9.300000190734863,2508.0,0.011267856694757938,0.1119384765625,0.0,1.8722201585769653,2.040400743484497,-0.011415240354835987,0.0025335971731692553,0.33756327629089355,0.46845898032188416,0.7453650832176208,731.0,187136.0,4681.832226176048,11976704.0 +136.68,8.600000381469727,2459.0,0.00930291973054409,0.1181640625,0.0,1.8829978704452515,2.0849039554595947,-0.009887470863759518,0.002527667209506035,0.35573437809944153,0.47203361988067627,0.7396206259727478,732.0,187392.0,4688.495494487928,11993088.0 +100.1,9.300000190734863,2592.0,0.009217541664838791,0.1195882186293602,0.0,1.821990966796875,2.059178590774536,-0.01062801107764244,0.002516817767173052,0.2522858679294586,0.46865856647491455,0.7832319140434265,733.0,187648.0,4694.81519977306,12009472.0 +154.33,8.600000381469727,2582.0,0.011114233173429966,0.1243693009018898,0.0,1.8617115020751953,2.0643744468688965,-0.009302428923547268,0.0025229582097381353,0.3305095136165619,0.46492376923561096,0.7059863805770874,734.0,187904.0,4701.159454342909,12025856.0 +119.79,8.399999618530273,2549.0,0.009961973875761032,0.1298828125,0.0,1.9070597887039185,2.0211713314056396,-0.01041731983423233,0.002510507358238101,0.43878790736198425,0.46304142475128174,0.6355299055576324,735.0,188160.0,4707.5871171290055,12042240.0 +119.64,8.800000190734863,2635.0,0.00911939051002264,0.1124064102768898,0.0,1.8851017951965332,1.9994710683822632,-0.008088802918791771,0.0025006954092532396,0.40560269355773926,0.46003618836402893,0.6597621440887451,736.0,188416.0,4713.8049321018625,12058624.0 +118.22,8.699999809265137,2608.0,0.008818727917969227,0.1184488907456398,0.0,1.9016799926757812,2.0222349166870117,-0.008241911418735981,0.0025042244233191013,0.42158111929893494,0.46724119782447815,0.6428939700126648,737.0,188672.0,4720.086886998033,12075008.0 +108.81,9.100000381469727,2647.0,0.009570610709488392,0.10406494140625,0.0,1.8660610914230347,2.05711030960083,-0.00880164559930563,0.0025005564093589783,0.35557088255882263,0.46737024188041687,0.6625673770904541,738.0,188928.0,4726.276993026957,12091392.0 +119.65,8.699999809265137,2596.0,0.008964313194155693,0.10443115234375,0.0,1.868212103843689,2.066628932952881,-0.008765309117734432,0.0025136766489595175,0.36472368240356445,0.4584433138370514,0.6857614517211914,739.0,189184.0,4732.586708403891,12107776.0 +148.24,8.899999618530273,2529.0,0.01105212140828371,0.1182657852768898,0.0,1.8492350578308105,2.0442440509796143,-0.010324147529900074,0.0025218885857611895,0.312274694442749,0.46292009949684143,0.7241209447383881,740.0,189440.0,4739.063747197855,12124160.0 +123.6,9.100000381469727,2619.0,0.006970154121518135,0.08111572265625,0.0,1.8669633865356445,2.038865566253662,-0.009775158017873764,0.002509293146431446,0.3472142517566681,0.46887338161468506,0.7203514575958252,741.0,189696.0,4745.321012462024,12140544.0 +119.46,9.300000190734863,2648.0,0.010291192680597305,0.12957763671875,0.0,1.8340797424316406,2.0822536945343018,-0.010153732262551785,0.002511894330382347,0.28164389729499817,0.46828699111938477,0.7619315683841705,742.0,189952.0,4751.508539836854,12156928.0 +122.72,8.699999809265137,2594.0,0.009212370961904526,0.11431884765625,0.0,1.86746084690094,2.093125820159912,-0.010448385961353779,0.0025277852546423674,0.33470675349235535,0.4675946533679962,0.7475181221961975,743.0,190208.0,4757.824536008993,12173312.0 +134.28,8.600000381469727,2581.0,0.012857429683208466,0.1077473983168602,0.0,1.8951388597488403,2.0562021732330322,-0.009804253466427326,0.0025253675412386656,0.382183700799942,0.4717296063899994,0.741337388753891,744.0,190464.0,4764.172684733989,12189696.0 +99.35,8.699999809265137,2629.0,0.010489760898053646,0.11737060546875,0.0,1.922257423400879,2.017681121826172,-0.011178267188370228,0.0025086060632020235,0.4455694854259491,0.4765247404575348,0.7330310940742493,745.0,190720.0,4770.405200463021,12206080.0 +124.71,8.5,2649.0,0.005392369348555803,0.0573933906853199,0.0,1.9068212509155273,2.0295393466949463,-0.00890232902020216,0.00250301999039948,0.4314601719379425,0.4687790870666504,0.7350523173809052,746.0,190976.0,4776.590582808945,12222464.0 +107.54,9.100000381469727,2632.0,0.009828791953623295,0.1035359725356102,0.0,1.8386214971542358,2.0106213092803955,-0.010487540625035763,0.0025019608438014984,0.2972114384174347,0.4696290194988251,0.8146270960569382,747.0,191232.0,4782.815070079872,12238848.0 +95.33,8.300000190734863,2593.0,0.00911293551325798,0.10296630859375,0.0,1.9520801305770874,2.0078227519989014,-0.01024043932557106,0.0025041529443114996,0.5221784710884094,0.46923312544822693,0.7192646563053131,748.0,191488.0,4789.134171586949,12255232.0 +119.98,8.399999618530273,2639.0,0.00889747403562069,0.0954182967543602,0.0,1.939649224281311,2.0103659629821777,-0.010365133173763752,0.002509460551664233,0.5025267601013184,0.46412453055381775,0.7343175709247589,749.0,191744.0,4795.342958912021,12271616.0 +102.36,8.600000381469727,2641.0,0.010248515754938126,0.1150309219956398,0.0,1.8901596069335938,2.0239641666412354,-0.011938481591641903,0.0025024674832820892,0.40865692496299744,0.46677592396736145,0.7750082761049271,750.0,192000.0,4801.547455977881,12288000.0 +92.96,9.0,2645.0,0.01044961716979742,0.11798095703125,0.0,1.8582663536071777,2.0248091220855713,-0.01322562713176012,0.002507308265194297,0.33105742931365967,0.4725571870803833,0.7916779816150665,751.0,192256.0,4807.742732038954,12304384.0 +119.4,8.899999618530273,2647.0,0.01101780217140913,0.1242472305893898,0.0,1.8666316270828247,2.0294687747955322,-0.011481910943984985,0.0024992264807224274,0.3572903573513031,0.4701497554779053,0.7802011072635651,752.0,192512.0,4813.932868225034,12320768.0 +155.42,8.5,2562.0,0.007909980602562428,0.09912109375,0.0,1.8623520135879517,2.032104253768921,-0.010634438134729862,0.0025062330532819033,0.35303544998168945,0.46367326378822327,0.7733055502176285,753.0,192768.0,4820.328562146053,12337152.0 +122.19,8.5,2538.0,0.007292407099157572,0.09344482421875,0.0,1.9086412191390991,2.0296542644500732,-0.00800259131938219,0.0024954506661742926,0.4298739433288574,0.4742778539657593,0.7492291033267975,754.0,193024.0,4826.783423023997,12353536.0 +90.11,8.399999618530273,2593.0,0.008254081010818481,0.1019083634018898,0.0,1.8937530517578125,2.0378777980804443,-0.010302742943167686,0.00249390653334558,0.4014681577682495,0.47674715518951416,0.761682316660881,755.0,193280.0,4833.102035460994,12369920.0 +100.32,8.199999809265137,2611.0,0.008325566537678242,0.0928548201918602,0.0,1.9082638025283813,2.0489156246185303,-0.01154532004147768,0.0025046851951628923,0.4494111239910126,0.4632502794265747,0.7201390862464905,756.0,193536.0,4839.376307056053,12386304.0 +131.16,8.5,2609.0,0.007916034199297428,0.0993448868393898,0.0,1.8921102285385132,2.086272954940796,-0.011109295301139355,0.0024976760614663363,0.4041390120983124,0.47317469120025635,0.7417165040969849,757.0,193792.0,4845.657277930994,12402688.0 +126.5,8.399999618530273,2500.0,0.005045986268669367,0.05572509765625,0.0,1.9075980186462402,2.0346105098724365,-0.009947557933628559,0.0025193197652697563,0.4349747598171234,0.46074458956718445,0.7495552599430084,758.0,194048.0,4852.211746149929,12419072.0 +94.57,8.699999809265137,2493.0,0.007280880119651556,0.08587646484375,0.0,1.9085336923599243,2.03904128074646,-0.011450524441897869,0.0025075876619666815,0.42849552631378174,0.4723331928253174,0.7242643535137177,759.0,194304.0,4858.783762950916,12435456.0 +101.91,8.899999618530273,2447.0,0.009481368586421013,0.1152547225356102,0.0,1.9475489854812622,2.007903575897217,-0.010606426745653152,0.0025066824164241552,0.5222086310386658,0.4637892544269562,0.6434569358825684,760.0,194560.0,4865.478414844023,12451840.0 +93.43,8.899999618530273,2512.0,0.01075731497257948,0.1131388321518898,0.0,1.9168521165847778,2.053581476211548,-0.011879284866154194,0.002504282630980015,0.4341696500778198,0.4800412952899933,0.7078924179077148,761.0,194816.0,4872.000841680914,12468224.0 +124.29,9.0,2515.0,0.010071291588246822,0.1168212890625,0.0,1.8487952947616577,2.0727415084838867,-0.013042840175330639,0.00250208075158298,0.32341596484184265,0.469817191362381,0.8024887293577194,762.0,195072.0,4878.515411155997,12484608.0 +115.95,9.300000190734863,2552.0,0.010300238616764545,0.13140869140625,0.0,1.8034610748291016,2.091552972793579,-0.01183610875159502,0.0025028742384165525,0.2256186604499817,0.4719659984111786,0.8201382160186768,763.0,195328.0,4884.934338098858,12500992.0 +139.87,8.899999618530273,2550.0,0.008049550466239452,0.0991007462143898,0.0,1.8299640417099,2.0873868465423584,-0.011380404233932495,0.002495226915925741,0.2917424738407135,0.46873369812965393,0.799229308962822,764.0,195584.0,4891.358212048886,12517376.0 +145.52,8.5,2583.0,0.010137266479432583,0.13446044921875,0.0,1.866503357887268,2.078730821609497,-0.012480538338422775,0.0024947384372353554,0.3643287718296051,0.4702375829219818,0.7772990316152573,765.0,195840.0,4897.701111798873,12533760.0 +140.58,8.399999618530273,2527.0,0.0071046180091798306,0.0850016251206398,0.0,1.880216121673584,2.059752941131592,-0.009112983010709286,0.0025003741029649973,0.39042338728904724,0.4645281732082367,0.7318921685218811,766.0,196096.0,4904.185083808843,12550144.0 +120.25,8.899999618530273,2563.0,0.008868638426065445,0.11663818359375,0.0,1.8670272827148438,2.0626087188720703,-0.014396210201084614,0.0025009308010339737,0.36597204208374023,0.4685983955860138,0.7346775531768799,767.0,196352.0,4910.577973434003,12566528.0 +102.78,9.100000381469727,2538.0,0.009099791757762432,0.1183064803481102,0.0,1.8264269828796387,2.101064682006836,-0.011782743036746979,0.002500621136277914,0.2933678925037384,0.46222564578056335,0.786046177148819,768.0,196608.0,4917.032679490978,12582912.0 +147.65,8.300000190734863,2604.0,0.008952312171459198,0.1082356795668602,0.0,1.907618522644043,2.065709114074707,-0.0092964181676507,0.0025013794656842947,0.43570148944854736,0.4690316915512085,0.717270016670227,769.0,196864.0,4923.323844953906,12599296.0 +140.98,8.399999618530273,2602.0,0.008957845158874989,0.11322021484375,0.0,1.8769928216934204,2.0769965648651123,-0.01220514252781868,0.0024963158648461103,0.3763723373413086,0.47362419962882996,0.7698932588100433,770.0,197120.0,4929.619134317851,12615680.0 +168.46,8.399999618530273,2526.0,0.008703544735908508,0.1128336563706398,0.0,1.8703222274780273,2.0959248542785645,-0.009395274333655834,0.0025025680661201477,0.37784281373023987,0.46047139167785645,0.7653193026781082,771.0,197376.0,4936.104095208924,12632064.0 +107.29,9.199999809265137,2558.0,0.007162177935242653,0.0826009139418602,0.0,1.8118916749954224,2.067021369934082,-0.011458166874945164,0.0025022223126143217,0.2483806163072586,0.46871861815452576,0.8280391991138458,772.0,197632.0,4942.508781636832,12648448.0 +136.83,8.800000190734863,2469.0,0.008670594543218613,0.1133015975356102,0.0,1.8200856447219849,2.0878026485443115,-0.011597082950174809,0.002493154024705291,0.29051899909973145,0.4607243537902832,0.808124452829361,773.0,197888.0,4949.14489183994,12664832.0 +148.64,8.600000381469727,2587.0,0.008208216167986393,0.1038818359375,0.0,1.8535386323928833,2.0769522190093994,-0.008385679684579372,0.0024982751347124577,0.3355046510696411,0.46580371260643005,0.7748918831348419,774.0,198144.0,4955.478603278985,12681216.0 +154.28,8.399999618530273,2570.0,0.01128910481929779,0.1323649138212204,0.0,1.8677810430526733,2.0701515674591064,-0.012312308885157108,0.0025000732857733965,0.3719041347503662,0.46480607986450195,0.7881304919719696,775.0,198400.0,4961.854149803054,12697600.0 +134.48,8.600000381469727,2505.0,0.010116816498339176,0.1278483122587204,0.0,1.8831685781478882,2.0568361282348633,-0.012030179612338543,0.0025028421077877283,0.3813430070877075,0.4736744165420532,0.7798829674720764,776.0,198656.0,4968.395342167001,12713984.0 +160.27,8.5,2623.0,0.009638960473239422,0.1172892227768898,0.0,1.8664050102233887,2.057225465774536,-0.009766672737896442,0.0025020698085427284,0.3340336084365845,0.47869205474853516,0.807767242193222,777.0,198912.0,4974.64210002101,12730368.0 +109.94,8.100000381469727,2576.0,0.0073311286978423595,0.079345703125,0.0,1.9737831354141235,2.0237982273101807,-0.009583787061274052,0.0025034924037754536,0.5313655734062195,0.4861759841442108,0.7229821085929871,778.0,199168.0,4981.003883152967,12746752.0 +142.02,8.699999809265137,2540.0,0.007274494040757418,0.0945231094956398,0.0,1.8799676895141602,2.029620409011841,-0.012162573635578156,0.0025017624720931053,0.38191673159599304,0.4705869257450104,0.7493300139904022,779.0,199424.0,4987.453547853045,12763136.0 +100.64,8.699999809265137,2572.0,0.011158117093145847,0.1145833358168602,0.0,1.9038804769515991,1.977262020111084,-0.01049307081848383,0.0025000437162816525,0.41495633125305176,0.47664618492126465,0.7457299828529358,780.0,199680.0,4993.824101432925,12779520.0 +82.68,9.300000190734863,2561.0,0.01070312038064003,0.13934326171875,0.0,1.885623574256897,1.984598994255066,-0.011680166237056255,0.0025032865814864635,0.3855603039264679,0.4727262258529663,0.7430840134620667,781.0,199936.0,5000.220333653968,12795904.0 +102.56,9.0,2572.0,0.00948282890021801,0.1257527619600296,0.0,1.8719048500061035,1.9934043884277344,-0.009912677109241486,0.0025000760797411203,0.3544273376464844,0.47449991106987,0.725824385881424,782.0,200192.0,5006.59037931799,12812288.0 +81.1,9.100000381469727,2630.0,0.009154141880571842,0.1209513321518898,0.0,1.8932795524597168,1.9997754096984863,-0.008896924555301666,0.0025022851768881083,0.3844427764415741,0.4788104295730591,0.7437321841716766,783.0,200448.0,5012.818844506983,12828672.0 +136.46,8.699999809265137,2652.0,0.006984290201216936,0.0838623046875,0.0,1.887473225593567,1.9904311895370483,-0.012113600037992,0.002506464021280408,0.3878490626811981,0.4723345935344696,0.7316758632659912,784.0,200704.0,5018.997003922006,12845056.0 +123.24,8.899999618530273,2580.0,0.009323285892605782,0.1125691756606102,0.0,1.8802227973937988,2.005788803100586,-0.010559647344052792,0.002503749681636691,0.3473691940307617,0.4852810800075531,0.7678624987602234,785.0,200960.0,5025.3473718559835,12861440.0 +96.53,9.199999809265137,2633.0,0.008767392486333847,0.1148681640625,0.0,1.8337193727493286,2.039794683456421,-0.011983000673353672,0.0024916811380535364,0.31091660261154175,0.4648014008998871,0.791263610124588,786.0,201216.0,5031.570232586935,12877824.0 +113.36,8.300000190734863,2673.0,0.008274027146399021,0.0942586287856102,0.0,1.9323501586914062,2.007556676864624,-0.01064953114837408,0.002492286963388324,0.4805203676223755,0.47667136788368225,0.7267588675022125,787.0,201472.0,5037.698601047043,12894208.0 +144.27,8.699999809265137,2662.0,0.00841890461742878,0.1001383438706398,0.0,1.8737562894821167,2.013019561767578,-0.008871423080563545,0.0024931577499955893,0.3593234717845917,0.47651731967926025,0.7778448760509491,788.0,201728.0,5043.852854561992,12910592.0 +115.27,8.899999618530273,2660.0,0.009618937037885189,0.1204833984375,0.0,1.8526921272277832,2.0264699459075928,-0.011444096453487873,0.00249658920802176,0.32734397053718567,0.47243428230285645,0.7345916032791138,789.0,201984.0,5050.011873048032,12926976.0 +187.31,8.300000190734863,2599.0,0.007885665632784367,0.1000162735581398,0.0,1.920677661895752,2.0215022563934326,-0.00963982567191124,0.0025017501320689917,0.4428751468658447,0.4782196581363678,0.671422690153122,790.0,202240.0,5056.316836047918,12943360.0 +84.18,8.5,2625.0,0.010504714213311672,0.11663818359375,0.0,1.8571017980575562,2.033663511276245,-0.012253177352249622,0.0024954811669886112,0.32799795269966125,0.4779519736766815,0.7503654658794403,791.0,202496.0,5062.557019570842,12959744.0 +159.66,8.5,2558.0,0.008433938957750797,0.1063639298081398,0.0,1.8939270973205566,1.9982085227966309,-0.00943594891577959,0.0024931884836405516,0.40085718035697937,0.4763221740722656,0.7370848655700684,792.0,202752.0,5068.960935673909,12976128.0 +121.14,9.100000381469727,2644.0,0.010963949374854565,0.1325276643037796,0.0,1.8514248132705688,1.99854576587677,-0.01109000202268362,0.0024885607417672873,0.3270992040634155,0.4746699631214142,0.7787428051233292,793.0,203008.0,5075.156883325893,12992512.0 +132.27,8.899999618530273,2638.0,0.010253014042973518,0.1326090544462204,0.0,1.8485642671585083,1.9954363107681274,-0.011325079016387463,0.0024911982472985983,0.31377875804901123,0.47735512256622314,0.7840797156095505,794.0,203264.0,5081.375115656061,13008896.0 +115.54,9.300000190734863,2560.0,0.011204115115106106,0.1402791291475296,0.0,1.823779582977295,1.9673633575439453,-0.01257686410099268,0.0024863630533218384,0.2636028230190277,0.4810471534729004,0.8136983662843704,795.0,203520.0,5087.775132844923,13025280.0 +123.3,8.600000381469727,2537.0,0.007249996531754732,0.09161376953125,0.0,1.8642855882644653,2.0116870403289795,-0.010789352469146252,0.0024901775177568197,0.34166857600212097,0.4792686700820923,0.7729749977588654,796.0,203776.0,5094.233522115974,13041664.0 +112.0,9.399999618530273,2511.0,0.009015914984047413,0.1204427108168602,0.0,1.802228331565857,1.9925988912582397,-0.011545154266059399,0.0024987482465803623,0.21538788080215454,0.4766315519809723,0.7993232905864716,797.0,204032.0,5100.7587813299615,13058048.0 +146.85,8.800000190734863,2477.0,0.010839208960533142,0.1434122771024704,0.0,1.8408856391906738,2.018030881881714,-0.00994335487484932,0.002485650824382901,0.3037649691104889,0.47630152106285095,0.7654372602701187,798.0,204288.0,5107.373379244003,13074432.0 +110.34,8.899999618530273,2540.0,0.011135063134133816,0.1019083634018898,0.0,1.9325822591781616,1.978682518005371,-0.008634457364678383,0.0024940597359091043,0.46773114800453186,0.4801080524921417,0.6555495858192444,799.0,204544.0,5113.824409160996,13090816.0 +138.06,9.100000381469727,2649.0,0.00907878577709198,0.1149088516831398,0.0,1.828802466392517,2.0043158531188965,-0.011307467706501484,0.0024954932741820812,0.28038689494132996,0.47221270203590393,0.7597997784614563,800.0,204800.0,5120.008789355867,13107200.0 +110.46,9.199999809265137,2610.0,0.013667300343513489,0.1283976286649704,0.0,1.8392038345336914,2.000103235244751,-0.010854012332856655,0.0024971431121230125,0.2876802086830139,0.477647066116333,0.7763712257146835,801.0,205056.0,5126.286920921877,13123584.0 +98.7,9.100000381469727,2497.0,0.009624567814171314,0.1076456680893898,0.0,1.904192566871643,1.999259352684021,-0.011961884796619415,0.002505161100998521,0.4076932966709137,0.4797199070453644,0.7212942540645599,802.0,205312.0,5132.848552203039,13139968.0 +98.97,9.199999809265137,2502.0,0.007328223902732134,0.08685302734375,0.0,1.9278937578201294,1.984942078590393,-0.009512933902442455,0.002501920098438859,0.4569776952266693,0.47780707478523254,0.717330276966095,803.0,205568.0,5139.396015730919,13156352.0 +126.69,9.100000381469727,2521.0,0.00991023425012827,0.09039306640625,0.0,1.8240467309951782,2.015895128250122,-0.010095578618347645,0.0024944846518337727,0.2631344497203827,0.47549161314964294,0.8194338828325272,804.0,205824.0,5145.89349893597,13172736.0 +142.22,8.600000381469727,2636.0,0.008501188829541206,0.1041259765625,0.0,1.8810805082321167,1.985880732536316,-0.009319372475147247,0.0024862701538950205,0.3961798846721649,0.469033807516098,0.7080667614936829,805.0,206080.0,5152.1099738129415,13189120.0 +125.4,8.800000190734863,2630.0,0.007035211194306612,0.08673095703125,0.0,1.8423919677734375,1.9905067682266235,-0.01004264410585165,0.002483696909621358,0.3131263852119446,0.4739278554916382,0.7849409431219101,806.0,206336.0,5158.3380728550255,13205504.0 +126.43,9.0,2649.0,0.009496713057160378,0.11181640625,0.0,1.8589674234390259,1.9704371690750122,-0.009752369485795498,0.002493353793397546,0.34058210253715515,0.4714566767215729,0.7497780621051788,807.0,206592.0,5164.523845918942,13221888.0 +141.48,8.699999809265137,2622.0,0.008138574659824371,0.1024983748793602,0.0,1.8373432159423828,2.0069048404693604,-0.008194582536816597,0.002489927690476179,0.27049097418785095,0.4853975474834442,0.8019725233316422,808.0,206848.0,5170.771632320015,13238272.0 +106.9,8.699999809265137,2584.0,0.012586680240929127,0.1452840119600296,0.0,1.8850078582763672,1.9979850053787231,-0.006865974050015211,0.002500732196494937,0.34940025210380554,0.48678746819496155,0.7822596281766891,809.0,207104.0,5177.112736667972,13254656.0 +144.78,8.199999809265137,2492.0,0.008997639641165733,0.0931193009018898,0.0,1.9155157804489136,2.019177198410034,-0.009825470857322216,0.0024950013030320406,0.42849448323249817,0.48378515243530273,0.7379229366779327,810.0,207360.0,5183.6861114499625,13271040.0 +171.83,8.300000190734863,2599.0,0.00882014911621809,0.1118977889418602,0.0,1.908237099647522,2.0464789867401123,-0.00942185614258051,0.002492335857823491,0.4349365234375,0.4744875729084015,0.7638320773839951,811.0,207616.0,5189.990861614933,13287424.0 +94.24,8.899999618530273,2512.0,0.007843690924346447,0.0848592147231102,0.0,1.8822894096374512,2.004903793334961,-0.011578656733036041,0.002494035055860877,0.3828447163105011,0.4754769504070282,0.7809040993452072,812.0,207872.0,5196.51400601794,13303808.0 +141.28,8.300000190734863,2435.0,0.008737421594560146,0.108154296875,0.0,1.9101632833480835,2.03670597076416,-0.009947198443114758,0.0024865996092557907,0.42767977714538574,0.48333775997161865,0.7666922062635422,813.0,208128.0,5203.2429898530245,13320192.0 +134.65,8.899999618530273,2484.0,0.007079508155584335,0.0844319686293602,0.0,1.8530845642089844,2.0328032970428467,-0.00936787948012352,0.002494214102625847,0.31471994519233704,0.4783136546611786,0.8360798358917236,814.0,208384.0,5209.837001740001,13336576.0 +121.16,8.800000190734863,2480.0,0.008453726768493652,0.1021321639418602,0.0,1.8540326356887817,2.061753749847412,-0.01006027590483427,0.0025111217983067036,0.2839840352535248,0.4871576726436615,0.8272218257188797,815.0,208640.0,5216.444285444915,13352960.0 +111.02,8.899999618530273,2562.0,0.00985900778323412,0.1192423477768898,0.0,1.870500087738037,1.9879426956176758,-0.011836539022624493,0.002495611784979701,0.3418211042881012,0.4834994971752167,0.8036527186632156,816.0,208896.0,5222.840448123869,13369344.0 +128.64,8.699999809265137,2562.0,0.008503474295139313,0.0981241837143898,0.0,1.9161561727523804,2.0043036937713623,-0.010816014371812344,0.002499844878911972,0.4280454218387604,0.4830700159072876,0.7827380895614624,817.0,209152.0,5229.234384499025,13385728.0 +130.79,8.699999809265137,2460.0,0.009336162358522415,0.1031087264418602,0.0,1.8901745080947876,2.0253419876098633,-0.01149218250066042,0.0025014060083776712,0.3713836967945099,0.4855252504348755,0.7855848222970963,818.0,209408.0,5235.893398335902,13402112.0 +127.23,8.399999618530273,2432.0,0.009212513454258442,0.1063639298081398,0.0,1.9182997941970825,2.032702684402466,-0.010430092923343182,0.0025024248752743006,0.43572914600372314,0.4799797534942627,0.7353901863098145,819.0,209664.0,5242.630135424901,13418496.0 +119.59,8.399999618530273,2556.0,0.009944613091647625,0.0901285782456398,0.0,1.895379662513733,2.016014337539673,-0.010353961028158665,0.0024958676658570766,0.4043692648410797,0.4757753312587738,0.7215743064880371,820.0,209920.0,5249.040266938042,13434880.0 +112.15,8.399999618530273,2458.0,0.007979528047144413,0.0882161483168602,0.0,1.9227811098098755,1.98275887966156,-0.00886225514113903,0.0024935698602348566,0.4387989044189453,0.48528680205345154,0.7220674455165863,821.0,210176.0,5255.706513419049,13451264.0 +102.89,8.899999618530273,2494.0,0.007292148191481829,0.0866495743393898,0.0,1.925160527229309,1.9985235929489136,-0.010035631246864796,0.0024860433768481016,0.4587585926055908,0.4827805459499359,0.7269331514835358,822.0,210432.0,5262.275567095028,13467648.0 +110.55,9.0,2553.0,0.008426109328866005,0.096923828125,0.0,1.8846120834350586,2.002396821975708,-0.011174675077199936,0.0024890501517802477,0.37320539355278015,0.48468276858329773,0.7618835866451263,823.0,210688.0,5268.693878161954,13484032.0 +100.98,9.199999809265137,2584.0,0.010325731709599495,0.12213134765625,0.0,1.8487647771835327,1.995888352394104,-0.01238673273473978,0.002513868734240532,0.2822279632091522,0.48306187987327576,0.7951925545930862,824.0,210944.0,5275.033627372934,13500416.0 +124.99,8.800000190734863,2555.0,0.008252781815826893,0.1070963516831398,0.0,1.8665412664413452,2.0200560092926025,-0.010100648738443851,0.0025068679824471474,0.3376331031322479,0.47459208965301514,0.7960997372865677,825.0,211200.0,5281.445358546916,13516800.0 +110.84,9.0,2594.0,0.010047436691820621,0.1257731169462204,0.0,1.8784772157669067,2.00488018989563,-0.010790012776851654,0.0024918331764638424,0.37000182271003723,0.4783984124660492,0.7983570247888565,826.0,211456.0,5287.761762773851,13533184.0 +93.26,9.399999618530273,2629.0,0.01221742108464241,0.1456298828125,0.0,1.840999960899353,2.0217525959014893,-0.012917649932205677,0.0025003128685057163,0.28238704800605774,0.4827852249145508,0.847898006439209,827.0,211712.0,5293.993085336871,13549568.0 +114.48,8.399999618530273,2492.0,0.014322073198854923,0.11639404296875,0.0,1.9327105283737183,1.9903405904769897,-0.009895630180835724,0.002489596139639616,0.464731365442276,0.48534560203552246,0.7452506422996521,828.0,211968.0,5300.566680738935,13565952.0 +104.22,8.600000381469727,2634.0,0.007997517473995686,0.1021728515625,0.0,1.8878339529037476,2.019268274307251,-0.010559235699474812,0.0024816591758280993,0.3817784786224365,0.48686668276786804,0.7792680710554123,829.0,212224.0,5306.78764804895,13582336.0 +134.92,8.399999618530273,2501.0,0.007935192435979843,0.0964558944106102,0.0,1.8780921697616577,2.0245442390441895,-0.010813340544700623,0.0024956746492534876,0.3518974781036377,0.4853651821613312,0.7911723107099533,830.0,212480.0,5313.338649855927,13598720.0 +95.28,9.300000190734863,2552.0,0.009884289465844631,0.1086018905043602,0.0,1.8525381088256836,2.015416383743286,-0.012117095291614532,0.0024945612531155348,0.3044309616088867,0.4853133261203766,0.8147066831588745,831.0,212736.0,5319.759428675985,13615104.0 +135.43,8.5,2573.0,0.007575534284114838,0.0963541641831398,0.0,1.9106239080429077,2.0309317111968994,-0.008806458674371243,0.002490420127287507,0.43983498215675354,0.47461190819740295,0.7517028450965881,832.0,212992.0,5326.1269968689885,13631488.0 +138.07,8.800000190734863,2647.0,0.00864440482109785,0.1026407852768898,0.0,1.8394174575805664,2.013126850128174,-0.01241050660610199,0.002480523893609643,0.31548967957496643,0.4739527404308319,0.7917260974645615,833.0,213248.0,5332.316412098939,13647872.0 +139.33,8.699999809265137,2691.0,0.008518100716173649,0.1130574569106102,0.0,1.8534241914749146,2.055112600326538,-0.009364231489598751,0.0024785001296550035,0.3276613652706146,0.4802592694759369,0.749353677034378,834.0,213504.0,5338.405036740936,13664256.0 +113.7,8.899999618530273,2078.0,0.0073246886022388935,0.0819091796875,0.0,1.8052434921264648,2.09529185295105,-0.008874386548995972,0.002498857444152236,0.24167732894420624,0.46480366587638855,0.8203873485326767,835.0,213760.0,5346.286899026018,13680640.0 +173.75,8.800000190734863,2561.0,0.007943179458379745,0.1038411483168602,0.0,1.8174535036087036,2.089564800262451,-0.010366910137236118,0.0024902191944420338,0.2548576593399048,0.4761776030063629,0.8230876624584198,836.0,214016.0,5352.684067968046,13697024.0 +149.24,8.5,2455.0,0.009842057712376118,0.1260172575712204,0.0,1.8359322547912598,2.06677508354187,-0.008776167407631874,0.00249297684058547,0.2900024652481079,0.4738868176937103,0.8181571364402771,837.0,214272.0,5359.357792811003,13713408.0 +171.2,8.199999809265137,2449.0,0.008647482842206955,0.1147664412856102,0.0,1.8907121419906616,2.0663201808929443,-0.009936165995895863,0.0024958853609859943,0.3972283899784088,0.4747544825077057,0.7958908975124359,838.0,214528.0,5366.04669162794,13729792.0 +159.45,8.800000190734863,2533.0,0.010823768563568592,0.1339518278837204,0.0,1.8389229774475098,2.0546319484710693,-0.010880611836910248,0.0024821728002279997,0.2980839014053345,0.4802214801311493,0.794715404510498,839.0,214784.0,5372.514409388881,13746176.0 +126.49,8.600000381469727,2539.0,0.010197974741458893,0.1203206405043602,0.0,1.8961048126220703,2.0033652782440186,-0.010054687038064003,0.0024921437725424767,0.3974474370479584,0.4813973605632782,0.7389357089996338,840.0,215040.0,5378.966585595859,13762560.0 +118.47,9.100000381469727,2517.0,0.007388365920633078,0.0875447615981102,0.0,1.8387993574142456,2.0066452026367188,-0.010074100457131863,0.002484201453626156,0.3052586615085602,0.47420981526374817,0.7679002434015274,841.0,215296.0,5385.475825897884,13778944.0 +147.65,8.699999809265137,2531.0,0.008013095706701279,0.1036783829331398,0.0,1.899300217628479,1.9750008583068848,-0.011117360554635525,0.0024932189844548702,0.4204418361186981,0.47333741188049316,0.6642347872257233,842.0,215552.0,5391.949622638989,13795328.0 +111.64,9.0,2561.0,0.008926206268370152,0.0888264998793602,0.0,1.8555192947387695,1.9822096824645996,-0.009905766695737839,0.0024839125107973814,0.31589803099632263,0.48534202575683594,0.7251313328742981,843.0,215808.0,5398.347748129861,13811712.0 +109.72,8.899999618530273,2640.0,0.008939753286540508,0.1140543594956398,0.0,1.8343783617019653,1.9900935888290405,-0.010714872740209103,0.002488591242581606,0.2905178964138031,0.47543981671333313,0.7542762011289597,844.0,216064.0,5404.553845763905,13828096.0 +107.27,9.100000381469727,2556.0,0.008406084962189198,0.10711669921875,0.0,1.862007737159729,1.9803074598312378,-0.0090584522113204,0.0024883325677365065,0.33370301127433777,0.4798515737056732,0.7240746021270752,845.0,216320.0,5410.964459968032,13844480.0 +167.48,8.600000381469727,2595.0,0.007744796574115753,0.0949503555893898,0.0,1.8701671361923218,2.007009267807007,-0.00936888251453638,0.0024995876010507345,0.3585464656352997,0.4705392122268677,0.687667042016983,846.0,216576.0,5417.278494078899,13860864.0 +111.16,9.300000190734863,2595.0,0.009511228650808334,0.1174112930893898,0.0,1.8731050491333008,1.9912539720535278,-0.011572862975299358,0.002481114352121949,0.369409441947937,0.4793287515640259,0.6814371645450592,847.0,216832.0,5423.591798190959,13877248.0 +119.34,8.399999618530273,2601.0,0.014429979957640171,0.1158243790268898,0.0,1.8828340768814087,2.034905433654785,-0.008500347845256329,0.0024970632512122393,0.37107598781585693,0.4776136577129364,0.6584590375423431,848.0,217088.0,5429.889630621998,13893632.0 +132.68,8.800000190734863,2552.0,0.008462327532470226,0.0937906876206398,0.0,1.8738679885864258,2.0036418437957764,-0.010864358395338058,0.00249490630812943,0.3664991855621338,0.4740661680698395,0.6573558747768402,849.0,217344.0,5436.308369108941,13910016.0 +112.78,9.0,2568.0,0.008058493956923485,0.10711669921875,0.0,1.8519244194030762,2.018523931503296,-0.010569993406534195,0.00248695514164865,0.3217066824436188,0.478348970413208,0.7035928070545197,850.0,217600.0,5442.689420209033,13926400.0 +143.04,8.399999618530273,2484.0,0.007836256176233292,0.0905965194106102,0.0,1.893093466758728,1.984278678894043,-0.010628867894411087,0.0024928071070462465,0.4156911075115204,0.4693160355091095,0.6593179404735565,851.0,217856.0,5449.284501611022,13942784.0 +146.63,8.899999618530273,2429.0,0.010380870662629604,0.1054484024643898,0.0,1.829405426979065,2.0044078826904297,-0.010282200761139393,0.0024971584789454937,0.2941558063030243,0.46407461166381836,0.7298154234886169,852.0,218112.0,5456.029457645025,13959168.0 +127.27,9.100000381469727,2539.0,0.009028492495417595,0.10479736328125,0.0,1.8470745086669922,2.0254831314086914,-0.011232051067054272,0.002481084084138274,0.2905782461166382,0.49273014068603516,0.7343024909496307,853.0,218368.0,5462.481288230978,13975552.0 +141.45,8.800000190734863,2550.0,0.01176192332059145,0.1187337264418602,0.0,1.834390640258789,2.044327735900879,-0.012553021311759949,0.002483972115442157,0.29993736743927,0.4754323661327362,0.6996321678161621,854.0,218624.0,5468.904870518949,13991936.0 +137.14,8.5,2597.0,0.009731488302350044,0.1139933243393898,0.0,1.8949931859970093,2.0485756397247314,-0.009473123587667942,0.002486130688339472,0.39620113372802734,0.4837862253189087,0.6833883821964264,855.0,218880.0,5475.214291475946,14008320.0 +146.82,8.300000190734863,2646.0,0.008111749775707722,0.1052652969956398,0.0,1.8717552423477173,2.0529863834381104,-0.010193543508648872,0.00248307129368186,0.3699316084384918,0.4759770333766937,0.7035144567489624,856.0,219136.0,5481.406990103889,14024704.0 +136.18,8.699999809265137,2574.0,0.00946949515491724,0.1090494766831398,0.0,1.8818777799606323,2.0255799293518066,-0.011102975346148014,0.0024838910903781652,0.38486161828041077,0.4788597822189331,0.6839064955711365,857.0,219392.0,5487.77273440687,14041088.0 +105.97,9.0,2631.0,0.009057986550033092,0.0982462540268898,0.0,1.8739887475967407,1.9893125295639038,-0.008928213268518448,0.002486956538632512,0.3520069420337677,0.4833286702632904,0.7121398746967316,858.0,219648.0,5493.998597350903,14057472.0 +136.57,8.399999618530273,2648.0,0.009213955141603947,0.1068522110581398,0.0,1.9219406843185425,2.011326313018799,-0.00941216479986906,0.002493523061275482,0.44047439098358154,0.48446741700172424,0.6318966746330261,859.0,219904.0,5500.1851692779455,14073856.0 +103.22,9.199999809265137,2576.0,0.00699969194829464,0.08380126953125,0.0,1.821832537651062,2.0010035037994385,-0.010982867330312729,0.0024978823494166136,0.23839128017425537,0.4846884310245514,0.7649888843297958,860.0,220160.0,5506.5451954768505,14090240.0 +117.22,8.5,2504.0,0.007144181057810783,0.0838419571518898,0.0,1.8824561834335327,2.011568307876587,-0.0103446738794446,0.0024863656144589186,0.3734757602214813,0.4829958379268646,0.6918526291847229,861.0,220416.0,5513.08829278592,14106624.0 +152.32,8.899999618530273,2553.0,0.010555346496403217,0.1282755583524704,0.0,1.86772882938385,2.0198161602020264,-0.010782595723867416,0.002480751369148493,0.3564504086971283,0.4801083505153656,0.6981016099452972,862.0,220672.0,5519.506445809035,14123008.0 +139.88,8.399999618530273,2514.0,0.01009352970868349,0.126220703125,0.0,1.9017006158828735,1.981195330619812,-0.013066713698208332,0.0024772409815341234,0.4207955598831177,0.4855611026287079,0.6955523192882538,863.0,220928.0,5526.023873765022,14139392.0 +106.01,9.0,2443.0,0.012316630221903324,0.134765625,0.0,1.8493131399154663,1.9959970712661743,-0.011695087887346745,0.002484457567334175,0.3300931453704834,0.47369253635406494,0.7399462163448334,864.0,221184.0,5532.728686702903,14155776.0 +139.09,8.800000190734863,2556.0,0.013876707293093204,0.1354777067899704,0.0,1.8739277124404907,1.9799872636795044,-0.011731751263141632,0.002487103221938014,0.3517068326473236,0.48605427145957947,0.7410865426063538,865.0,221440.0,5539.137466873042,14172160.0 +133.95,9.0,2555.0,0.01187850907444954,0.1470133513212204,0.0,1.8413310050964355,1.9842487573623657,-0.012088355608284473,0.002494224114343524,0.2866482436656952,0.4828256368637085,0.7361085414886475,866.0,221696.0,5545.548838751856,14188544.0 +144.7,9.0,2582.0,0.010144419968128204,0.1228230819106102,0.0,1.8275004625320435,2.0218467712402344,-0.01220117136836052,0.0024867767933756113,0.2711159884929657,0.4809739589691162,0.7364481389522552,867.0,221952.0,5551.893176386831,14204928.0 +133.43,8.699999809265137,2596.0,0.008601387031376362,0.1067301407456398,0.0,1.9079645872116089,2.0063250064849854,-0.011662724427878857,0.002481950679793954,0.4304060637950897,0.48351219296455383,0.6545318961143494,868.0,222208.0,5558.203540297924,14221312.0 +141.57,9.199999809265137,2552.0,0.01408348884433508,0.1478068083524704,0.0,1.8717784881591797,1.955140471458435,-0.010969060473144054,0.0024895574897527695,0.3357187509536743,0.48966071009635925,0.7105775475502014,869.0,222464.0,5564.622212138027,14237696.0 +112.79,9.199999809265137,2530.0,0.012203291989862919,0.1396687775850296,0.0,1.8636573553085327,1.9613842964172363,-0.011706714518368244,0.0024893402587622404,0.3165612816810608,0.49202683568000793,0.7189047932624817,870.0,222720.0,5571.097423393978,14254080.0 +89.24,9.300000190734863,2662.0,0.012062369845807552,0.1311848908662796,0.0,1.8870984315872192,1.9567514657974243,-0.011189211159944534,0.0024978506844490767,0.36418795585632324,0.4868360459804535,0.7133790254592896,871.0,222976.0,5577.25321461889,14270464.0 +93.8,9.5,2658.0,0.011468522250652313,0.1279296875,0.0,1.8665995597839355,1.9576853513717651,-0.013344090431928635,0.002484316239133477,0.33688053488731384,0.48892202973365784,0.7248435914516449,872.0,223232.0,5583.41592068295,14286848.0 +115.89,9.100000381469727,2612.0,0.01191952545195818,0.15228271484375,0.0,1.8635390996932983,1.9102072715759277,-0.011746625415980816,0.0024927514605224133,0.32288476824760437,0.4865697920322418,0.7445328235626221,873.0,223488.0,5589.687997436849,14303232.0 +69.27,9.600000381469727,2643.0,0.010840557515621185,0.1351725310087204,0.0,1.8566831350326538,1.9430046081542969,-0.012208794243633747,0.0024853681679815054,0.29815739393234253,0.4965592920780182,0.7202019095420837,874.0,223744.0,5595.887274734909,14319616.0 +124.51,8.600000381469727,2613.0,0.00910027977079153,0.10345458984375,0.0,1.9527339935302734,1.9380135536193848,-0.009478841908276081,0.0024851083289831877,0.49534401297569275,0.49136701226234436,0.6315209567546844,875.0,224000.0,5602.158233332913,14336000.0 +98.54,8.899999618530273,2618.0,0.008999506011605263,0.0997517928481102,0.0,1.9375003576278687,1.9442387819290161,-0.007860836572945118,0.002478834707289934,0.4627958834171295,0.49398836493492126,0.6416884660720825,876.0,224256.0,5608.416765509872,14352384.0 +106.21,8.800000190734863,2570.0,0.009897583164274693,0.1054280623793602,0.0,1.9353975057601929,1.9507231712341309,-0.00926647987216711,0.002488809172064066,0.4624840319156647,0.4885246455669403,0.6646091938018799,877.0,224512.0,5614.792424005922,14368768.0 +91.02,9.300000190734863,2610.0,0.00869925506412983,0.11077880859375,0.0,1.8619736433029175,1.9156684875488281,-0.011293601244688034,0.002492658095434308,0.31470200419425964,0.48874378204345703,0.7485005855560303,878.0,224768.0,5621.068254478043,14385152.0 +120.75,9.100000381469727,2555.0,0.007263993378728628,0.0902099609375,0.0,1.9443374872207642,1.896644115447998,-0.009886936284601688,0.002482813782989979,0.45532235503196716,0.504122793674469,0.6537351310253143,879.0,225024.0,5627.480158288032,14401536.0 +95.14,9.0,2692.0,0.011158258654177189,0.1225992813706398,0.0,1.916786551475525,1.8708882331848145,-0.01225071307271719,0.0024963782634586096,0.40291622281074524,0.49809861183166504,0.6806052327156067,880.0,225280.0,5633.566732187988,14417920.0 +75.89,9.100000381469727,2641.0,0.008664065040647984,0.09954833984375,0.0,1.9085966348648071,1.861708164215088,-0.010030281729996204,0.0024876233655959368,0.3970593214035034,0.49490249156951904,0.6828546524047852,881.0,225536.0,5639.769663495012,14434304.0 +96.88,9.300000190734863,2653.0,0.011177320964634418,0.1328328400850296,0.0,1.9039840698242188,1.8477259874343872,-0.00993450079113245,0.0024844880681484938,0.39746180176734924,0.4914208948612213,0.6249920725822449,882.0,225792.0,5645.944710736861,14450688.0 +91.78,9.0,2630.0,0.010464020073413849,0.1155192032456398,0.0,1.9155735969543457,1.9153294563293457,-0.011570285074412823,0.0024848056491464376,0.40781882405281067,0.49998483061790466,0.660942405462265,883.0,226048.0,5652.174577192869,14467072.0 +81.73,8.800000190734863,2520.0,0.009153471328318119,0.11102294921875,0.0,1.9155917167663574,1.9263817071914673,-0.011063847690820694,0.0024848890025168657,0.41179516911506653,0.4975771903991699,0.676300436258316,884.0,226304.0,5658.676342644962,14483456.0 +109.16,8.800000190734863,2560.0,0.008392971009016037,0.1051432266831398,0.0,1.9191910028457642,1.9701687097549438,-0.009677866473793983,0.0024793713819235563,0.4101097583770752,0.503830075263977,0.6479203999042511,885.0,226560.0,5665.077011149842,14499840.0 +126.35,8.899999618530273,2605.0,0.009254107251763344,0.1135457381606102,0.0,1.8898062705993652,1.9392446279525757,-0.013560555875301361,0.0024763881228864193,0.38011637330055237,0.49450698494911194,0.6624786257743835,886.0,226816.0,5671.36705513997,14516224.0 +83.51,9.300000190734863,2555.0,0.01060822606086731,0.13037109375,0.0,1.859442114830017,1.9679365158081055,-0.009631074033677578,0.0024780307430773973,0.32501909136772156,0.48722735047340393,0.6928142309188843,887.0,227072.0,5677.7830461829435,14532608.0 +99.62,9.100000381469727,2636.0,0.020065292716026306,0.121826171875,0.0,1.8753224611282349,1.95691978931427,-0.009894236922264099,0.0024741129018366337,0.33574724197387695,0.4998558461666107,0.6459164023399353,888.0,227328.0,5683.999026844045,14548992.0 +96.53,9.0,2613.0,0.00966410432010889,0.1208089217543602,0.0,1.8996896743774414,1.949823021888733,-0.00955680850893259,0.0024767096620053053,0.3901524543762207,0.4953134059906006,0.6446278691291809,889.0,227584.0,5690.2697948089335,14565376.0 +102.8,9.199999809265137,2534.0,0.009233037941157818,0.1088460311293602,0.0,1.8701690435409546,1.951573371887207,-0.009585615247488022,0.002471750369295478,0.32210221886634827,0.5023438930511475,0.6597765386104584,890.0,227840.0,5696.735243720934,14581760.0 +114.51,8.899999618530273,2639.0,0.008358889259397984,0.10284423828125,0.0,1.9187387228012085,1.9251426458358765,-0.009037894196808338,0.0024717010091990232,0.43483057618141174,0.4937622547149658,0.5889860689640045,891.0,228096.0,5702.943147051847,14598144.0 +128.13,8.699999809265137,2648.0,0.01013460848480463,0.12066650390625,0.0,1.8736119270324707,1.9578582048416138,-0.01027663704007864,0.0024685522075742483,0.3521455228328705,0.49311819672584534,0.6732728779315948,892.0,228352.0,5709.130036012037,14614528.0 +106.36,9.0,2636.0,0.008336110971868038,0.1021931990981102,0.0,1.8354202508926392,1.9644418954849243,-0.012458194978535175,0.002478439826518297,0.28236380219459534,0.4871211349964142,0.6977826356887817,893.0,228608.0,5715.345939666964,14630912.0 +112.75,9.100000381469727,2580.0,0.009860370308160782,0.1092122420668602,0.0,1.883018970489502,1.9476953744888306,-0.012689978815615177,0.002478278474882245,0.3749849796295166,0.4885542094707489,0.6651612520217896,894.0,228864.0,5721.695449628867,14647296.0 +113.78,9.199999809265137,2524.0,0.010380965657532215,0.1179606094956398,0.0,1.8562647104263306,1.9371217489242554,-0.011397561989724636,0.0024779571685940027,0.29044243693351746,0.502833902835846,0.7087105512619019,895.0,229120.0,5728.186414781958,14663680.0 +91.11,9.399999618530273,2575.0,0.011971592903137207,0.10455322265625,0.0,1.8475173711776733,1.9349236488342285,-0.008588655851781368,0.002481246367096901,0.27842846512794495,0.49561765789985657,0.7055213451385498,896.0,229376.0,5734.548287373036,14680064.0 +96.08,8.800000190734863,2666.0,0.010268286801874638,0.11700439453125,0.0,1.8628331422805786,1.921843409538269,-0.013231885619461536,0.002477235859259963,0.3358101546764374,0.4887605905532837,0.6537506580352783,897.0,229632.0,5740.692902053939,14696448.0 +101.57,9.0,2620.0,0.010602240450680256,0.129638671875,0.0,1.8288298845291138,1.957631230354309,-0.012653759680688381,0.0024790065363049507,0.26145705580711365,0.4908280372619629,0.7217783629894257,898.0,229888.0,5746.945308191935,14712832.0 +114.25,9.300000190734863,2534.0,0.007926409132778645,0.1047159805893898,0.0,1.849470615386963,1.9550065994262695,-0.007841957733035088,0.002473557135090232,0.2853666841983795,0.49740055203437805,0.6763056218624115,899.0,230144.0,5753.411758637987,14729216.0 +94.03,9.5,2506.0,0.012084131129086018,0.1321818083524704,0.0,1.812922477722168,1.9489864110946655,-0.011864441446959972,0.0024774111807346344,0.22290833294391632,0.49411725997924805,0.6962505578994751,900.0,230400.0,5759.949317684863,14745600.0 +114.49,9.100000381469727,2522.0,0.009327082894742489,0.1200764998793602,0.0,1.889109492301941,1.9610713720321655,-0.012020997703075409,0.0024801900144666433,0.39023256301879883,0.4855301082134247,0.6134674251079559,901.0,230656.0,5766.4461165219545,14761984.0 +110.82,9.300000190734863,2558.0,0.008335858583450317,0.10577392578125,0.0,1.8839107751846313,1.9262655973434448,-0.011292077600955963,0.002473399741575122,0.3448319733142853,0.5053498148918152,0.6739294528961182,902.0,230912.0,5772.84991301503,14778368.0 +100.86,8.699999809265137,2594.0,0.008917066268622875,0.115478515625,0.0,1.9175952672958374,1.9505597352981567,-0.00979559775441885,0.00247576623223722,0.401566743850708,0.508229672908783,0.613864004611969,903.0,231168.0,5779.165962748928,14794752.0 +104.97,8.699999809265137,2600.0,0.008881019428372383,0.1156819686293602,0.0,1.9384050369262695,1.9189043045043945,-0.00929346401244402,0.0024730225559324026,0.4632413685321808,0.498755544424057,0.5784726738929749,904.0,231424.0,5785.466392929899,14811136.0 +90.03,9.300000190734863,2513.0,0.008416527882218361,0.1057332381606102,0.0,1.8795350790023804,1.9066486358642578,-0.010168335400521755,0.002473074709996581,0.35071268677711487,0.49687623977661133,0.6609925925731659,905.0,231680.0,5791.985163477948,14827520.0 +105.83,9.0,2629.0,0.00916968286037445,0.10552978515625,0.0,1.8978662490844727,1.9115409851074219,-0.01015882845968008,0.0024661000352352858,0.393478125333786,0.49735164642333984,0.6076137721538544,906.0,231936.0,5798.218376338016,14843904.0 +103.88,8.800000190734863,2643.0,0.007938149385154247,0.09356689453125,0.0,1.9247125387191772,1.8903447389602661,-0.008638780564069748,0.00247380998916924,0.4489394426345825,0.4908800423145294,0.5897400677204132,907.0,232192.0,5804.417158744996,14860288.0 +102.71,8.800000190734863,2572.0,0.0061698551289737225,0.0720621719956398,0.0,1.9106312990188599,1.9077755212783813,-0.009960171766579151,0.0024716490879654884,0.39479967951774597,0.5064449310302734,0.6232421100139618,908.0,232448.0,5810.7876012919005,14876672.0 +114.47,9.300000190734863,2531.0,0.009551397524774075,0.09527587890625,0.0,1.8400205373764038,1.9314242601394653,-0.010510098189115524,0.002472984604537487,0.28848597407341003,0.48910966515541077,0.6406539082527161,909.0,232704.0,5817.261730530998,14893056.0 +110.16,8.899999618530273,2595.0,0.00964732188731432,0.1129353865981102,0.0,1.8658841848373413,1.9678282737731934,-0.01046635303646326,0.0024722919333726168,0.32167232036590576,0.4990469217300415,0.6341389715671539,910.0,232960.0,5823.575624103891,14909440.0 +135.53,8.5,2607.0,0.008227026090025902,0.0988566055893898,0.0,1.984272837638855,1.9958983659744263,-0.006030407268553972,0.0024685265962034464,0.5399297475814819,0.5060341954231262,0.5298311710357666,911.0,233216.0,5829.859801118029,14925824.0 +94.39,8.699999809265137,2559.0,0.00789730716496706,0.0791829451918602,0.0,1.921854019165039,1.9782804250717163,-0.00993319135159254,0.0024680241476744413,0.446853369474411,0.4941311776638031,0.5978991985321045,912.0,233472.0,5836.262456460856,14942208.0 +121.82,8.600000381469727,2575.0,0.015101415105164051,0.14373779296875,0.0,1.90495765209198,1.905307412147522,-0.007101127877831459,0.002464079763740301,0.38090625405311584,0.5086188912391663,0.6423657536506653,913.0,233728.0,5842.625333450967,14958592.0 +101.91,9.199999809265137,2516.0,0.009592258371412754,0.1175333634018898,0.0,1.871427059173584,1.86164128780365,-0.011794154532253742,0.0024758006911724806,0.32567235827445984,0.5011010766029358,0.6803064942359924,914.0,233984.0,5849.137146950001,14974976.0 +78.68,8.899999618530273,2529.0,0.012483791448175907,0.1401570588350296,0.0,1.9056521654129028,1.890256404876709,-0.01183405239135027,0.0024712327867746353,0.3872483968734741,0.5071482062339783,0.6683151423931122,915.0,234240.0,5855.614307642914,14991360.0 +80.56,9.0,2559.0,0.007705835625529289,0.0961507186293602,0.0,1.9332647323608398,1.8990174531936646,-0.012026636861264706,0.0024735426995903254,0.45762506127357483,0.49869784712791443,0.6686149537563324,916.0,234496.0,5862.01596963685,15007744.0 +108.49,8.600000381469727,2600.0,0.009251772426068783,0.099609375,0.0,1.8765897750854492,1.937463641166687,-0.011084175668656826,0.002464495599269867,0.3632718622684479,0.49316486716270447,0.6835872232913971,917.0,234752.0,5868.318266206887,15024128.0 +85.05,9.199999809265137,2559.0,0.008986243978142738,0.10400390625,0.0,1.8563356399536133,1.9103564023971558,-0.011474307626485825,0.0024742805399000645,0.3306296765804291,0.4844585657119751,0.7025919556617737,918.0,235008.0,5874.721474882914,15040512.0 +116.42,9.100000381469727,2577.0,0.008285530842840672,0.1072591170668602,0.0,1.8607711791992188,1.9351516962051392,-0.010287873446941376,0.0024698495399206877,0.3159949481487274,0.497488409280777,0.6991855204105377,919.0,235264.0,5881.078840401955,15056896.0 +132.9,8.699999809265137,2541.0,0.010472315363585949,0.1027018204331398,0.0,1.9131067991256714,1.8963584899902344,-0.009754982776939869,0.0024706809781491756,0.4424304962158203,0.4852696657180786,0.6428287625312805,920.0,235520.0,5887.526451693848,15073280.0 +104.4,8.899999618530273,2580.0,0.010727697052061558,0.1248372420668602,0.0,1.9067091941833496,1.9163756370544434,-0.010371566750109196,0.002465640427544713,0.40988966822624207,0.49847960472106934,0.6550991237163544,921.0,235776.0,5893.876164742047,15089664.0 +75.95,9.699999809265137,2666.0,0.009591513313353062,0.11065673828125,0.0,1.8838144540786743,1.8774665594100952,-0.010911674238741398,0.002477282891049981,0.3561885356903076,0.49676522612571716,0.7078132033348083,922.0,236032.0,5900.02165313391,15106048.0 +97.5,9.0,2654.0,0.009746800176799297,0.1162516251206398,0.0,1.8809905052185059,1.8679838180541992,-0.012362401932477951,0.0024704248644411564,0.3573707044124603,0.4981348216533661,0.7157962620258331,923.0,236288.0,5906.194281667005,15122432.0 +67.99,9.5,2631.0,0.008389056660234928,0.0967814102768898,0.0,1.8585983514785767,1.9200361967086792,-0.009775793179869652,0.00247050984762609,0.285799115896225,0.5094204545021057,0.7417851984500885,924.0,236544.0,5912.422578347847,15138816.0 +105.32,8.800000190734863,2533.0,0.011299456469714642,0.1104532852768898,0.0,1.9298967123031616,1.9148330688476562,-0.010577901266515255,0.002474246546626091,0.4681277573108673,0.4884357452392578,0.6570212543010712,925.0,236800.0,5918.890564885922,15155200.0 +94.6,8.600000381469727,2526.0,0.005830904468894005,0.0669352188706398,0.0,1.9533463716506958,1.8665428161621094,-0.010728991590440273,0.0024813611526042223,0.47542238235473633,0.5043491125106812,0.6507777571678162,926.0,237056.0,5925.375160127878,15171584.0 +103.86,9.300000190734863,2472.0,0.012086900882422924,0.0975545272231102,0.0,1.8595930337905884,1.9547840356826782,-0.010159971192479134,0.0024888445623219013,0.282888263463974,0.5034343600273132,0.7286328375339508,927.0,237312.0,5932.003009134904,15187968.0 +137.1,8.699999809265137,2543.0,0.008504440076649189,0.0847981795668602,0.0,1.902558445930481,1.9635334014892578,-0.008112492971122265,0.002477718750014901,0.3858695328235626,0.4985126256942749,0.6746488809585571,928.0,237568.0,5938.446362906834,15204352.0 +88.45,9.199999809265137,2517.0,0.0073899514973163605,0.0846150740981102,0.0,1.8767260313034058,1.9481478929519653,-0.011115447618067265,0.002470696112141013,0.3497335910797119,0.497107595205307,0.6544122695922852,929.0,237824.0,5944.956299742917,15220736.0 +113.3,9.0,2592.0,0.010294359177350998,0.1134440079331398,0.0,1.839758276939392,1.9800734519958496,-0.011233516968786716,0.0024717659689486027,0.2751145660877228,0.4973525106906891,0.7144051790237427,930.0,238080.0,5951.277418032987,15237120.0 +88.58,8.899999618530273,2528.0,0.009470454417169094,0.1011759415268898,0.0,1.9328328371047974,1.9563193321228027,-0.01020925771445036,0.0024762905668467283,0.4465920925140381,0.5011640787124634,0.6416701674461365,931.0,238336.0,5957.75778961787,15253504.0 +119.03,8.800000190734863,2532.0,0.008293071761727333,0.098876953125,0.0,1.893629550933838,1.9853378534317017,-0.009564322419464588,0.002473771572113037,0.3740799129009247,0.49912163615226746,0.6765293478965759,932.0,238592.0,5964.228754956042,15269888.0 +118.38,9.300000190734863,2583.0,0.00902190525084734,0.1153971329331398,0.0,1.8340586423873901,1.986740231513977,-0.011442527174949646,0.002473577158525586,0.24798905849456787,0.5045852065086365,0.7560632973909378,933.0,238848.0,5970.5707884279545,15286272.0 +106.41,9.0,2489.0,0.009369205683469772,0.1157023087143898,0.0,1.887807011604309,1.9617103338241577,-0.011449282057583332,0.0024783636908978224,0.3525826036930084,0.5034001469612122,0.6629181504249573,934.0,239104.0,5977.153130278923,15302656.0 +128.77,8.399999618530273,2535.0,0.009334067814052105,0.1185506209731102,0.0,1.9245749711990356,1.9797784090042114,-0.009469537064433098,0.002473624190315604,0.4345760643482208,0.4997420012950897,0.6123588979244232,935.0,239360.0,5983.61617372185,15319040.0 +106.64,8.899999618530273,2554.0,0.006617300678044558,0.07958984375,0.0,1.9301387071609497,1.9349192380905151,-0.009637970477342606,0.0024814815260469913,0.443749338388443,0.49651065468788147,0.6368591487407684,936.0,239616.0,5990.031871594023,15335424.0 +109.56,9.100000381469727,2676.0,0.007489558309316635,0.0873209610581398,0.0,1.8886104822158813,1.9849296808242798,-0.011529180221259594,0.002479523653164506,0.35393646359443665,0.5032588839530945,0.6489728689193726,937.0,239872.0,5996.153604594991,15351808.0 +105.04,8.899999618530273,2653.0,0.011829565279185772,0.1293131560087204,0.0,1.9018772840499878,2.023237943649292,-0.008418839424848557,0.00248273485340178,0.3690929710865021,0.5046143531799316,0.6392014920711517,938.0,240128.0,6002.3301425720565,15368192.0 +123.25,9.0,2614.0,0.010461513884365559,0.1185302734375,0.0,1.8199992179870605,2.036351203918457,-0.010806064121425152,0.0024838459212332964,0.23288363218307495,0.4928038418292999,0.7574732005596161,939.0,240384.0,6008.598749296041,15384576.0 +121.64,8.600000381469727,2589.0,0.00984993577003479,0.123291015625,0.0,1.9029303789138794,1.9730401039123535,-0.010087474249303341,0.002486794488504529,0.37442460656166077,0.5021386742591858,0.6848613321781158,940.0,240640.0,6014.926724755904,15400960.0 +103.3,9.300000190734863,2616.0,0.012043206952512264,0.1284383088350296,0.0,1.8540420532226562,1.941153883934021,-0.012341465801000595,0.0024694425519555807,0.30743733048439026,0.4973551332950592,0.7107895612716675,941.0,240896.0,6021.189105470898,15417344.0 +121.36,9.100000381469727,2629.0,0.014343995600938797,0.127197265625,0.0,1.8464951515197754,1.9018162488937378,-0.009415031410753727,0.002464739605784416,0.30208590626716614,0.4915156364440918,0.7217485010623932,942.0,241152.0,6027.421812828863,15433728.0 +84.1,9.0,2538.0,0.007739802356809378,0.0952962264418602,0.0,1.8878612518310547,1.9251683950424194,-0.010063252411782742,0.0024634322617202997,0.37641993165016174,0.49725019931793213,0.6505603194236755,943.0,241408.0,6033.877602449851,15450112.0 +115.7,8.899999618530273,2649.0,0.008126228116452694,0.0932210311293602,0.0,1.8520722389221191,1.9552139043807983,-0.010113800875842571,0.002468862570822239,0.31459251046180725,0.49001047015190125,0.7369974255561829,944.0,241664.0,6040.061225048965,15466496.0 +95.29,9.100000381469727,2541.0,0.009774290956556797,0.1087646484375,0.0,1.8199468851089478,1.9680510759353638,-0.012283812277019024,0.00246608117595315,0.2529122531414032,0.49241456389427185,0.7694248855113983,945.0,241920.0,6046.509849664057,15482880.0 +111.76,8.800000190734863,2635.0,0.011407479643821716,0.1352335661649704,0.0,1.893361210823059,1.9817484617233276,-0.012544970959424973,0.0024717834312468767,0.38608983159065247,0.4967869520187378,0.6848555505275726,946.0,242176.0,6052.728357319953,15499264.0 +120.79,8.899999618530273,2545.0,0.00876267533749342,0.1090494766831398,0.0,1.884635329246521,1.9655362367630005,-0.010940272361040115,0.0024667109828442335,0.3537781536579132,0.5049864649772644,0.7370522618293762,947.0,242432.0,6059.167126954999,15515648.0 +120.34,9.199999809265137,2689.0,0.00750456377863884,0.0916951522231102,0.0,1.8561931848526,1.9889249801635742,-0.009846982546150684,0.002471637213602662,0.30141833424568176,0.49940159916877747,0.7222282588481903,948.0,242688.0,6065.261206289986,15532032.0 +94.07,9.199999809265137,2616.0,0.009813714772462845,0.1251627653837204,0.0,1.8715314865112305,1.959028720855713,-0.011060838587582111,0.0024746302515268326,0.3209257125854492,0.5044049620628357,0.7124259769916534,949.0,242944.0,6071.524471215904,15548416.0 +119.71,9.199999809265137,2568.0,0.009059431962668896,0.1175130233168602,0.0,1.8863654136657715,1.9493695497512817,-0.011611792258918285,0.0024688804987818003,0.3617568910121918,0.5021525025367737,0.7306247651576996,950.0,243200.0,6077.903964110883,15564800.0 +110.14,8.899999618530273,2558.0,0.00676339864730835,0.07208251953125,0.0,1.8741902112960815,1.98988676071167,-0.01046465802937746,0.002480048919096589,0.33164122700691223,0.4987088739871979,0.7379109859466553,951.0,243456.0,6084.31071183295,15581184.0 +92.69,9.0,2524.0,0.01051135454326868,0.1224161759018898,0.0,1.86221182346344,2.0170726776123047,-0.011146697215735912,0.0024765818379819393,0.2983120381832123,0.50608229637146,0.7455717027187347,952.0,243712.0,6090.801562736044,15597568.0 +143.56,8.800000190734863,2623.0,0.008351912721991539,0.1083170548081398,0.0,1.896741509437561,2.0223734378814697,-0.007875628769397736,0.0024724891409277916,0.3713538944721222,0.5029194951057434,0.71100914478302,953.0,243968.0,6097.047985995887,15613952.0 +140.43,8.899999618530273,2584.0,0.007569011766463518,0.0805460587143898,0.0,1.8345814943313599,2.0132882595062256,-0.011466092430055141,0.0024750486481934786,0.26802393794059753,0.4946441650390625,0.7544375211000443,954.0,244224.0,6103.3887953599915,15630336.0 +151.84,8.800000190734863,2501.0,0.00828619860112667,0.108154296875,0.0,1.9023264646530151,1.976507306098938,-0.009646041318774223,0.0024708653800189495,0.3838399350643158,0.5043848156929016,0.6788159906864166,955.0,244480.0,6109.938348630909,15646720.0 +128.63,8.699999809265137,2497.0,0.009683939628303051,0.0973103865981102,0.0,1.8972768783569336,2.000236749649048,-0.011161231435835361,0.0024696646723896265,0.39299583435058594,0.4971103370189667,0.6542668640613556,956.0,244736.0,6116.499142606044,15663104.0 +125.95,9.0,2550.0,0.012420090846717358,0.12567138671875,0.0,1.8388298749923706,1.988909125328064,-0.01068901363760233,0.0024727273266762495,0.2822786271572113,0.4919046461582184,0.702927440404892,957.0,244992.0,6122.923416585894,15679488.0 +99.09,9.100000381469727,2543.0,0.006848132703453302,0.0763956680893898,0.0,1.8486651182174683,2.0066163539886475,-0.009141303598880768,0.0024588899686932564,0.30715301632881165,0.49485111236572266,0.6834432184696198,958.0,245248.0,6129.3667735038325,15695872.0 +97.88,8.800000190734863,2660.0,0.01152756530791521,0.0803019180893898,0.0,1.8914874792099,2.0394599437713623,-0.009080830961465836,0.0024699573405086994,0.3801819384098053,0.4958932399749756,0.5844205915927887,959.0,245504.0,6135.525771567831,15712256.0 +141.09,8.399999618530273,2652.0,0.008140546269714832,0.0990193709731102,0.0,1.9281724691390991,2.0564749240875244,-0.010709806345403194,0.0024760221131145954,0.42217209935188293,0.5103495717048645,0.631962388753891,960.0,245760.0,6141.703302572947,15728640.0 +150.61,8.5,2658.0,0.00788669753819704,0.0850830078125,0.0,1.9180140495300293,2.0237419605255127,-0.009469890035688877,0.0024725848343223333,0.4128609597682953,0.5049984455108643,0.6355252861976624,961.0,246016.0,6147.871474161046,15745024.0 +119.4,8.699999809265137,2563.0,0.008535696193575859,0.0990804061293602,0.0,1.9225349426269531,2.0224881172180176,-0.010044790804386139,0.00247623841278255,0.40313705801963806,0.5131170153617859,0.646817147731781,962.0,246272.0,6154.264353741892,15761408.0 +126.81,8.899999618530273,2557.0,0.007408080156892538,0.0872395858168602,0.0,1.8618892431259155,2.0493104457855225,-0.009622085839509964,0.002493084641173482,0.2783729135990143,0.5062757134437561,0.7327900230884552,963.0,246528.0,6160.671408507973,15777792.0 +118.53,8.899999618530273,2562.0,0.008838501758873463,0.1142374649643898,0.0,1.8351011276245117,2.089127779006958,-0.01084482204169035,0.0024795897770673037,0.25072044134140015,0.5016821622848511,0.7305064499378204,964.0,246784.0,6167.066406406928,15794176.0 +136.64,8.399999618530273,2557.0,0.009698270820081234,0.1262613981962204,0.0,1.893502116203308,2.1135523319244385,-0.009243574924767017,0.002471879357472062,0.37551018595695496,0.5001862645149231,0.6233569085597992,965.0,247040.0,6173.474518793868,15810560.0 +141.03,9.0,2608.0,0.008981929160654545,0.1231485977768898,0.0,1.8122611045837402,2.1424312591552734,-0.008609701879322529,0.002476252382621169,0.22741788625717163,0.4904599189758301,0.7236838340759277,966.0,247296.0,6179.756982899969,15826944.0 +117.93,9.100000381469727,2533.0,0.008498712442815304,0.0986124649643898,0.0,1.881210446357727,2.0863189697265625,-0.009212908335030079,0.0024588683154433966,0.3446008861064911,0.5095518231391907,0.6948031783103943,967.0,247552.0,6186.225965016987,15843328.0 +182.03,8.600000381469727,2595.0,0.009749825112521648,0.12408447265625,0.0,1.912680983543396,2.053370475769043,-0.01171049103140831,0.002471124054864049,0.39182254672050476,0.5134517550468445,0.6920301616191864,968.0,247808.0,6192.539323580917,15859712.0 +109.16,9.0,2612.0,0.00991887878626585,0.122802734375,0.0,1.87517249584198,2.043344736099243,-0.011206996627151966,0.002466790610924363,0.3363633155822754,0.5052363276481628,0.7226778566837311,969.0,248064.0,6198.811838326976,15876096.0 +129.41,7.900000095367432,2680.0,0.009681286290287971,0.1273396760225296,0.0,1.9084137678146362,2.046952247619629,-0.010600097477436066,0.0024687836412340403,0.42085912823677063,0.49466195702552795,0.6418397128582001,970.0,248320.0,6204.92499930691,15892480.0 +142.73,9.0,2584.0,0.0086465273052454,0.0941162109375,0.0,1.8673028945922852,2.0028998851776123,-0.009630339220166206,0.0024647412355989218,0.32910314202308655,0.5000400543212891,0.7254818975925446,971.0,248576.0,6211.264128866838,15908864.0 +94.08,9.100000381469727,2637.0,0.009221692569553852,0.1124674454331398,0.0,1.8274239301681519,2.041917562484741,-0.010939900763332844,0.0024639975745230913,0.26321619749069214,0.4951760470867157,0.7654808014631271,972.0,248832.0,6217.477880769875,15925248.0 +140.12,8.399999618530273,2633.0,0.008973394520580769,0.11834716796875,0.0,1.8653268814086914,2.0306525230407715,-0.00953234825283289,0.0024678728077560663,0.33381471037864685,0.49432191252708435,0.7075665295124054,973.0,249088.0,6223.700391708873,15941632.0 +131.42,9.199999809265137,2656.0,0.010352451354265213,0.13330078125,0.0,1.809080719947815,2.008808135986328,-0.011363818310201168,0.0024704693350940943,0.20235790312290192,0.5041189789772034,0.8025803416967392,974.0,249344.0,6229.869129713858,15958016.0 +166.59,8.5,2617.0,0.009280139580368996,0.1190185546875,0.0,1.8771719932556152,1.9988330602645874,-0.008328273892402649,0.0024785285349935293,0.3247322738170624,0.5038581490516663,0.7342111468315125,975.0,249600.0,6236.128713128855,15974400.0 +172.8,8.5,2638.0,0.007849694229662418,0.1010945662856102,0.0,1.8789550065994263,2.014932870864868,-0.011961206793785095,0.0024758102372288704,0.35411950945854187,0.4961005747318268,0.7282570600509644,976.0,249856.0,6242.338532665046,15990784.0 +147.43,8.699999809265137,2509.0,0.010139715857803822,0.1382039338350296,0.0,1.8528504371643066,2.0231895446777344,-0.012503013014793396,0.0025134889874607325,0.24502204358577728,0.5063297152519226,0.8015171140432358,977.0,250112.0,6248.867803274887,16007168.0 +175.76,8.399999618530273,2566.0,0.0081184608861804,0.0867513045668602,0.0,1.8988794088363647,1.9862432479858398,-0.00917982030659914,0.002494870452210307,0.3442777097225189,0.5083474516868591,0.7330862581729889,978.0,250368.0,6255.253425174858,16023552.0 +124.13,8.800000190734863,2616.0,0.009377746842801571,0.1208089217543602,0.0,1.8626362085342407,2.0024490356445312,-0.012322633527219296,0.0024785471614450216,0.30692926049232483,0.502245306968689,0.72660893201828,979.0,250624.0,6261.515847258968,16039936.0 +156.88,8.399999618530273,2545.0,0.00824024435132742,0.1091105118393898,0.0,1.8810089826583862,1.9839797019958496,-0.01043016742914915,0.0024770565796643496,0.32363829016685486,0.5109314918518066,0.6687600612640381,980.0,250880.0,6267.951954961987,16056320.0 +117.13,9.199999809265137,2680.0,0.008048524148762226,0.09674072265625,0.0,1.9092499017715454,1.9759188890457153,-0.01009682659059763,0.002465235535055399,0.38649848103523254,0.5132389068603516,0.7055955827236176,981.0,251136.0,6274.070088286884,16072704.0 +138.36,8.899999618530273,2561.0,0.008539562113583088,0.1111246719956398,0.0,1.8522229194641113,1.985213279724121,-0.012668437324464321,0.002474059583619237,0.29241666197776794,0.5015051960945129,0.7645735442638397,982.0,251392.0,6280.466036963975,16089088.0 +166.66,8.100000381469727,2559.0,0.010294790379703045,0.1131795272231102,0.0,1.9088459014892578,1.9983471632003784,-0.01024275366216898,0.00247757975012064,0.3906325399875641,0.5049660205841064,0.7232476770877838,983.0,251648.0,6286.868175922893,16105472.0 +137.81,8.600000381469727,2608.0,0.009558766148984432,0.1274007111787796,0.0,1.8811731338500977,2.0209758281707764,-0.010760340839624405,0.002486697630956769,0.30166515707969666,0.517961859703064,0.8110532462596893,984.0,251904.0,6293.151326482883,16121856.0 +174.83,8.600000381469727,2639.0,0.008886349387466908,0.1163533553481102,0.0,1.87336003780365,2.061789035797119,-0.011832408607006073,0.002494823420420289,0.2774379849433899,0.5196796655654907,0.814040407538414,985.0,252160.0,6299.360786946025,16138240.0 +146.77,8.600000381469727,2680.0,0.014364410191774368,0.1332600861787796,0.0,1.8737813234329224,2.0639398097991943,-0.011447768658399582,0.0024781639222055674,0.31463977694511414,0.509466826915741,0.7824478149414062,986.0,252416.0,6305.4741084009875,16154624.0 +133.06,8.699999809265137,2659.0,0.012147735804319382,0.1455485075712204,0.0,1.91621732711792,2.0069072246551514,-0.010233823210000992,0.002479715971276164,0.3936598002910614,0.5098325610160828,0.7610519230365753,987.0,252672.0,6311.635685679037,16171008.0 +131.72,9.0,2611.0,0.014683512039482594,0.1018269881606102,0.0,1.884515404701233,1.997092366218567,-0.008311149664223194,0.0024668604601174593,0.3147805631160736,0.521976888179779,0.7685770243406296,988.0,252928.0,6317.9103805709165,16187392.0 +131.8,8.800000190734863,2614.0,0.01279979944229126,0.1360880583524704,0.0,1.8787108659744263,2.035362482070923,-0.011514623649418354,0.0024829627946019173,0.3287871181964874,0.504703938961029,0.7782359719276428,989.0,253184.0,6324.1776653009,16203776.0 +120.29,8.800000190734863,2666.0,0.01121108140796423,0.1404011994600296,0.0,1.8997257947921753,2.047799825668335,-0.011777300387620926,0.002483065938577056,0.34567058086395264,0.517612874507904,0.7875288724899292,990.0,253440.0,6330.322604239918,16220160.0 +102.02,8.5,2563.0,0.01074700802564621,0.1067098006606102,0.0,1.9282450675964355,2.0524630546569824,-0.009702945128083229,0.0024931805673986673,0.389275461435318,0.5172449946403503,0.7855456173419952,991.0,253696.0,6336.714523565024,16236544.0 +109.45,8.899999618530273,2652.0,0.007318102288991213,0.0894978865981102,0.0,1.926667332649231,2.026240587234497,-0.010348962619900703,0.002482576295733452,0.39688828587532043,0.5175465941429138,0.7924418747425079,992.0,253952.0,6342.893259771867,16252928.0 +107.87,9.0,2661.0,0.011709656566381454,0.1524251252412796,0.0,1.8803075551986694,2.0622103214263916,-0.012515422888100147,0.0024885900784283876,0.31268128752708435,0.512809693813324,0.8059729635715485,993.0,254208.0,6349.051628008019,16269312.0 +94.25,8.300000190734863,2669.0,0.008844191208481789,0.10595703125,0.0,1.9375849962234497,2.0411009788513184,-0.013048664666712284,0.002476612338796258,0.45096179842948914,0.5072575211524963,0.749610185623169,994.0,254464.0,6355.1897776960395,16285696.0 +126.08,9.300000190734863,2647.0,0.01084489282220602,0.1375935822725296,0.0,1.8483266830444336,2.044816255569458,-0.013173017650842667,0.0024730581790208817,0.2746026813983917,0.508117139339447,0.8154685348272324,995.0,254720.0,6361.379662603838,16302080.0 +138.65,8.899999618530273,2476.0,0.01273343339562416,0.14788818359375,0.0,1.8718987703323364,2.034001588821411,-0.011823032982647419,0.0024725559633225203,0.32279297709465027,0.5063875913619995,0.8138745278120041,996.0,254976.0,6367.9959374610335,16318464.0 +90.54,9.100000381469727,2462.0,0.011410961858928204,0.1436970978975296,0.0,1.839970588684082,2.0596134662628174,-0.013752221129834652,0.0024753527250140905,0.26218128204345703,0.5055520534515381,0.8304771035909653,997.0,255232.0,6374.651833161013,16334848.0 +154.64,9.0,2519.0,0.011721130460500717,0.1541544646024704,0.0,1.8648881912231445,2.0436155796051025,-0.013928844593465328,0.0024734283797442913,0.2993911802768707,0.5128434896469116,0.819367840886116,998.0,255488.0,6381.154610802885,16351232.0 +165.04,8.899999618530273,2559.0,0.008886432275176048,0.1084187850356102,0.0,1.8960267305374146,2.01171612739563,-0.011346074752509594,0.0024709852878004313,0.36198103427886963,0.5110065937042236,0.7830299139022827,999.0,255744.0,6387.555985769024,16367616.0 +88.61,9.399999618530273,2612.0,0.010595161467790604,0.1202799454331398,0.0,1.8623199462890625,1.986190676689148,-0.01367477048188448,0.0024621752090752125,0.29681190848350525,0.5163630247116089,0.8166564851999283,1000.0,256000.0,6393.827716032974,16384000.0 +112.92,8.5,2583.0,0.00978495366871357,0.1160481795668602,0.0,1.929726243019104,2.010802984237671,-0.012159946374595165,0.002465292578563094,0.45136913657188416,0.5036631226539612,0.7538447082042694,1001.0,256256.0,6400.171264806995,16400384.0 +122.2,9.0,2543.0,0.010314217768609524,0.1236572265625,0.0,1.8896185159683228,1.9942121505737305,-0.011830147355794907,0.0024695221800357103,0.3460947573184967,0.5135824680328369,0.7862308472394943,1002.0,256512.0,6406.613372660009,16416768.0 +106.08,9.199999809265137,2622.0,0.010060587897896767,0.11981201171875,0.0,1.8676954507827759,2.014669179916382,-0.011714450083673,0.0024594429414719343,0.3221036493778229,0.5087834000587463,0.8141716122627258,1003.0,256768.0,6412.862604280934,16433152.0 +148.35,8.699999809265137,2602.0,0.01078131515532732,0.1347859650850296,0.0,1.8629504442214966,2.0276973247528076,-0.014604803174734116,0.0024594550486654043,0.32989123463630676,0.5031594634056091,0.7956438511610031,1004.0,257024.0,6419.1587389418855,16449536.0 +138.78,8.300000190734863,2580.0,0.012744826264679432,0.1257731169462204,0.0,1.9781512022018433,1.9628996849060059,-0.013652133755385876,0.0024684343952685595,0.5227667689323425,0.515831470489502,0.7075296342372894,1005.0,257280.0,6425.507910597837,16465920.0 +99.75,8.199999809265137,2582.0,0.008565313182771206,0.0959676131606102,0.0,1.9448966979980469,1.9642151594161987,-0.013508238829672337,0.002463011769577861,0.4744798243045807,0.5093011856079102,0.7093542814254761,1006.0,257536.0,6431.852990863845,16482304.0 +94.99,9.199999809265137,2478.0,0.009400061331689358,0.1083984375,0.0,1.8657666444778442,1.9691901206970215,-0.012810454703867435,0.002471167827025056,0.30475714802742004,0.5103062987327576,0.7884982526302338,1007.0,257792.0,6438.464084679959,16498688.0 +115.94,8.899999618530273,2485.0,0.011522655375301838,0.1269124299287796,0.0,1.902265191078186,1.969580054283142,-0.012594821862876415,0.002470174105837941,0.39064911007881165,0.5041438937187195,0.7297910749912262,1008.0,258048.0,6445.057124793995,16515072.0 +100.4,8.600000381469727,2446.0,0.010574708692729473,0.1319783478975296,0.0,1.957740306854248,1.9684048891067505,-0.011329603381454945,0.0024550186935812235,0.4846862852573395,0.5189014077186584,0.6959189176559448,1009.0,258304.0,6451.75507668592,16531456.0 +100.97,9.199999809265137,2548.0,0.0103516336530447,0.1348063200712204,0.0,1.8392109870910645,2.004523992538452,-0.011447071097791195,0.0024610746186226606,0.2727057635784149,0.5038129091262817,0.7861586809158325,1010.0,258560.0,6458.184239093913,16547840.0 +119.89,9.0,2518.0,0.01124445628374815,0.1392822265625,0.0,1.860520362854004,2.0222666263580322,-0.013173874467611313,0.002459433162584901,0.3149232566356659,0.5067388415336609,0.7784597724676132,1011.0,258816.0,6464.691125008976,16564224.0 +106.64,9.100000381469727,2614.0,0.010232272557914257,0.1201375350356102,0.0,1.8906230926513672,1.9587126970291138,-0.013626671396195889,0.0024620594922453165,0.3477815091609955,0.5189163088798523,0.7901782691478729,1012.0,259072.0,6470.959212891059,16580608.0 +116.26,9.199999809265137,2471.0,0.008636526763439178,0.1030476912856102,0.0,1.8496488332748413,1.9747775793075562,-0.011153582483530045,0.0024637037422508,0.27951255440711975,0.5089418292045593,0.7846708446741104,1013.0,259328.0,6477.589639647864,16596992.0 +123.78,8.899999618530273,2509.0,0.008390199393033981,0.101318359375,0.0,1.9136061668395996,1.9424210786819458,-0.01253286749124527,0.0024635291192680597,0.4084570109844208,0.5095699429512024,0.722888708114624,1014.0,259584.0,6484.120574655011,16613376.0 +132.45,9.199999809265137,2610.0,0.010553925298154354,0.1259765625,0.0,1.8569828271865845,1.9534434080123901,-0.013744468800723553,0.002460851799696684,0.29187408089637756,0.5138989686965942,0.7850035578012466,1015.0,259840.0,6490.397428104887,16629760.0 +142.68,9.100000381469727,2555.0,0.009396820329129696,0.11016845703125,0.0,1.8821049928665161,1.9742759466171265,-0.01057391706854105,0.0024620492476969957,0.33755555748939514,0.5126191973686218,0.7552032470703125,1016.0,260096.0,6496.809605303919,16646144.0 +113.85,8.699999809265137,2461.0,0.00788136851042509,0.0936686173081398,0.0,1.899144172668457,1.9709171056747437,-0.013849101960659027,0.002470135223120451,0.3623599708080292,0.5164547562599182,0.7399109601974487,1017.0,260352.0,6503.466952292947,16662528.0 +114.25,8.800000190734863,2547.0,0.009393303655087948,0.1138916015625,0.0,1.8845926523208618,1.9855051040649414,-0.011862524785101414,0.0024573130067437887,0.3491690456867218,0.5130690336227417,0.7150551676750183,1018.0,260608.0,6509.898881771835,16678912.0 +148.65,8.5,2522.0,0.012508883140981197,0.1482950896024704,0.0,1.9368764162063599,1.941003441810608,-0.010424255393445492,0.0024658110924065113,0.46001091599464417,0.5037999153137207,0.6878840327262878,1019.0,260864.0,6516.394560446031,16695296.0 +94.88,9.100000381469727,2546.0,0.011345966719090939,0.1455485075712204,0.0,1.8477429151535034,1.9675745964050293,-0.010889418423175812,0.002452814718708396,0.2670117914676666,0.5183947682380676,0.7442048192024231,1020.0,261120.0,6522.82876576297,16711680.0 +139.6,9.300000190734863,2513.0,0.01060834527015686,0.1429646760225296,0.0,1.8439054489135742,1.9761945009231567,-0.011805434711277485,0.002458317670971155,0.27373677492141724,0.5094456672668457,0.7505912184715271,1021.0,261376.0,6529.349377719918,16728064.0 +136.18,9.0,2507.0,0.009028195403516293,0.11822509765625,0.0,1.8571544885635376,1.941830039024353,-0.011503354646265507,0.0024597167503088713,0.2953430116176605,0.5105463266372681,0.7304879128932953,1022.0,261632.0,6535.883109744871,16744448.0 +115.23,8.800000190734863,2427.0,0.008261161856353283,0.09222412109375,0.0,1.9310903549194336,1.9393171072006226,-0.012479633092880249,0.002456019399687648,0.43184635043144226,0.5190303921699524,0.6342031061649323,1023.0,261888.0,6542.633067168994,16760832.0 +129.79,8.600000381469727,2618.0,0.012185820378363132,0.1353556364774704,0.0,1.8923463821411133,1.9391416311264038,-0.012467310763895512,0.002455412410199642,0.36286672949790955,0.5150652527809143,0.6892432570457458,1024.0,262144.0,6548.890196772991,16777216.0 +124.41,9.100000381469727,2584.0,0.009372616186738014,0.1094563826918602,0.0,1.8718284368515015,1.9181455373764038,-0.01196261029690504,0.0024584780912846327,0.32085052132606506,0.5133082270622253,0.684484988451004,1025.0,262400.0,6555.230074258987,16793600.0 +137.93,8.800000190734863,2516.0,0.010057254694402218,0.1220906600356102,0.0,1.8707178831100464,1.9283474683761597,-0.01227283850312233,0.002451973734423518,0.33472856879234314,0.5089227557182312,0.7010196149349213,1026.0,262656.0,6561.74173942185,16809984.0 +107.83,9.5,2535.0,0.01178534422069788,0.143798828125,0.0,1.8894211053848267,1.9509042501449585,-0.011436659842729568,0.002461946103721857,0.3364814519882202,0.5211530327796936,0.6530605554580688,1027.0,262912.0,6568.2039898389485,16826368.0 +106.66,8.399999618530273,2542.0,0.008997743017971516,0.1029052734375,0.0,1.9936097860336304,1.9895354509353638,-0.009267810732126236,0.002469416707754135,0.547892689704895,0.5141182541847229,0.6030178666114807,1028.0,263168.0,6574.648855668027,16842752.0 +115.99,9.100000381469727,2488.0,0.01012028381228447,0.1297607421875,0.0,1.850165843963623,1.9985483884811401,-0.009095163084566593,0.002469030674546957,0.27496570348739624,0.50724858045578,0.7230353355407715,1029.0,263424.0,6581.233062535059,16859136.0 +138.55,8.600000381469727,2487.0,0.010478180833160877,0.12384033203125,0.0,1.8979600667953491,1.9857984781265259,-0.00984619464725256,0.00247529661282897,0.3671359121799469,0.5064476728439331,0.6859621405601501,1030.0,263680.0,6587.821776853874,16875520.0 +146.8,8.199999809265137,2491.0,0.007470650598406792,0.09564208984375,0.0,1.953816294670105,2.004831552505493,-0.008641443215310574,0.0024674132000654936,0.4602487087249756,0.5186751484870911,0.6648606956005096,1031.0,263936.0,6594.399997186847,16891904.0 +129.48,8.100000381469727,2481.0,0.007670762483030558,0.0886433944106102,0.0,1.970915675163269,2.0125818252563477,-0.010962177999317646,0.0024713838938623667,0.4951406717300415,0.5187411308288574,0.6729961931705475,1032.0,264192.0,6601.0037524369545,16908288.0 +105.61,8.899999618530273,2502.0,0.00935447495430708,0.1114501953125,0.0,1.9243110418319702,2.0347707271575928,-0.010160150937736034,0.002467689337208867,0.3794008791446686,0.5312737226486206,0.7221331596374512,1033.0,264448.0,6607.550792998867,16924672.0 +99.07,9.100000381469727,2577.0,0.009855407290160656,0.10784912109375,0.0,1.8643031120300293,2.0234622955322266,-0.012182057835161686,0.0024816610384732485,0.2763044536113739,0.517737090587616,0.7745264023542404,1034.0,264704.0,6613.90765418997,16941056.0 +125.69,8.600000381469727,2625.0,0.010038595646619797,0.1181233748793602,0.0,1.9461506605148315,1.9873199462890625,-0.009279818274080753,0.002454591915011406,0.43658187985420227,0.5297167897224426,0.6432196497917175,1035.0,264960.0,6620.148145325016,16957440.0 +99.47,9.399999618530273,2553.0,0.008515206165611744,0.0940144881606102,0.0,1.9061203002929688,1.9557913541793823,-0.010121172294020653,0.0024714109022170305,0.3639442026615143,0.5181216597557068,0.6817556321620941,1036.0,265216.0,6626.5648828048725,16973824.0 +132.19,9.0,2436.0,0.011115923523902893,0.1328531950712204,0.0,1.880516529083252,1.9960671663284302,-0.011193797923624516,0.00246530887670815,0.30585095286369324,0.5260910391807556,0.7408282160758972,1037.0,265472.0,6633.288912345888,16990208.0 +130.22,8.899999618530273,2569.0,0.012110289186239243,0.1509602814912796,0.0,1.861334204673767,2.0105016231536865,-0.010082848370075226,0.0024674320593476295,0.27277204394340515,0.5214198231697083,0.7605475038290024,1038.0,265728.0,6639.666944405995,17006592.0 +144.27,8.399999618530273,2630.0,0.009280066005885601,0.12139892578125,0.0,1.8645776510238647,2.0248186588287354,-0.010188957676291466,0.002467695390805602,0.3025585114955902,0.5098876357078552,0.7139226198196411,1039.0,265984.0,6645.896091638831,17022976.0 +156.06,8.399999618530273,2616.0,0.009712678380310535,0.1133829727768898,0.0,1.9164667129516602,2.019465208053589,-0.010803570039570332,0.0024622168857604265,0.39436593651771545,0.519173800945282,0.6732504963874817,1040.0,266240.0,6652.157687044935,17039360.0 +164.03,8.300000190734863,2550.0,0.008048984222114086,0.08868408203125,0.0,1.9353866577148438,1.976585030555725,-0.009336325339972973,0.002464048797264695,0.4220212996006012,0.5214537978172302,0.6941580176353455,1041.0,266496.0,6658.583216473926,17055744.0 +107.76,8.600000381469727,2509.0,0.008205199614167213,0.1019693985581398,0.0,1.8998160362243652,2.0222527980804443,-0.012932543642818928,0.002463922370225191,0.3610055446624756,0.5205073952674866,0.723959743976593,1042.0,266752.0,6665.112525318051,17072128.0 +149.84,8.5,2499.0,0.010421562939882278,0.1373087614774704,0.0,1.9123409986495972,2.016359806060791,-0.012404483743011951,0.002466227626428008,0.38011276721954346,0.5217391848564148,0.7230086624622345,1043.0,267008.0,6671.667853991035,17088512.0 +111.4,8.600000381469727,2540.0,0.007848774082958698,0.1012369766831398,0.0,1.8894381523132324,2.015413761138916,-0.011174044571816921,0.002456903224810958,0.34278735518455505,0.5209211111068726,0.7236723005771637,1044.0,267264.0,6678.117441328941,17104896.0 +128.97,8.399999618530273,2476.0,0.006910938769578934,0.08563232421875,0.0,1.8961905241012573,2.034938097000122,-0.009542705491185188,0.002466922625899315,0.34323766827583313,0.5210022926330566,0.706822544336319,1045.0,267520.0,6684.734709433978,17121280.0 +176.92,8.399999618530273,2574.0,0.009349594824016094,0.1155192032456398,0.0,1.928176999092102,2.0037479400634766,-0.01094138529151678,0.0024750607553869486,0.40995192527770996,0.5166498422622681,0.7033149898052216,1046.0,267776.0,6691.099646872841,17137664.0 +135.08,8.800000190734863,2609.0,0.0066969008184969425,0.07611083984375,0.0,1.9093632698059082,1.9682508707046509,-0.008460445329546928,0.002458899514749646,0.3592677116394043,0.5284226536750793,0.72442626953125,1047.0,268032.0,6697.379548789933,17154048.0 +143.05,8.600000381469727,2610.0,0.010586787015199661,0.1286214143037796,0.0,1.905288815498352,1.9845558404922485,-0.012827401049435139,0.0024761902168393135,0.3384014666080475,0.5306658148765564,0.7608468681573868,1048.0,268288.0,6703.657745053992,17170432.0 +84.65,9.5,2619.0,0.011891738511621952,0.1401774138212204,0.0,1.8484994173049927,1.9573063850402832,-0.010968088172376156,0.0024603004567325115,0.24562151730060577,0.526079535484314,0.8137023746967316,1049.0,268544.0,6709.913857643958,17186816.0 +151.77,8.5,2560.0,0.011530186049640179,0.1366373747587204,0.0,1.9131340980529785,2.01369309425354,-0.010862275958061218,0.002469694009050727,0.35802581906318665,0.5302734971046448,0.7660226672887802,1050.0,268800.0,6716.31235793489,17203200.0 +103.83,9.199999809265137,2571.0,0.01155231986194849,0.14971923828125,0.0,1.861952781677246,2.0059149265289307,-0.012467189691960812,0.002456727670505643,0.2798950970172882,0.5261678695678711,0.8127890229225159,1051.0,269056.0,6722.6842445989605,17219584.0 +146.79,8.600000381469727,2568.0,0.013077519834041595,0.1280720978975296,0.0,1.9231805801391602,1.9432309865951538,-0.012303297407925129,0.002461328636854887,0.3798244893550873,0.5343394875526428,0.7577118873596191,1052.0,269312.0,6729.063869176898,17235968.0 +119.67,8.600000381469727,2636.0,0.0102023771032691,0.12548828125,0.0,1.906002402305603,1.9503015279769897,-0.010457475669682026,0.002460658783093095,0.35151049494743347,0.5298780798912048,0.7648449838161469,1053.0,269568.0,6735.279454780975,17252352.0 +130.76,8.800000190734863,2493.0,0.014277596957981586,0.1665242463350296,0.0,1.8722342252731323,1.9396742582321167,-0.008199605159461498,0.00245457305572927,0.3021359145641327,0.5214762091636658,0.7749129682779312,1054.0,269824.0,6741.849695099983,17268736.0 +101.57,8.800000190734863,2588.0,0.009775295853614807,0.1198323592543602,0.0,1.9301644563674927,1.9487954378128052,-0.009534458629786968,0.002466354751959443,0.393037885427475,0.5294907093048096,0.7586702257394791,1055.0,270080.0,6748.180653614923,17285120.0 +123.33,8.600000381469727,2536.0,0.009024222381412983,0.1074422225356102,0.0,1.9661625623703003,1.9544105529785156,-0.008064542897045612,0.002463697688654065,0.4606402814388275,0.5316023230552673,0.7284188866615295,1056.0,270336.0,6754.642343485961,17301504.0 +81.23,9.399999618530273,2595.0,0.009687437675893307,0.1018880233168602,0.0,1.8727340698242188,1.9581212997436523,-0.012144416570663452,0.0024550703819841146,0.29239192605018616,0.5307286381721497,0.7854631096124649,1057.0,270592.0,6760.955280291848,17317888.0 +107.01,9.399999618530273,2585.0,0.012169525027275085,0.140869140625,0.0,1.870409369468689,1.9567996263504028,-0.012950439937412739,0.0024592606350779533,0.2807122766971588,0.5329411625862122,0.7846066206693649,1058.0,270848.0,6767.292667672038,17334272.0 +103.5,9.100000381469727,2584.0,0.010581483133137226,0.13885498046875,0.0,1.909875750541687,1.955278754234314,-0.010278875939548016,0.002454774221405387,0.3799608051776886,0.5223401188850403,0.7018490433692932,1059.0,271104.0,6773.632596555864,17350656.0 +147.3,8.699999809265137,2660.0,0.009093612432479858,0.1072794571518898,0.0,1.8948618173599243,1.9668903350830078,-0.010035238228738308,0.00245155137963593,0.34966352581977844,0.5239583849906921,0.7212498784065247,1060.0,271360.0,6779.792206728831,17367040.0 +103.82,9.0,2486.0,0.008581714704632759,0.10858154296875,0.0,1.8715143203735352,1.9277005195617676,-0.01158939953893423,0.0024510486982762814,0.3123892843723297,0.5206616520881653,0.7453521192073822,1061.0,271616.0,6786.3825873858295,17383424.0 +133.11,8.600000381469727,2544.0,0.009205763228237629,0.1081949844956398,0.0,1.8888534307479858,1.9906944036483765,-0.008085036650300026,0.002456653630360961,0.32742998003959656,0.5248036980628967,0.733119547367096,1062.0,271872.0,6792.823389696889,17399808.0 +121.97,8.699999809265137,2581.0,0.009447464719414711,0.1191609725356102,0.0,1.8760980367660522,2.026684522628784,-0.01228322833776474,0.0024615225847810507,0.3050525486469269,0.5253604054450989,0.7373804450035095,1063.0,272128.0,6799.169978776015,17416192.0 +148.44,8.199999809265137,2557.0,0.009456856176257133,0.1197916641831398,0.0,1.9344209432601929,2.0118091106414795,-0.009567338041961193,0.002465789904817939,0.38688239455223083,0.5377702713012695,0.7241340577602386,1064.0,272384.0,6805.577839355916,17432576.0 +157.12,8.600000381469727,2500.0,0.009175438433885574,0.1133829727768898,0.0,1.8446836471557617,2.0272886753082275,-0.012284866534173489,0.0024568806402385235,0.2757655680179596,0.5109183192253113,0.7500386834144592,1065.0,272640.0,6812.131954120938,17448960.0 +136.41,8.899999618530273,2561.0,0.007938605733215809,0.0968221053481102,0.0,1.9225400686264038,1.9787412881851196,-0.009614691138267517,0.0024666101671755314,0.3942480981349945,0.5215129852294922,0.6823779046535492,1066.0,272896.0,6818.529299746035,17465344.0 +110.82,9.100000381469727,2664.0,0.010324036702513695,0.1247355118393898,0.0,1.8499056100845337,1.9892082214355469,-0.01143482606858015,0.0024655230809003115,0.2746504247188568,0.5111457705497742,0.7454499304294586,1067.0,273152.0,6824.678982632002,17481728.0 +171.01,8.199999809265137,2457.0,0.017292315140366554,0.1523844450712204,0.0,1.8943887948989868,2.0360753536224365,-0.006393065210431814,0.0024762817192822695,0.33256205916404724,0.5167205929756165,0.7153809666633606,1068.0,273408.0,6831.348058112897,17498112.0 +152.5,8.600000381469727,2475.0,0.01080439705401659,0.1414794921875,0.0,1.8389590978622437,2.0551393032073975,-0.01241276040673256,0.002459887648001313,0.23610742390155792,0.5239255428314209,0.7883732616901398,1069.0,273664.0,6837.967224929016,17514496.0 +187.66,8.5,2541.0,0.010993275791406631,0.1429646760225296,0.0,1.8188838958740234,2.055870294570923,-0.01205639448016882,0.0024680192582309246,0.2024271935224533,0.5162758231163025,0.7887154519557953,1070.0,273920.0,6844.415113505907,17530880.0 +254.26,7.800000190734863,2502.0,0.010137383826076984,0.1366780549287796,0.0,1.8989659547805786,2.0291104316711426,-0.010221119038760662,0.002457540715113282,0.3516586720943451,0.5248783230781555,0.7097306549549103,1071.0,274176.0,6850.9619373069145,17547264.0 +206.7,8.600000381469727,2526.0,0.011547747068107128,0.1569010466337204,0.0,1.811292052268982,2.006451368331909,-0.011308245360851288,0.002466198056936264,0.19933493435382843,0.5098984837532043,0.7865734696388245,1072.0,274432.0,6857.44752209587,17563648.0 +177.08,8.399999618530273,2560.0,0.009905075654387474,0.1300048828125,0.0,1.8911064863204956,1.990631103515625,-0.012713796459138393,0.0024562061298638582,0.3525056540966034,0.5193707942962646,0.7041008174419403,1073.0,274688.0,6863.848097472917,17580032.0 +114.23,9.300000190734863,2514.0,0.023134492337703705,0.1419270783662796,0.0,1.8276041746139526,2.0265495777130127,-0.011083639226853848,0.0024555823765695095,0.21224822103977203,0.5250380635261536,0.8032725602388382,1074.0,274944.0,6870.365298603894,17596416.0 +184.53,8.399999618530273,2534.0,0.011245306581258774,0.1454671174287796,0.0,1.8629404306411743,1.991041660308838,-0.011317080818116665,0.0024475976824760437,0.3124768137931824,0.5141305327415466,0.7817736566066742,1075.0,275200.0,6876.829775864957,17612800.0 +111.99,9.0,2534.0,0.011386911384761333,0.1290283203125,0.0,1.8406494855880737,2.0007073879241943,-0.012596460990607738,0.0024605852086097,0.25211504101753235,0.5169028043746948,0.8057244718074799,1076.0,275456.0,6883.296049542958,17629184.0 +174.19,8.5,2561.0,0.01021783147007227,0.1314493864774704,0.0,1.8474866151809692,2.007477045059204,-0.011505288071930408,0.002453463850542903,0.27945461869239807,0.5126074552536011,0.7956186681985855,1077.0,275712.0,6889.693128061015,17645568.0 +162.17,8.699999809265137,2617.0,0.010580319911241531,0.1308186799287796,0.0,1.8663859367370605,1.9531993865966797,-0.014836213551461697,0.0024456363171339035,0.30783697962760925,0.5240173935890198,0.7895685881376266,1078.0,275968.0,6895.953969813883,17661952.0 +113.53,9.100000381469727,2495.0,0.012111056596040726,0.1417236328125,0.0,1.871864676475525,1.9304943084716797,-0.013830645941197872,0.0024490458890795708,0.30746129155158997,0.5267465710639954,0.7608350366353989,1079.0,276224.0,6902.519413050031,17678336.0 +147.61,8.699999809265137,2553.0,0.01008492149412632,0.1090494766831398,0.0,1.9110803604125977,1.9403098821640015,-0.013197310268878937,0.002449283143505454,0.3959670066833496,0.5210555195808411,0.7447927594184875,1080.0,276480.0,6908.936225382844,17694720.0 +71.03,9.5,2601.0,0.011366714723408222,0.1398722380399704,0.0,1.8513823747634888,1.9582957029342651,-0.011018771678209305,0.002444925718009472,0.26903069019317627,0.5250058770179749,0.8114772140979767,1081.0,276736.0,6915.236585192848,17711104.0 +121.38,8.800000190734863,2515.0,0.010531933046877384,0.1293538361787796,0.0,1.8324565887451172,1.9741076231002808,-0.013483424670994282,0.0024486833717674017,0.25111785531044006,0.515781044960022,0.7989297360181808,1082.0,276992.0,6921.750782470917,17727488.0 +87.78,9.399999618530273,2530.0,0.009872081689536572,0.1286824494600296,0.0,1.8838971853256226,1.9487104415893555,-0.010842529125511646,0.002441134536638856,0.35289254784584045,0.5172136425971985,0.7549276351928711,1083.0,277248.0,6928.225957626011,17743872.0 +145.01,8.600000381469727,2561.0,0.009620309807360172,0.11962890625,0.0,1.859282374382019,1.99920654296875,-0.011207745410501957,0.002449388848617673,0.28430458903312683,0.5236353278160095,0.7902572602033615,1084.0,277504.0,6934.623537776992,17760256.0 +152.23,8.600000381469727,2521.0,0.009711372666060925,0.1208089217543602,0.0,1.8980512619018555,1.9933477640151978,-0.011570499278604984,0.0024445890448987484,0.3649758994579315,0.5247726440429688,0.7038081884384155,1085.0,277760.0,6941.121883001877,17776640.0 +138.88,8.699999809265137,2551.0,0.009780952706933022,0.1225789412856102,0.0,1.8440594673156738,2.0252041816711426,-0.012178135104477406,0.0024509229697287083,0.26270386576652527,0.5196760296821594,0.7563784122467041,1086.0,278016.0,6947.54613307002,17793024.0 +184.94,8.199999809265137,2489.0,0.010378689505159855,0.1255289763212204,0.0,1.9188705682754517,2.021491765975952,-0.010251561179757118,0.002447557868435979,0.4001040458679199,0.5255060791969299,0.7065024375915527,1087.0,278272.0,6954.129676895915,17809408.0 +142.27,8.899999618530273,2552.0,0.010952710174024105,0.13214111328125,0.0,1.8468464612960815,2.0198981761932373,-0.012827574275434017,0.002449191641062498,0.2641415596008301,0.5232060551643372,0.7627717107534409,1088.0,278528.0,6960.550958442036,17825792.0 +188.45,8.100000381469727,2525.0,0.00852909404784441,0.1055094376206398,0.0,1.9076404571533203,2.021420955657959,-0.010683447122573853,0.0024559274315834045,0.3576909303665161,0.5317291021347046,0.7149650156497955,1089.0,278784.0,6967.03987576603,17842176.0 +147.56,8.600000381469727,2483.0,0.010853913612663746,0.1263224333524704,0.0,1.895422339439392,1.9994486570358276,-0.013017511926591396,0.0024593262933194637,0.35065993666648865,0.5234411954879761,0.7232130169868469,1090.0,279040.0,6973.636754578911,17858560.0 +154.79,8.5,2511.0,0.01049434021115303,0.1214192733168602,0.0,1.8894416093826294,1.99418306350708,-0.008145440369844437,0.0024576245341449976,0.3311426639556885,0.5231452584266663,0.7344332039356232,1091.0,279296.0,6980.162679082947,17874944.0 +103.98,9.100000381469727,2490.0,0.011010204441845417,0.13739013671875,0.0,1.8950246572494507,1.9981592893600464,-0.012242533266544342,0.0024539176374673843,0.3582942485809326,0.5211430191993713,0.7593157589435577,1092.0,279552.0,6986.7423502958845,17891328.0 +152.01,8.600000381469727,2448.0,0.008980839513242245,0.1096598282456398,0.0,1.8716703653335571,2.0197227001190186,-0.01323618646711111,0.0024546817876398563,0.3097401559352875,0.5228927731513977,0.7772064357995987,1093.0,279808.0,6993.433464706875,17907712.0 +167.35,8.5,2491.0,0.010496120899915695,0.1327718049287796,0.0,1.875969409942627,1.9974366426467896,-0.01255818735808134,0.0024460984859615564,0.30205127596855164,0.5344270467758179,0.8012170195579529,1094.0,280064.0,7000.009708050871,17924096.0 +159.95,8.199999809265137,2557.0,0.011964787729084492,0.1385701447725296,0.0,1.8809776306152344,2.0023045539855957,-0.011934444308280945,0.0024543958716094494,0.31553295254707336,0.5279704928398132,0.7780227959156036,1095.0,280320.0,7006.417696589837,17940480.0 +168.24,8.399999618530273,2545.0,0.011823154985904694,0.1502888947725296,0.0,1.8803757429122925,1.9885492324829102,-0.012316285632550716,0.002459398005157709,0.31487205624580383,0.5254425406455994,0.7902081161737442,1096.0,280576.0,7012.85528882104,17956864.0 +149.24,8.800000190734863,2597.0,0.011717217974364758,0.1404622346162796,0.0,1.891391634941101,1.974851131439209,-0.012958197854459286,0.0024559220764786005,0.3536710739135742,0.51930171251297,0.7687671482563019,1097.0,280832.0,7019.165305326926,17973248.0 +96.29,9.5,2624.0,0.010640637017786503,0.13720703125,0.0,1.8300676345825195,2.0086753368377686,-0.0133160799741745,0.0024619626346975565,0.2013145536184311,0.5318318605422974,0.8609284311532974,1098.0,281088.0,7025.408422023058,17989632.0 +183.87,8.399999618530273,2574.0,0.012117362581193447,0.1494954377412796,0.0,1.8849209547042847,1.992391586303711,-0.012263446114957333,0.0024697042535990477,0.3127499222755432,0.5258810520172119,0.7993864566087723,1099.0,281344.0,7031.774254692951,18006016.0 +115.06,9.199999809265137,2534.0,0.012282672338187695,0.1334431916475296,0.0,1.8716644048690796,1.9396357536315918,-0.013399948365986347,0.0024649847764521837,0.2937092185020447,0.525113582611084,0.7898063659667969,1100.0,281600.0,7038.2393346410245,18022400.0 +146.77,8.699999809265137,2536.0,0.007757300511002541,0.0973103865981102,0.0,1.8848618268966675,1.9492826461791992,-0.010238447226583958,0.002461975673213601,0.33074328303337097,0.5182337164878845,0.757988452911377,1101.0,281856.0,7044.699290666031,18038784.0 +117.45,9.0,2552.0,0.012298601679503918,0.1314697265625,0.0,1.9285144805908203,1.9301217794418335,-0.011700346134603024,0.002458208007737994,0.3730281591415405,0.5438981652259827,0.745533674955368,1102.0,282112.0,7051.11855591787,18055168.0 +98.48,9.300000190734863,2494.0,0.010525718331336975,0.1248372420668602,0.0,1.8886655569076538,1.9528800249099731,-0.014180461876094341,0.0024575518909841776,0.3144116699695587,0.5363926887512207,0.778570830821991,1103.0,282368.0,7057.686241309857,18071552.0 +115.02,9.100000381469727,2554.0,0.011868246830999851,0.1280314177274704,0.0,1.888902187347412,1.985450267791748,-0.013718080706894398,0.0024649270344525576,0.3158588707447052,0.5320817232131958,0.765579879283905,1104.0,282624.0,7064.10119836987,18087936.0 +124.02,8.5,2605.0,0.009068239480257034,0.1034749373793602,0.0,1.928496241569519,1.9532438516616821,-0.01269043330103159,0.002454850124195218,0.4178384840488434,0.5243744254112244,0.7242836952209473,1105.0,282880.0,7070.389677501982,18104320.0 +120.48,8.800000190734863,2522.0,0.009644516743719578,0.1217041015625,0.0,1.8559902906417847,1.9758238792419434,-0.014227531850337982,0.002467534737661481,0.28058215975761414,0.5159175992012024,0.8023826479911804,1106.0,283136.0,7076.88630220294,18120704.0 +144.72,8.199999809265137,2542.0,0.009915431030094624,0.1208089217543602,0.0,1.9616285562515259,1.9783025979995728,-0.01010656077414751,0.0024673768784850836,0.4627905786037445,0.5264342427253723,0.6974285840988159,1107.0,283392.0,7083.33122226689,18137088.0 +88.29,9.0,2523.0,0.011904058046638966,0.13922119140625,0.0,1.8831537961959839,1.9642490148544312,-0.012626911513507366,0.0024515336845070124,0.3149709403514862,0.5321706533432007,0.7752233594655991,1108.0,283648.0,7089.82458376186,18153472.0 +147.7,8.300000190734863,2513.0,0.011141758412122726,0.1376953125,0.0,1.9450839757919312,1.9926114082336426,-0.011647949926555157,0.0024502077139914036,0.4378371238708496,0.532635509967804,0.7166228294372559,1109.0,283904.0,7096.343371644849,18169856.0 +116.96,9.0,2509.0,0.009726075455546379,0.1214599609375,0.0,1.892690658569336,1.9743242263793945,-0.010939184576272964,0.002449367893859744,0.3400416374206543,0.5286683440208435,0.7655509114265442,1110.0,284160.0,7102.8743487070315,18186240.0 +103.85,9.5,2577.0,0.009055082686245441,0.1080525740981102,0.0,1.8691412210464478,1.952067255973816,-0.01182170957326889,0.002447966719046235,0.27953922748565674,0.5367304682731628,0.8277454227209091,1111.0,284416.0,7109.231838832842,18202624.0 +121.13,8.899999618530273,2554.0,0.013086152262985706,0.1315511018037796,0.0,1.8864089250564575,1.9728060960769653,-0.012936249375343323,0.002464280230924487,0.3161880671977997,0.5288392901420593,0.8171641677618027,1112.0,284672.0,7115.646311601857,18219008.0 +136.12,8.699999809265137,2535.0,0.009978163987398148,0.1283365935087204,0.0,1.8964365720748901,1.981618046760559,-0.010889336466789246,0.002470618113875389,0.3064859211444855,0.5385901927947998,0.8077532351016998,1113.0,284928.0,7122.10975238285,18235392.0 +127.15,8.800000190734863,2563.0,0.009257198311388493,0.1033732071518898,0.0,1.9045758247375488,1.9487534761428833,-0.013014608062803745,0.0024550717789679766,0.32341888546943665,0.5478329658508301,0.8214436024427414,1114.0,285184.0,7128.501329064835,18251776.0 +128.82,9.0,2561.0,0.009853868745267391,0.1032511368393898,0.0,1.8995314836502075,1.9169907569885254,-0.011797093786299229,0.002460162853822112,0.31520766019821167,0.542813241481781,0.8161683827638626,1115.0,285440.0,7134.897706145886,18268160.0 +124.82,8.899999618530273,2517.0,0.008714775554835796,0.1079915389418602,0.0,1.9122883081436157,1.9128457307815552,-0.012343407608568668,0.002462912816554308,0.3522922992706299,0.5361576676368713,0.7857696115970612,1116.0,285696.0,7141.406949460041,18284544.0 +93.6,8.800000190734863,2515.0,0.009840712882578373,0.1274821013212204,0.0,1.9290746450424194,1.9487851858139038,-0.010917152278125286,0.002457601949572563,0.391692191362381,0.5348322987556458,0.7815665453672409,1117.0,285952.0,7147.92314542504,18300928.0 +125.91,8.800000190734863,2596.0,0.010732186026871204,0.1370442658662796,0.0,1.8890472650527954,1.927986741065979,-0.012266644276678562,0.002453868743032217,0.3088599443435669,0.5392295718193054,0.8206261247396469,1118.0,286208.0,7154.233898761915,18317312.0 +107.15,8.600000381469727,2634.0,0.010076615028083324,0.11260986328125,0.0,1.9356797933578491,1.9442601203918457,-0.010667343623936176,0.0024529804941266775,0.42754366993904114,0.5255277752876282,0.7698850780725479,1119.0,286464.0,7160.45489447494,18333696.0 +112.56,9.199999809265137,2624.0,0.011580186896026134,0.1442464143037796,0.0,1.8451436758041382,1.9878478050231934,-0.01193584781140089,0.00244620768353343,0.23982244729995728,0.5339429974555969,0.8499703705310822,1120.0,286720.0,7166.699547963915,18350080.0 +142.29,8.899999618530273,2561.0,0.010188128799200058,0.1244913712143898,0.0,1.9049574136734009,1.9931000471115112,-0.01351506169885397,0.0024505031760782003,0.36335960030555725,0.5314717888832092,0.7825062274932861,1121.0,286976.0,7173.096800027881,18366464.0 +117.17,8.800000190734863,2572.0,0.008923164568841457,0.1138916015625,0.0,1.9144870042800903,1.9989961385726929,-0.012277276255190372,0.002438592491671443,0.38426485657691956,0.5353254079818726,0.7725721895694733,1122.0,287232.0,7179.4676751759835,18382848.0 +106.63,8.800000190734863,2599.0,0.011183444410562515,0.1268107146024704,0.0,1.9100397825241089,2.0021259784698486,-0.010987002402544022,0.0024453105870634317,0.3689710199832916,0.5339069962501526,0.7848487943410873,1123.0,287488.0,7185.771571494872,18399232.0 +103.98,9.199999809265137,2579.0,0.012584339827299118,0.1342976838350296,0.0,1.8678947687149048,1.9709662199020386,-0.013478323817253113,0.002446335507556796,0.285942405462265,0.5349437594413757,0.8293126970529556,1124.0,287744.0,7192.123746935977,18415616.0 +161.34,8.199999809265137,2620.0,0.009960782714188099,0.1156209334731102,0.0,1.9674214124679565,1.960851788520813,-0.010850880295038223,0.0024445336312055588,0.47544077038764954,0.5378941297531128,0.7649682313203812,1125.0,288000.0,7198.376368905883,18432000.0 +118.38,8.800000190734863,2641.0,0.014985133893787861,0.130126953125,0.0,1.9268546104431152,1.9492297172546387,-0.013491496443748474,0.0024573018308728933,0.37628892064094543,0.5430426001548767,0.7973894029855728,1126.0,288256.0,7204.58013609983,18448384.0 +108.11,9.300000190734863,2554.0,0.012176208198070526,0.1385904997587204,0.0,1.8515840768814087,1.9526225328445435,-0.01522157248109579,0.0024540042504668236,0.25016072392463684,0.5342495441436768,0.8562655746936798,1127.0,288512.0,7210.99788160203,18464768.0 +104.49,9.100000381469727,2485.0,0.010935449041426182,0.1287638396024704,0.0,1.8604183197021484,1.9483238458633423,-0.013170015066862106,0.00245856074616313,0.2583390176296234,0.534622073173523,0.859359622001648,1128.0,288768.0,7217.589174713008,18481152.0 +160.65,8.199999809265137,2518.0,0.010223818011581898,0.1239827498793602,0.0,1.9461560249328613,1.9038304090499878,-0.010164348408579826,0.0024540412705391645,0.41197478771209717,0.5423511266708374,0.7601821422576904,1129.0,289024.0,7224.09555094596,18497536.0 +127.05,9.100000381469727,2491.0,0.01082223653793335,0.1326700896024704,0.0,1.8799810409545898,1.8742117881774902,-0.01235053688287735,0.0024495264515280724,0.3145410120487213,0.5290398001670837,0.7889705449342728,1130.0,289280.0,7230.671751879854,18513920.0 +112.71,8.5,2500.0,0.009069825522601604,0.1142781600356102,0.0,1.9299383163452148,1.8712607622146606,-0.0110877500846982,0.002461071591824293,0.3959093391895294,0.5312480330467224,0.754917249083519,1131.0,289536.0,7237.225086393999,18530304.0 +100.39,8.899999618530273,2472.0,0.00829237885773182,0.1004231795668602,0.0,1.9168933629989624,1.9099007844924927,-0.010960779152810574,0.0024568592198193073,0.3858088552951813,0.525619387626648,0.7231438755989075,1132.0,289792.0,7243.852594617987,18546688.0 +154.31,8.600000381469727,2489.0,0.009400952607393265,0.1035359725356102,0.0,1.8848867416381836,1.8862344026565552,-0.012555073015391827,0.0024492584634572268,0.3326481878757477,0.52535080909729,0.7580094933509827,1133.0,290048.0,7250.4347186249215,18563072.0 +115.11,8.699999809265137,2530.0,0.010108358226716518,0.1272379606962204,0.0,1.9395684003829956,1.8993197679519653,-0.011502903886139393,0.00246222666464746,0.4209902584552765,0.5284556746482849,0.721032053232193,1134.0,290304.0,7256.911363163032,18579456.0 +131.28,9.100000381469727,2568.0,0.00955008901655674,0.12542724609375,0.0,1.8727551698684692,1.9167046546936035,-0.012925655581057072,0.0024466821923851967,0.30431169271469116,0.5293510556221008,0.7664209753274918,1135.0,290560.0,7263.291501634987,18595840.0 +152.69,8.800000190734863,2589.0,0.011586329899728298,0.14447021484375,0.0,1.8951982259750366,1.9120529890060425,-0.012686117552220821,0.0024493548553436995,0.3442724645137787,0.5301910638809204,0.745881974697113,1136.0,290816.0,7269.618972230004,18612224.0 +156.74,9.100000381469727,2549.0,0.011459802277386189,0.1324666291475296,0.0,1.8590025901794434,1.9166322946548462,-0.012622128240764141,0.002452955348417163,0.28217488527297974,0.5232262015342712,0.8177013844251633,1137.0,291072.0,7276.049559019972,18628608.0 +131.94,8.699999809265137,2564.0,0.009070314466953278,0.1164754256606102,0.0,1.9071322679519653,1.915201187133789,-0.013298713602125645,0.002444175072014332,0.3550763428211212,0.5399574041366577,0.7756735980510712,1138.0,291328.0,7282.438155655051,18644992.0 +149.87,8.899999618530273,2526.0,0.011469746939837933,0.13702392578125,0.0,1.861507773399353,1.9207849502563477,-0.013698303140699863,0.0024468328338116407,0.26526781916618347,0.5383634567260742,0.8110588192939758,1139.0,291584.0,7288.924164929893,18661376.0 +139.91,8.699999809265137,2553.0,0.01262041088193655,0.1414591521024704,0.0,1.9149446487426758,1.8968983888626099,-0.014324993826448917,0.002443923382088542,0.3986418545246124,0.5269557237625122,0.7274862229824066,1140.0,291840.0,7295.341825910844,18677760.0 +120.28,9.0,2673.0,0.00778883695602417,0.09576416015625,0.0,1.9094136953353882,1.886860966682434,-0.009627530351281166,0.0024392420891672373,0.3934555947780609,0.5215608477592468,0.71981281042099,1141.0,292096.0,7301.470304553863,18694144.0 +120.79,9.0,2578.0,0.01083405688405037,0.1382242888212204,0.0,1.906091570854187,1.8761168718338013,-0.013287900947034359,0.0024327507708221674,0.38087233901023865,0.5313289761543274,0.7002513408660889,1142.0,292352.0,7307.825433130842,18710528.0 +73.71,9.399999618530273,2567.0,0.011770874261856079,0.1470540314912796,0.0,1.8721293210983276,1.8990706205368042,-0.012079053558409214,0.0024381105322390795,0.32015731930732727,0.5240653157234192,0.7275055944919586,1143.0,292608.0,7314.206634945003,18726912.0 +111.6,9.199999809265137,2530.0,0.012070313096046448,0.12060546875,0.0,1.8654059171676636,1.8896404504776,-0.012951400130987167,0.0024397619999945164,0.2837005853652954,0.5355224609375,0.7638147473335266,1144.0,292864.0,7320.682372367941,18743296.0 +83.02,9.399999618530273,2575.0,0.01037548203021288,0.10791015625,0.0,1.8717974424362183,1.8838855028152466,-0.011363948695361614,0.002435690490528941,0.3014281690120697,0.5334411263465881,0.7333865463733673,1145.0,293120.0,7327.04468732886,18759680.0 +130.84,8.800000190734863,2625.0,0.010574985295534134,0.118896484375,0.0,1.926888108253479,1.8913301229476929,-0.01414438709616661,0.002436303300783038,0.416666716337204,0.5334606766700745,0.6827743053436279,1146.0,293376.0,7333.28610314196,18776064.0 +111.53,8.5,2596.0,0.009141440503299236,0.1112060546875,0.0,1.9362105131149292,1.8760614395141602,-0.01020856574177742,0.0024393063504248857,0.44144120812416077,0.5248058438301086,0.706706166267395,1147.0,293632.0,7339.601309645921,18792448.0 +96.65,8.800000190734863,2603.0,0.00885733775794506,0.11175537109375,0.0,1.9427528381347656,1.904922366142273,-0.012635630555450916,0.0024368700105696917,0.44773316383361816,0.5321362614631653,0.7066290080547333,1148.0,293888.0,7345.895075300941,18808832.0 +103.95,9.300000190734863,2509.0,0.009962194599211216,0.1079915389418602,0.0,1.8484768867492676,1.9177966117858887,-0.012100818566977978,0.0024394404608756304,0.25064021348953247,0.534715473651886,0.7961111217737198,1149.0,294144.0,7352.424551898846,18825216.0 +140.11,8.800000190734863,2549.0,0.0168142206966877,0.1216227188706398,0.0,1.8714321851730347,1.9112963676452637,-0.011257737874984741,0.0024475092068314552,0.3101612627506256,0.5229673981666565,0.761740580201149,1150.0,294400.0,7358.85076692584,18841600.0 +118.56,9.100000381469727,2601.0,0.008933193050324917,0.1174723282456398,0.0,1.8718376159667969,1.935006022453308,-0.010174434632062912,0.0024374702479690313,0.30265411734580994,0.5313000082969666,0.7923553436994553,1151.0,294656.0,7365.150693365838,18857984.0 +135.53,8.800000190734863,2591.0,0.00938770268112421,0.10791015625,0.0,1.8788026571273804,1.927645206451416,-0.011585612781345844,0.0024423757568001747,0.3093598186969757,0.5337966084480286,0.805521085858345,1152.0,294912.0,7371.473221953027,18874368.0 +121.46,8.600000381469727,2565.0,0.009272933937609196,0.1075032576918602,0.0,1.9070512056350708,1.9076385498046875,-0.00979748833924532,0.002451622625812888,0.36243629455566406,0.5288957357406616,0.7330263555049896,1153.0,295168.0,7377.861564254854,18890752.0 +92.16,9.199999809265137,2596.0,0.010503504425287247,0.1173095703125,0.0,1.8737306594848633,1.9201440811157227,-0.010580700822174549,0.002450950676575303,0.28333455324172974,0.5363704562187195,0.7650922238826752,1154.0,295424.0,7384.173743152991,18907136.0 +171.82,8.5,2625.0,0.008343830704689026,0.1069539412856102,0.0,1.9461302757263184,1.9290947914123535,-0.010286168195307255,0.0024443950969725847,0.4452439248561859,0.5308881402015686,0.6985480189323425,1155.0,295680.0,7390.416254086886,18923520.0 +107.1,9.100000381469727,2530.0,0.012098967097699642,0.13470458984375,0.0,1.9245363473892212,1.9155688285827637,-0.011584862135350704,0.0024497394915670156,0.37686383724212646,0.541975200176239,0.6891871690750122,1156.0,295936.0,7396.892622299958,18939904.0 +116.01,9.0,2590.0,0.00836889911442995,0.1073404923081398,0.0,1.883828043937683,1.9246107339859009,-0.011020582169294357,0.00246159709058702,0.3151419758796692,0.5257255434989929,0.6965148448944092,1157.0,296192.0,7403.219218772836,18956288.0 +96.55,9.199999809265137,2583.0,0.010086297057569027,0.1357218474149704,0.0,1.8708444833755493,1.9593578577041626,-0.009413204155862331,0.002451821696013212,0.24647682905197144,0.5507020950317383,0.7476732134819031,1158.0,296448.0,7409.562681756914,18972672.0 +126.81,9.0,2586.0,0.014358785934746265,0.1127522811293602,0.0,1.8911641836166382,1.9310146570205688,-0.009781678207218647,0.0024483702145516872,0.29581400752067566,0.5481638312339783,0.7593546211719513,1159.0,296704.0,7415.899501147913,18989056.0 +162.57,8.600000381469727,2635.0,0.030169837176799774,0.1197916641831398,0.0,1.934445858001709,1.9212608337402344,-0.00892574992030859,0.0024469250347465277,0.3889448940753937,0.5446491837501526,0.7047112882137299,1160.0,296960.0,7422.117785515962,19005440.0 +113.14,9.100000381469727,2648.0,0.010490708984434605,0.1376953125,0.0,1.8576531410217285,1.9382845163345337,-0.012475057505071163,0.0024395871441811323,0.26530876755714417,0.5370630025863647,0.7608607560396194,1161.0,297216.0,7428.305667453911,19021824.0 +103.46,8.600000381469727,2655.0,0.009209618903696537,0.11639404296875,0.0,1.9541107416152954,1.931708812713623,-0.010638859122991562,0.002444022335112095,0.4373733103275299,0.5433689951896667,0.7098101675510406,1162.0,297472.0,7434.476347662974,19038208.0 +119.98,8.800000190734863,2658.0,0.01065135095268488,0.1328531950712204,0.0,1.852346420288086,1.9431959390640259,-0.012200026772916317,0.0024424807634204626,0.25619205832481384,0.5346419215202332,0.7892282158136368,1163.0,297728.0,7440.641188578913,19054592.0 +148.26,8.600000381469727,2633.0,0.009623759426176548,0.1163736954331398,0.0,1.8902984857559204,1.9326409101486206,-0.008887029252946377,0.002440773183479905,0.3293934762477875,0.5334286689758301,0.7444488704204559,1164.0,297984.0,7446.862351279939,19070976.0 +131.59,8.899999618530273,2512.0,0.009272071532905102,0.1235148087143898,0.0,1.8731964826583862,1.9210251569747925,-0.012255244888365269,0.002437066286802292,0.30598723888397217,0.5331353545188904,0.7419415712356567,1165.0,298240.0,7453.384756051004,19087360.0 +114.38,9.199999809265137,2543.0,0.011699284426867962,0.1378987580537796,0.0,1.8871921300888062,1.8907910585403442,-0.010319174267351627,0.0024390837643295527,0.3362550437450409,0.5287498831748962,0.698965311050415,1166.0,298496.0,7459.827018180862,19103744.0 +87.49,8.5,2532.0,0.010343263857066631,0.11224365234375,0.0,1.9783514738082886,1.9439562559127808,-0.010163684375584126,0.0024434798397123814,0.48722633719444275,0.5426016449928284,0.6260875165462494,1167.0,298752.0,7466.298496413045,19120128.0 +118.43,8.699999809265137,2513.0,0.008372527547180653,0.1052042618393898,0.0,1.891851544380188,1.954405426979065,-0.012003605253994465,0.00244490266777575,0.3315308392047882,0.5351823568344116,0.6832030117511749,1168.0,299008.0,7472.817795526935,19136512.0 +136.24,8.300000190734863,2595.0,0.010639514774084091,0.1055908203125,0.0,1.9373441934585571,1.9687296152114868,-0.008354884572327137,0.002458530943840742,0.3942842185497284,0.5389787554740906,0.6823307573795319,1169.0,299264.0,7479.131197861861,19152896.0 +121.42,8.5,2580.0,0.008165275678038597,0.0939127579331398,0.0,1.957108974456787,1.9329499006271362,-0.011353619396686554,0.0024524142500013113,0.43247976899147034,0.5453450083732605,0.6745565235614777,1170.0,299520.0,7485.481627929024,19169280.0 +165.56,8.600000381469727,2565.0,0.0080760158598423,0.1014811173081398,0.0,1.9084843397140503,1.9374785423278809,-0.010779307223856449,0.002450251253321767,0.3450041115283966,0.5410106778144836,0.7281173765659332,1171.0,299776.0,7491.868893462932,19185664.0 +113.48,9.199999809265137,2613.0,0.009533260017633438,0.1275431364774704,0.0,1.8823984861373901,1.9512481689453125,-0.011477462016046047,0.002455327892675996,0.2816396653652191,0.5449046492576599,0.7831709980964661,1172.0,300032.0,7498.13783922093,19202048.0 +132.15,8.600000381469727,2545.0,0.009861969389021397,0.0864664688706398,0.0,1.8983917236328125,1.9885845184326172,-0.007967173121869564,0.0024660122580826283,0.3174239695072174,0.534526526927948,0.7502711415290833,1173.0,300288.0,7504.575128014898,19218432.0 +116.65,9.0,2517.0,0.008552663959562778,0.1074422225356102,0.0,1.8758856058120728,1.9883161783218384,-0.011007933877408504,0.002449845662340522,0.2853356897830963,0.5391860604286194,0.76021608710289,1174.0,300544.0,7511.083150117891,19234816.0 +143.07,8.300000190734863,2503.0,0.009098595939576626,0.1161295548081398,0.0,1.9319424629211426,1.9827910661697388,-0.010043763555586338,0.0024452863726764917,0.3805786669254303,0.5488817095756531,0.7226876318454742,1175.0,300800.0,7517.627821112052,19251200.0 +146.94,8.300000190734863,2599.0,0.011667433194816113,0.1132609024643898,0.0,1.9381572008132935,1.94422447681427,-0.010748052038252354,0.002431758912280202,0.4411027133464813,0.5319166779518127,0.7164437472820282,1176.0,301056.0,7523.931667978875,19267584.0 +129.45,8.899999618530273,2600.0,0.009204125963151455,0.112060546875,0.0,1.8854645490646362,1.9325590133666992,-0.010688629932701588,0.0024431156925857067,0.31793901324272156,0.534951388835907,0.7339815199375153,1177.0,301312.0,7530.232694642851,19283968.0 +124.67,8.5,2647.0,0.00828437227755785,0.0991414412856102,0.0,1.9564180374145508,1.9432612657546997,-0.010724079795181751,0.0024581358302384615,0.42412447929382324,0.5454445481300354,0.7333763241767883,1178.0,301568.0,7536.422182274982,19300352.0 +136.27,8.600000381469727,2523.0,0.008431182242929935,0.1085611954331398,0.0,1.9124654531478882,1.9715824127197266,-0.009070351719856262,0.002447829581797123,0.34130939841270447,0.5466819405555725,0.7455715537071228,1179.0,301824.0,7542.914442599053,19316736.0 +137.6,9.0,2512.0,0.008711635135114193,0.10791015625,0.0,1.8747262954711914,1.9822343587875366,-0.010919288732111454,0.0024420623667538166,0.270715594291687,0.549078643321991,0.7793057858943939,1180.0,302080.0,7549.436056022998,19333120.0 +157.08,8.699999809265137,2552.0,0.007992356084287167,0.102783203125,0.0,1.8756154775619507,1.9565790891647339,-0.01136777549982071,0.0024408267345279455,0.30555304884910583,0.5333590507507324,0.7783521413803101,1181.0,302336.0,7555.855206810869,19349504.0 +136.77,8.699999809265137,2582.0,0.008895991370081902,0.11834716796875,0.0,1.8801835775375366,1.9447134733200073,-0.012255892157554626,0.0024335600901395082,0.3140873610973358,0.538063108921051,0.7293841540813446,1182.0,302592.0,7562.201209099032,19365888.0 +108.14,8.899999618530273,2578.0,0.010564845986664295,0.1405232697725296,0.0,1.8962401151657104,1.916387915611267,-0.012946185655891895,0.0024543628096580505,0.3516817092895508,0.5253278613090515,0.7286713123321533,1183.0,302848.0,7568.555257705972,19382272.0 +112.62,9.100000381469727,2508.0,0.011435285210609436,0.1401774138212204,0.0,1.8758153915405273,1.9348305463790894,-0.009064274840056896,0.0024519453290849924,0.26905256509780884,0.5437291264533997,0.7782515585422516,1184.0,303104.0,7575.0873403658625,19398656.0 +118.95,9.100000381469727,2573.0,0.00870408397167921,0.1082967147231102,0.0,1.9068880081176758,1.952044129371643,-0.009603005833923817,0.002453968394547701,0.35514140129089355,0.5314566493034363,0.756974995136261,1185.0,303360.0,7581.456181718968,19415040.0 +110.97,8.800000190734863,2602.0,0.009624920785427094,0.1075032576918602,0.0,1.9059988260269165,1.9641308784484863,-0.012682211585342884,0.0024491173680871725,0.3408580720424652,0.5433347821235657,0.7745815217494965,1186.0,303616.0,7587.7530627108645,19431424.0 +147.99,8.699999809265137,2619.0,0.009008566848933697,0.1089070662856102,0.0,1.9553065299987793,1.9398075342178345,-0.010529282502830029,0.002448500832542777,0.4295843839645386,0.546191394329071,0.7435717582702637,1187.0,303872.0,7594.009038388962,19447808.0 +106.15,9.5,2517.0,0.010703063569962978,0.1370035856962204,0.0,1.8487762212753296,1.9540706872940063,-0.012311714701354504,0.0024482582230120897,0.2334619164466858,0.539768636226654,0.8255068957805634,1188.0,304128.0,7600.518730155891,19464192.0 +126.08,8.699999809265137,2544.0,0.00840089749544859,0.10736083984375,0.0,1.8920483589172363,1.985679030418396,-0.009090573526918888,0.0024478754494339228,0.29637446999549866,0.5488707423210144,0.7696678340435028,1189.0,304384.0,7606.957253076835,19480576.0 +140.76,8.800000190734863,2565.0,0.010487851686775684,0.1277669221162796,0.0,1.847251057624817,1.9836220741271973,-0.01352341752499342,0.002441178308799863,0.24448184669017792,0.5377807021141052,0.7705237716436386,1190.0,304640.0,7613.343523958931,19496960.0 +128.59,9.199999809265137,2538.0,0.010635219514369965,0.1370849609375,0.0,1.8191041946411133,2.015857219696045,-0.01145616453140974,0.0024432765785604715,0.20174913108348846,0.5282060503959656,0.7728720903396606,1191.0,304896.0,7619.798624590039,19513344.0 +157.21,8.300000190734863,2575.0,0.009603253565728664,0.1236368790268898,0.0,1.9488204717636108,1.981977939605713,-0.00661073811352253,0.0024398048408329487,0.44224801659584045,0.5342244505882263,0.6639083623886108,1192.0,305152.0,7626.161928824848,19529728.0 +146.66,8.5,2546.0,0.008961827494204044,0.1186116561293602,0.0,1.8823963403701782,1.9785699844360352,-0.012265251018106937,0.0024407708551734686,0.3166489899158478,0.5357374548912048,0.7088655233383179,1193.0,305408.0,7632.595692947973,19546112.0 +197.94,7.800000190734863,2495.0,0.010332540608942509,0.1401570588350296,0.0,1.9521950483322144,2.013507127761841,-0.007770530413836241,0.0024556757416576147,0.4367915391921997,0.5338670611381531,0.6656714379787445,1194.0,305664.0,7639.163142401958,19562496.0 +137.39,8.5,2654.0,0.009274601936340332,0.12091064453125,0.0,1.878368854522705,2.0574028491973877,-0.011773183941841125,0.002450165804475546,0.289102166891098,0.5410822033882141,0.7840609848499298,1195.0,305920.0,7645.337625915883,19578880.0 +155.97,8.600000381469727,2599.0,0.00893173273652792,0.1158040389418602,0.0,1.8714847564697266,2.0619964599609375,-0.011222598142921925,0.002446145052090287,0.2828655242919922,0.5388218760490417,0.7928705662488937,1196.0,306176.0,7651.640472149942,19595264.0 +212.64,7.800000190734863,2640.0,0.0092533640563488,0.1071370467543602,0.0,1.883827567100525,2.062436103820801,-0.01186812948435545,0.0024462214205414057,0.33209434151649475,0.5271624326705933,0.7716403007507324,1197.0,306432.0,7657.847175984876,19611648.0 +139.79,8.600000381469727,2666.0,0.011658052913844585,0.15277099609375,0.0,1.8451194763183594,2.050156831741333,-0.011560682207345963,0.0024352234322577715,0.24670088291168213,0.5362194180488586,0.8255728781223297,1198.0,306688.0,7663.991698232014,19628032.0 +192.9,8.300000190734863,2586.0,0.009629199281334877,0.1202596053481102,0.0,1.8894282579421997,2.017176866531372,-0.010495029389858246,0.002454381203278899,0.32334446907043457,0.5312320590019226,0.7674015313386917,1199.0,306944.0,7670.326937385835,19644416.0 +193.02,8.199999809265137,2601.0,0.009622952900826931,0.1258748322725296,0.0,1.8926887512207031,1.9949742555618286,-0.013121572323143482,0.0024723687674850225,0.29488405585289,0.542133629322052,0.8045072704553604,1200.0,307200.0,7676.62595744594,19660800.0 +134.93,9.300000190734863,2612.0,0.010416410863399506,0.1405232697725296,0.0,1.8392047882080078,1.9911381006240845,-0.013559002429246902,0.002459746552631259,0.19515536725521088,0.5452246069908142,0.8558894842863083,1201.0,307456.0,7682.89848543494,19677184.0 +153.71,8.699999809265137,2576.0,0.009431359358131886,0.1126912459731102,0.0,1.9171186685562134,1.977250576019287,-0.01080916915088892,0.0024491152726113796,0.3495762348175049,0.5483545660972595,0.8048474043607712,1202.0,307712.0,7689.258260359988,19693568.0 +122.69,9.0,2517.0,0.014394421130418777,0.1410115510225296,0.0,1.8633307218551636,1.99530827999115,-0.014380116015672684,0.002461305120959878,0.23944710195064545,0.5472880005836487,0.8593408167362213,1203.0,307968.0,7695.767005476868,19709952.0 +174.67,8.0,2591.0,0.010404498316347599,0.11358642578125,0.0,1.9243583679199219,1.9964733123779297,-0.012347775511443615,0.0024609363172203302,0.3736397922039032,0.5393826365470886,0.8043719083070755,1204.0,308224.0,7702.089030625997,19726336.0 +164.12,8.800000190734863,2550.0,0.010578188113868237,0.1300455778837204,0.0,1.8717494010925293,1.9386106729507446,-0.011492603458464146,0.002456158632412553,0.25186941027641296,0.5486138463020325,0.8553804755210876,1205.0,308480.0,7708.5145568258595,19742720.0 +149.86,8.600000381469727,2557.0,0.013833113014698029,0.123291015625,0.0,1.9369059801101685,1.9289294481277466,-0.009170209057629108,0.002456926740705967,0.3876229226589203,0.5430906414985657,0.7803555876016617,1206.0,308736.0,7714.9220697970595,19759104.0 +126.51,8.699999809265137,2616.0,0.010985194705426693,0.1336873322725296,0.0,1.9085508584976196,1.9227577447891235,-0.012658652849495411,0.0024584645871073008,0.34173688292503357,0.5403361916542053,0.8078406453132629,1207.0,308992.0,7721.184231706895,19775488.0 +127.72,9.100000381469727,2556.0,0.01162552461028099,0.1353352814912796,0.0,1.9134541749954224,1.9041701555252075,-0.013150331564247608,0.002465970581397414,0.313790887594223,0.5557655096054077,0.7913204282522202,1208.0,309248.0,7727.594506317982,19791872.0 +143.49,9.100000381469727,2599.0,0.01043128315359354,0.1301472932100296,0.0,1.8654621839523315,1.8876137733459473,-0.011533606797456741,0.0024471827782690525,0.24995911121368408,0.5473007559776306,0.8311665058135986,1209.0,309504.0,7733.897166077979,19808256.0 +132.35,8.5,2596.0,0.01116706058382988,0.1327107697725296,0.0,1.9494026899337769,1.9000753164291382,-0.012949087657034397,0.00245326547883451,0.4130418300628662,0.5481986999511719,0.7653449028730392,1210.0,309760.0,7740.207853731932,19824640.0 +123.28,9.100000381469727,2468.0,0.010179208591580391,0.1257120817899704,0.0,1.866775393486023,1.91069757938385,-0.014040671288967133,0.002443247940391302,0.2659054398536682,0.545346200466156,0.8124501705169678,1211.0,310016.0,7746.846286427928,19841024.0 +123.27,8.399999618530273,2502.0,0.012907681055366993,0.1407877653837204,0.0,1.958632469177246,1.8966069221496582,-0.01385538000613451,0.0024426013696938753,0.4613809585571289,0.5394628643989563,0.7250896096229553,1212.0,310272.0,7753.393219923833,19857408.0 +91.08,8.199999809265137,2498.0,0.007809045258909464,0.10125732421875,0.0,1.9804767370224,1.8991103172302246,-0.011271835304796696,0.0024536035489290953,0.4628894329071045,0.5524929761886597,0.724184513092041,1213.0,310528.0,7759.952760871034,19873792.0 +150.44,8.399999618530273,2569.0,0.00906043965369463,0.1147054061293602,0.0,1.897068977355957,1.902138352394104,-0.012625481002032757,0.0024488717317581177,0.34111547470092773,0.5337223410606384,0.7823748588562012,1214.0,310784.0,7766.330517183989,19890176.0 +114.35,8.5,2555.0,0.009117333218455315,0.1180216446518898,0.0,1.9469901323318481,1.8815809488296509,-0.011676364578306675,0.0024466824252158403,0.3982967138290405,0.5549926161766052,0.7397019863128662,1215.0,311040.0,7772.742596647935,19906560.0 +157.32,8.600000381469727,2508.0,0.009267357178032398,0.1205240860581398,0.0,1.9310649633407593,1.8740302324295044,-0.010946384631097317,0.002447404433041811,0.38167545199394226,0.5462118983268738,0.7589097619056702,1216.0,311296.0,7779.276181973983,19922944.0 +108.68,8.5,2474.0,0.009695646353065968,0.116943359375,0.0,1.9260168075561523,1.8933258056640625,-0.012740165926516056,0.0024406726006418467,0.3846999406814575,0.5450037717819214,0.7640466541051865,1217.0,311552.0,7785.897943533026,19939328.0 +120.73,8.800000190734863,2569.0,0.010885563679039478,0.1317952424287796,0.0,1.9334193468093872,1.863460898399353,-0.010439470410346985,0.002436468843370676,0.37852510809898376,0.5549967885017395,0.7568143010139465,1218.0,311808.0,7792.274233067874,19955712.0 +92.8,9.199999809265137,2459.0,0.009302717633545399,0.1170654296875,0.0,1.8826613426208496,1.886048436164856,-0.011890568770468235,0.0024384751450270414,0.29377850890159607,0.547285795211792,0.7939213067293167,1219.0,312064.0,7798.93666140805,19972096.0 +116.65,8.600000381469727,2500.0,0.009801809675991535,0.1302286833524704,0.0,1.8981417417526245,1.8897792100906372,-0.013049959205091,0.002440262818709016,0.32798099517822266,0.5459678173065186,0.7867380231618881,1220.0,312320.0,7805.489761679899,19988480.0 +133.45,8.699999809265137,2521.0,0.01006776187568903,0.1245320662856102,0.0,1.9118691682815552,1.905235767364502,-0.009906177408993244,0.002434890018776059,0.3514314591884613,0.5476669073104858,0.776538074016571,1221.0,312576.0,7811.98763765092,20004864.0 +131.91,8.699999809265137,2475.0,0.008005525916814804,0.09307861328125,0.0,1.9078903198242188,1.901902198791504,-0.011375545524060726,0.0024394032079726458,0.36630916595458984,0.5354288220405579,0.8087104111909866,1222.0,312832.0,7818.607137809973,20021248.0 +137.8,9.100000381469727,2569.0,0.010037001222372055,0.13153076171875,0.0,1.8786168098449707,1.8906278610229492,-0.01169651746749878,0.0024316187482327223,0.28858375549316406,0.5491182208061218,0.8347911089658737,1223.0,313088.0,7824.984760890016,20037632.0 +140.22,8.5,2599.0,0.009672054089605808,0.1150716170668602,0.0,1.8862013816833496,1.885651707649231,-0.01392749696969986,0.0024313232861459255,0.321389764547348,0.542628824710846,0.8189625442028046,1224.0,313344.0,7831.289351350861,20054016.0 +161.03,8.699999809265137,2596.0,0.009885330684483051,0.1080322265625,0.0,1.8834062814712524,1.92318856716156,-0.0120391845703125,0.0024360246025025845,0.30861425399780273,0.5423583984375,0.8251371830701828,1225.0,313600.0,7837.601167079061,20070400.0 +133.17,8.800000190734863,2665.0,0.009250286966562271,0.1141764298081398,0.0,1.901045322418213,1.8871430158615112,-0.012775041162967682,0.002435386413708329,0.32959064841270447,0.5502033829689026,0.8159260749816895,1226.0,313856.0,7843.748411882902,20086784.0 +133.82,8.600000381469727,2665.0,0.008754690177738667,0.1094970703125,0.0,1.9193344116210938,1.9301300048828125,-0.009910022839903831,0.0024559625890105963,0.33187249302864075,0.5546280741691589,0.8088082671165466,1227.0,314112.0,7849.895683847833,20103168.0 +104.18,8.800000190734863,2670.0,0.00928348209708929,0.1080729141831398,0.0,1.8820761442184448,1.9004698991775513,-0.01133415475487709,0.0024428495671600103,0.2924579083919525,0.5447613596916199,0.8184021264314651,1228.0,314368.0,7856.031832032837,20119552.0 +138.73,8.600000381469727,2656.0,0.01199366431683302,0.1414591521024704,0.0,1.909786581993103,1.909894347190857,-0.010796981863677502,0.0024357035290449858,0.3512537181377411,0.5462040901184082,0.770414188504219,1229.0,314624.0,7862.19987813686,20135936.0 +172.9,8.600000381469727,2551.0,0.008625662885606289,0.1012776717543602,0.0,1.9505125284194946,1.88241708278656,-0.010842788964509964,0.002453126246109605,0.4121563732624054,0.5475381016731262,0.7823615372180939,1230.0,314880.0,7868.621497720014,20152320.0 +118.61,9.0,2470.0,0.01005849801003933,0.1235555037856102,0.0,1.9115694761276245,1.8690253496170044,-0.01381133496761322,0.002456833841279149,0.32387277483940125,0.5537176728248596,0.8044111728668213,1231.0,315136.0,7875.2542939998675,20168704.0 +131.08,8.899999618530273,2559.0,0.010405494831502438,0.1236368790268898,0.0,1.9254082441329956,1.9102063179016113,-0.01108554657548666,0.0024383270647376776,0.35743188858032227,0.5577164888381958,0.7840351611375809,1232.0,315392.0,7881.655675000977,20185088.0 +106.98,8.699999809265137,2580.0,0.008386732079088688,0.1066487655043602,0.0,1.8901015520095825,1.952978491783142,-0.013475451618432999,0.002444130601361394,0.30958816409111023,0.5462475419044495,0.7808336466550827,1233.0,315648.0,7888.004643048858,20201472.0 +143.44,8.399999618530273,2654.0,0.009537355042994022,0.1191813126206398,0.0,1.9059044122695923,1.931884765625,-0.012794787995517254,0.0024319542571902275,0.36064329743385315,0.5417191982269287,0.7086530923843384,1234.0,315904.0,7894.177603015909,20217856.0 +157.62,9.100000381469727,2632.0,0.012816994450986385,0.1547444611787796,0.0,1.8454499244689941,1.921155571937561,-0.014204326085746288,0.0024299866054207087,0.257999986410141,0.5348726511001587,0.8177955597639084,1235.0,316160.0,7900.402198218042,20234240.0 +154.57,8.899999618530273,2574.0,0.01184807624667883,0.1437784880399704,0.0,1.8808726072311401,1.9040899276733398,-0.01045361440628767,0.002424628473818302,0.31669607758522034,0.5397043824195862,0.8186680525541306,1236.0,316416.0,7906.766364712967,20250624.0 +105.75,8.600000381469727,2526.0,0.012542080134153366,0.136962890625,0.0,1.918177604675293,1.9066511392593384,-0.0131239527836442,0.002429732820019126,0.38665106892585754,0.542176365852356,0.7914425134658813,1237.0,316672.0,7913.252105962019,20267008.0 +129.27,8.600000381469727,2537.0,0.011356845498085022,0.135498046875,0.0,1.9002763032913208,1.922244906425476,-0.013552401214838028,0.0024462230503559113,0.3212205469608307,0.5493293404579163,0.8204359710216522,1238.0,316928.0,7919.709598670946,20283392.0 +128.38,8.800000190734863,2544.0,0.011071772314608097,0.1263427734375,0.0,1.9059594869613647,1.930352807044983,-0.015530362725257874,0.0024475844111293554,0.3400860130786896,0.5469581484794617,0.8258717209100723,1239.0,317184.0,7926.1497993019875,20299776.0 +141.51,8.699999809265137,2583.0,0.012344171293079853,0.1496175080537796,0.0,1.9227803945541382,1.920312523841858,-0.014224824495613575,0.002445283578708768,0.35738682746887207,0.5548731088638306,0.8008138835430145,1240.0,317440.0,7932.491493999958,20316160.0 +171.36,8.199999809265137,2570.0,0.009577947668731213,0.1102091446518898,0.0,1.9643840789794922,1.9498634338378906,-0.012353789992630482,0.00244545447640121,0.43198660016059875,0.5575159192085266,0.7687846273183823,1241.0,317696.0,7938.864869975019,20332544.0 +131.31,8.600000381469727,2534.0,0.01925312913954258,0.1658121794462204,0.0,1.9046560525894165,1.925923228263855,-0.010115786455571651,0.002437375020235777,0.3355443477630615,0.5475714802742004,0.7729768455028534,1242.0,317952.0,7945.331334823044,20348928.0 +131.5,8.899999618530273,2519.0,0.011450995691120625,0.1435343474149704,0.0,1.859269142150879,1.924974799156189,-0.012936286628246307,0.002441646298393607,0.2507942020893097,0.5452349185943604,0.80860535800457,1243.0,318208.0,7951.835249244934,20365312.0 +154.68,8.5,2631.0,0.009816201403737068,0.1262613981962204,0.0,1.892194151878357,1.9243717193603516,-0.013609481044113636,0.0024299954529851675,0.3259255886077881,0.5470868945121765,0.7931486517190933,1244.0,318464.0,7958.062533360906,20381696.0 +127.7,8.5,2633.0,0.011219837702810764,0.1495157927274704,0.0,1.9223605394363403,1.924432396888733,-0.010227356106042862,0.0024319917429238558,0.39347779750823975,0.5390976071357727,0.7663263976573944,1245.0,318720.0,7964.284840252949,20398080.0 +150.79,8.600000381469727,2556.0,0.012133250944316387,0.1180013045668602,0.0,1.9030801057815552,1.9522196054458618,-0.013508678413927555,0.00243660737760365,0.3387629985809326,0.5484259724617004,0.7993288487195969,1246.0,318976.0,7970.693684824975,20414464.0 +129.2,8.600000381469727,2581.0,0.006460398901253939,0.0755411759018898,0.0,1.929487705230713,1.9558796882629395,-0.010179481469094753,0.00243550562299788,0.3734181225299835,0.5547640323638916,0.7445902228355408,1247.0,319232.0,7977.042184802005,20430848.0 +134.25,8.800000190734863,2540.0,0.009141619317233562,0.1193033829331398,0.0,1.8913865089416504,1.9709619283676147,-0.008980694226920605,0.0024410428013652563,0.3157356083393097,0.5416874885559082,0.7740364223718643,1248.0,319488.0,7983.491560867056,20447232.0 +119.71,8.699999809265137,2546.0,0.012356426566839218,0.13153076171875,0.0,1.8928102254867554,1.9883952140808105,-0.010256516747176647,0.002438105409964919,0.3049332797527313,0.5514310002326965,0.8090534508228302,1249.0,319744.0,7989.926125413971,20463616.0 +207.31,7.699999809265137,2527.0,0.008015942759811878,0.10552978515625,0.0,1.9446115493774414,2.0076441764831543,-0.009459969587624073,0.002441897289827466,0.42007526755332947,0.5431615710258484,0.7911766320466995,1250.0,320000.0,7996.4089033429045,20480000.0 +177.97,8.600000381469727,2507.0,0.009275032207369804,0.1256917268037796,0.0,1.8869895935058594,1.9596892595291138,-0.011237946338951588,0.002433170098811388,0.3122362196445465,0.5451213717460632,0.8532077074050903,1251.0,320256.0,8002.944770134985,20496384.0 +123.73,9.100000381469727,2497.0,0.013268024660646915,0.1498616486787796,0.0,1.8642224073410034,1.9294781684875488,-0.014279309660196304,0.002436063950881362,0.2546015679836273,0.5524638295173645,0.8645024597644806,1252.0,320512.0,8009.506338354899,20512768.0 +122.55,8.699999809265137,2450.0,0.008987363427877426,0.1148274764418602,0.0,1.8848060369491577,1.9581393003463745,-0.012372809462249279,0.0024293086025863886,0.3112415373325348,0.5464850068092346,0.8341021835803986,1253.0,320768.0,8016.193621547893,20529152.0 +155.29,8.800000190734863,2411.0,0.010506530292332172,0.1355387419462204,0.0,1.8880038261413574,1.948813796043396,-0.013325833715498447,0.0024321796372532845,0.3048228919506073,0.5523165464401245,0.8241707384586334,1254.0,321024.0,8022.987727362895,20545536.0 +121.6,8.899999618530273,2413.0,0.009385320357978344,0.1186930313706398,0.0,1.862829566001892,1.9780211448669434,-0.012899205088615417,0.0024497287813574076,0.24490617215633392,0.5481914281845093,0.8525254130363464,1255.0,321280.0,8029.778175252024,20561920.0 +166.33,8.300000190734863,2432.0,0.008045967668294907,0.10235595703125,0.0,1.8944867849349976,1.960602879524231,-0.012048873119056225,0.0024533281102776527,0.30687642097473145,0.5460392236709595,0.800420880317688,1256.0,321536.0,8036.513851408847,20578304.0 +196.7,8.100000381469727,2521.0,0.00923172477632761,0.1125691756606102,0.0,1.9372786283493042,1.9385695457458496,-0.011851866729557514,0.002452734624966979,0.37914684414863586,0.5525751709938049,0.769980788230896,1257.0,321792.0,8043.012075708015,20594688.0 +133.33,8.5,2524.0,0.009804118424654007,0.1126302108168602,0.0,1.9602781534194946,1.931054949760437,-0.0122439069673419,0.0024491427466273308,0.4179494380950928,0.5582867860794067,0.7527192831039429,1258.0,322048.0,8049.501850140048,20611072.0 +149.71,8.399999618530273,2497.0,0.009294809773564339,0.0953369140625,0.0,1.9262090921401978,1.907906174659729,-0.013470076024532318,0.0024430223274976015,0.3679233491420746,0.5532856583595276,0.7865356951951981,1259.0,322304.0,8056.063679596875,20627456.0 +108.66,9.300000190734863,2458.0,0.014262300916016102,0.1571248322725296,0.0,1.9154448509216309,1.9168833494186401,-0.012004940770566463,0.0024476246908307076,0.3364786207675934,0.5545672178268433,0.7565195113420486,1260.0,322560.0,8062.728137800936,20643840.0 +102.24,8.600000381469727,2533.0,0.010666263289749622,0.12322998046875,0.0,1.9670991897583008,1.900156021118164,-0.010952174663543701,0.0024442062713205814,0.4603525698184967,0.5447734594345093,0.6925235092639923,1261.0,322816.0,8069.1965441938955,20660224.0 +113.81,9.199999809265137,2488.0,0.009948983788490295,0.1172688826918602,0.0,1.9069633483886719,1.9168835878372192,-0.013129585422575474,0.002433103509247303,0.3367476463317871,0.5543360114097595,0.7744636833667755,1262.0,323072.0,8075.781554526882,20676608.0 +95.96,9.300000190734863,2528.0,0.01218210905790329,0.1470540314912796,0.0,1.8808554410934448,1.9325976371765137,-0.013431924395263195,0.0024455466773360968,0.2646426856517792,0.5585185885429382,0.8151582628488541,1263.0,323328.0,8082.262195162009,20692992.0 +123.36,8.699999809265137,2595.0,0.010988983325660229,0.13153076171875,0.0,1.9406877756118774,1.921870231628418,-0.013436716049909592,0.002452756278216839,0.36428239941596985,0.564824104309082,0.7823716402053833,1264.0,323584.0,8088.574739771895,20709376.0 +113.21,9.100000381469727,2583.0,0.00945061445236206,0.1209309920668602,0.0,1.9143004417419434,1.8917747735977173,-0.011396783404052258,0.0024505385663360357,0.3434031903743744,0.5476441383361816,0.7834894210100174,1265.0,323840.0,8094.91609805706,20725760.0 +117.77,9.0,2490.0,0.0095589654520154,0.11187744140625,0.0,1.9090038537979126,1.8940038681030273,-0.013959414325654507,0.002448328072205186,0.3414832055568695,0.5469979047775269,0.745807558298111,1266.0,324096.0,8101.495664329035,20742144.0 +89.85,9.5,2530.0,0.012531650252640247,0.1333821564912796,0.0,1.8997983932495117,1.9031349420547485,-0.013930908404290676,0.0024480819702148438,0.32114315032958984,0.5481482744216919,0.7384471893310547,1267.0,324352.0,8107.9719273799565,20758528.0 +93.1,8.800000190734863,2543.0,0.010748184286057949,0.124755859375,0.0,1.910335898399353,1.9505032300949097,-0.01133373100310564,0.002461933996528387,0.3299785554409027,0.545218288898468,0.7691721618175507,1268.0,324608.0,8114.413543754956,20774912.0 +115.84,9.100000381469727,2521.0,0.010973889380693436,0.12969970703125,0.0,1.9101401567459106,1.9490957260131836,-0.012983796186745167,0.0024549467489123344,0.31993404030799866,0.5551746487617493,0.7680498659610748,1269.0,324864.0,8120.913412259892,20791296.0 +165.37,8.600000381469727,2615.0,0.009035583585500717,0.1099853515625,0.0,1.9043048620224,1.9188424348831177,-0.012789920903742313,0.002443155040964484,0.3343207836151123,0.5475451350212097,0.783135250210762,1270.0,325120.0,8127.1790231009945,20807680.0 +132.73,9.199999809265137,2615.0,0.011408346705138683,0.1303303986787796,0.0,1.8735514879226685,1.9194096326828003,-0.011708005331456661,0.002435726812109351,0.2764208912849426,0.5483795404434204,0.8100730329751968,1271.0,325376.0,8133.443479585927,20824064.0 +83.61,9.399999618530273,2483.0,0.01114929374307394,0.137451171875,0.0,1.8495135307312012,1.910700798034668,-0.012943275272846222,0.0024209246039390564,0.2441660612821579,0.5490183234214783,0.839964285492897,1272.0,325632.0,8140.042483284837,20840448.0 +121.45,9.300000190734863,2480.0,0.010758188553154469,0.1324666291475296,0.0,1.8466871976852417,1.946638584136963,-0.012572110630571842,0.0024320497177541256,0.23877044022083282,0.5433155298233032,0.8181532472372055,1273.0,325888.0,8146.647997413995,20856832.0 +101.24,8.899999618530273,2468.0,0.011660593561828136,0.1424560546875,0.0,1.927117943763733,1.955304503440857,-0.01372948195785284,0.002432020613923669,0.3826177418231964,0.5530812740325928,0.765297457575798,1274.0,326144.0,8153.285594533896,20873216.0 +172.46,8.699999809265137,2536.0,0.010101956315338612,0.1269124299287796,0.0,1.8502377271652222,1.981305480003357,-0.013150091283023357,0.0024447182659059763,0.2373209148645401,0.5421812534332275,0.8417978733778,1275.0,326400.0,8159.746599864913,20889600.0 +163.42,9.0,2596.0,0.010135297663509846,0.13214111328125,0.0,1.857869029045105,1.9503508806228638,-0.012851358391344547,0.002435855334624648,0.23609139025211334,0.5542504191398621,0.8598005026578903,1276.0,326656.0,8166.057580600958,20905984.0 +132.46,8.800000190734863,2576.0,0.010713084600865841,0.1318359375,0.0,1.8777879476547241,1.9394608736038208,-0.011101819574832916,0.002434568712487817,0.29286113381385803,0.5445696711540222,0.8273181617259979,1277.0,326912.0,8172.417349932948,20922368.0 +194.69,8.399999618530273,2469.0,0.01284667756408453,0.1557210236787796,0.0,1.8884223699569702,1.9533777236938477,-0.012930721044540405,0.002433107467368245,0.3310604989528656,0.5388029217720032,0.8424791842699051,1278.0,327168.0,8179.052441930864,20938752.0 +157.86,8.5,2604.0,0.009975479915738106,0.1156412735581398,0.0,1.901410460472107,1.9373208284378052,-0.013054650276899338,0.0024366185534745455,0.32524070143699646,0.5529088377952576,0.837091788649559,1279.0,327424.0,8185.344533059979,20955136.0 +128.93,8.800000190734863,2495.0,0.00922358501702547,0.1194661483168602,0.0,1.8834973573684692,1.923089861869812,-0.011272743344306946,0.00243848143145442,0.2911601960659027,0.5491803288459778,0.8516673594713211,1280.0,327680.0,8191.910013909917,20971520.0 +118.44,9.199999809265137,2528.0,0.012214270420372486,0.153076171875,0.0,1.8793679475784302,1.914237380027771,-0.012528778053820133,0.0024348734878003597,0.2657129466533661,0.5607457756996155,0.8584868311882019,1281.0,327936.0,8198.390030738898,20987904.0 +143.92,9.199999809265137,2558.0,0.010273663327097893,0.13226318359375,0.0,1.8581899404525757,1.902024269104004,-0.013413620181381702,0.0024331877939403057,0.262628972530365,0.5427155494689941,0.8248164057731628,1282.0,328192.0,8204.794246481033,21004288.0 +111.72,9.0,2536.0,0.010031354613602161,0.1290690153837204,0.0,1.8929208517074585,1.9203357696533203,-0.011267374269664288,0.00243067042902112,0.3224480450153351,0.5468320846557617,0.7746555060148239,1283.0,328448.0,8211.253622384043,21020672.0 +118.02,9.300000190734863,2489.0,0.012648419477045536,0.1376749724149704,0.0,1.8577536344528198,1.8968324661254883,-0.014078516513109207,0.0024257770273834467,0.2663971781730652,0.5447133183479309,0.7862084656953812,1284.0,328704.0,8217.835629245965,21037056.0 +105.06,8.800000190734863,2389.0,0.009106805548071861,0.1105143204331398,0.0,1.976732850074768,1.8827471733093262,-0.011837944388389587,0.002430067863315344,0.47979775071144104,0.5524659752845764,0.6801367998123169,1285.0,328960.0,8224.69248716603,21053440.0 +100.78,8.899999618530273,2482.0,0.009485754184424877,0.1128946915268898,0.0,1.8929719924926758,1.9143190383911133,-0.012605086900293827,0.00243134587071836,0.2980615198612213,0.5600164532661438,0.7900745421648026,1286.0,329216.0,8231.292597230058,21069824.0 +132.66,8.899999618530273,2513.0,0.012164157815277576,0.1357014924287796,0.0,1.8824224472045898,1.9258190393447876,-0.013340052217245102,0.0024324257392436266,0.29888346791267395,0.5493661165237427,0.7864890843629837,1287.0,329472.0,8237.811451423913,21086208.0 +142.58,8.600000381469727,2598.0,0.01019462663680315,0.1295166015625,0.0,1.894208312034607,1.9496206045150757,-0.009099305607378483,0.0024366870056837797,0.3114493191242218,0.5487353205680847,0.7472435235977173,1288.0,329728.0,8244.118157130899,21102592.0 +166.98,8.600000381469727,2601.0,0.009041732177138329,0.1131591796875,0.0,1.8712235689163208,1.9574222564697266,-0.012181363999843597,0.00244556600227952,0.2698461711406708,0.5452728867530823,0.7834344655275345,1289.0,329984.0,8250.417214305839,21118976.0 +227.81,7.599999904632568,2636.0,0.009331641718745232,0.107421875,0.0,1.9318175315856934,1.9667495489120483,-0.011911231093108654,0.0024524300824850798,0.3596796691417694,0.5573416352272034,0.7669985145330429,1290.0,330240.0,8256.632528161863,21135360.0 +155.29,8.600000381469727,2617.0,0.017931124195456505,0.1405232697725296,0.0,1.938956618309021,1.9066600799560547,-0.012726273387670517,0.0024368276353925467,0.3953336477279663,0.5546690225601196,0.7425785958766937,1291.0,330496.0,8262.893073560903,21151744.0 +103.41,8.800000190734863,2544.0,0.011733694933354855,0.1239827498793602,0.0,1.8937007188796997,1.9360847473144531,-0.012420366518199444,0.0024379997048527002,0.30756786465644836,0.5526982545852661,0.7892415970563889,1292.0,330752.0,8269.331969924038,21168128.0 +160.39,8.600000381469727,2543.0,0.010858106426894665,0.1354573518037796,0.0,1.8957775831222534,1.9169087409973145,-0.014265318401157856,0.0024309372529387474,0.32505902647972107,0.5512137413024902,0.7805609703063965,1293.0,331008.0,8275.774983515963,21184512.0 +142.88,9.100000381469727,2561.0,0.01326271053403616,0.1430460661649704,0.0,1.869740605354309,1.8840703964233398,-0.015508566051721573,0.0024286871775984764,0.28538206219673157,0.5470555424690247,0.7799455970525742,1294.0,331264.0,8282.172818404855,21200896.0 +113.87,8.899999618530273,2562.0,0.00950894970446825,0.1111857071518898,0.0,1.905458927154541,1.9129929542541504,-0.011484753340482712,0.0024354071356356144,0.3341048061847687,0.5513175129890442,0.7414756715297699,1295.0,331520.0,8288.567260734038,21217280.0 +152.57,8.199999809265137,2625.0,0.008253672160208225,0.09814453125,0.0,1.9640580415725708,1.9186822175979614,-0.011469756253063679,0.0024383768904954195,0.45258089900016785,0.5492357611656189,0.6929600834846497,1296.0,331776.0,8294.807488139952,21233664.0 +132.32,8.800000190734863,2636.0,0.010777591727674007,0.1352946013212204,0.0,1.91287362575531,1.9195994138717651,-0.012084190733730793,0.0024337731301784515,0.3485826551914215,0.552975594997406,0.739109069108963,1297.0,332032.0,8301.023471739842,21250048.0 +134.92,9.0,2485.0,0.011120474897325039,0.13543701171875,0.0,1.8807679414749146,1.9383035898208618,-0.013286820612847805,0.002442761557176709,0.27714839577674866,0.5534829497337341,0.8128426671028137,1298.0,332288.0,8307.615246103844,21266432.0 +122.52,8.800000190734863,2490.0,0.009926197119057178,0.1277058869600296,0.0,1.9266839027404785,1.9370245933532715,-0.011465255171060562,0.0024456442333757877,0.34495142102241516,0.5622215270996094,0.7907954156398773,1299.0,332544.0,8314.194328163983,21282816.0 +157.53,9.399999618530273,2504.0,0.010668954811990261,0.13250732421875,0.0,1.845462441444397,1.9199961423873901,-0.013778681866824627,0.002450208878144622,0.18467390537261963,0.5609996914863586,0.8805169239640236,1300.0,332800.0,8320.73651002394,21299200.0 +139.74,8.600000381469727,2500.0,0.010606559924781322,0.1193644180893898,0.0,1.88935387134552,1.9149513244628906,-0.012281176634132862,0.002446776255965233,0.2722175419330597,0.5612874627113342,0.8423028588294983,1301.0,333056.0,8327.289351911983,21315584.0 +167.49,8.699999809265137,2657.0,0.011488682590425014,0.1423543244600296,0.0,1.9252020120620728,1.8528214693069458,-0.013986147940158844,0.0024415352381765842,0.364426851272583,0.5547351241111755,0.801723301410675,1302.0,333312.0,8333.45465585892,21331968.0 +108.05,8.899999618530273,2529.0,0.017847178503870964,0.15545654296875,0.0,1.9243727922439575,1.8554267883300781,-0.014930100180208683,0.002435491420328617,0.3559424877166748,0.562140166759491,0.7915704697370529,1303.0,333568.0,8339.933598516043,21348352.0 +96.66,9.199999809265137,2610.0,0.012112564407289028,0.1417236328125,0.0,1.8921308517456055,1.898514747619629,-0.014976561069488525,0.0024297216441482306,0.3142985999584198,0.554082453250885,0.8302916437387466,1304.0,333824.0,8346.211525704945,21364736.0 +107.64,9.0,2577.0,0.011845343746244907,0.1281534880399704,0.0,1.906112790107727,1.9287056922912598,-0.012334838509559631,0.0024399373214691877,0.29805973172187805,0.5687360167503357,0.8505008071660995,1305.0,334080.0,8352.570076839998,21381120.0 +136.57,8.800000190734863,2618.0,0.00962072517722845,0.1219685897231102,0.0,1.9151688814163208,1.9172762632369995,-0.01164394710212946,0.0024440644774585962,0.3512006103992462,0.5483530163764954,0.8300441950559616,1306.0,334336.0,8358.827651520958,21397504.0 +144.35,8.899999618530273,2544.0,0.014105026610195637,0.11541748046875,0.0,1.9003325700759888,1.9040511846542358,-0.010463190264999866,0.0024361044634133577,0.31542181968688965,0.5540731549263,0.8478820621967316,1307.0,334592.0,8365.267537795939,21413888.0 +180.72,8.100000381469727,2507.0,0.010263310745358467,0.12872314453125,0.0,1.9234013557434082,1.9629024267196655,-0.010362152010202408,0.002450167667120695,0.33840373158454895,0.5591068863868713,0.8407215923070908,1308.0,334848.0,8371.803031658987,21430272.0 +134.46,8.800000190734863,2542.0,0.010634644888341427,0.123291015625,0.0,1.9223610162734985,1.9356917142868042,-0.012483789585530758,0.0024365936405956745,0.3443763554096222,0.5637171864509583,0.8375759124755859,1309.0,335104.0,8378.247437507845,21446656.0 +118.83,9.0,2550.0,0.011385537683963776,0.1208699569106102,0.0,1.9198225736618042,1.9198346138000488,-0.01160123199224472,0.0024321384262293577,0.3589297831058502,0.5550878047943115,0.8239226341247559,1310.0,335360.0,8384.673056284897,21463040.0 +163.13,8.800000190734863,2492.0,0.012925694696605206,0.1460978239774704,0.0,1.9339065551757812,1.8968682289123535,-0.013156303204596043,0.0024392183404415846,0.3627387583255768,0.5650529861450195,0.7993064671754837,1311.0,335616.0,8391.246349528898,21479424.0 +119.51,8.600000381469727,2536.0,0.010253772139549255,0.123779296875,0.0,1.9243921041488647,1.92385733127594,-0.012356643564999104,0.0024456093087792397,0.3325783908367157,0.5668933391571045,0.8140436708927155,1312.0,335872.0,8397.707773837028,21495808.0 +107.81,8.899999618530273,2612.0,0.01421355176717043,0.1326497346162796,0.0,1.9136773347854614,1.9634933471679688,-0.009168077260255814,0.002447054721415043,0.3059650659561157,0.5659704804420471,0.795179545879364,1313.0,336128.0,8403.979340852005,21512192.0 +131.11,8.699999809265137,2521.0,0.012313470244407654,0.13934326171875,0.0,1.9028024673461914,1.9665154218673706,-0.011667105369269848,0.0024374464992433786,0.300744891166687,0.5650387406349182,0.8124073296785355,1314.0,336384.0,8410.476734630996,21528576.0 +138.47,8.800000190734863,2520.0,0.009032177738845348,0.1185506209731102,0.0,1.9479990005493164,1.911447525024414,-0.012136879377067089,0.002425722312182188,0.40780577063560486,0.5624864101409912,0.7766040563583374,1315.0,336640.0,8416.976918054977,21544960.0 +125.74,9.0,2511.0,0.010459263809025288,0.1162516251206398,0.0,1.8894190788269043,1.9351681470870972,-0.012188147753477097,0.0024281637743115425,0.31046736240386963,0.5516431331634521,0.8084765523672104,1316.0,336896.0,8423.501478679944,21561344.0 +115.89,9.0,2455.0,0.008470278233289719,0.1047566756606102,0.0,1.9083110094070435,1.9484091997146606,-0.012822155840694904,0.002446356462314725,0.29143980145454407,0.5717189908027649,0.8226788491010666,1317.0,337152.0,8430.173502929974,21577728.0 +184.01,8.699999809265137,2553.0,0.010471799410879612,0.1431071013212204,0.0,1.9271496534347534,1.9514001607894897,-0.013146497309207916,0.002431507920846343,0.344252347946167,0.5719301104545593,0.8016653209924698,1318.0,337408.0,8436.59009832004,21594112.0 +139.74,8.399999618530273,2574.0,0.007514428813010454,0.08843994140625,0.0,1.9690438508987427,1.934861660003662,-0.012732528150081635,0.0024406558368355036,0.44742414355278015,0.5570852756500244,0.7748288661241531,1319.0,337664.0,8442.956010341877,21610496.0 +145.28,8.5,2502.0,0.01030331663787365,0.1356608122587204,0.0,1.938388466835022,1.9100865125656128,-0.011181001551449299,0.0024384723510593176,0.37042859196662903,0.5642198920249939,0.788693755865097,1320.0,337920.0,8449.504107998917,21626880.0 +94.29,9.199999809265137,2490.0,0.011893733404576778,0.1397908478975296,0.0,1.897274374961853,1.879590392112732,-0.014101390726864338,0.002433128422126174,0.30004701018333435,0.5635836124420166,0.7888267636299133,1321.0,338176.0,8456.08263858105,21643264.0 +162.72,8.199999809265137,2507.0,0.008832345716655254,0.1103108748793602,0.0,1.9590716361999512,1.8998454809188843,-0.012221216224133968,0.0024439257103949785,0.40700164437294006,0.5648276209831238,0.7346944212913513,1322.0,338432.0,8462.617403677898,21659648.0 +115.91,9.0,2491.0,0.011471093632280827,0.1295572966337204,0.0,1.8987388610839844,1.8593779802322388,-0.01327722892165184,0.002441317541524768,0.3101307153701782,0.5548853278160095,0.7617577016353607,1323.0,338688.0,8469.193124298006,21676032.0 +113.3,8.899999618530273,2503.0,0.010195570066571236,0.1274617463350296,0.0,1.9299925565719604,1.8719282150268555,-0.014245599508285522,0.0024492237716913223,0.34487295150756836,0.5659090280532837,0.7404876947402954,1324.0,338944.0,8475.73982907692,21692416.0 +141.79,8.600000381469727,2542.0,0.010179122909903526,0.12164306640625,0.0,1.9316130876541138,1.874001145362854,-0.013288981281220913,0.0024556394200772047,0.34193119406700134,0.5648572444915771,0.7443269789218903,1325.0,339200.0,8482.184590010904,21708800.0 +82.53,9.399999618530273,2633.0,0.0121071832254529,0.1417236328125,0.0,1.9004548788070679,1.8464373350143433,-0.013398509472608566,0.0024433855433017015,0.2750718891620636,0.5730891823768616,0.8138224929571152,1326.0,339456.0,8488.406058348948,21725184.0 +159.68,8.899999618530273,2601.0,0.011594141833484173,0.1335042268037796,0.0,1.9564281702041626,1.8410515785217285,-0.013913690112531185,0.0024461455177515745,0.38423147797584534,0.5735638737678528,0.7810464203357697,1327.0,339712.0,8494.703963784035,21741568.0 +90.5,9.199999809265137,2653.0,0.012272712774574757,0.1301472932100296,0.0,1.9157333374023438,1.838045597076416,-0.014236551709473133,0.002451733686029911,0.2872644066810608,0.5788513422012329,0.8300409615039825,1328.0,339968.0,8500.878971691942,21757952.0 +115.07,9.100000381469727,2654.0,0.009694942273199558,0.1211954727768898,0.0,1.9097076654434204,1.8352030515670776,-0.012126618064939976,0.002446249360218644,0.30017992854118347,0.5669716000556946,0.8071161508560181,1329.0,340224.0,8507.052139299922,21774336.0 +112.29,9.199999809265137,2631.0,0.012402020394802094,0.1327107697725296,0.0,1.881069302558899,1.8289610147476196,-0.013641715049743652,0.002447285456582904,0.2467816323041916,0.5659670829772949,0.8029771745204926,1330.0,340480.0,8513.279666151851,21790720.0 +158.88,8.800000190734863,2596.0,0.012119042687118053,0.1376139372587204,0.0,1.9109781980514526,1.8350205421447754,-0.012842082418501377,0.002440253971144557,0.31427285075187683,0.5649070143699646,0.7785450369119644,1331.0,340736.0,8519.590725037968,21807104.0 +115.39,8.399999618530273,2523.0,0.010632841847836971,0.1186930313706398,0.0,1.982800841331482,1.8285928964614868,-0.01152781117707491,0.002430866239592433,0.45741260051727295,0.5684751868247986,0.7467426061630249,1332.0,340992.0,8526.084356638836,21823488.0 +86.14,9.699999809265137,2542.0,0.011705481447279453,0.14404296875,0.0,1.8743845224380493,1.8605026006698608,-0.011155490763485432,0.0024331032764166594,0.24956606328487396,0.5628105998039246,0.8320049345493317,1333.0,341248.0,8532.530304065906,21839872.0 +119.52,9.0,2638.0,0.011613951064646244,0.1434733122587204,0.0,1.8813236951828003,1.856679916381836,-0.012415353208780289,0.0024216589517891407,0.27740922570228577,0.5627719163894653,0.8359998315572739,1334.0,341504.0,8538.740471943049,21856256.0 +110.15,9.199999809265137,2611.0,0.009016352705657482,0.1087849959731102,0.0,1.8881202936172485,1.8614212274551392,-0.012881952337920666,0.0024288594722747803,0.28186237812042236,0.5642555952072144,0.8317527920007706,1335.0,341760.0,8545.015083129052,21872640.0 +120.39,8.800000190734863,2559.0,0.01208279374986887,0.1378173828125,0.0,1.8975986242294312,1.869085431098938,-0.011268417350947857,0.0024263455998152494,0.2983970046043396,0.5651868581771851,0.827720046043396,1336.0,342016.0,8551.416473275982,21889024.0 +126.58,9.199999809265137,2575.0,0.010501007549464703,0.12176513671875,0.0,1.8785561323165894,1.8452218770980835,-0.012111958116292953,0.002431909553706646,0.25410959124565125,0.5661109089851379,0.8279932737350464,1337.0,342272.0,8557.778880473925,21905408.0 +150.52,8.899999618530273,2478.0,0.0104178162291646,0.1135457381606102,0.0,1.895979404449463,1.8575440645217896,-0.011654254980385303,0.002453952096402645,0.2747972309589386,0.5618345141410828,0.767472967505455,1338.0,342528.0,8564.38957848004,21921792.0 +89.67,8.899999618530273,2487.0,0.01263435184955597,0.15338134765625,0.0,1.9022830724716187,1.841988205909729,-0.01201704517006874,0.0024417571257799864,0.3067348897457123,0.558474063873291,0.7476905286312103,1339.0,342784.0,8570.97684581601,21938176.0 +169.13,8.800000190734863,2530.0,0.010444977320730686,0.1123453751206398,0.0,1.8943567276000977,1.864068865776062,-0.009500346146523952,0.0024354858323931694,0.3065318465232849,0.5514891743659973,0.7588847279548645,1340.0,343040.0,8577.452957144938,21954560.0 +166.08,8.800000190734863,2539.0,0.00918297003954649,0.1269124299287796,0.0,1.900443434715271,1.8646320104599,-0.011730683036148548,0.002426921622827649,0.33698925375938416,0.5488651394844055,0.7637398689985275,1341.0,343296.0,8583.906447984045,21970944.0 +122.96,9.100000381469727,2539.0,0.010666966438293457,0.1208699569106102,0.0,1.8502622842788696,1.8666108846664429,-0.01320947241038084,0.0024257067125290632,0.24239705502986908,0.5480863451957703,0.8211979269981384,1342.0,343552.0,8590.358751616906,21987328.0 +140.69,9.199999809265137,2521.0,0.011612732894718647,0.13763427734375,0.0,1.8609107732772827,1.8549257516860962,-0.012413880787789822,0.002430038060992956,0.2416882961988449,0.5560108423233032,0.8257898837327957,1343.0,343808.0,8596.857190669049,22003712.0 +139.76,8.899999618530273,2544.0,0.010432411916553974,0.12554931640625,0.0,1.8965439796447754,1.8648983240127563,-0.010616548359394073,0.0024455140810459852,0.285838782787323,0.560133159160614,0.8270101696252823,1344.0,344064.0,8603.296182239894,22020096.0 +133.36,8.899999618530273,2499.0,0.010257389396429062,0.1311238557100296,0.0,1.8983154296875,1.907124400138855,-0.0119609534740448,0.0024375233333557844,0.27178093791007996,0.5746956467628479,0.8386223316192627,1345.0,344320.0,8609.851539973868,22036480.0 +134.52,8.5,2626.0,0.013102569617331028,0.1482950896024704,0.0,1.9608436822891235,1.889426350593567,-0.01160911563783884,0.002437486546114087,0.4185149669647217,0.563346266746521,0.7654871940612793,1346.0,344576.0,8616.089545138879,22052864.0 +99.78,8.699999809265137,2676.0,0.008951922878623009,0.1134440079331398,0.0,1.902383804321289,1.8746613264083862,-0.011563490144908428,0.0024433149956166744,0.3157837688922882,0.5531445741653442,0.801337257027626,1347.0,344832.0,8622.212666659849,22069248.0 +149.18,8.600000381469727,2599.0,0.00968117918819189,0.12091064453125,0.0,1.9405708312988281,1.8432793617248535,-0.011985603719949722,0.0024237714242190123,0.39047327637672424,0.5638665556907654,0.7602482736110687,1348.0,345088.0,8628.51680116984,22085632.0 +134.25,8.600000381469727,2602.0,0.011390901170670986,0.1410725861787796,0.0,1.8972731828689575,1.8538554906845093,-0.012633009813725948,0.0024144204799085855,0.3337338864803314,0.5543676614761353,0.7798258364200592,1349.0,345344.0,8634.812689120881,22102016.0 +137.04,8.800000190734863,2592.0,0.013098329305648804,0.1704915314912796,0.0,1.9134368896484375,1.8604613542556763,-0.009063203819096088,0.002423336962237954,0.3466208875179291,0.5561255812644958,0.7739926725625992,1350.0,345600.0,8641.132454270963,22118400.0 +105.48,8.899999618530273,2651.0,0.012031377293169498,0.1539713591337204,0.0,1.9174736738204956,1.8570504188537598,-0.011348630301654339,0.002434453461319208,0.3274756073951721,0.5664282441139221,0.7935476005077362,1351.0,345856.0,8647.313681840897,22134784.0 +155.08,8.399999618530273,2601.0,0.008507806807756424,0.1160074844956398,0.0,1.8901077508926392,1.9013562202453613,-0.012571271508932114,0.0024497774429619312,0.2812226712703705,0.556192934513092,0.8176728785037994,1352.0,346112.0,8653.611537993886,22151168.0 +133.96,9.100000381469727,2573.0,0.013137564063072205,0.1505126953125,0.0,1.8808332681655884,1.8964314460754395,-0.01225187536329031,0.0024506368208676577,0.24934065341949463,0.5620608925819397,0.8384661376476288,1353.0,346368.0,8659.978453954915,22167552.0 +124.22,9.300000190734863,2541.0,0.011144419200718403,0.1281534880399704,0.0,1.869764804840088,1.8953838348388672,-0.012034430168569088,0.002452489919960499,0.2240203469991684,0.5624977946281433,0.8664615154266357,1354.0,346624.0,8666.426645367872,22183936.0 +183.89,8.399999618530273,2448.0,0.00991744827479124,0.13043212890625,0.0,1.9242295026779175,1.8621207475662231,-0.010801681317389011,0.00243900204077363,0.3235801160335541,0.572361409664154,0.8104657083749771,1355.0,346880.0,8673.12228634092,22200320.0 +95.25,9.100000381469727,2501.0,0.009776010178029537,0.1111246719956398,0.0,1.9101862907409668,1.849273681640625,-0.012950236909091473,0.0024368155281990767,0.3286269009113312,0.5589079260826111,0.8139132261276245,1356.0,347136.0,8679.67323474097,22216704.0 +124.56,9.399999618530273,2583.0,0.010512887500226498,0.1383056640625,0.0,1.8443454504013062,1.8817811012268066,-0.014249668456614017,0.0024327936116605997,0.2158089131116867,0.5531116724014282,0.8438109308481216,1357.0,347392.0,8686.016929980833,22233088.0 +128.26,8.899999618530273,2624.0,0.012346344999969006,0.1342366486787796,0.0,1.924977421760559,1.8319271802902222,-0.013181943446397781,0.002426842926070094,0.3645550012588501,0.5607795119285583,0.7634871751070023,1358.0,347648.0,8692.260348127922,22249472.0 +159.77,8.300000190734863,2540.0,0.009340675547719002,0.1171061173081398,0.0,1.9283150434494019,1.859233021736145,-0.013737442903220654,0.002421925077214837,0.36144009232521057,0.5689621567726135,0.7711200267076492,1359.0,347904.0,8698.710780090885,22265856.0 +109.44,8.5,2564.0,0.011311457492411137,0.1212158203125,0.0,1.9520879983901978,1.8270840644836426,-0.012092937715351582,0.002413979498669505,0.4205956757068634,0.5651640295982361,0.7193240225315094,1360.0,348160.0,8705.099956475897,22282240.0 +72.57,9.5,2629.0,0.011591955088078976,0.1292521208524704,0.0,1.8944474458694458,1.7895236015319824,-0.013097739778459072,0.0024250273127108812,0.31599894165992737,0.554927408695221,0.7873692959547043,1361.0,348416.0,8711.33188346494,22298624.0 +109.82,8.800000190734863,2631.0,0.009724823758006096,0.11163330078125,0.0,1.9754743576049805,1.798357605934143,-0.013261638581752777,0.0024340087547898293,0.45801737904548645,0.560706615447998,0.7202387452125549,1362.0,348672.0,8717.558064738056,22315008.0 +87.15,9.5,2587.0,0.009416474029421806,0.1132405623793602,0.0,1.899416446685791,1.842847228050232,-0.011917785741388798,0.0024292131420224905,0.28832563757896423,0.5709933042526245,0.8061254322528839,1363.0,348928.0,8723.891531328904,22331392.0 +109.18,9.0,2472.0,0.010349983349442482,0.1135457381606102,0.0,1.9520515203475952,1.8478589057922363,-0.013150844722986221,0.002430134918540716,0.3998687267303467,0.5686793327331543,0.7555661648511887,1364.0,349184.0,8730.5176315899,22347776.0 +103.59,9.100000381469727,2564.0,0.009570982307195663,0.1117350235581398,0.0,1.915722370147705,1.8494362831115723,-0.011042878031730652,0.0024260645732283592,0.34215059876441956,0.5611520409584045,0.7565783560276031,1365.0,349440.0,8736.907956548966,22364160.0 +77.64,9.199999809265137,2641.0,0.012480911798775196,0.1300455778837204,0.0,1.9151440858840942,1.8421573638916016,-0.014050775207579136,0.002423358615487814,0.33312463760375977,0.5693750977516174,0.7815700024366379,1366.0,349696.0,8743.111253070878,22380544.0 +123.98,9.100000381469727,2495.0,0.01192118227481842,0.1330363005399704,0.0,1.9319416284561157,1.821595311164856,-0.014094916172325611,0.002438485389575362,0.35959258675575256,0.5652135610580444,0.769391804933548,1367.0,349952.0,8749.678125228034,22396928.0 +101.43,9.600000381469727,2476.0,0.011080838739871979,0.1226806640625,0.0,1.862673282623291,1.8117247819900513,-0.013201556168496609,0.002423669910058379,0.2404581755399704,0.5619280338287354,0.8370584100484848,1368.0,350208.0,8756.293970942032,22413312.0 +97.09,8.399999618530273,2572.0,0.03190772235393524,0.1295166015625,0.0,1.9651236534118652,1.8578110933303833,-0.011394037865102291,0.0024383326526731253,0.431352823972702,0.5602530837059021,0.7417124807834625,1369.0,350464.0,8762.664368581958,22429696.0 +110.89,9.0,2594.0,0.010690741240978241,0.1360066682100296,0.0,1.9282594919204712,1.865185260772705,-0.013377077877521515,0.0024385154247283936,0.33483079075813293,0.573615312576294,0.7731686681509018,1370.0,350720.0,8768.98003742285,22446080.0 +126.27,9.0,2591.0,0.010996788740158081,0.1114298477768898,0.0,1.901509165763855,1.8983664512634277,-0.010219021700322628,0.002426423830911517,0.32061752676963806,0.5571910738945007,0.7748479098081589,1371.0,350976.0,8775.302566478029,22462464.0 +147.12,8.399999618530273,2621.0,0.008209148421883583,0.0995076522231102,0.0,1.988468050956726,1.854453682899475,-0.011770126409828663,0.002429703716188669,0.48546040058135986,0.5612003803253174,0.712697446346283,1372.0,351232.0,8781.553922917927,22478848.0 +97.94,9.5,2555.0,0.012069196440279484,0.13409423828125,0.0,1.8847342729568481,1.851279854774475,-0.013949103653430939,0.0024241225328296423,0.26923641562461853,0.5705167651176453,0.8191526085138321,1373.0,351488.0,8787.966226096032,22495232.0 +132.21,8.5,2623.0,0.010025016963481903,0.1178792342543602,0.0,1.9477206468582153,1.8463343381881714,-0.011331312358379364,0.0024230240378528833,0.4085603952407837,0.5617230534553528,0.7394929528236389,1374.0,351744.0,8794.211449746042,22511616.0 +108.49,9.100000381469727,2630.0,0.01683058962225914,0.1076253280043602,0.0,1.9277955293655396,1.840112566947937,-0.011068470776081085,0.002428272506222129,0.3399944603443146,0.5731316208839417,0.7800562083721161,1375.0,352000.0,8800.440543917939,22528000.0 +111.74,9.0,2537.0,0.014387201517820358,0.14678955078125,0.0,1.9294596910476685,1.8427366018295288,-0.012217345647513866,0.002435618080198765,0.33640897274017334,0.5740911364555359,0.7860341519117355,1376.0,352256.0,8806.898975922028,22544384.0 +112.57,8.800000190734863,2505.0,0.013015471398830414,0.1315104216337204,0.0,1.9503928422927856,1.8314632177352905,-0.010773112066090107,0.0024311686865985394,0.40243086218833923,0.5626809000968933,0.7557683438062668,1377.0,352512.0,8813.439425481018,22560768.0 +84.09,9.600000381469727,2482.0,0.011990845203399658,0.1299031525850296,0.0,1.8833080530166626,1.8750176429748535,-0.01344791054725647,0.002426012186333537,0.2803063690662384,0.5623471140861511,0.7995499819517136,1378.0,352768.0,8820.039650805062,22577152.0 +132.44,8.899999618530273,2585.0,0.012863957323133945,0.1357218474149704,0.0,1.8923288583755493,1.869918704032898,-0.012285101227462292,0.0024210026022046804,0.29382607340812683,0.5658990144729614,0.7920219600200653,1379.0,353024.0,8826.378625127953,22593536.0 +129.41,8.800000190734863,2677.0,0.010408707894384861,0.125732421875,0.0,1.8793576955795288,1.8896781206130981,-0.015019862912595272,0.0024239833001047373,0.2910773456096649,0.5557436943054199,0.768658846616745,1380.0,353280.0,8832.49752998096,22609920.0 +131.27,8.800000190734863,2727.0,0.008555039763450623,0.1052449569106102,0.0,1.9483169317245483,1.8847705125808716,-0.012101389467716217,0.0024271400179713964,0.4155752658843994,0.5579083561897278,0.68429896235466,1381.0,353536.0,8838.504262004048,22626304.0 +88.65,9.300000190734863,2683.0,0.008665594272315502,0.1090087890625,0.0,1.9037383794784546,1.8765021562576294,-0.013428178615868092,0.002419424708932638,0.3316742181777954,0.5603823065757751,0.7291943430900574,1382.0,353792.0,8844.610248073936,22642688.0 +98.77,9.300000190734863,2684.0,0.012384648434817791,0.1352132111787796,0.0,1.9438897371292114,1.8494261503219604,-0.009628145955502987,0.002420887118205428,0.41352578997612,0.5548056960105896,0.6833441853523254,1383.0,354048.0,8850.713905315846,22659072.0 +91.48,8.899999618530273,2587.0,0.010608539916574955,0.1178181990981102,0.0,1.901950716972351,1.8416017293930054,-0.01270399708300829,0.0024177858140319586,0.330314576625824,0.5590205788612366,0.7398570775985718,1384.0,354304.0,8857.04783030902,22675456.0 +107.34,8.5,2623.0,0.007629189640283585,0.0888468399643898,0.0,1.93834388256073,1.868268370628357,-0.010786175727844238,0.0024158272426575422,0.395664781332016,0.5620664358139038,0.7049817442893982,1385.0,354560.0,8863.29511757195,22691840.0 +73.72,9.0,2527.0,0.010190797969698906,0.1147867813706398,0.0,1.9586595296859741,1.8355315923690796,-0.013288001529872417,0.002422858728095889,0.43729880452156067,0.5602239370346069,0.6551644802093506,1386.0,354816.0,8869.779313712846,22708224.0 +110.38,9.100000381469727,2544.0,0.0121970409527421,0.14715576171875,0.0,1.8572181463241577,1.880922794342041,-0.01267386693507433,0.002420008648186922,0.2472546100616455,0.5550693869590759,0.7702630013227463,1387.0,355072.0,8876.219706197968,22724608.0 +122.51,8.899999618530273,2606.0,0.009879223071038723,0.1128133162856102,0.0,1.8970122337341309,1.888807773590088,-0.01238142792135477,0.0024096164852380753,0.3179871141910553,0.5644800066947937,0.7218238711357117,1388.0,355328.0,8882.506294326857,22740992.0 +131.61,8.600000381469727,2609.0,0.008464076556265354,0.09765625,0.0,1.951568603515625,1.8743256330490112,-0.010981339029967785,0.0024236885365098715,0.4080585539340973,0.565419614315033,0.6908295452594757,1389.0,355584.0,8888.78642159095,22757376.0 +146.15,8.699999809265137,2641.0,0.009749861434102058,0.1223551407456398,0.0,1.906786322593689,1.8945258855819702,-0.011615057475864887,0.0024242254439741373,0.3434694707393646,0.5534990429878235,0.7212234735488892,1390.0,355840.0,8894.990635887953,22773760.0 +121.07,8.600000381469727,2576.0,0.016077479347586632,0.1809285432100296,0.0,1.9223860502243042,1.9100866317749023,-0.010926044546067715,0.0024261123035103083,0.3642255365848541,0.5572440028190613,0.6829937398433685,1391.0,356096.0,8901.350578197977,22790144.0 +152.19,8.600000381469727,2619.0,0.011390425264835358,0.1589152067899704,0.0,1.8989628553390503,1.8978923559188843,-0.01166315097361803,0.0024289689026772976,0.30735817551612854,0.5614411234855652,0.7444730699062347,1392.0,356352.0,8907.605323571945,22806528.0 +161.62,8.300000190734863,2672.0,0.010198929347097874,0.1203206405043602,0.0,1.9499753713607788,1.8578605651855469,-0.012526609003543854,0.0024227311369031668,0.40932586789131165,0.565052330493927,0.6938493847846985,1393.0,356608.0,8913.736638400936,22822912.0 +134.2,8.899999618530273,2711.0,0.012909400276839733,0.14923095703125,0.0,1.9416022300720215,1.8365281820297241,-0.008202663622796535,0.0024150086101144552,0.3986798822879791,0.5613258481025696,0.6886543929576874,1394.0,356864.0,8919.778830756899,22839296.0 +104.39,9.5,2651.0,0.014414799399673939,0.1536051481962204,0.0,1.8745990991592407,1.8628660440444946,-0.010848090052604675,0.002417439827695489,0.26380881667137146,0.5634517669677734,0.7691911906003952,1395.0,357120.0,8925.959728881018,22855680.0 +105.68,8.699999809265137,2632.0,0.010563183575868607,0.1341145783662796,0.0,1.9707660675048828,1.8365856409072876,-0.012378514744341373,0.0024212782736867666,0.4572947323322296,0.5622238516807556,0.6897887885570526,1396.0,357376.0,8932.183612565976,22872064.0 +100.15,9.100000381469727,2600.0,0.010287108831107616,0.1227823868393898,0.0,1.8732868432998657,1.8410166501998901,-0.012847930192947388,0.0024210175033658743,0.26864421367645264,0.5597140192985535,0.7904824167490005,1397.0,357632.0,8938.484759215964,22888448.0 +107.51,9.0,2599.0,0.011561504565179348,0.137939453125,0.0,1.895777702331543,1.8854355812072754,-0.011255220510065556,0.0024223702494055033,0.30124080181121826,0.5640815496444702,0.7567694932222366,1398.0,357888.0,8944.787915505935,22904832.0 +108.79,8.899999618530273,2596.0,0.008738085627555847,0.1025797501206398,0.0,1.9505785703659058,1.8361691236495972,-0.012477139942348003,0.0024175618309527636,0.4170161783695221,0.5641282796859741,0.6900058388710022,1399.0,358144.0,8951.09913586895,22921216.0 +94.7,8.800000190734863,2599.0,0.010818961076438427,0.11248779296875,0.0,1.9563244581222534,1.8194894790649414,-0.012386354617774487,0.0024152284022420645,0.4319942891597748,0.5632942914962769,0.6680121719837189,1400.0,358400.0,8957.403527998831,22937600.0 +112.05,8.800000190734863,2604.0,0.008870622143149376,0.1024373397231102,0.0,1.9302579164505005,1.8642501831054688,-0.011704232543706894,0.002409365028142929,0.38218986988067627,0.5648274421691895,0.6845069825649261,1401.0,358656.0,8963.695903691929,22953984.0 +86.1,9.100000381469727,2535.0,0.009908124804496765,0.1177571639418602,0.0,1.8846440315246582,1.9041939973831177,-0.012433084659278393,0.0024159529712051153,0.30259913206100464,0.5568428635597229,0.7467418015003204,1402.0,358912.0,8970.157975757029,22970368.0 +81.69,9.199999809265137,2528.0,0.010705658234655857,0.1077677384018898,0.0,1.8581634759902954,1.950982928276062,-0.012636139988899231,0.002423431957140565,0.24262790381908417,0.5572794079780579,0.7573348730802536,1403.0,359168.0,8976.639316298999,22986752.0 +142.12,8.399999618530273,2663.0,0.009854955598711967,0.1147054061293602,0.0,1.9660481214523315,1.9395074844360352,-0.010328110307455063,0.0024193446151912212,0.4503135681152344,0.5609421730041504,0.6874873340129852,1404.0,359424.0,8982.791924984893,23003136.0 +155.88,8.600000381469727,2643.0,0.00970431324094534,0.1031290665268898,0.0,1.9144262075424194,1.9295214414596558,-0.011001323349773884,0.0024170451797544956,0.35709694027900696,0.5576514005661011,0.7443940937519073,1405.0,359680.0,8988.98979181284,23019520.0 +113.86,8.600000381469727,2664.0,0.007853842340409756,0.09326171875,0.0,1.9513591527938843,1.912749171257019,-0.01055713277310133,0.0024140854366123676,0.4231853783130646,0.5624081492424011,0.7181801199913025,1406.0,359936.0,8995.1437771169,23035904.0 +97.29,9.100000381469727,2614.0,0.024770133197307587,0.1351725310087204,0.0,1.9369001388549805,1.9237875938415527,-0.010710683651268482,0.002419703872874379,0.3763473927974701,0.5688229203224182,0.7351433634757996,1407.0,360192.0,9001.411270939978,23052288.0 +120.34,9.0,2690.0,0.00940361712127924,0.1028645858168602,0.0,1.9107829332351685,1.9333709478378296,-0.01154475286602974,0.0024299207143485546,0.33799731731414795,0.5577026009559631,0.7583733797073364,1408.0,360448.0,9007.501119406894,23068672.0 +73.5,9.199999809265137,2602.0,0.013281616382300854,0.1030476912856102,0.0,1.923485279083252,1.9552782773971558,-0.011585778556764126,0.0024336364585906267,0.343340665102005,0.5661349892616272,0.7826573848724365,1409.0,360704.0,9013.79833156499,23085056.0 +120.54,9.199999809265137,2625.0,0.010090784169733524,0.122802734375,0.0,1.8679405450820923,2.0144450664520264,-0.011795059777796268,0.0024420025292783976,0.2192663997411728,0.5692452788352966,0.8277003467082977,1410.0,360960.0,9020.038676558994,23101440.0 +156.2,8.199999809265137,2556.0,0.008356825448572636,0.09906005859375,0.0,1.9186850786209106,1.9933637380599976,-0.011512101627886295,0.0024355354253202677,0.3415188491344452,0.5616037249565125,0.7594255656003952,1411.0,361216.0,9026.44754902902,23117824.0 +144.64,8.699999809265137,2561.0,0.008989408612251282,0.1083984375,0.0,1.8898520469665527,1.957211971282959,-0.014551106840372086,0.002414627932012081,0.3169703185558319,0.5581762194633484,0.7690068483352661,1412.0,361472.0,9032.843961528968,23134208.0 +148.65,8.899999618530273,2668.0,0.010216325521469116,0.1275227814912796,0.0,1.859055519104004,1.966452717781067,-0.013548803515732288,0.0024200601037591696,0.25769612193107605,0.553390622138977,0.7920905649662018,1413.0,361728.0,9038.983853362035,23150592.0 +111.05,9.0,2647.0,0.00871000625193119,0.1156209334731102,0.0,1.9224215745925903,1.9718742370605469,-0.011477787047624588,0.0024121550377458334,0.35364416241645813,0.5707184076309204,0.7430776953697205,1414.0,361984.0,9045.172632213915,23166976.0 +156.37,9.0,2507.0,0.009654183872044086,0.1313883513212204,0.0,1.8766813278198242,1.9681755304336548,-0.012649871408939362,0.0024114472325891256,0.26813754439353943,0.5692204833030701,0.7876631319522858,1415.0,362240.0,9051.707010723883,23183360.0 +109.43,9.199999809265137,2631.0,0.013904266059398651,0.1116739884018898,0.0,1.871878981590271,1.9360219240188599,-0.012014101259410381,0.0024108204524964094,0.26050010323524475,0.5675928592681885,0.807548850774765,1416.0,362496.0,9057.938978950027,23199744.0 +158.99,8.800000190734863,2595.0,0.010371770709753036,0.1297810822725296,0.0,1.8691002130508423,1.9384589195251465,-0.012872076593339443,0.0024195213336497545,0.2765207588672638,0.5533356070518494,0.7655322104692459,1417.0,362752.0,9064.251534315059,23216128.0 +168.67,8.199999809265137,2693.0,0.009053618647158146,0.1074625626206398,0.0,1.933813214302063,1.926598072052002,-0.010389741510152817,0.002419555326923728,0.38345810770988464,0.561962366104126,0.6902802586555481,1418.0,363008.0,9070.33444814803,23232512.0 +106.97,9.5,2625.0,0.013059468008577824,0.1442057341337204,0.0,1.8302682638168335,1.9135847091674805,-0.014045518822968006,0.0024096868000924587,0.20072884857654572,0.5582419037818909,0.8137585818767548,1419.0,363264.0,9076.575155288912,23248896.0 +142.38,8.699999809265137,2650.0,0.010314937680959702,0.1082560196518898,0.0,1.8669310808181763,1.9321709871292114,-0.01333276554942131,0.002415733877569437,0.27576467394828796,0.5538365244865417,0.7702267616987228,1420.0,363520.0,9082.75863937405,23265280.0 +149.43,8.0,2596.0,0.00861408468335867,0.0951944962143898,0.0,2.003110885620117,1.9324593544006348,-0.01047675684094429,0.0024224191438406706,0.5048936009407043,0.5692559480667114,0.6743082106113434,1421.0,363776.0,9089.069702159846,23281664.0 +114.61,8.800000190734863,2626.0,0.007798358332365751,0.09112548828125,0.0,1.9344786405563354,1.9041929244995117,-0.012588750571012497,0.002413284033536911,0.39263916015625,0.5631476640701294,0.7469537556171417,1422.0,364032.0,9095.308621041011,23298048.0 +163.95,8.300000190734863,2566.0,0.006916273385286331,0.0855712890625,0.0,1.9414211511611938,1.9141427278518677,-0.011603261344134808,0.002414404647424817,0.41632696986198425,0.5568000674247742,0.7287008762359619,1423.0,364288.0,9101.693330249982,23314432.0 +77.53,9.300000190734863,2599.0,0.011217848397791386,0.1322428435087204,0.0,1.8847872018814087,1.9452123641967773,-0.012574723921716213,0.002432061592116952,0.2855093479156494,0.5580283999443054,0.7638039588928223,1424.0,364544.0,9107.996989890933,23330816.0 +136.82,8.5,2498.0,0.01006884966045618,0.1266072541475296,0.0,1.935488224029541,1.9217017889022827,-0.010441514663398266,0.002419145777821541,0.3921184241771698,0.559514582157135,0.7075744569301605,1425.0,364800.0,9114.554045947036,23347200.0 +105.36,8.899999618530273,2455.0,0.01106620579957962,0.1190185546875,0.0,1.9198975563049316,1.9341481924057007,-0.012653992511332035,0.002417471259832382,0.3515770733356476,0.5673690438270569,0.7404106557369232,1426.0,365056.0,9121.22617675201,23363584.0 +119.79,8.899999618530273,2487.0,0.00822653528302908,0.1016845703125,0.0,1.9242510795593262,1.940926432609558,-0.012185291387140751,0.002414030022919178,0.35498490929603577,0.5713379383087158,0.7458463609218597,1427.0,365312.0,9127.815107892035,23379968.0 +94.27,9.199999809265137,2497.0,0.011789684183895588,0.12542724609375,0.0,1.904733657836914,1.9498920440673828,-0.01133054494857788,0.0024082516320049763,0.3343093693256378,0.5642827153205872,0.7623110413551331,1428.0,365568.0,9134.37758472492,23396352.0 +150.64,8.5,2578.0,0.008576612919569016,0.0995279923081398,0.0,1.937062382698059,1.9363077878952026,-0.011101200245320797,0.0024091352242976427,0.3963891565799713,0.5647643804550171,0.7664229571819305,1429.0,365824.0,9140.733133221045,23412736.0 +127.0,8.5,2547.0,0.008116343058645725,0.0895792618393898,0.0,1.940285086631775,1.9424408674240112,-0.012222015298902988,0.0024125827476382256,0.39694178104400635,0.5671689510345459,0.7220116555690765,1430.0,366080.0,9147.165879460052,23429120.0 +151.88,8.899999618530273,2492.0,0.010292689315974712,0.1234334334731102,0.0,1.879111409187317,1.9541693925857544,-0.012759305536746979,0.002412575762718916,0.28144097328186035,0.5644041299819946,0.7852868586778641,1431.0,366336.0,9153.740174673032,23445504.0 +150.53,9.0,2434.0,0.011710110120475292,0.14007568359375,0.0,1.9119898080825806,1.9066740274429321,-0.012734322808682919,0.0024224703665822744,0.3374808132648468,0.563815712928772,0.7255922257900238,1432.0,366592.0,9160.47149764793,23461888.0 +140.64,8.699999809265137,2540.0,0.01039894949644804,0.1297200471162796,0.0,1.9207919836044312,1.9041728973388672,-0.012971156276762486,0.002413233043625951,0.3755994737148285,0.5583884119987488,0.7184489667415619,1433.0,366848.0,9166.92127361591,23478272.0 +112.46,8.600000381469727,2543.0,0.010420133359730244,0.108642578125,0.0,1.9945727586746216,1.874994158744812,-0.012864954769611359,0.002411971800029278,0.503704845905304,0.568349301815033,0.6586136519908905,1434.0,367104.0,9173.36394483596,23494656.0 +80.76,9.699999809265137,2564.0,0.010296703316271305,0.1277058869600296,0.0,1.8615593910217285,1.8943976163864136,-0.01245298981666565,0.002419965574517846,0.23969674110412598,0.5631250739097595,0.7469086647033691,1435.0,367360.0,9179.752621236956,23511040.0 +105.15,8.800000190734863,2605.0,0.009626352228224277,0.1149088516831398,0.0,1.9283674955368042,1.9073494672775269,-0.01091606542468071,0.002415203722193837,0.37169942259788513,0.5649059414863586,0.7080498337745667,1436.0,367616.0,9186.041580288904,23527424.0 +135.81,8.600000381469727,2654.0,0.008480052463710308,0.1063028946518898,0.0,1.9661173820495605,1.913425326347351,-0.011292453855276108,0.0024165629874914885,0.44172605872154236,0.5673996210098267,0.6485050916671753,1437.0,367872.0,9192.213979047025,23543808.0 +126.08,8.899999618530273,2621.0,0.008523057214915752,0.102783203125,0.0,1.9082139730453491,1.9401873350143433,-0.012460281141102314,0.0024106488563120365,0.3345597982406616,0.5674717426300049,0.7117887437343597,1438.0,368128.0,9198.46437860583,23560192.0 +127.69,9.0,2581.0,0.011418770998716354,0.1378987580537796,0.0,1.88506281375885,1.9277132749557495,-0.014267007820308208,0.002416989766061306,0.3010338544845581,0.5595951676368713,0.7290481328964233,1439.0,368384.0,9204.811458590906,23576576.0 +118.91,8.5,2517.0,0.009337619878351688,0.1083170548081398,0.0,1.9152212142944336,1.9146791696548462,-0.01295905839651823,0.0024099836591631174,0.37125781178474426,0.5567063689231873,0.7094130516052246,1440.0,368640.0,9211.321520838886,23592960.0 +115.62,9.199999809265137,2664.0,0.010272062383592129,0.12066650390625,0.0,1.8856405019760132,1.9093834161758423,-0.012565427459776402,0.0024100460577756166,0.31173935532569885,0.5564069747924805,0.7363579273223877,1441.0,368896.0,9217.471637103008,23609344.0 +119.25,8.899999618530273,2611.0,0.012131456285715103,0.137451171875,0.0,1.912598967552185,1.9128576517105103,-0.013018600642681122,0.0024061391595751047,0.3413204252719879,0.5710163712501526,0.7324014008045197,1442.0,369152.0,9223.74753003195,23625728.0 +123.33,8.899999618530273,2596.0,0.019031135365366936,0.1384073942899704,0.0,1.8954600095748901,1.9213976860046387,-0.010584569536149502,0.0024114155676215887,0.31240972876548767,0.5633460283279419,0.7435010075569153,1443.0,369408.0,9230.058999540983,23642112.0 +129.9,8.800000190734863,2589.0,0.008483690209686756,0.1004842147231102,0.0,1.9444481134414673,1.9372004270553589,-0.01138670090585947,0.0024176882579922676,0.4082794487476349,0.562222957611084,0.7030590176582336,1444.0,369664.0,9236.387605221942,23658496.0 +134.67,8.5,2510.0,0.009792841970920563,0.1130777969956398,0.0,1.9226070642471313,1.9203613996505737,-0.013513992540538311,0.002417701529338956,0.37221431732177734,0.5603669285774231,0.717058002948761,1445.0,369920.0,9242.915080256993,23674880.0 +123.59,9.100000381469727,2615.0,0.011302067898213863,0.1318359375,0.0,1.8815463781356812,1.934935212135315,-0.01356910914182663,0.00242171180434525,0.2697245180606842,0.5687468647956848,0.7644256949424744,1446.0,370176.0,9249.181845081039,23691264.0 +130.41,8.699999809265137,2638.0,0.011171907186508179,0.1354166716337204,0.0,1.9333823919296265,1.935970425605774,-0.012722593732178211,0.00241496111266315,0.3743499517440796,0.5708091855049133,0.7038936614990234,1447.0,370432.0,9255.391575346002,23707648.0 +96.37,8.800000190734863,2518.0,0.012326650321483612,0.1207071915268898,0.0,1.9520543813705444,1.9209951162338257,-0.013160270638763905,0.002414433052763343,0.39728856086730957,0.5785637497901917,0.6841109693050385,1448.0,370688.0,9261.897275371011,23724032.0 +116.37,8.800000190734863,2568.0,0.008741523139178753,0.1095174178481102,0.0,1.9273923635482788,1.9363632202148438,-0.014636687003076077,0.0024120595771819353,0.36340057849884033,0.5736625790596008,0.7195203304290771,1449.0,370944.0,9268.277964635985,23740416.0 +126.11,9.199999809265137,2620.0,0.010115713812410831,0.1176554337143898,0.0,1.8652795553207397,1.9470597505569458,-0.013932966627180576,0.0024119080044329166,0.2655861973762512,0.5599360466003418,0.7592038065195084,1450.0,371200.0,9274.53173142788,23756800.0 +127.66,9.100000381469727,2579.0,0.013733184896409512,0.1425577849149704,0.0,1.888060212135315,1.8907941579818726,-0.012750589288771152,0.002405897481366992,0.30751603841781616,0.5630121827125549,0.7381519377231598,1451.0,371456.0,9280.884105607867,23773184.0 +98.66,9.600000381469727,2650.0,0.011121411807835102,0.1357828825712204,0.0,1.8620392084121704,1.9100769758224487,-0.015006148256361485,0.0024077752605080605,0.2483939379453659,0.5680614709854126,0.7638153284788132,1452.0,371712.0,9287.067698198836,23789568.0 +104.96,9.0,2621.0,0.011125639081001282,0.1309407502412796,0.0,1.8954585790634155,1.9114965200424194,-0.010435591451823711,0.0024109643418341875,0.3190611004829407,0.5599964261054993,0.7379426062107086,1453.0,371968.0,9293.319549178006,23805952.0 +89.45,9.300000190734863,2610.0,0.011027717031538486,0.1247965469956398,0.0,1.9176207780838013,1.88162362575531,-0.012850279919803143,0.0024056073743849993,0.361908882856369,0.5655288100242615,0.7187757194042206,1454.0,372224.0,9299.595587803982,23822336.0 +123.25,8.800000190734863,2663.0,0.008549793623387814,0.1011556014418602,0.0,1.942938208580017,1.9128022193908691,-0.011628526262938976,0.002408478409051895,0.40394020080566406,0.567485511302948,0.7091077566146851,1455.0,372480.0,9305.747361026937,23838720.0 +108.8,9.199999809265137,2457.0,0.010100604966282845,0.1196085587143898,0.0,1.8772649765014648,1.9143247604370117,-0.01239506434649229,0.0024072967935353518,0.2913040220737457,0.5595031380653381,0.7541990429162979,1456.0,372736.0,9312.415398950921,23855104.0 +104.37,8.800000190734863,2507.0,0.0095848198980093,0.1223551407456398,0.0,1.9420970678329468,1.8995288610458374,-0.013396773487329483,0.002404129831120372,0.40392279624938965,0.5704624652862549,0.6741363108158112,1457.0,372992.0,9318.95081772888,23871488.0 +106.32,9.199999809265137,2572.0,0.007855761796236038,0.0897623673081398,0.0,1.906213402748108,1.915209412574768,-0.01109690498560667,0.002413080306723714,0.34658756852149963,0.5566288232803345,0.6975830793380737,1458.0,373248.0,9325.319686980918,23887872.0 +122.47,9.100000381469727,2559.0,0.009059500880539417,0.114013671875,0.0,1.882620930671692,1.8907670974731445,-0.014019598253071308,0.0024120325688272715,0.285989373922348,0.5665373206138611,0.7431715428829193,1459.0,373504.0,9331.721093885833,23904256.0 +93.65,8.600000381469727,2604.0,0.009263330139219761,0.1014607772231102,0.0,1.9603338241577148,1.8878690004348755,-0.011563082225620747,0.002422924153506756,0.41258177161216736,0.5730229020118713,0.6649802625179291,1460.0,373760.0,9338.013730679872,23920640.0 +99.63,9.199999809265137,2581.0,0.009825280867516994,0.09661865234375,0.0,1.9302831888198853,1.8573535680770874,-0.01220200676470995,0.002413213485851884,0.3709178864955902,0.5689933896064758,0.7033777832984924,1461.0,374016.0,9344.362325664843,23937024.0 +107.74,8.800000190734863,2571.0,0.010677213780581951,0.0986735001206398,0.0,1.988935947418213,1.8821114301681519,-0.010339373722672462,0.002420043107122183,0.48526057600975037,0.5654446482658386,0.6490665078163147,1462.0,374272.0,9350.735384874046,23953408.0 +115.11,9.300000190734863,2605.0,0.00959504209458828,0.1097818985581398,0.0,1.873470425605774,1.8640648126602173,-0.01294852327555418,0.002409714739769697,0.2768763303756714,0.5617639422416687,0.734742134809494,1463.0,374528.0,9357.02415567683,23969792.0 +96.74,9.300000190734863,2538.0,0.011741391383111477,0.1300048828125,0.0,1.9073022603988647,1.857580304145813,-0.011575083248317242,0.0024148731026798487,0.30515041947364807,0.577441394329071,0.6918571889400482,1464.0,374784.0,9363.479222323978,23986176.0 +105.86,8.899999618530273,2515.0,0.011604289524257183,0.1344401091337204,0.0,1.9054341316223145,1.8649144172668457,-0.012636229395866394,0.002415165537968278,0.3129574954509735,0.5726581811904907,0.6613138914108276,1465.0,375040.0,9369.992012298899,24002560.0 +82.47,9.5,2625.0,0.010332223027944565,0.1266682893037796,0.0,1.8572460412979126,1.8941556215286255,-0.011987823992967606,0.002412346890196204,0.22282660007476807,0.5705884695053101,0.7105423510074615,1466.0,375296.0,9376.233075276017,24018944.0 +100.39,9.199999809265137,2578.0,0.012742545455694199,0.1383056640625,0.0,1.932129979133606,1.8952827453613281,-0.011929151602089405,0.0024124218616634607,0.36097395420074463,0.5763139724731445,0.6496685743331909,1467.0,375552.0,9382.587332757888,24035328.0 +107.57,9.5,2575.0,0.01071186363697052,0.1260782927274704,0.0,1.8782410621643066,1.8862619400024414,-0.011408365331590176,0.002416125265881419,0.2640879452228546,0.5684052109718323,0.7213075757026672,1468.0,375808.0,9388.94946282683,24051712.0 +116.32,9.5,2609.0,0.011990401893854141,0.1206868514418602,0.0,1.8743939399719238,1.8906043767929077,-0.012055170722305775,0.002421402605250478,0.2494862675666809,0.5699110627174377,0.7009290158748627,1469.0,376064.0,9395.230319072027,24068096.0 +82.09,9.0,2641.0,0.007871375419199467,0.08819580078125,0.0,1.982892394065857,1.859399437904358,-0.012319184839725494,0.002432923996821046,0.44046831130981445,0.577109158039093,0.5637659430503845,1470.0,376320.0,9401.433562574908,24084480.0 +131.27,9.199999809265137,2547.0,0.01105828583240509,0.1305948942899704,0.0,1.890863060951233,1.8503456115722656,-0.012634895741939545,0.002424556063488126,0.25538066029548645,0.582033097743988,0.6671708226203918,1471.0,376576.0,9407.865545583889,24100864.0 +84.89,9.100000381469727,2634.0,0.01133537758141756,0.0983072891831398,0.0,2.035507917404175,1.8234243392944336,-0.012732275761663914,0.002427763771265745,0.5205358862876892,0.5923246741294861,0.47204285860061646,1472.0,376832.0,9414.085090549896,24117248.0 +76.92,9.199999809265137,2600.0,0.009494238533079624,0.1099853515625,0.0,1.9148298501968384,1.8574961423873901,-0.013383119367063046,0.0024484049063175917,0.2978370189666748,0.5736668109893799,0.608120858669281,1473.0,377088.0,9420.385417874902,24133632.0 +93.1,8.899999618530273,2568.0,0.008199137635529041,0.1008097305893898,0.0,1.9578171968460083,1.8756452798843384,-0.01079967338591814,0.0024457676336169243,0.399287611246109,0.5648457407951355,0.5914922058582306,1474.0,377344.0,9426.765788273886,24150016.0 +77.55,9.600000381469727,2671.0,0.010157342068850994,0.1254475861787796,0.0,1.852887511253357,1.8707942962646484,-0.013884260319173336,0.0024189252872020006,0.19865494966506958,0.5766897201538086,0.685309886932373,1475.0,377600.0,9432.900923433946,24166400.0 +82.56,8.800000190734863,2578.0,0.009784091264009476,0.1110026016831398,0.0,1.9464284181594849,1.8736239671707153,-0.01130740437656641,0.0024143746122717857,0.40052226185798645,0.569023847579956,0.5736503303050995,1476.0,377856.0,9439.261622332968,24182784.0 +135.05,8.699999809265137,2655.0,0.007488516625016928,0.0861612930893898,0.0,1.9421721696853638,1.883784294128418,-0.01066092774271965,0.002425903221592307,0.38824859261512756,0.5645948052406311,0.5879537761211395,1477.0,378112.0,9445.433421159862,24199168.0 +68.25,9.100000381469727,2668.0,0.007939310744404793,0.0876871719956398,0.0,1.9100960493087769,1.9054838418960571,-0.010762468911707401,0.0024107361678034067,0.33148011565208435,0.5688053965568542,0.6450401544570923,1478.0,378368.0,9451.574557641055,24215552.0 +110.75,9.100000381469727,2584.0,0.008316670544445515,0.0975138321518898,0.0,1.9188138246536255,1.9033888578414917,-0.011431723833084106,0.0024080390576273203,0.35827574133872986,0.5661221742630005,0.622879147529602,1479.0,378624.0,9457.915779216914,24231936.0 +92.6,9.300000190734863,2559.0,0.00977268721908331,0.1271158903837204,0.0,1.886466383934021,1.9356908798217773,-0.012800577096641064,0.0024105298798531294,0.30262818932533264,0.5620446801185608,0.629547506570816,1480.0,378880.0,9464.319246510044,24248320.0 +120.26,9.0,2595.0,0.012121260166168213,0.138916015625,0.0,1.9374479055404663,1.9243017435073853,-0.011782635934650898,0.0024085964541882277,0.37344062328338623,0.5774551630020142,0.5817051529884338,1481.0,379136.0,9470.632786876988,24264704.0 +97.78,9.5,2553.0,0.018101222813129425,0.13360595703125,0.0,1.8770548105239868,1.908322811126709,-0.010396536439657211,0.002417438430711627,0.26808634400367737,0.5637722611427307,0.6359035670757294,1482.0,379392.0,9477.050073389895,24281088.0 +111.01,9.399999618530273,2542.0,0.010615617036819458,0.1110636368393898,0.0,1.8868688344955444,1.8935494422912598,-0.011941644363105297,0.0024069335777312517,0.2839553654193878,0.57230144739151,0.6621108651161194,1483.0,379648.0,9483.496597890044,24297472.0 +82.62,9.5,2629.0,0.011937059462070465,0.13861083984375,0.0,1.8512943983078003,1.9291962385177612,-0.011936504393815994,0.0024150230456143618,0.21241776645183563,0.568802535533905,0.7272847294807434,1484.0,379904.0,9489.72892880789,24313856.0 +100.44,9.699999809265137,2622.0,0.01003576535731554,0.1234944686293602,0.0,1.8619168996810913,1.9242597818374634,-0.012928776443004608,0.0024166449438780546,0.2179957628250122,0.57676762342453,0.7236728370189667,1485.0,380160.0,9495.977067554835,24330240.0 +101.89,9.0,2617.0,0.009209947660565376,0.1219075545668602,0.0,1.9254142045974731,1.9321197271347046,-0.010776414535939693,0.0024110660888254642,0.33924293518066406,0.5803573727607727,0.6520254611968994,1486.0,380416.0,9502.236751544988,24346624.0 +117.34,9.0,2606.0,0.009374073706567287,0.11590576171875,0.0,1.8905662298202515,1.9335989952087402,-0.011942114681005478,0.0024096237029880285,0.30692943930625916,0.5635676980018616,0.6232098937034607,1487.0,380672.0,9508.524489247007,24363008.0 +100.95,9.600000381469727,2628.0,0.010408158414065838,0.1273193359375,0.0,1.858202576637268,1.9142413139343262,-0.012504984624683857,0.0024129056837409735,0.21114899218082428,0.5778225064277649,0.6790291368961334,1488.0,380928.0,9514.759120248957,24379392.0 +97.54,9.199999809265137,2545.0,0.009931785985827446,0.1158854141831398,0.0,1.93626868724823,1.9435744285583496,-0.012970339506864548,0.002413490554317832,0.36821019649505615,0.577824056148529,0.6013599932193756,1489.0,381184.0,9521.19566678605,24395776.0 +116.97,8.800000190734863,2594.0,0.009152688086032867,0.1125081405043602,0.0,1.9428092241287231,1.935217261314392,-0.011366228573024273,0.0024222172796726227,0.38864195346832275,0.5680983662605286,0.5795855522155762,1490.0,381440.0,9527.51117621595,24412160.0 +119.12,9.300000190734863,2636.0,0.012949403375387192,0.1534220427274704,0.0,1.8685516119003296,1.9110078811645508,-0.010569161735475063,0.002414858201518655,0.2443021684885025,0.5686503648757935,0.6467534005641937,1491.0,381696.0,9533.725454778876,24428544.0 +95.63,9.199999809265137,2550.0,0.012414250522851944,0.1297810822725296,0.0,1.9298077821731567,1.8613958358764648,-0.012969267554581165,0.0024142556358128786,0.36455464363098145,0.5719860792160034,0.5978009402751923,1492.0,381952.0,9540.14994347305,24444928.0 +93.6,9.0,2588.0,0.010529604740440845,0.0837198868393898,0.0,1.949952244758606,1.9101539850234985,-0.011401659809052944,0.0024162267800420523,0.38939034938812256,0.5776469111442566,0.5774119794368744,1493.0,382208.0,9546.479888548842,24461312.0 +99.3,9.0,2639.0,0.011143387295305729,0.13287353515625,0.0,1.8819419145584106,1.9310466051101685,-0.01188091654330492,0.0024156738072633743,0.25999343395233154,0.575299859046936,0.623897910118103,1494.0,382464.0,9552.687071702909,24477696.0 +100.07,8.899999618530273,2615.0,0.00992621947079897,0.1226603165268898,0.0,1.9472988843917847,1.8958163261413574,-0.010353732854127884,0.0024131678510457277,0.3798666000366211,0.5800936222076416,0.6014577448368073,1495.0,382720.0,9558.952349739848,24494080.0 +97.4,9.300000190734863,2593.0,0.009903624653816223,0.11920166015625,0.0,1.9235544204711914,1.9116939306259155,-0.011898686178028584,0.002425027545541525,0.3291296660900116,0.5774917602539062,0.648382842540741,1496.0,382976.0,9565.271326811053,24510464.0 +86.83,9.300000190734863,2527.0,0.014117966406047344,0.1046346053481102,0.0,1.959557056427002,1.94558846950531,-0.008840820752084255,0.0024185182992368937,0.40836045145988464,0.5744143724441528,0.6217318773269653,1497.0,383232.0,9571.753632358974,24526848.0 +99.85,9.0,2532.0,0.007043807301670313,0.08404541015625,0.0,1.9185682535171509,1.9331154823303223,-0.010181070305407047,0.0024159846361726522,0.3433736562728882,0.5684010982513428,0.6626894474029541,1498.0,383488.0,9578.224103583954,24543232.0 +98.31,8.800000190734863,2493.0,0.009024127386510372,0.0924479141831398,0.0,1.9180272817611694,1.952939510345459,-0.009921938180923462,0.0024193183053284883,0.3257010877132416,0.5749688148498535,0.6535835564136505,1499.0,383744.0,9584.79688293999,24559616.0 +118.02,8.699999809265137,2467.0,0.009462505578994751,0.1088053360581398,0.0,1.946706771850586,1.9608787298202515,-0.011592348106205463,0.002419478492811322,0.39060327410697937,0.5728669762611389,0.6417718529701233,1500.0,384000.0,9591.4379809089,24576000.0 +89.96,9.300000190734863,2551.0,0.008665180765092373,0.1087849959731102,0.0,1.8911384344100952,1.9662898778915405,-0.012561898678541183,0.002417624229565263,0.28506210446357727,0.5720199942588806,0.7024180293083191,1501.0,384256.0,9597.858850329882,24592384.0 +130.57,9.100000381469727,2614.0,0.011644319631159306,0.1525065153837204,0.0,1.919399380683899,1.926073670387268,-0.01091021578758955,0.00241203629411757,0.33894672989845276,0.5740785598754883,0.6767656803131104,1502.0,384512.0,9604.126825925894,24608768.0 +97.83,9.100000381469727,2642.0,0.009722894988954067,0.12188720703125,0.0,1.9090518951416016,1.8957802057266235,-0.012077465653419495,0.002407725201919675,0.3204857409000397,0.5759817957878113,0.6439765989780426,1503.0,384768.0,9610.328149718931,24625152.0 +101.46,8.600000381469727,2598.0,0.015348881483078003,0.12890625,0.0,1.9769800901412964,1.8972288370132446,-0.011909201741218567,0.002406379673629999,0.4512823522090912,0.5790303945541382,0.6091629564762115,1504.0,385024.0,9616.635000081966,24641536.0 +109.18,8.899999618530273,2598.0,0.008422354236245155,0.0965576171875,0.0,1.9496307373046875,1.9064773321151733,-0.012689661234617233,0.002411607885733247,0.4081001281738281,0.5715309977531433,0.6381444931030273,1505.0,385280.0,9622.94215999404,24657920.0 +87.83,9.199999809265137,2645.0,0.011600341647863388,0.1175740584731102,0.0,1.9059282541275024,1.9053322076797485,-0.013535984791815281,0.0024111508391797543,0.3118109107017517,0.57703697681427,0.6948793828487396,1506.0,385536.0,9629.136763047893,24674304.0 +104.43,8.800000190734863,2649.0,0.010475419461727142,0.1216634139418602,0.0,1.9182219505310059,1.897196888923645,-0.010808593593537807,0.0024187297094613314,0.3191462457180023,0.5790645480155945,0.6973629295825958,1507.0,385792.0,9635.321490233997,24690688.0 +90.32,9.399999618530273,2547.0,0.00969876628369093,0.126708984375,0.0,1.8957065343856812,1.912000060081482,-0.01122987363487482,0.002418394898995757,0.2784043848514557,0.5776564478874207,0.7337460517883301,1508.0,386048.0,9641.754034643993,24707072.0 +109.53,8.899999618530273,2530.0,0.008775965310633183,0.1001993790268898,0.0,1.955102562904358,1.8960460424423218,-0.011487825773656368,0.0024226256646215916,0.4027921259403229,0.5728420615196228,0.6761824786663055,1509.0,386304.0,9648.229750040919,24723456.0 +84.29,9.699999809265137,2495.0,0.011420984752476215,0.1468505859375,0.0,1.8480440378189087,1.8845410346984863,-0.014507272280752659,0.0024141042958945036,0.197112575173378,0.5757884383201599,0.7571807205677032,1510.0,386560.0,9654.79655304295,24739840.0 +106.37,8.5,2545.0,0.008648420684039593,0.1032511368393898,0.0,1.9730991125106812,1.9011783599853516,-0.01239898893982172,0.002408791333436966,0.45443329215049744,0.5728975534439087,0.6369727849960327,1511.0,386816.0,9661.235365170985,24756224.0 +74.55,9.100000381469727,2511.0,0.012794546782970428,0.1127522811293602,0.0,1.9093059301376343,1.8887263536453247,-0.011443275958299637,0.002413400448858738,0.32980456948280334,0.5680343508720398,0.711364209651947,1512.0,387072.0,9667.760713682044,24772608.0 +94.83,9.100000381469727,2626.0,0.009938264265656471,0.1172078475356102,0.0,1.9194612503051758,1.9094003438949585,-0.012633298523724079,0.0024068562779575586,0.34324583411216736,0.5761370658874512,0.6809428632259369,1513.0,387328.0,9673.998995065922,24788992.0 +131.61,9.0,2645.0,0.014639433473348618,0.1434733122587204,0.0,1.8576794862747192,1.9109925031661987,-0.01302522886544466,0.0024104833137243986,0.23505403101444244,0.5670463442802429,0.7437607645988464,1514.0,387584.0,9680.193758585025,24805376.0 +90.94,9.300000190734863,2599.0,0.008242425508797169,0.1000569686293602,0.0,1.8948160409927368,1.9405518770217896,-0.011967465281486511,0.002408942673355341,0.29048362374305725,0.5764757394790649,0.7052896320819855,1515.0,387840.0,9686.497138900915,24821760.0 +135.95,8.5,2526.0,0.011012977920472622,0.1275431364774704,0.0,1.9447954893112183,1.9566134214401245,-0.011706107296049595,0.002410875866189599,0.40519407391548157,0.5680328011512756,0.652399480342865,1516.0,388096.0,9692.98225509189,24838144.0 +124.48,9.0,2593.0,0.008928699418902397,0.11065673828125,0.0,1.883963942527771,1.9544835090637207,-0.01096328441053629,0.002399942371994257,0.2644616663455963,0.5822699666023254,0.7659025192260742,1517.0,388352.0,9699.29983476596,24854528.0 +119.86,8.600000381469727,2529.0,0.010748658329248428,0.1083577498793602,0.0,1.929019808769226,1.9645267724990845,-0.008870403282344341,0.002405973384156823,0.3582017719745636,0.5754476189613342,0.6984575092792511,1518.0,388608.0,9705.777287666919,24870912.0 +130.5,9.300000190734863,2605.0,0.011465341784060001,0.1382649689912796,0.0,1.871585488319397,1.9385381937026978,-0.011773175559937954,0.002406289568170905,0.2541690766811371,0.5725147128105164,0.7726050764322281,1519.0,388864.0,9712.067377191037,24887296.0 +94.87,9.300000190734863,2589.0,0.009431677870452404,0.1067708358168602,0.0,1.873990535736084,1.9563130140304565,-0.012057098560035229,0.002413629787042737,0.24587972462177277,0.5758562088012695,0.7630842328071594,1520.0,389120.0,9718.39494968485,24903680.0 +135.99,9.0,2607.0,0.013081355951726437,0.1113077774643898,0.0,1.9083412885665894,1.9634681940078735,-0.01168888434767723,0.0024029749911278486,0.33083510398864746,0.5727598667144775,0.7117877006530762,1521.0,389376.0,9724.679265179904,24920064.0 +142.45,9.0,2595.0,0.010350915603339672,0.1288655549287796,0.0,1.9053622484207153,1.9148293733596802,-0.014080789871513844,0.002412429079413414,0.3213346302509308,0.5717095136642456,0.7263137996196747,1522.0,389632.0,9730.992686226964,24936448.0 +102.05,8.899999618530273,2596.0,0.009904006496071815,0.1177164688706398,0.0,1.9523797035217285,1.9089246988296509,-0.009898421354591846,0.0024108339566737413,0.3995261490345001,0.576187252998352,0.6966727674007416,1523.0,389888.0,9737.304172364995,24952832.0 +143.92,9.100000381469727,2608.0,0.011925988830626011,0.1445109099149704,0.0,1.874155044555664,1.9446178674697876,-0.012894798070192337,0.002412922913208604,0.26353058218955994,0.5682693123817444,0.7451708018779755,1524.0,390144.0,9743.586085171904,24969216.0 +115.73,9.199999809265137,2492.0,0.012522336095571518,0.1330363005399704,0.0,1.8764667510986328,1.9145103693008423,-0.012993951328098774,0.00241867289878428,0.23726242780685425,0.5806382298469543,0.7670212239027023,1525.0,390400.0,9750.161144302925,24985600.0 diff --git a/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..f783dd9edb376c08e89ae0a24faf154742bf359e --- /dev/null +++ b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +145.35714285714286,5.714285850524902,292.0,0.008317082189023495,0.0809529647231102,0.0,0.1044531762599945,2.700033187866211,-0.0016550038708373904,0.0037204350810498,0.2662169933319092,0.14389531314373016,0.009878695011138916,1.0,256.0,56.06472267000936,16384.0 +262.425,4.5,2796.0,0.008127007633447647,0.1224365234375,0.0,0.11063536256551743,2.6914193630218506,-0.0007068049744702876,0.0037208786234259605,0.2765127122402191,0.1357312947511673,0.1150960922241211,2.0,512.0,61.929035077104345,32768.0 +339.84057971014494,4.637681007385254,2779.0,0.006308948155492544,0.0736287459731102,0.0,0.16098164021968842,2.6907413005828857,0.0009427099139429629,0.003718161955475807,0.3738926649093628,0.14485803246498108,0.20758819580078125,3.0,768.0,67.82488176808693,49152.0 +470.11,3.5999999046325684,2795.0,0.006157741416245699,0.0752156600356102,0.0,0.21427138149738312,2.683971405029297,3.516328797559254e-05,0.0037107018288224936,0.4821518659591675,0.11818792670965195,0.26882320642471313,4.0,1024.0,73.68723108200356,65536.0 +390.19,3.799999952316284,2865.0,0.0088603924959898,0.1112874373793602,0.0,0.2707555592060089,2.6728951930999756,-0.00036635773722082376,0.0037036642897874117,0.5957018136978149,0.1139269471168518,0.33598780632019043,5.0,1280.0,79.40608027600683,81920.0 +245.41,4.099999904632568,2866.0,0.007379951421171427,0.075439453125,0.0,0.30232155323028564,2.6669886112213135,-0.0006627527181990445,0.003692674683406949,0.6593083739280701,0.11743173748254776,0.3777700662612915,6.0,1536.0,85.12236628611572,98304.0 +214.36,5.400000095367432,2851.0,0.007147804368287325,0.08709716796875,0.0,0.43655911087989807,2.659644603729248,-0.0022702673450112343,0.0036719057243317366,0.9308517575263977,0.13985861837863922,0.4590149521827698,7.0,1792.0,90.86822807695717,114688.0 +170.75,4.900000095367432,2723.0,0.00640660896897316,0.0778605118393898,0.0,0.4119350016117096,2.6450936794281006,-0.002302955137565732,0.003649204969406128,0.8813778758049011,0.1994164139032364,0.5045582354068756,8.0,2048.0,96.88576604495756,131072.0 +160.1,5.300000190734863,2704.0,0.00426345644518733,0.0462849922478199,0.0,0.38245460391044617,2.6385810375213623,-0.0008668392547406256,0.003643959993496537,0.8194145560264587,0.22860483825206757,0.5582225620746613,9.0,2304.0,102.94444743706845,147456.0 +168.33,4.5,2710.0,0.0059631019830703735,0.0645751953125,0.0,0.3941522538661957,2.611140251159668,-0.00311651942320168,0.0036172971595078707,0.8467602729797363,0.30096179246902466,0.6175325214862823,10.0,2560.0,108.99054793897085,163840.0 +131.72,5.199999809265137,2652.0,0.0054128882475197315,0.0673828125,0.0,0.4599042236804962,2.6071951389312744,-0.0004686064494308084,0.0036061734426766634,0.9728898406028748,0.37383195757865906,0.6579984426498413,11.0,2816.0,115.16887641092762,180224.0 +136.48,4.699999809265137,2807.0,0.005573542322963476,0.0659383162856102,0.0,0.3979202210903168,2.5852301120758057,-0.0025807975325733423,0.0035849055275321007,0.8527066707611084,0.41939041018486023,0.6900572180747986,12.0,3072.0,121.00605427799746,196608.0 +126.65,4.400000095367432,2681.0,0.005099867004901171,0.04962158203125,0.0,0.3808138072490692,2.5671098232269287,-0.0024007742758840322,0.0035535041242837906,0.8177713751792908,0.5500168204307556,0.7212756872177124,13.0,3328.0,127.1177324000746,212992.0 +100.65,4.5,2700.0,0.005699845030903816,0.0642293319106102,0.0,0.41666850447654724,2.5417141914367676,-0.0025632136967033148,0.003524030791595578,0.8892977237701416,0.6865330338478088,0.7597791850566864,14.0,3584.0,133.186085911002,229376.0 +109.31,5.400000095367432,2811.0,0.00627058045938611,0.0764363631606102,0.0,0.4828377962112427,2.5060818195343018,-0.002163131022825837,0.003501233411952853,1.0201236009597778,0.9055731296539307,0.7575829476118088,15.0,3840.0,139.01411992311478,245760.0 +80.4,5.5,2811.0,0.0076116882264614105,0.0886026993393898,0.0,0.6468825936317444,2.436830997467041,-0.001734915073029697,0.0034588745329529047,1.3459714651107788,1.2187033891677856,0.7638332843780518,16.0,4096.0,144.8416889209766,262144.0 +80.39,5.5,2714.0,0.006156182382255793,0.0652058944106102,0.0,0.6445122957229614,2.4178507328033447,-0.0022337737027555704,0.0034326028544455767,1.3418488502502441,1.3896242380142212,0.7785706669092178,17.0,4352.0,150.87951889890246,278528.0 +80.55,5.300000190734863,2805.0,0.0037013422697782516,0.03025309182703495,0.0,0.5906346440315247,2.418436288833618,-0.000662026519421488,0.0034185408148914576,1.2309621572494507,1.5955084562301636,0.7836812734603882,18.0,4608.0,156.72101644892246,294912.0 +86.57,4.699999809265137,2794.0,0.005776356440037489,0.0556640625,0.0,0.6083170175552368,2.3571507930755615,-0.003444820875301957,0.0033886004239320755,1.2706667184829712,2.0301098823547363,0.7835429459810257,19.0,4864.0,162.58411651011556,311296.0 +74.26,6.0,2824.0,0.0030718890484422445,0.02286783792078495,0.0,0.6333561539649963,2.340359926223755,-0.0012987464433535933,0.003382885130122304,1.3161169290542603,2.2855608463287354,0.7898492217063904,20.0,5120.0,168.3857437958941,327680.0 +81.94,6.099999904632568,2819.0,0.005493066739290953,0.0550944022834301,0.0,0.5530702471733093,2.3315951824188232,-0.002410080749541521,0.0033669713884592056,1.1575926542282104,2.182399034500122,0.8241266012191772,21.0,5376.0,174.19706275803037,344064.0 +79.74,6.099999904632568,2782.0,0.003736207028850913,0.03037516213953495,0.0,0.594898521900177,2.32216739654541,9.25125368667068e-06,0.0033647760283201933,1.2362219095230103,2.0387637615203857,0.8008245378732681,22.0,5632.0,180.08616541698575,360448.0 +71.3,5.599999904632568,2830.0,0.004303190391510725,0.03997802734375,0.0,0.6012430191040039,2.2640483379364014,-0.0014018832007423043,0.003308553248643875,1.2505706548690796,2.311624765396118,0.8183156251907349,23.0,5888.0,185.87578467302956,376832.0 +64.29,5.800000190734863,2837.0,0.004926085937768221,0.0535481758415699,0.0,0.6439529061317444,2.2718751430511475,-0.002131160581484437,0.003320577321574092,1.337605595588684,2.365854024887085,0.8063119798898697,24.0,6144.0,191.65138509497046,393216.0 +81.43,6.0,2822.0,0.0028004890773445368,0.02288818359375,0.0,0.6224714517593384,2.303453207015991,-0.0006317191873677075,0.003324127523228526,1.2922751903533936,2.1183342933654785,0.8201100677251816,25.0,6400.0,197.45814153295942,409600.0 +70.8,5.699999809265137,2794.0,0.004085516091436148,0.0435994453728199,0.0,0.7345931529998779,2.2683188915252686,-0.0016264631412923336,0.003315504640340805,1.5178056955337524,2.421905517578125,0.800432026386261,26.0,6656.0,203.3218434790615,425984.0 +70.11,5.300000190734863,2777.0,0.0038115738425403833,0.0366007499396801,0.0,0.6173996329307556,2.2880237102508545,-0.001762103638611734,0.003316003829240799,1.2840838432312012,2.478325605392456,0.8151292055845261,27.0,6912.0,209.22259088791907,442368.0 +66.31,5.900000095367432,2807.0,0.002974793082103133,0.02168782614171505,0.0,0.7142572999000549,2.210068464279175,-0.001704682013951242,0.0032904271502047777,1.4761255979537964,2.9580161571502686,0.8011078983545303,28.0,7168.0,215.05861514108256,458752.0 +63.46,5.900000095367432,2838.0,0.005122150760143995,0.0509846992790699,0.0,0.7527360320091248,2.1644952297210693,-0.002533865859732032,0.0032891121227294207,1.5538300275802612,2.742408037185669,0.7846135944128036,29.0,7424.0,220.83182993694209,475136.0 +67.28,4.900000095367432,2813.0,0.002913501812145114,0.02427164651453495,0.0,0.6677618622779846,2.2067244052886963,0.0002742573560681194,0.0032947405707091093,1.3791098594665527,2.613271474838257,0.8043082803487778,30.0,7680.0,226.65581959998235,491520.0 +62.73,5.900000095367432,2834.0,0.0033171602990478277,0.02305094338953495,0.0,0.6949909329414368,2.221235513687134,-0.001135246828198433,0.00327786966226995,1.436677098274231,2.7371444702148438,0.800680473446846,31.0,7936.0,232.43642909592018,507904.0 +72.43,5.699999809265137,2832.0,0.0023415416944772005,0.01603190042078495,0.0,0.6574508547782898,2.2286508083343506,-0.0008348700939677656,0.003293215064331889,1.3611444234848022,2.6215574741363525,0.8012499213218689,32.0,8192.0,238.22235467494465,524288.0 +69.64,6.699999809265137,2779.0,0.003659202717244625,0.0361735038459301,0.0,0.6707584857940674,2.1892659664154053,-0.0008391689043492079,0.0032912094611674547,1.386980414390564,2.9080493450164795,0.7948289513587952,33.0,8448.0,244.11764407693408,540672.0 +62.93,5.599999904632568,2799.0,0.0047899154014885426,0.0499674491584301,0.0,0.6737728714942932,2.1746699810028076,-0.0023058715742081404,0.0032688339706510305,1.395650863647461,3.021939516067505,0.7996782064437866,34.0,8704.0,249.97063879691996,557056.0 +58.5,6.300000190734863,2817.0,0.0037625115364789963,0.02728271484375,0.0,0.7023490071296692,2.173072338104248,0.00011482098489068449,0.0032961152028292418,1.447929859161377,3.375264883041382,0.7813242375850677,35.0,8960.0,255.78709564893506,573440.0 +58.39,5.699999809265137,2722.0,0.00415400043129921,0.03851318359375,0.0,0.5929682850837708,2.1510345935821533,-0.001088402234017849,0.0032813725993037224,1.2311338186264038,3.250211715698242,0.8110017329454422,36.0,9216.0,261.80617033690214,589824.0 +61.03,6.699999809265137,2765.0,0.0029414354357868433,0.02467854879796505,0.0,0.6766554713249207,2.138962984085083,-0.0003916494024451822,0.0032785125076770782,1.3968733549118042,3.5616071224212646,0.7745911031961441,37.0,9472.0,267.73081335704774,606208.0 +61.9,7.0,2778.0,0.0031993493903428316,0.02384440042078495,0.0,0.6424136757850647,2.1098954677581787,-0.0009788726456463337,0.0032561318948864937,1.328983187675476,3.887936592102051,0.7818779200315475,38.0,9728.0,273.62815209594555,622592.0 +68.62,6.599999904632568,2805.0,0.005355265457183123,0.0625203475356102,0.0,0.5982698202133179,2.162311315536499,-0.0009358759853057563,0.003255056217312813,1.2416573762893677,3.713129758834839,0.7993889302015305,39.0,9984.0,279.468697396107,638976.0 +69.79,5.900000095367432,2780.0,0.004159662406891584,0.0380452461540699,0.0,0.5812776684761047,2.155397653579712,-0.002151906955987215,0.0032535579521209,1.2099672555923462,3.3208954334259033,0.8000360727310181,40.0,10240.0,285.3621308999136,655360.0 +68.04,6.199999809265137,2793.0,0.004789737984538078,0.0504353828728199,0.0,0.6396353244781494,2.1762001514434814,-0.0013379886513575912,0.0032406114041805267,1.3254705667495728,3.4004106521606445,0.7858283817768097,41.0,10496.0,291.2275460639503,671744.0 +64.12,5.699999809265137,2784.0,0.004283680114895105,0.0457763671875,0.0,0.588982105255127,2.139310836791992,-0.0019112438894808292,0.003229469060897827,1.224573016166687,3.5416440963745117,0.7913559675216675,42.0,10752.0,297.1118346210569,688128.0 +69.31,5.900000095367432,2763.0,0.0030913513619452715,0.02687581442296505,0.0,0.5740202069282532,2.1688239574432373,-0.0008532323990948498,0.0032128391321748495,1.193123459815979,3.387056589126587,0.8053125292062759,43.0,11008.0,303.04112145002,704512.0 +60.55,5.400000095367432,2755.0,0.0036764598917216063,0.03057861328125,0.0,0.5268186926841736,2.20510196685791,-0.0014676754362881184,0.0032012630254030228,1.1006749868392944,3.1701748371124268,0.826063722372055,44.0,11264.0,308.9891163581051,720896.0 +65.19,5.599999904632568,2749.0,0.006113071460276842,0.0775960311293602,0.0,0.6039872169494629,2.165113687515259,-0.002051105722784996,0.0032025829423218966,1.2553791999816895,3.2143237590789795,0.8040483146905899,45.0,11520.0,314.94796118489467,737280.0 +66.18,6.099999904632568,2811.0,0.004959046375006437,0.05242919921875,0.0,0.6086735725402832,2.17024827003479,-0.0015852494398131967,0.003190134884789586,1.2639226913452148,3.133770227432251,0.8250625878572464,46.0,11776.0,320.7764376490377,753664.0 +67.8,6.699999809265137,2778.0,0.003208973677828908,0.02891031838953495,0.0,0.578582763671875,2.1711502075195312,-0.0020055631175637245,0.0031882848124951124,1.2045994997024536,3.1071043014526367,0.8234742134809494,47.0,12032.0,326.6746211440768,770048.0 +65.81,6.0,2789.0,0.005163091700524092,0.0615641288459301,0.0,0.6070931553840637,2.138559103012085,-0.0016297918045893312,0.0031956303864717484,1.2602170705795288,3.264615774154663,0.8158122599124908,48.0,12288.0,332.5488281229045,786432.0 +62.5,6.599999904632568,2832.0,0.004299711901694536,0.0393880195915699,0.0,0.7020139098167419,2.077852725982666,-0.0008757033501751721,0.0031809841748327017,1.4473360776901245,3.5139873027801514,0.7976168394088745,49.0,12544.0,338.3348230801057,802816.0 +64.51,5.800000190734863,2801.0,0.009149421006441116,0.12469482421875,0.0,3.003206253051758,2.1649374961853027,0.003135247156023979,0.0033480001147836447,1.3580957651138306,1.165602684020996,0.7880847305059433,50.0,12800.0,344.18416253011674,819200.0 +58.19,6.400000095367432,2816.0,0.005587372928857803,0.0650634765625,0.0,2.6303911209106445,2.1353530883789062,-0.0010415114229544997,0.003306652419269085,1.3473724126815796,0.7455830574035645,0.7729064971208572,51.0,13056.0,350.0013044150546,835584.0 +64.31,6.400000095367432,2806.0,0.004048170521855354,0.0346476249396801,0.0,2.6681652069091797,2.120537042617798,-0.001424037734977901,0.0032909654546529055,1.2553142309188843,0.8552902340888977,0.7980144768953323,52.0,13312.0,355.8392943169456,851968.0 +61.77,6.5,2690.0,0.004245911259204149,0.03125,0.0,2.5208585262298584,2.0962507724761963,-0.001228557899594307,0.0032552042976021767,1.2162412405014038,0.7177663445472717,0.7974754571914673,53.0,13568.0,361.92991304793395,868352.0 +58.51,6.099999904632568,2665.0,0.004963976796716452,0.0508219413459301,0.0,2.4004275798797607,2.0955402851104736,-0.0021021657157689333,0.0032471397425979376,1.1915546655654907,0.5918332934379578,0.7773638367652893,54.0,13824.0,368.07685165596195,884736.0 +54.76,6.599999904632568,2666.0,0.004363283049315214,0.043212890625,0.0,2.447568655014038,2.0275158882141113,-0.0022071783896535635,0.0032337175216525793,1.354167103767395,0.5564349889755249,0.7481913566589355,55.0,14080.0,374.22129084309563,901120.0 +57.63,7.400000095367432,2640.0,0.005361495073884726,0.06109619140625,0.0,2.428715705871582,2.001399517059326,-0.000503725663293153,0.0032208282500505447,1.3427318334579468,0.5445768237113953,0.7572666108608246,56.0,14336.0,380.426585230045,917504.0 +60.25,6.599999904632568,2672.0,0.005603037774562836,0.0569051094353199,0.0,2.352691411972046,2.0139577388763428,-0.00043449303484521806,0.0032149471808224916,1.2073543071746826,0.537481963634491,0.7792882323265076,57.0,14592.0,386.5577281669248,933888.0 +60.15,6.099999904632568,2779.0,0.0047643063589930534,0.05474853515625,0.0,2.3531908988952637,2.024808883666992,-0.001196903409436345,0.003206625347957015,1.2205543518066406,0.5353040099143982,0.7690021395683289,58.0,14848.0,392.45202454109676,950272.0 +56.83,6.900000095367432,2801.0,0.004430875647813082,0.0388387031853199,0.0,2.374263286590576,2.0181291103363037,-0.0013259948464110494,0.0031948338728398085,1.2927814722061157,0.5230435132980347,0.7706936001777649,59.0,15104.0,398.3020187460352,966656.0 +60.25,7.5,2801.0,0.005232281982898712,0.0492350272834301,0.0,2.2772748470306396,2.05794358253479,-0.0017213009996339679,0.003187657566741109,1.167345404624939,0.4860536754131317,0.7972941696643829,60.0,15360.0,404.1510026610922,983040.0 +63.86,6.900000095367432,2855.0,0.004237071145325899,0.0435994453728199,0.0,2.3069958686828613,2.0617637634277344,-0.0006892734090797603,0.003183806547895074,1.2409980297088623,0.4781617224216461,0.7828854918479919,61.0,15616.0,409.8892104420811,999424.0 +62.09,7.0,2810.0,0.004990957211703062,0.036865234375,0.0,2.3564157485961914,2.038987398147583,-0.0026663702446967363,0.0031757343094795942,1.356563925743103,0.47418132424354553,0.7695379108190536,62.0,15872.0,415.719720342895,1015808.0 +68.18,6.0,2803.0,0.0033712333533912897,0.02530924417078495,0.0,2.262683153152466,2.0287277698516846,-0.0018794722855091095,0.003176088212057948,1.2178560495376587,0.44337621331214905,0.7854677885770798,63.0,16128.0,421.5642109140754,1032192.0 +57.07,6.400000095367432,2794.0,0.0034651660826057196,0.02974446676671505,0.0,2.2533349990844727,2.0241997241973877,-0.0007718265987932682,0.003166334703564644,1.210236668586731,0.44014236330986023,0.7978095561265945,64.0,16384.0,427.4280745580327,1048576.0 +56.97,5.900000095367432,2802.0,0.005582872778177261,0.0487263984978199,0.0,2.2500338554382324,2.0710959434509277,-0.0031954438891261816,0.0031642026733607054,1.2331010103225708,0.4268561899662018,0.7821789979934692,65.0,16640.0,433.2759487719741,1064960.0 +59.68,7.199999809265137,2798.0,0.003764015855267644,0.0257568359375,0.0,2.277643918991089,2.0846784114837646,-0.0018793181516230106,0.0031541341450065374,1.2909152507781982,0.4288872182369232,0.7814526408910751,66.0,16896.0,439.1308339959942,1081344.0 +68.16,6.099999904632568,2777.0,0.005426176358014345,0.05474853515625,0.0,2.1816318035125732,2.105829954147339,-0.0017583481967449188,0.0031538279727101326,1.1046963930130005,0.4256322681903839,0.8147783428430557,67.0,17152.0,445.0312079049181,1097728.0 +60.38,7.300000190734863,2760.0,0.005085914861410856,0.0528564453125,0.0,2.2697319984436035,2.068321943283081,-0.0016041817143559456,0.0031410816591233015,1.259161353111267,0.444536417722702,0.7863606959581375,68.0,17408.0,450.96824406809174,1114112.0 +62.63,6.699999809265137,2743.0,0.004468596074730158,0.0419921875,0.0,2.245295524597168,2.0091280937194824,-0.002550681820139289,0.0031413089018315077,1.2628425359725952,0.41300168633461,0.7819669842720032,69.0,17664.0,456.94115405599587,1130496.0 +57.0,6.900000095367432,2770.0,0.005196540150791407,0.0581461600959301,0.0,2.27889084815979,1.9875754117965698,-0.0013074834132567048,0.0031304992735385895,1.2933188676834106,0.438889741897583,0.781714677810669,70.0,17920.0,462.8563931880053,1146880.0 +62.21,6.400000095367432,2818.0,0.005298933479934931,0.0489298515021801,0.0,2.235588788986206,2.040022373199463,-0.002400826895609498,0.00313460361212492,1.243212103843689,0.41667869687080383,0.7957978248596191,71.0,18176.0,468.67023501801305,1163264.0 +59.28,6.400000095367432,2780.0,0.0038823445793241262,0.02864583395421505,0.0,2.1442859172821045,2.0262086391448975,-0.0024001358542591333,0.0031265299767255783,1.0859843492507935,0.40516650676727295,0.8243121057748795,72.0,18432.0,474.5633272230625,1179648.0 +66.36,6.800000190734863,2827.0,0.0037424948532134295,0.0375569649040699,0.0,2.237412691116333,2.0430908203125,-0.001939828391186893,0.003119677072390914,1.2651909589767456,0.41251036524772644,0.7900933474302292,73.0,18688.0,480.35859785508364,1196032.0 +56.06,6.400000095367432,2836.0,0.004336265381425619,0.0445353202521801,0.0,2.2902798652648926,2.0094449520111084,-0.001990772783756256,0.003116002306342125,1.3846932649612427,0.40565767884254456,0.7726808190345764,74.0,18944.0,486.1347904049326,1212416.0 +62.5,6.900000095367432,2802.0,0.004042995627969503,0.0336100272834301,0.0,2.184344530105591,2.026008367538452,-0.0027944359462708235,0.003115808591246605,1.2081729173660278,0.3855052888393402,0.7968230545520782,75.0,19200.0,491.9813382339198,1228800.0 +61.38,5.800000190734863,2799.0,0.0039189658127725124,0.03004964254796505,0.0,2.235678195953369,2.039092779159546,-0.002081981161609292,0.0031111370772123337,1.306721568107605,0.38963183760643005,0.777585431933403,76.0,19456.0,497.83467044704594,1245184.0 +60.21,7.5,2765.0,0.0025091643910855055,0.01784261129796505,0.0,2.18939208984375,2.023198127746582,-0.001358959823846817,0.003105766139924526,1.21355402469635,0.3916091024875641,0.80416539311409,77.0,19712.0,503.7591609179508,1261568.0 +65.43,6.800000190734863,2769.0,0.003594412701204419,0.02638753317296505,0.0,2.219945192337036,2.063546895980835,-0.0022695332299917936,0.003106291638687253,1.2981775999069214,0.37868618965148926,0.7760216891765594,78.0,19968.0,509.6757863359526,1277952.0 +62.63,7.400000095367432,2787.0,0.004054391290992498,0.03065999411046505,0.0,2.2309467792510986,2.0501859188079834,-0.0019401834579184651,0.003098822198808193,1.3111122846603394,0.3873552978038788,0.7781411111354828,79.0,20224.0,515.5555477470625,1294336.0 +63.3,6.900000095367432,2764.0,0.006720414385199547,0.0777181014418602,0.0,2.1530911922454834,2.031738758087158,-0.0031888398807495832,0.0030989311635494232,1.1683768033981323,0.3807274103164673,0.7932929545640945,80.0,20480.0,521.4831216500606,1310720.0 +64.72,7.0,2757.0,0.00572286918759346,0.0555216483771801,0.0,2.2721831798553467,1.9974251985549927,-0.0011991339270025492,0.0030864716973155737,1.3704153299331665,0.40603598952293396,0.756620392203331,81.0,20736.0,527.4257077649236,1327104.0 +62.27,7.099999904632568,2771.0,0.005310450214892626,0.0560506172478199,0.0,2.2149791717529297,1.990654468536377,-0.0029321315232664347,0.0030896326061338186,1.2971724271774292,0.3815251886844635,0.7526600658893585,82.0,20992.0,533.3375008050352,1343488.0 +60.36,7.5,2803.0,0.0038132776971906424,0.0262451171875,0.0,2.1451287269592285,1.9795788526535034,-0.0014609722420573235,0.0030782464891672134,1.1523103713989258,0.3884284794330597,0.7851457744836807,83.0,21248.0,539.1821632659994,1359872.0 +54.75,6.599999904632568,2752.0,0.004290803801268339,0.0368855781853199,0.0,2.2260076999664307,2.033381223678589,-0.0015928639331832528,0.0030756935011595488,1.2722491025924683,0.41586264967918396,0.7672022581100464,84.0,21504.0,545.1361726589967,1376256.0 +64.47,7.800000190734863,2721.0,0.007624160964041948,0.0966593399643898,0.0,2.11970591545105,2.0100626945495605,-0.0020801268983632326,0.003074971027672291,1.119981050491333,0.3799644410610199,0.7758667320013046,85.0,21760.0,551.1574624360073,1392640.0 +60.51,6.599999904632568,2792.0,0.006339773070067167,0.0777994766831398,0.0,2.1729249954223633,1.988240122795105,-0.003200349397957325,0.0030681497883051634,1.2446330785751343,0.3734293282032013,0.7642168700695038,86.0,22016.0,557.024971463019,1409024.0 +61.65,6.599999904632568,2799.0,0.005856384988874197,0.0649617537856102,0.0,2.162681818008423,1.9337730407714844,-0.0024281928781419992,0.003062610747292638,1.231725811958313,0.37000957131385803,0.7475453317165375,87.0,22272.0,562.877821770031,1425408.0 +59.79,7.300000190734863,2780.0,0.006167190615087748,0.0744425430893898,0.0,2.124788522720337,1.9340039491653442,-0.0024549851659685373,0.003056531772017479,1.1410609483718872,0.3821013867855072,0.7745966911315918,88.0,22528.0,568.7707106301095,1441792.0 +63.62,7.099999904632568,2777.0,0.0053937085904181,0.0579427070915699,0.0,2.1989612579345703,1.988059163093567,-0.0026577503886073828,0.003050821600481868,1.2594016790390015,0.40404248237609863,0.7380646169185638,89.0,22784.0,574.6710178230423,1458176.0 +69.44,7.300000190734863,2766.0,0.004366429056972265,0.0472005195915699,0.0,2.150681257247925,1.9369345903396606,-0.0025697469245642424,0.003045358695089817,1.190656065940857,0.38919028639793396,0.753073126077652,90.0,23040.0,580.5950223300606,1474560.0 +64.08,7.699999809265137,2707.0,0.005527523811906576,0.0592854805290699,0.0,2.18359112739563,1.8561214208602905,-0.0016347264172509313,0.0030418019741773605,1.2638235092163086,0.384402871131897,0.7314430773258209,91.0,23296.0,586.6474974569865,1490944.0 +65.67,6.699999809265137,2778.0,0.005304725840687752,0.0565185546875,0.0,2.178071975708008,1.9039171934127808,-0.0032718004658818245,0.003036996116861701,1.2600221633911133,0.3849830627441406,0.7130255699157715,92.0,23552.0,592.5458157989196,1507328.0 +64.95,7.699999809265137,2773.0,0.0056584482081234455,0.0614013671875,0.0,2.1087357997894287,1.86678946018219,-0.001911289058625698,0.0030306444969028234,1.1320748329162598,0.37955987453460693,0.7481995224952698,93.0,23808.0,598.4545680389274,1523712.0 +64.04,7.699999809265137,2769.0,0.004723046440631151,0.04632568359375,0.0,2.06439471244812,1.9619389772415161,-0.002830333076417446,0.0030278414487838745,1.0480594635009766,0.38040006160736084,0.7637511938810349,94.0,24064.0,604.3716191661078,1540096.0 +65.67,7.699999809265137,2769.0,0.006158356089144945,0.0649007186293602,0.0,2.0333902835845947,1.9136929512023926,-0.0014168069465085864,0.0030230667907744646,0.9911084175109863,0.37742364406585693,0.7537052929401398,95.0,24320.0,610.2880022730678,1556480.0 +67.28,7.5,2775.0,0.006135912612080574,0.0720418319106102,0.0,2.1246325969696045,1.9336994886398315,-0.0028220925014466047,0.0030212511774152517,1.1678835153579712,0.3837380111217499,0.7133133411407471,96.0,24576.0,616.1919462599326,1572864.0 +62.78,7.900000095367432,2775.0,0.006031944882124662,0.07025146484375,0.0,2.0316426753997803,1.9495059251785278,-0.002791857346892357,0.0030149873346090317,0.9850373864173889,0.3851257562637329,0.7335173189640045,97.0,24832.0,622.0962942459155,1589248.0 +73.16,7.800000190734863,2772.0,0.006704448256641626,0.08721923828125,0.0,2.0501058101654053,1.8790048360824585,-0.002330903662368655,0.0030134350527077913,1.0512391328811646,0.36674609780311584,0.7041875123977661,98.0,25088.0,628.0061936359853,1605632.0 +67.01,6.800000190734863,2782.0,0.005662120878696442,0.0642496719956398,0.0,2.125269651412964,1.8626103401184082,-0.0028901819605380297,0.003007257357239723,1.1808184385299683,0.3828878104686737,0.7013398706912994,99.0,25344.0,633.894685735926,1622016.0 +73.24,7.400000095367432,2747.0,0.004962054081261158,0.0492960624396801,0.0,2.0469777584075928,1.9073923826217651,-0.0035478919744491577,0.0030074731912463903,0.9302557110786438,0.3838772773742676,0.7478236854076385,100.0,25600.0,639.8595131360926,1638400.0 +71.15,7.5,2777.0,0.006040223408490419,0.0670166015625,0.0,2.051797389984131,1.881780743598938,-0.003907272592186928,0.0029995273798704147,0.95069819688797,0.38161638379096985,0.7174180746078491,101.0,25856.0,645.7594895109069,1654784.0 +69.95,7.599999904632568,2811.0,0.008184871636331081,0.0926717147231102,0.0,2.145345687866211,1.8412190675735474,-0.0018129110103473067,0.003001212142407894,1.110967993736267,0.39361345767974854,0.6930241882801056,102.0,26112.0,651.5877343181055,1671168.0 +66.85,8.0,2762.0,0.005857085343450308,0.0683186873793602,0.0,2.108247995376587,1.8020004034042358,-0.0017553408397361636,0.002993673784658313,1.0588997602462769,0.383838027715683,0.6976360082626343,103.0,26368.0,657.5186672869604,1687552.0 +68.41,7.400000095367432,2736.0,0.005607325118035078,0.0652669295668602,0.0,2.093695878982544,1.824136734008789,-0.0034794702660292387,0.0029889012221246958,1.056895136833191,0.3725716173648834,0.684154748916626,104.0,26624.0,663.5070875720121,1703936.0 +62.59,7.099999904632568,2780.0,0.004987591411918402,0.0586954765021801,0.0,2.17504620552063,1.8015087842941284,-0.001626725890673697,0.002992175752297044,1.2332748174667358,0.3604421615600586,0.6464948654174805,105.0,26880.0,669.4004999769386,1720320.0 +63.8,7.699999809265137,2778.0,0.006704716477543116,0.0714314803481102,0.0,2.0571682453155518,1.8693913221359253,-0.0016650594770908356,0.002981899306178093,0.9679782390594482,0.383801132440567,0.7037074863910675,106.0,27136.0,675.2989295111038,1736704.0 +63.32,7.599999904632568,2763.0,0.007465744856745005,0.09222412109375,0.0,2.063861608505249,1.8274668455123901,-0.0025958558544516563,0.0029785092920064926,1.0046383142471313,0.372407466173172,0.7016289830207825,107.0,27392.0,681.2273297749925,1753088.0 +64.27,7.699999809265137,2808.0,0.0054162368178367615,0.0625406876206398,0.0,2.049616813659668,1.8557370901107788,-0.002976873656734824,0.002977806143462658,0.9922246336936951,0.364083856344223,0.69679856300354,108.0,27648.0,687.0624599829316,1769472.0 +66.06,7.900000095367432,2845.0,0.006498641800135374,0.0795694962143898,0.0,2.0380373001098633,1.8538569211959839,-0.003115571802482009,0.0029730696696788073,0.961041271686554,0.3713131248950958,0.7114327251911163,109.0,27904.0,692.8203294309787,1785856.0 +65.53,8.100000381469727,2845.0,0.007872539572417736,0.0986735001206398,0.0,2.018460988998413,1.9180563688278198,-0.002151154214516282,0.0029694531112909317,0.93300861120224,0.3662010133266449,0.7351860105991364,110.0,28160.0,698.5798101420514,1802240.0 +72.66,7.599999904632568,2802.0,0.005108786281198263,0.0516560859978199,0.0,2.0129709243774414,1.8580769300460815,-0.003001958364620805,0.0029612118378281593,0.91507887840271,0.3747049570083618,0.7440416514873505,111.0,28416.0,704.4267389320303,1818624.0 +66.76,7.699999809265137,2767.0,0.005140257999300957,0.05462646484375,0.0,2.044961929321289,1.8416310548782349,-0.0027912722434848547,0.002960025565698743,0.9800328612327576,0.3742847144603729,0.7259626686573029,112.0,28672.0,710.3478750749491,1835008.0 +68.99,8.199999809265137,2783.0,0.004203419666737318,0.046142578125,0.0,1.9955226182937622,1.8725370168685913,-0.0029706137720495462,0.002955090254545212,0.8831002712249756,0.3761821687221527,0.7600492537021637,113.0,28928.0,716.2341855179984,1851392.0 +75.17,8.399999618530273,2774.0,0.004483171738684177,0.0451863594353199,0.0,2.0512704849243164,1.8380494117736816,-0.0005639783921651542,0.0029603757429867983,1.0090173482894897,0.36181947588920593,0.724888265132904,114.0,29184.0,722.1409185079392,1867776.0 +72.79,8.600000381469727,2706.0,0.004171581938862801,0.0378621406853199,0.0,2.0296590328216553,1.8591338396072388,-0.001389782060869038,0.0029552264604717493,0.9695746898651123,0.3633899390697479,0.7400423884391785,115.0,29440.0,728.1953640209977,1884160.0 +67.33,7.5,2799.0,0.00432573864236474,0.0387776680290699,0.0,2.0435736179351807,1.8662242889404297,-0.002620384097099304,0.002950359834358096,1.0001156330108643,0.36575981974601746,0.7378398776054382,116.0,29696.0,734.0499446990434,1900544.0 +67.75,8.199999809265137,2765.0,0.004113512113690376,0.03155517578125,0.0,2.006882429122925,1.8371573686599731,-0.0013126082485541701,0.0029473083559423685,0.9233222603797913,0.3674112856388092,0.7430807948112488,117.0,29952.0,739.9752992319409,1916928.0 +75.66,8.100000381469727,2754.0,0.004153921268880367,0.0395100899040699,0.0,2.00327730178833,1.7909773588180542,-0.00048196164425462484,0.0029465199913829565,0.9075395464897156,0.37132731080055237,0.7435666620731354,118.0,30208.0,745.9252464720048,1933312.0 +68.28,8.0,2800.0,0.004965037107467651,0.0435384102165699,0.0,2.0520999431610107,1.787066102027893,-0.0013311175862327218,0.002946254098787904,0.9798102378845215,0.3873394727706909,0.7385575771331787,119.0,30464.0,751.7755428019445,1949696.0 +73.22,8.100000381469727,2822.0,0.005933621898293495,0.05908203125,0.0,2.0095908641815186,1.8141165971755981,-0.001665653195232153,0.00294519797898829,0.8542659282684326,0.41241833567619324,0.7504566758871078,120.0,30720.0,757.580748450011,1966080.0 +64.55,8.800000190734863,2735.0,0.006113123614341021,0.0709228515625,0.0,2.016162395477295,1.8146209716796875,-0.004437941126525402,0.0029380337800830603,0.919073760509491,0.3888770341873169,0.7148933112621307,121.0,30976.0,763.5710988529027,1982464.0 +68.8,7.800000190734863,2763.0,0.006795646157115698,0.0853271484375,0.0,2.0442864894866943,1.793613076210022,-0.004723536316305399,0.0029394328594207764,1.006575345993042,0.3698813021183014,0.7132816314697266,122.0,31232.0,769.5007792180404,1998848.0 +64.52,8.199999809265137,2735.0,0.006592845544219017,0.0659383162856102,0.0,1.9862051010131836,1.8187026977539062,-0.0021919060964137316,0.002934942254796624,0.8958262801170349,0.3662590980529785,0.7086710631847382,123.0,31488.0,775.4900199810509,2015232.0 +67.92,8.5,2727.0,0.005863357800990343,0.064453125,0.0,1.952182412147522,1.788093090057373,-0.003131338395178318,0.002930925227701664,0.8458694815635681,0.3583728075027466,0.7126854062080383,124.0,31744.0,781.4979365619365,2031616.0 +71.86,8.0,2739.0,0.006764905992895365,0.0830281600356102,0.0,1.9921631813049316,1.8157635927200317,-0.004686933942139149,0.0029289762023836374,0.9060007929801941,0.37316790223121643,0.7105421721935272,125.0,32000.0,787.4787776661105,2048000.0 +71.93,8.399999618530273,2723.0,0.005562936887145042,0.0667521134018898,0.0,1.956076979637146,1.7737394571304321,-0.0027870305348187685,0.0029250262305140495,0.8541465401649475,0.36046063899993896,0.7118133902549744,126.0,32256.0,793.4948566949461,2064384.0 +68.63,7.400000095367432,2749.0,0.00515500595793128,0.0554606132209301,0.0,1.9790843725204468,1.8035050630569458,-0.0030069034546613693,0.002922961488366127,0.9110992550849915,0.35566821694374084,0.6969224214553833,127.0,32512.0,799.4549981630407,2080768.0 +65.13,7.900000095367432,2743.0,0.007940161973237991,0.1074625626206398,0.0,2.016820192337036,1.88421630859375,-0.003975663334131241,0.0029193004593253136,0.9730426669120789,0.3675457537174225,0.6888087093830109,128.0,32768.0,805.4276035889052,2097152.0 +67.07,8.300000190734863,2807.0,0.0071993558667600155,0.08563232421875,0.0,1.9621495008468628,1.8945790529251099,-0.004769161343574524,0.002916748635470867,0.863048255443573,0.37026116251945496,0.7173934280872345,129.0,33024.0,811.2646241250914,2113536.0 +61.73,7.900000095367432,2799.0,0.006117118522524834,0.071533203125,0.0,1.983823299407959,1.8598170280456543,-0.003606304759159684,0.0029108484741300344,0.9111323952674866,0.36864838004112244,0.7144864797592163,130.0,33280.0,817.1189952790737,2129920.0 +66.97,8.100000381469727,2791.0,0.006872121244668961,0.0839436873793602,0.0,1.9521818161010742,1.868838906288147,-0.0017943693092092872,0.0029100754763931036,0.8540717959403992,0.363349050283432,0.672189474105835,131.0,33536.0,822.9893274190836,2146304.0 +69.69,7.900000095367432,2778.0,0.006567877251654863,0.0791219100356102,0.0,1.9664335250854492,1.874964714050293,-0.0035152584314346313,0.0029073441401124,0.893455445766449,0.3604109287261963,0.6727540493011475,132.0,33792.0,828.8864095960744,2162688.0 +70.75,8.300000190734863,2801.0,0.008270502090454102,0.11444091796875,0.0,1.887975811958313,1.8621668815612793,-0.0026435076724737883,0.002904794178903103,0.7291157245635986,0.3648774325847626,0.7231399416923523,133.0,34048.0,834.7352129039355,2179072.0 +65.36,8.199999809265137,2817.0,0.007869573310017586,0.09619140625,0.0,1.9999128580093384,1.8432446718215942,-0.0042709363624453545,0.0029007960110902786,0.9614737629890442,0.3635774552822113,0.6537203788757324,134.0,34304.0,840.5518434240948,2195456.0 +68.14,8.399999618530273,2809.0,0.004225051961839199,0.0444539375603199,0.0,1.9844131469726562,1.8653377294540405,-0.0029712009709328413,0.0028977792244404554,0.922467052936554,0.368526816368103,0.6633930802345276,135.0,34560.0,846.38471896993,2211840.0 +67.75,8.100000381469727,2821.0,0.005345566663891077,0.0593668632209301,0.0,1.9247632026672363,1.882766842842102,-0.004804118536412716,0.0028964392840862274,0.8253555297851562,0.3585067093372345,0.695106029510498,136.0,34816.0,852.1913874389138,2228224.0 +73.49,8.699999809265137,2780.0,0.004949212074279785,0.05218505859375,0.0,1.9037809371948242,1.849926471710205,-0.003733767196536064,0.0028926990926265717,0.7759900689125061,0.3630847930908203,0.7092075049877167,137.0,35072.0,858.0840024941135,2244608.0 +72.3,8.399999618530273,2780.0,0.006184738129377365,0.0718994140625,0.0,1.8899741172790527,1.86934232711792,-0.004244130104780197,0.0028913861606270075,0.7577037215232849,0.3590833246707916,0.725579708814621,138.0,35328.0,863.9767664119136,2260992.0 +72.21,7.599999904632568,2747.0,0.005535088013857603,0.0614217109978199,0.0,1.9434725046157837,1.8907294273376465,-0.005298791453242302,0.0028891079127788544,0.857522189617157,0.3659370243549347,0.6827042102813721,139.0,35584.0,869.9407382931095,2277376.0 +74.78,8.600000381469727,2738.0,0.004983364604413509,0.05450439453125,0.0,1.8728188276290894,1.948628306388855,-0.004771249368786812,0.002885947935283184,0.7283719182014465,0.3604263365268707,0.7118937373161316,140.0,35840.0,875.925478318939,2293760.0 +79.4,8.0,2718.0,0.007473333273082972,0.0915934219956398,0.0,1.9113482236862183,1.9298909902572632,-0.0037918707821518183,0.0028846245259046555,0.8046115040779114,0.3601972758769989,0.7094443738460541,141.0,36096.0,881.9541939639021,2310144.0 +81.22,9.100000381469727,2795.0,0.00716090202331543,0.0900675430893898,0.0,1.9091252088546753,1.9398661851882935,-0.004850352648645639,0.002881234511733055,0.7881624102592468,0.3703157901763916,0.6972566545009613,142.0,36352.0,887.81496362295,2326528.0 +79.1,8.199999809265137,2756.0,0.006341787055134773,0.0782674178481102,0.0,1.8803209066390991,1.968880534172058,-0.0033231396228075027,0.002877139253541827,0.7148321270942688,0.38015568256378174,0.7310079336166382,143.0,36608.0,893.7599710780196,2342912.0 +90.8,8.199999809265137,2764.0,0.006713030859827995,0.0777181014418602,0.0,1.8926414251327515,1.9593778848648071,-0.0031285935547202826,0.002873882418498397,0.7524778842926025,0.3737936317920685,0.7076122760772705,144.0,36864.0,899.6888888529502,2359296.0 +89.65,8.5,2768.0,0.0074378508143126965,0.096435546875,0.0,1.8024486303329468,1.94879949092865,-0.0067827641032636166,0.0028743818402290344,0.6016334891319275,0.360341340303421,0.7252062857151031,145.0,37120.0,905.6087914379314,2375680.0 +82.06,8.100000381469727,2755.0,0.0053973738104105,0.0612996406853199,0.0,1.8882194757461548,1.9141708612442017,-0.003921146038919687,0.0028696812223643064,0.7543619275093079,0.36998438835144043,0.6670733988285065,146.0,37376.0,911.5564719350077,2392064.0 +72.09,8.399999618530273,2758.0,0.008448506705462933,0.1047566756606102,0.0,1.8898200988769531,1.929431438446045,-0.004532889928668737,0.0028707680758088827,0.7404220700263977,0.38042333722114563,0.6890417635440826,147.0,37632.0,917.4970416331198,2408448.0 +70.33,8.600000381469727,2785.0,0.007292965427041054,0.0894368514418602,0.0,1.9272127151489258,1.9288153648376465,-0.0031275274232029915,0.002866986207664013,0.7740692496299744,0.40485259890556335,0.6543292999267578,148.0,37888.0,923.3799262379762,2424832.0 +68.74,8.5,2755.0,0.00795916747301817,0.0943400040268898,0.0,1.8907561302185059,1.934788703918457,-0.004334235098212957,0.002865717513486743,0.7630156874656677,0.37058863043785095,0.6542910635471344,149.0,38144.0,929.3265292870346,2441216.0 +76.78,8.300000190734863,2696.0,0.007539104670286179,0.0897420272231102,0.0,2.216742992401123,1.8949394226074219,-0.003561912104487419,0.002860760549083352,0.8531144261360168,0.38231658935546875,0.6227797567844391,150.0,38400.0,935.4047942059115,2457600.0 +77.74,8.800000190734863,2689.0,0.007198723498731852,0.0877482071518898,0.0,2.1335203647613525,1.9920371770858765,-0.0045460863038897514,0.0028579242061823606,0.6892265677452087,0.38441136479377747,0.5865254998207092,151.0,38656.0,941.4970349569339,2473984.0 +71.21,8.399999618530273,2682.0,0.005755572114139795,0.0546671561896801,0.0,2.168485164642334,1.9826487302780151,-0.004579991567879915,0.00285583664663136,0.7863929271697998,0.37177661061286926,0.6451857686042786,152.0,38912.0,947.6071233809926,2490368.0 +80.36,8.0,2731.0,0.005506778601557016,0.0606689453125,0.0,2.1736676692962646,1.9570297002792358,-0.004960245452821255,0.002856215462088585,0.7865121960639954,0.3768342435359955,0.6243735253810883,153.0,39168.0,953.6071180601139,2506752.0 +68.76,8.5,2794.0,0.0072535439394414425,0.0913289412856102,0.0,2.189842939376831,1.966971755027771,-0.004060813691467047,0.00285233068279922,0.8354666233062744,0.36967501044273376,0.6351417005062103,154.0,39424.0,959.4725438519381,2523136.0 +83.02,8.100000381469727,2807.0,0.0066160112619400024,0.0730387344956398,0.0,2.1911301612854004,1.964516282081604,-0.0034439992159605026,0.002848695730790496,0.833879292011261,0.37293151021003723,0.565681666135788,155.0,39680.0,965.3101432179101,2539520.0 +78.56,8.399999618530273,2765.0,0.0050768437795341015,0.0519816093146801,0.0,2.1196866035461426,1.9622138738632202,-0.002809208584949374,0.002847297815605998,0.6971480846405029,0.3698948621749878,0.6214195787906647,156.0,39936.0,971.2350359500851,2555904.0 +75.06,8.0,2776.0,0.005049904342740774,0.0511678047478199,0.0,2.205381155014038,1.9966307878494263,-0.003562875324860215,0.0028447264339774847,0.8807799816131592,0.366156667470932,0.5887774527072906,157.0,40192.0,977.1375918451231,2572288.0 +78.78,8.199999809265137,2790.0,0.004947860259562731,0.0518391914665699,0.0,2.1892592906951904,1.9554429054260254,-0.0032886986155062914,0.0028446242213249207,0.8250730633735657,0.37725380063056946,0.5500051975250244,158.0,40448.0,983.009481376037,2588672.0 +78.51,8.300000190734863,2733.0,0.00541139068081975,0.0574137382209301,0.0,2.2063581943511963,1.9238687753677368,-0.003379233181476593,0.00284740817733109,0.8589830994606018,0.3757806718349457,0.5673865973949432,159.0,40704.0,989.0040823600721,2605056.0 +63.28,8.399999618530273,2710.0,0.005762103945016861,0.06591796875,0.0,2.1052310466766357,2.0216877460479736,-0.003474082099273801,0.0028434880077838898,0.6712530255317688,0.37155166268348694,0.5984314680099487,160.0,40960.0,995.0509544839151,2621440.0 +71.75,8.0,2744.0,0.004273146390914917,0.0413004569709301,0.0,2.2172977924346924,1.9886060953140259,-0.0035804889630526304,0.0028419559821486473,0.9093806147575378,0.3650963604450226,0.5474559664726257,161.0,41216.0,1001.0219120269176,2637824.0 +79.46,8.100000381469727,2772.0,0.005539244040846825,0.0614217109978199,0.0,2.1970925331115723,1.9826035499572754,-0.0036613226402550936,0.00283834058791399,0.8736510872840881,0.364584356546402,0.5452108979225159,162.0,41472.0,1006.9324618331157,2654208.0 +72.8,8.5,2779.0,0.005073447246104479,0.0490315742790699,0.0,2.129525661468506,1.9682574272155762,-0.004732575733214617,0.0028338078409433365,0.7392628192901611,0.36740565299987793,0.6164481341838837,163.0,41728.0,1012.8282317409758,2670592.0 +78.73,8.600000381469727,2780.0,0.005261259153485298,0.0579630546271801,0.0,2.104048013687134,1.929738998413086,-0.003917362075299025,0.00283779832534492,0.6664799451828003,0.37512364983558655,0.6155998408794403,164.0,41984.0,1018.722752504982,2686976.0 +74.9,8.5,2800.0,0.00544011639431119,0.059326171875,0.0,2.1018407344818115,1.9306483268737793,-0.004313184414058924,0.0028329461347311735,0.6528031229972839,0.38258597254753113,0.5733696818351746,165.0,42240.0,1024.5733713700902,2703360.0 +76.39,8.899999618530273,2742.0,0.006752717774361372,0.0815633162856102,0.0,2.0969436168670654,1.9148603677749634,-0.002700966550037265,0.002833039266988635,0.6210327744483948,0.3917570412158966,0.5692516565322876,166.0,42496.0,1030.547805669019,2719744.0 +73.85,8.800000190734863,2763.0,0.007311616092920303,0.088134765625,0.0,2.1112582683563232,1.9594429731369019,-0.004179336596280336,0.0028301533311605453,0.6848052144050598,0.37755298614501953,0.5883809924125671,167.0,42752.0,1036.4764918300789,2736128.0 +74.85,9.5,2799.0,0.009099944494664669,0.1260986328125,0.0,1.9693471193313599,2.014021873474121,-0.003945120144635439,0.0028252943884581327,0.4076560437679291,0.37695738673210144,0.6147169470787048,168.0,43008.0,1042.3292181820143,2752512.0 +78.86,8.199999809265137,2799.0,0.008282390423119068,0.0993245467543602,0.0,2.096449136734009,1.9670108556747437,-0.003547161817550659,0.0028302420396357775,0.635983407497406,0.38655364513397217,0.6135101020336151,169.0,43264.0,1048.1816771160811,2768896.0 +87.22,8.899999618530273,2728.0,0.005391446407884359,0.061279296875,0.0,2.02852725982666,1.9458891153335571,-0.004448507912456989,0.0028234366327524185,0.4963076412677765,0.39256250858306885,0.5543209910392761,170.0,43520.0,1054.1882243799046,2785280.0 +85.13,8.300000190734863,2794.0,0.00587798235937953,0.0685831680893898,0.0,2.1285688877105713,1.9413012266159058,-0.004098484292626381,0.002821267582476139,0.7278884053230286,0.37750256061553955,0.5457216799259186,171.0,43776.0,1060.051236397121,2801664.0 +73.32,8.699999809265137,2770.0,0.0051175556145608425,0.0551554374396801,0.0,2.059098243713379,1.9404603242874146,-0.004496125504374504,0.0028160549700260162,0.6112403273582458,0.36935150623321533,0.5685828030109406,172.0,44032.0,1065.9648654600605,2818048.0 +84.37,8.300000190734863,2782.0,0.00524722458794713,0.053466796875,0.0,2.063807487487793,1.9363526105880737,-0.0044924612157046795,0.002818147651851177,0.6017383933067322,0.377720445394516,0.6031370759010315,173.0,44288.0,1071.853293070104,2834432.0 +75.74,9.0,2815.0,0.005288580432534218,0.0592854805290699,0.0,2.0113303661346436,1.9994587898254395,-0.0037129234988242388,0.0028143597301095724,0.5063046216964722,0.37470588088035583,0.6042439639568329,174.0,44544.0,1077.673288572114,2850816.0 +84.56,8.899999618530273,2771.0,0.004972727969288826,0.0491129569709301,0.0,2.0660815238952637,1.9863437414169312,-0.0038582347333431244,0.0028178824577480555,0.6125373840332031,0.37459325790405273,0.5207264721393585,175.0,44800.0,1083.58547089505,2867200.0 +83.71,8.300000190734863,2798.0,0.007198558654636145,0.0841471329331398,0.0,2.0678951740264893,1.969731330871582,-0.0042189848609268665,0.0028095475863665342,0.5948454737663269,0.3896150290966034,0.527910590171814,176.0,45056.0,1089.4410022089723,2883584.0 +80.91,8.5,2733.0,0.004811989143490791,0.0502726249396801,0.0,2.123297929763794,2.0051229000091553,-0.0032035205513238907,0.002809117780998349,0.720867395401001,0.3815598785877228,0.5250081419944763,177.0,45312.0,1095.434936783975,2899968.0 +80.53,8.699999809265137,2798.0,0.00641813175752759,0.0792643204331398,0.0,2.08323073387146,2.0244979858398438,-0.005855403374880552,0.002805705415084958,0.658542811870575,0.3772066831588745,0.5643489062786102,178.0,45568.0,1101.2898339929525,2916352.0 +74.45,8.699999809265137,2806.0,0.00567809259518981,0.0692545548081398,0.0,2.02048397064209,1.9693317413330078,-0.003912496846169233,0.0028040248434990644,0.5166414380073547,0.3837568759918213,0.5405210256576538,179.0,45824.0,1107.1287722000852,2932736.0 +79.18,9.199999809265137,2797.0,0.00539414444938302,0.05572509765625,0.0,1.9779030084609985,1.9752885103225708,-0.0029050263110548258,0.0028103990480303764,0.4190274178981781,0.385847806930542,0.6012718975543976,180.0,46080.0,1112.9851581898984,2949120.0 +88.6,8.600000381469727,2775.0,0.007659245748072863,0.0931599959731102,0.0,2.0977604389190674,1.8904527425765991,-0.0022336842957884073,0.0028082316275686026,0.6584541201591492,0.3855556547641754,0.5184724926948547,181.0,46336.0,1118.889705606969,2965504.0 +81.81,8.600000381469727,2763.0,0.009783883579075336,0.1313679963350296,0.0,2.0220415592193604,1.859327793121338,-0.003352188738062978,0.0028069710824638605,0.5108246207237244,0.38508903980255127,0.5327921509742737,182.0,46592.0,1124.8187336269766,2981888.0 +68.67,8.899999618530273,2765.0,0.009148281998932362,0.11163330078125,0.0,2.004404306411743,1.821405053138733,-0.003777007572352886,0.0027987193316221237,0.49034616351127625,0.38186267018318176,0.6100204288959503,183.0,46848.0,1130.7450407850556,2998272.0 +77.84,8.300000190734863,2768.0,0.008391404524445534,0.1083577498793602,0.0,2.0801424980163574,1.8124724626541138,-0.0018899295246228576,0.002796499291434884,0.6391922235488892,0.38231125473976135,0.5734852850437164,184.0,47104.0,1136.6631539938971,3014656.0 +76.37,8.899999618530273,2786.0,0.009158244356513023,0.1019490584731102,0.0,1.9875884056091309,1.8595905303955078,-0.004584736190736294,0.0027964652981609106,0.47367063164711,0.3757009506225586,0.5410411953926086,185.0,47360.0,1142.5432905189227,3031040.0 +83.04,8.899999618530273,2788.0,0.007184378802776337,0.0839436873793602,0.0,2.0708539485931396,1.801805019378662,-0.0035385421942919493,0.0027977691497653723,0.6172799468040466,0.3848859965801239,0.5265257954597473,186.0,47616.0,1148.4199496330693,3047424.0 +78.99,8.5,2775.0,0.007269966881722212,0.08489990234375,0.0,2.0815436840057373,1.8566824197769165,-0.004763362929224968,0.002790732542052865,0.6568695902824402,0.3810727298259735,0.4806147813796997,187.0,47872.0,1154.3242246820591,3063808.0 +69.63,8.800000190734863,2744.0,0.0067429556511342525,0.0812581405043602,0.0,2.0561091899871826,1.8846678733825684,-0.003273398382589221,0.002786715514957905,0.5945329666137695,0.3876049518585205,0.5603839457035065,188.0,48128.0,1160.2943934421055,3080192.0 +77.86,8.800000190734863,2774.0,0.006013014819473028,0.0674235001206398,0.0,2.0078883171081543,1.9892665147781372,-0.00501130660995841,0.0027840889524668455,0.4989336431026459,0.3912811577320099,0.5661142766475677,189.0,48384.0,1166.2005562700797,3096576.0 +78.77,9.300000190734863,2777.0,0.01192203164100647,0.1230875626206398,0.0,1.9406758546829224,1.959884762763977,-0.003548532724380493,0.0027802034746855497,0.3791300356388092,0.38415655493736267,0.6048983335494995,190.0,48640.0,1172.0991957739461,3112960.0 +86.29,9.0,2763.0,0.007994519546627998,0.1028849259018898,0.0,2.0065906047821045,1.9887118339538574,-0.0037076508160680532,0.0027802956756204367,0.505249559879303,0.38741299510002136,0.5255526900291443,191.0,48896.0,1178.0295299780555,3129344.0 +88.93,9.199999809265137,2817.0,0.007569513749331236,0.0885213240981102,0.0,1.9560647010803223,1.974708080291748,-0.003960977774113417,0.0027759482618421316,0.4020603597164154,0.3907686173915863,0.5624963939189911,192.0,49152.0,1183.8454620549455,3145728.0 +78.01,9.300000190734863,2785.0,0.008074565790593624,0.0915120467543602,0.0,2.046422243118286,1.8784431219100952,-0.004933600779622793,0.0027752993628382683,0.5859525203704834,0.38951411843299866,0.5572443008422852,193.0,49408.0,1189.7280493399594,3162112.0 +83.58,8.800000190734863,2710.0,0.008030462078750134,0.0990193709731102,0.0,2.0453107357025146,1.8723870515823364,-0.005353520158678293,0.0027745934203267097,0.5862920880317688,0.3889453411102295,0.5283638536930084,194.0,49664.0,1195.7741357479244,3178496.0 +79.23,8.399999618530273,2812.0,0.007773885037750006,0.0982666015625,0.0,2.078158140182495,1.9674869775772095,-0.002301295753568411,0.0027686392422765493,0.623691976070404,0.40396878123283386,0.5061440169811249,195.0,49920.0,1201.6002836381085,3194880.0 +79.75,8.699999809265137,2735.0,0.008689253591001034,0.1099039688706398,0.0,2.062471389770508,1.9458056688308716,-0.003398136468604207,0.0027696434408426285,0.5954800248146057,0.40276598930358887,0.5119587779045105,196.0,50176.0,1207.5916328860912,3211264.0 +70.33,8.100000381469727,2744.0,0.006507546175271273,0.0743204727768898,0.0,2.1250431537628174,1.9470270872116089,-0.0030824553687125444,0.002761193783953786,0.7335665225982666,0.40021583437919617,0.5515820384025574,197.0,50432.0,1213.561805814039,3227648.0 +82.03,8.600000381469727,2823.0,0.006836333777755499,0.0799153670668602,0.0,2.0804107189178467,1.9820700883865356,-0.0027895940002053976,0.0027629423420876265,0.6324896812438965,0.4053051769733429,0.5417554974555969,198.0,50688.0,1219.3665284989402,3244032.0 +79.13,9.199999809265137,2785.0,0.01059141755104065,0.1246134415268898,0.0,1.9665063619613647,2.0038723945617676,-0.0006759471725672483,0.0027626892551779747,0.4366053640842438,0.38757362961769104,0.5881520807743073,199.0,50944.0,1225.2499761600047,3260416.0 +86.57,8.699999809265137,2831.0,0.008291997015476227,0.1028849259018898,0.0,2.0325822830200195,1.9616879224777222,-0.0038571758195757866,0.0027641442138701677,0.5584825277328491,0.3947427272796631,0.5741009414196014,200.0,51200.0,1231.0372156649828,3276800.0 +78.7,8.800000190734863,2792.0,0.009242256172001362,0.117431640625,0.0,2.0910372734069824,1.9327079057693481,-0.003954826854169369,0.0027599872555583715,0.6844756007194519,0.3920878469944,0.5795456767082214,201.0,51456.0,1236.9046626240015,3293184.0 +83.33,8.800000190734863,2809.0,0.007269986439496279,0.0860392227768898,0.0,1.995362401008606,1.980021595954895,-0.005705842282623053,0.002757948124781251,0.4925096333026886,0.39563941955566406,0.5801519453525543,202.0,51712.0,1242.7371592139825,3309568.0 +74.3,8.300000190734863,2761.0,0.007012149319052696,0.0814412459731102,0.0,2.0411152839660645,1.9843039512634277,-0.003471859497949481,0.002752425381913781,0.5698016881942749,0.403316855430603,0.5970346033573151,203.0,51968.0,1248.6720709009096,3325952.0 +74.86,9.100000381469727,2786.0,0.004825460258871317,0.0495198555290699,0.0,1.9985615015029907,1.9819731712341309,-0.003893492044880986,0.002757522976025939,0.49932217597961426,0.39385247230529785,0.5463215112686157,204.0,52224.0,1254.5524579130579,3342336.0 +76.43,8.600000381469727,2741.0,0.005278720986098051,0.0654296875,0.0,2.0758936405181885,1.9713530540466309,-0.0044861589558422565,0.0027522516902536154,0.6504011750221252,0.3987668454647064,0.5757633745670319,205.0,52480.0,1260.5305421219673,3358720.0 +73.47,8.899999618530273,2775.0,0.004452337045222521,0.0421142578125,0.0,2.112290143966675,1.93185293674469,-0.003613254753872752,0.002750971121713519,0.7215431332588196,0.39896509051322937,0.5422738492488861,206.0,52736.0,1266.4348275850061,3375104.0 +72.04,8.600000381469727,2756.0,0.0036631871480494738,0.0315144844353199,0.0,2.1660327911376953,1.8938332796096802,-0.0030802704859524965,0.0027524286415427923,0.8200622200965881,0.4018058776855469,0.5070845186710358,207.0,52992.0,1272.3800090621226,3391488.0 +75.69,9.0,2780.0,0.005305970553308725,0.054443359375,0.0,2.0072500705718994,1.9343762397766113,-0.004169331397861242,0.0027482507284730673,0.5269947052001953,0.39314034581184387,0.603135734796524,208.0,53248.0,1278.2733700710814,3407872.0 +76.55,8.800000190734863,2813.0,0.00438265036791563,0.04791259765625,0.0,2.073131561279297,1.9259752035140991,-0.0044725933112204075,0.002746736630797386,0.6476120352745056,0.3996897041797638,0.5274212062358856,209.0,53504.0,1284.097213974921,3424256.0 +71.27,9.0,2795.0,0.004765909630805254,0.05462646484375,0.0,2.037977695465088,1.927127718925476,-0.0036247114185243845,0.0027492865920066833,0.5789726972579956,0.39674386382102966,0.5549309849739075,210.0,53760.0,1289.9597203400917,3440640.0 +77.26,9.100000381469727,2794.0,0.006721271201968193,0.0754191055893898,0.0,2.046060562133789,1.932875633239746,-0.004251583945006132,0.0027445668820291758,0.5830128788948059,0.4058510363101959,0.5234677195549011,211.0,54016.0,1295.8244824330322,3457024.0 +80.59,8.5,2759.0,0.007456523831933737,0.091064453125,0.0,2.03308367729187,1.926513671875,-0.003724894253537059,0.0027433494105935097,0.5682183504104614,0.4002896249294281,0.586091160774231,212.0,54272.0,1301.7625096871052,3473408.0 +80.43,8.800000190734863,2758.0,0.009777843952178955,0.11163330078125,0.0,1.9933525323867798,1.9144519567489624,-0.004600991494953632,0.0027385640423744917,0.4787738025188446,0.40842899680137634,0.6034849882125854,213.0,54528.0,1307.703726456035,3489792.0 +73.31,8.5,2785.0,0.010818954557180405,0.1198323592543602,0.0,1.994255542755127,1.9295929670333862,0.00018609868129715323,0.0027384471613913774,0.4662431478500366,0.4110201597213745,0.6411215364933014,214.0,54784.0,1313.5859285690822,3506176.0 +80.54,8.199999809265137,2757.0,0.008484995923936367,0.1014607772231102,0.0,2.1064908504486084,1.928921103477478,-0.0028821213636547327,0.0027376667130738497,0.6839978098869324,0.4178296625614166,0.5561085343360901,215.0,55040.0,1319.5286021470092,3522560.0 +75.13,8.199999809265137,2794.0,0.006655004341155291,0.0763956680893898,0.0,2.143235921859741,1.9290767908096313,-0.0048039755783975124,0.002737535396590829,0.7812447547912598,0.4079408347606659,0.4757928252220154,216.0,55296.0,1325.3919052970596,3538944.0 +79.99,9.199999809265137,2758.0,0.010846160352230072,0.1246744766831398,0.0,2.050572395324707,1.914131999015808,-0.0032419348135590553,0.002734801732003689,0.5790261030197144,0.4160417318344116,0.5736643075942993,217.0,55552.0,1331.331346018007,3555328.0 +70.29,9.5,2784.0,0.009468909353017807,0.1086832657456398,0.0,1.947231650352478,1.9505834579467773,-0.002971057081595063,0.0027331302408128977,0.39508119225502014,0.4056026041507721,0.5923389494419098,218.0,55808.0,1337.2163936609868,3571712.0 +80.55,8.399999618530273,2745.0,0.005027413833886385,0.0512898750603199,0.0,2.047558307647705,1.9237885475158691,-0.003118673572316766,0.002734484849497676,0.5878400802612305,0.40875229239463806,0.583899587392807,219.0,56064.0,1343.184188523097,3588096.0 +81.87,8.699999809265137,2704.0,0.005106782075017691,0.0556640625,0.0,2.004711389541626,1.9147948026657104,-0.004032968543469906,0.0027308326680213213,0.5097505450248718,0.4076007604598999,0.5582208335399628,220.0,56320.0,1349.242803174071,3604480.0 +77.43,9.100000381469727,2711.0,0.005222062114626169,0.0482584647834301,0.0,2.0114071369171143,1.946742057800293,-0.004071810748428106,0.0027316708583384752,0.5197641253471375,0.40922924876213074,0.5400713384151459,221.0,56576.0,1355.2871589730494,3620864.0 +80.31,8.199999809265137,2783.0,0.0060408152639865875,0.0679728165268898,0.0,2.089928388595581,1.9835284948349,-0.004092409275472164,0.0027307101991027594,0.6810488700866699,0.40797683596611023,0.5531163513660431,222.0,56832.0,1361.1741871119011,3637248.0 +73.24,9.199999809265137,2794.0,0.006730692461133003,0.0805257186293602,0.0,2.040217399597168,2.0015461444854736,-0.0042465426959097385,0.0027274980675429106,0.5856773257255554,0.40789198875427246,0.598029762506485,223.0,57088.0,1367.0369548129383,3653632.0 +75.73,9.199999809265137,2762.0,0.0064452639780938625,0.07537841796875,0.0,2.0199155807495117,1.987166404724121,-0.005080176051706076,0.002729426370933652,0.5222675800323486,0.41902050375938416,0.5986526608467102,224.0,57344.0,1372.968001063913,3670016.0 +67.71,8.5,2762.0,0.007916412316262722,0.096435546875,0.0,2.022012710571289,1.9415384531021118,-0.005480962339788675,0.0027257362380623817,0.5291010737419128,0.4194904863834381,0.6357087790966034,225.0,57600.0,1378.8993344609626,3686400.0 +81.0,9.5,2764.0,0.009147905744612217,0.1143798828125,0.0,1.9403706789016724,1.9410401582717896,-0.0050415159203112125,0.0027213997673243284,0.3905472755432129,0.4088493585586548,0.680185854434967,226.0,57856.0,1384.8262809670996,3702784.0 +64.46,8.5,2754.0,0.00920169334858656,0.1123453751206398,0.0,2.069740056991577,1.9070838689804077,-0.0018288587452843785,0.0027227073442190886,0.6403676867485046,0.40910211205482483,0.6002484858036041,227.0,58112.0,1390.7764812770765,3719168.0 +78.07,8.899999618530273,2731.0,0.008123264648020267,0.1072591170668602,0.0,2.001713752746582,1.9359893798828125,-0.005214190110564232,0.002721259603276849,0.5137593150138855,0.40877828001976013,0.6236819326877594,228.0,58368.0,1396.7749315749388,3735552.0 +75.05,8.899999618530273,2796.0,0.007508651819080114,0.0878702774643898,0.0,1.9644805192947388,1.9644476175308228,-0.005655566230416298,0.0027174719143658876,0.45304369926452637,0.40452268719673157,0.6784976124763489,229.0,58624.0,1402.634304330917,3751936.0 +86.74,8.899999618530273,2795.0,0.007093608379364014,0.0784505233168602,0.0,2.0257346630096436,1.9508150815963745,-0.004907495342195034,0.0027200281620025635,0.5458963513374329,0.41718780994415283,0.6318568587303162,230.0,58880.0,1408.4957258331124,3768320.0 +84.8,8.5,2740.0,0.005095695611089468,0.05133056640625,0.0,2.0646326541900635,2.0144612789154053,-0.003864951664581895,0.0027168055530637503,0.6421093344688416,0.4091847240924835,0.6206550300121307,231.0,59136.0,1414.4753775089048,3784704.0 +77.98,8.899999618530273,2786.0,0.005441928748041391,0.0596516914665699,0.0,2.079103708267212,2.0171968936920166,-0.004492709878832102,0.002717667492106557,0.6793771386146545,0.4052458703517914,0.5935782492160797,232.0,59392.0,1420.356250765035,3801088.0 +88.84,8.600000381469727,2770.0,0.008045395836234093,0.0842081680893898,0.0,2.0227982997894287,1.9847722053527832,-0.004128832835704088,0.002716186223551631,0.5564993023872375,0.4104321002960205,0.6074482202529907,233.0,59648.0,1426.271829137113,3817472.0 +83.65,9.0,2759.0,0.007766724098473787,0.0933634415268898,0.0,2.000490427017212,1.9733480215072632,-0.00640873471274972,0.002715383656322956,0.4862557649612427,0.4258127510547638,0.6185606122016907,234.0,59904.0,1432.2087508291006,3833856.0 +71.56,9.0,2783.0,0.007088724058121443,0.0842081680893898,0.0,2.007413148880005,2.028362274169922,-0.0034550882410258055,0.0027159119490534067,0.5190848112106323,0.41365352272987366,0.617657482624054,235.0,60160.0,1438.0963721650187,3850240.0 +72.36,9.300000190734863,2757.0,0.009584322571754456,0.1254475861787796,0.0,1.9430633783340454,1.9862723350524902,-0.004419280681759119,0.0027087421622127295,0.41051924228668213,0.40771472454071045,0.6521806716918945,236.0,60416.0,1444.038069558097,3866624.0 +81.28,8.899999618530273,2758.0,0.007966657169163227,0.09356689453125,0.0,1.9901353120803833,1.979975700378418,-0.006287266034632921,0.0027137920260429382,0.49645674228668213,0.4110979735851288,0.6402219831943512,237.0,60672.0,1449.9776694420725,3883008.0 +79.27,8.5,2801.0,0.007582381833344698,0.0868937149643898,0.0,2.0153720378875732,1.9678564071655273,-0.004543352406471968,0.0027080571744590998,0.5375434160232544,0.4167938232421875,0.5857389867305756,238.0,60928.0,1455.8279299431015,3899392.0 +74.9,8.699999809265137,2798.0,0.00702660484239459,0.08154296875,0.0,2.098345994949341,1.9996813535690308,-0.005852654576301575,0.002709886059165001,0.7316026091575623,0.40345099568367004,0.5220288634300232,239.0,61184.0,1461.6828990268987,3915776.0 +80.57,8.800000190734863,2776.0,0.006497601047158241,0.0696614608168602,0.0,1.953782081604004,1.9436804056167603,-0.005853303242474794,0.0027114504482597113,0.4128462076187134,0.4169240891933441,0.6391949951648712,240.0,61440.0,1467.5852898450103,3932160.0 +75.94,8.800000190734863,2806.0,0.00703456299379468,0.0793863907456398,0.0,2.0159249305725098,1.9963890314102173,-0.004203267861157656,0.002705743769183755,0.5466799736022949,0.4138803482055664,0.5663570761680603,241.0,61696.0,1473.4237547880039,3948544.0 +70.41,8.600000381469727,2791.0,0.005507845431566238,0.0506388358771801,0.0,2.1047847270965576,1.9438740015029907,-0.004111384507268667,0.0027033279184252024,0.7168043255805969,0.41826868057250977,0.5396212041378021,242.0,61952.0,1479.2943196250126,3964928.0 +67.69,9.199999809265137,2821.0,0.0048541720025241375,0.0515340156853199,0.0,2.023120641708374,1.9641162157058716,-0.004763994365930557,0.002702968893572688,0.5682846903800964,0.41189876198768616,0.492778480052948,243.0,62208.0,1485.1014401928987,3981312.0 +71.93,9.0,2799.0,0.006110285874456167,0.0708414688706398,0.0,2.0187184810638428,1.9323927164077759,-0.004865426570177078,0.0027002643328160048,0.5547921061515808,0.41537943482398987,0.5325130820274353,244.0,62464.0,1490.9539039731026,3997696.0 +78.87,9.399999618530273,2787.0,0.009353897534310818,0.1068318709731102,0.0,2.033583164215088,1.9073996543884277,-0.004194861743599176,0.002701700897887349,0.5732275247573853,0.41938745975494385,0.5113551914691925,245.0,62720.0,1496.8330493539106,4014080.0 +66.14,9.100000381469727,2796.0,0.008183744736015797,0.0997721329331398,0.0,1.963016390800476,1.926733374595642,-0.003745156340301037,0.002697765827178955,0.430715948343277,0.42178773880004883,0.5926171541213989,246.0,62976.0,1502.693585111061,4030464.0 +77.75,9.5,2773.0,0.008909699507057667,0.1062825545668602,0.0,2.017157793045044,1.9180164337158203,-0.005245535168796778,0.002699034521356225,0.5399715900421143,0.42208030819892883,0.5281428396701813,247.0,63232.0,1508.6022397589404,4046848.0 +65.07,9.199999809265137,2755.0,0.006035728845745325,0.071044921875,0.0,2.0457773208618164,1.9252184629440308,-0.004462042823433876,0.0026980778202414513,0.603420615196228,0.4187425673007965,0.5300914943218231,248.0,63488.0,1514.5500142660458,4063232.0 +80.68,8.899999618530273,2787.0,0.006703757215291262,0.0809122696518898,0.0,1.977885365486145,1.94358491897583,-0.004581685643643141,0.0026958028320223093,0.47471383213996887,0.4166443347930908,0.5788081586360931,249.0,63744.0,1520.4285682421178,4079616.0 +70.32,9.300000190734863,2773.0,0.008591574616730213,0.0974934920668602,0.0,2.0837230682373047,1.9710326194763184,-0.003210221417248249,0.00269122957251966,0.6249512434005737,0.44855332374572754,0.48733407258987427,250.0,64000.0,1526.3372120880522,4096000.0 +77.23,8.699999809265137,2786.0,0.004994066897779703,0.0520426444709301,0.0,2.016772747039795,1.9956432580947876,-0.004324499983340502,0.002691761590540409,0.5363425016403198,0.4270014762878418,0.6120502054691315,251.0,64256.0,1532.2171844919212,4112384.0 +78.07,8.800000190734863,2728.0,0.005699521396309137,0.06158447265625,0.0,2.054492235183716,1.9864689111709595,-0.0044015394523739815,0.0026948386803269386,0.5915223956108093,0.43557822704315186,0.5565576553344727,252.0,64512.0,1538.2222151109017,4128768.0 +84.9,9.100000381469727,2731.0,0.007230083923786879,0.0833740234375,0.0,2.008769989013672,2.0472469329833984,-0.0035176321398466825,0.0026933832559734583,0.5336455702781677,0.41924551129341125,0.591696709394455,253.0,64768.0,1544.2209851760417,4145152.0 +85.16,8.600000381469727,2758.0,0.006120160222053528,0.0703328475356102,0.0,1.978422999382019,2.0299811363220215,-0.005589358042925596,0.0026937294751405716,0.4696126878261566,0.4226413071155548,0.5744647085666656,254.0,65024.0,1550.161814257037,4161536.0 +100.02,8.899999618530273,2744.0,0.006172931287437677,0.0677490234375,0.0,1.9303735494613647,2.075378894805908,-0.004639413673430681,0.002694740192964673,0.3864602744579315,0.41516637802124023,0.6287177801132202,255.0,65280.0,1556.1327644730918,4177920.0 +81.02,8.399999618530273,2783.0,0.009307901374995708,0.1236979141831398,0.0,2.024547815322876,2.0418612957000732,-0.005030245054513216,0.0026863522361963987,0.5669043660163879,0.4233686625957489,0.5728603303432465,256.0,65536.0,1562.0206805609632,4194304.0 +94.21,9.199999809265137,2806.0,0.008501959964632988,0.1042887344956398,0.0,1.9030901193618774,2.0337374210357666,-0.005770886316895485,0.0026850542053580284,0.3158780038356781,0.42873188853263855,0.605046808719635,257.0,65792.0,1567.8592739040032,4210688.0 +85.08,9.199999809265137,2787.0,0.009714948013424873,0.1214192733168602,0.0,1.9011329412460327,2.010152578353882,-0.005355117376893759,0.002686990424990654,0.32044127583503723,0.42287370562553406,0.6201630234718323,258.0,66048.0,1573.736856603995,4227072.0 +85.28,8.600000381469727,2798.0,0.007551718503236771,0.0898030623793602,0.0,2.008244514465332,1.9811968803405762,-0.0075449650175869465,0.0026845198590308428,0.5326526165008545,0.4270152151584625,0.5681425333023071,259.0,66304.0,1579.592967776116,4243456.0 +92.07,9.100000381469727,2798.0,0.009115658700466156,0.10955810546875,0.0,1.925668716430664,2.0002195835113525,-0.006526172626763582,0.0026845100801438093,0.37643757462501526,0.4217233657836914,0.6291040778160095,260.0,66560.0,1585.448074869113,4259840.0 +84.39,9.5,2796.0,0.008191891945898533,0.1072794571518898,0.0,1.9226635694503784,1.9693256616592407,-0.006592700723558664,0.0026828341651707888,0.3714933693408966,0.4217853546142578,0.5493761003017426,261.0,66816.0,1591.3085588470567,4276224.0 +78.36,8.5,2766.0,0.008455631323158741,0.0845540389418602,0.0,1.991310954093933,1.9964327812194824,-0.007311230059713125,0.0026851536240428686,0.5099127888679504,0.4210531711578369,0.5511683821678162,262.0,67072.0,1597.232679648092,4292608.0 +71.5,8.899999618530273,2763.0,0.008107583038508892,0.1012776717543602,0.0,1.960250973701477,1.9909859895706177,-0.007704037707298994,0.002682721009477973,0.4405558109283447,0.4262268841266632,0.6065351068973541,263.0,67328.0,1603.163274959894,4308992.0 +76.09,8.899999618530273,2741.0,0.007097265217453241,0.0901896134018898,0.0,1.9842143058776855,1.9753365516662598,-0.007163602858781815,0.0026838912162929773,0.5014491677284241,0.41846123337745667,0.5516314506530762,264.0,67584.0,1609.1401944761164,4325376.0 +80.68,8.800000190734863,2790.0,0.008095931261777878,0.09222412109375,0.0,1.9936240911483765,1.9834650754928589,-0.0058111646212637424,0.0026752555277198553,0.5020430684089661,0.43062055110931396,0.581006646156311,265.0,67840.0,1615.012478731107,4341760.0 +92.34,9.0,2809.0,0.0108109749853611,0.14080810546875,0.0,1.9960905313491821,2.026970148086548,-0.004375273361802101,0.0026773058343678713,0.523002564907074,0.42058125138282776,0.5596486330032349,266.0,68096.0,1620.845475811977,4358144.0 +85.93,8.899999618530273,2818.0,0.007485808338969946,0.0885213240981102,0.0,2.0098202228546143,1.9701682329177856,-0.004970729351043701,0.0026734990533441305,0.5417418479919434,0.4268721640110016,0.5359194278717041,267.0,68352.0,1626.6587886749767,4374528.0 +91.53,9.199999809265137,2756.0,0.00780218793079257,0.093017578125,0.0,1.9491652250289917,1.9792767763137817,-0.006708191242069006,0.002673220122233033,0.4146157205104828,0.4317481815814972,0.5706040263175964,268.0,68608.0,1632.6041741101071,4390912.0 +87.86,8.800000190734863,2809.0,0.0055808150209486485,0.0581868477165699,0.0,2.035048723220825,1.9897418022155762,-0.003993493039160967,0.0026768583338707685,0.5855862498283386,0.42771732807159424,0.5382407307624817,269.0,68864.0,1638.4364954771008,4407296.0 +76.81,8.199999809265137,2824.0,0.003676939755678177,0.0323486328125,0.0,2.0707733631134033,2.003329038619995,-0.004576497245579958,0.0026701241731643677,0.6522393226623535,0.4342014491558075,0.5286465585231781,270.0,69120.0,1644.237859880086,4423680.0 +95.68,9.0,2755.0,0.004976948257535696,0.0537109375,0.0,1.9695533514022827,1.9743160009384155,-0.005593060050159693,0.0026738031301647425,0.4611743688583374,0.42740070819854736,0.5775887370109558,271.0,69376.0,1650.1858806360979,4440064.0 +85.87,9.300000190734863,2790.0,0.00771484337747097,0.0910848006606102,0.0,1.9407391548156738,2.016620397567749,-0.004608467686921358,0.0026675143744796515,0.402272492647171,0.4306209981441498,0.6043045818805695,272.0,69632.0,1656.058026487939,4456448.0 +79.26,8.699999809265137,2739.0,0.00904791709035635,0.1119791641831398,0.0,2.0620861053466797,2.0468196868896484,-0.004623429384082556,0.002665233798325062,0.6356667280197144,0.4367276132106781,0.5139941573143005,273.0,69888.0,1662.0403348410036,4472832.0 +81.4,8.699999809265137,2779.0,0.005778695922344923,0.0557454414665699,0.0,1.9828338623046875,2.035418748855591,-0.00524146668612957,0.0026867713313549757,0.4675711393356323,0.4312586486339569,0.5953735411167145,274.0,70144.0,1667.9357365330216,4489216.0 +84.14,9.399999618530273,2795.0,0.011119082570075989,0.1142985001206398,0.0,1.8889912366867065,2.0489137172698975,-0.0047681438736617565,0.0026659108698368073,0.28360459208488464,0.4394906461238861,0.566093385219574,275.0,70400.0,1673.7967059928924,4505600.0 +91.45,9.199999809265137,2817.0,0.009214580990374088,0.11907958984375,0.0,1.930364727973938,2.0452427864074707,-0.0027898538392037153,0.002679934026673436,0.3499258756637573,0.4386769235134125,0.5444699227809906,276.0,70656.0,1679.6122606780846,4521984.0 +71.87,8.899999618530273,2845.0,0.007759409490972757,0.087890625,0.0,1.9335894584655762,2.0790624618530273,-0.006717003416270018,0.0026684908661991358,0.41610071063041687,0.4188013970851898,0.5685162544250488,277.0,70912.0,1685.3706473798957,4538368.0 +85.55,8.5,2785.0,0.006930969655513763,0.0772298201918602,0.0,2.0376760959625244,2.0536017417907715,-0.005239080637693405,0.002669281093403697,0.6086533665657043,0.42448389530181885,0.4982772469520569,278.0,71168.0,1691.2530132851098,4554752.0 +91.46,9.300000190734863,2804.0,0.00720319664105773,0.0810139998793602,0.0,1.9080047607421875,2.073284387588501,-0.0050223455764353275,0.0026638314593583345,0.33936604857444763,0.4321613013744354,0.5763335525989532,279.0,71424.0,1697.0951861639041,4571136.0 +88.31,9.199999809265137,2769.0,0.006585483904927969,0.0845947265625,0.0,1.9643789529800415,2.0369272232055664,-0.005820529069751501,0.0026666235644370317,0.4499571621417999,0.43227842450141907,0.483852744102478,280.0,71680.0,1703.010817392962,4587520.0 +87.84,8.899999618530273,2753.0,0.00918511301279068,0.1103515625,0.0,1.9472826719284058,2.006434679031372,-0.005382069852203131,0.0026671765372157097,0.4181728661060333,0.4300539493560791,0.5181567370891571,281.0,71936.0,1708.9627402080223,4603904.0 +85.35,8.399999618530273,2756.0,0.00841718353331089,0.0978800430893898,0.0,2.0009117126464844,2.016268491744995,-0.0056128427386283875,0.0026728317607194185,0.5058530569076538,0.4373447000980377,0.452156662940979,282.0,72192.0,1714.9072206830606,4620288.0 +77.65,9.5,2766.0,0.008456074632704258,0.1023763045668602,0.0,1.9370813369750977,1.9950605630874634,-0.00577184185385704,0.0026695493143051863,0.39859554171562195,0.4287315905094147,0.5226573050022125,283.0,72448.0,1720.829998970963,4636672.0 +80.0,9.399999618530273,2814.0,0.010086451657116413,0.1098836287856102,0.0,1.9040307998657227,2.0495669841766357,-0.006734756287187338,0.002670175628736615,0.3477606773376465,0.42229315638542175,0.5844879150390625,284.0,72704.0,1726.6509167340118,4653056.0 +79.12,8.600000381469727,2737.0,0.006038464605808258,0.0662841796875,0.0,1.991816520690918,2.058133125305176,-0.005265384446829557,0.0026601857971400023,0.5149760842323303,0.4300820529460907,0.5200020670890808,285.0,72960.0,1732.6359958949033,4669440.0 +85.87,9.0,2795.0,0.006190148647874594,0.0650431290268898,0.0,1.9735084772109985,2.019179582595825,-0.006107874680310488,0.002667197957634926,0.45706498622894287,0.4376769959926605,0.5491350889205933,286.0,73216.0,1738.4969058530405,4685824.0 +99.12,9.0,2767.0,0.00911006424576044,0.1118367537856102,0.0,2.008119821548462,2.0508062839508057,-0.005058517213910818,0.002667657332494855,0.5039680600166321,0.44787371158599854,0.4726458191871643,287.0,73472.0,1744.4184168810025,4702208.0 +81.15,9.300000190734863,2716.0,0.009392785839736462,0.1201171875,0.0,1.9309138059616089,2.0417869091033936,-0.004346461035311222,0.0026663329917937517,0.3766956329345703,0.43416401743888855,0.5412769019603729,288.0,73728.0,1750.4501056598965,4718592.0 +85.83,9.0,2704.0,0.008308288641273975,0.1076863631606102,0.0,1.9389396905899048,2.0200963020324707,-0.005689473357051611,0.002663716673851013,0.38561010360717773,0.4401668310165405,0.5061391592025757,289.0,73984.0,1756.509790572105,4734976.0 +89.69,8.5,2763.0,0.0065030064433813095,0.0833333358168602,0.0,1.9872187376022339,2.0326168537139893,-0.005011950619518757,0.0026685798075050116,0.4640938937664032,0.44621989130973816,0.4900307059288025,290.0,74240.0,1762.4396813448984,4751360.0 +85.12,9.100000381469727,2807.0,0.00937478244304657,0.11962890625,0.0,1.9505457878112793,2.0504465103149414,-0.0035973461344838142,0.002665318548679352,0.4200212061405182,0.4319779872894287,0.4352445602416992,291.0,74496.0,1768.2763481240254,4767744.0 +85.4,9.5,2801.0,0.008117652498185635,0.0937906876206398,0.0,1.9078553915023804,2.0341570377349854,-0.005886728409677744,0.0026665544137358665,0.3188908100128174,0.4413609206676483,0.559473305940628,292.0,74752.0,1774.1261147919577,4784128.0 +80.94,9.100000381469727,2757.0,0.007876192219555378,0.0933634415268898,0.0,1.9392480850219727,2.009807825088501,-0.006192030385136604,0.002655413933098316,0.3990694284439087,0.4382965862751007,0.46859705448150635,293.0,75008.0,1780.0697444849648,4800512.0 +84.74,9.199999809265137,2805.0,0.008977464400231838,0.1063435897231102,0.0,1.9654287099838257,2.019782304763794,-0.004973802249878645,0.002656642347574234,0.46585237979888916,0.42935308814048767,0.4457167983055115,294.0,75264.0,1785.9097782869358,4816896.0 +77.12,9.100000381469727,2820.0,0.008778277784585953,0.0979817733168602,0.0,1.994195818901062,1.9888631105422974,-0.0029639878775924444,0.002655424177646637,0.5173125267028809,0.43067988753318787,0.39592957496643066,295.0,75520.0,1791.7190798260272,4833280.0 +69.99,8.899999618530273,2819.0,0.007917829789221287,0.0915730819106102,0.0,1.9505010843276978,1.994039535522461,-0.005011382978409529,0.00265263463370502,0.44445788860321045,0.4269067943096161,0.47811412811279297,296.0,75776.0,1797.5302851959132,4849664.0 +80.08,9.0,2830.0,0.005723567213863134,0.06573486328125,0.0,1.9829810857772827,1.999914526939392,-0.004768624901771545,0.002652933122590184,0.49137285351753235,0.43559572100639343,0.46750950813293457,297.0,76032.0,1803.3193162169773,4866048.0 +79.34,9.0,2774.0,0.006081088911741972,0.0624593086540699,0.0,1.939447283744812,2.009860038757324,-0.0034090830013155937,0.0026560472324490547,0.4177614450454712,0.42605069279670715,0.4630560874938965,298.0,76288.0,1809.2251177879516,4882432.0 +90.27,9.199999809265137,2721.0,0.006700453814119101,0.0815022811293602,0.0,1.9677324295043945,1.9835618734359741,-0.003873968729749322,0.0026511959731578827,0.44995200634002686,0.4408680498600006,0.4124303460121155,299.0,76544.0,1815.2466718431097,4898816.0 +80.51,8.600000381469727,2724.0,0.005519107449799776,0.0599365234375,0.0,1.975382924079895,2.009099245071411,-0.004204938653856516,0.0026477708015590906,0.503141462802887,0.4242226183414459,0.48478811979293823,300.0,76800.0,1821.2615797489416,4915200.0 +83.3,9.199999809265137,2656.0,0.004128176718950272,0.03887939453125,0.0,1.8700051307678223,2.021855592727661,-0.004722606856375933,0.002648724941536784,0.2703818082809448,0.4353927671909332,0.5520177483558655,301.0,77056.0,1827.4291714990977,4931584.0 +95.73,9.199999809265137,2653.0,0.004226593300700188,0.0418701171875,0.0,1.93011474609375,1.9920896291732788,-0.004855917301028967,0.0026514101773500443,0.36436402797698975,0.44700443744659424,0.47642844915390015,302.0,77312.0,1833.6045324639417,4947968.0 +91.2,9.199999809265137,2747.0,0.0057127815671265125,0.0704549178481102,0.0,1.9128445386886597,2.0045650005340576,-0.005636639893054962,0.0026481326203793287,0.34959912300109863,0.43966102600097656,0.5025089085102081,303.0,77568.0,1839.5687345040496,4964352.0 +91.9,8.899999618530273,2721.0,0.008353901095688343,0.1025594100356102,0.0,1.9753886461257935,2.0319061279296875,-0.006326886359602213,0.0026476383209228516,0.49563542008399963,0.430397629737854,0.4485509991645813,304.0,77824.0,1845.5889682068955,4980736.0 +96.76,9.199999809265137,2734.0,0.006395850796252489,0.0808308944106102,0.0,1.9173153638839722,2.0669848918914795,-0.004600184503942728,0.0026514187920838594,0.35232970118522644,0.44071099162101746,0.48966914415359497,305.0,78080.0,1851.581569072092,4997120.0 +88.26,9.199999809265137,2768.0,0.007094073574990034,0.0907389298081398,0.0,1.9799222946166992,2.074636697769165,-0.002894568955525756,0.002644505351781845,0.47839221358299255,0.4421142041683197,0.4369072914123535,306.0,78336.0,1857.5004280139692,5013504.0 +89.56,8.899999618530273,2836.0,0.006284854840487242,0.0763753280043602,0.0,1.9266635179519653,2.0890324115753174,-0.004369151312857866,0.0026420895010232925,0.39067015051841736,0.435543030500412,0.46947091817855835,307.0,78592.0,1863.2781962270383,5029888.0 +88.94,9.300000190734863,2794.0,0.007105259690433741,0.0886637344956398,0.0,1.9182029962539673,2.0465457439422607,-0.005592095199972391,0.0026451668236404657,0.3606719672679901,0.44134095311164856,0.43144941329956055,308.0,78848.0,1869.1413150799926,5046272.0 +95.85,8.899999618530273,2674.0,0.006145000457763672,0.0699462890625,0.0,1.9588021039962769,2.026933431625366,-0.004654753487557173,0.0026404885575175285,0.44503703713417053,0.44096341729164124,0.46098750829696655,309.0,79104.0,1875.2676335819997,5062656.0 +93.57,8.899999618530273,2736.0,0.005825342144817114,0.06396484375,0.0,1.983010172843933,2.0399234294891357,-0.004402014892548323,0.002646481851115823,0.4869597852230072,0.4410903751850128,0.5348998010158539,310.0,79360.0,1881.2571155659389,5079040.0 +97.45,9.0,2798.0,0.00862071756273508,0.1212158203125,0.0,1.9623807668685913,2.005519151687622,-0.004903567489236593,0.0026434268802404404,0.40944695472717285,0.46090295910835266,0.4728051424026489,311.0,79616.0,1887.1117291441187,5095424.0 +88.86,8.899999618530273,2704.0,0.0068501862697303295,0.07476806640625,0.0,2.0075576305389404,2.036942958831787,-0.005493916571140289,0.002643670653924346,0.5385749936103821,0.44229772686958313,0.4447036385536194,312.0,79872.0,1893.1710444379132,5111808.0 +98.43,9.0,2761.0,0.007267789449542761,0.0831502303481102,0.0,1.8802975416183472,2.0532066822052,-0.005235677119344473,0.0026436196640133858,0.2865830361843109,0.44096410274505615,0.5313332676887512,313.0,80128.0,1899.1040485289413,5128192.0 +94.49,9.300000190734863,2803.0,0.008987625129520893,0.1191202774643898,0.0,1.897569179534912,2.014577865600586,-0.004130449611693621,0.002642184728756547,0.3204691410064697,0.44051870703697205,0.4387378692626953,314.0,80384.0,1904.9483091889415,5144576.0 +91.91,9.100000381469727,2796.0,0.004851854406297207,0.0483601875603199,0.0,1.9062787294387817,2.0232698917388916,-0.004727443214505911,0.002641848986968398,0.35402438044548035,0.4333023130893707,0.5107879936695099,315.0,80640.0,1910.8077864560764,5160960.0 +91.8,9.199999809265137,2784.0,0.006942251697182655,0.0787150040268898,0.0,1.8818717002868652,2.044240951538086,-0.005229730159044266,0.002648775465786457,0.30242791771888733,0.4319418966770172,0.5295225381851196,316.0,80896.0,1916.6930053560063,5177344.0 +105.22,9.0,2731.0,0.004462018609046936,0.04888916015625,0.0,1.9276992082595825,2.012239694595337,-0.004671365488320589,0.002652171766385436,0.34283092617988586,0.4549919366836548,0.514470249414444,317.0,81152.0,1922.6927086869255,5193728.0 +106.23,9.0,2811.0,0.005856068804860115,0.0674235001206398,0.0,1.8928507566452026,2.01520037651062,-0.004533762577921152,0.0026472238823771477,0.30958089232444763,0.4391338527202606,0.5307126939296722,318.0,81408.0,1928.5219779179897,5210112.0 +91.97,9.5,2809.0,0.0056505887769162655,0.0632731094956398,0.0,1.8963303565979004,2.0028631687164307,-0.005340261850506067,0.002638559089973569,0.33314210176467896,0.4358483850955963,0.5576508939266205,319.0,81664.0,1934.354091458954,5226496.0 +91.3,9.100000381469727,2775.0,0.005155425518751144,0.0558064766228199,0.0,1.9274591207504272,1.991123080253601,-0.0039370362646877766,0.002642118139192462,0.37455710768699646,0.44296979904174805,0.46678441762924194,320.0,81920.0,1940.2577386030462,5242880.0 +93.97,9.0,2785.0,0.0071329534985125065,0.08349609375,0.0,1.8852739334106445,2.003901720046997,-0.00572803383693099,0.0026417116168886423,0.2924446165561676,0.4439631402492523,0.5067202150821686,321.0,82176.0,1946.141357528977,5259264.0 +101.98,9.399999618530273,2813.0,0.010851440019905567,0.119873046875,0.0,1.8419084548950195,1.9918192625045776,-0.00433707982301712,0.002650280250236392,0.18987113237380981,0.44608792662620544,0.5564876198768616,322.0,82432.0,1951.9661491459701,5275648.0 +81.07,9.100000381469727,2787.0,0.008288013748824596,0.09307861328125,0.0,1.9007900953292847,1.9660602807998657,-0.006043058354407549,0.0026398496702313423,0.35472866892814636,0.42920470237731934,0.5181771814823151,323.0,82688.0,1957.843719250057,5292032.0 +73.48,8.699999809265137,2799.0,0.006985006853938103,0.0789388045668602,0.0,1.9714523553848267,1.9706259965896606,-0.005607120227068663,0.0026360254269093275,0.49253642559051514,0.43248510360717773,0.4867451786994934,324.0,82944.0,1963.6970846541226,5308416.0 +81.47,9.199999809265137,2797.0,0.007146134972572327,0.0847371444106102,0.0,1.8787020444869995,2.00787091255188,-0.006650477647781372,0.0026312798727303743,0.31536945700645447,0.432106614112854,0.5548717081546783,325.0,83200.0,1969.5541767650284,5324800.0 +86.88,9.199999809265137,2800.0,0.008609441109001637,0.0879923477768898,0.0,1.9360164403915405,2.019666910171509,-0.006933590862900019,0.0026328640524297953,0.41357293725013733,0.439928263425827,0.51195427775383,326.0,83456.0,1975.4061349739786,5341184.0 +92.06,9.100000381469727,2680.0,0.009746204130351543,0.1153971329331398,0.0,1.9108508825302124,2.0186688899993896,-0.004321270622313023,0.002633525989949703,0.3512839078903198,0.4429537355899811,0.5201035737991333,327.0,83712.0,1981.5195544960443,5357568.0 +86.02,8.899999618530273,2708.0,0.007883320562541485,0.0962931290268898,0.0,1.9463876485824585,1.9833178520202637,-0.00564626744017005,0.0026333704590797424,0.4275331497192383,0.44141533970832825,0.5306587219238281,328.0,83968.0,1987.5684744520113,5373952.0 +81.53,9.100000381469727,2680.0,0.007470684126019478,0.0921427384018898,0.0,1.979386806488037,1.9754244089126587,-0.006552975624799728,0.0026309341192245483,0.5128700137138367,0.43379220366477966,0.5078960359096527,329.0,84224.0,1993.6812220870052,5390336.0 +88.26,9.0,2715.0,0.007069808896631002,0.08270263671875,0.0,2.0331006050109863,1.9589972496032715,-0.003295043483376503,0.002643583109602332,0.575592041015625,0.44639790058135986,0.5531434118747711,330.0,84480.0,1999.715255883988,5406720.0 +74.81,8.699999809265137,2723.0,0.008256626315414906,0.0991617813706398,0.0,1.9675906896591187,1.9799844026565552,-0.004723444581031799,0.0026387262623757124,0.480538010597229,0.4324820935726166,0.5348954498767853,331.0,84736.0,2005.7318058419041,5423104.0 +79.57,9.5,2799.0,0.008301881141960621,0.101318359375,0.0,1.927351474761963,1.9975982904434204,-0.005724973510950804,0.0026340000331401825,0.4058932363986969,0.43310555815696716,0.5576158463954926,332.0,84992.0,2011.584502184065,5439488.0 +88.12,9.100000381469727,2774.0,0.007360381539911032,0.0805867537856102,0.0,1.9598240852355957,1.9799965620040894,-0.0042699724435806274,0.0026331606786698103,0.44236668944358826,0.44613027572631836,0.5475092828273773,333.0,85248.0,2017.4899298041128,5455872.0 +81.37,9.199999809265137,2766.0,0.008550457656383514,0.0981648787856102,0.0,1.9025248289108276,1.965276837348938,-0.003766014939174056,0.0026340873446315527,0.3385704755783081,0.439614862203598,0.5661332011222839,334.0,85504.0,2023.4131223671138,5472256.0 +75.1,9.100000381469727,2791.0,0.008934860117733479,0.11029052734375,0.0,1.9399157762527466,1.9433313608169556,-0.007992739789187908,0.0026292342226952314,0.42565810680389404,0.4398961067199707,0.5187742412090302,335.0,85760.0,2029.282125338912,5488640.0 +87.01,8.600000381469727,2782.0,0.006675196345895529,0.0625,0.0,2.0133559703826904,1.9507311582565308,-0.005270426627248526,0.0026308372616767883,0.5640597939491272,0.4406850337982178,0.5087335109710693,336.0,86016.0,2035.1713078359608,5505024.0 +79.93,9.0,2822.0,0.005520184990018606,0.0525716133415699,0.0,1.9326006174087524,1.9539538621902466,-0.006634199991822243,0.0026355721056461334,0.411468505859375,0.4352538585662842,0.5188482105731964,337.0,86272.0,2040.9780347188935,5521408.0 +79.59,9.100000381469727,2767.0,0.005483918357640505,0.0591634102165699,0.0,1.9111148118972778,1.952540397644043,-0.003829094348475337,0.0026358298491686583,0.36356839537620544,0.4347701370716095,0.5444435477256775,338.0,86528.0,2046.898596333107,5537792.0 +86.85,9.100000381469727,2760.0,0.006423138547688723,0.0669148787856102,0.0,1.9115639925003052,1.9269967079162598,-0.0050592003390192986,0.0026309324894100428,0.36719927191734314,0.43682727217674255,0.5657041966915131,339.0,86784.0,2052.8346809579525,5554176.0 +86.49,9.399999618530273,2773.0,0.007093567866832018,0.0910441055893898,0.0,1.850581169128418,1.9325217008590698,-0.005752699915319681,0.0026380575727671385,0.20803065598011017,0.45261481404304504,0.6028152406215668,340.0,87040.0,2058.742059892975,5570560.0 +76.49,9.300000190734863,2779.0,0.006665882188826799,0.0798746719956398,0.0,1.9169793128967285,1.9541524648666382,-0.006382082123309374,0.002631423994898796,0.3712599277496338,0.44156089425086975,0.54084512591362,341.0,87296.0,2064.63706162991,5586944.0 +84.11,9.100000381469727,2808.0,0.008946331217885017,0.1004435196518898,0.0,1.9502819776535034,1.9163470268249512,-0.00486253947019577,0.0026341730263084173,0.3931531608104706,0.4606451094150543,0.6144646108150482,342.0,87552.0,2070.471966342069,5603328.0 +86.47,8.899999618530273,2798.0,0.00606564013287425,0.0687662735581398,0.0,1.9363847970962524,1.9213439226150513,-0.006443874444812536,0.0026345085352659225,0.3847196102142334,0.4524281919002533,0.5867661237716675,343.0,87808.0,2076.3282789739314,5619712.0 +78.37,8.600000381469727,2802.0,0.0067247324623167515,0.0759073868393898,0.0,1.9833674430847168,1.9550585746765137,-0.00446444982662797,0.0026310207322239876,0.4988443851470947,0.44244980812072754,0.5814855694770813,344.0,88064.0,2082.1765673980117,5636096.0 +84.56,9.199999809265137,2741.0,0.0071663339622318745,0.0841878280043602,0.0,1.9649304151535034,1.9198012351989746,-0.006189075764268637,0.002631337149068713,0.44154009222984314,0.453878790140152,0.5524842143058777,345.0,88320.0,2088.154794974951,5652480.0 +74.62,9.199999809265137,2739.0,0.008661632426083088,0.0914510115981102,0.0,1.9296859502792358,1.93020761013031,-0.007638514041900635,0.0026212837547063828,0.39596378803253174,0.44800296425819397,0.5510652363300323,346.0,88576.0,2094.136878855992,5668864.0 +86.77,8.5,2743.0,0.006532365456223488,0.0771484375,0.0,1.996472716331482,1.9152945280075073,-0.005492409225553274,0.0026223957538604736,0.5425393581390381,0.43865060806274414,0.5175869166851044,347.0,88832.0,2100.1104845639784,5685248.0 +86.22,8.600000381469727,2718.0,0.00491378316655755,0.05126953125,0.0,2.002467393875122,1.9454766511917114,-0.004994608927518129,0.002623387612402439,0.5474633574485779,0.44149157404899597,0.5342428684234619,348.0,89088.0,2106.137602495961,5701632.0 +75.12,9.600000381469727,2708.0,0.005828934255987406,0.06280517578125,0.0,1.916479229927063,1.917897343635559,-0.005584494676440954,0.002619153819978237,0.38958069682121277,0.43687549233436584,0.5397986471652985,349.0,89344.0,2112.1875980140176,5718016.0 +76.8,9.300000190734863,2831.0,0.0056780665181577206,0.0673014298081398,0.0,1.8956176042556763,1.9427299499511719,-0.0068563674576580524,0.0026181917637586594,0.36021319031715393,0.4326989948749542,0.6086634397506714,350.0,89600.0,2117.9751454859506,5734400.0 +76.82,9.0,2809.0,0.004258506000041962,0.0389200858771801,0.0,1.9744277000427246,1.9341565370559692,-0.004988341126590967,0.002621745690703392,0.5094459652900696,0.43316176533699036,0.5839516222476959,351.0,89856.0,2123.808560153935,5750784.0 +77.8,8.800000190734863,2742.0,0.005531603936105967,0.06201171875,0.0,1.9613256454467773,1.9511899948120117,-0.006352184806019068,0.002618305617943406,0.5037544965744019,0.42615997791290283,0.5503472089767456,352.0,90112.0,2129.783521370031,5767168.0 +75.18,9.0,2791.0,0.005520601291209459,0.0551961250603199,0.0,1.971509575843811,1.9378405809402466,-0.004775324836373329,0.002618512138724327,0.5135902762413025,0.42961177229881287,0.5647348165512085,353.0,90368.0,2135.654240529053,5783552.0 +82.23,9.800000190734863,2735.0,0.00664485665038228,0.0804646834731102,0.0,1.8623932600021362,1.9571040868759155,-0.003860342549160123,0.0026181377470493317,0.28693273663520813,0.4332892596721649,0.5338759422302246,354.0,90624.0,2141.6455786989536,5799936.0 +85.53,9.199999809265137,2774.0,0.008673606440424919,0.1057942733168602,0.0,1.9024157524108887,1.9712634086608887,-0.005720946937799454,0.0026208797935396433,0.3751924932003021,0.429813027381897,0.49275457859039307,355.0,90880.0,2147.5514728000853,5816320.0 +86.22,9.0,2793.0,0.010740105994045734,0.1486002653837204,0.0,1.9798556566238403,1.9433399438858032,-0.0054183597676455975,0.0026186041068285704,0.5079742074012756,0.44141796231269836,0.5101129710674286,356.0,91136.0,2153.4171641680878,5832704.0 +80.91,9.0,2765.0,0.007956131361424923,0.0921834334731102,0.0,1.943809986114502,2.0208473205566406,-0.0053949481807649136,0.0026162646245211363,0.45832303166389465,0.4321195185184479,0.48383504152297974,357.0,91392.0,2159.34129236592,5849088.0 +90.26,8.899999618530273,2710.0,0.007593737915158272,0.0924072265625,0.0,1.9512735605239868,2.02956223487854,-0.004102557897567749,0.0026171281933784485,0.4810715913772583,0.4265718162059784,0.5314411818981171,358.0,91648.0,2165.3864417369477,5865472.0 +91.05,8.600000381469727,2679.0,0.011584150604903698,0.1009724959731102,0.0,1.9866772890090942,1.9922637939453125,-0.0054796538315713406,0.002619922859594226,0.526380717754364,0.43892785906791687,0.4814082384109497,359.0,91904.0,2171.5013683941215,5881856.0 +91.68,9.0,2695.0,0.008464292623102665,0.1022745743393898,0.0,1.883541226387024,2.044847011566162,-0.005882594268769026,0.0026142823044210672,0.33895206451416016,0.43325531482696533,0.5843098163604736,360.0,92160.0,2177.5809555060696,5898240.0 +86.13,8.899999618530273,2760.0,0.007926820777356625,0.0978190079331398,0.0,1.8841651678085327,2.0444185733795166,-0.006989944726228714,0.0026141973212361336,0.3407179117202759,0.43414175510406494,0.5696783661842346,361.0,92416.0,2183.5166206029244,5914624.0 +87.91,8.399999618530273,2733.0,0.005985799711197615,0.0638427734375,0.0,1.9842286109924316,2.058614492416382,-0.0032040532678365707,0.0026187666226178408,0.5038094520568848,0.4467306435108185,0.5577803552150726,362.0,92672.0,2189.511674429057,5931008.0 +75.93,8.699999809265137,2768.0,0.007565830368548632,0.0851236954331398,0.0,1.9465082883834839,2.068192720413208,-0.00584248686209321,0.0026145384181290865,0.485142320394516,0.42319223284721375,0.5308710932731628,363.0,92928.0,2195.431538115954,5947392.0 +77.88,8.699999809265137,2745.0,0.008559373207390308,0.11474609375,0.0,1.9715789556503296,2.026279926300049,-0.005734615493565798,0.002613401273265481,0.5214407444000244,0.4301552474498749,0.5764498710632324,364.0,93184.0,2201.40106508811,5963776.0 +89.07,8.899999618530273,2755.0,0.009592707268893719,0.1117350235581398,0.0,1.8983206748962402,2.0339744091033936,-0.005249289330095053,0.0026144233997911215,0.3808167278766632,0.42628970742225647,0.6236913800239563,365.0,93440.0,2207.3479606211185,5980160.0 +77.26,8.899999618530273,2808.0,0.00814866367727518,0.1010335311293602,0.0,1.994104027748108,2.029470205307007,-0.005369443912059069,0.002613222459331155,0.5668824911117554,0.4297159016132355,0.5511274039745331,366.0,93696.0,2213.182857007021,5996544.0 +71.45,9.399999618530273,2770.0,0.009510508738458157,0.119384765625,0.0,1.89859139919281,2.046867609024048,-0.006199594121426344,0.0026117386296391487,0.37151598930358887,0.4336322844028473,0.6319032609462738,367.0,93952.0,2219.098812110955,6012928.0 +77.01,8.300000190734863,2784.0,0.007329367101192474,0.0919392928481102,0.0,2.043707847595215,2.010166883468628,-0.005255598574876785,0.0026086270809173584,0.6590505242347717,0.4352264702320099,0.5588394105434418,368.0,94208.0,2224.982978201937,6029312.0 +75.51,9.199999809265137,2721.0,0.005332492757588625,0.0583089180290699,0.0,1.9687694311141968,2.0415642261505127,-0.005603274330496788,0.0026061672251671553,0.5272048115730286,0.4281022548675537,0.5780686140060425,369.0,94464.0,2231.003817995079,6045696.0 +82.1,8.800000190734863,2773.0,0.005322710145264864,0.0558675117790699,0.0,1.9149302244186401,2.029038190841675,-0.006306147202849388,0.0026041369419544935,0.4274508059024811,0.42573294043540955,0.5885163247585297,370.0,94720.0,2236.91190034803,6062080.0 +82.7,8.899999618530273,2792.0,0.0058825076557695866,0.065185546875,0.0,1.9499551057815552,1.9968953132629395,-0.005357835907489061,0.0026058850344270468,0.49412432312965393,0.42527732253074646,0.5230001509189606,371.0,94976.0,2242.7801756600384,6078464.0 +73.5,8.699999809265137,2801.0,0.004652522504329681,0.0511678047478199,0.0,1.9489984512329102,1.9815950393676758,-0.005728290881961584,0.0026056908536702394,0.514366090297699,0.4145139455795288,0.5632064342498779,372.0,95232.0,2248.6282335249707,6094848.0 +80.53,9.0,2760.0,0.007782414555549622,0.08819580078125,0.0,1.9164170026779175,1.945733666419983,-0.004786772187799215,0.002607103670015931,0.40960797667503357,0.432305246591568,0.5335143506526947,373.0,95488.0,2254.563729139045,6111232.0 +77.81,8.5,2775.0,0.006464736070483923,0.0751546248793602,0.0,1.994505763053894,1.9283534288406372,-0.005715608596801758,0.0026072280015796423,0.5680248141288757,0.43187835812568665,0.527782678604126,374.0,95744.0,2260.467297147028,6127616.0 +83.07,8.899999618530273,2784.0,0.0063323709182441235,0.0709228515625,0.0,1.9936519861221313,1.9438680410385132,-0.005773009266704321,0.0026055637281388044,0.5754744410514832,0.4283445179462433,0.5391740798950195,375.0,96000.0,2266.3517798399553,6144000.0 +92.08,9.0,2754.0,0.007208159659057856,0.0836995467543602,0.0,1.9826669692993164,1.946435809135437,-0.004022056236863136,0.0026139868423342705,0.5058527588844299,0.44623374938964844,0.5185442268848419,376.0,96256.0,2272.3018909089733,6160384.0 +62.52,9.600000381469727,2789.0,0.008600427769124508,0.1038818359375,0.0,1.8539625406265259,1.9859291315078735,-0.006477887276560068,0.002602728782221675,0.30968236923217773,0.42409464716911316,0.6358715891838074,377.0,96512.0,2278.176348688081,6176768.0 +82.43,9.100000381469727,2768.0,0.007414556574076414,0.0873819962143898,0.0,1.9351669549942017,1.953324794769287,-0.005031399428844452,0.0026029013097286224,0.45643553137779236,0.4300628900527954,0.5205914974212646,378.0,96768.0,2284.094191021053,6193152.0 +79.37,8.699999809265137,2709.0,0.00846011657267809,0.0926513671875,0.0,1.9044634103775024,2.004009485244751,-0.007193587254732847,0.0026053248438984156,0.40315544605255127,0.42745697498321533,0.5768896639347076,379.0,97024.0,2290.142734127119,6209536.0 +83.83,8.800000190734863,2777.0,0.006585802882909775,0.0826822891831398,0.0,1.9441641569137573,1.9982995986938477,-0.006800781469792128,0.0025984460953623056,0.48179343342781067,0.4308280944824219,0.5600354373455048,380.0,97280.0,2296.042990117101,6225920.0 +75.75,9.300000190734863,2780.0,0.007772402837872505,0.0815226212143898,0.0,1.9275083541870117,2.0174992084503174,-0.005297454539686441,0.0026028126012533903,0.44739410281181335,0.4278774559497833,0.5988451242446899,381.0,97536.0,2301.935834645992,6242304.0 +73.38,9.600000381469727,2707.0,0.00840984657406807,0.1038004532456398,0.0,1.8899444341659546,2.0116660594940186,-0.005800287704914808,0.002602197229862213,0.37020614743232727,0.42965957522392273,0.6216882765293121,382.0,97792.0,2307.98733077012,6258688.0 +80.18,9.5,2725.0,0.009527996182441711,0.1225992813706398,0.0,1.8967026472091675,2.0301549434661865,-0.006333318073302507,0.0026119148824363947,0.3593621253967285,0.43769919872283936,0.5710466802120209,383.0,98048.0,2313.9996744499076,6275072.0 +83.69,9.0,2758.0,0.00824165903031826,0.096435546875,0.0,1.9845033884048462,2.00512433052063,-0.007576800417155027,0.002603713655844331,0.5306528806686401,0.44494810700416565,0.45162439346313477,384.0,98304.0,2319.940036135027,6291456.0 +79.58,9.5,2772.0,0.00839014071971178,0.1018473282456398,0.0,1.8554340600967407,2.0312373638153076,-0.008362561464309692,0.0025970840360969305,0.31029757857322693,0.4304182827472687,0.6032946407794952,385.0,98560.0,2325.8495436259545,6307840.0 +79.12,8.600000381469727,2761.0,0.00854900386184454,0.0927530899643898,0.0,1.9943596124649048,2.014488935470581,-0.00771363964304328,0.002598749240860343,0.5725516676902771,0.4365676939487457,0.5348428785800934,386.0,98816.0,2331.784130689921,6324224.0 +86.49,9.199999809265137,2832.0,0.008589030243456364,0.0964762344956398,0.0,1.9041328430175781,1.9840269088745117,-0.0058488138020038605,0.00259978580288589,0.3827039897441864,0.4385768175125122,0.5557258129119873,387.0,99072.0,2337.57093764795,6340608.0 +79.78,9.399999618530273,2803.0,0.006722620222717524,0.07611083984375,0.0,1.9411430358886719,1.9591742753982544,-0.006871527060866356,0.002595010446384549,0.4628039300441742,0.438699334859848,0.5068473815917969,388.0,99328.0,2343.416498384904,6356992.0 +86.39,8.300000190734863,2819.0,0.005285272840410471,0.0540364570915699,0.0,2.0251657962799072,1.9490240812301636,-0.005826730281114578,0.002599103609099984,0.6242078542709351,0.43882718682289124,0.5380332469940186,389.0,99584.0,2349.228246412007,6373376.0 +78.62,9.100000381469727,2734.0,0.005869691725820303,0.06317138671875,0.0,1.936945915222168,1.9504297971725464,-0.006329523865133524,0.0025947310496121645,0.4744483232498169,0.42818984389305115,0.5622668564319611,390.0,99840.0,2355.2209743000567,6389760.0 +81.81,9.199999809265137,2777.0,0.008606499060988426,0.10772705078125,0.0,1.9297393560409546,1.964978575706482,-0.0052481056191027164,0.0025972865987569094,0.4302847683429718,0.44085147976875305,0.5008910596370697,391.0,100096.0,2361.1204075629357,6406144.0 +86.58,9.300000190734863,2755.0,0.008700495585799217,0.0940348282456398,0.0,1.8815765380859375,1.9195817708969116,-0.004859136883169413,0.002603553468361497,0.320255309343338,0.4437265694141388,0.44527125358581543,392.0,100352.0,2367.067204236053,6422528.0 +83.06,8.800000190734863,2791.0,0.008571693673729897,0.0909627303481102,0.0,2.018939733505249,1.9116605520248413,-0.005077994894236326,0.0025943659711629152,0.6166139245033264,0.4376446306705475,0.4411419630050659,393.0,100608.0,2372.9378256790806,6438912.0 +80.51,8.699999809265137,2767.0,0.005656722467392683,0.0652262344956398,0.0,1.9021954536437988,1.9367555379867554,-0.0070157102309167385,0.0025903128553181887,0.3988199234008789,0.4340120553970337,0.5144604444503784,394.0,100864.0,2378.859792083036,6455296.0 +81.07,9.0,2801.0,0.005409302189946175,0.05731201171875,0.0,1.9528603553771973,1.9403778314590454,-0.006094301585108042,0.002594215562567115,0.47656476497650146,0.4429681599140167,0.5133425891399384,395.0,101120.0,2384.7090472260024,6471680.0 +77.53,9.0,2780.0,0.0055812024511396885,0.0573323555290699,0.0,1.916474461555481,1.9428828954696655,-0.005002429708838463,0.0025949408300220966,0.42693936824798584,0.4299658536911011,0.5400702655315399,396.0,101376.0,2390.6013265550137,6488064.0 +81.73,9.399999618530273,2743.0,0.008213200606405735,0.0981241837143898,0.0,1.878940224647522,1.9747772216796875,-0.008180965669453144,0.002594838384538889,0.3517812490463257,0.4335590898990631,0.6054867208003998,397.0,101632.0,2396.5739298120607,6504448.0 +70.6,9.300000190734863,2749.0,0.01017721090465784,0.1187540665268898,0.0,1.8930639028549194,1.9908901453018188,-0.005480194929987192,0.0025902651250362396,0.38708439469337463,0.42977797985076904,0.5667566955089569,398.0,101888.0,2402.533821776975,6520832.0 +80.53,9.199999809265137,2773.0,0.008833802305161953,0.09967041015625,0.0,1.920998215675354,2.0167148113250732,-0.006528626661747694,0.0025977441109716892,0.4345674514770508,0.43153858184814453,0.5731417238712311,399.0,102144.0,2408.4411516769323,6537216.0 +74.62,8.5,2779.0,0.006536944303661585,0.0725504532456398,0.0,1.9851312637329102,2.0108871459960938,-0.005501788109540939,0.0026088785380125046,0.5285573601722717,0.44202402234077454,0.5903645753860474,400.0,102400.0,2414.3359196789097,6553600.0 +99.16,9.399999618530273,2765.0,0.00806018989533186,0.0948893204331398,0.0,1.8527460098266602,2.013850688934326,-0.0063272397965192795,0.0026009210851043463,0.2794252932071686,0.4390387237071991,0.6823968291282654,401.0,102656.0,2420.2617079010233,6569984.0 +91.24,9.0,2786.0,0.007002434227615595,0.0766194686293602,0.0,1.9402090311050415,2.021601915359497,-0.006877516862004995,0.0026055139023810625,0.44936367869377136,0.4398639500141144,0.522575318813324,402.0,102912.0,2426.1426737059373,6586368.0 +82.56,8.699999809265137,2752.0,0.008299359120428562,0.1008707657456398,0.0,1.9484137296676636,2.0140717029571533,-0.006620227824896574,0.002598794177174568,0.4644421637058258,0.44355642795562744,0.5278837978839874,403.0,103168.0,2432.0970507129095,6602752.0 +88.04,9.399999618530273,2765.0,0.009285702370107174,0.1137491837143898,0.0,1.8906173706054688,1.9947494268417358,-0.004646720830351114,0.0025945832021534443,0.326453298330307,0.4546935260295868,0.5603030622005463,404.0,103424.0,2438.022875084076,6619136.0 +85.59,9.300000190734863,2769.0,0.008255845867097378,0.0973307266831398,0.0,1.92598295211792,1.9974803924560547,-0.006268117111176252,0.0026013765018433332,0.44075605273246765,0.43115997314453125,0.5007414221763611,405.0,103680.0,2443.939631379908,6635520.0 +85.24,9.300000190734863,2756.0,0.007469110190868378,0.0899251326918602,0.0,1.9999346733093262,1.9501241445541382,-0.006591808050870895,0.002607555827125907,0.5393955111503601,0.452551931142807,0.4513895511627197,406.0,103936.0,2449.8840380569454,6651904.0 +73.06,8.899999618530273,2826.0,0.007874085567891598,0.09112548828125,0.0,1.9574631452560425,1.9741438627243042,-0.005882732104510069,0.002591123804450035,0.4851101338863373,0.444970041513443,0.5167815983295441,407.0,104192.0,2455.6803870110307,6668288.0 +87.22,8.600000381469727,2799.0,0.006979943718761206,0.0852864608168602,0.0,1.9620819091796875,1.987758755683899,-0.004720894619822502,0.002607904374599457,0.48838427662849426,0.4385358393192291,0.5299384295940399,408.0,104448.0,2461.5338487729896,6684672.0 +85.24,9.100000381469727,2802.0,0.005542345345020294,0.0625406876206398,0.0,1.9776889085769653,1.988039493560791,-0.00619712145999074,0.002591250231489539,0.5372772216796875,0.4395029544830322,0.5182349979877472,409.0,104704.0,2467.3808687150013,6701056.0 +87.81,8.899999618530273,2782.0,0.004305405542254448,0.04742431640625,0.0,1.9597868919372559,2.0049831867218018,-0.005410009529441595,0.0025874224957078695,0.502657949924469,0.4402064383029938,0.5243808329105377,410.0,104960.0,2473.2693096951116,6717440.0 +82.83,8.800000190734863,2818.0,0.006873611360788345,0.0850423201918602,0.0,1.9458050727844238,2.037018060684204,-0.0069481004029512405,0.0025926674716174603,0.44933363795280457,0.4521229565143585,0.5069383978843689,411.0,105216.0,2479.083849000046,6733824.0 +84.26,9.0,2791.0,0.007260745391249657,0.0931193009018898,0.0,1.956041932106018,2.036282539367676,-0.0035130202304571867,0.0025893403217196465,0.5015108585357666,0.4344921112060547,0.5000256299972534,412.0,105472.0,2484.9532566859853,6750208.0 +76.2,8.899999618530273,2809.0,0.006153239402920008,0.0660603865981102,0.0,1.9202684164047241,2.0180773735046387,-0.00524538941681385,0.002585785696282983,0.4394967555999756,0.43305325508117676,0.5641462802886963,413.0,105728.0,2490.785794096999,6766592.0 +73.44,8.800000190734863,2716.0,0.005100087728351355,0.0587158203125,0.0,1.9429244995117188,1.9781526327133179,-0.0056584677658975124,0.002584504894912243,0.47632983326911926,0.43794676661491394,0.5140528976917267,414.0,105984.0,2496.8170087430626,6782976.0 +90.06,8.899999618530273,2728.0,0.004862059839069843,0.0472615547478199,0.0,2.0104422569274902,1.9866042137145996,-0.006735434290021658,0.0025917531456798315,0.6088901162147522,0.4367218315601349,0.43380165100097656,415.0,106240.0,2502.8239693460055,6799360.0 +78.59,9.300000190734863,2762.0,0.0055799284018576145,0.0642496719956398,0.0,1.9970074892044067,1.9801212549209595,-0.0057226791977882385,0.0025857030414044857,0.5743550658226013,0.4425024688243866,0.4980560541152954,416.0,106496.0,2508.7548580460716,6815744.0 +76.49,8.600000381469727,2758.0,0.005686611402779818,0.0600992850959301,0.0,2.0051000118255615,2.0080454349517822,-0.007049011066555977,0.002582923509180546,0.5976992249488831,0.4419180452823639,0.4706854224205017,417.0,106752.0,2514.69455859391,6832128.0 +88.18,9.399999618530273,2746.0,0.005312452092766762,0.0555419921875,0.0,1.9229798316955566,1.9941154718399048,-0.005483133718371391,0.002584181958809495,0.4167920649051666,0.44791707396507263,0.42097586393356323,418.0,107008.0,2520.661070327973,6848512.0 +89.07,9.5,2821.0,0.007785999681800604,0.09222412109375,0.0,1.8519964218139648,1.9825801849365234,-0.004839038010686636,0.0025834874249994755,0.2990485429763794,0.43539345264434814,0.48226988315582275,419.0,107264.0,2526.468486787984,6864896.0 +72.83,9.100000381469727,2753.0,0.008951958268880844,0.1058756485581398,0.0,1.9402121305465698,2.016972303390503,-0.006440543103963137,0.0025783253367990255,0.46243587136268616,0.4464418888092041,0.5325103402137756,420.0,107520.0,2532.4189797190484,6881280.0 +82.68,8.899999618530273,2797.0,0.006724994629621506,0.0771484375,0.0,1.9194536209106445,2.0289535522460938,-0.005510143470019102,0.002584216883406043,0.424770325422287,0.4407598078250885,0.4937508702278137,421.0,107776.0,2538.2757761420216,6897664.0 +89.57,8.800000190734863,2792.0,0.008035256527364254,0.0978800430893898,0.0,1.9355131387710571,2.014348268508911,-0.0062022446654737,0.002583116292953491,0.42592325806617737,0.4573390781879425,0.5140312612056732,422.0,108032.0,2544.142759857932,6914048.0 +85.19,9.100000381469727,2762.0,0.008713665418326855,0.1003824844956398,0.0,1.904247760772705,1.9998517036437988,-0.004588803742080927,0.002583233406767249,0.3744431436061859,0.4499969482421875,0.4928361773490906,423.0,108288.0,2550.0732988941018,6930432.0 +85.46,9.100000381469727,2792.0,0.008309323340654373,0.1056925430893898,0.0,1.9232419729232788,2.0258257389068604,-0.006813326384872198,0.002579332096502185,0.41731199622154236,0.4519917070865631,0.5185578465461731,424.0,108544.0,2555.9408112920355,6946816.0 +88.12,9.0,2785.0,0.007477734703570604,0.08001708984375,0.0,1.938051700592041,1.9904638528823853,-0.005623980890959501,0.0025836245622485876,0.46345242857933044,0.4400416314601898,0.5487976372241974,425.0,108800.0,2561.82316600997,6963200.0 +86.01,9.5,2793.0,0.011513199657201767,0.1308186799287796,0.0,1.8303872346878052,1.9731311798095703,-0.006102995481342077,0.002580825472250581,0.2407587766647339,0.4454296827316284,0.598823755979538,426.0,109056.0,2567.6894116960466,6979584.0 +90.39,8.899999618530273,2729.0,0.007628326769918203,0.0918375626206398,0.0,1.91624116897583,2.0177571773529053,-0.006492048501968384,0.002583584049716592,0.4117370545864105,0.44525018334388733,0.6271375715732574,427.0,109312.0,2573.6928679789416,6995968.0 +84.76,9.300000190734863,2685.0,0.0073374067433178425,0.09051513671875,0.0,1.9103652238845825,2.02392840385437,-0.0065973252058029175,0.002579041989520192,0.41403600573539734,0.44066300988197327,0.5552561283111572,428.0,109568.0,2579.7942333030514,7012352.0 +74.65,9.0,2716.0,0.0066625382751226425,0.0785318985581398,0.0,1.9337421655654907,2.0088720321655273,-0.006124625448137522,0.0025816455017775297,0.4634440839290619,0.43741071224212646,0.5470784902572632,429.0,109824.0,2585.827322154073,7028736.0 +86.78,9.0,2755.0,0.008847770281136036,0.1073404923081398,0.0,1.904408574104309,2.026374578475952,-0.0071625798009335995,0.002577203093096614,0.38498106598854065,0.4507434666156769,0.6583918035030365,430.0,110080.0,2591.775135637028,7045120.0 +69.21,9.300000190734863,2760.0,0.0077664791606366634,0.0944417342543602,0.0,1.9500555992126465,1.9970475435256958,-0.005879065487533808,0.002578115789219737,0.48143839836120605,0.4461279809474945,0.6100713014602661,431.0,110336.0,2597.7120712560136,7061504.0 +85.52,8.5,2783.0,0.005980664398521185,0.0667928084731102,0.0,1.9334317445755005,2.044339418411255,-0.005069141276180744,0.002578602870926261,0.455039381980896,0.44212350249290466,0.6047715544700623,432.0,110592.0,2603.5998483649455,7077888.0 +92.53,8.800000190734863,2751.0,0.007855246774852276,0.09783935546875,0.0,1.9320679903030396,2.058629274368286,-0.007147038355469704,0.0025833225809037685,0.41736677289009094,0.45945656299591064,0.5970024466514587,433.0,110848.0,2609.5563045539893,7094272.0 +88.59,8.899999618530273,2756.0,0.009266548790037632,0.11651611328125,0.0,1.9210929870605469,2.0887720584869385,-0.005857194308191538,0.002579891122877598,0.40821102261543274,0.45378661155700684,0.5778208076953888,434.0,111104.0,2615.500534201972,7110656.0 +88.73,8.899999618530273,2731.0,0.009289151057600975,0.1270751953125,0.0,1.9882760047912598,2.0766053199768066,-0.0018979698652401567,0.0025840813759714365,0.5372671484947205,0.45026588439941406,0.5708433985710144,435.0,111360.0,2621.500497583067,7127040.0 +97.1,8.600000381469727,2744.0,0.005930897314101458,0.0659586563706398,0.0,1.971730351448059,2.0602774620056152,-0.006146256346255541,0.0025968027766793966,0.501347005367279,0.4494045078754425,0.550621896982193,436.0,111616.0,2627.4709565779194,7143424.0 +78.56,9.300000190734863,2782.0,0.006272227969020605,0.0675048828125,0.0,1.934433102607727,2.010558605194092,-0.007045741658657789,0.0025753111112862825,0.4595017433166504,0.4441778361797333,0.5694188475608826,437.0,111872.0,2633.3597157949116,7159808.0 +95.3,9.199999809265137,2783.0,0.006471203174442053,0.07122802734375,0.0,1.9066386222839355,2.0531537532806396,-0.0064352392219007015,0.0025806615594774485,0.40017950534820557,0.44318461418151855,0.5837661921977997,438.0,112128.0,2639.2470549719874,7176192.0 +83.58,9.300000190734863,2756.0,0.008268824778497219,0.08770751953125,0.0,1.9413889646530151,2.0485048294067383,-0.0054231807589530945,0.0025810457300394773,0.45374104380607605,0.44990384578704834,0.5570771992206573,439.0,112384.0,2645.1922057529446,7192576.0 +83.14,8.800000190734863,2749.0,0.005735160782933235,0.0612589530646801,0.0,1.9699352979660034,2.0385024547576904,-0.0055622742511332035,0.002579241991043091,0.5066508650779724,0.45293596386909485,0.5821931958198547,440.0,112640.0,2651.1519579479937,7208960.0 +83.45,9.0,2766.0,0.008263013325631618,0.0843912735581398,0.0,1.92763090133667,2.032006025314331,-0.006853958126157522,0.0025750764179974794,0.4645017683506012,0.43501588702201843,0.5700283348560333,441.0,112896.0,2657.0740190020297,7225344.0 +77.06,8.600000381469727,2813.0,0.005606412887573242,0.0602620430290699,0.0,1.9200353622436523,2.0590033531188965,-0.006639205384999514,0.002576100407168269,0.42408594489097595,0.44717124104499817,0.6227946281433105,442.0,113152.0,2662.8981632289942,7241728.0 +83.19,9.300000190734863,2818.0,0.006231294944882393,0.0654296875,0.0,1.9718621969223022,2.0577714443206787,-0.006211388390511274,0.002577316015958786,0.5300809741020203,0.44495272636413574,0.5692370235919952,443.0,113408.0,2668.7122512829956,7258112.0 +85.15,8.800000190734863,2806.0,0.005130177829414606,0.0510050468146801,0.0,1.9295936822891235,2.0421411991119385,-0.0050972276367247105,0.002581591485068202,0.42374387383461,0.45244479179382324,0.6365182995796204,444.0,113664.0,2674.5500588109717,7274496.0 +87.94,8.899999618530273,2816.0,0.009116915985941887,0.1088460311293602,0.0,1.9226938486099243,2.016975164413452,-0.006299078930169344,0.0025773553643375635,0.41447702050209045,0.45324644446372986,0.6147646903991699,445.0,113920.0,2680.368870187085,7290880.0 +84.31,8.899999618530273,2756.0,0.009644454345107079,0.1093546524643898,0.0,1.946463942527771,2.0194151401519775,-0.00695083336904645,0.002577350474894047,0.45890215039253235,0.4554825723171234,0.5680822134017944,446.0,114176.0,2686.3144627080765,7307264.0 +87.84,9.300000190734863,2754.0,0.007497198414057493,0.0936482772231102,0.0,1.9181337356567383,2.0185940265655518,-0.006766943261027336,0.0025807993952184916,0.4000169336795807,0.45467889308929443,0.6119089424610138,447.0,114432.0,2692.2641563760117,7323648.0 +76.32,8.899999618530273,2755.0,0.008442409336566925,0.10504150390625,0.0,1.9577363729476929,1.9682966470718384,-0.006544982548803091,0.0025690034963190556,0.5047387480735779,0.4470929801464081,0.5515887141227722,448.0,114688.0,2698.2109129000455,7340032.0 +75.78,8.800000190734863,2794.0,0.006430341396480799,0.0626627579331398,0.0,2.0144641399383545,1.9603633880615234,-0.007613374385982752,0.002570080105215311,0.6016749739646912,0.4558033049106598,0.5254592895507812,449.0,114944.0,2704.0734996080864,7356416.0 +78.78,8.600000381469727,2767.0,0.009042812511324883,0.1006062850356102,0.0,1.9909368753433228,2.0038046836853027,-0.005045699421316385,0.002575323451310396,0.5406564474105835,0.4580305814743042,0.5121543407440186,450.0,115200.0,2709.9937644361053,7372800.0 +79.07,9.0,2777.0,0.008564732037484646,0.1008504256606102,0.0,1.9658926725387573,1.9760974645614624,-0.0061659743078053,0.002565220231190324,0.5044548511505127,0.45698216557502747,0.5408368408679962,451.0,115456.0,2715.8941464850213,7389184.0 +79.66,9.100000381469727,2767.0,0.00634880131110549,0.0750528946518898,0.0,1.9268676042556763,2.0109663009643555,-0.007161075249314308,0.0025643380358815193,0.4141522943973541,0.464893102645874,0.5599124133586884,452.0,115712.0,2721.814474011073,7405568.0 +74.1,8.899999618530273,2794.0,0.007739508990198374,0.0908610001206398,0.0,1.9153414964675903,2.0292727947235107,-0.008151502348482609,0.0025726172607392073,0.4183323085308075,0.44831082224845886,0.5766964852809906,453.0,115968.0,2727.678765051067,7421952.0 +79.81,9.0,2777.0,0.00712022976949811,0.0830281600356102,0.0,1.9375003576278687,2.0332884788513184,-0.00807871948927641,0.0025652979966253042,0.4697209298610687,0.44840240478515625,0.5303846299648285,454.0,116224.0,2733.57823241991,7438336.0 +73.04,9.300000190734863,2756.0,0.008056256920099258,0.0877278670668602,0.0,1.9142128229141235,2.022425651550293,-0.007528774440288544,0.0025630732998251915,0.40680816769599915,0.45702531933784485,0.5567676424980164,455.0,116480.0,2739.523699431913,7454720.0 +96.07,9.199999809265137,2763.0,0.007207920309156179,0.0841878280043602,0.0,1.882248878479004,2.0571553707122803,-0.00653155567124486,0.0025644756387919188,0.3472732603549957,0.45347777009010315,0.5937028229236603,456.0,116736.0,2745.4537173348945,7471104.0 +78.06,9.100000381469727,2748.0,0.008049109019339085,0.1034952774643898,0.0,1.9276055097579956,2.032559871673584,-0.007280076388269663,0.00256633129902184,0.41840699315071106,0.46284219622612,0.5740635097026825,457.0,116992.0,2751.414670214057,7487488.0 +92.19,9.0,2732.0,0.007384211290627718,0.07940673828125,0.0,1.9425328969955444,2.039592742919922,-0.006641407962888479,0.0025643114931881428,0.4544254541397095,0.46020185947418213,0.5477006137371063,458.0,117248.0,2757.4125656930264,7503872.0 +71.01,9.300000190734863,2731.0,0.007973307743668556,0.09246826171875,0.0,1.9174994230270386,2.018702507019043,-0.008906044065952301,0.0025604902766644955,0.41879650950431824,0.4569491446018219,0.5763768255710602,459.0,117504.0,2763.4128905399702,7520256.0 +81.82,9.0,2709.0,0.00840305257588625,0.09991455078125,0.0,1.8643745183944702,1.9892836809158325,-0.006727063562721014,0.002561405533924699,0.30454155802726746,0.4580208957195282,0.6585718393325806,460.0,117760.0,2769.460944499122,7536640.0 +82.15,9.300000190734863,2764.0,0.00861488375812769,0.1090901717543602,0.0,1.8980059623718262,1.9496418237686157,-0.007064129691570997,0.002566057024523616,0.37824639678001404,0.4524149000644684,0.5819801390171051,461.0,118016.0,2775.389513347065,7553024.0 +83.15,8.5,2753.0,0.005920474883168936,0.0637410506606102,0.0,1.9910324811935425,1.9913301467895508,-0.005613679066300392,0.002561794128268957,0.5505807995796204,0.4603719413280487,0.5754667520523071,462.0,118272.0,2781.341166642029,7569408.0 +82.91,8.5,2756.0,0.004470505751669407,0.0442708320915699,0.0,1.972143530845642,1.9785326719284058,-0.005449945572763681,0.0025670845061540604,0.5173867344856262,0.4551428258419037,0.5982766449451447,463.0,118528.0,2787.285353760002,7585792.0 +72.24,9.300000190734863,2768.0,0.006280725821852684,0.0705159530043602,0.0,1.8850044012069702,1.9820185899734497,-0.007483290042728186,0.0025690316688269377,0.3330604135990143,0.4612621068954468,0.6531672179698944,464.0,118784.0,2793.2044945899397,7602176.0 +81.8,8.899999618530273,2804.0,0.009135397151112556,0.1166585311293602,0.0,1.9423433542251587,2.0106241703033447,-0.005768356379121542,0.002557207830250263,0.44991031289100647,0.46465864777565,0.58412966132164,465.0,119040.0,2799.046907877084,7618560.0 +85.31,8.800000190734863,2794.0,0.0057855877093970776,0.0647176131606102,0.0,1.9306474924087524,1.9778116941452026,-0.005556559190154076,0.0025614541955292225,0.42794540524482727,0.4612825810909271,0.6126501858234406,466.0,119296.0,2804.911454512039,7634944.0 +83.77,9.0,2736.0,0.007216614205390215,0.08343505859375,0.0,1.9770773649215698,1.9800318479537964,-0.004854095168411732,0.0025655177887529135,0.5209309458732605,0.45850738883018494,0.5325800776481628,467.0,119552.0,2810.8993676679675,7651328.0 +74.93,8.800000190734863,2765.0,0.005670455750077963,0.06060791015625,0.0,1.916507601737976,1.9719065427780151,-0.006063023582100868,0.002564468188211322,0.4183506667613983,0.45088016986846924,0.6020522713661194,468.0,119808.0,2816.825375522021,7667712.0 +73.34,9.199999809265137,2776.0,0.008137918077409267,0.09039306640625,0.0,1.9138259887695312,1.9901429414749146,-0.00696549704298377,0.002558973152190447,0.40530237555503845,0.4585552215576172,0.5447106957435608,469.0,120064.0,2822.7272523269057,7684096.0 +86.49,8.899999618530273,2792.0,0.006107617169618607,0.0612386055290699,0.0,1.960641860961914,2.0279133319854736,-0.006965120788663626,0.00256404560059309,0.49021947383880615,0.4607534408569336,0.5535460412502289,470.0,120320.0,2828.595328299096,7700480.0 +98.95,9.0,2762.0,0.0073626977391541,0.0859578475356102,0.0,1.9132086038589478,2.0750415325164795,-0.0060439868830144405,0.002556472783908248,0.40323805809020996,0.4601472318172455,0.5980783998966217,471.0,120576.0,2834.526517452905,7716864.0 +89.76,9.199999809265137,2772.0,0.008489708416163921,0.0937093123793602,0.0,1.8719922304153442,2.0592472553253174,-0.007057605776935816,0.0025580015499144793,0.3293852210044861,0.4559490978717804,0.6008296310901642,472.0,120832.0,2840.4363687420264,7733248.0 +101.03,8.600000381469727,2733.0,0.007758328691124916,0.0926310196518898,0.0,1.9881696701049805,2.091118097305298,-0.0046793026849627495,0.0025718091055750847,0.5184780955314636,0.46861645579338074,0.485326886177063,473.0,121088.0,2846.430227844976,7749632.0 +81.7,9.100000381469727,2794.0,0.006355317775160074,0.0728963240981102,0.0,1.8940435647964478,2.0592010021209717,-0.006317167077213526,0.0025610013399273157,0.36487457156181335,0.4580148756504059,0.595708042383194,474.0,121344.0,2852.295214050915,7766016.0 +82.22,8.800000190734863,2775.0,0.00636059045791626,0.0713704451918602,0.0,1.9295978546142578,2.045375108718872,-0.00500270863994956,0.002554255770519376,0.43820104002952576,0.4588259756565094,0.5986182987689972,475.0,121600.0,2858.2005457459018,7782400.0 +81.25,8.800000190734863,2762.0,0.006108358036726713,0.0739949569106102,0.0,1.9515749216079712,2.028000831604004,-0.006048216950148344,0.0025614737533032894,0.48979857563972473,0.4522669315338135,0.5844207406044006,476.0,121856.0,2864.1329924010206,7798784.0 +83.1,8.800000190734863,2786.0,0.008426337502896786,0.1067301407456398,0.0,1.9369603395462036,2.046107053756714,-0.007544995751231909,0.0025595161132514477,0.43984255194664,0.4652867615222931,0.5850888788700104,477.0,122112.0,2870.013884853106,7815168.0 +82.74,9.300000190734863,2773.0,0.005956226959824562,0.0648396834731102,0.0,1.9025568962097168,2.1039602756500244,-0.0052000065334141254,0.002562844194471836,0.3778327703475952,0.4584580957889557,0.5871203243732452,478.0,122368.0,2875.9229629118927,7831552.0 +88.21,8.899999618530273,2762.0,0.0061312951147556305,0.06591796875,0.0,1.9184046983718872,2.0904905796051025,-0.005930958781391382,0.002555956831201911,0.3848872184753418,0.4748186767101288,0.6727448105812073,479.0,122624.0,2881.8559374110773,7847936.0 +86.96,9.199999809265137,2783.0,0.007927235215902328,0.0948689803481102,0.0,1.8578600883483887,2.0899760723114014,-0.006662567611783743,0.0025652553886175156,0.30122673511505127,0.4521815776824951,0.6536695063114166,480.0,122880.0,2887.7434477580246,7864320.0 +104.05,9.0,2758.0,0.007019000593572855,0.0851236954331398,0.0,1.8799117803573608,2.0838887691497803,-0.0057470244355499744,0.002565959235653281,0.33230826258659363,0.45736417174339294,0.6481128633022308,481.0,123136.0,2893.683188603027,7880704.0 +93.67,9.100000381469727,2757.0,0.007959376089274883,0.0873006209731102,0.0,1.8389205932617188,2.0945980548858643,-0.007642183918505907,0.0025585193652659655,0.24521033465862274,0.4656437635421753,0.71031254529953,482.0,123392.0,2899.6249280578922,7897088.0 +92.26,8.800000190734863,2742.0,0.006342650856822729,0.0627644881606102,0.0,1.9176076650619507,2.0640275478363037,-0.006652212236076593,0.0025578918866813183,0.3878460228443146,0.4720313549041748,0.6471374332904816,483.0,123648.0,2905.599887592951,7913472.0 +78.11,9.5,2800.0,0.008623755536973476,0.1016845703125,0.0,1.8841139078140259,2.04606294631958,-0.006337360944598913,0.0025553014129400253,0.35169968008995056,0.4574115574359894,0.6039681434631348,484.0,123904.0,2911.4504656021018,7929856.0 +84.31,9.0,2775.0,0.0066963303834199905,0.0771891251206398,0.0,1.9789835214614868,2.066356658935547,-0.006465166341513395,0.002558943349868059,0.5292412638664246,0.4620203673839569,0.5881375074386597,485.0,124160.0,2917.353742920095,7946240.0 +72.84,8.699999809265137,2758.0,0.004396496340632439,0.0467529296875,0.0,2.0051462650299072,2.049893379211426,-0.0055577680468559265,0.0025571768637746572,0.6016147136688232,0.4518071115016937,0.5604340732097626,486.0,124416.0,2923.294738892,7962624.0 +79.74,8.600000381469727,2765.0,0.005575448274612427,0.0641072615981102,0.0,2.0002682209014893,2.065288782119751,-0.005068894475698471,0.0025645040441304445,0.5689581036567688,0.45925891399383545,0.5360314548015594,487.0,124672.0,2929.2202746549156,7979008.0 +81.63,8.699999809265137,2747.0,0.005929483566433191,0.06817626953125,0.0,1.9462136030197144,2.0784480571746826,-0.006817735265940428,0.0025541989598423243,0.48162713646888733,0.4559028446674347,0.5622665882110596,488.0,124928.0,2935.1832242531236,7995392.0 +84.38,8.800000190734863,2565.0,0.0048848707228899,0.0499064140021801,0.0,1.9776344299316406,2.100005626678467,-0.007235245779156685,0.002554896753281355,0.5364223122596741,0.4602104127407074,0.5682756900787354,489.0,125184.0,2941.5707902659196,8011776.0 +85.2,9.300000190734863,2768.0,0.006116411183029413,0.0729776993393898,0.0,1.8622870445251465,2.1045925617218018,-0.007920467294752598,0.0025531465653330088,0.31287285685539246,0.45824405550956726,0.5782454013824463,490.0,125440.0,2947.4908701248933,8028160.0 +95.23,9.0,2769.0,0.005286595318466425,0.0568644218146801,0.0,1.93941068649292,2.102811574935913,-0.004066815134137869,0.0025504743680357933,0.4391655921936035,0.4696853458881378,0.5504703223705292,491.0,125696.0,2953.4068841219414,8044544.0 +83.51,9.100000381469727,2794.0,0.0072142197750508785,0.0634765625,0.0,1.8744183778762817,2.075634241104126,-0.005543690174818039,0.002548032673075795,0.30625879764556885,0.47357285022735596,0.5999851822853088,492.0,125952.0,2959.2709455799777,8060928.0 +87.27,9.0,2829.0,0.0060149431228637695,0.0669148787856102,0.0,1.883366584777832,2.081782341003418,-0.006115008145570755,0.0025480615440756083,0.3505452871322632,0.46099579334259033,0.5768817663192749,493.0,126208.0,2965.062075895956,8077312.0 +81.79,9.100000381469727,2778.0,0.007030601147562265,0.0832316055893898,0.0,1.9042792320251465,2.0654244422912598,-0.005952946376055479,0.002547651529312134,0.3807564675807953,0.4666825532913208,0.5996061265468597,494.0,126464.0,2970.9604174289852,8093696.0 +88.31,9.399999618530273,2794.0,0.008769434876739979,0.10675048828125,0.0,1.8249406814575195,2.0281403064727783,-0.007032080087810755,0.0025462384801357985,0.22014008462429047,0.46906495094299316,0.6584632098674774,495.0,126720.0,2976.8245361458976,8110080.0 +67.09,9.300000190734863,2743.0,0.006381793413311243,0.0736083984375,0.0,1.9706507921218872,2.048130989074707,-0.004991565365344286,0.002549214521422982,0.48781919479370117,0.4776071608066559,0.5559273064136505,496.0,126976.0,2982.796928308904,8126464.0 +79.33,8.800000190734863,2707.0,0.005729135125875473,0.0587158203125,0.0,1.9648295640945435,2.06357741355896,-0.005369804333895445,0.00254883267916739,0.49048033356666565,0.47117874026298523,0.5273940861225128,497.0,127232.0,2988.8487957969774,8142848.0 +100.12,8.899999618530273,2744.0,0.006696419790387154,0.072265625,0.0,1.9546804428100586,2.0527875423431396,-0.006051233503967524,0.0025532294530421495,0.4790089428424835,0.4651402235031128,0.5460805296897888,498.0,127488.0,2994.820476356894,8159232.0 +91.78,8.899999618530273,2760.0,0.0050247651524841785,0.0539754219353199,0.0,1.9112144708633423,2.050886869430542,-0.005329877138137817,0.002552909078076482,0.39319169521331787,0.46400296688079834,0.5557006001472473,499.0,127744.0,3000.7564594061114,8175616.0 +84.6,9.699999809265137,2733.0,0.006105171516537666,0.0673624649643898,0.0,1.864425778388977,2.0481762886047363,-0.005454463418573141,0.00255074561573565,0.29894182085990906,0.46551820635795593,0.6218010187149048,500.0,128000.0,3006.7507483470254,8192000.0 +77.3,9.300000190734863,2790.0,0.006701232865452766,0.0755208358168602,0.0,1.8939576148986816,2.0052716732025146,-0.0056973411701619625,0.0025534406304359436,0.35407158732414246,0.4659515619277954,0.5425494909286499,501.0,128256.0,3012.627634160919,8208384.0 +72.71,9.399999618530273,2803.0,0.007734892424196005,0.09051513671875,0.0,1.8924798965454102,2.034975528717041,-0.008180776610970497,0.0025544387754052877,0.38234826922416687,0.45261678099632263,0.5112588405609131,502.0,128512.0,3018.4737498438917,8224768.0 +75.52,8.699999809265137,2752.0,0.009247108362615108,0.1088053360581398,0.0,1.9798780679702759,2.0260136127471924,-0.005535973701626062,0.0025493998546153307,0.5371540188789368,0.46239733695983887,0.5352110266685486,503.0,128768.0,3024.427301299991,8241152.0 +80.07,8.699999809265137,2800.0,0.008091134019196033,0.09429931640625,0.0,1.9283504486083984,2.045698881149292,-0.007890735752880573,0.0025518122129142284,0.437542587518692,0.46202054619789124,0.5320418477058411,504.0,129024.0,3030.2783888080157,8257536.0 +73.51,8.800000190734863,2803.0,0.007835492491722107,0.0924479141831398,0.0,1.9578367471694946,2.061157464981079,-0.006457492243498564,0.0025624081026762724,0.4888114035129547,0.4592963457107544,0.4998078942298889,505.0,129280.0,3036.1237927170005,8273920.0 +92.46,9.0,2835.0,0.009435637854039669,0.1027425155043602,0.0,1.9132012128829956,2.039207696914673,-0.0074995397590100765,0.0025694924406707287,0.3876078426837921,0.4625427722930908,0.5389648079872131,506.0,129536.0,3041.902859143913,8290304.0 +70.48,9.100000381469727,2781.0,0.006516414228826761,0.0771687850356102,0.0,1.9240822792053223,2.0259954929351807,-0.006707438733428717,0.0025651566684246063,0.44113290309906006,0.44790494441986084,0.5056018233299255,507.0,129792.0,3047.793804531917,8306688.0 +84.27,9.0,2802.0,0.008838563226163387,0.0958455428481102,0.0,1.9143227338790894,1.9878463745117188,-0.007783576846122742,0.0025622991379350424,0.38944271206855774,0.4661138951778412,0.5001918375492096,508.0,130048.0,3053.6416981660295,8323072.0 +77.91,8.899999618530273,2787.0,0.009427214972674847,0.1195271834731102,0.0,1.9073835611343384,1.9940346479415894,-0.005256806965917349,0.0025515202432870865,0.382364422082901,0.46563827991485596,0.5917434394359589,509.0,130304.0,3059.5210376959294,8339456.0 +82.96,9.199999809265137,2715.0,0.007302913814783096,0.085205078125,0.0,1.8806896209716797,2.006979465484619,-0.008115638047456741,0.0025521183852106333,0.34121939539909363,0.462206095457077,0.6255519092082977,510.0,130560.0,3065.5557815630455,8355840.0 +76.41,9.100000381469727,2696.0,0.008969410322606564,0.1122029647231102,0.0,1.9544445276260376,2.00337815284729,-0.00643389904871583,0.0025537617038935423,0.49084779620170593,0.45860782265663147,0.5839979648590088,511.0,130816.0,3071.631577763008,8372224.0 +72.97,9.399999618530273,2786.0,0.008147214539349079,0.0990193709731102,0.0,1.8843361139297485,2.0204286575317383,-0.007874892093241215,0.00254664639942348,0.3576505184173584,0.4602668583393097,0.6447370946407318,512.0,131072.0,3077.5132231470197,8388608.0 +73.37,9.0,2777.0,0.006758103612810373,0.0588175468146801,0.0,1.9373345375061035,2.0141727924346924,-0.006053869146853685,0.0025513290893286467,0.4427286386489868,0.46650123596191406,0.6027639806270599,513.0,131328.0,3083.4128870780114,8404992.0 +71.6,9.0,2772.0,0.00557714281603694,0.0613606758415699,0.0,1.9336357116699219,1.9691663980484009,-0.007845996879041195,0.002546661999076605,0.4566502571105957,0.4595172107219696,0.5741696655750275,514.0,131584.0,3089.3231167299673,8421376.0 +71.21,9.0,2768.0,0.0071196830831468105,0.0795084610581398,0.0,1.9758543968200684,1.9978045225143433,-0.007766667753458023,0.0025489237159490585,0.5320603251457214,0.4631071388721466,0.5852235555648804,515.0,131840.0,3095.241459409008,8437760.0 +84.07,9.199999809265137,2807.0,0.007890162989497185,0.1011149063706398,0.0,1.969997525215149,2.0244247913360596,-0.007781249936670065,0.002547068055719137,0.5133998990058899,0.46778929233551025,0.5530491173267365,516.0,132096.0,3101.0778363880236,8454144.0 +76.43,8.800000190734863,2782.0,0.0062591019086539745,0.07159423828125,0.0,2.0077412128448486,2.0436880588531494,-0.006748404819518328,0.0025477143935859203,0.5791066884994507,0.47151604294776917,0.5687941312789917,517.0,132352.0,3106.9663764459547,8470528.0 +87.59,8.800000190734863,2764.0,0.007075735833495855,0.06500244140625,0.0,1.9228235483169556,2.0497219562530518,-0.006472624838352203,0.002547853859141469,0.40908995270729065,0.4713214933872223,0.6134168803691864,518.0,132608.0,3112.894840661902,8486912.0 +105.49,8.899999618530273,2770.0,0.008962118998169899,0.110107421875,0.0,1.8832073211669922,2.040339946746826,-0.006408728659152985,0.0025527209509164095,0.3290521204471588,0.4691329300403595,0.6613483726978302,519.0,132864.0,3118.8106207090896,8503296.0 +98.2,8.800000190734863,2747.0,0.007053352426737547,0.0818684920668602,0.0,1.9548969268798828,2.0457217693328857,-0.005402751732617617,0.00255301920697093,0.47285398840904236,0.4678206741809845,0.6134810745716095,520.0,133120.0,3124.774624594953,8519680.0 +76.85,8.800000190734863,2789.0,0.005278642755001783,0.0549112968146801,0.0,1.9446629285812378,2.024083375930786,-0.007057046517729759,0.002546764211729169,0.4709252119064331,0.463116317987442,0.5842220485210419,521.0,133376.0,3130.6481922520325,8536064.0 +92.89,8.600000381469727,2842.0,0.008760208263993263,0.1086018905043602,0.0,1.9377856254577637,2.0685722827911377,-0.0054923719726502895,0.002549068070948124,0.458109050989151,0.46037521958351135,0.5270340442657471,522.0,133632.0,3136.4126774759497,8552448.0 +74.93,9.300000190734863,2817.0,0.008733178488910198,0.1066080704331398,0.0,1.9459972381591797,2.0882415771484375,-0.008932098746299744,0.002545692026615143,0.48099684715270996,0.4624674320220947,0.5530724823474884,523.0,133888.0,3142.2289357979316,8568832.0 +101.43,9.0,2839.0,0.007664099335670471,0.0933431014418602,0.0,1.9269510507583618,2.072713613510132,-0.0076641845516860485,0.0025557430926710367,0.3924117386341095,0.4812649190425873,0.6253412365913391,524.0,134144.0,3147.9995978570078,8585216.0 +88.75,9.100000381469727,2777.0,0.008534782566130161,0.10308837890625,0.0,1.8849431276321411,2.0832836627960205,-0.008165705017745495,0.0025474491994827986,0.3737008273601532,0.45336678624153137,0.6138499081134796,525.0,134400.0,3153.8986869449727,8601600.0 +88.95,9.300000190734863,2714.0,0.007603513542562723,0.0956624373793602,0.0,1.8418384790420532,2.1198723316192627,-0.007378871086984873,0.002544622402638197,0.25588536262512207,0.4701620042324066,0.7110655605792999,526.0,134656.0,3159.934934264049,8617984.0 +91.7,9.0,2715.0,0.009254072792828083,0.1051839217543602,0.0,1.8845516443252563,2.0965394973754883,-0.00880366563796997,0.002544121351093054,0.3249821066856384,0.47976887226104736,0.6879097819328308,527.0,134912.0,3165.9681880620774,8634368.0 +87.22,9.399999618530273,2767.0,0.012790185399353504,0.1260579377412796,0.0,1.9080896377563477,2.078043222427368,-0.008355173282325268,0.0025432624388486147,0.37801313400268555,0.4765875041484833,0.6133293509483337,528.0,135168.0,3171.8901059899945,8650752.0 +98.08,9.100000381469727,2746.0,0.014473102055490017,0.0999552384018898,0.0,1.8880559206008911,2.0837743282318115,-0.007560690399259329,0.002560570603236556,0.3283056914806366,0.47201645374298096,0.6666339039802551,529.0,135424.0,3177.8558546029963,8667136.0 +93.54,9.0,2741.0,0.007215578109025955,0.0742594376206398,0.0,1.934441089630127,2.0774736404418945,-0.006566143129020929,0.0025490138214081526,0.4197268784046173,0.47741153836250305,0.6091044843196869,530.0,135680.0,3183.8338351659477,8683520.0 +77.81,9.100000381469727,2735.0,0.009206828661262989,0.08551025390625,0.0,1.9070221185684204,2.0302555561065674,-0.006349535193294287,0.002546141855418682,0.37877699732780457,0.47121474146842957,0.646537184715271,531.0,135936.0,3189.823698275024,8699904.0 +104.0,8.100000381469727,2786.0,0.00955465529114008,0.0970255509018898,0.0,2.0020029544830322,2.018237829208374,-0.008128865621984005,0.0025511758867651224,0.5661810636520386,0.4716353118419647,0.562743604183197,532.0,136192.0,3195.704678137088,8716288.0 +73.45,9.100000381469727,2787.0,0.007795022334903479,0.09814453125,0.0,1.8917369842529297,2.0371086597442627,-0.007645361591130495,0.002547559794038534,0.35848018527030945,0.4667333662509918,0.6652448773384094,533.0,136448.0,3201.582553005079,8732672.0 +80.06,9.100000381469727,2751.0,0.006575922016054392,0.0745646134018898,0.0,1.8987302780151367,2.0710480213165283,-0.007219413295388222,0.0025482873897999525,0.3488316535949707,0.47810086607933044,0.710235208272934,534.0,136704.0,3207.5390220431145,8749056.0 +102.26,8.699999809265137,2694.0,0.013007055968046188,0.10821533203125,0.0,1.9243292808532715,2.041167974472046,-0.008630196563899517,0.0025497027672827244,0.41339895129203796,0.4718203842639923,0.6800771951675415,535.0,136960.0,3213.620364303002,8765440.0 +73.13,9.0,2803.0,0.007912520319223404,0.0906168594956398,0.0,1.929681658744812,2.0311779975891113,-0.00895662046968937,0.0025399564765393734,0.43278074264526367,0.47258150577545166,0.6321365833282471,536.0,137216.0,3219.4664142350666,8781824.0 +106.04,9.199999809265137,2782.0,0.01015440933406353,0.11834716796875,0.0,1.867341160774231,2.063260316848755,-0.008784069679677486,0.002544676885008812,0.27619466185569763,0.48632189631462097,0.7426444292068481,537.0,137472.0,3225.3560733511113,8798208.0 +89.89,9.100000381469727,2772.0,0.006289318203926086,0.0709635391831398,0.0,1.9061864614486694,2.028034210205078,-0.005202335771173239,0.00254373368807137,0.3839188516139984,0.4678427278995514,0.6862311363220215,538.0,137728.0,3231.266576282913,8814592.0 +86.26,9.300000190734863,2720.0,0.007713792379945517,0.0971476212143898,0.0,1.9043539762496948,2.0471351146698,-0.00754317594692111,0.002548094606027007,0.36920079588890076,0.4737204611301422,0.6347827613353729,539.0,137984.0,3237.2901442518923,8830976.0 +104.38,9.0,2807.0,0.00782554131001234,0.09393310546875,0.0,1.8903522491455078,2.0494136810302734,-0.00698598800227046,0.0025457055307924747,0.3266904056072235,0.48163434863090515,0.6669543087482452,540.0,138240.0,3243.12788674701,8847360.0 +94.29,8.800000190734863,2774.0,0.008237871341407299,0.0846761092543602,0.0,1.9189906120300293,2.063493490219116,-0.009506378322839737,0.002554887207224965,0.40022942423820496,0.47157347202301025,0.6048880815505981,541.0,138496.0,3249.0350661990233,8863744.0 +103.5,8.699999809265137,2774.0,0.006680523976683617,0.0770670548081398,0.0,1.9535655975341797,2.07904314994812,-0.008218316361308098,0.0025592229794710875,0.43319594860076904,0.4863649904727936,0.637336939573288,542.0,138752.0,3254.941325512016,8880128.0 +100.6,9.300000190734863,2779.0,0.009105093777179718,0.1144205704331398,0.0,1.855535864830017,2.087057113647461,-0.008639783598482609,0.002558368258178234,0.25889885425567627,0.4764128029346466,0.7046684920787811,543.0,139008.0,3260.8357710500713,8896512.0 +97.59,9.100000381469727,2767.0,0.009236312471330166,0.11407470703125,0.0,1.8923468589782715,2.0866024494171143,-0.010915777646005154,0.0025627780705690384,0.3324434757232666,0.47651803493499756,0.6492603123188019,544.0,139264.0,3266.756131787086,8912896.0 +87.54,8.899999618530273,2701.0,0.009445044212043285,0.1020304337143898,0.0,1.8790311813354492,2.017219066619873,-0.008464490994811058,0.0025487092789262533,0.326131135225296,0.4702474772930145,0.6414930820465088,545.0,139520.0,3272.82309802901,8929280.0 +122.79,8.199999809265137,2678.0,0.007912068627774715,0.10150146484375,0.0,2.003441333770752,2.0505173206329346,-0.00988000724464655,0.002563684480264783,0.5574193596839905,0.4732747972011566,0.5502838492393494,546.0,139776.0,3278.9415637310594,8945664.0 +84.5,9.399999618530273,2718.0,0.009100915864109993,0.1026407852768898,0.0,1.8986698389053345,2.010401725769043,-0.009544743224978447,0.002560072112828493,0.36838600039482117,0.46408963203430176,0.6108725070953369,547.0,140032.0,3284.969800608,8962048.0 +84.88,9.199999809265137,2670.0,0.008061462081968784,0.10009765625,0.0,1.9205917119979858,2.0311384201049805,-0.008482013829052448,0.0025512969586998224,0.3993717432022095,0.4740506410598755,0.6164999306201935,548.0,140288.0,3291.1052633600775,8978432.0 +100.8,8.899999618530273,2674.0,0.0063570705242455006,0.0763956680893898,0.0,1.9375156164169312,2.0785257816314697,-0.006129999179393053,0.0025664540007710457,0.3983645737171173,0.48202207684516907,0.5933193564414978,549.0,140544.0,3297.2314421879128,8994816.0 +76.19,8.600000381469727,2756.0,0.006655604112893343,0.0714314803481102,0.0,1.943907618522644,2.076868772506714,-0.007528107147663832,0.002543062437325716,0.4553188383579254,0.47301387786865234,0.5766457617282867,550.0,140800.0,3303.176495989086,9011200.0 +112.72,9.0,2778.0,0.008589073084294796,0.0918375626206398,0.0,1.8626179695129395,2.0841548442840576,-0.0067674387246370316,0.0025511591229587793,0.2823171317577362,0.47348856925964355,0.6701578497886658,551.0,141056.0,3309.073708509095,9027584.0 +112.61,8.899999618530273,2741.0,0.009473088197410107,0.1070353165268898,0.0,1.9359158277511597,2.089749336242676,-0.005878098774701357,0.0025429704692214727,0.4031461477279663,0.48963308334350586,0.6398351788520813,552.0,141312.0,3315.0516374039,9043968.0 +91.49,9.300000190734863,2770.0,0.009618662297725677,0.0828653946518898,0.0,1.884467601776123,2.0775949954986572,-0.006190342362970114,0.002547359559684992,0.2995428740978241,0.48798272013664246,0.6664263010025024,553.0,141568.0,3320.9672019900754,9060352.0 +91.77,8.600000381469727,2754.0,0.006836668122559786,0.07843017578125,0.0,1.9492052793502808,2.109412431716919,-0.005415948573499918,0.0025663545820862055,0.4025575816631317,0.49125921726226807,0.6395473480224609,554.0,141824.0,3326.9153433030006,9076736.0 +130.41,8.699999809265137,2771.0,0.01065223291516304,0.0646565780043602,0.0,1.969930648803711,2.101940870285034,-0.005922542419284582,0.002563586924225092,0.4427405893802643,0.4937088191509247,0.6150069534778595,555.0,142080.0,3332.828384591965,9093120.0 +124.13,9.399999618530273,2773.0,0.007167490664869547,0.0733846053481102,0.0,1.8658080101013184,2.0851776599884033,-0.008468995802104473,0.002566868206486106,0.2581637501716614,0.4826129674911499,0.7381617724895477,556.0,142336.0,3338.7374921089504,9109504.0 +110.71,9.100000381469727,2777.0,0.006579827982932329,0.0754598006606102,0.0,1.8876608610153198,2.080315351486206,-0.006707461550831795,0.0025586101692169905,0.29542917013168335,0.4881514310836792,0.6951133608818054,557.0,142592.0,3344.63750852691,9125888.0 +95.83,8.800000190734863,2709.0,0.0070585510693490505,0.0806681290268898,0.0,1.9071416854858398,2.0666301250457764,-0.007608562707901001,0.002567489631474018,0.32555922865867615,0.4888922870159149,0.6702152192592621,558.0,142848.0,3350.6863574259914,9142272.0 +97.79,9.300000190734863,2672.0,0.012710693292319775,0.12005615234375,0.0,1.8784641027450562,2.012075185775757,-0.006709011271595955,0.002544562565162778,0.30103933811187744,0.48249268531799316,0.6538927853107452,559.0,143104.0,3356.819120126078,9158656.0 +91.57,8.600000381469727,2775.0,0.00788728054612875,0.08697509765625,0.0,1.9984416961669922,2.030661106109619,-0.006509524304419756,0.00255524436943233,0.5186203718185425,0.4883256256580353,0.6003938615322113,560.0,143360.0,3362.723166537937,9175040.0 +81.17,8.699999809265137,2765.0,0.0060141128487885,0.06719970703125,0.0,1.9472659826278687,2.0373246669769287,-0.008122123777866364,0.0025432331021875143,0.42983779311180115,0.48922547698020935,0.6319407224655151,561.0,143616.0,3368.648551617982,9191424.0 +100.83,8.800000190734863,2785.0,0.005155995022505522,0.055908203125,0.0,1.9130009412765503,2.039808750152588,-0.007391305174678564,0.0025495749432593584,0.3764076232910156,0.4777989089488983,0.623930960893631,562.0,143872.0,3374.530928373104,9207808.0 +92.46,9.100000381469727,2801.0,0.007962534204125404,0.0954996719956398,0.0,1.9039263725280762,2.0074241161346436,-0.009442310780286789,0.002536626998335123,0.374889612197876,0.4776843786239624,0.658401608467102,563.0,144128.0,3380.3804927610327,9224192.0 +92.22,9.0,2774.0,0.008117692545056343,0.08587646484375,0.0,1.9120553731918335,2.026745557785034,-0.006997250020503998,0.0025387501809746027,0.3769707679748535,0.48145973682403564,0.6235144138336182,564.0,144384.0,3386.286337323021,9240576.0 +97.12,9.100000381469727,2750.0,0.007046796847134829,0.0712076798081398,0.0,1.9474934339523315,2.028473138809204,-0.006813469808548689,0.002548034070059657,0.4308255910873413,0.48516181111335754,0.5996706485748291,565.0,144640.0,3392.24460523203,9256960.0 +89.47,9.100000381469727,2786.0,0.005511104594916105,0.0601806640625,0.0,1.9173392057418823,2.0060503482818604,-0.007144734729081392,0.0025416784919798374,0.3834697902202606,0.4819702208042145,0.6527768075466156,566.0,144896.0,3398.1251195559744,9273344.0 +83.22,9.0,2793.0,0.005805235356092453,0.05804443359375,0.0,1.8971039056777954,1.9989598989486694,-0.006838691886514425,0.0025452624540776014,0.36394524574279785,0.46932801604270935,0.6294475197792053,567.0,145152.0,3403.9913628709037,9289728.0 +66.35,8.600000381469727,2763.0,0.006239334587007761,0.0714111328125,0.0,2.005070447921753,2.027313232421875,-0.006133056711405516,0.002548176096752286,0.5462918877601624,0.48424243927001953,0.563431054353714,568.0,145408.0,3409.9203643980436,9306112.0 +93.2,8.899999618530273,2770.0,0.005919110029935837,0.0669759139418602,0.0,1.966126799583435,2.0399599075317383,-0.007455680053681135,0.0025498794857412577,0.4719561040401459,0.4830646216869354,0.6122037172317505,569.0,145664.0,3415.8345327670686,9322496.0 +99.15,9.0,2698.0,0.008842209354043007,0.08514404296875,0.0,1.9191522598266602,2.019080400466919,-0.00809789914637804,0.002561295637860894,0.3503265082836151,0.491629958152771,0.6720976233482361,570.0,145920.0,3421.9060760119464,9338880.0 +106.76,8.800000190734863,2719.0,0.010130762122571468,0.1153564453125,0.0,1.892890453338623,2.013385534286499,-0.008311305195093155,0.0025586325209587812,0.325613796710968,0.4792122542858124,0.703315258026123,571.0,146176.0,3427.9320923830383,9355264.0 +110.68,9.100000381469727,2721.0,0.007750263437628746,0.0847574844956398,0.0,1.9134572744369507,1.9876629114151,-0.0073217651806771755,0.002552540274336934,0.36926841735839844,0.479751318693161,0.6649391651153564,572.0,146432.0,3433.9532942080405,9371648.0 +89.07,9.100000381469727,2739.0,0.007364405784755945,0.0769856795668602,0.0,1.9600061178207397,2.003619432449341,-0.00954855140298605,0.002562724519520998,0.42674240469932556,0.4948570430278778,0.6575756669044495,573.0,146688.0,3439.9343115279917,9388032.0 +104.65,8.600000381469727,2744.0,0.0065016355365514755,0.0718180313706398,0.0,1.8998064994812012,2.0684406757354736,-0.007681507151573896,0.0025681473780423403,0.3144996464252472,0.486848920583725,0.7296136915683746,574.0,146944.0,3445.903932696907,9404416.0 +98.25,8.699999809265137,2737.0,0.009602111764252186,0.0993855819106102,0.0,1.926906704902649,2.0562565326690674,-0.00928250327706337,0.0025568304117769003,0.38734757900238037,0.48466286063194275,0.6728970408439636,575.0,147200.0,3451.8894205780234,9420800.0 +110.32,8.899999618530273,2791.0,0.009290571324527264,0.1007283553481102,0.0,1.924503207206726,2.0218722820281982,-0.009028573520481586,0.0025469171814620495,0.39385858178138733,0.48336267471313477,0.6837244629859924,576.0,147456.0,3457.7592979839537,9437184.0 +89.92,9.399999618530273,2727.0,0.0077194944024086,0.0845743790268898,0.0,1.8968621492385864,2.0023491382598877,-0.006888384465128183,0.0025420349556952715,0.371806263923645,0.4668535888195038,0.7156854867935181,577.0,147712.0,3463.7673652831,9453568.0 +102.61,9.100000381469727,2712.0,0.00933019444346428,0.1151326522231102,0.0,1.9306678771972656,2.0150985717773438,-0.00856003724038601,0.0025424279738217592,0.4286676347255707,0.47383126616477966,0.665467232465744,578.0,147968.0,3469.8080209319014,9469952.0 +97.89,9.199999809265137,2699.0,0.007561665028333664,0.0880126953125,0.0,1.8614128828048706,2.0023679733276367,-0.008038266561925411,0.0025554378516972065,0.2501738369464874,0.4866689443588257,0.7657674849033356,579.0,148224.0,3475.8785652169026,9486336.0 +111.29,9.199999809265137,2707.0,0.010636549443006516,0.1208902969956398,0.0,1.8881620168685913,2.0118885040283203,-0.004387761000543833,0.002572565106675029,0.2779017984867096,0.4874352514743805,0.7435891926288605,580.0,148480.0,3481.9305948340334,9502720.0 +95.22,9.0,2758.0,0.008349895477294922,0.0988362655043602,0.0,1.8866184949874878,2.0035126209259033,-0.006831644102931023,0.0025525225792080164,0.31259769201278687,0.4809247553348541,0.7408232986927032,581.0,148736.0,3487.8716932940297,9519104.0 +109.73,8.800000190734863,2785.0,0.007040330674499273,0.0809326171875,0.0,1.9664109945297241,2.0256850719451904,-0.006227014120668173,0.0025643010158091784,0.45628058910369873,0.48260411620140076,0.6256394386291504,582.0,148992.0,3493.7558911719825,9535488.0 +101.53,9.199999809265137,2753.0,0.005286760162562132,0.0549723319709301,0.0,1.9095579385757446,2.041315793991089,-0.006287663709372282,0.002565555041655898,0.34113022685050964,0.4829162061214447,0.7071312367916107,583.0,149248.0,3499.707403474953,9551872.0 +95.7,9.300000190734863,2787.0,0.00640382245182991,0.0692952498793602,0.0,1.896388053894043,2.0341382026672363,-0.006456352770328522,0.0025467153172940016,0.3383897840976715,0.4806329905986786,0.7327789962291718,584.0,149504.0,3505.586604611017,9568256.0 +105.21,8.699999809265137,2779.0,0.006323892157524824,0.0721639022231102,0.0,1.9379676580429077,2.0294623374938965,-0.006966877728700638,0.002551650395616889,0.42427101731300354,0.47726866602897644,0.6614030599594116,585.0,149760.0,3511.4819622009527,9584640.0 +102.72,9.100000381469727,2767.0,0.007154960185289383,0.0816853865981102,0.0,1.9234281778335571,2.0258848667144775,-0.007220480591058731,0.0025608681607991457,0.3712526559829712,0.48484718799591064,0.6348809599876404,586.0,150016.0,3517.403180387104,9601024.0 +109.3,8.800000190734863,2719.0,0.007800551131367683,0.0878092423081398,0.0,1.9042787551879883,2.0228850841522217,-0.006989363115280867,0.002546387491747737,0.38535889983177185,0.4656239449977875,0.6656486988067627,587.0,150272.0,3523.4289087189827,9617408.0 +104.69,8.5,2661.0,0.010045932605862617,0.1166178360581398,0.0,1.9349173307418823,2.01541805267334,-0.005981525406241417,0.0025520320050418377,0.4177730977535248,0.4761503040790558,0.6249583959579468,588.0,150528.0,3529.5850102799013,9633792.0 +101.6,8.800000190734863,2705.0,0.0085601219907403,0.10565185546875,0.0,1.9190082550048828,1.9952473640441895,-0.008505541831254959,0.0025407762732356787,0.4166961908340454,0.4687299430370331,0.633603572845459,589.0,150784.0,3535.642631330993,9650176.0 +85.8,9.199999809265137,2751.0,0.011025387793779373,0.1026204451918602,0.0,1.8615021705627441,2.0084078311920166,-0.009135345928370953,0.002543939044699073,0.28740373253822327,0.47505006194114685,0.6992447674274445,590.0,151040.0,3541.598751876969,9666560.0 +102.3,9.300000190734863,2792.0,0.007135998457670212,0.0770263671875,0.0,1.8841480016708374,1.9986282587051392,-0.008428332395851612,0.002552228746935725,0.3270758390426636,0.4729103744029999,0.6819508671760559,591.0,151296.0,3547.4663206930272,9682944.0 +120.8,9.300000190734863,2747.0,0.009451053105294704,0.1060384139418602,0.0,1.8789564371109009,2.0484890937805176,-0.009824134409427643,0.0025645033456385136,0.2908781170845032,0.4815744459629059,0.6723844110965729,592.0,151552.0,3553.431690467987,9699328.0 +132.85,8.300000190734863,2641.0,0.006781980860978365,0.0750325545668602,0.0,1.994942307472229,2.036710262298584,-0.005826788488775492,0.0025782836601138115,0.49666595458984375,0.48366156220436096,0.6211768984794617,593.0,151808.0,3559.6361332149245,9715712.0 +104.93,9.0,2721.0,0.00826300773769617,0.08782958984375,0.0,1.9043306112289429,2.078354597091675,-0.006942331325262785,0.0025603664107620716,0.3292287290096283,0.4872587025165558,0.7143824100494385,594.0,152064.0,3565.65720551298,9732096.0 +138.84,8.100000381469727,2765.0,0.0065717208199203014,0.0762125626206398,0.0,1.946913719177246,2.0626606941223145,-0.007078651338815689,0.002557768952101469,0.4045381247997284,0.4934651851654053,0.6837809681892395,595.0,152320.0,3571.5831737921108,9748480.0 +133.81,9.399999618530273,2741.0,0.01128404214978218,0.1409912109375,0.0,1.8255515098571777,2.057053804397583,-0.009126192890107632,0.0025669706519693136,0.17508232593536377,0.48422184586524963,0.7904393672943115,596.0,152576.0,3577.560448375065,9764864.0 +124.32,8.300000190734863,2810.0,0.00595797598361969,0.0556640625,0.0,1.929573893547058,2.071373701095581,-0.006602141540497541,0.002565237460657954,0.4062155485153198,0.471163272857666,0.6676112711429596,597.0,152832.0,3583.390155984089,9781248.0 +119.27,9.300000190734863,2716.0,0.00947010051459074,0.1004638671875,0.0,1.8777503967285156,2.058340311050415,-0.008342591114342213,0.002562338951975107,0.28937774896621704,0.4808178246021271,0.7104769647121429,598.0,153088.0,3589.4225405938923,9797632.0 +158.88,8.300000190734863,2743.0,0.009072357788681984,0.09503173828125,0.0,1.9298291206359863,2.070697546005249,-0.007706202566623688,0.002578127896413207,0.37426236271858215,0.4820472300052643,0.6726911664009094,599.0,153344.0,3595.3953094189055,9814016.0 +107.16,8.899999618530273,2789.0,0.008659175597131252,0.1048583984375,0.0,1.9076509475708008,2.054441213607788,-0.007169450167566538,0.0025835793931037188,0.33447518944740295,0.47633758187294006,0.698637843132019,600.0,153600.0,3601.2690508330707,9830400.0 +102.09,9.100000381469727,2753.0,0.008396417833864689,0.0990193709731102,0.0,1.8549195528030396,2.149247884750366,-0.008198806084692478,0.002588195027783513,0.22014784812927246,0.48043957352638245,0.7716399729251862,601.0,153856.0,3607.2199211150873,9846784.0 +148.83,8.399999618530273,2773.0,0.008915024809539318,0.1144205704331398,0.0,1.92520272731781,2.1611526012420654,-0.008610431104898453,0.0025844580959528685,0.3434832990169525,0.4914540946483612,0.6870482563972473,602.0,154112.0,3613.1275950251147,9863168.0 +192.39,7.900000095367432,2796.0,0.00857947301119566,0.1112060546875,0.0,1.98173987865448,2.0664498805999756,-0.0059408689849078655,0.0025561796501278877,0.4816698133945465,0.4894207715988159,0.6612050235271454,603.0,154368.0,3618.9867479780223,9879552.0 +103.7,8.800000190734863,2816.0,0.007365884725004435,0.0924275740981102,0.0,1.969917893409729,1.986838459968567,-0.007967351004481316,0.0025486405938863754,0.5090735554695129,0.46889665722846985,0.6060329079627991,604.0,154624.0,3624.8057818789966,9895936.0 +74.39,9.300000190734863,2784.0,0.011928643099963665,0.1030069962143898,0.0,1.89911687374115,1.9710923433303833,-0.007809335831552744,0.0025340558495372534,0.3757723271846771,0.47172296047210693,0.684746503829956,605.0,154880.0,3630.6904474969488,9912320.0 +100.11,8.800000190734863,2825.0,0.00743562588468194,0.0921834334731102,0.0,1.9605928659439087,1.9549707174301147,-0.007526785600930452,0.0025359652936458588,0.4867269992828369,0.4763230085372925,0.6689509451389313,606.0,155136.0,3636.4907348901033,9928704.0 +79.23,9.0,2716.0,0.008655915036797523,0.1080525740981102,0.0,1.8697766065597534,1.9803003072738647,-0.008225946687161922,0.002534142229706049,0.33027884364128113,0.46559491753578186,0.7036619484424591,607.0,155392.0,3642.5217590529937,9945088.0 +91.46,9.199999809265137,2766.0,0.008143184706568718,0.097412109375,0.0,1.8864384889602661,1.984627366065979,-0.01019170880317688,0.002552359364926815,0.33202478289604187,0.474284291267395,0.6801770627498627,608.0,155648.0,3648.4459824441,9961472.0 +89.86,8.800000190734863,2832.0,0.006530533079057932,0.0674235001206398,0.0,1.946940302848816,1.9626199007034302,-0.00947541929781437,0.002548658987507224,0.46771225333213806,0.4678560793399811,0.6162785291671753,609.0,155904.0,3654.23180078296,9977856.0 +69.99,9.100000381469727,2819.0,0.008631543256342411,0.0990804061293602,0.0,1.9544445276260376,1.9758094549179077,-0.008497493341565132,0.002553150989115238,0.45531603693962097,0.4784667193889618,0.6298958957195282,610.0,156160.0,3660.04285568092,9994240.0 +102.51,8.800000190734863,2718.0,0.008749053813517094,0.0969645157456398,0.0,1.9125405550003052,1.9701733589172363,-0.007893071509897709,0.0025467444211244583,0.40114784240722656,0.4661891758441925,0.6376648843288422,611.0,156416.0,3666.0700574659277,10010624.0 +81.58,8.899999618530273,2688.0,0.008366409689188004,0.0717976912856102,0.0,1.9266873598098755,1.9633431434631348,-0.008240824565291405,0.002538560191169381,0.4310729503631592,0.46974530816078186,0.6342161297798157,612.0,156672.0,3672.1651976229623,10027008.0 +98.49,8.399999618530273,2760.0,0.008668345399200916,0.0917154923081398,0.0,1.9860434532165527,1.9416700601577759,-0.00638812780380249,0.002545647555962205,0.5236755013465881,0.47718679904937744,0.5686647593975067,613.0,156928.0,3678.102010342991,10043392.0 +89.15,8.800000190734863,2825.0,0.008310943841934204,0.0890096053481102,0.0,1.9379867315292358,1.9497936964035034,-0.007256986573338509,0.0025430715177208185,0.4548952281475067,0.46575799584388733,0.6109653413295746,614.0,157184.0,3683.901736950036,10059776.0 +72.07,9.100000381469727,2793.0,0.00881845410913229,0.100341796875,0.0,1.9409165382385254,1.9485598802566528,-0.008107127621769905,0.0025332141667604446,0.4554043114185333,0.47420039772987366,0.6543476283550262,615.0,157440.0,3689.768614691915,10076160.0 +86.27,9.100000381469727,2777.0,0.008051972836256027,0.086669921875,0.0,1.8614444732666016,1.9684995412826538,-0.0070008705370128155,0.002540968358516693,0.30206072330474854,0.4666156768798828,0.7193329036235809,616.0,157696.0,3695.6683767270297,10092544.0 +80.8,8.600000381469727,2824.0,0.005789086688309908,0.0585734061896801,0.0,2.0115528106689453,1.9581912755966187,-0.005901590455323458,0.0025263705756515265,0.5882135033607483,0.47974440455436707,0.6174416542053223,617.0,157952.0,3701.469260934973,10108928.0 +102.04,8.800000190734863,2803.0,0.005919221322983503,0.06109619140625,0.0,1.9610275030136108,1.9119447469711304,-0.006608004216104746,0.002532190177589655,0.5056758522987366,0.46782195568084717,0.6228683292865753,618.0,158208.0,3707.3131864711177,10125312.0 +81.73,8.699999809265137,2784.0,0.006926349829882383,0.080078125,0.0,1.941382884979248,1.936764121055603,-0.008177008479833603,0.002542833099141717,0.4405476748943329,0.4772370159626007,0.6368294656276703,619.0,158464.0,3713.198367628036,10141696.0 +70.93,8.300000190734863,2794.0,0.005152118392288685,0.0549723319709301,0.0,2.0034067630767822,1.9459260702133179,-0.007163731846958399,0.002532325917854905,0.5955607891082764,0.4660867154598236,0.6118534207344055,620.0,158720.0,3719.0637767170556,10158080.0 +77.95,9.0,2828.0,0.006158410105854273,0.0718587264418602,0.0,1.9393812417984009,1.9683722257614136,-0.007132657337933779,0.0025194252375513315,0.47664734721183777,0.46816113591194153,0.6469460427761078,621.0,158976.0,3724.857250954956,10174464.0 +87.87,8.5,2805.0,0.0045374068431556225,0.0464884452521801,0.0,1.9171242713928223,1.974976658821106,-0.0065578133799135685,0.002527996664866805,0.40484389662742615,0.4770113229751587,0.6660948097705841,622.0,159232.0,3730.697403425118,10190848.0 +97.64,9.100000381469727,2730.0,0.0053999461233615875,0.0613606758415699,0.0,1.9253555536270142,1.9403715133666992,-0.007529029622673988,0.0025290928315371275,0.4125162363052368,0.48148372769355774,0.6304628849029541,623.0,159488.0,3736.6988848000765,10207232.0 +96.26,8.699999809265137,2580.0,0.007740102708339691,0.0849202498793602,0.0,1.9527643918991089,1.9488295316696167,-0.008384124375879765,0.0025277927052229643,0.45785877108573914,0.487810879945755,0.6129167377948761,624.0,159744.0,3743.049492706079,10223616.0 +119.59,8.800000190734863,2676.0,0.006254903506487608,0.0722859725356102,0.0,1.9599223136901855,1.9809761047363281,-0.005552321672439575,0.002543887821957469,0.4632757604122162,0.4817025363445282,0.6247654855251312,625.0,160000.0,3749.1729585770518,10240000.0 +78.06,9.0,2711.0,0.007739882450550795,0.08123779296875,0.0,1.9047064781188965,1.9562182426452637,-0.0085934242233634,0.002528588520362973,0.379712849855423,0.4787115752696991,0.665241926908493,626.0,160256.0,3755.2165153820533,10256384.0 +135.68,8.0,2656.0,0.007239661645144224,0.0808512344956398,0.0,1.9790064096450806,1.99136483669281,-0.006373930722475052,0.002544271294027567,0.47036492824554443,0.49797603487968445,0.6167766153812408,627.0,160512.0,3761.3857517100405,10272768.0 +85.59,8.699999809265137,2616.0,0.00661125173792243,0.0737101212143898,0.0,1.9421499967575073,1.9861011505126953,-0.00871080718934536,0.0025441667530685663,0.44374510645866394,0.4767659604549408,0.5661110877990723,628.0,160768.0,3767.647302072961,10289152.0 +122.89,8.699999809265137,2632.0,0.006763270124793053,0.08563232421875,0.0,1.9541224241256714,1.983629822731018,-0.00881179142743349,0.002534297062084079,0.45004355907440186,0.4906001091003418,0.6234257221221924,629.0,161024.0,3773.873183507938,10305536.0 +107.14,9.300000190734863,2674.0,0.006682582199573517,0.0775146484375,0.0,1.8986033201217651,1.984212875366211,-0.007941492833197117,0.002540272893384099,0.36870038509368896,0.47190025448799133,0.6547454297542572,630.0,161280.0,3780.000417023897,10321920.0 +116.71,9.100000381469727,2638.0,0.008593195118010044,0.1079305037856102,0.0,1.8697596788406372,1.9704055786132812,-0.010000710375607014,0.002532989950850606,0.30552127957344055,0.48020872473716736,0.7071038782596588,631.0,161536.0,3786.2109753200784,10338304.0 +95.62,9.199999809265137,2690.0,0.00967016164213419,0.1158854141831398,0.0,1.8769644498825073,1.9500616788864136,-0.007486239541321993,0.0025260059628635645,0.3209785223007202,0.48045873641967773,0.6933493912220001,632.0,161792.0,3792.3008625879884,10354688.0 +85.52,9.100000381469727,2693.0,0.006808796897530556,0.0789591446518898,0.0,1.9202390909194946,1.9320472478866577,-0.007493445184081793,0.002534211613237858,0.3915017545223236,0.48419633507728577,0.6388817727565765,633.0,162048.0,3798.383742300095,10371072.0 +116.89,8.5,2722.0,0.006693223491311073,0.0716145858168602,0.0,1.9340077638626099,1.965044617652893,-0.008318581618368626,0.002553363796323538,0.39184311032295227,0.4893733263015747,0.7011717557907104,634.0,162304.0,3804.4029439419974,10387456.0 +101.48,9.0,2756.0,0.009942703880369663,0.10736083984375,0.0,1.8987960815429688,1.9750040769577026,-0.008626335300505161,0.002548799617215991,0.3310573697090149,0.4872441291809082,0.6843576431274414,635.0,162560.0,3810.3477098059375,10403840.0 +125.93,9.0,2781.0,0.00877877976745367,0.1088663712143898,0.0,1.9020344018936157,1.950154185295105,-0.008550268597900867,0.0025366826448589563,0.33724698424339294,0.49312129616737366,0.6956575214862823,636.0,162816.0,3816.239584482042,10420224.0 +116.89,9.0,2764.0,0.0077209449373185635,0.09197998046875,0.0,1.908223032951355,1.9502286911010742,-0.008489991538226604,0.0025441728066653013,0.35217317938804626,0.48804211616516113,0.6915426552295685,637.0,163072.0,3822.1662231250666,10436608.0 +132.36,8.699999809265137,2745.0,0.007929881103336811,0.0909423828125,0.0,1.9095667600631714,1.954720139503479,-0.008370431140065193,0.002558719599619508,0.3150468170642853,0.5006012916564941,0.7035815119743347,638.0,163328.0,3828.1340164889116,10452992.0 +137.89,8.699999809265137,2709.0,0.008515671826899052,0.0998738631606102,0.0,1.9048347473144531,1.9714425802230835,-0.010060644708573818,0.0025423001497983932,0.3647210896015167,0.4810989201068878,0.6899748146533966,639.0,163584.0,3834.1817251190078,10469376.0 +146.44,8.699999809265137,2684.0,0.00841768179088831,0.1045125350356102,0.0,1.9137996435165405,1.9748497009277344,-0.008202201686799526,0.002555833663791418,0.363834947347641,0.48191598057746887,0.7092299163341522,640.0,163840.0,3840.287589919986,10485760.0 +93.45,9.100000381469727,2702.0,0.013252459466457367,0.1641438752412796,0.0,1.8617181777954102,1.9752470254898071,-0.00829541590064764,0.0025565277319401503,0.2513958513736725,0.4858042001724243,0.7619586735963821,641.0,164096.0,3846.349949199939,10502144.0 +107.23,9.199999809265137,2746.0,0.009867165237665176,0.12841796875,0.0,1.891378402709961,1.967818260192871,-0.006454166490584612,0.0025467860978096724,0.3298545181751251,0.4791906177997589,0.709671139717102,642.0,164352.0,3852.316954232054,10518528.0 +122.47,8.800000190734863,2753.0,0.007607226725667715,0.08837890625,0.0,1.9515314102172852,1.939738154411316,-0.009353280998766422,0.0025451600085943937,0.45308542251586914,0.48115935921669006,0.666566789150238,643.0,164608.0,3858.2687014199328,10534912.0 +103.69,9.0,2759.0,0.00890375580638647,0.103271484375,0.0,1.929648756980896,1.9264707565307617,-0.006302922498434782,0.002534666797146201,0.4061133563518524,0.4848262369632721,0.6723046004772186,644.0,164864.0,3864.2080890440848,10551296.0 +116.48,8.600000381469727,2833.0,0.006211594212800264,0.071044921875,0.0,1.9357949495315552,1.959626317024231,-0.007165863644331694,0.002553980564698577,0.4021025598049164,0.48451539874076843,0.6580400764942169,645.0,165120.0,3869.9917595549487,10567680.0 +99.94,8.699999809265137,2791.0,0.008092817850410938,0.08905029296875,0.0,1.9061942100524902,1.9876419305801392,-0.008566153235733509,0.0025491162668913603,0.373841255903244,0.4731582701206207,0.6610904932022095,646.0,165376.0,3875.862695496995,10584064.0 +122.14,8.0,2710.0,0.007596192415803671,0.0993448868393898,0.0,1.9780353307724,1.9714888334274292,-0.007402278017252684,0.002550615696236491,0.47004520893096924,0.4948221743106842,0.6122575402259827,647.0,165632.0,3881.907286813017,10600448.0 +119.45,8.300000190734863,2701.0,0.0064147463999688625,0.0679117813706398,0.0,1.9341630935668945,2.0263662338256836,-0.0078022838570177555,0.002593001816421747,0.3740890920162201,0.47868379950523376,0.6239907145500183,648.0,165888.0,3887.973672664957,10616832.0 +171.48,8.699999809265137,2772.0,0.007356205489486456,0.0822550430893898,0.0,1.9236410856246948,1.99720299243927,-0.006096633151173592,0.002563675632700324,0.37284836173057556,0.48144781589508057,0.6378065943717957,649.0,166144.0,3893.885536778951,10633216.0 +90.81,9.300000190734863,2738.0,0.010740972124040127,0.143310546875,0.0,1.8507956266403198,1.9713722467422485,-0.005810692440718412,0.0025348644703626633,0.2452545315027237,0.4862605631351471,0.7325676083564758,650.0,166400.0,3899.869018083904,10649600.0 +129.69,8.600000381469727,2756.0,0.006156399846076965,0.07086181640625,0.0,1.894063949584961,1.9865878820419312,-0.007869652472436428,0.0025544448290020227,0.32897135615348816,0.4800916016101837,0.6686987578868866,651.0,166656.0,3905.813334040111,10665984.0 +145.17,8.699999809265137,2740.0,0.0075010391883552074,0.0971476212143898,0.0,1.900996208190918,2.042888641357422,-0.008115437813103199,0.0025843025650829077,0.2883847653865814,0.49319717288017273,0.6625970005989075,652.0,166912.0,3911.7919214589056,10682368.0 +159.88,8.399999618530273,2726.0,0.009354447945952415,0.1256510466337204,0.0,1.9020147323608398,2.0575973987579346,-0.006981458980590105,0.002590821823105216,0.2776546776294708,0.4953339099884033,0.6670046448707581,653.0,167168.0,3917.8023239090107,10698752.0 +173.78,8.199999809265137,2777.0,0.006042091175913811,0.0439656563103199,0.0,1.963329792022705,2.0469586849212646,-0.0064481343142688274,0.0025838136207312346,0.4073586165904999,0.49466124176979065,0.593353658914566,654.0,167424.0,3923.702907660976,10715136.0 +162.92,8.600000381469727,2799.0,0.005828640889376402,0.067626953125,0.0,1.9202814102172852,2.011944532394409,-0.007501920685172081,0.0025710624177008867,0.33007484674453735,0.4973340332508087,0.6345900595188141,655.0,167680.0,3929.5559485720005,10731520.0 +178.42,8.199999809265137,2796.0,0.005635661538690329,0.0606892891228199,0.0,1.9609795808792114,2.00817608833313,-0.006995763164013624,0.00258031883276999,0.4013289213180542,0.4972330331802368,0.5777054131031036,656.0,167936.0,3935.415977532044,10747904.0 +158.87,8.699999809265137,2755.0,0.007478203158825636,0.0968221053481102,0.0,1.9248498678207397,2.0022215843200684,-0.006225664634257555,0.0025744764134287834,0.3173390328884125,0.5051899552345276,0.6010951995849609,657.0,168192.0,3941.3633117780555,10764288.0 +171.95,8.399999618530273,2753.0,0.00737792206928134,0.0885416641831398,0.0,1.9737931489944458,1.968826174736023,-0.004997498355805874,0.0025403606705367565,0.474380224943161,0.4911084473133087,0.5747549533843994,658.0,168448.0,3947.314450869104,10780672.0 +121.46,9.199999809265137,2770.0,0.007361501920968294,0.08563232421875,0.0,1.8573065996170044,1.9591237306594849,-0.006855390500277281,0.002564991358667612,0.24015885591506958,0.48117831349372864,0.6349308490753174,659.0,168704.0,3953.2287508840673,10797056.0 +143.46,8.899999618530273,2789.0,0.009535363875329494,0.1309407502412796,0.0,1.8714009523391724,2.0231401920318604,-0.007115483749657869,0.002578065497800708,0.23670504987239838,0.49136269092559814,0.6515632569789886,660.0,168960.0,3959.1044765841216,10813440.0 +163.44,8.800000190734863,2776.0,0.008766085840761662,0.1192626953125,0.0,1.9012794494628906,1.9909939765930176,-0.008390081115067005,0.002572514582425356,0.2919904291629791,0.49732694029808044,0.6094127297401428,661.0,169216.0,3965.0054676509462,10829824.0 +175.51,8.399999618530273,2802.0,0.008374943397939205,0.1133829727768898,0.0,1.9225174188613892,1.9857577085494995,-0.0077093071304261684,0.0025518385227769613,0.37616172432899475,0.48608431220054626,0.5924334526062012,662.0,169472.0,3970.852834441932,10846208.0 +134.51,8.199999809265137,2760.0,0.0069490824826061726,0.07586669921875,0.0,1.9751291275024414,1.956965446472168,-0.007296273019164801,0.0025449825916439295,0.47340333461761475,0.492802232503891,0.5833342373371124,663.0,169728.0,3976.78772115591,10862592.0 +110.65,9.199999809265137,2736.0,0.009474417194724083,0.1081339493393898,0.0,1.852160096168518,2.002454996109009,-0.00942206010222435,0.0025499507319182158,0.2264021635055542,0.4934300482273102,0.7051556706428528,664.0,169984.0,3982.7762111460324,10878976.0 +141.89,8.800000190734863,2753.0,0.008510506711900234,0.1050211563706398,0.0,1.8721596002578735,2.067267894744873,-0.00754953408613801,0.0025555179454386234,0.24137000739574432,0.5019380450248718,0.70002281665802,665.0,170240.0,3988.7275991009083,10895360.0 +166.81,8.100000381469727,2746.0,0.008108098991215229,0.1039835587143898,0.0,1.9446216821670532,2.042954206466675,-0.0072096423245966434,0.0025481979828327894,0.40396663546562195,0.49617886543273926,0.6339348256587982,666.0,170496.0,3994.694816607982,10911744.0 +151.1,8.699999809265137,2736.0,0.00704873027279973,0.0834554061293602,0.0,1.9038081169128418,2.046604871749878,-0.006457384675741196,0.0025605198461562395,0.32549846172332764,0.4877221882343292,0.6369249224662781,667.0,170752.0,4000.683384326054,10928128.0 +152.07,8.300000190734863,2738.0,0.009208065457642078,0.0768229141831398,0.0,1.9736137390136719,2.025312662124634,-0.006024865433573723,0.0025624621193856,0.4363156259059906,0.5005026459693909,0.5792322754859924,668.0,171008.0,4006.6678648521192,10944512.0 +126.61,9.0,2785.0,0.006070813164114952,0.0580851249396801,0.0,1.9268423318862915,2.0324645042419434,-0.00730937672778964,0.00256752991117537,0.3755446970462799,0.482939213514328,0.6126408278942108,669.0,171264.0,4012.55130161508,10960896.0 +152.7,8.800000190734863,2796.0,0.009644467383623123,0.1273600310087204,0.0,1.8583431243896484,2.070040464401245,-0.0107103968039155,0.0025668807793408632,0.2470730096101761,0.4827769994735718,0.6916014552116394,670.0,171520.0,4018.4118731371127,10977280.0 +148.15,8.5,2790.0,0.00926403608173132,0.1224568709731102,0.0,1.900345802307129,2.055454969406128,-0.006233429070562124,0.0025526974350214005,0.3278070390224457,0.48688140511512756,0.655412346124649,671.0,171776.0,4024.2956288279966,10993664.0 +115.32,8.300000190734863,2758.0,0.008771042339503765,0.1026814803481102,0.0,1.9400672912597656,2.0271384716033936,-0.008596926927566528,0.0025371445808559656,0.44027090072631836,0.48022785782814026,0.6381378173828125,672.0,172032.0,4030.235326732043,11010048.0 +130.86,9.100000381469727,2796.0,0.009206735529005527,0.1073811873793602,0.0,1.8791680335998535,2.0063867568969727,-0.009182454086840153,0.002543458715081215,0.30339616537094116,0.4849870502948761,0.7025941014289856,673.0,172288.0,4036.0938241390977,11026432.0 +112.51,9.100000381469727,2815.0,0.0077837505377829075,0.0987548828125,0.0,1.895321011543274,1.9877601861953735,-0.007896112278103828,0.002542265458032489,0.3685886859893799,0.4676676094532013,0.6689625680446625,674.0,172544.0,4041.913028604118,11042816.0 +126.57,8.399999618530273,2788.0,0.007142021786421537,0.0899251326918602,0.0,1.9322398900985718,2.0242927074432373,-0.0074395383708179,0.0025762657169252634,0.4039771556854248,0.46980080008506775,0.6442377865314484,675.0,172800.0,4047.7885281140916,11059200.0 +122.46,8.5,2750.0,0.006861709523946047,0.07806396484375,0.0,1.928554892539978,2.051173210144043,-0.00839298591017723,0.0025879191234707832,0.3569023609161377,0.4850490391254425,0.6460201442241669,676.0,173056.0,4053.7466067620553,11075584.0 +103.51,8.899999618530273,2718.0,0.007802801672369242,0.0902913436293602,0.0,1.9121441841125488,2.0146005153656006,-0.008293216116726398,0.0025739518459886312,0.34004008769989014,0.4835874140262604,0.6716617345809937,677.0,173312.0,4059.773174944101,11091968.0 +183.11,7.900000095367432,2682.0,0.006479847710579634,0.0780843123793602,0.0,1.9685081243515015,2.0329606533050537,-0.008470133878290653,0.002575582591816783,0.4619307518005371,0.47855082154273987,0.6108075082302094,678.0,173568.0,4065.881515830988,11108352.0 +128.43,9.0,2720.0,0.006143436301499605,0.0714518204331398,0.0,1.889279842376709,1.9623504877090454,-0.00822074618190527,0.00255194422788918,0.3430854082107544,0.46960923075675964,0.7008198499679565,679.0,173824.0,4071.9051323810127,11124736.0 +104.49,9.0,2793.0,0.0069102025590837,0.0818074569106102,0.0,1.8926242589950562,1.9884651899337769,-0.0097691360861063,0.002564861439168453,0.3225831687450409,0.478555828332901,0.7078145146369934,680.0,174080.0,4077.7707045520656,11141120.0 +116.98,9.100000381469727,2767.0,0.006739529315382242,0.0772298201918602,0.0,1.9274473190307617,1.9288105964660645,-0.009353111498057842,0.002544303657487035,0.4305711090564728,0.4686514139175415,0.668566107749939,681.0,174336.0,4083.694078864064,11157504.0 +116.39,8.800000190734863,2775.0,0.0075057935900986195,0.0846354141831398,0.0,1.951237678527832,1.9482918977737427,-0.008397684432566166,0.002564559690654278,0.4362337589263916,0.4787214994430542,0.6134208738803864,682.0,174592.0,4089.598675756948,11173888.0 +86.74,8.899999618530273,2789.0,0.006118690595030785,0.07110595703125,0.0,1.9549003839492798,1.9284335374832153,-0.0080989645794034,0.0025404063053429127,0.46144258975982666,0.48135948181152344,0.6181162595748901,683.0,174848.0,4095.473901466001,11190272.0 +103.53,9.199999809265137,2707.0,0.008255803026258945,0.10650634765625,0.0,1.861063003540039,1.983941674232483,-0.009524482302367687,0.0025646532885730267,0.22856426239013672,0.4938179552555084,0.7259293794631958,684.0,175104.0,4101.525838993024,11206656.0 +117.64,8.800000190734863,2757.0,0.010453206486999989,0.1023356094956398,0.0,1.9409815073013306,1.9579561948776245,-0.009042148478329182,0.0025472971610724926,0.41338029503822327,0.4892646074295044,0.638669341802597,685.0,175360.0,4107.467938153073,11223040.0 +116.49,8.600000381469727,2762.0,0.008256006054580212,0.0992635115981102,0.0,1.9422134160995483,1.941529631614685,-0.008693140000104904,0.002535800216719508,0.424753338098526,0.4900447428226471,0.6372089087963104,686.0,175616.0,4113.398929320043,11239424.0 +132.54,8.5,2732.0,0.010701333172619343,0.1321614533662796,0.0,1.938552737236023,1.9256304502487183,-0.00618915306404233,0.0025361133739352226,0.42262986302375793,0.48462629318237305,0.662340521812439,687.0,175872.0,4119.396695449948,11255808.0 +98.39,9.399999618530273,2758.0,0.01218778919428587,0.1419677734375,0.0,1.8607778549194336,1.9515970945358276,-0.007012884598225355,0.002541439840570092,0.2759423553943634,0.47861552238464355,0.7159288823604584,688.0,176128.0,4125.337909606984,11272192.0 +107.65,8.899999618530273,2729.0,0.03666121885180473,0.1249796524643898,0.0,1.9408196210861206,1.9870305061340332,-0.008496020920574665,0.0025447108782827854,0.4089670479297638,0.49234673380851746,0.6544734835624695,689.0,176384.0,4131.341643075924,11288576.0 +115.51,8.199999809265137,2794.0,0.009150655008852482,0.1171875,0.0,1.974350094795227,1.993747591972351,-0.009332257322967052,0.002539823530241847,0.4930206537246704,0.4871980845928192,0.6331516206264496,690.0,176640.0,4137.205416495912,11304960.0 +91.97,8.699999809265137,2814.0,0.009114434942603111,0.1216023787856102,0.0,1.8986201286315918,2.0283899307250977,-0.007718168199062347,0.0025317175313830376,0.34139809012413025,0.49006423354148865,0.7140423357486725,691.0,176896.0,4143.027701589977,11321344.0 +128.8,8.899999618530273,2722.0,0.008095766417682171,0.10015869140625,0.0,1.9541491270065308,2.0369887351989746,-0.0066441502422094345,0.0025452973786741495,0.44507384300231934,0.4859778881072998,0.6667467057704926,692.0,177152.0,4149.046276872046,11337728.0 +116.4,8.899999618530273,2758.0,0.007870899513363838,0.0916951522231102,0.0,1.955603003501892,1.9930981397628784,-0.007306066807359457,0.002521878108382225,0.4707542359828949,0.4865241050720215,0.648154079914093,693.0,177408.0,4154.9877221989445,11354112.0 +117.82,8.899999618530273,2783.0,0.007186320144683123,0.0776163712143898,0.0,1.9433002471923828,2.0005087852478027,-0.0054094684310257435,0.0025280779227614403,0.43550166487693787,0.4869248867034912,0.6750950217247009,694.0,177664.0,4160.874221858103,11370496.0 +112.14,9.100000381469727,2757.0,0.006843566428869963,0.0883585587143898,0.0,1.9252996444702148,1.9665144681930542,-0.007341581862419844,0.00252708001062274,0.39827463030815125,0.4896285831928253,0.6887286603450775,695.0,177920.0,4166.8166145558935,11386880.0 +115.71,9.0,2715.0,0.0077991490252316,0.0977579727768898,0.0,1.9408689737319946,1.9505645036697388,-0.007177589926868677,0.0025179681833833456,0.4362088739871979,0.49046364426612854,0.6520037055015564,696.0,178176.0,4172.85091884993,11403264.0 +85.17,8.899999618530273,2744.0,0.007102176547050476,0.09112548828125,0.0,1.9155349731445312,1.957779049873352,-0.008678929880261421,0.002539366716518998,0.35848912596702576,0.4948636591434479,0.6555126905441284,697.0,178432.0,4178.821070247097,11419648.0 +128.18,8.600000381469727,2718.0,0.004924814682453871,0.05401611328125,0.0,1.9796624183654785,1.9677306413650513,-0.006411702837795019,0.0025407345965504646,0.5005690455436707,0.4850996732711792,0.6038109064102173,698.0,178688.0,4184.849720417988,11436032.0 +109.91,8.5,2704.0,0.006048697512596846,0.0627237930893898,0.0,1.9750522375106812,1.973912239074707,-0.007580657955259085,0.002545327413827181,0.47352445125579834,0.4929460287094116,0.6007189452648163,699.0,178944.0,4190.90986000211,11452416.0 +125.52,8.399999618530273,2784.0,0.004701515194028616,0.0500691719353199,0.0,1.9605122804641724,2.0189876556396484,-0.006819471251219511,0.0025439502205699682,0.4468315839767456,0.4921308755874634,0.594855010509491,700.0,179200.0,4196.794912879122,11468800.0 +111.48,8.899999618530273,2733.0,0.006633839104324579,0.0799764022231102,0.0,1.8886991739273071,2.009906768798828,-0.007492975797504187,0.002537350170314312,0.32543954253196716,0.48489633202552795,0.6343912482261658,701.0,179456.0,4202.789715864928,11485184.0 +153.07,8.5,2738.0,0.007287840824574232,0.0851847305893898,0.0,1.9087625741958618,2.0004994869232178,-0.008083270862698555,0.0025329578202217817,0.3893105983734131,0.47571659088134766,0.6386089026927948,702.0,179712.0,4208.773357365048,11501568.0 +117.2,8.699999809265137,2758.0,0.00822953786700964,0.1056722030043602,0.0,1.9033828973770142,2.021087408065796,-0.007504692301154137,0.0025247472804039717,0.3544734716415405,0.491487979888916,0.6066769659519196,703.0,179968.0,4214.713843947975,11517952.0 +122.83,8.899999618530273,2770.0,0.009540249593555927,0.1170247420668602,0.0,1.8915467262268066,2.018328905105591,-0.008033470250666142,0.0025403292383998632,0.33078131079673767,0.4842086136341095,0.589828610420227,704.0,180224.0,4220.628164844122,11534336.0 +110.73,9.0,2762.0,0.01006683986634016,0.12677001953125,0.0,1.886471152305603,2.018765449523926,-0.008148453198373318,0.002530379919335246,0.33080580830574036,0.4842144548892975,0.602821946144104,705.0,180480.0,4226.559628468938,11550720.0 +125.93,8.699999809265137,2807.0,0.005417405162006617,0.0528564453125,0.0,1.9209508895874023,2.046808958053589,-0.007034668233245611,0.0025722933933138847,0.3736884593963623,0.4754628837108612,0.590266078710556,706.0,180736.0,4232.397319609998,11567104.0 +122.8,8.600000381469727,2772.0,0.011261428706347942,0.1324055939912796,0.0,1.9315112829208374,1.999171257019043,-0.005704095121473074,0.0025420095771551132,0.395988792181015,0.4882080554962158,0.5760414600372314,707.0,180992.0,4238.306789058959,11583488.0 +143.28,9.0,2806.0,0.010173788294196129,0.1213175430893898,0.0,1.8871256113052368,1.999531626701355,-0.00809990894049406,0.002540959743782878,0.3257920444011688,0.4818449914455414,0.6201092302799225,708.0,181248.0,4244.14500883501,11599872.0 +138.06,8.100000381469727,2812.0,0.006914097815752029,0.0809326171875,0.0,1.9979501962661743,1.9834517240524292,-0.007785579189658165,0.002523997100070119,0.5359627604484558,0.49559059739112854,0.546042263507843,709.0,181504.0,4249.971632990055,11616256.0 +111.85,8.600000381469727,2792.0,0.00850458350032568,0.1075032576918602,0.0,1.8859668970108032,2.0029685497283936,-0.007091829553246498,0.002547786571085453,0.29731088876724243,0.49053966999053955,0.6645998656749725,710.0,181760.0,4255.839782261988,11632640.0 +120.62,9.300000190734863,2728.0,0.008868765085935593,0.1108601912856102,0.0,1.8536968231201172,2.012301206588745,-0.00879095308482647,0.0025765167083591223,0.19521337747573853,0.49674609303474426,0.7196348607540131,711.0,182016.0,4261.845780096948,11649024.0 +158.77,8.899999618530273,2682.0,0.009882633574306965,0.114013671875,0.0,1.8951845169067383,2.0401618480682373,-0.007388405967503786,0.0025816287379711866,0.2756202518939972,0.49435022473335266,0.6268578767776489,712.0,182272.0,4267.954050739994,11665408.0 +186.37,7.699999809265137,2701.0,0.007466400042176247,0.0894775390625,0.0,1.971274733543396,2.0300233364105225,-0.007117727305740118,0.002589041832834482,0.4400285482406616,0.4841572940349579,0.5582685470581055,713.0,182528.0,4274.01959762699,11681792.0 +153.32,8.699999809265137,2754.0,0.008527769707143307,0.0943603515625,0.0,1.882379174232483,2.033212661743164,-0.008830715902149677,0.002583514666184783,0.2926216423511505,0.4734738767147064,0.6599847674369812,714.0,182784.0,4279.96869886294,11698176.0 +100.48,9.100000381469727,2789.0,0.007576175034046173,0.0880533829331398,0.0,1.8626526594161987,2.021804094314575,-0.00870784092694521,0.002568155527114868,0.25765660405158997,0.4786725342273712,0.7244729697704315,715.0,183040.0,4285.843861863017,11714560.0 +141.07,9.0,2808.0,0.009673220105469227,0.1157633438706398,0.0,1.9088759422302246,1.9964709281921387,-0.009395780973136425,0.002561890287324786,0.334332674741745,0.49012458324432373,0.6420675218105316,716.0,183296.0,4291.677595908986,11730944.0 +163.29,8.699999809265137,2785.0,0.010816055350005627,0.1399943083524704,0.0,1.9324474334716797,1.9804234504699707,-0.008079721592366695,0.0025534415617585182,0.3852708041667938,0.49097511172294617,0.6335712373256683,717.0,183552.0,4297.559985169908,11747328.0 +114.54,9.0,2771.0,0.009936741553246975,0.12677001953125,0.0,1.880933165550232,2.018998861312866,-0.009633942507207394,0.002582151209935546,0.2667529881000519,0.4863051474094391,0.6892086267471313,718.0,183808.0,4303.472110189963,11763712.0 +115.39,8.600000381469727,2771.0,0.009215244092047215,0.1129353865981102,0.0,1.9334481954574585,2.0293915271759033,-0.006199643015861511,0.002568277297541499,0.3425365686416626,0.504534900188446,0.659349262714386,719.0,184064.0,4309.385844920063,11780096.0 +143.61,8.899999618530273,2773.0,0.008355849422514439,0.0998128280043602,0.0,1.9261759519577026,2.008319139480591,-0.008551421575248241,0.002559150569140911,0.3584965169429779,0.495986670255661,0.6642646193504333,720.0,184320.0,4315.294940267922,11796480.0 +131.54,8.800000190734863,2735.0,0.009683542884886265,0.1165771484375,0.0,1.9161227941513062,1.989737868309021,-0.009317913092672825,0.002559514483436942,0.3518506586551666,0.48965558409690857,0.6422724723815918,721.0,184576.0,4321.28596894606,11812864.0 +130.65,8.899999618530273,2694.0,0.009613762609660625,0.1245524063706398,0.0,1.932334303855896,2.00160551071167,-0.008464782498776913,0.0025526077952235937,0.3635546863079071,0.5027339458465576,0.6603153347969055,722.0,184832.0,4327.366609326098,11829248.0 +138.99,9.100000381469727,2703.0,0.008744090795516968,0.1126302108168602,0.0,1.8696684837341309,2.018118143081665,-0.008830614387989044,0.0025748589541763067,0.21555042266845703,0.5034758448600769,0.7830794006586075,723.0,185088.0,4333.4286737609655,11845632.0 +100.99,9.399999618530273,2746.0,0.0105053149163723,0.1406656950712204,0.0,1.8630350828170776,2.060851573944092,-0.009382183663547039,0.0025646586436778307,0.20914478600025177,0.5061241984367371,0.7881821244955063,724.0,185344.0,4339.396007338073,11862016.0 +151.15,8.5,2612.0,0.008945011533796787,0.12066650390625,0.0,1.9272900819778442,2.1049742698669434,-0.010492491535842419,0.0025850157253444195,0.3089713454246521,0.5118388533592224,0.6904095709323883,725.0,185600.0,4345.669439954916,11878400.0 +189.23,8.699999809265137,2658.0,0.009914033114910126,0.12322998046875,0.0,1.9035139083862305,2.048412799835205,-0.008813927881419659,0.0025538098998367786,0.3244704604148865,0.49367138743400574,0.6856011152267456,726.0,185856.0,4351.832693818025,11894784.0 +119.42,9.199999809265137,2734.0,0.008696574717760086,0.1035359725356102,0.0,1.862783432006836,1.9877899885177612,-0.010814175009727478,0.0025292409118264914,0.29336199164390564,0.4821743667125702,0.715874046087265,727.0,186112.0,4357.826128971996,11911168.0 +107.06,9.199999809265137,2826.0,0.009068810380995274,0.1125284805893898,0.0,1.8805652856826782,2.0386621952056885,-0.009539357386529446,0.002528929617255926,0.31795555353164673,0.4870489835739136,0.6963479816913605,728.0,186368.0,4363.624371845974,11927552.0 +115.39,8.800000190734863,2795.0,0.009491500444710255,0.1150105819106102,0.0,1.928210735321045,2.010566473007202,-0.010767817497253418,0.0025280644185841084,0.40252724289894104,0.49378857016563416,0.6441840529441833,729.0,186624.0,4369.486167995958,11943936.0 +119.57,8.800000190734863,2819.0,0.00888784695416689,0.10272216796875,0.0,1.894795536994934,2.0601677894592285,-0.011558939702808857,0.002547880867496133,0.3108181357383728,0.49760642647743225,0.6961863934993744,730.0,186880.0,4375.2984225729015,11960320.0 +164.97,8.800000190734863,2768.0,0.009390640072524548,0.1147054061293602,0.0,1.8877439498901367,2.0748443603515625,-0.009365531615912914,0.0025440265890210867,0.30896857380867004,0.4913603961467743,0.7155801057815552,731.0,187136.0,4381.217489131959,11976704.0 +81.83,9.0,2784.0,0.008242126554250717,0.0963541641831398,0.0,1.901971459388733,1.9965325593948364,-0.009683839045464993,0.0025217588990926743,0.3589426279067993,0.4912700355052948,0.6982938945293427,732.0,187392.0,4387.1019164780155,11993088.0 +109.65,8.5,2690.0,0.008226157166063786,0.1017049178481102,0.0,1.9590195417404175,1.9876374006271362,-0.008786085061728954,0.002526518190279603,0.4954824149608612,0.47668203711509705,0.6518610715866089,733.0,187648.0,4393.193604587112,12009472.0 +71.77,8.699999809265137,2645.0,0.007425544783473015,0.0786946639418602,0.0,1.9502843618392944,1.9486216306686401,-0.009387033991515636,0.002514033345505595,0.48780420422554016,0.47823861241340637,0.653453528881073,734.0,187904.0,4399.387082688976,12025856.0 +89.16,8.699999809265137,2726.0,0.007505473215132952,0.0860799178481102,0.0,1.9909930229187012,1.960940957069397,-0.007539514452219009,0.0025085920933634043,0.5356830954551697,0.4960043132305145,0.6509200930595398,735.0,188160.0,4405.398435637122,12042240.0 +77.02,8.699999809265137,2721.0,0.007117319852113724,0.0829874649643898,0.0,1.9488848447799683,1.9890729188919067,-0.008534316904842854,0.0025180054362863302,0.48055458068847656,0.47802963852882385,0.6922155618667603,736.0,188416.0,4411.419388100039,12058624.0 +94.99,9.100000381469727,2745.0,0.006350453477352858,0.0714518204331398,0.0,1.8918124437332153,2.024096965789795,-0.008111591450870037,0.002514453371986747,0.34703540802001953,0.4894205331802368,0.7590099722146988,737.0,188672.0,4417.386873475974,12075008.0 +123.74,9.199999809265137,2819.0,0.007254904136061668,0.09197998046875,0.0,1.8637709617614746,2.081599235534668,-0.00903489999473095,0.0025337280239909887,0.2728022336959839,0.4903569221496582,0.77785824239254,738.0,188928.0,4423.19817346707,12091392.0 +112.46,9.0,2782.0,0.010786302387714386,0.1091715469956398,0.0,1.9013363122940063,2.0691115856170654,-0.008393319323658943,0.0025415776763111353,0.31933853030204773,0.49996235966682434,0.7271610200405121,739.0,189184.0,4429.088317915099,12107776.0 +146.42,8.800000190734863,2723.0,0.007361521944403648,0.0863850936293602,0.0,1.9127697944641113,2.0856430530548096,-0.009815788827836514,0.0025550127029418945,0.3451676070690155,0.49335193634033203,0.6472130715847015,740.0,189440.0,4435.105592533946,12124160.0 +125.21,8.600000381469727,2759.0,0.006413955707103014,0.07598876953125,0.0,1.924881100654602,2.086592435836792,-0.006195907946676016,0.0025647373404353857,0.3615289628505707,0.48881009221076965,0.6409868597984314,741.0,189696.0,4441.045186498901,12140544.0 +120.77,8.699999809265137,2764.0,0.006852633785456419,0.0804239884018898,0.0,1.9457770586013794,2.0663135051727295,-0.007987205870449543,0.002545773284509778,0.4026009142398834,0.5002406239509583,0.6431208848953247,742.0,189952.0,4446.972991144983,12156928.0 +144.52,8.699999809265137,2676.0,0.009067988954484463,0.1072794571518898,0.0,1.9204503297805786,2.040620803833008,-0.006715180352330208,0.0025319198612123728,0.3790058195590973,0.4921092689037323,0.6282806396484375,743.0,190208.0,4453.094902578974,12173312.0 +133.5,9.100000381469727,2719.0,0.008630811236798763,0.1148274764418602,0.0,1.861629605293274,2.0895793437957764,-0.009330867789685726,0.0025437281001359224,0.2599531412124634,0.4900158643722534,0.6831477284431458,744.0,190464.0,4459.12118592998,12189696.0 +138.25,9.199999809265137,2722.0,0.009892088361084461,0.1301676481962204,0.0,1.852756142616272,2.084873914718628,-0.010700777173042297,0.002548190299421549,0.22552482783794403,0.49744829535484314,0.6834823787212372,745.0,190720.0,4465.140367575921,12206080.0 +142.69,8.800000190734863,2781.0,0.009960298426449299,0.1283772736787796,0.0,1.8764244318008423,2.0765719413757324,-0.007722489535808563,0.0025436272844672203,0.27234306931495667,0.4969276189804077,0.6876296401023865,746.0,190976.0,4471.031071227044,12222464.0 +131.7,8.899999618530273,2776.0,0.010419044643640518,0.1313883513212204,0.0,1.9022440910339355,2.0370991230010986,-0.008892380632460117,0.002530242083594203,0.34934723377227783,0.4917128384113312,0.6464099586009979,747.0,191232.0,4476.9323870099615,12238848.0 +132.33,8.699999809265137,2781.0,0.008197875693440437,0.0928955078125,0.0,1.9438272714614868,2.0181186199188232,-0.008509417995810509,0.0025238359812647104,0.44258466362953186,0.4893074035644531,0.6321258544921875,748.0,191488.0,4482.823758150917,12255232.0 +100.44,9.100000381469727,2780.0,0.007259403821080923,0.0747273787856102,0.0,1.915125846862793,1.9515045881271362,-0.007858186028897762,0.002520459471270442,0.3900410234928131,0.48724880814552307,0.5966674387454987,749.0,191744.0,4488.716207442107,12271616.0 +93.43,8.800000190734863,2748.0,0.006668525282293558,0.0804850235581398,0.0,1.9161790609359741,2.0050055980682373,-0.009476087987422943,0.002543115522712469,0.38252973556518555,0.48288214206695557,0.6001981496810913,750.0,192000.0,4494.679285065038,12288000.0 +100.24,9.0,2741.0,0.008088490925729275,0.0985514298081398,0.0,1.8995026350021362,2.001444101333618,-0.008066629059612751,0.002539146924391389,0.3343173563480377,0.4908510446548462,0.674915611743927,751.0,192256.0,4500.657818421023,12304384.0 +103.21,9.199999809265137,2699.0,0.008783353492617607,0.0969645157456398,0.0,1.909637451171875,1.9650306701660156,-0.008081520907580853,0.0025299068074673414,0.3712352514266968,0.48679813742637634,0.6397347748279572,752.0,192512.0,4506.728674544953,12320768.0 +116.9,8.800000190734863,2749.0,0.006760101765394211,0.0693562850356102,0.0,1.9229716062545776,2.0029659271240234,-0.007468838710337877,0.002533739898353815,0.3964850604534149,0.48535749316215515,0.6463717222213745,753.0,192768.0,4512.688443335937,12337152.0 +111.62,9.399999618530273,2780.0,0.012915831990540028,0.1329549103975296,0.0,1.851514220237732,1.9816627502441406,-0.010208572261035442,0.00252788164652884,0.2571568787097931,0.48902034759521484,0.6991274952888489,754.0,193024.0,4518.581852321979,12353536.0 +131.26,8.899999618530273,2753.0,0.008503351360559464,0.1132609024643898,0.0,1.9004939794540405,2.0174953937530518,-0.008250681683421135,0.0025535437744110823,0.33873996138572693,0.48277774453163147,0.6171030700206757,755.0,193280.0,4524.533852088964,12369920.0 +110.31,9.100000381469727,2743.0,0.006804452743381262,0.0782877579331398,0.0,1.9001126289367676,2.01971435546875,-0.007985941134393215,0.002548630814999342,0.33661404252052307,0.4856735169887543,0.6230214536190033,756.0,193536.0,4530.507503760979,12386304.0 +123.43,9.199999809265137,2793.0,0.008871405385434628,0.1078694686293602,0.0,1.871493935585022,2.0285837650299072,-0.006466689053922892,0.002542011672630906,0.26920846104621887,0.4926365613937378,0.6464123129844666,757.0,193792.0,4536.373267325107,12402688.0 +145.46,8.600000381469727,2746.0,0.009229027666151524,0.1050821915268898,0.0,1.9386968612670898,1.9973851442337036,-0.007988757453858852,0.002531488658860326,0.41766318678855896,0.492083877325058,0.5884867906570435,758.0,194048.0,4542.340293037007,12419072.0 +113.58,9.0,2725.0,0.008097166195511818,0.0947672501206398,0.0,1.8616036176681519,2.004512310028076,-0.008020319975912571,0.002519594505429268,0.2879282832145691,0.48590734601020813,0.6750388741493225,759.0,194304.0,4548.353295331122,12435456.0 +118.09,8.5,2787.0,0.007334472611546516,0.0905965194106102,0.0,1.974199652671814,2.0239336490631104,-0.00802868977189064,0.0025229284074157476,0.503119170665741,0.4894441068172455,0.5444290041923523,760.0,194560.0,4554.231950209942,12451840.0 +114.07,8.800000190734863,2812.0,0.009749913588166237,0.1225789412856102,0.0,1.9680582284927368,1.9906185865402222,-0.009762086905539036,0.0025217945221811533,0.4920298755168915,0.49081432819366455,0.5623209476470947,761.0,194816.0,4560.059588511009,12468224.0 +105.12,9.0,2827.0,0.009703864343464375,0.1200154647231102,0.0,1.8811691999435425,2.007746458053589,-0.0054346248507499695,0.0025343892630189657,0.29141393303871155,0.4937797784805298,0.6476742327213287,762.0,195072.0,4565.854592092102,12484608.0 +89.63,9.399999618530273,2827.0,0.007094553206115961,0.0871988907456398,0.0,1.9055229425430298,2.010831594467163,-0.006621647626161575,0.0025672742631286383,0.33573436737060547,0.4807484447956085,0.5829407870769501,763.0,195328.0,4571.649695953121,12500992.0 +121.93,9.0,2766.0,0.0064753140322864056,0.0770060196518898,0.0,1.8647875785827637,2.006067991256714,-0.008686569519340992,0.0025657506193965673,0.27319779992103577,0.4740607440471649,0.6303485929965973,764.0,195584.0,4577.572570373071,12517376.0 +140.26,8.899999618530273,2769.0,0.008983023464679718,0.1008097305893898,0.0,1.8843423128128052,2.044210910797119,-0.008619172498583794,0.0025506513193249702,0.28683003783226013,0.4946628510951996,0.6029925644397736,765.0,195840.0,4583.4892521270085,12533760.0 +137.96,8.699999809265137,2719.0,0.008975694887340069,0.09918212890625,0.0,1.9907631874084473,1.9633941650390625,-0.007548571098595858,0.0025247642770409584,0.4989883601665497,0.5060691237449646,0.5233120918273926,766.0,196096.0,4589.515674231108,12550144.0 +100.53,8.899999618530273,2706.0,0.009623881429433823,0.11944580078125,0.0,1.906637191772461,2.0325374603271484,-0.006421310361474752,0.0025499898474663496,0.32033470273017883,0.4982212781906128,0.5773184597492218,767.0,196352.0,4595.571220721118,12566528.0 +152.83,8.600000381469727,2765.0,0.0076597630977630615,0.0928548201918602,0.0,1.9236594438552856,2.0426299571990967,-0.009458363987505436,0.002531765727326274,0.3998320400714874,0.4877447187900543,0.5713514089584351,768.0,196608.0,4601.497059247922,12582912.0 +97.28,8.5,2771.0,0.006222700700163841,0.0687459334731102,0.0,1.9308362007141113,2.025705099105835,-0.007728792726993561,0.0025455516297370195,0.3838682472705841,0.4941118657588959,0.6064082682132721,769.0,196864.0,4607.410549462074,12599296.0 +133.65,8.800000190734863,2739.0,0.008052515797317028,0.1057332381606102,0.0,1.9262977838516235,2.0228655338287354,-0.00820647832006216,0.002537116874009371,0.3842875063419342,0.4940304756164551,0.5921249687671661,770.0,197120.0,4613.392034711083,12615680.0 +98.75,9.5,2740.0,0.010358372703194618,0.1324259489774704,0.0,1.8158725500106812,2.044743061065674,-0.009052787907421589,0.002516675740480423,0.19090385735034943,0.4915830194950104,0.7450819611549377,771.0,197376.0,4619.372141649015,12632064.0 +123.58,8.699999809265137,2813.0,0.008815339766442776,0.10125732421875,0.0,1.9095077514648438,2.072577714920044,-0.008446088060736656,0.002528220647946,0.3354339599609375,0.5068525075912476,0.6567450165748596,772.0,197632.0,4625.197324981913,12648448.0 +167.09,8.199999809265137,2729.0,0.007168542593717575,0.0808512344956398,0.0,1.9995783567428589,2.061030864715576,-0.008529327809810638,0.002540527144446969,0.517592191696167,0.4996580183506012,0.5703040063381195,773.0,197888.0,4631.200547107961,12664832.0 +121.51,8.899999618530273,2756.0,0.010728695429861546,0.10205078125,0.0,1.9175175428390503,2.056744337081909,-0.008198356255888939,0.0025396612472832203,0.36599746346473694,0.4934539794921875,0.6684431433677673,774.0,198144.0,4637.146617399063,12681216.0 +97.32,9.199999809265137,2764.0,0.010147157125175,0.103271484375,0.0,1.8555632829666138,2.077646255493164,-0.009857109747827053,0.0025362344458699226,0.23839271068572998,0.4988832175731659,0.7397554218769073,775.0,198400.0,4643.07405917393,12697600.0 +126.77,8.899999618530273,2723.0,0.008933436125516891,0.0898844376206398,0.0,1.9067054986953735,2.0668444633483887,-0.00809867586940527,0.0025609261356294155,0.29933759570121765,0.5053408741950989,0.7052588760852814,776.0,198656.0,4649.090688857017,12713984.0 +135.58,9.0,2720.0,0.010407139547169209,0.1424763947725296,0.0,1.9100373983383179,2.0679972171783447,-0.008152168244123459,0.002547508804127574,0.30871009826660156,0.5107601284980774,0.6683214008808136,777.0,198912.0,4655.11483799899,12730368.0 +118.52,9.300000190734863,2769.0,0.014402010478079319,0.12646484375,0.0,1.8790384531021118,2.0293776988983154,-0.008126717992126942,0.002555794082581997,0.27811935544013977,0.490502268075943,0.6840440034866333,778.0,199168.0,4661.032447797013,12746752.0 +121.61,9.100000381469727,2775.0,0.00755241559818387,0.09539794921875,0.0,1.9063597917556763,2.0602176189422607,-0.00887241680175066,0.002564484952017665,0.28810909390449524,0.5095377564430237,0.6399597227573395,779.0,199424.0,4666.935453724116,12763136.0 +152.3,8.699999809265137,2787.0,0.009965691715478897,0.1301472932100296,0.0,1.9294732809066772,2.0322067737579346,-0.005566228646785021,0.0025740053970366716,0.33054324984550476,0.5030873417854309,0.6510138809680939,780.0,199680.0,4672.8133584859315,12779520.0 +126.14,9.0,2736.0,0.01005362719297409,0.1160481795668602,0.0,1.883400321006775,2.052267551422119,-0.007282916456460953,0.0025546890683472157,0.2893519401550293,0.48918530344963074,0.6838111877441406,781.0,199936.0,4678.8015975090675,12795904.0 +135.64,9.0,2727.0,0.008281636983156204,0.1074422225356102,0.0,1.8887289762496948,2.0394062995910645,-0.00734745291993022,0.0025512520223855972,0.2736736238002777,0.5040075778961182,0.6590066850185394,782.0,200192.0,4684.809915505117,12812288.0 +94.4,8.800000190734863,2788.0,0.009375075809657574,0.1046956405043602,0.0,1.940366268157959,1.9962552785873413,-0.00834385585039854,0.002557516796514392,0.3934957981109619,0.4931667745113373,0.5684402883052826,783.0,200448.0,4690.686643468915,12828672.0 +144.18,8.5,2726.0,0.007899214513599873,0.0975545272231102,0.0,1.971779465675354,1.9968184232711792,-0.006912032142281532,0.002577704144641757,0.39125004410743713,0.5141825675964355,0.5691726207733154,784.0,200704.0,4696.697751411004,12845056.0 +158.57,8.699999809265137,2749.0,0.010381967760622501,0.1190389022231102,0.0,1.915536880493164,2.0217909812927246,-0.009125875309109688,0.0025634586345404387,0.31760647892951965,0.50434809923172,0.5915798544883728,785.0,200960.0,4702.657665759092,12861440.0 +142.42,8.699999809265137,2789.0,0.009529330767691135,0.12786865234375,0.0,1.9457305669784546,2.0569865703582764,-0.006258595269173384,0.0025561947841197252,0.40137696266174316,0.49377307295799255,0.5610915422439575,786.0,201216.0,4708.531045946991,12877824.0 +153.13,8.699999809265137,2750.0,0.0074942163191735744,0.1006876602768898,0.0,1.9278918504714966,2.0725178718566895,-0.007755370810627937,0.002564780879765749,0.351375937461853,0.49829402565956116,0.5712767541408539,787.0,201472.0,4714.488719112938,12894208.0 +112.58,9.100000381469727,2782.0,0.007590738590806723,0.0820109024643898,0.0,1.8735405206680298,2.0672481060028076,-0.007811890449374914,0.002558508887887001,0.23829656839370728,0.5036223530769348,0.6610698103904724,788.0,201728.0,4720.378814889118,12910592.0 +140.42,9.0,2774.0,0.00960389245301485,0.1053263321518898,0.0,1.8994084596633911,2.0444583892822266,-0.00818417128175497,0.002546193078160286,0.31153467297554016,0.4991734027862549,0.606543779373169,789.0,201984.0,4726.285144845955,12926976.0 +171.63,8.199999809265137,2758.0,0.010855160653591156,0.11004638671875,0.0,1.9500352144241333,2.0349509716033936,-0.005468420218676329,0.0025472892448306084,0.4006706178188324,0.5018734335899353,0.585161566734314,790.0,202240.0,4732.225992927095,12943360.0 +163.01,8.800000190734863,2763.0,0.008203956298530102,0.0991007462143898,0.0,1.9003443717956543,2.0276601314544678,-0.007249823305755854,0.002559816697612405,0.28474268317222595,0.5055913329124451,0.6457680463790894,791.0,202496.0,4738.155914578121,12959744.0 +123.78,8.100000381469727,2796.0,0.007976495660841465,0.10302734375,0.0,1.9988746643066406,2.002767562866211,-0.0076630753464996815,0.0025364577304571867,0.5077391266822815,0.5044664740562439,0.536821722984314,792.0,202752.0,4744.016261430923,12976128.0 +126.0,9.0,2749.0,0.008333484642207623,0.111572265625,0.0,1.919049620628357,1.9686514139175415,-0.007651289459317923,0.002545176772400737,0.35604289174079895,0.4957773983478546,0.6615867614746094,793.0,203008.0,4749.9767323569395,12992512.0 +149.4,8.699999809265137,2749.0,0.008792989887297153,0.1157023087143898,0.0,1.9373339414596558,2.002126932144165,-0.007400847505778074,0.0025637445505708456,0.33146360516548157,0.5171522498130798,0.6392818689346313,794.0,203264.0,4755.937439973932,13008896.0 +121.03,8.800000190734863,2744.0,0.007862674072384834,0.0892130509018898,0.0,1.889950156211853,2.047133684158325,-0.008240601047873497,0.0025754114612936974,0.26368004083633423,0.49911606311798096,0.6739901006221771,795.0,203520.0,4761.90877379803,13025280.0 +116.76,8.5,2768.0,0.008470732718706131,0.0904134139418602,0.0,1.923011302947998,2.0063788890838623,-0.00899373646825552,0.002537334803491831,0.356728196144104,0.505037248134613,0.6870604455471039,796.0,203776.0,4767.826500890078,13041664.0 +185.56,8.300000190734863,2714.0,0.007019085343927145,0.087646484375,0.0,1.9348963499069214,1.9900420904159546,-0.007971075363457203,0.002531649312004447,0.37565675377845764,0.5091145634651184,0.6657385230064392,797.0,204032.0,4773.863290460082,13058048.0 +144.55,8.5,2780.0,0.009853821247816086,0.1083780899643898,0.0,1.9435652494430542,1.9310150146484375,-0.007022680249065161,0.0025287854950875044,0.40469589829444885,0.5031570792198181,0.6390806436538696,798.0,204288.0,4779.7597586540505,13074432.0 +120.23,8.899999618530273,2710.0,0.010296816937625408,0.1146240234375,0.0,1.9173355102539062,1.9405574798583984,-0.00734857888892293,0.0025215742643922567,0.37116941809654236,0.4977177679538727,0.6777610182762146,799.0,204544.0,4785.8062583399005,13090816.0 +102.08,9.300000190734863,2717.0,0.008823230862617493,0.1090291365981102,0.0,1.8981434106826782,1.9512509107589722,-0.009930980391800404,0.002515262458473444,0.3549715578556061,0.49246975779533386,0.6973437070846558,800.0,204800.0,4791.8354862399865,13107200.0 +101.0,9.399999618530273,2757.0,0.009186787530779839,0.1080525740981102,0.0,1.8502097129821777,2.0135111808776855,-0.009799043647944927,0.0025375722907483578,0.2228224128484726,0.499946266412735,0.7705993950366974,801.0,205056.0,4797.777383475099,13123584.0 +117.98,8.5,2721.0,0.008315907791256905,0.1078694686293602,0.0,1.9097614288330078,1.9895806312561035,-0.009532207623124123,0.0025234350468963385,0.3532257378101349,0.500858724117279,0.7055500745773315,802.0,205312.0,4803.799069111934,13139968.0 +133.44,9.0,2732.0,0.009190990589559078,0.11968994140625,0.0,1.8555173873901367,2.0067317485809326,-0.010419824160635471,0.0025318756233900785,0.24568580090999603,0.49722373485565186,0.7352117300033569,803.0,205568.0,4809.795544408029,13156352.0 +153.14,8.800000190734863,2622.0,0.010372157208621502,0.1253662109375,0.0,1.8965562582015991,1.994863510131836,-0.008322272449731827,0.0025358181446790695,0.331644207239151,0.49109581112861633,0.6803136169910431,804.0,205824.0,4816.044707403984,13172736.0 +147.41,8.600000381469727,2733.0,0.008261892944574356,0.103759765625,0.0,1.95901358127594,1.9869890213012695,-0.009257994592189789,0.0025637908838689327,0.40942323207855225,0.5015344023704529,0.6464415490627289,805.0,206080.0,4822.039673109073,13189120.0 +118.67,8.800000190734863,2773.0,0.009766184724867344,0.1137898787856102,0.0,1.9320515394210815,1.977839469909668,-0.008734744042158127,0.0025550511199980974,0.36823830008506775,0.4989202916622162,0.6575674414634705,806.0,206336.0,4827.947189944098,13205504.0 +109.55,8.5,2772.0,0.0049436031840741634,0.0516560859978199,0.0,1.9190362691879272,1.9615932703018188,-0.00586007721722126,0.002523136092349887,0.4049781560897827,0.4804551899433136,0.6965170204639435,807.0,206592.0,4833.8582099699415,13221888.0 +92.57,9.199999809265137,2738.0,0.006771523971110582,0.08123779296875,0.0,1.8770751953125,1.9775267839431763,-0.009177816100418568,0.00251803663559258,0.31175535917282104,0.4911324083805084,0.7415343523025513,808.0,206848.0,4839.841005712049,13238272.0 +95.53,9.100000381469727,2755.0,0.011255535297095776,0.1138102188706398,0.0,1.8831582069396973,2.0155107975006104,-0.008754855953156948,0.002547137439250946,0.3154068887233734,0.48079589009284973,0.7228384912014008,809.0,207104.0,4845.7904011160135,13254656.0 +155.67,8.800000190734863,2739.0,0.008442063815891743,0.0984700545668602,0.0,1.8922396898269653,2.0257060527801514,-0.00954154971987009,0.0025590131990611553,0.29763737320899963,0.49371305108070374,0.7096879184246063,810.0,207360.0,4851.771862349007,13271040.0 +99.36,9.0,2795.0,0.008479501120746136,0.10601806640625,0.0,1.9798697233200073,1.9493684768676758,-0.009441201575100422,0.002539712004363537,0.4900309145450592,0.4939330518245697,0.6555785834789276,811.0,207616.0,4857.633476842893,13287424.0 +117.36,9.199999809265137,2770.0,0.008052562363445759,0.0972696915268898,0.0,1.9028657674789429,1.9623993635177612,-0.00964272953569889,0.0025463278871029615,0.31847676634788513,0.49973011016845703,0.703415036201477,812.0,207872.0,4863.547108225059,13303808.0 +99.27,9.0,2790.0,0.010751180350780487,0.11297607421875,0.0,1.9059195518493652,1.9689732789993286,-0.00991453230381012,0.0025400379672646523,0.3369389474391937,0.49703553318977356,0.7217449247837067,813.0,208128.0,4869.418948936043,13320192.0 +124.26,8.699999809265137,2789.0,0.00718585355207324,0.0870768204331398,0.0,1.9702835083007812,1.9360777139663696,-0.007422037422657013,0.002534763189032674,0.4789709150791168,0.4901990592479706,0.6737716794013977,814.0,208384.0,4875.2931866738945,13336576.0 +109.34,8.699999809265137,2778.0,0.005240479484200478,0.06341552734375,0.0,1.9597344398498535,1.9054993391036987,-0.008461968041956425,0.002510364865884185,0.47932037711143494,0.49240899085998535,0.6918263733386993,815.0,208640.0,4881.189992500003,13352960.0 +90.43,9.0,2774.0,0.011873329989612103,0.1108601912856102,0.0,1.8703771829605103,1.9653548002243042,-0.010408776812255383,0.002539102453738451,0.26358118653297424,0.49909770488739014,0.7777855396270752,816.0,208896.0,4887.096247195033,13369344.0 +109.9,8.800000190734863,2766.0,0.008918027393519878,0.11480712890625,0.0,1.9027220010757446,1.9727177619934082,-0.008366218768060207,0.002527055097743869,0.3458033502101898,0.4943866431713104,0.6606918275356293,817.0,209152.0,4893.020149200922,13385728.0 +119.09,8.600000381469727,2737.0,0.010358362458646297,0.1259562224149704,0.0,1.938180923461914,1.9665889739990234,-0.008797939866781235,0.0025248315650969744,0.4156564772129059,0.49640074372291565,0.6649879217147827,818.0,209408.0,4899.006483463105,13402112.0 +143.84,8.399999618530273,2676.0,0.007662380114197731,0.09210205078125,0.0,1.9684056043624878,1.958171010017395,-0.009286071173846722,0.0025362081360071898,0.45310935378074646,0.5026147365570068,0.6200960874557495,819.0,209664.0,4905.128772583092,13418496.0 +98.27,9.0,2723.0,0.006972121074795723,0.0789794921875,0.0,1.9161299467086792,1.987967848777771,-0.009401855058968067,0.002572862897068262,0.3192436993122101,0.49935778975486755,0.6632916033267975,820.0,209920.0,4911.146696788957,13434880.0 +93.57,9.300000190734863,2699.0,0.010562754236161709,0.1022745743393898,0.0,1.8774079084396362,1.9669617414474487,-0.010824169032275677,0.0025434528943151236,0.2721578776836395,0.5000963807106018,0.7144359648227692,821.0,210176.0,4917.2172140181065,13451264.0 +134.86,9.100000381469727,2694.0,0.012869457714259624,0.1168212890625,0.0,1.8993487358093262,1.977432370185852,-0.008250463753938675,0.0025421476457268,0.32738831639289856,0.4926058053970337,0.6733958423137665,822.0,210432.0,4923.298924802104,13467648.0 +128.33,8.600000381469727,2694.0,0.009877183474600315,0.0850830078125,0.0,1.9659308195114136,1.9346269369125366,-0.00808588694781065,0.0025229163002222776,0.47613683342933655,0.49383631348609924,0.6370989978313446,823.0,210688.0,4929.379373717122,13484032.0 +102.99,8.699999809265137,2725.0,0.007643371820449829,0.0877685546875,0.0,1.934207797050476,1.9299286603927612,-0.010137504898011684,0.0025281307753175497,0.42607036232948303,0.4865439832210541,0.6532477140426636,824.0,210944.0,4935.391462716041,13500416.0 +112.83,9.199999809265137,2714.0,0.00742139108479023,0.08831787109375,0.0,1.9087635278701782,1.9612215757369995,-0.007902204990386963,0.0025409553200006485,0.3195575475692749,0.5060216784477234,0.6624211370944977,825.0,211200.0,4941.428839653963,13516800.0 +118.31,9.300000190734863,2719.0,0.00818555522710085,0.1013387069106102,0.0,1.8632851839065552,2.0017483234405518,-0.00950558390468359,0.002546095522120595,0.24295549094676971,0.498282790184021,0.7466650903224945,826.0,211456.0,4947.453608945943,13533184.0 +112.41,9.199999809265137,2623.0,0.01123804971575737,0.1262410432100296,0.0,1.889882206916809,2.003929376602173,-0.0096477335318923,0.0025310430210083723,0.3131215274333954,0.49748706817626953,0.7274700105190277,827.0,211712.0,4953.699520671973,13549568.0 +132.71,8.899999618530273,2762.0,0.009470806457102299,0.1012166365981102,0.0,1.8843671083450317,2.0034031867980957,-0.010519585572183132,0.002542441477999091,0.2903463542461395,0.49852707982063293,0.7317067682743073,828.0,211968.0,4959.632117686095,13565952.0 +105.47,9.100000381469727,2709.0,0.008459885604679585,0.0977376326918602,0.0,1.8829073905944824,1.9685215950012207,-0.009284558705985546,0.0025220427196472883,0.3200969099998474,0.49080708622932434,0.7409254610538483,829.0,212224.0,4965.681408439064,13582336.0 +102.2,8.800000190734863,2713.0,0.008904223330318928,0.1089070662856102,0.0,1.9370156526565552,1.9734052419662476,-0.008254021406173706,0.00252837804146111,0.402119904756546,0.49975451827049255,0.6767445802688599,830.0,212480.0,4971.7224927570205,13598720.0 +109.56,9.100000381469727,2731.0,0.010699634440243244,0.1156209334731102,0.0,1.8877372741699219,1.9863442182540894,-0.009711187332868576,0.002526068827137351,0.330218642950058,0.48916804790496826,0.7130791544914246,831.0,212736.0,4977.722141449107,13615104.0 +98.18,8.899999618530273,2708.0,0.008217313326895237,0.0995076522231102,0.0,1.9618250131607056,1.9985939264297485,-0.010512112639844418,0.002529768506065011,0.4515906870365143,0.5016433596611023,0.6386814713478088,832.0,212992.0,4983.772256480064,13631488.0 +107.76,9.199999809265137,2732.0,0.009791522286832333,0.12359619140625,0.0,1.8916362524032593,2.0069429874420166,-0.010769850574433804,0.0025408745277673006,0.30810993909835815,0.49798309803009033,0.6615777015686035,833.0,213248.0,4989.769863720052,13647872.0 +124.81,8.800000190734863,2765.0,0.010031397454440594,0.1073811873793602,0.0,1.9198943376541138,1.9845529794692993,-0.008585290983319283,0.0025478212628513575,0.3411334455013275,0.5038476586341858,0.6695725321769714,834.0,213504.0,4995.695082372986,13664256.0 +123.58,9.100000381469727,2780.0,0.01271557342261076,0.140625,0.0,1.9017916917800903,1.942713737487793,-0.011212204582989216,0.0025318481493741274,0.3329640328884125,0.5000249743461609,0.6942845582962036,835.0,213760.0,5001.589382329956,13680640.0 +86.98,9.5,2738.0,0.007787192240357399,0.0966389998793602,0.0,1.9056168794631958,1.9625300168991089,-0.009595253504812717,0.0025408382061868906,0.3301438093185425,0.49934661388397217,0.7015910148620605,836.0,214016.0,5007.573013592046,13697024.0 +109.39,8.899999618530273,2680.0,0.015120035968720913,0.0989176407456398,0.0,1.9376578330993652,1.981131672859192,-0.01056987326592207,0.0025718645192682743,0.35052740573883057,0.5068429112434387,0.7035472989082336,837.0,214272.0,5013.686984314118,13713408.0 +112.63,8.600000381469727,2727.0,0.01435863133519888,0.1105143204331398,0.0,1.933971881866455,1.9769487380981445,-0.008263876661658287,0.00255608931183815,0.3680565059185028,0.49993249773979187,0.6920060515403748,838.0,214528.0,5019.694070939906,13729792.0 +144.06,8.600000381469727,2714.0,0.008300776593387127,0.1078287735581398,0.0,1.9375892877578735,1.9631013870239258,-0.010563898831605911,0.002538868226110935,0.4159921407699585,0.49035394191741943,0.6762606501579285,839.0,214784.0,5025.731642958941,13746176.0 +82.36,8.699999809265137,2699.0,0.009408007375895977,0.1124674454331398,0.0,1.9176667928695679,1.9390525817871094,-0.010652911849319935,0.0025145274121314287,0.401462584733963,0.48971477150917053,0.7151844203472137,840.0,215040.0,5031.8054233829025,13762560.0 +110.22,8.699999809265137,2709.0,0.009338011965155602,0.10748291015625,0.0,1.9197009801864624,1.982614517211914,-0.010761679150164127,0.0025307524483650923,0.38907232880592346,0.4903763234615326,0.6850702166557312,841.0,215296.0,5037.85216974793,13778944.0 +113.08,9.199999809265137,2735.0,0.008716467767953873,0.0901896134018898,0.0,1.9059213399887085,1.9852890968322754,-0.009704351425170898,0.002510760212317109,0.3675669729709625,0.4963150918483734,0.6991386115550995,842.0,215552.0,5043.8425518181175,13795328.0 +135.59,8.600000381469727,2707.0,0.008555842563509941,0.1117146834731102,0.0,1.9015873670578003,2.0157392024993896,-0.010022847913205624,0.002546607982367277,0.3285779356956482,0.4941749572753906,0.6801035404205322,843.0,215808.0,5049.89445799496,13811712.0 +86.61,9.300000190734863,2748.0,0.01065852865576744,0.1186930313706398,0.0,1.8537949323654175,1.9838577508926392,-0.009839042089879513,0.0025264204014092684,0.2567894160747528,0.49186769127845764,0.7502311170101166,844.0,216064.0,5055.857858174946,13828096.0 +146.8,9.0,2763.0,0.00916429702192545,0.1229248046875,0.0,1.8872555494308472,2.0034685134887695,-0.009257967583835125,0.002551810583099723,0.265709787607193,0.5077882409095764,0.7156767845153809,845.0,216320.0,5061.7870885171,13844480.0 +135.82,8.800000190734863,2733.0,0.011759328655898571,0.1269734650850296,0.0,1.8872753381729126,2.0103049278259277,-0.011322255246341228,0.002548566786572337,0.28782743215560913,0.5005034804344177,0.7149690091609955,846.0,216576.0,5067.7824178950395,13860864.0 +166.57,8.699999809265137,2716.0,0.008532221429049969,0.0966389998793602,0.0,1.9110547304153442,2.0202691555023193,-0.009747435338795185,0.0025493346620351076,0.34092196822166443,0.495876669883728,0.6967737674713135,847.0,216832.0,5073.815627607983,13877248.0 +111.43,8.800000190734863,2735.0,0.0092448266223073,0.1097818985581398,0.0,1.9434062242507935,1.9687026739120483,-0.009812703356146812,0.002529549179598689,0.4450893700122833,0.48558664321899414,0.6374753713607788,848.0,217088.0,5079.806646299083,13893632.0 +115.04,8.899999618530273,2782.0,0.009683939628303051,0.12164306640625,0.0,1.8978406190872192,1.955043911933899,-0.009561191312968731,0.0025223561096936464,0.3588597774505615,0.48634448647499084,0.6647772192955017,849.0,217344.0,5085.696454002988,13910016.0 +106.18,9.0,2715.0,0.010363676585257053,0.10748291015625,0.0,1.8887239694595337,1.9879032373428345,-0.010060427710413933,0.002542086411267519,0.315068781375885,0.4900858700275421,0.6793356835842133,850.0,217600.0,5091.73420774797,13926400.0 +101.46,8.800000190734863,2793.0,0.011046286672353745,0.1370849609375,0.0,1.9040642976760864,1.9929108619689941,-0.009690232574939728,0.002531624399125576,0.3440547287464142,0.4958442747592926,0.6829502582550049,851.0,217856.0,5097.600410352927,13942784.0 +111.64,9.100000381469727,2801.0,0.010049189440906048,0.10931396484375,0.0,1.9299451112747192,1.947048544883728,-0.007589563727378845,0.002517435234040022,0.42745473980903625,0.4845599830150604,0.6372129023075104,852.0,218112.0,5103.450410767924,13959168.0 +111.17,8.5,2748.0,0.0075364913791418076,0.09332275390625,0.0,2.0005059242248535,1.9459120035171509,-0.00854420568794012,0.002523198490962386,0.5424140095710754,0.49570298194885254,0.5733708441257477,853.0,218368.0,5109.41277234396,13975552.0 +97.39,9.0,2771.0,0.007544041145592928,0.09271240234375,0.0,1.9267311096191406,1.9782767295837402,-0.009877173230051994,0.002527866279706359,0.4079701900482178,0.48847290873527527,0.6410583853721619,854.0,218624.0,5115.324684252031,13991936.0 +88.57,9.5,2725.0,0.009979593567550182,0.0998128280043602,0.0,1.8436535596847534,1.953107476234436,-0.010941366665065289,0.002525969175621867,0.23677045106887817,0.4927560091018677,0.7294518947601318,855.0,218880.0,5121.336805542,14008320.0 +105.91,8.899999618530273,2771.0,0.0076768845319747925,0.0794881209731102,0.0,1.9351439476013184,1.9685074090957642,-0.00937735103070736,0.002524801529943943,0.41601380705833435,0.4937986135482788,0.5943673849105835,856.0,219136.0,5127.250190372113,14024704.0 +107.72,9.0,2742.0,0.006607202347368002,0.0748494490981102,0.0,1.893926978111267,1.9713068008422852,-0.008726807311177254,0.0025072298012673855,0.3422152101993561,0.49764421582221985,0.6834011971950531,857.0,219392.0,5133.225908897119,14041088.0 +88.16,9.0,2779.0,0.012830940075218678,0.09344482421875,0.0,1.8736339807510376,1.976587176322937,-0.006635103840380907,0.002517696702852845,0.31405916810035706,0.4841569662094116,0.6941477358341217,858.0,219648.0,5139.122243162012,14057472.0 +102.72,8.699999809265137,2803.0,0.005922354757785797,0.0591837577521801,0.0,1.989640235900879,2.0022566318511963,-0.008494888432323933,0.002525893971323967,0.5088208913803101,0.5008006691932678,0.5655929446220398,859.0,219904.0,5144.968052067095,14073856.0 +140.92,8.5,2847.0,0.005888597574084997,0.0665079727768898,0.0,1.9838403463363647,2.0006964206695557,-0.008783053606748581,0.0025329748168587685,0.4911538064479828,0.5005660653114319,0.596010833978653,860.0,220160.0,5150.722775147995,14090240.0 +97.04,8.800000190734863,2770.0,0.007194316014647484,0.0819498673081398,0.0,1.9181652069091797,2.0149085521698,-0.00822589360177517,0.002526288153603673,0.37098029255867004,0.49790552258491516,0.6475901007652283,861.0,220416.0,5156.640922293998,14106624.0 +136.79,8.699999809265137,2728.0,0.006428934168070555,0.0709635391831398,0.0,1.9465752840042114,2.0062835216522217,-0.0074646323919296265,0.0025289233308285475,0.40148887038230896,0.5088966488838196,0.604093611240387,862.0,220672.0,5162.64674103912,14123008.0 +126.26,8.899999618530273,2778.0,0.0073018744587898254,0.0910441055893898,0.0,1.9085969924926758,2.0114927291870117,-0.00970091950148344,0.002532155252993107,0.34781432151794434,0.4984281361103058,0.6389763653278351,863.0,220928.0,5168.543834398035,14139392.0 +106.64,8.899999618530273,2801.0,0.0074071562848985195,0.0958048477768898,0.0,1.899956226348877,1.999619483947754,-0.008777723647654057,0.002533139893785119,0.3206976056098938,0.5018113255500793,0.6619020104408264,864.0,221184.0,5174.393239831086,14155776.0 +102.59,9.300000190734863,2798.0,0.006484081503003836,0.0769246444106102,0.0,1.9028263092041016,2.0062949657440186,-0.007080849725753069,0.0025227402802556753,0.3392026424407959,0.4989985227584839,0.6403875648975372,865.0,221440.0,5180.248199497117,14172160.0 +120.24,8.899999618530273,2798.0,0.008718499913811684,0.1107381209731102,0.0,1.936099648475647,2.035459041595459,-0.005361360032111406,0.0025301827117800713,0.40526434779167175,0.49409183859825134,0.5850433707237244,866.0,221696.0,5186.104058162076,14188544.0 +144.83,8.800000190734863,2802.0,0.006444843020290136,0.0731608048081398,0.0,1.8973814249038696,2.025353193283081,-0.007232315372675657,0.002537688473239541,0.3232053220272064,0.49442076683044434,0.6252183616161346,867.0,221952.0,5191.950500471052,14204928.0 +124.72,8.800000190734863,2812.0,0.006574805360287428,0.0723063126206398,0.0,1.870985507965088,2.047685146331787,-0.00867905467748642,0.0025252073537558317,0.2891189455986023,0.49297812581062317,0.6507747769355774,868.0,222208.0,5197.777132257121,14221312.0 +176.77,8.199999809265137,2803.0,0.008948069997131824,0.1131795272231102,0.0,1.9658288955688477,2.053082227706909,-0.005101936869323254,0.002544108312577009,0.438981294631958,0.49991726875305176,0.4899488091468811,869.0,222464.0,5203.622263994068,14237696.0 +140.31,8.699999809265137,2813.0,0.006845885422080755,0.0789998397231102,0.0,1.8903560638427734,2.068751096725464,-0.009395320899784565,0.002543379319831729,0.2985847294330597,0.4994570314884186,0.5942217111587524,870.0,222720.0,5209.44608861208,14254080.0 +152.78,8.300000190734863,2784.0,0.008542689494788647,0.1053873673081398,0.0,1.963194727897644,2.0538671016693115,-0.008691278286278248,0.0025243572890758514,0.46525803208351135,0.49761688709259033,0.504112720489502,871.0,222976.0,5215.330405354034,14270464.0 +133.72,8.899999618530273,2815.0,0.00810245331376791,0.0909423828125,0.0,1.881355881690979,2.056307554244995,-0.008502953685820103,0.0025194587651640177,0.3251621425151825,0.48811137676239014,0.6084161102771759,872.0,223232.0,5221.151675683912,14286848.0 +136.28,8.899999618530273,2784.0,0.010038657113909721,0.1185302734375,0.0,1.9198592901229858,2.0336527824401855,-0.009202837012708187,0.002506129676476121,0.39628171920776367,0.4981931149959564,0.6013197898864746,873.0,223488.0,5227.0378543769475,14303232.0 +102.19,8.899999618530273,2796.0,0.007111764047294855,0.0901082381606102,0.0,1.8885890245437622,2.053093671798706,-0.008504708297550678,0.002511147176846862,0.34554293751716614,0.4892798364162445,0.6436082422733307,874.0,223744.0,5232.89758051699,14319616.0 +101.82,8.899999618530273,2710.0,0.008398972451686859,0.1023966446518898,0.0,1.9107027053833008,2.048992156982422,-0.009027940221130848,0.0025102009531110525,0.3777215778827667,0.49625933170318604,0.6467404961585999,875.0,224000.0,5238.944536200026,14336000.0 +118.05,8.5,2666.0,0.009014994837343693,0.1129964217543602,0.0,1.929126262664795,2.054367780685425,-0.008227081038057804,0.0025166512932628393,0.40768465399742126,0.4957287609577179,0.6549786329269409,876.0,224256.0,5245.090658321977,14352384.0 +131.15,8.399999618530273,2652.0,0.007537504192441702,0.0859578475356102,0.0,1.9667590856552124,2.0719799995422363,-0.009975348599255085,0.0025257200468331575,0.4535616636276245,0.5078133940696716,0.5930397212505341,877.0,224512.0,5251.268362120958,14368768.0 +114.89,9.199999809265137,2696.0,0.009831230156123638,0.1297200471162796,0.0,1.8438855409622192,2.099369525909424,-0.008456547744572163,0.0025132610462605953,0.24496205151081085,0.49422407150268555,0.7295077741146088,878.0,224768.0,5257.344579339027,14385152.0 +139.16,8.899999618530273,2664.0,0.013237609528005123,0.1191609725356102,0.0,1.8767261505126953,2.092303514480591,-0.009585648775100708,0.0025286793243139982,0.2895990312099457,0.49809572100639343,0.6386591196060181,879.0,225024.0,5263.493416032987,14401536.0 +141.12,9.0,2764.0,0.012655004858970642,0.1307576447725296,0.0,1.9057807922363281,2.062185525894165,-0.009263352490961552,0.002523428061977029,0.3438403606414795,0.5020318627357483,0.602352648973465,880.0,225280.0,5269.421018478926,14417920.0 +117.75,8.600000381469727,2799.0,0.01143527403473854,0.0983479842543602,0.0,1.917657494544983,2.045196294784546,-0.007904747501015663,0.0025089906994253397,0.3708929121494293,0.506072461605072,0.6305194199085236,881.0,225536.0,5275.275244429009,14434304.0 +107.33,9.0,2740.0,0.01131439208984375,0.1203409805893898,0.0,1.8829010725021362,2.042710065841675,-0.00979592651128769,0.0025236038491129875,0.304585725069046,0.49902915954589844,0.6623009741306305,882.0,225792.0,5281.25485164905,14450688.0 +107.33,8.800000190734863,2733.0,0.008632869459688663,0.11199951171875,0.0,1.9016305208206177,2.038760185241699,-0.009788536466658115,0.0025296220555901527,0.3122292160987854,0.5108810067176819,0.6716903448104858,883.0,226048.0,5287.249471879099,14467072.0 +116.97,9.0,2769.0,0.009665594436228275,0.1102091446518898,0.0,1.9136991500854492,2.0529768466949463,-0.009175836108624935,0.0025224792771041393,0.36887356638908386,0.4977285861968994,0.6307581067085266,884.0,226304.0,5293.166602140991,14483456.0 +126.72,8.800000190734863,2804.0,0.009044045582413673,0.1196492537856102,0.0,1.9522868394851685,2.030306100845337,-0.009863377548754215,0.0025345219764858484,0.4135803282260895,0.5084022879600525,0.5994893610477448,885.0,226560.0,5299.01025452395,14499840.0 +101.38,9.100000381469727,2812.0,0.012138954363763332,0.1383870393037796,0.0,1.905988097190857,2.0223095417022705,-0.01006291713565588,0.00250714342109859,0.38905978202819824,0.4881726801395416,0.6281430721282959,886.0,226816.0,5304.836365350056,14516224.0 +94.32,9.100000381469727,2757.0,0.016920307651162148,0.1185099259018898,0.0,1.9366668462753296,1.986335277557373,-0.008957703597843647,0.0025073422584682703,0.4265271723270416,0.49855300784111023,0.6200904846191406,887.0,227072.0,5310.778111793101,14532608.0 +98.3,8.800000190734863,2771.0,0.007268909830600023,0.0859375,0.0,1.9189764261245728,2.0218610763549805,-0.009508698247373104,0.0025104235392063856,0.39038583636283875,0.4982990026473999,0.6610060036182404,888.0,227328.0,5316.691050433088,14548992.0 +118.18,8.600000381469727,2834.0,0.007489081006497145,0.0836995467543602,0.0,1.9667607545852661,2.023369550704956,-0.008619740605354309,0.002516120206564665,0.4631706774234772,0.5059688091278076,0.6359400153160095,889.0,227584.0,5322.4717039149255,14565376.0 +109.34,8.899999618530273,2787.0,0.008257248438894749,0.1047770157456398,0.0,1.9003323316574097,2.014369249343872,-0.010726768523454666,0.002504551550373435,0.3492010533809662,0.5043261647224426,0.7118882536888123,890.0,227840.0,5328.350031458074,14581760.0 +119.12,9.0,2777.0,0.008888295851647854,0.11468505859375,0.0,1.8868656158447266,1.992613434791565,-0.010588578879833221,0.0025048647075891495,0.33779072761535645,0.49605265259742737,0.7237730920314789,891.0,228096.0,5334.250526736025,14598144.0 +109.73,8.600000381469727,2711.0,0.011651460081338882,0.13397216796875,0.0,1.943818211555481,1.9878686666488647,-0.010112354531884193,0.002507375553250313,0.4323541224002838,0.5039443969726562,0.6758262515068054,892.0,228352.0,5340.292978483951,14614528.0 +70.72,8.899999618530273,2776.0,0.009821666404604912,0.1035970076918602,0.0,1.9128233194351196,1.9578603506088257,-0.00977704580873251,0.002494388958439231,0.4019169509410858,0.4940260648727417,0.7004063427448273,893.0,228608.0,5346.195754610002,14630912.0 +100.38,9.0,2752.0,0.008988038636744022,0.11474609375,0.0,1.8932933807373047,1.9759308099746704,-0.009291265159845352,0.002510243561118841,0.3379882574081421,0.4982280433177948,0.7120502591133118,894.0,228864.0,5352.148408495123,14647296.0 +118.83,9.100000381469727,2752.0,0.009399780072271824,0.1039835587143898,0.0,1.9159270524978638,1.9834553003311157,-0.009870386682450771,0.0025056072045117617,0.38451051712036133,0.5005730986595154,0.6481781899929047,895.0,229120.0,5358.100687446073,14663680.0 +92.34,9.0,2767.0,0.005873477552086115,0.0677897110581398,0.0,1.9384613037109375,2.0186126232147217,-0.008365270681679249,0.002518367487937212,0.4105270206928253,0.502565324306488,0.6687526404857635,896.0,229376.0,5364.021805281052,14680064.0 +125.89,8.600000381469727,2752.0,0.007438354194164276,0.0887654647231102,0.0,1.934730052947998,2.0644471645355225,-0.00854424200952053,0.0025331107899546623,0.384883850812912,0.5049214959144592,0.6536702811717987,897.0,229632.0,5369.974273353117,14696448.0 +123.27,8.800000190734863,2744.0,0.007415799889713526,0.0893351212143898,0.0,1.941393494606018,2.0515878200531006,-0.0065934062004089355,0.002514350926503539,0.4180662930011749,0.5022941827774048,0.6986278295516968,898.0,229888.0,5375.945745382924,14712832.0 +143.24,8.600000381469727,2737.0,0.008467858657240868,0.095947265625,0.0,1.9416195154190063,2.008619546890259,-0.010172845795750618,0.002530396683141589,0.4142848551273346,0.4995379149913788,0.676300436258316,899.0,230144.0,5381.932483793935,14729216.0 +118.31,9.100000381469727,2775.0,0.009683395735919476,0.11505126953125,0.0,1.8932863473892212,1.9727592468261719,-0.00974539015442133,0.002496989443898201,0.35775628685951233,0.49538668990135193,0.7103413045406342,900.0,230400.0,5387.835748618934,14745600.0 +68.11,9.100000381469727,2727.0,0.010922816582024097,0.1287638396024704,0.0,1.8996882438659668,1.9920610189437866,-0.010267634876072407,0.0025092726573348045,0.34318864345550537,0.5036457180976868,0.7268396019935608,901.0,230656.0,5393.842615447007,14761984.0 +98.11,8.899999618530273,2718.0,0.008918309584259987,0.1046346053481102,0.0,1.942480444908142,1.9851393699645996,-0.010069243609905243,0.002507084049284458,0.4463082551956177,0.4957050085067749,0.6453958749771118,902.0,230912.0,5399.87014594092,14778368.0 +116.58,9.0,2750.0,0.008079414255917072,0.10174560546875,0.0,1.8931416273117065,2.049139976501465,-0.009068264625966549,0.0024970981758087873,0.3306536078453064,0.5088250637054443,0.7322237491607666,903.0,231168.0,5405.828766431892,14794752.0 +93.67,9.300000190734863,2694.0,0.008123735897243023,0.1012980118393898,0.0,1.8764125108718872,2.086061477661133,-0.010868366807699203,0.0025238916277885437,0.26503607630729675,0.5136776566505432,0.7431236803531647,904.0,231424.0,5411.910300754011,14811136.0 +126.24,9.199999809265137,2690.0,0.007899804972112179,0.0885416641831398,0.0,1.8570890426635742,2.0851855278015137,-0.010140820406377316,0.002507457509636879,0.2516070306301117,0.5085494518280029,0.7717712074518204,905.0,231680.0,5418.000997995026,14827520.0 +149.97,8.5,2622.0,0.007034089416265488,0.0869140625,0.0,1.9281225204467773,2.089942693710327,-0.011400648392736912,0.0025260555557906628,0.37318623065948486,0.5108017325401306,0.6798065304756165,906.0,231936.0,5424.24950132193,14843904.0 +117.83,8.199999809265137,2638.0,0.007453491445630789,0.0887858048081398,0.0,1.9516197443008423,2.1102449893951416,-0.009097694419324398,0.0025221959222108126,0.41865435242652893,0.5113947987556458,0.6519979536533356,907.0,232192.0,5430.460733091924,14860288.0 +158.67,8.899999618530273,2720.0,0.0060813166201114655,0.0760904923081398,0.0,1.932288646697998,2.0872771739959717,-0.009744735434651375,0.0025120589416474104,0.4072498083114624,0.503251850605011,0.6686878800392151,908.0,232448.0,5436.484147639014,14876672.0 +105.72,8.399999618530273,2698.0,0.008387752808630466,0.09210205078125,0.0,1.9678813219070435,2.064365863800049,-0.008950368501245975,0.0025183833204209805,0.46606311202049255,0.5052523016929626,0.6270296573638916,909.0,232704.0,5442.556144780014,14893056.0 +133.95,8.399999618530273,2735.0,0.007215053308755159,0.0841064453125,0.0,1.9436907768249512,2.087897300720215,-0.008192649111151695,0.0025166652631014585,0.42329588532447815,0.5027819275856018,0.6486829519271851,910.0,232960.0,5448.54630443803,14909440.0 +152.71,8.600000381469727,2753.0,0.007030761335045099,0.0819295272231102,0.0,1.9235142469406128,2.1048543453216553,-0.008781076408922672,0.002537607913836837,0.35157522559165955,0.5087524056434631,0.6824048161506653,911.0,233216.0,5454.496874934062,14925824.0 +129.37,8.699999809265137,2730.0,0.0077507589012384415,0.0741780623793602,0.0,1.9463461637496948,2.090437173843384,-0.009916459210216999,0.0025222597178071737,0.4140351116657257,0.509019672870636,0.6606282591819763,912.0,233472.0,5460.497798341094,14942208.0 +136.8,8.800000190734863,2767.0,0.007723452989012003,0.0948689803481102,0.0,1.8701763153076172,2.082237958908081,-0.01109404768794775,0.0025121148210018873,0.2994343936443329,0.4963178336620331,0.7355754375457764,913.0,233728.0,5466.420006352011,14958592.0 +106.29,9.300000190734863,2752.0,0.01067251618951559,0.1205647811293602,0.0,1.8524755239486694,2.0798299312591553,-0.00964283011853695,0.0025224604178220034,0.23334945738315582,0.5050117373466492,0.7508404105901718,914.0,233984.0,5472.373154267902,14974976.0 +124.01,9.199999809265137,2779.0,0.009551974944770336,0.1218668594956398,0.0,1.8475810289382935,2.1185052394866943,-0.010181212797760963,0.002525043673813343,0.21631841361522675,0.5082663297653198,0.7581330388784409,915.0,234240.0,5478.267818202032,14991360.0 +179.05,8.600000381469727,2785.0,0.008644773624837399,0.1074625626206398,0.0,1.8884730339050293,2.092679977416992,-0.007829834707081318,0.0025223682168871164,0.2926225960254669,0.5097339749336243,0.7093046605587006,916.0,234496.0,5484.149734514067,15007744.0 +170.21,8.300000190734863,2794.0,0.00924583338201046,0.1146443709731102,0.0,1.9638113975524902,2.0611026287078857,-0.006683179643005133,0.002520569832995534,0.43522319197654724,0.5132090449333191,0.6320737898349762,917.0,234752.0,5490.012928233016,15024128.0 +100.74,8.699999809265137,2817.0,0.007101212162524462,0.0847371444106102,0.0,1.9559937715530396,2.046543598175049,-0.008922422304749489,0.0025123408995568752,0.46027418971061707,0.49907422065734863,0.6500432789325714,918.0,235008.0,5495.829874407966,15040512.0 +93.37,9.100000381469727,2780.0,0.009331044740974903,0.12115478515625,0.0,1.9034453630447388,2.0151917934417725,-0.010179060511291027,0.0024947572965174913,0.3709662854671478,0.500914990901947,0.7012651264667511,919.0,235264.0,5501.722501406912,15056896.0 +114.87,9.100000381469727,2756.0,0.009317667223513126,0.1122233048081398,0.0,1.8684748411178589,2.0390000343322754,-0.010933726094663143,0.002516541164368391,0.27226880192756653,0.5053935050964355,0.7323633134365082,920.0,235520.0,5507.6673441610765,15073280.0 +86.82,8.800000190734863,2674.0,0.008470945991575718,0.1013997420668602,0.0,1.9453654289245605,2.009087085723877,-0.009203245863318443,0.0025116850156337023,0.41194942593574524,0.5128421187400818,0.6609114408493042,921.0,235776.0,5513.793676767033,15089664.0 +150.56,8.899999618530273,2690.0,0.008018250577151775,0.0826822891831398,0.0,1.932482361793518,2.0083487033843994,-0.009374876506626606,0.0025124249514192343,0.4142216145992279,0.4986175000667572,0.6661254167556763,922.0,236032.0,5519.88357487903,15106048.0 +100.56,8.699999809265137,2812.0,0.008608526550233364,0.0926717147231102,0.0,1.9697059392929077,1.9958213567733765,-0.009211194701492786,0.002502715913578868,0.4920777976512909,0.5014787912368774,0.6178294718265533,923.0,236288.0,5525.708930955036,15122432.0 +83.79,9.100000381469727,2801.0,0.016750440001487732,0.1108805313706398,0.0,1.9419163465499878,1.968368411064148,-0.010759249329566956,0.0025117879267781973,0.4477843940258026,0.49257299304008484,0.6322333514690399,924.0,236544.0,5531.558873085072,15138816.0 +113.87,8.699999809265137,2849.0,0.009743640199303627,0.1215006485581398,0.0,1.916880488395691,1.9690418243408203,-0.01001022569835186,0.0025002651382237673,0.37698355317115784,0.5079568028450012,0.6941028237342834,925.0,236800.0,5537.310097211972,15155200.0 +100.73,8.800000190734863,2751.0,0.010345068760216236,0.1333414763212204,0.0,1.9434868097305298,2.0460731983184814,-0.009408807381987572,0.0025110247079283,0.401279479265213,0.517204225063324,0.6450329422950745,926.0,237056.0,5543.264459758997,15171584.0 +129.34,8.699999809265137,2755.0,0.0077332318760454655,0.08624267578125,0.0,1.9436944723129272,2.02396821975708,-0.008801493793725967,0.00251384312286973,0.41350996494293213,0.5090590119361877,0.6505638360977173,927.0,237312.0,5549.212173010921,15187968.0 +144.52,9.100000381469727,2778.0,0.010783028788864613,0.1357828825712204,0.0,1.8594123125076294,2.030359983444214,-0.009865319356322289,0.002500558504834771,0.26201131939888,0.5082964301109314,0.7340599298477173,928.0,237568.0,5555.10906010191,15204352.0 +108.18,9.0,2795.0,0.00673023471608758,0.07928466796875,0.0,1.9015218019485474,1.9758539199829102,-0.007799255196005106,0.0024958678986877203,0.3441653251647949,0.5090630650520325,0.6732017695903778,929.0,237824.0,5560.9703095129225,15220736.0 +107.66,9.199999809265137,2797.0,0.009194574318826199,0.1053059920668602,0.0,1.9099076986312866,1.9705432653427124,-0.01093226671218872,0.002491958439350128,0.37934544682502747,0.5048934817314148,0.6542952656745911,930.0,238080.0,5566.828984841006,15237120.0 +104.83,9.300000190734863,2749.0,0.009949523024260998,0.1112467423081398,0.0,1.8665624856948853,1.9695706367492676,-0.00950245838612318,0.0024937510024756193,0.2839628756046295,0.5069037079811096,0.7161920964717865,931.0,238336.0,5572.788337887032,15253504.0 +96.66,8.899999618530273,2758.0,0.008727187290787697,0.09808349609375,0.0,1.9415501356124878,1.9296765327453613,-0.010193421505391598,0.0025020409375429153,0.4539250433444977,0.4930572211742401,0.6088496446609497,932.0,238592.0,5578.729693087982,15269888.0 +86.04,9.0,2744.0,0.007684964686632156,0.0784708634018898,0.0,1.9140973091125488,1.9498310089111328,-0.009470876306295395,0.002500842558220029,0.3858095705509186,0.4997406005859375,0.6739178895950317,933.0,238848.0,5584.699986329069,15286272.0 +81.72,9.399999618530273,2801.0,0.014286872930824757,0.1374308317899704,0.0,1.8810356855392456,1.930626392364502,-0.011641533114016056,0.0025004716590046883,0.3195556700229645,0.501969575881958,0.6646438241004944,934.0,239104.0,5590.549903752049,15302656.0 +85.96,8.699999809265137,2768.0,0.008991781622171402,0.10125732421875,0.0,1.939437747001648,1.9298137426376343,-0.011282384395599365,0.0024861942511051893,0.4518080949783325,0.5010169148445129,0.6078536808490753,935.0,239360.0,5596.468915083911,15319040.0 +96.71,8.899999618530273,2738.0,0.011398139409720898,0.11651611328125,0.0,1.9060543775558472,1.932197093963623,-0.009851152077317238,0.0024921006988734007,0.35961997509002686,0.5093671679496765,0.6356916725635529,936.0,239616.0,5602.45293007791,15335424.0 +85.37,9.399999618530273,2751.0,0.007970597594976425,0.0920817032456398,0.0,1.8757895231246948,1.9471163749694824,-0.009563413448631763,0.0024904299061745405,0.308437705039978,0.5053902864456177,0.6738976538181305,937.0,239872.0,5608.409258692991,15351808.0 +73.15,9.300000190734863,2707.0,0.008132018148899078,0.0941162109375,0.0,1.9065464735031128,1.946346402168274,-0.009025851264595985,0.002492383820936084,0.3764742314815521,0.5006071329116821,0.6767522394657135,938.0,240128.0,5614.461680219043,15368192.0 +79.56,9.600000381469727,2742.0,0.008537374436855316,0.1073404923081398,0.0,1.8249311447143555,1.956985354423523,-0.009780085645616055,0.002480924129486084,0.21394844353199005,0.5068448185920715,0.7840120792388916,939.0,240384.0,5620.437401280971,15384576.0 +98.17,8.800000190734863,2761.0,0.010157890617847443,0.1202596053481102,0.0,1.9203239679336548,1.9610108137130737,-0.011091816239058971,0.0024711955338716507,0.4128313958644867,0.5090124011039734,0.7199003100395203,940.0,240640.0,5626.372167984024,15400960.0 +101.92,9.399999618530273,2789.0,0.009409589692950249,0.1198323592543602,0.0,1.8220754861831665,1.984622836112976,-0.01179339736700058,0.0024852498900145292,0.21371173858642578,0.5042343139648438,0.7963185608386993,941.0,240896.0,5632.247748266906,15417344.0 +110.53,9.399999618530273,2735.0,0.008371743373572826,0.0991414412856102,0.0,1.8415387868881226,1.973758339881897,-0.010084611363708973,0.0024989177472889423,0.20401787757873535,0.5198931097984314,0.8169249892234802,942.0,241152.0,5638.237478529103,15433728.0 +106.99,8.699999809265137,2735.0,0.015790076926350594,0.1202596053481102,0.0,1.9283519983291626,2.008077383041382,-0.006777411326766014,0.0024976974818855524,0.4008142650127411,0.5059543251991272,0.6940230429172516,943.0,241408.0,5644.227027996909,15450112.0 +87.07,9.0,2749.0,0.010848123580217361,0.1123453751206398,0.0,1.8929595947265625,1.967184066772461,-0.009716277942061424,0.0024837746750563383,0.34209057688713074,0.5094152092933655,0.7493342161178589,944.0,241664.0,5650.185922771925,15466496.0 +129.39,9.100000381469727,2721.0,0.011001240462064743,0.1247355118393898,0.0,1.8744434118270874,1.9782681465148926,-0.009629039093852043,0.0024868084583431482,0.3106652796268463,0.5051179528236389,0.7180783748626709,945.0,241920.0,5656.206130069913,15482880.0 +137.35,9.100000381469727,2785.0,0.015729224309325218,0.1418253630399704,0.0,1.87030029296875,1.9977469444274902,-0.006347308401018381,0.0025005198549479246,0.27503594756126404,0.5088469386100769,0.7360550165176392,946.0,242176.0,5662.090700729052,15499264.0 +122.72,8.899999618530273,2783.0,0.0100931441411376,0.1231689453125,0.0,1.8922382593154907,1.995571255683899,-0.00976365152746439,0.0024947680067270994,0.33532318472862244,0.5069119930267334,0.6712879836559296,947.0,242432.0,5667.978425547015,15515648.0 +108.72,8.800000190734863,2753.0,0.00983071606606245,0.1145833358168602,0.0,1.9250507354736328,1.9855581521987915,-0.010489282198250294,0.0024802356492727995,0.41413071751594543,0.5082125663757324,0.645251989364624,948.0,242688.0,5673.929865817074,15532032.0 +102.2,8.899999618530273,2774.0,0.009688417427241802,0.1132405623793602,0.0,1.867954134941101,1.9712797403335571,-0.009650406427681446,0.002482766518369317,0.3030294179916382,0.5044192671775818,0.7120398283004761,949.0,242944.0,5679.835235958919,15548416.0 +126.69,8.600000381469727,2795.0,0.008019653148949146,0.0953369140625,0.0,1.973221778869629,1.987897276878357,-0.008205282501876354,0.0024858061224222183,0.4787937104701996,0.5190062522888184,0.6380265057086945,950.0,243200.0,5685.696375492029,15564800.0 +103.97,8.300000190734863,2775.0,0.009162821806967258,0.1147054061293602,0.0,1.9531289339065552,1.9707541465759277,-0.010704209096729755,0.0024876147508621216,0.4767548143863678,0.5013557076454163,0.6191382706165314,951.0,243456.0,5691.600597009994,15581184.0 +98.31,9.0,2764.0,0.009094610810279846,0.1043904647231102,0.0,1.9526896476745605,1.9384212493896484,-0.009950634092092514,0.002478167647495866,0.472225159406662,0.5068283677101135,0.6446811258792877,952.0,243712.0,5697.528520209016,15597568.0 +81.3,9.0,2813.0,0.011329538188874722,0.1319580078125,0.0,1.8883748054504395,1.9594603776931763,-0.0074572209268808365,0.0024743154644966125,0.3428298532962799,0.5068539977073669,0.6943666636943817,953.0,243968.0,5703.352943432052,15613952.0 +130.03,9.100000381469727,2770.0,0.007772678975015879,0.0861002579331398,0.0,1.877764344215393,1.9857335090637207,-0.01099028903990984,0.0025094810407608747,0.2943342626094818,0.5067043900489807,0.7005403339862823,954.0,244224.0,5709.268046922982,15630336.0 +95.06,9.0,2806.0,0.010751213878393173,0.130859375,0.0,1.906680703163147,1.982108473777771,-0.009967491962015629,0.002511635422706604,0.3310498893260956,0.5151267647743225,0.6790175139904022,955.0,244480.0,5715.1076742981095,15646720.0 +129.82,8.199999809265137,2800.0,0.009959117509424686,0.0988973006606102,0.0,1.9568977355957031,1.9936838150024414,-0.009857489727437496,0.0025007864460349083,0.4621030390262604,0.5052469372749329,0.5984266698360443,956.0,244736.0,5720.959757379023,15663104.0 +146.33,8.5,2768.0,0.009386821649968624,0.0978800430893898,0.0,1.9302643537521362,2.0035483837127686,-0.009877537377178669,0.002527787582948804,0.339043527841568,0.5267619490623474,0.6798988878726959,957.0,244992.0,5726.878678770969,15679488.0 +127.22,8.399999618530273,2720.0,0.00823806133121252,0.093505859375,0.0,1.96784508228302,1.9947329759597778,-0.007271707057952881,0.002518049441277981,0.45035862922668457,0.5108602643013,0.6309511959552765,958.0,245248.0,5732.901726539014,15695872.0 +111.87,8.899999618530273,2751.0,0.008355041034519672,0.1035563126206398,0.0,1.920005440711975,2.0277600288391113,-0.008262498304247856,0.0025245756842195988,0.3376981019973755,0.517409086227417,0.6747882068157196,959.0,245504.0,5738.856131707085,15712256.0 +153.57,8.699999809265137,2778.0,0.008417617529630661,0.1143391951918602,0.0,1.9574731588363647,2.00724196434021,-0.007948627695441246,0.0025230322498828173,0.41674649715423584,0.5156047344207764,0.6484149694442749,960.0,245760.0,5744.75342689408,15728640.0 +108.85,9.100000381469727,2809.0,0.007686888333410025,0.0933024063706398,0.0,1.9157285690307617,1.9813348054885864,-0.008585522882640362,0.0025078854523599148,0.36437931656837463,0.5079948902130127,0.6833716034889221,961.0,246016.0,5750.58606561902,15745024.0 +114.62,9.199999809265137,2784.0,0.012090664356946945,0.122802734375,0.0,1.9285577535629272,1.9307793378829956,-0.010318738408386707,0.0025134750176221132,0.3843662440776825,0.5092635750770569,0.6694084703922272,962.0,246272.0,5756.471952551976,15761408.0 +89.82,9.100000381469727,2795.0,0.011064198799431324,0.1175537109375,0.0,1.9423326253890991,1.9005705118179321,-0.011402271687984467,0.0024843455757945776,0.4598672389984131,0.5006341934204102,0.6407320201396942,963.0,246528.0,5762.334158132086,15777792.0 +74.36,9.100000381469727,2757.0,0.009902571327984333,0.1161092147231102,0.0,1.8780635595321655,1.9022623300552368,-0.01139953825622797,0.0024887097533792257,0.3115513026714325,0.5083550810813904,0.7274598181247711,964.0,246784.0,5768.2765012721065,15794176.0 +73.46,9.0,2782.0,0.009298977442085743,0.10638427734375,0.0,1.9442178010940552,1.9286836385726929,-0.009120983071625233,0.002490194281563163,0.4441739618778229,0.5054416060447693,0.6831265091896057,965.0,247040.0,5774.165258323075,15810560.0 +105.92,9.100000381469727,2764.0,0.011261585168540478,0.1297404021024704,0.0,1.87118399143219,1.965493083000183,-0.011471581645309925,0.0025004323106259108,0.2850654125213623,0.5095618367195129,0.7502154856920242,966.0,247296.0,5780.091796027031,15826944.0 +125.6,8.699999809265137,2801.0,0.008021664805710316,0.0982462540268898,0.0,1.9429630041122437,1.979607105255127,-0.007671211380511522,0.002489569829776883,0.41848596930503845,0.5164023041725159,0.6890757083892822,967.0,247552.0,5785.940342063084,15843328.0 +125.38,8.699999809265137,2775.0,0.00782436691224575,0.1001180037856102,0.0,1.9216099977493286,1.9829658269882202,-0.009448863565921783,0.002486179815605283,0.39511433243751526,0.5102414488792419,0.698499858379364,968.0,247808.0,5791.844002664089,15859712.0 +128.61,8.899999618530273,2754.0,0.010106537491083145,0.1234334334731102,0.0,1.8633675575256348,1.9742285013198853,-0.01170127559453249,0.0024790982715785503,0.29402264952659607,0.5082508325576782,0.776799887418747,969.0,248064.0,5797.793562086998,15876096.0 +112.73,8.800000190734863,2736.0,0.008370497263967991,0.10455322265625,0.0,1.9042567014694214,1.9894450902938843,-0.008174320682883263,0.0024857937823981047,0.35587191581726074,0.5114927887916565,0.7387601435184479,970.0,248320.0,5803.782588559901,15892480.0 +113.64,8.600000381469727,2789.0,0.007153497543185949,0.0795084610581398,0.0,1.962080478668213,2.013559579849243,-0.00963201466947794,0.0024920825380831957,0.4652702510356903,0.5131714940071106,0.6936666965484619,971.0,248576.0,5809.657229768112,15908864.0 +95.95,9.100000381469727,2745.0,0.005914872512221336,0.0633951798081398,0.0,1.8797764778137207,1.9960557222366333,-0.009375563822686672,0.002491270424798131,0.28841641545295715,0.5192689299583435,0.7589672356843948,972.0,248832.0,5815.626622095006,15925248.0 +109.67,8.699999809265137,2770.0,0.007883497513830662,0.0947062149643898,0.0,1.9108961820602417,1.988129734992981,-0.011584344319999218,0.002504846779629588,0.35214075446128845,0.5138681530952454,0.7320095896720886,973.0,249088.0,5821.542269079946,15941632.0 +100.53,8.899999618530273,2756.0,0.010030524805188179,0.1078898087143898,0.0,1.9168370962142944,1.9822568893432617,-0.008420738391578197,0.0025056067388504744,0.3380720913410187,0.5232409238815308,0.7315815091133118,974.0,249344.0,5827.486185292015,15958016.0 +132.33,8.899999618530273,2755.0,0.007205042522400618,0.0675048828125,0.0,1.938245415687561,1.9413453340530396,-0.010348831303417683,0.0025016586296260357,0.4009656012058258,0.5166954398155212,0.6997648477554321,975.0,249600.0,5833.43334556208,15974400.0 +129.57,8.800000190734863,2756.0,0.007939471863210201,0.096923828125,0.0,1.935263752937317,1.9599981307983398,-0.007893034256994724,0.0024915121030062437,0.4281589090824127,0.5029216408729553,0.6769566535949707,976.0,249856.0,5839.377469087951,15990784.0 +98.87,8.899999618530273,2762.0,0.012654393911361694,0.1263020783662796,0.0,1.9085575342178345,1.9579881429672241,-0.006699389312416315,0.0024845360312610865,0.35560929775238037,0.514764130115509,0.7057231962680817,977.0,250112.0,5845.309119063895,16007168.0 +115.69,9.0,2751.0,0.009258491918444633,0.0983683243393898,0.0,1.9000120162963867,1.9738858938217163,-0.00931249838322401,0.002495575463399291,0.3296895921230316,0.5164307355880737,0.7147212028503418,978.0,250368.0,5851.2650668150745,16023552.0 +138.64,8.800000190734863,2752.0,0.010411110706627369,0.095947265625,0.0,1.8924098014831543,1.9938262701034546,-0.009565417654812336,0.0024811443872749805,0.33867529034614563,0.5120037198066711,0.7235560715198517,979.0,250624.0,5857.219155790983,16039936.0 +95.83,9.0,2792.0,0.008148230612277985,0.1015828475356102,0.0,1.914758563041687,1.9963008165359497,-0.006703296210616827,0.002481613541021943,0.37657299637794495,0.5123315453529358,0.7045753598213196,980.0,250880.0,5863.0875950250775,16056320.0 +109.6,9.199999809265137,2743.0,0.010380316525697708,0.1250813752412796,0.0,1.8419331312179565,2.021639585494995,-0.009378733113408089,0.00248994049616158,0.21714997291564941,0.5179827809333801,0.7810474783182144,981.0,251136.0,5869.06009751698,16072704.0 +126.4,8.899999618530273,2708.0,0.008627255447208881,0.0962320938706398,0.0,1.9083871841430664,2.0319948196411133,-0.008322767913341522,0.0024907104671001434,0.3578512668609619,0.5127490162849426,0.690693199634552,982.0,251392.0,5875.110925622983,16089088.0 +107.83,8.5,2683.0,0.010229931212961674,0.12554931640625,0.0,1.9627171754837036,1.9914765357971191,-0.008039882406592369,0.0024909647181630135,0.4460081160068512,0.5221855640411377,0.639065146446228,983.0,251648.0,5881.216185125988,16105472.0 +135.53,8.800000190734863,2683.0,0.009820139966905117,0.1168619766831398,0.0,1.8990859985351562,2.0236873626708984,-0.009289874695241451,0.0025061301421374083,0.3237135112285614,0.5136910676956177,0.6833519339561462,984.0,251904.0,5887.323495629011,16121856.0 +135.01,8.800000190734863,2800.0,0.008350330404937267,0.09967041015625,0.0,1.913580060005188,2.0044777393341064,-0.010245664976537228,0.002499218797311187,0.37365958094596863,0.5074313879013062,0.6813216209411621,985.0,252160.0,5893.175918495981,16138240.0 +105.67,8.899999618530273,2773.0,0.008631118573248386,0.0899861678481102,0.0,1.881492018699646,2.0078775882720947,-0.011868433095514774,0.002495209686458111,0.2965618371963501,0.5175533890724182,0.7265497446060181,986.0,252416.0,5899.085052816896,16154624.0 +107.67,8.800000190734863,2753.0,0.007718661334365606,0.0897623673081398,0.0,1.9082951545715332,2.0100090503692627,-0.009549549780786037,0.002482236595824361,0.35951781272888184,0.5170673131942749,0.696704775094986,987.0,252672.0,5905.0353721641,16171008.0 +91.64,9.300000190734863,2706.0,0.010258816182613373,0.1109619140625,0.0,1.9021919965744019,2.029390335083008,-0.009844986721873283,0.002492278115823865,0.3383888304233551,0.5169975161552429,0.7123141288757324,988.0,252928.0,5911.088520623045,16187392.0 +103.74,9.100000381469727,2695.0,0.01049079280346632,0.1211751326918602,0.0,1.8510702848434448,2.074479818344116,-0.012609611265361309,0.0025134857278317213,0.20664529502391815,0.5243592858314514,0.7885660827159882,989.0,253184.0,5917.168547193054,16203776.0 +151.03,8.300000190734863,2675.0,0.009280911646783352,0.0943196639418602,0.0,1.910286784172058,2.0357649326324463,-0.010335042141377926,0.0025002448819577694,0.34165194630622864,0.5200309157371521,0.7411043345928192,990.0,253440.0,5923.294055843959,16220160.0 +107.09,8.899999618530273,2690.0,0.011915924958884716,0.1512451171875,0.0,1.9388231039047241,2.006754159927368,-0.009469744749367237,0.0024967596400529146,0.4077199399471283,0.516120433807373,0.67915078997612,991.0,253696.0,5929.383559527108,16236544.0 +155.35,8.800000190734863,2706.0,0.009595616720616817,0.111083984375,0.0,1.9371429681777954,2.0189521312713623,-0.009368143044412136,0.002525970106944442,0.3677956759929657,0.5198178887367249,0.6825191974639893,992.0,253952.0,5935.437339979922,16252928.0 +87.09,8.699999809265137,2724.0,0.0077089243568480015,0.0886433944106102,0.0,1.9424058198928833,2.0301849842071533,-0.0065630399622023106,0.0025011859834194183,0.3863051235675812,0.5255252718925476,0.6884328424930573,993.0,254208.0,5941.45179699501,16269312.0 +100.77,8.699999809265137,2740.0,0.009504083544015884,0.11279296875,0.0,1.9397344589233398,2.0272669792175293,-0.008106186054646969,0.0025228115264326334,0.3957226574420929,0.5088457465171814,0.6565807163715363,994.0,254464.0,5947.432048175018,16285696.0 +120.73,8.899999618530273,2745.0,0.00889803096652031,0.1069742813706398,0.0,1.9148191213607788,2.009990930557251,-0.010672096163034439,0.0025057836901396513,0.3508434593677521,0.5172776579856873,0.7106344103813171,995.0,254720.0,5953.400229682913,16302080.0 +120.59,9.199999809265137,2743.0,0.009135052561759949,0.11492919921875,0.0,1.8854732513427734,2.015225648880005,-0.010722511447966099,0.002493061823770404,0.31566959619522095,0.5119823813438416,0.73991459608078,996.0,254976.0,5959.3721909991,16318464.0 +125.15,8.600000381469727,2803.0,0.010713915340602398,0.1180216446518898,0.0,1.9539889097213745,2.017082691192627,-0.01038277056068182,0.0025016122963279486,0.42422881722450256,0.5216219425201416,0.6528931856155396,997.0,255232.0,5965.2171764581,16334848.0 +131.24,9.199999809265137,2781.0,0.010950750671327114,0.1034749373793602,0.0,1.9299163818359375,2.0122194290161133,-0.010474125854671001,0.002501811133697629,0.37401923537254333,0.52259761095047,0.6501925885677338,998.0,255488.0,5971.109181649983,16351232.0 +127.08,8.300000190734863,2720.0,0.00946693867444992,0.0858968123793602,0.0,1.9250036478042603,2.0042614936828613,-0.011134720407426357,0.002491109538823366,0.39242446422576904,0.5144140124320984,0.6759073436260223,999.0,255744.0,5977.132788033923,16367616.0 +86.93,9.399999618530273,2669.0,0.011155816726386547,0.12994384765625,0.0,1.8888131380081177,1.9896864891052246,-0.008548341691493988,0.002507007448002696,0.30021247267723083,0.5136483311653137,0.670273095369339,1000.0,256000.0,5983.270310719963,16384000.0 +132.02,9.300000190734863,2729.0,0.008787310682237148,0.1044921875,0.0,1.8818610906600952,2.0176336765289307,-0.008171722292900085,0.0025000565219670534,0.27846646308898926,0.520947277545929,0.7056246399879456,1001.0,256256.0,5989.274165994953,16400384.0 +110.26,9.199999809265137,2697.0,0.008275303989648819,0.09295654296875,0.0,1.8788952827453613,2.040008783340454,-0.009364326484501362,0.00249592587351799,0.26894256472587585,0.5262251496315002,0.712716817855835,1002.0,256512.0,5995.347761176992,16416768.0 +137.27,8.899999618530273,2706.0,0.009609229862689972,0.1187947615981102,0.0,1.921362042427063,2.010850191116333,-0.010233145207166672,0.0024988327641040087,0.3571570813655853,0.5237088799476624,0.6697764992713928,1003.0,256768.0,6001.402800423093,16433152.0 +126.7,8.899999618530273,2770.0,0.009089588187634945,0.11456298828125,0.0,1.8906749486923218,1.9913774728775024,-0.010037477128207684,0.0024933461099863052,0.3061075508594513,0.5208992958068848,0.7172534763813019,1004.0,257024.0,6007.318474262953,16449536.0 +105.18,9.0,2756.0,0.011922836303710938,0.1292521208524704,0.0,1.8663161993026733,2.022306442260742,-0.011827305890619755,0.0025096291210502386,0.2364645004272461,0.5253198742866516,0.7473741769790649,1005.0,257280.0,6013.263846657937,16465920.0 +143.82,8.600000381469727,2768.0,0.008422826416790485,0.1107177734375,0.0,1.9376702308654785,1.9967395067214966,-0.008334706537425518,0.002490128157660365,0.4027029573917389,0.5195568203926086,0.6596949696540833,1006.0,257536.0,6019.182999113109,16482304.0 +128.57,9.0,2778.0,0.007533082272857428,0.0786336287856102,0.0,1.922959804534912,1.988640308380127,-0.010848230682313442,0.0025054006837308407,0.38228902220726013,0.5098496079444885,0.6095211803913116,1007.0,257792.0,6025.081219603075,16498688.0 +131.85,8.800000190734863,2794.0,0.01000452321022749,0.1131184920668602,0.0,1.9135109186172485,1.974562644958496,-0.01059358287602663,0.0024939996656030416,0.36517468094825745,0.5142630934715271,0.6575419306755066,1008.0,258048.0,6030.944611655083,16515072.0 +83.41,8.800000190734863,2721.0,0.013375517912209034,0.1219685897231102,0.0,1.934446930885315,1.9432533979415894,-0.011679328978061676,0.002480537863448262,0.41671106219291687,0.5169345736503601,0.6540990769863129,1009.0,258304.0,6036.968800727045,16531456.0 +105.57,8.5,2794.0,0.008089208044111729,0.0946248397231102,0.0,1.947043776512146,1.9366474151611328,-0.008834830485284328,0.002485011937096715,0.4450836479663849,0.5101973414421082,0.6361214518547058,1010.0,258560.0,6042.833548957016,16547840.0 +124.43,8.600000381469727,2779.0,0.010665714740753174,0.0896402969956398,0.0,1.939683437347412,1.9537023305892944,-0.0063519347459077835,0.0024862943682819605,0.3977280855178833,0.5235610604286194,0.6783089637756348,1011.0,258816.0,6048.729765736964,16564224.0 +98.67,9.100000381469727,2792.0,0.007878504693508148,0.0909830704331398,0.0,1.8750196695327759,1.939731478691101,-0.009695774875581264,0.0024755641352385283,0.3161599338054657,0.5082511305809021,0.7194634974002838,1012.0,259072.0,6054.596753396094,16580608.0 +107.45,8.600000381469727,2828.0,0.008033745922148228,0.1002197265625,0.0,1.949197769165039,1.922817587852478,-0.01092619076371193,0.0024691298604011536,0.44846412539482117,0.5205549001693726,0.636184573173523,1013.0,259328.0,6060.389593997039,16596992.0 +90.93,9.5,2757.0,0.010212532244622707,0.1057535782456398,0.0,1.870996356010437,1.9390376806259155,-0.008307204581797123,0.002479586750268936,0.28702837228775024,0.5153865814208984,0.713004469871521,1014.0,259584.0,6066.332388909999,16613376.0 +102.02,9.399999618530273,2731.0,0.00979012530297041,0.1054484024643898,0.0,1.9322823286056519,1.916228175163269,-0.01158419344574213,0.0024957444984465837,0.4027230441570282,0.5137948989868164,0.64485764503479,1015.0,259840.0,6072.331413079053,16629760.0 +113.5,9.0,2754.0,0.011073813773691654,0.1186726912856102,0.0,1.914279818534851,1.9533225297927856,-0.01019366830587387,0.002495632041245699,0.3800511360168457,0.5061653852462769,0.6313192844390869,1016.0,260096.0,6078.280903613893,16646144.0 +99.63,9.5,2727.0,0.008787522092461586,0.1176554337143898,0.0,1.9115041494369507,1.9414457082748413,-0.009302030317485332,0.002495793392881751,0.35411086678504944,0.5152683854103088,0.6001830399036407,1017.0,260352.0,6084.288719259901,16662528.0 +76.35,8.899999618530273,2730.0,0.010103981010615826,0.1227823868393898,0.0,2.022447109222412,1.9347848892211914,-0.00695005850866437,0.0024754053447395563,0.5791334509849548,0.5214758515357971,0.5636169016361237,1018.0,260608.0,6090.289680913091,16678912.0 +97.21,9.5,2743.0,0.007921208627521992,0.09320068359375,0.0,1.842094898223877,1.9666422605514526,-0.010481641627848148,0.00248354603536427,0.22254610061645508,0.5191968083381653,0.7258323431015015,1019.0,260864.0,6096.261610568967,16695296.0 +116.07,9.0,2737.0,0.010849975049495697,0.1219482421875,0.0,1.90957772731781,1.9497793912887573,-0.009701058268547058,0.0024973920080810785,0.34158194065093994,0.5192896127700806,0.6532512009143829,1020.0,261120.0,6102.248436230002,16711680.0 +98.7,9.300000190734863,2763.0,0.009463564492762089,0.1032511368393898,0.0,1.9020060300827026,1.9416507482528687,-0.00896031316369772,0.002484785160049796,0.33229225873947144,0.521844208240509,0.6489123106002808,1021.0,261376.0,6108.178531775018,16728064.0 +135.51,8.699999809265137,2746.0,0.007874379865825176,0.09033203125,0.0,1.9069066047668457,1.9346193075180054,-0.007409525569528341,0.002479526214301586,0.34557220339775085,0.5211133360862732,0.6728489696979523,1022.0,261632.0,6114.144119701115,16744448.0 +129.98,8.899999618530273,2750.0,0.007434589322656393,0.0937093123793602,0.0,1.9251567125320435,1.9324263334274292,-0.009494892321527004,0.002483363961800933,0.37697169184684753,0.5238083600997925,0.6285838186740875,1023.0,261888.0,6120.102160756011,16760832.0 +90.56,9.300000190734863,2798.0,0.00864739902317524,0.09661865234375,0.0,1.8944610357284546,1.9315886497497559,-0.011441175825893879,0.002478005364537239,0.33998361229896545,0.5162234306335449,0.6522361040115356,1024.0,262144.0,6125.956794142025,16777216.0 +79.31,9.199999809265137,2802.0,0.010292593389749527,0.10711669921875,0.0,1.9191690683364868,1.9268466234207153,-0.010540888644754887,0.0024710993748158216,0.3782076835632324,0.5243244767189026,0.6393933892250061,1025.0,262400.0,6131.8034373039845,16793600.0 +103.63,9.300000190734863,2801.0,0.009967665188014507,0.1081339493393898,0.0,1.8812907934188843,1.967899203300476,-0.009285788051784039,0.002495712833479047,0.2782212793827057,0.5232887268066406,0.6746216118335724,1026.0,262656.0,6137.652035262901,16809984.0 +108.78,8.5,2739.0,0.007299239281564951,0.08782958984375,0.0,1.9985016584396362,1.9696532487869263,-0.00937450211495161,0.0024823604617267847,0.5206562280654907,0.5260645151138306,0.532643735408783,1027.0,262912.0,6143.634577078046,16826368.0 +113.12,9.100000381469727,2794.0,0.007925362326204777,0.0986531600356102,0.0,1.8583904504776,2.0155653953552246,-0.01044057309627533,0.0024950806982815266,0.24112588167190552,0.5208836793899536,0.7050765156745911,1028.0,263168.0,6149.4980599719565,16842752.0 +146.31,8.800000190734863,2778.0,0.011572866700589657,0.12884521484375,0.0,1.8845409154891968,2.0070407390594482,-0.008697477169334888,0.0025014772545546293,0.2909207344055176,0.5171099901199341,0.6741403937339783,1029.0,263424.0,6155.394696331117,16859136.0 +134.05,8.199999809265137,2732.0,0.014799844473600388,0.1276041716337204,0.0,1.980078101158142,1.987022042274475,-0.008307408541440964,0.0025148626882582903,0.46577024459838867,0.517939031124115,0.5386748015880585,1030.0,263680.0,6161.390701408032,16875520.0 +133.32,8.800000190734863,2727.0,0.008635211735963821,0.103515625,0.0,1.9779897928237915,1.9252976179122925,-0.009293938055634499,0.0024760011583566666,0.49872109293937683,0.5191758871078491,0.5744188129901886,1031.0,263936.0,6167.398962711915,16891904.0 +87.27,9.300000190734863,2626.0,0.007895984686911106,0.0897013321518898,0.0,1.8802671432495117,1.9435434341430664,-0.009398859925568104,0.002496324945241213,0.28441429138183594,0.5187317728996277,0.6403298079967499,1032.0,264192.0,6173.637791150017,16908288.0 +102.96,9.600000381469727,2759.0,0.009506314061582088,0.1018269881606102,0.0,1.867304801940918,1.9185103178024292,-0.008524538017809391,0.0024810757022351027,0.28723761439323425,0.510857880115509,0.6565670073032379,1033.0,264448.0,6179.5758824190125,16924672.0 +110.74,9.0,2766.0,0.009908162988722324,0.1095377579331398,0.0,1.8948827981948853,1.9356398582458496,-0.009780236519873142,0.0024828205350786448,0.3254237174987793,0.5198972821235657,0.6535544395446777,1034.0,264704.0,6185.499143075896,16941056.0 +111.83,9.300000190734863,2745.0,0.010255973786115646,0.1187337264418602,0.0,1.9274548292160034,1.9083331823349,-0.011694216169416904,0.002483796328306198,0.3956476151943207,0.518510639667511,0.6039155721664429,1035.0,264960.0,6191.4686151179485,16957440.0 +93.49,9.5,2706.0,0.0075318776071071625,0.07562255859375,0.0,1.9195369482040405,1.909206748008728,-0.008813460357487202,0.002504486357793212,0.35134533047676086,0.5195264220237732,0.6148949265480042,1036.0,265216.0,6197.52244891203,16973824.0 +89.67,9.199999809265137,2801.0,0.008458372205495834,0.0977376326918602,0.0,1.9185653924942017,1.898974895477295,-0.010127387009561062,0.0024831455666571856,0.3817128837108612,0.515253484249115,0.5728896856307983,1037.0,265472.0,6203.370838144096,16990208.0 +89.76,9.300000190734863,2709.0,0.011621053330600262,0.1171061173081398,0.0,1.9241418838500977,1.920049786567688,-0.01042987871915102,0.0024922804441303015,0.3803480863571167,0.517457902431488,0.6140563189983368,1038.0,265728.0,6209.419234608067,17006592.0 +93.48,9.399999618530273,2733.0,0.006998423952609301,0.08111572265625,0.0,1.878647804260254,1.9556230306625366,-0.008088457398116589,0.002502965508028865,0.2653493583202362,0.5221350789070129,0.6140005588531494,1039.0,265984.0,6215.414102752926,17022976.0 +89.16,9.100000381469727,2745.0,0.014648265205323696,0.1496785432100296,0.0,1.9373564720153809,1.9581856727600098,-0.0070952195674180984,0.0024945589248090982,0.38419076800346375,0.5246586799621582,0.5553277730941772,1040.0,266240.0,6221.3817222630605,17039360.0 +97.17,9.100000381469727,2805.0,0.014005695469677448,0.1460164338350296,0.0,1.936344027519226,1.9359822273254395,-0.00803731195628643,0.002477217698469758,0.3983655869960785,0.5259494185447693,0.5609375536441803,1041.0,266496.0,6227.222498788964,17055744.0 +133.58,8.899999618530273,2790.0,0.009485824964940548,0.12030029296875,0.0,1.9208050966262817,1.9622882604599,-0.008295937441289425,0.002482386538758874,0.3591306209564209,0.5279651880264282,0.6188890635967255,1042.0,266752.0,6233.0951946720015,17072128.0 +100.03,9.399999618530273,2744.0,0.009878450073301792,0.1065673828125,0.0,1.8669310808181763,1.9805455207824707,-0.01057176012545824,0.0024803713895380497,0.2702209949493408,0.5220123529434204,0.6862108707427979,1043.0,267008.0,6239.065957227955,17088512.0 +100.19,8.5,2778.0,0.008698375895619392,0.0928955078125,0.0,1.9737778902053833,1.9647479057312012,-0.008409513160586357,0.0024699103087186813,0.4930935800075531,0.5203330516815186,0.5667617917060852,1044.0,267264.0,6244.963844755897,17104896.0 +84.61,8.600000381469727,2760.0,0.009423673152923584,0.1029459610581398,0.0,1.9965704679489136,1.959061622619629,-0.008779137395322323,0.0024688926059752703,0.5257022380828857,0.5276426672935486,0.5780234336853027,1045.0,267520.0,6250.899999703048,17121280.0 +113.35,9.0,2736.0,0.009073524735867977,0.0921223983168602,0.0,1.9695777893066406,1.9278591871261597,-0.00984512735158205,0.0024713908787816763,0.46098801493644714,0.5325118899345398,0.5529722571372986,1046.0,267776.0,6256.888711360982,17137664.0 +91.64,8.699999809265137,2757.0,0.01117665320634842,0.11053466796875,0.0,1.9722528457641602,1.9632397890090942,-0.009747141040861607,0.002491322113201022,0.45549890398979187,0.5282217860221863,0.5940794944763184,1047.0,268032.0,6262.831409600098,17154048.0 +105.63,9.300000190734863,2721.0,0.009805180132389069,0.08843994140625,0.0,1.943198800086975,1.9561091661453247,-0.008122781291604042,0.0024938404094427824,0.40137791633605957,0.5232733488082886,0.6268398761749268,1048.0,268288.0,6268.852803877089,17170432.0 +75.2,9.5,2743.0,0.009677928872406483,0.1074015274643898,0.0,1.8727426528930664,1.9322528839111328,-0.010264783166348934,0.002468603430315852,0.2911759912967682,0.5224401354789734,0.7025415599346161,1049.0,268544.0,6274.826737483963,17186816.0 +91.42,8.600000381469727,2714.0,0.0075148469768464565,0.0864461287856102,0.0,1.9914687871932983,1.9282435178756714,-0.010195846669375896,0.0024596278090029955,0.5292086005210876,0.5265287160873413,0.6080913245677948,1050.0,268800.0,6280.8630875609815,17203200.0 +117.41,9.100000381469727,2758.0,0.010636783204972744,0.1070963516831398,0.0,1.9144487380981445,1.9126137495040894,-0.012618273496627808,0.0024680395144969225,0.37704262137413025,0.5236523747444153,0.6523884534835815,1051.0,269056.0,6286.803325260989,17219584.0 +98.87,8.899999618530273,2746.0,0.010263555683195591,0.1183268204331398,0.0,1.9287233352661133,1.9296140670776367,-0.01181968953460455,0.0024787387810647488,0.3999454081058502,0.5204971432685852,0.6022097170352936,1052.0,269312.0,6292.7693420029245,17235968.0 +97.18,9.0,2781.0,0.008227400481700897,0.0922648087143898,0.0,1.9001199007034302,1.9268685579299927,-0.01049945130944252,0.0024843388237059116,0.32917457818984985,0.5231314301490784,0.6901326775550842,1053.0,269568.0,6298.662047395948,17252352.0 +99.77,8.800000190734863,2803.0,0.00882408581674099,0.0854899063706398,0.0,1.9175825119018555,1.9032044410705566,-0.009488408453762531,0.002483946969732642,0.35564327239990234,0.5263079404830933,0.6772024929523468,1054.0,269824.0,6304.507078683004,17268736.0 +108.4,9.199999809265137,2832.0,0.008875722996890545,0.11053466796875,0.0,1.879629135131836,1.9354233741760254,-0.010778470896184444,0.002465021563693881,0.302816778421402,0.525842547416687,0.7095352113246918,1055.0,270080.0,6310.29205132206,17285120.0 +113.28,9.100000381469727,2790.0,0.009359690360724926,0.1046346053481102,0.0,1.9106841087341309,1.9232902526855469,-0.01079015713185072,0.0024768225848674774,0.35724321007728577,0.5236741304397583,0.682501882314682,1056.0,270336.0,6316.163536262931,17301504.0 +107.37,9.300000190734863,2779.0,0.010036363266408443,0.0975748673081398,0.0,1.9136744737625122,1.8919745683670044,-0.01108680758625269,0.0024805276188999414,0.3588240146636963,0.524005115032196,0.6730354130268097,1057.0,270592.0,6322.05941086309,17317888.0 +105.74,9.300000190734863,2757.0,0.010856639593839645,0.0866902694106102,0.0,1.8746098279953003,1.8918471336364746,-0.008992506191134453,0.002469040919095278,0.29471835494041443,0.5206412672996521,0.7295259535312653,1058.0,270848.0,6328.0028106761165,17334272.0 +100.57,8.899999618530273,2763.0,0.007522861938923597,0.0851847305893898,0.0,1.9148859977722168,1.8741093873977661,-0.010435556061565876,0.002475952496752143,0.36143162846565247,0.5253704786300659,0.6605066657066345,1059.0,271104.0,6333.933415088104,17350656.0 +81.88,8.800000190734863,2797.0,0.00767050264403224,0.0853068009018898,0.0,1.9227749109268188,1.842626929283142,-0.008800423704087734,0.0024666523095220327,0.38586828112602234,0.5237410068511963,0.6889791786670685,1060.0,271360.0,6339.7907049860805,17367040.0 +117.2,8.899999618530273,2815.0,0.011650611646473408,0.12945556640625,0.0,1.9123936891555786,1.8808425664901733,-0.012198648415505886,0.002489933744072914,0.35062292218208313,0.5231226086616516,0.6644997894763947,1061.0,271616.0,6345.609734337078,17383424.0 +101.31,8.800000190734863,2781.0,0.007425933610647917,0.0799560546875,0.0,1.9268394708633423,1.9114073514938354,-0.007029981818050146,0.0024904035963118076,0.35784605145454407,0.5288590788841248,0.7013967931270599,1062.0,271872.0,6351.501297859009,17399808.0 +74.87,9.399999618530273,2737.0,0.025847584009170532,0.1110432967543602,0.0,1.8774737119674683,1.9026850461959839,-0.00822360347956419,0.002471279352903366,0.27684712409973145,0.5306609272956848,0.7091794013977051,1063.0,272128.0,6357.487790147075,17416192.0 +112.4,8.699999809265137,2757.0,0.007285690400749445,0.0924886092543602,0.0,1.9250785112380981,1.9054492712020874,-0.008033082820475101,0.0024795953650027514,0.3749048709869385,0.5249161720275879,0.6583041548728943,1064.0,272384.0,6363.430117951939,17432576.0 +102.4,9.0,2813.0,0.011112000793218613,0.1373087614774704,0.0,1.8946064710617065,1.9069061279296875,-0.012142304331064224,0.0024766919668763876,0.3101150393486023,0.5324144959449768,0.7016164064407349,1065.0,272640.0,6369.253537511919,17448960.0 +99.07,9.399999618530273,2743.0,0.006002094596624374,0.0671793594956398,0.0,1.9155198335647583,1.872487187385559,-0.009071111679077148,0.0024707240518182516,0.3613499402999878,0.52727872133255,0.6870108246803284,1066.0,272896.0,6375.225614547962,17465344.0 +104.47,9.100000381469727,2748.0,0.007151592988520861,0.0871988907456398,0.0,1.9257341623306274,1.8861240148544312,-0.008471973240375519,0.002488674595952034,0.35717710852622986,0.530141294002533,0.6666941940784454,1067.0,273152.0,6381.187904933002,17481728.0 +128.57,8.699999809265137,2752.0,0.008163687773048878,0.0997110977768898,0.0,1.9313206672668457,1.9081931114196777,-0.008815801702439785,0.002502172254025936,0.3685128390789032,0.523875892162323,0.6729341745376587,1068.0,273408.0,6387.14005267201,17498112.0 +101.0,9.0,2756.0,0.00878324918448925,0.0950927734375,0.0,1.9046707153320312,1.8969460725784302,-0.010739763267338276,0.002491744002327323,0.3314701318740845,0.5227726101875305,0.6764954924583435,1069.0,273664.0,6393.085202042013,17514496.0 +95.9,9.199999809265137,2735.0,0.012482110410928726,0.1110026016831398,0.0,1.911924958229065,1.9045664072036743,-0.007424183189868927,0.002478332258760929,0.3482085168361664,0.5251241326332092,0.6857497096061707,1070.0,273920.0,6399.075978757115,17530880.0 +105.83,9.100000381469727,2750.0,0.010026571340858936,0.1267496794462204,0.0,1.9004974365234375,1.9157204627990723,-0.009853138588368893,0.0024889230262488127,0.30954083800315857,0.530275821685791,0.6816167235374451,1071.0,274176.0,6405.034417989897,17547264.0 +109.18,9.0,2773.0,0.007625672500580549,0.0975748673081398,0.0,1.9281495809555054,1.9207267761230469,-0.01008323673158884,0.002481870586052537,0.36763623356819153,0.5326868891716003,0.6347432136535645,1072.0,274432.0,6410.942252862966,17563648.0 +89.95,9.300000190734863,2826.0,0.009417236782610416,0.1150309219956398,0.0,1.8859413862228394,1.908298134803772,-0.009368310682475567,0.0024812694173306227,0.29694071412086487,0.5252872705459595,0.6655590236186981,1073.0,274688.0,6416.740131363971,17580032.0 +122.76,8.899999618530273,2822.0,0.007836602628231049,0.07928466796875,0.0,1.9355988502502441,1.8879178762435913,-0.008095829747617245,0.0024627193342894316,0.41352009773254395,0.5244539976119995,0.6169981360435486,1074.0,274944.0,6422.545017089928,17596416.0 +85.53,9.199999809265137,2848.0,0.007827180437743664,0.0862223282456398,0.0,1.8950815200805664,1.851417899131775,-0.008461198769509792,0.0024700036738067865,0.3382645845413208,0.5179226994514465,0.6740372180938721,1075.0,275200.0,6428.298472045921,17612800.0 +106.75,9.0,2830.0,0.009667189791798592,0.1138509139418602,0.0,1.9117900133132935,1.8937959671020508,-0.009854944422841072,0.002479519695043564,0.3539386987686157,0.5238534808158875,0.6408044099807739,1076.0,275456.0,6434.087921319064,17629184.0 +77.76,9.199999809265137,2827.0,0.01308396179229021,0.109130859375,0.0,1.9301398992538452,1.8656474351882935,-0.010223749093711376,0.002464379882439971,0.4138992130756378,0.5198805332183838,0.6042124330997467,1077.0,275712.0,6439.88431549794,17645568.0 +90.26,9.0,2779.0,0.011092443950474262,0.09088134765625,0.0,1.9317435026168823,1.8952735662460327,-0.007600412238389254,0.0024749310687184334,0.3906712532043457,0.5254955887794495,0.570482075214386,1078.0,275968.0,6445.780422690092,17661952.0 +95.28,9.600000381469727,2803.0,0.011382092721760273,0.1199951171875,0.0,1.849521517753601,1.8843096494674683,-0.009299468249082565,0.0024751408491283655,0.24216295778751373,0.5190122723579407,0.6290586888790131,1079.0,276224.0,6451.625860068016,17678336.0 +73.21,9.199999809265137,2757.0,0.009052128531038761,0.1090901717543602,0.0,1.8956795930862427,1.908364176750183,-0.011765257455408573,0.0024704018142074347,0.3427720069885254,0.5199418663978577,0.6109580397605896,1080.0,276480.0,6457.568959879922,17694720.0 +84.03,9.100000381469727,2794.0,0.007745770737528801,0.0903727188706398,0.0,1.9112401008605957,1.9021849632263184,-0.010160422883927822,0.0024744493421167135,0.3538680076599121,0.5262635350227356,0.6135295033454895,1081.0,276736.0,6463.433991157915,17711104.0 +68.94,9.100000381469727,2804.0,0.009387501515448093,0.10321044921875,0.0,1.9245272874832153,1.8924875259399414,-0.01055867224931717,0.002476995112374425,0.38650617003440857,0.5222601890563965,0.6169447004795074,1082.0,276992.0,6469.276902592974,17727488.0 +94.44,9.100000381469727,2735.0,0.012078641913831234,0.1176554337143898,0.0,1.9071426391601562,1.8733748197555542,-0.010522170923650265,0.0024768582079559565,0.34117400646209717,0.5273826122283936,0.6598990261554718,1083.0,277248.0,6475.267787291901,17743872.0 +94.64,9.100000381469727,2735.0,0.012097862549126148,0.1091512069106102,0.0,1.891595721244812,1.886142611503601,-0.008251918479800224,0.0024715783074498177,0.3161190450191498,0.5248605608940125,0.6665034890174866,1084.0,277504.0,6481.257049113978,17760256.0 +123.51,8.600000381469727,2740.0,0.00854082778096199,0.0939534530043602,0.0,1.9461969137191772,1.9190479516983032,-0.00922340340912342,0.0024965142365545034,0.39288434386253357,0.529911458492279,0.6242377758026123,1085.0,277760.0,6487.237459575059,17776640.0 +119.41,9.300000190734863,2743.0,0.009892527014017105,0.12127685546875,0.0,1.8913350105285645,1.9065386056900024,-0.01038798876106739,0.0024889735504984856,0.2909405529499054,0.5308313369750977,0.6604025065898895,1086.0,278016.0,6493.2104729691055,17793024.0 +104.52,8.600000381469727,2822.0,0.008546700701117516,0.1043497696518898,0.0,1.9664338827133179,1.8859353065490723,-0.009647968225181103,0.0024946860503405333,0.44438743591308594,0.5254046320915222,0.5680770576000214,1087.0,278272.0,6499.01598641905,17809408.0 +120.26,8.699999809265137,2832.0,0.008184739388525486,0.0987141951918602,0.0,1.8923312425613403,1.926553726196289,-0.011034291237592697,0.0024795650970190763,0.3118172287940979,0.5269400477409363,0.6802989840507507,1088.0,278528.0,6504.8018163300585,17825792.0 +112.84,9.199999809265137,2731.0,0.0074753910303115845,0.0847981795668602,0.0,1.8804564476013184,1.9409961700439453,-0.010327709838747978,0.0024854817893356085,0.29017722606658936,0.522364616394043,0.6704525649547577,1089.0,278784.0,6510.802054073894,17842176.0 +115.15,9.100000381469727,2775.0,0.011754479259252548,0.14202880859375,0.0,1.907231330871582,1.924007773399353,-0.009025584906339645,0.002482041949406266,0.3335130214691162,0.5277194976806641,0.6811753511428833,1090.0,279040.0,6516.70718990406,17858560.0 +126.43,9.199999809265137,2825.0,0.009437949396669865,0.1217447891831398,0.0,1.8690675497055054,1.9030174016952515,-0.012632233090698719,0.0024715843610465527,0.28179457783699036,0.5240402817726135,0.7352309226989746,1091.0,279296.0,6522.507567939116,17874944.0 +113.53,8.800000190734863,2774.0,0.008708471432328224,0.08526611328125,0.0,1.9213234186172485,1.9378207921981812,-0.008311411365866661,0.002495688386261463,0.3376305401325226,0.5323536992073059,0.6969037652015686,1092.0,279552.0,6528.414502718952,17891328.0 +80.74,9.300000190734863,2703.0,0.007766657043248415,0.0831095352768898,0.0,1.9793156385421753,1.868381381034851,-0.009862425737082958,0.0024733655154705048,0.48929381370544434,0.5265322327613831,0.614095538854599,1093.0,279808.0,6534.476710394025,17907712.0 +109.36,9.0,2769.0,0.008491828106343746,0.10064697265625,0.0,1.9643268585205078,1.8736103773117065,-0.011498846113681793,0.0024726700503379107,0.4582335650920868,0.5291099548339844,0.6337447464466095,1094.0,280064.0,6540.3936729331035,17924096.0 +97.74,9.199999809265137,2762.0,0.014120623469352722,0.1221923828125,0.0,1.9407392740249634,1.876522421836853,-0.009797821752727032,0.002477336907759309,0.4106607735157013,0.5253037214279175,0.6117768287658691,1095.0,280320.0,6546.326060734922,17940480.0 +85.71,9.0,2765.0,0.009838457219302654,0.09759521484375,0.0,1.9508280754089355,1.8861137628555298,-0.009288049302995205,0.0024691878352314234,0.44031015038490295,0.5242285132408142,0.6108780801296234,1096.0,280576.0,6552.251307618106,17956864.0 +72.48,9.199999809265137,2841.0,0.011206592433154583,0.1136067733168602,0.0,1.8828697204589844,1.9117745161056519,-0.009883283637464046,0.0024637591559439898,0.31171467900276184,0.524133563041687,0.7046760022640228,1097.0,280832.0,6558.019264210947,17973248.0 +88.04,9.199999809265137,2795.0,0.011544719338417053,0.1205851212143898,0.0,1.9089694023132324,1.9467614889144897,-0.009885746985673904,0.002478688256815076,0.3497976064682007,0.5240795612335205,0.6952567100524902,1098.0,281088.0,6563.880106152967,17989632.0 +97.49,9.100000381469727,2794.0,0.009945926256477833,0.1221923828125,0.0,1.9427175521850586,1.9525529146194458,-0.009129517711699009,0.0024783117696642876,0.4048425853252411,0.5297953486442566,0.648148387670517,1099.0,281344.0,6569.742927238112,18006016.0 +104.51,8.899999618530273,2754.0,0.00817897915840149,0.0721232071518898,0.0,1.9578272104263306,1.9064513444900513,-0.0066632372327148914,0.0024705270770937204,0.44361555576324463,0.5264837145805359,0.6500487327575684,1100.0,281600.0,6575.6927941979375,18022400.0 +99.87,9.399999618530273,2745.0,0.011388859711587429,0.1295166015625,0.0,1.9261837005615234,1.9116524457931519,-0.011077001690864563,0.002466433448716998,0.3928762376308441,0.5267223119735718,0.6954777836799622,1101.0,281856.0,6581.660205309046,18038784.0 +77.73,9.100000381469727,2796.0,0.010160286910831928,0.1260986328125,0.0,1.8939275741577148,1.9174880981445312,-0.010013408958911896,0.0024593716952949762,0.3207085430622101,0.5330758094787598,0.7360354363918304,1102.0,282112.0,6587.518642297946,18055168.0 +97.75,9.300000190734863,2754.0,0.006449591834098101,0.07666015625,0.0,1.8681138753890991,1.9404314756393433,-0.008944228291511536,0.00248397677205503,0.26880159974098206,0.5200734734535217,0.7557968199253082,1103.0,282368.0,6593.467802743893,18071552.0 +104.57,8.899999618530273,2760.0,0.008979452773928642,0.10113525390625,0.0,1.931782841682434,1.9439207315444946,-0.009214498102664948,0.0024744097609072924,0.3990691602230072,0.5236974358558655,0.6618060767650604,1104.0,282624.0,6599.404877167894,18087936.0 +125.04,8.600000381469727,2764.0,0.008236954919993877,0.09332275390625,0.0,1.98599374294281,1.9285351037979126,-0.01077534630894661,0.002471483312547207,0.5157954096794128,0.5224151015281677,0.6178463399410248,1105.0,282880.0,6605.331532428972,18104320.0 +95.07,9.0,2806.0,0.01205501053482294,0.09942626953125,0.0,1.9307845830917358,1.9123941659927368,-0.01069098711013794,0.002457060618326068,0.42092928290367126,0.5216046571731567,0.6573434770107269,1106.0,283136.0,6611.169648976065,18120704.0 +70.83,9.100000381469727,2823.0,0.00808726903051138,0.09564208984375,0.0,1.9215526580810547,1.9035433530807495,-0.008892139419913292,0.0024543777108192444,0.3821971118450165,0.5311928987503052,0.708523690700531,1107.0,283392.0,6616.97300019511,18137088.0 +87.84,9.100000381469727,2819.0,0.009082951582968235,0.1077067032456398,0.0,1.8976303339004517,1.9453520774841309,-0.010208322666585445,0.0024617931339889765,0.34018540382385254,0.5263029932975769,0.7271712422370911,1108.0,283648.0,6622.784163689008,18153472.0 +99.14,9.399999618530273,2798.0,0.009848671965301037,0.1158040389418602,0.0,1.8699592351913452,1.9791184663772583,-0.011029369197785854,0.0024656085297465324,0.2978880703449249,0.5190314054489136,0.7422765791416168,1109.0,283904.0,6628.6399995710235,18169856.0 +108.58,9.399999618530273,2779.0,0.010622880421578884,0.1219278946518898,0.0,1.8922290802001953,1.9585357904434204,-0.010724659077823162,0.0024666839744895697,0.32371821999549866,0.5273379683494568,0.7178557515144348,1110.0,284160.0,6634.536744395038,18186240.0 +108.67,8.699999809265137,2723.0,0.009569166228175163,0.121826171875,0.0,1.9733959436416626,1.9478751420974731,-0.010552250780165195,0.0024743059184402227,0.4827232360839844,0.5249121785163879,0.5967475771903992,1111.0,284416.0,6640.554635198088,18202624.0 +130.91,8.899999618530273,2791.0,0.00980858039110899,0.1125081405043602,0.0,1.9333958625793457,1.9300440549850464,-0.008522975258529186,0.0024665745440870523,0.3923114538192749,0.5317763686180115,0.6883139908313751,1112.0,284672.0,6646.42583178007,18219008.0 +70.48,9.399999618530273,2770.0,0.02331537939608097,0.1099650040268898,0.0,1.905413031578064,1.92100191116333,-0.01027553528547287,0.0024694132152944803,0.3528904914855957,0.5237465500831604,0.6884917318820953,1113.0,284928.0,6652.340189846,18235392.0 +76.75,9.300000190734863,2776.0,0.008557952009141445,0.0916748046875,0.0,1.9188560247421265,1.9320327043533325,-0.010854200460016727,0.0024614317808300257,0.3789794445037842,0.5288249850273132,0.6657046377658844,1114.0,285184.0,6658.241612445097,18251776.0 +144.38,9.0,2757.0,0.008659006096422672,0.10797119140625,0.0,1.8837627172470093,1.9563275575637817,-0.009165707044303417,0.0024818386882543564,0.2993886470794678,0.521878182888031,0.7074907124042511,1115.0,285440.0,6664.184177190065,18268160.0 +90.22,9.600000381469727,2759.0,0.010120020247995853,0.1234130859375,0.0,1.922366976737976,1.962971806526184,-0.010177179239690304,0.002496358472853899,0.34920457005500793,0.5293925404548645,0.6339871883392334,1116.0,285696.0,6670.123219676083,18284544.0 +77.65,9.600000381469727,2798.0,0.007200194057077169,0.0860799178481102,0.0,1.8569291830062866,1.9627594947814941,-0.008647408336400986,0.00248549017123878,0.24624276161193848,0.5193375945091248,0.7273750305175781,1117.0,285952.0,6675.978663051967,18300928.0 +118.44,9.300000190734863,2810.0,0.010598613880574703,0.1236979141831398,0.0,1.8979883193969727,1.969655156135559,-0.010070491582155228,0.0024818710517138243,0.32218191027641296,0.525728702545166,0.6738241612911224,1118.0,286208.0,6681.809843709925,18317312.0 +109.02,9.300000190734863,2801.0,0.01424004789441824,0.1418050080537796,0.0,1.8526033163070679,1.9551037549972534,-0.010829761624336243,0.002478651236742735,0.2391001582145691,0.5241087079048157,0.7280428111553192,1119.0,286464.0,6687.659682798898,18333696.0 +121.7,8.899999618530273,2757.0,0.007089592982083559,0.07855224609375,0.0,1.963582992553711,1.93015718460083,-0.008682972751557827,0.002479408634826541,0.43058037757873535,0.5365727543830872,0.6233074963092804,1120.0,286720.0,6693.603540000971,18350080.0 +96.57,9.199999809265137,2800.0,0.009865754283964634,0.1011149063706398,0.0,1.9193291664123535,1.8839882612228394,-0.010282985866069794,0.002496670000255108,0.33593761920928955,0.5321481227874756,0.638945996761322,1121.0,286976.0,6699.455496336101,18366464.0 +85.22,9.199999809265137,2780.0,0.009548529051244259,0.1109212264418602,0.0,1.8684358596801758,1.8522244691848755,-0.010800457559525967,0.0024572883266955614,0.28648340702056885,0.5258726477622986,0.6692623496055603,1122.0,287232.0,6705.349376202095,18382848.0 +87.27,9.300000190734863,2792.0,0.010467439889907837,0.1150716170668602,0.0,1.9107599258422852,1.8425626754760742,-0.011437161825597286,0.0024660539347678423,0.3572371304035187,0.5289766788482666,0.6714681684970856,1123.0,287488.0,6711.216539785033,18399232.0 +80.98,9.399999618530273,2788.0,0.010667018592357635,0.1166178360581398,0.0,1.8873519897460938,1.8841429948806763,-0.007714125793427229,0.0024755247868597507,0.307895690202713,0.522197425365448,0.7103023827075958,1124.0,287744.0,6717.092779896921,18415616.0 +97.91,9.0,2783.0,0.006797451991587877,0.0742390975356102,0.0,1.9312115907669067,1.9328404664993286,-0.008727136999368668,0.0024648532271385193,0.389979749917984,0.5318508744239807,0.6927776038646698,1125.0,288000.0,6722.9809539730195,18432000.0 +75.21,9.399999618530273,2747.0,0.014774679206311703,0.1205647811293602,0.0,1.8595166206359863,1.9276690483093262,-0.01048978790640831,0.002467724494636059,0.25576266646385193,0.5275397300720215,0.7677902281284332,1126.0,288256.0,6728.945975240087,18448384.0 +119.21,9.199999809265137,2777.0,0.012710298411548138,0.1318766325712204,0.0,1.8926745653152466,1.9118914604187012,-0.011076183058321476,0.0024560457095503807,0.3313436806201935,0.5291746258735657,0.719707190990448,1127.0,288512.0,6734.846715501975,18464768.0 +98.57,8.699999809265137,2707.0,0.009600845165550709,0.11810302734375,0.0,1.937390923500061,1.9219036102294922,-0.010389328934252262,0.0024632499553263187,0.4039781093597412,0.5333852767944336,0.6764280796051025,1128.0,288768.0,6740.899196459912,18481152.0 +83.97,9.300000190734863,2763.0,0.019321415573358536,0.11822509765625,0.0,1.8845688104629517,1.9111586809158325,-0.009710616432130337,0.0024672914296388626,0.2978142499923706,0.5308381915092468,0.6656954288482666,1129.0,289024.0,6746.827846274013,18497536.0 +88.71,9.300000190734863,2757.0,0.010786482132971287,0.1277262419462204,0.0,1.892372727394104,1.8860697746276855,-0.009718046523630619,0.0024642338976264,0.30966272950172424,0.5340030789375305,0.6744464039802551,1130.0,289280.0,6752.770518651931,18513920.0 +104.87,9.199999809265137,2755.0,0.007962406612932682,0.0893147811293602,0.0,1.9382376670837402,1.9077078104019165,-0.009810256771743298,0.0024566047359257936,0.4198780953884125,0.5288835167884827,0.6035105884075165,1131.0,289536.0,6758.7177737860475,18530304.0 +97.63,9.0,2748.0,0.007441053632646799,0.0797526016831398,0.0,1.8901795148849487,1.9776195287704468,-0.007362486328929663,0.0024805048014968634,0.29340431094169617,0.5303637385368347,0.7058089971542358,1132.0,289792.0,6764.68070000899,18546688.0 +113.57,9.100000381469727,2749.0,0.007725473027676344,0.0927734375,0.0,1.9030624628067017,1.9623061418533325,-0.011099047027528286,0.002485147910192609,0.3188554346561432,0.5317831039428711,0.6744635999202728,1133.0,290048.0,6770.640056533972,18563072.0 +115.24,8.899999618530273,2751.0,0.00924458634108305,0.1024169921875,0.0,1.906281590461731,1.970767617225647,-0.00845308881253004,0.0024758281651884317,0.3247999846935272,0.5341278910636902,0.6869030296802521,1134.0,290304.0,6776.594356081914,18579456.0 +98.09,8.899999618530273,2787.0,0.007567852269858122,0.09649658203125,0.0,1.9379092454910278,1.9544634819030762,-0.009777700528502464,0.0024896671529859304,0.3994676172733307,0.5226647257804871,0.6331289112567902,1135.0,290560.0,6782.47324273712,18595840.0 +92.66,9.600000381469727,2778.0,0.010204917751252651,0.1219685897231102,0.0,1.9019370079040527,1.9058750867843628,-0.011555109173059464,0.0024465923197567463,0.34873974323272705,0.5348847508430481,0.6370082199573517,1136.0,290816.0,6788.370682192035,18612224.0 +101.72,8.899999618530273,2799.0,0.008417650125920773,0.09112548828125,0.0,1.9559420347213745,1.8793187141418457,-0.010888583958148956,0.0024604389909654856,0.45451828837394714,0.5281451344490051,0.6095068454742432,1137.0,291072.0,6794.224160841899,18628608.0 +81.51,9.300000190734863,2681.0,0.008676079101860523,0.1001383438706398,0.0,1.93281888961792,1.8837186098098755,-0.012368563562631607,0.002459324663504958,0.40291306376457214,0.5329058170318604,0.5773470103740692,1138.0,291328.0,6800.334243685007,18644992.0 +97.76,9.199999809265137,2741.0,0.014545954763889313,0.1287028044462204,0.0,1.8911057710647583,1.884783387184143,-0.008592954836785793,0.002465364057570696,0.3115185797214508,0.530105471611023,0.6553275287151337,1139.0,291584.0,6806.3122073530685,18661376.0 +78.86,9.199999809265137,2704.0,0.007905371487140656,0.08538818359375,0.0,1.9175597429275513,1.8828721046447754,-0.00955269020050764,0.0024648108519613743,0.3649730980396271,0.5310494303703308,0.6667096018791199,1140.0,291840.0,6812.37020571297,18677760.0 +82.83,9.399999618530273,2712.0,0.009542415849864483,0.1018880233168602,0.0,1.9318939447402954,1.8536864519119263,-0.009612122550606728,0.002450874773785472,0.4021972119808197,0.5335068106651306,0.6330564916133881,1141.0,292096.0,6818.410546486033,18694144.0 +75.46,9.300000190734863,2813.0,0.010124264284968376,0.0966796875,0.0,1.8618632555007935,1.9034628868103027,-0.009663681499660015,0.002463625045493245,0.25358816981315613,0.5319548845291138,0.6859390437602997,1142.0,292352.0,6824.235939949984,18710528.0 +82.9,9.300000190734863,2755.0,0.009364316239953041,0.1083170548081398,0.0,1.917883276939392,1.880515217781067,-0.010762558318674564,0.002454842673614621,0.3761015832424164,0.5319789052009583,0.5980489552021027,1143.0,292608.0,6830.182129807072,18726912.0 +93.08,8.899999618530273,2751.0,0.010556566528975964,0.1226399764418602,0.0,1.949305534362793,1.8743242025375366,-0.010153677314519882,0.0024884918238967657,0.41343212127685547,0.5272407531738281,0.5433901250362396,1144.0,292864.0,6836.138410824118,18743296.0 +97.85,9.199999809265137,2833.0,0.009618350304663181,0.1079305037856102,0.0,1.9290986061096191,1.8624049425125122,-0.010787151753902435,0.0024768856819719076,0.3765559494495392,0.5317888855934143,0.5046676695346832,1145.0,293120.0,6841.9220833319705,18759680.0 +81.62,8.899999618530273,2846.0,0.008286448195576668,0.08294677734375,0.0,1.973458170890808,1.906480312347412,-0.007352145854383707,0.002478213282302022,0.45587658882141113,0.5328302383422852,0.5303881764411926,1146.0,293376.0,6847.677857267903,18776064.0 +81.91,9.0,2825.0,0.008914211764931679,0.1022745743393898,0.0,1.9338384866714478,1.9155120849609375,-0.010994420386850834,0.002467393409460783,0.3914276659488678,0.534577488899231,0.5704426765441895,1147.0,293632.0,6853.476925082039,18792448.0 +97.19,8.800000190734863,2799.0,0.009716463275253773,0.1134033203125,0.0,1.9357014894485474,1.9131680727005005,-0.01096213236451149,0.0024777392391115427,0.3964519202709198,0.5286995768547058,0.5692521631717682,1148.0,293888.0,6859.330334841041,18808832.0 +81.7,9.0,2790.0,0.00952133908867836,0.1152547225356102,0.0,1.9570847749710083,1.8967633247375488,-0.010918701998889446,0.0024559081066399813,0.4491710364818573,0.5344321131706238,0.566602498292923,1149.0,294144.0,6865.20339982491,18825216.0 +101.27,9.199999809265137,2706.0,0.009884673170745373,0.1149698868393898,0.0,1.9038339853286743,1.8985346555709839,-0.011897283606231213,0.002472689375281334,0.3275340497493744,0.5346050262451172,0.6198095381259918,1150.0,294400.0,6871.258562643081,18841600.0 +85.63,8.800000190734863,2743.0,0.00687769241631031,0.0728352889418602,0.0,1.940260410308838,1.874349594116211,-0.00917371828109026,0.0024549993686378,0.4071378707885742,0.5371092557907104,0.5972954630851746,1151.0,294656.0,6877.232169135939,18857984.0 +81.32,9.0,2794.0,0.006161025259643793,0.0680745467543602,0.0,1.9380096197128296,1.878358244895935,-0.010014672763645649,0.0024656455498188734,0.41019466519355774,0.5288876891136169,0.5955473184585571,1152.0,294912.0,6883.097210482927,18874368.0 +91.21,9.5,2803.0,0.014364047907292843,0.1225992813706398,0.0,1.9014769792556763,1.8511587381362915,-0.011336113326251507,0.0024599775206297636,0.33049190044403076,0.5360899567604065,0.6020559370517731,1153.0,295168.0,6888.94212851394,18890752.0 +81.85,9.100000381469727,2770.0,0.009401093237102032,0.0993855819106102,0.0,1.9232181310653687,1.8718571662902832,-0.0107017382979393,0.002472406718879938,0.35975921154022217,0.5365553498268127,0.6234569251537323,1154.0,295424.0,6894.8577319090255,18907136.0 +90.71,9.399999618530273,2729.0,0.011372196488082409,0.1009928360581398,0.0,1.8997421264648438,1.89574134349823,-0.010254248976707458,0.0024562047328799963,0.3210965096950531,0.5403034687042236,0.6265089213848114,1155.0,295680.0,6900.86228366592,18923520.0 +87.97,9.699999809265137,2743.0,0.00936101283878088,0.1059163436293602,0.0,1.888984203338623,1.9236259460449219,-0.008262951858341694,0.002460259711369872,0.2880435883998871,0.5423319935798645,0.6772556602954865,1156.0,295936.0,6906.834722287953,18939904.0 +94.13,9.5,2723.0,0.007834483869373798,0.09002685546875,0.0,1.880725383758545,1.932855248451233,-0.010140116326510906,0.0024676446337252855,0.28375574946403503,0.5344938635826111,0.6708158552646637,1157.0,296192.0,6912.852251332952,18956288.0 +95.15,9.100000381469727,2693.0,0.00909251719713211,0.0886026993393898,0.0,1.8736859560012817,1.9584966897964478,-0.010518055409193039,0.0024927970953285694,0.23148679733276367,0.5416474938392639,0.69008007645607,1158.0,296448.0,6918.93614576594,18972672.0 +121.6,8.600000381469727,2726.0,0.010930366814136505,0.10968017578125,0.0,1.9549366235733032,1.9198307991027832,-0.0093919662758708,0.0024823613930493593,0.41230711340904236,0.5361925363540649,0.5889136493206024,1159.0,296704.0,6924.947220718022,18989056.0 +113.34,8.899999618530273,2734.0,0.00839378871023655,0.1017862930893898,0.0,1.8907265663146973,1.8997896909713745,-0.009144174866378307,0.002473752945661545,0.30049630999565125,0.5317441821098328,0.6836372911930084,1160.0,296960.0,6930.940700480947,19005440.0 +113.88,8.199999809265137,2729.0,0.007462601643055677,0.0923055037856102,0.0,2.009519100189209,1.9145427942276,-0.00900129321962595,0.002484874101355672,0.4980810582637787,0.5461882948875427,0.5572504997253418,1161.0,297216.0,6936.943202419905,19021824.0 +134.61,9.100000381469727,2789.0,0.009478191845119,0.1170654296875,0.0,1.8889532089233398,1.9313865900039673,-0.009258636273443699,0.0025088659022003412,0.2418917864561081,0.5421467423439026,0.7080119550228119,1162.0,297472.0,6942.816702913027,19038208.0 +124.57,8.899999618530273,2848.0,0.011999628506600857,0.1106974259018898,0.0,1.913455605506897,1.9192252159118652,-0.009942922741174698,0.0024689461570233107,0.33958542346954346,0.5383249521255493,0.6390555799007416,1163.0,297728.0,6948.569623027928,19054592.0 +137.1,8.699999809265137,2748.0,0.00871973019093275,0.1076253280043602,0.0,1.9526170492172241,1.8966585397720337,-0.010045855306088924,0.002464868361130357,0.41889819502830505,0.5397461652755737,0.6190225780010223,1164.0,297984.0,6954.532084529987,19070976.0 +101.33,9.0,2792.0,0.007600812707096338,0.07366943359375,0.0,1.921270728111267,1.8624330759048462,-0.009773404337465763,0.002468261169269681,0.37735092639923096,0.526861846446991,0.655172735452652,1165.0,298240.0,6960.400882191025,19087360.0 +105.1,8.800000190734863,2798.0,0.007447138894349337,0.08563232421875,0.0,1.9443321228027344,1.875338077545166,-0.009480373002588749,0.0024787180591374636,0.40796852111816406,0.5292222499847412,0.6376092433929443,1166.0,298496.0,6966.257252411917,19103744.0 +88.63,9.600000381469727,2790.0,0.008094686083495617,0.0916341170668602,0.0,1.838086485862732,1.8904422521591187,-0.010020582005381584,0.0024893537629395723,0.18740208446979523,0.5286335349082947,0.7256779968738556,1167.0,298752.0,6972.129959396087,19120128.0 +105.26,9.300000190734863,2799.0,0.010861056856811047,0.1159464493393898,0.0,1.8771653175354004,1.858534812927246,-0.010839971713721752,0.0024868373293429613,0.2568812072277069,0.5347316861152649,0.6805424690246582,1168.0,299008.0,6977.983356343117,19136512.0 +97.81,9.5,2764.0,0.01279495656490326,0.1233723983168602,0.0,1.8432875871658325,1.8358014822006226,-0.010505493730306625,0.0024709186982363462,0.18374402821063995,0.5448196530342102,0.7198689877986908,1169.0,299264.0,6983.910438641906,19152896.0 +99.89,9.300000190734863,2789.0,0.020818082615733147,0.1322428435087204,0.0,1.885935664176941,1.8189777135849,-0.010896388441324234,0.00247382209636271,0.28862449526786804,0.5337986350059509,0.6541355848312378,1170.0,299520.0,6989.7850912269205,19169280.0 +103.42,9.0,2771.0,0.01072468888014555,0.1152547225356102,0.0,1.9145761728286743,1.8252931833267212,-0.009876631200313568,0.0024778125807642937,0.32740458846092224,0.5400972962379456,0.6040986776351929,1171.0,299776.0,6995.6985829330515,19185664.0 +86.76,9.100000381469727,2785.0,0.010796118527650833,0.1078898087143898,0.0,1.9192485809326172,1.8418978452682495,-0.0102629279717803,0.00247748289257288,0.3471890985965729,0.5355942845344543,0.5906080007553101,1172.0,300032.0,7001.582356932107,19202048.0 +82.35,9.600000381469727,2817.0,0.01614772342145443,0.1177978515625,0.0,1.9052726030349731,1.8179831504821777,-0.010058953426778316,0.002459390554577112,0.3391702175140381,0.5342310070991516,0.6233034133911133,1173.0,300288.0,7007.39725719695,19218432.0 +97.5,8.300000190734863,2811.0,0.0059519317001104355,0.0650634765625,0.0,1.9791818857192993,1.8093527555465698,-0.007752224337309599,0.0024571234825998545,0.4639205038547516,0.5445058345794678,0.5714996159076691,1174.0,300544.0,7013.225614360999,19234816.0 +104.61,9.399999618530273,2798.0,0.011807017028331757,0.1255086213350296,0.0,1.8658967018127441,1.8192334175109863,-0.008372724987566471,0.0024603165220469236,0.24800324440002441,0.5383017659187317,0.6639283299446106,1175.0,300800.0,7019.083953896072,19251200.0 +89.27,9.0,2815.0,0.0108487568795681,0.1141153946518898,0.0,1.898880958557129,1.8270245790481567,-0.007567308377474546,0.0024564231280237436,0.3173801004886627,0.5378168225288391,0.6441588997840881,1176.0,301056.0,7024.903644982027,19267584.0 +81.96,9.199999809265137,2775.0,0.007825857028365135,0.0956014022231102,0.0,1.9268490076065063,1.8304601907730103,-0.00830146949738264,0.002456862712278962,0.363513708114624,0.5432668328285217,0.5942066311836243,1177.0,301312.0,7030.8078549690545,19283968.0 +93.95,9.300000190734863,2787.0,0.007954402826726437,0.0837809219956398,0.0,1.8850761651992798,1.8723336458206177,-0.008607976138591766,0.0024572957772761583,0.2896961271762848,0.5389114022254944,0.6807551085948944,1178.0,301568.0,7036.685499873012,19300352.0 +105.98,8.800000190734863,2748.0,0.007807232439517975,0.0919392928481102,0.0,1.9350017309188843,1.8412680625915527,-0.010109588503837585,0.0024574624840170145,0.40433862805366516,0.5326232314109802,0.6150268316268921,1179.0,301824.0,7042.647247036919,19316736.0 +71.32,9.600000381469727,2799.0,0.013236583210527897,0.1491495817899704,0.0,1.9102250337600708,1.8442600965499878,-0.011522880755364895,0.0024623656645417213,0.3451116383075714,0.536452054977417,0.6152081787586212,1180.0,302080.0,7048.500678499928,19333120.0 +82.1,8.899999618530273,2815.0,0.011248946189880371,0.1106160506606102,0.0,1.9792143106460571,1.847483515739441,-0.007620024029165506,0.0024627603124827147,0.477424293756485,0.5352171659469604,0.5952740907669067,1181.0,302336.0,7054.32210085704,19349504.0 +80.48,8.899999618530273,2755.0,0.01140944380313158,0.0982259139418602,0.0,1.9923423528671265,1.88557767868042,-0.010611694306135178,0.0024641852360218763,0.5067201256752014,0.5363571047782898,0.5135643780231476,1182.0,302592.0,7060.268078444991,19365888.0 +110.06,8.800000190734863,2791.0,0.00884941965341568,0.0961100235581398,0.0,1.9098175764083862,1.9236823320388794,-0.010210276581346989,0.002469302387908101,0.33412444591522217,0.5375511050224304,0.6471856236457825,1183.0,302848.0,7066.138199282112,19382272.0 +99.83,9.399999618530273,2799.0,0.011730708181858063,0.12042236328125,0.0,1.8830876350402832,1.9389046430587769,-0.010081094689667225,0.0024957109708338976,0.24808990955352783,0.5406575202941895,0.7035057842731476,1184.0,303104.0,7071.99208721309,19398656.0 +80.05,9.300000190734863,2721.0,0.01023093145340681,0.11383056640625,0.0,1.8857598304748535,1.9457069635391235,-0.011331488378345966,0.0024864673614501953,0.26946085691452026,0.538584291934967,0.688998818397522,1185.0,303360.0,7078.012895931955,19415040.0 +137.52,8.899999618530273,2740.0,0.00851734634488821,0.0915120467543602,0.0,1.9238237142562866,1.9548522233963013,-0.009157931432127953,0.0024843704886734486,0.34926775097846985,0.5357109904289246,0.6464023292064667,1186.0,303616.0,7083.993733966956,19431424.0 +104.52,9.100000381469727,2701.0,0.00907119456678629,0.1070963516831398,0.0,1.9354721307754517,1.959143042564392,-0.010922637768089771,0.0024911242071539164,0.35936686396598816,0.5407409071922302,0.6436491906642914,1187.0,303872.0,7090.059225610923,19447808.0 +98.77,9.5,2767.0,0.013372108340263367,0.1339925080537796,0.0,1.8916417360305786,1.8931646347045898,-0.0095675615593791,0.002468969440087676,0.2829951047897339,0.5441589951515198,0.7108067274093628,1188.0,304128.0,7095.981403364101,19464192.0 +98.66,9.399999618530273,2708.0,0.009080059826374054,0.0869547501206398,0.0,1.9019193649291992,1.847000002861023,-0.009669587947428226,0.002470881910994649,0.3102332651615143,0.5395016074180603,0.6812815964221954,1189.0,304384.0,7102.031354937935,19480576.0 +101.29,8.899999618530273,2727.0,0.008353394456207752,0.1011962890625,0.0,1.939998984336853,1.8655633926391602,-0.011305068619549274,0.0024610271211713552,0.4055697023868561,0.5366614460945129,0.6211445033550262,1190.0,304640.0,7108.038572404068,19496960.0 +89.91,9.100000381469727,2808.0,0.00958195235580206,0.1198933944106102,0.0,1.907857060432434,1.8405756950378418,-0.011956069618463516,0.002452951855957508,0.3466311991214752,0.5384273529052734,0.6909023225307465,1191.0,304896.0,7113.872674812097,19513344.0 +102.05,9.100000381469727,2777.0,0.010803867131471634,0.1096394881606102,0.0,1.883275032043457,1.8954368829727173,-0.011292661540210247,0.00246343738399446,0.29894599318504333,0.5323302149772644,0.6977553069591522,1192.0,305152.0,7119.772389522055,19529728.0 +107.41,9.100000381469727,2776.0,0.010788202285766602,0.1103922501206398,0.0,1.8956645727157593,1.872714638710022,-0.012466390617191792,0.0024540817830711603,0.3262801468372345,0.5366770625114441,0.6909880340099335,1193.0,305408.0,7125.6745324591175,19546112.0 +100.95,8.899999618530273,2796.0,0.00932285375893116,0.1001383438706398,0.0,1.92829167842865,1.8249826431274414,-0.01015105564147234,0.00245821219868958,0.38049283623695374,0.5373401045799255,0.6531320214271545,1194.0,305664.0,7131.534183918033,19562496.0 +96.68,9.100000381469727,2765.0,0.010956700891256332,0.1154378280043602,0.0,1.9257922172546387,1.8160243034362793,-0.00904370192438364,0.002457552822306752,0.3700270652770996,0.5392058491706848,0.6422072350978851,1195.0,305920.0,7137.458774568979,19578880.0 +85.56,9.199999809265137,2786.0,0.008430019952356815,0.0952555313706398,0.0,1.9811596870422363,1.8323535919189453,-0.007675600703805685,0.0024676222819834948,0.4763905704021454,0.5351523756980896,0.5466933846473694,1196.0,306176.0,7143.339552341029,19595264.0 +95.49,9.300000190734863,2702.0,0.009612473659217358,0.1011149063706398,0.0,1.881445050239563,1.8610948324203491,-0.009041924960911274,0.0024674483574926853,0.2769157588481903,0.5369161367416382,0.6685544848442078,1197.0,306432.0,7149.403427700978,19611648.0 +65.05,9.300000190734863,2755.0,0.010248366743326187,0.12200927734375,0.0,1.9236173629760742,1.8525699377059937,-0.008831033483147621,0.002448585582897067,0.3852878510951996,0.5340370535850525,0.6188876628875732,1198.0,306688.0,7155.351004650118,19628032.0 +119.45,9.0,2719.0,0.009025776758790016,0.0970865860581398,0.0,1.929669976234436,1.8811482191085815,-0.010146982967853546,0.0024675254244357347,0.36324644088745117,0.5432423949241638,0.6183135509490967,1199.0,306944.0,7161.377329749055,19644416.0 +118.22,8.600000381469727,2720.0,0.007573308423161507,0.0933431014418602,0.0,1.9341601133346558,1.889538288116455,-0.00951716210693121,0.0024597172159701586,0.38719192147254944,0.5391180515289307,0.6371073126792908,1200.0,307200.0,7167.400977365905,19660800.0 +108.55,9.0,2788.0,0.00964744109660387,0.1220703125,0.0,1.9123095273971558,1.9368053674697876,-0.009467964060604572,0.0024807644076645374,0.31796184182167053,0.541782557964325,0.6344408988952637,1201.0,307456.0,7173.276413971093,19677184.0 +120.81,9.0,2772.0,0.00850421842187643,0.1049397811293602,0.0,1.8938897848129272,1.9631062746047974,-0.011331080459058285,0.002473883330821991,0.29258832335472107,0.5416161417961121,0.6828760802745819,1202.0,307712.0,7179.18720111507,19693568.0 +118.87,9.100000381469727,2801.0,0.009853408671915531,0.1281941682100296,0.0,1.8941057920455933,1.9473713636398315,-0.009919156320393085,0.0024704181123524904,0.2877669930458069,0.5444061160087585,0.645485907793045,1203.0,307968.0,7185.036340245977,19709952.0 +105.33,8.899999618530273,2752.0,0.006336317863315344,0.074462890625,0.0,1.966721534729004,1.9571385383605957,-0.008692368865013123,0.002467632992193103,0.4270249903202057,0.5476565957069397,0.6353172659873962,1204.0,308224.0,7190.988822713029,19726336.0 +120.09,8.899999618530273,2776.0,0.009767371229827404,0.12469482421875,0.0,1.9166339635849,1.9613112211227417,-0.010111368261277676,0.0024672052823007107,0.33076465129852295,0.5473732352256775,0.6676838099956512,1205.0,308480.0,7196.889726823894,19742720.0 +99.04,8.800000190734863,2773.0,0.009597963653504848,0.1129150390625,0.0,1.9622821807861328,1.946637749671936,-0.008476332761347294,0.002474991837516427,0.4268976151943207,0.5392798781394958,0.6283717155456543,1206.0,308736.0,7202.79855324002,19759104.0 +133.65,8.5,2782.0,0.009783619083464146,0.0935262069106102,0.0,1.9765633344650269,1.9825787544250488,-0.008309111930429935,0.0024811308830976486,0.43242552876472473,0.5479199290275574,0.5994536280632019,1207.0,308992.0,7208.688172633061,19775488.0 +102.87,8.699999809265137,2749.0,0.009363465011119843,0.0906168594956398,0.0,1.955922245979309,1.9868017435073853,-0.009890585206449032,0.0024967475328594446,0.3919048309326172,0.5413548946380615,0.5805438160896301,1208.0,309248.0,7214.648368757917,19791872.0 +129.3,8.899999618530273,2773.0,0.008636798709630966,0.1095174178481102,0.0,1.9263719320297241,1.9764820337295532,-0.010054334998130798,0.002467681188136339,0.36665019392967224,0.5390252470970154,0.6324134171009064,1209.0,309504.0,7220.556241720915,19808256.0 +96.08,9.5,2797.0,0.011468421667814255,0.1217854842543602,0.0,1.8450249433517456,1.9741266965866089,-0.00911770947277546,0.0024626601953059435,0.21489059925079346,0.5351082682609558,0.7545349299907684,1210.0,309760.0,7226.412833272014,19824640.0 +120.04,9.0,2812.0,0.011052635498344898,0.1080525740981102,0.0,1.9014229774475098,1.9737266302108765,-0.009686497040092945,0.0024915067479014397,0.2781248390674591,0.5460308194160461,0.6868487596511841,1211.0,310016.0,7232.239490082953,19841024.0 +89.76,9.5,2739.0,0.00929629523307085,0.11285400390625,0.0,1.8861256837844849,1.9559303522109985,-0.009740694426000118,0.002483989344909787,0.24329249560832977,0.5517848134040833,0.7043209373950958,1212.0,310272.0,7238.219795495039,19857408.0 +128.27,9.199999809265137,2700.0,0.010862495750188828,0.0998942032456398,0.0,1.874566674232483,2.0064289569854736,-0.00682145357131958,0.00249380967579782,0.21159429848194122,0.5487505793571472,0.7112939953804016,1213.0,310528.0,7244.28671626607,19873792.0 +100.35,9.199999809265137,2753.0,0.0177199374884367,0.1270345002412796,0.0,1.8981915712356567,1.976051688194275,-0.009497739374637604,0.002481001429259777,0.2932511270046234,0.5403236746788025,0.6394925713539124,1214.0,310784.0,7250.237835881999,19890176.0 +101.32,9.199999809265137,2705.0,0.007237644400447607,0.0774739608168602,0.0,1.9000717401504517,1.9528226852416992,-0.009473826736211777,0.002451566280797124,0.3352285623550415,0.5356765389442444,0.6215274035930634,1215.0,311040.0,7256.293941257987,19906560.0 +88.96,9.399999618530273,2719.0,0.010445591993629932,0.1132405623793602,0.0,1.875034213066101,1.9740890264511108,-0.010872021317481995,0.002469573402777314,0.25482064485549927,0.5434498190879822,0.690035343170166,1216.0,311296.0,7262.3190016809385,19922944.0 +88.27,9.100000381469727,2712.0,0.007658102083951235,0.0918782576918602,0.0,1.9151028394699097,2.0064451694488525,-0.009108085185289383,0.002490423619747162,0.2998998761177063,0.5491136312484741,0.6979488134384155,1217.0,311552.0,7268.358767346945,19939328.0 +90.07,9.600000381469727,2776.0,0.010035940445959568,0.1143391951918602,0.0,1.8665229082107544,2.0174970626831055,-0.010009500198066235,0.002482085721567273,0.2354155033826828,0.5379568338394165,0.7423075437545776,1218.0,311808.0,7274.261610965943,19955712.0 +110.94,9.100000381469727,2794.0,0.008675853721797466,0.10479736328125,0.0,1.9103776216506958,1.9849227666854858,-0.011304326355457306,0.0024606315419077873,0.3228595554828644,0.5497856736183167,0.7067172229290009,1219.0,312064.0,7280.124618848087,19972096.0 +124.77,9.0,2819.0,0.013452776707708836,0.1190185546875,0.0,1.9022270441055298,1.9503682851791382,-0.01012618187814951,0.002461391966789961,0.31661683320999146,0.5428524613380432,0.6983149349689484,1220.0,312320.0,7285.9354913448915,19988480.0 +88.37,9.300000190734863,2760.0,0.013324719853699207,0.1262003630399704,0.0,1.8951044082641602,1.963495135307312,-0.008213556371629238,0.0024589139502495527,0.3037930727005005,0.5415990352630615,0.7138373851776123,1221.0,312576.0,7291.871881182073,20004864.0 +125.02,8.899999618530273,2704.0,0.012690390460193157,0.11383056640625,0.0,1.9279266595840454,1.973015308380127,-0.00942537933588028,0.0024514233227819204,0.3771449625492096,0.5427982807159424,0.6739649176597595,1222.0,312832.0,7297.930370159913,20021248.0 +98.77,9.199999809265137,2687.0,0.010090656578540802,0.1053466796875,0.0,1.9162068367004395,1.979061245918274,-0.0076282634399831295,0.0024576794821769,0.3576327860355377,0.5359694361686707,0.6906450986862183,1223.0,313088.0,7304.029048959026,20037632.0 +75.68,9.5,2703.0,0.011814991943538189,0.1279296875,0.0,1.8781558275222778,1.9361165761947632,-0.011723391711711884,0.002445175778120756,0.28568562865257263,0.5438096523284912,0.7081685960292816,1224.0,313344.0,7310.091167999897,20054016.0 +113.12,9.199999809265137,2676.0,0.008354267105460167,0.0999755859375,0.0,1.8484259843826294,1.9748072624206543,-0.01102904137223959,0.0024661498609930277,0.23700737953186035,0.527624785900116,0.7591295391321182,1225.0,313600.0,7316.213608019985,20070400.0 +134.33,9.100000381469727,2815.0,0.009037426672875881,0.109619140625,0.0,1.8642297983169556,1.9476913213729858,-0.011007681488990784,0.0024627188686281443,0.23187172412872314,0.5474193096160889,0.7586566805839539,1226.0,313856.0,7322.033125194954,20086784.0 +108.91,9.300000190734863,2772.0,0.00981669221073389,0.12664794921875,0.0,1.917770266532898,1.9242862462997437,-0.01076596975326538,0.0024739953223615885,0.3365924656391144,0.5424854159355164,0.6507808268070221,1227.0,314112.0,7327.943532004952,20103168.0 +106.39,9.199999809265137,2803.0,0.011154274456202984,0.14642333984375,0.0,1.8917609453201294,1.92654550075531,-0.012792475521564484,0.0024737080093473196,0.28670352697372437,0.5436132550239563,0.7017920911312103,1228.0,314368.0,7333.789352495922,20119552.0 +124.63,8.899999618530273,2655.0,0.009276919066905975,0.10894775390625,0.0,1.9381002187728882,1.9080967903137207,-0.010340428911149502,0.0024636839516460896,0.37944069504737854,0.5459591746330261,0.6818137764930725,1229.0,314624.0,7339.960105642909,20135936.0 +73.16,9.5,2747.0,0.024145564064383507,0.1221720352768898,0.0,1.8760576248168945,1.8605257272720337,-0.00937383621931076,0.002445631893351674,0.2851850688457489,0.5386278629302979,0.7093047201633453,1230.0,314880.0,7345.925205362029,20152320.0 +127.4,9.399999618530273,2746.0,0.010187124833464622,0.1236775740981102,0.0,1.8792768716812134,1.923868179321289,-0.009002099744975567,0.002476011635735631,0.24165405333042145,0.54868483543396,0.7260327637195587,1231.0,315136.0,7351.890835298924,20168704.0 +107.21,9.199999809265137,2721.0,0.00948301237076521,0.1213785782456398,0.0,1.913880705833435,1.8915413618087769,-0.009519408456981182,0.0024593656416982412,0.344571977853775,0.540346622467041,0.682757556438446,1232.0,315392.0,7357.912479277002,20185088.0 +138.12,8.899999618530273,2734.0,0.00895241741091013,0.1139119490981102,0.0,1.9004069566726685,1.9266176223754883,-0.009564732201397419,0.0024844410363584757,0.29955732822418213,0.5372385382652283,0.6943568587303162,1233.0,315648.0,7363.905083886115,20201472.0 +97.39,9.300000190734863,2699.0,0.010181649588048458,0.1173095703125,0.0,1.8654589653015137,1.9239729642868042,-0.009860009886324406,0.002473705681040883,0.23951078951358795,0.537950336933136,0.7511786073446274,1234.0,315904.0,7369.976517928997,20217856.0 +84.23,9.600000381469727,2717.0,0.010991222225129604,0.1275634765625,0.0,1.8556841611862183,1.923356056213379,-0.009779216721653938,0.002471101703122258,0.2209222912788391,0.5386849045753479,0.7504428923130035,1235.0,316160.0,7376.006406563101,20234240.0 +91.02,9.0,2771.0,0.008208994753658772,0.0953572615981102,0.0,2.0019772052764893,1.88210928440094,-0.010425505228340626,0.002479467075318098,0.4999173581600189,0.5415314435958862,0.5899389982223511,1236.0,316416.0,7381.918441340094,20250624.0 +92.09,9.199999809265137,2768.0,0.008274193853139877,0.0922444686293602,0.0,1.9155837297439575,1.8507267236709595,-0.010549784637987614,0.0024860017001628876,0.3143210709095001,0.544479489326477,0.6271388232707977,1237.0,316672.0,7387.836235156981,20267008.0 +79.88,9.300000190734863,2809.0,0.008533082902431488,0.0942789688706398,0.0,1.9544987678527832,1.8362680673599243,-0.010519926436245441,0.0024682667572051287,0.4304696023464203,0.5340133309364319,0.5069670379161835,1238.0,316928.0,7393.669811273925,20283392.0 +86.37,9.199999809265137,2772.0,0.008851922117173672,0.1145833358168602,0.0,1.884589672088623,1.895053505897522,-0.009237609803676605,0.002454753965139389,0.2789721190929413,0.5459145903587341,0.7018366158008575,1239.0,317184.0,7399.581237123115,20299776.0 +110.25,9.100000381469727,2794.0,0.008510262705385685,0.0974934920668602,0.0,1.9363802671432495,1.881754994392395,-0.010602538473904133,0.0024431536439806223,0.4086693525314331,0.5398887991905212,0.6603130996227264,1240.0,317440.0,7405.445973491063,20316160.0 +88.46,9.100000381469727,2735.0,0.0074038091115653515,0.0872599259018898,0.0,1.8876599073410034,1.8677358627319336,-0.011502479203045368,0.0024431042838841677,0.303518146276474,0.5445285439491272,0.723655492067337,1241.0,317696.0,7411.436648210976,20332544.0 +65.97,9.399999618530273,2771.0,0.009584678336977959,0.1124064102768898,0.0,1.9076513051986694,1.8270645141601562,-0.012273759581148624,0.002426984254270792,0.3587944507598877,0.5453062057495117,0.7035713195800781,1242.0,317952.0,7417.348722351948,20348928.0 +69.84,9.899999618530273,2807.0,0.010042442008852959,0.1200154647231102,0.0,1.8024667501449585,1.8908857107162476,-0.011991873383522034,0.0024392888881266117,0.14604373276233673,0.5407012104988098,0.8244089186191559,1243.0,318208.0,7423.185245021945,20365312.0 +107.76,9.0,2801.0,0.010963908396661282,0.12860107421875,0.0,1.8996552228927612,1.8625081777572632,-0.010659929364919662,0.002445393009111285,0.3337644636631012,0.539361298084259,0.7075915336608887,1244.0,318464.0,7429.035093462095,20381696.0 +77.2,9.399999618530273,2775.0,0.010978326201438904,0.1287638396024704,0.0,1.8682233095169067,1.8667258024215698,-0.01262136921286583,0.002443519188091159,0.2704554498195648,0.5425248742103577,0.7068196535110474,1245.0,318720.0,7434.939367620973,20398080.0 +107.17,9.199999809265137,2787.0,0.009361914359033108,0.1114908829331398,0.0,1.930862307548523,1.8598989248275757,-0.012657294981181622,0.002453726949170232,0.37599536776542664,0.5472574830055237,0.6342208385467529,1246.0,318976.0,7440.819545963081,20414464.0 +95.97,9.600000381469727,2792.0,0.00919016357511282,0.0912882462143898,0.0,1.8650155067443848,1.8555935621261597,-0.0099733741953969,0.0024628702085465193,0.2559305727481842,0.5341444611549377,0.6128163039684296,1247.0,319232.0,7446.688186184969,20430848.0 +90.72,9.100000381469727,2772.0,0.011755143292248249,0.1106363907456398,0.0,1.9341912269592285,1.899722933769226,-0.011506855487823486,0.0024713536258786917,0.37091270089149475,0.5435624122619629,0.5942976772785187,1248.0,319488.0,7452.598980081035,20447232.0 +85.62,9.100000381469727,2778.0,0.009963870979845524,0.1227823868393898,0.0,1.9111977815628052,1.9183586835861206,-0.012218941003084183,0.002481156960129738,0.3099317252635956,0.5470559000968933,0.6389307975769043,1249.0,319744.0,7458.4970541510265,20463616.0 +82.42,9.399999618530273,2764.0,0.012182903476059437,0.1327107697725296,0.0,1.8373390436172485,1.919288158416748,-0.009113623760640621,0.002462271833792329,0.1911623477935791,0.538928210735321,0.7498370409011841,1250.0,320000.0,7464.4243825539015,20480000.0 +107.8,9.100000381469727,2805.0,0.00822069589048624,0.0951334610581398,0.0,1.9206918478012085,1.9325507879257202,-0.012080375105142593,0.002473383443430066,0.34043750166893005,0.54518723487854,0.6209810674190521,1251.0,320256.0,7470.264402210014,20496384.0 +94.43,9.300000190734863,2818.0,0.014917994849383831,0.1176554337143898,0.0,1.86431086063385,1.9063973426818848,-0.009826022200286388,0.0024549763184040785,0.2458261400461197,0.5427994132041931,0.7091990411281586,1252.0,320512.0,7476.07912036893,20512768.0 +113.44,9.100000381469727,2791.0,0.009713834151625633,0.11419677734375,0.0,1.946606159210205,1.8713546991348267,-0.009611311368644238,0.0024558233562856913,0.39407792687416077,0.5499802231788635,0.6316990256309509,1253.0,320768.0,7481.949571405072,20529152.0 +89.3,9.0,2715.0,0.010961073450744152,0.1361083984375,0.0,1.9053763151168823,1.917585849761963,-0.009728792123496532,0.002465162891894579,0.31392863392829895,0.5447351932525635,0.639900267124176,1254.0,321024.0,7487.982875569025,20545536.0 +98.54,9.100000381469727,2755.0,0.009588646702468395,0.1146240234375,0.0,1.8906387090682983,1.8986812829971313,-0.01208069920539856,0.0024701457004994154,0.28020164370536804,0.5465323328971863,0.688450276851654,1255.0,321280.0,7493.928980397992,20561920.0 +108.72,9.399999618530273,2785.0,0.009614384733140469,0.1136678084731102,0.0,1.907921314239502,1.891804814338684,-0.010276422835886478,0.002462290460243821,0.31639495491981506,0.5477731227874756,0.6469601094722748,1256.0,321536.0,7499.813304482028,20578304.0 +88.96,9.100000381469727,2717.0,0.009679215960204601,0.1117757186293602,0.0,1.98180091381073,1.8635717630386353,-0.010102723725140095,0.0024644783698022366,0.45622941851615906,0.55018550157547,0.5648989379405975,1257.0,321792.0,7505.84315077099,20594688.0 +101.35,9.199999809265137,2759.0,0.009875069372355938,0.1295166015625,0.0,1.9168152809143066,1.8782166242599487,-0.011012795381247997,0.002467212500050664,0.3358060419559479,0.5451011061668396,0.6289865970611572,1258.0,322048.0,7511.782082282007,20611072.0 +115.79,9.399999618530273,2714.0,0.011743116192519665,0.1387532502412796,0.0,1.8745015859603882,1.9117079973220825,-0.01051150169223547,0.0024874217342585325,0.22774384915828705,0.5465478301048279,0.6602575182914734,1259.0,322304.0,7517.818051734008,20627456.0 +75.07,9.399999618530273,2799.0,0.011223823763430119,0.1270751953125,0.0,1.8949393033981323,1.8840913772583008,-0.011878044344484806,0.0024637042079120874,0.30940327048301697,0.539104163646698,0.6078278720378876,1260.0,322560.0,7523.671907085925,20643840.0 +85.82,9.0,2819.0,0.010084395296871662,0.1138509139418602,0.0,2.0045788288116455,1.918791651725769,-0.010356429032981396,0.002462753327563405,0.5117940306663513,0.54684978723526,0.5070987343788147,1261.0,322816.0,7529.487084086984,20660224.0 +101.51,9.300000190734863,2818.0,0.011811513453722,0.13531494140625,0.0,1.887953281402588,1.9207658767700195,-0.010795161128044128,0.002455655951052904,0.28799453377723694,0.5461307168006897,0.6536545753479004,1262.0,323072.0,7535.30113345501,20676608.0 +108.15,9.199999809265137,2813.0,0.009337780997157097,0.10858154296875,0.0,1.9535622596740723,1.9355340003967285,-0.009819461964070797,0.00246605952270329,0.40202951431274414,0.5486928224563599,0.5703832805156708,1263.0,323328.0,7541.125073397066,20692992.0 +91.59,9.300000190734863,2800.0,0.010756764560937881,0.1022542342543602,0.0,1.940775752067566,1.9520782232284546,-0.01020839624106884,0.002486859681084752,0.36370790004730225,0.5452211499214172,0.5625058710575104,1264.0,323584.0,7546.975325959036,20709376.0 +96.92,9.199999809265137,2767.0,0.0074953678995370865,0.0920817032456398,0.0,1.9085417985916138,1.9199342727661133,-0.01116284728050232,0.002474801382049918,0.3221108019351959,0.5404476523399353,0.6063711941242218,1265.0,323840.0,7552.896815015934,20725760.0 +88.71,9.199999809265137,2755.0,0.011919941753149033,0.1142985001206398,0.0,1.9047049283981323,1.9220004081726074,-0.011516153812408447,0.0024875388480722904,0.3055405616760254,0.5389017462730408,0.5893458724021912,1266.0,324096.0,7558.84465013491,20742144.0 +95.81,8.800000190734863,2729.0,0.010163466446101665,0.1223551407456398,0.0,1.982396125793457,1.903234601020813,-0.00995592214167118,0.0024569721426814795,0.4762614965438843,0.5447675585746765,0.5804798603057861,1267.0,324352.0,7564.848818321945,20758528.0 +98.7,9.5,2777.0,0.009595016948878765,0.11505126953125,0.0,1.9127901792526245,1.8581314086914062,-0.009960395283997059,0.002457055263221264,0.34662795066833496,0.5394904017448425,0.5854509174823761,1268.0,324608.0,7570.748343918007,20774912.0 +85.19,8.899999618530273,2763.0,0.011014178395271301,0.1145426407456398,0.0,1.942236304283142,1.9305777549743652,-0.010707172565162182,0.0024846906308084726,0.3646540343761444,0.547576904296875,0.6088115274906158,1269.0,324864.0,7576.678293440957,20791296.0 +85.6,9.699999809265137,2775.0,0.008956953883171082,0.1020711287856102,0.0,1.8853627443313599,1.9189671277999878,-0.009525061585009098,0.0024732525926083326,0.2558538019657135,0.5495243668556213,0.6308874785900116,1270.0,325120.0,7582.582911710022,20807680.0 +88.24,9.199999809265137,2755.0,0.009907812811434269,0.1074625626206398,0.0,1.885848045349121,1.9067639112472534,-0.00961972214281559,0.0024577013682574034,0.281361848115921,0.5450037717819214,0.58462193608284,1271.0,325376.0,7588.53017829801,20824064.0 +87.18,9.100000381469727,2809.0,0.008598634041845798,0.1023966446518898,0.0,1.9714611768722534,1.9314597845077515,-0.009437532164156437,0.0024863078724592924,0.4128318130970001,0.5506434440612793,0.5439205765724182,1272.0,325632.0,7594.36373285111,20840448.0 +93.11,9.399999618530273,2756.0,0.009008853696286678,0.1076253280043602,0.0,1.9213639497756958,1.9326456785202026,-0.01012362539768219,0.0024572350084781647,0.35005858540534973,0.5471670627593994,0.5813438296318054,1273.0,325888.0,7600.309334733989,20856832.0 +88.07,9.100000381469727,2703.0,0.008273214101791382,0.0880940780043602,0.0,1.9354901313781738,1.9211660623550415,-0.009315650910139084,0.0024727925192564726,0.36582493782043457,0.544708788394928,0.6153869032859802,1274.0,326144.0,7606.371427325066,20873216.0 +86.11,9.699999809265137,2722.0,0.011322659440338612,0.12469482421875,0.0,1.913485050201416,1.878408432006836,-0.010196576826274395,0.002444238867610693,0.3479440212249756,0.5463742017745972,0.6222305595874786,1275.0,326400.0,7612.390773389954,20889600.0 +80.4,9.199999809265137,2773.0,0.009430506266653538,0.10943603515625,0.0,1.8800216913223267,1.8958349227905273,-0.012736990116536617,0.0024639666080474854,0.2628418207168579,0.5483126044273376,0.6546358466148376,1276.0,326656.0,7618.299900603015,20905984.0 +86.81,9.5,2722.0,0.011513065546751022,0.1369832307100296,0.0,1.8752775192260742,1.881157398223877,-0.012134544551372528,0.002455776557326317,0.2579629123210907,0.5493537783622742,0.6742979288101196,1277.0,326912.0,7624.3187241849955,20922368.0 +115.93,8.699999809265137,2759.0,0.00788122322410345,0.0876871719956398,0.0,1.9622012376785278,1.8779100179672241,-0.010843063704669476,0.002464706776663661,0.4244520962238312,0.5472441911697388,0.587428092956543,1278.0,327168.0,7630.25730057992,20938752.0 +92.18,9.399999618530273,2719.0,0.01856871135532856,0.1338704377412796,0.0,1.9259930849075317,1.878190040588379,-0.010141640901565552,0.00246069161221385,0.3498000204563141,0.549670934677124,0.6340055763721466,1279.0,327424.0,7636.283468546113,20955136.0 +78.88,9.300000190734863,2811.0,0.011229387484490871,0.1244710311293602,0.0,1.9312790632247925,1.8926196098327637,-0.012890268117189407,0.002445615828037262,0.36964139342308044,0.5554669499397278,0.6201386153697968,1280.0,327680.0,7642.112687685993,20971520.0 +98.76,9.0,2822.0,0.019589915871620178,0.1164754256606102,0.0,1.9324761629104614,1.8679569959640503,-0.009080621413886547,0.002449349733069539,0.3910808265209198,0.540020763874054,0.5974671840667725,1281.0,327936.0,7647.917221210897,20987904.0 +86.45,9.0,2811.0,0.011338993906974792,0.12872314453125,0.0,1.9468965530395508,1.848273754119873,-0.01170580368489027,0.0024587255902588367,0.39097461104393005,0.552234947681427,0.6215639114379883,1282.0,328192.0,7653.746329329908,21004288.0 +81.37,8.899999618530273,2746.0,0.008915145881474018,0.0983072891831398,0.0,1.9635883569717407,1.8314027786254883,-0.011524691246449947,0.0024459692649543285,0.45256373286247253,0.5441606044769287,0.5648907721042633,1283.0,328448.0,7659.713044336066,21020672.0 +66.62,9.800000190734863,2686.0,0.00956706702709198,0.1137288436293602,0.0,1.9182772636413574,1.8288969993591309,-0.011519481427967548,0.002442705910652876,0.3533344268798828,0.5500655770301819,0.6112880408763885,1284.0,328704.0,7665.814111680957,21037056.0 +82.36,9.600000381469727,2657.0,0.009423292241990566,0.1067301407456398,0.0,1.8748736381530762,1.8740510940551758,-0.011179677210748196,0.0024430998601019382,0.2677449882030487,0.5493713617324829,0.6608407199382782,1285.0,328960.0,7671.980076017091,21053440.0 +76.61,9.5,2690.0,0.009439441375434399,0.1117350235581398,0.0,1.8690423965454102,1.8861509561538696,-0.011371263302862644,0.002447916427627206,0.24571232497692108,0.5524609684944153,0.687334418296814,1286.0,329216.0,7678.070089214016,21069824.0 +90.41,8.800000190734863,2678.0,0.012137736193835735,0.1388346403837204,0.0,1.9541207551956177,1.91020667552948,-0.011855583637952805,0.0024459657724946737,0.4291118383407593,0.5475396513938904,0.566408783197403,1287.0,329472.0,7684.186519589042,21086208.0 +83.97,8.699999809265137,2623.0,0.010934890247881413,0.0974527969956398,0.0,1.9627490043640137,1.9599725008010864,-0.009584429673850536,0.0024631943088024855,0.42473673820495605,0.5479678511619568,0.6105511784553528,1288.0,329728.0,7690.434110675007,21102592.0 +72.35,9.5,2669.0,0.008403177373111248,0.0934651717543602,0.0,1.9227417707443237,1.9210880994796753,-0.010164600796997547,0.002472554100677371,0.3456857204437256,0.5429977774620056,0.6230396628379822,1289.0,329984.0,7696.5720903018955,21118976.0 +104.99,8.699999809265137,2727.0,0.007480142638087273,0.09368896484375,0.0,2.0198609828948975,1.9280723333358765,-0.009168887510895729,0.0024674159940332174,0.5257159471511841,0.5517447590827942,0.570745199918747,1290.0,330240.0,7702.57896792097,21135360.0 +80.22,9.5,2733.0,0.009317674674093723,0.11474609375,0.0,1.856054663658142,1.91373872756958,-0.012633818201720715,0.0024564892519265413,0.2219262570142746,0.5486182570457458,0.7028387784957886,1291.0,330496.0,7708.572608531918,21151744.0 +94.56,9.399999618530273,2777.0,0.009442870505154133,0.1172281876206398,0.0,1.8551174402236938,1.8904075622558594,-0.011938031762838364,0.002447023056447506,0.22790177166461945,0.5484973788261414,0.7159568071365356,1292.0,330752.0,7714.474030584097,21168128.0 +86.95,9.399999618530273,2761.0,0.015057760290801525,0.1255086213350296,0.0,1.8835769891738892,1.925620436668396,-0.011127304285764694,0.0024544631596654654,0.2703953683376312,0.5515312552452087,0.6766210198402405,1293.0,331008.0,7720.408091132995,21184512.0 +74.47,9.300000190734863,2831.0,0.008862101472914219,0.10247802734375,0.0,1.9190748929977417,1.91689932346344,-0.01043593231588602,0.0024486000183969736,0.33168795704841614,0.5585355162620544,0.6747032701969147,1294.0,331264.0,7726.194516086951,21200896.0 +124.33,9.300000190734863,2810.0,0.006499195471405983,0.0771280899643898,0.0,1.8830257654190063,1.934133529663086,-0.009508754126727581,0.002453402616083622,0.26340124011039734,0.5534740686416626,0.6903310716152191,1295.0,331520.0,7732.025428357068,21217280.0 +112.7,9.0,2777.0,0.010871239006519318,0.12353515625,0.0,1.9082921743392944,1.886370301246643,-0.012904086150228977,0.002445849357172847,0.32766690850257874,0.5533017516136169,0.6766380071640015,1296.0,331776.0,7737.925675815903,21233664.0 +106.38,9.100000381469727,2826.0,0.011645905673503876,0.13177490234375,0.0,1.8929247856140137,1.8970993757247925,-0.010554944165050983,0.0024504070170223713,0.29245442152023315,0.5510200262069702,0.6468763053417206,1297.0,332032.0,7743.723530001007,21250048.0 +90.02,9.199999809265137,2791.0,0.007174260914325714,0.0803019180893898,0.0,1.8849316835403442,1.9441860914230347,-0.00885826162993908,0.0024555560667067766,0.2704227864742279,0.5502424836158752,0.6247776448726654,1298.0,332288.0,7749.594111664919,21266432.0 +86.57,9.399999618530273,2767.0,0.012448406778275967,0.1344197541475296,0.0,1.8938907384872437,1.9271289110183716,-0.011252596974372864,0.0024441960267722607,0.2947135269641876,0.554959774017334,0.6341259777545929,1299.0,332544.0,7755.514752679039,21282816.0 +80.72,9.399999618530273,2711.0,0.01045777928084135,0.1122029647231102,0.0,1.9263272285461426,1.9196429252624512,-0.011165534146130085,0.0024398656096309423,0.3785114288330078,0.5475005507469177,0.6068106889724731,1300.0,332800.0,7761.5581255070865,21299200.0 +81.6,9.199999809265137,2704.0,0.009554693475365639,0.1135660782456398,0.0,1.908480167388916,1.937623143196106,-0.012448578141629696,0.0024535690899938345,0.3351696729660034,0.5459357500076294,0.599391371011734,1301.0,333056.0,7767.61667547212,21315584.0 +73.66,9.300000190734863,2707.0,0.010035847313702106,0.1266072541475296,0.0,1.8827786445617676,1.9561680555343628,-0.012033180333673954,0.0024392229970544577,0.28067663311958313,0.5544236302375793,0.6795271933078766,1302.0,333312.0,7773.669921563007,21331968.0 +86.1,9.399999618530273,2769.0,0.009968590922653675,0.0915323868393898,0.0,1.916541576385498,1.917572021484375,-0.009968784637749195,0.002443549921736121,0.3314324915409088,0.5581952333450317,0.6523160636425018,1303.0,333568.0,7779.5929186360445,21348352.0 +79.89,9.600000381469727,2741.0,0.011939804069697857,0.1125895157456398,0.0,1.913428783416748,1.9236077070236206,-0.01224520057439804,0.002446789061650634,0.3417300283908844,0.5506507754325867,0.643918514251709,1304.0,333824.0,7785.569680385059,21364736.0 +100.1,9.600000381469727,2780.0,0.010385856032371521,0.1286214143037796,0.0,1.8741127252578735,1.9126125574111938,-0.010913305915892124,0.0024637060705572367,0.2342168092727661,0.5551904439926147,0.691176027059555,1305.0,334080.0,7791.4641341778915,21381120.0 +77.05,9.300000190734863,2796.0,0.009585784748196602,0.0987345352768898,0.0,1.8832870721817017,1.877663493156433,-0.011299706995487213,0.002446926198899746,0.2708745300769806,0.5544629693031311,0.655849039554596,1306.0,334336.0,7797.324236287037,21397504.0 +102.36,9.5,2803.0,0.011155225336551666,0.1219278946518898,0.0,1.8777250051498413,1.9224828481674194,-0.011319705285131931,0.0024625388905406,0.25399160385131836,0.5500039458274841,0.6818672120571136,1307.0,334592.0,7803.168756660074,21413888.0 +83.08,9.5,2827.0,0.011485968716442585,0.1209716796875,0.0,1.9187945127487183,1.9127432107925415,-0.012223798781633377,0.0024545209016650915,0.3348078727722168,0.5554814338684082,0.6397718191146851,1308.0,334848.0,7808.964409610024,21430272.0 +98.68,9.300000190734863,2824.0,0.008911116980016232,0.1070149764418602,0.0,1.9433733224868774,1.9078264236450195,-0.008393405936658382,0.002450209343805909,0.38623738288879395,0.5526219010353088,0.6330837905406952,1309.0,335104.0,7814.766743612941,21446656.0 +75.48,9.100000381469727,2840.0,0.017413953319191933,0.1116129532456398,0.0,1.918883204460144,1.8905364274978638,-0.01133347675204277,0.0024478170089423656,0.34434059262275696,0.5530431270599365,0.6338484585285187,1310.0,335360.0,7820.53603968909,21463040.0 +72.29,9.399999618530273,2824.0,0.008944774977862835,0.1090494766831398,0.0,1.911549687385559,1.8878173828125,-0.010634263046085835,0.0024668851401656866,0.30507898330688477,0.5550801753997803,0.6095724105834961,1311.0,335616.0,7826.338277078001,21479424.0 +89.01,9.100000381469727,2784.0,0.011592174880206585,0.13201904296875,0.0,1.9674161672592163,1.9126328229904175,-0.007700689136981964,0.0024580354802310467,0.421152800321579,0.5546492338180542,0.5730327367782593,1312.0,335872.0,7832.223052538931,21495808.0 +111.51,9.0,2738.0,0.00844690389931202,0.10150146484375,0.0,1.9220589399337769,1.941712737083435,-0.010368897579610348,0.0024746342096477747,0.330748051404953,0.5491536259651184,0.6045533716678619,1313.0,336128.0,7838.205985662062,21512192.0 +115.95,8.800000190734863,2678.0,0.008351117372512817,0.0897623673081398,0.0,1.9562082290649414,1.9385695457458496,-0.010835814289748669,0.0024923058226704597,0.36420753598213196,0.5581731200218201,0.5822990536689758,1314.0,336384.0,7844.32397006196,21528576.0 +107.62,8.800000190734863,2709.0,0.010674337856471539,0.1237589493393898,0.0,1.943886399269104,1.9756392240524292,-0.009497402235865593,0.002477691974490881,0.353748083114624,0.5574200749397278,0.6256662607192993,1315.0,336640.0,7850.372155280085,21544960.0 +103.65,9.5,2729.0,0.010939400643110275,0.1227213516831398,0.0,1.9584177732467651,1.949679970741272,-0.009911645203828812,0.00247972016222775,0.3902451992034912,0.552843451499939,0.5843748152256012,1316.0,336896.0,7856.375927835004,21561344.0 +113.67,9.100000381469727,2723.0,0.007956300862133503,0.0912882462143898,0.0,1.8972622156143188,1.9469999074935913,-0.010994497686624527,0.002476881258189678,0.2663147747516632,0.5561287999153137,0.6588808298110962,1317.0,337152.0,7862.391635712935,21577728.0 +98.06,9.399999618530273,2797.0,0.012874316424131393,0.1365763396024704,0.0,1.8979812860488892,1.9058140516281128,-0.009290064685046673,0.0024564526975154877,0.2840069830417633,0.5561000108718872,0.6243536472320557,1318.0,337408.0,7868.248278625077,21594112.0 +79.06,9.0,2787.0,0.015081499703228474,0.11273193359375,0.0,1.941674828529358,1.8967318534851074,-0.0101766437292099,0.002445391844958067,0.3820950984954834,0.5570753216743469,0.5845417380332947,1319.0,337664.0,7874.127678995952,21610496.0 +82.76,9.5,2789.0,0.010547362267971039,0.1247151717543602,0.0,1.8695284128189087,1.9240862131118774,-0.011241675354540348,0.002454499015584588,0.23728102445602417,0.5541209578514099,0.6627134680747986,1320.0,337920.0,7880.0023396760225,21626880.0 +98.75,9.199999809265137,2777.0,0.011075981892645359,0.11468505859375,0.0,1.9174485206604004,1.921821117401123,-0.011291456408798695,0.0024584003258496523,0.33543160557746887,0.5510422587394714,0.6013709306716919,1321.0,338176.0,7885.903391313972,21643264.0 +88.2,8.899999618530273,2798.0,0.016153432428836823,0.13623046875,0.0,1.9383736848831177,1.9012136459350586,-0.010309701785445213,0.0024696013424545527,0.3474564552307129,0.5591669082641602,0.5997503399848938,1322.0,338432.0,7891.758076723898,21659648.0 +105.41,9.399999618530273,2826.0,0.010220054537057877,0.1262613981962204,0.0,1.8910671472549438,1.8989001512527466,-0.011325456202030182,0.0024417582899332047,0.2939525544643402,0.5535263419151306,0.6576597988605499,1323.0,338688.0,7897.556385454023,21676032.0 +80.29,9.5,2840.0,0.008567086420953274,0.0985310897231102,0.0,1.8788751363754272,1.8707308769226074,-0.008744640275835991,0.0024336122442036867,0.2695307433605194,0.5547552704811096,0.7094644010066986,1324.0,338944.0,7903.326060190098,21692416.0 +75.59,10.0,2779.0,0.0097590247169137,0.10302734375,0.0,1.8576773405075073,1.8847347497940063,-0.00900992564857006,0.002460900926962495,0.193619966506958,0.5582743287086487,0.7080738246440887,1325.0,339200.0,7909.221063768957,21708800.0 +89.37,9.300000190734863,2723.0,0.009540174156427383,0.0942586287856102,0.0,1.9233736991882324,1.8779267072677612,-0.011097767390310764,0.002457797760143876,0.33555319905281067,0.5565754175186157,0.6211302280426025,1326.0,339456.0,7915.238421173068,21725184.0 +100.16,9.0,2800.0,0.007041033823043108,0.0689493790268898,0.0,1.9578014612197876,1.8741530179977417,-0.008753016591072083,0.0024589714594185352,0.41593149304389954,0.5478445291519165,0.5882180631160736,1327.0,339712.0,7921.091068086913,21741568.0 +77.14,9.600000381469727,2716.0,0.008656222373247147,0.0977986678481102,0.0,1.8836253881454468,1.88105309009552,-0.010876053012907505,0.002466356148943305,0.2551167607307434,0.5525755882263184,0.685454249382019,1328.0,339968.0,7927.123503980925,21757952.0 +92.09,9.300000190734863,2739.0,0.012152380309998989,0.14208984375,0.0,1.9217814207077026,1.8947168588638306,-0.010922115296125412,0.002460571937263012,0.3349107801914215,0.5539095997810364,0.6219647228717804,1329.0,340224.0,7933.105489050038,21774336.0 +92.0,9.399999618530273,2721.0,0.010196954943239689,0.1177978515625,0.0,1.9188971519470215,1.8792438507080078,-0.012092971242964268,0.0024523071479052305,0.331803560256958,0.557727038860321,0.6267895102500916,1330.0,340480.0,7939.1275873279665,21790720.0 +79.11,9.600000381469727,2789.0,0.012868423946201801,0.1145833358168602,0.0,1.868283748626709,1.862930178642273,-0.010736721567809582,0.0024632292333990335,0.23189832270145416,0.5500859022140503,0.7050220966339111,1331.0,340736.0,7945.003113344079,21807104.0 +74.49,9.699999809265137,2747.0,0.010910235345363617,0.13592529296875,0.0,1.858428955078125,1.8747601509094238,-0.01074493583291769,0.0024493203964084387,0.21409453451633453,0.5562137961387634,0.7007770240306854,1332.0,340992.0,7950.9677333559375,21823488.0 +94.11,8.899999618530273,2808.0,0.011067128740251064,0.13592529296875,0.0,1.9695329666137695,1.8463058471679688,-0.009175633080303669,0.0024470200296491385,0.43210163712501526,0.557610809803009,0.5840539932250977,1333.0,341248.0,7956.801727375016,21839872.0 +81.64,9.199999809265137,2797.0,0.01007627323269844,0.1093546524643898,0.0,1.9277328252792358,1.8750320672988892,-0.011869058012962341,0.002454494358971715,0.343507319688797,0.5593513250350952,0.6637632250785828,1334.0,341504.0,7962.660008121049,21856256.0 +97.9,9.399999618530273,2823.0,0.010116657242178917,0.11627197265625,0.0,1.8981099128723145,1.8760846853256226,-0.009187647141516209,0.002459415467455983,0.275083065032959,0.5588091611862183,0.695203572511673,1335.0,341760.0,7968.463496549055,21872640.0 +112.65,9.100000381469727,2839.0,0.011266299523413181,0.1063232421875,0.0,1.9251388311386108,1.8760789632797241,-0.01106560230255127,0.002442963421344757,0.36093273758888245,0.5530171990394592,0.6677557826042175,1336.0,342016.0,7974.234702066053,21889024.0 +114.19,9.0,2836.0,0.013577185571193695,0.1312052458524704,0.0,1.9120451211929321,1.8747650384902954,-0.009239875711500645,0.002444330370053649,0.31117740273475647,0.5622789263725281,0.6703053414821625,1337.0,342272.0,7980.012884949101,21905408.0 +87.12,9.199999809265137,2773.0,0.008369427174329758,0.08392333984375,0.0,1.9415851831436157,1.8757184743881226,-0.009545919485390186,0.0024426572490483522,0.39902737736701965,0.5490460991859436,0.6474067866802216,1338.0,342528.0,7985.921901538037,21921792.0 +109.83,9.100000381469727,2759.0,0.009026511572301388,0.10675048828125,0.0,1.9010311365127563,1.8741823434829712,-0.009537416510283947,0.0024507285561412573,0.3088165819644928,0.5495381951332092,0.6453907191753387,1339.0,342784.0,7991.860351959011,21938176.0 +74.93,9.5,2727.0,0.010127573274075985,0.1149495467543602,0.0,1.8863784074783325,1.8772329092025757,-0.011368039064109325,0.0024445962626487017,0.2675361931324005,0.5604528784751892,0.6842199862003326,1340.0,343040.0,7997.868924811017,21954560.0 +100.84,9.100000381469727,2754.0,0.01510551292449236,0.1311442106962204,0.0,1.9105502367019653,1.942442774772644,-0.009132605977356434,0.002468688413500786,0.3049505054950714,0.5522880554199219,0.6459471583366394,1341.0,343296.0,8003.818437596085,21970944.0 +80.31,9.100000381469727,2795.0,0.008452600799500942,0.1043701171875,0.0,1.946837306022644,1.9580529928207397,-0.011873242445290089,0.0024591481778770685,0.3791317045688629,0.5591511726379395,0.6029599905014038,1342.0,343552.0,8009.679800102953,21987328.0 +100.02,9.100000381469727,2753.0,0.008005448617041111,0.0951944962143898,0.0,1.932735800743103,1.9660186767578125,-0.012771405279636383,0.0024626669473946095,0.34271135926246643,0.5624784231185913,0.6458462178707123,1343.0,343808.0,8015.630486869952,22003712.0 +97.94,8.899999618530273,2702.0,0.011046278290450573,0.1114705428481102,0.0,1.937417984008789,1.9668974876403809,-0.011187486350536346,0.002467110985890031,0.35360345244407654,0.5579171776771545,0.6632744073867798,1344.0,344064.0,8021.693495885003,22020096.0 +106.45,8.699999809265137,2817.0,0.009262978099286556,0.1131184920668602,0.0,1.9573429822921753,1.9839816093444824,-0.009795363061130047,0.002475960412994027,0.39245203137397766,0.5527718663215637,0.5882018506526947,1345.0,344320.0,8027.510535887908,22036480.0 +107.4,9.199999809265137,2798.0,0.008103487081825733,0.0920817032456398,0.0,1.9244331121444702,1.9651966094970703,-0.010492960922420025,0.0024733503814786673,0.3202362060546875,0.557784378528595,0.6242691278457642,1346.0,344576.0,8033.366226901067,22052864.0 +87.28,9.600000381469727,2834.0,0.010264994576573372,0.1266886442899704,0.0,1.8845176696777344,1.9475857019424438,-0.012895788997411728,0.002450314350426197,0.2716572880744934,0.5559033155441284,0.6637044250965118,1347.0,344832.0,8039.147164027905,22069248.0 +109.99,8.899999618530273,2792.0,0.010404767468571663,0.1194864884018898,0.0,1.9436222314834595,1.9063920974731445,-0.01124779786914587,0.002452911576256156,0.3887810707092285,0.5530874133110046,0.6010068953037262,1348.0,345088.0,8045.01541068498,22085632.0 +93.46,9.300000190734863,2809.0,0.010075793601572514,0.12078857421875,0.0,1.8994883298873901,1.9172385931015015,-0.011971713043749332,0.0024715785402804613,0.27589151263237,0.5568973422050476,0.6764697730541229,1349.0,345344.0,8050.849468705943,22102016.0 +93.19,8.899999618530273,2672.0,0.010322834365069866,0.1244099959731102,0.0,1.9350861310958862,1.9051460027694702,-0.011850631795823574,0.002467023441568017,0.36062851548194885,0.5521618127822876,0.6228949427604675,1350.0,345600.0,8056.981436609058,22118400.0 +109.71,9.5,2684.0,0.0091853067278862,0.1123453751206398,0.0,1.9203099012374878,1.8981175422668457,-0.01203342154622078,0.002449261024594307,0.33742594718933105,0.557981014251709,0.6442655324935913,1351.0,345856.0,8063.086049298989,22134784.0 +100.47,9.0,2766.0,0.008486281149089336,0.10589599609375,0.0,1.9448822736740112,1.8769606351852417,-0.01111531537026167,0.0024495108518749475,0.3836618959903717,0.5581806898117065,0.5860654711723328,1352.0,346112.0,8069.008308083052,22151168.0 +78.29,9.300000190734863,2747.0,0.013072469271719456,0.1199951171875,0.0,1.8958410024642944,1.8933643102645874,-0.010222547687590122,0.002435951726511121,0.31163957715034485,0.5512014031410217,0.6385117173194885,1353.0,346368.0,8074.9718929550145,22167552.0 +93.2,8.699999809265137,2731.0,0.0112529918551445,0.1154378280043602,0.0,1.938774585723877,1.918407917022705,-0.010924417525529861,0.002463691169396043,0.35538220405578613,0.5593461394309998,0.605836808681488,1354.0,346624.0,8080.972170914058,22183936.0 +106.34,8.899999618530273,2841.0,0.008460144512355328,0.1027425155043602,0.0,1.9127016067504883,1.9302105903625488,-0.010430718772113323,0.0024441827554255724,0.3355979025363922,0.5525439977645874,0.6244702935218811,1355.0,346880.0,8086.740088867024,22200320.0 +92.25,9.399999618530273,2839.0,0.011327085085213184,0.123779296875,0.0,1.9049278497695923,1.9265204668045044,-0.010561852715909481,0.002450007712468505,0.3201109766960144,0.5496956706047058,0.618824690580368,1356.0,347136.0,8092.510717442958,22216704.0 +100.14,9.199999809265137,2787.0,0.0073920246213674545,0.07415771484375,0.0,1.942854881286621,1.9385517835617065,-0.010036316700279713,0.0024486244656145573,0.38551250100135803,0.5552080273628235,0.6367410719394684,1357.0,347392.0,8098.388152180007,22233088.0 +68.44,9.300000190734863,2803.0,0.007945532910525799,0.0935465469956398,0.0,1.9028984308242798,1.9324393272399902,-0.011485733091831207,0.0024413352366536856,0.31789663434028625,0.5540929436683655,0.6474694907665253,1358.0,347648.0,8104.232165829977,22249472.0 +85.09,9.399999618530273,2834.0,0.007662646472454071,0.0894571915268898,0.0,1.9189462661743164,1.9397368431091309,-0.010112241841852665,0.002447582548484206,0.35225793719291687,0.5485358238220215,0.630268782377243,1359.0,347904.0,8110.0131094199605,22265856.0 +94.81,8.5,2844.0,0.006588667165488005,0.0759073868393898,0.0,2.0716445446014404,1.9461332559585571,-0.00913315825164318,0.002443322679027915,0.6366102695465088,0.5602723360061646,0.48897212743759155,1360.0,348160.0,8115.774233805016,22282240.0 +96.48,8.899999618530273,2814.0,0.00876967515796423,0.10626220703125,0.0,1.9406894445419312,1.9392510652542114,-0.010814054869115353,0.002440450480207801,0.39071357250213623,0.555314302444458,0.5895066559314728,1361.0,348416.0,8121.596126445103,22298624.0 +88.33,9.100000381469727,2770.0,0.009306035004556179,0.1169026717543602,0.0,1.9637430906295776,1.9326095581054688,-0.00872622337192297,0.0024415284860879183,0.42087435722351074,0.5605940818786621,0.5871721506118774,1362.0,348672.0,8127.510758386925,22315008.0 +97.4,9.0,2796.0,0.00945302378386259,0.10205078125,0.0,1.9506827592849731,1.9415332078933716,-0.008252697996795177,0.00243794615380466,0.4016511142253876,0.5585522055625916,0.5921653807163239,1363.0,348928.0,8133.3707169750705,22331392.0 +97.77,9.199999809265137,2798.0,0.01138484850525856,0.1468505859375,0.0,1.8881720304489136,1.9681501388549805,-0.012779862619936466,0.002432313747704029,0.2984597384929657,0.5552465915679932,0.6447240710258484,1364.0,349184.0,8139.22626995598,22347776.0 +96.23,9.199999809265137,2769.0,0.009026736952364445,0.0787556990981102,0.0,1.9068807363510132,1.9621787071228027,-0.010077265091240406,0.0024322739336639643,0.32531455159187317,0.5577854514122009,0.653574675321579,1365.0,349440.0,8145.144447461003,22364160.0 +103.02,9.100000381469727,2704.0,0.008842842653393745,0.09857177734375,0.0,1.8906006813049316,1.9685357809066772,-0.010354208759963512,0.002448050072416663,0.2738752067089081,0.5596774220466614,0.6770409345626831,1366.0,349696.0,8151.204040952027,22380544.0 +80.28,9.699999809265137,2636.0,0.011320418678224087,0.12451171875,0.0,1.8911327123641968,1.9553292989730835,-0.012018553912639618,0.002440192736685276,0.2807694375514984,0.5622232556343079,0.6937930881977081,1367.0,349952.0,8157.418741051108,22396928.0 +101.22,9.399999618530273,2784.0,0.009434117935597897,0.10321044921875,0.0,1.8809067010879517,1.9430150985717773,-0.01268113311380148,0.00243139686062932,0.2816016376018524,0.5565186142921448,0.720843493938446,1368.0,350208.0,8163.304048727034,22413312.0 +108.12,9.199999809265137,2764.0,0.009142872877418995,0.1094970703125,0.0,1.8882988691329956,1.9699125289916992,-0.011286132968962193,0.002446778118610382,0.28731629252433777,0.5522369742393494,0.7107877135276794,1369.0,350464.0,8169.23056100891,22429696.0 +120.3,9.399999618530273,2659.0,0.014808759093284607,0.1165568009018898,0.0,1.8386893272399902,1.9461647272109985,-0.008675157092511654,0.0024350464809685946,0.1856079250574112,0.5564987063407898,0.7401252090930939,1370.0,350720.0,8175.392426830018,22446080.0 +92.04,9.0,2773.0,0.009582076221704483,0.10687255859375,0.0,1.9458876848220825,1.9451217651367188,-0.011489876545965672,0.0024523038882762194,0.3872377574443817,0.5570579171180725,0.5598303079605103,1371.0,350976.0,8181.300031099934,22462464.0 +83.54,9.199999809265137,2790.0,0.009025155566632748,0.10845947265625,0.0,1.940880298614502,1.9292222261428833,-0.013199303299188614,0.0024420353583991528,0.3952130377292633,0.5547477602958679,0.5446737408638,1372.0,351232.0,8187.17194125196,22478848.0 +106.59,9.100000381469727,2744.0,0.011546719819307327,0.1215006485581398,0.0,1.8907023668289185,1.9374827146530151,-0.010283051989972591,0.0024564755149185658,0.2688520848751068,0.5576963424682617,0.6342259645462036,1373.0,351488.0,8193.143278463976,22495232.0 +96.83,9.5,2764.0,0.010333339683711529,0.12493896484375,0.0,1.9162745475769043,1.9486956596374512,-0.012340984307229519,0.002451380016282201,0.3325623571872711,0.5561311841011047,0.6142321228981018,1374.0,351744.0,8199.070713180117,22511616.0 +114.52,9.0,2700.0,0.008517597801983356,0.1006266251206398,0.0,1.9427342414855957,1.9397459030151367,-0.012224242091178894,0.0024349431041628122,0.4008961021900177,0.5564364790916443,0.5682202577590942,1375.0,352000.0,8205.13860861701,22528000.0 +74.53,9.699999809265137,2676.0,0.017239777371287346,0.1325276643037796,0.0,1.8533164262771606,1.9370428323745728,-0.009891399182379246,0.0024245241656899452,0.2280748337507248,0.556278645992279,0.6713528037071228,1376.0,352256.0,8211.260924167,22544384.0 +93.17,9.600000381469727,2690.0,0.011104161851108074,0.1222737655043602,0.0,1.8825373649597168,1.9561713933944702,-0.009859339334070683,0.0024514910764992237,0.25278007984161377,0.5598229765892029,0.6268211305141449,1377.0,352512.0,8217.351659951033,22560768.0 +100.28,9.399999618530273,2698.0,0.0075908531434834,0.09136962890625,0.0,1.933918833732605,1.9412811994552612,-0.010469429194927216,0.002442158991470933,0.36780866980552673,0.5588169097900391,0.5834794342517853,1378.0,352768.0,8223.425042961957,22577152.0 +73.24,9.0,2736.0,0.007657456677407026,0.09423828125,0.0,1.9868305921554565,1.9198273420333862,-0.01040185708552599,0.002457157475873828,0.45393112301826477,0.5608865022659302,0.5245878994464874,1379.0,353024.0,8229.41271182592,22593536.0 +95.3,8.899999618530273,2731.0,0.010294481180608273,0.097412109375,0.0,1.9551538228988647,1.9550849199295044,-0.009183123707771301,0.002452679444104433,0.38922205567359924,0.5629370212554932,0.5655365288257599,1380.0,353280.0,8235.41155154095,22609920.0 +101.53,8.899999618530273,2785.0,0.007140269037336111,0.0813395157456398,0.0,1.9552515745162964,1.94972562789917,-0.008745206519961357,0.0024606003426015377,0.3843386173248291,0.56102454662323,0.5458817481994629,1381.0,353536.0,8241.293786775088,22626304.0 +88.52,8.699999809265137,2794.0,0.013176011852920055,0.0696004256606102,0.0,1.9761375188827515,1.9626492261886597,-0.008624217472970486,0.0024447208270430565,0.44094350934028625,0.5615561008453369,0.5811454951763153,1382.0,353792.0,8247.157030700007,22642688.0 +77.47,9.5,2772.0,0.009013437665998936,0.1055501326918602,0.0,1.8893002271652222,1.9405031204223633,-0.010401914827525616,0.002451470820233226,0.2644384205341339,0.5611525177955627,0.6646914184093475,1383.0,354048.0,8253.0665908691,22659072.0 +90.99,9.0,2717.0,0.011504448018968105,0.129638671875,0.0,1.9190202951431274,1.9620026350021362,-0.011189322918653488,0.0024338446091860533,0.35532280802726746,0.5552459359169006,0.626566618680954,1384.0,354304.0,8259.096621860983,22675456.0 +103.48,9.5,2750.0,0.008917669765651226,0.1112874373793602,0.0,1.8295408487319946,1.9715962409973145,-0.00994905550032854,0.0024365040007978678,0.18097083270549774,0.550468385219574,0.7442751824855804,1385.0,354560.0,8265.054914538981,22691840.0 +83.55,9.300000190734863,2783.0,0.008929279632866383,0.0988973006606102,0.0,1.8628536462783813,1.976326823234558,-0.011451558209955692,0.00243244762532413,0.23025088012218475,0.5627194046974182,0.7039257884025574,1386.0,354816.0,8270.941865399946,22708224.0 +98.38,8.899999618530273,2747.0,0.011339947581291199,0.1138102188706398,0.0,1.9549884796142578,1.9725033044815063,-0.010055693797767162,0.002446213038638234,0.3862755596637726,0.5685248374938965,0.5879054963588715,1387.0,355072.0,8276.907454201952,22724608.0 +91.09,8.699999809265137,2757.0,0.015357901342213154,0.0948486328125,0.0,1.9908695220947266,1.9435232877731323,-0.010556570254266262,0.0024392895866185427,0.4736615717411041,0.5643857717514038,0.6100214719772339,1388.0,355328.0,8282.850805070018,22740992.0 +93.78,9.199999809265137,2776.0,0.007850585505366325,0.09210205078125,0.0,1.929413914680481,1.9423351287841797,-0.01155545562505722,0.0024499872233718634,0.3504082262516022,0.5601952075958252,0.6053159832954407,1389.0,355584.0,8288.751491798088,22757376.0 +79.7,9.199999809265137,2733.0,0.009279944933950901,0.0984903946518898,0.0,1.916873574256897,1.95254647731781,-0.010127302259206772,0.0024549036752432585,0.316334068775177,0.5609074234962463,0.6429002285003662,1390.0,355840.0,8294.746973047033,22773760.0 +102.92,8.899999618530273,2769.0,0.012747916392982006,0.1260986328125,0.0,1.9399018287658691,1.9488714933395386,-0.01061155367642641,0.0024480423890054226,0.3714388608932495,0.5602617859840393,0.6377630829811096,1391.0,356096.0,8300.664530932903,22790144.0 +100.68,9.300000190734863,2718.0,0.008376318961381912,0.10626220703125,0.0,1.8914984464645386,1.9410480260849,-0.009963919408619404,0.0024416078813374043,0.27871063351631165,0.5607133507728577,0.6990301311016083,1392.0,356352.0,8306.692060888978,22806528.0 +102.78,8.899999618530273,2729.0,0.009210952557623386,0.1079508438706398,0.0,1.9308182001113892,1.9773558378219604,-0.010080632753670216,0.0024704167153686285,0.3254152536392212,0.5627565979957581,0.6745667457580566,1393.0,356608.0,8312.695084759966,22822912.0 +121.71,8.800000190734863,2748.0,0.008029602468013763,0.0791829451918602,0.0,1.9603012800216675,1.9864469766616821,-0.01083711814135313,0.002466430887579918,0.39705324172973633,0.5592607855796814,0.6381954252719879,1394.0,356864.0,8318.656025012955,22839296.0 +109.5,9.199999809265137,2732.0,0.012137416750192642,0.11279296875,0.0,1.9317694902420044,1.9732236862182617,-0.008283291943371296,0.0024599607568234205,0.33111801743507385,0.5642456412315369,0.6634288430213928,1395.0,357120.0,8324.652821040945,22855680.0 +90.82,9.399999618530273,2771.0,0.00800310168415308,0.09991455078125,0.0,1.8920773267745972,1.9865469932556152,-0.01062435656785965,0.002445181366056204,0.28535428643226624,0.5572991967201233,0.708010345697403,1396.0,357376.0,8330.566053031944,22872064.0 +104.45,9.0,2727.0,0.008473065681755543,0.10052490234375,0.0,1.944567084312439,1.9577268362045288,-0.008228383027017117,0.002442437456920743,0.36758649349212646,0.5673608779907227,0.6427034735679626,1397.0,357632.0,8336.574191286927,22888448.0 +118.69,8.800000190734863,2673.0,0.008562695235013962,0.1066487655043602,0.0,1.95977783203125,1.9457472562789917,-0.009378250688314438,0.0024281959049403667,0.43427804112434387,0.5573763847351074,0.6255979239940643,1398.0,357888.0,8342.704085688107,22904832.0 +98.42,9.5,2761.0,0.009886668063700199,0.11419677734375,0.0,1.8985556364059448,1.9289593696594238,-0.010695974342525005,0.00243533868342638,0.3014134168624878,0.5601649880409241,0.6555368304252625,1399.0,358144.0,8348.63859896292,22921216.0 +72.09,9.100000381469727,2790.0,0.016581708565354347,0.0819498673081398,0.0,1.9493474960327148,1.9166814088821411,-0.010158084332942963,0.002425755374133587,0.41287097334861755,0.5593593716621399,0.6489920914173126,1400.0,358400.0,8354.510848670965,22937600.0 +76.22,9.399999618530273,2761.0,0.008682243525981903,0.1086018905043602,0.0,1.9109115600585938,1.9301339387893677,-0.010847892612218857,0.00243361690081656,0.310721218585968,0.568891704082489,0.6932104229927063,1401.0,358656.0,8360.443825765047,22953984.0 +103.42,9.0,2772.0,0.011451244354248047,0.1026204451918602,0.0,1.9330731630325317,1.949653148651123,-0.011022566817700863,0.002443815814331174,0.3475315570831299,0.5679188370704651,0.6738872528076172,1402.0,358912.0,8366.354116704082,22970368.0 +104.61,8.800000190734863,2799.0,0.008784267120063305,0.1072998046875,0.0,1.9590133428573608,1.9596270322799683,-0.009641873650252819,0.00246489979326725,0.37926292419433594,0.5661699175834656,0.6582352817058563,1403.0,359168.0,8372.206520526903,22986752.0 +93.31,9.199999809265137,2815.0,0.008218003436923027,0.0975748673081398,0.0,1.9407294988632202,1.9543839693069458,-0.011573982425034046,0.0024626373779028654,0.3412286341190338,0.5699143409729004,0.6970885992050171,1404.0,359424.0,8378.027409729082,23003136.0 +132.58,9.100000381469727,2813.0,0.010312189348042011,0.1091715469956398,0.0,1.8906927108764648,1.9474152326583862,-0.01161714643239975,0.0024647314567118883,0.2546413838863373,0.5620976686477661,0.7355232834815979,1405.0,359680.0,8383.851927359123,23019520.0 +100.59,9.699999809265137,2815.0,0.010356091894209385,0.1324869841337204,0.0,1.8665180206298828,1.900352954864502,-0.01173666026443243,0.0024359968956559896,0.23855359852313995,0.55998295545578,0.7109228670597076,1406.0,359936.0,8389.672637600917,23035904.0 +80.19,9.600000381469727,2808.0,0.010337824001908302,0.11767578125,0.0,1.9438042640686035,1.9026862382888794,-0.010708599351346493,0.0024475802201777697,0.3790298402309418,0.5602347254753113,0.6402024626731873,1407.0,360192.0,8395.507148772944,23052288.0 +81.71,8.699999809265137,2761.0,0.009148634038865566,0.10357666015625,0.0,1.9632591009140015,1.87887704372406,-0.010486987419426441,0.0024327279534190893,0.43159279227256775,0.5603745579719543,0.6191806495189667,1408.0,360448.0,8401.442052209983,23068672.0 +106.72,9.5,2817.0,0.01322925928980112,0.1092732772231102,0.0,1.8667222261428833,1.8915263414382935,-0.010398023761808872,0.0024393985513597727,0.23115503787994385,0.5607587695121765,0.7228274345397949,1409.0,360704.0,8407.258940754924,23085056.0 +112.0,8.899999618530273,2801.0,0.0113338902592659,0.13043212890625,0.0,1.9108926057815552,1.9159094095230103,-0.009945455007255077,0.002440856071189046,0.32676205039024353,0.5561879277229309,0.6673813462257385,1410.0,360960.0,8413.108094417956,23101440.0 +77.46,9.600000381469727,2792.0,0.009197904728353024,0.11102294921875,0.0,1.8723530769348145,1.9082088470458984,-0.012843589298427105,0.002443870762363076,0.22852982580661774,0.5680783987045288,0.7304480671882629,1411.0,361216.0,8418.978940878063,23117824.0 +97.85,9.199999809265137,2818.0,0.011079750955104828,0.1094156876206398,0.0,1.9021073579788208,1.895529866218567,-0.011353783309459686,0.0024488961789757013,0.2871222496032715,0.5644075870513916,0.6929801404476166,1412.0,361472.0,8424.792255566921,23134208.0 +85.96,9.5,2758.0,0.010302030481398106,0.1169840469956398,0.0,1.940717339515686,1.8906478881835938,-0.012910054065287113,0.0024371210020035505,0.37685927748680115,0.565543532371521,0.6530428230762482,1413.0,361728.0,8430.732684369897,23150592.0 +103.77,8.899999618530273,2747.0,0.010124617256224155,0.0920613631606102,0.0,1.9630454778671265,1.8779382705688477,-0.010136193595826626,0.0024593709968030453,0.40599021315574646,0.5592803359031677,0.623865008354187,1414.0,361984.0,8436.697096074,23166976.0 +105.05,9.0,2792.0,0.010689538903534412,0.1092122420668602,0.0,1.9372334480285645,1.849313735961914,-0.013048820197582245,0.0024477564729750156,0.3669406473636627,0.5614268183708191,0.626591831445694,1415.0,362240.0,8442.56507183495,23183360.0 +84.51,9.699999809265137,2811.0,0.011059313081204891,0.1190592423081398,0.0,1.8616074323654175,1.8594273328781128,-0.011765013448894024,0.00242964131757617,0.2307249754667282,0.5617836117744446,0.6912798583507538,1416.0,362496.0,8448.39378955192,23199744.0 +86.67,9.5,2753.0,0.01177095528692007,0.1035970076918602,0.0,1.913784384727478,1.8777722120285034,-0.012906293384730816,0.0024497685953974724,0.3302093744277954,0.5554793477058411,0.6232703030109406,1417.0,362752.0,8454.343777700095,23216128.0 +79.37,9.5,2706.0,0.00980911124497652,0.0940348282456398,0.0,1.9206103086471558,1.8722103834152222,-0.010400957427918911,0.002446141792461276,0.3269276022911072,0.5631988644599915,0.6280317008495331,1418.0,363008.0,8460.397894639056,23232512.0 +69.55,9.5,2697.0,0.010705561377108097,0.1175333634018898,0.0,1.9495363235473633,1.8696030378341675,-0.011861317791044712,0.002452016342431307,0.3878971338272095,0.5601367950439453,0.5435175597667694,1419.0,363264.0,8466.47221755609,23248896.0 +74.41,9.5,2698.0,0.012756888754665852,0.1272786408662796,0.0,1.9065555334091187,1.8846033811569214,-0.013280823826789856,0.002435159869492054,0.32637330889701843,0.5579159259796143,0.5406104326248169,1420.0,363520.0,8472.546005476033,23265280.0 +84.07,9.300000190734863,2672.0,0.010424169711768627,0.1236979141831398,0.0,1.934051513671875,1.890952467918396,-0.010331499390304089,0.002424531150609255,0.37598827481269836,0.5630327463150024,0.5785374343395233,1421.0,363776.0,8478.67759105307,23281664.0 +86.7,9.399999618530273,2725.0,0.010082335211336613,0.1123046875,0.0,1.8750370740890503,1.9036072492599487,-0.010899280197918415,0.0024325125850737095,0.2657003104686737,0.5558662414550781,0.642139196395874,1422.0,364032.0,8484.689782212954,23298048.0 +72.77,9.300000190734863,2776.0,0.00949708092957735,0.1006266251206398,0.0,1.9153255224227905,1.856045126914978,-0.009412793442606926,0.0024231693241745234,0.3407837450504303,0.5613221526145935,0.635127067565918,1423.0,364288.0,8490.59214919596,23314432.0 +94.9,9.100000381469727,2798.0,0.00805494375526905,0.0892130509018898,0.0,1.9359612464904785,1.8705402612686157,-0.012929748743772507,0.0024405105505138636,0.3758572041988373,0.5594123005867004,0.6379624605178833,1424.0,364544.0,8496.447469955077,23330816.0 +86.56,9.0,2840.0,0.011314879171550274,0.11126708984375,0.0,1.9420355558395386,1.8983087539672852,-0.011604093946516514,0.0024535576812922955,0.3759617507457733,0.5578628778457642,0.5578206479549408,1425.0,364800.0,8502.217099318048,23347200.0 +88.18,9.699999809265137,2838.0,0.009497839957475662,0.10565185546875,0.0,1.8626585006713867,1.8569717407226562,-0.011768235825002193,0.002439334290102124,0.22848893702030182,0.5590851902961731,0.6895537972450256,1426.0,365056.0,8507.990253787022,23363584.0 +72.81,9.5,2787.0,0.011017958633601665,0.11737060546875,0.0,1.9022245407104492,1.8593521118164062,-0.011305979453027248,0.0024459119886159897,0.29426637291908264,0.5620346665382385,0.5927900969982147,1427.0,365312.0,8513.868840811076,23379968.0 +73.58,9.0,2785.0,0.008452368900179863,0.0989786759018898,0.0,1.9235960245132446,1.8330329656600952,-0.011482360772788525,0.002432069508358836,0.3530009686946869,0.5608735084533691,0.6440868675708771,1428.0,365568.0,8519.751518693054,23396352.0 +87.06,9.0,2722.0,0.011259554885327816,0.1271769255399704,0.0,1.9628294706344604,1.8472542762756348,-0.011335648596286774,0.0024399342946708202,0.42420050501823425,0.5605702996253967,0.6152874231338501,1429.0,365824.0,8525.770422890084,23412736.0 +90.77,9.300000190734863,2721.0,0.010599934495985508,0.1234944686293602,0.0,1.934797763824463,1.8280987739562988,-0.011477944441139698,0.0024471774231642485,0.3480989634990692,0.5669189095497131,0.6388272047042847,1430.0,366080.0,8531.790921468055,23429120.0 +73.11,9.0,2765.0,0.008760656230151653,0.10467529296875,0.0,1.9482992887496948,1.7978917360305786,-0.010438583791255951,0.002421360230073333,0.4228748381137848,0.5545991063117981,0.6222017407417297,1431.0,366336.0,8537.716552138096,23445504.0 +74.76,9.600000381469727,2772.0,0.016817240044474602,0.1044718399643898,0.0,1.900299072265625,1.7933558225631714,-0.010566557757556438,0.002416506176814437,0.3134329617023468,0.5638296008110046,0.6611660420894623,1432.0,366592.0,8543.62607141491,23461888.0 +66.33,9.800000190734863,2778.0,0.025368759408593178,0.0937703475356102,0.0,1.8662633895874023,1.807644009590149,-0.009692934341728687,0.0024230589624494314,0.2515159249305725,0.5567454099655151,0.6927452683448792,1433.0,366848.0,8549.523967732908,23478272.0 +82.84,9.100000381469727,2757.0,0.011250126175582409,0.1106160506606102,0.0,1.9479702711105347,1.798068642616272,-0.013742939569056034,0.0024279889184981585,0.3974316120147705,0.566983699798584,0.6358815729618073,1434.0,367104.0,8555.46606741706,23494656.0 +87.4,9.100000381469727,2780.0,0.011998943984508514,0.1357625275850296,0.0,1.919716477394104,1.8300458192825317,-0.011578644625842571,0.0024401312693953514,0.3293757736682892,0.5648419260978699,0.6426583826541901,1435.0,367360.0,8561.35913293995,23511040.0 +85.69,9.600000381469727,2802.0,0.011550847440958023,0.1093953475356102,0.0,1.8876557350158691,1.827910304069519,-0.00990752037614584,0.0024399433750659227,0.27004435658454895,0.5608484148979187,0.6740346252918243,1436.0,367616.0,8567.206297218101,23527424.0 +76.4,9.399999618530273,2806.0,0.01002690102905035,0.1086018905043602,0.0,1.9131866693496704,1.8399333953857422,-0.011471687816083431,0.002444778336212039,0.311783105134964,0.5647768378257751,0.6722275018692017,1437.0,367872.0,8573.044525485951,23543808.0 +108.19,8.699999809265137,2799.0,0.00803571380674839,0.0912068709731102,0.0,1.9569112062454224,1.890931487083435,-0.010939533822238445,0.0024523548781871796,0.410996675491333,0.5550840497016907,0.6011724770069122,1438.0,368128.0,8578.897151990095,23560192.0 +89.62,9.399999618530273,2743.0,0.009364365600049496,0.1091715469956398,0.0,1.8528733253479004,1.8954499959945679,-0.011659764684736729,0.002421788638457656,0.21376492083072662,0.5657106041908264,0.7648083567619324,1439.0,368384.0,8584.868998843944,23576576.0 +112.08,9.100000381469727,2741.0,0.009989351965487003,0.1221516951918602,0.0,1.916049838066101,1.8661311864852905,-0.011532130651175976,0.0024433669168502092,0.3234468102455139,0.5628365278244019,0.6520623862743378,1440.0,368640.0,8590.845629733987,23592960.0 +84.12,9.300000190734863,2786.0,0.008404182270169258,0.1004435196518898,0.0,1.912131905555725,1.8813282251358032,-0.011629694141447544,0.0024496475234627724,0.30901435017585754,0.5632436871528625,0.6493076682090759,1441.0,368896.0,8596.727104138117,23609344.0 +80.0,9.600000381469727,2669.0,0.009038024581968784,0.1005859375,0.0,1.9026256799697876,1.8536430597305298,-0.010535833425819874,0.002435363130643964,0.304569810628891,0.5617315173149109,0.6452313661575317,1442.0,369152.0,8602.866207655985,23625728.0 +86.38,9.100000381469727,2770.0,0.010376081801950932,0.109619140625,0.0,1.9493657350540161,1.8534749746322632,-0.01176699623465538,0.0024463345762342215,0.3924172818660736,0.560291588306427,0.5655677318572998,1443.0,369408.0,8608.781266085105,23642112.0 +92.52,9.100000381469727,2723.0,0.008315854705870152,0.0933837890625,0.0,1.9543089866638184,1.863711953163147,-0.010827097110450268,0.0024307018611580133,0.4000091254711151,0.5684178471565247,0.5802491307258606,1444.0,369664.0,8614.79734838591,23658496.0 +84.37,8.600000381469727,2835.0,0.007559428457170725,0.0826619490981102,0.0,1.9546579122543335,1.892958641052246,-0.009878862649202347,0.0024379261303693056,0.40886902809143066,0.5600686073303223,0.6065287292003632,1445.0,369920.0,8620.575572954956,23674880.0 +86.22,9.0,2781.0,0.008940210565924644,0.1063028946518898,0.0,1.9237017631530762,1.8985573053359985,-0.011091918684542179,0.002439224161207676,0.33924946188926697,0.5645422339439392,0.6526952087879181,1446.0,370176.0,8626.46708651702,23691264.0 +90.48,9.300000190734863,2767.0,0.009586787782609463,0.1197916641831398,0.0,1.9033557176589966,1.9164286851882935,-0.011699504218995571,0.002435897011309862,0.3008805811405182,0.5658311247825623,0.690880537033081,1447.0,370432.0,8632.389029505895,23707648.0 +89.87,9.199999809265137,2881.0,0.009247353300452232,0.1099650040268898,0.0,1.9461798667907715,1.9721760749816895,-0.010698527097702026,0.002467996207997203,0.36222633719444275,0.561488926410675,0.5978131890296936,1448.0,370688.0,8638.075379590038,23724032.0 +112.79,9.199999809265137,2840.0,0.0077974856831133366,0.1009928360581398,0.0,1.9238471984863281,1.9203797578811646,-0.012296865694224834,0.0024609193205833435,0.32599130272865295,0.5618923306465149,0.6157961189746857,1449.0,370944.0,8643.843500277959,23740416.0 +84.8,9.800000190734863,2811.0,0.00846107304096222,0.1086018905043602,0.0,1.8657959699630737,1.895274043083191,-0.011616055853664875,0.0024601309560239315,0.2138160914182663,0.5593909621238708,0.6444170773029327,1450.0,371200.0,8649.671874359017,23756800.0 +88.04,9.5,2796.0,0.007859529927372932,0.0902913436293602,0.0,1.9165579080581665,1.8928141593933105,-0.010046360082924366,0.002454568399116397,0.30930134654045105,0.5635974407196045,0.6157358884811401,1451.0,371456.0,8655.531509157969,23773184.0 +79.1,9.600000381469727,2777.0,0.009393510408699512,0.1083984375,0.0,1.8702898025512695,1.8635320663452148,-0.011356726288795471,0.002425962360575795,0.2454150766134262,0.5645930767059326,0.6307908296585083,1452.0,371712.0,8661.430626868038,23789568.0 +71.6,9.5,2778.0,0.009211943484842777,0.1062825545668602,0.0,1.8843474388122559,1.8202978372573853,-0.011415615677833557,0.0024231201969087124,0.266401469707489,0.5692049264907837,0.6735168397426605,1453.0,371968.0,8667.327991354978,23805952.0 +74.84,8.800000190734863,2754.0,0.007673300802707672,0.0869344100356102,0.0,2.002843141555786,1.8112611770629883,-0.010120599530637264,0.0024321647360920906,0.4968012571334839,0.56659334897995,0.5388785302639008,1454.0,372224.0,8673.276423139032,23822336.0 +59.07,9.399999618530273,2745.0,0.012044594623148441,0.10723876953125,0.0,1.9507266283035278,1.8141541481018066,-0.00997382216155529,0.0024206533562391996,0.40241536498069763,0.5673081278800964,0.5843583345413208,1455.0,372480.0,8679.245116756996,23838720.0 +89.9,9.600000381469727,2812.0,0.008067798800766468,0.0906778946518898,0.0,1.9105424880981445,1.8794893026351929,-0.012931804172694683,0.0024435026571154594,0.3093675673007965,0.5658339262008667,0.623250424861908,1456.0,372736.0,8685.071730741998,23855104.0 +75.12,9.300000190734863,2710.0,0.006336615886539221,0.06695556640625,0.0,1.9378529787063599,1.9118822813034058,-0.010007867589592934,0.0024488081689924,0.35230085253715515,0.5664251446723938,0.5904855132102966,1457.0,372992.0,8691.116189477034,23871488.0 +87.32,9.199999809265137,2797.0,0.008995936252176762,0.1035563126206398,0.0,1.9112414121627808,1.9089161157608032,-0.011496097780764103,0.0024391149636358023,0.30847999453544617,0.5680294036865234,0.6059256494045258,1458.0,373248.0,8696.973286230117,23887872.0 +100.97,9.199999809265137,2760.0,0.009879190474748611,0.113525390625,0.0,1.9284979104995728,1.8966752290725708,-0.010027849115431309,0.0024511152878403664,0.3303426206111908,0.5667635798454285,0.5553595423698425,1459.0,373504.0,8702.910269957036,23904256.0 +82.89,9.199999809265137,2662.0,0.007010988891124725,0.0815836563706398,0.0,1.9573885202407837,1.8916873931884766,-0.012486920692026615,0.0024348071310669184,0.4170607328414917,0.5628584623336792,0.5702770352363586,1460.0,373760.0,8709.06464538211,23920640.0 +80.68,9.399999618530273,2768.0,0.009146866388618946,0.1090494766831398,0.0,1.9111289978027344,1.9158297777175903,-0.009582322090864182,0.002447039121761918,0.30095943808555603,0.5658702850341797,0.6330790221691132,1461.0,374016.0,8714.984451618977,23937024.0 +88.82,9.5,2832.0,0.011157765053212643,0.1268107146024704,0.0,1.887246012687683,1.9248398542404175,-0.010313102975487709,0.002437105169519782,0.265236496925354,0.5656364560127258,0.6474745273590088,1462.0,374272.0,8720.769573983038,23953408.0 +84.41,9.399999618530273,2753.0,0.008129208348691463,0.0982462540268898,0.0,1.9115318059921265,1.9698766469955444,-0.011134359054267406,0.0024450768250972033,0.2900385558605194,0.5748069882392883,0.6708836555480957,1463.0,374528.0,8726.720845565898,23969792.0 +94.04,8.899999618530273,2706.0,0.006597304251044989,0.0754598006606102,0.0,1.9484151601791382,1.9507427215576172,-0.011264271102845669,0.0024390274193137884,0.3800165355205536,0.5696647763252258,0.5993711054325104,1464.0,374784.0,8732.776015456999,23986176.0 +98.81,9.100000381469727,2731.0,0.0075912089087069035,0.08221435546875,0.0,1.9437352418899536,1.9613866806030273,-0.010383302345871925,0.002453584922477603,0.349843293428421,0.5720184445381165,0.6316989660263062,1465.0,375040.0,8738.774556925986,24002560.0 +88.5,9.399999618530273,2777.0,0.02006649784743786,0.10443115234375,0.0,1.9080959558486938,1.9235100746154785,-0.010689656250178814,0.0024246620014309883,0.3293037414550781,0.5610378384590149,0.635060042142868,1466.0,375296.0,8744.67380701797,24018944.0 +75.1,9.600000381469727,2729.0,0.008523286320269108,0.0890706405043602,0.0,1.9001941680908203,1.9365949630737305,-0.011903555132448673,0.002436130540445447,0.292194664478302,0.5673009753227234,0.6091630160808563,1467.0,375552.0,8750.677225551102,24035328.0 +87.99,9.5,2725.0,0.009444042108952999,0.1089070662856102,0.0,1.8977044820785522,1.9218506813049316,-0.011188152246177197,0.0024291251320391893,0.3013794422149658,0.5628588199615479,0.6200272142887115,1468.0,375808.0,8756.690688431961,24051712.0 +80.34,9.100000381469727,2739.0,0.009187544696033001,0.0972696915268898,0.0,1.949549674987793,1.9377055168151855,-0.010404586791992188,0.002431173576042056,0.38917768001556396,0.5691555142402649,0.5217246413230896,1469.0,376064.0,8762.673306636047,24068096.0 +83.75,9.5,2779.0,0.01248130202293396,0.1422119140625,0.0,1.8721519708633423,1.9642248153686523,-0.01029654685407877,0.0024503048043698072,0.21145915985107422,0.5712088346481323,0.6779299676418304,1470.0,376320.0,8768.567866099067,24084480.0 +93.98,9.0,2759.0,0.008481855504214764,0.0989583358168602,0.0,1.9296064376831055,1.949728012084961,-0.011033636517822742,0.002444228855893016,0.3402280807495117,0.5679087042808533,0.571608304977417,1471.0,376576.0,8774.506346712122,24100864.0 +81.24,9.600000381469727,2763.0,0.007983802817761898,0.1003621444106102,0.0,1.8534421920776367,1.9628304243087769,-0.011872920207679272,0.0024397580418735743,0.19231055676937103,0.5689091086387634,0.712508350610733,1472.0,376832.0,8780.435106642079,24117248.0 +87.28,9.300000190734863,2735.0,0.00890891533344984,0.1086629256606102,0.0,1.9014722108840942,1.9426155090332031,-0.011512949131429195,0.0024335633497685194,0.28525134921073914,0.5730040073394775,0.6429227292537689,1473.0,377088.0,8786.426190102007,24133632.0 +83.08,9.300000190734863,2780.0,0.009137039072811604,0.09088134765625,0.0,1.9338678121566772,1.9760509729385376,-0.009467429481446743,0.002456104615703225,0.33364495635032654,0.5682212114334106,0.609509140253067,1474.0,377344.0,8792.318751286017,24150016.0 +78.73,9.199999809265137,2757.0,0.010518304072320461,0.1313679963350296,0.0,1.9178820848464966,1.9708305597305298,-0.011958657763898373,0.002445371588692069,0.32606640458106995,0.5638303160667419,0.6292560994625092,1475.0,377600.0,8798.260102425935,24166400.0 +115.79,8.699999809265137,2758.0,0.00824863463640213,0.1058756485581398,0.0,1.9856438636779785,1.9822837114334106,-0.008235343731939793,0.002454265719279647,0.4187943637371063,0.5771717429161072,0.5735527276992798,1476.0,377856.0,8804.199834699044,24182784.0 +125.56,8.399999618530273,2777.0,0.008419912308454514,0.10986328125,0.0,2.007930278778076,2.010188102722168,-0.009651483967900276,0.0024830999318510294,0.4630621671676636,0.5646026134490967,0.508351743221283,1477.0,378112.0,8810.099047940923,24199168.0 +120.07,9.300000190734863,2761.0,0.007266106549650431,0.0881144180893898,0.0,1.8971017599105835,2.00894832611084,-0.011295770294964314,0.0024390271864831448,0.2752537429332733,0.5713467001914978,0.6551052629947662,1478.0,378368.0,8816.032951971982,24215552.0 +91.67,9.100000381469727,2776.0,0.010703430511057377,0.1241658553481102,0.0,1.9396921396255493,1.9762171506881714,-0.011546353809535503,0.002430329564958811,0.3656209707260132,0.5730255842208862,0.6292401254177094,1479.0,378624.0,8821.93546402594,24231936.0 +134.08,8.899999618530273,2767.0,0.008118245750665665,0.08966064453125,0.0,1.9662755727767944,1.9308977127075195,-0.010426274500787258,0.0024291931185871363,0.418479323387146,0.5721744894981384,0.5999071002006531,1480.0,378880.0,8827.857428214978,24248320.0 +85.27,9.399999618530273,2744.0,0.009820378385484219,0.10498046875,0.0,1.9142045974731445,1.9195737838745117,-0.011250078678131104,0.002430377062410116,0.35140088200569153,0.5537611842155457,0.6801110506057739,1481.0,379136.0,8833.827484183945,24264704.0 +78.25,9.699999809265137,2755.0,0.00833999365568161,0.1047770157456398,0.0,1.8643431663513184,1.9129656553268433,-0.012285749427974224,0.002434520283713937,0.21960358321666718,0.568696916103363,0.7422018945217133,1482.0,379392.0,8839.774995246902,24281088.0 +81.09,9.300000190734863,2760.0,0.010563612915575504,0.1129964217543602,0.0,1.9763163328170776,1.8802000284194946,-0.010655657388269901,0.002417858922854066,0.4502143859863281,0.5717370510101318,0.6246077716350555,1483.0,379648.0,8845.711596176028,24297472.0 +88.11,9.199999809265137,2810.0,0.008831488899886608,0.0900472030043602,0.0,1.9400359392166138,1.8809303045272827,-0.01126460637897253,0.0024270445574074984,0.3805515766143799,0.566311776638031,0.672653317451477,1484.0,379904.0,8851.542393584969,24313856.0 +97.21,9.100000381469727,2757.0,0.00783957727253437,0.0996500626206398,0.0,1.9352067708969116,1.8998044729232788,-0.011333923786878586,0.0024402562994509935,0.3425867259502411,0.5741170048713684,0.6512502431869507,1485.0,380160.0,8857.484856049065,24330240.0 +111.35,8.800000190734863,2696.0,0.01114403735846281,0.1063028946518898,0.0,1.9714821577072144,1.9188803434371948,-0.008671271614730358,0.0024433478247374296,0.4094752371311188,0.5729309320449829,0.6195051372051239,1486.0,380416.0,8863.561483768048,24346624.0 +92.34,9.0,2718.0,0.006419960409402847,0.0750325545668602,0.0,1.9440468549728394,1.9139484167099,-0.010471384972333908,0.002451501088216901,0.36097514629364014,0.567419707775116,0.6394200623035431,1487.0,380672.0,8869.589907774935,24363008.0 +84.08,9.399999618530273,2773.0,0.008562705479562283,0.1053670272231102,0.0,1.9329332113265991,1.9120453596115112,-0.011578808538615704,0.0024313873145729303,0.353372722864151,0.5712522864341736,0.6070316731929779,1488.0,380928.0,8875.49727677391,24379392.0 +115.96,8.899999618530273,2773.0,0.00701109180226922,0.079833984375,0.0,1.956748127937317,1.9022694826126099,-0.009620333090424538,0.002456426853314042,0.37642908096313477,0.5689630508422852,0.5686303675174713,1489.0,381184.0,8881.405917260097,24395776.0 +94.69,9.199999809265137,2793.0,0.008465071208775043,0.10491943359375,0.0,1.934974193572998,1.8970881700515747,-0.011523743160068989,0.002449628198519349,0.3411828577518463,0.5700632929801941,0.6044852435588837,1490.0,381440.0,8887.271981633967,24412160.0 +98.3,9.300000190734863,2814.0,0.00952431745827198,0.1148885115981102,0.0,1.9109593629837036,1.9537588357925415,-0.01245659589767456,0.00247255084104836,0.27459123730659485,0.5693824291229248,0.6628362238407135,1491.0,381696.0,8893.093725058017,24428544.0 +115.89,9.199999809265137,2816.0,0.010973024182021618,0.1025594100356102,0.0,1.959905982017517,1.9153443574905396,-0.0103269312530756,0.0024389687459915876,0.38727888464927673,0.5762628316879272,0.5769450068473816,1492.0,381952.0,8898.911926798057,24444928.0 +84.68,9.199999809265137,2749.0,0.014494936913251877,0.1175130233168602,0.0,1.950543999671936,1.903704047203064,-0.012467524968087673,0.002451767446473241,0.379489541053772,0.5664202570915222,0.6108288764953613,1493.0,382208.0,8904.871049829992,24461312.0 +105.21,9.100000381469727,2770.0,0.00883003231137991,0.1065877303481102,0.0,1.9550275802612305,1.9184908866882324,-0.010801225900650024,0.0024249388370662928,0.3900158405303955,0.5775361657142639,0.6535889208316803,1494.0,382464.0,8910.786790245911,24477696.0 +125.08,9.0,2793.0,0.010434544645249844,0.1212565079331398,0.0,1.9243807792663574,1.9341630935668945,-0.012547093443572521,0.002439754083752632,0.32640156149864197,0.5731918215751648,0.6466382443904877,1495.0,382720.0,8916.652439330006,24494080.0 +100.56,8.899999618530273,2721.0,0.009291091933846474,0.1102498397231102,0.0,1.9136711359024048,1.9278130531311035,-0.010295134969055653,0.002428316278383136,0.3150121867656708,0.5715803503990173,0.707290381193161,1496.0,382976.0,8922.67367971898,24510464.0 +131.55,9.100000381469727,2821.0,0.013558000326156616,0.1125895157456398,0.0,1.914893627166748,1.9333609342575073,-0.008688426576554775,0.002433347748592496,0.3091728091239929,0.5716551542282104,0.6764406859874725,1497.0,383232.0,8928.481908316026,24526848.0 +110.1,9.300000190734863,2799.0,0.007335623726248741,0.0807088240981102,0.0,1.894365668296814,1.941839575767517,-0.01174114178866148,0.0024382297415286303,0.27285271883010864,0.5699838399887085,0.7002825736999512,1498.0,383488.0,8934.335400266107,24543232.0 +98.89,9.5,2772.0,0.01152793224900961,0.1094156876206398,0.0,1.922406792640686,1.9360905885696411,-0.012667946517467499,0.0024326604325324297,0.3342824876308441,0.5709642767906189,0.6857896447181702,1499.0,383744.0,8940.246594086988,24559616.0 +108.85,9.199999809265137,2784.0,0.010515482164919376,0.1326904296875,0.0,1.9196676015853882,1.9419301748275757,-0.012427140958607197,0.002434386173263192,0.32514265179634094,0.5717496871948242,0.6823972165584564,1500.0,384000.0,8946.131853516912,24576000.0 +87.24,8.600000381469727,2694.0,0.006699351128190756,0.0744222030043602,0.0,2.0536856651306152,1.9134421348571777,-0.008196230046451092,0.002442146185785532,0.5664864182472229,0.5766997933387756,0.6167475879192352,1501.0,384256.0,8952.214229004923,24592384.0 +87.2,9.5,2704.0,0.011453498154878616,0.12347412109375,0.0,1.9130736589431763,1.912076473236084,-0.012293882668018341,0.002433893969282508,0.3201163709163666,0.5674833655357361,0.6324775815010071,1502.0,384512.0,8958.273553705076,24608768.0 +74.5,9.800000190734863,2736.0,0.008933554403483868,0.1100260391831398,0.0,1.843599796295166,1.8756660223007202,-0.01193193718791008,0.0024277151096612215,0.17652879655361176,0.572166383266449,0.7900615930557251,1503.0,384768.0,8964.261760324938,24625152.0 +86.43,9.300000190734863,2701.0,0.010934627614915371,0.1276041716337204,0.0,1.8857005834579468,1.9189772605895996,-0.011088903062045574,0.0024315128102898598,0.25114914774894714,0.5746482014656067,0.7449072301387787,1504.0,385024.0,8970.326702486025,24641536.0 +100.02,9.5,2733.0,0.011001058854162693,0.1208902969956398,0.0,1.9228178262710571,1.9058475494384766,-0.011606947518885136,0.002427018014714122,0.3448026478290558,0.567573070526123,0.6516067087650299,1505.0,385280.0,8976.320882583037,24657920.0 +89.1,9.199999809265137,2784.0,0.01309460774064064,0.11578369140625,0.0,1.9174026250839233,1.8866921663284302,-0.01250090915709734,0.0024256755132228136,0.33087873458862305,0.5704934000968933,0.666432648897171,1506.0,385536.0,8982.2048103821,24674304.0 +88.25,9.300000190734863,2795.0,0.0070378039963543415,0.0795694962143898,0.0,1.9264639616012573,1.8938475847244263,-0.010680836625397205,0.00242901430465281,0.33913448452949524,0.5720087885856628,0.6109115481376648,1507.0,385792.0,8988.06616079295,24690688.0 +90.65,9.0,2730.0,0.012542184442281723,0.095947265625,0.0,1.9589844942092896,1.8856520652770996,-0.010046937502920628,0.002426707884296775,0.4054666757583618,0.5718005299568176,0.6143573820590973,1508.0,386048.0,8994.068579755025,24707072.0 +102.25,9.300000190734863,2795.0,0.012275618501007557,0.1348876953125,0.0,1.926938533782959,1.8866416215896606,-0.012004273943603039,0.0024361531250178814,0.3398459851741791,0.5698097348213196,0.6200124323368073,1509.0,386304.0,8999.930818676017,24723456.0 +80.75,9.300000190734863,2715.0,0.010186400264501572,0.1200968399643898,0.0,1.9275394678115845,1.8831539154052734,-0.012131300754845142,0.0024329631123691797,0.3474723994731903,0.568284809589386,0.5642220973968506,1510.0,386560.0,9005.964726981008,24739840.0 +90.67,9.199999809265137,2715.0,0.008977224119007587,0.10882568359375,0.0,1.9382916688919067,1.917270541191101,-0.012067710049450397,0.002450628438964486,0.350065141916275,0.569185197353363,0.5406201481819153,1511.0,386816.0,9011.999458740931,24756224.0 +85.68,9.600000381469727,2744.0,0.009609144181013107,0.112548828125,0.0,1.8709135055541992,1.9019695520401,-0.011952236294746399,0.0024455899838358164,0.23108814656734467,0.5635462403297424,0.6144606173038483,1512.0,387072.0,9017.970163282938,24772608.0 +74.64,9.600000381469727,2786.0,0.00802641548216343,0.092041015625,0.0,1.9759727716445923,1.882076382637024,-0.01177540048956871,0.0024400530382990837,0.423801451921463,0.5746416449546814,0.5040284693241119,1513.0,387328.0,9023.851640370907,24788992.0 +79.46,9.699999809265137,2785.0,0.010464257560670376,0.1258137971162796,0.0,1.8865699768066406,1.8869496583938599,-0.010597667656838894,0.0024346087593585253,0.25603553652763367,0.5707151293754578,0.6138371527194977,1514.0,387584.0,9029.73483651597,24805376.0 +76.17,9.600000381469727,2799.0,0.011689555831253529,0.1209309920668602,0.0,1.911271572113037,1.8649035692214966,-0.010638912208378315,0.0024266510736197233,0.32211393117904663,0.5661768317222595,0.5524294674396515,1515.0,387840.0,9035.58858743892,24821760.0 +83.17,9.399999618530273,2789.0,0.010567194782197475,0.1221720352768898,0.0,1.8931808471679688,1.8347864151000977,-0.009461780078709126,0.002429105108603835,0.27447110414505005,0.5692023038864136,0.5386259853839874,1516.0,388096.0,9041.46364826709,24838144.0 +81.11,8.800000190734863,2807.0,0.010195223614573479,0.10296630859375,0.0,1.9407566785812378,1.8584121465682983,-0.01185978576540947,0.0024231323041021824,0.3781905472278595,0.5705390572547913,0.5592885315418243,1517.0,388352.0,9047.300315739121,24854528.0 +70.74,9.600000381469727,2777.0,0.008402631618082523,0.1061604842543602,0.0,1.9276307821273804,1.8939412832260132,-0.009414204396307468,0.002439352683722973,0.32261747121810913,0.5749994516372681,0.6193108558654785,1518.0,388608.0,9053.201324030058,24870912.0 +96.3,9.100000381469727,2753.0,0.007788261864334345,0.0884806290268898,0.0,1.9624390602111816,1.8882675170898438,-0.009778368286788464,0.0024429347831755877,0.3916207551956177,0.5738227367401123,0.5550165772438049,1519.0,388864.0,9059.1523507901,24887296.0 +90.34,9.100000381469727,2737.0,0.008737434633076191,0.1057942733168602,0.0,1.9361681938171387,1.8849812746047974,-0.010386491194367409,0.0024316872004419565,0.35295534133911133,0.5730831623077393,0.5599111318588257,1520.0,389120.0,9065.137629532022,24903680.0 +97.14,9.0,2693.0,0.009581984020769596,0.0911661759018898,0.0,1.9891880750656128,1.9309577941894531,-0.009053673595190048,0.0024565397761762142,0.4115590751171112,0.5835018754005432,0.5526115298271179,1521.0,389376.0,9071.222087301081,24920064.0 +83.98,9.600000381469727,2759.0,0.01287780236452818,0.1331583708524704,0.0,1.9264494180679321,1.9508570432662964,-0.009683888405561447,0.0024501318112015724,0.3146724998950958,0.5732398629188538,0.5946491062641144,1522.0,389632.0,9077.160215838114,24936448.0 +81.64,9.399999618530273,2744.0,0.009695193730294704,0.1236368790268898,0.0,1.8750675916671753,1.9183427095413208,-0.011310155503451824,0.0024352436885237694,0.23461250960826874,0.5706329941749573,0.6458606123924255,1523.0,389888.0,9083.130623436067,24952832.0 +119.37,9.199999809265137,2828.0,0.009483479894697666,0.11578369140625,0.0,1.92319917678833,1.9255269765853882,-0.010979149490594864,0.002441973192617297,0.32028546929359436,0.5723041892051697,0.5500133335590363,1524.0,390144.0,9088.924160165014,24969216.0 +84.14,9.300000190734863,2837.0,0.010024973191320896,0.11663818359375,0.0,1.916046142578125,1.924970030784607,-0.010882128030061722,0.002444816753268242,0.30169960856437683,0.5729199051856995,0.5395493507385254,1525.0,390400.0,9094.69866525894,24985600.0 diff --git a/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..a83b9c4b29e260fe1f1de8efd9e0c98c1ecf58d2 --- /dev/null +++ b/train_procgen/checkpoints/sppo-coinrun_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +172.63636363636363,6.363636493682861,368.0,0.0117376409471035,0.1821085661649704,0.0,0.12602508068084717,2.6965129375457764,-0.0004160188836976886,0.0037200385704636574,0.30681243538856506,0.12973588705062866,0.1298474669456482,1.0,256.0,44.46244331100024,16384.0 +311.5135135135135,5.135135173797607,2664.0,0.009648426435887814,0.1393229216337204,0.0,0.1446632593870163,2.6872260570526123,-0.0005565866595134139,0.0037205007392913103,0.34418419003486633,0.08079684525728226,0.18348097801208496,2.0,512.0,50.61335084307939,32768.0 +356.24418604651163,4.651162624359131,2643.0,0.011505679227411747,0.1351725310087204,0.0,0.25394052267074585,2.671786308288574,0.0011857899371534586,0.003718812018632889,0.5589452385902405,0.0829995796084404,0.24790316820144653,3.0,768.0,56.81121280998923,49152.0 +360.36,3.5999999046325684,2720.0,0.017393657937645912,0.1571044921875,0.0,0.2498161792755127,2.6552393436431885,0.0008334298036061227,0.0037127628456801176,0.5510702729225159,0.09783754497766495,0.29591071605682373,4.0,1024.0,62.83544626412913,65536.0 +319.24,4.0,2703.0,0.007175898179411888,0.08355712890625,0.0,0.2206142395734787,2.671830415725708,-0.0006190629792399704,0.003702507121488452,0.4959031343460083,0.13645602762699127,0.3634401559829712,5.0,1280.0,68.89722428214736,81920.0 +266.1,4.800000190734863,2733.0,0.007989944890141487,0.0847981795668602,0.0,0.38004013895988464,2.6523778438568115,-0.0006237687193788588,0.0036836385261267424,0.8143754005432129,0.19799868762493134,0.3947334289550781,6.0,1536.0,74.89268879499286,98304.0 +221.91,5.099999904632568,2739.0,0.006857888773083687,0.0860392227768898,0.0,0.4028737246990204,2.6602985858917236,0.0020955365616828203,0.0036847516894340515,0.8547623753547668,0.18843519687652588,0.4236701726913452,7.0,1792.0,80.8733739820309,114688.0 +209.02,5.300000190734863,2686.0,0.007932701148092747,0.1004842147231102,0.0,0.386393278837204,2.6384036540985107,-0.0009551796247251332,0.0036657012533396482,0.8274648189544678,0.2728070020675659,0.4968317151069641,8.0,2048.0,86.97220483096316,131072.0 +163.38,5.0,2698.0,0.007406475022435188,0.0832316055893898,0.0,0.4219624996185303,2.616518259048462,-0.0011514759389683604,0.003652076004073024,0.8985583782196045,0.31618741154670715,0.5313122272491455,9.0,2304.0,93.04474753211252,147456.0 +160.78,5.300000190734863,2704.0,0.010556583292782307,0.15155029296875,0.0,0.5307419896125793,2.580307722091675,0.0018433808581903577,0.003629733109846711,1.1094032526016235,0.419373482465744,0.5762480795383453,10.0,2560.0,99.10379043105058,163840.0 +112.03,5.400000095367432,2549.0,0.0062508489936590195,0.06982421875,0.0,0.567188024520874,2.548614263534546,0.0004922586958855391,0.00361144938506186,1.184363842010498,0.4775789678096771,0.6088414192199707,11.0,2816.0,105.53042164607905,180224.0 +97.96,4.5,2585.0,0.0074911643750965595,0.0918782576918602,0.0,0.5707784295082092,2.528188467025757,-8.25356528366683e-06,0.0035830996930599213,1.1921368837356567,0.633216917514801,0.6600890159606934,12.0,3072.0,111.86839359207079,196608.0 +94.91,5.0,2632.0,0.006311967968940735,0.0764567032456398,0.0,0.5492313504219055,2.5518195629119873,-0.0009281322709284723,0.0035846559330821037,1.1513551473617554,0.6210193037986755,0.6966597437858582,13.0,3328.0,118.09335930203088,212992.0 +85.73,5.800000190734863,2691.0,0.006966205779463053,0.0786539688706398,0.0,0.5989192128181458,2.5024895668029785,-0.00031855065026320517,0.003570648143067956,1.2485252618789673,0.7687012553215027,0.7316734790802002,14.0,3584.0,124.182307792129,229376.0 +81.22,5.599999904632568,2708.0,0.00843959953635931,0.0999348983168602,0.0,0.6314380764961243,2.446183919906616,-0.0018630181439220905,0.00355456187389791,1.3155258893966675,0.8738601207733154,0.7415767014026642,15.0,3840.0,130.23330326308496,245760.0 +89.23,5.400000095367432,2676.0,0.00703040324151516,0.0729573592543602,0.0,0.6039213538169861,2.4249284267425537,-0.00017211120575666428,0.0035619076807051897,1.256685495376587,0.840146005153656,0.7257143557071686,16.0,4096.0,136.35629018209875,262144.0 +79.44,5.5,2708.0,0.007736243307590485,0.0936482772231102,0.0,0.5876521468162537,2.3995416164398193,0.000141460113809444,0.0035472193267196417,1.2230123281478882,0.9252700209617615,0.7651145309209824,17.0,4352.0,142.4056580120232,278528.0 +72.86,6.0,2667.0,0.004795038606971502,0.0532023124396801,0.0,0.636292040348053,2.355118989944458,0.0005241518374532461,0.0035216149408370256,1.3186382055282593,0.9543578624725342,0.7672567516565323,18.0,4608.0,148.54953518114053,294912.0 +69.8,6.099999904632568,2633.0,0.006864129099994898,0.0665283203125,0.0,0.5953572988510132,2.315864324569702,-0.0001369810343021527,0.0034793259110301733,1.237305760383606,1.089077353477478,0.7858349978923798,19.0,4864.0,154.77114613493904,311296.0 +70.8,5.900000095367432,2647.0,0.005279200617223978,0.05712890625,0.0,0.6408214569091797,2.3800857067108154,-0.0005135458777658641,0.0034678566735237837,1.330271601676941,0.9970020651817322,0.7890898287296295,20.0,5120.0,160.959893692052,327680.0 +74.23,5.699999809265137,2593.0,0.008512764237821102,0.0994873046875,0.0,0.5997466444969177,2.3394720554351807,-0.0016405925853177905,0.0034541748464107513,1.2495638132095337,1.1708203554153442,0.7898851335048676,21.0,5376.0,167.27806995506398,344064.0 +74.5,5.199999809265137,2670.0,0.005065091419965029,0.0366007499396801,0.0,0.5696849822998047,2.3657448291778564,-0.0017474718624725938,0.0034233862534165382,1.190179705619812,1.3006246089935303,0.8142931163311005,22.0,5632.0,173.41374112316407,360448.0 +76.0,6.199999809265137,2697.0,0.0034200374502688646,0.0382283516228199,0.0,0.5930665731430054,2.363717555999756,-0.00024400219263043255,0.003398522501811385,1.2338955402374268,1.3671799898147583,0.832666426897049,23.0,5888.0,179.48858448700048,376832.0 +78.72,6.099999904632568,2733.0,0.006763901561498642,0.064697265625,0.0,0.5492462515830994,2.376410961151123,-0.00044032614096067846,0.0033920565620064735,1.146901249885559,1.3571749925613403,0.8319102376699448,24.0,6144.0,185.48528546700254,393216.0 +77.76,6.199999809265137,2736.0,0.005839051678776741,0.0622965507209301,0.0,0.6502944827079773,2.2866594791412354,-0.0010761631419882178,0.003362684277817607,1.3484745025634766,1.6346969604492188,0.8108282834291458,25.0,6400.0,191.47282845596783,409600.0 +65.87,4.900000095367432,2615.0,0.005414803046733141,0.06427001953125,0.0,0.7004688382148743,2.269148588180542,-0.0012847761390730739,0.003329570172354579,1.4488900899887085,1.744235634803772,0.7862697690725327,26.0,6656.0,197.73772283899598,425984.0 +65.67,5.599999904632568,2613.0,0.0034555497113615274,0.02107747457921505,0.0,0.8583679795265198,2.232680082321167,-0.0007446219096891582,0.003308087820187211,1.7628787755966187,2.025778293609619,0.7739361375570297,27.0,6912.0,204.00807145005092,442368.0 +62.97,6.400000095367432,2574.0,0.004532798193395138,0.0431721992790699,0.0,0.7382827401161194,2.1901566982269287,-0.0009799835970625281,0.003326713340356946,1.5223287343978882,1.9307137727737427,0.7751420140266418,28.0,7168.0,210.37349092494696,458752.0 +74.7,6.400000095367432,2633.0,0.004113680217415094,0.0421956367790699,0.0,0.6631326675415039,2.237468719482422,-0.0007233351352624595,0.003347642021253705,1.3724613189697266,1.6984773874282837,0.7858605831861496,29.0,7424.0,216.59535471303388,475136.0 +69.1,5.800000190734863,2715.0,0.003502912586554885,0.02323404885828495,0.0,0.6516197323799133,2.256632089614868,-0.0007502380758523941,0.0033417430240660906,1.3498725891113281,1.774443507194519,0.7972579151391983,30.0,7680.0,222.63010347099043,491520.0 +75.51,6.599999904632568,2718.0,0.005038313567638397,0.0494791679084301,0.0,0.7943848967552185,2.2359631061553955,-0.0002418558142380789,0.00335008860565722,1.6339727640151978,1.8138078451156616,0.7691275775432587,31.0,7936.0,228.6578928611707,507904.0 +65.4,6.699999809265137,2622.0,0.0045297336764633656,0.03338623046875,0.0,0.7289750576019287,2.2152793407440186,-0.0011947710299864411,0.0033417334780097008,1.5046452283859253,1.924827218055725,0.7877916246652603,32.0,8192.0,234.90694786515087,524288.0 +73.09,6.199999809265137,2685.0,0.004209673497825861,0.0331827811896801,0.0,0.6166350245475769,2.2644267082214355,-0.0002774197782855481,0.003348725149407983,1.279113531112671,1.5913814306259155,0.8023049533367157,33.0,8448.0,241.00842989003286,540672.0 +65.15,6.300000190734863,2720.0,0.006145874038338661,0.05914306640625,0.0,0.6266672611236572,2.194538116455078,-0.0015258574858307838,0.0033477877732366323,1.3002772331237793,1.5600825548171997,0.794946625828743,34.0,8704.0,247.0313689019531,557056.0 +71.35,6.599999904632568,2709.0,0.0056929863058030605,0.0675252303481102,0.0,0.6486203074455261,2.2073750495910645,-0.0015281386440619826,0.0033554991241544485,1.3444442749023438,1.4841728210449219,0.7749681919813156,35.0,8960.0,253.07914219703525,573440.0 +68.19,6.800000190734863,2590.0,0.008276023901998997,0.10650634765625,0.0,0.6431986689567566,2.1405158042907715,-0.0012313633924350142,0.0033510541543364525,1.3316704034805298,1.6686075925827026,0.8027000427246094,36.0,9216.0,259.4039969961159,589824.0 +63.03,5.900000095367432,2648.0,0.006081270053982735,0.0701904296875,0.0,0.5753821730613708,2.204556941986084,-0.002176160691305995,0.0033405963331460953,1.1992079019546509,1.6076055765151978,0.8075475692749023,37.0,9472.0,265.5903815710917,606208.0 +68.57,6.199999809265137,2655.0,0.005843183025717735,0.0569661445915699,0.0,0.5817849040031433,2.1990554332733154,-0.001652747392654419,0.003344503929838538,1.2108561992645264,1.5289229154586792,0.7912341356277466,38.0,9728.0,271.76102813798934,622592.0 +69.65,6.900000095367432,2644.0,0.005671497900038958,0.0536295585334301,0.0,0.7103754878044128,2.1836984157562256,0.0004101712547708303,0.003316235728561878,1.46360445022583,1.6822007894515991,0.7847337573766708,39.0,9984.0,277.9586610221304,638976.0 +69.11,6.300000190734863,2746.0,0.005623007658869028,0.04345703125,0.0,0.5542980432510376,2.172802209854126,-0.0016071390127763152,0.003326745703816414,1.1552664041519165,1.6039624214172363,0.8044089078903198,40.0,10240.0,283.92396252206527,655360.0 +63.93,6.599999904632568,2721.0,0.004116195719689131,0.04608154296875,0.0,0.5811216831207275,2.1868767738342285,-0.00031758256955072284,0.0033244674559682608,1.2066160440444946,1.5050088167190552,0.7948398739099503,41.0,10496.0,289.9458554361481,671744.0 +61.92,6.599999904632568,2679.0,0.0054826620034873486,0.06512451171875,0.0,0.5751956105232239,2.1431992053985596,-0.0021145904902368784,0.003305569989606738,1.1974843740463257,1.6831774711608887,0.7979559004306793,42.0,10752.0,296.0606914041564,688128.0 +73.17,6.800000190734863,2689.0,0.0062385317869484425,0.0836588516831398,0.0,0.6082054376602173,2.1785218715667725,-0.001306953839957714,0.0033216364681720734,1.262595295906067,1.7686299085617065,0.7649006694555283,43.0,11008.0,302.154213597998,704512.0 +74.01,6.300000190734863,2723.0,0.0067049190402030945,0.0906575545668602,0.0,0.6115376353263855,2.202505111694336,-5.121189678902738e-05,0.0033463977742940187,1.2672277688980103,1.5662614107131958,0.769628494977951,44.0,11264.0,308.17074895999394,720896.0 +72.04,5.900000095367432,2708.0,0.005393123719841242,0.04962158203125,0.0,0.5900453925132751,2.1452929973602295,-0.0008988541085273027,0.0033301820512861013,1.2247943878173828,1.6381374597549438,0.7619232684373856,45.0,11520.0,314.2201626370661,737280.0 +79.19,6.699999809265137,2663.0,0.005840292200446129,0.06396484375,0.0,0.535037100315094,2.136103391647339,-0.0027029262855648994,0.003314322093501687,1.1182020902633667,1.6984295845031738,0.790229544043541,46.0,11776.0,320.3731877829414,753664.0 +65.49,7.0,2657.0,0.003975525964051485,0.0387166328728199,0.0,0.5576180219650269,2.1223409175872803,-0.0009099747985601425,0.0032954250928014517,1.1595027446746826,1.7407246828079224,0.7835400402545929,47.0,12032.0,326.5413295519538,770048.0 +70.98,7.0,2667.0,0.005200634710490704,0.058349609375,0.0,0.556830108165741,2.11336612701416,-0.0012055172119289637,0.0032883754465729,1.1583385467529297,1.6990480422973633,0.7719347327947617,48.0,12288.0,332.6850678459741,786432.0 +79.28,7.0,2634.0,0.004945729393512011,0.0574747733771801,0.0,0.5738534331321716,2.1449742317199707,-0.0007060760981403291,0.003307925770059228,1.1920185089111328,1.5876904726028442,0.7743503302335739,49.0,12544.0,338.9052669829689,802816.0 +64.63,6.199999809265137,2590.0,0.004994687158614397,0.04840087890625,0.0,2.9373586177825928,2.151848316192627,0.001025642268359661,0.00335114449262619,1.2641428709030151,0.9824618697166443,0.7617374211549759,50.0,12800.0,345.231440047035,819200.0 +65.55,6.099999904632568,2612.0,0.0063240788877010345,0.0598551444709301,0.0,2.6529362201690674,2.180530071258545,-0.0010423400672152638,0.0032878073398023844,1.169127345085144,0.7460622191429138,0.7845170050859451,51.0,13056.0,351.5041221040301,835584.0 +66.61,6.0,2646.0,0.0032529972959309816,0.02101643942296505,0.0,2.613327741622925,2.08992075920105,-0.0012353617930784822,0.0032633065711706877,1.2779968976974487,0.650020182132721,0.7615572363138199,52.0,13312.0,357.6973057980649,851968.0 +70.23,6.800000190734863,2654.0,0.004553234204649925,0.0498860664665699,0.0,2.59704852104187,2.1447160243988037,-0.0004739874566439539,0.0032562545966356993,1.2337785959243774,0.6599648594856262,0.7653494775295258,53.0,13568.0,363.8713963420596,868352.0 +72.51,5.900000095367432,2688.0,0.0038764129858464003,0.044189453125,0.0,2.4769184589385986,2.151576280593872,-0.0015681846998631954,0.0032419655472040176,1.104268193244934,0.6051526665687561,0.774946466088295,54.0,13824.0,369.9666957480367,884736.0 +74.68,6.699999809265137,2629.0,0.00620623305439949,0.0768636092543602,0.0,2.4540855884552,2.172048807144165,-0.001245004590600729,0.003233291208744049,1.1356366872787476,0.5653342008590698,0.7859296798706055,55.0,14080.0,376.19881245610304,901120.0 +75.54,6.199999809265137,2557.0,0.004284643102437258,0.0347493477165699,0.0,2.4630320072174072,2.183039426803589,-0.0011300373589619994,0.0032193439546972513,1.179402232170105,0.5575183629989624,0.7749856561422348,56.0,14336.0,382.6055500910152,917504.0 +79.39,6.599999904632568,2671.0,0.0045856088399887085,0.03814697265625,0.0,2.4508190155029297,2.255750894546509,-0.0013977602357044816,0.0032098221126943827,1.137486219406128,0.5734099745750427,0.7673553973436356,57.0,14592.0,388.74036712315865,933888.0 +71.43,6.699999809265137,2574.0,0.005459242034703493,0.07208251953125,0.0,2.4297704696655273,2.2461273670196533,-0.001521836849860847,0.0032012027222663164,1.124179482460022,0.5613002181053162,0.7655657380819321,58.0,14848.0,395.1048420481384,950272.0 +77.13,6.199999809265137,2697.0,0.003732996992766857,0.0346883125603199,0.0,2.391019105911255,2.2469944953918457,-0.0019252416677772999,0.003198765218257904,1.1489259004592896,0.504561722278595,0.7479622066020966,59.0,15104.0,401.1797222511377,966656.0 +76.54,5.699999809265137,2658.0,0.004907630383968353,0.0568033866584301,0.0,2.258272886276245,2.257539987564087,-0.0008101821294985712,0.003190268063917756,0.9417464137077332,0.4743347465991974,0.8067516535520554,60.0,15360.0,407.3433987321332,983040.0 +71.57,7.400000095367432,2640.0,0.00565588241443038,0.05987548828125,0.0,2.248854398727417,2.249584913253784,-0.0019407994113862514,0.0031806828919798136,0.9206598401069641,0.4816138744354248,0.8011904805898666,61.0,15616.0,413.5487222489901,999424.0 +75.28,6.400000095367432,2702.0,0.005288084968924522,0.0579833984375,0.0,2.334184408187866,2.2436866760253906,-0.0014868434518575668,0.0031784188468009233,1.1074308156967163,0.47295427322387695,0.7742321193218231,62.0,15872.0,419.6121756141074,1015808.0 +71.33,6.699999809265137,2703.0,0.0029776168521493673,0.01971435546875,0.0,2.29718279838562,2.263338327407837,-0.001216741162352264,0.003161615924909711,1.0353366136550903,0.48018011450767517,0.7859589457511902,63.0,16128.0,425.67365094600245,1032192.0 +74.53,7.400000095367432,2591.0,0.004896641243249178,0.0494791679084301,0.0,2.2268803119659424,2.2197322845458984,-0.0020296054426580667,0.003162142587825656,0.9701985716819763,0.4372234344482422,0.7939024120569229,64.0,16384.0,431.99789062910713,1048576.0 +85.77,6.5,2661.0,0.005755533929914236,0.0689900740981102,0.0,2.2309153079986572,2.2321510314941406,-0.002840883331373334,0.0031497932504862547,0.9747300148010254,0.4464893639087677,0.7795271873474121,65.0,16640.0,438.15486929914914,1064960.0 +83.86,6.0,2627.0,0.004674616735428572,0.04559326171875,0.0,2.181358575820923,2.2803313732147217,-0.0019347675843164325,0.0031434122938662767,0.9039394855499268,0.43301019072532654,0.8014124035835266,66.0,16896.0,444.39065729803406,1081344.0 +88.85,6.599999904632568,2678.0,0.006198998540639877,0.0787150040268898,0.0,2.116619110107422,2.265916585922241,-0.0011027584550902247,0.0031341605354100466,0.8002426028251648,0.42178842425346375,0.8187530785799026,67.0,17152.0,450.50961645296775,1097728.0 +92.64,6.199999809265137,2684.0,0.008425780571997166,0.1044921875,0.0,2.1719257831573486,2.2122974395751953,-0.0005225015920586884,0.0031285348813980818,0.916824996471405,0.41991373896598816,0.794296383857727,68.0,17408.0,456.6143866381608,1114112.0 +85.13,7.0,2686.0,0.007891497574746609,0.1005452498793602,0.0,2.114837646484375,2.265490770339966,-0.0021864883601665497,0.0031166973058134317,0.8283576369285583,0.41365182399749756,0.8219427466392517,69.0,17664.0,462.7136952050496,1130496.0 +89.61,6.300000190734863,2663.0,0.007698742672801018,0.1042073592543602,0.0,2.1521637439727783,2.27095627784729,-0.0038363635540008545,0.003112981328740716,0.91292405128479,0.4117923974990845,0.797709196805954,70.0,17920.0,468.86534658796154,1146880.0 +90.96,7.0,2628.0,0.005141471046954393,0.0564778633415699,0.0,2.07507586479187,2.332015037536621,-0.0023503918200731277,0.003109080484136939,0.7718899250030518,0.4052327871322632,0.8212917149066925,71.0,18176.0,475.1006182900164,1163264.0 +88.17,6.800000190734863,2614.0,0.007350232917815447,0.0863240584731102,0.0,2.072979688644409,2.3522236347198486,-0.002018246566876769,0.0031078734900802374,0.8121328353881836,0.38029634952545166,0.8263732045888901,72.0,18432.0,481.36892035999335,1179648.0 +98.02,6.199999809265137,2597.0,0.005720131099224091,0.0593668632209301,0.0,2.0725603103637695,2.3795809745788574,-0.0022205703426152468,0.0030995889101177454,0.7562925219535828,0.4164116084575653,0.8363015204668045,73.0,18688.0,487.6768680771347,1196032.0 +121.05,6.5,2625.0,0.005844190716743469,0.0582071952521801,0.0,2.0801727771759033,2.3646299839019775,-0.0023245816119015217,0.0030871632043272257,0.7862728238105774,0.4141407012939453,0.830728679895401,74.0,18944.0,493.9194285511039,1212416.0 +99.07,7.0,2594.0,0.005544711370021105,0.0564168281853199,0.0,2.043166399002075,2.3169453144073486,-0.0037363972514867783,0.0030876833479851484,0.7848522663116455,0.37346816062927246,0.8315794914960861,75.0,19200.0,500.23444456094876,1228800.0 +101.94,6.699999809265137,2685.0,0.005458104889839888,0.0544026680290699,0.0,2.0784764289855957,2.370769739151001,-0.0017933150520548224,0.0030759794171899557,0.8224947452545166,0.3965592086315155,0.8273544013500214,76.0,19456.0,506.3357536131516,1245184.0 +107.41,6.300000190734863,2704.0,0.005408866796642542,0.0604654960334301,0.0,2.0894086360931396,2.3256099224090576,-0.0023920489475131035,0.0030749894212931395,0.8663301467895508,0.38466742634773254,0.8173017352819443,77.0,19712.0,512.395498177968,1261568.0 +95.13,7.0,2687.0,0.006914291065186262,0.0873616561293602,0.0,2.120978355407715,2.3250443935394287,-0.0012623529182747006,0.003062942298129201,0.8674299716949463,0.4248445928096771,0.8331004977226257,78.0,19968.0,518.4928426400293,1277952.0 +84.63,6.800000190734863,2634.0,0.005550884176045656,0.06488037109375,0.0,2.066221237182617,2.3212695121765137,-0.003254123730584979,0.0030647050589323044,0.8373610973358154,0.38079896569252014,0.8100806325674057,79.0,20224.0,524.7135219899938,1294336.0 +88.07,7.5,2582.0,0.004630708135664463,0.0406697578728199,0.0,2.06963849067688,2.2928807735443115,-0.0014978820690885186,0.0030665548983961344,0.8546859622001648,0.3715478181838989,0.823336660861969,80.0,20480.0,531.0583878820762,1310720.0 +87.43,7.900000095367432,2617.0,0.0064399465918540955,0.0758870467543602,0.0,2.0438175201416016,2.3109357357025146,-0.0036187805235385895,0.0030584351625293493,0.8195565342903137,0.36880239844322205,0.8216392397880554,81.0,20736.0,537.3191531810444,1327104.0 +92.68,7.300000190734863,2732.0,0.006342793349176645,0.069580078125,0.0,2.05326771736145,2.293461322784424,-0.0021336085628718138,0.003047564998269081,0.8294383883476257,0.3774939477443695,0.8173957020044327,82.0,20992.0,543.3158458471298,1343488.0 +100.32,6.599999904632568,2585.0,0.006743015255779028,0.08319091796875,0.0,2.1049091815948486,2.2720746994018555,-0.0017109239706769586,0.003053705208003521,0.9394893646240234,0.36982855200767517,0.7750356793403625,83.0,21248.0,549.6540805669501,1359872.0 +94.26,7.300000190734863,2629.0,0.004160488490015268,0.0366414375603199,0.0,2.0438687801361084,2.276803493499756,-0.002497222274541855,0.003040960757061839,0.834184467792511,0.3675677478313446,0.8165128082036972,84.0,21504.0,555.8866001660936,1376256.0 +95.06,7.099999904632568,2560.0,0.005789580289274454,0.0620524100959301,0.0,2.06331205368042,2.2881720066070557,-0.0023431838490068913,0.0030345963314175606,0.8609642386436462,0.37762153148651123,0.8048315942287445,85.0,21760.0,562.2863417670596,1392640.0 +87.74,6.599999904632568,2543.0,0.005517871584743261,0.05792236328125,0.0,2.0433504581451416,2.2633559703826904,-0.0035978714004158974,0.0030337844509631395,0.8401305079460144,0.3682701289653778,0.7920109629631042,86.0,22016.0,568.7290181759745,1409024.0 +93.87,7.199999809265137,2565.0,0.005755715072154999,0.06524658203125,0.0,2.0227952003479004,2.230614423751831,-0.003467836184427142,0.003028648905456066,0.7984828948974609,0.3706216514110565,0.8082862943410873,87.0,22272.0,575.115356435068,1425408.0 +96.23,7.800000190734863,2611.0,0.007737301755696535,0.09716796875,0.0,2.105855941772461,2.1415324211120605,-0.00026939783128909767,0.0030199836473912,0.9394921660423279,0.38463059067726135,0.7858709245920181,88.0,22528.0,581.3896109610796,1441792.0 +84.61,7.400000095367432,2630.0,0.006311913952231407,0.0739949569106102,0.0,2.0064167976379395,2.1502044200897217,-0.003919767215847969,0.0030227608513087034,0.7866127490997314,0.3612276613712311,0.7979431748390198,89.0,22784.0,587.6200511059724,1458176.0 +77.5,8.0,2692.0,0.006590088829398155,0.0744425430893898,0.0,2.0502591133117676,2.164426565170288,-0.0018166025402024388,0.0030233850702643394,0.8966729640960693,0.3458887040615082,0.7832817733287811,90.0,23040.0,593.706947962055,1474560.0 +82.95,7.300000190734863,2622.0,0.005013579968363047,0.0557657890021801,0.0,2.0769426822662354,2.184417486190796,-0.002874063327908516,0.003008628264069557,0.909416913986206,0.3779171407222748,0.7812269181013107,91.0,23296.0,599.9549939129502,1490944.0 +84.41,7.300000190734863,2637.0,0.004912409465759993,0.0498046875,0.0,2.022939920425415,2.195675849914551,-0.003419669112190604,0.0030091432854533195,0.8361823558807373,0.3585432469844818,0.7877498716115952,92.0,23552.0,606.1665660350118,1507328.0 +91.56,7.900000095367432,2559.0,0.005470228847116232,0.0555013008415699,0.0,2.0541188716888428,2.1818294525146484,-0.003248553490266204,0.0030015921220183372,0.8936198353767395,0.36477628350257874,0.7734890580177307,93.0,23808.0,612.5682531739585,1523712.0 +85.08,8.199999809265137,2700.0,0.004278452601283789,0.0433553047478199,0.0,2.0031681060791016,2.1499555110931396,-0.002783439354971051,0.0030050689820200205,0.7753841280937195,0.3714759349822998,0.7823915034532547,94.0,24064.0,618.6355777170975,1540096.0 +93.75,7.5,2611.0,0.004899734165519476,0.0540974922478199,0.0,2.096951723098755,2.190430164337158,-0.0014931686455383897,0.0029986484441906214,0.9625210762023926,0.37391993403434753,0.7478657960891724,95.0,24320.0,624.9117946790066,1556480.0 +92.54,6.900000095367432,2654.0,0.005015648901462555,0.047607421875,0.0,2.077954053878784,2.157580852508545,-0.003763485001400113,0.0029990177135914564,0.9301219582557678,0.3727569282054901,0.7560399621725082,96.0,24576.0,631.0859840961639,1572864.0 +92.71,7.900000095367432,2635.0,0.005831638351082802,0.0659993514418602,0.0,1.986328125,2.1170499324798584,-0.003425038419663906,0.0029922511894255877,0.7606775760650635,0.36739957332611084,0.7850555181503296,97.0,24832.0,637.304422032088,1589248.0 +88.84,7.5,2620.0,0.005543795879930258,0.0676676407456398,0.0,2.0171024799346924,2.171255350112915,-0.001650895574130118,0.0029898316133767366,0.8177796006202698,0.36974236369132996,0.7884750813245773,98.0,25088.0,643.5588591641281,1605632.0 +84.69,8.300000190734863,2571.0,0.0044834972359240055,0.0444539375603199,0.0,1.9809240102767944,2.1130752563476562,-0.003086738521233201,0.002988167107105255,0.7647803425788879,0.3604893982410431,0.7964329123497009,99.0,25344.0,649.9307565640192,1622016.0 +85.89,7.400000095367432,2640.0,0.004703716840595007,0.05059814453125,0.0,2.2444863319396973,2.1351382732391357,-0.001775403623469174,0.0029819931369274855,0.8080596327781677,0.372586727142334,0.785252258181572,100.0,25600.0,656.135946782073,1638400.0 +84.17,7.0,2610.0,0.0046640909276902676,0.0342000313103199,0.0,2.2366926670074463,2.129981279373169,-0.0033211158588528633,0.0029835610184818506,0.8284223079681396,0.3553222119808197,0.7771594673395157,101.0,25856.0,662.413909610128,1654784.0 +79.22,8.199999809265137,2604.0,0.003920091316103935,0.02811686135828495,0.0,2.3073837757110596,2.0966410636901855,-0.00219048117287457,0.0029778992757201195,0.9602734446525574,0.36145398020744324,0.747785210609436,102.0,26112.0,668.7049754629843,1671168.0 +81.82,8.199999809265137,2608.0,0.004067055881023407,0.0445760078728199,0.0,2.2573187351226807,2.1230008602142334,-0.0026466045528650284,0.002978948876261711,0.8708956837654114,0.3562735617160797,0.7662625908851624,103.0,26368.0,674.9873289731331,1687552.0 +79.66,7.199999809265137,2643.0,0.0056737675331532955,0.0576578788459301,0.0,2.274247407913208,2.140352487564087,-0.0033720312640070915,0.0029759237077087164,0.8845060467720032,0.3688082695007324,0.7716074436903,104.0,26624.0,681.1851209171582,1703936.0 +88.21,7.800000190734863,2551.0,0.005586868152022362,0.0560506172478199,0.0,2.197298526763916,2.152488946914673,-0.0037478117737919092,0.002970634028315544,0.7317085266113281,0.37139979004859924,0.8122284561395645,105.0,26880.0,687.6064408440143,1720320.0 +79.04,7.199999809265137,2513.0,0.004965760745108128,0.0437215156853199,0.0,2.269162178039551,2.118771553039551,-0.0032849323470145464,0.0029711027164012194,0.8935599327087402,0.36130329966545105,0.7816239595413208,106.0,27136.0,694.1263308050111,1736704.0 +87.44,7.400000095367432,2498.0,0.005693322513252497,0.0674845352768898,0.0,2.2801706790924072,2.1276566982269287,-0.002746574580669403,0.0029657550621777773,0.9139427542686462,0.364344984292984,0.7684714496135712,107.0,27392.0,700.6861357931048,1753088.0 +96.36,7.400000095367432,2599.0,0.0053879390470683575,0.05841064453125,0.0,2.2080490589141846,2.1232357025146484,-0.0038469068240374327,0.002964841201901436,0.7799968123435974,0.36070919036865234,0.7895375192165375,108.0,27648.0,706.9895785900299,1769472.0 +81.03,7.699999809265137,2658.0,0.005974846426397562,0.0685017928481102,0.0,2.2559664249420166,2.0827505588531494,-0.00262747542001307,0.0029642758890986443,0.85240238904953,0.3710821568965912,0.7798991054296494,109.0,27904.0,713.1534005349968,1785856.0 +85.21,8.100000381469727,2607.0,0.004982650745660067,0.0587565116584301,0.0,2.2203404903411865,2.0926754474639893,-0.0021648737601935863,0.002964823739603162,0.7968026995658875,0.36261889338493347,0.7783949971199036,110.0,28160.0,719.4377924969885,1802240.0 +75.3,8.300000190734863,2607.0,0.005552163813263178,0.0563557930290699,0.0,2.258880615234375,2.09196400642395,-0.0019803738687187433,0.0029558895621448755,0.8760895729064941,0.3657909631729126,0.772298663854599,111.0,28416.0,725.7226224860642,1818624.0 +84.63,8.199999809265137,2684.0,0.003897241549566388,0.0283203125,0.0,2.1800553798675537,2.0886573791503906,-0.0029652786906808615,0.002953364746645093,0.742189884185791,0.3561300039291382,0.8040063381195068,112.0,28672.0,731.8266941369511,1835008.0 +97.44,8.699999809265137,2698.0,0.005155341234058142,0.0509033203125,0.0,2.220781087875366,2.072277307510376,-0.0038247695192694664,0.0029577314853668213,0.8086678981781006,0.36212918162345886,0.7718964219093323,113.0,28928.0,737.8985983731691,1851392.0 +74.99,8.399999618530273,2709.0,0.005139367654919624,0.0406290702521801,0.0,2.2405152320861816,2.0618979930877686,-0.0032889291178435087,0.002954805037006736,0.8698820471763611,0.35207974910736084,0.7766838520765305,114.0,29184.0,743.9459697860293,1867776.0 +77.02,8.300000190734863,2689.0,0.005956169683486223,0.0658976212143898,0.0,2.1728856563568115,2.0633904933929443,-0.003563080681487918,0.0029538599774241447,0.7434897422790527,0.3484080135822296,0.8056525886058807,115.0,29440.0,750.0377248500008,1884160.0 +90.1,8.100000381469727,2710.0,0.004748031031340361,0.0490926094353199,0.0,2.2120087146759033,2.08733868598938,-0.00306377443484962,0.002950995462015271,0.8079517483711243,0.35647252202033997,0.7988144308328629,116.0,29696.0,756.0819179881364,1900544.0 +84.14,8.600000381469727,2685.0,0.005339132156223059,0.04913330078125,0.0,2.1902740001678467,2.0911507606506348,-0.0032494899351149797,0.0029462166130542755,0.7529451847076416,0.36485448479652405,0.8056019693613052,117.0,29952.0,762.1825685121585,1916928.0 +84.56,8.199999809265137,2712.0,0.00584822753444314,0.0719197615981102,0.0,2.203399896621704,2.1308090686798096,-0.003668980672955513,0.002944868290796876,0.782252311706543,0.3648166358470917,0.8006663620471954,118.0,30208.0,768.2229948041495,1933312.0 +86.6,8.699999809265137,2700.0,0.005219592247158289,0.05438232421875,0.0,2.1852242946624756,2.126779317855835,-0.002944396808743477,0.002942359307780862,0.7607903480529785,0.35786160826683044,0.7962892353534698,119.0,30464.0,774.2899690030608,1949696.0 +77.45,7.800000190734863,2664.0,0.006363734137266874,0.0652262344956398,0.0,2.269406318664551,2.067301034927368,-0.00255448161624372,0.0029458936769515276,0.9179301261901855,0.3607218265533447,0.7726304680109024,120.0,30720.0,780.4390998980962,1966080.0 +79.41,7.800000190734863,2715.0,0.004702097270637751,0.047119140625,0.0,2.2263004779815674,2.109661102294922,-0.0033548164647072554,0.002937598153948784,0.8578534126281738,0.35302630066871643,0.7692670524120331,121.0,30976.0,786.4733345920686,1982464.0 +73.66,7.400000095367432,2675.0,0.006137534510344267,0.0693359375,0.0,2.284332513809204,2.1102285385131836,-0.0033185610082000494,0.002937702462077141,0.9665433764457703,0.35663044452667236,0.7523849159479141,122.0,31232.0,792.5983280439395,1998848.0 +76.32,8.199999809265137,2709.0,0.007164724171161652,0.0810343399643898,0.0,2.3300814628601074,2.1123178005218506,-0.001138591207563877,0.0029356060549616814,0.9971993565559387,0.3859403133392334,0.7674995809793472,123.0,31488.0,798.6460701201577,2015232.0 +77.42,8.399999618530273,2708.0,0.007834331132471561,0.0850423201918602,0.0,2.238173246383667,2.119091272354126,-0.0037490734830498695,0.0029302584007382393,0.8516953587532043,0.3721361458301544,0.7818222045898438,124.0,31744.0,804.6954883639701,2031616.0 +81.39,8.0,2589.0,0.006278167944401503,0.0697835311293602,0.0,2.3018205165863037,2.1123387813568115,-0.0028555102180689573,0.0029319629538804293,0.9936746954917908,0.36298075318336487,0.7564565092325211,125.0,32000.0,811.0245622659568,2048000.0 +81.51,8.0,2556.0,0.005524154752492905,0.0576985664665699,0.0,2.262646436691284,2.116657257080078,-0.0020921642426401377,0.002927940571680665,0.9075835347175598,0.3681432008743286,0.7662720531225204,126.0,32256.0,817.4349985930603,2064384.0 +79.67,8.100000381469727,2579.0,0.004837942309677601,0.0472005195915699,0.0,2.2475006580352783,2.1069326400756836,-0.002694139489904046,0.002925449050962925,0.8719210028648376,0.3725791871547699,0.7500396519899368,127.0,32512.0,823.787555942079,2080768.0 +81.78,8.5,2721.0,0.005739729385823011,0.0649007186293602,0.0,2.199028253555298,2.1315929889678955,-0.004483947064727545,0.0029230674263089895,0.7943149209022522,0.36613723635673523,0.7682594954967499,128.0,32768.0,829.8095183640253,2097152.0 +85.4,8.100000381469727,2715.0,0.0051134428940713406,0.0533447265625,0.0,2.205984592437744,2.104853630065918,-0.003683805465698242,0.002922161715105176,0.7985222935676575,0.3703746795654297,0.7716027945280075,129.0,33024.0,835.8442569959443,2113536.0 +70.74,8.300000190734863,2677.0,0.008433309383690357,0.11578369140625,0.0,2.262098550796509,2.113179922103882,-0.0031869031954556704,0.0029194364324212074,0.9370694160461426,0.35816463828086853,0.7121363580226898,130.0,33280.0,841.9653508709744,2129920.0 +90.13,8.399999618530273,2647.0,0.006889412645250559,0.0747273787856102,0.0,2.2477505207061768,2.14204740524292,-0.0030868013855069876,0.0029167896136641502,0.8103570342063904,0.408684641122818,0.7347598671913147,131.0,33536.0,848.1542648239993,2146304.0 +86.45,8.600000381469727,2641.0,0.006374267861247063,0.0709431990981102,0.0,2.2098827362060547,2.1237969398498535,-0.00504905404523015,0.002914898097515106,0.8050077557563782,0.3762170374393463,0.7101758420467377,132.0,33792.0,854.359318356961,2162688.0 +75.26,8.600000381469727,2632.0,0.0076309870928525925,0.0902099609375,0.0,2.18344783782959,2.1360721588134766,-0.0036319904029369354,0.002912268741056323,0.7654552459716797,0.3695788085460663,0.7048875391483307,133.0,34048.0,860.5842616909649,2179072.0 +69.84,8.300000190734863,2647.0,0.007921035401523113,0.1034952774643898,0.0,2.2304418087005615,2.1089000701904297,-0.005126147996634245,0.0029074049089103937,0.8740249276161194,0.3659418523311615,0.6992995738983154,134.0,34304.0,866.7735079389531,2195456.0 +67.66,8.300000190734863,2654.0,0.007900026626884937,0.0981241837143898,0.0,2.215989828109741,2.081883668899536,-0.0037835140246897936,0.002902721054852009,0.8333821296691895,0.372540146112442,0.7260180413722992,135.0,34560.0,872.9466935200617,2211840.0 +69.94,7.699999809265137,2642.0,0.0072090052999556065,0.0882975235581398,0.0,2.262200117111206,2.0516481399536133,-0.005322458688169718,0.0029004858806729317,0.9202463030815125,0.3776730000972748,0.6979832351207733,136.0,34816.0,879.146891748067,2228224.0 +76.85,8.600000381469727,2624.0,0.005648782476782799,0.0675455704331398,0.0,2.1905267238616943,2.0594675540924072,-0.005353049840778112,0.002903701039031148,0.7885075211524963,0.3703702390193939,0.6812789142131805,137.0,35072.0,885.3904578229412,2244608.0 +82.04,8.399999618530273,2689.0,0.0056183659471571445,0.0550130195915699,0.0,2.186244487762451,2.006056308746338,-0.0020513078197836876,0.002907389774918556,0.7837756276130676,0.36277374625205994,0.6929004490375519,138.0,35328.0,891.4822032640222,2260992.0 +70.34,8.0,2674.0,0.006301341578364372,0.0710042342543602,0.0,2.1931827068328857,2.084577798843384,-0.0036053929943591356,0.002895040437579155,0.7981402277946472,0.3710436522960663,0.7153819799423218,139.0,35584.0,897.6082292571664,2277376.0 +72.75,8.0,2557.0,0.00625210627913475,0.0677083358168602,0.0,2.1823477745056152,2.1067683696746826,-0.003572349436581135,0.0028953049331903458,0.7819223403930664,0.3683743476867676,0.6860089004039764,140.0,35840.0,904.0142196931411,2293760.0 +82.21,8.5,2598.0,0.005761472973972559,0.0644938126206398,0.0,2.154486894607544,2.1322743892669678,-0.0029170438647270203,0.002892863703891635,0.6945165991783142,0.3850369453430176,0.7156653106212616,141.0,36096.0,910.3200600021519,2310144.0 +87.81,8.300000190734863,2609.0,0.003947709687054157,0.03546142578125,0.0,2.1348159313201904,2.1074016094207764,-0.004595714621245861,0.002886674366891384,0.6918230652809143,0.3712368905544281,0.7235158383846283,142.0,36352.0,916.602677910123,2326528.0 +77.79,8.399999618530273,2602.0,0.005178508814424276,0.0560709647834301,0.0,2.1298162937164307,2.117039442062378,-0.004802179057151079,0.0028876885771751404,0.6887974739074707,0.3675459623336792,0.7153128087520599,143.0,36608.0,922.9000498310197,2342912.0 +81.99,8.800000190734863,2605.0,0.005243595689535141,0.04632568359375,0.0,2.1260111331939697,2.0807268619537354,-0.0046594939194619656,0.002889141673222184,0.6702660918235779,0.37177398800849915,0.7318093776702881,144.0,36864.0,929.1894650179893,2359296.0 +71.42,8.600000381469727,2650.0,0.004898537416011095,0.0455118827521801,0.0,2.1558361053466797,2.070385217666626,-0.0038806323427706957,0.002884479006752372,0.7286047339439392,0.37387871742248535,0.7279759049415588,145.0,37120.0,935.3712324779481,2375680.0 +69.86,8.199999809265137,2592.0,0.00460868701338768,0.0438232421875,0.0,2.133312463760376,2.093071699142456,-0.004115977790206671,0.002883174689486623,0.7089018821716309,0.3623208701610565,0.7321982681751251,146.0,37376.0,941.6909539280459,2392064.0 +71.15,8.699999809265137,2622.0,0.005404443014413118,0.0592244453728199,0.0,2.1396477222442627,2.0235602855682373,-0.004287147894501686,0.002884211950004101,0.6847977042198181,0.3796658515930176,0.7173638045787811,147.0,37632.0,947.9387414590456,2408448.0 +74.77,8.600000381469727,2575.0,0.005874697118997574,0.066650390625,0.0,2.1722047328948975,2.0496442317962646,-0.0030605075880885124,0.0028772030491381884,0.7533528208732605,0.3804837763309479,0.7270936369895935,148.0,37888.0,954.3006624721456,2424832.0 +82.4,8.100000381469727,2571.0,0.006752845365554094,0.0849609375,0.0,2.172851324081421,2.0850446224212646,-0.005243795458227396,0.002882668748497963,0.7409040331840515,0.3871593475341797,0.7094663083553314,149.0,38144.0,960.671793733025,2441216.0 +81.35,8.5,2543.0,0.005999444518238306,0.0713907852768898,0.0,2.1532537937164307,2.101936101913452,-0.0047648586332798,0.0028750572819262743,0.7283496260643005,0.377334326505661,0.7005183696746826,150.0,38400.0,967.1141577779781,2457600.0 +85.67,8.399999618530273,2578.0,0.008253649808466434,0.1089070662856102,0.0,2.126986265182495,2.0558104515075684,-0.005306382197886705,0.0028735771775245667,0.6686949729919434,0.3817148208618164,0.7204007506370544,151.0,38656.0,973.4690576749854,2473984.0 +78.27,8.300000190734863,2586.0,0.008822058327496052,0.1006062850356102,0.0,2.213554620742798,2.0798110961914062,-0.004003522451967001,0.0028689010068774223,0.8376266360282898,0.3850921392440796,0.658073365688324,152.0,38912.0,979.805315554142,2490368.0 +75.23,8.699999809265137,2632.0,0.004156532697379589,0.0356852225959301,0.0,2.2092649936676025,2.043621301651001,-0.0023254069965332747,0.002865439048036933,0.7892404198646545,0.40468671917915344,0.6390526592731476,153.0,39168.0,986.0308653591201,2506752.0 +75.83,8.0,2701.0,0.0071663204580545425,0.0929768905043602,0.0,2.2264976501464844,2.043848752975464,-0.0039888545870780945,0.0028679834213107824,0.8507490754127502,0.39155861735343933,0.6165914833545685,154.0,39424.0,992.0955558950081,2523136.0 +82.38,8.5,2700.0,0.007455798331648111,0.0896199569106102,0.0,2.159764051437378,2.088038921356201,-0.004892038181424141,0.0028665417339652777,0.7156866192817688,0.3944224417209625,0.6663775146007538,155.0,39680.0,998.16257236409,2539520.0 +63.24,8.300000190734863,2658.0,0.008414089679718018,0.1138102188706398,0.0,2.1682121753692627,2.1411473751068115,-0.0039037715177983046,0.0028590483125299215,0.7707843780517578,0.37861135601997375,0.6766241192817688,156.0,39936.0,1004.3265552411322,2555904.0 +80.48,8.0,2670.0,0.00893368013203144,0.1164957657456398,0.0,2.1469404697418213,2.097576856613159,-0.0020286745857447386,0.0028585288673639297,0.6914839744567871,0.394938588142395,0.6572346985340118,157.0,40192.0,1010.4633108919952,2572288.0 +82.13,8.0,2616.0,0.007406394463032484,0.0897013321518898,0.0,2.156140089035034,2.134843111038208,-0.005510208662599325,0.0028601812664419413,0.7222440242767334,0.39178597927093506,0.6403888761997223,158.0,40448.0,1016.7265252941288,2588672.0 +68.83,8.199999809265137,2581.0,0.00873128604143858,0.10906982421875,0.0,2.1138651371002197,2.131240129470825,-0.003006021725013852,0.0028480791952461004,0.6443319916725159,0.3919779360294342,0.7061965465545654,159.0,40704.0,1023.0736474471632,2605056.0 +79.56,8.699999809265137,2561.0,0.00870914664119482,0.1099039688706398,0.0,2.1327381134033203,2.1387383937835693,-0.005456296261399984,0.0028477096930146217,0.6825129389762878,0.39447101950645447,0.6967130899429321,160.0,40960.0,1029.469711496029,2621440.0 +83.32,8.100000381469727,2626.0,0.0074122897349298,0.083740234375,0.0,2.1710293292999268,2.1537015438079834,-0.006210616324096918,0.0028415077831596136,0.7250465750694275,0.41549965739250183,0.6844639182090759,161.0,41216.0,1035.7100435369648,2637824.0 +79.32,9.100000381469727,2690.0,0.006961782928556204,0.0837809219956398,0.0,2.057760238647461,2.1240479946136475,-0.0031699566170573235,0.0028435944113880396,0.5024054050445557,0.409170538187027,0.6822596788406372,162.0,41472.0,1041.799258915009,2654208.0 +76.25,8.899999618530273,2664.0,0.008145073428750038,0.09320068359375,0.0,2.052858591079712,2.1409189701080322,-0.0038014750462025404,0.002847606549039483,0.5044696927070618,0.40203121304512024,0.6727782785892487,163.0,41728.0,1047.9495231059846,2670592.0 +81.47,8.600000381469727,2622.0,0.007244285196065903,0.0763142928481102,0.0,2.130849838256836,2.1091222763061523,-0.00457967771217227,0.0028420353773981333,0.6718371510505676,0.39958465099334717,0.6393550634384155,164.0,41984.0,1054.1978767300025,2686976.0 +84.25,7.800000190734863,2592.0,0.004473905544728041,0.04119873046875,0.0,2.213754892349243,2.0630128383636475,-0.004263720940798521,0.0028450842946767807,0.7987281680107117,0.4167427718639374,0.6264803409576416,165.0,42240.0,1060.5194540540688,2703360.0 +75.49,8.800000190734863,2685.0,0.0069250077940523624,0.0798543319106102,0.0,2.1341328620910645,2.0645437240600586,-0.004792700055986643,0.0028485048096626997,0.6541820168495178,0.40822717547416687,0.633610874414444,166.0,42496.0,1066.622190398164,2719744.0 +80.41,8.399999618530273,2696.0,0.005822699051350355,0.064453125,0.0,2.1330528259277344,2.0565483570098877,-0.005001779645681381,0.002844949020072818,0.6869822144508362,0.3926548659801483,0.6440625488758087,167.0,42752.0,1072.6987910030875,2736128.0 +73.6,8.5,2660.0,0.00788578949868679,0.10699462890625,0.0,2.126710891723633,2.087266206741333,-0.004621097352355719,0.002833418780937791,0.6605910658836365,0.40519943833351135,0.6211340129375458,168.0,43008.0,1078.8574274170678,2752512.0 +88.69,8.0,2635.0,0.006506029050797224,0.07354736328125,0.0,2.1360836029052734,2.101459264755249,-0.002572443103417754,0.0028298927936702967,0.6543172001838684,0.41756561398506165,0.6646807789802551,169.0,43264.0,1085.0735809181351,2768896.0 +78.25,8.300000190734863,2647.0,0.008953222073614597,0.1114705428481102,0.0,2.108637571334839,2.0625665187835693,-0.007032020017504692,0.0028319184202700853,0.6250304579734802,0.40782079100608826,0.6357054710388184,170.0,43520.0,1091.2634748839773,2785280.0 +77.73,8.0,2665.0,0.0076303244568407536,0.0934855118393898,0.0,2.2193567752838135,2.060962438583374,-0.004071123898029327,0.0028317703399807215,0.8145571351051331,0.42087414860725403,0.6349307596683502,171.0,43776.0,1097.4116770019755,2801664.0 +67.41,8.0,2634.0,0.006914097815752029,0.0874226912856102,0.0,2.158536434173584,2.0373916625976562,-0.006401992868632078,0.002827458782121539,0.724280595779419,0.4094429016113281,0.6313157677650452,172.0,44032.0,1103.6309762620367,2818048.0 +76.15,8.899999618530273,2628.0,0.008532131090760231,0.1158040389418602,0.0,2.107118844985962,2.054360866546631,-0.005321558099240065,0.002818934852257371,0.643507719039917,0.4017629325389862,0.6092841029167175,173.0,44288.0,1109.865598801989,2834432.0 +76.28,8.800000190734863,2612.0,0.006887346040457487,0.08551025390625,0.0,2.1319258213043213,2.0308210849761963,-0.00542565668001771,0.0028255258221179247,0.6300606727600098,0.4298658072948456,0.5737974643707275,174.0,44544.0,1116.1389018611517,2850816.0 +90.36,8.199999809265137,2668.0,0.005884211044758558,0.0653076171875,0.0,2.1499457359313965,2.0824928283691406,-0.004720102529972792,0.0028200175147503614,0.6693333983421326,0.4308154582977295,0.6082407236099243,175.0,44800.0,1122.279516199138,2867200.0 +88.55,8.300000190734863,2724.0,0.006409352645277977,0.0811767578125,0.0,2.0867578983306885,2.114943504333496,-0.006324518471956253,0.0028224566485732794,0.5986970067024231,0.4036552608013153,0.6219887435436249,176.0,45056.0,1128.2935136430897,2883584.0 +84.49,8.5,2616.0,0.00544453551992774,0.0567830391228199,0.0,2.073582172393799,2.1118125915527344,-0.004124414641410112,0.0028121809009462595,0.5672554969787598,0.409106582403183,0.6501657664775848,177.0,45312.0,1134.556464072084,2899968.0 +86.54,8.300000190734863,2665.0,0.006411861628293991,0.07159423828125,0.0,2.137153387069702,2.1207101345062256,-0.005610472057014704,0.0028078733012080193,0.6707818508148193,0.4246429204940796,0.622379869222641,178.0,45568.0,1140.7035175559577,2916352.0 +91.51,8.100000381469727,2578.0,0.006744774524122477,0.0858357772231102,0.0,2.085087537765503,2.1106231212615967,-0.005756799131631851,0.0028138477355241776,0.586898148059845,0.411577433347702,0.6257962286472321,179.0,45824.0,1147.0586737189442,2932736.0 +89.04,8.899999618530273,2652.0,0.00545481825247407,0.0600992850959301,0.0,2.0749309062957764,2.096017599105835,-0.005193761084228754,0.0028054555878043175,0.5034921765327454,0.4466107189655304,0.6497978270053864,180.0,46080.0,1153.235524047166,2949120.0 +91.35,8.399999618530273,2634.0,0.007417809218168259,0.0970865860581398,0.0,2.127417802810669,2.0845553874969482,-0.004698062781244516,0.0028064956422895193,0.6138112545013428,0.44280850887298584,0.5731610059738159,181.0,46336.0,1159.4556914931163,2965504.0 +82.16,8.5,2688.0,0.008316608145833015,0.10711669921875,0.0,2.0921518802642822,2.0648996829986572,-0.005779916886240244,0.002804915653541684,0.5867757201194763,0.42273518443107605,0.6267141997814178,182.0,46592.0,1165.5505904450547,2981888.0 +86.74,8.600000381469727,2669.0,0.008339191786944866,0.1113077774643898,0.0,2.0440495014190674,2.100161075592041,-0.004737613257020712,0.0028071412816643715,0.5068463683128357,0.4127950370311737,0.6420327425003052,183.0,46848.0,1171.6912486890797,2998272.0 +102.81,8.399999618530273,2646.0,0.0073383464477956295,0.0858968123793602,0.0,2.109288215637207,2.085617780685425,-0.003311704844236374,0.002800161251798272,0.6294527649879456,0.4186488091945648,0.6068544685840607,184.0,47104.0,1177.8821735200472,3014656.0 +87.8,8.399999618530273,2628.0,0.005706741940230131,0.0574747733771801,0.0,2.1042919158935547,2.0675580501556396,-0.003986565861850977,0.0028084085788577795,0.6043137907981873,0.4225929081439972,0.6335700750350952,185.0,47360.0,1184.117152331164,3031040.0 +81.59,9.199999809265137,2654.0,0.00816328451037407,0.098388671875,0.0,2.00683331489563,2.072356939315796,-0.0056222123093903065,0.0027955148834735155,0.42540955543518066,0.42271649837493896,0.6890958845615387,186.0,47616.0,1190.2910632509738,3047424.0 +77.42,9.100000381469727,2579.0,0.009122517891228199,0.1216023787856102,0.0,1.9947938919067383,2.09299635887146,-0.007179470267146826,0.002792850835248828,0.41628003120422363,0.41833797097206116,0.7122502326965332,187.0,47872.0,1196.644354589982,3063808.0 +90.11,9.100000381469727,2697.0,0.007666293531656265,0.0978597030043602,0.0,2.0303680896759033,2.0541391372680664,-0.005197270307689905,0.002794073661789298,0.48065897822380066,0.4187406301498413,0.6497060358524323,188.0,48128.0,1202.7177549309563,3080192.0 +82.27,8.300000190734863,2539.0,0.011563967913389206,0.1231689453125,0.0,2.056642770767212,2.0792226791381836,-0.0017172688385471702,0.002786218421533704,0.5387992262840271,0.4166434109210968,0.6373480260372162,189.0,48384.0,1209.1703100369778,3096576.0 +91.5,8.699999809265137,2675.0,0.00733700767159462,0.0942586287856102,0.0,2.0855228900909424,2.0662920475006104,-0.002610343275591731,0.0027968119829893112,0.5549734234809875,0.432903528213501,0.6008096933364868,190.0,48640.0,1215.2954873680137,3112960.0 +90.83,8.600000381469727,2627.0,0.008924145251512527,0.1239013671875,0.0,2.0444700717926025,2.0381505489349365,-0.004990141373127699,0.0027923418674618006,0.4874260723590851,0.429957777261734,0.6468483209609985,191.0,48896.0,1221.5332092749886,3129344.0 +91.04,8.199999809265137,2683.0,0.008598868735134602,0.1144205704331398,0.0,2.0745649337768555,2.0630533695220947,-0.005652517545968294,0.002787109697237611,0.5522906184196472,0.4311480224132538,0.6642009317874908,192.0,49152.0,1227.6401326269843,3145728.0 +93.88,8.100000381469727,2620.0,0.006681523751467466,0.0817057266831398,0.0,2.10292649269104,2.0441994667053223,-0.006349591072648764,0.0027898382395505905,0.6085875630378723,0.4305051267147064,0.594566822052002,193.0,49408.0,1233.8933049410116,3162112.0 +83.37,8.5,2646.0,0.008802734315395355,0.1153564453125,0.0,2.0848662853240967,1.9976834058761597,-0.006065016612410545,0.002779661910608411,0.5830713510513306,0.42954131960868835,0.6458763480186462,194.0,49664.0,1240.0847377539612,3178496.0 +90.34,9.199999809265137,2688.0,0.008679140359163284,0.10467529296875,0.0,2.0235064029693604,2.017653703689575,-0.007219646126031876,0.0027818481903523207,0.4778595268726349,0.4210487902164459,0.6404080986976624,195.0,49920.0,1246.1796578019857,3194880.0 +76.66,8.699999809265137,2611.0,0.009152119047939777,0.1245320662856102,0.0,2.095519542694092,1.9766765832901,-0.0034843003377318382,0.0027817811351269484,0.5900503396987915,0.4328552186489105,0.6116657555103302,196.0,50176.0,1252.4535172870383,3211264.0 +81.71,8.600000381469727,2657.0,0.007787022739648819,0.0928751602768898,0.0,2.1253464221954346,1.9640997648239136,-0.005289040505886078,0.0027810484170913696,0.6553515791893005,0.4320763051509857,0.6213133633136749,197.0,50432.0,1258.6192486260552,3227648.0 +82.27,7.800000190734863,2631.0,0.010088020004332066,0.1269124299287796,0.0,2.121018648147583,1.9697774648666382,-0.003763004904612899,0.0027810735628008842,0.6457781195640564,0.4310537278652191,0.6198979318141937,198.0,50688.0,1264.84664810705,3244032.0 +72.98,8.699999809265137,2671.0,0.00716082938015461,0.09124755859375,0.0,2.068035125732422,1.9596697092056274,-0.007743131835013628,0.0027790237218141556,0.5612515211105347,0.42523762583732605,0.6242256760597229,199.0,50944.0,1270.9814430649858,3260416.0 +71.45,8.399999618530273,2730.0,0.008246074430644512,0.0986735001206398,0.0,2.1054627895355225,1.957858920097351,-0.00423505948856473,0.00276956451125443,0.6496745944023132,0.41965678334236145,0.618988960981369,200.0,51200.0,1276.9825106391218,3276800.0 +73.51,8.800000190734863,2733.0,0.010242098942399025,0.14495849609375,0.0,2.0996036529541016,1.9665064811706543,-0.005286879371851683,0.00276859849691391,0.6112059950828552,0.434653639793396,0.6049667000770569,201.0,51456.0,1282.9771092180163,3293184.0 +82.62,8.699999809265137,2767.0,0.00887295138090849,0.1162516251206398,0.0,2.0614569187164307,1.9786559343338013,-0.007219994440674782,0.0027771713212132454,0.5403894186019897,0.42968305945396423,0.5787950754165649,202.0,51712.0,1288.8983854500111,3309568.0 +92.37,9.100000381469727,2682.0,0.008850944228470325,0.10955810546875,0.0,2.071324586868286,1.9421478509902954,-0.005945423152297735,0.00277406326495111,0.5477625727653503,0.4357786476612091,0.6028183698654175,203.0,51968.0,1295.0066483290866,3325952.0 +77.68,9.0,2623.0,0.007078337017446756,0.0840860977768898,0.0,2.1022865772247314,1.9546853303909302,-0.0036100216675549746,0.0027668727561831474,0.6100609302520752,0.43697670102119446,0.5652312338352203,204.0,52224.0,1301.2521394661162,3342336.0 +72.09,8.399999618530273,2670.0,0.005627371836453676,0.0624796561896801,0.0,2.0723397731781006,1.992775321006775,-0.004470957908779383,0.0027775343041867018,0.5555537939071655,0.430194616317749,0.628670334815979,205.0,52480.0,1307.3899816239718,3358720.0 +92.5,8.800000190734863,2705.0,0.00939143542200327,0.1281534880399704,0.0,2.0486385822296143,2.008589506149292,-0.004900673869997263,0.0027790928725153208,0.4798755943775177,0.444141149520874,0.6430123448371887,206.0,52736.0,1313.447282843059,3375104.0 +85.1,8.600000381469727,2663.0,0.006860127206891775,0.083740234375,0.0,2.0726311206817627,1.988753318786621,-0.0062765576876699924,0.002771788276731968,0.5429624915122986,0.44141992926597595,0.6116109490394592,207.0,52992.0,1319.5999541359488,3391488.0 +79.56,8.300000190734863,2658.0,0.006889080163091421,0.0794881209731102,0.0,2.10359263420105,1.970790982246399,-0.0048085167072713375,0.0027690993156284094,0.6087095141410828,0.4392046630382538,0.5492659211158752,208.0,53248.0,1325.7630692941602,3407872.0 +81.24,8.699999809265137,2701.0,0.00580390403047204,0.0619099922478199,0.0,2.106417417526245,1.9523248672485352,-0.005913942586630583,0.0027686466928571463,0.6005560755729675,0.447253555059433,0.5223731398582458,209.0,53504.0,1331.8295893161558,3424256.0 +96.91,8.5,2663.0,0.007186166942119598,0.0769246444106102,0.0,2.0927584171295166,1.9916657209396362,-0.0035243581514805555,0.002774185733869672,0.541965901851654,0.45812320709228516,0.6158342063426971,210.0,53760.0,1337.981663353974,3440640.0 +82.36,8.100000381469727,2609.0,0.007529184687882662,0.0760498046875,0.0,2.091879367828369,1.9643417596817017,-0.00717182457447052,0.0027613872662186623,0.590819239616394,0.44259127974510193,0.6040404140949249,211.0,54016.0,1344.261707893107,3457024.0 +87.33,8.800000190734863,2645.0,0.0072319842875003815,0.0841064453125,0.0,2.040759801864624,1.9720144271850586,-0.0038418860640376806,0.002763946307823062,0.4826095998287201,0.4410439431667328,0.661914050579071,212.0,54272.0,1350.4560106601566,3473408.0 +78.5,8.5,2625.0,0.008005545474588871,0.0989786759018898,0.0,2.1105310916900635,1.9613900184631348,-0.007689951453357935,0.002759082242846489,0.6368051171302795,0.4398912489414215,0.6170110106468201,213.0,54528.0,1356.6990614461247,3489792.0 +88.12,9.300000190734863,2629.0,0.00858722347766161,0.10986328125,0.0,2.0518975257873535,1.9266942739486694,-0.004622760694473982,0.002764579840004444,0.4966728985309601,0.44516095519065857,0.5917584002017975,214.0,54784.0,1362.9304116240237,3506176.0 +80.54,8.399999618530273,2685.0,0.007687760051339865,0.0986735001206398,0.0,2.048884153366089,1.9448174238204956,-0.0071655078791081905,0.002751363441348076,0.5554103851318359,0.422110915184021,0.6154231429100037,215.0,55040.0,1369.0309295831248,3522560.0 +78.57,9.300000190734863,2727.0,0.010142432525753975,0.13775634765625,0.0,2.013496160507202,1.9081425666809082,-0.004373058211058378,0.0027560715097934008,0.4408596456050873,0.43848517537117004,0.6114659011363983,216.0,55296.0,1375.0378938249778,3538944.0 +82.39,9.0,2698.0,0.007926417514681816,0.09375,0.0,2.057723045349121,1.950070858001709,-0.005394087638705969,0.002757978392764926,0.5518941879272461,0.4276818335056305,0.5398828089237213,217.0,55552.0,1381.1096811860334,3555328.0 +79.85,8.800000190734863,2711.0,0.010214072652161121,0.14190673828125,0.0,2.0060055255889893,1.9848103523254395,-0.00617986498400569,0.002753709675744176,0.438661128282547,0.43584784865379333,0.5517494678497314,218.0,55808.0,1387.1540301369969,3571712.0 +73.88,8.800000190734863,2743.0,0.0065700397826731205,0.0818277969956398,0.0,2.113248348236084,1.9274238348007202,-0.004965213127434254,0.0027500626165419817,0.6534897685050964,0.4357112944126129,0.5346620380878448,219.0,56064.0,1393.1258904789574,3588096.0 +86.63,8.800000190734863,2615.0,0.007378820795565844,0.08795166015625,0.0,2.0868194103240967,1.9290571212768555,-0.0055740936659276485,0.0027740022633224726,0.5455695986747742,0.45189836621284485,0.5092987418174744,220.0,56320.0,1399.390317316167,3604480.0 +82.85,8.699999809265137,2584.0,0.008186175487935543,0.0887247696518898,0.0,2.0420777797698975,1.9359856843948364,-0.00628680968657136,0.002742310054600239,0.5156572461128235,0.438740998506546,0.567671000957489,221.0,56576.0,1405.730316036148,3620864.0 +76.75,8.899999618530273,2551.0,0.007092220243066549,0.0870157852768898,0.0,2.0675833225250244,1.9590541124343872,-0.0046792966313660145,0.0027424637228250504,0.5396311283111572,0.4508059322834015,0.4957641363143921,222.0,56832.0,1412.1513710930012,3637248.0 +87.33,8.800000190734863,2642.0,0.0075720311142504215,0.0960489884018898,0.0,2.020347833633423,1.9357656240463257,-0.005629783030599356,0.002750226529315114,0.4621771574020386,0.4391331374645233,0.5589647591114044,223.0,57088.0,1418.3525197990239,3653632.0 +86.73,9.199999809265137,2635.0,0.005830287933349609,0.0741170272231102,0.0,1.98951256275177,1.96846342086792,-0.006584770977497101,0.002752146916463971,0.3687494695186615,0.455333948135376,0.5711562633514404,224.0,57344.0,1424.5691611710936,3670016.0 +80.76,8.899999618530273,2579.0,0.008038357831537724,0.0958048477768898,0.0,2.019444704055786,1.9727379083633423,-0.005145392846316099,0.0027387861628085375,0.4646897614002228,0.44257938861846924,0.548117607831955,225.0,57600.0,1430.921569696162,3686400.0 +89.67,8.899999618530273,2578.0,0.00605342211201787,0.0628662109375,0.0,2.0486652851104736,2.014671802520752,-0.005308663006871939,0.002750593004748225,0.5043224692344666,0.446662575006485,0.560970276594162,226.0,57856.0,1437.2794432749506,3702784.0 +86.53,9.199999809265137,2596.0,0.009238467551767826,0.10369873046875,0.0,2.020204544067383,2.0075650215148926,-0.005393114406615496,0.0027516353875398636,0.43965744972229004,0.45002683997154236,0.5668134391307831,227.0,58112.0,1443.5915527171455,3719168.0 +98.96,8.399999618530273,2709.0,0.006893981248140335,0.0859171524643898,0.0,2.0801117420196533,2.0572216510772705,-0.005387972574681044,0.002743745921179652,0.5509652495384216,0.45871642231941223,0.5301855206489563,228.0,58368.0,1449.637975943042,3735552.0 +87.99,9.199999809265137,2656.0,0.008735422976315022,0.1129557266831398,0.0,2.0317976474761963,2.02365779876709,-0.006581572350114584,0.0027392192278057337,0.43452051281929016,0.47174596786499023,0.607092410326004,229.0,58624.0,1455.806180186104,3751936.0 +85.08,8.800000190734863,2671.0,0.0054651531390845776,0.05474853515625,0.0,2.0473783016204834,1.998815894126892,-0.005659203510731459,0.0027403768617659807,0.4847521483898163,0.4604615271091461,0.6010564565658569,230.0,58880.0,1461.9405033150688,3768320.0 +80.73,9.300000190734863,2613.0,0.007250364404171705,0.0882975235581398,0.0,2.03136944770813,1.9755936861038208,-0.004784916061908007,0.002738925628364086,0.46534034609794617,0.4537774622440338,0.595015823841095,231.0,59136.0,1468.2095424840227,3784704.0 +78.69,8.0,2620.0,0.004882409702986479,0.0475870780646801,0.0,2.141362428665161,2.0091447830200195,-0.0052689374424517155,0.002735082758590579,0.6776299476623535,0.46036651730537415,0.5916720032691956,232.0,59392.0,1474.4623392990325,3801088.0 +78.51,8.699999809265137,2637.0,0.004422377794981003,0.047607421875,0.0,2.0591723918914795,1.9779658317565918,-0.005550807807594538,0.0027344936970621347,0.5178017020225525,0.4583550691604614,0.645849734544754,233.0,59648.0,1480.6760587261524,3817472.0 +90.24,9.0,2531.0,0.007911565713584423,0.1017659530043602,0.0,2.02197527885437,1.9848965406417847,-0.006256618071347475,0.002732502296566963,0.45029711723327637,0.45668116211891174,0.5893421769142151,234.0,59904.0,1487.1488079780247,3833856.0 +82.9,9.0,2538.0,0.008195153437554836,0.0967610701918602,0.0,2.019327402114868,1.9191559553146362,-0.006927046924829483,0.0027390250470489264,0.4343888461589813,0.4587392807006836,0.5732855498790741,235.0,60160.0,1493.6046583759598,3850240.0 +81.16,8.800000190734863,2536.0,0.006618575658649206,0.07647705078125,0.0,1.9895919561386108,1.9321156740188599,-0.0073723141103982925,0.0027355935890227556,0.39240995049476624,0.4522835910320282,0.5954460203647614,236.0,60416.0,1500.0655095460825,3866624.0 +75.48,9.199999809265137,2514.0,0.007062291260808706,0.0845947265625,0.0,1.9872466325759888,1.9558935165405273,-0.006613224744796753,0.0027285777032375336,0.39955028891563416,0.4493546783924103,0.5796593129634857,237.0,60672.0,1506.5836694319732,3883008.0 +75.6,8.899999618530273,2584.0,0.006101733539253473,0.0683390274643898,0.0,2.0652105808258057,1.9441715478897095,-0.006322437897324562,0.0027377831283956766,0.54261714220047,0.45077455043792725,0.535968691110611,238.0,60928.0,1512.9240668360144,3899392.0 +72.75,9.199999809265137,2551.0,0.010256257839500904,0.1333414763212204,0.0,2.033045530319214,1.944871425628662,-0.006618306040763855,0.0027263604570180178,0.48641178011894226,0.4527265727519989,0.529869019985199,239.0,61184.0,1519.345822290983,3915776.0 +89.92,8.899999618530273,2610.0,0.007363119628280401,0.09393310546875,0.0,2.0172104835510254,1.9850201606750488,-0.006156046409159899,0.0027396639343351126,0.4377804100513458,0.45449450612068176,0.5567533373832703,240.0,61440.0,1525.6217344580218,3932160.0 +73.01,8.300000190734863,2582.0,0.00819480326026678,0.08734130859375,0.0,2.1423728466033936,1.9673380851745605,-0.00470591289922595,0.0027279651258140802,0.7014973759651184,0.4520210325717926,0.5337022542953491,241.0,61696.0,1531.9679787440691,3948544.0 +86.73,8.699999809265137,2552.0,0.005055588204413652,0.0576375313103199,0.0,2.0741381645202637,1.9532389640808105,-0.005097862798720598,0.0027357584331184626,0.527219295501709,0.46727943420410156,0.5199600458145142,242.0,61952.0,1538.3885713170748,3964928.0 +70.37,9.0,2756.0,0.007547470275312662,0.091796875,0.0,2.0725560188293457,1.9559129476547241,-0.005954919848591089,0.0027346487622708082,0.524071216583252,0.4687102138996124,0.5394169986248016,243.0,62208.0,1544.3329291550908,3981312.0 +75.62,9.0,2713.0,0.007328683976083994,0.0859171524643898,0.0,2.069713592529297,1.934444546699524,-0.0048302700743079185,0.002735501853749156,0.5232735872268677,0.46450066566467285,0.5276893377304077,244.0,62464.0,1550.3712381471414,3997696.0 +78.12,8.800000190734863,2699.0,0.006489177700132132,0.0763142928481102,0.0,2.05328106880188,1.9597430229187012,-0.004354602191597223,0.0027336934581398964,0.5060387849807739,0.45736706256866455,0.5710729360580444,245.0,62720.0,1556.44200972002,4014080.0 +82.31,9.199999809265137,2672.0,0.007096484303474426,0.0846354141831398,0.0,2.0205352306365967,1.9545730352401733,-0.005358174443244934,0.002718681702390313,0.44412848353385925,0.46403422951698303,0.5653323233127594,246.0,62976.0,1562.5775913191028,4030464.0 +87.85,8.800000190734863,2671.0,0.007051324937492609,0.0649210587143898,0.0,2.0978622436523438,1.958871841430664,-0.006225771736353636,0.002726311795413494,0.6266050934791565,0.4472184181213379,0.5311897099018097,247.0,63232.0,1568.7113902780693,4046848.0 +82.92,9.600000381469727,2737.0,0.007939774543046951,0.0970662459731102,0.0,1.9932631254196167,1.9740477800369263,-0.004987152758985758,0.0027145566418766975,0.4107511043548584,0.45533695816993713,0.6259334683418274,248.0,63488.0,1574.6963723390363,4063232.0 +79.27,9.300000190734863,2674.0,0.007459358777850866,0.0847371444106102,0.0,2.002138376235962,1.954135537147522,-0.005702392663806677,0.0027169736567884684,0.4153755009174347,0.46120747923851013,0.6301847398281097,249.0,63744.0,1580.8234430120792,4079616.0 +70.83,9.0,2638.0,0.008096684701740742,0.1063639298081398,0.0,2.0981645584106445,1.987883448600769,-0.005416836589574814,0.0027190798427909613,0.5895861387252808,0.4691271483898163,0.5268042981624603,250.0,64000.0,1587.0331736931112,4096000.0 +90.93,8.899999618530273,2646.0,0.00934279803186655,0.1200968399643898,0.0,2.0107877254486084,1.9566683769226074,-0.005628379061818123,0.0027196721639484167,0.43230533599853516,0.45999419689178467,0.6146696507930756,251.0,64256.0,1593.225714540109,4112384.0 +86.03,9.0,2746.0,0.007879815064370632,0.10150146484375,0.0,2.0412750244140625,2.0002167224884033,-0.007808430586010218,0.0027149058878421783,0.499723881483078,0.4617708921432495,0.5755075216293335,252.0,64512.0,1599.1913617991377,4128768.0 +82.54,9.300000190734863,2702.0,0.007164095062762499,0.0926717147231102,0.0,2.004126787185669,1.9864102602005005,-0.0052046277560293674,0.0027145121712237597,0.4192647635936737,0.46230700612068176,0.6087066531181335,253.0,64768.0,1605.253516371129,4145152.0 +85.03,9.5,2616.0,0.011767588555812836,0.1543375700712204,0.0,1.9793771505355835,1.974993109703064,-0.00436060968786478,0.002716468647122383,0.35753655433654785,0.4664848744869232,0.5973926186561584,254.0,65024.0,1611.5170421320945,4161536.0 +86.96,8.600000381469727,2673.0,0.006825565826147795,0.0812581405043602,0.0,2.0680434703826904,2.0034003257751465,-0.004483240190893412,0.0027121303137391806,0.5454254150390625,0.46378275752067566,0.6127105355262756,255.0,65280.0,1617.6479705520906,4177920.0 +87.18,9.0,2641.0,0.009000428952276707,0.0943196639418602,0.0,2.0548977851867676,1.9985575675964355,-0.007244868203997612,0.0027230207342654467,0.4979008436203003,0.4716675281524658,0.6068753004074097,256.0,65536.0,1623.8520147949457,4194304.0 +83.99,9.100000381469727,2669.0,0.005889625754207373,0.0629679337143898,0.0,2.023172616958618,2.02756929397583,-0.004251966718584299,0.002713163150474429,0.42290568351745605,0.4796657860279083,0.6691402196884155,257.0,65792.0,1629.9912523741368,4210688.0 +86.93,8.899999618530273,2666.0,0.006293726619333029,0.0656941756606102,0.0,2.027968168258667,2.0277554988861084,-0.005450796335935593,0.0027142215985804796,0.46312442421913147,0.4650229215621948,0.6666370630264282,258.0,66048.0,1636.1364783630706,4227072.0 +95.7,8.800000190734863,2540.0,0.008662647567689419,0.1154581680893898,0.0,1.982499122619629,2.0355064868927,-0.006065854802727699,0.002719420939683914,0.3633846342563629,0.46751710772514343,0.6462180018424988,259.0,66304.0,1642.5881064219866,4243456.0 +87.09,8.800000190734863,2617.0,0.007089156191796064,0.08184814453125,0.0,2.026353120803833,2.039308547973633,-0.007034741807729006,0.002715446287766099,0.4390741288661957,0.47652050852775574,0.6423822939395905,260.0,66560.0,1648.8482350769918,4259840.0 +101.16,9.0,2646.0,0.007354360073804855,0.0906778946518898,0.0,2.0198371410369873,2.0494544506073,-0.006593093741685152,0.0027098802383989096,0.434269517660141,0.47484973073005676,0.5987547039985657,261.0,66816.0,1655.0393604920246,4276224.0 +89.66,9.199999809265137,2624.0,0.006961807142943144,0.0765177384018898,0.0,2.0325376987457275,2.034403085708618,-0.007439993321895599,0.002700748620554805,0.5126261711120605,0.4536341726779938,0.5702712535858154,262.0,67072.0,1661.2825448701624,4292608.0 +93.72,8.300000190734863,2603.0,0.007275339215993881,0.0866902694106102,0.0,2.0798559188842773,2.0421302318573,-0.006470134016126394,0.0026997376699000597,0.5736362934112549,0.4700600802898407,0.5690168738365173,263.0,67328.0,1667.5778532321565,4308992.0 +101.32,9.300000190734863,2557.0,0.008752056397497654,0.1016642227768898,0.0,1.9468188285827637,2.0476622581481934,-0.00809548795223236,0.00271629705093801,0.3048395812511444,0.4648226201534271,0.5956791043281555,264.0,67584.0,1673.9839233651292,4325376.0 +94.12,9.0,2620.0,0.00779597507789731,0.0942179337143898,0.0,1.9801260232925415,2.061573028564453,-0.005846606567502022,0.0027033069636672735,0.36564579606056213,0.4721122682094574,0.6596872210502625,265.0,67840.0,1680.2374015301466,4341760.0 +96.6,9.5,2596.0,0.011044858954846859,0.1441243439912796,0.0,1.919854998588562,2.0815930366516113,-0.008317573927342892,0.0027004731819033623,0.26635661721229553,0.4655735194683075,0.6849423944950104,266.0,68096.0,1686.5474232640117,4358144.0 +94.23,8.800000190734863,2617.0,0.008632940240204334,0.10321044921875,0.0,2.0076992511749268,2.035212516784668,-0.004608422052115202,0.002705005928874016,0.4220317304134369,0.46914100646972656,0.6425059735774994,267.0,68352.0,1692.80766657996,4374528.0 +107.39,8.600000381469727,2725.0,0.009616062976419926,0.1014404296875,0.0,2.073310375213623,2.066826581954956,-0.0036039624828845263,0.002709032269194722,0.5019834637641907,0.4920746386051178,0.5848842263221741,268.0,68608.0,1698.8207430380862,4390912.0 +88.86,8.5,2679.0,0.007546542212367058,0.0849812850356102,0.0,2.0900681018829346,2.0387253761291504,-0.005261052865535021,0.002708185464143753,0.5900877714157104,0.4665795862674713,0.5664696991443634,269.0,68864.0,1704.934934054967,4407296.0 +87.46,8.699999809265137,2696.0,0.006575198844075203,0.0688069686293602,0.0,2.010477304458618,2.0563087463378906,-0.003564288141205907,0.0027015535160899162,0.43292662501335144,0.4673643112182617,0.6739753186702728,270.0,69120.0,1711.0122502499726,4423680.0 +94.25,8.600000381469727,2631.0,0.008964062668383121,0.1099853515625,0.0,2.000566244125366,2.0512144565582275,-0.008316104300320148,0.002695720409974456,0.40773212909698486,0.4776681363582611,0.6802777051925659,271.0,69376.0,1717.2390663011465,4440064.0 +91.34,8.899999618530273,2691.0,0.00807198230177164,0.0993855819106102,0.0,2.0255584716796875,2.0539188385009766,-0.0075571779161691666,0.002705999417230487,0.4302629232406616,0.48552367091178894,0.7032664120197296,272.0,69632.0,1723.3285695770755,4456448.0 +99.34,8.800000190734863,2634.0,0.008490588515996933,0.1158243790268898,0.0,2.000028133392334,2.0849995613098145,-0.006757937837392092,0.002697390504181385,0.43922269344329834,0.45932939648628235,0.7176940143108368,273.0,69888.0,1729.5479974839836,4472832.0 +103.56,8.5,2559.0,0.008801897056400776,0.1108805313706398,0.0,2.0678882598876953,2.0741875171661377,-0.00745418481528759,0.0027104131877422333,0.5110324025154114,0.4853617250919342,0.6580649316310883,274.0,70144.0,1735.9505402110517,4489216.0 +92.3,8.699999809265137,2692.0,0.007231644820421934,0.0845133438706398,0.0,2.0479838848114014,2.10559344291687,-0.007412658538669348,0.0027024701703339815,0.49329420924186707,0.4785706102848053,0.6729288697242737,275.0,70400.0,1742.0374393740203,4505600.0 +96.29,9.399999618530273,2596.0,0.007970278151333332,0.1001993790268898,0.0,1.999510407447815,2.095952272415161,-0.00846452359110117,0.00269948597997427,0.37007129192352295,0.49415576457977295,0.7555074095726013,276.0,70656.0,1748.3479103869759,4521984.0 +99.69,8.699999809265137,2621.0,0.009864918887615204,0.12164306640625,0.0,2.0064189434051514,2.092510223388672,-0.008030724711716175,0.002703431760892272,0.37125536799430847,0.49803128838539124,0.7618993073701859,277.0,70912.0,1754.5981808151118,4538368.0 +110.33,8.699999809265137,2680.0,0.007497336249798536,0.0912679061293602,0.0,2.0234408378601074,2.0965054035186768,-0.006897327955812216,0.002699201228097081,0.38552019000053406,0.5089422464370728,0.737238198518753,278.0,71168.0,1760.7113139571156,4554752.0 +120.88,8.899999618530273,2723.0,0.0077856238931417465,0.0985310897231102,0.0,2.0230040550231934,2.1085431575775146,-0.007967308163642883,0.0026976093649864197,0.41194847226142883,0.4972778260707855,0.7165781557559967,279.0,71424.0,1766.7273738109507,4571136.0 +100.72,9.199999809265137,2628.0,0.00915960967540741,0.1177775040268898,0.0,1.9563180208206177,2.1436502933502197,-0.007863759063184261,0.0026998238172382116,0.2709724009037018,0.5002203583717346,0.7558491080999374,280.0,71680.0,1772.9608737691306,4587520.0 +133.69,9.0,2688.0,0.008732717484235764,0.1078287735581398,0.0,2.002929449081421,2.123426675796509,-0.00860284548252821,0.002704147482290864,0.3577174246311188,0.5018340349197388,0.6935334503650665,281.0,71936.0,1779.05469198199,4603904.0 +117.99,8.600000381469727,2614.0,0.007358562666922808,0.0906778946518898,0.0,2.001385450363159,2.1072843074798584,-0.007748735602945089,0.0026887478306889534,0.3830845355987549,0.4942909777164459,0.7463321685791016,282.0,72192.0,1785.321724453941,4620288.0 +117.49,9.100000381469727,2632.0,0.007439353968948126,0.09228515625,0.0,1.958743929862976,2.182016372680664,-0.007095898035913706,0.002702075755223632,0.27173271775245667,0.500755786895752,0.791448324918747,283.0,72448.0,1791.5464821320493,4636672.0 +116.69,8.800000190734863,2569.0,0.006298694759607315,0.0742390975356102,0.0,2.0246191024780273,2.1497325897216797,-0.006772845983505249,0.0026939043309539557,0.4102173149585724,0.5008285641670227,0.7252154648303986,284.0,72704.0,1797.922809800133,4653056.0 +88.46,8.699999809265137,2540.0,0.00754885608330369,0.09619140625,0.0,2.0064332485198975,2.1465065479278564,-0.0074528721161186695,0.0026865487452596426,0.41426053643226624,0.4849463701248169,0.7478908002376556,285.0,72960.0,1804.3732946049422,4669440.0 +118.48,9.0,2531.0,0.008705312386155128,0.1150105819106102,0.0,2.006161689758301,2.1212668418884277,-0.007651737425476313,0.00268714502453804,0.4222879707813263,0.48030972480773926,0.7040212750434875,286.0,73216.0,1810.8468642521184,4685824.0 +82.72,9.399999618530273,2677.0,0.009271425195038319,0.1165364608168602,0.0,1.956735610961914,2.0995938777923584,-0.009005780331790447,0.0026844509411603212,0.3477952778339386,0.470613956451416,0.7156507074832916,287.0,73472.0,1816.9675429160707,4702208.0 +109.26,9.0,2651.0,0.008274751715362072,0.1031087264418602,0.0,1.9646586179733276,2.082721710205078,-0.008025949820876122,0.002691383706405759,0.3378225862979889,0.47890880703926086,0.7247120141983032,288.0,73728.0,1823.1474816871341,4718592.0 +94.4,9.0,2637.0,0.011237320490181446,0.1367594450712204,0.0,2.018418550491333,2.1072514057159424,-0.007953247986733913,0.0026817237958312035,0.4395534098148346,0.48680534958839417,0.6903635263442993,289.0,73984.0,1829.3601906490512,4734976.0 +98.13,8.600000381469727,2624.0,0.005653994623571634,0.0626424178481102,0.0,2.0776212215423584,2.082200288772583,-0.004873913247138262,0.0026846134569495916,0.5191013216972351,0.5014598369598389,0.701958417892456,290.0,74240.0,1835.6028057639487,4751360.0 +79.59,9.0,2532.0,0.008616290055215359,0.1095784530043602,0.0,1.9881280660629272,2.069972038269043,-0.0086422860622406,0.002676478587090969,0.4294396638870239,0.46451058983802795,0.6887323260307312,291.0,74496.0,1842.0726568941027,4767744.0 +84.11,9.100000381469727,2512.0,0.010403521358966827,0.1167195662856102,0.0,2.0273072719573975,1.9976075887680054,-0.008049512282013893,0.0026959225069731474,0.45704975724220276,0.4788465201854706,0.6659795939922333,292.0,74752.0,1848.5934398591053,4784128.0 +79.86,9.199999809265137,2555.0,0.008450550958514214,0.10968017578125,0.0,1.9879741668701172,1.998887538909912,-0.00810700561851263,0.002691158326342702,0.404730886220932,0.46812546253204346,0.7241944074630737,293.0,75008.0,1855.0065283030272,4800512.0 +78.97,9.0,2558.0,0.007711101323366165,0.0957234725356102,0.0,1.9719085693359375,2.054861307144165,-0.007323492784053087,0.0026821119245141745,0.3825090229511261,0.46746981143951416,0.7116310000419617,294.0,75264.0,1861.4111783970147,4816896.0 +105.09,8.899999618530273,2699.0,0.008851819671690464,0.108154296875,0.0,1.9705839157104492,2.0799551010131836,-0.008918524719774723,0.0026940491516143084,0.376263827085495,0.4651453495025635,0.6930733919143677,295.0,75520.0,1867.4817525709514,4833280.0 +86.67,9.100000381469727,2643.0,0.011380720883607864,0.127685546875,0.0,1.9991778135299683,2.0703039169311523,-0.005897144321352243,0.0026781598571687937,0.43171045184135437,0.4708428382873535,0.6795884370803833,296.0,75776.0,1873.679574646987,4849664.0 +90.92,8.600000381469727,2643.0,0.009620352648198605,0.1135457381606102,0.0,2.016817808151245,2.0250580310821533,-0.004974378738552332,0.002677891170606017,0.45942163467407227,0.4733864367008209,0.6988215148448944,297.0,76032.0,1879.8780280540232,4866048.0 +99.85,9.0,2593.0,0.005746869836002588,0.06500244140625,0.0,2.0107972621917725,2.0482499599456787,-0.005562465637922287,0.002679686062037945,0.448641300201416,0.472678542137146,0.6676243543624878,298.0,76288.0,1886.1969624471385,4882432.0 +85.4,8.899999618530273,2647.0,0.007508174981921911,0.08868408203125,0.0,2.0395538806915283,2.020112991333008,-0.007602054625749588,0.0026893168687820435,0.4729589521884918,0.48621952533721924,0.6523628234863281,299.0,76544.0,1892.3875491730869,4898816.0 +73.78,9.300000190734863,2638.0,0.007214853540062904,0.0902506485581398,0.0,1.9787741899490356,1.9684091806411743,-0.007203869521617889,0.002683608792722225,0.3834127187728882,0.472151517868042,0.7151468098163605,300.0,76800.0,1898.597531733103,4915200.0 +82.27,8.899999618530273,2652.0,0.00937481690198183,0.1175537109375,0.0,1.9775176048278809,1.9849570989608765,-0.00801847968250513,0.0026803743094205856,0.41044971346855164,0.45997393131256104,0.6821124255657196,301.0,77056.0,1904.7764190810267,4931584.0 +78.99,9.0,2693.0,0.009941918775439262,0.1181844100356102,0.0,2.005110025405884,1.9784513711929321,-0.009287918917834759,0.0026830972637981176,0.461700439453125,0.4617835283279419,0.6304180324077606,302.0,77312.0,1910.8599301909562,4947968.0 +81.85,8.699999809265137,2701.0,0.009225058369338512,0.1252848356962204,0.0,2.0377280712127686,1.9666494131088257,-0.008413068018853664,0.0026781251654028893,0.5085732340812683,0.47245851159095764,0.5427773892879486,303.0,77568.0,1916.9259329261258,4964352.0 +74.34,9.300000190734863,2681.0,0.008596091531217098,0.10772705078125,0.0,1.9219130277633667,2.031067132949829,-0.008040796965360641,0.0026713907718658447,0.30887675285339355,0.4601311683654785,0.6753689348697662,304.0,77824.0,1923.0365534080192,4980736.0 +73.95,8.699999809265137,2631.0,0.009581695310771465,0.12835693359375,0.0,2.026684284210205,2.007493257522583,-0.006658684462308884,0.0026791703421622515,0.49141207337379456,0.4681265652179718,0.6336800754070282,305.0,78080.0,1929.2629226581194,4997120.0 +82.6,9.100000381469727,2682.0,0.006297670304775238,0.0636393204331398,0.0,2.0366997718811035,2.020125150680542,-0.004065402317792177,0.002694160444661975,0.5229576230049133,0.4524073302745819,0.5769580602645874,306.0,78336.0,1935.370489021996,5013504.0 +86.32,8.800000190734863,2678.0,0.005044247955083847,0.0493367500603199,0.0,2.0309131145477295,2.047184944152832,-0.005109389778226614,0.002673458307981491,0.5436832308769226,0.44792377948760986,0.5667745172977448,307.0,78592.0,1941.4875172511674,5029888.0 +85.69,8.699999809265137,2600.0,0.004921878222376108,0.0544637031853199,0.0,2.081369638442993,2.050743579864502,-0.004641659092158079,0.0026734063867479563,0.6123619675636292,0.463634729385376,0.5781179070472717,308.0,78848.0,1947.7887936739717,5046272.0 +82.71,9.100000381469727,2573.0,0.005924414377659559,0.0600179024040699,0.0,2.003397226333618,2.0590059757232666,-0.00528436666354537,0.002668707398697734,0.4651707410812378,0.46233248710632324,0.6312441825866699,309.0,79104.0,1954.155522985151,5062656.0 +87.48,8.399999618530273,2617.0,0.00646769255399704,0.0654296875,0.0,2.0322725772857666,2.0608911514282227,-0.004983638878911734,0.0026677753776311874,0.49161672592163086,0.47816896438598633,0.6332345008850098,310.0,79360.0,1960.415214470122,5079040.0 +86.21,8.600000381469727,2621.0,0.007160675246268511,0.0876261368393898,0.0,2.026890993118286,2.106218099594116,-0.008959225378930569,0.0026766641531139612,0.4577080011367798,0.489726185798645,0.6278032660484314,311.0,79616.0,1966.6648285100237,5095424.0 +100.99,9.100000381469727,2657.0,0.008268089033663273,0.1088663712143898,0.0,1.9902920722961426,2.08172345161438,-0.006931273732334375,0.0026788145769387484,0.43758657574653625,0.459839791059494,0.6122302711009979,312.0,79872.0,1972.830800174037,5111808.0 +88.1,9.0,2692.0,0.007798012811690569,0.0969645157456398,0.0,1.9646868705749512,2.0756027698516846,-0.009573188610374928,0.002667519263923168,0.406226247549057,0.4581432044506073,0.6451932489871979,313.0,80128.0,1978.9176341679413,5128192.0 +74.85,9.699999809265137,2696.0,0.0075760516338050365,0.1016031876206398,0.0,1.970049500465393,2.028640031814575,-0.0071776132099330425,0.0026874977629631758,0.3875941336154938,0.45996764302253723,0.6138896346092224,314.0,80384.0,1984.9949719631113,5144576.0 +81.94,9.300000190734863,2668.0,0.00804924126714468,0.1042276993393898,0.0,1.9431473016738892,2.0543370246887207,-0.006673233583569527,0.00265657901763916,0.3491872251033783,0.46748098731040955,0.6858329176902771,315.0,80640.0,1991.1365410720464,5160960.0 +90.76,8.800000190734863,2664.0,0.013824406079947948,0.1340535432100296,0.0,2.0201199054718018,2.019395112991333,-0.005434985738247633,0.002669772133231163,0.46613094210624695,0.4777970314025879,0.6216621100902557,316.0,80896.0,1997.2877503230702,5177344.0 +84.47,8.800000190734863,2658.0,0.007232703268527985,0.0861612930893898,0.0,2.0195000171661377,2.0298469066619873,-0.006481986492872238,0.002665816806256771,0.47550341486930847,0.4756200611591339,0.6243767142295837,317.0,81152.0,2003.4508041981608,5193728.0 +94.88,8.800000190734863,2675.0,0.007130029145628214,0.085205078125,0.0,1.9995468854904175,2.062403678894043,-0.006479231175035238,0.002665381645783782,0.4440411329269409,0.4719388782978058,0.6285190582275391,318.0,81408.0,2009.5759648480453,5210112.0 +103.86,8.699999809265137,2622.0,0.009276528842747211,0.0960896834731102,0.0,1.98460853099823,2.0625181198120117,-0.00525759207084775,0.002664598636329174,0.4041922092437744,0.47609570622444153,0.6494371891021729,319.0,81664.0,2015.8240189400967,5226496.0 +94.07,8.899999618530273,2704.0,0.008865280076861382,0.1136881485581398,0.0,1.959529995918274,2.0552704334259033,-0.00678953668102622,0.002656136639416218,0.3664133548736572,0.4755971431732178,0.6644928157329559,320.0,81920.0,2021.8824329990894,5242880.0 +124.53,8.5,2601.0,0.008779107592999935,0.1088663712143898,0.0,2.00730037689209,2.039252758026123,-0.009568103589117527,0.0026651357766240835,0.4577140808105469,0.47583603858947754,0.6608128845691681,321.0,82176.0,2028.1816478711553,5259264.0 +117.28,9.199999809265137,2628.0,0.007028293330222368,0.0835978165268898,0.0,1.95477294921875,2.029242515563965,-0.008454977534711361,0.002657453529536724,0.352213978767395,0.47868648171424866,0.7157449424266815,322.0,82432.0,2034.4166840401012,5275648.0 +97.21,8.399999618530273,2594.0,0.007165017072111368,0.08612060546875,0.0,2.0202224254608154,1.9824613332748413,-0.007004783023148775,0.0026579496916383505,0.4924590587615967,0.47184741497039795,0.6741319298744202,323.0,82688.0,2040.7325026630424,5292032.0 +97.93,9.100000381469727,2706.0,0.008898882195353508,0.0992635115981102,0.0,1.987831473350525,2.001254081726074,-0.00629042973741889,0.0026539405807852745,0.4229232370853424,0.47570279240608215,0.6800475418567657,324.0,82944.0,2046.7867089409847,5308416.0 +85.57,9.600000381469727,2695.0,0.00747622549533844,0.0946248397231102,0.0,1.9380580186843872,2.0122904777526855,-0.00634174607694149,0.002663305262103677,0.3076888620853424,0.4790254533290863,0.7357153594493866,325.0,83200.0,2052.865591631038,5324800.0 +102.19,9.0,2657.0,0.007649048697203398,0.0933837890625,0.0,1.9714922904968262,2.0212364196777344,-0.00898942444473505,0.0026679339352995157,0.31132832169532776,0.5110628604888916,0.7561478614807129,326.0,83456.0,2059.031249520136,5341184.0 +101.94,8.800000190734863,2607.0,0.00878810416907072,0.0992228165268898,0.0,2.03631854057312,1.988771915435791,-0.006615331396460533,0.002664906671270728,0.49815675616264343,0.4812902510166168,0.6801404654979706,327.0,83712.0,2065.3148718641605,5357568.0 +100.54,8.899999618530273,2565.0,0.007775154430419207,0.0810343399643898,0.0,1.9941784143447876,2.013768434524536,-0.008580829948186874,0.002657046541571617,0.42078638076782227,0.48398056626319885,0.6851313710212708,328.0,83968.0,2071.702075583162,5373952.0 +103.87,9.0,2535.0,0.007969452999532223,0.1012369766831398,0.0,1.9663485288619995,2.052075147628784,-0.008223896846175194,0.0026573108043521643,0.358998566865921,0.48693832755088806,0.727897435426712,329.0,84224.0,2078.1699230170343,5390336.0 +107.46,8.699999809265137,2656.0,0.0075831543654203415,0.1000162735581398,0.0,2.0314278602600098,2.024712324142456,-0.007229816634207964,0.002667098306119442,0.49190568923950195,0.47940266132354736,0.5983740091323853,330.0,84480.0,2084.339204355143,5406720.0 +93.52,8.800000190734863,2666.0,0.006133031100034714,0.0760498046875,0.0,2.043409585952759,2.03104829788208,-0.006997930351644754,0.00266435369849205,0.5041096806526184,0.4864864647388458,0.6229949295520782,331.0,84736.0,2090.483623181004,5423104.0 +124.67,9.0,2664.0,0.0068623279221355915,0.0829060897231102,0.0,1.9892325401306152,2.0318145751953125,-0.005968260113149881,0.0026586188469082117,0.39484503865242004,0.4887870252132416,0.621491551399231,332.0,84992.0,2096.6344424770214,5439488.0 +136.89,8.5,2656.0,0.006650781258940697,0.0778605118393898,0.0,2.0149476528167725,2.0367443561553955,-0.006437618751078844,0.0026655038818717003,0.45724794268608093,0.48037683963775635,0.6371398866176605,333.0,85248.0,2102.8036640011705,5455872.0 +111.15,8.600000381469727,2672.0,0.007479943335056305,0.0909423828125,0.0,2.0337164402008057,2.0814008712768555,-0.004962037317454815,0.0026564092840999365,0.4991105794906616,0.48173263669013977,0.6316094696521759,334.0,85504.0,2108.9356194911525,5472256.0 +87.58,9.5,2700.0,0.008375697769224644,0.0945027694106102,0.0,1.8780689239501953,2.089097261428833,-0.006094334647059441,0.002650856040418148,0.2302539199590683,0.46449902653694153,0.7502386569976807,335.0,85760.0,2115.0039264750667,5488640.0 +103.83,9.100000381469727,2648.0,0.008462974801659584,0.1061604842543602,0.0,1.9654895067214966,2.0475428104400635,-0.006810895632952452,0.00265904632396996,0.373351126909256,0.4765770733356476,0.6230980753898621,336.0,86016.0,2121.19055927312,5505024.0 +103.78,8.699999809265137,2644.0,0.007243391592055559,0.08758544921875,0.0,1.9908546209335327,2.0711681842803955,-0.007302009034901857,0.002657943405210972,0.4253130853176117,0.4772399663925171,0.6304457783699036,337.0,86272.0,2127.3864546730183,5521408.0 +82.57,9.0,2680.0,0.004753615241497755,0.05267333984375,0.0,2.0160140991210938,2.0406904220581055,-0.006593556609004736,0.0026631748769432306,0.48150381445884705,0.4706753194332123,0.6103367209434509,338.0,86528.0,2133.4996114980895,5537792.0 +97.74,8.600000381469727,2653.0,0.007310242857784033,0.07916259765625,0.0,1.9971809387207031,2.0742111206054688,-0.007505741436034441,0.002653292613103986,0.47848865389823914,0.45953798294067383,0.6316153705120087,339.0,86784.0,2139.6750472930726,5554176.0 +89.12,9.100000381469727,2608.0,0.0069899410009384155,0.08453369140625,0.0,1.945102334022522,2.0426275730133057,-0.007073812186717987,0.0026543315034359694,0.36917364597320557,0.4608500003814697,0.6867347359657288,340.0,87040.0,2145.9563310400117,5570560.0 +82.62,9.0,2598.0,0.006180130410939455,0.0652872696518898,0.0,1.9484338760375977,2.056037187576294,-0.00732147553935647,0.0026623515877872705,0.35455480217933655,0.4678623676300049,0.6282991468906403,341.0,87296.0,2152.2614873670973,5586944.0 +105.49,8.800000190734863,2682.0,0.006976885721087456,0.0883585587143898,0.0,1.9704999923706055,2.0307118892669678,-0.008130027912557125,0.0026562002021819353,0.38824379444122314,0.4767150580883026,0.614860862493515,342.0,87552.0,2158.3715767869726,5603328.0 +87.04,9.100000381469727,2574.0,0.008377548307180405,0.1122639998793602,0.0,1.9619406461715698,2.0511744022369385,-0.005296021234244108,0.002664180239662528,0.35669466853141785,0.4773109257221222,0.6127302944660187,343.0,87808.0,2164.737305372022,5619712.0 +119.12,8.699999809265137,2725.0,0.006644068751484156,0.08074951171875,0.0,1.9996408224105835,2.0267884731292725,-0.00719013437628746,0.0026573569048196077,0.4304725229740143,0.48318395018577576,0.6092403531074524,344.0,88064.0,2170.7495125359856,5636096.0 +105.87,9.0,2727.0,0.008074087090790272,0.1009521484375,0.0,1.9976921081542969,2.0369906425476074,-0.005755172576755285,0.0026607252657413483,0.4246341288089752,0.48113736510276794,0.5857715308666229,345.0,88320.0,2176.758037989959,5652480.0 +114.83,8.5,2649.0,0.007479881402105093,0.0936279296875,0.0,1.996517300605774,2.084141492843628,-0.00710926903411746,0.00267195887863636,0.38731393218040466,0.49483123421669006,0.5618434548377991,346.0,88576.0,2182.943694498157,5668864.0 +132.12,8.699999809265137,2646.0,0.0076299854554235935,0.0899251326918602,0.0,1.9789232015609741,2.0558083057403564,-0.00752352736890316,0.0026702566538006067,0.3561040461063385,0.4938246011734009,0.6346170008182526,347.0,88832.0,2189.135555212153,5685248.0 +115.47,9.0,2677.0,0.012874837033450603,0.1749064177274704,0.0,1.9682031869888306,1.9692243337631226,-0.00752163864672184,0.00266048195771873,0.34363994002342224,0.49335619807243347,0.615207701921463,348.0,89088.0,2195.2554946211167,5701632.0 +101.61,8.899999618530273,2630.0,0.007898500189185143,0.10400390625,0.0,1.9766932725906372,1.9702256917953491,-0.00598443066701293,0.0026549336034804583,0.3705461919307709,0.4896402060985565,0.6190825998783112,349.0,89344.0,2201.4858273279388,5718016.0 +107.4,9.0,2660.0,0.009049330838024616,0.1211140975356102,0.0,1.9842323064804077,2.0032472610473633,-0.007057263050228357,0.002661419101059437,0.37525320053100586,0.4929855167865753,0.5848402082920074,350.0,89600.0,2207.647134717088,5734400.0 +100.65,8.5,2637.0,0.008799368515610695,0.0988566055893898,0.0,1.9923423528671265,2.0318849086761475,-0.007922249846160412,0.002661355771124363,0.4092594385147095,0.48527562618255615,0.5957746505737305,351.0,89856.0,2213.861115089152,5750784.0 +147.45,8.399999618530273,2706.0,0.01200797874480486,0.1574910432100296,0.0,2.024523973464966,2.0398614406585693,-0.004558261949568987,0.002664546249434352,0.4145526587963104,0.5099311470985413,0.603996992111206,352.0,90112.0,2219.9152079720516,5767168.0 +127.32,8.199999809265137,2650.0,0.008640109561383724,0.11065673828125,0.0,2.031099319458008,2.0348613262176514,-0.008433754555881023,0.002675725845620036,0.4299829304218292,0.5070274472236633,0.620995968580246,353.0,90368.0,2226.098465142073,5783552.0 +129.04,8.399999618530273,2604.0,0.007947453297674656,0.0968017578125,0.0,1.9759856462478638,2.03954815864563,-0.008365693502128124,0.002659706398844719,0.35085877776145935,0.49946415424346924,0.6835710406303406,354.0,90624.0,2232.3897935890127,5799936.0 +117.76,8.800000190734863,2754.0,0.00930505245923996,0.11834716796875,0.0,1.9668647050857544,2.081766366958618,-0.006936924997717142,0.0026683637406677008,0.3156360387802124,0.5026192665100098,0.6561514735221863,355.0,90880.0,2238.339372860035,5816320.0 +156.06,8.699999809265137,2706.0,0.007475399877876043,0.0926513671875,0.0,1.9471855163574219,2.0690419673919678,-0.0064919982105493546,0.0026492737233638763,0.3026041090488434,0.4984290301799774,0.6788097321987152,356.0,91136.0,2244.394359692,5832704.0 +145.72,8.399999618530273,2693.0,0.009315432980656624,0.1185302734375,0.0,1.990593433380127,2.0576858520507812,-0.00738055445253849,0.0026669821236282587,0.37717166543006897,0.4964738190174103,0.6316044628620148,357.0,91392.0,2250.477444604039,5849088.0 +124.35,8.399999618530273,2604.0,0.009130332618951797,0.11639404296875,0.0,2.025294780731201,2.0416879653930664,-0.007394598796963692,0.002658332698047161,0.4445967674255371,0.5016413331031799,0.6163870096206665,358.0,91648.0,2256.7701556601096,5865472.0 +124.78,9.199999809265137,2622.0,0.008998901583254337,0.1119181290268898,0.0,1.934540867805481,2.022691488265991,-0.009106438606977463,0.0026577862445265055,0.278756320476532,0.4956028163433075,0.6761010885238647,359.0,91904.0,2263.0189949481282,5881856.0 +123.22,8.800000190734863,2586.0,0.009264115244150162,0.12896728515625,0.0,1.9500432014465332,2.0592525005340576,-0.0056075225584208965,0.0026448972057551146,0.30639421939849854,0.5005977153778076,0.6529542505741119,360.0,92160.0,2269.357511956943,5898240.0 +134.95,8.699999809265137,2568.0,0.009771795012056828,0.1353759765625,0.0,1.9352272748947144,2.022660493850708,-0.008040991611778736,0.0026476040948182344,0.29290294647216797,0.49324139952659607,0.6938040554523468,361.0,92416.0,2275.7373407259583,5914624.0 +103.61,8.600000381469727,2526.0,0.010945554822683334,0.1478271484375,0.0,1.9846302270889282,1.9964362382888794,-0.009399638511240482,0.00265366374514997,0.4068574011325836,0.4837336838245392,0.626020759344101,362.0,92672.0,2282.2230055141263,5931008.0 +175.07,8.100000381469727,2632.0,0.007902506738901138,0.1035563126206398,0.0,2.098566770553589,1.9890087842941284,-0.004851434845477343,0.0026687432546168566,0.5600508451461792,0.5089113116264343,0.5807787775993347,363.0,92928.0,2288.4485127360094,5947392.0 +117.1,8.800000190734863,2676.0,0.007952483370900154,0.0946044921875,0.0,1.9690417051315308,2.028263807296753,-0.009455109015107155,0.0026566029991954565,0.33940589427948,0.5007749795913696,0.6529103219509125,364.0,93184.0,2294.571141342167,5963776.0 +142.09,8.600000381469727,2607.0,0.010180766694247723,0.1308797150850296,0.0,1.9946767091751099,1.9735904932022095,-0.008320801891386509,0.002682492369785905,0.36838316917419434,0.49729570746421814,0.6245782375335693,365.0,93440.0,2300.8552696511615,5980160.0 +105.76,8.800000190734863,2717.0,0.008325866423547268,0.1072794571518898,0.0,1.9526790380477905,1.9682717323303223,-0.007262433413416147,0.002646382199600339,0.37195608019828796,0.47045496106147766,0.6765640377998352,366.0,93696.0,2306.8842341580894,5996544.0 +108.87,8.800000190734863,2637.0,0.007902306504547596,0.0927530899643898,0.0,2.0258994102478027,1.9887820482254028,-0.006814171094447374,0.002651381306350231,0.49243637919425964,0.4806922674179077,0.5965403616428375,367.0,93952.0,2313.0960733159445,6012928.0 +101.56,9.0,2681.0,0.00963419210165739,0.1131795272231102,0.0,2.0006425380706787,1.934094786643982,-0.0072103217244148254,0.0026449544820934534,0.4604916572570801,0.4744708836078644,0.6165356040000916,368.0,94208.0,2319.2071606300306,6029312.0 +93.86,8.899999618530273,2569.0,0.008621509186923504,0.1075235977768898,0.0,1.9398326873779297,1.9664983749389648,-0.006109803915023804,0.0026649320498108864,0.32714781165122986,0.4695674479007721,0.6483395397663116,369.0,94464.0,2325.583751823986,6045696.0 +109.41,8.300000190734863,2620.0,0.006364390254020691,0.0760294571518898,0.0,2.064404010772705,1.9697190523147583,-0.007090479601174593,0.0026642323937267065,0.5707126259803772,0.47371935844421387,0.5801796615123749,370.0,94720.0,2331.836853610119,6062080.0 +91.94,8.699999809265137,2618.0,0.006898888852447271,0.0793660506606102,0.0,2.0390045642852783,1.9574302434921265,-0.00552497198805213,0.002677042968571186,0.4776124060153961,0.4867761433124542,0.6068054139614105,371.0,94976.0,2338.0951300179586,6078464.0 +77.77,9.199999809265137,2695.0,0.008404864929616451,0.104736328125,0.0,1.9421048164367676,1.9643102884292603,-0.007633054628968239,0.002664397470653057,0.3371034860610962,0.468630313873291,0.6611427664756775,372.0,95232.0,2344.1739840649534,6094848.0 +109.5,8.699999809265137,2661.0,0.007876289077103138,0.0962117537856102,0.0,1.99459707736969,1.9471797943115234,-0.008635212667286396,0.002661883132532239,0.4228464663028717,0.4803394377231598,0.6187506914138794,373.0,95488.0,2350.330057841027,6111232.0 +116.54,8.800000190734863,2679.0,0.00700950575992465,0.0797932967543602,0.0,1.959855079650879,1.987448811531067,-0.008664951659739017,0.0026465903501957655,0.40283307433128357,0.46368297934532166,0.6501199007034302,374.0,95744.0,2356.444880136056,6127616.0 +87.26,9.300000190734863,2683.0,0.007115629967302084,0.0831095352768898,0.0,1.8969054222106934,1.9411221742630005,-0.00653501832857728,0.0026373916771262884,0.29134586453437805,0.45848309993743896,0.7021395564079285,375.0,96000.0,2362.5523288431577,6144000.0 +72.22,9.600000381469727,2661.0,0.008618928492069244,0.1146647110581398,0.0,1.9113774299621582,1.9155696630477905,-0.0064711254090070724,0.0026354482397437096,0.30103614926338196,0.46876227855682373,0.6854712069034576,376.0,96256.0,2368.709537595976,6160384.0 +100.3,9.399999618530273,2629.0,0.007874987088143826,0.1003824844956398,0.0,1.9237369298934937,1.938048005104065,-0.006524787750095129,0.0026439055800437927,0.3055981695652008,0.47489026188850403,0.6763108372688293,377.0,96512.0,2374.9411306891125,6176768.0 +90.78,9.199999809265137,2649.0,0.00714727072045207,0.0898030623793602,0.0,1.8959366083145142,1.945855736732483,-0.0074943676590919495,0.002655484713613987,0.2537694573402405,0.46826252341270447,0.7333299219608307,378.0,96768.0,2381.1275406449568,6193152.0 +139.95,8.5,2634.0,0.008396007120609283,0.1101277694106102,0.0,2.0209949016571045,1.940300464630127,-0.005438160616904497,0.002671917201951146,0.45129454135894775,0.48423025012016296,0.5899562239646912,379.0,97024.0,2387.3477538239677,6209536.0 +106.46,8.199999809265137,2586.0,0.007872863672673702,0.0911865234375,0.0,2.0350024700164795,1.9962611198425293,-0.006399070378392935,0.0026873506139963865,0.47975584864616394,0.4778108298778534,0.61720010638237,380.0,97280.0,2393.684875766048,6225920.0 +102.85,8.899999618530273,2619.0,0.006399193778634071,0.0709228515625,0.0,1.991943359375,2.036137819290161,-0.008104671724140644,0.002705417340621352,0.3667062819004059,0.4843476712703705,0.674081414937973,381.0,97536.0,2399.9408423639834,6242304.0 +107.13,8.699999809265137,2638.0,0.009289263747632504,0.1104532852768898,0.0,2.016735076904297,2.0070369243621826,-0.006203743163496256,0.0026736317668110132,0.4435308277606964,0.48442745208740234,0.6295846104621887,382.0,97792.0,2406.1517427940853,6258688.0 +116.42,8.899999618530273,2615.0,0.013868789188563824,0.1311848908662796,0.0,2.015120506286621,2.0152366161346436,-0.004006831906735897,0.0026737097650766373,0.45326805114746094,0.4757910966873169,0.6112981140613556,383.0,98048.0,2412.4179415230174,6275072.0 +101.18,9.199999809265137,2599.0,0.00707702711224556,0.0857340469956398,0.0,1.9375571012496948,1.9644651412963867,-0.00789676234126091,0.0026504211127758026,0.3303978741168976,0.47468864917755127,0.6612222790718079,384.0,98304.0,2418.7217255290598,6291456.0 +111.04,9.0,2647.0,0.010640882886946201,0.1375732421875,0.0,1.9527310132980347,1.9565945863723755,-0.006236518267542124,0.002652763621881604,0.3271685540676117,0.4885674715042114,0.6810072958469391,385.0,98560.0,2424.9118808130734,6307840.0 +91.29,8.600000381469727,2685.0,0.00640125060454011,0.0721435546875,0.0,2.001833200454712,1.9578646421432495,-0.007035084068775177,0.0026457207277417183,0.43963852524757385,0.4857673943042755,0.6392006278038025,386.0,98816.0,2431.013711486943,6324224.0 +100.94,9.100000381469727,2637.0,0.006873357575386763,0.0833333358168602,0.0,1.977232575416565,1.9023538827896118,-0.007324554491788149,0.002665409119799733,0.37987327575683594,0.48093947768211365,0.6492511034011841,387.0,99072.0,2437.2269927631132,6340608.0 +107.71,8.5,2663.0,0.005641676019877195,0.05389404296875,0.0,2.0097005367279053,1.9424058198928833,-0.006172013934701681,0.0026584879960864782,0.4395838677883148,0.4862605631351471,0.6460192501544952,388.0,99328.0,2443.3799066341016,6356992.0 +117.4,9.199999809265137,2662.0,0.005808637943118811,0.07080078125,0.0,1.995754361152649,1.9580153226852417,-0.008129416033625603,0.002655591582879424,0.41578933596611023,0.48777344822883606,0.6397027969360352,389.0,99584.0,2449.5352495210245,6373376.0 +136.01,8.800000190734863,2658.0,0.00708769029006362,0.086669921875,0.0,1.9695957899093628,1.999407172203064,-0.006717777345329523,0.0026722701732069254,0.34531405568122864,0.48751530051231384,0.6414728462696075,390.0,99840.0,2455.7004493470304,6389760.0 +112.1,8.899999618530273,2626.0,0.007307304535061121,0.0883992537856102,0.0,1.9575532674789429,2.0031089782714844,-0.008311641402542591,0.002648209221661091,0.3759617507457733,0.47381067276000977,0.6532757878303528,391.0,100096.0,2461.938801991055,6406144.0 +115.11,8.699999809265137,2617.0,0.005775691941380501,0.0642293319106102,0.0,1.936407446861267,2.0988872051239014,-0.007568843197077513,0.0026408734265714884,0.3423742949962616,0.4733410179615021,0.638796478509903,392.0,100352.0,2468.1994509899523,6422528.0 +127.58,8.800000190734863,2538.0,0.005704824347048998,0.0657145157456398,0.0,1.9661020040512085,2.1057887077331543,-0.00530661828815937,0.002639665501192212,0.3552089035511017,0.4950292110443115,0.6726285815238953,393.0,100608.0,2474.655453954125,6438912.0 +101.47,8.600000381469727,2630.0,0.005625829566270113,0.0556233711540699,0.0,1.9979666471481323,2.0762135982513428,-0.00655057467520237,0.002644068794324994,0.44533705711364746,0.48057660460472107,0.6467481553554535,394.0,100864.0,2480.884685741039,6455296.0 +109.53,8.800000190734863,2539.0,0.009593629278242588,0.1235148087143898,0.0,1.9362221956253052,2.068892002105713,-0.008812768384814262,0.002643350511789322,0.3463882505893707,0.47085437178611755,0.673243522644043,395.0,101120.0,2487.336838871939,6471680.0 +156.45,8.5,2635.0,0.008736493065953255,0.1092732772231102,0.0,1.9689310789108276,2.0789737701416016,-0.008590948767960072,0.0026831887662410736,0.3137722909450531,0.49983152747154236,0.7068378627300262,396.0,101376.0,2493.5539375490043,6488064.0 +154.34,8.600000381469727,2724.0,0.008637677878141403,0.11236572265625,0.0,1.964725136756897,2.0424773693084717,-0.009342269040644169,0.0026723921764642,0.32251814007759094,0.4970369040966034,0.6910435259342194,397.0,101632.0,2499.569121308159,6504448.0 +146.58,8.899999618530273,2662.0,0.008645235560834408,0.1103108748793602,0.0,1.94041907787323,2.053090810775757,-0.008560656569898129,0.0026570407208055258,0.2977809011936188,0.49209949374198914,0.7082736194133759,398.0,101888.0,2505.723871004069,6520832.0 +127.81,8.300000190734863,2684.0,0.00653695547953248,0.0745442733168602,0.0,1.979894757270813,2.0763204097747803,-0.007913386449217796,0.002655383897945285,0.38037192821502686,0.49069342017173767,0.6621630787849426,399.0,102144.0,2511.8268187451176,6537216.0 +97.71,9.199999809265137,2691.0,0.00838471483439207,0.1078287735581398,0.0,1.912316918373108,2.0684666633605957,-0.010545601136982441,0.00263686734251678,0.2883700728416443,0.48092830181121826,0.7266932427883148,400.0,102400.0,2517.9152759781573,6553600.0 +124.6,8.199999809265137,2675.0,0.006939672399312258,0.08416748046875,0.0,2.0143213272094727,2.0965967178344727,-0.006062230560928583,0.002647836459800601,0.4552244246006012,0.48981913924217224,0.6428286135196686,401.0,102656.0,2524.039989958983,6569984.0 +134.24,8.199999809265137,2631.0,0.008109952323138714,0.0991007462143898,0.0,2.0259058475494385,2.0831730365753174,-0.008840278722345829,0.002639942103996873,0.5105567574501038,0.48032858967781067,0.6293233633041382,402.0,102912.0,2530.2661164700985,6586368.0 +106.3,9.399999618530273,2635.0,0.008594159036874771,0.1004638671875,0.0,1.9072061777114868,2.069516181945801,-0.008265335112810135,0.0026510634925216436,0.23179320991039276,0.4947386682033539,0.7501676678657532,403.0,103168.0,2536.4834786450956,6602752.0 +153.29,8.5,2617.0,0.007969288155436516,0.0956217423081398,0.0,1.9896149635314941,2.0372049808502197,-0.008869455195963383,0.0026570416521281004,0.39300307631492615,0.49383413791656494,0.6421593129634857,404.0,103424.0,2542.743649116019,6619136.0 +81.96,8.699999809265137,2738.0,0.00743061164394021,0.0863240584731102,0.0,2.0122382640838623,2.023280382156372,-0.0088032903149724,0.002645942149683833,0.49731209874153137,0.4696471691131592,0.602923184633255,405.0,103680.0,2548.7264745770954,6635520.0 +98.27,9.0,2618.0,0.009290325455367565,0.1187337264418602,0.0,1.961381435394287,2.046145439147949,-0.009976319037377834,0.0026722389739006758,0.3698488175868988,0.4707752764225006,0.6479336619377136,406.0,103936.0,2554.984115390107,6651904.0 +84.94,9.300000190734863,2675.0,0.008359759114682674,0.10040283203125,0.0,1.9742331504821777,2.0384325981140137,-0.006108371075242758,0.002658352954313159,0.3847390115261078,0.4791795313358307,0.6555306017398834,407.0,104192.0,2561.1089205120225,6668288.0 +89.68,8.899999618530273,2666.0,0.007922039367258549,0.0868123397231102,0.0,1.968867301940918,2.0662124156951904,-0.007250589784234762,0.0026550155598670244,0.37774381041526794,0.48040056228637695,0.6689967215061188,408.0,104448.0,2567.2540474741254,6684672.0 +145.33,8.399999618530273,2614.0,0.006834200117737055,0.0774129256606102,0.0,2.0213394165039062,2.063366174697876,-0.0076924655586481094,0.002667088061571121,0.4509951174259186,0.49062371253967285,0.6205883026123047,409.0,104704.0,2573.5223923509475,6701056.0 +88.15,9.0,2699.0,0.007231092546135187,0.0836385115981102,0.0,1.9436036348342896,2.0565946102142334,-0.00786150898784399,0.002667744643986225,0.2893223464488983,0.493497371673584,0.7069306671619415,410.0,104960.0,2579.5931891701184,6717440.0 +132.96,8.699999809265137,2650.0,0.008424753323197365,0.1019490584731102,0.0,2.021695375442505,2.0213701725006104,-0.008519323542714119,0.0026672224048525095,0.455336332321167,0.4891487658023834,0.6172789037227631,411.0,105216.0,2585.7745939421,6733824.0 +113.72,9.199999809265137,2657.0,0.007837257348001003,0.0923258438706398,0.0,1.9500759840011597,2.0322439670562744,-0.009291072376072407,0.002644623862579465,0.37430813908576965,0.47022318840026855,0.6690877974033356,412.0,105472.0,2591.942162285093,6750208.0 +105.38,8.800000190734863,2752.0,0.006852662656456232,0.0874430313706398,0.0,2.018946886062622,2.028301477432251,-0.006595013663172722,0.0026404233649373055,0.4941333532333374,0.4785468280315399,0.6044271886348724,413.0,105728.0,2597.89551093895,6766592.0 +88.68,9.5,2731.0,0.010156911797821522,0.13641357421875,0.0,1.9431759119033813,2.0357656478881836,-0.007658647373318672,0.0026414748281240463,0.35111507773399353,0.474897176027298,0.671204686164856,414.0,105984.0,2603.895069435006,6782976.0 +114.32,8.899999618530273,2689.0,0.008346055634319782,0.11126708984375,0.0,2.002631187438965,2.05597186088562,-0.00811169296503067,0.0026468599680811167,0.44879409670829773,0.4834752082824707,0.6305732727050781,415.0,106240.0,2609.9890698699746,6799360.0 +99.08,9.199999809265137,2703.0,0.00894012488424778,0.1232706680893898,0.0,1.9301447868347168,2.0653743743896484,-0.008017960004508495,0.002636461751535535,0.3390226364135742,0.4710746109485626,0.7095604240894318,416.0,106496.0,2616.0501449860167,6815744.0 +118.09,9.100000381469727,2735.0,0.010748657397925854,0.1343994140625,0.0,1.9494317770004272,2.0328001976013184,-0.010902222245931625,0.0026539359241724014,0.3282572329044342,0.4895651638507843,0.6498277485370636,417.0,106752.0,2622.040853660088,6832128.0 +109.46,8.699999809265137,2667.0,0.008440381847321987,0.1077473983168602,0.0,1.9714597463607788,2.035749673843384,-0.0070682973600924015,0.0026476115453988314,0.36788514256477356,0.49113717675209045,0.6603048145771027,418.0,107008.0,2628.1846879860386,6848512.0 +92.94,8.600000381469727,2702.0,0.00743053900077939,0.088623046875,0.0,2.015319585800171,1.9783101081848145,-0.010041219182312489,0.002630238188430667,0.5196456909179688,0.4702018201351166,0.5908013582229614,419.0,107264.0,2634.2493375269696,6864896.0 +102.03,9.0,2749.0,0.009615599177777767,0.1305135041475296,0.0,2.014387845993042,2.003551721572876,-0.007402254268527031,0.0026461954694241285,0.4848160743713379,0.47631993889808655,0.5225595235824585,420.0,107520.0,2640.2091553481296,6881280.0 +96.58,9.100000381469727,2722.0,0.010901928879320621,0.1278889924287796,0.0,2.0239264965057373,1.942003607749939,-0.008879109285771847,0.0026316766161471605,0.5355579257011414,0.46860823035240173,0.5378757417201996,421.0,107776.0,2646.227004254004,6897664.0 +73.27,9.300000190734863,2683.0,0.009083687327802181,0.11041259765625,0.0,1.9574404954910278,1.9352504014968872,-0.009404389187693596,0.00263592810370028,0.4103983938694,0.4630342423915863,0.5700037777423859,422.0,108032.0,2652.3339651769493,6914048.0 +93.84,8.899999618530273,2616.0,0.008261425420641899,0.0998738631606102,0.0,1.9741102457046509,1.9783231019973755,-0.009290515445172787,0.002626052126288414,0.44305357336997986,0.46863114833831787,0.6064842641353607,423.0,108288.0,2658.5961348039564,6930432.0 +88.77,8.899999618530273,2703.0,0.007566988468170166,0.0915323868393898,0.0,2.0354843139648438,1.9762787818908691,-0.007101701572537422,0.0026358470786362886,0.546975314617157,0.47093769907951355,0.5164870321750641,424.0,108544.0,2664.6584827720653,6946816.0 +80.35,9.100000381469727,2738.0,0.00847744382917881,0.1017659530043602,0.0,1.9877557754516602,1.9730701446533203,-0.0070246439427137375,0.0026271454989910126,0.48128214478492737,0.46029701828956604,0.5494521260261536,425.0,108800.0,2670.6422011081595,6963200.0 +72.93,9.600000381469727,2699.0,0.007686234544962645,0.0947469100356102,0.0,1.9273262023925781,1.976645588874817,-0.008450728841125965,0.0026306938380002975,0.3482058048248291,0.46609342098236084,0.6199450790882111,426.0,109056.0,2676.7112360789906,6979584.0 +68.24,9.5,2697.0,0.007603756617754698,0.0846150740981102,0.0,2.0078125,1.9639619588851929,-0.008342566899955273,0.002647124230861664,0.4903029203414917,0.46708086133003235,0.543401449918747,427.0,109312.0,2682.7859937991016,6995968.0 +80.86,9.199999809265137,2690.0,0.007807832211256027,0.082763671875,0.0,1.9677501916885376,1.9740973711013794,-0.006945317145437002,0.002629488008096814,0.41852867603302,0.470428466796875,0.6144714951515198,428.0,109568.0,2688.8770323609933,7012352.0 +91.76,9.0,2688.0,0.009085380472242832,0.10552978515625,0.0,1.9817943572998047,2.0231387615203857,-0.006820932030677795,0.0026252930983901024,0.43911561369895935,0.4766424000263214,0.6144368052482605,429.0,109824.0,2694.9722088789567,7028736.0 +80.11,8.699999809265137,2666.0,0.007469953503459692,0.0882975235581398,0.0,2.0143558979034424,1.947022795677185,-0.008158693090081215,0.0026141395792365074,0.5098243355751038,0.480002760887146,0.6165714263916016,430.0,110080.0,2701.117864632979,7045120.0 +82.06,9.100000381469727,2653.0,0.008349369280040264,0.0893351212143898,0.0,1.9423054456710815,1.9941743612289429,-0.0070923492312431335,0.0026229831855744123,0.3729267120361328,0.471384733915329,0.6593521237373352,431.0,110336.0,2707.2922537710983,7061504.0 +109.8,9.199999809265137,2611.0,0.0068253264762461185,0.0843505859375,0.0,1.9516361951828003,2.018195390701294,-0.007457118481397629,0.0026449498254805803,0.32865673303604126,0.4924720525741577,0.6548124849796295,432.0,110592.0,2713.5661251540296,7077888.0 +85.5,9.100000381469727,2568.0,0.00808455515652895,0.09686279296875,0.0,1.9667304754257202,1.9839273691177368,-0.008016916923224926,0.0026532697957009077,0.3674828112125397,0.4842105805873871,0.6823310256004333,433.0,110848.0,2719.94701937004,7094272.0 +71.96,8.899999618530273,2536.0,0.009677649475634098,0.1216023787856102,0.0,1.997389316558838,1.9927648305892944,-0.009149792604148388,0.0026250118389725685,0.4577644169330597,0.48507872223854065,0.6290253698825836,434.0,111104.0,2726.406994835008,7110656.0 +93.65,8.800000190734863,2621.0,0.007918281480669975,0.1007283553481102,0.0,1.9769924879074097,1.988879680633545,-0.008058002218604088,0.0026413004379719496,0.38988247513771057,0.489347904920578,0.6518080532550812,435.0,111360.0,2732.658369870158,7127040.0 +116.02,8.899999618530273,2610.0,0.008294938132166862,0.1067098006606102,0.0,1.9739292860031128,2.0011210441589355,-0.008476730436086655,0.002645675791427493,0.3883942663669586,0.48538240790367126,0.6035993099212646,436.0,111616.0,2738.9358441811055,7143424.0 +110.91,9.100000381469727,2635.0,0.007993225008249283,0.1031087264418602,0.0,1.9270716905593872,1.984941005706787,-0.007936599664390087,0.002627074485644698,0.333383709192276,0.47462859749794006,0.6438400447368622,437.0,111872.0,2745.154796486022,7159808.0 +97.78,8.800000190734863,2656.0,0.00951492227613926,0.1302693635225296,0.0,1.9869928359985352,1.999387264251709,-0.00741404527798295,0.002629172056913376,0.4561656713485718,0.4717320501804352,0.6004509925842285,438.0,112128.0,2751.322223809082,7176192.0 +90.11,9.100000381469727,2598.0,0.00952713843435049,0.1114298477768898,0.0,1.941144347190857,2.0086605548858643,-0.009726982563734055,0.0026260206941515207,0.3656136095523834,0.47514066100120544,0.6716243624687195,439.0,112384.0,2757.627226564102,7192576.0 +87.86,8.899999618530273,2535.0,0.008929134346544743,0.118896484375,0.0,1.9545444250106812,2.020052194595337,-0.008128923363983631,0.0026287890505045652,0.37435755133628845,0.48130038380622864,0.6836954355239868,440.0,112640.0,2764.091598298168,7208960.0 +91.11,8.699999809265137,2469.0,0.009117526933550835,0.09893798828125,0.0,1.975583553314209,2.032313585281372,-0.00763593427836895,0.0026547412853688,0.36933037638664246,0.4915068447589874,0.6706447899341583,441.0,112896.0,2770.7268155750353,7225344.0 +129.95,9.0,2496.0,0.008445574901998043,0.1124471053481102,0.0,1.9693965911865234,2.0314669609069824,-0.007723942399024963,0.0026603129226714373,0.35141053795814514,0.49157294631004333,0.6898531317710876,442.0,113152.0,2777.2918561161496,7241728.0 +88.06,9.300000190734863,2656.0,0.009678787551820278,0.12762451171875,0.0,1.894232153892517,2.0408852100372314,-0.009459424763917923,0.0026196548715233803,0.29397907853126526,0.4672837257385254,0.712439626455307,443.0,113408.0,2783.460050144,7258112.0 +149.4,8.100000381469727,2617.0,0.00606580963358283,0.07452392578125,0.0,2.0611283779144287,2.0717570781707764,-0.006615226622670889,0.002626497531309724,0.5808567404747009,0.4847840368747711,0.5891534388065338,444.0,113664.0,2789.719643633114,7274496.0 +93.63,9.0,2588.0,0.007166735827922821,0.08160400390625,0.0,1.9529064893722534,2.017491579055786,-0.008706189692020416,0.002629082417115569,0.37402400374412537,0.480234295129776,0.6586257517337799,445.0,113920.0,2796.050527574029,7290880.0 +93.89,9.300000190734863,2638.0,0.008625312708318233,0.10784912109375,0.0,1.8961400985717773,2.0702121257781982,-0.010123546235263348,0.0026186860632151365,0.26382800936698914,0.48570871353149414,0.7346739768981934,446.0,114176.0,2802.2608149771113,7307264.0 +129.02,8.899999618530273,2663.0,0.00751410610973835,0.08349609375,0.0,2.007964849472046,2.0426406860351562,-0.00797818973660469,0.0026366228703409433,0.48407182097435,0.47602200508117676,0.5899035036563873,447.0,114432.0,2808.413710263092,7323648.0 +100.53,8.100000381469727,2544.0,0.007037997245788574,0.086669921875,0.0,2.046473503112793,2.0279581546783447,-0.008462904021143913,0.0026388540863990784,0.5621318221092224,0.47472333908081055,0.6029469072818756,448.0,114688.0,2814.8550923201256,7340032.0 +92.58,9.399999618530273,2615.0,0.008692877367138863,0.1065470352768898,0.0,1.9475313425064087,1.9834423065185547,-0.007478047162294388,0.0026344230864197016,0.38216039538383484,0.4665522277355194,0.6488820612430573,449.0,114944.0,2821.119741176022,7356416.0 +70.3,8.699999809265137,2602.0,0.008261033333837986,0.0959676131606102,0.0,1.9800795316696167,1.9374686479568481,-0.00873633660376072,0.00261703017167747,0.4874245822429657,0.45596346259117126,0.6233219504356384,450.0,115200.0,2827.416647541104,7372800.0 +90.31,8.800000190734863,2609.0,0.00754515128210187,0.0909016951918602,0.0,1.9824447631835938,2.0053048133850098,-0.008472571149468422,0.0026234753895550966,0.4438258409500122,0.47731971740722656,0.6390417814254761,451.0,115456.0,2833.696742748143,7389184.0 +107.17,8.800000190734863,2542.0,0.006482202094048262,0.0730387344956398,0.0,1.969525694847107,2.0381147861480713,-0.006672577932476997,0.002609115792438388,0.4334893524646759,0.4752766191959381,0.6590253412723541,452.0,115712.0,2840.14258319512,7405568.0 +107.11,9.0,2597.0,0.00863698311150074,0.10528564453125,0.0,1.9389883279800415,2.003857374191284,-0.005863863974809647,0.0026168038602918386,0.3492002785205841,0.4818888008594513,0.6678751707077026,453.0,115968.0,2846.4512541671284,7421952.0 +108.53,8.600000381469727,2669.0,0.0062140654772520065,0.0731201171875,0.0,2.0040857791900635,1.996279239654541,-0.007809247821569443,0.0026116466615349054,0.470646470785141,0.49071136116981506,0.6442721784114838,454.0,116224.0,2852.5891032309737,7438336.0 +125.98,9.300000190734863,2588.0,0.008268756791949272,0.1046956405043602,0.0,1.8965277671813965,1.973081111907959,-0.010203859768807888,0.002613646211102605,0.2752778232097626,0.4820001423358917,0.7109452784061432,455.0,116480.0,2858.920639122138,7454720.0 +119.71,9.0,2683.0,0.010855935513973236,0.1273396760225296,0.0,1.9316312074661255,1.981095314025879,-0.007781585678458214,0.0026188790798187256,0.3491593599319458,0.47520458698272705,0.6511361002922058,456.0,116736.0,2865.027873766143,7471104.0 +108.75,9.300000190734863,2629.0,0.010966355912387371,0.10845947265625,0.0,1.89848792552948,1.9898797273635864,-0.007819859310984612,0.0026184713933616877,0.30609574913978577,0.4639225900173187,0.7281779646873474,457.0,116992.0,2871.260374450125,7487488.0 +119.9,8.699999809265137,2731.0,0.01160974707454443,0.1361287385225296,0.0,1.9766496419906616,1.9703549146652222,-0.006121398881077766,0.0026249506045132875,0.4386081397533417,0.4706951379776001,0.5941610634326935,458.0,117248.0,2877.2598705820274,7503872.0 +76.66,9.300000190734863,2638.0,0.010576729662716389,0.12738037109375,0.0,1.9401966333389282,1.957950472831726,-0.007482327055186033,0.0026124308351427317,0.38646745681762695,0.4678090810775757,0.6399844884872437,459.0,117504.0,2883.46984935808,7520256.0 +85.74,9.199999809265137,2653.0,0.009058740921318531,0.1109415665268898,0.0,1.9310503005981445,1.943346619606018,-0.010282461531460285,0.0026034812908619642,0.36970630288124084,0.4741724729537964,0.6032972931861877,460.0,117760.0,2889.645819850033,7536640.0 +75.28,8.899999618530273,2667.0,0.008217464201152325,0.1020100936293602,0.0,1.960286021232605,1.9640283584594727,-0.00614892365410924,0.0025964309461414814,0.43673577904701233,0.4694920480251312,0.5847972631454468,461.0,118016.0,2895.7880903331097,7553024.0 +92.72,8.600000381469727,2665.0,0.007516336161643267,0.0971476212143898,0.0,1.9452290534973145,1.971186637878418,-0.007970426231622696,0.0025954407174140215,0.4271165430545807,0.4616328477859497,0.6315529644489288,462.0,118272.0,2901.9360148401465,7569408.0 +117.81,8.600000381469727,2618.0,0.008031356148421764,0.0950520858168602,0.0,2.0357918739318848,1.961717963218689,-0.00824060384184122,0.0026051802560687065,0.5778821706771851,0.47211864590644836,0.5666073262691498,463.0,118528.0,2908.1940787560306,7585792.0 +100.91,9.0,2701.0,0.010606884025037289,0.1302693635225296,0.0,1.9258426427841187,1.9664064645767212,-0.008164072409272194,0.0026108480524271727,0.3708021342754364,0.46284565329551697,0.6736637949943542,464.0,118784.0,2914.2600430140737,7602176.0 +102.44,9.100000381469727,2706.0,0.008849211037158966,0.1215413436293602,0.0,1.9359407424926758,1.9924192428588867,-0.010693139396607876,0.0026327064260840416,0.3592383563518524,0.4705859422683716,0.6529218256473541,465.0,119040.0,2920.3161550490186,7618560.0 +91.83,8.600000381469727,2701.0,0.008010405115783215,0.1066691055893898,0.0,2.0077242851257324,2.0067334175109863,-0.008120919577777386,0.002624223008751869,0.468595415353775,0.48950329422950745,0.6111225187778473,466.0,119296.0,2926.3814543799963,7634944.0 +112.76,8.899999618530273,2658.0,0.008829711936414242,0.11737060546875,0.0,1.9371362924575806,2.006660223007202,-0.006181279197335243,0.0026306204963475466,0.3404630124568939,0.4778423011302948,0.684007853269577,467.0,119552.0,2932.5458645180333,7651328.0 +97.94,8.800000190734863,2697.0,0.006586977746337652,0.07568359375,0.0,1.9771637916564941,2.0206353664398193,-0.007961028255522251,0.002623249078169465,0.42895960807800293,0.4792264401912689,0.6376788020133972,468.0,119808.0,2938.621520087123,7667712.0 +117.03,8.899999618530273,2679.0,0.006755027920007706,0.0834554061293602,0.0,1.9420981407165527,2.0239593982696533,-0.008478699252009392,0.0026035860646516085,0.3787716329097748,0.47963786125183105,0.6406523883342743,469.0,120064.0,2944.737796029076,7684096.0 +120.27,9.199999809265137,2645.0,0.008599468506872654,0.1107991561293602,0.0,1.8951061964035034,2.0075271129608154,-0.007517076563090086,0.002612089505419135,0.2549796998500824,0.48916390538215637,0.6985231041908264,470.0,120320.0,2950.9313107570633,7700480.0 +139.83,8.899999618530273,2650.0,0.010605533607304096,0.10748291015625,0.0,1.9240379333496094,1.9765115976333618,-0.007602220866829157,0.0026121772825717926,0.31129589676856995,0.48966896533966064,0.6470726728439331,471.0,120576.0,2957.114050599048,7716864.0 +130.8,8.699999809265137,2673.0,0.008486536331474781,0.1134236678481102,0.0,1.9311002492904663,1.995303750038147,-0.0075004552491009235,0.0026041418313980103,0.3467998504638672,0.48308292031288147,0.6831614375114441,472.0,120832.0,2963.2427191529423,7733248.0 +154.76,8.5,2624.0,0.006956683471798897,0.08251953125,0.0,1.9942684173583984,2.0057284832000732,-0.007072966080158949,0.002628951333463192,0.4405321776866913,0.4866567552089691,0.585708349943161,473.0,121088.0,2969.4870141991414,7749632.0 +97.57,8.800000190734863,2696.0,0.0075894868932664394,0.0999755859375,0.0,1.978929877281189,1.9684406518936157,-0.007724324241280556,0.0026333725545555353,0.40620875358581543,0.4865475594997406,0.5771351158618927,474.0,121344.0,2975.5649217800237,7766016.0 +107.26,9.399999618530273,2567.0,0.008580867201089859,0.1029866561293602,0.0,1.921827793121338,1.9884036779403687,-0.009352382272481918,0.0026646757032722235,0.2380695343017578,0.49969175457954407,0.6585085093975067,475.0,121600.0,2981.9475736641325,7782400.0 +103.94,9.199999809265137,2611.0,0.009088432416319847,0.1117757186293602,0.0,1.93736732006073,2.009852886199951,-0.006792325060814619,0.0026532344054430723,0.3121418356895447,0.48157012462615967,0.601827472448349,476.0,121856.0,2988.223070380045,7798784.0 +152.68,8.600000381469727,2616.0,0.008311082608997822,0.1081949844956398,0.0,1.9637094736099243,2.0122766494750977,-0.007274596486240625,0.0026357087772339582,0.35830244421958923,0.49410152435302734,0.6002708077430725,477.0,122112.0,2994.4863290430512,7815168.0 +132.34,8.199999809265137,2664.0,0.007823944091796875,0.0996907576918602,0.0,1.9994392395019531,2.008096694946289,-0.008321680128574371,0.002612086944282055,0.4710054397583008,0.4862959384918213,0.5695702731609344,478.0,122368.0,3000.63586037606,7831552.0 +127.58,8.300000190734863,2647.0,0.008630541153252125,0.1090291365981102,0.0,1.970054268836975,2.031532049179077,-0.007365514989942312,0.0026231820229440928,0.38187816739082336,0.4952050447463989,0.6018700301647186,479.0,122624.0,3006.8253012979403,7847936.0 +114.35,9.399999618530273,2740.0,0.009160502813756466,0.1150105819106102,0.0,1.8794690370559692,2.0114004611968994,-0.010031807236373425,0.0026124261785298586,0.21128398180007935,0.4977598190307617,0.7190097570419312,480.0,122880.0,3012.804965069983,7864320.0 +147.33,8.600000381469727,2692.0,0.010559264570474625,0.1373087614774704,0.0,1.9561057090759277,2.0164644718170166,-0.007122652605175972,0.0026289348024874926,0.3352733552455902,0.5012891888618469,0.6443778574466705,481.0,123136.0,3018.890538910171,7880704.0 +102.75,9.399999618530273,2520.0,0.008860706351697445,0.1104939803481102,0.0,1.905382752418518,2.009774923324585,-0.007725604344159365,0.002623185282573104,0.2566147446632385,0.49330613017082214,0.7030536532402039,482.0,123392.0,3025.3947020540945,7897088.0 +125.38,8.5,2510.0,0.00772274611517787,0.0915934219956398,0.0,1.9866255521774292,1.9800339937210083,-0.007097138557583094,0.002616601763293147,0.4258221387863159,0.49231085181236267,0.614087849855423,483.0,123648.0,3031.9223500180524,7913472.0 +111.72,8.699999809265137,2557.0,0.008104593493044376,0.0978597030043602,0.0,2.0300943851470947,2.0337865352630615,-0.006641775835305452,0.002645137719810009,0.46477022767066956,0.5021200776100159,0.5737629234790802,484.0,123904.0,3038.3310578640085,7929856.0 +109.23,8.699999809265137,2620.0,0.006518571171909571,0.07891845703125,0.0,2.005134344100952,2.011664628982544,-0.007810295093804598,0.002632926218211651,0.4577277600765228,0.4877340793609619,0.584446370601654,485.0,124160.0,3044.5841604350135,7946240.0 +111.88,9.0,2653.0,0.007152372505515814,0.0896402969956398,0.0,1.9523276090621948,2.0434014797210693,-0.006990958470851183,0.002633548341691494,0.3459751605987549,0.4899909794330597,0.6596198976039886,486.0,124416.0,3050.75857375795,7962624.0 +84.62,8.600000381469727,2693.0,0.006861869245767593,0.0777994766831398,0.0,2.026683807373047,1.9681816101074219,-0.008009345270693302,0.0026075541973114014,0.520670473575592,0.4902624189853668,0.6033743023872375,487.0,124672.0,3056.8435379120056,7979008.0 +71.76,9.300000190734863,2715.0,0.00807585846632719,0.09967041015625,0.0,1.9656620025634766,1.9561632871627808,-0.010063660331070423,0.002607982838526368,0.41656455397605896,0.48301348090171814,0.6578494012355804,488.0,124928.0,3062.8778361801524,7995392.0 +95.05,9.100000381469727,2684.0,0.008477119728922844,0.1031697615981102,0.0,1.934144139289856,1.964210867881775,-0.008425033651292324,0.0026254502590745687,0.3080862760543823,0.4954429864883423,0.7199683487415314,489.0,125184.0,3068.9813244999386,8011776.0 +107.32,8.699999809265137,2649.0,0.007570912595838308,0.0963134765625,0.0,1.9616522789001465,1.9944772720336914,-0.007865671068429947,0.0026368664111942053,0.3445805013179779,0.498739629983902,0.6676067411899567,490.0,125440.0,3075.1648577370215,8028160.0 +144.49,8.399999618530273,2595.0,0.007087761536240578,0.0833943709731102,0.0,1.9860552549362183,2.0282466411590576,-0.007445442955940962,0.002657623030245304,0.37970802187919617,0.49511775374412537,0.6557506024837494,491.0,125696.0,3081.479199621128,8044544.0 +129.51,8.899999618530273,2522.0,0.007358378265053034,0.0964762344956398,0.0,1.945650577545166,2.0406415462493896,-0.005908051505684853,0.0026524169370532036,0.2763887941837311,0.5075624585151672,0.7190120816230774,492.0,125952.0,3087.9786707521416,8060928.0 +146.75,8.399999618530273,2584.0,0.007060981821268797,0.0704549178481102,0.0,2.0559847354888916,2.028421640396118,-0.007595416624099016,0.00267015746794641,0.49926844239234924,0.49915146827697754,0.563528448343277,493.0,126208.0,3094.3191114061046,8077312.0 +95.75,9.199999809265137,2592.0,0.00978653784841299,0.13140869140625,0.0,1.925258755683899,2.0561001300811768,-0.009542695246636868,0.0026491701137274504,0.2674194574356079,0.497067928314209,0.707432359457016,494.0,126464.0,3100.6416210411116,8093696.0 +122.19,9.0,2603.0,0.007489141542464495,0.0938517227768898,0.0,1.9622039794921875,2.025408983230591,-0.007489949464797974,0.0026420035865157843,0.3471558392047882,0.49536895751953125,0.6761950552463531,495.0,126720.0,3106.9361378720496,8110080.0 +113.26,8.899999618530273,2657.0,0.008832894265651703,0.1145223006606102,0.0,1.9843288660049438,1.9990710020065308,-0.00818881206214428,0.002664978848770261,0.35995879769325256,0.5000399351119995,0.6572568416595459,496.0,126976.0,3113.1034637780394,8126464.0 +152.64,8.800000190734863,2666.0,0.009377662092447281,0.1147664412856102,0.0,1.9660738706588745,2.004506826400757,-0.010129828937351704,0.002649649977684021,0.356526643037796,0.49316033720970154,0.6646626889705658,497.0,127232.0,3119.2492688889615,8142848.0 +118.43,8.600000381469727,2627.0,0.011080111376941204,0.1245524063706398,0.0,1.9991626739501953,2.001453161239624,-0.010556722991168499,0.0026354442816227674,0.426060289144516,0.49898195266723633,0.6407435834407806,498.0,127488.0,3125.4863615911454,8159232.0 +104.7,8.800000190734863,2632.0,0.008969916962087154,0.11181640625,0.0,1.9727715253829956,1.9794840812683105,-0.007008507382124662,0.0026097006630152464,0.4320700168609619,0.47868943214416504,0.6206196844577789,499.0,127744.0,3131.7108495230787,8175616.0 +119.7,8.800000190734863,2727.0,0.007025739178061485,0.0880330428481102,0.0,1.9357978105545044,2.0115408897399902,-0.007479863241314888,0.002606283174827695,0.37109848856925964,0.474702388048172,0.63744255900383,500.0,128000.0,3137.7182812071405,8192000.0 +93.41,8.600000381469727,2680.0,0.008336376398801804,0.0938924178481102,0.0,1.9457908868789673,1.9799586534500122,-0.007790867239236832,0.0026104236021637917,0.4388478994369507,0.44874539971351624,0.6191518902778625,501.0,128256.0,3143.832097316161,8208384.0 +111.19,9.0,2555.0,0.007261344697326422,0.0802408829331398,0.0,1.8894461393356323,1.97998046875,-0.0072666010819375515,0.002603016095235944,0.34110894799232483,0.4444500505924225,0.6652616262435913,502.0,128512.0,3150.2478922440205,8224768.0 +128.65,9.0,2601.0,0.00990392081439495,0.1293538361787796,0.0,1.8404570817947388,1.9841564893722534,-0.007910627871751785,0.002588251605629921,0.2691554129123688,0.4395059645175934,0.7458305358886719,503.0,128768.0,3156.5477640491445,8241152.0 +92.52,9.0,2698.0,0.011109624058008194,0.15142822265625,0.0,1.8721286058425903,2.0253002643585205,-0.008491434156894684,0.0025980498176068068,0.2781064212322235,0.46279504895210266,0.7499629855155945,504.0,129024.0,3162.6190098850057,8257536.0 +150.25,8.0,2641.0,0.007225363049656153,0.0879313126206398,0.0,1.9885954856872559,2.0476086139678955,-0.008587236516177654,0.0026025858242064714,0.4839986562728882,0.4743666350841522,0.6348060965538025,505.0,129280.0,3168.823255277006,8273920.0 +86.8,9.399999618530273,2749.0,0.008902608416974545,0.1118977889418602,0.0,1.94347083568573,2.0090525150299072,-0.00905673298984766,0.0025956733152270317,0.45828089118003845,0.4456411302089691,0.6566967368125916,506.0,129536.0,3174.782937780954,8290304.0 +136.2,8.399999618530273,2607.0,0.011791441589593887,0.1459757536649704,0.0,1.9631810188293457,2.0134639739990234,-0.009572749026119709,0.002605802146717906,0.4634977877140045,0.45823848247528076,0.6348509788513184,507.0,129792.0,3181.0670981709845,8306688.0 +125.15,8.5,2607.0,0.008370601572096348,0.09613037109375,0.0,1.9271281957626343,1.985848069190979,-0.009738639928400517,0.0026025373954325914,0.4038630425930023,0.4535250663757324,0.6821085512638092,508.0,130048.0,3187.35109691415,8323072.0 +102.38,9.100000381469727,2613.0,0.008197307586669922,0.10595703125,0.0,1.9021105766296387,1.95256769657135,-0.010766607709228992,0.002585555659607053,0.36562299728393555,0.45681333541870117,0.7078462243080139,509.0,130304.0,3193.620475644013,8339456.0 +111.91,8.699999809265137,2591.0,0.007946712896227837,0.0902913436293602,0.0,1.9637619256973267,1.9974899291992188,-0.009643000550568104,0.002594262594357133,0.4767325818538666,0.4578821361064911,0.6407694220542908,510.0,130560.0,3199.944452530006,8355840.0 +109.94,8.800000190734863,2625.0,0.00984963495284319,0.1155192032456398,0.0,1.9152058362960815,2.0423309803009033,-0.010813303291797638,0.0026193244848400354,0.3309699594974518,0.47129538655281067,0.7040977478027344,511.0,130816.0,3206.1863883039914,8372224.0 +99.39,9.0,2630.0,0.006374896038323641,0.0719197615981102,0.0,1.9114118814468384,2.0332369804382324,-0.0069543663412332535,0.0026044424157589674,0.36324968934059143,0.45485231280326843,0.7135041952133179,512.0,131072.0,3212.4162131880876,8388608.0 +111.1,8.699999809265137,2601.0,0.008312289603054523,0.0976969376206398,0.0,1.9429653882980347,2.0342772006988525,-0.009465855546295643,0.0026051171589642763,0.4000387191772461,0.4701959788799286,0.6931027472019196,513.0,131328.0,3218.7159140219446,8404992.0 +102.01,8.800000190734863,2694.0,0.005507258232682943,0.06195068359375,0.0,1.9419559240341187,1.9836211204528809,-0.006772669497877359,0.002589963609352708,0.43681859970092773,0.45517346262931824,0.7288438081741333,514.0,131584.0,3224.7974012331106,8421376.0 +120.76,8.600000381469727,2650.0,0.007260510232299566,0.0904947891831398,0.0,1.964781641960144,1.9898761510849,-0.009257723577320576,0.002588532632216811,0.46887436509132385,0.46523427963256836,0.6928300261497498,515.0,131840.0,3230.9801607851405,8437760.0 +110.98,8.800000190734863,2701.0,0.009354766458272934,0.1205240860581398,0.0,1.9100818634033203,1.9306186437606812,-0.011644807644188404,0.002600584179162979,0.4035741984844208,0.43895360827445984,0.714359849691391,516.0,132096.0,3237.0464100700337,8454144.0 +111.05,8.300000190734863,2620.0,0.008925830014050007,0.1100870743393898,0.0,1.9362201690673828,1.9855610132217407,-0.00947799813002348,0.0025889151729643345,0.4504897892475128,0.44585123658180237,0.7000853717327118,517.0,132352.0,3243.2994321060833,8470528.0 +93.34,8.600000381469727,2664.0,0.005172000732272863,0.0600992850959301,0.0,1.9401650428771973,1.962515950202942,-0.007133417297154665,0.0025876250583678484,0.49912914633750916,0.42354616522789,0.6839573979377747,518.0,132608.0,3249.44897649996,8486912.0 +111.71,8.800000190734863,2683.0,0.0076397075317800045,0.0986531600356102,0.0,1.9337083101272583,1.97925865650177,-0.007379455957561731,0.002593826502561569,0.4535433351993561,0.4371955096721649,0.703254908323288,519.0,132864.0,3255.5556081680115,8503296.0 +127.45,8.699999809265137,2666.0,0.005957721266895533,0.068603515625,0.0,1.9451221227645874,1.9685975313186646,-0.0068982443772256374,0.002602087566629052,0.45584461092948914,0.44274023175239563,0.688494473695755,520.0,133120.0,3261.6998873681296,8519680.0 +83.65,9.0,2634.0,0.006591664627194405,0.07275390625,0.0,1.9411102533340454,1.9312939643859863,-0.009060432203114033,0.0026000530924648046,0.4487493336200714,0.44508251547813416,0.6844232082366943,521.0,133376.0,3267.919517287053,8536064.0 +96.54,8.300000190734863,2711.0,0.006799062713980675,0.0844523087143898,0.0,1.965356707572937,1.9518380165100098,-0.00871942937374115,0.002601769519969821,0.5144226551055908,0.43549844622612,0.6585665345191956,522.0,133632.0,3273.9657498160377,8552448.0 +110.17,8.5,2696.0,0.006827782839536667,0.0843505859375,0.0,1.9362878799438477,1.93496572971344,-0.00742326257750392,0.0025751080829650164,0.4859658479690552,0.4325239658355713,0.669969916343689,523.0,133888.0,3280.0429045541678,8568832.0 +86.9,9.300000190734863,2643.0,0.010079772211611271,0.1039835587143898,0.0,1.835716724395752,1.953234076499939,-0.009817373938858509,0.0025712375063449144,0.2941332161426544,0.43238139152526855,0.7464733719825745,524.0,134144.0,3286.240781164961,8585216.0 +114.61,8.600000381469727,2657.0,0.007259350270032883,0.0939127579331398,0.0,1.9197839498519897,1.910408616065979,-0.008912450633943081,0.002568113384768367,0.4496031701564789,0.4389423429965973,0.6712629199028015,525.0,134400.0,3292.406187081011,8601600.0 +81.4,8.899999618530273,2639.0,0.010199422016739845,0.12933349609375,0.0,1.9090098142623901,1.880358099937439,-0.0057677458971738815,0.002569042146205902,0.41297850012779236,0.4425707161426544,0.6927973330020905,526.0,134656.0,3298.61319109099,8617984.0 +85.57,9.100000381469727,2639.0,0.006663098931312561,0.0785725936293602,0.0,1.9054012298583984,1.8918933868408203,-0.008853872306644917,0.0025686991866678,0.41390570998191833,0.4418714940547943,0.6826589405536652,527.0,134912.0,3304.821710934164,8634368.0 +92.96,9.0,2647.0,0.008360449224710464,0.10321044921875,0.0,1.91245698928833,1.8540254831314087,-0.011123386211693287,0.0025717183016240597,0.4381050169467926,0.437208890914917,0.6654098927974701,528.0,135168.0,3311.0120384129696,8650752.0 +124.99,8.600000381469727,2697.0,0.010120327584445477,0.1269124299287796,0.0,1.921446681022644,1.886864185333252,-0.010488386265933514,0.0025727420579642057,0.45724448561668396,0.4358103573322296,0.6627047955989838,529.0,135424.0,3317.087264806032,8667136.0 +82.95,9.5,2676.0,0.007606858387589455,0.09686279296875,0.0,1.843766689300537,1.9050153493881226,-0.009213652461767197,0.0025710996706038713,0.3059034049510956,0.433528870344162,0.7438517510890961,530.0,135680.0,3323.2097465840634,8683520.0 +77.89,9.199999809265137,2671.0,0.007429360877722502,0.09332275390625,0.0,1.8658370971679688,1.9360367059707642,-0.0077784075401723385,0.0025611254386603832,0.3261496126651764,0.449338436126709,0.7234738767147064,531.0,135936.0,3329.3437213429715,8699904.0 +130.72,8.0,2621.0,0.005367916543036699,0.0596720390021801,0.0,1.9812722206115723,1.9869427680969238,-0.006974231917411089,0.0025735325179994106,0.5598884224891663,0.441405326128006,0.6426734328269958,532.0,136192.0,3335.600528063951,8716288.0 +79.57,8.899999618530273,2688.0,0.00502525782212615,0.0596516914665699,0.0,1.9247890710830688,1.926294207572937,-0.005011995788663626,0.002569025382399559,0.45217761397361755,0.4384625256061554,0.6685400903224945,533.0,136448.0,3341.6963961189613,8732672.0 +133.77,8.600000381469727,2605.0,0.010128711350262165,0.0770060196518898,0.0,1.8722548484802246,2.005011796951294,-0.004896074999123812,0.0025697548408061266,0.34121522307395935,0.4417160451412201,0.7213632166385651,534.0,136704.0,3347.9863976810593,8749056.0 +97.33,8.300000190734863,2678.0,0.005671950522810221,0.06060791015625,0.0,1.9636187553405762,1.9718278646469116,-0.008886568248271942,0.002575161401182413,0.5211194157600403,0.44408324360847473,0.6349626779556274,535.0,136960.0,3354.1041244240478,8765440.0 +116.77,8.399999618530273,2660.0,0.006371980998665094,0.0780436173081398,0.0,1.9121304750442505,1.9693207740783691,-0.00626487098634243,0.00257871369831264,0.4482097625732422,0.4246269166469574,0.6889975965023041,536.0,137216.0,3360.2631025430746,8781824.0 +97.55,9.100000381469727,2629.0,0.008299010805785656,0.1072794571518898,0.0,1.8280166387557983,1.9775766134262085,-0.010478120297193527,0.002572016790509224,0.29935792088508606,0.42258313298225403,0.7541472315788269,537.0,137472.0,3366.4952363569755,8798208.0 +87.78,9.5,2656.0,0.009188376367092133,0.1065470352768898,0.0,1.8383640050888062,1.9744294881820679,-0.009746174328029156,0.002569739008322358,0.3372272551059723,0.414371132850647,0.7181221544742584,538.0,137728.0,3372.6626300970092,8814592.0 +89.17,9.100000381469727,2658.0,0.008737052790820599,0.1122639998793602,0.0,1.8401750326156616,2.0109264850616455,-0.008288104087114334,0.002563527785241604,0.3130614459514618,0.4302777945995331,0.717273473739624,539.0,137984.0,3378.8255949420854,8830976.0 +120.55,8.899999618530273,2682.0,0.007869328372180462,0.10150146484375,0.0,1.8927220106124878,1.9909113645553589,-0.006230954080820084,0.0025632635224610567,0.40893229842185974,0.4327641427516937,0.6893481910228729,540.0,138240.0,3384.9342770040967,8847360.0 +99.49,9.199999809265137,2670.0,0.005735078826546669,0.0682576522231102,0.0,1.8712447881698608,2.0147669315338135,-0.005750155076384544,0.002569683361798525,0.34067511558532715,0.4419635832309723,0.7211764454841614,541.0,138496.0,3391.0709342979826,8863744.0 +99.55,9.100000381469727,2590.0,0.006768709514290094,0.0850016251206398,0.0,1.9189344644546509,1.9818419218063354,-0.008049414493143559,0.002555200830101967,0.4449369013309479,0.4467330873012543,0.6748691201210022,542.0,138752.0,3397.3966360320337,8880128.0 +76.47,9.100000381469727,2583.0,0.008037806488573551,0.0991617813706398,0.0,1.9016298055648804,1.99124276638031,-0.007970194332301617,0.0025564422830939293,0.40455636382102966,0.44901299476623535,0.6822858154773712,543.0,139008.0,3403.73816964007,8896512.0 +111.88,8.699999809265137,2611.0,0.007285391911864281,0.0864461287856102,0.0,1.9301964044570923,2.0313799381256104,-0.00775550864636898,0.0025637305807322264,0.4590754508972168,0.44686272740364075,0.6265805661678314,544.0,139264.0,3410.0128763739485,8912896.0 +109.45,8.899999618530273,2607.0,0.00772863021120429,0.0956217423081398,0.0,1.8560420274734497,2.0730862617492676,-0.01060273963958025,0.00255808443762362,0.323667973279953,0.4464993476867676,0.6942256093025208,545.0,139520.0,3416.2972343561705,8929280.0 +124.92,8.800000190734863,2609.0,0.0082447724416852,0.0940755233168602,0.0,1.8687995672225952,2.070970296859741,-0.006506320554763079,0.002566852606832981,0.32176369428634644,0.45170721411705017,0.6907502114772797,546.0,139776.0,3422.5775258529466,8945664.0 +119.58,8.699999809265137,2627.0,0.009179273620247841,0.1144002303481102,0.0,1.887926459312439,2.0662333965301514,-0.006847322452813387,0.0025586166884750128,0.3758922517299652,0.44818171858787537,0.6538786590099335,547.0,140032.0,3428.8149564829655,8962048.0 +129.23,8.899999618530273,2702.0,0.012044182978570461,0.15924072265625,0.0,1.8642698526382446,2.0350849628448486,-0.007990501821041107,0.00256512057967484,0.3218194246292114,0.44914135336875916,0.692552924156189,548.0,140288.0,3434.879430093104,8978432.0 +113.6,8.699999809265137,2678.0,0.008578618057072163,0.1026407852768898,0.0,1.8978959321975708,1.965275764465332,-0.008904237300157547,0.0025583819951862097,0.3972814977169037,0.4486211836338043,0.6851039826869965,549.0,140544.0,3440.997005110141,8994816.0 +75.54,8.899999618530273,2710.0,0.00768818287178874,0.0822347030043602,0.0,1.9097262620925903,1.9709352254867554,-0.007073030341416597,0.0025566299445927143,0.4108163118362427,0.4527859687805176,0.6641339659690857,550.0,140800.0,3447.04322833498,9011200.0 +99.69,9.0,2678.0,0.014725473709404469,0.1670328825712204,0.0,1.8771424293518066,1.9828267097473145,-0.00798122864216566,0.0025519116315990686,0.32263004779815674,0.4676809310913086,0.6874715387821198,551.0,141056.0,3453.160262363963,9027584.0 +120.94,8.600000381469727,2636.0,0.007596712093800306,0.0946044921875,0.0,1.8802655935287476,2.0310847759246826,-0.009989685378968716,0.002568629803135991,0.3616985082626343,0.4454018175601959,0.6778015196323395,552.0,141312.0,3459.3761336959433,9043968.0 +109.42,9.0,2563.0,0.00907167699187994,0.11328125,0.0,1.8245981931686401,2.0817172527313232,-0.00949061568826437,0.0025687222369015217,0.2604990601539612,0.44029510021209717,0.7356060743331909,553.0,141568.0,3465.7729472881183,9060352.0 +166.33,8.5,2579.0,0.008505732752382755,0.1109212264418602,0.0,1.8837183713912964,2.064250946044922,-0.008049719966948032,0.0025602218229323626,0.3669746220111847,0.4488125145435333,0.7033808827400208,554.0,141824.0,3472.1249602329917,9076736.0 +109.67,9.0,2558.0,0.009486681781709194,0.1180419921875,0.0,1.8710583448410034,2.030639410018921,-0.010814200155436993,0.002562784356996417,0.32132723927497864,0.4601229727268219,0.7392718493938446,555.0,142080.0,3478.530176649103,9093120.0 +143.94,8.399999618530273,2634.0,0.008088404312729836,0.10052490234375,0.0,1.932436466217041,2.0155012607574463,-0.006341632455587387,0.0025670488830655813,0.46390095353126526,0.44345834851264954,0.6739451289176941,556.0,142336.0,3484.7504107791465,9109504.0 +103.3,8.5,2637.0,0.007195647805929184,0.08258056640625,0.0,1.8764152526855469,2.0171165466308594,-0.009097007103264332,0.0025687944144010544,0.36655721068382263,0.4380079209804535,0.7139115333557129,557.0,142592.0,3490.9643044560216,9125888.0 +95.78,9.199999809265137,2585.0,0.009869955480098724,0.13055419921875,0.0,1.8725205659866333,2.0279903411865234,-0.009035651572048664,0.0025531663559377193,0.3541971743106842,0.44815436005592346,0.7233531773090363,558.0,142848.0,3497.303216041997,9142272.0 +128.46,8.800000190734863,2632.0,0.008868678472936153,0.105712890625,0.0,1.8570419549942017,1.9995406866073608,-0.009080732241272926,0.002560976194217801,0.3241160809993744,0.4435718357563019,0.7351154983043671,559.0,143104.0,3503.5284021070693,9158656.0 +115.53,8.600000381469727,2653.0,0.009360133670270443,0.1043497696518898,0.0,1.9363738298416138,1.981062889099121,-0.010839498601853848,0.0025531714782118797,0.4849509298801422,0.4479627311229706,0.6609127223491669,560.0,143360.0,3509.7041809740476,9175040.0 +137.75,8.899999618530273,2669.0,0.009766454808413982,0.119140625,0.0,1.8659906387329102,2.0001258850097656,-0.010747477412223816,0.002564290538430214,0.3620278537273407,0.4335803985595703,0.7240436375141144,561.0,143616.0,3515.8431427129544,9191424.0 +91.04,9.100000381469727,2672.0,0.00845328625291586,0.1049397811293602,0.0,1.9067120552062988,1.9646178483963013,-0.008890639990568161,0.002555608516559005,0.4275098145008087,0.4436894357204437,0.6995724439620972,562.0,143872.0,3521.973844876047,9207808.0 +101.12,8.800000190734863,2646.0,0.007825256325304508,0.0966389998793602,0.0,1.8761745691299438,1.9557262659072876,-0.010996839962899685,0.002555758459493518,0.3687710464000702,0.4444641172885895,0.7118532657623291,563.0,144128.0,3528.166548085166,9224192.0 +85.87,9.399999618530273,2687.0,0.009764648973941803,0.1150309219956398,0.0,1.8643722534179688,1.922655701637268,-0.009007404558360577,0.0025593212340027094,0.3338361978530884,0.44602760672569275,0.7238122820854187,564.0,144384.0,3534.2645340079907,9240576.0 +97.78,8.600000381469727,2666.0,0.008261927403509617,0.10296630859375,0.0,1.9444626569747925,1.943661093711853,-0.008089031092822552,0.002562067937105894,0.48493465781211853,0.4484868347644806,0.6356055438518524,565.0,144640.0,3540.40951329004,9256960.0 +86.78,8.899999618530273,2592.0,0.008862585760653019,0.1105753555893898,0.0,1.8697781562805176,1.977143406867981,-0.009924483485519886,0.0025708784814924,0.33932173252105713,0.4443739950656891,0.7066816985607147,566.0,144896.0,3546.7297911229543,9273344.0 +115.46,8.600000381469727,2586.0,0.007253212854266167,0.0833740234375,0.0,1.9670811891555786,2.0016040802001953,-0.005994078237563372,0.002564692869782448,0.5143259763717651,0.4535820484161377,0.6145040988922119,567.0,145152.0,3553.0644494821317,9289728.0 +96.55,9.0,2652.0,0.009417086839675903,0.1198526993393898,0.0,1.890488624572754,1.985273003578186,-0.011126468889415264,0.0025613040197640657,0.38766953349113464,0.44698086380958557,0.677856832742691,568.0,145408.0,3559.241831836058,9306112.0 +101.65,9.199999809265137,2683.0,0.008434914983808994,0.1091715469956398,0.0,1.8518882989883423,1.9901608228683472,-0.009642315097153187,0.0025571519508957863,0.2963238060474396,0.45469430088996887,0.7182951271533966,569.0,145664.0,3565.347393264994,9322496.0 +94.1,9.399999618530273,2665.0,0.010275694541633129,0.12847900390625,0.0,1.8889788389205933,1.9503134489059448,-0.009180574677884579,0.002556657185778022,0.39174696803092957,0.443460077047348,0.6397561132907867,570.0,145920.0,3571.494058598997,9338880.0 +87.46,9.0,2635.0,0.006350891664624214,0.0752360001206398,0.0,1.8917303085327148,1.9650734663009644,-0.008730758912861347,0.002541937632486224,0.36846816539764404,0.46490880846977234,0.6489410996437073,571.0,146176.0,3577.7119339951314,9355264.0 +109.19,8.800000190734863,2711.0,0.007290398236364126,0.0939127579331398,0.0,1.9486445188522339,1.9361233711242676,-0.008321215398609638,0.0025646639987826347,0.4831153154373169,0.45243731141090393,0.5633626878261566,572.0,146432.0,3583.7556506760884,9371648.0 +63.02,9.399999618530273,2723.0,0.01083153486251831,0.1364339143037796,0.0,1.8599261045455933,1.9791364669799805,-0.008537349291145802,0.0025499649345874786,0.33613309264183044,0.4452056884765625,0.6661162376403809,573.0,146688.0,3589.7746802640613,9388032.0 +91.61,9.300000190734863,2628.0,0.008214816451072693,0.1024373397231102,0.0,1.8451319932937622,2.0189056396484375,-0.008062650449573994,0.002557286759838462,0.2874462902545929,0.4510175287723541,0.6914693117141724,574.0,146944.0,3596.0102060160134,9404416.0 +84.86,8.699999809265137,2649.0,0.008039606735110283,0.0994873046875,0.0,1.9589624404907227,2.020103931427002,-0.008172391913831234,0.0025448589585721493,0.5276466012001038,0.45108309388160706,0.5638257563114166,575.0,147200.0,3602.1945731069427,9420800.0 +109.95,8.699999809265137,2679.0,0.008513174019753933,0.1185709610581398,0.0,1.9122313261032104,2.0277278423309326,-0.0058395820669829845,0.0025446314830332994,0.4316442310810089,0.45021048188209534,0.6066226065158844,576.0,147456.0,3608.309948794078,9437184.0 +96.51,8.800000190734863,2653.0,0.00842322688549757,0.10797119140625,0.0,1.9220386743545532,1.9961849451065063,-0.007349796127527952,0.0025568485725671053,0.43937209248542786,0.45124006271362305,0.613540530204773,577.0,147712.0,3614.486040581949,9453568.0 +93.01,9.100000381469727,2612.0,0.008354510180652142,0.1029459610581398,0.0,1.8743343353271484,1.9748741388320923,-0.008626569993793964,0.002542157657444477,0.34989795088768005,0.4566814601421356,0.6056887805461884,578.0,147968.0,3620.75945569505,9469952.0 +94.74,8.600000381469727,2607.0,0.00738990493118763,0.0936279296875,0.0,1.9306010007858276,2.0300984382629395,-0.008468172512948513,0.0025512368883937597,0.4577862322330475,0.454858660697937,0.5733791589736938,579.0,148224.0,3627.043127421057,9486336.0 +88.33,8.899999618530273,2550.0,0.0073770806193351746,0.0934651717543602,0.0,1.9290622472763062,2.008091449737549,-0.008089440874755383,0.0025503127835690975,0.4504413902759552,0.4568556249141693,0.5901115536689758,580.0,148480.0,3633.4683503089473,9502720.0 +111.5,9.0,2607.0,0.008738507516682148,0.10516357421875,0.0,1.879416584968567,2.0276026725769043,-0.007875620387494564,0.0025468026287853718,0.3591863811016083,0.4545734226703644,0.6006088554859161,581.0,148736.0,3639.7536712000147,9519104.0 +82.86,9.399999618530273,2689.0,0.009163840673863888,0.110107421875,0.0,1.8546348810195923,2.0499587059020996,-0.008931515738368034,0.002556248800829053,0.29654648900032043,0.457668662071228,0.6363778710365295,582.0,148992.0,3645.846564239124,9535488.0 +99.05,8.5,2677.0,0.008618469350039959,0.1139119490981102,0.0,1.897229790687561,2.0523035526275635,-0.006975206080824137,0.002541507361456752,0.39004918932914734,0.45894965529441833,0.6501547396183014,583.0,149248.0,3651.967176503036,9551872.0 +108.26,8.899999618530273,2654.0,0.007948041893541813,0.1060384139418602,0.0,1.8668546676635742,2.040623426437378,-0.008394134230911732,0.00255544763058424,0.32492581009864807,0.4554682970046997,0.6605024933815002,584.0,149504.0,3658.1405544860754,9568256.0 +98.35,8.899999618530273,2639.0,0.007764844689518213,0.0966389998793602,0.0,1.8753724098205566,2.0188581943511963,-0.007284827530384064,0.002541842171922326,0.3680169880390167,0.4479162395000458,0.6474669873714447,585.0,149760.0,3664.34827296203,9584640.0 +112.75,9.100000381469727,2620.0,0.009484197944402695,0.127685546875,0.0,1.839382290840149,2.0064995288848877,-0.009085503406822681,0.0025425783824175596,0.30460235476493835,0.4449426233768463,0.6892184913158417,586.0,150016.0,3670.603050348116,9601024.0 +102.89,9.0,2705.0,0.00849548913538456,0.1085205078125,0.0,1.8586535453796387,2.0326931476593018,-0.009477192535996437,0.0025427090004086494,0.3207463324069977,0.4567300081253052,0.704362154006958,587.0,150272.0,3676.659855101956,9617408.0 +102.03,8.600000381469727,2634.0,0.010085911490023136,0.1204020157456398,0.0,1.8874837160110474,2.050132989883423,-0.008392829447984695,0.002539849141612649,0.3848768174648285,0.45401501655578613,0.6648430824279785,588.0,150528.0,3682.8787643921096,9633792.0 +97.59,8.899999618530273,2674.0,0.006848862860351801,0.0788167342543602,0.0,1.8908978700637817,2.0555098056793213,-0.007882879115641117,0.0025419630110263824,0.3709985017776489,0.46285510063171387,0.6810888051986694,589.0,150784.0,3689.004524686141,9650176.0 +145.4,8.5,2645.0,0.00686833867803216,0.08642578125,0.0,1.9303778409957886,2.0546860694885254,-0.007269890513271093,0.002539322478696704,0.449079304933548,0.4639935791492462,0.6557845771312714,590.0,151040.0,3695.199127426138,9666560.0 +133.25,8.5,2607.0,0.007990296930074692,0.0930582657456398,0.0,1.9597402811050415,2.072946548461914,-0.007009345572441816,0.0025527013931423426,0.4858889579772949,0.46818408370018005,0.6203483641147614,591.0,151296.0,3701.4843104020692,9682944.0 +93.38,9.5,2557.0,0.009565156884491444,0.1181844100356102,0.0,1.831581711769104,2.0685737133026123,-0.009282334707677364,0.0025419925805181265,0.24889381229877472,0.46610674262046814,0.7537186294794083,592.0,151552.0,3707.8924992880784,9699328.0 +102.28,8.600000381469727,2556.0,0.008570271544158459,0.1142374649643898,0.0,1.9087038040161133,2.085036516189575,-0.007774087134748697,0.002554473700001836,0.3627663552761078,0.47870829701423645,0.6565651297569275,593.0,151808.0,3714.301495779073,9715712.0 +152.23,8.5,2560.0,0.006503675598651171,0.0819295272231102,0.0,1.9030169248580933,2.089616537094116,-0.006865736097097397,0.0025537412147969007,0.36950457096099854,0.4691556394100189,0.596671462059021,594.0,152064.0,3720.7030053769704,9732096.0 +120.88,9.100000381469727,2676.0,0.006075677927583456,0.0720011368393898,0.0,1.8332349061965942,2.0713016986846924,-0.00779989967122674,0.0025448135565966368,0.26852455735206604,0.45507892966270447,0.692606121301651,595.0,152320.0,3726.825456443941,9748480.0 +168.14,8.5,2748.0,0.0069625042378902435,0.0860188826918602,0.0,1.893442153930664,2.0477046966552734,-0.007556131109595299,0.002542285481467843,0.3801212012767792,0.46027228236198425,0.5902951061725616,596.0,152576.0,3732.7871153671294,9764864.0 +127.88,8.899999618530273,2652.0,0.005419913213700056,0.0634969100356102,0.0,1.9394973516464233,2.0290489196777344,-0.007773989345878363,0.002534391125664115,0.4817410409450531,0.45949575304985046,0.592698335647583,597.0,152832.0,3738.9657891050447,9781248.0 +104.36,9.300000190734863,2659.0,0.0072735087014734745,0.0854085311293602,0.0,1.8502345085144043,2.059159517288208,-0.009725070558488369,0.002539070090278983,0.28262194991111755,0.46970489621162415,0.6550561785697937,598.0,153088.0,3745.1274297421332,9797632.0 +116.58,8.5,2600.0,0.00741520756855607,0.0907796248793602,0.0,1.9407051801681519,2.062222719192505,-0.008749027736485004,0.0025396780110895634,0.4678133726119995,0.46633079648017883,0.5491287410259247,599.0,153344.0,3751.428386718966,9814016.0 +112.3,8.800000190734863,2594.0,0.006653275340795517,0.07928466796875,0.0,1.851240634918213,2.1006836891174316,-0.009063536301255226,0.0025496995076537132,0.29187706112861633,0.46052274107933044,0.6521177589893341,600.0,153600.0,3757.7448908551596,9830400.0 +187.35,8.600000381469727,2614.0,0.009973287582397461,0.1131998673081398,0.0,1.8967078924179077,2.0704097747802734,-0.006932587828487158,0.002547947457060218,0.362117737531662,0.4693118631839752,0.6060764789581299,601.0,153856.0,3764.013091715984,9846784.0 +142.0,9.0,2722.0,0.006978120654821396,0.086669921875,0.0,1.8697971105575562,2.053032636642456,-0.009906918741762638,0.002548075979575515,0.33529093861579895,0.4585508406162262,0.6207829415798187,602.0,154112.0,3770.0322333930526,9863168.0 +108.81,9.199999809265137,2673.0,0.00853815395385027,0.1124471053481102,0.0,1.82117760181427,2.0458409786224365,-0.010069755837321281,0.0025369387585669756,0.24666869640350342,0.4599020779132843,0.7124778926372528,603.0,154368.0,3776.1624879699666,9879552.0 +100.03,8.899999618530273,2610.0,0.006534323561936617,0.0804850235581398,0.0,1.919546127319336,2.0483603477478027,-0.006444970145821571,0.002547584706917405,0.4116528034210205,0.4668559730052948,0.6134827136993408,604.0,154624.0,3782.440450388007,9895936.0 +171.3,8.399999618530273,2688.0,0.007496988866478205,0.0943400040268898,0.0,1.9239147901535034,2.047822952270508,-0.008797760121524334,0.0025421760510653257,0.43008551001548767,0.4670599400997162,0.590997040271759,605.0,154880.0,3788.535647550132,9912320.0 +119.12,8.600000381469727,2755.0,0.007204750552773476,0.0885009765625,0.0,1.9715361595153809,1.9896296262741089,-0.006538557354360819,0.0025375662371516228,0.5432551503181458,0.45756030082702637,0.5514575839042664,606.0,155136.0,3794.4821876680944,9928704.0 +94.07,9.5,2742.0,0.009314336813986301,0.1309611052274704,0.0,1.8357267379760742,1.9999513626098633,-0.00861065462231636,0.002532391110435128,0.2749837338924408,0.4606494903564453,0.6670019328594208,607.0,155392.0,3800.457013959065,9945088.0 +81.23,9.600000381469727,2702.0,0.008509733714163303,0.10894775390625,0.0,1.8535957336425781,1.9721945524215698,-0.009322235360741615,0.0025328509509563446,0.3143564760684967,0.4590362310409546,0.6820125579833984,608.0,155648.0,3806.5196321071126,9961472.0 +98.69,9.100000381469727,2628.0,0.010716176591813564,0.13543701171875,0.0,1.8558248281478882,2.008352279663086,-0.01013125479221344,0.0025355962570756674,0.2981073260307312,0.46918785572052,0.6777829527854919,609.0,155904.0,3812.754621600965,9977856.0 +111.49,8.800000190734863,2681.0,0.008433305658400059,0.11761474609375,0.0,1.8909969329833984,2.0609493255615234,-0.006724582519382238,0.0025366107001900673,0.37234464287757874,0.4638530910015106,0.6417477130889893,610.0,156160.0,3818.8656503979582,9994240.0 +125.2,8.600000381469727,2742.0,0.0086037153378129,0.1092529296875,0.0,1.8736728429794312,2.0461766719818115,-0.008058711886405945,0.0025362868327647448,0.3402174413204193,0.46394145488739014,0.676681399345398,611.0,156416.0,3824.8412425811402,10010624.0 +130.18,8.699999809265137,2665.0,0.0084901237860322,0.1026407852768898,0.0,1.8445167541503906,2.071310043334961,-0.0077680000104010105,0.0025444289203733206,0.26721832156181335,0.4671744108200073,0.7016344368457794,612.0,156672.0,3830.988338627154,10027008.0 +157.91,8.600000381469727,2700.0,0.0065320502035319805,0.0801798477768898,0.0,1.8922079801559448,2.066528558731079,-0.007859271951019764,0.0025432314723730087,0.359921932220459,0.46915575861930847,0.6541581749916077,613.0,156928.0,3837.0556322380435,10043392.0 +181.53,8.199999809265137,2641.0,0.005700344685465097,0.0658365860581398,0.0,1.9020756483078003,2.068042278289795,-0.007516158744692802,0.0025448028463870287,0.3912389278411865,0.4622515141963959,0.6412927806377411,614.0,157184.0,3843.258085840149,10059776.0 +156.49,8.199999809265137,2684.0,0.008080570958554745,0.11083984375,0.0,1.918346881866455,2.0450198650360107,-0.007257647346705198,0.002544384216889739,0.4255998432636261,0.46106255054473877,0.6119442880153656,615.0,157440.0,3849.3611302471254,10076160.0 +98.24,9.100000381469727,2643.0,0.007552665192633867,0.077392578125,0.0,1.8377143144607544,2.0577809810638428,-0.008699442259967327,0.0025356081314384937,0.27237245440483093,0.4630010426044464,0.6571196913719177,616.0,157696.0,3855.5592582440004,10092544.0 +129.56,8.899999618530273,2669.0,0.006506021600216627,0.0830078125,0.0,1.860887885093689,2.0525078773498535,-0.007561668287962675,0.002530093537643552,0.31389907002449036,0.4669780731201172,0.6590769290924072,617.0,157952.0,3861.697079255013,10108928.0 +147.51,8.300000190734863,2652.0,0.006894391495734453,0.0681966170668602,0.0,1.9170325994491577,2.053088903427124,-0.006996395066380501,0.0025360288564115763,0.42833879590034485,0.46237611770629883,0.6192229688167572,618.0,158208.0,3867.873500498943,10125312.0 +151.02,8.5,2573.0,0.006125250365585089,0.0737508162856102,0.0,1.8804088830947876,2.053030490875244,-0.0072685363702476025,0.0025314658414572477,0.3522210419178009,0.4663643538951874,0.6336505711078644,619.0,158464.0,3874.2416773219593,10141696.0 +129.24,8.699999809265137,2621.0,0.007122211158275604,0.0885009765625,0.0,1.892420768737793,2.0593302249908447,-0.006657930091023445,0.0025366584304720163,0.3684583902359009,0.46711358428001404,0.6091360747814178,620.0,158720.0,3880.492720450042,10158080.0 +119.33,8.899999618530273,2602.0,0.006152905058115721,0.0712687149643898,0.0,1.9492069482803345,2.012878894805908,-0.008393795229494572,0.002528970129787922,0.518054187297821,0.45421719551086426,0.5708048939704895,621.0,158976.0,3886.790111381095,10174464.0 +114.58,8.800000190734863,2675.0,0.00660721817985177,0.08087158203125,0.0,1.9532898664474487,2.0055174827575684,-0.008146212436258793,0.0025395192205905914,0.49151811003685,0.4659726321697235,0.5611024796962738,622.0,159232.0,3892.9156099739484,10190848.0 +98.96,8.600000381469727,2639.0,0.006730699446052313,0.0715128555893898,0.0,1.9919792413711548,2.014279842376709,-0.008863895200192928,0.0025455469731241465,0.5460386872291565,0.47519323229789734,0.5650979280471802,623.0,159488.0,3899.123547411058,10207232.0 +95.41,8.899999618530273,2705.0,0.007178669795393944,0.0920003280043602,0.0,1.8892531394958496,1.9992343187332153,-0.01055870670825243,0.0025329815689474344,0.362825870513916,0.4719005525112152,0.6103371381759644,624.0,159744.0,3905.1801295650657,10223616.0 +99.34,9.5,2662.0,0.012695319019258022,0.1278279572725296,0.0,1.8230584859848022,2.0080959796905518,-0.011137367226183414,0.0025264027062803507,0.22658850252628326,0.4777812957763672,0.6854470670223236,625.0,160000.0,3911.336276943097,10240000.0 +118.74,8.600000381469727,2692.0,0.007070425897836685,0.0849609375,0.0,1.907021164894104,1.9936655759811401,-0.007910984568297863,0.002529408782720566,0.4032869040966034,0.46852079033851624,0.5799002945423126,626.0,160256.0,3917.421564025106,10256384.0 +96.39,8.800000190734863,2732.0,0.007030462846159935,0.0721639022231102,0.0,1.8972035646438599,2.0074994564056396,-0.007580437231808901,0.0025316483806818724,0.38534775376319885,0.46636125445365906,0.5869298279285431,627.0,160512.0,3923.4183018230833,10272768.0 +139.9,8.5,2691.0,0.006700786296278238,0.08477783203125,0.0,1.9261980056762695,2.050908327102661,-0.006425173953175545,0.002534134080633521,0.43442800641059875,0.4688510596752167,0.5498166084289551,628.0,160768.0,3929.506692748051,10289152.0 +126.43,8.5,2608.0,0.007635831832885742,0.0901285782456398,0.0,1.8996366262435913,2.0672104358673096,-0.007948926649987698,0.0025530771818012,0.3720727860927582,0.4656827747821808,0.5607819855213165,629.0,161024.0,3935.7885803871322,10305536.0 +120.0,9.0,2560.0,0.009071903303265572,0.1082560196518898,0.0,1.8688945770263672,2.0511233806610107,-0.009715755470097065,0.002544363960623741,0.3090536892414093,0.4724127948284149,0.6330167651176453,630.0,161280.0,3942.1889038861264,10321920.0 +165.01,8.800000190734863,2625.0,0.009485037066042423,0.1258137971162796,0.0,1.9195265769958496,2.0347073078155518,-0.006828657817095518,0.002538395347073674,0.42264553904533386,0.4661817252635956,0.5593098998069763,631.0,161536.0,3948.4307707929984,10338304.0 +101.95,8.899999618530273,2650.0,0.007209368050098419,0.0903116837143898,0.0,1.8923372030258179,2.025705337524414,-0.008545183576643467,0.0025280385743826628,0.3728344440460205,0.47070297598838806,0.588479608297348,632.0,161792.0,3954.6137693310156,10354688.0 +91.92,9.0,2715.0,0.008226070553064346,0.0998331680893898,0.0,1.8863812685012817,2.031693696975708,-0.00788054894655943,0.002531892852857709,0.3474901020526886,0.47488752007484436,0.5945758819580078,633.0,162048.0,3960.6478768419474,10371072.0 +136.51,8.600000381469727,2712.0,0.00917718093842268,0.1219685897231102,0.0,1.9132970571517944,2.047011613845825,-0.006826639175415039,0.002539249835535884,0.3894079923629761,0.47626474499702454,0.5811603963375092,634.0,162304.0,3966.689585280139,10387456.0 +159.48,8.399999618530273,2744.0,0.006179284304380417,0.0709025040268898,0.0,1.9387286901474,2.025527238845825,-0.00756484642624855,0.0025386118795722723,0.44585752487182617,0.4743140935897827,0.5474640130996704,635.0,162560.0,3972.661166367121,10403840.0 +151.97,8.699999809265137,2651.0,0.006651226431131363,0.07843017578125,0.0,1.9237112998962402,2.003979444503784,-0.007639230694621801,0.002532988553866744,0.4268469512462616,0.47147274017333984,0.5727047324180603,636.0,162816.0,3978.840767864138,10420224.0 +109.1,8.600000381469727,2663.0,0.008138377219438553,0.1067911759018898,0.0,1.93349027633667,2.017547845840454,-0.008118086494505405,0.0025415888521820307,0.4632784128189087,0.4593498706817627,0.534369021654129,637.0,163072.0,3984.9938063120935,10436608.0 +93.0,9.199999809265137,2634.0,0.00704507902264595,0.087646484375,0.0,1.8550938367843628,1.9855070114135742,-0.007901208475232124,0.0025312004145234823,0.2925676703453064,0.47096601128578186,0.6247377097606659,638.0,163328.0,3991.213452668162,10452992.0 +120.19,8.800000190734863,2698.0,0.00757773220539093,0.09686279296875,0.0,1.8950141668319702,2.0120646953582764,-0.00815646629780531,0.00253323488868773,0.3981838524341583,0.4575817883014679,0.5744164884090424,639.0,163584.0,3997.2863984841388,10469376.0 +119.8,8.300000190734863,2691.0,0.004286482464522123,0.0441691093146801,0.0,1.9782997369766235,1.9837440252304077,-0.007552912924438715,0.0025281417183578014,0.550425112247467,0.4664069414138794,0.5179087817668915,640.0,163840.0,4003.374745029025,10485760.0 +119.4,8.300000190734863,2643.0,0.005634134169667959,0.06341552734375,0.0,1.958526611328125,1.967359185218811,-0.008756070397794247,0.002536630490794778,0.5024245381355286,0.4674283564090729,0.5704506635665894,641.0,164096.0,4009.5733614750206,10502144.0 +108.36,9.0,2611.0,0.007449341472238302,0.0917154923081398,0.0,1.9030953645706177,1.9790302515029907,-0.00819114688783884,0.0025421904865652323,0.38406720757484436,0.4679478406906128,0.5400385856628418,642.0,164352.0,4015.8477452581283,10518528.0 +92.79,9.199999809265137,2578.0,0.005711806938052177,0.0670572891831398,0.0,1.8753517866134644,1.9887968301773071,-0.007850966416299343,0.0025394295807927847,0.32734495401382446,0.46970340609550476,0.5488985776901245,643.0,164608.0,4022.2024135929532,10534912.0 +98.45,9.0,2630.0,0.0075330231338739395,0.08526611328125,0.0,1.8947877883911133,1.9774922132492065,-0.008197798393666744,0.002532071666792035,0.36630067229270935,0.47357404232025146,0.5401575267314911,644.0,164864.0,4028.4318025009707,10551296.0 +95.41,8.899999618530273,2620.0,0.005854323506355286,0.0610148124396801,0.0,1.8770033121109009,1.994799256324768,-0.007058323826640844,0.0025372663512825966,0.36045822501182556,0.45514723658561707,0.5544967353343964,645.0,165120.0,4034.6840849490836,10567680.0 +135.41,8.600000381469727,2669.0,0.00826407503336668,0.1058349609375,0.0,1.92775297164917,2.004265785217285,-0.005298115778714418,0.002541502006351948,0.4288508892059326,0.46791744232177734,0.5415975451469421,646.0,165376.0,4040.822961484082,10584064.0 +104.81,8.899999618530273,2580.0,0.01064078789204359,0.1017049178481102,0.0,1.8867162466049194,2.008791923522949,-0.0073834671638906,0.002533890074118972,0.36234739422798157,0.46606895327568054,0.5691737234592438,647.0,165632.0,4047.173827636987,10600448.0 +138.2,8.800000190734863,2557.0,0.006398017983883619,0.0762532576918602,0.0,1.8644341230392456,2.0305628776550293,-0.007096827030181885,0.0025411874521523714,0.31286129355430603,0.4648118019104004,0.5819231867790222,648.0,165888.0,4053.581495721126,10616832.0 +121.91,8.899999618530273,2562.0,0.006824687123298645,0.0858968123793602,0.0,1.8729982376098633,1.9957259893417358,-0.007051248103380203,0.0025247703306376934,0.34344708919525146,0.4658980667591095,0.5684508085250854,649.0,166144.0,4059.9755982649513,10633216.0 +144.33,9.100000381469727,2708.0,0.007151918951421976,0.094970703125,0.0,1.8773164749145508,2.016352891921997,-0.00866763573139906,0.0025145516265183687,0.34727489948272705,0.47523415088653564,0.5644964277744293,650.0,166400.0,4066.026234306162,10649600.0 +105.01,8.699999809265137,2599.0,0.007851830683648586,0.0983072891831398,0.0,1.8791269063949585,2.0259318351745605,-0.0077337417751550674,0.002525279764086008,0.35677650570869446,0.4660918712615967,0.5583474338054657,651.0,166656.0,4072.330105541041,10665984.0 +106.39,8.199999809265137,2605.0,0.008025354705750942,0.1081949844956398,0.0,1.9744529724121094,1.9604167938232422,-0.005315862130373716,0.0025207065045833588,0.5502980351448059,0.4638708531856537,0.4955903887748718,652.0,166912.0,4078.618312692968,10682368.0 +104.48,8.899999618530273,2631.0,0.008487578481435776,0.1129150390625,0.0,1.8670626878738403,1.984859824180603,-0.008274498395621777,0.0025223500560969114,0.3320949971675873,0.467963308095932,0.612223893404007,653.0,167168.0,4084.844558916986,10698752.0 +155.38,8.300000190734863,2631.0,0.007229514420032501,0.0817464217543602,0.0,1.9729174375534058,1.9601759910583496,-0.008113534189760685,0.0025261982809752226,0.5164203643798828,0.4793236553668976,0.501114159822464,654.0,167424.0,4091.0721566320863,10715136.0 +79.59,9.300000190734863,2704.0,0.009366502054035664,0.1041463240981102,0.0,1.8409738540649414,1.9680532217025757,-0.008437070064246655,0.0025243100244551897,0.27438968420028687,0.46974167227745056,0.626968264579773,655.0,167680.0,4097.130758423125,10731520.0 +126.46,8.5,2691.0,0.007698699366301298,0.0935262069106102,0.0,1.9378522634506226,1.983221173286438,-0.006257285829633474,0.0025285654701292515,0.45538651943206787,0.4719655215740204,0.5486560463905334,656.0,167936.0,4103.219220525119,10747904.0 +116.25,9.399999618530273,2675.0,0.01032311376184225,0.1356608122587204,0.0,1.8282784223556519,2.0411810874938965,-0.009290847927331924,0.002532233251258731,0.22625768184661865,0.4787353575229645,0.6690179407596588,657.0,168192.0,4109.34371083905,10764288.0 +123.21,9.100000381469727,2734.0,0.009674214757978916,0.1230061873793602,0.0,1.8387346267700195,2.0251173973083496,-0.009531743824481964,0.0025410486850887537,0.23807282745838165,0.4789566099643707,0.6719663143157959,658.0,168448.0,4115.335767317098,10780672.0 +139.06,8.0,2646.0,0.007886691018939018,0.0982666015625,0.0,2.0050885677337646,2.031353712081909,-0.006674949079751968,0.002534177154302597,0.5590950846672058,0.4854409396648407,0.5130382776260376,659.0,168704.0,4121.526832871139,10797056.0 +150.51,8.399999618530273,2690.0,0.007044017780572176,0.0878499373793602,0.0,1.9090083837509155,2.009056806564331,-0.0077982875518500805,0.002528405049815774,0.40222081542015076,0.47158434987068176,0.5697544515132904,660.0,168960.0,4127.616330883,10813440.0 +136.73,7.900000095367432,2720.0,0.00787037517875433,0.0997314453125,0.0,1.9784430265426636,1.9996070861816406,-0.008080612868070602,0.0025256590452045202,0.5295293927192688,0.47892555594444275,0.5117969810962677,661.0,169216.0,4133.639396768063,10829824.0 +98.15,8.800000190734863,2655.0,0.0071847084909677505,0.0901082381606102,0.0,1.8862323760986328,2.034397602081299,-0.00873518455773592,0.002529387827962637,0.35727009177207947,0.47198256850242615,0.6327823102474213,662.0,169472.0,4139.809984540101,10846208.0 +148.1,8.600000381469727,2565.0,0.009974797256290913,0.1324666291475296,0.0,1.8862462043762207,2.0229766368865967,-0.005955502390861511,0.0025303305592387915,0.3330499231815338,0.4807412624359131,0.6226647198200226,663.0,169728.0,4146.196938567096,10862592.0 +114.15,8.800000190734863,2603.0,0.007626952137798071,0.0970662459731102,0.0,1.8621163368225098,2.0231282711029053,-0.007083481643348932,0.002528808545321226,0.31067797541618347,0.46968790888786316,0.6664461195468903,664.0,169984.0,4152.4913917309605,10878976.0 +104.87,8.5,2618.0,0.007433829829096794,0.0895182266831398,0.0,1.9052778482437134,2.0353951454162598,-0.005856461822986603,0.0025275133084505796,0.3906882107257843,0.47238731384277344,0.6171760857105255,665.0,170240.0,4158.748990433058,10895360.0 +169.0,8.5,2572.0,0.005527749191969633,0.0642903670668602,0.0,1.8694391250610352,2.0943586826324463,-0.007682899013161659,0.0025346882175654173,0.3146961033344269,0.47337350249290466,0.6233110427856445,666.0,170496.0,4165.119543458102,10911744.0 +134.11,8.600000381469727,2548.0,0.007591592613607645,0.0967814102768898,0.0,1.8457144498825073,2.0791614055633545,-0.007385134231299162,0.0025384891778230667,0.2604037821292877,0.47444483637809753,0.671685516834259,667.0,170752.0,4171.551969296997,10928128.0 +165.27,9.100000381469727,2606.0,0.010965066961944103,0.144287109375,0.0,1.8238143920898438,2.0646815299987793,-0.00960888434201479,0.0025232236366719007,0.23019112646579742,0.477362722158432,0.7079404890537262,668.0,171008.0,4177.838794233045,10944512.0 +170.25,8.800000190734863,2673.0,0.009839841164648533,0.1298624724149704,0.0,1.8637715578079224,2.0646722316741943,-0.008807634003460407,0.0025160731747746468,0.3245750069618225,0.4729020297527313,0.6738605499267578,669.0,171264.0,4183.96749768313,10960896.0 +129.26,9.300000190734863,2643.0,0.010341314598917961,0.1353556364774704,0.0,1.8067326545715332,2.0440549850463867,-0.009068126790225506,0.0025234718341380358,0.2255014032125473,0.4617548882961273,0.7341532409191132,670.0,171520.0,4190.16571814497,10977280.0 +107.86,9.300000190734863,2656.0,0.013841580599546432,0.12396240234375,0.0,1.819449543952942,2.0394327640533447,-0.009880825877189636,0.0025204953271895647,0.22737610340118408,0.47578898072242737,0.7279301881790161,671.0,171776.0,4196.3353005310055,10993664.0 +168.65,8.300000190734863,2606.0,0.008314233273267746,0.10333251953125,0.0,1.921339988708496,2.059302806854248,-0.0076548815704882145,0.0025160054210573435,0.4230005443096161,0.48008498549461365,0.6516036689281464,672.0,172032.0,4202.623485564021,11010048.0 +132.45,8.899999618530273,2581.0,0.009851616807281971,0.1290079802274704,0.0,1.8744474649429321,2.0204756259918213,-0.01065210159868002,0.0025193355977535248,0.33829179406166077,0.4764903485774994,0.691978931427002,673.0,172288.0,4208.971121408977,11026432.0 +140.82,8.800000190734863,2610.0,0.00965892244130373,0.1252238005399704,0.0,1.890965461730957,2.032946825027466,-0.009299704805016518,0.0025267552118748426,0.3585437536239624,0.4779450595378876,0.6882744133472443,674.0,172544.0,4215.247025683988,11042816.0 +100.15,9.199999809265137,2661.0,0.009013424627482891,0.1186930313706398,0.0,1.8668084144592285,2.057915449142456,-0.009790623560547829,0.0025232203770428896,0.3027876317501068,0.484173983335495,0.6979269087314606,675.0,172800.0,4221.40423330199,11059200.0 +129.53,8.5,2592.0,0.009507791139185429,0.12078857421875,0.0,1.9187499284744263,2.0616023540496826,-0.008867410942912102,0.0025125767569988966,0.42485058307647705,0.4795197546482086,0.6360103785991669,676.0,173056.0,4227.723725877004,11075584.0 +103.5,8.800000190734863,2671.0,0.009660927578806877,0.1233723983168602,0.0,1.9161852598190308,1.98919677734375,-0.01230348739773035,0.0025132892187684774,0.4182004928588867,0.48263534903526306,0.6596928834915161,677.0,173312.0,4233.858066324145,11091968.0 +104.06,8.699999809265137,2707.0,0.011442693881690502,0.1307169646024704,0.0,1.9045144319534302,1.9888535737991333,-0.009438954293727875,0.0025168994907289743,0.4146135151386261,0.46808573603630066,0.6764589846134186,678.0,173568.0,4239.911120034987,11108352.0 +95.15,8.399999618530273,2687.0,0.010226624086499214,0.1056722030043602,0.0,1.963008999824524,1.9474672079086304,-0.007268143352121115,0.002510545076802373,0.49401071667671204,0.487473726272583,0.6140724420547485,679.0,173824.0,4246.007635414135,11124736.0 +98.64,9.100000381469727,2733.0,0.007443366106599569,0.0968017578125,0.0,1.9307600259780884,1.936476707458496,-0.009414040483534336,0.002517014043405652,0.4339934289455414,0.4840352535247803,0.6393028795719147,680.0,174080.0,4252.0034786970355,11141120.0 +107.49,8.800000190734863,2758.0,0.007059140596538782,0.07977294921875,0.0,1.9267781972885132,1.9570369720458984,-0.008762423880398273,0.002527307951822877,0.42648541927337646,0.47821441292762756,0.6133316159248352,681.0,174336.0,4257.943134027999,11157504.0 +100.6,9.0,2695.0,0.007717895787209272,0.0874226912856102,0.0,1.9171642065048218,1.9443330764770508,-0.008037312887609005,0.0025195495691150427,0.41343972086906433,0.47814980149269104,0.6490894258022308,682.0,174592.0,4264.022886766121,11173888.0 +99.77,8.899999618530273,2691.0,0.005450279917567968,0.06121826171875,0.0,1.9248138666152954,1.9644016027450562,-0.007934908382594585,0.00251444848254323,0.4257493019104004,0.482293963432312,0.6429850161075592,683.0,174848.0,4270.111941423966,11190272.0 +113.95,9.100000381469727,2608.0,0.009902509860694408,0.1191609725356102,0.0,1.852810263633728,1.9679927825927734,-0.010472151450812817,0.002515968633815646,0.28440120816230774,0.48277750611305237,0.7023619413375854,684.0,175104.0,4276.393996369094,11206656.0 +118.57,8.600000381469727,2562.0,0.010437138378620148,0.1269938200712204,0.0,1.9006294012069702,2.0221054553985596,-0.00852974597364664,0.0025139886420220137,0.37542057037353516,0.48467525839805603,0.6646718382835388,685.0,175360.0,4282.788688236149,11223040.0 +95.14,9.399999618530273,2565.0,0.009774889796972275,0.1265665739774704,0.0,1.855595588684082,1.9734643697738647,-0.007194137666374445,0.0025194166228175163,0.27472206950187683,0.4854550063610077,0.7251921594142914,686.0,175616.0,4289.1747289891355,11239424.0 +100.95,9.300000190734863,2547.0,0.007349879946559668,0.0926310196518898,0.0,1.906091570854187,1.9381589889526367,-0.00937611609697342,0.002509296638891101,0.38132068514823914,0.4895406663417816,0.6757490336894989,687.0,175872.0,4295.606653647963,11255808.0 +105.38,9.100000381469727,2637.0,0.009113175794482231,0.1054484024643898,0.0,1.8890596628189087,1.9828181266784668,-0.008985845372080803,0.002520452020689845,0.3385857045650482,0.48835480213165283,0.6779253780841827,688.0,176128.0,4301.820028302958,11272192.0 +123.22,8.899999618530273,2640.0,0.007252285722643137,0.0921630859375,0.0,1.9347769021987915,1.9793201684951782,-0.008398644626140594,0.002523581264540553,0.40274521708488464,0.4998053312301636,0.6668364703655243,689.0,176384.0,4308.026196641149,11288576.0 +94.49,8.800000190734863,2621.0,0.007619111333042383,0.0922037735581398,0.0,1.9513391256332397,1.9862233400344849,-0.0069058723747730255,0.0025117541663348675,0.42698535323143005,0.5087375640869141,0.6464460790157318,690.0,176640.0,4314.277239606017,11304960.0 +118.44,8.899999618530273,2564.0,0.007949454709887505,0.0996500626206398,0.0,1.918050765991211,1.9849672317504883,-0.007821004837751389,0.002514846622943878,0.40690648555755615,0.4848448932170868,0.6312780380249023,691.0,176896.0,4320.665530449012,11321344.0 +125.5,8.600000381469727,2648.0,0.008689512498676777,0.102783203125,0.0,1.928712248802185,1.9770984649658203,-0.0064156148582696915,0.0025104538071900606,0.40287402272224426,0.49823495745658875,0.6404414772987366,692.0,177152.0,4326.851575605106,11337728.0 +97.48,9.5,2585.0,0.00897702295333147,0.111083984375,0.0,1.835220456123352,1.9258860349655151,-0.009980958886444569,0.0025097636971622705,0.25729870796203613,0.48092901706695557,0.7041588723659515,693.0,177408.0,4333.18987232307,11354112.0 +89.11,9.100000381469727,2606.0,0.010180491954088211,0.1031087264418602,0.0,1.8749326467514038,1.9216400384902954,-0.009096292778849602,0.0025131101720035076,0.3261848986148834,0.48359787464141846,0.6628450155258179,694.0,177664.0,4339.476190986112,11370496.0 +111.19,8.699999809265137,2713.0,0.010521210730075836,0.1252034455537796,0.0,1.9422698020935059,1.8996405601501465,-0.008529320359230042,0.002505900803953409,0.4526200592517853,0.4905349910259247,0.6265488564968109,695.0,177920.0,4345.514307264006,11386880.0 +90.86,8.800000190734863,2607.0,0.009266381151974201,0.1043904647231102,0.0,1.9233864545822144,1.9478687047958374,-0.009841836988925934,0.0025216753128916025,0.40486180782318115,0.48943808674812317,0.6100160777568817,696.0,178176.0,4351.798450108152,11403264.0 +95.85,8.899999618530273,2696.0,0.009155439212918282,0.1054280623793602,0.0,1.9310458898544312,1.9513663053512573,-0.010357446037232876,0.0025217465590685606,0.4077388048171997,0.4961737394332886,0.6172714829444885,697.0,178432.0,4357.876401787158,11419648.0 +97.47,9.600000381469727,2599.0,0.009801103733479977,0.1163126602768898,0.0,1.8346439599990845,1.9265519380569458,-0.007738730404525995,0.002519887173548341,0.22423337399959564,0.4895879924297333,0.7127193510532379,698.0,178688.0,4364.1809480551165,11436032.0 +159.57,8.600000381469727,2607.0,0.006779588758945465,0.08355712890625,0.0,1.9380688667297363,1.9780465364456177,-0.008957166224718094,0.002536856336519122,0.4206530749797821,0.48805177211761475,0.6079322397708893,699.0,178944.0,4370.464789906982,11452416.0 +96.79,9.300000190734863,2672.0,0.008443986065685749,0.1038004532456398,0.0,1.8299713134765625,1.97425377368927,-0.010763776488602161,0.002516392385587096,0.2613838016986847,0.4715895354747772,0.738431990146637,700.0,179200.0,4376.595756802941,11468800.0 +108.68,9.300000190734863,2576.0,0.00924462266266346,0.1197306290268898,0.0,1.8276017904281616,2.0221445560455322,-0.007768341805785894,0.002513288985937834,0.24835531413555145,0.4747694432735443,0.730902224779129,701.0,179456.0,4382.956570473965,11485184.0 +130.77,8.899999618530273,2624.0,0.008736114017665386,0.1139119490981102,0.0,1.8557839393615723,2.047342538833618,-0.00865012314170599,0.0025252981577068567,0.2708977162837982,0.4868096113204956,0.6768378019332886,702.0,179712.0,4389.199136204086,11501568.0 +145.16,9.199999809265137,2575.0,0.008352949284017086,0.1080525740981102,0.0,1.85002601146698,2.0380032062530518,-0.011030983179807663,0.0025295119266957045,0.24444587528705597,0.494457870721817,0.6944310069084167,703.0,179968.0,4395.560387247009,11517952.0 +125.52,9.100000381469727,2635.0,0.009602106176316738,0.1199544295668602,0.0,1.8679413795471191,2.0236663818359375,-0.010014849714934826,0.002519016619771719,0.3192799985408783,0.4790443181991577,0.6266414225101471,704.0,180224.0,4401.779173512012,11534336.0 +98.32,9.199999809265137,2684.0,0.008589742705225945,0.1071573868393898,0.0,1.8744910955429077,1.9747109413146973,-0.008532539941370487,0.0025053599383682013,0.3199220895767212,0.4901294708251953,0.6400669813156128,705.0,180480.0,4407.882545683999,11550720.0 +141.05,8.300000190734863,2670.0,0.01050927210599184,0.107421875,0.0,1.9518576860427856,2.0083954334259033,-0.006750008556991816,0.0025177442003041506,0.4413231611251831,0.4991578757762909,0.5922645926475525,706.0,180736.0,4414.019600257045,11567104.0 +107.89,9.300000190734863,2734.0,0.010318456217646599,0.1151936873793602,0.0,1.8498239517211914,2.020557403564453,-0.010790056549012661,0.002512597944587469,0.2592361271381378,0.49490272998809814,0.7001250088214874,707.0,180992.0,4420.012713311939,11583488.0 +106.68,9.0,2668.0,0.01090620830655098,0.1075846329331398,0.0,1.8796882629394531,2.0133824348449707,-0.010151299647986889,0.002514491556212306,0.3112156093120575,0.49711963534355164,0.6883546710014343,708.0,181248.0,4426.157243702095,11599872.0 +129.66,9.0,2679.0,0.007805759087204933,0.0976969376206398,0.0,1.8831281661987305,2.008946180343628,-0.008740701712667942,0.002519706031307578,0.31596431136131287,0.4941232204437256,0.6871670782566071,709.0,181504.0,4432.273745732149,11616256.0 +125.43,8.899999618530273,2627.0,0.009325088933110237,0.1157633438706398,0.0,1.8666411638259888,2.022477865219116,-0.010762999765574932,0.002519848058000207,0.3047764003276825,0.4853171110153198,0.7108235359191895,710.0,181760.0,4438.51023348514,11632640.0 +116.04,9.300000190734863,2658.0,0.007950765080749989,0.0917561873793602,0.0,1.859476923942566,1.9896330833435059,-0.01194547489285469,0.0025070798583328724,0.3014586269855499,0.4870496094226837,0.7180110812187195,711.0,182016.0,4444.6739945861045,11649024.0 +86.66,9.300000190734863,2538.0,0.009019150398671627,0.1128946915268898,0.0,1.845234990119934,2.00449538230896,-0.009858810342848301,0.0025112994480878115,0.2466324120759964,0.49617305397987366,0.7418511211872101,712.0,182272.0,4451.128210296156,11665408.0 +82.39,9.199999809265137,2598.0,0.006767332553863525,0.07861328125,0.0,1.8951059579849243,2.0029125213623047,-0.009403891861438751,0.0025097965262830257,0.3419560492038727,0.4986628293991089,0.7273756861686707,713.0,182528.0,4457.433659521164,11681792.0 +102.68,9.100000381469727,2587.0,0.009857227094471455,0.1272786408662796,0.0,1.8978842496871948,2.001310110092163,-0.007948141545057297,0.002521724672988057,0.34067502617836,0.49464550614356995,0.7221524715423584,714.0,182784.0,4463.767456945963,11698176.0 +89.53,9.399999618530273,2651.0,0.008280309848487377,0.1058349609375,0.0,1.8555835485458374,2.0098936557769775,-0.007932531647384167,0.0025021100882440805,0.27600377798080444,0.49455830454826355,0.7343348264694214,715.0,183040.0,4469.946987655014,11714560.0 +106.07,8.899999618530273,2653.0,0.009930540807545185,0.109619140625,0.0,1.8978511095046997,1.994020938873291,-0.008299458771944046,0.0025052798446267843,0.37252476811408997,0.48718854784965515,0.6621952950954437,716.0,183296.0,4476.122523671947,11730944.0 +93.67,8.899999618530273,2531.0,0.011058191768825054,0.1026611328125,0.0,1.9144787788391113,1.9762879610061646,-0.01046867948025465,0.002500177128240466,0.40879008173942566,0.49022674560546875,0.6632762551307678,717.0,183552.0,4482.5960942211095,11747328.0 +107.99,8.399999618530273,2610.0,0.008288729004561901,0.1035563126206398,0.0,1.9114598035812378,1.9644755125045776,-0.011776399798691273,0.00249598384834826,0.4233914315700531,0.4831932485103607,0.6544008851051331,718.0,183808.0,4488.872840972152,11763712.0 +123.18,8.800000190734863,2642.0,0.009074748493731022,0.1207275390625,0.0,1.9034332036972046,2.0096728801727295,-0.0072800288908183575,0.002507565775886178,0.3845926821231842,0.48473045229911804,0.6586918830871582,719.0,184064.0,4495.074406589149,11780096.0 +101.1,8.899999618530273,2568.0,0.008883018046617508,0.1056315079331398,0.0,1.9122496843338013,2.0118260383605957,-0.007316680159419775,0.0025065606459975243,0.3668471872806549,0.5029808878898621,0.6686006784439087,720.0,184320.0,4501.454249185976,11796480.0 +128.12,9.100000381469727,2668.0,0.008649005554616451,0.1019287109375,0.0,1.8259693384170532,2.027890205383301,-0.010313463397324085,0.002497805282473564,0.24384574592113495,0.48573651909828186,0.7673058211803436,721.0,184576.0,4507.595438145101,11812864.0 +96.0,9.300000190734863,2627.0,0.009209565818309784,0.1040445938706398,0.0,1.8924885988235474,1.9708099365234375,-0.01029050163924694,0.002499466063454747,0.36326849460601807,0.4911198914051056,0.7181791365146637,722.0,184832.0,4513.831094468944,11829248.0 +101.65,9.0,2720.0,0.009361759759485722,0.1136067733168602,0.0,1.8787460327148438,1.97555410861969,-0.009370780549943447,0.0025007256772369146,0.31930115818977356,0.49785852432250977,0.6713761389255524,723.0,185088.0,4519.854217475047,11845632.0 +109.0,8.600000381469727,2708.0,0.007768714800477028,0.0896199569106102,0.0,1.9271588325500488,1.9916497468948364,-0.010874773375689983,0.0025021915789693594,0.4239802062511444,0.4948641359806061,0.659080296754837,724.0,185344.0,4525.904730531154,11862016.0 +107.95,9.0,2644.0,0.010084977373480797,0.10845947265625,0.0,1.887731671333313,2.010324239730835,-0.009662877768278122,0.0025021086912602186,0.3377061188220978,0.4975902736186981,0.7052821218967438,725.0,185600.0,4532.102234396152,11878400.0 +93.31,9.100000381469727,2634.0,0.008559291251003742,0.1175537109375,0.0,1.8695608377456665,2.011122465133667,-0.007167907897382975,0.002497641369700432,0.31136247515678406,0.4923383891582489,0.7236563861370087,726.0,185856.0,4538.321416994091,11894784.0 +118.11,8.800000190734863,2726.0,0.011013299226760864,0.1306355744600296,0.0,1.8648699522018433,1.9895440340042114,-0.010228961706161499,0.002495614578947425,0.319533109664917,0.4874202311038971,0.7250992655754089,727.0,186112.0,4544.330549438018,11911168.0 +128.04,8.600000381469727,2551.0,0.008657729253172874,0.10601806640625,0.0,1.9148074388504028,1.965537667274475,-0.008337915875017643,0.002504354575648904,0.39597222208976746,0.49263736605644226,0.6494694650173187,728.0,186368.0,4550.753219986102,11927552.0 +109.08,8.800000190734863,2623.0,0.009011357091367245,0.1036580428481102,0.0,1.8860588073730469,2.0010039806365967,-0.010149476118385792,0.002505574142560363,0.3412703573703766,0.49279606342315674,0.6863509714603424,729.0,186624.0,4557.00237494614,11943936.0 +93.88,9.199999809265137,2549.0,0.010393737815320492,0.11248779296875,0.0,1.8714762926101685,2.0029497146606445,-0.010202079080045223,0.0025047617964446545,0.3045080602169037,0.49707266688346863,0.6954176425933838,730.0,186880.0,4563.430380858015,11960320.0 +89.17,8.5,2675.0,0.007534505799412727,0.08502197265625,0.0,1.9505863189697266,1.9751025438308716,-0.007857824675738811,0.0025052721612155437,0.459389328956604,0.4958644211292267,0.6449614465236664,731.0,187136.0,4569.553952136077,11976704.0 +127.39,8.600000381469727,2683.0,0.008236869238317013,0.1060384139418602,0.0,1.9198814630508423,1.985400676727295,-0.008389734663069248,0.0025025128852576017,0.39740920066833496,0.4981641471385956,0.6710711717605591,732.0,187392.0,4575.659846597118,11993088.0 +97.6,8.800000190734863,2665.0,0.008386275731027126,0.0953776016831398,0.0,1.9264979362487793,1.9735107421875,-0.01083229947835207,0.0025152605958282948,0.40162134170532227,0.4986242949962616,0.6619739830493927,733.0,187648.0,4581.807135805953,12009472.0 +92.44,8.699999809265137,2671.0,0.007623575162142515,0.0920003280043602,0.0,1.9426220655441284,1.9861626625061035,-0.01024195272475481,0.002503956900909543,0.45584192872047424,0.49282601475715637,0.5754980146884918,734.0,187904.0,4587.939923936967,12025856.0 +107.66,8.699999809265137,2697.0,0.008831693790853024,0.111572265625,0.0,1.8803220987319946,2.0337369441986084,-0.0111168147996068,0.0025134591851383448,0.3316357433795929,0.489228755235672,0.675404816865921,735.0,188160.0,4594.0143178929575,12042240.0 +129.79,8.699999809265137,2709.0,0.010448671877384186,0.1309611052274704,0.0,1.8870807886123657,2.0219573974609375,-0.00988627690821886,0.0025149311404675245,0.3318749964237213,0.4937833845615387,0.6672788262367249,736.0,188416.0,4600.061585230986,12058624.0 +142.87,8.699999809265137,2651.0,0.0072030057199299335,0.0875651016831398,0.0,1.8923465013504028,2.0394484996795654,-0.0073753600008785725,0.0025053429417312145,0.3470836877822876,0.49390295147895813,0.6800792813301086,737.0,188672.0,4606.242286485154,12075008.0 +100.26,9.199999809265137,2687.0,0.008860384114086628,0.1153971329331398,0.0,1.8750134706497192,2.0031590461730957,-0.009531904943287373,0.0025186568964272738,0.309345543384552,0.4905757009983063,0.6685741543769836,738.0,188928.0,4612.339681801153,12091392.0 +112.17,8.300000190734863,2703.0,0.008756780065596104,0.1071573868393898,0.0,1.9335912466049194,1.9617648124694824,-0.011296444572508335,0.00251790345646441,0.43218794465065,0.48945948481559753,0.6198570728302002,739.0,189184.0,4618.400917496998,12107776.0 +122.04,8.899999618530273,2739.0,0.008293303661048412,0.112548828125,0.0,1.903212070465088,1.999453067779541,-0.008555137552320957,0.0025211465544998646,0.3619920015335083,0.4901926517486572,0.663187712430954,740.0,189440.0,4624.38159334613,12124160.0 +92.82,9.399999618530273,2686.0,0.008166258223354816,0.09796142578125,0.0,1.8754448890686035,2.0025947093963623,-0.009009859524667263,0.002510874066501856,0.31345459818840027,0.4923163950443268,0.7076450884342194,741.0,189696.0,4630.480257114163,12140544.0 +104.06,9.199999809265137,2605.0,0.008222604170441628,0.09222412109375,0.0,1.8593343496322632,2.0069260597229004,-0.008409575559198856,0.0024968450888991356,0.2906174063682556,0.4940818250179291,0.7389019727706909,742.0,189952.0,4636.768538726959,12156928.0 +98.82,9.100000381469727,2588.0,0.007371497806161642,0.0898030623793602,0.0,1.8807802200317383,1.9803767204284668,-0.009936013258993626,0.0025015834253281355,0.3414199650287628,0.48901844024658203,0.6838937103748322,743.0,190208.0,4643.099208181957,12173312.0 +139.69,8.600000381469727,2651.0,0.007070525083690882,0.0858154296875,0.0,1.9486050605773926,1.9482156038284302,-0.00853068009018898,0.002502075396478176,0.46169617772102356,0.4947322607040405,0.6367065906524658,744.0,190464.0,4649.278176110005,12189696.0 +82.98,9.100000381469727,2643.0,0.009002303704619408,0.1165771484375,0.0,1.8805203437805176,1.9318495988845825,-0.010790184140205383,0.002500094473361969,0.322034627199173,0.4995644986629486,0.6779348850250244,745.0,190720.0,4655.4769364290405,12206080.0 +123.11,9.100000381469727,2648.0,0.009514882229268551,0.0884806290268898,0.0,1.9422764778137207,1.9252935647964478,-0.008097541518509388,0.0025086314417421818,0.41969141364097595,0.5054656863212585,0.6393571496009827,746.0,190976.0,4661.664857020136,12222464.0 +96.08,9.0,2716.0,0.010029260069131851,0.0954386368393898,0.0,1.8979240655899048,1.9304946660995483,-0.00946310069411993,0.002506186021491885,0.3514185845851898,0.49788978695869446,0.6782746613025665,747.0,191232.0,4667.698253134964,12238848.0 +137.42,8.699999809265137,2699.0,0.008992202579975128,0.1062215194106102,0.0,1.896818995475769,1.9463926553726196,-0.00955085176974535,0.002514095278456807,0.33385634422302246,0.5018579959869385,0.6835934221744537,748.0,191488.0,4673.767791874008,12255232.0 +131.7,8.899999618530273,2695.0,0.007485482841730118,0.0858357772231102,0.0,1.879399299621582,1.9729760885238647,-0.006743941456079483,0.002514111576601863,0.304716557264328,0.49645888805389404,0.7112679779529572,749.0,191744.0,4679.84602037794,12271616.0 +109.59,9.0,2694.0,0.00929086934775114,0.1131795272231102,0.0,1.9025620222091675,1.9591599702835083,-0.010904427617788315,0.002512851031497121,0.3548797070980072,0.49919262528419495,0.656902015209198,750.0,192000.0,4685.927644278156,12288000.0 +109.47,8.699999809265137,2648.0,0.008310717530548573,0.0992431640625,0.0,1.982200026512146,1.894157886505127,-0.005343778524547815,0.002513142069801688,0.5166318416595459,0.4915982186794281,0.5792884230613708,751.0,192256.0,4692.116524285171,12304384.0 +95.99,8.5,2622.0,0.006278532091528177,0.0746053084731102,0.0,1.940989375114441,1.8946819305419922,-0.008581079542636871,0.002498650224879384,0.46586528420448303,0.4862598478794098,0.6360775530338287,752.0,192512.0,4698.364369033137,12320768.0 +79.95,9.199999809265137,2665.0,0.007820256985723972,0.0964762344956398,0.0,1.877326488494873,1.9780009984970093,-0.010268415324389935,0.0025007526855915785,0.3294297754764557,0.4922836124897003,0.7046837210655212,753.0,192768.0,4704.511636123061,12337152.0 +113.42,9.100000381469727,2630.0,0.010201753117144108,0.13946533203125,0.0,1.8928290605545044,2.0052335262298584,-0.010733682662248611,0.0025121753569692373,0.3398548662662506,0.49759984016418457,0.6714435815811157,754.0,193024.0,4710.740477386164,12353536.0 +125.19,8.5,2629.0,0.007232643663883209,0.0746053084731102,0.0,1.9387803077697754,2.0085132122039795,-0.006607952993363142,0.0024960797745734453,0.4391755163669586,0.49784576892852783,0.6416930258274078,755.0,193280.0,4716.973693097942,12369920.0 +98.32,8.5,2598.0,0.006513847038149834,0.0744222030043602,0.0,1.9656704664230347,2.0136632919311523,-0.006512266118079424,0.0025104365777224302,0.4763455390930176,0.49892839789390564,0.5850123167037964,756.0,193536.0,4723.279989545001,12386304.0 +91.02,8.899999618530273,2663.0,0.007989780977368355,0.1004842147231102,0.0,1.918669581413269,1.9482078552246094,-0.011629980057477951,0.0024975102860480547,0.4243302643299103,0.48886096477508545,0.6156302988529205,757.0,193792.0,4729.4328790870495,12402688.0 +114.74,9.0,2558.0,0.008308779448270798,0.1090494766831398,0.0,1.867350459098816,1.9189001321792603,-0.009603272192180157,0.0024943810421973467,0.314412921667099,0.49174603819847107,0.6887684166431427,758.0,194048.0,4735.838286346057,12419072.0 +96.64,8.600000381469727,2602.0,0.010465267114341259,0.09521484375,0.0,1.938368797302246,1.9637292623519897,-0.005149374715983868,0.0024998385924845934,0.4268132746219635,0.49982941150665283,0.624018132686615,759.0,194304.0,4742.134788108058,12435456.0 +129.36,8.5,2706.0,0.008674257434904575,0.08428955078125,0.0,1.9268792867660522,2.0104029178619385,-0.008570009842514992,0.0025097813922911882,0.4171982705593109,0.4920635223388672,0.580689400434494,760.0,194560.0,4748.190121913096,12451840.0 +127.7,8.699999809265137,2687.0,0.00701263127848506,0.0861612930893898,0.0,1.9206129312515259,2.0303311347961426,-0.008342803455889225,0.0025049441028386354,0.4061528444290161,0.4937106668949127,0.5865139961242676,761.0,194816.0,4754.288059704006,12468224.0 +116.47,8.899999618530273,2666.0,0.0077172089368104935,0.0987752303481102,0.0,1.8529869318008423,2.0220940113067627,-0.008601292967796326,0.002504378790035844,0.29500511288642883,0.48211708664894104,0.6685920655727386,762.0,195072.0,4760.432559810113,12484608.0 +139.83,8.899999618530273,2651.0,0.006342868786305189,0.0762125626206398,0.0,1.8521093130111694,2.0463669300079346,-0.009162754751741886,0.0024914592504501343,0.2686993181705475,0.5016562342643738,0.7042336165904999,763.0,195328.0,4766.611937795067,12500992.0 +180.97,8.300000190734863,2503.0,0.006737790536135435,0.0800577774643898,0.0,1.9410820007324219,2.022777795791626,-0.0057599544525146484,0.002502607414498925,0.40864649415016174,0.5114427208900452,0.6421440541744232,764.0,195584.0,4773.157829022966,12517376.0 +123.77,8.600000381469727,2616.0,0.006871790159493685,0.0816650390625,0.0,1.9068509340286255,1.994449257850647,-0.009322193451225758,0.002504294505342841,0.3535344898700714,0.5072034001350403,0.6839935183525085,765.0,195840.0,4779.419847927056,12533760.0 +120.33,9.0,2590.0,0.009272927418351173,0.11834716796875,0.0,1.8943028450012207,1.9889860153198242,-0.009081211872398853,0.0025143998209387064,0.3413797914981842,0.49538418650627136,0.6820046007633209,766.0,196096.0,4785.74575751205,12550144.0 +119.65,9.100000381469727,2551.0,0.007773043122142553,0.0956217423081398,0.0,1.8986929655075073,2.027949094772339,-0.008050699718296528,0.0025225591380149126,0.29820966720581055,0.5166386961936951,0.7064453363418579,767.0,196352.0,4792.169416102115,12566528.0 +121.1,9.0,2618.0,0.008250510320067406,0.09033203125,0.0,1.885897159576416,1.9617600440979004,-0.010070999152958393,0.0025118498597294092,0.3037409484386444,0.5077901482582092,0.705641120672226,768.0,196608.0,4798.42733198707,12582912.0 +108.93,9.300000190734863,2586.0,0.009023137390613556,0.1009114608168602,0.0,1.893533706665039,1.9497133493423462,-0.011598569341003895,0.0024997692089527845,0.36592528223991394,0.49178221821784973,0.6842811703681946,769.0,196864.0,4804.763648207998,12599296.0 +152.48,8.600000381469727,2551.0,0.007176001090556383,0.08099365234375,0.0,1.8980592489242554,1.9945707321166992,-0.01017436757683754,0.0025034307036548853,0.3758087158203125,0.48855945467948914,0.6991705596446991,770.0,197120.0,4811.1853393060155,12615680.0 +101.4,8.800000190734863,2615.0,0.00806006882339716,0.0948079451918602,0.0,1.8866780996322632,1.9724940061569214,-0.010410375893115997,0.0025047173257917166,0.35390934348106384,0.4875001907348633,0.716261088848114,771.0,197376.0,4817.450751827098,12632064.0 +108.48,8.5,2656.0,0.012269201688468456,0.1136474609375,0.0,1.9216583967208862,2.0046520233154297,-0.009917196817696095,0.00250453338958323,0.4082608222961426,0.49522486329078674,0.6773013770580292,772.0,197632.0,4823.619705192046,12648448.0 +131.03,8.5,2693.0,0.007590665947645903,0.09344482421875,0.0,1.9102416038513184,2.032085657119751,-0.008684821426868439,0.002505752956494689,0.37534213066101074,0.49869978427886963,0.6676308214664459,773.0,197888.0,4829.702594778966,12664832.0 +123.88,9.100000381469727,2592.0,0.00880464818328619,0.1061197891831398,0.0,1.8512083292007446,2.0046370029449463,-0.011180661618709564,0.002507121069356799,0.2600386440753937,0.49885568022727966,0.733074963092804,774.0,198144.0,4836.023148976965,12681216.0 +156.22,8.199999809265137,2564.0,0.007249393034726381,0.0912272110581398,0.0,1.9388352632522583,2.0687777996063232,-0.00941308680921793,0.0025287356693297625,0.39530304074287415,0.5069169998168945,0.6619027853012085,775.0,198400.0,4842.413728384068,12697600.0 +135.51,8.600000381469727,2656.0,0.006726342719048262,0.0746663436293602,0.0,1.9342542886734009,2.0620102882385254,-0.007941262796521187,0.0025215523783117533,0.3728756606578827,0.5156017541885376,0.6395121216773987,776.0,198656.0,4848.581902266946,12713984.0 +137.12,8.5,2608.0,0.007693070452660322,0.09375,0.0,1.949315071105957,2.0327494144439697,-0.009163728915154934,0.002522474154829979,0.42597588896751404,0.5045812129974365,0.6650800704956055,777.0,198912.0,4854.8631283759605,12730368.0 +130.35,8.300000190734863,2573.0,0.00952859316021204,0.1129353865981102,0.0,1.9679042100906372,2.0499579906463623,-0.005747432354837656,0.002528867917135358,0.46492552757263184,0.49725446105003357,0.6251092553138733,778.0,199168.0,4861.23080836609,12746752.0 +141.05,9.0,2570.0,0.008313520811498165,0.10333251953125,0.0,1.8824210166931152,2.0721633434295654,-0.011750931851565838,0.002545075723901391,0.2908417582511902,0.49693500995635986,0.7092914879322052,779.0,199424.0,4867.605520354118,12763136.0 +119.85,9.5,2694.0,0.010686962865293026,0.13604736328125,0.0,1.842199444770813,1.993973731994629,-0.011880199424922466,0.002515803324058652,0.2425815910100937,0.4948268234729767,0.7576645910739899,780.0,199680.0,4873.685800102074,12779520.0 +126.58,8.800000190734863,2697.0,0.009303199127316475,0.1134847030043602,0.0,1.8977712392807007,2.0045435428619385,-0.009939872659742832,0.0025093590375036,0.37575721740722656,0.48519814014434814,0.6968128979206085,781.0,199936.0,4879.759716833942,12795904.0 +113.47,8.399999618530273,2723.0,0.007100735325366259,0.0826212540268898,0.0,1.9415297508239746,2.0213873386383057,-0.00928063690662384,0.0024986774660646915,0.44850456714630127,0.49743321537971497,0.7041527628898621,782.0,200192.0,4885.777233608998,12812288.0 +106.62,8.699999809265137,2695.0,0.008806126192212105,0.1130777969956398,0.0,1.8976502418518066,1.9940533638000488,-0.010268700309097767,0.00250246818177402,0.3692151606082916,0.49201759696006775,0.7030659019947052,783.0,200448.0,4891.856015349971,12828672.0 +103.47,9.0,2701.0,0.008862833492457867,0.10711669921875,0.0,1.8494186401367188,2.0158846378326416,-0.011700610630214214,0.002496816450729966,0.284164160490036,0.49078765511512756,0.7605149149894714,784.0,200704.0,4897.921664606081,12845056.0 +145.27,8.699999809265137,2701.0,0.00913961324840784,0.1131998673081398,0.0,1.874855399131775,2.0389766693115234,-0.009968680329620838,0.0025045282673090696,0.3165769875049591,0.4946611821651459,0.7454166114330292,785.0,200960.0,4903.986643387005,12861440.0 +119.36,9.0,2642.0,0.01035611517727375,0.1308186799287796,0.0,1.861657738685608,2.022547960281372,-0.010978464968502522,0.002509221201762557,0.2836100161075592,0.49644574522972107,0.7446644008159637,786.0,201216.0,4910.187978012022,12877824.0 +121.32,9.100000381469727,2629.0,0.01126223336905241,0.1507975310087204,0.0,1.8499304056167603,2.00937819480896,-0.011026591062545776,0.0025106489192694426,0.27709725499153137,0.4871779978275299,0.7627781331539154,787.0,201472.0,4916.420518115163,12894208.0 +145.11,8.300000190734863,2714.0,0.008792451582849026,0.1106770858168602,0.0,1.9190009832382202,2.0652244091033936,-0.008246874436736107,0.0025327554903924465,0.3572661578655243,0.5028894543647766,0.7083833515644073,788.0,201728.0,4922.457639195956,12910592.0 +150.6,8.600000381469727,2642.0,0.008036188781261444,0.1010335311293602,0.0,1.8983449935913086,2.0242679119110107,-0.009071451611816883,0.0025159551296383142,0.3640677034854889,0.4876476228237152,0.7003012001514435,789.0,201984.0,4928.6586292509455,12926976.0 +123.98,8.899999618530273,2705.0,0.009357684291899204,0.1144002303481102,0.0,1.877369999885559,2.003309965133667,-0.010497815907001495,0.0025025298818945885,0.3132685720920563,0.5000017285346985,0.7504450082778931,790.0,202240.0,4934.714917398058,12943360.0 +139.56,8.399999618530273,2646.0,0.009059875272214413,0.0953369140625,0.0,1.9177194833755493,1.9904261827468872,-0.00981894601136446,0.002511210972443223,0.3837137222290039,0.49998053908348083,0.7167993187904358,791.0,202496.0,4940.907542223111,12959744.0 +129.4,8.399999618530273,2639.0,0.007890631444752216,0.1055908203125,0.0,1.909619927406311,2.02203369140625,-0.009112279862165451,0.0025066330563277006,0.3653825521469116,0.5029446482658386,0.7285391390323639,792.0,202752.0,4947.116368073039,12976128.0 +124.88,8.899999618530273,2637.0,0.007870571687817574,0.1017049178481102,0.0,1.872748851776123,2.0191829204559326,-0.010362696833908558,0.002508066827431321,0.2973334491252899,0.5006029009819031,0.7672284841537476,793.0,203008.0,4953.329111048952,12992512.0 +132.64,9.0,2654.0,0.008940336294472218,0.1138102188706398,0.0,1.8716899156570435,2.069715976715088,-0.008066223002970219,0.002510943915694952,0.2678968608379364,0.5110330581665039,0.7807755321264267,794.0,203264.0,4959.502267885953,13008896.0 +162.79,8.800000190734863,2608.0,0.009311429224908352,0.1198323592543602,0.0,1.8657522201538086,2.04826283454895,-0.010450523346662521,0.0025066768284887075,0.2680208384990692,0.5093361735343933,0.7675906270742416,795.0,203520.0,4965.783725816058,13025280.0 +148.1,8.300000190734863,2575.0,0.009362169541418552,0.1205647811293602,0.0,1.9588356018066406,2.0084972381591797,-0.005898954812437296,0.0025038409512490034,0.4525761306285858,0.5066109299659729,0.6714161336421967,796.0,203776.0,4972.147260766011,13041664.0 +131.09,8.600000381469727,2632.0,0.007570074405521154,0.09027099609375,0.0,1.922196865081787,1.9727964401245117,-0.008965964429080486,0.0024990446399897337,0.4191093444824219,0.49181392788887024,0.697860598564148,797.0,204032.0,4978.371496184962,13058048.0 +149.17,9.199999809265137,2690.0,0.008866936899721622,0.1065877303481102,0.0,1.8776997327804565,1.9526735544204712,-0.010912963189184666,0.002513461047783494,0.3102448582649231,0.4962867498397827,0.7189046740531921,798.0,204288.0,4984.46221692604,13074432.0 +118.31,8.699999809265137,2710.0,0.010646424256265163,0.1070556640625,0.0,1.934524416923523,1.9185961484909058,-0.010724066756665707,0.0025013114791363478,0.43935611844062805,0.49410080909729004,0.6654905080795288,799.0,204544.0,4990.508317725034,13090816.0 +90.41,9.5,2749.0,0.009140459820628166,0.1121826171875,0.0,1.8363100290298462,1.9527791738510132,-0.011134706437587738,0.002507807221263647,0.2442297786474228,0.49095404148101807,0.7456709742546082,800.0,204800.0,4996.468399796169,13107200.0 +103.13,9.699999809265137,2604.0,0.007359962910413742,0.0865275040268898,0.0,1.8061994314193726,1.9947320222854614,-0.008350095711648464,0.0025045310612767935,0.1837952584028244,0.49033322930336,0.7846681177616119,801.0,205056.0,5002.761285664979,13123584.0 +125.05,9.0,2576.0,0.0083784693852067,0.11175537109375,0.0,1.881921410560608,1.9557857513427734,-0.009936800226569176,0.0025036532897502184,0.32446667551994324,0.49735602736473083,0.6916798055171967,802.0,205312.0,5009.11993792397,13139968.0 +118.8,8.399999618530273,2676.0,0.007571964059025049,0.095947265625,0.0,1.937928557395935,1.9666056632995605,-0.009819131344556808,0.002508869394659996,0.42510703206062317,0.5004254579544067,0.6375768780708313,803.0,205568.0,5015.2412587041035,13156352.0 +103.78,8.899999618530273,2633.0,0.007726460229605436,0.0951131209731102,0.0,1.8973960876464844,1.9264663457870483,-0.01039973460137844,0.0024939437862485647,0.3560791313648224,0.502048909664154,0.696599006652832,804.0,205824.0,5021.462330910144,13172736.0 +131.7,8.5,2647.0,0.00839060265570879,0.1102091446518898,0.0,1.9321454763412476,1.9164061546325684,-0.011305372230708599,0.0025107034016400576,0.40890470147132874,0.5028112530708313,0.6621124148368835,805.0,206080.0,5027.6522852641065,13189120.0 +96.55,8.800000190734863,2630.0,0.007437913212925196,0.0926920548081398,0.0,1.9732524156570435,1.9078973531723022,-0.010365686379373074,0.0025157106574624777,0.49142715334892273,0.4991280138492584,0.6164603531360626,806.0,206336.0,5033.882573933108,13205504.0 +106.29,9.0,2650.0,0.00690007209777832,0.0800984725356102,0.0,1.8870558738708496,1.9269496202468872,-0.008702115155756474,0.0025132012087851763,0.32532522082328796,0.49576470255851746,0.6994093358516693,807.0,206592.0,5040.065179863013,13221888.0 +120.75,8.699999809265137,2657.0,0.007978741079568863,0.0936279296875,0.0,1.9528392553329468,1.941264271736145,-0.00900740921497345,0.0025036518927663565,0.4591962397098541,0.499835342168808,0.612814873456955,808.0,206848.0,5046.231969989138,13238272.0 +92.21,9.100000381469727,2598.0,0.008692588657140732,0.1133626326918602,0.0,1.8398022651672363,1.9581232070922852,-0.010791491717100143,0.002494066022336483,0.24583213031291962,0.500225841999054,0.7713710814714432,809.0,207104.0,5052.538028983166,13254656.0 +122.32,8.800000190734863,2651.0,0.008220427669584751,0.1034749373793602,0.0,1.8850584030151367,1.9667997360229492,-0.008799309842288494,0.0025227523874491453,0.30700045824050903,0.4986492395401001,0.7048545777797699,810.0,207360.0,5058.7181937920395,13271040.0 +130.31,9.0,2587.0,0.007705862168222666,0.0936482772231102,0.0,1.8741682767868042,1.9307769536972046,-0.009551099501550198,0.002513665473088622,0.2959582507610321,0.4982151985168457,0.7161543965339661,811.0,207616.0,5065.05006416305,13287424.0 +86.91,8.600000381469727,2519.0,0.007633426692336798,0.0938517227768898,0.0,1.9957923889160156,1.9040120840072632,-0.007292443420737982,0.0024952010717242956,0.5691173672676086,0.4899657964706421,0.6092369258403778,812.0,207872.0,5071.553108414169,13303808.0 +105.14,8.199999809265137,2528.0,0.00669087702408433,0.0761311873793602,0.0,1.9979573488235474,1.87789785861969,-0.00944474432617426,0.0024880305863916874,0.5659098029136658,0.49921074509620667,0.6267364323139191,813.0,208128.0,5078.034021354048,13320192.0 +86.03,9.600000381469727,2589.0,0.006523413117974997,0.0879313126206398,0.0,1.8986879587173462,1.8661142587661743,-0.007352506276220083,0.002494036452844739,0.38382837176322937,0.4857689142227173,0.7040672302246094,814.0,208384.0,5084.361255452037,13336576.0 +80.38,8.899999618530273,2660.0,0.005912924651056528,0.0699666365981102,0.0,1.922329306602478,1.8675804138183594,-0.009236485697329044,0.0025010656099766493,0.39208266139030457,0.503667414188385,0.6741352081298828,815.0,208640.0,5090.520939487033,13352960.0 +112.53,9.199999809265137,2652.0,0.009575758129358292,0.12188720703125,0.0,1.9020881652832031,1.8768924474716187,-0.010476380586624146,0.002501229289919138,0.3646363914012909,0.4984009265899658,0.6942935287952423,816.0,208896.0,5096.698897361988,13369344.0 +92.49,8.800000190734863,2690.0,0.006238829810172319,0.0754598006606102,0.0,1.9617605209350586,1.8993433713912964,-0.007002679631114006,0.0025043354835361242,0.48350319266319275,0.4938373267650604,0.6601017415523529,817.0,209152.0,5102.789863346145,13385728.0 +73.0,8.899999618530273,2649.0,0.00960085354745388,0.1264445036649704,0.0,1.9321680068969727,1.920138955116272,-0.009565622545778751,0.0025107187684625387,0.42702221870422363,0.49206438660621643,0.6269780993461609,818.0,209408.0,5108.97349737701,13402112.0 +123.14,8.699999809265137,2599.0,0.007944110780954361,0.0919189453125,0.0,1.9355026483535767,1.9820343255996704,-0.01008188258856535,0.0025083052460104227,0.42898571491241455,0.4967592656612396,0.6486731171607971,819.0,209664.0,5115.275727109984,13418496.0 +77.62,9.100000381469727,2522.0,0.007356939371675253,0.0944010391831398,0.0,1.8966437578201294,1.9440808296203613,-0.009516685269773006,0.0025078097824007273,0.34527888894081116,0.4990568161010742,0.6957967281341553,820.0,209920.0,5121.771809197962,13434880.0 +115.91,9.100000381469727,2540.0,0.009161412715911865,0.1088663712143898,0.0,1.8813705444335938,1.9252681732177734,-0.010668284259736538,0.0024999044835567474,0.33475080132484436,0.4939636290073395,0.7071181833744049,821.0,210176.0,5128.22255110112,13451264.0 +118.68,9.0,2613.0,0.010227831080555916,0.1156209334731102,0.0,1.9040380716323853,1.9763747453689575,-0.010370698757469654,0.0025291345082223415,0.3344135582447052,0.5023986101150513,0.659833163022995,822.0,210432.0,5134.492648567073,13467648.0 +124.05,8.300000190734863,2640.0,0.008343609049916267,0.1007283553481102,0.0,1.9989455938339233,2.0013461112976074,-0.006882559973746538,0.0025226979050785303,0.5070207118988037,0.510982096195221,0.6018661260604858,823.0,210688.0,5140.699063173961,13484032.0 +99.95,9.0,2605.0,0.008679854683578014,0.1040242537856102,0.0,1.8872431516647339,1.9545997381210327,-0.009815022349357605,0.0025122901424765587,0.31691786646842957,0.5020000338554382,0.7229634523391724,824.0,210944.0,5146.9893133151345,13500416.0 +116.9,8.300000190734863,2662.0,0.006664447486400604,0.0831298828125,0.0,1.9638453722000122,1.994101881980896,-0.010453719645738602,0.002501121489331126,0.47300848364830017,0.5071749091148376,0.6462703943252563,825.0,211200.0,5153.144143132027,13516800.0 +137.51,9.0,2593.0,0.009009485132992268,0.1266072541475296,0.0,1.8941278457641602,1.9936248064041138,-0.01136330608278513,0.0025087983813136816,0.3406546413898468,0.5007008910179138,0.6830222308635712,826.0,211456.0,5159.46279897308,13533184.0 +104.34,9.100000381469727,2644.0,0.009910115040838718,0.1227010115981102,0.0,1.8730961084365845,2.003769636154175,-0.010538636706769466,0.0025102777872234583,0.30074283480644226,0.4981623888015747,0.723768562078476,827.0,211712.0,5165.658017228125,13549568.0 +109.97,9.399999618530273,2639.0,0.010656117461621761,0.1107584610581398,0.0,1.9064884185791016,1.9747239351272583,-0.010597441345453262,0.002514805179089308,0.36603257060050964,0.4964144229888916,0.6785970032215118,828.0,211968.0,5171.866221459117,13565952.0 +133.64,8.5,2598.0,0.008882937952876091,0.114013671875,0.0,1.962281584739685,1.98480224609375,-0.009850620292127132,0.0025247856974601746,0.45640143752098083,0.5013864636421204,0.596883088350296,829.0,212224.0,5178.172478412045,13582336.0 +118.19,8.600000381469727,2578.0,0.008043985813856125,0.1005859375,0.0,1.949746012687683,2.000164270401001,-0.009148664772510529,0.0025247526355087757,0.44288375973701477,0.49507832527160645,0.6347154378890991,830.0,212480.0,5184.5284876259975,13598720.0 +101.73,8.899999618530273,2677.0,0.009898549877107143,0.1290486603975296,0.0,1.904746651649475,1.9752858877182007,-0.010675997473299503,0.002493632258847356,0.38099953532218933,0.49785956740379333,0.6851261258125305,831.0,212736.0,5190.648030257085,13615104.0 +82.07,9.300000190734863,2578.0,0.00983035285025835,0.11810302734375,0.0,1.8284149169921875,1.978344440460205,-0.010721106082201004,0.0024826477747410536,0.23144842684268951,0.5018710494041443,0.7864035218954086,832.0,212992.0,5197.004222378135,13631488.0 +155.23,8.600000381469727,2660.0,0.007291960995644331,0.0864664688706398,0.0,1.900394082069397,1.9755511283874512,-0.00848605576902628,0.0024854729417711496,0.35412073135375977,0.508838951587677,0.7060700953006744,833.0,213248.0,5203.163429628126,13647872.0 +121.48,9.0,2618.0,0.00877978652715683,0.1146240234375,0.0,1.9475970268249512,1.9504972696304321,-0.00810349453240633,0.002484160242602229,0.4525490999221802,0.5068508982658386,0.6587537825107574,834.0,213504.0,5209.421357152984,13664256.0 +82.87,9.100000381469727,2556.0,0.007500866893678904,0.0942789688706398,0.0,1.8837069272994995,1.9579190015792847,-0.009802333079278469,0.0024890939239412546,0.3318324387073517,0.5026252865791321,0.7045879662036896,835.0,213760.0,5215.831506749149,13680640.0 +114.09,8.699999809265137,2599.0,0.007957241497933865,0.09356689453125,0.0,1.9045206308364868,1.9780257940292358,-0.00868900865316391,0.0024974991101771593,0.36367571353912354,0.502402663230896,0.6922047436237335,836.0,214016.0,5222.1359074071515,13697024.0 +152.72,8.0,2655.0,0.006421035621315241,0.07159423828125,0.0,1.9859280586242676,1.9669049978256226,-0.01112310215830803,0.0024945316836237907,0.5289637446403503,0.5049727559089661,0.6298389732837677,837.0,214272.0,5228.306756498059,13713408.0 +137.99,8.100000381469727,2649.0,0.0075804381631314754,0.09368896484375,0.0,1.972779631614685,1.9716922044754028,-0.012489988468587399,0.0024958995636552572,0.5005120635032654,0.5067805051803589,0.616001695394516,838.0,214528.0,5234.491475600051,13729792.0 +101.12,9.0,2657.0,0.010452012531459332,0.1214599609375,0.0,1.850807785987854,1.9480000734329224,-0.01017679926007986,0.002491441322490573,0.2688688039779663,0.5003090500831604,0.7715710550546646,839.0,214784.0,5240.658296795096,13746176.0 +151.54,8.800000190734863,2729.0,0.009214300662279129,0.1152750626206398,0.0,1.8968838453292847,1.989621639251709,-0.011902202852070332,0.0024985691998153925,0.3412209749221802,0.5087870955467224,0.7295484840869904,840.0,215040.0,5246.661852807039,13762560.0 +122.0,9.199999809265137,2709.0,0.009132105857133865,0.1136474609375,0.0,1.9047083854675293,1.9644389152526855,-0.009332924149930477,0.0024959135334938765,0.38198336958885193,0.4947372376918793,0.728850781917572,841.0,215296.0,5252.7091217660345,13778944.0 +113.86,9.600000381469727,2721.0,0.009782066568732262,0.12615966796875,0.0,1.8109737634658813,1.964917540550232,-0.009211425669491291,0.002489366801455617,0.19194291532039642,0.4991793930530548,0.8294707983732224,842.0,215552.0,5258.729903185973,13795328.0 +85.5,8.899999618530273,2702.0,0.008024649694561958,0.1023966446518898,0.0,1.9532113075256348,1.958299994468689,-0.009657182730734348,0.0025101175997406244,0.4673949182033539,0.4936952590942383,0.6704967021942139,843.0,215808.0,5264.792003783165,13811712.0 +114.23,9.0,2704.0,0.006501253228634596,0.072021484375,0.0,1.915423035621643,1.9851627349853516,-0.007924889214336872,0.0025073892902582884,0.3927285969257355,0.49314072728157043,0.6919489204883575,844.0,216064.0,5270.850359989097,13828096.0 +99.7,8.899999618530273,2691.0,0.009751555509865284,0.1227823868393898,0.0,1.936449646949768,1.972612738609314,-0.01121234055608511,0.002508243080228567,0.42580291628837585,0.5003648996353149,0.6496019065380096,845.0,216320.0,5276.938119246159,13844480.0 +92.51,9.300000190734863,2654.0,0.009633992798626423,0.1169026717543602,0.0,1.8820304870605469,1.961647391319275,-0.010221198201179504,0.0024890133645385504,0.33380386233329773,0.5004591941833496,0.7133379280567169,846.0,216576.0,5283.112454748014,13860864.0 +119.78,9.0,2706.0,0.008962757885456085,0.1107584610581398,0.0,1.8725584745407104,1.978349208831787,-0.010722105391323566,0.00248849974013865,0.3114641308784485,0.5030820369720459,0.7304096221923828,847.0,216832.0,5289.167311999947,13877248.0 +118.4,9.300000190734863,2636.0,0.01011708751320839,0.1282958984375,0.0,1.8290859460830688,2.001981496810913,-0.011984170414507389,0.002501807874068618,0.20256628096103668,0.5089027285575867,0.7777155339717865,848.0,217088.0,5295.38261926407,13893632.0 +146.3,8.800000190734863,2684.0,0.009502431377768517,0.1182861328125,0.0,1.87532377243042,1.9847310781478882,-0.011664439924061298,0.0024938241112977266,0.3152124285697937,0.5023171305656433,0.7384259700775146,849.0,217344.0,5301.486618631054,13910016.0 +133.2,8.5,2664.0,0.006373175885528326,0.0752360001206398,0.0,1.942592978477478,1.9574929475784302,-0.006910786498337984,0.0024922864977270365,0.43590185046195984,0.5049843192100525,0.6589473187923431,850.0,217600.0,5307.637142013991,13926400.0 +118.9,8.800000190734863,2644.0,0.007429363206028938,0.0921427384018898,0.0,1.9154038429260254,1.96717369556427,-0.009525979869067669,0.002485326724126935,0.4135723114013672,0.4951518774032593,0.672863632440567,851.0,217856.0,5313.834900709102,13942784.0 +75.3,9.0,2673.0,0.0069000753574073315,0.0840657576918602,0.0,1.894889235496521,1.962173581123352,-0.009669950231909752,0.002492523519322276,0.35053715109825134,0.5026504993438721,0.6994457840919495,852.0,218112.0,5319.964823720045,13959168.0 +114.91,8.899999618530273,2556.0,0.00924330297857523,0.1205037459731102,0.0,1.8952313661575317,1.999697208404541,-0.012260421179234982,0.002487995894625783,0.3628321588039398,0.5020750164985657,0.7028072476387024,853.0,218368.0,5326.373828543117,13975552.0 +123.34,8.899999618530273,2599.0,0.01295026857405901,0.1297200471162796,0.0,1.8915752172470093,1.9999632835388184,-0.00817900337278843,0.0024894014932215214,0.34575656056404114,0.5021749138832092,0.707465648651123,854.0,218624.0,5332.677913049003,13991936.0 +96.51,9.300000190734863,2592.0,0.009978256188333035,0.1151936873793602,0.0,1.864906668663025,1.9864431619644165,-0.01160283014178276,0.002483205171301961,0.31771987676620483,0.4959110915660858,0.7337749302387238,855.0,218880.0,5339.001085118158,14008320.0 +97.79,9.199999809265137,2612.0,0.010834100656211376,0.1382242888212204,0.0,1.86681067943573,1.9801119565963745,-0.011374727822840214,0.002490884391590953,0.31581607460975647,0.49463632702827454,0.7282181680202484,856.0,219136.0,5345.273469505133,14024704.0 +110.26,8.800000190734863,2669.0,0.008678136393427849,0.1063028946518898,0.0,1.9233049154281616,1.990717887878418,-0.010275499895215034,0.002480845432728529,0.4196782112121582,0.5032257437705994,0.6831201612949371,857.0,219392.0,5351.4124468211085,14041088.0 +139.4,8.300000190734863,2624.0,0.008478209376335144,0.1036376953125,0.0,1.9530085325241089,1.9677934646606445,-0.009781388565897942,0.002503574825823307,0.47129619121551514,0.49503234028816223,0.666570633649826,858.0,219648.0,5357.656250054948,14057472.0 +107.24,9.100000381469727,2661.0,0.010101648978888988,0.1341959685087204,0.0,1.8659099340438843,1.9397281408309937,-0.01208955142647028,0.002498793415725231,0.3049905598163605,0.4955047369003296,0.7281283140182495,859.0,219904.0,5363.812978802016,14073856.0 +98.61,9.0,2579.0,0.009402291849255562,0.12054443359375,0.0,1.859148621559143,1.9887471199035645,-0.010341142304241657,0.0024968248326331377,0.2921575605869293,0.4948861300945282,0.7376360297203064,860.0,220160.0,5370.165370610077,14090240.0 +138.92,8.5,2588.0,0.00782089028507471,0.1048990860581398,0.0,1.9469181299209595,1.9876070022583008,-0.00934655126184225,0.0024901737924665213,0.43582651019096375,0.5131405591964722,0.6584108173847198,861.0,220416.0,5376.496426203055,14106624.0 +107.18,8.899999618530273,2585.0,0.007541202008724213,0.0962727889418602,0.0,1.9234600067138672,1.960457682609558,-0.00786491110920906,0.002485505770891905,0.4007573127746582,0.5077979564666748,0.6754758656024933,862.0,220672.0,5382.833422472002,14123008.0 +117.34,8.600000381469727,2544.0,0.007477784529328346,0.0865478515625,0.0,1.915235161781311,1.9648960828781128,-0.011864643543958664,0.002486273879185319,0.3880718946456909,0.5095760226249695,0.6885675489902496,863.0,220928.0,5389.273043966154,14139392.0 +133.05,8.899999618530273,2561.0,0.010782278142869473,0.1396484375,0.0,1.8608808517456055,1.958611011505127,-0.011252363212406635,0.0024954502005130053,0.2619986832141876,0.5129945874214172,0.7576070874929428,864.0,221184.0,5395.670578265097,14155776.0 +115.21,9.300000190734863,2561.0,0.010017994791269302,0.1329345703125,0.0,1.8428298234939575,1.9910269975662231,-0.010040354914963245,0.0024966588243842125,0.2316446453332901,0.508628785610199,0.7775726914405823,865.0,221440.0,5402.066981431097,14172160.0 +132.8,8.5,2590.0,0.0073886108584702015,0.0892537459731102,0.0,1.9255567789077759,1.9725751876831055,-0.007513915654271841,0.0025005631614476442,0.3746936619281769,0.5151682496070862,0.6783396601676941,866.0,221696.0,5408.391866130056,14188544.0 +174.63,8.399999618530273,2575.0,0.0077691576443612576,0.0999959334731102,0.0,1.904768943786621,2.0044233798980713,-0.00886113103479147,0.0024984602350741625,0.3680328130722046,0.5004276633262634,0.6949290633201599,867.0,221952.0,5414.753393815132,14204928.0 +183.26,8.399999618530273,2610.0,0.007433650549501181,0.0947469100356102,0.0,1.9096412658691406,1.9794163703918457,-0.010103064589202404,0.002507228637114167,0.3551757037639618,0.5083361268043518,0.7024956941604614,868.0,222208.0,5421.029396096943,14221312.0 +134.28,9.0,2592.0,0.011104262433946133,0.1473388671875,0.0,1.8714500665664673,1.974676489830017,-0.01205376535654068,0.002502277260646224,0.3092407286167145,0.49749132990837097,0.732987642288208,869.0,222464.0,5427.348713913001,14237696.0 +109.08,9.399999618530273,2561.0,0.00989028811454773,0.1158243790268898,0.0,1.8791522979736328,1.9233993291854858,-0.011286820285022259,0.0024913232773542404,0.3341177999973297,0.4969526529312134,0.7394414246082306,870.0,222720.0,5433.746349113062,14254080.0 +149.13,8.0,2572.0,0.007484606932848692,0.0916951522231102,0.0,1.9898185729980469,1.9235984086990356,-0.010877713561058044,0.002485213801264763,0.5526064038276672,0.5010220408439636,0.6460313200950623,871.0,222976.0,5440.116681328043,14270464.0 +68.56,9.5,2616.0,0.010298018343746662,0.122314453125,0.0,1.873270034790039,1.8840913772583008,-0.010600652545690536,0.002484023105353117,0.33024725317955017,0.4955764710903168,0.7583837956190109,872.0,223232.0,5446.378586112987,14286848.0 +95.99,8.699999809265137,2639.0,0.00541946804150939,0.0563151054084301,0.0,1.9579931497573853,1.923902153968811,-0.008014501072466373,0.0024931931402534246,0.43565329909324646,0.5208234190940857,0.6941293179988861,873.0,223488.0,5452.585632718168,14303232.0 +143.88,8.699999809265137,2659.0,0.00865087192505598,0.1007486954331398,0.0,1.879996657371521,1.9337224960327148,-0.012608378194272518,0.002493018051609397,0.3112877905368805,0.5097892880439758,0.7573163658380508,874.0,223744.0,5458.747634811094,14319616.0 +112.35,9.0,2641.0,0.010329749435186386,0.1345011442899704,0.0,1.872501254081726,1.9121657609939575,-0.011535088531672955,0.002489915583282709,0.3243332803249359,0.49603331089019775,0.7467451989650726,875.0,224000.0,5464.951954297954,14336000.0 +129.73,8.899999618530273,2602.0,0.008892198093235493,0.1066080704331398,0.0,1.8913707733154297,1.9060672521591187,-0.011287710629403591,0.00251085520721972,0.32120954990386963,0.5056867003440857,0.7084700465202332,876.0,224256.0,5471.248311374104,14352384.0 +100.91,9.0,2593.0,0.008871326223015785,0.1070760115981102,0.0,1.9210962057113647,1.8939909934997559,-0.011896477080881596,0.002503642812371254,0.38826513290405273,0.5059788227081299,0.6579020023345947,877.0,224512.0,5477.566566920141,14368768.0 +117.72,8.699999809265137,2629.0,0.008882700465619564,0.1078898087143898,0.0,1.9251309633255005,1.9290729761123657,-0.011391283012926579,0.0025113564915955067,0.3870866298675537,0.5065913796424866,0.6690495908260345,878.0,224768.0,5483.798174499068,14385152.0 +129.32,8.0,2655.0,0.00622143829241395,0.0759073868393898,0.0,1.969051718711853,1.8789148330688477,-0.009243038482964039,0.0024872166104614735,0.4990432560443878,0.5039541125297546,0.6438938081264496,879.0,225024.0,5489.968213201035,14401536.0 +108.81,8.600000381469727,2620.0,0.00819750688970089,0.0940348282456398,0.0,1.9340710639953613,1.917519211769104,-0.008679197169840336,0.002484916942194104,0.41857364773750305,0.5101804137229919,0.6951198875904083,880.0,225280.0,5496.222178471973,14417920.0 +103.47,9.0,2626.0,0.009847632609307766,0.1261393278837204,0.0,1.8793578147888184,1.9176996946334839,-0.009586905129253864,0.002505958778783679,0.3169374465942383,0.49667373299598694,0.7474046647548676,881.0,225536.0,5502.461838165065,14434304.0 +106.9,9.100000381469727,2660.0,0.011367824859917164,0.1090901717543602,0.0,1.851688027381897,1.9168648719787598,-0.01124729122966528,0.0025126668624579906,0.26018622517585754,0.4956774413585663,0.7599712014198303,882.0,225792.0,5508.621487446129,14450688.0 +122.35,8.899999618530273,2713.0,0.008836816065013409,0.1070149764418602,0.0,1.87684965133667,1.950098991394043,-0.010283803567290306,0.0025195027701556683,0.2817710340023041,0.5059975981712341,0.7158393263816833,883.0,226048.0,5514.659813508159,14467072.0 +157.6,8.600000381469727,2679.0,0.009052800945937634,0.1163736954331398,0.0,1.9174033403396606,1.9388149976730347,-0.011153414845466614,0.0025065632071346045,0.36457765102386475,0.5123745203018188,0.6579338312149048,884.0,226304.0,5520.7746661391575,14483456.0 +128.5,8.5,2579.0,0.008842089213430882,0.111572265625,0.0,1.9370123147964478,1.9688702821731567,-0.008207780309021473,0.002499232068657875,0.4106106758117676,0.5099872946739197,0.681416779756546,885.0,226560.0,5527.126771445153,14499840.0 +124.92,8.899999618530273,2573.0,0.008265278302133083,0.1041666641831398,0.0,1.8629709482192993,1.9907660484313965,-0.009400217793881893,0.0024919090792536736,0.2881614565849304,0.50224369764328,0.7428808808326721,886.0,226816.0,5533.4979102360085,14516224.0 +175.0,8.300000190734863,2588.0,0.008129513822495937,0.10357666015625,0.0,1.9052613973617554,2.025146722793579,-0.009252818301320076,0.0024996534921228886,0.35915374755859375,0.5053618550300598,0.6936802864074707,887.0,227072.0,5539.82865909813,14532608.0 +140.51,8.199999809265137,2636.0,0.0073730056174099445,0.088623046875,0.0,1.9237138032913208,2.0083296298980713,-0.00980475451797247,0.0024965337943285704,0.3966619074344635,0.5070040225982666,0.6853337585926056,888.0,227328.0,5546.044873349136,14548992.0 +149.99,8.699999809265137,2675.0,0.01018673088401556,0.13409423828125,0.0,1.8796573877334595,2.01934552192688,-0.011090078391134739,0.0025012290570884943,0.30787310004234314,0.5063897371292114,0.7567443996667862,889.0,227584.0,5552.168590298155,14565376.0 +159.01,8.699999809265137,2661.0,0.009413603693246841,0.1262410432100296,0.0,1.9073729515075684,2.037959337234497,-0.009187114425003529,0.0025095066521316767,0.3329295217990875,0.5157214999198914,0.7157132029533386,890.0,227840.0,5558.325677879155,14581760.0 +144.68,8.399999618530273,2635.0,0.007694408297538757,0.09356689453125,0.0,1.92234468460083,1.9994999170303345,-0.010628658346831799,0.0024903889279812574,0.3760250508785248,0.5197611451148987,0.7164463102817535,891.0,228096.0,5564.54289823398,14598144.0 +136.82,8.5,2692.0,0.00718684634193778,0.0839029923081398,0.0,1.9184995889663696,2.005603075027466,-0.01173338945955038,0.0024914268869906664,0.35550037026405334,0.5268254280090332,0.7128405869007111,892.0,228352.0,5570.627842842136,14614528.0 +158.94,8.600000381469727,2683.0,0.008931169286370277,0.11279296875,0.0,1.90461266040802,1.972347378730774,-0.0107741579413414,0.002503257244825363,0.3418678939342499,0.5125478506088257,0.7120891213417053,893.0,228608.0,5576.733381072059,14630912.0 +151.25,8.600000381469727,2644.0,0.010820143856108189,0.13043212890625,0.0,1.8985977172851562,1.9969972372055054,-0.010990831069648266,0.002513950690627098,0.3212428689002991,0.511961817741394,0.7282745242118835,894.0,228864.0,5582.930282128975,14647296.0 +182.24,8.5,2667.0,0.00904940441250801,0.1085001602768898,0.0,1.8918205499649048,2.0034539699554443,-0.011020991019904613,0.0025220082607120275,0.29398277401924133,0.5148805975914001,0.755075603723526,895.0,229120.0,5589.072820330039,14663680.0 +114.22,9.300000190734863,2659.0,0.009185691364109516,0.1193033829331398,0.0,1.843050479888916,2.016174554824829,-0.008644319139420986,0.0025263221468776464,0.21521925926208496,0.5010859370231628,0.7987007647752762,896.0,229376.0,5595.233525985153,14680064.0 +161.76,8.699999809265137,2644.0,0.008767140097916126,0.1083170548081398,0.0,1.869215965270996,1.9974489212036133,-0.010755122639238834,0.002493680454790592,0.29778531193733215,0.5042126774787903,0.7542341649532318,897.0,229632.0,5601.429769864073,14696448.0 +163.39,8.899999618530273,2649.0,0.009985304437577724,0.1386311799287796,0.0,1.88227117061615,1.9819207191467285,-0.009558743797242641,0.002487404039129615,0.3262801468372345,0.5048072338104248,0.7314921617507935,898.0,229888.0,5607.6141021710355,14712832.0 +97.26,9.0,2644.0,0.009154398925602436,0.1011556014418602,0.0,1.8823355436325073,1.931771159172058,-0.012724577449262142,0.0024912795051932335,0.33360418677330017,0.5019358396530151,0.732207179069519,899.0,230144.0,5613.811833776068,14729216.0 +116.87,8.300000190734863,2703.0,0.006975897122174501,0.0720011368393898,0.0,1.9429302215576172,1.9608774185180664,-0.009646194986999035,0.0024898003321141005,0.4335691034793854,0.5105006098747253,0.6642357110977173,900.0,230400.0,5619.872574354988,14745600.0 +150.85,8.5,2657.0,0.007889625616371632,0.0851643905043602,0.0,1.8972572088241577,1.9667516946792603,-0.010048245079815388,0.002491239458322525,0.3593924343585968,0.501657247543335,0.7202302813529968,901.0,230656.0,5626.039430659963,14761984.0 +119.56,8.699999809265137,2669.0,0.007257851306349039,0.0821126326918602,0.0,1.9331947565078735,1.9452744722366333,-0.009325015358626842,0.0024935011751949787,0.41414448618888855,0.5081496238708496,0.6742416620254517,902.0,230912.0,5632.178630345035,14778368.0 +116.72,8.899999618530273,2653.0,0.007119413465261459,0.0826416015625,0.0,1.907480239868164,1.936200499534607,-0.009950774721801281,0.0024959759321063757,0.3768218457698822,0.500394344329834,0.7051016688346863,903.0,231168.0,5638.354786510114,14794752.0 +120.8,8.699999809265137,2645.0,0.008558860048651695,0.1123453751206398,0.0,1.903340220451355,1.9725300073623657,-0.01019882783293724,0.002504742471501231,0.3564888536930084,0.5026487708091736,0.6925184428691864,904.0,231424.0,5644.549311312148,14811136.0 +111.48,9.100000381469727,2646.0,0.008299949578940868,0.0922648087143898,0.0,1.8976582288742065,1.8839553594589233,-0.009996374137699604,0.002484302269294858,0.3601878583431244,0.5042491555213928,0.711403876543045,905.0,231680.0,5650.7408442480955,14827520.0 +114.96,9.199999809265137,2591.0,0.007331542205065489,0.0851033553481102,0.0,1.8458572626113892,1.9006630182266235,-0.009539852850139141,0.0024729871656745672,0.25655701756477356,0.5096317529678345,0.7587471306324005,906.0,231936.0,5657.06480543199,14843904.0 +123.49,8.5,2551.0,0.0073130507953464985,0.0874430313706398,0.0,1.9655362367630005,1.9195131063461304,-0.009072880260646343,0.00247373478487134,0.4805251657962799,0.5166739821434021,0.6486881375312805,907.0,232192.0,5663.489766350947,14860288.0 +108.68,9.0,2524.0,0.009981694631278515,0.1045328751206398,0.0,1.896555781364441,1.9470406770706177,-0.010450504720211029,0.002483992138877511,0.3436692953109741,0.5126456022262573,0.67705237865448,908.0,232448.0,5669.981557510095,14876672.0 +103.15,8.800000190734863,2572.0,0.00930617656558752,0.1244710311293602,0.0,1.9032846689224243,1.9262795448303223,-0.009125356562435627,0.0024773303885012865,0.3585178554058075,0.5137485265731812,0.6860036253929138,909.0,232704.0,5676.35213632416,14893056.0 +113.08,8.5,2586.0,0.007606556173413992,0.0948689803481102,0.0,1.9239760637283325,1.952799677848816,-0.009830562397837639,0.002497804583981633,0.39415499567985535,0.5073545575141907,0.661661833524704,910.0,232960.0,5682.687228983035,14909440.0 +174.46,8.600000381469727,2644.0,0.00810981448739767,0.0979817733168602,0.0,1.9278744459152222,1.984115481376648,-0.008990087546408176,0.002498635556548834,0.4029679000377655,0.5059036612510681,0.6795191764831543,911.0,233216.0,5688.883166399086,14925824.0 +137.57,9.100000381469727,2745.0,0.009836935438215733,0.1161905899643898,0.0,1.8763102293014526,1.9762840270996094,-0.012401542626321316,0.0025037731975317,0.3131188452243805,0.5000284314155579,0.7084105312824249,912.0,233472.0,5694.852313711075,14942208.0 +126.15,8.399999618530273,2674.0,0.006380253005772829,0.0752766951918602,0.0,1.9304022789001465,2.0039050579071045,-0.007139096036553383,0.0024893339723348618,0.41415536403656006,0.5058358907699585,0.6547606587409973,913.0,233728.0,5700.979208359029,14958592.0 +150.75,8.5,2709.0,0.007606716826558113,0.0927327498793602,0.0,1.8951371908187866,2.0135300159454346,-0.011570981703698635,0.0024939796421676874,0.3517749309539795,0.5039655566215515,0.6835912764072418,914.0,233984.0,5707.02736622002,14974976.0 +114.69,8.5,2719.0,0.008435466326773167,0.0976765975356102,0.0,1.9230540990829468,1.9950966835021973,-0.009963891468942165,0.002491371938958764,0.41606178879737854,0.49925199151039124,0.6482704281806946,915.0,234240.0,5713.054148884956,14991360.0 +117.81,9.199999809265137,2645.0,0.011081169359385967,0.14642333984375,0.0,1.885294795036316,1.9364155530929565,-0.010699774138629436,0.0024831483606249094,0.3304767310619354,0.5085461139678955,0.7083526849746704,916.0,234496.0,5719.248692021007,15007744.0 +114.36,9.0,2606.0,0.008077642880380154,0.0978800430893898,0.0,1.8643431663513184,1.9524928331375122,-0.010821209289133549,0.0024776894133538008,0.30181655287742615,0.5049365162849426,0.721041738986969,917.0,234752.0,5725.535638871137,15024128.0 +102.95,9.100000381469727,2650.0,0.007972394116222858,0.0885009765625,0.0,1.8766226768493652,1.9494271278381348,-0.011075613088905811,0.0024829008616507053,0.32050272822380066,0.5054910182952881,0.7038188576698303,918.0,235008.0,5731.717948273057,15040512.0 +80.5,8.699999809265137,2658.0,0.007946434430778027,0.0969645157456398,0.0,1.9077175855636597,1.957628607749939,-0.011554490774869919,0.0024733624886721373,0.3932833969593048,0.5055256485939026,0.6817860305309296,919.0,235264.0,5737.882154334104,15056896.0 +155.11,9.0,2716.0,0.009317640215158463,0.1138712540268898,0.0,1.878271460533142,1.91544771194458,-0.010092987678945065,0.0024803485721349716,0.32950589060783386,0.502591609954834,0.7302257120609283,920.0,235520.0,5743.913839179091,15073280.0 +86.16,9.100000381469727,2681.0,0.009037940762937069,0.116455078125,0.0,1.9162498712539673,1.9338865280151367,-0.010024302639067173,0.0024869332555681467,0.4028037488460541,0.5007442831993103,0.7024625837802887,921.0,235776.0,5750.023413863033,15089664.0 +114.98,9.199999809265137,2702.0,0.010955695062875748,0.1258951872587204,0.0,1.8784373998641968,1.9231758117675781,-0.010629832744598389,0.002496447879821062,0.3290480673313141,0.495551198720932,0.7083462774753571,922.0,236032.0,5756.0859307751525,15106048.0 +86.19,9.0,2693.0,0.009892304427921772,0.1206868514418602,0.0,1.865623116493225,1.9111428260803223,-0.012809508480131626,0.002487332560122013,0.3030991554260254,0.5023284554481506,0.7374980449676514,923.0,236288.0,5762.169273090083,15122432.0 +104.53,8.800000190734863,2679.0,0.006930805742740631,0.08673095703125,0.0,1.9339122772216797,1.9210290908813477,-0.007633437868207693,0.002501727780327201,0.416113942861557,0.5018352270126343,0.641016811132431,924.0,236544.0,5768.286036513047,15138816.0 +136.38,8.800000190734863,2636.0,0.008324130438268185,0.1033528670668602,0.0,1.877076268196106,1.9183087348937988,-0.011803269386291504,0.002487793331965804,0.32407113909721375,0.5021303296089172,0.7034561634063721,925.0,236800.0,5774.5022172050085,15155200.0 +127.14,8.800000190734863,2646.0,0.010136526077985764,0.1299641877412796,0.0,1.8652667999267578,1.93733549118042,-0.01286249328404665,0.0024913146626204252,0.2889295518398285,0.5073804259300232,0.7341607213020325,926.0,237056.0,5780.693153775064,15171584.0 +117.56,8.899999618530273,2678.0,0.015007552690804005,0.1665446013212204,0.0,1.9133034944534302,1.862942099571228,-0.01084840577095747,0.0024732688907533884,0.4001685678958893,0.5060625672340393,0.6758644580841064,927.0,237312.0,5786.810634992085,15187968.0 +118.07,8.800000190734863,2590.0,0.010337545536458492,0.1305135041475296,0.0,1.9350751638412476,1.8500548601150513,-0.012098471634089947,0.002488020109012723,0.42530617117881775,0.5090108513832092,0.6659211218357086,928.0,237568.0,5793.13719958812,15204352.0 +100.11,8.800000190734863,2607.0,0.009891100227832794,0.125732421875,0.0,1.9752707481384277,1.863472819328308,-0.011895068921148777,0.0025003242772072554,0.4988532066345215,0.5062121152877808,0.6329180896282196,929.0,237824.0,5799.421315324027,15220736.0 +109.85,9.0,2530.0,0.00960035715252161,0.1123250350356102,0.0,1.9324332475662231,1.8255103826522827,-0.0124337924644351,0.002485709497705102,0.4371638000011444,0.5016854405403137,0.6683385074138641,930.0,238080.0,5805.89654118102,15237120.0 +83.87,9.199999809265137,2777.0,0.009125289507210255,0.1180623397231102,0.0,1.8689433336257935,1.830398440361023,-0.010577183216810226,0.0024750984739512205,0.30662378668785095,0.506963312625885,0.7347834408283234,931.0,238336.0,5811.797191569116,15253504.0 +66.94,9.300000190734863,2706.0,0.00862049963325262,0.1012980118393898,0.0,1.9006582498550415,1.8398336172103882,-0.012046518735587597,0.00246480037458241,0.38145530223846436,0.5079750418663025,0.6772671639919281,932.0,238592.0,5817.850490813144,15269888.0 +73.45,9.600000381469727,2632.0,0.008920964784920216,0.107666015625,0.0,1.9025750160217285,1.8502026796340942,-0.012964698486030102,0.002467431826516986,0.3862849175930023,0.507183313369751,0.6624184846878052,933.0,238848.0,5824.075894196983,15286272.0 +85.11,9.199999809265137,2659.0,0.01098934467881918,0.1295979768037796,0.0,1.91911780834198,1.902443528175354,-0.011942747980356216,0.0024697240442037582,0.41576525568962097,0.5073404908180237,0.6793031692504883,934.0,239104.0,5830.23726830096,15302656.0 +109.59,8.800000190734863,2672.0,0.008939854800701141,0.1153360977768898,0.0,1.8939381837844849,1.9285331964492798,-0.009613933973014355,0.0024760374799370766,0.3577263057231903,0.505955696105957,0.6930883228778839,935.0,239360.0,5836.36948076915,15319040.0 +104.69,8.899999618530273,2664.0,0.00995756033807993,0.13433837890625,0.0,1.8868674039840698,1.8988151550292969,-0.013495530933141708,0.0024770654272288084,0.3307041823863983,0.5154662728309631,0.7038872539997101,936.0,239616.0,5842.5182617821265,15335424.0 +92.54,9.300000190734863,2598.0,0.010414485819637775,0.1310831755399704,0.0,1.8517225980758667,1.9685934782028198,-0.012806710787117481,0.002471806248649955,0.2756488621234894,0.5104877948760986,0.7250386476516724,937.0,239872.0,5848.825699729146,15351808.0 +122.06,9.100000381469727,2630.0,0.008484482765197754,0.1099853515625,0.0,1.8946833610534668,1.9605917930603027,-0.0099076172336936,0.002473972737789154,0.3577105700969696,0.5083552002906799,0.6604596674442291,938.0,240128.0,5855.0580140000675,15368192.0 +127.01,8.899999618530273,2633.0,0.008679425343871117,0.10931396484375,0.0,1.9098364114761353,1.9839524030685425,-0.008030236698687077,0.0024722320958971977,0.36794161796569824,0.5176191329956055,0.6656337976455688,939.0,240384.0,5861.280632755952,15384576.0 +143.98,8.699999809265137,2695.0,0.009762563742697239,0.1220296248793602,0.0,1.8807258605957031,1.9786616563796997,-0.009995365515351295,0.0024809606838971376,0.3227696120738983,0.5086426138877869,0.6677242815494537,940.0,240640.0,5867.360595253995,15400960.0 +126.4,8.399999618530273,2563.0,0.007882791571319103,0.0944417342543602,0.0,1.9057016372680664,1.9813028573989868,-0.010377028025686741,0.002467961749061942,0.3541402816772461,0.5248404145240784,0.6974620223045349,941.0,240896.0,5873.752689593006,15417344.0 +136.68,9.0,2702.0,0.01040476094931364,0.1346842497587204,0.0,1.8537575006484985,1.993773102760315,-0.011692512780427933,0.0024717936757951975,0.27749350666999817,0.5107443332672119,0.7434011697769165,942.0,241152.0,5879.8158838360105,15433728.0 +149.97,9.0,2647.0,0.010783138684928417,0.1280720978975296,0.0,1.881332516670227,1.9833160638809204,-0.011863593012094498,0.002470215782523155,0.31985369324684143,0.5179945230484009,0.696253091096878,943.0,241408.0,5886.004801461939,15450112.0 +116.28,9.100000381469727,2597.0,0.007265347987413406,0.0903727188706398,0.0,1.8843755722045898,1.9818248748779297,-0.00980318896472454,0.002465123077854514,0.3408859968185425,0.5109924077987671,0.6826801300048828,944.0,241664.0,5892.313063213136,15466496.0 +108.02,9.399999618530273,2705.0,0.007282141130417585,0.093994140625,0.0,1.8620014190673828,2.0226023197174072,-0.010097517631947994,0.002478912705555558,0.30944597721099854,0.49814572930336,0.6884556114673615,945.0,241920.0,5898.369070451008,15482880.0 +146.26,8.399999618530273,2633.0,0.0084005706012249,0.1016845703125,0.0,1.9172035455703735,2.0039236545562744,-0.010044733993709087,0.002474976936355233,0.38988640904426575,0.5148559212684631,0.6675141453742981,946.0,242176.0,5904.590628216974,15499264.0 +141.24,8.300000190734863,2618.0,0.007749768439680338,0.0893351212143898,0.0,1.945550560951233,1.9958568811416626,-0.010431901551783085,0.002478615380823612,0.4429813623428345,0.5151430368423462,0.6043592989444733,947.0,242432.0,5910.848572127987,15515648.0 +127.72,8.100000381469727,2620.0,0.007572671864181757,0.0817464217543602,0.0,1.942204475402832,1.9778566360473633,-0.010628268122673035,0.002481216797605157,0.45194733142852783,0.5060293078422546,0.6038337349891663,948.0,242688.0,5917.102551455144,15532032.0 +120.8,8.800000190734863,2692.0,0.007030224893242121,0.0841471329331398,0.0,1.9033575057983398,1.9605776071548462,-0.009637483395636082,0.0024751778692007065,0.3829902410507202,0.5035167336463928,0.6313281655311584,949.0,242944.0,5923.18888750812,15548416.0 +147.91,8.5,2597.0,0.006872942205518484,0.0809529647231102,0.0,1.9031281471252441,1.988478183746338,-0.009920717217028141,0.002472034888342023,0.3639547526836395,0.5149386525154114,0.6619572341442108,950.0,243200.0,5929.496290426003,15564800.0 +113.92,9.0,2654.0,0.008670810610055923,0.1098429337143898,0.0,1.88566255569458,1.9496456384658813,-0.01187696773558855,0.002463605487719178,0.35378435254096985,0.5083410739898682,0.6701202094554901,951.0,243456.0,5935.669549941085,15581184.0 +112.02,8.699999809265137,2666.0,0.008643976412713528,0.1044921875,0.0,1.925994873046875,1.9641093015670776,-0.008743113838136196,0.002460129326209426,0.4449515640735626,0.5018384456634521,0.638415664434433,952.0,243712.0,5941.814534784062,15597568.0 +129.95,8.699999809265137,2646.0,0.009615675546228886,0.1222127303481102,0.0,1.892541766166687,1.9673832654953003,-0.011717889457941055,0.002461751690134406,0.35916903614997864,0.5134730935096741,0.6397440433502197,953.0,243968.0,5948.005864528008,15613952.0 +93.77,9.0,2569.0,0.011289619840681553,0.1509602814912796,0.0,1.8578985929489136,1.9516023397445679,-0.011774017475545406,0.0024706805124878883,0.2953614890575409,0.5061676502227783,0.7149999439716339,954.0,244224.0,5954.38280286314,15630336.0 +98.77,9.100000381469727,2600.0,0.010664653964340687,0.1436564177274704,0.0,1.8457355499267578,1.9681183099746704,-0.013344560749828815,0.0024599398020654917,0.27010610699653625,0.5137384533882141,0.7478726208209991,955.0,244480.0,5960.684102682164,15646720.0 +109.87,8.899999618530273,2663.0,0.009211699478328228,0.10986328125,0.0,1.8878003358840942,1.962903380393982,-0.011503112502396107,0.0024585784412920475,0.3523607552051544,0.5134631991386414,0.7132203578948975,956.0,244736.0,5966.836178691126,15663104.0 +113.57,8.300000190734863,2649.0,0.007804257329553366,0.0979410782456398,0.0,1.9461959600448608,1.9578498601913452,-0.010846269316971302,0.0024610385298728943,0.474395751953125,0.5089037418365479,0.6596293151378632,957.0,244992.0,5973.020070380997,15679488.0 +134.45,9.300000190734863,2640.0,0.010452494956552982,0.1337076872587204,0.0,1.8472599983215332,1.9762325286865234,-0.012245621532201767,0.002459977986291051,0.2822020649909973,0.5081781148910522,0.717380553483963,958.0,245248.0,5979.227753494168,15695872.0 +99.92,9.100000381469727,2657.0,0.00812769215553999,0.1006266251206398,0.0,1.8900790214538574,1.9712868928909302,-0.01105749886482954,0.002466793404892087,0.3845919370651245,0.49515649676322937,0.6462424993515015,959.0,245504.0,5985.394118768163,15712256.0 +109.66,8.600000381469727,2645.0,0.006781179923564196,0.0775553360581398,0.0,1.923214316368103,1.9796992540359497,-0.009981166571378708,0.0024841742124408484,0.4127945899963379,0.5045080780982971,0.643802672624588,960.0,245760.0,5991.5882479629945,15728640.0 +121.12,8.699999809265137,2671.0,0.009387102909386158,0.119140625,0.0,1.9092024564743042,1.9910674095153809,-0.009669163264334202,0.0024835499934852123,0.37688159942626953,0.5085664987564087,0.654900312423706,961.0,246016.0,5997.7220664860215,15745024.0 +124.25,8.5,2654.0,0.008423999883234501,0.1030069962143898,0.0,1.9111242294311523,1.981362223625183,-0.010388155467808247,0.0024780931416898966,0.39064231514930725,0.5069583058357239,0.6280295252799988,962.0,246272.0,6003.895526092034,15761408.0 +107.01,8.800000190734863,2569.0,0.009196911007165909,0.11328125,0.0,1.964924931526184,1.9308363199234009,-0.007614655885845423,0.0024696614127606153,0.46733614802360535,0.5233489871025085,0.6025606393814087,963.0,246528.0,6010.272335676942,15777792.0 +89.42,8.899999618530273,2639.0,0.00986087042838335,0.11993408203125,0.0,1.9168353080749512,1.8968225717544556,-0.010062716901302338,0.002474970417097211,0.3917820155620575,0.5124902129173279,0.6537674367427826,964.0,246784.0,6016.480553422123,15794176.0 +85.87,8.600000381469727,2730.0,0.0069524203427135944,0.0801595076918602,0.0,1.961219310760498,1.8962087631225586,-0.008163086138665676,0.002471471903845668,0.4718185365200043,0.5166992545127869,0.6512782573699951,965.0,247040.0,6022.4821426901035,15810560.0 +98.32,8.800000190734863,2731.0,0.008646328002214432,0.1059977188706398,0.0,1.9173489809036255,1.9150205850601196,-0.010431083850562572,0.0024852389469742775,0.4061574637889862,0.501232385635376,0.6191512644290924,966.0,247296.0,6028.480504926061,15826944.0 +131.86,8.699999809265137,2661.0,0.009066195227205753,0.1069132462143898,0.0,1.878838062286377,1.942170262336731,-0.010573646984994411,0.0024880904238671064,0.3318023979663849,0.4988868534564972,0.6831425130367279,967.0,247552.0,6034.637655240018,15843328.0 +107.35,8.300000190734863,2691.0,0.007522920146584511,0.088134765625,0.0,1.9600931406021118,1.9371572732925415,-0.009509500116109848,0.0024889337364584208,0.4674328565597534,0.5107908248901367,0.6070988476276398,968.0,247808.0,6040.725218498148,15859712.0 +88.72,9.5,2682.0,0.009626687504351139,0.1246744766831398,0.0,1.8380155563354492,1.9960979223251343,-0.012765511870384216,0.002497216919437051,0.1995077133178711,0.5223798155784607,0.7500772625207901,969.0,248064.0,6046.833909528097,15876096.0 +119.29,8.899999618530273,2688.0,0.009778632782399654,0.1238606795668602,0.0,1.8684558868408203,1.9904365539550781,-0.011772778816521168,0.0024915889371186495,0.2724665105342865,0.5181053280830383,0.7112138271331787,970.0,248320.0,6052.928056528093,15892480.0 +100.87,8.699999809265137,2721.0,0.007302291225641966,0.0916748046875,0.0,1.9645228385925293,1.95158052444458,-0.009595791809260845,0.002480069873854518,0.46064695715904236,0.5232756733894348,0.6029527485370636,971.0,248576.0,6058.948325725971,15908864.0 +118.71,8.399999618530273,2622.0,0.01001720316708088,0.1027628555893898,0.0,1.95028555393219,1.9631967544555664,-0.011360314674675465,0.0024734041653573513,0.43315038084983826,0.52800053358078,0.5993654131889343,972.0,248832.0,6065.19619977707,15925248.0 +99.78,9.100000381469727,2648.0,0.008764287456870079,0.1124267578125,0.0,1.8742204904556274,1.960160732269287,-0.010623209178447723,0.002466698409989476,0.2995105981826782,0.5213408470153809,0.6910561621189117,973.0,249088.0,6071.383579110028,15941632.0 +155.6,8.5,2584.0,0.011862724088132381,0.1213175430893898,0.0,1.906245231628418,1.985087275505066,-0.009001608937978745,0.002465517958626151,0.3603077828884125,0.5221847891807556,0.7002352476119995,974.0,249344.0,6077.722721674014,15958016.0 +122.95,9.199999809265137,2556.0,0.008151263929903507,0.1015421524643898,0.0,1.8475764989852905,1.990753173828125,-0.012457032687962055,0.002462314208969474,0.26748204231262207,0.5150430798530579,0.7420026659965515,975.0,249600.0,6084.132329734042,15974400.0 +128.83,8.100000381469727,2605.0,0.009772437624633312,0.1195068359375,0.0,1.9446746110916138,1.9643961191177368,-0.010766885243356228,0.002465395024046302,0.440710186958313,0.5220327377319336,0.6849460601806641,976.0,249856.0,6090.421347182011,15990784.0 +132.8,9.100000381469727,2564.0,0.007935612462460995,0.1010335311293602,0.0,1.8563982248306274,1.9669932126998901,-0.010229888372123241,0.002460526768118143,0.2638528048992157,0.5241081118583679,0.7673747688531876,977.0,250112.0,6096.811975260964,16007168.0 +143.86,8.800000190734863,2620.0,0.01132163405418396,0.14447021484375,0.0,1.9042047262191772,1.9309024810791016,-0.010607559233903885,0.0024667012039572,0.36466971039772034,0.5184356570243835,0.719813346862793,978.0,250368.0,6103.064771672012,16023552.0 +106.88,9.199999809265137,2742.0,0.010800148360431194,0.13140869140625,0.0,1.9192962646484375,1.8715777397155762,-0.011905848048627377,0.0024584841448813677,0.4056989252567291,0.5178261995315552,0.6815313398838043,979.0,250624.0,6109.041022737976,16039936.0 +112.92,9.0,2772.0,0.009050861932337284,0.1175130233168602,0.0,1.9050403833389282,1.875333309173584,-0.010914755053818226,0.0024645014200359583,0.36947035789489746,0.5177224278450012,0.7007692456245422,980.0,250880.0,6114.952467049006,16056320.0 +94.37,9.100000381469727,2656.0,0.00857054628431797,0.1092936173081398,0.0,1.9313215017318726,1.87720787525177,-0.010312738828361034,0.00246983184479177,0.4028925597667694,0.5240440964698792,0.6871314346790314,981.0,251136.0,6121.120362745132,16072704.0 +115.5,9.0,2741.0,0.00804118812084198,0.1043904647231102,0.0,1.8947205543518066,1.9080651998519897,-0.010983009822666645,0.0024618853349238634,0.35755133628845215,0.5150659680366516,0.7116391956806183,982.0,251392.0,6127.098378996132,16089088.0 +121.44,8.399999618530273,2602.0,0.008665707893669605,0.1101277694106102,0.0,1.9203687906265259,1.9092518091201782,-0.008872095495462418,0.002472182037308812,0.3899575173854828,0.5172634124755859,0.6985423862934113,983.0,251648.0,6133.395464057103,16105472.0 +131.89,8.800000190734863,2675.0,0.007771415635943413,0.0958048477768898,0.0,1.9129050970077515,1.9349356889724731,-0.009997622109949589,0.0024564911145716906,0.3830604553222656,0.5224761962890625,0.7096872627735138,984.0,251904.0,6139.520545213949,16121856.0 +125.11,8.300000190734863,2716.0,0.00626182509586215,0.0749104842543602,0.0,1.9810010194778442,1.8901854753494263,-0.011072900146245956,0.002471939427778125,0.5174447298049927,0.5162837505340576,0.6223629713058472,985.0,252160.0,6145.552707621129,16138240.0 +121.14,9.0,2730.0,0.009868507273495197,0.1297607421875,0.0,1.8899797201156616,1.9346388578414917,-0.010582133196294308,0.002477187430486083,0.3126169443130493,0.5250059962272644,0.7140040099620819,986.0,252416.0,6151.553930856986,16154624.0 +93.97,9.100000381469727,2564.0,0.008169769309461117,0.0993855819106102,0.0,1.8892439603805542,1.972188949584961,-0.008185253478586674,0.002479134825989604,0.30627015233039856,0.5244482159614563,0.7374882102012634,987.0,252672.0,6157.944058689987,16171008.0 +135.96,8.399999618530273,2607.0,0.007536486256867647,0.0925496444106102,0.0,1.921728491783142,2.0098276138305664,-0.010825318284332752,0.0025105089880526066,0.37774646282196045,0.5085246562957764,0.6900197267532349,988.0,252928.0,6164.229123386089,16187392.0 +161.97,9.0,2576.0,0.0084903035312891,0.1077880859375,0.0,1.8583149909973145,2.00225830078125,-0.011710829101502895,0.00249915081076324,0.24690543115139008,0.5170208811759949,0.7535312324762344,989.0,253184.0,6170.592545892112,16203776.0 +111.55,8.899999618530273,2664.0,0.007686165627092123,0.097412109375,0.0,1.9286071062088013,1.9842019081115723,-0.00772099057212472,0.002476270543411374,0.3908129930496216,0.5226283669471741,0.7110181748867035,990.0,253440.0,6176.742043975042,16220160.0 +135.03,8.300000190734863,2716.0,0.007686227094382048,0.0976765975356102,0.0,1.9416027069091797,1.9606555700302124,-0.00904223695397377,0.0024799483362585306,0.4177250862121582,0.5214148759841919,0.6682739853858948,991.0,253696.0,6182.773692467948,16236544.0 +132.85,8.300000190734863,2687.0,0.008335228078067303,0.1097412109375,0.0,1.9408057928085327,1.9709111452102661,-0.009882689453661442,0.0024845367297530174,0.39185965061187744,0.532198965549469,0.6752802729606628,992.0,253952.0,6188.870503042126,16252928.0 +107.2,9.100000381469727,2677.0,0.00868397206068039,0.108642578125,0.0,1.8847936391830444,1.9635473489761353,-0.010181733407080173,0.002480431692674756,0.30265358090400696,0.523068368434906,0.7362869381904602,993.0,254208.0,6194.989804451121,16269312.0 +152.41,9.0,2673.0,0.011078679002821445,0.1357014924287796,0.0,1.864027500152588,1.9822481870651245,-0.011065561324357986,0.0024801658000797033,0.2638993561267853,0.522882878780365,0.7345123589038849,994.0,254464.0,6201.119336045114,16285696.0 +154.07,8.100000381469727,2568.0,0.009741750545799732,0.126953125,0.0,1.9325733184814453,2.0080068111419678,-0.011225275695323944,0.0024935072287917137,0.38705742359161377,0.5235965847969055,0.6706405878067017,995.0,254720.0,6207.50021109404,16302080.0 +125.02,8.5,2637.0,0.00716056115925312,0.0906778946518898,0.0,1.922559142112732,2.0036230087280273,-0.010107848793268204,0.0025121800135821104,0.36838439106941223,0.5124211311340332,0.681268185377121,996.0,254976.0,6213.713015180081,16318464.0 +141.12,8.5,2648.0,0.007544299587607384,0.0905354842543602,0.0,1.980648398399353,1.9750498533248901,-0.010938669554889202,0.002509060315787792,0.49619626998901367,0.5087090730667114,0.5974152386188507,997.0,255232.0,6219.8993770440575,16334848.0 +103.05,9.399999618530273,2700.0,0.009580125100910664,0.1142985001206398,0.0,1.8626079559326172,2.00734543800354,-0.010736239142715931,0.002496890490874648,0.2546880543231964,0.5176284313201904,0.7462774813175201,998.0,255488.0,6225.9678463931195,16351232.0 +129.55,9.100000381469727,2652.0,0.00916911568492651,0.1170654296875,0.0,1.894309163093567,1.998799443244934,-0.008328324183821678,0.002463796641677618,0.32875752449035645,0.5263485908508301,0.7153639793395996,999.0,255744.0,6232.144796858076,16367616.0 +87.5,9.600000381469727,2651.0,0.011296495795249939,0.1453654021024704,0.0,1.810013771057129,1.9740791320800781,-0.00913053099066019,0.002456613816320896,0.19056427478790283,0.5152959227561951,0.8158425241708755,1000.0,256000.0,6238.325600827113,16384000.0 +133.09,8.600000381469727,2632.0,0.01984529383480549,0.13140869140625,0.0,1.8899550437927246,2.0058670043945312,-0.0070758783258497715,0.0024683689698576927,0.34022343158721924,0.5127934813499451,0.7020019590854645,1001.0,256256.0,6244.55103411898,16400384.0 +171.31,8.399999618530273,2592.0,0.00834608357399702,0.099365234375,0.0,1.9028191566467285,2.017893075942993,-0.01055924966931343,0.0024668609257787466,0.3818463385105133,0.5092037320137024,0.6446883082389832,1002.0,256512.0,6250.872288794024,16416768.0 +132.64,8.699999809265137,2588.0,0.008892538025975227,0.1072591170668602,0.0,1.8767727613449097,1.966566562652588,-0.010614875704050064,0.0024607309605926275,0.3423798382282257,0.505497932434082,0.6947931349277496,1003.0,256768.0,6257.2020309411455,16433152.0 +108.56,8.899999618530273,2538.0,0.008511691354215145,0.11016845703125,0.0,1.9291725158691406,1.9340649843215942,-0.009833398275077343,0.0024550959933549166,0.42258134484291077,0.5195077061653137,0.6809404194355011,1004.0,257024.0,6263.656066010008,16449536.0 +117.51,8.800000190734863,2674.0,0.01027352549135685,0.1174723282456398,0.0,1.882715106010437,1.9787267446517944,-0.010901644825935364,0.0024547234643250704,0.33839645981788635,0.5168441534042358,0.7282561957836151,1005.0,257280.0,6269.782823946094,16465920.0 +115.56,8.699999809265137,2652.0,0.008956242352724075,0.1068929061293602,0.0,1.932774543762207,1.934465765953064,-0.01015337835997343,0.002459225244820118,0.4364226758480072,0.5144487023353577,0.6851073503494263,1006.0,257536.0,6275.961618924979,16482304.0 +78.84,8.800000190734863,2628.0,0.008261465467512608,0.1030476912856102,0.0,1.9129599332809448,1.944200038909912,-0.01010414119809866,0.0024621004704385996,0.3858135938644409,0.5185490846633911,0.693629801273346,1007.0,257792.0,6282.196152155986,16498688.0 +105.64,9.300000190734863,2687.0,0.00833530817180872,0.11102294921875,0.0,1.8729376792907715,1.9261479377746582,-0.010273775085806847,0.0024571719113737345,0.3133220970630646,0.5172260403633118,0.7428654134273529,1008.0,258048.0,6288.293969696155,16515072.0 +134.99,8.699999809265137,2657.0,0.009206702001392841,0.12457275390625,0.0,1.897666335105896,1.938710331916809,-0.011123835109174252,0.0024626206140965223,0.3635416328907013,0.5150959491729736,0.7087732553482056,1009.0,258304.0,6294.460787763121,16531456.0 +103.78,8.600000381469727,2660.0,0.007559326943010092,0.086669921875,0.0,1.924554467201233,1.902772307395935,-0.01032913289964199,0.0024582678452134132,0.4130798280239105,0.5182376503944397,0.6755519807338715,1010.0,258560.0,6300.620598659152,16547840.0 +111.52,8.899999618530273,2694.0,0.009174381382763386,0.1160685196518898,0.0,1.9388998746871948,1.9187082052230835,-0.00985761359333992,0.0024718691129237413,0.43334174156188965,0.5153394341468811,0.6421205401420593,1011.0,258816.0,6306.702051838161,16564224.0 +94.33,8.600000381469727,2710.0,0.008159997873008251,0.0932413712143898,0.0,1.9269299507141113,1.9378100633621216,-0.011539488099515438,0.002462690928950906,0.4134153127670288,0.5197945237159729,0.6318877637386322,1012.0,259072.0,6312.748274600133,16580608.0 +101.45,9.399999618530273,2695.0,0.010550686158239841,0.13311767578125,0.0,1.8382560014724731,1.9315528869628906,-0.012503077276051044,0.0024617165327072144,0.2437538504600525,0.5173392295837402,0.7025825381278992,1013.0,259328.0,6318.827711827122,16596992.0 +134.06,8.399999618530273,2674.0,0.009408497251570225,0.1216227188706398,0.0,1.9806119203567505,1.9136089086532593,-0.009265539236366749,0.0024588981177657843,0.5135058760643005,0.5228112936019897,0.6115542948246002,1014.0,259584.0,6324.954284823965,16613376.0 +123.55,8.899999618530273,2691.0,0.010410119779407978,0.1342570036649704,0.0,1.8739595413208008,1.9327669143676758,-0.011674213223159313,0.002455907640978694,0.30737558007240295,0.5233196020126343,0.7299557626247406,1015.0,259840.0,6331.041263116989,16629760.0 +124.38,9.199999809265137,2667.0,0.009290921501815319,0.1157430037856102,0.0,1.8564633131027222,1.9513325691223145,-0.012387428432703018,0.0024550501257181168,0.26600655913352966,0.5278357267379761,0.7474106848239899,1016.0,260096.0,6337.183141576126,16646144.0 +80.55,9.600000381469727,2650.0,0.010737956501543522,0.12664794921875,0.0,1.8027459383010864,1.962612509727478,-0.010084467940032482,0.00245067966170609,0.17133624851703644,0.5214482545852661,0.8231845051050186,1017.0,260352.0,6343.364357274957,16662528.0 +143.89,8.399999618530273,2604.0,0.0076143150217831135,0.0986531600356102,0.0,1.9350804090499878,1.947853922843933,-0.010236606933176517,0.0024602862540632486,0.4013442099094391,0.5339803695678711,0.680767685174942,1018.0,260608.0,6349.657232573954,16678912.0 +134.02,8.699999809265137,2504.0,0.005868237465620041,0.0692545548081398,0.0,1.9294511079788208,1.9818577766418457,-0.008976470679044724,0.002469692612066865,0.40301260352134705,0.5218935012817383,0.669733315706253,1019.0,260864.0,6356.2003400051035,16695296.0 +133.0,8.199999809265137,2546.0,0.008793790824711323,0.10650634765625,0.0,1.9326328039169312,1.9801205396652222,-0.010862134397029877,0.0024665824603289366,0.4203091561794281,0.5198503732681274,0.652686357498169,1020.0,261120.0,6362.634612045018,16711680.0 +139.62,8.199999809265137,2647.0,0.007382500916719437,0.0860799178481102,0.0,1.946877121925354,1.9617308378219604,-0.01013818010687828,0.002461307914927602,0.44228363037109375,0.5248369574546814,0.6634923219680786,1021.0,261376.0,6368.824745285092,16728064.0 +122.52,9.100000381469727,2705.0,0.006884573493152857,0.08660888671875,0.0,1.8636358976364136,1.9556013345718384,-0.010946381837129593,0.002461235737428069,0.3016882836818695,0.5126765370368958,0.7436443269252777,1022.0,261632.0,6374.882210317999,16744448.0 +141.33,8.800000190734863,2634.0,0.010380485095083714,0.14202880859375,0.0,1.8967317342758179,1.970273494720459,-0.012106764130294323,0.002469261409714818,0.34213101863861084,0.5228452086448669,0.7024713754653931,1023.0,261888.0,6381.101047774078,16760832.0 +165.9,8.600000381469727,2619.0,0.006560387555509806,0.0801188126206398,0.0,1.9286342859268188,1.9514487981796265,-0.008823527954518795,0.0024577530566602945,0.40833285450935364,0.5239294171333313,0.681350827217102,1024.0,262144.0,6387.356208068086,16777216.0 +102.52,8.199999809265137,2612.0,0.006395422387868166,0.0763753280043602,0.0,1.9318054914474487,1.9998279809951782,-0.00894425343722105,0.002471641404554248,0.4029248058795929,0.5234646797180176,0.682492583990097,1025.0,262400.0,6393.627606030088,16793600.0 +135.62,9.199999809265137,2654.0,0.009929011575877666,0.1344401091337204,0.0,1.8245453834533691,2.0679357051849365,-0.010055754333734512,0.0024688139092177153,0.18462364375591278,0.5285615921020508,0.806519016623497,1026.0,262656.0,6399.800462548155,16809984.0 +154.89,8.300000190734863,2575.0,0.008836548775434494,0.1185506209731102,0.0,1.9111690521240234,2.0601775646209717,-0.009449582546949387,0.002472762716934085,0.36450013518333435,0.5225890278816223,0.6916977763175964,1027.0,262912.0,6406.163182621123,16826368.0 +170.09,8.300000190734863,2597.0,0.009323804639279842,0.1182047501206398,0.0,1.8860350847244263,2.0077009201049805,-0.012048703618347645,0.002475294517353177,0.32800188660621643,0.5165125727653503,0.7371358871459961,1028.0,263168.0,6412.470884445123,16842752.0 +170.24,8.5,2646.0,0.009826745837926865,0.124267578125,0.0,1.91015625,2.002650499343872,-0.010211518965661526,0.0024806188885122538,0.35851383209228516,0.5208278298377991,0.6653342545032501,1029.0,263424.0,6418.662553312955,16859136.0 +124.76,9.0,2609.0,0.010639466345310211,0.1298828125,0.0,1.8698559999465942,1.9706538915634155,-0.01326857227832079,0.0024845856241881847,0.2874048054218292,0.5168358683586121,0.7506980001926422,1030.0,263680.0,6424.941441551084,16875520.0 +107.23,8.399999618530273,2621.0,0.006107619497925043,0.0679524764418602,0.0,1.971070408821106,1.929049015045166,-0.008929681032896042,0.0024659193586558104,0.49050772190093994,0.521077036857605,0.6608033776283264,1031.0,263936.0,6431.191467059078,16891904.0 +136.61,8.899999618530273,2648.0,0.008713786490261555,0.1097615584731102,0.0,1.8722928762435913,1.9441832304000854,-0.014047316275537014,0.002473454689607024,0.2813341021537781,0.5283876657485962,0.7311308681964874,1032.0,264192.0,6437.377510596998,16908288.0 +125.79,8.600000381469727,2680.0,0.007919090799987316,0.0954386368393898,0.0,1.9086848497390747,1.9504412412643433,-0.010376394726336002,0.0024683589581400156,0.36542999744415283,0.5216705799102783,0.6902500689029694,1033.0,264448.0,6443.491100389976,16924672.0 +127.39,8.699999809265137,2534.0,0.009261487983167171,0.1238199844956398,0.0,1.8971887826919556,1.9423513412475586,-0.01103759091347456,0.002477296395227313,0.3290696442127228,0.5244669318199158,0.7239073216915131,1034.0,264704.0,6449.957013349049,16941056.0 +160.27,8.300000190734863,2561.0,0.01123395562171936,0.1302286833524704,0.0,1.9215545654296875,1.9602384567260742,-0.012670227326452732,0.002483445918187499,0.3998511731624603,0.5121785402297974,0.7032634317874908,1035.0,264960.0,6456.353990304051,16957440.0 +118.37,8.5,2626.0,0.00849289633333683,0.10888671875,0.0,1.9362365007400513,1.9949421882629395,-0.01152253057807684,0.0024846785236150026,0.40908995270729065,0.520824134349823,0.6685899198055267,1036.0,265216.0,6462.592383194948,16973824.0 +122.39,8.699999809265137,2611.0,0.006541289854794741,0.07550048828125,0.0,1.9146047830581665,2.000322103500366,-0.010587166994810104,0.002491397550329566,0.344364732503891,0.5273138880729675,0.7075092494487762,1037.0,265472.0,6468.8673656180035,16990208.0 +100.13,9.100000381469727,2569.0,0.012665566988289356,0.14300537109375,0.0,1.8700867891311646,2.020494222640991,-0.01229593250900507,0.002496908651664853,0.26741108298301697,0.5204280018806458,0.7268300652503967,1038.0,265728.0,6475.244867657078,17006592.0 +153.8,8.5,2635.0,0.010899316519498825,0.1071980819106102,0.0,1.948684573173523,2.0026967525482178,-0.007810169365257025,0.0024793550837785006,0.3968639373779297,0.53841233253479,0.682132363319397,1039.0,265984.0,6481.462124423124,17022976.0 +133.47,8.600000381469727,2716.0,0.008818935602903366,0.100341796875,0.0,1.8992667198181152,1.9821768999099731,-0.012787625193595886,0.0024658942129462957,0.35309597849845886,0.5223812460899353,0.7187358438968658,1040.0,266240.0,6487.495645912131,17039360.0 +129.53,8.699999809265137,2673.0,0.015465782023966312,0.12188720703125,0.0,1.8924654722213745,2.0119950771331787,-0.01087434496730566,0.0024675638414919376,0.3398641347885132,0.519745945930481,0.7252654135227203,1041.0,266496.0,6493.624855193077,17055744.0 +141.48,8.300000190734863,2658.0,0.009141633287072182,0.1083984375,0.0,1.897737979888916,2.044633150100708,-0.01062905415892601,0.002486822661012411,0.30646398663520813,0.5321701765060425,0.7335209846496582,1042.0,266752.0,6499.787716760999,17072128.0 +161.06,8.800000190734863,2618.0,0.01103424746543169,0.1571044921875,0.0,1.867418885231018,2.030393362045288,-0.013703114353120327,0.002486656652763486,0.26027995347976685,0.5279578566551208,0.7730396687984467,1043.0,267008.0,6506.046711086994,17088512.0 +150.11,8.699999809265137,2667.0,0.010139533318579197,0.136474609375,0.0,1.8842087984085083,2.017948865890503,-0.011848542839288712,0.002475987421348691,0.3109191656112671,0.5227836966514587,0.7254459857940674,1044.0,267264.0,6512.190197153948,17104896.0 +138.22,8.5,2562.0,0.008647908456623554,0.1086222305893898,0.0,1.9581855535507202,2.0124778747558594,-0.009517847560346127,0.00248125777579844,0.4501103162765503,0.5221442580223083,0.7070295810699463,1045.0,267520.0,6518.585097835166,17121280.0 +110.48,8.899999618530273,2651.0,0.00849031750112772,0.1017252579331398,0.0,1.899652361869812,2.0030674934387207,-0.010404170490801334,0.0024788931477814913,0.32446569204330444,0.5284077525138855,0.7472552359104156,1046.0,267776.0,6524.764490446076,17137664.0 +111.8,8.800000190734863,2644.0,0.01044872310012579,0.1289265900850296,0.0,1.8931804895401,1.9622374773025513,-0.015674380585551262,0.0024956760462373495,0.3263969123363495,0.5174408555030823,0.7450748980045319,1047.0,268032.0,6530.961317473091,17154048.0 +122.85,8.5,2637.0,0.008614443242549896,0.0984903946518898,0.0,1.931589126586914,1.9909286499023438,-0.012849174439907074,0.0024994369596242905,0.38395535945892334,0.5226514935493469,0.7252694666385651,1048.0,268288.0,6537.174625464017,17170432.0 +104.69,9.0,2632.0,0.012112143449485302,0.1332804411649704,0.0,1.8800849914550781,1.9714536666870117,-0.0122506869956851,0.0024759857915341854,0.2951491177082062,0.5264829397201538,0.7788178622722626,1049.0,268544.0,6543.398879516171,17186816.0 +124.18,8.800000190734863,2637.0,0.008083377964794636,0.0994059219956398,0.0,1.8795753717422485,1.9631563425064087,-0.013285561464726925,0.0024775664787739515,0.30686724185943604,0.5202755331993103,0.7682426422834396,1050.0,268800.0,6549.611642240081,17203200.0 +133.58,8.800000190734863,2554.0,0.009202203713357449,0.1105753555893898,0.0,1.940367341041565,1.933298110961914,-0.010765240527689457,0.0024844089057296515,0.39734768867492676,0.5295873284339905,0.7184376120567322,1051.0,269056.0,6556.025099819992,17219584.0 +155.54,8.5,2634.0,0.009546224027872086,0.10662841796875,0.0,1.9726122617721558,1.9319747686386108,-0.011977792717516422,0.0024901542346924543,0.4680556058883667,0.524804949760437,0.6824634373188019,1052.0,269312.0,6562.243999951985,17235968.0 +116.48,8.800000190734863,2707.0,0.00911992508918047,0.1094970703125,0.0,1.9223078489303589,1.942159652709961,-0.011945451609790325,0.0024894182570278645,0.36902865767478943,0.5244515538215637,0.7075836062431335,1053.0,269568.0,6568.296717406018,17252352.0 +108.42,9.100000381469727,2665.0,0.009867128916084766,0.1169840469956398,0.0,1.8975189924240112,1.8964203596115112,-0.013068251311779022,0.0025006302166730165,0.32984137535095215,0.514315664768219,0.7106937766075134,1054.0,269824.0,6574.444145401008,17268736.0 +96.99,9.0,2662.0,0.010789110325276852,0.11614990234375,0.0,1.9246410131454468,1.914563536643982,-0.009969000704586506,0.0024740819353610277,0.3839688301086426,0.5247299671173096,0.6962963938713074,1055.0,270080.0,6580.598721777089,17285120.0 +113.33,8.600000381469727,2709.0,0.010403335094451904,0.1106770858168602,0.0,1.9480901956558228,1.889022707939148,-0.010228164494037628,0.00248199631460011,0.4461069107055664,0.513157069683075,0.6601304709911346,1056.0,270336.0,6586.646227983059,17301504.0 +76.91,9.399999618530273,2633.0,0.00872399378567934,0.1031494140625,0.0,1.8626996278762817,1.8942774534225464,-0.011958402581512928,0.0024606981314718723,0.288192480802536,0.5191558003425598,0.7429609000682831,1057.0,270592.0,6592.869872406125,17317888.0 +128.8,8.899999618530273,2579.0,0.005799198988825083,0.0681355819106102,0.0,1.9432120323181152,1.8889961242675781,-0.011355972848832607,0.0024884745944291353,0.4163064956665039,0.5210673213005066,0.6703752279281616,1058.0,270848.0,6599.221525809029,17334272.0 +99.24,8.899999618530273,2597.0,0.01002441719174385,0.10797119140625,0.0,1.9200671911239624,1.8791414499282837,-0.010583877563476562,0.002463809447363019,0.39667049050331116,0.5192022919654846,0.6419888436794281,1059.0,271104.0,6605.529474281939,17350656.0 +123.65,8.199999809265137,2594.0,0.009101166389882565,0.12353515625,0.0,1.985867977142334,1.916375994682312,-0.00875946320593357,0.002470053266733885,0.5154257416725159,0.5210515856742859,0.5686359405517578,1060.0,271360.0,6611.848285102984,17367040.0 +114.09,8.399999618530273,2599.0,0.008798695169389248,0.11505126953125,0.0,1.9701322317123413,1.9126191139221191,-0.008526919409632683,0.0024732265155762434,0.4647033214569092,0.5288203954696655,0.6158467829227448,1061.0,271616.0,6618.152851063991,17383424.0 +90.52,9.100000381469727,2630.0,0.007711993996053934,0.0904337540268898,0.0,1.9110931158065796,1.9029687643051147,-0.011234027333557606,0.0024654509034007788,0.371597021818161,0.5228330492973328,0.6576284170150757,1062.0,271872.0,6624.382796484046,17399808.0 +127.46,9.199999809265137,2659.0,0.007578590884804726,0.0946858748793602,0.0,1.8679414987564087,1.9084800481796265,-0.00955016165971756,0.002468317048624158,0.28243300318717957,0.5212013125419617,0.6964592039585114,1063.0,272128.0,6630.544843998039,17416192.0 +105.99,9.100000381469727,2703.0,0.009833156131207943,0.129150390625,0.0,1.8725608587265015,1.9331916570663452,-0.011108984239399433,0.0024841660633683205,0.28642022609710693,0.5177087783813477,0.6994146704673767,1064.0,272384.0,6636.607398911146,17432576.0 +151.89,8.300000190734863,2716.0,0.0078958785161376,0.0940144881606102,0.0,1.940871238708496,1.9437003135681152,-0.01030647475272417,0.00247334991581738,0.407352477312088,0.530263364315033,0.6605418622493744,1065.0,272640.0,6642.639431226999,17448960.0 +104.08,8.800000190734863,2678.0,0.007994781248271465,0.0804443359375,0.0,1.9201364517211914,1.947487235069275,-0.010448227636516094,0.002473692176863551,0.37438496947288513,0.5260211825370789,0.6696096062660217,1066.0,272896.0,6648.758176631061,17465344.0 +132.91,8.5,2661.0,0.008392597548663616,0.1055908203125,0.0,1.912026047706604,1.9381980895996094,-0.01258110348135233,0.0024851893540471792,0.33976754546165466,0.5315106511116028,0.7035324573516846,1067.0,273152.0,6654.9161976571195,17481728.0 +132.34,8.800000190734863,2674.0,0.009291591122746468,0.11767578125,0.0,1.9129186868667603,1.879846215248108,-0.010531877167522907,0.002455248963087797,0.3775358498096466,0.525856614112854,0.6954337358474731,1068.0,273408.0,6661.042644873029,17498112.0 +80.25,9.300000190734863,2671.0,0.009379401803016663,0.10638427734375,0.0,1.925462245941162,1.8385266065597534,-0.010727018117904663,0.002465959405526519,0.4160563051700592,0.513566792011261,0.6348201632499695,1069.0,273664.0,6667.176296852063,17514496.0 +99.12,9.100000381469727,2662.0,0.011963337659835815,0.1275838166475296,0.0,1.8919931650161743,1.8897370100021362,-0.010298347100615501,0.0024558098521083593,0.3683827221393585,0.5090928077697754,0.6819601655006409,1070.0,273920.0,6673.335047947941,17530880.0 +79.2,9.100000381469727,2640.0,0.00901724398136139,0.1136474609375,0.0,1.9103771448135376,1.8888803720474243,-0.011338472366333008,0.0024697240442037582,0.383306622505188,0.5140891671180725,0.6677690744400024,1071.0,274176.0,6679.541509998962,17547264.0 +135.83,8.600000381469727,2638.0,0.008220027200877666,0.0985107421875,0.0,1.8998256921768188,1.9476972818374634,-0.009150338359177113,0.0024734504986554384,0.32598230242729187,0.5287367701530457,0.6895095407962799,1072.0,274432.0,6685.753095141146,17563648.0 +123.57,8.800000190734863,2620.0,0.009754958562552929,0.1212972030043602,0.0,1.8914624452590942,1.9016534090042114,-0.011112564243376255,0.0024626958183944225,0.32049500942230225,0.5299959778785706,0.6986373066902161,1073.0,274688.0,6692.006620343076,17580032.0 +126.78,8.699999809265137,2619.0,0.008471496403217316,0.1046956405043602,0.0,1.908637523651123,1.938523769378662,-0.010307745076715946,0.0024727480486035347,0.3496537208557129,0.5271297693252563,0.6839639842510223,1074.0,274944.0,6698.263500566129,17596416.0 +139.52,8.800000190734863,2624.0,0.007957716472446918,0.0974527969956398,0.0,1.899637222290039,1.9487338066101074,-0.010119249112904072,0.0024630092084407806,0.3417713940143585,0.5268533825874329,0.7096204459667206,1075.0,275200.0,6704.507645412115,17612800.0 +147.23,8.5,2666.0,0.010183817707002163,0.1149698868393898,0.0,1.9092782735824585,1.9253424406051636,-0.012561661191284657,0.002470362698659301,0.346727579832077,0.5325481295585632,0.7018330097198486,1076.0,275456.0,6710.652565237135,17629184.0 +136.13,8.899999618530273,2622.0,0.010593298822641373,0.12530517578125,0.0,1.8813754320144653,1.845229983329773,-0.013710815459489822,0.002467751270160079,0.3262344300746918,0.5165455937385559,0.7148270010948181,1077.0,275712.0,6716.900381504092,17645568.0 +116.94,9.199999809265137,2678.0,0.00941719301044941,0.12176513671875,0.0,1.8977552652359009,1.8345388174057007,-0.012001828290522099,0.0024524254258722067,0.3498745262622833,0.5269524455070496,0.7218515574932098,1078.0,275968.0,6723.017999764066,17661952.0 +108.32,8.899999618530273,2630.0,0.007922460325062275,0.0987548828125,0.0,1.8998597860336304,1.8817940950393677,-0.011108455248177052,0.002456264104694128,0.35473254323005676,0.5242879390716553,0.7294799089431763,1079.0,276224.0,6729.246380220167,17678336.0 +108.36,9.100000381469727,2637.0,0.010778266936540604,0.1299235075712204,0.0,1.8987956047058105,1.8782010078430176,-0.013212132267653942,0.0024724092800170183,0.34801802039146423,0.5205758213996887,0.7108138799667358,1080.0,276480.0,6735.458114666166,17694720.0 +88.61,9.5,2546.0,0.009485219605267048,0.11004638671875,0.0,1.8471685647964478,1.9318431615829468,-0.012190009467303753,0.0024626886006444693,0.2435203641653061,0.5255725979804993,0.7795038372278214,1081.0,276736.0,6741.892291800119,17711104.0 +109.67,9.100000381469727,2561.0,0.010404019616544247,0.119873046875,0.0,1.8902112245559692,1.9076486825942993,-0.009607845917344093,0.0024828019086271524,0.31433266401290894,0.5203285217285156,0.7504999935626984,1082.0,276992.0,6748.28954393114,17727488.0 +145.43,8.600000381469727,2597.0,0.008858897723257542,0.109619140625,0.0,1.9287923574447632,1.9212226867675781,-0.012014866806566715,0.002468166872859001,0.40919986367225647,0.5213359594345093,0.6689119338989258,1083.0,277248.0,6754.598966202,17743872.0 +149.45,9.100000381469727,2648.0,0.009553716517984867,0.1253255158662796,0.0,1.859968662261963,1.9088572263717651,-0.01194834802299738,0.0024611756671220064,0.28474196791648865,0.5180469155311584,0.749089777469635,1084.0,277504.0,6760.785578960087,17760256.0 +94.64,9.0,2676.0,0.010544569231569767,0.13140869140625,0.0,1.8847144842147827,1.879750370979309,-0.010609018616378307,0.0024540498852729797,0.33017754554748535,0.5220073461532593,0.7203429937362671,1085.0,277760.0,6766.9082977529615,17776640.0 +115.03,8.899999618530273,2670.0,0.009025728330016136,0.1131388321518898,0.0,1.9070395231246948,1.87615966796875,-0.01280378457158804,0.002465809229761362,0.36555323004722595,0.5229237079620361,0.6957600116729736,1086.0,278016.0,6773.044459748082,17793024.0 +100.39,8.899999618530273,2671.0,0.00783304963260889,0.0949910506606102,0.0,1.9358162879943848,1.8875007629394531,-0.011713764630258083,0.002457257593050599,0.41451942920684814,0.5305163264274597,0.7098662257194519,1087.0,278272.0,6779.1778591000475,17809408.0 +111.35,8.699999809265137,2655.0,0.008542285300791264,0.1051839217543602,0.0,1.9242695569992065,1.8706609010696411,-0.013300329446792603,0.0024628627579659224,0.37796899676322937,0.5358604192733765,0.7267317771911621,1088.0,278528.0,6785.34996894002,17825792.0 +99.06,9.5,2685.0,0.009926949627697468,0.1298014372587204,0.0,1.8745125532150269,1.897932529449463,-0.013024290092289448,0.0024692895822227,0.2742443382740021,0.5347493290901184,0.7514937072992325,1089.0,278784.0,6791.453069727169,17842176.0 +102.61,8.5,2620.0,0.008552905172109604,0.1063232421875,0.0,1.9304245710372925,1.882429599761963,-0.010454084724187851,0.002463716082274914,0.3919142186641693,0.5318878293037415,0.7198887169361115,1090.0,279040.0,6797.707294481108,17858560.0 +92.08,8.899999618530273,2619.0,0.008781692013144493,0.0944010391831398,0.0,1.9487804174423218,1.8556032180786133,-0.01195069495588541,0.0024537520948797464,0.47191622853279114,0.5164530277252197,0.6961762309074402,1091.0,279296.0,6803.963013677159,17874944.0 +94.97,8.800000190734863,2613.0,0.00795901007950306,0.1021931990981102,0.0,1.9400495290756226,1.8339205980300903,-0.01048067957162857,0.0024447559844702482,0.4444272518157959,0.524277925491333,0.6768028438091278,1092.0,279552.0,6810.234306185972,17891328.0 +119.87,8.600000381469727,2700.0,0.008137079887092113,0.09588623046875,0.0,1.9505971670150757,1.7823572158813477,-0.01093644741922617,0.0024570729583501816,0.4616412818431854,0.5200002193450928,0.6532536447048187,1093.0,279808.0,6816.302080490161,17907712.0 +90.92,9.199999809265137,2653.0,0.009458241052925587,0.1185506209731102,0.0,1.8854840993881226,1.8069700002670288,-0.013146494515240192,0.0024443159345537424,0.3487454652786255,0.5201695561408997,0.719632089138031,1094.0,280064.0,6822.476431325078,17924096.0 +73.06,9.399999618530273,2633.0,0.010347707197070122,0.12237548828125,0.0,1.9547452926635742,1.7555047273635864,-0.012394915334880352,0.0024613954592496157,0.46862125396728516,0.5196872353553772,0.6657449901103973,1095.0,280320.0,6828.697755319066,17940480.0 +75.1,8.699999809265137,2588.0,0.006607681512832642,0.0766805037856102,0.0,2.0001957416534424,1.7320466041564941,-0.008561027236282825,0.0024547898210585117,0.5512679815292358,0.5230482816696167,0.6235320270061493,1096.0,280576.0,6835.027531319065,17956864.0 +87.43,9.199999809265137,2704.0,0.014303666539490223,0.1278076171875,0.0,1.9180182218551636,1.7561904191970825,-0.011192561127245426,0.0024524761829525232,0.40547534823417664,0.5177968740463257,0.6906475126743317,1097.0,280832.0,6841.086012758082,17973248.0 +84.86,9.300000190734863,2692.0,0.009259837679564953,0.1040852889418602,0.0,1.951979160308838,1.8079811334609985,-0.009298847988247871,0.0024596487637609243,0.45896244049072266,0.5200521945953369,0.59681436419487,1098.0,281088.0,6847.172710577026,17989632.0 +84.8,9.300000190734863,2732.0,0.009765448980033398,0.1165568009018898,0.0,1.917542815208435,1.8499139547348022,-0.012032769620418549,0.002459443872794509,0.39752519130706787,0.5195900201797485,0.6523217558860779,1099.0,281344.0,6853.169056347106,18006016.0 +97.8,9.0,2742.0,0.008253698237240314,0.0948486328125,0.0,1.9195276498794556,1.888098120689392,-0.008098465390503407,0.0024605279322713614,0.4000070095062256,0.5162398219108582,0.6290846467018127,1100.0,281600.0,6859.143255473115,18022400.0 +87.45,8.800000190734863,2731.0,0.009208397939801216,0.1048990860581398,0.0,1.9053093194961548,1.880907654762268,-0.0111802713945508,0.002447606762871146,0.3931606113910675,0.5149151086807251,0.6758187115192413,1101.0,281856.0,6865.142106818967,18038784.0 +127.92,8.199999809265137,2682.0,0.007341586519032717,0.08843994140625,0.0,1.96147882938385,1.8854703903198242,-0.011224961839616299,0.0024613759014755487,0.4754222631454468,0.5231595039367676,0.6286563873291016,1102.0,282112.0,6871.2514235950075,18055168.0 +94.98,9.600000381469727,2662.0,0.010289710015058517,0.1215616837143898,0.0,1.8716721534729004,1.9001842737197876,-0.011674189008772373,0.002447395119816065,0.3105350136756897,0.5233829021453857,0.6978960335254669,1103.0,282368.0,6877.408635527128,18071552.0 +102.51,9.199999809265137,2649.0,0.01571417972445488,0.12994384765625,0.0,1.9130945205688477,1.8902274370193481,-0.009123696945607662,0.0024551772512495518,0.37230053544044495,0.5273813605308533,0.6241635382175446,1104.0,282624.0,6883.594108173158,18087936.0 +90.8,9.100000381469727,2576.0,0.009451153688132763,0.1067098006606102,0.0,1.9255313873291016,1.9138764142990112,-0.011648495681583881,0.002455874579027295,0.4305060803890228,0.5131283402442932,0.6397001147270203,1105.0,282880.0,6889.954668567982,18104320.0 +84.54,9.0,2644.0,0.00957190990447998,0.0874837264418602,0.0,1.8992233276367188,1.9024606943130493,-0.010172904469072819,0.0024467355106025934,0.3547802269458771,0.5276626944541931,0.6823868453502655,1106.0,283136.0,6896.150981676998,18120704.0 +108.79,9.199999809265137,2648.0,0.011318185366690159,0.13348388671875,0.0,1.9013328552246094,1.9050499200820923,-0.011401738971471786,0.0024621374905109406,0.34718790650367737,0.5271226763725281,0.6513611376285553,1107.0,283392.0,6902.339078736026,18137088.0 +89.14,8.699999809265137,2670.0,0.012408913113176823,0.09375,0.0,1.9372228384017944,1.9232946634292603,-0.010690361261367798,0.0024529793299734592,0.4243181645870209,0.5284973978996277,0.6386435925960541,1108.0,283648.0,6908.474979025079,18153472.0 +96.07,9.0,2687.0,0.00757888937368989,0.0880126953125,0.0,1.8951172828674316,1.9814691543579102,-0.011216855607926846,0.002470649080350995,0.3291340470314026,0.526257336139679,0.6723891794681549,1109.0,283904.0,6914.572287505958,18169856.0 +121.11,8.899999618530273,2603.0,0.0069811963476240635,0.0827840194106102,0.0,1.9103955030441284,1.9624546766281128,-0.009858683682978153,0.002461337484419346,0.391872376203537,0.5132734179496765,0.6910336315631866,1110.0,284160.0,6920.866127511021,18186240.0 +119.53,8.899999618530273,2510.0,0.009737759828567505,0.1215413436293602,0.0,1.8719978332519531,1.9593850374221802,-0.01044430211186409,0.0024668059777468443,0.30182620882987976,0.5177196860313416,0.7362304031848907,1111.0,284416.0,6927.393060036004,18202624.0 +121.72,8.300000190734863,2635.0,0.007100893650203943,0.0798543319106102,0.0,1.9883861541748047,1.9607216119766235,-0.009843944571912289,0.0024975279811769724,0.4927001893520355,0.5227232575416565,0.60354083776474,1112.0,284672.0,6933.6103059309535,18219008.0 +72.5,9.100000381469727,2651.0,0.008405136875808239,0.1044921875,0.0,1.9450961351394653,1.938204288482666,-0.008862447924911976,0.002484250580891967,0.42123115062713623,0.520599901676178,0.6540553271770477,1113.0,284928.0,6939.790371109033,18235392.0 +115.91,8.600000381469727,2689.0,0.008911504410207272,0.1151326522231102,0.0,1.9252618551254272,1.9956022500991821,-0.006904572248458862,0.002498226473107934,0.35355663299560547,0.5262311100959778,0.680059164762497,1114.0,285184.0,6945.885388879105,18251776.0 +137.23,8.899999618530273,2607.0,0.009728587232530117,0.1246744766831398,0.0,1.8906501531600952,1.9926506280899048,-0.010764025151729584,0.0024794484488666058,0.33172085881233215,0.5157555937767029,0.6770954728126526,1115.0,285440.0,6952.170750850113,18268160.0 +125.12,8.699999809265137,2594.0,0.007446874398738146,0.0824991837143898,0.0,1.8979686498641968,1.9850212335586548,-0.010589475743472576,0.002475306624546647,0.32828694581985474,0.5266115069389343,0.696424812078476,1116.0,285696.0,6958.487422832055,18284544.0 +120.4,8.699999809265137,2564.0,0.006437125150114298,0.0725911483168602,0.0,1.9292205572128296,1.990671992301941,-0.009489650838077068,0.002497907029464841,0.3665325343608856,0.5263972878456116,0.6554058790206909,1117.0,285952.0,6964.878427995136,18300928.0 +119.52,9.100000381469727,2589.0,0.007949802093207836,0.0939737930893898,0.0,1.8846348524093628,1.9964648485183716,-0.009351697750389576,0.002482185373082757,0.3023209273815155,0.5216978788375854,0.6983720064163208,1118.0,286208.0,6971.206006692024,18317312.0 +105.74,9.0,2511.0,0.008190478198230267,0.0974324569106102,0.0,1.8837556838989258,2.00705623626709,-0.010537381283938885,0.002494401065632701,0.28501638770103455,0.5246549248695374,0.715740978717804,1119.0,286464.0,6977.730145634152,18333696.0 +140.81,8.600000381469727,2674.0,0.007651838008314371,0.1007893905043602,0.0,1.958706259727478,1.9893168210983276,-0.009834718890488148,0.0024897963739931583,0.4292607307434082,0.5289055705070496,0.6241995990276337,1120.0,286720.0,6983.858156935079,18350080.0 +103.13,8.800000190734863,2658.0,0.008637986145913601,0.1150309219956398,0.0,1.9128578901290894,1.9604853391647339,-0.0121345529332757,0.0024696115870028734,0.35065439343452454,0.5344637632369995,0.6719510853290558,1121.0,286976.0,6990.022747091018,18366464.0 +114.17,9.399999618530273,2672.0,0.010575797408819199,0.1310628205537796,0.0,1.8714452981948853,1.9704136848449707,-0.012586921453475952,0.0024702223017811775,0.27860450744628906,0.5293226838111877,0.7178706526756287,1122.0,287232.0,6996.154068892123,18382848.0 +116.82,8.899999618530273,2654.0,0.009465289302170277,0.1311848908662796,0.0,1.8957592248916626,2.0393178462982178,-0.0067237247712910175,0.002473545027896762,0.3305550217628479,0.5208261609077454,0.6916398406028748,1123.0,287488.0,7002.327219990082,18399232.0 +145.88,8.800000190734863,2635.0,0.009598453529179096,0.1261800080537796,0.0,1.877536416053772,2.028918504714966,-0.012706868350505829,0.002468551741912961,0.2931528687477112,0.5296798944473267,0.7084221541881561,1124.0,287744.0,7008.547620942118,18415616.0 +119.94,8.800000190734863,2660.0,0.009611818008124828,0.1134847030043602,0.0,1.902750015258789,1.9994088411331177,-0.0108342869207263,0.002465501194819808,0.3537742793560028,0.5239408612251282,0.6836106479167938,1125.0,288000.0,7014.70684330794,18432000.0 +115.68,8.899999618530273,2679.0,0.007444425951689482,0.0958455428481102,0.0,1.924215316772461,1.9782794713974,-0.010043764486908913,0.002460707211866975,0.39921319484710693,0.5240819454193115,0.6630741357803345,1126.0,288256.0,7020.822990098968,18448384.0 +116.27,8.800000190734863,2663.0,0.009733587503433228,0.1299845427274704,0.0,1.90509033203125,1.9679805040359497,-0.010702173225581646,0.002446855651214719,0.3645971119403839,0.529745876789093,0.7002313435077667,1127.0,288512.0,7026.975089126965,18464768.0 +71.04,9.399999618530273,2596.0,0.010023526847362518,0.1220703125,0.0,1.8768291473388672,1.9557856321334839,-0.011077389121055603,0.002463296055793762,0.3029642105102539,0.5243342518806458,0.6950034499168396,1128.0,288768.0,7033.285759413149,18481152.0 +103.62,9.0,2563.0,0.007077264133840799,0.0824178084731102,0.0,1.929600715637207,1.9848271608352661,-0.009649673476815224,0.002460616873577237,0.3719354569911957,0.5428227782249451,0.6736533343791962,1129.0,289024.0,7039.677722179098,18497536.0 +136.86,8.199999809265137,2637.0,0.007563295308500528,0.0858561173081398,0.0,1.9285401105880737,1.9889551401138306,-0.011169247329235077,0.002476041205227375,0.3858189582824707,0.5286686420440674,0.6671478748321533,1130.0,289280.0,7045.891114091035,18513920.0 +105.37,9.399999618530273,2628.0,0.00939725711941719,0.1124471053481102,0.0,1.8361091613769531,2.004225254058838,-0.011702188290655613,0.002468900987878442,0.21813736855983734,0.5243343710899353,0.75421541929245,1131.0,289536.0,7052.126226419117,18530304.0 +141.81,8.199999809265137,2742.0,0.00994475930929184,0.09674072265625,0.0,1.959676742553711,1.9853280782699585,-0.010927491821348667,0.002458515577018261,0.46210381388664246,0.5301478505134583,0.6452406942844391,1132.0,289792.0,7058.101165964967,18546688.0 +129.39,8.899999618530273,2742.0,0.007624480407685041,0.0928955078125,0.0,1.950762391090393,1.9590015411376953,-0.010700610466301441,0.0024461220018565655,0.4625668227672577,0.5267084240913391,0.6389942467212677,1133.0,290048.0,7064.0753250170965,18563072.0 +105.99,8.800000190734863,2742.0,0.008553126826882362,0.10382080078125,0.0,1.9000086784362793,1.9575680494308472,-0.010971445590257645,0.00244965055026114,0.3584916889667511,0.5264844298362732,0.6815834939479828,1134.0,290304.0,7070.05086295004,18579456.0 +114.48,9.0,2706.0,0.008945109322667122,0.103515625,0.0,1.880078673362732,1.9818609952926636,-0.012596742250025272,0.0024412893690168858,0.324696809053421,0.529500424861908,0.7189956605434418,1135.0,290560.0,7076.108718998032,18595840.0 +109.53,8.699999809265137,2675.0,0.008230350911617279,0.09521484375,0.0,1.9231795072555542,1.9927788972854614,-0.009945575147867203,0.002462981501594186,0.37000301480293274,0.5365605354309082,0.6715182363986969,1136.0,290816.0,7082.2336889631115,18612224.0 +122.56,8.5,2637.0,0.008128405548632145,0.1005045548081398,0.0,1.940163254737854,2.003715753555298,-0.011156356893479824,0.0024696309119462967,0.4054467976093292,0.5338178277015686,0.6515276730060577,1137.0,291072.0,7088.446993113961,18628608.0 +130.56,8.699999809265137,2675.0,0.008838714100420475,0.11419677734375,0.0,1.9374281167984009,2.0015366077423096,-0.009369431994855404,0.002465198514983058,0.39024221897125244,0.5390928387641907,0.6748526990413666,1138.0,291328.0,7094.571297383169,18644992.0 +115.94,9.0,2675.0,0.010767139494419098,0.1458536833524704,0.0,1.8939151763916016,2.01664662361145,-0.009819178842008114,0.0024463068693876266,0.3247760832309723,0.538359522819519,0.6878673732280731,1139.0,291584.0,7100.695457909023,18661376.0 +134.48,8.600000381469727,2600.0,0.008362279273569584,0.1050821915268898,0.0,1.8982391357421875,1.9970531463623047,-0.010782003402709961,0.002458487404510379,0.34862494468688965,0.5254355072975159,0.6935815215110779,1140.0,291840.0,7106.997752222,18677760.0 +119.06,9.100000381469727,2617.0,0.008825236931443214,0.1099650040268898,0.0,1.8690309524536133,1.9783010482788086,-0.01121353730559349,0.002460058080032468,0.28380492329597473,0.5280956625938416,0.7179127633571625,1141.0,292096.0,7113.258409817005,18694144.0 +111.09,9.0,2532.0,0.008570417761802673,0.09478759765625,0.0,1.901268482208252,2.00901198387146,-0.010457906872034073,0.0024465632159262896,0.3451744616031647,0.5359475016593933,0.6960474848747253,1142.0,292352.0,7119.729096777039,18710528.0 +98.04,9.0,2637.0,0.007922891527414322,0.10601806640625,0.0,1.9219554662704468,1.9686440229415894,-0.008653714321553707,0.002457094145938754,0.381773978471756,0.5308612585067749,0.6776557862758636,1143.0,292608.0,7125.94203908206,18726912.0 +112.7,9.100000381469727,2660.0,0.006835165899246931,0.0788981094956398,0.0,1.9051709175109863,1.9533253908157349,-0.011485899798572063,0.002444295445457101,0.36577656865119934,0.5311540365219116,0.6963727176189423,1144.0,292864.0,7132.1009441141505,18743296.0 +108.6,9.199999809265137,2650.0,0.008065240457654,0.0828043594956398,0.0,1.8827773332595825,1.9471021890640259,-0.011842895299196243,0.0024572613183408976,0.3125154376029968,0.5292028784751892,0.7018978595733643,1145.0,293120.0,7138.283153214026,18759680.0 +79.54,9.399999618530273,2674.0,0.010388904251158237,0.1306559294462204,0.0,1.855911135673523,1.9749507904052734,-0.012064509093761444,0.002446083351969719,0.2570972144603729,0.5361348986625671,0.7586119323968887,1146.0,293376.0,7144.414431998972,18776064.0 +83.67,9.5,2662.0,0.007929728366434574,0.09259033203125,0.0,1.8793586492538452,1.9874638319015503,-0.010090191848576069,0.00246186344884336,0.2810022532939911,0.537890613079071,0.7377528250217438,1147.0,293632.0,7150.569177621044,18792448.0 +99.86,8.899999618530273,2615.0,0.008191258646547794,0.0943196639418602,0.0,1.9167224168777466,1.9903196096420288,-0.010985183529555798,0.002451870357617736,0.38200438022613525,0.5306735038757324,0.7096140682697296,1148.0,293888.0,7156.835095601156,18808832.0 +117.95,8.399999618530273,2620.0,0.007886331528425217,0.09002685546875,0.0,1.9393218755722046,1.982911229133606,-0.010882197879254818,0.002444520825520158,0.41551172733306885,0.5400168299674988,0.6825629770755768,1149.0,294144.0,7163.0873987080995,18825216.0 +172.35,8.699999809265137,2649.0,0.008298136293888092,0.10504150390625,0.0,1.880250334739685,2.0023717880249023,-0.01231138501316309,0.002465956611558795,0.2882726490497589,0.5354709029197693,0.726428896188736,1150.0,294400.0,7169.272397964029,18841600.0 +110.98,8.600000381469727,2596.0,0.010081558488309383,0.1197306290268898,0.0,1.9372472763061523,1.9633841514587402,-0.009187857620418072,0.0024558028671890497,0.39089247584342957,0.5427212715148926,0.6726662814617157,1151.0,294656.0,7175.582184297964,18857984.0 +131.86,9.300000190734863,2613.0,0.008507387712597847,0.0994466170668602,0.0,1.8711719512939453,1.982758641242981,-0.010433214716613293,0.0024648478720337152,0.2624686360359192,0.5377745628356934,0.7320304811000824,1152.0,294912.0,7181.852871224051,18874368.0 +130.08,8.800000190734863,2540.0,0.007881688885390759,0.0935872420668602,0.0,1.9357528686523438,1.957211971282959,-0.010742650367319584,0.002460396382957697,0.4072359502315521,0.5322516560554504,0.68092942237854,1153.0,295168.0,7188.303972256137,18890752.0 +139.19,8.600000381469727,2667.0,0.007006433326750994,0.0843098983168602,0.0,1.9353675842285156,1.970955729484558,-0.009806160815060139,0.0024503145832568407,0.4072982966899872,0.5360770225524902,0.6856488585472107,1154.0,295424.0,7194.446693085134,18907136.0 +117.24,9.199999809265137,2556.0,0.00827044527977705,0.1074422225356102,0.0,1.8724557161331177,1.963502049446106,-0.013058900833129883,0.0024583854246884584,0.303518682718277,0.524197518825531,0.7205989360809326,1155.0,295680.0,7200.8566798330285,18923520.0 +115.02,8.600000381469727,2676.0,0.00938343908637762,0.11767578125,0.0,1.8990486860275269,2.0126776695251465,-0.010647717863321304,0.002484123455360532,0.3236095905303955,0.5259565711021423,0.6920485496520996,1156.0,295936.0,7206.982942826115,18939904.0 +153.57,9.100000381469727,2698.0,0.008796232752501965,0.1115519180893898,0.0,1.853965163230896,1.9981769323349,-0.010042945854365826,0.002477651461958885,0.23007218539714813,0.5301279425621033,0.7492474019527435,1157.0,296192.0,7213.0561005929485,18956288.0 +111.45,8.699999809265137,2640.0,0.009763429872691631,0.1131591796875,0.0,1.9374271631240845,1.9456826448440552,-0.01079279650002718,0.002482448471710086,0.37878933548927307,0.5370580554008484,0.6406379044055939,1158.0,296448.0,7219.261425652076,18972672.0 +163.25,8.600000381469727,2633.0,0.008318808861076832,0.1043904647231102,0.0,1.9641507863998413,1.9133973121643066,-0.01087820902466774,0.0024717862252146006,0.45198118686676025,0.5322790145874023,0.615779459476471,1159.0,296704.0,7225.483797766967,18989056.0 +76.0,9.300000190734863,2538.0,0.007174949627369642,0.0883585587143898,0.0,1.8655238151550293,1.9297257661819458,-0.010756178759038448,0.0024772933684289455,0.2668454349040985,0.5235078930854797,0.7434719502925873,1160.0,296960.0,7231.93927763612,19005440.0 +133.24,9.199999809265137,2593.0,0.007509984076023102,0.09210205078125,0.0,1.8807085752487183,1.9407795667648315,-0.010029694996774197,0.002470276551321149,0.28472384810447693,0.5326457023620605,0.7227321565151215,1161.0,297216.0,7238.2588839351665,19021824.0 +84.17,9.300000190734863,2611.0,0.011120845563709736,0.1035970076918602,0.0,1.8879154920578003,1.912335753440857,-0.011683677323162556,0.002449329709634185,0.32368525862693787,0.5322150588035583,0.7070916593074799,1162.0,297472.0,7244.53357083397,19038208.0 +132.66,8.5,2657.0,0.009264931082725525,0.1169230118393898,0.0,1.976638913154602,1.914406180381775,-0.01263031829148531,0.002455606823787093,0.48232904076576233,0.5394454598426819,0.6441380083560944,1163.0,297728.0,7250.699499638053,19054592.0 +98.72,9.0,2665.0,0.011766749434173107,0.1424763947725296,0.0,1.8648971319198608,1.9072173833847046,-0.010514636524021626,0.0024516277480870485,0.2799353003501892,0.5287025570869446,0.7478298544883728,1164.0,297984.0,7256.846471616998,19070976.0 +115.85,9.0,2654.0,0.009318123571574688,0.1113077774643898,0.0,1.888954997062683,1.9257984161376953,-0.009652224369347095,0.002452598651871085,0.30495500564575195,0.5390884280204773,0.7343410551548004,1165.0,298240.0,7263.020154485945,19087360.0 +109.15,9.199999809265137,2684.0,0.010902248322963715,0.12255859375,0.0,1.871238112449646,1.9119590520858765,-0.013220716267824173,0.0024394302163273096,0.30429038405418396,0.5317181944847107,0.7409497201442719,1166.0,298496.0,7269.122876766138,19103744.0 +76.85,9.300000190734863,2654.0,0.00943624135106802,0.11541748046875,0.0,1.850415825843811,1.9197365045547485,-0.011475794948637486,0.0024380807299166918,0.2568415105342865,0.5336279273033142,0.7855025380849838,1167.0,298752.0,7275.2960974951275,19120128.0 +115.04,9.0,2596.0,0.010505452752113342,0.1205647811293602,0.0,1.9455879926681519,1.896605134010315,-0.008928267285227776,0.002439402276650071,0.43816542625427246,0.5346986651420593,0.7113901972770691,1168.0,299008.0,7281.607946762117,19136512.0 +114.54,8.399999618530273,2629.0,0.009906265884637833,0.13104248046875,0.0,1.9648910760879517,1.9195023775100708,-0.008371752686798573,0.0024512619711458683,0.46959415078163147,0.5320298075675964,0.6980396211147308,1169.0,299264.0,7287.839790862054,19152896.0 +84.52,9.0,2669.0,0.009280684404075146,0.1118570938706398,0.0,1.9064308404922485,1.9279826879501343,-0.010170789435505867,0.0024469175841659307,0.36517712473869324,0.5298341512680054,0.7424940764904022,1170.0,299520.0,7293.977226478048,19169280.0 +142.51,8.5,2672.0,0.009254892356693745,0.1112467423081398,0.0,1.8997012376785278,1.9179434776306152,-0.011531407944858074,0.002444773679599166,0.34835898876190186,0.533845841884613,0.7380600273609161,1171.0,299776.0,7300.108915616991,19185664.0 +108.61,8.899999618530273,2681.0,0.008185968734323978,0.0992024764418602,0.0,1.8972444534301758,1.9094215631484985,-0.010417298413813114,0.0024491611402481794,0.32905113697052,0.5376496911048889,0.7455697059631348,1172.0,300032.0,7306.219944071956,19202048.0 +115.4,8.5,2660.0,0.0083187660202384,0.09576416015625,0.0,1.910880446434021,1.9111298322677612,-0.011142431758344173,0.0024468698538839817,0.35745832324028015,0.5389702320098877,0.7353333830833435,1173.0,300288.0,7312.378349666018,19218432.0 +89.12,9.399999618530273,2621.0,0.009318620897829533,0.1175740584731102,0.0,1.8649201393127441,1.8993701934814453,-0.012513347901403904,0.0024408132303506136,0.2737295925617218,0.539155900478363,0.7504174709320068,1174.0,300544.0,7318.629911486991,19234816.0 +147.25,8.600000381469727,2608.0,0.010073180310428143,0.1234537735581398,0.0,1.916343092918396,1.9238046407699585,-0.012524443678557873,0.002444939687848091,0.37395524978637695,0.5386580228805542,0.7064189016819,1175.0,300800.0,7324.912184932968,19251200.0 +136.56,9.300000190734863,2678.0,0.009908427484333515,0.1280110627412796,0.0,1.8502737283706665,1.9176650047302246,-0.012047212570905685,0.0024376302026212215,0.24731051921844482,0.5390273332595825,0.7685684710741043,1176.0,301056.0,7331.029608068056,19267584.0 +95.23,8.699999809265137,2578.0,0.009673641063272953,0.1071370467543602,0.0,1.918516755104065,1.911715030670166,-0.011319410987198353,0.0024448600597679615,0.38129040598869324,0.5358785390853882,0.7023650407791138,1177.0,301312.0,7337.385062886169,19283968.0 +95.23,9.300000190734863,2648.0,0.009062721394002438,0.1085205078125,0.0,1.8970366716384888,1.892828345298767,-0.012904864735901356,0.002431229455396533,0.36112168431282043,0.5326942205429077,0.7372252643108368,1178.0,301568.0,7343.572259865003,19300352.0 +108.06,9.0,2635.0,0.009856604039669037,0.0957234725356102,0.0,1.9141877889633179,1.8894585371017456,-0.009855940006673336,0.0024344574194401503,0.3791561424732208,0.5361315608024597,0.7081937789916992,1179.0,301824.0,7349.790322682122,19316736.0 +100.23,8.699999809265137,2571.0,0.010424853302538395,0.08245849609375,0.0,1.9294394254684448,1.9199846982955933,-0.008560922928154469,0.0024408826138824224,0.40149977803230286,0.5360089540481567,0.6950932741165161,1180.0,302080.0,7356.163096235134,19333120.0 +95.23,8.800000190734863,2673.0,0.008902252651751041,0.1139119490981102,0.0,1.9209604263305664,1.9414998292922974,-0.011595594696700573,0.002448568819090724,0.38542282581329346,0.5349753499031067,0.6831505596637726,1181.0,302336.0,7362.291168574011,19349504.0 +143.31,9.100000381469727,2683.0,0.009975959546864033,0.1201171875,0.0,1.87825345993042,1.9295018911361694,-0.012486279010772705,0.0024509085342288017,0.31068089604377747,0.5292401909828186,0.7397006154060364,1182.0,302592.0,7368.397582049016,19365888.0 +111.19,8.800000190734863,2700.0,0.006583513226360083,0.0787556990981102,0.0,1.9873589277267456,1.8697925806045532,-0.011583889834582806,0.0024391384795308113,0.5295586585998535,0.5332921743392944,0.6786191761493683,1183.0,302848.0,7374.465841327095,19382272.0 +83.61,9.0,2599.0,0.01028146967291832,0.1358642578125,0.0,1.8914622068405151,1.8910974264144897,-0.012581240385770798,0.002430850639939308,0.3464216887950897,0.5343180298805237,0.7488222122192383,1184.0,303104.0,7380.768610039959,19398656.0 +92.42,8.699999809265137,2682.0,0.007735932245850563,0.1010335311293602,0.0,1.9161003828048706,1.9265389442443848,-0.009133624844253063,0.0024361226242035627,0.3633398115634918,0.5447682738304138,0.7501971423625946,1185.0,303360.0,7386.877279432025,19415040.0 +111.45,8.899999618530273,2596.0,0.00971908587962389,0.12164306640625,0.0,1.883283019065857,1.9401216506958008,-0.012126070447266102,0.00244859023950994,0.31192561984062195,0.5345523357391357,0.7835976481437683,1186.0,303616.0,7393.188296966953,19431424.0 +100.83,9.199999809265137,2652.0,0.010406337678432465,0.1252644807100296,0.0,1.8682492971420288,1.9186633825302124,-0.012007761746644974,0.002452589338645339,0.2715194821357727,0.5373892188072205,0.7862389981746674,1187.0,303872.0,7399.367340459954,19447808.0 +102.76,9.0,2673.0,0.011896036565303802,0.1245320662856102,0.0,1.9335936307907104,1.9124493598937988,-0.010395245626568794,0.0024439592380076647,0.421480655670166,0.5303934216499329,0.7326301336288452,1188.0,304128.0,7405.495825952152,19464192.0 +127.73,8.100000381469727,2595.0,0.008330547250807285,0.10369873046875,0.0,1.9620957374572754,1.9267305135726929,-0.007805053610354662,0.0024596385192126036,0.46516263484954834,0.5267675518989563,0.6908256113529205,1189.0,304384.0,7411.808403833071,19480576.0 +79.37,9.300000190734863,2544.0,0.009789607487618923,0.12066650390625,0.0,1.86566162109375,1.9080053567886353,-0.012998172082006931,0.002439571777358651,0.2886340320110321,0.5336371064186096,0.7505859881639481,1190.0,304640.0,7418.248702109093,19496960.0 +97.07,8.699999809265137,2651.0,0.009665985591709614,0.1168619766831398,0.0,1.9162144660949707,1.9204829931259155,-0.012082569301128387,0.0024437515530735254,0.3712952136993408,0.5399785041809082,0.7185307443141937,1191.0,304896.0,7424.428449349944,19513344.0 +144.88,8.800000190734863,2595.0,0.009986798278987408,0.1283162385225296,0.0,1.9211431741714478,1.944926142692566,-0.008439705707132816,0.0024473650846630335,0.38090625405311584,0.5348965525627136,0.6932125687599182,1192.0,305152.0,7430.742011692142,19529728.0 +97.7,8.399999618530273,2607.0,0.00965458620339632,0.1199951171875,0.0,1.9529553651809692,1.944654941558838,-0.007996400818228722,0.0024539518635720015,0.3907521665096283,0.5580465793609619,0.7156257331371307,1193.0,305408.0,7437.026071995962,19546112.0 +143.58,8.699999809265137,2638.0,0.008928037248551846,0.1103922501206398,0.0,1.8938215970993042,1.938658356666565,-0.009947961196303368,0.0024608781095594168,0.31684020161628723,0.5342970490455627,0.7221012711524963,1194.0,305664.0,7443.237135892035,19562496.0 +143.88,8.899999618530273,2693.0,0.01056943740695715,0.1213175430893898,0.0,1.9179455041885376,1.9534902572631836,-0.012165677733719349,0.0024655137676745653,0.36305832862854004,0.5353602766990662,0.7066231966018677,1195.0,305920.0,7449.321544727078,19578880.0 +126.16,8.699999809265137,2687.0,0.008858012966811657,0.1078084334731102,0.0,1.9400038719177246,1.901833415031433,-0.012550000101327896,0.0024518140126019716,0.4407964050769806,0.525266706943512,0.689878523349762,1196.0,306176.0,7455.418217357947,19595264.0 +85.76,8.800000190734863,2642.0,0.01677759177982807,0.0990193709731102,0.0,1.9763997793197632,1.8903988599777222,-0.009813773445785046,0.002457811264321208,0.5031060576438904,0.5246589779853821,0.6486263871192932,1197.0,306432.0,7461.618606060045,19611648.0 +124.2,9.300000190734863,2656.0,0.009870721958577633,0.1243693009018898,0.0,1.870765209197998,1.922650694847107,-0.012971137650310993,0.002454511821269989,0.28589513897895813,0.5327592492103577,0.7615147531032562,1198.0,306688.0,7467.786641672952,19628032.0 +97.86,9.0,2622.0,0.009698526002466679,0.1098836287856102,0.0,1.8812023401260376,1.9170466661453247,-0.011188886128365993,0.0024497192353010178,0.2933153510093689,0.5400442481040955,0.7585657984018326,1199.0,306944.0,7474.035156399012,19644416.0 +98.64,9.100000381469727,2601.0,0.010791360400617123,0.13043212890625,0.0,1.8624262809753418,1.934682011604309,-0.011834502220153809,0.002437582705169916,0.2671799957752228,0.5412265658378601,0.7870280593633652,1200.0,307200.0,7480.334065502975,19660800.0 +127.8,8.600000381469727,2673.0,0.007121593225747347,0.0814208984375,0.0,1.9613910913467407,1.9384163618087769,-0.009303963743150234,0.0024357205256819725,0.4528084993362427,0.545814573764801,0.6818841993808746,1201.0,307456.0,7486.463298415998,19677184.0 +97.55,8.899999618530273,2646.0,0.008494206704199314,0.095458984375,0.0,1.9302481412887573,1.92758047580719,-0.011432359926402569,0.00245482474565506,0.3856666088104248,0.5407102704048157,0.7036174535751343,1202.0,307712.0,7492.65617743996,19693568.0 +111.83,9.0,2615.0,0.008778669871389866,0.10003662109375,0.0,1.9310170412063599,1.8976017236709595,-0.01123298704624176,0.002440632088109851,0.40497133135795593,0.5384240746498108,0.6935321986675262,1203.0,307968.0,7498.921340288129,19709952.0 +129.57,8.699999809265137,2617.0,0.010182672180235386,0.1220296248793602,0.0,1.9317245483398438,1.9275673627853394,-0.012234126217663288,0.002460045274347067,0.3931407928466797,0.5366410613059998,0.689293622970581,1204.0,308224.0,7505.1816489349585,19726336.0 +73.71,8.899999618530273,2682.0,0.010629707016050816,0.1268717497587204,0.0,1.9331284761428833,1.8807860612869263,-0.00984982680529356,0.002456835238263011,0.39490509033203125,0.535916268825531,0.6963557004928589,1205.0,308480.0,7511.289941109018,19742720.0 +88.34,9.100000381469727,2666.0,0.010350308381021023,0.1279296875,0.0,1.898836612701416,1.8767571449279785,-0.012794398702681065,0.002451642882078886,0.34815713763237,0.5304985642433167,0.6993656754493713,1206.0,308736.0,7517.434612049023,19759104.0 +101.1,9.600000381469727,2683.0,0.010942596010863781,0.1240234375,0.0,1.9206072092056274,1.8164372444152832,-0.010996113531291485,0.002458978211507201,0.3779433071613312,0.5313069224357605,0.6337203979492188,1207.0,308992.0,7523.5416879111435,19775488.0 +74.45,9.600000381469727,2708.0,0.010075589641928673,0.1168619766831398,0.0,1.8939317464828491,1.8154314756393433,-0.011555266566574574,0.0024413461796939373,0.32356956601142883,0.5411831736564636,0.70279261469841,1208.0,309248.0,7529.5910765849985,19791872.0 +86.4,9.199999809265137,2663.0,0.01041091326624155,0.1142781600356102,0.0,1.917005181312561,1.861771583557129,-0.011118861846625805,0.0024450437631458044,0.38478586077690125,0.5318271517753601,0.6975540816783905,1209.0,309504.0,7535.742135951063,19808256.0 +76.34,8.899999618530273,2701.0,0.008650742471218109,0.10498046875,0.0,1.937118411064148,1.8577308654785156,-0.010888130404055119,0.002434593392536044,0.42968907952308655,0.534442663192749,0.6617896258831024,1210.0,309760.0,7541.810063641984,19824640.0 +101.25,8.800000190734863,2722.0,0.008793019689619541,0.09906005859375,0.0,1.9154672622680664,1.856998085975647,-0.01152984332293272,0.002444958547130227,0.36738935112953186,0.5393930673599243,0.7370863854885101,1211.0,310016.0,7547.828274198109,19841024.0 +136.9,8.600000381469727,2652.0,0.008934549987316132,0.1074015274643898,0.0,1.9220863580703735,1.8792424201965332,-0.013708922080695629,0.002442966913804412,0.3904307186603546,0.5378885865211487,0.7127125859260559,1212.0,310272.0,7554.007000745973,19857408.0 +104.92,8.800000190734863,2599.0,0.011421263217926025,0.10107421875,0.0,1.9143099784851074,1.8554420471191406,-0.012374195270240307,0.002443732460960746,0.37285205721855164,0.5369462370872498,0.732273519039154,1213.0,310528.0,7560.31061099004,19873792.0 +81.31,9.600000381469727,2604.0,0.008494221605360508,0.1083170548081398,0.0,1.827938199043274,1.8522295951843262,-0.010783775709569454,0.0024345985148102045,0.21344788372516632,0.5332211256027222,0.7870705425739288,1214.0,310784.0,7566.601929308148,19890176.0 +98.99,8.800000190734863,2627.0,0.008605236187577248,0.0945841446518898,0.0,1.9166914224624634,1.8766998052597046,-0.012818795628845692,0.0024330781307071447,0.37788715958595276,0.5427945256233215,0.7151984870433807,1215.0,311040.0,7572.83752724994,19906560.0 +81.85,9.300000190734863,2690.0,0.00691190967336297,0.0799357071518898,0.0,1.9713019132614136,1.839736819267273,-0.009730883873999119,0.002444789046421647,0.47151967883110046,0.541275680065155,0.6485958397388458,1216.0,311296.0,7578.927771467017,19922944.0 +83.67,8.899999618530273,2566.0,0.009440054185688496,0.1058349609375,0.0,1.9616121053695679,1.8478842973709106,-0.013217060826718807,0.002444471465423703,0.4620774984359741,0.5400331616401672,0.6499838531017303,1217.0,311552.0,7585.3134679060895,19939328.0 +100.74,8.800000190734863,2660.0,0.01099460106343031,0.1322224885225296,0.0,1.9054551124572754,1.8568248748779297,-0.011562327854335308,0.0024599062744528055,0.3538700342178345,0.5286973714828491,0.6989275217056274,1218.0,311808.0,7591.473407972138,19955712.0 +92.24,8.899999618530273,2674.0,0.010782580822706223,0.1368611603975296,0.0,1.9111510515213013,1.8646785020828247,-0.010864127427339554,0.0024481399450451136,0.36513838171958923,0.5340231657028198,0.6985089480876923,1219.0,312064.0,7597.600277543068,19972096.0 +112.68,8.899999618530273,2510.0,0.00914259534329176,0.1092529296875,0.0,1.9284234046936035,1.8470869064331055,-0.00994336698204279,0.0024542987812310457,0.4086211919784546,0.5253776907920837,0.7041911482810974,1220.0,312320.0,7604.127343383152,19988480.0 +65.67,8.699999809265137,2661.0,0.0062349396757781506,0.0743408203125,0.0,1.9399900436401367,1.8290120363235474,-0.0075205969624221325,0.002443328034132719,0.43111908435821533,0.5285773873329163,0.6898950636386871,1221.0,312576.0,7610.284107059939,20004864.0 +113.66,9.100000381469727,2676.0,0.007785193156450987,0.08819580078125,0.0,1.8901515007019043,1.8736411333084106,-0.010757806710898876,0.0024369736202061176,0.32109490036964417,0.5406114459037781,0.7468925714492798,1222.0,312832.0,7616.4060152980965,20021248.0 +116.39,9.0,2656.0,0.009044610895216465,0.1050008162856102,0.0,1.9270981550216675,1.8691768646240234,-0.012598919682204723,0.002437424613162875,0.40531983971595764,0.5370166897773743,0.6938219666481018,1223.0,313088.0,7622.574202405056,20037632.0 +96.4,8.800000190734863,2627.0,0.009694891050457954,0.11114501953125,0.0,1.9521960020065308,1.8215336799621582,-0.012185700237751007,0.0024309519212692976,0.45376166701316833,0.5402402877807617,0.6898341774940491,1224.0,313344.0,7628.809306898154,20054016.0 +102.08,9.600000381469727,2696.0,0.009886588901281357,0.1209920272231102,0.0,1.859890341758728,1.8467470407485962,-0.013119690120220184,0.0024464114103466272,0.26494428515434265,0.5357993841171265,0.7734818607568741,1225.0,313600.0,7634.886306899134,20070400.0 +86.57,8.600000381469727,2649.0,0.008985348977148533,0.0990804061293602,0.0,1.9500943422317505,1.893044114112854,-0.010691008530557156,0.0024335721973329782,0.45932114124298096,0.5332692265510559,0.6797648370265961,1226.0,313856.0,7641.07172446209,20086784.0 +89.54,9.199999809265137,2647.0,0.00984991155564785,0.1076253280043602,0.0,1.9768282175064087,1.8554940223693848,-0.011945453472435474,0.0024340501986443996,0.5003373026847839,0.5401349663734436,0.661894828081131,1227.0,314112.0,7647.262457170058,20103168.0 +85.56,9.100000381469727,2668.0,0.008648904971778393,0.1157430037856102,0.0,1.8980140686035156,1.9132002592086792,-0.010363823734223843,0.0024379759561270475,0.341886967420578,0.5375783443450928,0.7392870485782623,1228.0,314368.0,7653.403522947105,20119552.0 +96.87,9.199999809265137,2669.0,0.008951270021498203,0.1080525740981102,0.0,1.882826805114746,1.9454647302627563,-0.012416268698871136,0.002444253768771887,0.2884339392185211,0.548353910446167,0.732334315776825,1229.0,314624.0,7659.541536311153,20135936.0 +132.18,9.0,2614.0,0.01117722224444151,0.1390177458524704,0.0,1.8698564767837524,1.9533089399337769,-0.012338739819824696,0.0024434076622128487,0.27314522862434387,0.5434520244598389,0.7321873009204865,1230.0,314880.0,7665.810206490103,20152320.0 +106.19,9.5,2614.0,0.008679119870066643,0.1068115234375,0.0,1.86393404006958,1.9433430433273315,-0.010150422342121601,0.0024370569735765457,0.280553936958313,0.5347124338150024,0.72944575548172,1231.0,315136.0,7672.079337954987,20168704.0 +147.45,8.899999618530273,2528.0,0.009402680210769176,0.1293131560087204,0.0,1.8817554712295532,1.9702072143554688,-0.011233098804950714,0.002455382375046611,0.3031809329986572,0.5334087610244751,0.6767711937427521,1232.0,315392.0,7678.5601265190635,20185088.0 +140.33,8.600000381469727,2513.0,0.008257460780441761,0.1050211563706398,0.0,1.9228458404541016,1.9714823961257935,-0.009472240693867207,0.002456304617226124,0.3571639358997345,0.5452986359596252,0.6728447675704956,1233.0,315648.0,7685.079446522053,20201472.0 +119.39,8.899999618530273,2579.0,0.009090534411370754,0.1181233748793602,0.0,1.9049986600875854,1.9276227951049805,-0.010613883845508099,0.0024527027271687984,0.3578876554965973,0.5295934677124023,0.6961057782173157,1234.0,315904.0,7691.43228478916,20217856.0 +115.76,9.300000190734863,2580.0,0.008471926674246788,0.1062215194106102,0.0,1.8636738061904907,1.956656813621521,-0.01200258731842041,0.0024716246407479048,0.26079633831977844,0.5290323495864868,0.7112103700637817,1235.0,316160.0,7697.783605728997,20234240.0 +117.71,9.100000381469727,2643.0,0.009811170399188995,0.12548828125,0.0,1.9035533666610718,1.9265098571777344,-0.010598654858767986,0.0024689522106200457,0.3374924659729004,0.5301950573921204,0.6599838137626648,1236.0,316416.0,7703.9829401110765,20250624.0 +90.82,9.5,2606.0,0.010233219712972641,0.1164957657456398,0.0,1.874201774597168,1.9320831298828125,-0.011028856039047241,0.002468082355335355,0.25983861088752747,0.5405910611152649,0.7237286269664764,1237.0,316672.0,7710.269736838993,20267008.0 +141.59,8.199999809265137,2633.0,0.012163117527961731,0.1549072265625,0.0,1.9745149612426758,1.9487472772598267,-0.0069539775140583515,0.002465182216838002,0.4663265645503998,0.5352019667625427,0.6103875935077667,1238.0,316928.0,7716.493381062988,20283392.0 +115.27,8.800000190734863,2714.0,0.009135745465755463,0.109375,0.0,1.9059010744094849,1.911751627922058,-0.010341813787817955,0.002455314854159951,0.3348240554332733,0.5402907729148865,0.6711547374725342,1239.0,317184.0,7722.53010900598,20299776.0 +105.7,9.300000190734863,2724.0,0.009662951342761517,0.1092936173081398,0.0,1.8976787328720093,1.9118728637695312,-0.013460762798786163,0.0024450018536299467,0.33478260040283203,0.5403659343719482,0.6834500730037689,1240.0,317440.0,7728.5453626301605,20316160.0 +122.02,9.100000381469727,2650.0,0.010137814097106457,0.1336873322725296,0.0,1.9079591035842896,1.901293396949768,-0.014209657907485962,0.002434584777802229,0.35765889286994934,0.5450599789619446,0.6767883002758026,1241.0,317696.0,7734.726604774129,20332544.0 +105.44,9.5,2659.0,0.010274955071508884,0.1205647811293602,0.0,1.8800997734069824,1.8923778533935547,-0.010858341120183468,0.0024375799112021923,0.2837997078895569,0.5491920709609985,0.7268489897251129,1242.0,317952.0,7740.888597588055,20348928.0 +87.48,9.600000381469727,2691.0,0.011303771287202835,0.1354166716337204,0.0,1.850545048713684,1.9150360822677612,-0.012457809410989285,0.0024340420495718718,0.23077452182769775,0.5497451424598694,0.7636666893959045,1243.0,318208.0,7746.976634737104,20365312.0 +95.2,8.899999618530273,2625.0,0.010092003270983696,0.11029052734375,0.0,1.9171676635742188,1.8885563611984253,-0.011848647147417068,0.0024311307352036238,0.3851291835308075,0.5397717356681824,0.6916477382183075,1244.0,318464.0,7753.218947486021,20381696.0 +104.91,8.300000190734863,2573.0,0.00939930509775877,0.091796875,0.0,1.9640768766403198,1.875462532043457,-0.010374241508543491,0.0024411899503320456,0.4789734184741974,0.5331242084503174,0.6540094017982483,1245.0,318720.0,7759.586897499161,20398080.0 +116.03,9.0,2645.0,0.009457304142415524,0.1085205078125,0.0,1.8846160173416138,1.8602956533432007,-0.012817027978599072,0.00244243280030787,0.32108014822006226,0.5342795848846436,0.6923522651195526,1246.0,318976.0,7765.779688188108,20414464.0 +83.75,9.5,2703.0,0.008806171827018261,0.1074422225356102,0.0,1.8750718832015991,1.855964183807373,-0.01123034581542015,0.0024266252294182777,0.31182748079299927,0.535635769367218,0.6969939768314362,1247.0,319232.0,7771.840351296123,20430848.0 +92.08,9.199999809265137,2550.0,0.01228683814406395,0.1412760466337204,0.0,1.8716254234313965,1.8647102117538452,-0.012470078654587269,0.0024264927487820387,0.30040061473846436,0.5392959713935852,0.7296759486198425,1248.0,319488.0,7778.26465623104,20447232.0 +91.06,9.0,2698.0,0.01078795362263918,0.1333821564912796,0.0,1.9602547883987427,1.8321375846862793,-0.012464553117752075,0.002429823623970151,0.4619936943054199,0.5451319813728333,0.6652462482452393,1249.0,319744.0,7784.33730815514,20463616.0 +96.54,8.600000381469727,2709.0,0.0086177634075284,0.1123046875,0.0,1.9453377723693848,1.906519889831543,-0.013183868490159512,0.0024275046307593584,0.43696486949920654,0.5453521609306335,0.6733224093914032,1250.0,320000.0,7790.385298876092,20480000.0 +98.25,9.100000381469727,2585.0,0.008287392556667328,0.1011556014418602,0.0,1.9169961214065552,1.8988233804702759,-0.010421243496239185,0.002432688372209668,0.35165107250213623,0.5542358756065369,0.7036553025245667,1251.0,320256.0,7796.724391930969,20496384.0 +97.64,9.5,2547.0,0.010624882765114307,0.1202596053481102,0.0,1.8619041442871094,1.9017038345336914,-0.011339514516294003,0.0024448733311146498,0.2414620965719223,0.5490930676460266,0.7575458884239197,1252.0,320512.0,7803.157758928137,20512768.0 +122.45,8.699999809265137,2630.0,0.00910912360996008,0.1127115860581398,0.0,1.927028775215149,1.8834072351455688,-0.01412232220172882,0.002446199068799615,0.37337425351142883,0.5501982569694519,0.6840759515762329,1253.0,320768.0,7809.38698952808,20529152.0 +103.25,9.600000381469727,2659.0,0.010161733254790306,0.12799072265625,0.0,1.8786107301712036,1.8459042310714722,-0.011750300414860249,0.0024559826124459505,0.29608669877052307,0.5327854752540588,0.6986763179302216,1254.0,321024.0,7815.548541164957,20545536.0 +94.24,9.600000381469727,2669.0,0.011115224100649357,0.1225179061293602,0.0,1.861423134803772,1.8604079484939575,-0.01154549140483141,0.002444628393277526,0.2604222297668457,0.5390476584434509,0.7101608514785767,1255.0,321280.0,7821.688141182996,20561920.0 +108.53,8.699999809265137,2706.0,0.01023290678858757,0.1175943985581398,0.0,1.9532934427261353,1.8768194913864136,-0.011365130543708801,0.002454501809552312,0.42741668224334717,0.5424675345420837,0.59761181473732,1256.0,321536.0,7827.743326590164,20578304.0 +75.09,9.800000190734863,2577.0,0.012081097811460495,0.1336262971162796,0.0,1.8412429094314575,1.8996342420578003,-0.012654311954975128,0.0024587800726294518,0.2125135064125061,0.5372470021247864,0.7371752262115479,1257.0,321792.0,7834.100475547137,20594688.0 +117.82,9.399999618530273,2660.0,0.00928266067057848,0.1138509139418602,0.0,1.8829516172409058,1.9036680459976196,-0.012373086996376514,0.002445604419335723,0.2967955768108368,0.5431616306304932,0.6918129324913025,1258.0,322048.0,7840.261382931145,20611072.0 +80.32,9.100000381469727,2654.0,0.009282105602324009,0.11663818359375,0.0,1.9129996299743652,1.8985613584518433,-0.01116371899843216,0.0024506282061338425,0.36420711874961853,0.5357314944267273,0.6664144992828369,1259.0,322304.0,7846.435018267017,20627456.0 +110.76,9.399999618530273,2536.0,0.00944445375353098,0.1195475235581398,0.0,1.8897714614868164,1.9372272491455078,-0.011680425144731998,0.0024561199825257063,0.28748735785484314,0.549020528793335,0.7046201825141907,1260.0,322560.0,7852.896389967995,20643840.0 +107.09,9.199999809265137,2560.0,0.007717786822468042,0.0909627303481102,0.0,1.8780474662780762,1.8873885869979858,-0.012512877583503723,0.0024543614126741886,0.29516106843948364,0.5346730351448059,0.7019948065280914,1261.0,322816.0,7859.297157573979,20660224.0 +103.71,8.600000381469727,2585.0,0.01032303087413311,0.1055094376206398,0.0,1.9988527297973633,1.8920947313308716,-0.008869090117514133,0.0024649922270327806,0.5019589066505432,0.5431669354438782,0.5945959687232971,1262.0,323072.0,7865.635574473999,20676608.0 +93.72,9.100000381469727,2597.0,0.008018643595278263,0.095458984375,0.0,1.9673562049865723,1.8978246450424194,-0.011350060813128948,0.0024545371998101473,0.47455498576164246,0.5331381559371948,0.6182031035423279,1263.0,323328.0,7871.943314132048,20692992.0 +98.89,9.600000381469727,2630.0,0.00930188037455082,0.1201171875,0.0,1.8815232515335083,1.8935495615005493,-0.012657221406698227,0.0024414665531367064,0.2886175811290741,0.5480741262435913,0.6876000463962555,1264.0,323584.0,7878.171538426075,20709376.0 +82.28,9.600000381469727,2575.0,0.010798067785799503,0.11981201171875,0.0,1.8598800897598267,1.9247061014175415,-0.012322209775447845,0.0024662918876856565,0.23503977060317993,0.540783703327179,0.7059301733970642,1265.0,323840.0,7884.533660660032,20725760.0 +110.0,8.399999618530273,2648.0,0.010073156096041203,0.125732421875,0.0,1.95241117477417,1.943975806236267,-0.011288364417850971,0.0024785033892840147,0.39653679728507996,0.5456193089485168,0.5708344578742981,1266.0,324096.0,7890.719958719099,20742144.0 +126.48,8.600000381469727,2650.0,0.008889942429959774,0.1033732071518898,0.0,1.9744294881820679,1.9047642946243286,-0.009984924457967281,0.0024683941155672073,0.44918015599250793,0.5446749329566956,0.5975040793418884,1267.0,324352.0,7896.904039622052,20758528.0 +99.1,8.699999809265137,2653.0,0.010343861766159534,0.1060587540268898,0.0,1.9637724161148071,1.8396233320236206,-0.010983087122440338,0.002458101836964488,0.4481925964355469,0.5400044918060303,0.5932227969169617,1268.0,324608.0,7903.07939346903,20774912.0 +93.91,9.600000381469727,2660.0,0.008346839807927608,0.0946858748793602,0.0,1.9125609397888184,1.854399561882019,-0.011208415031433105,0.0024699403438717127,0.3291112184524536,0.5427874326705933,0.6406658887863159,1269.0,324864.0,7909.23921997007,20791296.0 +84.25,8.899999618530273,2702.0,0.008876788429915905,0.1069539412856102,0.0,1.9139313697814941,1.8406423330307007,-0.011230305768549442,0.0024786449503153563,0.3310454785823822,0.5387229919433594,0.6592569351196289,1270.0,325120.0,7915.302610339131,20807680.0 +85.54,9.0,2650.0,0.00894633773714304,0.1020914688706398,0.0,1.9582678079605103,1.8452930450439453,-0.010191005654633045,0.0024589160457253456,0.4355372190475464,0.539685070514679,0.601983368396759,1271.0,325376.0,7921.485415756004,20824064.0 +101.23,8.899999618530273,2646.0,0.009184588678181171,0.10797119140625,0.0,1.9277005195617676,1.874082088470459,-0.011920642107725143,0.0024477012921124697,0.37582460045814514,0.5465993881225586,0.6515843272209167,1272.0,325632.0,7927.677298594965,20840448.0 +71.14,9.100000381469727,2665.0,0.009975678287446499,0.1302083283662796,0.0,1.9046196937561035,1.8457058668136597,-0.010059952735900879,0.002437404589727521,0.35200583934783936,0.5384313464164734,0.6598354578018188,1273.0,325888.0,7933.824260212015,20856832.0 +67.45,9.800000190734863,2626.0,0.010354647412896156,0.1115926131606102,0.0,1.839493751525879,1.8911882638931274,-0.011395026929676533,0.002450058003887534,0.19621936976909637,0.5466618537902832,0.7488006949424744,1274.0,326144.0,7940.0638725941535,20873216.0 +107.19,9.0,2619.0,0.011607161723077297,0.1472981721162796,0.0,1.9272819757461548,1.9116941690444946,-0.01174220908433199,0.002459716983139515,0.3690492808818817,0.5437580943107605,0.6197774708271027,1275.0,326400.0,7946.319740977138,20889600.0 +110.93,8.800000190734863,2666.0,0.009233060292899609,0.1065673828125,0.0,1.9717631340026855,1.914624571800232,-0.00998625997453928,0.002470464911311865,0.47001218795776367,0.5306571125984192,0.5541745722293854,1276.0,326656.0,7952.4639057361055,20905984.0 +127.26,8.800000190734863,2682.0,0.008184945210814476,0.1044108048081398,0.0,1.9418004751205444,1.947924256324768,-0.009246724657714367,0.002473452826961875,0.38201943039894104,0.5427903532981873,0.6014274656772614,1277.0,326912.0,7958.573693164159,20922368.0 +111.36,8.800000190734863,2725.0,0.007353669032454491,0.0833536759018898,0.0,1.9225274324417114,1.9585007429122925,-0.010976633988320827,0.002477288246154785,0.3394487798213959,0.5447209477424622,0.6422311067581177,1278.0,327168.0,7964.585745463148,20938752.0 +108.11,9.100000381469727,2649.0,0.008395629934966564,0.1017049178481102,0.0,1.8884326219558716,1.9649971723556519,-0.009819076396524906,0.002480529947206378,0.2691096067428589,0.5430819392204285,0.6462173461914062,1279.0,327424.0,7970.769661747152,20955136.0 +134.76,8.600000381469727,2658.0,0.008113227784633636,0.0943603515625,0.0,1.978536605834961,1.9615286588668823,-0.0090266028419137,0.002500663511455059,0.40307900309562683,0.5553069710731506,0.6037316620349884,1280.0,327680.0,7976.9325940131675,20971520.0 +115.06,8.800000190734863,2621.0,0.006424706429243088,0.0787353515625,0.0,1.9262242317199707,1.9590110778808594,-0.010640144348144531,0.002480110852047801,0.3396662175655365,0.5465656518936157,0.6499457061290741,1281.0,327936.0,7983.182593486039,20987904.0 +95.2,9.699999809265137,2629.0,0.011645636521279812,0.1452840119600296,0.0,1.8484562635421753,1.9048147201538086,-0.012292169034481049,0.0024629365652799606,0.20456933975219727,0.5460434556007385,0.7119347453117371,1282.0,328192.0,7989.416157200001,21004288.0 +122.97,8.600000381469727,2632.0,0.007626054808497429,0.093017578125,0.0,1.9883637428283691,1.9112149477005005,-0.011490579694509506,0.0024412116035819054,0.5016869902610779,0.5475172400474548,0.567327618598938,1283.0,328448.0,7995.64129702514,21020672.0 +107.15,9.0,2605.0,0.010699625127017498,0.1131998673081398,0.0,1.9435259103775024,1.916458010673523,-0.012378114275634289,0.0024438558612018824,0.4068504273891449,0.5497155785560608,0.6323345303535461,1284.0,328704.0,8001.929063243093,21037056.0 +102.85,9.0,2675.0,0.011228940449655056,0.12518310546875,0.0,1.8810144662857056,1.8933943510055542,-0.011538195423781872,0.0024376315996050835,0.30468297004699707,0.5403295159339905,0.6874039173126221,1285.0,328960.0,8008.053443510085,21053440.0 +100.53,9.399999618530273,2665.0,0.015965726226568222,0.1336873322725296,0.0,1.880964756011963,1.8757387399673462,-0.010778606869280338,0.0024380499962717295,0.2788034975528717,0.552074134349823,0.7199231684207916,1286.0,329216.0,8014.201485347003,21069824.0 +100.42,9.199999809265137,2576.0,0.009158174507319927,0.1150716170668602,0.0,1.9175468683242798,1.917497992515564,-0.011902444064617157,0.0024351361207664013,0.36251309514045715,0.5497999787330627,0.667316198348999,1287.0,329472.0,8020.561353505123,21086208.0 +96.0,9.5,2616.0,0.00898662768304348,0.09979248046875,0.0,1.8635679483413696,1.9122258424758911,-0.011837332509458065,0.002439765492454171,0.2427680939435959,0.5532608032226562,0.7520698606967926,1288.0,329728.0,8026.8232168960385,21102592.0 +109.39,8.899999618530273,2641.0,0.009351993910968304,0.12158203125,0.0,1.975051999092102,1.8998346328735352,-0.010741057805716991,0.0024477485567331314,0.43977823853492737,0.561028242111206,0.6302228271961212,1289.0,329984.0,8033.0273051271215,21118976.0 +107.46,9.100000381469727,2761.0,0.007375339046120644,0.0859578475356102,0.0,1.9069944620132446,1.947455883026123,-0.011223996989428997,0.002467215294018388,0.30580517649650574,0.5511829853057861,0.6984483897686005,1290.0,330240.0,8038.962024639128,21135360.0 +131.28,8.800000190734863,2614.0,0.009737472981214523,0.12066650390625,0.0,1.9092439413070679,1.9411357641220093,-0.014166553504765034,0.0024516002740710974,0.3332662582397461,0.550388753414154,0.6965509653091431,1291.0,330496.0,8045.230539512122,21151744.0 +130.65,8.300000190734863,2536.0,0.008933239616453648,0.1083577498793602,0.0,2.0086560249328613,1.9454509019851685,-0.011367752216756344,0.002487169811502099,0.500269889831543,0.5457587242126465,0.6082110106945038,1292.0,330752.0,8051.690601404058,21168128.0 +96.9,9.600000381469727,2640.0,0.01040960568934679,0.1330159455537796,0.0,1.8964333534240723,1.905263066291809,-0.012831580825150013,0.0024596720468252897,0.30240264534950256,0.5472803711891174,0.6876908242702484,1293.0,331008.0,8057.896701422054,21184512.0 +91.66,9.5,2531.0,0.009845099411904812,0.1191609725356102,0.0,1.880607008934021,1.9334772825241089,-0.01172411534935236,0.0024365028366446495,0.28128448128700256,0.5527723431587219,0.6991258859634399,1294.0,331264.0,8064.370072307996,21200896.0 +81.4,9.100000381469727,2577.0,0.010757717303931713,0.12713623046875,0.0,1.8900703191757202,1.9600356817245483,-0.012667824514210224,0.0024393072817474604,0.29752638936042786,0.5539214015007019,0.6850537061691284,1295.0,331520.0,8070.727681312012,21217280.0 +61.28,9.399999618530273,2640.0,0.010770861990749836,0.1098836287856102,0.0,1.9091955423355103,1.9486497640609741,-0.011361348442733288,0.002439803909510374,0.33432742953300476,0.5529775023460388,0.6846300661563873,1296.0,331776.0,8076.935080880998,21233664.0 +127.39,9.100000381469727,2525.0,0.007987731136381626,0.0941365584731102,0.0,1.9253177642822266,1.905679702758789,-0.01160419825464487,0.0024628096725791693,0.34141018986701965,0.5538688898086548,0.6465252637863159,1297.0,332032.0,8083.422341546975,21250048.0 +112.88,9.199999809265137,2548.0,0.008526895195245743,0.0960286483168602,0.0,1.9129323959350586,1.9030704498291016,-0.012173314578831196,0.0024562061298638582,0.3433506190776825,0.5443578362464905,0.6115399897098541,1298.0,332288.0,8089.852482282091,21266432.0 +87.63,9.300000190734863,2483.0,0.009825487621128559,0.12823486328125,0.0,1.9053525924682617,1.9208558797836304,-0.01175337191671133,0.002449022838845849,0.3368988335132599,0.5433536171913147,0.6375035345554352,1299.0,332544.0,8096.451511899009,21282816.0 +110.4,9.0,2629.0,0.009360936470329762,0.12261962890625,0.0,1.8940101861953735,1.9354110956192017,-0.013296462595462799,0.002467886544764042,0.2819041907787323,0.5517654418945312,0.6788778603076935,1300.0,332800.0,8102.683758689091,21299200.0 +94.9,8.899999618530273,2604.0,0.01030344981700182,0.1228230819106102,0.0,1.9235531091690063,1.9219021797180176,-0.010324670933187008,0.0024789173621684313,0.3358898460865021,0.545693039894104,0.6311827600002289,1301.0,333056.0,8108.974659370026,21315584.0 +103.35,9.100000381469727,2580.0,0.012187815271317959,0.1086222305893898,0.0,1.9360250234603882,1.9272223711013794,-0.008929139003157616,0.002461398718878627,0.38438108563423157,0.5413361191749573,0.6452037692070007,1302.0,333312.0,8115.327159467153,21331968.0 +117.27,9.199999809265137,2620.0,0.007481826469302177,0.0911458358168602,0.0,1.8992424011230469,1.8908973932266235,-0.010874376632273197,0.0024313193280249834,0.30488377809524536,0.5609243512153625,0.6895714402198792,1303.0,333568.0,8121.57905016304,21348352.0 +129.19,8.5,2638.0,0.00929790735244751,0.1207071915268898,0.0,1.9186605215072632,1.9045368432998657,-0.0110977403819561,0.0024284475948661566,0.3541998565196991,0.5574797987937927,0.6473482549190521,1304.0,333824.0,8127.789204318076,21364736.0 +144.14,8.199999809265137,2650.0,0.0060374257154762745,0.0709635391831398,0.0,1.9670110940933228,1.9476946592330933,-0.008628200739622116,0.002438568277284503,0.4231785237789154,0.5642428398132324,0.6153508424758911,1305.0,334080.0,8133.971834517084,21381120.0 +109.25,9.100000381469727,2526.0,0.008091202937066555,0.097900390625,0.0,1.904325008392334,1.9554847478866577,-0.010628879070281982,0.0024381596595048904,0.32214078307151794,0.5543584227561951,0.6712881922721863,1306.0,334336.0,8140.459131475072,21397504.0 +137.49,8.600000381469727,2608.0,0.006767746526747942,0.08258056640625,0.0,1.91389799118042,1.9823464155197144,-0.0121595598757267,0.002438060939311981,0.352615088224411,0.5505430102348328,0.6690430045127869,1307.0,334592.0,8146.740481208079,21413888.0 +129.35,9.100000381469727,2673.0,0.008473927155137062,0.0976359024643898,0.0,1.896708607673645,1.933499813079834,-0.01039240974932909,0.0024493508972227573,0.32331088185310364,0.5401053428649902,0.6612755060195923,1308.0,334848.0,8152.8706174411345,21430272.0 +126.5,8.699999809265137,2629.0,0.008595683611929417,0.1090494766831398,0.0,1.8931339979171753,1.949926495552063,-0.009254141710698605,0.0024400250986218452,0.31487539410591125,0.5444368720054626,0.6978866755962372,1309.0,335104.0,8159.101595808985,21446656.0 +115.24,9.100000381469727,2684.0,0.00832634512335062,0.1009114608168602,0.0,1.905164122581482,1.9318546056747437,-0.011443904601037502,0.002452475717291236,0.32932910323143005,0.5450242161750793,0.6679139137268066,1310.0,335360.0,8165.204490044154,21463040.0 +163.2,8.5,2652.0,0.008421562612056732,0.1119384765625,0.0,1.9516702890396118,1.918581485748291,-0.010972744785249233,0.0024613142013549805,0.4046611785888672,0.5488410592079163,0.6156232357025146,1311.0,335616.0,8171.381749212975,21479424.0 +103.38,8.899999618530273,2666.0,0.009540027938783169,0.1030680313706398,0.0,1.9387584924697876,1.9155941009521484,-0.012090698815882206,0.0024339426308870316,0.40187910199165344,0.5520941615104675,0.6409373879432678,1312.0,335872.0,8177.5260441740975,21495808.0 +89.07,8.899999618530273,2568.0,0.009986823424696922,0.0929158553481102,0.0,1.9040943384170532,1.8980374336242676,-0.012542401440441608,0.002435679780319333,0.33239445090293884,0.5515798926353455,0.7060007750988007,1313.0,336128.0,8183.906616972992,21512192.0 +90.88,9.300000190734863,2668.0,0.01068913470953703,0.10980224609375,0.0,1.8800501823425293,1.9327908754348755,-0.012208706699311733,0.0024468291085213423,0.2929869592189789,0.5416787266731262,0.7060526907444,1314.0,336384.0,8190.04785499908,21528576.0 +117.83,8.800000190734863,2626.0,0.009961606003344059,0.1285603791475296,0.0,1.9007586240768433,1.960216999053955,-0.010956890881061554,0.002451027976348996,0.32214006781578064,0.5447335839271545,0.6838461458683014,1315.0,336640.0,8196.286611984018,21544960.0 +113.45,8.899999618530273,2566.0,0.008340547792613506,0.1100667342543602,0.0,1.9311227798461914,1.963816523551941,-0.00848590862005949,0.0024786090943962336,0.3196905553340912,0.5600969791412354,0.6950567066669464,1316.0,336896.0,8202.672467933036,21561344.0 +90.27,9.300000190734863,2600.0,0.010015442967414856,0.1217244490981102,0.0,1.9204694032669067,1.898707389831543,-0.01332203671336174,0.002436579903587699,0.3559517562389374,0.556512713432312,0.6977849900722504,1317.0,337152.0,8208.974472613074,21577728.0 +101.95,9.199999809265137,2623.0,0.011472285725176334,0.1316121369600296,0.0,1.8472763299942017,1.9794830083847046,-0.009923171252012253,0.002438698662444949,0.24238274991512299,0.5364536643028259,0.7478736639022827,1318.0,337408.0,8215.21960622212,21594112.0 +144.01,8.199999809265137,2616.0,0.006218139082193375,0.0713907852768898,0.0,1.9472023248672485,1.9910407066345215,-0.009941617958247662,0.0024514757096767426,0.39148029685020447,0.5555763840675354,0.6396610736846924,1319.0,337664.0,8221.483530658064,21610496.0 +132.62,8.399999618530273,2699.0,0.007860810495913029,0.1023966446518898,0.0,1.9451857805252075,1.9957941770553589,-0.010190630331635475,0.002458113944157958,0.3823047876358032,0.5551249384880066,0.6425141394138336,1320.0,337920.0,8227.55384768406,21626880.0 +164.58,8.5,2721.0,0.009514100849628448,0.1241455078125,0.0,1.9214178323745728,1.976694107055664,-0.013389348052442074,0.002464517019689083,0.3547104597091675,0.5449602007865906,0.7062743306159973,1321.0,338176.0,8233.575045124162,21643264.0 +125.74,8.899999618530273,2603.0,0.01113717257976532,0.1385498046875,0.0,1.8918085098266602,1.881761074066162,-0.014158472418785095,0.002459538634866476,0.3059791028499603,0.5420255661010742,0.7333133816719055,1322.0,338432.0,8239.869457714958,21659648.0 +88.86,9.5,2520.0,0.010077753104269505,0.1305948942899704,0.0,1.8706707954406738,1.830220341682434,-0.014153395779430866,0.0024487394839525223,0.25134164094924927,0.5530859231948853,0.7520257830619812,1323.0,338688.0,8246.371362569043,21676032.0 +100.9,9.100000381469727,2612.0,0.009133239276707172,0.1129353865981102,0.0,1.9302091598510742,1.8299480676651,-0.012080983258783817,0.00244470895268023,0.37171241641044617,0.5523785948753357,0.6758049428462982,1324.0,338944.0,8252.644074260024,21692416.0 +102.36,8.899999618530273,2610.0,0.011477681808173656,0.12152099609375,0.0,1.9776188135147095,1.8214346170425415,-0.012212872505187988,0.002441343618556857,0.4702785313129425,0.552234947681427,0.6328046023845673,1325.0,339200.0,8258.921241326956,21708800.0 +83.05,9.300000190734863,2681.0,0.011422150768339634,0.1207478865981102,0.0,1.8851079940795898,1.7927159070968628,-0.011994925327599049,0.002436521230265498,0.3120730221271515,0.5407326817512512,0.701382040977478,1326.0,339456.0,8265.032642744016,21725184.0 +80.48,9.199999809265137,2693.0,0.014037023298442364,0.1175130233168602,0.0,1.9142332077026367,1.8455443382263184,-0.012281756848096848,0.0024359787348657846,0.35413607954978943,0.5499128699302673,0.6699588000774384,1327.0,339712.0,8271.116675850004,21741568.0 +82.23,9.399999618530273,2638.0,0.010791081003844738,0.13372802734375,0.0,1.8460779190063477,1.8669862747192383,-0.010761670768260956,0.002443719655275345,0.2228630781173706,0.5422179698944092,0.7465722560882568,1328.0,339968.0,8277.327661385993,21757952.0 +114.01,9.399999618530273,2640.0,0.009580307640135288,0.1216227188706398,0.0,1.8908358812332153,1.8742284774780273,-0.012937630526721478,0.0024271910078823566,0.30580946803092957,0.5560154318809509,0.7078957259654999,1329.0,340224.0,8283.533462745138,21774336.0 +103.99,8.699999809265137,2655.0,0.009578979574143887,0.1101481094956398,0.0,1.9519033432006836,1.868790626525879,-0.011868742294609547,0.002425704849883914,0.4412418305873871,0.5489864945411682,0.6253226101398468,1330.0,340480.0,8289.70429840614,21790720.0 +74.59,9.399999618530273,2688.0,0.011440232396125793,0.1353759765625,0.0,1.8786472082138062,1.8772392272949219,-0.011938081122934818,0.002418229589238763,0.29234710335731506,0.5540695190429688,0.7087074220180511,1331.0,340736.0,8295.800307097146,21807104.0 +102.35,9.300000190734863,2716.0,0.009902042336761951,0.1202392578125,0.0,1.8825563192367554,1.9130268096923828,-0.01271588634699583,0.002421353477984667,0.29214879870414734,0.5576511025428772,0.7113257944583893,1332.0,340992.0,8301.832325733034,21823488.0 +100.08,9.199999809265137,2741.0,0.010886977426707745,0.1390177458524704,0.0,1.9221199750900269,1.907492995262146,-0.011594762094318867,0.002441385993734002,0.34634169936180115,0.5589255690574646,0.6551820635795593,1333.0,341248.0,8307.810117373941,21839872.0 +109.43,9.199999809265137,2674.0,0.010043581016361713,0.0976359024643898,0.0,1.8849893808364868,1.8841711282730103,-0.012372725643217564,0.002463975688442588,0.27418115735054016,0.5471253991127014,0.6834382116794586,1334.0,341504.0,8313.937479864107,21856256.0 +107.98,8.699999809265137,2684.0,0.008400933817029,0.1019287109375,0.0,1.9654593467712402,1.8850059509277344,-0.011317502707242966,0.002461453666910529,0.42839065194129944,0.5507051348686218,0.6145385503768921,1335.0,341760.0,8320.041623288998,21872640.0 +83.6,8.899999618530273,2622.0,0.009497269988059998,0.1026611328125,0.0,1.9297231435775757,1.8577232360839844,-0.011889819987118244,0.0024504591710865498,0.375026673078537,0.5474472641944885,0.6140052080154419,1336.0,342016.0,8326.288996301126,21889024.0 +68.36,9.100000381469727,2651.0,0.008268863894045353,0.104736328125,0.0,1.9428635835647583,1.8654117584228516,-0.012618585489690304,0.0024454104714095592,0.409562349319458,0.5466499328613281,0.6316907703876495,1337.0,342272.0,8332.468837821158,21905408.0 +91.62,9.199999809265137,2691.0,0.009800740517675877,0.1058756485581398,0.0,1.9442062377929688,1.8738361597061157,-0.010787848383188248,0.0024456577375531197,0.40612173080444336,0.5478429794311523,0.6081308424472809,1338.0,342528.0,8338.557019375032,21921792.0 +99.11,8.800000190734863,2664.0,0.007908137515187263,0.0971883162856102,0.0,1.9500489234924316,1.8921046257019043,-0.01221071183681488,0.002446272410452366,0.4032347500324249,0.5564271211624146,0.6617634892463684,1339.0,342784.0,8344.706788084004,21938176.0 +76.8,9.0,2653.0,0.009084428660571575,0.1189371719956398,0.0,1.9319909811019897,1.8975013494491577,-0.011403415352106094,0.002457274356856942,0.38051339983940125,0.5434754490852356,0.6543528437614441,1340.0,343040.0,8350.881001451053,21954560.0 +78.96,9.600000381469727,2629.0,0.008784638717770576,0.10601806640625,0.0,1.8742517232894897,1.9021421670913696,-0.012829595245420933,0.002438425784930587,0.2543220818042755,0.5597286224365234,0.7124353051185608,1341.0,343296.0,8357.113325145096,21970944.0 +78.47,9.199999809265137,2588.0,0.008719014935195446,0.1068929061293602,0.0,1.9023160934448242,1.9134901762008667,-0.01156547386199236,0.002444118494167924,0.3295871913433075,0.5461637377738953,0.6639618575572968,1342.0,343552.0,8363.444246065104,21987328.0 +81.59,9.600000381469727,2593.0,0.009274547919631004,0.11407470703125,0.0,1.8486117124557495,1.9058022499084473,-0.012459949590265751,0.002429719315841794,0.24118655920028687,0.544676661491394,0.7054525911808014,1343.0,343808.0,8369.764707881026,22003712.0 +95.07,9.0,2590.0,0.01211879774928093,0.1168212890625,0.0,1.9403715133666992,1.8943337202072144,-0.010813633911311626,0.002436659997329116,0.40169206261634827,0.5509525537490845,0.5824523270130157,1344.0,344064.0,8376.089959176956,22020096.0 +93.17,9.0,2675.0,0.008530140854418278,0.10406494140625,0.0,1.9353982210159302,1.945595383644104,-0.012556202709674835,0.002451039617881179,0.37974563241004944,0.5520180463790894,0.596320390701294,1345.0,344320.0,8382.213843777077,22036480.0 +94.71,9.399999618530273,2613.0,0.009519326500594616,0.1156819686293602,0.0,1.8890981674194336,1.9042491912841797,-0.012560125440359116,0.002427190775051713,0.3127102255821228,0.5507502555847168,0.655760645866394,1346.0,344576.0,8388.48521753517,22052864.0 +88.4,9.100000381469727,2592.0,0.01369315106421709,0.1333414763212204,0.0,1.891766905784607,1.9006427526474,-0.011291303671896458,0.0024291633162647486,0.30495378375053406,0.5550060868263245,0.6814915239810944,1347.0,344832.0,8394.805970886024,22069248.0 +130.7,8.399999618530273,2583.0,0.007873482070863247,0.1001790389418602,0.0,1.9546130895614624,1.9503661394119263,-0.010181495919823647,0.0024454377125948668,0.4185980260372162,0.5522802472114563,0.6206499636173248,1348.0,345088.0,8401.149995389162,22085632.0 +104.7,9.199999809265137,2657.0,0.010667603462934494,0.1178792342543602,0.0,1.8748847246170044,1.959281325340271,-0.011954017914831638,0.0024438551627099514,0.27978357672691345,0.5446123480796814,0.7239370346069336,1349.0,345344.0,8407.31532152812,22102016.0 +105.91,9.100000381469727,2663.0,0.011713524349033833,0.1354573518037796,0.0,1.9324250221252441,1.9406706094741821,-0.011603735387325287,0.0024303363170474768,0.3692804276943207,0.5636270642280579,0.7066184878349304,1350.0,345600.0,8413.467468609102,22118400.0 +114.5,9.0,2531.0,0.00912004429847002,0.1084798201918602,0.0,1.907363772392273,1.895817756652832,-0.0121139632537961,0.0024250776041299105,0.332002192735672,0.5598957538604736,0.7203503847122192,1351.0,345856.0,8419.940523606958,22134784.0 +91.95,9.5,2651.0,0.008488045074045658,0.10418701171875,0.0,1.8619340658187866,1.8854509592056274,-0.012171932496130466,0.0024156596045941114,0.25685223937034607,0.5567046403884888,0.7309742271900177,1352.0,346112.0,8426.120167222107,22151168.0 +105.55,9.300000190734863,2713.0,0.009202768094837666,0.10662841796875,0.0,1.8915023803710938,1.905403733253479,-0.011458526365458965,0.002407744526863098,0.30388909578323364,0.5661980509757996,0.7030030488967896,1353.0,346368.0,8432.159760572948,22167552.0 +98.34,9.100000381469727,2703.0,0.009914166294038296,0.1199747696518898,0.0,1.908473014831543,1.8958368301391602,-0.014012519270181656,0.0024290760047733784,0.34832289814949036,0.5527447462081909,0.6689210534095764,1354.0,346624.0,8438.22173674195,22183936.0 +106.3,9.199999809265137,2683.0,0.01129571720957756,0.14013671875,0.0,1.8939732313156128,1.9050235748291016,-0.009880341589450836,0.002423566300421953,0.29531732201576233,0.5634616613388062,0.6925263404846191,1355.0,346880.0,8444.328387595946,22200320.0 +95.38,9.300000190734863,2625.0,0.008608185686171055,0.1095377579331398,0.0,1.9070321321487427,1.923610806465149,-0.011689049191772938,0.0024263374507427216,0.3318805992603302,0.5588487982749939,0.6831301748752594,1356.0,347136.0,8450.569604874123,22216704.0 +93.77,9.600000381469727,2619.0,0.010046906769275665,0.122802734375,0.0,1.8528114557266235,1.9079171419143677,-0.011781818233430386,0.00240806071087718,0.24673205614089966,0.5562761425971985,0.7474436461925507,1357.0,347392.0,8456.826186212944,22233088.0 +103.4,8.899999618530273,2614.0,0.014381718821823597,0.1197713240981102,0.0,1.9317039251327515,1.9095112085342407,-0.011551570147275925,0.0024136200081557035,0.39974841475486755,0.5556663274765015,0.6508111357688904,1358.0,347648.0,8463.092661779141,22249472.0 +105.96,9.0,2649.0,0.010291713289916515,0.1197916641831398,0.0,1.9055567979812622,1.883142113685608,-0.01335308700799942,0.0024131371174007654,0.35268259048461914,0.5548314452171326,0.6866815388202667,1359.0,347904.0,8469.2762309541,22265856.0 +109.02,9.0,2662.0,0.008437483571469784,0.0977579727768898,0.0,1.929795265197754,1.8551472425460815,-0.01171103399246931,0.0024258876219391823,0.38840004801750183,0.552914023399353,0.6345623433589935,1360.0,348160.0,8475.430421110941,22282240.0 +86.82,9.100000381469727,2644.0,0.009072492830455303,0.10308837890625,0.0,1.9004279375076294,1.8560389280319214,-0.013593261130154133,0.0024350720923393965,0.3236294090747833,0.5532308220863342,0.6454709768295288,1361.0,348416.0,8481.627240743954,22298624.0 +89.42,9.100000381469727,2607.0,0.00949691329151392,0.119873046875,0.0,1.9341086149215698,1.8677095174789429,-0.01199682429432869,0.002427272964268923,0.3731340169906616,0.5645789504051208,0.6011782586574554,1362.0,348672.0,8487.912828810979,22315008.0 +75.1,8.899999618530273,2652.0,0.009058154188096523,0.1141153946518898,0.0,1.9102835655212402,1.9026330709457397,-0.012200714088976383,0.002432159846648574,0.3343346416950226,0.55826336145401,0.6634602546691895,1363.0,348928.0,8494.09367226297,22331392.0 +77.88,9.800000190734863,2726.0,0.01131445448845625,0.1319173127412796,0.0,1.8427214622497559,1.887345790863037,-0.012038287706673145,0.002421516925096512,0.20924437046051025,0.5582526326179504,0.7701266407966614,1364.0,349184.0,8500.102450771956,22347776.0 +84.4,9.0,2726.0,0.009537233039736748,0.10516357421875,0.0,1.9114102125167847,1.9269081354141235,-0.009833529591560364,0.0024229283444583416,0.3429826498031616,0.557557225227356,0.6735964715480804,1365.0,349440.0,8506.113341436954,22364160.0 +140.87,8.699999809265137,2671.0,0.009225545451045036,0.1107584610581398,0.0,1.9070924520492554,1.9781674146652222,-0.011555778793990612,0.002428601961582899,0.3348205089569092,0.5567187070846558,0.6760174334049225,1366.0,349696.0,8512.247746691108,22380544.0 +102.33,9.0,2696.0,0.0076619782485067844,0.09307861328125,0.0,1.9181785583496094,1.9215036630630493,-0.011741716414690018,0.0024168360978364944,0.3577113449573517,0.561861515045166,0.6865776777267456,1367.0,349952.0,8518.325835362077,22396928.0 +101.22,9.300000190734863,2704.0,0.010436837561428547,0.1219685897231102,0.0,1.8801110982894897,1.9208542108535767,-0.01369473710656166,0.002422840567305684,0.29335856437683105,0.5549145936965942,0.7192792892456055,1368.0,350208.0,8524.384905497078,22413312.0 +138.71,8.699999809265137,2692.0,0.008282576687633991,0.0982462540268898,0.0,1.954525351524353,1.9143646955490112,-0.010767773725092411,0.00242228782735765,0.413303405046463,0.5666407942771912,0.6597101092338562,1369.0,350464.0,8530.471342262113,22429696.0 +89.93,9.100000381469727,2760.0,0.007063144817948341,0.0834757462143898,0.0,1.8990038633346558,1.9296046495437622,-0.011365807615220547,0.002431985456496477,0.30611470341682434,0.560615599155426,0.699153482913971,1370.0,350720.0,8536.407455854118,22446080.0 +99.09,9.0,2684.0,0.00853393878787756,0.10308837890625,0.0,1.9092154502868652,1.9697595834732056,-0.011698130518198013,0.0024478856939822435,0.31923168897628784,0.5570524334907532,0.6925876438617706,1371.0,350976.0,8542.511492669117,22462464.0 +107.22,9.300000190734863,2642.0,0.010773156769573689,0.1374918669462204,0.0,1.8510757684707642,1.9727625846862793,-0.012393058277666569,0.002436896786093712,0.23126161098480225,0.5491170883178711,0.7604625970125198,1372.0,351232.0,8548.713532640133,22478848.0 +85.26,9.199999809265137,2698.0,0.0088504021987319,0.10675048828125,0.0,1.9046550989151,1.9343189001083374,-0.011419023387134075,0.0024295446928590536,0.3142693340778351,0.5635101795196533,0.7135671973228455,1373.0,351488.0,8554.788360883947,22495232.0 +108.99,9.399999618530273,2688.0,0.007246269378811121,0.090087890625,0.0,1.9222817420959473,1.9448474645614624,-0.01073242723941803,0.002433034824207425,0.3654831647872925,0.5532038807868958,0.6430668830871582,1374.0,351744.0,8560.882581823971,22511616.0 +94.54,9.100000381469727,2728.0,0.008058601059019566,0.0940144881606102,0.0,1.9452095031738281,1.9362483024597168,-0.011258862912654877,0.002444138051941991,0.41667690873146057,0.5454233288764954,0.6071456372737885,1375.0,352000.0,8566.888679584954,22528000.0 +118.69,9.5,2668.0,0.007675149943679571,0.0952555313706398,0.0,1.8790802955627441,1.9367990493774414,-0.010958543978631496,0.0024385012220591307,0.2606883943080902,0.5598120093345642,0.7127050757408142,1376.0,352256.0,8573.028528398136,22544384.0 +89.26,9.399999618530273,2730.0,0.010376649908721447,0.125732421875,0.0,1.899427056312561,1.9212833642959595,-0.01226073782891035,0.002436392940580845,0.3032163977622986,0.5610961318016052,0.6655677556991577,1377.0,352512.0,8579.03088582703,22560768.0 +95.87,8.899999618530273,2702.0,0.009939368814229965,0.12615966796875,0.0,1.9181879758834839,1.9593530893325806,-0.010657832026481628,0.0024491536896675825,0.34091177582740784,0.5534065365791321,0.6545135378837585,1378.0,352768.0,8585.09469305398,22577152.0 +120.28,9.100000381469727,2643.0,0.0092661427333951,0.10443115234375,0.0,1.908329963684082,1.942624568939209,-0.012585628777742386,0.0024542545434087515,0.31185469031333923,0.5572871565818787,0.6769901216030121,1379.0,353024.0,8591.292771191103,22593536.0 +88.59,9.300000190734863,2643.0,0.009157597087323666,0.1103922501206398,0.0,1.877700686454773,1.9600025415420532,-0.010561811737716198,0.0024306352715939283,0.2707333266735077,0.5571781992912292,0.6998047530651093,1380.0,353280.0,8597.492041851161,22609920.0 +95.86,8.899999618530273,2643.0,0.009297515265643597,0.1172078475356102,0.0,1.9234552383422852,1.946098804473877,-0.01151313167065382,0.002421947428956628,0.376752644777298,0.5550792813301086,0.6601405143737793,1381.0,353536.0,8603.691064320039,22626304.0 +104.58,9.0,2659.0,0.006819149479269981,0.0842488631606102,0.0,1.9257792234420776,1.9578323364257812,-0.010150783695280552,0.002438561525195837,0.3404974937438965,0.5659784078598022,0.6386792659759521,1382.0,353792.0,8609.852729812963,22642688.0 +93.47,9.300000190734863,2649.0,0.007720959838479757,0.0942789688706398,0.0,1.8754078149795532,1.946302890777588,-0.010312327183783054,0.0024353195913136005,0.24753274023532867,0.5637568831443787,0.7219313979148865,1383.0,354048.0,8616.03676513303,22659072.0 +111.0,9.0,2647.0,0.008183938451111317,0.10296630859375,0.0,1.9143177270889282,1.9644384384155273,-0.011548946611583233,0.0024621260818094015,0.3241986036300659,0.5523489117622375,0.6593965590000153,1384.0,354304.0,8622.228872732958,22675456.0 +148.67,8.600000381469727,2658.0,0.007959763519465923,0.09686279296875,0.0,1.943193793296814,1.9755538702011108,-0.011575235985219479,0.002490417333319783,0.35228827595710754,0.5531717538833618,0.6437298655509949,1385.0,354560.0,8628.393278146163,22691840.0 +137.76,9.0,2701.0,0.009527982212603092,0.1211344376206398,0.0,1.9162884950637817,1.954734206199646,-0.011856338940560818,0.0024990011006593704,0.28235355019569397,0.5570151209831238,0.6581437587738037,1386.0,354816.0,8634.459022601135,22708224.0 +100.02,8.899999618530273,2651.0,0.009230676107108593,0.1014200821518898,0.0,1.91470468044281,1.9478248357772827,-0.012758330442011356,0.0024521443992853165,0.33235689997673035,0.5546905398368835,0.6544513404369354,1387.0,355072.0,8640.639663547045,22724608.0 +92.93,9.199999809265137,2670.0,0.009700271300971508,0.1133219376206398,0.0,1.9186410903930664,1.942358136177063,-0.01189338881522417,0.0024428577162325382,0.32696059346199036,0.56504887342453,0.6624827682971954,1388.0,355328.0,8646.774687719997,22740992.0 +101.88,9.199999809265137,2704.0,0.007886222563683987,0.0946451798081398,0.0,1.9112361669540405,1.9422720670700073,-0.012516322545707226,0.002457482973113656,0.3128812611103058,0.5579930543899536,0.6837017238140106,1389.0,355584.0,8652.832824089099,22757376.0 +112.63,9.0,2627.0,0.008668811991810799,0.0964151993393898,0.0,1.9403995275497437,1.9203968048095703,-0.011930146254599094,0.002447943901643157,0.3799223005771637,0.557600200176239,0.648434966802597,1390.0,355840.0,8659.069727349095,22773760.0 +98.5,9.399999618530273,2627.0,0.011653110384941101,0.14031982421875,0.0,1.8755592107772827,1.8955941200256348,-0.012948584742844105,0.00244709150865674,0.2601243853569031,0.5538555979728699,0.7127639949321747,1391.0,356096.0,8665.307289984077,22790144.0 +117.15,8.899999618530273,2740.0,0.010442628525197506,0.13055419921875,0.0,1.9205607175827026,1.948177456855774,-0.01042384747415781,0.0024441746063530445,0.3396157920360565,0.5585711598396301,0.68167644739151,1392.0,356352.0,8671.286703123944,22806528.0 +105.92,9.600000381469727,2725.0,0.009352442808449268,0.1243489608168602,0.0,1.8555850982666016,1.8900327682495117,-0.012351993471384048,0.002440575510263443,0.22057397663593292,0.5562627911567688,0.7298067808151245,1393.0,356608.0,8677.29876447795,22822912.0 +91.92,9.199999809265137,2648.0,0.01032168511301279,0.124755859375,0.0,1.920129656791687,1.9232850074768066,-0.01282148901373148,0.002450639149174094,0.3291131556034088,0.5623077154159546,0.6638733446598053,1394.0,356864.0,8683.486099364003,22839296.0 +115.05,9.0,2664.0,0.007481589447706938,0.0933837890625,0.0,1.920242428779602,1.9292033910751343,-0.010067869909107685,0.0024320322554558516,0.3492558002471924,0.5589582324028015,0.6741262078285217,1395.0,357120.0,8689.63667069003,22855680.0 +68.4,9.699999809265137,2661.0,0.01331846509128809,0.1496175080537796,0.0,1.879944920539856,1.8958854675292969,-0.013574345968663692,0.002423657104372978,0.2745717465877533,0.5633638501167297,0.7172946035861969,1396.0,357376.0,8695.793877915945,22872064.0 +104.47,9.0,2706.0,0.009507838636636734,0.10516357421875,0.0,1.9430888891220093,1.8497177362442017,-0.01245839986950159,0.002419509459286928,0.41465088725090027,0.5569642782211304,0.6352949440479279,1397.0,357632.0,8701.84933591308,22888448.0 +79.86,8.800000190734863,2702.0,0.008472093380987644,0.1033528670668602,0.0,1.9426864385604858,1.8728405237197876,-0.012050406076014042,0.0024185033980757,0.4085545837879181,0.5599358677864075,0.6479567289352417,1398.0,357888.0,8707.912388933124,22904832.0 +103.54,9.300000190734863,2683.0,0.014610141515731812,0.1274617463350296,0.0,1.8477230072021484,1.9187211990356445,-0.011032547801733017,0.00242466083727777,0.2061370462179184,0.5625438094139099,0.7644062340259552,1399.0,358144.0,8714.018391177058,22921216.0 +117.01,9.300000190734863,2681.0,0.009106304496526718,0.1192626953125,0.0,1.8924484252929688,1.9156278371810913,-0.013035682030022144,0.0024315975606441498,0.29660743474960327,0.5605383515357971,0.6820119917392731,1400.0,358400.0,8720.128312051063,22937600.0 +115.35,9.199999809265137,2621.0,0.021336933597922325,0.1239013671875,0.0,1.928715705871582,1.8998228311538696,-0.010447666980326176,0.002415020950138569,0.37176093459129333,0.564770519733429,0.617172360420227,1401.0,358656.0,8726.378874502145,22953984.0 +100.24,9.100000381469727,2622.0,0.011268828995525837,0.142822265625,0.0,1.885565161705017,1.9062262773513794,-0.01006239652633667,0.002422604477033019,0.2694501578807831,0.5686626434326172,0.6987645924091339,1402.0,358912.0,8732.628281715093,22970368.0 +109.26,9.300000190734863,2751.0,0.01028228085488081,0.1336669921875,0.0,1.8577009439468384,1.916146159172058,-0.010364361107349396,0.002425362356007099,0.2279958724975586,0.5605476498603821,0.7100053131580353,1403.0,359168.0,8738.584334270097,22986752.0 +114.58,9.0,2617.0,0.009451678954064846,0.11590576171875,0.0,1.9152073860168457,1.8846746683120728,-0.012256533838808537,0.0024255835451185703,0.33016344904899597,0.5684372782707214,0.6710516810417175,1404.0,359424.0,8744.846209431998,23003136.0 +87.41,9.600000381469727,2626.0,0.010644696652889252,0.1378580778837204,0.0,1.917950987815857,1.8806161880493164,-0.011225998401641846,0.0024337840732187033,0.34204426407814026,0.5600689053535461,0.6320877373218536,1405.0,359680.0,8751.086194898002,23019520.0 +103.01,9.300000190734863,2673.0,0.014456606470048428,0.1544596403837204,0.0,1.8917917013168335,1.889949917793274,-0.010432492010295391,0.002453443594276905,0.27331340312957764,0.5577453970909119,0.6577955186367035,1406.0,359936.0,8757.216092920164,23035904.0 +84.32,9.100000381469727,2639.0,0.008477511815726757,0.104248046875,0.0,1.9658660888671875,1.8945703506469727,-0.00963306799530983,0.0024502065498381853,0.4215056002140045,0.5585886836051941,0.5786786079406738,1407.0,360192.0,8763.425241997,23052288.0 +74.77,9.199999809265137,2666.0,0.00856463611125946,0.1137288436293602,0.0,1.9832524061203003,1.8844423294067383,-0.010506897233426571,0.002451488748192787,0.45766687393188477,0.5580258965492249,0.5684597492218018,1408.0,360448.0,8769.570324104046,23068672.0 +72.99,9.600000381469727,2698.0,0.009429906494915485,0.1205240860581398,0.0,1.8636698722839355,1.867100715637207,-0.010776826180517673,0.002457106253132224,0.21527059376239777,0.5569294691085815,0.6662930548191071,1409.0,360704.0,8775.642801112961,23085056.0 +97.45,8.5,2651.0,0.008426309563219547,0.09796142578125,0.0,1.9637608528137207,1.8861793279647827,-0.011740454472601414,0.00242655910551548,0.42407605051994324,0.56904536485672,0.5872836709022522,1410.0,360960.0,8781.82262406312,23101440.0 +101.8,9.0,2695.0,0.008343341760337353,0.108154296875,0.0,1.9404287338256836,1.863897442817688,-0.012069355696439743,0.002426503924652934,0.40025779604911804,0.5577564835548401,0.5806597173213959,1411.0,361216.0,8787.903104553,23117824.0 +89.9,8.600000381469727,2604.0,0.010285969823598862,0.1109619140625,0.0,1.9147597551345825,1.8865371942520142,-0.011214871890842915,0.0024200319312512875,0.340798944234848,0.5644245743751526,0.6318857073783875,1412.0,361472.0,8794.195402380079,23134208.0 +101.89,8.699999809265137,2656.0,0.00930456817150116,0.1212361678481102,0.0,1.9406534433364868,1.928367257118225,-0.011933726258575916,0.0024345270358026028,0.3757118880748749,0.5667513012886047,0.6110494434833527,1413.0,361728.0,8800.363621565979,23150592.0 +80.68,9.100000381469727,2611.0,0.006961541250348091,0.0821940079331398,0.0,1.9322274923324585,1.900375247001648,-0.012012191116809845,0.002430826658383012,0.3845471441745758,0.5555563569068909,0.6147501766681671,1414.0,361984.0,8806.64151542401,23166976.0 +121.96,8.800000190734863,2560.0,0.008599054999649525,0.1060994490981102,0.0,1.9435282945632935,1.9207040071487427,-0.010022467002272606,0.002426425227895379,0.39969733357429504,0.559696614742279,0.6257972121238708,1415.0,362240.0,8813.042239661096,23183360.0 +96.37,9.600000381469727,2614.0,0.00964681152254343,0.12322998046875,0.0,1.8569377660751343,1.9060187339782715,-0.013629008084535599,0.002432286972180009,0.22056180238723755,0.563202440738678,0.7205449342727661,1416.0,362496.0,8819.31005173712,23199744.0 +114.54,8.399999618530273,2640.0,0.00733797624707222,0.09332275390625,0.0,2.0334222316741943,1.932780385017395,-0.008312567137181759,0.0024360253009945154,0.5324240326881409,0.5768375992774963,0.6013611257076263,1417.0,362752.0,8825.51532768202,23216128.0 +83.85,9.5,2704.0,0.00771527923643589,0.0859171524643898,0.0,1.8803764581680298,1.9002946615219116,-0.011676247231662273,0.0024283058010041714,0.27054548263549805,0.5616298317909241,0.7185254693031311,1418.0,363008.0,8831.574212653097,23232512.0 +104.37,9.300000190734863,2706.0,0.008856330998241901,0.1047770157456398,0.0,1.9078683853149414,1.9489096403121948,-0.01178071927279234,0.0024212361313402653,0.34548652172088623,0.5557768940925598,0.6509051620960236,1419.0,363264.0,8837.629861871013,23248896.0 +74.66,9.199999809265137,2689.0,0.009764316491782665,0.1215413436293602,0.0,1.88815438747406,1.931869626045227,-0.012296595610678196,0.002410729182884097,0.30550697445869446,0.5616517066955566,0.7236653566360474,1420.0,363520.0,8843.722783438163,23265280.0 +87.16,9.5,2579.0,0.020535238087177277,0.16552734375,0.0,1.8617268800735474,1.9367562532424927,-0.010682821273803711,0.002416373463347554,0.24467255175113678,0.5612542629241943,0.7403024435043335,1421.0,363776.0,8850.075938396156,23281664.0 +134.04,9.100000381469727,2680.0,0.011395256966352463,0.1423746794462204,0.0,1.9276703596115112,1.8887015581130981,-0.01378665491938591,0.002416020492091775,0.37439489364624023,0.5651363134384155,0.6758761405944824,1422.0,364032.0,8856.189925621962,23298048.0 +99.78,9.300000190734863,2701.0,0.016679545864462852,0.1713460236787796,0.0,1.9199680089950562,1.918531060218811,-0.01061037927865982,0.002418800024315715,0.35199257731437683,0.5643670558929443,0.6977493762969971,1423.0,364288.0,8862.256265072152,23314432.0 +121.63,8.699999809265137,2621.0,0.009367692284286022,0.1165568009018898,0.0,1.9393306970596313,1.9126049280166626,-0.01010147575289011,0.002421366050839424,0.38123390078544617,0.5672582387924194,0.6757816076278687,1424.0,364544.0,8868.506517927162,23330816.0 +95.51,8.699999809265137,2662.0,0.00878663919866085,0.1163736954331398,0.0,1.9999785423278809,1.869193434715271,-0.006831491831690073,0.002424034755676985,0.5175842642784119,0.5546921491622925,0.6221430003643036,1425.0,364800.0,8874.660007223021,23347200.0 +98.92,8.800000190734863,2666.0,0.008390079252421856,0.102294921875,0.0,1.9660630226135254,1.889194369316101,-0.01064892578870058,0.0024166731163859367,0.447991281747818,0.5632719397544861,0.643181711435318,1426.0,365056.0,8880.804297016002,23363584.0 +85.23,9.0,2619.0,0.009099074639379978,0.1164347305893898,0.0,1.9533462524414062,1.8873553276062012,-0.011503233574330807,0.0024268007837235928,0.4087856709957123,0.5659297108650208,0.6646822094917297,1427.0,365312.0,8887.059761109995,23379968.0 +83.87,9.199999809265137,2627.0,0.012651479803025723,0.1123453751206398,0.0,1.9578627347946167,1.8738876581192017,-0.009759715758264065,0.0024152917321771383,0.4359199106693268,0.5607555508613586,0.6573259830474854,1428.0,365568.0,8893.296367705101,23396352.0 +94.5,8.600000381469727,2652.0,0.009247601963579655,0.1141357421875,0.0,1.9694451093673706,1.8540679216384888,-0.012377857230603695,0.0024198407772928476,0.4389090836048126,0.5709885358810425,0.6662346124649048,1429.0,365824.0,8899.472826240119,23412736.0 +113.16,8.899999618530273,2701.0,0.010440473444759846,0.1244303360581398,0.0,1.966457486152649,1.8556694984436035,-0.012319675646722317,0.00243702856823802,0.43967142701148987,0.5589839220046997,0.66326904296875,1430.0,366080.0,8905.53785668104,23429120.0 +79.7,9.300000190734863,2636.0,0.012189735658466816,0.1444295197725296,0.0,1.94041907787323,1.8521422147750854,-0.011501641012728214,0.002437594113871455,0.3903804123401642,0.5564547777175903,0.6549944579601288,1431.0,366336.0,8911.752961297054,23445504.0 +69.43,9.300000190734863,2671.0,0.008581138215959072,0.11138916015625,0.0,1.9599980115890503,1.8614143133163452,-0.011784239672124386,0.00243511819280684,0.4237264096736908,0.5609741806983948,0.6445966362953186,1432.0,366592.0,8917.886181910057,23461888.0 +88.63,8.899999618530273,2647.0,0.008948841132223606,0.1045328751206398,0.0,1.9438668489456177,1.8994098901748657,-0.01091453805565834,0.002451027976348996,0.36808398365974426,0.5642193555831909,0.6402473747730255,1433.0,366848.0,8924.07647259999,23478272.0 +86.25,9.300000190734863,2702.0,0.008364694193005562,0.1007893905043602,0.0,1.9057050943374634,1.9475141763687134,-0.009012316353619099,0.002440717304125428,0.3093487322330475,0.5591595768928528,0.6821253299713135,1434.0,367104.0,8930.138835892081,23494656.0 +108.76,8.600000381469727,2684.0,0.008119775913655758,0.1012369766831398,0.0,1.9335522651672363,1.919398307800293,-0.010240613482892513,0.0024324406404048204,0.3767731189727783,0.5583800673484802,0.6674822270870209,1435.0,367360.0,8936.243279436138,23511040.0 +121.06,8.699999809265137,2744.0,0.007796840276569128,0.0969645157456398,0.0,1.9203897714614868,1.93415105342865,-0.009947845712304115,0.0024261754006147385,0.35073933005332947,0.5612215995788574,0.6984225511550903,1436.0,367616.0,8942.21334657399,23527424.0 +140.43,8.199999809265137,2686.0,0.012167834676802158,0.1183064803481102,0.0,1.9392999410629272,1.954372525215149,-0.012064510025084019,0.002428109524771571,0.3789072036743164,0.5673996210098267,0.6865349113941193,1437.0,367872.0,8948.312760042958,23543808.0 +133.83,8.100000381469727,2664.0,0.006141858175396919,0.0732421875,0.0,1.9756871461868286,1.9436101913452148,-0.010114151984453201,0.0024142388720065355,0.4620489776134491,0.5670936703681946,0.6621721982955933,1438.0,368128.0,8954.463051313069,23560192.0 +106.04,8.899999618530273,2606.0,0.012393827550113201,0.1273193359375,0.0,1.890810489654541,1.9617711305618286,-0.01219310611486435,0.0024355559144169092,0.2881334722042084,0.5607765316963196,0.7407252788543701,1439.0,368384.0,8960.750940226018,23576576.0 +147.45,8.899999618530273,2617.0,0.009351064451038837,0.1191609725356102,0.0,1.8852996826171875,1.9328533411026,-0.008505627512931824,0.002418791176751256,0.2977690100669861,0.5548538565635681,0.7634725272655487,1440.0,368640.0,8967.012091342127,23592960.0 +156.16,8.800000190734863,2635.0,0.009196853265166283,0.11395263671875,0.0,1.9170502424240112,1.9270912408828735,-0.010965469293296337,0.0024688842240720987,0.31084200739860535,0.5574234127998352,0.6857932209968567,1441.0,368896.0,8973.229024061002,23609344.0 +117.13,9.199999809265137,2634.0,0.011493477039039135,0.1345621794462204,0.0,1.8813714981079102,1.8913164138793945,-0.012800164520740509,0.0024490461219102144,0.26406535506248474,0.5565292239189148,0.7294322550296783,1442.0,369152.0,8979.449202662101,23625728.0 +117.26,9.300000190734863,2640.0,0.010506733320653439,0.1234334334731102,0.0,1.9593583345413208,1.8776960372924805,-0.012738528661429882,0.002455582609400153,0.41340360045433044,0.5563804507255554,0.6039080619812012,1443.0,369408.0,8985.65482556913,23642112.0 +72.83,9.300000190734863,2619.0,0.007657533511519432,0.0892740860581398,0.0,1.9841338396072388,1.8691641092300415,-0.011733811348676682,0.0024535146076232195,0.447488397359848,0.5640577077865601,0.6368408203125,1444.0,369664.0,8991.909089177148,23658496.0 +76.12,9.5,2684.0,0.009655882604420185,0.1201578751206398,0.0,1.909434199333191,1.9229432344436646,-0.011152387596666813,0.002436296083033085,0.29255542159080505,0.5753902792930603,0.7147473096847534,1445.0,369920.0,8998.01449021604,23674880.0 +101.23,9.100000381469727,2556.0,0.009363115765154362,0.1144612655043602,0.0,1.9330822229385376,1.9008699655532837,-0.012223201803863049,0.0024240361526608467,0.3603469133377075,0.5721225142478943,0.6922160089015961,1446.0,370176.0,9004.423340057954,23691264.0 +85.48,9.399999618530273,2663.0,0.010427274741232395,0.12567138671875,0.0,1.8739553689956665,1.9255889654159546,-0.0104830926284194,0.0024251285940408707,0.2406499981880188,0.5708047747612,0.7399392127990723,1447.0,370432.0,9010.575665462995,23707648.0 +148.49,8.5,2634.0,0.009196019731462002,0.1146036759018898,0.0,1.9666109085083008,1.8985553979873657,-0.011900653131306171,0.002441727789118886,0.40955087542533875,0.5718576908111572,0.6562262177467346,1448.0,370688.0,9016.795160121983,23724032.0 +123.7,8.5,2644.0,0.010035650804638863,0.0959065780043602,0.0,1.986778736114502,1.9102336168289185,-0.010777599178254604,0.0024424779694527388,0.4499998986721039,0.57041996717453,0.6211903393268585,1449.0,370944.0,9022.99229361699,23740416.0 +126.93,9.199999809265137,2601.0,0.009936867281794548,0.1164957657456398,0.0,1.9013983011245728,1.9270997047424316,-0.013323773629963398,0.0024423475842922926,0.297434002161026,0.5641019940376282,0.6933392584323883,1450.0,371200.0,9029.291054234141,23756800.0 +92.07,9.399999618530273,2569.0,0.011656757444143295,0.139892578125,0.0,1.910046100616455,1.8778201341629028,-0.01042748149484396,0.002420358592644334,0.3064270317554474,0.5758587718009949,0.6772216558456421,1451.0,371456.0,9035.66906678304,23773184.0 +98.66,8.699999809265137,2627.0,0.008989173918962479,0.0925089493393898,0.0,1.990723729133606,1.8715720176696777,-0.009860734455287457,0.0024320727679878473,0.46850767731666565,0.5690099000930786,0.6569037437438965,1452.0,371712.0,9041.905144206947,23789568.0 +96.48,8.899999618530273,2561.0,0.008368335664272308,0.10650634765625,0.0,1.9375861883163452,1.8744858503341675,-0.011044957675039768,0.0024333358742296696,0.3613388240337372,0.5700386166572571,0.6995112895965576,1453.0,371968.0,9048.301522903144,23805952.0 +106.8,9.100000381469727,2621.0,0.008906351402401924,0.1076863631606102,0.0,1.924263596534729,1.8803205490112305,-0.012055076658725739,0.0024447643663734198,0.31985118985176086,0.5728142261505127,0.7114054560661316,1454.0,372224.0,9054.55175917712,23822336.0 +85.7,9.0,2662.0,0.01106166373938322,0.1337076872587204,0.0,1.887568473815918,1.9176682233810425,-0.011100142262876034,0.002447359263896942,0.27517589926719666,0.5565776824951172,0.7240374088287354,1455.0,372480.0,9060.709974739002,23838720.0 +122.29,8.899999618530273,2647.0,0.012973579578101635,0.0887654647231102,0.0,1.9172725677490234,1.8936265707015991,-0.009976403787732124,0.0024482510052621365,0.3364394009113312,0.5538398623466492,0.638696551322937,1456.0,372736.0,9066.899246352026,23855104.0 +115.0,8.5,2627.0,0.008647056296467781,0.10736083984375,0.0,1.9934206008911133,1.8898686170578003,-0.011711529456079006,0.0024448561016470194,0.4563474953174591,0.5734286904335022,0.6036102771759033,1457.0,372992.0,9073.135225228034,23871488.0 +83.69,9.300000190734863,2608.0,0.009896538220345974,0.1206258162856102,0.0,1.9153543710708618,1.8712671995162964,-0.01237557828426361,0.0024435410741716623,0.32523295283317566,0.5620555281639099,0.6780562698841095,1458.0,373248.0,9079.416370229097,23887872.0 +100.09,9.199999809265137,2605.0,0.014993210323154926,0.15557861328125,0.0,1.8721615076065063,1.8804196119308472,-0.011800398118793964,0.0024413662031292915,0.2372141033411026,0.5634759664535522,0.7429801821708679,1459.0,373504.0,9085.705864076037,23904256.0 +136.62,8.800000190734863,2636.0,0.010932885110378265,0.14300537109375,0.0,1.950069546699524,1.906956672668457,-0.010816282592713833,0.0024559737648814917,0.35901007056236267,0.5724638104438782,0.6565137505531311,1460.0,373760.0,9091.921877534129,23920640.0 +116.76,8.899999618530273,2602.0,0.009968389756977558,0.1248372420668602,0.0,1.9250990152359009,1.9003809690475464,-0.011955413967370987,0.002419976983219385,0.3658546507358551,0.5631421804428101,0.6726062297821045,1461.0,374016.0,9098.218350904062,23937024.0 +125.09,9.0,2658.0,0.018211813643574715,0.1302083283662796,0.0,1.8906668424606323,1.9085588455200195,-0.012173782102763653,0.0024345400743186474,0.2947348654270172,0.5572884678840637,0.7150985598564148,1462.0,374272.0,9104.382475835038,23953408.0 +119.91,9.199999809265137,2609.0,0.010270186699926853,0.1195475235581398,0.0,1.9271990060806274,1.8743820190429688,-0.014406786300241947,0.002431323518976569,0.3502766788005829,0.5695492625236511,0.6786559522151947,1463.0,374528.0,9110.662038295064,23969792.0 +89.8,9.300000190734863,2749.0,0.00988014042377472,0.1230672225356102,0.0,1.8984404802322388,1.8870587348937988,-0.011936955153942108,0.0024131417740136385,0.30585339665412903,0.5697502493858337,0.7193970680236816,1464.0,374784.0,9116.620870015118,23986176.0 +121.97,8.800000190734863,2733.0,0.008204351179301739,0.09552001953125,0.0,1.9328888654708862,1.8737139701843262,-0.012752941809594631,0.0024314946494996548,0.3590475022792816,0.5691079497337341,0.6812485456466675,1465.0,375040.0,9122.615517596947,24002560.0 +77.52,9.199999809265137,2737.0,0.011337288655340672,0.1201375350356102,0.0,1.9219255447387695,1.877811074256897,-0.012126912362873554,0.002423642436042428,0.34931764006614685,0.5663506984710693,0.6725891530513763,1466.0,375296.0,9128.602187998127,24018944.0 +120.11,8.399999618530273,2739.0,0.006828727200627327,0.0795694962143898,0.0,2.0481297969818115,1.8475819826126099,-0.01054959837347269,0.0024218468461185694,0.5728191137313843,0.579822301864624,0.5990046262741089,1467.0,375552.0,9134.5831246241,24035328.0 +81.48,9.600000381469727,2688.0,0.007616442162543535,0.0861409530043602,0.0,1.8599482774734497,1.838254451751709,-0.012288275174796581,0.002422709483653307,0.22264240682125092,0.5679436326026917,0.7682437747716904,1468.0,375808.0,9140.67829587101,24051712.0 +106.5,8.699999809265137,2709.0,0.00962173379957676,0.117431640625,0.0,1.950271487236023,1.8739399909973145,-0.011539686471223831,0.0024431936908513308,0.3870958983898163,0.5654057860374451,0.6582131087779999,1469.0,376064.0,9146.726375810103,24068096.0 +131.43,8.699999809265137,2742.0,0.008142629638314247,0.102294921875,0.0,1.9313817024230957,1.8572596311569214,-0.011098351329565048,0.0024324862752109766,0.3437718451023102,0.572923481464386,0.6801681220531464,1470.0,376320.0,9152.701431612018,24084480.0 +86.61,9.600000381469727,2683.0,0.009155948646366596,0.1017862930893898,0.0,1.9235901832580566,1.834565281867981,-0.011896566487848759,0.0024307987187057734,0.32406070828437805,0.5764027237892151,0.6689414381980896,1471.0,376576.0,9158.807799712988,24100864.0 +109.81,8.899999618530273,2632.0,0.0085257263854146,0.1026407852768898,0.0,1.9637953042984009,1.828236699104309,-0.009717973880469799,0.002436575945466757,0.4311251640319824,0.5579450726509094,0.6037818193435669,1472.0,376832.0,9165.033999759005,24117248.0 +113.08,8.699999809265137,2628.0,0.007382504176348448,0.0889485701918602,0.0,1.9476975202560425,1.849091649055481,-0.010386045090854168,0.0024249935522675514,0.4015531539916992,0.5633007884025574,0.6236913502216339,1473.0,377088.0,9171.267193706008,24133632.0 +125.35,9.0,2662.0,0.009545947425067425,0.1108601912856102,0.0,1.9109430313110352,1.8787857294082642,-0.0121992789208889,0.0024388760793954134,0.3120221793651581,0.5664809346199036,0.6686016619205475,1474.0,377344.0,9177.422488925047,24150016.0 +125.38,8.899999618530273,2689.0,0.01074282918125391,0.134521484375,0.0,1.9143835306167603,1.8618839979171753,-0.014490551315248013,0.0024272024165838957,0.33227962255477905,0.5677520632743835,0.6881881356239319,1475.0,377600.0,9183.515139128082,24166400.0 +115.06,8.800000190734863,2735.0,0.009826990775763988,0.1088053360581398,0.0,1.9101141691207886,1.8774532079696655,-0.012339037843048573,0.0024271036963909864,0.3054157495498657,0.5749682188034058,0.7085416316986084,1476.0,377856.0,9189.50721523515,24182784.0 +101.92,9.199999809265137,2618.0,0.013395454734563828,0.1424153596162796,0.0,1.8787870407104492,1.9174976348876953,-0.012484018690884113,0.00242288364097476,0.2655124366283417,0.5662477612495422,0.7232903838157654,1477.0,378112.0,9195.764810606139,24199168.0 +111.77,9.100000381469727,2671.0,0.015214558690786362,0.1307779997587204,0.0,1.952931523323059,1.870566725730896,-0.013125362806022167,0.0024212407879531384,0.40664026141166687,0.5708216428756714,0.6362423300743103,1478.0,378368.0,9201.898611190962,24215552.0 +116.34,8.899999618530273,2553.0,0.009814904071390629,0.1125284805893898,0.0,1.9131731986999512,1.8272210359573364,-0.014442325569689274,0.0024155371356755495,0.3456250727176666,0.5653064846992493,0.695875346660614,1479.0,378624.0,9208.315541793127,24231936.0 +76.79,9.5,2558.0,0.011260136030614376,0.1380615234375,0.0,1.9073692560195923,1.8152862787246704,-0.011594843119382858,0.002427378436550498,0.31158557534217834,0.5676351189613342,0.6852356791496277,1480.0,378880.0,9214.721020465018,24248320.0 +110.39,9.300000190734863,2646.0,0.008790984749794006,0.1082967147231102,0.0,1.8821520805358887,1.8573055267333984,-0.011794467456638813,0.0024342250544577837,0.2532753348350525,0.5687692761421204,0.7111163139343262,1481.0,379136.0,9220.914165578084,24264704.0 +106.36,8.800000190734863,2602.0,0.0074258954264223576,0.09674072265625,0.0,1.9281986951828003,1.8662420511245728,-0.011737584136426449,0.002437645336613059,0.3486025333404541,0.565474808216095,0.6587314903736115,1482.0,379392.0,9227.210693544941,24281088.0 +116.49,9.100000381469727,2578.0,0.008666167967021465,0.1011962890625,0.0,1.924678921699524,1.8789218664169312,-0.011942205019295216,0.0024449496995657682,0.33579814434051514,0.5650365948677063,0.7004523575305939,1483.0,379648.0,9233.56453771214,24297472.0 +133.86,9.0,2566.0,0.009103870950639248,0.1097412109375,0.0,1.9079724550247192,1.856293797492981,-0.011209710501134396,0.0024295609910041094,0.3195924460887909,0.563168466091156,0.7048370540142059,1484.0,379904.0,9239.950192101067,24313856.0 +110.15,9.0,2678.0,0.01006448082625866,0.12164306640625,0.0,1.964906096458435,1.834920883178711,-0.011902124620974064,0.002432579407468438,0.40512311458587646,0.5763060450553894,0.6482175290584564,1485.0,380160.0,9246.067355829058,24330240.0 +133.44,9.199999809265137,2671.0,0.014057819731533527,0.1690877228975296,0.0,1.9010515213012695,1.8154491186141968,-0.014433973468840122,0.002442775759845972,0.2743687331676483,0.575067400932312,0.7177760303020477,1486.0,380416.0,9252.201664882945,24346624.0 +134.95,8.899999618530273,2656.0,0.009742463007569313,0.12115478515625,0.0,1.9459377527236938,1.7962431907653809,-0.01100696250796318,0.002434123307466507,0.37577104568481445,0.5699602961540222,0.6692340672016144,1487.0,380672.0,9258.370442704996,24363008.0 +101.28,9.199999809265137,2652.0,0.010915386490523815,0.1372477263212204,0.0,1.9118667840957642,1.8099002838134766,-0.013839022256433964,0.0024263986852020025,0.3158065974712372,0.5727019309997559,0.6950823366641998,1488.0,380928.0,9264.548958647996,24379392.0 +102.23,9.199999809265137,2613.0,0.010254048742353916,0.1256306916475296,0.0,1.888081669807434,1.8175832033157349,-0.01188596710562706,0.002417139243334532,0.2935148775577545,0.5628163814544678,0.7350371778011322,1489.0,381184.0,9270.820167890051,24395776.0 +131.0,8.800000190734863,2658.0,0.011730016209185123,0.1383260041475296,0.0,1.9145169258117676,1.831404209136963,-0.012094508856534958,0.002422197023406625,0.33534809947013855,0.5661529898643494,0.7208717167377472,1490.0,381440.0,9276.982726342976,24412160.0 +114.49,9.399999618530273,2538.0,0.009338777512311935,0.10601806640625,0.0,1.8709896802902222,1.8378454446792603,-0.010849363170564175,0.002426033839583397,0.23731249570846558,0.5685441493988037,0.7571518272161484,1491.0,381696.0,9283.438853248022,24428544.0 +98.38,9.0,2696.0,0.012317019514739513,0.1229451522231102,0.0,1.964786410331726,1.8408194780349731,-0.01329259853810072,0.002425815211609006,0.4131454527378082,0.5770066380500793,0.6633782386779785,1492.0,381952.0,9289.514891905012,24444928.0 +102.74,9.199999809265137,2646.0,0.0117368558421731,0.1366984099149704,0.0,1.8946698904037476,1.846059799194336,-0.013760630041360855,0.0024227583780884743,0.28364166617393494,0.5736913681030273,0.7216214537620544,1493.0,382208.0,9295.706696572946,24461312.0 +101.34,9.100000381469727,2671.0,0.010468726046383381,0.1311238557100296,0.0,1.895189642906189,1.8610860109329224,-0.012591928243637085,0.002416019793599844,0.2833058834075928,0.5767297148704529,0.7370892465114594,1494.0,382464.0,9301.839238737011,24477696.0 +123.14,8.699999809265137,2677.0,0.008591202087700367,0.1083170548081398,0.0,1.9342256784439087,1.8804210424423218,-0.010679282248020172,0.002424284815788269,0.35587790608406067,0.5736278891563416,0.678092747926712,1495.0,382720.0,9307.960226013092,24494080.0 +149.91,9.100000381469727,2617.0,0.01006612554192543,0.1263834685087204,0.0,1.938477873802185,1.8596386909484863,-0.012533958069980145,0.002432320499792695,0.3770972490310669,0.5648995041847229,0.6804942786693573,1496.0,382976.0,9314.221277222969,24510464.0 +94.85,9.5,2574.0,0.010930731892585754,0.1291910856962204,0.0,1.8597685098648071,1.880974292755127,-0.012623856775462627,0.0024209131952375174,0.22265179455280304,0.5694193840026855,0.7799437642097473,1497.0,383232.0,9320.585589834955,24526848.0 +154.23,9.0,2546.0,0.012225433252751827,0.1599934846162796,0.0,1.888688087463379,1.8836917877197266,-0.014083031564950943,0.0024274790193885565,0.28315863013267517,0.5662894248962402,0.7433149814605713,1498.0,383488.0,9327.019722090103,24543232.0 +119.01,9.399999618530273,2575.0,0.014250066131353378,0.13214111328125,0.0,1.884863018989563,1.853485107421875,-0.011407033540308475,0.0024158975575119257,0.2663933336734772,0.5736594796180725,0.763140931725502,1499.0,383744.0,9333.382862051949,24559616.0 +152.7,8.800000190734863,2693.0,0.008443362079560757,0.09930419921875,0.0,1.914633870124817,1.8538397550582886,-0.011827933602035046,0.002421631244942546,0.30805715918540955,0.5801560878753662,0.7452593445777893,1500.0,384000.0,9339.466295565944,24576000.0 +118.71,8.800000190734863,2607.0,0.008229468017816544,0.0946858748793602,0.0,1.9302459955215454,1.8566757440567017,-0.012912916950881481,0.002441562945023179,0.3419325053691864,0.5699777603149414,0.7097212970256805,1501.0,384256.0,9345.750374636147,24592384.0 +100.43,8.699999809265137,2616.0,0.00818958505988121,0.0981852188706398,0.0,1.9473280906677246,1.8530267477035522,-0.011158415116369724,0.002433371962979436,0.3871288299560547,0.5667667984962463,0.6773893535137177,1502.0,384512.0,9352.013988871127,24608768.0 +121.47,8.600000381469727,2586.0,0.009671642445027828,0.1128133162856102,0.0,1.9764224290847778,1.859232783317566,-0.012023498304188251,0.002463147509843111,0.4156850576400757,0.5676218867301941,0.6450467705726624,1503.0,384768.0,9358.349887066055,24625152.0 +120.18,8.899999618530273,2697.0,0.009456335566937923,0.10296630859375,0.0,1.9350481033325195,1.8146029710769653,-0.014184467494487762,0.0024361207615584135,0.3664102852344513,0.5661129355430603,0.6549338698387146,1504.0,385024.0,9364.42363292398,24641536.0 +91.36,9.199999809265137,2677.0,0.009993470273911953,0.11907958984375,0.0,1.9062567949295044,1.8375524282455444,-0.011957195587456226,0.002442015800625086,0.2803586423397064,0.5754022598266602,0.697347491979599,1505.0,385280.0,9370.544798398158,24657920.0 +100.49,8.899999618530273,2647.0,0.010973811149597168,0.1197713240981102,0.0,1.9527114629745483,1.8162651062011719,-0.00916502345353365,0.0024172719568014145,0.3924626410007477,0.575171709060669,0.6625697314739227,1506.0,385536.0,9376.734613836976,24674304.0 +97.32,9.0,2661.0,0.009691162034869194,0.1169026717543602,0.0,1.8924962282180786,1.8096867799758911,-0.01458012592047453,0.0024146137293428183,0.2927243411540985,0.5715042948722839,0.683267742395401,1507.0,385792.0,9382.89041082398,24690688.0 +121.66,8.899999618530273,2675.0,0.009668620303273201,0.1271769255399704,0.0,1.9216612577438354,1.86439049243927,-0.011220813728868961,0.002429339336231351,0.34595930576324463,0.5638765096664429,0.6573120057582855,1508.0,386048.0,9389.014733835123,24707072.0 +84.79,8.699999809265137,2599.0,0.00922240037471056,0.1050008162856102,0.0,1.9353975057601929,1.868577480316162,-0.012576033361256123,0.002409755252301693,0.38336822390556335,0.5700976252555847,0.6803666055202484,1509.0,386304.0,9395.318660271121,24723456.0 +102.74,9.100000381469727,2726.0,0.010898572392761707,0.1360066682100296,0.0,1.9307228326797485,1.85946786403656,-0.01259650383144617,0.0024433855433017015,0.3348965644836426,0.5727734565734863,0.6541187167167664,1510.0,386560.0,9401.330467836,24739840.0 +123.21,9.0,2668.0,0.009386539459228516,0.1105143204331398,0.0,1.92433500289917,1.8566656112670898,-0.014361973851919174,0.0024279076606035233,0.336116760969162,0.5752514004707336,0.6859217286109924,1511.0,386816.0,9407.472255846951,24756224.0 +122.97,9.0,2709.0,0.009913020767271519,0.1117146834731102,0.0,1.9223179817199707,1.854741096496582,-0.012567550875246525,0.002439937088638544,0.33013221621513367,0.5683982968330383,0.6716175973415375,1512.0,387072.0,9413.519620314008,24772608.0 +89.84,8.899999618530273,2672.0,0.007345643360167742,0.0856526717543602,0.0,1.9395838975906372,1.8665083646774292,-0.011971555650234222,0.002441858174279332,0.36970534920692444,0.5644388198852539,0.6711803078651428,1513.0,387328.0,9419.651100289077,24788992.0 +121.82,9.0,2712.0,0.009294017218053341,0.1148681640625,0.0,1.900957465171814,1.8917794227600098,-0.009729673154652119,0.002438351046293974,0.29388079047203064,0.5634886622428894,0.72624871134758,1514.0,387584.0,9425.692728454946,24805376.0 +103.89,9.300000190734863,2766.0,0.012082744389772415,0.1428019255399704,0.0,1.9042948484420776,1.8834409713745117,-0.010149005800485611,0.002417381387203932,0.3073498010635376,0.5709128379821777,0.7359253764152527,1515.0,387840.0,9431.616214873968,24821760.0 +115.73,9.0,2683.0,0.009426980279386044,0.1142781600356102,0.0,1.9200881719589233,1.8879785537719727,-0.011270093731582165,0.002418608171865344,0.34293439984321594,0.5694665908813477,0.7342796325683594,1516.0,388096.0,9437.723160891095,24838144.0 +125.45,9.300000190734863,2607.0,0.010574971325695515,0.1353352814912796,0.0,1.892545223236084,1.8861627578735352,-0.012703797779977322,0.0024355233181267977,0.2624807059764862,0.5751084089279175,0.7520771026611328,1517.0,388352.0,9444.00632339809,24854528.0 +107.74,9.0,2628.0,0.017848193645477295,0.1294148713350296,0.0,1.9361052513122559,1.8346725702285767,-0.01150277629494667,0.0024509599898010492,0.3443666696548462,0.5682912468910217,0.6727516651153564,1518.0,388608.0,9450.239861167036,24870912.0 +96.24,8.800000190734863,2572.0,0.008151184767484665,0.1016845703125,0.0,1.9687541723251343,1.8449387550354004,-0.010356857441365719,0.002469972474500537,0.40197405219078064,0.5615869164466858,0.6557679772377014,1519.0,388864.0,9456.610709344968,24887296.0 +116.22,9.199999809265137,2551.0,0.00849098153412342,0.1070760115981102,0.0,1.9383325576782227,1.8624118566513062,-0.011550060473382473,0.0024657328613102436,0.3165338933467865,0.5773733258247375,0.6930148005485535,1520.0,389120.0,9463.031898414018,24903680.0 +95.98,9.5,2594.0,0.00923937652260065,0.1135050430893898,0.0,1.8914545774459839,1.8595104217529297,-0.013521053828299046,0.002483896678313613,0.23621706664562225,0.5635140538215637,0.7522340714931488,1521.0,389376.0,9469.3470203951,24920064.0 +106.64,9.199999809265137,2626.0,0.011030235327780247,0.1459757536649704,0.0,1.9370378255844116,1.8839807510375977,-0.0113515704870224,0.0024703163653612137,0.32231009006500244,0.5709158778190613,0.6799881458282471,1522.0,389632.0,9475.58529868396,24936448.0 +79.55,9.100000381469727,2682.0,0.010788419283926487,0.1309000700712204,0.0,1.9390254020690918,1.8668456077575684,-0.0139603391289711,0.002439856296405196,0.34849682450294495,0.577477753162384,0.6882562935352325,1523.0,389888.0,9481.69291307102,24952832.0 +116.77,9.0,2587.0,0.010473149828612804,0.12890625,0.0,1.920892357826233,1.880349040031433,-0.011780035682022572,0.0024564017076045275,0.3113257586956024,0.5676119327545166,0.6867977380752563,1524.0,390144.0,9488.025272281142,24969216.0 +80.74,9.5,2656.0,0.01014090795069933,0.1272786408662796,0.0,1.9063042402267456,1.8520210981369019,-0.012469337321817875,0.0024386870209127665,0.30036041140556335,0.56777024269104,0.6720604598522186,1525.0,390400.0,9494.192656961968,24985600.0 diff --git a/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..71aaa8ecb46c882f44a343375ab86bda0f7315dd --- /dev/null +++ b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +83.72,-3.3399999141693115,337.0,0.00504628149792552,0.0466105155646801,0.0,0.15652629733085632,2.703040361404419,-0.0005060902331024408,0.0037206748966127634,0.3681255578994751,0.2299700230360031,0.004374384880065918,1.0,256.0,48.49982251692563,16384.0 +87.09,-3.0899999141693115,2627.0,0.0048948475159704685,0.0380655936896801,0.0,0.05314229428768158,2.702981948852539,-0.0018714017933234572,0.003722554072737694,0.16408701241016388,0.13135971128940582,0.030778110027313232,2.0,512.0,54.73814934794791,32768.0 +77.96,-2.4100000858306885,2575.0,0.006776168942451477,0.0643107071518898,0.0,0.04920278117060661,2.688828229904175,-0.002011027419939637,0.003722165944054723,0.15620417892932892,0.16262614727020264,0.08960872888565063,3.0,768.0,61.10071638203226,49152.0 +90.95,-2.1600000858306885,2607.0,0.005675654858350754,0.0478922538459301,0.0,0.042619626969099045,2.6786699295043945,-0.0006531697581522167,0.003721468150615692,0.14011897146701813,0.22848893702030182,0.16620951890945435,4.0,1024.0,67.38519342406653,65536.0 +82.83,-2.240000009536743,2583.0,0.005112212151288986,0.0397745780646801,0.0,0.045102328062057495,2.679143190383911,-0.0003355217631906271,0.0037213547620922327,0.14445854723453522,0.2594134211540222,0.23275983333587646,5.0,1280.0,73.72810193896294,81920.0 +79.41,-1.9800000190734863,2605.0,0.005303423386067152,0.03369140625,0.0,0.03003089688718319,2.6662039756774902,-9.300809324486181e-05,0.003719322383403778,0.1135718896985054,0.3247712254524231,0.3492034077644348,6.0,1536.0,80.0179561660625,98304.0 +83.0,-2.2699999809265137,2581.0,0.006768941879272461,0.0564168281853199,0.0,0.039652008563280106,2.672496795654297,0.0003759681712836027,0.0037185808178037405,0.13200202584266663,0.3018881380558014,0.37850522994995117,7.0,1792.0,86.36887710588053,114688.0 +84.66,-2.450000047683716,2595.0,0.006317757070064545,0.0615437813103199,0.0,0.03882187604904175,2.672999143600464,-0.00028191658202558756,0.0037180266808718443,0.13166753947734833,0.2559545338153839,0.39807748794555664,8.0,2048.0,92.68257513898425,131072.0 +88.8,-2.8299999237060547,2520.0,0.006229746621102095,0.0620320625603199,0.0,0.031886231154203415,2.662156343460083,-0.00020298203162383288,0.003716026432812214,0.11742155998945236,0.24434204399585724,0.4348202347755432,9.0,2304.0,99.18393753189594,147456.0 +81.59,-3.0399999618530273,2541.0,0.005041245836764574,0.0450032539665699,0.0,0.03373172879219055,2.6673800945281982,0.001303105498664081,0.003714046673849225,0.11820483952760696,0.25933459401130676,0.47703200578689575,10.0,2560.0,105.63270482909866,163840.0 +83.84,-2.640000104904175,2562.0,0.006321998313069344,0.05126953125,0.0,0.02941032685339451,2.663668394088745,-0.00021767179714515805,0.0037134161684662104,0.11252937465906143,0.2635921835899353,0.47447896003723145,11.0,2816.0,112.02766058710404,180224.0 +83.94,-3.130000114440918,2575.0,0.006034598220139742,0.0629679337143898,0.0,0.03211388736963272,2.6568448543548584,-1.3461991329677403e-05,0.00371122476644814,0.11739158630371094,0.2427668422460556,0.5149616599082947,12.0,3072.0,118.38960908493027,196608.0 +84.46,-2.3299999237060547,2582.0,0.005883738398551941,0.0582275390625,0.0,0.024666285142302513,2.6534721851348877,-0.0013381174067035317,0.00369487632997334,0.10507825016975403,0.3702728748321533,0.5470510423183441,13.0,3328.0,124.73568716691807,212992.0 +80.58,-2.4600000381469727,2555.0,0.005670115817338228,0.0558268241584301,0.0,0.0246932040899992,2.6632444858551025,-0.002203782554715872,0.0036734112072736025,0.10705887526273727,0.578548014163971,0.5436490178108215,14.0,3584.0,131.14653251809068,229376.0 +84.75,-1.6799999475479126,2467.0,0.005549327936023474,0.0618082694709301,0.0,0.01792919635772705,2.6640639305114746,-0.003420245600864291,0.0036525537725538015,0.09598014503717422,0.5988125205039978,0.5482893884181976,15.0,3840.0,137.78758797608316,245760.0 +78.85,-1.4600000381469727,2581.0,0.005722277332097292,0.0637410506606102,0.0,0.012643177062273026,2.650965452194214,-0.0040063331834971905,0.0036342956591397524,0.08631832152605057,0.5566169619560242,0.5397512018680573,16.0,4096.0,144.1350096820388,262144.0 +78.27,-1.149999976158142,2597.0,0.005081790965050459,0.0600179024040699,0.0,0.0034084729850292206,2.6302289962768555,-0.0051660845056176186,0.0036259714979678392,0.06975368410348892,0.5902397036552429,0.5420460999011993,17.0,4352.0,150.44263182301074,278528.0 +76.67,-0.9800000190734863,2553.0,0.006643418688327074,0.0814005509018898,0.0,0.005013430956751108,2.600092649459839,-0.0050907074473798275,0.003591151675209403,0.07221013307571411,0.7726700305938721,0.6054244637489319,18.0,4608.0,156.8605349850841,294912.0 +81.33,-0.8799999952316284,2601.0,0.004609923344105482,0.0475260429084301,0.0,0.0038968119770288467,2.595059394836426,-0.0047118705697357655,0.0035966699942946434,0.06911855190992355,0.735569179058075,0.5715377926826477,19.0,4864.0,163.15928296209313,311296.0 +75.08,-0.47999998927116394,2595.0,0.0071042198687791824,0.0909423828125,0.0,-0.0017973209032788873,2.590703010559082,-0.004847572185099125,0.003548604669049382,0.05791455879807472,0.8460525870323181,0.466259241104126,20.0,5120.0,169.47365544806235,327680.0 +77.67,-0.07999999821186066,2561.0,0.006525326054543257,0.0774739608168602,0.0,-0.00852266512811184,2.5908970832824707,-0.005563624203205109,0.0035286967176944017,0.04589986801147461,0.7487325668334961,0.47601068019866943,21.0,5376.0,175.87133105797693,344064.0 +80.01,-0.23000000417232513,2516.0,0.007794319186359644,0.1013387069106102,0.0,-0.007201189175248146,2.5804617404937744,-0.0050807842053473,0.0034911800175905228,0.04736841842532158,0.8482492566108704,0.44411784410476685,22.0,5632.0,182.38445771904662,360448.0 +74.74,-0.23999999463558197,2623.0,0.007664935197681189,0.0963338240981102,0.0,-0.007848822511732578,2.60715651512146,-0.006393143441528082,0.003519570454955101,0.04923176392912865,0.7772263884544373,0.4301481246948242,23.0,5888.0,188.63145658001304,376832.0 +79.44,-0.019999999552965164,2646.0,0.007694726809859276,0.0976969376206398,0.0,-0.012944613583385944,2.603360176086426,-0.004323948640376329,0.003482438623905182,0.034825876355171204,0.86288982629776,0.498884916305542,24.0,6144.0,194.8229182609357,393216.0 +77.07,0.41999998688697815,2592.0,0.008430355228483677,0.1087239608168602,0.0,-0.016112973913550377,2.593932628631592,-0.006500429008156061,0.003467170288786292,0.0326535664498806,0.8461644649505615,0.4640771746635437,25.0,6400.0,201.14232034003362,409600.0 +81.26,0.699999988079071,2550.0,0.007717454805970192,0.1007486954331398,0.0,-0.014016613364219666,2.575551748275757,-0.003628705395385623,0.003452220233157277,0.030735217034816742,0.9355539679527283,0.20973217487335205,26.0,6656.0,207.56802714895457,425984.0 +78.56,0.4699999988079071,2579.0,0.00925143901258707,0.1198323592543602,0.0,-0.014405507594347,2.5751030445098877,-0.007751279976218939,0.0034194309264421463,0.038193609565496445,1.2090497016906738,0.35785025358200073,27.0,6912.0,213.9209822670091,442368.0 +77.5,0.6100000143051147,2555.0,0.008977859281003475,0.1135457381606102,0.0,-0.01703535206615925,2.5811960697174072,-0.007062674965709448,0.003453081240877509,0.03167856112122536,1.0228546857833862,0.4210279583930969,28.0,7168.0,220.3329677360598,458752.0 +81.83,1.0099999904632568,2645.0,0.010417723096907139,0.1375732421875,0.0,-0.014617092907428741,2.5652856826782227,-0.007222270127385855,0.0034253180492669344,0.03651606664061546,0.9923837184906006,0.3473615050315857,29.0,7424.0,226.52830229094252,475136.0 +80.26,1.440000057220459,2651.0,0.011269387789070606,0.1539713591337204,0.0,-0.013677302747964859,2.561495542526245,-0.002336813835427165,0.0033913615625351667,0.02854892425239086,1.0726205110549927,0.4636181592941284,30.0,7680.0,232.70760890003294,491520.0 +82.95,1.2100000381469727,2527.0,0.010195630602538586,0.1357625275850296,0.0,-0.017337465658783913,2.542192220687866,-0.006833076477050781,0.0033915869425982237,0.029835062101483345,1.034785270690918,0.4631657600402832,31.0,7936.0,239.19016772904433,507904.0 +85.61,1.3700000047683716,2562.0,0.012140012346208096,0.1625773161649704,0.0,-0.014534118585288525,2.543912887573242,-0.00449329474940896,0.0033813819754868746,0.030796615406870842,1.0535094738006592,0.5357418060302734,32.0,8192.0,245.5843445470091,524288.0 +89.21,1.7699999809265137,2560.0,0.010933724232017994,0.14508056640625,0.0,-0.015998901799321175,2.5435237884521484,-0.006687337998300791,0.0034057300072163343,0.032247353345155716,1.0450233221054077,0.55742147564888,33.0,8448.0,251.98573284596205,540672.0 +88.3,1.7100000381469727,2597.0,0.009297695010900497,0.11962890625,0.0,-0.017083441838622093,2.531142234802246,-0.009077225811779499,0.003388053737580776,0.03461041674017906,1.057084321975708,0.5854299962520599,34.0,8704.0,258.29345689108595,557056.0 +90.42,1.559999942779541,2591.0,0.011668029241263866,0.1482747346162796,0.0,-0.009668976999819279,2.5041613578796387,-0.004320281092077494,0.0033913515508174896,0.039385825395584106,1.0011723041534424,0.6026059687137604,35.0,8960.0,264.6176976610441,573440.0 +92.87,1.9500000476837158,2583.0,0.011541816405951977,0.1514485627412796,0.0,-0.012391497381031513,2.5030505657196045,-0.006577156484127045,0.0033898481633514166,0.03843233361840248,1.0759612321853638,0.6850007772445679,36.0,9216.0,270.9600714088883,589824.0 +102.83,2.0899999141693115,2547.0,0.01380945835262537,0.1830240935087204,0.0,-0.0026034899055957794,2.5096242427825928,-0.000684057071339339,0.0033971061930060387,0.046353619545698166,1.002846121788025,0.6539484262466431,37.0,9472.0,277.3928217210341,606208.0 +106.99,2.5,2519.0,0.009739995934069157,0.1266276091337204,0.0,-0.014330938458442688,2.5040764808654785,-0.008169311098754406,0.0033449390903115273,0.03775826841592789,1.1704994440078735,0.6889443397521973,38.0,9728.0,283.89611784997396,622592.0 +116.75,2.809999942779541,2595.0,0.01099045667797327,0.1386515349149704,0.0,-0.010081461630761623,2.496969699859619,-0.0052548120729625225,0.0033732957672327757,0.040286093950271606,1.0926971435546875,0.6790759265422821,39.0,9984.0,290.20935925492086,638976.0 +120.33,3.049999952316284,2605.0,0.009091304615139961,0.1177775040268898,0.0,0.013674117624759674,2.5107319355010986,-0.005514219403266907,0.003344799391925335,0.0885913148522377,1.2399094104766846,0.5647222697734833,40.0,10240.0,296.4992380179465,655360.0 +134.48,3.0799999237060547,2650.0,0.011416547931730747,0.1436564177274704,0.0,0.017958706244826317,2.4951682090759277,-0.002694907831028104,0.0033149353694170713,0.09121059626340866,1.8155288696289062,0.5909322500228882,41.0,10496.0,302.6816471370403,671744.0 +123.78,3.130000114440918,2555.0,0.00866827741265297,0.1170247420668602,0.0,0.01670510694384575,2.502959966659546,-0.005469668656587601,0.0033231647685170174,0.09440875798463821,1.6263576745986938,0.5972476601600647,42.0,10752.0,309.0945784540381,688128.0 +141.73,3.7100000381469727,2569.0,0.010905418545007706,0.1390787810087204,0.0,0.0319700725376606,2.48988938331604,-0.00021251046564429998,0.0033511363435536623,0.11416295170783997,1.7661851644515991,0.649989664554596,43.0,11008.0,315.47160882898606,704512.0 +174.48,4.519999980926514,2612.0,0.010465788654983044,0.1448974609375,0.0,0.04834171012043953,2.449617624282837,-0.002224423922598362,0.0033208876848220825,0.15012462437152863,2.3917195796966553,0.5850078761577606,44.0,11264.0,321.744452791987,720896.0 +188.49,6.869999885559082,2653.0,0.010934252291917801,0.1413167268037796,0.0,0.10860517621040344,2.4328348636627197,0.00151164794806391,0.003274323418736458,0.2628437578678131,3.283048391342163,0.6399604678153992,45.0,11520.0,327.9200595160946,737280.0 +193.85,6.599999904632568,2597.0,0.01329116988927126,0.1653238981962204,0.0,0.07674673944711685,2.4081013202667236,0.001596998074091971,0.003281393088400364,0.19846153259277344,3.4316537380218506,0.6835335493087769,46.0,11776.0,334.2285991210956,753664.0 +197.91,6.139999866485596,2612.0,0.008718005381524563,0.1092732772231102,0.0,0.055980633944272995,2.396116018295288,-0.0034428101498633623,0.003247460350394249,0.16676920652389526,3.592350959777832,0.6978636384010315,47.0,12032.0,340.50025058700703,770048.0 +217.59,7.610000133514404,2646.0,0.007581524550914764,0.0940755233168602,0.0,0.05175245925784111,2.3883230686187744,-0.004463928285986185,0.0032341303303837776,0.16019925475120544,3.5748844146728516,0.7344360947608948,48.0,12288.0,346.69284396898,786432.0 +230.51,9.579999923706055,2601.0,0.009020794183015823,0.1136474609375,0.0,0.08174125850200653,2.377727746963501,-0.0065915547311306,0.003185000503435731,0.22422020137310028,5.514560222625732,0.7809221893548965,49.0,12544.0,352.99387013795786,802816.0 +225.75,9.819999694824219,2535.0,0.012740693986415863,0.1639811247587204,0.0,1.0650440454483032,2.427159309387207,0.003930170554667711,0.003426654962822795,0.22640550136566162,0.9170458912849426,0.7706358879804611,50.0,12800.0,359.45608833106235,819200.0 +248.51,11.010000228881836,2562.0,0.012206215411424637,0.15032958984375,0.0,0.9503085613250732,2.4029500484466553,-0.0005794643075205386,0.003354868618771434,0.21941132843494415,0.6635148525238037,0.8190267235040665,51.0,13056.0,365.85083763697185,835584.0 +240.84,9.819999694824219,2587.0,0.007914066314697266,0.0942179337143898,0.0,0.9334806799888611,2.408639669418335,-0.0024473804514855146,0.003317078808322549,0.25551992654800415,0.593238890171051,0.8066373467445374,52.0,13312.0,372.18506162893027,851968.0 +250.33,11.5,2633.0,0.008126468397676945,0.09906005859375,0.0,0.9197776913642883,2.3845207691192627,-0.003662492148578167,0.0032952472101897,0.25648006796836853,0.5684157013893127,0.8313122540712357,53.0,13568.0,378.40807405207306,868352.0 +267.13,11.949999809265137,2618.0,0.0067583718337118626,0.0777994766831398,0.0,0.8856985569000244,2.3864283561706543,-0.006581122521311045,0.0032837444450706244,0.21688872575759888,0.5434696078300476,0.8132854104042053,54.0,13824.0,384.6650334110018,884736.0 +270.44,10.579999923706055,2571.0,0.008305557072162628,0.1006673201918602,0.0,0.8888441920280457,2.3968310356140137,-0.006099586840718985,0.003263863967731595,0.23551268875598907,0.5357043743133545,0.8086499720811844,55.0,14080.0,391.03748162300326,901120.0 +287.37,13.220000267028809,2539.0,0.006567087490111589,0.0758056640625,0.0,0.9009583592414856,2.3886005878448486,-0.0055649359710514545,0.0032579218968749046,0.27806714177131653,0.5122143626213074,0.8390569090843201,56.0,14336.0,397.48932684306055,917504.0 +250.15,10.819999694824219,2542.0,0.012916999869048595,0.16253662109375,0.0,0.8798820972442627,2.3800032138824463,-0.004392687696963549,0.0032449010759592056,0.25105759501457214,0.49483463168144226,0.8352404832839966,57.0,14592.0,403.9330125080887,933888.0 +259.69,11.90999984741211,2487.0,0.006457498297095299,0.0771891251206398,0.0,0.8935547471046448,2.378357172012329,-0.004467853810638189,0.003231308190152049,0.2947482168674469,0.47967758774757385,0.8374757468700409,58.0,14848.0,410.52130902791396,950272.0 +267.75,12.609999656677246,2560.0,0.00623764144256711,0.0692138671875,0.0,0.8751747012138367,2.3719377517700195,-0.00492590619251132,0.0032208242919296026,0.2653057873249054,0.47608551383018494,0.8186324387788773,59.0,15104.0,416.9250658310484,966656.0 +272.07,12.84000015258789,2571.0,0.006720010656863451,0.0790812149643898,0.0,0.905404806137085,2.36187481880188,-0.0038570344913750887,0.0032131357584148645,0.3289963901042938,0.47239550948143005,0.837902158498764,60.0,15360.0,423.2965830229223,983040.0 +268.86,13.720000267028809,2517.0,0.00702948123216629,0.0816446915268898,0.0,0.8771135210990906,2.3664307594299316,-0.005756970960646868,0.003202178282663226,0.2683008015155792,0.48870256543159485,0.8360869437456131,61.0,15616.0,429.80451763188466,999424.0 +282.32,13.479999542236328,2602.0,0.009633822366595268,0.1159464493393898,0.0,0.8784617781639099,2.3567354679107666,-0.002474701264873147,0.003196300705894828,0.289394348859787,0.45761069655418396,0.8241336941719055,62.0,15872.0,436.100870675873,1015808.0 +294.4,14.010000228881836,2638.0,0.008845764212310314,0.1069539412856102,0.0,0.8773607611656189,2.3667116165161133,-0.003388092154636979,0.0031860542949289083,0.286551296710968,0.46634188294410706,0.8387061059474945,63.0,16128.0,442.3124548380729,1032192.0 +309.59,15.569999694824219,2632.0,0.011044266633689404,0.1401570588350296,0.0,0.8865894675254822,2.3584063053131104,-0.0022758254781365395,0.003186609363183379,0.30009084939956665,0.46948322653770447,0.8479011654853821,64.0,16384.0,448.5372168070171,1048576.0 +323.55,16.790000915527344,2594.0,0.013861714862287045,0.1700846403837204,0.0,0.8666836619377136,2.3624651432037354,-0.0002152796951122582,0.0031718790996819735,0.2861921489238739,0.4363269805908203,0.8367214351892471,65.0,16640.0,454.8524498490151,1064960.0 +320.89,15.979999542236328,2572.0,0.012595065869390965,0.15777587890625,0.0,0.9119699597358704,2.3325345516204834,-0.0008997336844913661,0.0031601672526448965,0.36783209443092346,0.45531022548675537,0.8202281296253204,66.0,16896.0,461.2229244329501,1081344.0 +315.0,15.65999984741211,2526.0,0.008920993655920029,0.1163126602768898,0.0,0.862712562084198,2.347527027130127,-0.004927377682179213,0.003163030371069908,0.2972681224346161,0.4273689091205597,0.8583706617355347,67.0,17152.0,467.7091359940823,1097728.0 +318.83,16.200000762939453,2593.0,0.008673254400491714,0.1050211563706398,0.0,0.889265775680542,2.359017848968506,-0.00414239801466465,0.0031506947707384825,0.3466247320175171,0.43679678440093994,0.824695885181427,68.0,17408.0,474.0260840971023,1114112.0 +295.34,13.90999984741211,2651.0,0.01001530047506094,0.1239827498793602,0.0,0.8665403723716736,2.3580284118652344,-0.0036240480840206146,0.0031474214047193527,0.31733086705207825,0.4151463210582733,0.825463056564331,69.0,17664.0,480.2054937670473,1130496.0 +284.95,13.34000015258789,2596.0,0.010546378791332245,0.1384684294462204,0.0,0.8696468472480774,2.36604905128479,-0.0037054962012916803,0.00314552360214293,0.3408854007720947,0.3930729925632477,0.8321007341146469,70.0,17920.0,486.51552881509997,1146880.0 +302.22,14.989999771118164,2563.0,0.0063574351370334625,0.0748087540268898,0.0,0.8560328483581543,2.3708839416503906,-0.004102348815649748,0.0031358373817056417,0.32198768854141235,0.38785088062286377,0.8304163813591003,71.0,18176.0,492.90947712096386,1163264.0 +318.68,15.710000038146973,2583.0,0.006511277984827757,0.0852254256606102,0.0,0.884459912776947,2.3671960830688477,-0.004720419645309448,0.003131310688331723,0.38682952523231506,0.3808811902999878,0.8264366388320923,72.0,18432.0,499.2513470018748,1179648.0 +334.2,16.110000610351562,2473.0,0.010387173853814602,0.1333821564912796,0.0,0.9140467643737793,2.398179292678833,-0.0011936584487557411,0.0031376041006296873,0.45179757475852966,0.3611924350261688,0.8082622438669205,73.0,18688.0,505.87509643496014,1196032.0 +317.86,15.270000457763672,2515.0,0.00699148653075099,0.0867716446518898,0.0,0.9292733073234558,2.393289089202881,-2.4513263269909658e-05,0.003120552748441696,0.46767088770866394,0.38614538311958313,0.8156087398529053,74.0,18944.0,512.3896881588735,1212416.0 +302.6,13.949999809265137,2564.0,0.006644252687692642,0.0767008438706398,0.0,0.8865389227867126,2.4117887020111084,-0.003944746218621731,0.003122112713754177,0.399659663438797,0.37285587191581726,0.769577220082283,75.0,19200.0,518.7799546439201,1228800.0 +308.1,15.09000015258789,2510.0,0.006101212929934263,0.0732828751206398,0.0,0.8433716297149658,2.3973867893218994,-0.006586408242583275,0.003111986443400383,0.31810101866722107,0.3782165050506592,0.8399026840925217,76.0,19456.0,525.30576835596,1245184.0 +311.09,15.619999885559082,2577.0,0.010183115489780903,0.1269124299287796,0.0,0.8588767051696777,2.390794515609741,-0.005161970388144255,0.0031081356573849916,0.34263482689857483,0.38487038016319275,0.8252237737178802,77.0,19712.0,531.6642767940648,1261568.0 +321.37,15.890000343322754,2584.0,0.008875698782503605,0.11712646484375,0.0,0.8852550983428955,2.3853986263275146,-0.0035109641030430794,0.00311479065567255,0.4031928479671478,0.36637604236602783,0.8380760252475739,78.0,19968.0,538.0049020489678,1277952.0 +338.98,17.93000030517578,2530.0,0.006077700760215521,0.0703125,0.0,0.860807478427887,2.382673740386963,-0.004033279605209827,0.003101001726463437,0.3604937493801117,0.36622822284698486,0.8222842812538147,79.0,20224.0,544.4793291909155,1294336.0 +333.31,17.90999984741211,2539.0,0.006396461743861437,0.0711466446518898,0.0,0.8594235777854919,2.410137414932251,-0.0045059663243591785,0.0031002305913716555,0.36773428320884705,0.3550959825515747,0.8240481466054916,80.0,20480.0,550.9308858469594,1310720.0 +325.82,16.969999313354492,2570.0,0.008648480288684368,0.1124674454331398,0.0,0.8592693209648132,2.3953564167022705,-0.0027174362912774086,0.003100741421803832,0.36047089099884033,0.3590099811553955,0.8150525242090225,81.0,20736.0,557.305322813103,1327104.0 +333.78,16.979999542236328,2641.0,0.007551385555416346,0.09173583984375,0.0,0.8725566864013672,2.387253999710083,-0.0016313353553414345,0.003093158593401313,0.3881528079509735,0.35814663767814636,0.8138903677463531,82.0,20992.0,563.5102284220047,1343488.0 +339.96,17.770000457763672,2631.0,0.007979602552950382,0.0995279923081398,0.0,0.8753800988197327,2.394298791885376,-0.0042441533878445625,0.003098869463428855,0.3977559804916382,0.35719871520996094,0.8106361478567123,83.0,21248.0,569.7373814440798,1359872.0 +342.7,16.639999389648438,2602.0,0.0068928818218410015,0.0848388671875,0.0,0.8649551868438721,2.4096930027008057,-0.0027736558113247156,0.003091004677116871,0.3529634475708008,0.3899585008621216,0.7950717061758041,84.0,21504.0,576.0330582209863,1376256.0 +340.29,16.790000915527344,2549.0,0.006456360220909119,0.0725911483168602,0.0,0.8447657227516174,2.4120993614196777,-0.004507646430283785,0.0030849389731884003,0.3407747745513916,0.35961177945137024,0.8168299794197083,85.0,21760.0,582.4615931010339,1392640.0 +337.2,17.649999618530273,2542.0,0.005832676310092211,0.0625813826918602,0.0,0.8438257575035095,2.4047532081604004,-0.0046342541463673115,0.003082332434132695,0.3493644893169403,0.3468954563140869,0.7739143669605255,86.0,22016.0,588.9076958470978,1409024.0 +346.03,18.190000534057617,2628.0,0.005783186759799719,0.0641682967543602,0.0,0.8373904228210449,2.3833324909210205,-0.005015254486352205,0.0030800665263086557,0.34561964869499207,0.3361336886882782,0.8118589371442795,87.0,22272.0,595.1426803600043,1425408.0 +347.27,18.040000915527344,2651.0,0.008766514249145985,0.1135660782456398,0.0,0.8180351257324219,2.4076972007751465,-0.0040661850944161415,0.0030831946060061455,0.31196412444114685,0.3258228898048401,0.7869543731212616,88.0,22528.0,601.3235519588925,1441792.0 +347.41,18.700000762939453,2539.0,0.008928900584578514,0.1156819686293602,0.0,0.796245813369751,2.397294282913208,-0.004103134851902723,0.003078523790463805,0.26505759358406067,0.3324791193008423,0.8434249013662338,89.0,22784.0,607.7772103610914,1458176.0 +352.3,19.440000534057617,2596.0,0.008687014691531658,0.1063232421875,0.0,0.8540812134742737,2.396169662475586,-0.00440658163279295,0.003068158170208335,0.3496761620044708,0.3804607689380646,0.7744639962911606,90.0,23040.0,614.0898038439918,1474560.0 +359.46,20.440000534057617,2577.0,0.008371628820896149,0.1050618514418602,0.0,0.8378731608390808,2.3896560668945312,-0.004656756762415171,0.0030607441440224648,0.33099430799484253,0.36608800292015076,0.8153207302093506,91.0,23296.0,620.4465949169826,1490944.0 +356.74,19.8700008392334,2558.0,0.008129906840622425,0.1018473282456398,0.0,0.81793212890625,2.40039324760437,-0.004856531973928213,0.0030638640746474266,0.3077656328678131,0.34282994270324707,0.7906055301427841,92.0,23552.0,626.8509391508996,1507328.0 +341.08,18.020000457763672,2563.0,0.007229572162032127,0.0840860977768898,0.0,0.8252466320991516,2.3803532123565674,-0.0030782881658524275,0.0030566470231860876,0.3221967816352844,0.3413527011871338,0.810737818479538,93.0,23808.0,633.24314800906,1523712.0 +335.35,18.34000015258789,2589.0,0.013384799472987652,0.1626383513212204,0.0,0.8158717751502991,2.3818576335906982,-0.0016955280443653464,0.003058811416849494,0.30249688029289246,0.3378554582595825,0.8041814714670181,94.0,24064.0,639.5700200719293,1540096.0 +351.16,19.540000915527344,2697.0,0.006470523774623871,0.0776774063706398,0.0,0.8210785984992981,2.3664228916168213,-0.004515824373811483,0.003053459106013179,0.32557809352874756,0.330607533454895,0.8248397409915924,95.0,24320.0,645.6436972159427,1556480.0 +354.42,19.309999465942383,2677.0,0.010058012790977955,0.1342976838350296,0.0,0.8098173141479492,2.3755457401275635,-0.0035857490729540586,0.003050418570637703,0.3047396242618561,0.32758021354675293,0.8266702592372894,96.0,24576.0,651.7631093130913,1572864.0 +341.22,19.350000381469727,2559.0,0.007993479259312153,0.10040283203125,0.0,0.7980137467384338,2.395334243774414,-0.005177356768399477,0.0030448315665125847,0.2847546339035034,0.33031541109085083,0.854213610291481,97.0,24832.0,658.1661487049423,1589248.0 +352.16,20.770000457763672,2602.0,0.005881355609744787,0.06695556640625,0.0,0.792952835559845,2.368849992752075,-0.004721770528703928,0.003040584735572338,0.27246713638305664,0.33341920375823975,0.8550524562597275,98.0,25088.0,664.4634364650119,1605632.0 +364.22,20.6299991607666,2566.0,0.007192585151642561,0.0901082381606102,0.0,0.8543319702148438,2.3799726963043213,-0.0033830723259598017,0.0030377476941794157,0.3862616717815399,0.34364303946495056,0.7975246608257294,99.0,25344.0,670.8480038240086,1622016.0 +362.55,19.68000030517578,2651.0,0.0051221405155956745,0.0556640625,0.0,1.6188653707504272,2.3553225994110107,-0.004907423164695501,0.003037523478269577,0.3381783664226532,0.3385283946990967,0.8074813187122345,100.0,25600.0,677.032969557913,1638400.0 +365.28,20.43000030517578,2594.0,0.007799988612532616,0.0935872420668602,0.0,1.5838125944137573,2.375319242477417,-0.0032589826732873917,0.0030287951231002808,0.2662322521209717,0.34222903847694397,0.8291726559400558,101.0,25856.0,683.3493518859614,1654784.0 +376.52,22.020000457763672,2648.0,0.009445670060813427,0.1243082657456398,0.0,1.6052266359329224,2.379953384399414,-0.0037389767821878195,0.0030237818136811256,0.3029971420764923,0.34920570254325867,0.8128076195716858,102.0,26112.0,689.5359165200498,1671168.0 +372.12,21.260000228881836,2588.0,0.009614250622689724,0.1285400390625,0.0,1.6160459518432617,2.3858094215393066,-0.005576052237302065,0.0030185466166585684,0.29328688979148865,0.3738992214202881,0.7862924635410309,103.0,26368.0,695.8667946909554,1687552.0 +365.75,20.600000381469727,2628.0,0.008120995946228504,0.1030069962143898,0.0,1.6591615676879883,2.3825581073760986,-0.0032741099130362272,0.003005203092470765,0.328841894865036,0.4094730615615845,0.7977842688560486,104.0,26624.0,702.1019314939622,1703936.0 +372.55,20.969999313354492,2667.0,0.006846453994512558,0.0832926407456398,0.0,1.624137282371521,2.374628782272339,-0.004852835554629564,0.0030053730588406324,0.35381701588630676,0.35157716274261475,0.7548098266124725,105.0,26880.0,708.2448587440886,1720320.0 +363.41,19.75,2632.0,0.006988456938415766,0.08404541015625,0.0,1.596025824546814,2.362276792526245,-0.005212031304836273,0.0029998247046023607,0.3085680305957794,0.3477538824081421,0.7639962285757065,106.0,27136.0,714.4698929670267,1736704.0 +375.06,21.309999465942383,2621.0,0.006814945489168167,0.08221435546875,0.0,1.593308925628662,2.351672887802124,-0.00521123269572854,0.002990621840581298,0.29640647768974304,0.3564472496509552,0.7767801582813263,107.0,27392.0,720.7198727019131,1753088.0 +379.25,21.829999923706055,2507.0,0.007329179439693689,0.0919596329331398,0.0,1.5788875818252563,2.3487794399261475,-0.00427893316373229,0.00298282690346241,0.27988722920417786,0.3513951003551483,0.778447762131691,108.0,27648.0,727.2548155630939,1769472.0 +379.82,22.1200008392334,2543.0,0.009073903784155846,0.11480712890625,0.0,1.5702975988388062,2.3562748432159424,-0.002832793863490224,0.0029771311674267054,0.2671019732952118,0.34975937008857727,0.766308918595314,109.0,27904.0,733.6970856010448,1785856.0 +359.8,20.739999771118164,2612.0,0.010984630323946476,0.1479695588350296,0.0,1.5721431970596313,2.359217882156372,-0.0024940690491348505,0.0029740631580352783,0.2511899769306183,0.36322012543678284,0.8035240024328232,110.0,28160.0,739.9689524041023,1802240.0 +341.79,19.200000762939453,2559.0,0.010112502612173557,0.1351725310087204,0.0,1.5826739072799683,2.377609968185425,-0.005143819376826286,0.0029764671344310045,0.271444171667099,0.36608508229255676,0.7561002224683762,111.0,28416.0,746.3714911439456,1818624.0 +356.09,19.709999084472656,2626.0,0.007347755134105682,0.0927734375,0.0,1.5903209447860718,2.3747847080230713,-0.0064425780437886715,0.0029674358665943146,0.27014943957328796,0.3826185464859009,0.7584071308374405,112.0,28672.0,752.610243831994,1835008.0 +366.25,19.309999465942383,2625.0,0.013031345792114735,0.1714680939912796,0.0,1.5640000104904175,2.359717607498169,-0.0033159104641526937,0.0029623201116919518,0.2391287237405777,0.36747583746910095,0.7931935638189316,113.0,28928.0,758.852533495985,1851392.0 +360.12,19.559999465942383,2581.0,0.00968922208994627,0.12939453125,0.0,1.5744433403015137,2.3654253482818604,-0.0037901289761066437,0.002957320073619485,0.2677755057811737,0.36576828360557556,0.7869000732898712,114.0,29184.0,765.1998429400846,1867776.0 +359.2,20.260000228881836,2654.0,0.01087049301713705,0.1361897736787796,0.0,1.5757330656051636,2.3598086833953857,-0.0038504803087562323,0.002946457825601101,0.277290016412735,0.3668481111526489,0.7803356200456619,115.0,29440.0,771.3716458159033,1884160.0 +370.38,20.989999771118164,2594.0,0.00790378823876381,0.10052490234375,0.0,1.5796130895614624,2.3575799465179443,-0.006643893197178841,0.0029445290565490723,0.27019548416137695,0.3806261718273163,0.7513289004564285,116.0,29696.0,777.6869132430293,1900544.0 +377.13,21.09000015258789,2556.0,0.009220104664564133,0.1170654296875,0.0,1.5707502365112305,2.353681802749634,-0.006255459040403366,0.002943418687209487,0.26794248819351196,0.3709241449832916,0.759776845574379,117.0,29952.0,784.0965411630459,1916928.0 +368.9,20.360000610351562,2500.0,0.009009064175188541,0.11859130859375,0.0,1.596537470817566,2.367417573928833,-0.004401254002004862,0.002937654033303261,0.27060145139694214,0.4023785889148712,0.7575125992298126,118.0,30208.0,790.6495655248873,1933312.0 +376.75,20.459999084472656,2527.0,0.010214529931545258,0.1347859650850296,0.0,1.587216854095459,2.354379415512085,-0.005928789731115103,0.0029380342457443476,0.28346946835517883,0.3841492831707001,0.7357527315616608,119.0,30464.0,797.132205093978,1949696.0 +356.22,18.149999618530273,2544.0,0.00926684495061636,0.1056925430893898,0.0,1.6121360063552856,2.3648252487182617,-0.006311351899057627,0.0029430885333567858,0.3234822452068329,0.3884064257144928,0.7540120780467987,120.0,30720.0,803.5724702719599,1966080.0 +367.8,19.280000686645508,2608.0,0.0083676902577281,0.10748291015625,0.0,1.600955605506897,2.344733476638794,-0.0018039555288851261,0.0029385017696768045,0.28382131457328796,0.39565280079841614,0.7640475183725357,121.0,30976.0,809.8532640950289,1982464.0 +372.33,19.56999969482422,2578.0,0.007669031620025635,0.0926106795668602,0.0,1.5779787302017212,2.3351967334747314,-0.006442809943109751,0.002932156203314662,0.28710874915122986,0.3736003339290619,0.7413842380046844,122.0,31232.0,816.2077087110374,1998848.0 +391.0,21.540000915527344,2514.0,0.006091526243835688,0.0742594376206398,0.0,1.5843424797058105,2.326011896133423,-0.004116690251976252,0.0029258669819682837,0.29618701338768005,0.3759993016719818,0.7813623547554016,123.0,31488.0,822.7258143080398,2015232.0 +382.1,20.850000381469727,2530.0,0.008325404487550259,0.1051839217543602,0.0,1.5672918558120728,2.320382833480835,-0.005810532718896866,0.002925306325778365,0.259124755859375,0.3801969587802887,0.7303003072738647,124.0,31744.0,829.201837358065,2031616.0 +379.67,20.389999389648438,2512.0,0.005598538089543581,0.0627034530043602,0.0,1.551620602607727,2.3406713008880615,-0.003858917625620961,0.002919757505878806,0.2405421882867813,0.3727586567401886,0.8039651960134506,125.0,32000.0,835.7232238429133,2048000.0 +383.86,21.100000381469727,2535.0,0.00578284403309226,0.0663859024643898,0.0,1.5438518524169922,2.3258488178253174,-0.005510898772627115,0.002914191223680973,0.23103071749210358,0.37364527583122253,0.8056099265813828,126.0,32256.0,842.1866136719473,2064384.0 +376.15,20.799999237060547,2561.0,0.00696653313934803,0.0855712890625,0.0,1.5550222396850586,2.3339040279388428,-0.004681352525949478,0.002915190765634179,0.271200031042099,0.36100438237190247,0.7660011649131775,127.0,32512.0,848.5841468379367,2080768.0 +385.56,21.280000686645508,2500.0,0.0073530953377485275,0.0920817032456398,0.0,1.5510989427566528,2.3370625972747803,-0.0055373054929077625,0.002910165349021554,0.2566250264644623,0.3688591718673706,0.7889778465032578,128.0,32768.0,855.1365665809717,2097152.0 +385.99,21.719999313354492,2537.0,0.007019031792879105,0.08355712890625,0.0,1.5567458868026733,2.326612710952759,-0.005897932220250368,0.00290902447886765,0.2622601091861725,0.37330636382102966,0.7580010294914246,129.0,33024.0,861.594689425081,2113536.0 +388.8,20.969999313354492,2558.0,0.0071386839263141155,0.08856201171875,0.0,1.5777970552444458,2.328040838241577,-0.0067284381948411465,0.0029020996298640966,0.30794110894203186,0.3755819797515869,0.7480044662952423,130.0,33280.0,868.0007180438843,2129920.0 +374.36,19.860000610351562,2513.0,0.008575006388127804,0.1080525740981102,0.0,1.5560487508773804,2.3381052017211914,-0.006150602828711271,0.0029048265423625708,0.2664358615875244,0.37236785888671875,0.7716825008392334,131.0,33536.0,874.5200227019377,2146304.0 +370.61,19.899999618530273,2591.0,0.007318070158362389,0.0862223282456398,0.0,1.5423321723937988,2.327495813369751,-0.00574311800301075,0.002905182307586074,0.2512483298778534,0.3638516366481781,0.740809977054596,132.0,33792.0,880.8439531258773,2162688.0 +381.99,21.139999389648438,2629.0,0.007153474260121584,0.0825398787856102,0.0,1.5530195236206055,2.3237926959991455,-0.004993723705410957,0.0029001496732234955,0.24179859459400177,0.3847446143627167,0.7808706164360046,133.0,34048.0,887.0753936569672,2179072.0 +367.49,20.43000030517578,2616.0,0.006919400300830603,0.08587646484375,0.0,1.54373037815094,2.338223457336426,-0.005872020032256842,0.002893572673201561,0.2107461839914322,0.39715421199798584,0.7789030075073242,134.0,34304.0,893.3380066200625,2195456.0 +380.03,21.829999923706055,2500.0,0.007615738082677126,0.0940958634018898,0.0,1.543558955192566,2.353240966796875,-0.005034677684307098,0.002889752620831132,0.22714757919311523,0.38768184185028076,0.7878431081771851,135.0,34560.0,899.8919694479555,2211840.0 +386.57,21.459999084472656,2547.0,0.00954944547265768,0.1227823868393898,0.0,1.561954140663147,2.336104154586792,-0.006314912810921669,0.0028880462050437927,0.26724785566329956,0.3878488838672638,0.7295761406421661,136.0,34816.0,906.3248267308809,2228224.0 +390.19,21.020000457763672,2625.0,0.008969570510089397,0.1226399764418602,0.0,1.5055104494094849,2.342804193496704,-0.00578834256157279,0.0028881309553980827,0.18270935118198395,0.3694200813770294,0.7829345464706421,137.0,35072.0,912.5682938089594,2244608.0 +389.86,21.43000030517578,2629.0,0.01290122140198946,0.1675618439912796,0.0,1.5397933721542358,2.335131883621216,-0.003964416217058897,0.0028807043563574553,0.21894264221191406,0.39105701446533203,0.7596415579319,138.0,35328.0,918.8014925429597,2260992.0 +391.31,22.239999771118164,2604.0,0.010651838965713978,0.1422932893037796,0.0,1.5204652547836304,2.3367440700531006,-0.005300809163600206,0.0028840017039328814,0.19843435287475586,0.3797072470188141,0.7831856608390808,139.0,35584.0,925.0926422069315,2277376.0 +380.9,21.440000534057617,2640.0,0.01918257586658001,0.199951171875,0.0,1.5662287473678589,2.3566019535064697,0.0017745718359947205,0.002884318819269538,0.2836013734340668,0.3749037981033325,0.7006392776966095,140.0,35840.0,931.2992691360414,2293760.0 +369.24,20.290000915527344,2631.0,0.008437303826212883,0.1028238907456398,0.0,1.6219233274459839,2.3182592391967773,-0.0032648490741848946,0.0028893568087369204,0.29469034075737,0.4412437975406647,0.7633901834487915,141.0,36096.0,937.526392608881,2310144.0 +373.35,21.149999618530273,2566.0,0.008535545319318771,0.11151123046875,0.0,1.5718722343444824,2.3172507286071777,-0.005958155263215303,0.0028706789016723633,0.23333722352981567,0.42961204051971436,0.7676594704389572,142.0,36352.0,943.9144419620279,2326528.0 +389.85,22.309999465942383,2540.0,0.009146654978394508,0.1220703125,0.0,1.543612003326416,2.3247225284576416,-0.004620143212378025,0.002870216267183423,0.2512447237968445,0.3814995586872101,0.7223393321037292,143.0,36608.0,950.3633334320039,2342912.0 +381.47,20.920000076293945,2553.0,0.008834545500576496,0.1112060546875,0.0,1.5597602128982544,2.3307044506073,-0.005739195737987757,0.0028755981475114822,0.2725561857223511,0.3871902525424957,0.7092839479446411,144.0,36864.0,956.7798299458809,2359296.0 +382.07,20.719999313354492,2536.0,0.012118001468479633,0.1653849333524704,0.0,1.5298296213150024,2.31522274017334,-0.006271790247410536,0.0028720463160425425,0.20733197033405304,0.3928103446960449,0.7294849157333374,145.0,37120.0,963.2401399379596,2375680.0 +379.52,21.549999237060547,2513.0,0.017020748928189278,0.1976318359375,0.0,1.5809043645858765,2.3294036388397217,0.0009362853597849607,0.0028767576441168785,0.2704353928565979,0.4061056673526764,0.6792053580284119,146.0,37376.0,969.7599203500431,2392064.0 +376.58,20.610000610351562,2611.0,0.009560973383486271,0.1290079802274704,0.0,1.550395131111145,2.3240888118743896,-0.0060106259770691395,0.0028762451838701963,0.20456022024154663,0.41807398200035095,0.7732157856225967,147.0,37632.0,976.0343252150342,2408448.0 +378.93,19.6200008392334,2635.0,0.012824543751776218,0.16876220703125,0.0,1.5851002931594849,2.3258888721466064,-0.006167978048324585,0.002883138367906213,0.24076946079730988,0.4357050657272339,0.7328102886676788,148.0,37888.0,982.2521484829485,2424832.0 +389.57,20.040000915527344,2596.0,0.011861845850944519,0.1624552458524704,0.0,1.5701931715011597,2.3179380893707275,-0.006387902423739433,0.002865208312869072,0.21277694404125214,0.4437023401260376,0.7628958225250244,149.0,38144.0,988.5625938070007,2441216.0 +389.01,19.790000915527344,2535.0,0.012914280407130718,0.1604207307100296,0.0,1.5134905576705933,2.3165879249572754,-0.0058119408786296844,0.0028534941375255585,0.22866688668727875,0.42042163014411926,0.7129850387573242,150.0,38400.0,995.0263635579031,2457600.0 +372.85,18.770000457763672,2605.0,0.015406675636768341,0.189697265625,0.0,1.554768443107605,2.2961792945861816,-0.004453558940440416,0.002853411016985774,0.31359803676605225,0.4169059097766876,0.6586957275867462,151.0,38656.0,1001.316768405959,2473984.0 +380.31,18.90999984741211,2564.0,0.011459700763225555,0.15264892578125,0.0,1.524628758430481,2.3004400730133057,-0.006972204428166151,0.002849934622645378,0.2522906959056854,0.42262136936187744,0.6855227053165436,152.0,38912.0,1007.7101419121027,2490368.0 +390.75,20.420000076293945,2628.0,0.00801924616098404,0.0982462540268898,0.0,1.5020164251327515,2.2998459339141846,-0.0029012393206357956,0.0028444279450923204,0.20975930988788605,0.4183600842952728,0.7208687663078308,153.0,39168.0,1013.9457493259106,2506752.0 +399.98,21.59000015258789,2620.0,0.00755684869363904,0.09771728515625,0.0,1.5489107370376587,2.287743330001831,-0.005818889942020178,0.0028457138687372208,0.30676692724227905,0.41925248503685,0.6409604847431183,154.0,39424.0,1020.1991402439307,2523136.0 +392.56,21.299999237060547,2614.0,0.013089287094771862,0.1640625,0.0,1.5175710916519165,2.2986438274383545,-0.0030820711981505156,0.002841615816578269,0.23027627170085907,0.4268346130847931,0.7240409851074219,155.0,39680.0,1026.4670813090634,2539520.0 +382.85,20.600000381469727,2639.0,0.00813613273203373,0.1036783829331398,0.0,1.5101062059402466,2.3142623901367188,-0.006542096380144358,0.0028367836493998766,0.23398350179195404,0.42187514901161194,0.6975702047348022,156.0,39936.0,1032.6769409650005,2555904.0 +387.37,21.889999389648438,2602.0,0.010661553591489792,0.1423543244600296,0.0,1.4913583993911743,2.3102874755859375,-0.0054884362034499645,0.0028351701330393553,0.21368831396102905,0.41014406085014343,0.7367303669452667,157.0,40192.0,1038.9734110350255,2572288.0 +371.71,20.399999618530273,2511.0,0.01418212428689003,0.1800944060087204,0.0,1.5260874032974243,2.2969400882720947,-0.0046424539759755135,0.0028343405574560165,0.2786485254764557,0.4122006595134735,0.6911080479621887,158.0,40448.0,1045.498541188892,2588672.0 +385.54,20.350000381469727,2561.0,0.01001186016947031,0.1297200471162796,0.0,1.502315640449524,2.3070905208587646,-0.007340905722230673,0.002827608725056052,0.2227925807237625,0.4245641529560089,0.6947221755981445,159.0,40704.0,1051.8962039009202,2605056.0 +391.81,20.709999084472656,2604.0,0.011682495474815369,0.1494140625,0.0,1.4992910623550415,2.31868577003479,-0.006381120532751083,0.002829525386914611,0.21959613263607025,0.4206697642803192,0.7098385989665985,160.0,40960.0,1058.1870956649072,2621440.0 +376.17,20.1299991607666,2637.0,0.008687402121722698,0.1092936173081398,0.0,1.5366443395614624,2.332202434539795,-0.007441718131303787,0.0028280674014240503,0.2718832790851593,0.4374438226222992,0.6920249164104462,161.0,41216.0,1064.3998926160857,2637824.0 +369.73,19.530000686645508,2625.0,0.008532458916306496,0.1046956405043602,0.0,1.5004072189331055,2.3291821479797363,-0.002615712583065033,0.002822655253112316,0.22172994911670685,0.4194335639476776,0.6938097476959229,162.0,41472.0,1070.640159480041,2654208.0 +372.81,20.329999923706055,2609.0,0.0071706525050103664,0.0871988907456398,0.0,1.5013383626937866,2.3295750617980957,-0.00508677726611495,0.0028187658172100782,0.2248694896697998,0.4237537682056427,0.7602421045303345,163.0,41728.0,1076.9199708250817,2670592.0 +389.3,22.690000534057617,2604.0,0.005650810897350311,0.0647379532456398,0.0,1.479635238647461,2.3385536670684814,-0.005725199356675148,0.00282243057154119,0.18966273963451385,0.4175604283809662,0.7505837827920914,164.0,41984.0,1083.21130308602,2686976.0 +395.73,22.979999542236328,2590.0,0.008618241176009178,0.1012980118393898,0.0,1.491183876991272,2.34209942817688,-0.00428261561319232,0.0028314406517893076,0.2183701992034912,0.4076070487499237,0.7842766344547272,165.0,42240.0,1089.5373294858728,2703360.0 +396.6,23.530000686645508,2575.0,0.007084577810019255,0.07928466796875,0.0,1.5069222450256348,2.337268829345703,-0.00494335126131773,0.0028264224529266357,0.2458471655845642,0.4134954512119293,0.754643052816391,166.0,42496.0,1095.8989186070394,2719744.0 +393.02,23.549999237060547,2512.0,0.007974527776241302,0.1034139022231102,0.0,1.4745947122573853,2.31958270072937,-0.004739000461995602,0.0028265444561839104,0.18095611035823822,0.4130936563014984,0.7833739668130875,167.0,42752.0,1102.4208069560118,2736128.0 +404.77,25.209999084472656,2610.0,0.007730388548225164,0.0956014022231102,0.0,1.485601782798767,2.3098466396331787,-0.005641684401780367,0.0028158321511000395,0.21357505023479462,0.4126332998275757,0.7808370739221573,168.0,43008.0,1108.6976472120732,2752512.0 +398.45,25.760000228881836,2621.0,0.0064072199165821075,0.0705362930893898,0.0,1.4837646484375,2.307424545288086,-0.005730327218770981,0.0028187844436615705,0.21465051174163818,0.4081684648990631,0.7643273025751114,169.0,43264.0,1114.9483384969644,2768896.0 +382.4,23.700000762939453,2544.0,0.008499152027070522,0.1090087890625,0.0,1.5069332122802734,2.3003249168395996,-0.005623793229460716,0.0028144067618995905,0.24700838327407837,0.419168084859848,0.7192120254039764,170.0,43520.0,1121.3870692579076,2785280.0 +388.07,23.190000534057617,2569.0,0.009318170137703419,0.1107991561293602,0.0,1.4909518957138062,2.3231563568115234,-0.004465507343411446,0.0028226757422089577,0.2109396904706955,0.4164862632751465,0.6995000243186951,171.0,43776.0,1127.7635106490925,2801664.0 +396.98,24.190000534057617,2541.0,0.0068444847129285336,0.0832316055893898,0.0,1.4767718315124512,2.3432819843292236,-0.006785985082387924,0.0028195648919790983,0.19355468451976776,0.4142058193683624,0.7192158401012421,172.0,44032.0,1134.210382008925,2818048.0 +401.84,24.700000762939453,2592.0,0.006346983835101128,0.0761922225356102,0.0,1.4901976585388184,2.3372817039489746,-0.006362458691000938,0.0028164153918623924,0.20900751650333405,0.42252710461616516,0.703071802854538,173.0,44288.0,1140.531204984989,2834432.0 +400.98,24.790000915527344,2536.0,0.00871927198022604,0.1052042618393898,0.0,1.4752615690231323,2.3524763584136963,-0.005083464551717043,0.0028137050103396177,0.18957407772541046,0.41567325592041016,0.7368516325950623,174.0,44544.0,1146.9913049980532,2850816.0 +394.84,23.18000030517578,2537.0,0.00771181657910347,0.0839436873793602,0.0,1.5078703165054321,2.3422319889068604,-0.0058754365891218185,0.002807472599670291,0.24693578481674194,0.42476215958595276,0.6590456068515778,175.0,44800.0,1153.4486345329788,2867200.0 +390.58,23.719999313354492,2555.0,0.00725426385179162,0.0869954451918602,0.0,1.4697781801223755,2.35809326171875,-0.006499655079096556,0.0028233372140675783,0.167180597782135,0.42015159130096436,0.7463797330856323,176.0,45056.0,1159.8607185669243,2883584.0 +391.87,23.850000381469727,2569.0,0.007767470087856054,0.1003214493393898,0.0,1.4885753393173218,2.346569299697876,-0.006172070745378733,0.0028080123011022806,0.20699380338191986,0.42580628395080566,0.7087374627590179,177.0,45312.0,1166.2377747369464,2899968.0 +380.55,23.079999923706055,2552.0,0.011898272670805454,0.1480305939912796,0.0,1.5229616165161133,2.322258710861206,-0.0030378031078726053,0.0028060590848326683,0.2548542320728302,0.4359387159347534,0.6871529519557953,178.0,45568.0,1172.6564070410095,2916352.0 +363.07,20.020000457763672,2486.0,0.013755432330071926,0.18994140625,0.0,1.4931994676589966,2.3325889110565186,-0.002376165008172393,0.002804049989208579,0.20945008099079132,0.4270896017551422,0.7371582984924316,179.0,45824.0,1179.2476388139185,2932736.0 +372.21,20.579999923706055,2557.0,0.010453430004417896,0.1345011442899704,0.0,1.50114905834198,2.30715274810791,-0.005934919696301222,0.002801608992740512,0.26075315475463867,0.40968799591064453,0.6609591245651245,180.0,46080.0,1185.6558005590923,2949120.0 +368.72,20.93000030517578,2561.0,0.011013616807758808,0.1381428986787796,0.0,1.5131511688232422,2.284287452697754,-0.00544314319267869,0.0027913444209843874,0.2728407680988312,0.4215950071811676,0.623927503824234,181.0,46336.0,1192.0529009120073,2965504.0 +373.68,21.40999984741211,2597.0,0.011240019463002682,0.1507771760225296,0.0,1.4803417921066284,2.2891738414764404,-0.007275362033396959,0.002796519547700882,0.20354647934436798,0.4238174259662628,0.7224863171577454,182.0,46592.0,1198.3610447100364,2981888.0 +399.53,22.940000534057617,2536.0,0.009031002409756184,0.1216837540268898,0.0,1.4662424325942993,2.284418821334839,-0.006694213952869177,0.002788530895486474,0.18247228860855103,0.42239078879356384,0.7167483270168304,183.0,46848.0,1204.8207202958874,2998272.0 +402.44,23.079999923706055,2581.0,0.008679710328578949,0.1102294921875,0.0,1.4805985689163208,2.2707340717315674,-0.00609527388587594,0.0027928415220230818,0.2237771898508072,0.41114017367362976,0.688273012638092,184.0,47104.0,1211.1672123100143,3014656.0 +402.41,23.479999542236328,2586.0,0.011039364151656628,0.1394449919462204,0.0,1.471643328666687,2.2703123092651367,-0.005235864315181971,0.0027861816342920065,0.20329983532428741,0.4150131046772003,0.7180811166763306,185.0,47360.0,1217.5014989459887,3031040.0 +389.03,23.190000534057617,2568.0,0.011965812183916569,0.1509806364774704,0.0,1.4761754274368286,2.259979486465454,-0.006090632174164057,0.0027887255419045687,0.21144282817840576,0.41530898213386536,0.7261959910392761,186.0,47616.0,1223.8830014409032,3047424.0 +379.58,22.139999389648438,2600.0,0.01027002651244402,0.1347249299287796,0.0,1.4908524751663208,2.240098237991333,-0.006526201497763395,0.0027866351883858442,0.23401081562042236,0.42104920744895935,0.7056609988212585,187.0,47872.0,1230.1841176359449,3063808.0 +383.1,22.360000610351562,2654.0,0.009023178368806839,0.1094563826918602,0.0,1.4716438055038452,2.247049331665039,-0.00890226662158966,0.0027885548770427704,0.19089460372924805,0.42629125714302063,0.722672164440155,188.0,48128.0,1236.3566632410511,3080192.0 +403.03,24.280000686645508,2636.0,0.009571937844157219,0.1226806640625,0.0,1.449292778968811,2.2503480911254883,-0.0076118516735732555,0.0027844749856740236,0.14213842153549194,0.4293264150619507,0.7426860332489014,189.0,48384.0,1242.5730912969448,3096576.0 +404.66,24.649999618530273,2645.0,0.011296034790575504,0.1483561247587204,0.0,1.4739984273910522,2.283146381378174,-0.007300349418073893,0.0027980331797152758,0.17508752644062042,0.43321454524993896,0.7419514060020447,190.0,48640.0,1248.766391877085,3112960.0 +396.36,24.270000457763672,2631.0,0.009009350091218948,0.1136678084731102,0.0,1.5063246488571167,2.2942264080047607,-0.005631428211927414,0.0028160500805824995,0.20324687659740448,0.4457915723323822,0.6580779850482941,191.0,48896.0,1254.992360322969,3129344.0 +396.2,23.469999313354492,2593.0,0.008149991743266582,0.100830078125,0.0,1.4714971780776978,2.3025407791137695,-0.007176708430051804,0.002792167477309704,0.16200228035449982,0.44146600365638733,0.7024385631084442,192.0,49152.0,1261.309803091921,3145728.0 +401.02,23.420000076293945,2640.0,0.009829607792198658,0.132568359375,0.0,1.4749126434326172,2.3147284984588623,-0.0060900296084582806,0.0027905243914574385,0.17648319900035858,0.43609216809272766,0.7443583309650421,193.0,49408.0,1267.5159937310964,3162112.0 +393.49,22.899999618530273,2609.0,0.011608131229877472,0.153564453125,0.0,1.4967886209487915,2.337400197982788,-0.007823999039828777,0.0027830086182802916,0.24239234626293182,0.42805707454681396,0.6733890473842621,194.0,49664.0,1273.7990000909194,3178496.0 +392.89,22.459999084472656,2674.0,0.01444588229060173,0.1771443635225296,0.0,1.4697428941726685,2.3308629989624023,-0.0036266837269067764,0.002782995579764247,0.18904626369476318,0.42206767201423645,0.6380397379398346,195.0,49920.0,1279.9257092720363,3194880.0 +403.75,24.059999465942383,2661.0,0.010634846985340118,0.14776611328125,0.0,1.4857980012893677,2.326120138168335,-0.0019445167854428291,0.002791054779663682,0.1882917433977127,0.4370550215244293,0.6426960229873657,196.0,50176.0,1286.0835641738959,3211264.0 +410.47,25.459999084472656,2581.0,0.005958275403827429,0.070068359375,0.0,1.4470739364624023,2.3401224613189697,-0.006374914199113846,0.002778684487566352,0.14109469950199127,0.4295881688594818,0.742215096950531,197.0,50432.0,1292.432360769948,3227648.0 +404.91,24.8799991607666,2571.0,0.007116754073649645,0.0853271484375,0.0,1.4730643033981323,2.3251047134399414,-0.005022221710532904,0.00278428359888494,0.19584357738494873,0.42305469512939453,0.6462379992008209,198.0,50688.0,1298.8069485770538,3244032.0 +407.01,25.0,2605.0,0.006164815276861191,0.0688883438706398,0.0,1.4561573266983032,2.349085569381714,-0.006351271644234657,0.0027799615636467934,0.17066369950771332,0.42166128754615784,0.6764424443244934,199.0,50944.0,1305.0971996919252,3260416.0 +407.36,25.149999618530273,2592.0,0.008712834678590298,0.11370849609375,0.0,1.8375821113586426,2.338994264602661,-0.0061911121010780334,0.0027789322193711996,0.19756323099136353,0.4439919888973236,0.6304739713668823,200.0,51200.0,1311.4173649379518,3276800.0 +408.32,25.799999237060547,2545.0,0.010844099335372448,0.14154052734375,0.0,1.792716145515442,2.3141117095947266,-0.005958572030067444,0.0027690716087818146,0.16695813834667206,0.41777172684669495,0.7046047747135162,201.0,51456.0,1317.854262121953,3293184.0 +407.63,26.43000030517578,2596.0,0.010509408079087734,0.1468912810087204,0.0,1.7692855596542358,2.342569589614868,-0.0067199659533798695,0.002767278579995036,0.1292140930891037,0.41502657532691956,0.7166617214679718,202.0,51712.0,1324.166316875955,3309568.0 +401.03,26.030000686645508,2570.0,0.008957949467003345,0.1120198592543602,0.0,1.817722201347351,2.328526258468628,-0.003973891027271748,0.002765180543065071,0.21577797830104828,0.41842713952064514,0.5724633634090424,203.0,51968.0,1330.54206841602,3325952.0 +396.15,25.8700008392334,2505.0,0.008662005886435509,0.1060384139418602,0.0,1.8099161386489868,2.331054925918579,-0.005543821956962347,0.0027610755059868097,0.17870567739009857,0.4332585632801056,0.6540166437625885,204.0,52224.0,1337.0829242009204,3342336.0 +387.31,25.31999969482422,2628.0,0.011363677680492401,0.1458536833524704,0.0,1.7899441719055176,2.326148271560669,-0.004730284214019775,0.002765892306342721,0.16808567941188812,0.4147542715072632,0.6615026593208313,205.0,52480.0,1343.316834878875,3358720.0 +393.62,25.8700008392334,2647.0,0.009075526148080826,0.1199544295668602,0.0,1.7771457433700562,2.317547082901001,-0.006540293339639902,0.0027580910827964544,0.1552979201078415,0.41380181908607483,0.6927154958248138,206.0,52736.0,1349.5064032620285,3375104.0 +401.27,25.6299991607666,2522.0,0.01168623473495245,0.1589762419462204,0.0,1.7791038751602173,2.327331781387329,-0.005923920776695013,0.002756715752184391,0.15992528200149536,0.4135837256908417,0.6089740097522736,207.0,52992.0,1356.0031112229917,3391488.0 +408.14,25.920000076293945,2518.0,0.019540324807167053,0.2241617888212204,0.0,1.799227237701416,2.325993776321411,0.0036496734246611595,0.002760703908279538,0.14991948008537292,0.42770060896873474,0.6429980099201202,208.0,53248.0,1362.509513045894,3407872.0 +402.09,24.280000686645508,2506.0,0.014750957489013672,0.1930135041475296,0.0,1.8582850694656372,2.3299567699432373,-0.0038211580831557512,0.002775204135105014,0.241744264960289,0.4418666660785675,0.6418907940387726,209.0,53504.0,1369.0468581460882,3424256.0 +397.87,24.049999237060547,2629.0,0.010275865904986858,0.1396484375,0.0,1.8227423429489136,2.3292453289031982,-0.0061768400482833385,0.0027702131774276495,0.1880941540002823,0.4377584755420685,0.5590301156044006,210.0,53760.0,1375.2776027640793,3440640.0 +391.25,23.079999923706055,2646.0,0.008183102123439312,0.1054280623793602,0.0,1.8543893098831177,2.3269131183624268,-0.005940693896263838,0.0027534933760762215,0.25751668214797974,0.44267240166664124,0.5632469058036804,211.0,54016.0,1381.4703484380152,3457024.0 +393.24,23.31999969482422,2654.0,0.009687229059636593,0.1351725310087204,0.0,1.8109711408615112,2.34063458442688,-0.006027752999216318,0.0027616682928055525,0.2002720683813095,0.4234774112701416,0.5705986022949219,212.0,54272.0,1387.6431948859245,3473408.0 +374.84,21.809999465942383,2658.0,0.015399319119751453,0.2119344025850296,0.0,1.9052001237869263,2.3424770832061768,-0.0023621029686182737,0.002759730676189065,0.3578740358352661,0.4366607367992401,0.5259977877140045,213.0,54528.0,1393.8077874490991,3489792.0 +378.07,22.200000762939453,2617.0,0.014845135621726513,0.1688639372587204,0.0,1.773982048034668,2.3370585441589355,-0.0040820809081196785,0.002748143160715699,0.15258704125881195,0.4145548641681671,0.6364248394966125,214.0,54784.0,1400.0693550950382,3506176.0 +385.59,23.010000228881836,2583.0,0.017612721771001816,0.22076416015625,0.0,1.7872505187988281,2.3219778537750244,-0.006190359592437744,0.0027456097304821014,0.20104889571666718,0.4064854085445404,0.6137605011463165,215.0,55040.0,1406.4123097630218,3522560.0 +394.73,23.420000076293945,2571.0,0.014293722808361053,0.1988321989774704,0.0,1.8175183534622192,2.316734790802002,-0.005680857226252556,0.0027432937640696764,0.2491157203912735,0.4135247468948364,0.570021778345108,216.0,55296.0,1412.7842898708768,3538944.0 +385.63,22.729999542236328,2600.0,0.010956116952002048,0.1480712890625,0.0,1.7865482568740845,2.309180974960327,-0.0049340310506522655,0.002741026459261775,0.18396873772144318,0.4154679775238037,0.5664143860340118,217.0,55552.0,1419.0864790570922,3555328.0 +375.39,22.40999984741211,2587.0,0.012112130410969257,0.1529947966337204,0.0,1.8753589391708374,2.3331668376922607,-0.0031814302783459425,0.002739410847425461,0.3743849992752075,0.4080744981765747,0.5011374652385712,218.0,55808.0,1425.42029308388,3571712.0 +386.56,22.81999969482422,2547.0,0.014144722372293472,0.1737263947725296,0.0,1.7833189964294434,2.3259758949279785,-0.004324572626501322,0.002740129828453064,0.18215155601501465,0.41305258870124817,0.537589430809021,219.0,56064.0,1431.8524063320365,3588096.0 +373.84,21.25,2566.0,0.01070990040898323,0.1218668594956398,0.0,1.8336719274520874,2.320026159286499,-0.004762551747262478,0.0027405060827732086,0.3048022985458374,0.4018804132938385,0.5128286182880402,220.0,56320.0,1438.2374778930098,3604480.0 +375.22,20.950000762939453,2584.0,0.01035764068365097,0.1317138671875,0.0,1.857927918434143,2.3114874362945557,-0.007523566018790007,0.0027400280814617872,0.3373129665851593,0.4131890833377838,0.5182038843631744,221.0,56576.0,1444.5789412360173,3620864.0 +383.25,21.790000915527344,2654.0,0.01468315627425909,0.1860554963350296,0.0,1.7905417680740356,2.2990882396698,-0.004530669655650854,0.002739631338045001,0.21989881992340088,0.40115728974342346,0.5729051232337952,222.0,56832.0,1450.7527769650333,3637248.0 +401.76,23.969999313354492,2648.0,0.011561758816242218,0.1513468474149704,0.0,1.7789477109909058,2.3004066944122314,-0.005837841425091028,0.0027337362989783287,0.19000746309757233,0.40894830226898193,0.6445337533950806,223.0,57088.0,1456.940434233984,3653632.0 +398.67,24.209999084472656,2515.0,0.010089647956192493,0.1368001252412796,0.0,1.7833987474441528,2.2750940322875977,-0.006710004527121782,0.0027352701872587204,0.2121865153312683,0.4019404947757721,0.6632943451404572,224.0,57344.0,1463.4549745218828,3670016.0 +381.19,22.610000610351562,2603.0,0.013987250626087189,0.18133544921875,0.0,1.82998526096344,2.270655870437622,-0.005163283087313175,0.0027312831953167915,0.30986857414245605,0.3999469578266144,0.566390335559845,225.0,57600.0,1469.7497777428944,3686400.0 +376.77,22.260000228881836,2698.0,0.013630651868879795,0.19207763671875,0.0,1.7730731964111328,2.2422749996185303,-0.003147762967273593,0.0027305649127811193,0.1935335397720337,0.399223655462265,0.656324565410614,226.0,57856.0,1475.8211269599851,3702784.0 +391.52,23.489999771118164,2632.0,0.01072643045336008,0.1260172575712204,0.0,1.7922598123550415,2.251924753189087,-0.00613795593380928,0.002735997550189495,0.2449965924024582,0.3929215967655182,0.5721157491207123,227.0,58112.0,1482.0460654569324,3719168.0 +395.7,24.559999465942383,2719.0,0.01355717796832323,0.175048828125,0.0,1.776160717010498,2.2570786476135254,-0.003278322285041213,0.002728297607973218,0.2170189619064331,0.3916720449924469,0.6330207586288452,228.0,58368.0,1488.0720265309792,3735552.0 +387.16,23.309999465942383,2644.0,0.010984615422785282,0.13885498046875,0.0,1.791818618774414,2.2359256744384766,-0.006170791108161211,0.0027358911465853453,0.24099169671535492,0.394461989402771,0.5417258143424988,229.0,58624.0,1494.2692805589177,3751936.0 +395.16,24.549999237060547,2618.0,0.010165785439312458,0.1316324919462204,0.0,1.7453197240829468,2.2480390071868896,-0.006909331306815147,0.0027286780532449484,0.15803736448287964,0.39375320076942444,0.6343465745449066,230.0,58880.0,1500.528031649068,3768320.0 +391.63,23.93000030517578,2605.0,0.01048585120588541,0.1269734650850296,0.0,1.8060693740844727,2.2384512424468994,-0.004801610484719276,0.002723819576203823,0.2712422311306,0.3981975018978119,0.5132812559604645,231.0,59136.0,1506.8182447520085,3784704.0 +392.85,24.290000915527344,2511.0,0.013921505771577358,0.1680704802274704,0.0,1.7351902723312378,2.238990068435669,-0.005790559109300375,0.0027247911784797907,0.15583449602127075,0.38508257269859314,0.7019727826118469,232.0,59392.0,1513.34354458889,3801088.0 +397.99,24.520000457763672,2583.0,0.009778719395399094,0.1228434219956398,0.0,1.8082133531570435,2.2362051010131836,-0.006215676665306091,0.002719902666285634,0.2937837243080139,0.3921360671520233,0.5410904288291931,233.0,59648.0,1519.687697245041,3817472.0 +397.34,24.40999984741211,2565.0,0.011065416038036346,0.1431884765625,0.0,1.758975625038147,2.2212016582489014,-0.005355993751436472,0.0027341831009835005,0.18703673779964447,0.3882371485233307,0.6952225565910339,234.0,59904.0,1526.0739624449052,3833856.0 +393.67,24.030000686645508,2545.0,0.013571709394454956,0.1806437224149704,0.0,1.7587555646896362,2.247901201248169,-0.0060173687525093555,0.0027313719037920237,0.20765314996242523,0.37968921661376953,0.5716724395751953,235.0,60160.0,1532.5111678859685,3850240.0 +396.3,24.420000076293945,2535.0,0.01706715114414692,0.2169189453125,0.0,1.7671031951904297,2.2448601722717285,-0.0037862982135266066,0.0027316410560160875,0.2058756798505783,0.3867863416671753,0.5802561044692993,236.0,60416.0,1538.973601276055,3866624.0 +385.75,22.43000030517578,2554.0,0.012485177256166935,0.15911865234375,0.0,1.8296407461166382,2.2366719245910645,-0.0034299425315111876,0.0027285239193588495,0.3419380486011505,0.3821948766708374,0.522355705499649,237.0,60672.0,1545.3896772300359,3883008.0 +365.31,20.059999465942383,2528.0,0.008364339359104633,0.10260009765625,0.0,1.8997761011123657,2.2338409423828125,-0.005146127659827471,0.0027449310291558504,0.46012142300605774,0.3871912658214569,0.4841868281364441,238.0,60928.0,1551.870099304011,3899392.0 +359.18,19.68000030517578,2547.0,0.01329287514090538,0.1737263947725296,0.0,1.8231743574142456,2.252685308456421,-0.004100149031728506,0.0027315206825733185,0.3170354664325714,0.3877628743648529,0.6481783390045166,239.0,61184.0,1558.3030637099873,3915776.0 +368.8,20.229999542236328,2509.0,0.011914639733731747,0.1548665314912796,0.0,1.7912153005599976,2.242011308670044,-0.003649118123576045,0.0027429088950157166,0.25348588824272156,0.3812990188598633,0.5335052609443665,240.0,61440.0,1564.83318543504,3932160.0 +383.52,20.75,2532.0,0.008010546676814556,0.09906005859375,0.0,1.796930193901062,2.2305715084075928,-0.006096179131418467,0.00273191649466753,0.2824243903160095,0.38013705611228943,0.5583036839962006,241.0,61696.0,1571.30308212596,3948544.0 +378.89,21.110000610351562,2530.0,0.01074935868382454,0.1342570036649704,0.0,1.8485380411148071,2.2390105724334717,-0.004622543230652809,0.002728573977947235,0.3752729892730713,0.3857422173023224,0.5101340413093567,242.0,61952.0,1577.778186880052,3964928.0 +375.99,21.709999084472656,2623.0,0.012251186184585094,0.1581827849149704,0.0,1.7741498947143555,2.2492878437042236,-0.0015848111361265182,0.00272232573479414,0.24982474744319916,0.37373045086860657,0.5305951535701752,243.0,62208.0,1584.0251753740013,3981312.0 +377.27,22.360000610351562,2642.0,0.009709601290524006,0.1238199844956398,0.0,1.7699065208435059,2.2528929710388184,-0.004274163395166397,0.002720568561926484,0.2537577450275421,0.3709962069988251,0.6048059165477753,244.0,62464.0,1590.2258980870247,3997696.0 +398.4,24.0,2607.0,0.01267713587731123,0.1671549528837204,0.0,1.7050833702087402,2.2382309436798096,-0.00675868010148406,0.002716447226703167,0.12134998291730881,0.37691232562065125,0.7128569781780243,245.0,62720.0,1596.5105282641016,4014080.0 +399.78,24.780000686645508,2553.0,0.01438844297081232,0.1870930939912796,0.0,1.723418116569519,2.230687379837036,-0.002902433043345809,0.0027074471581727266,0.14291422069072723,0.38516664505004883,0.661538690328598,246.0,62976.0,1602.9283191289287,4030464.0 +409.04,25.649999618530273,2536.0,0.013900098390877247,0.1927490234375,0.0,1.7446211576461792,2.206566333770752,-0.003997765947133303,0.002720317803323269,0.19205336272716522,0.3761262893676758,0.6424272358417511,247.0,63232.0,1609.3894233519677,4046848.0 +408.11,25.1200008392334,2547.0,0.013468668796122074,0.1489054411649704,0.0,1.7406787872314453,2.1689345836639404,-0.004414872732013464,0.002708182670176029,0.18854735791683197,0.37996649742126465,0.6604297459125519,248.0,63488.0,1615.8220752740745,4063232.0 +405.13,24.31999969482422,2544.0,0.010644529014825821,0.13397216796875,0.0,1.7946847677230835,2.187849521636963,-0.005388460587710142,0.0027109927032142878,0.2952600419521332,0.3804401457309723,0.5526840388774872,249.0,63744.0,1622.2615297110751,4079616.0 +399.32,24.829999923706055,2541.0,0.017462290823459625,0.21771240234375,0.0,1.671628475189209,2.213226079940796,-0.0039441236294806,0.002716965274885297,0.16612263023853302,0.36238744854927063,0.6138441860675812,250.0,64000.0,1628.7096490429249,4096000.0 +384.65,21.5,2541.0,0.01237074937671423,0.1559855192899704,0.0,1.8064802885055542,2.2076656818389893,-0.004199658986181021,0.002706499071791768,0.4204587936401367,0.37602290511131287,0.5088481903076172,251.0,64256.0,1635.1564117560629,4112384.0 +375.28,20.770000457763672,2621.0,0.012654073536396027,0.1614176481962204,0.0,1.735422968864441,2.1812045574188232,-0.007832084782421589,0.0027030331548303366,0.2684813439846039,0.3866010010242462,0.5702515244483948,252.0,64512.0,1641.4077049458865,4128768.0 +377.1,22.34000015258789,2582.0,0.011595792137086391,0.156005859375,0.0,1.6824103593826294,2.2138452529907227,-0.006677130237221718,0.0027010065969079733,0.16895504295825958,0.383268266916275,0.6249191462993622,253.0,64768.0,1647.7537024090998,4145152.0 +397.89,24.389999389648438,2703.0,0.012878666631877422,0.1722412109375,0.0,1.7267919778823853,2.227541208267212,-0.004861679393798113,0.0026971797924488783,0.2565666437149048,0.3840063512325287,0.5756248533725739,254.0,65024.0,1653.8153790140059,4161536.0 +403.04,24.440000534057617,2687.0,0.012160872109234333,0.1575520783662796,0.0,1.721307396888733,2.2194135189056396,-0.003354045795276761,0.0026985446456819773,0.24262386560440063,0.3832150995731354,0.5659986734390259,255.0,65280.0,1659.9151110788807,4177920.0 +403.57,24.729999542236328,2710.0,0.008698763325810432,0.1088663712143898,0.0,1.6807156801223755,2.2215044498443604,-0.005840486381202936,0.002698134630918503,0.17879663407802582,0.3768434524536133,0.6529285311698914,256.0,65536.0,1665.960902428953,4194304.0 +397.5,22.8799991607666,2689.0,0.008682924322783947,0.1097005233168602,0.0,1.7827509641647339,2.1784346103668213,-0.003498311387374997,0.002691188594326377,0.36592257022857666,0.38639068603515625,0.5456778407096863,257.0,65792.0,1672.0528422479983,4210688.0 +400.75,23.139999389648438,2689.0,0.009536883793771267,0.1125284805893898,0.0,1.7191709280014038,2.192913293838501,-0.004570102784782648,0.0026921166572719812,0.2302529215812683,0.3917579650878906,0.6465491354465485,258.0,66048.0,1678.1445226930082,4227072.0 +403.37,23.860000610351562,2578.0,0.013109969906508923,0.170654296875,0.0,1.7110075950622559,2.231299638748169,-0.003246653126552701,0.0026955551002174616,0.2095404416322708,0.39137423038482666,0.665387362241745,259.0,66304.0,1684.4995595449582,4243456.0 +392.27,23.260000228881836,2663.0,0.009110989980399609,0.1207071915268898,0.0,1.775267481803894,2.20365834236145,-0.005959821864962578,0.0026962461415678263,0.36905407905578613,0.3771097958087921,0.5875867307186127,260.0,66560.0,1690.6518682108726,4259840.0 +392.6,23.270000457763672,2602.0,0.008597196079790592,0.1106770858168602,0.0,1.674257755279541,2.213743209838867,-0.0054692053236067295,0.002695022849366069,0.1740642637014389,0.3735598027706146,0.6927411556243896,261.0,66816.0,1696.9482443029992,4276224.0 +392.07,23.489999771118164,2515.0,0.010088424198329449,0.1299641877412796,0.0,1.7196835279464722,2.2123966217041016,-0.005418106913566589,0.0026944477576762438,0.2722061574459076,0.3698936700820923,0.633199155330658,262.0,67072.0,1703.4628549949266,4292608.0 +407.36,24.100000381469727,2652.0,0.020070187747478485,0.2413533478975296,0.0,1.6785959005355835,2.1947922706604004,-0.0016990496078506112,0.0026870600413531065,0.16303369402885437,0.3838227093219757,0.700872391462326,263.0,67328.0,1709.6413883459754,4308992.0 +407.73,24.84000015258789,2612.0,0.014519408345222473,0.1798502653837204,0.0,1.7230629920959473,2.2386271953582764,0.0010257757967337966,0.0026893431786447763,0.25556015968322754,0.3783297836780548,0.668784111738205,264.0,67584.0,1715.9130346248858,4325376.0 +402.76,24.6200008392334,2625.0,0.006611561868339777,0.0751546248793602,0.0,1.71737539768219,2.2264530658721924,-0.00571591779589653,0.0026883261743932962,0.25386619567871094,0.3807348310947418,0.5992399156093597,265.0,67840.0,1722.1543298840988,4341760.0 +403.79,24.459999084472656,2643.0,0.007827428169548512,0.0956217423081398,0.0,1.6911293268203735,2.228524684906006,-0.006045608315616846,0.0026961767580360174,0.22273963689804077,0.36579763889312744,0.6638204157352448,266.0,68096.0,1728.3539895860013,4358144.0 +395.24,24.43000030517578,2516.0,0.007453844416886568,0.08782958984375,0.0,1.778765320777893,2.2464182376861572,-0.0049645137041807175,0.002685641637071967,0.37318500876426697,0.3833335340023041,0.6033442914485931,267.0,68352.0,1734.8663801960647,4374528.0 +391.83,24.559999465942383,2514.0,0.008501340635120869,0.1114298477768898,0.0,1.723660945892334,2.236572027206421,-0.004489391576498747,0.002685527317225933,0.26545482873916626,0.38145825266838074,0.5727975070476532,268.0,68608.0,1741.3845940590836,4390912.0 +398.77,24.780000686645508,2576.0,0.008702857419848442,0.1106160506606102,0.0,1.714781403541565,2.2447116374969482,-0.004321883898228407,0.0026830474380403757,0.23617738485336304,0.3887447416782379,0.6461730301380157,269.0,68864.0,1747.7444684188813,4407296.0 +409.34,25.3700008392334,2526.0,0.008593320846557617,0.1073404923081398,0.0,1.713923454284668,2.2416775226593018,-0.0034475112333893776,0.00268723932094872,0.22110587358474731,0.39280152320861816,0.681235134601593,270.0,69120.0,1754.229566164082,4423680.0 +409.28,26.049999237060547,2480.0,0.008762777782976627,0.115966796875,0.0,1.6825276613235474,2.239022731781006,-0.005146959330886602,0.0026828565169125795,0.13480666279792786,0.40930330753326416,0.6969496607780457,271.0,69376.0,1760.836451790994,4440064.0 +408.54,25.860000610351562,2591.0,0.009943311102688313,0.1420084685087204,0.0,1.7501364946365356,2.223294734954834,-0.005335117224603891,0.002677234122529626,0.29785802960395813,0.3973146378993988,0.6437691450119019,272.0,69632.0,1767.1596752419136,4456448.0 +402.4,24.770000457763672,2663.0,0.012434887699782848,0.180419921875,0.0,1.7367582321166992,2.2083323001861572,-0.005728180054575205,0.0026812704745680094,0.28766748309135437,0.3867279589176178,0.5921407341957092,273.0,69888.0,1773.31111503602,4472832.0 +400.86,25.65999984741211,2668.0,0.013595052994787693,0.1907958984375,0.0,1.6930451393127441,2.158848762512207,-0.003634244203567505,0.002681064186617732,0.18825088441371918,0.390461802482605,0.667114794254303,274.0,70144.0,1779.4508425400127,4489216.0 +404.6,25.90999984741211,2594.0,0.016866451129317284,0.2158203125,0.0,1.7326043844223022,2.2013931274414062,0.0004061537329107523,0.00267618615180254,0.253647118806839,0.39636024832725525,0.5430401563644409,275.0,70400.0,1785.7672408029903,4505600.0 +380.91,23.489999771118164,2595.0,0.010894200764596462,0.13916015625,0.0,1.8569002151489258,2.1778173446655273,-0.006166269537061453,0.002679344965144992,0.5300223231315613,0.38672879338264465,0.46630406379699707,276.0,70656.0,1792.0797975410242,4521984.0 +369.22,21.899999618530273,2528.0,0.008848520927131176,0.1076863631606102,0.0,1.777434229850769,2.178008794784546,-0.0072515844367444515,0.0026871126610785723,0.38558030128479004,0.37628236413002014,0.5972816944122314,277.0,70912.0,1798.5604287229944,4538368.0 +374.83,23.270000457763672,2565.0,0.008810394443571568,0.1124471053481102,0.0,1.717349886894226,2.173166513442993,-0.005353447515517473,0.002673650160431862,0.25352931022644043,0.38727113604545593,0.6656104028224945,278.0,71168.0,1804.9488035850227,4554752.0 +385.88,23.690000534057617,2562.0,0.009144654497504234,0.1133829727768898,0.0,1.7562189102172852,2.18668532371521,-0.005023409146815538,0.0026809973642230034,0.347907155752182,0.37452223896980286,0.6211318969726562,279.0,71424.0,1811.342579355929,4571136.0 +382.57,22.510000228881836,2622.0,0.014082886278629303,0.18194580078125,0.0,1.7717000246047974,2.201770067214966,-0.0028062649071216583,0.0026838844642043114,0.3748025894165039,0.3730440139770508,0.6258979737758636,280.0,71680.0,1817.5913272260223,4587520.0 +378.21,22.149999618530273,2720.0,0.00948838610202074,0.1163330078125,0.0,1.7997485399246216,2.180863618850708,-0.005677832290530205,0.002671856665983796,0.40000951290130615,0.3983566462993622,0.6409997642040253,281.0,71936.0,1823.614173637936,4603904.0 +392.86,23.709999084472656,2628.0,0.010666251182556152,0.14068603515625,0.0,1.6805413961410522,2.194864511489868,-0.005770282819867134,0.0026708850637078285,0.1679886132478714,0.39568307995796204,0.6924571394920349,282.0,72192.0,1829.847804082092,4620288.0 +389.38,24.360000610351562,2602.0,0.007952327840030193,0.09783935546875,0.0,1.8378052711486816,2.1983137130737305,-0.007063405588269234,0.0026695814449340105,0.49213090538978577,0.39262625575065613,0.5822584629058838,283.0,72448.0,1836.144717935007,4636672.0 +380.28,23.450000762939453,2557.0,0.007201728876680136,0.0877482071518898,0.0,1.7912331819534302,2.1835520267486572,-0.00602295994758606,0.0026686221826821566,0.37913599610328674,0.4024181663990021,0.5914658904075623,284.0,72704.0,1842.5508765710983,4653056.0 +388.15,24.389999389648438,2599.0,0.00815118383616209,0.1067098006606102,0.0,1.7210402488708496,2.1938862800598145,-0.005489783361554146,0.002666336251422763,0.25251254439353943,0.39576879143714905,0.7024645507335663,285.0,72960.0,1848.854590428993,4669440.0 +400.5,25.100000381469727,2637.0,0.007560398895293474,0.0930989608168602,0.0,1.7662391662597656,2.193589210510254,-0.005928806960582733,0.0026649197097867727,0.34324800968170166,0.39676234126091003,0.617887556552887,286.0,73216.0,1855.0687083580997,4685824.0 +397.71,24.31999969482422,2615.0,0.010027281008660793,0.1342366486787796,0.0,1.7323647737503052,2.1612985134124756,-0.004993566777557135,0.0026626831386238337,0.2497631460428238,0.41025421023368835,0.75077785551548,287.0,73472.0,1861.33380140597,4702208.0 +393.97,24.43000030517578,2595.0,0.009400157257914543,0.1178792342543602,0.0,1.799991250038147,2.198181390762329,-0.00483589107170701,0.0026651087682694197,0.415618896484375,0.39295873045921326,0.585912674665451,288.0,73728.0,1867.6462144029792,4718592.0 +392.21,24.190000534057617,2539.0,0.008356700651347637,0.1030680313706398,0.0,1.7456966638565063,2.1982650756835938,-0.006114596966654062,0.002665489912033081,0.3124232590198517,0.3912571668624878,0.7206136882305145,289.0,73984.0,1874.0987423600163,4734976.0 +394.69,24.350000381469727,2615.0,0.010671377182006836,0.1354573518037796,0.0,1.7413464784622192,2.162750005722046,-0.005716939922422171,0.0026628451887518167,0.303305059671402,0.3919999301433563,0.6610365211963654,290.0,74240.0,1880.3650179170072,4751360.0 +397.2,23.920000076293945,2609.0,0.00877224002033472,0.1071980819106102,0.0,1.7259012460708618,2.1592514514923096,-0.005011213477700949,0.002662321552634239,0.2463447004556656,0.40536466240882874,0.7170161008834839,291.0,74496.0,1886.6436951819342,4767744.0 +403.84,25.0,2520.0,0.009921886958181858,0.1321207731962204,0.0,1.744625449180603,2.179001569747925,-0.0035213481169193983,0.0026615529786795378,0.3016308546066284,0.39486610889434814,0.7080597579479218,292.0,74752.0,1893.1454840488732,4784128.0 +396.33,24.780000686645508,2573.0,0.008245290257036686,0.1064046248793602,0.0,1.7482000589370728,2.1661665439605713,-0.0064032841473817825,0.0026629006024450064,0.32481124997138977,0.38858386874198914,0.6636378765106201,293.0,75008.0,1899.513351161033,4800512.0 +391.19,24.239999771118164,2587.0,0.011592894792556763,0.1483154296875,0.0,1.7503819465637207,2.184354066848755,-0.004017870407551527,0.00266101467423141,0.3201023042201996,0.3920135796070099,0.6696838736534119,294.0,75264.0,1905.8479792459402,4816896.0 +406.66,24.110000610351562,2620.0,0.00849513802677393,0.1065266951918602,0.0,1.7283787727355957,2.1642818450927734,-0.005775840487331152,0.002660923870280385,0.27245888113975525,0.39565643668174744,0.7146179974079132,295.0,75520.0,1912.1023051519878,4833280.0 +402.69,24.850000381469727,2630.0,0.008317910134792328,0.1046956405043602,0.0,1.6859833002090454,2.181140184402466,-0.007093094754964113,0.0026613546069711447,0.196880504488945,0.3921157121658325,0.7253795266151428,296.0,75776.0,1918.3320129229687,4849664.0 +407.58,25.540000915527344,2647.0,0.011532953940331936,0.15081787109375,0.0,1.7191191911697388,2.156205415725708,-0.004549109376966953,0.0026596442330628633,0.24063991010189056,0.4019900858402252,0.6680178046226501,297.0,76032.0,1924.5214789710008,4866048.0 +398.19,25.190000534057617,2575.0,0.009626329876482487,0.1262613981962204,0.0,1.7828036546707153,2.1586735248565674,-0.005357519257813692,0.002663679188117385,0.37585458159446716,0.39667966961860657,0.6497467160224915,298.0,76288.0,1930.885384611087,4882432.0 +395.64,24.229999542236328,2609.0,0.008142477832734585,0.1002604141831398,0.0,1.7159514427185059,2.146745443344116,-0.006777370348572731,0.0026553648058325052,0.25566786527633667,0.39501953125,0.7328570783138275,299.0,76544.0,1937.164061055053,4898816.0 +390.75,23.729999542236328,2629.0,0.007036337163299322,0.0877482071518898,0.0,1.779862880706787,2.147714853286743,-0.006770761217921972,0.0026552604977041483,0.4015094041824341,0.3918362855911255,0.6291174590587616,300.0,76800.0,1943.3960019808728,4915200.0 +396.31,24.43000030517578,2537.0,0.007498469203710556,0.0962117537856102,0.0,1.7125760316848755,2.161414861679077,-0.006497522350400686,0.002654275158420205,0.26689764857292175,0.3922031819820404,0.7505451291799545,301.0,77056.0,1949.8547763549723,4931584.0 +400.58,23.8799991607666,2622.0,0.008447770960628986,0.0989176407456398,0.0,1.7805413007736206,2.1690027713775635,-0.0073274788446724415,0.0026578244287520647,0.3956387937068939,0.39524340629577637,0.6403902173042297,302.0,77312.0,1956.1029526989441,4947968.0 +400.82,24.93000030517578,2547.0,0.012916765175759792,0.1830037385225296,0.0,1.7509087324142456,2.1622278690338135,-0.006069120019674301,0.0026533203199505806,0.3082406222820282,0.41112422943115234,0.6540106534957886,303.0,77568.0,1962.5353570959996,4964352.0 +404.71,25.84000015258789,2572.0,0.014156479388475418,0.1737874299287796,0.0,1.7565760612487793,2.143958330154419,-0.0024810179602354765,0.0026681339368224144,0.2681293189525604,0.42720091342926025,0.7226465940475464,304.0,77824.0,1968.905696589034,4980736.0 +406.9,26.360000610351562,2627.0,0.015181615948677063,0.1988118439912796,0.0,1.753907561302185,2.1538748741149902,-0.004568716045469046,0.002652507508173585,0.30530932545661926,0.4146122634410858,0.7295806705951691,305.0,78080.0,1975.1427373709157,4997120.0 +409.7,26.219999313354492,2569.0,0.008039400912821293,0.1047159805893898,0.0,1.7091903686523438,2.1890416145324707,-0.004204877186566591,0.002656127093359828,0.20464901626110077,0.4187936782836914,0.7809095531702042,306.0,78336.0,1981.5206029629335,5013504.0 +407.64,26.809999465942383,2555.0,0.01444980502128601,0.1741739958524704,0.0,1.7309695482254028,2.1668221950531006,-0.004304977133870125,0.0026618093252182007,0.2370399832725525,0.42179548740386963,0.7215867638587952,307.0,78592.0,1987.9317407549825,5029888.0 +404.33,26.510000228881836,2580.0,0.009144529700279236,0.1189982071518898,0.0,1.7436847686767578,2.1947853565216064,-0.006470082327723503,0.0026567343156784773,0.3019518256187439,0.40583035349845886,0.665099710226059,308.0,78848.0,1994.286453105975,5046272.0 +404.89,26.850000381469727,2615.0,0.008845681324601173,0.1156209334731102,0.0,1.7204184532165527,2.1901495456695557,-0.0060096257366240025,0.002668235218152404,0.2153666466474533,0.4209608733654022,0.7297205626964569,309.0,79104.0,2000.550826044986,5062656.0 +405.18,25.440000534057617,2576.0,0.016851993277668953,0.2090861052274704,0.0,1.75913667678833,2.1866791248321533,-0.001122484914958477,0.0026832006406039,0.2600323557853699,0.4257415235042572,0.7039425373077393,310.0,79360.0,2006.9096826249734,5079040.0 +398.81,24.989999771118164,2572.0,0.014841643162071705,0.1848551481962204,0.0,1.8110226392745972,2.1964478492736816,-0.003980288747698069,0.002686935244128108,0.32194700837135315,0.4494236707687378,0.6363869607448578,311.0,79616.0,2013.2781667399686,5095424.0 +393.1,23.799999237060547,2572.0,0.011073663830757141,0.1454874724149704,0.0,1.831921935081482,2.1746554374694824,-0.0031745275482535362,0.002687559463083744,0.3358466625213623,0.4629392623901367,0.681549072265625,312.0,79872.0,2019.64836512506,5111808.0 +399.24,24.229999542236328,2547.0,0.006410486530512571,0.0768229141831398,0.0,1.829816460609436,2.2093617916107178,-0.004621574189513922,0.0027025246527045965,0.3448445498943329,0.45031067728996277,0.7024974822998047,313.0,80128.0,2026.0800002790056,5128192.0 +394.62,23.959999084472656,2589.0,0.008710965514183044,0.10736083984375,0.0,1.8332171440124512,2.215447187423706,-0.006240722257643938,0.0026837808545678854,0.3622962534427643,0.45578309893608093,0.6654141545295715,314.0,80384.0,2032.407069181092,5144576.0 +394.33,24.389999389648438,2708.0,0.011419679969549179,0.1272786408662796,0.0,1.833399772644043,2.201991081237793,-0.004835383966565132,0.002686901716515422,0.33148089051246643,0.46925318241119385,0.6783361434936523,315.0,80640.0,2038.4572858160827,5160960.0 +381.69,23.360000610351562,2674.0,0.01016426645219326,0.1270751953125,0.0,1.9125051498413086,2.1981003284454346,-0.003319568932056427,0.002690073335543275,0.4681197702884674,0.4775424301624298,0.5723055303096771,316.0,80896.0,2044.5855234810151,5177344.0 +385.52,24.3799991607666,2680.0,0.0101698013022542,0.1231689453125,0.0,1.8301109075546265,2.21160626411438,-0.001983869122341275,0.0026637669652700424,0.2987285554409027,0.49187299609184265,0.6552870571613312,317.0,81152.0,2050.69860300608,5193728.0 +397.35,25.040000915527344,2689.0,0.010997232049703598,0.1408284455537796,0.0,1.7774628400802612,2.212956190109253,-0.0054373424500226974,0.0026737696025520563,0.2812846004962921,0.4435907304286957,0.651496410369873,318.0,81408.0,2056.7904573660344,5210112.0 +393.94,25.770000457763672,2694.0,0.008527017198503017,0.10845947265625,0.0,1.8285435438156128,2.2161967754364014,-0.006285568233579397,0.0026895056944340467,0.3442940413951874,0.45760610699653625,0.5830750167369843,319.0,81664.0,2062.873959485907,5226496.0 +373.38,23.920000076293945,2670.0,0.007998026907444,0.09918212890625,0.0,1.8623656034469604,2.2459685802459717,-0.007731173187494278,0.0026665457990020514,0.4766567051410675,0.4363346993923187,0.5153411328792572,320.0,81920.0,2069.0105127620045,5242880.0 +372.87,22.760000228881836,2663.0,0.010311885736882687,0.1329345703125,0.0,1.7954329252243042,2.217478036880493,-0.006129625719040632,0.002672366565093398,0.32449260354042053,0.44119393825531006,0.5815623700618744,321.0,82176.0,2075.164043556899,5259264.0 +392.64,24.700000762939453,2618.0,0.011033049784600735,0.1479695588350296,0.0,1.7211512327194214,2.237311363220215,-0.0061029051430523396,0.0026616074610501528,0.19571882486343384,0.43617162108421326,0.6973181068897247,322.0,82432.0,2081.420737595996,5275648.0 +400.04,25.469999313354492,2543.0,0.01034222450107336,0.1311848908662796,0.0,1.712506890296936,2.221801996231079,-0.00859556719660759,0.0026504688430577517,0.21930891275405884,0.4223769009113312,0.6847611367702484,323.0,82688.0,2087.8630565030035,5292032.0 +404.46,25.520000457763672,2527.0,0.013177062384784222,0.1573282927274704,0.0,1.7024468183517456,2.221635341644287,-0.0027178877498954535,0.002641163533553481,0.1969001740217209,0.4219641387462616,0.6970458626747131,324.0,82944.0,2094.3460473690648,5308416.0 +398.87,25.0,2575.0,0.014579623006284237,0.178955078125,0.0,1.7480014562606812,2.2307841777801514,-0.0047362735494971275,0.0026411248836666346,0.2996075451374054,0.4180372655391693,0.6422533988952637,325.0,83200.0,2100.7094409060664,5324800.0 +393.6,23.860000610351562,2574.0,0.013072226196527481,0.1751708984375,0.0,1.7509489059448242,2.2394323348999023,-0.0036359585355967283,0.0026411209255456924,0.3261098563671112,0.40593233704566956,0.60638627409935,326.0,83456.0,2107.0753173730336,5341184.0 +398.21,23.309999465942383,2605.0,0.01042878720909357,0.145751953125,0.0,1.7233935594558716,2.235635995864868,-0.00800000224262476,0.0026388352271169424,0.28148242831230164,0.40609559416770935,0.6540090143680573,327.0,83712.0,2113.3647731009405,5357568.0 +397.59,24.209999084472656,2558.0,0.014375622384250164,0.18896484375,0.0,1.684713363647461,2.225247383117676,-0.006178841460496187,0.002639216370880604,0.19064860045909882,0.4110526740550995,0.6701770424842834,328.0,83968.0,2119.770574137103,5373952.0 +400.44,25.969999313354492,2530.0,0.010703948326408863,0.1429036408662796,0.0,1.7299307584762573,2.2266647815704346,-0.003477641614153981,0.002650124253705144,0.22350740432739258,0.4335196912288666,0.6550350189208984,329.0,84224.0,2126.2491401899606,5390336.0 +407.34,26.020000457763672,2579.0,0.009993300773203373,0.1333821564912796,0.0,1.6982789039611816,2.2188713550567627,-0.0077683087438344955,0.0026448287535458803,0.1937805414199829,0.422714501619339,0.6741503179073334,330.0,84480.0,2132.6009979639202,5406720.0 +399.01,24.15999984741211,2541.0,0.011887316592037678,0.1469929963350296,0.0,1.7556395530700684,2.2183785438537598,-0.005876930430531502,0.002644268097355962,0.2863137423992157,0.4328343868255615,0.6263059079647064,331.0,84736.0,2139.0473646570463,5423104.0 +402.53,24.950000762939453,2574.0,0.01065212395042181,0.12762451171875,0.0,1.7024260759353638,2.204777479171753,-0.004621943924576044,0.002648992696776986,0.17451392114162445,0.4318578541278839,0.7181947231292725,332.0,84992.0,2145.4123468240723,5439488.0 +394.68,25.56999969482422,2572.0,0.00866653211414814,0.1045939102768898,0.0,1.7463713884353638,2.2148070335388184,-0.0067734248004853725,0.0026403602678328753,0.2826707661151886,0.4277430772781372,0.6257018446922302,333.0,85248.0,2151.781979802996,5455872.0 +395.79,25.65999984741211,2589.0,0.014013777486979961,0.1796671599149704,0.0,1.7398399114608765,2.177593469619751,-0.00340523780323565,0.0026355672162026167,0.2827005088329315,0.4191352427005768,0.651896595954895,334.0,85504.0,2158.1089850040153,5472256.0 +380.04,24.530000686645508,2587.0,0.012327783741056919,0.1617431640625,0.0,1.7093316316604614,2.2081074714660645,-0.005566054955124855,0.002638849662616849,0.20665352046489716,0.4281712472438812,0.7047739028930664,335.0,85760.0,2164.442102155881,5488640.0 +383.79,24.959999084472656,2529.0,0.017650995403528214,0.19622802734375,0.0,1.7703114748001099,2.2265231609344482,-0.002310763346031308,0.0026452166493982077,0.3268294036388397,0.4226568639278412,0.6005508899688721,336.0,86016.0,2170.9195006201044,5505024.0 +391.38,24.719999313354492,2536.0,0.008320777676999569,0.1069742813706398,0.0,1.7116235494613647,2.231856107711792,-0.007585262414067984,0.00263442681171,0.2086625099182129,0.43417420983314514,0.7223555147647858,337.0,86272.0,2177.3785110819153,5521408.0 +395.06,24.68000030517578,2545.0,0.012909534387290478,0.16265869140625,0.0,1.7426530122756958,2.2105066776275635,-0.007131781429052353,0.002642126753926277,0.25002017617225647,0.4406832158565521,0.6843617856502533,338.0,86528.0,2183.8167818728834,5537792.0 +393.19,24.850000381469727,2532.0,0.012132604606449604,0.16448974609375,0.0,1.7566165924072266,2.200871229171753,-0.005934444721788168,0.00265479669906199,0.2456837296485901,0.45022132992744446,0.7119724750518799,339.0,86784.0,2190.2871457610745,5554176.0 +389.37,24.290000915527344,2547.0,0.00912459846585989,0.1171061173081398,0.0,1.7542613744735718,2.217808961868286,-0.005294496659189463,0.0026327825617045164,0.25592240691185,0.45272907614707947,0.6862514615058899,340.0,87040.0,2196.7190267930273,5570560.0 +386.64,24.360000610351562,2560.0,0.009197387844324112,0.1156412735581398,0.0,1.829195499420166,2.209768295288086,-0.004618010949343443,0.0026424629613757133,0.4049863815307617,0.44750943779945374,0.536618560552597,341.0,87296.0,2203.118887284072,5586944.0 +393.01,26.049999237060547,2594.0,0.006210808176547289,0.0728759765625,0.0,1.7322077751159668,2.2126832008361816,-0.005174659192562103,0.0026457086205482483,0.20263028144836426,0.45099613070487976,0.6897587478160858,342.0,87552.0,2209.4359663219657,5603328.0 +395.3,25.989999771118164,2583.0,0.011396256275475025,0.1419881135225296,0.0,1.7736754417419434,2.21854567527771,-0.002774556865915656,0.0026473684702068567,0.2648843228816986,0.45872318744659424,0.6457496583461761,343.0,87808.0,2215.779253280023,5619712.0 +404.63,26.489999771118164,2595.0,0.008288108743727207,0.1026611328125,0.0,1.7474665641784668,2.2085444927215576,-0.006261737551540136,0.0026581876445561647,0.19210992753505707,0.4678252637386322,0.6738516092300415,344.0,88064.0,2222.093820412876,5636096.0 +392.38,25.1200008392334,2543.0,0.008371478877961636,0.09454345703125,0.0,1.799507737159729,2.1947786808013916,-0.004997293930500746,0.0026410145219415426,0.33885279297828674,0.45209383964538574,0.6591556966304779,345.0,88320.0,2228.5365469749086,5652480.0 +387.64,23.959999084472656,2624.0,0.011026737280189991,0.1424967497587204,0.0,1.8147993087768555,2.205340623855591,-0.004852576181292534,0.002669343026354909,0.31933557987213135,0.46468499302864075,0.6402369141578674,346.0,88576.0,2234.781472117873,5668864.0 +394.42,25.549999237060547,2645.0,0.011382614262402058,0.1344197541475296,0.0,1.7448697090148926,2.2174320220947266,-0.004369993228465319,0.0026516709476709366,0.17334721982479095,0.47641268372535706,0.7359020113945007,347.0,88832.0,2240.9756462380756,5685248.0 +399.18,26.610000610351562,2564.0,0.012996588833630085,0.164306640625,0.0,1.7311333417892456,2.2351949214935303,-0.00267912563867867,0.00266057881526649,0.16142192482948303,0.46202388405799866,0.6848153471946716,348.0,89088.0,2247.368410737021,5701632.0 +390.27,25.860000610351562,2545.0,0.017198661342263222,0.2024129182100296,0.0,1.8100299835205078,2.23279070854187,-0.0020223157480359077,0.0026485100388526917,0.331724613904953,0.4606395661830902,0.6700311005115509,349.0,89344.0,2253.806613818975,5718016.0 +385.0,24.200000762939453,2569.0,0.011029436253011227,0.1390380859375,0.0,1.9579977989196777,2.2397677898406982,-0.005063109565526247,0.0026695316191762686,0.35557565093040466,0.4770989418029785,0.6077945530414581,350.0,89600.0,2260.1846295259893,5734400.0 +392.28,23.670000076293945,2543.0,0.012662355788052082,0.16534423828125,0.0,1.9290345907211304,2.2200379371643066,-0.0036816333886235952,0.0026868588756769896,0.23758645355701447,0.4969540536403656,0.6572114825248718,351.0,89856.0,2266.6281628620345,5750784.0 +406.64,25.420000076293945,2503.0,0.010295047424733639,0.12921142578125,0.0,1.8893641233444214,2.228637933731079,-0.007392651867121458,0.002687825821340084,0.17655207216739655,0.4911019504070282,0.7506013065576553,352.0,90112.0,2273.172857645899,5767168.0 +390.94,24.270000457763672,2563.0,0.007047109771519899,0.0810546875,0.0,2.0581252574920654,2.2401459217071533,-0.006652644369751215,0.0026898093055933714,0.5048536062240601,0.49410489201545715,0.5645260810852051,353.0,90368.0,2279.5657976090442,5783552.0 +368.22,22.280000686645508,2608.0,0.007933903485536575,0.1003621444106102,0.0,2.0125365257263184,2.2392992973327637,-0.006904142443090677,0.00268895854242146,0.42746391892433167,0.4878639280796051,0.6439676284790039,354.0,90624.0,2285.848381822929,5799936.0 +372.27,22.149999618530273,2662.0,0.009518218226730824,0.1229654923081398,0.0,1.9683599472045898,2.2464284896850586,-0.006567891221493483,0.0026929760351777077,0.3258620798587799,0.49222907423973083,0.6431717276573181,355.0,90880.0,2292.002012467943,5816320.0 +382.22,22.600000381469727,2595.0,0.013192079961299896,0.1784464567899704,0.0,1.9423612356185913,2.2514381408691406,-0.003890436142683029,0.00267022754997015,0.32223138213157654,0.476730614900589,0.6448393166065216,356.0,91136.0,2298.315649481956,5832704.0 +398.12,24.139999389648438,2602.0,0.007456582505255938,0.0946248397231102,0.0,1.8934613466262817,2.2444639205932617,-0.006662467960268259,0.0026815254241228104,0.1954883188009262,0.4882953464984894,0.6809750199317932,357.0,91392.0,2304.6125310400967,5849088.0 +412.36,25.790000915527344,2504.0,0.021478800103068352,0.23187255859375,0.0,1.8938850164413452,2.2229154109954834,0.0012933040270581841,0.002668740227818489,0.21587921679019928,0.47670337557792664,0.7061213850975037,358.0,91648.0,2311.156752143055,5865472.0 +409.0,26.209999084472656,2523.0,0.009946866892278194,0.1291707307100296,0.0,1.9190058708190918,2.2546236515045166,-0.0037103816866874695,0.002660643309354782,0.28238943219184875,0.4779318869113922,0.6921901404857635,359.0,91904.0,2317.6500369110145,5881856.0 +404.95,26.31999969482422,2599.0,0.013410513289272785,0.169921875,0.0,1.8919481039047241,2.240100383758545,-0.001111845369450748,0.0026484455447643995,0.22323010861873627,0.4838081896305084,0.7319557368755341,360.0,92160.0,2323.954007796943,5898240.0 +402.71,26.219999313354492,2664.0,0.010029093362390995,0.12823486328125,0.0,1.8740663528442383,2.2350270748138428,-0.0045996964909136295,0.002642028033733368,0.23329941928386688,0.46749258041381836,0.650945246219635,361.0,92416.0,2330.103287328966,5914624.0 +407.03,26.610000610351562,2659.0,0.009737503714859486,0.1345011442899704,0.0,1.8858375549316406,2.2317044734954834,-0.007312288507819176,0.002669573063030839,0.20122523605823517,0.48427823185920715,0.7178367376327515,362.0,92672.0,2336.264483117964,5931008.0 +403.68,26.309999465942383,2541.0,0.010056912899017334,0.138671875,0.0,1.8915001153945923,2.220107316970825,-0.006275856401771307,0.0026643595192581415,0.2051965594291687,0.48941564559936523,0.7318888604640961,363.0,92928.0,2342.7111232311,5947392.0 +402.35,26.3700008392334,2515.0,0.009371754713356495,0.11077880859375,0.0,1.8903664350509644,2.2261650562286377,-0.006990115623921156,0.0026608798652887344,0.22101758420467377,0.4828670024871826,0.6621935665607452,364.0,93184.0,2349.2247009619605,5963776.0 +401.57,26.670000076293945,2546.0,0.011143065989017487,0.1304117888212204,0.0,1.8662943840026855,2.1760952472686768,-0.003917940892279148,0.002632124349474907,0.2380305677652359,0.46100983023643494,0.7062077224254608,365.0,93440.0,2355.660260706907,5980160.0 +398.31,26.309999465942383,2623.0,0.007368601392954588,0.0884195938706398,0.0,1.8776153326034546,2.2175514698028564,-0.00503820413723588,0.0026324524078518152,0.2836940288543701,0.45084595680236816,0.6108695864677429,366.0,93696.0,2361.906850825995,5996544.0 +400.33,26.219999313354492,2615.0,0.013302179984748363,0.1466878205537796,0.0,1.8692269325256348,2.1781179904937744,-0.005270209163427353,0.0026314265560358763,0.28424620628356934,0.4425121247768402,0.6357716917991638,367.0,93952.0,2368.1713484120555,6012928.0 +405.77,27.780000686645508,2622.0,0.014557771384716034,0.1828409880399704,0.0,1.7894967794418335,2.1780178546905518,-0.005204056855291128,0.0026321171317249537,0.12574155628681183,0.4416201412677765,0.7508246302604675,368.0,94208.0,2374.4187073220965,6029312.0 +403.54,28.440000534057617,2537.0,0.013666797429323196,0.1770426481962204,0.0,1.834830641746521,2.214050054550171,-0.006496154237538576,0.0026398838963359594,0.17855055630207062,0.45836636424064636,0.7172035574913025,369.0,94464.0,2380.875580660999,6045696.0 +405.42,27.479999542236328,2574.0,0.011023800820112228,0.1463623046875,0.0,1.861325740814209,2.2204430103302,-0.005511084571480751,0.0026310605462640524,0.24003376066684723,0.4575985372066498,0.7068977057933807,370.0,94720.0,2387.2406361270696,6062080.0 +408.22,25.739999771118164,2611.0,0.0077287498861551285,0.09991455078125,0.0,1.8305293321609497,2.2326440811157227,-0.007243810687214136,0.002626088447868824,0.21948473155498505,0.4413740336894989,0.6978953778743744,371.0,94976.0,2393.514138183091,6078464.0 +398.63,24.670000076293945,2611.0,0.008794176392257214,0.1116943359375,0.0,1.8167258501052856,2.221712827682495,-0.007788194343447685,0.002622269093990326,0.2084670066833496,0.4354059398174286,0.7279947102069855,372.0,95232.0,2399.788334518904,6094848.0 +395.86,24.920000076293945,2599.0,0.008860736154019833,0.1168212890625,0.0,1.9038008451461792,2.2109997272491455,-0.004626618232578039,0.0026292947586625814,0.31243717670440674,0.46378815174102783,0.5921954214572906,373.0,95488.0,2406.0934077310376,6111232.0 +403.5,26.43000030517578,2574.0,0.008429517038166523,0.1046142578125,0.0,1.8200292587280273,2.2157962322235107,-0.008033915422856808,0.002620835555717349,0.1693814992904663,0.45920905470848083,0.7512810081243515,374.0,95744.0,2412.4584307060577,6127616.0 +402.45,26.809999465942383,2610.0,0.008991509675979614,0.120849609375,0.0,1.8783130645751953,2.233341693878174,-0.007320519536733627,0.0026311492547392845,0.19904734194278717,0.49706462025642395,0.6497622728347778,375.0,96000.0,2418.735638146987,6144000.0 +408.12,27.239999771118164,2674.0,0.013419666327536106,0.1745402067899704,0.0,1.8549622297286987,2.2138171195983887,-0.0067457519471645355,0.002629160648211837,0.19321751594543457,0.4768037796020508,0.7207150161266327,376.0,96256.0,2424.8619174789637,6160384.0 +407.41,26.950000762939453,2686.0,0.012235432863235474,0.1580810546875,0.0,1.881148338317871,2.219076156616211,-0.005700387060642242,0.002634970238432288,0.27469074726104736,0.45831990242004395,0.5613054633140564,377.0,96512.0,2430.961893379921,6176768.0 +391.3,25.440000534057617,2616.0,0.01271045207977295,0.16119384765625,0.0,1.9102544784545898,2.2316806316375732,-0.0060662380419671535,0.0026284493505954742,0.3467999994754791,0.455108642578125,0.6341657042503357,378.0,96768.0,2437.224534406094,6193152.0 +382.41,24.1299991607666,2572.0,0.013161771930754185,0.17633056640625,0.0,1.9002288579940796,2.218923807144165,-0.005755800288170576,0.0026248078793287277,0.328894704580307,0.4554145634174347,0.592355340719223,379.0,97024.0,2443.597331953002,6209536.0 +382.29,24.059999465942383,2551.0,0.01270615216344595,0.1778157502412796,0.0,1.9051790237426758,2.2170305252075195,-0.0028566427063196898,0.0026245119515806437,0.33287110924720764,0.45560693740844727,0.5773517787456512,380.0,97280.0,2450.0185973299667,6225920.0 +387.66,24.559999465942383,2576.0,0.010094684548676014,0.1341756135225296,0.0,1.8965107202529907,2.2126898765563965,-0.006233693566173315,0.002620457438752055,0.3590780198574066,0.4391533434391022,0.6070207059383392,381.0,97536.0,2456.37778513995,6242304.0 +388.76,23.489999771118164,2602.0,0.010559238493442535,0.1280110627412796,0.0,1.8545781373977661,2.227914571762085,-0.005458284635096788,0.002622452564537525,0.26478806138038635,0.44275543093681335,0.6497504413127899,382.0,97792.0,2462.674521171022,6258688.0 +393.33,24.780000686645508,2618.0,0.008961676619946957,0.1200968399643898,0.0,1.8897565603256226,2.2064621448516846,-0.005674104671925306,0.0026188541669398546,0.3409285545349121,0.441657155752182,0.5945318341255188,383.0,98048.0,2468.9317748239264,6275072.0 +390.62,25.3700008392334,2647.0,0.007577592507004738,0.0947265625,0.0,1.836484432220459,2.202780246734619,-0.00663851760327816,0.00262326723895967,0.2662980258464813,0.42438676953315735,0.7216817736625671,384.0,98304.0,2475.121247546049,6291456.0 +398.48,26.020000457763672,2658.0,0.010007943026721478,0.1191609725356102,0.0,1.8060288429260254,2.2037220001220703,-0.006109755951911211,0.002616162644699216,0.21041232347488403,0.4248998165130615,0.7087590992450714,385.0,98560.0,2481.2854018690996,6307840.0 +410.83,26.690000534057617,2680.0,0.01203325018286705,0.1519368439912796,0.0,1.81917142868042,2.194288492202759,-0.006070390343666077,0.0026170106139034033,0.23936772346496582,0.4230037033557892,0.6337186396121979,386.0,98816.0,2487.398157438962,6324224.0 +399.68,25.020000457763672,2688.0,0.012636463157832623,0.1593424528837204,0.0,1.9045525789260864,2.1811554431915283,-0.004234670661389828,0.0026185319293290377,0.3751029074192047,0.4378252923488617,0.6090784668922424,387.0,99072.0,2493.492891012924,6340608.0 +402.05,25.360000610351562,2634.0,0.01640159823000431,0.2215169221162796,0.0,1.7759872674942017,2.1819393634796143,-0.004237920977175236,0.0026108946185559034,0.15082325041294098,0.4251915216445923,0.7389590442180634,388.0,99328.0,2499.713587469887,6356992.0 +407.63,27.18000030517578,2658.0,0.013337533921003342,0.1803385466337204,0.0,1.8038495779037476,2.1662817001342773,-0.006580403074622154,0.002616976387798786,0.19976527988910675,0.42774078249931335,0.7022866904735565,389.0,99584.0,2505.881827380974,6373376.0 +399.12,26.31999969482422,2667.0,0.012999541126191616,0.1640218049287796,0.0,1.8848503828048706,2.195732355117798,-0.005050463601946831,0.0026268481742590666,0.3111555576324463,0.4469313621520996,0.5714378356933594,390.0,99840.0,2512.024392808089,6389760.0 +390.88,25.700000762939453,2573.0,0.009739025495946407,0.1241048201918602,0.0,1.8259164094924927,2.1838510036468506,-0.006087122019380331,0.002626267494633794,0.20474249124526978,0.442400723695755,0.6305129826068878,391.0,100096.0,2518.3923845270183,6406144.0 +396.09,24.979999542236328,2556.0,0.011027675122022629,0.14276123046875,0.0,1.8108445405960083,2.171001672744751,-0.007991498336195946,0.0026067651342600584,0.25014039874076843,0.4160733222961426,0.6256436109542847,392.0,100352.0,2524.8026718720794,6422528.0 +396.22,24.850000381469727,2530.0,0.0077330186031758785,0.09161376953125,0.0,1.8382396697998047,2.1662180423736572,-0.0063803731463849545,0.002610115334391594,0.30796486139297485,0.4112149477005005,0.5828082263469696,393.0,100608.0,2531.2776053089183,6438912.0 +397.6,25.25,2545.0,0.011700663715600967,0.15185546875,0.0,1.8664469718933105,2.154764413833618,-0.005023414734750986,0.002612587995827198,0.3279763162136078,0.426747590303421,0.6171592772006989,394.0,100864.0,2537.715123537928,6455296.0 +394.31,24.93000030517578,2533.0,0.012559649534523487,0.1597086638212204,0.0,1.818671703338623,2.1515657901763916,-0.005309658590704203,0.002612622454762459,0.240949809551239,0.42271319031715393,0.640642523765564,395.0,101120.0,2544.183447899064,6471680.0 +391.51,24.93000030517578,2561.0,0.011310241185128689,0.1457112580537796,0.0,1.8639321327209473,2.160013437271118,-0.005211293697357178,0.002609082730486989,0.3420914113521576,0.419146329164505,0.5395943224430084,396.0,101376.0,2550.58196304203,6488064.0 +392.95,25.799999237060547,2543.0,0.016609424725174904,0.2023112028837204,0.0,1.8883885145187378,2.1768667697906494,-0.0029302414041012526,0.0026114650536328554,0.36709973216056824,0.4278174638748169,0.5301102101802826,397.0,101632.0,2557.0233082079794,6504448.0 +398.43,26.079999923706055,2623.0,0.008751415647566319,0.11285400390625,0.0,1.7903127670288086,2.1679155826568604,-0.00465419190004468,0.002607966074720025,0.18605656921863556,0.4236338436603546,0.7075060606002808,398.0,101888.0,2563.269993006019,6520832.0 +407.02,27.1200008392334,2634.0,0.008166658692061901,0.1015828475356102,0.0,1.8086742162704468,2.1615712642669678,-0.007665145676583052,0.002610026625916362,0.23124168813228607,0.4213170111179352,0.6681427657604218,399.0,102144.0,2569.4901853851043,6537216.0 +404.65,26.149999618530273,2588.0,0.014458145014941692,0.1765950471162796,0.0,1.836739420890808,2.1852338314056396,-0.007448591757565737,0.0026092168409377337,0.27730947732925415,0.42277732491493225,0.6460014581680298,400.0,102400.0,2575.821815710049,6553600.0 +391.04,24.940000534057617,2573.0,0.013255908153951168,0.1696370393037796,0.0,1.8468246459960938,2.164738178253174,-0.004769620019942522,0.002608398674055934,0.30971306562423706,0.41418591141700745,0.5529375076293945,401.0,102656.0,2582.188470296096,6569984.0 +390.55,25.299999237060547,2665.0,0.00962434709072113,0.12945556640625,0.0,1.8249253034591675,2.175797700881958,-0.006114555988460779,0.0026139477267861366,0.24822403490543365,0.42171183228492737,0.6137031614780426,402.0,102912.0,2588.33521241392,6586368.0 +396.79,24.979999542236328,2548.0,0.009542390704154968,0.1212972030043602,0.0,1.8069251775741577,2.1636438369750977,-0.007430410478264093,0.0026058468502014875,0.256248414516449,0.40494418144226074,0.7107223570346832,403.0,103168.0,2594.7648842860945,6602752.0 +399.79,25.719999313354492,2656.0,0.013445627875626087,0.1689046174287796,0.0,1.7889065742492676,2.1749539375305176,-0.005822317209094763,0.0026009550783783197,0.20497439801692963,0.4135136902332306,0.7071931958198547,404.0,103424.0,2600.9344414409716,6619136.0 +394.51,25.719999313354492,2637.0,0.009746033698320389,0.11993408203125,0.0,1.8625580072402954,2.167482376098633,-0.007858991622924805,0.0026040347293019295,0.33194875717163086,0.4241003096103668,0.6026643812656403,405.0,103680.0,2607.1481812219135,6635520.0 +389.97,26.40999984741211,2530.0,0.009623052552342415,0.1225992813706398,0.0,1.8114231824874878,2.188978910446167,-0.00638997508212924,0.0026089169550687075,0.21406549215316772,0.4282115399837494,0.6163591146469116,406.0,103936.0,2613.6230659659486,6651904.0 +397.94,26.530000686645508,2561.0,0.010190710425376892,0.12530517578125,0.0,1.8027783632278442,2.175478219985962,-0.005877003539353609,0.0026051641907542944,0.1926424503326416,0.4315071403980255,0.7127028405666351,407.0,104192.0,2620.020800214028,6668288.0 +400.58,26.290000915527344,2541.0,0.012374837882816792,0.1533406525850296,0.0,1.8264108896255493,2.1748316287994385,-0.0061852349899709225,0.0026028985157608986,0.237639382481575,0.4340756833553314,0.6836527585983276,408.0,104448.0,2626.469775357051,6684672.0 +398.43,25.670000076293945,2543.0,0.009404867887496948,0.12213134765625,0.0,1.8170005083084106,2.1513710021972656,-0.006359012331813574,0.0026049672160297632,0.22804708778858185,0.4283659756183624,0.709048867225647,409.0,104704.0,2632.911852634046,6701056.0 +392.85,24.219999313354492,2567.0,0.011901933699846268,0.1410929411649704,0.0,1.8947523832321167,2.130347490310669,-0.006742963567376137,0.0025976961478590965,0.3879077434539795,0.42999669909477234,0.5602683424949646,410.0,104960.0,2639.294265972916,6717440.0 +396.83,25.459999084472656,2529.0,0.012104250490665436,0.1513671875,0.0,1.810510516166687,2.1433141231536865,-0.0036673452705144882,0.002602693857625127,0.20697373151779175,0.43077704310417175,0.6827512979507446,411.0,105216.0,2645.772729741875,6733824.0 +397.05,24.780000686645508,2637.0,0.007997139357030392,0.0907389298081398,0.0,1.8895775079727173,2.129267692565918,-0.007729931268841028,0.0025985839311033487,0.37083700299263,0.43388962745666504,0.6091353297233582,412.0,105472.0,2651.9873907628935,6750208.0 +397.48,25.700000762939453,2630.0,0.01150359958410263,0.1486002653837204,0.0,1.7896546125411987,2.1286849975585938,-0.004373341333121061,0.0025957792531698942,0.1947380155324936,0.42005637288093567,0.7111860513687134,413.0,105728.0,2658.215673224069,6766592.0 +391.14,25.829999923706055,2629.0,0.012320145033299923,0.14312744140625,0.0,1.8376582860946655,2.1235122680664062,-0.006546518299728632,0.002596392296254635,0.29224893450737,0.4211193323135376,0.6297427117824554,414.0,105984.0,2664.447722414974,6782976.0 +378.92,24.81999969482422,2633.0,0.015584849752485752,0.1755574494600296,0.0,1.8862791061401367,2.1016924381256104,-0.0016032467829063535,0.00259423372335732,0.3896162509918213,0.41697409749031067,0.5995678901672363,415.0,106240.0,2670.6697922430467,6799360.0 +393.1,24.760000228881836,2524.0,0.012087780982255936,0.14105224609375,0.0,1.8921810388565063,2.120673179626465,-0.00481066619977355,0.002593018813058734,0.3532015085220337,0.4450884759426117,0.6152347326278687,416.0,106496.0,2677.160665716976,6815744.0 +402.33,24.18000030517578,2466.0,0.009256893768906593,0.1201985701918602,0.0,1.869311809539795,2.139024496078491,-0.00682032061740756,0.0025926048401743174,0.3157758414745331,0.44333216547966003,0.7039361596107483,417.0,106752.0,2683.8055988128763,6832128.0 +405.94,24.75,2597.0,0.010464463382959366,0.1208292618393898,0.0,1.8353606462478638,2.148996591567993,-0.007714997511357069,0.0025930393021553755,0.2966349720954895,0.41972851753234863,0.722603976726532,418.0,107008.0,2690.1136011250783,6848512.0 +401.66,25.5,2659.0,0.012215144000947475,0.1440836638212204,0.0,1.8318547010421753,2.147737503051758,-0.005220199469476938,0.0025927461683750153,0.26407718658447266,0.4301403760910034,0.6939617097377777,419.0,107264.0,2696.2764785808977,6864896.0 +397.15,24.979999542236328,2646.0,0.013486567884683609,0.1549072265625,0.0,1.8712035417556763,2.1435062885284424,-0.0025779418647289276,0.002601535990834236,0.2967923879623413,0.4460524022579193,0.6857331395149231,420.0,107520.0,2702.468353199074,6881280.0 +407.34,26.770000457763672,2636.0,0.010345511138439178,0.1388956755399704,0.0,1.78170645236969,2.1778416633605957,-0.00634330278262496,0.002590550808236003,0.16056230664253235,0.43427181243896484,0.7404347658157349,421.0,107776.0,2708.683007186977,6897664.0 +410.92,27.290000915527344,2577.0,0.014648307114839554,0.181640625,0.0,1.8243731260299683,2.1571736335754395,-0.003284754464402795,0.002592633944004774,0.2274324893951416,0.4391964375972748,0.714771568775177,422.0,108032.0,2715.040058574872,6914048.0 +407.3,26.600000381469727,2602.0,0.00824545044451952,0.10443115234375,0.0,1.9222545623779297,2.1784679889678955,-0.005060655530542135,0.0026011865120381117,0.37819311022758484,0.4594102203845978,0.6210377514362335,423.0,108288.0,2721.3367227490526,6930432.0 +404.76,26.350000381469727,2611.0,0.014174364507198334,0.1715291291475296,0.0,1.8485312461853027,2.187328338623047,-0.003843762679025531,0.002609585179015994,0.2208227515220642,0.4590442180633545,0.679268091917038,424.0,108544.0,2727.6106791789643,6946816.0 +407.82,27.040000915527344,2606.0,0.010115070268511772,0.1378173828125,0.0,1.8257465362548828,2.1857850551605225,-0.005070277024060488,0.0025904469657689333,0.26325932145118713,0.4258215129375458,0.6281991600990295,425.0,108800.0,2733.896579888882,6963200.0 +401.95,26.360000610351562,2573.0,0.009939770214259624,0.1224568709731102,0.0,1.852117896080017,2.1887495517730713,-0.005869429092854261,0.002589006209746003,0.2982768416404724,0.4362330734729767,0.6593880653381348,426.0,109056.0,2740.2630870549474,6979584.0 +388.45,25.110000610351562,2579.0,0.008516822941601276,0.1030476912856102,0.0,1.9169172048568726,2.170616865158081,-0.006857803091406822,0.002588936360552907,0.4217873811721802,0.44011935591697693,0.6041476428508759,427.0,109312.0,2746.6169386389665,6995968.0 +386.86,24.579999923706055,2560.0,0.007378476206213236,0.08642578125,0.0,1.9028657674789429,2.152153968811035,-0.006243081763386726,0.0025880259927362204,0.3785878121852875,0.4473233222961426,0.5987841188907623,428.0,109568.0,2753.017279163003,7012352.0 +391.16,24.989999771118164,2546.0,0.01026990171521902,0.12890625,0.0,1.881156086921692,2.134298801422119,-0.006241464987397194,0.0025877859443426132,0.3304827809333801,0.4496062994003296,0.6377550959587097,429.0,109824.0,2759.451530311024,7028736.0 +403.47,26.420000076293945,2593.0,0.009390304796397686,0.1213582381606102,0.0,1.8333386182785034,2.135826349258423,-0.008418151177465916,0.0025962437503039837,0.19084614515304565,0.4695703089237213,0.7723052352666855,430.0,110080.0,2765.769033696037,7045120.0 +409.53,26.969999313354492,2678.0,0.012971426360309124,0.1636555939912796,0.0,1.8509002923965454,2.1509268283843994,-0.0043074763379991055,0.002608340932056308,0.1969345062971115,0.47407928109169006,0.7823937833309174,431.0,110336.0,2771.889867424965,7061504.0 +396.97,26.229999542236328,2571.0,0.011398549191653728,0.14447021484375,0.0,1.935965895652771,2.1477599143981934,-0.0033798173535615206,0.002591484459117055,0.40422293543815613,0.46296966075897217,0.6001483500003815,432.0,110592.0,2778.261684566969,7077888.0 +395.46,26.280000686645508,2582.0,0.010619007050991058,0.1488037109375,0.0,1.840676188468933,2.1761789321899414,-0.0032034523319453,0.0025927082169800997,0.2301122397184372,0.4542309045791626,0.7316236793994904,433.0,110848.0,2784.6066666569095,7094272.0 +391.4,25.280000686645508,2550.0,0.005150660406798124,0.051513671875,0.0,1.8938156366348267,2.134979486465454,-0.006273169536143541,0.0025916912127286196,0.3470477759838104,0.45206907391548157,0.6948991119861603,434.0,111104.0,2791.0322542130016,7110656.0 +399.5,25.100000381469727,2555.0,0.006683228071779013,0.0808512344956398,0.0,1.900935173034668,2.151979684829712,-0.006384203676134348,0.0026128937024623156,0.3103867173194885,0.4671989381313324,0.7393838465213776,435.0,111360.0,2797.44373552897,7127040.0 +397.14,25.18000030517578,2563.0,0.006776430178433657,0.076904296875,0.0,1.8791818618774414,2.1712734699249268,-0.007265741005539894,0.002599719911813736,0.2897989749908447,0.4634009599685669,0.6991954743862152,436.0,111616.0,2803.835240002023,7143424.0 +403.58,25.790000915527344,2603.0,0.005004565697163343,0.0503946952521801,0.0,1.8945032358169556,2.160566806793213,-0.006304945331066847,0.0026030158624053,0.31195685267448425,0.46492746472358704,0.6664729118347168,437.0,111872.0,2810.1288387079258,7159808.0 +407.86,26.1200008392334,2520.0,0.006579841021448374,0.0719197615981102,0.0,1.891118049621582,2.1369502544403076,-0.00589706189930439,0.002592147095128894,0.34272852540016174,0.4509468376636505,0.6718170344829559,438.0,112128.0,2816.630646581063,7176192.0 +396.82,24.989999771118164,2515.0,0.007461853325366974,0.0884195938706398,0.0,1.8974782228469849,2.154991626739502,-0.007615765556693077,0.002603029366582632,0.31976523995399475,0.4652467668056488,0.6708943545818329,439.0,112384.0,2823.145065902034,7192576.0 +389.1,23.8799991607666,2546.0,0.005990542005747557,0.065673828125,0.0,1.913159966468811,2.160072088241577,-0.006803611759096384,0.0026066116988658905,0.3336299657821655,0.47144362330436707,0.7174568176269531,440.0,112640.0,2829.5805921540596,7208960.0 +396.02,25.829999923706055,2665.0,0.009993893094360828,0.114990234375,0.0,1.8565893173217773,2.1444342136383057,-0.0031600946094840765,0.002600553445518017,0.23261596262454987,0.4646090269088745,0.7480960786342621,441.0,112896.0,2835.7309749838896,7225344.0 +402.9,27.030000686645508,2587.0,0.005987707991153002,0.067138671875,0.0,1.834592342376709,2.1526730060577393,-0.006189241539686918,0.002592711476609111,0.23886211216449738,0.4465213716030121,0.7643007934093475,442.0,113152.0,2842.063783077989,7241728.0 +410.52,27.84000015258789,2673.0,0.006772571709007025,0.0789591446518898,0.0,1.857051968574524,2.1384847164154053,-0.005978727247565985,0.0025932302232831717,0.2895870506763458,0.4430069625377655,0.7480755746364594,443.0,113408.0,2848.1937386998907,7258112.0 +401.66,27.43000030517578,2606.0,0.011030755005776882,0.149658203125,0.0,1.9088908433914185,2.149723768234253,-0.004643973894417286,0.0025994740426540375,0.3334997594356537,0.4685452878475189,0.6760593950748444,444.0,113664.0,2854.4812319281045,7274496.0 +402.23,27.799999237060547,2514.0,0.008335198275744915,0.1041666641831398,0.0,1.8289942741394043,2.1308207511901855,-0.005132404621690512,0.002595905214548111,0.20440365374088287,0.4552803337574005,0.7929980605840683,445.0,113920.0,2860.9986312650144,7290880.0 +401.5,27.239999771118164,2575.0,0.010645732283592224,0.14849853515625,0.0,1.896321415901184,2.095338821411133,-0.006873695179820061,0.0025935741141438484,0.34056851267814636,0.4570769965648651,0.7277300953865051,446.0,114176.0,2867.360284819035,7307264.0 +401.72,26.719999313354492,2607.0,0.007383835036307573,0.0890706405043602,0.0,1.8610066175460815,2.120112180709839,-0.0076498971320688725,0.002608636161312461,0.24424181878566742,0.4634188413619995,0.765396922826767,447.0,114432.0,2873.6454299830366,7323648.0 +394.02,26.1200008392334,2567.0,0.008482697419822216,0.1008707657456398,0.0,1.9508284330368042,2.1125969886779785,-0.007855418138206005,0.002594726625829935,0.45702943205833435,0.45393165946006775,0.6731539070606232,448.0,114688.0,2880.0277695709374,7340032.0 +399.15,26.100000381469727,2568.0,0.009495926089584827,0.11993408203125,0.0,1.8588145971298218,2.123664379119873,-0.006807943340390921,0.0025907016824930906,0.29383257031440735,0.44459185004234314,0.7421146631240845,449.0,114944.0,2886.407683114987,7356416.0 +392.59,25.489999771118164,2508.0,0.013820231892168522,0.1864217072725296,0.0,1.9287033081054688,2.105841875076294,-0.004592360462993383,0.002592298435047269,0.385232537984848,0.46558877825737,0.6987015008926392,450.0,115200.0,2892.9393411020283,7372800.0 +387.98,24.610000610351562,2564.0,0.009895747527480125,0.1294962614774704,0.0,1.9547747373580933,2.1205365657806396,-0.007644563913345337,0.002616078592836857,0.38759052753448486,0.48179003596305847,0.6749277114868164,451.0,115456.0,2899.330076874001,7389184.0 +384.83,24.760000228881836,2536.0,0.01205096859484911,0.1523030549287796,0.0,1.9272698163986206,2.1188323497772217,-0.006016895640641451,0.0026047348510473967,0.35577237606048584,0.4742216169834137,0.6860381066799164,452.0,115712.0,2905.7902196140494,7405568.0 +397.1,26.489999771118164,2650.0,0.020883983001112938,0.2085164338350296,0.0,1.8834775686264038,2.115464448928833,0.0008863010443747044,0.0025874397251755,0.32509645819664,0.44747766852378845,0.7417363822460175,453.0,115968.0,2911.9736973200925,7421952.0 +410.35,27.700000762939453,2596.0,0.011265234090387821,0.1500244140625,0.0,1.782770037651062,2.1394100189208984,-0.008505872450768948,0.0025856492575258017,0.146896630525589,0.4463970363140106,0.8107377141714096,454.0,116224.0,2918.2851238150615,7438336.0 +402.22,27.40999984741211,2606.0,0.012557645328342915,0.1614786833524704,0.0,1.8642586469650269,2.1195733547210693,-0.0037220672238618135,0.002581370063126087,0.3083079159259796,0.4443374574184418,0.6610271334648132,455.0,116480.0,2924.5708394038957,7454720.0 +393.63,26.280000686645508,2628.0,0.008928488940000534,0.1066691055893898,0.0,1.8629636764526367,2.0897176265716553,-0.002832879312336445,0.0025863598566502333,0.3151746690273285,0.43592655658721924,0.7297361493110657,456.0,116736.0,2930.8045913209207,7471104.0 +404.11,26.420000076293945,2698.0,0.009819100610911846,0.1203206405043602,0.0,1.7843931913375854,2.092527151107788,-0.008383285254240036,0.002583174966275692,0.19150185585021973,0.42636343836784363,0.7664169520139694,457.0,116992.0,2936.877632035874,7487488.0 +402.53,26.579999923706055,2611.0,0.012574214488267899,0.1504313200712204,0.0,1.8431731462478638,2.1098685264587402,-0.004270588513463736,0.0025865421630442142,0.28455719351768494,0.43299293518066406,0.6586171388626099,458.0,117248.0,2943.151179648936,7503872.0 +406.3,27.139999389648438,2645.0,0.0094295097514987,0.13232421875,0.0,1.7755190134048462,2.114832639694214,-0.007786843925714493,0.0025878101587295532,0.14613942801952362,0.4374793469905853,0.8045060783624649,459.0,117504.0,2949.345369172981,7520256.0 +395.61,26.170000076293945,2651.0,0.011344477534294128,0.1497395783662796,0.0,1.8965336084365845,2.1106553077697754,-0.004643882159143686,0.002599280094727874,0.3428030014038086,0.4512426555156708,0.6635250747203827,460.0,117760.0,2955.5255718019325,7536640.0 +392.8,25.700000762939453,2623.0,0.011134549975395203,0.14459228515625,0.0,1.9080004692077637,2.113922595977783,-0.005785121116787195,0.0025929065886884928,0.3578529357910156,0.4595451056957245,0.6523610353469849,461.0,118016.0,2961.774055049056,7553024.0 +393.04,25.440000534057617,2654.0,0.010003237053751945,0.1330769807100296,0.0,1.8175181150436401,2.145207405090332,-0.0064889672212302685,0.0025987986009567976,0.2202550172805786,0.43593230843544006,0.7276219427585602,462.0,118272.0,2967.948135327082,7569408.0 +394.69,25.549999237060547,2694.0,0.009685312397778034,0.11199951171875,0.0,1.839694857597351,2.122370958328247,-0.007678583264350891,0.0025834834668785334,0.2774566113948822,0.4381270706653595,0.6798670589923859,463.0,118528.0,2974.0284556029364,7585792.0 +401.23,25.1200008392334,2655.0,0.010474666953086853,0.1336669921875,0.0,1.846053123474121,2.109891653060913,-0.006964073982089758,0.002576088532805443,0.30797258019447327,0.43208542466163635,0.6486581861972809,464.0,118784.0,2980.199439584976,7602176.0 +398.46,25.709999084472656,2679.0,0.016860755160450935,0.1954752653837204,0.0,1.867693543434143,2.1125471591949463,-0.001768559101037681,0.0025792827364057302,0.3183078467845917,0.4417925775051117,0.6327691078186035,465.0,119040.0,2986.31621652795,7618560.0 +395.33,25.75,2617.0,0.00712364399805665,0.0885009765625,0.0,1.8391836881637573,2.131096124649048,-0.0034286861773580313,0.0025771113578230143,0.2804945111274719,0.4351201057434082,0.6649375557899475,466.0,119296.0,2992.57632774394,7634944.0 +398.62,26.059999465942383,2628.0,0.005956790875643492,0.0648600235581398,0.0,1.8439030647277832,2.1390602588653564,-0.0043295579962432384,0.002582727698609233,0.2888665795326233,0.43382611870765686,0.6670022308826447,467.0,119552.0,2998.809166553896,7651328.0 +403.06,26.31999969482422,2700.0,0.006481064949184656,0.0743001326918602,0.0,1.826509952545166,2.124044179916382,-0.005515487864613533,0.0025792079977691174,0.27597475051879883,0.42567455768585205,0.7233340740203857,468.0,119808.0,3004.875915936893,7667712.0 +407.88,26.15999984741211,2685.0,0.005858086049556732,0.0676473006606102,0.0,1.8255306482315063,2.129281759262085,-0.005431657191365957,0.0025773874949663877,0.24439658224582672,0.4413631856441498,0.7445536851882935,469.0,120064.0,3010.978306777077,7684096.0 +402.47,25.3700008392334,2657.0,0.006230469793081284,0.0647786483168602,0.0,1.8889521360397339,2.119081974029541,-0.006193502340465784,0.002575637772679329,0.3642460107803345,0.44639459252357483,0.6800843179225922,470.0,120320.0,3017.1453300379217,7700480.0 +400.64,26.06999969482422,2646.0,0.00910096149891615,0.1151123046875,0.0,1.7868876457214355,2.1370160579681396,-0.007690696511417627,0.002573614241555333,0.21861010789871216,0.4198361337184906,0.7153311371803284,471.0,120576.0,3023.342122060014,7716864.0 +403.26,26.200000762939453,2609.0,0.011532568372786045,0.1435750275850296,0.0,1.780966877937317,2.1483960151672363,-0.006225513760000467,0.002569245407357812,0.1924058198928833,0.4278506338596344,0.7185346782207489,472.0,120832.0,3029.621703014942,7733248.0 +401.07,26.43000030517578,2570.0,0.008033161982893944,0.0968221053481102,0.0,1.8282265663146973,2.1432077884674072,-0.00805703829973936,0.0025755451060831547,0.28541675209999084,0.4272348880767822,0.6947580873966217,473.0,121088.0,3035.9958446950186,7749632.0 +401.08,26.239999771118164,2589.0,0.010134370066225529,0.1217041015625,0.0,1.8105573654174805,2.1410138607025146,-0.006974983960390091,0.0025744056329131126,0.24834708869457245,0.4275660216808319,0.7175805568695068,474.0,121344.0,3042.325211210875,7766016.0 +403.65,26.43000030517578,2531.0,0.012136953882873058,0.1584065705537796,0.0,1.7555187940597534,2.1278738975524902,-0.007039706688374281,0.0025725301820784807,0.1586930900812149,0.4182255268096924,0.7653850615024567,475.0,121600.0,3048.797662514029,7782400.0 +407.72,27.549999237060547,2642.0,0.009486052207648754,0.1234130859375,0.0,1.8347091674804688,2.126213312149048,-0.008814765140414238,0.0025684398133307695,0.2992505431175232,0.430941104888916,0.664933979511261,476.0,121856.0,3054.9996661848854,7798784.0 +402.95,26.719999313354492,2594.0,0.013478872366249561,0.1594645231962204,0.0,1.8146568536758423,2.119502305984497,-0.004875809419900179,0.0025676966179162264,0.2527082562446594,0.4305250942707062,0.6865904331207275,477.0,122112.0,3061.314540545922,7815168.0 +408.6,26.920000076293945,2568.0,0.013433664105832577,0.17071533203125,0.0,1.8228164911270142,2.130542516708374,-0.004449350293725729,0.0025703238788992167,0.25566455721855164,0.4355771541595459,0.7213796973228455,478.0,122368.0,3067.694772335002,7831552.0 +408.36,26.350000381469727,2567.0,0.008009062148630619,0.10333251953125,0.0,1.7952427864074707,2.135347604751587,-0.007973822765052319,0.00257277162745595,0.22241079807281494,0.42697873711586,0.7248144745826721,479.0,122624.0,3074.0758201458957,7847936.0 +401.01,26.329999923706055,2562.0,0.01461584959179163,0.1785685271024704,0.0,1.8564724922180176,2.1484928131103516,-0.005525457207113504,0.002575764199718833,0.32807984948158264,0.43156078457832336,0.6498410403728485,480.0,122880.0,3080.470832729945,7864320.0 +402.18,26.540000915527344,2533.0,0.009386938996613026,0.1217854842543602,0.0,1.8518012762069702,2.1693525314331055,-0.0033078938722610474,0.0025797546841204166,0.299087792634964,0.43738117814064026,0.7235182523727417,481.0,123136.0,3086.9420211119577,7880704.0 +393.5,24.6200008392334,2569.0,0.009034593589603901,0.1094563826918602,0.0,1.8837714195251465,2.1548144817352295,-0.006908215582370758,0.0025797805283218622,0.35567834973335266,0.4444984495639801,0.6774599552154541,482.0,123392.0,3093.3199566549156,7897088.0 +393.74,24.700000762939453,2606.0,0.007869618013501167,0.0944620743393898,0.0,1.9027844667434692,2.132336139678955,-0.006855407264083624,0.0025881435722112656,0.362941175699234,0.4554210603237152,0.683356910943985,483.0,123648.0,3099.607745677,7913472.0 +391.16,24.09000015258789,2640.0,0.009980550967156887,0.1122233048081398,0.0,1.8788591623306274,2.125566005706787,-0.005422200541943312,0.0025909533724188805,0.2981237471103668,0.46099865436553955,0.6450831592082977,484.0,123904.0,3105.8126646410674,7929856.0 +392.4,25.260000228881836,2591.0,0.009932818822562695,0.1272176057100296,0.0,1.9026594161987305,2.108588457107544,-0.006061950698494911,0.0026082417462021112,0.29461225867271423,0.4783799946308136,0.6426665186882019,485.0,124160.0,3112.135965433903,7946240.0 +389.34,25.520000457763672,2614.0,0.011860944330692291,0.1399943083524704,0.0,1.9509086608886719,2.119906187057495,-0.005326712038367987,0.002606238005682826,0.3848738372325897,0.48187851905822754,0.6545850038528442,486.0,124416.0,3118.403713209089,7962624.0 +399.49,24.610000610351562,2572.0,0.008522674441337585,0.11126708984375,0.0,1.8837565183639526,2.0958805084228516,-0.005860075354576111,0.0026157747488468885,0.26467883586883545,0.470348596572876,0.753632441163063,487.0,124672.0,3124.7738328219857,7979008.0 +413.74,25.899999618530273,2601.0,0.010565639473497868,0.1368611603975296,0.0,1.9145339727401733,2.108686923980713,-0.0048612081445753574,0.0026071062311530113,0.29878148436546326,0.48753800988197327,0.7661076933145523,488.0,124928.0,3131.0740531189367,7995392.0 +403.16,25.610000610351562,2591.0,0.008047542534768581,0.10125732421875,0.0,1.9489368200302124,2.1344690322875977,-0.004479715134948492,0.0026047099381685257,0.4259345233440399,0.4594390094280243,0.6524277329444885,489.0,125184.0,3137.396489378065,8011776.0 +382.09,23.8799991607666,2620.0,0.005773163866251707,0.0624796561896801,0.0,2.0386452674865723,2.126358985900879,-0.005733496975153685,0.0025971417780965567,0.6188769936561584,0.4576326608657837,0.5700733065605164,490.0,125440.0,3143.650292879902,8028160.0 +389.87,24.739999771118164,2623.0,0.0062560513615608215,0.0716349259018898,0.0,1.9012266397476196,2.145122766494751,-0.006501319352537394,0.0026017825584858656,0.34412863850593567,0.4562237560749054,0.7281274199485779,491.0,125696.0,3149.8959644909482,8044544.0 +389.45,24.549999237060547,2616.0,0.00981603842228651,0.1195068359375,0.0,1.9149409532546997,2.133352518081665,-0.004331429023295641,0.0025927789974957705,0.3648759424686432,0.46177831292152405,0.6743063926696777,492.0,125952.0,3156.158881010022,8060928.0 +409.3,25.799999237060547,2664.0,0.010066037997603416,0.1384480744600296,0.0,1.819535255432129,2.1362979412078857,-0.006995189934968948,0.002582272281870246,0.22289060056209564,0.4453117847442627,0.7871130406856537,493.0,126208.0,3162.3101391359232,8077312.0 +399.25,25.079999923706055,2526.0,0.009434557519853115,0.1287841796875,0.0,1.9234343767166138,2.1266491413116455,-0.006838705390691757,0.0025696672964841127,0.4523288905620575,0.44054165482521057,0.6632245182991028,494.0,126464.0,3168.7973775949795,8093696.0 +392.95,25.229999542236328,2591.0,0.00991816259920597,0.1190592423081398,0.0,1.8500714302062988,2.1613729000091553,-0.007082099560648203,0.002572542754933238,0.30070868134498596,0.44214141368865967,0.7383778691291809,495.0,126720.0,3175.120279819006,8110080.0 +395.37,25.68000030517578,2604.0,0.012087966315448284,0.1493937224149704,0.0,1.8842768669128418,2.1475460529327393,-0.006935787852853537,0.0025699061807245016,0.3912406265735626,0.43211472034454346,0.6615720391273499,496.0,126976.0,3181.412262293976,8126464.0 +403.79,26.040000915527344,2562.0,0.013446907512843609,0.1515095978975296,0.0,1.8500304222106934,2.154906988143921,-0.004902391694486141,0.0025746654719114304,0.2739061713218689,0.45219627022743225,0.7236748039722443,497.0,127232.0,3187.806333757937,8142848.0 +397.46,25.5,2504.0,0.01230092067271471,0.1636149138212204,0.0,1.9322558641433716,2.1798431873321533,-0.0035580836702138186,0.0025861661415547132,0.43453386425971985,0.4472624361515045,0.615707129240036,498.0,127488.0,3194.349231516011,8159232.0 +391.13,25.209999084472656,2492.0,0.008505883626639843,0.1139933243393898,0.0,1.8862805366516113,2.1870737075805664,-0.006376124918460846,0.0025796382687985897,0.35357487201690674,0.4479207992553711,0.6883732676506042,499.0,127744.0,3200.9235092590097,8175616.0 +389.04,25.639999389648438,2551.0,0.007917150855064392,0.0828653946518898,0.0,1.8624407052993774,2.192270278930664,-0.007309552747756243,0.0025855146814137697,0.37829115986824036,0.45771899819374084,0.6600811779499054,500.0,128000.0,3207.346011780901,8192000.0 +396.93,26.270000457763672,2542.0,0.00620921328663826,0.07098388671875,0.0,1.7905573844909668,2.183202028274536,-0.0073778158985078335,0.0025922106578946114,0.22859923541545868,0.45739424228668213,0.8051793128252029,501.0,128256.0,3213.7905840959866,8208384.0 +411.09,27.540000915527344,2623.0,0.006049767602235079,0.0661214217543602,0.0,1.7853714227676392,2.194922924041748,-0.005794826429337263,0.002586993621662259,0.20039643347263336,0.46766197681427,0.8104982972145081,502.0,128512.0,3220.0364801529795,8224768.0 +406.91,27.56999969482422,2589.0,0.007166994269937277,0.08526611328125,0.0,1.8584214448928833,2.1743218898773193,-0.006723109632730484,0.002603482687845826,0.31982123851776123,0.4738735258579254,0.6854107081890106,503.0,128768.0,3226.363695970038,8241152.0 +401.81,26.489999771118164,2579.0,0.007389697711914778,0.0909016951918602,0.0,1.8497930765151978,2.169691324234009,-0.00603865971788764,0.002614465309306979,0.27178260684013367,0.48345518112182617,0.7568971365690231,504.0,129024.0,3232.7155053280294,8257536.0 +396.22,25.8799991607666,2594.0,0.007616203278303146,0.0839436873793602,0.0,1.8984613418579102,2.1627652645111084,-0.005576746072620153,0.002599976258352399,0.41008260846138,0.46909502148628235,0.6632550656795502,505.0,129280.0,3239.03093562508,8273920.0 +400.68,25.989999771118164,2600.0,0.005923474207520485,0.0663859024643898,0.0,1.874335765838623,2.177626132965088,-0.007174685597419739,0.0025999117642641068,0.3482690155506134,0.4778953790664673,0.7291834950447083,506.0,129536.0,3245.3311064189766,8290304.0 +390.87,25.65999984741211,2543.0,0.008970553986728191,0.1031290665268898,0.0,1.9078783988952637,2.1509602069854736,-0.005881957709789276,0.0025985261891037226,0.4015459716320038,0.48408329486846924,0.7058725357055664,507.0,129792.0,3251.7742036089767,8306688.0 +388.9,26.049999237060547,2591.0,0.006775937508791685,0.0763753280043602,0.0,1.8932465314865112,2.1607744693756104,-0.005977679509669542,0.002605745568871498,0.36632904410362244,0.48373374342918396,0.7136067450046539,508.0,130048.0,3258.098053466063,8323072.0 +396.02,26.860000610351562,2642.0,0.007769280578941107,0.0985921248793602,0.0,1.8873891830444336,2.171278953552246,-0.005748796742409468,0.0025992405135184526,0.36091455817222595,0.4836200475692749,0.6904304921627045,509.0,130304.0,3264.2985535280313,8339456.0 +392.91,25.610000610351562,2681.0,0.006888790521770716,0.0814208984375,0.0,1.8974623680114746,2.158669948577881,-0.006622046232223511,0.002600982552394271,0.40166401863098145,0.4729250967502594,0.6977028250694275,510.0,130560.0,3270.409790688893,8355840.0 +392.6,25.399999618530273,2606.0,0.010144421830773354,0.1331990510225296,0.0,1.8331502676010132,2.1639058589935303,-0.004003511276096106,0.0025957394391298294,0.25282448530197144,0.4833008944988251,0.8084000200033188,511.0,130816.0,3276.6963483688887,8372224.0 +409.59,27.420000076293945,2621.0,0.011794145219027996,0.1594645231962204,0.0,1.807660698890686,2.185521125793457,-0.005387396086007357,0.0026023408863693476,0.196807399392128,0.4842349588871002,0.8077556192874908,512.0,131072.0,3282.9502281460445,8388608.0 +402.98,27.229999542236328,2591.0,0.008910729549825191,0.111328125,0.0,1.8629050254821777,2.180359363555908,-0.00605932017788291,0.0026062307879328728,0.3034088909626007,0.48492610454559326,0.7421355545520782,513.0,131328.0,3289.274097169051,8404992.0 +403.6,26.65999984741211,2559.0,0.0064561739563941956,0.0761922225356102,0.0,1.898066520690918,2.173872232437134,-0.00614521699026227,0.0026034244801849127,0.37779489159584045,0.4842621386051178,0.7298865616321564,514.0,131584.0,3295.676677281037,8421376.0 +403.96,25.34000015258789,2562.0,0.007120590191334486,0.0846761092543602,0.0,1.9463917016983032,2.1503846645355225,-0.0054836454801261425,0.0025979485362768173,0.477039098739624,0.4847451150417328,0.6702829897403717,515.0,131840.0,3302.0716882809065,8437760.0 +403.44,24.700000762939453,2584.0,0.007628012914210558,0.0934855118393898,0.0,1.909149169921875,2.136411428451538,-0.004837568383663893,0.002611506497487426,0.32504984736442566,0.5170019268989563,0.7927786260843277,516.0,132096.0,3308.411157104885,8454144.0 +404.09,25.520000457763672,2522.0,0.007636811584234238,0.0930582657456398,0.0,1.8742064237594604,2.1330857276916504,-0.006185565609484911,0.0025999455247074366,0.322824627161026,0.4893510043621063,0.7701423913240433,517.0,132352.0,3314.907760870876,8470528.0 +397.01,25.65999984741211,2584.0,0.005614351946860552,0.05902099609375,0.0,1.9586292505264282,2.144336462020874,-0.006597192957997322,0.0026208870112895966,0.4646977484226227,0.49328526854515076,0.7426342666149139,518.0,132608.0,3321.248678178992,8486912.0 +391.26,24.3700008392334,2582.0,0.0068186004646122456,0.0768229141831398,0.0,1.9257529973983765,2.115290641784668,-0.006328566465526819,0.0026011106092482805,0.45170798897743225,0.47547435760498047,0.7090650498867035,519.0,132864.0,3327.593714749906,8503296.0 +402.93,24.75,2612.0,0.006086710840463638,0.07342529296875,0.0,1.8318792581558228,2.1412787437438965,-0.005448035430163145,0.002587808994576335,0.3009675443172455,0.4624621570110321,0.8057089298963547,520.0,133120.0,3333.8656185269356,8519680.0 +404.47,25.84000015258789,2592.0,0.0059948754496872425,0.06463623046875,0.0,1.8709850311279297,2.0883026123046875,-0.0068714371882379055,0.0025880897883325815,0.3659489154815674,0.4700421094894409,0.7968620657920837,521.0,133376.0,3340.185297674034,8536064.0 +405.36,26.75,2613.0,0.006415619049221277,0.0722249373793602,0.0,1.813222050666809,2.112809896469116,-0.007066057994961739,0.002579379128292203,0.29211828112602234,0.45341476798057556,0.7856883555650711,522.0,133632.0,3346.457492173882,8552448.0 +404.55,26.93000030517578,2597.0,0.006135065108537674,0.0676066055893898,0.0,1.8337922096252441,2.135327100753784,-0.006343616172671318,0.0025835074484348297,0.3389474153518677,0.44791483879089355,0.7975486665964127,523.0,133888.0,3352.765416218899,8568832.0 +407.05,26.889999389648438,2501.0,0.007933762855827808,0.0943400040268898,0.0,1.8416671752929688,2.1091196537017822,-0.0069992877542972565,0.0025769418571144342,0.34247705340385437,0.45788443088531494,0.769933208823204,524.0,134144.0,3359.3148331029806,8585216.0 +408.82,27.170000076293945,2522.0,0.006021684035658836,0.0723063126206398,0.0,1.8003586530685425,2.11521577835083,-0.00495569733902812,0.0025827933568507433,0.26147565245628357,0.4520895481109619,0.8037046790122986,525.0,134400.0,3365.8106447430328,8601600.0 +411.61,27.850000381469727,2598.0,0.006103977560997009,0.0701700821518898,0.0,1.8567160367965698,2.0947296619415283,-0.006656412035226822,0.002586215268820524,0.32742252945899963,0.47595930099487305,0.8046445399522781,526.0,134656.0,3372.118116178084,8617984.0 +414.37,27.989999771118164,2655.0,0.006340153515338898,0.0782267227768898,0.0,1.7926017045974731,2.120032787322998,-0.006441137287765741,0.0025805498007684946,0.2518046796321869,0.451784610748291,0.8354275077581406,527.0,134912.0,3378.288445905084,8634368.0 +411.44,27.719999313354492,2601.0,0.008342931978404522,0.0982666015625,0.0,1.8225034475326538,2.147963285446167,-0.006905681919306517,0.002572163473814726,0.3389870226383209,0.44266727566719055,0.7837393283843994,528.0,135168.0,3384.5880951168947,8650752.0 +410.22,28.719999313354492,2564.0,0.005447073373943567,0.0634562149643898,0.0,1.8067954778671265,2.1285312175750732,-0.006730999797582626,0.0025844096671789885,0.24877159297466278,0.4663928747177124,0.8461163491010666,529.0,135424.0,3390.9781777269673,8667136.0 +412.15,29.31999969482422,2553.0,0.008614798076450825,0.114990234375,0.0,1.7629164457321167,2.134958028793335,-0.005078051704913378,0.0025844192132353783,0.17716103792190552,0.45645347237586975,0.8508230298757553,530.0,135680.0,3397.3945603328757,8683520.0 +415.99,28.790000915527344,2610.0,0.013557358644902706,0.1742146760225296,0.0,1.841046690940857,2.128880023956299,-0.0021011519711464643,0.0025759011041373014,0.31601157784461975,0.4665391445159912,0.8269331753253937,531.0,135936.0,3403.671477281954,8699904.0 +414.24,28.479999542236328,2595.0,0.014600086025893688,0.1867268830537796,0.0,1.7932859659194946,2.1367380619049072,-0.0015625813975930214,0.002575896680355072,0.26679161190986633,0.44226598739624023,0.7966450750827789,532.0,136192.0,3409.9846848540474,8716288.0 +409.96,27.700000762939453,2530.0,0.015351931564509869,0.1850789338350296,0.0,1.8399572372436523,2.1344966888427734,-0.0037777896504849195,0.0025780932046473026,0.31890860199928284,0.4646155834197998,0.7751950621604919,533.0,136448.0,3416.460244066082,8732672.0 +411.81,28.059999465942383,2584.0,0.01488084439188242,0.1983439177274704,0.0,1.8409355878829956,2.1361005306243896,-0.002070350805297494,0.0025893712881952524,0.28528106212615967,0.47553062438964844,0.8208099603652954,534.0,136704.0,3422.8016364679206,8749056.0 +409.46,27.93000030517578,2577.0,0.009799080900847912,0.1286824494600296,0.0,1.7945750951766968,2.1211540699005127,-0.007434309925884008,0.002562152687460184,0.30777043104171753,0.4352736473083496,0.7808898240327835,535.0,136960.0,3429.1598113388754,8765440.0 +401.15,25.8799991607666,2556.0,0.009595907293260098,0.1138509139418602,0.0,1.9205063581466675,2.122513771057129,-0.005599576979875565,0.0025612167082726955,0.5182625651359558,0.45513713359832764,0.7485540211200714,536.0,137216.0,3435.569903974887,8781824.0 +403.23,26.6200008392334,2616.0,0.00886512454599142,0.1147664412856102,0.0,1.7805026769638062,2.1437251567840576,-0.004275206942111254,0.0025663815904408693,0.23610514402389526,0.45251622796058655,0.8263015002012253,537.0,137472.0,3441.833445572993,8798208.0 +407.88,27.239999771118164,2552.0,0.011028669774532318,0.1429443359375,0.0,1.7599139213562012,2.1515536308288574,-0.008163496851921082,0.002567470772191882,0.19786153733730316,0.4545420706272125,0.835696280002594,538.0,137728.0,3448.2536205390934,8814592.0 +413.19,28.399999618530273,2572.0,0.010730057023465633,0.1367594450712204,0.0,1.8456921577453613,2.13266658782959,-0.007411413360387087,0.002585250185802579,0.3151991665363312,0.4725576341152191,0.7659385204315186,539.0,137984.0,3454.622084392933,8830976.0 +411.08,27.420000076293945,2582.0,0.012766990810632706,0.1755167692899704,0.0,1.7820134162902832,2.164254903793335,-0.0030421086121350527,0.0025721031706780195,0.22632868587970734,0.45517778396606445,0.8060029149055481,540.0,138240.0,3460.9672377360985,8847360.0 +410.96,27.389999389648438,2701.0,0.007653032895177603,0.0962320938706398,0.0,1.818464756011963,2.1389920711517334,-0.005525784566998482,0.002589758252725005,0.23124636709690094,0.4835941791534424,0.8263819217681885,541.0,138496.0,3467.0338561790995,8863744.0 +410.75,27.229999542236328,2676.0,0.007550317794084549,0.09552001953125,0.0,1.8208423852920532,2.149702787399292,-0.006217263173311949,0.002585727721452713,0.2613159716129303,0.4734167754650116,0.7616145461797714,542.0,138752.0,3473.156942730071,8880128.0 +412.84,28.270000457763672,2595.0,0.00909604225307703,0.11077880859375,0.0,1.7934308052062988,2.1352293491363525,-0.005816729739308357,0.0025933177676051855,0.17699088156223297,0.4842275083065033,0.8020840585231781,543.0,139008.0,3479.4720938468818,8896512.0 +414.0,28.040000915527344,2602.0,0.01034433115273714,0.1339314728975296,0.0,1.8681212663650513,2.133274555206299,-0.0031390886288136244,0.0026206362526863813,0.2506665289402008,0.5067141056060791,0.8121246695518494,544.0,139264.0,3485.7674701740034,8912896.0 +409.32,27.190000534057617,2628.0,0.01204434409737587,0.1575724333524704,0.0,1.86632239818573,2.133894681930542,-0.0058052618987858295,0.0026127423625439405,0.2799879014492035,0.4964852035045624,0.72193443775177,545.0,139520.0,3492.0034302999265,8929280.0 +407.66,26.049999237060547,2634.0,0.010899059474468231,0.146240234375,0.0,1.8594279289245605,2.1289470195770264,-0.0050754239782691,0.0025993383023887873,0.27947351336479187,0.49556204676628113,0.7835776954889297,546.0,139776.0,3498.224428076064,8945664.0 +409.37,26.920000076293945,2614.0,0.012311904691159725,0.156005859375,0.0,1.8315696716308594,2.1531002521514893,-0.0058631631545722485,0.00259984633885324,0.2446247786283493,0.48563817143440247,0.7838472574949265,547.0,140032.0,3504.4928813129663,8962048.0 +413.6,26.75,2556.0,0.009008385241031647,0.1132405623793602,0.0,1.8147639036178589,2.159095525741577,-0.007762931752949953,0.0025885256472975016,0.2681281864643097,0.4639519453048706,0.7755691409111023,548.0,140288.0,3510.902695348952,8978432.0 +405.89,25.860000610351562,2492.0,0.011195462197065353,0.13909912109375,0.0,1.8621286153793335,2.1787941455841064,-0.005852903705090284,0.0025739448610693216,0.37864354252815247,0.46136558055877686,0.7396108210086823,549.0,140544.0,3517.476951010991,8994816.0 +395.65,25.3700008392334,2571.0,0.01195310428738594,0.1542765349149704,0.0,1.884236454963684,2.1801517009735107,-0.00474105030298233,0.0025612106546759605,0.3807946741580963,0.4437679350376129,0.6837154030799866,550.0,140800.0,3523.8499330459163,9011200.0 +398.62,26.68000030517578,2611.0,0.014331166632473469,0.1821085661649704,0.0,1.8722658157348633,2.16005802154541,-0.003069879487156868,0.002572983969002962,0.29352685809135437,0.4677417278289795,0.745922714471817,551.0,141056.0,3530.124338819878,9027584.0 +401.57,26.93000030517578,2553.0,0.012436716817319393,0.1551106721162796,0.0,1.8489141464233398,2.1761908531188965,-0.0068759736604988575,0.0025786932092159986,0.23010815680027008,0.477240651845932,0.789506733417511,552.0,141312.0,3536.5423761219718,9043968.0 +396.67,26.079999923706055,2482.0,0.010590597055852413,0.128662109375,0.0,1.9696959257125854,2.1870596408843994,-0.005062340293079615,0.0025754254311323166,0.4950322210788727,0.46545812487602234,0.6314433217048645,553.0,141568.0,3543.142839214066,9060352.0 +388.06,25.440000534057617,2557.0,0.014327135868370533,0.1791585236787796,0.0,1.8987733125686646,2.1841931343078613,-0.004313027486205101,0.0025696493685245514,0.36424335837364197,0.46202555298805237,0.6949352920055389,554.0,141824.0,3549.5489401801024,9076736.0 +373.08,24.540000915527344,2555.0,0.009994340129196644,0.1265055388212204,0.0,1.9059118032455444,2.196615219116211,-0.006928581278771162,0.002552392426878214,0.46182140707969666,0.43165281414985657,0.5943888425827026,555.0,142080.0,3555.961732489057,9093120.0 +380.26,24.959999084472656,2524.0,0.01013608742505312,0.1189982071518898,0.0,1.8428138494491577,2.2032620906829834,-0.0065281749702990055,0.0025556974578648806,0.31024518609046936,0.4423849880695343,0.6918112635612488,556.0,142336.0,3562.453903086018,9109504.0 +388.86,25.100000381469727,2528.0,0.009152114391326904,0.1171061173081398,0.0,1.8430099487304688,2.219095468521118,-0.0057707116939127445,0.0025557796470820904,0.2669753134250641,0.4636251628398895,0.687166303396225,557.0,142592.0,3568.9342383299954,9125888.0 +396.8,25.770000457763672,2546.0,0.01248276885598898,0.16558837890625,0.0,1.85909903049469,2.1924068927764893,-0.004184957128018141,0.002576964208856225,0.2582899034023285,0.4716552495956421,0.7079143822193146,558.0,142848.0,3575.3684252980165,9142272.0 +405.47,26.31999969482422,2670.0,0.010631049983203411,0.1395060271024704,0.0,1.7953966856002808,2.1991045475006104,-0.006320631597191095,0.002566182054579258,0.18019235134124756,0.45454344153404236,0.7813707590103149,559.0,143104.0,3581.5048292800784,9158656.0 +407.12,26.350000381469727,2561.0,0.009744896553456783,0.1194051131606102,0.0,1.8602327108383179,2.198463201522827,-0.0051003508269786835,0.002580573782324791,0.2573178708553314,0.4724521338939667,0.6939340531826019,560.0,143360.0,3587.9031993269455,9175040.0 +400.31,26.639999389648438,2667.0,0.009777379222214222,0.1274007111787796,0.0,1.850422739982605,2.203937292098999,-0.007369222119450569,0.0026007944252341986,0.19312512874603271,0.48700883984565735,0.7302473783493042,561.0,143616.0,3594.0460747340694,9191424.0 +397.55,26.790000915527344,2681.0,0.010541980154812336,0.1263020783662796,0.0,1.8778215646743774,2.206352949142456,-0.00632445840165019,0.0025897128507494926,0.2611517906188965,0.48489704728126526,0.6490058302879333,562.0,143872.0,3600.156658611959,9207808.0 +393.06,25.959999084472656,2668.0,0.006493837106972933,0.0755615234375,0.0,1.8942891359329224,2.20692777633667,-0.005808091256767511,0.002582881134003401,0.31957700848579407,0.4750264883041382,0.6763734519481659,563.0,144128.0,3606.297026921995,9224192.0 +395.29,26.09000015258789,2581.0,0.009509277530014515,0.11834716796875,0.0,1.8612385988235474,2.186847448348999,-0.006554311607033014,0.0025954495649784803,0.20824337005615234,0.4919576346874237,0.6660919785499573,564.0,144384.0,3612.6452204750385,9240576.0 +400.28,26.260000228881836,2603.0,0.015803193673491478,0.1748453825712204,0.0,1.890602469444275,2.199913740158081,-0.006256204564124346,0.002587578259408474,0.31321772933006287,0.472548246383667,0.6402959823608398,565.0,144640.0,3618.939188024029,9256960.0 +396.08,25.309999465942383,2615.0,0.009675768204033375,0.115478515625,0.0,1.876505732536316,2.209979772567749,-0.00824509747326374,0.002612349344417453,0.20831173658370972,0.5007029175758362,0.7263444066047668,566.0,144896.0,3625.2039067898877,9273344.0 +400.08,26.530000686645508,2599.0,0.010357760824263096,0.1407267302274704,0.0,1.8502192497253418,2.197185516357422,-0.00812604557722807,0.0026027660351246595,0.1783466339111328,0.49391642212867737,0.7396765053272247,567.0,145152.0,3631.5083966159727,9289728.0 +403.54,27.489999771118164,2646.0,0.011065073311328888,0.13897705078125,0.0,1.8564400672912598,2.1848461627960205,-0.005078471265733242,0.002590455813333392,0.1969265192747116,0.4938175678253174,0.7029600143432617,568.0,145408.0,3637.7008694959804,9306112.0 +407.49,28.09000015258789,2611.0,0.010896642692387104,0.1360880583524704,0.0,1.8432297706604004,2.198064088821411,-0.006598776672035456,0.002629309194162488,0.12145489454269409,0.5006292462348938,0.7683627158403397,569.0,145664.0,3643.9743387100752,9322496.0 +404.55,27.110000610351562,2566.0,0.010521071963012218,0.1226399764418602,0.0,1.9326506853103638,2.2017574310302734,-0.00814804993569851,0.0026241985615342855,0.3007310926914215,0.5045568346977234,0.6321751773357391,570.0,145920.0,3650.3595607578754,9338880.0 +401.28,26.3700008392334,2535.0,0.009549212642014027,0.1152750626206398,0.0,1.8946977853775024,2.222917318344116,-0.008256089873611927,0.002611597767099738,0.24376875162124634,0.5016843676567078,0.6230636835098267,571.0,146176.0,3656.8218979199883,9355264.0 +389.47,25.59000015258789,2531.0,0.011295371688902378,0.12640380859375,0.0,1.9793987274169922,2.204846143722534,-0.005864557344466448,0.0026137938257306814,0.4017600119113922,0.5037261843681335,0.46337634325027466,572.0,146432.0,3663.2996059078723,9371648.0 +379.81,24.68000030517578,2593.0,0.00856748502701521,0.1055501326918602,0.0,1.8938559293746948,2.2234127521514893,-0.006563311908394098,0.0025933438446372747,0.2835043966770172,0.48836109042167664,0.6157408952713013,573.0,146688.0,3669.618024667958,9388032.0 +385.47,24.329999923706055,2623.0,0.012904529459774494,0.1111246719956398,0.0,1.9435333013534546,2.23095703125,-0.0077521116472780704,0.0025922944769263268,0.3850451707839966,0.48905766010284424,0.5727950930595398,574.0,146944.0,3675.8650092950556,9404416.0 +391.81,25.399999618530273,2585.0,0.014872980304062366,0.1550699919462204,0.0,1.8135418891906738,2.220477819442749,-0.0043921638280153275,0.0025814808905124664,0.16484497487545013,0.4710540473461151,0.7032494843006134,575.0,147200.0,3682.2023260770366,9420800.0 +388.08,25.6299991607666,2633.0,0.00898766703903675,0.106689453125,0.0,1.8632845878601074,2.2371840476989746,-0.005833326373249292,0.002567569725215435,0.3041990399360657,0.4596411883831024,0.6368462443351746,576.0,147456.0,3688.4236345640384,9437184.0 +379.15,25.079999923706055,2613.0,0.006447248160839081,0.0708821639418602,0.0,1.916825294494629,2.2302112579345703,-0.008354132063686848,0.0025942933280020952,0.3418533504009247,0.48353004455566406,0.5996460914611816,577.0,147712.0,3694.6944153970107,9453568.0 +388.76,26.020000457763672,2584.0,0.009733549319207668,0.1072591170668602,0.0,1.7813564538955688,2.2457427978515625,-0.007673514541238546,0.002581119304522872,0.10073427110910416,0.47464680671691895,0.8042361438274384,578.0,147968.0,3701.0353800349403,9469952.0 +404.8,26.360000610351562,2651.0,0.010172180831432343,0.12890625,0.0,1.9234189987182617,2.2076008319854736,-0.006260307971388102,0.002587961032986641,0.36060240864753723,0.4815838038921356,0.6142289638519287,579.0,148224.0,3707.2151626460254,9486336.0 +397.86,25.420000076293945,2652.0,0.007514066528528929,0.08917236328125,0.0,1.8656457662582397,2.2332520484924316,-0.0066407411359250546,0.002576009137555957,0.2898678183555603,0.4657399654388428,0.6363685727119446,580.0,148480.0,3713.3936137850396,9502720.0 +381.4,24.59000015258789,2600.0,0.009302549995481968,0.1279500275850296,0.0,1.8772101402282715,2.211580276489258,-0.006303851027041674,0.002576719503849745,0.2609560787677765,0.4909106194972992,0.6255392134189606,581.0,148736.0,3719.6956082459074,9519104.0 +395.54,25.920000076293945,2550.0,0.012265647761523724,0.1434326171875,0.0,1.8652764558792114,2.222470283508301,-0.004378958139568567,0.002569739008322358,0.2521405518054962,0.48503735661506653,0.6968346834182739,582.0,148992.0,3726.121019678889,9535488.0 +407.46,26.59000015258789,2659.0,0.009254029020667076,0.1148885115981102,0.0,1.8297791481018066,2.2087652683258057,-0.004519056063145399,0.002564221154898405,0.22699838876724243,0.46482014656066895,0.7019516825675964,583.0,149248.0,3732.2831865760963,9551872.0 +399.69,25.670000076293945,2550.0,0.007237033918499947,0.0787760391831398,0.0,1.886484146118164,2.2162187099456787,-0.007349421735852957,0.0025577296037226915,0.36469566822052,0.4588053226470947,0.6083651483058929,584.0,149504.0,3738.7085201109294,9568256.0 +392.71,24.5,2529.0,0.010284840129315853,0.12615966796875,0.0,1.8770681619644165,2.209690809249878,-0.00782187469303608,0.00255242339335382,0.352321058511734,0.45863077044487,0.6118666231632233,585.0,149760.0,3745.18600206892,9584640.0 +395.11,24.450000762939453,2513.0,0.013247344642877579,0.1775105744600296,0.0,1.8120766878128052,2.2141058444976807,-0.007354458793997765,0.002552010351791978,0.23028415441513062,0.45443058013916016,0.6545381546020508,586.0,150016.0,3751.704002588056,9601024.0 +401.44,26.649999618530273,2560.0,0.011420071125030518,0.1495157927274704,0.0,1.7646218538284302,2.2111074924468994,-0.008581493981182575,0.002545436378568411,0.17792408168315887,0.4375934898853302,0.7287656366825104,587.0,150272.0,3758.104138944065,9617408.0 +407.63,27.6299991607666,2610.0,0.014561597257852554,0.1747843474149704,0.0,1.7322694063186646,2.223212718963623,-0.006376396864652634,0.002547875512391329,0.10924634337425232,0.4362759590148926,0.7582367658615112,588.0,150528.0,3764.3803585469723,9633792.0 +404.61,27.1200008392334,2608.0,0.012602281756699085,0.1451416015625,0.0,1.8228152990341187,2.1967344284057617,-0.007139344234019518,0.0025454096030443907,0.2533136010169983,0.4565633237361908,0.6455311477184296,589.0,150784.0,3770.6633145699743,9650176.0 +393.86,24.979999542236328,2649.0,0.009946421720087528,0.11962890625,0.0,1.8522297143936157,2.1953561305999756,-0.005264835897833109,0.0025393657851964235,0.32491111755371094,0.45129355788230896,0.6080506443977356,590.0,151040.0,3776.8475155609194,9666560.0 +380.8,23.950000762939453,2554.0,0.007784123998135328,0.08990478515625,0.0,1.8563733100891113,2.1953115463256836,-0.006327254232019186,0.002547454321756959,0.3193992078304291,0.4552290439605713,0.6192039549350739,591.0,151296.0,3783.262646446936,9682944.0 +389.71,25.100000381469727,2519.0,0.010709847323596478,0.1394856721162796,0.0,1.8098796606063843,2.1749308109283447,-0.00977293774485588,0.0025491167325526476,0.23108626902103424,0.45530471205711365,0.712542712688446,592.0,151552.0,3789.7662188729737,9699328.0 +390.93,25.059999465942383,2539.0,0.010105341672897339,0.1128336563706398,0.0,1.8469728231430054,2.1930103302001953,-0.00824655406177044,0.0025417485740035772,0.34813472628593445,0.43615928292274475,0.6066207587718964,593.0,151808.0,3796.2182521740906,9715712.0 +397.63,25.059999465942383,2515.0,0.010042673908174038,0.1199137344956398,0.0,1.7887746095657349,2.2153160572052,-0.006326449569314718,0.0025381383020430803,0.2138272523880005,0.4452399015426636,0.6821158230304718,594.0,152064.0,3802.7329928949475,9732096.0 +391.07,24.709999084472656,2573.0,0.011719654314219952,0.1413167268037796,0.0,1.8292614221572876,2.233564853668213,-0.006804840173572302,0.002543054288253188,0.26290956139564514,0.4594268798828125,0.690182626247406,595.0,152320.0,3809.1008323419373,9748480.0 +397.54,25.979999542236328,2560.0,0.011466767638921738,0.1407063752412796,0.0,1.8021732568740845,2.244401693344116,-0.004224402364343405,0.002561907982453704,0.18332594633102417,0.46025535464286804,0.6753359138965607,596.0,152576.0,3815.4998987040017,9764864.0 +390.03,26.299999237060547,2547.0,0.012702267616987228,0.1696573942899704,0.0,1.7920092344284058,2.2463183403015137,-0.005735900718718767,0.002544110408052802,0.22074459493160248,0.44174811244010925,0.636131227016449,597.0,152832.0,3821.9310699580237,9781248.0 +393.7,26.639999389648438,2576.0,0.013679776340723038,0.1761067658662796,0.0,1.8278151750564575,2.258453607559204,-0.0057944864965975285,0.0025444896891713142,0.2673901617527008,0.4542507827281952,0.5853238701820374,598.0,153088.0,3828.291869438952,9797632.0 +385.29,26.100000381469727,2567.0,0.010915839113295078,0.1503702849149704,0.0,1.7872830629348755,2.2347168922424316,-0.006594166625291109,0.0025458578020334244,0.20044094324111938,0.447056382894516,0.6560496091842651,599.0,153344.0,3834.6749620379414,9814016.0 +386.0,26.200000762939453,2579.0,0.012176296673715115,0.14764404296875,0.0,1.8456670045852661,2.241492509841919,-0.005330698098987341,0.0025403406471014023,0.30396226048469543,0.45126092433929443,0.5704014003276825,600.0,153600.0,3841.027433084091,9830400.0 +391.02,26.489999771118164,2510.0,0.007950825616717339,0.0946248397231102,0.0,1.80081045627594,2.2527594566345215,-0.007114056963473558,0.0025479672476649284,0.1891823261976242,0.461877703666687,0.6386048495769501,601.0,153856.0,3847.553471877007,9846784.0 +401.13,27.170000076293945,2544.0,0.014848221093416214,0.14239501953125,0.0,1.7677351236343384,2.264544725418091,-0.008745536208152771,0.002546844771131873,0.12829895317554474,0.46155425906181335,0.7525429725646973,602.0,154112.0,3853.9942157829646,9863168.0 +409.85,27.389999389648438,2570.0,0.012243515811860561,0.14923095703125,0.0,1.8076171875,2.259690523147583,-0.0061682830564677715,0.0025538273621350527,0.1919122338294983,0.4635124206542969,0.6365341246128082,603.0,154368.0,3860.3723838990554,9879552.0 +405.5,26.559999465942383,2569.0,0.011300037615001202,0.13250732421875,0.0,1.8005064725875854,2.2614569664001465,-0.007637477945536375,0.0025554506573826075,0.1876503974199295,0.4592075049877167,0.6993368268013,604.0,154624.0,3866.7496308430564,9895936.0 +409.73,27.6200008392334,2611.0,0.01569831743836403,0.1953531950712204,0.0,1.775136113166809,2.253406524658203,-0.00594341242685914,0.002541059860959649,0.15651457011699677,0.4548267126083374,0.6526143550872803,605.0,154880.0,3873.023880064022,9912320.0 +406.19,27.90999984741211,2585.0,0.013398266397416592,0.17657470703125,0.0,1.770423412322998,2.246063470840454,-0.0065588499419391155,0.002541451947763562,0.13229751586914062,0.4625681936740875,0.752387061715126,606.0,155136.0,3879.361625714926,9928704.0 +412.45,28.579999923706055,2582.0,0.012234319932758808,0.1515706330537796,0.0,1.7663010358810425,2.250444173812866,-0.009488212876021862,0.002539911074563861,0.1271687000989914,0.4647538661956787,0.7406319379806519,607.0,155392.0,3885.705509637017,9945088.0 +417.12,28.68000030517578,2611.0,0.012001373805105686,0.1476237028837204,0.0,1.7621650695800781,2.2313759326934814,-0.008724653162062168,0.0025395741686224937,0.121145099401474,0.46284350752830505,0.7606346160173416,608.0,155648.0,3891.978974516038,9961472.0 +409.63,27.770000457763672,2633.0,0.011181648820638657,0.15826416015625,0.0,1.792747139930725,2.2335917949676514,-0.007800586521625519,0.0025416386779397726,0.18753375113010406,0.458297461271286,0.7039953768253326,609.0,155904.0,3898.2023793628905,9977856.0 +405.42,27.829999923706055,2670.0,0.010345623828470707,0.1369832307100296,0.0,1.787518858909607,2.227039098739624,-0.0072831884026527405,0.002534307772293687,0.1770278364419937,0.4614049196243286,0.7019279599189758,610.0,156160.0,3904.3395240569953,9994240.0 +401.44,27.049999237060547,2662.0,0.010899443179368973,0.14031982421875,0.0,1.817771315574646,2.232861280441284,-0.006700459867715836,0.002547832438722253,0.19627100229263306,0.4747488498687744,0.690608412027359,611.0,156416.0,3910.49477931601,10010624.0 +390.37,25.90999984741211,2676.0,0.012597949244081974,0.1555582731962204,0.0,1.8679693937301636,2.2161412239074707,-0.00553557276725769,0.0025373499374836683,0.3229377567768097,0.46552279591560364,0.5856257379055023,612.0,156672.0,3916.617259267019,10027008.0 +395.95,26.770000457763672,2637.0,0.010431830771267414,0.1289265900850296,0.0,1.7641018629074097,2.2364261150360107,-0.00968132819980383,0.0025436796713620424,0.12813270092010498,0.4602409303188324,0.7691229730844498,613.0,156928.0,3922.834363943897,10043392.0 +401.2,27.690000534057617,2634.0,0.013149012811481953,0.1655070036649704,0.0,1.8052769899368286,2.227351665496826,-0.005802037660032511,0.002539751585572958,0.21813608705997467,0.45440855622291565,0.6643150448799133,614.0,157184.0,3929.054314403096,10059776.0 +403.26,27.989999771118164,2587.0,0.014475550502538681,0.1607462614774704,0.0,1.8554892539978027,2.2103850841522217,-0.0014753746800124645,0.0025532918516546488,0.2542335093021393,0.4753058850765228,0.6375884115695953,615.0,157440.0,3935.386703829048,10076160.0 +403.69,28.399999618530273,2630.0,0.008690792135894299,0.1020711287856102,0.0,1.8128372430801392,2.225416898727417,-0.004697899799793959,0.0025594800245016813,0.17350910604000092,0.4732949733734131,0.695810854434967,616.0,157696.0,3941.6162371379323,10092544.0 +408.91,28.850000381469727,2640.0,0.009239768609404564,0.1070556640625,0.0,1.7908695936203003,2.2287049293518066,-0.008834552951157093,0.00255753961391747,0.13497500121593475,0.47573375701904297,0.750957116484642,617.0,157952.0,3947.82123447489,10108928.0 +404.48,28.3700008392334,2552.0,0.011107307858765125,0.1372884064912796,0.0,1.810857892036438,2.2373054027557373,-0.004954522009938955,0.00255838711746037,0.16804610192775726,0.47496911883354187,0.7226599454879761,618.0,158208.0,3954.240442906972,10125312.0 +401.79,27.100000381469727,2515.0,0.009854291565716267,0.1136881485581398,0.0,1.829641342163086,2.2440860271453857,-0.00827214028686285,0.0025612462777644396,0.1877562254667282,0.4858531057834625,0.6940283179283142,619.0,158464.0,3960.754976446973,10141696.0 +404.21,27.790000915527344,2529.0,0.011850650422275066,0.1485595703125,0.0,1.807913899421692,2.2302370071411133,-0.005321217700839043,0.002553582424297929,0.17781293392181396,0.46984001994132996,0.710965633392334,620.0,158720.0,3967.2332965219393,10158080.0 +397.63,26.639999389648438,2546.0,0.015519828535616398,0.1462809294462204,0.0,1.8273221254348755,2.2568588256835938,-0.007463941816240549,0.002552685094997287,0.2390032261610031,0.46151044964790344,0.683271735906601,621.0,158976.0,3973.669059519889,10174464.0 +396.09,26.079999923706055,2598.0,0.011316224001348019,0.1357218474149704,0.0,1.8563498258590698,2.235680341720581,-0.00843809824436903,0.00255658570677042,0.26189419627189636,0.47790494561195374,0.668722003698349,622.0,159232.0,3979.9764660340734,10190848.0 +393.22,26.059999465942383,2553.0,0.01055347640067339,0.1341145783662796,0.0,1.877172827720642,2.2388949394226074,-0.0045145656913518906,0.002565596019849181,0.2628442347049713,0.4898562729358673,0.6555866599082947,623.0,159488.0,3986.394708930049,10207232.0 +389.18,25.31999969482422,2589.0,0.010019253008067608,0.1273396760225296,0.0,1.8985248804092407,2.236351728439331,-0.0070694186724722385,0.0025573770981281996,0.35609808564186096,0.4712200164794922,0.6221112608909607,624.0,159744.0,3992.723802200053,10223616.0 +399.22,26.479999542236328,2598.0,0.008250956423580647,0.1030069962143898,0.0,1.7995487451553345,2.2413132190704346,-0.008350984193384647,0.0025638805236667395,0.11496573686599731,0.49088966846466064,0.8025758117437363,625.0,160000.0,3999.0291765409056,10240000.0 +406.62,27.549999237060547,2658.0,0.014043751172721386,0.1766764372587204,0.0,1.810827374458313,2.230898857116699,-0.0017198435962200165,0.0025633228942751884,0.1553860455751419,0.47550198435783386,0.7532656490802765,626.0,160256.0,4005.1929728488903,10256384.0 +402.38,27.329999923706055,2575.0,0.010968207381665707,0.1379191130399704,0.0,1.8911857604980469,2.228790521621704,-0.008101783692836761,0.0025626502465456724,0.3269904553890228,0.47675538063049316,0.6572606563568115,627.0,160512.0,4011.5552504539955,10272768.0 +391.89,26.780000686645508,2590.0,0.00933219213038683,0.1211140975356102,0.0,1.882196068763733,2.244659662246704,-0.006572910118848085,0.002563625806942582,0.28575679659843445,0.4865243434906006,0.6944853961467743,628.0,160768.0,4017.8814096550923,10289152.0 +394.45,26.690000534057617,2621.0,0.009693787433207035,0.1282958984375,0.0,1.8459933996200562,2.245368480682373,-0.0061694239266216755,0.0025540657807141542,0.22964389622211456,0.482761412858963,0.6885236203670502,629.0,161024.0,4024.132677699905,10305536.0 +403.19,26.68000030517578,2621.0,0.008856117725372314,0.10748291015625,0.0,1.8498358726501465,2.2258479595184326,-0.008449950255453587,0.0025485341902822256,0.26077383756637573,0.4758903682231903,0.696841299533844,630.0,161280.0,4030.382245602086,10321920.0 +403.68,25.969999313354492,2657.0,0.009107151068747044,0.1185302734375,0.0,1.8081903457641602,2.2372019290924072,-0.006935599725693464,0.002529367571696639,0.2410879135131836,0.4522702395915985,0.6881706416606903,631.0,161536.0,4036.5473834408913,10338304.0 +401.01,26.350000381469727,2684.0,0.012028202414512634,0.1606852263212204,0.0,1.8876805305480957,2.2482826709747314,-0.0052391416393220425,0.0025380030274391174,0.36005452275276184,0.4663737714290619,0.6558954417705536,632.0,161792.0,4042.651172674028,10354688.0 +405.91,27.530000686645508,2572.0,0.00538619002327323,0.0582478828728199,0.0,1.7799443006515503,2.255260467529297,-0.0070601268671453,0.002531076082959771,0.17548346519470215,0.45627713203430176,0.7853847444057465,633.0,162048.0,4049.020606857026,10371072.0 +408.21,27.3799991607666,2643.0,0.007052261382341385,0.0884602889418602,0.0,1.796364426612854,2.252014398574829,-0.0069713774137198925,0.0025346914771944284,0.17418818175792694,0.47141599655151367,0.74475958943367,634.0,162304.0,4055.2185404528864,10387456.0 +413.17,27.610000610351562,2662.0,0.006111751776188612,0.0695597305893898,0.0,1.821090579032898,2.2254092693328857,-0.006107781548053026,0.002541785826906562,0.21671535074710846,0.47020164132118225,0.7599375545978546,635.0,162560.0,4061.3724837270565,10403840.0 +412.91,27.979999542236328,2627.0,0.008269843645393848,0.0966796875,0.0,1.7732101678848267,2.231804609298706,-0.0061792414635419846,0.002537066349759698,0.13705496490001678,0.4646467864513397,0.8175386041402817,636.0,162816.0,4067.6084738529753,10420224.0 +401.49,27.600000381469727,2556.0,0.013272449374198914,0.1735432893037796,0.0,1.8991765975952148,2.2283287048339844,-0.005119019653648138,0.0025548439007252455,0.34239861369132996,0.4779576361179352,0.6548770666122437,637.0,163072.0,4074.017806005897,10436608.0 +391.18,26.59000015258789,2623.0,0.010848109610378742,0.1423136442899704,0.0,1.812575340270996,2.2347652912139893,-0.008179067634046078,0.0025407487992197275,0.20338280498981476,0.4710361957550049,0.7619674056768417,638.0,163328.0,4080.2645217149984,10452992.0 +391.78,27.770000457763672,2611.0,0.012683152221143246,0.1576131135225296,0.0,1.7896488904953003,2.240333318710327,-0.004851572215557098,0.002544570714235306,0.15895240008831024,0.4651421010494232,0.7812207639217377,639.0,163584.0,4086.5401995819993,10469376.0 +411.02,28.75,2671.0,0.011434882879257202,0.15081787109375,0.0,1.793284296989441,2.236103057861328,-0.008209852501749992,0.0025438207667320967,0.16052879393100739,0.4716803729534149,0.7998971194028854,640.0,163840.0,4092.673507941887,10485760.0 +409.59,28.09000015258789,2635.0,0.00859843660145998,0.0989583358168602,0.0,1.823137879371643,2.2603321075439453,-0.007814097218215466,0.0025422335602343082,0.22743535041809082,0.46872052550315857,0.7139832973480225,641.0,164096.0,4098.891726316884,10502144.0 +398.83,26.280000686645508,2599.0,0.010662879794836044,0.1314900666475296,0.0,1.9370484352111816,2.2370569705963135,-0.00483581842854619,0.0025522345677018166,0.41625070571899414,0.48001229763031006,0.590392678976059,642.0,164352.0,4105.195086177904,10518528.0 +394.87,26.25,2599.0,0.007768567651510239,0.1008707657456398,0.0,1.8623710870742798,2.26889967918396,-0.0063824341632425785,0.002564183436334133,0.24500113725662231,0.4868505001068115,0.7313192188739777,643.0,164608.0,4111.499578631949,10534912.0 +385.15,25.350000381469727,2603.0,0.009148637764155865,0.1087443009018898,0.0,1.96397864818573,2.2620232105255127,-0.008319905959069729,0.002550962381064892,0.4874149560928345,0.4757300913333893,0.5610437393188477,644.0,164864.0,4117.794563679025,10551296.0 +388.24,25.3799991607666,2568.0,0.012798045761883259,0.1568806916475296,0.0,1.8729052543640137,2.241488218307495,-0.006357325706630945,0.0025550969876348972,0.2852258086204529,0.4815158545970917,0.678612470626831,645.0,165120.0,4124.174639024073,10567680.0 +394.56,25.739999771118164,2529.0,0.008829326368868351,0.0960286483168602,0.0,1.8432669639587402,2.2411582469940186,-0.006253620143979788,0.002548316726461053,0.24927063286304474,0.47313857078552246,0.7123549282550812,646.0,165376.0,4130.651558215031,10584064.0 +394.92,26.06999969482422,2517.0,0.010376005433499813,0.1329142302274704,0.0,1.878426194190979,2.230691432952881,-0.0070989965461194515,0.002536376239731908,0.333568811416626,0.4728599786758423,0.6424124836921692,647.0,165632.0,4137.159365776926,10600448.0 +402.91,27.440000534057617,2490.0,0.009831207804381847,0.1256306916475296,0.0,1.7696685791015625,2.231053113937378,-0.007266508415341377,0.0025356323458254337,0.1370849311351776,0.46288689970970154,0.8092620521783829,648.0,165888.0,4143.73862409289,10616832.0 +397.06,27.34000015258789,2545.0,0.012676785700023174,0.1623331755399704,0.0,1.823014736175537,2.214104652404785,-0.005920026917010546,0.0025264639407396317,0.24957364797592163,0.4630567133426666,0.6692982316017151,649.0,166144.0,4150.175631396007,10633216.0 +407.19,28.469999313354492,2643.0,0.008365918882191181,0.0977376326918602,0.0,1.8114897012710571,2.229037046432495,-0.006557241082191467,0.00253789103589952,0.1891448050737381,0.47681936621665955,0.7705042809247971,650.0,166400.0,4156.373974941904,10649600.0 +404.58,28.100000381469727,2630.0,0.008177339099347591,0.0958658829331398,0.0,1.8021491765975952,2.234973669052124,-0.004415581468492746,0.0025310658384114504,0.1971723437309265,0.4647955000400543,0.7358061671257019,651.0,166656.0,4162.603082360933,10665984.0 +409.35,27.889999389648438,2567.0,0.010331200435757637,0.1254679411649704,0.0,1.7733882665634155,2.2527058124542236,-0.00789585616439581,0.0025328490883111954,0.14119242131710052,0.4667903482913971,0.7744099944829941,652.0,166912.0,4168.985855154926,10682368.0 +413.55,28.59000015258789,2635.0,0.010248546488583088,0.1367390900850296,0.0,1.7493692636489868,2.2469661235809326,-0.008471864275634289,0.0025279817637056112,0.0984712466597557,0.4670843183994293,0.811877578496933,653.0,167168.0,4175.202563910047,10698752.0 +406.24,28.1200008392334,2684.0,0.011022672057151794,0.1411946564912796,0.0,1.8149908781051636,2.2177746295928955,-0.006137738469988108,0.0025271782651543617,0.262930691242218,0.44825196266174316,0.6715247929096222,654.0,167424.0,4181.3059737018775,10715136.0 +403.44,27.510000228881836,2700.0,0.012220773845911026,0.1534220427274704,0.0,1.760985016822815,2.2272040843963623,-0.006067411508411169,0.0025230739265680313,0.149732768535614,0.4529211223125458,0.77635458111763,655.0,167680.0,4187.374772886047,10731520.0 +398.22,27.030000686645508,2676.0,0.00973022822290659,0.1223958358168602,0.0,1.8601740598678589,2.1967055797576904,-0.007168690208345652,0.002520299283787608,0.3547760546207428,0.451772004365921,0.6065142154693604,656.0,167936.0,4193.497050001053,10747904.0 +397.97,27.229999542236328,2560.0,0.010737810283899307,0.13470458984375,0.0,1.761688232421875,2.229072332382202,-0.006504563614726067,0.002521190559491515,0.13912110030651093,0.46032777428627014,0.6940463483333588,657.0,168192.0,4199.895923689008,10764288.0 +400.4,28.020000457763672,2640.0,0.018633466213941574,0.1922607421875,0.0,1.816446304321289,2.2223098278045654,0.00027606377261690795,0.0025236697401851416,0.23714417219161987,0.4579864740371704,0.5612995326519012,658.0,168448.0,4206.102091582026,10780672.0 +398.96,27.25,2688.0,0.013212822377681732,0.1423136442899704,0.0,1.8259687423706055,2.245967149734497,-0.006719590630382299,0.0025184196420013905,0.279029905796051,0.45642316341400146,0.5121457278728485,659.0,168704.0,4212.197939505102,10797056.0 +400.68,27.420000076293945,2715.0,0.008860851638019085,0.1078694686293602,0.0,1.7768278121948242,2.2344679832458496,-0.004192266147583723,0.0025241102557629347,0.17810146510601044,0.45225903391838074,0.6413993835449219,660.0,168960.0,4218.231548358919,10813440.0 +408.99,28.18000030517578,2702.0,0.008405899628996849,0.1015218123793602,0.0,1.751185417175293,2.2389004230499268,-0.007246801164001226,0.002525256248190999,0.10451912134885788,0.46593353152275085,0.7633135616779327,661.0,169216.0,4224.294906778028,10829824.0 +407.65,28.43000030517578,2695.0,0.00914347916841507,0.1022135391831398,0.0,1.774573802947998,2.2164957523345947,-0.006555873900651932,0.0025203933473676443,0.16495226323604584,0.46062180399894714,0.6905006170272827,662.0,169472.0,4230.373092239024,10846208.0 +405.94,27.889999389648438,2601.0,0.010787446983158588,0.1256917268037796,0.0,1.7979631423950195,2.239600896835327,-0.0048191430978477,0.0025300991255789995,0.191663458943367,0.46429696679115295,0.64448681473732,663.0,169728.0,4236.672748768004,10862592.0 +391.95,26.84000015258789,2600.0,0.012089592404663563,0.1389567106962204,0.0,1.8934372663497925,2.2235281467437744,-0.005319561343640089,0.002526259981095791,0.38217297196388245,0.46677565574645996,0.48635005950927734,664.0,169984.0,4242.975807256065,10878976.0 +378.25,25.530000686645508,2533.0,0.008613930083811283,0.1068115234375,0.0,1.9313849210739136,2.236844301223755,-0.0056680962443351746,0.0025502138305455446,0.3948494493961334,0.48688948154449463,0.5641312599182129,665.0,170240.0,4249.4449473558925,10895360.0 +382.21,25.479999542236328,2578.0,0.011033568531274796,0.1310221403837204,0.0,1.8657900094985962,2.2192115783691406,-0.004168573766946793,0.0025493281427770853,0.2824113368988037,0.47628065943717957,0.6557447016239166,666.0,170496.0,4255.800066048978,10911744.0 +389.93,25.639999389648438,2573.0,0.006150080356746912,0.0709228515625,0.0,1.9438385963439941,2.2165603637695312,-0.00728253461420536,0.002573894103989005,0.3703383207321167,0.5011705160140991,0.6448631286621094,667.0,170752.0,4262.167084990069,10928128.0 +381.09,25.209999084472656,2578.0,0.007754041347652674,0.09368896484375,0.0,1.9288859367370605,2.214198589324951,-0.0057548885233700275,0.002563596237450838,0.3496913015842438,0.5001388788223267,0.6327441334724426,668.0,171008.0,4268.52283135592,10944512.0 +385.41,26.239999771118164,2653.0,0.012695349752902985,0.1687215119600296,0.0,1.838356614112854,2.2153027057647705,-0.005594526883214712,0.0025514133740216494,0.21595017611980438,0.48242220282554626,0.6964962780475616,669.0,171264.0,4274.698291602079,10960896.0 +402.03,28.25,2533.0,0.009119763039052486,0.1099039688706398,0.0,1.8337286710739136,2.2118003368377686,-0.006804706994444132,0.0025509244296699762,0.21091599762439728,0.4817311465740204,0.7151104509830475,670.0,171520.0,4281.166180283064,10977280.0 +394.85,27.270000457763672,2546.0,0.011820346117019653,0.1416422575712204,0.0,1.883912205696106,2.201162099838257,-0.0074986666440963745,0.002540129004046321,0.3221117854118347,0.4823024272918701,0.6476085484027863,671.0,171776.0,4287.601186261978,10993664.0 +398.89,28.34000015258789,2645.0,0.010545242577791214,0.13592529296875,0.0,1.7873586416244507,2.222625732421875,-0.00702180340886116,0.0025390642695128918,0.14659038186073303,0.4737793505191803,0.7382456064224243,672.0,172032.0,4293.794370186981,11010048.0 +402.0,28.600000381469727,2656.0,0.01234404742717743,0.1513875275850296,0.0,1.834417700767517,2.2115848064422607,-0.006525231990963221,0.0025493905413895845,0.20845933258533478,0.4841334819793701,0.7152166366577148,673.0,172288.0,4299.963215535972,11026432.0 +402.02,27.93000030517578,2614.0,0.011363208293914795,0.1446329802274704,0.0,1.8860903978347778,2.2242074012756348,-0.0070547908544540405,0.0025519924238324165,0.3061216175556183,0.4863300323486328,0.6574132740497589,674.0,172544.0,4306.231358977035,11042816.0 +405.26,27.670000076293945,2635.0,0.01192056480795145,0.144775390625,0.0,1.799676537513733,2.199389696121216,-0.0034968017134815454,0.0025465679354965687,0.13031525909900665,0.4867258071899414,0.7940866947174072,675.0,172800.0,4312.449033437995,11059200.0 +408.03,28.239999771118164,2629.0,0.010550245642662048,0.1365559846162796,0.0,1.83643639087677,2.1954383850097656,-0.006618392188102007,0.00254074833355844,0.2285410314798355,0.48036423325538635,0.6566353738307953,676.0,173056.0,4318.68068662798,11075584.0 +404.5,28.489999771118164,2637.0,0.011603559367358685,0.1393229216337204,0.0,1.8333678245544434,2.1641478538513184,-0.0054410044103860855,0.002548932796344161,0.20182406902313232,0.4850721061229706,0.7183795869350433,677.0,173312.0,4324.894115817035,11091968.0 +387.72,26.59000015258789,2596.0,0.011195092462003231,0.14617919921875,0.0,1.9229739904403687,2.166558027267456,-0.006466798949986696,0.0025607948191463947,0.3417752981185913,0.49982139468193054,0.6470628380775452,678.0,173568.0,4331.204959115945,11108352.0 +394.45,27.170000076293945,2533.0,0.009234939701855183,0.1048787459731102,0.0,1.8709772825241089,2.1978862285614014,-0.005665829870849848,0.002557639265432954,0.23843498528003693,0.5005846619606018,0.682587057352066,679.0,173824.0,4337.672853528056,11124736.0 +399.47,26.780000686645508,2562.0,0.006262992043048143,0.07122802734375,0.0,1.8555889129638672,2.191155195236206,-0.006743084639310837,0.002543550916016102,0.25698283314704895,0.4839765131473541,0.6738664209842682,680.0,174080.0,4344.067309495993,11141120.0 +404.61,27.059999465942383,2613.0,0.008259088732302189,0.1023356094956398,0.0,1.8468260765075684,2.2063989639282227,-0.006949384231120348,0.0025622148532420397,0.19287841022014618,0.4982927143573761,0.7006352245807648,681.0,174336.0,4350.338109367993,11157504.0 +405.14,27.360000610351562,2592.0,0.012550157494843006,0.1558634489774704,0.0,1.855905532836914,2.153594732284546,-0.008129216730594635,0.0025507211685180664,0.23043692111968994,0.49499133229255676,0.7003834843635559,682.0,174592.0,4356.659302456072,11173888.0 +395.03,26.06999969482422,2504.0,0.009972975589334965,0.1157023087143898,0.0,1.9199706315994263,2.1585707664489746,-0.006440179888159037,0.002545035444200039,0.3797832429409027,0.48558735847473145,0.633399099111557,683.0,174848.0,4363.201615215046,11190272.0 +383.6,25.65999984741211,2547.0,0.009285940788686275,0.1126912459731102,0.0,1.8928996324539185,2.175204038619995,-0.008655589073896408,0.0025462752673774958,0.3313473165035248,0.48449578881263733,0.6436335444450378,684.0,175104.0,4369.638242756948,11206656.0 +394.19,26.610000610351562,2615.0,0.009143310599029064,0.1000162735581398,0.0,1.869608759880066,2.163860559463501,-0.007208711933344603,0.002563036046922207,0.22143840789794922,0.5062188506126404,0.7065715789794922,685.0,175360.0,4375.903337250929,11223040.0 +383.34,25.09000015258789,2533.0,0.010356900282204151,0.1072794571518898,0.0,1.972320556640625,2.1832597255706787,-0.005487890914082527,0.002574853366240859,0.4174382984638214,0.5034949779510498,0.6180063486099243,686.0,175616.0,4382.370166026056,11239424.0 +378.95,24.690000534057617,2539.0,0.011193477548658848,0.1330363005399704,0.0,1.9379981756210327,2.171168327331543,-0.005566047504544258,0.0025719059631228447,0.3510597050189972,0.5037927627563477,0.6831900477409363,687.0,175872.0,4388.823654958047,11255808.0 +382.69,24.979999542236328,2562.0,0.008520089089870453,0.1083984375,0.0,1.956682801246643,2.191782236099243,-0.005712213460355997,0.0025997234042733908,0.33344194293022156,0.5177299380302429,0.6796093583106995,688.0,176128.0,4395.218507630052,11272192.0 +391.29,24.950000762939453,2541.0,0.008776349015533924,0.10845947265625,0.0,1.9725576639175415,2.2014987468719482,-0.005568874534219503,0.002587944734841585,0.3639411926269531,0.5241983532905579,0.6511336266994476,689.0,176384.0,4401.664887635037,11288576.0 +390.22,24.100000381469727,2603.0,0.007798653095960617,0.0886433944106102,0.0,1.956991195678711,2.225206136703491,-0.00650612311437726,0.002586114453151822,0.3503471314907074,0.5175186395645142,0.6134392023086548,690.0,176640.0,4407.959016154055,11304960.0 +392.79,25.010000228881836,2569.0,0.007780271116644144,0.09881591796875,0.0,1.8982373476028442,2.1966986656188965,-0.007709641009569168,0.002548303222283721,0.33153945207595825,0.4879927933216095,0.6212579309940338,691.0,176896.0,4414.337504080962,11321344.0 +392.47,25.850000381469727,2571.0,0.01319169346243143,0.1397298127412796,0.0,1.8750141859054565,2.192142963409424,-0.0077744461596012115,0.0025543749798089266,0.27064836025238037,0.49219855666160583,0.6690999865531921,692.0,177152.0,4420.710450520972,11337728.0 +396.53,26.760000228881836,2564.0,0.01008020993322134,0.1268107146024704,0.0,1.8316105604171753,2.206568479537964,-0.00845295935869217,0.002552006160840392,0.17653147876262665,0.49786046147346497,0.7427031099796295,693.0,177408.0,4427.099621529924,11354112.0 +408.97,27.610000610351562,2531.0,0.008761473931372166,0.1039632186293602,0.0,1.8213958740234375,2.2135214805603027,-0.007296689320355654,0.0025388174690306187,0.2090306282043457,0.47690391540527344,0.7391768991947174,694.0,177664.0,4433.571977885906,11370496.0 +405.67,26.979999542236328,2626.0,0.009449764154851437,0.1138509139418602,0.0,1.800528883934021,2.198927164077759,-0.00630961311981082,0.0025409054942429066,0.15193107724189758,0.4824092388153076,0.7555314600467682,695.0,177920.0,4439.811995208962,11386880.0 +410.04,28.200000762939453,2577.0,0.01258549839258194,0.1480916291475296,0.0,1.8211764097213745,2.161045551300049,-0.008283797651529312,0.002533762017264962,0.1962682604789734,0.48605552315711975,0.7068773508071899,696.0,178176.0,4446.1682913908735,11403264.0 +410.56,28.100000381469727,2628.0,0.01175934448838234,0.1558024138212204,0.0,1.8327230215072632,2.176974296569824,-0.007863250561058521,0.002553399419412017,0.20189203321933746,0.48471036553382874,0.7380817830562592,697.0,178432.0,4452.401267426088,11419648.0 +409.17,27.459999084472656,2619.0,0.00869089923799038,0.11083984375,0.0,1.8313078880310059,2.1730010509490967,-0.006164039950817823,0.002531510079279542,0.23296456038951874,0.4769645631313324,0.7107477188110352,698.0,178688.0,4458.658131862059,11436032.0 +410.46,29.1299991607666,2611.0,0.007660044822841883,0.0952351912856102,0.0,1.78211510181427,2.1899213790893555,-0.006426256150007248,0.0025316185783594847,0.1472005695104599,0.47103098034858704,0.7734117805957794,699.0,178944.0,4464.933814537944,11452416.0 +401.33,27.6299991607666,2607.0,0.00939828809350729,0.1145223006606102,0.0,1.814308524131775,2.1976969242095947,-0.006934738252311945,0.002527761971578002,0.2276880294084549,0.46549543738365173,0.6898025870323181,700.0,179200.0,4471.218220138922,11468800.0 +402.76,27.950000762939453,2618.0,0.013405855745077133,0.1355997771024704,0.0,1.7895413637161255,2.215304136276245,-0.008608737960457802,0.002529307035729289,0.18430161476135254,0.46349895000457764,0.7510090321302414,701.0,179456.0,4477.477035965072,11485184.0 +409.11,27.760000228881836,2619.0,0.013254660181701183,0.1563924103975296,0.0,1.8195018768310547,2.196211338043213,-0.004405033774673939,0.002532872138544917,0.21376056969165802,0.472552627325058,0.6404851377010345,702.0,179712.0,4483.733806943055,11501568.0 +408.97,28.239999771118164,2558.0,0.011716109700500965,0.1476237028837204,0.0,1.8181086778640747,2.2103211879730225,-0.005806674715131521,0.00253839953802526,0.19857166707515717,0.4775327742099762,0.6693021059036255,703.0,179968.0,4490.143047332065,11517952.0 +407.58,27.56999969482422,2622.0,0.00968389492481947,0.1258951872587204,0.0,1.8210793733596802,2.2132070064544678,-0.006909994408488274,0.0025337100960314274,0.2092369645833969,0.4786481559276581,0.6999934613704681,704.0,180224.0,4496.390599220991,11534336.0 +409.5,27.440000534057617,2608.0,0.011652983725070953,0.1430867463350296,0.0,1.787695050239563,2.2075374126434326,-0.006443766411393881,0.0025269780308008194,0.16141429543495178,0.4720178544521332,0.7526457011699677,705.0,180480.0,4502.6718865530565,11550720.0 +412.01,28.100000381469727,2550.0,0.008883249014616013,0.1097818985581398,0.0,1.7641569375991821,2.216715097427368,-0.005634109023958445,0.002524198265746236,0.1254120022058487,0.4671532213687897,0.7668701112270355,706.0,180736.0,4509.095686766086,11567104.0 +405.68,28.420000076293945,2547.0,0.0069407508708536625,0.0716959610581398,0.0,1.8202732801437378,2.1945178508758545,-0.005734890699386597,0.002534011146053672,0.2093706876039505,0.4762625992298126,0.6728880107402802,707.0,180992.0,4515.527881368995,11583488.0 +400.14,27.979999542236328,2667.0,0.006318423897027969,0.0723063126206398,0.0,1.8096195459365845,2.194326877593994,-0.006765926256775856,0.0025327017065137625,0.19044703245162964,0.4767545163631439,0.7138841152191162,708.0,181248.0,4521.671940038912,11599872.0 +392.26,27.040000915527344,2624.0,0.008125321008265018,0.0920817032456398,0.0,1.8408738374710083,2.1936697959899902,-0.00575747387483716,0.002532586455345154,0.2602787911891937,0.47213542461395264,0.648849606513977,709.0,181504.0,4527.914889877895,11616256.0 +399.62,26.6200008392334,2675.0,0.006947982590645552,0.0848388671875,0.0,1.8429075479507446,2.1571059226989746,-0.00738021545112133,0.0025213214103132486,0.29129812121391296,0.4655492305755615,0.6463005542755127,710.0,181760.0,4534.039759652922,11632640.0 +406.3,27.389999389648438,2550.0,0.010491874068975449,0.1297200471162796,0.0,1.750897765159607,2.1799705028533936,-0.00722118467092514,0.0025187076535075903,0.11375363916158676,0.46368786692619324,0.7531683146953583,711.0,182016.0,4540.4636308399495,11649024.0 +407.54,28.100000381469727,2545.0,0.01226862147450447,0.1490681916475296,0.0,1.7948440313339233,2.144864559173584,-0.005277516786009073,0.002517316024750471,0.1928599625825882,0.46648237109184265,0.7404652535915375,712.0,182272.0,4546.9001299380325,11665408.0 +408.1,28.979999542236328,2547.0,0.012203714810311794,0.1572062224149704,0.0,1.8241106271743774,2.1578316688537598,-0.005056718830019236,0.002516020555049181,0.2450772374868393,0.4701966941356659,0.6791119873523712,713.0,182528.0,4553.333432026906,11681792.0 +406.13,28.84000015258789,2555.0,0.009363725781440735,0.1150919571518898,0.0,1.7678165435791016,2.1797850131988525,-0.008246362209320068,0.0025190969463437796,0.13329552114009857,0.4716646373271942,0.7691963762044907,714.0,182784.0,4559.745014287997,11698176.0 +409.23,28.829999923706055,2592.0,0.01355795282870531,0.1580810546875,0.0,1.8048735857009888,2.1750824451446533,-0.00793793611228466,0.002519095316529274,0.21466682851314545,0.46768131852149963,0.6900506913661957,715.0,183040.0,4566.066078501055,11714560.0 +401.78,28.0,2611.0,0.008398705162107944,0.08892822265625,0.0,1.8371919393539429,2.1870484352111816,-0.008162329904735088,0.0025250790640711784,0.2445056438446045,0.4824322760105133,0.7068576514720917,716.0,183296.0,4572.340144603979,11730944.0 +400.88,28.1200008392334,2614.0,0.015384332276880741,0.181884765625,0.0,1.8237630128860474,2.2027359008789062,-0.007710753474384546,0.0025262751150876284,0.2210099697113037,0.4798584282398224,0.6667651534080505,717.0,183552.0,4578.607833029935,11747328.0 +392.5,27.709999084472656,2630.0,0.009583021514117718,0.11114501953125,0.0,1.8139680624008179,2.2128851413726807,-0.00813374761492014,0.002518470399081707,0.2246745377779007,0.4726581275463104,0.6490595042705536,718.0,183808.0,4584.836742873071,11763712.0 +381.39,26.079999923706055,2564.0,0.012124956585466862,0.1361490935087204,0.0,1.8610472679138184,2.1715247631073,-0.006826238706707954,0.002518764929845929,0.32868561148643494,0.46586373448371887,0.6346453130245209,719.0,184064.0,4591.227225435898,11780096.0 +387.53,26.780000686645508,2629.0,0.010370091535151005,0.12646484375,0.0,1.8199878931045532,2.198150873184204,-0.00464935228228569,0.002513004234060645,0.2723468840122223,0.45394301414489746,0.6410714089870453,720.0,184320.0,4597.460266784998,11796480.0 +390.32,26.579999923706055,2599.0,0.009127524681389332,0.1082560196518898,0.0,1.8324685096740723,2.1810193061828613,-0.0050589824095368385,0.0025105655658990145,0.25832390785217285,0.47489306330680847,0.6271615326404572,721.0,184576.0,4603.7653461450245,11812864.0 +395.72,26.8700008392334,2516.0,0.005851237569004297,0.052001953125,0.0,1.8103936910629272,2.1856722831726074,-0.006320013199001551,0.0025125497486442327,0.22549349069595337,0.4695483148097992,0.6797295212745667,722.0,184832.0,4610.27694005589,11829248.0 +405.4,27.469999313354492,2628.0,0.008150781504809856,0.0828450545668602,0.0,1.7723277807235718,2.1573212146759033,-0.00660075806081295,0.0025100635830312967,0.15834243595600128,0.4662984311580658,0.722275584936142,723.0,185088.0,4616.510077266954,11845632.0 +397.85,26.709999084472656,2630.0,0.007875393144786358,0.0837605819106102,0.0,1.8332589864730835,2.1681618690490723,-0.006687045097351074,0.002514972584322095,0.25441405177116394,0.47693419456481934,0.6835049986839294,724.0,185344.0,4622.739512280095,11862016.0 +397.97,27.510000228881836,2599.0,0.010371190495789051,0.1204427108168602,0.0,1.8017326593399048,2.1762168407440186,-0.007409925106912851,0.0025283435825258493,0.15361617505550385,0.4899250566959381,0.7861125469207764,725.0,185600.0,4629.044513480971,11878400.0 +405.86,29.43000030517578,2620.0,0.012252380140125751,0.1662801057100296,0.0,1.733864426612854,2.1692492961883545,-0.009585492312908173,0.002515022875741124,0.07346206158399582,0.4709000289440155,0.8476595431566238,726.0,185856.0,4635.29851554404,11894784.0 +408.87,29.440000534057617,2625.0,0.014838679693639278,0.18701171875,0.0,1.817948341369629,2.191617488861084,-0.004370365757495165,0.0025095168966799974,0.2146502137184143,0.48215147852897644,0.6959456503391266,727.0,186112.0,4641.540362735977,11911168.0 +404.27,28.270000457763672,2615.0,0.009450006298720837,0.1088663712143898,0.0,1.8120075464248657,2.194857120513916,-0.005922501906752586,0.0025152445305138826,0.24075156450271606,0.4618804156780243,0.652372419834137,728.0,186368.0,4647.8041233140975,11927552.0 +400.3,26.799999237060547,2603.0,0.011731152422726154,0.1445719450712204,0.0,1.8052042722702026,2.2284154891967773,-0.006317094434052706,0.002514217048883438,0.20947104692459106,0.47196149826049805,0.6934794187545776,729.0,186624.0,4654.09883158491,11943936.0 +400.64,27.239999771118164,2622.0,0.01092528086155653,0.1314290314912796,0.0,1.8145856857299805,2.208340883255005,-0.007220063824206591,0.002511613769456744,0.2366817146539688,0.4697411358356476,0.6991804242134094,730.0,186880.0,4660.347383885877,11960320.0 +404.46,26.649999618530273,2622.0,0.011015812866389751,0.13470458984375,0.0,1.8086609840393066,2.1877024173736572,-0.008054553531110287,0.0025065571535378695,0.22770507633686066,0.4714612662792206,0.7348298132419586,731.0,187136.0,4666.594502411084,11976704.0 +407.05,27.399999618530273,2646.0,0.012024205178022385,0.1334025114774704,0.0,1.7750388383865356,2.192675828933716,-0.007913253270089626,0.002511736238375306,0.1368030458688736,0.48060929775238037,0.7995394915342331,732.0,187392.0,4672.786889571929,11993088.0 +402.35,27.709999084472656,2638.0,0.014902432449162006,0.1741739958524704,0.0,1.8231372833251953,2.1906726360321045,-0.005818487610667944,0.002508488018065691,0.2251308709383011,0.48405322432518005,0.6827689707279205,733.0,187648.0,4678.999003619887,12009472.0 +397.41,27.18000030517578,2559.0,0.011738229542970657,0.1431071013212204,0.0,1.8017431497573853,2.186368703842163,-0.0059969983994960785,0.0025039264000952244,0.21619176864624023,0.4695448577404022,0.6929720342159271,734.0,187904.0,4685.400566169992,12025856.0 +406.15,28.09000015258789,2499.0,0.011064194142818451,0.1260172575712204,0.0,1.7787998914718628,2.1838977336883545,-0.008416014723479748,0.002509345067664981,0.16749034821987152,0.47063693404197693,0.7619051486253738,735.0,188160.0,4691.9571174820885,12042240.0 +399.59,27.780000686645508,2586.0,0.009701238013803959,0.11175537109375,0.0,1.8430250883102417,2.1891045570373535,-0.008369498886168003,0.002507751574739814,0.2904062569141388,0.47420641779899597,0.6349410712718964,736.0,188416.0,4698.292925799033,12058624.0 +397.21,28.0,2570.0,0.01412779837846756,0.1368815153837204,0.0,1.8036941289901733,2.1836013793945312,-0.008356713689863682,0.002503873547539115,0.22048784792423248,0.4717062711715698,0.6702785193920135,737.0,188672.0,4704.668162954971,12075008.0 +407.37,28.6200008392334,2551.0,0.013135336339473724,0.14544677734375,0.0,1.8417987823486328,2.1812660694122314,-0.0064668660052120686,0.002518691588193178,0.26835161447525024,0.47655653953552246,0.7250606417655945,738.0,188928.0,4711.089520402951,12091392.0 +408.86,28.68000030517578,2542.0,0.01110945176333189,0.13201904296875,0.0,1.8190107345581055,2.206805467605591,-0.002903090789914131,0.002513618441298604,0.21330945193767548,0.4805178642272949,0.6836976408958435,739.0,189184.0,4717.534503862029,12107776.0 +394.35,26.479999542236328,2577.0,0.00702250748872757,0.0830281600356102,0.0,1.9456266164779663,2.191718101501465,-0.005097396206110716,0.002526085590943694,0.4422820508480072,0.48845741152763367,0.5584267377853394,740.0,189440.0,4723.891720193904,12124160.0 +390.13,26.729999542236328,2511.0,0.00836496613919735,0.076171875,0.0,1.7958122491836548,2.1828205585479736,-0.005423863884061575,0.002512848237529397,0.15651589632034302,0.4883821904659271,0.7521589696407318,741.0,189696.0,4730.415747013874,12140544.0 +381.38,26.459999084472656,2553.0,0.007157084997743368,0.0799967423081398,0.0,1.8328207731246948,2.195885419845581,-0.00542775122448802,0.0025121464859694242,0.22624541819095612,0.4910116493701935,0.7228996753692627,742.0,189952.0,4736.831826045876,12156928.0 +403.17,29.0,2666.0,0.007464150432497263,0.0807088240981102,0.0,1.7715932130813599,2.2096664905548096,-0.006817754823714495,0.002515213331207633,0.12031199783086777,0.4827450215816498,0.8080470561981201,743.0,190208.0,4742.976306979079,12173312.0 +410.51,29.059999465942383,2661.0,0.012835892848670483,0.1484375,0.0,1.8343133926391602,2.2159454822540283,-0.0058812606148421764,0.002522876486182213,0.2065356820821762,0.4976479709148407,0.6847203075885773,744.0,190464.0,4749.13274798193,12189696.0 +411.47,29.450000762939453,2595.0,0.010581414215266705,0.1341756135225296,0.0,1.7701454162597656,2.224803924560547,-0.006505697965621948,0.002522166119888425,0.08489009737968445,0.49537110328674316,0.8515661954879761,745.0,190720.0,4755.447339839069,12206080.0 +405.42,28.450000762939453,2565.0,0.01030461210757494,0.1368001252412796,0.0,1.8198723793029785,2.2310993671417236,-0.005163694731891155,0.0025175863411277533,0.1937493085861206,0.4916791021823883,0.7396244406700134,746.0,190976.0,4761.834204633022,12222464.0 +404.21,28.8700008392334,2638.0,0.008889889344573021,0.1017659530043602,0.0,1.7997673749923706,2.2087790966033936,-0.006867865566164255,0.0025207826402038336,0.1526995301246643,0.49198195338249207,0.7920143157243729,747.0,191232.0,4768.044934119098,12238848.0 +410.23,29.110000610351562,2604.0,0.011994604952633381,0.1400146484375,0.0,1.7892612218856812,2.2087152004241943,-0.007424412295222282,0.0025161406956613064,0.14318794012069702,0.4891084134578705,0.7880316078662872,748.0,191488.0,4774.336597620975,12255232.0 +416.84,29.850000381469727,2523.0,0.013204894959926605,0.1502482146024704,0.0,1.7913082838058472,2.1800355911254883,-0.0072400192730128765,0.002513350686058402,0.17175424098968506,0.47779643535614014,0.7354652583599091,749.0,191744.0,4780.82915803208,12271616.0 +413.03,29.670000076293945,2568.0,0.011111288331449032,0.1395263671875,0.0,1.7856512069702148,2.199995279312134,-0.007943956181406975,0.002499531488865614,0.1920376420021057,0.4698106348514557,0.7433194816112518,750.0,192000.0,4787.207703527994,12288000.0 +413.25,29.280000686645508,2614.0,0.009546596556901932,0.1192423477768898,0.0,1.745381474494934,2.2092130184173584,-0.00832319539040327,0.0024975507985800505,0.12946593761444092,0.46228814125061035,0.8196497857570648,751.0,192256.0,4793.474072966026,12304384.0 +414.64,29.8700008392334,2622.0,0.010029655881226063,0.1275227814912796,0.0,1.755423665046692,2.2165162563323975,-0.006579648703336716,0.0024959309957921505,0.11105579137802124,0.480675607919693,0.8400158286094666,752.0,192512.0,4799.727100406075,12320768.0 +409.15,29.43000030517578,2618.0,0.008880482986569405,0.1014811173081398,0.0,1.7901973724365234,2.2039601802825928,-0.005005905870348215,0.0025048053357750177,0.20605884492397308,0.4618106782436371,0.7294187843799591,753.0,192768.0,4805.983904577093,12337152.0 +408.36,29.200000762939453,2582.0,0.011221525259315968,0.1294352263212204,0.0,1.7540761232376099,2.21112322807312,-0.006966771092265844,0.0025003578048199415,0.11530078202486038,0.4753251373767853,0.8232254683971405,754.0,193024.0,4812.329704501899,12353536.0 +399.12,27.770000457763672,2624.0,0.011985257267951965,0.1492716521024704,0.0,1.8822797536849976,2.199333429336548,-0.004384585656225681,0.0024982707109302282,0.3498295247554779,0.4846073389053345,0.6632680296897888,755.0,193280.0,4818.572066382971,12369920.0 +400.15,27.760000228881836,2627.0,0.008001943118870258,0.0863240584731102,0.0,1.8369122743606567,2.2091333866119385,-0.00510707963258028,0.0025043112691491842,0.2784145176410675,0.47274768352508545,0.67085000872612,756.0,193536.0,4824.808019689051,12386304.0 +401.07,27.559999465942383,2639.0,0.006003733724355698,0.0606892891228199,0.0,1.829264760017395,2.201359987258911,-0.004980982281267643,0.0025040744803845882,0.26732394099235535,0.4705602824687958,0.6636868417263031,757.0,193792.0,4831.015927209053,12402688.0 +402.81,27.219999313354492,2547.0,0.007710601668804884,0.0862019881606102,0.0,1.8036624193191528,2.163013219833374,-0.006082504987716675,0.0024974870029836893,0.23662640154361725,0.4643184244632721,0.7189186215400696,758.0,194048.0,4837.4478358489,12419072.0 +399.4,27.229999542236328,2613.0,0.01323681604117155,0.1515299528837204,0.0,1.8022583723068237,2.1764113903045654,-0.005832664202898741,0.0025009983219206333,0.2247176170349121,0.4669971168041229,0.686768114566803,759.0,194304.0,4843.717663773103,12435456.0 +401.79,28.520000457763672,2641.0,0.0073438119143247604,0.08953857421875,0.0,1.8548375368118286,2.1779439449310303,-0.006997827440500259,0.002502275863662362,0.3126489520072937,0.4761526584625244,0.6743966639041901,760.0,194560.0,4849.9207467499655,12451840.0 +400.59,28.1299991607666,2672.0,0.00869919452816248,0.10888671875,0.0,1.8079986572265625,2.2081687450408936,-0.005693888291716576,0.0024990870151668787,0.21742767095565796,0.47751691937446594,0.711426854133606,761.0,194816.0,4856.051580935018,12468224.0 +393.26,27.329999923706055,2616.0,0.009088127873837948,0.1114705428481102,0.0,1.8574281930923462,2.1756465435028076,-0.006699159741401672,0.002496731700375676,0.3207932114601135,0.4771215617656708,0.6147726476192474,762.0,195072.0,4862.313653283054,12484608.0 +392.8,27.260000228881836,2641.0,0.011854876764118671,0.1486409455537796,0.0,1.8759430646896362,2.1970765590667725,-0.005529817193746567,0.002515428001061082,0.3047676682472229,0.49334588646888733,0.6418187022209167,763.0,195328.0,4868.517101734877,12500992.0 +387.9,26.760000228881836,2609.0,0.009227435104548931,0.1153971329331398,0.0,1.8773916959762573,2.1942808628082275,-0.0068549178540706635,0.0025062658824026585,0.3458462953567505,0.48013365268707275,0.5320468544960022,764.0,195584.0,4874.795661021024,12517376.0 +386.74,27.3799991607666,2591.0,0.010885323397815228,0.1385701447725296,0.0,1.8564053773880005,2.206794500350952,-0.006367400288581848,0.002518486464396119,0.25461581349372864,0.4982898533344269,0.6318458318710327,765.0,195840.0,4881.117526307004,12533760.0 +388.22,26.6200008392334,2566.0,0.010095467790961266,0.1305948942899704,0.0,1.935620903968811,2.1993634700775146,-0.006493901368230581,0.002524653682485223,0.3919391930103302,0.5058123469352722,0.5864235162734985,766.0,196096.0,4887.502010425087,12550144.0 +391.91,26.889999389648438,2581.0,0.011425775475800037,0.1524658203125,0.0,1.8426932096481323,2.1996123790740967,-0.005796806886792183,0.0025120170321315527,0.25065600872039795,0.48914965987205505,0.6310262680053711,767.0,196352.0,4893.849419339094,12566528.0 +402.56,27.56999969482422,2554.0,0.012846481055021286,0.154052734375,0.0,1.8244171142578125,2.186779260635376,-0.005953426007181406,0.002515690168365836,0.19104164838790894,0.4988722503185272,0.6938087940216064,768.0,196608.0,4900.26451219595,12582912.0 +399.54,28.170000076293945,2557.0,0.010355637408792973,0.1136067733168602,0.0,1.8153010606765747,2.1879355907440186,-0.007145621348172426,0.002514589112251997,0.17984382808208466,0.49710944294929504,0.7248863577842712,769.0,196864.0,4906.671610500896,12599296.0 +392.12,27.920000076293945,2642.0,0.011742857284843922,0.1394856721162796,0.0,1.8732281923294067,2.1907975673675537,-0.008581932634115219,0.0025318735279142857,0.2777188718318939,0.49892210960388184,0.6176745295524597,770.0,197120.0,4912.8725541241,12615680.0 +390.04,26.729999542236328,2639.0,0.009901684708893299,0.12762451171875,0.0,1.9226185083389282,2.179716110229492,-0.004345443565398455,0.002505541779100895,0.41347992420196533,0.48925018310546875,0.5802679359912872,771.0,197376.0,4919.081161784008,12632064.0 +382.88,25.3799991607666,2589.0,0.00964892003685236,0.123291015625,0.0,1.9153746366500854,2.1871252059936523,-0.0033915340900421143,0.0025164433754980564,0.33667805790901184,0.5140767097473145,0.5909631550312042,772.0,197632.0,4925.41304148105,12648448.0 +383.95,25.559999465942383,2577.0,0.00974038615822792,0.1222941055893898,0.0,1.9206247329711914,2.2049248218536377,-0.007104238495230675,0.002512769540771842,0.4054819345474243,0.4906523525714874,0.5501768589019775,773.0,197888.0,4931.769609567942,12664832.0 +383.22,25.6299991607666,2614.0,0.008977080695331097,0.1041666641831398,0.0,1.8971551656723022,2.2173948287963867,-0.00836543831974268,0.0025299848057329655,0.32409119606018066,0.500656247138977,0.5866948366165161,774.0,198144.0,4938.036704970058,12681216.0 +381.21,25.75,2584.0,0.008442468009889126,0.10516357421875,0.0,1.8839372396469116,2.2091894149780273,-0.00697315251454711,0.002510001650080085,0.3253026008605957,0.4953499734401703,0.5590554475784302,775.0,198400.0,4944.377917322097,12697600.0 +391.19,26.68000030517578,2576.0,0.009598641656339169,0.1119791641831398,0.0,1.8672820329666138,2.19689679145813,-0.008612626232206821,0.002515236847102642,0.29672160744667053,0.4918844997882843,0.627434492111206,776.0,198656.0,4950.737998748897,12713984.0 +397.19,27.530000686645508,2571.0,0.009596027433872223,0.1233927384018898,0.0,1.782270908355713,2.193514108657837,-0.008965962566435337,0.0025108635891228914,0.11862532049417496,0.49842748045921326,0.7642767429351807,777.0,198912.0,4957.110845346004,12730368.0 +392.64,27.030000686645508,2551.0,0.011998917907476425,0.1621907502412796,0.0,1.9146207571029663,2.1826674938201904,-0.007314739283174276,0.002521876012906432,0.35310253500938416,0.506273090839386,0.5719302594661713,778.0,199168.0,4963.532897318015,12746752.0 +397.43,27.440000534057617,2558.0,0.00927466619759798,0.1170857772231102,0.0,1.846516489982605,2.220074415206909,-0.004654289688915014,0.0025179374497383833,0.23149096965789795,0.49865734577178955,0.6250130236148834,779.0,199424.0,4969.9389624330215,12763136.0 +392.51,26.610000610351562,2551.0,0.010043501853942871,0.1208089217543602,0.0,1.8396841287612915,2.2032837867736816,-0.005336277652531862,0.0024968935176730156,0.2672819495201111,0.48496565222740173,0.6017590761184692,780.0,199680.0,4976.361362135969,12779520.0 +401.36,27.709999084472656,2529.0,0.009759502485394478,0.124267578125,0.0,1.8025383949279785,2.1762161254882812,-0.003356907283887267,0.002500974340364337,0.1702195256948471,0.4920605421066284,0.7148061990737915,781.0,199936.0,4982.839251891943,12795904.0 +401.59,26.799999237060547,2527.0,0.009554083459079266,0.1177775040268898,0.0,1.8421317338943481,2.1903393268585205,-0.005441740155220032,0.002493296517059207,0.301279217004776,0.4721890389919281,0.5740989148616791,782.0,200192.0,4989.322795657907,12812288.0 +389.92,25.860000610351562,2554.0,0.00902759563177824,0.1073404923081398,0.0,1.8260807991027832,2.166287660598755,-0.006797373294830322,0.0024969486985355616,0.2926233112812042,0.45975494384765625,0.5738075077533722,783.0,200448.0,4995.739483630983,12828672.0 +387.28,25.829999923706055,2597.0,0.008171548135578632,0.0926920548081398,0.0,1.7928320169448853,2.171166181564331,-0.007657597307115793,0.002492358908057213,0.21805286407470703,0.46699535846710205,0.681221216917038,784.0,200704.0,5002.047808472998,12845056.0 +386.28,25.729999542236328,2602.0,0.013654339127242565,0.1565348356962204,0.0,1.8273406028747559,2.1597111225128174,-0.006909945514053106,0.002492282772436738,0.29455092549324036,0.4624307453632355,0.6216399371623993,785.0,200960.0,5008.344936918002,12861440.0 +396.83,26.440000534057617,2685.0,0.007994931191205978,0.0931396484375,0.0,1.787751317024231,2.1555047035217285,-0.006122857332229614,0.0024926206097006798,0.20699816942214966,0.46561965346336365,0.7487547993659973,786.0,201216.0,5014.4466746759135,12877824.0 +396.33,26.81999969482422,2699.0,0.01275504007935524,0.13250732421875,0.0,1.8622409105300903,2.1793248653411865,-0.004984842147678137,0.0024974823463708162,0.3060306906700134,0.4872628152370453,0.6361928880214691,787.0,201472.0,5020.517589259893,12894208.0 +400.79,27.440000534057617,2698.0,0.0072297342121601105,0.082275390625,0.0,1.7971614599227905,2.171834707260132,-0.00898183323442936,0.0024962618481367826,0.19261185824871063,0.4834248125553131,0.7243563532829285,788.0,201728.0,5026.5901691198815,12910592.0 +407.64,27.75,2708.0,0.008652604185044765,0.1011962890625,0.0,1.7899527549743652,2.156512498855591,-0.0069930716417729855,0.002502494491636753,0.16566993296146393,0.4844289720058441,0.8002969175577164,789.0,201984.0,5032.641138010891,12926976.0 +404.49,27.760000228881836,2580.0,0.011264028958976269,0.131591796875,0.0,1.8084644079208374,2.1432113647460938,-0.009367767721414566,0.002495007822290063,0.2153279036283493,0.48409637808799744,0.7026998400688171,790.0,202240.0,5038.990540453931,12943360.0 +397.97,27.719999313354492,2610.0,0.009529138915240765,0.1227823868393898,0.0,1.8342763185501099,2.1776082515716553,-0.005491383373737335,0.002499076072126627,0.22697962820529938,0.4985159635543823,0.6778402626514435,791.0,202496.0,5045.2690222649835,12959744.0 +395.7,27.899999618530273,2643.0,0.012929372489452362,0.1391194611787796,0.0,1.8191542625427246,2.1758804321289062,-0.004022103268653154,0.0024912620428949594,0.2504883110523224,0.4740598201751709,0.6993370950222015,792.0,202752.0,5051.466640471015,12976128.0 +395.77,26.809999465942383,2626.0,0.00908021442592144,0.1029866561293602,0.0,1.8120431900024414,2.154731512069702,-0.0058350940234959126,0.002493284409865737,0.2589379549026489,0.4633145332336426,0.6950825452804565,793.0,203008.0,5057.704577794997,12992512.0 +392.04,26.799999237060547,2570.0,0.009908667765557766,0.1241455078125,0.0,1.783652424812317,2.14237380027771,-0.007980444468557835,0.0024923032615333796,0.2217785120010376,0.45601555705070496,0.7210576832294464,794.0,203264.0,5064.078517229995,13008896.0 +393.08,26.719999313354492,2636.0,0.015859412029385567,0.1814982146024704,0.0,1.8004322052001953,2.1488866806030273,-0.001791289891116321,0.0024885928723961115,0.21115119755268097,0.47384047508239746,0.7297228276729584,795.0,203520.0,5070.294774954906,13025280.0 +405.98,27.770000457763672,2596.0,0.008678088895976543,0.1074625626206398,0.0,1.779961109161377,2.162492275238037,-0.005836395546793938,0.0024942671880126,0.16292804479599,0.4788247048854828,0.7732238173484802,796.0,203776.0,5076.606579774059,13041664.0 +409.37,27.8799991607666,2614.0,0.008758670650422573,0.1059366837143898,0.0,1.802475929260254,2.1538801193237305,-0.005586480256170034,0.002495718188583851,0.21266210079193115,0.4754113256931305,0.716254472732544,797.0,204032.0,5082.875022378052,13058048.0 +407.7,28.530000686645508,2538.0,0.008828484453260899,0.1091512069106102,0.0,1.7763280868530273,2.135481357574463,-0.006785589735955,0.002491590566933155,0.18543337285518646,0.4659562408924103,0.7094349563121796,798.0,204288.0,5089.3305419809185,13074432.0 +403.14,27.399999618530273,2533.0,0.01235896348953247,0.1539510041475296,0.0,1.805281639099121,2.1471750736236572,-0.005422690883278847,0.0024928420316427946,0.23641006648540497,0.4675503075122833,0.6996248364448547,799.0,204544.0,5095.799578465056,13090816.0 +402.68,27.100000381469727,2581.0,0.010584737174212933,0.1278279572725296,0.0,1.851394534111023,2.1518867015838623,-0.004792849998921156,0.002487367019057274,0.3254100978374481,0.4713176190853119,0.6649007797241211,800.0,204800.0,5102.146899641026,13107200.0 +394.39,25.709999084472656,2629.0,0.011854458600282669,0.1450398713350296,0.0,1.8362449407577515,2.160451650619507,-0.007517328951507807,0.0024882627185434103,0.2793862521648407,0.4815424382686615,0.6365342438220978,801.0,205056.0,5108.378751354059,13123584.0 +408.45,28.829999923706055,2660.0,0.008902868255972862,0.1131388321518898,0.0,1.7290358543395996,2.140403985977173,-0.009775646030902863,0.0024901924189180136,0.08619599789381027,0.47202134132385254,0.8609611243009567,802.0,205312.0,5114.538918243954,13139968.0 +412.18,28.8799991607666,2582.0,0.011020190082490444,0.12603759765625,0.0,1.8222073316574097,2.142739772796631,-0.007934760302305222,0.002486711135134101,0.2511309087276459,0.48264846205711365,0.7384088039398193,803.0,205568.0,5120.88822477404,13156352.0 +409.42,28.6299991607666,2533.0,0.009092041291296482,0.1191813126206398,0.0,1.8062463998794556,2.164322853088379,-0.0059488327242434025,0.0024904704187065363,0.19379325211048126,0.49170660972595215,0.7536489516496658,804.0,205824.0,5127.357230458874,13172736.0 +399.15,27.34000015258789,2577.0,0.009169326163828373,0.1114298477768898,0.0,1.8986693620681763,2.1666345596313477,-0.005122085567563772,0.0024925298057496548,0.3732839524745941,0.4925512373447418,0.685407966375351,805.0,206080.0,5133.714951168047,13189120.0 +398.25,27.549999237060547,2531.0,0.008931252174079418,0.0962931290268898,0.0,1.8186124563217163,2.164067029953003,-0.005914492532610893,0.0024917018599808216,0.24453000724315643,0.4780515432357788,0.6938150227069855,806.0,206336.0,5140.188611591933,13205504.0 +403.89,27.719999313354492,2530.0,0.008645092137157917,0.0968017578125,0.0,1.854387640953064,2.1604959964752197,-0.005288933869451284,0.0024956774432212114,0.2757126986980438,0.4955863654613495,0.6972430348396301,807.0,206592.0,5146.664204712026,13221888.0 +395.22,26.420000076293945,2599.0,0.011757259257137775,0.1486002653837204,0.0,1.9408749341964722,2.1560096740722656,-0.00405877036973834,0.002520960522815585,0.39791139960289,0.5070573687553406,0.5780622065067291,808.0,206848.0,5152.967631811975,13238272.0 +387.43,26.18000030517578,2554.0,0.010076935403048992,0.1111246719956398,0.0,1.8885213136672974,2.1593847274780273,-0.007723113521933556,0.002509170677512884,0.3128720223903656,0.5068169832229614,0.6712246537208557,809.0,207104.0,5159.382574626943,13254656.0 +388.56,26.84000015258789,2512.0,0.010531785897910595,0.1241455078125,0.0,1.8910609483718872,2.145474433898926,-0.007019642740488052,0.002495994558557868,0.34586140513420105,0.4986075460910797,0.6792347133159637,810.0,207360.0,5165.9042397830635,13271040.0 +389.2,27.309999465942383,2559.0,0.013030930422246456,0.15911865234375,0.0,1.8184409141540527,2.1258296966552734,-0.003196731209754944,0.002497240202501416,0.20829559862613678,0.4901278018951416,0.7091730237007141,811.0,207616.0,5172.305629448965,13287424.0 +396.94,27.860000610351562,2588.0,0.010451321490108967,0.1316731721162796,0.0,1.816767692565918,2.1417078971862793,-0.008070296607911587,0.002497782465070486,0.2054307609796524,0.4946484863758087,0.7623948603868484,812.0,207872.0,5178.63661277201,13303808.0 +404.72,28.209999084472656,2548.0,0.0109167555347085,0.1258748322725296,0.0,1.801029086112976,2.141211748123169,-0.008860389702022076,0.0024899044074118137,0.1964118331670761,0.48814356327056885,0.7799108028411865,813.0,208128.0,5185.069103871938,13320192.0 +404.63,28.219999313354492,2536.0,0.010228603146970272,0.1220906600356102,0.0,1.8050107955932617,2.1312930583953857,-0.006183698773384094,0.0024954364635050297,0.18527911603450775,0.4921497404575348,0.7491308450698853,814.0,208384.0,5191.529332147911,13336576.0 +385.96,27.360000610351562,2557.0,0.009207137860357761,0.1013997420668602,0.0,1.9102474451065063,2.1405029296875,-0.0043686931021511555,0.0024891572538763285,0.40083399415016174,0.49102553725242615,0.5857053399085999,815.0,208640.0,5197.937029266963,13352960.0 +383.27,27.290000915527344,2583.0,0.01419960055500269,0.14862060546875,0.0,1.8155388832092285,2.123450517654419,-0.005351262167096138,0.002488828497007489,0.22672824561595917,0.4843463599681854,0.7490216791629791,816.0,208896.0,5204.281155787874,13369344.0 +388.12,26.920000076293945,2555.0,0.012113489210605621,0.1511027067899704,0.0,1.8716822862625122,2.1166741847991943,-0.004766028840094805,0.0024936313275247812,0.33436086773872375,0.4836190938949585,0.7133588790893555,817.0,209152.0,5210.69473609305,13385728.0 +397.95,27.209999084472656,2579.0,0.007419199217110872,0.08447265625,0.0,1.8300269842147827,2.1324479579925537,-0.006605435162782669,0.0024929873179644346,0.22345221042633057,0.4997369349002838,0.7542785704135895,818.0,209408.0,5217.047217770014,13402112.0 +402.16,27.969999313354492,2541.0,0.006409119814634323,0.07470703125,0.0,1.8725587129592896,2.1309773921966553,-0.006097659468650818,0.0024882720317691565,0.3253365457057953,0.4931618869304657,0.6510120332241058,819.0,209664.0,5223.494847112102,13418496.0 +400.72,27.920000076293945,2571.0,0.009044734761118889,0.1116129532456398,0.0,1.8307517766952515,2.1330490112304688,-0.0075692906975746155,0.0024886939208954573,0.2580474317073822,0.48628079891204834,0.7306483089923859,820.0,209920.0,5229.866952880984,13434880.0 +397.64,27.360000610351562,2573.0,0.010139334946870804,0.1322428435087204,0.0,1.8255099058151245,2.1428096294403076,-0.006152026355266571,0.0024906431790441275,0.24063579738140106,0.4874507188796997,0.70122230052948,821.0,210176.0,5236.234603910008,13451264.0 +396.53,26.90999984741211,2500.0,0.010918906889855862,0.1248779296875,0.0,1.854896068572998,2.110609769821167,-0.006540052592754364,0.002484242431819439,0.32016870379447937,0.48033663630485535,0.6814806759357452,822.0,210432.0,5242.786383413011,13467648.0 +392.78,26.90999984741211,2569.0,0.009072157554328442,0.1104532852768898,0.0,1.8413673639297485,2.0991101264953613,-0.007102321367710829,0.002484169090166688,0.2937370836734772,0.4805075228214264,0.6767519414424896,823.0,210688.0,5249.16342741088,13484032.0 +398.0,27.760000228881836,2507.0,0.008434501476585865,0.09967041015625,0.0,1.772423267364502,2.1175601482391357,-0.005404775962233543,0.0024830857291817665,0.15530122816562653,0.47981026768684387,0.7619946748018265,824.0,210944.0,5255.699700811878,13500416.0 +402.22,27.989999771118164,2531.0,0.009679789654910564,0.1106160506606102,0.0,1.8128814697265625,2.1038475036621094,-0.005306795239448547,0.0024852706119418144,0.22807680070400238,0.48255297541618347,0.7016591727733612,825.0,211200.0,5262.17145843897,13516800.0 +394.93,26.719999313354492,2561.0,0.007564903702586889,0.0889078751206398,0.0,1.9100013971328735,2.132479429244995,-0.006607554387301207,0.0024831548798829317,0.39875972270965576,0.496976375579834,0.6006738841533661,826.0,211456.0,5268.569202793995,13533184.0 +394.4,26.260000228881836,2555.0,0.00790673028677702,0.0749918594956398,0.0,1.8354731798171997,2.135967493057251,-0.007143219467252493,0.002488150494173169,0.2538474500179291,0.49297717213630676,0.7507839798927307,827.0,211712.0,5274.980648620054,13549568.0 +394.81,26.239999771118164,2634.0,0.008830013684928417,0.10595703125,0.0,1.8666743040084839,2.14491868019104,-0.007448401767760515,0.0024848661851137877,0.328304260969162,0.4889865815639496,0.6760152876377106,828.0,211968.0,5281.201514025917,13565952.0 +393.49,26.40999984741211,2608.0,0.008360913023352623,0.1023966446518898,0.0,1.8402318954467773,2.1362874507904053,-0.007434979546815157,0.0024871043860912323,0.27023690938949585,0.49035921692848206,0.6821999251842499,829.0,212224.0,5287.483180613024,13582336.0 +398.14,26.690000534057617,2663.0,0.008547239936888218,0.10223388671875,0.0,1.8863525390625,2.1350011825561523,-0.006067690905183554,0.0024845919106155634,0.3608647584915161,0.4910418689250946,0.6107000708580017,830.0,212480.0,5293.6347393849865,13598720.0 +404.87,27.09000015258789,2667.0,0.009812899865210056,0.126708984375,0.0,1.7921112775802612,2.153486728668213,-0.009697127155959606,0.0024935780093073845,0.15301217138767242,0.5000484585762024,0.8037605136632919,831.0,212736.0,5299.778699150076,13615104.0 +403.94,27.579999923706055,2678.0,0.011751548387110233,0.1436360627412796,0.0,1.8739479780197144,2.1567447185516357,-0.008988592773675919,0.0024942602030932903,0.29772958159446716,0.5085093379020691,0.6773361265659332,832.0,212992.0,5305.896596812876,13631488.0 +405.2,28.020000457763672,2595.0,0.011730536818504333,0.1448771208524704,0.0,1.8671756982803345,2.145155668258667,-0.005680740345269442,0.002504106378182769,0.2703423798084259,0.5070838928222656,0.6679396033287048,833.0,213248.0,5312.209856898058,13647872.0 +405.53,28.040000915527344,2584.0,0.010430603288114071,0.1290283203125,0.0,1.8136543035507202,2.150052309036255,-0.007337918039411306,0.0024946352932602167,0.1908227950334549,0.49976369738578796,0.7423963844776154,834.0,213504.0,5318.548982972978,13664256.0 +401.68,27.18000030517578,2632.0,0.012019682675600052,0.1624348908662796,0.0,1.8776053190231323,2.1573946475982666,-0.005413549020886421,0.0024943442549556494,0.3268006443977356,0.49402010440826416,0.5772118866443634,835.0,213760.0,5324.7751149719115,13680640.0 +396.77,26.700000762939453,2666.0,0.007427907083183527,0.0895792618393898,0.0,1.8639063835144043,2.1557323932647705,-0.006749436259269714,0.0024958134163171053,0.2751169502735138,0.5067479014396667,0.6604979634284973,836.0,214016.0,5330.920301679056,13697024.0 +398.44,27.350000381469727,2580.0,0.011445623822510242,0.1403605192899704,0.0,1.8057117462158203,2.1643483638763428,-0.006137923803180456,0.002492215484380722,0.17119431495666504,0.5017877817153931,0.6947455704212189,837.0,214272.0,5337.269826224074,13713408.0 +407.62,28.479999542236328,2560.0,0.007922046817839146,0.0964151993393898,0.0,1.8053011894226074,2.137312650680542,-0.006624145898967981,0.002488375874236226,0.18628378212451935,0.4959683418273926,0.7029643356800079,838.0,214528.0,5343.670658431016,13729792.0 +397.56,26.84000015258789,2638.0,0.011848356574773788,0.1217854842543602,0.0,1.9274729490280151,2.140577793121338,-0.007107414770871401,0.002495046006515622,0.40176132321357727,0.5075821280479431,0.5597631931304932,839.0,214784.0,5349.88042355096,13746176.0 +395.94,26.8799991607666,2608.0,0.01243662554770708,0.1513875275850296,0.0,1.796854019165039,2.1544737815856934,-0.008650227449834347,0.0024926166515797377,0.16248290240764618,0.49949929118156433,0.7356203496456146,840.0,215040.0,5356.163049712079,13762560.0 +391.16,26.579999923706055,2585.0,0.0097138537093997,0.1104329451918602,0.0,1.8596421480178833,2.1797304153442383,-0.007551787421107292,0.0024929216597229242,0.2790074646472931,0.5030268430709839,0.635810375213623,841.0,215296.0,5362.501844005892,13778944.0 +398.68,27.25,2524.0,0.012657600454986095,0.1517130583524704,0.0,1.7788324356079102,2.1690175533294678,-0.00749988853931427,0.002496950328350067,0.1106337308883667,0.5042303204536438,0.7810481190681458,842.0,215552.0,5368.991843005875,13795328.0 +402.67,28.219999313354492,2619.0,0.011025079526007175,0.1309611052274704,0.0,1.7844749689102173,2.182582378387451,-0.009434625506401062,0.002494348445907235,0.12704722583293915,0.5050373673439026,0.7837374657392502,843.0,215808.0,5375.2473100489005,13811712.0 +397.12,27.790000915527344,2613.0,0.010382956825196743,0.1251220703125,0.0,1.839511752128601,2.1868131160736084,-0.007615892216563225,0.0024944774340838194,0.26318150758743286,0.49016615748405457,0.6939339935779572,844.0,216064.0,5381.517319983104,13828096.0 +385.42,26.479999542236328,2604.0,0.012172210030257702,0.1520589143037796,0.0,1.8749011754989624,2.168578624725342,-0.005688242614269257,0.0024918278213590384,0.29256340861320496,0.5100796222686768,0.6141634285449982,845.0,216320.0,5387.808487663977,13844480.0 +376.8,25.3799991607666,2573.0,0.009417052380740643,0.1028645858168602,0.0,1.8998371362686157,2.1633708477020264,-0.006929424125701189,0.002487035235390067,0.3597923517227173,0.5049864053726196,0.6389655768871307,846.0,216576.0,5394.176816181978,13860864.0 +387.6,26.81999969482422,2514.0,0.010356397368013859,0.1318562775850296,0.0,1.771531105041504,2.1931145191192627,-0.007119922433048487,0.0024910245556384325,0.12073668092489243,0.4947018623352051,0.7710651606321335,847.0,216832.0,5400.6926986728795,13877248.0 +384.78,26.360000610351562,2496.0,0.012032046914100647,0.1417439728975296,0.0,1.8969159126281738,2.141845703125,-0.0071508921682834625,0.002484942087903619,0.40095779299736023,0.4825355112552643,0.5408772826194763,848.0,217088.0,5407.256304140901,13893632.0 +387.7,27.299999237060547,2563.0,0.011186349205672741,0.13629150390625,0.0,1.832590103149414,2.162003993988037,-0.007067081984132528,0.002478707581758499,0.26434126496315,0.48975273966789246,0.5920642614364624,849.0,217344.0,5413.6486198951025,13910016.0 +391.34,27.43000030517578,2596.0,0.010121111758053303,0.1214396134018898,0.0,1.8091840744018555,2.1883299350738525,-0.007497578393667936,0.0024805557914078236,0.20500172674655914,0.49578598141670227,0.6380257904529572,850.0,217600.0,5419.960536506027,13926400.0 +399.38,28.260000228881836,2593.0,0.01167952362447977,0.14111328125,0.0,1.804787039756775,2.1784439086914062,-0.009486563503742218,0.002483718330040574,0.20358239114284515,0.49240782856941223,0.7169488668441772,851.0,217856.0,5426.277936131926,13942784.0 +398.92,26.989999771118164,2642.0,0.010672930628061295,0.1102091446518898,0.0,1.8942407369613647,2.2065796852111816,-0.006791263818740845,0.0024945244658738375,0.3596920669078827,0.49598953127861023,0.6170028150081635,852.0,218112.0,5432.480356517946,13959168.0 +389.23,26.670000076293945,2575.0,0.00869493093341589,0.1008504256606102,0.0,1.8401451110839844,2.1574480533599854,-0.005484618246555328,0.0024783783592283726,0.26316091418266296,0.49643492698669434,0.5680975615978241,853.0,218368.0,5438.843588344986,13975552.0 +386.85,26.59000015258789,2574.0,0.007257338147610426,0.0845947265625,0.0,1.846024513244629,2.1809275150299072,-0.00837218388915062,0.0024855704978108406,0.25712987780570984,0.5048558115959167,0.7248080968856812,854.0,218624.0,5445.208039609948,13991936.0 +387.63,26.399999618530273,2558.0,0.0062868609093129635,0.07196044921875,0.0,1.865960717201233,2.145206928253174,-0.006680729333311319,0.0024844841100275517,0.3111640214920044,0.49626949429512024,0.6785073578357697,855.0,218880.0,5451.612485847902,14008320.0 +375.9,25.079999923706055,2564.0,0.010172971524298191,0.10968017578125,0.0,1.874409794807434,2.148477554321289,-0.0038157813251018524,0.002487508812919259,0.3262571394443512,0.49282750487327576,0.632011741399765,856.0,219136.0,5458.001695817104,14024704.0 +389.52,27.239999771118164,2637.0,0.011039556004106998,0.1418050080537796,0.0,1.826208472251892,2.1650478839874268,-0.007823214866220951,0.0024952352978289127,0.21903033554553986,0.49854931235313416,0.652943879365921,857.0,219392.0,5464.213719330961,14041088.0 +391.44,28.729999542236328,2606.0,0.009877321310341358,0.1191609725356102,0.0,1.8732271194458008,2.1482579708099365,-0.005861049983650446,0.002486282493919134,0.3240966200828552,0.4953812062740326,0.5628807544708252,858.0,219648.0,5470.502025561873,14057472.0 +380.18,26.989999771118164,2582.0,0.009356793016195297,0.10498046875,0.0,1.91230309009552,2.1600778102874756,-0.00550486845895648,0.002487926511093974,0.39324402809143066,0.4988234043121338,0.596226692199707,859.0,219904.0,5476.847772354027,14073856.0 +375.1,25.799999237060547,2598.0,0.006775534246116877,0.07269287109375,0.0,1.8777891397476196,2.13396954536438,-0.006574608851224184,0.0024829392787069082,0.3511471748352051,0.48866036534309387,0.5783069133758545,860.0,220160.0,5483.15260341391,14090240.0 +381.48,25.84000015258789,2532.0,0.00851023755967617,0.1017862930893898,0.0,1.9083976745605469,2.136007070541382,-0.0069756400771439075,0.0024809485767036676,0.40165233612060547,0.4954325258731842,0.5818957686424255,861.0,220416.0,5489.623327756068,14106624.0 +393.58,26.84000015258789,2603.0,0.0095401955768466,0.1056925430893898,0.0,1.810130000114441,2.1068789958953857,-0.006501419469714165,0.0024830480106174946,0.21060387790203094,0.490874320268631,0.6651096642017365,862.0,220672.0,5495.916934244102,14123008.0 +396.77,27.3799991607666,2598.0,0.011501140892505646,0.1432088166475296,0.0,1.8571890592575073,2.1169872283935547,-0.006553375627845526,0.002483573043718934,0.2980370819568634,0.4941069185733795,0.6043921709060669,863.0,220928.0,5502.221782166045,14139392.0 +394.11,27.459999084472656,2647.0,0.010072569362819195,0.123291015625,0.0,1.8510864973068237,2.137727737426758,-0.004744688048958778,0.002488807076588273,0.25137007236480713,0.5071197748184204,0.6814978718757629,864.0,221184.0,5508.411007443909,14155776.0 +399.49,28.059999465942383,2623.0,0.0083246398717165,0.1024983748793602,0.0,1.8249832391738892,2.1556336879730225,-0.006957555189728737,0.0024975899141281843,0.2045069932937622,0.5024486780166626,0.6993114352226257,865.0,221440.0,5514.656985817011,14172160.0 +403.17,28.079999923706055,2559.0,0.01220377255231142,0.13616943359375,0.0,1.8379278182983398,2.1353368759155273,-0.00785440020263195,0.0024949798826128244,0.22755564749240875,0.5058678984642029,0.6731421649456024,866.0,221696.0,5521.060320500983,14188544.0 +409.6,29.040000915527344,2569.0,0.010638722218573093,0.1350911408662796,0.0,1.8073006868362427,2.165332555770874,-0.008200430311262608,0.002505173208191991,0.1269102543592453,0.5211129188537598,0.7626745402812958,867.0,221952.0,5527.437593895011,14204928.0 +409.7,29.860000610351562,2548.0,0.01637439616024494,0.1808878630399704,0.0,1.779716968536377,2.1320345401763916,-0.0034894414711743593,0.002486777724698186,0.13053061068058014,0.49587205052375793,0.7010485231876373,868.0,222208.0,5533.86714825104,14221312.0 +408.86,29.059999465942383,2553.0,0.01027230080217123,0.125732421875,0.0,1.8587089776992798,2.1590147018432617,-0.004988429602235556,0.0024996642023324966,0.24148623645305634,0.5147124528884888,0.650298684835434,869.0,222464.0,5540.284734542016,14237696.0 +398.72,27.18000030517578,2614.0,0.009828410111367702,0.1043294295668602,0.0,1.8319872617721558,2.1167843341827393,-0.0074591138400137424,0.0024828605819493532,0.22946937382221222,0.5044491291046143,0.6725237369537354,870.0,222720.0,5546.553057248006,14254080.0 +400.0,26.610000610351562,2602.0,0.007109580095857382,0.0818277969956398,0.0,1.824400544166565,2.1014597415924072,-0.007069404702633619,0.002487452933564782,0.21269136667251587,0.5024123191833496,0.6976132094860077,871.0,222976.0,5552.849286823068,14270464.0 +406.57,27.329999923706055,2563.0,0.012806073762476444,0.1278279572725296,0.0,1.8098031282424927,2.1366021633148193,-0.007626513484865427,0.0024985887575894594,0.169122576713562,0.5049400329589844,0.7121089100837708,872.0,223232.0,5559.242368282983,14286848.0 +413.94,28.6299991607666,2648.0,0.00893270131200552,0.11102294921875,0.0,1.7622860670089722,2.1201298236846924,-0.005848446860909462,0.00249304436147213,0.08912844210863113,0.49824926257133484,0.810735747218132,873.0,223488.0,5565.429400892928,14303232.0 +408.57,27.610000610351562,2628.0,0.009059303440153599,0.1162923201918602,0.0,1.8872946500778198,2.1105222702026367,-0.006478451192378998,0.002490796847268939,0.31610360741615295,0.5114275217056274,0.6581175029277802,874.0,223744.0,5571.663138482021,14319616.0 +394.06,26.059999465942383,2543.0,0.007369177415966988,0.0850830078125,0.0,1.885913372039795,2.0996739864349365,-0.006830638274550438,0.0024835162330418825,0.3566300570964813,0.4936673641204834,0.6025511026382446,875.0,224000.0,5578.105382495094,14336000.0 +385.08,25.34000015258789,2561.0,0.009397758170962334,0.1128133162856102,0.0,1.863930344581604,2.103489398956299,-0.007749373093247414,0.002486019628122449,0.3030354082584381,0.49818703532218933,0.6132429838180542,876.0,224256.0,5584.503252479015,14352384.0 +393.92,25.520000457763672,2524.0,0.011083115823566914,0.1371053010225296,0.0,1.872376799583435,2.1130001544952393,-0.0073477220721542835,0.0024872999638319016,0.31668320298194885,0.4988626539707184,0.6665936708450317,877.0,224512.0,5590.993878219975,14368768.0 +394.37,25.100000381469727,2523.0,0.013537039048969746,0.1673990935087204,0.0,1.8540191650390625,2.159893751144409,-0.005009086336940527,0.0025013142731040716,0.23696666955947876,0.5114869475364685,0.6214792728424072,878.0,224768.0,5597.4885249459185,14385152.0 +401.28,25.979999542236328,2604.0,0.010970585979521275,0.1322835236787796,0.0,1.920703411102295,2.1677098274230957,-0.005216080229729414,0.002511161146685481,0.3527751863002777,0.5156286358833313,0.6464410126209259,879.0,225024.0,5603.779458953068,14401536.0 +398.66,27.1299991607666,2550.0,0.010543814860284328,0.1384480744600296,0.0,1.8501845598220825,2.186305522918701,-0.0066816783510148525,0.002508538542315364,0.19971968233585358,0.5245999097824097,0.6918070316314697,880.0,225280.0,5610.205464892089,14417920.0 +391.45,26.729999542236328,2562.0,0.012295144610106945,0.1502278596162796,0.0,1.893774390220642,2.1612942218780518,-0.008359181694686413,0.002501761307939887,0.3135024607181549,0.5161142945289612,0.578885406255722,881.0,225536.0,5616.601303794887,14434304.0 +396.86,28.520000457763672,2522.0,0.010643462650477886,0.1234334334731102,0.0,1.8197985887527466,2.199427604675293,-0.00757949985563755,0.0025114892050623894,0.1543891429901123,0.5164332985877991,0.7759209722280502,882.0,225792.0,5623.097440022975,14450688.0 +390.51,28.1299991607666,2540.0,0.013421863317489624,0.1528116911649704,0.0,1.8370612859725952,2.195081949234009,-0.007714716251939535,0.002491959370672703,0.21449388563632965,0.513499915599823,0.6814786791801453,883.0,226048.0,5629.546400977066,14467072.0 +400.59,27.940000534057617,2576.0,0.014197238720953465,0.1686604768037796,0.0,1.9182707071304321,2.2283504009246826,-0.00511044031009078,0.0025021277833729982,0.33118200302124023,0.5290096402168274,0.5829237997531891,884.0,226304.0,5635.907300499035,14483456.0 +395.69,26.110000610351562,2494.0,0.0063264258205890656,0.0741984024643898,0.0,1.9074897766113281,2.2500667572021484,-0.0068466016091406345,0.002519021276384592,0.29349836707115173,0.5305771827697754,0.6392689943313599,885.0,226560.0,5642.47839557589,14499840.0 +392.91,25.739999771118164,2481.0,0.012635204941034317,0.1510823518037796,0.0,1.8597639799118042,2.219170093536377,-0.008060245774686337,0.0025238797534257174,0.195600688457489,0.5302757620811462,0.6784753203392029,886.0,226816.0,5649.080478531076,14516224.0 +403.32,27.549999237060547,2485.0,0.010623015463352203,0.1387736052274704,0.0,1.8891321420669556,2.2216691970825195,-0.005672595929354429,0.002559712389484048,0.1860683560371399,0.5441309809684753,0.698736846446991,887.0,227072.0,5655.672515945975,14532608.0 +406.61,28.229999542236328,2525.0,0.010541957803070545,0.1287028044462204,0.0,1.861892819404602,2.2169573307037354,-0.00829336792230606,0.002545600524172187,0.16601994633674622,0.5365455746650696,0.6963024437427521,888.0,227328.0,5662.160010372987,14548992.0 +405.84,28.110000610351562,2635.0,0.009875784628093243,0.1153360977768898,0.0,1.887048363685608,2.2224695682525635,-0.007190503180027008,0.0025416696444153786,0.21548640727996826,0.537885844707489,0.6870280504226685,889.0,227584.0,5668.377612453885,14565376.0 +410.08,28.489999771118164,2601.0,0.009672261774539948,0.1150105819106102,0.0,1.846553921699524,2.2377007007598877,-0.008969428949058056,0.0025343121960759163,0.16122998297214508,0.5301297307014465,0.7185333669185638,890.0,227840.0,5674.677110754885,14581760.0 +400.8,27.780000686645508,2581.0,0.012832075357437134,0.1495361328125,0.0,1.958871841430664,2.234076738357544,-0.007871485315263271,0.002554698148742318,0.33753904700279236,0.5429655313491821,0.5447472333908081,891.0,228096.0,5681.024568590103,14598144.0 +399.86,27.780000686645508,2637.0,0.012359678745269775,0.1355997771024704,0.0,1.870907187461853,2.2245757579803467,-0.008724994026124477,0.002538949018344283,0.18448716402053833,0.5401598811149597,0.7030737698078156,892.0,228352.0,5687.236516590929,14614528.0 +400.5,27.450000762939453,2512.0,0.013534985482692719,0.1624959260225296,0.0,1.8919610977172852,2.2383978366851807,-0.0074487426318228245,0.0025663578417152166,0.20039629936218262,0.5384166836738586,0.6791451871395111,893.0,228608.0,5693.758084862959,14630912.0 +409.93,29.34000015258789,2493.0,0.013104263693094254,0.1616414338350296,0.0,1.8558415174484253,2.2366979122161865,-0.0037091542035341263,0.002574209589511156,0.08615150302648544,0.5517373085021973,0.8091168999671936,894.0,228864.0,5700.329518154031,14647296.0 +403.37,28.610000610351562,2528.0,0.015150508843362331,0.1786905974149704,0.0,1.9219425916671753,2.2095420360565186,-0.0019050660775974393,0.002558094449341297,0.24586527049541473,0.5439634323120117,0.6838692128658295,895.0,229120.0,5706.812639286043,14663680.0 +405.34,28.459999084472656,2598.0,0.009489508345723152,0.1118570938706398,0.0,1.8422623872756958,2.2381765842437744,-0.008830190636217594,0.00253426400013268,0.1367255002260208,0.5379793047904968,0.7593345195055008,896.0,229376.0,5713.1192643959075,14680064.0 +408.27,28.549999237060547,2645.0,0.012814166955649853,0.1443888396024704,0.0,1.8834890127182007,2.2080953121185303,-0.00931303296238184,0.0025482499040663242,0.19994588196277618,0.5407850742340088,0.7031867504119873,897.0,229632.0,5719.312343131052,14696448.0 +407.66,28.700000762939453,2627.0,0.008772425353527069,0.1041056290268898,0.0,1.8517521619796753,2.1990745067596436,-0.006079642567783594,0.002520015463232994,0.18039429187774658,0.5296176075935364,0.6823095977306366,898.0,229888.0,5725.548832732951,14712832.0 +404.65,28.770000457763672,2645.0,0.011271567083895206,0.1244099959731102,0.0,1.828506350517273,2.225198745727539,-0.009297694079577923,0.0025366207119077444,0.11505795270204544,0.5342167019844055,0.7754030376672745,899.0,230144.0,5731.743544141995,14729216.0 +395.37,28.350000381469727,2646.0,0.010446897707879543,0.1334635466337204,0.0,1.922681212425232,2.2164523601531982,-0.007163729052990675,0.002556632272899151,0.24720866978168488,0.5500888824462891,0.6438782215118408,900.0,230400.0,5737.935681035975,14745600.0 +390.75,27.540000915527344,2542.0,0.010894287377595901,0.13006591796875,0.0,1.8675259351730347,2.1961405277252197,-0.007204042281955481,0.00254114274866879,0.18108926713466644,0.535575270652771,0.7056421935558319,901.0,230656.0,5744.379972290946,14761984.0 +402.27,28.270000457763672,2552.0,0.012053639627993107,0.14959716796875,0.0,1.8978866338729858,2.1996634006500244,-0.007203003391623497,0.0025659059174358845,0.19347329437732697,0.5473963618278503,0.6713478267192841,902.0,230912.0,5750.799276337959,14778368.0 +402.84,28.329999923706055,2617.0,0.016076182946562767,0.19512939453125,0.0,1.9161025285720825,2.1978659629821777,-0.006073497235774994,0.002555935876443982,0.2549038231372833,0.5387352108955383,0.6008999049663544,903.0,231168.0,5757.059750651941,14794752.0 +394.48,27.5,2536.0,0.012582766823470592,0.1542561799287796,0.0,1.933424472808838,2.2070932388305664,-0.006340056657791138,0.00254276511259377,0.2968936264514923,0.5420059561729431,0.5833881497383118,904.0,231424.0,5763.520182804903,14811136.0 +393.1,27.6200008392334,2356.0,0.011291734874248505,0.1308797150850296,0.0,1.8816485404968262,2.204035520553589,-0.007648983504623175,0.0025148282293230295,0.2629033327102661,0.5224722623825073,0.6531275808811188,905.0,231680.0,5770.473022534046,14827520.0 +394.93,27.950000762939453,2485.0,0.012821190990507603,0.1541341096162796,0.0,1.8301559686660767,2.2016427516937256,-0.006320719141513109,0.0025250341277569532,0.12931479513645172,0.5313186049461365,0.7745482325553894,906.0,231936.0,5777.067717472091,14843904.0 +407.67,29.06999969482422,2557.0,0.010867110453546047,0.1171061173081398,0.0,1.844153881072998,2.2135181427001953,-0.0059408643282949924,0.0025421420577913523,0.12466653436422348,0.5388258695602417,0.7892626971006393,907.0,232192.0,5783.474340178072,14860288.0 +408.12,29.18000030517578,2581.0,0.008759037591516972,0.09918212890625,0.0,1.8388981819152832,2.1960439682006836,-0.007317673414945602,0.0025258108507841825,0.1615569293498993,0.5244926810264587,0.7246779203414917,908.0,232448.0,5789.821972054895,14876672.0 +400.21,28.780000686645508,2616.0,0.009128916077315807,0.0989583358168602,0.0,1.8830920457839966,2.1867549419403076,-0.005829204339534044,0.0025428603403270245,0.20965377986431122,0.5345318913459778,0.6719995439052582,909.0,232704.0,5796.085658224998,14893056.0 +409.77,29.690000534057617,2575.0,0.008944072760641575,0.1059773787856102,0.0,1.846078872680664,2.2051327228546143,-0.008176015689969063,0.00254649156704545,0.13294030725955963,0.5365902781486511,0.7643782496452332,910.0,232960.0,5802.447884910973,14909440.0 +409.85,29.489999771118164,2578.0,0.011311083100736141,0.1337687224149704,0.0,1.8637056350708008,2.18727970123291,-0.0063433279283344746,0.002537377178668976,0.17091357707977295,0.5377764105796814,0.6887759864330292,911.0,233216.0,5808.802310894942,14925824.0 +412.28,29.6200008392334,2564.0,0.012683268636465073,0.1448974609375,0.0,1.8564330339431763,2.212108612060547,-0.008023117668926716,0.0025306951720267534,0.18268193304538727,0.5298887491226196,0.7119772136211395,912.0,233472.0,5815.192541314056,14942208.0 +394.33,27.350000381469727,2597.0,0.009712534956634045,0.11212158203125,0.0,1.9516505002975464,2.2173094749450684,-0.00648455647751689,0.002531966893002391,0.34642794728279114,0.541110634803772,0.5918484330177307,913.0,233728.0,5821.501751539996,14958592.0 +395.94,26.440000534057617,2591.0,0.011166826821863651,0.1326497346162796,0.0,1.8211727142333984,2.2364308834075928,-0.007091596256941557,0.0025234012864530087,0.12516045570373535,0.5263476371765137,0.7710959017276764,914.0,233984.0,5827.823728529038,14974976.0 +393.18,26.200000762939453,2585.0,0.011176743544638157,0.1305338591337204,0.0,1.942721962928772,2.2179079055786133,-0.0066278367303311825,0.00252902670763433,0.3348586857318878,0.5395863056182861,0.5707538425922394,915.0,234240.0,5834.161168918014,14991360.0 +394.46,27.15999984741211,2519.0,0.009429884143173695,0.1153767928481102,0.0,1.8648031949996948,2.207925319671631,-0.006178509909659624,0.0025133437011390924,0.21279257535934448,0.5299928784370422,0.6516214311122894,916.0,234496.0,5840.66555905994,15007744.0 +394.72,27.43000030517578,2562.0,0.009613520465791225,0.11181640625,0.0,1.90010404586792,2.227492332458496,-0.0038530880119651556,0.00253177247941494,0.2610646188259125,0.5298137068748474,0.6218668520450592,917.0,234752.0,5847.059601637069,15024128.0 +399.17,28.389999389648438,2562.0,0.008686884306371212,0.0821533203125,0.0,1.8513370752334595,2.216628313064575,-0.006508868653327227,0.002518824767321348,0.18687237799167633,0.5271638035774231,0.692128449678421,918.0,235008.0,5853.45405657799,15040512.0 +393.38,28.059999465942383,2644.0,0.007516541052609682,0.091796875,0.0,1.8602451086044312,2.2294211387634277,-0.007057707756757736,0.002510442165657878,0.22881591320037842,0.5199678540229797,0.6781717240810394,919.0,235264.0,5859.650070063071,15056896.0 +405.32,29.549999237060547,2560.0,0.012499489821493626,0.1464029997587204,0.0,1.8012571334838867,2.203162670135498,-0.008481714874505997,0.002506131771951914,0.12334006279706955,0.5170345306396484,0.756526917219162,920.0,235520.0,5866.04949775897,15073280.0 +407.71,29.790000915527344,2581.0,0.0129395155236125,0.1504923552274704,0.0,1.816690444946289,2.229726552963257,-0.006345668807625771,0.002525416435673833,0.10429850965738297,0.5304760336875916,0.7675148546695709,921.0,235776.0,5872.396508885082,15089664.0 +410.31,30.0,2584.0,0.011133826337754726,0.1246744766831398,0.0,1.8434756994247437,2.2196803092956543,-0.008042422123253345,0.00252396403811872,0.1773795336484909,0.5230430960655212,0.6882719397544861,922.0,236032.0,5878.735950930975,15106048.0 +405.01,28.940000534057617,2515.0,0.013502354733645916,0.1415201872587204,0.0,1.8525804281234741,2.218632698059082,-0.005542645696550608,0.0025068919640034437,0.20172016322612762,0.5260032415390015,0.7154664397239685,923.0,236288.0,5885.251055011991,15122432.0 +405.87,28.75,2583.0,0.009663891978561878,0.1152140274643898,0.0,1.7783679962158203,2.217247724533081,-0.00873135682195425,0.002488191705197096,0.11216048151254654,0.5090956687927246,0.7716747671365738,924.0,236544.0,5891.593552567065,15138816.0 +407.14,29.040000915527344,2570.0,0.010387414135038853,0.11309814453125,0.0,1.8322824239730835,2.2148630619049072,-0.006609004456549883,0.002503706142306328,0.16876138746738434,0.5248062014579773,0.767421156167984,925.0,236800.0,5897.967250712914,15155200.0 +406.63,28.889999389648438,2560.0,0.007992065511643887,0.08599853515625,0.0,1.8745598793029785,2.2198100090026855,-0.007256088778376579,0.0025205921847373247,0.23161987960338593,0.5279079079627991,0.7227301895618439,926.0,237056.0,5904.365605009021,15171584.0 +403.34,27.719999313354492,2560.0,0.00923246517777443,0.0916748046875,0.0,1.8484247922897339,2.2148706912994385,-0.006966428365558386,0.002500443486496806,0.211425319314003,0.5216054320335388,0.7010882198810577,927.0,237312.0,5910.765218898887,15187968.0 +403.77,27.06999969482422,2540.0,0.011529143899679184,0.14404296875,0.0,1.8502453565597534,2.206500291824341,-0.005864858627319336,0.0024913628585636616,0.23622746765613556,0.5143799185752869,0.7038804292678833,928.0,237568.0,5917.214528685901,15204352.0 +410.47,28.450000762939453,2541.0,0.0064101689495146275,0.0722859725356102,0.0,1.8014484643936157,2.229508638381958,-0.00733042461797595,0.002499922411516309,0.12610295414924622,0.5180614590644836,0.782488614320755,929.0,237824.0,5923.6631784180645,15220736.0 +400.82,28.479999542236328,2601.0,0.007503904867917299,0.08917236328125,0.0,1.8635845184326172,2.218606472015381,-0.007301660254597664,0.002495528431609273,0.24060176312923431,0.5250073671340942,0.7007394433021545,930.0,238080.0,5929.962629226968,15237120.0 +398.65,28.360000610351562,2622.0,0.009711792692542076,0.1101888045668602,0.0,1.8065876960754395,2.217064619064331,-0.007095406297594309,0.0024939507711678743,0.16402392089366913,0.506866455078125,0.7703934758901596,931.0,238336.0,5936.212506853975,15253504.0 +396.95,27.84000015258789,2573.0,0.010158262215554714,0.11773681640625,0.0,1.8296259641647339,2.192556381225586,-0.00834577064961195,0.002491032239049673,0.19109970331192017,0.5188310742378235,0.7207024097442627,932.0,238592.0,5942.579937543953,15269888.0 +404.85,27.959999084472656,2610.0,0.009572784416377544,0.11968994140625,0.0,1.8572216033935547,2.215017080307007,-0.00679278327152133,0.002501310082152486,0.2330777496099472,0.5189706087112427,0.7384585440158844,933.0,238848.0,5948.8579516950995,15286272.0 +409.85,27.719999313354492,2643.0,0.00879436731338501,0.1082967147231102,0.0,1.8305093050003052,2.2230899333953857,-0.007829631678760052,0.0024953028187155724,0.20354723930358887,0.511144757270813,0.7708871960639954,934.0,239104.0,5955.057577928994,15302656.0 +399.21,26.3700008392334,2648.0,0.010992278344929218,0.1469319611787796,0.0,1.94436514377594,2.2274038791656494,-0.003966490738093853,0.0025062416680157185,0.36977848410606384,0.532595694065094,0.6021778881549835,935.0,239360.0,5961.244259611005,15319040.0 +387.48,26.049999237060547,2551.0,0.010203070938587189,0.1008707657456398,0.0,1.8759151697158813,2.2253847122192383,-0.0065162270329892635,0.002485603792592883,0.29224759340286255,0.5157594084739685,0.6606214642524719,936.0,239616.0,5967.666024581995,15335424.0 +389.92,27.559999465942383,2552.0,0.007644257973879576,0.0817667618393898,0.0,1.833594799041748,2.2371251583099365,-0.005826212931424379,0.002493336796760559,0.1805480569601059,0.5248499512672424,0.7250284552574158,937.0,239872.0,5974.085165923927,15351808.0 +406.08,29.34000015258789,2597.0,0.009354323148727417,0.1151123046875,0.0,1.8528085947036743,2.2351534366607666,-0.010213482193648815,0.002493402687832713,0.229198157787323,0.5240733027458191,0.7432302236557007,938.0,240128.0,5980.393504499923,15368192.0 +400.72,27.8700008392334,2608.0,0.010620679706335068,0.1318562775850296,0.0,1.8244768381118774,2.227499008178711,-0.007804217282682657,0.0024889539927244186,0.1813666969537735,0.5193958878517151,0.759751632809639,939.0,240384.0,5986.676032621879,15384576.0 +407.89,28.079999923706055,2669.0,0.010967995040118694,0.12823486328125,0.0,1.8447571992874146,2.2270219326019287,-0.007805973757058382,0.0024914301466196775,0.2154284119606018,0.5214042067527771,0.7068180441856384,940.0,240640.0,5992.814414283028,15400960.0 +410.13,28.540000915527344,2631.0,0.008898050524294376,0.1078898087143898,0.0,1.8220243453979492,2.2239859104156494,-0.0068301004357635975,0.0024897309485822916,0.17804981768131256,0.5172037482261658,0.751589834690094,941.0,240896.0,5999.0412566619925,15417344.0 +408.64,27.6299991607666,2589.0,0.01000076811760664,0.1229654923081398,0.0,1.8640159368515015,2.2330751419067383,-0.008651115000247955,0.002485104138031602,0.2664238214492798,0.519233763217926,0.6768362522125244,942.0,241152.0,6005.368586424971,15433728.0 +393.92,26.68000030517578,2624.0,0.012330546043813229,0.14630126953125,0.0,1.8909883499145508,2.253047227859497,-0.005757732782512903,0.0024997403379529715,0.28501561284065247,0.526898980140686,0.5839751958847046,943.0,241408.0,6011.614047593903,15450112.0 +396.09,26.989999771118164,2579.0,0.0072695426642894745,0.0843912735581398,0.0,1.8342207670211792,2.2440266609191895,-0.008732795715332031,0.0024915977846831083,0.1821022629737854,0.5285438895225525,0.6641295850276947,944.0,241664.0,6017.966416443,15466496.0 +405.89,27.65999984741211,2588.0,0.012259594164788723,0.1391194611787796,0.0,1.824876308441162,2.2271039485931396,-0.00519548449665308,0.0024814356584101915,0.20751522481441498,0.5078675150871277,0.6604766249656677,945.0,241920.0,6024.297602968989,15482880.0 +404.89,27.829999923706055,2585.0,0.013032757677137852,0.1511637419462204,0.0,1.8327594995498657,2.2178471088409424,-0.007298806216567755,0.0024817478843033314,0.2030111700296402,0.5198571681976318,0.709203690290451,946.0,242176.0,6030.6362202120945,15499264.0 +399.01,27.959999084472656,2571.0,0.00951153039932251,0.1153360977768898,0.0,1.8350833654403687,2.2434003353118896,-0.0056022764183580875,0.0024890275672078133,0.21858055889606476,0.5093156695365906,0.6871183216571808,947.0,242432.0,6037.013865048066,15515648.0 +403.38,27.81999969482422,2590.0,0.008758037351071835,0.1021525040268898,0.0,1.8326612710952759,2.2492682933807373,-0.008160346187651157,0.0025058139581233263,0.16702602803707123,0.5268939733505249,0.7510787546634674,948.0,242688.0,6043.338884959929,15532032.0 +403.3,27.469999313354492,2629.0,0.011589597910642624,0.1174723282456398,0.0,1.8984023332595825,2.2482826709747314,-0.006724232342094183,0.0025026218499988317,0.2921001613140106,0.5302484035491943,0.6353527009487152,949.0,242944.0,6049.570672990987,15548416.0 +393.52,26.68000030517578,2637.0,0.009903446771204472,0.1153767928481102,0.0,1.8900465965270996,2.2293787002563477,-0.006531211081892252,0.0024886943865567446,0.31230589747428894,0.5183715224266052,0.5588894784450531,950.0,243200.0,6055.785070278915,15564800.0 +385.47,26.440000534057617,2614.0,0.010189088992774487,0.1145223006606102,0.0,1.88006591796875,2.2168567180633545,-0.006009524688124657,0.002487531630322337,0.28518518805503845,0.5218855738639832,0.6778036952018738,951.0,243456.0,6062.052284786012,15581184.0 +386.86,26.809999465942383,2628.0,0.005543552804738283,0.05682373046875,0.0,1.8203426599502563,2.2345497608184814,-0.007652638014405966,0.00249038846231997,0.14655712246894836,0.5318682789802551,0.7511682212352753,952.0,243712.0,6068.2857419720385,15597568.0 +398.88,27.920000076293945,2638.0,0.008844498544931412,0.1070149764418602,0.0,1.8343424797058105,2.236185073852539,-0.009860559366643429,0.0025068370159715414,0.1659344583749771,0.5301792025566101,0.7562656253576279,953.0,243968.0,6074.4952588500455,15613952.0 +401.66,28.100000381469727,2641.0,0.011858797632157803,0.1272379606962204,0.0,1.8518800735473633,2.2440505027770996,-0.008090642280876637,0.0025035247672349215,0.20139026641845703,0.5299537777900696,0.7310353219509125,954.0,244224.0,6080.6983731458895,15630336.0 +391.88,27.280000686645508,2684.0,0.010523658245801926,0.1273396760225296,0.0,1.8278545141220093,2.243656635284424,-0.007439576555043459,0.0024935416877269745,0.1773778349161148,0.5222706198692322,0.7562516927719116,955.0,244480.0,6086.80332034803,15646720.0 +395.45,27.530000686645508,2634.0,0.00831656251102686,0.0992228165268898,0.0,1.8669910430908203,2.2250478267669678,-0.007097933907061815,0.0024896308314055204,0.25267207622528076,0.525188148021698,0.6997555494308472,956.0,244736.0,6093.023796492955,15663104.0 +395.71,27.959999084472656,2592.0,0.008614618331193924,0.1036376953125,0.0,1.812004566192627,2.2223260402679443,-0.008366583846509457,0.0024796745274215937,0.17459160089492798,0.515461266040802,0.7071095407009125,957.0,244992.0,6099.343681001104,15679488.0 +406.8,28.959999084472656,2533.0,0.009208341129124165,0.108642578125,0.0,1.814750075340271,2.205476760864258,-0.007838302291929722,0.002487656893208623,0.14907844364643097,0.5262752175331116,0.7741708159446716,958.0,245248.0,6105.8109442759305,15695872.0 +405.46,28.360000610351562,2508.0,0.008714565075933933,0.1004231795668602,0.0,1.8635386228561401,2.2154505252838135,-0.006266625132411718,0.0024818386882543564,0.25386664271354675,0.524107038974762,0.6469105184078217,959.0,245504.0,6112.344022192992,15712256.0 +405.48,27.950000762939453,2546.0,0.006490044295787811,0.0670979842543602,0.0,1.8609546422958374,2.213782548904419,-0.0062010399997234344,0.002481688978150487,0.2753501236438751,0.5107740163803101,0.6622153520584106,960.0,245760.0,6118.778182148933,15728640.0 +394.0,26.6200008392334,2550.0,0.005776619538664818,0.05914306640625,0.0,1.891921043395996,2.200296640396118,-0.006180328782647848,0.0024939030408859253,0.29073771834373474,0.5277838706970215,0.6065525114536285,961.0,246016.0,6125.202808900969,15745024.0 +393.93,26.93000030517578,2530.0,0.011568143963813782,0.1289265900850296,0.0,1.833318829536438,2.1929996013641357,-0.006168335676193237,0.0024768260773271322,0.23702992498874664,0.5044891238212585,0.6711627244949341,962.0,246272.0,6131.679329416016,15761408.0 +378.44,25.760000228881836,2569.0,0.00945240631699562,0.1168212890625,0.0,1.9634219408035278,2.1953699588775635,-0.006182484328746796,0.0024752626195549965,0.463776558637619,0.5220380425453186,0.4913886785507202,963.0,246528.0,6138.056084750919,15777792.0 +386.2,26.770000457763672,2617.0,0.010787785053253174,0.1253255158662796,0.0,1.8522075414657593,2.1942214965820312,-0.007992609404027462,0.0024895090609788895,0.2247096300125122,0.525033175945282,0.6724545657634735,964.0,246784.0,6144.315556637943,15794176.0 +390.6,26.709999084472656,2635.0,0.011225871741771698,0.12200927734375,0.0,1.8469343185424805,2.2108428478240967,-0.007496010512113571,0.0024868741165846586,0.2368180751800537,0.5146929025650024,0.6637393534183502,965.0,247040.0,6150.53252415196,15810560.0 +403.35,28.579999923706055,2560.0,0.009314320981502533,0.1151936873793602,0.0,1.7913373708724976,2.2202022075653076,-0.008433924056589603,0.0024775578640401363,0.12090042978525162,0.5227439999580383,0.7580206990242004,966.0,247296.0,6156.931708660908,15826944.0 +409.82,30.219999313354492,2589.0,0.013010941445827484,0.1508992463350296,0.0,1.8104015588760376,2.2051477432250977,-0.007219093386083841,0.002497169654816389,0.12356960028409958,0.5293027758598328,0.751754641532898,967.0,247552.0,6163.259185784031,15843328.0 +406.51,29.600000381469727,2658.0,0.011930515058338642,0.1445719450712204,0.0,1.8199127912521362,2.2017593383789062,-0.00617998419329524,0.002493262989446521,0.14454974234104156,0.5292037725448608,0.7180536687374115,968.0,247808.0,6169.423331859987,15859712.0 +405.97,29.290000915527344,2521.0,0.009331922046840191,0.1132405623793602,0.0,1.8720879554748535,2.237238883972168,-0.007545547094196081,0.0025331771466881037,0.180746391415596,0.5450441241264343,0.6574830710887909,969.0,248064.0,6175.92315928801,15876096.0 +401.43,28.709999084472656,2614.0,0.010355214588344097,0.1183064803481102,0.0,1.8552321195602417,2.2146995067596436,-0.006358323153108358,0.002498622750863433,0.19496119022369385,0.5369452834129333,0.7060476839542389,970.0,248320.0,6182.190846513957,15892480.0 +393.61,27.06999969482422,2596.0,0.006921706721186638,0.0763346329331398,0.0,1.8864654302597046,2.207069158554077,-0.007666466291993856,0.00248739798553288,0.2996223270893097,0.5226924419403076,0.601822704076767,971.0,248576.0,6188.502602528082,15908864.0 +401.97,28.0,2641.0,0.009226059541106224,0.1118570938706398,0.0,1.826393723487854,2.2225730419158936,-0.007288654800504446,0.0024997328873723745,0.14619122445583344,0.5329463481903076,0.7552422881126404,972.0,248832.0,6194.7070204310585,15925248.0 +407.12,28.459999084472656,2544.0,0.010158966295421124,0.12164306640625,0.0,1.7920722961425781,2.215430736541748,-0.0068695866502821445,0.0024833527859300375,0.1188356876373291,0.5200021266937256,0.7564337849617004,973.0,249088.0,6201.147390564904,15941632.0 +407.46,28.520000457763672,2556.0,0.011244834400713444,0.1313883513212204,0.0,1.858834147453308,2.2074856758117676,-0.006167482119053602,0.0024924324825406075,0.21902211010456085,0.5313490629196167,0.6213695406913757,974.0,249344.0,6207.556914191926,15958016.0 +396.82,27.229999542236328,2624.0,0.010088817216455936,0.11029052734375,0.0,1.8517519235610962,2.2105987071990967,-0.008158800192177296,0.0024934718385338783,0.21286003291606903,0.5288507342338562,0.6732785701751709,975.0,249600.0,6213.801067302935,15974400.0 +390.82,27.030000686645508,2572.0,0.011309169232845306,0.1104532852768898,0.0,1.9160100221633911,2.20538330078125,-0.006465464364737272,0.002513454295694828,0.28654900193214417,0.5445273518562317,0.6368817389011383,976.0,249856.0,6220.169905896066,15990784.0 +398.89,27.760000228881836,2559.0,0.006569861900061369,0.0738728865981102,0.0,1.8646072149276733,2.202565908432007,-0.0056416490115225315,0.0025063969660550356,0.1976948231458664,0.5402286052703857,0.7178071737289429,977.0,250112.0,6226.572549862089,16007168.0 +406.03,28.860000610351562,2562.0,0.007933254353702068,0.0900675430893898,0.0,1.8147042989730835,2.2105085849761963,-0.008924178779125214,0.0025113557931035757,0.1059805378317833,0.5370655655860901,0.8152384608983994,978.0,250368.0,6232.966105077881,16023552.0 +399.95,28.6299991607666,2593.0,0.007125450763851404,0.0775553360581398,0.0,1.9113575220108032,2.203693151473999,-0.007022412493824959,0.002506871009245515,0.29808303713798523,0.537939727306366,0.6325731873512268,979.0,250624.0,6239.285397680011,16039936.0 +395.07,27.969999313354492,2602.0,0.006629172246903181,0.06732177734375,0.0,1.87635338306427,2.206289529800415,-0.007526757195591927,0.002511084545403719,0.23390698432922363,0.5334473252296448,0.7047868371009827,980.0,250880.0,6245.58166372194,16056320.0 +400.89,27.969999313354492,2637.0,0.007370491977781057,0.08087158203125,0.0,1.8792048692703247,2.2023308277130127,-0.006802466232329607,0.0025071073323488235,0.2400941103696823,0.534430205821991,0.6960368752479553,981.0,251136.0,6251.796388692921,16072704.0 +405.9,28.510000228881836,2660.0,0.006181344389915466,0.0664469376206398,0.0,1.8668714761734009,2.223332643508911,-0.005886938888579607,0.0025006558280438185,0.22578902542591095,0.531769335269928,0.6992906630039215,982.0,251392.0,6257.955901039066,16089088.0 +404.4,28.510000228881836,2588.0,0.008151977322995663,0.0942789688706398,0.0,1.8157826662063599,2.2035412788391113,-0.008180893026292324,0.002495347987860441,0.138699010014534,0.5289754271507263,0.7907453179359436,983.0,251648.0,6264.287636948982,16105472.0 +415.95,29.010000228881836,2554.0,0.013404176570475101,0.1478678435087204,0.0,1.8283472061157227,2.2018516063690186,-0.0061020213179290295,0.002505692420527339,0.1333991438150406,0.5369216203689575,0.7751295864582062,984.0,251904.0,6270.703280640999,16121856.0 +414.08,28.6200008392334,2637.0,0.009856886230409145,0.1114705428481102,0.0,1.867223858833313,2.205077886581421,-0.006459494587033987,0.0025055052246898413,0.20246808230876923,0.541747510433197,0.714806467294693,985.0,252160.0,6276.915587313939,16138240.0 +415.42,29.290000915527344,2571.0,0.0089765889570117,0.1094767227768898,0.0,1.7914546728134155,2.1890530586242676,-0.010000539012253284,0.0025042740162461996,0.07310327142477036,0.5346569418907166,0.8571613729000092,986.0,252416.0,6283.28916345397,16154624.0 +414.0,29.829999923706055,2529.0,0.009765981696546078,0.1234130859375,0.0,1.8492881059646606,2.1703131198883057,-0.006551194470375776,0.0024949072394520044,0.19913841784000397,0.5305196642875671,0.741314709186554,987.0,252672.0,6289.766554143978,16171008.0 +410.24,29.670000076293945,2568.0,0.009045670740306377,0.10272216796875,0.0,1.8244819641113281,2.179952621459961,-0.008418213576078415,0.0025021012406796217,0.13349103927612305,0.5369035601615906,0.7756497263908386,988.0,252928.0,6296.1459236990195,16187392.0 +408.8,29.079999923706055,2583.0,0.010923010297119617,0.11669921875,0.0,1.8366402387619019,2.2106547355651855,-0.009570430032908916,0.0025110978167504072,0.14315757155418396,0.5411893129348755,0.7361108958721161,989.0,253184.0,6302.493937618099,16203776.0 +411.25,29.06999969482422,2554.0,0.01044414658099413,0.1191609725356102,0.0,1.8936429023742676,2.207280158996582,-0.00518001290038228,0.002517106244340539,0.23533941805362701,0.544672429561615,0.6408167481422424,990.0,253440.0,6308.9096436190885,16220160.0 +403.52,28.010000228881836,2569.0,0.00974645558744669,0.1191813126206398,0.0,1.8467097282409668,2.203734874725342,-0.008504717610776424,0.002503064228221774,0.19487273693084717,0.5282830595970154,0.6853154897689819,991.0,253696.0,6315.287480720086,16236544.0 +400.47,27.329999923706055,2581.0,0.008965191431343555,0.1006876602768898,0.0,1.9016571044921875,2.197701930999756,-0.007431797217577696,0.0025294115766882896,0.22698180377483368,0.5528689026832581,0.7096461653709412,992.0,253952.0,6321.636140417075,16252928.0 +395.98,26.420000076293945,2559.0,0.008666056208312511,0.0920817032456398,0.0,1.8614134788513184,2.1864423751831055,-0.00602342002093792,0.0024968876969069242,0.221079483628273,0.5303176641464233,0.6921814978122711,993.0,254208.0,6328.037570395041,16269312.0 +398.45,26.969999313354492,2538.0,0.00891080778092146,0.0948893204331398,0.0,1.9207497835159302,2.18084979057312,-0.007354196161031723,0.0025060633197426796,0.3099687993526459,0.5418965220451355,0.6421055793762207,994.0,254464.0,6334.4935450579505,16285696.0 +400.4,28.0,2595.0,0.007489009294658899,0.091064453125,0.0,1.8524044752120972,2.187934160232544,-0.006934839766472578,0.002496832748875022,0.2103281468153,0.5276380181312561,0.6914317905902863,995.0,254720.0,6340.806483468972,16302080.0 +393.51,27.979999542236328,2641.0,0.008476228453218937,0.10028076171875,0.0,1.9060548543930054,2.181671619415283,-0.005864998325705528,0.002500517526641488,0.2913814187049866,0.5377870202064514,0.6278723478317261,996.0,254976.0,6347.00955717708,16318464.0 +388.39,26.950000762939453,2618.0,0.008950081653892994,0.1008504256606102,0.0,1.9042692184448242,2.192476511001587,-0.008761189877986908,0.002504034899175167,0.29021796584129333,0.5378287434577942,0.6696976721286774,997.0,255232.0,6353.266344819916,16334848.0 +390.28,26.489999771118164,2640.0,0.00918870884925127,0.09527587890625,0.0,1.912659764289856,2.1818408966064453,-0.007871889509260654,0.0025054290890693665,0.308095782995224,0.5355878472328186,0.6591612696647644,998.0,255488.0,6359.472717660945,16351232.0 +396.86,27.149999618530273,2565.0,0.010456197895109653,0.1196492537856102,0.0,1.9122010469436646,2.1899912357330322,-0.006219173315912485,0.0025078158359974623,0.2846020460128784,0.5441111922264099,0.6594362556934357,999.0,255744.0,6365.859314006055,16367616.0 +399.5,28.079999923706055,2576.0,0.01165983360260725,0.1441650390625,0.0,1.8707256317138672,2.2135565280914307,-0.00597791513428092,0.002501746406778693,0.21787118911743164,0.5390306115150452,0.681629866361618,1000.0,256000.0,6372.220019114902,16384000.0 +399.52,28.670000076293945,2629.0,0.011577390134334564,0.1252238005399704,0.0,1.867292881011963,2.18306565284729,-0.0065144929103553295,0.002493019448593259,0.23937176167964935,0.5294424891471863,0.6949787139892578,1001.0,256256.0,6378.4515061439015,16400384.0 +396.16,27.389999389648438,2677.0,0.010520041920244694,0.1225992813706398,0.0,1.9342700242996216,2.1829111576080322,-0.004384307656437159,0.0024921440053731203,0.3521129786968231,0.5383551716804504,0.624520480632782,1002.0,256512.0,6384.572676501935,16416768.0 +401.72,26.540000915527344,2669.0,0.008784744888544083,0.0924072265625,0.0,1.900776982307434,2.180156946182251,-0.007177382707595825,0.0025050302501767874,0.2926258444786072,0.530927836894989,0.6772289872169495,1003.0,256768.0,6390.711421042914,16433152.0 +408.59,27.84000015258789,2632.0,0.009531432762742043,0.1191813126206398,0.0,1.8668287992477417,2.186910629272461,-0.006569052115082741,0.0024888848420232534,0.24312365055084229,0.5292625427246094,0.7169102430343628,1004.0,257024.0,6396.935328681953,16449536.0 +387.18,27.079999923706055,2528.0,0.007489733397960663,0.0919596329331398,0.0,1.9619492292404175,2.18174409866333,-0.00780101865530014,0.0024772349279373884,0.4465566873550415,0.5296719670295715,0.5588573515415192,1005.0,257280.0,6403.416620088043,16465920.0 +363.92,24.760000228881836,2563.0,0.007626305799931288,0.0789388045668602,0.0,1.969435691833496,2.191406011581421,-0.00691339373588562,0.0024810421746224165,0.4659211337566376,0.5247814655303955,0.6112998723983765,1006.0,257536.0,6409.8079466968775,16482304.0 +362.51,24.690000534057617,2594.0,0.007835679687559605,0.0868733748793602,0.0,1.8869601488113403,2.2135303020477295,-0.00539829907938838,0.002485597273334861,0.2797134220600128,0.531838595867157,0.6735337972640991,1007.0,257792.0,6416.122904727934,16498688.0 +397.13,28.170000076293945,2650.0,0.01243019849061966,0.1210734024643898,0.0,1.823281168937683,2.205052614212036,-0.007325319107621908,0.002487993100658059,0.16122937202453613,0.5280459523200989,0.7774419784545898,1008.0,258048.0,6422.305301202927,16515072.0 +406.4,29.639999389648438,2637.0,0.011009544134140015,0.137451171875,0.0,1.8066147565841675,2.2255985736846924,-0.007903551682829857,0.002495000371709466,0.1065165176987648,0.5360156893730164,0.8389467746019363,1009.0,258304.0,6428.519335760968,16531456.0 +413.56,30.90999984741211,2584.0,0.01012864988297224,0.1195475235581398,0.0,1.8067601919174194,2.2010369300842285,-0.00600470183417201,0.0024955396074801683,0.10011562705039978,0.5369476079940796,0.833320364356041,1010.0,258560.0,6434.861399136018,16547840.0 +408.54,29.510000228881836,2604.0,0.015195515938103199,0.14984130859375,0.0,1.8956551551818848,2.220684766769409,-0.004878204315900803,0.00248946575447917,0.2804664075374603,0.5377742648124695,0.7123074531555176,1011.0,258816.0,6441.152497563977,16564224.0 +401.24,28.6299991607666,2574.0,0.0081139812245965,0.0941162109375,0.0,1.8856109380722046,2.2217934131622314,-0.0072089447639882565,0.0024911595974117517,0.2875240743160248,0.5256962180137634,0.6412886679172516,1012.0,259072.0,6447.51728800009,16580608.0 +404.26,28.8700008392334,2561.0,0.007844769395887852,0.0883585587143898,0.0,1.7985502481460571,2.2123210430145264,-0.007840556092560291,0.0024871020577847958,0.11720321327447891,0.5263614654541016,0.8089358359575272,1013.0,259328.0,6453.915419816971,16596992.0 +399.82,27.989999771118164,2574.0,0.008288790471851826,0.0995279923081398,0.0,1.8529391288757324,2.2112972736358643,-0.005504294764250517,0.0024784065317362547,0.2683618664741516,0.5071723461151123,0.731415331363678,1014.0,259584.0,6460.279226752929,16613376.0 +401.65,27.84000015258789,2568.0,0.006456734612584114,0.0703328475356102,0.0,1.8813146352767944,2.236793279647827,-0.006739990785717964,0.0024792433250695467,0.2793646454811096,0.5311182141304016,0.6434890031814575,1015.0,259840.0,6466.658942045877,16629760.0 +387.18,27.030000686645508,2551.0,0.007997787557542324,0.09033203125,0.0,1.911306381225586,2.214007616043091,-0.005154777783900499,0.002469884231686592,0.39272820949554443,0.5072950124740601,0.5932385623455048,1016.0,260096.0,6473.082307429053,16646144.0 +383.26,26.389999389648438,2519.0,0.010466950945556164,0.1202799454331398,0.0,1.8544460535049438,2.2189786434173584,-0.00598916644230485,0.0024759822990745306,0.2504982054233551,0.5193846225738525,0.6750967800617218,1017.0,260352.0,6479.585699003888,16662528.0 +388.37,27.40999984741211,2592.0,0.008741450496017933,0.1002400740981102,0.0,1.8608121871948242,2.225616931915283,-0.00583735853433609,0.0024775743950158358,0.22967790067195892,0.5352798104286194,0.6722963452339172,1018.0,260608.0,6485.905886967899,16678912.0 +395.06,28.100000381469727,2599.0,0.00986113864928484,0.1024169921875,0.0,1.8837567567825317,2.2257416248321533,-0.005073340609669685,0.002480309223756194,0.28143033385276794,0.5302179455757141,0.5780827701091766,1019.0,260864.0,6492.209095089929,16695296.0 +393.95,27.700000762939453,2641.0,0.0114218071103096,0.1318766325712204,0.0,1.8225568532943726,2.222489833831787,-0.004834573715925217,0.0024726714473217726,0.18785355985164642,0.5193542838096619,0.6907038986682892,1020.0,261120.0,6498.413402463077,16711680.0 +407.44,28.65999984741211,2645.0,0.012647737748920918,0.1583048552274704,0.0,1.7887816429138184,2.2110116481781006,-0.006468623410910368,0.0024651086423546076,0.1407262533903122,0.5144428610801697,0.7914853543043137,1021.0,261376.0,6504.60885530198,16728064.0 +400.92,27.950000762939453,2604.0,0.008768199011683464,0.1101481094956398,0.0,1.9034918546676636,2.210296630859375,-0.006047841627150774,0.0024687719997018576,0.3490760326385498,0.5227185487747192,0.6768325865268707,1022.0,261632.0,6510.901225717971,16744448.0 +397.56,27.260000228881836,2540.0,0.01183464378118515,0.1290486603975296,0.0,1.8283036947250366,2.1788241863250732,-0.006532425060868263,0.0024654953740537167,0.21156127750873566,0.5180960297584534,0.7185235917568207,1023.0,261888.0,6517.352341271937,16760832.0 +391.14,28.059999465942383,2584.0,0.00928583461791277,0.12078857421875,0.0,1.846841812133789,2.2066261768341064,-0.007183397654443979,0.002464618533849716,0.2533755600452423,0.517094612121582,0.6685973405838013,1024.0,262144.0,6523.69263126608,16777216.0 +387.83,28.670000076293945,2606.0,0.011298627592623234,0.1491495817899704,0.0,1.8524667024612427,2.1993844509124756,-0.009862211532890797,0.0024729904253035784,0.2429002970457077,0.5263774394989014,0.6612978577613831,1025.0,262400.0,6529.97896045493,16793600.0 +387.91,28.010000228881836,2574.0,0.011155609041452408,0.13482666015625,0.0,1.8734288215637207,2.211867094039917,-0.006424032151699066,0.002469987142831087,0.29959675669670105,0.5171793103218079,0.6140870153903961,1026.0,262656.0,6536.344335482921,16809984.0 +393.39,27.8700008392334,2575.0,0.008809209801256657,0.1004231795668602,0.0,1.864146113395691,2.214063882827759,-0.007224234286695719,0.002466815058141947,0.27690377831459045,0.5216516852378845,0.6398286819458008,1027.0,262912.0,6542.707708294038,16826368.0 +398.48,28.540000915527344,2623.0,0.0127568319439888,0.1260172575712204,0.0,1.823904037475586,2.2052571773529053,-0.007028314750641584,0.0024835162330418825,0.15716099739074707,0.5326463580131531,0.7362757325172424,1028.0,263168.0,6548.954302977072,16842752.0 +405.05,29.469999313354492,2611.0,0.013451174832880497,0.1512247771024704,0.0,1.84443199634552,2.225327730178833,-0.0075371447019279,0.0024865453597158194,0.20078594982624054,0.530556857585907,0.6543027758598328,1029.0,263424.0,6555.229768832913,16859136.0 +402.36,29.31999969482422,2552.0,0.013927105814218521,0.16259765625,0.0,1.8291444778442383,2.212984085083008,-0.007432129699736834,0.002483575837686658,0.15842938423156738,0.537703812122345,0.7284690737724304,1030.0,263680.0,6561.649375800043,16875520.0 +401.87,28.979999542236328,2660.0,0.013301168568432331,0.16094970703125,0.0,1.8479326963424683,2.2052295207977295,-0.007059035822749138,0.0024942485615611076,0.18207646906375885,0.5388813614845276,0.7483478784561157,1031.0,263936.0,6567.807742177043,16891904.0 +395.85,27.489999771118164,2638.0,0.008814952336251736,0.10931396484375,0.0,1.9423643350601196,2.218493938446045,-0.006955842021852732,0.0024945198092609644,0.35585200786590576,0.5463191866874695,0.5321640968322754,1032.0,264192.0,6574.017058814876,16908288.0 +395.13,26.790000915527344,2601.0,0.01141600776463747,0.1279093474149704,0.0,1.830784797668457,2.2237963676452637,-0.0074598416686058044,0.002481648465618491,0.17839401960372925,0.5304614901542664,0.7209559082984924,1033.0,264448.0,6580.314970646985,16924672.0 +404.75,27.889999389648438,2662.0,0.009520737454295158,0.1136271134018898,0.0,1.8164758682250977,2.224517822265625,-0.008582203648984432,0.002480938797816634,0.14262837171554565,0.5355194807052612,0.7736912965774536,1034.0,264704.0,6586.469169830903,16941056.0 +414.24,29.170000076293945,2617.0,0.008328872732818127,0.0910237655043602,0.0,1.8369749784469604,2.2228803634643555,-0.005225090775638819,0.002491881139576435,0.15020088851451874,0.5433879494667053,0.7554748803377151,1035.0,264960.0,6592.729161354946,16957440.0 +403.35,28.440000534057617,2595.0,0.00993436574935913,0.1051025390625,0.0,1.9024192094802856,2.230753183364868,-0.006019715219736099,0.0025025340728461742,0.26637038588523865,0.5462941527366638,0.629907488822937,1036.0,265216.0,6599.041866242886,16973824.0 +392.62,25.81999969482422,2589.0,0.011132013984024525,0.1205240860581398,0.0,1.9326285123825073,2.227238655090332,-0.0071302601136267185,0.002496563596650958,0.3597398102283478,0.5338792204856873,0.6410479545593262,1037.0,265472.0,6605.368858252885,16990208.0 +375.65,23.780000686645508,2666.0,0.009930714033544064,0.1231689453125,0.0,2.043139696121216,2.243095636367798,-0.004952397663146257,0.0024868592154234648,0.5626489520072937,0.5457689166069031,0.4554719924926758,1038.0,265728.0,6611.5149220998865,17006592.0 +378.25,25.270000457763672,2662.0,0.009231948293745518,0.0965983048081398,0.0,1.8502308130264282,2.2361230850219727,-0.008998819626867771,0.0025128384586423635,0.17185068130493164,0.5392463803291321,0.7325966954231262,1039.0,265984.0,6617.6741209300235,17022976.0 +392.61,27.469999313354492,2671.0,0.008558869361877441,0.0979817733168602,0.0,1.8942571878433228,2.214460611343384,-0.0051745143719017506,0.0025168524589389563,0.21711139380931854,0.5545943975448608,0.7179328799247742,1040.0,266240.0,6623.806684158044,17039360.0 +398.3,28.34000015258789,2561.0,0.015503824688494205,0.1587321013212204,0.0,1.8632456064224243,2.23547625541687,-0.004144865553826094,0.002500536385923624,0.19229918718338013,0.543327271938324,0.6883957386016846,1041.0,266496.0,6630.203290995909,17055744.0 +405.89,28.59000015258789,2634.0,0.014179748483002186,0.1549886018037796,0.0,1.8369159698486328,2.2248690128326416,-0.008148140273988247,0.002500715432688594,0.14426183700561523,0.5448243021965027,0.7665037363767624,1042.0,266752.0,6636.424731514882,17072128.0 +409.67,28.110000610351562,2616.0,0.014463286846876144,0.1578572541475296,0.0,1.8870235681533813,2.215020179748535,-0.006475833710283041,0.0025025128852576017,0.2332364171743393,0.5477752089500427,0.6539080739021301,1043.0,267008.0,6642.688497045077,17088512.0 +404.85,27.829999923706055,2580.0,0.016226202249526978,0.1682332307100296,0.0,1.8492857217788696,2.2286996841430664,-0.004310874734073877,0.0025057552848011255,0.1587246209383011,0.5436437726020813,0.6976731419563293,1044.0,267264.0,6649.038420865079,17104896.0 +401.77,28.3799991607666,2591.0,0.011667666025459766,0.1468302458524704,0.0,1.8443881273269653,2.219350576400757,-0.007467261981219053,0.002493887208402157,0.1689087152481079,0.5426508784294128,0.7268149256706238,1045.0,267520.0,6655.361782793887,17121280.0 +400.15,28.399999618530273,2587.0,0.010968074202537537,0.1232706680893898,0.0,1.8509827852249146,2.198586940765381,-0.008433387614786625,0.0024983554612845182,0.16461299359798431,0.5499175190925598,0.7426149249076843,1046.0,267776.0,6661.694493427873,17137664.0 +397.99,28.25,2565.0,0.011326410807669163,0.13555908203125,0.0,1.8657108545303345,2.165276527404785,-0.00668072747066617,0.0025096700992435217,0.17568951845169067,0.5513647794723511,0.69806969165802,1047.0,268032.0,6668.081618387951,17154048.0 +396.55,27.1200008392334,2547.0,0.01171151828020811,0.13714599609375,0.0,1.93340265750885,2.188840627670288,-0.007951430045068264,0.0025188589934259653,0.3027619421482086,0.5524320006370544,0.5891129672527313,1048.0,268288.0,6674.51275155996,17170432.0 +400.53,27.1200008392334,2647.0,0.006737633142620325,0.0714111328125,0.0,1.900989055633545,2.203948974609375,-0.0073234145529568195,0.0025264101568609476,0.20516474545001984,0.5645645260810852,0.6711878180503845,1049.0,268544.0,6680.701503448887,17186816.0 +402.39,27.600000381469727,2484.0,0.009018386714160442,0.0950927734375,0.0,1.8808785676956177,2.206934690475464,-0.007936831563711166,0.0025296604726463556,0.1682186871767044,0.5619452595710754,0.7395497560501099,1050.0,268800.0,6687.296244062949,17203200.0 +411.87,28.780000686645508,2543.0,0.00928491074591875,0.1053263321518898,0.0,1.8511773347854614,2.2007856369018555,-0.0070397923700511456,0.002524657640606165,0.11968320608139038,0.5580544471740723,0.8070511072874069,1051.0,269056.0,6693.737549324986,17219584.0 +411.17,29.950000762939453,2486.0,0.011413034982979298,0.1377970427274704,0.0,1.8474105596542358,2.1918885707855225,-0.008263830095529556,0.0024982064496725798,0.1533234566450119,0.5518282055854797,0.7470464706420898,1052.0,269312.0,6700.328277329914,17235968.0 +410.07,29.3700008392334,2538.0,0.010513200424611568,0.1233927384018898,0.0,1.8405017852783203,2.211428165435791,-0.007320767734199762,0.002488362370058894,0.17698973417282104,0.537260890007019,0.7495905458927155,1053.0,269568.0,6706.783971929923,17252352.0 +404.64,28.229999542236328,2599.0,0.009553014300763607,0.1146647110581398,0.0,1.8426403999328613,2.2013986110687256,-0.008297277614474297,0.0024870478082448244,0.18992674350738525,0.5344642400741577,0.7124812006950378,1054.0,269824.0,6713.088488488924,17268736.0 +400.35,27.65999984741211,2570.0,0.010391193442046642,0.12554931640625,0.0,1.880501389503479,2.225069761276245,-0.005562735255807638,0.0025000611785799265,0.21705013513565063,0.549759030342102,0.6775683760643005,1055.0,270080.0,6719.462200006936,17285120.0 +401.35,28.639999389648438,2534.0,0.011671005748212337,0.1276448518037796,0.0,1.8538035154342651,2.2023332118988037,-0.007053384557366371,0.00248537864536047,0.19431520998477936,0.5430333018302917,0.7035932242870331,1056.0,270336.0,6725.928348452086,17301504.0 +406.71,29.440000534057617,2640.0,0.009213290177285671,0.0990193709731102,0.0,1.8316675424575806,2.2016451358795166,-0.008107004687190056,0.0024814417120069265,0.16160961985588074,0.5402652621269226,0.6913866102695465,1057.0,270592.0,6732.134052801877,17317888.0 +402.55,28.93000030517578,2574.0,0.012713238596916199,0.14630126953125,0.0,1.8545056581497192,2.192816972732544,-0.004413362592458725,0.002482334617525339,0.19771021604537964,0.5408247113227844,0.707846462726593,1058.0,270848.0,6738.498280317988,17334272.0 +402.43,28.479999542236328,2589.0,0.00922343134880066,0.1104736328125,0.0,1.830410361289978,2.2043137550354004,-0.008510666899383068,0.002476405818015337,0.16318388283252716,0.5411694645881653,0.7477980256080627,1059.0,271104.0,6744.825997887878,17350656.0 +408.73,28.790000915527344,2588.0,0.008748619817197323,0.10540771484375,0.0,1.8101410865783691,2.197958469390869,-0.006931320298463106,0.0024639240000396967,0.1816483736038208,0.5162657499313354,0.6978960931301117,1060.0,271360.0,6751.156564706005,17367040.0 +404.02,28.229999542236328,2635.0,0.01041435543447733,0.1233113631606102,0.0,1.8679755926132202,2.195384979248047,-0.005318384617567062,0.0024815695360302925,0.2285936027765274,0.540166437625885,0.6618779003620148,1061.0,271616.0,6757.375109538902,17383424.0 +403.26,28.860000610351562,2613.0,0.013854391872882843,0.1421712189912796,0.0,1.8101834058761597,2.1981351375579834,-0.0053211660124361515,0.0024687277618795633,0.12686896324157715,0.5396876931190491,0.7667406648397446,1062.0,271872.0,6763.644603750901,17399808.0 +400.01,28.639999389648438,2595.0,0.012837693095207214,0.13775634765625,0.0,1.8582310676574707,2.2041919231414795,-0.005776830017566681,0.0024675987660884857,0.2347320318222046,0.534884512424469,0.6671991050243378,1063.0,272128.0,6769.957087927964,17416192.0 +392.29,27.3700008392334,2631.0,0.010694802738726139,0.1366984099149704,0.0,1.8490749597549438,2.187150239944458,-0.009047464467585087,0.0024704199749976397,0.22299277782440186,0.533287525177002,0.6695413589477539,1064.0,272384.0,6776.184074151097,17432576.0 +386.79,27.459999084472656,2616.0,0.011582371778786182,0.1398722380399704,0.0,1.8496941328048706,2.2037947177886963,-0.0068109664134681225,0.0024675435852259398,0.23336638510227203,0.5280882120132446,0.6539711654186249,1065.0,272640.0,6782.446866831044,17448960.0 +388.26,26.940000534057617,2657.0,0.00881856121122837,0.0967000350356102,0.0,1.932296872138977,2.200521230697632,-0.0071421400643885136,0.0024645414669066668,0.3919883668422699,0.5331794023513794,0.5470525026321411,1066.0,272896.0,6788.612037163926,17465344.0 +388.59,26.020000457763672,2507.0,0.010174497030675411,0.1161092147231102,0.0,1.8532334566116333,2.1828267574310303,-0.007899792864918709,0.002466753823682666,0.24825447797775269,0.5254573822021484,0.6296769678592682,1067.0,273152.0,6795.146978183882,17481728.0 +387.51,26.059999465942383,2542.0,0.008787357248365879,0.1043294295668602,0.0,1.8617000579833984,2.1869497299194336,-0.00944311823695898,0.0024698798079043627,0.23279888927936554,0.5416733026504517,0.7174893915653229,1068.0,273408.0,6801.591157719959,17498112.0 +385.38,25.760000228881836,2620.0,0.012427409179508686,0.1279500275850296,0.0,1.9182319641113281,2.187079906463623,-0.00478494493290782,0.0024767660070210695,0.33956173062324524,0.5367241501808167,0.6095268726348877,1069.0,273664.0,6807.846372042084,17514496.0 +377.03,25.200000762939453,2613.0,0.008058826439082623,0.0958048477768898,0.0,1.855784296989441,2.176892042160034,-0.008411145769059658,0.00245867227204144,0.2697470188140869,0.5217542052268982,0.6631649136543274,1070.0,273920.0,6814.115985119948,17530880.0 +379.2,25.90999984741211,2525.0,0.010335424914956093,0.1254069060087204,0.0,1.8093525171279907,2.1690945625305176,-0.007165656890720129,0.002456048270687461,0.18833471834659576,0.5160180330276489,0.7177872657775879,1071.0,274176.0,6820.603989108931,17547264.0 +399.5,28.1200008392334,2543.0,0.011560846120119095,0.1238606795668602,0.0,1.7777209281921387,2.1788206100463867,-0.008296137675642967,0.0024542363826185465,0.14142070710659027,0.5099765658378601,0.7582641988992691,1072.0,274432.0,6827.04671221599,17563648.0 +408.45,28.579999923706055,2571.0,0.01030180137604475,0.124267578125,0.0,1.7700504064559937,2.1629226207733154,-0.009349760599434376,0.002454370493069291,0.1236582100391388,0.5120148658752441,0.7937281280755997,1073.0,274688.0,6833.419264540076,17580032.0 +409.26,28.520000457763672,2558.0,0.010270851664245129,0.1208292618393898,0.0,1.7953146696090698,2.1536881923675537,-0.008466832339763641,0.0024565199855715036,0.16851474344730377,0.5128008723258972,0.7329822778701782,1074.0,274944.0,6839.824960849015,17596416.0 +402.91,29.09000015258789,2653.0,0.01149706169962883,0.1318562775850296,0.0,1.8397150039672852,2.1468284130096436,-0.0056418366730213165,0.002455682959407568,0.23630420863628387,0.5208314061164856,0.6196922957897186,1075.0,275200.0,6846.000887704082,17612800.0 +403.78,28.81999969482422,2594.0,0.011126714758574963,0.1327718049287796,0.0,1.8028244972229004,2.1681251525878906,-0.009020972065627575,0.002455368870869279,0.1642797291278839,0.5237024426460266,0.7086975872516632,1076.0,275456.0,6852.3169780480675,17629184.0 +398.21,28.219999313354492,2597.0,0.010847259312868118,0.1249593123793602,0.0,1.827271580696106,2.163980484008789,-0.006079569924622774,0.0024548086803406477,0.2202233523130417,0.5174750089645386,0.70751953125,1077.0,275712.0,6858.625927764922,17645568.0 +397.09,27.90999984741211,2627.0,0.007558460813015699,0.078857421875,0.0,1.82095468044281,2.179048538208008,-0.003944362048059702,0.0024569081142544746,0.17156732082366943,0.5324514508247375,0.7149708569049835,1078.0,275968.0,6864.862451430876,17661952.0 +396.38,27.760000228881836,2599.0,0.008206021972000599,0.0904337540268898,0.0,1.8361421823501587,2.1738197803497314,-0.006021272856742144,0.0024613579735159874,0.2183225303888321,0.5240611433982849,0.7098110616207123,1079.0,276224.0,6871.166501793079,17678336.0 +406.3,28.610000610351562,2543.0,0.010011693462729454,0.1094970703125,0.0,1.7992796897888184,2.1708362102508545,-0.006377703044563532,0.0024558634031563997,0.14324750006198883,0.5278103947639465,0.6974650919437408,1080.0,276480.0,6877.609000423923,17694720.0 +399.54,28.209999084472656,2533.0,0.010235842317342758,0.11370849609375,0.0,1.8277794122695923,2.1680569648742676,-0.00697992043569684,0.0024546824861317873,0.2260872721672058,0.5160549283027649,0.6384729743003845,1081.0,276736.0,6884.076107793022,17711104.0 +399.59,28.68000030517578,2564.0,0.011562549509108067,0.1412556916475296,0.0,1.7796669006347656,2.1571099758148193,-0.008380383253097534,0.0024512563832104206,0.13088884949684143,0.5185457468032837,0.7587426006793976,1082.0,276992.0,6890.466293842997,17727488.0 +407.17,29.31999969482422,2586.0,0.014082682318985462,0.1424357146024704,0.0,1.8041890859603882,2.1556313037872314,-0.0089901527389884,0.002448237733915448,0.16842491924762726,0.5264040231704712,0.7160485982894897,1083.0,277248.0,6896.801627984969,17743872.0 +406.41,29.110000610351562,2567.0,0.009644574485719204,0.0976765975356102,0.0,1.803708553314209,2.168623208999634,-0.008677319623529911,0.002454981207847595,0.16686783730983734,0.5231475234031677,0.6873311400413513,1084.0,277504.0,6903.184272415936,17760256.0 +403.44,28.389999389648438,2520.0,0.010697703808546066,0.1084798201918602,0.0,1.8059624433517456,2.1560661792755127,-0.008189833723008633,0.002450838452205062,0.17651695013046265,0.5220351219177246,0.6385413408279419,1085.0,277760.0,6909.68461979297,17776640.0 +406.99,29.450000762939453,2527.0,0.012899692170321941,0.1396687775850296,0.0,1.8026121854782104,2.1700332164764404,-0.005521782208234072,0.0024536822456866503,0.15593664348125458,0.525024950504303,0.6782333552837372,1086.0,278016.0,6916.168304058956,17793024.0 +405.3,29.59000015258789,2631.0,0.01009191945195198,0.1113077774643898,0.0,1.763529896736145,2.1606338024139404,-0.00863656122237444,0.002452901331707835,0.08352918177843094,0.5255574584007263,0.8008302748203278,1087.0,278272.0,6922.39564541704,17809408.0 +402.34,29.690000534057617,2607.0,0.013035810552537441,0.13128662109375,0.0,1.792874813079834,2.1376075744628906,-0.006499612238258123,0.0024646115489304066,0.13517002761363983,0.5208598971366882,0.7435765564441681,1088.0,278528.0,6928.680179352872,17825792.0 +403.3,28.979999542236328,2597.0,0.010328310541808605,0.12664794921875,0.0,1.8116703033447266,2.164135217666626,-0.00929537508636713,0.0024527867790311575,0.17890803515911102,0.5267596244812012,0.6961163580417633,1089.0,278784.0,6934.987519931048,17842176.0 +402.56,28.780000686645508,2589.0,0.014227627776563168,0.1563720703125,0.0,1.8345993757247925,2.1582372188568115,-0.007946538738906384,0.002451953710988164,0.24079151451587677,0.5177558064460754,0.630669891834259,1090.0,279040.0,6941.314602012979,17858560.0 +404.6,28.049999237060547,2616.0,0.010375040583312511,0.11553955078125,0.0,1.7958143949508667,2.1385762691497803,-0.00845628697425127,0.00244853924959898,0.16261819005012512,0.5200779438018799,0.6847594678401947,1091.0,279296.0,6947.578635408077,17874944.0 +402.73,28.399999618530273,2646.0,0.007015908602625132,0.0757039412856102,0.0,1.7944908142089844,2.1334383487701416,-0.006955137941986322,0.0024532396346330643,0.130213662981987,0.5310534834861755,0.736682802438736,1092.0,279552.0,6953.770608043997,17891328.0 +408.19,29.670000076293945,2575.0,0.011187062598764896,0.13299560546875,0.0,1.7969388961791992,2.143683433532715,-0.010277307592332363,0.0024523886386305094,0.15814968943595886,0.5233838558197021,0.7348311543464661,1093.0,279808.0,6960.132599425968,17907712.0 +408.0,29.520000457763672,2606.0,0.010832131840288639,0.1344401091337204,0.0,1.801308512687683,2.138993501663208,-0.00924960058182478,0.002453321823850274,0.15958364307880402,0.5254952311515808,0.711476743221283,1094.0,280064.0,6966.419726664899,17924096.0 +400.19,28.510000228881836,2592.0,0.010784284211695194,0.1152547225356102,0.0,1.8357877731323242,2.131774663925171,-0.006690673530101776,0.0024522545281797647,0.21815793216228485,0.5285901427268982,0.6740674078464508,1095.0,280320.0,6972.740885209059,17940480.0 +397.36,28.40999984741211,2566.0,0.011232665739953518,0.1247762069106102,0.0,1.8522862195968628,2.1376452445983887,-0.005492586176842451,0.00245413719676435,0.2566031217575073,0.5237849354743958,0.6641914546489716,1096.0,280576.0,6979.1251620939,17956864.0 +389.48,27.420000076293945,2596.0,0.009188595227897167,0.1107381209731102,0.0,1.863035798072815,2.1310765743255615,-0.007186248432844877,0.002453727414831519,0.24717594683170319,0.5410814881324768,0.6261765956878662,1097.0,280832.0,6985.435520044062,17973248.0 +398.08,28.030000686645508,2522.0,0.010521738789975643,0.1088053360581398,0.0,1.8049207925796509,2.1117753982543945,-0.008909697644412518,0.002454509725794196,0.16511397063732147,0.525136411190033,0.7301411628723145,1098.0,281088.0,6991.931357170921,17989632.0 +406.98,28.950000762939453,2545.0,0.010673817247152328,0.1196085587143898,0.0,1.788954734802246,2.110811710357666,-0.008306770585477352,0.0024525148328393698,0.1349695920944214,0.5246274471282959,0.7487586438655853,1099.0,281344.0,6998.368367099902,18006016.0 +402.24,28.850000381469727,2563.0,0.012082193978130817,0.1172078475356102,0.0,1.8184809684753418,2.115797519683838,-0.006426757201552391,0.0024575029965490103,0.17065446078777313,0.5319868922233582,0.7397176623344421,1100.0,281600.0,7004.759211181896,18022400.0 +397.47,28.6299991607666,2552.0,0.00875414814800024,0.1022135391831398,0.0,1.8315023183822632,2.1097733974456787,-0.00905622635036707,0.002452721819281578,0.22697889804840088,0.5218060612678528,0.6786133944988251,1101.0,281856.0,7011.179731528973,18038784.0 +398.35,28.959999084472656,2659.0,0.013435072265565395,0.1467692106962204,0.0,1.8180208206176758,2.0713045597076416,-0.006318808998912573,0.002448558108881116,0.18692292273044586,0.5273118615150452,0.7097941339015961,1102.0,282112.0,7017.341578846099,18055168.0 +404.91,28.899999618530273,2661.0,0.010601869784295559,0.1266886442899704,0.0,1.8007925748825073,2.1012911796569824,-0.006132282316684723,0.002453306457027793,0.14163972437381744,0.5304646492004395,0.7532863765954971,1103.0,282368.0,7023.499587103957,18071552.0 +404.03,28.719999313354492,2594.0,0.010310894809663296,0.1103719100356102,0.0,1.8141220808029175,2.080228805541992,-0.005777269601821899,0.0024494470562785864,0.19855673611164093,0.5166997909545898,0.6917880177497864,1104.0,282624.0,7029.81472724909,18087936.0 +405.52,29.040000915527344,2584.0,0.010275653563439846,0.1180013045668602,0.0,1.8160505294799805,2.083904981613159,-0.0055776494555175304,0.002449862426146865,0.19990958273410797,0.5175814628601074,0.6743711531162262,1105.0,282880.0,7036.154671645025,18104320.0 +407.37,29.209999084472656,2569.0,0.012108010239899158,0.1407470703125,0.0,1.7976151704788208,2.0531961917877197,-0.005946002434939146,0.002448888262733817,0.15876363217830658,0.5202673673629761,0.7665154784917831,1106.0,283136.0,7042.5311367888935,18120704.0 +411.8,29.25,2568.0,0.010480634868144989,0.1269327849149704,0.0,1.7683504819869995,2.0760092735290527,-0.008714799769222736,0.002449997002258897,0.11796405166387558,0.5138448476791382,0.8011063188314438,1107.0,283392.0,7048.910272771027,18137088.0 +412.04,29.790000915527344,2600.0,0.009619619697332382,0.1063232421875,0.0,1.8470340967178345,2.0733377933502197,-0.0059730615466833115,0.0024482898879796267,0.2658672034740448,0.5166622996330261,0.6864414513111115,1108.0,283648.0,7055.212119461037,18153472.0 +406.28,28.8700008392334,2588.0,0.011635176837444305,0.1384480744600296,0.0,1.8233376741409302,2.065574884414673,-0.006391754373908043,0.0024473383091390133,0.2135247141122818,0.519953727722168,0.7056026458740234,1109.0,283904.0,7061.54311430105,18169856.0 +404.22,28.579999923706055,2584.0,0.009327524341642857,0.1062825545668602,0.0,1.8353267908096313,2.0821213722229004,-0.0036557617131620646,0.002448943443596363,0.21718387305736542,0.5267401933670044,0.6892490386962891,1110.0,284160.0,7067.882633578964,18186240.0 +401.19,28.579999923706055,2579.0,0.009457229636609554,0.1044108048081398,0.0,1.8515721559524536,2.0885117053985596,-0.005267683882266283,0.002443789504468441,0.259911447763443,0.5258743166923523,0.6328990459442139,1111.0,284416.0,7074.235945872031,18202624.0 +394.08,28.389999389648438,2521.0,0.006970793474465609,0.0713907852768898,0.0,1.8301005363464355,2.100212335586548,-0.0035315135028213263,0.002450587460771203,0.22296719253063202,0.5178566575050354,0.7059205770492554,1112.0,284672.0,7080.735285860021,18219008.0 +400.04,28.549999237060547,2536.0,0.006864739116281271,0.07958984375,0.0,1.8643535375595093,2.105620861053467,-0.005961128976196051,0.0024474281817674637,0.28664037585258484,0.5243367552757263,0.5990059077739716,1113.0,284928.0,7087.194525022991,18235392.0 +400.94,28.899999618530273,2653.0,0.007045543286949396,0.0787353515625,0.0,1.8139357566833496,2.118496894836426,-0.005026100669056177,0.002446397440508008,0.20645646750926971,0.5137203335762024,0.6685710847377777,1114.0,285184.0,7093.370549034094,18251776.0 +399.77,28.90999984741211,2681.0,0.010747518390417099,0.1349894255399704,0.0,1.7742623090744019,2.114466667175293,-0.008126565255224705,0.0024458628613501787,0.12723742425441742,0.5169835686683655,0.756429985165596,1115.0,285440.0,7099.482308408013,18268160.0 +411.17,30.280000686645508,2684.0,0.010232347995042801,0.1234537735581398,0.0,1.7489646673202515,2.13257098197937,-0.007622153963893652,0.0024534957483410835,0.09997234493494034,0.501178503036499,0.7747667580842972,1116.0,285696.0,7105.585817476036,18284544.0 +407.37,29.540000915527344,2525.0,0.010127939283847809,0.1201578751206398,0.0,1.8352051973342896,2.1373064517974854,-0.00906767975538969,0.002449495019391179,0.2521572411060333,0.514819860458374,0.6178616285324097,1117.0,285952.0,7112.07341750199,18300928.0 +394.87,27.729999542236328,2471.0,0.010238628834486008,0.1167806014418602,0.0,1.8377679586410522,2.106065511703491,-0.0054684286005795,0.002443269593641162,0.23400330543518066,0.525660514831543,0.6593239009380341,1118.0,286208.0,7118.704583362909,18317312.0 +407.02,29.6200008392334,2530.0,0.013220556080341339,0.1365763396024704,0.0,1.7551077604293823,2.1340763568878174,-0.007436379324644804,0.0024476340040564537,0.08745461702346802,0.516340434551239,0.8059641867876053,1119.0,286464.0,7125.178935660981,18333696.0 +412.93,30.309999465942383,2583.0,0.010833333246409893,0.1405843049287796,0.0,1.7687486410140991,2.1204583644866943,-0.008468027226626873,0.002443941542878747,0.12165579944849014,0.5156226754188538,0.7969439625740051,1120.0,286720.0,7131.521182013908,18350080.0 +410.06,30.229999542236328,2586.0,0.010785441845655441,0.1299845427274704,0.0,1.8058923482894897,2.1052796840667725,-0.005328082013875246,0.002449110383167863,0.1833696812391281,0.5160331726074219,0.704499214887619,1121.0,286976.0,7137.856224539923,18366464.0 +410.29,30.0,2554.0,0.00991013552993536,0.1147054061293602,0.0,1.760654330253601,2.1068599224090576,-0.007047922816127539,0.0024417073000222445,0.08565018326044083,0.5250920653343201,0.8285536468029022,1122.0,287232.0,7144.273417419987,18382848.0 +403.53,28.940000534057617,2626.0,0.013099882751703262,0.1349690705537796,0.0,1.8406914472579956,2.1026933193206787,-0.006023059133440256,0.002444205107167363,0.24574725329875946,0.5227652192115784,0.6115192174911499,1123.0,287488.0,7150.512570580002,18399232.0 +406.35,29.280000686645508,2619.0,0.012584764510393143,0.1240030899643898,0.0,1.8144745826721191,2.1103968620300293,-0.007102770730853081,0.002445678459480405,0.18015675246715546,0.5297637581825256,0.6728403568267822,1124.0,287744.0,7156.768562976969,18415616.0 +403.87,28.940000534057617,2644.0,0.013914280571043491,0.152587890625,0.0,1.8249529600143433,2.1195552349090576,-0.005932291969656944,0.0024458402767777443,0.2282896786928177,0.515015721321106,0.618890643119812,1125.0,288000.0,7162.964795420878,18432000.0 +405.87,28.8799991607666,2630.0,0.012444570660591125,0.1438395231962204,0.0,1.8161283731460571,2.1233713626861572,-0.007846512831747532,0.0024429757613688707,0.19709686934947968,0.5251722931861877,0.6948685944080353,1126.0,288256.0,7169.1947051770985,18448384.0 +405.13,28.65999984741211,2551.0,0.011736667715013027,0.1362711638212204,0.0,1.7894302606582642,2.1117160320281982,-0.0065651205368340015,0.0024481352884322405,0.12844504415988922,0.5288224816322327,0.756231352686882,1127.0,288512.0,7175.617494466947,18464768.0 +409.53,29.59000015258789,2559.0,0.012469671666622162,0.1537068635225296,0.0,1.7926217317581177,2.1491007804870605,-0.0062394049018621445,0.002450113883242011,0.15062165260314941,0.5199841856956482,0.7534226328134537,1128.0,288768.0,7182.01941675297,18481152.0 +410.33,29.93000030517578,2616.0,0.014180555008351803,0.1673787385225296,0.0,1.815337061882019,2.154914617538452,-0.0066016861237585545,0.0024445171002298594,0.190610870718956,0.5259238481521606,0.7058324813842773,1129.0,289024.0,7188.283224940067,18497536.0 +404.49,29.8700008392334,2724.0,0.009039119817316532,0.1106363907456398,0.0,1.8199191093444824,2.1407930850982666,-0.006664145737886429,0.002448322484269738,0.19662941992282867,0.5255151987075806,0.7382564544677734,1130.0,289280.0,7194.296605614945,18513920.0 +407.48,29.780000686645508,2576.0,0.007859564386308193,0.0892537459731102,0.0,1.782920241355896,2.1675503253936768,-0.007238273974508047,0.002443937351927161,0.1346682459115982,0.5225313305854797,0.7526938170194626,1131.0,289536.0,7200.655808387091,18530304.0 +408.24,29.209999084472656,2513.0,0.012489224784076214,0.1375325471162796,0.0,1.8036524057388306,2.149205446243286,-0.007113804575055838,0.002447430742904544,0.1824127584695816,0.5173368453979492,0.7467480599880219,1132.0,289792.0,7207.174044372048,18546688.0 +399.05,27.950000762939453,2534.0,0.01030729990452528,0.1041056290268898,0.0,1.9069496393203735,2.1725106239318848,-0.007909639738500118,0.002448020037263632,0.34860336780548096,0.5382730960845947,0.571936309337616,1133.0,290048.0,7213.6408175299875,18563072.0 +397.19,27.510000228881836,2545.0,0.011660327203571796,0.1136271134018898,0.0,1.7932515144348145,2.1652135848999023,-0.008247056044638157,0.002447606297209859,0.13211525976657867,0.5332900285720825,0.778997927904129,1134.0,290304.0,7220.077732959064,18579456.0 +399.93,28.790000915527344,2588.0,0.012978616170585155,0.14990234375,0.0,1.813631534576416,2.1535677909851074,-0.009514355100691319,0.002453590277582407,0.1593339592218399,0.5382193922996521,0.7455236315727234,1135.0,290560.0,7226.40889444598,18595840.0 +402.36,29.760000228881836,2591.0,0.012250200845301151,0.1391194611787796,0.0,1.8263940811157227,2.1524288654327393,-0.00673280144110322,0.0024579085875302553,0.1771014928817749,0.537146270275116,0.7136108577251434,1136.0,290816.0,7232.7322946561035,18612224.0 +400.15,29.420000076293945,2692.0,0.00956749077886343,0.12615966796875,0.0,1.8188180923461914,2.1647074222564697,-0.005559960845857859,0.0024418423417955637,0.1843768209218979,0.5329158306121826,0.7094919681549072,1137.0,291072.0,7238.819620585069,18628608.0 +406.0,29.270000457763672,2672.0,0.010897432453930378,0.11322021484375,0.0,1.7820886373519897,2.183689832687378,-0.008738843724131584,0.002455427311360836,0.0954655334353447,0.5372181534767151,0.8486935943365097,1138.0,291328.0,7244.950320400065,18644992.0 +408.47,29.8700008392334,2633.0,0.009895306080579758,0.1139119490981102,0.0,1.7790708541870117,2.1663804054260254,-0.00873794686049223,0.002450439380481839,0.10637520998716354,0.5310653448104858,0.8146132081747055,1139.0,291584.0,7251.172925167019,18661376.0 +410.7,30.93000030517578,2715.0,0.007770633324980736,0.0853271484375,0.0,1.8000731468200684,2.1679346561431885,-0.007821169681847095,0.0024559057783335447,0.13758383691310883,0.5328288674354553,0.7952450066804886,1140.0,291840.0,7257.208462748909,18677760.0 +415.21,31.350000381469727,2564.0,0.005847944412380457,0.0635986328125,0.0,1.7682243585586548,2.143667697906494,-0.007973837666213512,0.0024500114377588034,0.08814314007759094,0.5285580158233643,0.8697721064090729,1141.0,292096.0,7263.598708052887,18694144.0 +411.95,30.739999771118164,2592.0,0.01112436968833208,0.128173828125,0.0,1.7887287139892578,2.146502733230591,-0.007774523925036192,0.0024476051330566406,0.12507210671901703,0.531629741191864,0.7925987392663956,1142.0,292352.0,7269.918837625068,18710528.0 +416.74,30.850000381469727,2677.0,0.00994677934795618,0.11981201171875,0.0,1.7577100992202759,2.1310739517211914,-0.011669433675706387,0.0024488342460244894,0.06440655887126923,0.5340698957443237,0.8862537816166878,1143.0,292608.0,7276.038686600048,18726912.0 +417.21,31.18000030517578,2626.0,0.01023356057703495,0.1182861328125,0.0,1.7769370079040527,2.1477391719818115,-0.00745844142511487,0.002445027232170105,0.12188085913658142,0.5224186778068542,0.8141079246997833,1144.0,292864.0,7282.277053856058,18743296.0 +408.04,29.709999084472656,2600.0,0.010278257541358471,0.123779296875,0.0,1.8195680379867554,2.1347265243530273,-0.008435106836259365,0.0024528561625629663,0.20630811154842377,0.519768238067627,0.7654506415128708,1145.0,293120.0,7288.57864126307,18759680.0 +409.72,29.65999984741211,2585.0,0.010428350418806076,0.1277669221162796,0.0,1.7799382209777832,2.128107786178589,-0.008125167340040207,0.0024431508500128984,0.11292681097984314,0.5313057899475098,0.8250875920057297,1146.0,293376.0,7294.91667153989,18776064.0 +407.39,29.420000076293945,2542.0,0.012349274009466171,0.1371866911649704,0.0,1.8374634981155396,2.1275112628936768,-0.007613996043801308,0.002446473343297839,0.22684474289417267,0.5296937227249146,0.7113766372203827,1147.0,293632.0,7301.362001146888,18792448.0 +405.89,29.979999542236328,2538.0,0.008778596296906471,0.1026407852768898,0.0,1.8383444547653198,2.137695074081421,-0.005876535549759865,0.0024504743050783873,0.21509163081645966,0.5328149199485779,0.7221064567565918,1148.0,293888.0,7307.818536539096,18808832.0 +405.25,29.989999771118164,2602.0,0.01189916580915451,0.1347452849149704,0.0,1.7857712507247925,2.127685070037842,-0.006353018805384636,0.0024515471886843443,0.10640028119087219,0.5344277620315552,0.8207074999809265,1149.0,294144.0,7314.114447213011,18825216.0 +410.55,30.299999237060547,2685.0,0.012556311674416065,0.1298624724149704,0.0,1.8159338235855103,2.1278018951416016,-0.006845097988843918,0.0024480114225298166,0.16472990810871124,0.5376864075660706,0.7588856667280197,1150.0,294400.0,7320.216835129075,18841600.0 +410.04,30.43000030517578,2642.0,0.009422002360224724,0.1028645858168602,0.0,1.7870408296585083,2.12945294380188,-0.007902598939836025,0.002442949451506138,0.09958389401435852,0.5449709296226501,0.8126493245363235,1151.0,294656.0,7326.418280936079,18857984.0 +406.29,29.8700008392334,2620.0,0.010376046411693096,0.1148478165268898,0.0,1.8391996622085571,2.129368543624878,-0.005253538955003023,0.0024529641959816217,0.20630376040935516,0.5361130237579346,0.6937090158462524,1152.0,294912.0,7332.671429696027,18874368.0 +410.99,29.8799991607666,2669.0,0.009720955975353718,0.1032918319106102,0.0,1.7939962148666382,2.1388180255889893,-0.008004757575690746,0.0024512370582669973,0.12325606495141983,0.5361427664756775,0.8164533525705338,1153.0,295168.0,7338.810663586948,18890752.0 +407.33,29.489999771118164,2563.0,0.010014750994741917,0.1171061173081398,0.0,1.794806957244873,2.114809513092041,-0.008465451188385487,0.0024483383167535067,0.1462712287902832,0.5271157026290894,0.7810776829719543,1154.0,295424.0,7345.202541234903,18907136.0 +410.98,30.290000915527344,2548.0,0.009430651552975178,0.1071573868393898,0.0,1.808879017829895,2.1211750507354736,-0.006092185154557228,0.00244625355117023,0.16176824271678925,0.5321722626686096,0.7568782567977905,1155.0,295680.0,7351.631258727051,18923520.0 +408.47,29.780000686645508,2558.0,0.015078681521117687,0.1540120393037796,0.0,1.82099187374115,2.132700204849243,-0.005361991468816996,0.0024437892716377974,0.1889209747314453,0.53132563829422,0.7191427648067474,1156.0,295936.0,7358.035726041999,18939904.0 +396.47,28.469999313354492,2549.0,0.009811541996896267,0.1122843399643898,0.0,1.9186562299728394,2.140700101852417,-0.006985098123550415,0.0024463448207825422,0.3360186517238617,0.5558666586875916,0.5596209764480591,1157.0,296192.0,7364.463061285904,18956288.0 +396.13,27.8700008392334,2593.0,0.007586381863802671,0.0820109024643898,0.0,1.8525958061218262,2.129549980163574,-0.007380701135843992,0.002446896629408002,0.25751253962516785,0.52906733751297,0.7344513535499573,1158.0,296448.0,7370.780285052955,18972672.0 +396.62,27.84000015258789,2668.0,0.00925272237509489,0.0976155623793602,0.0,1.8563491106033325,2.135657548904419,-0.006242802832275629,0.0024496756959706545,0.2457486242055893,0.5362365245819092,0.7546796947717667,1159.0,296704.0,7376.921323004877,18989056.0 +406.13,29.440000534057617,2566.0,0.013474952429533005,0.1303303986787796,0.0,1.8002444505691528,2.165846109390259,-0.00907321646809578,0.002445416757836938,0.1327410489320755,0.5418972373008728,0.8071177452802658,1160.0,296960.0,7383.3070478639565,19005440.0 +411.76,29.969999313354492,2525.0,0.01228561531752348,0.1383260041475296,0.0,1.7941898107528687,2.1629414558410645,-0.006991718430072069,0.0024475515820086002,0.10900614410638809,0.5445320010185242,0.8201302736997604,1161.0,297216.0,7389.796574542997,19021824.0 +414.74,31.100000381469727,2642.0,0.011487188749015331,0.1432698518037796,0.0,1.7895580530166626,2.1095364093780518,-0.008086643181741238,0.0024519225116819143,0.112059585750103,0.536749005317688,0.7814372628927231,1162.0,297472.0,7395.996434645029,19038208.0 +410.79,30.510000228881836,2580.0,0.011264274828135967,0.1295166015625,0.0,1.802870750427246,2.099193811416626,-0.00603349506855011,0.002446903847157955,0.13995231688022614,0.536467969417572,0.7834072113037109,1163.0,297728.0,7402.346072732005,19054592.0 +403.43,29.34000015258789,2663.0,0.01021826546639204,0.121826171875,0.0,1.8627492189407349,2.138592004776001,-0.005392378196120262,0.0024431757628917694,0.2624315917491913,0.5367240309715271,0.6625237464904785,1164.0,297984.0,7408.498971374938,19070976.0 +399.98,28.889999389648438,2701.0,0.01003552321344614,0.10986328125,0.0,1.8586066961288452,2.135146379470825,-0.006899477913975716,0.0024478540290147066,0.24916702508926392,0.538347065448761,0.649823009967804,1165.0,298240.0,7414.564615177922,19087360.0 +404.88,29.530000686645508,2615.0,0.010771423578262329,0.1251424103975296,0.0,1.771897792816162,2.118948459625244,-0.009327051229774952,0.0024431815836578608,0.09010452777147293,0.5357711315155029,0.8539865612983704,1166.0,298496.0,7420.828947461909,19103744.0 +408.03,29.989999771118164,2649.0,0.012420988641679287,0.1314697265625,0.0,1.7871417999267578,2.152747631072998,-0.007169896271079779,0.00244197528809309,0.13184493780136108,0.5289291739463806,0.7913355827331543,1167.0,298752.0,7427.013646025909,19120128.0 +411.24,29.229999542236328,2584.0,0.01416495069861412,0.1403605192899704,0.0,1.8282281160354614,2.1381618976593018,-0.006506877485662699,0.002439256524667144,0.1997663378715515,0.5366054177284241,0.7069091498851776,1168.0,299008.0,7433.354675485985,19136512.0 +408.59,28.760000228881836,2556.0,0.011393445543944836,0.1140543594956398,0.0,1.7988673448562622,2.1406495571136475,-0.008253021165728569,0.002437915187329054,0.1539580076932907,0.5325903296470642,0.7443101108074188,1169.0,299264.0,7439.764907540986,19152896.0 +391.02,28.510000228881836,2637.0,0.010685925371944904,0.1393025666475296,0.0,1.8902157545089722,2.15741229057312,-0.005824191961437464,0.002438461408019066,0.32717832922935486,0.5347942113876343,0.5360168218612671,1170.0,299520.0,7445.977502716007,19169280.0 +395.12,28.84000015258789,2688.0,0.011355078779160976,0.12469482421875,0.0,1.7859864234924316,2.1633784770965576,-0.009743998758494854,0.002441232092678547,0.14109919965267181,0.5261985659599304,0.7738883942365646,1171.0,299776.0,7452.073089910904,19185664.0 +388.35,28.09000015258789,2633.0,0.01382028590887785,0.1412150114774704,0.0,1.8934882879257202,2.1544406414031982,-0.005279050674289465,0.0024382693227380514,0.34470710158348083,0.5288235545158386,0.5239439010620117,1172.0,300032.0,7458.296571153915,19202048.0 +400.05,29.010000228881836,2615.0,0.011623629368841648,0.1384073942899704,0.0,1.7569626569747925,2.1307871341705322,-0.010560871101915836,0.0024381999392062426,0.08295934647321701,0.5282516479492188,0.8524454087018967,1173.0,300288.0,7464.563153835945,19218432.0 +401.5,29.329999923706055,2645.0,0.010477538220584393,0.1320597380399704,0.0,1.8426570892333984,2.142894983291626,-0.005907310172915459,0.0024380641989409924,0.24717402458190918,0.5273742079734802,0.6123686134815216,1174.0,300544.0,7470.756810582941,19234816.0 +404.42,29.309999465942383,2537.0,0.00935585517436266,0.0939534530043602,0.0,1.7974014282226562,2.1343448162078857,-0.008098886348307133,0.002437174553051591,0.15485629439353943,0.530828058719635,0.7264834046363831,1175.0,300800.0,7477.21547417203,19251200.0 +388.58,27.170000076293945,2541.0,0.010773899964988232,0.111572265625,0.0,1.9508064985275269,2.127479314804077,-0.007307805120944977,0.0024334986228495836,0.461223840713501,0.5320281386375427,0.5063861012458801,1176.0,301056.0,7483.664035653928,19267584.0 +390.26,27.059999465942383,2622.0,0.011269651353359222,0.11663818359375,0.0,1.7780851125717163,2.1361331939697266,-0.008680523373186588,0.0024391459301114082,0.1198580339550972,0.528624951839447,0.7821124643087387,1177.0,301312.0,7489.913435115013,19283968.0 +399.02,28.719999313354492,2585.0,0.009656948037445545,0.1226399764418602,0.0,1.7941454648971558,2.157348871231079,-0.007773661985993385,0.0024390139151364565,0.12148270756006241,0.5432441830635071,0.7944427579641342,1178.0,301568.0,7496.250030223979,19300352.0 +397.85,29.280000686645508,2593.0,0.010179282166063786,0.1102498397231102,0.0,1.8458400964736938,2.149306297302246,-0.007635429967194796,0.0024377580266445875,0.2432851344347,0.5344468951225281,0.6576578915119171,1179.0,301824.0,7502.568179399939,19316736.0 +396.67,28.8799991607666,2630.0,0.01245261263102293,0.14996337890625,0.0,1.7878221273422241,2.1707613468170166,-0.00836965162307024,0.0024424658622592688,0.12029772996902466,0.5365174412727356,0.7611739337444305,1180.0,302080.0,7508.798496238887,19333120.0 +408.51,29.34000015258789,2676.0,0.012085097841918468,0.1482136994600296,0.0,1.8223081827163696,2.171607732772827,-0.007473437115550041,0.002438060939311981,0.19499976933002472,0.5349674224853516,0.7015683650970459,1181.0,302336.0,7514.921455797972,19349504.0 +394.72,28.299999237060547,2628.0,0.012055407278239727,0.1428426057100296,0.0,1.8810062408447266,2.167231798171997,-0.00652277609333396,0.002439719857648015,0.30653074383735657,0.536076009273529,0.544281393289566,1182.0,302592.0,7521.155937406002,19365888.0 +390.44,28.15999984741211,2684.0,0.010107910260558128,0.1234944686293602,0.0,1.8286880254745483,2.141782522201538,-0.00800915714353323,0.0024382767733186483,0.2195546180009842,0.5291993618011475,0.6783511638641357,1183.0,302848.0,7527.2602304748725,19382272.0 +397.07,29.139999389648438,2718.0,0.009242788888514042,0.10736083984375,0.0,1.7894903421401978,2.14394211769104,-0.00833869818598032,0.002437453018501401,0.1457652598619461,0.5276591181755066,0.7610792964696884,1184.0,303104.0,7533.2876171790995,19398656.0 +399.7,28.799999237060547,2618.0,0.00961150974035263,0.1173095703125,0.0,1.833695411682129,2.161303758621216,-0.007517850026488304,0.002440948039293289,0.2248270958662033,0.5299389958381653,0.6927998960018158,1185.0,303360.0,7539.54554309207,19415040.0 +411.57,29.1299991607666,2582.0,0.010380449704825878,0.1205851212143898,0.0,1.8143192529678345,2.143219232559204,-0.009387485682964325,0.0024378825910389423,0.18413080275058746,0.534132182598114,0.7438543438911438,1186.0,303616.0,7545.891214316944,19431424.0 +392.57,26.81999969482422,2542.0,0.009403148666024208,0.0992838516831398,0.0,1.931084156036377,2.1199519634246826,-0.007734097074717283,0.0024410232435911894,0.4307173788547516,0.5241475701332092,0.5504662692546844,1187.0,303872.0,7552.335634744959,19447808.0 +395.93,27.209999084472656,2555.0,0.011454162187874317,0.1416219025850296,0.0,1.8106979131698608,2.1203136444091797,-0.0066149611957371235,0.0024364080745726824,0.17344407737255096,0.5335898995399475,0.7585629671812057,1188.0,304128.0,7558.747660740977,19464192.0 +407.1,28.90999984741211,2558.0,0.010818962939083576,0.12677001953125,0.0,1.792145848274231,2.127556562423706,-0.007038639392703772,0.0024352173786610365,0.14463718235492706,0.530532956123352,0.7530630081892014,1189.0,304384.0,7565.152432624949,19480576.0 +408.44,30.079999923706055,2540.0,0.012176276184618473,0.14971923828125,0.0,1.7931537628173828,2.1264731884002686,-0.008471419103443623,0.002440584357827902,0.1423257440328598,0.5314348340034485,0.7639829367399216,1190.0,304640.0,7571.601517872885,19496960.0 +402.43,28.899999618530273,2593.0,0.009452748112380505,0.1048990860581398,0.0,1.8851995468139648,2.121286630630493,-0.008750698529183865,0.002436754060909152,0.3110610544681549,0.5412554144859314,0.6205599308013916,1191.0,304896.0,7577.919093177887,19513344.0 +401.39,28.690000534057617,2640.0,0.009372979402542114,0.1100870743393898,0.0,1.8178921937942505,2.1064679622650146,-0.007484565954655409,0.0024357095826417208,0.18433380126953125,0.5364199280738831,0.6669541001319885,1192.0,305152.0,7584.126202543033,19529728.0 +394.82,28.829999923706055,2623.0,0.013083390891551971,0.14385986328125,0.0,1.8973079919815063,2.1233720779418945,-0.007099220063537359,0.002437035320326686,0.3177487850189209,0.5482488870620728,0.5725426971912384,1193.0,305408.0,7590.372042475967,19546112.0 +379.4,26.760000228881836,2626.0,0.008318380452692509,0.1027425155043602,0.0,1.934637427330017,2.1499760150909424,-0.005235636606812477,0.0024432262871414423,0.39541539549827576,0.5420518517494202,0.5004957616329193,1194.0,305664.0,7596.611048266059,19562496.0 +358.4,24.18000030517578,2641.0,0.006870805751532316,0.08050537109375,0.0,1.9749075174331665,2.179375648498535,-0.006992094684392214,0.00244076712988317,0.4805089235305786,0.5430555939674377,0.5238675475120544,1195.0,305920.0,7602.813875719905,19578880.0 +371.46,24.850000381469727,2618.0,0.009143528528511524,0.1085001602768898,0.0,1.9206987619400024,2.1494357585906982,-0.0071601904928684235,0.002439009491354227,0.36798524856567383,0.5458559393882751,0.5628612041473389,1196.0,306176.0,7609.07209808589,19595264.0 +390.38,27.389999389648438,2676.0,0.010684680193662643,0.1369832307100296,0.0,1.7921733856201172,2.1420552730560303,-0.00887808296829462,0.0024346562568098307,0.13091601431369781,0.5396859645843506,0.7439194917678833,1197.0,306432.0,7615.194846844068,19611648.0 +389.82,27.729999542236328,2676.0,0.011938859708607197,0.1445719450712204,0.0,1.840294361114502,2.1496870517730713,-0.007266625761985779,0.0024364294949918985,0.2089897245168686,0.5463480353355408,0.6834785044193268,1198.0,306688.0,7621.317367698997,19628032.0 +399.48,28.56999969482422,2624.0,0.013401501812040806,0.14892578125,0.0,1.800338864326477,2.1355183124542236,-0.007110008504241705,0.0024359228555113077,0.14230011403560638,0.5396926999092102,0.7172221839427948,1199.0,306944.0,7627.561936616898,19644416.0 +400.47,29.1200008392334,2540.0,0.010975509881973267,0.1368204802274704,0.0,1.8210854530334473,2.137176990509033,-0.007035981863737106,0.0024312136229127645,0.17816035449504852,0.5448059439659119,0.7370102405548096,1200.0,307200.0,7634.013077052077,19660800.0 +401.52,28.920000076293945,2609.0,0.012048572301864624,0.136474609375,0.0,1.8170503377914429,2.147536277770996,-0.00849422812461853,0.0024357435759156942,0.17759288847446442,0.5403516888618469,0.6780750155448914,1201.0,307456.0,7640.291877523996,19677184.0 +404.22,29.040000915527344,2560.0,0.013661087490618229,0.1371256560087204,0.0,1.8596659898757935,2.1422104835510254,-0.0061461119912564754,0.0024378409143537283,0.24001725018024445,0.548305094242096,0.678614467382431,1202.0,307712.0,7646.692189037101,19693568.0 +400.62,28.93000030517578,2605.0,0.012606875039637089,0.15509033203125,0.0,1.8218531608581543,2.1408276557922363,-0.007514219731092453,0.002437502145767212,0.18657898902893066,0.5387349128723145,0.65645831823349,1203.0,307968.0,7652.982211576076,19709952.0 +401.2,28.59000015258789,2617.0,0.008853979408740997,0.1012980118393898,0.0,1.813240885734558,2.1411454677581787,-0.008808967657387257,0.002437084913253784,0.1654002070426941,0.5422187447547913,0.7024633586406708,1204.0,308224.0,7659.245416295016,19726336.0 +398.82,28.579999923706055,2570.0,0.010293536819517612,0.1257731169462204,0.0,1.8182214498519897,2.1493098735809326,-0.00831540022045374,0.0024326222483068705,0.18547271192073822,0.538982093334198,0.7320181429386139,1205.0,308480.0,7665.620903228875,19742720.0 +401.31,28.860000610351562,2562.0,0.01075484324246645,0.1191609725356102,0.0,1.8069597482681274,2.1511337757110596,-0.007516440469771624,0.0024378548841923475,0.12985946238040924,0.5521303415298462,0.7613755166530609,1206.0,308736.0,7672.016608525068,19759104.0 +411.53,29.860000610351562,2536.0,0.010252065025269985,0.1101277694106102,0.0,1.8218766450881958,2.141235589981079,-0.006863739807158709,0.0024324737023562193,0.1786600947380066,0.5445860028266907,0.6859684884548187,1207.0,308992.0,7678.477254892932,19775488.0 +408.87,29.110000610351562,2510.0,0.01476657297462225,0.1314697265625,0.0,1.848771572113037,2.1533472537994385,-0.006929219234734774,0.002439671428874135,0.21780528128147125,0.5484959483146667,0.6628760695457458,1208.0,309248.0,7685.004805167904,19791872.0 +402.04,28.170000076293945,2582.0,0.015021729283034801,0.1648966521024704,0.0,1.823445439338684,2.1497433185577393,-0.0062499940395355225,0.0024399643298238516,0.1657351702451706,0.548343300819397,0.7121869325637817,1209.0,309504.0,7691.349660851993,19808256.0 +404.6,28.809999465942383,2546.0,0.012687142938375473,0.1444091796875,0.0,1.816506266593933,2.1491763591766357,-0.008595961146056652,0.0024400101974606514,0.15094001591205597,0.551118791103363,0.7535943686962128,1210.0,309760.0,7697.783350117039,19824640.0 +412.43,30.040000915527344,2491.0,0.009843201376497746,0.1104736328125,0.0,1.774072527885437,2.1440799236297607,-0.009361536242067814,0.0024412362836301327,0.0772700309753418,0.5456215739250183,0.8371657282114029,1211.0,310016.0,7704.361014443915,19841024.0 +415.24,30.729999542236328,2535.0,0.01100192591547966,0.1283365935087204,0.0,1.7993812561035156,2.129573345184326,-0.00933653675019741,0.0024421988055109978,0.109555184841156,0.5541366934776306,0.7986211031675339,1212.0,310272.0,7710.822973167989,19857408.0 +414.81,30.450000762939453,2577.0,0.012039915658533573,0.1317545622587204,0.0,1.7994545698165894,2.1472280025482178,-0.010525866411626339,0.00245867483317852,0.09616521000862122,0.5540327429771423,0.817818745970726,1213.0,310528.0,7717.180983983912,19873792.0 +410.94,29.65999984741211,2611.0,0.013355026952922344,0.13739013671875,0.0,1.8274736404418945,2.15251088142395,-0.005553597118705511,0.0024440486449748278,0.1527399867773056,0.5561580061912537,0.6852194368839264,1214.0,310784.0,7723.456412014086,19890176.0 +409.63,29.530000686645508,2612.0,0.01202692836523056,0.1345621794462204,0.0,1.7955808639526367,2.161641836166382,-0.007895798422396183,0.002447320381179452,0.09692589193582535,0.5529698729515076,0.7914273291826248,1215.0,311040.0,7729.728572190972,19906560.0 +410.89,30.100000381469727,2653.0,0.01603938266634941,0.1757609099149704,0.0,1.8064895868301392,2.1383626461029053,-0.0057436213828623295,0.0024451040662825108,0.1297137588262558,0.5462079644203186,0.7238235771656036,1216.0,311296.0,7735.904356055893,19922944.0 +415.17,30.270000457763672,2662.0,0.014110803604125977,0.1449991911649704,0.0,1.807456612586975,2.170039415359497,-0.008633540943264961,0.0024586396757513285,0.09023460745811462,0.563353419303894,0.802513986825943,1217.0,311552.0,7742.059283266077,19939328.0 +418.75,31.049999237060547,2647.0,0.013449501246213913,0.1601155549287796,0.0,1.8154414892196655,2.1699130535125732,-0.006935976445674896,0.0024765569251030684,0.08738290518522263,0.5621066093444824,0.7731617093086243,1218.0,311808.0,7748.247877937974,19955712.0 +404.28,30.079999923706055,2573.0,0.010521524585783482,0.1158854141831398,0.0,1.9117865562438965,2.188628911972046,-0.0071984403766691685,0.00249078799970448,0.24594004452228546,0.5725072026252747,0.6036553084850311,1219.0,312064.0,7754.615460914094,19972096.0 +400.78,29.299999237060547,2723.0,0.016667841002345085,0.16070556640625,0.0,1.8103642463684082,2.1583917140960693,-0.004299657419323921,0.002454933011904359,0.1062902882695198,0.5556361675262451,0.7774076014757156,1220.0,312320.0,7760.632929000072,19988480.0 +405.33,30.200000762939453,2581.0,0.01107658352702856,0.1258137971162796,0.0,1.8261475563049316,2.178680658340454,-0.0074471901170909405,0.0024792782496660948,0.09521373361349106,0.5681354403495789,0.7753523737192154,1221.0,312576.0,7766.980307440972,20004864.0 +412.05,30.639999389648438,2618.0,0.009803608059883118,0.1191813126206398,0.0,1.8621959686279297,2.177931070327759,-0.0067318640649318695,0.002472951775416732,0.17691606283187866,0.5657733082771301,0.6855591237545013,1222.0,312832.0,7773.239308978897,20021248.0 +403.23,29.280000686645508,2672.0,0.010165463201701641,0.11474609375,0.0,1.8403115272521973,2.1645448207855225,-0.010008894838392735,0.0024560813326388597,0.16616396605968475,0.560843288898468,0.7351823151111603,1223.0,313088.0,7779.374427847099,20037632.0 +401.23,28.8799991607666,2627.0,0.010538316331803799,0.1223958358168602,0.0,1.8617085218429565,2.152862787246704,-0.00933240819722414,0.002467883052304387,0.17300136387348175,0.5721272826194763,0.7097342610359192,1224.0,313344.0,7785.610441857949,20054016.0 +397.34,27.920000076293945,2653.0,0.0130728455260396,0.1542561799287796,0.0,1.8947105407714844,2.142512083053589,-0.0069002918899059296,0.0024780312087386847,0.2345712035894394,0.5667347311973572,0.6850000321865082,1225.0,313600.0,7791.785416254075,20070400.0 +397.65,28.329999923706055,2545.0,0.011633481830358505,0.1434122771024704,0.0,1.8561094999313354,2.1565730571746826,-0.009144815616309643,0.0024569721426814795,0.19561511278152466,0.5605268478393555,0.7208609580993652,1226.0,313856.0,7798.223145630909,20086784.0 +405.92,29.440000534057617,2522.0,0.01166517660021782,0.1373291015625,0.0,1.8429845571517944,2.156933069229126,-0.008164684288203716,0.0024467159528285265,0.19127118587493896,0.553725004196167,0.6994211971759796,1227.0,314112.0,7804.71842134092,20103168.0 +402.14,29.09000015258789,2554.0,0.010613611899316311,0.1215413436293602,0.0,1.8777227401733398,2.1763603687286377,-0.0063997297547757626,0.0024705103132873774,0.21539907157421112,0.5629314184188843,0.6980479955673218,1228.0,314368.0,7811.134124879027,20119552.0 +399.67,28.780000686645508,2582.0,0.011710189282894135,0.13153076171875,0.0,1.8528183698654175,2.1757192611694336,-0.007782506290823221,0.0024718979839235544,0.15477848052978516,0.5690199732780457,0.7415458559989929,1229.0,314624.0,7817.478300420102,20135936.0 +406.82,29.270000457763672,2575.0,0.01325555145740509,0.1305135041475296,0.0,1.828153133392334,2.16473650932312,-0.007076345384120941,0.002463923767209053,0.1344909518957138,0.557669460773468,0.7733101695775986,1230.0,314880.0,7823.842016784009,20152320.0 +405.65,29.3799991607666,2564.0,0.0129967937245965,0.1394856721162796,0.0,1.8723244667053223,2.1757423877716064,-0.008682365529239178,0.0024779047816991806,0.1991794854402542,0.5642220377922058,0.6911778151988983,1231.0,315136.0,7830.232442741981,20168704.0 +406.23,29.709999084472656,2562.0,0.010492782108485699,0.1138509139418602,0.0,1.8395190238952637,2.188234329223633,-0.007420497480779886,0.0024748980067670345,0.13861630856990814,0.5620652437210083,0.7561521977186203,1232.0,315392.0,7836.626215974102,20185088.0 +402.31,29.0,2546.0,0.01185353472828865,0.1362711638212204,0.0,1.8697787523269653,2.1631429195404053,-0.007582952734082937,0.00245974725112319,0.2140263170003891,0.5621061325073242,0.702271968126297,1233.0,315648.0,7843.061001844006,20201472.0 +403.72,28.84000015258789,2638.0,0.01064299326390028,0.1291707307100296,0.0,1.8650989532470703,2.1704838275909424,-0.007231180090457201,0.0024744514375925064,0.18578101694583893,0.5639186501502991,0.6967142224311829,1234.0,315904.0,7849.272587368963,20217856.0 +401.04,28.739999771118164,2499.0,0.012924554757773876,0.13482666015625,0.0,1.8461823463439941,2.1407577991485596,-0.006923442240804434,0.0024732286110520363,0.15078261494636536,0.5625079274177551,0.7602173537015915,1235.0,316160.0,7855.82868026197,20234240.0 +398.02,28.350000381469727,2587.0,0.013771671801805496,0.16070556640625,0.0,1.8855371475219727,2.1689393520355225,-0.0062092668376863,0.002477394649758935,0.2203516811132431,0.5645627379417419,0.6476079225540161,1236.0,316416.0,7862.162822295912,20250624.0 +391.25,27.700000762939453,2644.0,0.008404114283621311,0.0965169295668602,0.0,1.9059048891067505,2.1827967166900635,-0.007165501359850168,0.002484931843355298,0.2517513632774353,0.5665568709373474,0.6635193824768066,1237.0,316672.0,7868.35945801693,20267008.0 +393.62,28.0,2566.0,0.008626881055533886,0.0902099609375,0.0,1.8983650207519531,2.1768434047698975,-0.008605288341641426,0.0024739173240959644,0.23998309671878815,0.5717884302139282,0.7223921120166779,1238.0,316928.0,7874.7440912099555,20283392.0 +398.12,28.15999984741211,2565.0,0.009119181893765926,0.10302734375,0.0,1.8187750577926636,2.174625873565674,-0.011430646292865276,0.002468867925927043,0.10907455533742905,0.5629808306694031,0.8161048591136932,1239.0,317184.0,7881.130316380877,20299776.0 +395.57,28.15999984741211,2587.0,0.01015234924852848,0.1233113631606102,0.0,1.9451231956481934,2.198946714401245,-0.008709526620805264,0.002487169811502099,0.31899216771125793,0.5727414488792419,0.5729742348194122,1240.0,317440.0,7887.4628096900415,20316160.0 +399.88,28.030000686645508,2593.0,0.011173397302627563,0.1322224885225296,0.0,1.842498779296875,2.1821107864379883,-0.008502055890858173,0.002483262214809656,0.13020043075084686,0.5660904049873352,0.7841082811355591,1241.0,317696.0,7893.782106419094,20332544.0 +408.35,28.780000686645508,2598.0,0.012653551064431667,0.1451416015625,0.0,1.8535350561141968,2.170552968978882,-0.004952277522534132,0.002478077309206128,0.14218230545520782,0.5700628757476807,0.7423095405101776,1242.0,317952.0,7900.089417197974,20348928.0 +412.91,30.610000610351562,2626.0,0.00978177785873413,0.1163330078125,0.0,1.8123453855514526,2.162444591522217,-0.009108117781579494,0.0024623058270663023,0.09836017340421677,0.562745213508606,0.8376936465501785,1243.0,318208.0,7906.329313009977,20365312.0 +403.33,29.8799991607666,2571.0,0.012235056608915329,0.1312459260225296,0.0,1.8909788131713867,2.166487455368042,-0.006904468405991793,0.002456092508509755,0.2645584046840668,0.559222400188446,0.6368851363658905,1244.0,318464.0,7912.700449723052,20381696.0 +394.08,28.969999313354492,2526.0,0.014564850367605686,0.1184285506606102,0.0,1.859289526939392,2.167847156524658,-0.008530138060450554,0.002456793561577797,0.19227994978427887,0.5649612545967102,0.7258796989917755,1245.0,318720.0,7919.185900272103,20398080.0 +403.62,29.729999542236328,2528.0,0.009420177899301052,0.1147054061293602,0.0,1.8599802255630493,2.1827588081359863,-0.006333580240607262,0.0024703494273126125,0.1819854974746704,0.5619739890098572,0.7386102974414825,1246.0,318976.0,7925.665471863933,20414464.0 +402.98,29.290000915527344,2521.0,0.01557018980383873,0.13507080078125,0.0,1.911872386932373,2.193957567214966,-0.0057028853334486485,0.0024840424302965403,0.24936331808567047,0.5728116631507874,0.6226688623428345,1247.0,319232.0,7932.165237009991,20430848.0 +404.78,28.670000076293945,2594.0,0.011135709472000599,0.1346842497587204,0.0,1.8396509885787964,2.1731150150299072,-0.009190003387629986,0.002479823073372245,0.11983255296945572,0.5707442760467529,0.8394784927368164,1248.0,319488.0,7938.481571797049,20447232.0 +406.9,29.290000915527344,2673.0,0.011594490148127079,0.14434814453125,0.0,1.8442000150680542,2.179590940475464,-0.009988878853619099,0.0024734872858971357,0.1443423479795456,0.5670700073242188,0.7912045270204544,1249.0,319744.0,7944.610611104872,20463616.0 +402.84,29.1299991607666,2689.0,0.00875783059746027,0.09808349609375,0.0,1.897068977355957,2.16670560836792,-0.006124754901975393,0.002453780034556985,0.2686433792114258,0.5636489391326904,0.6455761790275574,1250.0,320000.0,7950.702936288901,20480000.0 +402.6,29.600000381469727,2694.0,0.012417078018188477,0.1338704377412796,0.0,1.8320900201797485,2.162505865097046,-0.008193408139050007,0.0024527558125555515,0.12931762635707855,0.5708714723587036,0.7879253178834915,1251.0,320256.0,7956.785106333904,20496384.0 +404.13,29.610000610351562,2641.0,0.009252475574612617,0.10589599609375,0.0,1.843490719795227,2.1946773529052734,-0.005376596003770828,0.0024535011034458876,0.16811656951904297,0.5600054860115051,0.6998404562473297,1252.0,320512.0,7962.988897890085,20512768.0 +413.95,30.579999923706055,2578.0,0.010629154741764069,0.1165771484375,0.0,1.810682773590088,2.193803548812866,-0.010668081231415272,0.0024577307049185038,0.10182226449251175,0.5635124444961548,0.7978763729333878,1253.0,320768.0,7969.344238640042,20529152.0 +413.87,29.600000381469727,2547.0,0.011274394579231739,0.1305135041475296,0.0,1.8233051300048828,2.190826177597046,-0.01005350798368454,0.002454441739246249,0.13861419260501862,0.558739185333252,0.7623694837093353,1254.0,321024.0,7975.775959882885,20545536.0 +407.47,28.850000381469727,2659.0,0.01337775494903326,0.1270345002412796,0.0,1.8388725519180298,2.1779706478118896,-0.004171549808233976,0.0024506545159965754,0.1664411574602127,0.5562757849693298,0.7142848968505859,1255.0,321280.0,7981.936338657979,20561920.0 +407.63,29.18000030517578,2675.0,0.010281802155077457,0.1177775040268898,0.0,1.7812634706497192,2.179450273513794,-0.009291261434555054,0.0024435038212686777,0.06598851829767227,0.5576032400131226,0.8746020793914795,1256.0,321536.0,7988.06089455192,20578304.0 +412.97,30.709999084472656,2686.0,0.00846992526203394,0.0998331680893898,0.0,1.8002511262893677,2.1890199184417725,-0.01026018988341093,0.002446613973006606,0.09605104476213455,0.5610690712928772,0.809954971075058,1257.0,321792.0,7994.161017101025,20594688.0 +415.57,30.770000457763672,2693.0,0.011315985582768917,0.1262613981962204,0.0,1.7925223112106323,2.1783883571624756,-0.007670730352401733,0.0024387117009609938,0.10092102736234665,0.552160382270813,0.7977188527584076,1258.0,322048.0,8000.245356420986,20611072.0 +413.75,30.229999542236328,2670.0,0.010715610347688198,0.1187540665268898,0.0,1.790666103363037,2.1777307987213135,-0.00822280254215002,0.002434880705550313,0.09635317325592041,0.5550491213798523,0.807470053434372,1259.0,322304.0,8006.3808996449225,20627456.0 +413.91,30.020000457763672,2699.0,0.01167867612093687,0.1327107697725296,0.0,1.8058878183364868,2.176849365234375,-0.008049376308918,0.00243996549397707,0.11593083292245865,0.5577577948570251,0.7635810077190399,1260.0,322560.0,8012.450388629921,20643840.0 +416.69,30.729999542236328,2661.0,0.010720531456172466,0.11053466796875,0.0,1.7890435457229614,2.1911184787750244,-0.009985190816223621,0.0024355787318199873,0.09110390394926071,0.5575984120368958,0.8107629418373108,1261.0,322816.0,8018.608313588891,20660224.0 +397.86,28.889999389648438,2638.0,0.012510950677096844,0.1328531950712204,0.0,1.8948198556900024,2.177008628845215,-0.006837160792201757,0.002437760354951024,0.2898412346839905,0.5596266388893127,0.6293359398841858,1262.0,323072.0,8024.820029197028,20676608.0 +396.11,28.709999084472656,2590.0,0.011803213506937027,0.1262003630399704,0.0,1.7976359128952026,2.175863265991211,-0.007876095362007618,0.002431478351354599,0.12738145887851715,0.5478407144546509,0.7743628770112991,1263.0,323328.0,8031.146703067934,20692992.0 +401.97,28.899999618530273,2561.0,0.010143502615392208,0.1089070662856102,0.0,1.8200379610061646,2.1377317905426025,-0.007082710042595863,0.0024310804437845945,0.15352414548397064,0.5561956763267517,0.7524088770151138,1264.0,323584.0,8037.544277786044,20709376.0 +405.11,29.600000381469727,2645.0,0.013321359641849995,0.1310831755399704,0.0,1.8418079614639282,2.179306983947754,-0.004665905609726906,0.002431905595585704,0.2074223756790161,0.5486027598381042,0.6773818135261536,1265.0,323840.0,8043.7393802870065,20725760.0 +405.35,29.75,2689.0,0.011678475886583328,0.1239420548081398,0.0,1.7931140661239624,2.1776673793792725,-0.006395530421286821,0.0024304476100951433,0.10123344510793686,0.5554459095001221,0.7891641706228256,1266.0,324096.0,8049.83265355695,20742144.0 +403.39,29.040000915527344,2617.0,0.00999353639781475,0.10205078125,0.0,1.8995000123977661,2.1797239780426025,-0.007742593064904213,0.002430677181109786,0.3147604465484619,0.5563210844993591,0.5813202261924744,1267.0,324352.0,8056.094042290002,20758528.0 +391.42,27.260000228881836,2561.0,0.010123975574970245,0.1172281876206398,0.0,1.858070731163025,2.1829960346221924,-0.008132499642670155,0.002434208756312728,0.2315269112586975,0.5551655888557434,0.6823074817657471,1268.0,324608.0,8062.492035001982,20774912.0 +388.85,27.5,2557.0,0.008398899808526039,0.0852864608168602,0.0,1.8909096717834473,2.1798129081726074,-0.005911918822675943,0.002434420632198453,0.2929375171661377,0.5549408793449402,0.5798342525959015,1269.0,324864.0,8068.898687297944,20791296.0 +386.97,27.600000381469727,2566.0,0.010958299972116947,0.1368001252412796,0.0,1.864040493965149,2.199758768081665,-0.00642440328374505,0.002429146785289049,0.2527625858783722,0.5515079498291016,0.6604056358337402,1270.0,325120.0,8075.283594830893,20807680.0 +393.91,27.969999313354492,2571.0,0.010151402093470097,0.13116455078125,0.0,1.8407665491104126,2.1922032833099365,-0.008166424930095673,0.0024307381827384233,0.19739826023578644,0.556786835193634,0.7266888320446014,1271.0,325376.0,8081.656053655082,20824064.0 +398.78,29.059999465942383,2524.0,0.008061344735324383,0.09832763671875,0.0,1.7699450254440308,2.171462297439575,-0.008482925593852997,0.0024291598238050938,0.0766611397266388,0.5472319722175598,0.8437087833881378,1272.0,325632.0,8088.145977447974,20840448.0 +410.52,29.700000762939453,2610.0,0.012170183472335339,0.12823486328125,0.0,1.821581244468689,2.172081232070923,-0.005049592349678278,0.002423695521429181,0.1717429906129837,0.5506324768066406,0.7350974678993225,1273.0,325888.0,8094.421845119912,20856832.0 +406.96,29.420000076293945,2642.0,0.009341216646134853,0.1094767227768898,0.0,1.8406147956848145,2.170441150665283,-0.008867863565683365,0.0024327116552740335,0.20309720933437347,0.5532824397087097,0.7027195394039154,1274.0,326144.0,8100.622369699879,20873216.0 +409.16,29.079999923706055,2573.0,0.009132861159741879,0.1025594100356102,0.0,1.8133230209350586,2.182854413986206,-0.007719643879681826,0.002433603862300515,0.1548352688550949,0.5486518740653992,0.7270474433898926,1275.0,326400.0,8106.988480414031,20889600.0 +408.64,29.979999542236328,2604.0,0.011024181731045246,0.12774658203125,0.0,1.838693618774414,2.165884256362915,-0.006696147378534079,0.002431486500427127,0.19843411445617676,0.5520880818367004,0.667951911687851,1276.0,326656.0,8113.278927506879,20905984.0 +393.98,28.360000610351562,2638.0,0.012520474381744862,0.1470133513212204,0.0,1.8832517862319946,2.1764752864837646,-0.006677335128188133,0.0024328064173460007,0.29272499680519104,0.5489283800125122,0.6277515590190887,1277.0,326912.0,8119.488844915992,20922368.0 +392.07,27.6200008392334,2618.0,0.007726435083895922,0.08001708984375,0.0,1.8426094055175781,2.1690194606781006,-0.007275324780493975,0.002426107646897435,0.22660528123378754,0.5452187657356262,0.6767476201057434,1278.0,327168.0,8125.746195961954,20938752.0 +400.15,28.139999389648438,2603.0,0.012833221815526485,0.139892578125,0.0,1.8114632368087769,2.1419482231140137,-0.005798616912215948,0.0024264168459922075,0.13870273530483246,0.5561211705207825,0.7817673683166504,1279.0,327424.0,8132.040579187917,20955136.0 +408.63,28.309999465942383,2582.0,0.013885044492781162,0.1491292268037796,0.0,1.8294397592544556,2.1321537494659424,-0.007366727571934462,0.0024254480376839638,0.2082400768995285,0.5412842631340027,0.6884121894836426,1280.0,327680.0,8138.386777000967,20971520.0 +414.1,29.290000915527344,2547.0,0.010175016708672047,0.1172892227768898,0.0,1.781894326210022,2.162736415863037,-0.007889166474342346,0.0024254210293293,0.09977441281080246,0.548812985420227,0.808413490653038,1281.0,327936.0,8144.8192955879495,20987904.0 +404.86,28.829999923706055,2546.0,0.009887567721307278,0.0991617813706398,0.0,1.9078612327575684,2.1582703590393066,-0.0066107348538935184,0.002427943516522646,0.3288863003253937,0.5576398372650146,0.5951477289199829,1282.0,328192.0,8151.25407389109,21004288.0 +389.89,26.81999969482422,2588.0,0.01203186810016632,0.1262613981962204,0.0,1.9114898443222046,2.1842758655548096,-0.007267507258802652,0.0024314674083143473,0.34921789169311523,0.5502573847770691,0.5426645874977112,1283.0,328448.0,8157.5844651409425,21020672.0 +384.3,27.440000534057617,2579.0,0.011278703808784485,0.1158243790268898,0.0,1.8489793539047241,2.1726367473602295,-0.007976067252457142,0.0024371836334466934,0.21183381974697113,0.5541730523109436,0.685846209526062,1284.0,328704.0,8163.937037763884,21037056.0 +393.16,27.360000610351562,2625.0,0.009242579340934753,0.11663818359375,0.0,1.911239743232727,2.1620662212371826,-0.006118139252066612,0.002430347492918372,0.3450832664966583,0.551263153553009,0.6164823174476624,1285.0,328960.0,8170.179346459918,21053440.0 +397.87,27.540000915527344,2669.0,0.009733202867209911,0.1019693985581398,0.0,1.8070610761642456,2.1627700328826904,-0.008220965974032879,0.0024287255946546793,0.14401543140411377,0.5505393147468567,0.7352400422096252,1286.0,329216.0,8176.31855976698,21069824.0 +410.09,29.549999237060547,2656.0,0.008487683720886707,0.1060791015625,0.0,1.766853928565979,2.1612164974212646,-0.010505050420761108,0.00242702872492373,0.06794815510511398,0.5514828562736511,0.8400406837463379,1287.0,329472.0,8182.486229629954,21086208.0 +404.67,29.729999542236328,2673.0,0.011320340447127819,0.1186116561293602,0.0,1.8601675033569336,2.1487598419189453,-0.005958588793873787,0.0024274056777358055,0.2467128485441208,0.5505545735359192,0.634520411491394,1288.0,329728.0,8188.615184863098,21102592.0 +400.85,28.489999771118164,2571.0,0.0104287164285779,0.1212972030043602,0.0,1.864919662475586,2.144742250442505,-0.006880059838294983,0.002430720953270793,0.25238850712776184,0.5516923666000366,0.6299139261245728,1289.0,329984.0,8194.987277240027,21118976.0 +398.8,27.8799991607666,2580.0,0.010470869950950146,0.11773681640625,0.0,1.8086886405944824,2.1535089015960693,-0.007907711900770664,0.0024294101167470217,0.1395970731973648,0.5536279082298279,0.7182796597480774,1290.0,330240.0,8201.338448528899,21135360.0 +402.22,29.719999313354492,2578.0,0.011377830989658833,0.1249593123793602,0.0,1.7923463582992554,2.149492025375366,-0.007964820601046085,0.0024285924155265093,0.1215042993426323,0.5467576384544373,0.7640607357025146,1291.0,330496.0,8207.694125225069,21151744.0 +404.98,29.610000610351562,2600.0,0.01155091729015112,0.1353556364774704,0.0,1.842827320098877,2.1265172958374023,-0.00877787172794342,0.0024262387305498123,0.22142724692821503,0.5490373969078064,0.6893823742866516,1292.0,330752.0,8213.99587309407,21168128.0 +405.65,29.079999923706055,2600.0,0.010627549141645432,0.1191813126206398,0.0,1.8415217399597168,2.1411399841308594,-0.00673215277493,0.0024253365118056536,0.21091324090957642,0.5515406131744385,0.6859576404094696,1293.0,331008.0,8220.29657406197,21184512.0 +403.62,27.959999084472656,2562.0,0.010378045961260796,0.1033121719956398,0.0,1.8668651580810547,2.1465275287628174,-0.006179440300911665,0.00242916913703084,0.25694409012794495,0.5514532923698425,0.6353554129600525,1294.0,331264.0,8226.691165507073,21200896.0 +397.68,27.34000015258789,2646.0,0.00957393553107977,0.1115926131606102,0.0,1.8789453506469727,2.111985206604004,-0.006070997565984726,0.002431126544252038,0.26554074883461,0.5578027367591858,0.6775805056095123,1295.0,331520.0,8232.882624890888,21217280.0 +386.7,26.469999313354492,2596.0,0.010882251895964146,0.1101888045668602,0.0,1.837525725364685,2.1166434288024902,-0.005972577258944511,0.002424524398520589,0.1992560476064682,0.5527744889259338,0.7305806875228882,1296.0,331776.0,8239.19393384899,21233664.0 +389.75,27.639999389648438,2602.0,0.009683473967015743,0.1136474609375,0.0,1.8421193361282349,2.119027853012085,-0.006222058087587357,0.002428738633170724,0.2069709300994873,0.5516769289970398,0.7026164531707764,1297.0,332032.0,8245.493248180952,21250048.0 +395.63,28.799999237060547,2564.0,0.009727146476507187,0.1231892928481102,0.0,1.835240364074707,2.1376521587371826,-0.008737743832170963,0.002426205202937126,0.1904892921447754,0.557007372379303,0.7108898162841797,1298.0,332288.0,8251.88170675491,21266432.0 +391.71,28.40999984741211,2627.0,0.010849329642951488,0.12548828125,0.0,1.917702317237854,2.12990403175354,-0.006048562470823526,0.0024355226196348667,0.3289364278316498,0.5628203749656677,0.6234774887561798,1299.0,332544.0,8258.117412997875,21282816.0 +394.88,28.780000686645508,2642.0,0.00880367960780859,0.10400390625,0.0,1.7986699342727661,2.1371304988861084,-0.007326624821871519,0.0024253197479993105,0.11367589235305786,0.557870090007782,0.7940269857645035,1300.0,332800.0,8264.317993233912,21299200.0 +399.7,29.040000915527344,2622.0,0.010218707844614983,0.12548828125,0.0,1.8278902769088745,2.114557981491089,-0.007720806170254946,0.0024298010393977165,0.17181241512298584,0.5559497475624084,0.7757872343063354,1301.0,333056.0,8270.565542614087,21315584.0 +407.52,29.3799991607666,2527.0,0.010814614593982697,0.12054443359375,0.0,1.7875185012817383,2.1243417263031006,-0.009118654765188694,0.0024296625051647425,0.09974006563425064,0.5531793236732483,0.8378042429685593,1302.0,333312.0,8277.049981899094,21331968.0 +408.85,29.3700008392334,2505.0,0.010755610652267933,0.1308390349149704,0.0,1.8060122728347778,2.1068012714385986,-0.010084480047225952,0.002427459927275777,0.13507060706615448,0.5558997392654419,0.7849402576684952,1303.0,333568.0,8283.589713041903,21348352.0 +410.94,29.68000030517578,2565.0,0.011209451593458652,0.1337890625,0.0,1.83401358127594,2.122666120529175,-0.007159907836467028,0.0024319838266819715,0.17272043228149414,0.5600482225418091,0.7389394044876099,1304.0,333824.0,8289.97795117693,21364736.0 +414.75,30.459999084472656,2623.0,0.011709670536220074,0.1332194060087204,0.0,1.769375205039978,2.1026930809020996,-0.009099405258893967,0.002429019892588258,0.07183700054883957,0.5490733981132507,0.8590279817581177,1305.0,334080.0,8296.223198530031,21381120.0 +413.68,30.329999923706055,2672.0,0.01310951728373766,0.1525675505399704,0.0,1.8128870725631714,2.1241190433502197,-0.00694850692525506,0.0024264005478471518,0.15388210117816925,0.5509355664253235,0.7531180530786514,1306.0,334336.0,8302.355091809994,21397504.0 +405.38,29.510000228881836,2646.0,0.008418242447078228,0.0977376326918602,0.0,1.8555361032485962,2.1034953594207764,-0.006680372636765242,0.0024278287310153246,0.22600005567073822,0.5563370585441589,0.6459857225418091,1307.0,334592.0,8308.54659916507,21413888.0 +401.24,29.06999969482422,2620.0,0.009218771941959858,0.1030476912856102,0.0,1.8073912858963013,2.0958876609802246,-0.008013552986085415,0.0024288021959364414,0.14403989911079407,0.5499429106712341,0.7445093095302582,1308.0,334848.0,8314.800602196017,21430272.0 +407.01,29.729999542236328,2647.0,0.010499413125216961,0.1274007111787796,0.0,1.7923117876052856,2.113767385482788,-0.00889152567833662,0.0024286701809614897,0.10803278535604477,0.5539894700050354,0.8003765195608139,1309.0,335104.0,8320.989938583924,21446656.0 +409.7,29.979999542236328,2645.0,0.011778450571000576,0.1364339143037796,0.0,1.7959166765213013,2.1284170150756836,-0.007048721890896559,0.002425234531983733,0.12181632965803146,0.5507241487503052,0.7626226246356964,1310.0,335360.0,8327.184033989906,21463040.0 +406.03,29.479999542236328,2602.0,0.01604425720870495,0.1710205078125,0.0,1.8299518823623657,2.103787899017334,-0.006563505623489618,0.0024261956568807364,0.2003699392080307,0.5442703366279602,0.698205828666687,1311.0,335616.0,8333.48153875093,21479424.0 +404.83,29.139999389648438,2577.0,0.014162200503051281,0.1634521484375,0.0,1.8458501100540161,2.134610176086426,-0.006822649855166674,0.0024244769010692835,0.21634048223495483,0.5536099672317505,0.7543808966875076,1312.0,335872.0,8339.838971195044,21495808.0 +405.83,29.0,2641.0,0.011334818787872791,0.13037109375,0.0,1.793835163116455,2.1262009143829346,-0.009387479163706303,0.0024349421728402376,0.10084187984466553,0.5565926432609558,0.7799191921949387,1313.0,336128.0,8346.043368298095,21512192.0 +402.14,29.110000610351562,2571.0,0.012203246355056763,0.1528727263212204,0.0,1.8620015382766724,2.1322181224823,-0.008955920115113258,0.002426497871056199,0.24362905323505402,0.5572162866592407,0.6465435326099396,1314.0,336384.0,8352.415777266957,21528576.0 +404.49,29.239999771118164,2565.0,0.011604120023548603,0.1301676481962204,0.0,1.8305243253707886,2.1020734310150146,-0.008767785504460335,0.0024271945003420115,0.17693978548049927,0.558245837688446,0.721203625202179,1315.0,336640.0,8358.801980673103,21544960.0 +407.73,30.239999771118164,2633.0,0.010555089451372623,0.1156005859375,0.0,1.7696266174316406,2.13456392288208,-0.00958652701228857,0.0024302336387336254,0.06383835524320602,0.5535228252410889,0.8420598953962326,1316.0,336896.0,8365.025031514,21561344.0 +411.0,29.389999389648438,2637.0,0.013764380477368832,0.1302897185087204,0.0,1.87432861328125,2.133673906326294,-0.006300896406173706,0.00242854212410748,0.2563176453113556,0.5595363974571228,0.6578506827354431,1317.0,337152.0,8371.238838698016,21577728.0 +405.38,29.149999618530273,2666.0,0.012207343243062496,0.1412150114774704,0.0,1.7930699586868286,2.1210031509399414,-0.008906851522624493,0.002425515791401267,0.11400463432073593,0.5534263253211975,0.7946544885635376,1318.0,337408.0,8377.383680558065,21594112.0 +397.08,28.280000686645508,2642.0,0.013310483656823635,0.1435343474149704,0.0,1.8855363130569458,2.1257097721099854,-0.006145624443888664,0.0024309868458658457,0.2816614806652069,0.5566146969795227,0.6262137293815613,1319.0,337664.0,8383.584505870007,21610496.0 +397.84,28.440000534057617,2659.0,0.010268633253872395,0.1268107146024704,0.0,1.8255945444107056,2.1419918537139893,-0.009556480683386326,0.0024263563100248575,0.1872723549604416,0.5497568249702454,0.7532692551612854,1320.0,337920.0,8389.747399149928,21626880.0 +395.24,27.959999084472656,2657.0,0.010185801424086094,0.12493896484375,0.0,1.8292349576950073,2.1192972660064697,-0.007142411079257727,0.002431468805298209,0.15989373624324799,0.5618887543678284,0.7656579613685608,1321.0,338176.0,8395.914296294097,21643264.0 +404.89,29.479999542236328,2646.0,0.01162674929946661,0.1288248747587204,0.0,1.7927261590957642,2.1064887046813965,-0.007494672667235136,0.002428879961371422,0.10261601209640503,0.5555379390716553,0.7981841415166855,1322.0,338432.0,8402.106935000978,21659648.0 +409.29,30.34000015258789,2611.0,0.009603352285921574,0.12249755859375,0.0,1.7869545221328735,2.1095774173736572,-0.008797596208751202,0.002423394937068224,0.10295239090919495,0.5536745190620422,0.8036030828952789,1323.0,338688.0,8408.38080199901,21676032.0 +413.67,31.25,2638.0,0.010978695936501026,0.1310628205537796,0.0,1.8055953979492188,2.0985805988311768,-0.007695309817790985,0.002425287151709199,0.13138200342655182,0.5559418201446533,0.7975248396396637,1324.0,338944.0,8414.592302327976,21692416.0 +411.03,30.940000534057617,2624.0,0.009879196994006634,0.0945841446518898,0.0,1.8170922994613647,2.0723512172698975,-0.006051110569387674,0.0024215534795075655,0.15833733975887299,0.5539214015007019,0.729129433631897,1325.0,339200.0,8420.83695767494,21708800.0 +410.65,30.200000762939453,2658.0,0.010519180446863174,0.1280314177274704,0.0,1.8317619562149048,2.089585542678833,-0.00881179329007864,0.0024238142650574446,0.19263224303722382,0.5532465577125549,0.714868575334549,1326.0,339456.0,8427.001198817976,21725184.0 +407.56,29.600000381469727,2612.0,0.01364362146705389,0.1681721955537796,0.0,1.8466095924377441,2.080920457839966,-0.006513973232358694,0.0024217411410063505,0.21775563061237335,0.5541843771934509,0.6982665359973907,1327.0,339712.0,8433.27361118095,21741568.0 +389.65,27.739999771118164,2591.0,0.011262651532888412,0.1295979768037796,0.0,1.90117609500885,2.0701258182525635,-0.008061191998422146,0.0024254925083369017,0.33824989199638367,0.5480671525001526,0.596427708864212,1328.0,339968.0,8439.595779645955,21757952.0 +391.33,28.3799991607666,2538.0,0.011659737676382065,0.1297607421875,0.0,1.8168460130691528,2.0816261768341064,-0.006913449615240097,0.00241667777299881,0.16887827217578888,0.5517977476119995,0.7392576634883881,1329.0,340224.0,8446.05527559598,21774336.0 +394.7,28.68000030517578,2597.0,0.01310706790536642,0.1494547575712204,0.0,1.8613790273666382,2.1026546955108643,-0.007049359381198883,0.002429477171972394,0.25597721338272095,0.5467273592948914,0.6198691725730896,1330.0,340480.0,8452.364441999933,21790720.0 +399.88,28.65999984741211,2579.0,0.008397008292376995,0.0926106795668602,0.0,1.8344721794128418,2.1575279235839844,-0.004450617358088493,0.002423530910164118,0.18177367746829987,0.5578457117080688,0.7421158850193024,1331.0,340736.0,8458.715587008977,21807104.0 +402.28,28.93000030517578,2579.0,0.010534103028476238,0.12298583984375,0.0,1.8387171030044556,2.139441728591919,-0.007579911034554243,0.0024252773728221655,0.1991673707962036,0.5554688572883606,0.705886572599411,1332.0,340992.0,8465.068803526927,21823488.0 +407.9,29.100000381469727,2596.0,0.00930879358202219,0.1086018905043602,0.0,1.825929045677185,2.1500234603881836,-0.009051770903170109,0.002426945371553302,0.16274850070476532,0.5616340041160583,0.7305890321731567,1333.0,341248.0,8471.381605552975,21839872.0 +404.17,29.219999313354492,2619.0,0.011813751421868801,0.1318562775850296,0.0,1.829298496246338,2.168198823928833,-0.008280058391392231,0.0024300538934767246,0.17437982559204102,0.557043731212616,0.6838114857673645,1334.0,341504.0,8477.638233334059,21856256.0 +400.67,29.030000686645508,2575.0,0.01028346549719572,0.1213785782456398,0.0,1.846517562866211,2.1289093494415283,-0.008064530789852142,0.0024272010196000338,0.19274573028087616,0.5658978819847107,0.6981512904167175,1335.0,341760.0,8484.001832453068,21872640.0 +398.25,28.579999923706055,2500.0,0.012645903043448925,0.1461995393037796,0.0,1.885945439338684,2.1437363624572754,-0.008614656515419483,0.002430379157885909,0.27414441108703613,0.563735842704773,0.5727468132972717,1336.0,342016.0,8490.554497266887,21889024.0 +393.35,27.75,2546.0,0.008741249330341816,0.09912109375,0.0,1.8852134943008423,2.14998459815979,-0.0077574714086949825,0.0024308154825121164,0.2743891179561615,0.5618681311607361,0.6388701796531677,1337.0,342272.0,8496.988239200087,21905408.0 +396.33,27.899999618530273,2500.0,0.009578811936080456,0.1214803084731102,0.0,1.8121981620788574,2.1361358165740967,-0.009183579124510288,0.002426043851301074,0.15184499323368073,0.5537986159324646,0.6980232894420624,1338.0,342528.0,8503.541401800932,21921792.0 +399.76,27.709999084472656,2556.0,0.008973896503448486,0.09619140625,0.0,1.8317817449569702,2.124130964279175,-0.00804046355187893,0.0024250757414847612,0.1856410950422287,0.5557051301002502,0.7202795147895813,1339.0,342784.0,8509.953631892102,21938176.0 +401.78,28.600000381469727,2665.0,0.01230207085609436,0.1360270231962204,0.0,1.8465543985366821,2.1495001316070557,-0.008107195608317852,0.0024241653736680746,0.2116185426712036,0.5582645535469055,0.669541597366333,1340.0,343040.0,8516.100402900018,21954560.0 +401.06,29.040000915527344,2665.0,0.008999722078442574,0.11572265625,0.0,1.782823085784912,2.158926248550415,-0.007524279877543449,0.0024324744008481503,0.08285652846097946,0.5542711019515991,0.8211753368377686,1341.0,343296.0,8522.2468179001,21970944.0 +408.94,30.520000457763672,2531.0,0.010317323729395866,0.11199951171875,0.0,1.8041019439697266,2.1498191356658936,-0.008125546388328075,0.002429016400128603,0.11665134876966476,0.5608918070793152,0.7510794550180435,1342.0,343552.0,8528.719935198082,21987328.0 +386.65,28.459999084472656,2577.0,0.010130323469638824,0.12506103515625,0.0,1.922999382019043,2.1475441455841064,-0.007778527215123177,0.0024189993273466825,0.36529740691185,0.56010502576828,0.5592572391033173,1343.0,343808.0,8535.076781237032,22003712.0 +385.57,28.450000762939453,2562.0,0.009570881724357605,0.1177164688706398,0.0,1.7823357582092285,2.1554508209228516,-0.009710351936519146,0.0024211700074374676,0.0866260901093483,0.5597025752067566,0.7922482639551163,1344.0,344064.0,8541.472555890912,22020096.0 +396.99,29.420000076293945,2548.0,0.01144382730126381,0.1370646208524704,0.0,1.8490983247756958,2.1318509578704834,-0.006999591831117868,0.0024255551397800446,0.20788832008838654,0.5606948733329773,0.7174953818321228,1345.0,344320.0,8547.902001115028,22036480.0 +399.05,28.149999618530273,2576.0,0.0075656999833881855,0.0848388671875,0.0,1.9006856679916382,2.1476237773895264,-0.008695186115801334,0.0024197690654546022,0.336990624666214,0.5524773001670837,0.6573878526687622,1346.0,344576.0,8554.260787532898,22052864.0 +402.17,28.790000915527344,2593.0,0.010245013050734997,0.1196085587143898,0.0,1.8135929107666016,2.1608359813690186,-0.009425965137779713,0.00242357118986547,0.14655469357967377,0.5595644116401672,0.7405199408531189,1347.0,344832.0,8560.578368034912,22069248.0 +404.86,29.190000534057617,2570.0,0.009174597449600697,0.1175740584731102,0.0,1.7941923141479492,2.145512342453003,-0.00932234711945057,0.0024254696909338236,0.10715726763010025,0.5586563348770142,0.7907311618328094,1348.0,345088.0,8566.954660407035,22085632.0 +409.12,30.81999969482422,2625.0,0.008914352394640446,0.1056722030043602,0.0,1.8038358688354492,2.115353584289551,-0.006731379311531782,0.0024219630286097527,0.12374594062566757,0.5588663220405579,0.7513758093118668,1349.0,345344.0,8573.195831028977,22102016.0 +405.56,29.950000762939453,2667.0,0.009197387844324112,0.0953369140625,0.0,1.8459445238113403,2.1228556632995605,-0.006819942966103554,0.0024279241915792227,0.1969572752714157,0.5615525245666504,0.676839679479599,1350.0,345600.0,8579.337643988896,22118400.0 +405.61,29.989999771118164,2597.0,0.009160255081951618,0.10107421875,0.0,1.7895113229751587,2.1246843338012695,-0.0099876057356596,0.002421228913590312,0.11216265708208084,0.5540498495101929,0.8125017285346985,1351.0,345856.0,8585.645493379096,22134784.0 +406.35,30.309999465942383,2667.0,0.008217454887926579,0.0987548828125,0.0,1.7841209173202515,2.1227383613586426,-0.010336917825043201,0.002425587736070156,0.09008676558732986,0.5578479766845703,0.8060156404972076,1352.0,346112.0,8591.788464060985,22151168.0 +398.03,28.190000534057617,2633.0,0.011830474250018597,0.141845703125,0.0,1.870911955833435,2.1116955280303955,-0.008979777805507183,0.0024199995677918196,0.28647106885910034,0.5477734208106995,0.6342938244342804,1353.0,346368.0,8598.010485773906,22167552.0 +393.01,27.079999923706055,2622.0,0.011375094763934612,0.1444091796875,0.0,1.8461523056030273,2.1538548469543457,-0.008457119576632977,0.002421140903607011,0.21364092826843262,0.5587570071220398,0.6908084452152252,1354.0,346624.0,8604.257693303982,22183936.0 +393.63,27.760000228881836,2616.0,0.011570736765861511,0.1014404296875,0.0,1.8535047769546509,2.1587584018707275,-0.005941557232290506,0.0024281356018036604,0.20884080231189728,0.5625454783439636,0.6414440870285034,1355.0,346880.0,8610.520675617037,22200320.0 +398.43,28.90999984741211,2618.0,0.010145626030862331,0.1197102889418602,0.0,1.7952016592025757,2.1667211055755615,-0.009473882615566254,0.0024253076408058405,0.10921337455511093,0.5590822100639343,0.7658180147409439,1356.0,347136.0,8616.778271297924,22216704.0 +403.39,29.459999084472656,2564.0,0.01057708915323019,0.12164306640625,0.0,1.833552360534668,2.1618664264678955,-0.009409972466528416,0.0024210840929299593,0.18850712478160858,0.5597854852676392,0.6757528781890869,1357.0,347392.0,8623.168315857882,22233088.0 +404.05,29.5,2559.0,0.010583113878965378,0.128662109375,0.0,1.827018141746521,2.17848539352417,-0.006209297105669975,0.0024227348621934652,0.15982873737812042,0.5637305378913879,0.6731308102607727,1358.0,347648.0,8629.571071916027,22249472.0 +401.94,28.75,2608.0,0.010635550133883953,0.1166585311293602,0.0,1.838119387626648,2.150911569595337,-0.009063228964805603,0.0024238203186541796,0.19184225797653198,0.5608603954315186,0.7384341657161713,1359.0,347904.0,8635.853611394065,22265856.0 +399.86,28.780000686645508,2592.0,0.011656700633466244,0.1266072541475296,0.0,1.8346076011657715,2.155329942703247,-0.008901498280465603,0.0024303533136844635,0.16996920108795166,0.5649009943008423,0.7123377323150635,1360.0,348160.0,8642.172999261878,22282240.0 +392.43,29.049999237060547,2631.0,0.010429300367832184,0.1203206405043602,0.0,1.869512915611267,2.148045778274536,-0.007844393141567707,0.0024287921842187643,0.24323511123657227,0.5628239512443542,0.7057316601276398,1361.0,348416.0,8648.400338767096,22298624.0 +395.39,29.399999618530273,2544.0,0.011926207691431046,0.1214192733168602,0.0,1.7962886095046997,2.161208152770996,-0.0075850398279726505,0.0024233628064393997,0.11320266127586365,0.5572028756141663,0.814231276512146,1362.0,348672.0,8654.841073214076,22315008.0 +387.8,28.260000228881836,2596.0,0.011166661977767944,0.1288859099149704,0.0,1.8810282945632935,2.1703810691833496,-0.007890581153333187,0.002430704655125737,0.2566295564174652,0.5669556260108948,0.6564784944057465,1363.0,348928.0,8661.153101258911,22331392.0 +400.68,28.770000457763672,2574.0,0.009671784937381744,0.1113688126206398,0.0,1.8254413604736328,2.1674082279205322,-0.008356370963156223,0.0024287847336381674,0.13387642800807953,0.5741413235664368,0.769365131855011,1364.0,349184.0,8667.517484388081,22347776.0 +400.76,28.68000030517578,2537.0,0.01242693979293108,0.1267293244600296,0.0,1.8502368927001953,2.1730852127075195,-0.007267231121659279,0.0024357556831091642,0.20092688500881195,0.5608935952186584,0.6954539120197296,1365.0,349440.0,8673.973929227097,22364160.0 +405.38,29.329999923706055,2621.0,0.009870975278317928,0.10345458984375,0.0,1.818527340888977,2.175966262817383,-0.006811428815126419,0.0024300471413880587,0.13933727145195007,0.5624062418937683,0.7460199892520905,1366.0,349696.0,8680.224455917953,22380544.0 +405.86,29.420000076293945,2605.0,0.014399261213839054,0.1306355744600296,0.0,1.780219554901123,2.1554911136627197,-0.01044894102960825,0.0024207253009080887,0.0776679739356041,0.5630267858505249,0.8387810587882996,1367.0,349952.0,8686.514244287973,22396928.0 +408.77,29.809999465942383,2594.0,0.011333874426782131,0.1344197541475296,0.0,1.8210721015930176,2.1523516178131104,-0.00811673328280449,0.00242581102065742,0.15357114374637604,0.561021625995636,0.7370667457580566,1368.0,350208.0,8692.830330288038,22413312.0 +412.68,30.469999313354492,2526.0,0.011108499951660633,0.1219075545668602,0.0,1.7907134294509888,2.144083261489868,-0.006990856025367975,0.0024251951836049557,0.08673673123121262,0.5631789565086365,0.8334793895483017,1369.0,350464.0,8699.314941921039,22429696.0 +402.17,29.190000534057617,2542.0,0.010103014297783375,0.10162353515625,0.0,1.8642239570617676,2.159397840499878,-0.006695504765957594,0.002427485538646579,0.22350406646728516,0.5670188665390015,0.6955905556678772,1370.0,350720.0,8705.760314737912,22446080.0 +403.25,29.549999237060547,2577.0,0.010164973326027393,0.11627197265625,0.0,1.8057775497436523,2.183579683303833,-0.008071234449744225,0.002417535288259387,0.1348097175359726,0.5595120191574097,0.7790910303592682,1371.0,350976.0,8712.116863552015,22462464.0 +398.88,28.889999389648438,2484.0,0.009590801782906055,0.1099446639418602,0.0,1.8679170608520508,2.1638095378875732,-0.0071573406457901,0.0024290084838867188,0.2436923384666443,0.5603623986244202,0.6904853284358978,1372.0,351232.0,8718.71220403607,22478848.0 +402.47,29.25,2630.0,0.011363514699041843,0.1331787109375,0.0,1.8393787145614624,2.1778018474578857,-0.009657689370214939,0.002430432243272662,0.16969363391399384,0.5707514882087708,0.7107776701450348,1373.0,351488.0,8724.942102726083,22495232.0 +401.14,29.110000610351562,2642.0,0.012448142282664776,0.13873291015625,0.0,1.8207327127456665,2.1719253063201904,-0.007207814604043961,0.002429160289466381,0.14389733970165253,0.563130795955658,0.7802609354257584,1374.0,351744.0,8731.144546115072,22511616.0 +406.99,29.770000457763672,2550.0,0.012215890921652317,0.13092041015625,0.0,1.8109034299850464,2.1820569038391113,-0.008115238510072231,0.0024209811817854643,0.14480672776699066,0.557945191860199,0.7530143857002258,1375.0,352000.0,8737.570085872896,22528000.0 +407.31,29.440000534057617,2644.0,0.011680728755891323,0.1269938200712204,0.0,1.8219608068466187,2.1458122730255127,-0.00864629540592432,0.002425490180030465,0.14454717934131622,0.567046582698822,0.8079596757888794,1376.0,352256.0,8743.766341425944,22544384.0 +410.76,29.309999465942383,2650.0,0.013920786790549755,0.1639811247587204,0.0,1.8435128927230835,2.1711456775665283,-0.0079733831807971,0.0024300606455653906,0.18788723647594452,0.5642237663269043,0.7367166578769684,1377.0,352512.0,8749.949911860982,22560768.0 +413.15,29.299999237060547,2574.0,0.00893398281186819,0.0969441756606102,0.0,1.7983007431030273,2.1821064949035645,-0.008816247805953026,0.002421623794361949,0.11161450296640396,0.5623188018798828,0.8142728805541992,1378.0,352768.0,8756.314291524002,22577152.0 +412.85,29.209999084472656,2545.0,0.011068682186305523,0.12237548828125,0.0,1.8737519979476929,2.1799252033233643,-0.008423282764852047,0.002433786867186427,0.2417200207710266,0.5662209391593933,0.676363080739975,1379.0,353024.0,8762.750399826095,22593536.0 +411.44,28.729999542236328,2555.0,0.010777238756418228,0.1232503280043602,0.0,1.8263373374938965,2.164637327194214,-0.009677393361926079,0.0024238203186541796,0.15715715289115906,0.5671723484992981,0.7675486207008362,1380.0,353280.0,8769.163441740908,22609920.0 +401.11,28.469999313354492,2546.0,0.010755505412817001,0.1282958984375,0.0,1.9014263153076172,2.1796250343322754,-0.008053894154727459,0.002431626431643963,0.2974711060523987,0.5667272806167603,0.6678732931613922,1381.0,353536.0,8775.598128641024,22626304.0 +392.5,26.969999313354492,2567.0,0.010716556571424007,0.1283976286649704,0.0,1.9153393507003784,2.177198648452759,-0.006423005368560553,0.0024323195684701204,0.31299129128456116,0.5708786845207214,0.6656255125999451,1382.0,353792.0,8781.98133994895,22642688.0 +387.13,26.360000610351562,2571.0,0.010011369362473488,0.09783935546875,0.0,1.897539734840393,2.1909449100494385,-0.007312109228223562,0.0024326907005161047,0.2650018632411957,0.5779148936271667,0.7102952003479004,1383.0,354048.0,8788.354350220878,22659072.0 +402.53,27.700000762939453,2521.0,0.008612089790403843,0.0936279296875,0.0,1.8126081228256226,2.1956727504730225,-0.00871887058019638,0.0024386229924857616,0.136445090174675,0.555749773979187,0.7936190962791443,1384.0,354304.0,8794.851896215929,22675456.0 +396.48,28.030000686645508,2557.0,0.00829770602285862,0.0924886092543602,0.0,1.8633075952529907,2.2088189125061035,-0.007388973142951727,0.0024445345625281334,0.1854509562253952,0.5777922868728638,0.7346198260784149,1385.0,354560.0,8801.258293868974,22691840.0 +404.92,28.3700008392334,2574.0,0.010981887578964233,0.1190999373793602,0.0,1.8390750885009766,2.1857385635375977,-0.008683695457875729,0.002431911649182439,0.17277224361896515,0.5672745704650879,0.7383332550525665,1386.0,354816.0,8807.623991888016,22708224.0 +406.43,28.15999984741211,2585.0,0.008773238398134708,0.1006062850356102,0.0,1.851037621498108,2.1792306900024414,-0.006362292915582657,0.002429235028102994,0.19578377902507782,0.5666829347610474,0.6925804913043976,1387.0,355072.0,8813.961597413989,22724608.0 +406.3,28.40999984741211,2589.0,0.011417035944759846,0.1201375350356102,0.0,1.8303275108337402,2.1942834854125977,-0.008560034446418285,0.002431838307529688,0.1471661478281021,0.5713281035423279,0.7281131148338318,1388.0,355328.0,8820.289072938962,22740992.0 +409.15,28.81999969482422,2615.0,0.010423758067190647,0.09088134765625,0.0,1.8553544282913208,2.199028253555298,-0.007311779540032148,0.0024330017622560263,0.19597075879573822,0.5701702237129211,0.7059765160083771,1389.0,355584.0,8826.5548354981,22757376.0 +409.69,29.1200008392334,2655.0,0.009916923008859158,0.084716796875,0.0,1.8366717100143433,2.2079720497131348,-0.0063585746102035046,0.0024376045912504196,0.14429117739200592,0.5741620659828186,0.7540412843227386,1390.0,355840.0,8832.72607447696,22773760.0 +408.48,29.18000030517578,2656.0,0.014113739132881165,0.1558634489774704,0.0,1.8170450925827026,2.193054676055908,-0.006263757590204477,0.002424761187285185,0.14417928457260132,0.5607689023017883,0.7663590162992477,1391.0,356096.0,8838.893304803874,22790144.0 +399.34,28.8700008392334,2652.0,0.011607675813138485,0.12469482421875,0.0,1.8717494010925293,2.182537078857422,-0.006483627483248711,0.002428428502753377,0.2353697419166565,0.5681594610214233,0.6830260157585144,1392.0,356352.0,8845.070887645008,22806528.0 +399.56,28.329999923706055,2639.0,0.010803412646055222,0.1250813752412796,0.0,1.8085026741027832,2.208923578262329,-0.008061234839260578,0.002419797470793128,0.1350635141134262,0.5612227320671082,0.7606098055839539,1393.0,356608.0,8851.278280603932,22822912.0 +405.26,28.829999923706055,2570.0,0.009615474380552769,0.1105143204331398,0.0,1.8190635442733765,2.211660623550415,-0.008385363966226578,0.0024249032139778137,0.13862960040569305,0.5677992701530457,0.7226128280162811,1394.0,356864.0,8857.65219487506,22839296.0 +402.57,29.06999969482422,2574.0,0.009738321416079998,0.1118367537856102,0.0,1.8740986585617065,2.192959785461426,-0.007729729637503624,0.002432997105643153,0.23219716548919678,0.5711610913276672,0.6341146528720856,1395.0,357120.0,8864.01774007408,22855680.0 +399.04,28.5,2561.0,0.010110394097864628,0.12060546875,0.0,1.8404755592346191,2.2099826335906982,-0.0076911915093660355,0.0024248866830021143,0.1704823523759842,0.5725817084312439,0.6902901530265808,1396.0,357376.0,8870.415033316007,22872064.0 +406.71,29.15999984741211,2568.0,0.0129763288423419,0.1431884765625,0.0,1.8220958709716797,2.186258316040039,-0.010174956172704697,0.002441552933305502,0.12260877341032028,0.5720528960227966,0.7655272930860519,1397.0,357632.0,8876.796355020022,22888448.0 +407.34,28.760000228881836,2614.0,0.011930815875530243,0.1414591521024704,0.0,1.8926397562026978,2.1853678226470947,-0.005125683266669512,0.0024329409934580326,0.26012057065963745,0.5730886459350586,0.660059005022049,1398.0,357888.0,8883.063176522963,22904832.0 +397.73,28.309999465942383,2636.0,0.011925303377211094,0.13751220703125,0.0,1.8727765083312988,2.187899351119995,-0.00893586128950119,0.002432359615340829,0.23638106882572174,0.5692211985588074,0.5907515287399292,1399.0,358144.0,8889.278110780986,22921216.0 +397.71,28.43000030517578,2680.0,0.010975707322359085,0.1207682266831398,0.0,1.8022350072860718,2.1943070888519287,-0.009303789585828781,0.0024285377003252506,0.10273256152868271,0.5678467154502869,0.800454705953598,1400.0,358400.0,8895.392614336917,22937600.0 +403.65,29.1200008392334,2750.0,0.009146341122686863,0.0967814102768898,0.0,1.8450626134872437,2.19547700881958,-0.006973257753998041,0.0024388565216213465,0.16001982986927032,0.5745524764060974,0.6796531677246094,1401.0,358656.0,8901.353989796015,22953984.0 +386.85,27.020000457763672,2725.0,0.010226667858660221,0.12408447265625,0.0,1.967948317527771,2.1677186489105225,-0.00801816489547491,0.002439686330035329,0.3949044644832611,0.5803484320640564,0.5473854839801788,1402.0,358912.0,8907.366972938878,22970368.0 +391.97,27.18000030517578,2610.0,0.009908468462526798,0.1014607772231102,0.0,1.8139582872390747,2.174372434616089,-0.010617174208164215,0.0024363251868635416,0.11412892490625381,0.5710920691490173,0.801317036151886,1403.0,359168.0,8913.643278392963,22986752.0 +400.75,28.25,2602.0,0.012264239601790905,0.1296793669462204,0.0,1.8350157737731934,2.1732847690582275,-0.009142645634710789,0.0024351549800485373,0.1483103632926941,0.5741584300994873,0.7457112371921539,1404.0,359424.0,8919.93951980304,23003136.0 +407.83,28.540000915527344,2658.0,0.010637353174388409,0.1062418594956398,0.0,1.8876992464065552,2.1605112552642822,-0.009875276125967503,0.002450148109346628,0.2235790342092514,0.5823156833648682,0.7172783613204956,1405.0,359680.0,8926.10349739506,23019520.0 +396.17,27.959999084472656,2684.0,0.009086151607334614,0.0950520858168602,0.0,1.8519290685653687,2.156233310699463,-0.007744855713099241,0.0024423107970505953,0.1791030764579773,0.570529043674469,0.719511479139328,1406.0,359936.0,8932.207481890917,23035904.0 +399.33,28.510000228881836,2648.0,0.012129741720855236,0.1381022185087204,0.0,1.8555787801742554,2.1435353755950928,-0.008374340832233429,0.0024337817449122667,0.18287348747253418,0.5770605206489563,0.6957109272480011,1407.0,360192.0,8938.394716061885,23052288.0 +395.93,28.389999389648438,2586.0,0.010248851962387562,0.12005615234375,0.0,1.8830370903015137,2.136841297149658,-0.006040442269295454,0.0024374027270823717,0.2485441416501999,0.5674722194671631,0.6657859981060028,1408.0,360448.0,8944.730446964037,23068672.0 +397.21,28.530000686645508,2614.0,0.006836967077106237,0.0745646134018898,0.0,1.8929862976074219,2.1467394828796387,-0.008052303455770016,0.002439068863168359,0.2589922249317169,0.5734754204750061,0.6207067370414734,1409.0,360704.0,8950.999244994018,23085056.0 +393.03,27.809999465942383,2652.0,0.010511830449104309,0.1161905899643898,0.0,1.919266700744629,2.180744171142578,-0.006511766463518143,0.0024307980202138424,0.31733882427215576,0.5735176205635071,0.6183028519153595,1410.0,360960.0,8957.176316872938,23101440.0 +394.05,27.459999084472656,2647.0,0.009909024462103844,0.110107421875,0.0,1.8657103776931763,2.1443028450012207,-0.00998102780431509,0.00243511819280684,0.2151438146829605,0.5720036029815674,0.7033461630344391,1411.0,361216.0,8963.364751636982,23117824.0 +394.29,27.93000030517578,2660.0,0.012312904000282288,0.1454060822725296,0.0,1.8843454122543335,2.1505582332611084,-0.00492578512057662,0.0024317684583365917,0.24283699691295624,0.5734739899635315,0.615918904542923,1412.0,361472.0,8969.524859151104,23134208.0 +393.69,26.969999313354492,2593.0,0.010258608497679234,0.1196085587143898,0.0,1.8718098402023315,2.1540937423706055,-0.009200970642268658,0.002444291952997446,0.2090359926223755,0.5758876800537109,0.6803542375564575,1413.0,361728.0,8975.84308910789,23150592.0 +394.18,26.940000534057617,2543.0,0.009986254386603832,0.1056925430893898,0.0,1.919473648071289,2.1721713542938232,-0.007517067715525627,0.0024311954621225595,0.3240703046321869,0.5710793733596802,0.5960958003997803,1414.0,361984.0,8982.28486207989,23166976.0 +398.67,27.93000030517578,2588.0,0.009214374236762524,0.1055704727768898,0.0,1.8499475717544556,2.19124436378479,-0.006840175483375788,0.002429669490084052,0.19012944400310516,0.5688009858131409,0.6883585155010223,1415.0,362240.0,8988.615318873897,23183360.0 +399.92,28.65999984741211,2637.0,0.009812274016439915,0.11419677734375,0.0,1.861335277557373,2.1834428310394287,-0.007828597910702229,0.002430974505841732,0.196094810962677,0.5774639248847961,0.6429295837879181,1416.0,362496.0,8994.82738362602,23199744.0 +405.15,28.829999923706055,2573.0,0.010089132003486156,0.1019693985581398,0.0,1.850212574005127,2.174997329711914,-0.0071699656546115875,0.00243397057056427,0.1711152344942093,0.5765897035598755,0.7499298751354218,1417.0,362752.0,9001.196174585959,23216128.0 +401.99,28.600000381469727,2498.0,0.009132017381489277,0.1073201522231102,0.0,1.865479588508606,2.1897776126861572,-0.008928016759455204,0.002426110440865159,0.23308534920215607,0.5667077898979187,0.6518289148807526,1418.0,363008.0,9007.75472925906,23232512.0 +403.13,28.65999984741211,2652.0,0.01082861702889204,0.1278279572725296,0.0,1.8434315919876099,2.189720392227173,-0.00881269108504057,0.0024347484577447176,0.15361328423023224,0.5799607634544373,0.7630465030670166,1419.0,363264.0,9013.931731515098,23248896.0 +392.25,28.270000457763672,2498.0,0.012291223742067814,0.1241251602768898,0.0,1.920650601387024,2.1886308193206787,-0.007664716336876154,0.0024414649233222008,0.3035552501678467,0.5776913166046143,0.6111698150634766,1420.0,363520.0,9020.489217506023,23265280.0 +382.35,26.780000686645508,2597.0,0.011863221414387226,0.1281331330537796,0.0,1.9440058469772339,2.199476480484009,-0.006925702095031738,0.002421692479401827,0.37771663069725037,0.5732219219207764,0.5592322647571564,1421.0,363776.0,9026.801210164092,23281664.0 +395.73,27.40999984741211,2545.0,0.010343474335968494,0.11737060546875,0.0,1.8451546430587769,2.182506561279297,-0.007804462220519781,0.002439080039039254,0.14382492005825043,0.5833318829536438,0.764616921544075,1422.0,364032.0,9033.238097738009,23298048.0 +397.1,27.40999984741211,2550.0,0.010436337441205978,0.1172892227768898,0.0,1.8540161848068237,2.190101385116577,-0.009483148343861103,0.0024261660873889923,0.21036039292812347,0.567136824131012,0.7626135051250458,1423.0,364288.0,9039.662365596974,23314432.0 +404.05,28.719999313354492,2603.0,0.01064907293766737,0.1100870743393898,0.0,1.8147025108337402,2.171501874923706,-0.01026953011751175,0.0024238259065896273,0.12047991156578064,0.5745341181755066,0.81855708360672,1424.0,364544.0,9045.95547561301,23330816.0 +403.6,29.510000228881836,2640.0,0.013714741915464401,0.1498006135225296,0.0,1.8163822889328003,2.158212184906006,-0.01021768432110548,0.0024400409311056137,0.10873684287071228,0.5737932920455933,0.8087371736764908,1425.0,364800.0,9052.161452780012,23347200.0 +417.0,30.670000076293945,2620.0,0.010584026575088501,0.12353515625,0.0,1.7945529222488403,2.1731626987457275,-0.010206131264567375,0.0024250822607427835,0.0806506872177124,0.573624312877655,0.8386431187391281,1426.0,365056.0,9058.414562613005,23363584.0 +415.9,30.799999237060547,2591.0,0.013255001045763493,0.1586507111787796,0.0,1.7997798919677734,2.147096633911133,-0.007139344234019518,0.002425538608804345,0.09187246114015579,0.5696849822998047,0.8062691539525986,1427.0,365312.0,9064.738363832003,23379968.0 +417.05,30.969999313354492,2550.0,0.011754116974771023,0.1416015625,0.0,1.8085312843322754,2.144453287124634,-0.00920786615461111,0.0024282492231577635,0.1022958755493164,0.5739111304283142,0.8124543875455856,1428.0,365568.0,9071.163396371063,23396352.0 +412.76,30.6299991607666,2655.0,0.009742203168570995,0.1136474609375,0.0,1.8545870780944824,2.144209146499634,-0.006824884098023176,0.0024426111485809088,0.17521728575229645,0.5739397406578064,0.6936514377593994,1429.0,365824.0,9077.333825005917,23412736.0 +409.81,29.799999237060547,2612.0,0.007817761041224003,0.0904541015625,0.0,1.8609369993209839,2.1503539085388184,-0.007066358346492052,0.002442157594487071,0.185224711894989,0.575815737247467,0.7332060039043427,1430.0,366080.0,9083.606302449014,23429120.0 +415.95,30.0,2650.0,0.008822568692266941,0.1015218123793602,0.0,1.7894562482833862,2.16106915473938,-0.01157061755657196,0.0024321989621967077,0.0630863606929779,0.574995219707489,0.8560203611850739,1431.0,366336.0,9089.788660976104,23445504.0 +414.89,30.40999984741211,2692.0,0.014424768276512623,0.1462605744600296,0.0,1.8215088844299316,2.150660753250122,-0.0059214443899691105,0.002445138990879059,0.09177505970001221,0.5804799795150757,0.8043437749147415,1432.0,366592.0,9095.875099017052,23461888.0 +414.61,30.600000381469727,2645.0,0.009264965541660786,0.1015625,0.0,1.7973499298095703,2.1411118507385254,-0.007815607823431492,0.0024350325111299753,0.0723508968949318,0.5728850960731506,0.8429738432168961,1433.0,366848.0,9102.068911361042,23478272.0 +418.16,31.290000915527344,2602.0,0.008293713442981243,0.0954182967543602,0.0,1.7864514589309692,2.1512982845306396,-0.009089651517570019,0.0024221520870923996,0.06063970550894737,0.5756580829620361,0.8651627004146576,1434.0,367104.0,9108.36533860094,23494656.0 +416.36,30.6200008392334,2680.0,0.013170174323022366,0.14019775390625,0.0,1.8426179885864258,2.1232504844665527,-0.006176107097417116,0.0024321735836565495,0.1596195548772812,0.5741303563117981,0.7255774736404419,1435.0,367360.0,9114.478160976898,23511040.0 +416.36,30.93000030517578,2688.0,0.009959910064935684,0.12420654296875,0.0,1.7939704656600952,2.1232635974884033,-0.011927829124033451,0.00243437965400517,0.06140979006886482,0.5792360901832581,0.8541448712348938,1436.0,367616.0,9120.572941550054,23527424.0 +404.5,29.780000686645508,2700.0,0.010755413211882114,0.1240437850356102,0.0,1.8880380392074585,2.1412384510040283,-0.007660249713808298,0.0024503956083208323,0.23234808444976807,0.5757385492324829,0.6793068647384644,1437.0,367872.0,9126.641484044958,23543808.0 +400.35,29.469999313354492,2556.0,0.008983327075839043,0.1083170548081398,0.0,1.8197036981582642,2.1458702087402344,-0.009606420993804932,0.002425725571811199,0.14609523117542267,0.5648586750030518,0.7182244062423706,1438.0,368128.0,9133.050945580006,23560192.0 +399.87,29.850000381469727,2620.0,0.010627321898937225,0.1176961287856102,0.0,1.8143410682678223,2.1345279216766357,-0.007253188174217939,0.002424108562991023,0.10700132697820663,0.5773845911026001,0.7613697052001953,1439.0,368384.0,9139.303685816005,23576576.0 +408.15,30.239999771118164,2580.0,0.0152156762778759,0.1339518278837204,0.0,1.84538996219635,2.130237579345703,-0.004998032469302416,0.0024210235569626093,0.20379681885242462,0.559280276298523,0.673314779996872,1440.0,368640.0,9145.653451338876,23592960.0 +400.48,28.93000030517578,2579.0,0.011327591724693775,0.1259969025850296,0.0,1.8304365873336792,2.130638360977173,-0.008229902945458889,0.0024143594782799482,0.17591983079910278,0.5648331642150879,0.6566429138183594,1441.0,368896.0,9152.009426818928,23609344.0 +396.68,28.3799991607666,2555.0,0.008730946108698845,0.1024576798081398,0.0,1.8751435279846191,2.1359975337982178,-0.00743347080424428,0.002418220741674304,0.25944969058036804,0.5651019811630249,0.6234501302242279,1442.0,369152.0,9158.422637793003,23625728.0 +402.63,29.40999984741211,2658.0,0.013919927179813385,0.1445109099149704,0.0,1.829480767250061,2.123218297958374,-0.007391491439193487,0.002415567170828581,0.1653931587934494,0.5676242113113403,0.6775715053081512,1443.0,369408.0,9164.587265878916,23642112.0 +401.61,29.010000228881836,2691.0,0.011714119464159012,0.1233723983168602,0.0,1.8166910409927368,2.1331610679626465,-0.00692766672000289,0.0024204766377806664,0.14267881214618683,0.563372790813446,0.7200399935245514,1444.0,369664.0,9170.675202429062,23658496.0 +405.29,28.889999389648438,2661.0,0.010736844502389431,0.1231892928481102,0.0,1.8179665803909302,2.1221442222595215,-0.0081895487383008,0.002421065466478467,0.12973017990589142,0.5719797015190125,0.7343946695327759,1445.0,369920.0,9176.833236566978,23674880.0 +404.03,28.770000457763672,2672.0,0.011386529542505741,0.12353515625,0.0,1.8080557584762573,2.1307411193847656,-0.009993578307330608,0.0024151629768311977,0.13530530035495758,0.5641226172447205,0.7569620609283447,1446.0,370176.0,9182.964221436065,23691264.0 +396.19,28.229999542236328,2499.0,0.010100812651216984,0.1171061173081398,0.0,1.883973479270935,2.132492780685425,-0.007741520181298256,0.002421414712443948,0.26381948590278625,0.5704227089881897,0.5517804622650146,1447.0,370432.0,9189.519819505047,23707648.0 +391.29,27.399999618530273,2618.0,0.014659479260444641,0.1374715119600296,0.0,1.888014793395996,2.1334331035614014,-0.008054953068494797,0.0024220668710768223,0.2640524208545685,0.5743445754051208,0.5613135397434235,1448.0,370688.0,9195.778092069086,23724032.0 +392.25,28.079999923706055,2660.0,0.014127262867987156,0.1248779296875,0.0,1.8369156122207642,2.133975028991699,-0.006262988317757845,0.002420780947431922,0.1802443116903305,0.564005970954895,0.633596658706665,1449.0,370944.0,9201.938667749986,23740416.0 +386.36,27.530000686645508,2630.0,0.009609959088265896,0.1144205704331398,0.0,1.9002708196640015,2.150803327560425,-0.006492836866527796,0.0024187781382352114,0.3075593113899231,0.5651026964187622,0.5396767258644104,1450.0,371200.0,9208.16707241605,23756800.0 +398.95,28.40999984741211,2599.0,0.00969236996024847,0.1099039688706398,0.0,1.8040145635604858,2.131263017654419,-0.009357198141515255,0.0024282895028591156,0.10363608598709106,0.5687215924263,0.7766948193311691,1451.0,371456.0,9214.469398962101,23773184.0 +404.94,28.860000610351562,2654.0,0.01104190293699503,0.1174112930893898,0.0,1.8179603815078735,2.1250240802764893,-0.010445634834468365,0.002420159289613366,0.15128304064273834,0.5639351606369019,0.7494360506534576,1452.0,371712.0,9220.643648050958,23789568.0 +411.25,29.239999771118164,2663.0,0.009681383147835732,0.1090087890625,0.0,1.8065781593322754,2.13146710395813,-0.007684323936700821,0.0024217404425144196,0.10564026981592178,0.5718865990638733,0.7468101382255554,1453.0,371968.0,9226.79619153007,23805952.0 +404.14,29.200000762939453,2636.0,0.007457162719219923,0.087158203125,0.0,1.8524802923202515,2.1233341693878174,-0.00732732517644763,0.002421773737296462,0.20451290905475616,0.5678973197937012,0.6523776352405548,1454.0,372224.0,9233.011278504971,23822336.0 +402.56,28.549999237060547,2584.0,0.011592588387429714,0.11505126953125,0.0,1.867787480354309,2.1388299465179443,-0.006993851158767939,0.002419926691800356,0.22305928170681,0.5746766924858093,0.6240314245223999,1455.0,372480.0,9239.351598950103,23838720.0 +401.77,28.56999969482422,2614.0,0.014674046076834202,0.1562296599149704,0.0,1.8250808715820312,2.145437002182007,-0.007846943102777004,0.0024365754798054695,0.12430569529533386,0.5739412903785706,0.7222966551780701,1456.0,372736.0,9245.618908988079,23855104.0 +408.33,30.100000381469727,2540.0,0.014474899508059025,0.15069580078125,0.0,1.8440042734146118,2.1410844326019287,-0.007177602965384722,0.0024413864593952894,0.14286786317825317,0.5804654955863953,0.7088833749294281,1457.0,372992.0,9252.068621292012,23871488.0 +408.53,29.18000030517578,2595.0,0.011897735297679901,0.1309611052274704,0.0,1.8655834197998047,2.127715826034546,-0.00922060664743185,0.002448736922815442,0.17585515975952148,0.583785355091095,0.6835930347442627,1458.0,373248.0,9258.382984082913,23887872.0 +411.99,29.6200008392334,2532.0,0.00981711782515049,0.1085001602768898,0.0,1.846239447593689,2.1574184894561768,-0.010130763985216618,0.002447421895340085,0.1461564153432846,0.5811550617218018,0.7229941487312317,1459.0,373504.0,9264.85362475901,23904256.0 +415.13,30.149999618530273,2649.0,0.009911575354635715,0.10626220703125,0.0,1.8108216524124146,2.155078411102295,-0.011179077439010143,0.0024503935128450394,0.06269299983978271,0.5870081782341003,0.8608417809009552,1460.0,373760.0,9271.037974172039,23920640.0 +411.21,29.25,2666.0,0.012133948504924774,0.1256103515625,0.0,1.9106084108352661,2.1684696674346924,-0.007807193789631128,0.0024589195381850004,0.2501237392425537,0.5855785012245178,0.6492603421211243,1461.0,374016.0,9277.186806926038,23937024.0 +411.45,28.34000015258789,2668.0,0.009686101227998734,0.1084798201918602,0.0,1.8378592729568481,2.1673033237457275,-0.008349202573299408,0.002446255413815379,0.12610970437526703,0.5816993713378906,0.7979796975851059,1462.0,374272.0,9283.328003460076,23953408.0 +413.63,28.920000076293945,2594.0,0.011607792228460312,0.12554931640625,0.0,1.8515042066574097,2.1628031730651855,-0.009650479070842266,0.002443409524857998,0.15464794635772705,0.5837541222572327,0.7520315647125244,1463.0,374528.0,9289.644389126915,23969792.0 +413.28,29.579999923706055,2586.0,0.011889605782926083,0.11834716796875,0.0,1.832589030265808,2.1696736812591553,-0.00820456724613905,0.0024332930333912373,0.12944810092449188,0.5811196565628052,0.7569047212600708,1464.0,374784.0,9295.980799567886,23986176.0 +406.86,29.030000686645508,2546.0,0.013407819904386997,0.1254475861787796,0.0,1.8642488718032837,2.1597864627838135,-0.008448909036815166,0.002447482431307435,0.17227067053318024,0.5844188332557678,0.66245037317276,1465.0,375040.0,9302.415064411936,24002560.0 +402.66,29.31999969482422,2537.0,0.01326524093747139,0.1482950896024704,0.0,1.861724853515625,2.1696109771728516,-0.007508893962949514,0.002454679924994707,0.1520690768957138,0.5875555872917175,0.7538531422615051,1466.0,375296.0,9308.873229979072,24018944.0 +399.64,29.170000076293945,2527.0,0.012342114001512527,0.14349365234375,0.0,1.8839775323867798,2.174820899963379,-0.00823347270488739,0.002462182892486453,0.17632617056369781,0.5947043299674988,0.7129654288291931,1467.0,375552.0,9315.355969550088,24035328.0 +400.09,28.440000534057617,2602.0,0.010500255040824413,0.1223551407456398,0.0,1.8876447677612305,2.1926822662353516,-0.0067446124739944935,0.0024527721107006073,0.22329354286193848,0.5782832503318787,0.6705643832683563,1468.0,375808.0,9321.653436054941,24051712.0 +405.74,29.479999542236328,2633.0,0.013982747681438923,0.1609293669462204,0.0,1.8504620790481567,2.184910535812378,-0.005874155554920435,0.002449608640745282,0.14306820929050446,0.5818470120429993,0.7404631674289703,1469.0,376064.0,9327.875260439934,24068096.0 +402.78,27.75,2548.0,0.01159130409359932,0.1229248046875,0.0,1.9397128820419312,2.1943366527557373,-0.006883802358061075,0.0024470798671245575,0.3199435770511627,0.585028350353241,0.6263743340969086,1470.0,376320.0,9334.30626568594,24084480.0 +405.21,28.0,2597.0,0.011795955710113049,0.1297607421875,0.0,1.8863240480422974,2.194390058517456,-0.010410094633698463,0.0024878571275621653,0.16299183666706085,0.5932535529136658,0.7414761483669281,1471.0,376576.0,9340.614341523033,24100864.0 +406.91,28.579999923706055,2639.0,0.009320414625108242,0.0986735001206398,0.0,1.8949061632156372,2.196424722671509,-0.009136357344686985,0.0024603947531431913,0.21711570024490356,0.5872517228126526,0.7213076949119568,1472.0,376832.0,9346.823286771076,24117248.0 +396.3,28.020000457763672,2653.0,0.008746295236051083,0.08563232421875,0.0,1.9444527626037598,2.2000646591186523,-0.00835016742348671,0.002455161651596427,0.3122750520706177,0.5910850167274475,0.6248354911804199,1473.0,377088.0,9352.99966794299,24133632.0 +400.38,28.260000228881836,2614.0,0.010214258916676044,0.1076253280043602,0.0,1.8410552740097046,2.214510679244995,-0.00907216314226389,0.0024399750400334597,0.13957524299621582,0.5824975371360779,0.7494565844535828,1474.0,377344.0,9359.266286626924,24150016.0 +400.3,28.139999389648438,2517.0,0.011199458502233028,0.12261962890625,0.0,1.8956102132797241,2.2121174335479736,-0.007829857058823109,0.0024549157824367285,0.22267203032970428,0.5867673754692078,0.6626459062099457,1475.0,377600.0,9365.774037973024,24166400.0 +407.13,29.360000610351562,2637.0,0.010201220400631428,0.11712646484375,0.0,1.8663655519485474,2.200976848602295,-0.007471974939107895,0.0024586115032434464,0.16033171117305756,0.5863756537437439,0.7132411301136017,1476.0,377856.0,9371.987968077883,24182784.0 +400.08,29.540000915527344,2576.0,0.01034664548933506,0.1362101286649704,0.0,1.8714327812194824,2.209974765777588,-0.00863316934555769,0.002459642244502902,0.15904031693935394,0.5928247570991516,0.7208903729915619,1477.0,378112.0,9378.348231720971,24199168.0 +403.76,29.059999465942383,2556.0,0.010736078023910522,0.1083170548081398,0.0,1.9098023176193237,2.191509246826172,-0.007703507784754038,0.0024695254396647215,0.22275523841381073,0.593280553817749,0.7130493521690369,1478.0,378368.0,9384.757140154019,24215552.0 +394.17,27.84000015258789,2623.0,0.00972004048526287,0.1169026717543602,0.0,1.9450651407241821,2.202183961868286,-0.006343479733914137,0.00249200570397079,0.27524808049201965,0.5898035764694214,0.637775719165802,1479.0,378624.0,9391.003546047024,24231936.0 +397.34,27.790000915527344,2658.0,0.011271041817963123,0.13140869140625,0.0,1.8886953592300415,2.219475030899048,-0.00961593259125948,0.002490272279828787,0.15863707661628723,0.5960515141487122,0.7152338922023773,1480.0,378880.0,9397.168638424948,24248320.0 +410.9,29.530000686645508,2617.0,0.013036943040788174,0.1285196989774704,0.0,1.84428870677948,2.207190990447998,-0.009057455696165562,0.0024774197954684496,0.08463442325592041,0.5943909287452698,0.8266173452138901,1481.0,379136.0,9403.428881016094,24264704.0 +413.18,29.440000534057617,2660.0,0.012333590537309647,0.1314290314912796,0.0,1.8897199630737305,2.2243402004241943,-0.008434047922492027,0.0024697203189134598,0.1952672153711319,0.5879034996032715,0.7065560817718506,1482.0,379392.0,9409.588990350021,24281088.0 +401.59,28.530000686645508,2644.0,0.0075752693228423595,0.0808512344956398,0.0,1.9802637100219727,2.199061632156372,-0.006628064438700676,0.002505951328203082,0.32874980568885803,0.5915319323539734,0.6801744997501373,1483.0,379648.0,9415.785130610922,24297472.0 +401.3,28.1200008392334,2688.0,0.015080195851624012,0.1198526993393898,0.0,1.9222551584243774,2.2241156101226807,-0.007556225638836622,0.0024892801884561777,0.23011653125286102,0.5923541188240051,0.6190492510795593,1484.0,379904.0,9421.880192338023,24313856.0 +401.28,28.1299991607666,2682.0,0.010661582462489605,0.1112467423081398,0.0,1.9170955419540405,2.220702886581421,-0.007602903991937637,0.00248860870487988,0.2091517448425293,0.5980249643325806,0.7006261944770813,1485.0,380160.0,9427.989346700022,24330240.0 +404.66,28.1200008392334,2604.0,0.009520338848233223,0.1084391251206398,0.0,1.903957486152649,2.219843626022339,-0.008007938973605633,0.0024624564684927464,0.23444433510303497,0.5857134461402893,0.7088833749294281,1486.0,380416.0,9434.280731061008,24346624.0 +400.44,28.360000610351562,2649.0,0.010481561534106731,0.1334025114774704,0.0,1.8573479652404785,2.1887049674987793,-0.009720123372972012,0.0024389515165239573,0.172796368598938,0.5830814242362976,0.6844810843467712,1487.0,380672.0,9440.466175545938,24363008.0 +393.76,28.3700008392334,2546.0,0.009149464778602123,0.0984293594956398,0.0,1.9321012496948242,2.1916756629943848,-0.0073542348109185696,0.002446712227538228,0.30999425053596497,0.5830190777778625,0.6352312862873077,1488.0,380928.0,9446.901946753962,24379392.0 +394.61,28.190000534057617,2593.0,0.009893965907394886,0.1263631135225296,0.0,1.8484901189804077,2.181800365447998,-0.00983782485127449,0.0024515767581760883,0.1261417120695114,0.5912866592407227,0.7417002320289612,1489.0,381184.0,9453.220572941005,24395776.0 +400.15,28.280000686645508,2577.0,0.01058010384440422,0.12481689453125,0.0,1.9011483192443848,2.195005178451538,-0.007632001768797636,0.0024603737983852625,0.2318708896636963,0.5846078395843506,0.6184998750686646,1490.0,381440.0,9459.57819897891,24412160.0 +403.0,28.6200008392334,2672.0,0.012434215284883976,0.1313679963350296,0.0,1.8948426246643066,2.213268518447876,-0.009361236356198788,0.002462949836626649,0.20332564413547516,0.5931990742683411,0.6618580222129822,1491.0,381696.0,9465.708505718969,24428544.0 +401.51,28.18000030517578,2627.0,0.009705282747745514,0.0993245467543602,0.0,1.8840755224227905,2.1950759887695312,-0.007417444139719009,0.0024617293383926153,0.18997474014759064,0.5875917673110962,0.6933695077896118,1492.0,381952.0,9471.946644712938,24444928.0 +397.55,28.239999771118164,2619.0,0.007659394294023514,0.0774943009018898,0.0,1.8691630363464355,2.212210178375244,-0.008341656997799873,0.0024684537202119827,0.1558007150888443,0.5874993801116943,0.7213416993618011,1493.0,382208.0,9478.201495462097,24461312.0 +405.44,29.209999084472656,2652.0,0.01050617080181837,0.1188151016831398,0.0,1.8397570848464966,2.1910147666931152,-0.009528566151857376,0.00244883936829865,0.12892985343933105,0.5823115706443787,0.7771139144897461,1494.0,382464.0,9484.378504198045,24477696.0 +399.24,28.25,2674.0,0.011117391288280487,0.11932373046875,0.0,1.9543405771255493,2.191561698913574,-0.007640560623258352,0.002436521230265498,0.36097967624664307,0.5851463675498962,0.5300874710083008,1495.0,382720.0,9490.505226321984,24494080.0 +399.17,27.3799991607666,2679.0,0.009099693037569523,0.1014404296875,0.0,1.9193453788757324,2.21268892288208,-0.006932694930583239,0.002433967078104615,0.30094113945961,0.5809507369995117,0.5447381138801575,1496.0,382976.0,9496.621977738105,24510464.0 +399.85,27.649999618530273,2583.0,0.010737127624452114,0.10516357421875,0.0,1.8361736536026,2.1895387172698975,-0.010246791876852512,0.00246065272949636,0.09976204484701157,0.5881083607673645,0.7766635864973068,1497.0,383232.0,9502.96522064996,24526848.0 +409.54,28.8700008392334,2627.0,0.01036912389099598,0.1087646484375,0.0,1.8449329137802124,2.209514617919922,-0.007046444807201624,0.0024522857274860144,0.12287280708551407,0.5864953398704529,0.7691716700792313,1498.0,383488.0,9509.201565413037,24543232.0 +409.62,28.770000457763672,2656.0,0.009097279980778694,0.09332275390625,0.0,1.9038840532302856,2.209463357925415,-0.008066288195550442,0.002473584609106183,0.21091575920581818,0.5917946100234985,0.601415604352951,1499.0,383744.0,9515.370366141899,24559616.0 +400.57,28.170000076293945,2639.0,0.010300170630216599,0.0954182967543602,0.0,1.9240158796310425,2.1952922344207764,-0.00847985316067934,0.0024676357861608267,0.2601156532764435,0.5905727744102478,0.5999217629432678,1500.0,384000.0,9521.579306039028,24576000.0 +398.11,27.969999313354492,2603.0,0.010128917172551155,0.1278483122587204,0.0,1.8923357725143433,2.2293989658355713,-0.008878118358552456,0.002481018425896764,0.18461401760578156,0.5906915068626404,0.6846556067466736,1501.0,384256.0,9527.87492388999,24592384.0 +397.75,28.299999237060547,2567.0,0.012210636399686337,0.1223958358168602,0.0,1.9064353704452515,2.1903223991394043,-0.0076433769427239895,0.002467554062604904,0.22016167640686035,0.592123806476593,0.6380931437015533,1502.0,384512.0,9534.257285058033,24608768.0 +412.19,29.229999542236328,2593.0,0.009627432562410831,0.1012980118393898,0.0,1.8419700860977173,2.2013099193573,-0.010477672331035137,0.0024774738121777773,0.07650160789489746,0.5974732041358948,0.8121533244848251,1503.0,384768.0,9540.57516135904,24625152.0 +411.09,29.780000686645508,2553.0,0.01072198897600174,0.10992431640625,0.0,1.8924988508224487,2.2217724323272705,-0.00676775025203824,0.0024933312088251114,0.14682726562023163,0.6014047265052795,0.6887514889240265,1504.0,385024.0,9546.992202385096,24641536.0 +408.1,29.56999969482422,2580.0,0.012687419541180134,0.1380615234375,0.0,1.880380630493164,2.2075259685516357,-0.0066862585954368114,0.0024609589017927647,0.18969279527664185,0.5838161110877991,0.6500251889228821,1505.0,385280.0,9553.343196914066,24657920.0 +406.07,28.90999984741211,2676.0,0.012553933076560497,0.13916015625,0.0,1.854763150215149,2.2134711742401123,-0.00911469105631113,0.0024674441665410995,0.11991047859191895,0.5923353433609009,0.755895584821701,1506.0,385536.0,9559.466034583049,24674304.0 +406.77,29.489999771118164,2581.0,0.009750789031386375,0.1016642227768898,0.0,1.8726383447647095,2.1826584339141846,-0.008747313171625137,0.0024573837872594595,0.17453360557556152,0.5872535109519958,0.6819939911365509,1507.0,385792.0,9565.812814289005,24690688.0 +405.7,29.719999313354492,2575.0,0.009425822645425797,0.1097005233168602,0.0,1.8957452774047852,2.2023205757141113,-0.009878947399556637,0.0024735983461141586,0.1866835355758667,0.597506582736969,0.6941169202327728,1508.0,386048.0,9572.175266753882,24707072.0 +407.95,29.0,2550.0,0.009861974976956844,0.1126302108168602,0.0,1.8986314535140991,2.213367223739624,-0.008435014635324478,0.00246070115827024,0.22616364061832428,0.5857673287391663,0.6539155542850494,1509.0,386304.0,9578.598952854052,24723456.0 +399.22,27.780000686645508,2624.0,0.010752792470157146,0.1229654923081398,0.0,1.868143916130066,2.218545913696289,-0.009494367055594921,0.0024561521131545305,0.1570042371749878,0.5932452082633972,0.7204487025737762,1510.0,386560.0,9584.843664525077,24739840.0 +388.77,27.459999084472656,2605.0,0.011018134653568268,0.10626220703125,0.0,1.9379225969314575,2.212218999862671,-0.005683315452188253,0.002457452705129981,0.29238957166671753,0.5908069014549255,0.6302822232246399,1511.0,386816.0,9591.133051258046,24756224.0 +385.9,26.860000610351562,2635.0,0.008822453208267689,0.1032511368393898,0.0,1.918168067932129,2.1978588104248047,-0.007810981944203377,0.0024403573479503393,0.2876364290714264,0.5839607119560242,0.6351726055145264,1512.0,387072.0,9597.35059353197,24772608.0 +400.53,28.440000534057617,2633.0,0.010886519216001034,0.1200154647231102,0.0,1.8403371572494507,2.2290165424346924,-0.00841598492115736,0.0024392306804656982,0.1298280507326126,0.5865139961242676,0.7476036250591278,1513.0,387328.0,9603.573126984062,24788992.0 +406.96,29.1200008392334,2598.0,0.011837701313197613,0.11419677734375,0.0,1.8840560913085938,2.2107126712799072,-0.008559408597648144,0.002444480312988162,0.21537385880947113,0.5847954750061035,0.6772382259368896,1514.0,387584.0,9609.879505744902,24805376.0 +404.2,29.3799991607666,2587.0,0.009212455712258816,0.1001383438706398,0.0,1.8522754907608032,2.2124826908111572,-0.010059569962322712,0.0024535341653972864,0.12814368307590485,0.5936213135719299,0.7177155613899231,1515.0,387840.0,9616.21165364096,24821760.0 +401.8,29.020000457763672,2559.0,0.011745081283152103,0.12017822265625,0.0,1.8931852579116821,2.200812816619873,-0.009340445511043072,0.00244665564969182,0.23291276395320892,0.5847495198249817,0.5978854298591614,1516.0,388096.0,9622.614524153993,24838144.0 +399.64,29.3700008392334,2645.0,0.011568140238523483,0.1235148087143898,0.0,1.8696471452713013,2.220876693725586,-0.01005125604569912,0.0024481138680130243,0.1850152164697647,0.5853424072265625,0.7093449532985687,1517.0,388352.0,9628.808461596956,24854528.0 +394.3,28.899999618530273,2580.0,0.011047851294279099,0.1275838166475296,0.0,1.8622976541519165,2.215958833694458,-0.0068227690644562244,0.002458337228745222,0.1335214525461197,0.5953508019447327,0.7468082904815674,1518.0,388608.0,9635.159484640928,24870912.0 +395.55,29.020000457763672,2528.0,0.013094373047351837,0.141357421875,0.0,1.8865547180175781,2.2113687992095947,-0.008888310752809048,0.0024616874288767576,0.19238591194152832,0.5905200839042664,0.6892029047012329,1519.0,388864.0,9641.640830711927,24887296.0 +398.0,28.6299991607666,2517.0,0.011701601557433605,0.1291910856962204,0.0,1.896964430809021,2.2113163471221924,-0.007779547479003668,0.0024491765070706606,0.23264062404632568,0.5859485268592834,0.6295083463191986,1520.0,389120.0,9648.149895133916,24903680.0 +398.02,28.549999237060547,2555.0,0.009869907051324844,0.1107177734375,0.0,1.8459328413009644,2.216038465499878,-0.00500408373773098,0.002433721674606204,0.1586475670337677,0.5769128203392029,0.7187100350856781,1521.0,389376.0,9654.56199257099,24920064.0 +404.05,29.690000534057617,2590.0,0.00831662304699421,0.086669921875,0.0,1.8666805028915405,2.2136237621307373,-0.00749270198866725,0.0024250084534287453,0.1942533403635025,0.5866785645484924,0.6947581470012665,1522.0,389632.0,9660.888625640888,24936448.0 +392.58,28.260000228881836,2536.0,0.008311069570481777,0.08917236328125,0.0,1.9034637212753296,2.1819732189178467,-0.006973674986511469,0.00242926855571568,0.2833721935749054,0.5759367346763611,0.6331411004066467,1523.0,389888.0,9667.348097892944,24952832.0 +397.14,28.889999389648438,2505.0,0.011989925056695938,0.1129353865981102,0.0,1.8342334032058716,2.203564405441284,-0.009728859178721905,0.0024423992726951838,0.12009069323539734,0.5847532153129578,0.7780328989028931,1524.0,390144.0,9673.887887885096,24969216.0 +396.8,29.1200008392334,2506.0,0.011426170356571674,0.1141764298081398,0.0,1.9004405736923218,2.2243592739105225,-0.006415009498596191,0.002443122211843729,0.24198240041732788,0.5865467190742493,0.7000949680805206,1525.0,390400.0,9680.425951234065,24985600.0 diff --git a/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/checkpoints/25000000 b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/checkpoints/25000000 new file mode 100644 index 0000000000000000000000000000000000000000..48e6333d53651c34443d0f3e36f1bbf5cd4e821a --- /dev/null +++ b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/checkpoints/25000000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027c26a61a4d22269ec83eb2d6db310f92871b372df37608b4871fba5aa8cfcb +size 7923107 diff --git a/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..5052942267da437a6322d3c67ddd879757d3e12d --- /dev/null +++ b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +89.7,-2.700000047683716,313.0,0.008117725141346455,0.0407307930290699,0.0,0.11075686663389206,2.7002241611480713,-0.00013413606211543083,0.003719373606145382,0.27578648924827576,0.12890051305294037,-0.04375600814819336,1.0,256.0,52.243095691083,16384.0 +83.59,-2.8299999237060547,2667.0,0.0056767710484564304,0.0358683280646801,0.0,0.04979151114821434,2.700895071029663,-0.0010163349797949195,0.0037209519650787115,0.1556335836648941,0.16075430810451508,0.03171336650848389,2.0,512.0,58.39097904902883,32768.0 +83.73,-2.7100000381469727,2718.0,0.005184506066143513,0.02817789651453495,0.0,0.04412342607975006,2.693350076675415,-0.0014299205504357815,0.003716089064255357,0.14497368037700653,0.2599535584449768,0.14937764406204224,3.0,768.0,64.41864533117041,49152.0 +80.18,-2.559999942779541,2695.0,0.006707229185849428,0.0451863594353199,0.0,0.037082694470882416,2.6724302768707275,-0.0023249525111168623,0.0037110678385943174,0.1322638839483261,0.3011797368526459,0.2863956093788147,4.0,1024.0,70.49742516502738,65536.0 +83.19,-3.190000057220459,2698.0,0.004839402157813311,0.0344034843146801,0.0,0.040385957807302475,2.667001724243164,-0.0007244260632432997,0.0037140974309295416,0.1355607956647873,0.2776980996131897,0.3625078797340393,5.0,1280.0,76.56983206118457,81920.0 +86.33,-2.0299999713897705,2716.0,0.0058537255972623825,0.046630859375,0.0,0.03749938681721687,2.649503231048584,-0.0008539976552128792,0.0037116811145097017,0.1296968311071396,0.31306028366088867,0.4033563733100891,6.0,1536.0,82.60260617500171,98304.0 +79.39,-2.0399999618530273,2706.0,0.0075330790132284164,0.0580851249396801,0.0,0.03486669063568115,2.6354386806488037,0.0005110172205604613,0.003709530457854271,0.12142010778188705,0.27078768610954285,0.42446988821029663,7.0,1792.0,88.66152288415469,114688.0 +83.3,-2.3499999046325684,2720.0,0.010673887096345425,0.08465576171875,0.0,0.031926874071359634,2.626633882522583,-0.0008701717015355825,0.0036949869245290756,0.118126779794693,0.41231682896614075,0.5027611255645752,8.0,2048.0,94.68511901819147,131072.0 +84.07,-1.4299999475479126,2714.0,0.010606384836137295,0.0830078125,0.0,0.02811826579272747,2.5999066829681396,-0.0011776953469961882,0.0036781004164367914,0.11059006303548813,0.5346255898475647,0.5626188814640045,9.0,2304.0,100.72083614720032,147456.0 +75.78,-1.8799999952316284,2637.0,0.008787962608039379,0.0673014298081398,0.0,0.023134907707571983,2.5734431743621826,-0.0009419209673069417,0.0036547770723700523,0.09962251037359238,0.7312288284301758,0.611123263835907,10.0,2560.0,106.93399597308598,163840.0 +79.43,-1.75,2701.0,0.008760570548474789,0.06744384765625,0.0,0.019996747374534607,2.5670082569122314,-0.0010612194892019033,0.003641681047156453,0.09345608204603195,0.8080903887748718,0.6742100715637207,11.0,2816.0,112.99974734615535,180224.0 +75.64,-1.2799999713897705,2721.0,0.00897292885929346,0.0610148124396801,0.0,0.02703079767525196,2.554750680923462,-0.00030570925446227193,0.0036492347717285156,0.10576802492141724,0.6059468388557434,0.6505233645439148,12.0,3072.0,119.02190305199474,196608.0 +74.5,-1.5700000524520874,2720.0,0.008706106804311275,0.0645548477768898,0.0,0.020102061331272125,2.5475575923919678,-0.0006582626956515014,0.003635982284322381,0.09247178584337234,0.6960122585296631,0.7226570546627045,13.0,3328.0,125.04604058503173,212992.0 +74.69,-1.1299999952316284,2726.0,0.009596639312803745,0.06390380859375,0.0,0.004957800265401602,2.527819871902466,-0.0012630497803911567,0.0036224040668457747,0.06299810111522675,0.7120654582977295,0.7633238434791565,14.0,3584.0,131.05648726900108,229376.0 +74.82,-1.9299999475479126,2712.0,0.011766530573368073,0.0873616561293602,0.0,0.006785712670534849,2.5021579265594482,-0.0017991837812587619,0.003612157190218568,0.06721295416355133,0.8122785091400146,0.7439411580562592,15.0,3840.0,137.0980117500294,245760.0 +73.7,-1.2000000476837158,2732.0,0.011103724129498005,0.0655924454331398,0.0,0.0015917212003841996,2.473191499710083,-0.0008957821410149336,0.00359865534119308,0.05443883314728737,0.8365646004676819,0.7521008402109146,16.0,4096.0,143.0951760201715,262144.0 +73.87,-1.2400000095367432,2706.0,0.010467723943293095,0.06640625,0.0,-0.0031625463161617517,2.454974412918091,-0.002042182721197605,0.003574633039534092,0.046858757734298706,0.8815470337867737,0.7792568504810333,17.0,4352.0,149.1530083261896,278528.0 +74.96,-1.7100000381469727,2696.0,0.013079035095870495,0.07879638671875,0.0,-0.003510210895910859,2.436218738555908,-0.0016546285478398204,0.00351877324283123,0.045013219118118286,1.3725141286849976,0.8066917657852173,18.0,4608.0,155.23023463599384,294912.0 +71.77,-1.1799999475479126,2678.0,0.009527207352221012,0.0819905623793602,0.0,-0.009388764388859272,2.4257869720458984,-0.003794128308072686,0.003506437176838517,0.03732646629214287,1.6541489362716675,0.7968713939189911,19.0,4864.0,161.3470486921724,311296.0 +76.12,-1.3600000143051147,2719.0,0.007204381749033928,0.0548095703125,0.0,-0.007182283792644739,2.436401844024658,-0.0034350825008004904,0.0034899490419775248,0.04123363271355629,1.912095546722412,0.8035405576229095,20.0,5120.0,167.3722870789934,327680.0 +77.16,-0.8999999761581421,2711.0,0.008948433212935925,0.0737711563706398,0.0,-0.00766201363876462,2.4444220066070557,-0.002826303243637085,0.00349060888402164,0.0392170213162899,1.623212218284607,0.7699611485004425,21.0,5376.0,173.4152487120591,344064.0 +72.59,-1.059999942779541,2693.0,0.008557191118597984,0.074462890625,0.0,-0.00681793550029397,2.422226667404175,-0.0030352938920259476,0.0034783969167619944,0.04087924584746361,1.6077903509140015,0.7942092716693878,22.0,5632.0,179.49957211501896,360448.0 +71.51,-0.6700000166893005,2691.0,0.010983839631080627,0.08404541015625,0.0,-0.009225426241755486,2.4344069957733154,-0.0035458363126963377,0.0034886354114860296,0.03732895478606224,1.3755706548690796,0.749200314283371,23.0,5888.0,185.58777793007903,376832.0 +75.47,-1.2100000381469727,2682.0,0.010846235789358616,0.0736490860581398,0.0,-0.010876916348934174,2.426815986633301,-0.005421868059784174,0.003454292891547084,0.037626221776008606,1.3638325929641724,0.8217078745365143,24.0,6144.0,191.6964779200498,393216.0 +75.15,-0.7699999809265137,2578.0,0.01278985571116209,0.0900675430893898,0.0,-0.008677060715854168,2.4309937953948975,-0.003765728324651718,0.0034587474074214697,0.038797203451395035,1.377862572669983,0.8067930787801743,25.0,6400.0,198.05187078006566,409600.0 +73.07,-0.3700000047683716,2661.0,0.01481087040156126,0.0996297225356102,0.0,-0.01165473461151123,2.444913148880005,-0.0035026241093873978,0.0034291346091777086,0.03259404003620148,1.3404908180236816,0.78504978120327,26.0,6656.0,204.20979309407994,425984.0 +76.99,-0.7799999713897705,2673.0,0.02016306109726429,0.124267578125,0.0,-0.010120480321347713,2.4468767642974854,-0.0038641097489744425,0.0034350978676229715,0.03642478585243225,1.3606481552124023,0.7883402705192566,27.0,6912.0,210.3389564510435,442368.0 +72.34,-0.5099999904632568,2683.0,0.010720469988882542,0.081298828125,0.0,-0.011967246420681477,2.4265425205230713,-0.00625099241733551,0.003388018347322941,0.03709835186600685,1.6991934776306152,0.7826631665229797,28.0,7168.0,216.4480875201989,458752.0 +73.02,-0.25,2708.0,0.008548379875719547,0.0781453475356102,0.0,-0.01311872061342001,2.4198334217071533,-0.007100422400981188,0.0033547088969498873,0.03636007755994797,2.229538679122925,0.7737292796373367,29.0,7424.0,222.49855654709972,475136.0 +75.84,-0.30000001192092896,2710.0,0.010022720322012901,0.0843098983168602,0.0,-0.01018112525343895,2.422449827194214,-0.004332800395786762,0.00329576781950891,0.036752354353666306,2.670409917831421,0.8236114382743835,30.0,7680.0,228.54508687509224,491520.0 +78.05,-0.4300000071525574,2711.0,0.009004415012896061,0.0821329727768898,0.0,-0.01629539765417576,2.4300005435943604,-0.007682420779019594,0.003306428901851177,0.03137404844164848,2.8218166828155518,0.7963741570711136,31.0,7936.0,234.58889648108743,507904.0 +74.37,-0.20000000298023224,2732.0,0.010637608356773853,0.10455322265625,0.0,-0.01825868710875511,2.4306516647338867,-0.008343230932950974,0.0033241219352930784,0.02878211997449398,2.7571980953216553,0.8026682585477829,32.0,8192.0,240.58640606701374,524288.0 +77.73,-0.23999999463558197,2700.0,0.009645707905292511,0.1031290665268898,0.0,-0.015557480044662952,2.424762487411499,-0.0074703507125377655,0.0032948919106274843,0.032320987433195114,2.8130128383636475,0.718944251537323,33.0,8448.0,246.6534826590214,540672.0 +76.14,0.25999999046325684,2722.0,0.011387195438146591,0.1048787459731102,0.0,-0.01732720620930195,2.4199726581573486,-0.007413568440824747,0.003321913769468665,0.028572184965014458,2.8014395236968994,0.7854492366313934,34.0,8704.0,252.67320617102087,557056.0 +77.32,-0.14000000059604645,2676.0,0.012031023390591145,0.1366780549287796,0.0,-0.009607928805053234,2.420632839202881,-0.004977429751306772,0.0032735129352658987,0.03915166109800339,3.7800722122192383,0.7483374178409576,35.0,8960.0,258.7963677360676,573440.0 +73.75,-0.10999999940395355,2620.0,0.008280230686068535,0.0881144180893898,0.0,-0.010246693156659603,2.428972005844116,-0.00709726894274354,0.00326451170258224,0.04228059574961662,3.8736908435821533,0.7319903075695038,36.0,9216.0,265.0487504960038,589824.0 +72.4,0.4000000059604645,2656.0,0.01018276996910572,0.10601806640625,0.0,-0.016594810411334038,2.409158706665039,-0.008124198764562607,0.0031985242385417223,0.031241944059729576,4.9599995613098145,0.7582701295614243,37.0,9472.0,271.21759808203205,606208.0 +73.3,0.09000000357627869,2714.0,0.010685808956623077,0.1118367537856102,0.0,-0.015272747725248337,2.431511163711548,-0.006883598398417234,0.0032294446136802435,0.031851913779973984,5.067086219787598,0.7803317606449127,38.0,9728.0,277.25349973211996,622592.0 +75.94,0.25999999046325684,2627.0,0.010475062765181065,0.1094563826918602,0.0,-0.01374923437833786,2.4432013034820557,-0.005979927722364664,0.003228188492357731,0.03332541510462761,5.119113445281982,0.7732307016849518,39.0,9984.0,283.4895386782009,638976.0 +74.33,0.7699999809265137,2649.0,0.009594486095011234,0.1176350936293602,0.0,-0.016709664836525917,2.4478676319122314,-0.00675080856308341,0.003251640358939767,0.029039636254310608,4.490866184234619,0.7548239678144455,40.0,10240.0,289.6750387060456,655360.0 +78.94,0.9399999976158142,2701.0,0.009501238353550434,0.10675048828125,0.0,-0.011093277484178543,2.4258229732513428,-0.006444822531193495,0.003240031423047185,0.03921955078840256,4.971341609954834,0.721587210893631,41.0,10496.0,295.7395518741105,671744.0 +84.4,0.7300000190734863,2724.0,0.009373374283313751,0.1186116561293602,0.0,-0.013850096613168716,2.4071452617645264,-0.0073781986720860004,0.003217281773686409,0.0351991169154644,6.2251057624816895,0.7515058517456055,42.0,10752.0,301.75327382516116,688128.0 +83.05,0.6200000047683716,2706.0,0.011850334703922272,0.1436360627412796,0.0,-0.014061007648706436,2.4131011962890625,-0.006110119167715311,0.0032132845371961594,0.03236023709177971,6.796961307525635,0.7140257358551025,43.0,11008.0,307.8072504210286,704512.0 +81.72,0.9100000262260437,2703.0,0.0101505471393466,0.12030029296875,0.0,-0.01362116914242506,2.405367612838745,-0.008067863993346691,0.003207666799426079,0.03700074553489685,6.100988388061523,0.7245813012123108,44.0,11264.0,313.8688348911237,720896.0 +81.06,1.0,2688.0,0.01022933516651392,0.1126302108168602,0.0,-0.012469443492591381,2.397279977798462,-0.006785701960325241,0.0032249270007014275,0.036578115075826645,5.807347774505615,0.7589738070964813,45.0,11520.0,319.9631572451908,737280.0 +85.95,1.0499999523162842,2712.0,0.0103148827329278,0.1279500275850296,0.0,-0.013609099201858044,2.4042561054229736,-0.009440639987587929,0.003203941509127617,0.03974820673465729,5.702972412109375,0.7418808937072754,46.0,11776.0,326.0044805230573,753664.0 +88.71,1.2000000476837158,2712.0,0.009900505654513836,0.1246744766831398,0.0,-0.011412136256694794,2.408693790435791,-0.009039095602929592,0.003234193427488208,0.04342779517173767,4.585515022277832,0.6890289783477783,47.0,12032.0,332.04596515814774,770048.0 +83.23,0.9300000071525574,2715.0,0.00922856479883194,0.1104939803481102,0.0,-0.009990750811994076,2.4036195278167725,-0.007407333701848984,0.0032036080956459045,0.04290555790066719,5.1371989250183105,0.6722711622714996,48.0,12288.0,338.08454458019696,786432.0 +86.2,1.2899999618530273,2694.0,0.01007845439016819,0.1241251602768898,0.0,-0.016484705731272697,2.3804378509521484,-0.009999054484069347,0.003177328035235405,0.0346374474465847,5.019166469573975,0.6489525139331818,49.0,12544.0,344.1664734701626,802816.0 +90.47,1.3200000524520874,2688.0,0.012929700314998627,0.1583251953125,0.0,0.13780845701694489,2.415578603744507,-0.003565331920981407,0.003416341496631503,0.04691643640398979,1.1464723348617554,0.699700802564621,50.0,12800.0,350.26082596112974,819200.0 +113.06,1.9900000095367432,2676.0,0.01028932724148035,0.131591796875,0.0,0.10805950313806534,2.397473096847534,-0.009164598770439625,0.00340962503105402,0.051032472401857376,0.6196005940437317,0.6560450494289398,51.0,13056.0,356.38294107699767,835584.0 +97.7,1.4800000190734863,2677.0,0.009788577444851398,0.118896484375,0.0,0.10814071446657181,2.3890581130981445,-0.007268498186022043,0.0033518436830490828,0.050865646451711655,0.6120099425315857,0.6730663776397705,52.0,13312.0,362.50300302007236,851968.0 +110.09,2.299999952316284,2653.0,0.008967123925685883,0.11029052734375,0.0,0.107950858771801,2.3757810592651367,-0.006220366805791855,0.003324271412566304,0.05197480320930481,0.5871097445487976,0.7002007067203522,53.0,13568.0,368.6783474110998,868352.0 +111.55,2.490000009536743,2704.0,0.010611907579004765,0.1261189728975296,0.0,0.11402210593223572,2.3882126808166504,-0.004617266822606325,0.003306745318695903,0.062281444668769836,0.584604024887085,0.665882796049118,54.0,13824.0,374.7381680069957,884736.0 +113.32,2.5299999713897705,2699.0,0.008419091813266277,0.1060587540268898,0.0,0.12286141514778137,2.376131534576416,-0.0072298794984817505,0.003292185952886939,0.0886705294251442,0.5544412732124329,0.5511942505836487,55.0,14080.0,380.8092060140334,901120.0 +119.5,2.0999999046325684,2614.0,0.008370915427803993,0.102783203125,0.0,0.09883631020784378,2.3691675662994385,-0.00869004800915718,0.0032702889293432236,0.0444917194545269,0.5544355511665344,0.7014017999172211,56.0,14336.0,387.0766598870978,917504.0 +147.31,3.130000114440918,2658.0,0.00927705504000187,0.1151936873793602,0.0,0.10913019627332687,2.3557910919189453,-0.004251947160810232,0.003261685138568282,0.05603466555476189,0.5577442049980164,0.7255973815917969,57.0,14592.0,393.2401705670636,933888.0 +123.46,3.009999990463257,2711.0,0.007779205217957497,0.0945231094956398,0.0,0.13284428417682648,2.3689424991607666,-0.005525889340788126,0.003260032506659627,0.10870358347892761,0.5341591238975525,0.5695694983005524,58.0,14848.0,399.28664331301115,950272.0 +149.15,3.4800000190734863,2652.0,0.008692554198205471,0.1038411483168602,0.0,0.11889564990997314,2.318058490753174,-0.0063643380999565125,0.003244540886953473,0.08193531632423401,0.5371847152709961,0.6370313167572021,59.0,15104.0,405.46355459303595,966656.0 +156.92,3.8299999237060547,2670.0,0.009429403580725193,0.1160481795668602,0.0,0.14090247452259064,2.338857889175415,-0.00412055104970932,0.0032405846286565065,0.12372985482215881,0.5205525755882263,0.5857655107975006,60.0,15360.0,411.5991720140446,983040.0 +168.01,4.090000152587891,2663.0,0.010321475565433502,0.12908935546875,0.0,0.13327722251415253,2.312166690826416,-0.006182501092553139,0.0032299840822815895,0.11235576868057251,0.5229761004447937,0.6408569812774658,61.0,15616.0,417.75191081198864,999424.0 +165.57,4.800000190734863,2743.0,0.009866145439445972,0.1232503280043602,0.0,0.16814012825489044,2.2652995586395264,-0.005449485033750534,0.0032228801865130663,0.17978036403656006,0.5255014300346375,0.5636610686779022,62.0,15872.0,423.7240114470478,1015808.0 +203.9,5.659999847412109,2721.0,0.008965029381215572,0.1124471053481102,0.0,0.15186677873134613,2.239100933074951,-0.006726453546434641,0.003225453197956085,0.15109051764011383,0.5058615207672119,0.6652790307998657,63.0,16128.0,429.7445762210991,1032192.0 +219.32,5.980000019073486,2676.0,0.010191415436565876,0.122802734375,0.0,0.16756920516490936,2.2206926345825195,0.0003652864834293723,0.0032063061371445656,0.1673227697610855,0.5216730237007141,0.6840901970863342,64.0,16384.0,435.8658342950512,1048576.0 +202.02,6.050000190734863,2658.0,0.006554463412612677,0.0746866837143898,0.0,0.1608225703239441,2.1824560165405273,-0.003895298345014453,0.003207065397873521,0.16368767619132996,0.5001786351203918,0.7302283048629761,65.0,16640.0,442.0296131290961,1064960.0 +233.55,7.940000057220459,2718.0,0.006448744330555201,0.0715535506606102,0.0,0.17477430403232574,2.204026460647583,-0.004208835307508707,0.0031993957236409187,0.19187159836292267,0.5118297934532166,0.7597673833370209,66.0,16896.0,448.058496450074,1081344.0 +240.21,9.319999694824219,2741.0,0.007038664072751999,0.0817667618393898,0.0,0.1734168529510498,2.193862199783325,-0.00435933843255043,0.0032014467287808657,0.19133950769901276,0.4898563325405121,0.7908476442098618,67.0,17152.0,454.0349891751539,1097728.0 +221.11,8.829999923706055,2740.0,0.008945739828050137,0.0998331680893898,0.0,0.20461374521255493,2.2090775966644287,-0.001984221860766411,0.003208152251318097,0.24944661557674408,0.48490437865257263,0.762602761387825,68.0,17408.0,460.01329780207016,1114112.0 +238.8,8.970000267028809,2711.0,0.013534567318856716,0.1537272185087204,0.0,0.20494617521762848,2.223716974258423,-0.00010952454613288864,0.0032141918782144785,0.24753038585186005,0.47308802604675293,0.7870018184185028,69.0,17664.0,466.06100772111677,1130496.0 +251.49,9.789999961853027,2718.0,0.007617834955453873,0.0861612930893898,0.0,0.19480794668197632,2.2000057697296143,-0.0039053570944815874,0.0032049082219600677,0.233397975564003,0.4875084459781647,0.8305578529834747,70.0,17920.0,472.08868555002846,1146880.0 +256.95,10.270000457763672,2666.0,0.007449474651366472,0.0799153670668602,0.0,0.21854692697525024,2.212056875228882,-0.004690009634941816,0.003203636733815074,0.2850324511528015,0.46457400918006897,0.8124805837869644,71.0,18176.0,478.23499120003544,1163264.0 +262.64,11.359999656677246,2707.0,0.005064315162599087,0.05865478515625,0.0,0.21273255348205566,2.2448432445526123,-0.0038218291010707617,0.003189345123246312,0.2718036472797394,0.4769386351108551,0.8110563009977341,72.0,18432.0,484.2885066270828,1179648.0 +276.98,11.5600004196167,2688.0,0.007896443828940392,0.08880615234375,0.0,0.20914185047149658,2.2077414989471436,-0.004708380904048681,0.0031925824005156755,0.26632359623908997,0.46858537197113037,0.8401054888963699,73.0,18688.0,490.38246158719994,1196032.0 +299.91,13.319999694824219,2673.0,0.011748305521905422,0.1307779997587204,0.0,0.22269922494888306,2.2018826007843018,-0.002451817039400339,0.0031976390164345503,0.28205275535583496,0.5339234471321106,0.8244686722755432,74.0,18944.0,496.5106401601806,1212416.0 +323.04,14.449999809265137,2680.0,0.009639712981879711,0.11151123046875,0.0,0.23949410021305084,2.2162113189697266,-0.0035634853411465883,0.003199309343472123,0.32378581166267395,0.4764932096004486,0.8175864666700363,75.0,19200.0,502.62313701515086,1228800.0 +317.0,14.399999618530273,2691.0,0.010275939479470253,0.1165771484375,0.0,0.31955549120903015,2.1653897762298584,0.0012005254393443465,0.0031737403478473425,0.4710054099559784,0.5129747986793518,0.8322204649448395,76.0,19456.0,508.71117368200794,1245184.0 +302.24,14.100000381469727,2703.0,0.00987238809466362,0.1173299178481102,0.0,0.23078058660030365,2.2334916591644287,-0.0036667005624622107,0.003188066417351365,0.3100149631500244,0.45092812180519104,0.8214994519948959,77.0,19712.0,514.7729766971897,1261568.0 +324.03,17.190000534057617,2665.0,0.01026738341897726,0.123046875,0.0,0.30655637383461,2.2314772605895996,-0.0010650326730683446,0.0031815769616514444,0.4565364122390747,0.4520283043384552,0.8477164804935455,78.0,19968.0,520.9205897829961,1277952.0 +303.0,15.920000076293945,2604.0,0.014812172390520573,0.1498006135225296,0.0,0.4068727493286133,2.2511093616485596,0.0012890746584162116,0.0031720430124551058,0.6499223113059998,0.48624399304389954,0.782096192240715,79.0,20224.0,527.212817883119,1294336.0 +297.04,14.4399995803833,2620.0,0.007491119671612978,0.0778605118393898,0.0,0.3673861026763916,2.205817461013794,-0.00614920211955905,0.0031714895740151405,0.5870744585990906,0.4648735821247101,0.7749659270048141,80.0,20480.0,533.4665767680854,1310720.0 +313.8,15.119999885559082,2632.0,0.011112183332443237,0.1307169646024704,0.0,0.3082222640514374,2.202310085296631,-0.00332318595610559,0.0031666194554418325,0.46301618218421936,0.4673933684825897,0.7624754309654236,81.0,20736.0,539.6926897650119,1327104.0 +316.35,14.739999771118164,2692.0,0.009903992526233196,0.118408203125,0.0,0.37205854058265686,2.179011583328247,-0.003848172491416335,0.00317446980625391,0.5939080715179443,0.43699249625205994,0.7649469673633575,82.0,20992.0,545.7795193560887,1343488.0 +319.74,14.5600004196167,2683.0,0.009622732177376747,0.1125691756606102,0.0,0.32602429389953613,2.18273663520813,-0.0035435270983725786,0.0031645281706005335,0.498884916305542,0.4662744998931885,0.7499756515026093,83.0,21248.0,551.8850997211412,1359872.0 +317.92,14.640000343322754,2697.0,0.011372257024049759,0.1393839567899704,0.0,0.2987237274646759,2.192612886428833,-0.00514634745195508,0.0031626836862415075,0.44873806834220886,0.4566371440887451,0.7695472985506058,84.0,21504.0,557.9604674379807,1376256.0 +318.5,14.670000076293945,2673.0,0.009187164716422558,0.1087849959731102,0.0,0.32172009348869324,2.182729959487915,-0.003862781450152397,0.0031630052253603935,0.49372556805610657,0.43879881501197815,0.7836267054080963,85.0,21760.0,564.0895404920448,1392640.0 +316.07,14.619999885559082,2726.0,0.007616908755153418,0.0911865234375,0.0,0.2647087275981903,2.1931979656219482,-0.004578155931085348,0.0031538710463792086,0.38122496008872986,0.4445511996746063,0.791093111038208,86.0,22016.0,570.0994327131193,1409024.0 +327.81,15.520000457763672,2738.0,0.016177145764231682,0.16961669921875,0.0,0.2884196937084198,2.1914260387420654,0.0009227741393260658,0.0031543138902634382,0.41743114590644836,0.4461216926574707,0.7843770831823349,87.0,22272.0,576.0822296349797,1425408.0 +345.42,17.59000015258789,2725.0,0.01483253762125969,0.1647745817899704,0.0,0.25324878096580505,2.1853199005126953,0.0010506757535040379,0.003140922635793686,0.34639179706573486,0.4560288190841675,0.8029888719320297,88.0,22528.0,582.093411067035,1441792.0 +342.51,17.510000228881836,2726.0,0.00964401662349701,0.1233927384018898,0.0,0.2749859094619751,2.176100015640259,-0.005027540493756533,0.0031407075002789497,0.3984339237213135,0.4903363287448883,0.7884320318698883,89.0,22784.0,588.1041160740424,1458176.0 +348.45,16.770000457763672,2721.0,0.00782295223325491,0.09088134765625,0.0,0.2321024388074875,2.2274386882781982,-0.005401061847805977,0.0031487753149122,0.3155944347381592,0.4747120141983032,0.8014891147613525,90.0,23040.0,594.1263251539785,1474560.0 +348.07,17.34000015258789,2728.0,0.013840059749782085,0.1655680388212204,0.0,0.23915280401706696,2.246194839477539,-0.00032295388518832624,0.003145296359434724,0.3230675160884857,0.4447709619998932,0.7915644943714142,91.0,23296.0,600.1315788051579,1490944.0 +337.25,16.510000228881836,2682.0,0.011771686375141144,0.11712646484375,0.0,0.26329270005226135,2.246864080429077,-0.0014717546291649342,0.0031376024708151817,0.37331700325012207,0.4520464837551117,0.7924018800258636,92.0,23552.0,606.2397912039887,1507328.0 +316.53,14.699999809265137,2713.0,0.006141500547528267,0.0685831680893898,0.0,0.25208786129951477,2.285456418991089,-0.00318227824755013,0.0031480721663683653,0.3586071729660034,0.41157904267311096,0.7708240896463394,93.0,23808.0,612.2783141841646,1523712.0 +331.9,15.479999542236328,2721.0,0.007091748993843794,0.0807901993393898,0.0,0.284437358379364,2.2993557453155518,-0.003056471236050129,0.0031334117520600557,0.4222225844860077,0.4300607442855835,0.7226329445838928,94.0,24064.0,618.2986233329866,1540096.0 +317.02,14.300000190734863,2693.0,0.0074760341085493565,0.0877482071518898,0.0,0.19824747741222382,2.297943115234375,-0.006265273317694664,0.0031421480234712362,0.2591502070426941,0.3963756859302521,0.7797932475805283,95.0,24320.0,624.3820918530691,1556480.0 +333.1,15.770000457763672,2681.0,0.009365634061396122,0.0965779647231102,0.0,0.24254901707172394,2.2523131370544434,-0.001545095699839294,0.003126235445961356,0.33370956778526306,0.4414117634296417,0.7704607844352722,96.0,24576.0,630.4936094970908,1572864.0 +347.05,16.889999389648438,2642.0,0.010548967868089676,0.1240234375,0.0,0.27676329016685486,2.2297685146331787,0.0007676997338421643,0.0031276531517505646,0.3978767395019531,0.43251386284828186,0.789504662156105,97.0,24832.0,636.6948187020607,1589248.0 +335.22,16.31999969482422,2715.0,0.006102695595473051,0.0649210587143898,0.0,0.25240930914878845,2.2342746257781982,-0.0033526411280035973,0.0031243886332958937,0.3593057096004486,0.41600027680397034,0.7546155154705048,98.0,25088.0,642.7283989440184,1605632.0 +350.55,17.920000076293945,2727.0,0.009051836095750332,0.1121826171875,0.0,0.23635025322437286,2.2283518314361572,-0.0021885386668145657,0.00312054087407887,0.3234645426273346,0.43074798583984375,0.7424847483634949,99.0,25344.0,648.7362313480116,1622016.0 +353.8,19.489999771118164,2701.0,0.006922980770468712,0.0841267928481102,0.0,1.5690131187438965,2.234395742416382,-0.003006779355928302,0.003110890043899417,0.2562449276447296,0.5653687119483948,0.8048131763935089,100.0,25600.0,654.8024091219995,1638400.0 +358.43,18.43000030517578,2685.0,0.007486138958483934,0.0909220352768898,0.0,1.4867485761642456,2.2605764865875244,-0.0053487843833863735,0.0030942109879106283,0.3038310110569,0.4240693747997284,0.7552798092365265,101.0,25856.0,660.9031622980256,1654784.0 +367.8,17.90999984741211,2619.0,0.007151864003390074,0.08587646484375,0.0,1.4209696054458618,2.2471866607666016,-0.0062006874941289425,0.003080157795920968,0.24265338480472565,0.3812345564365387,0.7340926229953766,102.0,26112.0,667.1592406821437,1671168.0 +372.69,19.020000457763672,2583.0,0.008122299797832966,0.0959676131606102,0.0,1.4722585678100586,2.233380079269409,-0.004724415484815836,0.003061312949284911,0.26756617426872253,0.444490522146225,0.7888924181461334,103.0,26368.0,673.5006645941176,1687552.0 +366.75,18.760000228881836,2701.0,0.006351029966026545,0.06646728515625,0.0,1.476861596107483,2.254401206970215,-0.00440168846398592,0.0030613101553171873,0.30501365661621094,0.42390501499176025,0.7175604999065399,104.0,26624.0,679.5658148440998,1703936.0 +358.27,18.149999618530273,2716.0,0.006874203681945801,0.0752156600356102,0.0,1.4670902490615845,2.272005558013916,-0.004400219302624464,0.0030483268201351166,0.28889307379722595,0.42817389965057373,0.7434583604335785,105.0,26880.0,685.5977163040079,1720320.0 +357.82,19.190000534057617,2652.0,0.006950036156922579,0.0786946639418602,0.0,1.501692771911621,2.2378649711608887,-0.0029103446286171675,0.003035583533346653,0.36424580216407776,0.4274502992630005,0.7524085938930511,106.0,27136.0,691.7753598201089,1736704.0 +360.73,20.09000015258789,2667.0,0.006366921588778496,0.0754191055893898,0.0,1.4419251680374146,2.239686965942383,-0.005606861785054207,0.003030206309631467,0.3022311329841614,0.3924661874771118,0.7721209228038788,107.0,27392.0,697.9184665579814,1753088.0 +361.53,19.040000915527344,2691.0,0.006589057389646769,0.07562255859375,0.0,1.3951858282089233,2.238154172897339,-0.00696259131655097,0.003026904771104455,0.26063939929008484,0.35853007435798645,0.7562815248966217,108.0,27648.0,704.00710454816,1769472.0 +378.16,19.979999542236328,2716.0,0.005762317683547735,0.0612996406853199,0.0,1.402293086051941,2.2322261333465576,-0.005114324856549501,0.0030234104488044977,0.2836919128894806,0.3511267900466919,0.7357245683670044,109.0,27904.0,710.0392272891477,1785856.0 +387.24,21.8799991607666,2738.0,0.008568569086492062,0.09930419921875,0.0,1.366378664970398,2.2375295162200928,-0.004226935561746359,0.0030121414456516504,0.21661151945590973,0.35211971402168274,0.7779312580823898,110.0,28160.0,716.0226240211632,1802240.0 +364.16,20.299999237060547,2709.0,0.007054214831441641,0.0915120467543602,0.0,1.3983458280563354,2.2323246002197266,-0.005116844549775124,0.0030093106906861067,0.3008340299129486,0.3400748670101166,0.754926323890686,111.0,28416.0,722.0694363419898,1818624.0 +365.41,20.1200008392334,2710.0,0.005685165524482727,0.0653483048081398,0.0,1.3760102987289429,2.2473838329315186,-0.005319954827427864,0.002999743213877082,0.23330563306808472,0.3619004786014557,0.7598302513360977,112.0,28672.0,728.1153660761192,1835008.0 +379.7,20.450000762939453,2738.0,0.006295526400208473,0.0682169571518898,0.0,1.3860206604003906,2.233431577682495,-0.005351666826754808,0.0029952076729387045,0.24575050175189972,0.36949172616004944,0.7462455332279205,113.0,28928.0,734.1002713760827,1851392.0 +393.68,21.40999984741211,2719.0,0.007223928812891245,0.0870361328125,0.0,1.3922795057296753,2.2602429389953613,-0.005228057969361544,0.002989058615639806,0.2681645452976227,0.3656177520751953,0.7610287815332413,114.0,29184.0,740.1263071431313,1867776.0 +375.42,20.479999542236328,2665.0,0.00920886266976595,0.1117757186293602,0.0,1.3728233575820923,2.287491798400879,-0.003628691891208291,0.0029811032582074404,0.2397647500038147,0.36007368564605713,0.7405719757080078,115.0,29440.0,746.2741241571493,1884160.0 +371.52,19.860000610351562,2644.0,0.01051107794046402,0.1350911408662796,0.0,1.404074788093567,2.2835910320281982,-0.004089635331183672,0.0029771060217171907,0.3058644235134125,0.36008134484291077,0.7439999282360077,116.0,29696.0,752.4698797720484,1900544.0 +371.83,18.770000457763672,2641.0,0.012491256929934025,0.1514078825712204,0.0,1.3769569396972656,2.2737197875976562,-0.003099830588325858,0.002968971850350499,0.24345582723617554,0.3684847354888916,0.7336649298667908,117.0,29952.0,758.6726656851824,1916928.0 +381.4,19.350000381469727,2683.0,0.011281106621026993,0.1549479216337204,0.0,1.3722864389419556,2.280177593231201,-0.004421749617904425,0.002965063089504838,0.26287445425987244,0.3516451120376587,0.7285261452198029,118.0,30208.0,764.7787991520017,1933312.0 +390.03,21.15999984741211,2699.0,0.006841286551207304,0.0760904923081398,0.0,1.3652400970458984,2.2967641353607178,-0.005182425957173109,0.002950516762211919,0.2223505973815918,0.37937381863594055,0.7890631407499313,119.0,30464.0,770.8494553100318,1949696.0 +388.43,20.81999969482422,2714.0,0.006360417231917381,0.07635498046875,0.0,1.338736891746521,2.2953264713287354,-0.005667511839419603,0.0029510855674743652,0.2069324254989624,0.35258591175079346,0.7866828590631485,120.0,30720.0,776.8860861030407,1966080.0 +393.02,20.59000015258789,2644.0,0.011867345310747623,0.1505126953125,0.0,1.3668174743652344,2.286958694458008,-0.004549388308078051,0.0029459723737090826,0.24412597715854645,0.36712193489074707,0.7485561966896057,121.0,30976.0,783.082257459173,1982464.0 +393.52,19.940000534057617,2612.0,0.010003801435232162,0.1274007111787796,0.0,1.3750300407409668,2.282399892807007,-0.006861589383333921,0.0029370116535574198,0.270791620016098,0.36747434735298157,0.7356247007846832,122.0,31232.0,789.354336317163,1998848.0 +375.34,18.549999237060547,2659.0,0.009060889482498169,0.1175740584731102,0.0,1.3811277151107788,2.2974135875701904,-0.006063135340809822,0.002932092407718301,0.28383582830429077,0.3683824837207794,0.7380860149860382,123.0,31488.0,795.5152019821107,2015232.0 +360.22,16.559999465942383,2685.0,0.01143872644752264,0.1488444060087204,0.0,1.3926820755004883,2.292663335800171,-0.005682744085788727,0.0029309203382581472,0.3287661373615265,0.3525679111480713,0.741856575012207,124.0,31744.0,801.6173010270577,2031616.0 +360.3,17.639999389648438,2720.0,0.007742927875369787,0.0928141251206398,0.0,1.3648713827133179,2.2994391918182373,-0.004165587946772575,0.0029253920074552298,0.268048495054245,0.356921523809433,0.7751903086900711,125.0,32000.0,807.6397819840349,2048000.0 +366.92,19.190000534057617,2710.0,0.006415689829736948,0.06854248046875,0.0,1.3949958086013794,2.2760682106018066,-0.005441989749670029,0.00292340200394392,0.33205392956733704,0.35670801997184753,0.7229854166507721,126.0,32256.0,813.6854616620112,2064384.0 +375.36,20.1299991607666,2628.0,0.007755105849355459,0.0970458984375,0.0,1.3447035551071167,2.3083903789520264,-0.0036588467191904783,0.0029180264100432396,0.2290610820055008,0.3590257465839386,0.7632412016391754,127.0,32512.0,819.9204682200216,2080768.0 +377.22,20.3799991607666,2671.0,0.008528186939656734,0.1203409805893898,0.0,1.3360238075256348,2.296656847000122,-0.005340680945664644,0.002920231083407998,0.22139106690883636,0.3531784117221832,0.7376904785633087,128.0,32768.0,826.0555607799906,2097152.0 +395.24,21.950000762939453,2676.0,0.007503777742385864,0.0902506485581398,0.0,1.3391060829162598,2.303318738937378,-0.005519987549632788,0.0029129113536328077,0.21350742876529694,0.3673538863658905,0.790327176451683,129.0,33024.0,832.1769899290521,2113536.0 +381.57,20.34000015258789,2701.0,0.008956418372690678,0.1148478165268898,0.0,1.3644219636917114,2.306183338165283,-0.00694280443713069,0.0029106521978974342,0.27352455258369446,0.3637954890727997,0.7127966582775116,130.0,33280.0,838.2433386680204,2129920.0 +372.59,19.170000076293945,2701.0,0.007701086346060038,0.0959879532456398,0.0,1.3269505500793457,2.323456048965454,-0.005760658998042345,0.002909166505560279,0.22193272411823273,0.3461907207965851,0.7392067313194275,131.0,33536.0,844.3100934589747,2146304.0 +384.89,20.68000030517578,2706.0,0.008547110483050346,0.0936482772231102,0.0,1.3265396356582642,2.324949264526367,-0.0029625233728438616,0.0029062414541840553,0.20420514047145844,0.3558538258075714,0.7877384424209595,132.0,33792.0,850.3637330520432,2162688.0 +378.0,21.329999923706055,2706.0,0.013520215637981892,0.18243408203125,0.0,1.333077073097229,2.334219217300415,-0.0034708569291979074,0.0029071506578475237,0.20207679271697998,0.36726364493370056,0.7700626254081726,133.0,34048.0,856.4189728479832,2179072.0 +372.78,20.84000015258789,2704.0,0.011858716607093811,0.1580607146024704,0.0,1.348073124885559,2.3335940837860107,-0.004320912063121796,0.002896497957408428,0.24907463788986206,0.36151209473609924,0.7138049304485321,134.0,34304.0,862.4788755900227,2195456.0 +366.04,19.6299991607666,2710.0,0.008825269527733326,0.1117350235581398,0.0,1.3633993864059448,2.3571085929870605,-0.0037593916058540344,0.0028963815420866013,0.25435134768486023,0.3794500529766083,0.7451543211936951,135.0,34560.0,868.523235659115,2211840.0 +371.15,19.729999542236328,2718.0,0.007637742441147566,0.0962320938706398,0.0,1.3737610578536987,2.350820302963257,-0.004701845347881317,0.002898300299420953,0.28976568579673767,0.36913833022117615,0.7190818190574646,136.0,34816.0,874.5517022369895,2228224.0 +365.87,18.809999465942383,2701.0,0.009207340888679028,0.12164306640625,0.0,1.3673595190048218,2.3475372791290283,-0.00465186545625329,0.0028974309097975492,0.2997424900531769,0.35297831892967224,0.7002479732036591,137.0,35072.0,880.6174343430903,2244608.0 +365.44,19.020000457763672,2722.0,0.00948408991098404,0.1190999373793602,0.0,1.3060954809188843,2.346266984939575,-0.004945744294673204,0.002887882525101304,0.1904945820569992,0.3485549986362457,0.7771656960248947,138.0,35328.0,886.636267415015,2260992.0 +391.62,21.170000076293945,2698.0,0.013998850248754025,0.1712239533662796,0.0,1.3311024904251099,2.353630781173706,-0.001339518348686397,0.002882900880649686,0.23994924128055573,0.3463401794433594,0.766744464635849,139.0,35584.0,892.7089637729805,2277376.0 +393.58,21.920000076293945,2714.0,0.008701497688889503,0.1064453125,0.0,1.357385516166687,2.35361909866333,-0.0023764148354530334,0.0028806773480027914,0.2615831196308136,0.37132251262664795,0.7481666505336761,140.0,35840.0,898.7456683251075,2293760.0 +391.34,22.139999389648438,2724.0,0.0073816231451928616,0.085205078125,0.0,1.3231958150863647,2.3670735359191895,-0.003958743531256914,0.0028794845566153526,0.18173058331012726,0.3827000558376312,0.7769298553466797,141.0,36096.0,904.7637767291162,2310144.0 +387.6,21.56999969482422,2652.0,0.007509117480367422,0.0912068709731102,0.0,1.3817071914672852,2.3526718616485596,-0.004222359973937273,0.00287486519664526,0.3155207633972168,0.37305572628974915,0.6923619508743286,142.0,36352.0,910.9426829970907,2326528.0 +386.39,21.229999542236328,2665.0,0.00615897448733449,0.0664876326918602,0.0,1.3119349479675293,2.345848560333252,-0.00574689032509923,0.0028787562623620033,0.21914033591747284,0.3420000374317169,0.7840699255466461,143.0,36608.0,917.0897568680812,2342912.0 +387.12,21.700000762939453,2637.0,0.0057266694493591785,0.0648600235581398,0.0,1.327610731124878,2.3366754055023193,-0.005887746345251799,0.0028688337188214064,0.25169017910957336,0.3461659252643585,0.7575101405382156,144.0,36864.0,923.3030929709785,2359296.0 +388.35,21.489999771118164,2690.0,0.005882787052541971,0.0620930977165699,0.0,1.33036208152771,2.3220341205596924,-0.006362307816743851,0.0028677061200141907,0.253926545381546,0.3495664894580841,0.7783704698085785,145.0,37120.0,929.3948618841823,2375680.0 +374.05,20.670000076293945,2700.0,0.008300910703837872,0.1004638671875,0.0,1.3300716876983643,2.321687936782837,-0.005030262749642134,0.0028694607317447662,0.2513195872306824,0.34822288155555725,0.7764205187559128,146.0,37376.0,935.4627840342,2392064.0 +377.7,21.860000610351562,2693.0,0.008108864538371563,0.1047770157456398,0.0,1.3058656454086304,2.303683280944824,-0.006992157083004713,0.002867940114811063,0.1992625594139099,0.3541962206363678,0.814685270190239,147.0,37632.0,941.5453405911103,2408448.0 +384.96,23.600000381469727,2718.0,0.00902737770229578,0.1214599609375,0.0,1.309375286102295,2.2908542156219482,-0.005387373734265566,0.00286064762622118,0.2138437032699585,0.3498673141002655,0.7925530076026917,148.0,37888.0,947.5719667100348,2424832.0 +392.63,23.40999984741211,2723.0,0.012116837315261364,0.1583048552274704,0.0,1.3056585788726807,2.305166482925415,-0.004935609642416239,0.002856264589354396,0.21711713075637817,0.3438689708709717,0.7589059919118881,149.0,38144.0,953.5878484800924,2441216.0 +390.37,22.459999084472656,2694.0,0.01338681485503912,0.1635538786649704,0.0,1.7080894708633423,2.3161847591400146,-0.0012080793967470527,0.0028576452750712633,0.2502233684062958,0.3508639633655548,0.7635485231876373,150.0,38400.0,959.6692915391177,2457600.0 +384.12,21.010000228881836,2705.0,0.008945045061409473,0.1100056990981102,0.0,1.6871923208236694,2.3334600925445557,-0.00570561783388257,0.002861228073015809,0.2177889347076416,0.34906163811683655,0.776460662484169,151.0,38656.0,965.7295252601616,2473984.0 +382.34,21.639999389648438,2750.0,0.007051591295748949,0.0881551131606102,0.0,1.6643195152282715,2.3464627265930176,-0.005866273771971464,0.0028517169412225485,0.18345536291599274,0.34782108664512634,0.8268489986658096,152.0,38912.0,971.6884218170308,2490368.0 +400.93,22.670000076293945,2720.0,0.008803040720522404,0.1129150390625,0.0,1.6748608350753784,2.3336122035980225,-0.005917197559028864,0.0028483131900429726,0.20343363285064697,0.3500487506389618,0.8202483654022217,153.0,39168.0,977.7106155990623,2506752.0 +385.65,21.260000228881836,2692.0,0.011381740681827068,0.15032958984375,0.0,1.7005685567855835,2.330016851425171,-0.005847122520208359,0.002843547845259309,0.2402999997138977,0.36036813259124756,0.7563117891550064,154.0,39424.0,983.7974631641991,2523136.0 +382.05,21.190000534057617,2718.0,0.007070727180689573,0.0835978165268898,0.0,1.7037016153335571,2.3365936279296875,-0.005314505193382502,0.0028449753299355507,0.23696382343769073,0.3644535541534424,0.7824652194976807,155.0,39680.0,989.8255587371532,2539520.0 +379.34,20.719999313354492,2693.0,0.009423349983990192,0.1194051131606102,0.0,1.7153301239013672,2.3485352993011475,-0.008398906327784061,0.0028451920952647924,0.26498132944107056,0.36525678634643555,0.7488914132118225,156.0,39936.0,995.9099269590806,2555904.0 +389.09,22.049999237060547,2715.0,0.007638160139322281,0.0997517928481102,0.0,1.6979403495788574,2.3472883701324463,-0.006891766097396612,0.002832527505233884,0.22832049429416656,0.37094831466674805,0.7607407569885254,157.0,40192.0,1001.9443959910423,2572288.0 +383.25,21.549999237060547,2681.0,0.00704733794555068,0.08355712890625,0.0,1.7027320861816406,2.350618600845337,-0.00847863219678402,0.002833758248016238,0.2653743326663971,0.3569192886352539,0.723102331161499,158.0,40448.0,1008.0554927040357,2588672.0 +379.64,21.360000610351562,2685.0,0.010213208384811878,0.1407674103975296,0.0,1.6956859827041626,2.3525660037994385,-0.005344783421605825,0.0028249130118638277,0.24095046520233154,0.36361274123191833,0.7329761385917664,159.0,40704.0,1014.1575789540075,2605056.0 +390.13,22.90999984741211,2717.0,0.009821570478379726,0.1310017853975296,0.0,1.6821335554122925,2.3596436977386475,-0.0035321617033332586,0.0028275151271373034,0.18589697778224945,0.3758560121059418,0.7772631943225861,160.0,40960.0,1020.1880242561456,2621440.0 +389.92,22.399999618530273,2706.0,0.010552160441875458,0.1307576447725296,0.0,1.7066899538040161,2.3698248863220215,-0.005729102995246649,0.002816256834194064,0.2606469690799713,0.36983737349510193,0.6979654431343079,161.0,41216.0,1026.241811890155,2637824.0 +385.85,22.700000762939453,2750.0,0.012507046572864056,0.1683146208524704,0.0,1.6718753576278687,2.3813140392303467,-0.0011162146693095565,0.0028167851269245148,0.1951863169670105,0.3622851073741913,0.7690593600273132,162.0,41472.0,1032.1989766340703,2654208.0 +385.27,23.09000015258789,2711.0,0.009724332951009274,0.12628173828125,0.0,1.6653289794921875,2.3639509677886963,-0.0030362363904714584,0.002813911996781826,0.18199391663074493,0.3657108545303345,0.7909652143716812,163.0,41728.0,1038.2426350591704,2670592.0 +388.35,22.969999313354492,2664.0,0.00869468692690134,0.1113484725356102,0.0,1.6958125829696655,2.3670058250427246,-0.006489533931016922,0.0028072663117200136,0.23741956055164337,0.3759585916996002,0.6866691708564758,164.0,41984.0,1044.3935800711624,2686976.0 +381.8,22.450000762939453,2625.0,0.009619423188269138,0.12591552734375,0.0,1.6873764991760254,2.3434460163116455,-0.0049124532379209995,0.002814600011333823,0.20736391842365265,0.37758323550224304,0.7543604075908661,165.0,42240.0,1050.636053546099,2703360.0 +383.5,22.229999542236328,2694.0,0.010922283865511417,0.1463216096162796,0.0,1.708224892616272,2.35420298576355,-0.0036098959390074015,0.002807624638080597,0.2348802536725998,0.3875981569290161,0.7831623703241348,166.0,42496.0,1056.718377651181,2719744.0 +381.04,22.610000610351562,2659.0,0.01037603709846735,0.1390787810087204,0.0,1.7179564237594604,2.3422861099243164,-0.003381119342520833,0.002810209058225155,0.2360549420118332,0.3960454761981964,0.7540736496448517,167.0,42752.0,1062.879784535151,2736128.0 +377.72,21.90999984741211,2678.0,0.00990400742739439,0.12457275390625,0.0,1.7267537117004395,2.3407371044158936,-0.0042983596213161945,0.00280342367477715,0.2521379888057709,0.40127333998680115,0.7746612280607224,168.0,43008.0,1068.9978716999758,2752512.0 +380.92,22.440000534057617,2643.0,0.010442794300615788,0.14129638671875,0.0,1.6950126886367798,2.3394949436187744,-0.005827881395816803,0.002809278666973114,0.20056754350662231,0.39343157410621643,0.7838816195726395,169.0,43264.0,1075.1958379491698,2768896.0 +380.46,22.170000076293945,2669.0,0.008999986574053764,0.1170450821518898,0.0,1.7091542482376099,2.355846405029297,-0.005676912609487772,0.00280131702311337,0.22701609134674072,0.39844146370887756,0.7726122885942459,170.0,43520.0,1081.3341360529885,2785280.0 +386.79,22.700000762939453,2683.0,0.009870358742773533,0.1363932341337204,0.0,1.695086121559143,2.3588812351226807,-0.005929004400968552,0.002791227540001273,0.18954719603061676,0.40896573662757874,0.7838483899831772,171.0,43776.0,1087.4403218789957,2801664.0 +378.73,22.81999969482422,2740.0,0.007598089054226875,0.0927327498793602,0.0,1.7218576669692993,2.33174729347229,-0.006441132631152868,0.0027905122842639685,0.2351086586713791,0.414008766412735,0.7758372575044632,172.0,44032.0,1093.4193685799837,2818048.0 +382.15,22.989999771118164,2743.0,0.008855755440890789,0.11639404296875,0.0,1.7397098541259766,2.328033685684204,-0.00581512413918972,0.002779039554297924,0.2916690409183502,0.4074646234512329,0.7350558638572693,173.0,44288.0,1099.3933535160031,2834432.0 +381.15,21.940000534057617,2705.0,0.008330623619258404,0.1075846329331398,0.0,1.6970442533493042,2.339029550552368,-0.006735927890986204,0.002783083124086261,0.22352194786071777,0.3970707952976227,0.7495448291301727,174.0,44544.0,1105.4535502071958,2850816.0 +389.27,22.450000762939453,2725.0,0.008356443606317043,0.1091105118393898,0.0,1.7335357666015625,2.3178610801696777,-0.008533547632396221,0.0027838125824928284,0.26934364438056946,0.41349852085113525,0.7503921389579773,175.0,44800.0,1111.4652823230717,2867200.0 +389.01,22.90999984741211,2726.0,0.009324292652308941,0.1222737655043602,0.0,1.7222503423690796,2.317173480987549,-0.005455274134874344,0.002778475172817707,0.24823027849197388,0.41194483637809753,0.7438218593597412,176.0,45056.0,1117.4760085190646,2883584.0 +391.34,23.09000015258789,2737.0,0.009243499487638474,0.1158040389418602,0.0,1.6947293281555176,2.308617115020752,-0.005920021329075098,0.002774568507447839,0.19378329813480377,0.413988322019577,0.800024539232254,177.0,45312.0,1123.4612672789954,2899968.0 +390.16,24.139999389648438,2707.0,0.007709335070103407,0.0970865860581398,0.0,1.7102042436599731,2.314293146133423,-0.00694133760407567,0.0027700241189450026,0.23141907155513763,0.4137532711029053,0.7909132838249207,178.0,45568.0,1129.5145233541261,2916352.0 +383.28,23.170000076293945,2714.0,0.007983819581568241,0.10150146484375,0.0,1.7067230939865112,2.3057925701141357,-0.005663339514285326,0.0027687049005180597,0.2282218188047409,0.4108186662197113,0.7329480946063995,179.0,45824.0,1135.5524233891629,2932736.0 +394.16,23.309999465942383,2710.0,0.00892214197665453,0.1148478165268898,0.0,1.7172040939331055,2.293076515197754,-0.0046297586522996426,0.002768908394500613,0.23649440705776215,0.41645702719688416,0.7511643171310425,180.0,46080.0,1141.5989119051956,2949120.0 +396.84,22.549999237060547,2707.0,0.011759340763092041,0.1501057893037796,0.0,1.728424072265625,2.310350179672241,-0.0044774324633181095,0.0027587981894612312,0.2573263645172119,0.4224250316619873,0.7085572481155396,181.0,46336.0,1147.6517993891612,2965504.0 +388.48,20.649999618530273,2682.0,0.012600723654031754,0.1471964567899704,0.0,1.7307847738265991,2.320418119430542,-0.006119292229413986,0.00275629130192101,0.26853376626968384,0.42201733589172363,0.6826751232147217,182.0,46592.0,1153.7614631501492,2981888.0 +388.13,21.040000915527344,2729.0,0.011771985329687595,0.1471354216337204,0.0,1.697431206703186,2.3153772354125977,-0.005755636841058731,0.002753576962277293,0.2083355039358139,0.4193122684955597,0.7324735820293427,183.0,46848.0,1159.7654702090658,2998272.0 +391.96,22.1200008392334,2700.0,0.007632855325937271,0.0924479141831398,0.0,1.6888232231140137,2.3153111934661865,-0.00675186887383461,0.0027570894453674555,0.19424444437026978,0.41692841053009033,0.7568030655384064,184.0,47104.0,1165.838864996098,3014656.0 +393.75,24.110000610351562,2677.0,0.007715350482612848,0.0937296524643898,0.0,1.6837862730026245,2.315250873565674,-0.006440273020416498,0.0027544402983039618,0.18765807151794434,0.41597703099250793,0.7353244721889496,185.0,47360.0,1171.9584238720126,3031040.0 +361.82,20.420000076293945,2662.0,0.010205969214439392,0.1324462890625,0.0,1.7674298286437988,2.3164501190185547,-0.0068428353406488895,0.0027547217905521393,0.32744210958480835,0.43152108788490295,0.6399006247520447,186.0,47616.0,1178.1120443551335,3047424.0 +344.52,18.709999084472656,2653.0,0.010151626542210579,0.1262613981962204,0.0,1.7655643224716187,2.302905797958374,-0.006421710830181837,0.0027592743281275034,0.3067936897277832,0.4379939138889313,0.6939119696617126,187.0,47872.0,1184.288285100134,3063808.0 +340.98,19.079999923706055,2649.0,0.01008257083594799,0.1338094025850296,0.0,1.7733877897262573,2.313542604446411,-0.004409717861562967,0.0027621695771813393,0.2932262122631073,0.4506097733974457,0.6986798942089081,188.0,48128.0,1190.4742370091844,3080192.0 +360.16,20.6299991607666,2679.0,0.007494548801332712,0.0831705704331398,0.0,1.767505168914795,2.297564744949341,-0.006407351698726416,0.0027538032736629248,0.3275754451751709,0.43129828572273254,0.6924671232700348,189.0,48384.0,1196.5888093041722,3096576.0 +379.9,21.709999084472656,2711.0,0.005507952068001032,0.06011962890625,0.0,1.7022746801376343,2.307864189147949,-0.00485377898439765,0.002752200700342655,0.1939248889684677,0.43225952982902527,0.7645819038152695,190.0,48640.0,1202.631363869179,3112960.0 +385.23,22.530000686645508,2725.0,0.007405593991279602,0.0853271484375,0.0,1.7317403554916382,2.287984848022461,-0.006178420037031174,0.0027519294526427984,0.2528044581413269,0.43367016315460205,0.7644423544406891,191.0,48896.0,1208.6437230000738,3129344.0 +392.52,23.059999465942383,2700.0,0.006473317742347717,0.0775960311293602,0.0,1.718761920928955,2.3059651851654053,-0.007615933660417795,0.0027526968624442816,0.23870158195495605,0.4285147190093994,0.7733585089445114,192.0,49152.0,1214.7113351721782,3145728.0 +385.98,22.8799991607666,2707.0,0.008273587562143803,0.10504150390625,0.0,1.7230757474899292,2.2873036861419678,-0.005102002993226051,0.0027433589566498995,0.24132885038852692,0.4335152208805084,0.7386418879032135,193.0,49408.0,1220.762865464203,3162112.0 +401.79,24.1299991607666,2700.0,0.008367584086954594,0.1085001602768898,0.0,1.70751953125,2.2885773181915283,-0.004065191373229027,0.0027411889750510454,0.2147729992866516,0.4309440851211548,0.783265694975853,194.0,49664.0,1226.8303403251339,3178496.0 +391.42,23.329999923706055,2706.0,0.006427595857530832,0.07342529296875,0.0,1.7229243516921997,2.280885696411133,-0.005564867053180933,0.002741183852776885,0.24330760538578033,0.43378138542175293,0.7504867911338806,195.0,49920.0,1232.8851640501525,3194880.0 +382.23,22.360000610351562,2701.0,0.009560694918036461,0.1269938200712204,0.0,1.7416197061538696,2.2834885120391846,-0.005588926840573549,0.0027399889659136534,0.2804856598377228,0.43455204367637634,0.7386151254177094,196.0,50176.0,1238.9497994720004,3211264.0 +387.96,21.520000457763672,2704.0,0.00819694809615612,0.1049397811293602,0.0,1.7249606847763062,2.278129816055298,-0.005886122118681669,0.002737854840233922,0.25516974925994873,0.431458979845047,0.7702438831329346,197.0,50432.0,1245.0096235449892,3227648.0 +386.09,22.25,2721.0,0.006342558190226555,0.0710245743393898,0.0,1.7337242364883423,2.276305675506592,-0.00680579012259841,0.0027344811242073774,0.2640151381492615,0.4389500319957733,0.763017475605011,198.0,50688.0,1251.0303892199881,3244032.0 +386.09,23.520000457763672,2722.0,0.006795376073569059,0.0845540389418602,0.0,1.6944607496261597,2.281496047973633,-0.006536887958645821,0.0027294496539980173,0.1956508904695511,0.43559908866882324,0.8013143241405487,199.0,50944.0,1257.0500730981585,3260416.0 +386.96,23.540000915527344,2716.0,0.007297611329704523,0.0891927108168602,0.0,1.738775610923767,2.2577884197235107,-0.00661095418035984,0.0027322464156895876,0.25830206274986267,0.4399159252643585,0.7330493927001953,200.0,51200.0,1263.0832039951347,3276800.0 +387.39,23.690000534057617,2703.0,0.007926956750452518,0.0993855819106102,0.0,1.7170203924179077,2.253753900527954,-0.006534209940582514,0.0027334673795849085,0.21212531626224518,0.4406454563140869,0.7920901924371719,201.0,51456.0,1269.1444065500982,3293184.0 +387.65,23.520000457763672,2717.0,0.007707907352596521,0.0984090194106102,0.0,1.7224422693252563,2.2537195682525635,-0.006719076540321112,0.002731037326157093,0.23038233816623688,0.4379788935184479,0.7575597912073135,202.0,51712.0,1275.173883719137,3309568.0 +398.67,25.229999542236328,2723.0,0.007074445951730013,0.0852864608168602,0.0,1.7079282999038696,2.25485897064209,-0.005533130839467049,0.002734312554821372,0.19301791489124298,0.43964099884033203,0.8058121055364609,203.0,51968.0,1281.1904672321398,3325952.0 +393.0,25.260000228881836,2663.0,0.007122356910258532,0.08673095703125,0.0,1.731263279914856,2.2660059928894043,-0.006415057461708784,0.0027282768860459328,0.23954689502716064,0.4438314139842987,0.7404057383537292,204.0,52224.0,1287.3415277271997,3342336.0 +383.49,24.399999618530273,2658.0,0.0058943345211446285,0.06707763671875,0.0,1.7102237939834595,2.2763073444366455,-0.005633004009723663,0.0027246347162872553,0.19845044612884521,0.4443620443344116,0.7744244039058685,205.0,52480.0,1293.504262431059,3358720.0 +390.11,24.309999465942383,2730.0,0.0070977602154016495,0.08819580078125,0.0,1.716802954673767,2.297804594039917,-0.007883009500801563,0.002728193299844861,0.23533619940280914,0.43222537636756897,0.7285046279430389,206.0,52736.0,1299.5059813791886,3375104.0 +397.06,24.969999313354492,2659.0,0.006423011422157288,0.0738932266831398,0.0,1.7019882202148438,2.2906224727630615,-0.007108567748218775,0.002725940430536866,0.18315577507019043,0.44484496116638184,0.7964120805263519,207.0,52992.0,1305.668216252001,3391488.0 +400.26,25.389999389648438,2691.0,0.00801501702517271,0.0970458984375,0.0,1.7180064916610718,2.3075640201568604,-0.005951946135610342,0.002729627536609769,0.18475760519504547,0.4586839973926544,0.7646529227495193,208.0,53248.0,1311.7555011310615,3407872.0 +389.81,24.459999084472656,2710.0,0.011276344768702984,0.1459553986787796,0.0,1.762342929840088,2.303537607192993,-0.004879772197455168,0.0027305579278618097,0.2750842273235321,0.456081360578537,0.7301548719406128,209.0,53504.0,1317.801450471161,3424256.0 +389.49,23.739999771118164,2591.0,0.00909264013171196,0.1209513321518898,0.0,1.736158013343811,2.304335594177246,-0.004412333481013775,0.0027322471141815186,0.2402646690607071,0.4450601041316986,0.7184152901172638,210.0,53760.0,1324.1244240421802,3440640.0 +384.68,23.280000686645508,2595.0,0.012897822074592113,0.17474365234375,0.0,1.7306357622146606,2.304788827896118,-0.002979579381644726,0.0027311041485518217,0.23933781683444977,0.43848252296447754,0.7244271039962769,211.0,54016.0,1330.4388242000714,3457024.0 +378.74,23.600000381469727,2674.0,0.010425131767988205,0.1387532502412796,0.0,1.7572091817855835,2.2897114753723145,-0.005041457712650299,0.0027313113678246737,0.23358088731765747,0.4729417860507965,0.7052896916866302,212.0,54272.0,1336.5655019630212,3473408.0 +382.23,23.93000030517578,2657.0,0.00899462029337883,0.1145223006606102,0.0,1.7424592971801758,2.2686102390289307,-0.005736928433179855,0.002727601444348693,0.22099411487579346,0.4660116732120514,0.7055853009223938,213.0,54528.0,1342.7307635201141,3489792.0 +382.2,23.350000381469727,2653.0,0.009203030727803707,0.1195068359375,0.0,1.731545329093933,2.302314043045044,-0.005260460544377565,0.0027263162191957235,0.24967645108699799,0.43866828083992004,0.7371726036071777,214.0,54784.0,1348.9065544700716,3506176.0 +374.19,23.229999542236328,2654.0,0.010783950798213482,0.1319580078125,0.0,1.7534284591674805,2.28188419342041,-0.006064518820494413,0.0027139342855662107,0.2931836247444153,0.445663183927536,0.6781461238861084,215.0,55040.0,1355.079495079117,3522560.0 +367.65,23.079999923706055,2601.0,0.014056127518415451,0.1826375275850296,0.0,1.7523866891860962,2.2578213214874268,-0.004987487103790045,0.0027137116994708776,0.25874993205070496,0.4621480405330658,0.6773697733879089,216.0,55296.0,1361.3798636270221,3538944.0 +383.96,23.139999389648438,2611.0,0.00944260973483324,0.1190185546875,0.0,1.7989290952682495,2.2559525966644287,-0.004187803249806166,0.0027186525985598564,0.21009384095668793,0.5368778705596924,0.6959851384162903,217.0,55552.0,1367.6556210680865,3555328.0 +388.34,23.940000534057617,2695.0,0.00924746599048376,0.12164306640625,0.0,1.7247778177261353,2.2541208267211914,-0.006091166753321886,0.002720622578635812,0.20211009681224823,0.4606517255306244,0.7537318915128708,218.0,55808.0,1373.7345827701502,3571712.0 +380.29,24.510000228881836,2651.0,0.011202295310795307,0.1534627228975296,0.0,1.7470568418502808,2.2828354835510254,-0.005585106555372477,0.0027185704093426466,0.2485530525445938,0.4603976011276245,0.7112398743629456,219.0,56064.0,1379.9149636970833,3588096.0 +371.05,23.18000030517578,2686.0,0.012471280060708523,0.162109375,0.0,1.7500910758972168,2.30315899848938,-0.007547084242105484,0.0027169666718691587,0.2695789039134979,0.4553436040878296,0.6737748980522156,220.0,56320.0,1386.0159560600296,3604480.0 +377.29,22.940000534057617,2685.0,0.010018082335591316,0.1225382462143898,0.0,1.7454198598861694,2.2992379665374756,-0.0062009599059820175,0.0027160579338669777,0.2432856410741806,0.4636118710041046,0.6832773089408875,221.0,56576.0,1392.1172970749903,3620864.0 +377.05,22.93000030517578,2596.0,0.008848597295582294,0.1142578125,0.0,1.7636443376541138,2.2865822315216064,-0.005162361543625593,0.002709954045712948,0.286386102437973,0.46171462535858154,0.6946058869361877,222.0,56832.0,1398.4287331881933,3637248.0 +360.31,21.420000076293945,2612.0,0.011845814995467663,0.1542561799287796,0.0,1.7796307802200317,2.292668104171753,-0.009432440623641014,0.00271593383513391,0.3294371962547302,0.4573933184146881,0.623224526643753,223.0,57088.0,1404.7022022670135,3653632.0 +382.09,22.549999237060547,2606.0,0.014761247672140598,0.20111083984375,0.0,1.7312721014022827,2.3029329776763916,-0.005355846136808395,0.0027082443702965975,0.22788089513778687,0.4595250189304352,0.6253156661987305,224.0,57344.0,1410.9886787901632,3670016.0 +391.83,23.5,2628.0,0.015819240361452103,0.2015177458524704,0.0,1.7595304250717163,2.313955307006836,-0.004078406374901533,0.0027079705614596605,0.2721930742263794,0.4651002585887909,0.5771352052688599,225.0,57600.0,1417.2227940710727,3686400.0 +395.51,24.209999084472656,2625.0,0.009676961228251457,0.12322998046875,0.0,1.7125720977783203,2.311647653579712,-0.006811206694692373,0.0026988869067281485,0.1935827136039734,0.4641944169998169,0.7082536816596985,226.0,57856.0,1423.4633647250012,3702784.0 +387.64,23.530000686645508,2672.0,0.01747538335621357,0.22723388671875,0.0,1.737818717956543,2.325927734375,-0.0019238883396610618,0.0027000531554222107,0.21256333589553833,0.4757467210292816,0.659239262342453,227.0,58112.0,1429.5954197521787,3719168.0 +382.07,22.950000762939453,2727.0,0.014918833039700985,0.1910807341337204,0.0,1.75047767162323,2.3190295696258545,-0.005494211334735155,0.0026951415929943323,0.2774883210659027,0.46023687720298767,0.6289028823375702,228.0,58368.0,1435.6046430501156,3735552.0 +371.87,22.270000457763672,2725.0,0.01408826932311058,0.1908162385225296,0.0,1.7238832712173462,2.298208236694336,-0.003259028075262904,0.002689901739358902,0.1891760230064392,0.47951778769493103,0.6620242595672607,229.0,58624.0,1441.6173907301854,3751936.0 +385.28,23.81999969482422,2712.0,0.013242148794233799,0.17156982421875,0.0,1.7354525327682495,2.304438829421997,-0.004814743064343929,0.0026965218130499125,0.2313700169324875,0.4674907922744751,0.6236140131950378,230.0,58880.0,1447.6594045429956,3768320.0 +382.91,23.940000534057617,2707.0,0.015116706490516663,0.2037353515625,0.0,1.7458704710006714,2.322801351547241,-0.0037044703494757414,0.0026978568639606237,0.22946947813034058,0.4783304035663605,0.6931473612785339,231.0,59136.0,1453.7109822351485,3784704.0 +378.67,22.290000915527344,2727.0,0.015179280191659927,0.2021891325712204,0.0,1.761462688446045,2.3215417861938477,-0.0028449809178709984,0.0026902484241873026,0.30979064106941223,0.45409825444221497,0.515556126832962,232.0,59392.0,1459.7188644129783,3801088.0 +369.87,20.6200008392334,2719.0,0.009884758852422237,0.1240030899643898,0.0,1.7845956087112427,2.3316314220428467,-0.007234018761664629,0.0026933394838124514,0.3783368170261383,0.44522416591644287,0.5207507312297821,233.0,59648.0,1465.744192173006,3817472.0 +361.35,19.290000915527344,2705.0,0.012098844163119793,0.1345011442899704,0.0,1.7850213050842285,2.335995674133301,-0.006644011940807104,0.002687065629288554,0.3709711730480194,0.4522864520549774,0.5534922480583191,234.0,59904.0,1471.7998844590038,3833856.0 +356.65,20.229999542236328,2660.0,0.009963368065655231,0.1263224333524704,0.0,1.7723075151443481,2.3149712085723877,-0.003831600770354271,0.002685203216969967,0.32131919264793396,0.46323469281196594,0.5952924191951752,235.0,60160.0,1477.9593124520034,3850240.0 +366.55,21.6299991607666,2662.0,0.009028637781739235,0.1182861328125,0.0,1.7561596632003784,2.313478708267212,-0.007450607139617205,0.002682274905964732,0.28663498163223267,0.4699868857860565,0.614143043756485,236.0,60416.0,1484.1142483639996,3866624.0 +364.79,21.1299991607666,2715.0,0.00831540022045374,0.107177734375,0.0,1.772415041923523,2.299001455307007,-0.006374782416969538,0.0026856979820877314,0.31512805819511414,0.46914374828338623,0.5556932091712952,237.0,60672.0,1490.1494144911412,3883008.0 +380.44,22.860000610351562,2722.0,0.012780390679836273,0.1546223908662796,0.0,1.7405306100845337,2.2846100330352783,-0.005878831725567579,0.0026849182322621346,0.24661248922348022,0.4714440107345581,0.5857119262218475,238.0,60928.0,1496.1676119731274,3899392.0 +382.59,23.40999984741211,2655.0,0.010550841689109802,0.1495768278837204,0.0,1.7545057535171509,2.2935211658477783,-0.004119290038943291,0.0026909345760941505,0.23505830764770508,0.48836323618888855,0.5945187509059906,239.0,61184.0,1502.3387261261232,3915776.0 +396.44,25.020000457763672,2679.0,0.011560547165572643,0.15362548828125,0.0,1.7024836540222168,2.290024995803833,-0.005238673184067011,0.002685786923393607,0.1707177609205246,0.47025415301322937,0.6410568356513977,240.0,61440.0,1508.454033096088,3932160.0 +392.3,25.040000915527344,2626.0,0.010632537305355072,0.1408284455537796,0.0,1.7377849817276,2.2828149795532227,-0.008073599077761173,0.0026826353278011084,0.22711414098739624,0.4827028810977936,0.613628476858139,241.0,61696.0,1514.6923052570783,3948544.0 +383.66,24.540000915527344,2679.0,0.011203925125300884,0.1447957307100296,0.0,1.747300624847412,2.2816245555877686,-0.0039397599175572395,0.0026803782675415277,0.2095634788274765,0.4994199275970459,0.62302166223526,242.0,61952.0,1520.8074334370904,3964928.0 +395.61,25.540000915527344,2659.0,0.01372106745839119,0.18994140625,0.0,1.7366257905960083,2.2565019130706787,-0.0016735401004552841,0.002689709886908531,0.21762484312057495,0.4757736623287201,0.5681988000869751,243.0,62208.0,1526.9685317061376,3981312.0 +395.37,24.979999542236328,2655.0,0.019641144201159477,0.20654296875,0.0,1.7510952949523926,2.2534067630767822,-0.0004261596768628806,0.0026834195014089346,0.25012946128845215,0.4755454957485199,0.60623699426651,244.0,62464.0,1533.1384407381993,3997696.0 +397.89,25.25,2626.0,0.014150935225188732,0.1689860075712204,0.0,1.7320564985275269,2.233048677444458,-0.003559085773304105,0.0026819268241524696,0.20433424413204193,0.48377278447151184,0.6007000505924225,245.0,62720.0,1539.376136032166,4014080.0 +394.8,24.649999618530273,2616.0,0.01025366224348545,0.1371256560087204,0.0,1.7600011825561523,2.2581331729888916,-0.007412365172058344,0.0026820963248610497,0.25507238507270813,0.4910491406917572,0.556479424238205,246.0,62976.0,1545.6400490070228,4030464.0 +381.31,23.40999984741211,2658.0,0.011656969785690308,0.15789794921875,0.0,1.7733913660049438,2.2848167419433594,-0.005200044251978397,0.0026831738650798798,0.27667436003685,0.4912198483943939,0.5937119424343109,247.0,63232.0,1551.8037755740806,4046848.0 +377.08,23.649999618530273,2674.0,0.01457533985376358,0.1931559294462204,0.0,1.7286113500595093,2.256708860397339,-0.006487173493951559,0.002679178724065423,0.21023936569690704,0.4815835654735565,0.5693186819553375,248.0,63488.0,1557.9313347002026,4063232.0 +386.1,23.860000610351562,2704.0,0.011696561239659786,0.1527099609375,0.0,1.7732752561569214,2.2780544757843018,-0.00649027107283473,0.002674533985555172,0.3150428831577301,0.4756171703338623,0.5271921753883362,249.0,63744.0,1563.9904834791087,4079616.0 +381.66,23.719999313354492,2672.0,0.009282112121582031,0.13104248046875,0.0,1.8014172315597534,2.2713370323181152,-0.005713729187846184,0.0026696629356592894,0.3375725746154785,0.4696371555328369,0.5355714559555054,250.0,64000.0,1570.1214927861001,4096000.0 +377.55,23.149999618530273,2713.0,0.012496817857027054,0.14813232421875,0.0,1.7748831510543823,2.274470567703247,-0.005633484572172165,0.002678690245375037,0.251290500164032,0.4831114113330841,0.6824048161506653,251.0,64256.0,1576.1597798571456,4112384.0 +386.73,24.559999465942383,2681.0,0.008658673614263535,0.109619140625,0.0,1.7204939126968384,2.27516508102417,-0.007067117374390364,0.002666858723387122,0.17724233865737915,0.471727579832077,0.6029686629772186,252.0,64512.0,1582.2708893450908,4128768.0 +391.32,25.510000228881836,2716.0,0.009737331420183182,0.1241251602768898,0.0,1.7728289365768433,2.2761893272399902,-0.006613969337195158,0.002673348179087043,0.2779556214809418,0.47015073895454407,0.5086795389652252,253.0,64768.0,1588.3044354710728,4145152.0 +386.28,24.40999984741211,2690.0,0.009842299856245518,0.1351521760225296,0.0,1.7894630432128906,2.280597448348999,-0.005453405901789665,0.0026747630909085274,0.30737459659576416,0.47032129764556885,0.4793561100959778,254.0,65024.0,1594.3952491790988,4161536.0 +393.86,24.479999542236328,2719.0,0.009728222154080868,0.119384765625,0.0,1.7261985540390015,2.2460315227508545,-0.007118700537830591,0.0026683530304580927,0.18209584057331085,0.4742805063724518,0.6972305774688721,255.0,65280.0,1600.4211018460337,4177920.0 +397.48,24.649999618530273,2742.0,0.010069133713841438,0.1345418244600296,0.0,1.7501424551010132,2.2526237964630127,-0.00457603158429265,0.0026708936784416437,0.23492251336574554,0.46763721108436584,0.6038190126419067,256.0,65536.0,1606.3979515281972,4194304.0 +376.84,23.510000228881836,2750.0,0.012323479168117046,0.1649983674287796,0.0,1.811658263206482,2.2424209117889404,-0.004192872438579798,0.0026797540485858917,0.3263484537601471,0.4798470735549927,0.5396884977817535,257.0,65792.0,1612.3561159211677,4210688.0 +368.0,22.200000762939453,2726.0,0.010460237972438335,0.1372477263212204,0.0,1.887587070465088,2.247770071029663,-0.004870541859418154,0.0026950156316161156,0.43434810638427734,0.49683284759521484,0.5199982225894928,258.0,66048.0,1618.3651414630003,4227072.0 +382.32,22.68000030517578,2735.0,0.010977715253829956,0.1453043669462204,0.0,1.7844542264938354,2.2491421699523926,-0.0043947831727564335,0.002688337815925479,0.25388509035110474,0.4856546223163605,0.632256418466568,259.0,66304.0,1624.3556413191836,4243456.0 +378.68,22.209999084472656,2713.0,0.008261655457317829,0.1053263321518898,0.0,1.8216333389282227,2.225008010864258,-0.007095661014318466,0.002669897861778736,0.3736296594142914,0.4728940427303314,0.5440897941589355,260.0,66560.0,1630.3957899701782,4259840.0 +383.02,23.239999771118164,2700.0,0.009423286654055119,0.1278076171875,0.0,1.8021408319473267,2.235448122024536,-0.005837852135300636,0.0026754543650895357,0.3163990378379822,0.4787731468677521,0.5090979039669037,261.0,66816.0,1636.463166231988,4276224.0 +393.23,25.209999084472656,2702.0,0.010749854147434235,0.1376953125,0.0,1.7457536458969116,2.2304606437683105,-0.005067623220384121,0.0026594295632094145,0.1919543594121933,0.49223384261131287,0.7344222068786621,262.0,67072.0,1642.5270020631142,4292608.0 +387.91,24.940000534057617,2686.0,0.010055127553641796,0.1349283903837204,0.0,1.8224791288375854,2.259265899658203,-0.0023102618288248777,0.002668233821168542,0.3886892795562744,0.4616382420063019,0.5795355439186096,263.0,67328.0,1648.6258353891317,4308992.0 +389.88,24.649999618530273,2627.0,0.00985666736960411,0.13128662109375,0.0,1.844789981842041,2.235649824142456,-0.0032713485416024923,0.0026666175108402967,0.36970531940460205,0.49778318405151367,0.5918982028961182,264.0,67584.0,1654.8616092992015,4325376.0 +398.21,25.31999969482422,2656.0,0.007222681771963835,0.0888468399643898,0.0,1.7891508340835571,2.243570566177368,-0.005950858350843191,0.002662941114977002,0.28924560546875,0.48587825894355774,0.6319767534732819,265.0,67840.0,1661.0298415031284,4341760.0 +384.53,24.860000610351562,2646.0,0.006953495088964701,0.0814412459731102,0.0,1.8408104181289673,2.2439019680023193,-0.007053533103317022,0.002667294815182686,0.4040581285953522,0.4786601960659027,0.6354914903640747,266.0,68096.0,1667.222202747129,4358144.0 +382.74,24.889999389648438,2659.0,0.006579944398254156,0.0786539688706398,0.0,1.7378896474838257,2.251213788986206,-0.0058458358980715275,0.002662598853930831,0.21067523956298828,0.4730086028575897,0.6826554536819458,267.0,68352.0,1673.3844016192015,4374528.0 +391.06,25.809999465942383,2705.0,0.010741960257291794,0.1407063752412796,0.0,1.7635966539382935,2.220679998397827,-0.0065283142030239105,0.0026628586929291487,0.24896784126758575,0.4804156720638275,0.6660029292106628,268.0,68608.0,1679.442000781186,4390912.0 +399.97,26.239999771118164,2701.0,0.006938654463738203,0.0880330428481102,0.0,1.781058430671692,2.2287070751190186,-0.006120870355516672,0.0026639823336154222,0.2876448333263397,0.47745928168296814,0.6185799539089203,269.0,68864.0,1685.5072980201803,4407296.0 +388.87,24.559999465942383,2680.0,0.008263472467660904,0.1039835587143898,0.0,1.8389626741409302,2.226393222808838,-0.0071825794875621796,0.0026647739578038454,0.3994581699371338,0.4803621470928192,0.5357742309570312,270.0,69120.0,1691.6212641200982,4423680.0 +390.08,24.610000610351562,2640.0,0.010437157936394215,0.1295166015625,0.0,1.78927481174469,2.228508472442627,-0.004637487232685089,0.0026674754917621613,0.2968701422214508,0.4780142307281494,0.5866988897323608,271.0,69376.0,1697.8271312550642,4440064.0 +398.86,25.6299991607666,2607.0,0.008984972722828388,0.12255859375,0.0,1.7339037656784058,2.217519521713257,-0.00460806442424655,0.002661467529833317,0.18243634700775146,0.48287177085876465,0.6756769120693207,272.0,69632.0,1704.1111114160158,4456448.0 +415.02,26.299999237060547,2671.0,0.006287660915404558,0.0736897811293602,0.0,1.739930510520935,2.210613250732422,-0.006102699786424637,0.002653587842360139,0.20233170688152313,0.4841005802154541,0.7040365636348724,273.0,69888.0,1710.2457878661808,4472832.0 +404.65,25.40999984741211,2612.0,0.012302578426897526,0.12884521484375,0.0,1.7698206901550293,2.194789171218872,-0.0037853310350328684,0.0026581103447824717,0.27646610140800476,0.4713538885116577,0.6272105872631073,274.0,70144.0,1716.518336371053,4489216.0 +391.62,24.43000030517578,2665.0,0.009540998376905918,0.1258137971162796,0.0,1.82034170627594,2.2154641151428223,-0.007108124438673258,0.002657792530953884,0.36264026165008545,0.4834228456020355,0.6283058822154999,275.0,70400.0,1722.6651375950314,4505600.0 +389.14,23.899999618530273,2666.0,0.00799775030463934,0.1006266251206398,0.0,1.8238638639450073,2.1975185871124268,-0.004716616589576006,0.002657870063558221,0.37701308727264404,0.4766101539134979,0.6489809155464172,276.0,70656.0,1728.810285596177,4521984.0 +392.92,24.459999084472656,2692.0,0.005997518543154001,0.0680745467543602,0.0,1.7567425966262817,2.2028582096099854,-0.0050910417921841145,0.002655007177963853,0.26043376326560974,0.4689124822616577,0.6985295414924622,277.0,70912.0,1734.8963025931735,4538368.0 +386.13,24.780000686645508,2641.0,0.008397327736020088,0.1061808243393898,0.0,1.8306368589401245,2.192624807357788,-0.004160549025982618,0.002659047022461891,0.40931880474090576,0.4651746451854706,0.626726508140564,278.0,71168.0,1741.1005893719848,4554752.0 +398.64,25.889999389648438,2675.0,0.00675223721191287,0.0788777694106102,0.0,1.7112280130386353,2.2174108028411865,-0.006043060217052698,0.002655870048329234,0.16545577347278595,0.4718184769153595,0.7933402955532074,279.0,71424.0,1747.225815112004,4571136.0 +396.29,26.06999969482422,2685.0,0.007700730115175247,0.0913899764418602,0.0,1.799738883972168,2.209679365158081,-0.00606644107028842,0.002662126673385501,0.3499924838542938,0.46454963088035583,0.694350004196167,280.0,71680.0,1753.3275240561925,4587520.0 +389.05,25.540000915527344,2729.0,0.007890701293945312,0.09521484375,0.0,1.8004636764526367,2.198184013366699,-0.0061308774165809155,0.0026568493340164423,0.34858033061027527,0.46868738532066345,0.6226049363613129,281.0,71936.0,1759.3306672431063,4603904.0 +395.9,24.93000030517578,2694.0,0.007709504570811987,0.0951944962143898,0.0,1.8144588470458984,2.167630434036255,-0.006039340514689684,0.002654982963576913,0.37073007225990295,0.47236189246177673,0.6917775869369507,282.0,72192.0,1765.412243084982,4620288.0 +403.33,25.280000686645508,2724.0,0.00986150000244379,0.124755859375,0.0,1.7660523653030396,2.149752378463745,-0.0042359065264463425,0.002653571078553796,0.2612135112285614,0.47781482338905334,0.7043628394603729,283.0,72448.0,1771.4271339192055,4636672.0 +405.2,25.68000030517578,2724.0,0.006488601211458445,0.0817464217543602,0.0,1.7524675130844116,2.156522750854492,-0.006330071482807398,0.0026559976395219564,0.2584124505519867,0.465713769197464,0.7408300340175629,284.0,72704.0,1777.4418021610472,4653056.0 +404.6,26.0,2715.0,0.0064893788658082485,0.0680135115981102,0.0,1.772274136543274,2.1467511653900146,-0.005269847810268402,0.002651887945830822,0.3077264726161957,0.4612412452697754,0.7042329609394073,285.0,72960.0,1783.4762175800279,4669440.0 +408.1,26.479999542236328,2713.0,0.008032029494643211,0.1066080704331398,0.0,1.7387717962265015,2.1465251445770264,-0.005038677714765072,0.0026504977140575647,0.24131065607070923,0.4613628685474396,0.7338836491107941,286.0,73216.0,1789.5151853251737,4685824.0 +410.92,26.729999542236328,2715.0,0.009428717195987701,0.1200358048081398,0.0,1.808482050895691,2.123997449874878,-0.0060297721065580845,0.0026547189336270094,0.3195449709892273,0.4933187663555145,0.7256698310375214,287.0,73472.0,1795.550040861126,4702208.0 +409.38,26.170000076293945,2716.0,0.013811744749546051,0.1541748046875,0.0,1.8612629175186157,2.137223958969116,-0.0004075819451827556,0.0026546611916273832,0.39385393261909485,0.5043593049049377,0.7019325792789459,288.0,73728.0,1801.5835600970313,4718592.0 +399.15,25.40999984741211,2711.0,0.008402807638049126,0.10577392578125,0.0,1.8260754346847534,2.144991397857666,-0.002835692837834358,0.002649779198691249,0.39616575837135315,0.47004103660583496,0.6444724798202515,289.0,73984.0,1807.6275361350272,4734976.0 +402.02,25.959999084472656,2706.0,0.006562340538948774,0.07745361328125,0.0,1.79655921459198,2.1371798515319824,-0.003982117399573326,0.0026486171409487724,0.34158918261528015,0.4693625867366791,0.7219710052013397,290.0,74240.0,1813.682218521135,4751360.0 +399.51,26.209999084472656,2691.0,0.006629119161516428,0.0801798477768898,0.0,1.8042625188827515,2.1243884563446045,-0.0051237535662949085,0.0026513708289712667,0.3618044853210449,0.46647509932518005,0.6925557255744934,291.0,74496.0,1819.7698795131873,4767744.0 +397.86,26.219999313354492,2671.0,0.007666086778044701,0.0892333984375,0.0,1.8202842473983765,2.123194456100464,-0.003109717508777976,0.0026492709293961525,0.3964361846446991,0.4639183282852173,0.6807963848114014,292.0,74752.0,1825.9029619821813,4784128.0 +398.97,26.280000686645508,2640.0,0.007471203804016113,0.089111328125,0.0,1.7789393663406372,2.1152937412261963,-0.0037401316221803427,0.0026474224869161844,0.3265467584133148,0.4584883153438568,0.7087979316711426,293.0,75008.0,1832.1085176339839,4800512.0 +408.48,27.3700008392334,2614.0,0.008446884341537952,0.1090087890625,0.0,1.7373524904251099,2.116194248199463,-0.003559236181899905,0.0026453835889697075,0.23182237148284912,0.4655958414077759,0.7894237786531448,294.0,75264.0,1838.3757272681687,4816896.0 +404.76,27.309999465942383,2686.0,0.010632462799549103,0.1366170197725296,0.0,1.785110592842102,2.1055784225463867,-0.004017661791294813,0.002652515657246113,0.32213762402534485,0.465237021446228,0.739761233329773,295.0,75520.0,1844.4758272620384,4833280.0 +395.96,26.350000381469727,2720.0,0.007488710340112448,0.0902913436293602,0.0,1.8079290390014648,2.128636121749878,-0.00467956718057394,0.002649335190653801,0.36698105931282043,0.468227744102478,0.726111650466919,296.0,75776.0,1850.4989779030439,4849664.0 +391.98,25.860000610351562,2680.0,0.0066571831703186035,0.07623291015625,0.0,1.7738045454025269,2.148822784423828,-0.005093479994684458,0.0026455316692590714,0.30411872267723083,0.46787258982658386,0.7439361214637756,297.0,76032.0,1856.6112897070125,4866048.0 +405.26,26.049999237060547,2701.0,0.007460902910679579,0.0972696915268898,0.0,1.7913442850112915,2.129772186279297,-0.004408772569149733,0.0026469531003385782,0.3365608751773834,0.46764352917671204,0.7524798363447189,298.0,76288.0,1862.677384493174,4882432.0 +413.4,27.420000076293945,2726.0,0.006290009245276451,0.07171630859375,0.0,1.7504501342773438,2.1319851875305176,-0.005691451486200094,0.00264727626927197,0.18033623695373535,0.5093305706977844,0.8054182976484299,299.0,76544.0,1868.6879600821994,4898816.0 +394.7,25.790000915527344,2736.0,0.010768506675958633,0.13153076171875,0.0,2.040266752243042,2.1409637928009033,-0.004723296966403723,0.0026442958042025566,0.5043317675590515,0.4920860230922699,0.6432599127292633,300.0,76800.0,1874.674882817082,4915200.0 +388.11,25.510000228881836,2710.0,0.013529382646083832,0.1681111603975296,0.0,1.9512296915054321,2.126399278640747,-0.0015776410000398755,0.0026447540149092674,0.27712059020996094,0.5131341218948364,0.7017894983291626,301.0,77056.0,1880.7215925331693,4931584.0 +400.8,25.969999313354492,2700.0,0.009761904366314411,0.1320393830537796,0.0,1.913032054901123,2.1391563415527344,-0.005687158089131117,0.00264246785081923,0.25310319662094116,0.492325097322464,0.7174571454524994,302.0,77312.0,1886.7896553210448,4947968.0 +405.71,25.920000076293945,2682.0,0.008633315563201904,0.10296630859375,0.0,1.9575905799865723,2.108013391494751,-0.0058589824475348,0.0026451926678419113,0.351949006319046,0.48595893383026123,0.6905862987041473,303.0,77568.0,1892.8987583040725,4964352.0 +403.15,26.049999237060547,2686.0,0.012142244726419449,0.16253662109375,0.0,1.9219030141830444,2.110487461090088,-0.002559914020821452,0.0026533014606684446,0.2141169309616089,0.5118585228919983,0.7582077383995056,304.0,77824.0,1898.9983199450653,4980736.0 +408.05,27.6200008392334,2709.0,0.011121203191578388,0.15045166015625,0.0,1.9349015951156616,2.1146864891052246,-0.004082765430212021,0.0026500921230763197,0.2450217455625534,0.5125745534896851,0.7283398509025574,305.0,78080.0,1905.0456806591246,4997120.0 +405.41,26.260000228881836,2734.0,0.007267998065799475,0.0836181640625,0.0,2.0553672313690186,2.1415975093841553,-0.0036235873121768236,0.0026609560009092093,0.4598938524723053,0.5199817419052124,0.6719805300235748,306.0,78336.0,1911.038473446155,5013504.0 +407.93,26.780000686645508,2729.0,0.00888850074261427,0.1059366837143898,0.0,1.9301050901412964,2.1423754692077637,-0.0029875291511416435,0.0026537692174315453,0.22446133196353912,0.5154010653495789,0.7794279456138611,307.0,78592.0,1917.04153519799,5029888.0 +406.56,27.25,2726.0,0.005127572454512119,0.0555826835334301,0.0,2.029890298843384,2.1571829319000244,-0.004939990118145943,0.002667567925527692,0.37156569957733154,0.5368353128433228,0.6799928843975067,308.0,78848.0,1923.0520337009802,5046272.0 +397.18,25.6299991607666,2682.0,0.005682074930518866,0.0605672188103199,0.0,2.035130023956299,2.1566102504730225,-0.005444859620183706,0.0026605462189763784,0.35448113083839417,0.5546274781227112,0.6499975025653839,309.0,79104.0,1929.1612848860677,5062656.0 +389.39,24.479999542236328,2729.0,0.009410399943590164,0.1198526993393898,0.0,1.9730862379074097,2.153789758682251,-0.004420125391334295,0.002658617915585637,0.3073115646839142,0.5160791873931885,0.6739853024482727,310.0,79360.0,1935.1640542522073,5079040.0 +398.29,25.15999984741211,2728.0,0.010020263493061066,0.1295572966337204,0.0,1.9501491785049438,2.1534953117370605,-0.0032909326255321503,0.0026529959868639708,0.2903721034526825,0.5032907128334045,0.6834284663200378,311.0,79616.0,1941.169230825035,5095424.0 +399.88,25.360000610351562,2693.0,0.00746767595410347,0.0908406600356102,0.0,1.9550023078918457,2.1684274673461914,-0.006801100913435221,0.0026476827915757895,0.30646029114723206,0.5064160823822021,0.6879167258739471,312.0,79872.0,1947.2540878059808,5111808.0 +396.82,25.0,2703.0,0.008048336021602154,0.0959269180893898,0.0,1.9574227333068848,2.159583806991577,-0.005970098078250885,0.0026452678721398115,0.3151419460773468,0.5047836303710938,0.6977115869522095,313.0,80128.0,1953.3147856700234,5128192.0 +393.86,24.200000762939453,2722.0,0.009874296374619007,0.1230061873793602,0.0,1.9665031433105469,2.153251886367798,-0.004914876073598862,0.0026441358495503664,0.33371591567993164,0.504024863243103,0.6837280690670013,314.0,80384.0,1959.3330445489846,5144576.0 +402.78,26.079999923706055,2723.0,0.014851604588329792,0.1985677033662796,0.0,1.906765341758728,2.1306095123291016,-0.002570745535194874,0.002637071767821908,0.2461463212966919,0.4890328645706177,0.7339412868022919,315.0,80640.0,1965.3508232240565,5160960.0 +410.23,26.6299991607666,2697.0,0.009874758310616016,0.1365966796875,0.0,1.908208966255188,2.1489992141723633,-0.0031305691227316856,0.0026442690286785364,0.22772414982318878,0.4968329966068268,0.7890535891056061,316.0,80896.0,1971.4261141661555,5177344.0 +405.01,26.010000228881836,2691.0,0.011624292470514774,0.1539306640625,0.0,1.9876155853271484,2.159433603286743,-0.0032607177272439003,0.0026371704880148172,0.3976700007915497,0.4950505793094635,0.6359318196773529,317.0,81152.0,1977.5133047241252,5193728.0 +391.86,24.969999313354492,2680.0,0.009949902072548866,0.1180419921875,0.0,2.000890016555786,2.176769495010376,-0.0042541916482150555,0.0026428622659295797,0.4144522249698639,0.4982544183731079,0.6642571687698364,318.0,81408.0,1983.626497253077,5210112.0 +379.35,23.979999542236328,2691.0,0.008153808303177357,0.1007080078125,0.0,1.9991073608398438,2.157341480255127,-0.006141139194369316,0.0026372410356998444,0.4253089725971222,0.49554696679115295,0.6584278643131256,319.0,81664.0,1989.7146894061007,5226496.0 +393.53,25.219999313354492,2710.0,0.011012881062924862,0.1402180939912796,0.0,1.9274896383285522,2.1582651138305664,-0.00514072785153985,0.002636561170220375,0.29379042983055115,0.48903724551200867,0.7026244401931763,320.0,81920.0,1995.7600020961836,5242880.0 +398.98,25.719999313354492,2680.0,0.008120165206491947,0.09765625,0.0,1.9315654039382935,2.1799728870391846,-0.006118896882981062,0.0026358796749264,0.29477226734161377,0.49415841698646545,0.7087224721908569,321.0,82176.0,2001.8731294712052,5259264.0 +386.56,24.639999389648438,2623.0,0.014378656633198261,0.18804931640625,0.0,2.025914430618286,2.150703191757202,-0.0026102846022695303,0.0026365825906395912,0.46285203099250793,0.5003144145011902,0.5902034044265747,322.0,82432.0,2008.1191390340682,5275648.0 +385.56,24.559999465942383,2674.0,0.012605796568095684,0.1657918244600296,0.0,2.0136897563934326,2.171172618865967,-0.002055736957117915,0.0026413239538669586,0.4052274227142334,0.5141816139221191,0.6299342811107635,323.0,82688.0,2014.2455170149915,5292032.0 +402.31,26.1200008392334,2678.0,0.010879003442823887,0.13983154296875,0.0,1.90570068359375,2.1507556438446045,-0.006134110037237406,0.0026375690940767527,0.2142718881368637,0.5074219107627869,0.7753521054983139,324.0,82944.0,2020.3642204930075,5308416.0 +412.2,27.469999313354492,2720.0,0.011106591671705246,0.1458740234375,0.0,1.8983235359191895,2.150162696838379,-0.00683816010132432,0.0026410005521029234,0.1730497032403946,0.5196380615234375,0.733625054359436,325.0,83200.0,2026.387005167082,5324800.0 +402.25,25.90999984741211,2728.0,0.011960919946432114,0.1509196013212204,0.0,1.9713540077209473,2.1401102542877197,-0.003414865816012025,0.002632020739838481,0.3317907750606537,0.5142640471458435,0.658691942691803,326.0,83456.0,2032.3924176590517,5341184.0 +398.64,25.420000076293945,2700.0,0.01463428232818842,0.1967366486787796,0.0,1.93405282497406,2.1471054553985596,-0.004710633307695389,0.002631268696859479,0.28329604864120483,0.502951443195343,0.7067680954933167,327.0,83712.0,2038.4592081070878,5357568.0 +396.68,24.950000762939453,2700.0,0.017765702679753304,0.2444051057100296,0.0,1.9403060674667358,2.165144681930542,0.0005842899554409087,0.0026380009949207306,0.30194440484046936,0.4914005696773529,0.6795243918895721,328.0,83968.0,2044.527824667981,5373952.0 +398.88,25.940000534057617,2709.0,0.00663423165678978,0.0733235701918602,0.0,1.9858916997909546,2.1638782024383545,-0.0043416498228907585,0.0026281813625246286,0.38129159808158875,0.5071353912353516,0.5978865027427673,329.0,84224.0,2050.5760050411336,5390336.0 +391.49,25.15999984741211,2694.0,0.007526880130171776,0.087646484375,0.0,2.01422381401062,2.1486504077911377,-0.005148252006620169,0.002635172801092267,0.4507010877132416,0.497921347618103,0.5852273404598236,330.0,84480.0,2056.6580761440564,5406720.0 +384.94,24.770000457763672,2728.0,0.009699372574687004,0.1219685897231102,0.0,1.985433578491211,2.157327651977539,-0.004339705687016249,0.0026401772629469633,0.3532011806964874,0.5146574378013611,0.5754847824573517,331.0,84736.0,2062.6636148761027,5423104.0 +389.26,25.729999542236328,2695.0,0.0072607118636369705,0.0887654647231102,0.0,1.920790672302246,2.150343179702759,-0.006057595834136009,0.002629801630973816,0.2774144113063812,0.49474358558654785,0.6871711909770966,332.0,84992.0,2068.7432089201175,5439488.0 +390.95,26.18000030517578,2692.0,0.008890778757631779,0.1154581680893898,0.0,1.9002513885498047,2.160421133041382,-0.006126916501671076,0.0026317674200981855,0.26611703634262085,0.47904014587402344,0.6736780405044556,333.0,85248.0,2074.8291167591233,5455872.0 +402.97,27.219999313354492,2723.0,0.008953151293098927,0.1174112930893898,0.0,1.8887939453125,2.15337872505188,-0.0031320545822381973,0.002631573937833309,0.22871702909469604,0.4833143651485443,0.7361933290958405,334.0,85504.0,2080.8454287461936,5472256.0 +408.54,26.90999984741211,2712.0,0.006485572550445795,0.0717366561293602,0.0,1.9428386688232422,2.1384994983673096,-0.0044119288213551044,0.0026252297684550285,0.345348984003067,0.48334649205207825,0.6912725269794464,335.0,85760.0,2086.8862354981247,5488640.0 +406.97,26.65999984741211,2711.0,0.007065892219543457,0.0897013321518898,0.0,1.9010415077209473,2.1337544918060303,-0.004404151346534491,0.0026315590366721153,0.27505776286125183,0.4734748899936676,0.7431074976921082,336.0,86016.0,2092.9301219161134,5505024.0 +393.93,26.280000686645508,2712.0,0.007667018566280603,0.0974527969956398,0.0,2.013425350189209,2.123927354812622,-0.005816106218844652,0.0026256816927343607,0.4947892129421234,0.48024556040763855,0.5326817035675049,337.0,86272.0,2098.971252934076,5521408.0 +384.41,25.15999984741211,2734.0,0.0062276385724544525,0.0743408203125,0.0,1.9675297737121582,2.116321325302124,-0.006613833364099264,0.0026298249140381813,0.4102567732334137,0.47526589035987854,0.641206681728363,338.0,86528.0,2104.9641430161428,5537792.0 +383.72,25.09000015258789,2697.0,0.007788999006152153,0.0992635115981102,0.0,1.9369698762893677,2.131244421005249,-0.005360657814890146,0.0026364384684711695,0.31953126192092896,0.48565781116485596,0.6498982608318329,339.0,86784.0,2111.0392990210094,5554176.0 +389.41,24.670000076293945,2717.0,0.011884238570928574,0.1523030549287796,0.0,1.9147149324417114,2.1387319564819336,-0.0055308155715465546,0.0026299094315618277,0.30352476239204407,0.47491589188575745,0.6815443336963654,340.0,87040.0,2117.0709971841425,5570560.0 +392.32,25.309999465942383,2676.0,0.011953006498515606,0.1515095978975296,0.0,1.8710163831710815,2.1423704624176025,-0.005431989673525095,0.0026331504341214895,0.19992117583751678,0.4813363552093506,0.7428853213787079,341.0,87296.0,2123.1943624361884,5586944.0 +405.97,26.760000228881836,2683.0,0.008290774188935757,0.1014607772231102,0.0,1.9097566604614258,2.154705286026001,-0.006240181624889374,0.0026240330189466476,0.29288139939308167,0.47908639907836914,0.698386937379837,342.0,87552.0,2129.3014394170605,5603328.0 +408.26,27.729999542236328,2634.0,0.00989687629044056,0.1252238005399704,0.0,1.8967095613479614,2.1360223293304443,-0.005869702901691198,0.002620909595862031,0.26166045665740967,0.4826543629169464,0.7206465601921082,343.0,87808.0,2135.521268328186,5619712.0 +406.71,27.770000457763672,2602.0,0.01202576607465744,0.1600748747587204,0.0,1.8677595853805542,2.1448214054107666,-0.004779122769832611,0.002628396963700652,0.19949327409267426,0.48004183173179626,0.7380460798740387,344.0,88064.0,2141.816829290008,5636096.0 +404.85,27.850000381469727,2610.0,0.010820146650075912,0.1408488005399704,0.0,1.859288215637207,2.1411142349243164,-0.0054067992605268955,0.0026248127687722445,0.19861377775669098,0.4743930399417877,0.7646986395120621,345.0,88320.0,2148.0941427759826,5652480.0 +402.35,27.56999969482422,2689.0,0.010447241365909576,0.1252034455537796,0.0,1.8677328824996948,2.153519630432129,-0.005700957495719194,0.0026271548122167587,0.21028612554073334,0.4762484133243561,0.7449348270893097,346.0,88576.0,2154.1857800891157,5668864.0 +404.14,27.65999984741211,2682.0,0.009078043513000011,0.1172078475356102,0.0,1.883928656578064,2.158552408218384,-0.006445045117288828,0.002624954329803586,0.24883942306041718,0.4750625193119049,0.7081062495708466,347.0,88832.0,2160.2944202621,5685248.0 +405.61,27.290000915527344,2665.0,0.009278981015086174,0.1233927384018898,0.0,1.8707612752914429,2.1450793743133545,-0.00738536985591054,0.002624019281938672,0.21031922101974487,0.4824284315109253,0.7424705624580383,348.0,89088.0,2166.4427349441685,5701632.0 +406.37,27.450000762939453,2635.0,0.01146972831338644,0.1531982421875,0.0,1.9033756256103516,2.148616313934326,-0.00595242390409112,0.002634391188621521,0.2627513110637665,0.4822429120540619,0.728857159614563,349.0,89344.0,2172.661321444204,5718016.0 +401.04,26.100000381469727,2613.0,0.015105641447007656,0.1997884064912796,0.0,1.942526936531067,2.154416799545288,-0.001650394988246262,0.0026479398366063833,0.3160582482814789,0.48372259736061096,0.6877308487892151,350.0,89600.0,2178.932051842101,5734400.0 +393.76,25.579999923706055,2598.0,0.016878223046660423,0.19903564453125,0.0,1.9406003952026367,2.153693437576294,-0.0016002507181838155,0.0026436953339725733,0.3254067599773407,0.4791867733001709,0.6803967952728271,351.0,89856.0,2185.237111133989,5750784.0 +403.09,26.770000457763672,2715.0,0.009500945918262005,0.1233723983168602,0.0,1.9054025411605835,2.1347391605377197,-0.0028945349622517824,0.0026426322292536497,0.2418650984764099,0.48739612102508545,0.7336053550243378,352.0,90112.0,2191.2729198031593,5767168.0 +405.0,26.610000610351562,2710.0,0.008575505577027798,0.0958455428481102,0.0,1.9353314638137817,2.1525943279266357,-0.0048371548764407635,0.002630631672218442,0.2933630049228668,0.49969741702079773,0.7562714666128159,353.0,90368.0,2197.3297339819837,5783552.0 +407.68,26.239999771118164,2687.0,0.010376530699431896,0.1294962614774704,0.0,1.9760223627090454,2.129153251647949,-0.0026014100294560194,0.0026295685674995184,0.39883652329444885,0.4857129752635956,0.7128043174743652,354.0,90624.0,2203.4262142640073,5799936.0 +403.7,26.469999313354492,2607.0,0.008739703334867954,0.1164957657456398,0.0,1.9098609685897827,2.1446311473846436,-0.005414383020251989,0.002621438354253769,0.25658857822418213,0.49770835041999817,0.776176780462265,355.0,90880.0,2209.7103491399903,5816320.0 +400.79,26.559999465942383,2619.0,0.010774493217468262,0.13543701171875,0.0,1.9732660055160522,2.1165878772735596,-0.005321981385350227,0.002633811207488179,0.3861042559146881,0.4897960126399994,0.6699643731117249,356.0,91136.0,2215.9663310651667,5832704.0 +399.57,26.360000610351562,2680.0,0.014813672751188278,0.1728108674287796,0.0,1.9206390380859375,2.1145668029785156,-0.0020406129769980907,0.0026240814477205276,0.3148617148399353,0.4743540287017822,0.7491297423839569,357.0,91392.0,2222.079539074097,5849088.0 +402.98,27.1200008392334,2718.0,0.01527856383472681,0.182861328125,0.0,1.9609640836715698,2.130901336669922,-0.0023829143028706312,0.0026137905661016703,0.36600109934806824,0.4947602450847626,0.7192049920558929,358.0,91648.0,2228.106952078175,5865472.0 +389.65,25.889999389648438,2705.0,0.007875011302530766,0.0780232772231102,0.0,2.0089638233184814,2.150315523147583,-0.001998620107769966,0.002612312324345112,0.47036561369895935,0.49112674593925476,0.6982675790786743,359.0,91904.0,2234.162644835189,5881856.0 +384.08,24.579999923706055,2710.0,0.0064599718898534775,0.071044921875,0.0,2.08597993850708,2.139047384262085,-0.004287614952772856,0.0026161596179008484,0.6462906002998352,0.48043277859687805,0.5779571533203125,360.0,92160.0,2240.207447455032,5898240.0 +391.94,25.219999313354492,2752.0,0.007425002288073301,0.0909220352768898,0.0,1.8954945802688599,2.134598970413208,-0.004159353207796812,0.0026159079279750586,0.2637290954589844,0.48118141293525696,0.767828032374382,361.0,92416.0,2246.1642912970856,5914624.0 +405.71,26.850000381469727,2757.0,0.005623731296509504,0.0588582344353199,0.0,1.897919774055481,2.1497557163238525,-0.004818189889192581,0.00261671282351017,0.2180512696504593,0.5068535208702087,0.8051723539829254,362.0,92672.0,2252.1078808761667,5931008.0 +405.84,27.75,2681.0,0.01007391232997179,0.1297810822725296,0.0,1.951661229133606,2.133448362350464,-0.0062002805061638355,0.002614605939015746,0.3794553279876709,0.48216524720191956,0.6682856678962708,363.0,92928.0,2258.2178653860465,5947392.0 +384.62,25.610000610351562,2627.0,0.012255125679075718,0.1321614533662796,0.0,2.007556676864624,2.1080076694488525,-0.00611259788274765,0.0026186639443039894,0.4718143045902252,0.489510178565979,0.6474871039390564,364.0,93184.0,2264.453481716104,5963776.0 +378.1,25.18000030517578,2675.0,0.008851536549627781,0.1070353165268898,0.0,1.9501911401748657,2.1455047130584717,-0.00485782278701663,0.0026177719701081514,0.38084885478019714,0.47719380259513855,0.6584936082363129,365.0,93440.0,2270.579252202064,5980160.0 +386.03,26.010000228881836,2725.0,0.01045572105795145,0.1322835236787796,0.0,1.899885654449463,2.1177303791046143,-0.004492033272981644,0.0026138853281736374,0.2895507514476776,0.473836749792099,0.6974419355392456,366.0,93696.0,2276.591444796184,5996544.0 +404.52,27.530000686645508,2731.0,0.009458684362471104,0.1248982772231102,0.0,1.8383398056030273,2.1332645416259766,-0.006236877758055925,0.00260711251758039,0.16011784970760345,0.4822941720485687,0.7624104171991348,367.0,93952.0,2282.592077339068,6012928.0 +401.76,26.65999984741211,2699.0,0.0110464571043849,0.1385904997587204,0.0,1.9239622354507446,2.1077327728271484,-0.004792755004018545,0.0026167139876633883,0.3447500169277191,0.469100683927536,0.6336406171321869,368.0,94208.0,2288.6629535660613,6029312.0 +409.66,26.56999969482422,2640.0,0.0103888725861907,0.1238199844956398,0.0,1.8850218057632446,2.1182496547698975,-0.003875999478623271,0.0026168953627347946,0.2677721083164215,0.46774688363075256,0.7137357592582703,369.0,94464.0,2294.869357611984,6045696.0 +408.45,26.309999465942383,2626.0,0.015275229699909687,0.1922810822725296,0.0,1.8942604064941406,2.113645076751709,-0.0035975761711597443,0.0026139349211007357,0.2635699212551117,0.480241984128952,0.6762939989566803,370.0,94720.0,2301.1090740889776,6062080.0 +408.48,27.040000915527344,2619.0,0.012459524907171726,0.1563517302274704,0.0,1.852371335029602,2.1191694736480713,-0.006597770843654871,0.0026157379616051912,0.16625910997390747,0.4891621172428131,0.7547027319669724,371.0,94976.0,2307.370755631011,6078464.0 +412.07,27.8799991607666,2665.0,0.010498258285224438,0.12994384765625,0.0,1.8500930070877075,2.1002676486968994,-0.00501306913793087,0.0026096731889992952,0.15951430797576904,0.49151507019996643,0.7684876024723053,372.0,95232.0,2313.517594065983,6094848.0 +406.43,27.729999542236328,2711.0,0.009164389222860336,0.1123453751206398,0.0,1.91373872756958,2.0911600589752197,-0.0077508073300123215,0.0026163915172219276,0.2880828082561493,0.4901639521121979,0.7159299552440643,373.0,95488.0,2319.559966746019,6111232.0 +402.88,28.010000228881836,2702.0,0.012444120831787586,0.15411376953125,0.0,1.8568228483200073,2.128610372543335,-0.004337117541581392,0.0026085644494742155,0.17578120529651642,0.4902733862400055,0.7736912369728088,374.0,95744.0,2325.6242629811168,6127616.0 +402.17,28.649999618530273,2688.0,0.012637783773243427,0.1461385041475296,0.0,1.9037014245986938,2.1054913997650146,-0.0027737587224692106,0.002608147682622075,0.2583944499492645,0.4942587614059448,0.6742196381092072,375.0,96000.0,2331.7189454049803,6144000.0 +402.62,28.309999465942383,2698.0,0.011747363023459911,0.14691162109375,0.0,1.9179625511169434,2.1291887760162354,-0.0050633070059120655,0.0026120070833712816,0.2798498868942261,0.4983890950679779,0.6632686853408813,376.0,96256.0,2337.791842084145,6160384.0 +396.49,26.760000228881836,2664.0,0.010040300898253918,0.1207682266831398,0.0,1.9113537073135376,2.1306474208831787,-0.004741469863802195,0.00261883158236742,0.2943379580974579,0.4808169901371002,0.6452085077762604,377.0,96512.0,2343.941988038132,6176768.0 +393.04,26.520000457763672,2657.0,0.010085209272801876,0.1228434219956398,0.0,1.9082919359207153,2.1417527198791504,-0.007038796320557594,0.002609871095046401,0.30510765314102173,0.47925901412963867,0.6462914645671844,378.0,96768.0,2350.1068343240768,6193152.0 +397.55,27.59000015258789,2678.0,0.013340913690626621,0.16485595703125,0.0,1.8663883209228516,2.1107804775238037,-0.0022384219337254763,0.0026111535262316465,0.19404326379299164,0.48713627457618713,0.7603568732738495,379.0,97024.0,2356.2242951490916,6209536.0 +407.94,28.239999771118164,2697.0,0.011103164404630661,0.1366780549287796,0.0,1.8497838973999023,2.13899302482605,-0.004147552419453859,0.002624988555908203,0.12303543835878372,0.5013092756271362,0.8036314100027084,380.0,97280.0,2362.2998785271775,6225920.0 +402.67,27.360000610351562,2696.0,0.011318736709654331,0.1449788361787796,0.0,1.9225298166275024,2.1489741802215576,-0.0061362688429653645,0.0026072675827890635,0.3249424397945404,0.4840511977672577,0.612435907125473,381.0,97536.0,2368.3772056701127,6242304.0 +393.45,26.770000457763672,2683.0,0.00867308210581541,0.1065470352768898,0.0,1.9509574174880981,2.123403787612915,-0.0037358831614255905,0.002608346752822399,0.33731696009635925,0.5030956864356995,0.5812183320522308,382.0,97792.0,2374.4827992001083,6258688.0 +390.27,26.489999771118164,2668.0,0.00891577173024416,0.1127115860581398,0.0,1.91018807888031,2.13191819190979,-0.004562946502119303,0.002607471076771617,0.25470948219299316,0.5049800276756287,0.6652065813541412,383.0,98048.0,2380.6235612311866,6275072.0 +397.49,26.100000381469727,2687.0,0.015227804891765118,0.1953938752412796,0.0,1.9948939085006714,2.1422197818756104,-0.0006183853256516159,0.0026052554603666067,0.41867420077323914,0.5049695372581482,0.6060484349727631,384.0,98304.0,2386.7211182611063,6291456.0 +392.35,25.540000915527344,2657.0,0.012231339700520039,0.1449991911649704,0.0,1.91094970703125,2.1281065940856934,-0.003502791514620185,0.002606053836643696,0.2715686857700348,0.49692225456237793,0.6348600685596466,385.0,98560.0,2392.8872889750637,6307840.0 +396.26,25.690000534057617,2637.0,0.014001323841512203,0.1772257536649704,0.0,1.9036771059036255,2.110659599304199,-0.0009390240884386003,0.002605144865810871,0.26942625641822815,0.48843714594841003,0.6796766221523285,386.0,98816.0,2399.100169375073,6324224.0 +399.57,26.440000534057617,2681.0,0.014876107685267925,0.1744588166475296,0.0,1.8854929208755493,2.121683359146118,-0.004775563254952431,0.0026078131049871445,0.2459353655576706,0.4846111238002777,0.6395254731178284,387.0,99072.0,2405.211815322982,6340608.0 +390.89,25.979999542236328,2696.0,0.015788324177265167,0.1998087614774704,0.0,1.932385802268982,2.1229212284088135,-0.003651979612186551,0.0026028070133179426,0.33794698119163513,0.48689004778862,0.5880774557590485,388.0,99328.0,2411.289923512144,6356992.0 +400.37,26.920000076293945,2726.0,0.01098758727312088,0.142822265625,0.0,1.845150113105774,2.1328604221343994,-0.006713890004903078,0.0026078515220433474,0.16377855837345123,0.48737743496894836,0.7117239832878113,389.0,99584.0,2417.3011349299923,6373376.0 +393.6,26.170000076293945,2738.0,0.007918336428701878,0.10052490234375,0.0,1.8834604024887085,2.0998353958129883,-0.007473730947822332,0.00260749994777143,0.24057374894618988,0.4878957271575928,0.6838082075119019,390.0,99840.0,2423.2848622091115,6389760.0 +400.08,27.209999084472656,2742.0,0.013004306703805923,0.18597412109375,0.0,1.9026503562927246,2.0826852321624756,-0.0036254615988582373,0.0026167631149291992,0.28266122937202454,0.4773905277252197,0.6246576607227325,391.0,100096.0,2429.259729942074,6406144.0 +393.29,25.760000228881836,2598.0,0.013699568808078766,0.1766560822725296,0.0,1.8997745513916016,2.1031341552734375,-0.0017912546172738075,0.002609775634482503,0.2738064229488373,0.4808062016963959,0.6248438954353333,392.0,100352.0,2435.5646857470274,6422528.0 +393.18,26.530000686645508,2695.0,0.009976468048989773,0.1308186799287796,0.0,1.938909888267517,2.1144559383392334,-0.005796961486339569,0.002603051485493779,0.36076292395591736,0.4839439392089844,0.5586547255516052,393.0,100608.0,2441.643601201009,6438912.0 +395.16,26.219999313354492,2707.0,0.010041969828307629,0.1232503280043602,0.0,1.8475934267044067,2.110258102416992,-0.007997977547347546,0.002605326706543565,0.15632139146327972,0.49586987495422363,0.7248983383178711,394.0,100864.0,2447.6971542490646,6455296.0 +405.91,26.739999771118164,2720.0,0.013547901064157486,0.1545003205537796,0.0,1.8954577445983887,2.1291418075561523,-0.005001272540539503,0.002613093936815858,0.2558647096157074,0.48727110028266907,0.7054768204689026,395.0,101120.0,2453.721275665099,6471680.0 +413.1,27.15999984741211,2735.0,0.009507330134510994,0.1223348006606102,0.0,1.8342193365097046,2.1245219707489014,-0.007246719673275948,0.0026005746331065893,0.14056383073329926,0.49214205145835876,0.7890175729990005,396.0,101376.0,2459.711481202161,6488064.0 +396.36,25.690000534057617,2713.0,0.010356671176850796,0.13836669921875,0.0,1.9112993478775024,2.1078011989593506,-0.006607545539736748,0.002601898042485118,0.29004690051078796,0.4930121898651123,0.6476125121116638,397.0,101632.0,2465.750251402147,6504448.0 +394.41,25.920000076293945,2693.0,0.010284996591508389,0.1291707307100296,0.0,1.8922239542007446,2.136805295944214,-0.006861974950879812,0.002597457729279995,0.2577720582485199,0.49283933639526367,0.6738325357437134,398.0,101888.0,2471.8331469330005,6520832.0 +382.46,25.1200008392334,2657.0,0.009249091148376465,0.11077880859375,0.0,1.9603346586227417,2.106191396713257,-0.007295394781976938,0.0026156995445489883,0.4055432975292206,0.4780706465244293,0.6037724316120148,399.0,102144.0,2477.9997331469785,6537216.0 +395.52,25.56999969482422,2641.0,0.011006630025804043,0.1405232697725296,0.0,1.8297301530838013,2.120722532272339,-0.006556052248924971,0.0026087146252393723,0.2287309318780899,0.4942842423915863,0.6575231850147247,400.0,102400.0,2484.2036822750233,6553600.0 +400.27,26.270000457763672,2684.0,0.008154565468430519,0.1018473282456398,0.0,1.809390902519226,2.1350786685943604,-0.005934176500886679,0.002607147442176938,0.2139400839805603,0.48121821880340576,0.6851248741149902,401.0,102656.0,2490.3085278840736,6569984.0 +393.32,25.959999084472656,2633.0,0.011572830379009247,0.1405029296875,0.0,1.913446068763733,2.1288249492645264,-0.007141238544136286,0.0026129584293812513,0.3617333173751831,0.5106126666069031,0.5422462522983551,402.0,102912.0,2496.533944696188,6586368.0 +396.39,26.780000686645508,2689.0,0.008287529461085796,0.1128946915268898,0.0,1.786445140838623,2.1508963108062744,-0.0066215284168720245,0.002608761889860034,0.1440623253583908,0.49365857243537903,0.7656931728124619,403.0,103168.0,2502.6264044072013,6602752.0 +404.11,27.229999542236328,2704.0,0.012075354345142841,0.149169921875,0.0,1.7841506004333496,2.161555290222168,-0.00756166921928525,0.0026154874358326197,0.13969062268733978,0.4912637770175934,0.7612413614988327,404.0,103424.0,2508.6851539351046,6619136.0 +402.48,26.530000686645508,2707.0,0.016594059765338898,0.1986287385225296,0.0,1.9172019958496094,2.1629021167755127,-0.000634283060207963,0.0026088387239724398,0.3937809467315674,0.4936511814594269,0.5939108729362488,405.0,103680.0,2514.736246374203,6635520.0 +390.85,25.329999923706055,2664.0,0.011404099874198437,0.1387939453125,0.0,1.8662463426589966,2.1530797481536865,-0.00592977786436677,0.002613257383927703,0.3128569722175598,0.4859772026538849,0.6034075617790222,406.0,103936.0,2520.886854543118,6651904.0 +381.55,24.420000076293945,2672.0,0.010704153217375278,0.12872314453125,0.0,1.938157081604004,2.158710241317749,-0.005757864098995924,0.00261053629219532,0.43142393231391907,0.5002476572990417,0.5228545963764191,407.0,104192.0,2527.018110767007,6668288.0 +398.83,25.969999313354492,2601.0,0.010514010675251484,0.1347859650850296,0.0,1.804434895515442,2.1406967639923096,-0.004807323683053255,0.0026094606146216393,0.17281021177768707,0.49506306648254395,0.7069768309593201,408.0,104448.0,2533.3180066661444,6684672.0 +407.57,26.979999542236328,2578.0,0.013741332106292248,0.1730143278837204,0.0,1.7698087692260742,2.137216091156006,-0.006446571554988623,0.0025932558346539736,0.12050023674964905,0.4960796535015106,0.8042046576738358,409.0,104704.0,2539.6736713270657,6701056.0 +404.17,26.09000015258789,2659.0,0.010083421133458614,0.13323974609375,0.0,1.8795709609985352,2.1762733459472656,-0.0055488236248493195,0.0025991692673414946,0.3345612585544586,0.49541833996772766,0.6425025165081024,410.0,104960.0,2545.8353577291127,6717440.0 +400.43,25.8700008392334,2667.0,0.01059361919760704,0.1305338591337204,0.0,1.8358403444290161,2.1581966876983643,-0.007872900925576687,0.002590712159872055,0.24075788259506226,0.5051305294036865,0.6718676686286926,411.0,105216.0,2551.9790883101523,6733824.0 +401.29,26.899999618530273,2685.0,0.013107597827911377,0.1719156950712204,0.0,1.8144216537475586,2.175461530685425,-0.0032068442087620497,0.0025944148655980825,0.19488953053951263,0.5002068877220154,0.7361243963241577,412.0,105472.0,2558.0859536211938,6750208.0 +403.63,27.049999237060547,2685.0,0.010779590345919132,0.1382242888212204,0.0,1.8173273801803589,2.1574513912200928,-0.004877389874309301,0.0025934025179594755,0.1828433722257614,0.5114641189575195,0.7335665225982666,413.0,105728.0,2564.1868885362055,6766592.0 +403.65,26.799999237060547,2701.0,0.010769683867692947,0.12677001953125,0.0,1.8797513246536255,2.15545392036438,-0.002413551788777113,0.002599536906927824,0.3035777509212494,0.5079562664031982,0.6496212482452393,414.0,105984.0,2570.253479572013,6782976.0 +396.82,26.360000610351562,2659.0,0.00834204163402319,0.0983479842543602,0.0,1.8745406866073608,2.16353440284729,-0.004269838333129883,0.00259155104868114,0.29567956924438477,0.5126458406448364,0.6415974795818329,415.0,106240.0,2576.4159656341653,6799360.0 +399.91,27.540000915527344,2732.0,0.009039376862347126,0.1144612655043602,0.0,1.8030849695205688,2.1703598499298096,-0.0049901497550308704,0.0025905335787683725,0.16657987236976624,0.5068426728248596,0.7578398734331131,416.0,106496.0,2582.4133877200074,6815744.0 +401.37,26.81999969482422,2708.0,0.008470489643514156,0.10308837890625,0.0,1.8434642553329468,2.1858108043670654,-0.006964191794395447,0.0025938439648598433,0.2552744150161743,0.5032893419265747,0.6769717931747437,417.0,106752.0,2588.464390379144,6832128.0 +406.38,27.780000686645508,2703.0,0.010888185352087021,0.1336873322725296,0.0,1.8264408111572266,2.17546010017395,-0.0051115029491484165,0.0025950733106583357,0.2185986042022705,0.5020126700401306,0.6816150844097137,418.0,107008.0,2594.5252716601826,6848512.0 +406.98,27.239999771118164,2688.0,0.011722649447619915,0.13189697265625,0.0,1.821553111076355,2.1691691875457764,-0.0036901773419231176,0.002588092815130949,0.20900094509124756,0.5038794875144958,0.7214857339859009,419.0,107264.0,2600.6201562010683,6864896.0 +408.46,27.09000015258789,2714.0,0.012110929004848003,0.1616414338350296,0.0,1.8206673860549927,2.1963822841644287,-0.007022970821708441,0.002594845136627555,0.20076359808444977,0.5075593590736389,0.7721252143383026,420.0,107520.0,2606.65624683816,6881280.0 +406.34,27.520000457763672,2708.0,0.014208697713911533,0.1583048552274704,0.0,1.8301106691360474,2.2064049243927,-0.005478075239807367,0.00259105465374887,0.21855922043323517,0.508526623249054,0.668480634689331,421.0,107776.0,2612.7064682811033,6897664.0 +403.6,27.030000686645508,2703.0,0.0128059983253479,0.1785074919462204,0.0,1.8184813261032104,2.2002475261688232,-0.003777904435992241,0.0025846927892416716,0.21741576492786407,0.49847984313964844,0.6800948977470398,422.0,108032.0,2618.7683640711475,6914048.0 +403.12,27.1299991607666,2727.0,0.011412783525884151,0.1421101838350296,0.0,1.7798632383346558,2.194732904434204,-0.003362956689670682,0.0025887268129736185,0.14861971139907837,0.49162304401397705,0.7734856009483337,423.0,108288.0,2624.7763446720783,6930432.0 +403.67,27.0,2695.0,0.01294753048568964,0.14996337890625,0.0,1.8635478019714355,2.198859214782715,-0.004942888393998146,0.0025869656819850206,0.2648073732852936,0.520582377910614,0.6537237465381622,424.0,108544.0,2630.855478166137,6946816.0 +402.21,27.280000686645508,2704.0,0.010788512416183949,0.13299560546875,0.0,1.8576596975326538,2.2000982761383057,-0.004956030286848545,0.0025930951815098524,0.2557661831378937,0.5161328315734863,0.6702339053153992,425.0,108800.0,2636.9151029181667,6963200.0 +391.54,25.93000030517578,2707.0,0.00988602265715599,0.1077473983168602,0.0,1.8845878839492798,2.2049057483673096,-0.007177210878580809,0.002593099605292082,0.32524919509887695,0.5104102492332458,0.6343532204627991,426.0,109056.0,2642.966858368134,6979584.0 +378.25,22.940000534057617,2689.0,0.008963978849351406,0.105224609375,0.0,1.9682903289794922,2.2053868770599365,-0.006010296288877726,0.0026004461105912924,0.46109262108802795,0.521820604801178,0.6542444229125977,427.0,109312.0,2649.0596434180625,6995968.0 +381.48,22.790000915527344,2702.0,0.011125673539936543,0.1318155974149704,0.0,1.8242417573928833,2.21553111076355,-0.006433107424527407,0.002588085364550352,0.21725641191005707,0.5057069659233093,0.6785624027252197,428.0,109568.0,2655.1230057859793,7012352.0 +385.94,24.040000915527344,2618.0,0.010649512521922588,0.146484375,0.0,1.8640108108520508,2.2142951488494873,-0.00458822725340724,0.002589563140645623,0.27097418904304504,0.5163732767105103,0.6456468999385834,429.0,109824.0,2661.380723170005,7028736.0 +398.59,25.510000228881836,2647.0,0.011355474591255188,0.1392008513212204,0.0,1.864508032798767,2.215522527694702,-0.0034330785274505615,0.0025927615351974964,0.2758876085281372,0.5115727782249451,0.6519815921783447,430.0,110080.0,2667.569221509155,7045120.0 +394.27,25.209999084472656,2728.0,0.013460773974657059,0.14971923828125,0.0,1.8417562246322632,2.2067112922668457,-0.002818139037117362,0.0026044074911624193,0.18604755401611328,0.5278984308242798,0.7100348174571991,431.0,110336.0,2673.57438680809,7061504.0 +398.07,24.489999771118164,2691.0,0.014383018016815186,0.1713663786649704,0.0,1.913832664489746,2.218357801437378,-0.0007041665376164019,0.0025902509223669767,0.3531613051891327,0.5210699439048767,0.6387863755226135,432.0,110592.0,2679.663698543096,7077888.0 +397.26,25.0,2626.0,0.008645965717732906,0.10223388671875,0.0,1.867141842842102,2.2105495929718018,-0.0051214806735515594,0.0026024768594652414,0.23876728117465973,0.5302749872207642,0.6401045620441437,433.0,110848.0,2685.9020977281034,7094272.0 +397.1,25.34000015258789,2668.0,0.011182264424860477,0.12969970703125,0.0,1.8442422151565552,2.212928056716919,-0.006530361715704203,0.002593870274722576,0.19344542920589447,0.5358103513717651,0.7059330344200134,434.0,111104.0,2692.042773372028,7110656.0 +402.62,26.209999084472656,2726.0,0.011876757256686687,0.158447265625,0.0,1.8128942251205444,2.235919952392578,-0.00632655480876565,0.0025901051703840494,0.17019616067409515,0.5173681378364563,0.7383050322532654,435.0,111360.0,2698.054976782063,7127040.0 +402.11,25.90999984741211,2710.0,0.011894377879798412,0.1471150666475296,0.0,1.8562215566635132,2.2218642234802246,-0.006032619625329971,0.0025914853904396296,0.23515444993972778,0.5274235606193542,0.6511588990688324,436.0,111616.0,2704.1003360510804,7143424.0 +406.82,27.1200008392334,2694.0,0.006256822496652603,0.0647989884018898,0.0,1.8307690620422363,2.217468023300171,-0.00534857576712966,0.0025926826056092978,0.20793215930461884,0.5138552784919739,0.6672295331954956,437.0,111872.0,2710.181941535091,7159808.0 +408.43,27.420000076293945,2684.0,0.007914961315691471,0.09674072265625,0.0,1.7734456062316895,2.197827100753784,-0.008259239606559277,0.0025910919066518545,0.10780274122953415,0.509960949420929,0.8049267083406448,438.0,112128.0,2716.2866736790165,7176192.0 +413.5,28.229999542236328,2664.0,0.007929336279630661,0.0950113907456398,0.0,1.785894751548767,2.183940887451172,-0.006634396966546774,0.0025895333383232355,0.12727025151252747,0.5117226243019104,0.7711092829704285,439.0,112384.0,2722.436410411028,7192576.0 +404.33,27.790000915527344,2648.0,0.010569073259830475,0.1211140975356102,0.0,1.8476775884628296,2.1739561557769775,-0.004139343276619911,0.00258954637683928,0.2658933401107788,0.5012696981430054,0.6707189381122589,440.0,112640.0,2728.6248402090278,7208960.0 +406.84,27.65999984741211,2631.0,0.012813151814043522,0.1493733674287796,0.0,1.8028589487075806,2.1945414543151855,-0.002066458808258176,0.0025875018909573555,0.16252769529819489,0.5074485540390015,0.7661821842193604,441.0,112896.0,2734.852638459066,7225344.0 +405.55,27.5,2684.0,0.008399481885135174,0.10064697265625,0.0,1.8454231023788452,2.199247121810913,-0.004180480260401964,0.00258948327973485,0.252051442861557,0.506419837474823,0.663885623216629,442.0,113152.0,2740.95713485498,7241728.0 +396.52,26.280000686645508,2631.0,0.008228017017245293,0.0992024764418602,0.0,1.885812759399414,2.199476718902588,-0.006151472683995962,0.0025904292706400156,0.31921547651290894,0.5150078535079956,0.6166265606880188,443.0,113408.0,2747.1852581021376,7258112.0 +396.52,26.540000915527344,2599.0,0.0088665084913373,0.1084187850356102,0.0,1.8576030731201172,2.175553560256958,-0.005864096339792013,0.0025927957613021135,0.2400123029947281,0.5250359177589417,0.7261931598186493,444.0,113664.0,2753.488967902027,7274496.0 +391.92,26.440000534057617,2622.0,0.007557939272373915,0.0870157852768898,0.0,1.874806523323059,2.1755945682525635,-0.006755222100764513,0.002589436946436763,0.32611986994743347,0.5009618401527405,0.6734404563903809,445.0,113920.0,2759.7372995121405,7290880.0 +394.99,26.860000610351562,2586.0,0.00778387812897563,0.0869344100356102,0.0,1.811661720275879,2.1796929836273193,-0.005204326938837767,0.002588237402960658,0.18038642406463623,0.5100347399711609,0.7387479841709137,446.0,114176.0,2766.073519543046,7307264.0 +395.25,27.139999389648438,2668.0,0.009591551497578621,0.1222941055893898,0.0,1.9415203332901,2.1916184425354004,-0.004971610847860575,0.0025849102530628443,0.43124112486839294,0.516153872013092,0.5854949653148651,447.0,114432.0,2772.2137134610675,7323648.0 +389.39,25.760000228881836,2673.0,0.010696403682231903,0.1243896484375,0.0,1.8964104652404785,2.1720969676971436,-0.004605164751410484,0.0025884255301207304,0.3353009521961212,0.5167675614356995,0.6613149344921112,448.0,114688.0,2778.3446743441746,7340032.0 +375.69,25.010000228881836,2702.0,0.010826227255165577,0.1223551407456398,0.0,1.9189914464950562,2.173778533935547,-0.003995181526988745,0.002583128632977605,0.40514588356018066,0.5060698986053467,0.6107804775238037,449.0,114944.0,2784.4078574520536,7356416.0 +382.52,26.100000381469727,2693.0,0.01157190278172493,0.1524251252412796,0.0,1.8904638290405273,2.1661415100097656,-0.003384918672963977,0.00258443015627563,0.320239394903183,0.5270459651947021,0.6566674411296844,450.0,115200.0,2790.491209035041,7372800.0 +377.59,25.260000228881836,2734.0,0.011167469434440136,0.1449788361787796,0.0,1.899067759513855,2.183401346206665,-0.005685342941433191,0.0025847426149994135,0.3752279281616211,0.5098751187324524,0.6150773167610168,451.0,115456.0,2796.4828928411007,7389184.0 +394.09,25.75,2682.0,0.011589006520807743,0.143310546875,0.0,1.846967339515686,2.221398115158081,-0.0051282490603625774,0.002588581992313266,0.27395203709602356,0.5062559247016907,0.7067188918590546,452.0,115712.0,2802.5922351910267,7405568.0 +401.65,26.459999084472656,2691.0,0.009514912031590939,0.1255696564912796,0.0,1.8095498085021973,2.2206170558929443,-0.005271927919238806,0.0025862876791507006,0.1883254051208496,0.5131363272666931,0.7469368875026703,453.0,115968.0,2808.6807726239786,7421952.0 +402.88,27.190000534057617,2693.0,0.00974890124052763,0.1127115860581398,0.0,1.8907474279403687,2.215832233428955,-0.00669177295640111,0.0025866669602692127,0.3502088487148285,0.5146337747573853,0.6258009672164917,454.0,116224.0,2814.764051730046,7438336.0 +392.83,26.43000030517578,2706.0,0.010805132798850536,0.14251708984375,0.0,1.8897099494934082,2.2261664867401123,-0.007657746318727732,0.0025849740486592054,0.3524269759654999,0.5143639445304871,0.6646395325660706,455.0,116480.0,2820.819431802025,7454720.0 +388.8,25.469999313354492,2752.0,0.011278352700173855,0.13970947265625,0.0,1.866526484489441,2.2130353450775146,-0.005479997023940086,0.0025879107415676117,0.27975156903266907,0.5241353511810303,0.6985988616943359,456.0,116736.0,2826.7729799312074,7471104.0 +398.28,26.479999542236328,2739.0,0.012240870855748653,0.1565755158662796,0.0,1.8758031129837036,2.200627326965332,-0.003923340234905481,0.002586085582152009,0.2996573746204376,0.5226051807403564,0.6882506608963013,457.0,116992.0,2832.757897853153,7487488.0 +400.84,26.610000610351562,2719.0,0.011280771344900131,0.1537068635225296,0.0,1.8543200492858887,2.2256691455841064,-0.003234235802665353,0.002584602450951934,0.26090386509895325,0.5207089781761169,0.7256750762462616,458.0,117248.0,2838.7844468280673,7503872.0 +405.26,27.6299991607666,2707.0,0.011938185431063175,0.1582234650850296,0.0,1.8339667320251465,2.2313883304595947,-0.0031056737061589956,0.002586319111287594,0.25363171100616455,0.5024510025978088,0.7254682183265686,459.0,117504.0,2844.83664445905,7520256.0 +395.96,26.920000076293945,2695.0,0.012099754065275192,0.1424357146024704,0.0,1.897841453552246,2.2255475521087646,-0.0025759513955563307,0.002585818525403738,0.3670636713504791,0.5095109939575195,0.6483453810214996,460.0,117760.0,2850.916207900038,7536640.0 +385.8,25.790000915527344,2703.0,0.011723966337740421,0.1438191682100296,0.0,1.8535295724868774,2.2294671535491943,-0.0068597751669585705,0.0025856357533484697,0.2833714187145233,0.5115271210670471,0.70247682929039,461.0,118016.0,2856.9779170551337,7553024.0 +385.55,26.06999969482422,2710.0,0.011388254351913929,0.1430460661649704,0.0,1.835055947303772,2.2305891513824463,-0.0053623635321855545,0.002580031519755721,0.2708878219127655,0.5001121163368225,0.6447312533855438,462.0,118272.0,2863.0228785381187,7569408.0 +397.3,27.200000762939453,2644.0,0.012187045998871326,0.1537678986787796,0.0,1.7969251871109009,2.2490618228912354,-0.004123831633478403,0.002582040149718523,0.1995169073343277,0.49548161029815674,0.7606275528669357,463.0,118528.0,2869.2187003400177,7585792.0 +399.89,27.690000534057617,2683.0,0.01350040640681982,0.1728922575712204,0.0,1.8143320083618164,2.240370988845825,-0.0030302898958325386,0.0025845591444522142,0.25328919291496277,0.4831746816635132,0.6644730567932129,464.0,118784.0,2875.324192941189,7602176.0 +402.76,28.149999618530273,2691.0,0.009586556814610958,0.1202799454331398,0.0,1.836450457572937,2.2432074546813965,-0.005126283038407564,0.0025898395106196404,0.2783450484275818,0.49267563223838806,0.6748610734939575,465.0,119040.0,2881.4118620830122,7618560.0 +396.82,27.829999923706055,2703.0,0.014006721787154675,0.1754964143037796,0.0,1.8582086563110352,2.250276803970337,-0.0027466071769595146,0.00257628271356225,0.3298355042934418,0.4929288625717163,0.5889648497104645,466.0,119296.0,2887.473038895987,7634944.0 +386.97,25.469999313354492,2743.0,0.00950794480741024,0.1233317032456398,0.0,1.9023314714431763,2.25323748588562,-0.005521115381270647,0.002588059287518263,0.4154958724975586,0.49128615856170654,0.5749938786029816,467.0,119552.0,2893.4502193171065,7651328.0 +389.3,25.559999465942383,2693.0,0.011426911689341068,0.1416422575712204,0.0,1.8356047868728638,2.2598049640655518,-0.005609909538179636,0.0025948050897568464,0.27172785997390747,0.49341869354248047,0.6557996273040771,468.0,119808.0,2899.5334084820934,7667712.0 +387.16,24.030000686645508,2713.0,0.010259824804961681,0.1366780549287796,0.0,1.8534141778945923,2.247542142868042,-0.004241388291120529,0.0025808766949921846,0.32227426767349243,0.49110177159309387,0.6957436800003052,469.0,120064.0,2905.571387018077,7684096.0 +394.47,26.1200008392334,2719.0,0.007658802438527346,0.0936279296875,0.0,1.841913104057312,2.2499918937683105,-0.006794825661927462,0.0025792885571718216,0.29247477650642395,0.498089998960495,0.6847521662712097,470.0,120320.0,2911.5968701359816,7700480.0 +400.72,27.079999923706055,2740.0,0.00840941071510315,0.09844970703125,0.0,1.7827924489974976,2.2567474842071533,-0.00825283583253622,0.0025791083462536335,0.19610412418842316,0.488427996635437,0.7450141906738281,471.0,120576.0,2917.576533487998,7716864.0 +404.51,27.309999465942383,2732.0,0.014553396962583065,0.1812337189912796,0.0,1.779274582862854,2.241478204727173,-0.006923200562596321,0.0025773760862648487,0.18012499809265137,0.4923921525478363,0.7183772623538971,472.0,120832.0,2923.572907281108,7733248.0 +399.28,26.479999542236328,2722.0,0.012528481893241405,0.1486613005399704,0.0,1.8768383264541626,2.2553393840789795,-0.006447282154113054,0.002578176325187087,0.36645272374153137,0.4962027370929718,0.5889742970466614,473.0,121088.0,2929.592716823099,7749632.0 +387.91,25.329999923706055,2670.0,0.008402436040341854,0.0978190079331398,0.0,1.8503103256225586,2.260343074798584,-0.007342115044593811,0.0025782857555896044,0.33848655223846436,0.4841255247592926,0.6252163350582123,474.0,121344.0,2935.72906843503,7766016.0 +392.94,26.200000762939453,2672.0,0.009404138661921024,0.1197916641831398,0.0,1.768129825592041,2.2562668323516846,-0.008528022095561028,0.0025769060011953115,0.16912515461444855,0.48859384655952454,0.7596137523651123,475.0,121600.0,2941.860721394187,7782400.0 +398.47,25.579999923706055,2740.0,0.008653712458908558,0.1070760115981102,0.0,1.8718372583389282,2.263080596923828,-0.008510258048772812,0.0025850345846265554,0.3689889907836914,0.4884944260120392,0.6516274213790894,476.0,121856.0,2947.840575057082,7798784.0 +393.82,25.049999237060547,2664.0,0.011991922743618488,0.1418660432100296,0.0,1.8177162408828735,2.2388596534729004,-0.007719909772276878,0.0025749255437403917,0.2553184926509857,0.49529197812080383,0.6976929605007172,477.0,122112.0,2953.9933126941323,7815168.0 +399.74,26.360000610351562,2685.0,0.010596836917102337,0.1152140274643898,0.0,1.7837809324264526,2.2630131244659424,-0.009081893600523472,0.00257394858635962,0.18169011175632477,0.5004257559776306,0.7250515818595886,478.0,122368.0,2960.0951411679853,7831552.0 +404.61,27.1299991607666,2700.0,0.010194174014031887,0.1239013671875,0.0,1.7919970750808716,2.2539315223693848,-0.0067524085752666,0.0025703462306410074,0.2193734496831894,0.4887063503265381,0.7081916034221649,479.0,122624.0,2966.162974297069,7847936.0 +400.37,26.3799991607666,2704.0,0.012358537875115871,0.1461181640625,0.0,1.8024539947509766,2.258185863494873,-0.005498337093740702,0.002575762802734971,0.2528891861438751,0.4782121479511261,0.6246200799942017,480.0,122880.0,2972.2231785801705,7864320.0 +395.88,25.81999969482422,2687.0,0.012549690902233124,0.1484578400850296,0.0,1.8317426443099976,2.2627720832824707,-0.008085637353360653,0.002566267503425479,0.30807048082351685,0.4874485731124878,0.6622612178325653,481.0,123136.0,2978.320079616038,7880704.0 +392.39,24.969999313354492,2733.0,0.013996575027704239,0.16326904296875,0.0,1.827756404876709,2.273576498031616,-0.0040440685115754604,0.002563801594078541,0.2952568829059601,0.48711350560188293,0.6187198162078857,482.0,123392.0,2984.3155061381403,7897088.0 +399.88,26.1299991607666,2698.0,0.012112326920032501,0.1562906950712204,0.0,1.8152269124984741,2.2500782012939453,-0.0034989267587661743,0.0025640225503593683,0.25089791417121887,0.4961961507797241,0.6820788085460663,483.0,123648.0,2990.387661855202,7913472.0 +402.16,26.549999237060547,2720.0,0.007561169099062681,0.0851236954331398,0.0,1.852818489074707,2.256767988204956,-0.006988564506173134,0.002577728359028697,0.3400386869907379,0.48579633235931396,0.5895299315452576,484.0,123904.0,2996.411079917103,7929856.0 +399.22,26.8700008392334,2715.0,0.008763748221099377,0.0998128280043602,0.0,1.869524598121643,2.25945782661438,-0.0067529319785535336,0.002571050077676773,0.3348093032836914,0.5089425444602966,0.599004328250885,485.0,124160.0,3002.4466147171333,7946240.0 +389.24,25.579999923706055,2701.0,0.006626336369663477,0.0803629532456398,0.0,1.8874753713607788,2.2689807415008545,-0.005581301171332598,0.0025766727048903704,0.379634290933609,0.5003917813301086,0.6066105663776398,486.0,124416.0,3008.5136404600926,7962624.0 +390.14,25.780000686645508,2711.0,0.009858480654656887,0.11187744140625,0.0,1.777417540550232,2.24444317817688,-0.007267263252288103,0.0025708486791700125,0.18811683356761932,0.48997727036476135,0.6609191298484802,487.0,124672.0,3014.5562461439986,7979008.0 +395.22,26.3700008392334,2666.0,0.009993779473006725,0.1197713240981102,0.0,1.8401018381118774,2.2058017253875732,-0.005700469017028809,0.002566990675404668,0.3054661452770233,0.49403777718544006,0.6602571606636047,488.0,124928.0,3020.7024388271384,7995392.0 +397.87,26.81999969482422,2655.0,0.01562128309160471,0.1888020783662796,0.0,1.7517939805984497,2.20854115486145,-0.005087276455014944,0.0025630758609622717,0.15139499306678772,0.4837054908275604,0.7172371745109558,489.0,125184.0,3026.8721796120517,8011776.0 +396.57,27.290000915527344,2709.0,0.014108680188655853,0.1828409880399704,0.0,1.783817172050476,2.194477081298828,-0.005102008115500212,0.002565166214480996,0.20200993120670319,0.48948991298675537,0.6688128709793091,490.0,125440.0,3032.9203345461283,8028160.0 +407.38,28.260000228881836,2738.0,0.01181082148104906,0.13555908203125,0.0,1.7731380462646484,2.1901793479919434,-0.008025339804589748,0.002568898955360055,0.20441490411758423,0.47829487919807434,0.661066472530365,491.0,125696.0,3038.904973238008,8044544.0 +402.42,27.209999084472656,2656.0,0.009571418166160583,0.1128946915268898,0.0,1.7997630834579468,2.1959547996520996,-0.00585252745077014,0.0025686088483780622,0.2178262323141098,0.49689212441444397,0.5925781428813934,492.0,125952.0,3045.0731211141683,8060928.0 +406.71,28.670000076293945,2688.0,0.01844549924135208,0.2242228239774704,0.0,1.7526493072509766,2.213480234146118,-0.0026029644068330526,0.0025650090537965298,0.14428798854351044,0.48478448390960693,0.6893934607505798,493.0,126208.0,3051.1682505509816,8077312.0 +402.21,27.649999618530273,2698.0,0.014393786899745464,0.1685994416475296,0.0,1.7981419563293457,2.1988515853881836,-0.003216218901798129,0.002566070994362235,0.21992920339107513,0.49268853664398193,0.6682054102420807,494.0,126464.0,3057.240947838174,8093696.0 +405.95,27.530000686645508,2700.0,0.01338236778974533,0.1731160432100296,0.0,1.7695164680480957,2.2026073932647705,-0.004451028537005186,0.0025600686203688383,0.1722019761800766,0.49207329750061035,0.6723849773406982,495.0,126720.0,3063.3098425241187,8110080.0 +407.09,27.709999084472656,2674.0,0.009877074509859085,0.1292317658662796,0.0,1.736913800239563,2.207421064376831,-0.006204152014106512,0.0025725006125867367,0.110360287129879,0.4859814941883087,0.7689303308725357,496.0,126976.0,3069.437811900163,8126464.0 +415.18,28.90999984741211,2682.0,0.014586136676371098,0.19110107421875,0.0,1.7214351892471313,2.2083311080932617,-0.004893813747912645,0.0025661292020231485,0.0722339078783989,0.491533488035202,0.7983390241861343,497.0,127232.0,3075.5463272770867,8142848.0 +413.41,29.329999923706055,2702.0,0.013139289803802967,0.1564534455537796,0.0,1.7610729932785034,2.218273401260376,-0.00690173776820302,0.0025860953610390425,0.13398723304271698,0.4928140640258789,0.6881105601787567,498.0,127488.0,3081.6086356621236,8159232.0 +410.33,28.420000076293945,2724.0,0.011672466062009335,0.1441446989774704,0.0,1.7529964447021484,2.228673219680786,-0.007150460500270128,0.0025670770555734634,0.15968339145183563,0.4810028076171875,0.7157807946205139,499.0,127744.0,3087.624446240021,8175616.0 +397.66,26.81999969482422,2713.0,0.013793165795505047,0.17144775390625,0.0,1.8440308570861816,2.208411931991577,-0.0047853565774858,0.002558366395533085,0.2157096266746521,0.4838621914386749,0.6431177854537964,500.0,128000.0,3093.6635821959935,8192000.0 +404.53,27.93000030517578,2704.0,0.017633812502026558,0.1847737580537796,0.0,1.818674921989441,2.205185651779175,-0.004860205575823784,0.0025577147025614977,0.1366436928510666,0.49840760231018066,0.7266120612621307,501.0,128256.0,3099.721980496077,8208384.0 +394.48,26.93000030517578,2661.0,0.012813067995011806,0.1600545197725296,0.0,1.8706893920898438,2.1958165168762207,-0.004438178148120642,0.002566443756222725,0.25458571314811707,0.4865708649158478,0.6441150903701782,502.0,128512.0,3105.8794004160445,8224768.0 +400.22,27.239999771118164,2642.0,0.008180850185453892,0.1039225235581398,0.0,1.8061351776123047,2.2116541862487793,-0.007581001613289118,0.0025649212766438723,0.128294438123703,0.4892245829105377,0.7220803797245026,503.0,128768.0,3112.081456542015,8241152.0 +408.27,27.399999618530273,2740.0,0.009137052111327648,0.1131795272231102,0.0,1.8193405866622925,2.2169082164764404,-0.006108703091740608,0.00256945937871933,0.14587511122226715,0.4899512529373169,0.678767740726471,504.0,129024.0,3118.062349171145,8257536.0 +410.82,27.020000457763672,2766.0,0.009599567390978336,0.1097005233168602,0.0,1.870055079460144,2.218381643295288,-0.00559350335970521,0.0025674509815871716,0.23569871485233307,0.49625757336616516,0.6485928297042847,505.0,129280.0,3123.9867904991843,8273920.0 +408.3,27.59000015258789,2691.0,0.013474752195179462,0.1676432341337204,0.0,1.8315339088439941,2.2252914905548096,-0.0032315589487552643,0.002559222048148513,0.16221021115779877,0.4963020086288452,0.7039996981620789,506.0,129536.0,3130.074806521181,8290304.0 +397.44,27.049999237060547,2676.0,0.018541686236858368,0.1979166716337204,0.0,1.885788917541504,2.2187588214874268,0.0014147796900942922,0.002556588500738144,0.2676468789577484,0.49444448947906494,0.6314906775951385,507.0,129792.0,3136.1964667311404,8306688.0 +397.38,26.93000030517578,2704.0,0.013353578746318817,0.1327107697725296,0.0,1.8260771036148071,2.2166106700897217,-0.00554284080862999,0.0025628493167459965,0.15871529281139374,0.4930039942264557,0.7117446660995483,508.0,130048.0,3142.2546921921894,8323072.0 +412.67,28.729999542236328,2684.0,0.008625119924545288,0.0976969376206398,0.0,1.8057795763015747,2.230132818222046,-0.006522647570818663,0.0025528462138026953,0.13119451701641083,0.4925832748413086,0.7770409286022186,509.0,130304.0,3148.3589626990724,8339456.0 +416.04,28.739999771118164,2713.0,0.008924318477511406,0.1128133162856102,0.0,1.7885695695877075,2.2354090213775635,-0.007557407021522522,0.0025605722330510616,0.10256745666265488,0.48691126704216003,0.7915529161691666,510.0,130560.0,3154.398078327067,8355840.0 +412.56,27.920000076293945,2692.0,0.011128507554531097,0.1250813752412796,0.0,1.8525738716125488,2.223031759262085,-0.005247929599136114,0.002551565645262599,0.21596269309520721,0.4962877929210663,0.6488829255104065,511.0,130816.0,3160.484618111979,8372224.0 +405.09,27.459999084472656,2709.0,0.009850535541772842,0.11767578125,0.0,1.8439041376113892,2.1895906925201416,-0.006264401134103537,0.0025539405178278685,0.18890152871608734,0.5006435513496399,0.7541318833827972,512.0,131072.0,3166.53322388418,8388608.0 +403.87,28.280000686645508,2713.0,0.014457943849265575,0.1672770231962204,0.0,1.8217355012893677,2.2326159477233887,-0.0017081111436709762,0.0025611042510718107,0.13934411108493805,0.49554571509361267,0.7277783155441284,513.0,131328.0,3172.5711822521407,8404992.0 +412.93,28.739999771118164,2731.0,0.012801490724086761,0.1552530974149704,0.0,1.8136745691299438,2.2132556438446045,-0.006728040054440498,0.0025661401450634003,0.11036037653684616,0.5042850375175476,0.7568337023258209,514.0,131584.0,3178.5695987690706,8421376.0 +404.84,27.760000228881836,2745.0,0.010979734361171722,0.14892578125,0.0,1.8732370138168335,2.212268114089966,-0.0015701596857979894,0.0025620879605412483,0.2602401673793793,0.48576581478118896,0.6049289107322693,515.0,131840.0,3184.5390129240695,8437760.0 +402.63,27.59000015258789,2634.0,0.008079956285655499,0.0950927734375,0.0,1.8161700963974,2.215183734893799,-0.00631161592900753,0.002564047696068883,0.1284240186214447,0.49839743971824646,0.768896609544754,516.0,132096.0,3190.7598818880506,8454144.0 +406.6,27.56999969482422,2637.0,0.01267684530466795,0.1304117888212204,0.0,1.8526445627212524,2.2032878398895264,-0.0024133080150932074,0.00256566540338099,0.19549034535884857,0.496512770652771,0.6862629652023315,517.0,132352.0,3196.972053056117,8470528.0 +405.77,27.719999313354492,2702.0,0.011684541590511799,0.1476847380399704,0.0,1.8278111219406128,2.1903481483459473,-0.007679402362555265,0.002579073654487729,0.14789342880249023,0.4939103424549103,0.7367798984050751,518.0,132608.0,3203.034813479986,8486912.0 +405.16,28.280000686645508,2680.0,0.008689026348292828,0.0982666015625,0.0,1.8497482538223267,2.1895105838775635,-0.0063802320510149,0.002575852209702134,0.18610501289367676,0.4970448911190033,0.6945744156837463,519.0,132864.0,3209.1508877191227,8503296.0 +405.66,28.190000534057617,2724.0,0.012267552316188812,0.1530354768037796,0.0,1.8456796407699585,2.20224928855896,-0.0058960686437785625,0.0025671604089438915,0.18950362503528595,0.49526628851890564,0.6864563822746277,520.0,133120.0,3215.1652036760934,8519680.0 +414.48,28.899999618530273,2721.0,0.009294531308114529,0.1094767227768898,0.0,1.8071030378341675,2.2189433574676514,-0.007648275699466467,0.002559473505243659,0.11669810861349106,0.4988549053668976,0.7992332279682159,521.0,133376.0,3221.1857621211093,8536064.0 +417.84,29.469999313354492,2740.0,0.00910299364477396,0.1161905899643898,0.0,1.8028208017349243,2.2138564586639404,-0.0067763919942080975,0.002565779723227024,0.09967315942049026,0.49900951981544495,0.8137921392917633,522.0,133632.0,3227.1643749151845,8552448.0 +412.52,27.969999313354492,2741.0,0.012736172415316105,0.1692911833524704,0.0,1.850803256034851,2.212526798248291,-0.003878897288814187,0.0025614784099161625,0.22547198832035065,0.4833321273326874,0.6783125102519989,523.0,133888.0,3233.141256428091,8568832.0 +407.52,27.450000762939453,2751.0,0.008297824300825596,0.09295654296875,0.0,1.8443814516067505,2.245471239089966,-0.00781858991831541,0.002566077746450901,0.19146126508712769,0.49588513374328613,0.6875904500484467,524.0,134144.0,3239.097043693997,8585216.0 +406.07,27.65999984741211,2705.0,0.009293695911765099,0.1156005859375,0.0,1.8398327827453613,2.2557241916656494,-0.00596941402181983,0.002558204112574458,0.1881653517484665,0.4951748549938202,0.6557140052318573,525.0,134400.0,3245.1536542351823,8601600.0 +396.64,27.709999084472656,2738.0,0.008668635971844196,0.110595703125,0.0,1.8736896514892578,2.233490228652954,-0.005918459501117468,0.0025592755991965532,0.24548377096652985,0.49956345558166504,0.5734895169734955,526.0,134656.0,3251.136358398013,8617984.0 +387.19,26.229999542236328,2746.0,0.008159138262271881,0.0952555313706398,0.0,1.943109393119812,2.2395248413085938,-0.008125131018459797,0.0025579503271728754,0.4048954248428345,0.4922068119049072,0.5125230252742767,527.0,134912.0,3257.101633353159,8634368.0 +380.81,25.170000076293945,2740.0,0.009989234618842602,0.11309814453125,0.0,1.9394651651382446,2.2257590293884277,-0.007794968783855438,0.002573688281700015,0.3744922876358032,0.4954276382923126,0.5607313513755798,528.0,135168.0,3263.080452790018,8650752.0 +383.68,25.3799991607666,2731.0,0.008677330799400806,0.1104939803481102,0.0,1.9018384218215942,2.228126049041748,-0.0056366571225225925,0.002564153866842389,0.29741761088371277,0.4989704191684723,0.6024860441684723,529.0,135424.0,3269.0835255600978,8667136.0 +386.18,25.350000381469727,2710.0,0.010516063310205936,0.11151123046875,0.0,1.942126750946045,2.218782663345337,-0.004233777988702059,0.002574815647676587,0.36911121010780334,0.49658477306365967,0.593714028596878,530.0,135680.0,3275.128252997063,8683520.0 +381.0,25.239999771118164,2657.0,0.014232766814529896,0.1609090119600296,0.0,1.8964223861694336,2.2043087482452393,-0.005220191087573767,0.0025639706291258335,0.31019577383995056,0.48660239577293396,0.5850370824337006,531.0,135936.0,3281.2932811721694,8699904.0 +384.16,25.65999984741211,2645.0,0.014483160339295864,0.1781412810087204,0.0,1.9123729467391968,2.2143442630767822,-0.0029904397670179605,0.0025506136007606983,0.3377572000026703,0.49332132935523987,0.5633517503738403,532.0,136192.0,3287.486575370189,8716288.0 +391.27,27.079999923706055,2707.0,0.010843049734830856,0.1227213516831398,0.0,1.8026143312454224,2.2257730960845947,-0.009434551931917667,0.002555344020947814,0.1469905972480774,0.48313918709754944,0.7216927409172058,533.0,136448.0,3293.5386286461726,8732672.0 +398.61,27.950000762939453,2695.0,0.007281120400875807,0.0816243514418602,0.0,1.8563166856765747,2.2029244899749756,-0.007042421028017998,0.0025652286130934954,0.2216198444366455,0.4919640123844147,0.6264683306217194,534.0,136704.0,3299.618227774976,8749056.0 +400.6,28.34000015258789,2727.0,0.009446986950933933,0.10540771484375,0.0,1.8249260187149048,2.2109055519104004,-0.007108534220606089,0.0025618330109864473,0.1597217172384262,0.49336615204811096,0.7126079499721527,535.0,136960.0,3305.625939645106,8765440.0 +387.21,27.0,2681.0,0.013569943606853485,0.1570027619600296,0.0,1.9010891914367676,2.194403648376465,-0.004749735351651907,0.002567172981798649,0.2925693690776825,0.49791181087493896,0.5201376676559448,536.0,137216.0,3311.737303629052,8781824.0 +393.91,27.479999542236328,2691.0,0.00951631274074316,0.11492919921875,0.0,1.8146028518676758,2.1916024684906006,-0.0052860514260828495,0.0025481542106717825,0.1413666158914566,0.49704456329345703,0.7285732626914978,537.0,137472.0,3317.825260919053,8798208.0 +398.46,27.959999084472656,2612.0,0.014824821613729,0.1669921875,0.0,1.8408786058425903,2.203834056854248,-0.004602986853569746,0.002557742642238736,0.1902669221162796,0.49351489543914795,0.6979995965957642,538.0,137728.0,3324.098259849008,8814592.0 +395.23,27.299999237060547,2654.0,0.012442168779671192,0.1501057893037796,0.0,1.8647247552871704,2.193956136703491,-0.0032588832546025515,0.002569301286712289,0.20742715895175934,0.5015589594841003,0.7329605221748352,539.0,137984.0,3330.2704830940347,8830976.0 +389.86,27.350000381469727,2649.0,0.008371680043637753,0.0982462540268898,0.0,1.8769598007202148,2.206441879272461,-0.007719268556684256,0.0025671233888715506,0.24926577508449554,0.4985487163066864,0.6459158360958099,540.0,138240.0,3336.4557547580916,8847360.0 +391.66,27.139999389648438,2659.0,0.009629812091588974,0.1131998673081398,0.0,1.8489340543746948,2.18292498588562,-0.005197005812078714,0.0025647638831287622,0.18860982358455658,0.4992736577987671,0.7159318625926971,541.0,138496.0,3342.6171849120874,8863744.0 +401.1,27.799999237060547,2618.0,0.011131123639643192,0.13970947265625,0.0,1.8122614622116089,2.1852810382843018,-0.008155825547873974,0.002571742981672287,0.11028116196393967,0.5012579560279846,0.7810904681682587,542.0,138752.0,3348.8764873400796,8880128.0 +407.6,27.940000534057617,2608.0,0.009369497187435627,0.1172688826918602,0.0,1.887964129447937,2.1770482063293457,-0.007993479259312153,0.0025717488024383783,0.25699135661125183,0.5033579468727112,0.6386970281600952,543.0,139008.0,3355.1572497200686,8896512.0 +405.57,27.5,2571.0,0.010912805795669556,0.1376749724149704,0.0,1.8607429265975952,2.174969434738159,-0.007865368388593197,0.002555074170231819,0.2419111579656601,0.49186527729034424,0.6555851697921753,544.0,139264.0,3361.5293946859892,8912896.0 +406.98,27.75,2648.0,0.010655686259269714,0.13397216796875,0.0,1.836823582649231,2.1714460849761963,-0.007747432217001915,0.002570573939010501,0.16158415377140045,0.5002063512802124,0.7226683795452118,545.0,139520.0,3367.7158762400504,8929280.0 +400.84,27.15999984741211,2689.0,0.009958521462976933,0.1215413436293602,0.0,1.8466824293136597,2.1557059288024902,-0.0075135077349841595,0.002552345162257552,0.19582657516002655,0.5016670823097229,0.7037554383277893,546.0,139776.0,3373.8093626531772,8945664.0 +394.87,27.06999969482422,2639.0,0.009375582449138165,0.1066691055893898,0.0,1.898877501487732,2.173288583755493,-0.005771771539002657,0.002562402980402112,0.2931271493434906,0.4986170828342438,0.6407612860202789,547.0,140032.0,3380.018082809169,8962048.0 +398.52,27.8799991607666,2574.0,0.011357798241078854,0.1358439177274704,0.0,1.8016363382339478,2.171992778778076,-0.007567829918116331,0.002550335368141532,0.11750981956720352,0.4970015287399292,0.7706423848867416,548.0,140288.0,3386.38198767812,8978432.0 +401.93,27.549999237060547,2657.0,0.015252064913511276,0.1850992888212204,0.0,1.8786541223526,2.1470649242401123,-0.0026909292209893465,0.002547565847635269,0.23897182941436768,0.5095469951629639,0.6634865701198578,549.0,140544.0,3392.5482534961775,8994816.0 +395.5,26.700000762939453,2669.0,0.008982951752841473,0.1045939102768898,0.0,1.8940242528915405,2.1406185626983643,-0.005843086633831263,0.0025428489316254854,0.29121115803718567,0.5042433142662048,0.6532705426216125,550.0,140800.0,3398.6895409130957,9011200.0 +396.37,26.780000686645508,2688.0,0.006936672609299421,0.0802205428481102,0.0,1.8767606019973755,2.1579995155334473,-0.0066352225840091705,0.002546480158343911,0.27349159121513367,0.49499011039733887,0.6847221255302429,551.0,141056.0,3404.783806397114,9027584.0 +397.21,26.979999542236328,2692.0,0.010573784820735455,0.13055419921875,0.0,1.878644347190857,2.1457366943359375,-0.003874312387779355,0.0025519647169858217,0.2694312036037445,0.49327805638313293,0.6643302142620087,552.0,141312.0,3410.8703660101164,9043968.0 +403.79,27.719999313354492,2697.0,0.010610118508338928,0.1355387419462204,0.0,1.8278684616088867,2.1456987857818604,-0.007583841681480408,0.0025485462974756956,0.16904933750629425,0.4981112480163574,0.7156998813152313,553.0,141568.0,3416.9442548321094,9060352.0 +393.83,27.049999237060547,2694.0,0.009406263940036297,0.1154988631606102,0.0,1.9090781211853027,2.1251041889190674,-0.0087395329028368,0.0025420894380658865,0.35396572947502136,0.4910411536693573,0.6195208132266998,554.0,141824.0,3423.0253481019754,9076736.0 +400.31,27.479999542236328,2726.0,0.012897730804979801,0.14190673828125,0.0,1.825790524482727,2.1469497680664062,-0.007493131328374147,0.002547787269577384,0.1597246676683426,0.5009975433349609,0.7052323818206787,555.0,142080.0,3429.0355065341573,9093120.0 +407.9,28.270000457763672,2720.0,0.011096236295998096,0.1409708708524704,0.0,1.8075027465820312,2.1583240032196045,-0.004642478656023741,0.002549684839323163,0.1383650153875351,0.48970356583595276,0.7240991592407227,556.0,142336.0,3435.058864742052,9109504.0 +413.13,28.770000457763672,2732.0,0.009842652827501297,0.1171468123793602,0.0,1.8631924390792847,2.176900625228882,-0.007490673568099737,0.0025539447087794542,0.23640082776546478,0.4972791373729706,0.705284595489502,557.0,142592.0,3441.055623047054,9125888.0 +407.28,27.520000457763672,2752.0,0.009806233458220959,0.1159871444106102,0.0,1.890652060508728,2.1712944507598877,-0.007668668869882822,0.0025523167569190264,0.29039275646209717,0.4986790418624878,0.6341142654418945,558.0,142848.0,3447.008521681186,9142272.0 +403.3,27.010000228881836,2719.0,0.007048322353512049,0.0786946639418602,0.0,1.8797677755355835,2.1928937435150146,-0.005482477601617575,0.002547338604927063,0.23814861476421356,0.5144355893135071,0.7240008115768433,559.0,143104.0,3453.034190942999,9158656.0 +398.28,26.040000915527344,2711.0,0.014649310149252415,0.177001953125,0.0,1.8539289236068726,2.2064478397369385,-0.005063543561846018,0.002547281561419368,0.22134612500667572,0.49674272537231445,0.6921625733375549,560.0,143360.0,3459.0807808421087,9175040.0 +407.21,27.690000534057617,2713.0,0.008092851378023624,0.09942626953125,0.0,1.8216861486434937,2.215059995651245,-0.0076057096011936665,0.0025490589905530214,0.18128113448619843,0.4862726032733917,0.7217200696468353,561.0,143616.0,3465.119430564111,9191424.0 +398.28,27.510000228881836,2717.0,0.008619721978902817,0.0972493514418602,0.0,1.9039372205734253,2.201876640319824,-0.006229666527360678,0.0025473430287092924,0.3243032991886139,0.4963625967502594,0.5759130716323853,562.0,143872.0,3471.148860246176,9207808.0 +389.76,27.479999542236328,2721.0,0.018764397129416466,0.2159627228975296,0.0,1.9042917490005493,2.2101569175720215,-0.0025025091599673033,0.0025457856245338917,0.32250747084617615,0.49474939703941345,0.5933037102222443,563.0,144128.0,3477.169892622158,9224192.0 +383.16,26.889999389648438,2730.0,0.010047783143818378,0.1222737655043602,0.0,1.856402039527893,2.2004806995391846,-0.008129212073981762,0.0025478545576334,0.21843309700489044,0.5033925175666809,0.6872581541538239,564.0,144384.0,3483.1722594699822,9240576.0 +393.68,27.959999084472656,2724.0,0.01105549931526184,0.13153076171875,0.0,1.8112443685531616,2.1937413215637207,-0.007197780068963766,0.002541895257309079,0.149448961019516,0.49470755457878113,0.7600884586572647,565.0,144640.0,3489.1864009150304,9256960.0 +409.41,29.110000610351562,2682.0,0.010685996152460575,0.1250406950712204,0.0,1.800714373588562,2.172856330871582,-0.007955445908010006,0.0025447073858231306,0.12404501438140869,0.4960220158100128,0.7981991618871689,566.0,144896.0,3495.2960530440323,9273344.0 +409.64,29.56999969482422,2716.0,0.00983224157243967,0.1089884415268898,0.0,1.798118233680725,2.180309534072876,-0.006659863982349634,0.0025416321586817503,0.1190352812409401,0.4962475597858429,0.7612471282482147,567.0,145152.0,3501.3284430941567,9289728.0 +409.0,28.350000381469727,2727.0,0.009935176931321621,0.1042276993393898,0.0,1.8655582666397095,2.162733316421509,-0.007048076018691063,0.0025454747956246138,0.2504023611545563,0.49629533290863037,0.6844890117645264,568.0,145408.0,3507.336772768991,9306112.0 +401.75,26.81999969482422,2697.0,0.008252587169408798,0.1005655899643898,0.0,1.909979224205017,2.193108320236206,-0.003190988441929221,0.002550774486735463,0.3042994439601898,0.5075642466545105,0.641986757516861,569.0,145664.0,3513.4113502101973,9322496.0 +405.46,27.290000915527344,2716.0,0.008094393648207188,0.0885213240981102,0.0,1.791073203086853,2.17464542388916,-0.007188737392425537,0.002545368392020464,0.11140080541372299,0.49162375926971436,0.7879212647676468,570.0,145920.0,3519.4472368720453,9338880.0 +412.18,28.360000610351562,2625.0,0.008584567345678806,0.0958455428481102,0.0,1.8371381759643555,2.1852762699127197,-0.005454865749925375,0.0025451669935137033,0.19761191308498383,0.49305644631385803,0.6872359216213226,571.0,146176.0,3525.688238614006,9355264.0 +412.42,28.110000610351562,2651.0,0.006531438324600458,0.07403564453125,0.0,1.8260043859481812,2.1875364780426025,-0.00686451094225049,0.0025415595155209303,0.18152590095996857,0.4932015836238861,0.733936220407486,572.0,146432.0,3531.8671772200614,9371648.0 +410.46,27.979999542236328,2686.0,0.008334094658493996,0.0997517928481102,0.0,1.8230520486831665,2.1761786937713623,-0.006248161196708679,0.002543932292610407,0.14608727395534515,0.5060520172119141,0.7722836285829544,573.0,146688.0,3537.967924214201,9388032.0 +410.7,29.040000915527344,2703.0,0.011853978037834167,0.1440836638212204,0.0,1.7781606912612915,2.1644721031188965,-0.01124331820756197,0.0025447558145970106,0.07713889330625534,0.5001013875007629,0.8335362672805786,574.0,146944.0,3544.0301274831872,9404416.0 +406.52,28.68000030517578,2742.0,0.014492671936750412,0.1622111052274704,0.0,1.8851447105407715,2.176501750946045,-0.005042882636189461,0.0025453518610447645,0.2818301022052765,0.49836137890815735,0.6213854849338531,575.0,147200.0,3550.004319840111,9420800.0 +394.45,27.280000686645508,2753.0,0.011060111224651337,0.1204833984375,0.0,1.8707548379898071,2.159377336502075,-0.002655724762007594,0.002543412148952484,0.26437607407569885,0.4911099970340729,0.6420068442821503,576.0,147456.0,3555.9543553560507,9437184.0 +399.4,28.110000610351562,2744.0,0.009065973572432995,0.1118977889418602,0.0,1.771600604057312,2.140787363052368,-0.008753533475100994,0.0025419658049941063,0.07544153183698654,0.49305829405784607,0.8150472342967987,577.0,147712.0,3561.925558610121,9453568.0 +409.44,29.729999542236328,2738.0,0.010265432298183441,0.119140625,0.0,1.807396411895752,2.159677267074585,-0.006841176655143499,0.002547929296270013,0.13643790781497955,0.49365052580833435,0.7481654584407806,578.0,147968.0,3567.9103863190394,9469952.0 +413.12,29.709999084472656,2717.0,0.01227052602916956,0.1448974609375,0.0,1.7898186445236206,2.1511073112487793,-0.005631062667816877,0.0025408933870494366,0.0975242480635643,0.49775204062461853,0.791007936000824,579.0,148224.0,3573.939375956077,9486336.0 +403.97,27.600000381469727,2675.0,0.00955270417034626,0.11444091796875,0.0,1.8580397367477417,2.172586679458618,-0.004583118017762899,0.0025400915183126926,0.23222249746322632,0.4981916844844818,0.6545491516590118,580.0,148480.0,3580.063741849037,9502720.0 +401.38,27.06999969482422,2720.0,0.012554090470075607,0.1355794221162796,0.0,1.8293471336364746,2.169783353805542,-0.008904505521059036,0.0025422831531614065,0.1964678317308426,0.4905741512775421,0.71393021941185,581.0,148736.0,3586.087786224205,9519104.0 +405.13,28.360000610351562,2719.0,0.009481177665293217,0.1177978515625,0.0,1.8118661642074585,2.1859419345855713,-0.005498423706740141,0.0025380104780197144,0.1516185998916626,0.49440932273864746,0.7043257653713226,582.0,148992.0,3592.1128319520503,9535488.0 +404.83,28.8700008392334,2709.0,0.006453678477555513,0.0771891251206398,0.0,1.8128808736801147,2.1886203289031982,-0.006553456652909517,0.0025379338767379522,0.1630822867155075,0.4908123314380646,0.7193871140480042,583.0,149248.0,3598.160207087174,9551872.0 +410.7,29.229999542236328,2708.0,0.009637090377509594,0.1128133162856102,0.0,1.8000240325927734,2.187208890914917,-0.009293395094573498,0.0025379422586411238,0.13511456549167633,0.494661420583725,0.7563606202602386,584.0,149504.0,3604.2112311699893,9568256.0 +400.02,27.280000686645508,2723.0,0.012128707021474838,0.1565144807100296,0.0,1.942221999168396,2.2150604724884033,-0.005604498088359833,0.0025382458698004484,0.409086138010025,0.4963110685348511,0.5466664135456085,585.0,149760.0,3610.229003800079,9584640.0 +393.68,25.93000030517578,2718.0,0.007492268458008766,0.0836588516831398,0.0,1.8782405853271484,2.209388017654419,-0.005801272112876177,0.0025392889510840178,0.2961502969264984,0.48841607570648193,0.6346503496170044,586.0,150016.0,3616.256590569159,9601024.0 +395.08,26.709999084472656,2730.0,0.012601918540894985,0.1646525114774704,0.0,1.833750605583191,2.2149810791015625,-0.006517062429338694,0.002536332467570901,0.1963985115289688,0.49605193734169006,0.6582760810852051,587.0,150272.0,3622.257655380992,9617408.0 +394.71,27.520000457763672,2742.0,0.012006410397589207,0.14697265625,0.0,1.8510308265686035,2.2170655727386475,-0.008637531660497189,0.002543084789067507,0.22033357620239258,0.5001298785209656,0.644122838973999,588.0,150528.0,3628.2336668670177,9633792.0 +395.67,27.979999542236328,2756.0,0.00836083572357893,0.0966389998793602,0.0,1.8750289678573608,2.1960837841033936,-0.007342606782913208,0.0025408954825252295,0.2742786705493927,0.49674534797668457,0.6119364202022552,589.0,150784.0,3634.1790630021133,9650176.0 +394.91,27.350000381469727,2700.0,0.008274746127426624,0.103271484375,0.0,1.81594979763031,2.190708875656128,-0.008817490190267563,0.0025386596098542213,0.17232568562030792,0.49118170142173767,0.7289307415485382,590.0,151040.0,3640.2460518700536,9666560.0 +392.88,26.920000076293945,2689.0,0.007750744465738535,0.0949300155043602,0.0,1.9115549325942993,2.2165322303771973,-0.004852601792663336,0.002539986977353692,0.3512513339519501,0.4929535686969757,0.562682569026947,591.0,151296.0,3646.337809322169,9682944.0 +398.1,27.959999084472656,2681.0,0.00920132827013731,0.1153360977768898,0.0,1.8217333555221558,2.2128171920776367,-0.005664825439453125,0.0025434980634599924,0.15536116063594818,0.5000967979431152,0.7595381289720535,592.0,151552.0,3652.4493750070687,9699328.0 +399.98,28.6200008392334,2700.0,0.008242471143603325,0.09588623046875,0.0,1.8325039148330688,2.2067511081695557,-0.006402844563126564,0.0025450221728533506,0.18585829436779022,0.4955339729785919,0.7334427535533905,593.0,151808.0,3658.5169632651377,9715712.0 +399.17,27.6200008392334,2687.0,0.010921281762421131,0.1285400390625,0.0,1.8668867349624634,2.225320339202881,-0.006335079669952393,0.002540282206609845,0.26760074496269226,0.4915336072444916,0.6423182785511017,594.0,152064.0,3664.614499074174,9732096.0 +404.78,28.170000076293945,2696.0,0.011021915823221207,0.13531494140625,0.0,1.793900489807129,2.2221665382385254,-0.008480059914290905,0.0025474641006439924,0.11065173149108887,0.4955441653728485,0.8088942468166351,595.0,152320.0,3670.691015908029,9748480.0 +399.11,27.739999771118164,2697.0,0.011460389010608196,0.14898681640625,0.0,1.8800877332687378,2.232548475265503,-0.006862737704068422,0.002536688931286335,0.29353606700897217,0.4941636025905609,0.633433610200882,596.0,152576.0,3676.76639208314,9764864.0 +400.37,27.670000076293945,2687.0,0.011016408912837505,0.1366170197725296,0.0,1.8438893556594849,2.2210915088653564,-0.006695196498185396,0.0025458389427512884,0.20115141570568085,0.49930059909820557,0.7398280501365662,597.0,152832.0,3682.8638748221565,9781248.0 +404.19,28.200000762939453,2636.0,0.01869107224047184,0.1978759765625,0.0,1.862385869026184,2.212543249130249,-0.003473627381026745,0.0025382789317518473,0.2330455780029297,0.5023225545883179,0.6441566646099091,598.0,153088.0,3689.0804253721144,9797632.0 +385.35,26.270000457763672,2609.0,0.01447493676096201,0.1711832731962204,0.0,1.982077717781067,2.2135329246520996,-0.003243687329813838,0.002537266118451953,0.48145684599876404,0.4980953633785248,0.553324282169342,599.0,153344.0,3695.361060151132,9814016.0 +388.2,26.350000381469727,2635.0,0.012502075172960758,0.1060384139418602,0.0,1.8363828659057617,2.202998399734497,-0.007216457277536392,0.0025331724900752306,0.22056235373020172,0.48876166343688965,0.7352593243122101,600.0,153600.0,3701.5791152520105,9830400.0 +402.58,28.43000030517578,2648.0,0.01211328711360693,0.15399169921875,0.0,1.8021873235702515,2.206247329711914,-0.007227831054478884,0.0025379934813827276,0.12937234342098236,0.4977944791316986,0.7810771018266678,601.0,153856.0,3707.7653785150032,9846784.0 +395.88,27.15999984741211,2657.0,0.010075767524540424,0.10784912109375,0.0,1.9505133628845215,2.202223539352417,-0.0064911567606031895,0.0025433404371142387,0.43790483474731445,0.4884040057659149,0.5511754155158997,602.0,154112.0,3713.934746754123,9863168.0 +392.6,27.770000457763672,2596.0,0.012210879474878311,0.1490681916475296,0.0,1.8050857782363892,2.2167856693267822,-0.007057198788970709,0.002540858695283532,0.12826471030712128,0.4997488558292389,0.7272683084011078,603.0,154368.0,3720.245054362109,9879552.0 +396.44,27.219999313354492,2668.0,0.009430838748812675,0.1140340194106102,0.0,1.887740135192871,2.1814301013946533,-0.007103946525603533,0.002541737398132682,0.28245440125465393,0.5045623779296875,0.6603179275989532,604.0,154624.0,3726.3853963410947,9895936.0 +395.25,26.8700008392334,2666.0,0.007872521877288818,0.0962320938706398,0.0,1.8638590574264526,2.1912126541137695,-0.007448730990290642,0.002548540709540248,0.21782644093036652,0.5100364089012146,0.6897758841514587,605.0,154880.0,3732.5312144430354,9912320.0 +401.1,28.15999984741211,2709.0,0.011906997300684452,0.15179443359375,0.0,1.8379594087600708,2.2060534954071045,-0.006772782653570175,0.002549805911257863,0.17396564781665802,0.5049070715904236,0.6405305564403534,606.0,155136.0,3738.580205060076,9928704.0 +407.19,28.809999465942383,2684.0,0.013065259903669357,0.15765380859375,0.0,1.8623013496398926,2.1997764110565186,-0.005930065643042326,0.0025426612701267004,0.22838936746120453,0.5047034621238708,0.6590203642845154,607.0,155392.0,3744.6835730981547,9945088.0 +399.36,27.510000228881836,2713.0,0.013034681789577007,0.15869140625,0.0,1.8410404920578003,2.2121448516845703,-0.007518218830227852,0.0025408032815903425,0.19992925226688385,0.5003137588500977,0.706354022026062,608.0,155648.0,3750.7227010321803,9961472.0 +393.74,26.219999313354492,2711.0,0.009739612229168415,0.1204630509018898,0.0,1.9014166593551636,2.2082953453063965,-0.0069720447063446045,0.0025397848803550005,0.331601083278656,0.4947790205478668,0.6372682154178619,609.0,155904.0,3756.7648615320213,9977856.0 +389.53,26.030000686645508,2726.0,0.009358951821923256,0.1178792342543602,0.0,1.9035862684249878,2.1997532844543457,-0.005501873791217804,0.0025435106363147497,0.30575135350227356,0.5064544081687927,0.631680965423584,610.0,156160.0,3762.775439191144,9994240.0 +388.43,26.149999618530273,2712.0,0.008142045699059963,0.0838216170668602,0.0,1.8586902618408203,2.2027299404144287,-0.005527242552489042,0.002547296928241849,0.22637897729873657,0.49940669536590576,0.7050108909606934,611.0,156416.0,3768.8159396750852,10010624.0 +399.2,26.489999771118164,2746.0,0.008711016736924648,0.10076904296875,0.0,1.8919566869735718,2.1668927669525146,-0.006742191966623068,0.0025384128093719482,0.2896057367324829,0.5063584446907043,0.6826801896095276,612.0,156672.0,3774.7825848821085,10027008.0 +392.28,25.670000076293945,2749.0,0.010527249425649643,0.1253458708524704,0.0,1.897223949432373,2.1774632930755615,-0.006017723586410284,0.002537243766710162,0.2987440526485443,0.5070227980613708,0.6471973657608032,613.0,156928.0,3780.743169916095,10043392.0 +394.85,26.760000228881836,2760.0,0.00799646507948637,0.0783487930893898,0.0,1.859486699104309,2.2022507190704346,-0.0041214399971067905,0.002542981179431081,0.22201067209243774,0.5031344294548035,0.74961918592453,614.0,157184.0,3786.6799461520277,10059776.0 +412.55,29.350000381469727,2706.0,0.00901907216757536,0.11407470703125,0.0,1.8139547109603882,2.1967763900756836,-0.007724058348685503,0.0025373699609190226,0.15637457370758057,0.4967741072177887,0.7936268150806427,615.0,157440.0,3792.7344482680783,10076160.0 +405.42,27.68000030517578,2698.0,0.00947307888418436,0.1104532852768898,0.0,1.8573991060256958,2.2114243507385254,-0.006949629634618759,0.002543943701311946,0.22316990792751312,0.5029062628746033,0.717648446559906,616.0,157696.0,3798.8081653581467,10092544.0 +399.12,27.440000534057617,2725.0,0.010448715649545193,0.1144002303481102,0.0,1.850827693939209,2.212493419647217,-0.006358411628752947,0.0025355119723826647,0.2173406332731247,0.5028848052024841,0.6984611451625824,617.0,157952.0,3804.8207465971354,10108928.0 +401.66,27.229999542236328,2707.0,0.00948414672166109,0.1089884415268898,0.0,1.8444124460220337,2.226139783859253,-0.007675657048821449,0.0025439097080379725,0.19832436740398407,0.5032325387001038,0.6661277413368225,618.0,158208.0,3810.872605227167,10125312.0 +400.38,27.209999084472656,2737.0,0.012034823186695576,0.1294962614774704,0.0,1.8680092096328735,2.237272024154663,-0.005334970075637102,0.0025471749249845743,0.2537882924079895,0.495235413312912,0.671810120344162,619.0,158464.0,3816.8594693781342,10141696.0 +399.63,27.170000076293945,2658.0,0.009755603037774563,0.11004638671875,0.0,1.8359607458114624,2.2439825534820557,-0.005496841389685869,0.002539645181968808,0.164210245013237,0.5119697451591492,0.7508777529001236,620.0,158720.0,3823.022638590075,10158080.0 +395.71,26.90999984741211,2630.0,0.008046044036746025,0.0988973006606102,0.0,1.8980250358581543,2.239490270614624,-0.006837466266006231,0.00253905332647264,0.31062424182891846,0.5024186968803406,0.63145712018013,621.0,158976.0,3829.253300432116,10174464.0 +391.38,27.3799991607666,2721.0,0.007354730274528265,0.0861612930893898,0.0,1.8458651304244995,2.245239019393921,-0.005723606329411268,0.0025355182588100433,0.2165117710828781,0.49802565574645996,0.7276681363582611,622.0,159232.0,3835.2770910440013,10190848.0 +394.47,27.850000381469727,2683.0,0.008320414461195469,0.08856201171875,0.0,1.8224778175354004,2.231959342956543,-0.006069174502044916,0.002525621559470892,0.17309997975826263,0.5015059113502502,0.7546318471431732,623.0,159488.0,3841.3843803980853,10207232.0 +401.52,28.139999389648438,2693.0,0.0075818393379449844,0.0880126953125,0.0,1.8541415929794312,2.228817939758301,-0.006226459518074989,0.0025326283648610115,0.23152925074100494,0.5005773901939392,0.7657395303249359,624.0,159744.0,3847.467938600108,10223616.0 +406.74,28.3799991607666,2674.0,0.008407575078308582,0.09796142578125,0.0,1.8024921417236328,2.2433483600616455,-0.006035290192812681,0.0025308530312031507,0.1429983377456665,0.4940352737903595,0.7933254092931747,625.0,160000.0,3853.5945288231596,10240000.0 +403.99,27.81999969482422,2677.0,0.007504539098590612,0.0764973983168602,0.0,1.8579784631729126,2.202077627182007,-0.007912402972579002,0.0025324977468699217,0.2299218773841858,0.5067017674446106,0.7445279061794281,626.0,160256.0,3859.715305712074,10256384.0 +397.32,27.399999618530273,2701.0,0.007484417874366045,0.07861328125,0.0,1.8906148672103882,2.2037839889526367,-0.006062184926122427,0.0025273950304836035,0.3178809881210327,0.4960767328739166,0.5945198237895966,627.0,160512.0,3865.7813484510407,10272768.0 +396.71,27.389999389648438,2703.0,0.005949644837528467,0.0537923164665699,0.0,1.8094545602798462,2.1914610862731934,-0.007640442345291376,0.002526175929233432,0.1561184972524643,0.497862309217453,0.768815815448761,628.0,160768.0,3871.843193558976,10289152.0 +404.79,28.809999465942383,2647.0,0.008074847050011158,0.0889078751206398,0.0,1.7929900884628296,2.194967031478882,-0.006067371461540461,0.0025291424244642258,0.11343536525964737,0.4997182786464691,0.8280949294567108,629.0,161024.0,3878.03224983206,10305536.0 +416.67,30.350000381469727,2679.0,0.00803525373339653,0.0996500626206398,0.0,1.792986512184143,2.2068493366241455,-0.005694853141903877,0.002524868817999959,0.11738299578428268,0.4996238946914673,0.8249086439609528,630.0,161280.0,3884.147528958041,10321920.0 +408.25,29.40999984741211,2684.0,0.012920905835926533,0.1597900390625,0.0,1.852317452430725,2.1870968341827393,-0.005940172355622053,0.002529118675738573,0.23157046735286713,0.49978378415107727,0.7551258206367493,631.0,161536.0,3890.252988292137,10338304.0 +410.69,28.649999618530273,2618.0,0.00884683895856142,0.1012369766831398,0.0,1.8026795387268066,2.188838243484497,-0.006534562911838293,0.0025314602535218,0.13350264728069305,0.49862098693847656,0.7774928957223892,632.0,161792.0,3896.5109444099944,10354688.0 +404.7,28.15999984741211,2703.0,0.010806359350681305,0.1327718049287796,0.0,1.8446779251098633,2.1506636142730713,-0.006111907307058573,0.0025285424198955297,0.22176003456115723,0.49714550375938416,0.7154342234134674,633.0,162048.0,3902.572579798987,10371072.0 +406.49,29.110000610351562,2732.0,0.01406990084797144,0.1735026091337204,0.0,1.803155541419983,2.1745688915252686,-0.004198557231575251,0.002521606395021081,0.15062293410301208,0.49298521876335144,0.7558016777038574,634.0,162304.0,3908.569078078028,10387456.0 +396.92,28.440000534057617,2734.0,0.010781736113131046,0.1281534880399704,0.0,1.8892956972122192,2.168635606765747,-0.00541352154687047,0.002529916586354375,0.31320127844810486,0.49483659863471985,0.6352252960205078,635.0,162560.0,3914.5618930840865,10403840.0 +399.43,28.309999465942383,2712.0,0.008527078665792942,0.0990193709731102,0.0,1.8488937616348267,2.1663401126861572,-0.00675392709672451,0.0025234126951545477,0.23044095933437347,0.5003840923309326,0.7224171757698059,636.0,162816.0,3920.6030152500607,10420224.0 +392.24,27.450000762939453,2728.0,0.013778302818536758,0.1605021208524704,0.0,1.8797607421875,2.176224946975708,-0.004311613738536835,0.002523466246202588,0.3056136667728424,0.49129483103752136,0.6440252363681793,637.0,163072.0,3926.6087424361613,10436608.0 +399.71,27.899999618530273,2687.0,0.00865080300718546,0.1207275390625,0.0,1.8525046110153198,2.208436965942383,-0.0037898074369877577,0.0025324937887489796,0.23320716619491577,0.4955282211303711,0.6847428977489471,638.0,163328.0,3932.7061819930095,10452992.0 +398.34,27.059999465942383,2704.0,0.007709296885877848,0.0905965194106102,0.0,1.8819326162338257,2.189406394958496,-0.0068448386155068874,0.002522730501368642,0.3141326606273651,0.4922401010990143,0.6780523359775543,639.0,163584.0,3938.7665468861815,10469376.0 +404.09,27.09000015258789,2720.0,0.013008848764002323,0.1579996794462204,0.0,1.858575463294983,2.1839911937713623,-0.005683897528797388,0.0025291615165770054,0.2470381110906601,0.49799954891204834,0.6619062423706055,640.0,163840.0,3944.7909592601936,10485760.0 +406.89,27.479999542236328,2713.0,0.009372794069349766,0.109619140625,0.0,1.8145767450332642,2.208482503890991,-0.006338420789688826,0.002528988989070058,0.15479442477226257,0.5011081099510193,0.7744215875864029,641.0,164096.0,3950.830129875103,10502144.0 +401.14,27.709999084472656,2748.0,0.010983469896018505,0.1280720978975296,0.0,1.8869924545288086,2.2072830200195312,-0.00765085406601429,0.002524683019146323,0.3158402740955353,0.4964546859264374,0.6214096248149872,642.0,164352.0,3956.792928859126,10518528.0 +395.93,27.950000762939453,2737.0,0.010711416602134705,0.1279296875,0.0,1.8292559385299683,2.2012264728546143,-0.006798307877033949,0.0025344041641801596,0.18433332443237305,0.4986976087093353,0.7611895054578781,643.0,164608.0,3962.777797917137,10534912.0 +404.07,28.399999618530273,2686.0,0.008771990425884724,0.1078694686293602,0.0,1.7957963943481445,2.215593099594116,-0.0076990616507828236,0.002526752185076475,0.13793614506721497,0.4933072030544281,0.7982282340526581,644.0,164864.0,3968.878035804024,10551296.0 +414.8,29.18000030517578,2671.0,0.01083299983292818,0.1309407502412796,0.0,1.8023566007614136,2.195539712905884,-0.0067432657815515995,0.0025267687160521746,0.15214677155017853,0.4915975332260132,0.8090058118104935,645.0,165120.0,3975.0122736271005,10567680.0 +416.87,30.3700008392334,2688.0,0.007440507877618074,0.0867513045668602,0.0,1.7781223058700562,2.2126970291137695,-0.008818472735583782,0.0025279957335442305,0.11358904838562012,0.48827528953552246,0.8080774396657944,646.0,165376.0,3981.107330382103,10584064.0 +411.11,29.90999984741211,2692.0,0.009975377470254898,0.1090901717543602,0.0,1.825619101524353,2.1841237545013428,-0.006666757166385651,0.002534582046791911,0.1753092259168625,0.4991814196109772,0.7400445938110352,647.0,165632.0,3987.193165975157,10600448.0 +408.25,29.6299991607666,2692.0,0.010755639523267746,0.11993408203125,0.0,1.8456239700317383,2.1669929027557373,-0.007551464717835188,0.0025275296065956354,0.22916312515735626,0.4964991509914398,0.7327272295951843,648.0,165888.0,3993.2798083610833,10616832.0 +407.45,28.90999984741211,2655.0,0.009692451916635036,0.1154378280043602,0.0,1.83858060836792,2.192831516265869,-0.006341643165796995,0.002522913971915841,0.2035931795835495,0.503596842288971,0.7156867384910583,649.0,166144.0,3999.451595370192,10633216.0 +406.66,28.350000381469727,2590.0,0.014228131622076035,0.1805826872587204,0.0,1.8443350791931152,2.178886651992798,-0.007643850985914469,0.002529629273340106,0.22514791786670685,0.4963790476322174,0.6725609004497528,650.0,166400.0,4005.777817347087,10649600.0 +407.07,28.3700008392334,2600.0,0.011479158885776997,0.13983154296875,0.0,1.811564564704895,2.1795237064361572,-0.005976904649287462,0.0025246799923479557,0.15465958416461945,0.49966713786125183,0.7957798391580582,651.0,166656.0,4012.0783731320407,10665984.0 +396.51,27.81999969482422,2582.0,0.009315808303654194,0.1192220076918602,0.0,1.9047284126281738,2.184563636779785,-0.0038975568022578955,0.002527846721932292,0.33918723464012146,0.49695470929145813,0.634777843952179,652.0,166912.0,4018.4244571640156,10682368.0 +384.37,26.100000381469727,2661.0,0.0077264741994440556,0.0979410782456398,0.0,1.9086920022964478,2.160749673843384,-0.005924240220338106,0.002524086507037282,0.3601215183734894,0.49411967396736145,0.6214283108711243,653.0,167168.0,4024.5841146600433,10698752.0 +387.47,26.729999542236328,2697.0,0.00954782497137785,0.1147054061293602,0.0,1.8581899404525757,2.170941114425659,-0.005437774118036032,0.0025231088511645794,0.2473481297492981,0.5001086592674255,0.6577737629413605,654.0,167424.0,4030.658595382003,10715136.0 +395.75,27.850000381469727,2661.0,0.00982064101845026,0.1013590469956398,0.0,1.8169597387313843,2.173862934112549,-0.008231399580836296,0.002521633869037032,0.16382600367069244,0.5041999220848083,0.7522092908620834,655.0,167680.0,4036.8150729420595,10731520.0 +398.78,27.979999542236328,2686.0,0.01206809002906084,0.1526082307100296,0.0,1.8767914772033691,2.1678080558776855,-0.007685860153287649,0.0025232762563973665,0.2931353449821472,0.49794960021972656,0.6660811007022858,656.0,167936.0,4042.9139102350455,10747904.0 +394.42,27.290000915527344,2683.0,0.012044449336826801,0.13958740234375,0.0,1.8241392374038696,2.1844613552093506,-0.008425078354775906,0.0025262085255235434,0.17919540405273438,0.501707136631012,0.7033295333385468,657.0,168192.0,4049.019589558011,10764288.0 +397.08,27.530000686645508,2729.0,0.007635897025465965,0.0878702774643898,0.0,1.8371726274490356,2.1751182079315186,-0.0050845276564359665,0.002525501186028123,0.22286687791347504,0.48982465267181396,0.690180242061615,658.0,168448.0,4055.022337310016,10780672.0 +402.26,28.06999969482422,2734.0,0.011528139002621174,0.1090901717543602,0.0,1.8430709838867188,2.1625711917877197,-0.007494768593460321,0.002520831534639001,0.2113478183746338,0.5061017870903015,0.7282563149929047,659.0,168704.0,4061.0156779950485,10797056.0 +402.16,27.510000228881836,2749.0,0.008865267969667912,0.1080322265625,0.0,1.8630393743515015,2.1363165378570557,-0.008155771531164646,0.002528185024857521,0.2454698532819748,0.5057308077812195,0.667861670255661,660.0,168960.0,4066.9744243940804,10813440.0 +393.19,26.809999465942383,2700.0,0.008240533992648125,0.0946451798081398,0.0,1.912288784980774,2.1506175994873047,-0.0071883052587509155,0.0025278807152062654,0.32757359743118286,0.5132562518119812,0.6292881965637207,661.0,169216.0,4073.0415225999895,10829824.0 +389.25,26.6299991607666,2736.0,0.013153265230357647,0.1343790739774704,0.0,1.8797158002853394,2.1392600536346436,-0.005391452461481094,0.002526181982830167,0.2775046229362488,0.5046564936637878,0.6402498483657837,662.0,169472.0,4079.0284722230863,10846208.0 +398.75,27.020000457763672,2719.0,0.010934028774499893,0.1382039338350296,0.0,1.8463388681411743,2.1556103229522705,-0.0052374075166881084,0.002527447883039713,0.2300819754600525,0.49436745047569275,0.7132982611656189,663.0,169728.0,4085.061410609167,10862592.0 +395.76,26.479999542236328,2719.0,0.00915707927197218,0.1164347305893898,0.0,1.8984180688858032,2.1390116214752197,-0.005392815917730331,0.0025215595960617065,0.3274100124835968,0.5007166266441345,0.6507337987422943,664.0,169984.0,4091.0863298662007,10878976.0 +389.62,26.260000228881836,2699.0,0.008830433711409569,0.1128336563706398,0.0,1.8341082334518433,2.161722183227539,-0.008163616992533207,0.0025269167963415384,0.19828958809375763,0.5012855529785156,0.7217743396759033,665.0,170240.0,4097.157220293069,10895360.0 +390.39,26.31999969482422,2701.0,0.012555410154163837,0.1219075545668602,0.0,1.9107187986373901,2.1669018268585205,-0.005530245136469603,0.0025260995607823133,0.3318174481391907,0.5089593529701233,0.7234527170658112,666.0,170496.0,4103.222289781086,10911744.0 +398.15,27.3799991607666,2685.0,0.009449365548789501,0.1149088516831398,0.0,1.8397197723388672,2.1614134311676025,-0.00519421836361289,0.0025276571977883577,0.21448899805545807,0.49545514583587646,0.7596309185028076,667.0,170752.0,4109.324811420171,10928128.0 +391.54,26.719999313354492,2682.0,0.0063739679753780365,0.07025146484375,0.0,1.900788426399231,2.1596014499664307,-0.006242480594664812,0.0025319240521639585,0.3314364552497864,0.49694642424583435,0.6839217245578766,668.0,171008.0,4115.434802191099,10944512.0 +390.73,26.68000030517578,2712.0,0.005820631515234709,0.0579020194709301,0.0,1.895300030708313,2.1762335300445557,-0.0060758404433727264,0.0025254685897380114,0.3172513544559479,0.5017784237861633,0.6934330761432648,669.0,171264.0,4121.4760748930275,10960896.0 +393.82,25.8799991607666,2724.0,0.006634229328483343,0.0730387344956398,0.0,1.8671523332595825,2.188821792602539,-0.006274871993809938,0.0025237281806766987,0.2730408012866974,0.4969310760498047,0.6885010600090027,670.0,171520.0,4127.49083449319,10977280.0 +400.42,26.920000076293945,2709.0,0.006098983343690634,0.0644734725356102,0.0,1.9181491136550903,2.1608076095581055,-0.006754190195351839,0.0025271133054047823,0.36468932032585144,0.5006099939346313,0.656941831111908,671.0,171776.0,4133.537476503989,10993664.0 +398.2,27.520000457763672,2640.0,0.0062608118169009686,0.06201171875,0.0,1.8390816450119019,2.1534814834594727,-0.0048356857150793076,0.0025248283054679632,0.20800800621509552,0.4990338087081909,0.7577085494995117,672.0,172032.0,4139.744027512148,11010048.0 +400.09,27.93000030517578,2649.0,0.007273553404957056,0.0874226912856102,0.0,1.8461555242538452,2.1465585231781006,-0.006601028610020876,0.002518930472433567,0.23009197413921356,0.4997107982635498,0.7369802594184875,673.0,172288.0,4145.929828296183,11026432.0 +400.63,26.950000762939453,2707.0,0.010262123309075832,0.1155802384018898,0.0,1.8703956604003906,2.1524360179901123,-0.004393821582198143,0.002535509876906872,0.2499236911535263,0.5035969018936157,0.7449349164962769,674.0,172544.0,4151.981198586989,11042816.0 +397.69,27.190000534057617,2648.0,0.00779607892036438,0.0889078751206398,0.0,1.8371025323867798,2.1770150661468506,-0.005753485020250082,0.002532231854274869,0.19388075172901154,0.5015698075294495,0.7414735555648804,675.0,172800.0,4158.168745000148,11059200.0 +391.42,27.18000030517578,2681.0,0.010628298856317997,0.0998128280043602,0.0,1.9439178705215454,2.1740047931671143,-0.006712897215038538,0.0025295952800661325,0.39410629868507385,0.5105200409889221,0.5602280795574188,676.0,173056.0,4164.279583552154,11075584.0 +380.6,26.239999771118164,2670.0,0.011422954499721527,0.14520263671875,0.0,1.9163180589675903,2.185264825820923,-0.0051957895047962666,0.0025334481615573168,0.34200194478034973,0.505641520023346,0.5882212519645691,677.0,173312.0,4170.416513013188,11091968.0 +368.66,25.360000610351562,2665.0,0.00885424017906189,0.1103108748793602,0.0,1.9665837287902832,2.2065041065216064,-0.00626336270943284,0.0025314732920378447,0.44002780318260193,0.5091612339019775,0.5131556391716003,678.0,173568.0,4176.564731770195,11108352.0 +374.48,25.43000030517578,2664.0,0.008340547792613506,0.09637451171875,0.0,1.9089068174362183,2.1894688606262207,-0.008213846944272518,0.002523369388654828,0.35077211260795593,0.501944363117218,0.5872573554515839,679.0,173824.0,4182.715384333162,11124736.0 +375.13,24.3700008392334,2649.0,0.009736056439578533,0.1173909530043602,0.0,1.9679018259048462,2.202885627746582,-0.004720111843198538,0.002524385927245021,0.43446114659309387,0.5152272582054138,0.5405961871147156,680.0,174080.0,4188.901004733983,11141120.0 +381.87,25.030000686645508,2650.0,0.010538116097450256,0.1142374649643898,0.0,1.84630286693573,2.1958718299865723,-0.005242399871349335,0.0025236390065401793,0.1992805153131485,0.5120443105697632,0.7124187648296356,681.0,174336.0,4195.084756883094,11157504.0 +393.88,26.520000457763672,2678.0,0.0108071593567729,0.1256917268037796,0.0,1.8109593391418457,2.1884829998016357,-0.007142472546547651,0.002535945503041148,0.13931678235530853,0.5023556351661682,0.7927586138248444,682.0,174592.0,4201.203171260189,11173888.0 +408.54,28.84000015258789,2667.0,0.012553391046822071,0.1440226286649704,0.0,1.7998236417770386,2.176892042160034,-0.0070631541311740875,0.0025241272523999214,0.13092811405658722,0.501128077507019,0.7925123572349548,683.0,174848.0,4207.3458007390145,11190272.0 +409.16,29.309999465942383,2606.0,0.017601430416107178,0.1758829802274704,0.0,1.868051528930664,2.151315212249756,-0.001799491117708385,0.002532954327762127,0.22249118983745575,0.5136412978172302,0.6911516785621643,684.0,175104.0,4213.632371964166,11206656.0 +396.14,27.540000915527344,2706.0,0.012182041071355343,0.1446126252412796,0.0,1.9291133880615234,2.172600269317627,-0.004696111660450697,0.002529983641579747,0.3781053125858307,0.5014910101890564,0.5641769468784332,685.0,175360.0,4219.687217673985,11223040.0 +405.49,28.06999969482422,2697.0,0.01389862596988678,0.1820068359375,0.0,1.816444754600525,2.1774120330810547,-0.005913186818361282,0.0025274164509028196,0.1520620435476303,0.5043928623199463,0.72621288895607,686.0,175616.0,4225.76106582419,11239424.0 +401.37,27.829999923706055,2726.0,0.010853520594537258,0.1249796524643898,0.0,1.8997918367385864,2.1716134548187256,-0.007683688774704933,0.002530466066673398,0.3228670358657837,0.5025253891944885,0.6417191326618195,687.0,175872.0,4231.77060885611,11255808.0 +394.59,26.989999771118164,2721.0,0.00794932246208191,0.08319091796875,0.0,1.8802984952926636,2.1480047702789307,-0.005629157181829214,0.0025352390948683023,0.2688307464122772,0.5053730010986328,0.6315481662750244,688.0,176128.0,4237.790577531094,11272192.0 +384.72,26.299999237060547,2702.0,0.007402781397104263,0.09014892578125,0.0,1.9091616868972778,2.1612908840179443,-0.005932817235589027,0.0025431341491639614,0.33261343836784363,0.498833566904068,0.6463176310062408,689.0,176384.0,4243.854414144997,11288576.0 +388.62,27.18000030517578,2715.0,0.0068465969525277615,0.072021484375,0.0,1.8729037046432495,2.137362003326416,-0.004855905193835497,0.0025258802343159914,0.2743434011936188,0.4990213215351105,0.6646414995193481,690.0,176640.0,4249.889925422147,11304960.0 +387.09,26.670000076293945,2746.0,0.009010790847241879,0.1033121719956398,0.0,1.9030624628067017,2.1824746131896973,-0.007322744000703096,0.002549491124227643,0.2752528488636017,0.5198381543159485,0.6708422899246216,691.0,176896.0,4255.855556871975,11321344.0 +393.51,27.31999969482422,2700.0,0.008685042150318623,0.11297607421875,0.0,1.8402255773544312,2.146315336227417,-0.007410952355712652,0.0025440065655857325,0.18184013664722443,0.5061762928962708,0.7347061932086945,692.0,177152.0,4261.92250708607,11337728.0 +395.86,26.790000915527344,2737.0,0.0070710559375584126,0.0840047225356102,0.0,1.9215997457504272,2.1529128551483154,-0.006652809679508209,0.002529843244701624,0.3750476837158203,0.4973364770412445,0.5943900942802429,693.0,177408.0,4267.90774273104,11354112.0 +400.58,27.40999984741211,2727.0,0.007927843369543552,0.0934244766831398,0.0,1.8251956701278687,2.138259172439575,-0.0058721862733364105,0.002536518732085824,0.15432828664779663,0.5070267915725708,0.7824708074331284,694.0,177664.0,4273.915334142046,11370496.0 +404.84,28.290000915527344,2765.0,0.009722810238599777,0.1253458708524704,0.0,1.813960075378418,2.1341347694396973,-0.007271949201822281,0.0025222119875252247,0.16003316640853882,0.5014509558677673,0.774999588727951,695.0,177920.0,4279.840436862083,11386880.0 +404.68,28.8799991607666,2700.0,0.011810432188212872,0.1444295197725296,0.0,1.9099427461624146,2.1325271129608154,-0.004699924495071173,0.0025286953896284103,0.3316083550453186,0.5058159232139587,0.6012285351753235,696.0,178176.0,4285.908854086185,11403264.0 +387.19,26.260000228881836,2703.0,0.013020064681768417,0.14605712890625,0.0,1.9327176809310913,2.149726152420044,-0.00595896877348423,0.002525856951251626,0.3805032968521118,0.5069939494132996,0.6029000580310822,697.0,178432.0,4291.97057740204,11419648.0 +386.31,26.139999389648438,2718.0,0.010993476957082748,0.1304524689912796,0.0,1.887550711631775,2.1294257640838623,-0.005825727712363005,0.0025445595383644104,0.2864932417869568,0.4991443455219269,0.6419886946678162,698.0,178688.0,4297.998555095168,11436032.0 +389.01,26.09000015258789,2710.0,0.010077367536723614,0.1280314177274704,0.0,1.9195395708084106,2.1615583896636963,-0.007626963779330254,0.0025364740286022425,0.346714586019516,0.5071877241134644,0.5965202450752258,699.0,178944.0,4304.044669443043,11452416.0 +387.53,25.65999984741211,2706.0,0.008936511352658272,0.1019083634018898,0.0,1.8469181060791016,2.1695239543914795,-0.0061384751461446285,0.0025347049813717604,0.20035450160503387,0.5072219967842102,0.7194357514381409,700.0,179200.0,4310.100096658105,11468800.0 +395.83,26.309999465942383,2675.0,0.009319036267697811,0.10174560546875,0.0,1.8574036359786987,2.1597983837127686,-0.007409206125885248,0.002534664934501052,0.2435656040906906,0.497295618057251,0.6943622827529907,701.0,179456.0,4316.22424971615,11485184.0 +405.09,27.719999313354492,2704.0,0.012002769857645035,0.1416219025850296,0.0,1.8397469520568848,2.1763992309570312,-0.006845478434115648,0.0025267477612942457,0.21669596433639526,0.4966348111629486,0.6682770848274231,702.0,179712.0,4322.282045835163,11501568.0 +406.88,27.600000381469727,2673.0,0.009905983693897724,0.1153564453125,0.0,1.8857043981552124,2.1816861629486084,-0.006224274635314941,0.0025426552165299654,0.26668235659599304,0.509076714515686,0.6310965716838837,703.0,179968.0,4328.411927095149,11517952.0 +408.08,27.270000457763672,2704.0,0.007231168448925018,0.080078125,0.0,1.8752108812332153,2.1836025714874268,-0.004920143634080887,0.0025473961140960455,0.23600660264492035,0.5102656483650208,0.7152272164821625,704.0,180224.0,4334.470893439138,11534336.0 +403.46,26.190000534057617,2674.0,0.009413914754986763,0.1044108048081398,0.0,1.852657437324524,2.1479837894439697,-0.008012986741960049,0.0025409080553799868,0.20420344173908234,0.5095943808555603,0.7379112243652344,705.0,180480.0,4340.601815256989,11550720.0 +390.36,25.850000381469727,2624.0,0.007690081372857094,0.0870564803481102,0.0,1.924421787261963,2.1234500408172607,-0.008784347213804722,0.002548117656260729,0.3454897701740265,0.5076372027397156,0.6282595694065094,706.0,180736.0,4346.846702717012,11567104.0 +374.19,24.280000686645508,2631.0,0.009915239177644253,0.1238810196518898,0.0,1.9973586797714233,2.1607232093811035,-0.006001345347613096,0.002549312775954604,0.49012064933776855,0.5052508115768433,0.5496301352977753,707.0,180992.0,4353.073245747015,11583488.0 +371.16,24.420000076293945,2649.0,0.013671842403709888,0.1678263396024704,0.0,1.9007729291915894,2.138045072555542,-0.00441201264038682,0.002516060369089246,0.3146880567073822,0.5111908912658691,0.591395765542984,708.0,181248.0,4359.256876605097,11599872.0 +385.91,26.280000686645508,2680.0,0.011106395162642002,0.138916015625,0.0,1.8005237579345703,2.1499085426330566,-0.007453911006450653,0.0025212063919752836,0.1278260052204132,0.5049607157707214,0.7540553957223892,709.0,181504.0,4365.371044608066,11616256.0 +402.48,28.06999969482422,2686.0,0.010113428346812725,0.1071370467543602,0.0,1.8446842432022095,2.1530630588531494,-0.00808869767934084,0.002518255263566971,0.21984881162643433,0.505251407623291,0.7278968691825867,710.0,181760.0,4371.471002502134,11632640.0 +401.43,27.68000030517578,2727.0,0.007809135597199202,0.0909220352768898,0.0,1.8744932413101196,2.1211721897125244,-0.00638929707929492,0.0025332439690828323,0.24566037952899933,0.5126420855522156,0.6692865788936615,711.0,182016.0,4377.4781641161535,11649024.0 +394.35,26.450000762939453,2675.0,0.008938019163906574,0.1041666641831398,0.0,1.8598384857177734,2.130669116973877,-0.008110987953841686,0.0025330078788101673,0.2303302139043808,0.5075872540473938,0.6879521012306213,712.0,182272.0,4383.602927936008,11665408.0 +390.83,26.809999465942383,2678.0,0.01241196971386671,0.1119588240981102,0.0,1.8492202758789062,2.1254618167877197,-0.004360961727797985,0.0025135756004601717,0.21088604629039764,0.5126053094863892,0.6987093091011047,713.0,182528.0,4389.721220511012,11681792.0 +401.95,27.81999969482422,2710.0,0.011401244439184666,0.1314697265625,0.0,1.796091079711914,2.1038780212402344,-0.0067964885383844376,0.0025166256818920374,0.1287679821252823,0.5012292265892029,0.775049239397049,714.0,182784.0,4395.767942805076,11698176.0 +403.42,28.280000686645508,2742.0,0.012851915322244167,0.1660359650850296,0.0,1.8542914390563965,2.0822672843933105,-0.0045041427947580814,0.002516920445486903,0.2525184452533722,0.49489879608154297,0.6589726507663727,715.0,183040.0,4401.742212759098,11714560.0 +401.4,28.030000686645508,2737.0,0.010394356213510036,0.1236979141831398,0.0,1.8219738006591797,2.097501039505005,-0.005510024726390839,0.002521017799153924,0.1699591726064682,0.502970278263092,0.7155070304870605,716.0,183296.0,4407.729162764037,11730944.0 +401.28,27.860000610351562,2727.0,0.010384566150605679,0.1163736954331398,0.0,1.845700740814209,2.110872507095337,-0.0082163130864501,0.0025251905899494886,0.2094862461090088,0.5076870918273926,0.7072865962982178,717.0,183552.0,4413.736214228207,11747328.0 +404.99,27.450000762939453,2685.0,0.01197340339422226,0.14691162109375,0.0,1.8355188369750977,2.1139609813690186,-0.006480546202510595,0.0025150275323539972,0.21202528476715088,0.4996126592159271,0.7356312572956085,718.0,183808.0,4419.837875111029,11763712.0 +399.43,27.110000610351562,2724.0,0.011422143317759037,0.125732421875,0.0,1.866474986076355,2.1030728816986084,-0.006340607535094023,0.0025130172725766897,0.263814777135849,0.5054304003715515,0.686517059803009,719.0,184064.0,4425.8528990140185,11780096.0 +399.76,28.65999984741211,2746.0,0.012705941684544086,0.1347249299287796,0.0,1.819435477256775,2.1205861568450928,-0.003390498459339142,0.0025104188825935125,0.1644163876771927,0.5066142082214355,0.7218956053256989,720.0,184320.0,4431.818466081051,11796480.0 +398.12,28.25,2715.0,0.012935217469930649,0.1304117888212204,0.0,1.8691431283950806,2.121127128601074,-0.007163375616073608,0.0025123555678874254,0.2833264470100403,0.49967703223228455,0.6678416728973389,721.0,184576.0,4437.851864370983,11812864.0 +403.04,28.200000762939453,2686.0,0.00903182104229927,0.0940348282456398,0.0,1.7949333190917969,2.131115198135376,-0.008347717113792896,0.0025177018251270056,0.12467407435178757,0.5034043192863464,0.8013993501663208,722.0,184832.0,4443.95186979603,11829248.0 +402.88,27.68000030517578,2736.0,0.012930226512253284,0.1460978239774704,0.0,1.8170589208602905,2.1232213973999023,-0.005031281616538763,0.0025081930216401815,0.16629503667354584,0.5060781836509705,0.6959764063358307,723.0,185088.0,4449.940098301042,11845632.0 +402.28,28.59000015258789,2718.0,0.009541147388517857,0.1170450821518898,0.0,1.8139533996582031,2.107560873031616,-0.007686776574701071,0.0025116547476500273,0.1557527631521225,0.5090116858482361,0.6775893867015839,724.0,185344.0,4455.968054082012,11862016.0 +407.17,29.290000915527344,2710.0,0.010802369564771652,0.13214111328125,0.0,1.7730425596237183,2.0992181301116943,-0.00704088993370533,0.0025155420880764723,0.0925183966755867,0.4970453977584839,0.807219922542572,725.0,185600.0,4462.014489821158,11878400.0 +406.89,28.84000015258789,2656.0,0.009343529120087624,0.1115519180893898,0.0,1.8205770254135132,2.1144373416900635,-0.006936045829206705,0.002513017738237977,0.17545993626117706,0.5044184923171997,0.718379020690918,726.0,185856.0,4468.183840477141,11894784.0 +404.31,27.799999237060547,2648.0,0.010746362619102001,0.11688232421875,0.0,1.859805703163147,2.109860897064209,-0.0039654080756008625,0.002510169055312872,0.24228203296661377,0.5086444616317749,0.6501744091510773,727.0,186112.0,4474.371404373087,11911168.0 +402.95,27.3700008392334,2695.0,0.012211304157972336,0.1382649689912796,0.0,1.8097904920578003,2.128070831298828,-0.007081467658281326,0.002511822385713458,0.1649666577577591,0.4997580051422119,0.7393090724945068,728.0,186368.0,4480.451661237981,11927552.0 +406.11,27.93000030517578,2669.0,0.012061183340847492,0.1385498046875,0.0,1.8031240701675415,2.1423070430755615,-0.006190712098032236,0.0025093553122133017,0.16238774359226227,0.4948662519454956,0.7271124720573425,729.0,186624.0,4486.590784080094,11943936.0 +391.62,26.690000534057617,2703.0,0.010291009210050106,0.1148478165268898,0.0,1.9095245599746704,2.1560261249542236,-0.007927033118903637,0.002512299222871661,0.35080885887145996,0.5074578523635864,0.5431461930274963,730.0,186880.0,4492.65252796514,11960320.0 +393.39,26.0,2657.0,0.009882275015115738,0.1143391951918602,0.0,1.8569153547286987,2.1393866539001465,-0.00751882279291749,0.002515396336093545,0.23807884752750397,0.5090905427932739,0.6394118368625641,731.0,187136.0,4498.817481110105,11976704.0 +386.57,25.040000915527344,2725.0,0.008198495022952557,0.0708821639418602,0.0,1.9172492027282715,2.140407085418701,-0.00456849904730916,0.002520238980650902,0.3727531135082245,0.49672582745552063,0.5789196193218231,732.0,187392.0,4504.830391154159,11993088.0 +389.24,25.420000076293945,2731.0,0.008692105300724506,0.0999552384018898,0.0,1.8176034688949585,2.1383373737335205,-0.007029327098280191,0.002508296864107251,0.18882785737514496,0.49745380878448486,0.6746688485145569,733.0,187648.0,4510.828803661978,12009472.0 +398.66,27.219999313354492,2687.0,0.011918407864868641,0.1360880583524704,0.0,1.7985115051269531,2.130662441253662,-0.006039606407284737,0.0025143746752291918,0.12649059295654297,0.5054251551628113,0.7493683099746704,734.0,187904.0,4516.925558687188,12025856.0 +401.13,27.540000915527344,2709.0,0.010152425616979599,0.123779296875,0.0,1.8693069219589233,2.1365020275115967,-0.008124204352498055,0.002512463601306081,0.2756282389163971,0.5047499537467957,0.6176107823848724,735.0,188160.0,4522.973653711146,12042240.0 +398.83,26.90999984741211,2706.0,0.015324506908655167,0.17205810546875,0.0,1.8503046035766602,2.1309382915496826,-0.0041373190470039845,0.002518097870051861,0.2135191112756729,0.5099427700042725,0.6405516266822815,736.0,188416.0,4529.027743197046,12058624.0 +401.03,26.719999313354492,2744.0,0.012599929235875607,0.130859375,0.0,1.8515135049819946,2.1731019020080566,-0.005712579935789108,0.002521781949326396,0.22213858366012573,0.5069969892501831,0.6787700951099396,737.0,188672.0,4534.999250814086,12075008.0 +404.09,26.709999084472656,2749.0,0.01012857723981142,0.12164306640625,0.0,1.8210121393203735,2.1868746280670166,-0.006975585129112005,0.002516891108825803,0.17957846820354462,0.501621425151825,0.6586933135986328,738.0,188928.0,4540.960072693182,12091392.0 +397.51,26.200000762939453,2624.0,0.011330063454806805,0.1178792342543602,0.0,1.8628123998641968,2.200040817260742,-0.006839183624833822,0.0025222296826541424,0.26311683654785156,0.49897870421409607,0.6295614242553711,739.0,189184.0,4547.202752328012,12107776.0 +398.76,26.729999542236328,2686.0,0.010265184566378593,0.1167195662856102,0.0,1.8381212949752808,2.1891887187957764,-0.008284651674330235,0.0025113834999501705,0.22875995934009552,0.4982260763645172,0.6535218954086304,740.0,189440.0,4553.302936787019,12124160.0 +392.27,26.299999237060547,2736.0,0.008311196230351925,0.08953857421875,0.0,1.871278166770935,2.1994264125823975,-0.005701371002942324,0.0025263342540711164,0.26876959204673767,0.5014217495918274,0.6532812118530273,741.0,189696.0,4559.290933115175,12140544.0 +400.24,26.920000076293945,2708.0,0.009440526366233826,0.1087443009018898,0.0,1.8047410249710083,2.1788668632507324,-0.005538595374673605,0.0025101355277001858,0.16614195704460144,0.49392953515052795,0.7140118181705475,742.0,189952.0,4565.342059195042,12156928.0 +402.78,27.920000076293945,2715.0,0.011334319598972797,0.1332600861787796,0.0,1.8274279832839966,2.1663835048675537,-0.006382940337061882,0.0025123844388872385,0.2070634812116623,0.49575069546699524,0.637056976556778,743.0,190208.0,4571.377199992072,12173312.0 +399.04,27.84000015258789,2731.0,0.011365427635610104,0.1341349333524704,0.0,1.8113017082214355,2.1791861057281494,-0.005838215351104736,0.0025153413880616426,0.16418524086475372,0.49916836619377136,0.7187064290046692,744.0,190464.0,4577.37614593911,12189696.0 +404.05,28.6299991607666,2748.0,0.012466506101191044,0.15325927734375,0.0,1.8050342798233032,2.1762444972991943,-0.0035888587590306997,0.002513529732823372,0.15783022344112396,0.4947057068347931,0.694968193769455,745.0,190720.0,4583.337194630178,12206080.0 +379.8,25.40999984741211,2664.0,0.009983761236071587,0.1245320662856102,0.0,2.0012221336364746,2.1911203861236572,-0.0052254959009587765,0.0025214876513928175,0.5306891798973083,0.502270519733429,0.5251126289367676,746.0,190976.0,4589.486126044998,12222464.0 +384.64,25.84000015258789,2710.0,0.00978835765272379,0.12066650390625,0.0,1.8012839555740356,2.1730892658233643,-0.005638552363961935,0.0025154503528028727,0.14583422243595123,0.49801120162010193,0.7416448891162872,747.0,191232.0,4595.530802773079,12238848.0 +397.41,27.040000915527344,2702.0,0.00922092143446207,0.1107584610581398,0.0,1.8325480222702026,2.174318552017212,-0.005217918660491705,0.002515895990654826,0.19829367101192474,0.5024139285087585,0.6390146315097809,748.0,191488.0,4601.59418612998,12255232.0 +409.08,28.760000228881836,2702.0,0.010050504468381405,0.12188720703125,0.0,1.805874228477478,2.1936309337615967,-0.00368586671538651,0.002519748406484723,0.14445793628692627,0.499393105506897,0.7500386536121368,749.0,191744.0,4607.658260059077,12271616.0 +405.1,28.100000381469727,2707.0,0.011973331682384014,0.1387736052274704,0.0,1.8486528396606445,2.1712543964385986,-0.007244900334626436,0.0025120971258729696,0.22819499671459198,0.5074638724327087,0.688976913690567,750.0,192000.0,4613.710621188162,12288000.0 +401.12,28.420000076293945,2705.0,0.012365547008812428,0.13470458984375,0.0,1.837793231010437,2.157747983932495,-0.0048672910779714584,0.0025177549105137587,0.21029478311538696,0.5002129673957825,0.6243734061717987,751.0,192256.0,4619.768062056042,12304384.0 +394.13,27.34000015258789,2693.0,0.01222497969865799,0.1327718049287796,0.0,1.846826434135437,2.1720893383026123,-0.005369320046156645,0.0025093897711485624,0.21675316989421844,0.5108450651168823,0.6380286514759064,752.0,192512.0,4625.851385886082,12320768.0 +400.01,27.84000015258789,2713.0,0.00940539687871933,0.10772705078125,0.0,1.8629308938980103,2.154493808746338,-0.007348592858761549,0.0025173360481858253,0.2635967433452606,0.5013583302497864,0.6624168157577515,753.0,192768.0,4631.890723613091,12337152.0 +403.81,28.209999084472656,2715.0,0.0135835325345397,0.1428629606962204,0.0,1.7882871627807617,2.1731932163238525,-0.0070520807057619095,0.0025099001359194517,0.12494289129972458,0.49964964389801025,0.7692734599113464,754.0,193024.0,4637.925954370992,12353536.0 +400.07,28.0,2729.0,0.014811019413173199,0.1552327424287796,0.0,1.826989769935608,2.1554574966430664,-0.004886986222118139,0.0025159434881061316,0.19093795120716095,0.4999907910823822,0.6457804441452026,755.0,193280.0,4643.928822686197,12369920.0 +402.14,28.149999618530273,2691.0,0.01242104172706604,0.14117431640625,0.0,1.8672648668289185,2.145611047744751,-0.005114264786243439,0.002528662793338299,0.2635941803455353,0.4977065324783325,0.5401390790939331,756.0,193536.0,4650.018234633142,12386304.0 +394.52,27.18000030517578,2702.0,0.010166238993406296,0.1118367537856102,0.0,1.8506344556808472,2.1549198627471924,-0.007202260661870241,0.0025197311770170927,0.2216050624847412,0.5087175965309143,0.6805497109889984,757.0,193792.0,4656.084034904139,12402688.0 +391.54,26.84000015258789,2701.0,0.009745669551193714,0.1106160506606102,0.0,1.8152529001235962,2.1558010578155518,-0.006564125884324312,0.0025195854250341654,0.16051684319972992,0.5033237934112549,0.7066741287708282,758.0,194048.0,4662.149453771068,12419072.0 +394.28,27.68000030517578,2728.0,0.013168307952582836,0.1594034880399704,0.0,1.8301281929016113,2.1342718601226807,-0.005282874684780836,0.0025093592703342438,0.19659936428070068,0.5037744045257568,0.7054616212844849,759.0,194304.0,4668.15406427905,12435456.0 +404.44,28.420000076293945,2713.0,0.012438430450856686,0.14764404296875,0.0,1.7947683334350586,2.1337649822235107,-0.007380608469247818,0.0025193821638822556,0.12371528148651123,0.5019379258155823,0.7829696238040924,760.0,194560.0,4674.193293459015,12451840.0 +391.69,26.93000030517578,2685.0,0.013584348373115063,0.1586710661649704,0.0,1.9940143823623657,2.1641111373901367,-0.0050360397435724735,0.002517545595765114,0.49294713139533997,0.5154452323913574,0.514123409986496,761.0,194816.0,4680.295047152089,12468224.0 +379.59,25.959999084472656,2653.0,0.0098550571128726,0.1118977889418602,0.0,1.85160493850708,2.142695665359497,-0.006085023749619722,0.0025078149046748877,0.24817879498004913,0.5011199712753296,0.6079129278659821,762.0,195072.0,4686.470666520065,12484608.0 +381.7,26.5,2709.0,0.010192074812948704,0.1222941055893898,0.0,1.8175235986709595,2.130962371826172,-0.006910728290677071,0.0025076193269342184,0.18946802616119385,0.49720045924186707,0.7021629512310028,763.0,195328.0,4692.518683269154,12500992.0 +404.46,28.6299991607666,2748.0,0.009950154460966587,0.1258748322725296,0.0,1.7816734313964844,2.148122549057007,-0.007268664892762899,0.00251403939910233,0.11058366298675537,0.498111754655838,0.7835433036088943,764.0,195584.0,4698.479980031028,12517376.0 +411.85,29.43000030517578,2707.0,0.009849311783909798,0.1058756485581398,0.0,1.8154878616333008,2.169660806655884,-0.008676654659211636,0.002508503384888172,0.1777711659669876,0.5027238726615906,0.7217402756214142,765.0,195840.0,4704.531204740051,12533760.0 +403.38,28.540000915527344,2686.0,0.009853124618530273,0.1063028946518898,0.0,1.8509620428085327,2.1523795127868652,-0.005901868920773268,0.00251256232149899,0.2285313606262207,0.507841169834137,0.61527219414711,766.0,196096.0,4710.631123122992,12550144.0 +399.78,27.979999542236328,2760.0,0.007623492274433374,0.0842081680893898,0.0,1.8457069396972656,2.143465280532837,-0.00524934334680438,0.002517245477065444,0.2410043627023697,0.493265837430954,0.6506838798522949,767.0,196352.0,4716.569405897055,12566528.0 +398.24,27.68000030517578,2754.0,0.005425116512924433,0.05438232421875,0.0,1.833214282989502,2.1490907669067383,-0.00584239698946476,0.0025096412282437086,0.18938718736171722,0.5110337138175964,0.7054144740104675,768.0,196608.0,4722.519223171985,12582912.0 +401.08,28.0,2687.0,0.01026972010731697,0.1184895858168602,0.0,1.8412610292434692,2.163745164871216,-0.0058926851488649845,0.002515780972316861,0.2152225822210312,0.5032896399497986,0.6545557677745819,769.0,196864.0,4728.616363643203,12599296.0 +399.76,28.40999984741211,2707.0,0.015858791768550873,0.1684163361787796,0.0,1.8507884740829468,2.1485400199890137,-0.0023245534393936396,0.0025091369170695543,0.2311425805091858,0.504458487033844,0.6159259378910065,770.0,197120.0,4734.6678873901255,12615680.0 +401.82,28.920000076293945,2689.0,0.013243143446743488,0.1531779021024704,0.0,1.7859009504318237,2.1431572437286377,-0.0060996706597507,0.002512382809072733,0.1061573401093483,0.504162073135376,0.763187438249588,771.0,197376.0,4740.760642293142,12632064.0 +405.53,29.309999465942383,2693.0,0.014565649442374706,0.1742960661649704,0.0,1.805180549621582,2.125267267227173,-0.0051708524115383625,0.0025065343361347914,0.15344810485839844,0.5016127228736877,0.6884869635105133,772.0,197632.0,4746.845237000147,12648448.0 +405.65,29.469999313354492,2703.0,0.010928989388048649,0.1441446989774704,0.0,1.7981175184249878,2.12727689743042,-0.0064963605254888535,0.002507893368601799,0.1437961608171463,0.5000420212745667,0.7230560481548309,773.0,197888.0,4752.905768434051,12664832.0 +394.26,28.520000457763672,2609.0,0.008589300327003002,0.1031290665268898,0.0,1.8657722473144531,2.1536099910736084,-0.00468486500903964,0.002509573707357049,0.27272841334342957,0.5008420348167419,0.6278767287731171,774.0,198144.0,4759.184878066182,12681216.0 +396.82,28.18000030517578,2683.0,0.011796481907367706,0.13232421875,0.0,1.8214622735977173,2.1496341228485107,-0.006024718750268221,0.0025093085132539272,0.17599429190158844,0.5063318610191345,0.7058959007263184,775.0,198400.0,4765.291289895074,12697600.0 +397.4,27.15999984741211,2631.0,0.010475668124854565,0.1140543594956398,0.0,1.8474770784378052,2.1325132846832275,-0.007472293451428413,0.0025088319089263678,0.24953003227710724,0.4970935583114624,0.611314058303833,776.0,198656.0,4771.518978888169,12713984.0 +395.78,26.690000534057617,2682.0,0.008544311858713627,0.10125732421875,0.0,1.884734034538269,2.173124074935913,-0.006959158461540937,0.0025043997447937727,0.3147395849227905,0.5038546919822693,0.6456355452537537,777.0,198912.0,4777.628412342165,12730368.0 +392.39,26.8799991607666,2697.0,0.009027058258652687,0.1045125350356102,0.0,1.883965015411377,2.144170045852661,-0.006092800293117762,0.002509382553398609,0.3074757754802704,0.5030702352523804,0.6129816770553589,778.0,199168.0,4783.702794902027,12746752.0 +388.81,26.420000076293945,2608.0,0.006772898603230715,0.0880126953125,0.0,1.8506098985671997,2.172968626022339,-0.007596924901008606,0.002507655182853341,0.25159117579460144,0.5003133416175842,0.6995171010494232,779.0,199424.0,4789.984159903135,12763136.0 +399.68,28.579999923706055,2661.0,0.009474974125623703,0.1089274063706398,0.0,1.7951372861862183,2.1665234565734863,-0.009782330133020878,0.002503695199266076,0.13922218978405,0.505126416683197,0.7606137096881866,780.0,199680.0,4796.140426845057,12779520.0 +401.35,28.40999984741211,2647.0,0.012804838828742504,0.1512654572725296,0.0,1.816140055656433,2.1611883640289307,-0.007407288532704115,0.002503062365576625,0.18725134432315826,0.5000021457672119,0.6947142779827118,781.0,199936.0,4802.329650260042,12795904.0 +407.45,28.8700008392334,2681.0,0.013231194578111172,0.1478678435087204,0.0,1.839295744895935,2.189077138900757,-0.006310777273029089,0.002510985592380166,0.21442534029483795,0.5047916173934937,0.6595829427242279,782.0,200192.0,4808.441124275094,12812288.0 +408.24,28.739999771118164,2659.0,0.011335897259414196,0.13134765625,0.0,1.7793792486190796,2.1846909523010254,-0.007190632168203592,0.00250872946344316,0.11019986122846603,0.49895212054252625,0.7828185111284256,783.0,200448.0,4814.603379463078,12828672.0 +410.68,29.049999237060547,2669.0,0.011639706790447235,0.1507568359375,0.0,1.806942343711853,2.191929578781128,-0.00553753599524498,0.0025055210571736097,0.17743021249771118,0.49292340874671936,0.7535573542118073,784.0,200704.0,4820.741089232033,12845056.0 +409.08,28.850000381469727,2644.0,0.012311674654483795,0.1367390900850296,0.0,1.822166085243225,2.2033843994140625,-0.006271475460380316,0.0025068165268749,0.18733645975589752,0.5033949017524719,0.7203386723995209,785.0,200960.0,4826.937783622183,12861440.0 +405.39,29.040000915527344,2689.0,0.012044536881148815,0.1365153044462204,0.0,1.844651699066162,2.2141380310058594,-0.006333430763334036,0.0025136065669357777,0.2356845736503601,0.4984806776046753,0.6801045835018158,786.0,201216.0,4833.031297177076,12877824.0 +408.79,29.31999969482422,2668.0,0.010764815844595432,0.12646484375,0.0,1.7992054224014282,2.2044060230255127,-0.006406690459698439,0.0025012216065078974,0.15674446523189545,0.49867334961891174,0.7650416344404221,787.0,201472.0,4839.171608071076,12894208.0 +410.13,28.850000381469727,2701.0,0.011674091219902039,0.1341552734375,0.0,1.822408676147461,2.2147104740142822,-0.005531285423785448,0.0025061003398150206,0.19224543869495392,0.5009142756462097,0.7347071468830109,788.0,201728.0,4845.237770762062,12910592.0 +408.74,28.780000686645508,2703.0,0.011987552046775818,0.1422526091337204,0.0,1.8500871658325195,2.212583541870117,-0.00572938472032547,0.002503716154024005,0.2361576408147812,0.5080053210258484,0.7333789765834808,789.0,201984.0,4851.299829510041,12926976.0 +406.15,28.739999771118164,2744.0,0.008488540537655354,0.0993448868393898,0.0,1.8147350549697876,2.220071315765381,-0.004736574832350016,0.002508128061890602,0.1806473284959793,0.49728450179100037,0.7775262743234634,790.0,202240.0,4857.271454620175,12943360.0 +408.82,29.309999465942383,2714.0,0.007134531158953905,0.0826619490981102,0.0,1.8037046194076538,2.2211692333221436,-0.004708059132099152,0.0025056262966245413,0.16554118692874908,0.49504077434539795,0.7670280337333679,791.0,202496.0,4863.30826890911,12959744.0 +411.44,29.510000228881836,2669.0,0.01043617632240057,0.13262939453125,0.0,1.796207070350647,2.2237741947174072,-0.00854524876922369,0.0025039876345545053,0.13593845069408417,0.507027268409729,0.8053773492574692,792.0,202752.0,4869.447146177059,12976128.0 +407.89,29.290000915527344,2690.0,0.010855469852685928,0.1353759765625,0.0,1.8266481161117554,2.229623556137085,-0.00813116692006588,0.002505487995222211,0.20793823897838593,0.5003624558448792,0.6993739306926727,793.0,203008.0,4875.538976120995,12992512.0 +408.8,29.239999771118164,2727.0,0.01166513655334711,0.146240234375,0.0,1.7897963523864746,2.2254550457000732,-0.008694847114384174,0.0025010451208800077,0.16677890717983246,0.4868336617946625,0.7706906795501709,794.0,203264.0,4881.547303406056,13008896.0 +407.77,28.799999237060547,2701.0,0.012672965414822102,0.1575520783662796,0.0,1.8312381505966187,2.243565082550049,-0.006485494319349527,0.0024997431319206953,0.2162642478942871,0.5021556615829468,0.6892486214637756,795.0,203520.0,4887.6138508580625,13025280.0 +406.79,29.010000228881836,2745.0,0.01091745961457491,0.1310831755399704,0.0,1.8326205015182495,2.2529802322387695,-0.006937201600521803,0.002508171135559678,0.2193533033132553,0.49832555651664734,0.6753753423690796,796.0,203776.0,4893.581861436134,13041664.0 +405.69,29.709999084472656,2757.0,0.010054788552224636,0.1185302734375,0.0,1.7855299711227417,2.241088390350342,-0.006407564505934715,0.0025103723164647818,0.14287209510803223,0.4877263009548187,0.7510693073272705,797.0,204032.0,4899.52489818912,13058048.0 +409.09,29.68000030517578,2696.0,0.011073683388531208,0.1364542692899704,0.0,1.7688018083572388,2.2621243000030518,-0.007886828854680061,0.0025058796163648367,0.10006147623062134,0.49633947014808655,0.7952903062105179,798.0,204288.0,4905.601277946029,13074432.0 +409.46,29.389999389648438,2707.0,0.009526479057967663,0.1095987930893898,0.0,1.8049330711364746,2.257957696914673,-0.007951364852488041,0.002507880562916398,0.17057065665721893,0.4962385594844818,0.7400356233119965,799.0,204544.0,4911.65712766815,13090816.0 +401.57,27.809999465942383,2691.0,0.011923425830900669,0.1333821564912796,0.0,1.8419160842895508,2.2559750080108643,-0.0042907618917524815,0.0025052030105143785,0.23971660435199738,0.4963068962097168,0.6664752662181854,800.0,204800.0,4917.745080971159,13107200.0 +406.63,28.799999237060547,2724.0,0.01127433031797409,0.1324259489774704,0.0,1.7695460319519043,2.2420847415924072,-0.009570744819939137,0.0024984683841466904,0.10217707604169846,0.5012151002883911,0.8289139121770859,801.0,205056.0,4923.758673647186,13123584.0 +404.11,29.18000030517578,2730.0,0.01293142605572939,0.1536051481962204,0.0,1.835189938545227,2.245900869369507,-0.0037460867315530777,0.002499805763363838,0.2259809374809265,0.49850180745124817,0.6950118839740753,802.0,205312.0,4929.759851087118,13139968.0 +397.16,28.15999984741211,2702.0,0.012418107129633427,0.1463419646024704,0.0,1.87037992477417,2.223736524581909,-0.007274442818015814,0.002501663751900196,0.28614330291748047,0.5059880614280701,0.6121197044849396,803.0,205568.0,4935.822060512146,13156352.0 +392.86,26.649999618530273,2713.0,0.009375574067234993,0.0982462540268898,0.0,1.8620309829711914,2.246378183364868,-0.005650614853948355,0.0025016276631504297,0.27608320116996765,0.501289963722229,0.6571080982685089,804.0,205824.0,4941.8605595740955,13172736.0 +394.09,26.770000457763672,2726.0,0.010780714452266693,0.12353515625,0.0,1.8534308671951294,2.2659847736358643,-0.008071319200098515,0.002507066586986184,0.27301082015037537,0.4941236674785614,0.6758904159069061,805.0,206080.0,4947.871188064106,13189120.0 +396.46,27.510000228881836,2698.0,0.009942740201950073,0.11968994140625,0.0,1.8512468338012695,2.2403721809387207,-0.0069114286452531815,0.0024979582522064447,0.25932255387306213,0.501921534538269,0.6826246380805969,806.0,206336.0,4953.944443992106,13205504.0 +396.5,27.329999923706055,2689.0,0.01589353010058403,0.1996866911649704,0.0,1.8207502365112305,2.243396520614624,-0.0056209261529147625,0.002499047899618745,0.19603557884693146,0.501263439655304,0.7184415757656097,807.0,206592.0,4960.036294334102,13221888.0 +402.94,27.649999618530273,2697.0,0.007594720926135778,0.0914306640625,0.0,1.8063911199569702,2.259850025177002,-0.006458661053329706,0.0025066500529646873,0.17091630399227142,0.496665358543396,0.7132117748260498,808.0,206848.0,4966.112188098021,13238272.0 +409.0,29.149999618530273,2705.0,0.01441296935081482,0.1669921875,0.0,1.7965346574783325,2.2469708919525146,-0.004891527816653252,0.0025015047285705805,0.1500718742609024,0.49810752272605896,0.6983165740966797,809.0,207104.0,4972.1709530630615,13254656.0 +408.44,29.18000030517578,2676.0,0.010750195942819118,0.1310221403837204,0.0,1.809205412864685,2.2527215480804443,-0.007776085287332535,0.002502505434677005,0.17022185027599335,0.5031449198722839,0.6980310380458832,810.0,207360.0,4978.293050056091,13271040.0 +405.6,28.940000534057617,2695.0,0.009646975435316563,0.1124064102768898,0.0,1.7882083654403687,2.2714710235595703,-0.0062944479286670685,0.0024959470611065626,0.1542685478925705,0.4921095669269562,0.7012845873832703,811.0,207616.0,4984.371736178175,13287424.0 +401.54,28.959999084472656,2710.0,0.009322402998805046,0.1124267578125,0.0,1.7854433059692383,2.269181966781616,-0.007247626781463623,0.0024990562815219164,0.14076915383338928,0.49546995759010315,0.7355334162712097,812.0,207872.0,4990.417337113991,13303808.0 +398.07,28.139999389648438,2658.0,0.011370326392352581,0.1354573518037796,0.0,1.8256152868270874,2.2469797134399414,-0.006572714541107416,0.0025007210206240416,0.21798856556415558,0.49530282616615295,0.6541492640972137,813.0,208128.0,4996.582381546032,13320192.0 +396.67,27.860000610351562,2707.0,0.011811387725174427,0.1193033829331398,0.0,1.821590781211853,2.2390050888061523,-0.007119322195649147,0.002502306131646037,0.20385389029979706,0.4980200529098511,0.6958997845649719,814.0,208384.0,5002.633511975175,13336576.0 +397.22,27.940000534057617,2705.0,0.011866108514368534,0.1417439728975296,0.0,1.8006997108459473,2.236004114151001,-0.007869916036725044,0.0025023813359439373,0.1553342640399933,0.5020719170570374,0.7378919422626495,815.0,208640.0,5008.690588600002,13352960.0 +393.7,28.5,2710.0,0.012412925250828266,0.1516316682100296,0.0,1.836551308631897,2.2506444454193115,-0.004627208691090345,0.0024986376520246267,0.22419863939285278,0.5022671222686768,0.6463668048381805,816.0,208896.0,5014.735046933172,13369344.0 +400.23,28.670000076293945,2710.0,0.01096026599407196,0.1422932893037796,0.0,1.7727103233337402,2.222543954849243,-0.007829826325178146,0.0024990527890622616,0.10746286064386368,0.49950742721557617,0.7884625494480133,817.0,209152.0,5020.781747319037,13385728.0 +405.07,28.600000381469727,2699.0,0.012108314782381058,0.13922119140625,0.0,1.7860318422317505,2.2047371864318848,-0.00558469956740737,0.0025049876421689987,0.12125926464796066,0.500540554523468,0.7873754948377609,818.0,209408.0,5026.851422789041,13402112.0 +403.19,27.8799991607666,2707.0,0.012841105461120605,0.1672566682100296,0.0,1.888733983039856,2.2154104709625244,-0.006413507740944624,0.002496511908248067,0.3526562452316284,0.49271753430366516,0.5666142404079437,819.0,209664.0,5032.904383047018,13418496.0 +391.26,26.56999969482422,2712.0,0.009590492583811283,0.1221516951918602,0.0,1.884813666343689,2.203274726867676,-0.0070475018583238125,0.0025034979917109013,0.33144140243530273,0.49642443656921387,0.6132700443267822,820.0,209920.0,5038.944688864984,13434880.0 +388.81,25.729999542236328,2752.0,0.006982715800404549,0.0826822891831398,0.0,1.8349652290344238,2.1859428882598877,-0.00655285594984889,0.0024947875645011663,0.24578528106212616,0.4930912256240845,0.7210338115692139,821.0,210176.0,5044.897980045062,13451264.0 +392.01,27.079999923706055,2731.0,0.011653239838778973,0.1322428435087204,0.0,1.8596066236495972,2.174915075302124,-0.006431750487536192,0.0024977759458124638,0.26636698842048645,0.5057160258293152,0.6482329070568085,822.0,210432.0,5050.897314821137,13467648.0 +401.11,28.219999313354492,2653.0,0.010183506645262241,0.1164957657456398,0.0,1.797143578529358,2.179699420928955,-0.008652509190142155,0.0024990865495055914,0.17150533199310303,0.4922972023487091,0.7404545247554779,823.0,210688.0,5057.07368103019,13484032.0 +405.05,28.350000381469727,2703.0,0.006532412022352219,0.07696533203125,0.0,1.8552008867263794,2.1775195598602295,-0.006545372307300568,0.0025092836003750563,0.2796858251094818,0.4890369176864624,0.7137926816940308,824.0,210944.0,5063.135787889129,13500416.0 +397.72,26.8700008392334,2720.0,0.006829892750829458,0.0781656876206398,0.0,1.8618639707565308,2.1834702491760254,-0.007232211530208588,0.0024993228726089,0.29417601227760315,0.4941810667514801,0.7154289484024048,825.0,211200.0,5069.159758708207,13516800.0 +396.93,26.690000534057617,2723.0,0.006709476467221975,0.074951171875,0.0,1.8056946992874146,2.2178633213043213,-0.006153119262307882,0.0024972690735012293,0.17785631120204926,0.4964637756347656,0.7718614935874939,826.0,211456.0,5075.175669722026,13533184.0 +396.72,27.510000228881836,2748.0,0.008387114852666855,0.0936686173081398,0.0,1.8368115425109863,2.1910130977630615,-0.0056794811971485615,0.0024988085497170687,0.24623651802539825,0.4918786287307739,0.6815817654132843,827.0,211712.0,5081.13909565215,13549568.0 +401.56,27.56999969482422,2725.0,0.007488502189517021,0.0681355819106102,0.0,1.8538503646850586,2.181739091873169,-0.006327441427856684,0.0025050512049347162,0.2620221674442291,0.49845850467681885,0.7239020466804504,828.0,211968.0,5087.150671624113,13565952.0 +407.12,27.700000762939453,2701.0,0.008397149853408337,0.07745361328125,0.0,1.8221908807754517,2.189473867416382,-0.00623646005988121,0.0025051513221114874,0.20070220530033112,0.4973953068256378,0.7825074642896652,829.0,212224.0,5093.216111681191,13582336.0 +407.07,27.420000076293945,2632.0,0.006457528565078974,0.068603515625,0.0,1.8105517625808716,2.1929750442504883,-0.006905657704919577,0.002503936178982258,0.1875983476638794,0.4936201572418213,0.7843823134899139,830.0,212480.0,5099.439913272159,13598720.0 +407.79,27.790000915527344,2657.0,0.011205793358385563,0.1383870393037796,0.0,1.8324986696243286,2.204482078552246,-0.006511003244668245,0.002501874463632703,0.23042960464954376,0.4949023723602295,0.7328536808490753,831.0,212736.0,5105.606623080093,13615104.0 +413.03,28.329999923706055,2705.0,0.007341168820858002,0.0892537459731102,0.0,1.7946089506149292,2.187776803970337,-0.00672347703948617,0.0025018814485520124,0.15214404463768005,0.49619731307029724,0.8263907134532928,832.0,212992.0,5111.663012028206,13631488.0 +412.72,29.079999923706055,2699.0,0.007191734854131937,0.0749308243393898,0.0,1.8026138544082642,2.198582649230957,-0.006270034238696098,0.0024997086729854345,0.16970710456371307,0.49616149067878723,0.7854447513818741,833.0,213248.0,5117.733913689153,13647872.0 +403.27,27.979999542236328,2651.0,0.007221394684165716,0.0845743790268898,0.0,1.8678115606307983,2.1999671459198,-0.005654312204569578,0.0025079764891415834,0.2973918318748474,0.49278128147125244,0.7085714936256409,834.0,213504.0,5123.913080393104,13664256.0 +404.92,28.520000457763672,2644.0,0.007442144211381674,0.0829060897231102,0.0,1.8249646425247192,2.2056100368499756,-0.005298542324453592,0.002507600700482726,0.20630331337451935,0.4953670799732208,0.7766038775444031,835.0,213760.0,5130.109209428076,13680640.0 +413.42,29.399999618530273,2696.0,0.008084859699010849,0.0987955704331398,0.0,1.792199969291687,2.1894309520721436,-0.005846656858921051,0.002499869791790843,0.1536828726530075,0.4931645393371582,0.818774476647377,836.0,214016.0,5136.186148088193,13697024.0 +409.09,29.530000686645508,2719.0,0.008222841657698154,0.0985921248793602,0.0,1.8322649002075195,2.206099271774292,-0.0079465601593256,0.0025014847051352262,0.22407688200473785,0.499491810798645,0.72215336561203,837.0,214272.0,5142.211193840019,13713408.0 +400.21,28.959999084472656,2666.0,0.013023696839809418,0.1635945588350296,0.0,1.8552956581115723,2.194246768951416,-0.0031597448978573084,0.002498105401173234,0.26710280776023865,0.4977938234806061,0.6933582425117493,838.0,214528.0,5148.356617676094,13729792.0 +389.46,27.209999084472656,2610.0,0.01301022619009018,0.1408894807100296,0.0,1.8822709321975708,2.1938416957855225,-0.0027594324201345444,0.0025107176043093204,0.31916582584381104,0.49202731251716614,0.6961639821529388,839.0,214784.0,5154.634765760042,13746176.0 +393.97,27.360000610351562,2726.0,0.011007917113602161,0.1279093474149704,0.0,1.8602544069290161,2.1932504177093506,-0.00660462724044919,0.0025058963801711798,0.26987358927726746,0.5009063482284546,0.7090944647789001,840.0,215040.0,5160.645700060995,13762560.0 +396.76,27.43000030517578,2743.0,0.015195020474493504,0.1584879606962204,0.0,1.8879190683364868,2.199542760848999,-0.004045266658067703,0.0025061031337827444,0.3130265772342682,0.5043951272964478,0.688705712556839,841.0,215296.0,5166.618205415085,13778944.0 +392.29,27.420000076293945,2725.0,0.009195425547659397,0.1083780899643898,0.0,1.8695284128189087,2.1993913650512695,-0.004965064115822315,0.0025109872221946716,0.2848140299320221,0.4985868036746979,0.6677932143211365,842.0,215552.0,5172.63025380508,13795328.0 +392.69,27.34000015258789,2697.0,0.01326147373765707,0.1278889924287796,0.0,1.8301023244857788,2.185936450958252,-0.005215983837842941,0.0025102579966187477,0.21289800107479095,0.4955996572971344,0.7620486468076706,843.0,215808.0,5178.704280869104,13811712.0 +397.82,27.540000915527344,2731.0,0.008980470709502697,0.10260009765625,0.0,1.8514961004257202,2.1966965198516846,-0.0068916939198970795,0.0025093487929552794,0.2562545835971832,0.49755313992500305,0.6832442879676819,844.0,216064.0,5184.703946534079,13828096.0 +398.14,28.110000610351562,2710.0,0.009885397739708424,0.1160685196518898,0.0,1.8600713014602661,2.182252883911133,-0.005485120695084333,0.0025131762959063053,0.25801166892051697,0.5017849802970886,0.670590877532959,845.0,216320.0,5190.749505350133,13844480.0 +402.49,27.760000228881836,2722.0,0.007452692836523056,0.0845947265625,0.0,1.8262039422988892,2.1912992000579834,-0.006007967051118612,0.002496785717085004,0.2153068631887436,0.4980785548686981,0.7449416220188141,846.0,216576.0,5196.767921647057,13860864.0 +396.48,26.239999771118164,2724.0,0.006416916847229004,0.0707600936293602,0.0,1.9238862991333008,2.2038967609405518,-0.007455259095877409,0.0025032435078173876,0.39950302243232727,0.5020071268081665,0.6247588992118835,847.0,216832.0,5202.782813814003,13877248.0 +391.5,27.450000762939453,2717.0,0.0067329928278923035,0.0763956680893898,0.0,1.8204354047775269,2.15716290473938,-0.006332617253065109,0.002504207892343402,0.2011583298444748,0.495656281709671,0.7408375442028046,848.0,217088.0,5208.812301582191,13893632.0 +396.52,28.790000915527344,2697.0,0.009810024872422218,0.1176554337143898,0.0,1.8033093214035034,2.1745645999908447,-0.004775287117809057,0.002506629331037402,0.15486900508403778,0.4990808963775635,0.8115912824869156,849.0,217344.0,5214.887533436995,13910016.0 +395.94,28.790000915527344,2718.0,0.014339830726385117,0.1492106169462204,0.0,1.845009446144104,2.1842520236968994,-0.00576280290260911,0.0024984946940094233,0.2514154016971588,0.4976597726345062,0.6803408563137054,850.0,217600.0,5220.918760613073,13926400.0 +400.04,29.040000915527344,2701.0,0.013246401213109493,0.1634114533662796,0.0,1.7894386053085327,2.189138889312744,-0.006765848491340876,0.0025097730103880167,0.11980375647544861,0.5033071041107178,0.7998703867197037,851.0,217856.0,5226.98541796417,13942784.0 +406.99,29.100000381469727,2745.0,0.011306407861411572,0.1407470703125,0.0,1.8260504007339478,2.1800220012664795,-0.00739714689552784,0.0025095080491155386,0.19808541238307953,0.5014508962631226,0.7473220825195312,852.0,218112.0,5232.952909494983,13959168.0 +404.67,28.219999313354492,2712.0,0.007301200646907091,0.0835164412856102,0.0,1.852948784828186,2.180697202682495,-0.006953444331884384,0.002516363514587283,0.24096105992794037,0.5030471682548523,0.6571483910083771,853.0,218368.0,5238.994269767078,13975552.0 +400.71,28.049999237060547,2677.0,0.01118798553943634,0.1328125,0.0,1.7977261543273926,2.1796791553497314,-0.0077553619630634785,0.002505551092326641,0.1473645567893982,0.5008205771446228,0.7850157618522644,854.0,218624.0,5245.1143692322075,13991936.0 +409.6,28.989999771118164,2679.0,0.010994869284331799,0.14007568359375,0.0,1.8024979829788208,2.178010940551758,-0.006030792836099863,0.0025142061058431864,0.14766928553581238,0.49937137961387634,0.7780312746763229,855.0,218880.0,5251.229107774096,14008320.0 +409.28,28.65999984741211,2679.0,0.010788663290441036,0.1370849609375,0.0,1.8773378133773804,2.183823585510254,-0.006084289867430925,0.002502170391380787,0.2996397316455841,0.5043554306030273,0.6488014459609985,856.0,219136.0,5257.3441790281795,14024704.0 +408.14,28.459999084472656,2584.0,0.008641446940600872,0.1070963516831398,0.0,1.779861569404602,2.1714794635772705,-0.00783061608672142,0.0025030034594237804,0.10550937056541443,0.5051503777503967,0.8341119438409805,857.0,219392.0,5263.685091169085,14041088.0 +399.77,28.360000610351562,2608.0,0.01541108638048172,0.17303466796875,0.0,1.8655747175216675,2.1633388996124268,-0.005322708282619715,0.0024978583678603172,0.2902684807777405,0.49846771359443665,0.6705004274845123,858.0,219648.0,5269.967384445015,14057472.0 +399.73,28.920000076293945,2655.0,0.016042029485106468,0.18780517578125,0.0,1.8034071922302246,2.190114736557007,-0.003048412734642625,0.0024961414746940136,0.16920071840286255,0.4956856071949005,0.7470298707485199,859.0,219904.0,5276.137267315993,14073856.0 +391.59,28.309999465942383,2661.0,0.008986668661236763,0.0968221053481102,0.0,1.8327364921569824,2.174591302871704,-0.004052119795233011,0.0025060425978153944,0.20863471925258636,0.5011958479881287,0.7225688099861145,860.0,220160.0,5282.298403066117,14090240.0 +391.37,28.1299991607666,2696.0,0.007976760156452656,0.08941650390625,0.0,1.8603993654251099,2.2084155082702637,-0.005850091110914946,0.002507110359147191,0.2686675488948822,0.5004449486732483,0.6896693110466003,861.0,220416.0,5288.376341467025,14106624.0 +386.13,26.0,2707.0,0.00983690470457077,0.1122233048081398,0.0,1.9194531440734863,2.2059905529022217,-0.008138859644532204,0.002500539179891348,0.4003504812717438,0.4992068111896515,0.6186585426330566,862.0,220672.0,5294.429416794097,14123008.0 +385.87,25.65999984741211,2669.0,0.010104033164680004,0.1269938200712204,0.0,1.8662924766540527,2.1980276107788086,-0.007844654843211174,0.002504759468138218,0.28963932394981384,0.4989180862903595,0.6773763298988342,863.0,220928.0,5300.568553005112,14139392.0 +390.17,25.850000381469727,2667.0,0.008084002882242203,0.0992635115981102,0.0,1.8139523267745972,2.2121777534484863,-0.007215367630124092,0.0025129092391580343,0.17728666961193085,0.4981915056705475,0.7277961075305939,864.0,221184.0,5306.712082358077,14155776.0 +396.72,26.950000762939453,2700.0,0.008883400820195675,0.1053263321518898,0.0,1.8057359457015991,2.2037875652313232,-0.008894276805222034,0.0025003976188600063,0.15569160878658295,0.5086236596107483,0.7654765397310257,865.0,221440.0,5312.779864629032,14172160.0 +411.8,28.219999313354492,2685.0,0.01291083637624979,0.15087890625,0.0,1.8005461692810059,2.218445301055908,-0.007664082106202841,0.002496803645044565,0.1538441777229309,0.5050708055496216,0.7485941648483276,866.0,221696.0,5318.8811393710785,14188544.0 +394.18,27.040000915527344,2638.0,0.009613255970180035,0.1224568709731102,0.0,1.9055733680725098,2.216071605682373,-0.004702881444245577,0.002501856302842498,0.34528377652168274,0.5088670253753662,0.5628609359264374,867.0,221952.0,5325.092610527063,14204928.0 +398.58,28.34000015258789,2663.0,0.011515318416059017,0.139892578125,0.0,1.7749685049057007,2.2097861766815186,-0.006951197981834412,0.002503142459318042,0.09580197930335999,0.5045453906059265,0.8210610896348953,868.0,222208.0,5331.244505577022,14221312.0 +399.98,28.59000015258789,2659.0,0.010476380586624146,0.1210734024643898,0.0,1.8081817626953125,2.1969172954559326,-0.007132451981306076,0.002493477426469326,0.18429851531982422,0.49839556217193604,0.7033786177635193,869.0,222464.0,5337.40638501104,14237696.0 +407.61,28.420000076293945,2735.0,0.011116676963865757,0.12762451171875,0.0,1.8097082376480103,2.2270584106445312,-0.009087476879358292,0.0024933714885264635,0.18023528158664703,0.5042631030082703,0.7284612357616425,870.0,222720.0,5343.396012721118,14254080.0 +394.95,27.100000381469727,2708.0,0.007656651083379984,0.0852254256606102,0.0,1.8650879859924316,2.212874174118042,-0.007438476663082838,0.002491795690730214,0.2977311909198761,0.4998922049999237,0.6450589299201965,871.0,222976.0,5349.445282762172,14270464.0 +392.69,26.440000534057617,2691.0,0.010005042888224125,0.1195068359375,0.0,1.840273380279541,2.202650308609009,-0.006984383333474398,0.0024938464630395174,0.23787780106067657,0.5034220814704895,0.6375646591186523,872.0,223232.0,5355.534205709118,14286848.0 +389.75,26.270000457763672,2635.0,0.010304680094122887,0.1139729842543602,0.0,1.8340177536010742,2.214345932006836,-0.008266949094831944,0.002492454368621111,0.2231079488992691,0.5066469311714172,0.6763582825660706,873.0,223488.0,5361.752174199093,14303232.0 +400.56,27.43000030517578,2699.0,0.010586444288492203,0.1358439177274704,0.0,1.8299967050552368,2.211514711380005,-0.006697035860270262,0.002492651343345642,0.22199475765228271,0.5014858841896057,0.6612447798252106,874.0,223744.0,5367.823042838136,14319616.0 +387.74,26.75,2721.0,0.011479097418487072,0.135009765625,0.0,1.8744462728500366,2.1952333450317383,-0.0073521253652870655,0.0024926208425313234,0.2999131977558136,0.507483720779419,0.6579275131225586,875.0,224000.0,5373.844213212142,14336000.0 +390.9,26.809999465942383,2716.0,0.011075527407228947,0.1298421174287796,0.0,1.8550430536270142,2.215047597885132,-0.005329860839992762,0.0024944785982370377,0.2724129259586334,0.4990774095058441,0.6498425304889679,876.0,224256.0,5379.87661300716,14352384.0 +395.21,27.030000686645508,2709.0,0.00969297531992197,0.1214192733168602,0.0,1.808104395866394,2.2116899490356445,-0.007212318480014801,0.0024942834861576557,0.16973412036895752,0.5054247379302979,0.7404569983482361,877.0,224512.0,5385.925737212179,14368768.0 +394.85,27.700000762939453,2696.0,0.011057612486183643,0.1260986328125,0.0,1.842577576637268,2.220075845718384,-0.006447304040193558,0.002493269043043256,0.24376612901687622,0.5027079582214355,0.6672058701515198,878.0,224768.0,5392.003028703155,14385152.0 +392.54,27.06999969482422,2716.0,0.008760428056120872,0.0993855819106102,0.0,1.8583651781082153,2.2054760456085205,-0.00589156337082386,0.0024934152606874704,0.2754366099834442,0.5018858909606934,0.6571879088878632,879.0,225024.0,5398.0344019860495,14401536.0 +396.51,26.43000030517578,2702.0,0.008275953121483326,0.0958455428481102,0.0,1.8434666395187378,2.2213594913482666,-0.008532778359949589,0.002499382710084319,0.23690171539783478,0.5060709714889526,0.6791413128376007,880.0,225280.0,5404.09781118203,14417920.0 +392.55,25.93000030517578,2748.0,0.01044991984963417,0.11810302734375,0.0,1.8941045999526978,2.2310798168182373,-0.0062783509492874146,0.0024963857140392065,0.3369809687137604,0.5060105323791504,0.6240361034870148,881.0,225536.0,5410.060492406134,14434304.0 +392.83,26.260000228881836,2744.0,0.008803647011518478,0.1067301407456398,0.0,1.799039363861084,2.229743003845215,-0.006121170241385698,0.0024971533566713333,0.1546705961227417,0.5015457272529602,0.7694747298955917,882.0,225792.0,5416.031395914033,14450688.0 +401.08,28.049999237060547,2708.0,0.008881199173629284,0.1158243790268898,0.0,1.796229362487793,2.218465805053711,-0.0073102917522192,0.0024931589141488075,0.14792846143245697,0.5051807761192322,0.8030116260051727,883.0,226048.0,5422.080878099194,14467072.0 +406.83,28.989999771118164,2707.0,0.010175788775086403,0.1187744140625,0.0,1.7844629287719727,2.2488677501678467,-0.007052032742649317,0.0024880741257220507,0.15180610120296478,0.49406352639198303,0.7301412522792816,884.0,226304.0,5428.133811056148,14483456.0 +393.51,27.0,2704.0,0.010194800794124603,0.1256306916475296,0.0,1.9071253538131714,2.232334852218628,-0.008160077966749668,0.0024980660527944565,0.38293030858039856,0.49711063504219055,0.5734270513057709,885.0,226560.0,5434.193142969161,14499840.0 +388.33,26.100000381469727,2666.0,0.00990262534469366,0.1093953475356102,0.0,1.8046988248825073,2.241241216659546,-0.007940411567687988,0.0024934359826147556,0.18808500468730927,0.4942912757396698,0.7146621942520142,886.0,226816.0,5440.339592194185,14516224.0 +391.07,26.15999984741211,2699.0,0.0102843651548028,0.1161092147231102,0.0,1.8816637992858887,2.244990110397339,-0.005526346620172262,0.00249447557143867,0.32484275102615356,0.4999805986881256,0.6437378227710724,887.0,227072.0,5446.4093362651765,14532608.0 +392.69,26.530000686645508,2691.0,0.00891364086419344,0.0985310897231102,0.0,1.8622804880142212,2.2265450954437256,-0.0075320713222026825,0.0024999696761369705,0.276114284992218,0.504036009311676,0.6348769962787628,888.0,227328.0,5452.49840059015,14548992.0 +396.0,27.360000610351562,2692.0,0.008470525965094566,0.09893798828125,0.0,1.8024793863296509,2.2334017753601074,-0.004661667626351118,0.0025021126493811607,0.16205714643001556,0.49739062786102295,0.7538676559925079,889.0,227584.0,5458.584123683162,14565376.0 +403.58,29.1200008392334,2721.0,0.01078856736421585,0.1319376677274704,0.0,1.7930914163589478,2.2220728397369385,-0.00763509189710021,0.002491977531462908,0.15093839168548584,0.5014894604682922,0.7614962458610535,890.0,227840.0,5464.604981232202,14581760.0 +394.41,28.329999923706055,2700.0,0.009907803498208523,0.1211140975356102,0.0,1.8320385217666626,2.23205828666687,-0.006621241569519043,0.0024954574182629585,0.21923084557056427,0.5036361813545227,0.7050445079803467,891.0,228096.0,5470.672131000087,14598144.0 +389.87,27.760000228881836,2742.0,0.00790781993418932,0.0822957381606102,0.0,1.8533345460891724,2.220924139022827,-0.006887177005410194,0.002492983127012849,0.24380993843078613,0.5140345692634583,0.6728837490081787,892.0,228352.0,5476.646906950977,14614528.0 +392.36,27.579999923706055,2681.0,0.00912406574934721,0.10845947265625,0.0,1.8635786771774292,2.223337411880493,-0.006530512124300003,0.0024886359460651875,0.30216971039772034,0.49693992733955383,0.5967844426631927,893.0,228608.0,5482.758511584019,14630912.0 +385.77,26.65999984741211,2701.0,0.010135547257959843,0.1113688126206398,0.0,1.8594918251037598,2.2399628162384033,-0.005268659442663193,0.0024965195916593075,0.2740849256515503,0.5018577575683594,0.6298033595085144,894.0,228864.0,5488.823004460195,14647296.0 +395.96,26.84000015258789,2698.0,0.010069240815937519,0.1222127303481102,0.0,1.833586573600769,2.2314958572387695,-0.008497629314661026,0.0024928611237555742,0.23252616822719574,0.5017055869102478,0.7346745729446411,895.0,229120.0,5494.895150728058,14663680.0 +397.38,27.479999542236328,2749.0,0.010196872986853123,0.1050211563706398,0.0,1.8551321029663086,2.2479097843170166,-0.007723016198724508,0.0024908974301069975,0.2542039453983307,0.5127835869789124,0.6507891118526459,896.0,229376.0,5500.85518950806,14680064.0 +397.35,28.280000686645508,2721.0,0.010439821518957615,0.1276041716337204,0.0,1.7848552465438843,2.252023935317993,-0.006057763937860727,0.0024909807834774256,0.1330122947692871,0.5014364123344421,0.7684226185083389,897.0,229632.0,5506.87598971813,14696448.0 +395.79,28.489999771118164,2733.0,0.009511093609035015,0.1186930313706398,0.0,1.830680251121521,2.238856077194214,-0.006796850357204676,0.0024837676901370287,0.23256993293762207,0.501696765422821,0.6571749150753021,898.0,229888.0,5512.869991144165,14712832.0 +397.48,28.860000610351562,2707.0,0.011649093590676785,0.1370442658662796,0.0,1.7935360670089722,2.218991994857788,-0.008609221316874027,0.002485924633219838,0.15678800642490387,0.5029788613319397,0.720726490020752,899.0,230144.0,5518.9226778121665,14729216.0 +389.15,27.299999237060547,2702.0,0.011995486915111542,0.1412556916475296,0.0,1.8834346532821655,2.2261288166046143,-0.006714606657624245,0.0024894913658499718,0.3390066623687744,0.49816134572029114,0.6196411848068237,900.0,230400.0,5524.986759025138,14745600.0 +390.48,26.8700008392334,2705.0,0.01089226920157671,0.1353556364774704,0.0,1.8189805746078491,2.2175352573394775,-0.008159968070685863,0.002484231488779187,0.22984011471271515,0.4922802448272705,0.6948993802070618,901.0,230656.0,5531.043521553045,14761984.0 +392.45,27.75,2723.0,0.012717234902083874,0.1413370817899704,0.0,1.873188853263855,2.2167317867279053,-0.005802160128951073,0.0024812426418066025,0.3034287989139557,0.5088226199150085,0.6501666903495789,902.0,230912.0,5537.059752595145,14778368.0 +384.43,27.8700008392334,2720.0,0.01182328537106514,0.1399332731962204,0.0,1.8293828964233398,2.235349416732788,-0.006141936406493187,0.0024852824863046408,0.22690117359161377,0.5017864108085632,0.6637891829013824,903.0,231168.0,5543.083254452096,14794752.0 +380.65,27.479999542236328,2665.0,0.009105089120566845,0.1071573868393898,0.0,1.8891366720199585,2.2198233604431152,-0.0082275765016675,0.0024882282596081495,0.331142395734787,0.5098771452903748,0.556145578622818,904.0,231424.0,5549.231234378181,14811136.0 +385.3,27.100000381469727,2716.0,0.010009502060711384,0.1190592423081398,0.0,1.8574966192245483,2.199244976043701,-0.006558876950293779,0.0024871625937521458,0.27888092398643494,0.5030263066291809,0.6044228672981262,905.0,231680.0,5555.263476313092,14827520.0 +398.15,28.459999084472656,2679.0,0.008854902349412441,0.1112874373793602,0.0,1.752952218055725,2.2026255130767822,-0.009845326654613018,0.0024890489876270294,0.07376702129840851,0.5034158229827881,0.8259856551885605,906.0,231936.0,5561.378991912119,14843904.0 +412.98,29.420000076293945,2709.0,0.014897891320288181,0.1724650114774704,0.0,1.8236980438232422,2.169630289077759,-0.005460320506244898,0.0024844121653586626,0.19806122779846191,0.5096182227134705,0.7054374516010284,907.0,232192.0,5567.426194143016,14860288.0 +411.18,28.719999313354492,2707.0,0.011513256467878819,0.1358439177274704,0.0,1.8196930885314941,2.1824512481689453,-0.005361106246709824,0.002487824996933341,0.18357159197330475,0.5111803412437439,0.6676411926746368,908.0,232448.0,5573.4776227690745,14876672.0 +404.97,27.81999969482422,2684.0,0.014005378820002079,0.1773681640625,0.0,1.8255456686019897,2.1742560863494873,-0.005438412073999643,0.002493885811418295,0.18089474737644196,0.515336275100708,0.6816514730453491,909.0,232704.0,5579.580836563138,14893056.0 +408.42,28.219999313354492,2630.0,0.007998681627213955,0.0986735001206398,0.0,1.8200386762619019,2.1917388439178467,-0.0069323633797466755,0.0024954562541097403,0.15357893705368042,0.5243707299232483,0.7460689544677734,910.0,232960.0,5585.80965375714,14909440.0 +402.76,27.15999984741211,2682.0,0.010572422295808792,0.1161295548081398,0.0,1.8514045476913452,2.1919732093811035,-0.008725879713892937,0.0024904359597712755,0.26281192898750305,0.5054263472557068,0.6560500264167786,911.0,233216.0,5591.918113736203,14925824.0 +393.16,27.530000686645508,2712.0,0.010017630644142628,0.1166585311293602,0.0,1.8592352867126465,2.1842033863067627,-0.00493718171492219,0.002488624071702361,0.2584565281867981,0.5124742388725281,0.6829023659229279,912.0,233472.0,5597.963316023117,14942208.0 +403.68,28.729999542236328,2729.0,0.006565815303474665,0.07806396484375,0.0,1.7858881950378418,2.198131799697876,-0.006466017570346594,0.0024895400274544954,0.10625108331441879,0.5164397358894348,0.7938264161348343,913.0,233728.0,5603.967484573135,14958592.0 +404.23,28.65999984741211,2724.0,0.007554180454462767,0.0872802734375,0.0,1.7716946601867676,2.1795194149017334,-0.008402756415307522,0.002489297417923808,0.09450950473546982,0.5099890828132629,0.8104224652051926,914.0,233984.0,5609.981450380059,14974976.0 +418.75,30.219999313354492,2641.0,0.01076542865484953,0.13519287109375,0.0,1.7659209966659546,2.1686408519744873,-0.00888811331242323,0.002486822195351124,0.07891538739204407,0.5136268138885498,0.8550333231687546,915.0,234240.0,5616.185387179023,14991360.0 +413.22,29.68000030517578,2587.0,0.006621039006859064,0.0711873397231102,0.0,1.8347787857055664,2.1937365531921387,-0.005196076817810535,0.0024953659158200026,0.1890321522951126,0.5197134017944336,0.7033102214336395,916.0,234496.0,5622.519207125064,15007744.0 +407.1,29.260000228881836,2694.0,0.011353694833815098,0.1318155974149704,0.0,1.822860598564148,2.187110662460327,-0.007250746712088585,0.0024879758711904287,0.18700116872787476,0.5144941806793213,0.7180740833282471,917.0,234752.0,5628.601570787141,15024128.0 +403.39,28.709999084472656,2687.0,0.011094999499619007,0.1270955353975296,0.0,1.8029861450195312,2.180063247680664,-0.006117227952927351,0.0024922231677919626,0.14919345080852509,0.5101957321166992,0.7686764746904373,918.0,235008.0,5634.70021567517,15040512.0 +410.45,28.75,2678.0,0.012130544520914555,0.1335245817899704,0.0,1.807470440864563,2.159886598587036,-0.0063234250992536545,0.002482766518369317,0.1743967980146408,0.5068109035491943,0.7741592973470688,919.0,235264.0,5640.817224347033,15056896.0 +412.32,28.799999237060547,2700.0,0.009375262074172497,0.1159871444106102,0.0,1.7664556503295898,2.172375202178955,-0.007899109274148941,0.0024952730163931847,0.09083351492881775,0.5030251145362854,0.8390908688306808,920.0,235520.0,5646.885368714109,15073280.0 +410.8,29.09000015258789,2680.0,0.0110636530444026,0.1288045197725296,0.0,1.8019911050796509,2.187425374984741,-0.0062607103027403355,0.002493669046089053,0.14305837452411652,0.5117620229721069,0.7801274806261063,921.0,235776.0,5652.998716987204,15089664.0 +410.27,28.940000534057617,2739.0,0.011131946928799152,0.1286417692899704,0.0,1.8060846328735352,2.1739988327026367,-0.0063402350060641766,0.0024876368697732687,0.1522870510816574,0.5142030119895935,0.7682651281356812,922.0,236032.0,5658.979367562104,15106048.0 +409.65,28.299999237060547,2700.0,0.009901332668960094,0.1231689453125,0.0,1.8124526739120483,2.193242311477661,-0.007967113517224789,0.0024934287648648024,0.17742492258548737,0.5069254040718079,0.7385434508323669,923.0,236288.0,5665.0464232889935,15122432.0 +400.03,27.700000762939453,2691.0,0.00989633146673441,0.1143391951918602,0.0,1.8731344938278198,2.199655771255493,-0.006879216525703669,0.0024892266374081373,0.281561940908432,0.5166159272193909,0.6789156198501587,924.0,236544.0,5671.133606224088,15138816.0 +402.18,28.579999923706055,2750.0,0.009533525444567204,0.1197916641831398,0.0,1.8007813692092896,2.1892194747924805,-0.009161210618913174,0.0024861779529601336,0.15290938317775726,0.5122911334037781,0.809329941868782,925.0,236800.0,5677.092480616178,15155200.0 +405.08,29.209999084472656,2750.0,0.010058664716780186,0.12530517578125,0.0,1.8220113515853882,2.2056593894958496,-0.009168700315058231,0.0024913048837333918,0.1711975336074829,0.5219857096672058,0.7466096580028534,926.0,237056.0,5683.049258501036,15171584.0 +401.16,28.43000030517578,2738.0,0.012234880588948727,0.1446940153837204,0.0,1.8358629941940308,2.1891701221466064,-0.006765158846974373,0.0024888457264751196,0.2178816795349121,0.5111562609672546,0.7376835942268372,927.0,237312.0,5689.033140079118,15187968.0 +398.51,27.8799991607666,2727.0,0.012256824411451817,0.1406656950712204,0.0,1.8714951276779175,2.1957461833953857,-0.005372155457735062,0.0024860017001628876,0.28217530250549316,0.514735758304596,0.6864772439002991,928.0,237568.0,5695.039914864115,15204352.0 +398.9,27.979999542236328,2683.0,0.010921463370323181,0.1350504606962204,0.0,1.804261565208435,2.198539972305298,-0.0037412140518426895,0.0024883649311959743,0.16214978694915771,0.5047308802604675,0.7325877845287323,929.0,237824.0,5701.145300929202,15220736.0 +405.32,28.190000534057617,2737.0,0.01225369330495596,0.1364949494600296,0.0,1.8585540056228638,2.223046064376831,-0.006611734163016081,0.002490554004907608,0.2612391412258148,0.5114997029304504,0.6789566874504089,930.0,238080.0,5707.131250709062,15237120.0 +396.8,26.739999771118164,2687.0,0.009778707288205624,0.11151123046875,0.0,1.9149247407913208,2.2198727130889893,-0.00599111570045352,0.0024888028856366873,0.3601090908050537,0.518658459186554,0.559855192899704,931.0,238336.0,5713.228839728981,15253504.0 +401.49,27.3799991607666,2696.0,0.009429799392819405,0.1180623397231102,0.0,1.774686336517334,2.2217400074005127,-0.008766637183725834,0.002491411054506898,0.1029084324836731,0.5085105895996094,0.7811653912067413,932.0,238592.0,5719.305154710077,15269888.0 +409.33,28.610000610351562,2718.0,0.008348185569047928,0.1035359725356102,0.0,1.7800946235656738,2.26442813873291,-0.007225952576845884,0.0024852522183209658,0.1017870232462883,0.5164452195167542,0.7897838950157166,933.0,238848.0,5725.331847054185,15286272.0 +409.38,29.8700008392334,2739.0,0.008601953275501728,0.1059366837143898,0.0,1.8129383325576782,2.2389163970947266,-0.005638794507831335,0.002484159544110298,0.16840600967407227,0.5146836638450623,0.6430655717849731,934.0,239104.0,5731.31418090011,15302656.0 +400.07,28.649999618530273,2740.0,0.00829263310879469,0.07568359375,0.0,1.8816014528274536,2.223430871963501,-0.005177763756364584,0.0024898794945329428,0.2916924059391022,0.5182278752326965,0.5940423905849457,935.0,239360.0,5737.293187268078,15319040.0 +400.47,28.239999771118164,2712.0,0.008192446082830429,0.09869384765625,0.0,1.7985211610794067,2.2425360679626465,-0.007079069968312979,0.0024868689943104982,0.1436728835105896,0.5127550959587097,0.7578050792217255,936.0,239616.0,5743.335144977085,15335424.0 +405.38,28.969999313354492,2645.0,0.009120103903114796,0.0985310897231102,0.0,1.7958550453186035,2.2144510746002197,-0.007393777836114168,0.0024853821378201246,0.13921165466308594,0.5130964517593384,0.7433290183544159,937.0,239872.0,5749.528694275999,15351808.0 +401.71,28.84000015258789,2700.0,0.014793691225349903,0.1531779021024704,0.0,1.8433841466903687,2.231796979904175,-0.005320763681083918,0.002491869032382965,0.2202012687921524,0.5149878859519958,0.7159049212932587,938.0,240128.0,5755.596267016139,15368192.0 +401.67,28.969999313354492,2683.0,0.011086598038673401,0.1299845427274704,0.0,1.8531142473220825,2.231959819793701,-0.008663822896778584,0.002498471876606345,0.2182903289794922,0.5257166028022766,0.6690585315227509,939.0,240384.0,5761.702956899069,15384576.0 +400.47,29.479999542236328,2667.0,0.010944093577563763,0.1193440780043602,0.0,1.8307890892028809,2.224828004837036,-0.007318761665374041,0.0025003396440297365,0.17602722346782684,0.5221730470657349,0.7284907400608063,940.0,240640.0,5767.847611163976,15400960.0 +397.16,27.899999618530273,2628.0,0.012756653130054474,0.15093994140625,0.0,1.8683509826660156,2.202489137649536,-0.004820649046450853,0.0024953570682555437,0.2496621161699295,0.522686779499054,0.670732706785202,941.0,240896.0,5774.080839065136,15417344.0 +408.13,28.139999389648438,2654.0,0.012335645966231823,0.1243693009018898,0.0,1.7987419366836548,2.187340021133423,-0.008223622106015682,0.0025105380918830633,0.09403305500745773,0.5265530943870544,0.8532637357711792,942.0,241152.0,5780.253814838128,15433728.0 +405.96,27.40999984741211,2621.0,0.015168768353760242,0.15484619140625,0.0,1.8685413599014282,2.177471399307251,-0.0013206432340666652,0.0025128487031906843,0.20432895421981812,0.5330479741096497,0.7673423588275909,943.0,241408.0,5786.504755726084,15450112.0 +396.62,27.040000915527344,2648.0,0.007337290793657303,0.0956014022231102,0.0,1.9172664880752563,2.173753023147583,-0.005995301064103842,0.0025198233779519796,0.3143063485622406,0.5279347896575928,0.6224001944065094,944.0,241664.0,5792.6915480881,15466496.0 +382.88,25.809999465942383,2666.0,0.007877097465097904,0.0936279296875,0.0,1.8952213525772095,2.191723585128784,-0.005178885534405708,0.0025030826218426228,0.2912200689315796,0.5251661539077759,0.6754999756813049,945.0,241920.0,5798.836000770098,15482880.0 +395.14,27.309999465942383,2701.0,0.0071922666393220425,0.0805867537856102,0.0,1.8182672262191772,2.1849215030670166,-0.005152179393917322,0.002508395118638873,0.12958474457263947,0.5262786149978638,0.8150594085454941,946.0,242176.0,5804.901987144025,15499264.0 +404.37,28.549999237060547,2658.0,0.009422102943062782,0.1108805313706398,0.0,1.8548401594161987,2.1937716007232666,-0.0052525680512189865,0.002505166921764612,0.2174961417913437,0.5206989645957947,0.7183791399002075,947.0,242432.0,5811.06455019908,15515648.0 +402.34,28.479999542236328,2663.0,0.009041369892656803,0.0982666015625,0.0,1.8865076303482056,2.1648519039154053,-0.007697228342294693,0.002526446944102645,0.2864798307418823,0.5093902945518494,0.7107320427894592,948.0,242688.0,5817.218304526061,15532032.0 +398.67,27.989999771118164,2729.0,0.0065102470107376575,0.06744384765625,0.0,1.8437241315841675,2.1687674522399902,-0.0073443991132080555,0.0025228504091501236,0.17915916442871094,0.5217514038085938,0.7643382102251053,949.0,242944.0,5823.221389926039,15548416.0 +407.54,28.15999984741211,2741.0,0.008831731975078583,0.1078287735581398,0.0,1.8351658582687378,2.163116216659546,-0.007590183988213539,0.00252414564602077,0.17037014663219452,0.5171289443969727,0.7823682129383087,950.0,243200.0,5829.19907634519,15564800.0 +410.36,29.239999771118164,2753.0,0.00761847198009491,0.08984375,0.0,1.8455358743667603,2.150095224380493,-0.006617284845560789,0.0025165649130940437,0.18197818100452423,0.5243825316429138,0.7649893909692764,951.0,243456.0,5835.149222222157,15581184.0 +411.1,29.229999542236328,2726.0,0.006423703860491514,0.072998046875,0.0,1.8470488786697388,2.161487102508545,-0.007296409457921982,0.0025177316274493933,0.19515277445316315,0.5195184350013733,0.7476376891136169,952.0,243712.0,5841.158371170051,15597568.0 +399.91,27.09000015258789,2705.0,0.009154826402664185,0.0943400040268898,0.0,1.9970051050186157,2.1679346561431885,-0.005871265660971403,0.002528964541852474,0.4941209554672241,0.5130130648612976,0.5969490706920624,953.0,243968.0,5847.216235943139,15613952.0 +399.05,27.020000457763672,2741.0,0.011636011302471161,0.1309814453125,0.0,1.8165866136550903,2.1513137817382812,-0.007218632847070694,0.0025293075013905764,0.12979143857955933,0.5157690644264221,0.7974737584590912,954.0,244224.0,5853.194723785156,15630336.0 +402.26,27.829999923706055,2733.0,0.01009999867528677,0.1172688826918602,0.0,1.8640459775924683,2.1662166118621826,-0.006512020248919725,0.0025270101614296436,0.22022466361522675,0.518602728843689,0.7260660231113434,955.0,244480.0,5859.190474339994,15646720.0 +402.54,28.260000228881836,2731.0,0.007181992754340172,0.07733154296875,0.0,1.8743032217025757,2.174638271331787,-0.0077690002508461475,0.00252056447789073,0.2560448944568634,0.5155143141746521,0.6987213790416718,956.0,244736.0,5865.189523466164,15663104.0 +404.59,27.979999542236328,2731.0,0.008003330789506435,0.0933837890625,0.0,1.8615717887878418,2.18831205368042,-0.007602315861731768,0.0025172734167426825,0.23067915439605713,0.5170808434486389,0.7158183455467224,957.0,244992.0,5871.188835331006,15679488.0 +395.14,27.639999389648438,2665.0,0.010224301367998123,0.1106363907456398,0.0,1.8809962272644043,2.1809847354888916,-0.0058548529632389545,0.0025169483851641417,0.2650017738342285,0.5176857113838196,0.6407551467418671,958.0,245248.0,5877.337248553056,15695872.0 +397.11,27.850000381469727,2669.0,0.010667912662029266,0.125244140625,0.0,1.8304284811019897,2.1640207767486572,-0.008376107551157475,0.002512606093659997,0.1551222950220108,0.5265805721282959,0.7718440145254135,959.0,245504.0,5883.4749356920365,15712256.0 +398.19,27.860000610351562,2653.0,0.011185582727193832,0.1422322541475296,0.0,1.8516830205917358,2.1582300662994385,-0.006518443580716848,0.0025079657789319754,0.1998932957649231,0.5258540511131287,0.7604209780693054,960.0,245760.0,5889.650534372078,15728640.0 +399.62,27.719999313354492,2688.0,0.006983137223869562,0.0739339217543602,0.0,1.8467892408370972,2.1867942810058594,-0.007792303804308176,0.002506387885659933,0.20356561243534088,0.5214726328849792,0.771884873509407,961.0,246016.0,5895.746199274203,15745024.0 +398.85,28.309999465942383,2621.0,0.008856527507305145,0.0899454727768898,0.0,1.8312627077102661,2.175271511077881,-0.006354976445436478,0.0024996378924697638,0.16782456636428833,0.5256392955780029,0.7698744982481003,962.0,246272.0,5901.996847043978,15761408.0 +401.44,28.459999084472656,2656.0,0.00799479614943266,0.0938924178481102,0.0,1.8525071144104004,2.1540191173553467,-0.006671985145658255,0.002505319193005562,0.22080504894256592,0.5176573991775513,0.7192644774913788,963.0,246528.0,5908.165617111139,15777792.0 +410.07,29.239999771118164,2667.0,0.009985051117837429,0.11370849609375,0.0,1.8345202207565308,2.1577258110046387,-0.007058265153318644,0.002498827176168561,0.1802196502685547,0.5236324667930603,0.7861279994249344,964.0,246784.0,5914.309335587081,15794176.0 +404.55,28.229999542236328,2724.0,0.010741334408521652,0.1197306290268898,0.0,1.8504873514175415,2.1841413974761963,-0.006613030564039946,0.0025039962492883205,0.20909129083156586,0.5223981142044067,0.7101322412490845,965.0,247040.0,5920.324617817067,15810560.0 +404.49,29.059999465942383,2709.0,0.00972698349505663,0.1211954727768898,0.0,1.8269972801208496,2.1750543117523193,-0.006322057452052832,0.0025121343787759542,0.1530882567167282,0.5224587321281433,0.7709669768810272,966.0,247296.0,5926.373297515092,15826944.0 +404.82,28.860000610351562,2726.0,0.011042848229408264,0.10498046875,0.0,1.8421845436096191,2.193587303161621,-0.0067377579398453236,0.002517108106985688,0.17359976470470428,0.5255044102668762,0.7449246644973755,967.0,247552.0,5932.383291050093,15843328.0 +408.65,29.549999237060547,2699.0,0.012478801421821117,0.1539306640625,0.0,1.8165150880813599,2.2153470516204834,-0.0065155853517353535,0.0025091110728681087,0.14220058917999268,0.5195285677909851,0.7545234560966492,968.0,247808.0,5938.454554136144,15859712.0 +409.59,28.860000610351562,2710.0,0.010036990977823734,0.1233723983168602,0.0,1.8290132284164429,2.2031373977661133,-0.007476059719920158,0.0025104631204158068,0.15900154411792755,0.5237881541252136,0.7655003368854523,969.0,248064.0,5944.500784238102,15876096.0 +413.67,29.389999389648438,2709.0,0.010447812266647816,0.1323445588350296,0.0,1.7794915437698364,2.212798833847046,-0.008414448238909245,0.002501613227650523,0.06948964297771454,0.5244826674461365,0.855176717042923,970.0,248320.0,5950.547508458141,15892480.0 +408.21,28.989999771118164,2693.0,0.019164903089404106,0.18585205078125,0.0,1.8505220413208008,2.1752090454101562,-0.002689894987270236,0.0025084998924285173,0.19920052587985992,0.5211135149002075,0.7162432372570038,971.0,248576.0,5956.632193554193,15908864.0 +402.48,28.43000030517578,2704.0,0.010485718958079815,0.1075439453125,0.0,1.8819974660873413,2.194483518600464,-0.0053079635836184025,0.0025033464189618826,0.26525256037712097,0.5249508023262024,0.6353957056999207,972.0,248832.0,5962.690539080184,15925248.0 +402.14,27.809999465942383,2655.0,0.007926505990326405,0.09490966796875,0.0,1.8579941987991333,2.197603225708008,-0.00657239044085145,0.0025039687752723694,0.22489617764949799,0.522110104560852,0.671023041009903,973.0,249088.0,5968.860859895125,15941632.0 +394.43,27.68000030517578,2702.0,0.0069396295584738255,0.0756632462143898,0.0,1.866066575050354,2.202009916305542,-0.006431105080991983,0.0025055177975445986,0.254194051027298,0.5146618485450745,0.6607837677001953,974.0,249344.0,5974.9249694810715,15958016.0 +393.93,27.450000762939453,2710.0,0.007501253392547369,0.0882364884018898,0.0,1.8424934148788452,2.1916229724884033,-0.0076400539837777615,0.002500632544979453,0.19586139917373657,0.523802638053894,0.7185176312923431,975.0,249600.0,5980.969557861099,15974400.0 +400.15,28.299999237060547,2685.0,0.007805030792951584,0.0859375,0.0,1.834877848625183,2.2013330459594727,-0.00856129452586174,0.0025063902139663696,0.16199055314064026,0.5312620401382446,0.7335940599441528,976.0,249856.0,5987.071647798177,15990784.0 +404.07,28.850000381469727,2705.0,0.009131617844104767,0.1127522811293602,0.0,1.8454869985580444,2.199641466140747,-0.007156006991863251,0.0024993817787617445,0.20285572111606598,0.5235205292701721,0.712138831615448,977.0,250112.0,5993.1280922400765,16007168.0 +405.7,28.350000381469727,2736.0,0.012805729173123837,0.1489054411649704,0.0,1.825624942779541,2.2047348022460938,-0.00505145825445652,0.00249853590503335,0.16555048525333405,0.5206806063652039,0.7442815005779266,978.0,250368.0,5999.117186369142,16023552.0 +414.3,29.299999237060547,2738.0,0.010797109454870224,0.12298583984375,0.0,1.8118802309036255,2.2121381759643555,-0.006232003215700388,0.0024972257670015097,0.1430024653673172,0.5201195478439331,0.7900733649730682,979.0,250624.0,6005.10104679619,16039936.0 +404.09,29.059999465942383,2751.0,0.00953198503702879,0.1069742813706398,0.0,1.8789820671081543,2.199983835220337,-0.008370266295969486,0.0025083378423005342,0.2613246738910675,0.524520754814148,0.7180680632591248,980.0,250880.0,6011.0569788340945,16056320.0 +406.03,29.459999084472656,2735.0,0.010703746229410172,0.1236775740981102,0.0,1.8183356523513794,2.1827595233917236,-0.0062705823220312595,0.002514926018193364,0.10281842201948166,0.5375617742538452,0.8181280195713043,981.0,251136.0,6017.047348628053,16072704.0 +403.05,28.809999465942383,2736.0,0.009557238779962063,0.1158243790268898,0.0,1.8706644773483276,2.162156820297241,-0.00563174718990922,0.0025118438061326742,0.2535952031612396,0.5151984095573425,0.6876417100429535,982.0,251392.0,6023.037510086084,16089088.0 +404.04,28.399999618530273,2748.0,0.011491641402244568,0.1230672225356102,0.0,1.840349555015564,2.1500678062438965,-0.007466213312000036,0.0025208513252437115,0.16743136942386627,0.5251752138137817,0.7326618134975433,983.0,251648.0,6029.000321423169,16105472.0 +407.43,28.479999542236328,2729.0,0.015470038168132305,0.1640218049287796,0.0,1.8279622793197632,2.146634817123413,-0.0059784478507936,0.002511841943487525,0.14239753782749176,0.528286874294281,0.7723480761051178,984.0,251904.0,6035.002981394064,16121856.0 +411.86,29.280000686645508,2699.0,0.012938890606164932,0.1678873747587204,0.0,1.8440566062927246,2.16921067237854,-0.00667901337146759,0.0025056994054466486,0.2011057585477829,0.5190250277519226,0.677606076002121,985.0,252160.0,6041.072115623159,16138240.0 +396.15,27.389999389648438,2670.0,0.010805148631334305,0.1219075545668602,0.0,1.9528346061706543,2.164789915084839,-0.0044721802696585655,0.002506445860490203,0.40126052498817444,0.5251017212867737,0.570279061794281,986.0,252416.0,6047.208386208164,16154624.0 +394.77,27.059999465942383,2719.0,0.009791842661798,0.112060546875,0.0,1.8440227508544922,2.1670024394989014,-0.007823516614735126,0.0025157243944704533,0.20096392929553986,0.5151720643043518,0.7109449803829193,987.0,252672.0,6053.234280314995,16171008.0 +382.6,25.690000534057617,2702.0,0.012283828109502792,0.1437784880399704,0.0,1.977144718170166,2.170088052749634,-0.007615927141159773,0.002504913602024317,0.4622359275817871,0.5228864550590515,0.5338689684867859,988.0,252928.0,6059.297589829192,16187392.0 +372.46,25.040000915527344,2720.0,0.009323022328317165,0.1136067733168602,0.0,1.9255317449569702,2.2139065265655518,-0.004245572257786989,0.002513533690944314,0.34317803382873535,0.5235603451728821,0.6072596311569214,989.0,253184.0,6065.320745309116,16203776.0 +378.24,26.139999389648438,2666.0,0.00615459680557251,0.0675455704331398,0.0,1.8299931287765503,2.1965341567993164,-0.00795599352568388,0.002510822843760252,0.16215001046657562,0.5234277844429016,0.8083110004663467,990.0,253440.0,6071.465796068078,16220160.0 +382.71,26.079999923706055,2702.0,0.010518624447286129,0.1208089217543602,0.0,1.9190222024917603,2.195645332336426,-0.008345137350261211,0.002506113611161709,0.35377803444862366,0.5193778872489929,0.6033991873264313,991.0,253696.0,6077.52841584105,16236544.0 +381.88,25.649999618530273,2728.0,0.008765360340476036,0.095458984375,0.0,1.9235960245132446,2.191624402999878,-0.007025130093097687,0.0025036868173629045,0.3586728870868683,0.5213575959205627,0.6345557570457458,992.0,253952.0,6083.535109922057,16252928.0 +380.46,25.950000762939453,2706.0,0.014402568340301514,0.1338094025850296,0.0,1.882764220237732,2.211125373840332,-0.005391849670559168,0.0025161930825561285,0.26663339138031006,0.5188540816307068,0.6301630437374115,993.0,254208.0,6089.590331368148,16269312.0 +394.7,27.43000030517578,2705.0,0.010018563829362392,0.1117146834731102,0.0,1.8482998609542847,2.1883156299591064,-0.010312712751328945,0.0025091904681175947,0.19878381490707397,0.5265085697174072,0.7515888065099716,994.0,254464.0,6095.645957755158,16285696.0 +399.98,27.920000076293945,2726.0,0.012593109160661697,0.14361572265625,0.0,1.834680438041687,2.1859629154205322,-0.007680187001824379,0.00249314634129405,0.19069351255893707,0.5223003625869751,0.7550283968448639,995.0,254720.0,6101.655360365985,16302080.0 +399.95,26.559999465942383,2744.0,0.012677176855504513,0.1162312850356102,0.0,1.9172226190567017,2.1809582710266113,-0.004575585480779409,0.0025040036998689175,0.33554887771606445,0.5238316059112549,0.6760648190975189,996.0,254976.0,6107.626736507053,16318464.0 +393.63,25.81999969482422,2737.0,0.012173966504633427,0.11273193359375,0.0,1.90603768825531,2.188203811645508,-0.00535145029425621,0.002496883040294051,0.3211207687854767,0.5242692232131958,0.641105443239212,997.0,255232.0,6113.612007627031,16334848.0 +381.21,25.600000381469727,2712.0,0.009363088756799698,0.11041259765625,0.0,1.9197629690170288,2.1969003677368164,-0.007241143379360437,0.0025089713744819164,0.33178672194480896,0.5285940766334534,0.6283111274242401,998.0,255488.0,6119.652694259072,16351232.0 +389.57,26.459999084472656,2741.0,0.010041468776762486,0.1202189102768898,0.0,1.9024925231933594,2.185638189315796,-0.006593673024326563,0.002506490098312497,0.3307833671569824,0.5123059153556824,0.6364769637584686,999.0,255744.0,6125.629304431146,16367616.0 +391.19,26.43000030517578,2696.0,0.007227955851703882,0.0757242813706398,0.0,1.848331093788147,2.196119546890259,-0.007167810574173927,0.002522275084629655,0.20765464007854462,0.5124955773353577,0.742377907037735,1000.0,256000.0,6131.705026826123,16384000.0 +395.78,27.420000076293945,2710.0,0.007010219618678093,0.0799967423081398,0.0,1.8706387281417847,2.1984987258911133,-0.0068304953165352345,0.002492540283128619,0.26879945397377014,0.5187843441963196,0.6970965266227722,1001.0,256256.0,6137.750803095056,16400384.0 +399.21,28.18000030517578,2706.0,0.008902241475880146,0.0918985977768898,0.0,1.8418713808059692,2.1786386966705322,-0.006669894326478243,0.002491770777851343,0.20584525167942047,0.521519660949707,0.7647210955619812,1002.0,256512.0,6143.8048435361125,16416768.0 +401.97,28.790000915527344,2754.0,0.007744848262518644,0.0886637344956398,0.0,1.827136516571045,2.1814463138580322,-0.007832963950932026,0.002499750116840005,0.17731933295726776,0.5182492733001709,0.7656767070293427,1003.0,256768.0,6149.752865293063,16433152.0 +403.38,28.850000381469727,2741.0,0.009215058758854866,0.112060546875,0.0,1.8602410554885864,2.19307279586792,-0.006781147792935371,0.002508382545784116,0.2205720692873001,0.5244758129119873,0.7158186733722687,1004.0,257024.0,6155.730270177126,16449536.0 +401.05,27.790000915527344,2682.0,0.011285820044577122,0.114013671875,0.0,1.849343180656433,2.204055070877075,-0.007379313465207815,0.0024964152835309505,0.20935000479221344,0.5258804559707642,0.701217919588089,1005.0,257280.0,6161.838681854075,16465920.0 +401.12,27.329999923706055,2661.0,0.010976080782711506,0.1242472305893898,0.0,1.884740948677063,2.203315258026123,-0.004907695110887289,0.0025009617675095797,0.2794593572616577,0.5214713215827942,0.6411184966564178,1006.0,257536.0,6167.9959834960755,16482304.0 +404.36,28.280000686645508,2679.0,0.010925603099167347,0.1208292618393898,0.0,1.817785382270813,2.18330454826355,-0.006871729623526335,0.002490946091711521,0.1500329077243805,0.5260003209114075,0.8007173985242844,1007.0,257792.0,6174.112413899042,16498688.0 +409.9,29.450000762939453,2705.0,0.011729259975254536,0.1435343474149704,0.0,1.7842473983764648,2.2073471546173096,-0.00823919102549553,0.002494873246178031,0.08660288900136948,0.5238219499588013,0.8563661873340607,1008.0,258048.0,6180.167997875018,16515072.0 +405.22,28.510000228881836,2687.0,0.011172458529472351,0.1328328400850296,0.0,1.897252082824707,2.20090651512146,-0.0060619027353823185,0.0024935989640653133,0.312759131193161,0.5221436619758606,0.6792677044868469,1009.0,258304.0,6186.264329153113,16531456.0 +402.7,28.43000030517578,2674.0,0.013374113477766514,0.154541015625,0.0,1.8351646661758423,2.202824831008911,-0.006087172776460648,0.002490109298378229,0.18154370784759521,0.5274535417556763,0.7574577033519745,1010.0,258560.0,6192.392832060112,16547840.0 +399.69,29.020000457763672,2695.0,0.01036120392382145,0.11370849609375,0.0,1.8326539993286133,2.174820899963379,-0.00658854516223073,0.0024895707610994577,0.1731550544500351,0.5296278595924377,0.7334336638450623,1011.0,258816.0,6198.471254028147,16564224.0 +409.51,30.479999542236328,2740.0,0.00791564118117094,0.0964762344956398,0.0,1.7841538190841675,2.173694372177124,-0.007489446084946394,0.002486096927896142,0.07736416161060333,0.531649649143219,0.847777709364891,1012.0,259072.0,6204.4496139572,16580608.0 +407.47,29.719999313354492,2711.0,0.01045183464884758,0.0902913436293602,0.0,1.8413375616073608,2.174922466278076,-0.00621798587962985,0.002483248244971037,0.22020404040813446,0.5175784230232239,0.6863060593605042,1013.0,259328.0,6210.492742642062,16596992.0 +410.98,28.719999313354492,2745.0,0.0077335345558822155,0.0789388045668602,0.0,1.8440728187561035,2.171950101852417,-0.007697885390371084,0.0024777555372565985,0.20613199472427368,0.5315461754798889,0.7185894846916199,1014.0,259584.0,6216.462321767118,16613376.0 +413.22,29.309999465942383,2702.0,0.009061380289494991,0.096923828125,0.0,1.7925697565078735,2.1624715328216553,-0.008147716522216797,0.002482988638803363,0.12618370354175568,0.5177561640739441,0.8219798803329468,1015.0,259840.0,6222.526318247197,16629760.0 +407.82,29.1200008392334,2764.0,0.011140845715999603,0.1277872771024704,0.0,1.8472424745559692,2.16121506690979,-0.006834602449089289,0.0024796135257929564,0.22379271686077118,0.5239860415458679,0.6899634301662445,1016.0,260096.0,6228.458298785146,16646144.0 +398.54,28.270000457763672,2703.0,0.011056502349674702,0.1240437850356102,0.0,1.848453164100647,2.1508848667144775,-0.007459290325641632,0.002481748815625906,0.2180391103029251,0.5275275111198425,0.7493191659450531,1017.0,260352.0,6234.519160436001,16662528.0 +401.47,28.889999389648438,2760.0,0.010381395928561687,0.1217041015625,0.0,1.774666428565979,2.1652133464813232,-0.00973497238010168,0.00247671059332788,0.06653883308172226,0.5344290137290955,0.8591986298561096,1018.0,260608.0,6240.455128566129,16678912.0 +403.0,29.3799991607666,2761.0,0.013170645572245121,0.142333984375,0.0,1.8606821298599243,2.142456293106079,-0.004841191694140434,0.002474360866472125,0.2668059766292572,0.5163646340370178,0.6795186996459961,1019.0,260864.0,6246.388338922057,16695296.0 +393.21,27.75,2715.0,0.011255295015871525,0.1362101286649704,0.0,1.8728853464126587,2.1762242317199707,-0.005298171658068895,0.00247447332367301,0.2733403742313385,0.5260391235351562,0.6105868518352509,1020.0,261120.0,6252.4224810511805,16711680.0 +381.89,27.520000457763672,2757.0,0.01310285460203886,0.1556803435087204,0.0,1.8732376098632812,2.1628053188323975,-0.0035280967131257057,0.0024767459835857153,0.2655501961708069,0.5272454619407654,0.5869401395320892,1021.0,261376.0,6258.3658673351165,16728064.0 +384.34,27.34000015258789,2738.0,0.010735931806266308,0.1228841170668602,0.0,1.942036747932434,2.190408229827881,-0.005910573061555624,0.0024692362640053034,0.41205087304115295,0.5292076468467712,0.55327108502388,1022.0,261632.0,6264.350176807027,16744448.0 +382.15,27.34000015258789,2702.0,0.009741753339767456,0.1131998673081398,0.0,1.8438798189163208,2.205608606338501,-0.006446655374020338,0.002478162059560418,0.20722101628780365,0.529690682888031,0.639689564704895,1023.0,261888.0,6270.413135142997,16760832.0 +393.72,28.1200008392334,2694.0,0.011867164634168148,0.1459147185087204,0.0,1.8576555252075195,2.2062437534332275,-0.007006646599620581,0.0024731855373829603,0.24235332012176514,0.5289551615715027,0.6711426377296448,1024.0,262144.0,6276.4951426081825,16777216.0 +387.91,28.299999237060547,2669.0,0.010362616740167141,0.1248982772231102,0.0,1.8742523193359375,2.230621099472046,-0.004091972950845957,0.002473651198670268,0.2851744294166565,0.5212374329566956,0.638780027627945,1025.0,262400.0,6282.633320269175,16793600.0 +384.91,27.889999389648438,2691.0,0.009459824301302433,0.1188557967543602,0.0,1.820541501045227,2.2409913539886475,-0.006495659705251455,0.0024686201941221952,0.18356914818286896,0.5233525633811951,0.6653266251087189,1026.0,262656.0,6288.726476611104,16809984.0 +394.97,27.81999969482422,2631.0,0.014685418456792831,0.1755167692899704,0.0,1.9305729866027832,2.2441787719726562,-0.003506934968754649,0.0024762176908552647,0.3804972469806671,0.5281642079353333,0.5956427752971649,1027.0,262912.0,6294.952572081005,16826368.0 +394.77,27.450000762939453,2707.0,0.013554115779697895,0.13800048828125,0.0,1.8280848264694214,2.240190029144287,-0.005978500470519066,0.0024711694568395615,0.2000875324010849,0.5208365321159363,0.6811509430408478,1028.0,263168.0,6301.005227348069,16842752.0 +398.16,28.299999237060547,2687.0,0.008296717889606953,0.09405517578125,0.0,1.8323034048080444,2.228654146194458,-0.006630220916122198,0.002470934297889471,0.18636280298233032,0.5325714349746704,0.6907664239406586,1029.0,263424.0,6307.103420857107,16859136.0 +401.74,29.15999984741211,2624.0,0.010006424970924854,0.1190592423081398,0.0,1.8452330827713013,2.238664150238037,-0.005912950728088617,0.0024780628737062216,0.21401190757751465,0.5274955630302429,0.6556012630462646,1030.0,263680.0,6313.347233953187,16875520.0 +399.24,28.329999923706055,2682.0,0.010566982440650463,0.1070556640625,0.0,1.8490501642227173,2.2245519161224365,-0.007544256746768951,0.002478562528267503,0.2267664223909378,0.5261754989624023,0.7128116488456726,1031.0,263936.0,6319.455510042142,16891904.0 +401.18,27.75,2733.0,0.009679538197815418,0.1048990860581398,0.0,1.877146601676941,2.2390849590301514,-0.006956011056900024,0.002474357606843114,0.27811869978904724,0.5302554368972778,0.6832862198352814,1032.0,264192.0,6325.450154023012,16908288.0 +392.89,27.5,2714.0,0.011324756778776646,0.1278483122587204,0.0,1.8582854270935059,2.2347521781921387,-0.008036772720515728,0.002471653977409005,0.24687032401561737,0.5294072031974792,0.6535547971725464,1033.0,264448.0,6331.486262961058,16924672.0 +377.32,26.1200008392334,2702.0,0.008937363512814045,0.091796875,0.0,1.9649810791015625,2.2695186138153076,-0.005515055265277624,0.0024751415476202965,0.43859124183654785,0.536324679851532,0.49125295877456665,1034.0,264704.0,6337.550263790181,16941056.0 +393.77,27.809999465942383,2673.0,0.006692655384540558,0.072998046875,0.0,1.8015817403793335,2.2509636878967285,-0.0061016627587378025,0.0024696739856153727,0.14419057965278625,0.523260772228241,0.7818204760551453,1035.0,264960.0,6343.679726951988,16957440.0 +400.93,28.610000610351562,2696.0,0.009799059480428696,0.09967041015625,0.0,1.7874559164047241,2.254430055618286,-0.00644456734880805,0.002469331491738558,0.11504718661308289,0.5242555737495422,0.7934902161359787,1036.0,265216.0,6349.758297412191,16973824.0 +410.28,28.959999084472656,2713.0,0.01013216283172369,0.1159871444106102,0.0,1.8733301162719727,2.2531604766845703,-0.00580986775457859,0.002474095206707716,0.2661465108394623,0.5315506458282471,0.6686535179615021,1037.0,265472.0,6355.797784573166,16990208.0 +396.44,27.059999465942383,2701.0,0.00709480931982398,0.07501220703125,0.0,1.8476489782333374,2.2245142459869385,-0.007209909614175558,0.002473027678206563,0.24158541858196259,0.519797146320343,0.6939115822315216,1038.0,265728.0,6361.864249817096,17006592.0 +380.93,25.889999389648438,2714.0,0.00866770651191473,0.1083780899643898,0.0,1.8843656778335571,2.233632802963257,-0.004807846155017614,0.002471992978826165,0.2951289415359497,0.5279489159584045,0.648285299539566,1039.0,265984.0,6367.901921926998,17022976.0 +385.81,26.610000610351562,2687.0,0.00679539842531085,0.0754191055893898,0.0,1.800162434577942,2.241241216659546,-0.007127275224775076,0.00246904487721622,0.12786459922790527,0.5312471985816956,0.8066603690385818,1040.0,266240.0,6373.999320083996,17039360.0 +409.45,29.790000915527344,2749.0,0.011379234492778778,0.1205851212143898,0.0,1.814658522605896,2.2489051818847656,-0.006462888326495886,0.002474896376952529,0.1333993673324585,0.5394626259803772,0.7894514054059982,1041.0,266496.0,6379.9585068000015,17055744.0 +407.24,30.6200008392334,2721.0,0.01050493959337473,0.1150919571518898,0.0,1.8333219289779663,2.2315409183502197,-0.00683708256110549,0.002469149883836508,0.1889553815126419,0.5334216356277466,0.7237151563167572,1042.0,266752.0,6385.979251596145,17072128.0 +399.16,28.829999923706055,2665.0,0.01023919228464365,0.10406494140625,0.0,1.8642429113388062,2.2327816486358643,-0.007521016523241997,0.0024826903827488422,0.26210492849349976,0.5216939449310303,0.7223695516586304,1043.0,267008.0,6392.126210813178,17088512.0 +392.16,28.049999237060547,2654.0,0.010945173911750317,0.1218058243393898,0.0,1.9274449348449707,2.2495124340057373,-0.0062765455804765224,0.0024755841586738825,0.37366223335266113,0.531593382358551,0.5101050734519958,1044.0,267264.0,6398.299529588083,17104896.0 +394.24,27.190000534057617,2616.0,0.014273365028202534,0.18121337890625,0.0,1.9025217294692993,2.2652294635772705,-0.002318714978173375,0.0024699822533875704,0.31894466280937195,0.5330292582511902,0.6247689425945282,1045.0,267520.0,6404.562769701006,17121280.0 +392.19,26.440000534057617,2671.0,0.007735137362033129,0.0918375626206398,0.0,1.8668733835220337,2.2755558490753174,-0.007388748694211245,0.002469148486852646,0.2682960331439972,0.5282953381538391,0.6512145400047302,1046.0,267776.0,6410.697128782049,17137664.0 +398.67,27.09000015258789,2715.0,0.012399124912917614,0.1576741486787796,0.0,1.8116397857666016,2.242868661880493,-0.007651652675122023,0.0024702867958694696,0.16387225687503815,0.5246407389640808,0.7754759788513184,1047.0,268032.0,6416.730329310056,17154048.0 +406.15,28.979999542236328,2627.0,0.007966781035065651,0.09295654296875,0.0,1.8387141227722168,2.24845552444458,-0.008159119635820389,0.0024745368864387274,0.1983782798051834,0.5328999757766724,0.7469416260719299,1048.0,268288.0,6422.967210256029,17170432.0 +405.47,29.110000610351562,2427.0,0.008179579861462116,0.0911865234375,0.0,1.8299216032028198,2.2569327354431152,-0.006714134942740202,0.0024683026131242514,0.19420956075191498,0.5279489755630493,0.7103531062602997,1049.0,268544.0,6429.716856833082,17186816.0 +390.7,28.010000228881836,2657.0,0.01120659988373518,0.1346435546875,0.0,1.9028629064559937,2.244713544845581,-0.005559868644922972,0.0024682471994310617,0.3372603952884674,0.5281159281730652,0.6419286727905273,1050.0,268800.0,6435.882864858024,17203200.0 +389.06,27.079999923706055,2699.0,0.007995551452040672,0.0861612930893898,0.0,1.8472930192947388,2.250749349594116,-0.00681950943544507,0.002471898915246129,0.23555459082126617,0.5228931307792664,0.7027362287044525,1051.0,269056.0,6441.953577779001,17219584.0 +387.04,26.510000228881836,2686.0,0.009783752262592316,0.0931396484375,0.0,1.9213722944259644,2.239276647567749,-0.006508601363748312,0.002464190823957324,0.37018072605133057,0.5330877900123596,0.6206550896167755,1052.0,269312.0,6448.054231616203,17235968.0 +395.9,27.40999984741211,2697.0,0.010977167636156082,0.1006062850356102,0.0,1.8113292455673218,2.2487738132476807,-0.00706026004627347,0.0024639687035232782,0.16717703640460968,0.5253042578697205,0.728306233882904,1053.0,269568.0,6454.128912310116,17252352.0 +389.08,26.450000762939453,2722.0,0.009172174148261547,0.1100870743393898,0.0,1.8437491655349731,2.2449393272399902,-0.0070447418838739395,0.002469216240569949,0.21506023406982422,0.5311048626899719,0.7218184173107147,1054.0,269824.0,6460.147592721041,17268736.0 +397.48,27.979999542236328,2733.0,0.010827942751348019,0.1271769255399704,0.0,1.8434253931045532,2.238590955734253,-0.0057810284197330475,0.002465166850015521,0.23322124779224396,0.5223982930183411,0.7067007422447205,1055.0,270080.0,6466.142608338036,17285120.0 +406.15,27.739999771118164,2731.0,0.013873656280338764,0.1389363557100296,0.0,1.8216079473495483,2.222283363342285,-0.006146798375993967,0.002465018769726157,0.1906547099351883,0.5221405625343323,0.7427953779697418,1056.0,270336.0,6472.141155380057,17301504.0 +405.01,28.229999542236328,2712.0,0.01174585148692131,0.1319783478975296,0.0,1.819897174835205,2.211712121963501,-0.006556510925292969,0.0024619335308670998,0.17532800137996674,0.5299403071403503,0.7296828329563141,1057.0,270592.0,6478.18526197318,17317888.0 +407.33,28.899999618530273,2719.0,0.008376161567866802,0.0948282852768898,0.0,1.8022494316101074,2.2264809608459473,-0.007397762034088373,0.0024660418275743723,0.15221044421195984,0.5227860808372498,0.7685267329216003,1058.0,270848.0,6484.211605875054,17334272.0 +411.45,29.489999771118164,2731.0,0.005894355941563845,0.06787109375,0.0,1.8156737089157104,2.248778820037842,-0.006160563323646784,0.0024613209534436464,0.17386727035045624,0.5267281532287598,0.7342964112758636,1059.0,271104.0,6490.210197171196,17350656.0 +408.04,28.989999771118164,2714.0,0.005734788719564676,0.0603230781853199,0.0,1.8571857213974,2.232870101928711,-0.006880287546664476,0.0024605735670775175,0.2640814185142517,0.5240671038627625,0.6967171132564545,1060.0,271360.0,6496.24746439117,17367040.0 +395.12,28.0,2699.0,0.007121514528989792,0.0794474259018898,0.0,1.8576927185058594,2.2471730709075928,-0.005541738122701645,0.0024604720529168844,0.2645295560359955,0.523205578327179,0.6819390058517456,1061.0,271616.0,6502.317842364078,17383424.0 +393.9,27.690000534057617,2744.0,0.009189729578793049,0.11199951171875,0.0,1.8346012830734253,2.264331102371216,-0.0068557243794202805,0.0024615852162241936,0.20884037017822266,0.5288873314857483,0.6968969702720642,1062.0,271872.0,6508.289271056186,17399808.0 +401.78,28.399999618530273,2734.0,0.012470678426325321,0.12200927734375,0.0,1.8214024305343628,2.2651219367980957,-0.006738318596035242,0.0024610531982034445,0.1867465227842331,0.5268920063972473,0.6924568116664886,1063.0,272128.0,6514.282696349081,17416192.0 +406.51,29.6200008392334,2761.0,0.00729117589071393,0.0833943709731102,0.0,1.7605527639389038,2.2520816326141357,-0.007979811169207096,0.0024618918541818857,0.06887730211019516,0.5256689786911011,0.8712122142314911,1064.0,272384.0,6520.216042072978,17432576.0 +407.57,30.030000686645508,2671.0,0.007013754453510046,0.0734659805893898,0.0,1.8343920707702637,2.2806506156921387,-0.006898058112710714,0.0024723741225898266,0.20025622844696045,0.5277812480926514,0.6959311068058014,1065.0,272640.0,6526.350244035013,17448960.0 +398.65,28.940000534057617,2709.0,0.007795681711286306,0.0776774063706398,0.0,1.857129693031311,2.277428150177002,-0.006601434666663408,0.002469324739649892,0.2423533946275711,0.5306664109230042,0.6228659451007843,1066.0,272896.0,6532.398968870053,17465344.0 +395.3,27.59000015258789,2690.0,0.008605635724961758,0.09375,0.0,1.8784480094909668,2.268892526626587,-0.006077229976654053,0.002463662065565586,0.30796077847480774,0.5214027762413025,0.6422537863254547,1067.0,273152.0,6538.4926851470955,17481728.0 +397.06,27.459999084472656,2677.0,0.0109662851318717,0.12567138671875,0.0,1.8371491432189941,2.271347761154175,-0.008207692764699459,0.002466687699779868,0.2161063402891159,0.526673436164856,0.7246834635734558,1068.0,273408.0,6544.613263536012,17498112.0 +399.64,27.459999084472656,2677.0,0.01189123373478651,0.13299560546875,0.0,1.8501371145248413,2.265342950820923,-0.007073500659316778,0.0024788856972008944,0.21287530660629272,0.5339837670326233,0.6993282735347748,1069.0,273664.0,6550.733570129145,17514496.0 +398.94,27.649999618530273,2677.0,0.007177638355642557,0.0763956680893898,0.0,1.7933014631271362,2.2844619750976562,-0.006864810828119516,0.0024697405751794577,0.11727631092071533,0.5295025110244751,0.8231155127286911,1070.0,273920.0,6556.852462503128,17530880.0 +408.52,28.110000610351562,2649.0,0.00925492588430643,0.099365234375,0.0,1.8120789527893066,2.2462546825408936,-0.007062921300530434,0.002467419719323516,0.1649286150932312,0.5254305005073547,0.7615397870540619,1071.0,274176.0,6563.036490650149,17547264.0 +411.02,29.149999618530273,2712.0,0.009789303876459599,0.1113484725356102,0.0,1.7906502485275269,2.247971296310425,-0.005217002239078283,0.0024655594024807215,0.11833956837654114,0.5263975262641907,0.7823492735624313,1072.0,274432.0,6569.077974637039,17563648.0 +408.85,29.719999313354492,2723.0,0.011726551689207554,0.1300252228975296,0.0,1.8073878288269043,2.2183425426483154,-0.00526156323030591,0.002469714730978012,0.15325148403644562,0.5233495831489563,0.7578803896903992,1073.0,274688.0,6575.09425114817,17580032.0 +408.11,29.989999771118164,2675.0,0.014422175474464893,0.1441446989774704,0.0,1.8141695261001587,2.2254679203033447,-0.007453907281160355,0.0024825024884194136,0.14260397851467133,0.5313248038291931,0.7431499660015106,1074.0,274944.0,6581.219031256158,17596416.0 +390.05,27.8700008392334,2700.0,0.01752566732466221,0.1862589567899704,0.0,1.922370433807373,2.238980531692505,-0.0007420366746373475,0.0024792246986180544,0.3393394649028778,0.5362203121185303,0.5730417966842651,1075.0,275200.0,6587.287498948164,17612800.0 +394.57,27.899999618530273,2686.0,0.009768162854015827,0.1094970703125,0.0,1.8481642007827759,2.2198469638824463,-0.005398622248321772,0.0024866433814167976,0.19053232669830322,0.5371736884117126,0.74693763256073,1076.0,275456.0,6593.38746619015,17629184.0 +397.92,28.110000610351562,2728.0,0.007684109732508659,0.0901896134018898,0.0,1.8650941848754883,2.2279112339019775,-0.0066769663244485855,0.0025079078041017056,0.2159527987241745,0.5321198105812073,0.6996177732944489,1077.0,275712.0,6599.395452101016,17645568.0 +404.04,28.219999313354492,2707.0,0.0065700295381248,0.0754801407456398,0.0,1.8307307958602905,2.2224605083465576,-0.0062318299897015095,0.0024937160778790712,0.15600769221782684,0.5343255400657654,0.769231528043747,1078.0,275968.0,6605.446492251009,17661952.0 +404.72,28.040000915527344,2719.0,0.008984873071312904,0.0655924454331398,0.0,1.8570165634155273,2.2396202087402344,-0.006167131941765547,0.0024885640013962984,0.21907877922058105,0.5317584276199341,0.6847769320011139,1079.0,276224.0,6611.472919756081,17678336.0 +401.59,27.799999237060547,2715.0,0.011125956661999226,0.12579345703125,0.0,1.8795747756958008,2.2249834537506104,-0.0062684533186256886,0.0024899758864194155,0.266789048910141,0.5297105312347412,0.6940995156764984,1080.0,276480.0,6617.508020862006,17694720.0 +395.41,27.270000457763672,2689.0,0.010057298466563225,0.1070556640625,0.0,1.9115146398544312,2.231996774673462,-0.007598772644996643,0.0025064137298613787,0.2865954041481018,0.5449288487434387,0.6152589917182922,1081.0,276736.0,6623.6004165411,17711104.0 +398.83,27.579999923706055,2687.0,0.011124675162136555,0.1323649138212204,0.0,1.8198009729385376,2.2309365272521973,-0.008418171666562557,0.0025155406910926104,0.10454022139310837,0.5404884219169617,0.8190004378557205,1082.0,276992.0,6629.698390275007,17727488.0 +401.16,28.540000915527344,2720.0,0.01192439254373312,0.1384480744600296,0.0,1.8975839614868164,2.217270612716675,-0.0051534902304410934,0.00248589925467968,0.2831420600414276,0.5403894782066345,0.619840532541275,1083.0,277248.0,6635.722572281025,17743872.0 +408.42,28.5,2703.0,0.01073560118675232,0.12957763671875,0.0,1.7964197397232056,2.227081775665283,-0.007336277514696121,0.0024877896066755056,0.0838906541466713,0.5401867032051086,0.8538031578063965,1084.0,277504.0,6641.783569162013,17760256.0 +401.99,28.190000534057617,2716.0,0.009256456047296524,0.1013387069106102,0.0,1.8484911918640137,2.228994131088257,-0.00847963709384203,0.002470701700076461,0.2128165364265442,0.5375015735626221,0.6826425194740295,1085.0,277760.0,6647.814906622982,17776640.0 +404.66,28.610000610351562,2732.0,0.010986805893480778,0.1150716170668602,0.0,1.820630431175232,2.2208688259124756,-0.007404079660773277,0.0024814815260469913,0.15249119699001312,0.5332567691802979,0.7509734183549881,1086.0,278016.0,6653.812774128048,17793024.0 +403.83,28.799999237060547,2685.0,0.01388381328433752,0.1478678435087204,0.0,1.815228819847107,2.222586154937744,-0.007290353532880545,0.002479727379977703,0.14106303453445435,0.5343499779701233,0.7404195964336395,1087.0,278272.0,6659.918233233038,17809408.0 +408.49,28.84000015258789,2709.0,0.009039361961185932,0.1102498397231102,0.0,1.847653865814209,2.2192654609680176,-0.0066761779598891735,0.002478867769241333,0.19595183432102203,0.5391127467155457,0.7167933881282806,1088.0,278528.0,6665.966397586046,17825792.0 +398.32,28.6299991607666,2741.0,0.011942431330680847,0.1321207731962204,0.0,1.8810242414474487,2.233952283859253,-0.005791871342808008,0.002476216061040759,0.26859718561172485,0.5367491245269775,0.6044630110263824,1089.0,278784.0,6671.944509549998,17842176.0 +391.87,28.18000030517578,2667.0,0.010859225876629353,0.1312662810087204,0.0,1.8635047674179077,2.248561382293701,-0.007964801043272018,0.002483966061845422,0.23716764152050018,0.5333884358406067,0.6388522088527679,1090.0,279040.0,6678.088813751005,17858560.0 +403.92,29.18000030517578,2621.0,0.009614691138267517,0.1128946915268898,0.0,1.7868375778198242,2.2332968711853027,-0.009733270853757858,0.0024848226457834244,0.07239536941051483,0.5402947068214417,0.8446688205003738,1091.0,279296.0,6684.340721176006,17874944.0 +409.69,29.450000762939453,2607.0,0.011905224062502384,0.1423543244600296,0.0,1.8423219919204712,2.2333037853240967,-0.004055114928632975,0.002486505312845111,0.1995576173067093,0.525678813457489,0.6815812289714813,1092.0,279552.0,6690.6249542501755,17891328.0 +405.33,29.15999984741211,2596.0,0.00959151703864336,0.1032307967543602,0.0,1.82234525680542,2.2242648601531982,-0.007630085106939077,0.0024632213171571493,0.1782091110944748,0.531502902507782,0.7487422525882721,1093.0,279808.0,6696.934999581194,17907712.0 +401.35,28.799999237060547,2660.0,0.012258620001375675,0.1409708708524704,0.0,1.7964283227920532,2.2118728160858154,-0.007289154455065727,0.002461186144500971,0.13716883957386017,0.526658833026886,0.7382947206497192,1094.0,280064.0,6703.094568073982,17924096.0 +406.78,28.760000228881836,2674.0,0.01193111389875412,0.121826171875,0.0,1.829000473022461,2.2321667671203613,-0.005278598517179489,0.002465223427861929,0.19773392379283905,0.5251221060752869,0.707131415605545,1095.0,280320.0,6709.221206346992,17940480.0 +406.79,28.979999542236328,2696.0,0.01112181693315506,0.12872314453125,0.0,1.864875316619873,2.221357583999634,-0.007609222549945116,0.00246495776809752,0.261017769575119,0.5317104458808899,0.6346747875213623,1096.0,280576.0,6715.297027092194,17956864.0 +403.96,28.739999771118164,2650.0,0.0095591451972723,0.0997721329331398,0.0,1.82565176486969,2.2159788608551025,-0.00762609438970685,0.0024680837523192167,0.194619283080101,0.5240861773490906,0.7240684628486633,1097.0,280832.0,6721.479080445133,17973248.0 +400.02,28.389999389648438,2700.0,0.011434094049036503,0.1241658553481102,0.0,1.8758512735366821,2.2177212238311768,-0.0065598576329648495,0.0024710926227271557,0.2763982117176056,0.5308430790901184,0.6265047490596771,1098.0,281088.0,6727.547426259145,17989632.0 +385.89,26.709999084472656,2717.0,0.01208944246172905,0.1131795272231102,0.0,1.896512508392334,2.2180168628692627,-0.006519781891256571,0.002462290693074465,0.3176337480545044,0.5352500081062317,0.6266699135303497,1099.0,281344.0,6733.578325195005,18006016.0 +388.23,27.280000686645508,2682.0,0.009166640229523182,0.0982259139418602,0.0,1.7941430807113647,2.2452142238616943,-0.007990987040102482,0.002459986135363579,0.1285114735364914,0.5303372144699097,0.7766172289848328,1100.0,281600.0,6739.686986478977,18022400.0 +404.45,28.81999969482422,2681.0,0.0140831358730793,0.1552327424287796,0.0,1.820631980895996,2.230809211730957,-0.007509236689656973,0.0024627193342894316,0.16729597747325897,0.5354414582252502,0.7436610162258148,1101.0,281856.0,6745.798296309076,18038784.0 +403.61,28.809999465942383,2695.0,0.011758753098547459,0.1378173828125,0.0,1.8728055953979492,2.237675905227661,-0.006707750726491213,0.0024596231523901224,0.2674485743045807,0.5383545160293579,0.6451035141944885,1102.0,282112.0,6751.878559932113,18055168.0 +402.76,28.110000610351562,2631.0,0.010005492717027664,0.11419677734375,0.0,1.8233267068862915,2.247833013534546,-0.007227456197142601,0.0024591023102402687,0.1827194094657898,0.5321217179298401,0.7600028365850449,1103.0,282368.0,6758.106162456097,18071552.0 +402.5,28.040000915527344,2646.0,0.009738578461110592,0.1065673828125,0.0,1.8651036024093628,2.232421636581421,-0.00832956749945879,0.0024579099845141172,0.26722055673599243,0.5331920981407166,0.6839777529239655,1104.0,282624.0,6764.297316892073,18087936.0 +392.43,26.850000381469727,2697.0,0.01063478272408247,0.1158040389418602,0.0,1.837388515472412,2.248505115509033,-0.008682149462401867,0.002460286021232605,0.21472950279712677,0.5310477018356323,0.7272060513496399,1105.0,282880.0,6770.373080178164,18104320.0 +394.13,27.770000457763672,2680.0,0.010488695465028286,0.1206258162856102,0.0,1.8454996347427368,2.2512731552124023,-0.008420109748840332,0.0024642746429890394,0.21766714751720428,0.5354616045951843,0.7137186229228973,1106.0,283136.0,6776.486467097187,18120704.0 +402.74,27.940000534057617,2728.0,0.012155256234109402,0.1416015625,0.0,1.8457683324813843,2.243817090988159,-0.00784643180668354,0.00245776423253119,0.22870801389217377,0.5328168869018555,0.6463364362716675,1107.0,283392.0,6782.492444651201,18137088.0 +406.71,28.010000228881836,2728.0,0.010688114911317825,0.11737060546875,0.0,1.8310356140136719,2.242983341217041,-0.007085103541612625,0.0024640944320708513,0.19185416400432587,0.532576322555542,0.6766489148139954,1108.0,283648.0,6788.498942044098,18153472.0 +408.17,28.290000915527344,2742.0,0.010724375955760479,0.1327718049287796,0.0,1.8189579248428345,2.226158857345581,-0.008681046776473522,0.0024605593644082546,0.16986817121505737,0.5346866250038147,0.6742936074733734,1109.0,283904.0,6794.473644295009,18169856.0 +408.84,28.040000915527344,2701.0,0.014705721288919449,0.14501953125,0.0,1.8135453462600708,2.243598222732544,-0.008138853125274181,0.0024611703120172024,0.14004044234752655,0.5435146689414978,0.680596262216568,1110.0,284160.0,6800.539261150174,18186240.0 +405.74,28.59000015258789,2715.0,0.009779551066458225,0.1131795272231102,0.0,1.8204984664916992,2.25714111328125,-0.005246256943792105,0.002462624339386821,0.16053587198257446,0.536736011505127,0.7052681744098663,1111.0,284416.0,6806.573494195007,18202624.0 +409.7,29.559999465942383,2708.0,0.008674141950905323,0.1074422225356102,0.0,1.7547998428344727,2.2368528842926025,-0.010381695814430714,0.002454059896990657,0.051325734704732895,0.5348570346832275,0.8536904752254486,1112.0,284672.0,6812.624022804201,18219008.0 +410.06,29.889999389648438,2738.0,0.01517497282475233,0.1632487028837204,0.0,1.8326215744018555,2.2204954624176025,-0.00450796727091074,0.002455430570989847,0.20014475286006927,0.5315471291542053,0.6619489192962646,1113.0,284928.0,6818.608223033138,18235392.0 +405.11,28.8700008392334,2711.0,0.011045853607356548,0.12823486328125,0.0,1.8365753889083862,2.2238988876342773,-0.006575781852006912,0.002457470865920186,0.19539092481136322,0.5389595627784729,0.6553023159503937,1114.0,285184.0,6824.652733088005,18251776.0 +407.06,28.09000015258789,2755.0,0.010377510450780392,0.1074625626206398,0.0,1.8225864171981812,2.2106196880340576,-0.00918420497328043,0.0024555206764489412,0.17061324417591095,0.5408100485801697,0.6790635585784912,1115.0,285440.0,6830.599984697998,18268160.0 +411.04,28.31999969482422,2714.0,0.011897663585841656,0.1244710311293602,0.0,1.8182374238967896,2.206123113632202,-0.006812823470681906,0.002460197312757373,0.1564214825630188,0.5388022065162659,0.7256214916706085,1116.0,285696.0,6836.63695852505,18284544.0 +413.92,29.309999465942383,2745.0,0.010218429379165173,0.1251220703125,0.0,1.7768045663833618,2.2090492248535156,-0.009158902801573277,0.00245583220385015,0.08778509497642517,0.5362452268600464,0.8123884052038193,1117.0,285952.0,6842.605807287153,18300928.0 +411.65,29.049999237060547,2732.0,0.01128736138343811,0.1294759064912796,0.0,1.823659062385559,2.228776693344116,-0.0074397302232682705,0.0024583563208580017,0.1812245398759842,0.533595860004425,0.6803073585033417,1118.0,286208.0,6848.602519926149,18317312.0 +406.33,28.540000915527344,2737.0,0.012357893399894238,0.1381022185087204,0.0,1.8262993097305298,2.214989423751831,-0.003131571924313903,0.0024541618768125772,0.16717137396335602,0.5409137606620789,0.6278608441352844,1119.0,286464.0,6854.58911256399,18333696.0 +403.97,28.3799991607666,2666.0,0.009548704139888287,0.10516357421875,0.0,1.7950981855392456,2.2065207958221436,-0.00794981513172388,0.002456716261804104,0.1308174729347229,0.5313460230827332,0.7523897439241409,1120.0,286720.0,6860.7333992919885,18350080.0 +403.49,28.899999618530273,2764.0,0.010914147831499577,0.1346638947725296,0.0,1.8075271844863892,2.206695795059204,-0.006198250222951174,0.00245117605663836,0.15434589982032776,0.5330317616462708,0.6606441140174866,1121.0,286976.0,6866.6616252490785,18366464.0 +399.23,28.049999237060547,2712.0,0.010571197606623173,0.1259969025850296,0.0,1.8543084859848022,2.208434820175171,-0.007339002564549446,0.002455608919262886,0.24136526882648468,0.5352448225021362,0.6383389532566071,1122.0,287232.0,6872.703250028193,18382848.0 +386.86,26.40999984741211,2738.0,0.0106494827196002,0.1043904647231102,0.0,1.9052554368972778,2.2288830280303955,-0.008012947626411915,0.0024662853684276342,0.32609525322914124,0.5393669009208679,0.6329761147499084,1123.0,287488.0,6878.6864977569785,18399232.0 +383.17,27.209999084472656,2696.0,0.007860015146434307,0.0902913436293602,0.0,1.895068645477295,2.236623525619507,-0.005793899297714233,0.0024600655306130648,0.2834111750125885,0.5514906048774719,0.5326600074768066,1124.0,287744.0,6884.763311420102,18415616.0 +390.91,27.760000228881836,2687.0,0.006549149751663208,0.07763671875,0.0,1.8638062477111816,2.2297494411468506,-0.005928564816713333,0.0024547670036554337,0.25194886326789856,0.5386744141578674,0.6267745792865753,1125.0,288000.0,6890.859525960172,18432000.0 +397.0,27.3700008392334,2705.0,0.007129358593374491,0.080322265625,0.0,1.7907062768936157,2.232861280441284,-0.006168615072965622,0.002453922526910901,0.11329996585845947,0.5355923771858215,0.721228837966919,1126.0,288256.0,6896.915475264192,18448384.0 +401.59,27.829999923706055,2705.0,0.010801219381392002,0.1010335311293602,0.0,1.8065685033798218,2.225621223449707,-0.0071825007908046246,0.0024554843548685312,0.1527167111635208,0.5319067239761353,0.6928203403949738,1127.0,288512.0,6902.971535990015,18464768.0 +397.03,28.030000686645508,2737.0,0.012683558277785778,0.1478068083524704,0.0,1.8450480699539185,2.2076737880706787,-0.00666907848790288,0.002455367473885417,0.20798587799072266,0.5421168804168701,0.6494870781898499,1128.0,288768.0,6908.958240170032,18481152.0 +400.92,28.549999237060547,2750.0,0.01046203076839447,0.1261189728975296,0.0,1.7811897993087769,2.1611528396606445,-0.008846892975270748,0.0024479541461914778,0.09816181659698486,0.5385900139808655,0.7594205737113953,1129.0,289024.0,6914.9158344040625,18497536.0 +411.68,29.479999542236328,2749.0,0.009067042730748653,0.1064860001206398,0.0,1.8172053098678589,2.1815924644470215,-0.00598742114380002,0.002455382840707898,0.15371482074260712,0.5404599905014038,0.7725493311882019,1130.0,289280.0,6920.874455912039,18513920.0 +411.03,29.049999237060547,2716.0,0.009813868440687656,0.0956014022231102,0.0,1.8347746133804321,2.1501786708831787,-0.006631776224821806,0.0024531984236091375,0.17513670027256012,0.5487406849861145,0.6921732425689697,1131.0,289536.0,6926.906515274197,18530304.0 +402.63,28.1299991607666,2712.0,0.007272688206285238,0.08258056640625,0.0,1.842029094696045,2.15685772895813,-0.005726588424295187,0.0024549986701458693,0.2141965627670288,0.5347265601158142,0.6286601722240448,1132.0,289792.0,6932.946513401112,18546688.0 +398.08,27.510000228881836,2705.0,0.008128376677632332,0.0882364884018898,0.0,1.8661093711853027,2.1383726596832275,-0.005171110387891531,0.002448798855766654,0.24541299045085907,0.5455580949783325,0.6733770072460175,1133.0,290048.0,6939.00369598018,18563072.0 +393.02,27.239999771118164,2698.0,0.010548334568738937,0.11956787109375,0.0,1.8536442518234253,2.1433427333831787,-0.006095674354583025,0.0024619940668344498,0.2090352326631546,0.5456588268280029,0.6547311842441559,1134.0,290304.0,6945.075944654178,18579456.0 +402.9,28.309999465942383,2662.0,0.00954389851540327,0.10809326171875,0.0,1.7921843528747559,2.1671829223632812,-0.007095720618963242,0.0024595388676971197,0.10723898559808731,0.5375630855560303,0.7780500054359436,1135.0,290560.0,6951.230838238029,18595840.0 +412.75,30.209999084472656,2716.0,0.0098826102912426,0.1214599609375,0.0,1.7703367471694946,2.157010316848755,-0.009023868478834629,0.0024610168766230345,0.05172746255993843,0.5445586442947388,0.8532417863607407,1136.0,290816.0,6957.262625284027,18612224.0 +412.01,29.989999771118164,2741.0,0.013336949050426483,0.15283203125,0.0,1.8152326345443726,2.172471523284912,-0.007483864668756723,0.002463611541315913,0.15053413808345795,0.53736811876297,0.7113741934299469,1137.0,291072.0,6963.239073935198,18628608.0 +406.58,29.479999542236328,2736.0,0.011870692484080791,0.1431681364774704,0.0,1.8401479721069336,2.16694712638855,-0.008344081230461597,0.0024611016269773245,0.1957031637430191,0.5417590737342834,0.6812534630298615,1138.0,291328.0,6969.22674856009,18644992.0 +404.39,28.760000228881836,2737.0,0.011855524964630604,0.1220906600356102,0.0,1.8431395292282104,2.159806251525879,-0.009351556189358234,0.0024642094504088163,0.1911803036928177,0.5463941097259521,0.6821585893630981,1139.0,291584.0,6975.213935889071,18661376.0 +395.4,27.979999542236328,2708.0,0.01223699375987053,0.1243896484375,0.0,1.8758593797683716,2.159929037094116,-0.006511896848678589,0.0024648052640259266,0.27315494418144226,0.5349903702735901,0.5473654568195343,1140.0,291840.0,6981.26432898012,18677760.0 +402.58,28.010000228881836,2618.0,0.010236763395369053,0.08489990234375,0.0,1.8636914491653442,2.1659996509552,-0.004672908689826727,0.00246433331631124,0.2303795963525772,0.542667806148529,0.6925510168075562,1141.0,292096.0,6987.52201080299,18694144.0 +405.08,28.079999923706055,2706.0,0.007681843359023333,0.0872802734375,0.0,1.8254019021987915,2.201131820678711,-0.0051041715778410435,0.0024700339417904615,0.15107284486293793,0.5419637560844421,0.7359289228916168,1142.0,292352.0,6993.57586520398,18710528.0 +410.49,28.059999465942383,2691.0,0.009279000572860241,0.1089884415268898,0.0,1.8416894674301147,2.186358690261841,-0.007096551824361086,0.002460950054228306,0.18670523166656494,0.5468217730522156,0.7257428467273712,1143.0,292608.0,6999.663798489142,18726912.0 +401.12,27.549999237060547,2687.0,0.011828492395579815,0.1418660432100296,0.0,1.896281123161316,2.1767003536224365,-0.005094523541629314,0.0024578713346272707,0.3120884597301483,0.538162887096405,0.5489249229431152,1144.0,292864.0,7005.761304273037,18743296.0 +397.59,27.709999084472656,2667.0,0.008605577982962132,0.1030069962143898,0.0,1.8127325773239136,2.1859591007232666,-0.007891850546002388,0.002462327014654875,0.13696566224098206,0.5428376793861389,0.7136286199092865,1145.0,293120.0,7011.90397204319,18759680.0 +404.48,28.84000015258789,2679.0,0.01101644616574049,0.13751220703125,0.0,1.8414243459701538,2.1680846214294434,-0.008027306757867336,0.0024668166879564524,0.18851304054260254,0.5434672236442566,0.7030585706233978,1146.0,293376.0,7018.018818637123,18776064.0 +403.11,27.829999923706055,2725.0,0.013841639272868633,0.1305745393037796,0.0,1.8701156377792358,2.168225049972534,-0.0073927282355725765,0.002463290700688958,0.2558383047580719,0.5396263003349304,0.6999870240688324,1147.0,293632.0,7024.306809536181,18792448.0 +398.65,27.920000076293945,2687.0,0.012008043937385082,0.1333414763212204,0.0,1.8361483812332153,2.1634232997894287,-0.008846458978950977,0.002457853639498353,0.19414818286895752,0.5406283736228943,0.7123766541481018,1148.0,293888.0,7030.40356518398,18808832.0 +403.03,28.860000610351562,2693.0,0.010342104360461235,0.1235758438706398,0.0,1.8021697998046875,2.1512794494628906,-0.00855958927422762,0.0024607114028185606,0.11237404495477676,0.5456992387771606,0.7695832997560501,1149.0,294144.0,7036.486406658078,18825216.0 +398.55,28.739999771118164,2708.0,0.012860295362770557,0.11785888671875,0.0,1.9456658363342285,2.141484022140503,-0.00567255774512887,0.0024659379851073027,0.3785059452056885,0.5505310893058777,0.5237650275230408,1150.0,294400.0,7042.535489858128,18841600.0 +393.84,28.309999465942383,2729.0,0.011371566914021969,0.1057332381606102,0.0,1.8509069681167603,2.157262086868286,-0.005745719652622938,0.002463178476318717,0.19810299575328827,0.5475848913192749,0.724685549736023,1151.0,294656.0,7048.540216664085,18857984.0 +400.5,28.639999389648438,2639.0,0.012177516706287861,0.10577392578125,0.0,1.7914081811904907,2.141223430633545,-0.006511207204312086,0.002453775843605399,0.09532976895570755,0.5447791218757629,0.7931618243455887,1152.0,294912.0,7054.749327791156,18874368.0 +409.47,29.239999771118164,2741.0,0.012301311828196049,0.13153076171875,0.0,1.7975701093673706,2.145205020904541,-0.007527561392635107,0.002455416601151228,0.11234349012374878,0.5426697134971619,0.7743730247020721,1153.0,295168.0,7060.726278848015,18890752.0 +416.39,29.450000762939453,2729.0,0.012261703610420227,0.1131795272231102,0.0,1.8405128717422485,2.1238226890563965,-0.0062012518756091595,0.0024644366931170225,0.17983262240886688,0.5458179116249084,0.727154403924942,1154.0,295424.0,7066.729512225138,18907136.0 +407.14,28.469999313354492,2707.0,0.007606032770127058,0.0915323868393898,0.0,1.8859361410140991,2.156038999557495,-0.005707185715436935,0.0024754574988037348,0.2512388229370117,0.5498554110527039,0.6370595395565033,1155.0,295680.0,7072.781212900998,18923520.0 +405.07,28.450000762939453,2746.0,0.013663196004927158,0.1480916291475296,0.0,1.8280380964279175,2.1763837337493896,-0.004953258205205202,0.0024687566328793764,0.1434081643819809,0.5486727952957153,0.7222533226013184,1156.0,295936.0,7078.748381198151,18939904.0 +405.71,29.739999771118164,2714.0,0.011414979584515095,0.1283976286649704,0.0,1.8142741918563843,2.1489546298980713,-0.0072683426551520824,0.002468500519171357,0.11382285505533218,0.5518702864646912,0.7432388365268707,1157.0,296192.0,7084.78541383706,18956288.0 +411.22,30.15999984741211,2722.0,0.011227592825889587,0.1267903596162796,0.0,1.8025590181350708,2.153984546661377,-0.005927367135882378,0.0024528708308935165,0.13267232477664948,0.5372545123100281,0.7228674292564392,1158.0,296448.0,7090.804226985201,18972672.0 +403.92,28.280000686645508,2743.0,0.012898574583232403,0.158935546875,0.0,1.8591309785842896,2.1386454105377197,-0.00584564171731472,0.0024605162907391787,0.2232261449098587,0.5444918274879456,0.6682828664779663,1159.0,296704.0,7096.776808133116,18989056.0 +405.96,28.049999237060547,2715.0,0.012224792502820492,0.1351521760225296,0.0,1.7996090650558472,2.123049736022949,-0.007035181391984224,0.00245000165887177,0.12499672174453735,0.5403754115104675,0.7872154861688614,1160.0,296960.0,7102.810544684995,19005440.0 +406.26,28.969999313354492,2724.0,0.011216327548027039,0.1217854842543602,0.0,1.805936336517334,2.147799253463745,-0.0062396773137152195,0.0024510452058166265,0.11839699745178223,0.5489327907562256,0.744300365447998,1161.0,297216.0,7108.8244924631435,19021824.0 +408.19,29.93000030517578,2738.0,0.013037287630140781,0.1325276643037796,0.0,1.8129528760910034,2.1376311779022217,-0.007892345078289509,0.0024566135834902525,0.1472080498933792,0.5403110384941101,0.7526493966579437,1162.0,297472.0,7114.808142416179,19038208.0 +400.58,28.43000030517578,2748.0,0.009986779652535915,0.0999552384018898,0.0,1.8546704053878784,2.1659228801727295,-0.007904119789600372,0.002461917931213975,0.2245086431503296,0.5410206317901611,0.6806667149066925,1163.0,297728.0,7120.769754669163,19054592.0 +400.79,27.639999389648438,2743.0,0.01006827037781477,0.1214803084731102,0.0,1.8459973335266113,2.158034324645996,-0.00795306172221899,0.0024465767201036215,0.2157076597213745,0.5443881750106812,0.6334100961685181,1164.0,297984.0,7126.743243253091,19070976.0 +396.88,28.3700008392334,2635.0,0.011612389236688614,0.1216634139418602,0.0,1.8496931791305542,2.166414737701416,-0.0057218954898417,0.002446187427267432,0.22588539123535156,0.541042685508728,0.617881178855896,1165.0,298240.0,7132.960927088978,19087360.0 +386.76,28.219999313354492,2686.0,0.011949541978538036,0.12249755859375,0.0,1.880109429359436,2.1933043003082275,-0.006345209199935198,0.0024558494333177805,0.2650507986545563,0.5479373335838318,0.562204122543335,1166.0,298496.0,7139.061801408185,19103744.0 +392.44,28.049999237060547,2668.0,0.008089390583336353,0.0989176407456398,0.0,1.866437554359436,2.1913485527038574,-0.007026270497590303,0.0024501648731529713,0.2550661861896515,0.5427621006965637,0.6164790391921997,1167.0,298752.0,7145.203812399181,19120128.0 +390.59,27.510000228881836,2628.0,0.007974996231496334,0.078125,0.0,1.8247308731079102,2.172307252883911,-0.005923938471823931,0.002455673646181822,0.16114483773708344,0.5439688563346863,0.742035835981369,1168.0,299008.0,7151.438614442013,19136512.0 +394.55,27.899999618530273,2667.0,0.009905211627483368,0.1063639298081398,0.0,1.8937453031539917,2.1805431842803955,-0.005478331819176674,0.0024655477609485388,0.2717946469783783,0.5523577332496643,0.6282515823841095,1169.0,299264.0,7157.584582737181,19152896.0 +394.35,28.6200008392334,2665.0,0.011485598050057888,0.12457275390625,0.0,1.8641711473464966,2.206751585006714,-0.008839097805321217,0.002475891262292862,0.22825227677822113,0.5430059432983398,0.6558250784873962,1170.0,299520.0,7163.732444552006,19169280.0 +397.79,28.829999923706055,2708.0,0.012200058437883854,0.1301066130399704,0.0,1.8406931161880493,2.1877846717834473,-0.007366382051259279,0.0024816193617880344,0.16735972464084625,0.5454478859901428,0.7402541637420654,1171.0,299776.0,7169.782513536047,19185664.0 +404.1,28.309999465942383,2657.0,0.012456245720386505,0.1348673552274704,0.0,1.8572856187820435,2.1894009113311768,-0.007218002807348967,0.0024807131849229336,0.19462823867797852,0.5487271547317505,0.710282951593399,1172.0,300032.0,7175.948424508097,19202048.0 +401.64,28.200000762939453,2668.0,0.00876458641141653,0.1005452498793602,0.0,1.8521867990493774,2.1955058574676514,-0.006372859701514244,0.002472776686772704,0.20738470554351807,0.5404341816902161,0.666943222284317,1173.0,300288.0,7182.089500181144,19218432.0 +400.94,27.75,2662.0,0.011888164095580578,0.1365966796875,0.0,1.8725115060806274,2.2086198329925537,-0.006274911109358072,0.002501909388229251,0.20100094377994537,0.5494174361228943,0.7059042751789093,1174.0,300544.0,7188.243671171134,19234816.0 +399.93,27.6299991607666,2643.0,0.012277047149837017,0.1573282927274704,0.0,1.8875998258590698,2.199289083480835,-0.005111413076519966,0.0024833406787365675,0.24450702965259552,0.5507801175117493,0.6471334099769592,1175.0,300800.0,7194.442781264195,19251200.0 +400.8,27.729999542236328,2667.0,0.010730750858783722,0.1173095703125,0.0,1.8279234170913696,2.1704206466674805,-0.008298714645206928,0.0024799273815006018,0.1334945410490036,0.5512153506278992,0.7395253479480743,1176.0,301056.0,7200.585541129112,19267584.0 +398.42,28.200000762939453,2689.0,0.009033390320837498,0.1086832657456398,0.0,1.856331467628479,2.181755304336548,-0.006970006972551346,0.0024780842941254377,0.20369018614292145,0.5442318320274353,0.7115584015846252,1177.0,301312.0,7206.6775796380825,19283968.0 +400.52,28.979999542236328,2679.0,0.010705498047173023,0.1271158903837204,0.0,1.8546619415283203,2.18133282661438,-0.007448076736181974,0.002472993917763233,0.21214888989925385,0.5413519740104675,0.6805135011672974,1178.0,301568.0,7212.793008129112,19300352.0 +402.38,28.5,2679.0,0.011986344121396542,0.1425577849149704,0.0,1.8565292358398438,2.206157922744751,-0.006124552804976702,0.0024743599351495504,0.2048596888780594,0.5451053977012634,0.713668704032898,1179.0,301824.0,7218.9120166359935,19316736.0 +409.7,28.899999618530273,2697.0,0.01106219831854105,0.1304117888212204,0.0,1.8073424100875854,2.1843929290771484,-0.009724603034555912,0.00247054360806942,0.09888312965631485,0.5541974902153015,0.8435839414596558,1180.0,302080.0,7224.986993447179,19333120.0 +412.27,28.829999923706055,2688.0,0.010394937358796597,0.126708984375,0.0,1.8204121589660645,2.2028048038482666,-0.007850537076592445,0.002470804611220956,0.12288234382867813,0.5534474849700928,0.7760504335165024,1181.0,302336.0,7231.082259402145,19349504.0 +415.36,29.010000228881836,2737.0,0.00801809225231409,0.09381103515625,0.0,1.8156309127807617,2.1790757179260254,-0.008227955549955368,0.0024739003274589777,0.12111379951238632,0.5481427311897278,0.781462088227272,1182.0,302592.0,7237.0687294381205,19365888.0 +415.17,29.489999771118164,2700.0,0.011163086630403996,0.11553955078125,0.0,1.8072482347488403,2.177543878555298,-0.007199579384177923,0.002461558673530817,0.11524146795272827,0.5478233695030212,0.7738937139511108,1183.0,302848.0,7243.135624872986,19382272.0 +416.58,30.610000610351562,2678.0,0.009037175215780735,0.1065470352768898,0.0,1.8362125158309937,2.1783978939056396,-0.005273993592709303,0.0024730509612709284,0.13778550922870636,0.5578524470329285,0.7590123862028122,1184.0,303104.0,7249.253110114019,19398656.0 +408.46,29.360000610351562,2711.0,0.009205148555338383,0.1049601212143898,0.0,1.8792694807052612,2.1796844005584717,-0.004734568763524294,0.0024720008950680494,0.23843170702457428,0.5505844950675964,0.6819016635417938,1185.0,303360.0,7255.297185864067,19415040.0 +397.21,27.770000457763672,2697.0,0.012549717910587788,0.1472574919462204,0.0,1.8763755559921265,2.202824115753174,-0.007141797337681055,0.002464023884385824,0.24015724658966064,0.5534549951553345,0.6060279011726379,1186.0,303616.0,7261.371733437991,19431424.0 +399.6,27.93000030517578,2707.0,0.008703402243554592,0.10211181640625,0.0,1.8600410223007202,2.1996495723724365,-0.0073652248829603195,0.0024667822290211916,0.20990823209285736,0.551057755947113,0.6853791773319244,1187.0,303872.0,7267.422899799189,19447808.0 +391.98,28.219999313354492,2670.0,0.009914842434227467,0.1078898087143898,0.0,1.8524430990219116,2.206899642944336,-0.008673076517879963,0.0024650583509355783,0.20188958942890167,0.5497110486030579,0.6656018793582916,1188.0,304128.0,7273.55958106718,19464192.0 +404.81,29.3799991607666,2704.0,0.010260950773954391,0.1114095076918602,0.0,1.793196678161621,2.1936440467834473,-0.008907761424779892,0.002450811443850398,0.09946712106466293,0.5489014387130737,0.8328762650489807,1189.0,304384.0,7279.62101137219,19480576.0 +394.96,28.860000610351562,2711.0,0.010311772115528584,0.1234334334731102,0.0,1.9296879768371582,2.1807289123535156,-0.007035897579044104,0.0024582056794315577,0.35888874530792236,0.5499842762947083,0.5789152979850769,1190.0,304640.0,7285.663764246041,19496960.0 +392.63,28.059999465942383,2728.0,0.012625663541257381,0.1219278946518898,0.0,1.8279119729995728,2.1891238689422607,-0.007403539959341288,0.0024601209443062544,0.14828693866729736,0.5530025362968445,0.7784608900547028,1191.0,304896.0,7291.6685776470695,19513344.0 +397.78,28.68000030517578,2713.0,0.00945394765585661,0.1110636368393898,0.0,1.7999733686447144,2.2205252647399902,-0.007737062405794859,0.0024532799143344164,0.1201217845082283,0.5432146191596985,0.7653403580188751,1192.0,305152.0,7297.7064255850855,19529728.0 +411.03,29.510000228881836,2708.0,0.011823125183582306,0.1496175080537796,0.0,1.8259087800979614,2.210256338119507,-0.00642014853656292,0.0024485657922923565,0.16047857701778412,0.5499097108840942,0.7138072848320007,1193.0,305408.0,7303.756761287106,19546112.0 +406.94,29.110000610351562,2725.0,0.010597686283290386,0.1083984375,0.0,1.8385366201400757,2.1991312503814697,-0.007370843086391687,0.0024482642766088247,0.19424374401569366,0.5466447472572327,0.7064955532550812,1194.0,305664.0,7309.7697740371805,19562496.0 +402.55,28.549999237060547,2725.0,0.010357574559748173,0.1171671524643898,0.0,1.8895320892333984,2.2160232067108154,-0.0063782609067857265,0.002452922286465764,0.2855447828769684,0.5488371849060059,0.6778996586799622,1195.0,305920.0,7315.783130650176,19578880.0 +392.98,27.899999618530273,2684.0,0.007722537964582443,0.0856526717543602,0.0,1.906112551689148,2.2010505199432373,-0.007282457780092955,0.0024527148343622684,0.31317779421806335,0.5524592995643616,0.5653397738933563,1196.0,306176.0,7321.887330021011,19595264.0 +389.84,27.280000686645508,2713.0,0.008977246470749378,0.10662841796875,0.0,1.8519266843795776,2.1641311645507812,-0.00651282025501132,0.0024534037802368402,0.2101484090089798,0.5483048558235168,0.6709169149398804,1197.0,306432.0,7327.927145992173,19611648.0 +389.67,27.06999969482422,2677.0,0.008835208602249622,0.0944417342543602,0.0,1.866650938987732,2.194242477416992,-0.007241750136017799,0.002453623106703162,0.24636298418045044,0.5458418726921082,0.6492884159088135,1198.0,306688.0,7334.047789467033,19628032.0 +383.62,26.489999771118164,2601.0,0.009098061360418797,0.09466552734375,0.0,1.927533507347107,2.219865322113037,-0.0066343992948532104,0.002459965879097581,0.3666737377643585,0.5430470108985901,0.5910479426383972,1199.0,306944.0,7340.347477726173,19644416.0 +385.08,26.829999923706055,2653.0,0.009062875993549824,0.1034139022231102,0.0,1.8808765411376953,2.1763274669647217,-0.006452824454754591,0.002458233619108796,0.25493496656417847,0.5525082349777222,0.6168648898601532,1200.0,307200.0,7346.523260286078,19660800.0 +383.2,26.6299991607666,2602.0,0.007249712478369474,0.0751749649643898,0.0,1.8589509725570679,2.158731698989868,-0.007115192711353302,0.0024467543698847294,0.22756612300872803,0.5504931807518005,0.6932767927646637,1201.0,307456.0,7352.81874499307,19677184.0 +397.44,28.299999237060547,2683.0,0.009348769672214985,0.1116129532456398,0.0,1.8043909072875977,2.135249137878418,-0.008435330353677273,0.002462405012920499,0.10677903145551682,0.5495866537094116,0.8094349801540375,1202.0,307712.0,7358.924686557148,19693568.0 +399.51,28.59000015258789,2696.0,0.011229044757783413,0.1184488907456398,0.0,1.851677417755127,2.1540565490722656,-0.007168442010879517,0.0024627146776765585,0.19076810777187347,0.5536448955535889,0.6803061962127686,1203.0,307968.0,7365.002331169089,19709952.0 +408.59,29.34000015258789,2708.0,0.010065598413348198,0.1233113631606102,0.0,1.7994714975357056,2.158738374710083,-0.008061169646680355,0.002466461854055524,0.098714679479599,0.5465316772460938,0.7842433154582977,1204.0,308224.0,7371.05228663818,19726336.0 +398.32,28.40999984741211,2683.0,0.012532997876405716,0.1201375350356102,0.0,1.8930611610412598,2.1461405754089355,-0.0067913588136434555,0.0024564755149185658,0.27833306789398193,0.5539097189903259,0.6195941865444183,1205.0,308480.0,7377.157869369024,19742720.0 +395.62,27.799999237060547,2750.0,0.008062330074608326,0.0822957381606102,0.0,1.893602967262268,2.1547887325286865,-0.005381646100431681,0.0024569607339799404,0.27456846833229065,0.5547677874565125,0.6049301624298096,1206.0,308736.0,7383.114846440032,19759104.0 +398.96,28.420000076293945,2761.0,0.008639614097774029,0.0899861678481102,0.0,1.83763587474823,2.1483216285705566,-0.007875816896557808,0.002452358603477478,0.1822810173034668,0.5496748089790344,0.6975721418857574,1207.0,308992.0,7389.048618511064,19775488.0 +394.93,27.600000381469727,2737.0,0.010739132761955261,0.1095377579331398,0.0,1.9314113855361938,2.1566989421844482,-0.006197542417794466,0.0024656886234879494,0.34758687019348145,0.5525379776954651,0.5481536388397217,1208.0,309248.0,7395.035103645176,19791872.0 +398.32,28.049999237060547,2717.0,0.010310959070920944,0.12066650390625,0.0,1.8233274221420288,2.1338582038879395,-0.008148862980306149,0.0024550852831453085,0.15413375198841095,0.5482054352760315,0.7087669372558594,1209.0,309504.0,7401.065174137009,19808256.0 +395.56,27.6200008392334,2674.0,0.010643716901540756,0.1222127303481102,0.0,1.8439598083496094,2.133582353591919,-0.0054848287254571915,0.0024632697459310293,0.18165349960327148,0.54831862449646,0.7263664603233337,1210.0,309760.0,7407.191686941078,19824640.0 +403.81,28.059999465942383,2679.0,0.013348239473998547,0.1299845427274704,0.0,1.8455194234848022,2.1345040798187256,-0.00699644023552537,0.0024635859299451113,0.1892557144165039,0.5474399924278259,0.716508686542511,1211.0,310016.0,7413.306282086996,19841024.0 +398.34,28.09000015258789,2704.0,0.01451551541686058,0.0984293594956398,0.0,1.8391574621200562,2.172649621963501,-0.006101035978645086,0.0024556955322623253,0.195429265499115,0.5414227843284607,0.6712747812271118,1212.0,310272.0,7419.3653798580635,19857408.0 +382.68,26.989999771118164,2709.0,0.009127641096711159,0.1072794571518898,0.0,1.9461040496826172,2.186037540435791,-0.00800964143127203,0.002480339026078582,0.39104413986206055,0.5402823090553284,0.5225394368171692,1213.0,310528.0,7425.414135094034,19873792.0 +380.89,25.770000457763672,2730.0,0.01157138030976057,0.1386515349149704,0.0,1.9012984037399292,2.1605544090270996,-0.006961021572351456,0.0024593535345047712,0.29692935943603516,0.5517234206199646,0.6399728953838348,1214.0,310784.0,7431.414608944207,19890176.0 +387.35,26.299999237060547,2699.0,0.010447687469422817,0.1191202774643898,0.0,1.8204565048217773,2.1793644428253174,-0.009142209775745869,0.002449717139825225,0.15781979262828827,0.5476239919662476,0.7502894103527069,1215.0,311040.0,7437.485737629002,19906560.0 +397.96,27.8799991607666,2717.0,0.010662210173904896,0.118408203125,0.0,1.8495036363601685,2.175511360168457,-0.006248102057725191,0.0024529772344976664,0.1992969959974289,0.551369845867157,0.6936287581920624,1216.0,311296.0,7443.516197210178,19922944.0 +398.92,28.43000030517578,2728.0,0.011464402079582214,0.1365966796875,0.0,1.8352185487747192,2.173887014389038,-0.005631021689623594,0.0024491080548614264,0.17959795892238617,0.5482354164123535,0.6545279920101166,1217.0,311552.0,7449.520979311084,19939328.0 +387.84,26.639999389648438,2705.0,0.009585251100361347,0.1016438826918602,0.0,1.9268765449523926,2.1840620040893555,-0.0058936974965035915,0.002444755518808961,0.365646630525589,0.5494096279144287,0.6082787811756134,1218.0,311808.0,7455.577393359039,19955712.0 +384.75,26.59000015258789,2658.0,0.0068011232651770115,0.0751749649643898,0.0,1.872444987297058,2.1580231189727783,-0.006029610056430101,0.0024470447096973658,0.2535509467124939,0.5497569441795349,0.694899171590805,1219.0,312064.0,7461.742225880036,19972096.0 +384.96,26.280000686645508,2677.0,0.011568442918360233,0.1249796524643898,0.0,1.9004210233688354,2.16644024848938,-0.005545920226722956,0.0024544824846088886,0.28691259026527405,0.5569336414337158,0.6422747075557709,1220.0,312320.0,7467.862876319094,19988480.0 +387.97,27.1299991607666,2666.0,0.009889291599392891,0.1075439453125,0.0,1.8710588216781616,2.176081418991089,-0.009341170080006123,0.0024599016178399324,0.23983174562454224,0.5522943735122681,0.6519505083560944,1221.0,312576.0,7474.007460683119,20004864.0 +394.2,27.469999313354492,2688.0,0.01088282372802496,0.1217854842543602,0.0,1.8535795211791992,2.1738522052764893,-0.008963166736066341,0.0024529006332159042,0.2035626322031021,0.556049644947052,0.679834246635437,1222.0,312832.0,7480.102471303195,20021248.0 +400.46,29.31999969482422,2667.0,0.011527237482368946,0.1385091096162796,0.0,1.8203668594360352,2.1817145347595215,-0.0064702220261096954,0.0024499439168721437,0.12577003240585327,0.5607970356941223,0.7443146705627441,1223.0,313088.0,7486.245825849008,20037632.0 +399.63,28.889999389648438,2677.0,0.012682627886533737,0.128662109375,0.0,1.8837251663208008,2.170707941055298,-0.006821705028414726,0.0024532575625926256,0.26281479001045227,0.5542178750038147,0.638463944196701,1224.0,313344.0,7492.366122475127,20054016.0 +394.64,28.309999465942383,2687.0,0.011289786547422409,0.12066650390625,0.0,1.8545793294906616,2.1830713748931885,-0.007509592920541763,0.0024492021184414625,0.20788884162902832,0.5553741455078125,0.6665290594100952,1225.0,313600.0,7498.463438399136,20070400.0 +395.61,28.6200008392334,2666.0,0.0150221548974514,0.1343587189912796,0.0,1.8731690645217896,2.1968743801116943,-0.00680251931771636,0.0024427934549748898,0.2288583368062973,0.5661142468452454,0.677364856004715,1226.0,313856.0,7504.608932071133,20086784.0 +402.84,28.989999771118164,2690.0,0.01294191274791956,0.1410319060087204,0.0,1.844812035560608,2.178612232208252,-0.007769685238599777,0.0024539034347981215,0.17609767615795135,0.5593671798706055,0.7237701117992401,1227.0,314112.0,7510.700205126079,20103168.0 +396.01,28.15999984741211,2695.0,0.011122670024633408,0.1185506209731102,0.0,1.8660436868667603,2.182983636856079,-0.007435249164700508,0.0024517520796507597,0.23522818088531494,0.5518187284469604,0.6646215319633484,1228.0,314368.0,7516.778722858988,20119552.0 +395.55,28.610000610351562,2706.0,0.009945381432771683,0.1105143204331398,0.0,1.8876190185546875,2.194228410720825,-0.005442896392196417,0.0024515341501682997,0.2596820294857025,0.5593962073326111,0.5975584983825684,1229.0,314624.0,7522.832760819001,20135936.0 +400.89,28.940000534057617,2679.0,0.006557615473866463,0.06817626953125,0.0,1.8195009231567383,2.199491262435913,-0.007649524603039026,0.0024631901178508997,0.13084815442562103,0.5521261096000671,0.7471020221710205,1230.0,314880.0,7528.947606321191,20152320.0 +398.57,28.06999969482422,2672.0,0.00828923936933279,0.0929361954331398,0.0,1.913236141204834,2.1733145713806152,-0.007686703000217676,0.0024510177318006754,0.3071807622909546,0.5635571479797363,0.6120587885379791,1231.0,315136.0,7535.078255811008,20168704.0 +400.75,28.280000686645508,2723.0,0.00786541122943163,0.0832316055893898,0.0,1.8570648431777954,2.18485426902771,-0.006771385204046965,0.0024485294707119465,0.21594513952732086,0.5534474849700928,0.6644436120986938,1232.0,315392.0,7541.095055471174,20185088.0 +401.09,28.739999771118164,2730.0,0.009557601064443588,0.1045735701918602,0.0,1.7984384298324585,2.1699185371398926,-0.008532186038792133,0.002446581143885851,0.09632697701454163,0.5572155117988586,0.8135302066802979,1233.0,315648.0,7547.09597508912,20201472.0 +401.27,28.670000076293945,2750.0,0.013693603686988354,0.1315714567899704,0.0,1.864321231842041,2.1499507427215576,-0.0046173520386219025,0.002450432861223817,0.21393127739429474,0.558256208896637,0.6978087425231934,1234.0,315904.0,7553.053667970002,20217856.0 +399.41,28.579999923706055,2746.0,0.012264124117791653,0.1311848908662796,0.0,1.8551632165908813,2.156897783279419,-0.0046327440068125725,0.002447170438244939,0.18167950212955475,0.5669400691986084,0.7160006165504456,1235.0,316160.0,7559.019912351156,20234240.0 +397.92,28.450000762939453,2759.0,0.012942551635205746,0.1607666015625,0.0,1.8157639503479004,2.1626229286193848,-0.006473055575042963,0.002450760919600725,0.13249966502189636,0.5522331595420837,0.7782693207263947,1236.0,316416.0,7564.959447890054,20250624.0 +404.24,29.190000534057617,2739.0,0.012299365364015102,0.1439615935087204,0.0,1.8506889343261719,2.1366770267486572,-0.007175982464104891,0.0024560082238167524,0.19577622413635254,0.5533394813537598,0.758686900138855,1237.0,316672.0,7570.940370588098,20267008.0 +400.53,28.790000915527344,2703.0,0.012169460766017437,0.1353963166475296,0.0,1.8509693145751953,2.13749623298645,-0.00792053621262312,0.0024463075678795576,0.22143827378749847,0.5463917255401611,0.729547530412674,1238.0,316928.0,7577.002153404057,20283392.0 +388.71,28.059999465942383,2711.0,0.01089854072779417,0.1124471053481102,0.0,1.8779326677322388,2.159703016281128,-0.005966238211840391,0.0024487811606377363,0.24834342300891876,0.5569335222244263,0.6882286369800568,1239.0,317184.0,7583.045147076016,20299776.0 +394.23,28.049999237060547,2720.0,0.008788222447037697,0.1003214493393898,0.0,1.8332356214523315,2.1624224185943604,-0.007885628379881382,0.002448277547955513,0.17727893590927124,0.5499670505523682,0.7311432063579559,1240.0,317440.0,7589.068106085993,20316160.0 +409.51,29.90999984741211,2712.0,0.009129202924668789,0.1149495467543602,0.0,1.7886418104171753,2.1432905197143555,-0.009392429143190384,0.0024478116538375616,0.08714798837900162,0.5519872307777405,0.8262166082859039,1241.0,317696.0,7595.110482815187,20332544.0 +417.78,29.790000915527344,2719.0,0.009009920060634613,0.1050618514418602,0.0,1.846195101737976,2.147285223007202,-0.007708314806222916,0.002452579326927662,0.18171538412570953,0.5582287907600403,0.7515124678611755,1242.0,317952.0,7601.135942645138,20348928.0 +407.53,28.110000610351562,2708.0,0.012594371102750301,0.14007568359375,0.0,1.900205135345459,2.178103446960449,-0.005767923314124346,0.002449950436130166,0.28867822885513306,0.5584398508071899,0.6098441481590271,1243.0,318208.0,7607.185765655013,20365312.0 +401.6,27.229999542236328,2689.0,0.012714226730167866,0.12274169921875,0.0,1.879528522491455,2.181325674057007,-0.006980076897889376,0.0024488300550729036,0.2551439106464386,0.5563347935676575,0.6881381571292877,1244.0,318464.0,7613.279242887162,20381696.0 +401.84,28.09000015258789,2607.0,0.00893015880137682,0.1062418594956398,0.0,1.801181674003601,2.185765504837036,-0.007604215759783983,0.0024509404320269823,0.08096862584352493,0.5646889209747314,0.8628320842981339,1245.0,318720.0,7619.564734757179,20398080.0 +411.52,30.270000457763672,2674.0,0.01079279463738203,0.13323974609375,0.0,1.8043526411056519,2.1845808029174805,-0.009472346864640713,0.0024560571182519197,0.10167302936315536,0.5568055510520935,0.8241494745016098,1246.0,318976.0,7625.692499801982,20414464.0 +409.47,29.809999465942383,2689.0,0.009403743781149387,0.1115519180893898,0.0,1.8444832563400269,2.1839547157287598,-0.006270045880228281,0.0024551290553063154,0.1807950884103775,0.5546305179595947,0.7752034515142441,1247.0,319232.0,7631.784201818984,20430848.0 +410.21,30.010000228881836,2670.0,0.007717466447502375,0.0910848006606102,0.0,1.799606442451477,2.183309316635132,-0.009156263433396816,0.0024496824480593204,0.10630009323358536,0.5526045560836792,0.8312504291534424,1248.0,319488.0,7637.9195971691515,20447232.0 +405.92,29.8799991607666,2705.0,0.012791180051863194,0.13037109375,0.0,1.8438936471939087,2.185152053833008,-0.007616512011736631,0.0024511192459613085,0.17107117176055908,0.5622664093971252,0.7337783873081207,1249.0,319744.0,7643.97516026604,20463616.0 +412.28,30.510000228881836,2692.0,0.00939965806901455,0.10577392578125,0.0,1.8055042028427124,2.170827627182007,-0.006367103662341833,0.0024502198211848736,0.10777890682220459,0.5545799136161804,0.7980500906705856,1250.0,320000.0,7650.06209974899,20480000.0 +406.28,29.290000915527344,2723.0,0.008609098382294178,0.0849812850356102,0.0,1.857229232788086,2.147599220275879,-0.0070112613029778,0.0024503578897565603,0.22509463131427765,0.5479902625083923,0.7142411470413208,1251.0,320256.0,7656.079923412064,20496384.0 +408.36,29.34000015258789,2749.0,0.011461286805570126,0.1234944686293602,0.0,1.8429983854293823,2.151937246322632,-0.007826389744877815,0.0024570822715759277,0.16550232470035553,0.5610518455505371,0.7413657903671265,1252.0,320512.0,7662.039906371152,20512768.0 +404.81,29.670000076293945,2746.0,0.007272548973560333,0.0822347030043602,0.0,1.8069361448287964,2.140749216079712,-0.006716085132211447,0.002458218252286315,0.10987814515829086,0.5510117411613464,0.8072644770145416,1253.0,320768.0,7668.005676783156,20529152.0 +411.99,30.540000915527344,2752.0,0.010942562483251095,0.1073404923081398,0.0,1.8265295028686523,2.1565678119659424,-0.008853363804519176,0.0024567439686506987,0.1457066684961319,0.5557228922843933,0.7586470991373062,1254.0,321024.0,7673.958475202089,20545536.0 +414.15,30.3799991607666,2736.0,0.00982046127319336,0.11474609375,0.0,1.8118888139724731,2.1568286418914795,-0.008692403323948383,0.002455164911225438,0.10360623151063919,0.5627637505531311,0.8069737255573273,1255.0,321280.0,7679.94679824519,20561920.0 +412.96,29.709999084472656,2773.0,0.009680811315774918,0.10662841796875,0.0,1.8329920768737793,2.160684823989868,-0.008067335933446884,0.0024524948094040155,0.171705424785614,0.5505660176277161,0.7455238699913025,1256.0,321536.0,7685.855559304124,20578304.0 +398.95,28.1299991607666,2747.0,0.011016751639544964,0.10906982421875,0.0,1.91264808177948,2.128359317779541,-0.00738830491900444,0.002455388428643346,0.332570880651474,0.547340452671051,0.6050313711166382,1257.0,321792.0,7691.81869702111,20594688.0 +390.52,27.020000457763672,2671.0,0.009561535902321339,0.1175943985581398,0.0,1.8969899415969849,2.1289288997650146,-0.009274119511246681,0.0024553670082241297,0.2913852632045746,0.5541772246360779,0.6303968131542206,1258.0,322048.0,7697.951455051079,20611072.0 +389.29,27.299999237060547,2725.0,0.01308724656701088,0.1425374299287796,0.0,1.9105991125106812,2.14496111869812,-0.006890638265758753,0.0024542754981666803,0.3295951783657074,0.5470042824745178,0.6057196855545044,1259.0,322304.0,7703.964189597173,20627456.0 +392.57,27.989999771118164,2731.0,0.011487070471048355,0.12738037109375,0.0,1.801679253578186,2.1687381267547607,-0.010542742908000946,0.00245326547883451,0.11901865154504776,0.5477672219276428,0.7977082282304764,1260.0,322560.0,7709.963305710116,20643840.0 +391.6,28.469999313354492,2707.0,0.013533339835703373,0.1265665739774704,0.0,1.8630884885787964,2.156590223312378,-0.005907759536057711,0.002459484152495861,0.21392445266246796,0.5538578629493713,0.6760894954204559,1261.0,322816.0,7716.016123858048,20660224.0 +402.13,29.5,2741.0,0.007823524996638298,0.09136962890625,0.0,1.8405756950378418,2.1534335613250732,-0.007291853427886963,0.0024450195487588644,0.19229550659656525,0.5507442951202393,0.7423430979251862,1262.0,323072.0,7721.993834253168,20676608.0 +404.05,29.1299991607666,2707.0,0.007630256470292807,0.0825398787856102,0.0,1.8132518529891968,2.1398327350616455,-0.008018034510314465,0.0024475324898958206,0.12096322327852249,0.5584202408790588,0.8278205841779709,1263.0,323328.0,7728.046495242044,20692992.0 +410.9,30.059999465942383,2718.0,0.008053666912019253,0.0914306640625,0.0,1.859186053276062,2.131828546524048,-0.006995495408773422,0.002453908324241638,0.2017192840576172,0.5596858263015747,0.7564651668071747,1264.0,323584.0,7734.07396605704,20709376.0 +402.95,29.190000534057617,2659.0,0.009811948984861374,0.1124064102768898,0.0,1.8873653411865234,2.125749349594116,-0.006545439828187227,0.0024506256449967623,0.2813943922519684,0.5491584539413452,0.6983419358730316,1265.0,323840.0,7740.235392393079,20725760.0 +405.84,29.520000457763672,2685.0,0.011004164814949036,0.1361897736787796,0.0,1.7865818738937378,2.1609013080596924,-0.010099354200065136,0.0024481050204485655,0.07301782071590424,0.55772864818573,0.8521081507205963,1266.0,324096.0,7746.337075659074,20742144.0 +407.44,29.81999969482422,2724.0,0.011085040867328644,0.130615234375,0.0,1.8196806907653809,2.150998592376709,-0.00923870038241148,0.0024429645854979753,0.1376519650220871,0.5601211786270142,0.7943006157875061,1267.0,324352.0,7752.3520625680685,20758528.0 +407.2,29.309999465942383,2671.0,0.0104995621368289,0.1290079802274704,0.0,1.8420993089675903,2.145956516265869,-0.009973025880753994,0.00245330180041492,0.1885393112897873,0.5526118874549866,0.8028043061494827,1268.0,324608.0,7758.485863921,20774912.0 +410.03,30.059999465942383,2656.0,0.010305012576282024,0.12042236328125,0.0,1.7823718786239624,2.154869318008423,-0.011009697802364826,0.0024468477349728346,0.06859763711690903,0.5572077631950378,0.8931828960776329,1269.0,324864.0,7764.653950601118,20791296.0 +413.0,30.40999984741211,2672.0,0.011496142484247684,0.1394856721162796,0.0,1.8808012008666992,2.1589889526367188,-0.007271180395036936,0.002453099237754941,0.23528878390789032,0.5654683709144592,0.7162197232246399,1270.0,325120.0,7770.785282609053,20807680.0 +404.46,29.81999969482422,2680.0,0.01299902144819498,0.1442057341337204,0.0,1.8499082326889038,2.1484568119049072,-0.006146036088466644,0.0024502971209585667,0.20073580741882324,0.5520222783088684,0.7585067301988602,1271.0,325376.0,7776.899144340074,20824064.0 +405.12,30.190000534057617,2674.0,0.011133458465337753,0.1315714567899704,0.0,1.7972468137741089,2.1547679901123047,-0.008175107650458813,0.0024414719082415104,0.10332787781953812,0.5545699000358582,0.8392243087291718,1272.0,325632.0,7783.025407040026,20840448.0 +408.09,30.600000381469727,2713.0,0.01128451619297266,0.1131998673081398,0.0,1.8279002904891968,2.1567299365997314,-0.008740397170186043,0.0024472572840750217,0.16597799956798553,0.5515905022621155,0.7848590463399887,1273.0,325888.0,7789.067279046169,20856832.0 +403.12,29.739999771118164,2702.0,0.01045216154307127,0.1199747696518898,0.0,1.8921369314193726,2.134995222091675,-0.0069648087956011295,0.002454963279888034,0.26827752590179443,0.5588313341140747,0.7093465328216553,1274.0,326144.0,7795.1312623920385,20873216.0 +402.87,28.709999084472656,2723.0,0.0088515505194664,0.0934244766831398,0.0,1.8755592107772827,2.1525943279266357,-0.00722731277346611,0.002449267078191042,0.2395801693201065,0.559889018535614,0.7385971248149872,1275.0,326400.0,7801.149488819996,20889600.0 +405.17,28.510000228881836,2716.0,0.00645707780495286,0.07086181640625,0.0,1.8444849252700806,2.147308588027954,-0.00677775964140892,0.002461282769218087,0.1524864286184311,0.5658513307571411,0.8038370758295059,1276.0,326656.0,7807.180889788084,20905984.0 +410.75,29.360000610351562,2729.0,0.007318262476474047,0.064208984375,0.0,1.8419389724731445,2.1412322521209717,-0.007983580231666565,0.0024438416585326195,0.17954279482364655,0.5596421957015991,0.8243947774171829,1277.0,326912.0,7813.184641294181,20922368.0 +414.37,30.5,2698.0,0.0070603941567242146,0.081787109375,0.0,1.8347474336624146,2.137817144393921,-0.00848139077425003,0.0024534673430025578,0.15791216492652893,0.5589168667793274,0.8326216787099838,1278.0,327168.0,7819.257144280011,20938752.0 +408.07,30.299999237060547,2744.0,0.006922455504536629,0.0741373673081398,0.0,1.8544234037399292,2.1404531002044678,-0.007816704921424389,0.0024501816369593143,0.18512296676635742,0.5659922957420349,0.8198866695165634,1279.0,327424.0,7825.227132522035,20955136.0 +406.94,30.329999923706055,2747.0,0.0066198608838021755,0.0760091170668602,0.0,1.8237218856811523,2.138768434524536,-0.006292790174484253,0.0024507439229637384,0.1359240859746933,0.5580683350563049,0.818770706653595,1280.0,327680.0,7831.190701068146,20971520.0 +408.47,29.920000076293945,2696.0,0.005444491747766733,0.0532633475959301,0.0,1.8654197454452515,2.1314303874969482,-0.00706493342295289,0.0024502200540155172,0.2237084060907364,0.5568345189094543,0.7505431622266769,1281.0,327936.0,7837.266647309996,20987904.0 +411.8,29.219999313354492,2717.0,0.0076424553990364075,0.0891520157456398,0.0,1.8070091009140015,2.1175448894500732,-0.008236547000706196,0.0024539234582334757,0.10071220248937607,0.5591030716896057,0.8980637863278389,1282.0,328192.0,7843.296643897193,21004288.0 +412.97,30.049999237060547,2748.0,0.006696316879242659,0.0700276717543602,0.0,1.8125990629196167,2.1366589069366455,-0.008642476983368397,0.002449004678055644,0.12776513397693634,0.5542231202125549,0.8541872948408127,1283.0,328448.0,7849.258087503025,21020672.0 +401.98,29.739999771118164,2745.0,0.009126772172749043,0.1120198592543602,0.0,1.8930925130844116,2.154047966003418,-0.006109619978815317,0.0024492524098604918,0.2679736614227295,0.5621294379234314,0.7551625519990921,1284.0,328704.0,7855.227038683137,21037056.0 +395.5,28.829999923706055,2716.0,0.013071366585791111,0.1423746794462204,0.0,1.888454794883728,2.173149347305298,-0.00757780484855175,0.0024503071326762438,0.2644803822040558,0.5603703260421753,0.7325072586536407,1285.0,328960.0,7861.259999817004,21053440.0 +397.14,28.040000915527344,2630.0,0.010866958647966385,0.1293741911649704,0.0,1.8492578268051147,2.165011405944824,-0.004647770430892706,0.002459998242557049,0.17043109238147736,0.5603407025337219,0.8200514763593674,1286.0,329216.0,7867.489117586054,21069824.0 +407.66,29.299999237060547,2686.0,0.00772355729714036,0.09027099609375,0.0,1.8430843353271484,2.1751978397369385,-0.007485713344067335,0.0024512021336704493,0.17559118568897247,0.5589250922203064,0.7877351492643356,1287.0,329472.0,7873.587475019041,21086208.0 +411.24,29.969999313354492,2664.0,0.010828171856701374,0.1249186173081398,0.0,1.8181004524230957,2.146486282348633,-0.007633852306753397,0.0024536296259611845,0.1189117431640625,0.5609282851219177,0.8192283511161804,1288.0,329728.0,7879.737045292975,21102592.0 +416.95,31.1299991607666,2666.0,0.011684291996061802,0.1190999373793602,0.0,1.8175989389419556,2.1745073795318604,-0.00763256661593914,0.002448353450745344,0.12304678559303284,0.5612765550613403,0.8172204494476318,1289.0,329984.0,7885.882840751205,21118976.0 +414.85,30.75,2676.0,0.009446191601455212,0.1048583984375,0.0,1.8207025527954102,2.173990249633789,-0.010125263594090939,0.0024511644151061773,0.12156596034765244,0.566202700138092,0.8173379004001617,1290.0,330240.0,7892.0055750221945,21135360.0 +403.78,29.5,2700.0,0.008882766589522362,0.0974527969956398,0.0,1.9009456634521484,2.1683692932128906,-0.005459154490381479,0.0024549763184040785,0.26980331540107727,0.5656989812850952,0.6505972146987915,1291.0,330496.0,7898.072813658044,21151744.0 +392.68,28.270000457763672,2659.0,0.010841271840035915,0.1256917268037796,0.0,1.8834935426712036,2.158627986907959,-0.008205478079617023,0.0024474572855979204,0.2507394850254059,0.5641869902610779,0.7195810377597809,1292.0,330752.0,7904.233969730092,21168128.0 +386.48,28.139999389648438,2703.0,0.011693098582327366,0.12310791015625,0.0,1.8999165296554565,2.161179304122925,-0.0076692719012498856,0.0024421096313744783,0.2790673077106476,0.5686089396476746,0.6735672056674957,1293.0,331008.0,7910.29806660302,21184512.0 +397.88,29.239999771118164,2673.0,0.008911670185625553,0.1018880233168602,0.0,1.8013224601745605,2.1887314319610596,-0.007640478666871786,0.0024385759606957436,0.11155577749013901,0.5557845234870911,0.818983793258667,1294.0,331264.0,7916.427002645098,21200896.0 +401.56,29.040000915527344,2686.0,0.010919730179011822,0.1379191130399704,0.0,1.9313381910324097,2.1843020915985107,-0.006750508677214384,0.0024380197282880545,0.35268163681030273,0.5645812153816223,0.6557257175445557,1295.0,331520.0,7922.526136704022,21217280.0 +395.9,27.799999237060547,2692.0,0.013233491219580173,0.16949462890625,0.0,1.8757559061050415,2.1911439895629883,-0.0057205012999475,0.002438467228785157,0.25901147723197937,0.5546486973762512,0.6239087283611298,1296.0,331776.0,7928.611312304158,21233664.0 +396.64,27.65999984741211,2676.0,0.012398921884596348,0.1290283203125,0.0,1.864025592803955,2.165012836456299,-0.007227510213851929,0.0024427780881524086,0.2134283185005188,0.564799964427948,0.7459626495838165,1297.0,332032.0,7934.734072584193,21250048.0 +401.21,28.239999771118164,2679.0,0.012839422561228275,0.1521809846162796,0.0,1.8937243223190308,2.154456853866577,-0.007614076137542725,0.0024488915223628283,0.2650052309036255,0.5659346580505371,0.6795900464057922,1298.0,332288.0,7940.851148777176,21266432.0 +404.63,28.790000915527344,2680.0,0.01152265165001154,0.1437784880399704,0.0,1.850549578666687,2.1577627658843994,-0.007977365516126156,0.002452209359034896,0.17617599666118622,0.5659118890762329,0.742918074131012,1299.0,332544.0,7946.965570744127,21282816.0 +406.8,29.540000915527344,2672.0,0.01132225338369608,0.1413981169462204,0.0,1.8040772676467896,2.148725748062134,-0.008264145813882351,0.002445901045575738,0.08824604004621506,0.5667549967765808,0.8248455226421356,1300.0,332800.0,7953.096319924109,21299200.0 +408.53,30.1299991607666,2692.0,0.014127545990049839,0.1625773161649704,0.0,1.8274022340774536,2.145456075668335,-0.006853140890598297,0.0024467026814818382,0.14776353538036346,0.5584765076637268,0.7510294914245605,1301.0,333056.0,7959.1828683430795,21315584.0 +403.54,30.0,2741.0,0.010998059064149857,0.1229044571518898,0.0,1.8823813199996948,2.1594831943511963,-0.008260028436779976,0.002455624984577298,0.2578187584877014,0.5555145740509033,0.6770250797271729,1302.0,333312.0,7965.161240526009,21331968.0 +401.87,29.459999084472656,2669.0,0.015322363935410976,0.158447265625,0.0,1.8337324857711792,2.170056104660034,-0.006540151312947273,0.0024531991221010685,0.14439789950847626,0.5631746053695679,0.7794625610113144,1303.0,333568.0,7971.2992503300775,21348352.0 +404.86,30.34000015258789,2753.0,0.010916010476648808,0.1381632536649704,0.0,1.8069701194763184,2.1873557567596436,-0.0082784378901124,0.002451772103086114,0.09462175518274307,0.5639251470565796,0.8188658803701401,1304.0,333824.0,7977.25043892907,21364736.0 +407.4,30.229999542236328,2738.0,0.009979907423257828,0.11236572265625,0.0,1.8501557111740112,2.1999387741088867,-0.005847552791237831,0.002444438636302948,0.1894906908273697,0.5610378384590149,0.6830249130725861,1305.0,334080.0,7983.234347918071,21381120.0 +405.59,29.6200008392334,2717.0,0.009321347810328007,0.1192220076918602,0.0,1.8495701551437378,2.18229603767395,-0.004820023663341999,0.002448676386848092,0.16973386704921722,0.567007839679718,0.7109601497650146,1306.0,334336.0,7989.263606683118,21397504.0 +401.97,28.670000076293945,2687.0,0.010371490381658077,0.0870564803481102,0.0,1.8865114450454712,2.1744301319122314,-0.005212961230427027,0.0024495527613908052,0.24454420804977417,0.5664202570915222,0.6442379653453827,1307.0,334592.0,7995.360149124172,21413888.0 +396.92,27.450000762939453,2735.0,0.009901183657348156,0.1070556640625,0.0,1.901906967163086,2.1884284019470215,-0.0041130357421934605,0.002449891297146678,0.2769138514995575,0.5645021796226501,0.6567048728466034,1308.0,334848.0,8001.35164831602,21430272.0 +403.82,28.860000610351562,2737.0,0.009942138567566872,0.1136881485581398,0.0,1.8159438371658325,2.1780970096588135,-0.00852330680936575,0.0024530875962227583,0.1185888722538948,0.5604101419448853,0.7735699266195297,1309.0,335104.0,8007.338112252997,21446656.0 +411.4,30.049999237060547,2737.0,0.013281953521072865,0.1549479216337204,0.0,1.8072147369384766,2.175384044647217,-0.007000518497079611,0.002455210080370307,0.10121361166238785,0.5577570796012878,0.7867798656225204,1310.0,335360.0,8013.324058847036,21463040.0 +405.72,29.649999618530273,2699.0,0.012628643773496151,0.1099853515625,0.0,1.8527950048446655,2.180353879928589,-0.007038092240691185,0.002449445193633437,0.19162704050540924,0.561100423336029,0.6640484929084778,1311.0,335616.0,8019.393338584108,21479424.0 +409.02,29.559999465942383,2699.0,0.011625044047832489,0.128173828125,0.0,1.8233641386032104,2.178251028060913,-0.007557734847068787,0.002455452224239707,0.12689563632011414,0.5615304112434387,0.7846881449222565,1312.0,335872.0,8025.464732621098,21495808.0 +409.51,29.59000015258789,2627.0,0.012484855949878693,0.1212361678481102,0.0,1.8030604124069214,2.192228078842163,-0.00796765647828579,0.002439736621454358,0.1054336205124855,0.5603653192520142,0.808243915438652,1313.0,336128.0,8031.700510994066,21512192.0 +411.82,30.540000915527344,2663.0,0.011090148240327835,0.1329549103975296,0.0,1.8346519470214844,2.1712186336517334,-0.0071561760269105434,0.002455753041431308,0.1288040727376938,0.571241557598114,0.7618832737207413,1314.0,336384.0,8037.852340885205,21528576.0 +407.55,30.049999237060547,2725.0,0.012977253645658493,0.14337158203125,0.0,1.8530980348587036,2.175170660018921,-0.004516087472438812,0.002442364813759923,0.19227366149425507,0.5620467662811279,0.7280074954032898,1315.0,336640.0,8043.863597611198,21544960.0 +404.67,30.1200008392334,2737.0,0.01093986164778471,0.1213785782456398,0.0,1.8017786741256714,2.1825201511383057,-0.009060073643922806,0.0024499446153640747,0.06701644510030746,0.5741831660270691,0.8636627346277237,1316.0,336896.0,8049.849272398977,21561344.0 +402.0,29.3700008392334,2675.0,0.00848024245351553,0.0951334610581398,0.0,1.8781505823135376,2.1786139011383057,-0.007196822669357061,0.002439329866319895,0.2473129779100418,0.5638120174407959,0.6853739023208618,1317.0,337152.0,8055.9747512079775,21577728.0 +404.31,29.790000915527344,2708.0,0.012382633052766323,0.1304728239774704,0.0,1.7859615087509155,2.1924211978912354,-0.008600407280027866,0.0024427229072898626,0.08627974987030029,0.5519844889640808,0.8477255702018738,1318.0,337408.0,8062.025110060116,21594112.0 +403.37,29.5,2703.0,0.01468498632311821,0.1391804963350296,0.0,1.818356990814209,2.1673662662506104,-0.0066474867053329945,0.0024341128300875425,0.13801707327365875,0.5606133937835693,0.7824323028326035,1319.0,337664.0,8068.086058416171,21610496.0 +410.77,30.25,2695.0,0.009856345131993294,0.1186930313706398,0.0,1.8100694417953491,2.1723427772521973,-0.008837958797812462,0.002439368749037385,0.11332464218139648,0.5642842650413513,0.8168405294418335,1320.0,337920.0,8074.166020363104,21626880.0 +412.83,30.09000015258789,2705.0,0.009774621576070786,0.1104532852768898,0.0,1.8089489936828613,2.175915241241455,-0.004816171247512102,0.0024305819533765316,0.10791472345590591,0.5662758946418762,0.8024474531412125,1321.0,338176.0,8080.2221588641405,21643264.0 +416.44,30.350000381469727,2702.0,0.011813153512775898,0.1322835236787796,0.0,1.7975736856460571,2.1510326862335205,-0.00862365122884512,0.002437773160636425,0.10525777190923691,0.5561922788619995,0.8110059797763824,1322.0,338432.0,8086.286846510135,21659648.0 +416.44,30.520000457763672,2696.0,0.011140718124806881,0.1224365234375,0.0,1.7829123735427856,2.1195976734161377,-0.011248752474784851,0.002432306529954076,0.07334072142839432,0.5625333786010742,0.8552483916282654,1323.0,338688.0,8092.364270972088,21676032.0 +416.98,31.34000015258789,2665.0,0.010219771414995193,0.1119181290268898,0.0,1.7980985641479492,2.1546428203582764,-0.004683202598243952,0.002434516791254282,0.10476379841566086,0.5546879172325134,0.7998790293931961,1324.0,338944.0,8098.512791220099,21692416.0 +410.46,30.59000015258789,2662.0,0.013872119598090649,0.1511637419462204,0.0,1.8268157243728638,2.1158969402313232,-0.006944957654923201,0.002433186396956444,0.15770156681537628,0.5594756603240967,0.741635650396347,1325.0,339200.0,8104.6678207551595,21708800.0 +401.68,28.68000030517578,2676.0,0.01033441349864006,0.1173299178481102,0.0,1.8608912229537964,2.1405019760131836,-0.007074808701872826,0.0024313030298799276,0.23628312349319458,0.5555780529975891,0.6808874011039734,1326.0,339456.0,8110.791419008048,21725184.0 +404.7,29.290000915527344,2717.0,0.011925655417144299,0.1344401091337204,0.0,1.812841773033142,2.1375210285186768,-0.008380779065191746,0.0024341612588614225,0.15247346460819244,0.5492804646492004,0.7849098145961761,1327.0,339712.0,8116.825164722977,21741568.0 +409.1,29.59000015258789,2661.0,0.00862530991435051,0.0946044921875,0.0,1.7836390733718872,2.1545569896698,-0.007448145654052496,0.0024300776422023773,0.08166451752185822,0.5567618012428284,0.8635943681001663,1328.0,339968.0,8122.981092796195,21757952.0 +411.3,29.770000457763672,2658.0,0.010841763578355312,0.1273600310087204,0.0,1.8215322494506836,2.135709762573242,-0.006756124552339315,0.0024277784395962954,0.1550212949514389,0.5582457184791565,0.7577606290578842,1329.0,340224.0,8129.144744554069,21774336.0 +406.73,30.0,2603.0,0.011273163370788097,0.1476237028837204,0.0,1.8121347427368164,2.144371271133423,-0.005346882622689009,0.0024338222574442625,0.12373115867376328,0.5601486563682556,0.7686491310596466,1330.0,340480.0,8135.439517033985,21790720.0 +398.36,29.43000030517578,2617.0,0.010247867554426193,0.1228230819106102,0.0,1.8596001863479614,2.132638454437256,-0.004685193300247192,0.0024277702905237675,0.2348683625459671,0.554292619228363,0.7008273005485535,1331.0,340736.0,8141.69896802702,21807104.0 +403.15,29.959999084472656,2609.0,0.012414994649589062,0.1300455778837204,0.0,1.8242517709732056,2.1426408290863037,-0.006258299574255943,0.0024267418775707483,0.14761985838413239,0.5647558569908142,0.7206046879291534,1332.0,340992.0,8147.977688066196,21823488.0 +403.21,28.760000228881836,2678.0,0.011566893197596073,0.12298583984375,0.0,1.8640999794006348,2.1271860599517822,-0.004872763529419899,0.0024314646143466234,0.22671641409397125,0.5611540675163269,0.683004230260849,1333.0,341248.0,8154.094994676998,21839872.0 +397.09,28.329999923706055,2705.0,0.00993333850055933,0.1065470352768898,0.0,1.885384202003479,2.1461069583892822,-0.006311748176813126,0.002443472156301141,0.26363977789878845,0.5596010684967041,0.6727853715419769,1334.0,341504.0,8160.152121397201,21856256.0 +402.1,28.780000686645508,2744.0,0.009495587088167667,0.1030476912856102,0.0,1.843218207359314,2.141906261444092,-0.006725961342453957,0.0024324997793883085,0.16868092119693756,0.5707728266716003,0.7428134977817535,1335.0,341760.0,8166.122613337124,21872640.0 +412.43,30.3799991607666,2711.0,0.00927914958447218,0.0879923477768898,0.0,1.7946597337722778,2.1315627098083496,-0.007572969887405634,0.0024404022842645645,0.07503166049718857,0.5658313632011414,0.8714923411607742,1336.0,342016.0,8172.167451923015,21889024.0 +418.0,31.149999618530273,2745.0,0.008381531573832035,0.1015828475356102,0.0,1.8108633756637573,2.1504008769989014,-0.007111566141247749,0.002438277704641223,0.10557616502046585,0.5675519704818726,0.8260378837585449,1337.0,342272.0,8178.135586349992,21905408.0 +407.23,29.6299991607666,2706.0,0.015179172158241272,0.1728719025850296,0.0,1.8691940307617188,2.141620397567749,-0.00605262303724885,0.0024392795749008656,0.22319535911083221,0.5654252171516418,0.698647528886795,1338.0,342528.0,8184.190314680105,21921792.0 +402.83,29.31999969482422,2728.0,0.01267335470765829,0.1537678986787796,0.0,1.8211849927902222,2.163450002670288,-0.008968977257609367,0.0024379685055464506,0.14273473620414734,0.5614367127418518,0.7347672879695892,1339.0,342784.0,8190.196889925981,21938176.0 +408.71,30.8700008392334,2706.0,0.010197321884334087,0.11328125,0.0,1.7844270467758179,2.1489882469177246,-0.010136235505342484,0.002435964299365878,0.06586617976427078,0.5651379227638245,0.8626604974269867,1340.0,343040.0,8196.250892715994,21954560.0 +417.46,31.600000381469727,2708.0,0.010380475781857967,0.1236165389418602,0.0,1.808040738105774,2.1280219554901123,-0.008602497167885303,0.0024393813218921423,0.10509272664785385,0.5656864047050476,0.8144603669643402,1341.0,343296.0,8202.301024517044,21970944.0 +417.46,31.290000915527344,2742.0,0.011250314302742481,0.13958740234375,0.0,1.7830243110656738,2.153179407119751,-0.011197488754987717,0.002440477255731821,0.06129777431488037,0.56486576795578,0.8780325800180435,1342.0,343552.0,8208.276141199982,21987328.0 +412.45,29.719999313354492,2708.0,0.011553016491234303,0.1349690705537796,0.0,1.8613563776016235,2.1323883533477783,-0.005804245825856924,0.0024350667372345924,0.20309938490390778,0.5694013237953186,0.6812441051006317,1343.0,343808.0,8214.325913577108,22003712.0 +412.3,29.899999618530273,2725.0,0.01240020152181387,0.1415812224149704,0.0,1.8097807168960571,2.1327292919158936,-0.007108922582119703,0.0024380581453442574,0.11165312677621841,0.5633611679077148,0.8301165848970413,1344.0,344064.0,8220.337562018074,22020096.0 +413.01,29.84000015258789,2717.0,0.01345338299870491,0.1463216096162796,0.0,1.8356842994689941,2.133568286895752,-0.007702437695115805,0.0024412975180894136,0.15634232759475708,0.5659025311470032,0.7568093836307526,1345.0,344320.0,8226.368098862004,22036480.0 +409.54,29.979999542236328,2744.0,0.010937754064798355,0.1359456330537796,0.0,1.8305450677871704,2.1537065505981445,-0.009173310361802578,0.002440114738419652,0.14380769431591034,0.569294273853302,0.7582011371850967,1346.0,344576.0,8232.339621391147,22052864.0 +400.11,29.309999465942383,2734.0,0.009877548553049564,0.11639404296875,0.0,1.8832863569259644,2.1561849117279053,-0.0077332258224487305,0.0024479427374899387,0.22953061759471893,0.573844850063324,0.7052613794803619,1347.0,344832.0,8238.333058087155,22069248.0 +404.63,29.559999465942383,2648.0,0.013636298477649689,0.1240641251206398,0.0,1.8349390029907227,2.158082962036133,-0.007718032691627741,0.0024541376624256372,0.11609945446252823,0.5791195034980774,0.8022846877574921,1348.0,345088.0,8244.519124311162,22085632.0 +409.58,30.1200008392334,2626.0,0.012372742407023907,0.1373087614774704,0.0,1.830999493598938,2.1490607261657715,-0.006613621953874826,0.0024557304568588734,0.1363023966550827,0.5630876421928406,0.785086378455162,1349.0,345344.0,8250.757954798173,22102016.0 +409.39,30.010000228881836,2630.0,0.009817664511501789,0.1092732772231102,0.0,1.8583933115005493,2.161691188812256,-0.007670963648706675,0.0024562969338148832,0.18311215937137604,0.5679766535758972,0.6847325265407562,1350.0,345600.0,8256.986769261071,22118400.0 +401.33,28.6200008392334,2606.0,0.011556076817214489,0.12371826171875,0.0,1.9127758741378784,2.1724226474761963,-0.007480208296328783,0.002452966757118702,0.27583569288253784,0.577578604221344,0.6194330751895905,1351.0,345856.0,8263.272934145061,22134784.0 +392.73,27.56999969482422,2728.0,0.0082384729757905,0.1005045548081398,0.0,1.9598488807678223,2.159510374069214,-0.0066237314604222775,0.0024531707167625427,0.3650416135787964,0.5789616107940674,0.5512146353721619,1352.0,346112.0,8269.279277620139,22151168.0 +374.24,26.059999465942383,2751.0,0.010530012659728527,0.1215413436293602,0.0,1.9702600240707397,2.1804394721984863,-0.007761138025671244,0.00244518811814487,0.41748395562171936,0.5684896111488342,0.5616117417812347,1353.0,346368.0,8275.23453218909,22167552.0 +389.56,27.329999923706055,2728.0,0.009500867687165737,0.1015828475356102,0.0,1.8777161836624146,2.1591832637786865,-0.006184394937008619,0.0024443489965051413,0.2268405556678772,0.5698978304862976,0.6881193518638611,1354.0,346624.0,8281.241500592092,22183936.0 +383.94,25.56999969482422,2679.0,0.007062726188451052,0.0804646834731102,0.0,1.9423176050186157,2.191098928451538,-0.005948403850197792,0.002447366714477539,0.3492572009563446,0.5718647837638855,0.6075497269630432,1355.0,346880.0,8287.358501742128,22200320.0 +380.95,25.59000015258789,2660.0,0.009936888702213764,0.08990478515625,0.0,1.915731430053711,2.179657220840454,-0.005807491019368172,0.0024425031151622534,0.2982383072376251,0.5729648470878601,0.6614940464496613,1356.0,347136.0,8293.516740298131,22216704.0 +394.21,27.75,2686.0,0.010657942853868008,0.1208292618393898,0.0,1.818109393119812,2.1793830394744873,-0.00831661932170391,0.0024400639813393354,0.12916339933872223,0.5636059641838074,0.791241317987442,1357.0,347392.0,8299.615536084166,22233088.0 +408.37,29.959999084472656,2632.0,0.013342764228582382,0.1508992463350296,0.0,1.8424609899520874,2.162902593612671,-0.007000107318162918,0.0024401217233389616,0.16351155936717987,0.5692737102508545,0.7245340049266815,1358.0,347648.0,8305.839302799199,22249472.0 +408.75,29.780000686645508,2617.0,0.011649486608803272,0.1391398161649704,0.0,1.8769035339355469,2.1616556644439697,-0.0047337356954813,0.002447530860081315,0.2059149146080017,0.5765307545661926,0.7266564965248108,1359.0,347904.0,8312.100827174028,22265856.0 +402.38,29.209999084472656,2693.0,0.008774034678936005,0.0989176407456398,0.0,1.8772106170654297,2.1649258136749268,-0.0072350576519966125,0.0024562031030654907,0.20599377155303955,0.574996292591095,0.6802566349506378,1360.0,348160.0,8318.184499416035,22282240.0 +392.52,28.229999542236328,2693.0,0.012167452834546566,0.1262410432100296,0.0,1.8717498779296875,2.190150499343872,-0.006407958921045065,0.002449746010825038,0.2242860198020935,0.5630432963371277,0.6630212068557739,1361.0,348416.0,8324.268437311985,22298624.0 +395.87,27.920000076293945,2690.0,0.008734780363738537,0.0959676131606102,0.0,1.8578258752822876,2.17010235786438,-0.010452799499034882,0.0024516687262803316,0.20047640800476074,0.5639070868492126,0.7271604835987091,1362.0,348672.0,8330.359487101203,22315008.0 +387.1,26.979999542236328,2683.0,0.008963827975094318,0.1028849259018898,0.0,1.9036096334457397,2.1686055660247803,-0.00869071576744318,0.002446847502142191,0.2887803614139557,0.5661723017692566,0.6450598239898682,1363.0,348928.0,8336.465158209205,22331392.0 +394.43,27.530000686645508,2680.0,0.011765618808567524,0.1383260041475296,0.0,1.9209446907043457,2.190917730331421,-0.0065504335798323154,0.0024485529866069555,0.29905104637145996,0.5756021738052368,0.5937011241912842,1364.0,349184.0,8342.579234498087,22347776.0 +398.72,27.969999313354492,2712.0,0.011399690993130207,0.1278076171875,0.0,1.844336986541748,2.1941440105438232,-0.007996146567165852,0.0024555332493036985,0.14224885404109955,0.5753839612007141,0.7563650608062744,1365.0,349440.0,8348.620224006008,22364160.0 +402.82,28.950000762939453,2723.0,0.01140908058732748,0.1282145231962204,0.0,1.8685816526412964,2.214707136154175,-0.007503134664148092,0.0024434009101241827,0.20823828876018524,0.5724125504493713,0.6662814915180206,1366.0,349696.0,8354.63674525218,22380544.0 +404.7,28.950000762939453,2695.0,0.010499127209186554,0.1196695938706398,0.0,1.8283532857894897,2.213078737258911,-0.007529051974415779,0.002452646614983678,0.1211080327630043,0.5711358189582825,0.7790801823139191,1367.0,349952.0,8360.716650451068,22396928.0 +399.2,28.530000686645508,2693.0,0.01227918267250061,0.12969970703125,0.0,1.9377213716506958,2.1944801807403564,-0.006990692112594843,0.0024384770076721907,0.35719671845436096,0.5688205361366272,0.5550503134727478,1368.0,350208.0,8366.801213747123,22413312.0 +403.03,28.75,2721.0,0.009439249522984028,0.1165771484375,0.0,1.8265461921691895,2.2100043296813965,-0.007114810403436422,0.0024402483832091093,0.12582755088806152,0.5727229118347168,0.7597429603338242,1369.0,350464.0,8372.823165438138,22429696.0 +395.02,27.389999389648438,2710.0,0.015486904419958591,0.1698404997587204,0.0,1.8734482526779175,2.195453405380249,-0.005115367006510496,0.002452814020216465,0.19692416489124298,0.5756489634513855,0.7143205404281616,1370.0,350720.0,8378.868860192131,22446080.0 +400.72,28.079999923706055,2721.0,0.011499161832034588,0.1318359375,0.0,1.867771029472351,2.1889638900756836,-0.007352139335125685,0.002469594357535243,0.1636868566274643,0.5803720951080322,0.7097054123878479,1371.0,350976.0,8384.890829888172,22462464.0 +395.64,27.93000030517578,2700.0,0.011666152626276016,0.12774658203125,0.0,1.9112797975540161,2.1778013706207275,-0.009563883766531944,0.002469930099323392,0.2647559642791748,0.5752785801887512,0.6266235411167145,1372.0,351232.0,8390.959612629144,22478848.0 +392.09,27.860000610351562,2747.0,0.00998793076723814,0.1070353165268898,0.0,1.857143521308899,2.177009344100952,-0.00803900696337223,0.0024520684964954853,0.1711558699607849,0.5753404498100281,0.7015173435211182,1373.0,351488.0,8396.923809961183,22495232.0 +393.72,27.829999923706055,2744.0,0.01420148927718401,0.1438802033662796,0.0,1.8810824155807495,2.1712114810943604,-0.006240831688046455,0.0024595684371888638,0.2255116105079651,0.5664953589439392,0.6322329044342041,1374.0,351744.0,8402.895582887111,22511616.0 +388.85,27.6200008392334,2710.0,0.009750469587743282,0.0995076522231102,0.0,1.9279955625534058,2.165661573410034,-0.005759791005402803,0.002459260867908597,0.2828294038772583,0.5843667387962341,0.5875307321548462,1375.0,352000.0,8408.94027057616,22528000.0 +396.76,28.530000686645508,2738.0,0.009120241738855839,0.08880615234375,0.0,1.8328542709350586,2.1535820960998535,-0.009325731545686722,0.0024445129092782736,0.13583628833293915,0.5735413432121277,0.7043289542198181,1376.0,352256.0,8414.923584995093,22544384.0 +406.57,30.0,2731.0,0.011002992279827595,0.1320393830537796,0.0,1.8271151781082153,2.1637918949127197,-0.008781191892921925,0.0024624885991215706,0.09334447234869003,0.5796176791191101,0.8021312355995178,1377.0,352512.0,8420.923493155045,22560768.0 +397.96,28.93000030517578,2723.0,0.010853097774088383,0.1300252228975296,0.0,1.9130926132202148,2.1681301593780518,-0.006747371982783079,0.0024526489432901144,0.2809247672557831,0.5747343897819519,0.6090870499610901,1378.0,352768.0,8426.939927936066,22577152.0 +393.57,27.809999465942383,2732.0,0.010843265801668167,0.1175130233168602,0.0,1.887678623199463,2.1524131298065186,-0.008311402052640915,0.002445510821416974,0.2404233068227768,0.5745470523834229,0.6623714566230774,1379.0,353024.0,8432.937492730096,22593536.0 +391.28,27.200000762939453,2695.0,0.012625366449356079,0.1362101286649704,0.0,1.912858009338379,2.146865129470825,-0.007995163090527058,0.002452189801260829,0.2815985381603241,0.5754277110099792,0.6047066748142242,1380.0,353280.0,8439.016490665032,22609920.0 +398.65,27.770000457763672,2626.0,0.009031725116074085,0.0946858748793602,0.0,1.850332260131836,2.146733045578003,-0.00585990259423852,0.002467856975272298,0.13686411082744598,0.5752989649772644,0.7469490468502045,1381.0,353536.0,8445.256058573024,22626304.0 +397.88,28.219999313354492,2613.0,0.009255611337721348,0.1139933243393898,0.0,1.9166126251220703,2.165494203567505,-0.006855421233922243,0.002457758178934455,0.27407023310661316,0.5792086720466614,0.5907398164272308,1382.0,353792.0,8451.527398540173,22642688.0 +394.07,27.030000686645508,2700.0,0.008786482736468315,0.10009765625,0.0,1.9329179525375366,2.194880723953247,-0.007538121193647385,0.002462460193783045,0.32670024037361145,0.5678244233131409,0.5957916378974915,1383.0,354048.0,8457.59575328906,22659072.0 +387.42,25.530000686645508,2714.0,0.009080549702048302,0.0770060196518898,0.0,1.951619029045105,2.177232027053833,-0.007417215500026941,0.002460233634337783,0.3392680585384369,0.5810580253601074,0.6229808032512665,1384.0,354304.0,8463.632863751147,22675456.0 +388.39,25.729999542236328,2660.0,0.006509630475193262,0.0749715194106102,0.0,1.9011921882629395,2.1999781131744385,-0.006382630672305822,0.0024588427040725946,0.25275561213493347,0.5737749934196472,0.6849735081195831,1385.0,354560.0,8469.791760598077,22691840.0 +394.44,27.139999389648438,2731.0,0.006674612406641245,0.0705769881606102,0.0,1.8637171983718872,2.1893093585968018,-0.0066188909113407135,0.002455085748806596,0.18089555203914642,0.5742385983467102,0.6912293434143066,1386.0,354816.0,8475.790129381,22708224.0 +400.69,28.989999771118164,2706.0,0.00891251489520073,0.1087443009018898,0.0,1.84317147731781,2.193321704864502,-0.008191258646547794,0.002460689516738057,0.14072303473949432,0.5725898742675781,0.7191848456859589,1387.0,355072.0,8481.844426972093,22724608.0 +404.25,29.760000228881836,2735.0,0.009911284781992435,0.11309814453125,0.0,1.8452696800231934,2.194740056991577,-0.009011351503431797,0.002453818218782544,0.1312447041273117,0.5836971402168274,0.7755664139986038,1388.0,355328.0,8487.835277680075,22740992.0 +406.62,29.290000915527344,2731.0,0.010782483965158463,0.1168009415268898,0.0,1.8710308074951172,2.186314105987549,-0.009760458953678608,0.0024527469649910927,0.20393168926239014,0.5743152499198914,0.6849627792835236,1389.0,355584.0,8493.83441721811,22757376.0 +409.59,29.229999542236328,2743.0,0.011123263277113438,0.1229451522231102,0.0,1.8626044988632202,2.1768369674682617,-0.010229955427348614,0.0024590787943452597,0.1827659159898758,0.5736802816390991,0.7335144281387329,1390.0,355840.0,8499.807152493158,22773760.0 +399.6,28.559999465942383,2674.0,0.013938532210886478,0.1611328125,0.0,1.8762892484664917,2.1853525638580322,-0.005958904977887869,0.0024550838861614466,0.19550520181655884,0.5788070559501648,0.6790950894355774,1391.0,356096.0,8505.934783264063,22790144.0 +401.54,29.190000534057617,2731.0,0.009838099591434002,0.1075235977768898,0.0,1.8307734727859497,2.173990488052368,-0.008288306184113026,0.002457377966493368,0.10504617542028427,0.5795895457267761,0.7991952896118164,1392.0,356352.0,8511.93597948202,22806528.0 +400.1,29.15999984741211,2656.0,0.010104065760970116,0.1041259765625,0.0,1.8931959867477417,2.189871311187744,-0.006318191532045603,0.0024610788095742464,0.21674984693527222,0.5824982523918152,0.6417791545391083,1393.0,356608.0,8518.103824833175,22822912.0 +401.11,29.079999923706055,2650.0,0.012269693426787853,0.1538289338350296,0.0,1.8712005615234375,2.175598382949829,-0.005406325217336416,0.002467385260388255,0.16847969591617584,0.5804305076599121,0.6787790954113007,1394.0,356864.0,8524.285682476126,22839296.0 +399.05,28.90999984741211,2717.0,0.009458789601922035,0.0990397110581398,0.0,1.8418011665344238,2.185964822769165,-0.005955903325229883,0.002460355870425701,0.1185038760304451,0.5801867842674255,0.74766606092453,1395.0,357120.0,8530.316353806062,22855680.0 +404.68,29.90999984741211,2735.0,0.013223596848547459,0.13299560546875,0.0,1.8588443994522095,2.1821208000183105,-0.00548803573474288,0.0024504875764250755,0.17394894361495972,0.5739355683326721,0.6795816719532013,1396.0,357376.0,8536.306580067147,22872064.0 +403.72,29.209999084472656,2732.0,0.013936669565737247,0.126220703125,0.0,1.8603343963623047,2.1859090328216553,-0.006313582882285118,0.0024454747326672077,0.19152967631816864,0.5700048208236694,0.6780673265457153,1397.0,357632.0,8542.303384285187,22888448.0 +409.6,28.93000030517578,2709.0,0.009769411757588387,0.1015218123793602,0.0,1.864500880241394,2.166656970977783,-0.01011729147285223,0.002440518932417035,0.19657956063747406,0.5777356028556824,0.7313128411769867,1398.0,357888.0,8548.351652442012,22904832.0 +407.23,28.8799991607666,2705.0,0.009688440710306168,0.1018473282456398,0.0,1.8411544561386108,2.1708984375,-0.006521493662148714,0.002458717208355665,0.1254298835992813,0.5773112177848816,0.7616909593343735,1399.0,358144.0,8554.408439466031,22921216.0 +409.4,29.399999618530273,2722.0,0.00958361104130745,0.1161092147231102,0.0,1.8586148023605347,2.148283004760742,-0.007770974654704332,0.002461482537910342,0.15379653871059418,0.5802287459373474,0.7538648992776871,1400.0,358400.0,8560.427835679147,22937600.0 +409.98,29.469999313354492,2729.0,0.010183668695390224,0.1102701798081398,0.0,1.8733224868774414,2.1633284091949463,-0.004794645588845015,0.0024752484168857336,0.1646735817193985,0.5797891616821289,0.7501531094312668,1401.0,358656.0,8566.430855224142,22953984.0 +408.6,28.780000686645508,2693.0,0.009770222008228302,0.1144816055893898,0.0,1.837626338005066,2.191167116165161,-0.007537184748798609,0.002471745712682605,0.10409603267908096,0.5791544318199158,0.8043833523988724,1402.0,358912.0,8572.518949503079,22970368.0 +408.22,28.280000686645508,2677.0,0.00999258179217577,0.1098836287856102,0.0,1.8887172937393188,2.1954572200775146,-0.0064379326067864895,0.0024710632860660553,0.20750363171100616,0.5778265595436096,0.7303020656108856,1403.0,359168.0,8578.63946205913,22986752.0 +404.17,27.959999084472656,2676.0,0.012076734565198421,0.1288655549287796,0.0,1.8485411405563354,2.1774370670318604,-0.00776235805824399,0.002457801718264818,0.14144131541252136,0.5784561038017273,0.7664041668176651,1404.0,359424.0,8584.761686451035,23003136.0 +404.68,28.8700008392334,2617.0,0.010615822859108448,0.1218058243393898,0.0,1.8814176321029663,2.164107084274292,-0.00747230788692832,0.002458691829815507,0.20784150063991547,0.5772643089294434,0.7036304473876953,1405.0,359680.0,8591.020738164196,23019520.0 +403.73,28.469999313354492,2629.0,0.011665181256830692,0.13372802734375,0.0,1.9026957750320435,2.169980525970459,-0.009553895331919193,0.0024552398826926947,0.258536696434021,0.5770609378814697,0.6624966263771057,1406.0,359936.0,8597.252310000127,23035904.0 +403.67,29.059999465942383,2716.0,0.009686297737061977,0.1162923201918602,0.0,1.8355413675308228,2.157506227493286,-0.006886169780045748,0.0024484610185027122,0.13320738077163696,0.5731688141822815,0.7629520148038864,1407.0,360192.0,8603.284091170179,23052288.0 +411.25,30.100000381469727,2722.0,0.012075965292751789,0.1321614533662796,0.0,1.8111554384231567,2.1509039402008057,-0.009060985408723354,0.00243760016746819,0.09839937835931778,0.5737256407737732,0.8043834865093231,1408.0,360448.0,8609.303136806004,23068672.0 +403.38,29.260000228881836,2675.0,0.011396221816539764,0.1215616837143898,0.0,1.8950952291488647,2.1639976501464844,-0.008526258170604706,0.0024467685725539923,0.253290057182312,0.5752320885658264,0.6797841191291809,1409.0,360704.0,8615.427815363044,23085056.0 +403.76,29.1299991607666,2700.0,0.0103791868314147,0.1217244490981102,0.0,1.8531527519226074,2.1661605834960938,-0.005638314876705408,0.0024447538889944553,0.16309207677841187,0.5765294432640076,0.7520818710327148,1410.0,360960.0,8621.496874239994,23101440.0 +408.77,30.489999771118164,2697.0,0.008018509484827518,0.0877482071518898,0.0,1.800073266029358,2.1918983459472656,-0.009322554804384708,0.0024459667038172483,0.06365400552749634,0.5765042901039124,0.879814937710762,1411.0,361216.0,8627.571575334063,23117824.0 +409.6,30.100000381469727,2726.0,0.010631035082042217,0.1186116561293602,0.0,1.8600025177001953,2.1887009143829346,-0.008003047667443752,0.002449656603857875,0.1906641572713852,0.5697324872016907,0.7526260018348694,1412.0,361472.0,8633.580407852074,23134208.0 +407.87,29.34000015258789,2718.0,0.014034907333552837,0.1179606094956398,0.0,1.872588038444519,2.1661367416381836,-0.0036647384986281395,0.0024528137873858213,0.18255074322223663,0.5802314877510071,0.7418020367622375,1413.0,361728.0,8639.607308162143,23150592.0 +408.12,28.940000534057617,2702.0,0.013208183459937572,0.1518147736787796,0.0,1.8217509984970093,2.1749556064605713,-0.008336027152836323,0.002451148582622409,0.10454759001731873,0.5739883780479431,0.7997881174087524,1414.0,361984.0,8645.670603821054,23166976.0 +407.1,29.100000381469727,2708.0,0.012604706920683384,0.1216227188706398,0.0,1.8837429285049438,2.1668221950531006,-0.008410473354160786,0.002472230000421405,0.1990112066268921,0.57820063829422,0.7012510299682617,1415.0,362240.0,8651.719852642156,23183360.0 +407.73,28.93000030517578,2698.0,0.011209775693714619,0.1271158903837204,0.0,1.8277322053909302,2.1653859615325928,-0.009828796610236168,0.002454624744132161,0.10542082786560059,0.5791925191879272,0.8221342861652374,1416.0,362496.0,8657.792965176981,23199744.0 +414.64,29.729999542236328,2717.0,0.009266340173780918,0.0992431640625,0.0,1.8174301385879517,2.1697261333465576,-0.0083016874268651,0.0024502803571522236,0.0895896628499031,0.5774941444396973,0.8263439983129501,1417.0,362752.0,8663.822514032014,23216128.0 +411.52,29.649999618530273,2709.0,0.01091992761939764,0.09796142578125,0.0,1.881300449371338,2.165738344192505,-0.007107435259968042,0.0024671442806720734,0.20162075757980347,0.5756824612617493,0.719045102596283,1418.0,363008.0,8669.870022605173,23232512.0 +407.13,29.469999313354492,2722.0,0.01018215250223875,0.12939453125,0.0,1.8524776697158813,2.161501407623291,-0.007128679659217596,0.002462441800162196,0.1512070745229721,0.5743967294692993,0.7494150996208191,1419.0,363264.0,8675.88781687012,23248896.0 +405.49,28.700000762939453,2713.0,0.010866530239582062,0.1069539412856102,0.0,1.8389873504638672,2.1509504318237305,-0.00886512827128172,0.0024628471583127975,0.11007783561944962,0.5828995108604431,0.7949262857437134,1420.0,363520.0,8681.926384607097,23265280.0 +409.29,29.59000015258789,2719.0,0.009339497424662113,0.0979410782456398,0.0,1.8348417282104492,2.15163254737854,-0.007723541464656591,0.002463165670633316,0.10764569044113159,0.578676164150238,0.7849070876836777,1421.0,363776.0,8687.95187718398,23281664.0 +409.69,29.559999465942383,2705.0,0.010313530452549458,0.12139892578125,0.0,1.825861930847168,2.163327693939209,-0.009387674741446972,0.0024683864321559668,0.07416822761297226,0.5856055617332458,0.8360845595598221,1422.0,364032.0,8694.007892595138,23298048.0 +407.86,29.09000015258789,2713.0,0.010083007626235485,0.1192220076918602,0.0,1.9047285318374634,2.1503450870513916,-0.008747465908527374,0.0024602829944342375,0.26329419016838074,0.5731908679008484,0.6420972049236298,1423.0,364288.0,8700.045959510142,23314432.0 +401.0,28.1299991607666,2721.0,0.012866370379924774,0.1429443359375,0.0,1.8982168436050415,2.1544010639190674,-0.007943118922412395,0.002458625240251422,0.23159116506576538,0.5825955271720886,0.6279508471488953,1424.0,364544.0,8706.066086055012,23330816.0 +394.75,28.329999923706055,2735.0,0.015145049430429935,0.1546427458524704,0.0,1.9055805206298828,2.1623761653900146,-0.005594342481344938,0.002459836658090353,0.25741711258888245,0.5741716027259827,0.6087448298931122,1425.0,364800.0,8712.056889977073,23347200.0 +391.05,27.489999771118164,2746.0,0.007732708472758532,0.0787353515625,0.0,1.8607481718063354,2.1860129833221436,-0.006915662437677383,0.0024419929832220078,0.18667171895503998,0.5751915574073792,0.7457897961139679,1426.0,365056.0,8718.02448463114,23363584.0 +398.49,27.829999923706055,2726.0,0.014424684457480907,0.1543172150850296,0.0,1.8914666175842285,2.175231695175171,-0.007940742187201977,0.0024526885244995356,0.2302842140197754,0.5796733498573303,0.7004119455814362,1427.0,365312.0,8724.033723304048,23379968.0 +408.33,29.25,2735.0,0.009164347313344479,0.11212158203125,0.0,1.8283658027648926,2.1994240283966064,-0.006489173974841833,0.0024388711899518967,0.10901231318712234,0.5829076766967773,0.8148594796657562,1428.0,365568.0,8730.024880188052,23396352.0 +406.88,28.43000030517578,2727.0,0.008611668832600117,0.10809326171875,0.0,1.8978277444839478,2.1817166805267334,-0.0048598372377455235,0.0024400914553552866,0.2574886977672577,0.5757147669792175,0.6433825790882111,1429.0,365824.0,8736.033739389153,23412736.0 +409.06,28.3700008392334,2693.0,0.009413080289959908,0.1001383438706398,0.0,1.8320832252502441,2.2063934803009033,-0.009519618935883045,0.0024389533791691065,0.13331148028373718,0.5775343179702759,0.7670333534479141,1430.0,366080.0,8742.11800572509,23429120.0 +400.5,27.610000610351562,2644.0,0.010081131011247635,0.1014811173081398,0.0,1.9442178010940552,2.209622859954834,-0.003940444905310869,0.0024485483299940825,0.3329407870769501,0.5795099139213562,0.6050652861595154,1431.0,366336.0,8748.314489682205,23445504.0 +401.9,27.81999969482422,2720.0,0.007647288963198662,0.086181640625,0.0,1.8426467180252075,2.217216730117798,-0.0066366046667099,0.0024411214981228113,0.15213043987751007,0.5748297572135925,0.7155817449092865,1432.0,366592.0,8754.337523014052,23461888.0 +408.8,29.479999542236328,2686.0,0.010322205722332,0.1162109375,0.0,1.822658896446228,2.2125589847564697,-0.010488414205610752,0.0024529551155865192,0.09841538220643997,0.579587459564209,0.8276262432336807,1433.0,366848.0,8760.436307362048,23478272.0 +405.76,29.3700008392334,2739.0,0.011938489973545074,0.1254679411649704,0.0,1.9094305038452148,2.213740825653076,-0.005527423229068518,0.002450352068990469,0.2573147416114807,0.5832621455192566,0.6426175236701965,1434.0,367104.0,8766.418986035977,23494656.0 +387.56,27.299999237060547,2681.0,0.009070460684597492,0.09930419921875,0.0,1.946586012840271,2.214448928833008,-0.007432924583554268,0.0024491045624017715,0.33785000443458557,0.5826864838600159,0.5662845969200134,1435.0,367360.0,8772.531330998056,23511040.0 +391.94,27.579999923706055,2699.0,0.009457050822675228,0.1124674454331398,0.0,1.8447483777999878,2.1955487728118896,-0.0076395124197006226,0.0024453613441437483,0.1501576006412506,0.5765834450721741,0.7338866293430328,1436.0,367616.0,8778.602409308078,23527424.0 +403.77,29.0,2698.0,0.011821821331977844,0.1210123673081398,0.0,1.8533753156661987,2.2013885974884033,-0.00561906723305583,0.002449770225211978,0.14501355588436127,0.5836161375045776,0.7198172211647034,1437.0,367872.0,8784.674858835991,23543808.0 +411.54,29.93000030517578,2700.0,0.008662107400596142,0.10400390625,0.0,1.8150144815444946,2.1986918449401855,-0.006345435511320829,0.002435138216242194,0.11077382415533066,0.5703908801078796,0.7860081195831299,1438.0,368128.0,8790.742025209125,23560192.0 +406.81,29.850000381469727,2689.0,0.010519691742956638,0.1164143905043602,0.0,1.886919617652893,2.211010456085205,-0.007094033528119326,0.0024356935173273087,0.24229972064495087,0.5771270394325256,0.6689242124557495,1439.0,368384.0,8796.83578049508,23576576.0 +410.28,29.8799991607666,2714.0,0.011700290255248547,0.1164754256606102,0.0,1.8020753860473633,2.1971182823181152,-0.008591472171247005,0.0024314774200320244,0.09251230955123901,0.5706433057785034,0.831637516617775,1440.0,368640.0,8802.87342307414,23592960.0 +410.1,29.06999969482422,2670.0,0.012466288171708584,0.1432291716337204,0.0,1.8749074935913086,2.183189630508423,-0.0067586749792099,0.0024342599790543318,0.2288154810667038,0.5719605088233948,0.687442421913147,1441.0,368896.0,8809.010119666113,23609344.0 +407.03,28.75,2640.0,0.014285091310739517,0.13409423828125,0.0,1.849337100982666,2.17179012298584,-0.008670399896800518,0.002429557964205742,0.18052200973033905,0.5746855139732361,0.7273366749286652,1442.0,369152.0,8815.215359161142,23625728.0 +405.75,29.209999084472656,2650.0,0.008542905561625957,0.09600830078125,0.0,1.8301595449447632,2.18880295753479,-0.007584261242300272,0.002426178427413106,0.1592683345079422,0.5669085383415222,0.7479667663574219,1443.0,369408.0,8821.397773287026,23642112.0 +411.21,30.100000381469727,2703.0,0.007417470216751099,0.0859375,0.0,1.8083252906799316,2.1930041313171387,-0.007950060069561005,0.002435160567983985,0.10031157732009888,0.5704689621925354,0.8577271401882172,1444.0,369664.0,8827.458662535064,23658496.0 +413.11,30.309999465942383,2667.0,0.009503883309662342,0.1160481795668602,0.0,1.8248276710510254,2.1819489002227783,-0.010296500287950039,0.0024337752256542444,0.12720473110675812,0.5764538645744324,0.7841099798679352,1445.0,369920.0,8833.60042432812,23674880.0 +415.68,30.670000076293945,2712.0,0.010254336521029472,0.1167399063706398,0.0,1.82462739944458,2.1870226860046387,-0.006334824487566948,0.002429292304441333,0.12744170427322388,0.5744656920433044,0.7822892218828201,1446.0,370176.0,8839.640919299098,23691264.0 +415.68,30.479999542236328,2753.0,0.011857803910970688,0.1385498046875,0.0,1.7880629301071167,2.1851284503936768,-0.01009372528642416,0.002426158869639039,0.06764919310808182,0.5731037259101868,0.8785414695739746,1447.0,370432.0,8845.592810034985,23707648.0 +413.41,30.709999084472656,2701.0,0.012084496207535267,0.140625,0.0,1.8172498941421509,2.195960760116577,-0.007880366407334805,0.0024238114710897207,0.13494063913822174,0.5677137970924377,0.7191990613937378,1448.0,370688.0,8851.659284021007,23724032.0 +407.89,30.450000762939453,2723.0,0.013474213890731335,0.1413167268037796,0.0,1.8022736310958862,2.1804213523864746,-0.008417361415922642,0.002425089245662093,0.10428953915834427,0.5678057074546814,0.8305880278348923,1449.0,370944.0,8857.676388570108,23740416.0 +408.76,30.389999389648438,2702.0,0.012707047164440155,0.1399739533662796,0.0,1.8200958967208862,2.171934127807617,-0.008830833248794079,0.0024290806613862514,0.12119188159704208,0.5755097270011902,0.7728330940008163,1450.0,371200.0,8863.738910061074,23756800.0 +413.72,30.739999771118164,2681.0,0.009263294748961926,0.0977783203125,0.0,1.821140170097351,2.1806256771087646,-0.006453139707446098,0.0024280117359012365,0.12447429448366165,0.573156476020813,0.7619965821504593,1451.0,371456.0,8869.849352155114,23773184.0 +409.61,30.110000610351562,2729.0,0.011852995492517948,0.1327921599149704,0.0,1.8637901544570923,2.1733624935150146,-0.006318865809589624,0.0024315533228218555,0.21368642151355743,0.5692225694656372,0.6796555519104004,1452.0,371712.0,8875.853302103002,23789568.0 +407.15,28.969999313354492,2695.0,0.009993110783398151,0.11724853515625,0.0,1.8725413084030151,2.1822664737701416,-0.0062453667633235455,0.0024277952034026384,0.24082733690738678,0.5662978291511536,0.7064933478832245,1453.0,371968.0,8881.933700032998,23805952.0 +402.92,27.799999237060547,2721.0,0.013819132931530476,0.1343994140625,0.0,1.8562015295028687,2.17586612701416,-0.006306536495685577,0.002428883919492364,0.1907152682542801,0.574467122554779,0.7520192414522171,1454.0,372224.0,8887.959630182013,23822336.0 +403.02,28.989999771118164,2747.0,0.011006570421159267,0.1257120817899704,0.0,1.820769190788269,2.180150270462036,-0.008867182768881321,0.0024270208086818457,0.13096128404140472,0.5724470019340515,0.7909911423921585,1455.0,372480.0,8893.923053905135,23838720.0 +402.85,29.68000030517578,2741.0,0.013557872734963894,0.1403605192899704,0.0,1.8615700006484985,2.1951935291290283,-0.007833710871636868,0.002422569552436471,0.21398518979549408,0.5730783343315125,0.7012097835540771,1456.0,372736.0,8899.899253951153,23855104.0 +402.87,29.399999618530273,2742.0,0.010673592798411846,0.12567138671875,0.0,1.8195337057113647,2.21099591255188,-0.009282606653869152,0.002423452213406563,0.13159282505512238,0.5734037756919861,0.7779224961996078,1457.0,372992.0,8905.8737742831,23871488.0 +412.61,29.969999313354492,2734.0,0.010973990894854069,0.1199951171875,0.0,1.7946281433105469,2.201720952987671,-0.009440875612199306,0.0024232633877545595,0.08780362457036972,0.5705528259277344,0.8368824869394302,1458.0,373248.0,8911.865861867089,23887872.0 +412.18,30.440000534057617,2642.0,0.011608034372329712,0.1392822265625,0.0,1.815569281578064,2.1885011196136475,-0.008843142539262772,0.00242473348043859,0.10826515406370163,0.57979816198349,0.8109857141971588,1459.0,373504.0,8918.066610872978,23904256.0 +410.73,30.25,2667.0,0.008364071138203144,0.0951131209731102,0.0,1.8354268074035645,2.201700448989868,-0.007766952272504568,0.0024280818179249763,0.16780661046504974,0.5672664046287537,0.78987255692482,1460.0,373760.0,8924.208344092127,23920640.0 +407.04,29.940000534057617,2710.0,0.006337708327919245,0.0688069686293602,0.0,1.8734302520751953,2.1880290508270264,-0.006532059982419014,0.0024283528327941895,0.22713659703731537,0.5740980505943298,0.7070245444774628,1461.0,374016.0,8930.25428531901,23937024.0 +401.55,29.149999618530273,2659.0,0.0070606679655611515,0.0759073868393898,0.0,1.8736931085586548,2.2023072242736816,-0.006160978693515062,0.002428234089165926,0.2239200472831726,0.5757998824119568,0.6943230628967285,1462.0,374272.0,8936.415022650035,23953408.0 +396.0,28.40999984741211,2676.0,0.006202916149049997,0.0675455704331398,0.0,1.906355857849121,2.222414016723633,-0.006958950776606798,0.0024307246785610914,0.2906650900840759,0.57484370470047,0.6387248933315277,1463.0,374528.0,8942.536427909043,23969792.0 +389.63,27.510000228881836,2691.0,0.0071371677331626415,0.0737711563706398,0.0,1.9257549047470093,2.189669609069824,-0.005773172248154879,0.002425521844998002,0.3450455665588379,0.5681414604187012,0.6012634336948395,1464.0,374784.0,8948.623812613077,23986176.0 +395.88,28.43000030517578,2705.0,0.012991640716791153,0.1510416716337204,0.0,1.8184305429458618,2.2292540073394775,-0.006961963605135679,0.0024317519273608923,0.1189231276512146,0.5723474621772766,0.7850966900587082,1465.0,375040.0,8954.681146882009,24002560.0 +395.38,28.559999465942383,2717.0,0.019659893587231636,0.1635538786649704,0.0,1.9058631658554077,2.217923641204834,-0.005588898900896311,0.0024284806568175554,0.30274391174316406,0.5680187344551086,0.6220446825027466,1466.0,375296.0,8960.711090391036,24018944.0 +398.45,28.709999084472656,2713.0,0.01067204400897026,0.1196695938706398,0.0,1.8445156812667847,2.2276358604431152,-0.006965010892599821,0.002423878526315093,0.19159872829914093,0.5660183429718018,0.7322955429553986,1467.0,375552.0,8966.751037952024,24035328.0 +400.47,28.579999923706055,2700.0,0.009139409288764,0.0963338240981102,0.0,1.813458800315857,2.2323405742645264,-0.007685638964176178,0.002442097058519721,0.106876440346241,0.5689810514450073,0.8109328001737595,1468.0,375808.0,8972.818341626087,24051712.0 +401.65,28.079999923706055,2670.0,0.011353086680173874,0.1238606795668602,0.0,1.9162167310714722,2.2290358543395996,-0.00789992231875658,0.002436563139781356,0.3210202157497406,0.5676155090332031,0.6377564072608948,1469.0,376064.0,8978.955649841111,24068096.0 +398.1,27.93000030517578,2733.0,0.009974575601518154,0.10528564453125,0.0,1.839685320854187,2.2319138050079346,-0.007763482164591551,0.0024344963021576405,0.1695452779531479,0.5677466988563538,0.7477350234985352,1470.0,376320.0,8984.950260692043,24084480.0 +402.28,28.3799991607666,2756.0,0.011976485140621662,0.1294148713350296,0.0,1.878445029258728,2.227433443069458,-0.00556029612198472,0.0024504088796675205,0.22092808783054352,0.570611298084259,0.716793417930603,1471.0,376576.0,8990.894794680178,24100864.0 +395.95,28.200000762939453,2653.0,0.009658406488597393,0.0954386368393898,0.0,1.908504843711853,2.2362802028656006,-0.006076002027839422,0.002430083928629756,0.2863660752773285,0.5787184834480286,0.6537834703922272,1472.0,376832.0,8997.071144827176,24117248.0 +391.46,28.1299991607666,2699.0,0.010966544039547443,0.1184488907456398,0.0,1.837929129600525,2.2573249340057373,-0.0007169783930294216,0.0024382451083511114,0.14932340383529663,0.5674353241920471,0.7954220920801163,1473.0,377088.0,9003.14184936718,24133632.0 +405.8,29.709999084472656,2688.0,0.01647842489182949,0.1432902067899704,0.0,1.8313499689102173,2.2426278591156006,-0.006089524831622839,0.0024351419415324926,0.1498752385377884,0.5673572421073914,0.7601150274276733,1474.0,377344.0,9009.237197432201,24150016.0 +400.46,29.0,2694.0,0.00898028165102005,0.089111328125,0.0,1.8605364561080933,2.2268335819244385,-0.007662976160645485,0.0024449012707918882,0.20089708268642426,0.5675685405731201,0.7239201664924622,1475.0,377600.0,9015.318655948155,24166400.0 +395.42,28.489999771118164,2690.0,0.008619610220193863,0.0995686873793602,0.0,1.8893169164657593,2.2219901084899902,-0.007161259185522795,0.0024354050401598215,0.24446584284305573,0.578762948513031,0.6739739775657654,1476.0,377856.0,9021.408078337088,24182784.0 +399.43,28.899999618530273,2708.0,0.007204337045550346,0.0764973983168602,0.0,1.8410683870315552,2.2165768146514893,-0.005487257614731789,0.0024383270647376776,0.16233612596988678,0.5683898329734802,0.7635922282934189,1477.0,378112.0,9027.458809130127,24199168.0 +395.24,28.540000915527344,2670.0,0.009921693243086338,0.1019693985581398,0.0,1.945420265197754,2.214313268661499,-0.006731695029884577,0.002428686013445258,0.3558792173862457,0.582012414932251,0.6142833828926086,1478.0,378368.0,9033.595690654125,24215552.0 +390.24,27.760000228881836,2689.0,0.010680441744625568,0.10595703125,0.0,1.8679269552230835,2.1967549324035645,-0.007135721389204264,0.0024315256159752607,0.22605158388614655,0.5682417154312134,0.6929134130477905,1479.0,378624.0,9039.68802748411,24231936.0 +387.44,27.43000030517578,2700.0,0.0093033816665411,0.1104736328125,0.0,1.8529587984085083,2.2172229290008545,-0.009018468670547009,0.002450376283377409,0.18635763227939606,0.5657826066017151,0.7359671890735626,1480.0,378880.0,9045.755141758127,24248320.0 +400.94,29.170000076293945,2660.0,0.009953777305781841,0.11248779296875,0.0,1.8318606615066528,2.2183592319488525,-0.007983659394085407,0.002435562200844288,0.1365361362695694,0.5759788751602173,0.7997726947069168,1481.0,379136.0,9051.914595038164,24264704.0 +403.39,29.469999313354492,2708.0,0.011684953235089779,0.1444498747587204,0.0,1.8251651525497437,2.217244863510132,-0.005280338693410158,0.0024431743659079075,0.11646613478660583,0.5727978348731995,0.7990261763334274,1482.0,379392.0,9057.96405614703,24281088.0 +416.01,30.190000534057617,2747.0,0.011849600821733475,0.1267903596162796,0.0,1.8188031911849976,2.2038180828094482,-0.008437844924628735,0.0024396234657615423,0.10787128657102585,0.5755316615104675,0.829596072435379,1483.0,379648.0,9063.928406573134,24297472.0 +413.97,29.549999237060547,2719.0,0.00968764815479517,0.1030476912856102,0.0,1.8680528402328491,2.2175416946411133,-0.008764847181737423,0.002447678940370679,0.19260258972644806,0.5788522362709045,0.7528361976146698,1484.0,379904.0,9069.953138674144,24313856.0 +404.54,28.170000076293945,2757.0,0.012058182619512081,0.14581298828125,0.0,1.907426357269287,2.2152366638183594,-0.00749552994966507,0.0024335540365427732,0.2953356206417084,0.5726296305656433,0.6596089899539948,1485.0,380160.0,9075.895296134055,24330240.0 +406.42,29.139999389648438,2755.0,0.008809776976704597,0.0963338240981102,0.0,1.813686490058899,2.2145607471466064,-0.009424339048564434,0.002444544108584523,0.10585039854049683,0.570059061050415,0.8192796558141708,1486.0,380416.0,9081.843023904134,24346624.0 +407.86,29.559999465942383,2721.0,0.009273759089410305,0.09490966796875,0.0,1.8588809967041016,2.2157232761383057,-0.008479687385261059,0.002433115616440773,0.18394835293293,0.5809859037399292,0.7374753952026367,1487.0,380672.0,9087.864085687092,24363008.0 +389.87,27.6299991607666,2748.0,0.010293589904904366,0.1179402694106102,0.0,1.9823702573776245,2.2288565635681152,-0.006904201116412878,0.0024489497300237417,0.4224287271499634,0.5758736729621887,0.5674376487731934,1488.0,380928.0,9093.825533393072,24379392.0 +382.7,26.290000915527344,2691.0,0.00968867912888527,0.12060546875,0.0,1.9483853578567505,2.2408487796783447,-0.004962512291967869,0.002442992990836501,0.3368113040924072,0.5858541131019592,0.5842904448509216,1489.0,381184.0,9099.913832256105,24395776.0 +394.54,27.559999465942383,2699.0,0.009829453192651272,0.1002604141831398,0.0,1.841565728187561,2.24338698387146,-0.006963180378079414,0.0024484486784785986,0.13721676170825958,0.5781300663948059,0.790787398815155,1490.0,381440.0,9105.98488305416,24412160.0 +405.45,28.18000030517578,2704.0,0.007569747511297464,0.0886637344956398,0.0,1.8420060873031616,2.216355562210083,-0.0063970512710511684,0.0024456288665533066,0.15438716113567352,0.5705586075782776,0.7790313065052032,1491.0,381696.0,9112.043353312183,24428544.0 +409.75,29.010000228881836,2692.0,0.009820683859288692,0.1086629256606102,0.0,1.8946009874343872,2.2033774852752686,-0.006095042917877436,0.0024494449608027935,0.247666597366333,0.5741744041442871,0.7187709212303162,1492.0,381952.0,9118.129408018198,24444928.0 +396.19,27.790000915527344,2669.0,0.010568791069090366,0.1159871444106102,0.0,1.905022144317627,2.213632822036743,-0.006944677326828241,0.002444749465212226,0.27265334129333496,0.5754017233848572,0.7063487470149994,1493.0,382208.0,9124.267652243143,24461312.0 +394.87,27.690000534057617,2646.0,0.008623186498880386,0.0840657576918602,0.0,1.905791163444519,2.217501401901245,-0.0076075829565525055,0.002461320022121072,0.24868182837963104,0.5805725455284119,0.6684595346450806,1494.0,382464.0,9130.46027555014,24477696.0 +399.34,28.90999984741211,2657.0,0.011153255589306355,0.1238199844956398,0.0,1.8627780675888062,2.2132341861724854,-0.006665164139121771,0.0024649864062666893,0.16282717883586884,0.5776689648628235,0.7629935145378113,1495.0,382720.0,9136.627006286988,24494080.0 +405.09,28.950000762939453,2635.0,0.013631299138069153,0.1220906600356102,0.0,1.8517298698425293,2.2095134258270264,-0.009232399053871632,0.0024459920823574066,0.15500780940055847,0.5825574994087219,0.8013172894716263,1496.0,382976.0,9142.84468289907,24510464.0 +408.09,29.389999389648438,2693.0,0.01167159155011177,0.1478474885225296,0.0,1.8748031854629517,2.2112185955047607,-0.005464568734169006,0.0024564657360315323,0.2069631665945053,0.5706657767295837,0.7260025441646576,1497.0,383232.0,9148.928261848167,24526848.0 +402.28,29.440000534057617,2702.0,0.0123039111495018,0.1036376953125,0.0,1.9176815748214722,2.2131965160369873,-0.005776005331426859,0.002472102176398039,0.2741977274417877,0.5724394917488098,0.6461935341358185,1498.0,383488.0,9154.991657992126,24543232.0 +403.4,29.8799991607666,2711.0,0.00876240897923708,0.0941365584731102,0.0,1.8215521574020386,2.213324785232544,-0.008686455897986889,0.002451770706102252,0.09902572631835938,0.5769737362861633,0.8526083081960678,1499.0,383744.0,9161.033687591087,24559616.0 +412.39,30.84000015258789,2686.0,0.012835505418479443,0.12640380859375,0.0,1.8239551782608032,2.213467597961426,-0.008115402422845364,0.0024506396148353815,0.10613030940294266,0.5758202075958252,0.8098530322313309,1500.0,384000.0,9167.13663382316,24576000.0 +404.9,29.520000457763672,2670.0,0.011027682572603226,0.1319580078125,0.0,1.8954817056655884,2.191877841949463,-0.005866430699825287,0.002451695501804352,0.2296816110610962,0.5825786590576172,0.7544866055250168,1501.0,384256.0,9173.271777713206,24592384.0 +401.91,28.969999313354492,2734.0,0.01230704691261053,0.1259562224149704,0.0,1.8396364450454712,2.2047481536865234,-0.008812095038592815,0.00245605013333261,0.15223899483680725,0.5663515329360962,0.7987446039915085,1502.0,384512.0,9179.264223287115,24608768.0 +403.86,29.309999465942383,2733.0,0.010792020708322525,0.114990234375,0.0,1.8389207124710083,2.203251838684082,-0.008839420042932034,0.0024516843259334564,0.14209423959255219,0.5729030966758728,0.7940849810838699,1503.0,384768.0,9185.259304641979,24625152.0 +412.09,30.479999542236328,2746.0,0.012601579539477825,0.1141153946518898,0.0,1.817434310913086,2.2230451107025146,-0.010060576722025871,0.0024431722704321146,0.10431176424026489,0.5759835839271545,0.8339752852916718,1504.0,385024.0,9191.225410005078,24641536.0 +415.78,31.030000686645508,2711.0,0.008940235711634159,0.1027628555893898,0.0,1.8279013633728027,2.232548475265503,-0.008950095623731613,0.002448207000270486,0.10704004019498825,0.5815533995628357,0.8229830265045166,1505.0,385280.0,9197.270099190995,24657920.0 +415.32,30.780000686645508,2679.0,0.011781676672399044,0.1295572966337204,0.0,1.8150129318237305,2.2240917682647705,-0.0088088633492589,0.00243823672644794,0.10364959388971329,0.57511967420578,0.8247999250888824,1506.0,385536.0,9203.386719271075,24674304.0 +407.95,30.18000030517578,2688.0,0.01324772834777832,0.1334635466337204,0.0,1.8662480115890503,2.196768283843994,-0.007934077642858028,0.002450750907883048,0.19463498890399933,0.5734571814537048,0.717496246099472,1507.0,385792.0,9209.480919774156,24690688.0 +408.2,30.1200008392334,2739.0,0.01233254000544548,0.1161295548081398,0.0,1.8473223447799683,2.207178831100464,-0.008474703878164291,0.002461491385474801,0.13361679017543793,0.5803144574165344,0.8191368877887726,1508.0,386048.0,9215.462119556032,24707072.0 +407.32,29.790000915527344,2700.0,0.012825156562030315,0.1357828825712204,0.0,1.882737159729004,2.1665382385253906,-0.006638652179390192,0.0024658942129462957,0.19991840422153473,0.5781348943710327,0.7446717321872711,1509.0,386304.0,9221.528940743068,24723456.0 +410.13,30.25,2704.0,0.008853706531226635,0.093994140625,0.0,1.8095216751098633,2.1840178966522217,-0.008726674132049084,0.0024568859953433275,0.07437645643949509,0.5744571089744568,0.8605910837650299,1510.0,386560.0,9227.58805471519,24739840.0 +414.52,30.489999771118164,2715.0,0.009843113832175732,0.1142171248793602,0.0,1.858465552330017,2.182204484939575,-0.006226952653378248,0.002464601770043373,0.15767709910869598,0.575374960899353,0.796254962682724,1511.0,386816.0,9233.62198535516,24756224.0 +411.69,30.34000015258789,2697.0,0.007944277487695217,0.08636474609375,0.0,1.8562897443771362,2.181762456893921,-0.006938666570931673,0.0024659065529704094,0.1559472233057022,0.5741192698478699,0.795298233628273,1512.0,387072.0,9239.69710947806,24772608.0 +412.56,30.3700008392334,2707.0,0.011316731572151184,0.121826171875,0.0,1.8488653898239136,2.1997439861297607,-0.005720558110624552,0.0024568799417465925,0.13330428302288055,0.5814911723136902,0.7913193553686142,1513.0,387328.0,9245.749079838162,24788992.0 +408.78,29.8799991607666,2708.0,0.007919355295598507,0.0804239884018898,0.0,1.8662830591201782,2.2062017917633057,-0.0026928873267024755,0.0024426269810646772,0.19123834371566772,0.574105441570282,0.7450461983680725,1514.0,387584.0,9251.800005372148,24805376.0 +401.94,29.15999984741211,2681.0,0.01205724012106657,0.1319987028837204,0.0,1.883395791053772,2.1897995471954346,-0.005957973655313253,0.0024592948611825705,0.2076355665922165,0.5777869820594788,0.7078829407691956,1515.0,387840.0,9257.911208583042,24821760.0 +400.88,29.40999984741211,2701.0,0.008494268171489239,0.08740234375,0.0,1.8434218168258667,2.2074694633483887,-0.006731629371643066,0.0024493688251823187,0.14359568059444427,0.5757459998130798,0.7969679832458496,1516.0,388096.0,9263.976982558146,24838144.0 +405.17,30.3799991607666,2696.0,0.01069996040314436,0.1113077774643898,0.0,1.8598946332931519,2.1960906982421875,-0.007577389478683472,0.0024591791443526745,0.1791018843650818,0.5702924132347107,0.7390208840370178,1517.0,388352.0,9270.054966478143,24854528.0 +394.66,29.600000381469727,2712.0,0.009492190554738045,0.0977579727768898,0.0,1.9208885431289673,2.183760404586792,-0.006929741706699133,0.002450630534440279,0.2815682590007782,0.5835567712783813,0.6316125094890594,1518.0,388608.0,9276.095489904052,24870912.0 +400.89,29.56999969482422,2688.0,0.00848095677793026,0.09814453125,0.0,1.8681281805038452,2.177114248275757,-0.006583163980394602,0.002444286597892642,0.1758255958557129,0.5864264369010925,0.777005597949028,1519.0,388864.0,9282.189665921032,24887296.0 +403.59,29.68000030517578,2695.0,0.009987834841012955,0.1015421524643898,0.0,1.8242191076278687,2.2046878337860107,-0.005950940772891045,0.0024464651942253113,0.1072671040892601,0.5753511190414429,0.8055531829595566,1520.0,389120.0,9288.269962097052,24903680.0 +409.48,30.229999542236328,2675.0,0.019733646884560585,0.1824951171875,0.0,1.8520961999893188,2.1884748935699463,-0.0029632896184921265,0.002449614694342017,0.15790057182312012,0.5731865763664246,0.7329218089580536,1521.0,389376.0,9294.393463290995,24920064.0 +407.27,29.75,2680.0,0.012280069291591644,0.1388142853975296,0.0,1.8702019453048706,2.197780132293701,-0.00800846703350544,0.00244182744063437,0.20847772061824799,0.5750359296798706,0.71830615401268,1522.0,389632.0,9300.506610348122,24936448.0 +406.48,29.84000015258789,2705.0,0.010247969068586826,0.1222330704331398,0.0,1.8175253868103027,2.2075307369232178,-0.005998217035084963,0.0024350262247025967,0.10629110783338547,0.5749402642250061,0.7711829096078873,1523.0,389888.0,9306.564226682996,24952832.0 +411.72,30.739999771118164,2707.0,0.011060471646487713,0.1238606795668602,0.0,1.8323698043823242,2.2008187770843506,-0.006731692235916853,0.002432135632261634,0.12087833881378174,0.584602952003479,0.783698096871376,1524.0,390144.0,9312.616999869002,24969216.0 +406.4,30.0,2710.0,0.011489462107419968,0.1343180388212204,0.0,1.8598297834396362,2.227457046508789,-0.00819320883601904,0.002435151720419526,0.1897069364786148,0.5778683423995972,0.7251389026641846,1525.0,390400.0,9318.662344722077,24985600.0 diff --git a/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..78fbba3241154dba86bf9e79b065dcdb4dcf514a --- /dev/null +++ b/train_procgen/checkpoints/sppo-fruitbot_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +85.22,-2.869999885559082,302.0,0.005544260609894991,0.0361735038459301,0.0,0.15853682160377502,2.7023580074310303,-8.553849329473451e-05,0.0037120161578059196,0.3712918758392334,0.4854130446910858,0.027119815349578857,1.0,256.0,54.10601110686548,16384.0 +82.45,-2.2699999809265137,2592.0,0.005586128681898117,0.0355631522834301,0.0,0.057817745953798294,2.700028419494629,-0.001106209121644497,0.00372044718824327,0.17184847593307495,0.25688207149505615,0.018789947032928467,2.0,512.0,60.43055178388022,32768.0 +81.06,-2.3499999046325684,2550.0,0.006014762446284294,0.0464070625603199,0.0,0.041331544518470764,2.694706916809082,-0.001695305691100657,0.00371161219663918,0.13994784653186798,0.4478512704372406,0.15968245267868042,3.0,768.0,66.85502157104202,49152.0 +82.12,-2.0899999141693115,2605.0,0.00548880361020565,0.02998860739171505,0.0,0.04473809525370598,2.6873152256011963,-0.0009933683322742581,0.00370910600759089,0.14520923793315887,0.42885372042655945,0.2423006296157837,4.0,1024.0,73.1444133890327,65536.0 +80.93,-1.909999966621399,2610.0,0.004408384207636118,0.0326944999396801,0.0,0.03230786696076393,2.6841468811035156,-0.00075082405237481,0.003710629651322961,0.11980032920837402,0.4355563223361969,0.30381184816360474,5.0,1280.0,79.4208440380171,81920.0 +83.22,-2.009999990463257,2599.0,0.006782490760087967,0.0610758475959301,0.0,0.043492645025253296,2.673518419265747,-0.001232638256624341,0.0037082198541611433,0.14292095601558685,0.4341214597225189,0.33651793003082275,6.0,1536.0,85.72356429300271,98304.0 +92.7,-3.190000057220459,2548.0,0.0033762753009796143,0.02423095703125,0.0,0.04841602221131325,2.684610366821289,0.0004284433089196682,0.0037113067228347063,0.1496673822402954,0.32071295380592346,0.35981130599975586,7.0,1792.0,92.15310340491123,114688.0 +80.19,-1.9900000095367432,2684.0,0.006301030982285738,0.0380045585334301,0.0,0.03705660253763199,2.6720921993255615,0.00010288462362950668,0.003709041513502598,0.12734927237033844,0.353392094373703,0.3546956777572632,8.0,2048.0,98.25691222888418,131072.0 +87.06,-2.9700000286102295,2648.0,0.0063691274262964725,0.0578409843146801,0.0,0.04765878617763519,2.666592836380005,-0.0005808326532132924,0.0037019774317741394,0.14981108903884888,0.4016236960887909,0.42097926139831543,9.0,2304.0,104.44404452294111,147456.0 +88.2,-2.440000057220459,2602.0,0.006212253123521805,0.0580647774040699,0.0,0.034562986344099045,2.6456692218780518,0.001392337610013783,0.0036983629688620567,0.11925467848777771,0.4703969657421112,0.4813959002494812,10.0,2560.0,110.74113565101288,163840.0 +81.66,-2.6600000858306885,2453.0,0.0060618179850280285,0.0503336600959301,0.0,0.031621214002370834,2.6354527473449707,0.0016070973360911012,0.0036921713035553694,0.11273729801177979,0.5729645490646362,0.5257925391197205,11.0,2816.0,117.41988866589963,180224.0 +85.22,-2.450000047683716,2470.0,0.005344013217836618,0.0318603515625,0.0,0.03303045406937599,2.61814284324646,0.0013706670142710209,0.003689972683787346,0.11568242311477661,0.6358523368835449,0.5541630685329437,12.0,3072.0,124.05338557693176,196608.0 +88.95,-2.5799999237060547,2539.0,0.007224590051919222,0.0592244453728199,0.0,0.02934303879737854,2.623946189880371,-0.0008831562008708715,0.003687228774651885,0.11293131113052368,0.7020843029022217,0.5773881673812866,13.0,3328.0,130.50553550897166,212992.0 +81.63,-1.409999966621399,2532.0,0.008076874539256096,0.06231689453125,0.0,0.019725412130355835,2.613694429397583,0.0003620722272899002,0.0036763411480933428,0.09100056439638138,0.7831892371177673,0.6170561015605927,14.0,3584.0,136.9751020600088,229376.0 +80.09,-2.509999990463257,2465.0,0.007331589702516794,0.0718180313706398,0.0,0.020419951528310776,2.5992376804351807,9.015551768243313e-06,0.003662326605990529,0.0928066298365593,0.8823351263999939,0.701662689447403,15.0,3840.0,143.6202453300357,245760.0 +77.38,-1.159999966621399,2476.0,0.006662184838205576,0.06085205078125,0.0,0.010310024954378605,2.59440016746521,-0.0017433776520192623,0.003657156601548195,0.07599480450153351,0.8935215473175049,0.6978380680084229,16.0,4096.0,150.23675546306185,262144.0 +74.93,-1.7000000476837158,2612.0,0.005853125359863043,0.0533650703728199,0.0,0.011353041045367718,2.5889530181884766,-0.001243356498889625,0.003636707318946719,0.07697185128927231,1.0929094552993774,0.6999807357788086,17.0,4352.0,156.5083923439961,278528.0 +78.32,-1.7899999618530273,2536.0,0.007336386013776064,0.0713297501206398,0.0,0.009521227329969406,2.5719921588897705,-0.0023815296590328217,0.003609837731346488,0.07524535804986954,1.478438377380371,0.7044326961040497,18.0,4608.0,162.96921169687994,294912.0 +78.31,-1.2300000190734863,2587.0,0.006504007149487734,0.06427001953125,0.0,0.004194526933133602,2.5685384273529053,-0.003278244286775589,0.003595591289922595,0.06631630659103394,1.3234020471572876,0.7064195573329926,19.0,4864.0,169.30165737587959,311296.0 +76.13,-0.800000011920929,2547.0,0.005322474520653486,0.0472615547478199,0.0,0.009093553759157658,2.5542409420013428,-0.0003400096029508859,0.003597422270104289,0.06995194405317307,1.2615028619766235,0.7017605006694794,20.0,5120.0,175.7331356590148,327680.0 +78.8,-0.8299999833106995,2541.0,0.00502823106944561,0.0480550117790699,0.0,0.0048794555477797985,2.547340154647827,-0.0038876922335475683,0.003601413918659091,0.06848109513521194,1.2464276552200317,0.6795567572116852,21.0,5376.0,182.18180855899118,344064.0 +75.37,-0.8999999761581421,2536.0,0.008141331374645233,0.0787556990981102,0.0,0.0007240030099637806,2.538292407989502,-0.004017750732600689,0.0035878026392310858,0.06024935841560364,1.074461579322815,0.6676318347454071,22.0,5632.0,188.64264480397105,360448.0 +73.24,-0.30000001192092896,2531.0,0.008383757434785366,0.07989501953125,0.0,-0.0029973078053444624,2.5305979251861572,-0.00374450976960361,0.00358068966306746,0.05210636556148529,0.9179115295410156,0.667167067527771,23.0,5888.0,195.11560599994846,376832.0 +72.66,-0.28999999165534973,2612.0,0.007795775309205055,0.09259033203125,0.0,-0.0044847032986581326,2.540215015411377,-0.004806690849363804,0.003549586981534958,0.0514482744038105,0.9163780808448792,0.63154536485672,24.0,6144.0,201.3881181529723,393216.0 +74.66,-0.10999999940395355,2615.0,0.008005062118172646,0.0835978165268898,0.0,-0.0032629473134875298,2.540414571762085,-0.0057881916873157024,0.0035271437373012304,0.05585877597332001,0.9837055802345276,0.4821084141731262,25.0,6400.0,207.65467915683985,409600.0 +76.29,0.10999999940395355,2532.0,0.00857371836900711,0.0945231094956398,0.0,-0.0027223664801567793,2.535806894302368,-0.002539617707952857,0.003526516957208514,0.05035063996911049,1.0023409128189087,0.5665127635002136,26.0,6656.0,214.1251854719594,425984.0 +77.69,0.4099999964237213,2544.0,0.010602160356938839,0.1274821013212204,0.0,-0.009757827036082745,2.518235445022583,-0.004897052887827158,0.0034833617974072695,0.04064315930008888,1.3304613828659058,0.5203402042388916,27.0,6912.0,220.56446897494607,442368.0 +73.79,0.30000001192092896,2473.0,0.009347834624350071,0.10736083984375,0.0,-0.011081647127866745,2.513554811477661,-0.0060125901363790035,0.003474930301308632,0.04013298079371452,1.3340568542480469,0.4930039644241333,28.0,7168.0,227.1891100970097,458752.0 +77.42,0.41999998688697815,2473.0,0.010489121079444885,0.1151529923081398,0.0,-0.007903925143182278,2.4881489276885986,-0.0036340525839477777,0.003434703918173909,0.041223231703042984,1.381052017211914,0.48524904251098633,29.0,7424.0,233.81347065605223,475136.0 +77.68,0.5,2522.0,0.009286102838814259,0.1079305037856102,0.0,-0.013594445772469044,2.522552728652954,-0.005082283169031143,0.0034860779996961355,0.03342672809958458,0.8647261261940002,0.3709794282913208,30.0,7680.0,240.30978828994557,491520.0 +78.46,0.47999998927116394,2494.0,0.00939168594777584,0.1128336563706398,0.0,-0.010866737924516201,2.5205342769622803,-0.006805846001952887,0.0034660063683986664,0.042288899421691895,0.9718067049980164,0.45445168018341064,31.0,7936.0,246.87794775585644,507904.0 +78.04,0.7900000214576721,2497.0,0.009697717614471912,0.1193033829331398,0.0,-0.01711319386959076,2.5097548961639404,-0.0073752496391534805,0.0034441091120243073,0.030719207599759102,1.1547073125839233,0.5087283551692963,32.0,8192.0,253.44111033296213,524288.0 +79.83,1.0,2484.0,0.011747331358492374,0.12738037109375,0.0,-0.01186367403715849,2.5141098499298096,-0.0028148021083325148,0.0034487489610910416,0.032184455543756485,1.0486546754837036,0.5167675912380219,33.0,8448.0,260.03775964700617,540672.0 +83.25,0.9800000190734863,2516.0,0.011403457261621952,0.1317138671875,0.0,-0.015271119773387909,2.5116186141967773,-0.004900688771158457,0.003441747510805726,0.029491515830159187,1.081792950630188,0.5791923701763153,34.0,8704.0,266.54920163494535,557056.0 +90.68,1.559999942779541,2479.0,0.010483954101800919,0.1108805313706398,0.0,-0.01302595715969801,2.50663423538208,-0.004443395417183638,0.0034260915126651525,0.032967567443847656,1.2892080545425415,0.6454820930957794,35.0,8960.0,273.1589707508683,573440.0 +93.98,1.559999942779541,2464.0,0.009170948527753353,0.1048380509018898,0.0,-0.01821490377187729,2.4993293285369873,-0.008106308989226818,0.003393150633201003,0.029769405722618103,1.7700399160385132,0.6677201390266418,36.0,9216.0,279.80817940598354,589824.0 +107.38,1.8700000047683716,2456.0,0.011331808753311634,0.1214803084731102,0.0,-0.009206748567521572,2.4856226444244385,-0.001190577750094235,0.003389105200767517,0.033680111169815063,1.763861060142517,0.6758479475975037,37.0,9472.0,286.47987143392675,606208.0 +107.8,1.909999966621399,2470.0,0.010936331935226917,0.1256103515625,0.0,-0.012068412266671658,2.452796697616577,-0.0054609100334346294,0.003359816037118435,0.035840924829244614,2.2969882488250732,0.633584052324295,38.0,9728.0,293.1124121998437,622592.0 +98.57,2.0899999141693115,2471.0,0.011513616889715195,0.1337890625,0.0,0.004981135483831167,2.4511234760284424,-0.003941309172660112,0.003339427523314953,0.06686735153198242,2.2093517780303955,0.5228560566902161,39.0,9984.0,299.7434099849779,638976.0 +112.61,2.3399999141693115,2579.0,0.010972422547638416,0.1246134415268898,0.0,-0.008791220374405384,2.455174207687378,-0.0020813762675970793,0.0033849754836410284,0.03568379208445549,1.7832674980163574,0.6679024398326874,40.0,10240.0,306.09596398985013,655360.0 +110.47,2.140000104904175,2588.0,0.012334118597209454,0.1334635466337204,0.0,-0.0009549437672831118,2.464994192123413,0.0016984394751489162,0.003405693918466568,0.04399311915040016,1.48141348361969,0.6547453701496124,41.0,10496.0,313.3753489719238,671744.0 +115.8,2.5299999713897705,2608.0,0.009043964557349682,0.1002400740981102,0.0,-0.008640113286674023,2.4290013313293457,-0.006939369719475508,0.00337445386685431,0.045178547501564026,2.0056750774383545,0.6833689212799072,42.0,10752.0,319.65665935585275,688128.0 +134.44,2.640000104904175,2615.0,0.009564624167978764,0.1094767227768898,0.0,-0.00780891440808773,2.4198544025421143,-0.004197834990918636,0.0033211747650057077,0.04117492586374283,2.8003361225128174,0.7069674432277679,43.0,11008.0,325.92247480805963,704512.0 +148.15,4.199999809265137,2601.0,0.011596628464758396,0.144287109375,0.0,0.054943546652793884,2.4162423610687256,-0.0017988759791478515,0.0033244288060814142,0.16180968284606934,3.158991813659668,0.4088316559791565,44.0,11264.0,332.22151939594187,720896.0 +141.82,3.259999990463257,2523.0,0.008742095902562141,0.10198974609375,0.0,0.02361246757209301,2.3805723190307617,-0.0061507332138717175,0.0032847479451447725,0.10713785141706467,3.6057145595550537,0.5625836253166199,45.0,11520.0,338.715231979033,737280.0 +148.01,3.950000047683716,2543.0,0.008985969237983227,0.09979248046875,0.0,0.006206928286701441,2.4061200618743896,-0.0053463405929505825,0.003312877379357815,0.07122892886400223,3.488959312438965,0.6514488160610199,46.0,11776.0,345.1586765910033,753664.0 +173.25,5.480000019073486,2514.0,0.013519998639822006,0.1440836638212204,0.0,0.06229052320122719,2.3861942291259766,-0.0012163141509518027,0.0032661426812410355,0.1747375726699829,5.1323161125183105,0.4654134511947632,47.0,12032.0,351.67595593305305,770048.0 +166.88,5.119999885559082,2489.0,0.009518745355308056,0.1057332381606102,0.0,0.05858423188328743,2.37904953956604,-0.002757737413048744,0.003280916251242161,0.17026494443416595,4.807387351989746,0.5066341459751129,48.0,12288.0,358.2587239679415,786432.0 +195.77,6.949999809265137,2508.0,0.014039750210940838,0.144287109375,0.0,0.11680642515420914,2.3878068923950195,-0.00378756714053452,0.003265075385570526,0.2889441251754761,5.575511932373047,0.39954525232315063,49.0,12544.0,364.79161392198876,802816.0 +206.44,7.739999771118164,2502.0,0.028283359482884407,0.2742919921875,0.0,0.8593268990516663,2.4207189083099365,0.009414438158273697,0.003427679417654872,0.2523326873779297,1.0756490230560303,0.5248463153839111,50.0,12800.0,371.338624649914,819200.0 +199.0,6.309999942779541,2505.0,0.012195877730846405,0.14129638671875,0.0,0.6628566980361938,2.413238048553467,-0.0012683117529377341,0.0033624956849962473,0.13196055591106415,0.6395321488380432,0.6295224726200104,51.0,13056.0,377.8800277169794,835584.0 +213.12,8.039999961853027,2497.0,0.01694159395992756,0.1619059294462204,0.0,0.738466739654541,2.3987882137298584,0.005176732782274485,0.0032941068056970835,0.2593470513820648,0.6935945153236389,0.6175399720668793,52.0,13312.0,384.4413803399075,851968.0 +224.46,9.199999809265137,2533.0,0.008129674009978771,0.0928955078125,0.0,0.7016506195068359,2.3632919788360596,-0.003292796202003956,0.003288296749815345,0.24825525283813477,0.6101409792900085,0.7023082971572876,53.0,13568.0,390.90857545286417,868352.0 +250.01,9.880000114440918,2617.0,0.007053347770124674,0.0826416015625,0.0,0.6620023846626282,2.378098726272583,-0.0036365101113915443,0.0032668737694621086,0.18227757513523102,0.597850501537323,0.7545778304338455,54.0,13824.0,397.1696839609649,884736.0 +270.74,11.199999809265137,2614.0,0.00772943114861846,0.08929443359375,0.0,0.6838688254356384,2.365522861480713,-0.002635289914906025,0.003262980142608285,0.2401386946439743,0.5692479014396667,0.7814061641693115,55.0,14080.0,403.43663535406813,901120.0 +259.82,11.479999542236328,2614.0,0.008440651930868626,0.1044514998793602,0.0,0.6792089939117432,2.3855230808258057,-0.002227111952379346,0.0032478889916092157,0.2304527759552002,0.5767009258270264,0.7978081256151199,56.0,14336.0,409.7040831998456,917504.0 +242.17,10.59000015258789,2590.0,0.011081207543611526,0.1292317658662796,0.0,0.6753752827644348,2.379183292388916,-0.00133328337687999,0.0032360118348151445,0.22796286642551422,0.5694145560264587,0.8144718706607819,57.0,14592.0,416.0305845339317,933888.0 +249.3,11.140000343322754,2554.0,0.008355764672160149,0.0998942032456398,0.0,0.6573736667633057,2.357060194015503,-0.003815848147496581,0.0032252753153443336,0.21156859397888184,0.546650767326355,0.8343789279460907,58.0,14848.0,422.44582067104056,950272.0 +244.69,12.079999923706055,2586.0,0.009072634391486645,0.1076456680893898,0.0,0.7293107509613037,2.3479645252227783,0.0015451876679435372,0.0032263060566037893,0.3513754904270172,0.5333866477012634,0.8607028722763062,59.0,15104.0,428.7805245919153,966656.0 +256.16,12.170000076293945,2547.0,0.010459796525537968,0.11004638671875,0.0,0.7058889269828796,2.3678956031799316,0.0014356981264427304,0.0032260052394121885,0.30444324016571045,0.534853458404541,0.8477102071046829,60.0,15360.0,435.2118030509446,983040.0 +253.95,10.9399995803833,2515.0,0.010470599867403507,0.11688232421875,0.0,0.7325490117073059,2.387432813644409,0.0001755088014760986,0.003209497779607773,0.34000977873802185,0.5816419720649719,0.8229367882013321,61.0,15616.0,441.72549325600266,999424.0 +255.53,10.720000267028809,2579.0,0.008092375472187996,0.0907999649643898,0.0,0.7121446132659912,2.3679544925689697,-0.0003191230644006282,0.0032056572381407022,0.3133423626422882,0.5583104491233826,0.8546105027198792,62.0,15872.0,448.0770977200009,1015808.0 +269.12,12.75,2612.0,0.008238391019403934,0.0963338240981102,0.0,0.6879071593284607,2.3799657821655273,-0.0004905478563159704,0.0032050039153546095,0.2831614315509796,0.5256109237670898,0.8437031656503677,63.0,16128.0,454.34938933397643,1032192.0 +291.17,14.380000114440918,2557.0,0.008697522804141045,0.1012166365981102,0.0,0.69819575548172,2.3490984439849854,-0.0033687094692140818,0.003195755882188678,0.30234619975090027,0.5424144268035889,0.862522542476654,64.0,16384.0,460.7567791908514,1048576.0 +311.28,15.079999923706055,2567.0,0.008644354529678822,0.0997721329331398,0.0,0.6809023022651672,2.3773033618927,-0.000186025004950352,0.003186648478731513,0.2758602797985077,0.5210440754890442,0.8497084230184555,65.0,16640.0,467.13919770903885,1064960.0 +296.5,13.720000267028809,2551.0,0.009298347868025303,0.10443115234375,0.0,0.6795573830604553,2.3761749267578125,-0.00162468699272722,0.0031874326523393393,0.292018324136734,0.49082887172698975,0.8476912677288055,66.0,16896.0,473.5603288388811,1081344.0 +289.73,13.670000076293945,2540.0,0.0084631172940135,0.0927734375,0.0,0.6739675998687744,2.3681440353393555,-0.00249740993604064,0.0031712613999843597,0.2839619219303131,0.49604544043540955,0.8682912886142731,67.0,17152.0,480.01099756988697,1097728.0 +303.97,14.510000228881836,2540.0,0.010722612030804157,0.12152099609375,0.0,0.7695345878601074,2.3555638790130615,-0.0002738397161010653,0.0031653500627726316,0.45793846249580383,0.5222335457801819,0.8138240426778793,68.0,17408.0,486.46158355404623,1114112.0 +312.52,15.359999656677246,2514.0,0.007308322936296463,0.0834147110581398,0.0,0.7322836518287659,2.34234619140625,-0.002273621503263712,0.0031628087162971497,0.39962947368621826,0.5002737641334534,0.7898972034454346,69.0,17664.0,492.9797755170148,1130496.0 +312.14,15.4399995803833,2489.0,0.008517618291079998,0.0989176407456398,0.0,0.7088401317596436,2.3664891719818115,-0.0023277669679373503,0.0031582696828991175,0.36592087149620056,0.4790709912776947,0.8282019793987274,70.0,17920.0,499.56250393087976,1146880.0 +318.53,16.299999237060547,2540.0,0.007482830435037613,0.08428955078125,0.0,0.7117557525634766,2.342789649963379,-0.002399437827989459,0.0031583181116729975,0.3801526725292206,0.46276554465293884,0.8373663425445557,71.0,18176.0,506.0162164650392,1163264.0 +310.04,15.65999984741211,2543.0,0.007095107343047857,0.079833984375,0.0,0.7011079788208008,2.32037091255188,-0.00193998112808913,0.0031407291535288095,0.3423299491405487,0.4998292624950409,0.8137329965829849,72.0,18432.0,512.4597834269516,1179648.0 +327.16,16.25,2569.0,0.009037275798618793,0.0991414412856102,0.0,0.7219628691673279,2.328084707260132,-0.0035032853484153748,0.003144141985103488,0.4010753929615021,0.4724731743335724,0.8304066509008408,73.0,18688.0,518.8367955540307,1196032.0 +323.8,16.56999969482422,2507.0,0.006651745643466711,0.076416015625,0.0,0.6749508380889893,2.351057529449463,-0.003370225429534912,0.003149932948872447,0.3203554153442383,0.4451301097869873,0.8346253931522369,74.0,18944.0,525.3707518018782,1212416.0 +322.77,17.020000457763672,2538.0,0.006750904489308596,0.0681559219956398,0.0,0.7454056143760681,2.3374645709991455,-0.0016740374267101288,0.0031365088652819395,0.4369071424007416,0.49043008685112,0.8262702077627182,75.0,19200.0,531.8267783550546,1228800.0 +349.33,19.270000457763672,2532.0,0.007681154180318117,0.0910441055893898,0.0,0.6869239211082458,2.3465723991394043,-0.00340084545314312,0.0031361430883407593,0.3351929187774658,0.4689573049545288,0.8525384366512299,76.0,19456.0,538.2978512300178,1245184.0 +328.96,16.8799991607666,2617.0,0.008255296386778355,0.0906778946518898,0.0,0.6756495833396912,2.3499720096588135,-0.002552478341385722,0.003132857382297516,0.3141922056674957,0.46467599272727966,0.8305208384990692,77.0,19712.0,544.5592222278938,1261568.0 +318.25,15.420000076293945,2544.0,0.005839580204337835,0.0633544921875,0.0,0.6574985384941101,2.357564687728882,-0.005144751630723476,0.0031243872363120317,0.283390074968338,0.46860602498054504,0.8243486881256104,78.0,19968.0,550.998297150014,1277952.0 +317.82,15.350000381469727,2581.0,0.008404473774135113,0.0975341796875,0.0,0.6991094946861267,2.343379020690918,-0.002521878806874156,0.003119715489447117,0.3615295886993408,0.4701087474822998,0.7978043109178543,79.0,20224.0,557.345821670955,1294336.0 +333.79,16.81999969482422,2576.0,0.011893843300640583,0.14569091796875,0.0,0.7170125842094421,2.3379337787628174,-0.0007170744356699288,0.003103879513218999,0.37987419962882996,0.5036538243293762,0.7995515763759613,80.0,20480.0,563.706077608047,1310720.0 +339.51,18.479999542236328,2595.0,0.007210655137896538,0.0795491561293602,0.0,0.6704554557800293,2.347957134246826,-0.0028683729469776154,0.0031122544314712286,0.3195820450782776,0.44665852189064026,0.8379333317279816,81.0,20736.0,570.0225319068413,1327104.0 +327.62,16.579999923706055,2564.0,0.01038209069520235,0.11029052734375,0.0,0.6631115078926086,2.36039137840271,-0.0009154747240245342,0.0031086832750588655,0.30049699544906616,0.4498240053653717,0.8071770519018173,82.0,20992.0,576.4120591599494,1343488.0 +332.69,15.510000228881836,2453.0,0.009771325625479221,0.1196695938706398,0.0,0.6791813969612122,2.3451545238494873,-0.0018188193207606673,0.0031101203057914972,0.33899545669555664,0.44004878401756287,0.8223747313022614,83.0,21248.0,583.0899843908846,1359872.0 +344.01,17.510000228881836,2441.0,0.0060041677206754684,0.0655924454331398,0.0,0.6909011006355286,2.354515552520752,-0.0019726173486560583,0.0031010911334306,0.363737553358078,0.4430572986602783,0.812522828578949,84.0,21504.0,589.802337981062,1376256.0 +352.83,18.06999969482422,2418.0,0.005994910839945078,0.0692545548081398,0.0,0.6780325770378113,2.372324228286743,-0.004980779718607664,0.0031012578401714563,0.3528050482273102,0.427249938249588,0.8013290464878082,85.0,21760.0,596.5782531918958,1392640.0 +336.1,16.350000381469727,2540.0,0.006331430282443762,0.0617879219353199,0.0,0.6707752346992493,2.3588809967041016,-0.003307875245809555,0.003096155822277069,0.3324640095233917,0.43392524123191833,0.8121335059404373,86.0,22016.0,603.0277740699239,1409024.0 +331.27,16.719999313354492,2529.0,0.005307128187268972,0.0565185546875,0.0,0.6624268293380737,2.3701884746551514,-0.0032885742839425802,0.0030928992200642824,0.32034793496131897,0.42736169695854187,0.8249490261077881,87.0,22272.0,609.5068087850232,1425408.0 +358.28,19.540000915527344,2610.0,0.00561518082395196,0.0609334297478199,0.0,0.6549426913261414,2.3553826808929443,-0.0032918257638812065,0.0030895506497472525,0.30435842275619507,0.4304002821445465,0.8211362808942795,88.0,22528.0,615.7856898738537,1441792.0 +376.8,20.420000076293945,2543.0,0.007054137531667948,0.0795084610581398,0.0,0.661480724811554,2.342846155166626,-0.0020548480097204447,0.00308836717158556,0.3130638301372528,0.434061199426651,0.8041150569915771,89.0,22784.0,622.2270186759997,1458176.0 +367.99,19.059999465942383,2630.0,0.009070725180208683,0.11248779296875,0.0,0.6517786979675293,2.3329579830169678,-0.0024953344836831093,0.00308171845972538,0.2791256904602051,0.4657617509365082,0.8165348321199417,90.0,23040.0,628.4555542899761,1474560.0 +350.74,18.360000610351562,2605.0,0.01077346783131361,0.1265055388212204,0.0,0.6662702560424805,2.3279311656951904,1.595834874024149e-05,0.0030777137726545334,0.31555071473121643,0.44433319568634033,0.8231429159641266,91.0,23296.0,634.7442193320021,1490944.0 +342.18,17.81999969482422,2595.0,0.008812954649329185,0.11163330078125,0.0,0.6700965762138367,2.3159444332122803,-0.0023738991003483534,0.003075334010645747,0.32584720849990845,0.4490590989589691,0.8211522251367569,92.0,23552.0,641.0588193819858,1507328.0 +354.07,18.18000030517578,2568.0,0.007045069243758917,0.0771077498793602,0.0,0.664276659488678,2.320371389389038,-0.0032420242205262184,0.0030715465545654297,0.3272162973880768,0.4300975799560547,0.8036129474639893,93.0,23808.0,647.4392648949288,1523712.0 +368.26,19.34000015258789,2578.0,0.007234705612063408,0.0865275040268898,0.0,0.656383216381073,2.308544397354126,-0.003416410880163312,0.0030695057939738035,0.3141716420650482,0.4262137711048126,0.8092959374189377,94.0,24064.0,653.793253354961,1540096.0 +366.8,19.940000534057617,2561.0,0.007063614204525948,0.0827433243393898,0.0,0.6292266845703125,2.3103039264678955,-0.004760939162224531,0.0030663919169455767,0.2652271091938019,0.42283955216407776,0.8086206614971161,95.0,24320.0,660.1909755759407,1556480.0 +356.91,19.34000015258789,2534.0,0.005564732942730188,0.05633544921875,0.0,0.6548540592193604,2.3230268955230713,-0.003479097969830036,0.0030645476654171944,0.3198370933532715,0.4131990671157837,0.827766939997673,96.0,24576.0,666.6576139200479,1572864.0 +356.82,20.219999313354492,2538.0,0.006298147141933441,0.0711669921875,0.0,0.6363039612770081,2.335439443588257,-0.003110227407887578,0.003063754178583622,0.2848857343196869,0.40867599844932556,0.8326235711574554,97.0,24832.0,673.1114757719915,1589248.0 +367.06,21.0,2614.0,0.008149261586368084,0.0925496444106102,0.0,0.6379206776618958,2.3337550163269043,-0.004163745790719986,0.00305987149477005,0.2911056876182556,0.40891432762145996,0.8582205772399902,98.0,25088.0,679.3802240588702,1605632.0 +351.88,19.059999465942383,2602.0,0.007993306033313274,0.0976359024643898,0.0,0.6486536860466003,2.3423352241516113,-0.0025358847342431545,0.003058608388528228,0.30392155051231384,0.41992509365081787,0.8252137005329132,99.0,25344.0,685.6761120450683,1622016.0 +346.36,17.729999542236328,2545.0,0.009230867959558964,0.1147054061293602,0.0,1.5529528856277466,2.354598045349121,-0.0034246218856424093,0.0030493540689349174,0.29071474075317383,0.4262126386165619,0.7879125624895096,100.0,25600.0,692.1140771680512,1638400.0 +362.44,20.1200008392334,2573.0,0.00896842498332262,0.10986328125,0.0,1.5820213556289673,2.3655364513397217,-0.0025774615351110697,0.0030398527160286903,0.3479800224304199,0.4305526912212372,0.802632063627243,101.0,25856.0,698.4804796229582,1654784.0 +348.17,19.389999389648438,2548.0,0.010602579452097416,0.1298624724149704,0.0,1.5151270627975464,2.3648855686187744,-0.002879229374229908,0.003029464976862073,0.25191739201545715,0.41049590706825256,0.8340639770030975,102.0,26112.0,704.9091145279817,1671168.0 +351.43,19.43000030517578,2502.0,0.009130912832915783,0.1120198592543602,0.0,1.530745506286621,2.372454881668091,-0.004309103358536959,0.0030266959220170975,0.29850196838378906,0.4034922420978546,0.8107393234968185,103.0,26368.0,711.4559898930602,1687552.0 +351.13,20.260000228881836,2588.0,0.010573933832347393,0.1211344376206398,0.0,1.6151853799819946,2.376354932785034,-0.0016416087746620178,0.0030234905425459146,0.4690423309803009,0.40039101243019104,0.8025923520326614,104.0,26624.0,717.7865480789915,1703936.0 +349.72,20.0,2537.0,0.008069218136370182,0.0985514298081398,0.0,1.5892071723937988,2.3991353511810303,-0.002514284336939454,0.003015659749507904,0.27887287735939026,0.49978217482566833,0.7970596998929977,105.0,26880.0,724.2443386409432,1720320.0 +354.84,18.760000228881836,2486.0,0.008181347511708736,0.102783203125,0.0,1.5416278839111328,2.3757030963897705,-0.0021029196213930845,0.0030091546941548586,0.3189593553543091,0.41019538044929504,0.7729946672916412,106.0,27136.0,730.8338590599597,1736704.0 +363.92,18.770000457763672,2512.0,0.009801486507058144,0.1236165389418602,0.0,1.5189976692199707,2.3756160736083984,-0.003141631605103612,0.002999784192070365,0.3106710612773895,0.3911527097225189,0.7634564787149429,107.0,27392.0,737.3573222658597,1753088.0 +365.19,19.440000534057617,2562.0,0.009834791533648968,0.12542724609375,0.0,1.515040397644043,2.35595965385437,-0.002836317988112569,0.0029914670158177614,0.2979922294616699,0.3978680670261383,0.7717314511537552,108.0,27648.0,743.7506851588842,1769472.0 +363.92,19.280000686645508,2625.0,0.01350801158696413,0.1677449494600296,0.0,1.5158730745315552,2.3549957275390625,0.0010815057903528214,0.002990671433508396,0.3111121952533722,0.38513633608818054,0.7795972228050232,109.0,27904.0,749.9927729568444,1785856.0 +359.38,18.899999618530273,2520.0,0.011184323579072952,0.1466878205537796,0.0,1.49354887008667,2.347912549972534,-0.0007158623193390667,0.0029791120905429125,0.27781108021736145,0.3855484426021576,0.7827189117670059,110.0,28160.0,756.493658216903,1802240.0 +357.11,20.09000015258789,2477.0,0.010202311910688877,0.1288248747587204,0.0,1.4848471879959106,2.3774466514587402,-0.003110442543402314,0.0029807777609676123,0.28799450397491455,0.3696158230304718,0.8081801682710648,111.0,28416.0,763.1075157360174,1818624.0 +370.73,22.329999923706055,2526.0,0.008814684115350246,0.1126302108168602,0.0,1.4757236242294312,2.37170147895813,-0.003499284153804183,0.0029752161353826523,0.25945571064949036,0.37984535098075867,0.7928572595119476,112.0,28672.0,769.5932217128575,1835008.0 +379.99,22.25,2558.0,0.007968367077410221,0.0913899764418602,0.0,1.5111432075500488,2.358804941177368,-0.0016382591566070914,0.0029739337041974068,0.3357412815093994,0.3740764558315277,0.7850321531295776,113.0,28928.0,775.9984915358946,1851392.0 +384.92,21.639999389648438,2586.0,0.007991314865648746,0.0947672501206398,0.0,1.5153292417526245,2.3770751953125,-0.0024769040755927563,0.002960069105029106,0.32637518644332886,0.3944591283798218,0.7608514428138733,114.0,29184.0,782.3324285419658,1867776.0 +372.75,20.110000610351562,2635.0,0.009522944688796997,0.1160074844956398,0.0,1.5020583868026733,2.387333869934082,-0.003109629964455962,0.0029663543682545424,0.3263285458087921,0.3743011951446533,0.7416600286960602,115.0,29440.0,788.5497326420154,1884160.0 +376.59,21.739999771118164,2580.0,0.007831272669136524,0.0948893204331398,0.0,1.4875611066818237,2.3630406856536865,-0.003518650308251381,0.0029566586017608643,0.2843684256076813,0.3881910741329193,0.7837079018354416,116.0,29696.0,794.8996374318376,1900544.0 +378.84,22.239999771118164,2526.0,0.0069854906760156155,0.0846150740981102,0.0,1.4546390771865845,2.390393018722534,-0.004132321570068598,0.0029563605785369873,0.22296176850795746,0.38652893900871277,0.7733128070831299,117.0,29952.0,801.385918963002,1916928.0 +383.05,22.440000534057617,2494.0,0.00866625551134348,0.1085611954331398,0.0,1.472702980041504,2.378061532974243,-0.005091855302453041,0.0029514471534639597,0.2821904718875885,0.3744155466556549,0.7711596190929413,118.0,30208.0,807.9552693879232,1933312.0 +376.59,21.489999771118164,2506.0,0.010548924095928669,0.1379801481962204,0.0,1.4457441568374634,2.3856070041656494,-0.00249405181966722,0.0029473667964339256,0.2307402640581131,0.3713476359844208,0.7750084102153778,119.0,30464.0,814.4932709799614,1949696.0 +379.41,22.43000030517578,2478.0,0.010430503636598587,0.1382039338350296,0.0,1.4565848112106323,2.3889572620391846,-0.003530926303938031,0.002948502078652382,0.2602979242801666,0.36687996983528137,0.757411777973175,120.0,30720.0,821.1056290899869,1966080.0 +393.07,23.43000030517578,2517.0,0.010968557558953762,0.1344401091337204,0.0,1.527120590209961,2.383824586868286,0.002079650992527604,0.0029414633754640818,0.3609565198421478,0.39017871022224426,0.7182309329509735,121.0,30976.0,827.6151475289371,1982464.0 +391.79,22.43000030517578,2553.0,0.005934474524110556,0.062255859375,0.0,1.4661073684692383,2.384401321411133,-0.004664482083171606,0.002938910387456417,0.2697601020336151,0.37967148423194885,0.7567756474018097,122.0,31232.0,834.0318130329251,1998848.0 +382.42,20.760000228881836,2454.0,0.009716031141579151,0.1289265900850296,0.0,1.4493602514266968,2.389141798019409,-0.003963608294725418,0.0029409436974674463,0.26711902022361755,0.3567870557308197,0.7268911898136139,123.0,31488.0,840.7079533310607,2015232.0 +378.21,21.43000030517578,2477.0,0.009482046589255333,0.1210123673081398,0.0,1.4311102628707886,2.401630401611328,-0.004137556534260511,0.002936954377219081,0.22900038957595825,0.3602890074253082,0.7581892013549805,124.0,31744.0,847.3216429308522,2031616.0 +375.46,21.020000457763672,2479.0,0.00875766295939684,0.1074625626206398,0.0,1.471627116203308,2.4001903533935547,-0.004020941909402609,0.0029275824781507254,0.2820604145526886,0.3838179111480713,0.7349212467670441,125.0,32000.0,853.9291577830445,2048000.0 +372.32,20.389999389648438,2458.0,0.007902196608483791,0.0929361954331398,0.0,1.4663044214248657,2.3891441822052,-0.006034377496689558,0.0029287280049175024,0.294173926115036,0.37035784125328064,0.6985096037387848,126.0,32256.0,860.5953235889319,2064384.0 +374.29,21.25,2475.0,0.008293384686112404,0.1056111678481102,0.0,1.4256199598312378,2.3865716457366943,-0.0035687435884028673,0.002921869745478034,0.20661522448062897,0.37460756301879883,0.7909224033355713,127.0,32512.0,867.2154732758645,2080768.0 +385.71,23.0,2460.0,0.010267275385558605,0.1288859099149704,0.0,1.4314054250717163,2.388768434524536,-0.0029718419536948204,0.0029183535370975733,0.2210150957107544,0.37366023659706116,0.7691168189048767,128.0,32768.0,873.8742702780291,2097152.0 +394.82,23.68000030517578,2473.0,0.01911807432770729,0.2208251953125,0.0,1.4591702222824097,2.3726799488067627,0.004240910056978464,0.0029152967035770416,0.22932474315166473,0.3972686231136322,0.7925560474395752,129.0,33024.0,880.4990016459487,2113536.0 +384.65,22.110000610351562,2460.0,0.009371339343488216,0.1175740584731102,0.0,1.4443378448486328,2.395256996154785,-0.003528496017679572,0.002913492964580655,0.26383543014526367,0.3654067814350128,0.6980401277542114,130.0,33280.0,887.1594722459558,2129920.0 +378.15,21.209999084472656,2541.0,0.00975312665104866,0.11883544921875,0.0,1.4431672096252441,2.3897359371185303,-0.0033437798265367746,0.002908601425588131,0.23469139635562897,0.38575097918510437,0.7518616020679474,131.0,33536.0,893.6066251399461,2146304.0 +369.9,20.56999969482422,2466.0,0.014160975813865662,0.1671345978975296,0.0,1.487191081047058,2.3724727630615234,-0.0009913025423884392,0.0029158154502511024,0.2965516149997711,0.3965163230895996,0.6874832510948181,132.0,33792.0,900.249553381931,2162688.0 +373.15,21.09000015258789,2469.0,0.011488432995975018,0.13873291015625,0.0,1.478675365447998,2.3508174419403076,-0.0007266737520694733,0.0029026027768850327,0.2687425911426544,0.40979668498039246,0.6891599595546722,133.0,34048.0,906.8852732048836,2179072.0 +374.81,20.860000610351562,2441.0,0.009946128353476524,0.1302083283662796,0.0,1.4516077041625977,2.3672330379486084,-0.0037106277886778116,0.002903002081438899,0.23584240674972534,0.39943933486938477,0.7370066940784454,134.0,34304.0,913.5959469228983,2195456.0 +382.66,21.729999542236328,2463.0,0.00797046534717083,0.0975138321518898,0.0,1.4391446113586426,2.3560078144073486,-0.00408603111281991,0.002896813675761223,0.22818829119205475,0.39114710688591003,0.6984124183654785,135.0,34560.0,920.2484419038519,2211840.0 +374.43,20.979999542236328,2470.0,0.008758783340454102,0.1065470352768898,0.0,1.4385393857955933,2.3758816719055176,-0.006713284645229578,0.0028929300606250763,0.22496186196804047,0.3983025550842285,0.6632915735244751,136.0,34816.0,926.8804225658532,2228224.0 +378.79,21.389999389648438,2457.0,0.008328184485435486,0.1083170548081398,0.0,1.4745982885360718,2.359428644180298,-0.002278352854773402,0.0028928357642143965,0.301762193441391,0.3889112174510956,0.6541569828987122,137.0,35072.0,933.5478572580032,2244608.0 +384.33,21.239999771118164,2468.0,0.006732191890478134,0.07647705078125,0.0,1.449507713317871,2.38555908203125,-0.0047418237663805485,0.002881432883441448,0.2443845421075821,0.40321114659309387,0.6997818648815155,138.0,35328.0,940.18558771885,2260992.0 +389.31,23.059999465942383,2457.0,0.005979348439723253,0.0673014298081398,0.0,1.4321013689041138,2.374448776245117,-0.004326364956796169,0.002881340915337205,0.22668933868408203,0.390902042388916,0.7469764053821564,139.0,35584.0,946.8539228918962,2277376.0 +395.89,24.450000762939453,2513.0,0.005697827320545912,0.0628662109375,0.0,1.4327019453048706,2.370011806488037,-0.004377675708383322,0.0028854908887296915,0.23734025657176971,0.3824108839035034,0.7113393247127533,140.0,35840.0,953.3724178718403,2293760.0 +390.44,24.1200008392334,2636.0,0.006101797800511122,0.0749308243393898,0.0,1.4200702905654907,2.363785982131958,-0.0058090221136808395,0.002879632404074073,0.21804778277873993,0.3831425905227661,0.7402187883853912,141.0,36096.0,959.5916296930518,2310144.0 +390.32,23.43000030517578,2623.0,0.009027080610394478,0.10284423828125,0.0,1.472636103630066,2.3482019901275635,-0.004372213967144489,0.002879723208025098,0.29771408438682556,0.398246169090271,0.6384528875350952,142.0,36352.0,965.8366233669221,2326528.0 +382.13,21.190000534057617,2497.0,0.0090944180265069,0.112548828125,0.0,1.4670120477676392,2.367117166519165,-0.005052714142948389,0.0028779180720448494,0.291779488325119,0.3967186212539673,0.6221092939376831,143.0,36608.0,972.3972846269608,2342912.0 +386.32,21.020000457763672,2639.0,0.008680982515215874,0.1136881485581398,0.0,1.4015603065490723,2.3513357639312744,-0.004538883920758963,0.002876914804801345,0.18950046598911285,0.37684366106987,0.7619137465953827,144.0,36864.0,978.6051088699605,2359296.0 +401.17,23.43000030517578,2635.0,0.0108901122584939,0.1395670622587204,0.0,1.4244648218154907,2.3405842781066895,-0.001894128043204546,0.002872508717700839,0.20746630430221558,0.3942359387874603,0.7739985883235931,145.0,37120.0,984.8238362299744,2375680.0 +403.03,24.399999618530273,2616.0,0.008070479147136211,0.1014404296875,0.0,1.4066561460494995,2.3602006435394287,-0.0049410127103328705,0.0028696672525256872,0.19423358142375946,0.38484644889831543,0.702109307050705,146.0,37376.0,991.0871636730153,2392064.0 +393.5,23.360000610351562,2616.0,0.009706278331577778,0.1202596053481102,0.0,1.432754397392273,2.3573129177093506,-0.004278173204511404,0.002866357797756791,0.24224525690078735,0.38840579986572266,0.7034536898136139,147.0,37632.0,997.3505531339906,2408448.0 +385.56,22.959999084472656,2469.0,0.00994928553700447,0.11822509765625,0.0,1.4335321187973022,2.3627898693084717,-0.004171660635620356,0.0028622534591704607,0.24314086139202118,0.39083608984947205,0.7078938782215118,148.0,37888.0,1003.9865500079468,2424832.0 +389.53,23.489999771118164,2518.0,0.00872523058205843,0.1150105819106102,0.0,1.3944902420043945,2.3594071865081787,-0.005519615486264229,0.0028631032910197973,0.1982364058494568,0.3696378469467163,0.7692912220954895,149.0,38144.0,1010.4915000929032,2441216.0 +399.0,23.75,2540.0,0.011957637965679169,0.151611328125,0.0,1.7376971244812012,2.352999210357666,-0.0025079483166337013,0.0028618171345442533,0.2607976794242859,0.3713933527469635,0.6738054156303406,150.0,38400.0,1016.9415242939722,2457600.0 +399.0,23.0,2604.0,0.009355609305202961,0.1147257462143898,0.0,1.764914870262146,2.3639776706695557,-0.0053647481836378574,0.0028566743712872267,0.2586670517921448,0.4084472954273224,0.6293520629405975,151.0,38656.0,1023.2332047999371,2473984.0 +392.15,22.799999237060547,2605.0,0.00944818276911974,0.1179402694106102,0.0,1.7444396018981934,2.3536884784698486,-0.0037174962926656008,0.0028534934390336275,0.20460017025470734,0.41534313559532166,0.7004876732826233,152.0,38912.0,1029.5235069349874,2490368.0 +381.89,21.75,2606.0,0.011138473637402058,0.1404622346162796,0.0,1.7563557624816895,2.3516502380371094,-0.00488518038764596,0.0028604234103113413,0.2382710725069046,0.4077155590057373,0.6754660904407501,153.0,39168.0,1035.8099669530056,2506752.0 +387.38,21.790000915527344,2608.0,0.009544921107590199,0.1176554337143898,0.0,1.7598133087158203,2.3328020572662354,-0.004335442557930946,0.0028515213634818792,0.2243153601884842,0.42286720871925354,0.717221736907959,154.0,39424.0,1042.091466892045,2523136.0 +379.57,20.350000381469727,2565.0,0.013001850806176662,0.1674397736787796,0.0,1.8103445768356323,2.3316638469696045,-0.0032149043399840593,0.002846792107447982,0.32994794845581055,0.42146173119544983,0.6557244658470154,155.0,39680.0,1048.479645784013,2539520.0 +377.67,21.010000228881836,2568.0,0.011179250665009022,0.147216796875,0.0,1.7487255334854126,2.349888563156128,-0.0022550218272954226,0.0028472531121224165,0.23320306837558746,0.4057561159133911,0.7309044003486633,156.0,39936.0,1054.8584801799152,2555904.0 +379.62,21.780000686645508,2576.0,0.008941997773945332,0.1194864884018898,0.0,1.7567132711410522,2.346789598464966,-0.0014659669250249863,0.0028357114642858505,0.2462010383605957,0.412264347076416,0.6090274155139923,157.0,40192.0,1061.219062753953,2572288.0 +382.38,22.06999969482422,2572.0,0.006451043765991926,0.069091796875,0.0,1.7594285011291504,2.3552706241607666,-0.004478521179407835,0.002838592743501067,0.26505395770072937,0.4068361818790436,0.6538747251033783,158.0,40448.0,1067.5899616989773,2588672.0 +389.89,22.389999389648438,2596.0,0.011736712418496609,0.1411539763212204,0.0,1.7248581647872925,2.3553466796875,-0.0062120999209582806,0.002839307999238372,0.1895432025194168,0.41190722584724426,0.7213768362998962,159.0,40704.0,1073.9016301808879,2605056.0 +398.93,24.100000381469727,2549.0,0.008168916217982769,0.10321044921875,0.0,1.7106267213821411,2.342172384262085,-0.006221264135092497,0.0028363962192088366,0.17630738019943237,0.40482690930366516,0.725444883108139,160.0,40960.0,1080.3285425310023,2621440.0 +393.55,22.899999618530273,2589.0,0.0117622846737504,0.14251708984375,0.0,1.738211750984192,2.3528599739074707,-0.004922408144921064,0.002834748476743698,0.26294776797294617,0.3869723081588745,0.6515902578830719,161.0,41216.0,1086.6557041860651,2637824.0 +393.24,22.579999923706055,2565.0,0.008827073499560356,0.1080322265625,0.0,1.703576922416687,2.3199775218963623,-0.0043640523217618465,0.002825908362865448,0.19788487255573273,0.388092041015625,0.641196995973587,162.0,41472.0,1093.0464160889387,2654208.0 +402.67,24.540000915527344,2608.0,0.006816814187914133,0.08135986328125,0.0,1.6861419677734375,2.340733051300049,-0.0063338615000247955,0.0028249630704522133,0.16724509000778198,0.3886334002017975,0.7452287375926971,163.0,41728.0,1099.327856482938,2670592.0 +397.93,25.040000915527344,2610.0,0.010385298170149326,0.1352132111787796,0.0,1.6771007776260376,2.3468880653381348,-0.005832493305206299,0.0028227129951119423,0.16258905827999115,0.3818657398223877,0.6928024888038635,164.0,41984.0,1105.6049043149687,2686976.0 +396.87,24.43000030517578,2601.0,0.010728883557021618,0.1442464143037796,0.0,1.6983070373535156,2.3280370235443115,-0.0051543391309678555,0.0028242887929081917,0.19571726024150848,0.3852440416812897,0.6991537511348724,165.0,42240.0,1111.9034533898812,2703360.0 +393.65,24.040000915527344,2547.0,0.008345376700162888,0.0957845076918602,0.0,1.7060025930404663,2.321218252182007,-0.004871367942541838,0.0028268296737223864,0.21881751716136932,0.37933269143104553,0.729549914598465,166.0,42496.0,1118.3356041819789,2719744.0 +391.04,24.739999771118164,2578.0,0.009819845668971539,0.1259358674287796,0.0,1.739374041557312,2.3217499256134033,-0.00552219757810235,0.002813303843140602,0.22821788489818573,0.41845688223838806,0.6554428040981293,167.0,42752.0,1124.6902239089832,2736128.0 +394.31,25.09000015258789,2572.0,0.00927774328738451,0.1168416365981102,0.0,1.7155081033706665,2.31394362449646,-0.0030093819368630648,0.002815660322085023,0.20636408030986786,0.4001421630382538,0.7179304659366608,168.0,43008.0,1131.0605142039713,2752512.0 +393.87,24.770000457763672,2520.0,0.010485840030014515,0.1362101286649704,0.0,1.7283574342727661,2.311027765274048,-0.0033178103622049093,0.0028278103563934565,0.2263098806142807,0.3975496292114258,0.6767670214176178,169.0,43264.0,1137.5612007200252,2768896.0 +392.36,25.15999984741211,2470.0,0.009435361251235008,0.1228434219956398,0.0,1.6752890348434448,2.3144195079803467,-0.004431209526956081,0.0028130263090133667,0.15577279031276703,0.3865661323070526,0.7231346368789673,170.0,43520.0,1144.1951395908836,2785280.0 +389.3,24.8700008392334,2478.0,0.011137999594211578,0.1368204802274704,0.0,1.6880885362625122,2.3192081451416016,-0.003605470061302185,0.002807504730299115,0.16624268889427185,0.39681586623191833,0.7244520485401154,171.0,43776.0,1150.8073086289223,2801664.0 +398.53,25.100000381469727,2457.0,0.012015231885015965,0.1584269255399704,0.0,1.7124525308609009,2.3227455615997314,-0.002901619067415595,0.002807415323331952,0.2129460573196411,0.39723944664001465,0.6784155964851379,172.0,44032.0,1157.4765806829091,2818048.0 +381.5,23.3799991607666,2464.0,0.012915845029056072,0.1664632111787796,0.0,1.727460265159607,2.3013346195220947,-0.004571885336190462,0.002805846044793725,0.2693188488483429,0.3850894868373871,0.6492421925067902,173.0,44288.0,1164.1258073339704,2834432.0 +381.71,23.809999465942383,2542.0,0.012948892079293728,0.1451416015625,0.0,1.7244077920913696,2.314577341079712,-0.0030036352109164,0.002800807124003768,0.19123375415802002,0.4257374703884125,0.6396273076534271,174.0,44544.0,1170.570456587011,2850816.0 +376.83,23.360000610351562,2472.0,0.01599767431616783,0.1835734099149704,0.0,1.7212032079696655,2.3257970809936523,-0.0005352434818632901,0.0028115063905715942,0.19746899604797363,0.4108116924762726,0.6461630761623383,175.0,44800.0,1177.1977802529,2867200.0 +381.31,24.030000686645508,2534.0,0.014990944415330887,0.1817626953125,0.0,1.7228423357009888,2.3260018825531006,-0.0013953392626717687,0.0028134763706475496,0.22526486217975616,0.3972510099411011,0.6709354221820831,176.0,45056.0,1183.66356648691,2883584.0 +379.28,22.739999771118164,2596.0,0.009506925009191036,0.1202392578125,0.0,1.7560290098190308,2.3294081687927246,-0.00424358481541276,0.0028132146690040827,0.27474698424339294,0.4098818004131317,0.6411137878894806,177.0,45312.0,1189.974929359043,2899968.0 +369.42,21.059999465942383,2559.0,0.014050491154193878,0.18951416015625,0.0,1.7672719955444336,2.313063383102417,-0.003288349136710167,0.00282754166983068,0.2574359178543091,0.42344069480895996,0.6072665750980377,178.0,45568.0,1196.375770415878,2916352.0 +374.61,21.270000457763672,2548.0,0.013561255298554897,0.1741129606962204,0.0,1.7647705078125,2.3178341388702393,-0.003865088103339076,0.0028336935210973024,0.2639094889163971,0.4147217273712158,0.6332212388515472,179.0,45824.0,1202.8048247229308,2932736.0 +382.25,22.049999237060547,2568.0,0.010485722683370113,0.1309814453125,0.0,1.7591848373413086,2.28462290763855,-0.0037450212985277176,0.0028535770252346992,0.18761901557445526,0.44020941853523254,0.7404960989952087,180.0,46080.0,1209.184259478934,2949120.0 +395.02,22.989999771118164,2498.0,0.010964018292725086,0.1352335661649704,0.0,1.7510873079299927,2.291259527206421,-0.0019508865661919117,0.002842104295268655,0.16702687740325928,0.44646453857421875,0.7231976687908173,181.0,46336.0,1215.744756334927,2965504.0 +407.85,23.969999313354492,2542.0,0.011262559331953526,0.1427205353975296,0.0,1.7057595252990723,2.3038017749786377,-0.005490431096404791,0.0028156887274235487,0.1659906655550003,0.41427183151245117,0.6079427003860474,182.0,46592.0,1222.190860445844,2981888.0 +410.64,24.610000610351562,2456.0,0.010185401886701584,0.1242879256606102,0.0,1.6995731592178345,2.313673257827759,-0.005524234846234322,0.0028056874871253967,0.16326944530010223,0.41409358382225037,0.6485919654369354,183.0,46848.0,1228.8652136819437,2998272.0 +390.96,23.579999923706055,2591.0,0.02250194549560547,0.2051798552274704,0.0,1.7960996627807617,2.3051345348358154,0.0019833731930702925,0.0028150752186775208,0.3047700524330139,0.42946377396583557,0.5186755955219269,184.0,47104.0,1235.189330158988,3014656.0 +389.25,23.110000610351562,2571.0,0.013854105956852436,0.16107177734375,0.0,1.6930428743362427,2.328580141067505,-0.0022548299748450518,0.0027999114245176315,0.14625008404254913,0.4157226085662842,0.7427924275398254,185.0,47360.0,1241.5606711879373,3031040.0 +392.95,23.649999618530273,2507.0,0.012494895607233047,0.1517740935087204,0.0,1.7301467657089233,2.31002140045166,-0.003641883609816432,0.0027919691056013107,0.24131262302398682,0.40951332449913025,0.58952996134758,186.0,47616.0,1248.0965923939366,3047424.0 +393.83,22.639999389648438,2459.0,0.008597963489592075,0.1001993790268898,0.0,1.77179753780365,2.3200161457061768,-0.004318393766880035,0.0027982841711491346,0.2839747965335846,0.4296344518661499,0.527525782585144,187.0,47872.0,1254.7594863190316,3063808.0 +389.13,22.389999389648438,2429.0,0.00802057608962059,0.0939127579331398,0.0,1.7419625520706177,2.3215959072113037,-0.004955780226737261,0.0027903979644179344,0.25410225987434387,0.41785845160484314,0.5571096241474152,188.0,48128.0,1261.5054132579826,3080192.0 +380.48,22.270000457763672,2459.0,0.00857202336192131,0.10235595703125,0.0,1.7616688013076782,2.327565908432007,-0.005446192342787981,0.002793598221614957,0.31932729482650757,0.4026237726211548,0.5233273804187775,189.0,48384.0,1268.1671291950624,3096576.0 +387.45,23.290000915527344,2496.0,0.013649221509695053,0.1680501252412796,0.0,1.6955417394638062,2.3374502658843994,-0.0030649371910840273,0.0027850819751620293,0.18238866329193115,0.4069478213787079,0.6756330132484436,190.0,48640.0,1274.7325197849423,3112960.0 +381.55,22.350000381469727,2500.0,0.008798872120678425,0.1073201522231102,0.0,1.7980576753616333,2.3272924423217773,-0.006455435883253813,0.002780460985377431,0.409511923789978,0.400699257850647,0.4711598753929138,191.0,48896.0,1281.2869257549755,3129344.0 +372.6,21.020000457763672,2507.0,0.010404537431895733,0.1228434219956398,0.0,1.7764816284179688,2.3227128982543945,-0.003624997101724148,0.0027896463871002197,0.3340752124786377,0.41074463725090027,0.4847199320793152,192.0,49152.0,1287.8208542480133,3145728.0 +375.09,21.549999237060547,2587.0,0.012794182635843754,0.1582234650850296,0.0,1.7203258275985718,2.332247495651245,-0.004276767838746309,0.002779843518510461,0.22307483851909637,0.41574692726135254,0.6894564032554626,193.0,49408.0,1294.156719825929,3162112.0 +387.01,23.940000534057617,2513.0,0.016564585268497467,0.1837971955537796,0.0,1.7306923866271973,2.333627462387085,3.6737725167768076e-05,0.0027764549013227224,0.26458337903022766,0.401234894990921,0.5683302879333496,194.0,49664.0,1300.6769433969166,3178496.0 +396.18,24.229999542236328,2459.0,0.006532121449708939,0.0780843123793602,0.0,1.6982556581497192,2.348558187484741,-0.004712867084890604,0.002771180123090744,0.20800898969173431,0.40469905734062195,0.6525694727897644,195.0,49920.0,1307.3380556050688,3194880.0 +401.4,23.899999618530273,2505.0,0.0121088782325387,0.1401774138212204,0.0,1.7127609252929688,2.3363282680511475,-0.0011532505741342902,0.0027638881001621485,0.22091609239578247,0.41316697001457214,0.644880473613739,196.0,50176.0,1313.8786519940477,3211264.0 +393.27,23.770000457763672,2535.0,0.013820425607264042,0.1820271760225296,0.0,1.7298613786697388,2.334959030151367,-0.002490580314770341,0.002762408694252372,0.28427478671073914,0.39927974343299866,0.5383199155330658,197.0,50432.0,1320.3420573680196,3227648.0 +386.31,23.600000381469727,2531.0,0.009929591789841652,0.1414794921875,0.0,1.7147566080093384,2.342033624649048,-0.001977587817236781,0.0027688043192029,0.22061383724212646,0.41405072808265686,0.5858528316020966,198.0,50688.0,1326.8136708799284,3244032.0 +399.85,24.43000030517578,2432.0,0.007184755522757769,0.0890706405043602,0.0,1.7212942838668823,2.335585594177246,-0.0036326125264167786,0.0027569241356104612,0.27122852206230164,0.4010344445705414,0.5773025155067444,199.0,50944.0,1333.5515381740406,3260416.0 +403.14,25.40999984741211,2506.0,0.011227159760892391,0.1582438200712204,0.0,1.7160924673080444,2.3479247093200684,-0.003600807162001729,0.0027603290509432554,0.12019863724708557,0.40556034445762634,0.6560905575752258,200.0,51200.0,1340.0889469909016,3276800.0 +402.14,24.799999237060547,2474.0,0.010948156006634235,0.14111328125,0.0,1.8365787267684937,2.3347299098968506,-0.001406745403073728,0.0027580198366194963,0.3141878545284271,0.42917123436927795,0.5800314843654633,201.0,51456.0,1346.7106963559054,3293184.0 +403.46,25.219999313354492,2510.0,0.007908914238214493,0.1039021834731102,0.0,1.7600549459457397,2.3556458950042725,-0.003378753550350666,0.002752841217443347,0.19234932959079742,0.4175189435482025,0.6492544114589691,202.0,51712.0,1353.2385727339424,3309568.0 +403.71,24.440000534057617,2490.0,0.008470774628221989,0.10919189453125,0.0,1.7728663682937622,2.336366653442383,-0.003795703174546361,0.0027500272262841463,0.22783641517162323,0.4139302968978882,0.6775293052196503,203.0,51968.0,1359.8188282479532,3325952.0 +403.27,24.700000762939453,2522.0,0.008478698320686817,0.1060994490981102,0.0,1.8007941246032715,2.3378288745880127,-0.005693819839507341,0.002750987885519862,0.2619927227497101,0.42699095606803894,0.5997087061405182,204.0,52224.0,1366.3158610048704,3342336.0 +406.2,25.600000381469727,2481.0,0.007548302412033081,0.0946451798081398,0.0,1.7245208024978638,2.3539328575134277,-0.006191195920109749,0.0027464358136057854,0.133381187915802,0.417268306016922,0.7365682423114777,205.0,52480.0,1372.918692681007,3358720.0 +399.29,25.520000457763672,2456.0,0.009065129794180393,0.1186319962143898,0.0,1.7955161333084106,2.349907159805298,-0.00334925320930779,0.0027589432429522276,0.26873818039894104,0.4114755690097809,0.6219603419303894,206.0,52736.0,1379.5882059240248,3375104.0 +398.83,24.43000030517578,2487.0,0.006277176085859537,0.07293701171875,0.0,1.8237954378128052,2.335332155227661,-0.004432938992977142,0.002748289378359914,0.33332398533821106,0.41353949904441833,0.5817900598049164,207.0,52992.0,1386.176942022983,3391488.0 +393.7,22.56999969482422,2509.0,0.009176847524940968,0.1133626326918602,0.0,1.8083311319351196,2.3353235721588135,-0.001891777035780251,0.002751583233475685,0.31479689478874207,0.40261754393577576,0.6180171966552734,208.0,53248.0,1392.707826132886,3407872.0 +399.99,23.670000076293945,2525.0,0.011712764389812946,0.1389363557100296,0.0,1.8094425201416016,2.348996162414551,-0.0004191725456621498,0.00280220084823668,0.17262236773967743,0.45249271392822266,0.6820017397403717,209.0,53504.0,1399.195179427974,3424256.0 +401.01,24.18000030517578,2522.0,0.00963002908974886,0.1205037459731102,0.0,1.8335174322128296,2.3411099910736084,-0.0029620372224599123,0.002779600443318486,0.27990418672561646,0.43503808975219727,0.564298689365387,210.0,53760.0,1405.6910530140158,3440640.0 +406.98,24.579999923706055,2485.0,0.006465091835707426,0.0741984024643898,0.0,1.8034898042678833,2.334362745285034,-0.004445090889930725,0.002776887034997344,0.24415738880634308,0.4250015914440155,0.6255285143852234,211.0,54016.0,1412.2829384319484,3457024.0 +401.59,22.989999771118164,2489.0,0.00604945607483387,0.0646769180893898,0.0,1.915397047996521,2.3372879028320312,-0.004256193060427904,0.0027812800835818052,0.45253297686576843,0.4308260679244995,0.5922251641750336,212.0,54272.0,1418.8661420838907,3473408.0 +389.58,21.780000686645508,2466.0,0.006419926881790161,0.0749104842543602,0.0,1.8636895418167114,2.3331425189971924,-0.005118971690535545,0.0027755016926676035,0.3752455711364746,0.42072594165802,0.625752717256546,213.0,54528.0,1425.5104179999325,3489792.0 +392.34,22.030000686645508,2439.0,0.007380178198218346,0.09259033203125,0.0,1.7691282033920288,2.336475133895874,-0.004969766829162836,0.0027668150141835213,0.20493869483470917,0.41496455669403076,0.7068641483783722,214.0,54784.0,1432.2279468518682,3506176.0 +406.51,24.8700008392334,2402.0,0.007409660145640373,0.0885823592543602,0.0,1.8023275136947632,2.3300259113311768,-0.004165020305663347,0.0027582363691180944,0.27148452401161194,0.4182533919811249,0.6591941714286804,215.0,55040.0,1439.0479682530276,3522560.0 +406.15,25.56999969482422,2439.0,0.005970796570181847,0.0662638321518898,0.0,1.8094886541366577,2.318904399871826,-0.00447175232693553,0.00276187970302999,0.278771311044693,0.4203711450099945,0.6742192804813385,216.0,55296.0,1445.7645931979641,3538944.0 +403.89,24.959999084472656,2527.0,0.006566803902387619,0.07366943359375,0.0,1.8322067260742188,2.3101279735565186,-0.0028879486490041018,0.002758920192718506,0.3366025388240814,0.4135019779205322,0.6144833862781525,217.0,55552.0,1452.2494725049473,3555328.0 +394.45,23.25,2513.0,0.012738555669784546,0.1468302458524704,0.0,1.8870552778244019,2.3197615146636963,-0.0009033640963025391,0.002761033596470952,0.4079148471355438,0.430804967880249,0.5592440068721771,218.0,55808.0,1458.7682548018638,3571712.0 +388.81,22.729999542236328,2489.0,0.01012319978326559,0.1394449919462204,0.0,1.8307647705078125,2.3121960163116455,-0.004415122326463461,0.0027597269508987665,0.274887353181839,0.44595101475715637,0.6510848104953766,219.0,56064.0,1465.3506900048815,3588096.0 +404.29,24.8700008392334,2599.0,0.009244398213922977,0.12249755859375,0.0,1.774503231048584,2.3020403385162354,-0.0046194763854146,0.0027588640805333853,0.20977766811847687,0.4213391840457916,0.7039210200309753,220.0,56320.0,1471.6540321169887,3604480.0 +404.11,24.989999771118164,2468.0,0.008532805368304253,0.1105143204331398,0.0,1.791232943534851,2.2992331981658936,-0.004378488752990961,0.0027523301541805267,0.2208843231201172,0.4361783564090729,0.7077606916427612,221.0,56576.0,1478.291337362025,3620864.0 +393.6,23.920000076293945,2463.0,0.009715688414871693,0.1215413436293602,0.0,1.8467410802841187,2.2911250591278076,-0.004769796039909124,0.0027449463959783316,0.3592722713947296,0.4256789982318878,0.6593267917633057,222.0,56832.0,1484.941871963907,3637248.0 +391.96,24.350000381469727,2476.0,0.009617180563509464,0.1196492537856102,0.0,1.7866315841674805,2.2851598262786865,-0.004190731327980757,0.0027486069593578577,0.2322869747877121,0.42676031589508057,0.7029653191566467,223.0,57088.0,1491.5592268200126,3653632.0 +389.37,24.65999984741211,2467.0,0.007617296651005745,0.0882161483168602,0.0,1.8413273096084595,2.291555881500244,-0.004477465059608221,0.002736602909862995,0.34843870997428894,0.4295482635498047,0.5864894986152649,224.0,57344.0,1498.2001471249387,3670016.0 +387.42,23.670000076293945,2406.0,0.00957128033041954,0.1200154647231102,0.0,1.9070483446121216,2.273437738418579,-0.004048416391015053,0.0027487652841955423,0.46845829486846924,0.428879052400589,0.5605896413326263,225.0,57600.0,1505.0090953060426,3686400.0 +389.17,22.989999771118164,2580.0,0.008116261102259159,0.0978800430893898,0.0,1.8068556785583496,2.2887370586395264,-0.0051844073459506035,0.00274444161914289,0.2713308036327362,0.4306800067424774,0.7038931250572205,226.0,57856.0,1511.3581540910527,3702784.0 +396.26,24.079999923706055,2641.0,0.00998717825859785,0.1199747696518898,0.0,1.8750284910202026,2.2592084407806396,-0.003196924924850464,0.0027498051058501005,0.36062976717948914,0.4505346119403839,0.6789675951004028,227.0,58112.0,1517.5614273960236,3719168.0 +393.04,23.389999389648438,2623.0,0.008262627758085728,0.10418701171875,0.0,1.8649321794509888,2.2754244804382324,-0.0033085395116358995,0.0027413403149694204,0.38006141781806946,0.43403682112693787,0.7065688967704773,228.0,58368.0,1523.8088439269923,3735552.0 +394.56,24.020000457763672,2462.0,0.006688445806503296,0.07769775390625,0.0,1.8245153427124023,2.2571773529052734,-0.006866700481623411,0.00273921643383801,0.30726540088653564,0.4344163239002228,0.6985235512256622,229.0,58624.0,1530.4623965800274,3751936.0 +400.88,25.149999618530273,2539.0,0.008802232332527637,0.10833740234375,0.0,1.773073673248291,2.2678239345550537,-0.0028002129402011633,0.0027381666004657745,0.2123412936925888,0.4265174865722656,0.7478441894054413,230.0,58880.0,1536.9163778270595,3768320.0 +399.32,24.860000610351562,2618.0,0.012555927038192749,0.1556803435087204,0.0,1.8714936971664429,2.264817714691162,-0.0018166998634114861,0.002734171459451318,0.3893882930278778,0.43793997168540955,0.623728483915329,231.0,59136.0,1543.1753473868594,3784704.0 +405.2,25.34000015258789,2611.0,0.00864351261407137,0.1121012344956398,0.0,1.7875875234603882,2.2512710094451904,-0.004584189970046282,0.0027321819216012955,0.2518666386604309,0.42565813660621643,0.7066084742546082,232.0,59392.0,1549.4509721440263,3801088.0 +405.86,25.510000228881836,2532.0,0.012745308689773083,0.1626790314912796,0.0,1.8036351203918457,2.2683894634246826,-0.003710842691361904,0.00273118750192225,0.2467818707227707,0.44513392448425293,0.7502081990242004,233.0,59648.0,1555.923483649036,3817472.0 +406.0,25.09000015258789,2524.0,0.009347277693450451,0.12493896484375,0.0,1.8273199796676636,2.274498701095581,-0.0022348035126924515,0.0027275781612843275,0.32851287722587585,0.4272092580795288,0.6663359999656677,234.0,59904.0,1562.4154151119292,3833856.0 +394.45,23.850000381469727,2545.0,0.007652595639228821,0.0921834334731102,0.0,1.8525367975234985,2.268864870071411,-0.004901575390249491,0.0027328114956617355,0.37211158871650696,0.4309884011745453,0.6710830628871918,235.0,60160.0,1568.8541874978691,3850240.0 +393.23,23.559999465942383,2536.0,0.00862125400453806,0.1118977889418602,0.0,1.8140759468078613,2.2494654655456543,-0.004785118158906698,0.0027404222637414932,0.26890528202056885,0.44079694151878357,0.7228557169437408,236.0,60416.0,1575.3149446719326,3866624.0 +400.92,24.6299991607666,2560.0,0.009639621712267399,0.1221923828125,0.0,1.7946497201919556,2.2394814491271973,-0.004334782715886831,0.0027219236362725496,0.2583847641944885,0.4344325363636017,0.6893270015716553,237.0,60672.0,1581.7139024930075,3883008.0 +405.83,25.90999984741211,2490.0,0.008451922796666622,0.10455322265625,0.0,1.767736792564392,2.232340097427368,-0.004282319452613592,0.0027169210370630026,0.20867712795734406,0.43461787700653076,0.7129644155502319,238.0,60928.0,1588.2922076450195,3899392.0 +410.36,27.450000762939453,2422.0,0.009287344291806221,0.1266072541475296,0.0,1.7694615125656128,2.2277824878692627,-0.003446865128353238,0.002716648392379284,0.2154778689146042,0.43204137682914734,0.7253158390522003,239.0,61184.0,1595.0555999879725,3915776.0 +400.67,26.360000610351562,2528.0,0.008938906714320183,0.1187337264418602,0.0,1.8393834829330444,2.2126543521881104,-0.0039542485028505325,0.0027173494454473257,0.344705194234848,0.4377009868621826,0.6576142311096191,240.0,61440.0,1601.5350651580375,3932160.0 +386.32,24.219999313354492,2540.0,0.01117438729852438,0.1518351286649704,0.0,1.8781366348266602,2.224900484085083,-0.003215920412912965,0.0027176004368811846,0.41061651706695557,0.4430730640888214,0.5940811634063721,241.0,61696.0,1607.985173210036,3948544.0 +383.63,23.6299991607666,2461.0,0.008104895241558552,0.1000162735581398,0.0,1.8206740617752075,2.2432734966278076,-0.0037508008535951376,0.002714018104597926,0.31881293654441833,0.43336108326911926,0.6880526542663574,242.0,61952.0,1614.6425434120465,3964928.0 +385.42,24.290000915527344,2597.0,0.0076615638099610806,0.0947469100356102,0.0,1.8619604110717773,2.234832525253296,-0.0052075437270104885,0.0027177913580089808,0.4013949930667877,0.43292534351348877,0.6437028050422668,243.0,62208.0,1620.9516310440376,3981312.0 +389.08,24.559999465942383,2554.0,0.007565743755549192,0.0916544571518898,0.0,1.8291587829589844,2.2274444103240967,-0.005821293219923973,0.0027080876752734184,0.3269483745098114,0.4430411756038666,0.7095863521099091,244.0,62464.0,1627.3659739489667,3997696.0 +390.44,24.809999465942383,2573.0,0.009119801223278046,0.1184895858168602,0.0,1.8041110038757324,2.226511240005493,-0.006456086877733469,0.0027085712645202875,0.28130844235420227,0.4410991966724396,0.727698028087616,245.0,62720.0,1633.7350406579208,4014080.0 +394.2,24.850000381469727,2495.0,0.007037792820483446,0.0793863907456398,0.0,1.8339027166366577,2.208667278289795,-0.004559491761028767,0.0027153186965733767,0.3308303952217102,0.44086137413978577,0.7082580626010895,246.0,62976.0,1640.3006721939892,4030464.0 +392.69,24.059999465942383,2454.0,0.006899081636220217,0.0843302384018898,0.0,1.832147240638733,2.2261292934417725,-0.004139451775699854,0.0027136793360114098,0.33268558979034424,0.4385742247104645,0.7247740626335144,247.0,63232.0,1646.9764342510607,4046848.0 +395.11,24.489999771118164,2491.0,0.008287050761282444,0.1030680313706398,0.0,1.8598288297653198,2.218559980392456,-0.006042564287781715,0.0027068757917732,0.3902699649333954,0.44273641705513,0.6955251097679138,248.0,63488.0,1653.5520912939683,4063232.0 +398.76,23.850000381469727,2586.0,0.010490315966308117,0.13116455078125,0.0,1.8405512571334839,2.2023003101348877,-0.0029608539771288633,0.0027141172904521227,0.3416667878627777,0.44100359082221985,0.7628418356180191,249.0,63744.0,1659.8872362468392,4079616.0 +399.52,23.639999389648438,2398.0,0.006351802498102188,0.0745442733168602,0.0,1.8062840700149536,2.2086470127105713,-0.0052816905081272125,0.002704261802136898,0.36537131667137146,0.44212713837623596,0.7454985082149506,250.0,64000.0,1666.7191597078927,4096000.0 +397.55,25.100000381469727,2406.0,0.0066114808432757854,0.0768839493393898,0.0,1.7896443605422974,2.2127928733825684,-0.005378739908337593,0.0027058126870542765,0.3358684778213501,0.43944990634918213,0.7683918178081512,251.0,64256.0,1673.5279717510566,4112384.0 +391.01,24.260000228881836,2485.0,0.0055336845107376575,0.0578206367790699,0.0,1.8846544027328491,2.2070255279541016,-0.0036161814350634813,0.0027173517737537622,0.509364902973175,0.44068118929862976,0.6541976928710938,252.0,64512.0,1680.1218300668988,4128768.0 +401.45,25.579999923706055,2538.0,0.005994745064526796,0.0634358748793602,0.0,1.7499231100082397,2.2127439975738525,-0.003902062540873885,0.0027084348257631063,0.2544979751110077,0.4375813901424408,0.794740617275238,253.0,64768.0,1686.578318045009,4145152.0 +397.41,24.290000915527344,2546.0,0.009036009199917316,0.1146240234375,0.0,1.839840292930603,2.1945762634277344,-0.0034810767974704504,0.0027116246055811644,0.39297816157341003,0.45780304074287415,0.7052541077136993,254.0,65024.0,1693.0133817580063,4161536.0 +401.74,26.040000915527344,2533.0,0.007903779856860638,0.10113525390625,0.0,1.7367786169052124,2.1952571868896484,-0.0042130774818360806,0.002705013146623969,0.23313361406326294,0.4367640018463135,0.7833261489868164,255.0,65280.0,1699.4810624900274,4177920.0 +401.56,26.010000228881836,2454.0,0.008120621554553509,0.0962727889418602,0.0,1.7631222009658813,2.201594591140747,-0.0042384169064462185,0.0027036897372454405,0.27856072783470154,0.4414672553539276,0.732628345489502,256.0,65536.0,1706.1560587240383,4194304.0 +410.02,26.690000534057617,2473.0,0.0074837408028542995,0.0926106795668602,0.0,1.7464189529418945,2.1848270893096924,-0.004100735764950514,0.0027071807999163866,0.25402769446372986,0.434567928314209,0.7298174500465393,257.0,65792.0,1712.7813682639971,4210688.0 +405.58,26.360000610351562,2466.0,0.00685022072866559,0.0782877579331398,0.0,1.7605568170547485,2.173640489578247,-0.006062412168830633,0.0027115417178720236,0.2947330176830292,0.4276443421840668,0.7578441202640533,258.0,66048.0,1719.4250320389401,4227072.0 +390.19,24.75,2503.0,0.010089955292642117,0.12481689453125,0.0,1.8311511278152466,2.1841747760772705,-0.004420819226652384,0.002700982615351677,0.42755624651908875,0.43579959869384766,0.6693934500217438,259.0,66304.0,1725.970763424877,4243456.0 +396.28,24.329999923706055,2525.0,0.010822263546288013,0.13726806640625,0.0,1.7613612413406372,2.1757853031158447,-0.0031182810198515654,0.0027100786101073027,0.29425302147865295,0.42633354663848877,0.7660745829343796,260.0,66560.0,1732.4577736230567,4259840.0 +400.95,25.15999984741211,2520.0,0.008839490823447704,0.10992431640625,0.0,1.7456427812576294,2.1575472354888916,-0.0027084455359727144,0.002703950507566333,0.22011061012744904,0.4519609212875366,0.7753357291221619,261.0,66816.0,1738.9597440490033,4276224.0 +408.53,25.5,2548.0,0.009519108571112156,0.1275431364774704,0.0,1.7527060508728027,2.1831414699554443,-0.003033955581486225,0.0026972535997629166,0.25093844532966614,0.446865439414978,0.7646586149930954,262.0,67072.0,1745.3898106329143,4292608.0 +401.26,25.34000015258789,2560.0,0.014932575635612011,0.1844075471162796,0.0,1.8384703397750854,2.216229200363159,8.805872494122013e-05,0.0026999127585440874,0.39379552006721497,0.4580823481082916,0.687929093837738,263.0,67328.0,1751.7926782178693,4308992.0 +395.44,24.489999771118164,2492.0,0.010697307996451855,0.1374918669462204,0.0,1.845547080039978,2.213717222213745,-0.0018363584531471133,0.002696778392419219,0.3413585126399994,0.4978986084461212,0.7197594344615936,264.0,67584.0,1758.3672532159835,4325376.0 +386.35,24.010000228881836,2483.0,0.010852713137865067,0.1338297575712204,0.0,1.860006332397461,2.2206897735595703,-0.003081211121752858,0.00270284921862185,0.41656050086021423,0.4711415767669678,0.6576023101806641,265.0,67840.0,1764.9646425179671,4341760.0 +391.14,22.860000610351562,2401.0,0.008205302059650421,0.10400390625,0.0,1.7805708646774292,2.2188518047332764,-0.004778184462338686,0.002700286917388439,0.31283238530158997,0.4442828893661499,0.738997608423233,266.0,68096.0,1771.789190653013,4358144.0 +394.31,23.290000915527344,2449.0,0.010507970117032528,0.1320597380399704,0.0,1.8457220792770386,2.221891403198242,-0.0029212150257080793,0.0026932787150144577,0.40827760100364685,0.4647429287433624,0.6221008896827698,267.0,68352.0,1778.4777630069293,4374528.0 +401.65,24.6299991607666,2498.0,0.01098406221717596,0.1450602263212204,0.0,1.7730588912963867,2.2052624225616455,-0.004043762106448412,0.002691554604098201,0.2973245680332184,0.4479660987854004,0.7251867651939392,268.0,68608.0,1785.0352977060247,4390912.0 +405.46,25.06999969482422,2499.0,0.011198881082236767,0.1412760466337204,0.0,1.7831813097000122,2.212656021118164,-0.0014660073211416602,0.002688573906198144,0.2959180176258087,0.4585005044937134,0.7158680260181427,269.0,68864.0,1791.5917080699,4407296.0 +401.93,24.790000915527344,2482.0,0.010913548059761524,0.1312052458524704,0.0,1.7984284162521362,2.2094180583953857,-0.0014412993332371116,0.00269207451492548,0.33692488074302673,0.4509757459163666,0.59120973944664,270.0,69120.0,1798.1912552979775,4423680.0 +393.83,24.649999618530273,2519.0,0.00997562613338232,0.13238525390625,0.0,1.8385425806045532,2.219090700149536,-0.003076714463531971,0.0026908672880381346,0.4280431568622589,0.44754400849342346,0.5666565895080566,271.0,69376.0,1804.693978152005,4440064.0 +397.97,24.229999542236328,2605.0,0.017000509425997734,0.2210693359375,0.0,1.798972249031067,2.2026002407073975,-0.0006917132996022701,0.0026897918432950974,0.3334268033504486,0.45372000336647034,0.6908070743083954,272.0,69632.0,1810.9827874558978,4456448.0 +398.03,23.65999984741211,2486.0,0.010342363268136978,0.1373291015625,0.0,1.7894400358200073,2.2068564891815186,-0.005497738718986511,0.0026864800602197647,0.3385204076766968,0.44751787185668945,0.6704160571098328,273.0,69888.0,1817.5726080839522,4472832.0 +396.66,23.8799991607666,2523.0,0.008580631576478481,0.11126708984375,0.0,1.7880187034606934,2.220729112625122,-0.004866452421993017,0.002687625354155898,0.3430737555027008,0.4423910081386566,0.6413134932518005,274.0,70144.0,1824.0661259279586,4489216.0 +393.0,23.920000076293945,2545.0,0.009360788390040398,0.1215006485581398,0.0,1.764162540435791,2.2289559841156006,-0.004016396123915911,0.0026860584039241076,0.2830090820789337,0.44905218482017517,0.7155019044876099,275.0,70400.0,1830.5040231519379,4505600.0 +393.2,24.65999984741211,2475.0,0.009713045321404934,0.1290079802274704,0.0,1.7819665670394897,2.200263738632202,-0.0044793603010475636,0.0026888104621320963,0.27651748061180115,0.4707441031932831,0.7411859631538391,276.0,70656.0,1837.1226263458375,4521984.0 +393.02,24.6200008392334,2524.0,0.011797434650361538,0.1671142578125,0.0,1.8559104204177856,2.1764767169952393,-0.0033459255937486887,0.0026898726355284452,0.4209066331386566,0.4706244468688965,0.6474791169166565,277.0,70912.0,1843.61397950002,4538368.0 +392.29,25.06999969482422,2520.0,0.012040398083627224,0.1495157927274704,0.0,1.7769867181777954,2.1886465549468994,-0.0037630063015967607,0.0026965897995978594,0.26230013370513916,0.46826377511024475,0.7379610538482666,278.0,71168.0,1850.1155450658407,4554752.0 +391.2,24.540000915527344,2550.0,0.011153626255691051,0.1504313200712204,0.0,1.8333605527877808,2.2014806270599365,-0.0036484375596046448,0.002680333564057946,0.4098736345767975,0.4574824571609497,0.6151838898658752,279.0,71424.0,1856.5393311639782,4571136.0 +390.58,23.31999969482422,2619.0,0.01049327477812767,0.1374918669462204,0.0,1.8176201581954956,2.2145016193389893,-0.0031407198403030634,0.0026882458478212357,0.40855154395103455,0.43672797083854675,0.647918164730072,280.0,71680.0,1862.796003350988,4587520.0 +373.18,22.389999389648438,2486.0,0.009448611177504063,0.1201578751206398,0.0,1.9204968214035034,2.2022032737731934,-0.003341482952237129,0.002690371358767152,0.5526659488677979,0.4692437946796417,0.6368677914142609,281.0,71936.0,1869.3864545559045,4603904.0 +371.79,23.010000228881836,2464.0,0.007604681421071291,0.0912882462143898,0.0,1.838487982749939,2.204054832458496,-0.005511929746717215,0.002682093298062682,0.41197124123573303,0.46308836340904236,0.5725820064544678,282.0,72192.0,1876.0378678748384,4620288.0 +371.57,22.920000076293945,2450.0,0.0070348456501960754,0.0826416015625,0.0,1.800442099571228,2.2122676372528076,-0.00479439552873373,0.0026850607246160507,0.36720338463783264,0.4438927173614502,0.6641075611114502,283.0,72448.0,1882.7234561010264,4636672.0 +395.32,24.899999618530273,2536.0,0.007081784773617983,0.0846761092543602,0.0,1.7767558097839355,2.214282274246216,-0.004725352395325899,0.0026901389937847853,0.30053409934043884,0.45178651809692383,0.7273992598056793,284.0,72704.0,1889.1837584709283,4653056.0 +400.06,23.989999771118164,2536.0,0.00845190230756998,0.1019693985581398,0.0,1.8184653520584106,2.210008144378662,-0.00335911032743752,0.0026939341332763433,0.38475823402404785,0.4479198753833771,0.6250916719436646,285.0,72960.0,1895.6428005169146,4669440.0 +394.59,24.729999542236328,2504.0,0.006387408822774887,0.0703328475356102,0.0,1.8148518800735474,2.2149407863616943,-0.004516246262937784,0.0026841566432267427,0.3845376968383789,0.45031285285949707,0.6314993798732758,286.0,73216.0,1902.1843129908666,4685824.0 +379.24,23.5,2575.0,0.00684279203414917,0.0871988907456398,0.0,1.8252673149108887,2.209284543991089,-0.0035895330365747213,0.0026792529970407486,0.4227849543094635,0.4422321319580078,0.6670690178871155,287.0,73472.0,1908.5464566329028,4702208.0 +367.94,22.260000228881836,2630.0,0.00783518236130476,0.096923828125,0.0,1.801607608795166,2.225034475326538,-0.00487550301477313,0.0026849908754229546,0.3690476417541504,0.4444194734096527,0.7100692093372345,288.0,73728.0,1914.7767814078834,4718592.0 +380.7,23.610000610351562,2689.0,0.008722671307623386,0.1142781600356102,0.0,1.7596725225448608,2.224017858505249,-0.003004393307492137,0.002683795290067792,0.28177180886268616,0.44482293725013733,0.6856298744678497,289.0,73984.0,1920.8689341209829,4734976.0 +386.38,24.459999084472656,2623.0,0.009181305766105652,0.1135050430893898,0.0,1.7852320671081543,2.188697576522827,-0.004526385106146336,0.0026864688843488693,0.3166446387767792,0.4535845220088959,0.7195897400379181,290.0,74240.0,1927.1158373879734,4751360.0 +376.72,24.040000915527344,2636.0,0.008176647126674652,0.099853515625,0.0,1.8093067407608032,2.214242935180664,-0.004396460484713316,0.002686354098841548,0.3451944887638092,0.4644290506839752,0.7373045086860657,291.0,74496.0,1933.3305520499125,4767744.0 +374.35,24.100000381469727,2478.0,0.006009116768836975,0.0611165352165699,0.0,1.817074179649353,2.2053654193878174,-0.005456050392240286,0.002695877104997635,0.4026113748550415,0.43796399235725403,0.6842286288738251,292.0,74752.0,1939.9419312570244,4784128.0 +383.71,24.68000030517578,2534.0,0.006401340942829847,0.0786336287856102,0.0,1.7600189447402954,2.220932722091675,-0.00408388813957572,0.0026889685541391373,0.28019410371780396,0.4446100890636444,0.7562161386013031,293.0,75008.0,1946.4098796460312,4800512.0 +396.63,24.920000076293945,2539.0,0.006906276103109121,0.0798543319106102,0.0,1.7539762258529663,2.202772855758667,-0.004410321358591318,0.0026927925646305084,0.26805898547172546,0.4428825378417969,0.7549325525760651,294.0,75264.0,1952.8626804510131,4816896.0 +401.97,24.93000030517578,2531.0,0.005457466933876276,0.0584309883415699,0.0,1.747084140777588,2.2288601398468018,-0.005358528345823288,0.0027059561107307673,0.24058572947978973,0.44505345821380615,0.7915537357330322,295.0,75520.0,1959.3349858140573,4833280.0 +406.17,25.56999969482422,2530.0,0.006430512759834528,0.07464599609375,0.0,1.7609695196151733,2.235044240951538,-0.005281480494886637,0.002703312085941434,0.2749350368976593,0.4427841007709503,0.7374265789985657,296.0,75776.0,1965.81040295586,4849664.0 +396.91,25.209999084472656,2616.0,0.006949954200536013,0.08258056640625,0.0,1.7964493036270142,2.2274439334869385,-0.0037830211222171783,0.0026960920076817274,0.3335377275943756,0.4513976573944092,0.6547969877719879,297.0,76032.0,1972.0724287498742,4866048.0 +395.69,25.06999969482422,2563.0,0.007097424939274788,0.0853068009018898,0.0,1.782327651977539,2.258237838745117,-0.004470439162105322,0.002700276905670762,0.2952319383621216,0.4558546543121338,0.6889849305152893,298.0,76288.0,1978.4645125858951,4882432.0 +396.27,25.010000228881836,2531.0,0.0076340120285749435,0.0910441055893898,0.0,1.7989082336425781,2.240487813949585,-0.004914415068924427,0.0027124739717692137,0.3259144127368927,0.45139291882514954,0.6798194050788879,299.0,76544.0,1984.9366856878623,4898816.0 +403.78,24.81999969482422,2697.0,0.007377909496426582,0.0927937850356102,0.0,1.834887146949768,2.2276647090911865,-0.004757584538310766,0.002708874410018325,0.22288869321346283,0.45973193645477295,0.7624353021383286,300.0,76800.0,1991.0107562348712,4915200.0 +405.68,24.90999984741211,2597.0,0.01013284083455801,0.10980224609375,0.0,1.8762140274047852,2.227343797683716,-0.0035743077751249075,0.002692622132599354,0.3456627130508423,0.44583800435066223,0.6750051975250244,301.0,77056.0,1997.319552261848,4931584.0 +409.23,24.8700008392334,2645.0,0.006398011464625597,0.07763671875,0.0,1.8439053297042847,2.2279741764068604,-0.0057314070872962475,0.002704371465370059,0.24955405294895172,0.4585238993167877,0.7535961717367172,302.0,77312.0,2003.514478778001,4947968.0 +413.48,24.8700008392334,2688.0,0.007762453053146601,0.0971883162856102,0.0,1.8466509580612183,2.225602388381958,-0.0037188108544796705,0.0026948805898427963,0.2559591233730316,0.46068572998046875,0.7643966823816299,303.0,77568.0,2009.6102225009818,4964352.0 +411.18,24.520000457763672,2712.0,0.007380059454590082,0.0866902694106102,0.0,1.878475546836853,2.219606399536133,-0.006026849150657654,0.002698807278648019,0.3298473656177521,0.4557465612888336,0.7394349873065948,304.0,77824.0,2015.6534512708895,4980736.0 +404.81,23.559999465942383,2687.0,0.008756517432630062,0.1087646484375,0.0,1.9246925115585327,2.2167766094207764,-0.006138671189546585,0.002684156410396099,0.4350728690624237,0.4565295875072479,0.7233692407608032,305.0,78080.0,2021.7509702348616,4997120.0 +407.84,24.100000381469727,2709.0,0.005688524339348078,0.056884765625,0.0,1.848734736442566,2.194498300552368,-0.004638855345547199,0.0026956244837492704,0.26816296577453613,0.45678043365478516,0.7777150422334671,306.0,78336.0,2027.799861578038,5013504.0 +401.63,24.3700008392334,2683.0,0.00991513580083847,0.1174519881606102,0.0,1.8949775695800781,2.1423726081848145,-0.002313482342287898,0.0026858393102884293,0.3636830747127533,0.4571501910686493,0.7110339105129242,307.0,78592.0,2033.9062934969552,5029888.0 +395.94,23.940000534057617,2630.0,0.010063961148262024,0.1246134415268898,0.0,1.9926801919937134,2.2045395374298096,-0.00330902636051178,0.002679679309949279,0.46042466163635254,0.5130335688591003,0.6595658361911774,308.0,78848.0,2040.1367361759767,5046272.0 +397.17,24.260000228881836,2678.0,0.012204401195049286,0.1593424528837204,0.0,1.8129864931106567,2.1628286838531494,-0.005342807155102491,0.0026738017331808805,0.20349985361099243,0.46455228328704834,0.7795204818248749,309.0,79104.0,2046.2554365028627,5062656.0 +404.5,26.34000015258789,2662.0,0.009624054655432701,0.1171875,0.0,1.784220814704895,2.1653590202331543,-0.0041855815798044205,0.0026762119960039854,0.18428294360637665,0.4423198401927948,0.800942525267601,310.0,79360.0,2052.4102469598874,5079040.0 +407.83,25.950000762939453,2663.0,0.009222224354743958,0.119873046875,0.0,1.8671221733093262,2.1481988430023193,-0.004508899059146643,0.002679733792319894,0.3188534080982208,0.45690008997917175,0.7089125216007233,311.0,79616.0,2058.5625409588683,5095424.0 +400.9,24.559999465942383,2618.0,0.011941418051719666,0.1243693009018898,0.0,1.8767480850219727,2.1628739833831787,-0.0028873367700725794,0.0026792725548148155,0.3392752408981323,0.45499613881111145,0.6849240958690643,312.0,79872.0,2064.8208318699617,5111808.0 +396.13,24.43000030517578,2537.0,0.010667889378964901,0.1418050080537796,0.0,1.8788138628005981,2.1701905727386475,-0.004703421611338854,0.002674202434718609,0.3334740102291107,0.46463632583618164,0.6861050426959991,313.0,80128.0,2071.2784034139477,5128192.0 +396.02,24.81999969482422,2537.0,0.013378416188061237,0.1736246794462204,0.0,1.8671460151672363,2.175395965576172,-0.0031576016917824745,0.002688106382265687,0.2961595356464386,0.46338018774986267,0.6520918905735016,314.0,80384.0,2077.7384701368865,5144576.0 +403.04,25.530000686645508,2594.0,0.012769527733325958,0.1744791716337204,0.0,1.9163260459899902,2.1994614601135254,-0.0016550780273973942,0.0026868481654673815,0.400228887796402,0.4597425162792206,0.680292546749115,315.0,80640.0,2084.053145067999,5160960.0 +402.81,25.15999984741211,2534.0,0.017125530168414116,0.1993204802274704,0.0,1.8773751258850098,2.1672348976135254,-0.0010587259894236922,0.0026755451690405607,0.32377442717552185,0.46369215846061707,0.6742319762706757,316.0,80896.0,2090.518649776932,5177344.0 +388.76,24.829999923706055,2545.0,0.015963813289999962,0.1883748322725296,0.0,1.9465867280960083,2.193533420562744,0.0009106782381422818,0.0026798860635608435,0.4381038248538971,0.47223877906799316,0.6651800274848938,317.0,81152.0,2096.9548686740454,5193728.0 +390.38,23.899999618530273,2615.0,0.008162179030478,0.10723876953125,0.0,1.9752931594848633,2.140749216079712,-0.0035419880878180265,0.0026893995236605406,0.48948976397514343,0.47467276453971863,0.6401650607585907,318.0,81408.0,2103.220260548871,5210112.0 +389.2,23.459999084472656,2566.0,0.009544591419398785,0.1105550155043602,0.0,1.885711669921875,2.1094725131988525,-0.00472598522901535,0.002680492587387562,0.32350632548332214,0.47319960594177246,0.7464167773723602,319.0,81664.0,2109.6041720570065,5226496.0 +399.56,25.280000686645508,2500.0,0.009827136993408203,0.1215006485581398,0.0,1.9085345268249512,2.1287410259246826,-0.003447138937190175,0.002678832272067666,0.389272540807724,0.46247735619544983,0.7203376889228821,320.0,81920.0,2116.1581867309287,5242880.0 +398.31,25.209999084472656,2477.0,0.008578334003686905,0.1061197891831398,0.0,1.8528990745544434,2.1438965797424316,-0.004503610078245401,0.0026708769146353006,0.29158923029899597,0.46066638827323914,0.761440172791481,321.0,82176.0,2122.7724909419194,5259264.0 +397.18,24.780000686645508,2528.0,0.007761785294860601,0.0909220352768898,0.0,1.89998197555542,2.146528959274292,-0.004462141077965498,0.0026622768491506577,0.3881862461566925,0.4636909067630768,0.7409567832946777,322.0,82432.0,2129.2521703080274,5275648.0 +406.41,25.920000076293945,2467.0,0.007092577870935202,0.0873006209731102,0.0,1.861305832862854,2.1130661964416504,-0.0058800834231078625,0.002679121680557728,0.3068919777870178,0.4584336578845978,0.7508605569601059,323.0,82688.0,2135.8939030340407,5292032.0 +390.96,24.31999969482422,2541.0,0.008175846189260483,0.1011759415268898,0.0,1.9777812957763672,2.126002550125122,-0.0061121657490730286,0.0026736967265605927,0.5614561438560486,0.45032092928886414,0.6370069682598114,324.0,82944.0,2142.3419852589723,5308416.0 +386.41,23.989999771118164,2504.0,0.013147328980267048,0.165283203125,0.0,1.892354965209961,2.138582706451416,-0.00046843363088555634,0.0026601599529385567,0.36170104146003723,0.4663480818271637,0.7305412292480469,325.0,83200.0,2148.884148678044,5324800.0 +384.04,22.780000686645508,2492.0,0.011100835166871548,0.1379801481962204,0.0,2.0109236240386963,2.161867141723633,-0.004758097697049379,0.002662742743268609,0.5815910696983337,0.47868087887763977,0.6224705576896667,326.0,83456.0,2155.459451126866,5341184.0 +394.98,23.709999084472656,2471.0,0.00997984316200018,0.1262410432100296,0.0,1.8777904510498047,2.1801259517669678,-0.005198557861149311,0.0026588384062051773,0.3736424148082733,0.45105913281440735,0.7564555406570435,327.0,83712.0,2162.0894110868685,5357568.0 +386.9,23.670000076293945,2472.0,0.012193492613732815,0.1445719450712204,0.0,1.9469467401504517,2.1556508541107178,-0.0034079214092344046,0.0026589175686240196,0.48269832134246826,0.4640704393386841,0.6249401867389679,328.0,83968.0,2168.7169540079776,5373952.0 +398.99,24.34000015258789,2469.0,0.007572058588266373,0.0900472030043602,0.0,1.8745055198669434,2.1607325077056885,-0.005417633336037397,0.0026572709903120995,0.3519049882888794,0.45972856879234314,0.7874638438224792,329.0,84224.0,2175.354500654852,5390336.0 +409.21,24.68000030517578,2470.0,0.007118120789527893,0.0909627303481102,0.0,1.8270198106765747,2.1650617122650146,-0.004352284129709005,0.0026582954451441765,0.24278974533081055,0.4654862880706787,0.8091209381818771,330.0,84480.0,2181.9861783569213,5406720.0 +414.05,25.739999771118164,2603.0,0.012021481990814209,0.16119384765625,0.0,1.8473129272460938,2.1556291580200195,-0.004101113881915808,0.0026557249948382378,0.28969597816467285,0.4631384313106537,0.7357206046581268,331.0,84736.0,2188.279862497933,5423104.0 +410.45,26.489999771118164,2478.0,0.01407523825764656,0.155517578125,0.0,1.92485773563385,2.1899490356445312,0.0016358382999897003,0.0026631520595401525,0.37441346049308777,0.49030113220214844,0.7454342246055603,332.0,84992.0,2194.8901352239773,5439488.0 +402.81,25.950000762939453,2524.0,0.01036334503442049,0.1378987580537796,0.0,1.8927971124649048,2.1457231044769287,-0.0025757260154932737,0.0026865070685744286,0.3601975739002228,0.45666956901550293,0.6678867936134338,333.0,85248.0,2201.38033739198,5455872.0 +404.91,25.809999465942383,2539.0,0.008214429952204227,0.1067301407456398,0.0,1.8638558387756348,2.1431996822357178,-0.004983504768460989,0.002682800404727459,0.281447172164917,0.4718055725097656,0.7798654139041901,334.0,85504.0,2207.833767030854,5472256.0 +405.55,26.329999923706055,2538.0,0.00803485419601202,0.0980631485581398,0.0,1.8461228609085083,2.152984380722046,-0.004281181376427412,0.0026745712384581566,0.2863207161426544,0.45439019799232483,0.7401411533355713,335.0,85760.0,2214.2890706078615,5488640.0 +402.18,26.25,2535.0,0.008508128114044666,0.10589599609375,0.0,1.8912571668624878,2.112964630126953,-0.004920478444546461,0.002667061286047101,0.3552389144897461,0.4694567024707794,0.6959095001220703,336.0,86016.0,2220.7522604810074,5505024.0 +396.59,26.15999984741211,2543.0,0.01572537235915661,0.19696044921875,0.0,1.9020905494689941,2.10418438911438,-0.0003433519450481981,0.0026736219879239798,0.342825323343277,0.4790019094944,0.7076345980167389,337.0,86272.0,2227.1936652050354,5521408.0 +395.33,25.059999465942383,2581.0,0.00858501810580492,0.1076863631606102,0.0,1.903701901435852,2.0742132663726807,-0.0030613995622843504,0.002655031392350793,0.3645998537540436,0.4811902344226837,0.7075806558132172,338.0,86528.0,2233.5411932729185,5537792.0 +401.65,25.649999618530273,2550.0,0.008183938451111317,0.0895589217543602,0.0,1.8503642082214355,2.1046335697174072,-0.004160053096711636,0.0026683062314987183,0.26191040873527527,0.4739408791065216,0.7618613690137863,339.0,86784.0,2239.9667126119602,5554176.0 +397.2,25.530000686645508,2425.0,0.010323871858417988,0.1344807893037796,0.0,1.8864294290542603,2.100653648376465,-0.0038899171631783247,0.002670799382030964,0.3283206522464752,0.4753372371196747,0.7208832502365112,340.0,87040.0,2246.722231471911,5570560.0 +409.04,26.030000686645508,2476.0,0.009802295826375484,0.1194051131606102,0.0,1.8347071409225464,2.114590883255005,-0.003109220415353775,0.002655787393450737,0.24658538401126862,0.47092899680137634,0.7748718708753586,341.0,87296.0,2253.33748354204,5586944.0 +401.67,25.049999237060547,2518.0,0.00797505397349596,0.09619140625,0.0,1.8797111511230469,2.1457488536834717,-0.0032727010548114777,0.0026651863008737564,0.32511499524116516,0.4726701080799103,0.7594284117221832,342.0,87552.0,2259.8433182658628,5603328.0 +400.36,25.420000076293945,2539.0,0.009378871880471706,0.1109212264418602,0.0,1.9035230875015259,2.1192047595977783,-0.0050020064227283,0.0026635669637471437,0.3700045049190521,0.4764134883880615,0.7214727699756622,343.0,87808.0,2266.2970423439983,5619712.0 +400.44,25.09000015258789,2516.0,0.007263645064085722,0.0861612930893898,0.0,1.9101768732070923,2.102856397628784,-0.004268609918653965,0.0026609853375703096,0.3839053213596344,0.47646763920783997,0.6825283765792847,344.0,88064.0,2272.808461661916,5636096.0 +399.96,25.440000534057617,2547.0,0.013038761913776398,0.1546834260225296,0.0,1.9345639944076538,2.1055214405059814,-0.0006827698671258986,0.0026566116139292717,0.36881545186042786,0.5080596804618835,0.7757491916418076,345.0,88320.0,2279.2409601039253,5652480.0 +401.04,26.459999084472656,2560.0,0.010442640632390976,0.12255859375,0.0,1.8767133951187134,2.1134626865386963,-0.0016763960011303425,0.0026715390849858522,0.2139667272567749,0.5219941139221191,0.8113791942596436,346.0,88576.0,2285.6393438340165,5668864.0 +410.99,27.260000228881836,2526.0,0.010444925166666508,0.13067626953125,0.0,1.8522804975509644,2.1464078426361084,-0.0022428473457694054,0.0026583715807646513,0.2068690061569214,0.5078622698783875,0.7604280114173889,347.0,88832.0,2292.12545141601,5685248.0 +409.23,26.780000686645508,2519.0,0.010877805761992931,0.1268513947725296,0.0,1.8880077600479126,2.1306874752044678,-0.002943713217973709,0.0026662887539714575,0.3443712890148163,0.470241516828537,0.6710774004459381,348.0,89088.0,2298.6290376610123,5701632.0 +400.94,25.649999618530273,2483.0,0.012682422064244747,0.14544677734375,0.0,1.8585959672927856,2.130444049835205,-0.002528979443013668,0.0026680706068873405,0.27832838892936707,0.47265955805778503,0.7383451163768768,349.0,89344.0,2305.2268913108855,5718016.0 +400.73,25.729999542236328,2534.0,0.011916355229914188,0.1574503630399704,0.0,1.9240089654922485,2.143980026245117,-0.003806430147960782,0.0026622239965945482,0.2830197811126709,0.49566230177879333,0.7057468295097351,350.0,89600.0,2311.6915102128405,5734400.0 +400.31,25.8700008392334,2546.0,0.010028136894106865,0.1265055388212204,0.0,1.9209812879562378,2.147399663925171,-0.0031902010086923838,0.0026562914717942476,0.27631402015686035,0.4983689785003662,0.6981682479381561,351.0,89856.0,2318.125361724058,5750784.0 +408.73,26.81999969482422,2500.0,0.00910289864987135,0.1157023087143898,0.0,1.8850460052490234,2.170422315597534,-0.0031213366892188787,0.002659369958564639,0.20645439624786377,0.4959769546985626,0.7722719758749008,352.0,90112.0,2324.6779726268724,5767168.0 +401.18,26.329999923706055,2541.0,0.008694635704159737,0.10552978515625,0.0,1.8982967138290405,2.1609678268432617,-0.005894895642995834,0.0026450937148183584,0.2857022285461426,0.47917112708091736,0.6983717381954193,353.0,90368.0,2331.1247265769634,5783552.0 +396.35,25.709999084472656,2539.0,0.009113975800573826,0.11029052734375,0.0,1.9296404123306274,2.1725943088531494,-0.005180614069104195,0.0026428205892443657,0.34708380699157715,0.4803633391857147,0.6777464747428894,354.0,90624.0,2337.576580520952,5799936.0 +396.68,24.149999618530273,2465.0,0.008994783274829388,0.1126708984375,0.0,2.0070149898529053,2.1720545291900635,-0.0049925860948860645,0.002647341461852193,0.4637104570865631,0.4971691370010376,0.6211090683937073,355.0,90880.0,2344.2230033939704,5816320.0 +386.93,22.489999771118164,2468.0,0.012273386120796204,0.1512247771024704,0.0,2.010469675064087,2.180173635482788,-0.001955486135557294,0.002638464095070958,0.47127053141593933,0.4982925355434418,0.634168803691864,356.0,91136.0,2350.8613064289093,5832704.0 +394.4,23.3700008392334,2533.0,0.007765152957290411,0.0904744490981102,0.0,1.8732861280441284,2.1665899753570557,-0.004639910068362951,0.002638509264215827,0.24408824741840363,0.4770042598247528,0.7477323710918427,357.0,91392.0,2357.3281159410253,5849088.0 +403.12,25.280000686645508,2548.0,0.009994637221097946,0.1247151717543602,0.0,1.8966964483261108,2.1904869079589844,-0.0016894129803404212,0.002649280009791255,0.290939062833786,0.46886327862739563,0.6793340742588043,358.0,91648.0,2363.758340163855,5865472.0 +400.05,25.010000228881836,2531.0,0.006463769357651472,0.0727742537856102,0.0,1.918285846710205,2.176121711730957,-0.004544859752058983,0.0026341835036873817,0.33878740668296814,0.4767929017543793,0.6715123057365417,359.0,91904.0,2370.2307489078958,5881856.0 +398.38,25.540000915527344,2463.0,0.007797353435307741,0.0883585587143898,0.0,1.8958789110183716,2.1774356365203857,-0.0049235825426876545,0.002636776538565755,0.3039807975292206,0.4708360433578491,0.6987177133560181,360.0,92160.0,2376.8835042549763,5898240.0 +393.3,24.959999084472656,2474.0,0.011619583703577518,0.1414794921875,0.0,1.971583366394043,2.18849515914917,-0.003974908497184515,0.002638678066432476,0.4419250190258026,0.4758414328098297,0.6172341704368591,361.0,92416.0,2383.504506168887,5914624.0 +390.49,25.6200008392334,2535.0,0.011335494928061962,0.1382039338350296,0.0,1.857141375541687,2.1942834854125977,-0.004361811559647322,0.0026469090953469276,0.21393029391765594,0.4717261493206024,0.6681537926197052,362.0,92672.0,2389.9674621939193,5931008.0 +400.49,26.020000457763672,2542.0,0.010953056626021862,0.134521484375,0.0,1.8879095315933228,2.2138655185699463,-0.004326088819652796,0.0026366219390183687,0.26575860381126404,0.48193657398223877,0.7042829096317291,363.0,92928.0,2396.412769187009,5947392.0 +397.43,25.440000534057617,2532.0,0.01267912145704031,0.16033935546875,0.0,1.9081090688705444,2.171093702316284,-0.004237077664583921,0.002638996345922351,0.3154224157333374,0.47554612159729004,0.6542043387889862,364.0,93184.0,2402.883415012853,5963776.0 +401.39,25.399999618530273,2565.0,0.011689181439578533,0.1448974609375,0.0,1.8350192308425903,2.1857926845550537,-0.005369127262383699,0.0026365602388978004,0.18692202866077423,0.46912407875061035,0.7578726261854172,365.0,93440.0,2409.269687610911,5980160.0 +391.0,24.350000381469727,2558.0,0.013058718293905258,0.1457316130399704,0.0,2.038645029067993,2.1698176860809326,-0.003932612016797066,0.002644401276484132,0.5898557305335999,0.4657723903656006,0.6227426826953888,366.0,93696.0,2415.676378699951,5996544.0 +372.62,21.93000030517578,2491.0,0.01613094098865986,0.1936442106962204,0.0,1.9800561666488647,2.1542768478393555,-0.004084679763764143,0.0026320565957576036,0.4660458564758301,0.47529175877571106,0.6386870443820953,367.0,93952.0,2422.253861788893,6012928.0 +382.68,22.950000762939453,2453.0,0.013958421535789967,0.15802001953125,0.0,1.909947395324707,2.1812312602996826,-0.0017155050300061703,0.0026334074791520834,0.3318316340446472,0.46946191787719727,0.6872300803661346,368.0,94208.0,2428.9318003039807,6029312.0 +396.74,24.950000762939453,2472.0,0.01260713767260313,0.166015625,0.0,1.8288235664367676,2.1645867824554443,-0.001370889600366354,0.002633762313053012,0.17201821506023407,0.46753787994384766,0.7848233282566071,369.0,94464.0,2435.557913923869,6045696.0 +403.37,25.959999084472656,2618.0,0.02124263532459736,0.22210693359375,0.0,1.8769770860671997,2.150991678237915,0.0022085607051849365,0.0026286551728844643,0.24179208278656006,0.47974321246147156,0.7158973813056946,370.0,94720.0,2441.8152474919334,6062080.0 +402.1,26.0,2513.0,0.010723702609539032,0.1217447891831398,0.0,1.9207206964492798,2.1671793460845947,-0.0038648254703730345,0.002627919428050518,0.3484819829463959,0.47670939564704895,0.6105659604072571,371.0,94976.0,2448.3332922998816,6078464.0 +394.48,24.25,2533.0,0.008353152312338352,0.0893351212143898,0.0,1.9677644968032837,2.1526949405670166,-0.0033540548756718636,0.0026296444702893496,0.4488960802555084,0.47198787331581116,0.6242872178554535,372.0,95232.0,2454.8012597600464,6094848.0 +392.03,24.950000762939453,2484.0,0.011390645988285542,0.1396891325712204,0.0,1.8969556093215942,2.156081438064575,-0.002476099645718932,0.00262556248344481,0.3033330738544464,0.47516945004463196,0.6719949543476105,373.0,95488.0,2461.3960240739398,6111232.0 +390.61,26.1299991607666,2492.0,0.01441197469830513,0.17535400390625,0.0,1.9000072479248047,2.1906797885894775,0.00051087950123474,0.0026292831171303988,0.3101639449596405,0.47027233242988586,0.6726658046245575,374.0,95744.0,2467.97079370101,6127616.0 +390.39,25.31999969482422,2533.0,0.01348685473203659,0.164794921875,0.0,1.8708456754684448,2.2079017162323,-0.002002304419875145,0.0026257531717419624,0.2605648338794708,0.4703432619571686,0.676155149936676,375.0,96000.0,2474.438171772985,6144000.0 +392.31,25.489999771118164,2450.0,0.00869443267583847,0.1108805313706398,0.0,1.8948391675949097,2.187288522720337,-0.004062963183969259,0.00262693059630692,0.3107197880744934,0.47053292393684387,0.7082403600215912,376.0,96256.0,2481.1241304259747,6160384.0 +400.6,26.079999923706055,2454.0,0.008630705997347832,0.1031290665268898,0.0,1.898835301399231,2.1885721683502197,-0.0053014629520475864,0.002627926180139184,0.3154374063014984,0.47295472025871277,0.6714857518672943,377.0,96512.0,2487.799242704874,6176768.0 +399.17,25.489999771118164,2497.0,0.012179301120340824,0.1441650390625,0.0,1.891775131225586,2.2092485427856445,-0.0027585038915276527,0.0026256563141942024,0.2781158983707428,0.483451247215271,0.717757374048233,378.0,96768.0,2494.3603682350367,6193152.0 +400.6,25.790000915527344,2504.0,0.009770087897777557,0.1183878555893898,0.0,1.877458095550537,2.206900119781494,-0.0030271727591753006,0.0026254768017679453,0.23107190430164337,0.4930906593799591,0.7483684420585632,379.0,97024.0,2500.902254232904,6209536.0 +397.94,25.40999984741211,2515.0,0.011404731310904026,0.13836669921875,0.0,1.9501069784164429,2.1763734817504883,-0.0037099483888596296,0.0026213156525045633,0.40955066680908203,0.4787874221801758,0.6303324401378632,380.0,97280.0,2507.416853677947,6225920.0 +401.21,25.8700008392334,2468.0,0.009443579241633415,0.1161702498793602,0.0,1.8576050996780396,2.1915299892425537,-0.004712033551186323,0.0026224174071103334,0.22692269086837769,0.47820234298706055,0.7132880985736847,381.0,97536.0,2514.054088885896,6242304.0 +392.38,25.079999923706055,2484.0,0.010074932128190994,0.1251220703125,0.0,1.9162821769714355,2.161217212677002,-0.004397570621222258,0.0026209158822894096,0.3520617187023163,0.47439542412757874,0.6350612640380859,382.0,97792.0,2520.649667175021,6258688.0 +390.08,25.34000015258789,2507.0,0.013967805542051792,0.17181396484375,0.0,1.913885235786438,2.127049684524536,-0.0024740982335060835,0.002616099314764142,0.3272465765476227,0.484630823135376,0.6718137562274933,383.0,98048.0,2527.1837258299347,6275072.0 +384.89,25.010000228881836,2488.0,0.011079463176429272,0.1427815705537796,0.0,1.8787765502929688,2.1254169940948486,-0.004646981600672007,0.0026193000376224518,0.26788845658302307,0.47972288727760315,0.7002370059490204,384.0,98304.0,2533.7704852130264,6291456.0 +382.49,25.989999771118164,2519.0,0.012080132961273193,0.1478068083524704,0.0,1.9369088411331177,2.1509084701538086,-0.002493822481483221,0.0026297427248209715,0.376719206571579,0.4763392210006714,0.5901012420654297,385.0,98560.0,2540.2740179358516,6307840.0 +380.62,25.360000610351562,2513.0,0.011854991316795349,0.1358235627412796,0.0,1.9205979108810425,2.154829740524292,-0.004463657271116972,0.0026318810414522886,0.3302061855792999,0.48431897163391113,0.6493750512599945,386.0,98816.0,2546.7928305009846,6324224.0 +380.45,24.979999542236328,2563.0,0.02018110454082489,0.2254638671875,0.0,1.9215599298477173,2.167762041091919,0.004609032068401575,0.002626302419230342,0.31964215636253357,0.4843806028366089,0.6248807311058044,387.0,99072.0,2553.183734061895,6340608.0 +380.23,24.510000228881836,2577.0,0.013568789698183537,0.1607259064912796,0.0,1.958591341972351,2.1975696086883545,-0.005209262948483229,0.0026342831552028656,0.44121408462524414,0.46660828590393066,0.5820639431476593,388.0,99328.0,2559.540226192912,6356992.0 +371.01,23.56999969482422,2629.0,0.013263207860291004,0.1593017578125,0.0,1.9274582862854004,2.1830074787139893,-0.0030831198673695326,0.0026289147790521383,0.3770296275615692,0.4679662883281708,0.5877987742424011,389.0,99584.0,2565.7725589389447,6373376.0 +383.33,24.56999969482422,2496.0,0.012965336441993713,0.1744791716337204,0.0,1.857421875,2.183704137802124,-0.0024198528844863176,0.002619280479848385,0.2291267365217209,0.4760763943195343,0.6798102855682373,390.0,99840.0,2572.336729480885,6389760.0 +404.47,26.6200008392334,2470.0,0.013740544207394123,0.1632893830537796,0.0,1.8230623006820679,2.191817045211792,-0.0015589544782415032,0.002620871178805828,0.15600691735744476,0.4767167270183563,0.7852133810520172,391.0,100096.0,2578.969852038892,6406144.0 +399.24,26.459999084472656,2524.0,0.009723816998302937,0.1149698868393898,0.0,1.9328628778457642,2.1710259914398193,-0.004315109923481941,0.0026110310573130846,0.35441553592681885,0.49491944909095764,0.6448434889316559,392.0,100352.0,2585.461498141056,6422528.0 +392.22,24.799999237060547,2542.0,0.011410675942897797,0.1269938200712204,0.0,1.8926239013671875,2.188114643096924,-0.0035269923973828554,0.0026199345011264086,0.322025328874588,0.465547114610672,0.6528114974498749,393.0,100608.0,2591.905902069062,6438912.0 +393.32,24.299999237060547,2540.0,0.012601344846189022,0.1591796875,0.0,1.8956698179244995,2.176654100418091,-0.003562872065231204,0.002613949589431286,0.30928274989128113,0.4779760539531708,0.6582944393157959,394.0,100864.0,2598.3549096479546,6455296.0 +397.36,25.3700008392334,2532.0,0.015632715076208115,0.16986083984375,0.0,1.8410115242004395,2.192291498184204,-0.004223226103931665,0.0026153065264225006,0.19046343863010406,0.48292461037635803,0.7313545942306519,395.0,101120.0,2604.825319746975,6471680.0 +400.25,26.239999771118164,2531.0,0.009048162028193474,0.1108601912856102,0.0,1.850981593132019,2.1905295848846436,-0.00338170793838799,0.00261673447676003,0.22883911430835724,0.47202733159065247,0.6692875027656555,396.0,101376.0,2611.297646044055,6488064.0 +401.29,25.389999389648438,2543.0,0.01482138317078352,0.1693522185087204,0.0,1.9092167615890503,2.2212350368499756,0.0003434518293943256,0.0026201896835118532,0.2976025938987732,0.49095043540000916,0.704645186662674,397.0,101632.0,2617.74016148597,6504448.0 +389.64,24.420000076293945,2604.0,0.011479916982352734,0.1312662810087204,0.0,1.8899760246276855,2.2068161964416504,-0.003794498508796096,0.0026335769798606634,0.30534353852272034,0.46493852138519287,0.5787572860717773,398.0,101888.0,2624.031693771016,6520832.0 +393.15,25.440000534057617,2556.0,0.013545543886721134,0.1633707731962204,0.0,1.8432782888412476,2.2241203784942627,-0.003091488964855671,0.002618025755509734,0.18604667484760284,0.4852652847766876,0.7135744690895081,399.0,102144.0,2630.4405548099894,6537216.0 +395.58,24.59000015258789,2550.0,0.013876601122319698,0.16510009765625,0.0,1.9175125360488892,2.2390592098236084,-0.005520712584257126,0.0026191137731075287,0.4117523431777954,0.4628120958805084,0.5498893558979034,400.0,102400.0,2636.866054622922,6553600.0 +385.36,22.709999084472656,2524.0,0.009699310176074505,0.1274007111787796,0.0,1.8719100952148438,2.234752655029297,-0.0042421212419867516,0.002611563540995121,0.31327685713768005,0.46894538402557373,0.632309228181839,401.0,102656.0,2643.35607188195,6569984.0 +393.49,23.959999084472656,2463.0,0.015554633922874928,0.1800537109375,0.0,1.840297818183899,2.2070930004119873,-0.0017279559979215264,0.0026065725833177567,0.2405017465353012,0.47346261143684387,0.609970360994339,402.0,102912.0,2650.006421220023,6586368.0 +397.89,25.25,2596.0,0.011472780257463455,0.1290690153837204,0.0,1.8312584161758423,2.2407078742980957,-0.003818458877503872,0.0026093407068401575,0.22414042055606842,0.4736754894256592,0.5719885230064392,403.0,103168.0,2656.3171583910007,6602752.0 +396.4,26.489999771118164,2569.0,0.014241266064345837,0.1711018830537796,0.0,1.7910652160644531,2.240302085876465,-0.003699185326695442,0.0026167670730501413,0.16445231437683105,0.4592925012111664,0.6547301709651947,404.0,103424.0,2662.693895553006,6619136.0 +392.79,26.489999771118164,2604.0,0.01145243737846613,0.13641357421875,0.0,1.884330153465271,2.2480719089508057,-0.003084659343585372,0.0026092103216797113,0.32201090455055237,0.47728273272514343,0.5276269316673279,405.0,103680.0,2668.986018197844,6635520.0 +393.64,25.790000915527344,2617.0,0.01181807741522789,0.1335245817899704,0.0,1.8165301084518433,2.22794246673584,-0.0035562384873628616,0.00260510784573853,0.20416241884231567,0.47056612372398376,0.6395463049411774,406.0,103936.0,2675.245748496847,6651904.0 +386.34,24.420000076293945,2584.0,0.010471009649336338,0.1364339143037796,0.0,1.8822709321975708,2.2552881240844727,-0.005639242008328438,0.0026063434779644012,0.3429804742336273,0.4686119854450226,0.5508089959621429,407.0,104192.0,2681.5864059298765,6668288.0 +385.02,23.43000030517578,2484.0,0.009218287654221058,0.111328125,0.0,1.8564285039901733,2.2468600273132324,-0.004989533685147762,0.0026021061930805445,0.281891793012619,0.4747731387615204,0.6252566277980804,408.0,104448.0,2688.1810985680204,6684672.0 +384.11,23.530000686645508,2469.0,0.01014042180031538,0.11944580078125,0.0,1.8486809730529785,2.2568235397338867,-0.006110344082117081,0.002606930211186409,0.3011381924152374,0.4559064209461212,0.5787128210067749,409.0,104704.0,2694.8168112440035,6701056.0 +388.87,24.780000686645508,2454.0,0.008603179827332497,0.1006062850356102,0.0,1.8247617483139038,2.2614920139312744,-0.004838270600885153,0.0026039560325443745,0.24524717032909393,0.4602469205856323,0.6594448387622833,410.0,104960.0,2701.4928723040503,6717440.0 +391.79,24.600000381469727,2458.0,0.01167676504701376,0.1470540314912796,0.0,1.8479324579238892,2.2335827350616455,-0.0037564958911389112,0.0026022603269666433,0.26607245206832886,0.4727071523666382,0.6591832339763641,411.0,105216.0,2708.1591675449163,6733824.0 +389.61,24.829999923706055,2489.0,0.014203616417944431,0.1678263396024704,0.0,1.852466106414795,2.238703966140747,-0.0019367276690900326,0.0026068228762596846,0.3083258867263794,0.45171797275543213,0.6179845333099365,412.0,105472.0,2714.743375141872,6750208.0 +389.8,24.559999465942383,2485.0,0.015517090447247028,0.17572021484375,0.0,1.8366951942443848,2.2144036293029785,-0.0018977519357576966,0.002601963235065341,0.261396199464798,0.4616997539997101,0.6835712790489197,413.0,105728.0,2721.3348781310488,6766592.0 +396.11,24.84000015258789,2507.0,0.011563845910131931,0.1273600310087204,0.0,1.832647681236267,2.238112449645996,-0.0036334905307739973,0.002603287110105157,0.2463020533323288,0.46661341190338135,0.6920669674873352,414.0,105984.0,2727.869392280001,6782976.0 +399.49,24.579999923706055,2595.0,0.013747994787991047,0.16485595703125,0.0,1.8471012115478516,2.247481346130371,-0.0014737891033291817,0.002601086162030697,0.2539549767971039,0.4764361083507538,0.620690107345581,415.0,106240.0,2734.183699522866,6799360.0 +405.2,24.56999969482422,2571.0,0.008704397827386856,0.0945027694106102,0.0,1.8369007110595703,2.2538421154022217,-0.0031128518749028444,0.0026032819878309965,0.2491167038679123,0.4691450595855713,0.6549144387245178,416.0,106496.0,2740.5571005628444,6815744.0 +403.64,25.489999771118164,2580.0,0.007823402062058449,0.0874837264418602,0.0,1.8214236497879028,2.258232355117798,-0.003214980708435178,0.002599710365757346,0.2163189798593521,0.47201910614967346,0.6468187868595123,417.0,106752.0,2746.9069045060314,6832128.0 +390.62,24.329999923706055,2506.0,0.008396393619477749,0.09326171875,0.0,1.9019633531570435,2.2274672985076904,-0.004573708400130272,0.002598690101876855,0.3731224834918976,0.4757782220840454,0.5748772323131561,418.0,107008.0,2753.4443460139446,6848512.0 +372.88,22.959999084472656,2451.0,0.007479086983948946,0.0807088240981102,0.0,1.8954734802246094,2.2165770530700684,-0.00501780491322279,0.0026017699856311083,0.36641383171081543,0.47138461470603943,0.6677705943584442,419.0,107264.0,2760.129243648844,6864896.0 +383.91,25.43000030517578,2542.0,0.009565969929099083,0.11370849609375,0.0,1.7997421026229858,2.2232189178466797,-0.0053137424401938915,0.002597990445792675,0.16450810432434082,0.47896358370780945,0.7016114890575409,420.0,107520.0,2766.57313087699,6881280.0 +400.18,26.790000915527344,2467.0,0.01036446075886488,0.1209716796875,0.0,1.8273838758468628,2.245689630508423,-0.005336411762982607,0.002610983559861779,0.21318621933460236,0.476084440946579,0.689769983291626,421.0,107776.0,2773.214852028992,6897664.0 +402.71,26.479999542236328,2538.0,0.010083663277328014,0.1152750626206398,0.0,1.8182482719421387,2.2264201641082764,-0.004540103953331709,0.002603058936074376,0.2017427235841751,0.4755609333515167,0.7401320934295654,422.0,108032.0,2779.668658541981,6914048.0 +409.58,27.100000381469727,2537.0,0.010021857917308807,0.1150105819106102,0.0,1.7945371866226196,2.2363383769989014,-0.00471369456499815,0.0026049260050058365,0.16827793419361115,0.46779486536979675,0.7471521496772766,423.0,108288.0,2786.126686820993,6930432.0 +407.07,27.34000015258789,2502.0,0.00916200503706932,0.0962931290268898,0.0,1.8105335235595703,2.22495436668396,-0.004334721248596907,0.002600317122414708,0.200145423412323,0.4696609079837799,0.7194277942180634,424.0,108544.0,2792.673752723029,6946816.0 +400.44,26.719999313354492,2559.0,0.009267817251384258,0.1068929061293602,0.0,1.8265985250473022,2.2228610515594482,-0.005598852410912514,0.0026026011910289526,0.24250967800617218,0.46457186341285706,0.7446318566799164,425.0,108800.0,2799.075125824893,6963200.0 +401.86,25.709999084472656,2566.0,0.010529170744121075,0.1249593123793602,0.0,1.8123751878738403,2.223043203353882,-0.005096239037811756,0.0026049085427075624,0.22025728225708008,0.4597524106502533,0.7540114223957062,426.0,109056.0,2805.463815354975,6979584.0 +406.78,26.649999618530273,2534.0,0.009944457560777664,0.1219685897231102,0.0,1.7949104309082031,2.232210397720337,-0.005593961104750633,0.0025980749633163214,0.1961248517036438,0.4582691490650177,0.7840088605880737,427.0,109312.0,2811.9295760060195,6995968.0 +406.8,26.389999389648438,2493.0,0.0131557397544384,0.1525065153837204,0.0,1.831822395324707,2.2235805988311768,-0.0038956720381975174,0.0025991261936724186,0.2728576958179474,0.45444342494010925,0.7177933156490326,428.0,109568.0,2818.5001571979374,7012352.0 +405.46,27.1299991607666,2568.0,0.009134810417890549,0.0986124649643898,0.0,1.8227324485778809,2.237149715423584,-0.004912298638373613,0.0025973340962082148,0.24390487372875214,0.46200183033943176,0.7461178004741669,429.0,109824.0,2824.879530587932,7028736.0 +388.72,25.229999542236328,2535.0,0.010449347086250782,0.1128336563706398,0.0,1.908581256866455,2.238384485244751,-0.005065719597041607,0.002602597465738654,0.40479540824890137,0.46504440903663635,0.6328063607215881,430.0,110080.0,2831.342568608932,7045120.0 +387.17,24.299999237060547,2471.0,0.010810896754264832,0.1270751953125,0.0,1.8362399339675903,2.230074644088745,-0.003831404959782958,0.0025981527287513018,0.268310010433197,0.46174874901771545,0.7434059083461761,431.0,110336.0,2837.9731511720456,7061504.0 +395.62,25.139999389648438,2544.0,0.0137254623696208,0.1545206755399704,0.0,1.8794951438903809,2.1606032848358154,-0.0019410080276429653,0.0026056014467030764,0.3479280471801758,0.4589010775089264,0.6572214066982269,432.0,110592.0,2844.4126782719977,7077888.0 +402.57,26.149999618530273,2531.0,0.010390679351985455,0.1221516951918602,0.0,1.8495683670043945,2.1651415824890137,-0.004321744199842215,0.0026026894338428974,0.24262404441833496,0.4859834909439087,0.7261386513710022,433.0,110848.0,2850.8852401920594,7094272.0 +403.2,26.389999389648438,2476.0,0.01406119018793106,0.1435750275850296,0.0,1.8482307195663452,2.161442995071411,-0.0038578202947974205,0.0025939419865608215,0.27180245518684387,0.4736192226409912,0.7231558263301849,434.0,111104.0,2857.5008596789557,7110656.0 +400.36,25.559999465942383,2531.0,0.009010125882923603,0.0887451171875,0.0,1.8880456686019897,2.1521809101104736,-0.004600288812071085,0.0025936595629900694,0.3499550521373749,0.4751754701137543,0.7099229097366333,435.0,111360.0,2863.974740512902,7127040.0 +390.43,24.760000228881836,2545.0,0.012130633927881718,0.1339518278837204,0.0,1.8634849786758423,2.160801649093628,-0.003412767080590129,0.002595222322270274,0.27929678559303284,0.4842434823513031,0.693430483341217,436.0,111616.0,2870.414717135951,7143424.0 +383.03,23.450000762939453,2602.0,0.01487994845956564,0.1670735627412796,0.0,1.8908476829528809,2.121796131134033,-0.004694971721619368,0.0025960265193134546,0.3616180121898651,0.47069215774536133,0.6773184835910797,437.0,111872.0,2876.7101905269083,7159808.0 +387.34,24.6200008392334,2461.0,0.009877351112663746,0.1164754256606102,0.0,1.868228793144226,2.164599895477295,-0.003928473684936762,0.002591470954939723,0.3197934329509735,0.47088608145713806,0.7111745178699493,438.0,112128.0,2883.3679302539676,7176192.0 +393.85,25.110000610351562,2454.0,0.015335668809711933,0.1798909455537796,0.0,1.8640804290771484,2.176798105239868,-0.0009893437381833792,0.0025917068123817444,0.2962173521518707,0.4756821095943451,0.6878461539745331,439.0,112384.0,2890.044764082879,7192576.0 +401.35,25.959999084472656,2495.0,0.013937034644186497,0.1692911833524704,0.0,1.8492727279663086,2.1868112087249756,-0.001465369830839336,0.0025966030079871416,0.2663916051387787,0.47392764687538147,0.7228911817073822,440.0,112640.0,2896.6100959349424,7208960.0 +391.83,24.510000228881836,2503.0,0.01549148466438055,0.1893107146024704,0.0,1.973434329032898,2.1804988384246826,-0.00041091549792326987,0.002585513284429908,0.49976494908332825,0.4859500825405121,0.5940761268138885,441.0,112896.0,2903.1558277439326,7225344.0 +391.52,24.889999389648438,2526.0,0.01404428482055664,0.1579182893037796,0.0,1.8135424852371216,2.195523977279663,-0.002617917023599148,0.002599400468170643,0.22347800433635712,0.45924973487854004,0.719671368598938,442.0,113152.0,2909.6420038109645,7241728.0 +387.87,23.969999313354492,2510.0,0.01323942095041275,0.1535441130399704,0.0,1.9487179517745972,2.1959712505340576,-0.00443158159032464,0.002583870431408286,0.45576658844947815,0.4882572591304779,0.6415709853172302,443.0,113408.0,2916.1701650910545,7258112.0 +392.24,24.25,2580.0,0.010990012437105179,0.1300048828125,0.0,1.8877047300338745,2.1814820766448975,-0.0034940235782414675,0.0025945815723389387,0.35186338424682617,0.4725659191608429,0.6594511568546295,444.0,113664.0,2922.520899700932,7274496.0 +382.62,23.229999542236328,2446.0,0.011665798723697662,0.1274821013212204,0.0,1.9024940729141235,2.1821885108947754,-0.0036159332375973463,0.0025967550463974476,0.39685651659965515,0.4637584388256073,0.6633547246456146,445.0,113920.0,2929.21927614999,7290880.0 +392.11,24.969999313354492,2527.0,0.014192014001309872,0.1664225310087204,0.0,1.8722076416015625,2.1667613983154297,-0.002676180563867092,0.0025886024814099073,0.298902302980423,0.485763281583786,0.7055734395980835,446.0,114176.0,2935.702244737884,7307264.0 +383.11,24.469999313354492,2504.0,0.01689503900706768,0.1813761442899704,0.0,1.869127631187439,2.1210200786590576,-0.002325379988178611,0.002606436610221863,0.29798412322998047,0.4733520746231079,0.6853982210159302,447.0,114432.0,2942.248195011867,7323648.0 +387.03,24.06999969482422,2498.0,0.010816133581101894,0.1242879256606102,0.0,1.9063100814819336,2.127197504043579,-0.003937839064747095,0.002588429721072316,0.3448580205440521,0.49806642532348633,0.6524054110050201,448.0,114688.0,2948.8054028998595,7340032.0 +384.22,24.049999237060547,2480.0,0.016435327008366585,0.1772867888212204,0.0,1.8716273307800293,2.1081111431121826,-0.0021481334697455168,0.002596185775473714,0.30916234850883484,0.4750179946422577,0.7084467709064484,449.0,114944.0,2955.411044793902,7356416.0 +392.94,25.270000457763672,2491.0,0.013463951647281647,0.1536458283662796,0.0,1.7887310981750488,2.100961446762085,-0.002917463891208172,0.002595361787825823,0.33344951272010803,0.4762313663959503,0.5795564949512482,450.0,115200.0,2961.9878131090663,7372800.0 +406.67,26.65999984741211,2466.0,0.013208356685936451,0.1586100310087204,0.0,1.7260822057724,2.0849990844726562,-0.0023227434139698744,0.002590031363070011,0.19841979444026947,0.48332834243774414,0.7172791063785553,451.0,115456.0,2968.6312432079576,7389184.0 +404.19,25.790000915527344,2506.0,0.011715016327798367,0.1520589143037796,0.0,1.727102279663086,2.088055372238159,-0.003873799927532673,0.0025916353333741426,0.2391214221715927,0.46339717507362366,0.7360956072807312,452.0,115712.0,2975.1694133810233,7405568.0 +413.07,27.0,2388.0,0.014592587947845459,0.18060302734375,0.0,1.7147269248962402,2.1065146923065186,-0.0012907598866149783,0.0025903398636728525,0.2199075073003769,0.45847615599632263,0.7314571142196655,453.0,115968.0,2982.029422995867,7421952.0 +409.46,26.030000686645508,2472.0,0.009726311080157757,0.1173095703125,0.0,1.7234306335449219,2.1242547035217285,-0.0032256681006401777,0.002586025046184659,0.23704849183559418,0.46305349469184875,0.7364069223403931,454.0,116224.0,2988.656739450991,7438336.0 +392.0,23.93000030517578,2463.0,0.01336965337395668,0.1521199494600296,0.0,1.8661035299301147,2.128636598587036,-0.0034392420202493668,0.002600980456918478,0.5214031934738159,0.4563874304294586,0.5639841854572296,455.0,116480.0,2995.3082746479195,7454720.0 +387.63,24.06999969482422,2466.0,0.008871284313499928,0.10113525390625,0.0,1.7530332803726196,2.116501808166504,-0.0032898690551519394,0.002590673277154565,0.28318265080451965,0.46775874495506287,0.7138128280639648,456.0,116736.0,3001.9505416890606,7471104.0 +389.45,25.3700008392334,2461.0,0.009018813259899616,0.08984375,0.0,1.7196377515792847,2.113866090774536,-0.0029200396966189146,0.002593506360426545,0.25883951783180237,0.4430414140224457,0.7093957364559174,457.0,116992.0,3008.609640555922,7487488.0 +403.27,26.809999465942383,2457.0,0.010128079913556576,0.1099853515625,0.0,1.709670066833496,2.1406924724578857,-0.0037908973172307014,0.0025962365325540304,0.238042950630188,0.4433681070804596,0.775085985660553,458.0,117248.0,3015.2762059089728,7503872.0 +408.47,26.84000015258789,2498.0,0.012050647288560867,0.1365763396024704,0.0,1.711157202720642,2.127889394760132,-0.004191411193460226,0.0025906504597514868,0.2065790891647339,0.46501266956329346,0.7408979833126068,459.0,117504.0,3021.834900789894,7520256.0 +406.72,26.31999969482422,2497.0,0.012018191628158092,0.1404011994600296,0.0,1.7421507835388184,2.128572702407837,-0.0033552590757608414,0.0025946879759430885,0.27498969435691833,0.4586385488510132,0.7109610438346863,460.0,117760.0,3028.396383794956,7536640.0 +406.74,26.719999313354492,2529.0,0.01247799675911665,0.1591796875,0.0,1.7257887125015259,2.1573264598846436,-0.0023474462796002626,0.0025904083158820868,0.23573456704616547,0.46352168917655945,0.7698814570903778,461.0,118016.0,3034.874302715063,7553024.0 +388.02,24.239999771118164,2472.0,0.010647031478583813,0.1239217147231102,0.0,1.845267653465271,2.1392083168029785,-0.004133487585932016,0.0026003168895840645,0.48651015758514404,0.45392870903015137,0.6617129147052765,462.0,118272.0,3041.50157438498,7569408.0 +368.98,22.360000610351562,2544.0,0.011240224353969097,0.1235758438706398,0.0,1.8932561874389648,2.1120693683624268,-0.0035708844661712646,0.002588449278846383,0.5748446583747864,0.46308186650276184,0.6149853467941284,463.0,118528.0,3047.941049457062,7585792.0 +382.78,23.8700008392334,2542.0,0.010510843247175217,0.1299235075712204,0.0,1.7381463050842285,2.116652250289917,-0.004078161437064409,0.002587843220680952,0.24747808277606964,0.47322094440460205,0.7728798985481262,464.0,118784.0,3054.3867707168683,7602176.0 +398.91,25.90999984741211,2462.0,0.010058495216071606,0.1188761368393898,0.0,1.7705483436584473,2.1603622436523438,-0.00298263318836689,0.0025993247982114553,0.33299919962882996,0.4556065499782562,0.7352799773216248,465.0,119040.0,3061.041841726983,7618560.0 +403.01,26.489999771118164,2523.0,0.009197094477713108,0.1132609024643898,0.0,1.706987977027893,2.1106672286987305,-0.005600645672529936,0.00258639850653708,0.21406441926956177,0.4599447548389435,0.7538580894470215,466.0,119296.0,3067.5366940868553,7634944.0 +406.98,26.31999969482422,2497.0,0.010683649219572544,0.1273396760225296,0.0,1.7081432342529297,2.142713785171509,-0.003618963761255145,0.0025968183763325214,0.19495069980621338,0.46448931097984314,0.8160908073186874,467.0,119552.0,3074.098210504977,7651328.0 +405.04,26.969999313354492,2493.0,0.010518011637032032,0.135009765625,0.0,1.7465060949325562,2.1425371170043945,-0.001680424902588129,0.0026078466325998306,0.2572237253189087,0.4646719694137573,0.7577394545078278,468.0,119808.0,3080.672403489938,7667712.0 +405.94,26.190000534057617,2539.0,0.011989325284957886,0.1454874724149704,0.0,1.7513386011123657,2.1333863735198975,-0.004065402317792177,0.0026168052572757006,0.24839270114898682,0.47263193130493164,0.7465388178825378,469.0,120064.0,3087.1248567919247,7684096.0 +409.35,26.75,2513.0,0.014320681802928448,0.1715901643037796,0.0,1.7237776517868042,2.1090705394744873,-0.0035226475447416306,0.0025920853950083256,0.24062414467334747,0.45862701535224915,0.7786670923233032,470.0,120320.0,3093.644443758065,7700480.0 +411.74,27.3799991607666,2433.0,0.010745707899332047,0.1241251602768898,0.0,1.7067464590072632,2.121424436569214,-0.002921060426160693,0.002588591305539012,0.20833230018615723,0.4589049518108368,0.7893800586462021,471.0,120576.0,3100.379631384043,7716864.0 +399.91,26.510000228881836,2432.0,0.010974482633173466,0.1334228515625,0.0,1.7612749338150024,2.145982027053833,-0.005074639804661274,0.0025988274719566107,0.3420116603374481,0.44310393929481506,0.6853001713752747,472.0,120832.0,3107.117008216912,7733248.0 +394.63,25.860000610351562,2474.0,0.013866323977708817,0.1593220978975296,0.0,1.7351694107055664,2.1445696353912354,-0.0021424435544759035,0.002592945471405983,0.2651124894618988,0.4561735689640045,0.7302121222019196,473.0,121088.0,3113.737910473952,7749632.0 +385.33,23.920000076293945,2541.0,0.014259930700063705,0.1514078825712204,0.0,1.81884765625,2.1652097702026367,-0.0009745327406562865,0.0025948111433535814,0.4403764009475708,0.44994309544563293,0.705327719449997,474.0,121344.0,3120.1861516039353,7766016.0 +397.52,25.56999969482422,2604.0,0.013479403220117092,0.1720784455537796,0.0,1.7028740644454956,2.1730570793151855,-0.0008419410442002118,0.0026017026975750923,0.21517987549304962,0.44280099868774414,0.7652136087417603,475.0,121600.0,3126.4780887458473,7782400.0 +400.58,25.639999389648438,2576.0,0.011634397320449352,0.1273396760225296,0.0,1.779173493385315,2.1676785945892334,-0.00033299849019385874,0.0025940812192857265,0.34072068333625793,0.4605863094329834,0.7286245822906494,476.0,121856.0,3132.837591298856,7798784.0 +399.4,25.010000228881836,2539.0,0.007946731522679329,0.0904744490981102,0.0,1.7440485954284668,2.1221530437469482,-0.0047528804279863834,0.002592692384496331,0.29922905564308167,0.4500569999217987,0.7589106410741806,477.0,122112.0,3139.2906147800386,7815168.0 +403.15,25.079999923706055,2549.0,0.007810687646269798,0.0949300155043602,0.0,1.7289868593215942,2.118408441543579,-0.0035731245297938585,0.002596435835584998,0.25501158833503723,0.4544677436351776,0.7981940507888794,478.0,122368.0,3145.7202213939745,7831552.0 +415.08,27.43000030517578,2540.0,0.009471528232097626,0.1141560897231102,0.0,1.6908715963363647,2.1149818897247314,-0.003947296645492315,0.0025817302521318197,0.19013434648513794,0.4560689628124237,0.8343817740678787,479.0,122624.0,3152.17055342393,7847936.0 +415.78,27.440000534057617,2465.0,0.010950851254165173,0.13525390625,0.0,1.6880980730056763,2.1210482120513916,-0.005342721473425627,0.0025920451153069735,0.18529224395751953,0.45210134983062744,0.810356006026268,480.0,122880.0,3158.8166276519187,7864320.0 +411.12,26.610000610351562,2499.0,0.012771963141858578,0.1587727814912796,0.0,1.7343326807022095,2.1369898319244385,-0.0020157797262072563,0.0025803165044635534,0.26735255122184753,0.46016085147857666,0.7389333546161652,481.0,123136.0,3165.3711676129606,7880704.0 +401.99,25.780000686645508,2457.0,0.01032488327473402,0.1274007111787796,0.0,1.7490040063858032,2.1308352947235107,-0.003961801063269377,0.0025861107278615236,0.3189963102340698,0.44727709889411926,0.7414560616016388,482.0,123392.0,3172.039367103949,7897088.0 +389.68,24.8700008392334,2496.0,0.008430096320807934,0.09429931640625,0.0,1.7988826036453247,2.1303553581237793,-0.0030634610448032618,0.0025850252714008093,0.4226425886154175,0.4447506368160248,0.7019077837467194,483.0,123648.0,3178.6036063239444,7913472.0 +393.2,25.979999542236328,2535.0,0.00654488755390048,0.07659912109375,0.0,1.7280586957931519,2.1206817626953125,-0.005284804385155439,0.00258103059604764,0.26503023505210876,0.4576408863067627,0.766683503985405,484.0,123904.0,3185.066680310061,7929856.0 +400.06,26.81999969482422,2546.0,0.00859351921826601,0.1062418594956398,0.0,1.7326797246932983,2.111265182495117,-0.005498348269611597,0.0025845139753073454,0.2542765140533447,0.46680307388305664,0.7577264755964279,485.0,124160.0,3191.5014494368806,7946240.0 +408.07,27.440000534057617,2486.0,0.008518585003912449,0.0992635115981102,0.0,1.756808876991272,2.1147096157073975,-0.003815151983872056,0.0025848231744021177,0.3181767165660858,0.45644259452819824,0.7108049690723419,486.0,124416.0,3198.091426740866,7962624.0 +405.08,26.90999984741211,2499.0,0.007622664328664541,0.0848388671875,0.0,1.7081900835037231,2.0852622985839844,-0.0028892739210277796,0.002579886233434081,0.238117977976799,0.44833850860595703,0.7726858407258987,487.0,124672.0,3204.6467531470116,7979008.0 +399.68,25.530000686645508,2580.0,0.006634488236159086,0.07977294921875,0.0,1.7822656631469727,2.1024396419525146,-0.0036107583437114954,0.0025818319991230965,0.37122657895088196,0.4564344584941864,0.6933628022670746,488.0,124928.0,3210.998045349028,7995392.0 +410.67,26.559999465942383,2515.0,0.008271475322544575,0.0969645157456398,0.0,1.6953355073928833,2.097104787826538,-0.0038186225574463606,0.002583938417956233,0.20989227294921875,0.44879767298698425,0.8101658821105957,489.0,125184.0,3217.5143488028552,8011776.0 +406.27,26.309999465942383,2536.0,0.0075911530293524265,0.08795166015625,0.0,1.7297372817993164,2.0971872806549072,-0.004849981050938368,0.0025836878921836615,0.27783656120300293,0.4504983127117157,0.7369745075702667,490.0,125440.0,3223.9738240558654,8028160.0 +399.27,25.420000076293945,2469.0,0.007387459743767977,0.08453369140625,0.0,1.8034762144088745,2.097003698348999,-0.003392418147996068,0.002594890771433711,0.3992346525192261,0.45737791061401367,0.698555588722229,491.0,125696.0,3230.6099628719967,8044544.0 +395.62,25.889999389648438,2484.0,0.009365341626107693,0.1046346053481102,0.0,1.7013435363769531,2.0722243785858154,-0.002570729935541749,0.0025819845031946898,0.21346044540405273,0.4527139961719513,0.7858124077320099,492.0,125952.0,3237.2067279790062,8060928.0 +391.78,26.360000610351562,2470.0,0.00884882640093565,0.0917765274643898,0.0,1.7574076652526855,2.0903589725494385,-0.00400124816223979,0.0025815737899392843,0.3404448926448822,0.44665098190307617,0.740330845117569,493.0,126208.0,3243.8385945919435,8077312.0 +383.32,24.540000915527344,2455.0,0.007457361090928316,0.07806396484375,0.0,1.861425518989563,2.063308000564575,-0.0046249874867498875,0.0025865326169878244,0.5334420800209045,0.45265600085258484,0.648999810218811,494.0,126464.0,3250.5127769799437,8093696.0 +381.41,24.549999237060547,2556.0,0.00801677256822586,0.0909016951918602,0.0,1.7238521575927734,2.0573930740356445,-0.00415723817422986,0.0025769639760255814,0.2731628715991974,0.4488609731197357,0.7507116943597794,495.0,126720.0,3256.9231269969605,8110080.0 +392.56,25.75,2491.0,0.009121592156589031,0.1103922501206398,0.0,1.7195167541503906,2.055802345275879,-0.004735561553388834,0.0025763490702956915,0.2703971564769745,0.4465920627117157,0.7859667390584946,496.0,126976.0,3263.4992257398553,8126464.0 +407.04,26.739999771118164,2519.0,0.008739848621189594,0.1016438826918602,0.0,1.7156497240066528,2.0616166591644287,-0.003346908139064908,0.0025832371320575476,0.2420441061258316,0.4528251886367798,0.7929840534925461,497.0,127232.0,3270.0026596570387,8142848.0 +407.02,26.610000610351562,2589.0,0.007781405001878738,0.08587646484375,0.0,1.7235559225082397,2.05966854095459,-0.004702985752373934,0.00259267445653677,0.2495856136083603,0.4540037214756012,0.7981238514184952,498.0,127488.0,3276.330434818985,8159232.0 +403.76,26.600000381469727,2544.0,0.008289665915071964,0.09613037109375,0.0,1.7577253580093384,2.05120849609375,-0.003624486504122615,0.0025835211854428053,0.32840675115585327,0.45167872309684753,0.7413243353366852,499.0,127744.0,3282.7695851949975,8175616.0 +403.17,26.030000686645508,2564.0,0.008466717787086964,0.1009114608168602,0.0,1.8618589639663696,2.0393922328948975,-0.004898768849670887,0.00258338893763721,0.28597280383110046,0.45247092843055725,0.7912319302558899,500.0,128000.0,3289.160385788884,8192000.0 +404.89,25.600000381469727,2547.0,0.010814457200467587,0.13037109375,0.0,1.8664565086364746,2.0244691371917725,-0.002279862994328141,0.002580672735348344,0.28944480419158936,0.45392218232154846,0.7796671092510223,501.0,128256.0,3295.5921882719267,8208384.0 +404.25,26.299999237060547,2548.0,0.011298694647848606,0.1370442658662796,0.0,1.8606477975845337,2.046149730682373,-0.0031535597518086433,0.002575802616775036,0.24697355926036835,0.47287485003471375,0.794771209359169,502.0,128512.0,3302.0223288089037,8224768.0 +399.38,26.649999618530273,2518.0,0.010402175597846508,0.1308186799287796,0.0,1.899607539176941,2.089231491088867,-0.002773669781163335,0.0025838965084403753,0.3342999219894409,0.46417519450187683,0.7184901833534241,503.0,128768.0,3308.5301088390406,8241152.0 +401.13,26.610000610351562,2593.0,0.011460079811513424,0.1331787109375,0.0,1.8669475317001343,2.114109754562378,-0.0011679264716804028,0.0025825269985944033,0.2766760587692261,0.4596550464630127,0.7759234458208084,504.0,129024.0,3314.84867263888,8257536.0 +406.86,25.920000076293945,2600.0,0.008375381119549274,0.0896402969956398,0.0,1.8860688209533691,2.1325061321258545,-0.003987269010394812,0.00260185357183218,0.31979987025260925,0.45055440068244934,0.7229386270046234,505.0,129280.0,3321.151164969895,8273920.0 +404.44,25.920000076293945,2603.0,0.007527582813054323,0.0841471329331398,0.0,1.8359498977661133,2.1262786388397217,-0.004587444476783276,0.002579227788373828,0.26960188150405884,0.4373854696750641,0.7552136182785034,506.0,129536.0,3327.446487566922,8290304.0 +401.27,25.389999389648438,2609.0,0.00756274675950408,0.0850423201918602,0.0,1.9173563718795776,2.134824514389038,-0.0055156550370156765,0.0025856695137917995,0.39494284987449646,0.45391419529914856,0.719144195318222,507.0,129792.0,3333.7254559770226,8306688.0 +393.02,25.15999984741211,2624.0,0.008972539566457272,0.1072794571518898,0.0,1.8552641868591309,2.124422311782837,-0.00404277304187417,0.00259175943210721,0.2751283645629883,0.4471069872379303,0.7139278054237366,508.0,130048.0,3339.9720747880638,8323072.0 +394.07,26.6299991607666,2623.0,0.008961913175880909,0.1048787459731102,0.0,1.8865547180175781,2.1057608127593994,-0.004486593883484602,0.002588994335383177,0.33427882194519043,0.45046210289001465,0.720568060874939,509.0,130304.0,3346.217925159959,8339456.0 +400.05,27.110000610351562,2638.0,0.007154460530728102,0.08563232421875,0.0,1.8647969961166382,2.1344974040985107,-0.006271863356232643,0.0025832916144281626,0.2969849407672882,0.45227548480033875,0.7379101514816284,510.0,130560.0,3352.4277910890523,8355840.0 +406.1,27.760000228881836,2665.0,0.01235872507095337,0.1357218474149704,0.0,1.8100329637527466,2.1402852535247803,-0.002121987519785762,0.002605664310976863,0.15224426984786987,0.45460355281829834,0.8385392874479294,511.0,130816.0,3358.574852606049,8372224.0 +413.95,28.520000457763672,2703.0,0.00961295422166586,0.1158650740981102,0.0,1.8551154136657715,2.1174261569976807,-0.0041554272174835205,0.002613729564473033,0.22956030070781708,0.4588000774383545,0.7947513461112976,512.0,131072.0,3364.637096209917,8388608.0 +408.49,27.639999389648438,2674.0,0.010277807712554932,0.1280517578125,0.0,1.8754407167434692,2.1186411380767822,-0.004195983987301588,0.0026207221671938896,0.2564079463481903,0.46225830912590027,0.7531130164861679,513.0,131328.0,3370.763165473938,8404992.0 +412.9,27.670000076293945,2629.0,0.009448862634599209,0.1178995743393898,0.0,1.8599023818969727,2.10052752494812,-0.005306917708367109,0.002604269189760089,0.19009137153625488,0.4890344440937042,0.8092342466115952,514.0,131584.0,3376.994813395897,8421376.0 +404.92,26.6200008392334,2526.0,0.011642773635685444,0.1470947265625,0.0,1.9203599691390991,2.0960710048675537,-0.0035673407837748528,0.0025950053241103888,0.3734102249145508,0.460680216550827,0.6670551598072052,515.0,131840.0,3383.4811692428775,8437760.0 +399.7,26.440000534057617,2553.0,0.014759723097085953,0.17529296875,0.0,1.8492032289505005,2.1164286136627197,-0.0028758880216628313,0.0026017765048891306,0.2291046530008316,0.45780277252197266,0.7523007541894913,516.0,132096.0,3389.898680016864,8454144.0 +394.33,25.829999923706055,2581.0,0.01954941637814045,0.2087809294462204,0.0,1.9241195917129517,2.1187045574188232,-0.0011846944689750671,0.0026016964111477137,0.37844112515449524,0.4564228951931,0.7001659274101257,517.0,132352.0,3396.2451973289717,8470528.0 +391.45,24.719999313354492,2625.0,0.013678714632987976,0.16217041015625,0.0,1.8831313848495483,2.115762233734131,-0.0016986014088615775,0.002594177844002843,0.3004709780216217,0.4586634933948517,0.7104328274726868,518.0,132608.0,3402.4859702889808,8486912.0 +390.72,24.940000534057617,2593.0,0.012760135345160961,0.1487833708524704,0.0,1.844328761100769,2.0842106342315674,-0.00493900291621685,0.002604571869596839,0.2443208545446396,0.445663720369339,0.7625519931316376,519.0,132864.0,3408.804173754994,8503296.0 +399.16,26.260000228881836,2494.0,0.011670880019664764,0.1442464143037796,0.0,1.838811993598938,2.1012747287750244,-0.0041238791309297085,0.00258070882409811,0.2076951414346695,0.469746857881546,0.7683926075696945,520.0,133120.0,3415.3744037440047,8519680.0 +404.92,26.920000076293945,2523.0,0.011523927561938763,0.1338907927274704,0.0,1.8593926429748535,2.100216865539551,-0.004602495115250349,0.0025735374074429274,0.2741902768611908,0.46113350987434387,0.7376134991645813,521.0,133376.0,3421.868172978051,8536064.0 +404.17,26.270000457763672,2471.0,0.010961649008095264,0.13677978515625,0.0,1.8699326515197754,2.096900224685669,-0.0035536978393793106,0.0025703401770442724,0.28435614705085754,0.4671073853969574,0.7392347753047943,522.0,133632.0,3428.499360380927,8552448.0 +401.19,25.579999923706055,2504.0,0.01475550327450037,0.15728759765625,0.0,1.9018222093582153,2.1241700649261475,-0.0034273189958184958,0.002572758123278618,0.33608531951904297,0.47206974029541016,0.7158583402633667,523.0,133888.0,3435.041403193958,8568832.0 +395.35,25.469999313354492,2534.0,0.015399724245071411,0.1791178435087204,0.0,1.915121078491211,2.116461753845215,-0.004252696875482798,0.0025687331799417734,0.35672256350517273,0.4778105914592743,0.6952030062675476,524.0,134144.0,3441.50621883804,8585216.0 +395.25,25.59000015258789,2612.0,0.011440824717283249,0.1316121369600296,0.0,1.876926302909851,2.101468086242676,-0.0022187253925949335,0.002583084162324667,0.28756341338157654,0.46483564376831055,0.7379005551338196,525.0,134400.0,3447.7794094770215,8601600.0 +397.17,26.149999618530273,2542.0,0.01127659622579813,0.1356201171875,0.0,1.840998649597168,2.09725284576416,-0.003597279777750373,0.0025725665036588907,0.24081431329250336,0.4588780105113983,0.7295122444629669,526.0,134656.0,3454.224802016979,8617984.0 +397.63,25.729999542236328,2600.0,0.012303336523473263,0.1546630859375,0.0,1.8770793676376343,2.1009039878845215,-0.0039665778167545795,0.0025717243552207947,0.30205464363098145,0.46516552567481995,0.7511509209871292,527.0,134912.0,3460.525349644944,8634368.0 +398.05,25.049999237060547,2630.0,0.014030576683580875,0.1580810546875,0.0,1.867862582206726,2.1115562915802,-0.004594341851770878,0.002572732511907816,0.29655858874320984,0.4589269459247589,0.7312853634357452,528.0,135168.0,3466.755278191995,8650752.0 +395.03,25.43000030517578,2536.0,0.015629254281520844,0.1746012419462204,0.0,1.8595203161239624,2.1368672847747803,-0.0011489137541502714,0.002568343421444297,0.26199692487716675,0.4668675661087036,0.7124685049057007,529.0,135424.0,3473.2160498560406,8667136.0 +391.6,24.760000228881836,2604.0,0.012564382515847683,0.1445719450712204,0.0,1.9221172332763672,2.156874895095825,-0.002194555476307869,0.002564486116170883,0.3753513991832733,0.4759616553783417,0.6789068579673767,530.0,135680.0,3479.508339752909,8683520.0 +395.3,25.079999923706055,2601.0,0.008152886293828487,0.0942789688706398,0.0,1.8827414512634277,2.1629436016082764,-0.004758040886372328,0.0025634949561208487,0.3330152928829193,0.4608737528324127,0.6770946383476257,531.0,135936.0,3485.807765993988,8699904.0 +397.73,25.40999984741211,2603.0,0.011685263365507126,0.1347249299287796,0.0,1.821520209312439,2.151113271713257,-0.004890042822808027,0.0025655783247202635,0.19060172140598297,0.4698314666748047,0.792229413986206,532.0,136192.0,3492.1025213568937,8716288.0 +402.71,26.40999984741211,2603.0,0.01268674060702324,0.1709391325712204,0.0,1.8317264318466187,2.1707215309143066,-0.00186433969065547,0.002567373914644122,0.2179805040359497,0.46262097358703613,0.6839196085929871,533.0,136448.0,3498.395902117947,8732672.0 +392.43,25.75,2581.0,0.011503790505230427,0.1364542692899704,0.0,1.8970669507980347,2.1873419284820557,-0.0043413033708930016,0.002578743500635028,0.32798659801483154,0.4699167311191559,0.6762270331382751,534.0,136704.0,3504.744855019031,8749056.0 +395.55,25.489999771118164,2506.0,0.01029807049781084,0.1354573518037796,0.0,1.8220630884170532,2.1682674884796143,-0.004319254774600267,0.0025649548042565584,0.19220185279846191,0.4694867432117462,0.7491806149482727,535.0,136960.0,3511.2815190718975,8765440.0 +403.67,25.5,2480.0,0.012295923195779324,0.1616414338350296,0.0,1.8149746656417847,2.1719415187835693,-0.002204237040132284,0.0025629978626966476,0.16712264716625214,0.4738379716873169,0.7858267724514008,536.0,137216.0,3517.886987952981,8781824.0 +412.63,26.479999542236328,2482.0,0.010707169771194458,0.1139933243393898,0.0,1.876529335975647,2.158911943435669,-0.003966250456869602,0.0025775504764169455,0.2920001447200775,0.4673095941543579,0.6836804151535034,537.0,137472.0,3524.4876158898696,8798208.0 +399.74,25.770000457763672,2516.0,0.009485233575105667,0.1260986328125,0.0,1.928301215171814,2.1315760612487793,-0.004762067925184965,0.0025711359921842813,0.40084028244018555,0.46839073300361633,0.5978224873542786,538.0,137728.0,3531.0003824539017,8814592.0 +403.07,26.84000015258789,2466.0,0.00928561668843031,0.1116739884018898,0.0,1.8145631551742554,2.1498610973358154,-0.003535612253472209,0.0025758196134120226,0.1525709629058838,0.4754021465778351,0.8032689541578293,539.0,137984.0,3537.6458589870017,8830976.0 +410.04,27.020000457763672,2593.0,0.012646113522350788,0.16278076171875,0.0,1.8611761331558228,2.1592819690704346,-0.0009440402500331402,0.0025749809574335814,0.2316027134656906,0.4804212152957916,0.7299420535564423,540.0,138240.0,3543.9644046048634,8847360.0 +393.75,25.520000457763672,2581.0,0.010116181336343288,0.1262003630399704,0.0,1.9689308404922485,2.151805877685547,-0.0041455659084022045,0.0025654195342212915,0.46677473187446594,0.4784972667694092,0.5865184962749481,541.0,138496.0,3550.312668416882,8863744.0 +390.19,25.309999465942383,2562.0,0.009741929359734058,0.1192423477768898,0.0,1.8470226526260376,2.1734859943389893,-0.004602345172315836,0.002571066375821829,0.22367346286773682,0.4759901463985443,0.7255775928497314,542.0,138752.0,3556.7064060410485,8880128.0 +398.2,26.889999389648438,2586.0,0.010136527009308338,0.1224772110581398,0.0,1.8329205513000488,2.195178508758545,-0.006429478991776705,0.0025651827454566956,0.18308903276920319,0.4871661961078644,0.7683555334806442,543.0,139008.0,3563.0414229780436,8896512.0 +408.28,27.1299991607666,2602.0,0.009495723061263561,0.11370849609375,0.0,1.8244304656982422,2.185608148574829,-0.003849189495667815,0.0025611466262489557,0.19498777389526367,0.47206881642341614,0.7363410294055939,544.0,139264.0,3569.3376081748866,8912896.0 +401.01,26.280000686645508,2567.0,0.010821051895618439,0.1443888396024704,0.0,1.8551372289657593,2.214826822280884,-0.00565258227288723,0.0025834369007498026,0.22150105237960815,0.48046910762786865,0.7075859606266022,545.0,139520.0,3575.719773713965,8929280.0 +400.34,25.799999237060547,2546.0,0.01123437937349081,0.1415201872587204,0.0,1.8712142705917358,2.210432529449463,-0.006654835771769285,0.002557943342253566,0.2797022759914398,0.48115071654319763,0.6714257895946503,546.0,139776.0,3582.1543805168476,8945664.0 +401.81,25.969999313354492,2579.0,0.01227079052478075,0.1476237028837204,0.0,1.8293424844741821,2.1950628757476807,-0.003380073932930827,0.002583574503660202,0.1649450808763504,0.4804134666919708,0.7542100548744202,547.0,140032.0,3588.5068919048645,8962048.0 +406.63,25.739999771118164,2488.0,0.01972610503435135,0.18804931640625,0.0,1.8676410913467407,2.1753551959991455,-0.003882970893755555,0.0025694307405501604,0.2497246116399765,0.483699768781662,0.6792502403259277,548.0,140288.0,3595.0939285028726,8978432.0 +407.65,24.989999771118164,2567.0,0.013842552900314331,0.1481730192899704,0.0,1.9167861938476562,2.171016216278076,-0.004662150051444769,0.002564011374488473,0.3561841547489166,0.48306119441986084,0.659130185842514,549.0,140544.0,3601.4752276069485,8994816.0 +402.0,24.850000381469727,2548.0,0.00946525577455759,0.1111653670668602,0.0,1.8318997621536255,2.1585886478424072,-0.003290769876912236,0.002574407495558262,0.3136712610721588,0.47600021958351135,0.6777839958667755,550.0,140800.0,3607.9065409749746,9011200.0 +396.81,26.280000686645508,2578.0,0.009022114798426628,0.1023356094956398,0.0,1.7746936082839966,2.155008554458618,-0.005264713894575834,0.0025523456279188395,0.21034389734268188,0.483292818069458,0.7414451539516449,551.0,141056.0,3614.2606611780357,9027584.0 +396.96,26.459999084472656,2460.0,0.017847513779997826,0.17852783203125,0.0,1.7904630899429321,2.16682767868042,-0.0037604852113872766,0.0025548990815877914,0.26422637701034546,0.4689907729625702,0.7138811349868774,552.0,141312.0,3620.9204679029062,9043968.0 +395.4,26.040000915527344,2437.0,0.015788039192557335,0.1841634064912796,0.0,1.7842069864273071,2.1915969848632812,-0.0029942181427031755,0.0025632530450820923,0.2320249229669571,0.4744865596294403,0.7064670026302338,553.0,141568.0,3627.6432511869352,9060352.0 +401.32,26.40999984741211,2486.0,0.009966191835701466,0.1167195662856102,0.0,1.8058991432189941,2.180366039276123,-0.0030065160244703293,0.0025492359418421984,0.2845371663570404,0.476657509803772,0.6784164011478424,554.0,141824.0,3634.232369808946,9076736.0 +404.5,27.389999389648438,2447.0,0.01052024494856596,0.1293741911649704,0.0,1.7421377897262573,2.1833372116088867,-0.00459872093051672,0.0025609908625483513,0.17596513032913208,0.462634414434433,0.7250382602214813,555.0,142080.0,3640.9285586818587,9093120.0 +406.88,28.049999237060547,2553.0,0.012960401363670826,0.1527099609375,0.0,1.7444490194320679,2.176215410232544,-0.005052472930401564,0.002551477402448654,0.16692392528057098,0.4748743772506714,0.7921028882265091,556.0,142336.0,3647.3458040058613,9109504.0 +414.16,27.59000015258789,2539.0,0.01318279653787613,0.15972900390625,0.0,1.7989006042480469,2.1721203327178955,-0.004662302788347006,0.0025542338844388723,0.2868243157863617,0.4673459231853485,0.6596509218215942,557.0,142592.0,3653.798554321984,9125888.0 +398.47,25.09000015258789,2504.0,0.012660066597163677,0.1426595002412796,0.0,1.8649215698242188,2.174326181411743,-0.005588633473962545,0.0025570474099367857,0.4201098382472992,0.4662775695323944,0.6084581017494202,558.0,142848.0,3660.342386757955,9142272.0 +396.75,25.190000534057617,2527.0,0.012687738984823227,0.143798828125,0.0,1.7403746843338013,2.1921541690826416,-0.001461430569179356,0.0025563526432961226,0.1725379377603531,0.46173980832099915,0.7475357055664062,559.0,143104.0,3666.8253098009154,9158656.0 +391.83,24.31999969482422,2589.0,0.013968560844659805,0.1610310822725296,0.0,1.871800422668457,2.1882524490356445,-0.0013800915330648422,0.002556390594691038,0.4048960208892822,0.47741007804870605,0.630391538143158,560.0,143360.0,3673.152217047056,9175040.0 +405.5,25.709999084472656,2499.0,0.01577770709991455,0.1726887971162796,0.0,1.7255605459213257,2.181792974472046,-0.0026210409123450518,0.002557423198595643,0.15188880264759064,0.45764318108558655,0.7410936653614044,561.0,143616.0,3679.7082488189917,9191424.0 +401.72,26.030000686645508,2520.0,0.017014849931001663,0.1947224885225296,0.0,1.802641749382019,2.179154396057129,-0.0001663477742113173,0.0025611112359911203,0.2651563584804535,0.47443413734436035,0.6977661550045013,562.0,143872.0,3686.210125633981,9207808.0 +391.83,24.979999542236328,2541.0,0.010055522434413433,0.12506103515625,0.0,1.8619680404663086,2.180245876312256,-0.003901950316503644,0.002553418977186084,0.3896307945251465,0.4791471064090729,0.6461152732372284,563.0,144128.0,3692.6568559580483,9224192.0 +377.0,24.3799991607666,2437.0,0.01000470295548439,0.1145426407456398,0.0,1.832757592201233,2.1845076084136963,-0.004219721537083387,0.002560501219704747,0.33709219098091125,0.472928911447525,0.6209003627300262,564.0,144384.0,3699.3803174400236,9240576.0 +375.51,23.6299991607666,2474.0,0.013144351541996002,0.1472981721162796,0.0,1.8427654504776,2.167660713195801,-0.004393950570374727,0.002555055310949683,0.35531532764434814,0.4765876829624176,0.6427167654037476,565.0,144640.0,3706.003265932901,9256960.0 +387.22,24.479999542236328,2515.0,0.010145480744540691,0.1169230118393898,0.0,1.7850018739700317,2.1823272705078125,-0.0037804057355970144,0.0025686451699584723,0.2400328665971756,0.4691816568374634,0.6971560418605804,566.0,144896.0,3712.51874653087,9273344.0 +395.35,24.489999771118164,2549.0,0.007598606403917074,0.0873006209731102,0.0,1.8152481317520142,2.177536964416504,-0.0066201225854456425,0.002546971896663308,0.3245082497596741,0.47047606110572815,0.6950246095657349,567.0,145152.0,3718.9456052100286,9289728.0 +399.03,25.739999771118164,2486.0,0.008809788152575493,0.1060791015625,0.0,1.7832576036453247,2.1812996864318848,-0.005431773606687784,0.002546523930504918,0.26529794931411743,0.46703240275382996,0.6912799179553986,568.0,145408.0,3725.5361818908714,9306112.0 +399.77,25.709999084472656,2567.0,0.008122106082737446,0.09344482421875,0.0,1.7807135581970215,2.176697254180908,-0.004815183114260435,0.002551323501393199,0.245613232254982,0.4715154469013214,0.757941484451294,569.0,145664.0,3731.9196130740456,9322496.0 +412.02,27.299999237060547,2596.0,0.008529188111424446,0.0998128280043602,0.0,1.754546046257019,2.1861088275909424,-0.004961117636412382,0.002550633391365409,0.20436835289001465,0.4663578271865845,0.7265193164348602,570.0,145920.0,3738.230824284954,9338880.0 +402.82,27.229999542236328,2600.0,0.017493821680545807,0.2077840119600296,0.0,1.7751120328903198,2.1800386905670166,-0.002630625618621707,0.0025500485207885504,0.22629010677337646,0.47413304448127747,0.6794311702251434,571.0,146176.0,3744.5322846439667,9355264.0 +397.81,27.719999313354492,2450.0,0.015005752444267273,0.1653035432100296,0.0,1.7689728736877441,2.1631977558135986,-0.004632870201021433,0.0025592753663659096,0.2198835015296936,0.468376487493515,0.7147790789604187,572.0,146432.0,3751.218893287936,9371648.0 +395.94,26.440000534057617,2535.0,0.020118964836001396,0.2122802734375,0.0,1.8059483766555786,2.1770412921905518,-0.0001583402481628582,0.002564634894952178,0.27831578254699707,0.4692471921443939,0.6733846962451935,573.0,146688.0,3757.6805176818743,9388032.0 +397.63,26.100000381469727,2562.0,0.014463412575423717,0.1640625,0.0,1.838520884513855,2.1787936687469482,-0.0035240398719906807,0.0025608018040657043,0.33463022112846375,0.47925254702568054,0.6390602588653564,574.0,146944.0,3764.0755373558495,9404416.0 +382.34,24.540000915527344,2620.0,0.00884313602000475,0.1025390625,0.0,1.845000147819519,2.1688859462738037,-0.006381291896104813,0.00254675536416471,0.3777436912059784,0.47349750995635986,0.588576465845108,575.0,147200.0,3770.3281868009362,9420800.0 +380.0,23.8700008392334,2486.0,0.013913326896727085,0.16265869140625,0.0,1.8615111112594604,2.2025492191314697,-0.00215154024772346,0.00254942593164742,0.40012791752815247,0.4736417531967163,0.6187818944454193,576.0,147456.0,3776.919423606014,9437184.0 +375.59,23.229999542236328,2526.0,0.011743303388357162,0.1387939453125,0.0,1.8844424486160278,2.1936869621276855,-0.004744153469800949,0.002563893562182784,0.4376179873943329,0.47334709763526917,0.5474682748317719,577.0,147712.0,3783.405230962904,9453568.0 +378.18,24.229999542236328,2550.0,0.01176574919372797,0.1489054411649704,0.0,1.839401125907898,2.2075953483581543,-0.0057014101184904575,0.002543034730479121,0.3609503507614136,0.47795653343200684,0.5868877172470093,578.0,147968.0,3789.8302116419654,9469952.0 +383.62,25.469999313354492,2518.0,0.014475719071924686,0.1662190705537796,0.0,1.8111599683761597,2.2293810844421387,-0.0037234285846352577,0.002554980805143714,0.2832352817058563,0.48116907477378845,0.6575286090373993,579.0,148224.0,3796.3364646348637,9486336.0 +381.64,24.940000534057617,2492.0,0.010834653861820698,0.12030029296875,0.0,1.811606526374817,2.2266337871551514,-0.005542255938053131,0.0025586418341845274,0.28070640563964844,0.48297128081321716,0.7422410845756531,580.0,148480.0,3802.91486334987,9502720.0 +397.84,26.899999618530273,2605.0,0.013273377902805805,0.163330078125,0.0,1.777848243713379,2.2247989177703857,-0.002992624184116721,0.002552576595917344,0.214487686753273,0.4826676547527313,0.740587592124939,581.0,148736.0,3809.205482679885,9519104.0 +383.16,25.31999969482422,2609.0,0.015510485507547855,0.1888020783662796,0.0,1.9474350214004517,2.2353479862213135,-0.002702203346416354,0.00255582551471889,0.5702331066131592,0.47225674986839294,0.540623813867569,582.0,148992.0,3815.4841234830674,9535488.0 +362.41,22.899999618530273,2625.0,0.01343163475394249,0.1532389372587204,0.0,1.8981475830078125,2.2231085300445557,-0.004483117256313562,0.002570020966231823,0.44722780585289,0.4795490801334381,0.5754364132881165,583.0,149248.0,3821.726425108034,9551872.0 +368.33,24.06999969482422,2588.0,0.01020581740885973,0.1251220703125,0.0,1.7765651941299438,2.251645803451538,-0.0030302058439701796,0.0025596781633794308,0.2311915159225464,0.4694404602050781,0.722655177116394,584.0,149504.0,3828.0560549979564,9568256.0 +380.77,25.459999084472656,2487.0,0.012461216188967228,0.15362548828125,0.0,1.8422226905822754,2.23492169380188,-0.003041618736460805,0.0025550315622240305,0.35683760046958923,0.47454240918159485,0.6188605427742004,585.0,149760.0,3834.6423704570625,9584640.0 +390.27,25.25,2536.0,0.020743338391184807,0.2408040314912796,0.0,1.81621515750885,2.2390942573547363,0.0010824869386851788,0.0025505099911242723,0.2822023332118988,0.48429954051971436,0.6521705985069275,586.0,150016.0,3841.1016036509536,9601024.0 +385.95,24.90999984741211,2621.0,0.012881208211183548,0.1399739533662796,0.0,1.8589838743209839,2.2482407093048096,-0.0035664010792970657,0.0025501407217234373,0.39105305075645447,0.477310448884964,0.5743416845798492,587.0,150272.0,3847.352813974023,9617408.0 +387.03,25.690000534057617,2600.0,0.011212973855435848,0.1375935822725296,0.0,1.8049508333206177,2.219788074493408,-0.0052545820362865925,0.0025531898718327284,0.2894802391529083,0.4738742411136627,0.6730305850505829,588.0,150528.0,3853.6532257988583,9633792.0 +394.13,26.110000610351562,2607.0,0.012809858657419682,0.1448771208524704,0.0,1.792451024055481,2.2181284427642822,-0.002853949321433902,0.0025423795450478792,0.2749318778514862,0.4713526666164398,0.6650745272636414,589.0,150784.0,3859.937224245863,9650176.0 +388.71,25.780000686645508,2619.0,0.0191968884319067,0.21209716796875,0.0,1.8609589338302612,2.1973586082458496,-0.00148475868627429,0.0025419702287763357,0.4053551256656647,0.47334039211273193,0.5476217269897461,590.0,151040.0,3866.1960493889637,9666560.0 +385.79,26.100000381469727,2602.0,0.015457890927791595,0.1667683869600296,0.0,1.82003653049469,2.2143216133117676,-0.0032068269792944193,0.0025597333442419767,0.2911633551120758,0.48319634795188904,0.6610684990882874,591.0,151296.0,3872.491803529905,9682944.0 +375.75,23.979999542236328,2536.0,0.011023198254406452,0.1306559294462204,0.0,1.920191764831543,2.2047836780548096,-0.004369861911982298,0.0025479195173829794,0.4804143011569977,0.49594569206237793,0.5711716115474701,592.0,151552.0,3878.952818386955,9699328.0 +382.19,24.100000381469727,2492.0,0.011648464947938919,0.13970947265625,0.0,1.8055928945541382,2.2360548973083496,-0.004239295143634081,0.002554839476943016,0.2875785529613495,0.4738173186779022,0.651387095451355,593.0,151808.0,3885.5277443979867,9715712.0 +385.64,24.790000915527344,2479.0,0.01788235455751419,0.2060546875,0.0,1.7984589338302612,2.2374796867370605,-0.0002466976875439286,0.002548373071476817,0.27556461095809937,0.4717552661895752,0.6883255243301392,594.0,152064.0,3892.137613103958,9732096.0 +393.98,25.8799991607666,2516.0,0.013723867945373058,0.1602986603975296,0.0,1.8053654432296753,2.2331604957580566,-0.0013869685353711247,0.0025405779015272856,0.2942486107349396,0.47426465153694153,0.6589756906032562,595.0,152320.0,3898.6493000858463,9748480.0 +396.03,26.09000015258789,2546.0,0.009420107118785381,0.1082763671875,0.0,1.7778362035751343,2.2336952686309814,-0.00357009912841022,0.002542046597227454,0.22507810592651367,0.48311880230903625,0.7083259224891663,596.0,152576.0,3905.0847827070393,9764864.0 +399.23,26.25,2619.0,0.015223384834825993,0.1334635466337204,0.0,1.74849271774292,2.2159550189971924,-0.005087713245302439,0.0025397983845323324,0.19850914180278778,0.46897661685943604,0.7142497599124908,597.0,152832.0,3911.3398840888403,9781248.0 +401.6,26.940000534057617,2618.0,0.014215420931577682,0.1548258513212204,0.0,1.7960238456726074,2.2194998264312744,-0.0035148924216628075,0.0025343524757772684,0.2893857955932617,0.4722752869129181,0.6190080642700195,598.0,153088.0,3917.597815074958,9797632.0 +408.36,27.850000381469727,2619.0,0.01475022453814745,0.1553955078125,0.0,1.6939142942428589,2.232682466506958,-0.0019966631662100554,0.002538699423894286,0.09150966256856918,0.46537449955940247,0.799848273396492,599.0,153344.0,3923.853229671018,9814016.0 +414.41,28.389999389648438,2611.0,0.013121317140758038,0.1516316682100296,0.0,1.7780174016952515,2.2480289936065674,-0.004328298848122358,0.00253851106390357,0.1275566667318344,0.47179219126701355,0.7797106206417084,600.0,153600.0,3930.12759412406,9830400.0 +404.62,26.979999542236328,2615.0,0.01660293899476528,0.1682332307100296,0.0,1.8962961435317993,2.244457244873047,-0.004838500637561083,0.0025316847022622824,0.35858967900276184,0.4784420430660248,0.5928013026714325,601.0,153856.0,3936.391845390899,9846784.0 +384.7,24.700000762939453,2603.0,0.011466126888990402,0.11962890625,0.0,1.926469326019287,2.2640888690948486,-0.0020084595307707787,0.0025600166991353035,0.37944841384887695,0.4813859462738037,0.6036528646945953,602.0,154112.0,3942.685576028889,9863168.0 +379.72,25.18000030517578,2510.0,0.011485491879284382,0.1325886994600296,0.0,1.877800464630127,2.2500979900360107,-0.0035309058148413897,0.0025499900802969933,0.29598262906074524,0.48084619641304016,0.66505366563797,603.0,154368.0,3949.2127301220316,9879552.0 +375.87,25.190000534057617,2494.0,0.013499986380338669,0.1525471955537796,0.0,1.8835630416870117,2.275153398513794,-0.0016443463973701,0.0025535437744110823,0.321366548538208,0.47050389647483826,0.6771920919418335,604.0,154624.0,3955.7827549460344,9895936.0 +384.75,24.530000686645508,2498.0,0.010493324138224125,0.1138916015625,0.0,1.8428148031234741,2.261242151260376,-0.00468715513125062,0.0025572648737579584,0.22031717002391815,0.48132339119911194,0.7440681457519531,605.0,154880.0,3962.3399451270234,9912320.0 +399.37,25.899999618530273,2553.0,0.010070792399346828,0.1189982071518898,0.0,1.827659249305725,2.2718827724456787,-0.004798972979187965,0.0025593298487365246,0.1902383714914322,0.48039305210113525,0.73804971575737,606.0,155136.0,3968.757410273887,9928704.0 +401.96,25.579999923706055,2617.0,0.010524352081120014,0.1286214143037796,0.0,1.8495149612426758,2.2752315998077393,-0.003951394464820623,0.0025468238163739443,0.26352354884147644,0.47104504704475403,0.6819071471691132,607.0,155392.0,3975.0181837868877,9945088.0 +401.48,24.860000610351562,2482.0,0.010908790864050388,0.1375732421875,0.0,1.883129596710205,2.26784348487854,-0.004414776805788279,0.002530635567381978,0.32416144013404846,0.48282453417778015,0.6806014478206635,608.0,155648.0,3981.620331571903,9961472.0 +384.65,23.790000915527344,2445.0,0.011821896769106388,0.1500651091337204,0.0,1.9033352136611938,2.276108980178833,-0.003897466929629445,0.00253201718442142,0.38738271594047546,0.4702938497066498,0.5773763954639435,609.0,155904.0,3988.3243775588926,9977856.0 +373.37,22.829999923706055,2633.0,0.010028556920588017,0.1130574569106102,0.0,1.9529781341552734,2.28208327293396,-0.004279314074665308,0.0025330798234790564,0.4822860062122345,0.4723953306674957,0.556365430355072,610.0,156160.0,3994.5475204319227,9994240.0 +378.5,22.969999313354492,2552.0,0.01106733176857233,0.1352742463350296,0.0,1.914962649345398,2.2914721965789795,-0.00504210963845253,0.0025338989216834307,0.41645801067352295,0.4677406847476959,0.6479035317897797,611.0,156416.0,4000.9678402298596,10010624.0 +382.65,22.940000534057617,2466.0,0.007336657494306564,0.0823771134018898,0.0,1.8475890159606934,2.2709767818450928,-0.005895679816603661,0.002528199926018715,0.28888964653015137,0.4676498472690582,0.6501302421092987,612.0,156672.0,4007.611219646875,10027008.0 +390.82,24.729999542236328,2473.0,0.006907365750521421,0.0763753280043602,0.0,1.8642481565475464,2.2542693614959717,-0.005177561659365892,0.002528055338189006,0.3059021830558777,0.4749894440174103,0.6496450304985046,613.0,156928.0,4014.2349871720653,10043392.0 +384.6,23.899999618530273,2576.0,0.007788800168782473,0.0890299454331398,0.0,1.9291629791259766,2.259936571121216,-0.004861859604716301,0.002531699137762189,0.4493022859096527,0.46612343192100525,0.578065037727356,614.0,157184.0,4020.5959549020045,10059776.0 +383.56,24.170000076293945,2567.0,0.010926752351224422,0.1200358048081398,0.0,1.8333587646484375,2.2778773307800293,-0.003912989515811205,0.002534353407099843,0.2501227557659149,0.4678123891353607,0.7324708700180054,615.0,157440.0,4026.9772094760556,10076160.0 +400.3,25.440000534057617,2621.0,0.0079472241923213,0.0788167342543602,0.0,1.8373297452926636,2.266633987426758,-0.005006460007280111,0.0025319335982203484,0.26456788182258606,0.4667518436908722,0.7419030070304871,616.0,157696.0,4033.229022505926,10092544.0 +405.51,26.030000686645508,2523.0,0.00787802878767252,0.0897216796875,0.0,1.8589502573013306,2.2553625106811523,-0.004226165357977152,0.0025328064803034067,0.3053489625453949,0.46665266156196594,0.6569800674915314,617.0,157952.0,4039.7227097149007,10108928.0 +404.1,26.360000610351562,2541.0,0.007044322323054075,0.0782063826918602,0.0,1.8228750228881836,2.2554197311401367,-0.0037648724392056465,0.0025342341978102922,0.24336832761764526,0.4603929817676544,0.7569780349731445,618.0,158208.0,4046.1702606929466,10125312.0 +400.75,26.56999969482422,2612.0,0.009537308476865292,0.1139322891831398,0.0,1.886062741279602,2.2593047618865967,-0.002644476480782032,0.002534605097025633,0.35155144333839417,0.4682219922542572,0.6782665550708771,619.0,158464.0,4052.4435414690524,10141696.0 +392.76,26.200000762939453,2545.0,0.01196932140737772,0.1376953125,0.0,1.8555936813354492,2.2517287731170654,-0.00244485423900187,0.0025439264718443155,0.27496159076690674,0.47111234068870544,0.742285966873169,620.0,158720.0,4058.884338221047,10158080.0 +390.94,26.450000762939453,2540.0,0.014628943055868149,0.15533447265625,0.0,1.821379542350769,2.24631404876709,-0.001683322712779045,0.0025480419863015413,0.18821567296981812,0.4773971736431122,0.7713361531496048,621.0,158976.0,4065.333734432934,10174464.0 +400.25,27.530000686645508,2608.0,0.012222240678966045,0.1374104768037796,0.0,1.8112457990646362,2.2436742782592773,-0.005850956309586763,0.002550179371610284,0.1716240793466568,0.4786317050457001,0.7683814167976379,622.0,159232.0,4071.6162961029913,10190848.0 +408.82,27.260000228881836,2578.0,0.012442327104508877,0.1378173828125,0.0,1.83372163772583,2.2416536808013916,-0.002418017014861107,0.002542289672419429,0.22294890880584717,0.47593697905540466,0.7514613121747971,623.0,159488.0,4077.972573676845,10207232.0 +409.25,27.170000076293945,2517.0,0.015036663971841335,0.1620686799287796,0.0,1.845136284828186,2.2246224880218506,-0.0022484685759991407,0.0025540192145854235,0.2433362752199173,0.4709532558917999,0.7149375081062317,624.0,159744.0,4084.4816811978817,10223616.0 +403.62,25.540000915527344,2527.0,0.012031433172523975,0.13671875,0.0,1.8982683420181274,2.205338478088379,-0.0036035364028066397,0.002554994774982333,0.341635137796402,0.475610613822937,0.6741135120391846,625.0,160000.0,4090.965273706941,10240000.0 +397.36,25.420000076293945,2597.0,0.019035225734114647,0.2089436799287796,0.0,1.8733760118484497,2.198531150817871,0.0009955511195585132,0.002539845881983638,0.3116239309310913,0.46863090991973877,0.6733615696430206,626.0,160256.0,4097.272939568851,10256384.0 +400.48,26.1299991607666,2592.0,0.012247435748577118,0.1361490935087204,0.0,1.8056999444961548,2.217505693435669,-0.004737887531518936,0.0025336178950965405,0.20012293756008148,0.4657425880432129,0.7499694526195526,627.0,160512.0,4103.594325636048,10272768.0 +410.73,27.399999618530273,2537.0,0.010543697513639927,0.1289469450712204,0.0,1.792462706565857,2.2337331771850586,-0.005566111300140619,0.002535815117880702,0.16058416664600372,0.4721663296222687,0.7993694245815277,628.0,160768.0,4110.050814585993,10289152.0 +407.76,26.260000228881836,2573.0,0.012514804489910603,0.1506551057100296,0.0,1.8299702405929565,2.2165842056274414,-0.004964454565197229,0.0025309748016297817,0.24722422659397125,0.4680008590221405,0.7299212217330933,629.0,161024.0,4116.417607598007,10305536.0 +409.47,26.6299991607666,2571.0,0.011399626731872559,0.1260782927274704,0.0,1.8191651105880737,2.2224910259246826,-0.002812636084854603,0.0025268278550356627,0.20875823497772217,0.4764096736907959,0.7620981633663177,630.0,161280.0,4122.789361229865,10321920.0 +394.5,25.670000076293945,2603.0,0.01834007166326046,0.190185546875,0.0,1.8957017660140991,2.2572197914123535,-0.0005808893474750221,0.002530172001570463,0.37100303173065186,0.4682673215866089,0.6453418135643005,631.0,161536.0,4129.083244609879,10338304.0 +395.5,26.489999771118164,2617.0,0.015291535295546055,0.1702473908662796,0.0,1.8242374658584595,2.2419216632843018,-0.003813783638179302,0.002525792457163334,0.22784173488616943,0.47365322709083557,0.7339429557323456,632.0,161792.0,4135.3422501380555,10354688.0 +400.35,26.65999984741211,2533.0,0.00993790477514267,0.0995890274643898,0.0,1.852664589881897,2.282579183578491,-0.001089553814381361,0.0025287263561040163,0.27858078479766846,0.4729262590408325,0.7175755500793457,633.0,162048.0,4141.810144057032,10371072.0 +397.7,25.899999618530273,2504.0,0.00866627972573042,0.09979248046875,0.0,1.8985896110534668,2.245673418045044,-0.0032145294826477766,0.002529832301661372,0.381393164396286,0.46864819526672363,0.574497401714325,634.0,162304.0,4148.3522314550355,10387456.0 +391.38,24.8799991607666,2521.0,0.008115961216390133,0.0827840194106102,0.0,1.8647078275680542,2.24642014503479,-0.00231950799934566,0.0025240604300051928,0.3094298243522644,0.4727464020252228,0.7073143422603607,635.0,162560.0,4154.849933217047,10403840.0 +376.01,23.889999389648438,2533.0,0.00984935276210308,0.1089070662856102,0.0,1.929436206817627,2.2129018306732178,-0.002187486505135894,0.0025318709667772055,0.42982053756713867,0.4729069471359253,0.6074045896530151,636.0,162816.0,4161.317462312989,10420224.0 +369.3,23.719999313354492,2499.0,0.013658306561410427,0.1533610075712204,0.0,1.8267688751220703,2.207409143447876,-0.0032289475202560425,0.0025290297344326973,0.24006597697734833,0.46752381324768066,0.723239928483963,637.0,163072.0,4167.873518266948,10436608.0 +395.58,26.360000610351562,2467.0,0.015849661082029343,0.1786295622587204,0.0,1.812659740447998,2.242708206176758,0.0017459591617807746,0.002536429325118661,0.2079094648361206,0.4611712694168091,0.7407217919826508,638.0,163328.0,4174.514706203947,10452992.0 +407.5,26.420000076293945,2493.0,0.013913349248468876,0.139404296875,0.0,1.8250340223312378,2.224947214126587,-0.004087332170456648,0.002524977084249258,0.23280829191207886,0.47247782349586487,0.6645278036594391,639.0,163584.0,4181.086155059049,10469376.0 +413.08,27.43000030517578,2577.0,0.011191260069608688,0.1298828125,0.0,1.8227492570877075,2.225862741470337,-0.004522069822996855,0.0025345534086227417,0.21910904347896576,0.47269871830940247,0.686079353094101,640.0,163840.0,4187.443099337863,10485760.0 +398.69,26.56999969482422,2515.0,0.016301797702908516,0.1809488981962204,0.0,1.8670488595962524,2.2224888801574707,-0.004643569700419903,0.0025283577851951122,0.31956031918525696,0.46995818614959717,0.5596315860748291,641.0,164096.0,4193.956708337879,10502144.0 +387.95,24.850000381469727,2540.0,0.013022498227655888,0.1499226838350296,0.0,1.829757571220398,2.2324719429016113,-0.004876259248703718,0.0025292502250522375,0.2572946846485138,0.4636862277984619,0.6328519582748413,642.0,164352.0,4200.406117573846,10518528.0 +386.01,24.209999084472656,2598.0,0.012636999599635601,0.1640218049287796,0.0,1.8537243604660034,2.218045473098755,-0.005234217271208763,0.00252774846740067,0.29928264021873474,0.4676233232021332,0.6224264800548553,643.0,164608.0,4206.712275312981,10534912.0 +387.04,24.450000762939453,2559.0,0.009105626493692398,0.10614013671875,0.0,1.8262553215026855,2.249767303466797,-0.002651488408446312,0.0025368796195834875,0.25384482741355896,0.4560421407222748,0.6442586779594421,644.0,164864.0,4213.113078187918,10551296.0 +389.34,24.559999465942383,2597.0,0.010939422994852066,0.123291015625,0.0,1.8372968435287476,2.2376511096954346,-0.0033265624660998583,0.0025384852197021246,0.2650353014469147,0.46123966574668884,0.6285476386547089,645.0,165120.0,4219.421983412933,10567680.0 +394.03,25.040000915527344,2594.0,0.01753227785229683,0.1659342497587204,0.0,1.8492283821105957,2.24615216255188,-0.0006592583958990872,0.0025374360848218203,0.26370254158973694,0.4717799425125122,0.6394122838973999,646.0,165376.0,4225.737814540975,10584064.0 +400.33,25.75,2559.0,0.012751936912536621,0.1509806364774704,0.0,1.7870373725891113,2.2391738891601562,-0.0036772543098777533,0.0025316327810287476,0.16856062412261963,0.46300986409187317,0.7496542632579803,647.0,165632.0,4232.139653373044,10600448.0 +408.75,26.6200008392334,2583.0,0.012969604693353176,0.1411946564912796,0.0,1.8090447187423706,2.223909616470337,-0.003734035650268197,0.0025318029802292585,0.21661730110645294,0.46080729365348816,0.7136446237564087,648.0,165888.0,4238.48239388084,10616832.0 +404.14,25.649999618530273,2544.0,0.01243656501173973,0.1357421875,0.0,1.84396231174469,2.223067283630371,-0.0016185123240575194,0.00253140926361084,0.27974933385849,0.4622322618961334,0.6827782690525055,649.0,166144.0,4244.921598589048,10633216.0 +378.26,23.329999923706055,2555.0,0.013951960019767284,0.1562906950712204,0.0,1.9862656593322754,2.20404314994812,-0.001664280309341848,0.0025488948449492455,0.5897154211997986,0.45871925354003906,0.4770408868789673,650.0,166400.0,4251.334896852961,10649600.0 +365.07,21.600000381469727,2599.0,0.00987524539232254,0.1140543594956398,0.0,1.9390950202941895,2.2386693954467773,-0.005449911113828421,0.002559102838858962,0.43228745460510254,0.48966607451438904,0.5856606066226959,651.0,166656.0,4257.641272764886,10665984.0 +372.34,22.530000686645508,2590.0,0.012162119150161743,0.1401163786649704,0.0,1.8375873565673828,2.2377402782440186,-0.0026613695081323385,0.002556710736826062,0.2588220536708832,0.47310423851013184,0.6050499677658081,652.0,166912.0,4263.966412991984,10682368.0 +396.58,24.739999771118164,2499.0,0.012926393188536167,0.1457316130399704,0.0,1.8073410987854004,2.237091541290283,-0.002718723379075527,0.0025493756402283907,0.2144273966550827,0.46868979930877686,0.725246787071228,653.0,167168.0,4270.521937745856,10698752.0 +396.6,25.290000915527344,2526.0,0.015850158408284187,0.1713053435087204,0.0,1.8573293685913086,2.210573196411133,-0.004005743190646172,0.0025352651719003916,0.3167397975921631,0.47559693455696106,0.5757763981819153,654.0,167424.0,4277.008520283038,10715136.0 +392.72,25.09000015258789,2615.0,0.014004211872816086,0.1248779296875,0.0,1.8333743810653687,2.199815511703491,-0.004458337090909481,0.0025320653803646564,0.2879830002784729,0.46786797046661377,0.630542665719986,655.0,167680.0,4283.274301982019,10731520.0 +401.52,26.450000762939453,2539.0,0.016500983387231827,0.1806437224149704,0.0,1.7763242721557617,2.202531099319458,4.990315574104898e-05,0.0025376523844897747,0.1729932427406311,0.46099594235420227,0.7562522441148758,656.0,167936.0,4289.727128298022,10747904.0 +405.13,26.5,2610.0,0.01805972307920456,0.1895955353975296,0.0,1.7909945249557495,2.1778690814971924,-0.004454947542399168,0.0025352060329169035,0.19941802322864532,0.4679953157901764,0.723436176776886,657.0,168192.0,4296.00403404003,10764288.0 +403.75,25.8799991607666,2602.0,0.01705258898437023,0.1708780974149704,0.0,1.8099151849746704,2.216543674468994,-0.0008775608730502427,0.002541703637689352,0.22558747231960297,0.46741950511932373,0.7083435356616974,658.0,168448.0,4302.300279938849,10780672.0 +410.51,26.530000686645508,2463.0,0.012308676727116108,0.138916015625,0.0,1.771532654762268,2.180811882019043,-0.0019936009775847197,0.002542356727644801,0.14845721423625946,0.4680444002151489,0.750872328877449,659.0,168704.0,4308.952948523918,10797056.0 +402.89,26.43000030517578,2534.0,0.021980421617627144,0.21441650390625,0.0,1.9088358879089355,2.2174477577209473,0.001983177149668336,0.002544577233493328,0.41302481293678284,0.4683581292629242,0.5017044246196747,660.0,168960.0,4315.41885712184,10813440.0 +392.65,25.889999389648438,2541.0,0.01237537618726492,0.1346028596162796,0.0,1.819180965423584,2.218548536300659,-0.005044912453740835,0.0025547274854034185,0.2399647980928421,0.46723830699920654,0.6895665228366852,661.0,169216.0,4321.867209482007,10829824.0 +394.22,26.290000915527344,2514.0,0.011946417391300201,0.14141845703125,0.0,1.806484341621399,2.2374494075775146,-0.0050740172155201435,0.002553911181166768,0.2121260166168213,0.46910250186920166,0.6991071105003357,662.0,169472.0,4328.3838016549125,10846208.0 +381.52,25.0,2465.0,0.016513025388121605,0.1598917692899704,0.0,1.916119933128357,2.237084150314331,-0.003512541763484478,0.002541550202295184,0.4295065701007843,0.4746567904949188,0.5926121473312378,663.0,169728.0,4335.029962392058,10862592.0 +379.52,24.68000030517578,2557.0,0.014412947930395603,0.147216796875,0.0,1.7990363836288452,2.241421937942505,-0.0035060106310993433,0.0025395210832357407,0.21195267140865326,0.46731409430503845,0.728066623210907,664.0,169984.0,4341.439180477988,10878976.0 +388.67,25.940000534057617,2595.0,0.00934959389269352,0.1152140274643898,0.0,1.841027855873108,2.2473509311676025,-0.003320535644888878,0.002532288432121277,0.2851162850856781,0.4762698709964752,0.6081289052963257,665.0,170240.0,4347.753928731894,10895360.0 +391.22,25.90999984741211,2540.0,0.01014318224042654,0.1176350936293602,0.0,1.7965474128723145,2.2541582584381104,-0.006043102126568556,0.00252634659409523,0.19454263150691986,0.4828754961490631,0.7427699863910675,666.0,170496.0,4354.205077050952,10911744.0 +398.83,26.780000686645508,2613.0,0.013296273536980152,0.1483561247587204,0.0,1.8109606504440308,2.2537059783935547,-0.0032804012298583984,0.0025447511579841375,0.2164417952299118,0.47437718510627747,0.65615114569664,667.0,170752.0,4360.476193750976,10928128.0 +402.39,26.709999084472656,2598.0,0.012131885625422001,0.13494873046875,0.0,1.8106204271316528,2.267394542694092,-0.0020534645300358534,0.002526791300624609,0.23932163417339325,0.4703512489795685,0.6952200531959534,668.0,171008.0,4366.78352970886,10944512.0 +403.41,27.139999389648438,2612.0,0.013492461293935776,0.1493937224149704,0.0,1.776206135749817,2.2624635696411133,-0.0015875162789598107,0.0025187297724187374,0.18123643100261688,0.46843305230140686,0.7560491114854813,669.0,171264.0,4373.056054001907,10960896.0 +396.43,25.510000228881836,2593.0,0.012059777975082397,0.14044189453125,0.0,1.8535237312316895,2.2603201866149902,-0.004318696912378073,0.0025241670664399862,0.31943008303642273,0.4767597019672394,0.6076190769672394,670.0,171520.0,4379.373585249996,10977280.0 +378.14,23.399999618530273,2570.0,0.012978550046682358,0.1505330353975296,0.0,1.9267851114273071,2.256073236465454,-0.004160843789577484,0.0025228639133274555,0.4738632142543793,0.47321245074272156,0.5899941921234131,671.0,171776.0,4385.747491570888,10993664.0 +376.53,23.469999313354492,2619.0,0.012484642677009106,0.1371256560087204,0.0,1.8083219528198242,2.2735671997070312,-0.0015885989414528012,0.002530573634430766,0.24134904146194458,0.46470585465431213,0.6717009544372559,672.0,172032.0,4392.005552558927,11010048.0 +391.94,24.270000457763672,2476.0,0.014136885292828083,0.1725870817899704,0.0,1.8086986541748047,2.2507121562957764,-0.003340665251016617,0.002524773823097348,0.23188716173171997,0.47430655360221863,0.6955130994319916,673.0,172288.0,4398.622735357843,11026432.0 +389.8,24.270000457763672,2467.0,0.011574704200029373,0.1386922150850296,0.0,1.8464924097061157,2.2578868865966797,-0.0034861310850828886,0.002520279260352254,0.31378379464149475,0.4735855758190155,0.5433236658573151,674.0,172544.0,4405.262855463894,11042816.0 +394.12,25.280000686645508,2469.0,0.011773970909416676,0.1367594450712204,0.0,1.7631298303604126,2.2537567615509033,-0.004744963254779577,0.002521614544093609,0.16243721544742584,0.4663783013820648,0.7026069760322571,675.0,172800.0,4411.898707574932,11059200.0 +396.23,24.709999084472656,2587.0,0.012184944935142994,0.1434122771024704,0.0,1.8232183456420898,2.247682809829712,-0.00352081679739058,0.00251962267793715,0.283080130815506,0.4658397138118744,0.590440958738327,676.0,173056.0,4418.231367070926,11075584.0 +393.3,24.899999618530273,2494.0,0.011085213162004948,0.13262939453125,0.0,1.7685571908950806,2.269192934036255,-0.0030678724870085716,0.002521905582398176,0.16305507719516754,0.4698660671710968,0.7258150279521942,677.0,173312.0,4424.800074247876,11091968.0 +396.99,25.989999771118164,2540.0,0.01918884739279747,0.1972249299287796,0.0,1.7569622993469238,2.298442840576172,0.0009718912187963724,0.002518013119697571,0.15961575508117676,0.45804640650749207,0.6816280782222748,678.0,173568.0,4431.249729381874,11108352.0 +402.3,27.020000457763672,2514.0,0.013292071409523487,0.1560261994600296,0.0,1.7453218698501587,2.277925729751587,-0.004369713366031647,0.0025161465164273977,0.13904686272144318,0.46280011534690857,0.7317170798778534,679.0,173824.0,4437.767604901921,11124736.0 +405.4,27.649999618530273,2574.0,0.010909385979175568,0.1319987028837204,0.0,1.7484830617904663,2.2982499599456787,-0.005353003274649382,0.002519967034459114,0.14506898820400238,0.4622403085231781,0.7372987568378448,680.0,174080.0,4444.1332864949945,11141120.0 +409.65,27.219999313354492,2634.0,0.012735682539641857,0.1551106721162796,0.0,1.7849678993225098,2.286939859390259,-0.003375178901478648,0.0025205970741808414,0.19415132701396942,0.4718818664550781,0.6688326299190521,681.0,174336.0,4450.353036752902,11157504.0 +408.72,26.1200008392334,2616.0,0.011298407800495625,0.1334228515625,0.0,1.7609606981277466,2.2876358032226562,-0.0025502631906419992,0.002520413836464286,0.16864566504955292,0.4597742259502411,0.7142957448959351,682.0,174592.0,4456.6186331398785,11173888.0 +402.64,26.100000381469727,2604.0,0.014010336250066757,0.1520589143037796,0.0,1.7876254320144653,2.295088529586792,-0.0032524766866117716,0.002518891589716077,0.21095441281795502,0.4668886959552765,0.6714764535427094,683.0,174848.0,4462.912378699984,11190272.0 +399.88,25.770000457763672,2568.0,0.013454030267894268,0.1485799103975296,0.0,1.8335896730422974,2.253577470779419,-0.0034470809623599052,0.0025100416969507933,0.2641647160053253,0.49065330624580383,0.5844001173973083,684.0,175104.0,4469.291437214939,11206656.0 +399.24,26.290000915527344,2526.0,0.018168943002820015,0.1783243864774704,0.0,1.7649980783462524,2.258159637451172,-0.0033052945509552956,0.002515919739380479,0.17208708822727203,0.46482768654823303,0.649267166852951,685.0,175360.0,4475.776600075886,11223040.0 +408.16,27.139999389648438,2475.0,0.01558604370802641,0.1769816130399704,0.0,1.7563652992248535,2.2985198497772217,-0.0023220365401357412,0.002516260137781501,0.13038872182369232,0.47641634941101074,0.6890009045600891,686.0,175616.0,4482.396534890868,11239424.0 +400.76,26.719999313354492,2504.0,0.01001703180372715,0.1162516251206398,0.0,1.830664038658142,2.2927358150482178,-0.002435705391690135,0.002519679255783558,0.2617492973804474,0.48347213864326477,0.5229847133159637,687.0,175872.0,4488.938266223064,11255808.0 +397.49,26.059999465942383,2543.0,0.008845766074955463,0.1078694686293602,0.0,1.796993374824524,2.2870419025421143,-0.005564680323004723,0.00251217489130795,0.23744408786296844,0.46858420968055725,0.6670139133930206,688.0,176128.0,4495.379563334864,11272192.0 +389.0,24.719999313354492,2467.0,0.011582252569496632,0.12890625,0.0,1.856623649597168,2.2642247676849365,-0.005176742561161518,0.002510150196030736,0.3424516022205353,0.476175457239151,0.4894145727157593,689.0,176384.0,4502.019298639847,11288576.0 +394.46,25.0,2484.0,0.012379704974591732,0.146240234375,0.0,1.7678731679916382,2.2767300605773926,-0.004301904700696468,0.0025117057375609875,0.1591026782989502,0.47759509086608887,0.7432374358177185,690.0,176640.0,4508.614580350928,11304960.0 +404.37,25.200000762939453,2479.0,0.010834329761564732,0.1269938200712204,0.0,1.8079724311828613,2.2505223751068115,-0.004008604679256678,0.0025128910783678293,0.2544381320476532,0.46879279613494873,0.6922184526920319,691.0,176896.0,4515.2235209390055,11321344.0 +400.52,25.260000228881836,2539.0,0.014026795513927937,0.1581624299287796,0.0,1.7657443284988403,2.2745745182037354,-0.005491310264915228,0.002510369522497058,0.1584588587284088,0.47761738300323486,0.7491674423217773,692.0,177152.0,4521.677471128991,11337728.0 +391.45,24.729999542236328,2584.0,0.013081715442240238,0.1387532502412796,0.0,1.833210825920105,2.281708240509033,-0.00430913595482707,0.0025120500940829515,0.3157678544521332,0.4643486738204956,0.5241854190826416,693.0,177408.0,4528.0200863608625,11354112.0 +390.11,25.100000381469727,2569.0,0.012959498912096024,0.1522013396024704,0.0,1.8100613355636597,2.2778525352478027,-0.003668765304610133,0.002515685511752963,0.24390250444412231,0.47476258873939514,0.6578940153121948,694.0,177664.0,4534.39678306994,11370496.0 +391.77,25.020000457763672,2599.0,0.01190651673823595,0.144775390625,0.0,1.8374557495117188,2.2767417430877686,-0.0036073478404432535,0.002508666133508086,0.2897289991378784,0.48272716999053955,0.6502983868122101,695.0,177920.0,4540.701247826917,11386880.0 +386.3,24.899999618530273,2573.0,0.015222313813865185,0.1742960661649704,0.0,1.852144718170166,2.2742538452148438,-0.004680747631937265,0.002512474311515689,0.35024335980415344,0.46615079045295715,0.5568064153194427,696.0,178176.0,4547.06879925984,11403264.0 +398.69,26.229999542236328,2584.0,0.014878123067319393,0.1786295622587204,0.0,1.7572550773620605,2.283895254135132,-0.0011148309567943215,0.002511798171326518,0.1329568475484848,0.4768814146518707,0.7400166988372803,697.0,178432.0,4553.409753137035,11419648.0 +408.88,27.079999923706055,2615.0,0.017476554960012436,0.18011474609375,0.0,1.7971938848495483,2.2972638607025146,-0.003057242138311267,0.002503815107047558,0.20766232907772064,0.48558369278907776,0.6665739715099335,698.0,178688.0,4559.674342844868,11436032.0 +409.04,26.829999923706055,2612.0,0.016947688534855843,0.1932169646024704,0.0,1.7593979835510254,2.29502010345459,-0.0034635274205356836,0.002508224220946431,0.14997659623622894,0.4747202694416046,0.7477104365825653,699.0,178944.0,4565.946474364027,11452416.0 +406.96,26.670000076293945,2545.0,0.014245049096643925,0.1587321013212204,0.0,1.8041443824768066,2.2772531509399414,-0.0018435482634231448,0.0025166634004563093,0.20847950875759125,0.46618878841400146,0.6305321156978607,700.0,179200.0,4572.384276206838,11468800.0 +395.69,25.440000534057617,2533.0,0.014474085532128811,0.1539713591337204,0.0,1.8310340642929077,2.29384446144104,-0.0036724398378282785,0.0025106340181082487,0.2662612497806549,0.46919742226600647,0.6794115602970123,701.0,179456.0,4578.852347578853,11485184.0 +381.27,23.889999389648438,2540.0,0.012565147131681442,0.1434122771024704,0.0,1.849833369255066,2.2920572757720947,-0.0052564493380486965,0.0025139153003692627,0.3077245056629181,0.46719062328338623,0.6458650231361389,702.0,179712.0,4585.302051602863,11501568.0 +390.94,24.709999084472656,2588.0,0.012569811195135117,0.1370035856962204,0.0,1.7946929931640625,2.2860214710235596,-0.0031873409170657396,0.0025083255022764206,0.20303571224212646,0.46506011486053467,0.7050421237945557,703.0,179968.0,4591.633604679024,11517952.0 +402.9,26.1200008392334,2610.0,0.011956942267715931,0.1381428986787796,0.0,1.805692195892334,2.297689199447632,-0.00300323567353189,0.0025073466822504997,0.20711760222911835,0.47444045543670654,0.7068428695201874,704.0,180224.0,4597.911255568964,11534336.0 +396.27,25.770000457763672,2584.0,0.007817412726581097,0.0852864608168602,0.0,1.8456605672836304,2.307284355163574,-0.00249067647382617,0.002504188334569335,0.276631623506546,0.4808138310909271,0.644676685333252,705.0,180480.0,4604.251077665947,11550720.0 +388.07,25.43000030517578,2575.0,0.009604730643332005,0.1094563826918602,0.0,1.8539962768554688,2.311995267868042,-0.0014204488834366202,0.002502221381291747,0.29593297839164734,0.4794597625732422,0.6507991552352905,706.0,180736.0,4610.61332199187,11567104.0 +383.6,23.399999618530273,2566.0,0.010117880068719387,0.11236572265625,0.0,1.8863917589187622,2.304476737976074,-0.0011876056669279933,0.002507036319002509,0.3639318645000458,0.47514012455940247,0.5859844088554382,707.0,180992.0,4616.998883344,11583488.0 +388.82,23.84000015258789,2460.0,0.012012823484838009,0.1357421875,0.0,1.8017287254333496,2.31091046333313,-0.0011529629118740559,0.0025087797548621893,0.18145786225795746,0.48087236285209656,0.7071732878684998,708.0,181248.0,4623.658123078989,11599872.0 +395.91,26.15999984741211,2522.0,0.011750404722988605,0.138671875,0.0,1.8092856407165527,2.3048365116119385,-0.005193719640374184,0.0025130377616733313,0.19766031205654144,0.48217880725860596,0.6999222636222839,709.0,181504.0,4630.155523463851,11616256.0 +388.73,24.850000381469727,2476.0,0.00958258006721735,0.1083984375,0.0,1.8947659730911255,2.2972829341888428,-0.00421251030638814,0.0025050623808056116,0.3737436532974243,0.48254844546318054,0.6032278537750244,710.0,181760.0,4636.772200454958,11632640.0 +378.27,23.700000762939453,2544.0,0.009573285467922688,0.11041259765625,0.0,1.9048303365707397,2.2823612689971924,-0.00359361432492733,0.0025096365716308355,0.40493956208229065,0.47395941615104675,0.5731999278068542,711.0,182016.0,4643.212318486068,11649024.0 +383.98,25.149999618530273,2528.0,0.013805028982460499,0.1544596403837204,0.0,1.811692237854004,2.2907350063323975,-0.0012941611930727959,0.00250995927490294,0.19528597593307495,0.4832710027694702,0.6636267602443695,712.0,182272.0,4649.692931633908,11665408.0 +392.4,26.65999984741211,2547.0,0.01393207162618637,0.1728719025850296,0.0,1.8298431634902954,2.3026416301727295,-0.005043216049671173,0.0025071727577596903,0.24743707478046417,0.4806080162525177,0.612017422914505,713.0,182528.0,4656.124547339976,11681792.0 +389.93,25.799999237060547,2610.0,0.014975328929722309,0.1846720427274704,0.0,1.8559904098510742,2.310781240463257,-0.003741602646186948,0.0025085092056542635,0.3118046224117279,0.4726825952529907,0.5529623329639435,714.0,182784.0,4662.402893339982,11698176.0 +392.84,25.829999923706055,2488.0,0.014910560101270676,0.18255615234375,0.0,1.8272899389266968,2.3438847064971924,-0.0016515417955815792,0.002510729478672147,0.25625908374786377,0.46888598799705505,0.5679775178432465,715.0,183040.0,4668.987034728983,11714560.0 +391.81,25.3700008392334,2450.0,0.013786801137030125,0.1395467072725296,0.0,1.8967238664627075,2.3213441371917725,-0.003154495032504201,0.0025060095358639956,0.35972627997398376,0.4902239143848419,0.5001295208930969,716.0,183296.0,4675.674992226064,11730944.0 +387.66,24.049999237060547,2518.0,0.014334176667034626,0.16168212890625,0.0,1.850174069404602,2.346363067626953,-0.003436196595430374,0.0025073299184441566,0.2909451425075531,0.4779362976551056,0.5888012647628784,717.0,183552.0,4682.180839871988,11747328.0 +386.33,24.139999389648438,2474.0,0.01282168086618185,0.1469929963350296,0.0,1.8646564483642578,2.337580919265747,-0.0011434153420850635,0.0025053962599486113,0.2983628213405609,0.4872961938381195,0.5708296597003937,718.0,183808.0,4688.802776279859,11763712.0 +398.45,25.479999542236328,2537.0,0.011757132597267628,0.1353352814912796,0.0,1.802822232246399,2.3303380012512207,-0.0012780084507539868,0.0025083478540182114,0.1846105009317398,0.48092469573020935,0.6529102027416229,719.0,184064.0,4695.261990973959,11780096.0 +399.53,25.809999465942383,2519.0,0.011039548553526402,0.11785888671875,0.0,1.805992603302002,2.3511345386505127,-0.004123508930206299,0.002509894547984004,0.21479487419128418,0.47128283977508545,0.6039815247058868,720.0,184320.0,4701.766426327871,11796480.0 +400.41,25.770000457763672,2532.0,0.011432229541242123,0.1310221403837204,0.0,1.8199615478515625,2.340366840362549,-0.002892476739361882,0.002508029341697693,0.22326363623142242,0.4806112051010132,0.618376761674881,721.0,184576.0,4708.237787808059,11812864.0 +401.6,26.049999237060547,2574.0,0.013347022235393524,0.1558837890625,0.0,1.7809491157531738,2.3467156887054443,-0.003949593286961317,0.0025102130603045225,0.15092633664608002,0.4777960479259491,0.6967683136463165,722.0,184832.0,4714.603621448856,11829248.0 +395.23,25.09000015258789,2527.0,0.012270142324268818,0.1464640349149704,0.0,1.8424221277236938,2.3506946563720703,-0.003948241006582975,0.002505481941625476,0.27359047532081604,0.4803411066532135,0.5531612932682037,723.0,185088.0,4721.0857889689505,11845632.0 +387.78,23.280000686645508,2516.0,0.01235327497124672,0.1352132111787796,0.0,1.9138461351394653,2.3680973052978516,-0.004225555807352066,0.002502700313925743,0.4186180830001831,0.4810934364795685,0.5663885772228241,724.0,185344.0,4727.601479254896,11862016.0 +370.81,22.1299991607666,2546.0,0.014200262725353241,0.1598917692899704,0.0,1.9403648376464844,2.3632819652557373,-0.0037043802440166473,0.002506004646420479,0.4545922577381134,0.4874037504196167,0.43370574712753296,725.0,185600.0,4734.035307612969,11878400.0 +359.83,21.709999084472656,2474.0,0.01215504389256239,0.1456298828125,0.0,1.9809826612472534,2.3599281311035156,-0.0027931786607950926,0.0025098540354520082,0.5144203305244446,0.4952380657196045,0.501913458108902,726.0,185856.0,4740.656941968016,11894784.0 +365.03,21.709999084472656,2598.0,0.013736692257225513,0.1610107421875,0.0,1.847863793373108,2.356144428253174,-0.0031493843998759985,0.0025145981926470995,0.28579679131507874,0.4743770658969879,0.6512539982795715,727.0,186112.0,4746.963380292058,11911168.0 +363.54,21.8700008392334,2553.0,0.02072582207620144,0.2310384064912796,0.0,1.8868780136108398,2.3439109325408936,0.00037917550071142614,0.0025122682563960552,0.3404480516910553,0.48357954621315,0.5813880860805511,728.0,186368.0,4753.38123021787,11927552.0 +366.23,22.989999771118164,2518.0,0.00911503192037344,0.1037394180893898,0.0,1.924160122871399,2.3432180881500244,-0.005322715733200312,0.0025110431015491486,0.4178636372089386,0.48846185207366943,0.5913950502872467,729.0,186624.0,4759.887652565027,11943936.0 +365.71,22.860000610351562,2549.0,0.013234924525022507,0.1608072966337204,0.0,1.8418177366256714,2.3379549980163574,-0.0049942005425691605,0.0025064374785870314,0.27587005496025085,0.4790373146533966,0.63945671916008,730.0,186880.0,4766.315810255008,11960320.0 +373.94,23.270000457763672,2580.0,0.01605537161231041,0.1968994140625,0.0,1.8767247200012207,2.3089439868927,-0.0035706895869225264,0.002498686546459794,0.32910260558128357,0.48949018120765686,0.5993961095809937,731.0,187136.0,4772.66689055087,11976704.0 +385.75,23.190000534057617,2554.0,0.014689515344798565,0.1642863005399704,0.0,1.8654285669326782,2.319849967956543,-0.002458791248500347,0.0025000846944749355,0.31266236305236816,0.48471224308013916,0.6705876588821411,732.0,187392.0,4779.080525160069,11993088.0 +393.55,23.940000534057617,2556.0,0.011317528784275055,0.1133829727768898,0.0,1.8449897766113281,2.307600498199463,-0.001660180278122425,0.0025002306792885065,0.2562793493270874,0.49147093296051025,0.7110309600830078,733.0,187648.0,4785.489014907042,12009472.0 +392.58,25.399999618530273,2582.0,0.01342016737908125,0.1435953825712204,0.0,1.8197728395462036,2.326122283935547,-0.005104586016386747,0.002497339155524969,0.22975987195968628,0.4845893085002899,0.6114425957202911,734.0,187904.0,4791.83333101403,12025856.0 +376.2,24.899999618530273,2509.0,0.014507587999105453,0.17156982421875,0.0,1.8669649362564087,2.3303442001342773,-0.0035378485918045044,0.002499293303117156,0.3235977590084076,0.4823608100414276,0.6090084314346313,735.0,188160.0,4798.363684437005,12042240.0 +383.28,25.459999084472656,2535.0,0.01319964975118637,0.1689860075712204,0.0,1.796833872795105,2.3346199989318848,-0.0018502315506339073,0.002503952942788601,0.1820203810930252,0.47904345393180847,0.7135188579559326,736.0,188416.0,4804.826650386909,12058624.0 +395.65,25.829999923706055,2592.0,0.01457858458161354,0.1667887419462204,0.0,1.795220971107483,2.3515779972076416,-0.003971980884671211,0.0024944234173744917,0.18300850689411163,0.48399314284324646,0.6638401746749878,737.0,188672.0,4811.1477403808385,12075008.0 +401.9,25.799999237060547,2619.0,0.014520931988954544,0.17169189453125,0.0,1.841774344444275,2.3453609943389893,-0.0030000668484717607,0.0025029866956174374,0.28807151317596436,0.472698837518692,0.6370817720890045,738.0,188928.0,4817.403322821949,12091392.0 +392.68,24.93000030517578,2555.0,0.012369342148303986,0.139404296875,0.0,1.842369556427002,2.3475570678710938,-0.0026343893259763718,0.002499037655070424,0.27182745933532715,0.4830472469329834,0.5839354991912842,739.0,189184.0,4823.814250699012,12107776.0 +377.82,23.200000762939453,2456.0,0.012691802345216274,0.1478474885225296,0.0,1.9377975463867188,2.3225257396698,-0.002916007535532117,0.002498556859791279,0.46562984585762024,0.48184525966644287,0.4242165684700012,740.0,189440.0,4830.48535068403,12124160.0 +378.61,23.520000457763672,2527.0,0.009687869809567928,0.11566162109375,0.0,1.8313469886779785,2.328148126602173,-0.005304012447595596,0.002501542679965496,0.24350810050964355,0.4874071776866913,0.6080814599990845,741.0,189696.0,4836.968378358986,12140544.0 +394.13,24.09000015258789,2476.0,0.014984452165663242,0.1882527619600296,0.0,1.8277982473373413,2.316815137863159,-0.0027111649978905916,0.002495233668014407,0.2339521199464798,0.4890848398208618,0.6163078248500824,742.0,189952.0,4843.585947355023,12156928.0 +405.93,25.3799991607666,2543.0,0.014635059051215649,0.1690877228975296,0.0,1.8160451650619507,2.3376834392547607,-0.003599009243771434,0.00250292313285172,0.21645748615264893,0.48333093523979187,0.6534821689128876,743.0,190208.0,4850.030966816936,12173312.0 +407.85,25.440000534057617,2593.0,0.01619902066886425,0.1803995817899704,0.0,1.8226441144943237,2.325295925140381,-0.0033718536142259836,0.0025056793820112944,0.22353027760982513,0.4846642017364502,0.5981945097446442,744.0,190464.0,4856.349998992868,12189696.0 +409.24,26.360000610351562,2567.0,0.011249088682234287,0.1344197541475296,0.0,1.7830071449279785,2.323207139968872,-0.0037595878820866346,0.0024943752214312553,0.13320864737033844,0.4962069094181061,0.7613323777914047,745.0,190720.0,4862.732560704928,12206080.0 +398.85,26.209999084472656,2503.0,0.013333438895642757,0.1596272736787796,0.0,1.8659276962280273,2.320075273513794,-0.00321967457421124,0.0024982064496725798,0.2927226722240448,0.49688372015953064,0.5598443150520325,746.0,190976.0,4869.2786674508825,12222464.0 +393.53,24.760000228881836,2500.0,0.012334343045949936,0.141357421875,0.0,1.9189033508300781,2.3018808364868164,-0.001204653992317617,0.002496911445632577,0.4019112288951874,0.49371567368507385,0.5604375600814819,747.0,191232.0,4875.832473587943,12238848.0 +377.89,22.899999618530273,2497.0,0.01287172269076109,0.14447021484375,0.0,1.9625004529953003,2.275617837905884,-0.005394394043833017,0.0024962592869997025,0.4706313908100128,0.5072057247161865,0.5456210076808929,748.0,191488.0,4882.393070989987,12255232.0 +381.1,23.920000076293945,2560.0,0.01072009652853012,0.1199544295668602,0.0,1.830340027809143,2.2732200622558594,-0.0039329519495368,0.0024947503115981817,0.25388163328170776,0.48268961906433105,0.6587295234203339,749.0,191744.0,4888.791592336958,12271616.0 +395.19,24.729999542236328,2536.0,0.013621455989778042,0.1482136994600296,0.0,1.7198781967163086,2.2839269638061523,-0.005263234954327345,0.0024908247869461775,0.27438944578170776,0.5000544190406799,0.6989577114582062,750.0,192000.0,4895.251588559011,12288000.0 +403.67,25.90999984741211,2543.0,0.01214899867773056,0.1541748046875,0.0,1.667320728302002,2.2863402366638184,-0.005370653700083494,0.0024935444816946983,0.19277161359786987,0.48610666394233704,0.6843735575675964,751.0,192256.0,4901.695326427929,12304384.0 +395.22,26.010000228881836,2544.0,0.012216930277645588,0.14044189453125,0.0,1.7297855615615845,2.2879271507263184,-0.0046226633712649345,0.002495914464816451,0.3218843638896942,0.48186221718788147,0.5625772178173065,752.0,192512.0,4908.136288766051,12320768.0 +392.22,26.350000381469727,2469.0,0.014936849474906921,0.1445719450712204,0.0,1.6809953451156616,2.258563756942749,-0.0030763456597924232,0.00249503250233829,0.208645299077034,0.48879274725914,0.6780533492565155,753.0,192768.0,4914.770696976921,12337152.0 +383.1,24.549999237060547,2465.0,0.011527315713465214,0.1447957307100296,0.0,1.7477272748947144,2.3095462322235107,-0.0044080032967031,0.0025107304099947214,0.3298957049846649,0.4895566403865814,0.6128851175308228,754.0,193024.0,4921.419063994894,12353536.0 +384.25,24.34000015258789,2514.0,0.01049382146447897,0.1153971329331398,0.0,1.7115181684494019,2.277898073196411,-0.005351239815354347,0.0024977652356028557,0.25654250383377075,0.4972250461578369,0.6856580376625061,755.0,193280.0,4927.935304037062,12369920.0 +393.57,25.290000915527344,2563.0,0.012083113193511963,0.14227294921875,0.0,1.725358009338379,2.2865288257598877,-0.004398702178150415,0.0025037305895239115,0.28584015369415283,0.49242734909057617,0.6668409407138824,756.0,193536.0,4934.328929597978,12386304.0 +388.03,25.940000534057617,2549.0,0.008422993123531342,0.0980631485581398,0.0,1.7111550569534302,2.2857515811920166,-0.0033398643136024475,0.0024928313214331865,0.26316019892692566,0.49361827969551086,0.6562763452529907,757.0,193792.0,4940.756429282017,12402688.0 +387.39,26.68000030517578,2524.0,0.00955044012516737,0.10101318359375,0.0,1.7229307889938354,2.2949864864349365,-0.0035308438818901777,0.0024960320442914963,0.2930581569671631,0.4888867437839508,0.6276564598083496,758.0,194048.0,4947.247377818916,12419072.0 +386.67,26.34000015258789,2619.0,0.00832298118621111,0.0920817032456398,0.0,1.7412642240524292,2.2783005237579346,-0.00309052225202322,0.0025006348732858896,0.3342590630054474,0.4834708869457245,0.5567904412746429,759.0,194304.0,4953.502101599937,12435456.0 +385.48,25.639999389648438,2658.0,0.007228017318993807,0.0810139998793602,0.0,1.770796775817871,2.2912545204162598,-0.004676209297031164,0.0024916306138038635,0.38525259494781494,0.4942047595977783,0.6041865944862366,760.0,194560.0,4959.665517857997,12451840.0 +389.96,25.190000534057617,2597.0,0.009030570276081562,0.1009928360581398,0.0,1.7589961290359497,2.2938895225524902,-0.004423181992024183,0.0025079187471419573,0.3528445065021515,0.49058642983436584,0.5649931728839874,761.0,194816.0,4965.97385678906,12468224.0 +389.73,24.3700008392334,2499.0,0.007708751130849123,0.0790201798081398,0.0,1.7468403577804565,2.2941761016845703,-0.002657851204276085,0.00250898115336895,0.3106772005558014,0.4978201389312744,0.6716314554214478,762.0,195072.0,4972.529786417028,12484608.0 +395.44,25.979999542236328,2612.0,0.009106211364269257,0.09716796875,0.0,1.6995271444320679,2.2874104976654053,-0.0035071808379143476,0.0025005226489156485,0.24429255723953247,0.48759472370147705,0.7017395496368408,763.0,195328.0,4978.802395450883,12500992.0 +399.9,26.6299991607666,2547.0,0.010121775791049004,0.104736328125,0.0,1.6831592321395874,2.2897398471832275,-0.00136938679497689,0.002505165059119463,0.18320812284946442,0.49834156036376953,0.7907514721155167,764.0,195584.0,4985.23519354593,12517376.0 +403.24,26.65999984741211,2524.0,0.012262120842933655,0.1487630158662796,0.0,1.7264569997787476,2.3086092472076416,-0.001301344484090805,0.0024957668501883745,0.29170653223991394,0.4913041889667511,0.6998074650764465,765.0,195840.0,4991.726405462949,12533760.0 +400.2,26.75,2485.0,0.008687383495271206,0.09661865234375,0.0,1.7176610231399536,2.273331880569458,-0.0035585155710577965,0.0025081622879952192,0.25830450654029846,0.49573636054992676,0.6651721596717834,766.0,196096.0,4998.319198550889,12550144.0 +388.6,25.25,2457.0,0.009695720858871937,0.1106363907456398,0.0,1.7121745347976685,2.28928542137146,-0.0044765411876142025,0.0025025990325957537,0.2531355321407318,0.496540904045105,0.6893490254878998,767.0,196352.0,5004.985769826919,12566528.0 +397.02,26.170000076293945,2465.0,0.01426289975643158,0.1666666716337204,0.0,1.7112627029418945,2.273956060409546,-0.0019444338977336884,0.0025143271777778864,0.2221575230360031,0.5035626292228699,0.7221298515796661,768.0,196608.0,5011.633157253964,12582912.0 +397.02,25.059999465942383,2553.0,0.010417881421744823,0.13262939453125,0.0,1.7970738410949707,2.294522285461426,-0.0033050207421183586,0.002519605914130807,0.3954724073410034,0.5017033815383911,0.5621369779109955,769.0,196864.0,5018.049309400842,12599296.0 +401.41,25.309999465942383,2540.0,0.013558967970311642,0.1411946564912796,0.0,1.706788420677185,2.2768445014953613,-0.003542383434250951,0.0025229228194803,0.21077312529087067,0.5023475289344788,0.7134583294391632,770.0,197120.0,5024.498645439977,12615680.0 +403.51,24.1299991607666,2515.0,0.012228422798216343,0.1482950896024704,0.0,1.7494629621505737,2.2655632495880127,-0.0039633275009691715,0.002515353262424469,0.31440070271492004,0.49656280875205994,0.6115890443325043,771.0,197376.0,5031.012073451886,12632064.0 +405.24,25.479999542236328,2542.0,0.01292711403220892,0.1429239958524704,0.0,1.6778539419174194,2.2613415718078613,-0.0032404109369963408,0.0025014954153448343,0.1623360961675644,0.5074556469917297,0.7298261523246765,772.0,197632.0,5037.457696620841,12648448.0 +391.19,24.40999984741211,2525.0,0.014137052930891514,0.1569417268037796,0.0,1.7669991254806519,2.2392070293426514,-0.0034848370123654604,0.0025032327976077795,0.356274276971817,0.4981338679790497,0.5868764221668243,773.0,197888.0,5043.949034634978,12664832.0 +385.45,24.3700008392334,2549.0,0.018566157668828964,0.1816813200712204,0.0,1.7211570739746094,2.238269567489624,-0.002683193190023303,0.00249076378531754,0.26156970858573914,0.5051264762878418,0.6296187043190002,774.0,198144.0,5050.375466422876,12681216.0 +386.26,25.299999237060547,2541.0,0.01890959031879902,0.19427490234375,0.0,1.7162755727767944,2.256760835647583,-0.00230752513743937,0.002494203392416239,0.27654746174812317,0.48979488015174866,0.6578422784805298,775.0,198400.0,5056.8231775700115,12697600.0 +386.49,25.260000228881836,2462.0,0.01309487596154213,0.14569091796875,0.0,1.7439165115356445,2.301560163497925,-0.0031932182610034943,0.0024970753584057093,0.31787317991256714,0.49736568331718445,0.588352233171463,776.0,198656.0,5063.476377540035,12713984.0 +393.08,25.260000228881836,2464.0,0.015951689332723618,0.1742350310087204,0.0,1.7714959383010864,2.2797231674194336,-0.0011501930421218276,0.002495893044397235,0.37280407547950745,0.4956303536891937,0.5477792918682098,777.0,198912.0,5070.125899587059,12730368.0 +381.03,23.350000381469727,2512.0,0.007046536076813936,0.0781656876206398,0.0,1.7883580923080444,2.2858355045318604,-0.004042080137878656,0.002499860944226384,0.4031801223754883,0.49866005778312683,0.5349724888801575,778.0,199168.0,5076.647829867899,12746752.0 +375.24,23.610000610351562,2489.0,0.0068460083566606045,0.0755208358168602,0.0,1.7354177236557007,2.311896562576294,-0.004750773776322603,0.0024999608285725117,0.3212546408176422,0.48668137192726135,0.6549750566482544,779.0,199424.0,5083.229944493854,12763136.0 +385.69,24.389999389648438,2464.0,0.00995022151619196,0.10797119140625,0.0,1.7417283058166504,2.2955920696258545,-0.005561739206314087,0.002495147055014968,0.31470435857772827,0.5001774430274963,0.6442144215106964,780.0,199680.0,5089.878496368881,12779520.0 +383.12,24.020000457763672,2521.0,0.013595436699688435,0.12255859375,0.0,1.7724586725234985,2.282442808151245,-0.0007306204061023891,0.002501804381608963,0.3568359911441803,0.5019438862800598,0.5687184035778046,781.0,199936.0,5096.376018340932,12795904.0 +380.06,24.270000457763672,2544.0,0.01503182202577591,0.16278076171875,0.0,1.7399336099624634,2.260892629623413,-0.0037925259675830603,0.002504967385903001,0.3228989541530609,0.48658987879753113,0.6279859244823456,782.0,200192.0,5102.8175312280655,12812288.0 +374.55,24.15999984741211,2275.0,0.011268031783401966,0.11590576171875,0.0,1.8152629137039185,2.2320334911346436,-0.0033425369765609503,0.002506243297830224,0.4226672947406769,0.512723982334137,0.6340163946151733,783.0,200448.0,5110.016949356068,12828672.0 +382.75,25.389999389648438,2599.0,0.011611775495111942,0.12103271484375,0.0,1.7046934366226196,2.271082639694214,-0.002502254443243146,0.0025179858785122633,0.20724761486053467,0.5032666325569153,0.7111002504825592,784.0,200704.0,5116.319884896977,12845056.0 +386.85,25.18000030517578,2622.0,0.012295919470489025,0.1434529572725296,0.0,1.7419657707214355,2.2382404804229736,-0.003005398204550147,0.002501668408513069,0.3081633448600769,0.49732649326324463,0.6952215135097504,785.0,200960.0,5122.567531578941,12861440.0 +392.06,25.450000762939453,2615.0,0.01592332124710083,0.1654866486787796,0.0,1.7819892168045044,2.2358298301696777,-0.0011274605058133602,0.002536297542974353,0.3397284746170044,0.5042187571525574,0.6203759014606476,786.0,201216.0,5128.832113379845,12877824.0 +376.86,24.389999389648438,2631.0,0.016570592299103737,0.1825764924287796,0.0,1.8801031112670898,2.258378267288208,-0.0021794780623167753,0.0025211989413946867,0.5439023971557617,0.508847177028656,0.5342258512973785,787.0,201472.0,5135.058295742841,12894208.0 +380.07,24.579999923706055,2665.0,0.012025377713143826,0.13232421875,0.0,1.719958782196045,2.2483229637145996,-0.006046151742339134,0.0025214313063770533,0.22662104666233063,0.511182427406311,0.7547980099916458,788.0,201728.0,5141.205986849032,12910592.0 +391.18,25.899999618530273,2626.0,0.013632385991513729,0.1496378630399704,0.0,1.8239911794662476,2.2573354244232178,-0.002463363576680422,0.0025241044349968433,0.4228454828262329,0.5124762058258057,0.5391553640365601,789.0,201984.0,5147.44516861788,12926976.0 +388.41,26.43000030517578,2631.0,0.013187265954911709,0.1460774689912796,0.0,1.7339378595352173,2.2466862201690674,-0.0026646750047802925,0.00251171737909317,0.28729304671287537,0.4946330785751343,0.6615754067897797,790.0,202240.0,5153.672796485946,12943360.0 +382.83,24.670000076293945,2598.0,0.011004496365785599,0.134033203125,0.0,1.7890459299087524,2.265775442123413,-0.00407046964392066,0.0024937372654676437,0.42233672738075256,0.4919012486934662,0.5839762389659882,791.0,202496.0,5159.978147414047,12959744.0 +395.18,25.690000534057617,2604.0,0.010528884828090668,0.1099039688706398,0.0,1.7346925735473633,2.2512855529785156,-0.002675379626452923,0.00250249938108027,0.28063926100730896,0.503726065158844,0.7089113295078278,792.0,202752.0,5166.268838813994,12976128.0 +396.03,26.25,2547.0,0.009297377429902554,0.1031697615981102,0.0,1.6806753873825073,2.2524096965789795,-0.003525631269440055,0.0025009477976709604,0.1847488135099411,0.49885571002960205,0.7806605994701385,793.0,203008.0,5172.70444533485,12992512.0 +407.05,27.459999084472656,2616.0,0.008204777725040913,0.0918985977768898,0.0,1.6822763681411743,2.26495099067688,-0.0026384396478533745,0.002505345270037651,0.1876775622367859,0.49598002433776855,0.7698326110839844,794.0,203264.0,5178.967843167018,13008896.0 +402.75,27.40999984741211,2621.0,0.01365092396736145,0.16668701171875,0.0,1.735304355621338,2.2601420879364014,-0.002470101695507765,0.002500828355550766,0.28094619512557983,0.5049322247505188,0.7008360624313354,795.0,203520.0,5185.218964817934,13025280.0 +399.55,27.299999237060547,2614.0,0.011432714760303497,0.1343994140625,0.0,1.6805404424667358,2.296527624130249,-0.0027926433831453323,0.0024950180668383837,0.1873011738061905,0.4999752342700958,0.7624837309122086,796.0,203776.0,5191.487052796874,13041664.0 +395.99,26.229999542236328,2614.0,0.008009746670722961,0.0923868790268898,0.0,1.7570452690124512,2.3065054416656494,-0.004162694793194532,0.002500340575352311,0.3492250144481659,0.4940774440765381,0.7000035345554352,797.0,204032.0,5197.753408967052,13058048.0 +390.61,25.25,2620.0,0.007142010610550642,0.0804646834731102,0.0,1.7432308197021484,2.304283618927002,-0.004355534445494413,0.0024866785388439894,0.3261319398880005,0.49863526225090027,0.6692984700202942,798.0,204288.0,5204.007721788017,13074432.0 +378.24,25.010000228881836,2613.0,0.006060359533876181,0.0683186873793602,0.0,1.824203610420227,2.323819875717163,-0.0050852191634476185,0.0024893463123589754,0.502429723739624,0.4905279874801636,0.5222580134868622,799.0,204544.0,5210.278136854991,13090816.0 +381.22,26.1200008392334,2618.0,0.009017514064908028,0.10418701171875,0.0,1.7645902633666992,2.2932262420654297,-0.004460109397768974,0.002494482323527336,0.20669662952423096,0.5028349161148071,0.7481093406677246,800.0,204800.0,5216.536691481015,13107200.0 +394.19,27.719999313354492,2526.0,0.011609364300966263,0.1335652619600296,0.0,1.7508524656295776,2.2898383140563965,-0.0025652702897787094,0.0024856904055923223,0.19644707441329956,0.496305376291275,0.7457855045795441,801.0,205056.0,5223.02263139002,13123584.0 +403.1,27.649999618530273,2528.0,0.01348662469536066,0.1601359099149704,0.0,1.7474292516708374,2.3006632328033447,-0.0035787951201200485,0.0024951270315796137,0.20544862747192383,0.4845374524593353,0.7333654761314392,802.0,205312.0,5229.502544434974,13139968.0 +406.7,27.260000228881836,2536.0,0.013314027339220047,0.1632487028837204,0.0,1.7774893045425415,2.3214850425720215,-0.002758832648396492,0.0024997175205498934,0.2406061291694641,0.49454358220100403,0.7067770063877106,803.0,205568.0,5235.961574004032,13156352.0 +401.56,26.290000915527344,2608.0,0.014305179007351398,0.16058349609375,0.0,1.7881708145141602,2.328843832015991,-0.0014822190860286355,0.0024920464493334293,0.2811954915523529,0.48716962337493896,0.6871931552886963,804.0,205824.0,5242.244496101048,13172736.0 +400.36,26.399999618530273,2617.0,0.01472838968038559,0.14453125,0.0,1.7851128578186035,2.306152105331421,-0.0008087661117315292,0.0025059455074369907,0.2482069730758667,0.493211954832077,0.7414549291133881,805.0,206080.0,5248.505153920036,13189120.0 +404.54,26.540000915527344,2624.0,0.01603931188583374,0.1753336638212204,0.0,1.7857366800308228,2.3237011432647705,0.0004287374031264335,0.002501578303053975,0.2350899577140808,0.5017387270927429,0.7470923066139221,806.0,206336.0,5254.747660331894,13205504.0 +403.73,26.549999237060547,2584.0,0.014033228158950806,0.1334635466337204,0.0,1.7965902090072632,2.2974610328674316,-0.0042348806746304035,0.00251430063508451,0.24246317148208618,0.5073664784431458,0.7469885945320129,807.0,206592.0,5261.088591402862,13221888.0 +403.21,27.440000534057617,2579.0,0.010984398424625397,0.1282958984375,0.0,1.8131483793258667,2.3004965782165527,-0.004433642141520977,0.0025035745929926634,0.28241002559661865,0.5094273686408997,0.6976423561573029,808.0,206848.0,5267.441898565041,13238272.0 +397.42,26.280000686645508,2612.0,0.013290375471115112,0.1573486328125,0.0,1.8011702299118042,2.302600383758545,-0.0002570906945038587,0.0025135925970971584,0.25866642594337463,0.500001847743988,0.724384605884552,809.0,207104.0,5273.713924441021,13254656.0 +405.72,26.489999771118164,2543.0,0.011222072876989841,0.1238199844956398,0.0,1.7573738098144531,2.2830188274383545,-0.004298816900700331,0.0024914501700550318,0.17840367555618286,0.5112600922584534,0.7486501038074493,810.0,207360.0,5280.157937323907,13271040.0 +414.11,27.6200008392334,2458.0,0.011389855295419693,0.1291300505399704,0.0,1.753891110420227,2.266573429107666,-0.002466959413141012,0.002504310803487897,0.17123018205165863,0.5028687119483948,0.7874438762664795,811.0,207616.0,5286.822851839941,13287424.0 +411.04,27.229999542236328,2472.0,0.01306083146482706,0.14434814453125,0.0,1.8002257347106934,2.2735037803649902,-0.003683808958157897,0.002522229915484786,0.24020278453826904,0.507521390914917,0.7191216349601746,812.0,207872.0,5293.450366646983,13303808.0 +405.82,26.6200008392334,2536.0,0.014353410340845585,0.1558837890625,0.0,1.8100857734680176,2.292181968688965,-0.002482539741322398,0.002518962835893035,0.26224976778030396,0.5068981051445007,0.7254620492458344,813.0,208128.0,5299.910570255946,13320192.0 +402.11,26.190000534057617,2465.0,0.015170269645750523,0.1663411408662796,0.0,1.7693171501159668,2.2849786281585693,-0.00027895867242477834,0.002502602757886052,0.18831045925617218,0.5087823867797852,0.721408873796463,814.0,208384.0,5306.557613488985,13336576.0 +400.0,25.3700008392334,2522.0,0.012387707829475403,0.1360270231962204,0.0,1.8767398595809937,2.282179594039917,-0.003339269896969199,0.0025262965355068445,0.3607819080352783,0.5220357775688171,0.5995727479457855,815.0,208640.0,5313.052697253879,13352960.0 +392.75,24.670000076293945,2473.0,0.011108470149338245,0.13250732421875,0.0,1.845193862915039,2.293635606765747,-0.0031703703571110964,0.0025295133236795664,0.3214809000492096,0.508043110370636,0.6018428206443787,816.0,208896.0,5319.676035693847,13369344.0 +398.66,24.739999771118164,2450.0,0.013551915995776653,0.1375325471162796,0.0,1.7950867414474487,2.272953748703003,-0.0029709076043218374,0.0025155951734632254,0.19320006668567657,0.529124915599823,0.7203081846237183,817.0,209152.0,5326.362769776955,13385728.0 +402.04,25.020000457763672,2515.0,0.015679502859711647,0.1741739958524704,0.0,1.8695801496505737,2.285637378692627,-0.004105955827981234,0.002508987905457616,0.36872780323028564,0.5199827551841736,0.5910007655620575,818.0,209408.0,5332.8776162399445,13402112.0 +399.25,24.219999313354492,2515.0,0.019471824169158936,0.2038167268037796,0.0,1.8421012163162231,2.2814419269561768,-0.0015190128469839692,0.0025296430103480816,0.29924073815345764,0.5144599080085754,0.6042123436927795,819.0,209664.0,5339.392195224995,13418496.0 +407.33,25.31999969482422,2536.0,0.014065789990127087,0.16070556640625,0.0,1.801732063293457,2.2995622158050537,-0.0018647931283339858,0.002498817862942815,0.2633265554904938,0.5071912407875061,0.6389347612857819,820.0,209920.0,5345.852816869039,13434880.0 +410.54,24.610000610351562,2538.0,0.012304182164371014,0.1327311247587204,0.0,1.768836498260498,2.301023006439209,-0.002493157982826233,0.0025095632299780846,0.18299363553524017,0.5100201368331909,0.7290395796298981,821.0,210176.0,5352.309860227862,13451264.0 +402.95,24.6299991607666,2508.0,0.009836557321250439,0.1084187850356102,0.0,1.805590271949768,2.3055338859558105,-0.003022741759195924,0.0025024893693625927,0.24203859269618988,0.5216470956802368,0.6756113469600677,822.0,210432.0,5358.8432929548435,13467648.0 +400.41,25.110000610351562,2508.0,0.013445794582366943,0.1349894255399704,0.0,1.8054255247116089,2.3190228939056396,-0.002194490982219577,0.002500995760783553,0.2619551122188568,0.5111840963363647,0.6538491249084473,823.0,210688.0,5365.374517628923,13484032.0 +400.68,25.65999984741211,2561.0,0.014570016413927078,0.1589558869600296,0.0,1.7621556520462036,2.2999706268310547,-0.0014928346499800682,0.0024979442823678255,0.16748815774917603,0.5158928632736206,0.6991114616394043,824.0,210944.0,5371.774623417994,13500416.0 +400.26,25.850000381469727,2543.0,0.015888314694166183,0.1630045622587204,0.0,1.7987958192825317,2.300157070159912,-0.0035810184199362993,0.0024963354226201773,0.26985108852386475,0.5037934184074402,0.6368865668773651,825.0,211200.0,5378.218071412062,13516800.0 +396.5,25.790000915527344,2537.0,0.013829641975462437,0.1494344025850296,0.0,1.8018304109573364,2.323806047439575,-0.0034046929795295,0.002503381110727787,0.25497540831565857,0.5111861824989319,0.6468521058559418,826.0,211456.0,5384.675134878838,13533184.0 +371.73,23.030000686645508,2541.0,0.014853832311928272,0.1568603515625,0.0,1.9407647848129272,2.3034422397613525,-0.0014017336070537567,0.0025081373751163483,0.5049216747283936,0.5209900140762329,0.5857301950454712,827.0,211712.0,5391.122894400032,13549568.0 +367.01,23.059999465942383,2561.0,0.012282215058803558,0.1335042268037796,0.0,1.820217251777649,2.3306214809417725,-0.003498760284855962,0.002502705669030547,0.29381728172302246,0.5106204152107239,0.6316072046756744,828.0,211968.0,5397.520762970904,13565952.0 +376.99,24.59000015258789,2509.0,0.01282811164855957,0.1352132111787796,0.0,1.7527614831924438,2.311687707901001,-0.0021032781805843115,0.00249887234531343,0.16106034815311432,0.5097777247428894,0.7601059526205063,829.0,212224.0,5404.04991527996,13582336.0 +395.59,26.1299991607666,2462.0,0.014688448049128056,0.1470540314912796,0.0,1.7981733083724976,2.3163254261016846,-0.00233587808907032,0.00249284110032022,0.27634763717651367,0.5004057884216309,0.6066769361495972,830.0,212480.0,5410.704350398853,13598720.0 +389.23,24.450000762939453,2519.0,0.013695466332137585,0.1626993864774704,0.0,1.7908802032470703,2.31744647026062,-0.004139899741858244,0.0025045110378414392,0.2760411202907562,0.4890523850917816,0.6404079496860504,831.0,212736.0,5417.208913795883,13615104.0 +379.24,23.1299991607666,2467.0,0.015061193145811558,0.15869140625,0.0,1.8325790166854858,2.2805051803588867,-5.182532549952157e-05,0.0024946497287601233,0.3506879508495331,0.4938978850841522,0.6368756592273712,832.0,212992.0,5423.848870331887,13631488.0 +379.39,24.010000228881836,2540.0,0.011482669971883297,0.12408447265625,0.0,1.7843960523605347,2.295703649520874,-0.004395215306431055,0.0024936755653470755,0.26474735140800476,0.4936414957046509,0.6581002175807953,833.0,213248.0,5430.299129698891,13647872.0 +381.07,24.450000762939453,2467.0,0.013392862863838673,0.1448160856962204,0.0,1.7904051542282104,2.2853829860687256,-0.005513859447091818,0.0024961307644844055,0.26335665583610535,0.5004148483276367,0.6196637451648712,834.0,213504.0,5436.944682872854,13664256.0 +394.1,26.100000381469727,2568.0,0.01810213178396225,0.18133544921875,0.0,1.8015308380126953,2.281271457672119,-0.0020500861573964357,0.0024914995301514864,0.2681123614311218,0.5081638693809509,0.6277610957622528,835.0,213760.0,5443.325013350928,13680640.0 +393.3,25.65999984741211,2504.0,0.01419848296791315,0.1492716521024704,0.0,1.7536588907241821,2.2849793434143066,-0.001715600024908781,0.0024954003747552633,0.178538978099823,0.502707839012146,0.684539407491684,836.0,214016.0,5449.8672140068375,13697024.0 +401.68,26.209999084472656,2485.0,0.012550294399261475,0.131103515625,0.0,1.7794017791748047,2.302037000656128,-0.00382326846010983,0.0024933796375989914,0.21982823312282562,0.51136314868927,0.6714605987071991,837.0,214272.0,5456.459959633881,13713408.0 +399.6,25.219999313354492,2458.0,0.013658687472343445,0.1508585661649704,0.0,1.8163951635360718,2.280202627182007,-0.004629076458513737,0.0025034977588802576,0.2937358319759369,0.5069541335105896,0.6312059164047241,838.0,214528.0,5463.126259573968,13729792.0 +382.42,23.260000228881836,2458.0,0.012629193253815174,0.1379191130399704,0.0,1.8588284254074097,2.2959702014923096,-0.003852788358926773,0.00249760621227324,0.38245439529418945,0.507262647151947,0.5476050078868866,839.0,214784.0,5469.792057239916,13746176.0 +387.88,24.950000762939453,2594.0,0.011759110726416111,0.1302490234375,0.0,1.7600327730178833,2.303642988204956,-0.0023254724219441414,0.0024956546258181334,0.17793376743793488,0.5103256702423096,0.6576391160488129,840.0,215040.0,5476.107575905975,13762560.0 +378.76,25.170000076293945,2481.0,0.009809440933167934,0.115966796875,0.0,1.8782669305801392,2.302628755569458,-0.004495417699217796,0.002494544954970479,0.42412304878234863,0.50808185338974,0.5238510370254517,841.0,215296.0,5482.709657059982,13778944.0 +376.02,24.389999389648438,2534.0,0.014138161204755306,0.1502888947725296,0.0,1.7676315307617188,2.309842109680176,-0.003493302268907428,0.0024877663236111403,0.21550357341766357,0.5039514303207397,0.620044469833374,842.0,215552.0,5489.176124675898,13795328.0 +392.44,25.34000015258789,2539.0,0.016691459342837334,0.1742960661649704,0.0,1.7878385782241821,2.2990610599517822,-0.003098847111687064,0.0024920960422605276,0.22148507833480835,0.5191084742546082,0.6321245729923248,843.0,215808.0,5495.627717996016,13811712.0 +402.51,25.549999237060547,2536.0,0.011321421712636948,0.129638671875,0.0,1.7969332933425903,2.299363851547241,-0.004597097169607878,0.0024929519277065992,0.25207698345184326,0.513809859752655,0.6193579137325287,844.0,216064.0,5502.090436321916,13828096.0 +402.89,25.81999969482422,2471.0,0.011442598886787891,0.1245931014418602,0.0,1.7707592248916626,2.3175668716430664,-0.004151566419750452,0.002501802984625101,0.1756170392036438,0.5216060280799866,0.6919973194599152,845.0,216320.0,5508.721285453998,13844480.0 +404.71,26.59000015258789,2537.0,0.01764109544456005,0.1754353791475296,0.0,1.7685341835021973,2.3033347129821777,0.00019632714975159615,0.002508526900783181,0.15747489035129547,0.5206854939460754,0.6766257286071777,846.0,216576.0,5515.178017531987,13860864.0 +401.95,26.219999313354492,2536.0,0.012774708680808544,0.1415201872587204,0.0,1.7481341361999512,2.3059279918670654,-0.005136317107826471,0.002499431138858199,0.1690075397491455,0.5036683678627014,0.748294472694397,847.0,216832.0,5521.639157320838,13877248.0 +397.66,25.31999969482422,2534.0,0.0151059003546834,0.16607666015625,0.0,1.777236819267273,2.2858870029449463,-0.005344563629478216,0.0024888275656849146,0.22347940504550934,0.5109125971794128,0.6134454607963562,848.0,217088.0,5528.10460761399,13893632.0 +398.48,25.850000381469727,2538.0,0.012665905058383942,0.13714599609375,0.0,1.8078733682632446,2.300121545791626,-0.005251160357147455,0.0025187146384269,0.25514283776283264,0.5113635659217834,0.615971028804779,849.0,217344.0,5534.560370702995,13910016.0 +396.46,25.920000076293945,2538.0,0.011199239641427994,0.1303507536649704,0.0,1.8008836507797241,2.3018572330474854,-0.0030988871585577726,0.0024984858464449644,0.1651076227426529,0.49992814660072327,0.647057056427002,850.0,217600.0,5541.015219093999,13926400.0 +403.9,27.100000381469727,2536.0,0.011156427673995495,0.1183268204331398,0.0,1.8148260116577148,2.2959322929382324,-0.0026756783481687307,0.002501709619536996,0.15694577991962433,0.5159045457839966,0.6637509763240814,851.0,217856.0,5547.475002466934,13942784.0 +404.6,26.729999542236328,2458.0,0.015840280801057816,0.1713053435087204,0.0,1.8378167152404785,2.277468681335449,-0.0013239526888355613,0.002521504880860448,0.19975508749485016,0.5060568451881409,0.6895354092121124,852.0,218112.0,5554.139196377946,13959168.0 +396.5,24.780000686645508,2461.0,0.013501427136361599,0.1614990234375,0.0,1.859294056892395,2.2832555770874023,-0.0037665723357349634,0.0025050619151443243,0.2647283375263214,0.505746603012085,0.6072006225585938,853.0,218368.0,5560.7971018820535,13975552.0 +391.43,24.559999465942383,2477.0,0.015367839485406876,0.1605021208524704,0.0,1.8322588205337524,2.2863752841949463,-0.003073213854804635,0.002496561035513878,0.21624822914600372,0.5065303444862366,0.5984662771224976,854.0,218624.0,5567.409647805849,13991936.0 +394.48,25.889999389648438,2535.0,0.015486069954931736,0.1623128205537796,0.0,1.8439527750015259,2.3174493312835693,-0.003955993335694075,0.00251129362732172,0.2252204567193985,0.5075879693031311,0.5953387022018433,855.0,218880.0,5573.871957903029,14008320.0 +396.41,25.719999313354492,2535.0,0.011486387811601162,0.1283772736787796,0.0,1.7939867973327637,2.313988447189331,-0.0036218324676156044,0.002484415890648961,0.15576905012130737,0.5053756833076477,0.6996280252933502,856.0,219136.0,5580.33383261296,14024704.0 +391.82,24.90999984741211,2582.0,0.014634582214057446,0.160888671875,0.0,1.835439682006836,2.3202550411224365,-0.004464928060770035,0.0024909095373004675,0.24800001084804535,0.49836182594299316,0.6021215915679932,857.0,219392.0,5586.679960292997,14041088.0 +400.9,26.489999771118164,2484.0,0.013044857420027256,0.1391398161649704,0.0,1.8104959726333618,2.3221023082733154,-0.004893474746495485,0.0025102735962718725,0.1408267468214035,0.5178483128547668,0.7270187437534332,858.0,219648.0,5593.274956422858,14057472.0 +396.08,26.190000534057617,2542.0,0.012470894493162632,0.14202880859375,0.0,1.8436611890792847,2.326367139816284,-0.003354427171871066,0.002511480590328574,0.20367980003356934,0.5174877047538757,0.6713001728057861,859.0,219904.0,5599.720045621041,14073856.0 +395.42,25.3799991607666,2472.0,0.010745530016720295,0.1223551407456398,0.0,1.8293776512145996,2.3114020824432373,-0.004771171137690544,0.00250701024197042,0.19516725838184357,0.5109394192695618,0.719508022069931,860.0,220160.0,5606.348118346883,14090240.0 +385.39,24.459999084472656,2535.0,0.014750159345567226,0.1680704802274704,0.0,1.8740649223327637,2.3140079975128174,-0.00022874883143231273,0.002498456509783864,0.2926294505596161,0.5066327452659607,0.5971982181072235,861.0,220416.0,5612.811587543925,14106624.0 +392.14,25.229999542236328,2535.0,0.016036638990044594,0.1766357421875,0.0,1.8342180252075195,2.311709403991699,-0.0022128093987703323,0.002515512751415372,0.2078413963317871,0.5026248693466187,0.6346209049224854,862.0,220672.0,5619.275198281044,14123008.0 +396.47,25.450000762939453,2523.0,0.012979916296899319,0.1423136442899704,0.0,1.8095855712890625,2.311861753463745,-0.004549561999738216,0.0024956106208264828,0.16963259875774384,0.509377658367157,0.7182928323745728,863.0,220928.0,5625.773783535929,14139392.0 +401.17,25.920000076293945,2528.0,0.016087153926491737,0.1871541291475296,0.0,1.811549186706543,2.3212382793426514,-0.0018259688513353467,0.002501811133697629,0.1600523740053177,0.5104119181632996,0.6852328777313232,864.0,221184.0,5632.254741912009,14155776.0 +406.91,26.65999984741211,2555.0,0.011667207814753056,0.1218058243393898,0.0,1.7926716804504395,2.3109512329101562,-0.0018338911468163133,0.0024968371726572514,0.14854077994823456,0.49964702129364014,0.7346350848674774,865.0,221440.0,5638.666121572955,14172160.0 +415.08,28.020000457763672,2525.0,0.009933299385011196,0.10931396484375,0.0,1.8275076150894165,2.2904775142669678,-0.0028412509709596634,0.0024949326179921627,0.20136749744415283,0.5098491311073303,0.6468313038349152,866.0,221696.0,5645.155461183051,14188544.0 +410.76,27.260000228881836,2530.0,0.017852356657385826,0.1756998747587204,0.0,1.8212224245071411,2.318237543106079,-0.0017645498737692833,0.002491328399628401,0.179160937666893,0.5156813859939575,0.6513699591159821,867.0,221952.0,5651.631247517886,14204928.0 +405.28,26.239999771118164,2543.0,0.015074841678142548,0.1537068635225296,0.0,1.863288402557373,2.3140571117401123,-0.0033932162914425135,0.002494569169357419,0.2420438528060913,0.5263055562973022,0.7066554427146912,868.0,222208.0,5658.072212164989,14221312.0 +400.71,25.3799991607666,2538.0,0.011805557645857334,0.1384684294462204,0.0,1.86492919921875,2.344270706176758,-0.004210455343127251,0.0024967838544398546,0.2628155052661896,0.5175519585609436,0.6173768937587738,869.0,222464.0,5664.528499635868,14237696.0 +401.03,26.190000534057617,2538.0,0.010279938578605652,0.1254069060087204,0.0,1.8017433881759644,2.337416410446167,-0.0043771169148385525,0.002495316555723548,0.15283973515033722,0.5101637244224548,0.7443090677261353,870.0,222720.0,5670.984161888948,14254080.0 +403.18,27.09000015258789,2539.0,0.011240213178098202,0.1337076872587204,0.0,1.8350766897201538,2.3393452167510986,-0.003153369063511491,0.0024969594087451696,0.21675503253936768,0.5095143914222717,0.6944634914398193,871.0,222976.0,5677.437254804885,14270464.0 +397.03,25.530000686645508,2462.0,0.013158188201487064,0.14453125,0.0,1.8127080202102661,2.3443338871002197,-0.0032713531982153654,0.0024842910934239626,0.1703893095254898,0.5168328881263733,0.7273401618003845,872.0,223232.0,5684.090814163908,14286848.0 +398.89,25.510000228881836,2522.0,0.015732387080788612,0.17755126953125,0.0,1.8125319480895996,2.336854934692383,-0.0004163490666542202,0.00248222635127604,0.1760004311800003,0.5119374394416809,0.6727664470672607,873.0,223488.0,5690.58881209488,14303232.0 +407.91,26.5,2544.0,0.011927559971809387,0.13946533203125,0.0,1.8019477128982544,2.3274588584899902,-0.0034140432253479958,0.0024837006349116564,0.18253426253795624,0.5002238154411316,0.6398086547851562,874.0,223744.0,5697.02956033987,14319616.0 +406.16,26.719999313354492,2540.0,0.012367643415927887,0.1414998322725296,0.0,1.7809008359909058,2.3301570415496826,-0.00400012219324708,0.0024840340483933687,0.13159100711345673,0.5051085352897644,0.7403144240379333,875.0,224000.0,5703.479364831001,14336000.0 +403.43,26.389999389648438,2479.0,0.013402223587036133,0.1517130583524704,0.0,1.8505034446716309,2.3325283527374268,-0.004165306221693754,0.00248028920032084,0.2615787386894226,0.511791467666626,0.6297634840011597,876.0,224256.0,5710.089171343017,14352384.0 +389.67,24.360000610351562,2461.0,0.02135147713124752,0.1987711638212204,0.0,1.885729193687439,2.3195111751556396,0.004034082870930433,0.0024894005618989468,0.30751797556877136,0.5111727118492126,0.59172323346138,877.0,224512.0,5716.746928113047,14368768.0 +379.73,24.469999313354492,2481.0,0.012261230498552322,0.137451171875,0.0,1.8375816345214844,2.2799017429351807,-0.0027405358850955963,0.002492442959919572,0.2248385101556778,0.5092213153839111,0.6795511543750763,878.0,224768.0,5723.350134192035,14385152.0 +394.11,25.100000381469727,2536.0,0.015443767420947552,0.1492512971162796,0.0,1.8298546075820923,2.315155506134033,-0.002525279065594077,0.0024847385939210653,0.20128393173217773,0.5172725319862366,0.6937307417392731,879.0,225024.0,5729.811122668907,14401536.0 +390.78,24.84000015258789,2617.0,0.01575181633234024,0.16241455078125,0.0,1.891566276550293,2.32159686088562,-0.0014195935800671577,0.002491199178621173,0.310839980840683,0.5199501514434814,0.5790396332740784,880.0,225280.0,5736.072212731,14417920.0 +396.34,25.09000015258789,2610.0,0.014050203375518322,0.1387532502412796,0.0,1.8081483840942383,2.3128302097320557,-0.0019001454347744584,0.002493426436558366,0.13496960699558258,0.5237604379653931,0.7259038686752319,881.0,225536.0,5742.350095757982,14434304.0 +400.53,25.950000762939453,2604.0,0.010962643660604954,0.1185709610581398,0.0,1.8640235662460327,2.3319385051727295,-0.004124917089939117,0.002485497621819377,0.2977973222732544,0.504539430141449,0.5298711359500885,882.0,225792.0,5748.6410580810625,14450688.0 +389.08,25.610000610351562,2634.0,0.010263792239129543,0.1133015975356102,0.0,1.843855381011963,2.334911584854126,-0.002955293282866478,0.002487512305378914,0.2247024029493332,0.5188127160072327,0.6266598403453827,883.0,226048.0,5754.861191934906,14467072.0 +390.24,26.06999969482422,2537.0,0.019858170300722122,0.2073160856962204,0.0,1.8226752281188965,2.3348093032836914,0.001394664286635816,0.002485065022483468,0.18567508459091187,0.5140023231506348,0.6825262606143951,884.0,226304.0,5761.318063494982,14483456.0 +403.22,26.690000534057617,2538.0,0.021994883194565773,0.2187093049287796,0.0,1.8358396291732788,2.365914821624756,0.0012987150112167,0.002489472972229123,0.19909806549549103,0.5186769366264343,0.7126199007034302,885.0,226560.0,5767.773625758942,14499840.0 +411.22,27.510000228881836,2511.0,0.009375256486237049,0.103759765625,0.0,1.7582935094833374,2.357874631881714,-0.003926603589206934,0.002477663801982999,0.10177400708198547,0.5007780194282532,0.7709323614835739,886.0,226816.0,5774.299125328893,14516224.0 +402.84,26.100000381469727,2495.0,0.013311900198459625,0.1489664763212204,0.0,1.8349348306655884,2.3614108562469482,-0.0009412883664481342,0.0024809015449136496,0.2779008746147156,0.48474812507629395,0.6438075006008148,887.0,227072.0,5780.866837733891,14532608.0 +388.71,24.479999542236328,2466.0,0.012022414244711399,0.1410319060087204,0.0,1.8418034315109253,2.3682310581207275,-0.004189889412373304,0.0024715636391192675,0.27483657002449036,0.5011661052703857,0.6137005090713501,888.0,227328.0,5787.51100445888,14548992.0 +393.03,24.399999618530273,2504.0,0.012858472764492035,0.1407267302274704,0.0,1.816085696220398,2.3476369380950928,-0.004548951517790556,0.0024734928738325834,0.22523240745067596,0.4994373619556427,0.6607992947101593,889.0,227584.0,5794.053739225026,14565376.0 +402.64,25.670000076293945,2531.0,0.011847875081002712,0.1357625275850296,0.0,1.8113809823989868,2.3657138347625732,-0.0021002681460231543,0.002480636117979884,0.2050318568944931,0.4990015923976898,0.669842541217804,890.0,227840.0,5800.526278655045,14581760.0 +386.15,22.950000762939453,2523.0,0.01218606997281313,0.1316731721162796,0.0,1.9580401182174683,2.3812386989593506,-0.003547229804098606,0.0024918699637055397,0.46154627203941345,0.5134432911872864,0.5280027091503143,891.0,228096.0,5807.019866902847,14598144.0 +373.02,22.049999237060547,2519.0,0.010829384438693523,0.10418701171875,0.0,1.8962324857711792,2.3764824867248535,-0.004181182477623224,0.0024938590358942747,0.3282928764820099,0.5178685784339905,0.603786826133728,892.0,228352.0,5813.523196747992,14614528.0 +373.86,22.450000762939453,2537.0,0.011648544110357761,0.1320597380399704,0.0,1.8686498403549194,2.3674778938293457,-0.0029991634655743837,0.0025051035918295383,0.28250935673713684,0.5062668919563293,0.6267765164375305,893.0,228608.0,5819.97992865392,14630912.0 +393.54,25.049999237060547,2578.0,0.011774505488574505,0.1401163786649704,0.0,1.7949179410934448,2.34401273727417,-0.005531784612685442,0.0024777797516435385,0.15863975882530212,0.5104041695594788,0.7738996595144272,894.0,228864.0,5826.334668237949,14647296.0 +399.13,26.06999969482422,2597.0,0.014181233942508698,0.1653035432100296,0.0,1.829556941986084,2.3560056686401367,-0.0014359556371346116,0.002480744617059827,0.2138778120279312,0.5119740962982178,0.6748636662960052,895.0,229120.0,5832.64472005493,14663680.0 +398.17,25.979999542236328,2534.0,0.010098637081682682,0.1163736954331398,0.0,1.7899388074874878,2.3761231899261475,-0.004793526604771614,0.0024804689455777407,0.17676757276058197,0.4945603907108307,0.6884554624557495,896.0,229376.0,5839.1108854629565,14680064.0 +393.04,26.190000534057617,2581.0,0.012957119382917881,0.1463419646024704,0.0,1.8417143821716309,2.3636417388916016,-0.003111796220764518,0.0024712320882827044,0.25450095534324646,0.5103108286857605,0.6097348034381866,897.0,229632.0,5845.45807176386,14696448.0 +386.47,25.290000915527344,2573.0,0.011345415376126766,0.14263916015625,0.0,1.8843663930892944,2.3790619373321533,-0.0023823592346161604,0.00247674947604537,0.33673524856567383,0.5085148215293884,0.5492798686027527,898.0,229888.0,5851.825847672066,14712832.0 +376.25,23.350000381469727,2604.0,0.012852869927883148,0.1480712890625,0.0,1.8631538152694702,2.3775997161865234,-0.004150354769080877,0.0024789045564830303,0.3230607807636261,0.4947809875011444,0.5109431445598602,899.0,230144.0,5858.1178381028585,14729216.0 +388.62,23.3799991607666,2543.0,0.010694899596273899,0.1077473983168602,0.0,1.640099048614502,2.377473831176758,-0.004853237420320511,0.0024757389910519123,0.20739805698394775,0.4994119703769684,0.653542160987854,900.0,230400.0,5864.560075605055,14745600.0 +394.33,25.040000915527344,2509.0,0.019571499899029732,0.2136027067899704,0.0,1.6812406778335571,2.364720106124878,-0.0025248697493225336,0.0024673084262758493,0.2510746419429779,0.5223290324211121,0.5942470729351044,901.0,230656.0,5871.090558785945,14761984.0 +397.2,25.56999969482422,2508.0,0.015828454867005348,0.1747029572725296,0.0,1.6742615699768066,2.3765225410461426,-0.00031933884019963443,0.002476886147633195,0.2601190507411957,0.5024556517601013,0.6644855439662933,902.0,230912.0,5877.623783973046,14778368.0 +398.58,25.31999969482422,2494.0,0.013794106431305408,0.1662801057100296,0.0,1.6656217575073242,2.352667808532715,-0.004920454230159521,0.0024658001493662596,0.21939246356487274,0.525855541229248,0.6928578913211823,903.0,231168.0,5884.193745127879,14794752.0 +403.72,26.299999237060547,2547.0,0.015872422605752945,0.1766357421875,0.0,1.6353846788406372,2.358908176422119,-0.00028791968361474574,0.00247462117113173,0.18682090938091278,0.5008846521377563,0.6793444752693176,904.0,231424.0,5890.625708610984,14811136.0 +390.48,25.3799991607666,2550.0,0.010021073743700981,0.124267578125,0.0,1.7088851928710938,2.353776693344116,-0.0048446631990373135,0.0024725750554353,0.34301280975341797,0.5018081068992615,0.6098265051841736,905.0,231680.0,5897.050242615864,14827520.0 +383.97,25.1200008392334,2554.0,0.011087517254054546,0.1222737655043602,0.0,1.6939247846603394,2.3497512340545654,-0.004033737350255251,0.0024730090517550707,0.30267325043678284,0.506429135799408,0.6674783229827881,906.0,231936.0,5903.464484798955,14843904.0 +398.53,25.739999771118164,2524.0,0.014347889460623264,0.1680704802274704,0.0,1.6073054075241089,2.355039358139038,-0.0007189630414359272,0.002475348301231861,0.13779695332050323,0.4969968795776367,0.7464386522769928,907.0,232192.0,5909.954248236958,14860288.0 +404.23,26.729999542236328,2608.0,0.013624250888824463,0.15777587890625,0.0,1.6436694860458374,2.3363282680511475,-0.004040310624986887,0.0024716712068766356,0.19795669615268707,0.5092899799346924,0.6972250640392303,908.0,232448.0,5916.2356540279,14876672.0 +404.14,26.329999923706055,2651.0,0.013617228716611862,0.1535441130399704,0.0,1.6555118560791016,2.334141492843628,-0.004814880434423685,0.002474035369232297,0.25022995471954346,0.4930763244628906,0.6840365827083588,909.0,232704.0,5922.415819445858,14893056.0 +389.64,24.809999465942383,2526.0,0.010164833627641201,0.1181640625,0.0,1.676076889038086,2.339921712875366,-0.0039521208964288235,0.0024786374997347593,0.2876492738723755,0.4919416606426239,0.623871773481369,910.0,232960.0,5928.901660847012,14909440.0 +389.0,24.809999465942383,2531.0,0.014025061391294003,0.15875244140625,0.0,1.6566272974014282,2.3361051082611084,-0.0008639286388643086,0.002472847932949662,0.22556577622890472,0.504233717918396,0.6171318590641022,911.0,233216.0,5935.375589226838,14925824.0 +388.24,23.670000076293945,2582.0,0.012311852537095547,0.1322021484375,0.0,1.6968482732772827,2.330354928970337,-0.004235246684402227,0.002481569303199649,0.3147323429584503,0.4987088143825531,0.651852548122406,912.0,233472.0,5941.722076970851,14942208.0 +398.03,25.200000762939453,2538.0,0.009567891247570515,0.11907958984375,0.0,1.6175789833068848,2.3352410793304443,-0.003661717288196087,0.0024777858052402735,0.15676245093345642,0.49970290064811707,0.681228518486023,913.0,233728.0,5948.176398548996,14958592.0 +399.47,25.969999313354492,2547.0,0.01200443971902132,0.1477254182100296,0.0,1.6107300519943237,2.344024896621704,-0.0033593412954360247,0.0024750023148953915,0.1467033177614212,0.4988367557525635,0.7198494970798492,914.0,233984.0,5954.612306362018,14974976.0 +407.27,27.489999771118164,2598.0,0.01193635631352663,0.1345418244600296,0.0,1.6336041688919067,2.3241257667541504,-0.0007309315260499716,0.0024747306015342474,0.1746339350938797,0.5057232975959778,0.6580589115619659,915.0,234240.0,5960.919587427983,14991360.0 +414.08,28.239999771118164,2619.0,0.010404233820736408,0.1180216446518898,0.0,1.6100821495056152,2.322420835494995,-0.0029148932080715895,0.0024735748302191496,0.13016746938228607,0.5072759985923767,0.7444668114185333,916.0,234496.0,5967.175439905841,15007744.0 +410.18,27.200000762939453,2555.0,0.013016450218856335,0.1341145783662796,0.0,1.6227580308914185,2.3238649368286133,-0.003220741404220462,0.002476679626852274,0.15090638399124146,0.5086397528648376,0.6675709187984467,917.0,234752.0,5973.588973292848,15024128.0 +411.63,27.979999542236328,2544.0,0.013188853859901428,0.1505126953125,0.0,1.6204686164855957,2.3308217525482178,-0.0025582455564290285,0.0024732535239309072,0.13643477857112885,0.5151849985122681,0.719358503818512,918.0,235008.0,5980.029473465867,15040512.0 +410.55,28.010000228881836,2575.0,0.012630104087293148,0.14093017578125,0.0,1.6416816711425781,2.3014984130859375,-0.0019899271428585052,0.002472120802849531,0.14375175535678864,0.5342819094657898,0.7034489214420319,919.0,235264.0,5986.39116170397,15056896.0 +406.56,27.6299991607666,2479.0,0.01944497972726822,0.1659952849149704,0.0,1.6302202939987183,2.314432382583618,-0.0020463266409933567,0.0024686239194124937,0.18102824687957764,0.5028240084648132,0.6435836255550385,920.0,235520.0,5993.001369433012,15073280.0 +405.07,26.770000457763672,2488.0,0.020169014111161232,0.2056884765625,0.0,1.6060060262680054,2.3219830989837646,0.0008286398951895535,0.0024726286064833403,0.12153485417366028,0.5038554072380066,0.6712704300880432,921.0,235776.0,5999.586994020967,15089664.0 +403.41,27.209999084472656,2482.0,0.0136106600984931,0.1546427458524704,0.0,1.6003084182739258,2.3134069442749023,-0.0036466813180595636,0.0024866119492799044,0.11026504635810852,0.5016666054725647,0.7095221877098083,922.0,236032.0,6006.187124864897,15106048.0 +410.02,27.690000534057617,2504.0,0.01255008578300476,0.1374715119600296,0.0,1.6464365720748901,2.3174350261688232,-0.0032244520261883736,0.002496910747140646,0.17859822511672974,0.5093713998794556,0.6354440450668335,923.0,236288.0,6012.729506458854,15122432.0 +409.06,27.1299991607666,2594.0,0.012813274748623371,0.1393025666475296,0.0,1.6440882682800293,2.318955183029175,-0.004980670288205147,0.002493365900591016,0.16317607462406158,0.519063413143158,0.7073686718940735,924.0,236544.0,6019.046081312001,15138816.0 +407.7,26.06999969482422,2490.0,0.01941128447651863,0.1827595978975296,0.0,1.6703243255615234,2.315295457839966,-0.003817389952018857,0.0024873081129044294,0.23252661526203156,0.5113922953605652,0.6576115489006042,925.0,236800.0,6025.624380860943,15155200.0 +397.72,25.739999771118164,2581.0,0.01035305205732584,0.1059977188706398,0.0,1.6671425104141235,2.2895870208740234,-0.005533125717192888,0.0025078074540942907,0.22206233441829681,0.5050378441810608,0.7152141332626343,926.0,237056.0,6031.973439587047,15171584.0 +385.71,24.950000762939453,2524.0,0.015878384932875633,0.1395670622587204,0.0,1.7096686363220215,2.288400650024414,-0.0012333231279626489,0.0025001491885632277,0.2665446102619171,0.5265982747077942,0.617873340845108,927.0,237312.0,6038.465004325844,15187968.0 +397.85,26.31999969482422,2460.0,0.011818810366094112,0.11859130859375,0.0,1.6255091428756714,2.2991766929626465,-0.001970980316400528,0.0024832545313984156,0.1248088851571083,0.5212295055389404,0.7909526079893112,928.0,237568.0,6045.125837997999,15204352.0 +404.94,26.969999313354492,2559.0,0.013279546983540058,0.1448567658662796,0.0,1.6271003484725952,2.2768714427948,-0.0034587744157761335,0.0024778982624411583,0.13302569091320038,0.5225175023078918,0.7643972635269165,929.0,237824.0,6051.527177148964,15220736.0 +415.78,28.950000762939453,2546.0,0.011677834205329418,0.12078857421875,0.0,1.6126912832260132,2.292630434036255,-0.002346559427678585,0.00248054345138371,0.11850935220718384,0.512196958065033,0.7771601974964142,930.0,238080.0,6057.961850416847,15237120.0 +416.42,28.959999084472656,2574.0,0.01640711911022663,0.171142578125,0.0,1.6096011400222778,2.2971866130828857,-0.0029722675681114197,0.0024807723239064217,0.11482077836990356,0.5114451050758362,0.7683133184909821,931.0,238336.0,6064.327310687862,15253504.0 +417.41,29.3700008392334,2603.0,0.01348633412271738,0.1466064453125,0.0,1.6418219804763794,2.323908567428589,-0.003335886402055621,0.0024921102449297905,0.14976730942726135,0.5228471159934998,0.7051773965358734,932.0,238592.0,6070.620806307066,15269888.0 +408.38,28.190000534057617,2602.0,0.016712965443730354,0.1889851838350296,0.0,1.6734291315078735,2.3152377605438232,-0.0010792776010930538,0.002521013841032982,0.18659348785877228,0.5204401612281799,0.6442747712135315,933.0,238848.0,6076.915880769957,15286272.0 +406.82,27.270000457763672,2678.0,0.012936867773532867,0.1454671174287796,0.0,1.6558032035827637,2.3069093227386475,-0.004506977740675211,0.0024988173972815275,0.17420034110546112,0.5225635170936584,0.7194049656391144,934.0,239104.0,6083.034100758843,15302656.0 +416.6,27.559999465942383,2626.0,0.011140733025968075,0.1217854842543602,0.0,1.6543067693710327,2.3214175701141357,-0.003857686184346676,0.002505260519683361,0.15408872067928314,0.528283417224884,0.7503869533538818,935.0,239360.0,6089.27300229203,15319040.0 +415.36,27.3799991607666,2667.0,0.012379965744912624,0.1428629606962204,0.0,1.6438604593276978,2.3268282413482666,-0.004577000625431538,0.00251476070843637,0.13493295013904572,0.5234281420707703,0.7515950500965118,936.0,239616.0,6095.416623375844,15335424.0 +407.38,27.06999969482422,2637.0,0.014750189147889614,0.15362548828125,0.0,1.6951656341552734,2.3256139755249023,-0.0009464975446462631,0.002518631750717759,0.21380643546581268,0.5306238532066345,0.66914102435112,937.0,239872.0,6101.6291348258965,15351808.0 +407.41,27.0,2622.0,0.010427677072584629,0.117919921875,0.0,1.617781639099121,2.3347439765930176,-0.004011963028460741,0.0025026046205312014,0.11706631630659103,0.5099343657493591,0.7482813894748688,938.0,240128.0,6107.876328002894,15368192.0 +410.0,27.1299991607666,2565.0,0.013337644748389721,0.1513875275850296,0.0,1.6393662691116333,2.3300459384918213,-0.00027145820786245167,0.0024785397108644247,0.1500924974679947,0.5233923196792603,0.6758122444152832,939.0,240384.0,6114.264109574957,15384576.0 +390.48,25.190000534057617,2594.0,0.011418234556913376,0.1395670622587204,0.0,1.7847925424575806,2.330508232116699,-0.0034549192059785128,0.0024985128547996283,0.45280107855796814,0.5103640556335449,0.4748263359069824,940.0,240640.0,6120.579294272,15400960.0 +373.44,23.350000381469727,2506.0,0.022783765569329262,0.21380615234375,0.0,1.7254098653793335,2.3089895248413086,-0.0011190830264240503,0.0024853884242475033,0.31267017126083374,0.5259527564048767,0.5504107177257538,941.0,240896.0,6127.116483734921,15417344.0 +373.86,22.860000610351562,2498.0,0.023281002417206764,0.2412923127412796,0.0,1.7846349477767944,2.3310887813568115,0.0010220457334071398,0.002494972199201584,0.4238007366657257,0.5230922102928162,0.5079466998577118,942.0,241152.0,6133.676141101867,15433728.0 +382.33,23.799999237060547,2486.0,0.01179474126547575,0.1281941682100296,0.0,1.6562858819961548,2.315586566925049,-0.004848552402108908,0.0024829672183841467,0.19948703050613403,0.5174652934074402,0.6831237971782684,943.0,241408.0,6140.267408913933,15450112.0 +386.9,24.329999923706055,2501.0,0.012448638677597046,0.1314290314912796,0.0,1.698850154876709,2.3094482421875,-0.005125169176608324,0.0024738656356930733,0.2797064781188965,0.5249796509742737,0.6361576616764069,944.0,241664.0,6146.817559720017,15466496.0 +386.91,24.6200008392334,2588.0,0.01603345386683941,0.1733195036649704,0.0,1.7184258699417114,2.2858853340148926,-0.0021746831480413675,0.0024790083989501,0.29213568568229675,0.533703088760376,0.6034865081310272,945.0,241920.0,6153.147678795969,15482880.0 +392.48,25.489999771118164,2560.0,0.013919416815042496,0.15264892578125,0.0,1.622207760810852,2.300379991531372,-0.0020062110852450132,0.002477972535416484,0.11232656240463257,0.5271864533424377,0.7574493736028671,946.0,242176.0,6159.546901041875,15499264.0 +403.61,25.700000762939453,2518.0,0.014369438402354717,0.1590169221162796,0.0,1.6524852514266968,2.306730031967163,-0.004021833650767803,0.0024867255706340075,0.19191111624240875,0.5145553946495056,0.7409770786762238,947.0,242432.0,6166.052661343943,15515648.0 +407.14,25.920000076293945,2619.0,0.00992081593722105,0.1208699569106102,0.0,1.6927944421768188,2.2976832389831543,-0.004397918935865164,0.002485486911609769,0.23491759598255157,0.5363678932189941,0.6565101742744446,948.0,242688.0,6172.309414034011,15532032.0 +397.56,25.260000228881836,2623.0,0.01464006956666708,0.1549479216337204,0.0,1.6946916580200195,2.2957842350006104,-0.004530050326138735,0.002494261832907796,0.24551798403263092,0.5283288955688477,0.6167557239532471,949.0,242944.0,6178.555181273958,15548416.0 +395.14,25.459999084472656,2653.0,0.010705317370593548,0.1329142302274704,0.0,1.7968546152114868,2.273855447769165,-0.004459363874047995,0.002487688325345516,0.1969149261713028,0.5268372893333435,0.6651621162891388,950.0,243200.0,6184.731918602018,15564800.0 +385.56,23.260000228881836,2695.0,0.010798513889312744,0.1109619140625,0.0,1.898067593574524,2.272331953048706,-0.0039061440620571375,0.0025080309715121984,0.36930179595947266,0.5314950346946716,0.590074211359024,951.0,243456.0,6190.812043041922,15581184.0 +380.41,23.09000015258789,2629.0,0.013564535416662693,0.1492512971162796,0.0,1.8326996564865112,2.2865679264068604,-0.004306612070649862,0.0024888385087251663,0.2778605818748474,0.521487295627594,0.6041417717933655,952.0,243712.0,6197.044582532952,15597568.0 +387.2,24.059999465942383,2622.0,0.01050348300486803,0.12274169921875,0.0,1.7952111959457397,2.2760097980499268,-0.0030319364741444588,0.0025056167505681515,0.1709829717874527,0.5280491709709167,0.7015771269798279,953.0,243968.0,6203.292934981873,15613952.0 +392.51,25.43000030517578,2610.0,0.012893718667328358,0.1413370817899704,0.0,1.8505334854125977,2.258904218673706,-0.004265953321009874,0.002520417096093297,0.25139111280441284,0.537253201007843,0.5579575896263123,954.0,244224.0,6209.569253936876,15630336.0 +399.78,26.260000228881836,2541.0,0.016094552353024483,0.1635945588350296,0.0,1.8137434720993042,2.249833822250366,-0.0022194895427674055,0.002500947332009673,0.20920296013355255,0.5286890268325806,0.6317536532878876,955.0,244480.0,6216.016860609874,15646720.0 +399.71,26.709999084472656,2572.0,0.01706514321267605,0.16937255859375,0.0,1.8084235191345215,2.243427276611328,6.696263881167397e-05,0.0025283980648964643,0.16038133203983307,0.5321411490440369,0.6877301037311554,956.0,244736.0,6222.386465235846,15663104.0 +406.42,27.760000228881836,2572.0,0.0199419092386961,0.20538330078125,0.0,1.788303017616272,2.261277914047241,0.0010894568404182792,0.0024925691541284323,0.16455015540122986,0.5264049172401428,0.6422947943210602,957.0,244992.0,6228.755167096853,15679488.0 +406.83,27.979999542236328,2542.0,0.015139132738113403,0.15570068359375,0.0,1.7505024671554565,2.272883892059326,-0.00024532771203666925,0.002488374477252364,0.13383759558200836,0.506959855556488,0.7266118228435516,958.0,245248.0,6235.200697768014,15695872.0 +411.73,28.18000030517578,2510.0,0.014588619582355022,0.1514689177274704,0.0,1.7485331296920776,2.2516791820526123,-0.0017850595759227872,0.0024839481338858604,0.10792597383260727,0.5218088626861572,0.7559736222028732,959.0,245504.0,6241.72718287399,15712256.0 +409.51,27.829999923706055,2592.0,0.016613200306892395,0.1670125275850296,0.0,1.7879090309143066,2.2686126232147217,-0.001871713437139988,0.0024848049506545067,0.20157001912593842,0.5140025615692139,0.6368442177772522,960.0,245760.0,6248.048276511952,15728640.0 +402.28,27.459999084472656,2548.0,0.011068612337112427,0.133544921875,0.0,1.7735815048217773,2.2795798778533936,-0.004115643445402384,0.002504591131582856,0.1488308310508728,0.5188811421394348,0.6843619644641876,961.0,246016.0,6254.477426348021,15745024.0 +395.36,26.440000534057617,2519.0,0.012250457890331745,0.1385701447725296,0.0,1.7840501070022583,2.267699718475342,-0.002925987122580409,0.0024777818471193314,0.19441528618335724,0.5182976126670837,0.68409463763237,962.0,246272.0,6260.981552897021,15761408.0 +395.79,26.860000610351562,2515.0,0.015959415584802628,0.17559814453125,0.0,1.7880645990371704,2.2957963943481445,-0.003434457816183567,0.002491101622581482,0.1520511656999588,0.5383029580116272,0.6843858957290649,963.0,246528.0,6267.494643118,15777792.0 +391.02,25.56999969482422,2628.0,0.01510486751794815,0.1593017578125,0.0,1.838050365447998,2.261202096939087,-0.0034862307365983725,0.002481734612956643,0.3100821077823639,0.5128962397575378,0.5542984008789062,964.0,246784.0,6273.730717642,15794176.0 +391.72,25.229999542236328,2642.0,0.01486655231565237,0.1659952849149704,0.0,1.8029483556747437,2.2715749740600586,-0.003339267335832119,0.0024818263482302427,0.22390680015087128,0.5209999680519104,0.6773141324520111,965.0,247040.0,6279.93209206406,15810560.0 +395.37,25.950000762939453,2538.0,0.026170969009399414,0.2217203825712204,0.0,1.7808328866958618,2.258410692214966,0.0030266232788562775,0.0024767445866018534,0.18447096645832062,0.5144135355949402,0.5870412886142731,966.0,247296.0,6286.387922493974,15826944.0 +404.95,26.90999984741211,2503.0,0.0162059273570776,0.1630655974149704,0.0,1.80691397190094,2.2876622676849365,-0.0011919819517061114,0.002495796186849475,0.2519182562828064,0.5016745924949646,0.6078072786331177,967.0,247552.0,6292.933493532939,15843328.0 +398.55,25.790000915527344,2527.0,0.012340170331299305,0.1322021484375,0.0,1.8121498823165894,2.2764434814453125,-0.004338594153523445,0.002505428623408079,0.19699394702911377,0.5335243344306946,0.6506207883358002,968.0,247808.0,6299.417755831964,15859712.0 +395.97,25.59000015258789,2603.0,0.009265830740332603,0.10284423828125,0.0,1.7964733839035034,2.273557662963867,-0.0028609458822757006,0.002507872646674514,0.16409741342067719,0.5315483212471008,0.7213873565196991,969.0,248064.0,6305.711758165853,15876096.0 +403.59,27.3799991607666,2701.0,0.01193368062376976,0.1260172575712204,0.0,1.7903529405593872,2.2709052562713623,-0.0030154772102832794,0.002511369064450264,0.16035836935043335,0.5255695581436157,0.7340466678142548,970.0,248320.0,6311.7777670810465,15892480.0 +397.0,27.100000381469727,2693.0,0.010503612458705902,0.1253255158662796,0.0,1.794479489326477,2.2782599925994873,-0.003341906936839223,0.002496666507795453,0.18679197132587433,0.5240036845207214,0.6659112572669983,971.0,248576.0,6317.862318468047,15908864.0 +390.95,25.610000610351562,2601.0,0.01439812034368515,0.1519571989774704,0.0,1.8527663946151733,2.2615654468536377,-0.0039206151850521564,0.002483848249539733,0.3019099533557892,0.5315818786621094,0.5555946826934814,972.0,248832.0,6324.159999507014,15925248.0 +389.58,25.34000015258789,2500.0,0.01580718532204628,0.1725667268037796,0.0,1.8220834732055664,2.2710764408111572,-0.002624675864353776,0.002476694295182824,0.2760380208492279,0.515716552734375,0.5249669849872589,973.0,249088.0,6330.713897296926,15941632.0 +399.78,26.459999084472656,2496.0,0.014227553270757198,0.1649983674287796,0.0,1.7808235883712769,2.2755134105682373,-0.001285228761844337,0.0024844896979629993,0.16408047080039978,0.5255931615829468,0.6814578771591187,974.0,249344.0,6337.276478650048,15958016.0 +392.56,25.6200008392334,2574.0,0.01339093130081892,0.1361287385225296,0.0,1.8545805215835571,2.3037657737731934,-0.004532819148153067,0.0024907870683819056,0.31330934166908264,0.5251868963241577,0.49946123361587524,975.0,249600.0,6343.643104597926,15974400.0 +396.43,25.59000015258789,2565.0,0.012881417758762836,0.1397298127412796,0.0,1.8208885192871094,2.2643673419952393,-0.0028970090206712484,0.002482319949194789,0.2585464417934418,0.5208625793457031,0.639376699924469,976.0,249856.0,6350.030610786052,15990784.0 +390.41,25.760000228881836,2594.0,0.010858021676540375,0.1181437149643898,0.0,1.8024482727050781,2.269380807876587,-0.00505101727321744,0.002479767194017768,0.22079642117023468,0.524846613407135,0.6745540499687195,977.0,250112.0,6356.346545686014,16007168.0 +389.42,26.579999923706055,2603.0,0.010177449323236942,0.1169840469956398,0.0,1.8003534078598022,2.2792398929595947,-0.004581936169415712,0.002472201595082879,0.23914866149425507,0.5166837573051453,0.6262107491493225,978.0,250368.0,6362.640980819939,16023552.0 +391.16,26.40999984741211,2526.0,0.013733814470469952,0.1530965119600296,0.0,1.7791486978530884,2.2789299488067627,-0.0033381739631295204,0.00247565982863307,0.21060992777347565,0.5065584182739258,0.6336580514907837,979.0,250624.0,6369.1257265659515,16039936.0 +388.43,25.920000076293945,2560.0,0.013557743281126022,0.14801025390625,0.0,1.8173046112060547,2.276484966278076,-0.0024112456012517214,0.0024778409861028194,0.2462409883737564,0.5253636837005615,0.6217999756336212,980.0,250880.0,6375.52604418085,16056320.0 +391.91,25.450000762939453,2579.0,0.014415373094379902,0.1516316682100296,0.0,1.8437213897705078,2.2681615352630615,-0.0032625237945467234,0.002490017795935273,0.3044377267360687,0.517311692237854,0.6027595400810242,981.0,251136.0,6381.878001634963,16072704.0 +394.74,25.809999465942383,2613.0,0.014500332064926624,0.1663411408662796,0.0,1.7745341062545776,2.261944532394409,-0.006095579359680414,0.0024849839974194765,0.1445656567811966,0.5337013602256775,0.7353974878787994,982.0,251392.0,6388.148782491917,16089088.0 +401.61,26.790000915527344,2640.0,0.013217472471296787,0.1352335661649704,0.0,1.816221833229065,2.2580392360687256,-0.0034080427139997482,0.002479191403836012,0.2632044553756714,0.5157075524330139,0.5787612199783325,983.0,251648.0,6394.353793497896,16105472.0 +401.21,26.239999771118164,2616.0,0.014402315020561218,0.1615803986787796,0.0,1.7741836309432983,2.262770891189575,-0.002993840491399169,0.0024675081949681044,0.1994442194700241,0.5107487440109253,0.6234486401081085,984.0,251904.0,6400.6158802348655,16121856.0 +399.55,25.90999984741211,2602.0,0.013518687337636948,0.1431884765625,0.0,1.8069944381713867,2.2545125484466553,-0.0038484151009470224,0.0024751690216362476,0.23852437734603882,0.5213284492492676,0.6687496602535248,985.0,252160.0,6406.916593720904,16138240.0 +400.28,25.950000762939453,2603.0,0.013758114539086819,0.15045166015625,0.0,1.7829893827438354,2.258831262588501,-0.00397852435708046,0.0024810724426060915,0.17195673286914825,0.5280753374099731,0.7030188739299774,986.0,252416.0,6413.211075563915,16154624.0 +394.89,25.709999084472656,2574.0,0.016950950026512146,0.1475626677274704,0.0,1.8407707214355469,2.2304975986480713,-0.0032280059531331062,0.002486281329765916,0.2746146619319916,0.5310314893722534,0.6444309949874878,987.0,252672.0,6419.576011481928,16171008.0 +393.92,26.59000015258789,2596.0,0.01759096048772335,0.1836140900850296,0.0,1.786030650138855,2.2239205837249756,-0.0014187321066856384,0.0024750258307904005,0.19378040730953217,0.5200377106666565,0.664946585893631,988.0,252928.0,6425.887410809984,16187392.0 +388.55,25.600000381469727,2547.0,0.012079653330147266,0.1438191682100296,0.0,1.827101707458496,2.2372658252716064,-0.0016883844509720802,0.0024792819749563932,0.2782749533653259,0.5171166062355042,0.5999163091182709,989.0,253184.0,6432.3198516438715,16203776.0 +391.88,26.049999237060547,2581.0,0.015651704743504524,0.169921875,0.0,1.804633617401123,2.253121852874756,-0.0006891069351695478,0.002474231645464897,0.24000827968120575,0.5153571367263794,0.5261022746562958,990.0,253440.0,6438.667014122941,16220160.0 +393.08,25.729999542236328,2497.0,0.013546858914196491,0.1496988981962204,0.0,1.8125065565109253,2.2548129558563232,-0.002953936345875263,0.002467614598572254,0.24842225015163422,0.5247688889503479,0.5826979279518127,991.0,253696.0,6445.229251889046,16236544.0 +401.94,27.260000228881836,2529.0,0.014428836293518543,0.1580403596162796,0.0,1.7715426683425903,2.236750841140747,-0.0032367315143346786,0.0024732151068747044,0.1810392290353775,0.514610767364502,0.6872750818729401,992.0,253952.0,6451.708660149947,16252928.0 +390.02,26.450000762939453,2644.0,0.01884760893881321,0.1966145783662796,0.0,1.8330458402633667,2.2328827381134033,-0.00024861967540346086,0.002477220958098769,0.2944263219833374,0.5144372582435608,0.6058813631534576,993.0,254208.0,6457.90499586286,16269312.0 +384.88,25.59000015258789,2660.0,0.011044899933040142,0.1266682893037796,0.0,1.831459879875183,2.2367641925811768,-0.003964597824960947,0.002484341152012348,0.30830422043800354,0.5059822797775269,0.5713716745376587,994.0,254464.0,6464.065581037896,16285696.0 +388.33,25.489999771118164,2718.0,0.022821329534053802,0.2258504182100296,0.0,1.8450196981430054,2.2344424724578857,0.0022151966113597155,0.0024652378633618355,0.3214389979839325,0.5163439512252808,0.5269312262535095,995.0,254720.0,6470.093648213893,16302080.0 +386.25,24.940000534057617,2700.0,0.011110503226518631,0.121826171875,0.0,1.8086110353469849,2.270839214324951,-0.0017895364435389638,0.0024746519047766924,0.2773171067237854,0.5013977885246277,0.5884142816066742,996.0,254976.0,6476.162128449883,16318464.0 +396.56,25.649999618530273,2722.0,0.015071568079292774,0.1401774138212204,0.0,1.7520142793655396,2.250699758529663,-0.0019199090311303735,0.00246209348551929,0.1721511334180832,0.5034850239753723,0.6847994923591614,997.0,255232.0,6482.182243875926,16334848.0 +404.34,27.309999465942383,2673.0,0.016576280817389488,0.1666463166475296,0.0,1.7597784996032715,2.231332540512085,-0.0006192316650412977,0.0024610739201307297,0.15716764330863953,0.5181159377098083,0.7184396386146545,998.0,255488.0,6488.312369802035,16351232.0 +405.81,27.329999923706055,2637.0,0.011464572511613369,0.1243693009018898,0.0,1.7699193954467773,2.244936227798462,-0.003523065010085702,0.0024641191121190786,0.19118709862232208,0.5126646161079407,0.6955751180648804,999.0,255744.0,6494.524855892872,16367616.0 +400.22,26.610000610351562,2560.0,0.015519370324909687,0.1742960661649704,0.0,1.8223800659179688,2.2329442501068115,-0.0016195568023249507,0.002461037365719676,0.20160968601703644,0.5150058269500732,0.6331085562705994,1000.0,256000.0,6500.923294388922,16384000.0 +400.55,26.610000610351562,2479.0,0.01325454656034708,0.1372273713350296,0.0,1.8270272016525269,2.2398881912231445,-0.003446522168815136,0.0024660625495016575,0.2018967866897583,0.5188927054405212,0.6978753209114075,1001.0,256256.0,6507.531195146032,16400384.0 +400.62,26.790000915527344,2521.0,0.014868535101413727,0.17169189453125,0.0,1.8045259714126587,2.23362135887146,-0.005247092340141535,0.0024673619773238897,0.18571116030216217,0.5055725574493408,0.6792483031749725,1002.0,256512.0,6514.029807653977,16416768.0 +410.32,27.350000381469727,2546.0,0.011871694587171078,0.1354166716337204,0.0,1.7961076498031616,2.233266592025757,-0.004783156793564558,0.0024647151585668325,0.16540570557117462,0.5081632137298584,0.7032132148742676,1003.0,256768.0,6520.4647988209035,16433152.0 +410.8,27.559999465942383,2568.0,0.0126650994643569,0.1428426057100296,0.0,1.779819369316101,2.248084306716919,-0.002557880012318492,0.0024810228496789932,0.11579272150993347,0.5064504742622375,0.7387855350971222,1004.0,257024.0,6526.843791191932,16449536.0 +405.72,28.190000534057617,2586.0,0.01984446495771408,0.1917317658662796,0.0,1.812943935394287,2.263098955154419,-5.7888082665158436e-05,0.002462709089741111,0.17872147262096405,0.5149176716804504,0.6596284806728363,1005.0,257280.0,6533.178399981931,16465920.0 +377.8,24.59000015258789,2514.0,0.014835406094789505,0.1636555939912796,0.0,2.0079398155212402,2.2709755897521973,-0.0030962293967604637,0.002484948607161641,0.5427518486976624,0.5198959112167358,0.3427794575691223,1006.0,257536.0,6539.69887270988,16482304.0 +358.84,21.940000534057617,2509.0,0.018838778138160706,0.1719767302274704,0.0,1.9529720544815063,2.2625577449798584,-0.000505130912642926,0.0024812163319438696,0.4130399525165558,0.5289745926856995,0.4530397057533264,1007.0,257792.0,6546.2294112029485,16498688.0 +382.83,23.959999084472656,2521.0,0.013282615691423416,0.1483968049287796,0.0,1.8199859857559204,2.2572503089904785,-0.00217826128937304,0.002472732914611697,0.1732366532087326,0.5217517018318176,0.6533086895942688,1008.0,258048.0,6552.728223680984,16515072.0 +403.52,25.780000686645508,2476.0,0.013730458915233612,0.1676228791475296,0.0,1.8546624183654785,2.2504169940948486,-0.003923980053514242,0.0024658406618982553,0.25318020582199097,0.521580159664154,0.5914025008678436,1009.0,258304.0,6559.346559633035,16531456.0 +405.53,26.809999465942383,2486.0,0.013232599012553692,0.1398518830537796,0.0,1.7894178628921509,2.227292060852051,-0.002717401832342148,0.002462751464918256,0.12914003431797028,0.5184625387191772,0.6570331454277039,1010.0,258560.0,6565.9378825998865,16547840.0 +403.89,27.540000915527344,2518.0,0.01651083491742611,0.179931640625,0.0,1.8161872625350952,2.256765604019165,-0.0021587165538221598,0.0024777676444500685,0.15550468862056732,0.52427738904953,0.622682124376297,1011.0,258816.0,6572.444064520998,16564224.0 +395.73,26.459999084472656,2573.0,0.01777259074151516,0.19805908203125,0.0,1.9061311483383179,2.246654748916626,-0.00259613455273211,0.0024681868962943554,0.3250260651111603,0.5345873832702637,0.4971330165863037,1012.0,259072.0,6578.810454441002,16580608.0 +383.79,25.479999542236328,2545.0,0.01870790310204029,0.1931559294462204,0.0,1.8595834970474243,2.244673728942871,-0.0015025822212919593,0.002479006303474307,0.2467392086982727,0.5206601023674011,0.5674141645431519,1013.0,259328.0,6585.246630748967,16596992.0 +387.57,26.0,2573.0,0.01427165511995554,0.1567586213350296,0.0,1.8340438604354858,2.2420413494110107,-0.00044754231930710375,0.0024717238266021013,0.19960512220859528,0.5212473273277283,0.623221218585968,1014.0,259584.0,6591.613842237974,16613376.0 +402.19,27.459999084472656,2596.0,0.011983368545770645,0.1472574919462204,0.0,1.8197497129440308,2.2596824169158936,-0.0033083632588386536,0.002464979188516736,0.2014262080192566,0.5124521255493164,0.6106128990650177,1015.0,259840.0,6597.925026495941,16629760.0 +404.18,27.360000610351562,2604.0,0.01297107245773077,0.1340738981962204,0.0,1.8221831321716309,2.274244546890259,-0.0017456779023632407,0.002489323727786541,0.15676896274089813,0.5236246585845947,0.6352593898773193,1016.0,260096.0,6604.216501894873,16646144.0 +410.06,27.979999542236328,2648.0,0.016067473217844963,0.1624552458524704,0.0,1.810233473777771,2.2650985717773438,-0.0008759674965403974,0.0024803285486996174,0.15440477430820465,0.5163938403129578,0.6303004026412964,1017.0,260352.0,6610.402540626936,16662528.0 +399.95,26.989999771118164,2564.0,0.015547379851341248,0.1902058869600296,0.0,1.8934813737869263,2.278214931488037,-0.0015913950046524405,0.002476428635418415,0.3009060323238373,0.5291876196861267,0.5725785791873932,1018.0,260608.0,6616.792076869868,16678912.0 +397.8,26.1200008392334,2574.0,0.010219085961580276,0.12548828125,0.0,1.8471814393997192,2.250253438949585,-0.004913796205073595,0.00246620224788785,0.23203139007091522,0.5254808068275452,0.6073216795921326,1019.0,260864.0,6623.156392883044,16695296.0 +398.66,26.600000381469727,2515.0,0.0140389921143651,0.1669921875,0.0,1.8521971702575684,2.2452995777130127,-0.00581929087638855,0.0024832598865032196,0.21202953159809113,0.5328244566917419,0.6095850467681885,1020.0,261120.0,6629.671616667882,16711680.0 +397.19,26.020000457763672,2594.0,0.012041683308780193,0.1424763947725296,0.0,1.894121766090393,2.2886083126068115,-0.004179704003036022,0.0024942008312791586,0.2838972210884094,0.5321385264396667,0.586726039648056,1021.0,261376.0,6635.988105213968,16728064.0 +411.01,27.790000915527344,2579.0,0.014788116328418255,0.1702880859375,0.0,1.7968043088912964,2.263096570968628,-0.0003056228451896459,0.002493129810318351,0.08643200248479843,0.5299602746963501,0.8128135353326797,1022.0,261632.0,6642.340687430929,16744448.0 +401.01,26.81999969482422,2594.0,0.016428649425506592,0.19000244140625,0.0,1.9192816019058228,2.2603518962860107,-0.0007311669178307056,0.00250452384352684,0.3329060673713684,0.5239011645317078,0.5781096816062927,1023.0,261888.0,6648.657456538873,16760832.0 +398.03,26.25,2608.0,0.014417823404073715,0.1514892578125,0.0,1.8982396125793457,2.274470090866089,0.0003656569460872561,0.002513949293643236,0.24328887462615967,0.5419997572898865,0.6590555310249329,1024.0,262144.0,6654.938464815961,16777216.0 +388.03,24.860000610351562,2633.0,0.013058129698038101,0.1497599333524704,0.0,1.9108062982559204,2.2773358821868896,-0.0025867486838251352,0.002516933949664235,0.3096766173839569,0.5228608846664429,0.5750589966773987,1025.0,262400.0,6661.160746353911,16793600.0 +388.84,25.110000610351562,2689.0,0.015226993709802628,0.1490681916475296,0.0,1.8792357444763184,2.2842185497283936,-0.0024660800117999315,0.002518826862797141,0.21103699505329132,0.5396124720573425,0.6443141996860504,1026.0,262656.0,6667.253858107841,16809984.0 +381.76,25.18000030517578,2653.0,0.013065640814602375,0.134521484375,0.0,1.9839715957641602,2.287673234939575,-0.003481702646240592,0.0024919311981648207,0.467936635017395,0.5303964018821716,0.45097148418426514,1027.0,262912.0,6673.429146650946,16826368.0 +387.52,25.829999923706055,2573.0,0.015265148133039474,0.172119140625,0.0,1.8857331275939941,2.296342611312866,0.001186246401630342,0.002487266669049859,0.24413658678531647,0.5418084263801575,0.6348525583744049,1028.0,263168.0,6679.797030037036,16842752.0 +400.17,27.329999923706055,2537.0,0.012397337704896927,0.13800048828125,0.0,1.8689130544662476,2.2876062393188477,-0.0019450370455160737,0.0025018600281327963,0.2277185171842575,0.5289445519447327,0.6098507642745972,1029.0,263424.0,6686.25346411299,16859136.0 +401.34,28.260000228881836,2551.0,0.01476666983217001,0.1473795622587204,0.0,1.8424466848373413,2.2989633083343506,-0.0010862862691283226,0.002476495923474431,0.17214234173297882,0.5422031879425049,0.6834398806095123,1030.0,263680.0,6692.675095035927,16875520.0 +404.43,28.25,2562.0,0.013837158679962158,0.1612141877412796,0.0,1.844075083732605,2.2870075702667236,-0.0016910405829548836,0.002479829825460911,0.19578365981578827,0.5308293700218201,0.6550899147987366,1031.0,263936.0,6699.070969862863,16891904.0 +404.32,27.219999313354492,2567.0,0.00964746717363596,0.1115926131606102,0.0,1.838517665863037,2.290045976638794,-0.00478135421872139,0.00247321673668921,0.21934813261032104,0.5199171900749207,0.6648983061313629,1032.0,264192.0,6705.4523742280435,16908288.0 +405.18,26.90999984741211,2560.0,0.015708865597844124,0.1788737028837204,0.0,1.8198537826538086,2.2872447967529297,-0.0005230778479017317,0.002464087912812829,0.18312476575374603,0.5196428894996643,0.664846807718277,1033.0,264448.0,6711.852035191841,16924672.0 +407.66,27.18000030517578,2559.0,0.010003749281167984,0.1172688826918602,0.0,1.7731819152832031,2.29313325881958,-0.004369537811726332,0.002479268703609705,0.09020105749368668,0.5157480835914612,0.7780383080244064,1034.0,264704.0,6718.25472944486,16941056.0 +411.22,27.350000381469727,2449.0,0.011382848024368286,0.1269734650850296,0.0,1.8260536193847656,2.268620252609253,-0.0030330540612339973,0.0024660874623805285,0.1906597763299942,0.5233994126319885,0.613757848739624,1035.0,264960.0,6724.945071313996,16957440.0 +410.73,27.15999984741211,2520.0,0.012739506550133228,0.1552327424287796,0.0,1.82579505443573,2.2825064659118652,-0.0019802746828645468,0.0024610748514533043,0.2013096958398819,0.5194081664085388,0.6112556755542755,1036.0,265216.0,6731.446389539866,16973824.0 +413.32,27.540000915527344,2640.0,0.014824729412794113,0.1697591096162796,0.0,1.787685513496399,2.2782180309295654,-0.0017086761072278023,0.0024743180256336927,0.12077993154525757,0.5146272778511047,0.7261487543582916,1037.0,265472.0,6737.651698605856,16990208.0 +411.74,28.18000030517578,2585.0,0.014157564379274845,0.1582438200712204,0.0,1.8240175247192383,2.3083317279815674,-0.002740684663876891,0.0024866044986993074,0.16188888251781464,0.5255948901176453,0.6658883690834045,1038.0,265728.0,6743.988124070922,17006592.0 +410.62,27.610000610351562,2534.0,0.02039240673184395,0.1899007111787796,0.0,1.8273372650146484,2.2732760906219482,-0.0003831287904176861,0.0024842664133757353,0.1577080339193344,0.5294657349586487,0.6592341363430023,1039.0,265984.0,6750.4527722809,17022976.0 +406.74,27.010000228881836,2581.0,0.019098179414868355,0.1794636994600296,0.0,1.8103183507919312,2.2380154132843018,-0.0009028268977999687,0.0024748160503804684,0.17583514750003815,0.5082759261131287,0.6764335334300995,1040.0,266240.0,6756.801753230859,17039360.0 +402.21,26.1200008392334,2663.0,0.015273883938789368,0.1668904572725296,0.0,1.8552913665771484,2.251027822494507,-0.0014579392736777663,0.0024640224874019623,0.2547224760055542,0.5198871493339539,0.626384437084198,1041.0,266496.0,6762.952856329037,17055744.0 +397.97,26.649999618530273,2628.0,0.012863710522651672,0.1458536833524704,0.0,1.8250685930252075,2.2682549953460693,-0.00334155629388988,0.002465352648869157,0.19318890571594238,0.5218216776847839,0.6756549775600433,1042.0,266752.0,6769.187082662946,17072128.0 +403.64,27.84000015258789,2594.0,0.013602486811578274,0.1520182341337204,0.0,1.782045841217041,2.3027565479278564,-0.0014630520017817616,0.0024638641625642776,0.08878248929977417,0.5302131175994873,0.7507943660020828,1043.0,267008.0,6775.502532796934,17088512.0 +399.58,27.809999465942383,2623.0,0.013325388543307781,0.15362548828125,0.0,1.8370803594589233,2.2878146171569824,-0.001870277221314609,0.0024540431331843138,0.2487201690673828,0.510447084903717,0.5378232598304749,1044.0,267264.0,6781.747991965851,17104896.0 +391.1,25.90999984741211,2501.0,0.012819823808968067,0.1432698518037796,0.0,1.878496766090393,2.286592721939087,-0.0022309140767902136,0.0024566964711993933,0.3099105656147003,0.5202900171279907,0.5904439389705658,1045.0,267520.0,6788.301256960956,17121280.0 +391.93,25.530000686645508,2592.0,0.016106029972434044,0.1595052033662796,0.0,1.8196454048156738,2.2901670932769775,-0.002030177041888237,0.0024583046324551105,0.18849892914295197,0.5211754441261292,0.6658802330493927,1046.0,267776.0,6794.622567900922,17137664.0 +398.01,25.93000030517578,2554.0,0.01378635037690401,0.1497395783662796,0.0,1.834020733833313,2.2993810176849365,-0.0021038800477981567,0.0024666674435138702,0.2156655341386795,0.5179521441459656,0.650037556886673,1047.0,268032.0,6801.0370492420625,17154048.0 +391.72,25.899999618530273,2551.0,0.013206892646849155,0.14361572265625,0.0,1.871031403541565,2.3111765384674072,-0.0030672072898596525,0.002470702165737748,0.3067694902420044,0.5084744095802307,0.6024637222290039,1048.0,268288.0,6807.458893330069,17170432.0 +386.94,24.889999389648438,2544.0,0.011616073548793793,0.1254679411649704,0.0,1.873139500617981,2.3169333934783936,-0.0019388766959309578,0.002475026063621044,0.30970537662506104,0.5058820843696594,0.5935158133506775,1049.0,268544.0,6813.899194105994,17186816.0 +389.29,24.549999237060547,2474.0,0.009644117206335068,0.0995890274643898,0.0,1.7464079856872559,2.3123044967651367,-0.0009504171903245151,0.0024601221084594727,0.18486572802066803,0.5174289345741272,0.6902453899383545,1050.0,268800.0,6820.521666084882,17203200.0 +390.06,24.709999084472656,2519.0,0.009921859949827194,0.1091105118393898,0.0,1.793259620666504,2.3199949264526367,-0.004627118352800608,0.0024612543638795614,0.2993670403957367,0.5099422931671143,0.5856202244758606,1051.0,269056.0,6827.0261846219655,17219584.0 +373.35,23.719999313354492,2506.0,0.007662160787731409,0.0849405899643898,0.0,1.8109596967697144,2.3106391429901123,-0.004334097728133202,0.002463102340698242,0.33236148953437805,0.509868323802948,0.5573601424694061,1052.0,269312.0,6833.563931006007,17235968.0 +385.22,24.84000015258789,2517.0,0.012213503010571003,0.1248575821518898,0.0,1.7490991353988647,2.296262502670288,-0.00036053601070307195,0.0024565053172409534,0.19026266038417816,0.5184479355812073,0.6908938586711884,1053.0,269568.0,6840.07249901304,17252352.0 +387.36,25.43000030517578,2529.0,0.020189624279737473,0.1966552734375,0.0,1.7861744165420532,2.318638563156128,-0.0006494201952591538,0.0024639510083943605,0.2761378884315491,0.509154200553894,0.5844718515872955,1054.0,269824.0,6846.5505594890565,17268736.0 +376.02,24.09000015258789,2492.0,0.019892780110239983,0.1934814453125,0.0,1.8450361490249634,2.3079988956451416,-0.001275215414352715,0.002448196057230234,0.3734782636165619,0.5281861424446106,0.5309267640113831,1055.0,270080.0,6853.124504305888,17285120.0 +379.69,23.850000381469727,2582.0,0.017503943294286728,0.1875,0.0,1.8246625661849976,2.3075573444366455,-0.0010186510626226664,0.002447881270200014,0.3365097939968109,0.5261039137840271,0.5039351880550385,1056.0,270336.0,6859.473826311994,17301504.0 +382.38,23.8700008392334,2534.0,0.0126434825360775,0.1335856169462204,0.0,1.7848261594772339,2.294517755508423,-0.0010838109301403165,0.0024512780364602804,0.25374355912208557,0.5259483456611633,0.6039735078811646,1057.0,270592.0,6865.939215868944,17317888.0 +398.87,25.56999969482422,2456.0,0.020019913092255592,0.1949666291475296,0.0,1.7580164670944214,2.290480852127075,-0.000697409559506923,0.0024623931385576725,0.22460491955280304,0.5071994066238403,0.6018164455890656,1058.0,270848.0,6872.610276428051,17334272.0 +398.83,25.06999969482422,2566.0,0.0128859281539917,0.1422322541475296,0.0,1.7328189611434937,2.2944540977478027,-0.0028963021468371153,0.0024594964925199747,0.16489793360233307,0.5158278346061707,0.6533774435520172,1059.0,271104.0,6878.994116827846,17350656.0 +395.61,25.6299991607666,2562.0,0.02571178413927555,0.1991780549287796,0.0,1.7784913778305054,2.264841079711914,-0.0010826099896803498,0.002460865769535303,0.22817808389663696,0.5275588631629944,0.530587911605835,1060.0,271360.0,6885.388478016015,17367040.0 +406.63,27.079999923706055,2506.0,0.013070713728666306,0.1492106169462204,0.0,1.7004770040512085,2.2629916667938232,-0.00401397654786706,0.0024531283415853977,0.08471695333719254,0.5279172658920288,0.7716655284166336,1061.0,271616.0,6891.92660788307,17383424.0 +405.97,28.030000686645508,2498.0,0.0142265809699893,0.16021728515625,0.0,1.714389443397522,2.269758939743042,-0.0014294260181486607,0.0024509227368980646,0.12493181973695755,0.5199478268623352,0.7188380658626556,1062.0,271872.0,6898.483886740869,17399808.0 +399.56,27.56999969482422,2522.0,0.015098302625119686,0.13409423828125,0.0,1.7669830322265625,2.2730824947357178,-0.0027518654242157936,0.002451353706419468,0.2322406768798828,0.5200391411781311,0.6610127389431,1063.0,272128.0,6904.981044640997,17416192.0 +397.56,26.670000076293945,2530.0,0.017385141924023628,0.1768595427274704,0.0,1.7140240669250488,2.2818405628204346,-0.002123466460034251,0.00246410327963531,0.11669060587882996,0.5181165933609009,0.76308374106884,1064.0,272384.0,6911.457547809929,17432576.0 +398.31,27.020000457763672,2566.0,0.014366351068019867,0.1481119841337204,0.0,1.7687572240829468,2.278186082839966,-0.002327156951650977,0.0024577120784670115,0.18697096407413483,0.5418905019760132,0.6579879522323608,1065.0,272640.0,6917.84082090389,17448960.0 +396.83,26.920000076293945,2611.0,0.012661916203796864,0.1354166716337204,0.0,1.7601813077926636,2.2855427265167236,-0.003544170642271638,0.0024564003106206656,0.20835311710834503,0.5238256454467773,0.6315306723117828,1066.0,272896.0,6924.115075862035,17465344.0 +397.6,26.56999969482422,2606.0,0.018125545233488083,0.18023681640625,0.0,1.735191822052002,2.258033514022827,-0.002305499045178294,0.002463051350787282,0.1724861115217209,0.5115756392478943,0.6153528094291687,1067.0,273152.0,6930.4024028009735,17481728.0 +411.78,27.799999237060547,2574.0,0.016072053462266922,0.1737467497587204,0.0,1.6991328001022339,2.2569401264190674,-0.0018059444846585393,0.002464930759742856,0.10049691796302795,0.5100374221801758,0.735876590013504,1068.0,273408.0,6936.767324557994,17498112.0 +412.16,27.950000762939453,2537.0,0.018419409170746803,0.1917521208524704,0.0,1.7020124197006226,2.2464969158172607,-0.0006699056248180568,0.002465612953528762,0.09948787838220596,0.5119286775588989,0.7363858222961426,1069.0,273664.0,6943.225641947007,17514496.0 +404.3,26.200000762939453,2643.0,0.015530471689999104,0.15869140625,0.0,1.7905545234680176,2.2493903636932373,-0.0026676636189222336,0.0024601630866527557,0.2548809349536896,0.5280582904815674,0.5481025278568268,1070.0,273920.0,6949.424266947899,17530880.0 +398.03,25.639999389648438,2641.0,0.02081306092441082,0.21893310546875,0.0,1.7616024017333984,2.262376546859741,0.0028215639758855104,0.0024629810359328985,0.21047437191009521,0.5140404105186462,0.5661749839782715,1071.0,274176.0,6955.62705814885,17547264.0 +398.28,26.479999542236328,2621.0,0.014065306633710861,0.1591593474149704,0.0,1.7192014455795288,2.267608642578125,-0.0005986844189465046,0.0024609253741800785,0.1327138990163803,0.5150179266929626,0.6252315044403076,1072.0,274432.0,6961.878786504036,17563648.0 +405.93,27.440000534057617,2615.0,0.014362460933625698,0.1630452424287796,0.0,1.7241425514221191,2.265751838684082,-0.004502370487898588,0.002463416662067175,0.15135632455348969,0.5132566094398499,0.6642435789108276,1073.0,274688.0,6968.144917465979,17580032.0 +408.47,28.1200008392334,2649.0,0.012600054033100605,0.1333414763212204,0.0,1.6928621530532837,2.2885501384735107,-0.004215376451611519,0.0024638096801936626,0.11537772417068481,0.4991578161716461,0.6893254220485687,1074.0,274944.0,6974.328486046987,17596416.0 +394.73,26.0,2629.0,0.018322009593248367,0.1871134489774704,0.0,1.7943469285964966,2.2881693840026855,-0.002095228061079979,0.0024568515364080667,0.26179447770118713,0.5298718810081482,0.5646247565746307,1075.0,275200.0,6980.565264222911,17612800.0 +371.04,23.700000762939453,2561.0,0.021244211122393608,0.1943766325712204,0.0,1.8748849630355835,2.2943623065948486,0.0002778284251689911,0.0024588273372501135,0.4452540874481201,0.5148219466209412,0.4014180302619934,1076.0,275456.0,6986.962684959872,17629184.0 +377.32,24.59000015258789,2539.0,0.01841697469353676,0.19488525390625,0.0,1.743057131767273,2.278179168701172,-0.00037233848706819117,0.002464110730215907,0.17311622202396393,0.5171054005622864,0.6429556906223297,1077.0,275712.0,6993.4154088478535,17645568.0 +387.2,24.760000228881836,2535.0,0.016729766502976418,0.1823323518037796,0.0,1.8323783874511719,2.2560641765594482,-0.0033587440848350525,0.002464022720232606,0.3341740369796753,0.52918541431427,0.5041428506374359,1078.0,275968.0,6999.877181096934,17661952.0 +388.25,24.190000534057617,2648.0,0.0139327896758914,0.15802001953125,0.0,1.7890623807907104,2.278810977935791,-0.003894607536494732,0.0024613344576209784,0.2734796702861786,0.5178188681602478,0.5188860595226288,1079.0,276224.0,7006.0630608259235,17678336.0 +396.83,24.93000030517578,2651.0,0.015336458571255207,0.1758626252412796,0.0,1.7659674882888794,2.2731010913848877,-0.001602195086888969,0.002469017170369625,0.20102065801620483,0.5252090096473694,0.5870532989501953,1080.0,276480.0,7012.243661663029,17694720.0 +382.49,24.770000457763672,2597.0,0.021229105070233345,0.2234904021024704,0.0,1.8484395742416382,2.26869535446167,0.0001751502713887021,0.0024609307292848825,0.3871617317199707,0.5163179039955139,0.3572283983230591,1081.0,276736.0,7018.5520422889385,17711104.0 +375.7,23.959999084472656,2547.0,0.01731167919933796,0.1937459260225296,0.0,1.799277901649475,2.3056445121765137,-0.0005942193092778325,0.0024805553257465363,0.31850019097328186,0.49224790930747986,0.5055290758609772,1082.0,276992.0,7024.983383393846,17727488.0 +377.64,24.040000915527344,2544.0,0.015445049852132797,0.152099609375,0.0,1.8078869581222534,2.3115782737731934,-0.003950329031795263,0.0024667500983923674,0.33111464977264404,0.5051035284996033,0.4370107054710388,1083.0,277248.0,7031.422017607838,17743872.0 +368.58,22.440000534057617,2630.0,0.012934497557580471,0.1455891877412796,0.0,1.8718105554580688,2.2985610961914062,-0.0025788971688598394,0.0024574422277510166,0.4377638101577759,0.5192314386367798,0.49225670099258423,1084.0,277504.0,7037.652249373961,17760256.0 +370.26,22.950000762939453,2607.0,0.013352460227906704,0.1421712189912796,0.0,1.795540452003479,2.3099172115325928,-0.0005364806274883449,0.002450849860906601,0.2807258069515228,0.5228614211082458,0.5259702205657959,1085.0,277760.0,7043.937209839933,17776640.0 +381.11,24.979999542236328,2624.0,0.014907721430063248,0.15960693359375,0.0,1.787024974822998,2.304044485092163,-0.0007983935647644103,0.0024557625874876976,0.22925569117069244,0.5385485887527466,0.6448709666728973,1086.0,278016.0,7050.182815097971,17793024.0 +374.54,23.920000076293945,2614.0,0.012356583029031754,0.1369832307100296,0.0,1.8674354553222656,2.3032257556915283,-0.0037783377338200808,0.0024719692301005125,0.4200444221496582,0.517935574054718,0.5346285700798035,1087.0,278272.0,7056.449542392045,17809408.0 +359.89,22.989999771118164,2619.0,0.015861548483371735,0.1502278596162796,0.0,1.8094500303268433,2.287513017654419,-0.0019083023071289062,0.0024544333573430777,0.28839096426963806,0.5327584743499756,0.5737474858760834,1088.0,278528.0,7062.704887042986,17825792.0 +369.46,24.59000015258789,2592.0,0.010167864151299,0.1034749373793602,0.0,1.778476357460022,2.2972939014434814,-0.0024928844068199396,0.002474920591339469,0.2151169627904892,0.5291233658790588,0.6720094680786133,1089.0,278784.0,7069.025053527905,17842176.0 +388.86,26.600000381469727,2560.0,0.015268382616341114,0.1576741486787796,0.0,1.7716461420059204,2.30725359916687,-0.0022540984209626913,0.0024631840642541647,0.18779419362545013,0.5419604778289795,0.6308175623416901,1090.0,279040.0,7075.424167560879,17858560.0 +406.48,27.549999237060547,2613.0,0.015296096913516521,0.1648152619600296,0.0,1.7253059148788452,2.3069474697113037,-0.003357530804350972,0.002465775003656745,0.13156555593013763,0.5228304862976074,0.6419163942337036,1091.0,279296.0,7081.694064162904,17874944.0 +407.54,28.450000762939453,2646.0,0.01711045764386654,0.1656697541475296,0.0,1.747071385383606,2.302347183227539,-0.0026499114464968443,0.002458221511915326,0.1636068969964981,0.5318053364753723,0.662041962146759,1092.0,279552.0,7087.886792907957,17891328.0 +406.98,27.59000015258789,2492.0,0.014519061893224716,0.1609904021024704,0.0,1.7585471868515015,2.277519702911377,-0.005963719915598631,0.0024590189568698406,0.18197347223758698,0.536986231803894,0.7209309935569763,1093.0,279808.0,7094.459716683021,17907712.0 +393.24,26.170000076293945,2524.0,0.011646014638245106,0.1362101286649704,0.0,1.7859725952148438,2.2685091495513916,-0.0044151912443339825,0.0024673070292919874,0.24386756122112274,0.5274682641029358,0.6711268126964569,1094.0,280064.0,7100.952071080916,17924096.0 +389.09,25.3700008392334,2552.0,0.01808915287256241,0.167236328125,0.0,1.7665315866470337,2.2879724502563477,-0.0006936634890735149,0.0024668474216014147,0.19773705303668976,0.5277999043464661,0.6701574921607971,1095.0,280320.0,7107.371549350908,17940480.0 +386.15,25.6200008392334,2579.0,0.014094480313360691,0.1524251252412796,0.0,1.8014769554138184,2.290600299835205,-0.002102625323459506,0.0024671691935509443,0.28143998980522156,0.5219412446022034,0.6073218286037445,1096.0,280576.0,7113.724565993063,17956864.0 +392.45,25.459999084472656,2625.0,0.01950126700103283,0.1779581755399704,0.0,1.8288110494613647,2.2894773483276367,-0.0007211025804281235,0.002489495789632201,0.2850470542907715,0.5359150767326355,0.5010292530059814,1097.0,280832.0,7119.964869040996,17973248.0 +392.17,26.469999313354492,2647.0,0.018605869263410568,0.1620890349149704,0.0,1.7597789764404297,2.2842955589294434,-0.0006254265899769962,0.0024732898455113173,0.1620834618806839,0.5360017418861389,0.6983838379383087,1098.0,281088.0,7126.153922470054,17989632.0 +397.84,27.040000915527344,2639.0,0.016415882855653763,0.1621297150850296,0.0,1.7532072067260742,2.2772490978240967,-0.002507621655240655,0.0024622646160423756,0.16936247050762177,0.5327668786048889,0.6608432531356812,1099.0,281344.0,7132.36213101889,18006016.0 +405.86,27.59000015258789,2541.0,0.02674555964767933,0.19598388671875,0.0,1.828120231628418,2.3143534660339355,0.004447331186383963,0.002479466376826167,0.1947445124387741,0.5097109079360962,0.6666486859321594,1100.0,281600.0,7138.810179322027,18022400.0 +399.33,27.0,2617.0,0.03133990243077278,0.2808023989200592,0.0,1.849312663078308,2.3040339946746826,0.005062743090093136,0.00246500875800848,0.1768791675567627,0.5463463664054871,0.7356853485107422,1101.0,281856.0,7145.070469080936,18038784.0 +400.29,26.020000457763672,2626.0,0.02702774852514267,0.2408243864774704,0.0,1.8442248106002808,2.3073694705963135,0.004028541501611471,0.0024831178598105907,0.19231784343719482,0.5255519151687622,0.6443223357200623,1102.0,282112.0,7151.308652133914,18055168.0 +394.33,25.760000228881836,2616.0,0.015426881611347198,0.1469929963350296,0.0,1.8746132850646973,2.2964160442352295,0.0004909162526018918,0.002479993039742112,0.2179763913154602,0.548102080821991,0.651704728603363,1103.0,282368.0,7157.570547980955,18071552.0 +400.21,26.790000915527344,2568.0,0.011702940799295902,0.1313069611787796,0.0,1.813574194908142,2.298243522644043,-0.004378077574074268,0.0024921251460909843,0.15462781488895416,0.5175582766532898,0.7154899835586548,1104.0,282624.0,7163.950245814864,18087936.0 +386.77,25.770000457763672,2581.0,0.014036866836249828,0.1453857421875,0.0,1.870855689048767,2.3101656436920166,-0.0017113505164161325,0.0024806216824799776,0.2553650140762329,0.527675449848175,0.5895432829856873,1105.0,282880.0,7170.29702681792,18104320.0 +391.67,26.190000534057617,2640.0,0.016015492379665375,0.1657511442899704,0.0,1.836826205253601,2.307525396347046,-0.003539331490173936,0.002480659866705537,0.17987392842769623,0.533173680305481,0.5933384895324707,1106.0,283136.0,7176.504125128966,18120704.0 +401.92,26.670000076293945,2648.0,0.020310232415795326,0.1841227263212204,0.0,1.7782092094421387,2.294635534286499,0.0014674077974632382,0.0024605451617389917,0.10593941062688828,0.5164459347724915,0.7552993893623352,1107.0,283392.0,7182.691961576929,18137088.0 +396.28,26.25,2634.0,0.02427983470261097,0.215087890625,0.0,1.9089751243591309,2.286219596862793,0.000987153616733849,0.0024756479542702436,0.2796829640865326,0.5531846284866333,0.6477666199207306,1108.0,283648.0,7188.911417752039,18153472.0 +390.88,25.760000228881836,2618.0,0.015328760258853436,0.1746826171875,0.0,1.863921046257019,2.3002378940582275,0.00032720170565880835,0.0024824636057019234,0.24060165882110596,0.5250633955001831,0.6218511164188385,1109.0,283904.0,7195.169838270871,18169856.0 +388.3,24.940000534057617,2510.0,0.015627576038241386,0.1690877228975296,0.0,1.8539830446243286,2.292032241821289,-0.0003832130169030279,0.0024615759029984474,0.20263715088367462,0.5451799631118774,0.6815700531005859,1110.0,284160.0,7201.698055073852,18186240.0 +377.78,23.6200008392334,2490.0,0.013022291474044323,0.1494547575712204,0.0,1.9024401903152466,2.3018858432769775,-0.0032989054452627897,0.002473199972882867,0.3429040014743805,0.5207061171531677,0.5968771874904633,1111.0,284416.0,7208.277782032033,18202624.0 +380.35,24.219999313354492,2566.0,0.017564741894602776,0.18194580078125,0.0,1.8390741348266602,2.281893491744995,-6.85368650010787e-05,0.0024683598894625902,0.1961422562599182,0.5297103524208069,0.6623571813106537,1112.0,284672.0,7214.663530363934,18219008.0 +379.46,23.8700008392334,2586.0,0.013021190650761127,0.1421915739774704,0.0,1.935659408569336,2.322373151779175,-0.0023451978340744972,0.0024607323575764894,0.4307767152786255,0.5154741406440735,0.5664016604423523,1113.0,284928.0,7221.000369418878,18235392.0 +386.76,24.34000015258789,2601.0,0.013971162028610706,0.1439208984375,0.0,1.8182469606399536,2.3174540996551514,-0.0020575514063239098,0.0024566107895225286,0.17925424873828888,0.5255464315414429,0.7209494113922119,1114.0,285184.0,7227.2995618439745,18251776.0 +394.99,26.34000015258789,2593.0,0.014081853441894054,0.1521199494600296,0.0,1.8659124374389648,2.311699628829956,-0.004711104091256857,0.0024657133035361767,0.250169038772583,0.5357995629310608,0.619624137878418,1115.0,285440.0,7233.618040697882,18268160.0 +396.39,26.790000915527344,2516.0,0.01424351055175066,0.162109375,0.0,1.8057702779769897,2.3067214488983154,-0.0021110260859131813,0.0024593572597950697,0.1660914123058319,0.5182241797447205,0.6643360555171967,1116.0,285696.0,7240.128315533977,18284544.0 +373.58,24.200000762939453,2632.0,0.012725248001515865,0.1463419646024704,0.0,2.0049808025360107,2.313164472579956,-0.002315440448001027,0.002478649839758873,0.5247448086738586,0.5287303328514099,0.4449934959411621,1117.0,285952.0,7246.353215264855,18300928.0 +364.29,22.8700008392334,2686.0,0.015408869832754135,0.1617838591337204,0.0,1.932996153831482,2.3013973236083984,-0.0016771455993875861,0.0024703876115381718,0.3824812173843384,0.5312526226043701,0.5636021196842194,1118.0,286208.0,7252.453089345014,18317312.0 +372.23,23.780000686645508,2659.0,0.021319562569260597,0.210205078125,0.0,1.908941388130188,2.2900660037994385,0.00014755985466763377,0.0024826342705637217,0.31098005175590515,0.5348877310752869,0.5659936964511871,1119.0,286464.0,7258.614036076004,18333696.0 +384.49,25.020000457763672,2690.0,0.019337691366672516,0.1538289338350296,0.0,1.8761286735534668,2.2799336910247803,0.00047677825205028057,0.0024881286080926657,0.23511956632137299,0.5368269085884094,0.600233644247055,1120.0,286720.0,7264.70381378592,18350080.0 +375.29,23.93000030517578,2628.0,0.013497277162969112,0.1469523161649704,0.0,1.9925198554992676,2.262150287628174,-0.003995675593614578,0.002493827836588025,0.4271904528141022,0.5586279034614563,0.549008697271347,1121.0,286976.0,7270.937504549045,18366464.0 +377.45,23.399999618530273,2643.0,0.021473603323101997,0.1964314728975296,0.0,1.9182310104370117,2.2553975582122803,0.0001617131638340652,0.002511792117729783,0.2675970196723938,0.5509287714958191,0.6906446814537048,1122.0,287232.0,7277.136947914958,18382848.0 +382.21,23.43000030517578,2699.0,0.017574116587638855,0.1998087614774704,0.0,1.9185328483581543,2.2726495265960693,-0.0004792170657310635,0.002549282042309642,0.24760614335536957,0.5432946085929871,0.6213807761669159,1123.0,287488.0,7283.20740758488,18399232.0 +392.74,25.149999618530273,2718.0,0.0174940787255764,0.1982014924287796,0.0,1.900848388671875,2.258899450302124,0.0014661174500361085,0.002523791277781129,0.20062227547168732,0.5597647428512573,0.731201708316803,1124.0,287744.0,7289.235332931858,18415616.0 +391.81,24.84000015258789,2713.0,0.011820818297564983,0.1298828125,0.0,1.8858985900878906,2.227010488510132,-0.0034345558378845453,0.0024984502233564854,0.2363716959953308,0.544192373752594,0.7185127139091492,1125.0,288000.0,7295.273609283846,18432000.0 +399.76,26.049999237060547,2702.0,0.012716432102024555,0.1512044221162796,0.0,1.8600767850875854,2.2246105670928955,-0.0018250662833452225,0.002489169128239155,0.1828935742378235,0.5481166839599609,0.6608519852161407,1126.0,288256.0,7301.336025500903,18448384.0 +403.57,27.530000686645508,2699.0,0.01552568655461073,0.15087890625,0.0,1.8427568674087524,2.229219913482666,-0.0017680585151538253,0.002494107699021697,0.1762538105249405,0.5316362977027893,0.6732579171657562,1127.0,288512.0,7307.408697952051,18464768.0 +409.49,28.200000762939453,2705.0,0.014213219285011292,0.13995361328125,0.0,1.8408622741699219,2.235790491104126,-0.0019364682957530022,0.0024929612409323454,0.146937295794487,0.5452074408531189,0.706878274679184,1128.0,288768.0,7313.465185692068,18481152.0 +411.35,27.540000915527344,2613.0,0.012505589984357357,0.1373087614774704,0.0,1.8364719152450562,2.2412028312683105,-0.0028406111523509026,0.0024918189737945795,0.17904017865657806,0.5262945294380188,0.6912450194358826,1129.0,289024.0,7319.736239057034,18497536.0 +398.6,25.559999465942383,2631.0,0.017295867204666138,0.1860148161649704,0.0,1.8838967084884644,2.2366535663604736,-0.00017433920584153384,0.002483607968315482,0.2630428969860077,0.5331119894981384,0.627195805311203,1130.0,289280.0,7325.963797427015,18513920.0 +403.15,26.479999542236328,2704.0,0.009328615851700306,0.1122843399643898,0.0,1.8076767921447754,2.207289457321167,-0.004381286446005106,0.002498259302228689,0.09677562862634659,0.536613404750824,0.788051649928093,1131.0,289536.0,7332.022720781853,18530304.0 +407.48,27.8700008392334,2710.0,0.01720513589680195,0.1676228791475296,0.0,1.8152061700820923,2.2264537811279297,-0.00021450156054925174,0.0024943260941654444,0.15846554934978485,0.5112894177436829,0.7084833979606628,1132.0,289792.0,7338.0689650920685,18546688.0 +407.74,28.350000381469727,2694.0,0.01645379327237606,0.1716105192899704,0.0,1.8336915969848633,2.2180802822113037,-0.0006166012608446181,0.0024923209566622972,0.15057584643363953,0.535040557384491,0.7083346545696259,1133.0,290048.0,7344.15133094904,18563072.0 +408.39,28.15999984741211,2730.0,0.014576398767530918,0.15667724609375,0.0,1.820743203163147,2.217623710632324,7.388767699012533e-05,0.002481914358213544,0.14890602231025696,0.5274350643157959,0.7019458413124084,1134.0,290304.0,7350.152430891991,18579456.0 +414.51,28.360000610351562,2715.0,0.016184987500309944,0.1583455353975296,0.0,1.8137141466140747,2.2363460063934326,-0.0016425568610429764,0.002480079187080264,0.12952326238155365,0.5329190492630005,0.7347865402698517,1135.0,290560.0,7356.187474614941,18595840.0 +412.53,27.610000610351562,2727.0,0.013554134406149387,0.1532185822725296,0.0,1.8614147901535034,2.227552890777588,-0.0012402184074744582,0.0024685135576874018,0.23656554520130157,0.532390832901001,0.6856961846351624,1136.0,290816.0,7362.196428790921,18612224.0 +407.78,26.920000076293945,2681.0,0.011668544262647629,0.1327921599149704,0.0,1.8595294952392578,2.2241382598876953,-0.0005151967634446919,0.0024706199765205383,0.20297937095165253,0.5454865097999573,0.7419271767139435,1137.0,291072.0,7368.307628415059,18628608.0 +402.23,26.950000762939453,2706.0,0.012670431286096573,0.1353556364774704,0.0,1.8507648706436157,2.244158983230591,-0.004019666463136673,0.0024640897754579782,0.23895759880542755,0.5257024765014648,0.6224319636821747,1138.0,291328.0,7374.363411631901,18644992.0 +401.19,26.520000457763672,2705.0,0.024336734786629677,0.2384440153837204,0.0,1.840604305267334,2.2343454360961914,0.005407110322266817,0.002487856661900878,0.20243453979492188,0.5123952627182007,0.6400589048862457,1139.0,291584.0,7380.420392100932,18661376.0 +409.72,27.940000534057617,2701.0,0.011953075416386127,0.1185506209731102,0.0,1.8099502325057983,2.2277631759643555,-0.0023830400314182043,0.0024726882111281157,0.130524680018425,0.533004641532898,0.7440232336521149,1140.0,291840.0,7386.48672616086,18677760.0 +413.59,27.15999984741211,2699.0,0.0166469793766737,0.1649983674287796,0.0,1.853685975074768,2.232459306716919,-0.004339324776083231,0.0024823511485010386,0.19743336737155914,0.5404576659202576,0.672545462846756,1141.0,292096.0,7392.558016311843,18694144.0 +410.17,27.100000381469727,2697.0,0.013814825564622879,0.1496175080537796,0.0,1.8061795234680176,2.2363483905792236,-0.002073095180094242,0.002483321586623788,0.15780672430992126,0.5100518465042114,0.6733793914318085,1142.0,292352.0,7398.631911278935,18710528.0 +405.69,27.899999618530273,2633.0,0.010582603514194489,0.1250406950712204,0.0,1.7913265228271484,2.2563107013702393,-0.003086125710979104,0.0024628855753690004,0.12634024024009705,0.5223627686500549,0.7358255684375763,1143.0,292608.0,7404.854816382052,18726912.0 +408.87,28.579999923706055,2610.0,0.013764631934463978,0.1486613005399704,0.0,1.8145785331726074,2.250757932662964,0.00022919033654034138,0.002460444811731577,0.1398019790649414,0.5367337465286255,0.7077056169509888,1144.0,292864.0,7411.131204369012,18743296.0 +409.55,27.530000686645508,2612.0,0.012661253102123737,0.136474609375,0.0,1.8429614305496216,2.2494888305664062,-0.0021866413298994303,0.0024642690550535917,0.2077816128730774,0.5316177606582642,0.6332701146602631,1145.0,293120.0,7417.403106407961,18759680.0 +405.08,26.440000534057617,2516.0,0.01501371618360281,0.1424560546875,0.0,1.847028374671936,2.265259027481079,-0.0007658728864043951,0.002466527745127678,0.19834940135478973,0.5380082726478577,0.7108715772628784,1146.0,293376.0,7423.9159502650145,18776064.0 +395.91,25.170000076293945,2516.0,0.017907319590449333,0.181640625,0.0,1.8764170408248901,2.2471392154693604,-0.003253017319366336,0.0024482174776494503,0.29948946833610535,0.5282880067825317,0.6431699395179749,1147.0,293632.0,7430.426744000055,18792448.0 +399.08,26.329999923706055,2514.0,0.01728055812418461,0.1718546599149704,0.0,1.8121248483657837,2.234961748123169,-0.0011805723188444972,0.0024528380017727613,0.18531890213489532,0.5165767073631287,0.708923727273941,1148.0,293888.0,7436.94586696988,18808832.0 +407.75,27.65999984741211,2523.0,0.011605235747992992,0.1373291015625,0.0,1.7787736654281616,2.2420923709869385,-0.002674042247235775,0.002450088271871209,0.08972981572151184,0.5339595675468445,0.7969209253787994,1149.0,294144.0,7443.439797513885,18825216.0 +417.53,29.280000686645508,2503.0,0.012005053460597992,0.1401570588350296,0.0,1.8005355596542358,2.226349353790283,-0.0015527148498222232,0.0024603113997727633,0.12719574570655823,0.5305981040000916,0.7288071513175964,1150.0,294400.0,7449.984900346026,18841600.0 +417.77,29.729999542236328,2484.0,0.014177405275404453,0.1590169221162796,0.0,1.8098926544189453,2.222399950027466,-0.002497492590919137,0.002446020720526576,0.14126905798912048,0.5409693121910095,0.7707224637269974,1151.0,294656.0,7456.582213034853,18857984.0 +413.52,29.739999771118164,2507.0,0.015041793696582317,0.1473185271024704,0.0,1.8085827827453613,2.24544358253479,0.0004850462719332427,0.0024546938948333263,0.14930324256420135,0.5285536646842957,0.7093084156513214,1152.0,294912.0,7463.115865916014,18874368.0 +410.34,29.020000457763672,2586.0,0.019506379961967468,0.1714070588350296,0.0,1.808493971824646,2.2345051765441895,0.0001083715760614723,0.0024501201696693897,0.1407514363527298,0.5352950692176819,0.7166152894496918,1153.0,295168.0,7469.451271236874,18890752.0 +406.26,28.260000228881836,2575.0,0.01427510380744934,0.1572672575712204,0.0,1.852255940437317,2.252363681793213,-0.002655504271388054,0.002457042457535863,0.21956747770309448,0.5391305088996887,0.6834076046943665,1154.0,295424.0,7475.813415711047,18907136.0 +392.57,26.010000228881836,2554.0,0.013172130100429058,0.14471435546875,0.0,1.9127473831176758,2.2449047565460205,-0.0004040019994135946,0.002451536012813449,0.34124138951301575,0.5392118692398071,0.6137822568416595,1155.0,295680.0,7482.227893037023,18923520.0 +387.34,25.520000457763672,2583.0,0.015761079266667366,0.1709391325712204,0.0,1.8558710813522339,2.2306087017059326,-0.0018540282035246491,0.0024502321612089872,0.26716378331184387,0.5213331580162048,0.5670544505119324,1156.0,295936.0,7488.5704792540055,18939904.0 +400.34,27.139999389648438,2557.0,0.014210090041160583,0.16455078125,0.0,1.7877789735794067,2.2341902256011963,-0.0016674506478011608,0.0024471255019307137,0.12558923661708832,0.5254309177398682,0.7363096475601196,1157.0,296192.0,7494.977326280903,18956288.0 +392.71,26.600000381469727,2559.0,0.014678196050226688,0.1783650666475296,0.0,1.8941477537155151,2.2434885501861572,-0.002008305164054036,0.0024548673536628485,0.3324302136898041,0.5249419808387756,0.537215530872345,1158.0,296448.0,7501.382269663038,18972672.0 +390.16,26.739999771118164,2559.0,0.01186807919293642,0.1371866911649704,0.0,1.825779914855957,2.23567795753479,-0.0027770979795604944,0.0024527215864509344,0.22047831118106842,0.5143137574195862,0.6063876748085022,1159.0,296704.0,7507.783621917013,18989056.0 +394.49,27.100000381469727,2620.0,0.012929107993841171,0.146240234375,0.0,1.796494960784912,2.2324814796447754,-0.0008687120862305164,0.0024463925510644913,0.16295713186264038,0.515013575553894,0.6878025829792023,1160.0,296960.0,7514.0367769689765,19005440.0 +395.82,26.8799991607666,2560.0,0.011625477112829685,0.1340535432100296,0.0,1.8545494079589844,2.230973720550537,-0.002374920528382063,0.0024533120449632406,0.2805418372154236,0.5123074650764465,0.6064549386501312,1161.0,297216.0,7520.437745684059,19021824.0 +384.23,25.209999084472656,2638.0,0.017497118562459946,0.1928303986787796,0.0,1.8771710395812988,2.2340168952941895,-0.0029221673030406237,0.0024557369761168957,0.31097307801246643,0.5190783143043518,0.5828248858451843,1162.0,297472.0,7526.648766439874,19038208.0 +382.9,24.979999542236328,2632.0,0.011122439987957478,0.123291015625,0.0,1.8294730186462402,2.245866060256958,-0.0038957896176725626,0.002461167750880122,0.2316005378961563,0.5094433426856995,0.7353997826576233,1163.0,297728.0,7532.874614429893,19054592.0 +396.79,26.709999084472656,2564.0,0.018059147521853447,0.18212890625,0.0,1.8125168085098267,2.2343878746032715,-0.0003125462681055069,0.0024479569401592016,0.17101579904556274,0.5256870985031128,0.71507129073143,1164.0,297984.0,7539.263537402963,19070976.0 +400.21,26.350000381469727,2570.0,0.012466047890484333,0.1446533203125,0.0,1.847723364830017,2.2691476345062256,-0.0013104187091812491,0.0024569870438426733,0.2631593346595764,0.5116520524024963,0.6096020340919495,1165.0,298240.0,7545.63816236495,19087360.0 +399.41,26.299999237060547,2537.0,0.013815056532621384,0.1372477263212204,0.0,1.8716492652893066,2.234896421432495,-0.004952049348503351,0.0024505499750375748,0.3080834150314331,0.519633412361145,0.6308905482292175,1166.0,298496.0,7552.095244850963,19103744.0 +401.46,26.670000076293945,2589.0,0.01040042843669653,0.11676025390625,0.0,1.7750539779663086,2.2259509563446045,-0.0037410035729408264,0.002444531535729766,0.12150797992944717,0.5180345177650452,0.7398490309715271,1167.0,298752.0,7558.422709024046,19120128.0 +398.78,27.059999465942383,2606.0,0.015559189021587372,0.1692301481962204,0.0,1.8830400705337524,2.2111079692840576,-0.0021492568776011467,0.0024451250210404396,0.3278440833091736,0.5208156704902649,0.5786686539649963,1168.0,299008.0,7564.710011024959,19136512.0 +391.76,25.479999542236328,2499.0,0.01606929488480091,0.1685587614774704,0.0,1.8316621780395508,2.245797872543335,-0.0012130994582548738,0.0024494726676493883,0.2356664091348648,0.5127637982368469,0.6572645902633667,1169.0,299264.0,7571.26531951502,19152896.0 +384.82,25.110000610351562,2558.0,0.01781330071389675,0.1852823942899704,0.0,1.8444528579711914,2.260106325149536,-0.0010504722595214844,0.0024622033815830946,0.24177002906799316,0.5161178708076477,0.6620726883411407,1170.0,299520.0,7577.66939058085,19169280.0 +390.46,26.979999542236328,2572.0,0.015957381576299667,0.1614786833524704,0.0,1.8084465265274048,2.215146780014038,-0.0030359101947396994,0.0024490265641361475,0.19423164427280426,0.5120047926902771,0.6658434867858887,1171.0,299776.0,7584.040150003973,19185664.0 +395.88,27.719999313354492,2585.0,0.020204484462738037,0.16766357421875,0.0,1.8088682889938354,2.2360360622406006,0.0005641995812766254,0.00245637446641922,0.18322159349918365,0.5108662843704224,0.643643856048584,1172.0,300032.0,7590.378092422849,19202048.0 +407.53,27.93000030517578,2564.0,0.013863193802535534,0.1542765349149704,0.0,1.8116626739501953,2.2046239376068115,-0.002414773451164365,0.0024607202503830194,0.13733908534049988,0.5370940566062927,0.7427601516246796,1173.0,300288.0,7596.769154486945,19218432.0 +407.34,27.149999618530273,2598.0,0.015398127026855946,0.1760050505399704,0.0,1.8118548393249512,2.2143001556396484,-0.0014380640350282192,0.002451530424878001,0.18945765495300293,0.5149418711662292,0.6716486513614655,1174.0,300544.0,7603.0757841980085,19234816.0 +406.24,27.059999465942383,2547.0,0.01940292865037918,0.1940104216337204,0.0,1.8387964963912964,2.217102289199829,0.00020014021720271558,0.002451173961162567,0.18967628479003906,0.5403422713279724,0.6791266798973083,1175.0,300800.0,7609.507237429032,19251200.0 +407.81,27.18000030517578,2606.0,0.022174062207341194,0.1985066682100296,0.0,1.8249238729476929,2.2242836952209473,0.00023179850541055202,0.00244584190659225,0.18317054212093353,0.5324283242225647,0.6900242567062378,1176.0,301056.0,7615.794532626867,19267584.0 +404.84,27.389999389648438,2585.0,0.01348796021193266,0.1376139372587204,0.0,1.8055158853530884,2.2349586486816406,0.0004258351109456271,0.0024492533411830664,0.15266010165214539,0.526482880115509,0.7326174676418304,1177.0,301312.0,7622.132580725942,19283968.0 +402.46,26.850000381469727,2558.0,0.012434146367013454,0.14166259765625,0.0,1.857794165611267,2.235654830932617,-0.0040605212561786175,0.002451213076710701,0.28671374917030334,0.5152478218078613,0.6273989677429199,1178.0,301568.0,7628.538381914841,19300352.0 +406.04,26.920000076293945,2630.0,0.013387363404035568,0.1375732421875,0.0,1.8273147344589233,2.23563289642334,-0.0023967998567968607,0.002453333931043744,0.22181576490402222,0.5144932866096497,0.6595507860183716,1179.0,301824.0,7634.767539503984,19316736.0 +402.24,26.469999313354492,2586.0,0.018141338601708412,0.19659423828125,0.0,1.817607045173645,2.2500216960906982,0.002905781613662839,0.002447967417538166,0.18820756673812866,0.5191139578819275,0.6745940148830414,1180.0,302080.0,7641.102217689855,19333120.0 +403.41,26.65999984741211,2546.0,0.015594408847391605,0.16705322265625,0.0,1.83399498462677,2.2506840229034424,-0.0029928339645266533,0.0024464023299515247,0.23894895613193512,0.5168192386627197,0.6176291704177856,1181.0,302336.0,7647.536472166888,19349504.0 +398.76,26.280000686645508,2495.0,0.018633350729942322,0.17974853515625,0.0,1.823908805847168,2.2573723793029785,-0.00040867141797207296,0.0024548780638724566,0.21392016112804413,0.5124924182891846,0.65825554728508,1182.0,302592.0,7654.102559424005,19365888.0 +399.87,27.0,2556.0,0.01340967882424593,0.1490275114774704,0.0,1.7847747802734375,2.260244131088257,-0.002309077186509967,0.0024500868748873472,0.13269992172718048,0.5182928442955017,0.7088783085346222,1183.0,302848.0,7660.513536108891,19382272.0 +405.95,27.889999389648438,2494.0,0.01403333991765976,0.1424153596162796,0.0,1.7959903478622437,2.242388963699341,-0.0008309970144182444,0.0024419710971415043,0.1497625857591629,0.5233785510063171,0.6949659883975983,1184.0,303104.0,7667.082871763967,19398656.0 +401.68,27.790000915527344,2471.0,0.014188100583851337,0.1466267853975296,0.0,1.8201323747634888,2.2591803073883057,-0.0008963923901319504,0.002442960860207677,0.18288399279117584,0.5306980013847351,0.7044801414012909,1185.0,303360.0,7673.712303081062,19415040.0 +408.45,27.969999313354492,2552.0,0.012261857278645039,0.1324462890625,0.0,1.7766426801681519,2.2532804012298584,-0.0009970582323148847,0.002440101932734251,0.12130185216665268,0.519470751285553,0.7276660203933716,1186.0,303616.0,7680.132751701865,19431424.0 +409.52,28.670000076293945,2606.0,0.012265569530427456,0.1415608674287796,0.0,1.789279580116272,2.2476255893707275,-0.0023195359390228987,0.002441424410790205,0.13324996829032898,0.5267383456230164,0.6332353055477142,1187.0,303872.0,7686.420307199936,19447808.0 +412.15,28.979999542236328,2622.0,0.01307717990130186,0.14080810546875,0.0,1.767298698425293,2.2441611289978027,-0.002070900984108448,0.0024342627730220556,0.09592282772064209,0.5267186760902405,0.7820742726325989,1188.0,304128.0,7692.668775497004,19464192.0 +405.44,28.520000457763672,2646.0,0.0178969893604517,0.18206787109375,0.0,1.8225477933883667,2.254183530807495,0.001091162208467722,0.0024363924749195576,0.20817184448242188,0.5217165350914001,0.702637255191803,1189.0,304384.0,7698.859658329049,19480576.0 +402.95,28.020000457763672,2508.0,0.016276231035590172,0.1709391325712204,0.0,1.7946583032608032,2.2547452449798584,-0.00020782917272299528,0.002447353443130851,0.16438496112823486,0.5115445256233215,0.6839680075645447,1190.0,304640.0,7705.392345573986,19496960.0 +389.85,26.649999618530273,2513.0,0.014400462619960308,0.1543782502412796,0.0,1.832279086112976,2.259406089782715,-0.0035874389577656984,0.0024409068282693624,0.23927904665470123,0.5183677077293396,0.6015851497650146,1191.0,304896.0,7711.9120450969785,19513344.0 +398.13,27.389999389648438,2532.0,0.014824974350631237,0.1453857421875,0.0,1.7785061597824097,2.2626724243164062,-0.0023236547131091356,0.002441547578200698,0.13719724118709564,0.5140840411186218,0.7227473855018616,1192.0,305152.0,7718.383396896068,19529728.0 +393.57,26.260000228881836,2512.0,0.012007053941488266,0.1348063200712204,0.0,1.8374271392822266,2.248697280883789,-0.0033253710716962814,0.002439049305394292,0.23705613613128662,0.5251866579055786,0.6086490452289581,1193.0,305408.0,7724.906197426841,19546112.0 +399.37,27.3799991607666,2499.0,0.020626239478588104,0.1911214143037796,0.0,1.8157529830932617,2.241515874862671,-0.001025460660457611,0.002439177595078945,0.18770547211170197,0.5257518291473389,0.6888437271118164,1194.0,305664.0,7731.462367333006,19562496.0 +397.82,27.5,2621.0,0.01265211682766676,0.1311848908662796,0.0,1.8085042238235474,2.2390997409820557,-0.00048029437311924994,0.002440747106447816,0.17897923290729523,0.5215124487876892,0.600753664970398,1195.0,305920.0,7737.713824365055,19578880.0 +394.95,27.579999923706055,2570.0,0.015096987597644329,0.16497802734375,0.0,1.8399475812911987,2.2023277282714844,-0.00024259858764708042,0.0024492235388606787,0.24836434423923492,0.5134193897247314,0.5570944845676422,1196.0,306176.0,7744.087647060864,19595264.0 +384.26,26.1299991607666,2582.0,0.020109230652451515,0.1815592497587204,0.0,1.8778129816055298,2.2426464557647705,0.0013871821574866772,0.002443566219881177,0.3071350157260895,0.5235013961791992,0.6011196672916412,1197.0,306432.0,7750.432990718866,19611648.0 +382.65,25.8799991607666,2550.0,0.01624368689954281,0.16802978515625,0.0,1.8670605421066284,2.229194164276123,-0.0013113563181832433,0.00243827304802835,0.30006828904151917,0.5214930176734924,0.5654603540897369,1198.0,306688.0,7756.857246519998,19628032.0 +379.66,25.200000762939453,2531.0,0.022768015041947365,0.2126871794462204,0.0,1.882407546043396,2.2157154083251953,0.0027044331654906273,0.0024396211374551058,0.31076857447624207,0.5266655087471008,0.5657927989959717,1199.0,306944.0,7763.329787806841,19644416.0 +375.98,24.139999389648438,2555.0,0.01326816063374281,0.14404296875,0.0,1.8863673210144043,2.24642014503479,-0.003849778324365616,0.00244208425283432,0.4325728416442871,0.5238207578659058,0.5695974826812744,1200.0,307200.0,7769.742868267,19660800.0 +378.66,24.920000076293945,2538.0,0.019006839022040367,0.19244384765625,0.0,1.8099395036697388,2.2372798919677734,-0.0023904370609670877,0.0024355959612876177,0.25888749957084656,0.5361828804016113,0.6168663203716278,1201.0,307456.0,7776.1969971319195,19677184.0 +384.3,25.229999542236328,2489.0,0.010090131312608719,0.1172892227768898,0.0,1.8584579229354858,2.249406099319458,-0.003942002076655626,0.00245561427436769,0.3469296991825104,0.5325199961662292,0.6451762914657593,1202.0,307712.0,7782.779056828003,19693568.0 +389.43,26.1200008392334,2518.0,0.016178486868739128,0.14239501953125,0.0,1.7967891693115234,2.2163608074188232,-0.0035265162587165833,0.0024343349505215883,0.21647948026657104,0.5460502505302429,0.7141808271408081,1203.0,307968.0,7789.284659564029,19709952.0 +367.07,24.90999984741211,2607.0,0.01265723630785942,0.1431884765625,0.0,1.9207929372787476,2.230926990509033,-0.0020371584687381983,0.0024524179752916098,0.48719027638435364,0.5239507555961609,0.6122023463249207,1204.0,308224.0,7795.568653438939,19726336.0 +361.91,24.3799991607666,2522.0,0.009009839966893196,0.1038004532456398,0.0,1.8111834526062012,2.2339985370635986,-0.004678402561694384,0.002446782775223255,0.2714271545410156,0.5277397632598877,0.6811825931072235,1205.0,308480.0,7802.065443740925,19742720.0 +361.96,24.350000381469727,2591.0,0.0069513279013335705,0.071533203125,0.0,1.8074098825454712,2.234259843826294,-0.003917479421943426,0.0024418013636022806,0.26684680581092834,0.5279243588447571,0.6645865738391876,1206.0,308736.0,7808.3880324410275,19759104.0 +390.93,26.270000457763672,2586.0,0.010807747952640057,0.11962890625,0.0,1.8258193731307983,2.209437131881714,-0.0049005844630301,0.0024433734361082315,0.294420450925827,0.5326488614082336,0.6764066219329834,1207.0,308992.0,7814.7234986939,19775488.0 +387.08,25.280000686645508,2584.0,0.018173513934016228,0.1684163361787796,0.0,1.8433833122253418,2.202049732208252,-0.00142904173117131,0.002453029388561845,0.29262784123420715,0.5431614518165588,0.6742696762084961,1208.0,309248.0,7821.063182204962,19791872.0 +392.25,26.40999984741211,2559.0,0.01808846741914749,0.1760050505399704,0.0,1.791012167930603,2.214216470718384,0.001656100619584322,0.0024575721472501755,0.20167511701583862,0.5307502746582031,0.6827906966209412,1209.0,309504.0,7827.464897355065,19808256.0 +402.48,27.309999465942383,2501.0,0.017435727640986443,0.1786295622587204,0.0,1.7867050170898438,2.205331563949585,0.0016064379597082734,0.0024539418518543243,0.19684623181819916,0.5305787920951843,0.6541623175144196,1210.0,309760.0,7834.01693059504,19824640.0 +401.25,27.270000457763672,2493.0,0.01675241068005562,0.1631673127412796,0.0,1.848716139793396,2.1943485736846924,-0.00019548235286492854,0.002460333053022623,0.30671724677085876,0.5364010334014893,0.6699959933757782,1211.0,310016.0,7840.589050336042,19841024.0 +393.64,26.5,2571.0,0.015166903845965862,0.12744140625,0.0,1.8147107362747192,2.2135727405548096,-0.0007622812408953905,0.002442416734993458,0.2803601920604706,0.5247182250022888,0.6159059703350067,1212.0,310272.0,7846.961059247842,19857408.0 +395.64,26.34000015258789,2622.0,0.01404634490609169,0.1599528044462204,0.0,1.7934695482254028,2.2124106884002686,-0.002045765519142151,0.0024512188974767923,0.2373296171426773,0.5219070911407471,0.5942698121070862,1213.0,310528.0,7853.209392678924,19873792.0 +404.66,27.34000015258789,2547.0,0.012658488005399704,0.1398518830537796,0.0,1.745028018951416,2.21515154838562,-0.0016176615608856082,0.0024342399556189775,0.12901312112808228,0.5358643531799316,0.7762476354837418,1214.0,310784.0,7859.641701129964,19890176.0 +406.54,27.700000762939453,2584.0,0.018446875736117363,0.1775919646024704,0.0,1.762959361076355,2.1918647289276123,0.0020325842779129744,0.0024429222103208303,0.17124539613723755,0.524253785610199,0.7556741237640381,1215.0,311040.0,7865.982719895896,19906560.0 +402.31,26.639999389648438,2589.0,0.014849454164505005,0.1642049103975296,0.0,1.79240083694458,2.19522762298584,-0.0025956479366868734,0.002446648431941867,0.21477270126342773,0.5350831151008606,0.6913736462593079,1216.0,311296.0,7872.310144098941,19922944.0 +394.32,25.600000381469727,2533.0,0.012225196696817875,0.1368204802274704,0.0,1.799034595489502,2.213994264602661,-0.0036524913739413023,0.0024522480089217424,0.2715972363948822,0.5111624598503113,0.6682048439979553,1217.0,311552.0,7878.777748801978,19939328.0 +391.02,25.31999969482422,2544.0,0.01127744372934103,0.1226399764418602,0.0,1.7826210260391235,2.2157561779022217,-0.001972285332158208,0.002441989490762353,0.21866928040981293,0.5249190926551819,0.6902851164340973,1218.0,311808.0,7885.21681451099,19955712.0 +392.67,25.93000030517578,2571.0,0.016697391867637634,0.1704508513212204,0.0,1.7924607992172241,2.2338979244232178,-0.0017288340022787452,0.0024386991281062365,0.22754926979541779,0.5320543646812439,0.6739125549793243,1219.0,312064.0,7891.589837508043,19972096.0 +396.31,26.479999542236328,2578.0,0.01647297851741314,0.1595865935087204,0.0,1.8100162744522095,2.268953561782837,0.001667748554609716,0.0024361421819776297,0.261851966381073,0.5306155681610107,0.658743679523468,1220.0,312320.0,7897.947605456924,19988480.0 +391.57,26.639999389648438,2591.0,0.020352115854620934,0.20404052734375,0.0,1.7909765243530273,2.245964527130127,0.002391876420006156,0.0024457680992782116,0.2079714685678482,0.5329474806785583,0.6624177098274231,1221.0,312576.0,7904.269854218001,20004864.0 +403.77,27.649999618530273,2592.0,0.011655006557703018,0.1248779296875,0.0,1.7353639602661133,2.220346689224243,-0.00167244637850672,0.002444653306156397,0.12147024273872375,0.5247067809104919,0.7459793090820312,1222.0,312832.0,7910.590030953987,20021248.0 +412.95,29.1200008392334,2583.0,0.02101726084947586,0.2221476286649704,0.0,1.7625643014907837,2.2293694019317627,0.0008108971524052322,0.002433846239000559,0.16178345680236816,0.5348939895629883,0.6683880388736725,1223.0,313088.0,7916.933171337005,20037632.0 +412.57,29.610000610351562,2546.0,0.019882602617144585,0.1936848908662796,0.0,1.7482824325561523,2.244422197341919,0.0011324422666803002,0.0024389277677983046,0.12035495787858963,0.53879314661026,0.7615332901477814,1224.0,313344.0,7923.367664639838,20054016.0 +399.22,27.75,2523.0,0.024143114686012268,0.2414754182100296,0.0,1.7905443906784058,2.2295453548431396,0.004908326081931591,0.00244277180172503,0.21805845201015472,0.5260559916496277,0.632949560880661,1225.0,313600.0,7929.8621083849575,20070400.0 +398.44,27.440000534057617,2499.0,0.018406927585601807,0.1663004606962204,0.0,1.7634676694869995,2.1916916370391846,-0.001413525897078216,0.002437568735331297,0.15874922275543213,0.5374223589897156,0.721665620803833,1226.0,313856.0,7936.418300974881,20086784.0 +404.5,28.110000610351562,2490.0,0.01709413342177868,0.1789957731962204,0.0,1.7317776679992676,2.2353246212005615,0.0007478079642169178,0.0024378944654017687,0.10972268134355545,0.528103768825531,0.7516549825668335,1227.0,314112.0,7942.9979593148455,20103168.0 +411.55,29.3700008392334,2532.0,0.019043980166316032,0.20635986328125,0.0,1.7562031745910645,2.2376067638397217,-0.0003723147965501994,0.002438168739899993,0.13240109384059906,0.5426025986671448,0.7504976391792297,1228.0,314368.0,7949.467501112958,20119552.0 +400.56,27.549999237060547,2516.0,0.011035638861358166,0.1276041716337204,0.0,1.8254426717758179,2.2334725856781006,-0.003920529503375292,0.0024367484729737043,0.30444562435150146,0.5296568870544434,0.6377133429050446,1229.0,314624.0,7955.979267260991,20135936.0 +393.74,26.56999969482422,2608.0,0.013703834265470505,0.1549479216337204,0.0,1.7874518632888794,2.2510926723480225,-0.0025551558937877417,0.0024393859785050154,0.22759771347045898,0.5275609493255615,0.6133183538913727,1230.0,314880.0,7962.260925563984,20152320.0 +394.92,27.700000762939453,2553.0,0.017509223893284798,0.1608683317899704,0.0,1.7764935493469238,2.251556158065796,-0.001378698623739183,0.0024392546620219946,0.17605377733707428,0.5416576862335205,0.6508266627788544,1231.0,315136.0,7968.67698529386,20168704.0 +402.5,28.81999969482422,2518.0,0.010416234843432903,0.1161295548081398,0.0,1.7467408180236816,2.274305820465088,-0.003354005515575409,0.0024370928294956684,0.14057020843029022,0.5326507091522217,0.7489250302314758,1232.0,315392.0,7975.1832670879085,20185088.0 +403.4,28.489999771118164,2523.0,0.01750289835035801,0.1817626953125,0.0,1.8031259775161743,2.260516881942749,-0.0003785771841648966,0.002444988815113902,0.21462130546569824,0.5454135537147522,0.6595076620578766,1233.0,315648.0,7981.677153893979,20201472.0 +407.13,27.889999389648438,2535.0,0.01373298466205597,0.1669718474149704,0.0,1.7554315328598022,2.2786266803741455,-0.001284684636630118,0.002442449564114213,0.13067619502544403,0.5419157147407532,0.7638916522264481,1234.0,315904.0,7988.139607673045,20217856.0 +403.77,28.010000228881836,2514.0,0.012274987064301968,0.14288330078125,0.0,1.7714885473251343,2.282667636871338,-0.0001766366622177884,0.0024472028017044067,0.14477884769439697,0.5477036833763123,0.7279130220413208,1235.0,316160.0,7994.6561790460255,20234240.0 +407.49,28.75,2481.0,0.016499340534210205,0.1736043244600296,0.0,1.7739691734313965,2.2650091648101807,-0.0026066771242767572,0.0024413594510406256,0.1697428971529007,0.5426561236381531,0.6581979095935822,1236.0,316416.0,8001.260192743968,20250624.0 +407.78,28.510000228881836,2528.0,0.015543741174042225,0.1678263396024704,0.0,1.7765566110610962,2.2582640647888184,-0.0019105208339169621,0.0024425608571618795,0.1716097593307495,0.5429713129997253,0.7202513515949249,1237.0,316672.0,8007.741633266909,20267008.0 +407.08,27.399999618530273,2519.0,0.010163608007133007,0.12255859375,0.0,1.7674299478530884,2.2762465476989746,-0.0053019095212221146,0.0024413291830569506,0.18169479072093964,0.5326863527297974,0.7172113955020905,1238.0,316928.0,8014.246387860039,20283392.0 +402.0,27.049999237060547,2568.0,0.017435451969504356,0.1678873747587204,0.0,1.8175686597824097,2.278160333633423,-0.0004590806784108281,0.002459699520841241,0.2339429408311844,0.5432407259941101,0.6629718244075775,1239.0,317184.0,8020.629555711988,20299776.0 +401.07,26.90999984741211,2560.0,0.01771196350455284,0.1692097932100296,0.0,1.7717809677124023,2.2464911937713623,-0.001067203120328486,0.0024624676443636417,0.15582366287708282,0.5352359414100647,0.7486216425895691,1240.0,317440.0,8027.028970423853,20316160.0 +404.73,27.290000915527344,2609.0,0.012435480020940304,0.1407470703125,0.0,1.7771564722061157,2.2788760662078857,-0.003423738293349743,0.0024570163805037737,0.17694707214832306,0.5353838801383972,0.7768604457378387,1241.0,317696.0,8033.307587482035,20332544.0 +400.01,26.989999771118164,2604.0,0.018936507403850555,0.1749470978975296,0.0,1.8134489059448242,2.2730367183685303,0.0026339872274547815,0.0024710872676223516,0.22380834817886353,0.5352872014045715,0.7261928915977478,1242.0,317952.0,8039.599847426871,20348928.0 +401.13,26.479999542236328,2593.0,0.017811814323067665,0.15057373046875,0.0,1.778924584388733,2.250563859939575,-0.003051348961889744,0.0024712008889764547,0.15786217153072357,0.5392513275146484,0.7642775028944016,1243.0,318208.0,8045.918817340862,20365312.0 +408.42,27.549999237060547,2605.0,0.011213425546884537,0.1246541365981102,0.0,1.776788353919983,2.250600814819336,-0.0035060264635831118,0.0024685661774128675,0.17329762876033783,0.5309016108512878,0.7379759848117828,1244.0,318464.0,8052.207111765863,20381696.0 +405.77,27.969999313354492,2604.0,0.016851291060447693,0.16064453125,0.0,1.7787928581237793,2.225252151489258,-0.002248541684821248,0.0024690653663128614,0.16699086129665375,0.5344029664993286,0.7249603569507599,1245.0,318720.0,8058.499087530887,20398080.0 +407.66,27.920000076293945,2571.0,0.011557772755622864,0.1280720978975296,0.0,1.7643736600875854,2.222130537033081,-0.0019532653968781233,0.002447467064484954,0.13294480741024017,0.5475444197654724,0.7439238131046295,1246.0,318976.0,8064.870469040936,20414464.0 +414.6,27.940000534057617,2563.0,0.014803256839513779,0.1654256135225296,0.0,1.7643532752990723,2.2528700828552246,-0.003439752385020256,0.002445830265060067,0.15218700468540192,0.5402911305427551,0.7383322715759277,1247.0,319232.0,8071.263633063994,20430848.0 +416.19,28.690000534057617,2677.0,0.013857013545930386,0.14141845703125,0.0,1.7490687370300293,2.2373404502868652,-0.0014013719046488404,0.002454721136018634,0.09762988239526749,0.5459259152412415,0.8131165951490402,1248.0,319488.0,8077.384602671955,20447232.0 +410.77,28.770000457763672,2582.0,0.017127133905887604,0.1689453125,0.0,1.8177722692489624,2.2318522930145264,-0.0003112840640824288,0.0024518056306988,0.22333955764770508,0.5522218346595764,0.6715986728668213,1249.0,319744.0,8083.729044826934,20463616.0 +405.79,27.739999771118164,2575.0,0.01699156127870083,0.1571044921875,0.0,1.8282400369644165,2.2206904888153076,-0.0006028263596817851,0.002465386176481843,0.1556379646062851,0.5405378341674805,0.7166245579719543,1250.0,320000.0,8090.096082567936,20480000.0 +404.96,26.959999084472656,2588.0,0.01930457539856434,0.1725056916475296,0.0,1.871764063835144,2.231492757797241,0.0012752037728205323,0.0024659771006554365,0.2139722853899002,0.5528290867805481,0.711965411901474,1251.0,320256.0,8096.426497194916,20496384.0 +400.56,25.850000381469727,2524.0,0.01352700311690569,0.1497395783662796,0.0,1.878665804862976,2.2248036861419678,-0.002422011224552989,0.0024655023589730263,0.2452636957168579,0.5479530692100525,0.615821361541748,1252.0,320512.0,8102.917305917013,20512768.0 +398.98,26.610000610351562,2507.0,0.01719505526125431,0.1817423552274704,0.0,1.8197580575942993,2.2206709384918213,-0.0011552051873877645,0.0024646620731800795,0.14411212503910065,0.5387328267097473,0.7230143249034882,1253.0,320768.0,8109.451809791848,20529152.0 +408.33,27.469999313354492,2501.0,0.01286932174116373,0.1357625275850296,0.0,1.8416868448257446,2.233876943588257,-0.0031400900334119797,0.0024923833552747965,0.15338771045207977,0.5442802906036377,0.7039985060691833,1254.0,321024.0,8116.00196831394,20545536.0 +404.41,27.459999084472656,2464.0,0.017116576433181763,0.1736043244600296,0.0,1.8447118997573853,2.2316677570343018,-0.0006864015595056117,0.002501520561054349,0.17872045934200287,0.5275947451591492,0.6777935922145844,1255.0,321280.0,8122.65159697202,20561920.0 +406.41,26.969999313354492,2523.0,0.017866723239421844,0.1794026643037796,0.0,1.852365493774414,2.219515562057495,-0.00043606781400740147,0.002493499778211117,0.17466239631175995,0.5409161448478699,0.6740235686302185,1256.0,321536.0,8129.144637100864,20578304.0 +408.04,27.040000915527344,2516.0,0.01434924453496933,0.1523234099149704,0.0,1.8457492589950562,2.232866048812866,-0.0030520649161189795,0.0024819751270115376,0.18582528829574585,0.5372298955917358,0.6539607048034668,1257.0,321792.0,8135.655756521039,20594688.0 +402.53,26.1200008392334,2602.0,0.014482458122074604,0.1487223356962204,0.0,1.8818048238754272,2.2117161750793457,-0.0032181760761886835,0.0024936378467828035,0.24488429725170135,0.5378788113594055,0.6718917787075043,1258.0,322048.0,8141.95181917795,20611072.0 +409.57,26.979999542236328,2500.0,0.01836087740957737,0.16668701171875,0.0,1.8311759233474731,2.2001185417175293,0.0005576028488576412,0.002467008773237467,0.1617049276828766,0.538262665271759,0.7483673095703125,1259.0,322304.0,8148.504409404937,20627456.0 +403.56,27.40999984741211,2522.0,0.01269197091460228,0.14666748046875,0.0,1.8214880228042603,2.246443748474121,-0.003014414804056287,0.0024751080200076103,0.1548096090555191,0.5320079326629639,0.7150280475616455,1260.0,322560.0,8155.000893583987,20643840.0 +401.3,27.950000762939453,2598.0,0.019081754609942436,0.1739095002412796,0.0,1.9120984077453613,2.256641149520874,-0.00047921869554556906,0.0024772000033408403,0.3010440468788147,0.5460218787193298,0.6192280352115631,1261.0,322816.0,8161.308018884854,20660224.0 +409.46,28.56999969482422,2516.0,0.014033789746463299,0.15240478515625,0.0,1.8080211877822876,2.2569005489349365,-0.00350382667966187,0.0024809918832033873,0.12489524483680725,0.5311505794525146,0.7216378152370453,1262.0,323072.0,8167.820456439862,20676608.0 +409.6,27.600000381469727,2500.0,0.012658446095883846,0.1397908478975296,0.0,1.8385671377182007,2.265526533126831,-0.002659982070326805,0.0024844964500516653,0.15959598124027252,0.5418365001678467,0.7075068354606628,1263.0,323328.0,8174.374422489898,20692992.0 +408.37,27.520000457763672,2516.0,0.012454704381525517,0.1551717072725296,0.0,1.8979161977767944,2.258014678955078,-0.00182823755312711,0.0024925810284912586,0.2755398750305176,0.5382645130157471,0.5548653304576874,1264.0,323584.0,8180.884977770038,20709376.0 +395.81,26.18000030517578,2465.0,0.011778458952903748,0.1158854141831398,0.0,1.9014779329299927,2.2646892070770264,-0.0028495180886238813,0.0024795718491077423,0.30437329411506653,0.5350016355514526,0.5460281372070312,1265.0,323840.0,8187.530886030989,20725760.0 +393.0,25.299999237060547,2546.0,0.020713504403829575,0.1616007536649704,0.0,1.88132905960083,2.239428758621216,0.0005008308799006045,0.0024737471248954535,0.2460974007844925,0.5433003902435303,0.6120668053627014,1266.0,324096.0,8193.965305858059,20742144.0 +398.69,26.010000228881836,2520.0,0.020342044532299042,0.1745402067899704,0.0,1.8931435346603394,2.2411415576934814,-0.0009829833870753646,0.0024838056415319443,0.27426043152809143,0.537505030632019,0.6154989302158356,1267.0,324352.0,8200.467473269906,20758528.0 +399.97,27.079999923706055,2584.0,0.015525507740676403,0.1685791015625,0.0,1.8435317277908325,2.2420170307159424,-0.0022128692362457514,0.002490108134225011,0.16570226848125458,0.5402600169181824,0.6935743987560272,1268.0,324608.0,8206.80838543293,20774912.0 +404.82,27.860000610351562,2497.0,0.01871671713888645,0.1589152067899704,0.0,1.822100281715393,2.227421522140503,-0.0017578426050022244,0.002459659706801176,0.14679159224033356,0.5429068207740784,0.7066144347190857,1269.0,324864.0,8213.369674568996,20791296.0 +408.36,27.969999313354492,2549.0,0.0182089414447546,0.1836751252412796,0.0,1.8193492889404297,2.2095224857330322,-0.00034693084307946265,0.002458129310980439,0.14698390662670135,0.5392350554466248,0.6943903565406799,1270.0,325120.0,8219.79800949106,20807680.0 +413.16,28.18000030517578,2542.0,0.015775388106703758,0.1542765349149704,0.0,1.8032699823379517,2.2109296321868896,8.700920261617284e-06,0.0024560331366956234,0.12168210744857788,0.5365130305290222,0.7767336964607239,1271.0,325376.0,8226.242457802873,20824064.0 +417.03,28.709999084472656,2511.0,0.01268337294459343,0.1324055939912796,0.0,1.789646029472351,2.202111005783081,-0.003279897617176175,0.0024463047739118338,0.11467397958040237,0.5344576239585876,0.712911069393158,1272.0,325632.0,8232.76596590085,20840448.0 +416.33,28.450000762939453,2507.0,0.01465599611401558,0.1388142853975296,0.0,1.8295854330062866,2.2194080352783203,-0.0016818945296108723,0.002469806233420968,0.1345401406288147,0.5512884259223938,0.7149688005447388,1273.0,325888.0,8239.299898325931,20856832.0 +409.17,27.940000534057617,2517.0,0.016361994668841362,0.1630045622587204,0.0,1.8336896896362305,2.200289249420166,-0.0012442594161257148,0.0024545565247535706,0.17581240832805634,0.5417524576187134,0.6990674138069153,1274.0,326144.0,8245.80781716993,20873216.0 +402.34,26.729999542236328,2531.0,0.02249220944941044,0.1809285432100296,0.0,1.8233617544174194,2.1929094791412354,-0.0003554767754394561,0.0024452577345073223,0.1582130789756775,0.5439108610153198,0.6987363398075104,1275.0,326400.0,8252.279851939064,20889600.0 +406.27,27.329999923706055,2486.0,0.015341966412961483,0.1558837890625,0.0,1.8080500364303589,2.1736629009246826,-0.0037013711407780647,0.0024583942722529173,0.13098149001598358,0.5388001203536987,0.7412402927875519,1276.0,326656.0,8258.86918907892,20905984.0 +405.45,26.84000015258789,2495.0,0.017987707629799843,0.1764322966337204,0.0,1.853070616722107,2.1840097904205322,-0.0010747823398560286,0.0024449776392430067,0.21419666707515717,0.5463981628417969,0.6882251799106598,1277.0,326912.0,8265.434677007841,20922368.0 +400.78,26.639999389648438,2506.0,0.01534417923539877,0.1639404296875,0.0,1.8228408098220825,2.1835365295410156,-0.0038558347150683403,0.0024483238812536,0.18716679513454437,0.5307869911193848,0.6879137456417084,1278.0,327168.0,8271.972393149044,20938752.0 +406.33,27.489999771118164,2527.0,0.01615939848124981,0.1729329377412796,0.0,1.8414994478225708,2.191565752029419,-0.00017453586042393,0.0024399326648563147,0.19257968664169312,0.5473336577415466,0.7338138520717621,1279.0,327424.0,8278.454457703978,20955136.0 +401.36,26.559999465942383,2477.0,0.01330754067748785,0.14337158203125,0.0,1.8630832433700562,2.2180991172790527,-0.0024312243331223726,0.002459555631503463,0.224138081073761,0.5458484292030334,0.6298272907733917,1280.0,327680.0,8285.069889870007,20971520.0 +401.46,26.549999237060547,2598.0,0.014522586949169636,0.15740966796875,0.0,1.827093243598938,2.247850179672241,-0.0012899684952571988,0.0024601502809673548,0.1571805626153946,0.5421962141990662,0.7175106704235077,1281.0,327936.0,8291.37649239786,20987904.0 +407.22,27.649999618530273,2655.0,0.017520807683467865,0.1801961213350296,0.0,1.849676489830017,2.2389602661132812,-0.002422969788312912,0.0024669826962053776,0.18316222727298737,0.5494163632392883,0.6623544096946716,1282.0,328192.0,8297.547731617,21004288.0 +397.7,26.579999923706055,2570.0,0.019100140780210495,0.1924641877412796,0.0,1.9175077676773071,2.2558488845825195,8.887183503247797e-05,0.002445272170007229,0.3404864966869354,0.5470980405807495,0.5039345920085907,1283.0,328448.0,8303.923812346999,21020672.0 +392.53,26.030000686645508,2586.0,0.017207439988851547,0.149169921875,0.0,1.8751832246780396,2.2594363689422607,-0.00010465175000717863,0.0024760933592915535,0.26562264561653137,0.5270242691040039,0.603866696357727,1284.0,328704.0,8310.258075513877,21037056.0 +388.8,25.989999771118164,2534.0,0.022741861641407013,0.19921875,0.0,1.8465927839279175,2.2762458324432373,0.003981390036642551,0.002446560887619853,0.1743130087852478,0.5549370050430298,0.6752211451530457,1285.0,328960.0,8316.722822383046,21053440.0 +370.4,23.989999771118164,2538.0,0.013083450496196747,0.1459147185087204,0.0,1.9874358177185059,2.235832929611206,-0.00325399381108582,0.0024699519854038954,0.48734042048454285,0.534402072429657,0.5396594405174255,1286.0,329216.0,8323.179086202988,21069824.0 +367.33,22.510000228881836,2565.0,0.011955863796174526,0.1334431916475296,0.0,1.8531516790390015,2.2625510692596436,-0.004746223334223032,0.002450543688610196,0.2172299027442932,0.5466364026069641,0.6376018524169922,1287.0,329472.0,8329.565316817025,21086208.0 +386.98,24.979999542236328,2595.0,0.022200191393494606,0.1679280549287796,0.0,1.8328555822372437,2.26216721534729,-0.00031662898254580796,0.002465594094246626,0.16439904272556305,0.5407970547676086,0.6543476283550262,1288.0,329728.0,8335.877915943041,21102592.0 +403.0,26.6299991607666,2615.0,0.01611669547855854,0.1707356721162796,0.0,1.864845871925354,2.267691135406494,-0.0015428647166118026,0.002464950317516923,0.20927774906158447,0.55195152759552,0.6053962111473083,1289.0,329984.0,8342.142343679909,21118976.0 +406.16,26.979999542236328,2576.0,0.01657363772392273,0.1561686247587204,0.0,1.8235167264938354,2.2617225646972656,0.0008594570099376142,0.002459591254591942,0.11979365348815918,0.5555818676948547,0.6700777411460876,1290.0,330240.0,8348.503132469952,21135360.0 +416.3,29.149999618530273,2599.0,0.011063124053180218,0.1244099959731102,0.0,1.780726432800293,2.2811176776885986,-0.00022265943698585033,0.0024470703210681677,0.05984969064593315,0.5502999424934387,0.7829815447330475,1291.0,330496.0,8354.806191900047,21151744.0 +410.3,28.34000015258789,2618.0,0.015643363818526268,0.1506754606962204,0.0,1.8768943548202515,2.2780938148498535,-0.004532177001237869,0.0024505823384970427,0.2644377648830414,0.546697199344635,0.5557268857955933,1292.0,330752.0,8361.063939742045,21168128.0 +395.12,26.020000457763672,2569.0,0.013963725417852402,0.1613362580537796,0.0,1.8841242790222168,2.28136944770813,-0.0014000301016494632,0.0024421114940196276,0.25852057337760925,0.5580217242240906,0.5627790093421936,1293.0,331008.0,8367.441803917987,21184512.0 +392.97,26.469999313354492,2519.0,0.012256871908903122,0.1247965469956398,0.0,1.8061456680297852,2.2743918895721436,-0.003095202147960663,0.002450820291414857,0.12143916636705399,0.5458551645278931,0.7556636184453964,1294.0,331264.0,8373.94667566591,21200896.0 +397.45,27.459999084472656,2607.0,0.016594240441918373,0.1772867888212204,0.0,1.8301295042037964,2.2451043128967285,-0.00039845038554631174,0.0024385862052440643,0.14410725235939026,0.561631977558136,0.6986083090305328,1295.0,331520.0,8380.232491699979,21217280.0 +402.88,27.969999313354492,2593.0,0.013550582341849804,0.1510009765625,0.0,1.8192087411880493,2.235337734222412,-0.0016335773980244994,0.002452168148010969,0.11925198882818222,0.5574855804443359,0.7592747509479523,1296.0,331776.0,8386.550313364016,21233664.0 +410.3,28.110000610351562,2652.0,0.01934800110757351,0.1700236052274704,0.0,1.8430932760238647,2.2260220050811768,0.0014788490952923894,0.002457154681906104,0.16418825089931488,0.5532031655311584,0.6786858439445496,1297.0,332032.0,8392.728934200946,21250048.0 +396.92,26.90999984741211,2668.0,0.017685361206531525,0.17376708984375,0.0,1.9135738611221313,2.26633620262146,-0.0026385800447314978,0.0024443615693598986,0.3280920386314392,0.5526493787765503,0.5066442489624023,1298.0,332288.0,8398.869817242958,21266432.0 +389.98,25.889999389648438,2631.0,0.02195274643599987,0.2173054963350296,0.0,1.8641282320022583,2.2678840160369873,-0.00024865823797881603,0.002453783294185996,0.2329026460647583,0.5437126755714417,0.646062433719635,1299.0,332544.0,8405.098084155936,21282816.0 +391.74,26.559999465942383,2473.0,0.01321263238787651,0.1424153596162796,0.0,1.8357774019241333,2.2652530670166016,-0.0011894586496055126,0.0024421822745352983,0.16335856914520264,0.5589092373847961,0.7119589745998383,1300.0,332800.0,8411.725521907909,21299200.0 +395.34,26.719999313354492,2488.0,0.011328264139592648,0.1277262419462204,0.0,1.8897086381912231,2.281949281692505,-0.002757902489975095,0.002440668409690261,0.32770445942878723,0.5331289172172546,0.5593405961990356,1301.0,333056.0,8418.309591982048,21315584.0 +395.39,26.780000686645508,2526.0,0.013407948426902294,0.137939453125,0.0,1.8266927003860474,2.272122621536255,-0.003174416720867157,0.0024395452346652746,0.19948643445968628,0.5351036190986633,0.645163357257843,1302.0,333312.0,8424.795627210056,21331968.0 +396.41,26.3799991607666,2477.0,0.017294595018029213,0.1716105192899704,0.0,1.8420599699020386,2.2750003337860107,0.00144100037869066,0.0024428521282970905,0.185641348361969,0.5511736869812012,0.7368567883968353,1303.0,333568.0,8431.408942522947,21348352.0 +411.68,27.969999313354492,2589.0,0.011440879665315151,0.1133219376206398,0.0,1.797162652015686,2.2609660625457764,-0.0037869622465223074,0.002455604961141944,0.11254055052995682,0.5415344834327698,0.7921367883682251,1304.0,333824.0,8437.737608365016,21364736.0 +412.86,27.700000762939453,2575.0,0.012390927411615849,0.1311442106962204,0.0,1.8474429845809937,2.2566726207733154,-0.0027277646586298943,0.0024362849071621895,0.1950252801179886,0.5591396689414978,0.7125327289104462,1305.0,334080.0,8444.099860619986,21381120.0 +400.51,26.5,2549.0,0.016232628375291824,0.15887451171875,0.0,1.8688892126083374,2.2667548656463623,-0.001535360817797482,0.002444326877593994,0.26444438099861145,0.5407466888427734,0.5894748270511627,1306.0,334336.0,8450.528299418045,21397504.0 +397.75,26.790000915527344,2529.0,0.009869146160781384,0.1030680313706398,0.0,1.7949365377426147,2.267596960067749,-0.003801003098487854,0.002441573655232787,0.11474237591028214,0.5452996492385864,0.7398746609687805,1307.0,334592.0,8457.006569809979,21413888.0 +403.66,27.649999618530273,2552.0,0.014305687509477139,0.13543701171875,0.0,1.8534969091415405,2.2523210048675537,-0.0031186621636152267,0.002440451877191663,0.19513928890228271,0.5634073615074158,0.6786233186721802,1308.0,334848.0,8463.427210619906,21430272.0 +412.08,28.59000015258789,2613.0,0.013948713429272175,0.1494547575712204,0.0,1.8237794637680054,2.2653615474700928,-0.0021845472510904074,0.00244191475212574,0.1453614979982376,0.5570372343063354,0.7016684412956238,1309.0,335104.0,8469.696710019838,21446656.0 +408.26,27.459999084472656,2607.0,0.01431229431182146,0.14691162109375,0.0,1.845192313194275,2.2557244300842285,-0.0016314145177602768,0.0024617246817797422,0.18591664731502533,0.5476191639900208,0.6949121654033661,1310.0,335360.0,8475.981164600933,21463040.0 +405.95,26.780000686645508,2606.0,0.01745545119047165,0.1838785856962204,0.0,1.8369542360305786,2.2561585903167725,-0.0007335120462812483,0.00243967748247087,0.17134501039981842,0.5567943453788757,0.7019632756710052,1311.0,335616.0,8482.27078277897,21479424.0 +408.56,27.149999618530273,2527.0,0.017455341294407845,0.2032470703125,0.0,1.8054348230361938,2.2557625770568848,-0.0007001639460213482,0.002451844746246934,0.13681025803089142,0.536405086517334,0.7163668572902679,1312.0,335872.0,8488.753800205886,21495808.0 +396.88,26.459999084472656,2483.0,0.013162798248231411,0.1413777619600296,0.0,1.9201027154922485,2.26826810836792,-0.00348257296718657,0.0024481024593114853,0.33459317684173584,0.5569815039634705,0.591273844242096,1313.0,336128.0,8495.35112879891,21512192.0 +362.69,23.719999313354492,2510.0,0.0206668172031641,0.1746826171875,0.0,1.9884361028671265,2.263662099838257,0.0040189968422055244,0.002454445930197835,0.45737648010253906,0.5532031655311584,0.477352499961853,1314.0,336384.0,8501.877862907015,21528576.0 +359.85,23.709999084472656,2566.0,0.016082728281617165,0.1498209685087204,0.0,1.9081698656082153,2.2580244541168213,-0.0008995446842163801,0.0024577812291681767,0.3014485538005829,0.5540987253189087,0.5939884185791016,1315.0,336640.0,8508.26193094207,21544960.0 +374.31,25.25,2511.0,0.012752491049468517,0.1361083984375,0.0,1.8363699913024902,2.2791330814361572,-0.0018821487901732326,0.002467867685481906,0.17005540430545807,0.5441399216651917,0.6638277471065521,1316.0,336896.0,8514.78693846194,21561344.0 +393.98,26.34000015258789,2477.0,0.02112995646893978,0.2111409455537796,0.0,1.8525131940841675,2.2793357372283936,0.0005952711799181998,0.0024617190938442945,0.1641838699579239,0.5638368725776672,0.6423659324645996,1317.0,337152.0,8521.401147953002,21577728.0 +402.32,26.670000076293945,2604.0,0.018246633931994438,0.1931559294462204,0.0,1.8726353645324707,2.283447265625,-0.0017128386534750462,0.00246521201916039,0.2646231949329376,0.5343102812767029,0.5622965693473816,1318.0,337408.0,8527.69337475393,21594112.0 +396.49,26.290000915527344,2596.0,0.014455124735832214,0.14300537109375,0.0,1.8883000612258911,2.2761826515197754,-0.00029193548834882677,0.0024653703439980745,0.2527652978897095,0.5543542504310608,0.6508049368858337,1319.0,337664.0,8534.003378225025,21610496.0 +392.49,26.040000915527344,2583.0,0.025101833045482635,0.2447102814912796,0.0,1.888206124305725,2.2486345767974854,0.004997489973902702,0.0024633898865431547,0.231522336602211,0.5603129863739014,0.6075610518455505,1320.0,337920.0,8540.34671997698,21626880.0 +397.49,26.190000534057617,2577.0,0.012742704711854458,0.1288248747587204,0.0,1.8603339195251465,2.247514486312866,-0.002745286328718066,0.002476421883329749,0.1733505129814148,0.5627522468566895,0.6710189282894135,1321.0,338176.0,8546.702894560993,21643264.0 +396.61,26.940000534057617,2510.0,0.012487421743571758,0.1350911408662796,0.0,1.8804349899291992,2.256897449493408,-0.002109152963384986,0.002475014654919505,0.23051315546035767,0.5544229745864868,0.6814105808734894,1322.0,338432.0,8553.22946069995,21659648.0 +388.77,26.68000030517578,2516.0,0.014157842844724655,0.1310628205537796,0.0,1.9142018556594849,2.251789093017578,-0.002841753186658025,0.002452329033985734,0.2935948073863983,0.5686773657798767,0.6304526329040527,1323.0,338688.0,8559.742452610983,21676032.0 +397.14,26.81999969482422,2503.0,0.01571536436676979,0.1680704802274704,0.0,1.8155006170272827,2.258436918258667,-0.001761777326464653,0.002452562330290675,0.1270018070936203,0.5521230101585388,0.7822764813899994,1324.0,338944.0,8566.288675048854,21692416.0 +400.84,27.020000457763672,2510.0,0.015184766612946987,0.1633504182100296,0.0,1.8678420782089233,2.2639684677124023,-0.003268691711127758,0.002446406055241823,0.2272690385580063,0.5589757561683655,0.6389195322990417,1325.0,339200.0,8572.8169729379,21708800.0 +406.33,27.950000762939453,2492.0,0.011596987955272198,0.1289469450712204,0.0,1.8134099245071411,2.2562553882598877,-0.0038725584745407104,0.002446852857246995,0.13985155522823334,0.5485439896583557,0.7910102903842926,1326.0,339456.0,8579.392297151964,21725184.0 +405.75,28.760000228881836,2558.0,0.010717985220253468,0.1187337264418602,0.0,1.8160886764526367,2.2345497608184814,-0.004781779367476702,0.0024440723937004805,0.13854961097240448,0.5539605021476746,0.7179431915283203,1327.0,339712.0,8585.796617627842,21741568.0 +398.65,28.049999237060547,2586.0,0.011558599770069122,0.1373494416475296,0.0,1.865856647491455,2.251244068145752,-0.0025516541209071875,0.002452351152896881,0.24896575510501862,0.5423092246055603,0.6181827485561371,1328.0,339968.0,8592.133614200866,21757952.0 +395.8,26.829999923706055,2557.0,0.010668332688510418,0.126953125,0.0,1.8845782279968262,2.2583751678466797,-0.0037752557545900345,0.0024570769164711237,0.2619836628437042,0.5534693598747253,0.6085599958896637,1329.0,340224.0,8598.542460881872,21774336.0 +387.7,25.1200008392334,2556.0,0.01111771073192358,0.1120808944106102,0.0,1.9142470359802246,2.2508206367492676,-0.0019824651535600424,0.002443568082526326,0.3523300588130951,0.5428309440612793,0.5471155047416687,1330.0,340480.0,8604.952977244044,21790720.0 +378.47,24.389999389648438,2552.0,0.013269580900669098,0.1349080353975296,0.0,1.8960800170898438,2.2626850605010986,-0.0030951902735978365,0.0024509544018656015,0.30063584446907043,0.5480596423149109,0.5961134135723114,1331.0,340736.0,8611.373490881873,21807104.0 +394.04,26.979999542236328,2575.0,0.014086172915995121,0.1540730744600296,0.0,1.8374441862106323,2.2559685707092285,-0.004428801592439413,0.0024655505549162626,0.17659400403499603,0.5454180836677551,0.6977516114711761,1332.0,340992.0,8617.736656852067,21823488.0 +396.16,27.709999084472656,2467.0,0.01655053347349167,0.1554158478975296,0.0,1.875661849975586,2.2583770751953125,-0.0021420270204544067,0.0024541097227483988,0.2569821774959564,0.5468947291374207,0.6768180727958679,1333.0,341248.0,8624.376564445905,21839872.0 +392.98,27.780000686645508,2518.0,0.017076699063181877,0.1737060546875,0.0,1.8177224397659302,2.250108003616333,-8.95936755114235e-05,0.0024570883251726627,0.14052748680114746,0.543556272983551,0.7428716719150543,1334.0,341504.0,8630.882424443029,21856256.0 +399.69,27.690000534057617,2598.0,0.014512952417135239,0.1572672575712204,0.0,1.7911683320999146,2.239809036254883,-0.001903739757835865,0.0024366083089262247,0.09938711673021317,0.5495187640190125,0.8224029839038849,1335.0,341760.0,8637.187794985017,21872640.0 +407.3,28.200000762939453,2610.0,0.014567974023520947,0.154541015625,0.0,1.8613070249557495,2.274681329727173,-0.0031340636778622866,0.0024543183390051126,0.22865422070026398,0.5477558970451355,0.651786208152771,1336.0,342016.0,8643.46532989596,21889024.0 +404.33,27.760000228881836,2560.0,0.01570589281618595,0.14508056640625,0.0,1.8552793264389038,2.2808799743652344,-0.0015801162226125598,0.0024607982486486435,0.19206923246383667,0.5553012490272522,0.7045036256313324,1337.0,342272.0,8649.866720256861,21905408.0 +405.72,27.950000762939453,2620.0,0.020226946100592613,0.2010904997587204,0.0,1.7978276014328003,2.250643014907837,0.001440662075765431,0.002456774702295661,0.0881875529885292,0.5484685301780701,0.7680919319391251,1338.0,342528.0,8656.12012044387,21921792.0 +409.82,28.670000076293945,2578.0,0.016222599893808365,0.1656087189912796,0.0,1.8184247016906738,2.2517175674438477,-0.0027052033692598343,0.0024499869905412197,0.15197068452835083,0.5447165369987488,0.711247056722641,1339.0,342784.0,8662.474881325848,21938176.0 +388.73,27.309999465942383,2572.0,0.0149873411282897,0.155517578125,0.0,1.937780737876892,2.2662110328674316,-0.0002663572959136218,0.002468059305101633,0.35158899426460266,0.55295330286026,0.5461219251155853,1340.0,343040.0,8668.845805254998,21954560.0 +392.54,27.1299991607666,2621.0,0.014964873902499676,0.1451619416475296,0.0,1.8078045845031738,2.266813039779663,-0.0025091515854001045,0.002454471541568637,0.12367825955152512,0.5459592938423157,0.7696546763181686,1341.0,343296.0,8675.099699591054,21970944.0 +402.72,28.299999237060547,2528.0,0.012257200665771961,0.1330363005399704,0.0,1.8092799186706543,2.265899181365967,-0.005003660451620817,0.002464484889060259,0.11918065696954727,0.5471691489219666,0.7821272015571594,1342.0,343552.0,8681.579444841016,21987328.0 +401.9,28.450000762939453,2541.0,0.014474563300609589,0.1612345427274704,0.0,1.8505710363388062,2.2368319034576416,-0.004052056465297937,0.0024458859115839005,0.19477491080760956,0.5587232708930969,0.6922512352466583,1343.0,343808.0,8688.02667194698,22003712.0 +396.19,27.860000610351562,2486.0,0.0141124427318573,0.1499430388212204,0.0,1.8972415924072266,2.2591238021850586,-0.001654244028031826,0.0024644562508910894,0.285736083984375,0.5484520196914673,0.6770019233226776,1344.0,344064.0,8694.616092541022,22020096.0 +393.84,27.559999465942383,2585.0,0.012334399856626987,0.1407267302274704,0.0,1.880071997642517,2.257978677749634,-0.002285934053361416,0.0024763632100075483,0.21306367218494415,0.5623082518577576,0.6853682696819305,1345.0,344320.0,8700.95353156887,22036480.0 +386.76,26.079999923706055,2575.0,0.014275535941123962,0.148681640625,0.0,1.9553488492965698,2.2622389793395996,-0.00031319589470513165,0.002484358148649335,0.3967195749282837,0.5398080348968506,0.59353306889534,1346.0,344576.0,8707.316801239038,22052864.0 +377.18,25.100000381469727,2585.0,0.024933427572250366,0.1624348908662796,0.0,1.9280166625976562,2.2290284633636475,-0.00010249790648231283,0.002457777736708522,0.3351612985134125,0.5560058355331421,0.5644943416118622,1347.0,344832.0,8713.653850628063,22069248.0 +391.25,27.18000030517578,2536.0,0.01776324212551117,0.1599934846162796,0.0,1.8233009576797485,2.2208821773529053,-0.0012309368466958404,0.00245032855309546,0.1482742875814438,0.549493134021759,0.7525434494018555,1348.0,345088.0,8720.113584407838,22085632.0 +401.14,28.690000534057617,2593.0,0.013946299441158772,0.13934326171875,0.0,1.8578509092330933,2.227074384689331,-0.0017418982461094856,0.0024578573647886515,0.2162839025259018,0.5468483567237854,0.6912431418895721,1349.0,345344.0,8726.430687611923,22102016.0 +410.55,28.860000610351562,2568.0,0.011370674706995487,0.1230265274643898,0.0,1.8616529703140259,2.236257791519165,-0.0031828368082642555,0.002453945344313979,0.19649849832057953,0.5619764924049377,0.6799591183662415,1350.0,345600.0,8732.811239778064,22118400.0 +395.48,26.6299991607666,2512.0,0.01729479245841503,0.1512451171875,0.0,1.9353278875350952,2.24007248878479,-0.0010777751449495554,0.0024616725277155638,0.37360236048698425,0.5411688685417175,0.6198694109916687,1351.0,345856.0,8739.33450942603,22134784.0 +378.89,24.219999313354492,2583.0,0.017451325431466103,0.152099609375,0.0,1.9611495733261108,2.2506158351898193,-0.0006776700611226261,0.0024841935373842716,0.39305350184440613,0.5457099080085754,0.5967583656311035,1352.0,346112.0,8745.677835726878,22151168.0 +379.33,25.309999465942383,2519.0,0.016795944422483444,0.1441853791475296,0.0,1.8729486465454102,2.234802484512329,-0.0007444792427122593,0.0024844419676810503,0.1974116563796997,0.5551144480705261,0.6185086071491241,1353.0,346368.0,8752.18310448504,22167552.0 +388.3,26.670000076293945,2577.0,0.013558071106672287,0.1281331330537796,0.0,1.9120019674301147,2.2430171966552734,-0.0016474114963784814,0.002461422700434923,0.31190943717956543,0.5494134426116943,0.5369070172309875,1354.0,346624.0,8758.539627281018,22183936.0 +392.31,26.729999542236328,2594.0,0.013942927122116089,0.138427734375,0.0,1.8795853853225708,2.250337600708008,-0.0028160521760582924,0.0024508091155439615,0.28126177191734314,0.5388695597648621,0.6092983186244965,1355.0,346880.0,8764.855075560976,22200320.0 +380.87,24.93000030517578,2591.0,0.013672051019966602,0.1424560546875,0.0,1.990183711051941,2.2145445346832275,-0.0005628021899610758,0.0024662285577505827,0.45650193095207214,0.5515267848968506,0.5917740762233734,1356.0,347136.0,8771.179290420841,22216704.0 +384.26,24.8700008392334,2597.0,0.010123106651008129,0.0992431640625,0.0,1.9168428182601929,2.222851514816284,-0.0002236519503640011,0.0024592357221990824,0.2972477376461029,0.5610533952713013,0.6261666417121887,1357.0,347392.0,8777.48750477191,22233088.0 +385.95,25.200000762939453,2597.0,0.014838382601737976,0.1609090119600296,0.0,1.8508378267288208,2.221022605895996,-0.002005957765504718,0.002450009807944298,0.1876676082611084,0.5562149882316589,0.6672000586986542,1358.0,347648.0,8783.796828758903,22249472.0 +404.89,27.540000915527344,2609.0,0.014209670014679432,0.13653564453125,0.0,1.8365230560302734,2.2199344635009766,-0.0010786318453028798,0.0024517348501831293,0.1609935462474823,0.5534369349479675,0.7143954634666443,1359.0,347904.0,8790.075495567871,22265856.0 +402.08,28.649999618530273,2613.0,0.014671332202851772,0.1406453400850296,0.0,1.842985987663269,2.2417662143707275,-0.0003521685430314392,0.002465059980750084,0.15356101095676422,0.5564454197883606,0.7327061295509338,1360.0,348160.0,8796.345127305016,22282240.0 +409.54,29.729999542236328,2570.0,0.014686111360788345,0.1613972932100296,0.0,1.7973953485488892,2.2374367713928223,-0.0017595626413822174,0.0024483301676809788,0.10261595994234085,0.54605633020401,0.7593595683574677,1361.0,348416.0,8802.71882972098,22298624.0 +405.4,28.3799991607666,2526.0,0.016087161377072334,0.1656697541475296,0.0,1.8368291854858398,2.2157633304595947,-0.0012913609389215708,0.002453381894156337,0.20542429387569427,0.5308752655982971,0.6636775732040405,1362.0,348672.0,8809.205624239985,22315008.0 +405.47,27.93000030517578,2541.0,0.018018366768956184,0.1936848908662796,0.0,1.8031035661697388,2.2326438426971436,0.0007858866010792553,0.0024451534263789654,0.11478967219591141,0.5446726679801941,0.7753827720880508,1363.0,348928.0,8815.652691101888,22331392.0 +402.51,28.040000915527344,2570.0,0.013889298774302006,0.14996337890625,0.0,1.813029408454895,2.238546371459961,-0.003059171373024583,0.0024394618812948465,0.15945331752300262,0.5390164852142334,0.7082010209560394,1364.0,349184.0,8822.027382455999,22347776.0 +402.14,28.799999237060547,2554.0,0.02230227179825306,0.2226155549287796,0.0,1.8327713012695312,2.2402210235595703,0.006008905824273825,0.0024534889962524176,0.17831790447235107,0.5332612991333008,0.6663883924484253,1365.0,349440.0,8828.441938757896,22364160.0 +403.2,28.729999542236328,2613.0,0.02706589549779892,0.2155354768037796,0.0,1.8346956968307495,2.224745988845825,0.0031698495149612427,0.0024410842452198267,0.17745840549468994,0.5445017218589783,0.7166718244552612,1366.0,349696.0,8834.712589531904,22380544.0 +405.06,28.780000686645508,2591.0,0.017028553411364555,0.1924845427274704,0.0,1.8410706520080566,2.231127977371216,-0.0012169646797701716,0.002439978765323758,0.20931901037693024,0.5399503111839294,0.6245619058609009,1367.0,349952.0,8841.036475077039,22396928.0 +402.17,28.610000610351562,2626.0,0.012299091555178165,0.1377156525850296,0.0,1.7814373970031738,2.258230209350586,-0.004582035820931196,0.0024556678254157305,0.08691488951444626,0.5373104214668274,0.7866430580615997,1368.0,350208.0,8847.274424698902,22413312.0 +404.79,28.559999465942383,2568.0,0.018371181562542915,0.1769002228975296,0.0,1.842394471168518,2.26074481010437,-0.0047995164059102535,0.002451463369652629,0.20259974896907806,0.5427696704864502,0.7039758265018463,1369.0,350464.0,8853.655500568915,22429696.0 +399.28,27.729999542236328,2602.0,0.01720125414431095,0.1833089143037796,0.0,1.8559166193008423,2.2462446689605713,-0.0006923568435013294,0.002458286937326193,0.2079288214445114,0.545963704586029,0.7005467712879181,1370.0,350720.0,8859.951120869024,22446080.0 +402.97,28.559999465942383,2507.0,0.009676632471382618,0.11016845703125,0.0,1.8122462034225464,2.213200330734253,-0.004056407604366541,0.0024564701598137617,0.13183946907520294,0.5442799925804138,0.745403915643692,1371.0,350976.0,8866.485366876004,22462464.0 +400.56,28.420000076293945,2567.0,0.01577656902372837,0.1680704802274704,0.0,1.8528186082839966,2.228602170944214,-0.0035059337969869375,0.002440978307276964,0.2237735539674759,0.546234667301178,0.6740979552268982,1372.0,351232.0,8872.869648996042,22478848.0 +406.53,27.889999389648438,2504.0,0.012607753276824951,0.13604736328125,0.0,1.8269914388656616,2.2085297107696533,-0.003850481240078807,0.002462169388309121,0.14492270350456238,0.5493810772895813,0.7527096569538116,1373.0,351488.0,8879.41324104392,22495232.0 +410.74,27.639999389648438,2482.0,0.016021236777305603,0.1405029296875,0.0,1.834692120552063,2.2274587154388428,-0.001962668029591441,0.0024558287113904953,0.1605604887008667,0.5507347583770752,0.730043888092041,1374.0,351744.0,8886.01316654589,22511616.0 +410.97,28.399999618530273,2505.0,0.011980864219367504,0.1347859650850296,0.0,1.840537667274475,2.2300021648406982,-0.0027569513767957687,0.0024660297203809023,0.1526850461959839,0.5562373995780945,0.7035544812679291,1375.0,352000.0,8892.555276054889,22528000.0 +407.9,28.6200008392334,2563.0,0.01357282791286707,0.1495361328125,0.0,1.845821738243103,2.2453315258026123,-0.0012646355899050832,0.0024439780972898006,0.18233799934387207,0.5563816428184509,0.6765301525592804,1376.0,352256.0,8898.947600299027,22544384.0 +389.62,26.959999084472656,2515.0,0.012959797866642475,0.14068603515625,0.0,1.8910096883773804,2.2447056770324707,-0.006321785971522331,0.0024628224782645702,0.26841840147972107,0.5541579127311707,0.585846334695816,1377.0,352512.0,8905.462390288943,22560768.0 +389.29,26.459999084472656,2584.0,0.017981071025133133,0.1567789763212204,0.0,1.859078288078308,2.235740900039673,0.0006107656517997384,0.0024568799417465925,0.20025813579559326,0.5522554516792297,0.6298394501209259,1378.0,352768.0,8911.80220133299,22577152.0 +397.48,26.229999542236328,2528.0,0.020921461284160614,0.1980183869600296,0.0,1.8772950172424316,2.2274363040924072,0.0005625936901196837,0.0024656131863594055,0.20890165865421295,0.5617496371269226,0.6440078020095825,1379.0,353024.0,8918.282638455043,22593536.0 +389.95,26.0,2603.0,0.014306497760117054,0.1452433317899704,0.0,1.8881011009216309,2.252067804336548,-0.0011829471914097667,0.0024497301783412695,0.2638927400112152,0.5549930930137634,0.5649439990520477,1380.0,353280.0,8924.576895745005,22609920.0 +382.37,26.049999237060547,2573.0,0.01733255945146084,0.1903889924287796,0.0,1.896765112876892,2.2602882385253906,-0.0015611774288117886,0.0024619640316814184,0.28180253505706787,0.5490458607673645,0.5581155717372894,1381.0,353536.0,8930.944125847891,22626304.0 +385.45,25.860000610351562,2505.0,0.013984624296426773,0.162109375,0.0,1.8900794982910156,2.263822317123413,-0.002485292963683605,0.0024624019861221313,0.24936743080615997,0.5593183636665344,0.6466646492481232,1382.0,353792.0,8937.485402903985,22642688.0 +391.63,25.59000015258789,2504.0,0.013191855512559414,0.157958984375,0.0,1.9021464586257935,2.2627646923065186,-0.0027525806799530983,0.002473539439961314,0.32057130336761475,0.5304717421531677,0.5613134503364563,1383.0,354048.0,8944.027296440909,22659072.0 +385.57,25.049999237060547,2517.0,0.012355406768620014,0.1414591521024704,0.0,1.8596587181091309,2.2503504753112793,-0.0050393519923090935,0.0024688260164111853,0.20631027221679688,0.5496337413787842,0.6577832996845245,1384.0,354304.0,8950.536591162905,22675456.0 +387.84,25.950000762939453,2553.0,0.01336775440722704,0.14947509765625,0.0,1.8705601692199707,2.26658296585083,-0.0039043817669153214,0.002464638091623783,0.22353343665599823,0.5530444383621216,0.6377609670162201,1385.0,354560.0,8956.953465671046,22691840.0 +391.95,26.489999771118164,2499.0,0.01337460521608591,0.1395263671875,0.0,1.8392696380615234,2.2570676803588867,-0.0054127830080688,0.002482928102836013,0.15672840178012848,0.547424852848053,0.7122639715671539,1386.0,354816.0,8963.508926220937,22708224.0 +405.24,27.6200008392334,2506.0,0.013113647699356079,0.12908935546875,0.0,1.8261574506759644,2.2666237354278564,-0.004490623716264963,0.0024615044239908457,0.12895627319812775,0.5580840706825256,0.7420785427093506,1387.0,355072.0,8970.045573504874,22724608.0 +408.5,28.15999984741211,2525.0,0.01333635300397873,0.14715576171875,0.0,1.8140789270401,2.251497983932495,-0.0014082706766203046,0.002455376088619232,0.11900243163108826,0.5508130788803101,0.8085196316242218,1388.0,355328.0,8976.533584289951,22740992.0 +399.19,27.209999084472656,2567.0,0.016817623749375343,0.1717325896024704,0.0,1.8449387550354004,2.26167368888855,-0.00395814748480916,0.002441176911816001,0.19753257930278778,0.5521584749221802,0.7310977876186371,1389.0,355584.0,8982.915633694967,22757376.0 +403.22,28.100000381469727,2507.0,0.01628221571445465,0.16802978515625,0.0,1.8441914319992065,2.273846387863159,-0.00020370818674564362,0.002450408414006233,0.15629984438419342,0.5637794733047485,0.6875067353248596,1390.0,355840.0,8989.44943950302,22773760.0 +402.33,28.59000015258789,2584.0,0.015037540346384048,0.1543986052274704,0.0,1.8352636098861694,2.2841637134552,-0.0021404020953923464,0.0024593600537627935,0.1361120492219925,0.5625092387199402,0.7341204285621643,1391.0,356096.0,8995.78906733985,22790144.0 +409.29,28.579999923706055,2602.0,0.016880882903933525,0.1624348908662796,0.0,1.8495373725891113,2.246537446975708,-0.0012625399976968765,0.002450594212859869,0.16651394963264465,0.5647111535072327,0.7310011386871338,1392.0,356352.0,9002.08693426405,22806528.0 +405.76,27.739999771118164,2586.0,0.015514216385781765,0.1505533903837204,0.0,1.8103758096694946,2.27356219291687,-0.0011318300385028124,0.0024528861977159977,0.11797282099723816,0.5488137602806091,0.7244982719421387,1393.0,356608.0,9008.423444089945,22822912.0 +413.19,28.639999389648438,2507.0,0.016048485413193703,0.1699625700712204,0.0,1.824188232421875,2.2653534412384033,-0.0019403303740546107,0.0024540589656680822,0.14162577688694,0.5509397387504578,0.7292498350143433,1394.0,356864.0,9014.95745032886,22839296.0 +413.83,28.399999618530273,2526.0,0.013971016742289066,0.1451822966337204,0.0,1.8155174255371094,2.276742458343506,-0.0023740502074360847,0.00244656833820045,0.11997181177139282,0.5573889017105103,0.717242419719696,1395.0,357120.0,9021.44419656205,22855680.0 +412.42,27.899999618530273,2522.0,0.018646560609340668,0.1523640900850296,0.0,1.8205479383468628,2.2682719230651855,0.0006061479798518121,0.0024434069637209177,0.13337787985801697,0.554232120513916,0.7476761341094971,1396.0,357376.0,9027.939261942869,22872064.0 +411.56,27.670000076293945,2511.0,0.018711986020207405,0.1595662385225296,0.0,1.8205939531326294,2.267659902572632,-0.0025186550337821245,0.0024323409888893366,0.12172215431928635,0.5687577128410339,0.7816770225763321,1397.0,357632.0,9034.46470230585,22888448.0 +399.48,26.8799991607666,2536.0,0.015537633560597897,0.16510009765625,0.0,1.8768783807754517,2.2735483646392822,-0.0017052035545930266,0.00243741343729198,0.2607441246509552,0.5522401928901672,0.6660838723182678,1398.0,357888.0,9040.926133516012,22904832.0 +399.69,27.170000076293945,2512.0,0.010844770818948746,0.12042236328125,0.0,1.820827841758728,2.297619104385376,-0.0010544928954914212,0.002461677184328437,0.13839353621006012,0.544823169708252,0.7181192934513092,1399.0,358144.0,9047.448599499883,22921216.0 +400.49,27.489999771118164,2538.0,0.015183087438344955,0.1783447265625,0.0,1.8121551275253296,2.278282403945923,-0.0025901447515934706,0.0024404090363532305,0.1524350494146347,0.5411059856414795,0.7500038146972656,1400.0,358400.0,9053.905195808038,22937600.0 +400.31,26.280000686645508,2544.0,0.013223129324615002,0.1364339143037796,0.0,1.9212232828140259,2.2943115234375,-0.0016835667192935944,0.0024556834250688553,0.3522599935531616,0.5418781638145447,0.6703461110591888,1401.0,358656.0,9060.346024404047,22953984.0 +386.24,24.6200008392334,2523.0,0.014424319379031658,0.1545003205537796,0.0,1.9128834009170532,2.2872769832611084,-0.003176405094563961,0.0024649265687912703,0.3266916573047638,0.5431233048439026,0.6070187389850616,1402.0,358912.0,9066.839323550928,22970368.0 +394.05,26.329999923706055,2529.0,0.016440611332654953,0.1545206755399704,0.0,1.8391739130020142,2.298823118209839,-0.0018018358387053013,0.0024667063262313604,0.17279434204101562,0.5442133545875549,0.7276667058467865,1403.0,359168.0,9073.317556387046,22986752.0 +401.72,27.43000030517578,2533.0,0.011028032749891281,0.1158040389418602,0.0,1.885162353515625,2.2970073223114014,-0.003254659241065383,0.0024733731988817453,0.2624915540218353,0.5434547066688538,0.5996845960617065,1404.0,359424.0,9079.784084074898,23003136.0 +393.58,25.979999542236328,2527.0,0.01344672217965126,0.1263631135225296,0.0,1.9189587831497192,2.289886236190796,-0.0010253904620185494,0.002459059003740549,0.33895984292030334,0.5438738465309143,0.5805243849754333,1405.0,359680.0,9086.26748666889,23019520.0 +386.18,25.049999237060547,2502.0,0.013743940740823746,0.1363728791475296,0.0,1.8703066110610962,2.2882134914398193,-0.0012187497923150659,0.0024750784505158663,0.23503458499908447,0.5393509268760681,0.6461125314235687,1406.0,359936.0,9092.814939722884,23035904.0 +386.09,26.079999923706055,2494.0,0.02196960709989071,0.1609293669462204,0.0,1.883630633354187,2.2813429832458496,0.0008508696337230504,0.0024603179190307856,0.2579953074455261,0.546436607837677,0.6120754182338715,1407.0,360192.0,9099.384187103948,23052288.0 +398.33,26.979999542236328,2613.0,0.013162952847778797,0.1498616486787796,0.0,1.834825038909912,2.2913811206817627,-0.0023125240113586187,0.002453525783494115,0.17093826830387115,0.5478194355964661,0.6698883771896362,1408.0,360448.0,9105.654633917846,23068672.0 +384.75,25.8700008392334,2603.0,0.013267080299556255,0.1512247771024704,0.0,1.923520565032959,2.2935373783111572,-0.002920301631093025,0.002463726559653878,0.3427039682865143,0.546160876750946,0.5474145114421844,1409.0,360704.0,9111.948129610857,23085056.0 +375.49,25.299999237060547,2605.0,0.011687693186104298,0.12164306640625,0.0,1.9207606315612793,2.277198553085327,-0.0033648228272795677,0.0024399070534855127,0.35765406489372253,0.5481165647506714,0.5913845300674438,1410.0,360960.0,9118.236505931942,23101440.0 +377.1,24.729999542236328,2601.0,0.012866712175309658,0.1357421875,0.0,1.8683781623840332,2.284442901611328,-0.002060643397271633,0.002442995784804225,0.25960779190063477,0.5419814586639404,0.6732670664787292,1411.0,361216.0,9124.535126997856,23117824.0 +392.09,25.639999389648438,2603.0,0.0156521238386631,0.13653564453125,0.0,1.8830986022949219,2.2889280319213867,-0.0025772855151444674,0.0024650911800563335,0.2669534981250763,0.5425431132316589,0.6081409156322479,1412.0,361472.0,9130.830390076851,23134208.0 +396.99,27.040000915527344,2570.0,0.02026444301009178,0.1880289763212204,0.0,1.8562110662460327,2.288213014602661,0.001103180111385882,0.002449399558827281,0.18207059800624847,0.5622548460960388,0.6896998584270477,1413.0,361728.0,9137.205835802015,23150592.0 +392.15,26.719999313354492,2555.0,0.01239507645368576,0.13330078125,0.0,1.9017421007156372,2.315505266189575,-0.0013416772708296776,0.0024484514724463224,0.3159814178943634,0.544022262096405,0.5819807350635529,1414.0,361984.0,9143.618819600902,23166976.0 +379.71,24.59000015258789,2639.0,0.010999717749655247,0.1170247420668602,0.0,1.9195866584777832,2.304577589035034,-0.003493559779599309,0.0024245225358754396,0.3630315959453583,0.5523489117622375,0.45478057861328125,1415.0,362240.0,9149.827212334843,23183360.0 +379.87,24.360000610351562,2629.0,0.014404277317225933,0.1504923552274704,0.0,1.8653236627578735,2.3070061206817627,-0.002276700222864747,0.0024394970387220383,0.24243547022342682,0.5497041344642639,0.610016793012619,1416.0,362496.0,9156.058867473854,23199744.0 +380.96,24.479999542236328,2611.0,0.013661201111972332,0.1245931014418602,0.0,1.9336720705032349,2.2968084812164307,-0.0015577500453218818,0.0024373712949454784,0.367177277803421,0.5559238791465759,0.5269983410835266,1417.0,362752.0,9162.334754989017,23216128.0 +383.4,24.989999771118164,2644.0,0.015602919273078442,0.1764933317899704,0.0,1.8521109819412231,2.3019802570343018,-0.0015878534177318215,0.0024355354253202677,0.21006383001804352,0.5539189577102661,0.6524732410907745,1418.0,363008.0,9168.53086374607,23232512.0 +380.69,24.15999984741211,2606.0,0.010078759863972664,0.1142781600356102,0.0,1.9552289247512817,2.3041000366210938,-0.00463539594784379,0.00243706745095551,0.39765843749046326,0.565542459487915,0.5791095197200775,1419.0,363264.0,9174.81761068292,23248896.0 +367.08,22.899999618530273,2587.0,0.009830432943999767,0.1026814803481102,0.0,1.9342141151428223,2.3162343502044678,-0.0036150377709418535,0.002444251673296094,0.4125266373157501,0.5326022505760193,0.5468840599060059,1420.0,363520.0,9181.150287176948,23265280.0 +377.6,23.450000762939453,2614.0,0.014606206677854061,0.14605712890625,0.0,1.8422337770462036,2.310100793838501,-0.002519373083487153,0.0024400854017585516,0.18691010773181915,0.5543567538261414,0.6787551045417786,1421.0,363776.0,9187.418817637954,23281664.0 +388.65,25.0,2600.0,0.014369207434356213,0.1525675505399704,0.0,1.8662171363830566,2.295531988143921,-0.002582620596513152,0.0024395862128585577,0.24443258345127106,0.5497457981109619,0.6017982065677643,1422.0,364032.0,9193.720617143903,23298048.0 +394.9,26.040000915527344,2583.0,0.01275908574461937,0.134033203125,0.0,1.9261327981948853,2.3029391765594482,-0.002928871661424637,0.0024466782342642546,0.33745336532592773,0.5600255131721497,0.5209154784679413,1423.0,364288.0,9200.063064896967,23314432.0 +389.23,25.420000076293945,2554.0,0.011096377857029438,0.1150716170668602,0.0,1.8421674966812134,2.2975897789001465,-0.004237729124724865,0.0024502493906766176,0.1982296258211136,0.545141875743866,0.6788015365600586,1424.0,364544.0,9206.476508002961,23330816.0 +389.88,26.450000762939453,2620.0,0.009820927865803242,0.1175537109375,0.0,1.921137809753418,2.30417799949646,-0.004669135436415672,0.0024434567894786596,0.35565629601478577,0.5492921471595764,0.5321037471294403,1425.0,364800.0,9212.729276012862,23347200.0 +392.09,26.940000534057617,2578.0,0.014194701798260212,0.1398722380399704,0.0,1.8353962898254395,2.326777458190918,-0.0014768991386517882,0.0024552755057811737,0.17844784259796143,0.5432794094085693,0.7181735634803772,1426.0,365056.0,9219.08483464201,23363584.0 +398.57,27.219999313354492,2514.0,0.014654017053544521,0.1397908478975296,0.0,1.8541646003723145,2.299389362335205,-0.0027448527980595827,0.002451076405122876,0.20161758363246918,0.5535562634468079,0.7152062356472015,1427.0,365312.0,9225.601021107053,23379968.0 +398.71,26.860000610351562,2587.0,0.02517823316156864,0.2153523713350296,0.0,1.9032281637191772,2.311560869216919,0.002379944082349539,0.0024642618373036385,0.3029453158378601,0.5403600931167603,0.5224898755550385,1428.0,365568.0,9231.93422389403,23396352.0 +373.6,24.31999969482422,2616.0,0.010327658616006374,0.1085408553481102,0.0,1.9459290504455566,2.310720205307007,-0.005552698392421007,0.0024919959250837564,0.34798622131347656,0.5545975565910339,0.5056084394454956,1429.0,365824.0,9238.19562425604,23412736.0 +374.16,23.450000762939453,2610.0,0.012216723524034023,0.1335042268037796,0.0,1.9581726789474487,2.292372465133667,-0.004552577622234821,0.002482876880094409,0.35786089301109314,0.5652799606323242,0.565883070230484,1430.0,366080.0,9244.473248546012,23429120.0 +382.5,24.459999084472656,2580.0,0.014944947324693203,0.1555989533662796,0.0,1.8581069707870483,2.276651382446289,-0.0005797229241579771,0.00248633767478168,0.17395557463169098,0.551306962966919,0.6746284365653992,1431.0,366336.0,9250.823833941016,23445504.0 +402.31,26.68000030517578,2677.0,0.016287559643387794,0.1867879182100296,0.0,1.859458327293396,2.2860307693481445,-0.0017364239320158958,0.002492548432201147,0.15185856819152832,0.5618512034416199,0.6815178692340851,1432.0,366592.0,9256.943885576911,23461888.0 +398.8,26.049999237060547,2698.0,0.013717767782509327,0.1435750275850296,0.0,1.9650506973266602,2.282572031021118,-0.002215309301391244,0.002495572669431567,0.3774144947528839,0.5535984635353088,0.5307563245296478,1433.0,366848.0,9263.017341420986,23478272.0 +388.39,24.1299991607666,2714.0,0.0103011978790164,0.1103515625,0.0,1.9351273775100708,2.2762839794158936,-0.0026083628181368113,0.002497447421774268,0.3053893744945526,0.5590802431106567,0.5783687233924866,1434.0,367104.0,9269.054922242882,23494656.0 +390.16,23.899999618530273,2707.0,0.01517473440617323,0.16094970703125,0.0,1.8935356140136719,2.2872233390808105,-0.0034770378842949867,0.0024770661257207394,0.250928670167923,0.5558874011039734,0.6426461637020111,1435.0,367360.0,9275.108371526934,23511040.0 +400.04,25.670000076293945,2707.0,0.011598805896937847,0.1249796524643898,0.0,1.8394221067428589,2.2828166484832764,-0.0022354708053171635,0.002491352381184697,0.15499743819236755,0.541310727596283,0.6979645490646362,1436.0,367616.0,9281.16090283799,23527424.0 +396.24,25.90999984741211,2708.0,0.016511378809809685,0.1860758513212204,0.0,1.9390058517456055,2.281298875808716,-0.004275190643966198,0.0025072728749364614,0.30171066522598267,0.5616023540496826,0.517273873090744,1437.0,367872.0,9287.216548712924,23543808.0 +387.26,24.989999771118164,2716.0,0.014826369471848011,0.1565755158662796,0.0,1.9145498275756836,2.2801320552825928,-0.0014812145382165909,0.002494473708793521,0.24484063684940338,0.5691752433776855,0.5324772894382477,1438.0,368128.0,9293.248882221058,23560192.0 +383.14,25.65999984741211,2483.0,0.012645892798900604,0.1381632536649704,0.0,1.8745208978652954,2.310800075531006,-0.003206757828593254,0.002473692176863551,0.22312307357788086,0.5524278283119202,0.6245525479316711,1439.0,368384.0,9299.846251372946,23576576.0 +395.65,27.450000762939453,2607.0,0.018865635618567467,0.15313720703125,0.0,1.815184473991394,2.2984201908111572,-0.00018580396135803312,0.0024513588286936283,0.11878136545419693,0.5532846450805664,0.7129764258861542,1440.0,368640.0,9306.13083427702,23592960.0 +390.81,26.690000534057617,2622.0,0.01358679961413145,0.13140869140625,0.0,1.9307113885879517,2.314020872116089,-0.003352712607011199,0.002457853639498353,0.35697638988494873,0.5497890114784241,0.5180376768112183,1441.0,368896.0,9312.380269668065,23609344.0 +390.11,25.75,2602.0,0.015019183047115803,0.144775390625,0.0,1.8627866506576538,2.300600290298462,-0.002331256167963147,0.0024584124330431223,0.20377366244792938,0.5570308566093445,0.6313987374305725,1442.0,369152.0,9318.675409168005,23625728.0 +395.54,26.459999084472656,2594.0,0.016733800992369652,0.176513671875,0.0,1.8219918012619019,2.312735080718994,-0.0006617408362217247,0.002459833165630698,0.1488218754529953,0.5414534211158752,0.7403288781642914,1443.0,369408.0,9324.991814738838,23642112.0 +407.72,28.420000076293945,2608.0,0.014477836899459362,0.1349283903837204,0.0,1.8195767402648926,2.311946153640747,-0.0008532838546670973,0.002462766831740737,0.12950216233730316,0.5474149584770203,0.6716192364692688,1444.0,369664.0,9331.274866063846,23658496.0 +413.02,28.8700008392334,2579.0,0.017714591696858406,0.1572469025850296,0.0,1.823146939277649,2.2871625423431396,-0.0017816132167354226,0.002444778336212039,0.16292904317378998,0.5439464449882507,0.684457004070282,1445.0,369920.0,9337.626329065999,23674880.0 +405.38,28.639999389648438,2608.0,0.013294422067701817,0.1295369416475296,0.0,1.8139476776123047,2.3027825355529785,-0.002568146912381053,0.0024518424179404974,0.1534745693206787,0.5368853211402893,0.6427921056747437,1446.0,370176.0,9343.907812583959,23691264.0 +405.44,28.079999923706055,2592.0,0.016668835654854774,0.1529541015625,0.0,1.8338078260421753,2.314749240875244,-0.001006763195618987,0.0024455355014652014,0.163980171084404,0.5532041192054749,0.7114300727844238,1447.0,370432.0,9350.230797458906,23707648.0 +403.85,26.950000762939453,2613.0,0.01663222908973694,0.15777587890625,0.0,1.850365161895752,2.3049540519714355,0.0007037156610749662,0.0024442425929009914,0.20668554306030273,0.5472469925880432,0.6263689696788788,1448.0,370688.0,9356.500726345927,23724032.0 +404.61,26.950000762939453,2562.0,0.016214942559599876,0.1600545197725296,0.0,1.801093578338623,2.3073031902313232,-0.003505813656374812,0.002436176873743534,0.13148820400238037,0.5438398718833923,0.6851432621479034,1449.0,370944.0,9362.894194039982,23740416.0 +411.8,27.579999923706055,2634.0,0.014406622387468815,0.1400146484375,0.0,1.7856112718582153,2.3056018352508545,-0.0038644589949399233,0.002425957238301635,0.10046679526567459,0.5493196845054626,0.7204357981681824,1450.0,371200.0,9369.115474499064,23756800.0 +407.66,28.420000076293945,2579.0,0.013097182847559452,0.14605712890625,0.0,1.8155056238174438,2.31864857673645,-0.0026481803506612778,0.0024335214402526617,0.1515200287103653,0.5488191843032837,0.6359968781471252,1451.0,371456.0,9375.468416508986,23773184.0 +410.22,28.389999389648438,2513.0,0.017211422324180603,0.1690877228975296,0.0,1.8172121047973633,2.314440965652466,-0.0008178034913726151,0.002449706895276904,0.1265069842338562,0.5530670285224915,0.7316535115242004,1452.0,371712.0,9381.988376138965,23789568.0 +409.34,27.959999084472656,2516.0,0.012290149927139282,0.14111328125,0.0,1.8115724325180054,2.2995853424072266,-0.003664197400212288,0.0024332371540367603,0.13723312318325043,0.552997350692749,0.6964991986751556,1453.0,371968.0,9388.499901802978,23805952.0 +397.72,26.790000915527344,2571.0,0.013727446086704731,0.14990234375,0.0,1.8803776502609253,2.328338623046875,-0.00019651786715257913,0.0024386157747358084,0.25149211287498474,0.5588037967681885,0.5353971123695374,1454.0,372224.0,9394.871417674003,23822336.0 +384.46,26.309999465942383,2567.0,0.0145571855828166,0.1468098908662796,0.0,1.9030753374099731,2.312718152999878,-0.00258344947360456,0.002443064237013459,0.3156585097312927,0.5494245886802673,0.5428417325019836,1455.0,372480.0,9401.25442751986,23838720.0 +382.66,26.030000686645508,2589.0,0.013211949728429317,0.1460978239774704,0.0,1.8921308517456055,2.3066368103027344,-0.0036808194126933813,0.0024412544444203377,0.2911457121372223,0.552678108215332,0.6409526169300079,1456.0,372736.0,9407.583531563869,23855104.0 +374.43,24.479999542236328,2628.0,0.014018479734659195,0.1587321013212204,0.0,1.9317115545272827,2.3201706409454346,-0.0033080128487199545,0.002433039480820298,0.37848928570747375,0.5524568557739258,0.5523915588855743,1457.0,372992.0,9413.816721306881,23871488.0 +386.76,25.799999237060547,2585.0,0.015534508042037487,0.1496378630399704,0.0,1.8347969055175781,2.312710762023926,-0.0015932588139548898,0.002453944878652692,0.1569078117609024,0.5540909171104431,0.5992674827575684,1458.0,373248.0,9420.153945690952,23887872.0 +404.66,27.459999084472656,2606.0,0.013250146992504597,0.1383870393037796,0.0,1.8208950757980347,2.308400869369507,-0.003174272133037448,0.0024387759622186422,0.13954879343509674,0.5579910278320312,0.6528264582157135,1459.0,373504.0,9426.441926366882,23904256.0 +409.1,27.270000457763672,2540.0,0.0191453006118536,0.17987060546875,0.0,1.8792686462402344,2.3148906230926514,-0.0011868210276588798,0.00246435240842402,0.23302437365055084,0.5549162030220032,0.5513295829296112,1460.0,373760.0,9432.89211534895,23920640.0 +393.96,25.049999237060547,2545.0,0.012659898959100246,0.14227294921875,0.0,1.9365696907043457,2.306885004043579,-0.002155670430511236,0.0024536142591387033,0.35900917649269104,0.5554822087287903,0.5510024428367615,1461.0,374016.0,9439.33116347692,23937024.0 +391.76,24.649999618530273,2531.0,0.008953777141869068,0.0964762344956398,0.0,1.9116698503494263,2.3102481365203857,-0.002920840634033084,0.002469186205416918,0.3196299076080322,0.5432849526405334,0.6339160203933716,1462.0,374272.0,9445.804809445981,23953408.0 +387.41,23.829999923706055,2555.0,0.01323159784078598,0.1297607421875,0.0,1.944648265838623,2.3035547733306885,-0.0019351355731487274,0.0024900450371205807,0.34604278206825256,0.5515751242637634,0.482143759727478,1463.0,374528.0,9452.216343140928,23969792.0 +387.68,24.110000610351562,2616.0,0.0118087874725461,0.12646484375,0.0,1.9302014112472534,2.2921433448791504,-0.0031557914335280657,0.002458483213558793,0.3418968915939331,0.5560882091522217,0.49775540828704834,1464.0,374784.0,9458.479735597968,23986176.0 +396.04,26.31999969482422,2575.0,0.016386404633522034,0.1825968474149704,0.0,1.8454927206039429,2.3023598194122314,-0.0013095472240820527,0.002425283659249544,0.18972881138324738,0.5623199939727783,0.6320711970329285,1465.0,375040.0,9464.841142436024,24002560.0 +399.88,27.3799991607666,2546.0,0.013682824559509754,0.1660359650850296,0.0,1.823412537574768,2.316431760787964,-0.0035131110344082117,0.0024594354908913374,0.16266976296901703,0.5390374064445496,0.6448486745357513,1466.0,375296.0,9471.275952036027,24018944.0 +398.78,27.719999313354492,2633.0,0.021880248561501503,0.1642049103975296,0.0,1.8963195085525513,2.3036749362945557,-0.002013289136812091,0.002442785771563649,0.27226385474205017,0.5638446807861328,0.567052960395813,1467.0,375552.0,9477.497623787029,24035328.0 +399.71,27.790000915527344,2661.0,0.013815946877002716,0.1549886018037796,0.0,1.8143587112426758,2.2994024753570557,-0.0022487265523523092,0.002455882029607892,0.08540654182434082,0.5689573884010315,0.7765144109725952,1468.0,375808.0,9483.655052247923,24051712.0 +406.66,28.809999465942383,2644.0,0.013958673924207687,0.13507080078125,0.0,1.8032723665237427,2.3028929233551025,-0.0012405727757140994,0.002423848258331418,0.1306941658258438,0.5502703785896301,0.7378358542919159,1469.0,376064.0,9489.851710825926,24068096.0 +410.89,29.299999237060547,2650.0,0.014408503659069538,0.1402791291475296,0.0,1.7989228963851929,2.3077754974365234,0.0005087510799057782,0.0024244810920208693,0.12178295850753784,0.5483599305152893,0.7748997062444687,1470.0,376320.0,9496.033069372876,24084480.0 +401.7,28.40999984741211,2615.0,0.018819181248545647,0.1886393278837204,0.0,1.8181287050247192,2.3114426136016846,0.0001628412283025682,0.0024363521952182055,0.14117519557476044,0.552316427230835,0.6785637140274048,1471.0,376576.0,9502.297419378068,24100864.0 +410.81,28.559999465942383,2547.0,0.015708159655332565,0.1559651643037796,0.0,1.7803548574447632,2.311743974685669,-0.0019257973181083798,0.0024370159953832626,0.08027254790067673,0.5467539429664612,0.7846659719944,1472.0,376832.0,9508.731072691968,24117248.0 +408.61,27.719999313354492,2602.0,0.022126413881778717,0.2079060822725296,0.0,1.8497675657272339,2.3122355937957764,-0.0012095525162294507,0.0024716476909816265,0.15453623235225677,0.5610074996948242,0.6896720826625824,1473.0,377088.0,9515.028329857858,24133632.0 +412.19,28.6299991607666,2547.0,0.012822377495467663,0.1427001953125,0.0,1.8408608436584473,2.2864232063293457,-0.0020522470586001873,0.0024564394261687994,0.13718558847904205,0.5689648985862732,0.7274858951568604,1474.0,377344.0,9521.460957404925,24150016.0 +396.34,28.06999969482422,2626.0,0.022283852100372314,0.1413370817899704,0.0,1.9061075448989868,2.298569917678833,-0.0007692400249652565,0.0024654746521264315,0.27767375111579895,0.5582881569862366,0.5213547050952911,1475.0,377600.0,9527.69972817204,24166400.0 +391.01,27.260000228881836,2603.0,0.01870027929544449,0.1824137419462204,0.0,1.8388103246688843,2.30659818649292,0.006387125235050917,0.002484080381691456,0.1375592201948166,0.5446693301200867,0.7520262748003006,1476.0,377856.0,9533.99277820997,24182784.0 +395.17,26.5,2620.0,0.010803990997374058,0.1171875,0.0,1.9320303201675415,2.2992398738861084,-0.004424707498401403,0.002476183231920004,0.35875916481018066,0.5419759154319763,0.4589563012123108,1477.0,378112.0,9540.245403683046,24199168.0 +395.13,25.549999237060547,2592.0,0.011986874975264072,0.1247965469956398,0.0,1.8453670740127563,2.298617124557495,-0.002815558575093746,0.0024854240473359823,0.17043232917785645,0.5432406067848206,0.6933729350566864,1478.0,378368.0,9546.565326945856,24215552.0 +394.2,25.309999465942383,2600.0,0.017366155982017517,0.1552530974149704,0.0,1.9538673162460327,2.3189146518707275,-0.0017449449514970183,0.002495374297723174,0.38526538014411926,0.5384815335273743,0.5199621319770813,1479.0,378624.0,9552.86649184185,24231936.0 +392.73,25.59000015258789,2593.0,0.01361969392746687,0.1491902619600296,0.0,1.854701042175293,2.3041117191314697,-0.002454489003866911,0.002470724517479539,0.19088147580623627,0.5493937134742737,0.6878103315830231,1480.0,378880.0,9559.183958539972,24248320.0 +381.0,24.3799991607666,2560.0,0.012013886123895645,0.1340738981962204,0.0,1.8966010808944702,2.3154094219207764,-0.0037647902499884367,0.0024927828926593065,0.2742935121059418,0.5399816632270813,0.6205170154571533,1481.0,379136.0,9565.58299937495,24264704.0 +389.73,25.8799991607666,2625.0,0.014239718206226826,0.1456502228975296,0.0,1.8777087926864624,2.30944561958313,0.00015970703680068254,0.0024814391508698463,0.20817501842975616,0.5558363795280457,0.6296536028385162,1482.0,379392.0,9571.824612519005,24281088.0 +384.86,25.56999969482422,2638.0,0.011859871447086334,0.1377970427274704,0.0,1.9163635969161987,2.3034088611602783,-0.003945005591958761,0.0025116957258433104,0.31458234786987305,0.5302035212516785,0.6116940081119537,1483.0,379648.0,9578.035310342908,24297472.0 +371.19,24.260000228881836,2607.0,0.012243535369634628,0.13995361328125,0.0,1.9049209356307983,2.307461977005005,-0.0033925194293260574,0.0024768442381173372,0.3074403703212738,0.5392459630966187,0.5717205703258514,1484.0,379904.0,9584.320744951954,24313856.0 +381.08,24.469999313354492,2577.0,0.013148563914000988,0.14447021484375,0.0,1.964905858039856,2.3169124126434326,-0.0027084508910775185,0.002469101222231984,0.425458699464798,0.5435033440589905,0.47217756509780884,1485.0,380160.0,9590.679502930958,24330240.0 +380.96,23.950000762939453,2547.0,0.010686874389648438,0.1065266951918602,0.0,1.9249787330627441,2.3341031074523926,-0.003833829192444682,0.002490923972800374,0.31868085265159607,0.547351062297821,0.5945272445678711,1486.0,380416.0,9597.111004289007,24346624.0 +389.45,24.399999618530273,2611.0,0.011982768774032593,0.1346842497587204,0.0,1.8885060548782349,2.318179130554199,-0.003528034081682563,0.002479762537404895,0.26055610179901123,0.5450567603111267,0.62937331199646,1487.0,380672.0,9603.386104885954,24363008.0 +385.87,25.18000030517578,2647.0,0.013021633960306644,0.1374104768037796,0.0,1.8648601770401,2.3190395832061768,-0.0019771645311266184,0.0024805611465126276,0.19498537480831146,0.5522543787956238,0.6517507433891296,1488.0,380928.0,9609.578949021874,24379392.0 +396.46,26.719999313354492,2523.0,0.01568016968667507,0.15399169921875,0.0,1.8553037643432617,2.325667142868042,-0.002272410551086068,0.0024587654042989016,0.17956988513469696,0.5616650581359863,0.6419565379619598,1489.0,381184.0,9616.072055591037,24395776.0 +404.49,27.920000076293945,2604.0,0.012757555581629276,0.1396891325712204,0.0,1.820259928703308,2.296052932739258,-0.004316815175116062,0.0024447853211313486,0.14530925452709198,0.5524898171424866,0.7431168556213379,1490.0,381440.0,9622.364072507014,24412160.0 +395.61,26.739999771118164,2592.0,0.016714854165911674,0.18292236328125,0.0,1.8937479257583618,2.2997777462005615,-0.00426695728674531,0.0024754677433520555,0.29282861948013306,0.5368642807006836,0.48346835374832153,1491.0,381696.0,9628.684205988888,24428544.0 +400.84,26.8799991607666,2550.0,0.01626492105424404,0.1549275666475296,0.0,1.8116296529769897,2.275712490081787,-0.0008816756308078766,0.0024490104988217354,0.12373622506856918,0.548895537853241,0.7127362489700317,1492.0,381952.0,9635.108677629847,24444928.0 +399.63,26.40999984741211,2503.0,0.018411122262477875,0.1866455078125,0.0,1.8839589357376099,2.2906429767608643,0.0015320242382586002,0.0024537909775972366,0.22751031816005707,0.5646823048591614,0.5666156709194183,1493.0,382208.0,9641.655137642054,24461312.0 +380.06,23.389999389648438,2532.0,0.011609791778028011,0.12640380859375,0.0,2.009436845779419,2.306668996810913,0.0005845300038345158,0.002463835757225752,0.5211745500564575,0.5394139885902405,0.41217535734176636,1494.0,382464.0,9648.126439269865,24477696.0 +384.15,23.450000762939453,2642.0,0.013454429805278778,0.13275146484375,0.0,1.861416220664978,2.2966256141662598,-0.0004260540008544922,0.0024480782449245453,0.21154248714447021,0.5549977421760559,0.6301695108413696,1495.0,382720.0,9654.327256212942,24494080.0 +386.93,24.010000228881836,2623.0,0.01159727107733488,0.126708984375,0.0,1.876438021659851,2.304885149002075,-0.002383456565439701,0.00245510321110487,0.22667670249938965,0.5609804391860962,0.6438101828098297,1496.0,382976.0,9660.573857418029,24510464.0 +384.53,24.309999465942383,2558.0,0.015267036855220795,0.1573893278837204,0.0,1.997268795967102,2.3074491024017334,-0.0013332072412595153,0.002478591864928603,0.45894429087638855,0.5529084801673889,0.4965171217918396,1497.0,383232.0,9666.97774985386,24526848.0 +383.99,23.25,2592.0,0.01270231232047081,0.1261189728975296,0.0,1.9496897459030151,2.3240575790405273,-0.0024505213368684053,0.0024523399770259857,0.41341254115104675,0.5425044894218445,0.3923124074935913,1498.0,383488.0,9673.298855622066,24543232.0 +369.77,23.290000915527344,2549.0,0.012467767111957073,0.13226318359375,0.0,1.9464939832687378,2.287039041519165,-0.0034628212451934814,0.0024537071585655212,0.38029906153678894,0.5558242797851562,0.4279661774635315,1499.0,383744.0,9679.72776532988,24559616.0 +380.73,24.860000610351562,2546.0,0.012205362319946289,0.1249593123793602,0.0,1.6640477180480957,2.3065946102142334,-0.0033005618024617434,0.0024476039689034224,0.20780153572559357,0.5418669581413269,0.6282951533794403,1500.0,384000.0,9686.163840672933,24576000.0 +395.07,25.559999465942383,2551.0,0.01178040448576212,0.11529541015625,0.0,1.7185250520706177,2.3048245906829834,-0.0037215957418084145,0.002437481191009283,0.29804763197898865,0.5577877759933472,0.5286493003368378,1501.0,384256.0,9692.585335921962,24592384.0 +397.98,25.610000610351562,2534.0,0.013285969384014606,0.1553751677274704,0.0,1.6133208274841309,2.3053929805755615,-0.0046500577591359615,0.0024302341043949127,0.10311741381883621,0.5538380742073059,0.7261028289794922,1502.0,384512.0,9699.04967757687,24608768.0 +405.34,26.280000686645508,2538.0,0.015022794716060162,0.1558430939912796,0.0,1.650126338005066,2.2748265266418457,-6.48857094347477e-05,0.0024247460532933474,0.15398359298706055,0.5637955665588379,0.6490029692649841,1503.0,384768.0,9705.506088408874,24625152.0 +406.33,27.43000030517578,2605.0,0.015011622570455074,0.1433308869600296,0.0,1.6538349390029907,2.2931578159332275,-0.0035542286932468414,0.002429479267448187,0.1731596142053604,0.5589730739593506,0.6135441064834595,1504.0,385024.0,9711.79589511687,24641536.0 +407.73,27.040000915527344,2548.0,0.012592330574989319,0.1378377228975296,0.0,1.6448742151260376,2.2834198474884033,-0.003390589728951454,0.002421690383926034,0.15819232165813446,0.5609329342842102,0.6173044443130493,1505.0,385280.0,9718.224325668998,24657920.0 +404.31,27.329999923706055,2546.0,0.027873115614056587,0.2533162534236908,0.0,1.6581774950027466,2.2858221530914307,0.004441338591277599,0.002428762847557664,0.17430494725704193,0.5545465350151062,0.6703716218471527,1506.0,385536.0,9724.658401601017,24674304.0 +398.91,27.100000381469727,2513.0,0.0231283251196146,0.2362874299287796,0.0,1.6704047918319702,2.29830002784729,-6.820346607128158e-05,0.002421522280201316,0.2008613497018814,0.5621547102928162,0.6260466873645782,1507.0,385792.0,9731.177539510885,24690688.0 +400.71,27.65999984741211,2518.0,0.016104131937026978,0.1828409880399704,0.0,1.6570701599121094,2.3150217533111572,-0.001797058735974133,0.0024273658636957407,0.16651542484760284,0.5656149387359619,0.6590183675289154,1508.0,386048.0,9737.689509600867,24707072.0 +394.73,27.200000762939453,2468.0,0.017983464524149895,0.1913248747587204,0.0,1.6975897550582886,2.2941741943359375,-0.002398454351350665,0.0024342916440218687,0.24153202772140503,0.5659405589103699,0.6435902416706085,1509.0,386304.0,9744.328885382973,24723456.0 +392.14,27.360000610351562,2600.0,0.017115384340286255,0.185546875,0.0,1.6562761068344116,2.289149284362793,0.0012155937729403377,0.0024341933894902468,0.16622139513492584,0.5578399896621704,0.6386405229568481,1510.0,386560.0,9750.629500794923,24739840.0 +394.7,26.90999984741211,2622.0,0.013269268907606602,0.1581827849149704,0.0,1.6591731309890747,2.300175666809082,-0.0036980118602514267,0.002422918798401952,0.20384939014911652,0.5513545870780945,0.6123644411563873,1511.0,386816.0,9756.876750293886,24756224.0 +396.02,26.530000686645508,2578.0,0.016689369454979897,0.1794230192899704,0.0,1.6566613912582397,2.310617208480835,-0.0011863664258271456,0.00241457624360919,0.18626265227794647,0.559837818145752,0.649869292974472,1512.0,387072.0,9763.232808873057,24772608.0 +398.58,26.860000610351562,2541.0,0.02242131531238556,0.21331787109375,0.0,1.636326789855957,2.308253049850464,0.004064181819558144,0.002418244956061244,0.1506919413805008,0.5492963194847107,0.7056754529476166,1513.0,387328.0,9769.67945424188,24788992.0 +399.36,26.600000381469727,2572.0,0.02059044875204563,0.2218831330537796,0.0,1.6888408660888672,2.3362600803375244,0.0018161648185923696,0.0024253735318779945,0.25825899839401245,0.5471325516700745,0.5704021751880646,1514.0,387584.0,9776.050212303875,24805376.0 +391.53,26.270000457763672,2461.0,0.015563172288239002,0.1624348908662796,0.0,1.6789735555648804,2.3170366287231445,-0.002722214674577117,0.002421747427433729,0.23462845385074615,0.5559508204460144,0.5832192897796631,1515.0,387840.0,9782.707673026016,24821760.0 +393.9,26.09000015258789,2501.0,0.013612830080091953,0.13763427734375,0.0,1.6777235269546509,2.3233888149261475,-0.003190797520801425,0.002425302052870393,0.2377917617559433,0.551613986492157,0.5581390857696533,1516.0,388096.0,9789.257763230009,24838144.0 +402.94,26.09000015258789,2570.0,0.018189094960689545,0.1557413786649704,0.0,1.628217339515686,2.3224806785583496,0.0014468986773863435,0.002424536505714059,0.10607809573411942,0.5650226473808289,0.6808794736862183,1517.0,388352.0,9795.63321220898,24854528.0 +405.72,27.040000915527344,2519.0,0.014414994977414608,0.1693522185087204,0.0,1.637083649635315,2.312204599380493,-0.002749407896772027,0.0024282753001898527,0.1653916984796524,0.5445705652236938,0.6740114688873291,1518.0,388608.0,9802.138016932877,24870912.0 +406.57,27.450000762939453,2535.0,0.017183994874358177,0.16949462890625,0.0,1.6563602685928345,2.335829496383667,-0.0007290022331289947,0.0024363526608794928,0.18947617709636688,0.5465978980064392,0.6483621001243591,1519.0,388864.0,9808.600008581998,24887296.0 +400.35,27.709999084472656,2550.0,0.011659371666610241,0.1268513947725296,0.0,1.633278250694275,2.3217954635620117,-0.0030536253470927477,0.002427975879982114,0.1447240710258484,0.5524315237998962,0.6616543531417847,1520.0,389120.0,9815.025751479901,24903680.0 +413.15,28.920000076293945,2578.0,0.01338201854377985,0.15966796875,0.0,1.6127766370773315,2.335449457168579,-0.0014581469586119056,0.002432682551443577,0.08763960003852844,0.5574029088020325,0.808403417468071,1521.0,389376.0,9821.380227393936,24920064.0 +419.04,29.079999923706055,2618.0,0.012897788546979427,0.1454874724149704,0.0,1.603418231010437,2.3092644214630127,-0.001521127880550921,0.002424925798550248,0.08151863515377045,0.5540508031845093,0.7775896042585373,1522.0,389632.0,9827.638163575903,24936448.0 +416.45,29.239999771118164,2606.0,0.02177252061665058,0.2041219025850296,0.0,1.6188344955444336,2.311718225479126,0.0026884812396019697,0.002428007312119007,0.09563898295164108,0.5571522116661072,0.7071399390697479,1523.0,389888.0,9833.925316053908,24952832.0 +412.83,28.829999923706055,2567.0,0.013817202299833298,0.1353963166475296,0.0,1.6276912689208984,2.3597681522369385,0.0006049376097507775,0.0024403685238212347,0.08844929933547974,0.5676829218864441,0.7708722352981567,1524.0,390144.0,9840.30857251701,24969216.0 +407.19,27.530000686645508,2523.0,0.024492816999554634,0.2133382111787796,0.0,1.6746397018432617,2.3517582416534424,0.004719099961221218,0.002439507283270359,0.16794753074645996,0.5714577436447144,0.6515478491783142,1525.0,390400.0,9846.802806159016,24985600.0 diff --git a/train_procgen/checkpoints/sppo-jumper_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..2b5a6be2b0f28bd08aacab272d198c9d54c94b1a --- /dev/null +++ b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +73.71212121212122,2.7272727489471436,311.0,0.005714054685086012,0.0750935897231102,0.0,0.24147552251815796,2.7024898529052734,-0.001422011642716825,0.0037208686117082834,0.5398447513580322,0.17298035323619843,-0.009234905242919922,1.0,256.0,52.53057178691961,16384.0 +120.7,3.5,2524.0,0.006874789018183947,0.1060587540268898,0.0,0.21831978857517242,2.6951301097869873,-0.0002309421543031931,0.003722553374245763,0.4910041391849518,0.08960413932800293,-0.001441359519958496,2.0,512.0,59.027205193880945,32768.0 +158.01,4.099999904632568,2551.0,0.008284670300781727,0.1361083984375,0.0,0.10359851270914078,2.6943633556365967,-0.0003092844854108989,0.0037225468549877405,0.26170286536216736,0.09701544046401978,0.014786243438720703,3.0,768.0,65.44904926186427,49152.0 +339.11,4.0,2588.0,0.0059538730420172215,0.1038818359375,0.0,0.09331571310758591,2.698472738265991,0.0008999574347399175,0.0037222665268927813,0.23880094289779663,0.10616397857666016,0.04123258590698242,4.0,1024.0,71.77985957497731,65536.0 +439.26,2.700000047683716,2564.0,0.004035336431115866,0.059814453125,0.0,0.2053362876176834,2.698387861251831,0.0007413725252263248,0.0037219675723463297,0.4631575644016266,0.13913993537425995,0.0457381010055542,5.0,1280.0,78.17015107092448,81920.0 +405.02,2.700000047683716,2608.0,0.005638947244733572,0.0960286483168602,0.0,0.11675369739532471,2.698375940322876,-0.0010596913052722812,0.0037218164652585983,0.28959426283836365,0.1552111953496933,0.05531853437423706,6.0,1536.0,84.45273220399395,98304.0 +369.63,3.4000000953674316,2634.0,0.008324953727424145,0.1221720352768898,0.0,0.17193026840686798,2.692227363586426,-0.0005642159376293421,0.0037211382295936346,0.3988335430622101,0.16352815926074982,0.07498031854629517,7.0,1792.0,90.67339436989278,114688.0 +350.18,4.099999904632568,2616.0,0.007811250165104866,0.12261962890625,0.0,0.19733436405658722,2.6831161975860596,-0.00029361751512624323,0.0037212204188108444,0.44891834259033203,0.17830635607242584,0.09159338474273682,8.0,2048.0,96.93622367782518,131072.0 +345.14,3.799999952316284,2613.0,0.006766519043594599,0.0924886092543602,0.0,0.25249162316322327,2.6801650524139404,0.001827332191169262,0.0037193510215729475,0.5549318790435791,0.18569357693195343,0.13154786825180054,9.0,2304.0,103.20530728786252,147456.0 +330.81,3.299999952316284,2592.0,0.007985829375684261,0.1192423477768898,0.0,0.09736699610948563,2.676180124282837,0.000562823552172631,0.003719727508723736,0.24713194370269775,0.19008775055408478,0.17053401470184326,10.0,2560.0,109.52672515297309,163840.0 +316.14,3.5999999046325684,2602.0,0.0066087935119867325,0.0941568985581398,0.0,0.19510821998119354,2.678839921951294,8.015454659471288e-05,0.0037189319264143705,0.44363293051719666,0.18306200206279755,0.1511654257774353,11.0,2816.0,115.82281289692037,180224.0 +313.74,3.5999999046325684,2466.0,0.006139989476650953,0.0732218399643898,0.0,0.13963888585567474,2.6765506267547607,-0.00029551208717748523,0.0037161502987146378,0.33339980244636536,0.25785037875175476,0.20002973079681396,12.0,3072.0,122.46645585796796,196608.0 +352.29,3.5,2587.0,0.00694406358525157,0.0902913436293602,0.0,0.25010091066360474,2.6859962940216064,0.0004985429695807397,0.003713147947564721,0.5529245734214783,0.3146759569644928,0.18490070104599,13.0,3328.0,128.7983185108751,212992.0 +341.96,3.700000047683716,2611.0,0.004602173343300819,0.0790812149643898,0.0,0.12827879190444946,2.686107635498047,-0.0003350557235535234,0.0037140436470508575,0.31094983220100403,0.3171750605106354,0.24159371852874756,14.0,3584.0,135.07223908789456,229376.0 +329.48,4.0,2616.0,0.004945624154061079,0.0584716796875,0.0,0.14419715106487274,2.6899211406707764,-0.0002942599239759147,0.003712616628035903,0.3427812159061432,0.3007373511791229,0.2299351692199707,15.0,3840.0,141.33373330789618,245760.0 +362.14,4.099999904632568,2599.0,0.004976784810423851,0.0499064140021801,0.0,0.21916472911834717,2.68176007270813,-0.0008579305722378194,0.003710991470143199,0.493680477142334,0.3134787082672119,0.2428755760192871,16.0,4096.0,147.63813897687942,262144.0 +331.63,3.5,2527.0,0.0069309137761592865,0.0997314453125,0.0,0.11518418788909912,2.679790735244751,-0.00022720411652699113,0.0037112124264240265,0.2844185531139374,0.30047115683555603,0.31864744424819946,17.0,4352.0,154.12196841998957,278528.0 +325.08,3.0999999046325684,2499.0,0.00581740727648139,0.0760701522231102,0.0,0.16084416210651398,2.6762125492095947,-8.267280645668507e-05,0.0037094131112098694,0.37537792325019836,0.31873854994773865,0.2808573842048645,18.0,4608.0,160.6779133779928,294912.0 +309.38,3.4000000953674316,2531.0,0.006552098318934441,0.0669352188706398,0.0,0.14537467062473297,2.6735122203826904,-0.0012557973386719823,0.0037040456663817167,0.34673118591308594,0.38709792494773865,0.32047921419143677,19.0,4864.0,167.15109539590776,311296.0 +316.15,3.4000000953674316,2439.0,0.008676711469888687,0.0816650390625,0.0,0.14160670340061188,2.658770799636841,-0.0009628785774111748,0.0036988025531172752,0.3383145332336426,0.4095287322998047,0.3330548405647278,20.0,5120.0,173.86754815187305,327680.0 +303.5,3.799999952316284,2481.0,0.01108602900058031,0.16766357421875,0.0,0.18387413024902344,2.6654608249664307,-0.0008475335780531168,0.0037017303984612226,0.4227525293827057,0.3480985164642334,0.3679683804512024,21.0,5376.0,180.47226894902997,344064.0 +288.61,4.400000095367432,2552.0,0.0090950233861804,0.1049397811293602,0.0,0.2775976061820984,2.6590402126312256,-0.0018153957789763808,0.0037027241196483374,0.6120067238807678,0.3360167443752289,0.31979072093963623,22.0,5632.0,186.89243103889748,360448.0 +206.31,4.099999904632568,2603.0,0.008425447158515453,0.0986735001206398,0.0,0.17225776612758636,2.647258996963501,-0.0006278696819208562,0.003700650529935956,0.39871644973754883,0.2753593921661377,0.4083283543586731,23.0,5888.0,193.18572203582153,376832.0 +250.15,4.199999809265137,2633.0,0.011854876764118671,0.1847330778837204,0.0,0.08974181860685349,2.6647863388061523,0.00014530667976941913,0.0037044722121208906,0.2324887365102768,0.21334008872509003,0.4788598418235779,24.0,6144.0,199.40800094488077,393216.0 +351.9,3.4000000953674316,2608.0,0.011543769389390945,0.1521403044462204,0.0,0.05369538441300392,2.674159049987793,-0.00118861289229244,0.00370389292947948,0.16325119137763977,0.2587083876132965,0.4500882029533386,25.0,6400.0,205.68936188798398,409600.0 +411.64,3.200000047683716,2640.0,0.008945518173277378,0.1221516951918602,0.0,0.10548669099807739,2.67256760597229,-2.442691220494453e-05,0.0036546271294355392,0.2644735872745514,0.5050204396247864,0.5475980639457703,26.0,6656.0,211.89568947791122,425984.0 +373.88,3.4000000953674316,2543.0,0.008880826644599438,0.1289265900850296,0.0,0.20045743882656097,2.6668150424957275,-0.000932242430280894,0.003627222962677479,0.45611563324928284,0.7447533011436462,0.5000717043876648,27.0,6912.0,218.3384005408734,442368.0 +268.05,4.599999904632568,2503.0,0.010259599424898624,0.0992838516831398,0.0,0.24906598031520844,2.658411979675293,-0.002343653002753854,0.0036154640838503838,0.5559875965118408,0.7916364073753357,0.4834860563278198,28.0,7168.0,224.88500037090853,458752.0 +190.79,5.0,2602.0,0.007580351084470749,0.0716552734375,0.0,0.36603888869285583,2.6331260204315186,-0.002676840638741851,0.0035674890968948603,0.7900940775871277,1.2954074144363403,0.47309064865112305,29.0,7424.0,231.18103263992816,475136.0 +124.99,5.699999809265137,2553.0,0.006677454803138971,0.0564778633415699,0.0,0.49741852283477783,2.60445237159729,-0.0016161719104275107,0.0035336853470653296,1.0501585006713867,1.6922444105148315,0.4349881410598755,30.0,7680.0,237.59769666893408,491520.0 +174.21,5.900000095367432,2623.0,0.01455724984407425,0.1109415665268898,0.0,0.3435637652873993,2.575814962387085,0.001272169523872435,0.003507254645228386,0.7360994815826416,2.4199397563934326,0.4626260995864868,31.0,7936.0,243.84371530497447,507904.0 +169.15,6.0,2471.0,0.012984699569642544,0.108154296875,0.0,0.3428870141506195,2.589684009552002,0.003183758119121194,0.0035016892943531275,0.7312002778053284,1.9934865236282349,0.48899513483047485,32.0,8192.0,250.47271580481902,524288.0 +205.1,5.199999809265137,2662.0,0.01137241255491972,0.1083577498793602,0.0,0.3217940330505371,2.578612804412842,0.001613183063454926,0.0034697081428021193,0.6919340491294861,2.0921082496643066,0.5185402929782867,33.0,8448.0,256.62760743894614,540672.0 +164.85,5.199999809265137,2621.0,0.0121224420145154,0.1055704727768898,0.0,0.28443631529808044,2.5679550170898438,0.001004840712994337,0.00341565883718431,0.6182220578193665,2.2863800525665283,0.5622749328613281,34.0,8704.0,262.87770509091206,557056.0 +169.74,5.699999809265137,2591.0,0.006743529345840216,0.0648396834731102,0.0,0.3617381751537323,2.540804862976074,-0.001500560319982469,0.0033997062128037214,0.7772936224937439,2.7461013793945312,0.5230524837970734,35.0,8960.0,269.20199574693106,573440.0 +165.95,4.800000190734863,2552.0,0.00886972900480032,0.0758056640625,0.0,0.28763338923454285,2.5475876331329346,0.00033086584880948067,0.0034301572013646364,0.6255568861961365,2.371140718460083,0.5645292401313782,36.0,9216.0,275.62289727292955,589824.0 +168.08,5.300000190734863,2608.0,0.012738142162561417,0.1404215544462204,0.0,0.2773718535900116,2.556400775909424,0.00041384866926819086,0.0034250998869538307,0.6050439476966858,1.9449318647384644,0.5791905522346497,37.0,9472.0,281.9058897588402,606208.0 +198.21,5.900000095367432,2582.0,0.007328560575842857,0.0750528946518898,0.0,0.27800270915031433,2.531653642654419,-0.002540020504966378,0.003378209425136447,0.611718475818634,2.1926767826080322,0.5831234455108643,38.0,9728.0,288.2508866949938,622592.0 +175.79,5.699999809265137,2611.0,0.0071713910438120365,0.07794189453125,0.0,0.277772456407547,2.5239036083221436,-0.0020175334066152573,0.003311938839033246,0.610058069229126,2.3654568195343018,0.623242199420929,39.0,9984.0,294.5247197258286,638976.0 +211.46,5.599999904632568,2516.0,0.00912031251937151,0.1047159805893898,0.0,0.24946530163288116,2.497962713241577,-0.0012608105316758156,0.003250237787142396,0.5514113306999207,3.069390296936035,0.6325924396514893,40.0,10240.0,301.0365610078443,655360.0 +226.59,5.400000095367432,2544.0,0.007686298806220293,0.0903523787856102,0.0,0.26565250754356384,2.501784324645996,-0.004353318829089403,0.0032138170208781958,0.5900473594665527,3.476370096206665,0.6167099177837372,41.0,10496.0,307.4755407059565,671744.0 +210.29,5.5,2570.0,0.005974333733320236,0.0611572265625,0.0,0.23734350502490997,2.5288937091827393,-0.002370493719354272,0.0032163995783776045,0.530005931854248,3.5966250896453857,0.6332311034202576,42.0,10752.0,313.84916302887723,688128.0 +178.31,5.5,2457.0,0.006058841478079557,0.0683390274643898,0.0,0.2881392538547516,2.5027432441711426,-0.002827956574037671,0.0031782572623342276,0.6319893002510071,4.245336055755615,0.6651318371295929,43.0,11008.0,320.51789072388783,704512.0 +161.73,6.599999904632568,2497.0,0.006645520683377981,0.07720947265625,0.0,0.3054918348789215,2.4879848957061768,-0.0018364762654528022,0.003169793402776122,0.6644162535667419,4.690948486328125,0.6764804422855377,44.0,11264.0,327.07993665197864,720896.0 +172.06,5.5,2436.0,0.0050804889760911465,0.0535685233771801,0.0,0.24567200243473053,2.51189923286438,-0.003982646390795708,0.0032516426872462034,0.5495472550392151,4.127761363983154,0.6755747199058533,45.0,11520.0,333.8088827619795,737280.0 +118.74,5.900000095367432,2450.0,0.0065587908029556274,0.0796101912856102,0.0,0.24188260734081268,2.4986891746520996,-0.003026219317689538,0.0032513353507965803,0.5397914052009583,4.592548847198486,0.6733624041080475,46.0,11776.0,340.4959879589733,753664.0 +211.3,4.599999904632568,2509.0,0.006574941333383322,0.08331298828125,0.0,0.14303739368915558,2.491035223007202,-0.0027424420695751905,0.003273279406130314,0.34138044714927673,4.651697635650635,0.6975749135017395,47.0,12032.0,347.0247079830151,770048.0 +185.3,5.699999809265137,2422.0,0.006828447338193655,0.089111328125,0.0,0.31043335795402527,2.451002836227417,-0.002165436977520585,0.0032806687522679567,0.6742176413536072,5.475932598114014,0.6264977157115936,48.0,12288.0,353.7874461328611,786432.0 +149.29,4.900000095367432,2523.0,0.006856209132820368,0.08953857421875,0.0,0.24326245486736298,2.429821252822876,-0.0018782299011945724,0.003222254104912281,0.5388777852058411,6.363731861114502,0.6905476450920105,49.0,12544.0,360.2810188010335,802816.0 +156.4,6.400000095367432,2552.0,0.012495649047195911,0.1709798127412796,0.0,2.2075674533843994,2.49544095993042,0.0048359776847064495,0.0034636242780834436,0.4818895757198334,1.5118461847305298,0.704863041639328,50.0,12800.0,366.70069860387594,819200.0 +170.32,6.199999809265137,2503.0,0.006666756700724363,0.08563232421875,0.0,1.6435257196426392,2.4371254444122314,-0.003291107714176178,0.0033152305986732244,0.4791341722011566,0.6797248721122742,0.6570996046066284,51.0,13056.0,373.24702022387646,835584.0 +224.16,5.099999904632568,2577.0,0.005936466623097658,0.0738118514418602,0.0,1.6024631261825562,2.443084955215454,-0.0037106687668710947,0.00327267381362617,0.45495739579200745,0.6544806957244873,0.6938850283622742,52.0,13312.0,379.6046990228351,851968.0 +137.0,6.199999809265137,2614.0,0.005669977981597185,0.0604654960334301,0.0,1.683594822883606,2.455273389816284,-0.0028742169961333275,0.003254923038184643,0.6491560935974121,0.6361200213432312,0.6830555498600006,53.0,13568.0,385.8726169569418,868352.0 +155.94,5.099999904632568,2602.0,0.005478795617818832,0.0641276016831398,0.0,1.5709915161132812,2.4610297679901123,-0.0027377300430089235,0.0032367322128266096,0.45649540424346924,0.6185186505317688,0.7112097144126892,54.0,13824.0,392.169138466008,884736.0 +210.82,5.800000190734863,2508.0,0.006443031597882509,0.07708740234375,0.0,1.5200276374816895,2.4612598419189453,-0.003847789950668812,0.0032161108683794737,0.36452436447143555,0.6225174069404602,0.7261369824409485,55.0,14080.0,398.7027552998625,901120.0 +218.63,6.099999904632568,2576.0,0.005737217143177986,0.06683349609375,0.0,1.4884141683578491,2.4339113235473633,-0.002741120522841811,0.0032038583885878325,0.34311020374298096,0.5922573208808899,0.7278168499469757,56.0,14336.0,405.06364528485574,917504.0 +247.38,6.699999809265137,2477.0,0.005860410630702972,0.0672403946518898,0.0,1.5372382402420044,2.4256198406219482,-0.0017272460972890258,0.003193673910573125,0.4483795166015625,0.5893372893333435,0.7421953678131104,57.0,14592.0,411.67763316002674,933888.0 +113.89,5.599999904632568,2528.0,0.004568352364003658,0.04620361328125,0.0,1.673179030418396,2.4231529235839844,-0.0030776802450418472,0.003192179836332798,0.747229814529419,0.5702338814735413,0.6599898934364319,58.0,14848.0,418.1593634109013,950272.0 +199.31,5.5,2466.0,0.004893444944173098,0.0468953438103199,0.0,1.5151299238204956,2.454333543777466,-0.003158436855301261,0.00318097323179245,0.45109179615974426,0.5601841807365417,0.7358552515506744,59.0,15104.0,424.80403065588325,966656.0 +123.07,7.099999904632568,2537.0,0.004387977998703718,0.04254150390625,0.0,1.5401276350021362,2.440854787826538,-0.003049977123737335,0.0031793040689080954,0.5388523936271667,0.5297930836677551,0.7269037067890167,60.0,15360.0,431.26271291682497,983040.0 +174.52,5.900000095367432,2513.0,0.0058377268724143505,0.0689697265625,0.0,1.5356067419052124,2.455777406692505,-0.004398135002702475,0.003170460695400834,0.5424099564552307,0.5263740420341492,0.702107697725296,61.0,15616.0,437.7821929620113,999424.0 +148.61,6.0,2512.0,0.004197101574391127,0.0365397147834301,0.0,1.5250478982925415,2.4494974613189697,-0.0033868616446852684,0.003156922524794936,0.5300419926643372,0.5242470502853394,0.7142345309257507,62.0,15872.0,444.30418704799376,1015808.0 +173.09,5.599999904632568,2566.0,0.007090133149176836,0.08837890625,0.0,1.402646541595459,2.4878571033477783,-0.004650237504392862,0.003148188116028905,0.3026432693004608,0.5170958042144775,0.761682465672493,63.0,16128.0,450.69026786088943,1032192.0 +204.97,5.400000095367432,2556.0,0.005697576329112053,0.0668538436293602,0.0,1.4145480394363403,2.4884016513824463,-0.0036476198583841324,0.0031416937708854675,0.35110607743263245,0.4985848367214203,0.7155135273933411,64.0,16384.0,457.10012473980896,1048576.0 +275.91,4.900000095367432,2509.0,0.006775036454200745,0.0786539688706398,0.0,1.4048728942871094,2.4780287742614746,-0.005187381524592638,0.0031359714921563864,0.3464636504650116,0.4917832612991333,0.7198678255081177,65.0,16640.0,463.629152628826,1064960.0 +137.43,6.300000190734863,2505.0,0.006328688468784094,0.0743611678481102,0.0,1.5018024444580078,2.4447624683380127,-0.0047944337129592896,0.00312490644864738,0.5177776217460632,0.5145357251167297,0.7176092565059662,66.0,16896.0,470.16911683091894,1081344.0 +121.54,5.599999904632568,2394.0,0.0059877117164433,0.06573486328125,0.0,1.4824695587158203,2.4881482124328613,-0.003614222863689065,0.0031261779367923737,0.4889407455921173,0.5046576261520386,0.7172941267490387,67.0,17152.0,477.012311295839,1097728.0 +163.16,6.400000095367432,2454.0,0.0049532391130924225,0.0528157539665699,0.0,1.5011574029922485,2.461724042892456,-0.005150292534381151,0.00312438583932817,0.5513287782669067,0.487212210893631,0.7244635820388794,68.0,17408.0,483.6889256220311,1114112.0 +128.91,6.5,2431.0,0.003970421385020018,0.03399658203125,0.0,1.5931644439697266,2.40016508102417,-0.0024320988450199366,0.003117095911875367,0.7325634956359863,0.48768290877342224,0.7285772264003754,69.0,17664.0,490.42823618184775,1130496.0 +129.09,6.0,2482.0,0.006539788097143173,0.0756632462143898,0.0,1.4821890592575073,2.406111717224121,-0.0036131811793893576,0.003117070533335209,0.5511248707771301,0.4566495716571808,0.7386555969715118,70.0,17920.0,497.0294446379412,1146880.0 +145.09,6.099999904632568,2464.0,0.006615661550313234,0.0808308944106102,0.0,1.4582114219665527,2.4086577892303467,-0.0027752763126045465,0.0031025216449052095,0.4648144543170929,0.4939080476760864,0.746105819940567,71.0,18176.0,503.67812892980874,1163264.0 +201.56,5.5,2474.0,0.005961399991065264,0.0706990584731102,0.0,1.4695719480514526,2.4069063663482666,-0.002914974233135581,0.0031014757696539164,0.5099664330482483,0.4763200581073761,0.7309399545192719,72.0,18432.0,510.30045000696555,1179648.0 +121.85,6.900000095367432,2543.0,0.006601316388696432,0.0826212540268898,0.0,1.4471254348754883,2.426600933074951,-0.004616452846676111,0.003104862757027149,0.4873790740966797,0.45951712131500244,0.7236168682575226,73.0,18688.0,516.7425245419145,1196032.0 +178.29,6.199999809265137,2492.0,0.00539811747148633,0.0588785819709301,0.0,1.3647438287734985,2.4542129039764404,-0.003948951605707407,0.0031011803075671196,0.3434491455554962,0.4437122642993927,0.7908297479152679,74.0,18944.0,523.3165211300366,1212416.0 +169.84,5.800000190734863,2561.0,0.006772106047719717,0.0811767578125,0.0,1.356810212135315,2.4566826820373535,-0.004115821328014135,0.003093285486102104,0.3284202516078949,0.4472879469394684,0.8093511015176773,75.0,19200.0,529.7144546888303,1228800.0 +180.69,5.800000190734863,2466.0,0.004828419536352158,0.0471394844353199,0.0,1.3684195280075073,2.460761308670044,-0.0044108424335718155,0.003083481453359127,0.35777080059051514,0.44773292541503906,0.7630796283483505,76.0,19456.0,536.3578584208153,1245184.0 +205.23,6.5,2438.0,0.006148435641080141,0.0756632462143898,0.0,1.481993556022644,2.4465677738189697,-0.005355167668312788,0.003080981783568859,0.5737869143486023,0.45937982201576233,0.6933013796806335,77.0,19712.0,543.076922436012,1261568.0 +101.53,6.599999904632568,2425.0,0.005446925293654203,0.0576985664665699,0.0,1.465403437614441,2.427546739578247,-0.003274521790444851,0.003083307296037674,0.5604662895202637,0.4382976293563843,0.7432965636253357,78.0,19968.0,549.8329838248901,1277952.0 +122.16,6.400000095367432,2456.0,0.0057969163171947,0.065185546875,0.0,1.37039315700531,2.442314863204956,-0.0045235236175358295,0.0030761780217289925,0.39507150650024414,0.42403995990753174,0.7927765399217606,79.0,20224.0,556.5035067489371,1294336.0 +123.18,6.300000190734863,2545.0,0.007502386346459389,0.1006673201918602,0.0,1.430822491645813,2.44002366065979,-0.003537517972290516,0.0030683521181344986,0.49772194027900696,0.44116997718811035,0.7683364301919937,80.0,20480.0,562.940803648904,1310720.0 +203.53,5.699999809265137,2455.0,0.007713824976235628,0.105224609375,0.0,1.4575557708740234,2.432288885116577,-0.004529227968305349,0.003063427284359932,0.5491253137588501,0.4468090832233429,0.7118004560470581,81.0,20736.0,569.6139917098917,1327104.0 +175.34,6.0,2449.0,0.008690424263477325,0.12274169921875,0.0,1.5328669548034668,2.380019426345825,7.33441484044306e-05,0.0030694056767970324,0.6928626894950867,0.4410727918148041,0.6926777362823486,82.0,20992.0,576.3050010248553,1343488.0 +98.62,6.5,2472.0,0.005244243424385786,0.0561319999396801,0.0,1.424477458000183,2.376410722732544,-0.002262718044221401,0.0030645886436104774,0.4892798364162445,0.43646368384361267,0.7750531286001205,83.0,21248.0,582.9337070719339,1359872.0 +134.43,6.400000095367432,2476.0,0.005293814931064844,0.05718994140625,0.0,1.3836342096328735,2.3929240703582764,-0.002988228341564536,0.0030661148484796286,0.4272138774394989,0.4211381673812866,0.7626026272773743,84.0,21504.0,589.5503690498881,1376256.0 +203.78,5.5,2495.0,0.004796335007995367,0.0515340156853199,0.0,1.5028867721557617,2.386744499206543,-0.00241416716016829,0.0030527168419212103,0.6368846297264099,0.45033714175224304,0.6469288468360901,85.0,21760.0,596.1157809658907,1392640.0 +212.64,5.300000190734863,2476.0,0.004247563425451517,0.0340779609978199,0.0,1.4467368125915527,2.443110704421997,-0.0019420484313741326,0.0030556321144104004,0.5260131359100342,0.4478627145290375,0.6966249644756317,86.0,22016.0,602.7331821299158,1409024.0 +124.44,6.199999809265137,2512.0,0.004330620635300875,0.0439249686896801,0.0,1.3741497993469238,2.441603422164917,-0.0016942350193858147,0.003055425127968192,0.39974474906921387,0.4321041405200958,0.762082889676094,87.0,22272.0,609.2536715948954,1425408.0 +123.37,6.199999809265137,2556.0,0.005471348762512207,0.05645751953125,0.0,1.4118577241897583,2.4368937015533447,-0.0025372025556862354,0.0030531783122569323,0.45019638538360596,0.45490583777427673,0.7132012844085693,88.0,22528.0,615.6629900499247,1441792.0 +197.35,5.099999904632568,2591.0,0.005471019074320793,0.05682373046875,0.0,1.423970103263855,2.43405818939209,-0.0037906253710389137,0.0030440313275903463,0.4908309280872345,0.4480833113193512,0.7152683436870575,89.0,22784.0,621.9861782549415,1458176.0 +218.43,5.800000190734863,2425.0,0.004194330889731646,0.0431315116584301,0.0,1.4927412271499634,2.409151315689087,-0.0034330133348703384,0.0030444019939750433,0.6453034281730652,0.4330873489379883,0.6737367808818817,90.0,23040.0,628.742545746034,1474560.0 +162.13,5.800000190734863,2462.0,0.004781816154718399,0.05035400390625,0.0,1.427042007446289,2.438993453979492,-0.0022207030560821295,0.003044366603717208,0.5079516768455505,0.43647274374961853,0.6570254266262054,91.0,23296.0,635.3975837680046,1490944.0 +201.08,5.699999809265137,2428.0,0.006341880187392235,0.0745849609375,0.0,1.3846769332885742,2.4060535430908203,-0.0035630783531814814,0.0030495182145386934,0.4068906605243683,0.4488823711872101,0.7512131035327911,92.0,23552.0,642.1443090259563,1507328.0 +169.15,5.599999904632568,2445.0,0.007015253882855177,0.0929972305893898,0.0,1.3024321794509888,2.412809133529663,-0.00432200962677598,0.0030403740238398314,0.26785874366760254,0.4340217411518097,0.7555872946977615,93.0,23808.0,648.844733210979,1523712.0 +208.0,6.199999809265137,2517.0,0.006788098718971014,0.087158203125,0.0,1.4154558181762695,2.3880603313446045,-0.0038925737608224154,0.003042620373889804,0.5208696126937866,0.4097822904586792,0.678029328584671,94.0,24064.0,655.3552674378734,1540096.0 +120.4,7.099999904632568,2421.0,0.007133571431040764,0.09771728515625,0.0,1.3886908292770386,2.364666223526001,-0.0026547301094979048,0.0030313304159790277,0.4562020003795624,0.4221159517765045,0.7169849276542664,95.0,24320.0,662.1217186809517,1556480.0 +200.84,5.699999809265137,2446.0,0.007784910500049591,0.10137939453125,0.0,1.4144924879074097,2.398078680038452,-0.004713860340416431,0.003027966246008873,0.5238453149795532,0.4146118462085724,0.6474762558937073,96.0,24576.0,668.8189072038513,1572864.0 +107.54,6.199999809265137,2572.0,0.0050627910532057285,0.0487467460334301,0.0,1.3220574855804443,2.3885624408721924,-0.0027545697521418333,0.0030216698069125414,0.33204737305641174,0.4200612008571625,0.6996133625507355,97.0,24832.0,675.1886830870062,1589248.0 +160.02,6.0,2564.0,0.0068694776855409145,0.091796875,0.0,1.3117088079452515,2.3840668201446533,-0.004337880294770002,0.0030155798885971308,0.3320145308971405,0.40874847769737244,0.7435981035232544,98.0,25088.0,681.5796318948269,1605632.0 +214.92,5.800000190734863,2501.0,0.006704568397253752,0.0843912735581398,0.0,1.4211162328720093,2.3623664379119873,-0.0037540087942034006,0.0030150169041007757,0.5507903695106506,0.4077548086643219,0.695778101682663,99.0,25344.0,688.1304512268398,1622016.0 +165.24,6.0,2582.0,0.007304934319108725,0.0919392928481102,0.0,1.5401387214660645,2.3426475524902344,-0.005035087000578642,0.0030067868065088987,0.37218472361564636,0.40351399779319763,0.7621733844280243,100.0,25600.0,694.4749611008447,1638400.0 +168.23,6.699999809265137,2588.0,0.006907213479280472,0.0801188126206398,0.0,1.560463786125183,2.4071550369262695,-0.005099702160805464,0.003008482977747917,0.4394487142562866,0.3852904736995697,0.7211514711380005,101.0,25856.0,700.8064840428997,1654784.0 +151.58,6.400000095367432,2508.0,0.005821092054247856,0.0682576522231102,0.0,1.514313817024231,2.381486177444458,-0.0037999351043254137,0.003004674566909671,0.33495426177978516,0.3934582471847534,0.7855526804924011,102.0,26112.0,707.3398069678806,1671168.0 +200.8,6.599999904632568,2600.0,0.006935024168342352,0.0873616561293602,0.0,1.578111171722412,2.3724045753479004,-0.003967741969972849,0.002999125747010112,0.4599222242832184,0.3981502056121826,0.739406555891037,103.0,26368.0,713.6417809890117,1687552.0 +178.76,5.199999809265137,2583.0,0.007456088438630104,0.0961507186293602,0.0,1.6331971883773804,2.3615734577178955,-0.002628667512908578,0.0029964835848659277,0.5513791441917419,0.4103816747665405,0.7167625725269318,104.0,26624.0,719.9843340928201,1703936.0 +157.17,5.699999809265137,2508.0,0.006034956779330969,0.06268310546875,0.0,1.6211142539978027,2.328495502471924,-0.003182194195687771,0.002994412323459983,0.5600412487983704,0.3890846073627472,0.713403046131134,105.0,26880.0,726.5164327409584,1720320.0 +113.49,6.900000095367432,2534.0,0.003898131661117077,0.0362752266228199,0.0,1.5545786619186401,2.3501312732696533,-0.003446844406425953,0.0029810890555381775,0.41431036591529846,0.4051399230957031,0.7647998183965683,106.0,27136.0,732.9805461179931,1736704.0 +163.18,6.099999904632568,2462.0,0.004028452094644308,0.03387451171875,0.0,1.532863974571228,2.3063294887542725,-0.0031394099351018667,0.0029849812854081392,0.3819356858730316,0.3945424556732178,0.7936265468597412,107.0,27392.0,739.6349967629649,1753088.0 +154.72,6.0,2560.0,0.006026214454323053,0.0735066756606102,0.0,1.5793070793151855,2.3367092609405518,-0.0031238505616784096,0.0029839705675840378,0.4685697853565216,0.39975714683532715,0.7300345003604889,108.0,27648.0,746.0340786259621,1769472.0 +226.87,6.400000095367432,2450.0,0.006553769111633301,0.0796101912856102,0.0,1.5356754064559937,2.3664121627807617,-0.003330663777887821,0.002983870916068554,0.39276251196861267,0.3926009237766266,0.7601789087057114,109.0,27904.0,752.7196947759949,1785856.0 +184.61,6.5,2440.0,0.006376894190907478,0.0775553360581398,0.0,1.6323570013046265,2.368156671524048,-0.0037419311702251434,0.002986615290865302,0.6003034114837646,0.3820420503616333,0.640659749507904,110.0,28160.0,759.4337445879355,1802240.0 +118.69,6.800000190734863,2530.0,0.006547262892127037,0.0749308243393898,0.0,1.6227580308914185,2.3732519149780273,-0.00414469325914979,0.0029822068754583597,0.5767989754676819,0.3878423273563385,0.6343144774436951,111.0,28416.0,765.9104660369921,1818624.0 +104.16,6.900000095367432,2424.0,0.005770228803157806,0.0607096366584301,0.0,1.6251424551010132,2.3624489307403564,-0.0031998895574361086,0.002974376082420349,0.5567106604576111,0.40744829177856445,0.6375351846218109,112.0,28672.0,772.6690344719682,1835008.0 +143.12,6.800000190734863,2468.0,0.00644588703289628,0.07977294921875,0.0,1.5899990797042847,2.318678617477417,-0.0036807237192988396,0.00297568179666996,0.4997450113296509,0.3976682424545288,0.6333085000514984,113.0,28928.0,779.3094015098177,1851392.0 +138.09,7.0,2451.0,0.00503013888373971,0.0528971366584301,0.0,1.5654462575912476,2.322843551635742,-0.0025885533541440964,0.002977186581119895,0.4628767967224121,0.3870275020599365,0.649503082036972,114.0,29184.0,785.9936849570367,1867776.0 +141.59,5.900000095367432,2473.0,0.0061739063821733,0.07373046875,0.0,1.6495733261108398,2.353381395339966,-0.0028193348553031683,0.0029709087684750557,0.6272994875907898,0.39354774355888367,0.6014734506607056,115.0,29440.0,792.6174606499262,1884160.0 +150.16,6.699999809265137,2496.0,0.0057136970572173595,0.0590413399040699,0.0,1.605899453163147,2.310159921646118,-0.004008279647678137,0.0029682086315006018,0.5503633618354797,0.3887617290019989,0.592634379863739,116.0,29696.0,799.1799434770364,1900544.0 +168.77,5.900000095367432,2561.0,0.005201827269047499,0.0604248046875,0.0,1.6388300657272339,2.2835357189178467,-0.00373504008166492,0.0029645368922501802,0.6172770857810974,0.38912713527679443,0.5217176377773285,117.0,29952.0,805.5779411178082,1916928.0 +171.19,5.699999809265137,2496.0,0.0058281212113797665,0.0738321915268898,0.0,1.6429100036621094,2.2957961559295654,-0.0031701030675321817,0.0029642777517437935,0.5811313986778259,0.41920235753059387,0.576745867729187,118.0,30208.0,812.1407211800106,1933312.0 +163.02,6.099999904632568,2467.0,0.006275686901062727,0.0838623046875,0.0,1.5616506338119507,2.3258180618286133,-0.002905796514824033,0.002965811640024185,0.4403713643550873,0.4034790098667145,0.5970164239406586,119.0,30464.0,818.7820081978571,1949696.0 +193.33,5.599999904632568,2525.0,0.006509395781904459,0.083984375,0.0,1.5867348909378052,2.3445932865142822,-0.0037160187494009733,0.0029630260542035103,0.5043790936470032,0.3967038094997406,0.5950611531734467,120.0,30720.0,825.2713875628542,1966080.0 +196.01,5.699999809265137,2520.0,0.006640020292252302,0.0843912735581398,0.0,1.6113578081130981,2.3230974674224854,-0.004000816494226456,0.0029607403557747602,0.5577472448348999,0.39510011672973633,0.5753907859325409,121.0,30976.0,831.77403563587,1982464.0 +142.43,6.900000095367432,2588.0,0.007003577891737223,0.09039306640625,0.0,1.603621006011963,2.308567762374878,-0.003538962220773101,0.0029612865764647722,0.5493585467338562,0.3891031742095947,0.6442506909370422,122.0,31232.0,838.1063643398229,1998848.0 +177.18,6.599999904632568,2605.0,0.0062212892808020115,0.0788167342543602,0.0,1.4919805526733398,2.329425811767578,-0.004097303841263056,0.002949141664430499,0.3161182105541229,0.4031025469303131,0.7637390643358231,123.0,31488.0,844.3955868459307,2015232.0 +180.84,6.599999904632568,2576.0,0.00585593655705452,0.0662841796875,0.0,1.4949289560317993,2.375722885131836,-0.0029848224949091673,0.0029491372406482697,0.3516758382320404,0.38175293803215027,0.748717874288559,124.0,31744.0,850.7568087349646,2031616.0 +183.36,6.199999809265137,2434.0,0.006597524508833885,0.08154296875,0.0,1.5423645973205566,2.367753744125366,-0.0037773288786411285,0.0029386477544903755,0.4160960018634796,0.4089812934398651,0.7140766084194183,125.0,32000.0,857.4865611328278,2048000.0 +196.19,5.5,2488.0,0.006974267307668924,0.0885416641831398,0.0,1.7070960998535156,2.3552238941192627,-0.00362560898065567,0.00293956627137959,0.7456551194190979,0.408073753118515,0.5103310942649841,126.0,32256.0,864.0723535579164,2064384.0 +148.94,5.199999809265137,2483.0,0.006054930854588747,0.0743001326918602,0.0,1.66631281375885,2.33290696144104,-0.00446150591596961,0.0029376547317951918,0.6751236915588379,0.40226444602012634,0.5422237515449524,127.0,32512.0,870.6701943008229,2080768.0 +126.66,6.800000190734863,2554.0,0.006730679888278246,0.0863037109375,0.0,1.5346852540969849,2.297588586807251,-0.004336447920650244,0.002929879119619727,0.4127224385738373,0.4049035608768463,0.6591246128082275,128.0,32768.0,877.0868441658095,2097152.0 +136.83,6.599999904632568,2668.0,0.007304424419999123,0.0938517227768898,0.0,1.5467106103897095,2.2710492610931396,-0.004956827498972416,0.002925419481471181,0.440225213766098,0.4052422344684601,0.661844402551651,129.0,33024.0,883.2287405498791,2113536.0 +202.83,6.099999904632568,2586.0,0.0074399844743311405,0.0968221053481102,0.0,1.6305078268051147,2.281761884689331,-0.002181864809244871,0.002927881432697177,0.5863510966300964,0.4151371717453003,0.6006046533584595,130.0,33280.0,889.5639073408674,2129920.0 +177.98,6.599999904632568,2615.0,0.0078272121027112,0.1055704727768898,0.0,1.5812621116638184,2.267202854156494,-0.00373647827655077,0.0029355355072766542,0.4960120618343353,0.40763190388679504,0.5925154387950897,131.0,33536.0,895.830234275898,2146304.0 +198.14,6.199999809265137,2553.0,0.0075865196995437145,0.10052490234375,0.0,1.5406054258346558,2.3123650550842285,-0.0035394865553826094,0.002923622028902173,0.42673835158348083,0.4056363105773926,0.6264037489891052,132.0,33792.0,902.24867175892,2162688.0 +126.76,6.400000095367432,2524.0,0.010761192999780178,0.1493326872587204,0.0,1.5989645719528198,2.270372152328491,-0.0021335824858397245,0.0029167516622692347,0.5357270836830139,0.4118836224079132,0.5486274063587189,133.0,34048.0,908.7386417868547,2179072.0 +152.12,6.5,2605.0,0.005647807847708464,0.0635782852768898,0.0,1.6398268938064575,2.2221827507019043,-0.002582190791144967,0.0029160287231206894,0.6110995411872864,0.41658028960227966,0.5202189385890961,134.0,34304.0,915.0281161218882,2195456.0 +135.78,7.199999809265137,2574.0,0.007398021873086691,0.0996907576918602,0.0,1.475693702697754,2.2436540126800537,-0.003164989873766899,0.0029169609770178795,0.27820682525634766,0.42040500044822693,0.7030580341815948,135.0,34560.0,921.3929039509967,2211840.0 +186.48,6.5,2497.0,0.005908958613872528,0.0652058944106102,0.0,1.6042238473892212,2.26466965675354,-0.0032968102023005486,0.002917785895988345,0.5070629119873047,0.4399152994155884,0.5560556948184967,136.0,34816.0,927.954059163807,2228224.0 +191.23,6.400000095367432,2473.0,0.006840162444859743,0.0920003280043602,0.0,1.5305641889572144,2.2721216678619385,-0.0037276518996804953,0.0029041089583188295,0.4133765995502472,0.4104626476764679,0.6034400463104248,137.0,35072.0,934.5781035178807,2244608.0 +209.08,5.800000190734863,2478.0,0.006250087171792984,0.0726521834731102,0.0,1.5912929773330688,2.3158607482910156,-0.003132987068966031,0.002907590242102742,0.5260236859321594,0.4145810604095459,0.5161916613578796,138.0,35328.0,941.1903578559868,2260992.0 +159.46,6.0,2482.0,0.007123766001313925,0.091552734375,0.0,1.5819288492202759,2.2996952533721924,-0.0026944323908537626,0.0028962406795471907,0.4896160662174225,0.43162068724632263,0.5151929557323456,139.0,35584.0,947.7921129409224,2277376.0 +189.37,5.699999809265137,2543.0,0.006648421287536621,0.0830078125,0.0,1.5729913711547852,2.2810041904449463,-0.0028270648326724768,0.002903836779296398,0.5162513852119446,0.39705076813697815,0.48572611808776855,140.0,35840.0,954.2353970350232,2293760.0 +180.74,5.699999809265137,2493.0,0.0067109824158251286,0.0900472030043602,0.0,1.5792018175125122,2.2829344272613525,-0.00447475491091609,0.0029051729943603277,0.5371244549751282,0.392852783203125,0.45507800579071045,141.0,36096.0,960.8055237350054,2310144.0 +185.8,7.0,2490.0,0.005305662751197815,0.0616048164665699,0.0,1.5519460439682007,2.2884457111358643,-0.0023871194571256638,0.0029046146664768457,0.44798707962036133,0.41420844197273254,0.6241687536239624,142.0,36352.0,967.3857073269319,2326528.0 +168.25,6.699999809265137,2534.0,0.004965495318174362,0.0528971366584301,0.0,1.673022747039795,2.3029916286468506,-0.0025170480366796255,0.002908148104324937,0.6969332695007324,0.40813684463500977,0.4897250533103943,143.0,36608.0,973.8500078399666,2342912.0 +126.02,6.699999809265137,2531.0,0.007200220599770546,0.0901285782456398,0.0,1.5483001470565796,2.2753167152404785,-0.0025353410746902227,0.0029059769585728645,0.46313345432281494,0.3980763256549835,0.6350507140159607,144.0,36864.0,980.3220277889632,2359296.0 +97.24,7.199999809265137,2545.0,0.0071572125889360905,0.0932210311293602,0.0,1.5092283487319946,2.265411138534546,-0.0030261955689638853,0.0029102929402142763,0.3884529173374176,0.39407065510749817,0.641361802816391,145.0,37120.0,986.760081327986,2375680.0 +187.63,6.400000095367432,2445.0,0.006831038743257523,0.08367919921875,0.0,1.5900887250900269,2.246800661087036,-0.002507901517674327,0.0029132540803402662,0.5542095303535461,0.388834685087204,0.4931309223175049,146.0,37376.0,993.4616381470114,2392064.0 +204.15,6.300000190734863,2468.0,0.005977401975542307,0.06610107421875,0.0,1.64956533908844,2.270662546157837,-0.002487590303644538,0.0029007529374212027,0.6601822972297668,0.40433862805366516,0.4003123641014099,147.0,37632.0,1000.0987067939714,2408448.0 +212.97,5.699999809265137,2505.0,0.0063621182925999165,0.0854085311293602,0.0,1.6282061338424683,2.2520558834075928,-0.002158296061679721,0.002889155177399516,0.5499423146247864,0.4559931755065918,0.45444488525390625,148.0,37888.0,1006.6392590049654,2424832.0 +125.45,6.699999809265137,2444.0,0.00783565267920494,0.1078898087143898,0.0,1.5693360567092896,2.2093324661254883,-0.0028138377238065004,0.0028935186564922333,0.4794746935367584,0.4215244948863983,0.48797690868377686,149.0,38144.0,1013.3426126600243,2441216.0 +177.55,5.900000095367432,2576.0,0.008317609317600727,0.1138509139418602,0.0,1.8401060104370117,2.2204794883728027,-0.002800044836476445,0.002880377694964409,0.5647329092025757,0.4496551752090454,0.45614975690841675,150.0,38400.0,1019.702715260908,2457600.0 +207.95,6.300000190734863,2435.0,0.008761877194046974,0.1202799454331398,0.0,1.7654706239700317,2.2581844329833984,-0.0025587312411516905,0.002894939621910453,0.47909876704216003,0.4045446217060089,0.4389317035675049,151.0,38656.0,1026.436797629809,2473984.0 +185.45,5.900000095367432,2608.0,0.007581366691738367,0.0989176407456398,0.0,1.7890100479125977,2.2486917972564697,-0.0012131707044318318,0.002886106027290225,0.5316858291625977,0.4039526879787445,0.4182744026184082,152.0,38912.0,1032.7180979438126,2490368.0 +219.53,5.900000095367432,2576.0,0.0062730684876441956,0.08636474609375,0.0,1.8664034605026245,2.2764647006988525,-0.0031527250539511442,0.0028750591445714235,0.6468535661697388,0.4357769787311554,0.3373076915740967,153.0,39168.0,1039.0778771098703,2506752.0 +163.57,6.400000095367432,2556.0,0.007311241701245308,0.099609375,0.0,1.8321729898452759,2.2869436740875244,-0.0027190949767827988,0.0028772747609764338,0.5951565504074097,0.4242676794528961,0.3791291117668152,154.0,39424.0,1045.4872988318093,2523136.0 +198.82,6.199999809265137,2602.0,0.008843827061355114,0.1169026717543602,0.0,1.764813780784607,2.263056993484497,-0.0021033238153904676,0.002889305353164673,0.46275997161865234,0.4158461391925812,0.5080719590187073,155.0,39680.0,1051.7851436820347,2539520.0 +131.49,7.300000190734863,2594.0,0.007863927632570267,0.1050008162856102,0.0,1.7089033126831055,2.3051774501800537,-0.0024381205439567566,0.002877633785828948,0.3448316752910614,0.4262309968471527,0.596667468547821,156.0,39936.0,1058.1010443109553,2555904.0 +168.07,5.199999809265137,2503.0,0.006685495376586914,0.0783894881606102,0.0,1.9066716432571411,2.314040422439575,-0.002384582068771124,0.002878943458199501,0.7554988861083984,0.4165848195552826,0.3694345951080322,157.0,40192.0,1064.6476433980279,2572288.0 +212.44,5.699999809265137,2460.0,0.006173103582113981,0.0791422501206398,0.0,1.8339800834655762,2.3172190189361572,-0.0027016724925488234,0.0028901423793286085,0.6071634888648987,0.41316425800323486,0.43231064081192017,158.0,40448.0,1071.306807655841,2588672.0 +162.24,6.699999809265137,2508.0,0.008528760634362698,0.12103271484375,0.0,1.7702397108078003,2.305347204208374,-0.0029386195819824934,0.002871114993467927,0.47166207432746887,0.4276077449321747,0.5657433271408081,159.0,40704.0,1077.8379976258148,2605056.0 +135.53,8.0,2482.0,0.007495399098843336,0.08721923828125,0.0,1.7174538373947144,2.3071444034576416,-0.003630148945376277,0.0028799951542168856,0.3439202606678009,0.43725037574768066,0.6301600635051727,160.0,40960.0,1084.4387181138154,2621440.0 +164.34,6.5,2455.0,0.0069608683697879314,0.0856730118393898,0.0,1.8748716115951538,2.310502767562866,-0.0034583257511258125,0.0028753597289323807,0.6802789568901062,0.42655375599861145,0.4728301763534546,161.0,41216.0,1091.1116154119372,2637824.0 +149.78,6.699999809265137,2445.0,0.006476441863924265,0.0685221329331398,0.0,1.7679924964904785,2.307443857192993,-0.002877603517845273,0.002859070897102356,0.46501168608665466,0.4348691403865814,0.5644863843917847,162.0,41472.0,1097.812555167824,2654208.0 +113.36,6.0,2447.0,0.006880542263388634,0.0768636092543602,0.0,1.745773196220398,2.3188366889953613,-0.0037074561696499586,0.002863798290491104,0.444464772939682,0.4193685054779053,0.496498703956604,163.0,41728.0,1104.508089305833,2670592.0 +174.54,6.099999904632568,2477.0,0.00731443427503109,0.091552734375,0.0,1.858458399772644,2.277203321456909,-0.0025360395666211843,0.002861442742869258,0.6254180669784546,0.445168137550354,0.4288555383682251,164.0,41984.0,1111.1211278638802,2686976.0 +142.65,6.300000190734863,2458.0,0.008760144002735615,0.1199951171875,0.0,1.9085279703140259,2.2702152729034424,-0.0030122201424092054,0.0028730283956974745,0.7597461342811584,0.41944918036460876,0.447265088558197,165.0,42240.0,1117.7878461049404,2703360.0 +151.45,6.300000190734863,2533.0,0.007680164184421301,0.096435546875,0.0,1.8129206895828247,2.2477734088897705,-0.002926350338384509,0.0028695249930024147,0.5703884959220886,0.4197218120098114,0.5151676833629608,166.0,42496.0,1124.254499730887,2719744.0 +132.14,6.800000190734863,2485.0,0.008873478509485722,0.1105550155043602,0.0,1.787330985069275,2.29158616065979,-0.004017115104943514,0.0028572026640176773,0.5182725191116333,0.42826780676841736,0.5042068064212799,167.0,42752.0,1130.8461073129438,2736128.0 +197.17,6.400000095367432,2461.0,0.008883344940841198,0.11199951171875,0.0,1.796800971031189,2.239161729812622,-0.0024252242874354124,0.0028538936749100685,0.5280013680458069,0.4328945577144623,0.5202220976352692,168.0,43008.0,1137.5036300399806,2752512.0 +133.86,6.199999809265137,2480.0,0.008525828830897808,0.1083170548081398,0.0,1.8411016464233398,2.228149175643921,-0.002763059688732028,0.002850174205377698,0.640271008014679,0.4208954870700836,0.5177887678146362,169.0,43264.0,1144.1096364378463,2768896.0 +157.04,6.800000190734863,2504.0,0.007632644381374121,0.0995890274643898,0.0,1.7138792276382446,2.2002365589141846,-0.0036755467299371958,0.002847191644832492,0.39524295926094055,0.41752147674560547,0.6458469033241272,170.0,43520.0,1150.6509312398266,2785280.0 +212.02,6.900000095367432,2515.0,0.008039983920753002,0.1035563126206398,0.0,1.8052045106887817,2.2106354236602783,-0.0031280710827559233,0.002845827490091324,0.5635207295417786,0.42625463008880615,0.5624850988388062,171.0,43776.0,1157.1648452428635,2801664.0 +160.92,6.800000190734863,2641.0,0.007661083247512579,0.0993855819106102,0.0,1.779898762702942,2.193401575088501,-0.0035672225058078766,0.0028403105679899454,0.4842824637889862,0.44642242789268494,0.556283175945282,172.0,44032.0,1163.3675525579602,2818048.0 +125.33,6.199999809265137,2583.0,0.007188420742750168,0.0970865860581398,0.0,1.7856749296188354,2.169245481491089,-0.0031584047246724367,0.002840562490746379,0.4980749785900116,0.44418227672576904,0.6093324422836304,173.0,44288.0,1169.709972318029,2834432.0 +156.6,6.5,2518.0,0.0067419311963021755,0.0864664688706398,0.0,1.7484439611434937,2.1325390338897705,-0.0036821167450398207,0.002836391096934676,0.39709901809692383,0.4622844457626343,0.6052094101905823,174.0,44544.0,1176.216891401913,2850816.0 +243.0,5.800000190734863,2461.0,0.005969323683530092,0.0665690079331398,0.0,1.857007622718811,2.129734992980957,-0.0031766097526997328,0.002840188564732671,0.6485968828201294,0.43922877311706543,0.46105313301086426,175.0,44800.0,1182.8743418608792,2867200.0 +158.54,6.300000190734863,2513.0,0.006542264949530363,0.0813191756606102,0.0,1.7292698621749878,2.1746132373809814,-0.002517817774787545,0.002847219118848443,0.38915273547172546,0.4378322660923004,0.5365350246429443,176.0,45056.0,1189.3937472249381,2883584.0 +181.68,7.0,2480.0,0.0071061402559280396,0.0853271484375,0.0,1.7661033868789673,2.169177293777466,-0.003786854213103652,0.0028399676084518433,0.46350714564323425,0.4424980878829956,0.5377338826656342,177.0,45312.0,1196.0005807958078,2899968.0 +164.67,6.400000095367432,2497.0,0.008268235251307487,0.1180216446518898,0.0,1.7337318658828735,2.164327383041382,-0.00417857151478529,0.0028411969542503357,0.4474925100803375,0.41320160031318665,0.524678498506546,178.0,45568.0,1202.5610284728464,2916352.0 +177.94,6.5,2492.0,0.011007516644895077,0.1624552458524704,0.0,1.8411078453063965,2.1730377674102783,-0.0013662787387147546,0.0028380367439240217,0.6298714280128479,0.4308548867702484,0.4650595188140869,179.0,45824.0,1209.136505445931,2932736.0 +182.3,5.800000190734863,2555.0,0.007414361461997032,0.0914510115981102,0.0,1.8805427551269531,2.18660569190979,-0.0036703504156321287,0.0028333684895187616,0.7036226391792297,0.439157634973526,0.4139958620071411,180.0,46080.0,1215.5489336040337,2949120.0 +173.46,7.0,2584.0,0.007656833156943321,0.09466552734375,0.0,1.7006969451904297,2.157397508621216,-0.003133560763671994,0.0028280625119805336,0.3415888547897339,0.4422193765640259,0.5662014782428741,181.0,46336.0,1221.8892800819594,2965504.0 +201.21,6.5,2548.0,0.00784503947943449,0.0964151993393898,0.0,1.723029613494873,2.1132545471191406,-0.0032896902412176132,0.0028277121018618345,0.3878023624420166,0.4411299526691437,0.5624671578407288,182.0,46592.0,1228.3200118509121,2981888.0 +220.52,6.099999904632568,2602.0,0.007528738584369421,0.1078084334731102,0.0,1.7708815336227417,2.104496717453003,-0.0037470690440386534,0.0028298150282353163,0.5224946141242981,0.41724348068237305,0.4947119951248169,183.0,46848.0,1234.6181502889376,2998272.0 +198.08,5.400000095367432,2589.0,0.00505556957796216,0.0590616874396801,0.0,1.908162236213684,2.068784713745117,-0.0013867332600057125,0.0028225339483469725,0.7700106501579285,0.43378564715385437,0.42396658658981323,184.0,47104.0,1240.9452199838124,3014656.0 +127.36,6.699999809265137,2565.0,0.0074538844637572765,0.0969441756606102,0.0,1.8302494287490845,2.1449170112609863,-0.003160475054755807,0.0028248047456145287,0.6376965045928955,0.42164042592048645,0.4689371585845947,185.0,47360.0,1247.3313270579092,3031040.0 +181.56,6.300000190734863,2451.0,0.008808611892163754,0.1253865510225296,0.0,1.7926231622695923,2.1039719581604004,-0.0037056582514196634,0.002821601228788495,0.5383641123771667,0.4377801716327667,0.4885454773902893,186.0,47616.0,1254.0148622819688,3047424.0 +168.5,6.5,2517.0,0.006689445581287146,0.0822550430893898,0.0,1.739364743232727,2.1310887336730957,-0.0034972643479704857,0.00281921005807817,0.4437832832336426,0.43192538619041443,0.5315010845661163,187.0,47872.0,1260.5244706280064,3063808.0 +182.26,5.599999904632568,2566.0,0.007070781663060188,0.0958048477768898,0.0,1.7971495389938354,2.15299391746521,-0.0022980321664363146,0.0028214070480316877,0.5605774521827698,0.4289250671863556,0.474091112613678,188.0,48128.0,1266.909595263889,3080192.0 +134.24,7.0,2574.0,0.006315708626061678,0.0787150040268898,0.0,1.6290429830551147,2.1525533199310303,-0.003360438859090209,0.002818673150613904,0.24297462403774261,0.4204443693161011,0.6481984853744507,189.0,48384.0,1273.2736297999509,3096576.0 +215.5,5.599999904632568,2602.0,0.006568803917616606,0.080810546875,0.0,1.7394905090332031,2.155592441558838,-0.0018660571658983827,0.002821088070049882,0.4852932393550873,0.4046988785266876,0.40352457761764526,190.0,48640.0,1279.5700003269594,3112960.0 +195.35,6.599999904632568,2471.0,0.005589624401181936,0.0676676407456398,0.0,1.707527756690979,2.123366117477417,-0.004032535944133997,0.002811201149597764,0.4001997411251068,0.4244818687438965,0.5849144160747528,191.0,48896.0,1286.200982091017,3129344.0 +212.78,6.400000095367432,2487.0,0.0064901127479970455,0.0809326171875,0.0,1.7846198081970215,2.0941364765167236,-0.003977998159825802,0.002805711468681693,0.531839907169342,0.4402717649936676,0.5465439558029175,192.0,49152.0,1292.78765860782,3145728.0 +221.85,5.5,2468.0,0.008275660686194897,0.1126302108168602,0.0,1.8500409126281738,2.1433823108673096,-0.0019486121600493789,0.0028016865253448486,0.622495174407959,0.4644414186477661,0.5091661214828491,193.0,49408.0,1299.4262158849742,3162112.0 +136.38,6.199999809265137,2470.0,0.0073434836231172085,0.08648681640625,0.0,1.7821718454360962,2.132920026779175,-0.0026554008945822716,0.0028043354395776987,0.510604202747345,0.4495983123779297,0.5380351543426514,194.0,49664.0,1306.058727407828,3178496.0 +205.74,5.5,2464.0,0.006211130414158106,0.070068359375,0.0,1.8559101819992065,2.1400609016418457,-0.0025369494687765837,0.002809072844684124,0.6545957326889038,0.4492546617984772,0.48023223876953125,195.0,49920.0,1312.7075498530176,3194880.0 +161.24,6.199999809265137,2470.0,0.008338681422173977,0.1069539412856102,0.0,1.7330354452133179,2.148104667663574,-0.004202226176857948,0.0028141506481915712,0.4507580101490021,0.4237780272960663,0.564670205116272,196.0,50176.0,1319.33916304796,3211264.0 +163.85,7.099999904632568,2507.0,0.006281442474573851,0.0826619490981102,0.0,1.794192910194397,2.086857557296753,-0.004253362771123648,0.0028181567322462797,0.5787716507911682,0.41770270466804504,0.4681779742240906,197.0,50432.0,1325.8733767869417,3227648.0 +125.0,6.5,2531.0,0.00753343990072608,0.0890299454331398,0.0,1.7589082717895508,2.1039955615997314,-0.0028506722301244736,0.002819501794874668,0.47917771339416504,0.4328876733779907,0.5734614133834839,198.0,50688.0,1332.3467002548277,3244032.0 +150.49,7.800000190734863,2622.0,0.008517864160239697,0.11224365234375,0.0,1.7130047082901,2.0782742500305176,-0.004127752035856247,0.0028205227572470903,0.3819042444229126,0.43685880303382874,0.5955344140529633,199.0,50944.0,1338.5940377248917,3260416.0 +164.23,7.199999809265137,2571.0,0.008369793184101582,0.117431640625,0.0,1.9325438737869263,2.0890161991119385,-0.0016049068653956056,0.0028087527025491,0.347871869802475,0.42239615321159363,0.583463579416275,200.0,51200.0,1344.965525551932,3276800.0 +208.69,6.5,2482.0,0.006951226387172937,0.0950927734375,0.0,2.0156257152557373,2.1248362064361572,-0.004719909746199846,0.002794802188873291,0.45396527647972107,0.4637388288974762,0.4777643084526062,201.0,51456.0,1351.5675405019429,3293184.0 +187.68,6.099999904632568,2491.0,0.006711333524435759,0.08563232421875,0.0,2.0084636211395264,2.130380868911743,-0.004308543633669615,0.0028008734807372093,0.46264198422431946,0.4485425651073456,0.5472719669342041,202.0,51712.0,1358.1460315848235,3309568.0 +220.76,6.400000095367432,2614.0,0.007080518174916506,0.0810343399643898,0.0,2.072368860244751,2.1587488651275635,-0.0038400471676141024,0.002798951230943203,0.5686100721359253,0.4605158567428589,0.5159071385860443,203.0,51968.0,1364.412307122955,3325952.0 +174.84,6.199999809265137,2503.0,0.006872100289911032,0.0776774063706398,0.0,2.0304760932922363,2.182340383529663,-0.004489848390221596,0.002791530219838023,0.4659898281097412,0.47479307651519775,0.5834993720054626,204.0,52224.0,1370.9586918218993,3342336.0 +179.58,6.099999904632568,2586.0,0.005758215207606554,0.0649820938706398,0.0,2.0011119842529297,2.1717655658721924,-0.0040038456209003925,0.0027865860611200333,0.42422643303871155,0.4679584503173828,0.6455596089363098,205.0,52480.0,1377.2944921769667,3358720.0 +151.05,6.800000190734863,2495.0,0.006449031177908182,0.0725301131606102,0.0,2.0272982120513916,2.1387264728546143,-0.002784373238682747,0.00280145020224154,0.48372361063957214,0.45528316497802734,0.6366774141788483,206.0,52736.0,1383.8615213979501,3375104.0 +185.54,6.0,2447.0,0.007748018950223923,0.09619140625,0.0,2.0543506145477295,2.1707184314727783,-0.004730429034680128,0.0027932636439800262,0.5477227568626404,0.456626296043396,0.5376701056957245,207.0,52992.0,1390.5561814338434,3391488.0 +192.38,6.800000190734863,2503.0,0.006761203054338694,0.0779622420668602,0.0,1.9794734716415405,2.1670491695404053,-0.0035303395707160234,0.002791455015540123,0.35342827439308167,0.4791031777858734,0.6987129151821136,208.0,53248.0,1397.1024322088342,3407872.0 +167.22,7.199999809265137,2501.0,0.007881664671003819,0.1047566756606102,0.0,2.019315004348755,2.1879971027374268,-0.003978464752435684,0.0027867017779499292,0.4788862466812134,0.45868054032325745,0.6004299223423004,209.0,53504.0,1403.6537889719475,3424256.0 +193.05,6.599999904632568,2617.0,0.00899049174040556,0.1282552033662796,0.0,2.020815134048462,2.2334232330322266,-0.004703774116933346,0.00278820120729506,0.5087270140647888,0.4453757107257843,0.5681034922599792,210.0,53760.0,1409.9138679879252,3440640.0 +130.29,6.5,2545.0,0.008303254842758179,0.11376953125,0.0,2.069488048553467,2.2277779579162598,-0.0031202451791614294,0.0027910787612199783,0.5966732501983643,0.44707557559013367,0.4787594676017761,211.0,54016.0,1416.3505905969068,3457024.0 +143.5,6.0,2509.0,0.0078055071644485,0.10540771484375,0.0,2.1134583950042725,2.236557960510254,-0.003805253654718399,0.002786357654258609,0.7004328370094299,0.4421161711215973,0.5078457593917847,212.0,54272.0,1422.8795016028453,3473408.0 +132.89,6.599999904632568,2508.0,0.009519231505692005,0.13970947265625,0.0,2.0080645084381104,2.238696575164795,-0.004471044056117535,0.002782534109428525,0.4587709903717041,0.4605656564235687,0.6347601413726807,213.0,54528.0,1429.411556887906,3489792.0 +145.68,7.300000190734863,2489.0,0.008250976912677288,0.1125081405043602,0.0,1.888386845588684,2.219897508621216,-0.0029192164074629545,0.002783119911327958,0.22566604614257812,0.45528292655944824,0.731598824262619,214.0,54784.0,1435.9924483860377,3506176.0 +190.19,6.599999904632568,2528.0,0.0077270627953112125,0.0907999649643898,0.0,2.053173542022705,2.1815755367279053,-0.0032094602938741446,0.0027867991011589766,0.5473372936248779,0.4574005901813507,0.5835100710391998,215.0,55040.0,1442.4733454128727,3522560.0 +181.93,6.0,2538.0,0.007992244325578213,0.1099853515625,0.0,2.042370557785034,2.225382089614868,-0.0036706707905977964,0.0027906205505132675,0.5286510586738586,0.4549144208431244,0.5665042400360107,216.0,55296.0,1448.9283116848674,3538944.0 +173.25,7.199999809265137,2519.0,0.008033877238631248,0.1078084334731102,0.0,2.0067176818847656,2.1834795475006104,-0.0023119861725717783,0.002783707343041897,0.44860148429870605,0.46103236079216003,0.5888378620147705,217.0,55552.0,1455.432114103809,3555328.0 +171.7,6.300000190734863,2553.0,0.006930576171725988,0.0808919295668602,0.0,2.0267059803009033,2.180995225906372,-0.0031808586791157722,0.0027770341839641333,0.5033783316612244,0.45764434337615967,0.4963523745536804,218.0,55808.0,1461.8486411338672,3571712.0 +162.18,6.599999904632568,2544.0,0.008249706588685513,0.10845947265625,0.0,2.051525831222534,2.2137200832366943,-0.003228232031688094,0.0027772290632128716,0.5439582467079163,0.46257689595222473,0.45863354206085205,219.0,56064.0,1468.287574475864,3588096.0 +135.85,7.400000095367432,2566.0,0.009645883925259113,0.13739013671875,0.0,1.9501203298568726,2.219251871109009,-0.0028039738535881042,0.0027758933138102293,0.3257427513599396,0.47076666355133057,0.5915591418743134,220.0,56320.0,1474.900626703864,3604480.0 +221.03,6.699999809265137,2573.0,0.009186291135847569,0.1281331330537796,0.0,1.9980839490890503,2.228278398513794,-0.00487064803019166,0.002771775471046567,0.4627361595630646,0.4539777934551239,0.5203975141048431,221.0,56576.0,1481.2673847079277,3620864.0 +115.41,6.900000095367432,2577.0,0.00905111338943243,0.1124471053481102,0.0,2.0908920764923096,2.257925510406494,-0.00272522890008986,0.002771878382191062,0.5842203497886658,0.48491835594177246,0.49713075160980225,222.0,56832.0,1487.6249440708198,3637248.0 +159.82,6.400000095367432,2461.0,0.005241163540631533,0.05059814453125,0.0,2.0175273418426514,2.268678903579712,-0.0030385199934244156,0.0027821746189147234,0.4907338619232178,0.4528978168964386,0.48677754402160645,223.0,57088.0,1494.2811012258753,3653632.0 +156.94,6.199999809265137,2422.0,0.007456244435161352,0.1027425155043602,0.0,1.9853034019470215,2.261972427368164,-0.003532559610903263,0.0027805313002318144,0.4841919243335724,0.4244621992111206,0.5064695477485657,224.0,57344.0,1501.0461722498294,3670016.0 +170.65,5.699999809265137,2443.0,0.006305574905127287,0.0735677108168602,0.0,2.0162909030914307,2.243798017501831,-0.004187911283224821,0.002772649982944131,0.5242236256599426,0.4401414692401886,0.5110630095005035,225.0,57600.0,1507.7514281368349,3686400.0 +172.77,5.599999904632568,2484.0,0.00904018897563219,0.1217244490981102,0.0,2.0797154903411865,2.24936580657959,-0.005395316984504461,0.0027731843292713165,0.677555501461029,0.42758914828300476,0.4303164482116699,226.0,57856.0,1514.3457978239749,3702784.0 +193.43,6.199999809265137,2598.0,0.011241819709539413,0.1698201447725296,0.0,1.9690626859664917,2.2517471313476562,-0.0027805801946669817,0.002769224578514695,0.4351532757282257,0.4377303123474121,0.5269192159175873,227.0,58112.0,1520.6521086178254,3719168.0 +243.59,6.300000190734863,2595.0,0.009742285124957561,0.1444295197725296,0.0,1.896998405456543,2.25288462638855,-0.0034407824277877808,0.0027647323440760374,0.30589255690574646,0.4330408573150635,0.5910918712615967,228.0,58368.0,1526.965689714998,3735552.0 +275.33,6.199999809265137,2551.0,0.007636845111846924,0.1076253280043602,0.0,1.9849132299423218,2.2623536586761475,-0.003237673779949546,0.002756356028839946,0.4438230097293854,0.4565531015396118,0.5093551874160767,229.0,58624.0,1533.3886633419897,3751936.0 +228.47,6.400000095367432,2506.0,0.008701580576598644,0.12042236328125,0.0,1.934561848640442,2.2349088191986084,-0.003699639579281211,0.0027580291498452425,0.37941774725914,0.43729472160339355,0.5978032350540161,230.0,58880.0,1539.9261276829056,3768320.0 +205.88,6.800000190734863,2523.0,0.00862193014472723,0.1221923828125,0.0,2.040226936340332,2.1905274391174316,-0.003327373182401061,0.0027596361469477415,0.588546097278595,0.4367835223674774,0.4467262029647827,231.0,59136.0,1546.4208198408596,3784704.0 +119.57,6.800000190734863,2518.0,0.006962994579225779,0.08917236328125,0.0,2.1390936374664307,2.174124002456665,-0.0029131185729056597,0.0027583229821175337,0.7783871293067932,0.4408942759037018,0.41960030794143677,232.0,59392.0,1552.9268860339653,3801088.0 +148.38,5.800000190734863,2564.0,0.00649670185521245,0.08123779296875,0.0,2.048372507095337,2.1864001750946045,-0.003482379950582981,0.0027552207466214895,0.5878564715385437,0.4478156268596649,0.5075709223747253,233.0,59648.0,1559.3159485948272,3817472.0 +154.75,6.400000095367432,2565.0,0.007426723372191191,0.0974324569106102,0.0,2.020939350128174,2.1563849449157715,-0.004566353280097246,0.002756733214482665,0.5590844750404358,0.4344816505908966,0.4074530005455017,234.0,59904.0,1565.7026116750203,3833856.0 +199.48,6.099999904632568,2502.0,0.007852056063711643,0.1049601212143898,0.0,1.9215407371520996,2.1677396297454834,-0.0040345266461372375,0.0027548307552933693,0.35311925411224365,0.43868014216423035,0.49809420108795166,235.0,60160.0,1572.2511679348536,3850240.0 +211.33,5.800000190734863,2469.0,0.0066389720886945724,0.080078125,0.0,2.092287540435791,2.1868364810943604,-0.0037830888759344816,0.002749943407252431,0.6993882060050964,0.4386129081249237,0.408447802066803,236.0,60416.0,1578.887041102862,3866624.0 +136.77,6.699999809265137,2469.0,0.008061953820288181,0.1096394881606102,0.0,1.990960717201233,2.1873629093170166,-0.005096635315567255,0.002754875225946307,0.4834517240524292,0.4443110227584839,0.4753631353378296,237.0,60672.0,1585.5224467918742,3883008.0 +227.17,5.800000190734863,2466.0,0.007308778818696737,0.0932413712143898,0.0,2.068087339401245,2.151651620864868,-0.0024971526581794024,0.0027571984101086855,0.6505482792854309,0.4335308074951172,0.3984145522117615,238.0,60928.0,1592.164795321878,3899392.0 +162.11,6.5,2487.0,0.006600650493055582,0.0830891951918602,0.0,1.960182785987854,2.1574394702911377,-0.004376357886940241,0.002753210486844182,0.4653830826282501,0.4217968285083771,0.520195871591568,239.0,61184.0,1598.75256721396,3915776.0 +164.9,6.599999904632568,2511.0,0.008428115397691727,0.1111043319106102,0.0,1.992073893547058,2.1936841011047363,-0.00424698693677783,0.0027530305087566376,0.5149833559989929,0.4293985068798065,0.435505747795105,240.0,61440.0,1605.2781234439462,3932160.0 +182.29,5.599999904632568,2600.0,0.008482798933982849,0.1134440079331398,0.0,2.102627754211426,2.191635847091675,-0.003351521911099553,0.002741721225902438,0.704979658126831,0.4500683546066284,0.39333564043045044,241.0,61696.0,1611.5797658318188,3948544.0 +154.0,7.199999809265137,2552.0,0.007815562188625336,0.1081136092543602,0.0,1.9519354104995728,2.1833548545837402,-0.00514191621914506,0.002752079861238599,0.4280613362789154,0.434093713760376,0.5480929017066956,242.0,61952.0,1618.0011713879649,3964928.0 +143.92,6.300000190734863,2529.0,0.007038371171802282,0.0920206680893898,0.0,2.0933163166046143,2.1920104026794434,-0.00302814575843513,0.0027419866528362036,0.7040705680847168,0.44052377343177795,0.42664235830307007,243.0,62208.0,1624.4805322459433,3981312.0 +150.4,6.599999904632568,2602.0,0.008526976220309734,0.11895751953125,0.0,1.915436863899231,2.1987078189849854,-0.00492957653477788,0.002748878439888358,0.36384931206703186,0.4311286211013794,0.592214822769165,244.0,62464.0,1630.7784134820104,3997696.0 +163.06,6.300000190734863,2592.0,0.009562243707478046,0.13916015625,0.0,1.995449185371399,2.196225881576538,-0.005803062114864588,0.0027488574851304293,0.5300403237342834,0.4288477599620819,0.46036839485168457,245.0,62720.0,1637.098671003012,4014080.0 +220.97,6.099999904632568,2518.0,0.008672687225043774,0.1152547225356102,0.0,1.8925634622573853,2.146013021469116,-0.0022354668471962214,0.002751057967543602,0.352061003446579,0.4093207120895386,0.5406809151172638,246.0,62976.0,1643.6038393490016,4030464.0 +178.43,6.900000095367432,2468.0,0.0066751036792993546,0.0839436873793602,0.0,2.010077714920044,2.1255390644073486,-0.0038706681225448847,0.0027547187637537718,0.5536801218986511,0.4260905981063843,0.5182415246963501,247.0,63232.0,1650.2424269679468,4046848.0 +129.33,7.300000190734863,2494.0,0.0069706011563539505,0.0865885391831398,0.0,1.8732541799545288,2.1641218662261963,-0.0037395262625068426,0.0027573436964303255,0.24070031940937042,0.44520971179008484,0.7253684997558594,248.0,63488.0,1656.812058059033,4063232.0 +202.3,6.300000190734863,2504.0,0.008010798133909702,0.1164754256606102,0.0,2.0114359855651855,2.183300256729126,-0.004450750071555376,0.0027488600462675095,0.5120392441749573,0.45295438170433044,0.5492494404315948,249.0,63744.0,1663.3546088410076,4079616.0 +185.49,6.400000095367432,2574.0,0.01033282745629549,0.14605712890625,0.0,1.6298125982284546,2.2219150066375732,-0.003205145476385951,0.0027484812308102846,0.4128588140010834,0.4655148983001709,0.6120795011520386,250.0,64000.0,1669.7192283878103,4096000.0 +192.12,6.800000190734863,2492.0,0.0066747828386723995,0.07611083984375,0.0,1.679589867591858,2.2093119621276855,-0.0025158387143164873,0.0027413461357355118,0.5316669940948486,0.455822616815567,0.5615225732326508,251.0,64256.0,1676.2935821078718,4112384.0 +132.29,6.300000190734863,2424.0,0.0057847159914672375,0.0665690079331398,0.0,1.6924806833267212,2.233391761779785,-0.003635442815721035,0.002746775047853589,0.5731512904167175,0.4448660612106323,0.5420454144477844,252.0,64512.0,1683.0514942109585,4128768.0 +160.8,7.599999904632568,2460.0,0.008549817837774754,0.1120401993393898,0.0,1.583095669746399,2.2327044010162354,-0.005823320243507624,0.0027533238753676414,0.3583129942417145,0.4418642222881317,0.6398426294326782,253.0,64768.0,1689.7107303498778,4145152.0 +136.95,6.699999809265137,2468.0,0.010503304190933704,0.1530558317899704,0.0,1.6407779455184937,2.2374515533447266,-0.003653625026345253,0.0027411894407123327,0.4839821755886078,0.43869438767433167,0.6370089054107666,254.0,65024.0,1696.3476436049677,4161536.0 +184.26,6.300000190734863,2585.0,0.008344526402652264,0.11285400390625,0.0,1.6763218641281128,2.2229158878326416,-0.004494748543947935,0.002734276233240962,0.5503901839256287,0.4460054636001587,0.5765590667724609,255.0,65280.0,1702.6865967328195,4177920.0 +130.84,6.800000190734863,2515.0,0.008739479817450047,0.1233317032456398,0.0,1.615910530090332,2.2146432399749756,-0.003609956242144108,0.0027386965230107307,0.4506138861179352,0.4292038679122925,0.6656239032745361,256.0,65536.0,1709.1995198228396,4194304.0 +158.6,6.5,2586.0,0.006685208063572645,0.0863037109375,0.0,1.6225671768188477,2.1762025356292725,-0.004169154912233353,0.0027305269613862038,0.4545745849609375,0.43944916129112244,0.6685281097888947,257.0,65792.0,1715.5342835949268,4210688.0 +156.15,7.400000095367432,2625.0,0.006588999647647142,0.0864054337143898,0.0,1.6628632545471191,2.1515398025512695,-0.005428915377706289,0.0027340734377503395,0.5363100171089172,0.4382363259792328,0.6277308762073517,258.0,66048.0,1721.7750683329068,4227072.0 +131.02,7.300000190734863,2626.0,0.009135051630437374,0.1282958984375,0.0,1.652444839477539,2.154505491256714,-0.005782484542578459,0.0027355998754501343,0.5297835469245911,0.4288742244243622,0.5674157738685608,259.0,66304.0,1728.0145681279246,4243456.0 +130.81,6.300000190734863,2620.0,0.010511048138141632,0.15252685546875,0.0,1.6726984977722168,2.181513547897339,-0.00415554316714406,0.002735355170443654,0.553899347782135,0.43768012523651123,0.5173085331916809,260.0,66560.0,1734.267324206885,4259840.0 +143.56,7.599999904632568,2481.0,0.011432659812271595,0.1708577424287796,0.0,1.5659295320510864,2.1674814224243164,-0.00430634431540966,0.002733740722760558,0.35396429896354675,0.4298642575740814,0.6235788762569427,261.0,66816.0,1740.869599053869,4276224.0 +154.09,7.5,2463.0,0.012294109910726547,0.1761271208524704,0.0,1.576505184173584,2.207160711288452,-0.0036292048171162605,0.002734428271651268,0.4050814211368561,0.41013839840888977,0.604805052280426,262.0,67072.0,1747.520748045994,4292608.0 +211.19,6.400000095367432,2461.0,0.009292607195675373,0.1303914338350296,0.0,1.5861684083938599,2.1741435527801514,-0.005059175658971071,0.00273988232947886,0.43762171268463135,0.4004186689853668,0.589756429195404,263.0,67328.0,1754.1782933999784,4308992.0 +167.3,6.5,2500.0,0.010822462849318981,0.15673828125,0.0,1.6818270683288574,2.1703171730041504,-0.005111028905957937,0.0027447782922536135,0.6064298748970032,0.41227903962135315,0.46949130296707153,264.0,67584.0,1760.7324409808498,4325376.0 +124.74,6.800000190734863,2472.0,0.007650105748325586,0.10174560546875,0.0,1.5631922483444214,2.186122179031372,-0.0059546311385929585,0.002738473704084754,0.3678946793079376,0.41750678420066833,0.6116334497928619,265.0,67840.0,1767.3595056310296,4341760.0 +196.87,6.800000190734863,2498.0,0.007474061101675034,0.0970458984375,0.0,1.6264575719833374,2.1787307262420654,-0.0052834548987448215,0.0027350829914212227,0.49411091208457947,0.4184555113315582,0.5775606632232666,266.0,68096.0,1773.9181622448377,4358144.0 +171.92,7.0,2454.0,0.006342432927340269,0.0766805037856102,0.0,1.5941158533096313,2.154524087905884,-0.0057102772407233715,0.002729464089497924,0.440423846244812,0.41451820731163025,0.615620881319046,267.0,68352.0,1780.5956895209383,4374528.0 +169.1,7.0,2451.0,0.006910246331244707,0.0843505859375,0.0,1.6232194900512695,2.182772397994995,-0.004187444690614939,0.0027310301084071398,0.4808509349822998,0.42344915866851807,0.5897025763988495,268.0,68608.0,1787.2799397599883,4390912.0 +121.2,7.5,2528.0,0.009118459187448025,0.1305338591337204,0.0,1.6102534532546997,2.2127366065979004,-0.006151089444756508,0.00272677862085402,0.45048007369041443,0.43126699328422546,0.5661017894744873,269.0,68864.0,1793.7603593098465,4407296.0 +125.91,7.0,2579.0,0.01248940173536539,0.1932373046875,0.0,1.6888824701309204,2.2015154361724854,-0.0023233990650624037,0.002725224709138274,0.60860675573349,0.42648962140083313,0.5016452670097351,270.0,69120.0,1800.1136749449652,4423680.0 +105.18,7.699999809265137,2541.0,0.009998622350394726,0.1413981169462204,0.0,1.5755677223205566,2.204333543777466,-0.004505228716880083,0.0027278950437903404,0.4075976312160492,0.4116937220096588,0.6124609410762787,271.0,69376.0,1806.5619787238538,4440064.0 +122.47,6.300000190734863,2535.0,0.0067549217492341995,0.0842692032456398,0.0,1.5773767232894897,2.2248117923736572,-0.005115039646625519,0.0027251497376710176,0.4179934561252594,0.4097975790500641,0.6102298498153687,272.0,69632.0,1813.023689582944,4456448.0 +183.23,6.300000190734863,2591.0,0.0069571323692798615,0.0877889022231102,0.0,1.52273690700531,2.2522389888763428,-0.005353011656552553,0.0027224926743656397,0.3117051422595978,0.40987715125083923,0.693707674741745,273.0,69888.0,1819.3475879370235,4472832.0 +172.96,6.400000095367432,2598.0,0.008421157486736774,0.1129557266831398,0.0,1.6608409881591797,2.2443478107452393,-0.002776840701699257,0.0027201594784855843,0.5721596479415894,0.4176745116710663,0.5466187000274658,274.0,70144.0,1825.6538143400103,4489216.0 +158.32,6.800000190734863,2571.0,0.009149978868663311,0.1274007111787796,0.0,1.7212729454040527,2.2107796669006348,-0.003326842561364174,0.002729851985350251,0.6830761432647705,0.4194163978099823,0.5599981546401978,275.0,70400.0,1832.0264223159757,4505600.0 +140.44,7.199999809265137,2553.0,0.008694651536643505,0.11444091796875,0.0,1.5949229001998901,2.224949598312378,-0.003792884759604931,0.0027260456699877977,0.40835484862327576,0.43607261776924133,0.6850027740001678,276.0,70656.0,1838.445248758886,4521984.0 +138.87,7.599999904632568,2544.0,0.007354419678449631,0.09564208984375,0.0,1.5773053169250488,2.200929880142212,-0.0049923621118068695,0.0027271441649645567,0.413267582654953,0.41125085949897766,0.6560693979263306,277.0,70912.0,1844.8863598308526,4538368.0 +122.19,7.400000095367432,2518.0,0.007659003604203463,0.10552978515625,0.0,1.5238856077194214,2.1666367053985596,-0.005379010457545519,0.002724375342950225,0.3285624384880066,0.39863744378089905,0.6916604042053223,278.0,71168.0,1851.393540974008,4554752.0 +156.96,7.199999809265137,2528.0,0.007088568061590195,0.0944620743393898,0.0,1.5562642812728882,2.149604082107544,-0.0040839966386556625,0.002724369755014777,0.3664188086986542,0.4138595163822174,0.6987475454807281,279.0,71424.0,1857.8750546849333,4571136.0 +190.64,6.199999809265137,2612.0,0.008105129934847355,0.1102294921875,0.0,1.5508384704589844,2.1518924236297607,-0.005972802173346281,0.0027319227810949087,0.3949907720088959,0.3874795436859131,0.647293210029602,280.0,71680.0,1864.1479552148376,4587520.0 +180.95,7.199999809265137,2591.0,0.010167493484914303,0.1372884064912796,0.0,1.6043974161148071,2.133634090423584,-0.005230308976024389,0.002733116038143635,0.4968140125274658,0.38906970620155334,0.5983671545982361,281.0,71936.0,1870.4709821119905,4603904.0 +162.27,6.5,2558.0,0.008481700904667377,0.11700439453125,0.0,1.5933891534805298,2.1997568607330322,-0.003778766607865691,0.0027200384065508842,0.46518704295158386,0.4007071256637573,0.6416843831539154,282.0,72192.0,1876.8754843899515,4620288.0 +161.51,6.400000095367432,2458.0,0.00957958772778511,0.1381022185087204,0.0,1.5911980867385864,2.2083048820495605,-0.004614945035427809,0.0027202728670090437,0.4568115174770355,0.4042958915233612,0.651660829782486,283.0,72448.0,1883.541947147809,4636672.0 +134.62,6.599999904632568,2466.0,0.008007288910448551,0.1073404923081398,0.0,1.5368328094482422,2.245526075363159,-0.005448494106531143,0.0027152448892593384,0.36047908663749695,0.4004693329334259,0.6897989511489868,284.0,72704.0,1890.1855840669014,4653056.0 +166.88,6.0,2551.0,0.010196824558079243,0.1476033478975296,0.0,1.5551732778549194,2.250823497772217,-0.006139460485428572,0.0027103840839117765,0.3889002501964569,0.40908801555633545,0.6532286107540131,285.0,72960.0,1896.6088196330238,4669440.0 +163.96,6.699999809265137,2570.0,0.00775954918935895,0.0953572615981102,0.0,1.5757719278335571,2.2127578258514404,-0.004171306733042002,0.0027160991448909044,0.3989533483982086,0.4230222702026367,0.6649563014507294,286.0,73216.0,1902.984293016838,4685824.0 +159.11,7.5,2584.0,0.009253974072635174,0.1235148087143898,0.0,1.6003199815750122,2.230907440185547,-0.005872522946447134,0.0027137603610754013,0.4101375639438629,0.4506535232067108,0.6786893308162689,287.0,73472.0,1909.32442735089,4702208.0 +133.05,7.300000190734863,2645.0,0.008473355323076248,0.11029052734375,0.0,1.6448181867599487,2.1902658939361572,-0.0051264469511806965,0.0027053700760006905,0.4865545332431793,0.4613719880580902,0.6865135133266449,288.0,73728.0,1915.519250279991,4718592.0 +176.98,6.199999809265137,2485.0,0.009237094782292843,0.122314453125,0.0,1.6383987665176392,2.1834726333618164,-0.00493731489405036,0.002719516633078456,0.5137318968772888,0.42856526374816895,0.6587749123573303,289.0,73984.0,1922.1127057590056,4734976.0 +171.11,6.599999904632568,2461.0,0.006444101687520742,0.0791829451918602,0.0,1.509597897529602,2.16556715965271,-0.006146404426544905,0.0027210658881813288,0.2461286187171936,0.4354487657546997,0.7882929146289825,290.0,74240.0,1928.7712647188455,4751360.0 +163.52,5.699999809265137,2503.0,0.00713952025398612,0.08685302734375,0.0,1.673637866973877,2.1197509765625,-0.005121021531522274,0.0027166169602423906,0.6069857478141785,0.41497859358787537,0.6179928481578827,291.0,74496.0,1935.3152852659114,4767744.0 +156.12,6.800000190734863,2580.0,0.006864219903945923,0.0881551131606102,0.0,1.6494022607803345,2.055025815963745,-0.004996992647647858,0.0027129605878144503,0.5367928147315979,0.4296186864376068,0.6377823352813721,292.0,74752.0,1941.6661418059375,4784128.0 +142.28,7.199999809265137,2578.0,0.00739405257627368,0.0970865860581398,0.0,1.5691795349121094,2.104449510574341,-0.0058517795987427235,0.0026936351787298918,0.38066038489341736,0.4382558763027191,0.708837479352951,293.0,75008.0,1948.0208534549456,4800512.0 +153.67,7.400000095367432,2582.0,0.00906581711024046,0.1313883513212204,0.0,1.4825345277786255,2.0947656631469727,-0.0056189619936048985,0.0027154795825481415,0.22603048384189606,0.4150677025318146,0.7701482772827148,294.0,75264.0,1954.3652930639219,4816896.0 +163.3,7.0,2591.0,0.010013247840106487,0.1457722932100296,0.0,1.6667156219482422,2.097998857498169,-0.00443279417231679,0.002716515911743045,0.5636085867881775,0.43263015151023865,0.6293362677097321,295.0,75520.0,1960.6871528618503,4833280.0 +121.89,6.800000190734863,2605.0,0.005903287325054407,0.06793212890625,0.0,1.6443644762039185,2.148271083831787,-0.003556805429980159,0.0027091912925243378,0.5529628992080688,0.41419461369514465,0.6736173331737518,296.0,75776.0,1966.9775332969148,4849664.0 +179.14,6.699999809265137,2553.0,0.006656138692051172,0.0811564102768898,0.0,1.5721588134765625,2.1656582355499268,-0.0039003293495625257,0.0027020706329494715,0.39370110630989075,0.42784062027931213,0.7129019498825073,297.0,76032.0,1973.3941936909687,4866048.0 +141.92,7.099999904632568,2585.0,0.007933157496154308,0.1081746444106102,0.0,1.5697630643844604,2.169154167175293,-0.004210725426673889,0.0026955006178468466,0.3972899615764618,0.42624402046203613,0.7111464142799377,298.0,76288.0,1979.731436095899,4882432.0 +155.87,7.099999904632568,2550.0,0.007771575357764959,0.1003214493393898,0.0,1.5279642343521118,2.181765079498291,-0.0047812508419156075,0.0026945655699819326,0.3374214470386505,0.4125300347805023,0.7336689531803131,299.0,76544.0,1986.1573780768085,4898816.0 +131.98,6.0,2613.0,0.00650453008711338,0.0839436873793602,0.0,1.8911875486373901,2.138331651687622,-0.005455522332340479,0.002699498785659671,0.7140893936157227,0.40910324454307556,0.5485021770000458,300.0,76800.0,1992.4284613118507,4915200.0 +139.22,6.800000190734863,2506.0,0.007792988792061806,0.1005655899643898,0.0,1.8090721368789673,2.1022727489471436,-0.0066223349422216415,0.0027009882032871246,0.5215338468551636,0.4252244532108307,0.6501237750053406,301.0,77056.0,1998.9670570739545,4931584.0 +155.93,7.099999904632568,2497.0,0.008029566146433353,0.1059163436293602,0.0,1.7116947174072266,2.1417009830474854,-0.0049399640411138535,0.002695339033380151,0.33027735352516174,0.42462682723999023,0.7063175439834595,302.0,77312.0,2005.5270729828626,4947968.0 +158.68,7.199999809265137,2505.0,0.007206885144114494,0.09344482421875,0.0,1.7089256048202515,2.155508279800415,-0.004958998877555132,0.002691088942810893,0.33225181698799133,0.4226963222026825,0.6837894320487976,303.0,77568.0,2012.0659826218616,4964352.0 +201.55,6.800000190734863,2495.0,0.006582787726074457,0.08660888671875,0.0,1.7371488809585571,2.1671483516693115,-0.005810972303152084,0.0026903131511062384,0.39789724349975586,0.4189930260181427,0.6040346920490265,304.0,77824.0,2018.633730161935,4980736.0 +229.53,5.800000190734863,2492.0,0.008245784789323807,0.1115519180893898,0.0,1.7612913846969604,2.1636555194854736,-0.005718830972909927,0.0026875792536884546,0.4452453851699829,0.4207441806793213,0.5804921388626099,305.0,78080.0,2025.2082666188944,4997120.0 +188.44,6.400000095367432,2487.0,0.0057109203189611435,0.0707804337143898,0.0,1.7585989236831665,2.1513917446136475,-0.006085496861487627,0.002705363789573312,0.4818880259990692,0.3884497582912445,0.5929172933101654,306.0,78336.0,2031.7953939849976,5013504.0 +154.52,7.099999904632568,2526.0,0.0073462422005832195,0.0949910506606102,0.0,1.7731150388717651,2.1568424701690674,-0.00556314317509532,0.0027044329326599836,0.4389238655567169,0.4289494752883911,0.6364969313144684,307.0,78592.0,2038.2827647519298,5029888.0 +139.63,7.099999904632568,2594.0,0.007712759077548981,0.1045735701918602,0.0,1.698236107826233,2.1665451526641846,-0.0062059941701591015,0.0026896216440945864,0.28504613041877747,0.4395100176334381,0.7366778254508972,308.0,78848.0,2044.5977842239663,5046272.0 +216.68,7.099999904632568,2532.0,0.008855528198182583,0.12139892578125,0.0,1.7379603385925293,2.1814773082733154,-0.0058388183824718,0.0026825459208339453,0.3499642312526703,0.45098838210105896,0.6949785947799683,309.0,79104.0,2051.0680172068533,5062656.0 +161.71,7.199999809265137,2604.0,0.009274466894567013,0.12835693359375,0.0,1.7481797933578491,2.2053911685943604,-0.0030349360313266516,0.002687279134988785,0.40438535809516907,0.4265866279602051,0.6687177419662476,310.0,79360.0,2057.3597467469517,5079040.0 +191.73,7.0,2608.0,0.007852913811802864,0.1042683944106102,0.0,1.802504062652588,2.194516897201538,-0.004549315199255943,0.0026957804802805185,0.5375248193740845,0.41012194752693176,0.5756770372390747,311.0,79616.0,2063.644428006839,5095424.0 +109.25,7.900000095367432,2501.0,0.008103674277663231,0.1034342423081398,0.0,1.7380481958389282,2.19497013092041,-0.004614919889718294,0.002694878028705716,0.39973559975624084,0.4156535565853119,0.6662532985210419,312.0,79872.0,2070.195269942982,5111808.0 +154.57,7.300000190734863,2467.0,0.007574232295155525,0.1019490584731102,0.0,1.6877422332763672,2.236579179763794,-0.005766395945101976,0.002698417054489255,0.3329375386238098,0.396600604057312,0.7069751918315887,313.0,80128.0,2076.835202267859,5128192.0 +215.59,6.599999904632568,2451.0,0.008919845335185528,0.1225789412856102,0.0,1.7455530166625977,2.226219654083252,-0.005844652187079191,0.002695520408451557,0.42684832215309143,0.41025206446647644,0.6868284940719604,314.0,80384.0,2083.519948158879,5144576.0 +177.26,7.699999809265137,2534.0,0.00897285994142294,0.1266886442899704,0.0,1.6733074188232422,2.2387819290161133,-0.007841384969651699,0.0026920780073851347,0.24621810019016266,0.4347243309020996,0.7914021611213684,315.0,80640.0,2089.9838303469587,5160960.0 +177.86,6.699999809265137,2462.0,0.008884744718670845,0.1298828125,0.0,1.7266974449157715,2.2690036296844482,-0.005862698424607515,0.0026931993197649717,0.37582358717918396,0.41941556334495544,0.7356629371643066,316.0,80896.0,2096.6376382948365,5177344.0 +188.23,6.699999809265137,2547.0,0.010838919319212437,0.1613566130399704,0.0,1.6828323602676392,2.301898717880249,-0.006381040904670954,0.002695613307878375,0.3466683328151703,0.3861634433269501,0.7245515882968903,317.0,81152.0,2103.069059663918,5193728.0 +191.08,6.099999904632568,2467.0,0.008966255933046341,0.1289876252412796,0.0,1.7503995895385742,2.288710117340088,-0.0046314881183207035,0.002690982073545456,0.4742388427257538,0.39062032103538513,0.6898525655269623,318.0,81408.0,2109.710275820922,5210112.0 +134.0,7.199999809265137,2431.0,0.008749905042350292,0.123779296875,0.0,1.738721251487732,2.2350568771362305,-0.0061874245293438435,0.00269221025519073,0.4434901475906372,0.3953193426132202,0.734259158372879,319.0,81664.0,2116.449582058005,5226496.0 +170.58,6.199999809265137,2474.0,0.00743956258520484,0.0987345352768898,0.0,1.7457143068313599,2.277470588684082,-0.005832402501255274,0.0026864735409617424,0.46262693405151367,0.39536380767822266,0.687393307685852,320.0,81920.0,2123.0710175849963,5242880.0 +141.76,7.0,2445.0,0.006769572850316763,0.08758544921875,0.0,1.7216401100158691,2.2313411235809326,-0.004649144597351551,0.002675327705219388,0.39259985089302063,0.41140952706336975,0.7392569184303284,321.0,82176.0,2129.7717898169067,5259264.0 +167.22,6.800000190734863,2473.0,0.007467302959412336,0.1048990860581398,0.0,1.7079194784164429,2.2249367237091064,-0.0064722225069999695,0.0026799736078828573,0.3684258759021759,0.4092278778553009,0.7178267538547516,322.0,82432.0,2136.3964664568193,5275648.0 +192.6,7.099999904632568,2534.0,0.008175959810614586,0.1136271134018898,0.0,1.7361412048339844,2.187183141708374,-0.006470451131463051,0.0026706382632255554,0.39061620831489563,0.4327659606933594,0.6953459084033966,323.0,82688.0,2142.8615004548337,5292032.0 +141.0,6.5,2577.0,0.006698440294712782,0.0897013321518898,0.0,1.8090648651123047,2.2048187255859375,-0.005733841564506292,0.0026743796188384295,0.5122619867324829,0.44389840960502625,0.6389792859554291,324.0,82944.0,2149.2180418728385,5308416.0 +159.78,7.0,2631.0,0.007542934734374285,0.1016031876206398,0.0,1.7444672584533691,2.2049877643585205,-0.005059526767581701,0.002675769617781043,0.4098740518093109,0.42734333872795105,0.6779555976390839,325.0,83200.0,2155.445969915949,5324800.0 +144.13,7.400000095367432,2478.0,0.010159323923289776,0.1457926481962204,0.0,1.6982415914535522,2.240511178970337,-0.007705389987677336,0.002671904629096389,0.31766048073768616,0.43252286314964294,0.7056236565113068,326.0,83456.0,2162.058466146933,5341184.0 +237.03,6.699999809265137,2461.0,0.007323454599827528,0.0966796875,0.0,1.7328553199768066,2.24284291267395,-0.004703514277935028,0.0026747689116746187,0.40084603428840637,0.4198707640171051,0.6912672519683838,327.0,83712.0,2168.716129314853,5357568.0 +202.2,6.300000190734863,2540.0,0.007707882206887007,0.107421875,0.0,1.8109980821609497,2.1986215114593506,-0.005827890709042549,0.002673548413440585,0.5612840056419373,0.41891077160835266,0.6134213507175446,328.0,83968.0,2175.166433095932,5373952.0 +145.62,7.5,2557.0,0.008495478890836239,0.1177775040268898,0.0,1.6507402658462524,2.232396364212036,-0.007605095859616995,0.0026796001475304365,0.27181750535964966,0.40077540278434753,0.7980207055807114,329.0,84224.0,2181.5737077549566,5390336.0 +196.68,6.400000095367432,2599.0,0.010003949515521526,0.1355183869600296,0.0,1.755292296409607,2.218095541000366,-0.006503115873783827,0.0026634589303284883,0.41664934158325195,0.443652480840683,0.7029778957366943,330.0,84480.0,2187.8763969929423,5406720.0 +127.16,7.0,2601.0,0.011114347726106644,0.1571451872587204,0.0,1.7982373237609863,2.219419479370117,-0.006368242669850588,0.0026712205726653337,0.5086271166801453,0.4362048804759979,0.6775815784931183,331.0,84736.0,2194.1759398789145,5423104.0 +158.81,6.800000190734863,2617.0,0.009877783246338367,0.1422119140625,0.0,1.7145425081253052,2.223409414291382,-0.006816767156124115,0.0026688033249229193,0.35677096247673035,0.4292129576206207,0.7555290013551712,332.0,84992.0,2200.435279235011,5439488.0 +178.72,6.800000190734863,2547.0,0.008946548216044903,0.1166788712143898,0.0,1.690981388092041,2.2221570014953613,-0.005500948056578636,0.002673166571184993,0.3464314937591553,0.4048116207122803,0.7025436460971832,333.0,85248.0,2206.8679152838886,5455872.0 +129.98,6.800000190734863,2587.0,0.009677931666374207,0.1348063200712204,0.0,1.6429905891418457,2.2065553665161133,-0.00652175210416317,0.0026826809626072645,0.29219695925712585,0.3775092661380768,0.7054221630096436,334.0,85504.0,2213.2016753880307,5472256.0 +182.96,7.099999904632568,2526.0,0.010184974409639835,0.15167236328125,0.0,1.6696113348007202,2.174189329147339,-0.005345720797777176,0.0026858020573854446,0.3141109049320221,0.3919083774089813,0.6961033344268799,335.0,85760.0,2219.6862799050286,5488640.0 +199.64,7.099999904632568,2435.0,0.00909180473536253,0.1326090544462204,0.0,1.6893682479858398,2.205411672592163,-0.006109045818448067,0.002684816950932145,0.3154900372028351,0.4150974452495575,0.7061167359352112,336.0,86016.0,2226.4143850458786,5505024.0 +193.7,6.699999809265137,2486.0,0.009558673948049545,0.1332194060087204,0.0,1.775539755821228,2.156005382537842,-0.004749287385493517,0.002694101305678487,0.4087413251399994,0.45292529463768005,0.6228449642658234,337.0,86272.0,2233.003854715964,5521408.0 +124.28,7.699999809265137,2563.0,0.01049636397510767,0.1484375,0.0,1.7549443244934082,2.156604290008545,-0.0052476502023637295,0.002687455853447318,0.3341354429721832,0.4756415784358978,0.7184222638607025,338.0,86528.0,2239.39489417593,5537792.0 +129.59,6.699999809265137,2557.0,0.007974649779498577,0.1078084334731102,0.0,1.8005666732788086,2.1691229343414307,-0.004328891169279814,0.002667870605364442,0.4537692070007324,0.4685460329055786,0.6908662021160126,339.0,86784.0,2245.8013475229964,5554176.0 +116.37,7.599999904632568,2501.0,0.009301108308136463,0.1140543594956398,0.0,1.7862548828125,2.1608951091766357,-0.005395772401243448,0.0026794523000717163,0.4532099664211273,0.4480540454387665,0.7037757933139801,340.0,87040.0,2252.3507939558476,5570560.0 +106.8,7.699999809265137,2576.0,0.009040801785886288,0.1325480192899704,0.0,1.736093521118164,2.1837661266326904,-0.006643183995038271,0.002675314201042056,0.4094724953174591,0.41990724205970764,0.7506794631481171,341.0,87296.0,2258.710834597936,5586944.0 +141.27,6.800000190734863,2592.0,0.008669913746416569,0.11834716796875,0.0,1.7881170511245728,2.139597177505493,-0.009068836458027363,0.0026775093283504248,0.49810028076171875,0.4297321140766144,0.7073275744915009,342.0,87552.0,2265.032694916008,5603328.0 +165.91,6.900000095367432,2437.0,0.007139168679714203,0.0902913436293602,0.0,1.7413321733474731,2.2032697200775146,-0.006687163840979338,0.0026666338089853525,0.4290156066417694,0.4194088876247406,0.7201581597328186,343.0,87808.0,2271.7550750719383,5619712.0 +168.75,7.199999809265137,2481.0,0.008630489930510521,0.1212158203125,0.0,1.6928988695144653,2.201873540878296,-0.005246604327112436,0.002671319292858243,0.3562050759792328,0.4018748104572296,0.7513672411441803,344.0,88064.0,2278.357534268871,5636096.0 +137.91,7.5,2531.0,0.009057891555130482,0.1251424103975296,0.0,1.6467305421829224,2.2091867923736572,-0.005720173940062523,0.0026821689680218697,0.2603449821472168,0.3990504741668701,0.8209974765777588,345.0,88320.0,2284.8316652628127,5652480.0 +204.14,6.199999809265137,2535.0,0.00901463720947504,0.1225992813706398,0.0,1.7341498136520386,2.23932147026062,-0.005553086753934622,0.002691327827051282,0.4452085494995117,0.3889745771884918,0.7561385333538055,346.0,88576.0,2291.2951740110293,5668864.0 +130.71,6.800000190734863,2517.0,0.006991680711507797,0.0826212540268898,0.0,1.7116535902023315,2.228910207748413,-0.00553269824013114,0.0026768632233142853,0.4059932231903076,0.39281201362609863,0.7595525085926056,347.0,88832.0,2297.8057177369483,5685248.0 +181.03,6.300000190734863,2461.0,0.0069429450668394566,0.0730794295668602,0.0,1.7223984003067017,2.259547472000122,-0.005907539278268814,0.0026574889197945595,0.4050684869289398,0.41589483618736267,0.7541271448135376,348.0,89088.0,2304.4616312878206,5701632.0 +164.86,6.699999809265137,2531.0,0.007291039451956749,0.0919596329331398,0.0,1.7119641304016113,2.209104537963867,-0.005706580355763435,0.002660941332578659,0.388304740190506,0.4110605716705322,0.775038093328476,349.0,89344.0,2310.9345979588106,5718016.0 +178.4,6.599999904632568,2559.0,0.008669006638228893,0.0951334610581398,0.0,1.6549714803695679,2.1997458934783936,-0.005416369531303644,0.002661030972376466,0.4633372724056244,0.40168365836143494,0.7425383031368256,350.0,89600.0,2317.3369343678933,5734400.0 +182.53,7.099999904632568,2614.0,0.006847629323601723,0.0864461287856102,0.0,1.6134071350097656,2.195460796356201,-0.0058125597424805164,0.002666584914550185,0.4015454351902008,0.3865901529788971,0.7699410915374756,351.0,89856.0,2323.603874144843,5750784.0 +139.15,6.900000095367432,2597.0,0.008975493721663952,0.1274821013212204,0.0,1.6292948722839355,2.2284374237060547,-0.004823837894946337,0.002661188365891576,0.40325549244880676,0.40645086765289307,0.7600124031305313,352.0,90112.0,2329.9124144278467,5767168.0 +171.17,6.800000190734863,2602.0,0.009501504711806774,0.12701416015625,0.0,1.6260228157043457,2.2380616664886475,-0.0069872490130364895,0.0026571403723210096,0.3639056384563446,0.43075883388519287,0.7522377371788025,353.0,90368.0,2336.209702546941,5783552.0 +168.13,7.300000190734863,2503.0,0.010043212212622166,0.1408488005399704,0.0,1.6912590265274048,2.217099905014038,-0.006046473514288664,0.0026614691596478224,0.5184090733528137,0.41287386417388916,0.6630687117576599,354.0,90624.0,2342.7550079969224,5799936.0 +163.04,7.0,2519.0,0.010827434249222279,0.15985107421875,0.0,1.5911613702774048,2.263486623764038,-0.005935655441135168,0.0026631338987499475,0.3284686207771301,0.40634074807167053,0.7631645798683167,355.0,90880.0,2349.2577942230273,5816320.0 +116.58,7.400000095367432,2563.0,0.007108059246093035,0.0923868790268898,0.0,1.6012210845947266,2.211270809173584,-0.005794907454401255,0.002672603353857994,0.36556029319763184,0.3906818926334381,0.7252108156681061,356.0,91136.0,2355.651081637945,5832704.0 +173.68,6.800000190734863,2576.0,0.00773401977494359,0.1009521484375,0.0,1.632654070854187,2.226271867752075,-0.005263519007712603,0.002658872166648507,0.4282446801662445,0.3972001373767853,0.6935967803001404,357.0,91392.0,2362.0119233629666,5849088.0 +167.45,6.900000095367432,2462.0,0.008388924412429333,0.1092529296875,0.0,1.658180832862854,2.1993699073791504,-0.0061780125834047794,0.002687490778043866,0.3980202376842499,0.43218597769737244,0.7579797357320786,358.0,91648.0,2368.666076085996,5865472.0 +122.6,7.0,2496.0,0.008558289147913456,0.11474609375,0.0,1.6255518198013306,2.213808298110962,-0.006089521571993828,0.00268530729226768,0.3220079839229584,0.43976518511772156,0.7737461030483246,359.0,91904.0,2375.2291145420168,5881856.0 +177.65,6.699999809265137,2539.0,0.010324941948056221,0.1520792692899704,0.0,1.7140823602676392,2.2132318019866943,-0.00804340559989214,0.0026730019599199295,0.5341147184371948,0.4273207485675812,0.6205396354198456,360.0,92160.0,2381.681213455973,5898240.0 +165.87,6.599999904632568,2458.0,0.01017616968601942,0.1395263671875,0.0,1.676579475402832,2.227353572845459,-0.0028713401407003403,0.0026689826045185328,0.4521002769470215,0.4275078773498535,0.6376459896564484,361.0,92416.0,2388.345769678941,5914624.0 +136.53,7.599999904632568,2473.0,0.007878503762185574,0.0927734375,0.0,1.6145520210266113,2.2057743072509766,-0.005524199455976486,0.0026527531445026398,0.3487114906311035,0.42619451880455017,0.6891044676303864,362.0,92672.0,2394.971641070908,5931008.0 +168.22,7.400000095367432,2578.0,0.006135871168226004,0.07757568359375,0.0,1.6746721267700195,2.1760199069976807,-0.006356339901685715,0.0026532586198300123,0.46253442764282227,0.4304112195968628,0.6008583605289459,363.0,92928.0,2401.3262152490206,5947392.0 +176.32,6.400000095367432,2606.0,0.006236471235752106,0.07171630859375,0.0,1.7230758666992188,2.191441059112549,-0.0057060569524765015,0.0026562565471976995,0.5754241943359375,0.4187186658382416,0.5159837603569031,364.0,93184.0,2407.6136730969884,5963776.0 +120.69,7.400000095367432,2614.0,0.008441233076155186,0.1175333634018898,0.0,1.643906593322754,2.1883647441864014,-0.0053824447095394135,0.0026455752085894346,0.3840818405151367,0.4433400332927704,0.6653237044811249,365.0,93440.0,2413.8811441238504,5980160.0 +182.21,7.099999904632568,2629.0,0.012322905473411083,0.1695760041475296,0.0,1.6117266416549683,2.2042996883392334,-0.004516859073191881,0.0026512371841818094,0.35485029220581055,0.41869357228279114,0.6441675424575806,366.0,93696.0,2420.113343348028,5996544.0 +197.56,6.699999809265137,2609.0,0.008263793773949146,0.1034952774643898,0.0,1.6523466110229492,2.215691328048706,-0.005595774855464697,0.0026608563493937254,0.42927631735801697,0.41937586665153503,0.6331253349781036,367.0,93952.0,2426.3921090299264,6012928.0 +184.04,6.699999809265137,2626.0,0.006910290103405714,0.08056640625,0.0,1.5921669006347656,2.194911003112793,-0.005501320119947195,0.0026655590627342463,0.31512904167175293,0.41295531392097473,0.7338837385177612,368.0,94208.0,2432.632044001948,6029312.0 +200.19,7.0,2575.0,0.00789489783346653,0.1031901016831398,0.0,1.6271308660507202,2.1989097595214844,-0.005585971754044294,0.002666635438799858,0.37071874737739563,0.42112600803375244,0.7345906794071198,369.0,94464.0,2438.9950445508584,6045696.0 +167.99,7.099999904632568,2516.0,0.007649366278201342,0.09552001953125,0.0,1.7231656312942505,2.215726613998413,-0.00515918992459774,0.002661661244928837,0.5701987743377686,0.4188799560070038,0.6640568971633911,370.0,94720.0,2445.5061710558366,6062080.0 +149.29,7.0,2611.0,0.007425328250974417,0.0908203125,0.0,1.606484055519104,2.206681966781616,-0.004738685209304094,0.0026614766102284193,0.34742268919944763,0.41204166412353516,0.7634698152542114,371.0,94976.0,2451.781400824897,6078464.0 +216.73,6.599999904632568,2654.0,0.00907252449542284,0.10162353515625,0.0,1.6862064599990845,2.219128370285034,-0.00514766713604331,0.002656827913597226,0.44690561294555664,0.45080137252807617,0.6787978410720825,372.0,95232.0,2457.9557331549004,6094848.0 +171.21,6.900000095367432,2616.0,0.00703344726935029,0.0875447615981102,0.0,1.6941651105880737,2.185028314590454,-0.004629126284271479,0.0026714785490185022,0.5068419575691223,0.4161694347858429,0.5691447257995605,373.0,95488.0,2464.22038710583,6111232.0 +134.29,6.699999809265137,2600.0,0.0076438928954303265,0.1073201522231102,0.0,1.6357327699661255,2.1933460235595703,-0.005464043002575636,0.0026538099627941847,0.39201581478118896,0.42488333582878113,0.5857195854187012,374.0,95744.0,2470.5220757019706,6127616.0 +141.2,6.5,2641.0,0.010650859214365482,0.1513671875,0.0,1.648703694343567,2.2258899211883545,-0.004769316874444485,0.0026512944605201483,0.44852063059806824,0.4074535369873047,0.5702193677425385,375.0,96000.0,2476.727139361901,6144000.0 +210.9,7.199999809265137,2619.0,0.01083741057664156,0.13916015625,0.0,1.6334400177001953,2.209123134613037,-0.0031888403464108706,0.0026576381642371416,0.4094686210155487,0.4072834551334381,0.618549257516861,376.0,96256.0,2482.981945823878,6160384.0 +158.85,7.400000095367432,2608.0,0.00864970963448286,0.11181640625,0.0,1.6101022958755493,2.2342536449432373,-0.006345786154270172,0.002656256780028343,0.41267454624176025,0.3822638690471649,0.587261974811554,377.0,96512.0,2489.2636487819254,6176768.0 +130.75,7.099999904632568,2533.0,0.005044303368777037,0.05474853515625,0.0,1.6169227361679077,2.2564303874969482,-0.005397239234298468,0.0026589184999465942,0.4437955319881439,0.3696293532848358,0.5171850323677063,378.0,96768.0,2495.7314351578243,6193152.0 +227.72,6.900000095367432,2587.0,0.008154566399753094,0.1112060546875,0.0,1.6071637868881226,2.2393083572387695,-0.007775826379656792,0.0026630209758877754,0.416643887758255,0.3747708797454834,0.5684583485126495,379.0,97024.0,2502.064210912911,6209536.0 +173.69,6.699999809265137,2609.0,0.008455024100840092,0.1150105819106102,0.0,1.5828336477279663,2.245898723602295,-0.004968948196619749,0.0026689041405916214,0.3581199645996094,0.3744451701641083,0.6297421753406525,380.0,97280.0,2508.344089651946,6225920.0 +165.8,6.5,2591.0,0.008635386824607849,0.12261962890625,0.0,1.6690583229064941,2.2928268909454346,-0.0071146260015666485,0.0026614300440996885,0.4716469347476959,0.4164823293685913,0.5222517251968384,381.0,97536.0,2514.667938252911,6242304.0 +222.32,6.699999809265137,2602.0,0.006967379245907068,0.08740234375,0.0,1.6163777112960815,2.3027467727661133,-0.005120331887155771,0.0026617320254445076,0.37488022446632385,0.40893736481666565,0.597803145647049,382.0,97792.0,2520.965253224829,6258688.0 +190.14,7.400000095367432,2537.0,0.007034573238343,0.08685302734375,0.0,1.6218457221984863,2.2694573402404785,-0.006633192300796509,0.0026691481471061707,0.39717793464660645,0.3998548090457916,0.6272018253803253,383.0,98048.0,2527.4238475640304,6275072.0 +155.66,7.599999904632568,2596.0,0.0066384971141815186,0.0880330428481102,0.0,1.5680845975875854,2.279385805130005,-0.005571011919528246,0.0026679092552512884,0.33298739790916443,0.3734554350376129,0.6702235341072083,384.0,98304.0,2533.7352287299,6291456.0 +163.68,7.599999904632568,2506.0,0.007186566945165396,0.0897216796875,0.0,1.5398188829421997,2.294667959213257,-0.0069915237836539745,0.002654045820236206,0.27877405285835266,0.38088175654411316,0.704717606306076,385.0,98560.0,2540.271369541995,6307840.0 +197.47,7.300000190734863,2619.0,0.010909185744822025,0.1553548127412796,0.0,1.6045681238174438,2.3077244758605957,-0.005038752686232328,0.0026517780497670174,0.36899545788764954,0.40328899025917053,0.6375619173049927,386.0,98816.0,2546.527450653026,6324224.0 +178.35,6.199999809265137,2594.0,0.009018904529511929,0.1286214143037796,0.0,1.7064146995544434,2.3083717823028564,-0.0049451906234025955,0.0026546341832727194,0.5377690196037292,0.42260435223579407,0.5774809718132019,387.0,99072.0,2552.8442812608555,6340608.0 +226.38,6.099999904632568,2531.0,0.00985155813395977,0.1399739533662796,0.0,1.6542983055114746,2.297687292098999,-0.004984139930456877,0.002670304849743843,0.3910415470600128,0.4400577247142792,0.6584995985031128,388.0,99328.0,2559.3166931020096,6356992.0 +185.16,6.800000190734863,2587.0,0.00851800199598074,0.120361328125,0.0,1.6373053789138794,2.2974085807800293,-0.007192015647888184,0.0026743935886770487,0.36643698811531067,0.4350455105304718,0.6966765820980072,389.0,99584.0,2565.649321135832,6373376.0 +214.06,6.800000190734863,2577.0,0.010327964089810848,0.1497802734375,0.0,1.5513192415237427,2.275221347808838,-0.00757954828441143,0.002658806974068284,0.21130956709384918,0.4329802691936493,0.7771455496549606,390.0,99840.0,2572.007147309836,6389760.0 +184.7,6.099999904632568,2580.0,0.009865262545645237,0.1406453400850296,0.0,1.6525087356567383,2.2259371280670166,-0.006194030866026878,0.00266192015260458,0.44876131415367126,0.4082418382167816,0.6698481440544128,391.0,100096.0,2578.356904531829,6406144.0 +227.3,5.900000095367432,2586.0,0.010138663463294506,0.1448974609375,0.0,1.636475682258606,2.1964194774627686,-0.006890953052788973,0.0026552248746156693,0.3867442309856415,0.42995038628578186,0.6941916346549988,392.0,100352.0,2584.692583345808,6422528.0 +172.36,6.0,2537.0,0.008177646435797215,0.107421875,0.0,1.686202049255371,2.2188687324523926,-0.006198730319738388,0.0026580735575407743,0.4955967664718628,0.4223557710647583,0.608721911907196,393.0,100608.0,2591.148941783933,6438912.0 +201.5,6.099999904632568,2486.0,0.007121192291378975,0.08648681640625,0.0,1.5353034734725952,2.237387180328369,-0.006168302148580551,0.0026448743883520365,0.21612019836902618,0.4158139228820801,0.7714168429374695,394.0,100864.0,2597.7391605768353,6455296.0 +202.23,6.699999809265137,2539.0,0.0068558864295482635,0.0870768204331398,0.0,1.6088052988052368,2.2449123859405518,-0.0053654443472623825,0.002645795466378331,0.36936748027801514,0.41075751185417175,0.687599241733551,395.0,101120.0,2604.1930608509574,6471680.0 +169.38,7.400000095367432,2555.0,0.008616063743829727,0.1061808243393898,0.0,1.6770280599594116,2.2223403453826904,-0.0054819923825562,0.00264179240912199,0.47634080052375793,0.4302237331867218,0.6517316997051239,396.0,101376.0,2610.606215953827,6488064.0 +148.54,7.900000095367432,2474.0,0.008571846410632133,0.1197306290268898,0.0,1.634969711303711,2.228464365005493,-0.006967314053326845,0.00263127195648849,0.4381904602050781,0.4098883867263794,0.6810432374477386,397.0,101632.0,2617.227714139037,6504448.0 +103.01,7.900000095367432,2455.0,0.008624307811260223,0.1163533553481102,0.0,1.5800896883010864,2.236285924911499,-0.00848059169948101,0.0026281289756298065,0.326531320810318,0.4144936501979828,0.6809049546718597,398.0,101888.0,2623.900797395967,6520832.0 +133.42,7.300000190734863,2463.0,0.009634959511458874,0.1308797150850296,0.0,1.563955307006836,2.2273380756378174,-0.007047961000353098,0.0026352573186159134,0.3053344190120697,0.4025019705295563,0.7083379626274109,399.0,102144.0,2630.5523288450204,6537216.0 +172.85,6.800000190734863,2479.0,0.0073294248431921005,0.0851236954331398,0.0,1.7976220846176147,2.2513906955718994,-0.006762008648365736,0.0026399691123515368,0.498888224363327,0.40873217582702637,0.5865541100502014,400.0,102400.0,2637.1608922458254,6553600.0 +171.38,7.199999809265137,2458.0,0.007137507665902376,0.09051513671875,0.0,1.7456680536270142,2.2188611030578613,-0.006494566332548857,0.002630326896905899,0.4128299653530121,0.40312281250953674,0.6700724959373474,401.0,102656.0,2643.827380112838,6569984.0 +142.54,7.900000095367432,2562.0,0.009789749048650265,0.13653564453125,0.0,1.6854737997055054,2.2315163612365723,-0.006140836980193853,0.0026347164530307055,0.29548364877700806,0.39901217818260193,0.7476086318492889,402.0,102912.0,2650.2220446788706,6586368.0 +138.05,8.0,2480.0,0.008464491926133633,0.1185302734375,0.0,1.6472634077072144,2.25976824760437,-0.006577465683221817,0.002623620443046093,0.21740801632404327,0.40625524520874023,0.7987125068902969,403.0,103168.0,2656.8272483928595,6602752.0 +192.07,6.800000190734863,2506.0,0.008521503768861294,0.11993408203125,0.0,1.68890380859375,2.2758915424346924,-0.00686626136302948,0.0026316705625504255,0.28616103529930115,0.4106835126876831,0.7381080389022827,404.0,103424.0,2663.3651714939624,6619136.0 +221.77,6.300000190734863,2432.0,0.0069635044783353806,0.0894775390625,0.0,1.7219513654708862,2.2312417030334473,-0.006654914002865553,0.002632826566696167,0.3251456022262573,0.4242396056652069,0.7497214376926422,405.0,103680.0,2670.102726934012,6635520.0 +194.2,6.400000095367432,2444.0,0.007682183291763067,0.1018269881606102,0.0,1.7808079719543457,2.2234227657318115,-0.007660601753741503,0.0026312393601983786,0.46674683690071106,0.41296008229255676,0.6598151624202728,406.0,103936.0,2676.8065147998277,6651904.0 +141.22,7.599999904632568,2474.0,0.00788595899939537,0.1074422225356102,0.0,1.7683597803115845,2.187026262283325,-0.00833254586905241,0.0026373679284006357,0.42018309235572815,0.42210623621940613,0.663140594959259,407.0,104192.0,2683.4288466798607,6668288.0 +135.57,7.800000190734863,2469.0,0.009360025636851788,0.1300455778837204,0.0,1.6957083940505981,2.230189800262451,-0.005055970046669245,0.002642149105668068,0.32380184531211853,0.3897915780544281,0.6735163033008575,408.0,104448.0,2690.0652099489234,6684672.0 +161.67,6.699999809265137,2528.0,0.008668671362102032,0.1229654923081398,0.0,1.7203880548477173,2.23361873626709,-0.006642770022153854,0.0026307504158467054,0.3835825026035309,0.3915572166442871,0.6673808097839355,409.0,104704.0,2696.546826250851,6701056.0 +241.45,6.599999904632568,2560.0,0.0077149043790996075,0.1027018204331398,0.0,1.7984169721603394,2.218109369277954,-0.00638550752773881,0.0026276640128344297,0.4897312819957733,0.4199957847595215,0.6247978806495667,410.0,104960.0,2702.945466998033,6717440.0 +197.73,6.800000190734863,2412.0,0.00846745166927576,0.1155192032456398,0.0,1.7194318771362305,2.209418535232544,-0.0055665201507508755,0.002624928718432784,0.3476855754852295,0.41164520382881165,0.7431388795375824,411.0,105216.0,2709.7386036568787,6733824.0 +133.61,6.900000095367432,2438.0,0.009468925185501575,0.1335245817899704,0.0,1.7683852910995483,2.1911122798919678,-0.005804078653454781,0.002622168743982911,0.44484391808509827,0.4134944975376129,0.7205109596252441,412.0,105472.0,2716.457287855912,6750208.0 +155.18,6.900000095367432,2562.0,0.007458116859197617,0.0999348983168602,0.0,1.742518424987793,2.2177367210388184,-0.006962115410715342,0.0026189780328422785,0.36480215191841125,0.43216219544410706,0.74567049741745,413.0,105728.0,2722.8516979289707,6766592.0 +139.49,6.400000095367432,2453.0,0.007435530889779329,0.0984700545668602,0.0,1.72246253490448,2.2288320064544678,-0.00664790952578187,0.0026182474102824926,0.34920230507850647,0.41887369751930237,0.7580676823854446,414.0,105984.0,2729.5306505449116,6782976.0 +196.76,6.300000190734863,2465.0,0.009611391462385654,0.13836669921875,0.0,1.7595113515853882,2.2001264095306396,-0.005945008248090744,0.0026300649624317884,0.4058595895767212,0.42143645882606506,0.690186083316803,415.0,106240.0,2736.1760978458915,6799360.0 +182.09,6.300000190734863,2457.0,0.007544793654233217,0.10406494140625,0.0,1.7656375169754028,2.184903860092163,-0.006302931811660528,0.0026279743760824203,0.3983903229236603,0.43351343274116516,0.7090570330619812,416.0,106496.0,2742.8424878558144,6815744.0 +140.78,7.099999904632568,2436.0,0.010228105820715427,0.1414387971162796,0.0,1.7714004516601562,2.196195363998413,-0.005104273557662964,0.0026325127109885216,0.4338642358779907,0.4169318675994873,0.7306711971759796,417.0,106752.0,2749.569198245881,6832128.0 +150.76,7.0,2476.0,0.009884278289973736,0.14544677734375,0.0,1.7671623229980469,2.242877244949341,-0.006312914192676544,0.0026233235839754343,0.40065261721611023,0.4369162321090698,0.7310863733291626,418.0,107008.0,2756.1861923069227,6848512.0 +185.26,6.400000095367432,2549.0,0.005643414333462715,0.06219482421875,0.0,1.7882336378097534,2.247753620147705,-0.005606522783637047,0.0026241485029459,0.48449328541755676,0.4129350483417511,0.7057766616344452,419.0,107264.0,2762.6141981768887,6864896.0 +172.54,7.5,2559.0,0.006844575982540846,0.0876261368393898,0.0,1.7157959938049316,2.2350823879241943,-0.006642738822847605,0.0026189396157860756,0.3357401192188263,0.418660968542099,0.7869123071432114,420.0,107520.0,2769.0162510708906,6881280.0 +163.89,6.900000095367432,2574.0,0.006374454125761986,0.0721435546875,0.0,1.738101601600647,2.2294058799743652,-0.0060778409242630005,0.002620171522721648,0.3979423940181732,0.4077247381210327,0.7401742041110992,421.0,107776.0,2775.381191711873,6897664.0 +235.01,6.199999809265137,2508.0,0.0077028777450323105,0.1057332381606102,0.0,1.6734651327133179,2.2084081172943115,-0.007001145277172327,0.0026233645621687174,0.27278876304626465,0.40465304255485535,0.8190448880195618,422.0,108032.0,2781.9122992740013,6914048.0 +210.91,7.199999809265137,2582.0,0.01102530863136053,0.1674601286649704,0.0,1.7129262685775757,2.2019810676574707,-0.0056089540012180805,0.002624806948006153,0.3392096757888794,0.4091857671737671,0.7575687617063522,423.0,108288.0,2788.25740182586,6930432.0 +171.85,7.300000190734863,2587.0,0.0076186396181583405,0.1043294295668602,0.0,1.7764486074447632,2.1842310428619385,-0.007176594343036413,0.0026181917637586594,0.4886458218097687,0.40174761414527893,0.7005427777767181,424.0,108544.0,2794.5930862310342,6946816.0 +174.26,7.300000190734863,2590.0,0.006597901228815317,0.0849202498793602,0.0,1.7357455492019653,2.1983609199523926,-0.005587877705693245,0.0026176832616329193,0.3730931282043457,0.4191259443759918,0.764534056186676,425.0,108800.0,2800.91966331983,6963200.0 +135.62,7.199999809265137,2513.0,0.011301233433187008,0.1474202424287796,0.0,1.7304121255874634,2.241380453109741,-0.0051591587252914906,0.0026225398760288954,0.35950836539268494,0.4182981252670288,0.7429255843162537,426.0,109056.0,2807.437738121953,6979584.0 +123.44,7.199999809265137,2641.0,0.0076010688208043575,0.1067301407456398,0.0,1.7585368156433105,2.2588002681732178,-0.007634991779923439,0.0026149742770940065,0.4397464096546173,0.4118403196334839,0.7007532715797424,427.0,109312.0,2813.6410624349955,6995968.0 +169.59,6.699999809265137,2597.0,0.007651394233107567,0.10113525390625,0.0,1.722944736480713,2.2459020614624023,-0.006912836804986,0.002624703338369727,0.39428481459617615,0.3919484317302704,0.7282638549804688,428.0,109568.0,2819.948896507034,7012352.0 +171.6,6.199999809265137,2572.0,0.006911005824804306,0.0871378555893898,0.0,1.803567886352539,2.254450559616089,-0.007232142612338066,0.002607954666018486,0.5352475643157959,0.41188132762908936,0.6429896056652069,429.0,109824.0,2826.31792880781,7028736.0 +146.66,6.800000190734863,2580.0,0.007447494193911552,0.1012369766831398,0.0,1.6558332443237305,2.2336995601654053,-0.008359805680811405,0.0026106666773557663,0.2746647000312805,0.39241763949394226,0.7763779610395432,430.0,110080.0,2832.6670013279654,7045120.0 +196.95,7.0,2476.0,0.0069406949914991856,0.0875244140625,0.0,1.7397948503494263,2.190704345703125,-0.005341821815818548,0.002612261101603508,0.39586570858955383,0.41344282031059265,0.7219242751598358,431.0,110336.0,2839.283264058875,7061504.0 +171.34,7.199999809265137,2585.0,0.007598805706948042,0.0929361954331398,0.0,1.6769474744796753,2.232348918914795,-0.006926978472620249,0.0026138422545045614,0.26253584027290344,0.41902992129325867,0.7892521768808365,432.0,110592.0,2845.6205282178707,7077888.0 +175.04,7.400000095367432,2588.0,0.007438946980983019,0.0999755859375,0.0,1.7566499710083008,2.225160837173462,-0.005981098394840956,0.0026151996571570635,0.38949742913246155,0.43501242995262146,0.6817451417446136,433.0,110848.0,2851.9509513089433,7094272.0 +204.37,6.800000190734863,2576.0,0.009443995542824268,0.1349080353975296,0.0,1.7476096153259277,2.2553441524505615,-0.007745699491351843,0.0026193764060735703,0.3771303594112396,0.4320580065250397,0.6348716914653778,434.0,111104.0,2858.310397673864,7110656.0 +172.99,7.199999809265137,2581.0,0.007927697151899338,0.1040445938706398,0.0,1.7292195558547974,2.2324986457824707,-0.0062025864608585835,0.0026218313723802567,0.3474261462688446,0.4250120222568512,0.7155541479587555,435.0,111360.0,2864.6575387220364,7127040.0 +160.75,7.099999904632568,2554.0,0.0091867009177804,0.12725830078125,0.0,1.7404929399490356,2.2349131107330322,-0.009010023437440395,0.002622276544570923,0.39688798785209656,0.41314443945884705,0.6528686583042145,436.0,111616.0,2871.073063720949,7143424.0 +182.66,7.300000190734863,2554.0,0.007063237484544516,0.0934244766831398,0.0,1.7204173803329468,2.206291675567627,-0.006072737742215395,0.002626358764246106,0.31688711047172546,0.42940637469291687,0.7565887868404388,437.0,111872.0,2877.4872782989405,7159808.0 +172.0,6.800000190734863,2520.0,0.008669436909258366,0.1180419921875,0.0,1.7345528602600098,2.1994025707244873,-0.007299359422177076,0.002615031786262989,0.32739993929862976,0.44606903195381165,0.7557099908590317,438.0,112128.0,2883.9887760318816,7176192.0 +192.07,6.599999904632568,2610.0,0.009032332338392735,0.1251424103975296,0.0,1.713019847869873,2.2027390003204346,-0.006571901962161064,0.002619409002363682,0.2941667437553406,0.4377318322658539,0.7468565404415131,439.0,112384.0,2890.265014028875,7192576.0 +254.17,6.800000190734863,2444.0,0.008072758093476295,0.1070963516831398,0.0,1.7650521993637085,2.1927311420440674,-0.006985965650528669,0.0026260449085384607,0.35783228278160095,0.4568943977355957,0.6965746581554413,440.0,112640.0,2896.969062320888,7208960.0 +161.2,6.699999809265137,2455.0,0.008607675321400166,0.1149698868393898,0.0,1.7838369607925415,2.2341384887695312,-0.006360737606883049,0.0026247501373291016,0.39912155270576477,0.4552723467350006,0.685113251209259,441.0,112896.0,2903.642128754873,7225344.0 +205.84,6.900000095367432,2484.0,0.00888252817094326,0.1197713240981102,0.0,1.744503140449524,2.246300458908081,-0.007667103316634893,0.002626813715323806,0.2983691096305847,0.4679071009159088,0.7681009471416473,442.0,113152.0,2910.238361262018,7241728.0 +166.79,7.699999809265137,2584.0,0.008579320274293423,0.1131998673081398,0.0,1.7427449226379395,2.2577295303344727,-0.004602957982569933,0.0026358577888458967,0.2863992154598236,0.46478402614593506,0.758808508515358,443.0,113408.0,2916.5779225178994,7258112.0 +193.45,6.900000095367432,2537.0,0.007150227669626474,0.0947672501206398,0.0,1.7570127248764038,2.2842414379119873,-0.005659693386405706,0.0026194220408797264,0.3645644187927246,0.44725582003593445,0.7384468615055084,444.0,113664.0,2923.0359789538197,7274496.0 +207.3,6.400000095367432,2488.0,0.008231146261096,0.1114501953125,0.0,1.7506065368652344,2.2525289058685303,-0.007350267842411995,0.0026129831094294786,0.36097192764282227,0.44692888855934143,0.7352241575717926,445.0,113920.0,2929.6202858758625,7290880.0 +205.31,7.099999904632568,2551.0,0.009097306989133358,0.1267293244600296,0.0,1.7141709327697754,2.232435464859009,-0.008288729935884476,0.0026151665952056646,0.3126201331615448,0.4332098960876465,0.7697142213582993,446.0,114176.0,2936.0426494679414,7307264.0 +160.61,7.400000095367432,2568.0,0.009520256891846657,0.12969970703125,0.0,1.6875542402267456,2.2497000694274902,-0.007491323631256819,0.002614952391013503,0.27380868792533875,0.4247300624847412,0.7857377380132675,447.0,114432.0,2942.421778425807,7323648.0 +212.93,6.800000190734863,2479.0,0.011297076940536499,0.1719767302274704,0.0,1.654553771018982,2.2405974864959717,-0.007974433712661266,0.0026141302660107613,0.26486119627952576,0.3943088948726654,0.7874836325645447,448.0,114688.0,2949.030865152832,7340032.0 +190.13,6.900000095367432,2556.0,0.006325539667159319,0.0763956680893898,0.0,1.7439589500427246,2.2167599201202393,-0.006983473896980286,0.0026205964386463165,0.44639790058135986,0.38823437690734863,0.7159615159034729,449.0,114944.0,2955.4404063150287,7356416.0 +181.28,7.0,2566.0,0.0094521539285779,0.1301066130399704,0.0,1.594786524772644,2.1980137825012207,-0.008740640245378017,0.0026164271403104067,0.31017810106277466,0.39661887288093567,0.7833704948425293,450.0,115200.0,2961.8249463618267,7372800.0 +174.3,7.400000095367432,2655.0,0.008427114225924015,0.1127726212143898,0.0,1.5841741561889648,2.2123305797576904,-0.0075335451401770115,0.0026236854027956724,0.2544492483139038,0.41175875067710876,0.8154756277799606,451.0,115456.0,2967.9966166589875,7389184.0 +198.41,6.5,2626.0,0.013703458942472935,0.1714070588350296,0.0,1.655713438987732,2.230736494064331,-0.0059019471518695354,0.002617722610011697,0.3652472198009491,0.43177530169487,0.738793671131134,452.0,115712.0,2974.2355318430346,7405568.0 +177.94,7.400000095367432,2596.0,0.009573680348694324,0.1273396760225296,0.0,1.6316009759902954,2.253474473953247,-0.00637569697573781,0.0026154809165745974,0.35903576016426086,0.4093533754348755,0.7748763114213943,453.0,115968.0,2980.5458345378283,7421952.0 +140.3,8.199999809265137,2570.0,0.007528690155595541,0.0978597030043602,0.0,1.590336799621582,2.234031915664673,-0.007948428392410278,0.0026147214230149984,0.2952421009540558,0.40047070384025574,0.7853583246469498,454.0,116224.0,2986.919977637008,7438336.0 +140.24,7.699999809265137,2466.0,0.008002747781574726,0.1112874373793602,0.0,1.6219650506973267,2.22391676902771,-0.00799743365496397,0.0026077541988343,0.3409328758716583,0.4140768051147461,0.7712913751602173,455.0,116480.0,2993.5626370268874,7454720.0 +137.67,7.800000190734863,2542.0,0.009189576841890812,0.1274617463350296,0.0,1.5710524320602417,2.2133471965789795,-0.007765863556414843,0.0026108119636774063,0.21946807205677032,0.423541784286499,0.846051037311554,456.0,116736.0,3000.0087875658646,7471104.0 +143.86,7.099999904632568,2523.0,0.010414828546345234,0.1539306640625,0.0,1.6832774877548218,2.1749179363250732,-0.006615191698074341,0.0026332244742661715,0.4359857141971588,0.4151546061038971,0.7058049440383911,457.0,116992.0,3006.5022790560033,7487488.0 +156.66,6.599999904632568,2497.0,0.007615959737449884,0.09759521484375,0.0,1.6729167699813843,2.200019598007202,-0.006422705948352814,0.002646026201546192,0.3829701244831085,0.42754289507865906,0.6824541687965393,458.0,117248.0,3013.062734938925,7503872.0 +185.3,6.400000095367432,2485.0,0.006196259055286646,0.075439453125,0.0,1.7231260538101196,2.1827001571655273,-0.007227241527289152,0.0026184178423136473,0.5068712830543518,0.42846623063087463,0.6317064464092255,459.0,117504.0,3019.6547330648173,7520256.0 +122.35,7.699999809265137,2485.0,0.008277538232505322,0.1109822615981102,0.0,1.613838791847229,2.2157483100891113,-0.006822364870458841,0.002616418292745948,0.29856351017951965,0.4234280288219452,0.7186678349971771,460.0,117760.0,3026.247542914003,7536640.0 +173.71,7.099999904632568,2507.0,0.007819067686796188,0.1049397811293602,0.0,1.70280122756958,2.2285773754119873,-0.00687474524602294,0.0026130799669772387,0.440887451171875,0.44594475626945496,0.6737508773803711,461.0,118016.0,3032.7822051439434,7553024.0 +130.53,7.5,2633.0,0.008908572606742382,0.1228434219956398,0.0,1.6374155282974243,2.1990387439727783,-0.009110669605433941,0.0026133961509913206,0.337719589471817,0.43203434348106384,0.7617824375629425,462.0,118272.0,3039.005166905001,7569408.0 +172.12,6.400000095367432,2468.0,0.007307085674256086,0.0959065780043602,0.0,1.7214289903640747,2.2438302040100098,-0.006077142897993326,0.002615405945107341,0.4632181227207184,0.4526855945587158,0.7272365689277649,463.0,118528.0,3045.64293387183,7585792.0 +159.67,7.0,2466.0,0.007580537348985672,0.10198974609375,0.0,1.5993189811706543,2.2120211124420166,-0.00870989728718996,0.002619906095787883,0.27829399704933167,0.4187450706958771,0.8245356678962708,464.0,118784.0,3052.2862043739296,7602176.0 +153.43,7.0,2472.0,0.007977902889251709,0.1113484725356102,0.0,1.6149626970291138,2.233069658279419,-0.004838243592530489,0.0026219328865408897,0.2665112316608429,0.4384550154209137,0.8235017955303192,465.0,119040.0,3058.9131065038964,7618560.0 +238.91,6.400000095367432,2593.0,0.007748582866042852,0.1064453125,0.0,1.72571861743927,2.226752758026123,-0.006809897255152464,0.0026417693588882685,0.4357132613658905,0.46107426285743713,0.7380246520042419,466.0,119296.0,3065.230962931877,7634944.0 +157.56,7.300000190734863,2568.0,0.006397167686372995,0.0777791365981102,0.0,1.7743912935256958,2.191410779953003,-0.006655172910541296,0.0026266786735504866,0.5918691754341125,0.4339371621608734,0.7041495740413666,467.0,119552.0,3071.610972764902,7651328.0 +122.15,7.400000095367432,2563.0,0.008274691179394722,0.1050211563706398,0.0,1.6276744604110718,2.2395873069763184,-0.006590545643121004,0.0026314801070839167,0.31816887855529785,0.42058035731315613,0.8291304558515549,468.0,119808.0,3078.0024326189887,7667712.0 +129.34,6.800000190734863,2546.0,0.006698147859424353,0.0797119140625,0.0,1.6129542589187622,2.1984190940856934,-0.0059647695161402225,0.0026105528231710196,0.32302507758140564,0.4099592864513397,0.8055689781904221,469.0,120064.0,3084.438517709961,7684096.0 +125.92,6.900000095367432,2478.0,0.007205311208963394,0.08770751953125,0.0,1.5887569189071655,2.2002780437469482,-0.006259951740503311,0.002607799833640456,0.2697119116783142,0.4145508110523224,0.8232571631669998,470.0,120320.0,3091.049658100819,7700480.0 +263.31,6.599999904632568,2559.0,0.008438171818852425,0.1075439453125,0.0,1.6882864236831665,2.183377504348755,-0.0063884141854941845,0.0026301403995603323,0.44271373748779297,0.4184390604496002,0.7562744170427322,471.0,120576.0,3097.4530404328834,7716864.0 +196.72,7.0,2537.0,0.008413293398916721,0.1103719100356102,0.0,1.6636080741882324,2.1707305908203125,-0.006514089647680521,0.002620179206132889,0.4039035737514496,0.4173046052455902,0.7704976201057434,472.0,120832.0,3103.91085068183,7733248.0 +169.94,7.699999809265137,2575.0,0.009907778352499008,0.1356404572725296,0.0,1.582142949104309,2.1992106437683105,-0.007485618814826012,0.0026159861590713263,0.2891268730163574,0.392942875623703,0.8052780330181122,473.0,121088.0,3110.2739569749683,7749632.0 +168.45,7.099999904632568,2572.0,0.009416894055902958,0.1358439177274704,0.0,1.6316051483154297,2.18574595451355,-0.005333057139068842,0.0026035464834421873,0.3772594928741455,0.4027666747570038,0.7824753671884537,474.0,121344.0,3116.647069122875,7766016.0 +179.25,7.0,2469.0,0.007772823330014944,0.1060791015625,0.0,1.5914607048034668,2.1737148761749268,-0.006698697339743376,0.0025968884583562613,0.2665213644504547,0.4251917898654938,0.8132196664810181,475.0,121600.0,3123.28351161303,7782400.0 +218.6,6.800000190734863,2498.0,0.006509852129966021,0.0840657576918602,0.0,1.6469730138778687,2.1817805767059326,-0.005460591986775398,0.0025921862106770277,0.39183881878852844,0.41791489720344543,0.7081830501556396,476.0,121856.0,3129.8423883728683,7798784.0 +154.16,7.800000190734863,2622.0,0.007284688297659159,0.0941365584731102,0.0,1.5950249433517456,2.186445474624634,-0.006205111742019653,0.002595945494249463,0.2797805368900299,0.4216843545436859,0.788006916642189,477.0,122112.0,3136.091147623956,7815168.0 +221.45,6.5,2602.0,0.005390804260969162,0.0599772147834301,0.0,1.6788502931594849,2.217508316040039,-0.006944628898054361,0.0025964018423110247,0.4595872163772583,0.4156266748905182,0.706404983997345,478.0,122368.0,3142.3863347889856,7831552.0 +215.32,6.800000190734863,2511.0,0.0056920126080513,0.0694376602768898,0.0,1.722873568534851,2.1892192363739014,-0.005895176436752081,0.0025955059099942446,0.5134688019752502,0.4343356192111969,0.664103090763092,479.0,122624.0,3148.9099583309144,7847936.0 +129.39,7.699999809265137,2557.0,0.006778079550713301,0.0880533829331398,0.0,1.5503798723220825,2.159290075302124,-0.008206547237932682,0.002586371498182416,0.15187174081802368,0.45086491107940674,0.868518739938736,480.0,122880.0,3155.31818351103,7864320.0 +203.15,6.5,2565.0,0.007470903918147087,0.1011759415268898,0.0,1.6755194664001465,2.179448366165161,-0.00675223721191287,0.0025894828140735626,0.4027844965457916,0.44748950004577637,0.7101909220218658,481.0,123136.0,3161.7055551318917,7880704.0 +169.05,8.100000381469727,2455.0,0.008715529926121235,0.1217244490981102,0.0,1.6462688446044922,2.188857316970825,-0.0072272238321602345,0.002590723568573594,0.3553982973098755,0.44108501076698303,0.6951553225517273,482.0,123392.0,3168.3780425849836,7897088.0 +171.16,7.599999904632568,2455.0,0.008571150712668896,0.11328125,0.0,1.6592158079147339,2.237222194671631,-0.005231209099292755,0.0025922951754182577,0.3781227767467499,0.44038310647010803,0.7078656554222107,483.0,123648.0,3175.0508741729427,7913472.0 +136.91,7.300000190734863,2438.0,0.00866265594959259,0.1201578751206398,0.0,1.6183056831359863,2.197979688644409,-0.006855915766209364,0.002591049997135997,0.33821332454681396,0.41813817620277405,0.7558064013719559,484.0,123904.0,3181.771600865992,7929856.0 +152.28,7.599999904632568,2538.0,0.00916869193315506,0.1246134415268898,0.0,1.6138348579406738,2.19047474861145,-0.0066016740165650845,0.0025887135416269302,0.35077476501464844,0.40645959973335266,0.751660481095314,485.0,124160.0,3188.225749030942,7946240.0 +182.7,7.099999904632568,2515.0,0.008210794068872929,0.1151123046875,0.0,1.6219558715820312,2.1873645782470703,-0.006472271401435137,0.0025987105909734964,0.38324877619743347,0.39186474680900574,0.6988610327243805,486.0,124416.0,3194.7409060248174,7962624.0 +161.36,7.300000190734863,2579.0,0.008305487222969532,0.11126708984375,0.0,1.6412606239318848,2.1779963970184326,-0.008938939310610294,0.002594634657725692,0.3881606161594391,0.4161888360977173,0.6812685132026672,487.0,124672.0,3201.0931915349793,7979008.0 +143.0,7.5,2436.0,0.008998299948871136,0.1186319962143898,0.0,1.6565364599227905,2.195357322692871,-0.00798966083675623,0.002608218230307102,0.3837396800518036,0.4287717044353485,0.6743752062320709,488.0,124928.0,3207.8182798698545,7995392.0 +160.48,7.199999809265137,2452.0,0.0086003253236413,0.1184895858168602,0.0,1.6737807989120483,2.1766319274902344,-0.006650375667959452,0.0026208218187093735,0.39014932513237,0.436977744102478,0.7457382082939148,489.0,125184.0,3214.501265194034,8011776.0 +156.86,6.800000190734863,2564.0,0.009438813664019108,0.13226318359375,0.0,1.662608027458191,2.2130930423736572,-0.007345747668296099,0.002607635222375393,0.35347747802734375,0.45310500264167786,0.6748746931552887,490.0,125440.0,3220.890347837005,8028160.0 +156.08,7.5,2443.0,0.008141833357512951,0.1100667342543602,0.0,1.6131850481033325,2.2243478298187256,-0.006631914991885424,0.0025974323507398367,0.24217087030410767,0.4647327959537506,0.7982379347085953,491.0,125696.0,3227.5965209689457,8044544.0 +156.85,7.699999809265137,2473.0,0.0061975824646651745,0.0707193985581398,0.0,1.6600137948989868,2.170121908187866,-0.0071050021797418594,0.00258995802141726,0.353621244430542,0.45807531476020813,0.7578979581594467,492.0,125952.0,3234.222673753975,8060928.0 +163.72,7.5,2490.0,0.008963818661868572,0.1241455078125,0.0,1.615798830986023,2.218275308609009,-0.0051479884423315525,0.002594922436401248,0.294080525636673,0.4371353089809418,0.7657934278249741,493.0,126208.0,3240.803671022877,8077312.0 +117.91,7.400000095367432,2519.0,0.007134714629501104,0.0951944962143898,0.0,1.7355881929397583,2.175644636154175,-0.0077706738375127316,0.0026305823121219873,0.5156729817390442,0.4322783946990967,0.6974331140518188,494.0,126464.0,3247.3084008819424,8093696.0 +140.42,7.599999904632568,2514.0,0.00845503993332386,0.11431884765625,0.0,1.6785680055618286,2.1438398361206055,-0.006935607176274061,0.002632067771628499,0.43869540095329285,0.4087134301662445,0.7282741665840149,495.0,126720.0,3253.8258458960336,8110080.0 +103.8,7.900000095367432,2531.0,0.009371181949973106,0.13330078125,0.0,1.6939765214920044,2.1636807918548584,-0.007190986070781946,0.002604180946946144,0.46892499923706055,0.42352354526519775,0.7374637126922607,496.0,126976.0,3260.2985201559495,8126464.0 +129.99,7.300000190734863,2455.0,0.007727328222244978,0.10455322265625,0.0,1.6181178092956543,2.20902943611145,-0.00878497026860714,0.002596913604065776,0.3365590572357178,0.4183121919631958,0.7966736257076263,497.0,127232.0,3266.9709709798917,8142848.0 +178.85,6.599999904632568,2473.0,0.00835204403847456,0.1112874373793602,0.0,1.62496817111969,2.244436740875244,-0.007199183106422424,0.002593182260170579,0.35271763801574707,0.4173254072666168,0.7593407034873962,498.0,127488.0,3273.5950619350187,8159232.0 +143.02,7.199999809265137,2552.0,0.008198918774724007,0.1065877303481102,0.0,1.6549124717712402,2.214919328689575,-0.007588186766952276,0.0025882592890411615,0.3876572847366333,0.43435874581336975,0.7396751940250397,499.0,127744.0,3280.0162656519096,8175616.0 +165.98,6.599999904632568,2507.0,0.008937793783843517,0.1199544295668602,0.0,1.7236980199813843,2.251298189163208,-0.007400839123874903,0.002593057695776224,0.3859790861606598,0.4374958574771881,0.7152771353721619,500.0,128000.0,3286.5511469480116,8192000.0 +177.13,7.099999904632568,2453.0,0.006711015477776527,0.0835978165268898,0.0,1.7265905141830444,2.2566421031951904,-0.005251091439276934,0.0026044666301459074,0.35568559169769287,0.4495055377483368,0.7449884414672852,501.0,128256.0,3293.2301740159746,8208384.0 +131.94,7.400000095367432,2442.0,0.008885819464921951,0.1261189728975296,0.0,1.654733657836914,2.2713305950164795,-0.007259327452629805,0.0026056666392832994,0.22332829236984253,0.4449911117553711,0.8128824234008789,502.0,128512.0,3299.9381228638813,8224768.0 +167.84,7.0,2475.0,0.008559253998100758,0.114501953125,0.0,1.674064040184021,2.277482032775879,-0.007471556309610605,0.002595881000161171,0.3124205470085144,0.4221709668636322,0.7593088299036026,503.0,128768.0,3306.558704235824,8241152.0 +202.81,6.800000190734863,2457.0,0.008630689233541489,0.1110026016831398,0.0,1.7124372720718384,2.2357470989227295,-0.008267547935247421,0.0026112711057066917,0.3926117718219757,0.4129825532436371,0.7550275176763535,504.0,129024.0,3313.225691851927,8257536.0 +190.95,7.599999904632568,2541.0,0.009118881076574326,0.1216227188706398,0.0,1.6958061456680298,2.248091220855713,-0.007304341997951269,0.0026167945470660925,0.30465397238731384,0.4396744966506958,0.7845861464738846,505.0,129280.0,3319.6725523509085,8273920.0 +171.44,7.5,2563.0,0.008694748394191265,0.1178385391831398,0.0,1.654598593711853,2.2494308948516846,-0.00829562358558178,0.002606280380859971,0.19860976934432983,0.4591749906539917,0.8517444729804993,506.0,129536.0,3326.064231310971,8290304.0 +154.0,7.400000095367432,2585.0,0.00958301592618227,0.1318155974149704,0.0,1.6825546026229858,2.2077438831329346,-0.008464505895972252,0.0025957771576941013,0.3032436966896057,0.43708327412605286,0.778110072016716,507.0,129792.0,3332.400727128843,8306688.0 +158.65,7.199999809265137,2604.0,0.00898938998579979,0.1253865510225296,0.0,1.7595518827438354,2.216336488723755,-0.00721436133608222,0.00259471801109612,0.45738115906715393,0.436239629983902,0.6980389058589935,508.0,130048.0,3338.6910782100167,8323072.0 +183.34,7.300000190734863,2588.0,0.007649210747331381,0.10186767578125,0.0,1.6765108108520508,2.1957385540008545,-0.008881209418177605,0.0025960190687328577,0.32353636622428894,0.4193030893802643,0.7846800833940506,509.0,130304.0,3345.0223708038684,8339456.0 +180.98,7.099999904632568,2566.0,0.011195729486644268,0.1632080078125,0.0,1.6701622009277344,2.19353985786438,-0.008249729871749878,0.0025925140362232924,0.301908940076828,0.4252907335758209,0.7784308344125748,510.0,130560.0,3351.406078778906,8355840.0 +222.72,7.099999904632568,2608.0,0.009667581878602505,0.1325886994600296,0.0,1.6491460800170898,2.16951584815979,-0.007011985406279564,0.00259466958232224,0.22635935246944427,0.44119158387184143,0.8373684883117676,511.0,130816.0,3357.687563571846,8372224.0 +184.18,6.800000190734863,2595.0,0.009070870466530323,0.1222941055893898,0.0,1.6601744890213013,2.1845526695251465,-0.007405418902635574,0.0025887980591505766,0.26725083589553833,0.43426764011383057,0.8110009580850601,512.0,131072.0,3364.001292943023,8388608.0 +200.31,6.599999904632568,2517.0,0.008245652541518211,0.11529541015625,0.0,1.8475288152694702,2.1894235610961914,-0.0063256933353841305,0.002578827552497387,0.6095172762870789,0.45613113045692444,0.6818313598632812,513.0,131328.0,3370.5107730128802,8404992.0 +133.93,7.300000190734863,2492.0,0.006217101123183966,0.0741373673081398,0.0,1.7261513471603394,2.188809633255005,-0.0068062529899179935,0.002585002686828375,0.38784143328666687,0.4418599307537079,0.7720580548048019,514.0,131584.0,3377.0848260088824,8421376.0 +145.64,7.900000095367432,2533.0,0.008690230548381805,0.12017822265625,0.0,1.6472740173339844,2.181004762649536,-0.008034893311560154,0.0025722451973706484,0.25113213062286377,0.4378249943256378,0.8394915759563446,515.0,131840.0,3383.551633263007,8437760.0 +136.9,7.300000190734863,2483.0,0.00885783787816763,0.1226806640625,0.0,1.6463994979858398,2.1883718967437744,-0.007850860245525837,0.002587586408481002,0.23234422504901886,0.4394979774951935,0.8586463630199432,516.0,132096.0,3390.1503017710056,8454144.0 +189.57,6.699999809265137,2517.0,0.009039800614118576,0.12481689453125,0.0,1.7138131856918335,2.165631055831909,-0.0072469282895326614,0.0025905787479132414,0.35840538144111633,0.4419480562210083,0.7894825488328934,517.0,132352.0,3396.6583890339825,8470528.0 +197.71,6.599999904632568,2608.0,0.00882971566170454,0.1187337264418602,0.0,1.7974138259887695,2.162313461303711,-0.005132678430527449,0.0025990454014390707,0.5003174543380737,0.4493783712387085,0.7359475791454315,518.0,132608.0,3402.940812211018,8486912.0 +128.74,7.300000190734863,2528.0,0.008571482263505459,0.1135457381606102,0.0,1.712178111076355,2.1646647453308105,-0.008411413058638573,0.00260101817548275,0.34962189197540283,0.441074401140213,0.7960191518068314,519.0,132864.0,3409.4205946258735,8503296.0 +159.27,7.400000095367432,2563.0,0.009132598526775837,0.1248982772231102,0.0,1.7054443359375,2.183562994003296,-0.005944625940173864,0.0025844958145171404,0.3504248857498169,0.4388768970966339,0.8144739866256714,520.0,133120.0,3415.8125075399876,8519680.0 +129.8,7.699999809265137,2438.0,0.008761887438595295,0.1196695938706398,0.0,1.6591154336929321,2.1930007934570312,-0.008783248253166676,0.0025826292112469673,0.2679624557495117,0.43740472197532654,0.8569100350141525,521.0,133376.0,3422.532916508848,8536064.0 +148.33,7.199999809265137,2443.0,0.00716131366789341,0.0912272110581398,0.0,1.7754216194152832,2.162590503692627,-0.008298258297145367,0.0025913759600371122,0.46394988894462585,0.45250174403190613,0.7697058469057083,522.0,133632.0,3429.2384364088066,8552448.0 +161.08,7.400000095367432,2478.0,0.007703160867094994,0.100830078125,0.0,1.6897773742675781,2.1878323554992676,-0.006438165437430143,0.002600946696475148,0.2888316810131073,0.4480578601360321,0.8253749459981918,523.0,133888.0,3435.850893623894,8568832.0 +215.56,7.5,2506.0,0.010034888051450253,0.1404215544462204,0.0,1.7079105377197266,2.18961501121521,-0.007455360610038042,0.002593287033960223,0.3671840727329254,0.42965689301490784,0.7752624452114105,524.0,134144.0,3442.3877168728504,8585216.0 +168.47,7.300000190734863,2573.0,0.00876545812934637,0.1233723983168602,0.0,1.6869269609451294,2.2226452827453613,-0.008266116492450237,0.002589565236121416,0.37432992458343506,0.40550026297569275,0.7696519494056702,525.0,134400.0,3448.7539397019427,8601600.0 +120.91,7.5,2474.0,0.00802330020815134,0.1097615584731102,0.0,1.6513280868530273,2.2210161685943604,-0.007020360324531794,0.002589031821116805,0.2882555425167084,0.41262948513031006,0.8305485546588898,526.0,134656.0,3455.3758171179798,8617984.0 +158.49,7.400000095367432,2617.0,0.006009271368384361,0.07269287109375,0.0,1.7369617223739624,2.246098756790161,-0.006543079856783152,0.002585817128419876,0.4389449656009674,0.42541754245758057,0.7522960156202316,527.0,134912.0,3461.6353572269436,8634368.0 +153.89,7.300000190734863,2539.0,0.0073581296019256115,0.0926717147231102,0.0,1.713633418083191,2.253171682357788,-0.006817888002842665,0.002583590801805258,0.3818153440952301,0.4327329695224762,0.7865819782018661,528.0,135168.0,3468.088984230999,8650752.0 +137.98,7.699999809265137,2500.0,0.008958598598837852,0.1222330704331398,0.0,1.6823744773864746,2.2480039596557617,-0.0068887327797710896,0.0025761339347809553,0.31949731707572937,0.4363715648651123,0.8063920140266418,529.0,135424.0,3474.641103463946,8667136.0 +137.68,7.0,2552.0,0.0074135237373411655,0.0964558944106102,0.0,1.707438588142395,2.2322347164154053,-0.007754215504974127,0.0025771348737180233,0.3286149203777313,0.4594411849975586,0.825949490070343,530.0,135680.0,3481.060529249953,8683520.0 +163.05,7.699999809265137,2632.0,0.007097888272255659,0.0916341170668602,0.0,1.748363971710205,2.223431348800659,-0.007981405593454838,0.002586710499599576,0.4468730390071869,0.4345819056034088,0.7665268182754517,531.0,135936.0,3487.2844448739197,8699904.0 +131.03,7.0,2499.0,0.005621848162263632,0.0628865584731102,0.0,1.7174400091171265,2.232015371322632,-0.006890708114951849,0.0025782573502510786,0.3561941385269165,0.4537090063095093,0.80876225233078,532.0,136192.0,3493.840261986945,8716288.0 +200.24,7.599999904632568,2587.0,0.007229746785014868,0.0944010391831398,0.0,1.6684798002243042,2.227847099304199,-0.007041522767394781,0.002578858518972993,0.28114771842956543,0.4408216178417206,0.8318557143211365,533.0,136448.0,3500.174161126837,8732672.0 +187.12,6.599999904632568,2613.0,0.008850530721247196,0.1201578751206398,0.0,1.6887625455856323,2.2304279804229736,-0.007085126359015703,0.0025800790172070265,0.32526013255119324,0.43831780552864075,0.7973752617835999,534.0,136704.0,3506.4431464138906,8749056.0 +151.24,7.400000095367432,2616.0,0.00941274780780077,0.1342976838350296,0.0,1.6668223142623901,2.198730230331421,-0.007313073147088289,0.002569406060501933,0.2510029375553131,0.46043118834495544,0.8558736443519592,535.0,136960.0,3512.706777320942,8765440.0 +181.84,7.099999904632568,2620.0,0.00869192834943533,0.11785888671875,0.0,1.7207292318344116,2.191359281539917,-0.008193385787308216,0.0025851160753518343,0.35056206583976746,0.4580587148666382,0.8219346255064011,536.0,137216.0,3518.960711994907,8781824.0 +146.84,7.599999904632568,2581.0,0.008491733111441135,0.1128743514418602,0.0,1.6857506036758423,2.1858303546905518,-0.0077791642397642136,0.002565984847024083,0.30443158745765686,0.4538658857345581,0.8228138983249664,537.0,137472.0,3525.3076835880056,8798208.0 +129.31,7.300000190734863,2636.0,0.00933194812387228,0.1379191130399704,0.0,1.6965608596801758,2.1973679065704346,-0.00827536266297102,0.0025821744929999113,0.34134355187416077,0.43795526027679443,0.7664604932069778,538.0,137728.0,3531.52270430699,8814592.0 +183.94,7.400000095367432,2602.0,0.009633771143853664,0.1364949494600296,0.0,1.6355509757995605,2.221482753753662,-0.00770016061142087,0.0025733625516295433,0.2406742423772812,0.4301283061504364,0.8401874154806137,539.0,137984.0,3537.818855302874,8830976.0 +162.89,6.800000190734863,2526.0,0.009737386368215084,0.1414591521024704,0.0,1.6762499809265137,2.2257192134857178,-0.007028939202427864,0.0025670556351542473,0.35117265582084656,0.41641664505004883,0.8170381784439087,540.0,138240.0,3544.303412610898,8847360.0 +148.73,7.400000095367432,2580.0,0.0071347542107105255,0.0912272110581398,0.0,1.6161655187606812,2.2462244033813477,-0.008318760432302952,0.002569635398685932,0.24700939655303955,0.4078954756259918,0.8652987629175186,541.0,138496.0,3550.653494376922,8863744.0 +164.3,7.300000190734863,2472.0,0.009537352249026299,0.1344401091337204,0.0,1.6641302108764648,2.23901629447937,-0.009446817450225353,0.002558445790782571,0.3193870484828949,0.42774784564971924,0.845121443271637,542.0,138752.0,3557.2819096378516,8880128.0 +158.95,7.699999809265137,2439.0,0.007850874215364456,0.1091715469956398,0.0,1.6955569982528687,2.2491824626922607,-0.00847929622977972,0.002574838697910309,0.35077333450317383,0.4360712468624115,0.818777471780777,543.0,139008.0,3563.9986059810035,8896512.0 +173.58,7.400000095367432,2496.0,0.008959933184087276,0.1242879256606102,0.0,1.7184967994689941,2.244540214538574,-0.008503737859427929,0.0025769893545657396,0.40270599722862244,0.43160852789878845,0.7857115864753723,544.0,139264.0,3570.5639085338917,8912896.0 +149.1,6.900000095367432,2462.0,0.006814845371991396,0.0819295272231102,0.0,1.6923307180404663,2.2740211486816406,-0.008355004712939262,0.0025962733197957277,0.3095304071903229,0.4448191225528717,0.8200160413980484,545.0,139520.0,3577.2180081598926,8929280.0 +147.42,7.300000190734863,2461.0,0.008399534970521927,0.1101277694106102,0.0,1.703313946723938,2.249063730239868,-0.01094408705830574,0.002598787657916546,0.31507545709609985,0.4552847445011139,0.8302429467439651,546.0,139776.0,3583.8759218768682,8945664.0 +183.09,7.800000190734863,2490.0,0.009164739400148392,0.1349080353975296,0.0,1.6564669609069824,2.255488157272339,-0.008047853596508503,0.0025815891567617655,0.22544409334659576,0.4584805965423584,0.8885098993778229,547.0,140032.0,3590.456754707964,8962048.0 +142.32,7.699999809265137,2591.0,0.008781484328210354,0.1241861954331398,0.0,1.7139097452163696,2.226987838745117,-0.006274778861552477,0.002576224273070693,0.3236805200576782,0.4681258499622345,0.8320354670286179,548.0,140288.0,3596.779291721992,8978432.0 +144.07,7.5,2486.0,0.006744192447513342,0.0852457657456398,0.0,1.6769052743911743,2.248570203781128,-0.007961674593389034,0.0025854597333818674,0.2820174992084503,0.44765257835388184,0.8560781329870224,549.0,140544.0,3603.3687930149026,8994816.0 +184.49,7.300000190734863,2558.0,0.009024146944284439,0.1221110001206398,0.0,1.7669175863265991,2.274810791015625,-0.006787014659494162,0.002573966281488538,0.28693264722824097,0.4762020409107208,0.831701397895813,550.0,140800.0,3609.7740255608223,9011200.0 +158.82,7.0,2457.0,0.008649195544421673,0.1161905899643898,0.0,1.7724164724349976,2.242824077606201,-0.006803106516599655,0.0025714754592627287,0.3112551271915436,0.47001734375953674,0.8163545429706573,551.0,141056.0,3616.442181822844,9027584.0 +180.89,7.099999904632568,2490.0,0.0067381300032138824,0.0859578475356102,0.0,1.7991557121276855,2.205188274383545,-0.0074462611228227615,0.0025579698849469423,0.3907499611377716,0.4631790220737457,0.7911605089902878,552.0,141312.0,3623.020998169901,9043968.0 +148.33,7.699999809265137,2551.0,0.007624203339219093,0.10577392578125,0.0,1.7115167379379272,2.215493679046631,-0.005441846791654825,0.0025734570808708668,0.23921455442905426,0.4407445192337036,0.8476572781801224,553.0,141568.0,3629.4431952508166,9060352.0 +206.12,6.5,2584.0,0.007957063615322113,0.1039632186293602,0.0,1.8030438423156738,2.2175633907318115,-0.007695276290178299,0.0025710759218782187,0.4276120662689209,0.4415110647678375,0.7290003597736359,554.0,141824.0,3635.7852543329354,9076736.0 +129.39,8.0,2648.0,0.009647210128605366,0.1307373046875,0.0,1.7231011390686035,2.251864194869995,-0.008930578827857971,0.002563358750194311,0.2637811005115509,0.44915762543678284,0.8260143101215363,555.0,142080.0,3641.9726836518385,9093120.0 +227.29,7.300000190734863,2500.0,0.008794457651674747,0.1201375350356102,0.0,1.8103374242782593,2.2385220527648926,-0.00727916369214654,0.002570748096331954,0.4323265552520752,0.44672033190727234,0.7570088505744934,556.0,142336.0,3648.5248410408385,9109504.0 +172.37,7.0,2466.0,0.008755018934607506,0.1144816055893898,0.0,1.7730745077133179,2.2336413860321045,-0.007658713031560183,0.0025688251480460167,0.36998534202575684,0.44153621792793274,0.7880912125110626,557.0,142592.0,3655.168628250016,9125888.0 +128.1,7.300000190734863,2542.0,0.00911604706197977,0.1260579377412796,0.0,1.72475004196167,2.17981219291687,-0.010072541423141956,0.0025633659679442644,0.25283610820770264,0.45719972252845764,0.8410668075084686,558.0,142848.0,3661.6130720588844,9142272.0 +121.62,8.100000381469727,2499.0,0.00980851985514164,0.13555908203125,0.0,1.7401670217514038,2.198662757873535,-0.008339454419910908,0.0025661473628133535,0.24508978426456451,0.47473761439323425,0.842633843421936,559.0,143104.0,3668.167765459977,9158656.0 +142.79,7.599999904632568,2570.0,0.009321055375039577,0.1315511018037796,0.0,1.814949870109558,2.197079658508301,-0.007112761959433556,0.002564441179856658,0.4001634120941162,0.4713280200958252,0.7878318279981613,560.0,143360.0,3674.5437017639633,9175040.0 +120.1,7.800000190734863,2419.0,0.008897362276911736,0.1269938200712204,0.0,1.7575725317001343,2.2012674808502197,-0.008327135816216469,0.0025750859640538692,0.29415634274482727,0.46267998218536377,0.846224457025528,561.0,143616.0,3681.31645926903,9191424.0 +167.64,7.0,2552.0,0.01010958757251501,0.14324951171875,0.0,1.7577334642410278,2.243447780609131,-0.008589818142354488,0.0025645268615335226,0.28994008898735046,0.47111019492149353,0.8468508124351501,562.0,143872.0,3687.7351349638775,9207808.0 +183.28,7.199999809265137,2527.0,0.00845852866768837,0.1171875,0.0,1.713057041168213,2.2677831649780273,-0.00955371093004942,0.0025631303433328867,0.22624631226062775,0.4594113528728485,0.8605391383171082,563.0,144128.0,3694.2195877749473,9224192.0 +180.11,7.099999904632568,2475.0,0.007139706518501043,0.0919189453125,0.0,1.7640327215194702,2.2455875873565674,-0.00841155368834734,0.002576140919700265,0.3160950541496277,0.4579054117202759,0.8415330052375793,564.0,144384.0,3700.838373636827,9240576.0 +147.29,7.099999904632568,2545.0,0.0063971769995987415,0.0805257186293602,0.0,1.7908077239990234,2.266228437423706,-0.008078626357018948,0.0025728773325681686,0.39756491780281067,0.44451192021369934,0.8144032806158066,565.0,144640.0,3707.275607637828,9256960.0 +182.86,7.400000095367432,2513.0,0.008396296761929989,0.1199544295668602,0.0,1.7307214736938477,2.286353826522827,-0.0074321199208498,0.002568841213360429,0.29569730162620544,0.4362923204898834,0.8434417098760605,566.0,144896.0,3713.799666933948,9273344.0 +207.01,7.300000190734863,2480.0,0.008458041585981846,0.1112874373793602,0.0,1.6979917287826538,2.2382283210754395,-0.009712659753859043,0.0025687096640467644,0.20517458021640778,0.4516442120075226,0.9092950895428658,567.0,145152.0,3720.4064462280367,9289728.0 +165.24,7.599999904632568,2562.0,0.00821442436426878,0.1018269881606102,0.0,1.7181633710861206,2.231546401977539,-0.007043581455945969,0.0025727893225848675,0.23438553512096405,0.45262381434440613,0.8852274194359779,568.0,145408.0,3726.801577577833,9306112.0 +198.61,6.5,2594.0,0.007513213902711868,0.0959879532456398,0.0,1.7752761840820312,2.2080390453338623,-0.007032649591565132,0.002567888703197241,0.36863842606544495,0.4441300332546234,0.8379987627267838,569.0,145664.0,3733.1166589558125,9322496.0 +155.7,7.800000190734863,2491.0,0.008940198458731174,0.12353515625,0.0,1.7486759424209595,2.21339750289917,-0.007070545107126236,0.0025659857783466578,0.28114965558052063,0.46346643567085266,0.8757859244942665,570.0,145920.0,3739.6931930638384,9338880.0 +103.68,7.0,2478.0,0.006867108400911093,0.0864461287856102,0.0,1.806463360786438,2.191291332244873,-0.007820412516593933,0.0025732165668159723,0.4383060038089752,0.43823814392089844,0.7896544337272644,571.0,146176.0,3746.305127488915,9355264.0 +115.69,8.100000381469727,2558.0,0.006961464416235685,0.0862019881606102,0.0,1.800849437713623,2.178302764892578,-0.008792110718786716,0.0025791313964873552,0.4045156240463257,0.44821205735206604,0.8050456047058105,572.0,146432.0,3752.709184920881,9371648.0 +134.43,7.900000095367432,2589.0,0.007644541561603546,0.1026814803481102,0.0,1.7110544443130493,2.1976375579833984,-0.007642305921763182,0.0025771937798708677,0.24230875074863434,0.43888959288597107,0.877643883228302,573.0,146688.0,3759.0358918728307,9388032.0 +166.81,7.599999904632568,2511.0,0.00968439131975174,0.1400553435087204,0.0,1.7352765798568726,2.177734136581421,-0.009249132126569748,0.0025849267840385437,0.27521559596061707,0.44481146335601807,0.8746003210544586,574.0,146944.0,3765.5600591839757,9404416.0 +142.14,7.699999809265137,2510.0,0.009957200847566128,0.14306640625,0.0,1.7235873937606812,2.184826135635376,-0.009613316506147385,0.002581609645858407,0.29171210527420044,0.4256676137447357,0.8665599524974823,575.0,147200.0,3772.086428751936,9420800.0 +197.71,6.800000190734863,2594.0,0.007502965163439512,0.1016642227768898,0.0,1.8325103521347046,2.163823127746582,-0.006828229408711195,0.0025718568358570337,0.5165587067604065,0.4236154556274414,0.7779565006494522,576.0,147456.0,3778.4018234158866,9437184.0 +99.61,7.599999904632568,2561.0,0.008506800048053265,0.1152547225356102,0.0,1.6997785568237305,2.1720211505889893,-0.00955441314727068,0.002561992732807994,0.22755102813243866,0.44409990310668945,0.8687765151262283,577.0,147712.0,3784.797613939969,9453568.0 +196.54,6.699999809265137,2549.0,0.008735685609281063,0.1149698868393898,0.0,1.8105195760726929,2.199469804763794,-0.00748208025470376,0.0025623792316764593,0.4167526960372925,0.4592050313949585,0.7444918751716614,578.0,147968.0,3791.2252239028458,9469952.0 +153.12,7.800000190734863,2514.0,0.00817098282277584,0.1035563126206398,0.0,1.696737289428711,2.141354560852051,-0.008448483422398567,0.002570408396422863,0.2214694619178772,0.43838492035865784,0.8675171285867691,579.0,148224.0,3797.742766707903,9486336.0 +227.4,7.5,2607.0,0.009660649113357067,0.1356201171875,0.0,1.7128702402114868,2.1768009662628174,-0.008187483996152878,0.002560752211138606,0.2471178025007248,0.44684192538261414,0.8510368168354034,580.0,148480.0,3804.0258548958227,9502720.0 +176.95,6.599999904632568,2537.0,0.009267525747418404,0.1267293244600296,0.0,1.821947693824768,2.157154083251953,-0.008113873191177845,0.0025605231057852507,0.43911194801330566,0.4606208801269531,0.7352230250835419,581.0,148736.0,3810.4834570239764,9519104.0 +149.06,7.800000190734863,2484.0,0.009875875897705555,0.1322428435087204,0.0,1.8123363256454468,2.128455877304077,-0.00938343070447445,0.002561712870374322,0.41870221495628357,0.46170708537101746,0.744258463382721,582.0,148992.0,3817.0802002670243,9535488.0 +160.9,7.400000095367432,2494.0,0.00885728094726801,0.1167806014418602,0.0,1.7920869588851929,2.1063220500946045,-0.006654621567577124,0.0025604853872209787,0.36183640360832214,0.4679030179977417,0.7893678396940231,583.0,149248.0,3823.648302832851,9551872.0 +113.24,8.100000381469727,2520.0,0.008985857479274273,0.1212972030043602,0.0,1.7238367795944214,2.1273210048675537,-0.008141051046550274,0.002566141076385975,0.2338722199201584,0.46233177185058594,0.852749839425087,584.0,149504.0,3830.150283599971,9568256.0 +135.23,7.5,2608.0,0.010003214702010155,0.1375732421875,0.0,1.7248214483261108,2.1561601161956787,-0.008173161186277866,0.0025584108661860228,0.2654291093349457,0.45075908303260803,0.8565054386854172,585.0,149760.0,3836.431095619919,9584640.0 +180.75,6.800000190734863,2628.0,0.008506431244313717,0.1174112930893898,0.0,1.7873845100402832,2.1817996501922607,-0.008448482491075993,0.002562614157795906,0.43528231978416443,0.4253701865673065,0.8063916862010956,586.0,150016.0,3842.6641565598547,9601024.0 +167.74,7.800000190734863,2403.0,0.008056766353547573,0.111328125,0.0,1.745631217956543,2.182389974594116,-0.008399836719036102,0.002560327062383294,0.33038830757141113,0.43787503242492676,0.8495484888553619,587.0,150272.0,3849.4818227710202,9617408.0 +128.42,8.0,2456.0,0.009171538054943085,0.1272176057100296,0.0,1.7214616537094116,2.1785361766815186,-0.009780672378838062,0.002567218616604805,0.31353139877319336,0.4190702438354492,0.8626613914966583,588.0,150528.0,3856.1525536179543,9633792.0 +111.73,7.599999904632568,2543.0,0.008697789162397385,0.1235148087143898,0.0,1.6910749673843384,2.187242269515991,-0.007168755400925875,0.0025624835398048162,0.2416590005159378,0.42466437816619873,0.876212552189827,589.0,150784.0,3862.5938126828987,9650176.0 +214.69,6.800000190734863,2568.0,0.008332055062055588,0.113037109375,0.0,1.7576814889907837,2.1850197315216064,-0.006325593683868647,0.002573648700490594,0.3298746943473816,0.4421568214893341,0.8287069946527481,590.0,151040.0,3868.9745790199377,9666560.0 +136.25,7.599999904632568,2510.0,0.008953298442065716,0.1235758438706398,0.0,1.717435359954834,2.1773979663848877,-0.008343265391886234,0.002558619948104024,0.2797580659389496,0.4355418384075165,0.8279056698083878,591.0,151296.0,3875.503094658954,9682944.0 +190.72,7.599999904632568,2518.0,0.009268645197153091,0.13311767578125,0.0,1.75577974319458,2.1752002239227295,-0.00917098019272089,0.0025720770936459303,0.3317243158817291,0.4428579807281494,0.8213777840137482,592.0,151552.0,3882.0087057480123,9699328.0 +139.37,7.300000190734863,2484.0,0.008788136765360832,0.1166788712143898,0.0,1.7386374473571777,2.1826202869415283,-0.007746401708573103,0.0025671524927020073,0.2962157130241394,0.4445328414440155,0.8326306492090225,593.0,151808.0,3888.6040192509536,9715712.0 +193.98,6.5,2549.0,0.010886897332966328,0.1431884765625,0.0,1.7778133153915405,2.2006642818450928,-0.005921853706240654,0.0025615368504077196,0.3655645549297333,0.4503882825374603,0.8111832141876221,594.0,152064.0,3895.031514675822,9732096.0 +141.91,7.300000190734863,2453.0,0.009936299175024033,0.1370442658662796,0.0,1.6830105781555176,2.233772039413452,-0.008947308175265789,0.0025610169395804405,0.22966651618480682,0.4255845844745636,0.8786592036485672,595.0,152320.0,3901.7106207378674,9748480.0 +176.19,7.199999809265137,2473.0,0.00836979690939188,0.1150309219956398,0.0,1.762303352355957,2.2066285610198975,-0.008420417085289955,0.0025750668719410896,0.38058221340179443,0.4217987060546875,0.8124696612358093,596.0,152576.0,3908.3364893868566,9764864.0 +157.14,7.5,2473.0,0.008083122782409191,0.1133829727768898,0.0,1.7280839681625366,2.223299264907837,-0.010041281580924988,0.002577567007392645,0.2980642020702362,0.42996445298194885,0.8510540872812271,597.0,152832.0,3914.9615617918316,9781248.0 +230.21,6.800000190734863,2467.0,0.009496844373643398,0.137939453125,0.0,1.74881112575531,2.208819627761841,-0.007688343059271574,0.002566287526860833,0.31959542632102966,0.44356569647789,0.8288123309612274,598.0,153088.0,3921.601815752918,9797632.0 +206.34,6.900000095367432,2514.0,0.007845507934689522,0.1081949844956398,0.0,1.6824599504470825,2.2202115058898926,-0.007874101400375366,0.0025508275721222162,0.20334820449352264,0.4428389072418213,0.8759865090250969,599.0,153344.0,3928.117481618887,9814016.0 +205.43,7.199999809265137,2627.0,0.007806772831827402,0.1034749373793602,0.0,1.5865334272384644,2.219785451889038,-0.008027373813092709,0.002563003683462739,0.26133444905281067,0.44150277972221375,0.8428672403097153,600.0,153600.0,3934.353952412959,9830400.0 +204.27,6.400000095367432,2503.0,0.008097651414573193,0.11236572265625,0.0,1.6788307428359985,2.1976122856140137,-0.008189264684915543,0.0025693459901958704,0.41787466406822205,0.4545254707336426,0.8019533157348633,601.0,153856.0,3940.900702189887,9846784.0 +179.12,6.900000095367432,2431.0,0.008304775692522526,0.1164347305893898,0.0,1.6485944986343384,2.2072794437408447,-0.007697362452745438,0.002569625386968255,0.3553694486618042,0.455106258392334,0.8159579485654831,602.0,154112.0,3947.639090316836,9863168.0 +166.21,7.599999904632568,2499.0,0.008520669303834438,0.11785888671875,0.0,1.5772207975387573,2.256103277206421,-0.008180626668035984,0.002570124575868249,0.2345774620771408,0.44325485825538635,0.8402990102767944,603.0,154368.0,3954.1962684618775,9879552.0 +165.29,6.400000095367432,2473.0,0.00990685448050499,0.13946533203125,0.0,1.6610158681869507,2.2507882118225098,-0.006211186293512583,0.002568650059401989,0.3700721263885498,0.4602537155151367,0.7686240524053574,604.0,154624.0,3960.8209628090262,9895936.0 +205.79,7.300000190734863,2577.0,0.010191695764660835,0.14910888671875,0.0,1.6121326684951782,2.266413688659668,-0.004852119367569685,0.0025630928575992584,0.30925101041793823,0.4402197599411011,0.8078429847955704,605.0,154880.0,3967.1784546829294,9912320.0 +219.71,6.900000095367432,2492.0,0.00861551333218813,0.1191609725356102,0.0,1.679782509803772,2.2566869258880615,-0.007208524737507105,0.0025809179060161114,0.4026987552642822,0.45818865299224854,0.7575644254684448,606.0,155136.0,3973.7518572169356,9928704.0 +139.86,7.800000190734863,2530.0,0.00868205539882183,0.1232706680893898,0.0,1.6459919214248657,2.261221170425415,-0.007894353941082954,0.002585509093478322,0.3034413158893585,0.4751039743423462,0.8145310133695602,607.0,155392.0,3980.2283842170145,9945088.0 +197.9,7.0,2581.0,0.008002732880413532,0.1094767227768898,0.0,1.6272274255752563,2.232691764831543,-0.008735663257539272,0.0025719921104609966,0.3136084973812103,0.4548567831516266,0.828413188457489,608.0,155648.0,3986.5773722839076,9961472.0 +119.55,7.800000190734863,2570.0,0.00977594405412674,0.1374918669462204,0.0,1.6234620809555054,2.241253137588501,-0.007828718982636929,0.00256138457916677,0.32232069969177246,0.44979190826416016,0.7820750027894974,609.0,155904.0,3992.953004388837,9977856.0 +190.88,7.099999904632568,2623.0,0.009076223708689213,0.1270955353975296,0.0,1.608577847480774,2.2738704681396484,-0.006399644538760185,0.0025590735021978617,0.31901243329048157,0.4343300759792328,0.7511774301528931,610.0,156160.0,3999.199170436943,9994240.0 +148.3,8.0,2499.0,0.010068018920719624,0.14678955078125,0.0,1.5861115455627441,2.2756574153900146,-0.00872940756380558,0.0025535118766129017,0.2273244708776474,0.46693721413612366,0.8196889609098434,611.0,156416.0,4005.7544426179957,10010624.0 +205.64,7.699999809265137,2505.0,0.010331336408853531,0.1443888396024704,0.0,1.6083544492721558,2.2776193618774414,-0.0082895802333951,0.0025537970941513777,0.292495995759964,0.4543153941631317,0.8122478127479553,612.0,156672.0,4012.295615641866,10027008.0 +168.08,7.199999809265137,2584.0,0.007854065857827663,0.1029866561293602,0.0,1.6466073989868164,2.2866036891937256,-0.007131111342459917,0.0025564429815858603,0.3706701099872589,0.4507864713668823,0.7605538219213486,613.0,156928.0,4018.6344192950055,10043392.0 +128.89,7.599999904632568,2603.0,0.007801615167409182,0.1028035506606102,0.0,1.6141091585159302,2.2889761924743652,-0.008598447777330875,0.002559207146987319,0.29907259345054626,0.45496031641960144,0.8204124569892883,614.0,157184.0,4024.929019671865,10059776.0 +128.84,8.0,2463.0,0.009174690581858158,0.129638671875,0.0,1.5844238996505737,2.3016979694366455,-0.010922789573669434,0.002555656945332885,0.2286006659269333,0.4660131633281708,0.8777455240488052,615.0,157440.0,4031.5817190848757,10076160.0 +176.25,7.0,2565.0,0.008840707130730152,0.121826171875,0.0,1.6412266492843628,2.2999045848846436,-0.010711158625781536,0.002571074292063713,0.3288200795650482,0.4657982587814331,0.8255443722009659,616.0,157696.0,4037.9683731368277,10092544.0 +187.22,6.599999904632568,2492.0,0.008677350357174873,0.1163330078125,0.0,1.6560707092285156,2.2856664657592773,-0.00593697652220726,0.002570581855252385,0.3660144507884979,0.4559924304485321,0.8226325213909149,617.0,157952.0,4044.5434921840206,10108928.0 +185.3,7.099999904632568,2555.0,0.00908676814287901,0.1234537735581398,0.0,1.619111180305481,2.287179470062256,-0.0075474209152162075,0.0025564192328602076,0.3281276524066925,0.444070428609848,0.8345722556114197,618.0,158208.0,4050.957158044912,10125312.0 +148.76,7.300000190734863,2575.0,0.009484038688242435,0.1304728239774704,0.0,1.6021409034729004,2.281559467315674,-0.010119405575096607,0.002552184509113431,0.2837773859500885,0.45513907074928284,0.836497575044632,619.0,158464.0,4057.319850457832,10141696.0 +165.16,7.199999809265137,2496.0,0.010099286213517189,0.1442057341337204,0.0,1.5763373374938965,2.2542736530303955,-0.00936532486230135,0.002544764196500182,0.23506946861743927,0.4559781849384308,0.8664509952068329,620.0,158720.0,4063.8826386798173,10158080.0 +207.48,7.300000190734863,2529.0,0.0076807704754173756,0.10284423828125,0.0,1.5935031175613403,2.2535383701324463,-0.00945571344345808,0.0025481265038251877,0.2702964246273041,0.4538745582103729,0.8632076233625412,621.0,158976.0,4070.3605892669875,10174464.0 +220.52,7.0,2486.0,0.008138174191117287,0.1064249649643898,0.0,1.6064661741256714,2.2531936168670654,-0.009583122096955776,0.002569833304733038,0.2600277066230774,0.4641467332839966,0.8540927767753601,622.0,159232.0,4076.9510573879816,10190848.0 +196.8,7.199999809265137,2589.0,0.009725894778966904,0.1319173127412796,0.0,1.6670962572097778,2.2394468784332275,-0.007061944808810949,0.0025742880534380674,0.34732767939567566,0.47852420806884766,0.8210184723138809,623.0,159488.0,4083.278205358889,10207232.0 +184.27,8.300000190734863,2548.0,0.008258018642663956,0.1095377579331398,0.0,1.5743457078933716,2.222465991973877,-0.009779422543942928,0.0025556718464940786,0.22326552867889404,0.4551696479320526,0.870433509349823,624.0,159744.0,4089.7074852869846,10223616.0 +212.11,7.300000190734863,2436.0,0.00796331837773323,0.10589599609375,0.0,1.6009401082992554,2.2258694171905518,-0.008684641681611538,0.0025539149064570665,0.3316788673400879,0.42280372977256775,0.8159434795379639,625.0,160000.0,4096.432592330966,10240000.0 +140.23,7.900000095367432,2552.0,0.009416677989065647,0.1311848908662796,0.0,1.5183051824569702,2.232508897781372,-0.008677606470882893,0.002557209460064769,0.15745693445205688,0.42641445994377136,0.889313593506813,626.0,160256.0,4102.853262629826,10256384.0 +174.01,6.900000095367432,2605.0,0.00996061135083437,0.1366984099149704,0.0,1.585545539855957,2.2358574867248535,-0.007672009523957968,0.002546720439568162,0.28213855624198914,0.43621304631233215,0.823541671037674,627.0,160512.0,4109.14144695783,10272768.0 +203.26,7.300000190734863,2505.0,0.00848404224961996,0.1172688826918602,0.0,1.627710223197937,2.24821400642395,-0.0077905901707708836,0.0025489090476185083,0.3655320405960083,0.4359416961669922,0.8022673726081848,628.0,160768.0,4115.681916233851,10289152.0 +233.48,6.400000095367432,2493.0,0.006631264928728342,0.0797932967543602,0.0,1.6034756898880005,2.259775161743164,-0.008715604431927204,0.0025421599857509136,0.2947356402873993,0.4534662961959839,0.8150323778390884,629.0,161024.0,4122.253854132956,10305536.0 +205.19,7.199999809265137,2496.0,0.008401753380894661,0.1144816055893898,0.0,1.6165533065795898,2.25244402885437,-0.008666259236633778,0.0025409171357750893,0.31260836124420166,0.458746999502182,0.8193517774343491,630.0,161280.0,4128.816367822932,10321920.0 +151.74,7.900000095367432,2451.0,0.0077200401574373245,0.09979248046875,0.0,1.5845476388931274,2.249849557876587,-0.008887446485459805,0.0025485658552497625,0.259462833404541,0.44885000586509705,0.844737321138382,631.0,161536.0,4135.500156727852,10338304.0 +164.96,7.199999809265137,2438.0,0.009242165833711624,0.13092041015625,0.0,1.6711750030517578,2.2285964488983154,-0.007231684867292643,0.002551906742155552,0.424182265996933,0.44996166229248047,0.7743673324584961,632.0,161792.0,4142.220909744035,10354688.0 +139.79,7.900000095367432,2480.0,0.009238902479410172,0.1227620467543602,0.0,1.602542757987976,2.256166934967041,-0.010764618404209614,0.002559029497206211,0.24969738721847534,0.4723927974700928,0.8364894241094589,633.0,162048.0,4148.827176342951,10371072.0 +190.88,7.099999904632568,2474.0,0.008495333604514599,0.1084391251206398,0.0,1.6401578187942505,2.251106023788452,-0.008343485184013844,0.0025471218395978212,0.3023661673069,0.4885598421096802,0.8241525441408157,634.0,162304.0,4155.448479210958,10387456.0 +134.35,8.0,2456.0,0.008818166330456734,0.1233317032456398,0.0,1.601873517036438,2.232588529586792,-0.01078511867672205,0.0025548753328621387,0.24130581319332123,0.478308767080307,0.8433547765016556,635.0,162560.0,4162.118237328948,10403840.0 +164.04,7.5,2456.0,0.009380041621625423,0.1264445036649704,0.0,1.599899411201477,2.2767446041107178,-0.010145149193704128,0.002570151584222913,0.23098941147327423,0.4741326868534088,0.863219365477562,636.0,162816.0,4168.789443970891,10420224.0 +162.59,7.400000095367432,2507.0,0.01164644118398428,0.1677449494600296,0.0,1.6373590230941772,2.2072701454162598,-0.009794190526008606,0.0025714575313031673,0.30261871218681335,0.4741743505001068,0.8270155638456345,637.0,163072.0,4175.325440171873,10436608.0 +124.02,7.699999809265137,2439.0,0.009994362480938435,0.1328938752412796,0.0,1.613004207611084,2.156053066253662,-0.008506599813699722,0.0025824171025305986,0.28533369302749634,0.44839081168174744,0.8251882195472717,638.0,163328.0,4182.043137177825,10452992.0 +169.03,7.699999809265137,2479.0,0.010200615040957928,0.142333984375,0.0,1.6241846084594727,2.200531005859375,-0.009584268555045128,0.002592680975794792,0.25945723056793213,0.47298768162727356,0.8011438250541687,639.0,163584.0,4188.6510691638105,10469376.0 +172.83,6.900000095367432,2475.0,0.01004087645560503,0.1394449919462204,0.0,1.6464084386825562,2.1717276573181152,-0.009924606420099735,0.0025576576590538025,0.32294195890426636,0.4795241057872772,0.7697706818580627,640.0,163840.0,4195.270574092865,10485760.0 +190.89,7.0,2462.0,0.009377664886415005,0.1294962614774704,0.0,1.6601427793502808,2.1927716732025146,-0.008755672723054886,0.00257501401938498,0.32727479934692383,0.4831465482711792,0.796375036239624,641.0,164096.0,4201.9241271798965,10502144.0 +193.57,7.0,2519.0,0.010297726839780807,0.14422607421875,0.0,1.6228903532028198,2.2088100910186768,-0.007104962598532438,0.0025611126329749823,0.3034631609916687,0.45898211002349854,0.8265258222818375,642.0,164352.0,4208.428316104924,10518528.0 +145.73,7.900000095367432,2553.0,0.008172045461833477,0.1068929061293602,0.0,1.5546082258224487,2.175077199935913,-0.00898121576756239,0.002540282206609845,0.2171701341867447,0.44203898310661316,0.8759137317538261,643.0,164608.0,4214.845548426034,10534912.0 +114.3,7.900000095367432,2531.0,0.007077686954289675,0.0876057967543602,0.0,1.6122075319290161,2.1807973384857178,-0.008402866311371326,0.002545290859416127,0.31865909695625305,0.44687771797180176,0.8398899137973785,644.0,164864.0,4221.319690642878,10551296.0 +133.77,7.599999904632568,2610.0,0.007188783492892981,0.08795166015625,0.0,1.5562604665756226,2.1688356399536133,-0.009013657458126545,0.0025413266848772764,0.23730039596557617,0.4317270815372467,0.8763903230428696,645.0,165120.0,4227.595789491897,10567680.0 +132.81,7.5,2580.0,0.008632891811430454,0.11431884765625,0.0,1.680495262145996,2.1401095390319824,-0.010357540100812912,0.0025410333182662725,0.46824535727500916,0.44325879216194153,0.7794522941112518,646.0,165376.0,4233.944909068989,10584064.0 +137.57,8.0,2633.0,0.011198271997272968,0.156005859375,0.0,1.589049220085144,2.1342947483062744,-0.010949921794235706,0.0025415655691176653,0.27190515398979187,0.4514075815677643,0.8651484549045563,647.0,165632.0,4240.166441038018,10600448.0 +123.56,7.599999904632568,2609.0,0.012584664858877659,0.1533203125,0.0,1.5944751501083374,2.1712493896484375,-0.008993671275675297,0.002549152821302414,0.2860536575317383,0.44386348128318787,0.8520547747612,648.0,165888.0,4246.446327207843,10616832.0 +149.86,7.400000095367432,2550.0,0.008857452310621738,0.1175943985581398,0.0,1.6226433515548706,2.1476755142211914,-0.008730950765311718,0.0025475542061030865,0.3477429449558258,0.44098174571990967,0.8244442641735077,649.0,166144.0,4252.872103173984,10633216.0 +167.34,7.300000190734863,2513.0,0.009193101897835732,0.1257120817899704,0.0,1.7033659219741821,2.198221445083618,-0.007207532878965139,0.002551199635490775,0.28026625514030457,0.44593822956085205,0.8480055928230286,650.0,166400.0,4259.3906218248885,10649600.0 +162.16,7.699999809265137,2612.0,0.009499524720013142,0.1318359375,0.0,1.6910429000854492,2.198406934738159,-0.00938873365521431,0.002544260350987315,0.23855142295360565,0.4609944522380829,0.8696586489677429,651.0,166656.0,4265.663206672994,10665984.0 +155.45,7.5,2509.0,0.009650691412389278,0.1232096329331398,0.0,1.7375324964523315,2.187516450881958,-0.008034976199269295,0.002543392824009061,0.35151398181915283,0.44904443621635437,0.840381845831871,652.0,166912.0,4272.193601253908,10682368.0 +136.88,7.599999904632568,2440.0,0.009781367145478725,0.1281941682100296,0.0,1.7452129125595093,2.1921274662017822,-0.008940382860600948,0.002545497613027692,0.34725940227508545,0.459623783826828,0.843326210975647,653.0,167168.0,4278.906854229979,10698752.0 +141.23,7.800000190734863,2472.0,0.009309071116149426,0.13043212890625,0.0,1.674872875213623,2.1969966888427734,-0.00813295878469944,0.0025483521167188883,0.18446582555770874,0.4693298041820526,0.9136616215109825,654.0,167424.0,4285.535399528919,10715136.0 +146.17,8.100000381469727,2514.0,0.007797104772180319,0.1005045548081398,0.0,1.6741243600845337,2.1728644371032715,-0.009413064457476139,0.0025357711128890514,0.22406326234340668,0.4545300006866455,0.8924557268619537,655.0,167680.0,4292.051644475898,10731520.0 +200.87,7.400000095367432,2527.0,0.009565933607518673,0.1330363005399704,0.0,1.6531115770339966,2.165314197540283,-0.010150594636797905,0.0025381967425346375,0.20811457931995392,0.4399372637271881,0.8936283886432648,656.0,167936.0,4298.535511802882,10747904.0 +147.81,7.5,2500.0,0.010043598711490631,0.1397298127412796,0.0,1.7017203569412231,2.109135866165161,-0.009232238866388798,0.0025443905033171177,0.29071366786956787,0.4431421458721161,0.8620654791593552,657.0,168192.0,4305.0879297978245,10764288.0 +167.01,7.699999809265137,2529.0,0.009094536304473877,0.1224161759018898,0.0,1.7252243757247925,2.1049916744232178,-0.0070291669107973576,0.0025507628452032804,0.32863447070121765,0.44244125485420227,0.8276861608028412,658.0,168448.0,4311.565283389995,10780672.0 +148.51,7.800000190734863,2562.0,0.0071732401847839355,0.0920206680893898,0.0,1.680763602256775,2.1405112743377686,-0.007382392883300781,0.002541213296353817,0.23327791690826416,0.4514601528644562,0.8838745951652527,659.0,168704.0,4317.960840399843,10797056.0 +128.01,7.599999904632568,2479.0,0.0079727778211236,0.1085611954331398,0.0,1.688383936882019,2.1689112186431885,-0.007876964285969734,0.0025402188766747713,0.23725438117980957,0.4588882029056549,0.8791030496358871,660.0,168960.0,4324.569473307813,10813440.0 +146.23,7.199999809265137,2516.0,0.010638277977705002,0.1518351286649704,0.0,1.682221531867981,2.18715500831604,-0.008383591659367085,0.0025354414246976376,0.2286415845155716,0.4600151777267456,0.8861819580197334,661.0,169216.0,4331.081930463901,10829824.0 +170.48,8.0,2583.0,0.008980621583759785,0.1193440780043602,0.0,1.7160552740097046,2.1810786724090576,-0.011043659411370754,0.002543410984799266,0.2903076112270355,0.46208488941192627,0.8694011718034744,662.0,169472.0,4337.426006330876,10846208.0 +189.2,6.900000095367432,2412.0,0.009359692223370075,0.1326904296875,0.0,1.7860803604125977,2.162493944168091,-0.007218550890684128,0.0025519549380987883,0.42332252860069275,0.4572794437408447,0.8317184150218964,663.0,169728.0,4344.219226280926,10862592.0 +115.44,7.300000190734863,2561.0,0.00910316500812769,0.1243489608168602,0.0,1.7223600149154663,2.153139352798462,-0.009345773607492447,0.002553838538005948,0.3367138206958771,0.4364645183086395,0.8509763032197952,664.0,169984.0,4350.617065959843,10878976.0 +113.32,8.100000381469727,2514.0,0.008969073183834553,0.1201985701918602,0.0,1.6968069076538086,2.1018354892730713,-0.008462335914373398,0.002541418420150876,0.2948604226112366,0.43616363406181335,0.8629758358001709,665.0,170240.0,4357.1360206299,10895360.0 +169.32,7.199999809265137,2595.0,0.006674196105450392,0.0837809219956398,0.0,1.7023720741271973,2.1271564960479736,-0.009771048091351986,0.002530633704736829,0.3051588237285614,0.4436943233013153,0.8592763543128967,666.0,170496.0,4363.450846351916,10911744.0 +163.54,7.400000095367432,2645.0,0.008299172855913639,0.1122639998793602,0.0,1.6594055891036987,2.187910795211792,-0.008811227045953274,0.0025366987101733685,0.23134960234165192,0.43372759222984314,0.8853777199983597,667.0,170752.0,4369.6489385648165,10928128.0 +199.51,7.300000190734863,2639.0,0.00741282245144248,0.0900065079331398,0.0,1.7890167236328125,2.157095432281494,-0.008534646593034267,0.0025334712117910385,0.4270912706851959,0.46902284026145935,0.8165811449289322,668.0,171008.0,4375.856384882936,10944512.0 +164.85,7.599999904632568,2620.0,0.005964371841400862,0.0718994140625,0.0,1.7604236602783203,2.140928030014038,-0.008144130930304527,0.002550834557041526,0.34203967452049255,0.4748070240020752,0.8647121489048004,669.0,171264.0,4382.108394089853,10960896.0 +147.66,7.300000190734863,2592.0,0.007226370740681887,0.0949300155043602,0.0,1.7426997423171997,2.1485695838928223,-0.009144840762019157,0.0025600879453122616,0.3317427635192871,0.45774927735328674,0.8489788174629211,670.0,171520.0,4388.428040908882,10977280.0 +90.06,8.0,2533.0,0.008459384553134441,0.1133219376206398,0.0,1.688462257385254,2.1599233150482178,-0.009338431060314178,0.0025454771239310503,0.24729031324386597,0.45240160822868347,0.8725802600383759,671.0,171776.0,4394.897073450033,10993664.0 +176.39,6.800000190734863,2482.0,0.011129334568977356,0.1548054963350296,0.0,1.7417221069335938,2.1687047481536865,-0.007978738285601139,0.0025437159929424524,0.3717837333679199,0.44219186902046204,0.8383989334106445,672.0,172032.0,4401.49716393603,11010048.0 +168.69,7.400000095367432,2468.0,0.008476712740957737,0.1160074844956398,0.0,1.7013555765151978,2.1790759563446045,-0.00966873299330473,0.002563761081546545,0.31103068590164185,0.4233081042766571,0.8611240833997726,673.0,172288.0,4408.134069278836,11026432.0 +180.6,7.0,2483.0,0.009303625673055649,0.1272989958524704,0.0,1.7168656587600708,2.186960220336914,-0.008987843059003353,0.00255356146954,0.32087573409080505,0.4392034709453583,0.851705327630043,674.0,172544.0,4414.73215482384,11042816.0 +137.27,8.0,2486.0,0.007878587581217289,0.10418701171875,0.0,1.6469292640686035,2.18147349357605,-0.008025998249650002,0.002543096197769046,0.17555494606494904,0.4462817907333374,0.9089888483285904,675.0,172800.0,4421.3224507269915,11059200.0 +170.79,8.0,2597.0,0.008791733533143997,0.1207478865981102,0.0,1.6629743576049805,2.2018799781799316,-0.00811957661062479,0.0025342798326164484,0.20924530923366547,0.4501466751098633,0.8900545164942741,676.0,173056.0,4427.630501236999,11075584.0 +203.02,7.5,2589.0,0.009014695882797241,0.11895751953125,0.0,1.6953039169311523,2.1818370819091797,-0.008733578957617283,0.002543478040024638,0.29545727372169495,0.43434426188468933,0.8631220906972885,677.0,173312.0,4433.95952587598,11091968.0 +211.18,7.099999904632568,2515.0,0.00709545286372304,0.0922037735581398,0.0,1.678761601448059,2.1835978031158447,-0.0076920874416828156,0.0025445478968322277,0.26951152086257935,0.4288437068462372,0.8734284043312073,678.0,173568.0,4440.472277942812,11108352.0 +190.06,7.900000095367432,2466.0,0.0087199741974473,0.1180216446518898,0.0,1.689835548400879,2.1735217571258545,-0.008037430234253407,0.002556700026616454,0.2589944899082184,0.44068899750709534,0.88323525339365,679.0,173824.0,4447.116406119894,11124736.0 +115.22,7.900000095367432,2472.0,0.008292707614600658,0.1131184920668602,0.0,1.6817210912704468,2.14091157913208,-0.009342481382191181,0.0025465607177466154,0.23669429123401642,0.4500986337661743,0.9021044299006462,680.0,174080.0,4453.744672126835,11141120.0 +158.73,7.599999904632568,2594.0,0.009114529006183147,0.1289469450712204,0.0,1.7279304265975952,2.1320433616638184,-0.009655234403908253,0.002561315894126892,0.3020465075969696,0.4575936794281006,0.880890242755413,681.0,174336.0,4460.060297980905,11157504.0 +154.96,7.599999904632568,2572.0,0.009083946235477924,0.12127685546875,0.0,1.710610270500183,2.18196177482605,-0.009225175715982914,0.0025571754667907953,0.2727687358856201,0.456839919090271,0.8887466862797737,682.0,174592.0,4466.429809959838,11173888.0 +145.63,7.199999809265137,2524.0,0.009931379929184914,0.1355387419462204,0.0,1.7326828241348267,2.160313367843628,-0.009284842759370804,0.0025425876956433058,0.3124695122241974,0.46636664867401123,0.8846491649746895,683.0,174848.0,4472.919668247923,11190272.0 +146.47,7.199999809265137,2480.0,0.009136535227298737,0.1275634765625,0.0,1.7123881578445435,2.164379358291626,-0.009366591461002827,0.002551538636907935,0.3011530041694641,0.4462006092071533,0.8824751451611519,684.0,175104.0,4479.524854892865,11206656.0 +144.84,7.199999809265137,2530.0,0.009072521701455116,0.1226603165268898,0.0,1.7115607261657715,2.142709255218506,-0.010962162166833878,0.002544436836615205,0.314922571182251,0.44290459156036377,0.8660905808210373,685.0,175360.0,4486.000600988977,11223040.0 +143.23,7.300000190734863,2552.0,0.010644669644534588,0.1510213166475296,0.0,1.7107809782028198,2.1494545936584473,-0.00872106570750475,0.002540566259995103,0.34076523780822754,0.4276778995990753,0.8350675106048584,686.0,175616.0,4492.419373859884,11239424.0 +167.29,7.300000190734863,2499.0,0.00879910122603178,0.117431640625,0.0,1.6860781908035278,2.1911778450012207,-0.00869227759540081,0.002539118053391576,0.29356297850608826,0.4276311695575714,0.8503167927265167,687.0,175872.0,4498.976522829849,11255808.0 +117.81,7.900000095367432,2563.0,0.011782631278038025,0.1673583984375,0.0,1.741305947303772,2.1713221073150635,-0.009331119246780872,0.002536158310249448,0.39499151706695557,0.43446603417396545,0.7955390065908432,688.0,176128.0,4505.372733731987,11272192.0 +98.49,8.0,2453.0,0.008722617290914059,0.11956787109375,0.0,1.723161220550537,2.1829469203948975,-0.007911193184554577,0.002537292195484042,0.30610552430152893,0.46092042326927185,0.8431114107370377,689.0,176384.0,4512.051829383941,11288576.0 +139.73,7.199999809265137,2453.0,0.009062306955456734,0.1229451522231102,0.0,1.712866187095642,2.2047080993652344,-0.009306737221777439,0.0025617710780352354,0.2951647639274597,0.445208877325058,0.843855082988739,690.0,176640.0,4518.731552407844,11304960.0 +140.35,7.900000095367432,2511.0,0.00819525495171547,0.1098225936293602,0.0,1.6961034536361694,2.2008917331695557,-0.009957968257367611,0.0025453364942222834,0.29253706336021423,0.43738770484924316,0.8519018590450287,691.0,176896.0,4525.2566936109215,11321344.0 +178.57,7.099999904632568,2472.0,0.007096555083990097,0.0912679061293602,0.0,1.6852859258651733,2.2178728580474854,-0.007557423785328865,0.0025381294544786215,0.2471104860305786,0.4514400064945221,0.889010563492775,692.0,177152.0,4531.884747875854,11337728.0 +177.79,7.5,2505.0,0.008531707338988781,0.1177978515625,0.0,1.6898988485336304,2.1878437995910645,-0.009067566134035587,0.0025417956057935953,0.28679510951042175,0.4344503879547119,0.8860742077231407,693.0,177408.0,4538.4258042578585,11354112.0 +147.1,7.699999809265137,2570.0,0.00897421408444643,0.1269734650850296,0.0,1.6887871026992798,2.1754064559936523,-0.008135980926454067,0.0025346737820655107,0.26047593355178833,0.44989466667175293,0.9001918137073517,694.0,177664.0,4544.801575257909,11370496.0 +94.79,8.100000381469727,2472.0,0.009838460013270378,0.1335652619600296,0.0,1.6788954734802246,2.1919891834259033,-0.0069770910777151585,0.002533389488235116,0.22601425647735596,0.4573976695537567,0.9057313427329063,695.0,177920.0,4551.429051142884,11386880.0 +151.79,7.199999809265137,2440.0,0.008463882841169834,0.1074015274643898,0.0,1.700516700744629,2.188610315322876,-0.009121880866587162,0.002533179707825184,0.2629108428955078,0.46321430802345276,0.8923476189374924,696.0,178176.0,4558.144160191994,11403264.0 +121.32,7.800000190734863,2499.0,0.00933266244828701,0.1285807341337204,0.0,1.707443118095398,2.1478850841522217,-0.007338014896959066,0.0025347142945975065,0.2944546043872833,0.45051589608192444,0.8662590831518173,697.0,178432.0,4564.699963965919,11419648.0 +184.34,7.099999904632568,2553.0,0.0074418592266738415,0.09478759765625,0.0,1.757711410522461,2.1098520755767822,-0.009251290932297707,0.0025350202340632677,0.4017821252346039,0.44834935665130615,0.8123122155666351,698.0,178688.0,4571.117428269004,11436032.0 +152.55,7.300000190734863,2711.0,0.00808725692331791,0.1043294295668602,0.0,1.7322874069213867,2.1456172466278076,-0.008346638642251492,0.0025314914528280497,0.3299681842327118,0.4608553946018219,0.8410129845142365,699.0,178944.0,4577.160195071017,11452416.0 +136.13,7.300000190734863,2625.0,0.010318104177713394,0.14825439453125,0.0,1.6976441144943237,2.1492011547088623,-0.009738271124660969,0.0025328921619802713,0.31598517298698425,0.4550682306289673,0.8471258282661438,700.0,179200.0,4583.401459736982,11468800.0 +163.42,7.300000190734863,2488.0,0.008829732425510883,0.1202392578125,0.0,1.7449640035629272,2.1780431270599365,-0.0077497405000030994,0.002547167707234621,0.3762626349925995,0.464895635843277,0.8330071419477463,701.0,179456.0,4589.986950856866,11485184.0 +119.08,7.300000190734863,2524.0,0.008285949937999249,0.11273193359375,0.0,1.7153931856155396,2.211386203765869,-0.008799206465482712,0.0025436989963054657,0.284489244222641,0.48602601885795593,0.8794881477952003,702.0,179712.0,4596.479097687872,11501568.0 +129.27,7.699999809265137,2520.0,0.009862336330115795,0.1413167268037796,0.0,1.757409691810608,2.194850444793701,-0.006210088264197111,0.0025677925441414118,0.3540773391723633,0.47887587547302246,0.8508687615394592,703.0,179968.0,4602.979834680911,11517952.0 +141.1,7.800000190734863,2506.0,0.009062232449650764,0.1260172575712204,0.0,1.6909098625183105,2.2210328578948975,-0.009034252725541592,0.0025442622136324644,0.2599997818470001,0.472695916891098,0.8658947646617889,704.0,180224.0,4609.517023010878,11534336.0 +118.96,8.199999809265137,2565.0,0.007468128576874733,0.0977783203125,0.0,1.687738060951233,2.188572645187378,-0.009904141537845135,0.002530953846871853,0.2842477858066559,0.46318498253822327,0.8599404841661453,705.0,180480.0,4615.905608033994,11550720.0 +102.94,7.800000190734863,2573.0,0.008381852880120277,0.1159871444106102,0.0,1.6961265802383423,2.1923134326934814,-0.010150790214538574,0.002532241167500615,0.300362765789032,0.4632156193256378,0.8273279070854187,706.0,180736.0,4622.273602196947,11567104.0 +195.24,7.099999904632568,2574.0,0.0075189173221588135,0.0964762344956398,0.0,1.7372198104858398,2.178847551345825,-0.008353415876626968,0.002523735398426652,0.36613336205482483,0.4743460416793823,0.7643555253744125,707.0,180992.0,4628.639213438844,11583488.0 +177.66,8.0,2551.0,0.007048958446830511,0.0915120467543602,0.0,1.6826931238174438,2.152238368988037,-0.00923714879900217,0.0025436372961848974,0.27452388405799866,0.4555136263370514,0.8547426611185074,708.0,181248.0,4635.062901675934,11599872.0 +127.9,7.900000095367432,2552.0,0.009608478285372257,0.1274821013212204,0.0,1.6677918434143066,2.1670496463775635,-0.010002694092690945,0.002555393846705556,0.24080665409564972,0.45278167724609375,0.882974311709404,709.0,181504.0,4641.4816761498805,11616256.0 +163.06,7.5,2611.0,0.010659497231245041,0.1504109650850296,0.0,1.692055344581604,2.17696475982666,-0.007275047246366739,0.0025376437697559595,0.307537704706192,0.4488014876842499,0.8472212255001068,710.0,181760.0,4647.75609944202,11632640.0 +187.06,6.900000095367432,2589.0,0.010661903768777847,0.1537272185087204,0.0,1.6839462518692017,2.216306447982788,-0.009031553752720356,0.0025425481144338846,0.27052202820777893,0.46010127663612366,0.848378375172615,711.0,182016.0,4654.084044517018,11649024.0 +163.96,7.800000190734863,2498.0,0.010043688118457794,0.1389363557100296,0.0,1.7118009328842163,2.1851794719696045,-0.008486003614962101,0.002531481208279729,0.30813905596733093,0.4746091067790985,0.829767644405365,712.0,182272.0,4660.642483160831,11665408.0 +126.34,8.100000381469727,2569.0,0.009015945717692375,0.1309000700712204,0.0,1.7537294626235962,2.1528141498565674,-0.006647912319749594,0.0025452147237956524,0.3708764612674713,0.47694554924964905,0.8065774291753769,713.0,182528.0,4667.020359403919,11681792.0 +122.27,7.699999809265137,2574.0,0.007306941319257021,0.0998738631606102,0.0,1.7457298040390015,2.1755096912384033,-0.008438612334430218,0.002542604459449649,0.34462103247642517,0.4860818088054657,0.8213337510824203,714.0,182784.0,4673.38459343696,11698176.0 +116.59,7.400000095367432,2559.0,0.00833345577120781,0.1145426407456398,0.0,1.7193840742111206,2.1941077709198,-0.00663687102496624,0.00253841164521873,0.32365259528160095,0.4690248668193817,0.8038453757762909,715.0,183040.0,4679.786721710814,11714560.0 +146.29,7.800000190734863,2573.0,0.006916077341884375,0.0929768905043602,0.0,1.6892718076705933,2.1818811893463135,-0.00894161593168974,0.0025469313841313124,0.3055223524570465,0.4440913200378418,0.792290523648262,716.0,183296.0,4686.15353157185,11730944.0 +157.06,7.300000190734863,2506.0,0.00727797718718648,0.0914306640625,0.0,1.765976071357727,2.175969362258911,-0.009376531466841698,0.002545149764046073,0.38833168148994446,0.4840787351131439,0.7618335038423538,717.0,183552.0,4692.691111346008,11747328.0 +122.33,7.599999904632568,2607.0,0.007586637977510691,0.09759521484375,0.0,1.7475277185440063,2.164619207382202,-0.007519921753555536,0.0025612583849579096,0.389716774225235,0.4528891146183014,0.7703854441642761,718.0,183808.0,4698.976009914884,11763712.0 +119.43,7.199999809265137,2670.0,0.007738640531897545,0.1051025390625,0.0,1.7449215650558472,2.179985761642456,-0.00882006250321865,0.002555726794525981,0.34550490975379944,0.4786175489425659,0.8140439242124557,719.0,184064.0,4705.113884169841,11780096.0 +122.07,7.800000190734863,2573.0,0.007865599356591702,0.1062215194106102,0.0,1.7324291467666626,2.1965200901031494,-0.008764681406319141,0.002549499971792102,0.3026109039783478,0.4916647672653198,0.8463261723518372,720.0,184320.0,4711.48240866093,11796480.0 +134.34,7.099999904632568,2538.0,0.009557995945215225,0.1332804411649704,0.0,1.7408785820007324,2.190256357192993,-0.00926738977432251,0.002570776268839836,0.29341331124305725,0.49580833315849304,0.8489814698696136,721.0,184576.0,4717.94014507602,11812864.0 +128.36,7.400000095367432,2506.0,0.009224697016179562,0.13104248046875,0.0,1.7419809103012085,2.2019412517547607,-0.007027871906757355,0.0025652768090367317,0.3316285312175751,0.4765000641345978,0.8176825195550919,722.0,184832.0,4724.477989863837,11829248.0 +122.38,7.800000190734863,2566.0,0.009955520741641521,0.1414591521024704,0.0,1.7194961309432983,2.2056429386138916,-0.008007744327187538,0.0025593603495508432,0.27380138635635376,0.48761796951293945,0.8512380719184875,723.0,185088.0,4730.863640517928,11845632.0 +129.23,8.0,2570.0,0.007744602393358946,0.0976765975356102,0.0,1.7336233854293823,2.2136971950531006,-0.007383251097053289,0.0025507297832518816,0.3449603021144867,0.4678274691104889,0.8220855742692947,724.0,185344.0,4737.238962512929,11862016.0 +137.02,8.0,2470.0,0.010416115634143353,0.1502888947725296,0.0,1.6962591409683228,2.2449090480804443,-0.009532465599477291,0.002537119435146451,0.2914893925189972,0.4656822681427002,0.8130646497011185,725.0,185600.0,4743.870896677952,11878400.0 +174.21,7.0,2579.0,0.010727387852966785,0.15350341796875,0.0,1.7339348793029785,2.26672101020813,-0.0073181032203137875,0.0025453632697463036,0.3620990216732025,0.4619714915752411,0.7723789215087891,726.0,185856.0,4750.223688705824,11894784.0 +194.88,7.300000190734863,2574.0,0.009014081209897995,0.1226603165268898,0.0,1.6924318075180054,2.260836124420166,-0.008889347314834595,0.002528374083340168,0.3065788447856903,0.45706239342689514,0.8256953656673431,727.0,186112.0,4756.588381010806,11911168.0 +168.27,8.0,2564.0,0.008330349810421467,0.1142985001206398,0.0,1.6515673398971558,2.259138345718384,-0.009398720227181911,0.0025283603463321924,0.2503606677055359,0.44363024830818176,0.8467034548521042,728.0,186368.0,4762.977890040958,11927552.0 +160.88,7.900000095367432,2579.0,0.010529550723731518,0.1454264372587204,0.0,1.642884373664856,2.2747087478637695,-0.009323233738541603,0.002524749608710408,0.22087527811527252,0.45216408371925354,0.8654183596372604,729.0,186624.0,4769.332733970834,11943936.0 +199.77,7.900000095367432,2520.0,0.009651641361415386,0.1322835236787796,0.0,1.6477683782577515,2.240842819213867,-0.008612343110144138,0.002524490701034665,0.20269708335399628,0.46645697951316833,0.8908138424158096,730.0,186880.0,4775.834498727927,11960320.0 +172.46,7.400000095367432,2487.0,0.009070737287402153,0.1186930313706398,0.0,1.7366756200790405,2.238996744155884,-0.010695342905819416,0.0025321876164525747,0.37840723991394043,0.4660237729549408,0.8156648129224777,731.0,187136.0,4782.421897304943,11976704.0 +142.2,7.800000190734863,2590.0,0.008926506154239178,0.1225179061293602,0.0,1.72028648853302,2.2584264278411865,-0.009516862221062183,0.002521736780181527,0.34394371509552,0.4710941016674042,0.8427029550075531,732.0,187392.0,4788.748592564836,11993088.0 +117.35,7.099999904632568,2585.0,0.008169717155396938,0.1017659530043602,0.0,1.675008773803711,2.2847111225128174,-0.008559991605579853,0.002521499292925,0.26402953267097473,0.4646213948726654,0.8813691884279251,733.0,187648.0,4795.086205301806,12009472.0 +178.51,7.400000095367432,2526.0,0.007909470237791538,0.1056722030043602,0.0,1.6914011240005493,2.277066946029663,-0.008639021776616573,0.002521739574149251,0.32016366720199585,0.45170971751213074,0.8624335527420044,734.0,187904.0,4801.57219261094,12025856.0 +170.74,6.699999809265137,2604.0,0.008537073619663715,0.1195068359375,0.0,1.657436490058899,2.271799325942993,-0.011028443463146687,0.0025187002029269934,0.2711780369281769,0.4454104006290436,0.8721776753664017,735.0,188160.0,4807.863431915874,12042240.0 +186.27,7.099999904632568,2597.0,0.01301057543605566,0.1840006560087204,0.0,1.6698161363601685,2.2416183948516846,-0.008005086332559586,0.0025187821593135595,0.28140363097190857,0.44968900084495544,0.8527570068836212,736.0,188416.0,4814.1728770670015,12058624.0 +173.61,7.699999809265137,2575.0,0.010020462796092033,0.1401163786649704,0.0,1.671929955482483,2.2505342960357666,-0.008612063713371754,0.00252759107388556,0.2536085844039917,0.4635942876338959,0.878189280629158,737.0,188672.0,4820.535551334033,12075008.0 +163.92,8.0,2439.0,0.008404280059039593,0.11346435546875,0.0,1.6584349870681763,2.2387168407440186,-0.010331490077078342,0.0025342379231005907,0.2065388411283493,0.4730282723903656,0.9205204099416733,738.0,188928.0,4827.252450947883,12091392.0 +107.66,8.800000190734863,2514.0,0.009934695437550545,0.1348063200712204,0.0,1.653208613395691,2.245206117630005,-0.011025029234588146,0.0025337575934827328,0.1943058967590332,0.475075364112854,0.9201614782214165,739.0,189184.0,4833.76840048586,12107776.0 +154.51,7.300000190734863,2524.0,0.00959672499448061,0.1309407502412796,0.0,1.6724897623062134,2.2878739833831787,-0.011836971156299114,0.0025305652525275946,0.22538691759109497,0.4821275770664215,0.898111566901207,740.0,189440.0,4840.258659126004,12124160.0 +186.26,7.199999809265137,2446.0,0.009517216123640537,0.129638671875,0.0,1.630142331123352,2.2588469982147217,-0.010842140763998032,0.002526191296055913,0.16405969858169556,0.4701026380062103,0.920960858464241,741.0,189696.0,4846.9561470209155,12140544.0 +173.48,8.100000381469727,2491.0,0.009085728786885738,0.1283772736787796,0.0,1.633020281791687,2.21240234375,-0.00946557242423296,0.002521641319617629,0.2126668095588684,0.44687947630882263,0.8914787322282791,742.0,189952.0,4853.533699015854,12156928.0 +147.35,7.300000190734863,2482.0,0.009962214156985283,0.1446329802274704,0.0,1.6465988159179688,2.2358829975128174,-0.010432587005198002,0.00252813333645463,0.2244681864976883,0.45336470007896423,0.8639793545007706,743.0,190208.0,4860.133984455839,12173312.0 +196.79,7.0,2505.0,0.008765343576669693,0.1169840469956398,0.0,1.6899396181106567,2.2626352310180664,-0.006669957190752029,0.002535237232223153,0.275849312543869,0.4653254449367523,0.8218478113412857,744.0,190464.0,4866.6741154198535,12189696.0 +199.03,6.900000095367432,2516.0,0.008227200247347355,0.109375,0.0,1.6547962427139282,2.275331735610962,-0.008277296088635921,0.0025304362643510103,0.22096075117588043,0.4611891806125641,0.8382266610860825,745.0,190720.0,4873.186882616952,12206080.0 +208.72,6.5,2490.0,0.00871475599706173,0.1210123673081398,0.0,1.7624173164367676,2.240241765975952,-0.007801961153745651,0.0025254355277866125,0.43676456809043884,0.4624759256839752,0.7661328166723251,746.0,190976.0,4879.76582068787,12222464.0 +176.42,7.0,2457.0,0.008642531931400299,0.11383056640625,0.0,1.706886649131775,2.2278549671173096,-0.009093197993934155,0.0025223982520401478,0.3210374712944031,0.4678303897380829,0.8362423181533813,747.0,191232.0,4886.43399660103,12238848.0 +190.49,7.0,2558.0,0.00938045047223568,0.1271769255399704,0.0,1.6525291204452515,2.2632811069488525,-0.010385450907051563,0.0025192403700202703,0.2472236156463623,0.4520901143550873,0.8650711476802826,748.0,191488.0,4892.842911888845,12255232.0 +215.11,6.599999904632568,2480.0,0.008791062980890274,0.1208089217543602,0.0,1.6543455123901367,2.28739857673645,-0.008992539718747139,0.0025214008055627346,0.2283725142478943,0.46206751465797424,0.8679527789354324,749.0,191744.0,4899.448757609818,12271616.0 +255.74,6.400000095367432,2504.0,0.007268582936376333,0.093994140625,0.0,1.5200704336166382,2.266542911529541,-0.009126092307269573,0.0025145867839455605,0.26936230063438416,0.4605012834072113,0.8543223887681961,750.0,192000.0,4905.991682957858,12288000.0 +165.08,7.199999809265137,2594.0,0.009365802630782127,0.1316731721162796,0.0,1.5284892320632935,2.235577344894409,-0.010194385424256325,0.0025243626441806555,0.2765354812145233,0.46239039301872253,0.8519182354211807,751.0,192256.0,4912.308264808031,12304384.0 +189.88,7.099999904632568,2437.0,0.009064733982086182,0.11798095703125,0.0,1.550977110862732,2.2480249404907227,-0.011798755265772343,0.0025278443936258554,0.3293426036834717,0.4579988420009613,0.8219121247529984,752.0,192512.0,4919.029364167014,12320768.0 +168.01,7.199999809265137,2506.0,0.010089998133480549,0.13970947265625,0.0,1.5551930665969849,2.216263771057129,-0.010334876365959644,0.002543662441894412,0.31856784224510193,0.45957043766975403,0.8385359346866608,753.0,192768.0,4925.566223500995,12337152.0 +116.03,8.100000381469727,2518.0,0.010404963046312332,0.1478678435087204,0.0,1.5553194284439087,2.2205681800842285,-0.01045296061784029,0.0025393820833414793,0.293561726808548,0.4772148132324219,0.845239132642746,754.0,193024.0,4932.073358580004,12353536.0 +128.32,7.699999809265137,2591.0,0.009919456206262112,0.1302693635225296,0.0,1.5373142957687378,2.2455203533172607,-0.011646301485598087,0.002519182628020644,0.2868745028972626,0.4712919294834137,0.8595384806394577,755.0,193280.0,4938.396525220014,12369920.0 +160.17,7.699999809265137,2486.0,0.008701619692146778,0.11767578125,0.0,1.5465097427368164,2.24688458442688,-0.009466268122196198,0.0025357382837682962,0.3040294945240021,0.4611367881298065,0.8615577965974808,756.0,193536.0,4944.985844488954,12386304.0 +184.39,7.599999904632568,2476.0,0.008506757207214832,0.11163330078125,0.0,1.5311260223388672,2.225614309310913,-0.010912872850894928,0.002541135298088193,0.2453640252351761,0.4768421947956085,0.8837443366646767,757.0,193792.0,4951.601769313915,12402688.0 +159.27,7.800000190734863,2532.0,0.009083016775548458,0.1271565705537796,0.0,1.5589776039123535,2.170478105545044,-0.010875723324716091,0.0025578862987458706,0.2976641356945038,0.4698154926300049,0.8718582093715668,758.0,194048.0,4958.073521798011,12419072.0 +119.6,7.699999809265137,2567.0,0.009515234269201756,0.1355387419462204,0.0,1.5113638639450073,2.188015937805176,-0.012075647711753845,0.0025433755945414305,0.24369673430919647,0.45373210310935974,0.8741456866264343,759.0,194304.0,4964.456477737986,12435456.0 +145.82,7.400000095367432,2569.0,0.009131868369877338,0.1218058243393898,0.0,1.519857406616211,2.1812355518341064,-0.01030974742025137,0.002532727550715208,0.23315297067165375,0.4735184907913208,0.8804353475570679,760.0,194560.0,4970.833737888839,12451840.0 +162.33,7.599999904632568,2506.0,0.0077514941804111,0.0992635115981102,0.0,1.4954286813735962,2.240225315093994,-0.008400351740419865,0.002532059093937278,0.19952000677585602,0.4630263149738312,0.8932734727859497,761.0,194816.0,4977.371060414007,12468224.0 +237.09,7.0,2569.0,0.008142663165926933,0.1064046248793602,0.0,1.5805662870407104,2.2002909183502197,-0.009177728556096554,0.0025382633320987225,0.3686339855194092,0.4610861837863922,0.8030183166265488,762.0,195072.0,4983.749766574008,12484608.0 +166.51,8.399999618530273,2584.0,0.008885408751666546,0.1190592423081398,0.0,1.4938973188400269,2.222635507583618,-0.008718938566744328,0.002548371674492955,0.2136063426733017,0.44464993476867676,0.8852726593613625,763.0,195328.0,4990.088613918982,12500992.0 +144.12,7.400000095367432,2585.0,0.008455904200673103,0.1158650740981102,0.0,1.5623235702514648,2.2102367877960205,-0.010624289512634277,0.002539569279178977,0.3558011054992676,0.4479724168777466,0.8207622468471527,764.0,195584.0,4996.427506468957,12517376.0 +125.39,7.599999904632568,2560.0,0.010018165223300457,0.1321818083524704,0.0,1.5281028747558594,2.241297721862793,-0.008873204700648785,0.0025247489102184772,0.27379944920539856,0.4618549346923828,0.8519711643457413,765.0,195840.0,5002.828225653851,12533760.0 +178.87,7.699999809265137,2540.0,0.010293572209775448,0.14373779296875,0.0,1.5204405784606934,2.2551939487457275,-0.010630919598042965,0.0025279608089476824,0.24232198297977448,0.4723375737667084,0.8838782534003258,766.0,196096.0,5009.278703155927,12550144.0 +172.21,7.300000190734863,2547.0,0.009525313042104244,0.1359659880399704,0.0,1.5349820852279663,2.2420053482055664,-0.010466339997947216,0.0025169230066239834,0.2695242464542389,0.47863712906837463,0.851292297244072,767.0,196352.0,5015.71812063898,12566528.0 +195.5,7.099999904632568,2615.0,0.009200887754559517,0.1281534880399704,0.0,1.533293604850769,2.2417984008789062,-0.008801656775176525,0.002516143722459674,0.25991740822792053,0.48078200221061707,0.8494644910097122,768.0,196608.0,5021.98423095583,12582912.0 +245.9,6.900000095367432,2474.0,0.0107160285115242,0.1393636018037796,0.0,1.5476957559585571,2.204275369644165,-0.00918500404804945,0.002521052025258541,0.2822405993938446,0.482265830039978,0.8295504152774811,769.0,196864.0,5028.607576029841,12599296.0 +156.97,6.699999809265137,2478.0,0.008226419799029827,0.1041463240981102,0.0,1.5660653114318848,2.204423666000366,-0.009124942123889923,0.002514052903279662,0.33990442752838135,0.4730127155780792,0.8112203776836395,770.0,197120.0,5035.217905155849,12615680.0 +158.11,7.400000095367432,2482.0,0.007278236094862223,0.0931803360581398,0.0,1.5623756647109985,2.1865923404693604,-0.010664288885891438,0.0025277070235460997,0.3067995011806488,0.48342692852020264,0.848720371723175,771.0,197376.0,5041.819197159028,12632064.0 +145.91,7.699999809265137,2477.0,0.008568848483264446,0.1162109375,0.0,1.5087485313415527,2.189035415649414,-0.009981028735637665,0.0025342691224068403,0.22470106184482574,0.46410071849823,0.8868094012141228,772.0,197632.0,5048.433729036013,12648448.0 +168.87,8.0,2475.0,0.009569919668138027,0.1304931640625,0.0,1.5210431814193726,2.190542459487915,-0.00868274550884962,0.002524450421333313,0.24763745069503784,0.4684566557407379,0.8697234839200974,773.0,197888.0,5055.052880035015,12664832.0 +250.92,7.0,2489.0,0.009562256745994091,0.1286214143037796,0.0,1.5168075561523438,2.2045693397521973,-0.009356819093227386,0.002527598524466157,0.23399294912815094,0.4710052013397217,0.8832376673817635,774.0,198144.0,5061.633870327845,12681216.0 +119.56,7.599999904632568,2489.0,0.008533350192010403,0.1154988631606102,0.0,1.6428399085998535,2.1361496448516846,-0.008262509480118752,0.002550625242292881,0.4373367130756378,0.4868638217449188,0.812121644616127,775.0,198400.0,5068.214993732981,12697600.0 +136.04,8.0,2519.0,0.008075798861682415,0.1054484024643898,0.0,1.5519452095031738,2.163696527481079,-0.010830264538526535,0.002537652151659131,0.3092264235019684,0.46426379680633545,0.867387130856514,776.0,198656.0,5074.71749586286,12713984.0 +142.64,7.800000190734863,2501.0,0.007347596809267998,0.08953857421875,0.0,1.5487427711486816,2.1891963481903076,-0.009915879927575588,0.002534062834456563,0.2772476077079773,0.480758398771286,0.8883025869727135,777.0,198912.0,5081.267690140987,12730368.0 +170.12,7.099999904632568,2464.0,0.007890510372817516,0.101806640625,0.0,1.5241199731826782,2.216132402420044,-0.007698801811784506,0.002537321764975786,0.2188267856836319,0.4823288917541504,0.9060115814208984,778.0,199168.0,5087.917039147811,12746752.0 +204.24,7.199999809265137,2539.0,0.009978215210139751,0.14276123046875,0.0,1.5567461252212524,2.205822229385376,-0.01004158053547144,0.0025297158863395452,0.27283692359924316,0.49566027522087097,0.892071545124054,779.0,199424.0,5094.370603949996,12763136.0 +128.58,8.0,2492.0,0.01111657079309225,0.1553955078125,0.0,1.6194872856140137,2.185119152069092,-0.005296273622661829,0.002527362434193492,0.43124866485595703,0.4708770513534546,0.8258981257677078,780.0,199680.0,5100.9458400118165,12779520.0 +162.07,7.699999809265137,2521.0,0.006707401946187019,0.08349609375,0.0,1.6068249940872192,2.146474599838257,-0.008814774453639984,0.0025334337260574102,0.415250301361084,0.46598541736602783,0.8265503346920013,781.0,199936.0,5107.443263314897,12795904.0 +115.65,7.800000190734863,2592.0,0.008481251075863838,0.1133219376206398,0.0,1.5279079675674438,2.172619342803955,-0.010288923978805542,0.002529185963794589,0.22740812599658966,0.4883997142314911,0.8592010289430618,782.0,200192.0,5113.764279705938,12812288.0 +120.38,8.199999809265137,2611.0,0.009005154483020306,0.1210734024643898,0.0,1.513527750968933,2.201364278793335,-0.008983599953353405,0.002529141725972295,0.21509277820587158,0.4772213399410248,0.8725245594978333,783.0,200448.0,5120.038257441018,12828672.0 +131.09,8.300000190734863,2491.0,0.011292754672467709,0.1529744416475296,0.0,1.5273710489273071,2.2109262943267822,-0.009072689339518547,0.0025221528485417366,0.2411704808473587,0.4819146394729614,0.860497772693634,784.0,200704.0,5126.613946524914,12845056.0 +187.76,7.599999904632568,2460.0,0.008780310861766338,0.1218058243393898,0.0,1.5862077474594116,2.1367409229278564,-0.007971656508743763,0.0025441984180361032,0.3704346716403961,0.46163368225097656,0.83006751537323,785.0,200960.0,5133.27499176003,12861440.0 +186.7,7.800000190734863,2452.0,0.00936056300997734,0.1254475861787796,0.0,1.5289406776428223,2.1550002098083496,-0.008673030883073807,0.002558500273153186,0.2424265742301941,0.46371984481811523,0.8816151022911072,786.0,201216.0,5139.956550918985,12877824.0 +122.25,6.800000190734863,2427.0,0.009875711053609848,0.1374715119600296,0.0,1.54788076877594,2.126389503479004,-0.007746750023216009,0.0025525453966110945,0.2944736182689667,0.45664215087890625,0.8639079034328461,787.0,201472.0,5146.7061956420075,12894208.0 +124.61,7.900000095367432,2455.0,0.010398742742836475,0.1418863981962204,0.0,1.5441008806228638,2.117558240890503,-0.008049434050917625,0.0025401837192475796,0.2488042265176773,0.48617973923683167,0.8676083534955978,788.0,201728.0,5153.379452765919,12910592.0 +178.9,7.599999904632568,2606.0,0.009155797772109509,0.1213785782456398,0.0,1.5572994947433472,2.143953561782837,-0.007475788239389658,0.002537392545491457,0.28001365065574646,0.4842830002307892,0.8485489189624786,789.0,201984.0,5159.66644403385,12926976.0 +148.47,7.900000095367432,2611.0,0.00813762191683054,0.1114705428481102,0.0,1.5637584924697876,2.150625467300415,-0.006152014713734388,0.0025346928741782904,0.3000653386116028,0.479785680770874,0.7972098588943481,790.0,202240.0,5165.941107342951,12943360.0 +144.55,8.100000381469727,2521.0,0.006562697235494852,0.0821329727768898,0.0,1.5578621625900269,2.177516222000122,-0.008729451335966587,0.0025332702789455652,0.29454049468040466,0.4801482856273651,0.8224699795246124,791.0,202496.0,5172.439996071858,12959744.0 +151.78,7.400000095367432,2623.0,0.008888273499906063,0.1202392578125,0.0,1.5764192342758179,2.1768887042999268,-0.009564428590238094,0.002528165001422167,0.33398568630218506,0.48229268193244934,0.8114509731531143,792.0,202752.0,5178.687000710983,12976128.0 +160.25,7.400000095367432,2591.0,0.009072189219295979,0.1241861954331398,0.0,1.5270823240280151,2.1889076232910156,-0.009788664057850838,0.0025106214452534914,0.2275545597076416,0.49618348479270935,0.8559061735868454,793.0,203008.0,5185.011252995813,12992512.0 +134.06,7.800000190734863,2468.0,0.009777874685823917,0.13958740234375,0.0,1.5123361349105835,2.20508074760437,-0.009626095183193684,0.0025129516143351793,0.23470722138881683,0.4728083312511444,0.8572519421577454,794.0,203264.0,5191.648775415961,13008896.0 +127.14,7.599999904632568,2518.0,0.010226805694401264,0.1405232697725296,0.0,1.5657001733779907,2.1962051391601562,-0.00965700950473547,0.002532580168917775,0.3159405589103699,0.4783751666545868,0.8380661159753799,795.0,203520.0,5198.155450718943,13025280.0 +125.53,7.400000095367432,2459.0,0.009182381443679333,0.1248372420668602,0.0,1.5945969820022583,2.2018024921417236,-0.009331279434263706,0.0025225328281521797,0.3986588418483734,0.4679662883281708,0.8179940730333328,796.0,203776.0,5204.817957072984,13041664.0 +119.94,7.900000095367432,2482.0,0.008556186221539974,0.1103312149643898,0.0,1.5426836013793945,2.21789288520813,-0.008352864533662796,0.002524083713069558,0.2911818325519562,0.4684121906757355,0.8598528653383255,797.0,204032.0,5211.419206794817,13058048.0 +165.73,7.300000190734863,2595.0,0.008623973466455936,0.11572265625,0.0,1.507007122039795,2.230199098587036,-0.009146055206656456,0.0025207996368408203,0.24822653830051422,0.45395419001579285,0.8610635101795197,798.0,204288.0,5217.732318126829,13074432.0 +142.43,8.100000381469727,2596.0,0.008710507303476334,0.1187947615981102,0.0,1.5179635286331177,2.1750619411468506,-0.007136140484362841,0.002523890696465969,0.24841533601284027,0.4624699652194977,0.8456486761569977,799.0,204544.0,5224.043640646851,13090816.0 +187.1,7.099999904632568,2590.0,0.007759673520922661,0.1059773787856102,0.0,1.9221152067184448,2.173046588897705,-0.008391756564378738,0.002525914227589965,0.44833481311798096,0.4651130139827728,0.7666365206241608,800.0,204800.0,5230.370426237816,13107200.0 +148.75,7.300000190734863,2560.0,0.007718456443399191,0.1041056290268898,0.0,1.9287036657333374,2.1553432941436768,-0.0062476289458572865,0.0025302015710622072,0.4634210765361786,0.4596935212612152,0.7508509308099747,801.0,205056.0,5236.77092399192,13123584.0 +99.05,8.0,2589.0,0.007989102974534035,0.1080729141831398,0.0,1.8624191284179688,2.1551666259765625,-0.008448466658592224,0.002508005825802684,0.32094061374664307,0.47794607281684875,0.8314755707979202,802.0,205312.0,5243.099001759896,13139968.0 +131.77,7.599999904632568,2586.0,0.008008729666471481,0.11053466796875,0.0,1.8166027069091797,2.2050678730010986,-0.009666451252996922,0.0025084028020501137,0.23116141557693481,0.4785376489162445,0.869685709476471,803.0,205568.0,5249.434754770948,13156352.0 +189.65,7.099999904632568,2541.0,0.00810170266777277,0.1032307967543602,0.0,1.8672491312026978,2.1631717681884766,-0.008459397591650486,0.00252318661659956,0.30031535029411316,0.4855896532535553,0.8375600874423981,804.0,205824.0,5255.88114334899,13172736.0 +159.64,7.400000095367432,2514.0,0.00903936754912138,0.1195068359375,0.0,1.904029369354248,2.1353847980499268,-0.009044238366186619,0.0025251545011997223,0.41993793845176697,0.4618813991546631,0.7919376641511917,805.0,206080.0,5262.398622183828,13189120.0 +165.89,7.199999809265137,2499.0,0.010052897036075592,0.12896728515625,0.0,1.8536032438278198,2.139106512069702,-0.010596527718007565,0.002523956121876836,0.31394335627555847,0.4666409492492676,0.8414404392242432,806.0,206336.0,5268.954180661822,13205504.0 +100.54,8.0,2447.0,0.01110039558261633,0.1470743864774704,0.0,1.8258275985717773,2.1384642124176025,-0.011768605560064316,0.0025205307174474,0.2713019549846649,0.463064581155777,0.8727279007434845,807.0,206592.0,5275.6491513408255,13221888.0 +137.63,7.699999809265137,2532.0,0.007679090369492769,0.0953165665268898,0.0,1.8145211935043335,2.1573429107666016,-0.00935448706150055,0.0025171374436467886,0.2355877310037613,0.46908631920814514,0.8773689940571785,808.0,206848.0,5282.119796709856,13238272.0 +149.78,7.300000190734863,2458.0,0.007856943644583225,0.10687255859375,0.0,1.885175108909607,2.143446207046509,-0.008659464307129383,0.0025215111672878265,0.39062607288360596,0.459200382232666,0.8074323832988739,809.0,207104.0,5288.786098528886,13254656.0 +142.37,7.599999904632568,2464.0,0.01062434259802103,0.14361572265625,0.0,1.8705507516860962,2.1606292724609375,-0.009007874876260757,0.0025164622347801924,0.35792088508605957,0.46397340297698975,0.8309048563241959,810.0,207360.0,5295.433570235968,13271040.0 +131.01,8.0,2468.0,0.008416661061346531,0.1112264022231102,0.0,1.8122411966323853,2.1807782649993896,-0.008795381523668766,0.0025122284423559904,0.23799777030944824,0.46773120760917664,0.873370498418808,811.0,207616.0,5302.070980502991,13287424.0 +134.72,7.900000095367432,2590.0,0.008649930357933044,0.1175130233168602,0.0,1.813334345817566,2.1766185760498047,-0.010653470642864704,0.0025116403121501207,0.2491002231836319,0.46538373827934265,0.8664113879203796,812.0,207872.0,5308.396976251854,13303808.0 +154.48,7.800000190734863,2610.0,0.008703864179551601,0.1142374649643898,0.0,1.858933925628662,2.152958393096924,-0.011207486502826214,0.002504694275557995,0.36624959111213684,0.4561992883682251,0.8227118849754333,813.0,208128.0,5314.67436821782,13320192.0 +118.9,8.5,2544.0,0.00809438619762659,0.10595703125,0.0,1.8802703619003296,2.138916254043579,-0.010084168054163456,0.0025222371332347393,0.3662032186985016,0.46752306818962097,0.8486178070306778,814.0,208384.0,5321.113085009856,13336576.0 +182.7,7.400000095367432,2592.0,0.010577200911939144,0.1432698518037796,0.0,1.8677645921707153,2.1592636108398438,-0.010120534338057041,0.0025238879024982452,0.36415788531303406,0.4554547965526581,0.8559430092573166,815.0,208640.0,5327.434270031983,13352960.0 +93.37,7.599999904632568,2512.0,0.008943832479417324,0.11639404296875,0.0,1.8677531480789185,2.1855695247650146,-0.00854779314249754,0.002549742115661502,0.3360030949115753,0.4552839696407318,0.8528190702199936,816.0,208896.0,5333.957107305992,13369344.0 +142.92,8.300000190734863,2491.0,0.009697251953184605,0.1293741911649704,0.0,1.804298996925354,2.200441598892212,-0.008653377182781696,0.002534577390179038,0.20559747517108917,0.4648696482181549,0.8935905396938324,817.0,209152.0,5340.53339830297,13385728.0 +188.89,6.900000095367432,2475.0,0.009150881320238113,0.1268310546875,0.0,1.8319988250732422,2.2057764530181885,-0.00869669672101736,0.0025341936852782965,0.2698955535888672,0.46070846915245056,0.8633417785167694,818.0,209408.0,5347.152467917884,13402112.0 +172.04,7.199999809265137,2618.0,0.009361601434648037,0.13287353515625,0.0,1.8365578651428223,2.1974780559539795,-0.010370629839599133,0.002539394423365593,0.23349827527999878,0.48245692253112793,0.8688892126083374,819.0,209664.0,5353.410251862835,13418496.0 +170.71,7.800000190734863,2580.0,0.009345329366624355,0.1242268905043602,0.0,1.8861302137374878,2.1959166526794434,-0.009142736904323101,0.002546861069276929,0.31515708565711975,0.4862229526042938,0.8051686137914658,820.0,209920.0,5359.759855137905,13434880.0 +162.39,6.900000095367432,2520.0,0.009014923125505447,0.1194661483168602,0.0,1.88789701461792,2.1922459602355957,-0.009968508966267109,0.0025294406805187464,0.39581191539764404,0.4571613073348999,0.8035679161548615,821.0,210176.0,5366.259900485864,13451264.0 +159.58,7.800000190734863,2476.0,0.01050314586609602,0.14605712890625,0.0,1.8524428606033325,2.1938726902008057,-0.00730748800560832,0.0025266860611736774,0.34134066104888916,0.44767579436302185,0.8069706708192825,822.0,210432.0,5372.876174475998,13467648.0 +91.28,8.600000381469727,2580.0,0.008627805858850479,0.11334228515625,0.0,1.7640694379806519,2.205291509628296,-0.011709419079124928,0.0025117320474237204,0.14640261232852936,0.4687643051147461,0.9104597643017769,823.0,210688.0,5379.22651609499,13484032.0 +195.6,7.199999809265137,2605.0,0.00792512483894825,0.10662841796875,0.0,1.8544169664382935,2.225066661834717,-0.008077793754637241,0.0025011019315570593,0.30736011266708374,0.48051443696022034,0.8528714179992676,824.0,210944.0,5385.514666546835,13500416.0 +196.94,7.300000190734863,2545.0,0.00836301688104868,0.1090901717543602,0.0,1.8358798027038574,2.201573610305786,-0.008542108349502087,0.0025126805994659662,0.28359952569007874,0.4682977497577667,0.8609757870435715,825.0,211200.0,5391.95141978492,13516800.0 +179.14,7.300000190734863,2573.0,0.008900847285985947,0.1237996444106102,0.0,1.8373039960861206,2.220043182373047,-0.009170240722596645,0.0025051289703696966,0.31256091594696045,0.45982953906059265,0.847794845700264,826.0,211456.0,5398.318919396959,13533184.0 +115.08,7.400000095367432,2591.0,0.008440339006483555,0.114990234375,0.0,1.8777111768722534,2.192897081375122,-0.008880569599568844,0.0025189684238284826,0.3477926552295685,0.4751400053501129,0.842400461435318,827.0,211712.0,5404.642937345896,13549568.0 +140.29,7.400000095367432,2617.0,0.00766973989084363,0.09735107421875,0.0,1.834627628326416,2.2199442386627197,-0.007630135864019394,0.002508674981072545,0.28866568207740784,0.4657869338989258,0.8501970320940018,828.0,211968.0,5410.902711614966,13565952.0 +187.61,7.199999809265137,2590.0,0.008691244758665562,0.11785888671875,0.0,1.8161486387252808,2.1824185848236084,-0.011592349968850613,0.0025028411764651537,0.22721202671527863,0.48453834652900696,0.8783658221364021,829.0,212224.0,5417.229573430959,13582336.0 +158.98,7.099999904632568,2479.0,0.008473836816847324,0.1141153946518898,0.0,1.8608450889587402,2.193561315536499,-0.010379735380411148,0.0025092195719480515,0.3321177065372467,0.4724918305873871,0.8450076878070831,830.0,212480.0,5423.8390470708255,13598720.0 +135.29,8.300000190734863,2494.0,0.0082841282710433,0.1034749373793602,0.0,1.7928708791732788,2.1768758296966553,-0.009619137272238731,0.002511264057829976,0.16861705482006073,0.48431792855262756,0.9195002540946007,831.0,212736.0,5430.408155280864,13615104.0 +162.48,7.599999904632568,2576.0,0.009453079663217068,0.1333821564912796,0.0,1.809913992881775,2.212937116622925,-0.008320814929902554,0.0025057278107851744,0.25304701924324036,0.4609769582748413,0.8868115097284317,832.0,212992.0,5436.767473157961,13631488.0 +190.02,7.199999809265137,2542.0,0.00858782697468996,0.1153157576918602,0.0,1.8219901323318481,2.252309799194336,-0.007886885665357113,0.0025102472864091396,0.27981075644493103,0.4573711156845093,0.8673186004161835,833.0,213248.0,5443.213231778005,13647872.0 +218.98,6.800000190734863,2524.0,0.010333634912967682,0.1440022736787796,0.0,1.789886474609375,2.2212705612182617,-0.008386370725929737,0.0025079266633838415,0.18957622349262238,0.4717344343662262,0.9070616364479065,834.0,213504.0,5449.7048343329225,13664256.0 +169.14,7.5,2619.0,0.008903908543288708,0.12249755859375,0.0,1.8387364149093628,2.1864774227142334,-0.010315579362213612,0.0025131655856966972,0.26904770731925964,0.4798102080821991,0.8777224123477936,835.0,213760.0,5455.959470823873,13680640.0 +209.15,7.199999809265137,2549.0,0.00965681578963995,0.1346028596162796,0.0,1.8708750009536743,2.206092596054077,-0.008300742134451866,0.002516698557883501,0.28287479281425476,0.5014500021934509,0.8788698986172676,836.0,214016.0,5462.3868806660175,13697024.0 +205.23,7.5,2492.0,0.009006357751786709,0.1205647811293602,0.0,1.8450860977172852,2.170029401779175,-0.010904605500400066,0.002514821710065007,0.24624542891979218,0.49715742468833923,0.8941409885883331,837.0,214272.0,5468.962412800873,13713408.0 +127.81,8.399999618530273,2465.0,0.009586961008608341,0.1302083283662796,0.0,1.7774821519851685,2.1895954608917236,-0.012191645801067352,0.0025045236106961966,0.16549785435199738,0.4765591621398926,0.9199328869581223,838.0,214528.0,5475.607914502965,13729792.0 +157.67,7.699999809265137,2482.0,0.009164814837276936,0.130859375,0.0,1.8167095184326172,2.135939836502075,-0.010543464682996273,0.0025151472073048353,0.2491852194070816,0.46644654870033264,0.8725078850984573,839.0,214784.0,5482.208538835868,13746176.0 +173.51,6.699999809265137,2569.0,0.009763280861079693,0.1396687775850296,0.0,1.8419556617736816,2.1422088146209717,-0.008924715220928192,0.002507859840989113,0.32327917218208313,0.45673298835754395,0.830481544137001,840.0,215040.0,5488.584798574913,13762560.0 +124.3,8.0,2522.0,0.010978306643664837,0.1530558317899704,0.0,1.851474404335022,2.101168394088745,-0.008119507692754269,0.0025058246683329344,0.3448289930820465,0.45527875423431396,0.8550995290279388,841.0,215296.0,5495.081706407946,13778944.0 +115.58,7.800000190734863,2465.0,0.009947395883500576,0.134033203125,0.0,1.8201141357421875,2.140164852142334,-0.010334912687540054,0.0025266411248594522,0.26642274856567383,0.4553186595439911,0.8811815232038498,842.0,215552.0,5501.727706055855,13795328.0 +172.96,7.699999809265137,2484.0,0.010460473597049713,0.1387736052274704,0.0,1.81279456615448,2.1323301792144775,-0.01086009293794632,0.0025155225303024054,0.2661595642566681,0.45413661003112793,0.8734968453645706,843.0,215808.0,5508.321704671951,13811712.0 +106.68,7.699999809265137,2568.0,0.008196559734642506,0.1054484024643898,0.0,1.8108783960342407,2.1119472980499268,-0.008910593576729298,0.002509036799892783,0.23958991467952728,0.46659550070762634,0.9003923535346985,844.0,216064.0,5514.702461079927,13828096.0 +118.99,8.0,2533.0,0.010244502685964108,0.14971923828125,0.0,1.7972512245178223,2.121515989303589,-0.010547719895839691,0.00250127911567688,0.22077780961990356,0.4679858386516571,0.8935344368219376,845.0,216320.0,5521.170707576908,13844480.0 +144.13,7.599999904632568,2552.0,0.00854378193616867,0.1187947615981102,0.0,1.85623300075531,2.0992910861968994,-0.00875364150851965,0.0025000108871608973,0.31516122817993164,0.47839364409446716,0.86381596326828,846.0,216576.0,5527.590734913014,13860864.0 +151.81,7.800000190734863,2570.0,0.009021229110658169,0.11907958984375,0.0,1.7964757680892944,2.1198132038116455,-0.008963163010776043,0.0024890301283448935,0.21124978363513947,0.47649678587913513,0.9029136374592781,847.0,216832.0,5533.967665466946,13877248.0 +192.44,7.599999904632568,2567.0,0.011015293188393116,0.1520182341337204,0.0,1.8562310934066772,2.148963212966919,-0.010377920232713223,0.002487096469849348,0.32401639223098755,0.4825421869754791,0.8536602705717087,848.0,217088.0,5540.350774017861,13893632.0 +184.76,7.599999904632568,2504.0,0.009320803917944431,0.1237996444106102,0.0,1.8650546073913574,2.1430351734161377,-0.009742374531924725,0.0024922199081629515,0.34127435088157654,0.4794802665710449,0.8553129583597183,849.0,217344.0,5546.892942436971,13910016.0 +173.78,8.0,2431.0,0.01005211565643549,0.1246134415268898,0.0,1.7141259908676147,2.1732394695281982,-0.008549162186682224,0.002500461647287011,0.17844003438949585,0.4920719563961029,0.9117647856473923,850.0,217600.0,5553.631466695806,13926400.0 +145.85,8.100000381469727,2492.0,0.00956736784428358,0.12744140625,0.0,1.7482900619506836,2.1743717193603516,-0.009257900528609753,0.0025056784506887197,0.2473093867301941,0.4899366796016693,0.8764073550701141,851.0,217856.0,5560.206489432836,13942784.0 +220.18,7.300000190734863,2613.0,0.007727423217147589,0.1001180037856102,0.0,1.8155139684677124,2.145627975463867,-0.009362691082060337,0.0025300118140876293,0.3863121569156647,0.47518041729927063,0.8301777988672256,852.0,218112.0,5566.477085627848,13959168.0 +155.41,7.699999809265137,2507.0,0.007915865629911423,0.1051839217543602,0.0,1.7518672943115234,2.107855796813965,-0.0082565201446414,0.002521350746974349,0.24876122176647186,0.4833475649356842,0.8925027549266815,853.0,218368.0,5573.01167444489,13975552.0 +119.85,8.5,2639.0,0.00852880161255598,0.1128336563706398,0.0,1.791812777519226,2.1155238151550293,-0.00837444607168436,0.0025090170092880726,0.3365664780139923,0.4855535924434662,0.8662801682949066,854.0,218624.0,5579.221528458875,13991936.0 +130.53,7.099999904632568,2546.0,0.010146777145564556,0.1409912109375,0.0,1.8154577016830444,2.1266965866088867,-0.009991328231990337,0.002510302234441042,0.37981972098350525,0.488855242729187,0.850601390004158,855.0,218880.0,5585.655019965023,14008320.0 +104.72,7.599999904632568,2500.0,0.010499094612896442,0.1478271484375,0.0,1.7763839960098267,2.1281397342681885,-0.009683833457529545,0.0025091308634728193,0.33027470111846924,0.47407829761505127,0.8869639188051224,856.0,219136.0,5592.207821234828,14024704.0 +170.19,8.100000381469727,2506.0,0.009677511639893055,0.1358845978975296,0.0,1.7490774393081665,2.1555778980255127,-0.01222305092960596,0.0025291715282946825,0.24633336067199707,0.48245593905448914,0.9117997139692307,857.0,219392.0,5598.74473943701,14041088.0 +119.87,8.5,2504.0,0.010503608733415604,0.1427408903837204,0.0,1.759157657623291,2.1675848960876465,-0.010678242892026901,0.0025427413638681173,0.23838363587856293,0.4889661371707916,0.9171210005879402,858.0,219648.0,5605.287593866,14057472.0 +115.72,8.199999809265137,2599.0,0.009168557822704315,0.11968994140625,0.0,1.7582889795303345,2.1701128482818604,-0.009070088155567646,0.0025416589342057705,0.2451620250940323,0.4833592176437378,0.9167069345712662,859.0,219904.0,5611.590297051007,14073856.0 +84.94,8.5,2607.0,0.010509422980248928,0.1421305388212204,0.0,1.762210726737976,2.149915933609009,-0.009654487483203411,0.0025255964137613773,0.2972915470600128,0.46848466992378235,0.8907955512404442,860.0,220160.0,5617.875452419976,14090240.0 +107.96,8.399999618530273,2462.0,0.010838896967470646,0.1498820036649704,0.0,1.7155838012695312,2.1683952808380127,-0.008235719054937363,0.0025298024993389845,0.2107483148574829,0.4615508019924164,0.9091524705290794,861.0,220416.0,5624.530821543885,14106624.0 +160.98,7.900000095367432,2514.0,0.010066450573503971,0.13006591796875,0.0,1.7596443891525269,2.1537420749664307,-0.010587102733552456,0.002520722569897771,0.32587718963623047,0.4541967809200287,0.8464325964450836,862.0,220672.0,5631.048743425868,14123008.0 +131.73,8.600000381469727,2565.0,0.01015198789536953,0.1427205353975296,0.0,1.7412492036819458,2.156571388244629,-0.010365610010921955,0.0025147644337266684,0.26715001463890076,0.46851813793182373,0.8746468424797058,863.0,220928.0,5637.437360036885,14139392.0 +125.82,8.699999809265137,2566.0,0.010772253386676311,0.1485392302274704,0.0,1.722395896911621,2.1676361560821533,-0.0096340486779809,0.002503426978364587,0.2404283881187439,0.4677521288394928,0.9039743840694427,864.0,221184.0,5643.822399575962,14155776.0 +130.75,8.100000381469727,2530.0,0.010387524962425232,0.1442464143037796,0.0,1.7535548210144043,2.19695782661438,-0.007935479283332825,0.002492438070476055,0.28889885544776917,0.479055255651474,0.8915699943900108,865.0,221440.0,5650.298506862018,14172160.0 +164.24,7.599999904632568,2574.0,0.008857461623847485,0.1232706680893898,0.0,1.7030984163284302,2.2666680812835693,-0.010443194769322872,0.002493534004315734,0.20204393565654755,0.47448185086250305,0.9157233163714409,866.0,221696.0,5656.663457504008,14188544.0 +197.2,7.699999809265137,2569.0,0.0075119175016880035,0.1005452498793602,0.0,1.696202278137207,2.2560110092163086,-0.009696290828287601,0.0024924820754677057,0.2029695063829422,0.46636319160461426,0.9147030562162399,867.0,221952.0,5663.041559681995,14204928.0 +189.2,7.400000095367432,2536.0,0.009565514512360096,0.1269734650850296,0.0,1.7683707475662231,2.1995341777801514,-0.012562740594148636,0.0025007857475429773,0.3327605426311493,0.47228989005088806,0.8699268996715546,868.0,222208.0,5669.5010828350205,14221312.0 +135.68,7.699999809265137,2546.0,0.008339921943843365,0.1131998673081398,0.0,1.7342311143875122,2.1731481552124023,-0.010271859355270863,0.0025173057802021503,0.24069678783416748,0.4738588333129883,0.9137042313814163,869.0,222464.0,5675.935253982898,14237696.0 +91.41,7.099999904632568,2419.0,0.008001581765711308,0.10052490234375,0.0,1.850720763206482,2.1707684993743896,-0.009333358146250248,0.0025235293433070183,0.44165611267089844,0.48658695816993713,0.8444426208734512,870.0,222720.0,5682.706856983947,14254080.0 +162.35,7.0,2470.0,0.008968801237642765,0.11944580078125,0.0,1.8040800094604492,2.1864941120147705,-0.00873174611479044,0.002522326074540615,0.3378681242465973,0.49225035309791565,0.8776911124587059,871.0,222976.0,5689.340973879909,14270464.0 +131.32,8.300000190734863,2459.0,0.0092384098097682,0.1288045197725296,0.0,1.7551946640014648,2.149829626083374,-0.00993083044886589,0.002522229216992855,0.29187095165252686,0.46592578291893005,0.9002966210246086,872.0,223232.0,5696.00431344891,14286848.0 +101.88,7.699999809265137,2463.0,0.006168345455080271,0.0741170272231102,0.0,1.788392424583435,2.145134687423706,-0.009512999095022678,0.002505958080291748,0.3627563416957855,0.4712091386318207,0.8694590330123901,873.0,223488.0,5702.654782074969,14303232.0 +129.52,7.0,2560.0,0.00926268845796585,0.12628173828125,0.0,1.78151273727417,2.1661198139190674,-0.008407176472246647,0.0025034190621227026,0.37094926834106445,0.45998167991638184,0.8426145762205124,874.0,223744.0,5709.055004813941,14319616.0 +140.98,7.599999904632568,2579.0,0.00875936634838581,0.1199747696518898,0.0,1.760433316230774,2.1710054874420166,-0.008842462673783302,0.002512892708182335,0.31536951661109924,0.4628180265426636,0.8526888638734818,875.0,224000.0,5715.407403229037,14336000.0 +198.47,7.400000095367432,2575.0,0.008805470541119576,0.1173095703125,0.0,1.7756396532058716,2.1793196201324463,-0.01085691899061203,0.0025221172254532576,0.322011262178421,0.4729248285293579,0.8432349264621735,876.0,224256.0,5721.7694901470095,14352384.0 +75.12,8.100000381469727,2435.0,0.009879332035779953,0.1309407502412796,0.0,1.8133052587509155,2.1255476474761963,-0.008220822550356388,0.0025113567244261503,0.41800621151924133,0.4640887975692749,0.8077773749828339,877.0,224512.0,5728.497423684923,14368768.0 +117.0,8.199999809265137,2470.0,0.010986228473484516,0.1520182341337204,0.0,1.7540422677993774,2.1646382808685303,-0.011339757591485977,0.0025098046753555536,0.28064247965812683,0.4784735441207886,0.8586599975824356,878.0,224768.0,5735.13000223483,14385152.0 +169.53,7.599999904632568,2547.0,0.009271400980651379,0.12762451171875,0.0,1.7335246801376343,2.163095712661743,-0.010699830017983913,0.0024886999744921923,0.2683679163455963,0.47319915890693665,0.8682141751050949,879.0,225024.0,5741.562756508822,14401536.0 +122.02,8.0,2523.0,0.008910455740988255,0.11712646484375,0.0,1.7829900979995728,2.124469518661499,-0.010724426247179508,0.0024950290098786354,0.36989620327949524,0.4682864844799042,0.8406214416027069,880.0,225280.0,5748.05690233293,14417920.0 +123.93,7.400000095367432,2400.0,0.009294400922954082,0.1322835236787796,0.0,1.7787904739379883,2.082292318344116,-0.009920826181769371,0.0025086861569434404,0.34517228603363037,0.46876028180122375,0.8670861274003983,881.0,225536.0,5754.883120529819,14434304.0 +101.74,7.900000095367432,2597.0,0.012287091463804245,0.1462809294462204,0.0,1.7921923398971558,2.0530436038970947,-0.008847517892718315,0.0025255600921809673,0.35630789399147034,0.4671320915222168,0.8463006764650345,882.0,225792.0,5761.190943619935,14450688.0 +109.4,7.900000095367432,2547.0,0.007882916368544102,0.1000773087143898,0.0,1.759628176689148,2.037088632583618,-0.009639929980039597,0.0025197723880410194,0.2924581468105316,0.47001913189888,0.8580889999866486,883.0,226048.0,5767.622016466921,14467072.0 +161.53,8.300000190734863,2623.0,0.008905649185180664,0.1219889298081398,0.0,1.6961660385131836,2.089351177215576,-0.008897666819393635,0.002507750177755952,0.17192529141902924,0.4724349081516266,0.9076820611953735,884.0,226304.0,5773.86821610597,14483456.0 +157.29,7.0,2459.0,0.00856319535523653,0.1124471053481102,0.0,1.787774920463562,2.1111392974853516,-0.00998037587851286,0.002497353358194232,0.37689706683158875,0.467553049325943,0.8147502839565277,885.0,226560.0,5780.529952355893,14499840.0 +170.24,7.099999904632568,2493.0,0.00735982321202755,0.0937906876206398,0.0,1.7586650848388672,2.1106154918670654,-0.008941474370658398,0.002507639117538929,0.32412493228912354,0.4584440290927887,0.8357073068618774,886.0,226816.0,5787.100474041887,14516224.0 +169.61,6.599999904632568,2486.0,0.00936034694314003,0.1278483122587204,0.0,1.8165565729141235,2.110509157180786,-0.008913609199225903,0.0025111371651291847,0.410133957862854,0.4723348915576935,0.7756941765546799,887.0,227072.0,5793.692647154909,14532608.0 +148.0,7.300000190734863,2474.0,0.009325708262622356,0.1270955353975296,0.0,1.7628484964370728,2.1147711277008057,-0.006984246429055929,0.0025167420972138643,0.3126305639743805,0.46232929825782776,0.8320059478282928,888.0,227328.0,5800.315204299986,14548992.0 +141.53,7.5,2460.0,0.00788785982877016,0.1020711287856102,0.0,1.8864065408706665,2.072094202041626,-0.007215410936623812,0.00252281641587615,0.5180426836013794,0.4810355007648468,0.7841301262378693,889.0,227584.0,5806.974062277935,14565376.0 +81.89,8.399999618530273,2526.0,0.011666230857372284,0.15740966796875,0.0,1.7364660501480103,2.0421338081359863,-0.010474865324795246,0.0025440279860049486,0.19164226949214935,0.48750293254852295,0.9157983139157295,890.0,227840.0,5813.460669908905,14581760.0 +143.55,7.599999904632568,2457.0,0.011277684010565281,0.1545003205537796,0.0,1.8426628112792969,2.0363094806671143,-0.007059713825583458,0.0025437416043132544,0.4134669005870819,0.479026198387146,0.8380852788686752,891.0,228096.0,5820.130218353821,14598144.0 +104.06,8.100000381469727,2498.0,0.009837515652179718,0.1236165389418602,0.0,1.7555488348007202,2.1295225620269775,-0.007733319420367479,0.002541916910558939,0.2521302402019501,0.4748438596725464,0.8799198791384697,892.0,228352.0,5826.687419480877,14614528.0 +151.41,8.0,2521.0,0.010369275696575642,0.1471761018037796,0.0,1.7284358739852905,2.14526104927063,-0.00936430599540472,0.002533890772610903,0.2185303419828415,0.4698837101459503,0.8881269693374634,893.0,228608.0,5833.186268087011,14630912.0 +141.0,8.0,2559.0,0.008480693213641644,0.1151123046875,0.0,1.7026939392089844,2.1510531902313232,-0.0077659389935433865,0.0025031433906406164,0.1872904747724533,0.4729810953140259,0.8953602686524391,894.0,228864.0,5839.587664306862,14647296.0 +191.39,7.300000190734863,2549.0,0.008744815364480019,0.1136271134018898,0.0,1.8244048357009888,2.1173367500305176,-0.006987135857343674,0.002501182956621051,0.4493913948535919,0.46295592188835144,0.794864296913147,895.0,229120.0,5846.015124205034,14663680.0 +165.32,7.199999809265137,2481.0,0.009161679074168205,0.123291015625,0.0,1.7656170129776,2.0925116539001465,-0.009058148600161076,0.0025094072334468365,0.3299429714679718,0.46174800395965576,0.8178093582391739,896.0,229376.0,5852.618801011005,14680064.0 +231.82,7.199999809265137,2539.0,0.00729997968301177,0.0961100235581398,0.0,1.7645844221115112,2.0585200786590576,-0.006682211067527533,0.002504413714632392,0.3127720057964325,0.46933600306510925,0.8265650570392609,897.0,229632.0,5859.071396811865,14696448.0 +136.5,7.900000095367432,2551.0,0.007934537716209888,0.1001993790268898,0.0,1.7728190422058105,2.0189456939697266,-0.007960212416946888,0.0025103611405938864,0.3283040225505829,0.46778443455696106,0.8103602677583694,898.0,229888.0,5865.492759004934,14712832.0 +119.44,8.300000190734863,2509.0,0.009009093977510929,0.1133626326918602,0.0,1.7388521432876587,2.0227420330047607,-0.008179700933396816,0.0025280534755438566,0.22240419685840607,0.479191392660141,0.8746049553155899,899.0,230144.0,5872.021660703933,14729216.0 +205.65,7.400000095367432,2499.0,0.008358366787433624,0.11358642578125,0.0,1.8826265335083008,2.0770328044891357,-0.008689324371516705,0.002518970752134919,0.3387986719608307,0.4832012355327606,0.8109739720821381,900.0,230400.0,5878.577791566029,14745600.0 +192.87,7.0,2458.0,0.009911633096635342,0.12933349609375,0.0,1.8533129692077637,2.1260411739349365,-0.009210387244820595,0.002525628311559558,0.27256086468696594,0.4846890866756439,0.8492830842733383,901.0,230656.0,5885.24934122595,14761984.0 +130.2,6.900000095367432,2464.0,0.008885697461664677,0.12286376953125,0.0,1.8795305490493774,2.0996124744415283,-0.007311441004276276,0.002515899483114481,0.35173630714416504,0.4740202724933624,0.8231722265481949,902.0,230912.0,5891.897726892028,14778368.0 +185.17,7.699999809265137,2428.0,0.00825431663542986,0.1074015274643898,0.0,1.8668965101242065,2.08547043800354,-0.010565939359366894,0.002510096412152052,0.35976627469062805,0.46338605880737305,0.8234372586011887,903.0,231168.0,5898.645967182005,14794752.0 +122.26,7.400000095367432,2482.0,0.007997714914381504,0.10748291015625,0.0,1.9201573133468628,2.071136236190796,-0.007151920348405838,0.002515806583687663,0.42054903507232666,0.47984278202056885,0.8005043715238571,904.0,231424.0,5905.24762126198,14811136.0 +90.48,7.699999809265137,2472.0,0.008866731077432632,0.1163126602768898,0.0,1.9291496276855469,2.0791828632354736,-0.009919527918100357,0.002531676786020398,0.37995174527168274,0.5040468573570251,0.8182971924543381,905.0,231680.0,5911.874719731975,14827520.0 +138.76,7.400000095367432,2463.0,0.007998386397957802,0.10443115234375,0.0,1.843994140625,2.094451665878296,-0.008940697647631168,0.0025189549196511507,0.25279563665390015,0.4880041182041168,0.8763204589486122,906.0,231936.0,5918.527412386844,14843904.0 +155.33,7.599999904632568,2499.0,0.008944344706833363,0.12310791015625,0.0,1.8713163137435913,2.1096677780151367,-0.008000137284398079,0.002507218159735203,0.32267600297927856,0.4854656755924225,0.8386910110712051,907.0,232192.0,5925.082471351838,14860288.0 +139.04,7.099999904632568,2460.0,0.008805884048342705,0.1201171875,0.0,1.8542152643203735,2.0926363468170166,-0.010070610791444778,0.0024943978060036898,0.32671841979026794,0.47465384006500244,0.8369063138961792,908.0,232448.0,5931.741806015838,14876672.0 +177.64,7.400000095367432,2437.0,0.008180332370102406,0.10882568359375,0.0,1.9323705434799194,2.1192638874053955,-0.007310453802347183,0.0025120640639215708,0.4315061569213867,0.48908862471580505,0.7838822156190872,909.0,232704.0,5938.4649314119015,14893056.0 +114.46,8.300000190734863,2454.0,0.008244141936302185,0.1084391251206398,0.0,1.8602207899093628,2.104177951812744,-0.008561543188989162,0.002498815068975091,0.35958465933799744,0.460624098777771,0.8218691647052765,910.0,232960.0,5945.141348877922,14909440.0 +135.14,7.099999904632568,2445.0,0.009788342751562595,0.1329142302274704,0.0,1.8699475526809692,2.097353458404541,-0.00971546582877636,0.0025056905578821898,0.37716683745384216,0.45920827984809875,0.8223962932825089,911.0,233216.0,5951.841211922932,14925824.0 +98.84,8.399999618530273,2475.0,0.011098910123109818,0.1382649689912796,0.0,1.8090003728866577,2.07645583152771,-0.011200428009033203,0.002508210251107812,0.26196229457855225,0.45587918162345886,0.8688491135835648,912.0,233472.0,5958.45914944401,14942208.0 +105.64,8.800000190734863,2534.0,0.011152566410601139,0.1548665314912796,0.0,1.807569980621338,2.064901351928711,-0.010662519372999668,0.0025121320504695177,0.24538344144821167,0.46012356877326965,0.882187195122242,913.0,233728.0,5964.923670729855,14958592.0 +116.42,7.900000095367432,2572.0,0.00985610019415617,0.13623046875,0.0,1.8648761510849,2.111697196960449,-0.008208788931369781,0.0025146373081952333,0.3484823703765869,0.4626419246196747,0.8367486000061035,914.0,233984.0,5971.293685821816,14974976.0 +135.45,7.5,2617.0,0.008904241025447845,0.1182657852768898,0.0,1.8070627450942993,2.1294310092926025,-0.010562584735453129,0.0025034036953002214,0.23497746884822845,0.46972915530204773,0.8915911987423897,915.0,234240.0,5977.554278617958,14991360.0 +161.68,7.599999904632568,2568.0,0.008324168622493744,0.1127522811293602,0.0,1.7728725671768188,2.1573128700256348,-0.007790731731802225,0.0025107667315751314,0.18336884677410126,0.45516881346702576,0.9066016376018524,916.0,234496.0,5983.933300074888,15007744.0 +152.49,7.199999809265137,2585.0,0.00812594685703516,0.1091715469956398,0.0,1.8145488500595093,2.132063388824463,-0.0082977544516325,0.0025093681178987026,0.2693394720554352,0.45481356978416443,0.8741416782140732,917.0,234752.0,5990.2711694550235,15024128.0 +142.72,7.5,2555.0,0.010816137306392193,0.1520792692899704,0.0,1.853162169456482,2.1320431232452393,-0.0073315161280334,0.0025045322254300117,0.3313097357749939,0.4638929069042206,0.8512111753225327,918.0,235008.0,5996.684105295921,15040512.0 +123.96,8.100000381469727,2581.0,0.007475194055587053,0.0973307266831398,0.0,1.8695497512817383,2.1203436851501465,-0.009693794883787632,0.0025057445745915174,0.34905529022216797,0.47304701805114746,0.8583588153123856,919.0,235264.0,6003.031477263896,15056896.0 +113.95,8.199999809265137,2523.0,0.008816570974886417,0.11822509765625,0.0,1.8589974641799927,2.158151865005493,-0.00994136929512024,0.0025208459701389074,0.33213406801223755,0.46403029561042786,0.8692451417446136,920.0,235520.0,6009.524399481947,15073280.0 +109.9,8.199999809265137,2453.0,0.010180636309087276,0.14349365234375,0.0,1.8027201890945435,2.1763923168182373,-0.0097707100212574,0.002509379992261529,0.2113398164510727,0.473894864320755,0.9075253307819366,921.0,235776.0,6016.201726005878,15089664.0 +120.24,7.5,2477.0,0.009480892680585384,0.133056640625,0.0,1.872079849243164,2.149542808532715,-0.011276896111667156,0.0025257912930101156,0.3372109830379486,0.4733511209487915,0.875940203666687,922.0,236032.0,6022.814987986814,15106048.0 +101.34,8.0,2571.0,0.008494675159454346,0.112060546875,0.0,1.9012476205825806,2.1692023277282715,-0.008735132403671741,0.002506309887394309,0.3943987786769867,0.4813202917575836,0.8474083542823792,923.0,236288.0,6029.188793526031,15122432.0 +120.45,7.900000095367432,2461.0,0.007666812743991613,0.1017049178481102,0.0,1.8371338844299316,2.182727575302124,-0.009236580692231655,0.0025083215441554785,0.2649681866168976,0.48155322670936584,0.8854465484619141,924.0,236544.0,6035.845705313841,15138816.0 +116.53,7.800000190734863,2582.0,0.008663136512041092,0.11590576171875,0.0,1.8299636840820312,2.2206666469573975,-0.0109436409547925,0.002504221862182021,0.24585406482219696,0.48807597160339355,0.888604074716568,925.0,236800.0,6042.189837531885,15155200.0 +109.94,7.900000095367432,2460.0,0.00859863217920065,0.1148681640625,0.0,1.8155579566955566,2.2400572299957275,-0.01112873200327158,0.002498029498383403,0.21570652723312378,0.4922195374965668,0.9073666036128998,926.0,237056.0,6048.848571102833,15171584.0 +165.25,7.599999904632568,2417.0,0.00897649209946394,0.1227010115981102,0.0,1.833058476448059,2.22757625579834,-0.010144256986677647,0.002500316360965371,0.2516377866268158,0.48950108885765076,0.88041652739048,927.0,237312.0,6055.62562372582,15187968.0 +157.19,6.900000095367432,2564.0,0.010417490266263485,0.1459553986787796,0.0,1.879920482635498,2.2116215229034424,-0.008037005551159382,0.0024993238039314747,0.3562363088130951,0.48229387402534485,0.8202004134654999,928.0,237568.0,6062.014202294871,15204352.0 +137.83,7.400000095367432,2609.0,0.010419621132314205,0.13177490234375,0.0,1.848785400390625,2.1914830207824707,-0.00726327346637845,0.0025092989671975374,0.3254324495792389,0.4605981111526489,0.8166721314191818,929.0,237824.0,6068.292983874911,15220736.0 +159.53,7.300000190734863,2507.0,0.009285801090300083,0.1274617463350296,0.0,1.8702106475830078,2.2197346687316895,-0.00884294230490923,0.0025213344488292933,0.3790624439716339,0.45105263590812683,0.7960412204265594,930.0,238080.0,6074.827622641809,15237120.0 +147.35,7.699999809265137,2484.0,0.010051253251731396,0.14190673828125,0.0,1.8329216241836548,2.2185776233673096,-0.010619151405990124,0.002547838957980275,0.2557141184806824,0.46395012736320496,0.8594463914632797,931.0,238336.0,6081.421788504813,15253504.0 +169.18,7.099999904632568,2435.0,0.008840846829116344,0.11724853515625,0.0,1.950374722480774,2.1991045475006104,-0.009018120355904102,0.002529257209971547,0.47703030705451965,0.47824040055274963,0.8046980798244476,932.0,238592.0,6088.150283850962,15269888.0 +136.23,8.0,2436.0,0.007642695214599371,0.1000569686293602,0.0,1.8255935907363892,2.2294094562530518,-0.01025591604411602,0.0025408181827515364,0.2874758839607239,0.4439964294433594,0.8710608929395676,933.0,238848.0,6094.876168923918,15286272.0 +173.74,6.900000095367432,2578.0,0.009157263673841953,0.13134765625,0.0,1.8998514413833618,2.2037720680236816,-0.009451126679778099,0.002513504819944501,0.40242454409599304,0.4733755588531494,0.840332642197609,934.0,239104.0,6101.230420253007,15302656.0 +93.92,7.900000095367432,2591.0,0.007196947932243347,0.09149169921875,0.0,1.8764830827713013,2.175776243209839,-0.008977307006716728,0.002506515709683299,0.3800068199634552,0.46395695209503174,0.8529180437326431,935.0,239360.0,6107.553645688808,15319040.0 +122.17,7.800000190734863,2587.0,0.006815020460635424,0.0834554061293602,0.0,1.8507307767868042,2.205763816833496,-0.01026758924126625,0.0025090512353926897,0.30721184611320496,0.4749244153499603,0.8595258891582489,936.0,239616.0,6113.886754446896,15335424.0 +116.69,8.0,2625.0,0.011659295298159122,0.1609700471162796,0.0,1.8370598554611206,2.2031047344207764,-0.011148694902658463,0.0025286248419433832,0.2749670445919037,0.46844375133514404,0.8528655767440796,937.0,239872.0,6120.12931229081,15351808.0 +156.41,8.100000381469727,2484.0,0.007639952003955841,0.0998331680893898,0.0,1.816236138343811,2.229247808456421,-0.009204496629536152,0.0025091671850532293,0.23836778104305267,0.47396576404571533,0.874839574098587,938.0,240128.0,6126.723855831893,15368192.0 +145.29,7.699999809265137,2525.0,0.007994238287210464,0.1057332381606102,0.0,1.8501256704330444,2.2217509746551514,-0.009366517886519432,0.0024962841998785734,0.3316957652568817,0.46771955490112305,0.8438846319913864,939.0,240384.0,6133.211045418866,15384576.0 +175.81,7.400000095367432,2545.0,0.009006951004266739,0.1219685897231102,0.0,1.8399311304092407,2.215651035308838,-0.009444499388337135,0.002500323811545968,0.30741238594055176,0.4676640033721924,0.8717907518148422,940.0,240640.0,6139.6485440640245,15400960.0 +145.7,7.0,2471.0,0.01010198425501585,0.1396687775850296,0.0,1.902060866355896,2.2052361965179443,-0.008262594230473042,0.0024917663540691137,0.44516420364379883,0.46391046047210693,0.8069028854370117,941.0,240896.0,6146.278053508839,15417344.0 +150.76,7.599999904632568,2441.0,0.008470919914543629,0.11468505859375,0.0,1.8365916013717651,2.22843074798584,-0.00879488792270422,0.0024900175631046295,0.3013152480125427,0.4720040559768677,0.8546683490276337,942.0,241152.0,6152.988461653935,15433728.0 +164.3,7.199999809265137,2506.0,0.0080025065690279,0.1011962890625,0.0,1.8525991439819336,2.1981520652770996,-0.010669750161468983,0.0024961286690086126,0.35064461827278137,0.46186378598213196,0.8110129833221436,943.0,241408.0,6159.526547685964,15450112.0 +189.1,6.900000095367432,2588.0,0.009051233530044556,0.1250203400850296,0.0,1.8370178937911987,2.2204296588897705,-0.010186129249632359,0.0024823283310979605,0.30434200167655945,0.47607293725013733,0.8289175629615784,944.0,241664.0,6165.856048293877,15466496.0 +156.6,7.5,2485.0,0.009311349131166935,0.127685546875,0.0,1.790345311164856,2.2204716205596924,-0.010410768911242485,0.0024940769653767347,0.22062020003795624,0.4656124413013458,0.8692532330751419,945.0,241920.0,6172.447520754999,15482880.0 +110.93,8.199999809265137,2603.0,0.00949917733669281,0.12786865234375,0.0,1.8629326820373535,2.181912899017334,-0.010389615781605244,0.0024861895944923162,0.37126800417900085,0.466412752866745,0.8006610721349716,946.0,242176.0,6178.741172799841,15499264.0 +152.0,7.900000095367432,2606.0,0.009911665692925453,0.1324259489774704,0.0,1.8167287111282349,2.1856985092163086,-0.010573893785476685,0.00247550499625504,0.2692417502403259,0.4767865836620331,0.8835231214761734,947.0,242432.0,6185.027882804861,15515648.0 +166.08,7.5,2594.0,0.00901769008487463,0.1247355118393898,0.0,1.8409637212753296,2.184295654296875,-0.010103972628712654,0.0024859001860022545,0.3055635988712311,0.4771789312362671,0.882533572614193,948.0,242688.0,6191.3427643659525,15532032.0 +120.32,7.900000095367432,2456.0,0.009039069525897503,0.1237996444106102,0.0,1.848080039024353,2.1626293659210205,-0.009739174507558346,0.002490595681592822,0.3027021288871765,0.4827965497970581,0.8744747787714005,949.0,242944.0,6198.013434082968,15548416.0 +149.08,7.599999904632568,2593.0,0.007725315634161234,0.104736328125,0.0,1.829275131225586,2.189347982406616,-0.009039709344506264,0.0024859169498085976,0.29835256934165955,0.4897317886352539,0.8691222816705704,950.0,243200.0,6204.332441078033,15564800.0 +168.16,7.300000190734863,2508.0,0.010234671644866467,0.1407674103975296,0.0,1.8205456733703613,2.158846616744995,-0.010837070643901825,0.0024877411779016256,0.28912901878356934,0.4861612021923065,0.8698166757822037,951.0,243456.0,6210.8647309290245,15581184.0 +154.37,7.400000095367432,2514.0,0.009138700552284718,0.1224772110581398,0.0,1.7936948537826538,2.166729211807251,-0.009677025489509106,0.0024811781477183104,0.22604189813137054,0.49310019612312317,0.8955671414732933,952.0,243712.0,6217.380532428855,15597568.0 +164.83,7.300000190734863,2452.0,0.009338034316897392,0.1235758438706398,0.0,1.7986130714416504,2.167793035507202,-0.010306114330887794,0.002479892922565341,0.28701624274253845,0.4684981107711792,0.8770748823881149,953.0,243968.0,6224.063185610808,15613952.0 +196.0,7.199999809265137,2426.0,0.009642045013606548,0.12945556640625,0.0,1.7946501970291138,2.175570249557495,-0.011569466441869736,0.002485019387677312,0.27889880537986755,0.4673900902271271,0.8894598111510277,954.0,244224.0,6230.816369530978,15630336.0 +177.84,7.300000190734863,2480.0,0.009352133609354496,0.1337076872587204,0.0,1.8041229248046875,2.1702401638031006,-0.008436586707830429,0.0024810528848320246,0.2761983871459961,0.47710636258125305,0.8891386315226555,955.0,244480.0,6237.42284337501,15646720.0 +139.3,7.800000190734863,2489.0,0.007761122193187475,0.1040852889418602,0.0,1.8311094045639038,2.158818244934082,-0.008763064630329609,0.002484602853655815,0.3558347523212433,0.4625524580478668,0.8515399098396301,956.0,244736.0,6244.004234096967,15663104.0 +100.81,7.699999809265137,2491.0,0.009536449797451496,0.13348388671875,0.0,1.7631683349609375,2.175708055496216,-0.012281413190066814,0.002484364667907357,0.17574678361415863,0.48878833651542664,0.9224167242646217,957.0,244992.0,6250.581352195004,15679488.0 +95.36,7.699999809265137,2409.0,0.010206293314695358,0.1446533203125,0.0,1.842898964881897,2.1649739742279053,-0.009339897893369198,0.00248918728902936,0.3502921164035797,0.47565218806266785,0.8591156452894211,958.0,245248.0,6257.381053281948,15695872.0 +163.56,7.699999809265137,2604.0,0.009096275083720684,0.1232096329331398,0.0,1.8843146562576294,2.1896698474884033,-0.00975001696497202,0.00247691641561687,0.42907190322875977,0.4845045506954193,0.812633603811264,959.0,245504.0,6263.67355659185,15712256.0 +118.96,7.699999809265137,2575.0,0.00952611118555069,0.13482666015625,0.0,1.7859983444213867,2.215067148208618,-0.010819010436534882,0.002498854184523225,0.25957992672920227,0.4611332416534424,0.8786821886897087,960.0,245760.0,6270.037311731838,15728640.0 +140.36,7.400000095367432,2426.0,0.009974504821002483,0.1363728791475296,0.0,1.796005129814148,2.2246248722076416,-0.010620606131851673,0.0025066977832466364,0.2614748477935791,0.4662812054157257,0.8755138143897057,961.0,246016.0,6276.790357708931,15745024.0 +185.28,7.599999904632568,2560.0,0.008500873111188412,0.1126708984375,0.0,1.847952961921692,2.1959481239318848,-0.010776839219033718,0.0024903996381908655,0.33035358786582947,0.492028146982193,0.8467137664556503,962.0,246272.0,6283.190976810874,15761408.0 +157.34,7.699999809265137,2600.0,0.009733750484883785,0.1352132111787796,0.0,1.7827701568603516,2.1544549465179443,-0.010573389939963818,0.0024907777551561594,0.21369098126888275,0.4842745363712311,0.8997299820184708,963.0,246528.0,6289.491490832996,15777792.0 +131.87,8.199999809265137,2599.0,0.008310433477163315,0.1162923201918602,0.0,1.7748256921768188,2.137005567550659,-0.009471233002841473,0.002496799686923623,0.20087994635105133,0.478412389755249,0.9079740941524506,964.0,246784.0,6295.7955161219,15794176.0 +150.13,8.0,2487.0,0.008154368959367275,0.1041463240981102,0.0,1.8521394729614258,2.1626064777374268,-0.009738854132592678,0.0025008851662278175,0.3231659233570099,0.4932754337787628,0.8420312702655792,965.0,247040.0,6302.382719385903,15810560.0 +156.33,7.300000190734863,2513.0,0.008718152530491352,0.1224772110581398,0.0,1.9031563997268677,2.163475275039673,-0.008990299887955189,0.00249687978066504,0.4197291135787964,0.4972987473011017,0.832685112953186,966.0,247296.0,6308.900786062935,15826944.0 +153.98,7.599999904632568,2508.0,0.009293118491768837,0.1279703825712204,0.0,1.8577150106430054,2.147475481033325,-0.010299256071448326,0.0024898655246943235,0.3418528139591217,0.4953838288784027,0.8552546948194504,967.0,247552.0,6315.433787135873,15843328.0 +142.11,7.099999904632568,2540.0,0.009059052914381027,0.126708984375,0.0,1.8553086519241333,2.165187120437622,-0.00966170895844698,0.002487549325451255,0.39665544033050537,0.4658906161785126,0.8453821539878845,968.0,247808.0,6321.884817971848,15859712.0 +152.86,7.0,2486.0,0.008997315540909767,0.1235555037856102,0.0,1.7778679132461548,2.187250852584839,-0.009643093682825565,0.0024870061315596104,0.2712611258029938,0.45143672823905945,0.8875869512557983,969.0,248064.0,6328.473556434037,15876096.0 +151.91,7.300000190734863,2484.0,0.008510849438607693,0.1143595352768898,0.0,1.7913379669189453,2.1180312633514404,-0.008175240829586983,0.0024946739431470633,0.2857494354248047,0.4517196714878082,0.8924262896180153,970.0,248320.0,6335.07050471683,15892480.0 +148.2,7.400000095367432,2554.0,0.007259840611368418,0.0901896134018898,0.0,1.8055607080459595,2.1200485229492188,-0.008548379875719547,0.002484470373019576,0.30011990666389465,0.4643467962741852,0.8864007890224457,971.0,248576.0,6341.484193058917,15908864.0 +233.2,7.5,2562.0,0.009298904798924923,0.12457275390625,0.0,1.7743228673934937,2.1658928394317627,-0.007985299453139305,0.002482827752828598,0.23921747505664825,0.46426519751548767,0.8936124593019485,972.0,248832.0,6347.87909621303,15925248.0 +188.76,7.199999809265137,2535.0,0.010586564429104328,0.14453125,0.0,1.8417643308639526,2.177060842514038,-0.01077792514115572,0.0024776437785476446,0.33526191115379333,0.4894634187221527,0.8375492691993713,973.0,249088.0,6354.341032663826,15941632.0 +126.13,7.5,2510.0,0.010197949595749378,0.1401570588350296,0.0,1.8114666938781738,2.1694531440734863,-0.008468911983072758,0.002499269787222147,0.2531226575374603,0.48714372515678406,0.891113743185997,974.0,249344.0,6360.868218670832,15958016.0 +143.06,7.5,2457.0,0.009433228522539139,0.1266886442899704,0.0,1.7925128936767578,2.144704818725586,-0.010820411145687103,0.0024923784658312798,0.28786909580230713,0.4559330642223358,0.8840185031294823,975.0,249600.0,6367.535354958847,15974400.0 +123.09,8.300000190734863,2487.0,0.009648437611758709,0.1331990510225296,0.0,1.768073558807373,2.1546385288238525,-0.009124795906245708,0.002483789576217532,0.2022755891084671,0.4772012233734131,0.9181448742747307,976.0,249856.0,6374.122206734028,15990784.0 +166.78,7.699999809265137,2534.0,0.009748225100338459,0.1391398161649704,0.0,1.785142421722412,2.194075345993042,-0.008210337720811367,0.0024994516279548407,0.2336188405752182,0.4702582359313965,0.8991480395197868,977.0,250112.0,6380.586810055887,16007168.0 +136.02,7.599999904632568,2536.0,0.010875985957682133,0.1554768830537796,0.0,1.8336492776870728,2.1126511096954346,-0.011428355239331722,0.0025004083290696144,0.3374251425266266,0.468774676322937,0.8506981730461121,978.0,250368.0,6387.047534151934,16023552.0 +108.58,8.5,2424.0,0.010863675735890865,0.1453450471162796,0.0,1.7727159261703491,2.126685857772827,-0.012509564869105816,0.0025081525091081858,0.1967463493347168,0.4756646454334259,0.9030796140432358,979.0,250624.0,6393.80613577296,16039936.0 +138.33,8.100000381469727,2517.0,0.01206365879625082,0.1739501953125,0.0,1.8338481187820435,2.125178575515747,-0.008758926764130592,0.002513725310564041,0.3185073435306549,0.46931982040405273,0.8488880544900894,980.0,250880.0,6400.31454447587,16056320.0 +141.38,7.699999809265137,2545.0,0.00870696734637022,0.12127685546875,0.0,1.8595043420791626,2.1382293701171875,-0.009613732807338238,0.002520231995731592,0.35652467608451843,0.47379621863365173,0.8367132991552353,981.0,251136.0,6406.7519114308525,16072704.0 +161.86,7.199999809265137,2444.0,0.0095519432798028,0.1288045197725296,0.0,1.8182507753372192,2.140976667404175,-0.012604468502104282,0.0025317512918263674,0.2886413335800171,0.46368810534477234,0.8554304987192154,982.0,251392.0,6413.4558989580255,16089088.0 +160.76,7.400000095367432,2570.0,0.009342269040644169,0.1290690153837204,0.0,1.8286066055297852,2.1382062435150146,-0.011856328696012497,0.002528540324419737,0.3039233982563019,0.4672570526599884,0.8429939895868301,983.0,251648.0,6419.830797605915,16105472.0 +144.48,7.900000095367432,2591.0,0.009294144809246063,0.1217854842543602,0.0,1.821308970451355,2.1276371479034424,-0.010542928241193295,0.0025052812416106462,0.29287293553352356,0.4756546914577484,0.8506750762462616,984.0,251904.0,6426.15337380697,16121856.0 +115.75,8.100000381469727,2599.0,0.009990479797124863,0.1329142302274704,0.0,1.7940117120742798,2.1536619663238525,-0.011699452064931393,0.0025047764647752047,0.22530978918075562,0.48390865325927734,0.8915979340672493,985.0,252160.0,6432.4579550828785,16138240.0 +143.21,8.199999809265137,2598.0,0.009404621087014675,0.1244710311293602,0.0,1.7808842658996582,2.1509320735931396,-0.011465925723314285,0.002479997230693698,0.23563343286514282,0.4775131046772003,0.8893013298511505,986.0,252416.0,6438.764181006001,16154624.0 +158.56,7.5,2493.0,0.011111532337963581,0.1607462614774704,0.0,1.8072237968444824,2.13291072845459,-0.011097063310444355,0.002480289665982127,0.2880595326423645,0.4769386351108551,0.8781837001442909,987.0,252672.0,6445.334816196933,16171008.0 +140.93,7.099999904632568,2425.0,0.00898355059325695,0.1194661483168602,0.0,1.8300323486328125,2.1810989379882812,-0.009442695416510105,0.00249935919418931,0.3270982503890991,0.46954765915870667,0.8585254549980164,988.0,252928.0,6452.090896563837,16187392.0 +159.51,7.099999904632568,2486.0,0.008945748209953308,0.1201985701918602,0.0,1.8498107194900513,2.212280511856079,-0.010273502208292484,0.0024812170304358006,0.3241106867790222,0.5013170838356018,0.8523924946784973,989.0,253184.0,6458.680931220995,16203776.0 +144.67,7.5,2603.0,0.010247520171105862,0.1364339143037796,0.0,1.821516513824463,2.2003262042999268,-0.011552778072655201,0.002477894304320216,0.28273311257362366,0.4964512586593628,0.8695506751537323,990.0,253440.0,6464.976013294887,16220160.0 +99.59,8.300000190734863,2572.0,0.01085957046598196,0.14654541015625,0.0,1.829421877861023,2.1576669216156006,-0.011328846216201782,0.002499229507520795,0.2988367974758148,0.4849764406681061,0.8431056886911392,991.0,253696.0,6471.34559580381,16236544.0 +142.22,7.699999809265137,2543.0,0.009200737811625004,0.1221110001206398,0.0,1.838110089302063,2.182102918624878,-0.011267639696598053,0.0024946476332843304,0.3446739614009857,0.47304239869117737,0.8310779631137848,992.0,253952.0,6477.788561083842,16252928.0 +108.9,8.100000381469727,2469.0,0.00958275981247425,0.127197265625,0.0,1.844215750694275,2.172905683517456,-0.010201704688370228,0.0024956923443824053,0.36060407757759094,0.46946462988853455,0.8639572560787201,993.0,254208.0,6484.423437112011,16269312.0 +95.45,7.400000095367432,2469.0,0.01108495518565178,0.1555379182100296,0.0,1.8455499410629272,2.1919772624969482,-0.011109969578683376,0.0025137001648545265,0.3325904607772827,0.47710883617401123,0.8668973296880722,994.0,254464.0,6491.058560871985,16285696.0 +113.32,8.199999809265137,2573.0,0.010593448765575886,0.1453450471162796,0.0,1.8119806051254272,2.209787130355835,-0.010837594978511333,0.00250128167681396,0.2851882874965668,0.4732292890548706,0.8822718858718872,995.0,254720.0,6497.424934539944,16302080.0 +141.65,7.800000190734863,2598.0,0.0075101363472640514,0.09893798828125,0.0,1.8286553621292114,2.1846368312835693,-0.009741309098899364,0.002502184361219406,0.3573972284793854,0.45173779129981995,0.8593679964542389,996.0,254976.0,6503.730047676945,16318464.0 +117.3,8.0,2517.0,0.009984430857002735,0.130126953125,0.0,1.781888484954834,2.1888625621795654,-0.010632549412548542,0.0024867879692465067,0.236978217959404,0.4739939868450165,0.8953904360532761,997.0,255232.0,6510.239899614826,16334848.0 +150.02,8.100000381469727,2485.0,0.008312867023050785,0.1108601912856102,0.0,1.802334189414978,2.202526569366455,-0.00937736127525568,0.00249474891461432,0.2865488529205322,0.46448636054992676,0.8787263333797455,998.0,255488.0,6516.833084160928,16351232.0 +109.08,8.300000190734863,2416.0,0.010323530063033104,0.1462198942899704,0.0,1.774722695350647,2.19975209236145,-0.01094063464552164,0.0024832666385918856,0.24800443649291992,0.4633375406265259,0.8908010646700859,999.0,255744.0,6523.613219034858,16367616.0 +135.47,7.900000095367432,2547.0,0.008711013942956924,0.1182657852768898,0.0,1.8280949592590332,2.1712088584899902,-0.010332764126360416,0.0024874855298548937,0.30095627903938293,0.4659188985824585,0.8731849193572998,1000.0,256000.0,6530.045426208992,16384000.0 +125.61,8.100000381469727,2599.0,0.008663562126457691,0.1192423477768898,0.0,1.7918132543563843,2.170226812362671,-0.008971515111625195,0.0024716926272958517,0.22560308873653412,0.47383931279182434,0.913170725107193,1001.0,256256.0,6536.350022312952,16400384.0 +101.59,8.100000381469727,2598.0,0.00923661608248949,0.1173299178481102,0.0,1.829916000366211,2.149500608444214,-0.010698102414608002,0.0024712884332984686,0.2971743047237396,0.4778776466846466,0.8888551518321037,1002.0,256512.0,6542.660129164811,16416768.0 +125.54,7.800000190734863,2532.0,0.008290406316518784,0.1043904647231102,0.0,1.8577882051467896,2.204984664916992,-0.010654055513441563,0.002475450048223138,0.3334696292877197,0.48603197932243347,0.8650257885456085,1003.0,256768.0,6549.131666871952,16433152.0 +153.33,7.800000190734863,2620.0,0.007046951446682215,0.0836588516831398,0.0,1.8297206163406372,2.217360734939575,-0.009449124336242676,0.002477320609614253,0.2826206386089325,0.481372594833374,0.8896001726388931,1004.0,257024.0,6555.385602880968,16449536.0 +157.33,7.800000190734863,2562.0,0.006675018463283777,0.08355712890625,0.0,1.816130518913269,2.209690809249878,-0.010284514166414738,0.002488407539203763,0.2865132689476013,0.46105173230171204,0.8544520735740662,1005.0,257280.0,6561.7793024559505,16465920.0 +144.08,6.800000190734863,2492.0,0.008839947171509266,0.1194864884018898,0.0,1.910974383354187,2.2442452907562256,-0.010722613893449306,0.0025032307021319866,0.4252093732357025,0.47991958260536194,0.7836730182170868,1006.0,257536.0,6568.353558251867,16482304.0 +132.25,7.5,2561.0,0.009985831566154957,0.1351521760225296,0.0,1.7994917631149292,2.2531754970550537,-0.009539473801851273,0.0025004378985613585,0.19916504621505737,0.4817616045475006,0.892759196460247,1007.0,257792.0,6574.752026293892,16498688.0 +123.66,7.599999904632568,2489.0,0.01025633979588747,0.1443888396024704,0.0,1.8228689432144165,2.261550188064575,-0.007502125576138496,0.002487378427758813,0.2623073160648346,0.47814372181892395,0.8649873286485672,1008.0,258048.0,6581.333156279987,16515072.0 +174.57,7.400000095367432,2594.0,0.006997911725193262,0.088623046875,0.0,1.8411363363265991,2.2588632106781006,-0.009310628287494183,0.002484031720086932,0.2990730106830597,0.4814833700656891,0.8562740981578827,1009.0,258304.0,6587.649178909836,16531456.0 +177.1,7.5,2554.0,0.008658486418426037,0.11785888671875,0.0,1.855417251586914,2.209364175796509,-0.011434308253228664,0.002492516068741679,0.3395901620388031,0.472892165184021,0.8473298996686935,1010.0,258560.0,6594.063249358907,16547840.0 +94.72,8.100000381469727,2588.0,0.009953416883945465,0.1399739533662796,0.0,1.8013380765914917,2.1982786655426025,-0.010189484804868698,0.0024796072393655777,0.2103734016418457,0.48851966857910156,0.9011026695370674,1011.0,258816.0,6600.393331942847,16564224.0 +163.29,7.800000190734863,2600.0,0.008811590261757374,0.1141153946518898,0.0,1.853965401649475,2.2300970554351807,-0.008667073212563992,0.0024665105156600475,0.3088601231575012,0.4972482919692993,0.8671683073043823,1012.0,259072.0,6606.693469148828,16580608.0 +136.1,7.400000095367432,2535.0,0.007913989946246147,0.1060791015625,0.0,1.8888918161392212,2.2380309104919434,-0.008999348618090153,0.002471355488523841,0.38607358932495117,0.4915570020675659,0.8448907881975174,1013.0,259328.0,6613.155613424955,16596992.0 +149.03,8.300000190734863,2533.0,0.008919942192733288,0.1163330078125,0.0,1.8253337144851685,2.243027687072754,-0.01022807415574789,0.002478452166542411,0.25574442744255066,0.49089357256889343,0.8874443992972374,1014.0,259584.0,6619.622708564857,16613376.0 +77.88,8.100000381469727,2580.0,0.008248782716691494,0.11077880859375,0.0,1.8339043855667114,2.248570442199707,-0.010154136456549168,0.002492188708856702,0.27006658911705017,0.4854167699813843,0.8810601606965065,1015.0,259840.0,6625.971865206957,16629760.0 +136.62,7.900000095367432,2472.0,0.007832970470190048,0.0972696915268898,0.0,1.8046823740005493,2.24356746673584,-0.009876333177089691,0.0024925738107413054,0.23173479735851288,0.474840372800827,0.8994336798787117,1016.0,260096.0,6632.600090595894,16646144.0 +152.53,7.0,2558.0,0.008097122423350811,0.10748291015625,0.0,1.8237954378128052,2.287290096282959,-0.009319408796727657,0.0025083827786147594,0.24206078052520752,0.48076629638671875,0.8844783306121826,1017.0,260352.0,6639.005356002832,16662528.0 +150.25,8.199999809265137,2526.0,0.008347022347152233,0.1080322265625,0.0,1.809564232826233,2.270399332046509,-0.010749168694019318,0.0024984616320580244,0.22518901526927948,0.48119255900382996,0.8967761099338531,1018.0,260608.0,6645.491571762832,16678912.0 +158.96,7.5,2599.0,0.008606553077697754,0.1134236678481102,0.0,1.868172526359558,2.2514402866363525,-0.00795714557170868,0.002488192403689027,0.3491460084915161,0.4799750745296478,0.8623874634504318,1019.0,260864.0,6651.794664272806,16695296.0 +133.97,7.800000190734863,2502.0,0.00786206591874361,0.0990804061293602,0.0,1.9028264284133911,2.276686191558838,-0.00968832615762949,0.0024638057220727205,0.4026528298854828,0.5020524859428406,0.8621888011693954,1020.0,261120.0,6658.343407645822,16711680.0 +154.98,7.699999809265137,2568.0,0.00934283621609211,0.1265665739774704,0.0,1.804641842842102,2.2871243953704834,-0.012267322279512882,0.002468785969540477,0.22295062243938446,0.4939119815826416,0.9123417139053345,1021.0,261376.0,6664.724237128859,16728064.0 +163.66,7.800000190734863,2564.0,0.008584597148001194,0.1151123046875,0.0,1.8022379875183105,2.3216617107391357,-0.009896802715957165,0.002474961569532752,0.22306561470031738,0.48633766174316406,0.9006387814879417,1022.0,261632.0,6671.112975541037,16744448.0 +240.95,6.699999809265137,2458.0,0.008971611969172955,0.12432861328125,0.0,1.7922078371047974,2.2956926822662354,-0.009690527804195881,0.0024702241644263268,0.21956031024456024,0.47996294498443604,0.909775123000145,1023.0,261888.0,6677.777773665963,16760832.0 +157.77,7.699999809265137,2519.0,0.00822408776730299,0.1101888045668602,0.0,1.805276870727539,2.2870821952819824,-0.009323174133896828,0.002468246268108487,0.2316645383834839,0.4875154197216034,0.9069206416606903,1024.0,262144.0,6684.280840226915,16777216.0 +170.42,7.699999809265137,2543.0,0.007544413208961487,0.0985514298081398,0.0,1.8076635599136353,2.2706587314605713,-0.008927802555263042,0.0024651612620800734,0.2524695098400116,0.4804825782775879,0.8984369188547134,1025.0,262400.0,6690.722879478009,16793600.0 +179.94,7.099999904632568,2522.0,0.008199377916753292,0.10650634765625,0.0,1.8595701456069946,2.23905873298645,-0.00945472251623869,0.0024820389226078987,0.32570162415504456,0.487545371055603,0.8726581335067749,1026.0,262656.0,6697.218713014852,16809984.0 +157.75,7.599999904632568,2578.0,0.008748475462198257,0.1201578751206398,0.0,1.8512210845947266,2.226109743118286,-0.00842087622731924,0.0024860436096787453,0.27884528040885925,0.49945858120918274,0.8975435197353363,1027.0,262912.0,6703.572396410862,16826368.0 +126.89,7.400000095367432,2474.0,0.008952544070780277,0.1176350936293602,0.0,1.8485503196716309,2.227647066116333,-0.009905972518026829,0.002486281096935272,0.3457612991333008,0.46471142768859863,0.877258762717247,1028.0,263168.0,6710.193535570987,16842752.0 +163.12,8.0,2586.0,0.00799200776964426,0.10302734375,0.0,1.8082033395767212,2.2357466220855713,-0.010105789639055729,0.0024840927217155695,0.255180686712265,0.4710299074649811,0.9067382588982582,1029.0,263424.0,6716.5296962088905,16859136.0 +165.56,8.5,2594.0,0.008706344291567802,0.1202596053481102,0.0,1.739507794380188,2.2397918701171875,-0.010887865908443928,0.0024862841237336397,0.14278775453567505,0.4582575857639313,0.941400121897459,1030.0,263680.0,6722.846832852811,16875520.0 +194.08,7.599999904632568,2580.0,0.009591995738446712,0.1285400390625,0.0,1.8403183221817017,2.236388921737671,-0.008889718912541866,0.002496910048648715,0.3104301989078522,0.46790173649787903,0.885463297367096,1031.0,263936.0,6729.195770445978,16891904.0 +172.27,7.699999809265137,2558.0,0.009755962528288364,0.13250732421875,0.0,1.8115826845169067,2.2338945865631104,-0.011741921305656433,0.002468713326379657,0.24873603880405426,0.48693883419036865,0.9122347012162209,1032.0,264192.0,6735.600211263867,16908288.0 +152.83,7.599999904632568,2578.0,0.009851350449025631,0.1314697265625,0.0,1.8346853256225586,2.217294454574585,-0.010499179363250732,0.0024917086120694876,0.2823968231678009,0.4803047478199005,0.9047861620783806,1033.0,264448.0,6741.955824109027,16924672.0 +109.9,8.399999618530273,2513.0,0.008989890106022358,0.1177775040268898,0.0,1.8110040426254272,2.221222400665283,-0.010666276328265667,0.0024949682410806417,0.2505975663661957,0.47109946608543396,0.9061317816376686,1034.0,264704.0,6748.47619836987,16941056.0 +186.6,8.0,2514.0,0.008341629058122635,0.1105143204331398,0.0,1.7881089448928833,2.2379510402679443,-0.009984069503843784,0.0024793967604637146,0.22365045547485352,0.4689488708972931,0.9148283824324608,1035.0,264960.0,6754.992656994844,16957440.0 +148.79,7.400000095367432,2608.0,0.009237055666744709,0.1142781600356102,0.0,1.8365784883499146,2.2527925968170166,-0.008763737045228481,0.0024837686214596033,0.24992795288562775,0.5010216236114502,0.9021515250205994,1036.0,265216.0,6761.2747505269945,16973824.0 +174.65,7.300000190734863,2581.0,0.00792627688497305,0.1022745743393898,0.0,1.7962907552719116,2.2695586681365967,-0.009920535609126091,0.002493588486686349,0.2026330828666687,0.48079636693000793,0.9163696244359016,1037.0,265472.0,6767.622373729944,16990208.0 +169.81,7.400000095367432,2452.0,0.00776088610291481,0.1014607772231102,0.0,1.8425097465515137,2.2438085079193115,-0.009162221103906631,0.002477664267644286,0.2922692596912384,0.48914334177970886,0.8874110877513885,1038.0,265728.0,6774.302799049998,17006592.0 +117.39,8.5,2612.0,0.00808862317353487,0.1052449569106102,0.0,1.839537262916565,2.237220525741577,-0.011805764399468899,0.0025078521575778723,0.25910234451293945,0.4902377426624298,0.8969800919294357,1039.0,265984.0,6780.57535249088,17022976.0 +134.32,7.800000190734863,2590.0,0.012062586843967438,0.1690877228975296,0.0,1.7969212532043457,2.204073429107666,-0.009048350155353546,0.002474553184583783,0.21150422096252441,0.48498132824897766,0.9131765440106392,1040.0,266240.0,6786.900018772809,17039360.0 +148.81,7.800000190734863,2562.0,0.0097901476547122,0.133544921875,0.0,1.8329434394836426,2.1965525150299072,-0.009019996970891953,0.0024666227400302887,0.28891468048095703,0.48616018891334534,0.8731857389211655,1041.0,266496.0,6793.2947464529425,17055744.0 +179.11,7.699999809265137,2639.0,0.008229686878621578,0.1119384765625,0.0,1.8041582107543945,2.2038066387176514,-0.009630144573748112,0.0024577868171036243,0.2212255448102951,0.496319979429245,0.9059688299894333,1042.0,266752.0,6799.502764011966,17072128.0 +208.87,7.0,2603.0,0.008950872346758842,0.1179402694106102,0.0,1.8354181051254272,2.2125742435455322,-0.009630325250327587,0.0024657712783664465,0.29005756974220276,0.4892598092556,0.8705029040575027,1043.0,267008.0,6805.796902406961,17088512.0 +137.24,8.100000381469727,2516.0,0.00974013190716505,0.1339111328125,0.0,1.8237872123718262,2.2217562198638916,-0.010449028573930264,0.002470704959705472,0.28612378239631653,0.4780392646789551,0.8676312267780304,1044.0,267264.0,6812.308792885859,17104896.0 +190.85,7.300000190734863,2576.0,0.01098043005913496,0.1522013396024704,0.0,1.8526378870010376,2.2312982082366943,-0.00972384586930275,0.00247308355756104,0.3227464258670807,0.486759752035141,0.854676827788353,1045.0,267520.0,6818.668604754843,17121280.0 +160.27,7.900000095367432,2470.0,0.010468673892319202,0.14434814453125,0.0,1.8164345026016235,2.236154317855835,-0.010331525467336178,0.0024713159073144197,0.2290327101945877,0.4989532232284546,0.8858243748545647,1046.0,267776.0,6825.30065062386,17137664.0 +158.26,7.400000095367432,2482.0,0.008449056185781956,0.1046549454331398,0.0,1.843027949333191,2.2182137966156006,-0.010566341690719128,0.0024611670523881912,0.3205115795135498,0.48493692278862,0.8354479372501373,1047.0,268032.0,6831.902145550819,17154048.0 +135.27,8.0,2510.0,0.00978944543749094,0.13043212890625,0.0,1.8068329095840454,2.1896555423736572,-0.008886288851499557,0.0024762582033872604,0.24377162754535675,0.4776007831096649,0.8731596618890762,1048.0,268288.0,6838.428049896844,17170432.0 +133.5,7.199999809265137,2517.0,0.009356210008263588,0.1283365935087204,0.0,1.8627008199691772,2.187845468521118,-0.01126339565962553,0.002468857215717435,0.36950233578681946,0.4766632318496704,0.8552060425281525,1049.0,268544.0,6844.937759338878,17186816.0 +113.13,8.300000190734863,2418.0,0.009859799407422543,0.1335856169462204,0.0,1.6402889490127563,2.2206528186798096,-0.010489518754184246,0.0024909854400902987,0.28295478224754333,0.45618247985839844,0.8746807128190994,1050.0,268800.0,6851.71326059103,17203200.0 +122.42,8.0,2474.0,0.0084286043420434,0.1047159805893898,0.0,1.657687783241272,2.269204616546631,-0.010614006780087948,0.00247498182579875,0.2756112515926361,0.48827382922172546,0.8754924908280373,1051.0,269056.0,6858.334244385827,17219584.0 +135.63,7.199999809265137,2582.0,0.010720666497945786,0.13897705078125,0.0,1.6253814697265625,2.2531769275665283,-0.01087776105850935,0.002476869383826852,0.22521984577178955,0.47954389452934265,0.8991380855441093,1052.0,269312.0,6864.68035647599,17235968.0 +208.44,6.900000095367432,2446.0,0.00830148532986641,0.1115315780043602,0.0,1.6920280456542969,2.282809257507324,-0.008202171884477139,0.0024773955810815096,0.3183380961418152,0.4989571273326874,0.8608206957578659,1053.0,269568.0,6871.378741745837,17252352.0 +179.24,7.699999809265137,2500.0,0.008711162023246288,0.1109212264418602,0.0,1.6529465913772583,2.223928213119507,-0.012033860199153423,0.0024776228237897158,0.2668569087982178,0.4876236915588379,0.8670752644538879,1054.0,269824.0,6877.9320461510215,17268736.0 +132.97,7.800000190734863,2476.0,0.008840163238346577,0.1139322891831398,0.0,1.6380280256271362,2.2179479598999023,-0.011082357726991177,0.0024896985851228237,0.23343278467655182,0.4824545383453369,0.8857514932751656,1055.0,270080.0,6884.548328415956,17285120.0 +153.54,7.199999809265137,2459.0,0.010143875144422054,0.1413370817899704,0.0,1.6661590337753296,2.2154910564422607,-0.011418736539781094,0.0024793974589556456,0.2940588891506195,0.4855271577835083,0.8717909902334213,1056.0,270336.0,6891.212087335996,17301504.0 +159.36,7.599999904632568,2508.0,0.00915567297488451,0.12298583984375,0.0,1.6459866762161255,2.2380757331848145,-0.01168824266642332,0.002468156861141324,0.2655820846557617,0.48510435223579407,0.8778532817959785,1057.0,270592.0,6897.744725334924,17317888.0 +156.75,7.400000095367432,2486.0,0.0088954521343112,0.1218668594956398,0.0,1.6417776346206665,2.246732234954834,-0.011931643821299076,0.002485702745616436,0.28767985105514526,0.459744930267334,0.8765755593776703,1058.0,270848.0,6904.335272004828,17334272.0 +117.67,7.800000190734863,2579.0,0.008561510592699051,0.1069132462143898,0.0,1.6875582933425903,2.2127158641815186,-0.01163110788911581,0.002485780045390129,0.35252058506011963,0.47383928298950195,0.8576340228319168,1059.0,271104.0,6910.6881319358945,17350656.0 +147.37,7.900000095367432,2500.0,0.008294062688946724,0.1092325821518898,0.0,1.6485986709594727,2.2183101177215576,-0.00987325981259346,0.0024785848800092936,0.2898155748844147,0.46709349751472473,0.8959799334406853,1060.0,271360.0,6917.240651989821,17367040.0 +160.5,8.100000381469727,2586.0,0.00801866129040718,0.10662841796875,0.0,1.6368284225463867,2.223921060562134,-0.009277813136577606,0.0024676863104104996,0.28130653500556946,0.4635929763317108,0.893655076622963,1061.0,271616.0,6923.575219137827,17383424.0 +118.8,8.0,2490.0,0.008463158272206783,0.1135050430893898,0.0,1.5989971160888672,2.2417070865631104,-0.010147657245397568,0.0024614238645881414,0.17924362421035767,0.4825546443462372,0.9290862828493118,1062.0,271872.0,6930.153835041914,17399808.0 +180.2,7.5,2611.0,0.010238518007099628,0.1325886994600296,0.0,1.6521849632263184,2.2399089336395264,-0.012163241393864155,0.0024641351774334908,0.28186312317848206,0.48550572991371155,0.8865401297807693,1063.0,272128.0,6936.428820547881,17416192.0 +160.05,7.5,2499.0,0.009056163020431995,0.1249796524643898,0.0,1.648236632347107,2.233631134033203,-0.011805116198956966,0.0024596627335995436,0.2556159198284149,0.4974687993526459,0.9051244333386421,1064.0,272384.0,6942.984177405946,17432576.0 +149.11,7.800000190734863,2606.0,0.009293281473219395,0.12384033203125,0.0,1.6632972955703735,2.2130420207977295,-0.009958026930689812,0.0024600732140243053,0.29403719305992126,0.49037137627601624,0.8965084329247475,1065.0,272640.0,6949.271277989028,17448960.0 +114.1,8.199999809265137,2626.0,0.009603206999599934,0.1213582381606102,0.0,1.6894664764404297,2.1917364597320557,-0.009331702254712582,0.0024743417743593454,0.3303482234477997,0.4912087023258209,0.8856423646211624,1066.0,272896.0,6955.509941400029,17465344.0 +183.71,7.699999809265137,2569.0,0.009291695430874825,0.1314290314912796,0.0,1.6488009691238403,2.2244129180908203,-0.010629630647599697,0.0024851697962731123,0.27958229184150696,0.47061944007873535,0.9099014028906822,1067.0,273152.0,6961.887995755998,17481728.0 +115.88,7.599999904632568,2512.0,0.008587555028498173,0.1118977889418602,0.0,1.6365981101989746,2.2140445709228516,-0.011384177953004837,0.002478955080732703,0.2641836106777191,0.46944573521614075,0.9066562280058861,1068.0,273408.0,6968.40925406781,17498112.0 +131.63,8.0,2513.0,0.008635862730443478,0.1176961287856102,0.0,1.6472047567367554,2.25284481048584,-0.011605632491409779,0.0024878850672394037,0.22841550409793854,0.4973146617412567,0.9037655293941498,1069.0,273664.0,6974.929205744993,17514496.0 +206.26,7.5,2598.0,0.010979308746755123,0.1502685546875,0.0,1.6620088815689087,2.2315804958343506,-0.010310172103345394,0.0024867220781743526,0.30856701731681824,0.46814069151878357,0.8778218403458595,1070.0,273920.0,6981.236563073937,17530880.0 +170.42,8.399999618530273,2468.0,0.010825271718204021,0.15191650390625,0.0,1.606292724609375,2.2246694564819336,-0.013373981229960918,0.002492676256224513,0.1919594556093216,0.47136595845222473,0.9207727760076523,1071.0,274176.0,6987.874175998848,17547264.0 +111.49,8.199999809265137,2452.0,0.00890052318572998,0.1180216446518898,0.0,1.6783207654953003,2.2023072242736816,-0.010513796471059322,0.002483688062056899,0.25535327196121216,0.5172459483146667,0.9068709090352058,1072.0,274432.0,6994.5562707530335,17563648.0 +77.22,8.600000381469727,2462.0,0.009965982288122177,0.1291707307100296,0.0,1.6426700353622437,2.206718921661377,-0.009692595340311527,0.0024915614631026983,0.2261800915002823,0.48904097080230713,0.9245442003011703,1073.0,274688.0,7001.212030882947,17580032.0 +129.76,7.699999809265137,2403.0,0.008541133254766464,0.1144002303481102,0.0,1.6898645162582397,2.2090137004852295,-0.010013008490204811,0.002494319574907422,0.3286403715610504,0.48356005549430847,0.8960349783301353,1074.0,274944.0,7008.030024241889,17596416.0 +163.15,7.400000095367432,2488.0,0.009793172590434551,0.1375935822725296,0.0,1.6828027963638306,2.2319257259368896,-0.010633833706378937,0.002502871910110116,0.31805625557899475,0.47826170921325684,0.8973838090896606,1075.0,275200.0,7014.614734353963,17612800.0 +145.01,7.800000190734863,2429.0,0.008361926302313805,0.1093343123793602,0.0,1.6283670663833618,2.2085015773773193,-0.01124898437410593,0.0024939007125794888,0.18756107985973358,0.4951835572719574,0.9373289570212364,1076.0,275456.0,7021.358255186817,17629184.0 +131.48,7.900000095367432,2451.0,0.008992389775812626,0.11297607421875,0.0,1.6713415384292603,2.172128200531006,-0.009521071799099445,0.002484292024746537,0.2857147753238678,0.49088335037231445,0.8989081308245659,1077.0,275712.0,7028.043218164938,17645568.0 +141.75,7.400000095367432,2523.0,0.007695603650063276,0.10137939453125,0.0,1.7194358110427856,2.1379947662353516,-0.01002552267163992,0.0024807059671729803,0.3856463134288788,0.49077844619750977,0.8655379265546799,1078.0,275968.0,7034.53672587988,17661952.0 +126.81,7.800000190734863,2598.0,0.009126540273427963,0.125732421875,0.0,1.66194486618042,2.1215717792510986,-0.010539445094764233,0.002469131024554372,0.27367573976516724,0.4952813386917114,0.8906194418668747,1079.0,276224.0,7040.843080502935,17678336.0 +151.28,7.800000190734863,2476.0,0.009088977240025997,0.1189778670668602,0.0,1.6323132514953613,2.129254102706909,-0.009117442183196545,0.0024730246514081955,0.236233651638031,0.47971710562705994,0.8955247476696968,1080.0,276480.0,7047.460032891948,17694720.0 +171.3,7.300000190734863,2463.0,0.008983664214611053,0.1212565079331398,0.0,1.7010632753372192,2.157003879547119,-0.009351813234388828,0.002471425337716937,0.35622653365135193,0.4908113181591034,0.859447181224823,1081.0,276736.0,7054.114175516879,17711104.0 +140.74,8.300000190734863,2441.0,0.010815847665071487,0.1488037109375,0.0,1.6580109596252441,2.1569101810455322,-0.011786635965108871,0.0024650509003549814,0.2754450738430023,0.4937455356121063,0.9023748338222504,1082.0,276992.0,7060.82488910784,17727488.0 +144.1,7.800000190734863,2567.0,0.010283236391842365,0.1369425505399704,0.0,1.6861844062805176,2.1715195178985596,-0.010878287255764008,0.002490322571247816,0.33528217673301697,0.47832417488098145,0.8888535350561142,1083.0,277248.0,7067.205940162996,17743872.0 +109.14,7.800000190734863,2576.0,0.009231509640812874,0.1244303360581398,0.0,1.6104134321212769,2.1753571033477783,-0.011956681497395039,0.0024913775268942118,0.19654886424541473,0.4719218313694,0.9291977658867836,1084.0,277504.0,7073.566742755007,17760256.0 +142.39,8.0,2638.0,0.009105461649596691,0.118408203125,0.0,1.6338495016098022,2.153745412826538,-0.012519690208137035,0.0025006963405758142,0.25304141640663147,0.4623028039932251,0.8956443220376968,1085.0,277760.0,7079.7779495688155,17776640.0 +134.78,8.199999809265137,2622.0,0.011418193578720093,0.1489461213350296,0.0,1.6237144470214844,2.1390726566314697,-0.012079864740371704,0.0024827232118695974,0.22718119621276855,0.47374358773231506,0.9160358309745789,1086.0,278016.0,7086.026864944026,17793024.0 +168.31,8.100000381469727,2558.0,0.010289525613188744,0.1406656950712204,0.0,1.6192232370376587,2.181356430053711,-0.01206439733505249,0.002491088816896081,0.16716860234737396,0.49836328625679016,0.9338447973132133,1087.0,278272.0,7092.430984672857,17809408.0 +138.56,7.400000095367432,2554.0,0.008865770883858204,0.1173299178481102,0.0,1.6642919778823853,2.156790018081665,-0.009931198321282864,0.002485945587977767,0.27295371890068054,0.48959848284721375,0.9109151735901833,1088.0,278528.0,7098.845311759971,17825792.0 +140.0,8.100000381469727,2536.0,0.00914549920707941,0.1232096329331398,0.0,1.6283544301986694,2.1554758548736572,-0.011791333556175232,0.0024746411945670843,0.19506721198558807,0.5006428360939026,0.9287858679890633,1089.0,278784.0,7105.305837502005,17842176.0 +159.18,6.900000095367432,2522.0,0.007882132194936275,0.1055908203125,0.0,1.7181824445724487,2.14819073677063,-0.009444641880691051,0.002472056308761239,0.373785138130188,0.49976786971092224,0.8707888722419739,1090.0,279040.0,7111.801698420895,17858560.0 +109.97,8.5,2569.0,0.011109168641269207,0.1461181640625,0.0,1.6786247491836548,2.1375672817230225,-0.012229107320308685,0.0024899772834032774,0.2722315490245819,0.5062488913536072,0.9015991538763046,1091.0,279296.0,7118.178201959003,17874944.0 +140.32,8.0,2586.0,0.009676466695964336,0.13311767578125,0.0,1.7026739120483398,2.0716311931610107,-0.011528697796165943,0.0024760256055742502,0.323331743478775,0.5100465416908264,0.8810537233948708,1092.0,279552.0,7124.51289929403,17891328.0 +95.39,8.0,2444.0,0.009777133353054523,0.1328531950712204,0.0,1.7002273797988892,2.0754454135894775,-0.010272779501974583,0.0024884946178644896,0.3198651373386383,0.5016658902168274,0.8805055022239685,1093.0,279808.0,7131.217181976885,17907712.0 +187.7,7.300000190734863,2448.0,0.007527241017669439,0.09716796875,0.0,1.6891175508499146,2.1191012859344482,-0.009849164634943008,0.0024974076077342033,0.29902133345603943,0.4964596927165985,0.8845156505703926,1094.0,280064.0,7137.909982808866,17924096.0 +163.85,7.199999809265137,2535.0,0.008065792731940746,0.1025797501206398,0.0,1.6658388376235962,2.1556777954101562,-0.009847653098404408,0.002503330586478114,0.2912963926792145,0.4723294973373413,0.8541197031736374,1095.0,280320.0,7144.372595908819,17940480.0 +143.23,7.800000190734863,2607.0,0.009654954075813293,0.1266682893037796,0.0,1.6786445379257202,2.190810441970825,-0.01083681732416153,0.00248953839763999,0.30566927790641785,0.48695841431617737,0.8511183857917786,1096.0,280576.0,7150.657971691806,17956864.0 +193.56,6.800000190734863,2617.0,0.008305850438773632,0.11334228515625,0.0,1.7236214876174927,2.212991952896118,-0.008218199945986271,0.002491310238838196,0.365337610244751,0.5002346634864807,0.8220695704221725,1097.0,280832.0,7156.919413845986,17973248.0 +145.56,7.400000095367432,2598.0,0.008896691724658012,0.119384765625,0.0,1.66157066822052,2.1943273544311523,-0.011622539721429348,0.0024642141070216894,0.2664822041988373,0.5033323168754578,0.8652724474668503,1098.0,281088.0,7163.224480028963,17989632.0 +134.18,8.199999809265137,2553.0,0.009243913926184177,0.1256917268037796,0.0,1.6622859239578247,2.225796937942505,-0.00889404583722353,0.002469343598932028,0.26141127943992615,0.5016976594924927,0.8808097392320633,1099.0,281344.0,7169.640989304986,18006016.0 +137.24,6.800000190734863,2576.0,0.009895293973386288,0.1329752653837204,0.0,1.8762906789779663,2.2223310470581055,-0.012116729281842709,0.002475130371749401,0.32775330543518066,0.509188711643219,0.8642048686742783,1100.0,281600.0,7176.001391327009,18022400.0 +118.18,7.699999809265137,2593.0,0.01072803232818842,0.1524454802274704,0.0,1.9180994033813477,2.2167861461639404,-0.008549891412258148,0.0024977554567158222,0.40749022364616394,0.4961942434310913,0.8590807914733887,1101.0,281856.0,7182.320802205009,18038784.0 +137.99,7.900000095367432,2563.0,0.01077550370246172,0.146728515625,0.0,1.8168638944625854,2.198030948638916,-0.012231976725161076,0.002488403581082821,0.1922208070755005,0.5107641220092773,0.9250893145799637,1102.0,282112.0,7188.712070086971,18055168.0 +86.4,8.199999809265137,2443.0,0.010173645801842213,0.137939453125,0.0,1.8870567083358765,2.1848981380462646,-0.00943637266755104,0.0024990139063447714,0.3182607591152191,0.5097047686576843,0.8787294775247574,1103.0,282368.0,7195.417978561949,18071552.0 +115.17,7.900000095367432,2570.0,0.008669906295835972,0.111083984375,0.0,1.8562684059143066,2.215852737426758,-0.01024758443236351,0.002509833313524723,0.2621115744113922,0.5027022957801819,0.9014216512441635,1104.0,282624.0,7201.793760997942,18087936.0 +174.57,7.400000095367432,2600.0,0.009583940729498863,0.1351521760225296,0.0,1.9175580739974976,2.1870501041412354,-0.00799401756376028,0.0025252290070056915,0.39244362711906433,0.48858633637428284,0.8530743569135666,1105.0,282880.0,7208.0939455188345,18104320.0 +105.23,7.900000095367432,2427.0,0.011501338332891464,0.1530558317899704,0.0,1.9094963073730469,2.214665412902832,-0.009266925044357777,0.0025742521975189447,0.33054500818252563,0.48851120471954346,0.863116592168808,1106.0,283136.0,7214.8454439199995,18120704.0 +134.61,7.800000190734863,2573.0,0.00916423462331295,0.1217854842543602,0.0,1.9459682703018188,2.2007744312286377,-0.008858727291226387,0.0025936707388609648,0.3390733301639557,0.5104627013206482,0.859135314822197,1107.0,283392.0,7221.213202029001,18137088.0 +127.59,8.5,2464.0,0.009087971411645412,0.1249593123793602,0.0,1.851943016052246,2.2115976810455322,-0.010585631243884563,0.002550547244027257,0.20394597947597504,0.5073984265327454,0.8964466378092766,1108.0,283648.0,7227.861061966978,18153472.0 +83.08,7.5,2457.0,0.008740304969251156,0.1193033829331398,0.0,1.905800461769104,2.154921054840088,-0.009125614538788795,0.002520044567063451,0.338728666305542,0.5070886015892029,0.8720763772726059,1109.0,283904.0,7234.528750999831,18169856.0 +107.21,7.599999904632568,2593.0,0.0073234327137470245,0.0946248397231102,0.0,1.8799505233764648,2.1670114994049072,-0.008985647931694984,0.0025078982580453157,0.33526530861854553,0.4890243709087372,0.8751776441931725,1110.0,284160.0,7240.848047520965,18186240.0 +203.69,7.099999904632568,2471.0,0.011152543127536774,0.1547648161649704,0.0,1.888856291770935,2.2036471366882324,-0.008682548999786377,0.0025035827420651913,0.3457156717777252,0.49492570757865906,0.8636486679315567,1111.0,284416.0,7247.47951374785,18202624.0 +137.77,7.699999809265137,2464.0,0.008675440214574337,0.1114298477768898,0.0,1.8585463762283325,2.1936776638031006,-0.008122473955154419,0.0024832894559949636,0.28670284152030945,0.5036094188690186,0.8904033824801445,1112.0,284672.0,7254.127634611912,18219008.0 +115.44,7.5,2477.0,0.009741920977830887,0.1373697966337204,0.0,1.8486167192459106,2.211890697479248,-0.010231182910501957,0.0024732572492212057,0.3015698492527008,0.49355342984199524,0.8893046826124191,1113.0,284928.0,7260.741994431941,18235392.0 +118.27,7.5,2476.0,0.009344768710434437,0.1258137971162796,0.0,1.8981823921203613,2.1933815479278564,-0.00932267028838396,0.0024877421092242002,0.3804151117801666,0.49536025524139404,0.8604278266429901,1114.0,285184.0,7267.359076907858,18251776.0 +127.58,8.5,2482.0,0.010173997841775417,0.1416219025850296,0.0,1.7878366708755493,2.186123847961426,-0.012344647198915482,0.0024740020744502544,0.21196700632572174,0.4790581166744232,0.9141326621174812,1115.0,285440.0,7273.960860013962,18268160.0 +117.34,8.199999809265137,2424.0,0.009318214841187,0.127197265625,0.0,1.778859257698059,2.185680627822876,-0.009027590975165367,0.0024695005267858505,0.2009369134902954,0.47452497482299805,0.8970362469553947,1116.0,285696.0,7280.720083985012,18284544.0 +124.41,7.800000190734863,2486.0,0.008787790313363075,0.115966796875,0.0,1.8299293518066406,2.1711180210113525,-0.010385150089859962,0.002472848864272237,0.3230522572994232,0.4640751779079437,0.8502234071493149,1117.0,285952.0,7287.310349209933,18300928.0 +142.91,7.400000095367432,2482.0,0.007779611740261316,0.0984700545668602,0.0,1.8574023246765137,2.152923822402954,-0.009722959250211716,0.002480823313817382,0.36491337418556213,0.4657861888408661,0.8303057700395584,1118.0,286208.0,7293.910383920884,18317312.0 +160.58,7.300000190734863,2500.0,0.007883786223828793,0.1052652969956398,0.0,1.942345142364502,2.1732113361358643,-0.009038825519382954,0.0024752679746598005,0.4864834249019623,0.49224016070365906,0.7961838394403458,1119.0,286464.0,7300.463025145931,18333696.0 +154.86,8.0,2571.0,0.011856638826429844,0.167724609375,0.0,1.900316596031189,2.174447536468506,-0.009795085527002811,0.0024927970953285694,0.3878006637096405,0.49155735969543457,0.8429041504859924,1120.0,286720.0,7306.835934178904,18350080.0 +128.82,7.300000190734863,2569.0,0.010600942187011242,0.1453857421875,0.0,1.8581643104553223,2.2003283500671387,-0.006599015090614557,0.002478300593793392,0.3183909058570862,0.4884207546710968,0.8741004019975662,1121.0,286976.0,7313.214381702943,18366464.0 +151.07,7.5,2494.0,0.009659592993557453,0.1371256560087204,0.0,1.7780351638793945,2.2310550212860107,-0.010774432681500912,0.0024704455863684416,0.17616800963878632,0.48781338334083557,0.9189722165465355,1122.0,287232.0,7319.784501631977,18382848.0 +150.97,8.0,2485.0,0.010309425182640553,0.144287109375,0.0,1.8124216794967651,2.185922622680664,-0.009902718476951122,0.002476494526490569,0.25646182894706726,0.4777051508426666,0.8869505226612091,1123.0,287488.0,7326.3773312128615,18399232.0 +155.7,7.300000190734863,2486.0,0.011250633746385574,0.1477864533662796,0.0,1.8756910562515259,2.1920053958892822,-0.00973573699593544,0.002476317808032036,0.3626195192337036,0.48787811398506165,0.8598651736974716,1124.0,287744.0,7332.967195344856,18415616.0 +118.97,7.800000190734863,2624.0,0.008780029602348804,0.1199137344956398,0.0,1.8932260274887085,2.1710262298583984,-0.009047884494066238,0.0024844007566571236,0.37029385566711426,0.4966367483139038,0.8551482558250427,1125.0,288000.0,7339.211851100903,18432000.0 +136.83,7.699999809265137,2586.0,0.009941341355443,0.139404296875,0.0,1.8441323041915894,2.175684690475464,-0.009961291216313839,0.0024826410226523876,0.28655698895454407,0.4912513196468353,0.8864672929048538,1126.0,288256.0,7345.547559498809,18448384.0 +140.55,7.5,2546.0,0.010587330907583237,0.1468912810087204,0.0,1.8242336511611938,2.22583270072937,-0.009007306769490242,0.0024772670585662127,0.25726503133773804,0.488233357667923,0.8886353448033333,1127.0,288512.0,7351.985904525034,18464768.0 +131.53,7.800000190734863,2492.0,0.010191982612013817,0.1410725861787796,0.0,1.8285592794418335,2.217332124710083,-0.011063721962273121,0.002465404337272048,0.2752976417541504,0.4914453327655792,0.875217504799366,1128.0,288768.0,7358.559247141937,18481152.0 +110.36,7.900000095367432,2567.0,0.0085268160328269,0.1158243790268898,0.0,1.8339738845825195,2.2152099609375,-0.008188202977180481,0.002470379928126931,0.256838858127594,0.500704824924469,0.8917020335793495,1129.0,289024.0,7364.941641239915,18497536.0 +171.17,7.199999809265137,2480.0,0.009452602826058865,0.1226806640625,0.0,1.8023079633712769,2.2417190074920654,-0.009644468314945698,0.00246809353120625,0.20740287005901337,0.4966215193271637,0.8961483836174011,1130.0,289280.0,7371.54737552884,18513920.0 +114.27,8.0,2575.0,0.010566256940364838,0.1481526643037796,0.0,1.846030592918396,2.1846253871917725,-0.011601250618696213,0.0024541248567402363,0.32028499245643616,0.4922734797000885,0.8647511750459671,1131.0,289536.0,7377.910774207907,18530304.0 +160.49,7.800000190734863,2606.0,0.009726622141897678,0.1281941682100296,0.0,1.8564804792404175,2.168560266494751,-0.009332338348031044,0.002466111211106181,0.3002641201019287,0.5043109059333801,0.8780376687645912,1132.0,289792.0,7384.197181461845,18546688.0 +173.05,7.300000190734863,2540.0,0.008471623063087463,0.1161702498793602,0.0,1.8408632278442383,2.1793277263641357,-0.011396199464797974,0.0024710989091545343,0.3047539293766022,0.4861261546611786,0.8712872862815857,1133.0,290048.0,7390.646579784807,18563072.0 +115.09,7.800000190734863,2487.0,0.008532389998435974,0.1169840469956398,0.0,1.8489145040512085,2.196115255355835,-0.009974050335586071,0.0024688809644430876,0.315769225358963,0.4885244071483612,0.8793116137385368,1134.0,290304.0,7397.232836407842,18579456.0 +109.95,8.699999809265137,2481.0,0.008837542496621609,0.1154378280043602,0.0,1.8072344064712524,2.1711244583129883,-0.010509893298149109,0.0024681200738996267,0.2329609990119934,0.48891517519950867,0.9136648029088974,1135.0,290560.0,7403.837555135833,18595840.0 +146.87,7.900000095367432,2474.0,0.010495726950466633,0.1451212614774704,0.0,1.77927827835083,2.1890459060668945,-0.010741827078163624,0.0024540796875953674,0.2117822915315628,0.4789794981479645,0.9120715484023094,1136.0,290816.0,7410.459640354849,18612224.0 +174.95,8.0,2448.0,0.009790725074708462,0.1390380859375,0.0,1.8083511590957642,2.188424825668335,-0.008584284223616123,0.002474686596542597,0.26385679841041565,0.4695480167865753,0.8991330116987228,1137.0,291072.0,7417.1515560729895,18628608.0 +147.83,7.5,2524.0,0.008120118640363216,0.1078287735581398,0.0,1.8177400827407837,2.14481520652771,-0.010860726237297058,0.0024785776622593403,0.26204922795295715,0.47973552346229553,0.8897637650370598,1138.0,291328.0,7423.643676289823,18644992.0 +148.04,7.5,2471.0,0.008866946212947369,0.1126708984375,0.0,1.8091517686843872,2.1576764583587646,-0.010308593511581421,0.002475134329870343,0.22818619012832642,0.48937690258026123,0.8921525850892067,1139.0,291584.0,7430.273395434022,18661376.0 +152.86,7.5,2482.0,0.008466709405183792,0.1146036759018898,0.0,1.8539199829101562,2.1179416179656982,-0.012248224578797817,0.0024848654866218567,0.32121655344963074,0.4843064844608307,0.8626300543546677,1140.0,291840.0,7436.874198836973,18677760.0 +133.73,7.5,2620.0,0.008952288888394833,0.1144205704331398,0.0,1.874913215637207,2.1265432834625244,-0.007572926115244627,0.0025239333044737577,0.3176502287387848,0.48295965790748596,0.8453702330589294,1141.0,292096.0,7443.126001351979,18694144.0 +117.18,7.800000190734863,2602.0,0.009104154072701931,0.1231282576918602,0.0,1.9199318885803223,2.1347525119781494,-0.009229496121406555,0.0025103313382714987,0.39258959889411926,0.4990484416484833,0.8106871694326401,1142.0,292352.0,7449.422004150925,18710528.0 +148.82,7.699999809265137,2625.0,0.011092540808022022,0.1522420197725296,0.0,1.8303297758102417,2.188889980316162,-0.009769286029040813,0.0024885705206543207,0.25235339999198914,0.4915258586406708,0.8701836466789246,1143.0,292608.0,7455.662440303015,18726912.0 +139.69,8.0,2498.0,0.009620284661650658,0.1313883513212204,0.0,1.8856720924377441,2.162818193435669,-0.010413742624223232,0.002466826466843486,0.40010881423950195,0.4842464029788971,0.8055237084627151,1144.0,292864.0,7462.220466878032,18743296.0 +109.75,7.800000190734863,2469.0,0.008972144685685635,0.1227823868393898,0.0,1.9359760284423828,2.112375020980835,-0.009556473232805729,0.0024641703348606825,0.4869241714477539,0.49110928177833557,0.7756048440933228,1145.0,293120.0,7468.855230734916,18759680.0 +101.92,7.599999904632568,2610.0,0.00875178724527359,0.12042236328125,0.0,1.9139155149459839,2.0550014972686768,-0.011416559107601643,0.0024755012709647417,0.43969687819480896,0.4882831573486328,0.7789222747087479,1146.0,293376.0,7475.13249987294,18776064.0 +125.08,8.100000381469727,2498.0,0.008751860819756985,0.1143391951918602,0.0,1.831529140472412,2.118865728378296,-0.0101530272513628,0.002485113451257348,0.26794034242630005,0.48634374141693115,0.8563821911811829,1147.0,293632.0,7481.692235607887,18792448.0 +110.5,8.399999618530273,2470.0,0.010320103727281094,0.1360677033662796,0.0,1.8009886741638184,2.1436126232147217,-0.010356118902564049,0.002472177380695939,0.2059558629989624,0.49371448159217834,0.8953272253274918,1148.0,293888.0,7488.3238945198245,18808832.0 +130.73,7.400000095367432,2605.0,0.010460328310728073,0.1414591521024704,0.0,1.8531626462936401,2.160255193710327,-0.009504878893494606,0.002460117917507887,0.31090179085731506,0.498760461807251,0.8615335077047348,1149.0,294144.0,7494.613664517878,18825216.0 +116.47,8.300000190734863,2549.0,0.010139123536646366,0.1360880583524704,0.0,1.7055634260177612,2.1387827396392822,-0.010848615318536758,0.002454774919897318,0.29826200008392334,0.4900924861431122,0.8690451234579086,1150.0,294400.0,7501.0411808639765,18841600.0 +145.4,7.400000095367432,2595.0,0.010626312345266342,0.1436564177274704,0.0,1.6823045015335083,2.133249521255493,-0.00927173625677824,0.0024567728396505117,0.2277819663286209,0.5002816319465637,0.8850612416863441,1151.0,294656.0,7507.354940096848,18857984.0 +177.11,7.0,2491.0,0.00960870087146759,0.1307373046875,0.0,1.6980352401733398,2.1545474529266357,-0.008935343474149704,0.002456777496263385,0.2710900604724884,0.4937421381473541,0.8735655844211578,1152.0,294912.0,7513.932628657902,18874368.0 +186.9,7.199999809265137,2606.0,0.011526201851665974,0.15045166015625,0.0,1.7399706840515137,2.155747175216675,-0.009678310714662075,0.002463271841406822,0.35436058044433594,0.4916355609893799,0.8446037918329239,1153.0,295168.0,7520.218893731013,18890752.0 +134.97,8.100000381469727,2596.0,0.00938932504504919,0.1343180388212204,0.0,1.69127357006073,2.1566925048828125,-0.009156993590295315,0.0024621090851724148,0.22488678991794586,0.5090039968490601,0.9033371582627296,1154.0,295424.0,7526.5303890889045,18907136.0 +103.16,7.900000095367432,2591.0,0.009922760538756847,0.13623046875,0.0,1.7337290048599243,2.106182336807251,-0.01168180163949728,0.0024695182219147682,0.3337540328502655,0.4945333003997803,0.8690426349639893,1155.0,295680.0,7532.852167089004,18923520.0 +100.41,7.699999809265137,2595.0,0.008846531622111797,0.11724853515625,0.0,1.7199980020523071,2.107680559158325,-0.010563518851995468,0.0024721932131797075,0.31036585569381714,0.48980143666267395,0.8754093572497368,1156.0,295936.0,7539.166020569857,18939904.0 +146.53,7.699999809265137,2505.0,0.010537550784647465,0.1440022736787796,0.0,1.7430648803710938,2.1189117431640625,-0.011140753515064716,0.0024818622041493654,0.3625621497631073,0.4824349582195282,0.8569543659687042,1157.0,296192.0,7545.705149492016,18956288.0 +164.18,7.5,2546.0,0.010617074556648731,0.1453450471162796,0.0,1.728988766670227,2.130070924758911,-0.007450684439390898,0.0024658485781401396,0.3280455768108368,0.49001345038414,0.8658090680837631,1158.0,296448.0,7552.141067091841,18972672.0 +178.47,6.800000190734863,2499.0,0.0091018658131361,0.1213582381606102,0.0,1.7583693265914917,2.108764410018921,-0.010286468081176281,0.0024648290127515793,0.38401636481285095,0.49486681818962097,0.8493380546569824,1159.0,296704.0,7558.697160129901,18989056.0 +158.92,7.599999904632568,2477.0,0.011078855954110622,0.1441446989774704,0.0,1.7008851766586304,2.1537973880767822,-0.009616215713322163,0.0024745368864387274,0.2639440596103668,0.4925343990325928,0.8811180889606476,1160.0,296960.0,7565.310693207895,19005440.0 +170.74,7.599999904632568,2544.0,0.010342873632907867,0.1429646760225296,0.0,1.6856549978256226,2.173755645751953,-0.00923327449709177,0.0024669277481734753,0.23326446115970612,0.49625906348228455,0.8910775110125542,1161.0,297216.0,7571.749961990863,19021824.0 +211.38,7.0,2443.0,0.00924475584179163,0.1259562224149704,0.0,1.6849807500839233,2.1803622245788574,-0.009138445369899273,0.00247957487590611,0.22343873977661133,0.49448660016059875,0.8963704034686089,1162.0,297472.0,7578.455875525018,19038208.0 +196.89,6.900000095367432,2456.0,0.008508275263011456,0.1099446639418602,0.0,1.749474048614502,2.145379066467285,-0.010912558995187283,0.0024493157397955656,0.3405750095844269,0.5175614356994629,0.8657759130001068,1163.0,297728.0,7585.125061493833,19054592.0 +122.51,8.199999809265137,2534.0,0.010046458803117275,0.1377970427274704,0.0,1.741774559020996,2.1063625812530518,-0.010300987400114536,0.002470520557835698,0.35036587715148926,0.4922601878643036,0.8623868525028229,1164.0,297984.0,7591.5899487989955,19070976.0 +144.92,8.199999809265137,2547.0,0.011767975986003876,0.1616414338350296,0.0,1.6988043785095215,2.1326096057891846,-0.009683611802756786,0.0024675829336047173,0.26333412528038025,0.4939347505569458,0.8983576968312263,1165.0,298240.0,7598.02284520492,19087360.0 +143.02,8.0,2477.0,0.01124581228941679,0.1404622346162796,0.0,1.6998425722122192,2.1691734790802,-0.01048912014812231,0.0024525937624275684,0.27754172682762146,0.4961385726928711,0.8921967148780823,1166.0,298496.0,7604.635981136933,19103744.0 +169.28,7.400000095367432,2467.0,0.010105338878929615,0.1342366486787796,0.0,1.7030173540115356,2.167239189147949,-0.007777806371450424,0.0024534976109862328,0.2577626407146454,0.5068579316139221,0.8765745386481285,1167.0,298752.0,7611.2781448739115,19120128.0 +191.48,7.599999904632568,2500.0,0.010744966566562653,0.1474405974149704,0.0,1.7138491868972778,2.1502978801727295,-0.011539204977452755,0.002451864769682288,0.2778349220752716,0.5124174952507019,0.866659939289093,1168.0,299008.0,7617.831948549021,19136512.0 +143.34,8.0,2553.0,0.009792410768568516,0.1390380859375,0.0,1.7248927354812622,2.16111159324646,-0.010231263004243374,0.002465869067236781,0.2883777618408203,0.5103586316108704,0.8338800221681595,1169.0,299264.0,7624.250118452823,19152896.0 +161.58,7.699999809265137,2486.0,0.009578249417245388,0.1349894255399704,0.0,1.734723687171936,2.160940408706665,-0.011363736353814602,0.002468749647960067,0.32998138666152954,0.498280793428421,0.8001628667116165,1170.0,299520.0,7630.840926319826,19169280.0 +96.12,7.800000190734863,2506.0,0.009444830007851124,0.1257731169462204,0.0,1.747365951538086,2.178157091140747,-0.010703310370445251,0.0024802887346595526,0.3731197118759155,0.4823322594165802,0.8123652338981628,1171.0,299776.0,7637.379218600923,19185664.0 +142.37,7.800000190734863,2470.0,0.00890331994742155,0.12030029296875,0.0,1.7084029912948608,2.1629998683929443,-0.010700538754463196,0.002480890369042754,0.3151784837245941,0.47106197476387024,0.8578603565692902,1172.0,300032.0,7644.012606320903,19202048.0 +120.96,7.900000095367432,2485.0,0.009997603483498096,0.1308797150850296,0.0,1.6875114440917969,2.16817569732666,-0.011372326873242855,0.0024681726936250925,0.2465040534734726,0.4927389323711395,0.8898286893963814,1173.0,300288.0,7650.6038852839265,19218432.0 +151.34,7.300000190734863,2503.0,0.008703893050551414,0.1067301407456398,0.0,1.7398204803466797,2.149937391281128,-0.010248502716422081,0.00245335279032588,0.35539165139198303,0.4964289963245392,0.8407247066497803,1174.0,300544.0,7657.14860116085,19234816.0 +129.68,8.100000381469727,2505.0,0.009635629132390022,0.1344401091337204,0.0,1.7055095434188843,2.14140248298645,-0.010445836931467056,0.002468356629833579,0.2662419378757477,0.5001443028450012,0.8494005501270294,1175.0,300800.0,7663.6880768518895,19251200.0 +154.41,7.699999809265137,2419.0,0.010780123062431812,0.1421712189912796,0.0,1.7293998003005981,2.1488420963287354,-0.011540521867573261,0.002466560108587146,0.326214998960495,0.4957159757614136,0.8115367889404297,1176.0,301056.0,7670.461769657908,19267584.0 +157.94,7.900000095367432,2582.0,0.009489555843174458,0.1305948942899704,0.0,1.7200905084609985,2.1740498542785645,-0.008606543764472008,0.0024777082726359367,0.29895809292793274,0.49191156029701233,0.8423011302947998,1177.0,301312.0,7676.807325439993,19283968.0 +181.96,7.699999809265137,2526.0,0.009543000720441341,0.1288655549287796,0.0,1.6936360597610474,2.1484358310699463,-0.010517098009586334,0.00248059188015759,0.23197422921657562,0.49986687302589417,0.8888129591941833,1178.0,301568.0,7683.293093923945,19300352.0 +191.43,8.100000381469727,2506.0,0.010151908732950687,0.1338094025850296,0.0,1.6835784912109375,2.1712210178375244,-0.010422325693070889,0.0024684597738087177,0.20873570442199707,0.507764995098114,0.908193826675415,1179.0,301824.0,7689.83009646181,19316736.0 +140.17,8.600000381469727,2520.0,0.011642500758171082,0.1688232421875,0.0,1.7171459197998047,2.1555843353271484,-0.011600147932767868,0.002461620606482029,0.28327831625938416,0.508284330368042,0.8948279917240143,1180.0,302080.0,7696.332602943992,19333120.0 +156.92,7.400000095367432,2505.0,0.012442371807992458,0.1611124724149704,0.0,1.704689621925354,2.158937692642212,-0.01073417067527771,0.0024584338534623384,0.3025520443916321,0.48509344458580017,0.8803806602954865,1181.0,302336.0,7702.873948429944,19349504.0 +138.96,7.599999904632568,2566.0,0.009476636536419392,0.13134765625,0.0,1.6771868467330933,2.174408197402954,-0.01064958143979311,0.0024670532438904047,0.24212336540222168,0.48379138112068176,0.8853708878159523,1182.0,302592.0,7709.258326445939,19365888.0 +150.41,8.100000381469727,2589.0,0.009506474249064922,0.13299560546875,0.0,1.6567301750183105,2.2022793292999268,-0.011228303425014019,0.0024761094246059656,0.18718719482421875,0.4877695143222809,0.8982911705970764,1183.0,302848.0,7715.586236964911,19382272.0 +160.85,8.199999809265137,2512.0,0.010518779046833515,0.1431071013212204,0.0,1.7064450979232788,2.157252073287964,-0.009738505817949772,0.002465263707563281,0.27174338698387146,0.4991351068019867,0.8716568499803543,1184.0,303104.0,7722.10900229984,19398656.0 +146.12,7.300000190734863,2577.0,0.010079232044517994,0.14013671875,0.0,1.7501311302185059,2.193227529525757,-0.010431341826915741,0.002483544172719121,0.3293761610984802,0.5072082877159119,0.8519612550735474,1185.0,303360.0,7728.465949874837,19415040.0 +118.17,8.5,2574.0,0.009568409062922001,0.133544921875,0.0,1.7066497802734375,2.1994776725769043,-0.010985258966684341,0.002483320888131857,0.2187119871377945,0.5207975506782532,0.906061202287674,1186.0,303616.0,7734.830890740035,19431424.0 +104.12,8.300000190734863,2553.0,0.010465755127370358,0.138427734375,0.0,1.700851321220398,2.216506242752075,-0.009018599055707455,0.0024735296610742807,0.23328854143619537,0.5096033215522766,0.8991072624921799,1187.0,303872.0,7741.249258297961,19447808.0 +160.4,7.300000190734863,2556.0,0.00931829959154129,0.1273600310087204,0.0,1.7209151983261108,2.1759350299835205,-0.009301699697971344,0.0024762225802987814,0.27565959095954895,0.5069120526313782,0.8849165886640549,1188.0,304128.0,7747.659518258879,19464192.0 +202.42,7.5,2506.0,0.008653516881167889,0.1189982071518898,0.0,1.731293797492981,2.1475894451141357,-0.010198630392551422,0.002478842856362462,0.32439374923706055,0.4911424219608307,0.8700754791498184,1189.0,304384.0,7754.198013494955,19480576.0 +120.99,7.699999809265137,2544.0,0.01089556235820055,0.14630126953125,0.0,1.7255712747573853,2.1357076168060303,-0.0104623818770051,0.0024839623365551233,0.30444642901420593,0.49333497881889343,0.8596815019845963,1190.0,304640.0,7760.63784734183,19496960.0 +117.85,8.199999809265137,2560.0,0.01009014155715704,0.1378987580537796,0.0,1.676262378692627,2.1544811725616455,-0.012049839831888676,0.002471544547006488,0.2255082130432129,0.4908254146575928,0.9002508297562599,1191.0,304896.0,7767.03859465383,19513344.0 +140.65,6.900000095367432,2514.0,0.010579030029475689,0.14422607421875,0.0,1.759459137916565,2.1821205615997314,-0.010010977275669575,0.002458456438034773,0.3668324947357178,0.5090146064758301,0.846651241183281,1192.0,305152.0,7773.554773374926,19529728.0 +135.25,7.199999809265137,2446.0,0.010443158447742462,0.1422526091337204,0.0,1.7418780326843262,2.173187732696533,-0.009576394222676754,0.0024902315344661474,0.32280847430229187,0.4973512589931488,0.8567918241024017,1193.0,305408.0,7780.254203886958,19546112.0 +211.61,6.5,2516.0,0.01002784539014101,0.1371256560087204,0.0,1.7892613410949707,2.208686113357544,-0.010926554910838604,0.0024838570971041918,0.41159096360206604,0.5056166052818298,0.8029389679431915,1194.0,305664.0,7786.765798559878,19562496.0 +120.43,7.800000190734863,2510.0,0.008901585824787617,0.1160074844956398,0.0,1.696170687675476,2.214790105819702,-0.008128923363983631,0.0024890268687158823,0.2474687695503235,0.48814937472343445,0.8700340390205383,1195.0,305920.0,7793.2931290259585,19578880.0 +176.29,8.0,2534.0,0.009207370691001415,0.1264445036649704,0.0,1.6842073202133179,2.2503674030303955,-0.009558998979628086,0.0025083732325583696,0.20205168426036835,0.4920229911804199,0.8927492275834084,1196.0,306176.0,7799.759276499972,19595264.0 +187.44,7.300000190734863,2535.0,0.009357970207929611,0.1210123673081398,0.0,1.7495743036270142,2.212549924850464,-0.00742943724617362,0.002504070522263646,0.3090723156929016,0.5042814612388611,0.8748600482940674,1197.0,306432.0,7806.2228178980295,19611648.0 +159.33,8.100000381469727,2501.0,0.00998753309249878,0.1389567106962204,0.0,1.7024348974227905,2.216437339782715,-0.010449200868606567,0.0024983875919133425,0.21611259877681732,0.5097163915634155,0.8973773717880249,1198.0,306688.0,7812.774137630826,19628032.0 +138.35,7.199999809265137,2529.0,0.01099588256329298,0.1401163786649704,0.0,1.7235169410705566,2.2287039756774902,-0.009026302956044674,0.002495477208867669,0.2724294364452362,0.5021163821220398,0.878110982477665,1199.0,306944.0,7819.2532446680125,19644416.0 +103.76,8.199999809265137,2577.0,0.011451908387243748,0.16156005859375,0.0,1.6847940683364868,2.1724562644958496,-0.010273243300616741,0.002466711914166808,0.30524304509162903,0.5046113133430481,0.8601657450199127,1200.0,307200.0,7825.610694707837,19660800.0 +182.49,7.199999809265137,2605.0,0.010619290173053741,0.1485188752412796,0.0,1.6684608459472656,2.21753191947937,-0.009220066480338573,0.0024645135272294283,0.2663097381591797,0.5085227489471436,0.8660486340522766,1201.0,307456.0,7831.9000540010165,19677184.0 +153.67,7.699999809265137,2505.0,0.011074350215494633,0.1526285856962204,0.0,1.658066749572754,2.1634886264801025,-0.011461897753179073,0.002458190778270364,0.2943529784679413,0.48644590377807617,0.8542050123214722,1202.0,307712.0,7838.439593432937,19693568.0 +93.68,8.300000190734863,2624.0,0.01039437297731638,0.1527506560087204,0.0,1.6495791673660278,2.1380066871643066,-0.0113374600186944,0.0024507909547537565,0.23522667586803436,0.513141930103302,0.8853862583637238,1203.0,307968.0,7844.682405392872,19709952.0 +176.69,7.300000190734863,2621.0,0.009944536723196507,0.1354573518037796,0.0,1.7394347190856934,2.19490122795105,-0.01066977996379137,0.0024681014474481344,0.4054711163043976,0.509635865688324,0.8115793317556381,1204.0,308224.0,7850.932280834997,19726336.0 +119.81,7.699999809265137,2632.0,0.009078395552933216,0.1169026717543602,0.0,1.6987959146499634,2.1938560009002686,-0.01056693121790886,0.002504663309082389,0.2770587205886841,0.5174148678779602,0.8644877225160599,1205.0,308480.0,7857.156483268831,19742720.0 +128.04,8.100000381469727,2586.0,0.008735480718314648,0.1150105819106102,0.0,1.6627830266952515,2.205958843231201,-0.010768949054181576,0.0024903372395783663,0.22095859050750732,0.5160896182060242,0.8861261606216431,1206.0,308736.0,7863.490621199831,19759104.0 +169.74,7.300000190734863,2501.0,0.00796829629689455,0.10040283203125,0.0,1.7309675216674805,2.185331106185913,-0.009719773195683956,0.0024973435793071985,0.35824480652809143,0.510681688785553,0.8286660462617874,1207.0,308992.0,7870.043331637979,19775488.0 +138.95,7.5,2492.0,0.00859446544200182,0.119384765625,0.0,1.7120823860168457,2.184997081756592,-0.011244848370552063,0.0025114298332482576,0.3472088873386383,0.4904771149158478,0.8384286910295486,1208.0,309248.0,7876.618215698982,19791872.0 +145.87,7.5,2402.0,0.008055026642978191,0.1050008162856102,0.0,1.7340831756591797,2.2135818004608154,-0.010286002419888973,0.002511584898456931,0.35560643672943115,0.5094318985939026,0.8323292583227158,1209.0,309504.0,7883.4396572308615,19808256.0 +92.65,8.399999618530273,2463.0,0.00969457533210516,0.13800048828125,0.0,1.6873873472213745,2.1978142261505127,-0.010826509445905685,0.00248593813739717,0.29174256324768066,0.50627601146698,0.8784305825829506,1210.0,309760.0,7890.090244525811,19824640.0 +140.8,7.599999904632568,2455.0,0.008723332546651363,0.1162312850356102,0.0,1.6986924409866333,2.2105164527893066,-0.0101427948102355,0.002475772285833955,0.2896217405796051,0.5244801640510559,0.8795725107192993,1211.0,310016.0,7896.764157875907,19841024.0 +174.31,7.300000190734863,2478.0,0.009087757207453251,0.12664794921875,0.0,1.68696129322052,2.2371063232421875,-0.009765596129000187,0.0024845609441399574,0.26369377970695496,0.5213319659233093,0.9010316878557205,1212.0,310272.0,7903.375863916008,19857408.0 +112.4,7.800000190734863,2435.0,0.00955281127244234,0.1286417692899704,0.0,1.6751750707626343,2.190783739089966,-0.010799568146467209,0.00247218762524426,0.297382652759552,0.49634096026420593,0.8962944224476814,1213.0,310528.0,7910.103343504947,19873792.0 +116.94,7.699999809265137,2465.0,0.010074364952743053,0.1372477263212204,0.0,1.6774338483810425,2.2299234867095947,-0.011348210275173187,0.0024567150976508856,0.30572161078453064,0.502998411655426,0.8862995207309723,1214.0,310784.0,7916.750219582813,19890176.0 +172.19,6.800000190734863,2471.0,0.00937225203961134,0.12860107421875,0.0,1.6839066743850708,2.2754950523376465,-0.00961388647556305,0.0024842931888997555,0.31089261174201965,0.492108017206192,0.889717198908329,1215.0,311040.0,7923.38177838386,19906560.0 +101.91,8.399999618530273,2572.0,0.009299875237047672,0.1266682893037796,0.0,1.6331278085708618,2.2625186443328857,-0.011113832704722881,0.0024932289961725473,0.2009580284357071,0.49381670355796814,0.9282920733094215,1216.0,311296.0,7929.75409791898,19922944.0 +196.17,6.800000190734863,2563.0,0.009116512723267078,0.1252644807100296,0.0,1.6671994924545288,2.2676141262054443,-0.012382796965539455,0.002510096412152052,0.2663741707801819,0.48836424946784973,0.8993280529975891,1217.0,311552.0,7936.145844946848,19939328.0 +197.1,6.599999904632568,2588.0,0.009236566722393036,0.124755859375,0.0,1.6958717107772827,2.2205562591552734,-0.011573173105716705,0.0024970874655991793,0.30763229727745056,0.5023828148841858,0.8777449429035187,1218.0,311808.0,7942.47561144596,19955712.0 +84.28,8.300000190734863,2534.0,0.010770436376333237,0.1468302458524704,0.0,1.6460638046264648,2.1810462474823,-0.009866016916930676,0.0024974357802420855,0.250746488571167,0.476134330034256,0.8578186333179474,1219.0,312064.0,7948.940534560941,19972096.0 +183.39,7.699999809265137,2584.0,0.010679591447114944,0.14666748046875,0.0,1.6739166975021362,2.230259656906128,-0.009805972687900066,0.0024883912410587072,0.2685619294643402,0.5021868348121643,0.8535668402910233,1220.0,312320.0,7955.279638865963,19988480.0 +161.85,7.900000095367432,2473.0,0.007884462364017963,0.1043497696518898,0.0,1.6682552099227905,2.192988157272339,-0.009514318779110909,0.002476251684129238,0.306352823972702,0.48023316264152527,0.8214744031429291,1221.0,312576.0,7961.905944478,20004864.0 +142.54,8.199999809265137,2520.0,0.008531974628567696,0.1109212264418602,0.0,1.6406354904174805,2.2073774337768555,-0.00933519471436739,0.0024694367311894894,0.25342944264411926,0.48231449723243713,0.8650262653827667,1222.0,312832.0,7968.406807153951,20021248.0 +137.64,7.900000095367432,2569.0,0.010310766287147999,0.14501953125,0.0,1.6275888681411743,2.233851909637451,-0.012762035243213177,0.0024541891179978848,0.2255016565322876,0.4950592815876007,0.8770742788910866,1223.0,313088.0,7974.783185106935,20037632.0 +192.69,7.199999809265137,2529.0,0.007541440427303314,0.0975138321518898,0.0,1.6660284996032715,2.238489866256714,-0.009958175010979176,0.002450352068990469,0.2894000709056854,0.501125693321228,0.8544696867465973,1224.0,313344.0,7981.261210025987,20054016.0 +186.34,6.900000095367432,2600.0,0.007676851470023394,0.0982869490981102,0.0,1.7686001062393188,2.1720056533813477,-0.007517597172409296,0.0024745543487370014,0.4476393759250641,0.5116316676139832,0.8159130215644836,1225.0,313600.0,7987.562922418816,20070400.0 +145.12,7.300000190734863,2602.0,0.009948124177753925,0.131591796875,0.0,1.7127012014389038,2.159785032272339,-0.011272452771663666,0.002496648347005248,0.3474632501602173,0.4981648921966553,0.8271343857049942,1226.0,313856.0,7993.859023320954,20086784.0 +96.76,8.5,2582.0,0.01076523121446371,0.1437581330537796,0.0,1.622296690940857,2.1306982040405273,-0.012958739884197712,0.0025020360480993986,0.15670080482959747,0.5025511384010315,0.9195721745491028,1227.0,314112.0,8000.203508256935,20103168.0 +137.56,8.0,2521.0,0.010305333882570267,0.1331787109375,0.0,1.6614347696304321,2.1445019245147705,-0.009909695945680141,0.0025031419936567545,0.25565579533576965,0.487275093793869,0.8773471042513847,1228.0,314368.0,8006.702278804965,20119552.0 +122.21,8.0,2577.0,0.009606601670384407,0.1214599609375,0.0,1.6578248739242554,2.114776372909546,-0.009636632166802883,0.002480084542185068,0.2258548140525818,0.5107151865959167,0.8990917056798935,1229.0,314624.0,8013.058779700892,20135936.0 +116.26,7.800000190734863,2589.0,0.009518299251794815,0.1264851838350296,0.0,1.716490626335144,2.1080429553985596,-0.009734739549458027,0.0024592301342636347,0.3395794630050659,0.5231807827949524,0.8661897480487823,1230.0,314880.0,8019.3874021638185,20152320.0 +132.89,7.599999904632568,2555.0,0.009194093756377697,0.1242268905043602,0.0,1.7206331491470337,2.1087677478790283,-0.010641079396009445,0.002460640389472246,0.36627551913261414,0.513262152671814,0.8396660089492798,1231.0,315136.0,8025.800688038813,20168704.0 +116.51,8.100000381469727,2517.0,0.010293451137840748,0.1371663361787796,0.0,1.6596912145614624,2.137742042541504,-0.0110569903627038,0.0024855760857462883,0.2364792376756668,0.5059741139411926,0.8813855573534966,1232.0,315392.0,8032.308737791842,20185088.0 +171.98,7.300000190734863,2466.0,0.01089456770569086,0.1427205353975296,0.0,1.6935750246047974,2.146543502807617,-0.009545574896037579,0.0024660308845341206,0.304924339056015,0.5137890577316284,0.864561915397644,1233.0,315648.0,8038.951221115887,20201472.0 +136.65,7.199999809265137,2587.0,0.009726892225444317,0.1319376677274704,0.0,1.7636154890060425,2.1609153747558594,-0.010308187454938889,0.002476575318723917,0.4275765120983124,0.5192062258720398,0.7874200791120529,1234.0,315904.0,8045.283133234829,20217856.0 +175.96,7.599999904632568,2498.0,0.01079189870506525,0.14453125,0.0,1.6469568014144897,2.1559486389160156,-0.011906909756362438,0.0024629016406834126,0.2390197068452835,0.5028969645500183,0.8724949657917023,1235.0,316160.0,8051.841050243005,20234240.0 +131.25,8.600000381469727,2505.0,0.010855569504201412,0.1445109099149704,0.0,1.6475611925125122,2.118619680404663,-0.011841009370982647,0.002464102581143379,0.2312862128019333,0.5067768096923828,0.8970292285084724,1236.0,316416.0,8058.380464516813,20250624.0 +120.69,7.900000095367432,2505.0,0.011383511126041412,0.1606038361787796,0.0,1.7275713682174683,2.094128370285034,-0.006944183725863695,0.0024632932618260384,0.388081818819046,0.5032598972320557,0.8307725787162781,1237.0,316672.0,8064.920947041828,20267008.0 +94.69,7.800000190734863,2510.0,0.008791227824985981,0.1121622696518898,0.0,1.71588134765625,2.09342622756958,-0.010841336101293564,0.0024685317184776068,0.37599173188209534,0.4986906051635742,0.8462309539318085,1238.0,316928.0,8071.448309999891,20283392.0 +124.14,7.599999904632568,2468.0,0.008336513303220272,0.1117146834731102,0.0,1.7772845029830933,2.129225492477417,-0.009831409901380539,0.0024931810330599546,0.4084053337574005,0.5358601808547974,0.8491298258304596,1239.0,317184.0,8078.087066467851,20299776.0 +89.83,7.800000190734863,2499.0,0.00892744492739439,0.124755859375,0.0,1.707875370979309,2.162094831466675,-0.010414727963507175,0.00248705199919641,0.3015385568141937,0.5221872329711914,0.8650626391172409,1240.0,317440.0,8084.643559126882,20316160.0 +135.12,7.900000095367432,2574.0,0.008181983605027199,0.1057535782456398,0.0,1.6644459962844849,2.1784446239471436,-0.011339937336742878,0.0024729601573199034,0.26259511709213257,0.5038231015205383,0.872633546590805,1241.0,317696.0,8091.008156377822,20332544.0 +144.38,7.400000095367432,2621.0,0.009776323102414608,0.1317138671875,0.0,1.7097512483596802,2.1455061435699463,-0.01075552124530077,0.002466961508616805,0.36295077204704285,0.5003934502601624,0.8504061251878738,1242.0,317952.0,8097.259135789005,20348928.0 +132.87,7.800000190734863,2609.0,0.009923290461301804,0.1309814453125,0.0,1.6597212553024292,2.1617231369018555,-0.011070639826357365,0.0024515080731362104,0.287495881319046,0.4949808418750763,0.8719407171010971,1243.0,318208.0,8103.539138118969,20365312.0 +153.58,7.699999809265137,2617.0,0.010745462961494923,0.1550089567899704,0.0,1.6808724403381348,2.1281604766845703,-0.010047988034784794,0.0024529779329895973,0.33922556042671204,0.48749926686286926,0.8622356802225113,1244.0,318464.0,8109.798275322886,20381696.0 +109.55,8.0,2584.0,0.010587523691356182,0.1378377228975296,0.0,1.6612401008605957,2.10760498046875,-0.010534328408539295,0.002440606476739049,0.2681254744529724,0.5116832852363586,0.8727117031812668,1245.0,318720.0,8116.137713643024,20398080.0 +141.66,8.199999809265137,2549.0,0.009288297034800053,0.1256306916475296,0.0,1.683991551399231,2.1271986961364746,-0.01059240847826004,0.00244265072979033,0.2969737648963928,0.5201960206031799,0.855601891875267,1246.0,318976.0,8122.56456463295,20414464.0 +136.17,7.900000095367432,2633.0,0.01065148413181305,0.1479288786649704,0.0,1.708359718322754,2.137923002243042,-0.010891358368098736,0.0024654262233525515,0.3504500389099121,0.5066258907318115,0.8312057256698608,1247.0,319232.0,8128.78716338682,20430848.0 +110.38,7.800000190734863,2530.0,0.012217906303703785,0.1689860075712204,0.0,1.665048599243164,2.132615804672241,-0.009814039804041386,0.0024743385147303343,0.25566938519477844,0.5054460167884827,0.8644613474607468,1248.0,319488.0,8135.26157141896,20447232.0 +123.45,7.900000095367432,2524.0,0.01111810002475977,0.13360595703125,0.0,1.7055044174194336,2.1510396003723145,-0.00821902509778738,0.0024840529076755047,0.3242478370666504,0.5058732628822327,0.8324284851551056,1249.0,319744.0,8141.751630170969,20463616.0 +117.21,7.900000095367432,2620.0,0.009024822153151035,0.12054443359375,0.0,1.8224725723266602,2.171729803085327,-0.009990603663027287,0.0024637433234602213,0.2775617837905884,0.5052418112754822,0.831907719373703,1250.0,320000.0,8148.006315809907,20480000.0 +171.29,7.900000095367432,2626.0,0.009882588870823383,0.1271769255399704,0.0,1.8426657915115356,2.1704399585723877,-0.011934096924960613,0.002465421101078391,0.33900606632232666,0.49569547176361084,0.8365865051746368,1251.0,320256.0,8154.2460850249045,20496384.0 +111.4,8.0,2500.0,0.00988402683287859,0.1364339143037796,0.0,1.8091076612472534,2.144721269607544,-0.009907050989568233,0.0024621582124382257,0.2654629945755005,0.49826815724372864,0.8763106092810631,1252.0,320512.0,8160.798601993825,20512768.0 +163.54,6.900000095367432,2608.0,0.009332161396741867,0.129150390625,0.0,1.8777416944503784,2.1680095195770264,-0.011890210211277008,0.002466305159032345,0.37541720271110535,0.5122682452201843,0.8304908275604248,1253.0,320768.0,8167.080294316867,20529152.0 +150.29,7.099999904632568,2608.0,0.010297144763171673,0.1412760466337204,0.0,1.8214765787124634,2.1670753955841064,-0.011562753468751907,0.0024714863393455744,0.2813701927661896,0.4999782145023346,0.8764220923185349,1254.0,321024.0,8173.361431063851,20545536.0 +119.84,7.099999904632568,2583.0,0.011791274882853031,0.15399169921875,0.0,1.8386268615722656,2.1599249839782715,-0.010961640626192093,0.002485021250322461,0.28846681118011475,0.5063038468360901,0.8779139369726181,1255.0,321280.0,8179.703482162906,20561920.0 +154.53,8.100000381469727,2607.0,0.009759507142007351,0.1276652067899704,0.0,1.8445329666137695,2.1767616271972656,-0.009631163440644741,0.0024952739477157593,0.26870036125183105,0.5159900188446045,0.8901044502854347,1256.0,321536.0,8185.986651705811,20578304.0 +131.3,7.400000095367432,2602.0,0.008813616819679737,0.1070149764418602,0.0,1.8627214431762695,2.1843698024749756,-0.009909353218972683,0.002472277730703354,0.36609089374542236,0.496954083442688,0.863114669919014,1257.0,321792.0,8192.283634454943,20594688.0 +138.28,7.699999809265137,2585.0,0.010764935053884983,0.1463623046875,0.0,1.8153516054153442,2.1848952770233154,-0.01150883361697197,0.0024489073548465967,0.24572153389453888,0.5232414603233337,0.8924216106534004,1258.0,322048.0,8198.626132041914,20611072.0 +119.89,7.699999809265137,2588.0,0.007817834615707397,0.1051432266831398,0.0,1.8677035570144653,2.1787548065185547,-0.009179802611470222,0.0024541085585951805,0.38657283782958984,0.4999176561832428,0.8254955410957336,1259.0,322304.0,8204.955987749854,20627456.0 +134.11,7.0,2512.0,0.00865827314555645,0.1174519881606102,0.0,1.8769992589950562,2.210686445236206,-0.008756961673498154,0.0024567998480051756,0.39845171570777893,0.5018659234046936,0.8405996859073639,1260.0,322560.0,8211.476391564822,20643840.0 +97.47,7.599999904632568,2489.0,0.009210175834596157,0.11065673828125,0.0,1.8399442434310913,2.2055160999298096,-0.011526516638696194,0.002440515672788024,0.32754436135292053,0.5111382007598877,0.8679849803447723,1261.0,322816.0,8218.058327015024,20660224.0 +118.55,8.0,2479.0,0.008901364170014858,0.1259358674287796,0.0,1.816229224205017,2.2277021408081055,-0.0127255879342556,0.0024422931019216776,0.3110714256763458,0.4960140287876129,0.8736700713634491,1262.0,323072.0,8224.666223079897,20676608.0 +112.23,8.699999809265137,2445.0,0.01163607370108366,0.1634318083524704,0.0,1.783016324043274,2.204653739929199,-0.010875540785491467,0.0024433752987533808,0.22716565430164337,0.5022169351577759,0.9056548252701759,1263.0,323328.0,8231.367610042915,20692992.0 +105.22,7.300000190734863,2560.0,0.010468665510416031,0.1413981169462204,0.0,1.8601683378219604,2.213170051574707,-0.012412428855895996,0.0024497637059539557,0.38276514410972595,0.5000092387199402,0.8516963869333267,1264.0,323584.0,8237.76673921803,20709376.0 +118.36,7.599999904632568,2500.0,0.010482254438102245,0.1380818635225296,0.0,1.8560128211975098,2.227370023727417,-0.010789000429213047,0.002456605900079012,0.31569230556488037,0.5248407125473022,0.8771155253052711,1265.0,323840.0,8244.32075123,20725760.0 +124.46,7.699999809265137,2552.0,0.008568674325942993,0.1160685196518898,0.0,1.8640165328979492,2.2329208850860596,-0.011600174009799957,0.0024652902502566576,0.3338666260242462,0.5202788710594177,0.867822989821434,1266.0,324096.0,8250.740875688847,20742144.0 +167.64,7.400000095367432,2584.0,0.009105742909014225,0.1226399764418602,0.0,1.816163182258606,2.265495538711548,-0.011379112489521503,0.0024623938370496035,0.27571430802345276,0.502818763256073,0.8663146048784256,1267.0,324352.0,8257.081588382833,20758528.0 +124.15,8.100000381469727,2596.0,0.008775394409894943,0.11962890625,0.0,1.8054591417312622,2.2627885341644287,-0.011776544153690338,0.0024708607234060764,0.2005864381790161,0.5261597037315369,0.903277076780796,1268.0,324608.0,8263.395096564898,20774912.0 +103.6,8.0,2586.0,0.009443484246730804,0.1302286833524704,0.0,1.859390139579773,2.2164804935455322,-0.011106926016509533,0.00248344917781651,0.31370118260383606,0.516058623790741,0.8360559344291687,1269.0,324864.0,8269.731066810898,20791296.0 +195.25,7.0,2505.0,0.010579727590084076,0.1353963166475296,0.0,1.9598007202148438,2.2008371353149414,-0.010819721035659313,0.0024913486558943987,0.4979076683521271,0.5200720429420471,0.7959004044532776,1270.0,325120.0,8276.271355286939,20807680.0 +102.26,8.0,2462.0,0.009971127845346928,0.1349894255399704,0.0,1.823526382446289,2.207068681716919,-0.012381874024868011,0.0025047396775335073,0.22939451038837433,0.5129785537719727,0.9043617472052574,1271.0,325376.0,8282.925911569037,20824064.0 +146.95,7.699999809265137,2493.0,0.010319633409380913,0.14404296875,0.0,1.817464828491211,2.2253756523132324,-0.011005409993231297,0.002476719208061695,0.2535375952720642,0.5074177384376526,0.9014503210783005,1272.0,325632.0,8289.498503641924,20840448.0 +171.55,7.699999809265137,2464.0,0.010899574495851994,0.1524658203125,0.0,1.8198217153549194,2.243655204772949,-0.011604848317801952,0.002470595296472311,0.2665882706642151,0.5070506930351257,0.8927352651953697,1273.0,325888.0,8296.14598508086,20856832.0 +184.95,7.5,2552.0,0.010123723186552525,0.1427205353975296,0.0,1.8315945863723755,2.2289905548095703,-0.010859660804271698,0.0024720036890357733,0.2506599426269531,0.5254301428794861,0.9101709201931953,1274.0,326144.0,8302.56593238283,20873216.0 +156.74,8.399999618530273,2589.0,0.00941390823572874,0.1231282576918602,0.0,1.8706501722335815,2.194667100906372,-0.009738976135849953,0.0024654336739331484,0.3711792230606079,0.505760133266449,0.8656346201896667,1275.0,326400.0,8308.894101653947,20889600.0 +125.28,7.800000190734863,2528.0,0.009810887277126312,0.1326497346162796,0.0,1.8467212915420532,2.214916944503784,-0.011957748793065548,0.0024745033588260412,0.32634106278419495,0.5021485090255737,0.8774613738059998,1276.0,326656.0,8315.37481692899,20905984.0 +73.36,7.699999809265137,2541.0,0.009100259281694889,0.1208089217543602,0.0,1.8289226293563843,2.203958749771118,-0.011403695680201054,0.002453426131978631,0.3025294244289398,0.506047248840332,0.8996764570474625,1277.0,326912.0,8321.821377917891,20922368.0 +131.02,7.900000095367432,2524.0,0.00838383287191391,0.1124267578125,0.0,1.8053277730941772,2.2564451694488525,-0.011644436977803707,0.002446369966492057,0.27472320199012756,0.5005366206169128,0.8991028591990471,1278.0,327168.0,8328.312611063011,20938752.0 +145.35,7.400000095367432,2566.0,0.009252835065126419,0.1309000700712204,0.0,1.830856204032898,2.249732255935669,-0.010392413474619389,0.002460106508806348,0.3107074201107025,0.4999639689922333,0.8912004083395004,1279.0,327424.0,8334.696156845894,20955136.0 +174.07,7.5,2494.0,0.010309772565960884,0.14691162109375,0.0,1.8387869596481323,2.240473508834839,-0.009081155061721802,0.002462164033204317,0.27556416392326355,0.5233389735221863,0.8800364583730698,1280.0,327680.0,8341.26549800695,20971520.0 +184.16,7.300000190734863,2437.0,0.008563539013266563,0.1051228865981102,0.0,1.8722037076950073,2.247760772705078,-0.011883447878062725,0.002500609727576375,0.32566946744918823,0.5154977440834045,0.8299037516117096,1281.0,327936.0,8347.98908068589,20987904.0 +134.57,8.100000381469727,2475.0,0.009918817318975925,0.1355183869600296,0.0,1.880719780921936,2.236321210861206,-0.013113312423229218,0.0024896778631955385,0.2883130609989166,0.5496319532394409,0.869344562292099,1282.0,328192.0,8354.608982831938,21004288.0 +189.22,7.400000095367432,2528.0,0.01010215375572443,0.1338297575712204,0.0,1.8650161027908325,2.2326719760894775,-0.01294050831347704,0.0024763208348304033,0.28141459822654724,0.5436888337135315,0.8915882334113121,1283.0,328448.0,8361.088481783867,21020672.0 +131.8,7.800000190734863,2548.0,0.010221016593277454,0.1326904296875,0.0,1.8424663543701172,2.181985855102539,-0.01230063010007143,0.0024771993048489094,0.2923840582370758,0.5136986970901489,0.9009861648082733,1284.0,328704.0,8367.51979299495,21037056.0 +146.95,7.900000095367432,2435.0,0.00841216929256916,0.1121419295668602,0.0,1.8457317352294922,2.1987907886505127,-0.01117717009037733,0.0024537197314202785,0.33111342787742615,0.5081679821014404,0.8939079716801643,1285.0,328960.0,8374.249233070994,21053440.0 +162.17,7.400000095367432,2509.0,0.009449097327888012,0.1351114958524704,0.0,1.8051962852478027,2.207284450531006,-0.011658933945000172,0.0024452796205878258,0.27295759320259094,0.5013594627380371,0.9055417329072952,1286.0,329216.0,8380.778258641018,21069824.0 +117.11,7.800000190734863,2595.0,0.010476280935108662,0.1293741911649704,0.0,1.8000582456588745,2.199021100997925,-0.010390129871666431,0.002458512084558606,0.25456365942955017,0.4974846839904785,0.9003492370247841,1287.0,329472.0,8387.092327669961,21086208.0 +129.03,7.699999809265137,2529.0,0.010683916509151459,0.1479899138212204,0.0,1.7529538869857788,2.221592426300049,-0.01011752337217331,0.0024567574728280306,0.1544373482465744,0.5013106465339661,0.9263204038143158,1288.0,329728.0,8393.57125013601,21102592.0 +166.59,7.300000190734863,2627.0,0.0110493004322052,0.1531982421875,0.0,1.8203884363174438,2.223402976989746,-0.009013242088258266,0.002468200633302331,0.22458291053771973,0.5272613167762756,0.8914053961634636,1289.0,329984.0,8399.808826720808,21118976.0 +177.56,8.100000381469727,2616.0,0.008754288777709007,0.111083984375,0.0,1.8756977319717407,2.2388031482696533,-0.00979295838624239,0.0024840279947966337,0.34421882033348083,0.5157271027565002,0.8534899652004242,1290.0,330240.0,8406.07245945395,21135360.0 +152.69,7.300000190734863,2572.0,0.008063378743827343,0.1017659530043602,0.0,1.8134678602218628,2.265421152114868,-0.0106407655403018,0.0024516175035387278,0.29280126094818115,0.4960769712924957,0.8807253763079643,1291.0,330496.0,8412.443662585923,21151744.0 +160.87,7.300000190734863,2535.0,0.009903904050588608,0.1332804411649704,0.0,1.8224455118179321,2.2676804065704346,-0.012495472095906734,0.0024434933438897133,0.2820633053779602,0.5165686011314392,0.8804353475570679,1292.0,330752.0,8418.907485949807,21168128.0 +157.2,7.800000190734863,2594.0,0.009713657200336456,0.1270751953125,0.0,1.8056888580322266,2.2139878273010254,-0.010763183236122131,0.0024435913655906916,0.26889774203300476,0.5039187073707581,0.9040376618504524,1293.0,331008.0,8425.223907192936,21184512.0 +112.16,8.0,2574.0,0.008041136898100376,0.1044514998793602,0.0,1.8215279579162598,2.189204454421997,-0.010433814488351345,0.002451228676363826,0.29533180594444275,0.502170741558075,0.8820483013987541,1294.0,331264.0,8431.58983295993,21200896.0 +130.62,7.599999904632568,2588.0,0.008465062826871872,0.1110026016831398,0.0,1.8344779014587402,2.198660135269165,-0.010323910973966122,0.0024659784976392984,0.3302098214626312,0.49023446440696716,0.8711894899606705,1295.0,331520.0,8437.9204639229,21217280.0 +119.4,8.300000190734863,2572.0,0.009967213496565819,0.1337076872587204,0.0,1.7999987602233887,2.188615083694458,-0.01311324443668127,0.0024565544445067644,0.2494344562292099,0.5036527514457703,0.9075944647192955,1296.0,331776.0,8444.290457444964,21233664.0 +105.18,8.100000381469727,2583.0,0.008422492071986198,0.10565185546875,0.0,1.8390666246414185,2.186666965484619,-0.010051264427602291,0.0024345549754798412,0.30238690972328186,0.5242833495140076,0.8994636684656143,1297.0,332032.0,8450.633114245022,21250048.0 +158.26,7.199999809265137,2592.0,0.008615669794380665,0.1155802384018898,0.0,1.8087749481201172,2.1853420734405518,-0.01024943869560957,0.002448266139253974,0.27217260003089905,0.5022376179695129,0.9141434505581856,1298.0,332288.0,8456.954375270987,21266432.0 +184.65,7.0,2494.0,0.009111338295042515,0.1170857772231102,0.0,1.8176695108413696,2.223374605178833,-0.01251764502376318,0.002435640199109912,0.27285757660865784,0.5198935866355896,0.9038471058011055,1299.0,332544.0,8463.523475032998,21282816.0 +212.58,7.0,2482.0,0.009069566614925861,0.1220499649643898,0.0,1.6215823888778687,2.23044753074646,-0.01131465658545494,0.0024439797271043062,0.2735474407672882,0.5133561491966248,0.9073034599423409,1300.0,332800.0,8470.123589770868,21299200.0 +144.41,7.800000190734863,2522.0,0.008452252484858036,0.1134033203125,0.0,1.6161190271377563,2.195096254348755,-0.010711426846683025,0.00244320509955287,0.21637773513793945,0.539074718952179,0.9259568601846695,1301.0,333056.0,8476.61921189283,21315584.0 +135.12,8.0,2539.0,0.009688999503850937,0.1337483674287796,0.0,1.615554928779602,2.1813933849334717,-0.01173947099596262,0.0024532501120120287,0.22375579178333282,0.5302100777626038,0.9249455854296684,1302.0,333312.0,8483.071136470884,21331968.0 +159.49,7.300000190734863,2538.0,0.009257159195840359,0.1249796524643898,0.0,1.6450082063674927,2.190140962600708,-0.00928157102316618,0.0024638439062982798,0.31726551055908203,0.5024305582046509,0.8909066766500473,1303.0,333568.0,8489.525535974884,21348352.0 +112.85,8.0,2484.0,0.008310959674417973,0.10205078125,0.0,1.6433054208755493,2.1550183296203613,-0.011857621371746063,0.0024723231326788664,0.30004531145095825,0.5086276531219482,0.9039976894855499,1304.0,333824.0,8496.122175044846,21364736.0 +144.23,8.100000381469727,2526.0,0.00945123378187418,0.1230875626206398,0.0,1.6337343454360962,2.18083119392395,-0.011111258529126644,0.002495349384844303,0.2728191614151001,0.501176118850708,0.9054897874593735,1305.0,334080.0,8502.60729198996,21381120.0 +154.7,7.699999809265137,2510.0,0.011655471287667751,0.15655517578125,0.0,1.6084370613098145,2.205435276031494,-0.012503072619438171,0.002486321609467268,0.2119937390089035,0.5134080648422241,0.9231982082128525,1306.0,334336.0,8509.134824318811,21397504.0 +164.2,7.900000095367432,2584.0,0.0102166086435318,0.1439615935087204,0.0,1.609146237373352,2.1856815814971924,-0.011124941520392895,0.0024799916427582502,0.19843947887420654,0.5233278274536133,0.9301675781607628,1307.0,334592.0,8515.477332175942,21413888.0 +117.54,7.599999904632568,2533.0,0.011105223558843136,0.15118408203125,0.0,1.6567944288253784,2.177070379257202,-0.011587177403271198,0.002454874338582158,0.34725287556648254,0.5057352185249329,0.8795229643583298,1308.0,334848.0,8521.945373881841,21430272.0 +150.73,7.300000190734863,2436.0,0.010441473685204983,0.13580322265625,0.0,1.6208957433700562,2.179511308670044,-0.01277876365929842,0.0024417887907475233,0.28720518946647644,0.5069538354873657,0.8941262885928154,1309.0,335104.0,8528.671904295916,21446656.0 +135.11,7.300000190734863,2444.0,0.010095351375639439,0.1360066682100296,0.0,1.6519523859024048,2.174612283706665,-0.013159580528736115,0.002441596006974578,0.34965038299560547,0.5072396397590637,0.8340993374586105,1310.0,335360.0,8535.374944852898,21463040.0 +144.76,7.5,2581.0,0.011433430016040802,0.1435953825712204,0.0,1.628275752067566,2.1382486820220947,-0.012671115808188915,0.0024509045761078596,0.27882254123687744,0.5150254964828491,0.8694802671670914,1311.0,335616.0,8541.723551747855,21479424.0 +125.75,8.5,2596.0,0.01102406159043312,0.1522623747587204,0.0,1.5867491960525513,2.1759307384490967,-0.011926763691008091,0.0024548799265176058,0.208710178732872,0.5052233338356018,0.8975802585482597,1312.0,335872.0,8548.035512618022,21495808.0 +131.23,7.699999809265137,2572.0,0.009253031574189663,0.11749267578125,0.0,1.6026076078414917,2.1959798336029053,-0.010800231248140335,0.002449736697599292,0.2184200882911682,0.519311785697937,0.8969468548893929,1313.0,336128.0,8554.404634031933,21512192.0 +158.84,7.400000095367432,2573.0,0.010652505792677402,0.143798828125,0.0,1.5830358266830444,2.2221758365631104,-0.009599174372851849,0.0024414388462901115,0.1879330277442932,0.5174407362937927,0.9128815531730652,1314.0,336384.0,8560.77085858793,21528576.0 +146.95,7.800000190734863,2489.0,0.00892720278352499,0.1127726212143898,0.0,1.6112059354782104,2.1745522022247314,-0.011504143476486206,0.002451305277645588,0.2370123714208603,0.5182899236679077,0.9139174669981003,1315.0,336640.0,8567.35213140794,21544960.0 +171.32,7.599999904632568,2612.0,0.011698541231453419,0.1629842072725296,0.0,1.6618095636367798,2.1776435375213623,-0.009183383546769619,0.0024513122625648975,0.35303351283073425,0.5072041749954224,0.8754700645804405,1316.0,336896.0,8573.623792927014,21561344.0 +186.21,7.199999809265137,2602.0,0.010900493711233139,0.1402994841337204,0.0,1.6576546430587769,2.178112745285034,-0.013040629215538502,0.0024631351698189974,0.31813445687294006,0.5208998322486877,0.896735705435276,1317.0,337152.0,8579.91911416687,21577728.0 +118.37,8.300000190734863,2486.0,0.010631556622684002,0.1347452849149704,0.0,1.5613170862197876,2.203016757965088,-0.011975289322435856,0.0024575733114033937,0.15703542530536652,0.504704475402832,0.9422968924045563,1318.0,337408.0,8586.508448154898,21594112.0 +158.63,7.800000190734863,2582.0,0.009295357391238213,0.1258341521024704,0.0,1.590011477470398,2.211984872817993,-0.010733065195381641,0.0024412854108959436,0.205879345536232,0.5164139866828918,0.9195737466216087,1319.0,337664.0,8592.854492286919,21610496.0 +194.84,7.800000190734863,2520.0,0.011675150133669376,0.1524251252412796,0.0,1.5622416734695435,2.218576669692993,-0.012468263506889343,0.0024364024866372347,0.1532815843820572,0.5192328691482544,0.9394731558859348,1320.0,337920.0,8599.356745296856,21626880.0 +190.63,7.0,2450.0,0.008562265895307064,0.110107421875,0.0,1.6469531059265137,2.219160318374634,-0.010781760327517986,0.0024576794821769,0.3381965458393097,0.497821182012558,0.8691473603248596,1321.0,338176.0,8606.044043028029,21643264.0 +157.95,7.400000095367432,2474.0,0.010070348158478737,0.1330973356962204,0.0,1.678116798400879,2.175863742828369,-0.013118318282067776,0.00247998652048409,0.3573625981807709,0.5135064721107483,0.8787219375371933,1322.0,338432.0,8612.667626212817,21659648.0 +108.45,8.600000381469727,2524.0,0.009835577569901943,0.12677001953125,0.0,1.5777802467346191,2.1916744709014893,-0.014895272441208363,0.0024849800392985344,0.14535312354564667,0.5196992754936218,0.9467196241021156,1323.0,338688.0,8619.158986339811,21676032.0 +99.68,8.100000381469727,2507.0,0.010700681246817112,0.1446126252412796,0.0,1.648563027381897,2.184643507003784,-0.010563512332737446,0.002468378283083439,0.29567286372184753,0.5179668664932251,0.90315742790699,1324.0,338944.0,8625.694893985987,21692416.0 +167.02,7.5,2551.0,0.01078692078590393,0.1431477814912796,0.0,1.6331191062927246,2.2007505893707275,-0.010883969254791737,0.0024612320121377707,0.2821306884288788,0.5121787190437317,0.9074116870760918,1325.0,339200.0,8632.116282848874,21708800.0 +174.08,7.599999904632568,2586.0,0.00891322735697031,0.1190999373793602,0.0,1.6364145278930664,2.211240291595459,-0.010028413496911526,0.0024633926805108786,0.2644348442554474,0.5241182446479797,0.908033087849617,1326.0,339456.0,8638.452377510956,21725184.0 +139.22,7.800000190734863,2474.0,0.010376479476690292,0.1390584260225296,0.0,1.626095175743103,2.2241384983062744,-0.012102202512323856,0.00245401868596673,0.28384774923324585,0.5084365010261536,0.8993019610643387,1327.0,339712.0,8645.074056525016,21741568.0 +149.3,7.300000190734863,2590.0,0.009927845560014248,0.1283976286649704,0.0,1.6744208335876465,2.219449043273926,-0.011679720133543015,0.002481625182554126,0.34304964542388916,0.5154961943626404,0.8889943957328796,1328.0,339968.0,8651.400220983895,21757952.0 +107.42,8.399999618530273,2599.0,0.009381751529872417,0.1267293244600296,0.0,1.6382145881652832,2.1876068115234375,-0.011188366450369358,0.0024853437207639217,0.26765626668930054,0.5144148468971252,0.9124443605542183,1329.0,340224.0,8657.704591671936,21774336.0 +107.7,8.300000190734863,2524.0,0.01052166149020195,0.13916015625,0.0,1.612880825996399,2.1722960472106934,-0.011874656192958355,0.002446055179461837,0.23115669190883636,0.5265725255012512,0.9264912083745003,1330.0,340480.0,8664.196764072869,21790720.0 +179.74,7.199999809265137,2607.0,0.00884940568357706,0.1144612655043602,0.0,1.64688241481781,2.1634528636932373,-0.010597185231745243,0.0024437170941382647,0.29903754591941833,0.5262506604194641,0.9089220985770226,1331.0,340736.0,8670.480716614984,21807104.0 +203.96,7.5,2471.0,0.00928946677595377,0.12701416015625,0.0,1.5969252586364746,2.1849608421325684,-0.010879508219659328,0.002438065130263567,0.20034454762935638,0.5289465188980103,0.9324248358607292,1332.0,340992.0,8677.110528753838,21823488.0 +159.42,7.900000095367432,2452.0,0.010519496165215969,0.1306559294462204,0.0,1.598221778869629,2.1523733139038086,-0.011941050179302692,0.0024513083044439554,0.22534887492656708,0.5103595852851868,0.918744333088398,1333.0,341248.0,8683.792549550999,21839872.0 +200.91,7.0,2491.0,0.010018049739301205,0.1383870393037796,0.0,1.5900115966796875,2.170494318008423,-0.011456108652055264,0.0024418991524726152,0.2203337550163269,0.50819993019104,0.9142235592007637,1334.0,341504.0,8690.370343799936,21856256.0 +153.83,7.5,2469.0,0.008693122304975986,0.1122233048081398,0.0,1.6346732378005981,2.166853189468384,-0.011338724754750729,0.0024370450992137194,0.32425224781036377,0.50211101770401,0.8856762498617172,1335.0,341760.0,8697.006353565957,21872640.0 +173.19,6.900000095367432,2528.0,0.011041662655770779,0.1421305388212204,0.0,1.633108139038086,2.19956374168396,-0.010667609982192516,0.0024473995435982943,0.31123846769332886,0.5021885633468628,0.8865467980504036,1336.0,342016.0,8703.486134764971,21889024.0 +180.01,6.800000190734863,2615.0,0.010084251873195171,0.1376749724149704,0.0,1.5752068758010864,2.2483036518096924,-0.010570320300757885,0.0024515092372894287,0.20343796908855438,0.4960069954395294,0.9173196852207184,1337.0,342272.0,8709.750672071008,21905408.0 +134.74,7.400000095367432,2558.0,0.009680814109742641,0.1230265274643898,0.0,1.6331701278686523,2.221524477005005,-0.009448316879570484,0.0024705161340534687,0.2901597321033478,0.5016036033630371,0.8972084298729897,1338.0,342528.0,8716.155634332914,21921792.0 +194.93,7.099999904632568,2546.0,0.011017843149602413,0.1531779021024704,0.0,1.6253103017807007,2.211744546890259,-0.012874335050582886,0.0024666357785463333,0.26300248503685,0.5138828158378601,0.8867410197854042,1339.0,342784.0,8722.591117889853,21938176.0 +177.92,7.5,2442.0,0.01159986387938261,0.1550089567899704,0.0,1.65625,2.1794145107269287,-0.011860467493534088,0.0024747552815824747,0.3519439399242401,0.49283120036125183,0.8538611978292465,1340.0,343040.0,8729.300707818009,21954560.0 +97.95,7.800000190734863,2523.0,0.009398721158504486,0.1201171875,0.0,1.662957787513733,2.113105535507202,-0.011955213733017445,0.0024432444479316473,0.34663090109825134,0.5186388492584229,0.8805810660123825,1341.0,343296.0,8735.794887214899,21970944.0 +126.3,7.5,2504.0,0.011393587104976177,0.1447346955537796,0.0,1.6371971368789673,2.146656036376953,-0.012985828332602978,0.0024268757551908493,0.2971790134906769,0.5272021293640137,0.8900466337800026,1342.0,343552.0,8742.337584698806,21987328.0 +152.07,7.5,2496.0,0.011115568690001965,0.15032958984375,0.0,1.6389271020889282,2.140125036239624,-0.012314301915466785,0.0024370041210204363,0.3033231794834137,0.5197619795799255,0.8863483667373657,1343.0,343808.0,8748.902233321918,22003712.0 +161.53,7.800000190734863,2478.0,0.009379683993756771,0.1267496794462204,0.0,1.5886698961257935,2.1891825199127197,-0.013346304185688496,0.002438091207295656,0.1767810732126236,0.53583163022995,0.9262430369853973,1344.0,344064.0,8755.513268037932,22020096.0 +191.41,7.199999809265137,2461.0,0.010346329770982265,0.13232421875,0.0,1.626792550086975,2.209955930709839,-0.011238064616918564,0.0024524845648556948,0.2523452639579773,0.5268521308898926,0.8997364491224289,1345.0,344320.0,8762.17070566793,22036480.0 +151.44,7.400000095367432,2476.0,0.008897144347429276,0.1157023087143898,0.0,1.6507415771484375,2.187131643295288,-0.008883200585842133,0.002462787553668022,0.27321359515190125,0.5341940522193909,0.893721915781498,1346.0,344576.0,8768.787575880997,22052864.0 +162.82,6.800000190734863,2441.0,0.010442779399454594,0.13720703125,0.0,1.679734230041504,2.181347131729126,-0.013451628386974335,0.0024716604966670275,0.3697334825992584,0.5128927230834961,0.8679559826850891,1347.0,344832.0,8775.499395156978,22069248.0 +99.32,8.600000381469727,2495.0,0.01041617151349783,0.13629150390625,0.0,1.6706568002700806,2.1504433155059814,-0.011705958284437656,0.002477342030033469,0.35249820351600647,0.5071783661842346,0.8808116093277931,1348.0,345088.0,8782.064321077894,22085632.0 +123.01,7.800000190734863,2456.0,0.011204217560589314,0.1498006135225296,0.0,1.6279369592666626,2.183314085006714,-0.01168585941195488,0.0024834424257278442,0.24146074056625366,0.5191078782081604,0.9069837033748627,1349.0,345344.0,8788.735400687903,22102016.0 +121.15,8.399999618530273,2568.0,0.011602181941270828,0.1478068083524704,0.0,1.8364806175231934,2.172753095626831,-0.010852391831576824,0.0025143881794065237,0.23274695873260498,0.5404338836669922,0.9083799347281456,1350.0,345600.0,8795.116119161015,22118400.0 +158.29,8.0,2586.0,0.009177631698548794,0.1134440079331398,0.0,1.828318476676941,2.166658401489258,-0.010516662150621414,0.002479787450283766,0.27901142835617065,0.525230348110199,0.8817432448267937,1351.0,345856.0,8801.45312519488,22134784.0 +136.21,7.699999809265137,2479.0,0.007929307408630848,0.1061197891831398,0.0,1.8780449628829956,2.154327154159546,-0.008765247650444508,0.0025156193878501654,0.36589011549949646,0.5118399262428284,0.8561324328184128,1352.0,346112.0,8808.061507637845,22151168.0 +147.21,7.300000190734863,2507.0,0.010448993183672428,0.143798828125,0.0,1.8374300003051758,2.1977040767669678,-0.010506273247301579,0.0025024062488228083,0.28185978531837463,0.5221132636070251,0.8901761472225189,1353.0,346368.0,8814.595833371859,22167552.0 +158.28,7.199999809265137,2534.0,0.009602603502571583,0.1240234375,0.0,1.832804560661316,2.2324795722961426,-0.011946865357458591,0.0024700022768229246,0.3419824540615082,0.5045727491378784,0.8715430498123169,1354.0,346624.0,8821.060952481814,22183936.0 +145.13,7.800000190734863,2465.0,0.010251638479530811,0.1339925080537796,0.0,1.7989506721496582,2.246582508087158,-0.008523555472493172,0.0024801266845315695,0.26741883158683777,0.49966028332710266,0.9023830443620682,1355.0,346880.0,8827.70780940284,22200320.0 +141.37,7.699999809265137,2498.0,0.0122514134272933,0.1590983122587204,0.0,1.8195198774337769,2.241994619369507,-0.010788299143314362,0.0024563211482018232,0.31949663162231445,0.5082287192344666,0.8934346809983253,1356.0,347136.0,8834.267155242851,22216704.0 +142.18,7.599999904632568,2460.0,0.011804618872702122,0.142333984375,0.0,1.8057035207748413,2.214141607284546,-0.01266242191195488,0.0024452132638543844,0.28698310256004333,0.5179221630096436,0.906017854809761,1357.0,347392.0,8840.926942551974,22233088.0 +103.15,8.100000381469727,2500.0,0.009464667178690434,0.1240437850356102,0.0,1.7693017721176147,2.2138116359710693,-0.011222769506275654,0.0024467655457556248,0.22120429575443268,0.5120636224746704,0.9261661171913147,1358.0,347648.0,8847.478891236009,22249472.0 +102.95,8.100000381469727,2430.0,0.010865241289138794,0.13751220703125,0.0,1.7872499227523804,2.2204999923706055,-0.012172759510576725,0.0024522056337445974,0.2171201854944229,0.5308892726898193,0.9171343296766281,1359.0,347904.0,8854.222953261808,22265856.0 +151.62,7.599999904632568,2511.0,0.010147236287593842,0.1328328400850296,0.0,1.827908992767334,2.1940534114837646,-0.011674136854708195,0.0024634262081235647,0.2831858992576599,0.532318651676178,0.8939752653241158,1360.0,348160.0,8860.74860212789,22282240.0 +97.41,8.399999618530273,2578.0,0.00907983910292387,0.1224161759018898,0.0,1.8817267417907715,2.136420726776123,-0.011493300087749958,0.0024759958032518625,0.40902674198150635,0.5159209966659546,0.8580310344696045,1361.0,348416.0,8867.10430697794,22298624.0 +90.14,7.699999809265137,2464.0,0.008307776413857937,0.1102498397231102,0.0,1.838614821434021,2.1362617015838623,-0.013237756676971912,0.002490108599886298,0.30932581424713135,0.51756352186203,0.8823564127087593,1362.0,348672.0,8873.754065926885,22315008.0 +103.12,8.399999618530273,2541.0,0.009456952102482319,0.1244099959731102,0.0,1.800857663154602,2.1781463623046875,-0.010196763090789318,0.002473886124789715,0.2305096983909607,0.5246782898902893,0.8967243805527687,1363.0,348928.0,8880.200919043971,22331392.0 +126.97,7.400000095367432,2533.0,0.009446593932807446,0.1137288436293602,0.0,1.831480860710144,2.1788108348846436,-0.012300935573875904,0.002454766072332859,0.3335636854171753,0.5149636268615723,0.8840535953640938,1364.0,349184.0,8886.66823698394,22347776.0 +138.24,7.800000190734863,2545.0,0.010469063185155392,0.1358235627412796,0.0,1.870445728302002,2.1812782287597656,-0.012868770398199558,0.002451700624078512,0.38455870747566223,0.530916690826416,0.8667926788330078,1365.0,349440.0,8893.106574538862,22364160.0 +142.15,7.699999809265137,2617.0,0.008916371501982212,0.11627197265625,0.0,1.8221650123596191,2.2403459548950195,-0.010290970094501972,0.0024506710469722748,0.3037814795970917,0.5212990045547485,0.8862339928746223,1366.0,349696.0,8899.366985868895,22380544.0 +154.63,7.400000095367432,2461.0,0.008707994595170021,0.1160685196518898,0.0,1.7875089645385742,2.1982038021087646,-0.012273892760276794,0.002449061255902052,0.2425530105829239,0.519559919834137,0.9121030643582344,1367.0,349952.0,8906.023530851817,22396928.0 +153.49,7.800000190734863,2486.0,0.008541182614862919,0.1153157576918602,0.0,1.7597614526748657,2.1855034828186035,-0.01100193988531828,0.002445564139634371,0.18753661215305328,0.5196281671524048,0.9182493835687637,1368.0,350208.0,8912.617038259981,22413312.0 +162.54,7.900000095367432,2607.0,0.010926392860710621,0.1572062224149704,0.0,1.8066291809082031,2.177455186843872,-0.00999955739825964,0.002436452079564333,0.28894147276878357,0.5191403031349182,0.8564247041940689,1369.0,350464.0,8918.901831481839,22429696.0 +87.32,8.0,2613.0,0.009305634535849094,0.1224161759018898,0.0,1.8501378297805786,2.171487331390381,-0.009379683993756771,0.0024432993959635496,0.36665043234825134,0.5197935104370117,0.8380984216928482,1370.0,350720.0,8925.171928219032,22446080.0 +135.72,7.400000095367432,2581.0,0.009415131993591785,0.1229451522231102,0.0,1.856117844581604,2.1779773235321045,-0.008314513601362705,0.0024489418137818575,0.36227694153785706,0.5243225693702698,0.8548387885093689,1371.0,350976.0,8931.51916493685,22462464.0 +106.03,8.100000381469727,2589.0,0.009146474301815033,0.1164957657456398,0.0,1.8456406593322754,2.153289556503296,-0.012034011073410511,0.0024492675438523293,0.34379491209983826,0.5264537930488586,0.8637488782405853,1372.0,351232.0,8937.847949116956,22478848.0 +166.58,7.699999809265137,2598.0,0.009533701464533806,0.1349690705537796,0.0,1.8367791175842285,2.1685941219329834,-0.010871377773582935,0.002448618644848466,0.3124258816242218,0.5327405333518982,0.8819025307893753,1373.0,351488.0,8944.153546046931,22495232.0 +133.01,7.900000095367432,2588.0,0.009920175187289715,0.13543701171875,0.0,1.783618450164795,2.1847174167633057,-0.01183126587420702,0.0024432556238025427,0.22268672287464142,0.528067946434021,0.9150407090783119,1374.0,351744.0,8950.484445649898,22511616.0 +102.55,7.800000190734863,2575.0,0.00951672438532114,0.1314697265625,0.0,1.876881718635559,2.1609766483306885,-0.010659095831215382,0.0024596850853413343,0.39834555983543396,0.5239809155464172,0.8534706979990005,1375.0,352000.0,8956.847865418997,22528000.0 +107.86,8.0,2480.0,0.010188082233071327,0.1382853239774704,0.0,1.8118716478347778,2.1911520957946777,-0.011089433915913105,0.0024629400577396154,0.24075911939144135,0.537240743637085,0.9069820120930672,1376.0,352256.0,8963.45367874694,22544384.0 +169.02,7.300000190734863,2466.0,0.009716074913740158,0.1308797150850296,0.0,1.8649845123291016,2.197906255722046,-0.009975213557481766,0.0024601861368864775,0.3728955090045929,0.5242565274238586,0.8684791624546051,1377.0,352512.0,8970.09630380082,22560768.0 +121.07,8.0,2506.0,0.007569689769297838,0.09844970703125,0.0,1.7938493490219116,2.202901601791382,-0.011172697879374027,0.002463556593284011,0.24648171663284302,0.5157194137573242,0.9055842533707619,1378.0,352768.0,8976.632866128813,22577152.0 +124.71,8.100000381469727,2553.0,0.008225273340940475,0.1114705428481102,0.0,1.772109866142273,2.219738721847534,-0.011578213423490524,0.002441784366965294,0.23218435049057007,0.5122290849685669,0.8987223729491234,1379.0,353024.0,8983.049448004924,22593536.0 +181.85,7.0,2580.0,0.009054427966475487,0.112060546875,0.0,1.7989574670791626,2.222695827484131,-0.011948228813707829,0.0024585553910583258,0.27168890833854675,0.5115306973457336,0.8718324899673462,1380.0,353280.0,8989.399293332826,22609920.0 +150.59,7.099999904632568,2521.0,0.008691991679370403,0.1138712540268898,0.0,1.8574646711349487,2.16943621635437,-0.010272921063005924,0.002442538272589445,0.35260069370269775,0.5357884764671326,0.8362066000699997,1381.0,353536.0,8995.89870992885,22626304.0 +153.12,6.900000095367432,2462.0,0.008546837605535984,0.1102498397231102,0.0,1.8815487623214722,2.152679443359375,-0.010645679198205471,0.0024706698022782803,0.38920339941978455,0.5278646945953369,0.8382778316736221,1382.0,353792.0,9002.55309101683,22642688.0 +126.12,7.599999904632568,2456.0,0.009996243752539158,0.1311238557100296,0.0,1.8217474222183228,2.1649065017700195,-0.011072591878473759,0.0024676788598299026,0.2674623131752014,0.5310196280479431,0.8920579478144646,1383.0,354048.0,9009.223606434884,22659072.0 +126.91,8.0,2490.0,0.010911691933870316,0.1294759064912796,0.0,1.8615449666976929,2.1360976696014404,-0.010359597392380238,0.002453382359817624,0.36061275005340576,0.5301896929740906,0.8628893345594406,1384.0,354304.0,9015.803839200875,22675456.0 +116.7,8.0,2454.0,0.009010320529341698,0.1180419921875,0.0,1.9139074087142944,2.115225076675415,-0.009196793660521507,0.0024699957575649023,0.43441298604011536,0.5363350510597229,0.8560869097709656,1385.0,354560.0,9022.478657901986,22691840.0 +96.03,8.199999809265137,2571.0,0.00895620696246624,0.11602783203125,0.0,1.8719425201416016,2.1317191123962402,-0.012105434201657772,0.002468227641656995,0.39919984340667725,0.5153889060020447,0.8687845021486282,1386.0,354816.0,9028.850954108872,22708224.0 +73.25,8.699999809265137,2479.0,0.009356687776744366,0.1267293244600296,0.0,1.8324912786483765,2.124727964401245,-0.012620937079191208,0.0024743196554481983,0.298088401556015,0.5241890549659729,0.8840375989675522,1387.0,355072.0,9035.459855378838,22724608.0 +82.78,8.300000190734863,2466.0,0.010855293832719326,0.1507771760225296,0.0,1.8019992113113403,2.1347157955169678,-0.012217655777931213,0.0024471827782690525,0.2720639109611511,0.5195184350013733,0.8937189653515816,1388.0,355328.0,9042.103929708945,22740992.0 +134.37,8.5,2535.0,0.009275986813008785,0.1226603165268898,0.0,1.7862635850906372,2.1377995014190674,-0.011052172631025314,0.002452341141179204,0.26050207018852234,0.5055654644966125,0.9010095745325089,1389.0,355584.0,9048.56720125489,22757376.0 +106.67,8.399999618530273,2515.0,0.010821984149515629,0.1462605744600296,0.0,1.7908424139022827,2.144129991531372,-0.012766244821250439,0.0024421766865998507,0.2728106677532196,0.5108546018600464,0.8746004849672318,1390.0,355840.0,9055.082504608901,22773760.0 +153.11,8.0,2568.0,0.009459313936531544,0.1345011442899704,0.0,1.778840184211731,2.1988396644592285,-0.00925764162093401,0.0024430875200778246,0.19467271864414215,0.535122811794281,0.9119552597403526,1391.0,356096.0,9061.461085567018,22790144.0 +140.79,8.0,2598.0,0.008507921360433102,0.1180419921875,0.0,1.8209123611450195,2.1695101261138916,-0.010301228612661362,0.0024739347863942385,0.2540011405944824,0.5331947207450867,0.8978104516863823,1392.0,356352.0,9067.767457460985,22806528.0 +118.93,7.900000095367432,2535.0,0.009224604815244675,0.1214192733168602,0.0,1.820189356803894,2.192516326904297,-0.01167672872543335,0.0024838573299348354,0.27465584874153137,0.5185466408729553,0.8866756856441498,1393.0,356608.0,9074.230156898964,22822912.0 +165.05,7.5,2479.0,0.008018429391086102,0.1038004532456398,0.0,1.8774226903915405,2.197946310043335,-0.010132129304111004,0.0024906157050281763,0.37258562445640564,0.5221195220947266,0.8786288723349571,1394.0,356864.0,9080.840112573933,22839296.0 +119.87,8.199999809265137,2477.0,0.008654994890093803,0.11260986328125,0.0,1.7736949920654297,2.164440393447876,-0.01066077221184969,0.002480531809851527,0.23937994241714478,0.4892829656600952,0.9109826385974884,1395.0,357120.0,9087.453180365963,22855680.0 +108.82,7.800000190734863,2484.0,0.010276895016431808,0.1396891325712204,0.0,1.8194599151611328,2.1577460765838623,-0.01089482381939888,0.0024515369441360235,0.29445478320121765,0.5226467847824097,0.8906486108899117,1396.0,357376.0,9094.04927196703,22872064.0 +81.12,8.199999809265137,2476.0,0.010210487991571426,0.1306966096162796,0.0,1.816977620124817,2.206578016281128,-0.011039691977202892,0.00245512998662889,0.30949079990386963,0.5112427473068237,0.8791963160037994,1397.0,357632.0,9100.666419846937,22888448.0 +136.65,7.300000190734863,2485.0,0.009471801109611988,0.1252848356962204,0.0,1.8354099988937378,2.2168426513671875,-0.009048989973962307,0.0024361407849937677,0.30379897356033325,0.5406249165534973,0.8879998475313187,1398.0,357888.0,9107.259723949013,22904832.0 +118.71,8.399999618530273,2603.0,0.010577582754194736,0.1452433317899704,0.0,1.7571449279785156,2.2197000980377197,-0.012935261242091656,0.0024500100407749414,0.1949271708726883,0.5132654309272766,0.9177936166524887,1399.0,358144.0,9113.55285052699,22921216.0 +152.04,7.900000095367432,2564.0,0.010365791618824005,0.13616943359375,0.0,1.8657050132751465,2.2149603366851807,-0.01095352042466402,0.0024430241901427507,0.2897182106971741,0.5324369072914124,0.8843399211764336,1400.0,358400.0,9119.943452612963,22937600.0 +167.56,7.400000095367432,2570.0,0.00983442459255457,0.1230061873793602,0.0,1.8414301872253418,2.2151846885681152,-0.011942784301936626,0.002458025235682726,0.30549970269203186,0.49376198649406433,0.8836132660508156,1401.0,358656.0,9126.319142372813,22953984.0 +134.42,7.800000190734863,2461.0,0.010572654195129871,0.13677978515625,0.0,1.8865004777908325,2.1990232467651367,-0.012558922171592712,0.0024877290707081556,0.3736006021499634,0.49038514494895935,0.8668844103813171,1402.0,358912.0,9132.977005393011,22970368.0 +97.9,7.900000095367432,2541.0,0.00963329803198576,0.1342976838350296,0.0,1.8425688743591309,2.2316877841949463,-0.010497222654521465,0.00248312228359282,0.24310845136642456,0.5122674703598022,0.9069910794496536,1403.0,359168.0,9139.424821169814,22986752.0 +161.44,7.099999904632568,2475.0,0.010828106664121151,0.1387736052274704,0.0,1.8860174417495728,2.232487440109253,-0.009336716495454311,0.0024723506066948175,0.3236422836780548,0.5196825861930847,0.8911401182413101,1404.0,359424.0,9146.043683539843,23003136.0 +91.46,8.199999809265137,2574.0,0.011020221747457981,0.14166259765625,0.0,1.8669170141220093,2.183567762374878,-0.013388209976255894,0.002472069812938571,0.2941405177116394,0.5190358757972717,0.8933123424649239,1405.0,359680.0,9152.409051423892,23019520.0 +156.15,7.099999904632568,2634.0,0.009075844660401344,0.1243896484375,0.0,1.8842053413391113,2.1801600456237793,-0.012831817381083965,0.0024364262353628874,0.3572765290737152,0.5219874382019043,0.8726000934839249,1406.0,359936.0,9158.630403192947,23035904.0 +152.79,8.0,2569.0,0.00944374967366457,0.1294148713350296,0.0,1.8606492280960083,2.1825320720672607,-0.010742700658738613,0.002448560204356909,0.2996215522289276,0.5191265344619751,0.8904352784156799,1407.0,360192.0,9165.00842285389,23052288.0 +104.62,8.300000190734863,2606.0,0.010143195278942585,0.1384073942899704,0.0,1.8164385557174683,2.247605562210083,-0.011032446287572384,0.0024381245020776987,0.21496333181858063,0.5234032273292542,0.9089602902531624,1408.0,360448.0,9171.294139851816,23068672.0 +189.69,7.900000095367432,2603.0,0.010120435617864132,0.13751220703125,0.0,1.796648621559143,2.2532012462615967,-0.011653334833681583,0.002431232715025544,0.1808757781982422,0.5247799754142761,0.9305326417088509,1409.0,360704.0,9177.587256029947,23085056.0 +159.97,7.199999809265137,2558.0,0.011194851249456406,0.1473185271024704,0.0,1.8709163665771484,2.222684144973755,-0.010558328591287136,0.0024602264165878296,0.3002912998199463,0.5234426856040955,0.8944600820541382,1410.0,360960.0,9183.992325465893,23101440.0 +184.82,7.300000190734863,2585.0,0.009434062987565994,0.1259969025850296,0.0,1.8754148483276367,2.1942365169525146,-0.012237743474543095,0.0024497101549059153,0.32508936524391174,0.5221951603889465,0.8925369381904602,1411.0,361216.0,9190.32923183986,23117824.0 +106.89,9.0,2629.0,0.00987789686769247,0.1330973356962204,0.0,1.8323713541030884,2.112302541732788,-0.013765809126198292,0.0024528668727725744,0.2198188304901123,0.5309178233146667,0.9318099245429039,1412.0,361472.0,9196.56142945285,23134208.0 +107.34,8.399999618530273,2556.0,0.010817413218319416,0.1488037109375,0.0,1.8253449201583862,2.1705691814422607,-0.012121419422328472,0.0024498349521309137,0.21668219566345215,0.5259135365486145,0.9278573989868164,1413.0,361728.0,9202.972123452928,23150592.0 +134.53,7.699999809265137,2578.0,0.009478815831243992,0.1228841170668602,0.0,1.7956981658935547,2.2082879543304443,-0.013893079943954945,0.002457626396790147,0.1367289274930954,0.5344963073730469,0.9525589644908905,1414.0,361984.0,9209.32843763195,23166976.0 +182.93,7.300000190734863,2481.0,0.008918029256165028,0.1192830428481102,0.0,1.8579044342041016,2.2097485065460205,-0.012286119163036346,0.0024490596260875463,0.27686846256256104,0.5293239951133728,0.9012313112616539,1415.0,362240.0,9215.930459759897,23183360.0 +178.32,7.300000190734863,2552.0,0.01222323253750801,0.1519571989774704,0.0,1.8146079778671265,2.1769025325775146,-0.010792717337608337,0.0024310483131557703,0.23601682484149933,0.513637363910675,0.9068157747387886,1416.0,362496.0,9222.349632974016,23199744.0 +161.18,7.5,2494.0,0.008804724551737309,0.11767578125,0.0,1.8310508728027344,2.1909592151641846,-0.012523223645985126,0.0024423475842922926,0.27990755438804626,0.5043558478355408,0.8830335289239883,1417.0,362752.0,9228.918689518934,23216128.0 +139.55,7.699999809265137,2471.0,0.0114027364179492,0.1579386442899704,0.0,1.8102489709854126,2.2014198303222656,-0.01302745658904314,0.002433582441881299,0.22825723886489868,0.5143709182739258,0.904469758272171,1418.0,363008.0,9235.54907767498,23232512.0 +137.44,8.0,2454.0,0.008966773748397827,0.11865234375,0.0,1.877301573753357,2.1538102626800537,-0.01135888323187828,0.002427793340757489,0.3490954339504242,0.5217542052268982,0.8811574205756187,1419.0,363264.0,9242.22492561303,23248896.0 +95.63,8.100000381469727,2495.0,0.01034539844840765,0.13641357421875,0.0,1.8478622436523438,2.1668038368225098,-0.012301251292228699,0.002431463683024049,0.2832008898258209,0.524499237537384,0.907988503575325,1420.0,363520.0,9248.791095117806,23265280.0 +123.93,7.599999904632568,2493.0,0.010817893780767918,0.14447021484375,0.0,1.822905421257019,2.194938898086548,-0.011728686280548573,0.0024332727771252394,0.2655206024646759,0.507186770439148,0.9094146192073822,1421.0,363776.0,9255.36286541284,23281664.0 +117.01,8.5,2419.0,0.010024075396358967,0.1343790739774704,0.0,1.8577038049697876,2.1852481365203857,-0.0104408860206604,0.002423984231427312,0.301753968000412,0.5271283984184265,0.8977780714631081,1422.0,364032.0,9262.134518893901,23298048.0 +111.7,7.599999904632568,2560.0,0.009561014361679554,0.13018798828125,0.0,1.8957386016845703,2.166947364807129,-0.011861431412398815,0.002432031324133277,0.40075841546058655,0.5128743052482605,0.8744957149028778,1423.0,364288.0,9268.534221714828,23314432.0 +129.16,8.100000381469727,2599.0,0.00948293786495924,0.1256306916475296,0.0,1.7915687561035156,2.2145297527313232,-0.01246237475425005,0.002434580586850643,0.21143533289432526,0.5031686425209045,0.9229840561747551,1424.0,364544.0,9274.839816401014,23330816.0 +136.34,8.100000381469727,2522.0,0.009362024255096912,0.1281534880399704,0.0,1.8455095291137695,2.2000484466552734,-0.010658890940248966,0.0024202056229114532,0.26648658514022827,0.5348228216171265,0.9073555022478104,1425.0,364800.0,9281.335849572904,23347200.0 +132.45,7.5,2556.0,0.009192164987325668,0.1177978515625,0.0,1.8555229902267456,2.235222816467285,-0.010440201498568058,0.002431700238958001,0.28499528765678406,0.5299673080444336,0.8985046967864037,1426.0,365056.0,9287.745596001856,23363584.0 +153.54,7.599999904632568,2589.0,0.008834760636091232,0.1120401993393898,0.0,1.871508240699768,2.1872076988220215,-0.010875116102397442,0.0024252196308225393,0.3236936330795288,0.5297991633415222,0.8865699917078018,1427.0,365312.0,9294.073109034915,23379968.0 +120.68,7.699999809265137,2561.0,0.010282075963914394,0.1419677734375,0.0,1.800585389137268,2.2171576023101807,-0.009430748410522938,0.0024514019023627043,0.2079601138830185,0.5025067925453186,0.9225098043680191,1428.0,365568.0,9300.470662649022,23396352.0 +175.14,7.699999809265137,2571.0,0.01117767859250307,0.1509806364774704,0.0,1.834174633026123,2.209406852722168,-0.014032616280019283,0.002442982979118824,0.2655901610851288,0.5160146355628967,0.9078340455889702,1429.0,365824.0,9306.843944670865,23412736.0 +124.09,7.599999904632568,2581.0,0.011298760771751404,0.1494140625,0.0,1.8575199842453003,2.185788154602051,-0.011098082177340984,0.002457096241414547,0.27724143862724304,0.5233069658279419,0.9092364236712456,1430.0,366080.0,9313.192531276029,23429120.0 +126.91,7.400000095367432,2598.0,0.009999753907322884,0.1349283903837204,0.0,1.8459056615829468,2.233276605606079,-0.011818473227322102,0.002447743434458971,0.25969305634498596,0.5263386368751526,0.9088561907410622,1431.0,366336.0,9319.49981026398,23445504.0 +171.52,7.900000095367432,2551.0,0.010130924172699451,0.1292928010225296,0.0,1.85469388961792,2.199924945831299,-0.011456952430307865,0.002449753461405635,0.2702494263648987,0.5281484723091125,0.9009639993309975,1432.0,366592.0,9325.922542244894,23461888.0 +123.83,7.800000190734863,2521.0,0.009096900932490826,0.1211751326918602,0.0,1.8371418714523315,2.1694908142089844,-0.012660498730838299,0.0024436803068965673,0.27227115631103516,0.5135215520858765,0.9061068519949913,1433.0,366848.0,9332.421329653822,23478272.0 +96.49,7.800000190734863,2478.0,0.00865159835666418,0.1094563826918602,0.0,1.8996862173080444,2.1633455753326416,-0.01139109581708908,0.0024622648488730192,0.3260572850704193,0.5385496616363525,0.8907191082835197,1434.0,367104.0,9339.034228684846,23494656.0 +124.67,7.099999904632568,2475.0,0.008692874573171139,0.1085205078125,0.0,1.8728880882263184,2.165070056915283,-0.011833642609417439,0.0024609833490103483,0.3093361556529999,0.521212637424469,0.8978843539953232,1435.0,367360.0,9345.65301547083,23511040.0 +111.55,7.099999904632568,2465.0,0.01017302181571722,0.1383463591337204,0.0,1.9448494911193848,2.162642478942871,-0.010036787949502468,0.002475784393027425,0.48577234148979187,0.4957343637943268,0.8586469888687134,1436.0,367616.0,9352.300590588944,23527424.0 +129.55,8.0,2442.0,0.010350313037633896,0.1413777619600296,0.0,1.8109041452407837,2.16448712348938,-0.013844557106494904,0.0024547111243009567,0.18477153778076172,0.5266522765159607,0.9425225630402565,1437.0,367872.0,9359.009174542967,23543808.0 +119.29,7.800000190734863,2546.0,0.010684915818274021,0.14044189453125,0.0,1.859096646308899,2.1726043224334717,-0.012363267131149769,0.0024462384171783924,0.27936533093452454,0.5303841233253479,0.9087085053324699,1438.0,368128.0,9365.443627150962,23560192.0 +99.83,8.600000381469727,2457.0,0.010691717267036438,0.1456502228975296,0.0,1.8295503854751587,2.164552688598633,-0.012905730865895748,0.00247899885289371,0.22609968483448029,0.5115523338317871,0.9241596832871437,1439.0,368384.0,9372.112158735981,23576576.0 +103.44,8.300000190734863,2429.0,0.009915933012962341,0.1303303986787796,0.0,1.8727302551269531,2.134990692138672,-0.011637949384748936,0.0024717168416827917,0.35927990078926086,0.49021998047828674,0.8702653348445892,1440.0,368640.0,9378.857688241871,23592960.0 +124.62,7.900000095367432,2481.0,0.010727372951805592,0.1279703825712204,0.0,1.882394790649414,2.1373531818389893,-0.01172175258398056,0.0024706784170120955,0.3533266484737396,0.5034874677658081,0.8784592300653458,1441.0,368896.0,9385.46081559197,23609344.0 +92.92,8.199999809265137,2479.0,0.010148708708584309,0.1243693009018898,0.0,1.8849124908447266,2.132704019546509,-0.011134374886751175,0.002453391905874014,0.3138927221298218,0.5337317585945129,0.9024184942245483,1442.0,369152.0,9392.068792854901,23625728.0 +110.29,8.100000381469727,2471.0,0.010999258607625961,0.15087890625,0.0,1.8224769830703735,2.202493906021118,-0.01081873383373022,0.002452904125675559,0.21786457300186157,0.5199363827705383,0.933682419359684,1443.0,369408.0,9398.697683322942,23642112.0 +102.62,8.399999618530273,2559.0,0.009638823568820953,0.1258137971162796,0.0,1.8221012353897095,2.1978964805603027,-0.011675958521664143,0.0024499150458723307,0.19947998225688934,0.5310587286949158,0.9413800500333309,1444.0,369664.0,9405.100979276001,23658496.0 +110.66,8.399999618530273,2623.0,0.009341112338006496,0.1249593123793602,0.0,1.801099419593811,2.1483473777770996,-0.010727259330451488,0.002435221802443266,0.17956750094890594,0.5259154438972473,0.942698772996664,1445.0,369920.0,9411.345920580905,23674880.0 +167.32,7.300000190734863,2572.0,0.009682311676442623,0.1349283903837204,0.0,1.879770278930664,2.15879487991333,-0.009530719369649887,0.0024267775006592274,0.32184380292892456,0.5365781188011169,0.8969465270638466,1446.0,370176.0,9417.7156148809,23691264.0 +110.48,7.400000095367432,2505.0,0.010253586806356907,0.1361490935087204,0.0,1.854722499847412,2.1293118000030518,-0.009316615760326385,0.0024180912878364325,0.2621806561946869,0.5451962351799011,0.9087010100483894,1447.0,370432.0,9424.257069530897,23707648.0 +169.16,7.800000190734863,2611.0,0.009645925834774971,0.1319173127412796,0.0,1.844652771949768,2.1626646518707275,-0.010090688243508339,0.0024483681190758944,0.26794928312301636,0.5182114243507385,0.8988024294376373,1448.0,370688.0,9430.531957888976,23724032.0 +128.51,7.800000190734863,2602.0,0.009965500794351101,0.13323974609375,0.0,1.88200843334198,2.206786632537842,-0.011108268052339554,0.0024462935980409384,0.3278609812259674,0.5281073451042175,0.8930212557315826,1449.0,370944.0,9436.829013939016,23740416.0 +123.4,7.900000095367432,2517.0,0.010471161454916,0.1392822265625,0.0,1.787257194519043,2.195467710494995,-0.009619454853236675,0.002438108203932643,0.2191557139158249,0.5340263247489929,0.9376000203192234,1450.0,371200.0,9443.343764883,23756800.0 +164.26,8.199999809265137,2536.0,0.008673915639519691,0.1182861328125,0.0,1.7824939489364624,2.2426397800445557,-0.011421197094023228,0.002452586777508259,0.22017395496368408,0.523711085319519,0.9337703585624695,1451.0,371456.0,9449.80402571382,23773184.0 +131.94,8.0,2572.0,0.009539169259369373,0.1203816756606102,0.0,1.809789776802063,2.2359390258789062,-0.009735462255775928,0.002445308957248926,0.2406643033027649,0.5430403351783752,0.9322516843676567,1452.0,371712.0,9456.17398886499,23789568.0 +152.89,7.599999904632568,2588.0,0.01057718601077795,0.1376546174287796,0.0,1.8132294416427612,2.2205915451049805,-0.011730645783245564,0.0024477222468703985,0.2673133313655853,0.5335842370986938,0.92376609146595,1453.0,371968.0,9462.503398123896,23805952.0 +133.65,8.300000190734863,2477.0,0.010408873669803143,0.1409098356962204,0.0,1.8070708513259888,2.2178680896759033,-0.011279971338808537,0.0024523166939616203,0.2852940559387207,0.5152595639228821,0.9138321280479431,1454.0,372224.0,9469.118603129871,23822336.0 +125.61,8.699999809265137,2447.0,0.009289824403822422,0.1182861328125,0.0,1.7996230125427246,2.1624977588653564,-0.011848735623061657,0.0024338418152183294,0.2553776204586029,0.5322151780128479,0.9214172661304474,1455.0,372480.0,9475.81364059588,23838720.0 +112.49,7.800000190734863,2442.0,0.009709758684039116,0.1306966096162796,0.0,1.8038243055343628,2.161658763885498,-0.012047198601067066,0.0024306855630129576,0.2994140088558197,0.5157144069671631,0.9069581627845764,1456.0,372736.0,9482.52302905987,23855104.0 +119.79,7.900000095367432,2442.0,0.009369958192110062,0.12103271484375,0.0,1.7721714973449707,2.1814475059509277,-0.010259184055030346,0.0024258096236735582,0.20554596185684204,0.5321947932243347,0.9360926598310471,1457.0,372992.0,9489.232801123988,23871488.0 +153.37,7.699999809265137,2495.0,0.009323898702859879,0.123046875,0.0,1.7510203123092651,2.201045036315918,-0.0103013189509511,0.002434714697301388,0.1848878264427185,0.5168871879577637,0.9372831583023071,1458.0,373248.0,9495.798898662906,23887872.0 +131.85,7.699999809265137,2638.0,0.008855118416249752,0.1169637069106102,0.0,1.8026412725448608,2.195441961288452,-0.012041609734296799,0.0024266261607408524,0.29138439893722534,0.5209895968437195,0.8909995034337044,1459.0,373504.0,9502.008956966922,23904256.0 +151.57,8.100000381469727,2595.0,0.010731377638876438,0.1470743864774704,0.0,1.8268455266952515,2.199586868286133,-0.012530486099421978,0.00242359796538949,0.31895872950553894,0.5337315201759338,0.8966576233506203,1460.0,373760.0,9508.322117027827,23920640.0 +124.78,7.400000095367432,2557.0,0.008305777795612812,0.1102091446518898,0.0,1.785142421722412,2.201329469680786,-0.010753716342151165,0.002429273910820484,0.24592624604701996,0.523769199848175,0.9218885526061058,1461.0,374016.0,9514.730493091978,23937024.0 +133.97,7.599999904632568,2614.0,0.00984592642635107,0.1344401091337204,0.0,1.7777506113052368,2.1955878734588623,-0.012498557567596436,0.0024293847382068634,0.24725621938705444,0.5171814560890198,0.9204693511128426,1462.0,374272.0,9520.996926001972,23953408.0 +147.96,8.0,2583.0,0.010375920683145523,0.1439412385225296,0.0,1.7797784805297852,2.16589617729187,-0.012556087225675583,0.002430133754387498,0.22810453176498413,0.5284625291824341,0.9247046783566475,1463.0,374528.0,9527.340405945899,23969792.0 +158.54,7.800000190734863,2560.0,0.011194881983101368,0.145263671875,0.0,1.8329499959945679,2.167405843734741,-0.011913738213479519,0.002449230058118701,0.30344992876052856,0.5341671705245972,0.9026831835508347,1464.0,374784.0,9533.739192154026,23986176.0 +110.9,8.300000190734863,2414.0,0.010578024201095104,0.1405232697725296,0.0,1.7787953615188599,2.1720192432403564,-0.01229211688041687,0.0024624888319522142,0.2085728645324707,0.5210852026939392,0.9388426057994366,1465.0,375040.0,9540.527049294906,24002560.0 +137.31,7.400000095367432,2411.0,0.010921553708612919,0.1483561247587204,0.0,1.7932991981506348,2.16455340385437,-0.012512224726378918,0.0024539001751691103,0.25064411759376526,0.5188290476799011,0.9306968823075294,1466.0,375296.0,9547.321993091842,24018944.0 +119.05,8.300000190734863,2458.0,0.009881214238703251,0.1286214143037796,0.0,1.7591999769210815,2.1941606998443604,-0.010925021953880787,0.0024487562477588654,0.18317611515522003,0.5197020173072815,0.9470343664288521,1467.0,375552.0,9553.986749188974,24035328.0 +162.2,8.100000381469727,2613.0,0.01024387963116169,0.1424763947725296,0.0,1.7924081087112427,2.197622776031494,-0.012266527861356735,0.0024293544702231884,0.2557304799556732,0.5276670455932617,0.9281226694583893,1468.0,375808.0,9560.257369881961,24051712.0 +138.41,7.599999904632568,2601.0,0.011616245843470097,0.1517130583524704,0.0,1.8350281715393066,2.15339732170105,-0.010249746032059193,0.0024392271880060434,0.32686421275138855,0.5274425148963928,0.9084782153367996,1469.0,376064.0,9566.557193693938,24068096.0 +128.72,7.099999904632568,2549.0,0.009421388618648052,0.1254069060087204,0.0,1.85874605178833,2.174790859222412,-0.010036669671535492,0.002431639237329364,0.3499985933303833,0.5437001585960388,0.8929640576243401,1470.0,376320.0,9572.984589502914,24084480.0 +100.02,8.0,2580.0,0.00917981006205082,0.1187947615981102,0.0,1.8444948196411133,2.130114793777466,-0.011903968639671803,0.0024544300977140665,0.32627782225608826,0.5313090682029724,0.9086654633283615,1471.0,376576.0,9579.340464626905,24100864.0 +127.14,7.900000095367432,2585.0,0.008874376304447651,0.1194051131606102,0.0,1.8244353532791138,2.1752843856811523,-0.01169090811163187,0.0024381408002227545,0.31213536858558655,0.5263771414756775,0.9102724269032478,1472.0,376832.0,9585.677697822917,24117248.0 +107.1,7.699999809265137,2556.0,0.00906804297119379,0.1165568009018898,0.0,1.8088922500610352,2.1783430576324463,-0.011063327081501484,0.0024610059335827827,0.22504974901676178,0.5430500507354736,0.9402202181518078,1473.0,377088.0,9592.086367995013,24133632.0 +144.65,7.900000095367432,2521.0,0.010185406543314457,0.1319783478975296,0.0,1.7948700189590454,2.2022998332977295,-0.011373336426913738,0.0024432826321572065,0.23363862931728363,0.5336888432502747,0.9302272722125053,1474.0,377344.0,9598.586079761852,24150016.0 +145.3,7.199999809265137,2598.0,0.009533888660371304,0.1192220076918602,0.0,1.8627609014511108,2.1991117000579834,-0.009099055081605911,0.0024396823719143867,0.3564060628414154,0.5397976636886597,0.8887004107236862,1475.0,377600.0,9604.892947628861,24166400.0 +129.18,8.100000381469727,2536.0,0.007763144094496965,0.1037801131606102,0.0,1.8185805082321167,2.213033437728882,-0.009593147784471512,0.002449002116918564,0.26009055972099304,0.5398669838905334,0.9188934192061424,1476.0,377856.0,9611.352449816884,24182784.0 +160.34,7.300000190734863,2488.0,0.009271039627492428,0.1119791641831398,0.0,1.8702412843704224,2.1809237003326416,-0.010086960159242153,0.0024565989151597023,0.3518397808074951,0.5421801209449768,0.8893037587404251,1477.0,378112.0,9617.937296486925,24199168.0 +126.76,7.900000095367432,2465.0,0.0076073575764894485,0.09320068359375,0.0,1.8941282033920288,2.1471481323242188,-0.009675188921391964,0.0024504235479980707,0.4187142848968506,0.5347036123275757,0.8553648740053177,1478.0,378368.0,9624.582687731832,24215552.0 +141.72,7.800000190734863,2486.0,0.009212964214384556,0.1218668594956398,0.0,1.8315582275390625,2.118133068084717,-0.011663377285003662,0.0024396704975515604,0.2986602485179901,0.5392138957977295,0.8873747959733009,1479.0,378624.0,9631.17286964599,24231936.0 +72.34,7.900000095367432,2465.0,0.0108875697478652,0.14715576171875,0.0,1.7658084630966187,2.1684799194335938,-0.010791103355586529,0.002432613866403699,0.18426118791103363,0.5335941314697266,0.9286125153303146,1480.0,378880.0,9637.820038079983,24248320.0 +151.34,7.099999904632568,2463.0,0.010196997784078121,0.1337687224149704,0.0,1.8433459997177124,2.1694040298461914,-0.00942253228276968,0.0024379787500947714,0.29083940386772156,0.554388165473938,0.9015311673283577,1481.0,379136.0,9644.471096600872,24264704.0 +177.38,7.699999809265137,2563.0,0.010148262605071068,0.1366984099149704,0.0,1.8008650541305542,2.2086212635040283,-0.00978254433721304,0.002442472381517291,0.23767445981502533,0.5366061925888062,0.9097861498594284,1482.0,379392.0,9650.864030650817,24281088.0 +104.38,7.5,2548.0,0.00907851755619049,0.1185709610581398,0.0,1.8538709878921509,2.1781275272369385,-0.00998492632061243,0.0024333694018423557,0.3452378809452057,0.5402570366859436,0.8857982605695724,1483.0,379648.0,9657.294439528836,24297472.0 +77.12,8.100000381469727,2451.0,0.011117272078990936,0.1503702849149704,0.0,1.789206624031067,2.2031660079956055,-0.012077952735126019,0.002426115097478032,0.23071907460689545,0.538692831993103,0.9166391491889954,1484.0,379904.0,9663.97811138397,24313856.0 +173.1,7.400000095367432,2469.0,0.008614476770162582,0.11212158203125,0.0,1.8278145790100098,2.2103898525238037,-0.011091704480350018,0.0024173108395189047,0.31796810030937195,0.5370122790336609,0.8885041400790215,1485.0,380160.0,9670.613394717919,24330240.0 +131.32,8.300000190734863,2511.0,0.00880375038832426,0.1158040389418602,0.0,1.7520456314086914,2.210946798324585,-0.011058901436626911,0.002429787302389741,0.19549332559108734,0.5158417820930481,0.9135377705097198,1486.0,380416.0,9677.137788587948,24346624.0 +170.49,7.5,2519.0,0.009692537598311901,0.11737060546875,0.0,1.8256438970565796,2.2269420623779297,-0.010120644234120846,0.002418345306068659,0.30106911063194275,0.5421084761619568,0.8759375438094139,1487.0,380672.0,9683.641915380023,24363008.0 +150.57,7.699999809265137,2487.0,0.010123643092811108,0.1346435546875,0.0,1.780133843421936,2.1566665172576904,-0.012353554368019104,0.002438363851979375,0.21346759796142578,0.5319159626960754,0.9191574677824974,1488.0,380928.0,9690.229748748941,24379392.0 +175.56,7.699999809265137,2546.0,0.010630462318658829,0.1454671174287796,0.0,1.8584303855895996,2.1616098880767822,-0.012460149824619293,0.0024288741406053305,0.35662928223609924,0.5437087416648865,0.8734046965837479,1489.0,381184.0,9696.663919009035,24395776.0 +151.46,7.800000190734863,2533.0,0.009543349035084248,0.12835693359375,0.0,1.816164493560791,2.1699907779693604,-0.012699206359684467,0.0024381123948842287,0.3158818483352661,0.5169669985771179,0.8823752775788307,1490.0,381440.0,9703.134586247848,24412160.0 +87.29,7.900000095367432,2538.0,0.010967705398797989,0.13092041015625,0.0,1.8072142601013184,2.1624271869659424,-0.011498607695102692,0.00242803362198174,0.27241191267967224,0.5338098406791687,0.9043890461325645,1491.0,381696.0,9709.588979401859,24428544.0 +133.06,8.0,2531.0,0.010675287805497646,0.1429850310087204,0.0,1.783164620399475,2.1585495471954346,-0.011191272176802158,0.002430716762319207,0.21313779056072235,0.5378442406654358,0.9273495748639107,1492.0,381952.0,9716.061112297932,24444928.0 +163.57,7.800000190734863,2424.0,0.00992859248071909,0.1309407502412796,0.0,1.828930377960205,2.1427366733551025,-0.01228119432926178,0.0024334110785275698,0.3221755921840668,0.5284749865531921,0.8946256786584854,1493.0,382208.0,9722.819720834028,24461312.0 +108.07,8.0,2417.0,0.011516611091792583,0.15509033203125,0.0,1.8291997909545898,2.1708695888519287,-0.013078692369163036,0.002434808062389493,0.32972419261932373,0.5252884030342102,0.8883800506591797,1494.0,382464.0,9729.598445552867,24477696.0 +100.82,7.900000095367432,2562.0,0.0112306484952569,0.1397908478975296,0.0,1.8084121942520142,2.2050416469573975,-0.010722023434937,0.002440850017592311,0.26922285556793213,0.5299064517021179,0.9071075022220612,1495.0,382720.0,9735.993028359953,24494080.0 +148.65,7.400000095367432,2550.0,0.010369713418185711,0.14117431640625,0.0,1.7803058624267578,2.2326505184173584,-0.013572589494287968,0.0024271805305033922,0.20520050823688507,0.5439526438713074,0.9267792254686356,1496.0,382976.0,9742.418104737997,24510464.0 +160.56,7.5,2476.0,0.011232820339500904,0.1517537385225296,0.0,1.8859723806381226,2.180832624435425,-0.01218490768224001,0.0024315910413861275,0.41081830859184265,0.5427238345146179,0.85646091401577,1497.0,383232.0,9749.033695637947,24526848.0 +104.94,7.800000190734863,2484.0,0.011763433925807476,0.15277099609375,0.0,1.881577968597412,2.1614954471588135,-0.011568001471459866,0.0024604389909654856,0.34233173727989197,0.5580832362174988,0.8638687580823898,1498.0,383488.0,9755.630583796883,24543232.0 +135.0,7.599999904632568,2521.0,0.01002268586307764,0.1358642578125,0.0,1.8307539224624634,2.1829140186309814,-0.013095203787088394,0.0024548815563321114,0.28412285447120667,0.5403711795806885,0.8816719278693199,1499.0,383744.0,9762.130683296826,24559616.0 +122.47,8.0,2503.0,0.010782375000417233,0.1364542692899704,0.0,1.8007885217666626,2.1593306064605713,-0.012574754655361176,0.002458074362948537,0.3157190978527069,0.5363280773162842,0.872800275683403,1500.0,384000.0,9768.675734119955,24576000.0 +160.65,7.599999904632568,2579.0,0.0105314115062356,0.1379801481962204,0.0,1.816892147064209,2.161360502243042,-0.01254881639033556,0.0024747769348323345,0.30501291155815125,0.5505569577217102,0.8891133964061737,1501.0,384256.0,9775.028949047904,24592384.0 +167.78,7.800000190734863,2604.0,0.008393428288400173,0.10791015625,0.0,1.7688452005386353,2.1772971153259277,-0.011444387026131153,0.002465343801304698,0.26337817311286926,0.5256161689758301,0.8911142274737358,1502.0,384512.0,9781.32151547703,24608768.0 +95.1,8.5,2514.0,0.010530221275985241,0.133056640625,0.0,1.748195767402649,2.1664538383483887,-0.012373297475278378,0.002444707090035081,0.23939736187458038,0.527683436870575,0.8989170119166374,1503.0,384768.0,9787.837456097826,24625152.0 +143.72,8.0,2470.0,0.011017647571861744,0.1480712890625,0.0,1.798808217048645,2.1902120113372803,-0.010096865706145763,0.002439342439174652,0.327011376619339,0.5353830456733704,0.8715093433856964,1504.0,385024.0,9794.469157340936,24641536.0 +117.13,8.100000381469727,2560.0,0.010723416693508625,0.1397705078125,0.0,1.7225614786148071,2.179217576980591,-0.013032051734626293,0.0024226182140409946,0.1940489560365677,0.5364395976066589,0.9215489253401756,1505.0,385280.0,9800.869872728828,24657920.0 +71.26,8.399999618530273,2463.0,0.01081719622015953,0.1436970978975296,0.0,1.7593806982040405,2.1383485794067383,-0.012994007207453251,0.002426960039883852,0.26675257086753845,0.5342901349067688,0.8923894912004471,1506.0,385536.0,9807.522079481976,24674304.0 +148.89,7.599999904632568,2606.0,0.010204923339188099,0.1392822265625,0.0,1.7937456369400024,2.1536917686462402,-0.010677398182451725,0.0024410735350102186,0.33788713812828064,0.5236911177635193,0.8546556234359741,1507.0,385792.0,9813.808970017824,24690688.0 +169.63,7.300000190734863,2599.0,0.009139812551438808,0.1188761368393898,0.0,1.772471308708191,2.181706190109253,-0.009513767436146736,0.002440275624394417,0.28653958439826965,0.5277908444404602,0.8750426024198532,1508.0,386048.0,9820.112706695916,24707072.0 +131.91,8.199999809265137,2604.0,0.008586680516600609,0.110107421875,0.0,1.750249981880188,2.201500654220581,-0.009572712704539299,0.002434521447867155,0.22625260055065155,0.5392777323722839,0.9137552455067635,1509.0,386304.0,9826.404555369867,24723456.0 +202.48,6.900000095367432,2578.0,0.010743440128862858,0.1421915739774704,0.0,1.7882075309753418,2.2143352031707764,-0.01231236383318901,0.0024313207250088453,0.3335723876953125,0.5273681282997131,0.8787850886583328,1510.0,386560.0,9832.759446104988,24739840.0 +102.12,7.900000095367432,2525.0,0.009981570765376091,0.1348673552274704,0.0,1.7613211870193481,2.191359758377075,-0.009718501940369606,0.0024475781247019768,0.2820480465888977,0.5150840878486633,0.9112837687134743,1511.0,386816.0,9839.248524819966,24756224.0 +139.78,7.900000095367432,2512.0,0.009526845999062061,0.12353515625,0.0,1.7460269927978516,2.222644805908203,-0.011822943575680256,0.0024218664038926363,0.22348789870738983,0.5452062487602234,0.9225083664059639,1512.0,387072.0,9845.77124081389,24772608.0 +201.25,7.599999904632568,2624.0,0.011831204406917095,0.1590779572725296,0.0,1.7569918632507324,2.249372959136963,-0.012971500866115093,0.002421976998448372,0.24299748241901398,0.5479149222373962,0.903654471039772,1513.0,387328.0,9852.014918894973,24788992.0 +139.48,7.699999809265137,2526.0,0.0106566296890378,0.1367390900850296,0.0,1.7985615730285645,2.201397657394409,-0.010169289074838161,0.00244671362452209,0.32498714327812195,0.5326971411705017,0.8813939392566681,1514.0,387584.0,9858.50028471998,24805376.0 +122.45,7.900000095367432,2532.0,0.010770395398139954,0.1389363557100296,0.0,1.7476948499679565,2.166804075241089,-0.012034538201987743,0.00242289318703115,0.24449078738689423,0.5350292921066284,0.9033329859375954,1515.0,387840.0,9864.970119443024,24821760.0 +165.09,7.300000190734863,2548.0,0.009109588339924812,0.1209309920668602,0.0,1.7979069948196411,2.1810147762298584,-0.01199514139443636,0.002428223844617605,0.3226300776004791,0.5442010760307312,0.8720463812351227,1516.0,388096.0,9871.400093314005,24838144.0 +112.17,8.199999809265137,2537.0,0.010146724060177803,0.11639404296875,0.0,1.7508240938186646,2.1721034049987793,-0.010467473417520523,0.002457363996654749,0.21600176393985748,0.5344882607460022,0.908708319067955,1517.0,388352.0,9877.85907912883,24854528.0 +127.34,7.699999809265137,2578.0,0.00880714226514101,0.1139933243393898,0.0,1.7372914552688599,2.1984169483184814,-0.010346055962145329,0.0024587144143879414,0.2212793231010437,0.516939640045166,0.8933231383562088,1518.0,388608.0,9884.215005532838,24870912.0 +176.03,7.400000095367432,2571.0,0.008132276125252247,0.09796142578125,0.0,1.8115841150283813,2.21630597114563,-0.010047207586467266,0.0024407287128269672,0.35341939330101013,0.5344615578651428,0.8402174562215805,1519.0,388864.0,9890.587302214,24887296.0 +118.24,7.599999904632568,2502.0,0.00954891461879015,0.1290283203125,0.0,1.8187540769577026,2.199936866760254,-0.010365055873990059,0.002458977745845914,0.39768680930137634,0.509748101234436,0.8356591165065765,1520.0,389120.0,9897.134402934927,24903680.0 +99.38,8.699999809265137,2586.0,0.016009094193577766,0.1711018830537796,0.0,1.8163213729858398,2.212238311767578,-0.006298519670963287,0.0024835842195898294,0.3218381404876709,0.530653178691864,0.8678314387798309,1521.0,389376.0,9903.469629227882,24920064.0 +119.82,8.300000190734863,2451.0,0.011662439443171024,0.1584065705537796,0.0,1.7700785398483276,2.2318966388702393,-0.01080596074461937,0.0024513413663953543,0.23780691623687744,0.5472769737243652,0.8962166458368301,1522.0,389632.0,9910.153778167907,24936448.0 +185.62,7.5,2453.0,0.010332646779716015,0.141357421875,0.0,1.7997199296951294,2.2615535259246826,-0.007340367883443832,0.002465309575200081,0.2831856906414032,0.5442747473716736,0.881284810602665,1523.0,389888.0,9916.832876282977,24952832.0 +120.21,8.100000381469727,2429.0,0.009776998311281204,0.12774658203125,0.0,1.7692416906356812,2.2603719234466553,-0.010250753723084927,0.0024563425686210394,0.23705480992794037,0.5440062880516052,0.8974870145320892,1524.0,390144.0,9923.577420740854,24969216.0 +150.98,7.199999809265137,2571.0,0.010079129599034786,0.1319783478975296,0.0,1.7933982610702515,2.2396743297576904,-0.011921603232622147,0.0024624525103718042,0.31600221991539,0.5263692140579224,0.877472035586834,1525.0,390400.0,9929.95010442799,24985600.0 diff --git a/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/checkpoints/25000000 b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/checkpoints/25000000 new file mode 100644 index 0000000000000000000000000000000000000000..06f0007eb04b64c5016f24aef41054bbf1cdc316 --- /dev/null +++ b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/checkpoints/25000000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691380dcce5d827aaeb4e7592fc1fc38bac5195557c06e31f26ca3ddaf85759c +size 7923107 diff --git a/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..85f2fffbb7104678960e3774268bef6d94afdee0 --- /dev/null +++ b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +55.338235294117645,3.2352941036224365,295.0,0.009304813109338284,0.1067301407456398,0.0,0.30581822991371155,2.6993751525878906,-0.0011684104101732373,0.003720734268426895,0.6679608225822449,0.17758716642856598,-0.010235190391540527,1.0,256.0,55.48025866318494,16384.0 +118.86,3.9000000953674316,2646.0,0.009115133434534073,0.1333414763212204,0.0,0.23630787432193756,2.691960096359253,-0.0025433728005737066,0.0037225037813186646,0.5315417051315308,0.09101568907499313,0.0064948201179504395,2.0,512.0,61.67377752298489,32768.0 +175.38,4.400000095367432,2640.0,0.006770955864340067,0.0705769881606102,0.0,0.12043321132659912,2.67741322517395,-0.0012982445769011974,0.0037223196122795343,0.297011137008667,0.10861837863922119,0.03768932819366455,3.0,768.0,67.88062061718665,49152.0 +348.72,4.0,2609.0,0.008409739471971989,0.11126708984375,0.0,0.11665573716163635,2.65350604057312,9.653226152295247e-05,0.0037221508100628853,0.2861884832382202,0.1052342876791954,0.06551492214202881,4.0,1024.0,74.15919502498582,65536.0 +427.67,2.700000047683716,2669.0,0.00867786630988121,0.1169637069106102,0.0,0.10697400569915771,2.671919584274292,-9.52193295233883e-05,0.003721831366419792,0.2675769031047821,0.10995175689458847,0.08530396223068237,5.0,1280.0,80.29895644518547,81920.0 +412.18,2.4000000953674316,2640.0,0.007787420880049467,0.0960286483168602,0.0,0.13098052144050598,2.6696112155914307,-0.0010631297482177615,0.0037218991201370955,0.31747952103614807,0.10730242729187012,0.09774398803710938,6.0,1536.0,86.92410923307762,98304.0 +360.7,2.9000000953674316,2648.0,0.008425935171544552,0.1077067032456398,0.0,0.16685299575328827,2.6657724380493164,-0.0006228204001672566,0.0037217242643237114,0.38826707005500793,0.11958647519350052,0.11740410327911377,7.0,1792.0,93.11150354798883,114688.0 +359.25,3.200000047683716,2631.0,0.005877935793250799,0.07012939453125,0.0,0.12820003926753998,2.6626389026641846,-0.0010483107762411237,0.0037218264769762754,0.31174948811531067,0.1541966050863266,0.1182439923286438,8.0,2048.0,99.33804169902578,131072.0 +391.15,3.4000000953674316,2680.0,0.006794892251491547,0.05743408203125,0.0,0.15908318758010864,2.632704019546509,-0.001763794687576592,0.0037216173950582743,0.3743480443954468,0.17663408815860748,0.1514493227005005,9.0,2304.0,105.45194242917933,147456.0 +326.71,3.700000047683716,2647.0,0.00863120798021555,0.1023763045668602,0.0,0.16076751053333282,2.618818998336792,-0.0016407411312684417,0.0037219019141048193,0.3771929442882538,0.1326524317264557,0.18856465816497803,10.0,2560.0,111.64210801315494,163840.0 +315.11,3.299999952316284,2612.0,0.011073749512434006,0.1630655974149704,0.0,0.05812413990497589,2.6270790100097656,-0.0026796997990459204,0.003721518674865365,0.1741492599248886,0.12144139409065247,0.20738005638122559,11.0,2816.0,117.91441607708111,180224.0 +392.83,2.5999999046325684,2638.0,0.007849236950278282,0.0969034805893898,0.0,0.05593547224998474,2.620710849761963,-0.0011571245267987251,0.003720230422914028,0.16659940779209137,0.1565801352262497,0.22363018989562988,12.0,3072.0,124.12426150916144,196608.0 +404.08,2.9000000953674316,2605.0,0.006918035913258791,0.07086181640625,0.0,0.17367593944072723,2.59076189994812,-0.001404640614055097,0.003719046711921692,0.40197643637657166,0.17892517149448395,0.2146749496459961,13.0,3328.0,130.41321179596707,212992.0 +426.93,3.0,2624.0,0.0057181124575436115,0.0506388358771801,0.0,0.08215494453907013,2.589668035507202,-9.74962385953404e-05,0.0037197379861027002,0.21629823744297028,0.17098985612392426,0.24894773960113525,14.0,3584.0,136.6577571639791,229376.0 +422.98,3.0999999046325684,2654.0,0.004319883417338133,0.0393473319709301,0.0,0.11247751116752625,2.610614538192749,-0.0002950121706817299,0.003720593638718128,0.2777573764324188,0.15716731548309326,0.2512269616127014,15.0,3840.0,142.83123946818523,245760.0 +431.07,3.200000047683716,2662.0,0.006777298171073198,0.0838419571518898,0.0,0.12827417254447937,2.598655939102173,-0.0019501186907291412,0.0037193146999925375,0.31242167949676514,0.1773550659418106,0.26386141777038574,16.0,4096.0,148.98955384315923,262144.0 +410.9,3.200000047683716,2655.0,0.006785318721085787,0.0717976912856102,0.0,0.1150468960404396,2.572392225265503,-0.001467705238610506,0.003714620368555188,0.2844770848751068,0.2104354351758957,0.3158329725265503,17.0,4352.0,155.16038515698165,278528.0 +360.63,2.9000000953674316,2649.0,0.009063078090548515,0.09033203125,0.0,0.12447658181190491,2.5618879795074463,-0.0008028309675864875,0.0037157328333705664,0.3017965853214264,0.20525409281253815,0.2519042491912842,18.0,4608.0,161.34413080499507,294912.0 +342.36,2.9000000953674316,2622.0,0.006118807476013899,0.0658162459731102,0.0,0.08081391453742981,2.5496788024902344,-0.00047615115181542933,0.003717903746291995,0.21357369422912598,0.17395497858524323,0.28622013330459595,19.0,4864.0,167.59289471409284,311296.0 +362.09,3.0999999046325684,2639.0,0.005674461368471384,0.0683797225356102,0.0,0.14250101149082184,2.554036855697632,0.00042362717795185745,0.0037165016401559114,0.33523550629615784,0.19213412702083588,0.24142354726791382,20.0,5120.0,173.80207330803387,327680.0 +383.58,3.0999999046325684,2666.0,0.008940650150179863,0.1020304337143898,0.0,0.08220575749874115,2.549156904220581,0.00048072324716486037,0.00371713493950665,0.2144332379102707,0.17161358892917633,0.28702372312545776,21.0,5376.0,179.94651960511692,344064.0 +391.34,3.4000000953674316,2626.0,0.013514519669115543,0.1595255583524704,0.0,0.07875897735357285,2.581228256225586,-0.001400718349032104,0.0037125740200281143,0.21194393932819366,0.15818364918231964,0.36838316917419434,22.0,5632.0,186.18489770707674,360448.0 +440.07,3.4000000953674316,2541.0,0.008681639097630978,0.09283447265625,0.0,0.04596857354044914,2.5950002670288086,-0.0009427333134226501,0.003712177975103259,0.1457226276397705,0.19385479390621185,0.370089054107666,23.0,5888.0,192.63252967013977,376832.0 +487.76,2.299999952316284,2635.0,0.005695641040802002,0.0467529296875,0.0,0.09499906748533249,2.5944154262542725,-0.000487935496494174,0.003709867363795638,0.2428622841835022,0.21923746168613434,0.4093106985092163,24.0,6144.0,198.8489314580802,393216.0 +417.17,2.700000047683716,2582.0,0.006200996693223715,0.0765380859375,0.0,0.08007883280515671,2.596290111541748,-0.001935308682732284,0.003706990974023938,0.21595405042171478,0.23555238544940948,0.497316837310791,25.0,6400.0,205.19408397306688,409600.0 +376.62,3.0999999046325684,2661.0,0.008198898285627365,0.0839436873793602,0.0,0.0448475144803524,2.603191375732422,-0.0010397194419056177,0.003704790258780122,0.14383827149868011,0.26492053270339966,0.5065377950668335,26.0,6656.0,211.35143151995726,425984.0 +390.12,2.700000047683716,2636.0,0.007066467776894569,0.0714111328125,0.0,0.0715484768152237,2.6032662391662598,-0.0023357451427727938,0.003698124550282955,0.19983375072479248,0.3320377767086029,0.48983120918273926,27.0,6912.0,217.56729052611627,442368.0 +371.23,3.0999999046325684,2659.0,0.005297944415360689,0.0386555977165699,0.0,0.09349384903907776,2.609724283218384,-0.0017641790909692645,0.0036904457956552505,0.24271054565906525,0.5545660853385925,0.5510506331920624,28.0,7168.0,223.72857683105394,458752.0 +394.98,3.5,2664.0,0.005937204230576754,0.0573527030646801,0.0,0.08481837064027786,2.625105142593384,-0.0029435891192406416,0.003694994607940316,0.22802604734897614,0.5360972881317139,0.5242293775081635,29.0,7424.0,229.8783286260441,475136.0 +364.0,4.599999904632568,2604.0,0.0072816237807273865,0.0877889022231102,0.0,0.16671888530254364,2.621295928955078,-0.0038439647760242224,0.0036839826498180628,0.39355161786079407,0.5695770978927612,0.492753803730011,30.0,7680.0,236.1708720140159,491520.0 +248.18,4.5,2642.0,0.006937708240002394,0.0788777694106102,0.0,0.2945055663585663,2.599850654602051,-0.003926353063434362,0.0036687126848846674,0.6488608121871948,0.9387131333351135,0.4762563109397888,31.0,7936.0,242.37119857803918,507904.0 +175.65,5.800000190734863,2652.0,0.004670871887356043,0.0349934883415699,0.0,0.3881661593914032,2.5920629501342773,-0.003491748357191682,0.003662709379568696,0.8351568579673767,0.9076423645019531,0.4788987636566162,32.0,8192.0,248.54987832414918,524288.0 +179.52,4.800000190734863,2656.0,0.004499973263591528,0.0242919921875,0.0,0.18059034645557404,2.589629650115967,-0.0016084704548120499,0.0036481900606304407,0.4161902368068695,1.1183183193206787,0.5618618428707123,33.0,8448.0,254.7189694591798,540672.0 +208.98,5.199999809265137,2634.0,0.004596136976033449,0.0406901054084301,0.0,0.33860501646995544,2.575672149658203,-0.0022411728277802467,0.003634614869952202,0.7332057356834412,1.1584492921829224,0.53538379073143,34.0,8704.0,260.9384331391193,557056.0 +141.32,5.699999809265137,2626.0,0.008025758899748325,0.1111246719956398,0.0,0.33694466948509216,2.559988021850586,-0.0033317161723971367,0.0036149739753454924,0.7317524552345276,1.3761647939682007,0.54311802983284,35.0,8960.0,267.17602156009525,573440.0 +165.99,5.599999904632568,2636.0,0.006809283047914505,0.08074951171875,0.0,0.2381921261548996,2.5357956886291504,-0.0015270374715328217,0.003582177683711052,0.530154287815094,1.9017139673233032,0.6258440017700195,36.0,9216.0,273.39132355712354,589824.0 +222.31,5.5,2656.0,0.005145165603607893,0.0564168281853199,0.0,0.2128765732049942,2.5291237831115723,-0.0022782236337661743,0.003558884607627988,0.48089203238487244,2.7844245433807373,0.656385064125061,37.0,9472.0,279.56145677296445,606208.0 +213.83,6.099999904632568,2605.0,0.006551923230290413,0.0779622420668602,0.0,0.2600548267364502,2.4844446182250977,-0.0037023217882961035,0.0035281723830848932,0.577203094959259,3.2885093688964844,0.6219763159751892,38.0,9728.0,285.8521132131573,622592.0 +167.75,5.699999809265137,2637.0,0.0063805487006902695,0.07666015625,0.0,0.19183890521526337,2.4889981746673584,-0.0030889343470335007,0.00355168548412621,0.43963563442230225,2.931065320968628,0.571509838104248,39.0,9984.0,292.0656277020462,638976.0 +226.7,5.0,2648.0,0.005336936097592115,0.0545654296875,0.0,0.26927313208580017,2.4821789264678955,-0.0025235845241695642,0.003539313795045018,0.5932369828224182,2.497328042984009,0.5930701792240143,40.0,10240.0,298.25248765107244,655360.0 +187.46,4.900000095367432,2650.0,0.00462737400084734,0.04541015625,0.0,0.17163324356079102,2.4858109951019287,-0.002091367729008198,0.0035601211711764336,0.3971653878688812,2.451234817504883,0.6481036245822906,41.0,10496.0,304.43411144497804,671744.0 +203.61,5.599999904632568,2657.0,0.005842356476932764,0.0631103515625,0.0,0.23064808547496796,2.4776217937469482,-0.0019147800048813224,0.0035396134480834007,0.5146781206130981,2.2958648204803467,0.6193273067474365,42.0,10752.0,310.6010116941761,688128.0 +204.27,5.800000190734863,2579.0,0.004979483317583799,0.0464680977165699,0.0,0.17659085988998413,2.4774014949798584,-0.0036417385563254356,0.003518965793773532,0.41001322865486145,2.0466766357421875,0.6828092634677887,43.0,11008.0,316.9538447931409,704512.0 +215.39,5.0,2627.0,0.006204517558217049,0.0816853865981102,0.0,0.23560796678066254,2.472205400466919,-0.0024114593397825956,0.003499136073514819,0.5254829525947571,1.9835376739501953,0.6493745744228363,44.0,11264.0,323.1904564660508,720896.0 +216.95,5.199999809265137,2662.0,0.006150850560516119,0.06463623046875,0.0,0.20169679820537567,2.4595327377319336,-0.0022889142856001854,0.003480273997411132,0.4571619927883148,2.208409070968628,0.6876339912414551,45.0,11520.0,329.3461736929603,737280.0 +252.02,5.300000190734863,2650.0,0.0067954715341329575,0.0779825821518898,0.0,0.19813555479049683,2.4560248851776123,-0.003120248904451728,0.003464329754933715,0.45163214206695557,2.830878973007202,0.7222338020801544,46.0,11776.0,335.52995767397806,753664.0 +224.58,6.300000190734863,2535.0,0.006572645157575607,0.0750935897231102,0.0,0.1553204208612442,2.4659130573272705,-0.004934736527502537,0.0034524956718087196,0.36982858180999756,2.894099235534668,0.7716237455606461,47.0,12032.0,341.9914776920341,770048.0 +197.67,5.5,2611.0,0.006370984483510256,0.0792236328125,0.0,0.28752613067626953,2.4735147953033447,-0.001626815996132791,0.0034404376056045294,0.6277762055397034,3.1753034591674805,0.6750113368034363,48.0,12288.0,348.26508315303363,786432.0 +198.25,6.5,2570.0,0.003940780181437731,0.037109375,0.0,0.31769847869873047,2.501350164413452,-0.0015628846595063806,0.003449473762884736,0.6885497570037842,3.5825250148773193,0.6080471873283386,49.0,12544.0,354.639716621954,802816.0 +154.58,5.699999809265137,2525.0,0.01081010326743126,0.1279093474149704,0.0,2.5247747898101807,2.507124423980713,0.0021203041542321444,0.003406240837648511,0.6247767806053162,1.04806387424469,0.6758107244968414,50.0,12800.0,361.1279143129941,819200.0 +123.31,6.0,2601.0,0.00891474261879921,0.0879720076918602,0.0,2.1930530071258545,2.4637768268585205,-0.0004774461267516017,0.003302856581285596,0.6255791783332825,0.6936524510383606,0.7155733406543732,51.0,13056.0,367.42690464900807,835584.0 +145.51,5.599999904632568,2567.0,0.009516194462776184,0.1182861328125,0.0,2.0962910652160645,2.4620630741119385,-0.0020043516997247934,0.0032709327060729265,0.5372228622436523,0.6467544436454773,0.6876339614391327,52.0,13312.0,373.80853973003104,851968.0 +195.11,4.900000095367432,2536.0,0.00842804554849863,0.08831787109375,0.0,1.9942947626113892,2.455542802810669,-0.004412890877574682,0.0032457581255584955,0.3968895971775055,0.6230512261390686,0.7480335831642151,53.0,13568.0,380.27002495201305,868352.0 +155.07,6.400000095367432,2597.0,0.0054845851846039295,0.0587361641228199,0.0,1.971402645111084,2.448023557662964,-0.0032110949978232384,0.003217719728127122,0.4248177707195282,0.5901369452476501,0.7328924834728241,54.0,13824.0,386.57846336904913,884736.0 +192.35,6.699999809265137,2606.0,0.007469413336366415,0.0919392928481102,0.0,1.9653054475784302,2.4256021976470947,-0.0024826533626765013,0.0032080886885523796,0.4681711196899414,0.5595967173576355,0.7630846202373505,55.0,14080.0,392.8653295391705,901120.0 +199.24,6.199999809265137,2588.0,0.007259627804160118,0.08575439453125,0.0,1.9535236358642578,2.4175503253936768,-0.004296122584491968,0.0031992311123758554,0.459491491317749,0.5569992065429688,0.7682013809680939,56.0,14336.0,399.19493433996104,917504.0 +197.6,5.599999904632568,2645.0,0.005959841888397932,0.0670166015625,0.0,1.9163488149642944,2.4205262660980225,-0.0032702803146094084,0.003187695285305381,0.3931310176849365,0.5566247701644897,0.7816299051046371,57.0,14592.0,405.39021212095395,933888.0 +187.33,5.5,2639.0,0.0049957833252847195,0.05657958984375,0.0,2.0248782634735107,2.4238638877868652,-0.001450690091587603,0.0031858787406235933,0.5779556035995483,0.5751714110374451,0.7062149047851562,58.0,14848.0,411.59843164798804,950272.0 +148.88,5.599999904632568,2646.0,0.006740345153957605,0.0814412459731102,0.0,1.9112334251403809,2.4506008625030518,-0.00322718289680779,0.003172521712258458,0.393343448638916,0.5581019520759583,0.7589386403560638,59.0,15104.0,417.7894271670375,966656.0 +234.32,5.5,2626.0,0.008952665142714977,0.1238810196518898,0.0,1.8620933294296265,2.458254814147949,-0.005692583974450827,0.003170614130795002,0.3584641218185425,0.5231686234474182,0.7693677544593811,60.0,15360.0,424.0281481181737,983040.0 +173.9,6.0,2634.0,0.005529139656573534,0.0663248673081398,0.0,1.8728266954421997,2.4736552238464355,-0.0026559578254818916,0.0031626622658222914,0.4229183495044708,0.4971427917480469,0.7667408436536789,61.0,15616.0,430.24866034812294,999424.0 +194.21,5.300000190734863,2654.0,0.007529166992753744,0.09185791015625,0.0,1.902663230895996,2.5033376216888428,-0.00370931439101696,0.0031544158700853586,0.4791528880596161,0.5050432682037354,0.7012019157409668,62.0,15872.0,436.4207819721196,1015808.0 +178.29,6.699999809265137,2645.0,0.006708793342113495,0.0877278670668602,0.0,1.8621188402175903,2.509082078933716,-0.002810199512168765,0.003154734382405877,0.43214309215545654,0.4828770160675049,0.7340485155582428,63.0,16128.0,442.61447446909733,1032192.0 +170.68,5.800000190734863,2625.0,0.005154469050467014,0.0580851249396801,0.0,1.8570771217346191,2.4939124584198,-0.003515731543302536,0.0031517790630459785,0.4480912685394287,0.4690171480178833,0.7231529355049133,64.0,16384.0,448.855838004034,1048576.0 +166.86,6.400000095367432,2608.0,0.006667667999863625,0.0832723006606102,0.0,1.8864189386367798,2.4369618892669678,-0.003745161695405841,0.0031340960413217545,0.4907936751842499,0.4872741997241974,0.722231924533844,65.0,16640.0,455.13855253113434,1064960.0 +178.97,6.199999809265137,2638.0,0.00725134089589119,0.0934041365981102,0.0,1.8206688165664673,2.4262893199920654,-0.005520216654986143,0.0031266037840396166,0.40713730454444885,0.46363142132759094,0.7580899596214294,66.0,16896.0,461.34979256102815,1081344.0 +173.92,6.800000190734863,2652.0,0.007499294821172953,0.1021321639418602,0.0,1.8431824445724487,2.400782585144043,-0.0041468036361038685,0.003119970439001918,0.4505126476287842,0.46596062183380127,0.7562934905290604,67.0,17152.0,467.527443096973,1097728.0 +182.63,5.599999904632568,2643.0,0.007831625640392303,0.1077880859375,0.0,1.8328391313552856,2.3915207386016846,-0.0038953451439738274,0.0031158600468188524,0.4604588449001312,0.4487413465976715,0.7522393763065338,68.0,17408.0,473.72699857107364,1114112.0 +204.1,5.199999809265137,2595.0,0.006052881479263306,0.0788167342543602,0.0,1.7901339530944824,2.3846325874328613,-0.003870587795972824,0.003109715646132827,0.3723914623260498,0.4533330500125885,0.7831435203552246,69.0,17664.0,480.0451176741626,1130496.0 +178.73,6.199999809265137,2632.0,0.005210068076848984,0.06024169921875,0.0,1.8285590410232544,2.3985507488250732,-0.003592170774936676,0.0031075223814696074,0.4333516061306,0.46403685212135315,0.7884192615747452,70.0,17920.0,486.2702849849593,1146880.0 +137.66,6.900000095367432,2659.0,0.004197089467197657,0.0401611328125,0.0,1.8847908973693848,2.382206439971924,-0.003378879511728883,0.0031073985155671835,0.5753088593482971,0.44548556208610535,0.7632036954164505,71.0,18176.0,492.4313341360539,1163264.0 +147.27,6.0,2635.0,0.006997441407293081,0.0856526717543602,0.0,1.8228321075439453,2.3797719478607178,-0.00466429628431797,0.003098282730206847,0.4585862457752228,0.4471675455570221,0.7761727273464203,72.0,18432.0,498.64895668206736,1179648.0 +189.3,6.199999809265137,2606.0,0.00588289275765419,0.07061767578125,0.0,1.7548869848251343,2.406625747680664,-0.004890191834419966,0.0030927415937185287,0.34552833437919617,0.4364960193634033,0.8018418699502945,73.0,18688.0,504.93492387305014,1196032.0 +120.21,5.900000095367432,2622.0,0.005744453519582748,0.0679931640625,0.0,1.763443946838379,2.401674509048462,-0.004107190761715174,0.0030911194626241922,0.3750670254230499,0.4286363124847412,0.792433887720108,74.0,18944.0,511.18306704913266,1212416.0 +189.68,6.099999904632568,2626.0,0.007099999580532312,0.09295654296875,0.0,1.7523823976516724,2.4251177310943604,-0.003627207363024354,0.0030890395864844322,0.37114617228507996,0.418172687292099,0.7867718040943146,75.0,19200.0,517.4227853361517,1228800.0 +186.7,5.699999809265137,2609.0,0.00451946584507823,0.0548095703125,0.0,1.8192442655563354,2.43030047416687,-0.002842053072527051,0.0030888698529452085,0.49995043873786926,0.42038270831108093,0.7527333647012711,76.0,19456.0,523.7032529299613,1245184.0 +153.91,5.5,2562.0,0.005613795947283506,0.0590006522834301,0.0,1.7928919792175293,2.4833273887634277,-0.0028659130912274122,0.003084090305492282,0.415631502866745,0.4429090917110443,0.7709809690713882,77.0,19712.0,530.0972193940543,1261568.0 +151.62,5.699999809265137,2596.0,0.005384848918765783,0.0622762031853199,0.0,1.8545560836791992,2.4489023685455322,-0.004274775739759207,0.00308198481798172,0.5790879726409912,0.42057791352272034,0.7255666553974152,78.0,19968.0,536.4073767389636,1277952.0 +164.8,5.800000190734863,2567.0,0.005765218753367662,0.05999755859375,0.0,1.759738564491272,2.474665403366089,-0.004059561528265476,0.0030828688759356737,0.4235868752002716,0.39918267726898193,0.7527142763137817,79.0,20224.0,542.7905629361048,1294336.0 +123.29,7.099999904632568,2554.0,0.006006995681673288,0.0765787735581398,0.0,1.8189047574996948,2.460308313369751,-0.0029269123915582895,0.0030799396336078644,0.52090984582901,0.41200557351112366,0.7384003102779388,80.0,20480.0,549.2056378130801,1310720.0 +131.23,6.5,2550.0,0.007752804085612297,0.10430908203125,0.0,1.6981011629104614,2.4692375659942627,-0.004759072791785002,0.003069317666813731,0.2829519212245941,0.41743576526641846,0.7988108694553375,81.0,20736.0,555.6317757649813,1327104.0 +228.08,5.800000190734863,2591.0,0.005786411464214325,0.0666707381606102,0.0,1.787397027015686,2.4508297443389893,-0.0024316711351275444,0.003062153235077858,0.4454291760921478,0.4278434216976166,0.7628086060285568,82.0,20992.0,561.9555290699936,1343488.0 +194.02,6.099999904632568,2625.0,0.007384380791336298,0.0943806990981102,0.0,1.7254828214645386,2.4591784477233887,-0.0042163836769759655,0.0030606898944824934,0.36553382873535156,0.4038389027118683,0.7905863225460052,83.0,21248.0,568.1969956110697,1359872.0 +152.17,6.300000190734863,2577.0,0.006410920526832342,0.0749308243393898,0.0,1.811221957206726,2.4622271060943604,-0.002072361996397376,0.0030653870198875666,0.5046210885047913,0.4188215732574463,0.7496977746486664,84.0,21504.0,574.5538677670993,1376256.0 +142.02,6.400000095367432,2617.0,0.006481904070824385,0.0774332657456398,0.0,1.7989100217819214,2.4859619140625,-0.002068056957796216,0.0030627755913883448,0.48973801732063293,0.41441985964775085,0.7775861173868179,85.0,21760.0,580.815067948075,1392640.0 +161.48,6.599999904632568,2639.0,0.009586583822965622,0.1408894807100296,0.0,1.7807917594909668,2.4843783378601074,-0.002121206372976303,0.0030582912731915712,0.4780489504337311,0.401601642370224,0.7741951644420624,86.0,22016.0,587.0239138561301,1409024.0 +142.5,6.800000190734863,2648.0,0.006608933210372925,0.0832926407456398,0.0,1.7730497121810913,2.4618980884552,-0.0033514220267534256,0.00304457382299006,0.4261128902435303,0.43212947249412537,0.8029700368642807,87.0,22272.0,593.210755957989,1425408.0 +165.7,5.599999904632568,2621.0,0.004792576655745506,0.05584716796875,0.0,1.7739089727401733,2.419743299484253,-0.002814393723383546,0.003049127059057355,0.4783937633037567,0.3975582420825958,0.7695944905281067,88.0,22528.0,599.4608123709913,1441792.0 +163.73,6.400000095367432,2665.0,0.004607916343957186,0.0449422188103199,0.0,1.688670039176941,2.4226338863372803,-0.002702463185414672,0.0030446031596511602,0.3184386193752289,0.393242746591568,0.8070056587457657,89.0,22784.0,605.611235318007,1458176.0 +184.51,6.599999904632568,2616.0,0.006574157625436783,0.0799357071518898,0.0,1.7337931394577026,2.4054641723632812,-0.004648298490792513,0.003049989929422736,0.4372388422489166,0.3751607835292816,0.7576816082000732,90.0,23040.0,611.8734033501241,1474560.0 +157.44,5.599999904632568,2622.0,0.006500547751784325,0.0834147110581398,0.0,1.8260517120361328,2.4149982929229736,-0.004369107075035572,0.0030428192112594843,0.6123766303062439,0.3842918574810028,0.6938035786151886,91.0,23296.0,618.1209217470605,1490944.0 +136.23,5.400000095367432,2601.0,0.006464156787842512,0.08868408203125,0.0,1.8290562629699707,2.4309327602386475,-0.0024822403211146593,0.003047277918085456,0.5957884788513184,0.39384278655052185,0.6682279109954834,92.0,23552.0,624.4204322490841,1507328.0 +140.32,5.599999904632568,2602.0,0.004758814815431833,0.04608154296875,0.0,1.7603071928024292,2.431730031967163,-0.002603384666144848,0.0030384117271751165,0.4756937325000763,0.38772454857826233,0.7119350135326385,93.0,23808.0,630.7159957161639,1523712.0 +188.45,5.699999809265137,2596.0,0.006778262555599213,0.0838623046875,0.0,1.7097285985946655,2.4242119789123535,-0.003766736015677452,0.0030266677495092154,0.35341742634773254,0.4079320728778839,0.7784245759248734,94.0,24064.0,637.0275634629652,1540096.0 +169.42,5.699999809265137,2642.0,0.004865772556513548,0.05706787109375,0.0,1.7909431457519531,2.3847525119781494,-0.0023787945974618196,0.0030222178902477026,0.5198957324028015,0.4054715633392334,0.7052202224731445,95.0,24320.0,643.2287896231283,1556480.0 +171.03,5.800000190734863,2630.0,0.0037373851519078016,0.0279541015625,0.0,1.8123044967651367,2.3480875492095947,-0.002213322790339589,0.003033973043784499,0.588121235370636,0.3832451403141022,0.676944226026535,96.0,24576.0,649.458634067094,1572864.0 +133.47,6.400000095367432,2610.0,0.006042037159204483,0.0657958984375,0.0,1.8224740028381348,2.3278887271881104,-0.0026112953200936317,0.003031548811122775,0.5671733617782593,0.41010579466819763,0.6677670776844025,97.0,24832.0,655.7365989631508,1589248.0 +174.03,5.800000190734863,2607.0,0.004747841972857714,0.0469970703125,0.0,1.830909252166748,2.341726541519165,-0.0026671169325709343,0.003029053332284093,0.595168948173523,0.4047459661960602,0.6821711659431458,98.0,25088.0,662.0204086431768,1605632.0 +160.0,6.599999904632568,2629.0,0.006362568587064743,0.07977294921875,0.0,1.8663095235824585,2.345581293106079,-0.0023512972984462976,0.003041289746761322,0.7046037316322327,0.3745119273662567,0.5799096822738647,99.0,25344.0,668.2525387820788,1622016.0 +108.53,6.300000190734863,2638.0,0.006372824776917696,0.0804646834731102,0.0,1.8554588556289673,2.3701741695404053,-0.003066761652007699,0.0030200097244232893,0.6198792457580566,0.39579832553863525,0.6196525692939758,100.0,25600.0,674.4636195199564,1638400.0 +127.76,6.300000190734863,2579.0,0.005986290518194437,0.0763346329331398,0.0,1.7955282926559448,2.375746965408325,-0.003958489745855331,0.0030148623045533895,0.5162226557731628,0.3897000253200531,0.6613970100879669,101.0,25856.0,680.8172397320159,1654784.0 +176.88,6.199999809265137,2556.0,0.006802257616072893,0.0882364884018898,0.0,1.7508221864700317,2.377298593521118,-0.003575095208361745,0.0030119437724351883,0.4375983476638794,0.38417479395866394,0.6977887749671936,102.0,26112.0,687.2281501810066,1671168.0 +152.04,6.0,2587.0,0.006760342512279749,0.0843302384018898,0.0,1.7778326272964478,2.3975093364715576,-0.0034240505192428827,0.003011876717209816,0.4916260242462158,0.3842662572860718,0.6700846254825592,103.0,26368.0,693.5618772599846,1687552.0 +160.3,5.900000095367432,2607.0,0.007382313255220652,0.0965576171875,0.0,1.7872921228408813,2.4248058795928955,-0.0047273957170546055,0.003009885549545288,0.5039703845977783,0.39115700125694275,0.6424943208694458,104.0,26624.0,699.8470978420228,1703936.0 +164.85,6.0,2643.0,0.006124552339315414,0.0746866837143898,0.0,1.7695339918136597,2.4304702281951904,-0.0020141720306128263,0.0029991967603564262,0.4605238437652588,0.39808785915374756,0.7006004750728607,105.0,26880.0,706.0464240801521,1720320.0 +139.59,6.5,2665.0,0.006709312554448843,0.0874430313706398,0.0,1.8017746210098267,2.4488775730133057,-0.0018463573651388288,0.0029968523886054754,0.525266706943512,0.3991210162639618,0.6080629825592041,106.0,27136.0,712.192777991062,1736704.0 +126.94,5.5,2600.0,0.005979087203741074,0.067626953125,0.0,1.8600252866744995,2.4285061359405518,-0.0019574027974158525,0.00300138839520514,0.6558040380477905,0.38823381066322327,0.576740175485611,107.0,27392.0,718.4927829331718,1753088.0 +105.04,6.0,2589.0,0.004899895284324884,0.05426025390625,0.0,1.8653615713119507,2.403385877609253,-0.0024134789127856493,0.003003263147547841,0.6965551376342773,0.3693154752254486,0.5998216569423676,108.0,27648.0,724.8208924711216,1769472.0 +156.9,6.599999904632568,2569.0,0.007077481597661972,0.0924072265625,0.0,1.7810333967208862,2.3996846675872803,-0.002693942515179515,0.0029985650908201933,0.534830629825592,0.36775800585746765,0.6438619792461395,109.0,27904.0,731.202760691056,1785856.0 +141.16,6.699999809265137,2615.0,0.006635485682636499,0.0800577774643898,0.0,1.743526577949524,2.3813436031341553,-0.0024135117419064045,0.003000134602189064,0.47487306594848633,0.3572862446308136,0.6528803408145905,110.0,28160.0,737.4684726709966,1802240.0 +126.2,6.199999809265137,2602.0,0.00693897670134902,0.0869344100356102,0.0,1.7907160520553589,2.385599374771118,-0.003913596272468567,0.002985570579767227,0.5510063767433167,0.377496600151062,0.607190728187561,111.0,28416.0,743.7642792400438,1818624.0 +208.25,5.400000095367432,2613.0,0.005891943816095591,0.0663859024643898,0.0,1.8172584772109985,2.3670876026153564,-0.002979845041409135,0.0029796448070555925,0.608820915222168,0.37623652815818787,0.5613720715045929,112.0,28672.0,750.0347664391156,1835008.0 +132.53,6.0,2642.0,0.007625950034707785,0.1122233048081398,0.0,1.8952916860580444,2.339787721633911,-0.0030817335937172174,0.0029785160440951586,0.7462992072105408,0.3878595530986786,0.5359227061271667,113.0,28928.0,756.2362559409812,1851392.0 +128.66,6.800000190734863,2615.0,0.008812683634459972,0.1251017302274704,0.0,1.7828058004379272,2.3559322357177734,-0.0027895134408026934,0.0029820192139595747,0.47049903869628906,0.4167541265487671,0.7080674469470978,114.0,29184.0,762.5022171540186,1867776.0 +154.44,7.099999904632568,2620.0,0.00660339742898941,0.0885213240981102,0.0,1.7359155416488647,2.3383171558380127,-0.003026195103302598,0.002969281515106559,0.39579257369041443,0.4116365909576416,0.7224406003952026,115.0,29440.0,768.7552269829903,1884160.0 +177.26,6.199999809265137,2600.0,0.008320420980453491,0.11700439453125,0.0,1.7603235244750977,2.341336727142334,-0.0018702778033912182,0.0029621582943946123,0.47670796513557434,0.39437952637672424,0.6791099309921265,116.0,29696.0,775.0567089330871,1900544.0 +181.55,6.599999904632568,2623.0,0.008735873736441135,0.12481689453125,0.0,1.6519737243652344,2.354501485824585,-0.00408186623826623,0.0029678409919142723,0.32067757844924927,0.35760900378227234,0.7248753309249878,117.0,29952.0,781.3039535200223,1916928.0 +235.64,5.400000095367432,2640.0,0.007141944020986557,0.0914306640625,0.0,1.773850917816162,2.3615381717681885,-0.004281132481992245,0.002969592809677124,0.5673121809959412,0.35531389713287354,0.582020491361618,118.0,30208.0,787.5094935020898,1933312.0 +114.42,6.300000190734863,2614.0,0.00790050532668829,0.1086018905043602,0.0,1.7503252029418945,2.3735435009002686,-0.002180274575948715,0.0029736256692558527,0.5376115441322327,0.3403809070587158,0.574930727481842,119.0,30464.0,793.7769952050876,1949696.0 +204.54,5.400000095367432,2637.0,0.007632147055119276,0.1009928360581398,0.0,1.7970281839370728,2.4090352058410645,-0.0014196872944012284,0.0029645992908626795,0.6247913837432861,0.34817615151405334,0.476024866104126,120.0,30720.0,799.9897254391108,1966080.0 +123.28,6.300000190734863,2600.0,0.007300636265426874,0.0967203751206398,0.0,1.7564281225204468,2.395392894744873,-0.0024304536636918783,0.002955937059596181,0.5137946009635925,0.37162545323371887,0.5975467264652252,121.0,30976.0,806.2919450111222,1982464.0 +136.44,6.300000190734863,2645.0,0.007832772098481655,0.10308837890625,0.0,1.7015272378921509,2.4121220111846924,-0.004625688306987286,0.0029552329797297716,0.44928595423698425,0.3473912477493286,0.6726066172122955,122.0,31232.0,812.4865396330133,1998848.0 +186.37,6.099999904632568,2631.0,0.00574125163257122,0.0689290389418602,0.0,1.7293812036514282,2.394242525100708,-0.0029818520415574312,0.0029487477149814367,0.4982497990131378,0.35251185297966003,0.630013644695282,123.0,31488.0,818.7140259530861,2015232.0 +183.8,6.300000190734863,2647.0,0.006586659234017134,0.0782674178481102,0.0,1.6568603515625,2.404566526412964,-0.00407566549256444,0.002949223853647709,0.3677290976047516,0.34492385387420654,0.7109982967376709,124.0,31744.0,824.9027708831709,2031616.0 +207.23,5.800000190734863,2641.0,0.0077359662391245365,0.1070760115981102,0.0,1.707305908203125,2.415435791015625,-0.002104283543303609,0.0029504240956157446,0.46260368824005127,0.34571269154548645,0.6229070425033569,125.0,32000.0,831.1072479351424,2048000.0 +120.06,7.400000095367432,2620.0,0.0064707049168646336,0.0804443359375,0.0,1.7175718545913696,2.39064621925354,-0.0038028163835406303,0.002947994275018573,0.4784715175628662,0.3515123128890991,0.6322337985038757,126.0,32256.0,837.3612137211021,2064384.0 +151.63,6.300000190734863,2619.0,0.008007523603737354,0.1101481094956398,0.0,1.715169072151184,2.398472309112549,-0.00287839793600142,0.00294678658246994,0.483638733625412,0.3450462520122528,0.6882256865501404,127.0,32512.0,843.6173974850681,2080768.0 +176.51,6.300000190734863,2617.0,0.0049268631264567375,0.04522705078125,0.0,1.758546233177185,2.386301279067993,-0.003665534546598792,0.0029443136882036924,0.582791268825531,0.3395752012729645,0.6438369750976562,128.0,32768.0,849.8784569080453,2097152.0 +103.78,6.199999809265137,2627.0,0.00654301792383194,0.08209228515625,0.0,1.705263614654541,2.3912007808685303,-0.004337421152740717,0.0029444692190736532,0.5005248188972473,0.3256450295448303,0.6585280895233154,129.0,33024.0,856.116459663026,2113536.0 +192.88,6.699999809265137,2645.0,0.007377058733254671,0.1006876602768898,0.0,1.6794209480285645,2.3745853900909424,-0.003559098346158862,0.0029469106812030077,0.4562323987483978,0.31879907846450806,0.7198229432106018,130.0,33280.0,862.3115256021265,2129920.0 +90.93,6.599999904632568,2630.0,0.00747470511123538,0.1001383438706398,0.0,1.7290199995040894,2.3594810962677,-0.004097856115549803,0.002936668461188674,0.5223832726478577,0.3444182872772217,0.6843323111534119,131.0,33536.0,868.5410899331328,2146304.0 +162.1,5.800000190734863,2664.0,0.00806750450283289,0.1119588240981102,0.0,1.7614574432373047,2.4027507305145264,-0.0018658818444237113,0.002932115690782666,0.5842580199241638,0.34633204340934753,0.6070916950702667,132.0,33792.0,874.6916897061747,2162688.0 +149.67,7.0,2638.0,0.007595691829919815,0.1125284805893898,0.0,1.6957778930664062,2.35068678855896,-0.0032681934535503387,0.0029270548839122057,0.431313157081604,0.36301347613334656,0.713286817073822,133.0,34048.0,880.903350766981,2179072.0 +157.22,5.699999809265137,2640.0,0.007620275020599365,0.1025594100356102,0.0,1.7990401983261108,2.344907760620117,-0.0036821141839027405,0.0029227929189801216,0.6270720362663269,0.3721010386943817,0.5903599858283997,134.0,34304.0,887.1090451129712,2195456.0 +170.69,6.099999904632568,2587.0,0.007361405994743109,0.0920003280043602,0.0,1.7199662923812866,2.3815228939056396,-0.002850118326023221,0.0029256511479616165,0.5067816376686096,0.34716281294822693,0.6407116651535034,135.0,34560.0,893.4412176960614,2211840.0 +191.15,6.199999809265137,2629.0,0.004975795745849609,0.0570475272834301,0.0,1.6527355909347534,2.366713285446167,-0.0029986202716827393,0.0029235323891043663,0.38029488921165466,0.3433897793292999,0.724392831325531,136.0,34816.0,899.6717775301076,2228224.0 +134.88,6.800000190734863,2609.0,0.006609310861676931,0.08123779296875,0.0,1.6395479440689087,2.379335641860962,-0.0037521871272474527,0.002920077880844474,0.3595162630081177,0.3427918255329132,0.687415599822998,137.0,35072.0,905.9524791801814,2244608.0 +167.82,6.599999904632568,2630.0,0.0071085537783801556,0.0961710587143898,0.0,1.730860710144043,2.3480491638183594,-0.004576817620545626,0.0029209379572421312,0.5525121092796326,0.33669736981391907,0.6163057088851929,138.0,35328.0,912.1825226419605,2260992.0 +122.86,6.699999809265137,2611.0,0.0075854952447116375,0.1018473282456398,0.0,1.7495046854019165,2.3453590869903564,-0.003869598498567939,0.002919132122769952,0.5709827542304993,0.3481144905090332,0.5988844037055969,139.0,35584.0,918.4568155070301,2277376.0 +123.85,6.599999904632568,2610.0,0.007708654273301363,0.1045735701918602,0.0,1.6591525077819824,2.334728479385376,-0.0039313072338700294,0.0029158194083720446,0.40477487444877625,0.3409309685230255,0.627602756023407,140.0,35840.0,924.7326960200444,2293760.0 +153.2,6.5,2629.0,0.007612206041812897,0.0993245467543602,0.0,1.704667091369629,2.324265718460083,-0.004206276498734951,0.0029181670397520065,0.5039404034614563,0.33503273129463196,0.629942774772644,141.0,36096.0,930.9649060210213,2310144.0 +165.93,6.300000190734863,2594.0,0.006966954562813044,0.0850830078125,0.0,1.745245337486267,2.3553011417388916,-0.0028153080493211746,0.0029234581161290407,0.5622751116752625,0.34490835666656494,0.6407246887683868,142.0,36352.0,937.281446042005,2326528.0 +152.54,6.800000190734863,2564.0,0.009071676060557365,0.1307779997587204,0.0,1.7038549184799194,2.355485200881958,-0.0035041195806115866,0.0029087902512401342,0.46746405959129333,0.3603706657886505,0.7042596936225891,143.0,36608.0,943.6717312361579,2342912.0 +120.58,7.199999809265137,2621.0,0.007143212947994471,0.09490966796875,0.0,1.6324857473373413,2.379307985305786,-0.0024568429216742516,0.0029096973594278097,0.361661821603775,0.3365511894226074,0.7165277302265167,144.0,36864.0,949.9225212240126,2359296.0 +212.02,5.800000190734863,2582.0,0.007905563339591026,0.1171671524643898,0.0,1.6899489164352417,2.3911292552948,-0.0030534614343196154,0.0029024193063378334,0.4688591957092285,0.3457404375076294,0.6779257357120514,145.0,37120.0,956.2685160671826,2375680.0 +145.57,6.300000190734863,2614.0,0.008710485883057117,0.1274617463350296,0.0,1.705005168914795,2.3745784759521484,-0.003922994248569012,0.0029001052025705576,0.49416184425354004,0.3506663739681244,0.6519582271575928,146.0,37376.0,962.5349300720263,2392064.0 +147.86,6.900000095367432,2595.0,0.006493985652923584,0.0885416641831398,0.0,1.6532126665115356,2.3167290687561035,-0.0028037249576300383,0.0029008493293076754,0.39941251277923584,0.34288159012794495,0.7431500256061554,147.0,37632.0,968.8473917781375,2408448.0 +212.06,6.099999904632568,2641.0,0.00737038953229785,0.10479736328125,0.0,1.6908830404281616,2.3079307079315186,-0.002700362354516983,0.002897002501413226,0.45703399181365967,0.35531187057495117,0.6862002611160278,148.0,37888.0,975.0501027719583,2424832.0 +144.04,5.900000095367432,2627.0,0.007844123058021069,0.107666015625,0.0,1.7043360471725464,2.2978885173797607,-0.003166384296491742,0.002899399260058999,0.5263103246688843,0.3288775384426117,0.6557490527629852,149.0,38144.0,981.2886836561374,2441216.0 +172.57,5.599999904632568,2635.0,0.007153910119086504,0.0945638045668602,0.0,1.532273292541504,2.2863619327545166,-0.003716031089425087,0.0028979945927858353,0.49574044346809387,0.32860663533210754,0.6378131210803986,150.0,38400.0,987.5072084781714,2457600.0 +122.1,6.199999809265137,2598.0,0.007477958220988512,0.1008504256606102,0.0,1.6310768127441406,2.336313486099243,-0.0021216997411102057,0.0028924427460879087,0.6605604887008667,0.3521260917186737,0.5838356912136078,151.0,38656.0,993.8140710280277,2473984.0 +112.94,6.900000095367432,2564.0,0.006287822499871254,0.0701497420668602,0.0,1.6374129056930542,2.268104314804077,-0.0022042321506887674,0.002891293028369546,0.6813005805015564,0.3464181423187256,0.6037533581256866,152.0,38912.0,1000.2048884041142,2490368.0 +149.22,7.0,2562.0,0.00783104170113802,0.1045735701918602,0.0,1.5041722059249878,2.2932288646698,-0.0041917008347809315,0.0028917586896568537,0.42506325244903564,0.3422757685184479,0.6670374274253845,153.0,39168.0,1006.6005601300858,2506752.0 +137.72,6.800000190734863,2569.0,0.00884389877319336,0.13067626953125,0.0,1.5684717893600464,2.2528953552246094,-0.0034916952718049288,0.00288770510815084,0.560820996761322,0.3379534184932709,0.6504252851009369,154.0,39424.0,1012.9772607451305,2523136.0 +153.93,6.199999809265137,2629.0,0.005999276414513588,0.06561279296875,0.0,1.558874249458313,2.2662148475646973,-0.0033676589373499155,0.0028834196273237467,0.5302498936653137,0.34782111644744873,0.6483415365219116,155.0,39680.0,1019.2095331950113,2539520.0 +171.66,6.400000095367432,2615.0,0.006216785404831171,0.0740559920668602,0.0,1.5792838335037231,2.2442753314971924,-0.004112703260034323,0.0028747122269123793,0.546128511428833,0.36979690194129944,0.6586581468582153,156.0,39936.0,1025.4757470490877,2555904.0 +178.4,6.900000095367432,2615.0,0.007713509723544121,0.10595703125,0.0,1.4991611242294312,2.2269656658172607,-0.002542874775826931,0.002883285516873002,0.4352070093154907,0.3297064006328583,0.7105237245559692,157.0,40192.0,1031.7400047541596,2572288.0 +195.3,6.099999904632568,2629.0,0.007412349339574575,0.0970255509018898,0.0,1.6518235206604004,2.2439873218536377,-0.0030848768074065447,0.0028818242717534304,0.7152191996574402,0.3485637903213501,0.5992390513420105,158.0,40448.0,1037.9714990339708,2588672.0 +140.98,7.0,2592.0,0.007640189025551081,0.1030680313706398,0.0,1.54841947555542,2.2413370609283447,-0.004331554751843214,0.002887384733185172,0.504317045211792,0.35021400451660156,0.6768543720245361,159.0,40704.0,1044.29105399712,2605056.0 +143.03,7.400000095367432,2583.0,0.0076968055218458176,0.1028238907456398,0.0,1.4463573694229126,2.2554476261138916,-0.004410126246511936,0.002881378633901477,0.2990247905254364,0.35430705547332764,0.7550033926963806,160.0,40960.0,1050.6331219740678,2621440.0 +103.42,6.800000190734863,2601.0,0.006811256054788828,0.087646484375,0.0,1.532305359840393,2.2525973320007324,-0.0040962593629956245,0.002877536928281188,0.4981694221496582,0.3372901678085327,0.6569477319717407,161.0,41216.0,1056.9326892541721,2637824.0 +209.37,6.300000190734863,2665.0,0.005752686411142349,0.0708414688706398,0.0,1.5427664518356323,2.2441790103912354,-0.0037716906517744064,0.002869054675102234,0.5160753130912781,0.34302136301994324,0.6362966001033783,162.0,41472.0,1063.0804015069734,2654208.0 +150.39,6.400000095367432,2627.0,0.007688753306865692,0.0990193709731102,0.0,1.611348271369934,2.2426207065582275,-0.0037635795306414366,0.002881184918805957,0.639496922492981,0.3462412655353546,0.5586297810077667,163.0,41728.0,1069.316351419082,2670592.0 +103.83,6.5,2630.0,0.006281326990574598,0.07806396484375,0.0,1.5916228294372559,2.228968381881714,-0.0032586322631686926,0.002876743907108903,0.5995832085609436,0.34790536761283875,0.6174234747886658,164.0,41984.0,1075.5448506050743,2686976.0 +176.66,5.800000190734863,2620.0,0.007351646665483713,0.0999755859375,0.0,1.5784049034118652,2.2681992053985596,-0.004600718151777983,0.00287119229324162,0.5794548988342285,0.3487565219402313,0.6081192493438721,165.0,42240.0,1081.7990581111517,2703360.0 +117.32,6.5,2618.0,0.007859135046601295,0.1045328751206398,0.0,1.6207084655761719,2.2559187412261963,-0.0017849194118753076,0.002875769278034568,0.6671101450920105,0.34041690826416016,0.4769672751426697,166.0,42496.0,1088.055988384178,2719744.0 +141.98,6.699999809265137,2614.0,0.00690144719555974,0.0810343399643898,0.0,1.6301898956298828,2.2248618602752686,-0.0013596859062090516,0.002876748563721776,0.6806674003601074,0.3425942659378052,0.5081112086772919,167.0,42752.0,1094.3235723730177,2736128.0 +174.04,6.699999809265137,2616.0,0.006960008293390274,0.0881551131606102,0.0,1.50206458568573,2.2466647624969482,-0.001548796077258885,0.0028737878892570734,0.42791321873664856,0.34225642681121826,0.6160991191864014,168.0,43008.0,1100.5866429600865,2752512.0 +154.62,6.800000190734863,2668.0,0.009038547985255718,0.12689208984375,0.0,1.5224069356918335,2.278916120529175,-0.003987807314842939,0.0028710842598229647,0.46819332242012024,0.34762677550315857,0.5976240634918213,169.0,43264.0,1106.7332799590658,2768896.0 +144.06,6.800000190734863,2639.0,0.013064201921224594,0.1583048552274704,0.0,1.5579710006713867,2.2688543796539307,-0.0016266279853880405,0.0028669966850429773,0.5428548455238342,0.3439371585845947,0.5063791275024414,170.0,43520.0,1112.9408310551662,2785280.0 +163.54,6.800000190734863,2626.0,0.006954999640583992,0.0967610701918602,0.0,1.631822943687439,2.258671522140503,-0.003096943022683263,0.0028703047428280115,0.7000377178192139,0.3377123177051544,0.46678024530410767,171.0,43776.0,1119.1792481180746,2801664.0 +119.83,6.199999809265137,2608.0,0.008015764877200127,0.10186767578125,0.0,1.6804137229919434,2.2664692401885986,-0.003937384579330683,0.002870097989216447,0.8052127957344055,0.3336418569087982,0.42355257272720337,172.0,44032.0,1125.461190768052,2818048.0 +156.59,6.5,2596.0,0.004882141947746277,0.0527140311896801,0.0,1.5774140357971191,2.2792348861694336,-0.002494931686669588,0.0028601663652807474,0.6015323400497437,0.33525240421295166,0.42601072788238525,173.0,44288.0,1131.7719908650033,2834432.0 +115.5,7.099999904632568,2559.0,0.006442913319915533,0.0741780623793602,0.0,1.5625438690185547,2.2692134380340576,-0.002963705686852336,0.0028605705592781305,0.56062251329422,0.3431226909160614,0.499454140663147,174.0,44544.0,1138.1746299881488,2850816.0 +109.13,6.5,2615.0,0.007277045398950577,0.1042073592543602,0.0,1.6413058042526245,2.275707960128784,-0.0038144653663039207,0.0028676341753453016,0.7302665114402771,0.3326152265071869,0.4673161506652832,175.0,44800.0,1144.4397397320718,2867200.0 +198.71,6.099999904632568,2617.0,0.005616529379040003,0.0692545548081398,0.0,1.593551754951477,2.311711549758911,-0.00189058983232826,0.002874491736292839,0.6432918906211853,0.32128092646598816,0.506712019443512,176.0,45056.0,1150.7009856200311,2883584.0 +138.03,7.099999904632568,2628.0,0.005240094382315874,0.05963134765625,0.0,1.512673258781433,2.2756690979003906,-0.0025355780962854624,0.002865115413442254,0.4729635715484619,0.33216607570648193,0.5583961606025696,177.0,45312.0,1156.936137235025,2899968.0 +148.85,6.599999904632568,2645.0,0.005404458846896887,0.0614013671875,0.0,1.5349715948104858,2.2705118656158447,-0.0015211949357762933,0.0028760263230651617,0.5148122906684875,0.3271277844905853,0.4381560683250427,178.0,45568.0,1163.1304961091373,2916352.0 +160.85,6.900000095367432,2583.0,0.005838243756443262,0.0643107071518898,0.0,1.5818147659301758,2.250586748123169,-0.0031364066526293755,0.002859629923477769,0.605348527431488,0.3393819332122803,0.48594778776168823,179.0,45824.0,1169.47207474499,2932736.0 +187.12,5.900000095367432,2548.0,0.009850911796092987,0.1190185546875,0.0,1.615637183189392,2.2560179233551025,-0.0019165347330272198,0.00286601553671062,0.6695959568023682,0.3369121253490448,0.4511832594871521,180.0,46080.0,1175.9021890580188,2949120.0 +114.25,6.400000095367432,2544.0,0.0068803392350673676,0.0854288712143898,0.0,1.541587471961975,2.297178030014038,-0.0034358350094407797,0.0028521332424134016,0.522467315196991,0.3458132743835449,0.5515454709529877,181.0,46336.0,1182.3432394040283,2965504.0 +152.55,6.0,2603.0,0.00858286116272211,0.1083577498793602,0.0,1.5143951177597046,2.2820112705230713,-0.004295638296753168,0.0028431692626327276,0.43851086497306824,0.3713040351867676,0.5875199139118195,182.0,46592.0,1188.6366081780288,2981888.0 +204.01,5.400000095367432,2599.0,0.006792454048991203,0.0829874649643898,0.0,1.5704723596572876,2.2745025157928467,-0.003217075252905488,0.002841959008947015,0.5671451687812805,0.35917234420776367,0.4529925584793091,183.0,46848.0,1194.939366294071,2998272.0 +161.55,7.099999904632568,2617.0,0.007320243399590254,0.0955810546875,0.0,1.5644344091415405,2.230726718902588,-0.0016027344390749931,0.0028496915474534035,0.547111451625824,0.3579183518886566,0.5288389623165131,184.0,47104.0,1201.200402613962,3014656.0 +144.7,6.300000190734863,2610.0,0.0065985023975372314,0.08343505859375,0.0,1.6360102891921997,2.2213072776794434,-0.004287565592676401,0.0028429303783923388,0.6988597512245178,0.3589837849140167,0.3999122381210327,185.0,47360.0,1207.4775431831367,3031040.0 +141.69,7.800000190734863,2577.0,0.005421746056526899,0.0644734725356102,0.0,1.4808841943740845,2.1999456882476807,-0.0029714300762861967,0.002845784882083535,0.3801572620868683,0.3612109124660492,0.5852048695087433,186.0,47616.0,1213.8345508361235,3047424.0 +129.28,7.300000190734863,2600.0,0.007786350790411234,0.0992635115981102,0.0,1.4705405235290527,2.195405960083008,-0.0029038831125944853,0.0028368234634399414,0.3664191663265228,0.36082756519317627,0.5928163230419159,187.0,47872.0,1220.1348178561311,3063808.0 +178.87,5.900000095367432,2622.0,0.007004115264862776,0.088134765625,0.0,1.6478323936462402,2.217656373977661,-0.0036214974243193865,0.0028390251100063324,0.722334086894989,0.36009904742240906,0.3506878614425659,188.0,48128.0,1226.3840263569728,3080192.0 +176.63,6.199999809265137,2633.0,0.008271814323961735,0.11883544921875,0.0,1.6007362604141235,2.168062925338745,-0.0036166952922940254,0.002844040049239993,0.5976594686508179,0.37757837772369385,0.44499891996383667,189.0,48384.0,1232.6072297431529,3096576.0 +152.47,7.0,2648.0,0.008418208919465542,0.1145833358168602,0.0,1.5472890138626099,2.1394999027252197,-0.004480123054236174,0.0028411445673555136,0.5009601712226868,0.3728976249694824,0.5296667516231537,190.0,48640.0,1238.7961062840186,3112960.0 +141.92,7.0,2613.0,0.008341200649738312,0.1165568009018898,0.0,1.4763065576553345,2.147804021835327,-0.003322049742564559,0.002831169404089451,0.3649102449417114,0.37241730093955994,0.5494511723518372,191.0,48896.0,1245.0648845331743,3129344.0 +203.43,6.0,2612.0,0.009382524527609348,0.1419677734375,0.0,1.6192039251327515,2.1546173095703125,-0.0020443368703126907,0.002837941749021411,0.6570768356323242,0.3630712926387787,0.4442659616470337,192.0,49152.0,1251.3362534081098,3145728.0 +119.01,7.300000190734863,2630.0,0.009806321002542973,0.1354777067899704,0.0,1.516557216644287,2.1027743816375732,-0.003430161625146866,0.0028359955176711082,0.43902525305747986,0.37387028336524963,0.5140918493270874,193.0,49408.0,1257.5653588671703,3162112.0 +162.14,6.199999809265137,2636.0,0.008006772957742214,0.1138509139418602,0.0,1.6220980882644653,2.113131523132324,-0.0025833158288151026,0.002827933058142662,0.6478917002677917,0.3783952295780182,0.43665772676467896,194.0,49664.0,1263.7814031320158,3178496.0 +132.39,6.699999809265137,2623.0,0.008902812376618385,0.1193033829331398,0.0,1.5418511629104614,2.157602548599243,-0.002909939968958497,0.002828888827934861,0.5106179118156433,0.3632209599018097,0.5530355274677277,195.0,49920.0,1270.0264398611616,3194880.0 +135.83,6.099999904632568,2633.0,0.0085661755874753,0.1125895157456398,0.0,1.506017804145813,2.185676336288452,-0.0014727800153195858,0.0028327926993370056,0.4613584280014038,0.34450969099998474,0.5661379098892212,196.0,50176.0,1276.2483142709825,3211264.0 +161.93,7.099999904632568,2642.0,0.009250148199498653,0.13525390625,0.0,1.5071182250976562,2.2276928424835205,-0.003483694978058338,0.0028354786336421967,0.4506876468658447,0.35518917441368103,0.5722692310810089,197.0,50432.0,1282.4493829619605,3227648.0 +151.86,6.599999904632568,2557.0,0.009830079041421413,0.1414794921875,0.0,1.5217676162719727,2.2488937377929688,-0.0029705918859690428,0.002840692875906825,0.46117663383483887,0.36492642760276794,0.5530121624469757,198.0,50688.0,1288.855994587997,3244032.0 +139.14,6.0,2633.0,0.009066624566912651,0.1272379606962204,0.0,1.6763893365859985,2.2188591957092285,-0.0032381510827690363,0.0028509327676147223,0.7388644814491272,0.38115617632865906,0.4172182083129883,199.0,50944.0,1295.0790698921774,3260416.0 +175.75,6.599999904632568,2642.0,0.0066649275831878185,0.0805460587143898,0.0,1.5757206678390503,2.2112033367156982,-0.003397988388314843,0.0028337857220321894,0.5039082765579224,0.38214245438575745,0.45811396837234497,200.0,51200.0,1301.2826226060279,3276800.0 +133.0,7.0,2600.0,0.007315263617783785,0.09698486328125,0.0,1.5559639930725098,2.2238829135894775,-0.00520080653950572,0.0028287500608712435,0.4592970609664917,0.3906320333480835,0.5527654588222504,201.0,51456.0,1307.5831986740232,3293184.0 +125.37,6.800000190734863,2562.0,0.008001250214874744,0.1146443709731102,0.0,1.5127500295639038,2.230300188064575,-0.004673237446695566,0.002823932096362114,0.43735095858573914,0.34943512082099915,0.5184202790260315,202.0,51712.0,1313.9768504491076,3309568.0 +163.12,5.900000095367432,2592.0,0.009403846226632595,0.1317545622587204,0.0,1.5942225456237793,2.2285139560699463,-0.0021665473468601704,0.0028252052143216133,0.5913984179496765,0.35136398673057556,0.4373195767402649,203.0,51968.0,1320.2979778011795,3325952.0 +153.64,6.099999904632568,2633.0,0.008886115625500679,0.1231892928481102,0.0,1.541204571723938,2.160832166671753,-0.004781255032867193,0.0028193865437060595,0.4879074990749359,0.35516050457954407,0.5283507108688354,204.0,52224.0,1326.5213097920641,3342336.0 +105.21,6.900000095367432,2634.0,0.010008063167333603,0.14776611328125,0.0,1.5263959169387817,2.131500482559204,-0.003580526215955615,0.0028092314023524523,0.44486427307128906,0.36719655990600586,0.5366252362728119,205.0,52480.0,1332.741635798011,3358720.0 +161.05,6.5,2607.0,0.00674433121457696,0.0857340469956398,0.0,1.5971025228500366,2.1587259769439697,-0.0023360392078757286,0.0028151313308626413,0.6066168546676636,0.3493907153606415,0.45944124460220337,206.0,52736.0,1339.0257046101615,3375104.0 +180.4,7.0,2627.0,0.010279186069965363,0.1478678435087204,0.0,1.4733911752700806,2.1818654537200928,-0.003915638662874699,0.002811235375702381,0.3236393630504608,0.37745705246925354,0.5688388645648956,207.0,52992.0,1345.2620716760866,3391488.0 +151.12,6.300000190734863,2623.0,0.00915087852627039,0.1280924528837204,0.0,1.5804800987243652,2.2310943603515625,-0.0024602061603218317,0.002811129204928875,0.5524858832359314,0.36644652485847473,0.4833758473396301,208.0,53248.0,1351.5079088669736,3407872.0 +182.57,6.5,2560.0,0.011211421340703964,0.1767578125,0.0,1.5070031881332397,2.2850916385650635,-0.0036134819965809584,0.002819267800077796,0.4235402047634125,0.35262927412986755,0.6090564429759979,209.0,53504.0,1357.9082033419982,3424256.0 +172.11,6.699999809265137,2608.0,0.007602144498378038,0.1072794571518898,0.0,1.5763649940490723,2.306687831878662,-0.004881644155830145,0.0028193152975291014,0.5347798466682434,0.3729070723056793,0.5346226096153259,210.0,53760.0,1364.1894179671071,3440640.0 +138.04,7.199999809265137,2642.0,0.010408011265099049,0.1644083708524704,0.0,1.4954274892807007,2.2824296951293945,-0.004434989765286446,0.002799003617838025,0.37190011143684387,0.38281378149986267,0.6397660970687866,211.0,54016.0,1370.3916009771638,3457024.0 +130.12,7.0,2638.0,0.007448131218552589,0.10272216796875,0.0,1.6003400087356567,2.3006036281585693,-0.004161343444138765,0.0027910054195672274,0.5571625828742981,0.40306541323661804,0.5004079341888428,212.0,54272.0,1376.6017493619584,3473408.0 +169.13,6.900000095367432,2642.0,0.0056419409811496735,0.06622314453125,0.0,1.5072461366653442,2.2648990154266357,-0.0035197956021875143,0.002791033126413822,0.3912813663482666,0.38818249106407166,0.5627813637256622,213.0,54528.0,1382.8019562051632,3489792.0 +129.09,7.099999904632568,2628.0,0.007309738080948591,0.0905354842543602,0.0,1.5945029258728027,2.208310842514038,-0.005135694518685341,0.002792579121887684,0.560958743095398,0.39203324913978577,0.5119060575962067,214.0,54784.0,1389.0372578140814,3506176.0 +173.56,6.699999809265137,2642.0,0.007223916705697775,0.0954386368393898,0.0,1.5956429243087769,2.1604723930358887,-0.002390376990661025,0.0028088262770324945,0.5726930499076843,0.373308926820755,0.5107557475566864,215.0,55040.0,1395.2386641581543,3522560.0 +117.06,6.900000095367432,2639.0,0.007644036319106817,0.1036376953125,0.0,1.4931224584579468,2.156745672225952,-0.0017926840810105205,0.0028047675732523203,0.38962462544441223,0.35984328389167786,0.6142558157444,216.0,55296.0,1401.4474401730113,3538944.0 +212.88,6.300000190734863,2635.0,0.0072297099977731705,0.0954386368393898,0.0,1.524361491203308,2.1501383781433105,-0.003966155927628279,0.0028049061074852943,0.46977925300598145,0.35079923272132874,0.6444237232208252,217.0,55552.0,1407.6664772990625,3555328.0 +163.13,7.300000190734863,2638.0,0.006808992475271225,0.0868937149643898,0.0,1.4244261980056763,2.1304409503936768,-0.004247072618454695,0.002802013186737895,0.2681466042995453,0.3535327613353729,0.7752502113580704,218.0,55808.0,1413.8762024191674,3571712.0 +168.21,7.300000190734863,2625.0,0.009777073748409748,0.1434733122587204,0.0,1.525064468383789,2.109302282333374,-0.003523329272866249,0.002791397972032428,0.46109092235565186,0.36314845085144043,0.6244774758815765,219.0,56064.0,1420.1180179731455,3588096.0 +145.06,6.599999904632568,2612.0,0.007599726784974337,0.1016438826918602,0.0,1.6451274156570435,2.1580355167388916,-0.003961578942835331,0.0027992401737719774,0.6818625330924988,0.3733639717102051,0.5257323682308197,220.0,56320.0,1426.3949139530305,3604480.0 +146.46,6.699999809265137,2592.0,0.006883179768919945,0.0884806290268898,0.0,1.5320888757705688,2.1996428966522217,-0.0037671122699975967,0.002805086551234126,0.48463472723960876,0.3515038788318634,0.6242297887802124,221.0,56576.0,1432.716829678975,3620864.0 +177.22,6.5,2627.0,0.008408077992498875,0.1138712540268898,0.0,1.492986798286438,2.1771657466888428,-0.004862281959503889,0.0027831646148115396,0.37464961409568787,0.3848123252391815,0.6664175093173981,222.0,56832.0,1438.9538744699676,3637248.0 +185.66,7.199999809265137,2618.0,0.008775570429861546,0.130126953125,0.0,1.4544798135757446,2.1974070072174072,-0.006095706019550562,0.002785347169265151,0.30049026012420654,0.3837326765060425,0.7142950594425201,223.0,57088.0,1445.2118132160977,3653632.0 +119.82,7.0,2625.0,0.008522724732756615,0.1219889298081398,0.0,1.4869462251663208,2.1986703872680664,-0.004184870980679989,0.0027804190758615732,0.36510586738586426,0.3838770091533661,0.6766000688076019,224.0,57344.0,1451.4527953930665,3670016.0 +200.44,7.0,2600.0,0.008106265217065811,0.10919189453125,0.0,1.5570697784423828,2.1938271522521973,-0.003959395457059145,0.002771488158032298,0.48611918091773987,0.40079984068870544,0.5629858076572418,225.0,57600.0,1457.7531338741537,3686400.0 +98.91,6.0,2625.0,0.007641959469765425,0.1027425155043602,0.0,1.6289688348770142,2.1800882816314697,-0.004301963374018669,0.0027764057740569115,0.6472966074943542,0.38702860474586487,0.5435759425163269,226.0,57856.0,1463.9956093600485,3702784.0 +159.16,6.599999904632568,2617.0,0.008472234010696411,0.11505126953125,0.0,1.539246678352356,2.1565868854522705,-0.0029907627031207085,0.002780349226668477,0.4573025405406952,0.3900282382965088,0.617030918598175,227.0,58112.0,1470.2575123640709,3719168.0 +136.62,7.5,2645.0,0.009297573938965797,0.1253662109375,0.0,1.5291482210159302,2.134312629699707,-0.004364563152194023,0.00278327870182693,0.4326811134815216,0.39304789900779724,0.6612487137317657,228.0,58368.0,1476.4512905119918,3735552.0 +126.41,6.800000190734863,2566.0,0.010425756685435772,0.1394246369600296,0.0,1.5626765489578247,2.1498312950134277,-0.00463719991967082,0.002778807654976845,0.511634886264801,0.3879225552082062,0.6368528008460999,229.0,58624.0,1482.8357261870988,3751936.0 +183.0,6.599999904632568,2599.0,0.009030094370245934,0.1232706680893898,0.0,1.5446271896362305,2.200990676879883,-0.005367947742342949,0.002781108720228076,0.47990331053733826,0.38551685214042664,0.6293071508407593,230.0,58880.0,1489.139622994,3768320.0 +138.58,6.5,2622.0,0.006117966491729021,0.0733439102768898,0.0,1.5862294435501099,2.215784788131714,-0.004540231544524431,0.0027700827922672033,0.5421355962753296,0.4041048288345337,0.6059560179710388,231.0,59136.0,1495.387354313163,3784704.0 +124.87,7.0,2553.0,0.007976877503097057,0.1042683944106102,0.0,1.499178409576416,2.20497989654541,-0.004824842792004347,0.0027732355520129204,0.4133014380931854,0.3725852072238922,0.6720423996448517,232.0,59392.0,1501.8046526899561,3801088.0 +176.26,7.0,2598.0,0.005404248367995024,0.0590006522834301,0.0,1.5567737817764282,2.18061900138855,-0.0035716381389647722,0.0027715854812413454,0.5390840768814087,0.3643530607223511,0.6434712707996368,233.0,59648.0,1508.1099242309574,3817472.0 +85.18,6.900000095367432,2615.0,0.0064255897887051105,0.079833984375,0.0,1.5958242416381836,2.168551206588745,-0.003893455723300576,0.002769516548141837,0.6178572773933411,0.3652072250843048,0.5554563403129578,234.0,59904.0,1514.3748829641845,3833856.0 +157.74,7.699999809265137,2618.0,0.005160193890333176,0.0576375313103199,0.0,1.4647622108459473,2.1750400066375732,-0.004026528913527727,0.0027847441378980875,0.36085250973701477,0.3544454276561737,0.7072559297084808,235.0,60160.0,1520.6328264600597,3850240.0 +162.38,5.599999904632568,2642.0,0.004716705065220594,0.04827880859375,0.0,1.6742359399795532,2.2036030292510986,-0.003300343407317996,0.002780016278848052,0.7915535569190979,0.34838613867759705,0.5015057921409607,236.0,60416.0,1526.8344073530752,3866624.0 +114.49,6.400000095367432,2586.0,0.007045060396194458,0.0868123397231102,0.0,1.642158031463623,2.206172227859497,-0.00429060822352767,0.002770449034869671,0.7215673327445984,0.35841140151023865,0.5461266338825226,237.0,60672.0,1533.169061579043,3883008.0 +104.14,7.800000190734863,2597.0,0.007538380101323128,0.1006062850356102,0.0,1.5464825630187988,2.1943697929382324,-0.0043331035412848,0.0027673952281475067,0.5167328715324402,0.36882615089416504,0.6202775537967682,238.0,60928.0,1539.4782652750146,3899392.0 +105.11,7.300000190734863,2628.0,0.006280267611145973,0.0760498046875,0.0,1.4854604005813599,2.2384049892425537,-0.004516316577792168,0.0027626219671219587,0.3775002956390381,0.3835031986236572,0.6587841212749481,239.0,61184.0,1545.7125032700133,3915776.0 +197.95,6.300000190734863,2640.0,0.006854701787233353,0.08148193359375,0.0,1.500897765159607,2.2418198585510254,-0.003898050868883729,0.0027636680752038956,0.41323122382164,0.3789639472961426,0.6350184381008148,240.0,61440.0,1551.9174822331406,3932160.0 +132.71,6.099999904632568,2617.0,0.00787454191595316,0.10772705078125,0.0,1.5230817794799805,2.217458963394165,-0.005184555891901255,0.0027622226625680923,0.4416850507259369,0.39168670773506165,0.6307933926582336,241.0,61696.0,1558.1788034110796,3948544.0 +172.1,7.099999904632568,2633.0,0.006774318870157003,0.0822347030043602,0.0,1.599098801612854,2.1721856594085693,-0.003983974922448397,0.002760922769084573,0.5914917588233948,0.39161717891693115,0.5188440084457397,242.0,61952.0,1564.4017034480348,3964928.0 +117.46,6.099999904632568,2628.0,0.006028158590197563,0.07318115234375,0.0,1.6602493524551392,2.177358388900757,-0.003823495702818036,0.002768372418358922,0.7024297118186951,0.3953227698802948,0.49868810176849365,243.0,62208.0,1570.6348835611716,3981312.0 +127.28,6.400000095367432,2630.0,0.013141547329723835,0.17303466796875,0.0,1.5333186388015747,2.202127456665039,-0.003031168133020401,0.0027590086683630943,0.4489966928958893,0.39899277687072754,0.5961132049560547,244.0,62464.0,1576.8649020730518,3997696.0 +168.27,5.800000190734863,2651.0,0.009229057468473911,0.12908935546875,0.0,1.5595808029174805,2.232722520828247,-0.004238745663315058,0.0027591947000473738,0.5064812302589417,0.3976109027862549,0.5583277642726898,245.0,62720.0,1583.045975525165,4014080.0 +203.43,6.699999809265137,2636.0,0.0077695720829069614,0.1024169921875,0.0,1.4776273965835571,2.216921806335449,-0.004022697452455759,0.002759016351774335,0.3659674823284149,0.38160601258277893,0.6700080037117004,246.0,62976.0,1589.2610155381262,4030464.0 +169.32,6.599999904632568,2594.0,0.0061058104038238525,0.0730387344956398,0.0,1.5460346937179565,2.193006753921509,-0.004069389309734106,0.002760096453130245,0.49168863892555237,0.3882047235965729,0.5747994184494019,247.0,63232.0,1595.5770812411793,4046848.0 +182.37,6.900000095367432,2595.0,0.009114936925470829,0.1248575821518898,0.0,1.5654188394546509,2.1753010749816895,-0.0031022299081087112,0.0027565564960241318,0.5021323561668396,0.4073321521282196,0.5468915104866028,248.0,63488.0,1601.8911907251459,4063232.0 +137.8,6.5,2594.0,0.006695939227938652,0.0856119766831398,0.0,1.5871119499206543,2.142693042755127,-0.005300558637827635,0.002759226830676198,0.558980405330658,0.399518758058548,0.5224799513816833,249.0,63744.0,1608.206751689082,4079616.0 +133.44,6.800000190734863,2589.0,0.00921735167503357,0.13531494140625,0.0,1.6571840047836304,2.181243658065796,-0.004985997918993235,0.002746493322774768,0.47044265270233154,0.4098438024520874,0.5839399099349976,250.0,64000.0,1614.5357341810595,4096000.0 +162.41,6.900000095367432,2607.0,0.010167227126657963,0.1376953125,0.0,1.6595371961593628,2.1884992122650146,-0.0038743626791983843,0.002749331295490265,0.4767686426639557,0.4061492681503296,0.552241176366806,251.0,64256.0,1620.8207927809563,4112384.0 +169.03,6.5,2607.0,0.006914909463375807,0.0832723006606102,0.0,1.683115839958191,2.190403699874878,-0.0038691319059580564,0.0027461256831884384,0.49819138646125793,0.4236060082912445,0.5846585035324097,252.0,64512.0,1627.1092457640916,4128768.0 +132.13,7.300000190734863,2542.0,0.00943740550428629,0.13311767578125,0.0,1.7053416967391968,2.178300142288208,-0.0038813587743788958,0.0027499727439135313,0.5371471047401428,0.42493101954460144,0.6294858753681183,253.0,64768.0,1633.5545709889848,4145152.0 +121.92,7.0,2628.0,0.008432680740952492,0.1201985701918602,0.0,1.60360848903656,2.1767632961273193,-0.006051208823919296,0.0027444465085864067,0.3617166578769684,0.4130922257900238,0.7126502096652985,254.0,65024.0,1639.787397700129,4161536.0 +114.0,6.599999904632568,2569.0,0.007930955849587917,0.1065877303481102,0.0,1.7103562355041504,2.188490390777588,-0.0059310030192136765,0.0027414262294769287,0.5826115608215332,0.4100452959537506,0.5915255844593048,255.0,65280.0,1646.1642820781562,4177920.0 +133.42,7.099999904632568,2607.0,0.007908856496214867,0.104736328125,0.0,1.6030758619308472,2.1930179595947266,-0.0060593802481889725,0.0027314245235174894,0.3583521842956543,0.42122817039489746,0.6511958539485931,256.0,65536.0,1652.4486724270973,4194304.0 +134.77,5.900000095367432,2610.0,0.008484916761517525,0.1123453751206398,0.0,1.6910237073898315,2.168837308883667,-0.0036842774134129286,0.002734938869252801,0.5615982413291931,0.3994194567203522,0.5813473463058472,257.0,65792.0,1658.7260291231796,4210688.0 +161.23,6.699999809265137,2593.0,0.006977164652198553,0.091552734375,0.0,1.60393226146698,2.1579034328460693,-0.0033203072380274534,0.002735922811552882,0.3905363380908966,0.396424263715744,0.5856367647647858,258.0,66048.0,1665.0436908709817,4227072.0 +198.5,6.099999904632568,2630.0,0.009454136714339256,0.1281941682100296,0.0,1.7148388624191284,2.13246750831604,-0.003846345702186227,0.002735316753387451,0.5862898230552673,0.41309860348701477,0.539031445980072,259.0,66304.0,1671.2729669511318,4243456.0 +152.53,6.800000190734863,2651.0,0.009964636527001858,0.1266072541475296,0.0,1.660585880279541,2.1208853721618652,-0.002781526418402791,0.0027422141283750534,0.4966197907924652,0.39660558104515076,0.5872647762298584,260.0,66560.0,1677.452751623001,4259840.0 +192.51,6.599999904632568,2646.0,0.007095947861671448,0.0943196639418602,0.0,1.5973936319351196,2.1269896030426025,-0.005102636758238077,0.002754055894911289,0.3788088262081146,0.3883405029773712,0.6850308477878571,261.0,66816.0,1683.644703087164,4276224.0 +173.28,6.0,2631.0,0.008960765786468983,0.1273600310087204,0.0,1.6589621305465698,2.1542251110076904,-0.003735366277396679,0.002735904650762677,0.4983992576599121,0.3982512056827545,0.6227025389671326,262.0,67072.0,1689.8723462831695,4292608.0 +189.54,6.5,2622.0,0.006943244952708483,0.0839640274643898,0.0,1.6911349296569824,2.1690967082977295,-0.004463258199393749,0.0027294892352074385,0.5434055924415588,0.4144385755062103,0.5877573490142822,263.0,67328.0,1696.1215276890434,4308992.0 +153.89,6.800000190734863,2623.0,0.007034462410956621,0.0872395858168602,0.0,1.686657428741455,2.147015333175659,-0.0037307452876120806,0.0027237755712121725,0.5433589220046997,0.4106399714946747,0.5998696982860565,264.0,67584.0,1702.3669519610703,4325376.0 +140.46,7.599999904632568,2634.0,0.008470038883388042,0.1197102889418602,0.0,1.6266155242919922,2.182868242263794,-0.003492762101814151,0.0027275600004941225,0.39909934997558594,0.4237736165523529,0.6559309661388397,265.0,67840.0,1708.5874999670777,4341760.0 +170.11,7.0,2628.0,0.008426733314990997,0.112060546875,0.0,1.6110090017318726,2.1366536617279053,-0.004421107470989227,0.0027268396224826574,0.40034207701683044,0.40473464131355286,0.6406773924827576,266.0,68096.0,1714.822814899031,4358144.0 +165.01,6.699999809265137,2637.0,0.008619551546871662,0.1193033829331398,0.0,1.6300245523452759,2.094590902328491,-0.00501916604116559,0.002718663774430752,0.41916966438293457,0.4208586513996124,0.6161524653434753,267.0,68352.0,1721.034966550069,4374528.0 +141.16,6.699999809265137,2631.0,0.012847735546529293,0.1859334260225296,0.0,1.638912320137024,2.106889486312866,-0.0023121528793126345,0.0027315663173794746,0.4167853593826294,0.42363297939300537,0.601957768201828,268.0,68608.0,1727.2630427591503,4390912.0 +146.51,7.300000190734863,2618.0,0.00806882232427597,0.1126708984375,0.0,1.6909223794937134,2.095313310623169,-0.004062007647007704,0.0027247220277786255,0.5185713768005371,0.43044114112854004,0.585584819316864,269.0,68864.0,1733.5215836700518,4407296.0 +159.21,6.400000095367432,2620.0,0.009106629528105259,0.1265869140625,0.0,1.6872811317443848,2.1572890281677246,-0.005567662883549929,0.0027205096557736397,0.5717668533325195,0.39794623851776123,0.5348098576068878,270.0,69120.0,1739.7753087950405,4423680.0 +123.54,6.800000190734863,2645.0,0.00895130354911089,0.1184488907456398,0.0,1.5595698356628418,2.1437838077545166,-0.005002926103770733,0.002725597470998764,0.3380832374095917,0.381163090467453,0.6283064782619476,271.0,69376.0,1745.9693599520251,4440064.0 +148.71,6.800000190734863,2587.0,0.007706094067543745,0.100830078125,0.0,1.59784996509552,2.109940767288208,-0.00417731748893857,0.0027233136352151632,0.41546690464019775,0.3803657591342926,0.6240930259227753,272.0,69632.0,1752.304100742098,4456448.0 +155.13,7.0,2520.0,0.00697433203458786,0.09112548828125,0.0,1.613316535949707,2.131937265396118,-0.004884002730250359,0.002726385137066245,0.44368621706962585,0.3816402852535248,0.6008310616016388,273.0,69888.0,1758.8054325929843,4472832.0 +205.34,5.800000190734863,2557.0,0.005955638363957405,0.0653889998793602,0.0,1.7214750051498413,2.112889289855957,-0.004877869505435228,0.0027267923578619957,0.6641903519630432,0.37861767411231995,0.471937894821167,274.0,70144.0,1765.213113404112,4489216.0 +127.8,7.699999809265137,2578.0,0.0069927312433719635,0.0900675430893898,0.0,1.6257500648498535,2.0548417568206787,-0.005091567058116198,0.00272924336604774,0.46326470375061035,0.3827725350856781,0.519100546836853,275.0,70400.0,1771.5672463250812,4505600.0 +156.62,7.599999904632568,2608.0,0.010224713012576103,0.1548054963350296,0.0,1.5131815671920776,2.069110155105591,-0.003090835874900222,0.002718971809372306,0.24244804680347443,0.3829626739025116,0.672814816236496,276.0,70656.0,1777.848803026136,4521984.0 +231.0,6.699999809265137,2609.0,0.007554556708782911,0.1041463240981102,0.0,1.6478251218795776,2.0901358127593994,-0.004918160382658243,0.0027086660265922546,0.5035808682441711,0.3956413269042969,0.49879568815231323,277.0,70912.0,1784.1291846330278,4538368.0 +170.47,6.300000190734863,2635.0,0.006656999234110117,0.0835164412856102,0.0,1.6133445501327515,2.0479209423065186,-0.0039019801188260317,0.002710931235924363,0.4320407211780548,0.3943251669406891,0.5740933120250702,278.0,71168.0,1790.3480657290202,4554752.0 +222.67,6.0,2602.0,0.00815678108483553,0.1127522811293602,0.0,1.713512897491455,2.068621873855591,-0.004200731869786978,0.002713835798203945,0.6078265309333801,0.4086039066314697,0.48204565048217773,279.0,71424.0,1796.644342998974,4571136.0 +119.49,7.300000190734863,2601.0,0.010070176795125008,0.1422526091337204,0.0,1.6071370840072632,2.06901216506958,-0.002783293602988124,0.0027183915954083204,0.40293991565704346,0.39974653720855713,0.561504602432251,280.0,71680.0,1802.942399552092,4587520.0 +163.28,7.0,2626.0,0.009108945727348328,0.12860107421875,0.0,1.677998661994934,2.0984466075897217,-0.0037592099979519844,0.0027144744526594877,0.5435190796852112,0.40397271513938904,0.5268367230892181,281.0,71936.0,1809.1814435729757,4603904.0 +120.09,6.900000095367432,2607.0,0.006194415967911482,0.0764567032456398,0.0,1.6696945428848267,2.0909979343414307,-0.005052658263593912,0.0027162448968738317,0.5728862881660461,0.37629494071006775,0.523760974407196,282.0,72192.0,1815.4648907291703,4620288.0 +124.32,7.199999809265137,2623.0,0.006072190124541521,0.0752970352768898,0.0,1.66545832157135,2.0613205432891846,-0.0036576103884726763,0.002714703092351556,0.5260507464408875,0.3985919654369354,0.5146163702011108,283.0,72448.0,1821.710067080101,4636672.0 +129.88,7.199999809265137,2623.0,0.006313201505690813,0.0771687850356102,0.0,1.6567250490188599,2.0515801906585693,-0.004141022451221943,0.0027121736202389,0.5416304469108582,0.3799951374530792,0.5876378118991852,284.0,72704.0,1827.9564585119952,4653056.0 +138.37,7.400000095367432,2594.0,0.008520739153027534,0.1220906600356102,0.0,1.6044729948043823,2.050842046737671,-0.0037378808483481407,0.0027083687018603086,0.41928228735923767,0.39237359166145325,0.5936574339866638,285.0,72960.0,1834.2733637620695,4669440.0 +153.68,6.400000095367432,2576.0,0.01016059797257185,0.1484171599149704,0.0,1.6553444862365723,2.110466241836548,-0.0031729608308523893,0.002700025914236903,0.4848118722438812,0.4188685417175293,0.526992917060852,286.0,73216.0,1840.6325919500086,4685824.0 +159.49,6.800000190734863,2600.0,0.009478329680860043,0.1310628205537796,0.0,1.546981692314148,2.0448720455169678,-0.003792707808315754,0.002718233270570636,0.33021774888038635,0.37148532271385193,0.6572587192058563,287.0,73472.0,1846.933635882102,4702208.0 +196.91,6.300000190734863,2630.0,0.009080690331757069,0.1285400390625,0.0,1.6574311256408691,2.030911684036255,-0.003932677675038576,0.0027143151964992285,0.5570949912071228,0.36976563930511475,0.5455204844474792,288.0,73728.0,1853.1625853111036,4718592.0 +146.33,7.300000190734863,2645.0,0.0069665126502513885,0.093505859375,0.0,1.560483455657959,2.015529155731201,-0.003296441165730357,0.0027100490406155586,0.34687986969947815,0.3809695541858673,0.6144551038742065,289.0,73984.0,1859.3575793411583,4734976.0 +149.3,6.699999809265137,2625.0,0.009404386393725872,0.13299560546875,0.0,1.689561367034912,2.0003480911254883,-0.0017836322076618671,0.002711125649511814,0.5739427208900452,0.3975164592266083,0.49351316690444946,290.0,74240.0,1865.5981949609704,4751360.0 +100.1,7.300000190734863,2665.0,0.007544758263975382,0.1064656600356102,0.0,1.6317204236984253,1.977491021156311,-0.005224630236625671,0.002707360079512,0.45799341797828674,0.4035179913043976,0.5973627865314484,291.0,74496.0,1871.7449719749857,4767744.0 +182.03,7.5,2618.0,0.007895377464592457,0.1080322265625,0.0,1.638179898262024,1.9893633127212524,-0.0035247255582362413,0.0026944477576762438,0.4355318248271942,0.429800420999527,0.6559474170207977,292.0,74752.0,1878.004413919989,4784128.0 +150.45,7.199999809265137,2650.0,0.008722634054720402,0.1276448518037796,0.0,1.7533105611801147,1.989915370941162,-0.0037319937255233526,0.002696509473025799,0.6837069988250732,0.4180072844028473,0.48960936069488525,293.0,75008.0,1884.1867459551431,4800512.0 +142.43,7.400000095367432,2643.0,0.00869132112711668,0.1144002303481102,0.0,1.6210966110229492,2.008136034011841,-0.004127121064811945,0.0027087649796158075,0.4452798664569855,0.3965900242328644,0.6758239567279816,294.0,75264.0,1890.3863324159756,4816896.0 +148.52,7.900000095367432,2621.0,0.007861661724746227,0.1064656600356102,0.0,1.5935240983963013,2.029742956161499,-0.004286938346922398,0.002698485041037202,0.385224312543869,0.4052145481109619,0.6721495687961578,295.0,75520.0,1896.6377503240947,4833280.0 +179.87,7.0,2632.0,0.005530856549739838,0.0654500350356102,0.0,1.5833488702774048,2.10734224319458,-0.003859573742374778,0.0026970154140144587,0.3606998026371002,0.4089471995830536,0.7033771574497223,296.0,75776.0,1902.8635622980073,4849664.0 +168.0,6.800000190734863,2645.0,0.007239573169499636,0.1014811173081398,0.0,1.6299452781677246,2.0939762592315674,-0.0054615032859146595,0.002705533755943179,0.48171254992485046,0.38937482237815857,0.6280517876148224,297.0,76032.0,1909.0569055790547,4866048.0 +152.73,7.599999904632568,2606.0,0.006903933826833963,0.09027099609375,0.0,1.6856046915054321,2.05673885345459,-0.004258303437381983,0.0027068231720477343,0.5656194686889648,0.40365979075431824,0.5702604651451111,298.0,76288.0,1915.3436240241863,4882432.0 +104.78,7.199999809265137,2598.0,0.008426733314990997,0.1234130859375,0.0,1.6279746294021606,2.0521156787872314,-0.004545509349554777,0.0026949401944875717,0.45839640498161316,0.40495213866233826,0.5649414658546448,299.0,76544.0,1921.6487792839762,4898816.0 +148.48,7.0,2621.0,0.011482014320790768,0.164794921875,0.0,1.6959547996520996,2.0887694358825684,-0.004636634141206741,0.0027066515758633614,0.30868977308273315,0.3879348337650299,0.628494530916214,300.0,76800.0,1927.8988987831399,4915200.0 +195.02,6.400000095367432,2642.0,0.011729497462511063,0.1594034880399704,0.0,1.7895976305007935,2.105393648147583,-0.0031454788986593485,0.002690969267860055,0.4840604364871979,0.40092357993125916,0.47265923023223877,301.0,77056.0,1934.0998476049863,4931584.0 +152.47,6.800000190734863,2608.0,0.011600702069699764,0.1729939728975296,0.0,1.7695716619491577,2.119611978530884,-0.005366010591387749,0.0026998489629477262,0.4323159158229828,0.4056042730808258,0.563818097114563,302.0,77312.0,1940.3813909811433,4947968.0 +153.42,6.800000190734863,2593.0,0.008769265376031399,0.1203206405043602,0.0,1.752720832824707,2.093034267425537,-0.004501817747950554,0.0027026927564293146,0.38448312878608704,0.4107770621776581,0.6048161387443542,303.0,77568.0,1946.6990290340036,4964352.0 +166.93,6.300000190734863,2602.0,0.009702577255666256,0.1377360075712204,0.0,1.7501243352890015,2.1266186237335205,-0.005119732115417719,0.0026935196947306395,0.4029206335544586,0.4032960832118988,0.6081705987453461,304.0,77824.0,1952.9953709661495,4980736.0 +150.33,5.900000095367432,2586.0,0.010229225270450115,0.1452840119600296,0.0,1.7693872451782227,2.1485965251922607,-0.004914690740406513,0.002694137394428253,0.4443843364715576,0.4013710021972656,0.535645455121994,305.0,78080.0,1959.331526016118,4997120.0 +217.46,6.5,2611.0,0.007330592256039381,0.1009318009018898,0.0,1.716698169708252,2.138401746749878,-0.0047267950139939785,0.002692808397114277,0.3313954472541809,0.4059418737888336,0.6504911184310913,306.0,78336.0,1965.6070398981683,5013504.0 +220.26,7.099999904632568,2602.0,0.007012671325355768,0.0913899764418602,0.0,1.7260123491287231,2.107269048690796,-0.004629458766430616,0.0026810429990291595,0.35415875911712646,0.40907296538352966,0.6305176913738251,307.0,78592.0,1971.9041045040358,5029888.0 +232.05,6.800000190734863,2601.0,0.007393134757876396,0.096435546875,0.0,1.7832927703857422,2.0981671810150146,-0.004646361339837313,0.0026947399601340294,0.4480454921722412,0.41362783312797546,0.5529061555862427,308.0,78848.0,1978.2036356800236,5046272.0 +214.5,7.400000095367432,2591.0,0.00999180693179369,0.13677978515625,0.0,1.7110514640808105,2.0953266620635986,-0.0038778723683208227,0.0026913497131317854,0.3015918731689453,0.4155324697494507,0.6666070818901062,309.0,79104.0,1984.526667027967,5062656.0 +154.37,6.5,2595.0,0.008223633281886578,0.11077880859375,0.0,1.7228509187698364,2.120898485183716,-0.00554538844153285,0.002696516690775752,0.34474626183509827,0.40422216057777405,0.6475482285022736,310.0,79360.0,1990.840438098181,5079040.0 +178.34,6.300000190734863,2583.0,0.00813296902924776,0.1087443009018898,0.0,1.7389726638793945,2.117551565170288,-0.004602836910635233,0.002696194453164935,0.4299280643463135,0.37388837337493896,0.6207038164138794,311.0,79616.0,1997.1824857511092,5095424.0 +184.84,7.099999904632568,2567.0,0.010043769143521786,0.1429443359375,0.0,1.650855541229248,2.125227212905884,-0.004180638585239649,0.002694394439458847,0.265148788690567,0.3680404722690582,0.7821038067340851,312.0,79872.0,2003.5678262871224,5111808.0 +194.15,6.800000190734863,2581.0,0.0099946279078722,0.1373087614774704,0.0,1.7712758779525757,2.112305164337158,-0.004031629767268896,0.0026848046109080315,0.4597524106502533,0.3982138931751251,0.6718051135540009,313.0,80128.0,2009.9148531770334,5128192.0 +206.82,6.800000190734863,2645.0,0.00839367788285017,0.1198526993393898,0.0,1.7567123174667358,2.075334310531616,-0.005325638223439455,0.0026719914749264717,0.414661169052124,0.4145161807537079,0.6731760203838348,314.0,80384.0,2016.1089309849776,5144576.0 +192.65,5.800000190734863,2629.0,0.00922511424869299,0.132080078125,0.0,1.753354549407959,2.0435006618499756,-0.005061924923211336,0.0026745658833533525,0.3679077923297882,0.4348255693912506,0.6958345472812653,315.0,80640.0,2022.3405954360496,5160960.0 +165.26,6.400000095367432,2637.0,0.006168734282255173,0.0750935897231102,0.0,1.6898325681686401,2.0301034450531006,-0.003245091764256358,0.002673071576282382,0.24976615607738495,0.42845943570137024,0.7654404044151306,316.0,80896.0,2028.5527732269838,5177344.0 +238.35,6.400000095367432,2626.0,0.007182118948549032,0.0928751602768898,0.0,1.8242106437683105,2.048496961593628,-0.004023548681288958,0.0026761265471577644,0.5456210970878601,0.41294655203819275,0.5970881581306458,317.0,81152.0,2034.7919353030156,5193728.0 +204.15,6.699999809265137,2635.0,0.006991871166974306,0.0940755233168602,0.0,1.8043547868728638,2.0615556240081787,-0.004510296043008566,0.0026800341438502073,0.4998718202114105,0.4150327444076538,0.6269780695438385,318.0,81408.0,2041.0088344910182,5210112.0 +147.5,6.699999809265137,2621.0,0.007504687178879976,0.09869384765625,0.0,1.7763835191726685,2.0646097660064697,-0.006267902906984091,0.0026756247971206903,0.4662284553050995,0.4068358242511749,0.642572820186615,319.0,81664.0,2047.2590701410081,5226496.0 +164.36,7.099999904632568,2567.0,0.007002470549196005,0.0936279296875,0.0,1.7544554471969604,2.044999837875366,-0.005455799866467714,0.0026685893535614014,0.426897794008255,0.4067188501358032,0.6613765358924866,320.0,81920.0,2053.642325352179,5242880.0 +193.05,6.400000095367432,2679.0,0.008385716937482357,0.1234537735581398,0.0,1.75693941116333,2.0232365131378174,-0.006154704373329878,0.002681407146155834,0.45385125279426575,0.388630747795105,0.6267752647399902,321.0,82176.0,2059.757700011134,5259264.0 +138.95,7.099999904632568,2661.0,0.007688818033784628,0.0988973006606102,0.0,1.696146845817566,2.017430305480957,-0.005873642396181822,0.002677102806046605,0.30952614545822144,0.40303948521614075,0.6747996509075165,322.0,82432.0,2065.914024658967,5275648.0 +170.87,7.300000190734863,2608.0,0.009645608253777027,0.1434326171875,0.0,1.7462811470031738,2.0292434692382812,-0.005707981530576944,0.0026830320712178946,0.37061378359794617,0.42178937792778015,0.6655586361885071,323.0,82688.0,2072.1956498501822,5292032.0 +140.56,6.0,2635.0,0.009387216530740261,0.1292724609375,0.0,1.7992095947265625,2.0871808528900146,-0.00453074648976326,0.002674482762813568,0.46907928586006165,0.4295057952404022,0.638994961977005,324.0,82944.0,2078.4138226800133,5308416.0 +174.29,5.900000095367432,2619.0,0.009085976518690586,0.1268310546875,0.0,1.7424507141113281,2.1413004398345947,-0.0043738363310694695,0.002669226611033082,0.3799111843109131,0.41903379559516907,0.6476948857307434,325.0,83200.0,2084.670298044104,5324800.0 +166.78,7.199999809265137,2615.0,0.006718282122164965,0.08709716796875,0.0,1.7074365615844727,2.124211072921753,-0.006270050536841154,0.0026807794347405434,0.3533000648021698,0.3910529315471649,0.6576448976993561,326.0,83456.0,2090.9344506950583,5341184.0 +171.39,7.199999809265137,2625.0,0.0065683829598128796,0.08477783203125,0.0,1.793017864227295,2.1023199558258057,-0.005017129238694906,0.0026748606469482183,0.4952663481235504,0.4085976779460907,0.5751770436763763,327.0,83712.0,2097.1754854221363,5357568.0 +182.96,6.400000095367432,2603.0,0.007135204505175352,0.0940958634018898,0.0,1.7748171091079712,2.0780913829803467,-0.00528660649433732,0.002671057591214776,0.46149182319641113,0.40906956791877747,0.6522489488124847,328.0,83968.0,2103.4702073640656,5373952.0 +184.3,6.199999809265137,2601.0,0.007179154548794031,0.0791219100356102,0.0,1.7432361841201782,2.127822160720825,-0.0037426725029945374,0.002670583315193653,0.3255246579647064,0.4485914707183838,0.7321709990501404,329.0,84224.0,2109.76976721501,5390336.0 +172.29,6.800000190734863,2596.0,0.007556315511465073,0.0988362655043602,0.0,1.7757467031478882,2.122803211212158,-0.004640243481844664,0.0026835997123271227,0.3722892999649048,0.4531668722629547,0.7354373335838318,330.0,84480.0,2116.0802602330223,5406720.0 +158.23,7.199999809265137,2572.0,0.011822737753391266,0.1663818359375,0.0,1.7991715669631958,2.1004655361175537,-0.004844676237553358,0.0026582807768136263,0.4457739293575287,0.451008677482605,0.7011094987392426,331.0,84736.0,2122.4491734651383,5423104.0 +164.93,7.300000190734863,2610.0,0.010933652520179749,0.1546427458524704,0.0,1.6829713582992554,2.1261141300201416,-0.003827000269666314,0.0026705500204116106,0.2348160743713379,0.43211519718170166,0.8058349043130875,332.0,84992.0,2128.72965045413,5439488.0 +177.23,7.199999809265137,2579.0,0.010481945239007473,0.1517333984375,0.0,1.711099624633789,2.0571718215942383,-0.006380805280059576,0.0026669269427657127,0.3156796395778656,0.4223276674747467,0.7612994015216827,333.0,85248.0,2135.0832169181667,5455872.0 +203.54,7.5,2593.0,0.010594367049634457,0.1468709260225296,0.0,1.7296466827392578,2.01686954498291,-0.006115605589002371,0.00266897096298635,0.3419729769229889,0.4265640079975128,0.7193077206611633,334.0,85504.0,2141.402621770045,5472256.0 +122.27,7.099999904632568,2608.0,0.008769507519900799,0.124267578125,0.0,1.784791350364685,1.9594289064407349,-0.007961307652294636,0.002674858085811138,0.45671001076698303,0.4225621223449707,0.6458423733711243,335.0,85760.0,2147.684244396165,5488640.0 +117.45,7.099999904632568,2622.0,0.008723774924874306,0.12066650390625,0.0,1.6937884092330933,1.9737201929092407,-0.008105370216071606,0.002665264531970024,0.3177335262298584,0.40377238392829895,0.7405067980289459,336.0,86016.0,2153.933373693144,5505024.0 +126.93,7.900000095367432,2653.0,0.008482269942760468,0.1154988631606102,0.0,1.7356467247009277,1.982415795326233,-0.005304566118866205,0.0026580302510410547,0.40348267555236816,0.40324485301971436,0.703216552734375,337.0,86272.0,2160.109158199979,5521408.0 +147.47,7.699999809265137,2630.0,0.009575104340910912,0.1368001252412796,0.0,1.7250779867172241,2.029254198074341,-0.006615869700908661,0.002653443953022361,0.3880797326564789,0.40432968735694885,0.6945529878139496,338.0,86528.0,2166.33953983197,5537792.0 +127.06,7.900000095367432,2620.0,0.007794284727424383,0.1037190780043602,0.0,1.6503777503967285,2.0136196613311768,-0.0072914063930511475,0.0026591832283884287,0.2543891966342926,0.39330947399139404,0.7823147773742676,339.0,86784.0,2172.5922692741733,5554176.0 +180.38,7.400000095367432,2624.0,0.007283424958586693,0.095703125,0.0,1.667559266090393,2.0142405033111572,-0.005162620451301336,0.0026540334802120924,0.2733425199985504,0.4020865857601166,0.7722955644130707,340.0,87040.0,2178.8352742269635,5570560.0 +220.64,7.699999809265137,2619.0,0.009663661941885948,0.1338907927274704,0.0,1.6978336572647095,2.014005661010742,-0.0048714508302509785,0.0026595285162329674,0.26344576478004456,0.4381493031978607,0.7742653340101242,341.0,87296.0,2185.091611478012,5586944.0 +150.01,6.400000095367432,2630.0,0.008403106592595577,0.1109822615981102,0.0,1.7961926460266113,2.0381052494049072,-0.005310103762894869,0.002656408352777362,0.45547816157341003,0.4430676996707916,0.6611881852149963,342.0,87552.0,2191.321299662115,5603328.0 +191.17,7.099999904632568,2610.0,0.00879617128521204,0.1244710311293602,0.0,1.7536555528640747,2.059910774230957,-0.005913434084504843,0.0026495095808058977,0.3576391637325287,0.45452120900154114,0.742484450340271,343.0,87808.0,2197.5983916639816,5619712.0 +160.53,7.199999809265137,2609.0,0.008410720154643059,0.1116943359375,0.0,1.8272086381912231,2.0037410259246826,-0.005479657556861639,0.002650010632351041,0.5372641682624817,0.4350986182689667,0.6860158741474152,344.0,88064.0,2203.8783777400386,5636096.0 +108.78,7.300000190734863,2606.0,0.006647970527410507,0.0811971053481102,0.0,1.6559816598892212,2.0399296283721924,-0.004987875930964947,0.0026555575896054506,0.23846100270748138,0.4079304039478302,0.8133324831724167,345.0,88320.0,2210.1641180550214,5652480.0 +195.37,6.599999904632568,2603.0,0.0070017059333622456,0.09234619140625,0.0,1.6980749368667603,1.9866079092025757,-0.005316512193530798,0.002656190888956189,0.3597252368927002,0.3867877423763275,0.7480071485042572,346.0,88576.0,2216.457424647175,5668864.0 +133.18,7.099999904632568,2583.0,0.007215734571218491,0.0915323868393898,0.0,1.6837788820266724,1.9606528282165527,-0.005983506795018911,0.002649199916049838,0.32515546679496765,0.394057035446167,0.7379318177700043,347.0,88832.0,2222.801452855114,5685248.0 +151.96,7.300000190734863,2633.0,0.008132770657539368,0.1113688126206398,0.0,1.7663307189941406,1.9594255685806274,-0.006150389090180397,0.0026460587978363037,0.4671112596988678,0.4086591899394989,0.707522064447403,348.0,89088.0,2229.023810941959,5701632.0 +129.51,8.5,2646.0,0.00891894195228815,0.1206258162856102,0.0,1.6452999114990234,1.9318437576293945,-0.006036130711436272,0.002655851887539029,0.23855262994766235,0.39582720398902893,0.8202155232429504,349.0,89344.0,2235.215404967079,5718016.0 +136.63,7.699999809265137,2633.0,0.009424247778952122,0.1326904296875,0.0,1.8600305318832397,1.9351916313171387,-0.007472159340977669,0.0026535047218203545,0.30944737792015076,0.40537843108177185,0.8071810156106949,350.0,89600.0,2241.43855545111,5734400.0 +183.79,7.199999809265137,2627.0,0.01063418760895729,0.1561279296875,0.0,1.8728073835372925,1.9824780225753784,-0.007313525769859552,0.0026524171698838472,0.30611565709114075,0.42067933082580566,0.8129690140485764,351.0,89856.0,2247.6756925571244,5750784.0 +157.65,7.099999904632568,2629.0,0.008345973677933216,0.10797119140625,0.0,1.9462175369262695,1.9947906732559204,-0.0030001073610037565,0.0026559981051832438,0.41185247898101807,0.4352400302886963,0.7539263367652893,352.0,90112.0,2253.9121175389737,5767168.0 +123.99,7.599999904632568,2632.0,0.008260532282292843,0.1169840469956398,0.0,1.9037623405456543,2.008728265762329,-0.006871568039059639,0.002663061022758484,0.35027292370796204,0.42405450344085693,0.8074376434087753,353.0,90368.0,2260.1359610301442,5783552.0 +160.88,7.400000095367432,2614.0,0.008722228929400444,0.1212361678481102,0.0,1.9286643266677856,1.9775519371032715,-0.006821976508945227,0.0026615385431796312,0.40332749485969543,0.42282870411872864,0.7850747853517532,354.0,90624.0,2266.403372016037,5799936.0 +82.31,7.599999904632568,2566.0,0.008112255483865738,0.11309814453125,0.0,1.9342445135116577,1.9469318389892578,-0.006344696506857872,0.0026609438937157393,0.47737792134284973,0.39089763164520264,0.7725826054811478,355.0,90880.0,2272.7882502831053,5816320.0 +112.75,7.699999809265137,2607.0,0.008060860447585583,0.1116943359375,0.0,1.8666013479232788,1.9810876846313477,-0.00672932667657733,0.0026606444735080004,0.3555644750595093,0.3850371837615967,0.7829880565404892,356.0,91136.0,2279.0717588861007,5832704.0 +163.66,7.199999809265137,2591.0,0.008468229323625565,0.1190592423081398,0.0,1.862963318824768,1.9958826303482056,-0.005324460566043854,0.0026539929676800966,0.33053335547447205,0.3959834575653076,0.7801863104104996,357.0,91392.0,2285.3940026951022,5849088.0 +99.62,7.599999904632568,2587.0,0.007771708071231842,0.108642578125,0.0,1.8460479974746704,1.9840840101242065,-0.005436120089143515,0.002665033331140876,0.3215010464191437,0.37805795669555664,0.7626943141222,358.0,91648.0,2291.72805583803,5865472.0 +150.98,6.800000190734863,2627.0,0.009789871983230114,0.1406453400850296,0.0,1.8662753105163574,1.9862456321716309,-0.0074990191496908665,0.0026507230941206217,0.3641485869884491,0.38620051741600037,0.730367124080658,359.0,91904.0,2297.9656740289647,5881856.0 +163.92,7.599999904632568,2623.0,0.007752056699246168,0.0984700545668602,0.0,1.8472081422805786,1.9964386224746704,-0.006306339055299759,0.0026545394212007523,0.33263537287712097,0.3798915147781372,0.7515607625246048,360.0,92160.0,2304.2109762299806,5898240.0 +139.92,6.5,2618.0,0.0073968409560620785,0.0931599959731102,0.0,1.9533816576004028,2.0204625129699707,-0.0046680704690515995,0.002643897896632552,0.5487187504768372,0.38194605708122253,0.640148937702179,361.0,92416.0,2310.4680879041553,5914624.0 +150.37,6.900000095367432,2628.0,0.007812697440385818,0.1059366837143898,0.0,1.8956894874572754,2.0430409908294678,-0.006039723288267851,0.0026470946613699198,0.3977883756160736,0.39971795678138733,0.7390735745429993,362.0,92672.0,2316.70104183699,5931008.0 +163.84,7.199999809265137,2660.0,0.0073810541070997715,0.0940144881606102,0.0,1.8721774816513062,2.021681308746338,-0.004695085808634758,0.0026557750534266233,0.3234683871269226,0.40746748447418213,0.8046355694532394,363.0,92928.0,2322.860227853991,5947392.0 +130.49,7.599999904632568,2604.0,0.007932438515126705,0.1107177734375,0.0,1.895703911781311,2.0368616580963135,-0.005640827119350433,0.002649367554113269,0.33001652359962463,0.4320216178894043,0.8431768119335175,364.0,93184.0,2329.1510849080514,5963776.0 +207.02,6.400000095367432,2627.0,0.008554012514650822,0.1217447891831398,0.0,1.936536431312561,2.0436809062957764,-0.0048062680289149284,0.002644801512360573,0.4062241017818451,0.43626686930656433,0.816421166062355,365.0,93440.0,2335.387244376121,5980160.0 +140.27,7.300000190734863,2620.0,0.006501942873001099,0.0760498046875,0.0,1.9534014463424683,1.987441062927246,-0.005852148402482271,0.0026388606056571007,0.45513033866882324,0.4321325719356537,0.8084001243114471,366.0,93696.0,2341.6393866110593,5996544.0 +126.64,7.599999904632568,2650.0,0.007459284272044897,0.10382080078125,0.0,1.8617240190505981,1.995105266571045,-0.00684016989544034,0.00264563481323421,0.3498312532901764,0.3907823860645294,0.809334009885788,367.0,93952.0,2347.821867991006,6012928.0 +136.25,6.800000190734863,2635.0,0.006287061143666506,0.0752766951918602,0.0,1.932586669921875,1.9564037322998047,-0.00653005251660943,0.0026463766116648912,0.4754035472869873,0.3977906405925751,0.7280314564704895,368.0,94208.0,2354.039392117178,6029312.0 +122.81,7.5,2644.0,0.007986989803612232,0.0965779647231102,0.0,1.86887788772583,1.9310415983200073,-0.007299237418919802,0.002644309774041176,0.35961997509002686,0.3935224115848541,0.7831586450338364,369.0,94464.0,2360.2351700461004,6045696.0 +160.59,6.699999809265137,2626.0,0.0072514996863901615,0.094482421875,0.0,1.9005402326583862,1.9501277208328247,-0.0055985054932534695,0.0026424385141581297,0.3874240815639496,0.4107089340686798,0.7607373893260956,370.0,94720.0,2366.473479652079,6062080.0 +130.1,7.300000190734863,2630.0,0.006362654734402895,0.0797119140625,0.0,1.9962514638900757,1.9083019495010376,-0.004546146374195814,0.002652173861861229,0.5740920901298523,0.4067477881908417,0.6973905563354492,371.0,94976.0,2372.703415686963,6078464.0 +157.48,7.099999904632568,2620.0,0.007962849922478199,0.1097208634018898,0.0,1.9117382764816284,1.9718223810195923,-0.006579564418643713,0.0026516523212194443,0.43837904930114746,0.393020361661911,0.7748748809099197,372.0,95232.0,2378.958598613972,6094848.0 +109.24,7.5,2662.0,0.008053101599216461,0.1146240234375,0.0,1.840553641319275,1.9712129831314087,-0.008065097965300083,0.0026501219253987074,0.29816609621047974,0.3941866457462311,0.8294214308261871,373.0,95488.0,2385.112962433137,6111232.0 +133.44,7.699999809265137,2596.0,0.009188701398670673,0.1271158903837204,0.0,1.8293675184249878,1.9971085786819458,-0.007431169971823692,0.0026512143667787313,0.2783086597919464,0.3920081555843353,0.8536486178636551,374.0,95744.0,2391.423229922075,6127616.0 +158.88,7.599999904632568,2643.0,0.008228289894759655,0.1166585311293602,0.0,1.8286399841308594,2.0841543674468994,-0.00655116094276309,0.0026520059909671545,0.2957272231578827,0.38216567039489746,0.8228852152824402,375.0,96000.0,2397.621680193115,6144000.0 +210.58,6.5,2616.0,0.0056527103297412395,0.06890869140625,0.0,1.882391095161438,2.0796658992767334,-0.005316451657563448,0.0026615504175424576,0.41172394156455994,0.37186703085899353,0.789568230509758,376.0,96256.0,2403.885227543069,6160384.0 +170.67,6.900000095367432,2611.0,0.007612498011440039,0.1041666641831398,0.0,1.9059234857559204,2.039074420928955,-0.0050520324148237705,0.0026584251318126917,0.40123680233955383,0.4015355110168457,0.8181697130203247,377.0,96512.0,2410.1602843061555,6176768.0 +153.12,7.300000190734863,2608.0,0.007025228347629309,0.0911051407456398,0.0,1.9397741556167603,2.037245512008667,-0.005066911224275827,0.002658451907336712,0.40539124608039856,0.43329212069511414,0.802557572722435,378.0,96768.0,2416.4409910510294,6193152.0 +127.06,7.800000190734863,2598.0,0.007737946230918169,0.1047159805893898,0.0,1.8751236200332642,1.9934543371200562,-0.005388352554291487,0.0026617369148880243,0.3175427317619324,0.4108065664768219,0.8359474539756775,379.0,97024.0,2422.747695767088,6209536.0 +94.29,6.800000190734863,2611.0,0.008910254575312138,0.1291096955537796,0.0,1.9342085123062134,2.0370616912841797,-0.004293516278266907,0.0026542721316218376,0.5198217034339905,0.3718259036540985,0.7049178779125214,380.0,97280.0,2429.0219756430015,6225920.0 +178.24,6.599999904632568,2604.0,0.00583757134154439,0.0698038712143898,0.0,1.9435687065124512,2.0616095066070557,-0.004905581008642912,0.0026592742651700974,0.5496866106987,0.36460986733436584,0.7117944359779358,381.0,97536.0,2435.314127407968,6242304.0 +138.66,7.400000095367432,2610.0,0.008576343767344952,0.1112874373793602,0.0,1.7911664247512817,2.0499637126922607,-0.004515256267040968,0.002652570838108659,0.20748436450958252,0.3861536681652069,0.8621789813041687,382.0,97792.0,2441.591431294102,6258688.0 +185.67,7.300000190734863,2604.0,0.009436676278710365,0.1328328400850296,0.0,1.8369683027267456,2.0596277713775635,-0.005984594579786062,0.002667481079697609,0.27677202224731445,0.39142248034477234,0.8282902091741562,383.0,98048.0,2447.88244257099,6275072.0 +213.53,6.300000190734863,2602.0,0.006188338156789541,0.0760701522231102,0.0,1.9185376167297363,2.0620906352996826,-0.005123084411025047,0.002654921030625701,0.41584673523902893,0.4088977873325348,0.7339536547660828,384.0,98304.0,2454.1782135581598,6291456.0 +215.48,6.300000190734863,2614.0,0.006946584675461054,0.0887451171875,0.0,1.94053316116333,2.082493782043457,-0.005953494925051928,0.0026413470041006804,0.521571934223175,0.385852575302124,0.6992312967777252,385.0,98560.0,2460.4446026161313,6307840.0 +133.54,7.0,2592.0,0.007179179694503546,0.093994140625,0.0,1.8071694374084473,2.088606834411621,-0.006553931161761284,0.0026517335791140795,0.3340749442577362,0.3417053520679474,0.8005444705486298,386.0,98816.0,2466.7654655789956,6324224.0 +169.34,6.400000095367432,2612.0,0.007221037056297064,0.09417724609375,0.0,1.856329083442688,2.0616953372955322,-0.0051072933711111546,0.0026362603530287743,0.4004707336425781,0.363687664270401,0.7732468843460083,387.0,99072.0,2473.0376010939945,6340608.0 +144.73,7.0,2545.0,0.010507836006581783,0.1559244841337204,0.0,1.8639036417007446,2.0837409496307373,-0.0056808567605912685,0.0026302728801965714,0.36323150992393494,0.3936699330806732,0.8000821769237518,388.0,99328.0,2479.4755691010505,6356992.0 +214.55,7.0,2600.0,0.006867836695164442,0.0912068709731102,0.0,1.8955750465393066,2.0634615421295166,-0.0054692053236067295,0.0026372477877885103,0.41097959876060486,0.3975653350353241,0.7946934252977371,389.0,99584.0,2485.778254722012,6373376.0 +138.73,7.0,2598.0,0.008455357514321804,0.1197916641831398,0.0,1.9276162385940552,2.032179594039917,-0.005283025559037924,0.0026324058417230844,0.4186539947986603,0.42769134044647217,0.771825760602951,390.0,99840.0,2492.084956438979,6389760.0 +214.15,6.5,2599.0,0.009264403022825718,0.1316935271024704,0.0,1.8249841928482056,2.005993604660034,-0.00635775038972497,0.0026225491892546415,0.25118568539619446,0.41453444957733154,0.8393529057502747,391.0,100096.0,2498.3881099200808,6406144.0 +144.83,7.199999809265137,2628.0,0.008853538893163204,0.1251017302274704,0.0,1.9506570100784302,1.928269863128662,-0.0033288418781012297,0.002626535715535283,0.4833131730556488,0.418344110250473,0.721357524394989,392.0,100352.0,2504.62167548202,6422528.0 +142.78,7.0,2618.0,0.008585983887314796,0.1153971329331398,0.0,1.8814811706542969,1.9727827310562134,-0.006094265263527632,0.0026291029062122107,0.35760700702667236,0.4139484167098999,0.7368438839912415,393.0,100608.0,2510.878368637059,6438912.0 +130.56,7.300000190734863,2595.0,0.008467086590826511,0.11553955078125,0.0,1.9507627487182617,1.9674874544143677,-0.006073480937629938,0.0026209831703454256,0.5137340426445007,0.4091525077819824,0.6315449178218842,394.0,100864.0,2517.1905660531484,6455296.0 +170.52,7.400000095367432,2554.0,0.008937940001487732,0.1256510466337204,0.0,1.9023607969284058,2.0065948963165283,-0.005801935214549303,0.0026144422590732574,0.368359237909317,0.436827689409256,0.728611946105957,395.0,101120.0,2523.6045723611023,6471680.0 +154.11,7.800000190734863,2545.0,0.008339530788362026,0.1140950545668602,0.0,1.8836981058120728,2.0275518894195557,-0.00620720349252224,0.0026157519314438105,0.3325349986553192,0.43603697419166565,0.7712603658437729,396.0,101376.0,2530.041744464077,6488064.0 +158.53,7.199999809265137,2556.0,0.007394702639430761,0.0952555313706398,0.0,1.8717570304870605,2.035618305206299,-0.005569602828472853,0.0026218974962830544,0.35809406638145447,0.4076871871948242,0.7584873139858246,397.0,101632.0,2536.450095560169,6504448.0 +150.59,6.599999904632568,2655.0,0.009027785621583462,0.1244710311293602,0.0,1.8300457000732422,2.077826499938965,-0.0073093934915959835,0.0026087851729243994,0.2707911729812622,0.4183451235294342,0.785695880651474,398.0,101888.0,2542.6212330160197,6520832.0 +196.45,6.699999809265137,2651.0,0.009744892828166485,0.14013671875,0.0,1.8595536947250366,2.1220521926879883,-0.007482707500457764,0.002606484107673168,0.33720314502716064,0.41641339659690857,0.7347488701343536,399.0,102144.0,2548.8025381739717,6537216.0 +212.88,6.5,2648.0,0.008062872104346752,0.1187540665268898,0.0,1.5907031297683716,2.129640817642212,-0.006725231651216745,0.002612742595374584,0.3636283874511719,0.40934279561042786,0.7466940581798553,400.0,102400.0,2554.989196629962,6553600.0 +161.64,6.699999809265137,2630.0,0.007732149213552475,0.0987141951918602,0.0,1.6086597442626953,2.099546194076538,-0.005707279313355684,0.0026112888008356094,0.40263107419013977,0.40665075182914734,0.7401395440101624,401.0,102656.0,2561.2196302569937,6569984.0 +135.02,7.199999809265137,2651.0,0.009461571462452412,0.1382853239774704,0.0,1.545343279838562,2.0971405506134033,-0.006528582889586687,0.0026281243190169334,0.2776844799518585,0.3981776535511017,0.8142378479242325,402.0,102912.0,2567.3988501999993,6586368.0 +189.35,6.599999904632568,2659.0,0.00890385452657938,0.1222941055893898,0.0,1.6579879522323608,2.0671579837799072,-0.005674751941114664,0.0026339308824390173,0.4388829469680786,0.432160347700119,0.7382649779319763,403.0,103168.0,2573.5609363571275,6602752.0 +150.11,7.300000190734863,2678.0,0.0075574032962322235,0.1025187149643898,0.0,1.5732817649841309,2.0348384380340576,-0.006061655934900045,0.002619954524561763,0.2811835706233978,0.43223169445991516,0.7851693332195282,404.0,103424.0,2579.6780485431664,6619136.0 +165.22,6.900000095367432,2560.0,0.011115680448710918,0.159912109375,0.0,1.5735334157943726,2.035045623779297,-0.006949010770767927,0.002614369383081794,0.29552528262138367,0.42782458662986755,0.7675615400075912,405.0,103680.0,2586.076610045973,6635520.0 +152.04,7.900000095367432,2571.0,0.007190194446593523,0.0926920548081398,0.0,1.5958495140075684,1.9919592142105103,-0.005174578633159399,0.0026237063575536013,0.38468149304389954,0.3939415216445923,0.7181299030780792,406.0,103936.0,2592.447760200128,6651904.0 +187.91,7.0,2590.0,0.008093283511698246,0.1104939803481102,0.0,1.6002130508422852,2.034374952316284,-0.005886314436793327,0.0026324985083192587,0.3965768814086914,0.38901007175445557,0.7020469903945923,407.0,104192.0,2598.774484166177,6668288.0 +165.0,6.900000095367432,2612.0,0.007936269976198673,0.1036783829331398,0.0,1.6109596490859985,2.0619070529937744,-0.005179580766707659,0.0026179144624620676,0.3946342170238495,0.4097786247730255,0.7609387040138245,408.0,104448.0,2605.0479177800007,6684672.0 +162.13,6.900000095367432,2608.0,0.009619290940463543,0.1369425505399704,0.0,1.617794394493103,2.009169578552246,-0.006747423205524683,0.0026275247801095247,0.36324766278266907,0.433114618062973,0.7907527536153793,409.0,104704.0,2611.329792302102,6701056.0 +192.98,7.199999809265137,2555.0,0.007934515364468098,0.1097208634018898,0.0,1.6529561281204224,2.0146474838256836,-0.006474066525697708,0.0026331914123147726,0.42591556906700134,0.4345910847187042,0.7627030611038208,410.0,104960.0,2617.742445877986,6717440.0 +157.04,6.900000095367432,2493.0,0.008615297265350819,0.11865234375,0.0,1.5964637994766235,2.0580451488494873,-0.0069806925021111965,0.002637864090502262,0.3057449758052826,0.4376676380634308,0.8152586221694946,411.0,105216.0,2624.313441513106,6733824.0 +162.82,7.300000190734863,2564.0,0.008348067291080952,0.1148885115981102,0.0,1.548353672027588,2.067103147506714,-0.00705169839784503,0.002634013770148158,0.2512604296207428,0.4148690402507782,0.8392676413059235,412.0,105472.0,2630.702900809003,6750208.0 +193.22,7.5,2613.0,0.007861037738621235,0.10552978515625,0.0,1.5412921905517578,2.048536539077759,-0.006393840070813894,0.0026154189836233854,0.24349860846996307,0.4193619191646576,0.8497203141450882,413.0,105728.0,2636.9728729310445,6766592.0 +169.17,6.599999904632568,2588.0,0.009969458915293217,0.13775634765625,0.0,1.5996274948120117,2.0358879566192627,-0.0055275182239711285,0.0026131283957511187,0.34970906376838684,0.4255664050579071,0.8147403597831726,414.0,105984.0,2643.3022055970505,6782976.0 +166.95,6.699999809265137,2632.0,0.007975857704877853,0.1094970703125,0.0,1.6530718803405762,1.9651813507080078,-0.006139370147138834,0.002624569460749626,0.4793701469898224,0.4061368703842163,0.7438336610794067,415.0,106240.0,2649.5262265121564,6799360.0 +128.15,7.300000190734863,2571.0,0.008073749020695686,0.1079915389418602,0.0,1.6219371557235718,1.9747737646102905,-0.003870809217914939,0.002616575686261058,0.41017064452171326,0.41167712211608887,0.7712953835725784,416.0,106496.0,2655.8994732620195,6815744.0 +136.31,7.0,2622.0,0.008580698631703854,0.1164143905043602,0.0,1.5882703065872192,1.993841290473938,-0.006841693073511124,0.0026146552991122007,0.34626495838165283,0.41436532139778137,0.7966358810663223,417.0,106752.0,2662.146870843135,6832128.0 +173.3,6.5,2539.0,0.007271624635905027,0.0889078751206398,0.0,1.5977083444595337,1.9537185430526733,-0.006162755191326141,0.002622966654598713,0.34581586718559265,0.4204576909542084,0.812687948346138,418.0,107008.0,2668.5998472459614,6848512.0 +161.48,6.699999809265137,2592.0,0.008546252734959126,0.1161905899643898,0.0,1.6128915548324585,1.9317998886108398,-0.006794298533350229,0.0026223936583846807,0.42508938908576965,0.3920382559299469,0.7534376233816147,419.0,107264.0,2674.9220377921592,6864896.0 +144.8,7.0,2578.0,0.008060337044298649,0.1068115234375,0.0,1.5584816932678223,1.9700886011123657,-0.0045183999463915825,0.0026285722851753235,0.33460474014282227,0.37574219703674316,0.8114415556192398,420.0,107520.0,2681.2771585201845,6881280.0 +124.86,8.0,2557.0,0.0082881273701787,0.10809326171875,0.0,1.5363811254501343,1.9070266485214233,-0.007795993238687515,0.002637214260175824,0.2982325851917267,0.3699076473712921,0.8006862103939056,421.0,107776.0,2687.683225993067,6897664.0 +176.42,7.099999904632568,2621.0,0.010087558068335056,0.13726806640625,0.0,1.5908102989196777,1.953574538230896,-0.007395489607006311,0.0026134748477488756,0.3963850438594818,0.3882462978363037,0.7788389176130295,422.0,108032.0,2693.9336660089903,6914048.0 +132.8,7.800000190734863,2625.0,0.00798740703612566,0.10650634765625,0.0,1.609023094177246,1.9774718284606934,-0.0050152502954006195,0.002621925435960293,0.40998855233192444,0.3950892388820648,0.7532141655683517,423.0,108288.0,2700.174632442184,6930432.0 +154.09,7.5,2630.0,0.006719193886965513,0.0843098983168602,0.0,1.5965393781661987,2.011937141418457,-0.0064759813249111176,0.0026189323980361223,0.3354775607585907,0.4283198416233063,0.7759525030851364,424.0,108544.0,2706.403579903068,6946816.0 +130.88,6.300000190734863,2614.0,0.005846795160323381,0.070068359375,0.0,1.6325794458389282,2.03648042678833,-0.006154494825750589,0.002601795131340623,0.43107113242149353,0.4227599799633026,0.7359801828861237,425.0,108800.0,2712.6706499480642,6963200.0 +223.68,6.5,2655.0,0.006288983393460512,0.0712483748793602,0.0,1.626866340637207,2.011430263519287,-0.00662104832008481,0.0026059478987008333,0.43081173300743103,0.41427481174468994,0.7394230961799622,426.0,109056.0,2718.8419189341366,6979584.0 +199.78,7.099999904632568,2579.0,0.010123162530362606,0.1453654021024704,0.0,1.6206603050231934,2.037586212158203,-0.005047737620770931,0.002600188599899411,0.41736194491386414,0.41620776057243347,0.7575756162405014,427.0,109312.0,2725.1942016051617,6995968.0 +163.98,6.900000095367432,2674.0,0.007216630037873983,0.0926310196518898,0.0,1.6235146522521973,1.984902024269104,-0.006354208569973707,0.002600894309580326,0.4466463029384613,0.40271058678627014,0.7735517174005508,428.0,109568.0,2731.3213697210886,7012352.0 +130.92,7.800000190734863,2627.0,0.006589809432625771,0.0793660506606102,0.0,1.6060208082199097,1.9686847925186157,-0.0064894272945821285,0.002606786787509918,0.4024820625782013,0.4052106440067291,0.776216596364975,429.0,109824.0,2737.558908698149,7028736.0 +127.96,7.5,2638.0,0.005957515444606543,0.0723876953125,0.0,1.6075841188430786,2.008843183517456,-0.006494028959423304,0.0026065546553581953,0.41824087500572205,0.39827001094818115,0.7804215997457504,430.0,110080.0,2743.7707524599973,7045120.0 +129.39,7.5,2622.0,0.009402496740221977,0.12799072265625,0.0,1.5256295204162598,1.9839235544204712,-0.0064940196461975574,0.0026051427703350782,0.2503191828727722,0.40107443928718567,0.8543007075786591,431.0,110336.0,2750.0182598491665,7061504.0 +183.42,7.400000095367432,2624.0,0.008503659628331661,0.1153157576918602,0.0,1.5916856527328491,1.9433950185775757,-0.0064234561286866665,0.0026006298139691353,0.36608970165252686,0.41251909732818604,0.8091716021299362,432.0,110592.0,2756.2625866120216,7077888.0 +133.92,7.599999904632568,2611.0,0.007555971387773752,0.1033732071518898,0.0,1.5228906869888306,1.9404586553573608,-0.007123402785509825,0.0026122864801436663,0.2537391483783722,0.3924228250980377,0.8277475982904434,433.0,110848.0,2762.536817881977,7094272.0 +182.92,6.300000190734863,2632.0,0.00979576911777258,0.1256917268037796,0.0,1.6109776496887207,1.876238465309143,-0.005566718056797981,0.002613481367006898,0.4018942415714264,0.40592777729034424,0.6946843564510345,434.0,111104.0,2768.7649010999594,7110656.0 +151.99,7.800000190734863,2631.0,0.007955081760883331,0.10076904296875,0.0,1.6153383255004883,1.8708070516586304,-0.006443668622523546,0.0026151109486818314,0.386288046836853,0.42061862349510193,0.6596424281597137,435.0,111360.0,2774.991252866108,7127040.0 +135.28,6.199999809265137,2595.0,0.00832421611994505,0.1139119490981102,0.0,1.6678051948547363,1.943602442741394,-0.005199213977903128,0.0026168767362833023,0.49521830677986145,0.4167332947254181,0.579293817281723,436.0,111616.0,2781.3053361179773,7143424.0 +178.31,7.699999809265137,2558.0,0.010670979507267475,0.14227294921875,0.0,1.571479320526123,2.016814708709717,-0.00926572922617197,0.0026031031738966703,0.32560673356056213,0.4155946969985962,0.6978500187397003,437.0,111872.0,2787.7088377231266,7159808.0 +145.13,7.900000095367432,2594.0,0.009364796802401543,0.1303303986787796,0.0,1.5571197271347046,2.0510144233703613,-0.008285664953291416,0.0025989075656980276,0.31249022483825684,0.4076152741909027,0.7596403807401657,438.0,112128.0,2794.0239744081628,7176192.0 +142.24,7.300000190734863,2595.0,0.010211692191660404,0.1328938752412796,0.0,1.5878819227218628,2.034355401992798,-0.005182277876883745,0.0025966225657612085,0.37667807936668396,0.40326324105262756,0.716755211353302,439.0,112384.0,2800.338379111141,7192576.0 +165.69,6.300000190734863,2581.0,0.0095523651689291,0.1337076872587204,0.0,1.5947238206863403,2.037529230117798,-0.00722075067460537,0.002594796707853675,0.3867899477481842,0.4087807834148407,0.7350113987922668,440.0,112640.0,2806.686218935065,7208960.0 +140.44,7.800000190734863,2551.0,0.008338644169270992,0.1087443009018898,0.0,1.5606306791305542,1.9864557981491089,-0.006511867046356201,0.002589822979643941,0.31916728615760803,0.4094747006893158,0.8006210029125214,441.0,112896.0,2813.108104484156,7225344.0 +132.8,7.599999904632568,2594.0,0.007870563305914402,0.0989990234375,0.0,1.6361570358276367,1.9805630445480347,-0.0056515648029744625,0.002593230688944459,0.4879697263240814,0.3960763216018677,0.7218367159366608,442.0,113152.0,2819.4245179560967,7241728.0 +175.47,7.0,2541.0,0.008689479902386665,0.12066650390625,0.0,1.579872727394104,1.9880733489990234,-0.006424513179808855,0.002592268632724881,0.33544155955314636,0.4214266836643219,0.7802083343267441,443.0,113408.0,2825.8725565201603,7258112.0 +131.87,8.300000190734863,2523.0,0.00911371037364006,0.1231689453125,0.0,1.5703822374343872,1.9440031051635742,-0.006445722188800573,0.002596270525828004,0.27998191118240356,0.4407031834125519,0.8470818847417831,444.0,113664.0,2832.365632585017,7274496.0 +128.23,7.5,2563.0,0.006286504212766886,0.0793863907456398,0.0,1.6012338399887085,1.904535174369812,-0.005044896155595779,0.002596445381641388,0.36356592178344727,0.4254085123538971,0.8036323338747025,445.0,113920.0,2838.7587748530786,7290880.0 +163.58,7.400000095367432,2644.0,0.007698552682995796,0.1010335311293602,0.0,1.6521838903427124,1.8740266561508179,-0.0036222264170646667,0.002608874812722206,0.4452897012233734,0.42917636036872864,0.7586176097393036,446.0,114176.0,2844.954931498971,7307264.0 +129.99,6.599999904632568,2600.0,0.007063249591737986,0.09503173828125,0.0,1.6313518285751343,1.93988835811615,-0.00672569265589118,0.0026122929994016886,0.43868541717529297,0.4110279977321625,0.7591325491666794,447.0,114432.0,2851.256348147057,7323648.0 +152.87,6.699999809265137,2609.0,0.006940323859453201,0.0915934219956398,0.0,1.5842071771621704,1.9518184661865234,-0.005954751744866371,0.0025999878998845816,0.3605250120162964,0.4067734181880951,0.7907054573297501,448.0,114688.0,2857.537142846966,7340032.0 +174.95,6.699999809265137,2611.0,0.0074235680513083935,0.09503173828125,0.0,1.6612730026245117,1.9505791664123535,-0.006402503699064255,0.0026021169032901525,0.5222553610801697,0.4016922414302826,0.732052356004715,449.0,114944.0,2863.8109173891135,7356416.0 +162.35,7.199999809265137,2611.0,0.008989616297185421,0.1173502579331398,0.0,1.6345707178115845,1.9576072692871094,-0.005421042442321777,0.00260256533510983,0.469157338142395,0.4001970589160919,0.7702704668045044,450.0,115200.0,2870.0863801210653,7372800.0 +115.74,7.800000190734863,2595.0,0.008468445390462875,0.1124674454331398,0.0,1.5807738304138184,1.9926866292953491,-0.0052750688046216965,0.002608332084491849,0.3551030457019806,0.40141522884368896,0.8108076602220535,451.0,115456.0,2876.398925659014,7389184.0 +114.66,7.900000095367432,2666.0,0.006541640032082796,0.0845133438706398,0.0,1.6349310874938965,2.0156872272491455,-0.004709387198090553,0.0026079334784299135,0.49244681000709534,0.3838824927806854,0.7662779092788696,452.0,115712.0,2882.5450902429875,7405568.0 +121.14,7.300000190734863,2617.0,0.008671482093632221,0.1208902969956398,0.0,1.5278178453445435,2.045464277267456,-0.0068292561918497086,0.002595308003947139,0.25726819038391113,0.40559136867523193,0.8373356461524963,453.0,115968.0,2888.8063436090015,7421952.0 +169.19,7.699999809265137,2529.0,0.008115955628454685,0.10943603515625,0.0,1.5526814460754395,2.0570125579833984,-0.006359027232974768,0.0026112226769328117,0.2913694679737091,0.4065391719341278,0.8281069546937943,454.0,116224.0,2895.289887921186,7438336.0 +126.21,7.199999809265137,2599.0,0.006697122007608414,0.0846761092543602,0.0,1.5689884424209595,2.0288987159729004,-0.0077433399856090546,0.0025940900668501854,0.32189470529556274,0.41766950488090515,0.7826761454343796,455.0,116480.0,2901.5945513821207,7454720.0 +167.53,6.800000190734863,2615.0,0.008269515819847584,0.1085611954331398,0.0,1.6213794946670532,2.0169315338134766,-0.005801186431199312,0.002589412499219179,0.43366479873657227,0.4133744239807129,0.7550116777420044,456.0,116736.0,2907.8594038810115,7471104.0 +118.33,7.800000190734863,2604.0,0.00757865235209465,0.09735107421875,0.0,1.6013888120651245,2.0384719371795654,-0.005879288073629141,0.0025947620160877705,0.3991806209087372,0.4077683687210083,0.7820553779602051,457.0,116992.0,2914.1523512559943,7487488.0 +204.55,6.800000190734863,2587.0,0.007723907008767128,0.1026204451918602,0.0,1.5455394983291626,2.1133310794830322,-0.006135785952210426,0.0025910416152328253,0.280801385641098,0.41481685638427734,0.8305505067110062,458.0,117248.0,2920.4850702909753,7503872.0 +236.72,7.099999904632568,2531.0,0.008091731928288937,0.1022135391831398,0.0,1.5088673830032349,2.1233503818511963,-0.005208529066294432,0.002593552926555276,0.23893125355243683,0.39378324151039124,0.8494994342327118,459.0,117504.0,2926.95702102012,7520256.0 +211.96,6.400000095367432,2526.0,0.009014439769089222,0.13037109375,0.0,1.6218767166137695,2.1111090183258057,-0.007051511202007532,0.0025980782229453325,0.4556427299976349,0.39913174510002136,0.7227717041969299,460.0,117760.0,2933.442797705997,7536640.0 +146.16,7.400000095367432,2566.0,0.008862543851137161,0.1244913712143898,0.0,1.6015204191207886,2.0923943519592285,-0.007479507010430098,0.0025940900668501854,0.4087270498275757,0.4051162302494049,0.7156708836555481,461.0,118016.0,2939.828370873118,7553024.0 +177.73,7.199999809265137,2550.0,0.008688319474458694,0.1190185546875,0.0,1.586989402770996,2.0908305644989014,-0.005675147753208876,0.002590728225186467,0.32410964369773865,0.4377918243408203,0.7431990504264832,462.0,118272.0,2946.2524165189825,7569408.0 +152.26,7.800000190734863,2594.0,0.009389800950884819,0.12982177734375,0.0,1.5391815900802612,2.124447822570801,-0.006800112780183554,0.002595660975202918,0.22670292854309082,0.4381396472454071,0.8207411617040634,463.0,118528.0,2952.567032353021,7585792.0 +253.63,6.400000095367432,2615.0,0.007536584045737982,0.0983479842543602,0.0,1.6689587831497192,2.087595224380493,-0.006234290543943644,0.0025962984655052423,0.45654046535491943,0.4544462263584137,0.7052741944789886,464.0,118784.0,2958.836241465062,7602176.0 +227.85,7.099999904632568,2613.0,0.008289842866361141,0.11895751953125,0.0,1.5582623481750488,2.0924251079559326,-0.006061963737010956,0.002602196065708995,0.2713713049888611,0.4297232925891876,0.8270905911922455,465.0,119040.0,2965.1059879180975,7618560.0 +221.86,7.300000190734863,2611.0,0.007131983991712332,0.092529296875,0.0,1.5170975923538208,2.122077703475952,-0.008124671876430511,0.002605791436508298,0.20302003622055054,0.4223973751068115,0.8804143667221069,466.0,119296.0,2971.3813962570857,7634944.0 +194.75,7.199999809265137,2619.0,0.0076507278718054295,0.1015828475356102,0.0,1.614061713218689,2.0791678428649902,-0.006538104265928268,0.0026221240404993296,0.3294807970523834,0.4521036446094513,0.8067633211612701,467.0,119552.0,2977.6364710151684,7651328.0 +204.82,6.800000190734863,2617.0,0.006973950192332268,0.0874226912856102,0.0,1.6772609949111938,2.0712382793426514,-0.005086143035441637,0.0026031804736703634,0.4821799099445343,0.4440450668334961,0.7177567481994629,468.0,119808.0,2983.8961927781347,7667712.0 +153.57,7.300000190734863,2625.0,0.007508264854550362,0.10101318359375,0.0,1.6176506280899048,2.072843551635742,-0.005671046674251556,0.002610589377582073,0.36925411224365234,0.4372999966144562,0.7623513638973236,469.0,120064.0,2990.1368891880848,7684096.0 +123.36,7.099999904632568,2632.0,0.008690117858350277,0.11981201171875,0.0,1.621014952659607,2.0534136295318604,-0.0064358823001384735,0.002598546678200364,0.39050421118736267,0.43533340096473694,0.7160671055316925,470.0,120320.0,2996.3616814289708,7700480.0 +159.68,7.300000190734863,2652.0,0.00650477921590209,0.0796101912856102,0.0,1.6468764543533325,2.0449864864349365,-0.005412943195551634,0.0025839516893029213,0.4415953457355499,0.44168558716773987,0.697138100862503,471.0,120576.0,3002.5393742981832,7716864.0 +162.78,7.300000190734863,2658.0,0.006615346763283014,0.08514404296875,0.0,1.5341124534606934,2.0608370304107666,-0.005731636192649603,0.0025845395866781473,0.2695854902267456,0.41001030802726746,0.8060649037361145,472.0,120832.0,3008.7043699070346,7733248.0 +185.79,7.599999904632568,2649.0,0.00606736121699214,0.0707804337143898,0.0,1.6093908548355103,2.020155906677246,-0.006533321458846331,0.002586371498182416,0.4358348548412323,0.40019699931144714,0.7091877162456512,473.0,121088.0,3014.8904616460204,7749632.0 +177.77,7.400000095367432,2659.0,0.009254616685211658,0.1300252228975296,0.0,1.598444938659668,2.0318291187286377,-0.006349333096295595,0.0025826781056821346,0.4066084623336792,0.4063425064086914,0.6802412271499634,474.0,121344.0,3021.052824578015,7766016.0 +121.4,7.5,2638.0,0.00928607489913702,0.1268107146024704,0.0,1.5846408605575562,2.0284531116485596,-0.00559935113415122,0.002584159607067704,0.3067982792854309,0.4477716386318207,0.7420427799224854,475.0,121600.0,3027.2627596911043,7782400.0 +175.72,7.099999904632568,2639.0,0.00813373550772667,0.1088663712143898,0.0,1.5613511800765991,2.0752174854278564,-0.005263676401227713,0.0025881396140903234,0.3001345098018646,0.42210903763771057,0.7380058765411377,476.0,121856.0,3033.471473432146,7798784.0 +239.62,6.800000190734863,2629.0,0.007406068965792656,0.0942179337143898,0.0,1.5997978448867798,2.068580389022827,-0.005196582060307264,0.00259202322922647,0.35138991475105286,0.4353140592575073,0.6766674816608429,477.0,122112.0,3039.7023610919714,7815168.0 +85.63,8.0,2625.0,0.0065057468600571156,0.0742390975356102,0.0,1.658845067024231,1.943006992340088,-0.005334413144737482,0.00259168422780931,0.5018256306648254,0.4148407280445099,0.6347640752792358,478.0,122368.0,3045.9444245409686,7831552.0 +148.27,7.0,2629.0,0.0063162557780742645,0.07379150390625,0.0,1.673409342765808,2.000756025314331,-0.0037598528433591127,0.0025859929155558348,0.542281448841095,0.40973296761512756,0.5667197108268738,479.0,122624.0,3052.174929945031,7847936.0 +165.63,6.900000095367432,2644.0,0.0072989133186638355,0.0955403670668602,0.0,1.6179308891296387,2.0092594623565674,-0.0072577521204948425,0.0025798738934099674,0.4142495095729828,0.42726457118988037,0.6378025114536285,480.0,122880.0,3058.3703507611062,7864320.0 +129.09,7.5,2637.0,0.007607170846313238,0.0970255509018898,0.0,1.597995400428772,1.9995145797729492,-0.005508418660610914,0.002599952043965459,0.3844161927700043,0.40902820229530334,0.6653234660625458,481.0,123136.0,3064.5836976110004,7880704.0 +145.85,6.900000095367432,2637.0,0.009512962773442268,0.1291096955537796,0.0,1.603274941444397,2.013946533203125,-0.006209126207977533,0.002596003469079733,0.36710086464881897,0.42865267395973206,0.6994873583316803,482.0,123392.0,3070.796569637023,7897088.0 +180.82,7.400000095367432,2630.0,0.01021647173911333,0.145751953125,0.0,1.6074023246765137,2.00184965133667,-0.004479949828237295,0.0025835861451923847,0.3566855490207672,0.4437985420227051,0.7319989204406738,483.0,123648.0,3077.0258538990747,7913472.0 +182.85,7.400000095367432,2624.0,0.009209680370986462,0.1271769255399704,0.0,1.604280948638916,2.0452394485473633,-0.0066929529421031475,0.002618679776787758,0.34228989481925964,0.43427956104278564,0.7317980825901031,484.0,123904.0,3083.269641436171,7929856.0 +139.67,7.800000190734863,2604.0,0.010010242462158203,0.1335652619600296,0.0,1.5723880529403687,2.0721592903137207,-0.007200650405138731,0.00260249525308609,0.32212033867836,0.41725996136665344,0.7675969004631042,485.0,124160.0,3090.0569597301073,7946240.0 +180.31,7.300000190734863,2582.0,0.010926865041255951,0.1508585661649704,0.0,1.550779938697815,2.0693788528442383,-0.006274524610489607,0.0025984905660152435,0.27356407046318054,0.42131149768829346,0.7908668369054794,486.0,124416.0,3096.401986495126,7962624.0 +204.69,6.400000095367432,2531.0,0.008209987543523312,0.1117960587143898,0.0,1.5676336288452148,2.0945966243743896,-0.005141615401953459,0.0025840187445282936,0.3070181906223297,0.4276467263698578,0.7720723301172256,487.0,124672.0,3102.874042744981,7979008.0 +156.76,6.900000095367432,2503.0,0.010719439946115017,0.1448567658662796,0.0,1.578717827796936,2.0248892307281494,-0.004159767180681229,0.0025743087753653526,0.30052492022514343,0.44760867953300476,0.7502185702323914,488.0,124928.0,3109.419947955059,7995392.0 +170.71,6.699999809265137,2532.0,0.00667366711422801,0.0869547501206398,0.0,1.6290467977523804,1.983362078666687,-0.005528327077627182,0.002571970457211137,0.401309996843338,0.4498402178287506,0.7078049778938293,489.0,125184.0,3115.8916221479885,8011776.0 +168.46,7.400000095367432,2624.0,0.007741428911685944,0.1034952774643898,0.0,1.6004401445388794,1.9818495512008667,-0.007189334835857153,0.0025775094982236624,0.3830868899822235,0.4257579743862152,0.6987660825252533,490.0,125440.0,3122.135398103157,8028160.0 +122.2,7.599999904632568,2612.0,0.009356674738228321,0.135986328125,0.0,1.63418447971344,2.018003463745117,-0.005375314969569445,0.002575583988800645,0.4374113976955414,0.4328458309173584,0.702586829662323,491.0,125696.0,3128.4078851270024,8044544.0 +92.87,8.5,2627.0,0.007299115881323814,0.0942586287856102,0.0,1.5198997259140015,2.0433576107025146,-0.006880773231387138,0.002586331916972995,0.2328530102968216,0.41523730754852295,0.8231179565191269,492.0,125952.0,3134.644922149135,8060928.0 +154.27,7.0,2638.0,0.008010891266167164,0.1104532852768898,0.0,1.621817946434021,2.0947980880737305,-0.007403743918985128,0.002588507952168584,0.40360990166664124,0.4351368248462677,0.7112294733524323,493.0,126208.0,3140.8544080781285,8077312.0 +143.17,7.300000190734863,2624.0,0.008299997076392174,0.11041259765625,0.0,1.6276146173477173,2.0965096950531006,-0.0059225899167358875,0.002595437690615654,0.450874000787735,0.40862783789634705,0.7335119545459747,494.0,126464.0,3147.0984706680756,8093696.0 +134.06,7.699999809265137,2631.0,0.008902188390493393,0.12176513671875,0.0,1.5954303741455078,2.0887434482574463,-0.005973419640213251,0.0025816699489951134,0.36002328991889954,0.43129003047943115,0.7596035301685333,495.0,126720.0,3153.3248790521175,8110080.0 +124.95,7.900000095367432,2618.0,0.009265022352337837,0.1255289763212204,0.0,1.567217469215393,2.0505082607269287,-0.007430788595229387,0.0025804031174629927,0.33037155866622925,0.41722241044044495,0.7548995763063431,496.0,126976.0,3159.5823282841593,8126464.0 +178.95,7.699999809265137,2606.0,0.008062935434281826,0.1080118790268898,0.0,1.5499258041381836,2.0744194984436035,-0.00714148161932826,0.002586621791124344,0.2846719026565552,0.4206899404525757,0.7841566801071167,497.0,127232.0,3165.8696988360025,8142848.0 +146.84,7.900000095367432,2626.0,0.008557317778468132,0.1149495467543602,0.0,1.5428932905197144,2.0747079849243164,-0.007724110037088394,0.0025861372705549,0.297375351190567,0.40564998984336853,0.7509793341159821,498.0,127488.0,3172.107451569056,8159232.0 +146.98,7.199999809265137,2644.0,0.008704975247383118,0.11700439453125,0.0,1.5462517738342285,2.1055195331573486,-0.00609369995072484,0.002576375612989068,0.26257815957069397,0.4337364137172699,0.7983445078134537,499.0,127744.0,3178.303024736,8175616.0 +171.36,7.300000190734863,2657.0,0.008639047853648663,0.1213582381606102,0.0,1.7351455688476562,2.036879062652588,-0.0068181888200342655,0.0025719248224049807,0.419583797454834,0.4390827417373657,0.7187493741512299,500.0,128000.0,3184.4681148331147,8192000.0 +163.11,7.099999904632568,2647.0,0.009931549429893494,0.1425984650850296,0.0,1.7011350393295288,2.0053863525390625,-0.00576166994869709,0.0025736300740391016,0.3868310749530792,0.41711315512657166,0.7400303184986115,501.0,128256.0,3190.658285808051,8208384.0 +134.56,7.400000095367432,2656.0,0.008641225285828114,0.1190999373793602,0.0,1.6712371110916138,1.9939870834350586,-0.005386925768107176,0.00258224387653172,0.32288622856140137,0.41456785798072815,0.7541679441928864,502.0,128512.0,3196.8262958480045,8224768.0 +111.77,8.100000381469727,2642.0,0.007982282899320126,0.1046142578125,0.0,1.7152763605117798,2.0046839714050293,-0.006168650928884745,0.0025811081286519766,0.41405853629112244,0.41440463066101074,0.7352745831012726,503.0,128768.0,3203.0285099609755,8241152.0 +138.69,7.400000095367432,2652.0,0.009801727719604969,0.1414591521024704,0.0,1.663188099861145,2.0887086391448975,-0.0059969243593513966,0.002589176641777158,0.243008092045784,0.44826531410217285,0.8408757001161575,504.0,129024.0,3209.206758577144,8257536.0 +181.88,7.099999904632568,2610.0,0.009643901139497757,0.1354166716337204,0.0,1.6699620485305786,2.0987894535064697,-0.0063264258205890656,0.002595479367300868,0.22718335688114166,0.4619100093841553,0.8365382105112076,505.0,129280.0,3215.487486790167,8273920.0 +185.5,7.599999904632568,2649.0,0.009737822227180004,0.1307169646024704,0.0,1.662431240081787,2.0987470149993896,-0.006188822910189629,0.0025874548591673374,0.22182871401309967,0.46037647128105164,0.8483549207448959,506.0,129536.0,3221.6724911020137,8290304.0 +230.79,7.199999809265137,2653.0,0.007146192714571953,0.09039306640625,0.0,1.6599842309951782,2.073761463165283,-0.0065391152165830135,0.0025931738782674074,0.2389904409646988,0.445374995470047,0.8368693441152573,507.0,129792.0,3227.847135405056,8306688.0 +184.71,8.0,2649.0,0.00742453383281827,0.09869384765625,0.0,1.6645015478134155,2.1127679347991943,-0.006895856931805611,0.0025761921424418688,0.2723580300807953,0.4411773681640625,0.8150633573532104,508.0,130048.0,3234.0313826070633,8323072.0 +123.28,7.300000190734863,2629.0,0.00852214079350233,0.1120198592543602,0.0,1.676345705986023,2.0460753440856934,-0.008437086828052998,0.0025659564416855574,0.30207112431526184,0.4439195692539215,0.8171650320291519,509.0,130304.0,3240.262509452179,8339456.0 +113.75,7.800000190734863,2610.0,0.008723217062652111,0.12176513671875,0.0,1.6497982740402222,2.0870907306671143,-0.0063888393342494965,0.0025714398361742496,0.2585150897502899,0.4340585470199585,0.8430672436952591,510.0,130560.0,3246.5404413491488,8355840.0 +160.25,7.699999809265137,2608.0,0.007588546723127365,0.1012776717543602,0.0,1.6633901596069336,2.082357168197632,-0.007209261413663626,0.0025749271735548973,0.3198457956314087,0.4142035245895386,0.807800754904747,511.0,130816.0,3252.821137571009,8372224.0 +151.38,7.400000095367432,2640.0,0.009296294301748276,0.12548828125,0.0,1.664726734161377,2.0870676040649414,-0.009442651644349098,0.0025773814413696527,0.3242441713809967,0.4145514965057373,0.7804329097270966,512.0,131072.0,3259.0272482321598,8388608.0 +201.45,7.0,2589.0,0.009190600365400314,0.12774658203125,0.0,1.693190574645996,2.1280622482299805,-0.0050453427247703075,0.0025815218687057495,0.3616780936717987,0.41888102889060974,0.7679503560066223,513.0,131328.0,3265.355834589107,8404992.0 +135.0,7.900000095367432,2578.0,0.008957530371844769,0.1212565079331398,0.0,1.6516393423080444,2.1391334533691406,-0.009203683584928513,0.0025817255955189466,0.23219524323940277,0.4492892920970917,0.8404644131660461,514.0,131584.0,3271.7106792421546,8421376.0 +172.59,7.199999809265137,2603.0,0.009278993122279644,0.1330769807100296,0.0,1.6628140211105347,2.122284173965454,-0.008320833556354046,0.0025851100217550993,0.2921914756298065,0.4255138337612152,0.8274633288383484,515.0,131840.0,3278.0043150261045,8437760.0 +209.86,6.800000190734863,2593.0,0.007432679180055857,0.0963541641831398,0.0,1.6626917123794556,2.1347315311431885,-0.006658094469457865,0.002581806620582938,0.29727819561958313,0.42249441146850586,0.8293455988168716,516.0,132096.0,3284.323523794068,8454144.0 +195.5,7.800000190734863,2606.0,0.007193136960268021,0.09332275390625,0.0,1.6647038459777832,2.124398946762085,-0.0066102962009608746,0.002586035756394267,0.27581092715263367,0.4343738853931427,0.8300548940896988,517.0,132352.0,3290.610956714023,8470528.0 +162.23,7.300000190734863,2579.0,0.007868903689086437,0.1067708358168602,0.0,1.6826030015945435,2.117161750793457,-0.006803345400840044,0.0025775996036827564,0.3052385151386261,0.44226548075675964,0.8203433454036713,518.0,132608.0,3296.9629875570536,8486912.0 +169.1,8.0,2612.0,0.009768505580723286,0.1307779997587204,0.0,1.6465095281600952,2.1108527183532715,-0.008269437588751316,0.002577059203758836,0.240339994430542,0.4400453567504883,0.8318911045789719,519.0,132864.0,3303.2357600540854,8503296.0 +142.4,7.5,2617.0,0.009372635744512081,0.1270548552274704,0.0,1.6651257276535034,2.1352202892303467,-0.008868987672030926,0.0025663627311587334,0.28113192319869995,0.4443528950214386,0.8151679784059525,520.0,133120.0,3309.497079784982,8519680.0 +198.41,6.800000190734863,2581.0,0.00914188101887703,0.1333821564912796,0.0,1.7307190895080566,2.0934479236602783,-0.00470598554238677,0.0025750764179974794,0.4208805561065674,0.4301500618457794,0.75009685754776,521.0,133376.0,3315.844142902177,8536064.0 +164.18,7.5,2609.0,0.008500881493091583,0.12042236328125,0.0,1.6843591928482056,2.1073355674743652,-0.006804292555898428,0.0025661468971520662,0.32442930340766907,0.4391738474369049,0.7980751842260361,522.0,133632.0,3322.123147979146,8552448.0 +123.39,7.699999809265137,2568.0,0.007080187555402517,0.0932413712143898,0.0,1.6772021055221558,2.1424150466918945,-0.006305916700512171,0.0025713343638926744,0.2863805592060089,0.44960153102874756,0.8238136172294617,523.0,133888.0,3328.502104937099,8568832.0 +165.1,7.0,2527.0,0.006611257325857878,0.0802815780043602,0.0,1.690520167350769,2.1525986194610596,-0.007626783102750778,0.0025677215307950974,0.35172733664512634,0.43148282170295715,0.7690697759389877,524.0,134144.0,3334.985676910961,8585216.0 +163.18,7.900000095367432,2618.0,0.00691492622718215,0.08489990234375,0.0,1.7122215032577515,2.0858230590820312,-0.0056417640298604965,0.0025624867994338274,0.39000335335731506,0.43400073051452637,0.7831580191850662,525.0,134400.0,3341.244472223101,8601600.0 +153.73,7.900000095367432,2587.0,0.007071506232023239,0.0949910506606102,0.0,1.7690577507019043,2.068896770477295,-0.006730161141604185,0.002562994370236993,0.4755801260471344,0.4503770172595978,0.7306841909885406,526.0,134656.0,3347.57827471802,8617984.0 +118.57,7.800000190734863,2595.0,0.0065553453750908375,0.0788167342543602,0.0,1.6735763549804688,2.0910613536834717,-0.007618677336722612,0.002570947865024209,0.3097389042377472,0.4336771070957184,0.7940891981124878,527.0,134912.0,3353.8920949900057,8634368.0 +136.2,7.699999809265137,2603.0,0.00851855892688036,0.11834716796875,0.0,1.6882394552230835,2.1172354221343994,-0.006341612432152033,0.0025669147726148367,0.29697421193122864,0.4579496681690216,0.7996186316013336,528.0,135168.0,3360.1859603009652,8650752.0 +160.84,6.900000095367432,2522.0,0.010144686326384544,0.1435343474149704,0.0,1.725129246711731,2.1222074031829834,-0.0067553333938121796,0.0025659489911049604,0.378450870513916,0.45467129349708557,0.7715319246053696,529.0,135424.0,3366.6825543241575,8667136.0 +171.77,7.800000190734863,2578.0,0.010404248721897602,0.1509602814912796,0.0,1.7092901468276978,2.0777170658111572,-0.006907584145665169,0.0025639310479164124,0.35587409138679504,0.4502986669540405,0.8027935773134232,530.0,135680.0,3373.0365950381383,8683520.0 +118.92,8.600000381469727,2604.0,0.009967460297048092,0.14404296875,0.0,1.6684660911560059,2.0719735622406006,-0.006491192150861025,0.0025674726348370314,0.3020889461040497,0.43252214789390564,0.8357223123311996,531.0,135936.0,3379.3295284470078,8699904.0 +96.5,7.900000095367432,2613.0,0.009559190832078457,0.1353963166475296,0.0,1.6278151273727417,2.1625897884368896,-0.008615315891802311,0.0025741541758179665,0.17293818295001984,0.45913103222846985,0.8941609933972359,532.0,136192.0,3385.6010552761145,8716288.0 +145.21,6.900000095367432,2628.0,0.011859170161187649,0.16986083984375,0.0,1.732190728187561,2.166985273361206,-0.0071551077999174595,0.002592348726466298,0.3984490633010864,0.4391494691371918,0.7806813418865204,533.0,136448.0,3391.8338831150904,8732672.0 +153.4,7.199999809265137,2618.0,0.00821037869900465,0.11260986328125,0.0,1.7143630981445312,2.1292917728424072,-0.007449699100106955,0.0025918064638972282,0.3239921033382416,0.4608851671218872,0.8365662544965744,534.0,136704.0,3398.092410657089,8749056.0 +200.61,7.300000190734863,2638.0,0.006816864479333162,0.0858154296875,0.0,1.7548980712890625,2.1187987327575684,-0.007595601957291365,0.0026009734719991684,0.4026600420475006,0.4576818645000458,0.8265438824892044,535.0,136960.0,3404.3041313951835,8765440.0 +117.22,7.800000190734863,2596.0,0.006146817933768034,0.0779622420668602,0.0,1.681565761566162,2.100008726119995,-0.006294826045632362,0.002593787619844079,0.29161927103996277,0.4398297071456909,0.8494787514209747,536.0,137216.0,3410.6178716151044,8781824.0 +146.24,7.199999809265137,2608.0,0.007195735815912485,0.0904541015625,0.0,1.669118881225586,2.1312122344970703,-0.006178223993629217,0.002573055448010564,0.2888967990875244,0.43809565901756287,0.832089826464653,537.0,137472.0,3416.898737600073,8798208.0 +193.11,7.300000190734863,2633.0,0.009222774766385555,0.1296183317899704,0.0,1.694201946258545,2.1049492359161377,-0.0068481857888400555,0.0025722163263708353,0.3587663471698761,0.42802107334136963,0.788720890879631,538.0,137728.0,3423.120575414039,8814592.0 +177.03,6.699999809265137,2634.0,0.01117959339171648,0.1633707731962204,0.0,1.8006607294082642,2.1106150150299072,-0.004539367277175188,0.002580463420599699,0.5854495167732239,0.4137475788593292,0.6889177858829498,539.0,137984.0,3429.340502234176,8830976.0 +117.89,8.100000381469727,2638.0,0.008201553486287594,0.1147257462143898,0.0,1.7660589218139648,2.065798044204712,-0.00836090836673975,0.0025915896985679865,0.4647025167942047,0.44056811928749084,0.7498638033866882,540.0,138240.0,3435.552164830966,8847360.0 +98.52,8.399999618530273,2649.0,0.007350218947976828,0.0946044921875,0.0,1.6594222784042358,2.076085090637207,-0.007598692085593939,0.0025726910680532455,0.2131546288728714,0.4705488383769989,0.874468207359314,541.0,138496.0,3441.737943995977,8863744.0 +123.96,7.199999809265137,2630.0,0.008153317496180534,0.1114908829331398,0.0,1.7310813665390015,2.074308395385742,-0.007661784533411264,0.002562509151175618,0.4047439992427826,0.44887232780456543,0.7477997839450836,542.0,138752.0,3447.96688288101,8880128.0 +127.1,7.800000190734863,2626.0,0.00797879509627819,0.1087849959731102,0.0,1.7024251222610474,2.0722196102142334,-0.006581865716725588,0.002559957792982459,0.3478686511516571,0.44868171215057373,0.7692441046237946,543.0,139008.0,3454.207091543125,8896512.0 +119.18,7.5,2629.0,0.009206616319715977,0.1236368790268898,0.0,1.7045711278915405,2.0930912494659424,-0.0068631540052592754,0.0025626900605857372,0.3571792542934418,0.44507214426994324,0.7698225229978561,544.0,139264.0,3460.440409474075,8912896.0 +142.89,7.5,2632.0,0.0084076514467597,0.114501953125,0.0,1.7649708986282349,2.107877492904663,-0.007073385640978813,0.0025589277502149343,0.4745694100856781,0.4492456614971161,0.7469992339611053,545.0,139520.0,3466.6659235979896,8929280.0 +143.1,7.699999809265137,2633.0,0.01032161433249712,0.14349365234375,0.0,1.6573480367660522,2.1038312911987305,-0.00668467627838254,0.0025796443223953247,0.26524779200553894,0.43511900305747986,0.8429058939218521,546.0,139776.0,3472.88915297715,8945664.0 +188.44,7.199999809265137,2646.0,0.010650538839399815,0.1502888947725296,0.0,1.7212309837341309,2.150702714920044,-0.0044500092044472694,0.0025786408223211765,0.38914763927459717,0.43580639362335205,0.7846810072660446,547.0,140032.0,3479.080976434052,8962048.0 +230.5,7.099999904632568,2642.0,0.007059457246214151,0.0945638045668602,0.0,1.665252685546875,2.1121737957000732,-0.006462492048740387,0.002571818185970187,0.2671290338039398,0.44661590456962585,0.8549580127000809,548.0,140288.0,3485.281842363067,8978432.0 +219.77,7.199999809265137,2610.0,0.008354728110134602,0.1150105819106102,0.0,1.7405859231948853,2.113456964492798,-0.005033561494201422,0.00257792673073709,0.3922758400440216,0.4561655819416046,0.7737244963645935,549.0,140544.0,3491.557707620086,8994816.0 +196.39,7.300000190734863,2607.0,0.008334473706781864,0.1091715469956398,0.0,1.706032633781433,2.148174524307251,-0.006929410621523857,0.0026015520561486483,0.335544615983963,0.4399701654911041,0.7605357617139816,550.0,140800.0,3497.8409219891764,9011200.0 +149.12,7.0,2641.0,0.007978170178830624,0.1055094376206398,0.0,1.732071042060852,2.1369121074676514,-0.0050825681537389755,0.0025718824472278357,0.4096720218658447,0.4403773844242096,0.7333472967147827,551.0,141056.0,3504.0440102929715,9027584.0 +207.02,7.300000190734863,2633.0,0.006955014541745186,0.08544921875,0.0,1.6624685525894165,2.1114261150360107,-0.006949249655008316,0.0025657007936388254,0.28686782717704773,0.43614766001701355,0.7839633077383041,552.0,141312.0,3510.2652091821656,9043968.0 +212.92,7.300000190734863,2637.0,0.006962680723518133,0.0805257186293602,0.0,1.6869698762893677,2.1209614276885986,-0.007153825368732214,0.002583240857347846,0.3677980899810791,0.4099736213684082,0.7388396263122559,553.0,141568.0,3516.4774908160325,9060352.0 +121.98,7.099999904632568,2632.0,0.008210578002035618,0.11016845703125,0.0,1.6789531707763672,2.156432867050171,-0.007557328790426254,0.002584796631708741,0.32068726420402527,0.4273031949996948,0.7212918102741241,554.0,141824.0,3522.70241403603,9076736.0 +201.98,6.900000095367432,2627.0,0.007372809108346701,0.0957845076918602,0.0,1.794434666633606,2.1409800052642822,-0.005864860489964485,0.0025763928424566984,0.5077866911888123,0.4538213312625885,0.6498137712478638,555.0,142080.0,3528.938033904182,9093120.0 +143.77,6.599999904632568,2640.0,0.006967097520828247,0.0921427384018898,0.0,1.7546862363815308,2.144813060760498,-0.007076653186231852,0.0025556113105267286,0.44039031863212585,0.4588787257671356,0.6326977908611298,556.0,142336.0,3535.1438462871592,9109504.0 +174.59,7.300000190734863,2635.0,0.00816033873707056,0.1083984375,0.0,1.7397828102111816,2.17014741897583,-0.007742980495095253,0.0025620379019528627,0.4082554280757904,0.45798051357269287,0.6685613393783569,557.0,142592.0,3541.3610817301087,9125888.0 +140.26,8.199999809265137,2638.0,0.009242515079677105,0.13250732421875,0.0,1.7141510248184204,2.1584718227386475,-0.007006545085459948,0.002572771394625306,0.32832130789756775,0.4675940275192261,0.723977267742157,558.0,142848.0,3547.571035979083,9142272.0 +178.8,7.5,2596.0,0.009613704867661,0.1352335661649704,0.0,1.6836700439453125,2.174042224884033,-0.007179284002631903,0.002561749890446663,0.26016750931739807,0.47746530175209045,0.7532505542039871,559.0,143104.0,3553.883129369002,9158656.0 +141.35,6.900000095367432,2645.0,0.009255140088498592,0.1330973356962204,0.0,1.733676791191101,2.1823151111602783,-0.005948428530246019,0.0025649755261838436,0.4215386211872101,0.4404890239238739,0.6766105890274048,560.0,143360.0,3560.0777195561677,9175040.0 +208.52,7.599999904632568,2652.0,0.008397349156439304,0.1175130233168602,0.0,1.646363377571106,2.206385374069214,-0.005323218181729317,0.002570641925558448,0.2704525291919708,0.4241504967212677,0.7371922731399536,561.0,143616.0,3566.2542568871286,9191424.0 +172.64,7.300000190734863,2633.0,0.006482284050434828,0.08038330078125,0.0,1.6620110273361206,2.188025712966919,-0.007387024816125631,0.0025668833404779434,0.3125949501991272,0.42209264636039734,0.72079998254776,562.0,143872.0,3572.4769603270106,9207808.0 +103.14,7.800000190734863,2630.0,0.009613732807338238,0.1385498046875,0.0,1.654380202293396,2.1835057735443115,-0.0074666342698037624,0.0025659340899437666,0.28290802240371704,0.43061962723731995,0.7307401597499847,563.0,144128.0,3578.705348825082,9224192.0 +185.23,6.800000190734863,2634.0,0.007758079096674919,0.1028035506606102,0.0,1.713436484336853,2.1733124256134033,-0.0061150542460381985,0.0025692605413496494,0.407700777053833,0.4236302077770233,0.6775470972061157,564.0,144384.0,3584.926179845119,9240576.0 +152.57,7.099999904632568,2598.0,0.007855881936848164,0.1057332381606102,0.0,1.7296398878097534,2.1793625354766846,-0.006456709001213312,0.002569357166066766,0.46796679496765137,0.40855082869529724,0.6672595739364624,565.0,144640.0,3591.2331639400218,9256960.0 +127.93,7.900000095367432,2602.0,0.009043044410645962,0.12811279296875,0.0,1.6416678428649902,2.1751115322113037,-0.008726810105144978,0.0025797912385314703,0.296364426612854,0.40339720249176025,0.772605761885643,566.0,144896.0,3597.5297908140346,9273344.0 +159.64,7.800000190734863,2601.0,0.007572368253022432,0.0972086563706398,0.0,1.7454147338867188,2.159963369369507,-0.007013937458395958,0.0025603417307138443,0.4735400378704071,0.4278939962387085,0.6725602746009827,567.0,145152.0,3603.8282184209675,9289728.0 +112.64,7.699999809265137,2629.0,0.011050508357584476,0.1587321013212204,0.0,1.6341615915298462,2.177271604537964,-0.008833433501422405,0.0025504075456410646,0.2486056238412857,0.4364239275455475,0.7927700877189636,568.0,145408.0,3610.060269803973,9306112.0 +147.19,7.099999904632568,2646.0,0.01036560907959938,0.1441446989774704,0.0,1.6910853385925293,2.1741108894348145,-0.006119854748249054,0.002561582252383232,0.36322328448295593,0.4273582994937897,0.7339234948158264,569.0,145664.0,3616.2544667320326,9322496.0 +199.33,7.199999809265137,2572.0,0.00766713498160243,0.10076904296875,0.0,1.7174783945083618,2.159358501434326,-0.007289953995496035,0.002559152664616704,0.41302430629730225,0.43136799335479736,0.7464169859886169,570.0,145920.0,3622.624839311,9338880.0 +98.75,7.099999904632568,2518.0,0.008700716309249401,0.1202189102768898,0.0,1.699341893196106,2.1299169063568115,-0.008501912467181683,0.002567697549238801,0.3917022943496704,0.41980886459350586,0.7426703572273254,571.0,146176.0,3629.1318891909905,9355264.0 +153.9,7.099999904632568,2519.0,0.007932840846478939,0.1104939803481102,0.0,1.6718190908432007,2.175264358520508,-0.005964226555079222,0.0025614758487790823,0.31442025303840637,0.4329575300216675,0.7325679659843445,572.0,146432.0,3635.6355938101187,9371648.0 +150.9,7.699999809265137,2523.0,0.010924644768238068,0.1602783203125,0.0,1.6675399541854858,2.19014048576355,-0.006138283293694258,0.0025521423667669296,0.27192649245262146,0.4568360149860382,0.7778890430927277,573.0,146688.0,3642.128786212066,9388032.0 +136.62,7.900000095367432,2547.0,0.00808765646070242,0.1111246719956398,0.0,1.6862026453018188,2.15529203414917,-0.008436525240540504,0.002566596958786249,0.38027718663215637,0.4123166501522064,0.7189328372478485,574.0,146944.0,3648.561340460088,9404416.0 +202.07,6.599999904632568,2543.0,0.0077692363411188126,0.10687255859375,0.0,1.723453164100647,2.1678130626678467,-0.007902090437710285,0.002565660746768117,0.4184766709804535,0.4324975907802582,0.7290809452533722,575.0,147200.0,3655.004988391185,9420800.0 +108.61,8.399999618530273,2611.0,0.0094715291634202,0.1337687224149704,0.0,1.6056925058364868,2.1407549381256104,-0.008242879994213581,0.002547354670241475,0.1877993792295456,0.4390373229980469,0.8482339978218079,576.0,147456.0,3661.279916067142,9437184.0 +143.73,7.599999904632568,2585.0,0.009672732092440128,0.1388142853975296,0.0,1.6301336288452148,2.180924415588379,-0.00887164194136858,0.0025519325863569975,0.24286003410816193,0.43446090817451477,0.8063663691282272,577.0,147712.0,3667.6185145319905,9453568.0 +195.53,7.5,2602.0,0.009027010761201382,0.1301066130399704,0.0,1.7025413513183594,2.179594039916992,-0.008927300572395325,0.002551035722717643,0.36978915333747864,0.4448932111263275,0.7149288356304169,578.0,147968.0,3673.9154025721364,9469952.0 +202.47,7.099999904632568,2565.0,0.00925908237695694,0.1278889924287796,0.0,1.6986242532730103,2.180832624435425,-0.007580230478197336,0.002570962067693472,0.33418047428131104,0.44887790083885193,0.7371377050876617,579.0,148224.0,3680.3026056119706,9486336.0 +190.89,7.099999904632568,2624.0,0.01078022364526987,0.1608479768037796,0.0,1.694454312324524,2.2122819423675537,-0.00604115379974246,0.002592692617326975,0.2737593948841095,0.4655855596065521,0.7676853388547897,580.0,148480.0,3686.545120690018,9502720.0 +116.52,7.5,2634.0,0.008085682056844234,0.10211181640625,0.0,1.6505235433578491,2.2020366191864014,-0.007848470471799374,0.002569545293226838,0.24072326719760895,0.4485948979854584,0.8011020123958588,581.0,148736.0,3692.764325778,9519104.0 +177.03,6.400000095367432,2652.0,0.006623168010264635,0.08636474609375,0.0,1.705780029296875,2.186438798904419,-0.006289063021540642,0.0025557689368724823,0.33431771397590637,0.46297645568847656,0.7530486881732941,582.0,148992.0,3698.941218725173,9535488.0 +192.49,6.599999904632568,2634.0,0.006807868834584951,0.0836385115981102,0.0,1.8043969869613647,2.119267225265503,-0.006476603448390961,0.0025490375701338053,0.5345745086669922,0.46412408351898193,0.6903755962848663,583.0,149248.0,3705.1621314000804,9551872.0 +93.6,7.900000095367432,2625.0,0.008359328843653202,0.1131184920668602,0.0,1.6749987602233887,2.09719181060791,-0.007018954027444124,0.0025557049084454775,0.27573147416114807,0.4611741602420807,0.7793480157852173,584.0,149504.0,3711.4032444120385,9568256.0 +157.18,7.599999904632568,2597.0,0.00948911439627409,0.12762451171875,0.0,1.7157195806503296,2.1356215476989746,-0.00607321597635746,0.0025566869881004095,0.33547165989875793,0.47211548686027527,0.7631172239780426,585.0,149760.0,3717.7111599689815,9584640.0 +96.14,7.900000095367432,2630.0,0.009881374426186085,0.1419677734375,0.0,1.629457950592041,2.15423321723938,-0.008348636329174042,0.0025500464253127575,0.15897513926029205,0.48037829995155334,0.8490133732557297,586.0,150016.0,3723.9415862420574,9601024.0 +179.47,6.800000190734863,2654.0,0.0104035260155797,0.1515299528837204,0.0,1.7278610467910767,2.1755120754241943,-0.005308657418936491,0.002558142878115177,0.34966108202934265,0.4765888452529907,0.7046962380409241,587.0,150272.0,3730.11393474997,9617408.0 +166.59,7.599999904632568,2625.0,0.010017008520662785,0.1413370817899704,0.0,1.759687066078186,2.147805690765381,-0.008472057990729809,0.002553017344325781,0.4427853524684906,0.46598541736602783,0.6894461214542389,588.0,150528.0,3736.359430575045,9633792.0 +179.64,8.199999809265137,2634.0,0.009121961891651154,0.1292928010225296,0.0,1.6519168615341187,2.1296019554138184,-0.006234304513782263,0.002562904730439186,0.2255813032388687,0.45927688479423523,0.8178929835557938,589.0,150784.0,3742.5789803380612,9650176.0 +130.26,7.5,2605.0,0.010062824934720993,0.1370442658662796,0.0,1.7044134140014648,2.1134326457977295,-0.007078259717673063,0.002564353635534644,0.3271518051624298,0.46121200919151306,0.7569222152233124,590.0,151040.0,3748.867546285037,9666560.0 +160.38,7.599999904632568,2606.0,0.008277212269604206,0.1148681640625,0.0,1.7250217199325562,2.168549060821533,-0.005735102575272322,0.002560282126069069,0.31145307421684265,0.4939877688884735,0.7940994650125504,591.0,151296.0,3755.155241656117,9682944.0 +231.49,6.400000095367432,2641.0,0.007462942972779274,0.1004231795668602,0.0,1.7249326705932617,2.149017572402954,-0.006719490978866816,0.0025647494476288557,0.371408075094223,0.4592234194278717,0.7520555406808853,592.0,151552.0,3761.359137997031,9699328.0 +169.63,7.400000095367432,2630.0,0.007885226048529148,0.1060587540268898,0.0,1.6977373361587524,2.161095380783081,-0.0072028073482215405,0.0025591321755200624,0.3162671625614166,0.46312010288238525,0.7928397506475449,593.0,151808.0,3767.5874393100385,9715712.0 +136.75,7.900000095367432,2554.0,0.0075652082450687885,0.1004435196518898,0.0,1.7010644674301147,2.157243013381958,-0.007351373787969351,0.002563352696597576,0.3346220552921295,0.45463159680366516,0.7831073552370071,594.0,152064.0,3774.0018308539875,9732096.0 +131.8,7.800000190734863,2613.0,0.007528173271566629,0.0959065780043602,0.0,1.682563304901123,2.1265227794647217,-0.007113422732800245,0.002555881394073367,0.3231077492237091,0.4436018466949463,0.765151247382164,595.0,152320.0,3780.271079882048,9748480.0 +167.56,7.0,2630.0,0.0076200044713914394,0.1027628555893898,0.0,1.7283357381820679,2.0995066165924072,-0.007585214916616678,0.0025483202189207077,0.40283870697021484,0.4541696012020111,0.7538411319255829,596.0,152576.0,3786.4997092089616,9764864.0 +142.59,7.199999809265137,2577.0,0.009226549416780472,0.1252034455537796,0.0,1.7477480173110962,2.0890052318573,-0.007284004241228104,0.0025488706305623055,0.42939648032188416,0.4602576494216919,0.7297810018062592,597.0,152832.0,3792.856267653173,9781248.0 +197.21,7.099999904632568,2576.0,0.008717791177332401,0.11236572265625,0.0,1.710741639137268,2.126383066177368,-0.00665568932890892,0.002557988977059722,0.35747674107551575,0.45425304770469666,0.7121102511882782,598.0,153088.0,3799.215630949009,9797632.0 +156.0,7.699999809265137,2563.0,0.007881483994424343,0.1048787459731102,0.0,1.6649500131607056,2.1787843704223633,-0.007071800529956818,0.002559461398050189,0.28047192096710205,0.44646239280700684,0.7711660265922546,599.0,153344.0,3805.607593378052,9814016.0 +163.78,6.900000095367432,2644.0,0.009002070873975754,0.1220296248793602,0.0,1.8332892656326294,2.160949468612671,-0.007966095581650734,0.002546425675973296,0.40982702374458313,0.44933438301086426,0.7104765772819519,600.0,153600.0,3811.8040483701043,9830400.0 +162.8,6.900000095367432,2567.0,0.009747215546667576,0.13433837890625,0.0,1.835819125175476,2.1270437240600586,-0.009509371593594551,0.0025377837009727955,0.4010958969593048,0.4620700180530548,0.7493996024131775,601.0,153856.0,3818.1863537579775,9846784.0 +93.84,8.0,2603.0,0.008888358250260353,0.12310791015625,0.0,1.8185205459594727,2.122138738632202,-0.008117560297250748,0.0025442324113100767,0.37151768803596497,0.45474156737327576,0.776447206735611,602.0,154112.0,3824.479013178032,9863168.0 +108.76,7.5,2604.0,0.007415952160954475,0.0947265625,0.0,1.8615721464157104,2.1301145553588867,-0.005116384010761976,0.0025504515506327152,0.41306379437446594,0.4717433452606201,0.7692250907421112,603.0,154368.0,3830.771812743973,9879552.0 +116.42,8.199999809265137,2554.0,0.009736143983900547,0.1304728239774704,0.0,1.7782244682312012,2.150183916091919,-0.0074755665846168995,0.00255533866584301,0.23212313652038574,0.4793596565723419,0.8606357276439667,604.0,154624.0,3837.1866024050396,9895936.0 +155.86,7.699999809265137,2621.0,0.009402845986187458,0.126708984375,0.0,1.7845196723937988,2.1938982009887695,-0.006418492179363966,0.002577301347628236,0.23824764788150787,0.47109314799308777,0.8637581914663315,605.0,154880.0,3843.4365082960576,9912320.0 +145.88,7.699999809265137,2628.0,0.009112081490457058,0.12628173828125,0.0,1.8511028289794922,2.1723926067352295,-0.007748072501271963,0.0025559081695973873,0.40391620993614197,0.46606287360191345,0.7967620939016342,606.0,155136.0,3849.6715629990213,9928704.0 +135.5,7.699999809265137,2596.0,0.009488677605986595,0.1290283203125,0.0,1.778833031654358,2.168226480484009,-0.007056177128106356,0.0025655359495431185,0.25774210691452026,0.46133676171302795,0.8701632767915726,607.0,155392.0,3855.9830466699786,9945088.0 +130.51,7.699999809265137,2623.0,0.010443850420415401,0.1487630158662796,0.0,1.7954450845718384,2.1526031494140625,-0.006939500570297241,0.002554508624598384,0.3161948025226593,0.453460693359375,0.8322396725416183,608.0,155648.0,3862.2300036139786,9961472.0 +129.1,6.400000095367432,2612.0,0.008947442285716534,0.1268513947725296,0.0,1.8517156839370728,2.169917345046997,-0.007845254614949226,0.00255970167927444,0.37249019742012024,0.48120343685150146,0.8031647503376007,609.0,155904.0,3868.5022730550263,9977856.0 +119.3,7.300000190734863,2641.0,0.009170078672468662,0.12738037109375,0.0,1.7735214233398438,2.129312038421631,-0.006739779841154814,0.0025445434730499983,0.28810182213783264,0.4498100280761719,0.8232345134019852,610.0,156160.0,3874.7061823999975,9994240.0 +144.97,7.699999809265137,2637.0,0.009375305846333504,0.1329345703125,0.0,1.762917399406433,2.158060073852539,-0.006988115143030882,0.0025349098723381758,0.274941623210907,0.4510022699832916,0.8255531638860703,611.0,156416.0,3880.9193381259684,10010624.0 +148.9,7.099999904632568,2636.0,0.009621082805097103,0.13568115234375,0.0,1.8301814794540405,2.1169073581695557,-0.0066725220531225204,0.002538796979933977,0.3663763999938965,0.47068965435028076,0.7985915690660477,612.0,156672.0,3887.134913702961,10027008.0 +144.88,7.900000095367432,2615.0,0.008407392539083958,0.1107381209731102,0.0,1.7958019971847534,2.1481082439422607,-0.006191552150994539,0.002545567462220788,0.32008057832717896,0.455459862947464,0.813496857881546,613.0,156928.0,3893.4014527690597,10043392.0 +151.41,7.5,2646.0,0.008428913541138172,0.1117960587143898,0.0,1.7827836275100708,2.1668426990509033,-0.006900895852595568,0.0025455409195274115,0.30564209818840027,0.450379878282547,0.8319360613822937,614.0,157184.0,3899.5940789910965,10059776.0 +129.72,7.5,2651.0,0.010524685494601727,0.1505533903837204,0.0,1.778790831565857,2.12922739982605,-0.009516401216387749,0.0025366717018187046,0.3088208734989166,0.45134130120277405,0.8136212080717087,615.0,157440.0,3905.7741892661434,10076160.0 +165.38,7.199999809265137,2648.0,0.008042759262025356,0.10546875,0.0,1.8525334596633911,2.1439483165740967,-0.006235038861632347,0.0025388048961758614,0.45112672448158264,0.4497089385986328,0.7597393095493317,616.0,157696.0,3911.960726330988,10092544.0 +99.06,7.599999904632568,2640.0,0.005391875747591257,0.0594685859978199,0.0,1.8426345586776733,2.128906726837158,-0.007218478713184595,0.0025380197912454605,0.4048407971858978,0.4647271931171417,0.7817819863557816,617.0,157952.0,3918.1673724900465,10108928.0 +130.94,7.699999809265137,2663.0,0.009475930593907833,0.1309000700712204,0.0,1.7824769020080566,2.142498254776001,-0.005235651507973671,0.0025375450495630503,0.2960660457611084,0.4570505619049072,0.8101099580526352,618.0,158208.0,3924.318809467135,10125312.0 +177.76,7.699999809265137,2637.0,0.006901970133185387,0.0885213240981102,0.0,1.7809640169143677,2.119176149368286,-0.00622457405552268,0.00253285258077085,0.30543258786201477,0.45374438166618347,0.8224635273218155,619.0,158464.0,3930.5320412581787,10141696.0 +144.34,7.699999809265137,2609.0,0.00855139922350645,0.1178995743393898,0.0,1.7700642347335815,2.126783847808838,-0.008856511674821377,0.0025361378211528063,0.284082293510437,0.45468154549598694,0.8372288942337036,620.0,158720.0,3936.8125330221374,10158080.0 +127.59,7.199999809265137,2674.0,0.009358873590826988,0.13092041015625,0.0,1.8371800184249878,2.1609046459198,-0.005934452172368765,0.00255252025090158,0.3923506736755371,0.4572964906692505,0.7789130657911301,621.0,158976.0,3942.93879674701,10174464.0 +166.03,7.5,2604.0,0.009219138883054256,0.1316731721162796,0.0,1.8173437118530273,2.1630985736846924,-0.0073296260088682175,0.0025457555893808603,0.36333683133125305,0.45661410689353943,0.7878748327493668,622.0,159232.0,3949.2311256381217,10190848.0 +169.28,7.0,2625.0,0.008112608455121517,0.1087646484375,0.0,1.7708779573440552,2.1901626586914062,-0.00726282736286521,0.0025438331067562103,0.25307539105415344,0.46678969264030457,0.828618973493576,623.0,159488.0,3955.473757849075,10207232.0 +149.94,7.699999809265137,2644.0,0.008138194680213928,0.1124267578125,0.0,1.7644147872924805,2.185607433319092,-0.006940733175724745,0.002541058463975787,0.2537211775779724,0.4607445299625397,0.8251683861017227,624.0,159744.0,3961.6699940951075,10223616.0 +172.19,7.800000190734863,2604.0,0.010281813330948353,0.14306640625,0.0,1.8128501176834106,2.148542881011963,-0.0064810956828296185,0.0025311200879514217,0.3740043640136719,0.4526888132095337,0.770646870136261,625.0,160000.0,3967.9605805829633,10240000.0 +165.21,6.900000095367432,2595.0,0.008258569054305553,0.1153971329331398,0.0,1.8253520727157593,2.2217934131622314,-0.0077162086963653564,0.0025341485161334276,0.40008166432380676,0.4526611268520355,0.7806495577096939,626.0,160256.0,3974.2732214250136,10256384.0 +173.18,7.699999809265137,2594.0,0.00995898712426424,0.1387736052274704,0.0,1.7654709815979004,2.2178914546966553,-0.0064668175764381886,0.0025310972705483437,0.28034088015556335,0.4528369903564453,0.8351075351238251,627.0,160512.0,3980.590518499026,10272768.0 +155.3,7.699999809265137,2625.0,0.009588133543729782,0.1358642578125,0.0,1.7877283096313477,2.225992441177368,-0.008855693973600864,0.0025374304968863726,0.3046867549419403,0.4627140462398529,0.8255143165588379,628.0,160768.0,3986.832577299094,10289152.0 +142.77,8.0,2621.0,0.008125736378133297,0.1117757186293602,0.0,1.8014990091323853,2.20536208152771,-0.008384439162909985,0.002542698523029685,0.32225126028060913,0.4645586311817169,0.812200590968132,629.0,161024.0,3993.0824960849714,10305536.0 +161.89,6.699999809265137,2626.0,0.006283940747380257,0.0755411759018898,0.0,1.8620620965957642,2.1547372341156006,-0.00849198829382658,0.002538958564400673,0.4496721029281616,0.4627448320388794,0.7549600601196289,630.0,161280.0,3999.321080709109,10321920.0 +152.74,7.599999904632568,2645.0,0.009282458573579788,0.128662109375,0.0,1.792969822883606,2.194707155227661,-0.007452196907252073,0.0025465949438512325,0.32913270592689514,0.44909462332725525,0.788347139954567,631.0,161536.0,4005.515191894956,10338304.0 +133.23,7.900000095367432,2580.0,0.00805347878485918,0.1085408553481102,0.0,1.7801971435546875,2.1855645179748535,-0.007037909235805273,0.0025433474220335484,0.2834375202655792,0.46066057682037354,0.7756086736917496,632.0,161792.0,4011.866631316021,10354688.0 +137.13,7.300000190734863,2607.0,0.008707367815077305,0.1181844100356102,0.0,1.8068362474441528,2.195282220840454,-0.007635488640516996,0.0025324372109025717,0.37230727076530457,0.44834867119789124,0.7295096814632416,633.0,162048.0,4018.151894282084,10371072.0 +174.34,7.5,2587.0,0.00710058631375432,0.0933431014418602,0.0,1.8029417991638184,2.1879403591156006,-0.008158608339726925,0.00253250147216022,0.34636691212654114,0.45821312069892883,0.7314732372760773,634.0,162304.0,4024.4855292211287,10387456.0 +157.85,8.100000381469727,2628.0,0.008158360607922077,0.1113688126206398,0.0,1.7751489877700806,2.156620979309082,-0.0075351945124566555,0.0025334004312753677,0.291704386472702,0.456310898065567,0.7676973640918732,635.0,162560.0,4030.7187607570086,10403840.0 +157.67,7.5,2631.0,0.006783530581742525,0.0869547501206398,0.0,1.7713547945022583,2.2096049785614014,-0.006138110999017954,0.002540866145864129,0.2846437394618988,0.4514029920101166,0.7507118731737137,636.0,162816.0,4036.946532513015,10420224.0 +160.13,7.199999809265137,2538.0,0.010486029088497162,0.1474405974149704,0.0,1.810920238494873,2.189099073410034,-0.009008803404867649,0.002540457993745804,0.362890362739563,0.4548359215259552,0.7492339909076691,637.0,163072.0,4043.4006952370983,10436608.0 +143.66,7.900000095367432,2634.0,0.009852036833763123,0.1372884064912796,0.0,1.7685608863830566,2.2018489837646484,-0.0064025321044027805,0.0025388095527887344,0.24858011305332184,0.4684569835662842,0.8314961344003677,638.0,163328.0,4049.6207106551155,10452992.0 +121.51,7.300000190734863,2628.0,0.008205008693039417,0.10858154296875,0.0,1.8557318449020386,2.1913199424743652,-0.0072173685766756535,0.0025400363374501467,0.40942391753196716,0.4755927622318268,0.7704044282436371,639.0,163584.0,4055.8556548980996,10469376.0 +165.45,6.900000095367432,2626.0,0.008452646434307098,0.1183268204331398,0.0,1.8082095384597778,2.217947244644165,-0.008193857967853546,0.0025439078453928232,0.28815534710884094,0.4885709583759308,0.8449686616659164,640.0,163840.0,4062.093800569186,10485760.0 +110.38,6.900000095367432,2669.0,0.008060465566813946,0.1053466796875,0.0,1.8522205352783203,2.1917707920074463,-0.008042667992413044,0.002561903791502118,0.3856102228164673,0.47424373030662537,0.7941892147064209,641.0,164096.0,4068.2328763629775,10502144.0 +177.1,7.199999809265137,2650.0,0.009103902615606785,0.120361328125,0.0,1.8452762365341187,2.1883909702301025,-0.006946222390979528,0.002552745630964637,0.3571474850177765,0.48521992564201355,0.8102100193500519,642.0,164352.0,4074.4189594651107,10518528.0 +149.33,7.099999904632568,2641.0,0.007866396568715572,0.1023152694106102,0.0,1.820298671722412,2.130798578262329,-0.0075486390851438046,0.0025410123635083437,0.36819013953208923,0.45942628383636475,0.7900620400905609,643.0,164608.0,4080.62231172109,10534912.0 +136.03,7.599999904632568,2661.0,0.007391994819045067,0.09698486328125,0.0,1.775296688079834,2.193368911743164,-0.007480621337890625,0.002532046288251877,0.3120670020580292,0.44688865542411804,0.7788854688405991,644.0,164864.0,4086.7795976290945,10551296.0 +147.38,7.400000095367432,2604.0,0.008468265645205975,0.1158243790268898,0.0,1.8365610837936401,2.119494676589966,-0.007304656784981489,0.0025286886375397444,0.41211187839508057,0.45929697155952454,0.7559911459684372,645.0,165120.0,4093.071388166165,10567680.0 +87.08,7.599999904632568,2606.0,0.007467613089829683,0.0932820662856102,0.0,1.825235366821289,2.0990149974823,-0.007862328551709652,0.0025305193848907948,0.37365975975990295,0.46695637702941895,0.7897822111845016,646.0,165376.0,4099.358611300122,10584064.0 +171.03,6.900000095367432,2626.0,0.007588429842144251,0.0955403670668602,0.0,1.838842749595642,2.1710922718048096,-0.0064005665481090546,0.002534255851060152,0.3992198407649994,0.46517816185951233,0.7802296876907349,647.0,165632.0,4105.5973510800395,10600448.0 +167.41,8.199999809265137,2644.0,0.009023820981383324,0.1232096329331398,0.0,1.7789077758789062,2.17677640914917,-0.006586619187146425,0.0025354197714477777,0.2645733058452606,0.47252440452575684,0.8657035827636719,648.0,165888.0,4111.794715580996,10616832.0 +144.72,7.300000190734863,2625.0,0.0076499939896166325,0.0976155623793602,0.0,1.8907089233398438,2.1833949089050293,-0.008647560141980648,0.0025391823146492243,0.5123153924942017,0.4603132903575897,0.7833604216575623,649.0,166144.0,4118.035795020172,10633216.0 +139.95,7.800000190734863,2640.0,0.007554993033409119,0.0976155623793602,0.0,1.7695778608322144,2.162546157836914,-0.007834007032215595,0.002558329375460744,0.35897278785705566,0.49568596482276917,0.8225336521863937,650.0,166400.0,4124.240760353161,10649600.0 +120.63,7.800000190734863,2613.0,0.009386496618390083,0.1291300505399704,0.0,1.7244728803634644,2.210836410522461,-0.007578445132821798,0.0025564117822796106,0.2563491761684418,0.503695547580719,0.8534331619739532,651.0,166656.0,4130.510669806972,10665984.0 +188.99,6.900000095367432,2622.0,0.008848138153553009,0.1242472305893898,0.0,1.7055810689926147,2.2516608238220215,-0.007193249184638262,0.002546231495216489,0.2588907778263092,0.4867149591445923,0.8488287627696991,652.0,166912.0,4136.760437264107,10682368.0 +191.76,7.400000095367432,2586.0,0.0082284826785326,0.1085001602768898,0.0,1.7391501665115356,2.2354440689086914,-0.005572708323597908,0.00254096114076674,0.3530930280685425,0.4725669324398041,0.7871845811605453,653.0,167168.0,4143.0962779971305,10698752.0 +110.95,8.199999809265137,2639.0,0.007213365752249956,0.0922037735581398,0.0,1.6847351789474487,2.211772918701172,-0.008120656944811344,0.002537832362577319,0.27211993932724,0.46139994263648987,0.8241982907056808,654.0,167424.0,4149.303404649021,10715136.0 +150.89,8.399999618530273,2633.0,0.010996155440807343,0.1561482697725296,0.0,1.6769042015075684,2.2005903720855713,-0.008152848109602928,0.002542639384046197,0.21162791550159454,0.4834737479686737,0.8546290993690491,655.0,167680.0,4155.525077439146,10731520.0 +176.65,7.5,2624.0,0.008624590002000332,0.1224568709731102,0.0,1.7105647325515747,2.2069849967956543,-0.0069213449023664,0.0025529665872454643,0.2906106412410736,0.47064080834388733,0.83734130859375,656.0,167936.0,4161.769306396134,10747904.0 +143.55,7.199999809265137,2610.0,0.008076160214841366,0.1050008162856102,0.0,1.8230372667312622,2.1823384761810303,-0.008635708130896091,0.0025374265387654305,0.5137036442756653,0.48103395104408264,0.769779309630394,657.0,168192.0,4168.04614004516,10764288.0 +143.8,7.199999809265137,2590.0,0.010131263174116611,0.1443074494600296,0.0,1.7113417387008667,2.2012999057769775,-0.008590121753513813,0.0025672726333141327,0.28801393508911133,0.46752825379371643,0.8573041558265686,658.0,168448.0,4174.371739394963,10780672.0 +98.65,7.300000190734863,2596.0,0.008403842337429523,0.1112060546875,0.0,1.780786395072937,2.2167885303497314,-0.006478241179138422,0.002574456389993429,0.3619351089000702,0.49739059805870056,0.8305511772632599,659.0,168704.0,4180.68258210714,10797056.0 +145.02,7.300000190734863,2615.0,0.006318222731351852,0.07421875,0.0,1.7718324661254883,2.239326238632202,-0.005915612448006868,0.0025779365096241236,0.40385910868644714,0.46249642968177795,0.8042812049388885,660.0,168960.0,4186.9472216321155,10813440.0 +120.52,7.599999904632568,2638.0,0.008139737881720066,0.1119384765625,0.0,1.7098387479782104,2.230724811553955,-0.00919476430863142,0.002551701618358493,0.3379310369491577,0.4472997486591339,0.822734072804451,661.0,169216.0,4193.1576198651455,10829824.0 +128.42,7.099999904632568,2516.0,0.009411660023033619,0.1286417692899704,0.0,1.7182098627090454,2.225468397140503,-0.010090811178088188,0.002532181330025196,0.36805403232574463,0.4506528377532959,0.804520845413208,662.0,169472.0,4199.669229203137,10846208.0 +119.18,7.800000190734863,2581.0,0.008441825397312641,0.1127115860581398,0.0,1.7136173248291016,2.2015013694763184,-0.008376040495932102,0.0025415674317628145,0.3297494351863861,0.45977357029914856,0.8429537713527679,663.0,169728.0,4206.016023873119,10862592.0 +174.4,7.300000190734863,2595.0,0.008764508180320263,0.1166788712143898,0.0,1.705253005027771,2.2298247814178467,-0.007412249688059092,0.0025284304283559322,0.3036656081676483,0.4707224667072296,0.8499997407197952,664.0,169984.0,4212.32913782401,10878976.0 +131.39,7.800000190734863,2594.0,0.008396760560572147,0.1178181990981102,0.0,1.6671563386917114,2.265026807785034,-0.009102710522711277,0.0025417932774871588,0.2094702124595642,0.4761432409286499,0.8918680474162102,665.0,170240.0,4218.644039273029,10895360.0 +192.58,7.099999904632568,2600.0,0.009372456930577755,0.1307576447725296,0.0,1.724716305732727,2.237736940383911,-0.006819588597863913,0.0025473874993622303,0.30742475390434265,0.47995102405548096,0.859623908996582,666.0,170496.0,4224.944650080986,10911744.0 +143.86,7.800000190734863,2585.0,0.00836495403200388,0.1111043319106102,0.0,1.7097282409667969,2.209078311920166,-0.009229935705661774,0.0025444559287279844,0.31533363461494446,0.46298539638519287,0.8515390604734421,667.0,170752.0,4231.282868103124,10928128.0 +157.65,7.400000095367432,2641.0,0.008545552380383015,0.11968994140625,0.0,1.7570422887802124,2.204277992248535,-0.005989875178784132,0.002535371808335185,0.41901859641075134,0.45896148681640625,0.7898209244012833,668.0,171008.0,4237.486962010153,10944512.0 +102.25,8.300000190734863,2660.0,0.007534848526120186,0.1010335311293602,0.0,1.6796435117721558,2.192192316055298,-0.010042348876595497,0.0025333084631711245,0.2949847877025604,0.44744524359703064,0.8216582834720612,669.0,171264.0,4243.646004887996,10960896.0 +151.17,7.400000095367432,2660.0,0.007992626167833805,0.1027425155043602,0.0,1.6979480981826782,2.261601448059082,-0.00761412875726819,0.00253908708691597,0.31618961691856384,0.45109590888023376,0.8330783694982529,670.0,171520.0,4249.804206887959,10977280.0 +193.1,7.599999904632568,2603.0,0.00702935503795743,0.0863443985581398,0.0,1.7150111198425293,2.204540491104126,-0.0084636639803648,0.002532755956053734,0.34231576323509216,0.4589502811431885,0.8434371203184128,671.0,171776.0,4256.0980312631,10993664.0 +144.9,7.400000095367432,2620.0,0.008309300988912582,0.1069742813706398,0.0,1.7303749322891235,2.2035281658172607,-0.008474206551909447,0.002540792338550091,0.33825328946113586,0.47399604320526123,0.8435571938753128,672.0,172032.0,4262.352877617115,11010048.0 +191.99,7.0,2639.0,0.010555353946983814,0.1516316682100296,0.0,1.7263845205307007,2.2240042686462402,-0.00665242737159133,0.002541993511840701,0.3666752278804779,0.4516763985157013,0.8454670011997223,673.0,172288.0,4268.562139259186,11026432.0 +132.2,7.699999809265137,2555.0,0.007229612674564123,0.09161376953125,0.0,1.694724440574646,2.196950674057007,-0.008326978422701359,0.0025335666723549366,0.32782670855522156,0.4440194368362427,0.8323259204626083,674.0,172544.0,4274.973738534143,11042816.0 +138.21,7.5,2622.0,0.006819933652877808,0.08660888671875,0.0,1.7221759557724,2.153421640396118,-0.007809959352016449,0.002526105847209692,0.34734249114990234,0.46609652042388916,0.8416837900876999,675.0,172800.0,4281.221675251145,11059200.0 +111.14,7.400000095367432,2622.0,0.01006708201020956,0.1382649689912796,0.0,1.75007963180542,2.129551410675049,-0.009236018173396587,0.002527940087020397,0.40983322262763977,0.46281805634498596,0.8159691393375397,676.0,173056.0,4287.468908510171,11075584.0 +194.64,7.300000190734863,2572.0,0.007728551048785448,0.10333251953125,0.0,1.7387222051620483,2.169468402862549,-0.00703065050765872,0.0025604914408177137,0.3420431315898895,0.4692617654800415,0.8466313034296036,677.0,173312.0,4294.067501454148,11091968.0 +77.95,7.900000095367432,2602.0,0.00795943383127451,0.1066487655043602,0.0,1.7247589826583862,2.1331169605255127,-0.008189031854271889,0.0025532401632517576,0.33402252197265625,0.4628514349460602,0.8194171786308289,678.0,173568.0,4300.3649337391835,11108352.0 +126.48,7.599999904632568,2638.0,0.008125084452331066,0.1042887344956398,0.0,1.746494174003601,2.1434876918792725,-0.0072079673409461975,0.002546039642766118,0.3769111633300781,0.46580877900123596,0.782483771443367,679.0,173824.0,4306.575437993044,11124736.0 +154.47,7.300000190734863,2606.0,0.009052286855876446,0.1290690153837204,0.0,1.7176189422607422,2.121375799179077,-0.008159632794559002,0.0025476354639977217,0.3363252580165863,0.4564063549041748,0.8061507791280746,680.0,174080.0,4312.8627005720045,11141120.0 +148.8,7.199999809265137,2613.0,0.009558865800499916,0.1334635466337204,0.0,1.7044130563735962,2.1469852924346924,-0.007506638765335083,0.00253662490285933,0.2960003912448883,0.4691007435321808,0.7992646992206573,681.0,174336.0,4319.133766615065,11157504.0 +172.55,8.100000381469727,2593.0,0.009283184073865414,0.1295369416475296,0.0,1.6500186920166016,2.142690420150757,-0.008614163845777512,0.002529893536120653,0.22688914835453033,0.45189157128334045,0.8330923616886139,682.0,174592.0,4325.452696564142,11173888.0 +209.2,6.900000095367432,2645.0,0.010766915045678616,0.1537882536649704,0.0,1.7427760362625122,2.1601383686065674,-0.005095327738672495,0.002527964999899268,0.4061298072338104,0.45262885093688965,0.7361202836036682,683.0,174848.0,4331.647668275982,11190272.0 +136.57,7.699999809265137,2608.0,0.007742166984826326,0.1007080078125,0.0,1.6603641510009766,2.129316568374634,-0.007424908224493265,0.0025343887973576784,0.2516010105609894,0.4459909498691559,0.8282080143690109,684.0,175104.0,4337.929748391034,11206656.0 +117.89,8.0,2624.0,0.00905766710639,0.1243896484375,0.0,1.7098407745361328,2.1044790744781494,-0.007831853814423084,0.0025385883636772633,0.3186672031879425,0.46153724193573,0.797917976975441,685.0,175360.0,4344.173245346174,11223040.0 +185.03,7.099999904632568,2592.0,0.00947093777358532,0.1355183869600296,0.0,1.7570282220840454,2.0993690490722656,-0.006205795332789421,0.0025494133587926626,0.38386666774749756,0.4702736437320709,0.7872600108385086,686.0,175616.0,4350.494791229023,11239424.0 +139.42,7.900000095367432,2533.0,0.009912622161209583,0.1383463591337204,0.0,1.7279640436172485,2.0553557872772217,-0.005791246425360441,0.0025338446721434593,0.309857577085495,0.4858225882053375,0.8104276806116104,687.0,175872.0,4356.96418806701,11255808.0 +109.26,8.0,2533.0,0.009260707534849644,0.1237589493393898,0.0,1.7429286241531372,2.1024069786071777,-0.009644384495913982,0.002535698004066944,0.3578857183456421,0.4797173738479614,0.7897143512964249,688.0,176128.0,4363.431668141158,11272192.0 +148.03,7.5,2546.0,0.009876794181764126,0.1352946013212204,0.0,1.7730878591537476,2.0889790058135986,-0.007980963215231895,0.0025490180123597383,0.3626168966293335,0.5015454888343811,0.8163967877626419,689.0,176384.0,4369.865165722091,11288576.0 +108.6,7.699999809265137,2542.0,0.010390610434114933,0.14349365234375,0.0,1.7830291986465454,2.089590072631836,-0.006808916572481394,0.0025416819844394922,0.3926873505115509,0.4983539581298828,0.7695372253656387,690.0,176640.0,4376.310447961092,11304960.0 +87.44,8.0,2590.0,0.00789201632142067,0.1074015274643898,0.0,1.6962581872940063,2.1263668537139893,-0.007245231885462999,0.002549010096117854,0.252119243144989,0.47750309109687805,0.8399277627468109,691.0,176896.0,4382.636707856087,11321344.0 +152.41,6.900000095367432,2633.0,0.009131135419011116,0.1237589493393898,0.0,1.7030519247055054,2.1493589878082275,-0.008021164685487747,0.002540682442486286,0.2564471960067749,0.48784303665161133,0.8472259938716888,692.0,177152.0,4388.858907808084,11337728.0 +167.47,6.699999809265137,2569.0,0.009218043647706509,0.1313273161649704,0.0,1.7413750886917114,2.1334242820739746,-0.007568262051790953,0.0025259540416300297,0.3561919927597046,0.48187974095344543,0.7974062412977219,693.0,177408.0,4395.23705302598,11354112.0 +152.94,7.300000190734863,2586.0,0.008508413098752499,0.1126505509018898,0.0,1.728542685508728,2.150383234024048,-0.00703367730602622,0.0025453006383031607,0.3440820276737213,0.46437883377075195,0.8053994029760361,694.0,177664.0,4401.573568460997,11370496.0 +205.2,6.400000095367432,2570.0,0.007567382883280516,0.0998738631606102,0.0,1.7456809282302856,2.1596431732177734,-0.006216533947736025,0.00253723980858922,0.398215651512146,0.4567345678806305,0.7630786150693893,695.0,177920.0,4407.947827249067,11386880.0 +131.48,6.699999809265137,2630.0,0.01018611527979374,0.1451822966337204,0.0,1.6886171102523804,2.1489949226379395,-0.007164949085563421,0.0025247035082429647,0.3215959072113037,0.44337305426597595,0.7752662748098373,696.0,178176.0,4414.177530406974,11403264.0 +172.91,7.199999809265137,2626.0,0.00976277980953455,0.1361287385225296,0.0,1.7477426528930664,2.1731388568878174,-0.008274019695818424,0.0025315345264971256,0.4138009548187256,0.4557095468044281,0.7056921124458313,697.0,178432.0,4420.415824209107,11419648.0 +180.63,8.0,2609.0,0.008314798586070538,0.1139729842543602,0.0,1.6658817529678345,2.144897699356079,-0.009599651210010052,0.002532805548980832,0.23995329439640045,0.461765855550766,0.8185018748044968,698.0,178688.0,4426.696905093966,11436032.0 +156.93,6.5,2615.0,0.008807050995528698,0.1171671524643898,0.0,1.7782998085021973,2.126859188079834,-0.008060865104198456,0.0025225672870874405,0.419604629278183,0.4897595942020416,0.7724971175193787,699.0,178944.0,4432.961800505174,11452416.0 +132.82,8.199999809265137,2635.0,0.011291082948446274,0.1639200896024704,0.0,1.5261149406433105,2.102445125579834,-0.010626991279423237,0.0025242448318749666,0.2869638204574585,0.4785355031490326,0.8394160270690918,700.0,179200.0,4439.1803563381545,11468800.0 +110.98,8.399999618530273,2656.0,0.008738928474485874,0.11767578125,0.0,1.4743794202804565,2.142918348312378,-0.009241466410458088,0.0025143963284790516,0.20476841926574707,0.4691598415374756,0.8877869918942451,701.0,179456.0,4445.3493104521185,11485184.0 +119.79,8.199999809265137,2639.0,0.009283805266022682,0.1256510466337204,0.0,1.5408412218093872,2.1266634464263916,-0.008157596923410892,0.002515415893867612,0.3449617326259613,0.46264252066612244,0.8210353255271912,702.0,179712.0,4451.559507322032,11501568.0 +172.34,7.599999904632568,2656.0,0.008964438922703266,0.1242268905043602,0.0,1.516238808631897,2.193588972091675,-0.00839486625045538,0.0025486613158136606,0.2723330855369568,0.46154990792274475,0.8493259847164154,703.0,179968.0,4457.7267692880705,11517952.0 +145.0,7.5,2643.0,0.01188561413437128,0.155029296875,0.0,1.5187978744506836,2.158254623413086,-0.008434918709099293,0.002567195799201727,0.23189286887645721,0.4799329936504364,0.8632555902004242,704.0,180224.0,4463.925497913035,11534336.0 +142.8,8.399999618530273,2654.0,0.00930043961852789,0.1301676481962204,0.0,1.5199923515319824,2.1472389698028564,-0.008873053826391697,0.0025737870018929243,0.22054404020309448,0.48549506068229675,0.8664128482341766,705.0,180480.0,4470.099348206073,11550720.0 +170.09,7.400000095367432,2656.0,0.0093302046880126,0.1293741911649704,0.0,1.5621843338012695,2.1441519260406494,-0.007249682676047087,0.0025489116087555885,0.3336142301559448,0.47824332118034363,0.8301219642162323,706.0,180736.0,4476.267529780045,11567104.0 +155.45,7.900000095367432,2662.0,0.007844804786145687,0.1080729141831398,0.0,1.5213713645935059,2.2016026973724365,-0.006731235887855291,0.0025437609292566776,0.24450011551380157,0.48549625277519226,0.861176073551178,707.0,180992.0,4482.422998503083,11583488.0 +151.22,7.599999904632568,2645.0,0.010206161998212337,0.1424560546875,0.0,1.4926234483718872,2.2246744632720947,-0.007468480616807938,0.0025300737470388412,0.18118853867053986,0.497109979391098,0.8994059413671494,708.0,181248.0,4488.61694851215,11599872.0 +169.06,7.400000095367432,2632.0,0.009568621404469013,0.1372273713350296,0.0,1.49609375,2.2035024166107178,-0.009347077459096909,0.002530893078073859,0.22257936000823975,0.47755181789398193,0.8829748630523682,709.0,181504.0,4494.841195547022,11616256.0 +172.43,7.699999809265137,2623.0,0.00803717877715826,0.10919189453125,0.0,1.544350028038025,2.209995985031128,-0.00706293061375618,0.002537995344027877,0.3090599775314331,0.47744300961494446,0.8514609187841415,710.0,181760.0,4501.086377255153,11632640.0 +141.6,7.800000190734863,2648.0,0.009445344097912312,0.1328531950712204,0.0,1.5403953790664673,2.172650098800659,-0.007264565210789442,0.00255399732850492,0.2856930196285248,0.47874322533607483,0.852181077003479,711.0,182016.0,4507.273224259028,11649024.0 +173.69,7.900000095367432,2629.0,0.009242313914000988,0.1280110627412796,0.0,1.505112648010254,2.1314220428466797,-0.008849945850670338,0.0025499879848212004,0.22752702236175537,0.4745604693889618,0.8721422553062439,712.0,182272.0,4513.505593646085,11665408.0 +173.74,7.400000095367432,2644.0,0.01016684714704752,0.1464436799287796,0.0,1.5534659624099731,2.1131210327148438,-0.009425127878785133,0.00254794186912477,0.3482681214809418,0.4612760543823242,0.823178306221962,713.0,182528.0,4519.702202190179,11681792.0 +167.2,7.400000095367432,2631.0,0.010303177870810032,0.1365966796875,0.0,1.5764564275741577,2.1086719036102295,-0.007700614631175995,0.002548485528677702,0.3824028968811035,0.4661170244216919,0.8128716200590134,714.0,182784.0,4525.929628139129,11698176.0 +136.41,7.300000190734863,2648.0,0.009117591194808483,0.1210530623793602,0.0,1.5373363494873047,2.1223323345184326,-0.009579063393175602,0.002526169875636697,0.3161153495311737,0.4723993241786957,0.8536688089370728,715.0,183040.0,4532.115806101123,11714560.0 +131.38,7.900000095367432,2609.0,0.01044436451047659,0.1387939453125,0.0,1.5159271955490112,2.153434991836548,-0.009958498179912567,0.002525879070162773,0.243854358792305,0.4915134608745575,0.8754114210605621,716.0,183296.0,4538.395566212013,11730944.0 +137.77,8.399999618530273,2625.0,0.009550911374390125,0.1226806640625,0.0,1.5176066160202026,2.1804873943328857,-0.004205373581498861,0.002539943205192685,0.19405706226825714,0.5104449987411499,0.9057068154215813,717.0,183552.0,4544.636213256046,11747328.0 +135.19,7.599999904632568,2621.0,0.008003802970051765,0.1015625,0.0,1.584050178527832,2.1406619548797607,-0.006944948807358742,0.002556521212682128,0.3068755567073822,0.5173871517181396,0.8586008995771408,718.0,183808.0,4550.888532943092,11763712.0 +178.65,7.599999904632568,2587.0,0.007218531798571348,0.09429931640625,0.0,1.5986112356185913,2.1513683795928955,-0.009752972982823849,0.002551540033891797,0.35062000155448914,0.5144675970077515,0.8542477935552597,719.0,184064.0,4557.222503716126,11780096.0 +183.4,7.199999809265137,2597.0,0.00974444579333067,0.1351114958524704,0.0,1.6149636507034302,2.140737533569336,-0.005190846044570208,0.0025638826191425323,0.38586077094078064,0.5009896159172058,0.8397848159074783,720.0,184320.0,4563.532251313096,11796480.0 +149.69,7.300000190734863,2546.0,0.00922014657407999,0.1319173127412796,0.0,1.5505309104919434,2.1519997119903564,-0.008276132866740227,0.002566348062828183,0.2975905239582062,0.47871145606040955,0.8707879334688187,721.0,184576.0,4569.966154400958,11812864.0 +153.1,7.599999904632568,2552.0,0.008198611438274384,0.1078694686293602,0.0,1.5379953384399414,2.1376142501831055,-0.007251400500535965,0.0025580478832125664,0.2812616527080536,0.4760434925556183,0.8688514679670334,722.0,184832.0,4576.38605198008,11829248.0 +111.12,7.900000095367432,2579.0,0.00919283740222454,0.12689208984375,0.0,1.6130625009536743,2.1078035831451416,-0.0064196716994047165,0.0025261975824832916,0.44660499691963196,0.4812185764312744,0.8127828389406204,723.0,185088.0,4582.740997173125,11845632.0 +167.48,7.800000190734863,2544.0,0.008924524299800396,0.1251424103975296,0.0,1.536680817604065,2.0903141498565674,-0.007721188012510538,0.002525315387174487,0.31745028495788574,0.4685176610946655,0.8477291911840439,724.0,185344.0,4589.18181501911,11862016.0 +156.82,7.900000095367432,2552.0,0.008088287897408009,0.1042276993393898,0.0,1.5073729753494263,2.1252405643463135,-0.007107516285032034,0.0025473637506365776,0.2321457415819168,0.4735919237136841,0.8801456838846207,725.0,185600.0,4595.601325300988,11878400.0 +155.63,7.699999809265137,2541.0,0.008657792583107948,0.11737060546875,0.0,1.5028935670852661,2.1645288467407227,-0.007976156659424305,0.0025252739433199167,0.2137729376554489,0.49198293685913086,0.8884434252977371,726.0,185856.0,4602.048105844064,11894784.0 +209.89,6.5,2634.0,0.010126537643373013,0.1372884064912796,0.0,1.5397578477859497,2.1821749210357666,-0.006168494466692209,0.002533925464376807,0.3126727044582367,0.47015953063964844,0.8414253741502762,727.0,186112.0,4608.268620789982,11911168.0 +211.96,6.800000190734863,2626.0,0.008768543601036072,0.11785888671875,0.0,1.5925593376159668,2.1493163108825684,-0.006540742237120867,0.0025364719331264496,0.3783004581928253,0.4935398995876312,0.814261332154274,728.0,186368.0,4614.508236112073,11927552.0 +153.42,7.199999809265137,2591.0,0.00844286847859621,0.1166178360581398,0.0,1.5469160079956055,2.1345059871673584,-0.005426952149719,0.002529481193050742,0.29559198021888733,0.4902031421661377,0.8610361069440842,729.0,186624.0,4620.831296680961,11943936.0 +163.29,7.400000095367432,2606.0,0.008800540119409561,0.12213134765625,0.0,1.5236153602600098,2.1035287380218506,-0.007408242207020521,0.0025293489452451468,0.26648661494255066,0.481560081243515,0.8376020342111588,730.0,186880.0,4627.1190739851445,11960320.0 +229.9,7.099999904632568,2622.0,0.007886833511292934,0.1045125350356102,0.0,1.5543824434280396,2.1009128093719482,-0.0070914919488132,0.0025154438335448503,0.3446246087551117,0.47787272930145264,0.7784373313188553,731.0,187136.0,4633.36777972104,11976704.0 +168.99,7.400000095367432,2612.0,0.008354292251169682,0.1076253280043602,0.0,1.511526107788086,2.1537704467773438,-0.00858804676681757,0.0025143197271972895,0.27824291586875916,0.46903130412101746,0.787745013833046,732.0,187392.0,4639.639028479112,11993088.0 +240.8,7.5,2642.0,0.00817041750997305,0.11297607421875,0.0,1.5061864852905273,2.1785662174224854,-0.007190051954239607,0.0025162550155073404,0.24338209629058838,0.48152944445610046,0.8134265691041946,733.0,187648.0,4645.839645632077,12009472.0 +186.54,7.300000190734863,2620.0,0.008995071984827518,0.1254475861787796,0.0,1.52296781539917,2.165097713470459,-0.007963575422763824,0.0025091234128922224,0.2959805428981781,0.47416719794273376,0.8197984993457794,734.0,187904.0,4652.093982194085,12025856.0 +140.14,7.400000095367432,2598.0,0.0092638423666358,0.12677001953125,0.0,1.522348403930664,2.1635098457336426,-0.006914365570992231,0.002516759093850851,0.27734580636024475,0.479743629693985,0.8339965790510178,735.0,188160.0,4658.399584359955,12042240.0 +196.27,7.5,2626.0,0.010421417653560638,0.1402994841337204,0.0,1.6008220911026,2.132941246032715,-0.005597401410341263,0.002504365285858512,0.43324968218803406,0.4845854938030243,0.7703803777694702,736.0,188416.0,4664.639727364993,12058624.0 +96.93,8.300000190734863,2657.0,0.00963638350367546,0.140869140625,0.0,1.5040041208267212,2.1631548404693604,-0.010379042476415634,0.002533978782594204,0.21302227675914764,0.49239957332611084,0.8756565153598785,737.0,188672.0,4670.804784176173,12075008.0 +120.98,8.100000381469727,2614.0,0.008093691430985928,0.104736328125,0.0,1.5357288122177124,2.1922433376312256,-0.008358211256563663,0.002544730668887496,0.21414214372634888,0.5232508182525635,0.8882939517498016,738.0,188928.0,4677.073262066115,12091392.0 +150.47,7.300000190734863,2626.0,0.009472880512475967,0.1238606795668602,0.0,1.5664736032485962,2.183433771133423,-0.007007616106420755,0.0025431355461478233,0.29165199398994446,0.5124195218086243,0.8398873507976532,739.0,189184.0,4683.312329726061,12107776.0 +208.93,7.900000095367432,2651.0,0.006760776042938232,0.0850016251206398,0.0,1.5618515014648438,2.189845561981201,-0.006597969215363264,0.0025404742918908596,0.3219699561595917,0.48897886276245117,0.8240897506475449,740.0,189440.0,4689.4924013861455,12124160.0 +186.64,7.800000190734863,2631.0,0.0070186033844947815,0.08941650390625,0.0,1.5440701246261597,2.216700792312622,-0.007219498511403799,0.0025437346193939447,0.2826330363750458,0.4907662570476532,0.8538306802511215,741.0,189696.0,4695.7184944781475,12140544.0 +142.7,8.600000381469727,2615.0,0.007596341893076897,0.1015828475356102,0.0,1.5259817838668823,2.210022211074829,-0.0080824950709939,0.00255084247328341,0.2183660864830017,0.5054791569709778,0.8691830933094025,742.0,189952.0,4701.984528500121,12156928.0 +194.42,7.0,2638.0,0.007281415164470673,0.09173583984375,0.0,1.5526915788650513,2.2441086769104004,-0.010381871834397316,0.002548486227169633,0.3137854337692261,0.48406079411506653,0.8300524801015854,743.0,190208.0,4708.194265253143,12173312.0 +156.62,7.699999809265137,2629.0,0.007899523712694645,0.1038004532456398,0.0,1.5110751390457153,2.221129894256592,-0.008763056248426437,0.0025348991621285677,0.2234845906496048,0.49292871356010437,0.8906222581863403,744.0,190464.0,4714.425799509976,12189696.0 +187.58,7.099999904632568,2622.0,0.008970421738922596,0.1240030899643898,0.0,1.5738744735717773,2.25089430809021,-0.00923928152769804,0.002543259644880891,0.3516310751438141,0.4881328046321869,0.8201539367437363,745.0,190720.0,4720.673781509977,12206080.0 +190.52,7.599999904632568,2595.0,0.011076509952545166,0.16485595703125,0.0,1.503725528717041,2.2516231536865234,-0.011553190648555756,0.0025295496452599764,0.24638009071350098,0.47627732157707214,0.8753762319684029,746.0,190976.0,4726.9882529890165,12222464.0 +153.6,7.300000190734863,2638.0,0.008691268973052502,0.1218668594956398,0.0,1.5043514966964722,2.2394158840179443,-0.00897312629967928,0.0025288942269980907,0.25602659583091736,0.4681134521961212,0.8733687102794647,747.0,191232.0,4733.199136542156,12238848.0 +167.14,7.900000095367432,2625.0,0.008327783085405827,0.1130574569106102,0.0,1.5177565813064575,2.262739658355713,-0.006098620127886534,0.002535772742703557,0.2640707790851593,0.47297194600105286,0.8754934296011925,748.0,191488.0,4739.440146055073,12255232.0 +165.05,8.100000381469727,2627.0,0.00891205109655857,0.1262003630399704,0.0,1.5363246202468872,2.229194402694702,-0.008864966221153736,0.0025332444347441196,0.316768079996109,0.46765151619911194,0.8712029159069061,749.0,191744.0,4745.676623952109,12271616.0 +172.9,7.400000095367432,2599.0,0.008726578205823898,0.1190389022231102,0.0,1.841473937034607,2.2374985218048096,-0.009870251640677452,0.0025231463368982077,0.29251769185066223,0.46588730812072754,0.8677638620138168,750.0,192000.0,4751.980542897014,12288000.0 +170.67,7.400000095367432,2602.0,0.008022397756576538,0.1001180037856102,0.0,1.8212523460388184,2.201641321182251,-0.008034630678594112,0.002519239904358983,0.22395427525043488,0.47970637679100037,0.8992679566144943,751.0,192256.0,4758.2762821391225,12304384.0 +198.44,7.099999904632568,2600.0,0.008325815200805664,0.10992431640625,0.0,1.8325265645980835,2.2368452548980713,-0.008409974165260792,0.0025133625604212284,0.263760507106781,0.4747436046600342,0.8730148673057556,752.0,192512.0,4764.578149623005,12320768.0 +196.3,6.699999809265137,2595.0,0.00993808452039957,0.1385498046875,0.0,1.8341282606124878,2.2436070442199707,-0.006161873694509268,0.00251328875310719,0.2897261679172516,0.46121859550476074,0.8546652048826218,753.0,192768.0,4770.892311102012,12337152.0 +153.27,7.400000095367432,2605.0,0.008367693051695824,0.1106974259018898,0.0,1.8678597211837769,2.2381465435028076,-0.008947227150201797,0.0025074968580156565,0.32858678698539734,0.4811467230319977,0.8263691365718842,754.0,193024.0,4777.182280023117,12353536.0 +136.56,7.599999904632568,2598.0,0.010669633746147156,0.1510213166475296,0.0,1.9080370664596558,2.2158899307250977,-0.010050595737993717,0.002517106244340539,0.37563422322273254,0.49387621879577637,0.8289741426706314,755.0,193280.0,4783.489432275994,12369920.0 +145.5,7.599999904632568,2593.0,0.008664741180837154,0.1239217147231102,0.0,1.8779010772705078,2.2146713733673096,-0.007511522155255079,0.0025340390857309103,0.31689730286598206,0.48209092020988464,0.8550748229026794,756.0,193536.0,4789.807817765977,12386304.0 +100.07,7.699999809265137,2632.0,0.01059653889387846,0.1501668244600296,0.0,1.838837742805481,2.2273342609405518,-0.009758307598531246,0.0025252208579331636,0.2595817744731903,0.4784681499004364,0.8807791694998741,757.0,193792.0,4796.033253308153,12402688.0 +117.38,7.800000190734863,2624.0,0.008988196961581707,0.1245524063706398,0.0,1.8260997533798218,2.249354124069214,-0.00910667609423399,0.0025296525564044714,0.21666716039180756,0.48454034328460693,0.902980849146843,758.0,194048.0,4802.276784265181,12419072.0 +147.09,7.300000190734863,2602.0,0.007476201746612787,0.09967041015625,0.0,1.8623884916305542,2.256131887435913,-0.00934231374412775,0.0025210280437022448,0.28811123967170715,0.48972228169441223,0.8720846325159073,759.0,194304.0,4808.57296357397,12435456.0 +105.33,8.0,2627.0,0.009069306775927544,0.1279500275850296,0.0,1.9015973806381226,2.2122132778167725,-0.007952353917062283,0.002522307215258479,0.3413013517856598,0.49986732006073,0.8694036304950714,760.0,194560.0,4814.809901876142,12451840.0 +121.89,8.0,2629.0,0.010400517843663692,0.1456095427274704,0.0,1.8738102912902832,2.234792947769165,-0.009023256599903107,0.0025334376841783524,0.29506736993789673,0.4909287393093109,0.8523416519165039,761.0,194816.0,4821.041883153142,12468224.0 +179.7,7.199999809265137,2632.0,0.0098273241892457,0.1357014924287796,0.0,1.9102858304977417,2.2558062076568604,-0.008160197176039219,0.0025464834179729223,0.3737410008907318,0.48089173436164856,0.8100646436214447,762.0,195072.0,4827.268382016104,12484608.0 +184.1,7.599999904632568,2616.0,0.008512909524142742,0.1198933944106102,0.0,1.8287672996520996,2.25262451171875,-0.010336737148463726,0.002561909845098853,0.20121370255947113,0.4800684154033661,0.8857946768403053,763.0,195328.0,4833.53112968104,12500992.0 +199.66,7.599999904632568,2568.0,0.010542179457843304,0.1513875275850296,0.0,1.8224388360977173,2.205617666244507,-0.009517845697700977,0.0025416063144803047,0.2149142175912857,0.475752592086792,0.8751757964491844,764.0,195584.0,4839.912258055992,12517376.0 +134.43,7.800000190734863,2563.0,0.008140022866427898,0.1081339493393898,0.0,1.8771644830703735,2.1588823795318604,-0.008305905386805534,0.002522469265386462,0.32893821597099304,0.48135557770729065,0.834317609667778,765.0,195840.0,4846.308890270069,12533760.0 +159.54,6.900000095367432,2572.0,0.010231048800051212,0.14459228515625,0.0,1.9765625,2.144442558288574,-0.006384484935551882,0.0025193269830197096,0.517124354839325,0.48616576194763184,0.7353534996509552,766.0,196096.0,4852.677906006109,12550144.0 +142.0,8.0,2570.0,0.008114257827401161,0.1080729141831398,0.0,1.8921927213668823,2.1690151691436768,-0.008671960793435574,0.0025209446903318167,0.330105721950531,0.49702954292297363,0.8132099658250809,767.0,196352.0,4859.05213504401,12566528.0 +176.88,7.599999904632568,2630.0,0.009521751664578915,0.1337687224149704,0.0,1.8556180000305176,2.228159189224243,-0.008886957541108131,0.0025088258553296328,0.2964693307876587,0.48413872718811035,0.8296917229890823,768.0,196608.0,4865.280795236118,12582912.0 +166.35,6.699999809265137,2653.0,0.010289201512932777,0.1455485075712204,0.0,1.84182608127594,2.2563161849975586,-0.00981054175645113,0.0025173670146614313,0.294030100107193,0.4685010015964508,0.824792742729187,769.0,196864.0,4871.4565496069845,12599296.0 +159.03,8.0,2642.0,0.009713365696370602,0.1371866911649704,0.0,1.8214640617370605,2.2415125370025635,-0.01016844343394041,0.0025156314950436354,0.24457420408725739,0.47394490242004395,0.8632553815841675,770.0,197120.0,4877.659015355166,12615680.0 +190.54,6.900000095367432,2635.0,0.009802267886698246,0.1334635466337204,0.0,1.867393136024475,2.2169647216796875,-0.009800381027162075,0.0025112424045801163,0.3199011981487274,0.4837914705276489,0.8312912285327911,771.0,197376.0,4883.875685020117,12632064.0 +146.24,7.400000095367432,2618.0,0.009305710904300213,0.1177571639418602,0.0,1.8904175758361816,2.2140095233917236,-0.006712845992296934,0.0025167008861899376,0.33996281027793884,0.4909389317035675,0.8184954971075058,772.0,197632.0,4890.133905356051,12648448.0 +154.25,7.900000095367432,2635.0,0.009026800282299519,0.1269938200712204,0.0,1.8060768842697144,2.2034823894500732,-0.009765052236616611,0.0025178533978760242,0.17589987814426422,0.4910004138946533,0.9162056595087051,773.0,197888.0,4896.350306481123,12664832.0 +175.51,7.5,2551.0,0.009059597738087177,0.1225992813706398,0.0,1.8366522789001465,2.224083185195923,-0.010112800635397434,0.002526309574022889,0.28573089838027954,0.46298548579216003,0.8731185644865036,774.0,198144.0,4902.772684015101,12681216.0 +150.64,6.5,2576.0,0.00854499451816082,0.1065266951918602,0.0,1.9120296239852905,2.2330589294433594,-0.0072022308595478535,0.002517303451895714,0.4393625557422638,0.4632292687892914,0.821382999420166,775.0,198400.0,4909.132231698139,12697600.0 +140.33,7.5,2648.0,0.00926626194268465,0.1265462189912796,0.0,1.8626528978347778,2.1770098209381104,-0.010771643370389938,0.00251917727291584,0.33879026770591736,0.4662112891674042,0.8642915189266205,776.0,198656.0,4915.320208468009,12713984.0 +121.15,7.699999809265137,2626.0,0.009438457898795605,0.1278076171875,0.0,1.8453775644302368,2.2094316482543945,-0.011018588207662106,0.0025142577942460775,0.31988850235939026,0.4614172875881195,0.8645554780960083,777.0,198912.0,4921.559340441134,12730368.0 +163.33,8.100000381469727,2609.0,0.009890084154903889,0.13330078125,0.0,1.8021680116653442,2.2158172130584717,-0.008312169462442398,0.002510534133762121,0.23123036324977875,0.4617558717727661,0.8945665135979652,778.0,199168.0,4927.839910801966,12746752.0 +150.82,7.400000095367432,2578.0,0.01008323859423399,0.1360270231962204,0.0,1.8695279359817505,2.177568197250366,-0.008065090514719486,0.0025131339207291603,0.3559681177139282,0.46481767296791077,0.8447466790676117,779.0,199424.0,4934.195342460182,12763136.0 +180.05,7.199999809265137,2626.0,0.00874617975205183,0.12017822265625,0.0,1.8411865234375,2.1727495193481445,-0.009115461260080338,0.002514640334993601,0.31668826937675476,0.4563652276992798,0.8483966439962387,780.0,199680.0,4940.434890815057,12779520.0 +125.81,7.699999809265137,2619.0,0.010609562508761883,0.1331583708524704,0.0,1.8465758562088013,2.1164557933807373,-0.009514229372143745,0.0025126917753368616,0.3359452188014984,0.4529361426830292,0.8533395081758499,781.0,199936.0,4946.691100488184,12795904.0 +133.73,7.599999904632568,2632.0,0.009245403110980988,0.12548828125,0.0,1.857122778892517,2.1560442447662354,-0.00576383201405406,0.002515238244086504,0.33072224259376526,0.46146664023399353,0.8428109437227249,782.0,200192.0,4952.915299178101,12812288.0 +160.73,7.199999809265137,2606.0,0.009024606086313725,0.1199544295668602,0.0,1.8852084875106812,2.2136917114257812,-0.007711519952863455,0.002506196266040206,0.3423774242401123,0.4907703697681427,0.8501560986042023,783.0,200448.0,4959.202418131055,12828672.0 +163.69,6.699999809265137,2582.0,0.008598185144364834,0.11334228515625,0.0,1.8809949159622192,2.2339913845062256,-0.009523499757051468,0.0025302094873040915,0.3497529923915863,0.47287717461586,0.8568311780691147,784.0,200704.0,4965.547110159183,12845056.0 +124.28,8.0,2611.0,0.007562912534922361,0.1016438826918602,0.0,1.856886863708496,2.2146570682525635,-0.010086788795888424,0.0025321277789771557,0.2900528013706207,0.47803008556365967,0.8783732205629349,785.0,200960.0,4971.82098845602,12861440.0 +154.59,7.800000190734863,2635.0,0.007641190197318792,0.10040283203125,0.0,1.8721572160720825,2.1975274085998535,-0.009630883112549782,0.002540212357416749,0.30889832973480225,0.47920799255371094,0.8725730329751968,786.0,201216.0,4978.041615555063,12877824.0 +158.59,7.199999809265137,2588.0,0.009610212408006191,0.12847900390625,0.0,1.8626571893692017,2.173269748687744,-0.006503207143396139,0.002534575993195176,0.27029189467430115,0.48845914006233215,0.8931230306625366,787.0,201472.0,4984.3713219601195,12894208.0 +159.59,7.599999904632568,2614.0,0.009154089726507664,0.1281941682100296,0.0,1.8708958625793457,2.1643903255462646,-0.009656018577516079,0.002526863245293498,0.3437901437282562,0.4668692350387573,0.8544687479734421,788.0,201728.0,4990.638020597165,12910592.0 +131.94,8.100000381469727,2648.0,0.00946559477597475,0.1348673552274704,0.0,1.8383914232254028,2.1751701831817627,-0.010126223787665367,0.002502602757886052,0.2646636366844177,0.486635684967041,0.8906465992331505,789.0,201984.0,4996.824854584178,12926976.0 +92.72,8.199999809265137,2622.0,0.011086951941251755,0.1509602814912796,0.0,1.8422521352767944,2.174672842025757,-0.009933778084814548,0.0025035017170011997,0.2771121859550476,0.48362550139427185,0.8819683939218521,790.0,202240.0,5003.07429844304,12943360.0 +137.21,7.5,2639.0,0.010493326000869274,0.1429850310087204,0.0,1.8234912157058716,2.230455160140991,-0.008161753416061401,0.002502662828192115,0.2421528697013855,0.4815497100353241,0.9032938927412033,791.0,202496.0,5009.281712189084,12959744.0 +184.2,7.199999809265137,2629.0,0.010571273975074291,0.1452433317899704,0.0,1.9356666803359985,2.2150683403015137,-0.009730593301355839,0.002508612582460046,0.45341357588768005,0.4865349531173706,0.8222741633653641,792.0,202752.0,5015.513266755035,12976128.0 +100.7,8.699999809265137,2642.0,0.011076119728386402,0.1522420197725296,0.0,1.837131381034851,2.136411428451538,-0.010672035627067089,0.0025111765135079622,0.2740338444709778,0.4765624701976776,0.8794485181570053,793.0,203008.0,5021.715079822112,12992512.0 +130.81,8.600000381469727,2617.0,0.00940719898790121,0.1308797150850296,0.0,1.8446465730667114,2.1906373500823975,-0.009877593256533146,0.002518463646993041,0.2905924618244171,0.471902459859848,0.8795245438814163,794.0,203264.0,5027.975239897147,13008896.0 +137.65,7.800000190734863,2576.0,0.01066699530929327,0.1495768278837204,0.0,1.8646832704544067,2.231663942337036,-0.009420706890523434,0.002553164027631283,0.27014586329460144,0.4847656488418579,0.882849782705307,795.0,203520.0,5034.33607030916,13025280.0 +139.3,7.900000095367432,2588.0,0.00981162954121828,0.13671875,0.0,1.873908519744873,2.232377767562866,-0.008775726892054081,0.002540053566917777,0.2550979554653168,0.5074325799942017,0.8875792473554611,796.0,203776.0,5040.670841154177,13041664.0 +117.48,8.300000190734863,2576.0,0.008031039498746395,0.1089681014418602,0.0,1.9269436597824097,2.2360808849334717,-0.008649226278066635,0.002514924854040146,0.3706437647342682,0.515169084072113,0.8708308190107346,797.0,204032.0,5047.030323193176,13058048.0 +136.31,7.400000095367432,2636.0,0.00640845438465476,0.0771280899643898,0.0,1.8817830085754395,2.2214584350585938,-0.008358395658433437,0.002535267500206828,0.31446781754493713,0.48748835921287537,0.8904347270727158,798.0,204288.0,5053.246099838987,13074432.0 +125.81,7.199999809265137,2640.0,0.007909394800662994,0.10125732421875,0.0,1.8943161964416504,2.182201623916626,-0.009012067690491676,0.0025265670847147703,0.3848384916782379,0.46944746375083923,0.864862397313118,799.0,204544.0,5059.452063407982,13090816.0 +97.46,7.400000095367432,2627.0,0.009027407504618168,0.124267578125,0.0,1.761984944343567,2.1877758502960205,-0.009446018375456333,0.002533265622332692,0.4293558895587921,0.4874013364315033,0.8581241965293884,800.0,204800.0,5065.688242196105,13107200.0 +129.31,7.800000190734863,2571.0,0.008755899965763092,0.1207478865981102,0.0,1.6538692712783813,2.188052177429199,-0.00986491423100233,0.002516331849619746,0.2640317976474762,0.46805524826049805,0.9026911184191704,801.0,205056.0,5072.061965211993,13123584.0 +106.56,8.199999809265137,2593.0,0.00820061657577753,0.1091512069106102,0.0,1.633179783821106,2.215928792953491,-0.009056612849235535,0.002521128859370947,0.20408307015895844,0.47538480162620544,0.9197920113801956,802.0,205312.0,5078.380296449177,13139968.0 +122.6,7.5,2671.0,0.010105714201927185,0.1383260041475296,0.0,1.6714602708816528,2.2182929515838623,-0.009915600530803204,0.002519258065149188,0.23807084560394287,0.5009525418281555,0.9129463508725166,803.0,205568.0,5084.514169038972,13156352.0 +155.22,8.5,2641.0,0.008786854334175587,0.12261962890625,0.0,1.6948658227920532,2.2371160984039307,-0.008067022077739239,0.0025416461285203695,0.25888559222221375,0.5023561120033264,0.8829171061515808,804.0,205824.0,5090.718490556115,13172736.0 +150.54,7.900000095367432,2646.0,0.009671724401414394,0.1393229216337204,0.0,1.7211135625839233,2.214989423751831,-0.010099000297486782,0.0025310975033789873,0.34370100498199463,0.49168694019317627,0.8495257049798965,805.0,206080.0,5096.911588603165,13189120.0 +91.73,8.300000190734863,2632.0,0.011023958213627338,0.1503702849149704,0.0,1.6813464164733887,2.207914113998413,-0.008942270651459694,0.002523119328543544,0.2639395296573639,0.4944380819797516,0.8867557048797607,806.0,206336.0,5103.1385620280635,13205504.0 +132.35,7.5,2627.0,0.008754704147577286,0.1115926131606102,0.0,1.7257895469665527,2.2404258251190186,-0.009251893498003483,0.0025081185158342123,0.34879055619239807,0.5048854947090149,0.8507518619298935,807.0,206592.0,5109.375002624001,13221888.0 +120.74,7.199999809265137,2579.0,0.008446458727121353,0.1126505509018898,0.0,1.713232159614563,2.2247354984283447,-0.009422079659998417,0.002507767640054226,0.34313246607780457,0.49426698684692383,0.8435711711645126,808.0,206848.0,5115.728518068092,13238272.0 +150.79,7.699999809265137,2643.0,0.009398173540830612,0.125,0.0,1.6514424085617065,2.26548433303833,-0.0072131105698645115,0.0025133448652923107,0.26313087344169617,0.4652663469314575,0.8801704049110413,809.0,207104.0,5121.927283972036,13254656.0 +139.17,8.300000190734863,2569.0,0.007479192689061165,0.0985107421875,0.0,1.657629370689392,2.266651153564453,-0.009453116916120052,0.0025139260105788708,0.2834470570087433,0.46306517720222473,0.8755972906947136,810.0,207360.0,5128.30414728797,13271040.0 +109.56,8.199999809265137,2618.0,0.010202986188232899,0.1422322541475296,0.0,1.6422100067138672,2.2542426586151123,-0.00932130217552185,0.002513931831344962,0.2504632771015167,0.4639698565006256,0.8816444054245949,811.0,207616.0,5134.562055120012,13287424.0 +212.44,7.5,2543.0,0.007944605313241482,0.1109822615981102,0.0,1.6977921724319458,2.2414157390594482,-0.00772597873583436,0.00250629847869277,0.3336496353149414,0.48141422867774963,0.8581342846155167,812.0,207872.0,5141.003552298062,13303808.0 +135.96,7.599999904632568,2633.0,0.007192940916866064,0.0950113907456398,0.0,1.75163996219635,2.1948373317718506,-0.00841930415481329,0.0025090028066188097,0.40503454208374023,0.5004879832267761,0.8402754366397858,813.0,208128.0,5147.2255138740875,13320192.0 +106.57,7.699999809265137,2619.0,0.007893187925219536,0.1074422225356102,0.0,1.6801236867904663,2.2012908458709717,-0.008734836243093014,0.002510578604415059,0.2877030074596405,0.4858439266681671,0.8940716534852982,814.0,208384.0,5153.480474833166,13336576.0 +146.04,7.800000190734863,2644.0,0.009151805192232132,0.1247151717543602,0.0,1.7195731401443481,2.1930763721466064,-0.009906521998345852,0.0025018572341650724,0.410355806350708,0.4671073257923126,0.8465375751256943,815.0,208640.0,5159.675926054129,13352960.0 +183.17,7.300000190734863,2631.0,0.009601369500160217,0.13189697265625,0.0,1.68660306930542,2.2290241718292236,-0.010682680644094944,0.002504633041098714,0.3498212993144989,0.46397829055786133,0.8768947049975395,816.0,208896.0,5165.903737223009,13369344.0 +111.55,7.599999904632568,2638.0,0.010303109884262085,0.14251708984375,0.0,1.6517406702041626,2.234867572784424,-0.008446288295090199,0.002500539878383279,0.2763960063457489,0.46566081047058105,0.8795452862977982,817.0,209152.0,5172.11559820408,13385728.0 +118.22,7.300000190734863,2640.0,0.007716483902186155,0.1019287109375,0.0,1.628912091255188,2.2364301681518555,-0.009010621346533298,0.002511354861781001,0.25662603974342346,0.4465160071849823,0.866234689950943,818.0,209408.0,5178.322950343136,13402112.0 +164.3,7.900000095367432,2591.0,0.00908507127314806,0.1248575821518898,0.0,1.635715126991272,2.242816925048828,-0.0077603659592568874,0.0025132885202765465,0.2513146698474884,0.45474061369895935,0.8770837858319283,819.0,209664.0,5184.646415692056,13418496.0 +196.1,7.099999904632568,2619.0,0.00886062067002058,0.12158203125,0.0,1.6599678993225098,2.229062080383301,-0.007940078154206276,0.002529334044083953,0.27254095673561096,0.4619196951389313,0.885501816868782,820.0,209920.0,5190.900920364074,13434880.0 +231.31,7.0,2641.0,0.009195967577397823,0.1317138671875,0.0,1.6984707117080688,2.249598741531372,-0.007637196686118841,0.002537270775064826,0.3455769717693329,0.46004846692085266,0.853764995932579,821.0,210176.0,5197.103836819064,13451264.0 +161.82,7.099999904632568,2638.0,0.007769456598907709,0.1015828475356102,0.0,1.7444807291030884,2.2483575344085693,-0.009844258427619934,0.002527188276872039,0.3731635808944702,0.5033246874809265,0.8439946621656418,822.0,210432.0,5203.313754907111,13467648.0 +133.85,7.300000190734863,2618.0,0.010016748681664467,0.1331583708524704,0.0,1.6732474565505981,2.2496421337127686,-0.010842119343578815,0.002519516972824931,0.29047340154647827,0.4750739634037018,0.8624751567840576,823.0,210688.0,5209.5705427490175,13484032.0 +157.43,7.900000095367432,2626.0,0.009325427934527397,0.1325276643037796,0.0,1.6737014055252075,2.249419927597046,-0.010750788263976574,0.002517526037991047,0.2749239206314087,0.4851086139678955,0.8854012340307236,824.0,210944.0,5215.810009389184,13500416.0 +160.49,7.599999904632568,2631.0,0.0075655546970665455,0.0954793319106102,0.0,1.656786322593689,2.263934850692749,-0.008963664062321186,0.002514817053452134,0.25787779688835144,0.4753139317035675,0.8941677138209343,825.0,211200.0,5222.038305158028,13516800.0 +135.48,7.900000095367432,2620.0,0.009253067895770073,0.1281534880399704,0.0,1.6375666856765747,2.235755443572998,-0.009872191585600376,0.002522483468055725,0.21619074046611786,0.47398194670677185,0.9142996966838837,826.0,211456.0,5228.293814389966,13533184.0 +141.53,7.599999904632568,2621.0,0.010816480033099651,0.1503702849149704,0.0,1.7095937728881836,2.2431936264038086,-0.007145635783672333,0.002528934506699443,0.3381160497665405,0.4801030158996582,0.8636624664068222,827.0,211712.0,5234.544336769963,13549568.0 +106.52,8.300000190734863,2578.0,0.0082852216437459,0.1050821915268898,0.0,1.6896878480911255,2.211331605911255,-0.00875796563923359,0.002505275420844555,0.2865317165851593,0.49991074204444885,0.8946851119399071,828.0,211968.0,5240.900437740143,13565952.0 +124.97,7.900000095367432,2644.0,0.010022768750786781,0.1357421875,0.0,1.6865812540054321,2.2869930267333984,-0.008401141501963139,0.0025163001846522093,0.30562496185302734,0.4807831048965454,0.872440829873085,829.0,212224.0,5247.09625499812,13582336.0 +119.68,8.199999809265137,2642.0,0.010308708064258099,0.1404215544462204,0.0,1.68110990524292,2.2486531734466553,-0.011548660695552826,0.002506447024643421,0.3455084562301636,0.4605438709259033,0.8645183742046356,830.0,212480.0,5253.297275227029,13598720.0 +123.57,8.199999809265137,2622.0,0.011165228672325611,0.1476847380399704,0.0,1.6579786539077759,2.236898183822632,-0.008854104205965996,0.0025002872571349144,0.3028073012828827,0.4585210382938385,0.8642120808362961,831.0,212736.0,5259.545113193104,13615104.0 +149.94,7.199999809265137,2623.0,0.009791395626962185,0.1348876953125,0.0,1.6813983917236328,2.244278907775879,-0.008722963742911816,0.0025081841740757227,0.36833393573760986,0.4441269338130951,0.8277748674154282,832.0,212992.0,5265.791662068106,13631488.0 +159.97,8.0,2605.0,0.010066612623631954,0.1435546875,0.0,1.583411693572998,2.275607109069824,-0.010283485986292362,0.0025012630503624678,0.1804857701063156,0.44515541195869446,0.8970346972346306,833.0,213248.0,5272.082202655962,13647872.0 +186.42,7.400000095367432,2608.0,0.010352153331041336,0.14434814453125,0.0,1.6321862936019897,2.2592878341674805,-0.010006892494857311,0.002506743650883436,0.2664278447628021,0.44837474822998047,0.8638245314359665,834.0,213504.0,5278.363502585096,13664256.0 +166.22,7.699999809265137,2617.0,0.010586411692202091,0.1363118439912796,0.0,1.659626841545105,2.2786080837249756,-0.009259545244276524,0.0024982397444546223,0.2986312210559845,0.46460965275764465,0.867212325334549,835.0,213760.0,5284.623320198152,13680640.0 +157.95,7.900000095367432,2633.0,0.010378516279160976,0.1429850310087204,0.0,1.61068856716156,2.2688004970550537,-0.009656858630478382,0.0025046030059456825,0.21361368894577026,0.4546171724796295,0.9012806415557861,836.0,214016.0,5290.845261827111,13697024.0 +138.16,8.199999809265137,2609.0,0.009427414275705814,0.1272989958524704,0.0,1.6336870193481445,2.2431888580322266,-0.012237116694450378,0.0025000355672091246,0.23345400393009186,0.4740147888660431,0.8916833028197289,837.0,214272.0,5297.1245600490365,13713408.0 +88.56,8.0,2603.0,0.009620344266295433,0.1178181990981102,0.0,1.675094485282898,2.2279160022735596,-0.007792546879500151,0.002500818809494376,0.2900790274143219,0.4830642640590668,0.8704890012741089,838.0,214528.0,5303.418934365967,13729792.0 +127.57,7.5,2623.0,0.007569634821265936,0.1005045548081398,0.0,1.7197221517562866,2.1982271671295166,-0.00802445039153099,0.0025131646543741226,0.3813924491405487,0.47567614912986755,0.8388467878103256,839.0,214784.0,5309.665369905997,13746176.0 +164.92,7.5,2612.0,0.008292174898087978,0.11065673828125,0.0,1.7153210639953613,2.205054521560669,-0.008385276421904564,0.002526548458263278,0.3758171498775482,0.46766844391822815,0.8353977352380753,840.0,215040.0,5315.937975584064,13762560.0 +168.47,7.300000190734863,2608.0,0.008343210443854332,0.1094767227768898,0.0,1.6758999824523926,2.2120587825775146,-0.00886433944106102,0.0025254436768591404,0.254820853471756,0.4922500550746918,0.8755401521921158,841.0,215296.0,5322.219345044112,13778944.0 +153.69,7.199999809265137,2649.0,0.010970738716423512,0.1460164338350296,0.0,1.685261607170105,2.1977078914642334,-0.008972573094069958,0.0025197307113558054,0.3119726777076721,0.47371771931648254,0.8724968731403351,842.0,215552.0,5328.404388888041,13795328.0 +224.8,6.800000190734863,2622.0,0.009041141718626022,0.1248372420668602,0.0,1.7090624570846558,2.185962677001953,-0.008648945949971676,0.0025340979918837547,0.31713488698005676,0.48962172865867615,0.8767532408237457,843.0,215808.0,5334.653884154977,13811712.0 +167.44,6.699999809265137,2653.0,0.013366884551942348,0.1803995817899704,0.0,1.6721752882003784,2.1628074645996094,-0.006146751809865236,0.0025434207636862993,0.2768614590167999,0.4633115828037262,0.8979915380477905,844.0,216064.0,5340.82889601402,13828096.0 +171.07,6.699999809265137,2665.0,0.010451088659465313,0.1499837189912796,0.0,1.7203000783920288,2.1965763568878174,-0.007218537386506796,0.0025313450023531914,0.3259364664554596,0.49712321162223816,0.8697943091392517,845.0,216320.0,5346.975514848018,13844480.0 +169.53,7.400000095367432,2646.0,0.00983408186584711,0.13128662109375,0.0,1.6834211349487305,2.212500810623169,-0.00955778919160366,0.002528804587200284,0.26715776324272156,0.49284788966178894,0.8813588321208954,846.0,216576.0,5353.169268843019,13860864.0 +159.85,7.599999904632568,2643.0,0.010830741375684738,0.1537678986787796,0.0,1.6833542585372925,2.2282345294952393,-0.0090786786749959,0.0025274096988141537,0.27620986104011536,0.48808443546295166,0.8778894543647766,847.0,216832.0,5359.367332932074,13877248.0 +162.92,6.699999809265137,2606.0,0.009019673801958561,0.1258341521024704,0.0,1.6597518920898438,2.263486623764038,-0.009573414921760559,0.002526935888454318,0.24856020510196686,0.4783991575241089,0.8868969678878784,848.0,217088.0,5365.65435439907,13893632.0 +181.24,6.400000095367432,2624.0,0.008604894392192364,0.1175740584731102,0.0,1.692907691001892,2.2727460861206055,-0.008407861925661564,0.0025454191491007805,0.30769991874694824,0.47194918990135193,0.868612065911293,849.0,217344.0,5371.897075535962,13910016.0 +180.94,7.199999809265137,2600.0,0.009377719834446907,0.1212972030043602,0.0,1.519419550895691,2.2649590969085693,-0.010300392284989357,0.002543460810557008,0.32710227370262146,0.4642924964427948,0.8728198260068893,850.0,217600.0,5378.197937609162,13926400.0 +176.46,7.300000190734863,2632.0,0.00802000891417265,0.1085408553481102,0.0,1.5022430419921875,2.231649875640869,-0.008559481240808964,0.002520062029361725,0.281355619430542,0.4805206060409546,0.8955112993717194,851.0,217856.0,5384.42150323512,13942784.0 +154.68,7.099999904632568,2642.0,0.007550911977887154,0.0970255509018898,0.0,1.5023313760757446,2.223076820373535,-0.007849656045436859,0.0025201260577887297,0.2959153652191162,0.470504492521286,0.878292128443718,852.0,218112.0,5390.621665172977,13959168.0 +139.96,7.199999809265137,2625.0,0.007529029157012701,0.09906005859375,0.0,1.454192042350769,2.208329439163208,-0.009361152537167072,0.002507889410480857,0.19158248603343964,0.4833621680736542,0.9199216663837433,853.0,218368.0,5396.862676028162,13975552.0 +167.18,7.599999904632568,2655.0,0.009377346374094486,0.12457275390625,0.0,1.522727608680725,2.1805994510650635,-0.01083837728947401,0.0024936634581536055,0.3144877552986145,0.5008282661437988,0.879202090203762,854.0,218624.0,5403.033663696144,13991936.0 +157.46,8.100000381469727,2620.0,0.008800612762570381,0.1219278946518898,0.0,1.513994812965393,2.1797311305999756,-0.009458594024181366,0.002498023444786668,0.3056708872318268,0.49150756001472473,0.8717105090618134,855.0,218880.0,5409.287163286004,14008320.0 +165.53,7.400000095367432,2599.0,0.010146689601242542,0.1407267302274704,0.0,1.459439754486084,2.2293360233306885,-0.010751533322036266,0.0024965957272797823,0.2339063286781311,0.47111621499061584,0.8863688632845879,856.0,219136.0,5415.590891649015,14024704.0 +147.16,7.800000190734863,2561.0,0.009751640260219574,0.1345418244600296,0.0,1.479244589805603,2.19600510597229,-0.008829466998577118,0.002504095435142517,0.24819715321063995,0.4803716838359833,0.8800008967518806,857.0,219392.0,5421.986767444061,14041088.0 +200.86,7.0,2656.0,0.008816263638436794,0.1186930313706398,0.0,1.5529030561447144,2.198585271835327,-0.006981308106333017,0.0025105318054556847,0.399679571390152,0.47227203845977783,0.8150593191385269,858.0,219648.0,5428.154682239983,14057472.0 +116.88,8.100000381469727,2617.0,0.010544493794441223,0.1490071564912796,0.0,1.556439757347107,2.1455860137939453,-0.007163612637668848,0.002503917785361409,0.4073784351348877,0.47475358843803406,0.8361341208219528,859.0,219904.0,5434.415770177962,14073856.0 +105.97,7.199999809265137,2642.0,0.010029934346675873,0.12451171875,0.0,1.5103753805160522,2.1661815643310547,-0.007338781375437975,0.002507171593606472,0.30412986874580383,0.4805528223514557,0.8737996220588684,860.0,220160.0,5440.616492371075,14090240.0 +112.03,7.699999809265137,2618.0,0.010493633337318897,0.1461385041475296,0.0,1.4711674451828003,2.2220301628112793,-0.00933044869452715,0.0025168012361973524,0.2435888797044754,0.46775391697883606,0.8959514051675797,861.0,220416.0,5446.875668435125,14106624.0 +180.31,6.5,2599.0,0.007229039445519447,0.08953857421875,0.0,1.5224310159683228,2.2333600521087646,-0.00798181351274252,0.0025116303004324436,0.36377739906311035,0.45775672793388367,0.8398368507623672,862.0,220672.0,5453.180482842028,14123008.0 +185.53,7.599999904632568,2609.0,0.008708802051842213,0.1209716796875,0.0,1.478354811668396,2.2256758213043213,-0.010356467217206955,0.002497647190466523,0.25959116220474243,0.47764191031455994,0.876678466796875,863.0,220928.0,5459.459741780069,14139392.0 +146.28,7.300000190734863,2618.0,0.009096536785364151,0.1207682266831398,0.0,1.5002671480178833,2.22749662399292,-0.008221215568482876,0.002491649705916643,0.30064499378204346,0.4797264635562897,0.863492339849472,864.0,221184.0,5465.717670071172,14155776.0 +125.79,8.199999809265137,2588.0,0.010382477194070816,0.1437784880399704,0.0,1.4543853998184204,2.2363507747650146,-0.011185933835804462,0.002504348522052169,0.2082480639219284,0.4775892496109009,0.8966936320066452,865.0,221440.0,5472.046853973065,14172160.0 +105.08,7.900000095367432,2602.0,0.009408106096088886,0.12860107421875,0.0,1.481555461883545,2.215196371078491,-0.009849977679550648,0.0024898636620491743,0.26518771052360535,0.48127269744873047,0.8736851513385773,866.0,221696.0,5478.348521758104,14188544.0 +142.85,7.599999904632568,2619.0,0.010146732442080975,0.139892578125,0.0,1.5164397954940796,2.207479476928711,-0.00952721294015646,0.002509057754650712,0.3257574737071991,0.47692492604255676,0.8565279990434647,867.0,221952.0,5484.603693888057,14204928.0 +139.17,6.900000095367432,2622.0,0.010649759322404861,0.1545613557100296,0.0,1.5410319566726685,2.2345635890960693,-0.009230438619852066,0.002540147164836526,0.3497687578201294,0.47708097100257874,0.855120912194252,868.0,222208.0,5490.8515077589545,14221312.0 +163.02,7.800000190734863,2616.0,0.01061734277755022,0.1448160856962204,0.0,1.509384274482727,2.22705340385437,-0.010191946290433407,0.0025356446858495474,0.279208242893219,0.48498085141181946,0.8842208832502365,869.0,222464.0,5497.113224052126,14237696.0 +126.36,7.300000190734863,2598.0,0.011009026318788528,0.1475626677274704,0.0,1.520637035369873,2.227264642715454,-0.011128132231533527,0.002554960548877716,0.32733598351478577,0.4604819118976593,0.8709175139665604,870.0,222720.0,5503.420311581111,14254080.0 +182.68,7.5,2629.0,0.010638910345733166,0.1512654572725296,0.0,1.502173900604248,2.2134482860565186,-0.009857549332082272,0.0025510985869914293,0.239000141620636,0.49278295040130615,0.900099404156208,871.0,222976.0,5509.651197134983,14270464.0 +141.48,7.0,2633.0,0.010827883146703243,0.1474405974149704,0.0,1.5202116966247559,2.2295777797698975,-0.009470398537814617,0.002536929212510586,0.3083789646625519,0.47877073287963867,0.8603166341781616,872.0,223232.0,5515.873370194109,14286848.0 +136.94,8.0,2620.0,0.008942835964262486,0.1207682266831398,0.0,1.4738249778747559,2.2414369583129883,-0.009482771158218384,0.002528286073356867,0.20646072924137115,0.48897191882133484,0.91105867177248,873.0,223488.0,5522.12612147117,14303232.0 +164.33,7.199999809265137,2615.0,0.009838910773396492,0.13641357421875,0.0,1.545889973640442,2.1987266540527344,-0.009303871542215347,0.0025285480078309774,0.3436988294124603,0.4923909902572632,0.8776878789067268,874.0,223744.0,5528.392639424186,14319616.0 +143.07,7.5,2615.0,0.011853925883769989,0.1556803435087204,0.0,1.5686187744140625,2.170970916748047,-0.009036044590175152,0.0025164547841995955,0.40164363384246826,0.4899509847164154,0.8540611863136292,875.0,224000.0,5534.658738010097,14336000.0 +124.85,7.5,2643.0,0.00980992242693901,0.13165283203125,0.0,1.510246753692627,2.1781163215637207,-0.010481889359652996,0.002516566775739193,0.2903364300727844,0.4883935749530792,0.8920771926641464,876.0,224256.0,5540.857192551019,14352384.0 +155.18,7.599999904632568,2668.0,0.007989802397787571,0.11016845703125,0.0,1.506137728691101,2.203608274459839,-0.008733135648071766,0.0025071713607758284,0.3137042820453644,0.4714828431606293,0.87559013068676,877.0,224512.0,5546.997057273984,14368768.0 +154.28,8.100000381469727,2646.0,0.009979882277548313,0.12603759765625,0.0,1.4756006002426147,2.2143726348876953,-0.008213375695049763,0.002486469456925988,0.2588827311992645,0.4774104058742523,0.8932777866721153,878.0,224768.0,5553.189671420958,14385152.0 +150.88,7.300000190734863,2604.0,0.010152190923690796,0.1371256560087204,0.0,1.4938610792160034,2.2366983890533447,-0.00959764327853918,0.002493588486686349,0.30171164870262146,0.47191765904426575,0.8839178532361984,879.0,225024.0,5559.480618437985,14401536.0 +123.05,8.0,2631.0,0.010495777241885662,0.1432088166475296,0.0,1.4546209573745728,2.2615673542022705,-0.009531858377158642,0.002496990142390132,0.23796187341213226,0.4612392485141754,0.9013202115893364,880.0,225280.0,5565.70829267404,14417920.0 +163.68,7.099999904632568,2623.0,0.008609505370259285,0.1167195662856102,0.0,1.4877314567565918,2.2408413887023926,-0.01085506472736597,0.002493101404979825,0.29681769013404846,0.4691818952560425,0.8786316066980362,881.0,225536.0,5571.9547170901205,14434304.0 +155.68,8.0,2562.0,0.010844971053302288,0.1496175080537796,0.0,1.4376691579818726,2.2398812770843506,-0.011304221116006374,0.002506800927221775,0.205739364027977,0.4572277367115021,0.9132182374596596,882.0,225792.0,5578.3501536799595,14450688.0 +161.81,7.5,2567.0,0.008428108878433704,0.1160888671875,0.0,1.480507731437683,2.2321441173553467,-0.008756104856729507,0.002513842424377799,0.27884015440940857,0.4582850933074951,0.889314316213131,883.0,226048.0,5584.731491924962,14467072.0 +121.83,7.5,2644.0,0.008698918856680393,0.1175943985581398,0.0,1.4842382669448853,2.227970838546753,-0.009007970802485943,0.0025001547764986753,0.26267483830451965,0.48015812039375305,0.8845140263438225,884.0,226304.0,5590.927519319113,14483456.0 +127.23,8.300000190734863,2631.0,0.00923109333962202,0.12786865234375,0.0,1.442602515220642,2.233397960662842,-0.010232399217784405,0.0025159476790577173,0.18286968767642975,0.47169366478919983,0.920568086206913,885.0,226560.0,5597.154030023143,14499840.0 +164.32,7.400000095367432,2648.0,0.011120010167360306,0.1605021208524704,0.0,1.5449780225753784,2.2187297344207764,-0.009210746735334396,0.0025314204394817352,0.35052022337913513,0.48568490147590637,0.8644305020570755,886.0,226816.0,5603.34313061717,14516224.0 +146.85,7.599999904632568,2564.0,0.009064131416380405,0.1252848356962204,0.0,1.5134059190750122,2.1839640140533447,-0.010051645338535309,0.0025235151406377554,0.30521300435066223,0.47910571098327637,0.888472393155098,887.0,227072.0,5609.731647711014,14532608.0 +98.96,7.699999809265137,2569.0,0.009383962489664555,0.1253458708524704,0.0,1.5065220594406128,2.2194159030914307,-0.00951044075191021,0.0025591053999960423,0.26514825224876404,0.47751298546791077,0.9094851389527321,888.0,227328.0,5616.107528930064,14548992.0 +147.65,7.800000190734863,2599.0,0.009162328206002712,0.1283772736787796,0.0,1.4763015508651733,2.194934129714966,-0.010401630774140358,0.0025185791309922934,0.22979825735092163,0.48290205001831055,0.9202487245202065,889.0,227584.0,5622.411911886185,14565376.0 +154.57,7.0,2622.0,0.010048487223684788,0.1366780549287796,0.0,1.5144113302230835,2.2008554935455322,-0.008850247599184513,0.0025004621129482985,0.3457251489162445,0.4652779996395111,0.87447589635849,890.0,227840.0,5628.661199575989,14581760.0 +125.38,8.300000190734863,2598.0,0.008563828654587269,0.1168212890625,0.0,1.4814462661743164,2.2240819931030273,-0.01105715986341238,0.002494371496140957,0.2738892138004303,0.47506383061408997,0.8934232890605927,891.0,228096.0,5634.967939203139,14598144.0 +98.48,8.100000381469727,2629.0,0.009155669249594212,0.11590576171875,0.0,1.4424046277999878,2.2096898555755615,-0.011362746357917786,0.0024985838681459427,0.221110999584198,0.45734381675720215,0.9151174426078796,892.0,228352.0,5641.199585962109,14614528.0 +180.68,8.199999809265137,2585.0,0.008303683251142502,0.1124064102768898,0.0,1.4783540964126587,2.243758201599121,-0.008921216242015362,0.0025105909444391727,0.22542846202850342,0.49095287919044495,0.9136703163385391,893.0,228608.0,5647.537437041989,14630912.0 +151.62,7.300000190734863,2601.0,0.0093338368460536,0.1322224885225296,0.0,1.5309442281723022,2.1730387210845947,-0.010336612351238728,0.002504979958757758,0.35604730248451233,0.47874441742897034,0.878510907292366,894.0,228864.0,5653.83561239508,14647296.0 +120.79,7.900000095367432,2609.0,0.011741675436496735,0.1594441682100296,0.0,1.5091716051101685,2.16729998588562,-0.010059134103357792,0.002508143661543727,0.2890690863132477,0.4913896322250366,0.9033943563699722,895.0,229120.0,5660.114327377174,14663680.0 +147.94,7.800000190734863,2573.0,0.011077980510890484,0.1548054963350296,0.0,1.5353304147720337,2.2327473163604736,-0.00936431996524334,0.002519560744985938,0.31327858567237854,0.5031982064247131,0.8916175961494446,896.0,229376.0,5666.481095970143,14680064.0 +116.28,7.900000095367432,2612.0,0.009568434208631516,0.125244140625,0.0,1.5213385820388794,2.2171406745910645,-0.010479439049959183,0.002512982813641429,0.32393279671669006,0.4835374057292938,0.886331744492054,897.0,229632.0,5672.755024841987,14696448.0 +122.76,8.100000381469727,2594.0,0.010713578201830387,0.1507161408662796,0.0,1.4717332124710083,2.2255327701568604,-0.011311452835798264,0.0025081483181566,0.23626458644866943,0.4798852503299713,0.9126571491360664,898.0,229888.0,5679.071508716093,14712832.0 +185.22,7.800000190734863,2619.0,0.009491774253547192,0.1341756135225296,0.0,1.4556580781936646,2.214956521987915,-0.010150079615414143,0.0024922473821789026,0.23775117099285126,0.4652289152145386,0.8916525393724442,899.0,230144.0,5685.3264946010895,14729216.0 +140.68,7.300000190734863,2608.0,0.009339140728116035,0.1318359375,0.0,1.7745275497436523,2.195624351501465,-0.008107796311378479,0.0024954418186098337,0.2639988362789154,0.4677581787109375,0.876628115773201,900.0,230400.0,5691.608994259033,14745600.0 +154.98,7.5,2539.0,0.009306292049586773,0.1277262419462204,0.0,1.8237870931625366,2.15826153755188,-0.010234391316771507,0.0024886613246053457,0.35460540652275085,0.47700420022010803,0.8592790961265564,901.0,230656.0,5698.061805168167,14761984.0 +154.99,7.300000190734863,2570.0,0.009969205595552921,0.1376546174287796,0.0,1.8014622926712036,2.1975815296173096,-0.009560801088809967,0.0024797057267278433,0.3241560757160187,0.47391223907470703,0.8464213907718658,902.0,230912.0,5704.437734869076,14778368.0 +137.25,7.5,2596.0,0.007873705588281155,0.10040283203125,0.0,1.851372241973877,2.183659315109253,-0.009948723018169403,0.0024869402404874563,0.40506958961486816,0.4802452027797699,0.8202444761991501,903.0,231168.0,5710.7482128741685,14794752.0 +150.9,7.400000095367432,2602.0,0.00924959871917963,0.1236165389418602,0.0,1.8216296434402466,2.2383460998535156,-0.009622802026569843,0.0024889467749744654,0.3541273772716522,0.47508808970451355,0.8472019881010056,904.0,231424.0,5717.044619714143,14811136.0 +139.88,7.099999904632568,2573.0,0.01073388010263443,0.1480305939912796,0.0,1.8380274772644043,2.2395827770233154,-0.00896772462874651,0.0024911286309361458,0.36911681294441223,0.48246893286705017,0.8492127805948257,905.0,231680.0,5723.411218313966,14827520.0 +150.34,7.800000190734863,2556.0,0.009669613093137741,0.1321004182100296,0.0,1.8160816431045532,2.232234001159668,-0.009843840263783932,0.0024961268063634634,0.30612388253211975,0.4905887544155121,0.8704773783683777,906.0,231936.0,5729.826250351965,14843904.0 +145.16,7.800000190734863,2612.0,0.00857012253254652,0.111572265625,0.0,1.8101140260696411,2.1881721019744873,-0.010021756403148174,0.0025006881915032864,0.3421902358531952,0.4634222984313965,0.8749704957008362,907.0,232192.0,5736.099551490042,14860288.0 +139.93,8.0,2587.0,0.008402281440794468,0.10870361328125,0.0,1.7739990949630737,2.2166757583618164,-0.008832057937979698,0.0024937500711530447,0.2710043489933014,0.46542808413505554,0.9003851488232613,908.0,232448.0,5742.431286001112,14876672.0 +152.61,7.199999809265137,2572.0,0.01024270337074995,0.1360677033662796,0.0,1.806172490119934,2.2451584339141846,-0.008966133929789066,0.0025111434515565634,0.30616381764411926,0.47212883830070496,0.8802620843052864,909.0,232704.0,5748.80060095503,14893056.0 +165.81,7.300000190734863,2614.0,0.010450595058500767,0.1539306640625,0.0,1.7480775117874146,2.2190277576446533,-0.011449355632066727,0.0025074260774999857,0.20671969652175903,0.46767914295196533,0.9270597249269485,910.0,232960.0,5755.0682752050925,14909440.0 +125.3,7.699999809265137,2600.0,0.011302529834210873,0.15582275390625,0.0,1.822274088859558,2.196307420730591,-0.00970744714140892,0.002501449082046747,0.34173068404197693,0.4755105972290039,0.879352293908596,911.0,233216.0,5761.368661541957,14925824.0 +168.35,7.300000190734863,2575.0,0.010463901795446873,0.14599609375,0.0,1.8225997686386108,2.2056400775909424,-0.008523731492459774,0.002507140627130866,0.2855176031589508,0.5007075667381287,0.8976136296987534,912.0,233472.0,5767.732053534128,14942208.0 +124.78,7.800000190734863,2618.0,0.00887454766780138,0.113037109375,0.0,1.8231773376464844,2.209902048110962,-0.009735004976391792,0.0025400593876838684,0.26817095279693604,0.49502256512641907,0.8998894020915031,913.0,233728.0,5773.99128556205,14958592.0 +113.63,8.300000190734863,2599.0,0.009886193089187145,0.1371053010225296,0.0,1.8120588064193726,2.2317464351654053,-0.010439128614962101,0.0025430822279304266,0.2575319707393646,0.4885091781616211,0.8914252072572708,914.0,233984.0,5780.295370782027,14974976.0 +138.18,7.699999809265137,2581.0,0.010768081992864609,0.15032958984375,0.0,1.8192342519760132,2.2218148708343506,-0.007024699356406927,0.0025275417137891054,0.29079386591911316,0.48297765851020813,0.8875942081212997,915.0,234240.0,5786.642777060159,14991360.0 +146.14,7.5,2605.0,0.00871378742158413,0.1162923201918602,0.0,1.8465213775634766,2.1950838565826416,-0.009779087267816067,0.0025137399788945913,0.3740382194519043,0.47772690653800964,0.8598096668720245,916.0,234496.0,5792.932787799975,15007744.0 +95.38,8.0,2616.0,0.011427170597016811,0.1323445588350296,0.0,1.817076325416565,2.1717166900634766,-0.007805264089256525,0.00251570506952703,0.3231040835380554,0.4704004228115082,0.8767459318041801,917.0,234752.0,5799.194822206162,15024128.0 +147.59,7.400000095367432,2635.0,0.011434580199420452,0.1594034880399704,0.0,1.7857385873794556,2.1789796352386475,-0.010589692741632462,0.0025047515518963337,0.2700550854206085,0.4738709628582001,0.8952002450823784,918.0,235008.0,5805.411421475001,15040512.0 +160.4,7.699999809265137,2619.0,0.008873486891388893,0.11737060546875,0.0,1.7892569303512573,2.144914150238037,-0.011353927664458752,0.002504662610590458,0.2590167224407196,0.48361897468566895,0.8981375992298126,919.0,235264.0,5811.667692363029,15056896.0 +116.17,7.400000095367432,2569.0,0.011969155631959438,0.158935546875,0.0,1.85739266872406,2.124697685241699,-0.009277685545384884,0.0024998567532747984,0.38297733664512634,0.4899982511997223,0.8618472814559937,920.0,235520.0,5818.044620873174,15073280.0 +109.6,7.900000095367432,2545.0,0.010109622962772846,0.135498046875,0.0,1.828923225402832,2.124143362045288,-0.010352939367294312,0.0025027254596352577,0.31533291935920715,0.49515095353126526,0.8747240751981735,921.0,235776.0,5824.483296795981,15089664.0 +157.21,7.199999809265137,2582.0,0.009321189485490322,0.1214192733168602,0.0,1.8096174001693726,2.167185068130493,-0.010396568104624748,0.002506465185433626,0.29247215390205383,0.4856902062892914,0.8640207201242447,922.0,236032.0,5830.829683304997,15106048.0 +203.81,7.0,2632.0,0.010992600582540035,0.14697265625,0.0,1.7722288370132446,2.2104032039642334,-0.010229657404124737,0.0025071920827031136,0.2587416172027588,0.4645495116710663,0.8652151674032211,923.0,236288.0,5837.055063530104,15122432.0 +113.3,7.800000190734863,2629.0,0.011532672680914402,0.1648966521024704,0.0,1.7842966318130493,2.1810190677642822,-0.01260185707360506,0.0024951605591923,0.2922268807888031,0.4679020941257477,0.8632804602384567,924.0,236544.0,5843.2870295660105,15138816.0 +145.36,7.900000095367432,2603.0,0.009037255309522152,0.1197916641831398,0.0,1.8358265161514282,2.181147575378418,-0.008763226680457592,0.002512320876121521,0.3474867641925812,0.4798988997936249,0.8381296396255493,925.0,236800.0,5849.581880087033,15155200.0 +187.64,6.800000190734863,2618.0,0.009769637137651443,0.1362508088350296,0.0,1.8472366333007812,2.217139959335327,-0.010523363947868347,0.0025349112693220377,0.3239944875240326,0.4945281445980072,0.8682849407196045,926.0,237056.0,5855.84079712606,15171584.0 +130.42,6.800000190734863,2645.0,0.009386559948325157,0.1285196989774704,0.0,1.820367693901062,2.2368481159210205,-0.009719583205878735,0.0025252029299736023,0.26465579867362976,0.5016320943832397,0.8912174254655838,927.0,237312.0,5862.033980904147,15187968.0 +138.5,7.300000190734863,2626.0,0.008662674576044083,0.11590576171875,0.0,1.8446530103683472,2.222710609436035,-0.009203935042023659,0.0025195779744535685,0.3234077990055084,0.4985496699810028,0.8573158383369446,928.0,237568.0,5868.27261880599,15204352.0 +130.18,8.0,2632.0,0.00680883601307869,0.0848388671875,0.0,1.8300319910049438,2.202730178833008,-0.010575509630143642,0.0025229626335203648,0.29631689190864563,0.49695608019828796,0.8806557506322861,929.0,237824.0,5874.498210492078,15220736.0 +158.14,8.0,2606.0,0.01055241096764803,0.147216796875,0.0,1.8420456647872925,2.191387176513672,-0.008941574953496456,0.0025083967484533787,0.34327957034111023,0.4906851053237915,0.8729769140481949,930.0,238080.0,5880.784195817076,15237120.0 +109.05,7.300000190734863,2630.0,0.00842687301337719,0.1035359725356102,0.0,1.8049403429031372,2.2200939655303955,-0.010279645211994648,0.0024929523933678865,0.3292399048805237,0.46921706199645996,0.8874690979719162,931.0,238336.0,5887.012743784115,15253504.0 +134.05,7.5,2617.0,0.008720682933926582,0.1188557967543602,0.0,1.7706222534179688,2.2341110706329346,-0.010603548027575016,0.0024990125093609095,0.2813205420970917,0.45603886246681213,0.8952770829200745,932.0,238592.0,5893.273514608154,15269888.0 +120.23,8.0,2635.0,0.01070212572813034,0.142333984375,0.0,1.790475845336914,2.217618942260742,-0.009922080673277378,0.0024959328584372997,0.2837146520614624,0.47584566473960876,0.8887554481625557,933.0,238848.0,5899.4901883790735,15286272.0 +155.56,7.400000095367432,2609.0,0.008919697254896164,0.1189778670668602,0.0,1.7901283502578735,2.1960270404815674,-0.010167897678911686,0.002489323727786541,0.27284595370292664,0.48439812660217285,0.8911683782935143,934.0,239104.0,5905.769461001037,15302656.0 +151.35,7.900000095367432,2601.0,0.00973405223339796,0.1331787109375,0.0,1.7920423746109009,2.157778263092041,-0.010483155958354473,0.0024831395130604506,0.28550341725349426,0.48289358615875244,0.869368702173233,935.0,239360.0,5912.069096350111,15319040.0 +157.4,7.199999809265137,2626.0,0.010888006538152695,0.1533203125,0.0,1.8123008012771606,2.1695306301116943,-0.01146738138049841,0.0024878177791833878,0.3457909822463989,0.4715458154678345,0.8560326844453812,936.0,239616.0,5918.309224846074,15335424.0 +135.95,8.100000381469727,2605.0,0.010419745929539204,0.1295166015625,0.0,1.8187569379806519,2.1205999851226807,-0.01036705169826746,0.002493960550054908,0.31749966740608215,0.4879741370677948,0.8486716747283936,937.0,239872.0,5924.600244573085,15351808.0 +114.09,7.900000095367432,2608.0,0.010065690614283085,0.1417643278837204,0.0,1.7909263372421265,2.1485025882720947,-0.008009028621017933,0.0025005994830280542,0.24464267492294312,0.491340309381485,0.8773108720779419,938.0,240128.0,5930.883126398083,15368192.0 +146.62,8.100000381469727,2593.0,0.009812945500016212,0.13458251953125,0.0,1.7732200622558594,2.191190481185913,-0.008595132268965244,0.002504810458049178,0.1994672417640686,0.49528077244758606,0.9074002429842949,939.0,240384.0,5937.201809764141,15384576.0 +140.58,7.5,2544.0,0.008878405205905437,0.1087239608168602,0.0,1.801313877105713,2.1530606746673584,-0.00922529399394989,0.0025068505201488733,0.2933714985847473,0.475173681974411,0.8834914341568947,940.0,240640.0,5943.641109313117,15400960.0 +161.73,7.300000190734863,2527.0,0.008593847043812275,0.11279296875,0.0,1.8719658851623535,2.1784584522247314,-0.00836779735982418,0.002527200849726796,0.4223376512527466,0.4707070589065552,0.8590222150087357,941.0,240896.0,5950.124962625094,15417344.0 +152.5,7.599999904632568,2603.0,0.007961810566484928,0.1001383438706398,0.0,1.8151655197143555,2.1810007095336914,-0.00845409743487835,0.0025022428017109632,0.32071569561958313,0.4771575629711151,0.886346273124218,942.0,241152.0,5956.419220770011,15433728.0 +97.64,7.800000190734863,2563.0,0.00872750859707594,0.1069539412856102,0.0,1.7997050285339355,2.1284127235412598,-0.01082625612616539,0.002485180739313364,0.28651612997055054,0.4892633855342865,0.8933851197361946,943.0,241408.0,5962.8114866211545,15450112.0 +116.23,8.399999618530273,2608.0,0.009523321874439716,0.1283772736787796,0.0,1.7931466102600098,2.1349642276763916,-0.008987387642264366,0.0025080316700041294,0.23440562188625336,0.49601563811302185,0.9051216393709183,944.0,241664.0,5969.095194697147,15466496.0 +165.82,7.199999809265137,2616.0,0.0069281309843063354,0.0776570662856102,0.0,1.875653624534607,2.144237995147705,-0.009639582596719265,0.0025165497791022062,0.3943765461444855,0.4951070249080658,0.8445662409067154,945.0,241920.0,5975.35872359504,15482880.0 +121.91,7.599999904632568,2588.0,0.009027822874486446,0.1174519881606102,0.0,1.8339236974716187,2.124209403991699,-0.01030929945409298,0.002506511751562357,0.3054189682006836,0.5034265518188477,0.880265012383461,946.0,242176.0,5981.690175749129,15499264.0 +148.24,7.199999809265137,2631.0,0.00868501141667366,0.1094767227768898,0.0,1.7868376970291138,2.169800043106079,-0.011398907750844955,0.002493825973942876,0.2587956488132477,0.4869709014892578,0.896369457244873,947.0,242432.0,5987.917894199025,15515648.0 +157.08,8.0,2614.0,0.01102786511182785,0.15399169921875,0.0,1.7770649194717407,2.1779818534851074,-0.010344482026994228,0.002486425219103694,0.2963283360004425,0.4604029953479767,0.8810313865542412,948.0,242688.0,5994.184839523165,15532032.0 +128.99,8.199999809265137,2609.0,0.00992678478360176,0.1385498046875,0.0,1.7398160696029663,2.1779446601867676,-0.009979057125747204,0.002484010299667716,0.2433452606201172,0.4502018690109253,0.8942595347762108,949.0,242944.0,6000.463503577979,15548416.0 +158.05,7.800000190734863,2629.0,0.008851107209920883,0.1169840469956398,0.0,1.7811797857284546,2.2278192043304443,-0.008992468006908894,0.0024957291316241026,0.23260138928890228,0.44828498363494873,0.8961819931864738,950.0,243200.0,6006.69447858003,15564800.0 +193.61,7.400000095367432,2625.0,0.009610460139811039,0.12347412109375,0.0,1.7649849653244019,2.279329776763916,-0.011065393686294556,0.002498395275324583,0.1516668200492859,0.473812460899353,0.9226003736257553,951.0,243456.0,6012.936125412118,15581184.0 +184.41,7.400000095367432,2626.0,0.00966811552643776,0.13104248046875,0.0,1.8703351020812988,2.238769292831421,-0.008993337862193584,0.002503073774278164,0.28991103172302246,0.5052236914634705,0.8806285485625267,952.0,243712.0,6019.175970289158,15597568.0 +206.2,6.800000190734863,2628.0,0.008707848377525806,0.1163736954331398,0.0,1.8804832696914673,2.1945579051971436,-0.009316611103713512,0.0025131141301244497,0.32931461930274963,0.4905308485031128,0.8865275830030441,953.0,243968.0,6025.411458792165,15613952.0 +149.63,7.599999904632568,2632.0,0.00939546525478363,0.1246337890625,0.0,1.8233832120895386,2.1565489768981934,-0.010807613842189312,0.0024983305484056473,0.2448986917734146,0.4841417968273163,0.9146970808506012,954.0,244224.0,6031.637864236021,15630336.0 +183.96,7.300000190734863,2607.0,0.01034269668161869,0.13201904296875,0.0,1.829727292060852,2.1518046855926514,-0.008162480778992176,0.0024945116601884365,0.2497180551290512,0.4872930943965912,0.8978615775704384,955.0,244480.0,6037.921935682185,15646720.0 +131.11,7.800000190734863,2615.0,0.010474282316863537,0.1448567658662796,0.0,1.8303027153015137,2.150624990463257,-0.00983999203890562,0.0024963899049907923,0.2796301245689392,0.473638653755188,0.8883757442235947,956.0,244736.0,6044.18776027509,15663104.0 +133.11,7.400000095367432,2649.0,0.01001937035471201,0.1379597932100296,0.0,1.872583270072937,2.1242663860321045,-0.007209770381450653,0.002489766338840127,0.36648595333099365,0.4729097783565521,0.8753999471664429,957.0,244992.0,6050.372755493969,15679488.0 +120.0,7.900000095367432,2628.0,0.009761214256286621,0.1339314728975296,0.0,1.8107399940490723,2.1523921489715576,-0.010817799717187881,0.0025082603096961975,0.24386624991893768,0.46701836585998535,0.9166687205433846,958.0,245248.0,6056.605672758073,15695872.0 +131.56,8.0,2661.0,0.01035173237323761,0.1431071013212204,0.0,1.8347649574279785,2.1600959300994873,-0.009864461608231068,0.002494410378858447,0.24763615429401398,0.49520695209503174,0.9107489883899689,959.0,245504.0,6062.762815148104,15712256.0 +135.17,8.300000190734863,2630.0,0.00993023905903101,0.1401774138212204,0.0,1.8163763284683228,2.16085147857666,-0.009507990442216396,0.0025085718370974064,0.17382262647151947,0.5062958598136902,0.9395193941891193,960.0,245760.0,6068.992446125019,15728640.0 +190.62,7.0,2643.0,0.009321344085037708,0.1191609725356102,0.0,1.9020713567733765,2.1750354766845703,-0.009316626004874706,0.002518672263249755,0.31075039505958557,0.5184271335601807,0.8933248519897461,961.0,246016.0,6075.191471809987,15745024.0 +145.5,7.800000190734863,2647.0,0.009701702743768692,0.1288045197725296,0.0,1.8418784141540527,2.132967233657837,-0.009771661832928658,0.002505883341655135,0.24977852404117584,0.49514877796173096,0.9144050851464272,962.0,246272.0,6081.3810835459735,15761408.0 +112.69,8.300000190734863,2657.0,0.008848200552165508,0.1225179061293602,0.0,1.8034368753433228,2.1364524364471436,-0.01006972137838602,0.002497239736840129,0.21744221448898315,0.4775301218032837,0.9325509294867516,963.0,246528.0,6087.5472511260305,15777792.0 +130.72,7.300000190734863,2629.0,0.009703061543405056,0.127197265625,0.0,1.8417081832885742,2.1887784004211426,-0.007853148505091667,0.00249514845199883,0.2998659908771515,0.4739418923854828,0.9044178500771523,964.0,246784.0,6093.77882189001,15794176.0 +160.6,7.900000095367432,2607.0,0.010858677327632904,0.1572469025850296,0.0,1.8096526861190796,2.1888620853424072,-0.009168213233351707,0.002495238557457924,0.24438844621181488,0.4708961546421051,0.9235548004508018,965.0,247040.0,6100.062422722112,15810560.0 +159.82,7.599999904632568,2610.0,0.011752642691135406,0.1636759489774704,0.0,1.8148525953292847,2.1984190940856934,-0.009724118746817112,0.0024840920232236385,0.2678607106208801,0.4705847203731537,0.9157674983143806,966.0,247296.0,6106.340230429079,15826944.0 +153.45,7.699999809265137,2608.0,0.00889510102570057,0.1202392578125,0.0,1.8228689432144165,2.1719019412994385,-0.010767272673547268,0.002493561478331685,0.27019158005714417,0.47347864508628845,0.9071482792496681,967.0,247552.0,6112.6229944999795,15843328.0 +130.83,8.0,2650.0,0.008219963870942593,0.1042073592543602,0.0,1.8293341398239136,2.154592752456665,-0.009731585159897804,0.0024987675715237856,0.303523451089859,0.45946645736694336,0.9044900238513947,968.0,247808.0,6118.804944928968,15859712.0 +165.08,7.400000095367432,2607.0,0.009132678620517254,0.11846923828125,0.0,1.8422943353652954,2.1568470001220703,-0.009267042391002178,0.0025077650789171457,0.2614913880825043,0.488501638174057,0.9129088222980499,969.0,248064.0,6125.088570137043,15876096.0 +166.78,7.199999809265137,2603.0,0.007432727608829737,0.1001383438706398,0.0,1.8524545431137085,2.1210148334503174,-0.010989117436110973,0.0024852026253938675,0.32925957441329956,0.47742244601249695,0.8846403434872627,970.0,248320.0,6131.3814415761735,15892480.0 +137.84,7.599999904632568,2612.0,0.008066405542194843,0.1014200821518898,0.0,1.8703678846359253,2.145946741104126,-0.009085476398468018,0.0024990516249090433,0.37072160840034485,0.46602633595466614,0.8510435074567795,971.0,248576.0,6137.654286597157,15908864.0 +132.83,7.300000190734863,2616.0,0.008613958023488522,0.1123453751206398,0.0,1.7995678186416626,2.166085958480835,-0.009821480140089989,0.0025059699546545744,0.2515777349472046,0.4522763788700104,0.8887997418642044,972.0,248832.0,6143.918043007143,15925248.0 +150.61,7.599999904632568,2617.0,0.00932947639375925,0.1296590119600296,0.0,1.8215214014053345,2.1641452312469482,-0.010056326165795326,0.002486154669895768,0.27755728363990784,0.4713631868362427,0.8519519120454788,973.0,249088.0,6150.179345512064,15941632.0 +182.02,7.199999809265137,2602.0,0.010173392482101917,0.1366984099149704,0.0,1.8492697477340698,2.176164150238037,-0.008535045199096203,0.0024789387825876474,0.3307109773159027,0.4747415781021118,0.8505614250898361,974.0,249344.0,6156.475667190971,15958016.0 +156.08,7.5,2637.0,0.008406131528317928,0.1143391951918602,0.0,1.8448281288146973,2.1502668857574463,-0.00862291269004345,0.002490574261173606,0.33259502053260803,0.46336910128593445,0.854306548833847,975.0,249600.0,6162.689586193068,15974400.0 +175.41,7.300000190734863,2648.0,0.00928505975753069,0.1313679963350296,0.0,1.8412061929702759,2.178333044052124,-0.008968230336904526,0.002468160120770335,0.2993859350681305,0.4881846010684967,0.8580465912818909,976.0,249856.0,6168.877426090185,15990784.0 +89.06,8.399999618530273,2641.0,0.01042983029037714,0.1378173828125,0.0,1.8228693008422852,2.1850550174713135,-0.008315295912325382,0.002477946225553751,0.24205125868320465,0.4930363595485687,0.8732424676418304,977.0,250112.0,6175.079993018182,16007168.0 +194.43,7.099999904632568,2620.0,0.008161521516740322,0.1104736328125,0.0,1.8626538515090942,2.21057391166687,-0.0076538859866559505,0.002471950836479664,0.3385073244571686,0.4871845245361328,0.8348886519670486,978.0,250368.0,6181.336238597985,16023552.0 +154.81,7.400000095367432,2665.0,0.009035134688019753,0.12554931640625,0.0,1.8804584741592407,2.1850061416625977,-0.010894134640693665,0.0024846456944942474,0.38814982771873474,0.4768049716949463,0.8172836601734161,979.0,250624.0,6187.483176246053,16039936.0 +156.62,7.400000095367432,2635.0,0.009136831387877464,0.1237589493393898,0.0,1.8530598878860474,2.1953468322753906,-0.008808803744614124,0.0025189004372805357,0.29328063130378723,0.4777315557003021,0.8761929497122765,980.0,250880.0,6193.702415754087,16056320.0 +151.82,7.300000190734863,2631.0,0.011741663329303265,0.1664632111787796,0.0,1.8721767663955688,2.1889328956604004,-0.009865142405033112,0.0024896429385989904,0.37887975573539734,0.4696700870990753,0.8573847264051437,981.0,251136.0,6199.9293021119665,16072704.0 +74.12,8.399999618530273,2629.0,0.009607330895960331,0.13592529296875,0.0,1.7923932075500488,2.2002203464508057,-0.012220478616654873,0.002490721410140395,0.20875968039035797,0.47687527537345886,0.9071435481309891,982.0,251392.0,6206.16133455513,16089088.0 +122.3,8.0,2624.0,0.009341423399746418,0.1312459260225296,0.0,1.833582878112793,2.1799561977386475,-0.010567009449005127,0.002502372255548835,0.2934523820877075,0.46803727746009827,0.8804991245269775,983.0,251648.0,6212.405770941172,16105472.0 +93.77,8.100000381469727,2653.0,0.009312494657933712,0.1224772110581398,0.0,1.8059663772583008,2.1983444690704346,-0.009329888969659805,0.002495997818186879,0.25879690051078796,0.45988258719444275,0.8826526701450348,984.0,251904.0,6218.581811133074,16121856.0 +131.51,8.100000381469727,2650.0,0.007815566845238209,0.10467529296875,0.0,1.8707051277160645,2.1680757999420166,-0.01039834413677454,0.0024814093485474586,0.3794010579586029,0.4723789691925049,0.8448244482278824,985.0,252160.0,6224.764991931152,16138240.0 +106.23,7.900000095367432,2618.0,0.009475864470005035,0.1126912459731102,0.0,1.827683448791504,2.1871745586395264,-0.01002639252692461,0.002494506537914276,0.2584053874015808,0.4831254184246063,0.8902380913496017,986.0,252416.0,6231.022722484078,16154624.0 +142.07,7.699999809265137,2609.0,0.00829987321048975,0.1118570938706398,0.0,1.8471388816833496,2.203887701034546,-0.01054278016090393,0.0025043173227459192,0.30357643961906433,0.4757733643054962,0.8554006814956665,987.0,252672.0,6237.301238127053,16171008.0 +94.03,7.800000190734863,2641.0,0.01000844594091177,0.1351318359375,0.0,1.874419093132019,2.1696856021881104,-0.010836401022970676,0.0024921332951635122,0.33170759677886963,0.49503204226493835,0.8588426858186722,988.0,252928.0,6243.504774017958,16187392.0 +196.76,7.0,2607.0,0.010288725607097149,0.13580322265625,0.0,1.870597004890442,2.196683883666992,-0.009720097295939922,0.002491856226697564,0.29492807388305664,0.5088921785354614,0.866980105638504,989.0,253184.0,6249.790162649006,16203776.0 +103.52,7.900000095367432,2575.0,0.011359537951648235,0.1623942106962204,0.0,1.8776079416275024,2.1485040187835693,-0.009314567781984806,0.0025026516523212194,0.3657657206058502,0.47419893741607666,0.8338210880756378,990.0,253440.0,6256.153175479965,16220160.0 +123.34,7.800000190734863,2605.0,0.009644591249525547,0.13812255859375,0.0,1.8368912935256958,2.1608188152313232,-0.0116182966157794,0.0024772591423243284,0.28547486662864685,0.4887508153915405,0.878969743847847,991.0,253696.0,6262.443054499105,16236544.0 +129.93,7.699999809265137,2627.0,0.010081147775053978,0.1367594450712204,0.0,1.7994753122329712,2.215865135192871,-0.009634212590754032,0.0024879155680537224,0.23019422590732574,0.4722130596637726,0.8922613263130188,992.0,253952.0,6268.680710894987,16252928.0 +192.31,7.5,2623.0,0.009700278751552105,0.1368815153837204,0.0,1.8360670804977417,2.1906352043151855,-0.007300604600459337,0.002482678508386016,0.27707600593566895,0.48539677262306213,0.8665519952774048,993.0,254208.0,6274.926073462004,16269312.0 +141.47,7.900000095367432,2563.0,0.008866380900144577,0.11669921875,0.0,1.8210058212280273,2.1709330081939697,-0.011341026984155178,0.0024743785616010427,0.2750471234321594,0.47934332489967346,0.8706395477056503,994.0,254464.0,6281.318415479036,16285696.0 +169.66,6.800000190734863,2620.0,0.008998440578579903,0.1193033829331398,0.0,1.8710764646530151,2.179379940032959,-0.009401832707226276,0.0024876573588699102,0.36207321286201477,0.47740697860717773,0.8455217480659485,995.0,254720.0,6287.5709568860475,16302080.0 +137.02,8.300000190734863,2595.0,0.008230875246226788,0.1029256209731102,0.0,1.824122428894043,2.174611806869507,-0.009784276597201824,0.0024854785297065973,0.25992485880851746,0.48295101523399353,0.8795201554894447,996.0,254976.0,6293.884417501045,16318464.0 +143.09,7.699999809265137,2611.0,0.007700029760599136,0.0973307266831398,0.0,1.816489577293396,2.2041561603546143,-0.010435962118208408,0.0024838026147335768,0.2420559674501419,0.4860377311706543,0.8803883194923401,997.0,255232.0,6300.159470140003,16334848.0 +139.99,7.5,2612.0,0.007526555564254522,0.1017252579331398,0.0,1.8615082502365112,2.1543827056884766,-0.010464564897119999,0.0024745427072048187,0.3390027582645416,0.486743688583374,0.8482834547758102,998.0,255488.0,6306.431484222179,16351232.0 +197.33,7.800000190734863,2607.0,0.008252273313701153,0.10015869140625,0.0,1.8499943017959595,2.1325550079345703,-0.009964929893612862,0.002475638873875141,0.2928566336631775,0.49703672528266907,0.8669944703578949,999.0,255744.0,6312.716150189051,16367616.0 +133.52,8.399999618530273,2593.0,0.00944578181952238,0.1307779997587204,0.0,1.726685881614685,2.134650945663452,-0.012752828188240528,0.002488749334588647,0.1812639981508255,0.46860289573669434,0.9154269322752953,1000.0,256000.0,6319.0352250991855,16384000.0 +131.47,7.800000190734863,2618.0,0.009208588860929012,0.1236775740981102,0.0,1.7656965255737305,2.1652538776397705,-0.0120482062920928,0.0024826035369187593,0.23255260288715363,0.48497626185417175,0.9047076925635338,1001.0,256256.0,6325.293588265078,16400384.0 +162.01,6.900000095367432,2620.0,0.007695700973272324,0.101318359375,0.0,1.7962722778320312,2.2101049423217773,-0.009960074909031391,0.0024884154554456472,0.26585260033607483,0.4946713447570801,0.8973109945654869,1002.0,256512.0,6331.545773405116,16416768.0 +188.11,7.400000095367432,2656.0,0.009153448045253754,0.12640380859375,0.0,1.7686041593551636,2.2435126304626465,-0.010538466274738312,0.002488156547769904,0.21207080781459808,0.49493953585624695,0.9203211292624474,1003.0,256768.0,6337.714671907015,16433152.0 +183.07,7.5,2642.0,0.011050723493099213,0.1656087189912796,0.0,1.7804280519485474,2.2205867767333984,-0.008835560642182827,0.0024896825198084116,0.22708795964717865,0.4966207444667816,0.9104022905230522,1004.0,257024.0,6343.916316171177,16449536.0 +176.84,6.800000190734863,2641.0,0.00995834544301033,0.1398112028837204,0.0,1.8110617399215698,2.240065097808838,-0.009733193553984165,0.0024900168646126986,0.2838187515735626,0.49990034103393555,0.8886756896972656,1005.0,257280.0,6350.12040467211,16465920.0 +179.61,7.099999904632568,2609.0,0.00947108119726181,0.1316731721162796,0.0,1.8477369546890259,2.2191569805145264,-0.010611812584102154,0.0024874608498066664,0.36119186878204346,0.49980250000953674,0.8706902265548706,1006.0,257536.0,6356.4010169021785,16482304.0 +129.67,8.100000381469727,2618.0,0.008662373758852482,0.1203409805893898,0.0,1.773972511291504,2.2362465858459473,-0.011342097073793411,0.0025013445410877466,0.19725339114665985,0.5021998286247253,0.9205466657876968,1007.0,257792.0,6362.659156784182,16498688.0 +162.55,7.400000095367432,2664.0,0.011432447470724583,0.1548665314912796,0.0,1.79324471950531,2.2071938514709473,-0.009386432357132435,0.002493161940947175,0.2743377387523651,0.48422345519065857,0.8881429880857468,1008.0,258048.0,6368.809997773031,16515072.0 +192.85,6.900000095367432,2634.0,0.009711184538900852,0.13690185546875,0.0,1.8226666450500488,2.231684684753418,-0.010461577214300632,0.002505173208191991,0.2970186173915863,0.4981166422367096,0.8819412812590599,1009.0,258304.0,6375.03058570507,16531456.0 +133.48,7.699999809265137,2632.0,0.00801791436970234,0.1000773087143898,0.0,1.8474735021591187,2.1809208393096924,-0.010043702088296413,0.0024987696669995785,0.334872841835022,0.506399929523468,0.8814991265535355,1010.0,258560.0,6381.254294872051,16547840.0 +122.6,8.399999618530273,2627.0,0.010598947294056416,0.150634765625,0.0,1.7872238159179688,2.2025222778320312,-0.012414127588272095,0.00252373144030571,0.21709394454956055,0.4951768219470978,0.9205671325325966,1011.0,258816.0,6387.490058148047,16564224.0 +132.9,7.599999904632568,2671.0,0.009018155746161938,0.1154988631606102,0.0,1.8486233949661255,2.2291862964630127,-0.008027915842831135,0.00255982275120914,0.30993983149528503,0.48826631903648376,0.8963855132460594,1012.0,259072.0,6393.62436802499,16580608.0 +123.54,8.199999809265137,2641.0,0.008715233765542507,0.1164143905043602,0.0,1.8284703493118286,2.2296929359436035,-0.010438856668770313,0.002545838011428714,0.2672490179538727,0.4989596903324127,0.8986218869686127,1013.0,259328.0,6399.827623773133,16596992.0 +170.67,7.800000190734863,2615.0,0.011654923669993877,0.1620890349149704,0.0,1.8092793226242065,2.225862503051758,-0.010910826735198498,0.0025102465879172087,0.2595769464969635,0.5014511346817017,0.9061967432498932,1014.0,259584.0,6406.09283289616,16613376.0 +147.84,7.400000095367432,2656.0,0.009343245066702366,0.1220499649643898,0.0,1.8228812217712402,2.2360613346099854,-0.01155941840261221,0.0025208445731550455,0.30531030893325806,0.48741984367370605,0.8907467946410179,1015.0,259840.0,6412.260591672035,16629760.0 +134.49,8.399999618530273,2645.0,0.008538171648979187,0.1129964217543602,0.0,1.7624059915542603,2.255984306335449,-0.011304021812975407,0.002524314448237419,0.1700151115655899,0.49298369884490967,0.937489703297615,1016.0,260096.0,6418.453518870985,16646144.0 +139.4,7.599999904632568,2623.0,0.011797460727393627,0.1591389924287796,0.0,1.7693661451339722,2.270031452178955,-0.011490288190543652,0.0025275759398937225,0.17435483634471893,0.49660107493400574,0.9369228035211563,1017.0,260352.0,6424.700524042128,16662528.0 +182.96,7.800000190734863,2650.0,0.010518509894609451,0.1467488557100296,0.0,1.8233424425125122,2.1995279788970947,-0.009448934346437454,0.002498795511201024,0.3033979833126068,0.4973587095737457,0.8962477818131447,1018.0,260608.0,6430.8834974260535,16678912.0 +144.31,8.0,2647.0,0.008632618002593517,0.1168009415268898,0.0,1.763658046722412,2.204256772994995,-0.009594635106623173,0.0024898804258555174,0.2287479192018509,0.4790816605091095,0.9186482802033424,1019.0,260864.0,6437.073223690037,16695296.0 +134.24,7.5,2616.0,0.00906879361718893,0.1250406950712204,0.0,1.775223731994629,2.2116968631744385,-0.010222972370684147,0.0024729773867875338,0.24693302810192108,0.49079009890556335,0.9041416868567467,1020.0,261120.0,6443.336695239181,16711680.0 +129.22,8.100000381469727,2647.0,0.011799510568380356,0.16168212890625,0.0,1.7806496620178223,2.1740314960479736,-0.011380699463188648,0.00247829663567245,0.2693174183368683,0.48301807045936584,0.8946975022554398,1021.0,261376.0,6449.529580779141,16728064.0 +181.14,7.5,2615.0,0.010155889205634594,0.1387939453125,0.0,1.7658252716064453,2.1656243801116943,-0.011033404618501663,0.002473442815244198,0.2641690969467163,0.47243770956993103,0.9023071527481079,1022.0,261632.0,6455.7941530409735,16744448.0 +153.79,7.800000190734863,2636.0,0.00777715677395463,0.1053263321518898,0.0,1.7536765336990356,2.170583963394165,-0.010995226912200451,0.002486304845660925,0.25577160716056824,0.4578651189804077,0.9059595316648483,1023.0,261888.0,6462.010043311166,16760832.0 +152.77,8.199999809265137,2625.0,0.007451148238033056,0.1013590469956398,0.0,1.7683645486831665,2.176804304122925,-0.011312621645629406,0.0024865015875548124,0.22405658662319183,0.4894847869873047,0.9182447642087936,1024.0,262144.0,6468.2520265041385,16777216.0 +157.06,7.5,2590.0,0.007133735343813896,0.0911661759018898,0.0,1.8027944564819336,2.142124652862549,-0.009429759345948696,0.0024740041699260473,0.2785460650920868,0.5008159875869751,0.8904852122068405,1025.0,262400.0,6474.576922993176,16793600.0 +126.29,7.900000095367432,2667.0,0.01155481394380331,0.1487223356962204,0.0,1.7912440299987793,2.1796858310699463,-0.010092140175402164,0.0024841350968927145,0.2634057104587555,0.4927324056625366,0.9061441719532013,1026.0,262656.0,6480.719254522119,16809984.0 +140.37,7.5,2574.0,0.007706675678491592,0.1012980118393898,0.0,1.8367279767990112,2.1572179794311523,-0.00938829593360424,0.00248526013456285,0.35201355814933777,0.49242809414863586,0.8818457946181297,1027.0,262912.0,6487.0832144150045,16826368.0 +145.27,7.5,2588.0,0.0093913609161973,0.13348388671875,0.0,1.778229832649231,2.1602869033813477,-0.011814103461802006,0.0024992437101900578,0.24033115804195404,0.48523056507110596,0.90939911454916,1028.0,263168.0,6493.413473319961,16842752.0 +152.51,8.0,2582.0,0.010710146278142929,0.1438802033662796,0.0,1.7654385566711426,2.1197383403778076,-0.010752220638096333,0.0024793765041977167,0.23124413192272186,0.4851996898651123,0.9143054038286209,1029.0,263424.0,6499.758177250158,16859136.0 +132.27,7.699999809265137,2607.0,0.009620152413845062,0.1220906600356102,0.0,1.8172823190689087,2.1218044757843018,-0.00869499146938324,0.0024651302956044674,0.32247301936149597,0.4966231882572174,0.8826416805386543,1030.0,263680.0,6506.043236223981,16875520.0 +188.28,7.699999809265137,2576.0,0.009593549184501171,0.1308390349149704,0.0,1.770659327507019,2.1555912494659424,-0.01075628399848938,0.002481672680005431,0.24450616538524628,0.4829775094985962,0.9026075154542923,1031.0,263936.0,6512.402582795126,16891904.0 +123.8,7.900000095367432,2597.0,0.00959336943924427,0.1287434846162796,0.0,1.799822211265564,2.1292810440063477,-0.008688709698617458,0.0024833770003169775,0.2736586630344391,0.49469539523124695,0.897880345582962,1032.0,264192.0,6518.70999607211,16908288.0 +140.02,8.100000381469727,2624.0,0.009607919491827488,0.13433837890625,0.0,1.7974270582199097,2.1784870624542236,-0.011120150797069073,0.0025089173577725887,0.2509353756904602,0.49412015080451965,0.9040501117706299,1033.0,264448.0,6524.953285427997,16924672.0 +108.8,8.399999618530273,2600.0,0.01021492201834917,0.1352742463350296,0.0,1.8325729370117188,2.118802785873413,-0.007574953138828278,0.0024954911787062883,0.3521101474761963,0.48074761033058167,0.8639348596334457,1034.0,264704.0,6531.255378700094,16941056.0 +142.02,6.800000190734863,2632.0,0.008527048863470554,0.1133829727768898,0.0,1.8212820291519165,2.189624309539795,-0.010001427493989468,0.0024809089954942465,0.32632800936698914,0.4928947985172272,0.8770894631743431,1035.0,264960.0,6537.480425280053,16957440.0 +148.2,8.100000381469727,2659.0,0.008883985690772533,0.1198323592543602,0.0,1.7874150276184082,2.1736059188842773,-0.009916133247315884,0.0024772214237600565,0.3100138008594513,0.46811795234680176,0.880964919924736,1036.0,265216.0,6543.640661423095,16973824.0 +112.8,7.599999904632568,2637.0,0.01000348199158907,0.1355387419462204,0.0,1.7981094121932983,2.1967546939849854,-0.010398912243545055,0.002474966924637556,0.2670654356479645,0.5029711127281189,0.8915316015481949,1037.0,265472.0,6549.854961530073,16990208.0 +139.69,6.900000095367432,2644.0,0.008411058224737644,0.1095174178481102,0.0,1.8402849435806274,2.1588897705078125,-0.010614261031150818,0.0024819381069391966,0.3411872386932373,0.5045638680458069,0.8706852942705154,1038.0,265728.0,6556.0501780021,17006592.0 +186.76,7.400000095367432,2638.0,0.008627663366496563,0.1123453751206398,0.0,1.8097587823867798,2.132280111312866,-0.00997583381831646,0.0025035797152668238,0.23958873748779297,0.5136080384254456,0.895719550549984,1039.0,265984.0,6562.260466752108,17022976.0 +144.4,8.0,2592.0,0.008407886140048504,0.11627197265625,0.0,1.8482671976089478,2.0994973182678223,-0.008764983154833317,0.002486817305907607,0.3502849340438843,0.5031396150588989,0.8611846417188644,1040.0,266240.0,6568.582595217973,17039360.0 +115.62,7.699999809265137,2607.0,0.009630965068936348,0.1335856169462204,0.0,1.802680492401123,2.1292154788970947,-0.010935607366263866,0.002496943576261401,0.2519749104976654,0.5042677521705627,0.8913588002324104,1041.0,266496.0,6574.8699029081035,17055744.0 +154.81,7.5,2591.0,0.00714177405461669,0.0915120467543602,0.0,1.8265029191970825,2.1103007793426514,-0.00993248913437128,0.002504220698028803,0.30663368105888367,0.49580928683280945,0.8819728344678879,1042.0,266752.0,6581.193707772065,17072128.0 +171.03,7.900000095367432,2633.0,0.009273775853216648,0.1307779997587204,0.0,1.8059930801391602,2.118933916091919,-0.009364601224660873,0.0024911188520491123,0.26859042048454285,0.500339686870575,0.9047158733010292,1043.0,267008.0,6587.415564957075,17088512.0 +168.24,7.0,2618.0,0.008899061940610409,0.1238606795668602,0.0,1.8350492715835571,2.1475908756256104,-0.008738243021070957,0.0024810507893562317,0.34579214453697205,0.49523603916168213,0.8710377067327499,1044.0,267264.0,6593.6726443730295,17104896.0 +162.74,8.100000381469727,2611.0,0.009168350137770176,0.12432861328125,0.0,1.7788043022155762,2.1707653999328613,-0.00995065737515688,0.002475721063092351,0.23684066534042358,0.4975675046443939,0.9058396071195602,1045.0,267520.0,6599.947378269164,17121280.0 +163.06,7.300000190734863,2630.0,0.009934716857969761,0.1232706680893898,0.0,1.789358139038086,2.201875686645508,-0.007163709495216608,0.002481359988451004,0.253440797328949,0.4945201873779297,0.9018295109272003,1046.0,267776.0,6606.176322789164,17137664.0 +161.3,7.5,2649.0,0.008828390389680862,0.1192423477768898,0.0,1.7844500541687012,2.1792314052581787,-0.011411496438086033,0.002484364667907357,0.29259297251701355,0.4720304012298584,0.8935274928808212,1047.0,268032.0,6612.36030932609,17154048.0 +175.45,8.0,2620.0,0.010286826640367508,0.14044189453125,0.0,1.777647614479065,2.193314552307129,-0.009604535065591335,0.0024703179951757193,0.24977904558181763,0.4923239052295685,0.9139909222722054,1048.0,268288.0,6618.613962537143,17170432.0 +138.61,8.0,2580.0,0.01063439343124628,0.148193359375,0.0,1.784677505493164,2.1681103706359863,-0.011039997451007366,0.0024631433188915253,0.27857768535614014,0.489566832780838,0.9022874161601067,1049.0,268544.0,6624.963794002077,17186816.0 +164.05,7.5,2628.0,0.009618896059691906,0.1295369416475296,0.0,1.8002008199691772,2.176072120666504,-0.009953133761882782,0.0024625675287097692,0.22213880717754364,0.4895613193511963,0.9246497452259064,1050.0,268800.0,6631.197658295976,17203200.0 +113.45,7.300000190734863,2610.0,0.010251234285533428,0.12530517578125,0.0,1.8286867141723633,2.1250393390655518,-0.012615329585969448,0.0024616157170385122,0.26374366879463196,0.4998726546764374,0.9068793579936028,1051.0,269056.0,6637.475003825966,17219584.0 +166.89,7.5,2620.0,0.008992090821266174,0.114990234375,0.0,1.817699909210205,2.135077714920044,-0.009215799160301685,0.002459667157381773,0.27210137248039246,0.4823821485042572,0.907429650425911,1052.0,269312.0,6643.728753230069,17235968.0 +152.4,8.199999809265137,2605.0,0.009237074293196201,0.1192626953125,0.0,1.8458709716796875,2.125250816345215,-0.011332649737596512,0.0024708749260753393,0.33924737572669983,0.4733950197696686,0.8949678465723991,1053.0,269568.0,6650.01714493311,17252352.0 +86.77,8.0,2640.0,0.009583096019923687,0.1293131560087204,0.0,1.7780170440673828,2.116441488265991,-0.01096174493432045,0.0024654690641909838,0.1775333434343338,0.48864221572875977,0.9452094174921513,1054.0,269824.0,6656.223725741031,17268736.0 +146.22,7.199999809265137,2575.0,0.010072777979075909,0.1364542692899704,0.0,1.8837528228759766,2.124788761138916,-0.009354868903756142,0.0024802081752568483,0.344696968793869,0.5019031167030334,0.8961382880806923,1055.0,270080.0,6662.585580385989,17285120.0 +178.1,7.0,2565.0,0.008852305822074413,0.1208292618393898,0.0,1.864113450050354,2.166255235671997,-0.011053800582885742,0.002485554898157716,0.303577184677124,0.5022639036178589,0.9049877822399139,1056.0,270336.0,6668.97268274799,17301504.0 +142.28,7.900000095367432,2638.0,0.010327787138521671,0.14007568359375,0.0,1.8530727624893188,2.1236464977264404,-0.010748068802058697,0.0024824561551213264,0.2602715790271759,0.5136937499046326,0.9121598154306412,1057.0,270592.0,6675.184155137045,17317888.0 +113.87,7.800000190734863,2607.0,0.010614029131829739,0.1411539763212204,0.0,1.8271045684814453,2.1566975116729736,-0.011838055215775967,0.0024768069852143526,0.20928870141506195,0.5174617767333984,0.9253424406051636,1058.0,270848.0,6681.468192851171,17334272.0 +180.41,7.900000095367432,2614.0,0.010031543672084808,0.1384480744600296,0.0,1.8530749082565308,2.2075510025024414,-0.00996448751538992,0.002474982524290681,0.28619271516799927,0.50452721118927,0.8985083773732185,1059.0,271104.0,6687.735623068176,17350656.0 +120.94,8.399999618530273,2626.0,0.009590576402842999,0.1316324919462204,0.0,1.8804632425308228,2.1861541271209717,-0.009304863400757313,0.0024702276568859816,0.32932889461517334,0.5118513703346252,0.8909044116735458,1060.0,271360.0,6693.973574624164,17367040.0 +129.56,8.100000381469727,2630.0,0.010806620121002197,0.1487223356962204,0.0,1.8269224166870117,2.1868183612823486,-0.011213592253625393,0.0024620613548904657,0.2577386796474457,0.5001040697097778,0.9204692095518112,1061.0,271616.0,6700.205415982055,17383424.0 +184.34,7.5,2618.0,0.00943221990019083,0.12908935546875,0.0,1.8319908380508423,2.1984875202178955,-0.010581038892269135,0.0024618750903755426,0.25856325030326843,0.5043379068374634,0.9070265218615532,1062.0,271872.0,6706.464240486035,17399808.0 +181.74,7.199999809265137,2542.0,0.010920473374426365,0.15478515625,0.0,1.8639847040176392,2.2049624919891357,-0.009648721665143967,0.0024697694461792707,0.28967174887657166,0.5159624218940735,0.8951064571738243,1063.0,272128.0,6712.9092124111485,17416192.0 +114.23,7.400000095367432,2573.0,0.008301430381834507,0.10198974609375,0.0,1.803858757019043,2.1723263263702393,-0.010265850462019444,0.0024638744071125984,0.22959120571613312,0.4891151487827301,0.924022413790226,1064.0,272384.0,6719.275510385167,17432576.0 +137.35,7.400000095367432,2553.0,0.009433607570827007,0.1283976286649704,0.0,1.8280024528503418,2.2252299785614014,-0.011013206094503403,0.0024661736097186804,0.2621694505214691,0.49709630012512207,0.8997789323329926,1065.0,272640.0,6725.6917836819775,17448960.0 +181.18,7.5,2615.0,0.009779908694326878,0.1308390349149704,0.0,1.8485442399978638,2.1896448135375977,-0.007959325797855854,0.0024811711627990007,0.3138923943042755,0.48086825013160706,0.9001412242650986,1066.0,272896.0,6731.957460704958,17465344.0 +133.04,8.300000190734863,2545.0,0.010938993655145168,0.1531982421875,0.0,1.8178285360336304,2.165018320083618,-0.010459217242896557,0.002483657794073224,0.2591809332370758,0.47851860523223877,0.9128426611423492,1067.0,273152.0,6738.393838179065,17481728.0 +106.24,7.599999904632568,2637.0,0.010307606309652328,0.1443888396024704,0.0,1.8652586936950684,2.13488507270813,-0.008222393691539764,0.002482967684045434,0.3266511857509613,0.49002039432525635,0.8955562487244606,1068.0,273408.0,6744.606884750072,17498112.0 +94.31,8.199999809265137,2593.0,0.00855183880776167,0.1137898787856102,0.0,1.8568538427352905,2.159911632537842,-0.009682765230536461,0.00248822383582592,0.2700902819633484,0.5089788436889648,0.912482962012291,1069.0,273664.0,6750.925139605068,17514496.0 +128.08,7.099999904632568,2560.0,0.009052072651684284,0.11712646484375,0.0,1.9008086919784546,2.155397415161133,-0.009815548546612263,0.0024894827511161566,0.33532044291496277,0.5197765231132507,0.9013519063591957,1070.0,273920.0,6757.324740912067,17530880.0 +140.93,8.100000381469727,2617.0,0.009620070457458496,0.1360066682100296,0.0,1.85840904712677,2.1714231967926025,-0.010852278210222721,0.002497828332707286,0.2513042986392975,0.5164094567298889,0.9235239997506142,1071.0,274176.0,6763.585384936072,17547264.0 +195.88,6.699999809265137,2621.0,0.010326405987143517,0.1435546875,0.0,1.8670340776443481,2.1588613986968994,-0.010118556208908558,0.0024846915621310472,0.32713255286216736,0.4928291141986847,0.9058316946029663,1072.0,274432.0,6769.8357011221815,17563648.0 +136.28,7.5,2612.0,0.009027541615068913,0.1242879256606102,0.0,1.8326948881149292,2.096142292022705,-0.009893390350043774,0.002484849886968732,0.2584691047668457,0.49189019203186035,0.9250493720173836,1073.0,274688.0,6776.107685077004,17580032.0 +128.54,7.900000095367432,2567.0,0.009231487289071083,0.1187744140625,0.0,1.8565306663513184,2.0907373428344727,-0.009947697632014751,0.002474107313901186,0.31140926480293274,0.49462708830833435,0.9082853272557259,1074.0,274944.0,6782.48936299514,17596416.0 +120.82,8.300000190734863,2642.0,0.008129247464239597,0.1051839217543602,0.0,1.8647561073303223,2.118870735168457,-0.008740458637475967,0.002478101523593068,0.32193809747695923,0.4946657419204712,0.9123888090252876,1075.0,275200.0,6788.689967659069,17612800.0 +93.5,8.300000190734863,2652.0,0.009170913137495518,0.1242879256606102,0.0,1.907443881034851,2.141775608062744,-0.009816792793571949,0.0024974553380161524,0.3600130081176758,0.5099445581436157,0.9089447855949402,1076.0,275456.0,6794.867799824104,17629184.0 +146.11,7.400000095367432,2643.0,0.007526664528995752,0.0973103865981102,0.0,1.8588734865188599,2.185814142227173,-0.008343152701854706,0.002499194582924247,0.3085039556026459,0.4852255880832672,0.9110482037067413,1077.0,275712.0,6801.06785376207,17645568.0 +93.94,7.699999809265137,2620.0,0.010286661796271801,0.14361572265625,0.0,1.784467101097107,2.1705129146575928,-0.01059829443693161,0.002501996234059334,0.20809219777584076,0.4617261588573456,0.9371454268693924,1078.0,275968.0,6807.319990961114,17661952.0 +165.18,8.0,2617.0,0.009917039424180984,0.1391194611787796,0.0,1.790021300315857,2.1607158184051514,-0.011116202920675278,0.002469104016199708,0.21395064890384674,0.48121729493141174,0.9317961633205414,1079.0,276224.0,6813.57960360311,17678336.0 +152.18,8.0,2600.0,0.008730503730475903,0.12005615234375,0.0,1.86135733127594,2.1369667053222656,-0.007796735968440771,0.0024898916017264128,0.3308514356613159,0.4801522195339203,0.8843891397118568,1080.0,276480.0,6819.880448204,17694720.0 +144.58,7.699999809265137,2541.0,0.008946087211370468,0.1172892227768898,0.0,1.8974045515060425,2.15647292137146,-0.010557717643678188,0.0024839015677571297,0.3978515565395355,0.4886505901813507,0.8540436625480652,1081.0,276736.0,6826.327644959092,17711104.0 +118.75,8.199999809265137,2598.0,0.010161749087274075,0.136962890625,0.0,1.824327826499939,2.196755886077881,-0.012982488609850407,0.0024796342477202415,0.24489285051822662,0.4970144033432007,0.8933158367872238,1082.0,276992.0,6832.633045693161,17727488.0 +126.18,8.0,2620.0,0.010424405336380005,0.146240234375,0.0,1.848594069480896,2.1978533267974854,-0.008321442641317844,0.002462149364873767,0.2696589529514313,0.5129896998405457,0.8963295146822929,1083.0,277248.0,6838.88625536114,17743872.0 +225.27,7.599999904632568,2631.0,0.0076493010856211185,0.09967041015625,0.0,1.8622580766677856,2.1998555660247803,-0.009528162889182568,0.0024848550092428923,0.28751885890960693,0.5075978636741638,0.883434996008873,1084.0,277504.0,6845.112781242002,17760256.0 +157.99,7.300000190734863,2604.0,0.010367450304329395,0.1495768278837204,0.0,1.8642321825027466,2.171811103820801,-0.011873134411871433,0.002464486053213477,0.29785194993019104,0.5166545510292053,0.8831259831786156,1085.0,277760.0,6851.404663873138,17776640.0 +155.81,7.599999904632568,2620.0,0.009085032157599926,0.12054443359375,0.0,1.877442479133606,2.168041467666626,-0.011272688396275043,0.0024639067705720663,0.3287557065486908,0.5140643119812012,0.8691413402557373,1086.0,278016.0,6857.658360316185,17793024.0 +96.39,8.399999618530273,2626.0,0.008702377788722515,0.1139933243393898,0.0,1.8644752502441406,2.1468067169189453,-0.009776010178029537,0.002469568746164441,0.3180132508277893,0.5019285082817078,0.8871612101793289,1087.0,278272.0,6863.8976457989775,17809408.0 +129.54,7.800000190734863,2597.0,0.008944520726799965,0.1167195662856102,0.0,1.831502914428711,2.176163673400879,-0.008028310723602772,0.0024812628980726004,0.23799866437911987,0.5016620755195618,0.9007853269577026,1088.0,278528.0,6870.206692936132,17825792.0 +125.14,8.199999809265137,2603.0,0.008618655614554882,0.1195882186293602,0.0,1.8262476921081543,2.1959407329559326,-0.010810020379722118,0.0024820573162287474,0.20749406516551971,0.5142412781715393,0.9147082194685936,1089.0,278784.0,6876.501236245967,17842176.0 +155.45,7.800000190734863,2579.0,0.009147821925580502,0.1304728239774704,0.0,1.8508669137954712,2.1946396827697754,-0.007930923253297806,0.0024878166150301695,0.24991059303283691,0.5118807554244995,0.8994336053729057,1090.0,279040.0,6882.85311815911,17858560.0 +179.64,6.800000190734863,2516.0,0.009003099985420704,0.1187947615981102,0.0,1.924103856086731,2.1811912059783936,-0.010581755079329014,0.0024828175082802773,0.3998303711414337,0.515173614025116,0.8531038165092468,1091.0,279296.0,6889.366010037018,17874944.0 +150.58,7.900000095367432,2528.0,0.008734941482543945,0.11724853515625,0.0,1.8579686880111694,2.1560564041137695,-0.00883359182626009,0.0024748698342591524,0.28217318654060364,0.50984126329422,0.9075944051146507,1092.0,279552.0,6895.846372503089,17891328.0 +118.55,7.800000190734863,2594.0,0.010779139585793018,0.1454874724149704,0.0,1.8307819366455078,2.19637131690979,-0.01380337867885828,0.002476650523021817,0.24239973723888397,0.5070239305496216,0.9242575019598007,1093.0,279808.0,6902.161251720041,17907712.0 +93.43,8.199999809265137,2623.0,0.01008646935224533,0.13720703125,0.0,1.8688853979110718,2.1745738983154297,-0.009408215060830116,0.0024857339449226856,0.32341036200523376,0.4954667389392853,0.9138483256101608,1094.0,280064.0,6908.406217552954,17924096.0 +172.16,8.0,2657.0,0.009165319614112377,0.1175130233168602,0.0,1.8186087608337402,2.195892095565796,-0.008990294300019741,0.002489329082891345,0.21587413549423218,0.4969564974308014,0.9387515783309937,1095.0,280320.0,6914.573265301995,17940480.0 +184.08,8.0,2629.0,0.009767049923539162,0.1390380859375,0.0,1.7825549840927124,2.2395007610321045,-0.011736166663467884,0.0024960727896541357,0.15358178317546844,0.4918588101863861,0.9494426660239697,1096.0,280576.0,6920.804252887145,17956864.0 +212.2,7.599999904632568,2650.0,0.008226287551224232,0.1114705428481102,0.0,1.837393879890442,2.2197988033294678,-0.008710413239896297,0.0024937151465564966,0.27308839559555054,0.48490050435066223,0.9060950428247452,1097.0,280832.0,6926.986724233022,17973248.0 +90.18,8.300000190734863,2632.0,0.009761844761669636,0.1303914338350296,0.0,1.8344782590866089,2.209475040435791,-0.009172230958938599,0.0024791487958282232,0.2514241933822632,0.5004585385322571,0.9061969071626663,1098.0,281088.0,6933.210433789063,17989632.0 +132.61,7.699999809265137,2629.0,0.008050701580941677,0.10528564453125,0.0,1.8968149423599243,2.1614890098571777,-0.010324683040380478,0.002481854287907481,0.39649462699890137,0.48958006501197815,0.8607318997383118,1099.0,281344.0,6939.4419901559595,18006016.0 +129.03,7.900000095367432,2646.0,0.010160383768379688,0.1292928010225296,0.0,1.8382444381713867,2.210174798965454,-0.011797517538070679,0.002470307517796755,0.3987012803554535,0.5028129816055298,0.8585557639598846,1100.0,281600.0,6945.634190940997,18022400.0 +135.67,8.199999809265137,2620.0,0.010867591015994549,0.14630126953125,0.0,1.7505444288253784,2.2653894424438477,-0.0094297481700778,0.0024880741257220507,0.23957492411136627,0.48358961939811707,0.8964743986725807,1101.0,281856.0,6951.886768537108,18038784.0 +157.83,8.100000381469727,2621.0,0.01002463884651661,0.129638671875,0.0,1.7339134216308594,2.278163194656372,-0.009809634648263454,0.0024907481856644154,0.18895037472248077,0.4917995035648346,0.9136463701725006,1102.0,282112.0,6958.1383684950415,18055168.0 +167.86,7.099999904632568,2593.0,0.00941658765077591,0.1262410432100296,0.0,1.827306866645813,2.24745774269104,-0.009830730967223644,0.0024969943333417177,0.3114947974681854,0.5217519402503967,0.8707598447799683,1103.0,282368.0,6964.455839699134,18071552.0 +174.21,7.800000190734863,2529.0,0.010422050021588802,0.1435750275850296,0.0,1.8199644088745117,2.2028377056121826,-0.012105467729270458,0.0024827250745147467,0.3286304771900177,0.5142560601234436,0.870270311832428,1104.0,282624.0,6970.935053982073,18087936.0 +113.97,8.5,2603.0,0.01024562120437622,0.1444905549287796,0.0,1.8188012838363647,2.179107904434204,-0.009316531009972095,0.002473468193784356,0.3267267644405365,0.5155206918716431,0.8775969445705414,1105.0,282880.0,6977.230152458185,18104320.0 +109.35,7.699999809265137,2564.0,0.010047626681625843,0.13629150390625,0.0,1.7449884414672852,2.194391965866089,-0.008305164985358715,0.0024679519701749086,0.2104085236787796,0.5011232495307922,0.9197038933634758,1106.0,283136.0,6983.619697062997,18120704.0 +121.99,7.800000190734863,2566.0,0.008692972362041473,0.1134236678481102,0.0,1.7952862977981567,2.1996665000915527,-0.009283214807510376,0.0024538710713386536,0.3140145242214203,0.5076714158058167,0.892195962369442,1107.0,283392.0,6990.004246110097,18137088.0 +122.3,7.699999809265137,2579.0,0.011001565493643284,0.1450398713350296,0.0,1.7558479309082031,2.200730562210083,-0.011487077921628952,0.0024451829958707094,0.252577543258667,0.5052565336227417,0.9089624211192131,1108.0,283648.0,6996.357231191127,18153472.0 +149.89,7.800000190734863,2564.0,0.008915259502828121,0.1181233748793602,0.0,1.794946312904358,2.222158193588257,-0.010353395715355873,0.0024640464689582586,0.33254387974739075,0.49395036697387695,0.8778681680560112,1109.0,283904.0,7002.746955077164,18169856.0 +121.7,8.0,2603.0,0.009546829387545586,0.1264851838350296,0.0,1.7647638320922852,2.22650408744812,-0.00962620135396719,0.0024653661530464888,0.26862865686416626,0.4944241940975189,0.9042337015271187,1110.0,284160.0,7009.041285752086,18186240.0 +148.56,7.300000190734863,2580.0,0.00858313124626875,0.1145223006606102,0.0,1.7901101112365723,2.2125771045684814,-0.010586053133010864,0.0024801897816359997,0.3022848665714264,0.4967147409915924,0.8921632617712021,1111.0,284416.0,7015.3924080110155,18202624.0 +174.77,7.199999809265137,2571.0,0.009347551502287388,0.1307576447725296,0.0,1.801118016242981,2.212630271911621,-0.010550937615334988,0.0024736926425248384,0.31745025515556335,0.5034862756729126,0.8861381262540817,1112.0,284672.0,7021.765414851019,18219008.0 +150.97,7.599999904632568,2560.0,0.008558714762330055,0.11346435546875,0.0,1.7856062650680542,2.2196226119995117,-0.010604019276797771,0.0024823802523314953,0.2814643085002899,0.501848042011261,0.8864916041493416,1113.0,284928.0,7028.164740234148,18235392.0 +172.8,7.400000095367432,2486.0,0.008543959818780422,0.11181640625,0.0,1.7875995635986328,2.2426199913024902,-0.010522148571908474,0.0024693950545042753,0.29024162888526917,0.5060058236122131,0.8855997249484062,1114.0,285184.0,7034.755598287098,18251776.0 +130.57,7.699999809265137,2580.0,0.008360490202903748,0.1069539412856102,0.0,1.7744804620742798,2.249796152114868,-0.010015085339546204,0.0024591695982962847,0.24727614223957062,0.519355833530426,0.8963959068059921,1115.0,285440.0,7041.105595627101,18268160.0 +183.2,7.0,2578.0,0.008694753050804138,0.1126505509018898,0.0,1.7610052824020386,2.2404286861419678,-0.010739531368017197,0.0024598753079771996,0.23349575698375702,0.5128169655799866,0.8902319893240929,1116.0,285696.0,7047.460146625061,18284544.0 +193.4,6.800000190734863,2613.0,0.011874713934957981,0.1693318635225296,0.0,1.7862833738327026,2.2212774753570557,-0.009786694310605526,0.002463015029206872,0.29647567868232727,0.5036040544509888,0.8754178062081337,1117.0,285952.0,7053.729314065073,18300928.0 +193.55,7.099999904632568,2601.0,0.009355813264846802,0.1255289763212204,0.0,1.8078404664993286,2.179384231567383,-0.009424394927918911,0.0024600604083389044,0.3449387550354004,0.5014909505844116,0.8734230548143387,1118.0,286208.0,7060.02797608613,18317312.0 +149.91,8.0,2625.0,0.009139657951891422,0.12152099609375,0.0,1.7730003595352173,2.1583831310272217,-0.009717506356537342,0.0024592308327555656,0.30383896827697754,0.48714545369148254,0.8885715380311012,1119.0,286464.0,7066.268797409022,18333696.0 +93.01,8.600000381469727,2603.0,0.008571741171181202,0.1138102188706398,0.0,1.7654703855514526,2.159196376800537,-0.01136433333158493,0.0024427042808383703,0.2510279715061188,0.516739010810852,0.901299312710762,1120.0,286720.0,7072.562526510097,18350080.0 +179.64,7.800000190734863,2580.0,0.010575921274721622,0.1269938200712204,0.0,1.7873644828796387,2.195470094680786,-0.008774364367127419,0.002443645615130663,0.3011433780193329,0.5106675624847412,0.8710774332284927,1121.0,286976.0,7078.911559527041,18366464.0 +110.69,8.199999809265137,2615.0,0.009581721387803555,0.12841796875,0.0,1.7617961168289185,2.1871821880340576,-0.00960961077362299,0.002442146185785532,0.2563575208187103,0.508899450302124,0.8974836692214012,1122.0,287232.0,7085.1766408770345,18382848.0 +133.13,7.599999904632568,2617.0,0.00933070108294487,0.1233927384018898,0.0,1.8033642768859863,2.190770387649536,-0.010524519719183445,0.00244887825101614,0.3215530216693878,0.5158412456512451,0.8831145018339157,1123.0,287488.0,7091.4361642200965,18399232.0 +129.59,7.099999904632568,2642.0,0.009021935984492302,0.1218465194106102,0.0,1.816183090209961,2.1532163619995117,-0.0098589351400733,0.0024545409251004457,0.35907045006752014,0.5057570338249207,0.8745487928390503,1124.0,287744.0,7097.637668685988,18415616.0 +81.25,7.5,2643.0,0.009252958931028843,0.12396240234375,0.0,1.773735523223877,2.1460931301116943,-0.011323799379169941,0.0024643533397465944,0.2924816906452179,0.4927888810634613,0.8946137577295303,1125.0,288000.0,7103.837029746035,18432000.0 +174.9,7.400000095367432,2633.0,0.009052013047039509,0.1023356094956398,0.0,1.7954603433609009,2.16802716255188,-0.007158676162362099,0.0024620506446808577,0.3055867850780487,0.5056043267250061,0.8845265656709671,1126.0,288256.0,7110.058338377159,18448384.0 +148.85,7.800000190734863,2655.0,0.008711092174053192,0.1134236678481102,0.0,1.804195523262024,2.1747028827667236,-0.009466365911066532,0.0024579798337072134,0.32866987586021423,0.5071908831596375,0.8809241205453873,1127.0,288512.0,7116.228279327974,18464768.0 +87.38,8.100000381469727,2597.0,0.010984599590301514,0.1485188752412796,0.0,1.771668553352356,2.1714444160461426,-0.010209748521447182,0.0024862727150321007,0.22023701667785645,0.5163174867630005,0.9170137122273445,1128.0,288768.0,7122.536924710963,18481152.0 +156.12,7.599999904632568,2623.0,0.010145934298634529,0.13787841796875,0.0,1.8171387910842896,2.1923139095306396,-0.009825008921325207,0.0024731585290282965,0.33764874935150146,0.5089402794837952,0.8749562948942184,1129.0,289024.0,7128.781898890156,18497536.0 +136.13,7.800000190734863,2621.0,0.009799039922654629,0.1341349333524704,0.0,1.8094935417175293,2.2069146633148193,-0.009907199069857597,0.0024901230353862047,0.33707118034362793,0.49305203557014465,0.8762054070830345,1130.0,289280.0,7135.032347216969,18513920.0 +127.48,8.300000190734863,2535.0,0.010934100486338139,0.1466267853975296,0.0,1.7430853843688965,2.215134382247925,-0.01040573138743639,0.0025132191367447376,0.22374939918518066,0.4719802439212799,0.910724863409996,1131.0,289536.0,7141.494422613177,18530304.0 +144.3,8.0,2657.0,0.009264864958822727,0.1211751326918602,0.0,1.8002305030822754,2.2019011974334717,-0.010183071717619896,0.002501472132280469,0.28640398383140564,0.5043085813522339,0.8902749940752983,1132.0,289792.0,7147.659281931119,18546688.0 +118.89,7.599999904632568,2638.0,0.009167003445327282,0.1234130859375,0.0,1.8711682558059692,2.18753981590271,-0.011340181343257427,0.002491585211828351,0.4422599971294403,0.5030429363250732,0.8272468149662018,1133.0,290048.0,7153.87004536204,18563072.0 +157.59,7.599999904632568,2602.0,0.008655045181512833,0.11517333984375,0.0,1.806780219078064,2.1940715312957764,-0.010877992957830429,0.002479941351339221,0.2732674479484558,0.5293434262275696,0.8900088146328926,1134.0,290304.0,7160.167553990148,18579456.0 +90.02,8.600000381469727,2619.0,0.00946668442338705,0.1268107146024704,0.0,1.7650041580200195,2.1846985816955566,-0.010495200753211975,0.0024653233122080564,0.22388756275177002,0.5184057354927063,0.9057473242282867,1135.0,290560.0,7166.423918276094,18595840.0 +142.01,7.699999809265137,2588.0,0.010175674222409725,0.1339925080537796,0.0,1.8403244018554688,2.1961510181427,-0.008606948889791965,0.002459862967953086,0.38119742274284363,0.5158287286758423,0.8435395359992981,1136.0,290816.0,7172.754663530039,18612224.0 +104.71,7.400000095367432,2583.0,0.008198526687920094,0.1116129532456398,0.0,1.7793611288070679,2.247387170791626,-0.00852216873317957,0.0024644930381327868,0.30553168058395386,0.48992621898651123,0.8966566324234009,1137.0,291072.0,7179.097780307056,18628608.0 +112.25,8.0,2631.0,0.009960873983800411,0.1319376677274704,0.0,1.7640506029129028,2.245859384536743,-0.01110746432095766,0.002462657866999507,0.2725001275539398,0.49476662278175354,0.8965767249464989,1138.0,291328.0,7185.324643880129,18644992.0 +141.88,8.0,2635.0,0.007942263036966324,0.1019287109375,0.0,1.7422643899917603,2.291696071624756,-0.009462849237024784,0.0024709904100745916,0.18085747957229614,0.5143391489982605,0.9281781315803528,1139.0,291584.0,7191.542435273994,18661376.0 +223.39,6.900000095367432,2550.0,0.009676676243543625,0.12884521484375,0.0,1.8087443113327026,2.284010887145996,-0.007718067150563002,0.00248191156424582,0.3343302309513092,0.4963298738002777,0.8804562836885452,1140.0,291840.0,7197.966993404087,18677760.0 +175.8,7.400000095367432,2592.0,0.012429061345756054,0.18194580078125,0.0,1.7826520204544067,2.266733407974243,-0.00820124614983797,0.0024846612941473722,0.23207592964172363,0.5212876200675964,0.9031610265374184,1141.0,292096.0,7204.287541539175,18694144.0 +171.09,7.199999809265137,2606.0,0.009287827648222446,0.1266886442899704,0.0,1.7832144498825073,2.2693960666656494,-0.0106424018740654,0.0024923610035330057,0.2783232629299164,0.4965618848800659,0.8778168335556984,1142.0,292352.0,7210.573273736052,18710528.0 +150.76,7.800000190734863,2550.0,0.012257269583642483,0.1680908203125,0.0,1.7736014127731323,2.2207348346710205,-0.010746054351329803,0.0024947982747107744,0.22819434106349945,0.510998547077179,0.8956446051597595,1143.0,292608.0,7216.997085967101,18726912.0 +141.3,8.300000190734863,2558.0,0.009733306244015694,0.1260172575712204,0.0,1.802363395690918,2.222172975540161,-0.010805096477270126,0.0024635610170662403,0.2963225245475769,0.5211846828460693,0.8677095919847488,1144.0,292864.0,7223.401076911017,18743296.0 +85.77,7.800000190734863,2603.0,0.010391426272690296,0.1388753205537796,0.0,1.896347999572754,2.1491260528564453,-0.011029175482690334,0.002472138963639736,0.49497103691101074,0.5108218789100647,0.7868166416883469,1145.0,293120.0,7229.695757881971,18759680.0 +87.65,8.100000381469727,2602.0,0.010765430517494678,0.1417236328125,0.0,1.7555923461914062,2.177349328994751,-0.012413043528795242,0.002466117264702916,0.2294575572013855,0.507253110408783,0.8823587819933891,1146.0,293376.0,7235.993379635038,18776064.0 +160.87,7.800000190734863,2592.0,0.010584652423858643,0.1510009765625,0.0,1.7769731283187866,2.19630765914917,-0.009168816730380058,0.0024876634124666452,0.2137710601091385,0.5236690044403076,0.9035724997520447,1147.0,293632.0,7242.314101882046,18792448.0 +131.87,7.5,2593.0,0.011962227523326874,0.16094970703125,0.0,1.7934001684188843,2.1967740058898926,-0.010020148940384388,0.002469865372404456,0.27685126662254333,0.5177554488182068,0.8807314410805702,1148.0,293888.0,7248.6332745521795,18808832.0 +194.77,7.599999904632568,2628.0,0.010164507664740086,0.1416015625,0.0,1.7853766679763794,2.263413190841675,-0.00968985166400671,0.002467741258442402,0.26538950204849243,0.5167847871780396,0.8721332550048828,1149.0,294144.0,7254.866810651962,18825216.0 +89.44,7.800000190734863,2632.0,0.008833593688905239,0.1178385391831398,0.0,1.7615995407104492,2.204014539718628,-0.010442405939102173,0.002450023079290986,0.3021813929080963,0.5044532418251038,0.8611229807138443,1150.0,294400.0,7261.092230040114,18841600.0 +167.54,7.599999904632568,2644.0,0.010009943507611752,0.13165283203125,0.0,1.7407736778259277,2.230214834213257,-0.010567796416580677,0.0024571006651967764,0.2577335238456726,0.5027937889099121,0.8833417668938637,1151.0,294656.0,7267.287420910085,18857984.0 +182.78,7.599999904632568,2642.0,0.010097998194396496,0.1415608674287796,0.0,1.7212839126586914,2.2598068714141846,-0.010372870601713657,0.002458290895447135,0.22581680119037628,0.498587965965271,0.9014507979154587,1152.0,294912.0,7273.488751515048,18874368.0 +120.43,8.100000381469727,2640.0,0.00976890604943037,0.1320393830537796,0.0,1.7524919509887695,2.230839967727661,-0.009651255793869495,0.002451046137139201,0.27578508853912354,0.5076972246170044,0.9013510942459106,1153.0,295168.0,7279.693433663109,18890752.0 +171.1,7.699999809265137,2635.0,0.008070237934589386,0.10516357421875,0.0,1.8265938758850098,2.211059331893921,-0.010796605609357357,0.0024530296213924885,0.4264756441116333,0.5063939690589905,0.8629285842180252,1154.0,295424.0,7285.912577206967,18907136.0 +152.33,8.199999809265137,2598.0,0.009144406765699387,0.1234334334731102,0.0,1.740458607673645,2.2362096309661865,-0.012414686381816864,0.0024705666583031416,0.2454305738210678,0.50421142578125,0.9040509536862373,1155.0,295680.0,7294.368425965076,18923520.0 +121.36,8.100000381469727,2618.0,0.009689703583717346,0.13067626953125,0.0,1.7239340543746948,2.217878580093384,-0.009846080094575882,0.0024717010091990232,0.1907331347465515,0.5121413469314575,0.9133002981543541,1156.0,295936.0,7300.627632806078,18939904.0 +104.46,7.400000095367432,2592.0,0.00952738057821989,0.1238199844956398,0.0,1.7240139245986938,2.231133460998535,-0.011220709420740604,0.0024771930184215307,0.2223668098449707,0.4944168031215668,0.9034537896513939,1157.0,296192.0,7306.9478129420895,18956288.0 +171.62,6.900000095367432,2594.0,0.009500358253717422,0.1282755583524704,0.0,1.7690776586532593,2.2452642917633057,-0.00910657923668623,0.0024741815868765116,0.3060089349746704,0.49725914001464844,0.8787665367126465,1158.0,296448.0,7313.262261880096,18972672.0 +144.06,7.900000095367432,2625.0,0.00866906438022852,0.1138916015625,0.0,1.7315033674240112,2.2512919902801514,-0.011684493161737919,0.002492736792191863,0.2436489313840866,0.48402753472328186,0.9074189737439156,1159.0,296704.0,7319.503962093964,18989056.0 +124.21,8.300000190734863,2632.0,0.01133677363395691,0.1385904997587204,0.0,1.721145510673523,2.245378017425537,-0.011820531450212002,0.0024775038473308086,0.21379303932189941,0.49653592705726624,0.9276179000735283,1160.0,296960.0,7325.728476851014,19005440.0 +192.97,7.5,2626.0,0.010222897864878178,0.1383463591337204,0.0,1.7496914863586426,2.2052297592163086,-0.01104191318154335,0.0024605561047792435,0.27869275212287903,0.4996582567691803,0.9154406487941742,1161.0,297216.0,7331.966848636046,19021824.0 +137.96,8.199999809265137,2628.0,0.010982900857925415,0.1446736603975296,0.0,1.7437410354614258,2.1676928997039795,-0.01117014978080988,0.0024695685133337975,0.22955387830734253,0.5144907236099243,0.924379363656044,1162.0,297472.0,7338.201591231162,19038208.0 +122.43,7.0,2650.0,0.010067619383335114,0.1323649138212204,0.0,1.7815918922424316,2.1879231929779053,-0.009116030298173428,0.0024691561702638865,0.3039291501045227,0.5134457945823669,0.9088915288448334,1163.0,297728.0,7344.384275471093,19054592.0 +135.5,7.599999904632568,2618.0,0.010187395848333836,0.1357625275850296,0.0,1.7505369186401367,2.217555284500122,-0.011410944163799286,0.0024735203478485346,0.23902909457683563,0.5154595375061035,0.9170702695846558,1164.0,297984.0,7350.643003412057,19070976.0 +148.47,7.400000095367432,2610.0,0.009541857056319714,0.1317342072725296,0.0,1.7641329765319824,2.182934045791626,-0.00924821849912405,0.002458372851833701,0.27512261271476746,0.5157075524330139,0.9089368805289268,1165.0,298240.0,7356.921710771043,19087360.0 +169.18,7.0,2635.0,0.008342857472598553,0.10260009765625,0.0,1.7569719552993774,2.1789960861206055,-0.011292354203760624,0.0024613167624920607,0.2959919273853302,0.4978239834308624,0.8988215178251266,1166.0,298496.0,7363.139492115006,19103744.0 +154.02,7.800000190734863,2634.0,0.008512653410434723,0.1114908829331398,0.0,1.7967820167541504,2.1672637462615967,-0.010226544924080372,0.0024657424073666334,0.33498314023017883,0.5157492756843567,0.8819150477647781,1167.0,298752.0,7369.3602097129915,19120128.0 +142.36,7.300000190734863,2649.0,0.009112589992582798,0.1208902969956398,0.0,1.7892974615097046,2.184351921081543,-0.011093865148723125,0.0024757736828178167,0.29123982787132263,0.526971161365509,0.8967477381229401,1168.0,299008.0,7375.544423972955,19136512.0 +148.83,8.199999809265137,2629.0,0.010428770445287228,0.1345418244600296,0.0,1.744284987449646,2.229501724243164,-0.0072076753713190556,0.002491527236998081,0.22843419015407562,0.5011526942253113,0.9219856113195419,1169.0,299264.0,7381.7767552521545,19152896.0 +132.4,7.0,2626.0,0.008613942191004753,0.1070149764418602,0.0,1.7646045684814453,2.22214412689209,-0.008982683531939983,0.0024852075148373842,0.2810010015964508,0.4998260736465454,0.914716400206089,1170.0,299520.0,7388.016727571143,19169280.0 +171.42,7.5,2613.0,0.008576746098697186,0.1140950545668602,0.0,1.7712202072143555,2.2252368927001953,-0.008844139985740185,0.002473814645782113,0.27054718136787415,0.5178748965263367,0.9176931157708168,1171.0,299776.0,7394.2867860549595,19185664.0 +182.14,7.5,2622.0,0.009551520459353924,0.1325276643037796,0.0,1.7975088357925415,2.1631269454956055,-0.010665117762982845,0.0024571979884058237,0.35321375727653503,0.511609673500061,0.8817424923181534,1172.0,300032.0,7400.534710053122,19202048.0 +103.98,8.0,2623.0,0.009845460765063763,0.1282958984375,0.0,1.8135658502578735,2.164741277694702,-0.009958136826753616,0.002459872979670763,0.3648242652416229,0.5203366279602051,0.8626689165830612,1173.0,300288.0,7406.782279927051,19218432.0 +115.0,7.5,2623.0,0.010104287415742874,0.1362711638212204,0.0,1.7318415641784668,2.23120379447937,-0.008865643292665482,0.0024592913687229156,0.18243646621704102,0.5301447510719299,0.9227014034986496,1174.0,300544.0,7413.028545692097,19234816.0 +195.11,7.900000095367432,2618.0,0.010014575906097889,0.14019775390625,0.0,1.7338451147079468,2.210737943649292,-0.011460990644991398,0.002454439178109169,0.23270785808563232,0.5107380151748657,0.9043950065970421,1175.0,300800.0,7419.286362159066,19251200.0 +154.86,7.400000095367432,2631.0,0.00801143329590559,0.103759765625,0.0,1.7406450510025024,2.20426607131958,-0.009639308787882328,0.002441063756123185,0.23016084730625153,0.5239381790161133,0.9202617928385735,1176.0,301056.0,7425.513913430041,19267584.0 +132.5,7.800000190734863,2615.0,0.011249537579715252,0.1549886018037796,0.0,1.7916978597640991,2.1980535984039307,-0.013613160699605942,0.0024666443932801485,0.3554306924343109,0.5030738711357117,0.8851925358176231,1177.0,301312.0,7431.780220401008,19283968.0 +109.36,8.199999809265137,2611.0,0.009988346137106419,0.1383463591337204,0.0,1.7454190254211426,2.208420991897583,-0.010772648267447948,0.002464398043230176,0.2322206050157547,0.5174490213394165,0.9109508916735649,1178.0,301568.0,7438.055758685106,19300352.0 +124.7,7.099999904632568,2598.0,0.00929351057857275,0.1256917268037796,0.0,1.7847710847854614,2.206627368927002,-0.009998259134590626,0.0024560035672038794,0.2825997471809387,0.5357199311256409,0.8818112313747406,1179.0,301824.0,7444.36184832803,19316736.0 +131.0,7.599999904632568,2559.0,0.007868613116443157,0.1037801131606102,0.0,1.7452400922775269,2.205838441848755,-0.010847456753253937,0.00247067678719759,0.24228154122829437,0.5088775753974915,0.8849594593048096,1180.0,302080.0,7450.764840723015,19333120.0 +150.7,7.099999904632568,2568.0,0.007958240807056427,0.0973307266831398,0.0,1.8004554510116577,2.207186460494995,-0.008722612634301186,0.0024542035534977913,0.3619305193424225,0.5100401639938354,0.8294669985771179,1181.0,302336.0,7457.14371063211,19349504.0 +178.66,7.699999809265137,2647.0,0.007280001882463694,0.0907389298081398,0.0,1.8058727979660034,2.204831123352051,-0.00917050614953041,0.002461494877934456,0.3666558265686035,0.5100566744804382,0.8628265410661697,1182.0,302592.0,7463.332355646184,19365888.0 +138.43,7.800000190734863,2622.0,0.01100030168890953,0.1403605192899704,0.0,1.7824476957321167,2.1824231147766113,-0.009862293489277363,0.002454079920426011,0.32024797797203064,0.5140231251716614,0.8796749040484428,1183.0,302848.0,7469.58041557204,19382272.0 +117.25,7.800000190734863,2605.0,0.008702901192009449,0.1163736954331398,0.0,1.755537509918213,2.21987247467041,-0.010165540501475334,0.0024658681359142065,0.26294466853141785,0.5106759071350098,0.9110618531703949,1184.0,303104.0,7475.869326573098,19398656.0 +165.91,7.199999809265137,2595.0,0.009786023758351803,0.1328125,0.0,1.8179768323898315,2.194216012954712,-0.009722131304442883,0.0024670639541000128,0.3623931109905243,0.5227257609367371,0.8849013596773148,1185.0,303360.0,7482.185481866123,19415040.0 +109.58,7.699999809265137,2619.0,0.011161472648382187,0.14398193359375,0.0,1.7493172883987427,2.2066657543182373,-0.009383536875247955,0.002455298788845539,0.2678569257259369,0.5058652758598328,0.9020659998059273,1186.0,303616.0,7488.440367880976,19431424.0 +107.33,7.5,2620.0,0.010516430251300335,0.1369221955537796,0.0,1.775106430053711,2.2335612773895264,-0.009768524207174778,0.002452919026836753,0.303729385137558,0.5160097479820251,0.8899253159761429,1187.0,303872.0,7494.693636902142,19447808.0 +134.05,7.300000190734863,2605.0,0.009094919078052044,0.12200927734375,0.0,1.7481274604797363,2.2563316822052,-0.011468431912362576,0.002451129024848342,0.2529865503311157,0.5172417163848877,0.8860717564821243,1188.0,304128.0,7500.983529318124,19464192.0 +163.5,7.900000095367432,2650.0,0.00927644968032837,0.1218058243393898,0.0,1.7824655771255493,2.189997673034668,-0.009501530788838863,0.002450244501233101,0.3067321479320526,0.5227734446525574,0.8566695153713226,1189.0,304384.0,7507.165252360981,19480576.0 +129.48,7.699999809265137,2651.0,0.009295898489654064,0.12396240234375,0.0,1.7363818883895874,2.221984624862671,-0.009768166579306126,0.0024557309225201607,0.25713130831718445,0.49824461340904236,0.8889130726456642,1190.0,304640.0,7513.34557995107,19496960.0 +141.43,8.0,2648.0,0.010487302206456661,0.14288330078125,0.0,1.7612189054489136,2.232750177383423,-0.011093650944530964,0.002452963264659047,0.2740342319011688,0.518384575843811,0.8759011551737785,1191.0,304896.0,7519.5334740281105,19513344.0 +100.83,8.300000190734863,2640.0,0.009387356229126453,0.1213175430893898,0.0,1.722840428352356,2.228623151779175,-0.01130374800413847,0.0024443999864161015,0.21050013601779938,0.5158846378326416,0.9133407548069954,1192.0,305152.0,7525.741176959127,19529728.0 +208.03,7.5,2600.0,0.009700932539999485,0.1295979768037796,0.0,1.8036507368087769,2.2424509525299072,-0.009653172455728054,0.002451524371281266,0.3719605505466461,0.5108148455619812,0.8778680041432381,1193.0,305408.0,7532.042951998999,19546112.0 +157.61,6.900000095367432,2626.0,0.0101350462064147,0.1329345703125,0.0,1.7812446355819702,2.2209360599517822,-0.011212109588086605,0.002469726838171482,0.3155667185783386,0.5092237591743469,0.8895946145057678,1194.0,305664.0,7538.282601544168,19562496.0 +145.25,7.800000190734863,2633.0,0.010427788831293583,0.1384684294462204,0.0,1.7405133247375488,2.2622649669647217,-0.009385531768202782,0.002472478663548827,0.1983897089958191,0.5251572728157043,0.9208710938692093,1195.0,305920.0,7544.5037817710545,19578880.0 +171.02,7.5,2659.0,0.009590665809810162,0.1290690153837204,0.0,1.751475214958191,2.255871534347534,-0.011148643679916859,0.0024634727742522955,0.24983471632003784,0.5159114003181458,0.8910523429512978,1196.0,306176.0,7550.664284595987,19595264.0 +141.53,7.400000095367432,2623.0,0.010610357858240604,0.1385294646024704,0.0,1.7278069257736206,2.258469343185425,-0.010892574675381184,0.0024754097685217857,0.20787914097309113,0.5068680644035339,0.9120521321892738,1197.0,306432.0,7556.9110702089965,19611648.0 +158.28,7.699999809265137,2643.0,0.010544993914663792,0.13189697265625,0.0,1.7654032707214355,2.225862979888916,-0.010649302043020725,0.0024505748879164457,0.26552534103393555,0.5279213786125183,0.89578977227211,1198.0,306688.0,7563.108906841138,19628032.0 +143.59,7.099999904632568,2638.0,0.010673790238797665,0.1399129182100296,0.0,1.7608656883239746,2.2394087314605713,-0.009819409810006618,0.002478573238477111,0.26532548666000366,0.5085205435752869,0.8921609595417976,1199.0,306944.0,7569.3198766941205,19644416.0 +146.35,7.599999904632568,2629.0,0.0094588128849864,0.1258341521024704,0.0,1.6840615272521973,2.2424635887145996,-0.010470961220562458,0.002497843699529767,0.2825315296649933,0.5265050530433655,0.8763366416096687,1200.0,307200.0,7575.551485148957,19660800.0 +104.84,8.199999809265137,2603.0,0.012782416306436062,0.1667887419462204,0.0,1.640928864479065,2.236314058303833,-0.009206615388393402,0.002489415230229497,0.2153528332710266,0.5184726119041443,0.911520354449749,1201.0,307456.0,7581.845624240115,19677184.0 +209.92,7.199999809265137,2651.0,0.010365328751504421,0.13873291015625,0.0,1.6690136194229126,2.263385534286499,-0.010094783268868923,0.0025048614479601383,0.261659175157547,0.5176117420196533,0.8972956985235214,1202.0,307712.0,7588.026062480174,19693568.0 +145.45,7.400000095367432,2618.0,0.009475897066295147,0.1287028044462204,0.0,1.6577587127685547,2.2298552989959717,-0.009726033546030521,0.0024917868431657553,0.2856594920158386,0.4971529543399811,0.9038145318627357,1203.0,307968.0,7594.284063288011,19709952.0 +163.36,7.800000190734863,2636.0,0.00948926992714405,0.1275431364774704,0.0,1.6286886930465698,2.212008476257324,-0.009638061746954918,0.0024672900326550007,0.227502703666687,0.5091103911399841,0.915949635207653,1204.0,308224.0,7600.498173402157,19726336.0 +169.58,7.699999809265137,2594.0,0.009817595593631268,0.1302083283662796,0.0,1.621407151222229,2.1884241104125977,-0.009847437031567097,0.002462007338181138,0.20012928545475006,0.518939197063446,0.9237059727311134,1205.0,308480.0,7606.814653322101,19742720.0 +174.75,7.699999809265137,2585.0,0.008297738619148731,0.10748291015625,0.0,1.6968165636062622,2.130340814590454,-0.011085151694715023,0.0024578729644417763,0.3762578070163727,0.5074875950813293,0.8712915331125259,1206.0,308736.0,7613.153229125077,19759104.0 +97.26,7.900000095367432,2627.0,0.008991367183625698,0.114013671875,0.0,1.7392343282699585,2.1426055431365967,-0.010290460661053658,0.0024491501972079277,0.46476343274116516,0.5090237259864807,0.8352749049663544,1207.0,308992.0,7619.389064206975,19775488.0 +83.15,8.5,2611.0,0.010174799710512161,0.1278279572725296,0.0,1.6215585470199585,2.218355894088745,-0.00934709794819355,0.0024747636634856462,0.21748125553131104,0.5027293562889099,0.9117699488997459,1208.0,309248.0,7625.662989023142,19791872.0 +112.78,7.800000190734863,2580.0,0.010985844768583775,0.14666748046875,0.0,1.6275320053100586,2.223473310470581,-0.012116220779716969,0.0024666821118444204,0.21409638226032257,0.5185853838920593,0.9195367768406868,1209.0,309504.0,7632.0140214811545,19808256.0 +166.79,6.699999809265137,2611.0,0.012023997493088245,0.15185546875,0.0,1.6998413801193237,2.1749331951141357,-0.010316290892660618,0.0024667507968842983,0.38592028617858887,0.500649094581604,0.8696555197238922,1210.0,309760.0,7638.288221089169,19824640.0 +140.51,7.800000190734863,2579.0,0.00952600222080946,0.1192626953125,0.0,1.6399389505386353,2.1366240978240967,-0.009952515363693237,0.0024470011703670025,0.25802457332611084,0.5142406821250916,0.906555600464344,1211.0,310016.0,7644.640615958022,19841024.0 +103.08,8.100000381469727,2554.0,0.010736186988651752,0.1455078125,0.0,1.5937944650650024,2.1769399642944336,-0.01145534124225378,0.0024396672379225492,0.18292951583862305,0.5103689432144165,0.9302204921841621,1212.0,310272.0,7651.055222486146,19857408.0 +140.98,8.100000381469727,2538.0,0.010751315392553806,0.1505126953125,0.0,1.577013373374939,2.226027727127075,-0.008167549967765808,0.002438473282381892,0.13969065248966217,0.5132655501365662,0.9394359737634659,1213.0,310528.0,7657.511089520063,19873792.0 +177.71,7.300000190734863,2607.0,0.010359448380768299,0.1455485075712204,0.0,1.674495816230774,2.2144134044647217,-0.008520342409610748,0.002440812299028039,0.3167215883731842,0.5224663615226746,0.8650321662425995,1214.0,310784.0,7663.795699055074,19890176.0 +105.16,7.699999809265137,2593.0,0.009468816220760345,0.127685546875,0.0,1.6491671800613403,2.2381720542907715,-0.010557801462709904,0.0024677535984665155,0.28903552889823914,0.4986179769039154,0.8822468370199203,1215.0,311040.0,7670.118467168184,19906560.0 +181.22,6.800000190734863,2609.0,0.009194559417665005,0.12554931640625,0.0,1.6512161493301392,2.268728256225586,-0.010213361121714115,0.002468265825882554,0.2592356503009796,0.517415463924408,0.8994518741965294,1216.0,311296.0,7676.397654382978,19922944.0 +113.29,8.0,2610.0,0.00869023334234953,0.1173299178481102,0.0,1.7088335752487183,2.2476675510406494,-0.010316185653209686,0.002487585414201021,0.35324418544769287,0.5195922255516052,0.8762236759066582,1217.0,311552.0,7682.6751476670615,19939328.0 +164.38,7.800000190734863,2624.0,0.009699427522718906,0.1316121369600296,0.0,1.671270728111267,2.268554449081421,-0.00948041956871748,0.0024799590464681387,0.26243558526039124,0.5315347909927368,0.9110932424664497,1218.0,311808.0,7688.918161351001,19955712.0 +122.4,8.0,2588.0,0.009326049126684666,0.126953125,0.0,1.6810752153396606,2.208458423614502,-0.011094950139522552,0.002470603445544839,0.3094078600406647,0.5219384431838989,0.9096030294895172,1219.0,312064.0,7695.247634973144,19972096.0 +99.27,8.5,2624.0,0.011137474328279495,0.1469523161649704,0.0,1.6147381067276,2.1971356868743896,-0.012742283754050732,0.002458197996020317,0.16148869693279266,0.5384584069252014,0.9451648220419884,1220.0,312320.0,7701.490348865977,19988480.0 +155.89,7.5,2594.0,0.009270671755075455,0.12469482421875,0.0,1.6408146619796753,2.2303478717803955,-0.01215138379484415,0.0024469727650284767,0.2672118544578552,0.5135995149612427,0.9100763872265816,1221.0,312576.0,7707.80635789712,20004864.0 +204.32,7.900000095367432,2659.0,0.010750073939561844,0.15142822265625,0.0,1.627519965171814,2.2232863903045654,-0.011086423881351948,0.0024457403924316168,0.2266124039888382,0.5208287239074707,0.9136524051427841,1222.0,312832.0,7713.967173464131,20021248.0 +180.34,7.400000095367432,2616.0,0.010048368014395237,0.1364339143037796,0.0,1.6951512098312378,2.230377674102783,-0.010879967361688614,0.002461963100358844,0.33306676149368286,0.528795063495636,0.8980545178055763,1223.0,313088.0,7720.229124997044,20037632.0 +112.55,8.100000381469727,2604.0,0.010817666538059711,0.1523640900850296,0.0,1.6308521032333374,2.2469661235809326,-0.011188622564077377,0.0024669694248586893,0.2237708568572998,0.5159518718719482,0.9302506521344185,1224.0,313344.0,7726.519971912028,20054016.0 +135.39,7.900000095367432,2628.0,0.01011826191097498,0.1394449919462204,0.0,1.6675095558166504,2.282256841659546,-0.011160132475197315,0.002486774232238531,0.2727946639060974,0.5200999975204468,0.915423609316349,1225.0,313600.0,7732.758529301966,20070400.0 +191.96,7.699999809265137,2570.0,0.01112073753029108,0.1584676057100296,0.0,1.6059900522232056,2.302077531814575,-0.011579646728932858,0.002479150192812085,0.15103894472122192,0.5238852500915527,0.9537040702998638,1226.0,313856.0,7739.132131473161,20086784.0 +186.24,6.900000095367432,2596.0,0.009990806691348553,0.1283365935087204,0.0,1.6574969291687012,2.276201009750366,-0.009225328452885151,0.0024603086058050394,0.27597662806510925,0.5180100798606873,0.9110754355788231,1227.0,314112.0,7745.444139295025,20103168.0 +165.78,7.699999809265137,2649.0,0.010692550800740719,0.1432291716337204,0.0,1.6394680738449097,2.284208059310913,-0.009897205047309399,0.0024643961805850267,0.23711450397968292,0.5183933973312378,0.9154481664299965,1228.0,314368.0,7751.6299837040715,20119552.0 +135.96,8.0,2625.0,0.01157074049115181,0.1603596955537796,0.0,1.6620010137557983,2.186760902404785,-0.009675798006355762,0.0024675484746694565,0.28165966272354126,0.5157632827758789,0.9040610939264297,1229.0,314624.0,7757.870957989013,20135936.0 +124.79,7.599999904632568,2619.0,0.00854723434895277,0.111328125,0.0,1.6879454851150513,2.1689066886901855,-0.00985462311655283,0.0024704590905457735,0.285177618265152,0.5415595173835754,0.9021813347935677,1230.0,314880.0,7764.126553526148,20152320.0 +199.68,7.599999904632568,2604.0,0.010591566562652588,0.1417236328125,0.0,1.6476197242736816,2.167901039123535,-0.01055609155446291,0.0024668679106980562,0.2420485019683838,0.5229948163032532,0.9149800762534142,1231.0,315136.0,7770.416846228065,20168704.0 +115.07,7.800000190734863,2606.0,0.009869796223938465,0.1338907927274704,0.0,1.6566423177719116,2.203127145767212,-0.010248634032905102,0.0024517655838280916,0.2514605224132538,0.5354601740837097,0.9210888892412186,1232.0,315392.0,7776.705055588158,20185088.0 +144.9,7.599999904632568,2650.0,0.010940667241811752,0.1459553986787796,0.0,1.675315260887146,2.1941680908203125,-0.011349081061780453,0.0024416770320385695,0.3006893992424011,0.5349487066268921,0.90675188601017,1233.0,315648.0,7782.888583041029,20201472.0 +176.05,8.0,2634.0,0.010013113729655743,0.1372884064912796,0.0,1.6352977752685547,2.201036214828491,-0.011470931582152843,0.002444051904603839,0.2499152421951294,0.5174911022186279,0.9143704622983932,1234.0,315904.0,7789.107517860131,20217856.0 +157.04,8.0,2610.0,0.009665138088166714,0.1198323592543602,0.0,1.6382092237472534,2.232456684112549,-0.010971903800964355,0.002466831123456359,0.21775873005390167,0.5272901654243469,0.9232343435287476,1235.0,316160.0,7795.384339156095,20234240.0 +146.54,7.900000095367432,2633.0,0.00916365534067154,0.1151326522231102,0.0,1.66742742061615,2.25376296043396,-0.010498304851353168,0.002462445991113782,0.2639292776584625,0.5360994935035706,0.9003190696239471,1236.0,316416.0,7801.606962719001,20250624.0 +123.45,8.100000381469727,2592.0,0.009076463989913464,0.1231892928481102,0.0,1.6926013231277466,2.188174247741699,-0.008933045901358128,0.002470400184392929,0.30162256956100464,0.5367491245269775,0.914672963321209,1237.0,316672.0,7807.927617242094,20267008.0 +161.65,7.099999904632568,2646.0,0.00887551624327898,0.11724853515625,0.0,1.6909993886947632,2.1879773139953613,-0.009170567616820335,0.0024676236789673567,0.33351871371269226,0.5186282396316528,0.9009798988699913,1238.0,316928.0,7814.118975615129,20283392.0 +125.71,8.5,2629.0,0.010459586046636105,0.1423746794462204,0.0,1.6276758909225464,2.1507723331451416,-0.01075646560639143,0.002466993173584342,0.23636145889759064,0.5036969780921936,0.9293057173490524,1239.0,317184.0,7820.350143324118,20299776.0 +98.94,8.300000190734863,2623.0,0.008909829892218113,0.1160888671875,0.0,1.6782445907592773,2.170638084411621,-0.011372853070497513,0.0024610564578324556,0.3479987382888794,0.5016681551933289,0.8928663730621338,1240.0,317440.0,7826.5960403799545,20316160.0 +89.74,8.399999618530273,2653.0,0.009824959561228752,0.13140869140625,0.0,1.6322001218795776,2.175262451171875,-0.011821690015494823,0.002453081076964736,0.250858336687088,0.5090598464012146,0.9125401303172112,1241.0,317696.0,7832.772020371165,20332544.0 +79.14,8.600000381469727,2668.0,0.009591890498995781,0.1321818083524704,0.0,1.622123122215271,2.185913324356079,-0.010117224417626858,0.00244278647005558,0.23501704633235931,0.5099768042564392,0.9208811670541763,1242.0,317952.0,7838.912298738956,20348928.0 +127.38,8.199999809265137,2657.0,0.008837402798235416,0.1136881485581398,0.0,1.6220073699951172,2.26452374458313,-0.011049635708332062,0.0024419694673269987,0.243743434548378,0.5072748064994812,0.9148084223270416,1243.0,318208.0,7845.077229621122,20365312.0 +100.72,7.300000190734863,2623.0,0.00823959056288004,0.0926513671875,0.0,1.7235244512557983,2.1849992275238037,-0.009884058497846127,0.0024427007883787155,0.41526079177856445,0.522456169128418,0.8800462111830711,1244.0,318464.0,7851.32448078203,20381696.0 +126.27,7.900000095367432,2571.0,0.0108307721093297,0.1296183317899704,0.0,1.648203730583191,2.2071006298065186,-0.010004732757806778,0.0024529725778847933,0.28965961933135986,0.5035979747772217,0.902559220790863,1245.0,318720.0,7857.699424664024,20398080.0 +130.97,8.199999809265137,2566.0,0.010328005999326706,0.1416422575712204,0.0,1.6263214349746704,2.2242250442504883,-0.011251705698668957,0.0024531749077141285,0.23202770948410034,0.5129075646400452,0.9185864329338074,1246.0,318976.0,7864.084089479176,20414464.0 +109.13,8.600000381469727,2594.0,0.009317065589129925,0.1252848356962204,0.0,1.6122578382492065,2.2118687629699707,-0.010319276712834835,0.002450675005093217,0.20386964082717896,0.5129850506782532,0.9219698160886765,1247.0,319232.0,7870.40005229204,20430848.0 +148.02,7.300000190734863,2613.0,0.008432885631918907,0.10601806640625,0.0,1.678978443145752,2.223292827606201,-0.011555247008800507,0.0024402320850640535,0.3509596884250641,0.5120383501052856,0.8760974705219269,1248.0,319488.0,7876.670701181982,20447232.0 +104.47,7.699999809265137,2638.0,0.00923079252243042,0.1199951171875,0.0,1.6418647766113281,2.197969436645508,-0.011074159294366837,0.002443784847855568,0.2912808954715729,0.5012379884719849,0.9015167057514191,1249.0,319744.0,7882.882242422085,20463616.0 +123.45,7.900000095367432,2623.0,0.009710818529129028,0.12591552734375,0.0,1.8032745122909546,2.1663804054260254,-0.011987380683422089,0.0024587519001215696,0.3554267883300781,0.494480699300766,0.8850680813193321,1250.0,320000.0,7889.128093710169,20480000.0 +123.68,7.800000190734863,2544.0,0.009760989807546139,0.1240437850356102,0.0,1.786725640296936,2.1705515384674072,-0.010253602638840675,0.002451215637847781,0.27008578181266785,0.5236303210258484,0.9036514312028885,1251.0,320256.0,7895.568542156136,20496384.0 +116.76,7.699999809265137,2567.0,0.008459741249680519,0.1144612655043602,0.0,1.78567373752594,2.171989679336548,-0.010568399913609028,0.0024778542574495077,0.2904461920261383,0.4989834129810333,0.9001391381025314,1252.0,320512.0,7901.94989305106,20512768.0 +96.34,8.399999618530273,2607.0,0.009117500856518745,0.1238810196518898,0.0,1.7523789405822754,2.1792585849761963,-0.01221893448382616,0.002447396982461214,0.2258826345205307,0.5149500966072083,0.9239289313554764,1253.0,320768.0,7908.235449948115,20529152.0 +168.33,7.099999904632568,2629.0,0.009587914682924747,0.1242268905043602,0.0,1.7977176904678345,2.2361814975738525,-0.009525954723358154,0.002463768469169736,0.28551122546195984,0.52068692445755,0.9092238247394562,1254.0,321024.0,7914.468052274082,20545536.0 +114.82,7.699999809265137,2586.0,0.009533270262181759,0.1302083283662796,0.0,1.822906494140625,2.2011547088623047,-0.007802706211805344,0.0024857583921402693,0.307601660490036,0.5222323536872864,0.9018063917756081,1255.0,321280.0,7920.803838890046,20561920.0 +167.68,7.5,2594.0,0.009484903886914253,0.1303914338350296,0.0,1.818281650543213,2.23170804977417,-0.011713462881743908,0.0025286958552896976,0.25916317105293274,0.5255020260810852,0.9153700098395348,1256.0,321536.0,7927.120569453109,20578304.0 +130.36,8.0,2581.0,0.009371106512844563,0.13177490234375,0.0,1.7788457870483398,2.2412853240966797,-0.012521914206445217,0.002536859130486846,0.19317293167114258,0.5156682133674622,0.934437558054924,1257.0,321792.0,7933.46753889299,20594688.0 +181.69,6.699999809265137,2627.0,0.009997435845434666,0.131591796875,0.0,1.8251758813858032,2.2305736541748047,-0.009779808111488819,0.0025091904681175947,0.3114176094532013,0.5132517218589783,0.8987671434879303,1258.0,322048.0,7939.704131847015,20611072.0 +142.29,8.300000190734863,2624.0,0.010931383818387985,0.1346638947725296,0.0,1.7720674276351929,2.220818281173706,-0.00937058124691248,0.002483719727024436,0.23592190444469452,0.5095015168190002,0.9202198907732964,1259.0,322304.0,7945.9470277761575,20627456.0 +120.35,7.400000095367432,2649.0,0.009569632820785046,0.127197265625,0.0,1.7872744798660278,2.1830286979675293,-0.009046905674040318,0.002461177296936512,0.29151591658592224,0.506963312625885,0.9059947058558464,1260.0,322560.0,7952.13272073702,20643840.0 +114.3,7.5,2622.0,0.009797614067792892,0.12689208984375,0.0,1.81934654712677,2.1810388565063477,-0.010741380043327808,0.002481859177350998,0.32296523451805115,0.5153467655181885,0.873215988278389,1261.0,322816.0,7958.3811900941655,20660224.0 +121.92,8.199999809265137,2651.0,0.010773751884698868,0.1335856169462204,0.0,1.8015793561935425,2.145826816558838,-0.010174884460866451,0.0024712395388633013,0.2886594533920288,0.5190637707710266,0.8833641707897186,1262.0,323072.0,7964.561245213961,20676608.0 +129.68,7.800000190734863,2636.0,0.010033204220235348,0.1349283903837204,0.0,1.7963510751724243,2.134639024734497,-0.009456570260226727,0.002462139120325446,0.305399090051651,0.5086236596107483,0.8798000141978264,1263.0,323328.0,7970.7772382390685,20692992.0 +156.08,7.900000095367432,2614.0,0.010191020555794239,0.1376749724149704,0.0,1.7993173599243164,2.1647071838378906,-0.011330320499837399,0.0024310583248734474,0.3131463825702667,0.525480329990387,0.8781266659498215,1264.0,323584.0,7977.046064003138,20709376.0 +134.99,8.0,2622.0,0.008940564468502998,0.1207275390625,0.0,1.7384690046310425,2.195258378982544,-0.010903426446020603,0.0024438495747745037,0.24109645187854767,0.4931677281856537,0.9013637527823448,1265.0,323840.0,7983.298190493137,20725760.0 +166.02,7.699999809265137,2649.0,0.01055713091045618,0.1456705778837204,0.0,1.7867217063903809,2.224756956100464,-0.011588611640036106,0.0024429827462881804,0.31192746758461,0.5079569220542908,0.8740497678518295,1266.0,324096.0,7989.481712496141,20742144.0 +120.41,7.800000190734863,2652.0,0.009984484873712063,0.1254069060087204,0.0,1.7915841341018677,2.2094810009002686,-0.010420127771794796,0.0024544198531657457,0.2942468523979187,0.5151023268699646,0.8818481639027596,1267.0,324352.0,7995.659752194071,20758528.0 +109.43,8.100000381469727,2596.0,0.009298024699091911,0.12774658203125,0.0,1.8620184659957886,2.170536756515503,-0.009924965910613537,0.002451608655974269,0.420076847076416,0.5234014391899109,0.8701974600553513,1268.0,324608.0,8001.97107576509,20774912.0 +110.15,8.100000381469727,2618.0,0.01089894026517868,0.150390625,0.0,1.7733241319656372,2.186681032180786,-0.01100450474768877,0.002451046137139201,0.2706117630004883,0.5104662179946899,0.9103574529290199,1269.0,324864.0,8008.228831319138,20791296.0 +115.41,7.900000095367432,2658.0,0.009433620609343052,0.12359619140625,0.0,1.8741002082824707,2.1910715103149414,-0.010359414853155613,0.0024594806600362062,0.41113391518592834,0.5373280644416809,0.8770028278231621,1270.0,325120.0,8014.392059394158,20807680.0 +128.38,8.0,2646.0,0.010373380966484547,0.1340738981962204,0.0,1.8223527669906616,2.209843873977661,-0.00899047777056694,0.002464709570631385,0.35885167121887207,0.5068824887275696,0.8894972428679466,1271.0,325376.0,8020.583998871967,20824064.0 +139.14,7.599999904632568,2608.0,0.01080363243818283,0.1473388671875,0.0,1.7784439325332642,2.233682632446289,-0.010779950767755508,0.0024831765331327915,0.23683889210224152,0.5175196528434753,0.9199576377868652,1272.0,325632.0,8026.866171895061,20840448.0 +96.89,8.699999809265137,2622.0,0.010616779327392578,0.1445109099149704,0.0,1.8171159029006958,2.192131757736206,-0.01062395703047514,0.002470281207934022,0.3193356990814209,0.5206968188285828,0.8994790688157082,1273.0,325888.0,8033.114082700107,20856832.0 +127.83,7.900000095367432,2614.0,0.01141282171010971,0.1490275114774704,0.0,1.768011212348938,2.207998037338257,-0.011378762312233448,0.0024578452575951815,0.22693563997745514,0.5248460173606873,0.9206700176000595,1274.0,326144.0,8039.380556000164,20873216.0 +75.03,8.899999618530273,2582.0,0.010632593184709549,0.1378987580537796,0.0,1.7633814811706543,2.153513193130493,-0.011384868063032627,0.002474377164617181,0.23078089952468872,0.5092124938964844,0.9205206483602524,1275.0,326400.0,8045.726644705981,20889600.0 +102.59,8.199999809265137,2636.0,0.011497455649077892,0.15338134765625,0.0,1.8060263395309448,2.1896753311157227,-0.010072438977658749,0.002453829860314727,0.3140782117843628,0.5195331573486328,0.9015440419316292,1276.0,326656.0,8051.94158206298,20905984.0 +146.54,7.599999904632568,2569.0,0.010952363722026348,0.1391194611787796,0.0,1.7672783136367798,2.211580991744995,-0.009943025186657906,0.002466936130076647,0.26105669140815735,0.5003591775894165,0.9035666361451149,1277.0,326912.0,8058.319517503027,20922368.0 +117.31,7.800000190734863,2575.0,0.008973797783255577,0.1202392578125,0.0,1.8477468490600586,2.1822972297668457,-0.008575099520385265,0.0024658290203660727,0.4263556897640228,0.4969213008880615,0.8625773340463638,1278.0,327168.0,8064.681031910004,20938752.0 +103.12,8.399999618530273,2643.0,0.009230014868080616,0.1144816055893898,0.0,1.7801851034164429,2.219022035598755,-0.010930754244327545,0.002456267597153783,0.2495238184928894,0.5261977910995483,0.9120790660381317,1279.0,327424.0,8070.8800559991505,20955136.0 +160.22,8.100000381469727,2613.0,0.01052281353622675,0.1418050080537796,0.0,1.7814685106277466,2.2114675045013428,-0.01173307839781046,0.002446806523948908,0.22942769527435303,0.5434562563896179,0.9193906784057617,1280.0,327680.0,8077.151070334017,20971520.0 +161.03,8.199999809265137,2652.0,0.010918065905570984,0.146240234375,0.0,1.7749437093734741,2.1948907375335693,-0.010380183346569538,0.0024347531143575907,0.23664651811122894,0.5373761057853699,0.9217778369784355,1281.0,327936.0,8083.328970066039,20987904.0 +164.8,7.599999904632568,2613.0,0.009770646691322327,0.1292928010225296,0.0,1.7508020401000977,2.219301462173462,-0.010733780451118946,0.002441071905195713,0.22933781147003174,0.513552188873291,0.9199423119425774,1282.0,328192.0,8089.59862633911,21004288.0 +134.35,7.699999809265137,2609.0,0.009412498213350773,0.1253865510225296,0.0,1.814907431602478,2.150702714920044,-0.009541136212646961,0.002464825054630637,0.2988474667072296,0.5302179455757141,0.9057623222470284,1283.0,328448.0,8095.877981363097,21020672.0 +142.64,7.699999809265137,2622.0,0.012231010012328625,0.1566975861787796,0.0,1.8026862144470215,2.198594570159912,-0.009098727256059647,0.002478997688740492,0.2581474483013153,0.531615138053894,0.9209121242165565,1284.0,328704.0,8102.127256903099,21037056.0 +162.28,7.699999809265137,2640.0,0.010871399194002151,0.1339314728975296,0.0,1.8544119596481323,2.16260027885437,-0.012279796414077282,0.0024600306060165167,0.3801722228527069,0.5343812704086304,0.8955029472708702,1285.0,328960.0,8108.336013959022,21053440.0 +85.13,7.199999809265137,2644.0,0.010672667063772678,0.1319580078125,0.0,1.7988497018814087,2.1343841552734375,-0.012156759388744831,0.002461353549733758,0.28709104657173157,0.5239255428314209,0.9161587879061699,1286.0,329216.0,8114.532180945156,21069824.0 +156.76,7.5,2615.0,0.009833247400820255,0.1308797150850296,0.0,1.8425254821777344,2.0956287384033203,-0.010263429954648018,0.0024502682499587536,0.3431605100631714,0.5433490872383118,0.8940882682800293,1287.0,329472.0,8120.796671885997,21086208.0 +82.01,7.900000095367432,2608.0,0.010099398903548717,0.1361083984375,0.0,1.8455790281295776,2.0919854640960693,-0.011279240250587463,0.00244955625385046,0.38097426295280457,0.5282514691352844,0.8668667823076248,1288.0,329728.0,8127.078594403109,21102592.0 +111.62,8.0,2622.0,0.009321944788098335,0.119384765625,0.0,1.816779613494873,2.165573835372925,-0.011486277915537357,0.0024505541659891605,0.29202568531036377,0.5450180172920227,0.8954162672162056,1289.0,329984.0,8133.32801128109,21118976.0 +125.25,7.699999809265137,2625.0,0.01028299517929554,0.141845703125,0.0,1.817869782447815,2.206861734390259,-0.01019988115876913,0.002448655664920807,0.30213066935539246,0.5409427881240845,0.8886749148368835,1290.0,330240.0,8139.569224621169,21135360.0 +148.24,7.800000190734863,2630.0,0.009519661776721478,0.1272989958524704,0.0,1.7825819253921509,2.213069200515747,-0.009663031436502934,0.0024539700243622065,0.2630695402622223,0.5214210152626038,0.90897286683321,1291.0,330496.0,8145.797738223104,21151744.0 +164.69,7.400000095367432,2635.0,0.008957154117524624,0.12213134765625,0.0,1.8072205781936646,2.2110795974731445,-0.011745728552341461,0.00244836020283401,0.3058743178844452,0.5297319293022156,0.8836373686790466,1292.0,330752.0,8152.016308509046,21168128.0 +117.2,7.800000190734863,2676.0,0.010001086629927158,0.1408488005399704,0.0,1.7790721654891968,2.2051753997802734,-0.012307467870414257,0.0024485094472765923,0.28671398758888245,0.5108873248100281,0.893684633076191,1293.0,331008.0,8158.139762815088,21184512.0 +126.35,8.399999618530273,2597.0,0.01064925268292427,0.1413167268037796,0.0,1.7896841764450073,2.2387397289276123,-0.009336261078715324,0.0024435354862362146,0.26036307215690613,0.5353507995605469,0.9019745960831642,1294.0,331264.0,8164.447622730164,21200896.0 +206.43,7.0,2606.0,0.010084188543260098,0.1374715119600296,0.0,1.8169957399368286,2.214860439300537,-0.010469206608831882,0.002464615972712636,0.30265483260154724,0.5321448445320129,0.8889989256858826,1295.0,331520.0,8170.73334966111,21217280.0 +163.32,7.199999809265137,2630.0,0.008253130130469799,0.1049601212143898,0.0,1.8079771995544434,2.2034783363342285,-0.010434317402541637,0.002462725155055523,0.2800770103931427,0.5352951288223267,0.9021319895982742,1296.0,331776.0,8176.962787470082,21233664.0 +193.2,7.199999809265137,2598.0,0.00959573034197092,0.1298421174287796,0.0,1.8607100248336792,2.219618082046509,-0.00955544225871563,0.002459033625200391,0.4036170244216919,0.5270060300827026,0.8669640570878983,1297.0,332032.0,8183.268415631959,21250048.0 +111.21,8.800000190734863,2616.0,0.010456939227879047,0.14501953125,0.0,1.7481504678726196,2.224957227706909,-0.012575500644743443,0.0024540734011679888,0.18576447665691376,0.5289041996002197,0.9336256757378578,1298.0,332288.0,8189.532015769044,21266432.0 +171.95,7.199999809265137,2615.0,0.00983151700347662,0.1308186799287796,0.0,1.8145030736923218,2.227794885635376,-0.012119784951210022,0.002469365717843175,0.2773105204105377,0.5421957969665527,0.9036097377538681,1299.0,332544.0,8195.798238903983,21282816.0 +124.41,7.900000095367432,2618.0,0.011113532818853855,0.1513264924287796,0.0,1.6775898933410645,2.1980669498443604,-0.011467327363789082,0.0024564818013459444,0.24040840566158295,0.5393519997596741,0.9123990908265114,1300.0,332800.0,8202.056841138052,21299200.0 +178.28,7.300000190734863,2606.0,0.010982297360897064,0.1484578400850296,0.0,1.6940604448318481,2.1929025650024414,-0.011213189922273159,0.0024521092418581247,0.30231165885925293,0.5251091122627258,0.9063453525304794,1301.0,333056.0,8208.344356558984,21315584.0 +154.42,8.0,2636.0,0.011120227165520191,0.1472981721162796,0.0,1.674195647239685,2.1778512001037598,-0.010627917014062405,0.0024501204025000334,0.2740277647972107,0.518926739692688,0.911427766084671,1302.0,333312.0,8214.55839892407,21331968.0 +144.32,7.099999904632568,2619.0,0.00918496586382389,0.1204833984375,0.0,1.725321888923645,2.218230962753296,-0.011271045543253422,0.0024497765116393566,0.35587260127067566,0.5315995216369629,0.8827152699232101,1303.0,333568.0,8220.81412925804,21348352.0 +166.15,7.699999809265137,2609.0,0.011585547588765621,0.1521199494600296,0.0,1.6510194540023804,2.210465669631958,-0.011235793121159077,0.0024437878746539354,0.23542971909046173,0.5188228487968445,0.9073791578412056,1304.0,333824.0,8227.093970276183,21364736.0 +133.01,7.699999809265137,2631.0,0.010507223196327686,0.1369425505399704,0.0,1.7102538347244263,2.2546558380126953,-0.012003717012703419,0.002443507080897689,0.330400675535202,0.533361554145813,0.8791952580213547,1305.0,334080.0,8233.32387939212,21381120.0 +162.87,7.800000190734863,2614.0,0.010393532924354076,0.1394246369600296,0.0,1.695945143699646,2.2592790126800537,-0.00949688721448183,0.002460347255691886,0.28040891885757446,0.5340822339057922,0.9028661623597145,1306.0,334336.0,8239.591014469974,21397504.0 +132.53,8.300000190734863,2594.0,0.011772949248552322,0.1664225310087204,0.0,1.678599238395691,2.239603042602539,-0.011778303422033787,0.0024555865675210953,0.27302607893943787,0.5236071348190308,0.9185537099838257,1307.0,334592.0,8245.906201147009,21413888.0 +151.54,7.800000190734863,2583.0,0.010006309486925602,0.12652587890625,0.0,1.6900402307510376,2.255270481109619,-0.010338895954191685,0.002487640595063567,0.29529133439064026,0.5064975619316101,0.9164953157305717,1308.0,334848.0,8252.24840037711,21430272.0 +182.46,7.599999904632568,2616.0,0.011708802543580532,0.1588338166475296,0.0,1.6621695756912231,2.2379305362701416,-0.010915660299360752,0.0024810328613966703,0.22782492637634277,0.5167637467384338,0.9317940026521683,1309.0,335104.0,8258.512254656991,21446656.0 +144.38,7.599999904632568,2617.0,0.012081801891326904,0.1663411408662796,0.0,1.6734312772750854,2.2352793216705322,-0.011872596107423306,0.0024771869648247957,0.23411871492862701,0.5287370681762695,0.9341553747653961,1310.0,335360.0,8264.772805707064,21463040.0 +130.82,8.399999618530273,2602.0,0.010641741566359997,0.1476847380399704,0.0,1.6517385244369507,2.2278249263763428,-0.011596777476370335,0.002465485827997327,0.19881872832775116,0.5297061800956726,0.9454978816211224,1311.0,335616.0,8271.068411802175,21479424.0 +181.09,8.100000381469727,2646.0,0.010394825600087643,0.1397705078125,0.0,1.6501960754394531,2.245007038116455,-0.01170970220118761,0.0024375731591135263,0.2205759435892105,0.5301774144172668,0.9388721622526646,1312.0,335872.0,8277.260115251178,21495808.0 +105.69,8.0,2626.0,0.009161419235169888,0.1174723282456398,0.0,1.6772443056106567,2.223533868789673,-0.011219371110200882,0.002438031369820237,0.2452293038368225,0.5455225706100464,0.927490659058094,1313.0,336128.0,8283.499883473152,21512192.0 +140.24,7.800000190734863,2610.0,0.00905663799494505,0.1228434219956398,0.0,1.6683406829833984,2.2565689086914062,-0.01135788019746542,0.002434455556795001,0.28264379501342773,0.5171526074409485,0.9140753895044327,1314.0,336384.0,8289.77615154814,21528576.0 +129.63,8.300000190734863,2632.0,0.010436348617076874,0.1379597932100296,0.0,1.596563458442688,2.258446455001831,-0.012610949575901031,0.0024496770929545164,0.11954527348279953,0.5218130350112915,0.9595003947615623,1315.0,336640.0,8296.001719468972,21544960.0 +184.44,7.400000095367432,2631.0,0.01069475244730711,0.1522013396024704,0.0,1.6844245195388794,2.271306276321411,-0.00988812930881977,0.0024670662824064493,0.26330217719078064,0.5279940962791443,0.9090147465467453,1316.0,336896.0,8302.228443608154,21561344.0 +173.82,7.400000095367432,2648.0,0.008962896652519703,0.1173095703125,0.0,1.727919101715088,2.224818468093872,-0.010244929231703281,0.0024680462665855885,0.3309593200683594,0.5381242632865906,0.898668572306633,1317.0,337152.0,8308.416964536067,21577728.0 +126.44,7.900000095367432,2593.0,0.010226110927760601,0.1283976286649704,0.0,1.725256085395813,2.195152997970581,-0.011998326517641544,0.0024751333985477686,0.31358376145362854,0.5428932309150696,0.8911515921354294,1318.0,337408.0,8314.73512216215,21594112.0 +103.49,8.199999809265137,2595.0,0.009420822374522686,0.1258951872587204,0.0,1.698842167854309,2.1911823749542236,-0.011076058261096478,0.002465590136125684,0.2837000787258148,0.5338494777679443,0.8957686871290207,1319.0,337664.0,8321.048059912166,21610496.0 +156.91,8.0,2569.0,0.00944331381469965,0.1233317032456398,0.0,1.6940568685531616,2.245476484298706,-0.01027714367955923,0.00246170605532825,0.24676752090454102,0.5507083535194397,0.9105341732501984,1320.0,337920.0,8327.426270605996,21626880.0 +158.65,7.199999809265137,2550.0,0.008996129967272282,0.1204630509018898,0.0,1.7560954093933105,2.2364985942840576,-0.009358596056699753,0.002467372687533498,0.37553608417510986,0.5441480278968811,0.8574523478746414,1321.0,338176.0,8333.852431645151,21643264.0 +80.23,8.399999618530273,2562.0,0.01036989688873291,0.1420695036649704,0.0,1.6880607604980469,2.2051522731781006,-0.012714266777038574,0.0024558932054787874,0.2616529166698456,0.540942370891571,0.9110563695430756,1322.0,338432.0,8340.247354716063,21659648.0 +131.54,8.100000381469727,2552.0,0.010135520249605179,0.13641357421875,0.0,1.6910227537155151,2.221264600753784,-0.01227030623704195,0.0024752323515713215,0.24594415724277496,0.5429764986038208,0.9171787574887276,1323.0,338688.0,8346.666812759126,21676032.0 +142.5,7.400000095367432,2564.0,0.01038448978215456,0.1386515349149704,0.0,1.7212988138198853,2.222637414932251,-0.00846819207072258,0.002450309693813324,0.34092769026756287,0.532100260257721,0.8738935142755508,1324.0,338944.0,8353.057316106977,21692416.0 +110.92,8.699999809265137,2655.0,0.010360904037952423,0.13116455078125,0.0,1.638405203819275,2.219935655593872,-0.01286314520984888,0.0024375540670007467,0.1950666755437851,0.5322609543800354,0.9252231642603874,1325.0,339200.0,8359.228661226109,21708800.0 +95.24,9.100000381469727,2630.0,0.01091798860579729,0.1479288786649704,0.0,1.6872291564941406,2.163735866546631,-0.0113115468993783,0.0024385235738009214,0.2906820476055145,0.5305572152137756,0.8924014270305634,1326.0,339456.0,8365.45730782114,21725184.0 +175.03,7.099999904632568,2632.0,0.009568662382662296,0.13232421875,0.0,1.6945348978042603,2.2150251865386963,-0.009075785055756569,0.0024380385875701904,0.32366490364074707,0.5186789631843567,0.8812415674328804,1327.0,339712.0,8371.680797570152,21741568.0 +115.95,7.800000190734863,2629.0,0.009827849455177784,0.129638671875,0.0,1.643905758857727,2.201660394668579,-0.012748881243169308,0.002431809203699231,0.22684712707996368,0.5232596397399902,0.9217241480946541,1328.0,339968.0,8377.913422208978,21757952.0 +85.92,7.599999904632568,2585.0,0.01008356548845768,0.1329752653837204,0.0,1.67250394821167,2.1999728679656982,-0.010146812535822392,0.0024570534005761147,0.23685361444950104,0.5339441895484924,0.9256647899746895,1329.0,340224.0,8384.250647932058,21774336.0 +169.35,7.199999809265137,2587.0,0.008937030099332333,0.1197306290268898,0.0,1.7045315504074097,2.1906354427337646,-0.012603758834302425,0.002459560986608267,0.30309242010116577,0.5341034531593323,0.9011656939983368,1330.0,340480.0,8390.583006109111,21790720.0 +112.22,7.800000190734863,2626.0,0.010518587194383144,0.1395467072725296,0.0,1.6971832513809204,2.1710798740386963,-0.010874979197978973,0.002457953756675124,0.28121891617774963,0.5367563962936401,0.9146697968244553,1331.0,340736.0,8396.82275446318,21807104.0 +131.81,7.800000190734863,2614.0,0.009106261655688286,0.1161905899643898,0.0,1.6605134010314941,2.17929744720459,-0.012051853351294994,0.0024565348867326975,0.22392338514328003,0.5299509167671204,0.9281407371163368,1332.0,340992.0,8403.090110040968,21823488.0 +113.69,8.0,2610.0,0.009635132737457752,0.1250406950712204,0.0,1.6557550430297852,2.197338342666626,-0.010404455475509167,0.0024332941975444555,0.20289397239685059,0.546337366104126,0.9225405231118202,1333.0,341248.0,8409.368018445093,21839872.0 +184.4,7.699999809265137,2651.0,0.00855095125734806,0.11407470703125,0.0,1.671133041381836,2.2000246047973633,-0.01127674151211977,0.0024435734376311302,0.25405511260032654,0.5308605432510376,0.8991917446255684,1334.0,341504.0,8415.54821140808,21856256.0 +126.04,7.5,2605.0,0.009080075658857822,0.11492919921875,0.0,1.699544906616211,2.1949408054351807,-0.0102011663839221,0.0024331375025212765,0.2687874436378479,0.5582106709480286,0.8985541462898254,1335.0,341760.0,8421.83649061108,21872640.0 +136.97,8.199999809265137,2586.0,0.009252515621483326,0.130615234375,0.0,1.6871833801269531,2.203127145767212,-0.010408279486000538,0.002443928038701415,0.2894963026046753,0.5278971791267395,0.8934291675686836,1336.0,342016.0,8428.176818042062,21889024.0 +118.98,7.400000095367432,2632.0,0.010680080391466618,0.1370035856962204,0.0,1.7311415672302246,2.1621415615081787,-0.012141522020101547,0.002433577086776495,0.38735535740852356,0.5290191173553467,0.8677962273359299,1337.0,342272.0,8434.401074068155,21905408.0 +111.04,8.100000381469727,2614.0,0.010976504534482956,0.1400146484375,0.0,1.6481523513793945,2.185811758041382,-0.01332713570445776,0.0024307796265929937,0.20797091722488403,0.5394455790519714,0.9217273741960526,1338.0,342528.0,8440.669507174985,21921792.0 +135.53,7.400000095367432,2611.0,0.010023999027907848,0.13385009765625,0.0,1.7317595481872559,2.1738481521606445,-0.01142446231096983,0.0024331689346581697,0.3766239583492279,0.5352050065994263,0.8694756329059601,1339.0,342784.0,8446.94319279911,21938176.0 +108.42,8.399999618530273,2631.0,0.010339687578380108,0.1326904296875,0.0,1.6660188436508179,2.1981565952301025,-0.011399832554161549,0.0024405764415860176,0.25168994069099426,0.5281064510345459,0.9155178815126419,1340.0,343040.0,8453.170276822988,21954560.0 +120.95,8.100000381469727,2643.0,0.011226288974285126,0.1556396484375,0.0,1.6300050020217896,2.2106640338897705,-0.012951786629855633,0.002439590636640787,0.2105613797903061,0.5132967829704285,0.9274809584021568,1341.0,343296.0,8459.368753471179,21970944.0 +167.72,7.599999904632568,2649.0,0.01098321657627821,0.14825439453125,0.0,1.7264394760131836,2.2320985794067383,-0.010852518491446972,0.0024466111790388823,0.3825812041759491,0.5192747116088867,0.8803576156497002,1342.0,343552.0,8465.554323819,21987328.0 +123.6,7.400000095367432,2645.0,0.011146041564643383,0.1488240510225296,0.0,1.6539896726608276,2.247344493865967,-0.011888246983289719,0.0024684686213731766,0.22773140668869019,0.5151942372322083,0.9311281517148018,1343.0,343808.0,8471.747300709132,22003712.0 +149.69,7.400000095367432,2654.0,0.009371359832584858,0.1233723983168602,0.0,1.643739104270935,2.227620840072632,-0.01074365433305502,0.0024699328932911158,0.2053404599428177,0.514021098613739,0.9352760165929794,1344.0,344064.0,8477.92015184206,22020096.0 +132.54,7.900000095367432,2591.0,0.010185097344219685,0.135009765625,0.0,1.6892856359481812,2.1980397701263428,-0.010155348107218742,0.002463716547936201,0.2758515179157257,0.5275812149047852,0.915966086089611,1345.0,344320.0,8484.242673445027,22036480.0 +150.72,7.400000095367432,2567.0,0.010265504941344261,0.1338907927274704,0.0,1.7386070489883423,2.182297468185425,-0.009478569962084293,0.0024494039826095104,0.37240898609161377,0.5349692702293396,0.8927551060914993,1346.0,344576.0,8490.625229732133,22052864.0 +132.43,8.199999809265137,2634.0,0.011456004343926907,0.1591796875,0.0,1.6972004175186157,2.189714193344116,-0.01131520513445139,0.002459003357216716,0.3040545582771301,0.5242599248886108,0.9058513417840004,1347.0,344832.0,8496.845338372048,22069248.0 +132.96,8.100000381469727,2626.0,0.010912722907960415,0.1516927033662796,0.0,1.6828500032424927,2.2097742557525635,-0.0096159428358078,0.002459071110934019,0.2642368972301483,0.5287371277809143,0.91422900557518,1348.0,345088.0,8503.083540507127,22085632.0 +108.81,8.399999618530273,2634.0,0.009937643073499203,0.1304524689912796,0.0,1.6478365659713745,2.2119288444519043,-0.012745094485580921,0.002464473247528076,0.19559277594089508,0.5287685990333557,0.9317288547754288,1349.0,345344.0,8509.302233655006,22102016.0 +182.96,8.0,2607.0,0.010006919503211975,0.1357625275850296,0.0,1.8426750898361206,2.2323224544525146,-0.00888909213244915,0.0024846794549375772,0.20436632633209229,0.5293647646903992,0.9329837635159492,1350.0,345600.0,8515.585788836004,22118400.0 +146.65,6.900000095367432,2653.0,0.01238178089261055,0.1651407927274704,0.0,1.9029021263122559,2.209890604019165,-0.010743214748799801,0.0024878387339413166,0.30000540614128113,0.5418220162391663,0.9087209105491638,1351.0,345856.0,8521.761732639046,22134784.0 +143.05,7.800000190734863,2660.0,0.01072018127888441,0.1399739533662796,0.0,1.8654786348342896,2.2325246334075928,-0.011882252991199493,0.0024944397155195475,0.25009387731552124,0.5274193286895752,0.9116218909621239,1352.0,346112.0,8527.921058604028,22151168.0 +142.05,7.800000190734863,2643.0,0.00900155957788229,0.1133829727768898,0.0,1.9115358591079712,2.209780693054199,-0.010021982714533806,0.0024969361256808043,0.30002570152282715,0.5451745390892029,0.8971974030137062,1353.0,346368.0,8534.119274577126,22167552.0 +134.06,8.199999809265137,2631.0,0.013628770597279072,0.1568806916475296,0.0,1.869186520576477,2.2247889041900635,-0.010308065451681614,0.002479933202266693,0.2359103560447693,0.5438205003738403,0.9116200283169746,1354.0,346624.0,8540.347221071133,22183936.0 +115.29,8.399999618530273,2617.0,0.011085798032581806,0.1546630859375,0.0,1.8355721235275269,2.2384517192840576,-0.010316628031432629,0.0024891188368201256,0.18658512830734253,0.5304211974143982,0.9202105849981308,1355.0,346880.0,8546.607337313006,22200320.0 +136.02,7.5,2554.0,0.00877253245562315,0.1162109375,0.0,1.8958396911621094,2.225497007369995,-0.009843734093010426,0.002474496141076088,0.31848645210266113,0.5314473509788513,0.8797431513667107,1356.0,347136.0,8553.022924246034,22216704.0 +153.24,7.800000190734863,2588.0,0.009348745457828045,0.1242879256606102,0.0,1.9369492530822754,2.1998400688171387,-0.012577357701957226,0.00245219306088984,0.4212040901184082,0.5348264575004578,0.8589337170124054,1357.0,347392.0,8559.352367040003,22233088.0 +73.6,8.600000381469727,2626.0,0.010276158340275288,0.1396687775850296,0.0,1.856794834136963,2.1890056133270264,-0.012365129776299,0.0024561609607189894,0.2764417231082916,0.5247487425804138,0.9108572751283646,1358.0,347648.0,8565.589919890044,22249472.0 +119.23,8.0,2644.0,0.00940659735351801,0.12579345703125,0.0,1.8383039236068726,2.229449510574341,-0.010659106075763702,0.00245411298237741,0.24384154379367828,0.5222803354263306,0.9181635230779648,1359.0,347904.0,8571.78707719897,22265856.0 +151.67,8.0,2646.0,0.01056143268942833,0.1292724609375,0.0,1.8246253728866577,2.200049638748169,-0.011853616684675217,0.0024419811088591814,0.2111133337020874,0.5319321751594543,0.9297758340835571,1360.0,348160.0,8577.978895646986,22282240.0 +185.25,7.400000095367432,2630.0,0.011501233093440533,0.15625,0.0,1.8498387336730957,2.2163803577423096,-0.008643067441880703,0.002449742052704096,0.2182614803314209,0.5466434955596924,0.9228663742542267,1361.0,348416.0,8584.208032644121,22298624.0 +234.61,7.0,2643.0,0.01052102167159319,0.14031982421875,0.0,1.9239434003829956,2.184752941131592,-0.009243082255125046,0.0024530317168682814,0.36139190196990967,0.5478221774101257,0.8846822530031204,1362.0,348672.0,8590.407599606086,22315008.0 +132.82,7.699999809265137,2628.0,0.009932304732501507,0.1236165389418602,0.0,1.8617664575576782,2.197883129119873,-0.00890173576772213,0.0024610140826553106,0.24071013927459717,0.541784942150116,0.9252553656697273,1363.0,348928.0,8596.641588398954,22331392.0 +165.83,7.400000095367432,2607.0,0.009611254557967186,0.1283162385225296,0.0,1.927747130393982,2.210545778274536,-0.009913603775203228,0.002486412413418293,0.3303067088127136,0.5514066815376282,0.8997673764824867,1364.0,349184.0,8602.92574043409,22347776.0 +155.23,8.199999809265137,2635.0,0.009515651501715183,0.1304931640625,0.0,1.8399790525436401,2.1845474243164062,-0.010834398679435253,0.0024817970115691423,0.18961332738399506,0.5369533896446228,0.9416398741304874,1365.0,349440.0,8609.142875330057,22364160.0 +144.01,7.900000095367432,2603.0,0.011401371099054813,0.1491292268037796,0.0,1.853864073753357,2.193612813949585,-0.011019815690815449,0.00248104240745306,0.2248401790857315,0.5338786840438843,0.9287690967321396,1366.0,349696.0,8615.436265812023,22380544.0 +117.91,7.599999904632568,2603.0,0.012820020318031311,0.1521809846162796,0.0,1.8571323156356812,2.196653366088867,-0.011368878185749054,0.0024724111426621675,0.2646147906780243,0.5219547748565674,0.916653536260128,1367.0,349952.0,8621.729508143151,22396928.0 +160.29,7.5,2627.0,0.011422667652368546,0.154052734375,0.0,1.8429546356201172,2.2196943759918213,-0.012648777104914188,0.0024848447646945715,0.19421641528606415,0.538269579410553,0.9326589182019234,1368.0,350208.0,8627.967134342063,22413312.0 +193.88,7.199999809265137,2613.0,0.00971334520727396,0.1336466521024704,0.0,1.8501276969909668,2.218921661376953,-0.010132203809916973,0.0024470414500683546,0.23011212050914764,0.5438721776008606,0.9233764559030533,1369.0,350464.0,8634.236610271968,22429696.0 +104.65,7.699999809265137,2667.0,0.010931670665740967,0.1490478515625,0.0,1.8683191537857056,2.1656582355499268,-0.01105854194611311,0.002450469182804227,0.28677496314048767,0.5324121117591858,0.9117574840784073,1370.0,350720.0,8640.379161491059,22446080.0 +136.1,8.0,2651.0,0.01062290370464325,0.1383463591337204,0.0,1.8572298288345337,2.162433385848999,-0.011667403392493725,0.0024429424665868282,0.28095385432243347,0.5285733938217163,0.9221425354480743,1371.0,350976.0,8646.559586314019,22462464.0 +127.77,8.699999809265137,2625.0,0.013179163448512554,0.17572021484375,0.0,1.8557802438735962,2.1682283878326416,-0.01107760053128004,0.002453728811815381,0.26843640208244324,0.5274577140808105,0.9190309643745422,1372.0,351232.0,8652.80086841504,22478848.0 +134.22,8.0,2621.0,0.012149658985435963,0.16998291015625,0.0,1.8745003938674927,2.1607935428619385,-0.010802878998219967,0.0024689515121281147,0.27032724022865295,0.5372720956802368,0.9191870093345642,1373.0,351488.0,8659.051721052965,22495232.0 +116.43,7.900000095367432,2623.0,0.01322201732546091,0.1721394807100296,0.0,1.8700634241104126,2.1807570457458496,-0.00893081072717905,0.00244069192558527,0.28038883209228516,0.5402616858482361,0.91041549295187,1374.0,351744.0,8665.299379138043,22511616.0 +113.64,7.599999904632568,2615.0,0.009269698522984982,0.1231282576918602,0.0,1.8832706212997437,2.1407363414764404,-0.01171193365007639,0.002432886976748705,0.3598022162914276,0.5200449824333191,0.8917748034000397,1375.0,352000.0,8671.564238948049,22528000.0 +114.61,7.699999809265137,2617.0,0.011999200098216534,0.155029296875,0.0,1.874818205833435,2.138939619064331,-0.011920805089175701,0.002437918446958065,0.3257857859134674,0.5262761116027832,0.8943501636385918,1376.0,352256.0,8677.824956447119,22544384.0 +145.42,7.300000190734863,2625.0,0.011588568799197674,0.1553955078125,0.0,1.9270697832107544,2.14147686958313,-0.008932560682296753,0.002458785427734256,0.4354613125324249,0.5102935433387756,0.8833165839314461,1377.0,352512.0,8684.067385629052,22560768.0 +132.8,8.300000190734863,2638.0,0.011590874753892422,0.1499430388212204,0.0,1.8280845880508423,2.1521823406219482,-0.011148209683597088,0.0024510968942195177,0.24166887998580933,0.514371931552887,0.9331610426306725,1378.0,352768.0,8690.278593413066,22577152.0 +119.0,8.300000190734863,2604.0,0.011108316481113434,0.1537068635225296,0.0,1.8403321504592896,2.1572818756103516,-0.012993372976779938,0.002450403291732073,0.2477424144744873,0.5258252024650574,0.927788220345974,1379.0,353024.0,8696.570486494107,22593536.0 +127.79,7.900000095367432,2603.0,0.009067153558135033,0.1196085587143898,0.0,1.926908016204834,2.13509202003479,-0.011277741752564907,0.002465413883328438,0.3485771417617798,0.5525410771369934,0.9076204895973206,1380.0,353280.0,8702.865832901094,22609920.0 +95.56,7.900000095367432,2602.0,0.0103759178891778,0.13446044921875,0.0,1.8996669054031372,2.140838384628296,-0.012531963177025318,0.002480965107679367,0.27322399616241455,0.5565128922462463,0.9260298758745193,1381.0,353536.0,8709.163456749171,22626304.0 +139.95,8.399999618530273,2626.0,0.012021585367619991,0.1590372771024704,0.0,1.9174951314926147,2.1559598445892334,-0.010027322918176651,0.0025025138165801764,0.3061065375804901,0.5447717308998108,0.9081200212240219,1382.0,353792.0,8715.401868893998,22642688.0 +103.68,7.900000095367432,2525.0,0.012340132147073746,0.13641357421875,0.0,1.9154572486877441,2.1774120330810547,-0.009242081083357334,0.002447986975312233,0.30710530281066895,0.5689272880554199,0.916595570743084,1383.0,354048.0,8721.88912239112,22659072.0 +134.89,7.599999904632568,2553.0,0.008971919305622578,0.1205037459731102,0.0,1.8366278409957886,2.23410964012146,-0.011511101387441158,0.0024300154764205217,0.23113949596881866,0.5399025082588196,0.9345335513353348,1384.0,354304.0,8728.305079786107,22675456.0 +147.49,7.699999809265137,2612.0,0.009797926992177963,0.1275431364774704,0.0,1.9157346487045288,2.2135493755340576,-0.009860469959676266,0.002428065286949277,0.3791915476322174,0.5441022515296936,0.8816904053092003,1385.0,354560.0,8734.57773922314,22691840.0 +119.41,8.300000190734863,2610.0,0.009445208124816418,0.12408447265625,0.0,1.8416489362716675,2.189000368118286,-0.011090167798101902,0.0024352902546525,0.2957985997200012,0.5090844035148621,0.913589634001255,1386.0,354816.0,8740.85373905208,22708224.0 +151.53,7.5,2629.0,0.010013428516685963,0.1338094025850296,0.0,1.8741079568862915,2.168332815170288,-0.010202412493526936,0.002443718956783414,0.3438567817211151,0.5122058987617493,0.900536336004734,1387.0,355072.0,8747.08560102107,22724608.0 +94.3,8.699999809265137,2604.0,0.010607312433421612,0.138916015625,0.0,1.8302125930786133,2.1520779132843018,-0.012569827027618885,0.002460852498188615,0.2457912564277649,0.5109810829162598,0.9081755131483078,1388.0,355328.0,8753.37842310802,22740992.0 +142.86,8.300000190734863,2611.0,0.009278516285121441,0.1226399764418602,0.0,1.832471251487732,2.1851816177368164,-0.009878463111817837,0.0024510188959538937,0.25142666697502136,0.512978732585907,0.9063059389591217,1389.0,355584.0,8759.653096114052,22757376.0 +103.48,8.300000190734863,2604.0,0.010398396290838718,0.1423136442899704,0.0,1.8425875902175903,2.1996071338653564,-0.01195001695305109,0.0024311847519129515,0.2759953737258911,0.522943377494812,0.901235468685627,1390.0,355840.0,8765.943615823053,22773760.0 +122.46,7.599999904632568,2617.0,0.010249637998640537,0.1395670622587204,0.0,1.8670148849487305,2.1799349784851074,-0.011395633220672607,0.0024330567102879286,0.3134736120700836,0.5269443988800049,0.8844912722706795,1391.0,356096.0,8772.204911350971,22790144.0 +139.04,7.699999809265137,2566.0,0.011011891067028046,0.1482950896024704,0.0,1.865419864654541,2.187182903289795,-0.010771717876195908,0.00241744052618742,0.30116480588912964,0.5387607216835022,0.8949222639203072,1392.0,356352.0,8778.589600929059,22806528.0 +148.89,7.699999809265137,2591.0,0.009424002841114998,0.1284993439912796,0.0,1.8529062271118164,2.1625163555145264,-0.01114725973457098,0.002421508776023984,0.28376248478889465,0.5330429077148438,0.902852863073349,1393.0,356608.0,8784.912143902155,22822912.0 +139.41,7.800000190734863,2598.0,0.010661330074071884,0.1375325471162796,0.0,1.8755334615707397,2.1734304428100586,-0.010904255323112011,0.002438791561871767,0.2964023947715759,0.5405754446983337,0.8786466419696808,1394.0,356864.0,8791.217311795102,22839296.0 +133.28,7.5,2522.0,0.010005229152739048,0.1287434846162796,0.0,1.8460146188735962,2.1918447017669678,-0.009987708181142807,0.002447738777846098,0.21594490110874176,0.5460788011550903,0.9161104783415794,1395.0,357120.0,8797.714261040092,22855680.0 +147.22,7.699999809265137,2618.0,0.008187384344637394,0.1060994490981102,0.0,1.893445372581482,2.2111732959747314,-0.009289723820984364,0.0024555858690291643,0.2869659960269928,0.5535706877708435,0.8789678514003754,1396.0,357376.0,8803.971539570019,22872064.0 +153.41,6.800000190734863,2629.0,0.010571446269750595,0.1431071013212204,0.0,1.9653726816177368,2.2052595615386963,-0.00899333693087101,0.002453180029988289,0.44704651832580566,0.5463053584098816,0.8452606648206711,1397.0,357632.0,8810.202193311183,22888448.0 +95.1,7.800000190734863,2619.0,0.011855270713567734,0.143310546875,0.0,1.922133445739746,2.163405656814575,-0.009777761064469814,0.0024557311553508043,0.3455689251422882,0.5528952479362488,0.8826321884989738,1398.0,357888.0,8816.458141200012,22904832.0 +123.48,8.100000381469727,2560.0,0.012379399500787258,0.16827392578125,0.0,1.9023452997207642,2.1718881130218506,-0.011366206221282482,0.0024458772968500853,0.33248230814933777,0.5462507605552673,0.890478290617466,1399.0,358144.0,8822.858384654159,22921216.0 +115.29,8.100000381469727,2558.0,0.011942251585423946,0.16375732421875,0.0,1.8468422889709473,2.196312189102173,-0.011479906737804413,0.002438609255477786,0.23346781730651855,0.5442467331886292,0.9150920957326889,1400.0,358400.0,8829.26357338205,22937600.0 +101.84,7.599999904632568,2547.0,0.009806540794670582,0.13134765625,0.0,1.901278018951416,2.1890337467193604,-0.009527172893285751,0.002443757839500904,0.3513532876968384,0.5351398587226868,0.8750187680125237,1401.0,358656.0,8835.696656772168,22953984.0 +136.39,7.599999904632568,2629.0,0.01203551422804594,0.14453125,0.0,1.8506370782852173,2.167365550994873,-0.009971803054213524,0.0024300971999764442,0.2484331578016281,0.5430174469947815,0.9041426479816437,1402.0,358912.0,8841.927514160983,22970368.0 +141.66,7.5,2641.0,0.009982654824852943,0.1304117888212204,0.0,1.8645577430725098,2.185541868209839,-0.010259593836963177,0.00245260470546782,0.28260061144828796,0.5290700793266296,0.8838150724768639,1403.0,359168.0,8848.131008055992,22986752.0 +111.59,8.300000190734863,2638.0,0.009941386990249157,0.1327107697725296,0.0,1.8831440210342407,2.1437840461730957,-0.01195987593382597,0.002455886686220765,0.31613945960998535,0.5305289626121521,0.8718846887350082,1404.0,359424.0,8854.342484752182,23003136.0 +98.58,8.399999618530273,2606.0,0.011661740951240063,0.150146484375,0.0,1.9271894693374634,2.1186420917510986,-0.010821916162967682,0.0024560773745179176,0.3969898223876953,0.5326643586158752,0.8465699553489685,1405.0,359680.0,8860.629281271016,23019520.0 +117.63,7.900000095367432,2596.0,0.009712000377476215,0.1268717497587204,0.0,1.9191560745239258,2.157506227493286,-0.012225854210555553,0.002464219694957137,0.33829453587532043,0.5517000555992126,0.8880546763539314,1406.0,359936.0,8866.940695662051,23035904.0 +132.69,7.900000095367432,2592.0,0.01065934356302023,0.1468912810087204,0.0,1.884389877319336,2.1808156967163086,-0.009516253136098385,0.0024434516672044992,0.2914825975894928,0.5482469201087952,0.8861859738826752,1407.0,360192.0,8873.26081608911,23052288.0 +92.75,8.699999809265137,2566.0,0.012012265622615814,0.1580403596162796,0.0,1.7909506559371948,2.186319351196289,-0.012837003916501999,0.00243576243519783,0.15394246578216553,0.5307983756065369,0.9318925887346268,1408.0,360448.0,8879.647636848968,23068672.0 +124.44,7.900000095367432,2616.0,0.009219753555953503,0.1225789412856102,0.0,1.8509896993637085,2.220982551574707,-0.00905399676412344,0.002447696402668953,0.27984705567359924,0.5184816718101501,0.8794684037566185,1409.0,360704.0,8885.911659121979,23085056.0 +210.9,6.900000095367432,2602.0,0.009861171245574951,0.1298828125,0.0,1.9125896692276,2.213655710220337,-0.009984449483454227,0.00245209620334208,0.3669077455997467,0.5352084040641785,0.8523515611886978,1410.0,360960.0,8892.208248303039,23101440.0 +122.76,7.5,2671.0,0.009886501356959343,0.13189697265625,0.0,1.8255634307861328,2.2211809158325195,-0.011039495468139648,0.0024449091870337725,0.2370157241821289,0.5178521275520325,0.8899171724915504,1411.0,361216.0,8898.342259644065,23117824.0 +172.9,8.100000381469727,2677.0,0.01169326901435852,0.1513264924287796,0.0,1.8201388120651245,2.2002134323120117,-0.011574361473321915,0.0024543788749724627,0.170632466673851,0.5412099957466125,0.918879859149456,1412.0,361472.0,8904.462270001182,23134208.0 +153.99,7.5,2626.0,0.01059484202414751,0.1409505158662796,0.0,1.900579571723938,2.1560475826263428,-0.008987877517938614,0.002442697063088417,0.38109418749809265,0.519232451915741,0.8290546834468842,1413.0,361728.0,8910.702136020176,23150592.0 +133.27,7.599999904632568,2652.0,0.009791340678930283,0.1318155974149704,0.0,1.8765387535095215,2.169660806655884,-0.010975413955748081,0.002434019697830081,0.3262961804866791,0.5290529727935791,0.835046112537384,1414.0,361984.0,8916.88068962004,23166976.0 +95.15,8.199999809265137,2614.0,0.011235659010708332,0.1500651091337204,0.0,1.834950566291809,2.170254945755005,-0.011748452670872211,0.0024232259020209312,0.2454376220703125,0.5340700745582581,0.8872950300574303,1415.0,362240.0,8923.148107521003,23183360.0 +93.65,8.5,2582.0,0.01039392501115799,0.13824462890625,0.0,1.805849552154541,2.2038815021514893,-0.010923055000603199,0.002426902996376157,0.1649218052625656,0.5428991913795471,0.9284026399254799,1416.0,362496.0,8929.494725413155,23199744.0 +182.7,7.900000095367432,2607.0,0.011192974634468555,0.1446329802274704,0.0,1.8215774297714233,2.197049379348755,-0.011058463715016842,0.002433020155876875,0.19282323122024536,0.5416845679283142,0.9178479984402657,1417.0,362752.0,8935.780107743107,23216128.0 +175.93,6.599999904632568,2546.0,0.010707727633416653,0.1409505158662796,0.0,1.8941707611083984,2.160090923309326,-0.008581389673054218,0.0024324057158082724,0.3426986634731293,0.5368008017539978,0.8734822124242783,1418.0,363008.0,8942.216651173076,23232512.0 +145.68,8.199999809265137,2606.0,0.010301764123141766,0.1235758438706398,0.0,1.860947608947754,2.162554979324341,-0.011320218443870544,0.002438334049656987,0.303132027387619,0.5231603384017944,0.8791497498750687,1419.0,363264.0,8948.503649497172,23248896.0 +96.98,8.0,2611.0,0.00978467520326376,0.1285196989774704,0.0,1.8622474670410156,2.1668155193328857,-0.0121036721393466,0.0024364679120481014,0.26422932744026184,0.5456706881523132,0.8934217244386673,1420.0,363520.0,8954.778728034114,23265280.0 +136.71,7.800000190734863,2610.0,0.009939211420714855,0.1337076872587204,0.0,1.850098967552185,2.13269305229187,-0.01042002160102129,0.0024496344849467278,0.2453969120979309,0.5343301892280579,0.89850252866745,1421.0,363776.0,8961.055065615103,23281664.0 +113.74,7.900000095367432,2579.0,0.010491748340427876,0.1368815153837204,0.0,1.8732439279556274,2.1451008319854736,-0.011784013360738754,0.002463694429025054,0.25526079535484314,0.5470011830329895,0.8931987956166267,1422.0,364032.0,8967.408160183113,23298048.0 +137.54,8.100000381469727,2592.0,0.01206021849066019,0.1616617888212204,0.0,1.910413146018982,2.1294665336608887,-0.010978919453918934,0.0024539800360798836,0.31903591752052307,0.556178867816925,0.898338109254837,1423.0,364288.0,8973.728800217155,23314432.0 +102.79,8.800000190734863,2632.0,0.010765698738396168,0.1487223356962204,0.0,1.815447211265564,2.136192560195923,-0.012393496930599213,0.00244129984639585,0.18813365697860718,0.5344861149787903,0.9396841451525688,1424.0,364544.0,8979.95416358905,23330816.0 +190.66,7.699999809265137,2619.0,0.009936556220054626,0.13458251953125,0.0,1.8915921449661255,2.178785800933838,-0.00930748786777258,0.0024372905027121305,0.3166347146034241,0.5457248687744141,0.903179906308651,1425.0,364800.0,8986.209629692137,23347200.0 +103.08,7.900000095367432,2615.0,0.00858119037002325,0.1130574569106102,0.0,1.7955451011657715,2.1841676235198975,-0.009942412376403809,0.00244900886900723,0.1475267857313156,0.5290612578392029,0.9513548500835896,1426.0,365056.0,8992.473995398032,23363584.0 +195.19,7.699999809265137,2638.0,0.01228084322065115,0.15386962890625,0.0,1.8422657251358032,2.179551839828491,-0.012156873941421509,0.002447061939164996,0.24572740495204926,0.5298233032226562,0.9168940037488937,1427.0,365312.0,8998.684142074082,23379968.0 +137.92,8.0,2618.0,0.012283053249120712,0.16156005859375,0.0,1.8524385690689087,2.140418767929077,-0.011000130325555801,0.0024525432381778955,0.24392372369766235,0.5366094708442688,0.9183355793356895,1428.0,365568.0,9004.94627662818,23396352.0 +151.0,7.900000095367432,2516.0,0.010009835474193096,0.135498046875,0.0,1.931092619895935,2.152116060256958,-0.009188794530928135,0.0024444900918751955,0.4106818735599518,0.534216582775116,0.8640117645263672,1429.0,365824.0,9011.458611348178,23412736.0 +134.82,7.900000095367432,2534.0,0.00829325895756483,0.1056111678481102,0.0,1.8620637655258179,2.154129981994629,-0.01071257796138525,0.0024357768706977367,0.2357977032661438,0.5585302710533142,0.9216331988573074,1430.0,366080.0,9017.924548542127,23429120.0 +105.47,7.699999809265137,2566.0,0.010085098445415497,0.12890625,0.0,1.8725643157958984,2.17470121383667,-0.011884684674441814,0.002439286792650819,0.27832671999931335,0.5473893284797668,0.8969686329364777,1431.0,366336.0,9024.30903038499,23445504.0 +189.3,7.699999809265137,2531.0,0.011249999515712261,0.1477457731962204,0.0,1.8643455505371094,2.1765730381011963,-0.01129057351499796,0.0024539611767977476,0.2471909373998642,0.5468257665634155,0.9100349470973015,1432.0,366592.0,9030.782108376967,23461888.0 +145.63,7.800000190734863,2559.0,0.010268937796354294,0.1401163786649704,0.0,1.8369140625,2.134272813796997,-0.011386695317924023,0.0024449562188237906,0.17929019033908844,0.5575205087661743,0.9313330203294754,1433.0,366848.0,9037.183023118181,23478272.0 +133.66,8.199999809265137,2602.0,0.012455699034035206,0.1629842072725296,0.0,1.837640643119812,2.1076948642730713,-0.00906587578356266,0.0024344632402062416,0.19641812145709991,0.5523425936698914,0.9188427925109863,1434.0,367104.0,9043.480815797113,23494656.0 +196.4,7.900000095367432,2579.0,0.011058446951210499,0.15350341796875,0.0,1.8447519540786743,2.1113061904907227,-0.009522567503154278,0.0024278212804347277,0.207700714468956,0.5576266646385193,0.9148279055953026,1435.0,367360.0,9049.832412285963,23511040.0 +136.36,8.100000381469727,2604.0,0.012008453719317913,0.1674601286649704,0.0,1.863441824913025,2.110891819000244,-0.011127020232379436,0.0024352516047656536,0.2569243609905243,0.5495896935462952,0.8974931240081787,1436.0,367616.0,9056.124161524,23527424.0 +127.05,7.5,2648.0,0.011953274719417095,0.1478474885225296,0.0,1.855784296989441,2.1491715908050537,-0.009774877689778805,0.0024307905696332455,0.2482173591852188,0.5475468635559082,0.8994150087237358,1437.0,367872.0,9062.311065703165,23543808.0 +182.53,7.199999809265137,2599.0,0.009213265962898731,0.1207071915268898,0.0,1.8657474517822266,2.168527841567993,-0.009487606585025787,0.0024391652550548315,0.2860566973686218,0.5343091487884521,0.8804209753870964,1438.0,368128.0,9068.614497184055,23560192.0 +128.16,8.0,2649.0,0.009891104884445667,0.1319376677274704,0.0,1.8646520376205444,2.1432220935821533,-0.01064234133809805,0.0024397671222686768,0.2814406454563141,0.5361226201057434,0.8931499645113945,1439.0,368384.0,9074.798203062033,23576576.0 +165.24,7.599999904632568,2551.0,0.008646178059279919,0.1142374649643898,0.0,1.896936058998108,2.1549172401428223,-0.010859551839530468,0.002443203004077077,0.3618849217891693,0.5268004536628723,0.8600383102893829,1440.0,368640.0,9081.219780384097,23592960.0 +130.22,7.199999809265137,2561.0,0.010023052804172039,0.1243489608168602,0.0,1.8588260412216187,2.1686408519744873,-0.010774203576147556,0.002443290315568447,0.31020021438598633,0.5145413279533386,0.8754444792866707,1441.0,368896.0,9087.61726838816,23609344.0 +121.17,7.900000095367432,2574.0,0.010879104025661945,0.15118408203125,0.0,1.8586053848266602,2.1706936359405518,-0.011883772909641266,0.0024366809520870447,0.30194559693336487,0.5228825211524963,0.8731247931718826,1442.0,369152.0,9093.981720413081,23625728.0 +153.42,7.800000190734863,2644.0,0.009558723308146,0.1222941055893898,0.0,1.8668794631958008,2.1659233570098877,-0.011094826273620129,0.0024384071584790945,0.2857527434825897,0.5375534892082214,0.8761345371603966,1443.0,369408.0,9100.178678469965,23642112.0 +138.0,7.900000095367432,2630.0,0.01019633375108242,0.1355997771024704,0.0,1.910891056060791,2.131701946258545,-0.007740400731563568,0.0024550927337259054,0.36142614483833313,0.5316888689994812,0.8434716761112213,1444.0,369664.0,9106.408897024114,23658496.0 +128.78,8.0,2621.0,0.011850554496049881,0.1466064453125,0.0,1.857787013053894,2.171365976333618,-0.007634320762008429,0.0024579258169978857,0.22507713735103607,0.5456335544586182,0.8975211605429649,1445.0,369920.0,9112.660672950093,23674880.0 +164.27,7.5,2569.0,0.01028303150087595,0.1340738981962204,0.0,1.8654576539993286,2.2017982006073,-0.009507439099252224,0.0024492612574249506,0.2901246249675751,0.5272902250289917,0.8863190487027168,1446.0,370176.0,9119.03744721599,23691264.0 +149.84,7.599999904632568,2623.0,0.008591541089117527,0.1098429337143898,0.0,1.8511592149734497,2.195206880569458,-0.01096258033066988,0.0024442702997475863,0.259051114320755,0.5324131846427917,0.9020593613386154,1447.0,370432.0,9125.282465502154,23707648.0 +147.13,7.300000190734863,2636.0,0.01167208980768919,0.1641031950712204,0.0,1.8690584897994995,2.2088277339935303,-0.011844412423670292,0.0024247094988822937,0.29940739274024963,0.5409329533576965,0.8931471705436707,1448.0,370688.0,9131.497136041056,23724032.0 +176.26,8.100000381469727,2627.0,0.008707900531589985,0.1138916015625,0.0,1.8347703218460083,2.220888376235962,-0.01131545752286911,0.002448819112032652,0.22316135466098785,0.5323044657707214,0.9138734415173531,1449.0,370944.0,9137.734097657027,23740416.0 +126.65,7.5,2621.0,0.00981277134269476,0.13323974609375,0.0,1.858267903327942,2.175746440887451,-0.010668308474123478,0.002435890957713127,0.27174466848373413,0.53687584400177,0.8942989408969879,1450.0,371200.0,9143.98608895205,23756800.0 +109.78,7.800000190734863,2620.0,0.008768257685005665,0.1143391951918602,0.0,1.854174256324768,2.1649653911590576,-0.012141275219619274,0.0024251320865005255,0.2805454730987549,0.5351263880729675,0.8749227374792099,1451.0,371456.0,9150.239251736086,23773184.0 +132.42,8.300000190734863,2624.0,0.009350148029625416,0.12017822265625,0.0,1.8225072622299194,2.227126359939575,-0.011310684494674206,0.002416118048131466,0.21344077587127686,0.5413095355033875,0.9083569645881653,1452.0,371712.0,9156.481948297005,23789568.0 +146.86,7.699999809265137,2641.0,0.010258116759359837,0.1430460661649704,0.0,1.8750042915344238,2.206441879272461,-0.011760006658732891,0.002429508138448,0.31519848108291626,0.5364754796028137,0.8671703338623047,1453.0,371968.0,9162.68511796603,23805952.0 +100.29,7.800000190734863,2642.0,0.010185464285314083,0.1319987028837204,0.0,1.8662410974502563,2.1843574047088623,-0.011549425311386585,0.002419321332126856,0.288265198469162,0.5458406805992126,0.8828863129019737,1454.0,372224.0,9168.885604553157,23822336.0 +156.68,6.900000095367432,2615.0,0.008502176962792873,0.1126302108168602,0.0,1.8882397413253784,2.220904588699341,-0.010692493058741093,0.002416757633909583,0.3199326992034912,0.5527961254119873,0.8710652589797974,1455.0,372480.0,9175.152509237174,23838720.0 +130.67,7.900000095367432,2639.0,0.010154453106224537,0.1358642578125,0.0,1.8641163110733032,2.1889803409576416,-0.01240487303584814,0.0024203325156122446,0.3027294874191284,0.5368800759315491,0.883964516222477,1456.0,372736.0,9181.360099642072,23855104.0 +119.38,7.699999809265137,2603.0,0.010685077868402004,0.1405232697725296,0.0,1.8251816034317017,2.2218339443206787,-0.012094683945178986,0.002431405009701848,0.2543896734714508,0.5165972113609314,0.8898102268576622,1457.0,372992.0,9187.653433943167,23871488.0 +146.94,7.5,2626.0,0.010171065106987953,0.1328125,0.0,1.8745473623275757,2.1984128952026367,-0.009147544391453266,0.002452259650453925,0.3032963275909424,0.5279009938240051,0.8707763850688934,1458.0,373248.0,9193.896675090073,23887872.0 +125.63,8.800000190734863,2640.0,0.011252026073634624,0.15594482421875,0.0,1.8335036039352417,2.2016074657440186,-0.01232992485165596,0.002454898087307811,0.2059851437807083,0.5374079942703247,0.9129827171564102,1459.0,373504.0,9200.102983568097,23904256.0 +123.82,7.599999904632568,2586.0,0.009518814273178577,0.1263427734375,0.0,1.9092316627502441,2.1951377391815186,-0.011188703589141369,0.0024509283248335123,0.3303983211517334,0.5517087578773499,0.8679905831813812,1460.0,373760.0,9206.437568229157,23920640.0 +166.66,7.099999904632568,2598.0,0.009443996474146843,0.1177164688706398,0.0,1.855422019958496,2.2375144958496094,-0.01050062570720911,0.002444766229018569,0.2676555812358856,0.5320871472358704,0.8794313222169876,1461.0,374016.0,9212.742393980967,23937024.0 +150.8,7.699999809265137,2575.0,0.009205320850014687,0.1213785782456398,0.0,1.839269995689392,2.2450480461120605,-0.011383856646716595,0.0024458596017211676,0.22097940742969513,0.5396847128868103,0.8873429745435715,1462.0,374272.0,9219.10480514518,23953408.0 +166.66,6.599999904632568,2584.0,0.008426112122833729,0.1086629256606102,0.0,1.876535415649414,2.246777057647705,-0.009532071650028229,0.002433384070172906,0.2924692928791046,0.5456086993217468,0.8542673736810684,1463.0,374528.0,9225.446563987993,23969792.0 +128.71,7.599999904632568,2626.0,0.008143797516822815,0.104248046875,0.0,1.9458136558532715,2.2141106128692627,-0.011226926930248737,0.0024324997793883085,0.4336740970611572,0.5460947155952454,0.8155359029769897,1464.0,374784.0,9231.684596480103,23986176.0 +103.59,8.0,2628.0,0.007585583720356226,0.0939737930893898,0.0,1.8694405555725098,2.218918561935425,-0.010853968560695648,0.002438211115077138,0.2828345000743866,0.5419608354568481,0.8705311566591263,1465.0,375040.0,9237.919139858102,24002560.0 +115.08,7.300000190734863,2628.0,0.010600331239402294,0.14495849609375,0.0,1.8546782732009888,2.2434966564178467,-0.01224156841635704,0.0024397068191319704,0.23679065704345703,0.5511058568954468,0.8954350501298904,1466.0,375296.0,9244.154454071075,24018944.0 +173.81,8.100000381469727,2595.0,0.011001507751643658,0.1494547575712204,0.0,1.8519090414047241,2.230020761489868,-0.01102252583950758,0.002431202447041869,0.24162913858890533,0.5488160252571106,0.902649998664856,1467.0,375552.0,9250.468327519018,24035328.0 +144.36,7.5,2585.0,0.011477901600301266,0.15447998046875,0.0,1.8717931509017944,2.1727333068847656,-0.012781399302184582,0.0024396469816565514,0.3405816853046417,0.5161873698234558,0.881807416677475,1468.0,375808.0,9256.806180404034,24051712.0 +114.54,8.0,2602.0,0.008730347268283367,0.1149698868393898,0.0,1.942104697227478,2.181373357772827,-0.010825262404978275,0.0024246866814792156,0.459124356508255,0.5328382849693298,0.8494411557912827,1469.0,376064.0,9263.103430742165,24068096.0 +81.84,8.899999618530273,2605.0,0.01025390811264515,0.1247762069106102,0.0,1.8330817222595215,2.153162717819214,-0.010851205326616764,0.0024343738332390785,0.24408964812755585,0.5262324213981628,0.9111129119992256,1470.0,376320.0,9269.39258821099,24084480.0 +117.19,7.900000095367432,2579.0,0.010215011425316334,0.1365966796875,0.0,1.830892562866211,2.216681480407715,-0.010855600237846375,0.0024301328230649233,0.2154139131307602,0.5411415100097656,0.9142871201038361,1471.0,376576.0,9275.745508758118,24100864.0 +178.41,7.900000095367432,2600.0,0.010021678172051907,0.1313679963350296,0.0,1.8478879928588867,2.206817626953125,-0.01081034541130066,0.0024298569187521935,0.234253391623497,0.548711359500885,0.9093402251601219,1472.0,376832.0,9282.047243593028,24117248.0 +155.73,7.5,2593.0,0.010487723164260387,0.1365153044462204,0.0,1.908778190612793,2.1672089099884033,-0.011513099074363708,0.0024371545296162367,0.32908862829208374,0.5588418841362,0.8929093033075333,1473.0,377088.0,9288.364428807981,24133632.0 +168.16,7.900000095367432,2621.0,0.010346046648919582,0.1377970427274704,0.0,1.860361933708191,2.1911067962646484,-0.01074108388274908,0.0024483194574713707,0.2628413736820221,0.5374336242675781,0.9165665060281754,1474.0,377344.0,9294.615616274998,24150016.0 +107.52,7.599999904632568,2621.0,0.01046206895262003,0.1390584260225296,0.0,1.8598026037216187,2.212412118911743,-0.010401531122624874,0.002448657527565956,0.29130998253822327,0.5223444700241089,0.9113381579518318,1475.0,377600.0,9300.866643828107,24166400.0 +89.93,8.0,2607.0,0.009220010600984097,0.11761474609375,0.0,1.8566465377807617,2.203399658203125,-0.010761353187263012,0.002444938523694873,0.25372493267059326,0.540110170841217,0.9147566109895706,1476.0,377856.0,9307.149785508169,24182784.0 +177.89,7.900000095367432,2569.0,0.011549782939255238,0.1472574919462204,0.0,1.8583945035934448,2.200913906097412,-0.011994984932243824,0.002450560452416539,0.23436611890792847,0.549935519695282,0.9052325710654259,1477.0,378112.0,9313.526914217975,24199168.0 +146.58,8.199999809265137,2495.0,0.01119126845151186,0.1553751677274704,0.0,1.8565067052841187,2.183948516845703,-0.010799364186823368,0.0024634539149701595,0.19752870500087738,0.5586543679237366,0.9157810807228088,1478.0,378368.0,9320.096621476114,24215552.0 +149.29,7.400000095367432,2609.0,0.009764905087649822,0.1334431916475296,0.0,1.8947663307189941,2.177694320678711,-0.008872666396200657,0.0024490179494023323,0.2744326591491699,0.5636906027793884,0.8942722529172897,1479.0,378624.0,9326.376453652047,24231936.0 +138.65,7.400000095367432,2603.0,0.009222966618835926,0.1179606094956398,0.0,1.9277334213256836,2.10027813911438,-0.009427324868738651,0.0024522868916392326,0.39964786171913147,0.5321962237358093,0.8775559812784195,1480.0,378880.0,9332.671508976026,24248320.0 +145.87,7.800000190734863,2613.0,0.011134046129882336,0.1494140625,0.0,1.8476203680038452,2.0872747898101807,-0.011594034731388092,0.002442573430016637,0.2419169545173645,0.5378416180610657,0.9273765832185745,1481.0,379136.0,9338.940834303154,24264704.0 +118.92,8.100000381469727,2649.0,0.013477484695613384,0.1836751252412796,0.0,1.8374075889587402,2.1080753803253174,-0.010196740739047527,0.0024314161855727434,0.22624175250530243,0.5398563742637634,0.9228496700525284,1482.0,379392.0,9345.126174088102,24281088.0 +117.55,8.800000190734863,2630.0,0.0108829690143466,0.1415201872587204,0.0,1.8489584922790527,2.102134943008423,-0.011345564387738705,0.0024294524919241667,0.264541357755661,0.5343286991119385,0.9153649881482124,1483.0,379648.0,9351.354581457097,24297472.0 +124.84,8.300000190734863,2633.0,0.012229789048433304,0.15533447265625,0.0,1.8696058988571167,2.0935704708099365,-0.008571350015699863,0.0024368707090616226,0.2952129542827606,0.5330708622932434,0.9101161658763885,1484.0,379904.0,9357.576471253065,24313856.0 +123.27,8.300000190734863,2645.0,0.01261508371680975,0.1695760041475296,0.0,1.880446434020996,2.068593978881836,-0.011684159748256207,0.002448952989652753,0.3066892623901367,0.5349954962730408,0.9132466092705727,1485.0,380160.0,9363.770889410982,24330240.0 +134.5,7.800000190734863,2668.0,0.011387232691049576,0.1489054411649704,0.0,1.868301510810852,2.1023669242858887,-0.008035323582589626,0.00246603786945343,0.28870847821235657,0.5199872851371765,0.9132427498698235,1486.0,380416.0,9369.911119597964,24346624.0 +114.66,8.0,2639.0,0.010797817260026932,0.14208984375,0.0,1.8600436449050903,2.086927652359009,-0.011309673078358173,0.002445910358801484,0.24730585515499115,0.5456146597862244,0.9182710871100426,1487.0,380672.0,9376.118566991063,24363008.0 +102.55,8.0,2632.0,0.01312581729143858,0.1665242463350296,0.0,1.848505973815918,2.121670722961426,-0.011719506233930588,0.002463588723912835,0.1882842630147934,0.555505633354187,0.9398910701274872,1488.0,380928.0,9382.342698430177,24379392.0 +174.98,8.199999809265137,2598.0,0.011073961853981018,0.148681640625,0.0,1.8609519004821777,2.1293680667877197,-0.011352899484336376,0.0024516789708286524,0.23491953313350677,0.5502988696098328,0.9276358857750893,1489.0,381184.0,9388.648778167088,24395776.0 +161.13,7.300000190734863,2641.0,0.011422031559050083,0.1498006135225296,0.0,1.884311556816101,2.1577746868133545,-0.011247709393501282,0.002444068668410182,0.27515754103660583,0.5575237274169922,0.9111465513706207,1490.0,381440.0,9394.852585679153,24412160.0 +126.58,7.800000190734863,2643.0,0.013099073432385921,0.1676432341337204,0.0,1.8835757970809937,2.1236765384674072,-0.009965124540030956,0.0024529837537556887,0.2665257155895233,0.5550227761268616,0.9117758125066757,1491.0,381696.0,9401.050156902056,24428544.0 +111.25,8.300000190734863,2632.0,0.009313792921602726,0.1247965469956398,0.0,1.8790656328201294,2.099768877029419,-0.010560277849435806,0.0024461818393319845,0.2802712023258209,0.5473970770835876,0.896598145365715,1492.0,381952.0,9407.276184026152,24444928.0 +116.55,7.5,2629.0,0.010866113007068634,0.14288330078125,0.0,1.8669127225875854,2.1006691455841064,-0.012577219866216183,0.0024333822075277567,0.26783856749534607,0.5498862862586975,0.8922154903411865,1493.0,382208.0,9413.50834390102,24461312.0 +106.67,8.5,2629.0,0.009866943582892418,0.1351318359375,0.0,1.8738218545913696,2.022611618041992,-0.01213130820542574,0.0024278934579342604,0.30781325697898865,0.5383259654045105,0.8759692534804344,1494.0,382464.0,9419.738799505169,24477696.0 +103.02,8.5,2615.0,0.008653689175844193,0.1131795272231102,0.0,1.8844035863876343,2.018184185028076,-0.010704590938985348,0.002426846418529749,0.35293546319007874,0.5253992676734924,0.8439133018255234,1495.0,382720.0,9426.003994709114,24494080.0 +110.65,8.399999618530273,2663.0,0.009116503410041332,0.1230672225356102,0.0,1.8022174835205078,2.0929813385009766,-0.011244844645261765,0.0024154542479664087,0.17973162233829498,0.5367991328239441,0.9134069681167603,1496.0,382976.0,9432.155281149084,24510464.0 +97.14,8.199999809265137,2549.0,0.011097987182438374,0.141845703125,0.0,1.871505618095398,2.0968143939971924,-0.01026443112641573,0.0024388961028307676,0.2939399182796478,0.53631991147995,0.8805680796504021,1497.0,383232.0,9438.582217682153,24526848.0 +154.93,7.599999904632568,2595.0,0.009829175658524036,0.1287434846162796,0.0,1.852678656578064,2.1232411861419678,-0.011311548762023449,0.002440656302496791,0.2431432604789734,0.5433230400085449,0.914706327021122,1498.0,383488.0,9444.899845979176,24543232.0 +135.27,7.199999809265137,2627.0,0.009930810891091824,0.12945556640625,0.0,1.9461263418197632,2.1146926879882812,-0.011376366950571537,0.002447872655466199,0.41636893153190613,0.546528697013855,0.8667676150798798,1499.0,383744.0,9451.136536830105,24559616.0 +74.1,8.5,2628.0,0.012718021869659424,0.1669514924287796,0.0,1.746611475944519,2.066821575164795,-0.010485916398465633,0.002437785966321826,0.36971715092658997,0.5510034561157227,0.8692459464073181,1500.0,384000.0,9457.371066150954,24576000.0 +106.32,8.399999618530273,2595.0,0.011248099617660046,0.15155029296875,0.0,1.7043557167053223,2.109743356704712,-0.012624930590391159,0.0024469683412462473,0.302213579416275,0.5398171544075012,0.8749334067106247,1501.0,384256.0,9463.68446857296,24592384.0 +126.18,8.0,2605.0,0.01101596001535654,0.1436767578125,0.0,1.683097243309021,2.17903470993042,-0.012187733314931393,0.0024336103815585375,0.2598755657672882,0.5466812252998352,0.8825105726718903,1502.0,384512.0,9469.975086348131,24608768.0 +130.66,7.800000190734863,2588.0,0.009752693586051464,0.12738037109375,0.0,1.724570393562317,2.17749285697937,-0.011461813002824783,0.0024241425562649965,0.36246177554130554,0.5396802425384521,0.8512841016054153,1503.0,384768.0,9476.306103625102,24625152.0 +163.11,7.099999904632568,2621.0,0.010100247338414192,0.1412556916475296,0.0,1.6844359636306763,2.1636030673980713,-0.011623692698776722,0.0024146605283021927,0.2851305902004242,0.5428148508071899,0.8885287418961525,1504.0,385024.0,9482.556086221011,24641536.0 +145.4,7.199999809265137,2617.0,0.009939885698258877,0.1313679963350296,0.0,1.7656456232070923,2.1352570056915283,-0.009572152979671955,0.00242759776301682,0.45334553718566895,0.530531644821167,0.8196678757667542,1505.0,385280.0,9488.816380555974,24657920.0 +70.83,9.0,2599.0,0.01207549124956131,0.16009521484375,0.0,1.6438302993774414,2.1160430908203125,-0.011665724217891693,0.002441242104396224,0.2271793633699417,0.5161202549934387,0.8892286494374275,1506.0,385536.0,9495.119505063165,24674304.0 +104.22,8.100000381469727,2549.0,0.010411640629172325,0.1369425505399704,0.0,1.6956161260604858,2.0913302898406982,-0.010966867208480835,0.0024320653174072504,0.3496890962123871,0.5091359615325928,0.8485292047262192,1507.0,385792.0,9501.547550935065,24690688.0 +88.31,7.900000095367432,2593.0,0.009977716021239758,0.1373494416475296,0.0,1.7263790369033813,2.0804214477539062,-0.009622749872505665,0.002423634985461831,0.3701040744781494,0.5345759391784668,0.8450462520122528,1508.0,386048.0,9507.86549927108,24707072.0 +103.35,8.5,2606.0,0.010869916528463364,0.1433512419462204,0.0,1.7306398153305054,2.0963704586029053,-0.012034858576953411,0.002416338538751006,0.3726082742214203,0.5444242358207703,0.8441520631313324,1509.0,386304.0,9514.15342899505,24723456.0 +81.95,8.100000381469727,2631.0,0.01003878191113472,0.13714599609375,0.0,1.7070131301879883,2.125351667404175,-0.011098611168563366,0.0024208042304962873,0.33382952213287354,0.5367650389671326,0.8567542433738708,1510.0,386560.0,9520.380091496976,24739840.0 +110.38,8.0,2591.0,0.01045896764844656,0.13690185546875,0.0,1.7223262786865234,2.167231798171997,-0.008931933902204037,0.002431627828627825,0.3312832713127136,0.5478402376174927,0.8724287152290344,1511.0,386816.0,9526.702405274147,24756224.0 +135.01,7.800000190734863,2623.0,0.009641392156481743,0.1270955353975296,0.0,1.7113240957260132,2.2049832344055176,-0.01023036614060402,0.00242156651802361,0.34028223156929016,0.5375093221664429,0.8598764538764954,1512.0,387072.0,9532.949555583997,24772608.0 +139.95,7.800000190734863,2637.0,0.01065345760434866,0.14288330078125,0.0,1.7218828201293945,2.194878578186035,-0.009167912416160107,0.00241619860753417,0.3540503680706024,0.5429832339286804,0.8607901632785797,1513.0,387328.0,9539.163974093972,24788992.0 +93.17,8.300000190734863,2626.0,0.009901918470859528,0.12896728515625,0.0,1.655781626701355,2.1937577724456787,-0.009857541881501675,0.0024158691521734,0.22550641000270844,0.5418696403503418,0.9102888628840446,1514.0,387584.0,9545.404208363034,24805376.0 +168.65,7.800000190734863,2615.0,0.011066487990319729,0.1568603515625,0.0,1.6993184089660645,2.196211814880371,-0.009922836907207966,0.0024193788412958384,0.29150819778442383,0.5519208312034607,0.8944884166121483,1515.0,387840.0,9551.669499438023,24821760.0 +120.22,7.400000095367432,2605.0,0.009716249071061611,0.1330973356962204,0.0,1.6809293031692505,2.2031733989715576,-0.010031445883214474,0.002416518284007907,0.2616024315357208,0.5497313737869263,0.8876892700791359,1516.0,388096.0,9557.958647379186,24838144.0 +146.31,6.599999904632568,2651.0,0.00917387381196022,0.12274169921875,0.0,1.712546944618225,2.2046520709991455,-0.010380914434790611,0.002420534612610936,0.31911107897758484,0.5513095855712891,0.8603066653013229,1517.0,388352.0,9564.13958335016,24854528.0 +153.68,7.0,2636.0,0.009807986207306385,0.12982177734375,0.0,1.693395733833313,2.2132961750030518,-0.011285524815320969,0.002428301377221942,0.2782432436943054,0.5499525666236877,0.8524362444877625,1518.0,388608.0,9570.355963820126,24870912.0 +101.41,8.199999809265137,2572.0,0.010377809405326843,0.1340535432100296,0.0,1.756693720817566,2.178067922592163,-0.009891960769891739,0.0024250505957752466,0.4220562279224396,0.5400729775428772,0.8379327952861786,1519.0,388864.0,9576.725838114973,24887296.0 +130.54,7.699999809265137,2633.0,0.010206382721662521,0.13104248046875,0.0,1.7274726629257202,2.198550224304199,-0.009662305936217308,0.002431150758638978,0.3522557020187378,0.5433052182197571,0.8585066050291061,1520.0,389120.0,9582.94758449914,24903680.0 +144.27,7.599999904632568,2628.0,0.009910241700708866,0.1323649138212204,0.0,1.7025436162948608,2.2387821674346924,-0.009407837875187397,0.002421635901555419,0.32352614402770996,0.5364890098571777,0.874101847410202,1521.0,389376.0,9589.181671017082,24920064.0 +87.1,7.900000095367432,2576.0,0.012045595794916153,0.1596883088350296,0.0,1.654623031616211,2.2317745685577393,-0.012393392622470856,0.0024217001628130674,0.20963238179683685,0.5497255921363831,0.913414791226387,1522.0,389632.0,9595.540655846009,24936448.0 +143.82,8.100000381469727,2563.0,0.010274071246385574,0.1470743864774704,0.0,1.616673469543457,2.2360849380493164,-0.012897989712655544,0.002426386112347245,0.141422301530838,0.543719470500946,0.9390501119196415,1523.0,389888.0,9601.932999989018,24952832.0 +163.79,7.5,2590.0,0.012330557219684124,0.1700846403837204,0.0,1.7057271003723145,2.2284629344940186,-0.008176873438060284,0.0024321789387613535,0.29791727662086487,0.5474997162818909,0.889645628631115,1524.0,390144.0,9608.257921044016,24969216.0 +179.05,7.199999809265137,2639.0,0.009837699122726917,0.1202392578125,0.0,1.730184555053711,2.2084524631500244,-0.011589727364480495,0.0024502344895154238,0.36051464080810547,0.5344403386116028,0.8694544732570648,1525.0,390400.0,9614.466308375122,24985600.0 diff --git a/train_procgen/checkpoints/sppo-jumper_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..07542426eb1d0ab8b62d807174bef79c4d58c884 --- /dev/null +++ b/train_procgen/checkpoints/sppo-jumper_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +57.193548387096776,3.387096881866455,369.0,0.007165543735027313,0.1004842147231102,0.0,0.30148813128471375,2.7009918689727783,-0.0011070814216509461,0.0037209801375865936,0.659210205078125,0.12344752997159958,0.012766361236572266,1.0,256.0,44.357178474077955,16384.0 +116.78350515463917,3.8144330978393555,2489.0,0.005743194371461868,0.0620524100959301,0.0,0.21740122139453888,2.6954915523529053,-0.000834861712064594,0.0037222609389573336,0.49038195610046387,0.09186524152755737,0.032246530055999756,2.0,512.0,52.24105066014454,32768.0 +181.17,4.800000190734863,2491.0,0.005488578230142593,0.05389404296875,0.0,0.2122378945350647,2.6920888423919678,-2.5118866687989794e-05,0.003722144989296794,0.47836780548095703,0.105573870241642,0.03943181037902832,3.0,768.0,58.81833424908109,49152.0 +356.52,4.099999904632568,2481.0,0.011282011866569519,0.1761881560087204,0.0,0.0872194766998291,2.6835289001464844,-0.0012356200022622943,0.0037215452175587416,0.23058076202869415,0.12122538685798645,0.10690367221832275,4.0,1024.0,65.42495067697018,65536.0 +412.93,3.4000000953674316,2541.0,0.008821041323244572,0.12060546875,0.0,0.134401336312294,2.691909074783325,0.0005166883347555995,0.003721458837389946,0.3216075003147125,0.13823376595973969,0.10963600873947144,5.0,1280.0,71.87353719212115,81920.0 +391.17,3.0999999046325684,2516.0,0.00752859003841877,0.0784098282456398,0.0,0.19443804025650024,2.6967782974243164,-0.0018804414430633187,0.003720948239788413,0.44657251238822937,0.15728682279586792,0.12630796432495117,6.0,1536.0,78.38511548796669,98304.0 +395.31,3.200000047683716,2560.0,0.009796355850994587,0.1336873322725296,0.0,0.15728431940078735,2.685664176940918,-0.002082012826576829,0.0037212457973510027,0.3724459111690521,0.1844978779554367,0.13299179077148438,7.0,1792.0,84.78418872505426,114688.0 +332.28,3.9000000953674316,2612.0,0.006745460908859968,0.09161376953125,0.0,0.2566663920879364,2.6890146732330322,0.0003502316540107131,0.0037213254254311323,0.5664125084877014,0.2335309237241745,0.11903190612792969,8.0,2048.0,91.0578985279426,131072.0 +298.93,4.300000190734863,2524.0,0.006733233109116554,0.0951334610581398,0.0,0.1811652034521103,2.6859219074249268,-0.00035870089777745306,0.0037211172748357058,0.4167661964893341,0.23657085001468658,0.14810782670974731,9.0,2304.0,97.54959754203446,147456.0 +309.23,3.5999999046325684,2528.0,0.007436323910951614,0.0994873046875,0.0,0.09487569332122803,2.689455986022949,-0.0014417496277019382,0.003720298409461975,0.24642400443553925,0.26319700479507446,0.22544986009597778,10.0,2560.0,104.03161058295518,163840.0 +375.22,2.799999952316284,2449.0,0.007132641971111298,0.0753377303481102,0.0,0.12244228273630142,2.682605504989624,-0.0008859215304255486,0.00372038665227592,0.300308495759964,0.3501221835613251,0.20197296142578125,11.0,2816.0,110.72123421612196,180224.0 +422.27,2.5999999046325684,2490.0,0.009185991249978542,0.1162516251206398,0.0,0.012116211466491222,2.6807901859283447,-0.0017115138471126556,0.003721194341778755,0.08127125352621078,0.32767316699028015,0.28972727060317993,12.0,3072.0,117.30195582495071,196608.0 +453.34,2.9000000953674316,2564.0,0.00914462935179472,0.0901896134018898,0.0,0.15052460134029388,2.679713487625122,-0.0016369008226320148,0.0037216420751065016,0.3579172194004059,0.24733294546604156,0.175767183303833,13.0,3328.0,123.69148258399218,212992.0 +431.94,3.200000047683716,2567.0,0.006026424467563629,0.0672810897231102,0.0,0.12130255252122879,2.677750587463379,0.00036105234175920486,0.0037213973701000214,0.2954380214214325,0.21158118546009064,0.19775724411010742,14.0,3584.0,130.07251505414024,229376.0 +375.0,3.5,2566.0,0.0066145616583526134,0.0635172501206398,0.0,0.27471497654914856,2.66870379447937,0.0001503225794294849,0.003719515400007367,0.6025032997131348,0.2708875834941864,0.19981062412261963,15.0,3840.0,136.45623248210177,245760.0 +324.64,4.599999904632568,2543.0,0.007893416099250317,0.0691935196518898,0.0,0.239019975066185,2.6586296558380127,0.0006580639746971428,0.003719721222296357,0.5298964381217957,0.3088427186012268,0.22778105735778809,16.0,4096.0,142.89859389909543,262144.0 +296.37,4.0,2582.0,0.007249623071402311,0.0863037109375,0.0,0.08905458450317383,2.662795305252075,-0.0005718748434446752,0.0037197985220700502,0.23250877857208252,0.2582462430000305,0.2522038221359253,17.0,4352.0,149.24289431795478,278528.0 +332.52,4.5,2528.0,0.00826969649642706,0.0977783203125,0.0,0.14585644006729126,2.654433012008667,-0.00157215166836977,0.003720097243785858,0.34794583916664124,0.25216683745384216,0.2480500340461731,18.0,4608.0,155.72246826812625,294912.0 +389.49,3.5,2558.0,0.0074541461654007435,0.0903727188706398,0.0,0.1932881474494934,2.660090684890747,0.0005069043254479766,0.003719902830198407,0.4387642443180084,0.2527364194393158,0.2850598096847534,19.0,4864.0,162.12720312504098,311296.0 +389.9,3.700000047683716,2567.0,0.0074875070713460445,0.0818277969956398,0.0,0.15861855447292328,2.665709972381592,-0.00037341308780014515,0.003717426210641861,0.3712981641292572,0.2636738717556,0.31046026945114136,20.0,5120.0,168.50994084309787,327680.0 +355.27,4.199999809265137,2491.0,0.006404416635632515,0.0756429061293602,0.0,0.10527645796537399,2.661372423171997,-0.0008299692999571562,0.003718150779604912,0.26544031500816345,0.3069424331188202,0.31417298316955566,21.0,5376.0,175.087803944014,344064.0 +381.8,3.700000047683716,2426.0,0.006979904603213072,0.0811360701918602,0.0,0.08457387238740921,2.683617353439331,-0.0013793568359687924,0.0037173505406826735,0.22557878494262695,0.24176327884197235,0.36503171920776367,22.0,5632.0,181.84046131093055,360448.0 +336.25,3.0999999046325684,2547.0,0.005892535671591759,0.0720418319106102,0.0,0.14257466793060303,2.689237594604492,-0.0008466055733151734,0.0037169393617659807,0.3406273126602173,0.26459845900535583,0.2873835563659668,23.0,5888.0,188.272535122931,376832.0 +355.0,3.299999952316284,2587.0,0.00664145452901721,0.0579427070915699,0.0,0.13954678177833557,2.684541702270508,-0.001479225349612534,0.003714393824338913,0.3357428312301636,0.3572562634944916,0.3199388384819031,24.0,6144.0,194.60821599513292,393216.0 +372.25,4.5,2585.0,0.009210661053657532,0.09442138671875,0.0,0.28851500153541565,2.659832239151001,-0.0005257290322333574,0.0037072990089654922,0.6312780976295471,0.5234073996543884,0.3126143217086792,25.0,6400.0,200.94624622701667,409600.0 +283.23,5.099999904632568,2573.0,0.011029545217752457,0.12518310546875,0.0,0.20516009628772736,2.6375608444213867,0.001449674367904663,0.003704065689817071,0.46017202734947205,0.6778778433799744,0.34151047468185425,26.0,6656.0,207.31242482108064,425984.0 +285.15,4.400000095367432,2451.0,0.009208588860929012,0.1151529923081398,0.0,0.059317056089639664,2.64614200592041,-0.001122712972573936,0.0037010221276432276,0.17380237579345703,0.7760019302368164,0.39793580770492554,27.0,6912.0,213.9960444921162,442368.0 +354.9,3.9000000953674316,2401.0,0.011199192143976688,0.1600138396024704,0.0,0.008952389471232891,2.656157970428467,-0.00030536859412677586,0.0037010193336755037,0.07163867354393005,0.8229665756225586,0.4782177805900574,28.0,7168.0,220.8188168311026,458752.0 +450.25,3.0,2439.0,0.008137352764606476,0.10589599609375,0.0,0.18349047005176544,2.6558923721313477,-0.0004922943189740181,0.003681490896269679,0.42108336091041565,1.092502474784851,0.40090882778167725,29.0,7424.0,227.53762030694634,475136.0 +290.98,3.5999999046325684,2583.0,0.008012260310351849,0.0948486328125,0.0,0.2618838846683502,2.648480176925659,0.001060553826391697,0.003672765800729394,0.5746163129806519,1.3561395406723022,0.3765270709991455,30.0,7680.0,233.8812190189492,491520.0 +232.55,4.199999809265137,2483.0,0.00789711531251669,0.09600830078125,0.0,0.1950599104166031,2.6372485160827637,-0.002184277167543769,0.003668873803690076,0.4472333490848541,1.504088044166565,0.42416912317276,31.0,7936.0,240.48059347108938,507904.0 +204.58,4.599999904632568,2462.0,0.007817024365067482,0.11444091796875,0.0,0.23767328262329102,2.6260740756988525,-0.002894946373999119,0.0036627769004553556,0.533657968044281,1.6861690282821655,0.4342290759086609,32.0,8192.0,247.13567897607572,524288.0 +235.92,4.900000095367432,2459.0,0.009621412493288517,0.13458251953125,0.0,0.29729142785072327,2.608957052230835,-0.005744623485952616,0.003642142517492175,0.6582512259483337,2.1575205326080322,0.44969063997268677,33.0,8448.0,253.7992621890735,540672.0 +134.1,5.099999904632568,2465.0,0.006592229474335909,0.0760091170668602,0.0,0.44040337204933167,2.5820746421813965,-0.002892296062782407,0.0036303859669715166,0.9382328391075134,2.7087924480438232,0.4453933835029602,34.0,8704.0,260.44640269712545,557056.0 +129.81,6.300000190734863,2493.0,0.006465304177254438,0.0632527694106102,0.0,0.557436466217041,2.5663015842437744,-0.0036945417523384094,0.0036274753510951996,1.1735879182815552,2.861783742904663,0.41767650842666626,35.0,8960.0,267.0176563379355,573440.0 +144.14,5.300000190734863,2522.0,0.006961114704608917,0.0850016251206398,0.0,0.32043296098709106,2.567929983139038,-0.0021761073730885983,0.0036318080965429544,0.6965767741203308,2.9795351028442383,0.46512722969055176,36.0,9216.0,273.51493946206756,589824.0 +115.26,5.400000095367432,2562.0,0.005656651686877012,0.0479329414665699,0.0,0.41891801357269287,2.535417318344116,-0.0015351459151133895,0.0036027387250214815,0.8916147351264954,3.8514394760131836,0.4840346574783325,37.0,9472.0,279.9093685490079,606208.0 +177.15,5.699999809265137,2535.0,0.0046808719635009766,0.0456339530646801,0.0,0.33232781291007996,2.5316264629364014,-0.002659996272996068,0.0035690367221832275,0.7206080555915833,3.72381591796875,0.44576185941696167,38.0,9728.0,286.3712738219183,622592.0 +189.18,5.300000190734863,2563.0,0.0054911780171096325,0.0510457344353199,0.0,0.28399017453193665,2.5253067016601562,-0.0015636226162314415,0.003548029577359557,0.6216137409210205,3.6282260417938232,0.49884045124053955,39.0,9984.0,292.7628189630341,638976.0 +195.62,5.699999809265137,2598.0,0.005401909817010164,0.0591227225959301,0.0,0.28678441047668457,2.5309669971466064,-0.001363399438560009,0.0035212377551943064,0.6269149780273438,3.807692527770996,0.45854872465133667,40.0,10240.0,299.06862868508324,655360.0 +213.28,5.800000190734863,2584.0,0.005305148661136627,0.0568644218146801,0.0,0.3857719600200653,2.518300771713257,-0.0010407132795080543,0.003498171456158161,0.8239912986755371,3.5917694568634033,0.49599242210388184,41.0,10496.0,305.40924105606973,671744.0 +156.81,6.699999809265137,2583.0,0.006727069150656462,0.0815022811293602,0.0,0.3907567262649536,2.5253214836120605,-1.2044717550452333e-05,0.0034746788442134857,0.8320438861846924,3.5668821334838867,0.5249992311000824,42.0,10752.0,311.75160068506375,688128.0 +116.49,5.199999809265137,2564.0,0.006498152390122414,0.08154296875,0.0,0.34267187118530273,2.5176985263824463,-0.0017151754582300782,0.0034425759222358465,0.7391281127929688,3.832095146179199,0.546429455280304,43.0,11008.0,318.141623045085,704512.0 +199.57,5.699999809265137,2573.0,0.005685295443981886,0.0611979179084301,0.0,0.2652987241744995,2.5088274478912354,-0.0020115573424845934,0.003418462350964546,0.5847970843315125,4.499991416931152,0.5695977509021759,44.0,11264.0,324.51133426395245,720896.0 +216.09,6.400000095367432,2584.0,0.007645182311534882,0.1065877303481102,0.0,0.23514600098133087,2.5107741355895996,-0.00020958091772627085,0.0034143899101763964,0.5209266543388367,4.616344928741455,0.5998629331588745,45.0,11520.0,330.8516061480623,737280.0 +230.08,5.400000095367432,2596.0,0.005259837955236435,0.0534261055290699,0.0,0.23655498027801514,2.4708147048950195,-0.0024921519216150045,0.0033702838700264692,0.5275105834007263,5.771586894989014,0.6196230351924896,46.0,11776.0,337.1627255231142,753664.0 +183.67,6.199999809265137,2594.0,0.004961421247571707,0.0511067695915699,0.0,0.27336612343788147,2.4672462940216064,-0.0028226813301444054,0.003346168203279376,0.6017225980758667,6.955125331878662,0.6074165999889374,47.0,12032.0,343.47890608012676,770048.0 +212.14,5.699999809265137,2584.0,0.00570020591840148,0.0655924454331398,0.0,0.17789171636104584,2.487055778503418,-0.001304879318922758,0.003329122206196189,0.40813425183296204,7.722686290740967,0.6363702714443207,48.0,12288.0,349.81982711609453,786432.0 +169.08,5.300000190734863,2550.0,0.006846584379673004,0.0904541015625,0.0,0.253768652677536,2.4758355617523193,-0.0005049163592047989,0.003304792335256934,0.558063805103302,7.9193434715271,0.6175965070724487,49.0,12544.0,356.24479910801165,802816.0 +168.98,6.099999904632568,2429.0,0.010390862822532654,0.1334228515625,0.0,2.2816104888916016,2.5265181064605713,0.0046454621478915215,0.003408826654776931,0.548449695110321,1.3567266464233398,0.6525907814502716,50.0,12800.0,362.99002837506123,819200.0 +175.37,6.400000095367432,2420.0,0.005909898784011602,0.0611775703728199,0.0,1.8427648544311523,2.4309542179107666,-0.0011836690828204155,0.003286762861534953,0.6207315325737,0.7081535458564758,0.6259305477142334,51.0,13056.0,369.75892160995863,835584.0 +168.27,4.900000095367432,2435.0,0.005254556890577078,0.0558268241584301,0.0,1.730149269104004,2.473914384841919,-0.0030911630019545555,0.0032709238585084677,0.47897228598594666,0.656603991985321,0.6704885363578796,52.0,13312.0,376.4881315459497,851968.0 +165.93,5.0,2497.0,0.0064264629036188126,0.0670572891831398,0.0,1.7076207399368286,2.463885545730591,-0.002367500215768814,0.003242773236706853,0.4805857837200165,0.63421231508255,0.6568553745746613,53.0,13568.0,383.05023804912344,868352.0 +176.12,5.300000190734863,2517.0,0.006440654397010803,0.065185546875,0.0,1.6928982734680176,2.494852066040039,-0.0035987712908536196,0.0032309566158801317,0.485471248626709,0.6165364384651184,0.6834664940834045,54.0,13824.0,389.5588809829205,884736.0 +174.34,5.800000190734863,2510.0,0.004114671144634485,0.0398763008415699,0.0,1.7412668466567993,2.5067811012268066,-0.0018473188392817974,0.003218607045710087,0.6193216443061829,0.5922381281852722,0.7122788429260254,55.0,14080.0,396.0892458180897,901120.0 +140.9,6.699999809265137,2514.0,0.005856018979102373,0.05877685546875,0.0,1.6782969236373901,2.5043153762817383,-0.0019173616310581565,0.0032205581665039062,0.5547063946723938,0.5450484156608582,0.7595522254705429,56.0,14336.0,402.6064031510614,917504.0 +174.86,6.099999904632568,2420.0,0.004072749521583319,0.0335489921271801,0.0,1.637959599494934,2.509244680404663,-0.0021406160667538643,0.0032023079693317413,0.4521845579147339,0.5710729956626892,0.7662408202886581,57.0,14592.0,409.3758332359139,933888.0 +224.35,5.400000095367432,2396.0,0.005063254851847887,0.05316162109375,0.0,1.6384614706039429,2.512120008468628,-0.0025306344032287598,0.0031914596911519766,0.46534308791160583,0.5679557919502258,0.7075928747653961,58.0,14848.0,416.21387621806934,950272.0 +165.19,6.0,2408.0,0.00501866452395916,0.0517985038459301,0.0,1.6982040405273438,2.484834909439087,-0.0018509983783587813,0.0031790195498615503,0.5968702435493469,0.5636494159698486,0.6836458742618561,59.0,15104.0,423.01677367812954,966656.0 +139.29,6.900000095367432,2407.0,0.0044278413988649845,0.0372314453125,0.0,1.6704025268554688,2.4773528575897217,-0.002495730062946677,0.00317804585210979,0.5697374939918518,0.5435101389884949,0.7108358442783356,60.0,15360.0,429.82437291694805,983040.0 +177.71,6.699999809265137,2399.0,0.005006799008697271,0.0540974922478199,0.0,1.5625711679458618,2.5185370445251465,-0.0028183478862047195,0.0031671831384301186,0.3741518259048462,0.5348974466323853,0.7205840051174164,61.0,15616.0,436.6542747290805,999424.0 +248.23,5.5,2464.0,0.007690901402384043,0.0934855118393898,0.0,1.5421212911605835,2.5009403228759766,-0.0035004233941435814,0.00315653532743454,0.3585139214992523,0.5219196677207947,0.7576186209917068,62.0,15872.0,443.30344659113325,1015808.0 +189.77,5.800000190734863,2538.0,0.0056103006936609745,0.0520426444709301,0.0,1.579386830329895,2.4777092933654785,-0.0030878211837261915,0.003150150878354907,0.4583131968975067,0.5050679445266724,0.7597405761480331,63.0,16128.0,449.7595905379858,1032192.0 +193.16,5.5,2559.0,0.0065543330274522305,0.0754801407456398,0.0,1.6213865280151367,2.465155839920044,-0.003042789176106453,0.0031416898127645254,0.5514993071556091,0.5021073222160339,0.7229002714157104,64.0,16384.0,456.16401768499054,1048576.0 +136.54,6.099999904632568,2565.0,0.00451818248257041,0.046142578125,0.0,1.5232645273208618,2.4771320819854736,-0.002877042395994067,0.0031379994470626116,0.38382935523986816,0.4823184907436371,0.7983012795448303,65.0,16640.0,462.5506509100087,1064960.0 +209.46,5.699999809265137,2566.0,0.005504960659891367,0.0617268867790699,0.0,1.528341293334961,2.4950978755950928,-0.003219854785129428,0.0031348855700343847,0.4263184070587158,0.46025967597961426,0.724152684211731,66.0,16896.0,468.93476859806105,1081344.0 +199.44,6.099999904632568,2644.0,0.0068932194262743,0.08282470703125,0.0,1.5113388299942017,2.5026824474334717,-0.0020720278844237328,0.0031245267018675804,0.40877678990364075,0.4513958990573883,0.7610678374767303,67.0,17152.0,475.1311622140929,1097728.0 +214.61,5.400000095367432,2601.0,0.0063599045388400555,0.0777791365981102,0.0,1.532467007637024,2.4832890033721924,-0.004137375857681036,0.0031080206390470266,0.44008854031562805,0.4707339107990265,0.7640263587236404,68.0,17408.0,481.4293876790907,1114112.0 +141.48,6.400000095367432,2601.0,0.006276391446590424,0.068359375,0.0,1.6028575897216797,2.450437068939209,-0.0035702816676348448,0.003112232079729438,0.612902820110321,0.44310060143470764,0.7218072414398193,69.0,17664.0,487.7290868239943,1130496.0 +112.8,6.699999809265137,2590.0,0.004171987995505333,0.040283203125,0.0,1.6500582695007324,2.442955493927002,-0.0024366911966353655,0.003104778937995434,0.6897386908531189,0.4582594931125641,0.7438854277133942,70.0,17920.0,494.0550846760161,1146880.0 +160.22,6.199999809265137,2580.0,0.004730666521936655,0.0526123046875,0.0,1.5627878904342651,2.450930595397949,-0.0032117385417222977,0.0031052164267748594,0.5471621155738831,0.435207337141037,0.7625937312841415,71.0,18176.0,500.4044973501004,1163264.0 +144.97,6.0,2528.0,0.0057488395832479,0.0572916679084301,0.0,1.5889009237289429,2.4391815662384033,-0.0038206668104976416,0.003093993989750743,0.5904961824417114,0.44827136397361755,0.7126157283782959,72.0,18432.0,506.88596866908483,1179648.0 +145.24,5.199999809265137,2540.0,0.0057894401252269745,0.0692545548081398,0.0,1.5229225158691406,2.4646332263946533,-0.004803675692528486,0.003093309700489044,0.47734811902046204,0.436286062002182,0.7364514172077179,73.0,18688.0,513.3365521531086,1196032.0 +179.32,5.300000190734863,2466.0,0.006770181003957987,0.0835978165268898,0.0,1.5520230531692505,2.4659345149993896,-0.002010971773415804,0.0030881392303854227,0.5423874258995056,0.42951449751853943,0.6972497999668121,74.0,18944.0,519.9806399520021,1212416.0 +177.66,7.199999809265137,2584.0,0.005819421261548996,0.0641886368393898,0.0,1.5147008895874023,2.4448091983795166,-0.0029783768113702536,0.003085054224357009,0.47380372881889343,0.42762455344200134,0.7590721994638443,75.0,19200.0,526.3222107030451,1228800.0 +112.68,7.300000190734863,2595.0,0.005300963297486305,0.05438232421875,0.0,1.58248770236969,2.449104070663452,-0.0033845703583210707,0.0030870430637151003,0.6115428805351257,0.42567339539527893,0.7468056976795197,76.0,19456.0,532.6369573760312,1245184.0 +150.8,5.900000095367432,2600.0,0.006850736681371927,0.0754191055893898,0.0,1.5928200483322144,2.4554617404937744,-0.003088155761361122,0.003086935495957732,0.6616590619087219,0.4031486511230469,0.6795748770236969,77.0,19712.0,538.9382212429773,1261568.0 +120.6,6.099999904632568,2575.0,0.005473671015352011,0.056640625,0.0,1.4641140699386597,2.4546172618865967,-0.0036197081208229065,0.0030734704341739416,0.38941335678100586,0.4218656122684479,0.8022136390209198,78.0,19968.0,545.301067190012,1277952.0 +146.11,6.0,2587.0,0.006411407608538866,0.0716959610581398,0.0,1.4605110883712769,2.4748687744140625,-0.001056875684298575,0.003070034785196185,0.3829052746295929,0.4194941520690918,0.7969273179769516,79.0,20224.0,551.6340511720628,1294336.0 +180.93,6.0,2608.0,0.006326517090201378,0.0784098282456398,0.0,1.4931254386901855,2.442173957824707,-0.003985939081758261,0.0030620908364653587,0.44362401962280273,0.430797815322876,0.7842038869857788,80.0,20480.0,557.9169760979712,1310720.0 +162.45,5.699999809265137,2579.0,0.006200836971402168,0.0746866837143898,0.0,1.5669163465499878,2.408703327178955,-0.003203408792614937,0.0030548283830285072,0.562326192855835,0.4545387029647827,0.7444539070129395,81.0,20736.0,564.2706496741157,1327104.0 +154.35,6.5,2592.0,0.006885648239403963,0.0846150740981102,0.0,1.5119887590408325,2.3961966037750244,-0.003742887871339917,0.0030604347120970488,0.4932398498058319,0.42159226536750793,0.7382057905197144,82.0,20992.0,570.5904880389571,1343488.0 +127.58,6.599999904632568,2586.0,0.007371313404291868,0.10076904296875,0.0,1.440006136894226,2.394066095352173,-0.005364691372960806,0.003055094974115491,0.3792409598827362,0.40406134724617004,0.781746432185173,83.0,21248.0,576.9245752559509,1359872.0 +170.78,6.199999809265137,2588.0,0.004891620483249426,0.0484415702521801,0.0,1.5140647888183594,2.399879217147827,-0.001976950792595744,0.0030389779713004827,0.5037803649902344,0.42488881945610046,0.7456759214401245,84.0,21504.0,583.2563496599905,1376256.0 +189.69,5.699999809265137,2592.0,0.005803711712360382,0.0593058280646801,0.0,1.5176812410354614,2.4228007793426514,-0.0027913423255085945,0.0030496155377477407,0.5326564311981201,0.4048106372356415,0.7611597031354904,85.0,21760.0,589.5764465450775,1392640.0 +146.21,7.0,2597.0,0.006555423606187105,0.0853678360581398,0.0,1.4875215291976929,2.435523271560669,-0.0032949550077319145,0.003044169396162033,0.4774121344089508,0.4046555757522583,0.7700379639863968,86.0,22016.0,595.8856371471193,1409024.0 +138.99,6.0,2597.0,0.005493923556059599,0.0608723945915699,0.0,1.4935418367385864,2.452543020248413,-0.002889056922867894,0.003042705589905381,0.4838128089904785,0.40928855538368225,0.7738755196332932,87.0,22272.0,602.1941682160832,1425408.0 +120.08,6.699999809265137,2552.0,0.007054632995277643,0.0840250626206398,0.0,1.5638405084609985,2.434178590774536,-0.0029069322627037764,0.0030365653801709414,0.6181873679161072,0.41680505871772766,0.7227287888526917,88.0,22528.0,608.6150135640055,1441792.0 +139.34,6.199999809265137,2427.0,0.006104844156652689,0.0778401717543602,0.0,1.4227412939071655,2.4541633129119873,-0.004072788171470165,0.0030343232210725546,0.37213602662086487,0.39270639419555664,0.8237353563308716,89.0,22784.0,615.3639137060381,1458176.0 +168.0,6.099999904632568,2426.0,0.005810266360640526,0.06365966796875,0.0,1.440294623374939,2.4622528553009033,-0.0028739941772073507,0.0030244626104831696,0.40024474263191223,0.40123090147972107,0.8188823908567429,90.0,23040.0,622.1163689799141,1474560.0 +153.03,6.5,2415.0,0.005901255179196596,0.06719970703125,0.0,1.3994861841201782,2.4409372806549072,-0.0041882810182869434,0.0030198050662875175,0.3091352581977844,0.4123859107494354,0.8570758104324341,91.0,23296.0,628.9017653539777,1490944.0 +140.03,6.0,2448.0,0.005985612515360117,0.06414794921875,0.0,1.5497430562973022,2.4220778942108154,-0.0032592311035841703,0.003014514222741127,0.615487277507782,0.40893784165382385,0.7375467419624329,92.0,23552.0,635.5928788410965,1507328.0 +98.34,6.0,2460.0,0.004069082904607058,0.0392049141228199,0.0,1.592984676361084,2.4322350025177,-0.0027267271652817726,0.003014168469235301,0.6910977959632874,0.41666659712791443,0.705648273229599,93.0,23808.0,642.252439124044,1523712.0 +130.13,6.199999809265137,2468.0,0.005426546558737755,0.06768798828125,0.0,1.5200341939926147,2.4209163188934326,-0.0031518833711743355,0.003025864250957966,0.5814459919929504,0.3839314877986908,0.7254569828510284,94.0,24064.0,648.8910942960065,1540096.0 +134.54,7.0,2577.0,0.0072115506045520306,0.0942586287856102,0.0,1.421027660369873,2.4214234352111816,-0.003000532044097781,0.003021355951204896,0.3601021468639374,0.403572678565979,0.8369351923465729,95.0,24320.0,656.014279698953,1556480.0 +185.46,5.400000095367432,2511.0,0.004768837708979845,0.0472615547478199,0.0,1.4866600036621094,2.448345422744751,-0.0023400106001645327,0.003017239971086383,0.5132992267608643,0.38848772644996643,0.763426199555397,96.0,24576.0,662.5389413400553,1572864.0 +174.88,5.699999809265137,2473.0,0.004862900357693434,0.0504150390625,0.0,1.4401288032531738,2.4353859424591064,-0.003040761686861515,0.003013557055965066,0.4299432337284088,0.3838653564453125,0.8015645742416382,97.0,24832.0,669.1644484319258,1589248.0 +154.07,6.199999809265137,2490.0,0.004917773883789778,0.0513102225959301,0.0,1.5110893249511719,2.4312074184417725,-0.003173064673319459,0.0030086690094321966,0.5646876692771912,0.3918624818325043,0.7254416346549988,98.0,25088.0,675.7449090240989,1605632.0 +137.85,6.300000190734863,2532.0,0.005985199008136988,0.0605265311896801,0.0,1.4582356214523315,2.4470980167388916,-0.0036237926688045263,0.003018512623384595,0.4876652956008911,0.3662121593952179,0.7529014348983765,99.0,25344.0,682.2168008380104,1622016.0 +133.59,6.199999809265137,2492.0,0.005435732658952475,0.0580240897834301,0.0,1.778676152229309,2.4372785091400146,-0.002946539781987667,0.0030132143292576075,0.6360142230987549,0.38290154933929443,0.6536000669002533,100.0,25600.0,688.7923099570908,1638400.0 +149.92,6.599999904632568,2435.0,0.006693212315440178,0.0852457657456398,0.0,1.6785813570022583,2.472461462020874,-0.0036775432527065277,0.0030002619605511427,0.4208499491214752,0.4002610146999359,0.765883058309555,101.0,25856.0,695.5198105380405,1654784.0 +141.22,6.400000095367432,2503.0,0.006673227529972792,0.0858561173081398,0.0,1.7324694395065308,2.442456007003784,-0.0038820288609713316,0.002999050309881568,0.5416961312294006,0.3924470841884613,0.6919865906238556,102.0,26112.0,702.0661380060483,1671168.0 +124.47,6.5,2497.0,0.004553419072180986,0.04248046875,0.0,1.8555928468704224,2.420945644378662,-0.001957175089046359,0.003000943223014474,0.7793121337890625,0.3942629098892212,0.6113515496253967,103.0,26368.0,708.6268717239145,1687552.0 +122.7,6.099999904632568,2480.0,0.0050833276472985744,0.0502115897834301,0.0,1.7304162979125977,2.4032680988311768,-0.002939982106909156,0.002993406029418111,0.5538157820701599,0.3832729756832123,0.671202540397644,104.0,26624.0,715.2334811559413,1703936.0 +149.45,6.400000095367432,2395.0,0.003944915719330311,0.03704833984375,0.0,1.7067899703979492,2.369262933731079,-0.0028219970408827066,0.003002439858391881,0.5428293347358704,0.355148047208786,0.67840376496315,105.0,26880.0,722.0757151530124,1720320.0 +144.99,6.300000190734863,2411.0,0.005040956661105156,0.0519205741584301,0.0,1.6588616371154785,2.395777702331543,-0.0021208396647125483,0.0029984863940626383,0.40379008650779724,0.383988618850708,0.7496899366378784,106.0,27136.0,728.869959450094,1736704.0 +191.94,5.5,2449.0,0.006524508818984032,0.07794189453125,0.0,1.7385802268981934,2.413007974624634,-0.0038503764662891626,0.0029867859557271004,0.5151023268699646,0.4228092133998871,0.7244044542312622,107.0,27392.0,735.5604358171113,1753088.0 +174.78,6.400000095367432,2552.0,0.006238564383238554,0.0793050155043602,0.0,1.6860260963439941,2.4275760650634766,-0.0039800903759896755,0.002979129320010543,0.47341129183769226,0.38672247529029846,0.7052489817142487,108.0,27648.0,741.9791909710038,1769472.0 +172.36,5.800000190734863,2517.0,0.0068671684712171555,0.0894571915268898,0.0,1.7130804061889648,2.4415671825408936,-0.0031966629903763533,0.002978322794660926,0.5506512522697449,0.37162184715270996,0.6683481633663177,109.0,27904.0,748.4892240599729,1785856.0 +176.94,6.0,2522.0,0.00898758415132761,0.1305338591337204,0.0,1.638545036315918,2.414839029312134,-0.004756493028253317,0.002984694205224514,0.4363536834716797,0.3479992151260376,0.6693275272846222,110.0,28160.0,754.9853102150373,1802240.0 +133.2,6.099999904632568,2538.0,0.006271927151829004,0.0730183944106102,0.0,1.667789101600647,2.4065628051757812,-0.003722078399732709,0.0029683748725801706,0.45639872550964355,0.37914904952049255,0.6777172982692719,111.0,28416.0,761.4408864730503,1818624.0 +226.86,6.5,2488.0,0.005989598110318184,0.0726725235581398,0.0,1.6461267471313477,2.385263442993164,-0.0042755440808832645,0.0029732424300163984,0.44203507900238037,0.3587595224380493,0.7295923829078674,112.0,28672.0,768.0258458300959,1835008.0 +169.34,5.599999904632568,2516.0,0.005726899951696396,0.0609537772834301,0.0,1.7873796224594116,2.3586628437042236,-0.0031274210195988417,0.0029642407316714525,0.7094584107398987,0.371040940284729,0.6183226704597473,113.0,28928.0,774.538690400077,1851392.0 +130.76,6.400000095367432,2563.0,0.006605334114283323,0.0829060897231102,0.0,1.6622734069824219,2.351503610610962,-0.003734118537977338,0.002964926650747657,0.46502920985221863,0.367705374956131,0.6955808997154236,114.0,29184.0,780.9318839500193,1867776.0 +150.94,6.800000190734863,2495.0,0.007962430827319622,0.1132405623793602,0.0,1.6232662200927734,2.336820602416992,-0.003120698966085911,0.0029602127615362406,0.38718342781066895,0.36899006366729736,0.7425561547279358,115.0,29440.0,787.498574370984,1884160.0 +141.74,6.300000190734863,2422.0,0.005796127486974001,0.0592447929084301,0.0,1.6520739793777466,2.349473237991333,-0.0030965935438871384,0.002955065807327628,0.4398074150085449,0.3748627007007599,0.7250461280345917,116.0,29696.0,794.2628783190157,1900544.0 +178.34,6.900000095367432,2483.0,0.007114560808986425,0.0970458984375,0.0,1.590675711631775,2.3760812282562256,-0.0025038225576281548,0.002948794746771455,0.3450888693332672,0.35975614190101624,0.7319464385509491,117.0,29952.0,800.8618879269343,1916928.0 +189.98,6.599999904632568,2445.0,0.006650758441537619,0.08209228515625,0.0,1.7077707052230835,2.3724451065063477,-0.001708968891762197,0.002935668220743537,0.5453500747680664,0.3868061304092407,0.6185004711151123,118.0,30208.0,807.5630432111211,1933312.0 +130.86,7.300000190734863,2440.0,0.007727367803454399,0.1064453125,0.0,1.686083197593689,2.374115228652954,0.00038063075044192374,0.002940041245892644,0.47528496384620667,0.39893314242362976,0.7133149802684784,119.0,30464.0,814.2784337680787,1949696.0 +125.25,6.900000095367432,2411.0,0.005958375986665487,0.06903076171875,0.0,1.7838205099105835,2.367910623550415,-0.0010106313275173306,0.0029432708397507668,0.6809051036834717,0.39256492257118225,0.630852609872818,120.0,30720.0,821.0743699269369,1966080.0 +109.67,5.699999809265137,2410.0,0.004670596215873957,0.0446980781853199,0.0,1.757525086402893,2.3795382976531982,-0.002621014602482319,0.0029375366866588593,0.6519879698753357,0.38259342312812805,0.6341606378555298,121.0,30976.0,827.8732374950778,1982464.0 +181.98,6.5,2436.0,0.00507915997877717,0.0439860038459301,0.0,1.7771801948547363,2.3677256107330322,-0.0015163449570536613,0.002944221021607518,0.6940513253211975,0.3759506046772003,0.6483055949211121,122.0,31232.0,834.5981281290296,1998848.0 +93.93,7.699999809265137,2499.0,0.007214927580207586,0.0822550430893898,0.0,1.7051053047180176,2.3614132404327393,-0.0016822380712255836,0.0029522317927330732,0.5272127985954285,0.3864807188510895,0.7136249840259552,123.0,31488.0,841.1529108090326,2015232.0 +174.9,6.699999809265137,2444.0,0.007708720397204161,0.08087158203125,0.0,1.7174493074417114,2.3881258964538574,-0.0007864217623136938,0.002941313898190856,0.5266818404197693,0.4071536958217621,0.7067397832870483,124.0,31744.0,847.8602223889902,2031616.0 +101.79,6.199999809265137,2459.0,0.006576099898666143,0.0855712890625,0.0,1.6508721113204956,2.380086660385132,-0.004687536507844925,0.0029367657843977213,0.4896453320980072,0.353252649307251,0.7715257108211517,125.0,32000.0,854.5233825310133,2048000.0 +170.37,6.800000190734863,2410.0,0.00705610541626811,0.0932820662856102,0.0,1.6076503992080688,2.3705055713653564,-0.00406420836225152,0.0029204683378338814,0.3769480884075165,0.3771573305130005,0.8073249459266663,126.0,32256.0,861.3201208980754,2064384.0 +161.25,6.5,2457.0,0.006332868244498968,0.0794881209731102,0.0,1.669389247894287,2.374459981918335,-0.004110515583306551,0.0029126713052392006,0.5014370083808899,0.3805229365825653,0.6547048687934875,127.0,32512.0,867.9876596741378,2080768.0 +125.51,7.300000190734863,2528.0,0.007796574383974075,0.1007283553481102,0.0,1.6319708824157715,2.358466386795044,-0.0031906680669635534,0.00291620590724051,0.4511694610118866,0.36178505420684814,0.717458039522171,128.0,32768.0,874.4676209830213,2097152.0 +146.91,6.199999809265137,2456.0,0.007095660548657179,0.0922648087143898,0.0,1.716558575630188,2.346209764480591,-0.004032367840409279,0.002908637747168541,0.6063143610954285,0.3753899037837982,0.5999861657619476,129.0,33024.0,881.1377953430638,2113536.0 +125.85,5.699999809265137,2454.0,0.0076347109861671925,0.0984700545668602,0.0,1.7279881238937378,2.314439535140991,-0.0030409249011427164,0.0029060235247015953,0.5850526690483093,0.4030478894710541,0.5909318327903748,130.0,33280.0,887.8138888219837,2129920.0 +138.08,6.5,2546.0,0.00691402330994606,0.0903116837143898,0.0,1.7108964920043945,2.2984778881073,-0.004892996046692133,0.0029063744004815817,0.558836042881012,0.39996337890625,0.6416674256324768,131.0,33536.0,894.2484829700552,2146304.0 +153.55,6.800000190734863,2397.0,0.007503259461373091,0.0973307266831398,0.0,1.652896523475647,2.294476270675659,-0.0024217450991272926,0.0028966886457055807,0.4525144100189209,0.39547309279441833,0.7029619514942169,132.0,33792.0,901.0819269251078,2162688.0 +142.68,6.599999904632568,2376.0,0.0069226655177772045,0.0842488631606102,0.0,1.66775381565094,2.2978813648223877,-0.0021060416474938393,0.0028985654935240746,0.506913423538208,0.3785034120082855,0.6752583384513855,133.0,34048.0,907.9796036060434,2179072.0 +152.47,6.699999809265137,2477.0,0.005912896245718002,0.0669759139418602,0.0,1.7296143770217896,2.3085129261016846,-0.0030001483391970396,0.00289852824062109,0.6470368504524231,0.36937880516052246,0.6149394512176514,134.0,34304.0,914.5946803360712,2195456.0 +146.34,6.599999904632568,2585.0,0.00546274846419692,0.0641886368393898,0.0,1.6339925527572632,2.2767446041107178,-0.003953259903937578,0.00289133726619184,0.4492683410644531,0.3779240846633911,0.6839665770530701,135.0,34560.0,920.9318850841373,2211840.0 +148.9,5.900000095367432,2578.0,0.006327489390969276,0.0792643204331398,0.0,1.6769663095474243,2.2875146865844727,-0.0032594213262200356,0.0029066691640764475,0.5615138411521912,0.3528163731098175,0.6010154783725739,136.0,34816.0,927.2870535950642,2228224.0 +152.2,6.5,2533.0,0.00733112171292305,0.0971883162856102,0.0,1.6184020042419434,2.2867987155914307,-0.002551969839259982,0.0028996674809604883,0.4140012264251709,0.37470149993896484,0.6543852090835571,137.0,35072.0,933.7553286720067,2244608.0 +116.43,6.400000095367432,2552.0,0.0059653460048139095,0.0710042342543602,0.0,1.735952377319336,2.3149256706237793,-0.002827249700203538,0.0028903523925691843,0.6557307243347168,0.375856876373291,0.5764118731021881,138.0,35328.0,940.1746782821137,2260992.0 +109.53,6.099999904632568,2538.0,0.007092127576470375,0.0972086563706398,0.0,1.6059393882751465,2.329068899154663,-0.004235091153532267,0.002883138135075569,0.40158510208129883,0.3776977062225342,0.6523326337337494,139.0,35584.0,946.628962540999,2277376.0 +216.09,6.199999809265137,2425.0,0.006000131368637085,0.0691731795668602,0.0,1.6107896566390991,2.3373818397521973,-0.0034894209820777178,0.0028882427141070366,0.4338647425174713,0.3599679470062256,0.6506520807743073,140.0,35840.0,953.3855644040741,2293760.0 +290.5,6.300000190734863,2418.0,0.006121485028415918,0.0719401016831398,0.0,1.5363417863845825,2.3693323135375977,-0.0030797328799962997,0.002879970706999302,0.2718612849712372,0.37231194972991943,0.7367529571056366,141.0,36096.0,960.1608055429533,2310144.0 +182.03,6.300000190734863,2461.0,0.00683969771489501,0.08819580078125,0.0,1.6743515729904175,2.336622476577759,-0.002942895283922553,0.0028797511477023363,0.5601881742477417,0.3640184700489044,0.5627508759498596,142.0,36352.0,966.816915353993,2326528.0 +139.1,5.699999809265137,2421.0,0.0054395622573792934,0.0542195625603199,0.0,1.7294622659683228,2.322136163711548,-0.00203553750179708,0.0028760461136698723,0.6381486654281616,0.3850177228450775,0.6118745803833008,143.0,36608.0,973.5844576731324,2342912.0 +109.56,6.699999809265137,2336.0,0.006292261648923159,0.0786336287856102,0.0,1.7824243307113647,2.3198752403259277,-0.002798311412334442,0.0028743084985762835,0.7353374361991882,0.39237287640571594,0.5525107681751251,144.0,36864.0,980.6007228400558,2359296.0 +130.52,6.699999809265137,2414.0,0.006216431502252817,0.0780029296875,0.0,1.6100186109542847,2.326190948486328,-0.002568102441728115,0.0028683245182037354,0.39602625370025635,0.3916604816913605,0.6961863934993744,145.0,37120.0,987.3878262150101,2375680.0 +146.98,6.800000190734863,2524.0,0.007555984426289797,0.0979410782456398,0.0,1.6700948476791382,2.3323261737823486,-0.0021329468581825495,0.0028745403978973627,0.5204432606697083,0.3853698670864105,0.5789392292499542,146.0,37376.0,993.8774489809293,2392064.0 +106.27,6.0,2517.0,0.005204625427722931,0.0551961250603199,0.0,1.805017352104187,2.3186123371124268,-0.003076505847275257,0.002867779927328229,0.7923150658607483,0.38848742842674255,0.5027694404125214,147.0,37632.0,1000.3859287160449,2408448.0 +197.54,5.199999809265137,2420.0,0.006869673263281584,0.0893351212143898,0.0,1.7879467010498047,2.340468168258667,-0.0033883291762322187,0.002866283990442753,0.7798364758491516,0.37615498900413513,0.4327738881111145,148.0,37888.0,1007.1553669399582,2424832.0 +104.7,6.699999809265137,2528.0,0.006566967349499464,0.0850016251206398,0.0,1.7003787755966187,2.3298544883728027,-0.002930291695520282,0.0028612737078219652,0.578108012676239,0.39482760429382324,0.5048218369483948,149.0,38144.0,1013.635600412963,2441216.0 +168.84,7.0,2462.0,0.0060766288079321384,0.0685017928481102,0.0,1.7133980989456177,2.345029592514038,-0.0025478280149400234,0.0028707997407764196,0.44259193539619446,0.37725698947906494,0.6093618273735046,150.0,38400.0,1020.2889628219418,2457600.0 +165.35,6.099999904632568,2495.0,0.005763878580182791,0.0640665665268898,0.0,1.754452109336853,2.3351962566375732,-0.003771001473069191,0.002864348003640771,0.5447435975074768,0.36985936760902405,0.588610976934433,151.0,38656.0,1026.8555830200203,2473984.0 +150.74,6.199999809265137,2446.0,0.00847767572849989,0.1112264022231102,0.0,1.7498903274536133,2.3709053993225098,-0.0030196886509656906,0.0028594222385436296,0.5311466455459595,0.3745224177837372,0.5774323344230652,152.0,38912.0,1033.55353875109,2490368.0 +174.84,6.199999809265137,2475.0,0.007029647007584572,0.0927937850356102,0.0,1.7001818418502808,2.400117874145508,-0.0025614688638597727,0.002856842242181301,0.4256344139575958,0.3792532682418823,0.6375340521335602,153.0,39168.0,1040.1774525081273,2506752.0 +147.59,6.400000095367432,2441.0,0.006835832726210356,0.0859375,0.0,1.6858148574829102,2.360443353652954,-0.003053215565159917,0.002844257978722453,0.3392305374145508,0.4200887382030487,0.669654130935669,154.0,39424.0,1046.8902858011425,2523136.0 +185.12,6.099999904632568,2413.0,0.007652817294001579,0.0989786759018898,0.0,1.6604485511779785,2.406313896179199,-0.0039879498071968555,0.0028448489028960466,0.3477020561695099,0.3861112594604492,0.6759400963783264,155.0,39680.0,1053.6793689890765,2539520.0 +169.21,5.900000095367432,2381.0,0.009868317283689976,0.1550089567899704,0.0,1.795089840888977,2.4190592765808105,-0.0015506729250773787,0.002842698246240616,0.6197752952575684,0.38276246190071106,0.5542711317539215,156.0,39936.0,1060.559810605133,2555904.0 +149.59,6.0,2402.0,0.006362987216562033,0.0856119766831398,0.0,1.7727898359298706,2.4093785285949707,-0.0030816455837339163,0.0028360774740576744,0.5707717537879944,0.39041414856910706,0.5516581535339355,157.0,40192.0,1067.3794350700919,2572288.0 +104.99,6.900000095367432,2449.0,0.008405471220612526,0.1197509765625,0.0,1.734427809715271,2.362766981124878,-0.00395662197843194,0.002841685200110078,0.49316999316215515,0.3886226415634155,0.6374203860759735,158.0,40448.0,1074.0685718441382,2588672.0 +164.21,6.400000095367432,2496.0,0.008195281028747559,0.1155192032456398,0.0,1.706562876701355,2.3692049980163574,-0.0032777178566902876,0.002835050458088517,0.4653951823711395,0.3745166063308716,0.6310642659664154,159.0,40704.0,1080.632201203145,2605056.0 +197.69,6.099999904632568,2431.0,0.007498991210013628,0.0985514298081398,0.0,1.727585792541504,2.327969789505005,-0.0045044440776109695,0.0028357405681163073,0.5084025263786316,0.37457016110420227,0.5336746573448181,160.0,40960.0,1087.3702329059597,2621440.0 +194.41,6.199999809265137,2410.0,0.007855876348912716,0.1145426407456398,0.0,1.698020577430725,2.3145735263824463,-0.004646515008062124,0.002840009517967701,0.4440019428730011,0.3755914270877838,0.5960183143615723,161.0,41216.0,1094.16653790907,2637824.0 +147.76,5.099999904632568,2395.0,0.006556440144777298,0.0845540389418602,0.0,1.7316769361495972,2.367540121078491,-0.00282282498665154,0.00284458976238966,0.48805248737335205,0.3856440782546997,0.5766640603542328,162.0,41472.0,1101.007207809016,2654208.0 +177.22,5.699999809265137,2387.0,0.005908833350986242,0.064697265625,0.0,1.676759123802185,2.3462212085723877,-0.0027273513842374086,0.0028333819936960936,0.41691210865974426,0.3677777945995331,0.6154552102088928,163.0,41728.0,1107.8710995870642,2670592.0 +150.3,6.0,2416.0,0.0058012455701828,0.06927490234375,0.0,1.7214857339859009,2.347585439682007,-0.003267100313678384,0.002832089550793171,0.5396705269813538,0.3492014706134796,0.5952345430850983,164.0,41984.0,1114.653494975064,2686976.0 +119.03,6.599999904632568,2395.0,0.004844497889280319,0.0539347343146801,0.0,1.788598895072937,2.3508918285369873,-0.003072163788601756,0.0028298681136220694,0.6469550728797913,0.3662031888961792,0.5625989139080048,165.0,42240.0,1121.4946236570831,2703360.0 +136.16,6.699999809265137,2368.0,0.005165184382349253,0.0523274727165699,0.0,1.8139828443527222,2.3178350925445557,-0.0024936713743954897,0.0028367992490530014,0.7049610018730164,0.3573308289051056,0.5283299088478088,166.0,42496.0,1128.4122302809265,2719744.0 +103.88,6.800000190734863,2519.0,0.005523774307221174,0.063720703125,0.0,1.743512749671936,2.323622465133667,-0.0028616993222385645,0.002832789672538638,0.575200080871582,0.35317012667655945,0.5853458940982819,167.0,42752.0,1134.9156886469573,2736128.0 +94.78,7.400000095367432,2582.0,0.005412196274846792,0.06414794921875,0.0,1.720931053161621,2.304678201675415,-0.003906927537173033,0.0028245493303984404,0.48830628395080566,0.383225679397583,0.6279913187026978,168.0,43008.0,1141.2598176109605,2752512.0 +135.43,7.199999809265137,2519.0,0.005042131524533033,0.0570882149040699,0.0,1.6800990104675293,2.289612293243408,-0.003956617787480354,0.002825625939294696,0.4549291431903839,0.35373902320861816,0.673772394657135,169.0,43264.0,1147.7631147711072,2768896.0 +75.04,7.599999904632568,2486.0,0.004100929480046034,0.0421549491584301,0.0,1.8493887186050415,2.2613203525543213,-0.0028296802192926407,0.002824855735525489,0.7498051524162292,0.3785320818424225,0.5334987044334412,170.0,43520.0,1154.3536846500356,2785280.0 +94.53,7.199999809265137,2514.0,0.005841345991939306,0.0666300430893898,0.0,1.7416881322860718,2.2637922763824463,-0.003644081996753812,0.0028297072276473045,0.5857211351394653,0.34647130966186523,0.5553455054759979,171.0,43776.0,1160.8704122949857,2801664.0 +127.3,7.099999904632568,2480.0,0.005682047922164202,0.0610758475959301,0.0,1.7161579132080078,2.257699489593506,-0.0032863968517631292,0.0028220086824148893,0.516507625579834,0.3606584966182709,0.5327891409397125,172.0,44032.0,1167.4768360699527,2818048.0 +121.95,6.800000190734863,2470.0,0.00719008082523942,0.09417724609375,0.0,1.615465760231018,2.294419050216675,-0.0034574440214782953,0.0028190836310386658,0.32954511046409607,0.35415324568748474,0.6861941814422607,173.0,44288.0,1174.10911690793,2834432.0 +189.95,6.400000095367432,2410.0,0.006318181753158569,0.0740152969956398,0.0,1.6822513341903687,2.3219316005706787,-0.0044331937097013,0.0028059782925993204,0.44384029507637024,0.37370797991752625,0.5881169140338898,174.0,44544.0,1180.9085360979661,2850816.0 +156.74,6.099999904632568,2409.0,0.005819579120725393,0.0622965507209301,0.0,1.8485115766525269,2.2876901626586914,-0.0032029806170612574,0.0028116225730627775,0.7619519233703613,0.37761008739471436,0.4676275849342346,175.0,44800.0,1187.7093433430418,2867200.0 +110.25,6.599999904632568,2442.0,0.008471694774925709,0.1230061873793602,0.0,1.7438970804214478,2.2523906230926514,-0.004428336396813393,0.002812448190525174,0.5747966766357422,0.3650604486465454,0.5277643799781799,176.0,45056.0,1194.4193447600119,2883584.0 +116.17,6.699999809265137,2414.0,0.008257312700152397,0.1174723282456398,0.0,1.661969542503357,2.259603261947632,-0.0033108617644757032,0.002808705670759082,0.41276097297668457,0.3645975887775421,0.628400981426239,177.0,45312.0,1201.2054737419821,2899968.0 +137.92,7.599999904632568,2576.0,0.007317835930734873,0.0959676131606102,0.0,1.6930599212646484,2.268702745437622,-0.0036636751610785723,0.0027993780095130205,0.4117796719074249,0.40749993920326233,0.6519739031791687,178.0,45568.0,1207.5656488470268,2916352.0 +162.24,6.199999809265137,2579.0,0.007867797277867794,0.10968017578125,0.0,1.6347705125808716,2.2484614849090576,-0.0034400904551148415,0.0028091499116271734,0.357928603887558,0.36465632915496826,0.6836912333965302,179.0,45824.0,1213.9180603991263,2932736.0 +216.39,5.900000095367432,2595.0,0.006637933198362589,0.0876871719956398,0.0,1.7609162330627441,2.304877996444702,-0.0029920481611043215,0.002804250456392765,0.5871989727020264,0.38098862767219543,0.571780651807785,180.0,46080.0,1220.2303048840258,2949120.0 +101.16,6.300000190734863,2456.0,0.007269489113241434,0.09564208984375,0.0,1.6935315132141113,2.287196397781372,-0.004553684964776039,0.002804436720907688,0.486041784286499,0.36248207092285156,0.6093417704105377,181.0,46336.0,1226.9013566970825,2965504.0 +174.28,6.0,2417.0,0.008471405133605003,0.1182047501206398,0.0,1.731732964515686,2.2728474140167236,-0.0031660019885748625,0.0028125308454036713,0.577719509601593,0.34748712182044983,0.5495200753211975,182.0,46592.0,1233.6834972051438,2981888.0 +170.81,5.800000190734863,2477.0,0.007649305742233992,0.1066691055893898,0.0,1.7371821403503418,2.261544942855835,-0.004153542220592499,0.0028009414672851562,0.5731150507926941,0.36358168721199036,0.5171452462673187,183.0,46848.0,1240.2967316741124,2998272.0 +159.71,7.199999809265137,2492.0,0.007117950823158026,0.09527587890625,0.0,1.621627926826477,2.248891592025757,-0.004353456664830446,0.0027984424959868193,0.3568236529827118,0.35607263445854187,0.6557509303092957,184.0,47104.0,1246.8696585390717,3014656.0 +159.48,6.900000095367432,2401.0,0.006313609424978495,0.0803426131606102,0.0,1.6047629117965698,2.2307677268981934,-0.004240657202899456,0.002791767939925194,0.32857221364974976,0.35578784346580505,0.6892321109771729,185.0,47360.0,1253.6939529769588,3031040.0 +141.24,6.900000095367432,2380.0,0.0069627054035663605,0.08526611328125,0.0,1.6975269317626953,2.232135772705078,-0.0034675737842917442,0.002790948608890176,0.5064318776130676,0.3598691523075104,0.6241012215614319,186.0,47616.0,1260.576666494133,3047424.0 +160.78,6.599999904632568,2392.0,0.007845102809369564,0.1062825545668602,0.0,1.7298551797866821,2.2313907146453857,-0.004774764180183411,0.0027970296796411276,0.5668551325798035,0.3609079122543335,0.6161537170410156,187.0,47872.0,1267.4245572600048,3063808.0 +127.4,6.800000190734863,2457.0,0.008555308915674686,0.11932373046875,0.0,1.6647745370864868,2.2517318725585938,-0.0040040398016572,0.0027986473869532347,0.42280450463294983,0.36771368980407715,0.7129984498023987,188.0,48128.0,1274.0928681599908,3080192.0 +119.21,6.900000095367432,2528.0,0.008485094644129276,0.1108805313706398,0.0,1.717542290687561,2.2608139514923096,-0.002239106222987175,0.002792072482407093,0.5251054167747498,0.3709334135055542,0.6382363140583038,189.0,48384.0,1280.5749235670082,3096576.0 +142.59,6.599999904632568,2499.0,0.008146773092448711,0.10772705078125,0.0,1.720382809638977,2.2418768405914307,-0.00317760300822556,0.0027922901790589094,0.5378833413124084,0.36748191714286804,0.5478848218917847,190.0,48640.0,1287.1297228680924,3112960.0 +176.4,6.900000095367432,2441.0,0.007193203549832106,0.0927734375,0.0,1.6825984716415405,2.2987022399902344,-0.002673245733603835,0.0027928894851356745,0.45885077118873596,0.369326114654541,0.6295818090438843,191.0,48896.0,1293.8438233081251,3129344.0 +174.83,6.199999809265137,2388.0,0.006764356046915054,0.08868408203125,0.0,1.729533314704895,2.264620065689087,-0.004008933436125517,0.0027862079441547394,0.5486302971839905,0.3762967884540558,0.6259720623493195,192.0,49152.0,1300.7043301810045,3145728.0 +155.06,6.900000095367432,2470.0,0.00587895093485713,0.0720011368393898,0.0,1.7043348550796509,2.251016616821289,-0.0024097056593745947,0.002775390399619937,0.4950692653656006,0.38152289390563965,0.6704921126365662,193.0,49408.0,1307.3370028270874,3162112.0 +128.47,6.0,2495.0,0.006645562592893839,0.0916748046875,0.0,1.7428169250488281,2.2180192470550537,-0.004624085500836372,0.0027819338720291853,0.5720629692077637,0.38048359751701355,0.6624788641929626,194.0,49664.0,1313.9027867871337,3178496.0 +141.36,5.800000190734863,2422.0,0.0063202292658388615,0.0741170272231102,0.0,1.817155361175537,2.236463785171509,-0.004167953971773386,0.0027769131120294333,0.7219814658164978,0.38192811608314514,0.5934624969959259,195.0,49920.0,1320.6668569759931,3194880.0 +138.91,6.699999809265137,2426.0,0.00683086970821023,0.0927937850356102,0.0,1.700626254081726,2.2347521781921387,-0.003909936640411615,0.002782312920317054,0.49062827229499817,0.3778817355632782,0.636365532875061,196.0,50176.0,1327.418839310063,3211264.0 +146.64,6.199999809265137,2415.0,0.006040493026375771,0.07464599609375,0.0,1.6983466148376465,2.2207648754119873,-0.004546946380287409,0.0027771852910518646,0.458671897649765,0.3973958194255829,0.6376334726810455,197.0,50432.0,1334.2036783059593,3227648.0 +120.04,6.900000095367432,2476.0,0.0058256350457668304,0.0672200545668602,0.0,1.6747242212295532,2.1817400455474854,-0.003243626793846488,0.0027851667255163193,0.43715348839759827,0.3760237693786621,0.614362359046936,198.0,50688.0,1340.8203630929347,3244032.0 +227.14,6.099999904632568,2579.0,0.005927342921495438,0.0704549178481102,0.0,1.6872457265853882,2.202971935272217,-0.004637627396732569,0.0027757110074162483,0.4739314615726471,0.3756636381149292,0.5829719305038452,199.0,50944.0,1347.1725555621088,3260416.0 +146.74,6.900000095367432,2407.0,0.007534862961620092,0.1044108048081398,0.0,1.473394751548767,2.2315423488616943,-0.005028264131397009,0.0027820866089314222,0.3000129163265228,0.3804079294204712,0.7329443693161011,200.0,51200.0,1353.9806719499175,3276800.0 +149.22,6.400000095367432,2440.0,0.007262805476784706,0.09814453125,0.0,1.6980079412460327,2.2604715824127197,-0.002371770329773426,0.002796158893033862,0.713491678237915,0.39370861649513245,0.5551091730594635,201.0,51456.0,1360.6936954851262,3293184.0 +191.25,5.900000095367432,2405.0,0.00771010247990489,0.1056925430893898,0.0,1.6837424039840698,2.2557806968688965,-0.00336758722551167,0.0027860195841640234,0.7231764793395996,0.37496307492256165,0.4796324372291565,202.0,51712.0,1367.5066561119165,3309568.0 +104.52,6.400000095367432,2420.0,0.007000889629125595,0.0892740860581398,0.0,1.6018661260604858,2.291835069656372,-0.004230975639075041,0.002776537323370576,0.5719444155693054,0.37309953570365906,0.5431804656982422,203.0,51968.0,1374.2755844250787,3325952.0 +170.31,7.099999904632568,2434.0,0.007222646847367287,0.1001383438706398,0.0,1.5168819427490234,2.261157274246216,-0.004023101646453142,0.0027836489025503397,0.39910563826560974,0.3707510232925415,0.6437900364398956,204.0,52224.0,1381.0059571950696,3342336.0 +175.15,7.0,2550.0,0.00919815618544817,0.1298828125,0.0,1.5376044511795044,2.283923387527466,-0.003932314924895763,0.0027872000355273485,0.41315150260925293,0.3871220350265503,0.6617889106273651,205.0,52480.0,1387.4315632220823,3358720.0 +120.31,6.400000095367432,2467.0,0.010787847451865673,0.15753173828125,0.0,1.5544906854629517,2.260650396347046,-0.0030647527892142534,0.0027711184229701757,0.45324766635894775,0.3895726203918457,0.6551493406295776,206.0,52736.0,1394.073462892091,3375104.0 +210.59,6.0,2527.0,0.007943735457956791,0.1114501953125,0.0,1.5776816606521606,2.3165111541748047,-0.004431876819580793,0.0027751356828957796,0.518050491809845,0.37801027297973633,0.6112910807132721,207.0,52992.0,1400.5557361370884,3391488.0 +214.7,5.699999809265137,2499.0,0.0072489590384066105,0.087890625,0.0,1.5318288803100586,2.2697041034698486,-0.0046095335856080055,0.0027640119660645723,0.4412563145160675,0.3734138011932373,0.6729885041713715,208.0,53248.0,1407.1108568229247,3407872.0 +145.41,7.400000095367432,2382.0,0.007369276601821184,0.0912272110581398,0.0,1.5032886266708374,2.254431962966919,-0.003868952626362443,0.0027687177062034607,0.3782474100589752,0.3737764060497284,0.6798848211765289,209.0,53504.0,1413.9894856980536,3424256.0 +127.33,6.699999809265137,2467.0,0.006712149363011122,0.07757568359375,0.0,1.5929137468338013,2.225728750228882,-0.00368938478641212,0.0027659081388264894,0.5636752843856812,0.37051865458488464,0.5736255347728729,210.0,53760.0,1420.6293281910475,3440640.0 +143.23,6.199999809265137,2557.0,0.008081982843577862,0.11083984375,0.0,1.637770175933838,2.2236337661743164,-0.0036555100232362747,0.0027606217190623283,0.6653539538383484,0.36524367332458496,0.4932399392127991,211.0,54016.0,1427.0359964501113,3457024.0 +135.86,7.0,2595.0,0.008276882581412792,0.1167195662856102,0.0,1.5296763181686401,2.233668565750122,-0.004648890811949968,0.002766380785033107,0.45370206236839294,0.3608240783214569,0.6315669417381287,212.0,54272.0,1433.348484159913,3473408.0 +193.51,5.699999809265137,2526.0,0.00805178377777338,0.1111043319106102,0.0,1.5837024450302124,2.260559320449829,-0.005120696499943733,0.0027482230216264725,0.5445826053619385,0.3821343183517456,0.6044617891311646,213.0,54528.0,1439.8348538540304,3489792.0 +166.06,6.800000190734863,2520.0,0.008481224067509174,0.1230265274643898,0.0,1.4463468790054321,2.2562572956085205,-0.004040937405079603,0.002750872867181897,0.2790466248989105,0.3733205795288086,0.7529576122760773,214.0,54784.0,1446.334736116929,3506176.0 +166.8,6.5,2534.0,0.0076573737896978855,0.0953165665268898,0.0,1.5605534315109253,2.2599151134490967,-0.003947888500988483,0.0027507981285452843,0.5016980171203613,0.3770618736743927,0.603481262922287,215.0,55040.0,1452.800536191091,3522560.0 +165.11,5.900000095367432,2501.0,0.007021259982138872,0.0840860977768898,0.0,1.6180082559585571,2.2716753482818604,-0.0050381445325911045,0.002755332039669156,0.6010350584983826,0.3865908086299896,0.6040622889995575,216.0,55296.0,1459.3520830499474,3538944.0 +153.74,7.099999904632568,2481.0,0.00883746612817049,0.12750244140625,0.0,1.5206810235977173,2.2310256958007812,-0.004347945097833872,0.002753131091594696,0.40042150020599365,0.39016056060791016,0.6765655875205994,217.0,55552.0,1465.954523551045,3555328.0 +81.58,6.699999809265137,2490.0,0.008850467391312122,0.1261189728975296,0.0,1.5870453119277954,2.2478010654449463,-0.004017410799860954,0.0027549483347684145,0.5273401141166687,0.39284834265708923,0.6566213071346283,218.0,55808.0,1472.5343773521017,3571712.0 +124.45,7.199999809265137,2468.0,0.008195451460778713,0.1123453751206398,0.0,1.4994882345199585,2.251058340072632,-0.003537256270647049,0.0027497385162860155,0.35539934039115906,0.39278459548950195,0.736675351858139,219.0,56064.0,1479.1726952800527,3588096.0 +183.98,6.300000190734863,2523.0,0.009860177524387836,0.1448160856962204,0.0,1.5391467809677124,2.2391278743743896,-0.0040595997124910355,0.0027495126705616713,0.45290350914001465,0.381501168012619,0.7043183147907257,220.0,56320.0,1485.669853300089,3604480.0 +147.1,6.699999809265137,2557.0,0.007845518179237843,0.1070963516831398,0.0,1.5630102157592773,2.217834711074829,-0.002994318725541234,0.0027500849682837725,0.4390527009963989,0.4199168384075165,0.7231712639331818,221.0,56576.0,1492.0776318579447,3620864.0 +167.12,6.599999904632568,2598.0,0.006715323776006699,0.0855509415268898,0.0,1.6191407442092896,2.2193756103515625,-0.0035912503954023123,0.002756771631538868,0.5742807388305664,0.40231624245643616,0.6213144659996033,222.0,56832.0,1498.3838486401364,3637248.0 +104.94,7.300000190734863,2599.0,0.008401162922382355,0.1176961287856102,0.0,1.597994327545166,2.2107858657836914,-0.0058673531748354435,0.0027548307552933693,0.5611348152160645,0.3870464563369751,0.5657969415187836,223.0,57088.0,1504.6887127531227,3653632.0 +101.87,6.5,2536.0,0.008061997592449188,0.1085611954331398,0.0,1.596779465675354,2.208636999130249,-0.00434351759031415,0.002745935693383217,0.5636459589004517,0.38622745871543884,0.5403609275817871,224.0,57344.0,1511.1481527199503,3670016.0 +118.14,6.900000095367432,2577.0,0.008512900210916996,0.1120401993393898,0.0,1.6107794046401978,2.224949598312378,-0.005097442772239447,0.002748113125562668,0.5904471278190613,0.38712742924690247,0.4971751570701599,225.0,57600.0,1517.5050811150577,3686400.0 +124.55,7.5,2575.0,0.007782816421240568,0.1041259765625,0.0,1.4850997924804688,2.255310535430908,-0.005301389843225479,0.002746492624282837,0.32263800501823425,0.39938998222351074,0.7008480131626129,226.0,57856.0,1523.8670491219964,3702784.0 +166.86,6.5,2524.0,0.007269450929015875,0.098388671875,0.0,1.5616893768310547,2.273381471633911,-0.006098040845245123,0.002739907009527087,0.4849911034107208,0.39794936776161194,0.6319611072540283,227.0,58112.0,1530.3587926831096,3719168.0 +146.11,6.199999809265137,2524.0,0.00872024055570364,0.1251220703125,0.0,1.534130573272705,2.2312700748443604,-0.005239775404334068,0.0027362944092601538,0.43746063113212585,0.39310237765312195,0.7056221663951874,228.0,58368.0,1536.8484862609766,3735552.0 +148.27,6.699999809265137,2608.0,0.007541026454418898,0.0917765274643898,0.0,1.5528525114059448,2.192397356033325,-0.0044403839856386185,0.0027325295377522707,0.5066167712211609,0.37263116240501404,0.6902352869510651,229.0,58624.0,1543.129740773933,3751936.0 +164.33,6.199999809265137,2539.0,0.00906994566321373,0.116943359375,0.0,1.5778011083602905,2.167201280593872,-0.004263933282345533,0.0027335481718182564,0.5528753399848938,0.37394630908966064,0.6037341356277466,230.0,58880.0,1549.5849136330653,3768320.0 +105.53,6.599999904632568,2584.0,0.010370430536568165,0.1432902067899704,0.0,1.6287837028503418,2.1760952472686768,-0.006105327513068914,0.002738233422860503,0.6613684296607971,0.3698546588420868,0.5151578485965729,231.0,59136.0,1555.9255039060954,3784704.0 +134.03,7.300000190734863,2584.0,0.007959232665598392,0.1055908203125,0.0,1.526422381401062,2.2352042198181152,-0.005023656878620386,0.0027481643483042717,0.453454852104187,0.36633801460266113,0.6022091805934906,232.0,59392.0,1562.265671896981,3801088.0 +103.98,7.5,2519.0,0.008270432241261005,0.1133626326918602,0.0,1.5472816228866577,2.2279560565948486,-0.005369869992136955,0.0027511203661561012,0.4878539741039276,0.3700190782546997,0.5809701085090637,233.0,59648.0,1568.7704873590264,3817472.0 +133.16,6.800000190734863,2473.0,0.008952317759394646,0.1246541365981102,0.0,1.5401958227157593,2.2667996883392334,-0.005014510825276375,0.002733060857281089,0.4731735289096832,0.3794257938861847,0.620574951171875,234.0,59904.0,1575.3960907110013,3833856.0 +153.1,6.5,2551.0,0.0076349698938429356,0.1035563126206398,0.0,1.548423409461975,2.255221128463745,-0.0054223486222326756,0.0027268158737570047,0.4913078844547272,0.381830096244812,0.6288082599639893,235.0,60160.0,1581.817651445046,3850240.0 +121.28,6.5,2557.0,0.007364367600530386,0.1011556014418602,0.0,1.5569334030151367,2.2306814193725586,-0.00585329532623291,0.002739771269261837,0.5143899917602539,0.37162089347839355,0.6021954119205475,236.0,60416.0,1588.2258826480247,3866624.0 +139.41,6.300000190734863,2482.0,0.0069296639412641525,0.08673095703125,0.0,1.5513569116592407,2.2559807300567627,-0.0038152274210006,0.0027376532088965178,0.5181025862693787,0.3605906069278717,0.6147788465023041,237.0,60672.0,1594.8280018761288,3883008.0 +151.4,6.599999904632568,2423.0,0.008299357257783413,0.1135660782456398,0.0,1.5550028085708618,2.2240166664123535,-0.003610179526731372,0.0027251800056546926,0.49701055884361267,0.38475123047828674,0.6261795461177826,238.0,60928.0,1601.5890405790415,3899392.0 +146.25,6.800000190734863,2428.0,0.006965442094951868,0.0942586287856102,0.0,1.525570034980774,2.2472493648529053,-0.005462680011987686,0.002723849145695567,0.44877031445503235,0.3811838626861572,0.6340156495571136,239.0,61184.0,1608.3352051479742,3915776.0 +140.06,7.5,2473.0,0.008571327663958073,0.11541748046875,0.0,1.5221738815307617,2.2212982177734375,-0.004165278282016516,0.0027249751146882772,0.4168688952922821,0.3950437605381012,0.7204315066337585,240.0,61440.0,1614.960887308931,3932160.0 +140.09,6.800000190734863,2565.0,0.007222253363579512,0.0951944962143898,0.0,1.5446306467056274,2.2314019203186035,-0.004296016413718462,0.002721060998737812,0.4289640486240387,0.41882503032684326,0.6801450252532959,241.0,61696.0,1621.3486183260102,3948544.0 +140.38,6.599999904632568,2538.0,0.006815129425376654,0.08551025390625,0.0,1.5552459955215454,2.2220163345336914,-0.0048298402689397335,0.002727191662415862,0.44540515542030334,0.41947802901268005,0.6799466609954834,242.0,61952.0,1627.8023487450555,3964928.0 +123.85,6.599999904632568,2550.0,0.005760854110121727,0.06048583984375,0.0,1.6305996179580688,2.1911847591400146,-0.0033414671197533607,0.00272803264670074,0.6207361817359924,0.40055397152900696,0.6294813454151154,243.0,62208.0,1634.2280646490399,3981312.0 +161.26,6.800000190734863,2436.0,0.006547914352267981,0.07916259765625,0.0,1.6050244569778442,2.180131673812866,-0.004972559399902821,0.0027465373277664185,0.5883453488349915,0.38099417090415955,0.5837681591510773,244.0,62464.0,1640.952395890141,3997696.0 +150.67,6.5,2535.0,0.007239168975502253,0.08489990234375,0.0,1.6221197843551636,2.172152280807495,-0.004867688287049532,0.002733978210017085,0.6247884631156921,0.38555458188056946,0.6527076661586761,245.0,62720.0,1647.4150378110353,4014080.0 +102.05,7.099999904632568,2552.0,0.00689251022413373,0.0867716446518898,0.0,1.5471731424331665,2.1840622425079346,-0.003662296338006854,0.002727208659052849,0.4453100264072418,0.4069153964519501,0.6778744459152222,246.0,62976.0,1653.8339452671353,4030464.0 +131.46,6.400000095367432,2480.0,0.009885956533253193,0.1266886442899704,0.0,1.580958366394043,2.203967809677124,-0.004420903977006674,0.002714353846386075,0.5074060559272766,0.4181881248950958,0.6416520476341248,247.0,63232.0,1660.4408414689824,4046848.0 +138.8,6.900000095367432,2493.0,0.007121391594409943,0.095947265625,0.0,1.5408129692077637,2.214500665664673,-0.0035536859650164843,0.0027104737237095833,0.4418553411960602,0.4094630181789398,0.6753057539463043,248.0,63488.0,1667.0129272211343,4063232.0 +157.13,6.599999904632568,2528.0,0.007593485061079264,0.0990804061293602,0.0,1.6026169061660767,2.230179786682129,-0.0032360602635890245,0.0027135310228914022,0.5870113372802734,0.3935939073562622,0.6080513000488281,249.0,63744.0,1673.4962603130843,4079616.0 +124.27,6.400000095367432,2568.0,0.006835686042904854,0.0914306640625,0.0,1.7005127668380737,2.214548110961914,-0.004683793056756258,0.0027170528192073107,0.5657617449760437,0.39233556389808655,0.6544730365276337,250.0,64000.0,1679.8750074799173,4096000.0 +190.47,6.099999904632568,2503.0,0.007921167649328709,0.09381103515625,0.0,1.7044554948806763,2.2185394763946533,-0.004149505402892828,0.002737848786637187,0.6138702034950256,0.3569611608982086,0.6150213181972504,251.0,64256.0,1686.4193269270472,4112384.0 +104.67,7.300000190734863,2422.0,0.006185843143612146,0.0766805037856102,0.0,1.6988831758499146,2.210352897644043,-0.003977885004132986,0.0027165778446942568,0.5571014881134033,0.3949403464794159,0.645457535982132,252.0,64512.0,1693.1845043159556,4128768.0 +172.2,6.300000190734863,2407.0,0.007833152078092098,0.1034139022231102,0.0,1.7273896932601929,2.2144968509674072,-0.004151680041104555,0.0027090662624686956,0.5970303416252136,0.4093106687068939,0.6040548384189606,253.0,64768.0,1699.991994081065,4145152.0 +171.24,6.400000095367432,2398.0,0.007855263538658619,0.1050211563706398,0.0,1.7144821882247925,2.191145658493042,-0.004000709857791662,0.002711191540583968,0.5558100938796997,0.41711875796318054,0.6131970584392548,254.0,65024.0,1706.824799506925,4161536.0 +149.27,7.0,2404.0,0.007504511158913374,0.096435546875,0.0,1.6464334726333618,2.1864447593688965,-0.003299950622022152,0.0027110157534480095,0.45340219140052795,0.39588189125061035,0.5676663517951965,255.0,65280.0,1713.6403230770957,4177920.0 +138.69,7.0,2408.0,0.008000853471457958,0.1079915389418602,0.0,1.6163274049758911,2.158273935317993,-0.0029856020119041204,0.0027166760992258787,0.39687129855155945,0.3900984525680542,0.5299375653266907,256.0,65536.0,1720.445002485998,4194304.0 +171.09,6.800000190734863,2449.0,0.010078758001327515,0.1375325471162796,0.0,1.6475762128829956,2.168511152267456,-0.00400466239079833,0.00271026068367064,0.46206727623939514,0.3930300176143646,0.5491172969341278,257.0,65792.0,1727.1354812011123,4210688.0 +175.19,7.300000190734863,2486.0,0.013565951026976109,0.17706298828125,0.0,1.6481237411499023,2.1495158672332764,-0.0026696594431996346,0.0027191992849111557,0.49703288078308105,0.36618462204933167,0.5176641643047333,258.0,66048.0,1733.730597035028,4227072.0 +143.96,6.5,2510.0,0.008460315875709057,0.1125895157456398,0.0,1.6986881494522095,2.1955344676971436,-0.004226723685860634,0.0027233141008764505,0.5842903256416321,0.3749794661998749,0.518055647611618,259.0,66304.0,1740.2572421210352,4243456.0 +107.59,7.5,2554.0,0.007024995982646942,0.09423828125,0.0,1.5747580528259277,2.1871178150177,-0.0036315210163593292,0.0027260894421488047,0.36504054069519043,0.35542845726013184,0.628858745098114,260.0,66560.0,1746.671679056948,4259840.0 +162.47,6.800000190734863,2533.0,0.005894036497920752,0.0732625350356102,0.0,1.6496037244796753,2.1746182441711426,-0.004707432817667723,0.002722898731008172,0.5095953941345215,0.361289381980896,0.560080349445343,261.0,66816.0,1753.1397537849844,4276224.0 +190.19,6.599999904632568,2495.0,0.005646506790071726,0.0676066055893898,0.0,1.631428837776184,2.156003713607788,-0.0038834931328892708,0.002722793957218528,0.4683719575405121,0.36307135224342346,0.6205814182758331,262.0,67072.0,1759.7062987259123,4292608.0 +191.52,6.300000190734863,2470.0,0.006763331592082977,0.08758544921875,0.0,1.7337250709533691,2.1603918075561523,-0.003626388730481267,0.00271052960306406,0.6065186858177185,0.40921545028686523,0.5549759864807129,263.0,67328.0,1766.3393721659668,4308992.0 +139.52,6.900000095367432,2400.0,0.006789772305637598,0.0914713516831398,0.0,1.6735281944274902,2.153388738632202,-0.005313921254128218,0.002705294406041503,0.5125865936279297,0.3977561891078949,0.5797037184238434,264.0,67584.0,1773.16615433502,4325376.0 +156.08,7.900000095367432,2401.0,0.010532397776842117,0.1635945588350296,0.0,1.5534706115722656,2.177598476409912,-0.0025149472057819366,0.002709834137931466,0.2686942219734192,0.39467620849609375,0.733589380979538,265.0,67840.0,1779.9889735379256,4341760.0 +134.67,6.5,2383.0,0.012141715735197067,0.1722615510225296,0.0,1.8199924230575562,2.1943302154541016,-0.0022332360967993736,0.002706320257857442,0.7882315516471863,0.4044801890850067,0.43624913692474365,266.0,68096.0,1786.8634626450948,4358144.0 +159.8,6.900000095367432,2426.0,0.008316955529153347,0.1150105819106102,0.0,1.7048438787460327,2.2230565547943115,-0.004162257071584463,0.002708745887503028,0.5505011677742004,0.4104583263397217,0.5128886699676514,267.0,68352.0,1793.6193845721427,4374528.0 +137.96,5.900000095367432,2421.0,0.00622377498075366,0.0775349959731102,0.0,1.7086633443832397,2.2260491847991943,-0.004101746249943972,0.0027049786876887083,0.5814458727836609,0.39818060398101807,0.5178538858890533,268.0,68608.0,1800.3863060099538,4390912.0 +106.49,6.300000190734863,2454.0,0.005983335897326469,0.0715738907456398,0.0,1.7791799306869507,2.2361361980438232,-0.0032797770109027624,0.002706504426896572,0.7414055466651917,0.3850729465484619,0.41837120056152344,269.0,68864.0,1807.06313016708,4407296.0 +155.97,6.599999904632568,2478.0,0.0061886608600616455,0.0785318985581398,0.0,1.6916073560714722,2.2386367321014404,-0.0040501984767615795,0.0027237776666879654,0.5663787126541138,0.3773286044597626,0.517602950334549,270.0,69120.0,1813.6740454321261,4423680.0 +146.18,6.599999904632568,2437.0,0.005770416464656591,0.0653279647231102,0.0,1.6627484560012817,2.2175190448760986,-0.004668308421969414,0.002719646552577615,0.5113425254821777,0.3782627284526825,0.5461992621421814,271.0,69376.0,1820.3972620461136,4440064.0 +160.18,6.5,2457.0,0.005921393632888794,0.0713704451918602,0.0,1.624820590019226,2.21608829498291,-0.003107556374743581,0.002708229934796691,0.4039386212825775,0.4011818468570709,0.6180670857429504,272.0,69632.0,1827.064126077108,4456448.0 +139.28,6.800000190734863,2571.0,0.005224821623414755,0.0553385429084301,0.0,1.7212637662887573,2.22977614402771,-0.003659389214590192,0.0027009891346096992,0.5718169808387756,0.42079368233680725,0.5559792220592499,273.0,69888.0,1833.4366783599835,4472832.0 +173.73,6.5,2586.0,0.006464696954935789,0.0833536759018898,0.0,1.672500491142273,2.227820634841919,-0.0043433173559606075,0.0026947325095534325,0.4950026571750641,0.41217389702796936,0.591211587190628,274.0,70144.0,1839.7721250129398,4489216.0 +125.12,6.800000190734863,2591.0,0.005973402410745621,0.0668131485581398,0.0,1.64083731174469,2.2236757278442383,-0.005377802532166243,0.0027021768037229776,0.4050549566745758,0.4257895052433014,0.6341038942337036,275.0,70400.0,1846.096517741913,4505600.0 +197.44,6.5,2595.0,0.0072006359696388245,0.0972493514418602,0.0,1.6632150411605835,2.2228424549102783,-0.0053304750472307205,0.0027020385023206472,0.4609403908252716,0.41904568672180176,0.5844172835350037,276.0,70656.0,1852.4099943900947,4521984.0 +201.15,6.300000190734863,2589.0,0.006512288004159927,0.0791422501206398,0.0,1.6482387781143188,2.2243616580963135,-0.003024907549843192,0.0026941047981381416,0.4729609787464142,0.3947981894016266,0.5784770548343658,277.0,70912.0,1858.7378855331335,4538368.0 +155.88,6.5,2454.0,0.00968533381819725,0.1376953125,0.0,1.6020832061767578,2.1695733070373535,-0.005066286772489548,0.002691676141694188,0.3912598192691803,0.3913929760456085,0.6135934293270111,278.0,71168.0,1865.413574483944,4554752.0 +185.9,6.900000095367432,2432.0,0.007975113578140736,0.1089274063706398,0.0,1.5524481534957886,2.2145793437957764,-0.005267500411719084,0.002690671244636178,0.287286639213562,0.39553484320640564,0.6995221972465515,279.0,71424.0,1872.150706086075,4571136.0 +239.18,6.599999904632568,2460.0,0.006656836252659559,0.0854695662856102,0.0,1.6240854263305664,2.2077014446258545,-0.0034919315949082375,0.0026976540684700012,0.39925479888916016,0.40878167748451233,0.6572273671627045,280.0,71680.0,1878.8108965731226,4587520.0 +184.79,6.699999809265137,2473.0,0.009891546331346035,0.1443074494600296,0.0,1.6010478734970093,2.2382872104644775,-0.005033192690461874,0.0026892386376857758,0.36264553666114807,0.40949133038520813,0.6754434108734131,281.0,71936.0,1885.4343985221349,4603904.0 +226.06,6.300000190734863,2443.0,0.007849331013858318,0.1063639298081398,0.0,1.5826139450073242,2.268428087234497,-0.00426941504701972,0.002686550607904792,0.3576430082321167,0.39096251130104065,0.6948824524879456,282.0,72192.0,1892.1401451081038,4620288.0 +202.59,5.800000190734863,2464.0,0.00640292139723897,0.0826009139418602,0.0,1.641440749168396,2.2830593585968018,-0.004538392182439566,0.00268376711755991,0.4644501209259033,0.39943137764930725,0.6375013887882233,283.0,72448.0,1898.789123130031,4636672.0 +200.72,5.900000095367432,2461.0,0.00819801539182663,0.11773681640625,0.0,1.6512213945388794,2.2636470794677734,-0.004816090222448111,0.0026985786389559507,0.5029919743537903,0.380623459815979,0.6128145754337311,284.0,72704.0,1905.4463231370319,4653056.0 +200.23,7.099999904632568,2463.0,0.007198735605925322,0.0916341170668602,0.0,1.5391205549240112,2.258164644241333,-0.006174957845360041,0.002692063571885228,0.28405097126960754,0.3822731077671051,0.680905282497406,285.0,72960.0,1912.0978656241205,4669440.0 +168.06,6.800000190734863,2461.0,0.008108110167086124,0.1111246719956398,0.0,1.617405891418457,2.223327398300171,-0.005858337040990591,0.0026839517522603273,0.43855413794517517,0.38677600026130676,0.6549288928508759,286.0,73216.0,1918.7557343340013,4685824.0 +187.18,7.0,2559.0,0.007056489586830139,0.0918985977768898,0.0,1.589511513710022,2.2244417667388916,-0.006448440253734589,0.002693844959139824,0.3694390058517456,0.39063501358032227,0.7166971862316132,287.0,73472.0,1925.1585241961293,4702208.0 +162.15,6.699999809265137,2402.0,0.00797110516577959,0.1070149764418602,0.0,1.6832424402236938,2.2080237865448,-0.0043274774216115475,0.0026797205209732056,0.5224584937095642,0.4158017337322235,0.6645167768001556,288.0,73728.0,1931.978175254073,4718592.0 +165.95,5.699999809265137,2395.0,0.006473347544670105,0.0777791365981102,0.0,1.624590277671814,2.215818166732788,-0.004884831141680479,0.002685829997062683,0.452104777097702,0.3850615918636322,0.6220036149024963,289.0,73984.0,1938.819164393004,4734976.0 +205.65,6.199999809265137,2530.0,0.006722659338265657,0.083740234375,0.0,1.6458587646484375,2.1881356239318848,-0.0055288090370595455,0.002686994383111596,0.47951245307922363,0.3940941095352173,0.6368770599365234,290.0,74240.0,1945.2934465000872,4751360.0 +181.57,7.300000190734863,2490.0,0.008561212569475174,0.1230265274643898,0.0,1.5956436395645142,2.17014479637146,-0.004132178146392107,0.002692220499739051,0.35238197445869446,0.40575167536735535,0.7177683413028717,291.0,74496.0,1951.872064250987,4767744.0 +130.65,7.099999904632568,2575.0,0.006729306187480688,0.0863850936293602,0.0,1.657399296760559,2.160996675491333,-0.004677325952798128,0.0026920235250145197,0.47206881642341614,0.4087182283401489,0.6701418459415436,292.0,74752.0,1958.2332276140805,4784128.0 +196.33,6.900000095367432,2566.0,0.006272412836551666,0.07781982421875,0.0,1.7133870124816895,2.17536997795105,-0.0034352268557995558,0.002700013807043433,0.57529217004776,0.4086962044239044,0.6165853142738342,293.0,75008.0,1964.6185166221112,4800512.0 +160.91,6.5,2465.0,0.008440487086772919,0.1095174178481102,0.0,1.6679402589797974,2.16798996925354,-0.006046375259757042,0.002696542302146554,0.492738276720047,0.40845322608947754,0.6592132747173309,294.0,75264.0,1971.266498747049,4816896.0 +145.32,7.599999904632568,2472.0,0.010166054591536522,0.14306640625,0.0,1.6093864440917969,2.1527841091156006,-0.006487502250820398,0.0026993826031684875,0.3765846788883209,0.4068048894405365,0.7292733490467072,295.0,75520.0,1977.8941111611202,4833280.0 +134.89,7.0,2419.0,0.008438372053205967,0.1178792342543602,0.0,1.7135554552078247,2.126899480819702,-0.0058380370028316975,0.002697371644899249,0.5878627300262451,0.4049278497695923,0.6304168403148651,296.0,75776.0,1984.6676273979247,4849664.0 +147.14,6.699999809265137,2374.0,0.0056866854429244995,0.0720621719956398,0.0,1.6505056619644165,2.134497880935669,-0.005291296634823084,0.0027036943938583136,0.5241381525993347,0.36339274048805237,0.6254794001579285,297.0,76032.0,1991.5669818429742,4866048.0 +164.44,6.800000190734863,2361.0,0.008034360595047474,0.1108601912856102,0.0,1.6222285032272339,2.1612930297851562,-0.005184372887015343,0.002673043869435787,0.4500240981578827,0.3895552158355713,0.6411384046077728,298.0,76288.0,1998.5064148579258,4882432.0 +172.19,6.900000095367432,2399.0,0.009409919381141663,0.1359659880399704,0.0,1.532901406288147,2.1563236713409424,-0.004506644327193499,0.002670799382030964,0.2528805136680603,0.40100160241127014,0.7390214502811432,299.0,76544.0,2005.3360649941023,4898816.0 +224.29,6.599999904632568,2398.0,0.007790368515998125,0.1081746444106102,0.0,1.7565370798110962,2.101050853729248,-0.004167699720710516,0.002670732093974948,0.5433748364448547,0.4153907597064972,0.6122060120105743,300.0,76800.0,2012.1667725180741,4915200.0 +106.27,6.599999904632568,2436.0,0.007266746833920479,0.0888875350356102,0.0,1.753096580505371,2.11563777923584,-0.0032215893734246492,0.0026699223089963198,0.5363595485687256,0.41494572162628174,0.6038026213645935,301.0,77056.0,2018.8912404519506,4931584.0 +184.37,7.0,2509.0,0.005766837392002344,0.0670166015625,0.0,1.6697138547897339,2.1122920513153076,-0.004366252105683088,0.002663401188328862,0.3694024085998535,0.4196055233478546,0.6798926591873169,302.0,77312.0,2025.4221308280248,4947968.0 +162.64,6.699999809265137,2412.0,0.00840761885046959,0.1163736954331398,0.0,1.679076075553894,2.108685255050659,-0.003576920134946704,0.0026645304169505835,0.3878326714038849,0.4182548224925995,0.6120308041572571,303.0,77568.0,2032.215110806981,4964352.0 +184.9,6.400000095367432,2401.0,0.009746041148900986,0.1356201171875,0.0,1.7327135801315308,2.123988628387451,-0.005511125549674034,0.002673357492312789,0.49564722180366516,0.41594815254211426,0.5689427852630615,304.0,77824.0,2039.0394587810151,4980736.0 +258.8,6.300000190734863,2494.0,0.006949658039957285,0.09161376953125,0.0,1.6770371198654175,2.1551167964935303,-0.005188134964555502,0.002679280238226056,0.38987210392951965,0.40973976254463196,0.659519225358963,305.0,78080.0,2045.609846627107,4997120.0 +193.25,6.900000095367432,2473.0,0.009764181450009346,0.1445109099149704,0.0,1.6407772302627563,2.1453511714935303,-0.006854700390249491,0.002681018551811576,0.3635273277759552,0.38392189145088196,0.688794732093811,306.0,78336.0,2052.2349432359915,5013504.0 +152.45,6.800000190734863,2464.0,0.008044823072850704,0.11419677734375,0.0,1.606735348701477,2.1453192234039307,-0.004135167691856623,0.0026752175763249397,0.27330830693244934,0.39650067687034607,0.7679697126150131,307.0,78592.0,2058.882465182105,5029888.0 +215.41,6.699999809265137,2545.0,0.010325543582439423,0.1405029296875,0.0,1.6508307456970215,2.1673943996429443,-0.005365936551243067,0.0026693029794842005,0.3354606330394745,0.4162355661392212,0.7450200617313385,308.0,78848.0,2065.3205787260085,5046272.0 +211.31,6.400000095367432,2465.0,0.010371956042945385,0.1454264372587204,0.0,1.7386527061462402,2.132554292678833,-0.006198524031788111,0.002696123905479908,0.49198460578918457,0.4144710600376129,0.672987550497055,309.0,79104.0,2071.967435328057,5062656.0 +245.69,6.099999904632568,2487.0,0.008401659317314625,0.1144612655043602,0.0,1.6941198110580444,2.1407177448272705,-0.00498984195291996,0.0027153436094522476,0.3916263282299042,0.41010046005249023,0.7215905785560608,310.0,79360.0,2078.5557696640026,5079040.0 +140.09,7.0,2553.0,0.007844578474760056,0.10638427734375,0.0,1.7073560953140259,2.0771634578704834,-0.005825535859912634,0.0026991746854037046,0.38879695534706116,0.43540385365486145,0.7111722826957703,311.0,79616.0,2084.9728011130355,5095424.0 +146.33,7.199999809265137,2583.0,0.008122196421027184,0.114501953125,0.0,1.6536693572998047,2.090475082397461,-0.006467975676059723,0.002684586448594928,0.31606271862983704,0.4235163629055023,0.7554686814546585,312.0,79872.0,2091.316979872063,5111808.0 +195.59,6.699999809265137,2567.0,0.008000797592103481,0.1063639298081398,0.0,1.6786171197891235,2.078460693359375,-0.004778376314789057,0.002656521275639534,0.3880019187927246,0.4226717948913574,0.7454527318477631,313.0,80128.0,2097.6981100731064,5128192.0 +206.59,5.699999809265137,2513.0,0.008194182999432087,0.11053466796875,0.0,1.6953701972961426,2.114701986312866,-0.004343207459896803,0.002648593159392476,0.4306764304637909,0.4212362468242645,0.6807597875595093,314.0,80384.0,2104.218925009016,5144576.0 +147.82,7.099999904632568,2505.0,0.007796443998813629,0.09814453125,0.0,1.6154570579528809,2.1171271800994873,-0.00755132595077157,0.002658325247466564,0.3106061518192291,0.3970710337162018,0.7870645672082901,315.0,80640.0,2110.7577919859905,5160960.0 +226.92,5.900000095367432,2530.0,0.0064943041652441025,0.08099365234375,0.0,1.7232474088668823,2.159787654876709,-0.004258135333657265,0.002653912641108036,0.49379241466522217,0.4147331714630127,0.6830908358097076,316.0,80896.0,2117.2341054631397,5177344.0 +171.07,7.400000095367432,2455.0,0.007379617542028427,0.0933634415268898,0.0,1.656265377998352,2.118372917175293,-0.004825105890631676,0.0026626912876963615,0.35517749190330505,0.41321709752082825,0.788630023598671,317.0,81152.0,2123.9069112930447,5193728.0 +126.54,7.400000095367432,2538.0,0.007305693347007036,0.09295654296875,0.0,1.6563057899475098,2.0466721057891846,-0.005559783428907394,0.002657829551026225,0.3471204340457916,0.4203862249851227,0.7776383608579636,318.0,81408.0,2130.3630718691275,5210112.0 +201.72,6.199999809265137,2439.0,0.007375932764261961,0.0982869490981102,0.0,1.7524904012680054,2.0112855434417725,-0.005047004669904709,0.00266314041800797,0.5498582720756531,0.4107149541378021,0.700651228427887,319.0,81664.0,2137.0825091230217,5226496.0 +193.55,6.800000190734863,2509.0,0.007903064601123333,0.11273193359375,0.0,1.634436011314392,1.9738187789916992,-0.007140581961721182,0.00266077253036201,0.32904741168022156,0.40502360463142395,0.762298509478569,320.0,81920.0,2143.612454707967,5242880.0 +209.77,7.099999904632568,2494.0,0.0102113401517272,0.1499430388212204,0.0,1.6866713762283325,1.8813743591308594,-0.004531044512987137,0.002659803256392479,0.39442622661590576,0.4240727126598358,0.6649604439735413,321.0,82176.0,2150.1813627940137,5259264.0 +135.03,7.5,2481.0,0.008418899960815907,0.1141153946518898,0.0,1.6838237047195435,1.924984335899353,-0.00723874568939209,0.0026473647449165583,0.3959936201572418,0.42972660064697266,0.7088366150856018,322.0,82432.0,2156.784769474063,5275648.0 +143.76,7.099999904632568,2509.0,0.00625431165099144,0.084228515625,0.0,1.688498854637146,2.0337917804718018,-0.005364501383155584,0.0026528381276875734,0.4276817739009857,0.4131288528442383,0.5965578854084015,323.0,82688.0,2163.3148234949913,5292032.0 +117.83,7.900000095367432,2448.0,0.0072684213519096375,0.0978190079331398,0.0,1.700760841369629,1.9914802312850952,-0.006189895328134298,0.0026523240376263857,0.4651382863521576,0.4063558578491211,0.6103778779506683,324.0,82944.0,2170.0082733079325,5308416.0 +108.53,7.5,2548.0,0.00918967928737402,0.128173828125,0.0,1.6652870178222656,2.0015199184417725,-0.007008055225014687,0.002659774385392666,0.39162957668304443,0.40518033504486084,0.6647476255893707,325.0,83200.0,2176.438175247982,5324800.0 +161.12,6.900000095367432,2454.0,0.006787867750972509,0.09271240234375,0.0,1.7200168371200562,1.979662537574768,-0.004305229987949133,0.002655154326930642,0.4618184268474579,0.42686840891838074,0.6469248235225677,326.0,83456.0,2183.114095413126,5341184.0 +153.45,6.900000095367432,2467.0,0.005795519333332777,0.07220458984375,0.0,1.67473304271698,1.8918956518173218,-0.004591146018356085,0.0026830127462744713,0.38077905774116516,0.4067298173904419,0.7262945473194122,327.0,83712.0,2189.7550571020693,5357568.0 +188.69,7.199999809265137,2615.0,0.0057289269752800465,0.0721639022231102,0.0,1.6497141122817993,1.9411793947219849,-0.005915825720876455,0.002688990905880928,0.35299432277679443,0.39294764399528503,0.7580867111682892,328.0,83968.0,2196.022497209022,5373952.0 +182.0,6.099999904632568,2567.0,0.006513927131891251,0.0837809219956398,0.0,1.732408881187439,1.8932386636734009,-0.004667211789637804,0.002667067339643836,0.5087499022483826,0.4074905812740326,0.6658358573913574,329.0,84224.0,2202.4048673161305,5390336.0 +225.93,6.300000190734863,2542.0,0.0052969311363995075,0.0704549178481102,0.0,1.6232949495315552,1.8615031242370605,-0.004307207651436329,0.0026830818969756365,0.3028123080730438,0.3915732204914093,0.7562606632709503,330.0,84480.0,2208.8496753629297,5406720.0 +218.11,7.5,2478.0,0.006796483416110277,0.0897420272231102,0.0,1.6311564445495605,1.8286470174789429,-0.006319291889667511,0.002668908564373851,0.2869221270084381,0.418938010931015,0.7516260594129562,331.0,84736.0,2215.4611489940435,5423104.0 +145.94,7.599999904632568,2525.0,0.006431980058550835,0.0795084610581398,0.0,1.6691073179244995,1.8195382356643677,-0.003906311467289925,0.002657658187672496,0.3391951024532318,0.4353581368923187,0.7391500473022461,332.0,84992.0,2221.9485021030996,5439488.0 +214.07,6.599999904632568,2449.0,0.007229199167340994,0.09429931640625,0.0,1.7665724754333496,1.977311134338379,-0.004666929133236408,0.002651254879310727,0.5030962824821472,0.4592585563659668,0.6538102924823761,333.0,85248.0,2228.6377409701236,5455872.0 +181.95,6.800000190734863,2451.0,0.006368791684508324,0.0777384415268898,0.0,1.6580657958984375,1.9193350076675415,-0.006237595807760954,0.0026613548398017883,0.3336482048034668,0.4277836084365845,0.7380186915397644,334.0,85504.0,2235.3219875961076,5472256.0 +174.79,7.199999809265137,2433.0,0.007608411367982626,0.1064453125,0.0,1.622973084449768,1.959903359413147,-0.005388862919062376,0.002654406940564513,0.2846240699291229,0.4184766709804535,0.7663252800703049,335.0,85760.0,2242.0550833870657,5488640.0 +220.17,5.900000095367432,2446.0,0.006334707140922546,0.0801595076918602,0.0,1.8023834228515625,2.0338876247406006,-0.004046074114739895,0.002654055366292596,0.6008020043373108,0.4426734149456024,0.6195319890975952,336.0,86016.0,2248.7533928479534,5505024.0 +151.55,7.0,2445.0,0.007788030430674553,0.1031901016831398,0.0,1.7135177850723267,1.9937535524368286,-0.0052748508751392365,0.0026724599301815033,0.42630305886268616,0.4325568675994873,0.6942332684993744,337.0,86272.0,2255.4548564299475,5521408.0 +157.76,6.800000190734863,2456.0,0.007666605990380049,0.1024373397231102,0.0,1.6912678480148315,2.03362774848938,-0.004793391562998295,0.0026891755405813456,0.40807780623435974,0.4088713228702545,0.6896672248840332,338.0,86528.0,2262.1260459311306,5537792.0 +168.62,6.800000190734863,2590.0,0.009919032454490662,0.1354777067899704,0.0,1.6376210451126099,2.0118799209594727,-0.004991164896637201,0.002673481358215213,0.27882739901542664,0.4294244050979614,0.7516430020332336,339.0,86784.0,2268.4524966881145,5554176.0 +224.67,6.699999809265137,2494.0,0.008105534128844738,0.1119181290268898,0.0,1.6944044828414917,1.9825319051742554,-0.003395157167688012,0.0026558339595794678,0.39907047152519226,0.43218687176704407,0.7053220272064209,340.0,87040.0,2275.0202430631034,5570560.0 +207.93,6.699999809265137,2492.0,0.008561616763472557,0.1175130233168602,0.0,1.6695441007614136,1.9907549619674683,-0.006321499589830637,0.0026384529192000628,0.38397490978240967,0.4242929518222809,0.7106871604919434,341.0,87296.0,2281.5932267529424,5586944.0 +190.9,6.0,2493.0,0.008155188523232937,0.1112060546875,0.0,1.7207697629928589,1.9372397661209106,-0.007983052171766758,0.0026389749255031347,0.4591366946697235,0.4411582946777344,0.7037254273891449,342.0,87552.0,2288.1641436580103,5603328.0 +133.94,7.800000190734863,2390.0,0.009606377221643925,0.1346435546875,0.0,1.6763896942138672,1.9151540994644165,-0.00677478825673461,0.00263793277554214,0.3926725387573242,0.4270970821380615,0.7397830784320831,343.0,87808.0,2295.017952081049,5619712.0 +150.91,7.0,2410.0,0.009253904223442078,0.1272786408662796,0.0,1.7695635557174683,1.91471529006958,-0.00438092602416873,0.0026659902650862932,0.5364673137664795,0.43495631217956543,0.709578663110733,344.0,88064.0,2301.8167106499895,5636096.0 +114.81,7.300000190734863,2403.0,0.005885533522814512,0.0767415389418602,0.0,1.7454015016555786,1.903250813484192,-0.0063122957944869995,0.0026531582698225975,0.5319650769233704,0.418074369430542,0.695913165807724,345.0,88320.0,2308.6333056199364,5652480.0 +113.63,8.300000190734863,2474.0,0.005742596462368965,0.0671590194106102,0.0,1.6131514310836792,1.97130286693573,-0.006806433200836182,0.0026562511920928955,0.2529798746109009,0.4262869656085968,0.8216859847307205,346.0,88576.0,2315.2549422590528,5668864.0 +158.03,6.599999904632568,2582.0,0.006985182408243418,0.0902303084731102,0.0,1.632752776145935,2.015150785446167,-0.007149986457079649,0.0026452478487044573,0.2873512804508209,0.4354959726333618,0.7998017817735672,347.0,88832.0,2321.5999730410986,5685248.0 +132.18,6.900000095367432,2544.0,0.006942636799067259,0.088623046875,0.0,1.6230149269104004,1.9650764465332031,-0.006226279307156801,0.0026556411758065224,0.27273935079574585,0.42582857608795166,0.7759931087493896,348.0,89088.0,2328.0421815400477,5701632.0 +196.05,6.400000095367432,2530.0,0.0057938373647630215,0.0699056014418602,0.0,1.7567423582077026,1.9217156171798706,-0.00583595409989357,0.002650295151397586,0.5682622790336609,0.4112749397754669,0.6292194426059723,349.0,89344.0,2334.5179573730566,5718016.0 +130.17,7.5,2575.0,0.007020436227321625,0.0904947891831398,0.0,1.5972055196762085,1.9429692029953003,-0.006158493459224701,0.0026515827048569918,0.477919340133667,0.40400075912475586,0.6591517925262451,350.0,89600.0,2340.881085851928,5734400.0 +117.68,7.300000190734863,2532.0,0.007051794324070215,0.0909423828125,0.0,1.5118664503097534,1.9368380308151245,-0.006347624585032463,0.0026560614351183176,0.31971868872642517,0.3941234052181244,0.7411507070064545,351.0,89856.0,2347.3528387260158,5750784.0 +177.05,6.400000095367432,2553.0,0.008236636407673359,0.1122639998793602,0.0,1.5540555715560913,1.942538857460022,-0.007060495670884848,0.002663338789716363,0.4094623625278473,0.38809314370155334,0.6957254707813263,352.0,90112.0,2353.768830971094,5767168.0 +194.28,7.0,2457.0,0.009045961312949657,0.12286376953125,0.0,1.582008957862854,1.9458503723144531,-0.005208279006183147,0.002636121353134513,0.44671431183815,0.41108763217926025,0.6481844186782837,353.0,90368.0,2360.436631904915,5783552.0 +194.45,6.300000190734863,2515.0,0.006741104181855917,0.08642578125,0.0,1.5790047645568848,1.9567958116531372,-0.006610725540667772,0.0026394324377179146,0.43537333607673645,0.41465461254119873,0.6881816387176514,354.0,90624.0,2366.9497693569865,5799936.0 +104.3,7.199999809265137,2505.0,0.0066532534547150135,0.0796712264418602,0.0,1.5663868188858032,1.9864920377731323,-0.00582217238843441,0.002635233337059617,0.39165350794792175,0.4276925325393677,0.6668540835380554,355.0,90880.0,2373.4903940570075,5816320.0 +197.78,6.400000095367432,2521.0,0.009375431574881077,0.129638671875,0.0,1.5851079225540161,1.986484169960022,-0.007755910512059927,0.0026392426807433367,0.44862183928489685,0.41590070724487305,0.6186479926109314,356.0,91136.0,2379.9887212449685,5832704.0 +202.72,6.300000190734863,2434.0,0.009866726584732533,0.14691162109375,0.0,1.5403934717178345,2.0330679416656494,-0.005799416918307543,0.0026357152964919806,0.3628084659576416,0.4135417640209198,0.6733996868133545,357.0,91392.0,2386.7193992100656,5849088.0 +168.75,6.900000095367432,2434.0,0.011907119303941727,0.17144775390625,0.0,1.5511537790298462,2.0496702194213867,-0.005740010645240545,0.0026343492791056633,0.38879141211509705,0.4115687310695648,0.6796024143695831,358.0,91648.0,2393.450381214032,5865472.0 +155.27,7.300000190734863,2456.0,0.010374520905315876,0.14886474609375,0.0,1.5410047769546509,2.0735456943511963,-0.006928396876901388,0.002634755102917552,0.38373640179634094,0.40362289547920227,0.682494044303894,359.0,91904.0,2400.1212515060324,5881856.0 +172.74,7.5,2517.0,0.008281259797513485,0.1122029647231102,0.0,1.5517258644104004,2.0542266368865967,-0.007253343239426613,0.002640235237777233,0.37109610438346863,0.4223489761352539,0.7279025316238403,360.0,92160.0,2406.6299206530675,5898240.0 +133.26,6.699999809265137,2468.0,0.009580702520906925,0.13616943359375,0.0,1.554834246635437,2.041724920272827,-0.00488985376432538,0.0026513359043747187,0.37698423862457275,0.4138937294483185,0.7428302764892578,361.0,92416.0,2413.2670384501107,5914624.0 +181.44,7.199999809265137,2472.0,0.007164416369050741,0.09527587890625,0.0,1.5142940282821655,2.048701763153076,-0.005943102762103081,0.0026361134368926287,0.3039689362049103,0.4178676903247833,0.7615130394697189,362.0,92672.0,2419.8946176141035,5931008.0 +140.77,7.300000190734863,2404.0,0.00840656366199255,0.11444091796875,0.0,1.5600099563598633,2.0482165813446045,-0.006260320078581572,0.002636086894199252,0.40616559982299805,0.41154351830482483,0.7054972648620605,363.0,92928.0,2426.709787803935,5947392.0 +138.46,6.300000190734863,2452.0,0.007156675215810537,0.0893758162856102,0.0,1.7007745504379272,2.055363178253174,-0.00517470296472311,0.0026253226678818464,0.6572389006614685,0.4346926212310791,0.6020504832267761,364.0,93184.0,2433.3921769789886,5963776.0 +185.44,7.400000095367432,2440.0,0.010780074633657932,0.148193359375,0.0,1.546288013458252,2.0800344944000244,-0.006762805860489607,0.0026380557101219893,0.38560497760772705,0.40728306770324707,0.6425118744373322,365.0,93440.0,2440.105845941929,5980160.0 +128.04,6.5,2461.0,0.00922314077615738,0.1284586638212204,0.0,1.5983551740646362,2.080073118209839,-0.005067128222435713,0.00263786967843771,0.48687052726745605,0.40704986453056335,0.5891426503658295,366.0,93696.0,2446.763797831023,5996544.0 +164.37,6.900000095367432,2434.0,0.007453909609466791,0.0935872420668602,0.0,1.5347286462783813,2.10955548286438,-0.00641102297231555,0.0026477829087525606,0.35849425196647644,0.4048437178134918,0.6445794105529785,367.0,93952.0,2453.493260797113,6012928.0 +199.45,6.5,2487.0,0.005925170611590147,0.0701497420668602,0.0,1.614244818687439,2.1262505054473877,-0.005438495893031359,0.002651773625984788,0.4631061255931854,0.4358539879322052,0.6132492423057556,368.0,94208.0,2460.0829170960933,6029312.0 +137.93,6.199999809265137,2576.0,0.0065120975486934185,0.0790201798081398,0.0,1.6481142044067383,2.1209421157836914,-0.005865287035703659,0.002659812569618225,0.5524057745933533,0.4188259541988373,0.5724363625049591,369.0,94464.0,2466.4430246411357,6045696.0 +140.79,7.800000190734863,2465.0,0.007075186353176832,0.0969034805893898,0.0,1.5292826890945435,2.1317436695098877,-0.006619373802095652,0.0026473719626665115,0.3235120177268982,0.42064329981803894,0.7026925384998322,370.0,94720.0,2473.088646776043,6062080.0 +176.36,6.400000095367432,2558.0,0.0072278608568012714,0.0970255509018898,0.0,1.6210074424743652,2.132988214492798,-0.005531975533813238,0.0026305702049285173,0.5021973252296448,0.43067824840545654,0.6202325224876404,371.0,94976.0,2479.493181917118,6078464.0 +204.87,6.599999904632568,2438.0,0.006817965302616358,0.0911661759018898,0.0,1.5707157850265503,2.116819143295288,-0.006329405587166548,0.0026349469553679228,0.3841664791107178,0.4401891231536865,0.7066315114498138,372.0,95232.0,2486.2115288439672,6094848.0 +186.69,7.199999809265137,2485.0,0.008720897138118744,0.1269938200712204,0.0,1.5715998411178589,2.1736884117126465,-0.004765094257891178,0.002629494294524193,0.3896214962005615,0.4393664598464966,0.6464430391788483,373.0,95488.0,2492.8052163880784,6111232.0 +160.65,7.300000190734863,2424.0,0.006488453596830368,0.0807698592543602,0.0,1.5084036588668823,2.1469619274139404,-0.005118087865412235,0.002639218932017684,0.3378722369670868,0.38795992732048035,0.6983387768268585,374.0,95744.0,2499.564639978111,6127616.0 +134.94,7.099999904632568,2402.0,0.007210219278931618,0.0932820662856102,0.0,1.5856671333312988,2.1277525424957275,-0.006346799898892641,0.0026367034297436476,0.4756888449192047,0.4009568393230438,0.6429081857204437,375.0,96000.0,2506.3840234291274,6144000.0 +190.37,6.400000095367432,2497.0,0.007300650700926781,0.0994466170668602,0.0,1.667856216430664,2.1175334453582764,-0.0056382776238024235,0.002638675970956683,0.6235395669937134,0.4092870056629181,0.6262831389904022,376.0,96256.0,2512.945722829085,6160384.0 +97.43,8.199999809265137,2416.0,0.005986993666738272,0.0742390975356102,0.0,1.5195266008377075,2.1188058853149414,-0.0056709167547523975,0.0026362640783190727,0.31604406237602234,0.4173222780227661,0.7701272368431091,377.0,96512.0,2519.7286049651448,6176768.0 +154.93,7.400000095367432,2517.0,0.008757700212299824,0.1252644807100296,0.0,1.5571151971817017,2.132277250289917,-0.00650926074013114,0.002628341317176819,0.3861822187900543,0.42564985156059265,0.7267104983329773,378.0,96768.0,2526.2369904739317,6193152.0 +152.54,7.099999904632568,2534.0,0.007395113352686167,0.08978271484375,0.0,1.5484403371810913,2.1669933795928955,-0.0058840238489210606,0.0026342568453401327,0.3455456495285034,0.43689849972724915,0.7805770486593246,379.0,97024.0,2532.702192970086,6209536.0 +171.06,6.900000095367432,2453.0,0.007517300546169281,0.1016438826918602,0.0,1.5891938209533691,2.1830880641937256,-0.004425282124429941,0.0026395453605800867,0.3983859121799469,0.4505488872528076,0.7049173712730408,380.0,97280.0,2539.3805879701395,6225920.0 +158.97,7.199999809265137,2431.0,0.00839200895279646,0.1190592423081398,0.0,1.5510166883468628,2.155142068862915,-0.008120748214423656,0.0026235831901431084,0.33252865076065063,0.4562389850616455,0.7327824234962463,381.0,97536.0,2546.118966426002,6242304.0 +162.18,6.599999904632568,2404.0,0.009451692923903465,0.1318359375,0.0,1.582572340965271,2.151684045791626,-0.007329143118113279,0.0026152341160923243,0.4063805341720581,0.4526679515838623,0.6730751991271973,382.0,97792.0,2552.934749034932,6258688.0 +203.28,6.699999809265137,2447.0,0.008605397306382656,0.1210530623793602,0.0,1.6187535524368286,2.1376473903656006,-0.003630720777437091,0.002626744331791997,0.49321281909942627,0.4330708980560303,0.6602019965648651,383.0,98048.0,2559.630298661068,6275072.0 +160.55,6.599999904632568,2514.0,0.007258167490363121,0.0982666015625,0.0,1.545087456703186,2.1736862659454346,-0.0068858303129673,0.0026261445600539446,0.39099612832069397,0.4096924066543579,0.7125252485275269,384.0,98304.0,2566.1471285519656,6291456.0 +160.43,7.300000190734863,2422.0,0.008590064942836761,0.1158854141831398,0.0,1.5073165893554688,2.1736807823181152,-0.004749335814267397,0.002625315682962537,0.28974083065986633,0.4235074818134308,0.7861265391111374,385.0,98560.0,2572.9101230450906,6307840.0 +186.8,7.199999809265137,2442.0,0.005727921146899462,0.0720418319106102,0.0,1.498643398284912,2.1802566051483154,-0.006184266414493322,0.0026219591964036226,0.28249114751815796,0.4207513630390167,0.7937922477722168,386.0,98816.0,2579.6184474600013,6324224.0 +157.4,7.400000095367432,2415.0,0.006435393821448088,0.0743611678481102,0.0,1.5912779569625854,2.1341044902801514,-0.006021595094352961,0.002634582109749317,0.451694130897522,0.4237004816532135,0.7231993973255157,387.0,99072.0,2586.40246184892,6340608.0 +146.92,7.099999904632568,2446.0,0.0064543760381639,0.0815633162856102,0.0,1.595296859741211,2.131061315536499,-0.006493744906038046,0.002639913931488991,0.4800521433353424,0.4088866710662842,0.7204708755016327,388.0,99328.0,2593.101242050063,6356992.0 +106.05,7.699999809265137,2493.0,0.007615287322551012,0.1030680313706398,0.0,1.6438666582107544,2.0993754863739014,-0.006719730328768492,0.002635605400428176,0.5699090957641602,0.4154791533946991,0.6757879257202148,389.0,99584.0,2599.673231598921,6373376.0 +87.0,7.699999809265137,2495.0,0.006173019763082266,0.0730387344956398,0.0,1.4979395866394043,2.137129545211792,-0.005087977275252342,0.0026337711606174707,0.2674976885318756,0.4214272201061249,0.8130301535129547,390.0,99840.0,2606.2391729720403,6389760.0 +173.63,7.099999904632568,2501.0,0.00542341498658061,0.06732177734375,0.0,1.5301414728164673,2.1622138023376465,-0.00661497563123703,0.0026230865623801947,0.34459948539733887,0.4210553467273712,0.7879543453454971,391.0,100096.0,2612.7899109839927,6406144.0 +192.06,7.099999904632568,2473.0,0.006941221654415131,0.0934651717543602,0.0,1.5021743774414062,2.117594003677368,-0.006340262945741415,0.002628668211400509,0.30290061235427856,0.4084661900997162,0.7893917113542557,392.0,100352.0,2619.414922851138,6422528.0 +202.15,7.0,2479.0,0.007431771606206894,0.096923828125,0.0,1.5425013303756714,2.1247222423553467,-0.0045196483843028545,0.002618539845570922,0.39581310749053955,0.40368208289146423,0.7585611045360565,393.0,100608.0,2626.023893144913,6438912.0 +172.88,7.0,2449.0,0.0072985547594726086,0.0982666015625,0.0,1.5694079399108887,2.147517442703247,-0.005117296706885099,0.0026217561680823565,0.450541615486145,0.40253424644470215,0.6946504414081573,394.0,100864.0,2632.712965781102,6455296.0 +194.07,6.599999904632568,2447.0,0.010344387963414192,0.14068603515625,0.0,1.586105465888977,2.1841800212860107,-0.004750217776745558,0.002634824952110648,0.4952599108219147,0.38892149925231934,0.6111220419406891,395.0,101120.0,2639.4081280920655,6471680.0 +173.98,7.199999809265137,2460.0,0.007078777998685837,0.0922648087143898,0.0,1.5212005376815796,2.1794893741607666,-0.0052957781590521336,0.0026239531580358744,0.352284699678421,0.40320920944213867,0.701136440038681,396.0,101376.0,2646.0668363780715,6488064.0 +155.1,7.199999809265137,2463.0,0.007749851327389479,0.1043701171875,0.0,1.5555566549301147,2.179453134536743,-0.00539139611646533,0.0026053108740597963,0.3910210132598877,0.43138447403907776,0.6952826678752899,397.0,101632.0,2652.719483663095,6504448.0 +207.07,7.400000095367432,2492.0,0.00596087658777833,0.0723470076918602,0.0,1.5676140785217285,2.151639699935913,-0.005076127592474222,0.00263320398516953,0.4470957815647125,0.3967214524745941,0.6005706787109375,398.0,101888.0,2659.2938264301047,6520832.0 +149.68,7.099999904632568,2414.0,0.00576944462954998,0.0707193985581398,0.0,1.5860261917114258,2.1164162158966064,-0.0065490566194057465,0.0026227126363664865,0.4869674742221832,0.40146318078041077,0.6196156144142151,399.0,102144.0,2666.0805051489733,6537216.0 +145.62,7.800000190734863,2382.0,0.007268885150551796,0.0932820662856102,0.0,1.6965199708938599,2.144563913345337,-0.005801869090646505,0.0026244428008794785,0.35064172744750977,0.43250739574432373,0.719374805688858,400.0,102400.0,2672.959936202038,6553600.0 +198.26,6.800000190734863,2439.0,0.009049923159182072,0.1276041716337204,0.0,1.7244919538497925,2.1721951961517334,-0.006425829138606787,0.0026394196320325136,0.3811003863811493,0.44039133191108704,0.6888830065727234,401.0,102656.0,2679.6765799650457,6569984.0 +182.06,7.599999904632568,2404.0,0.009453986771404743,0.1368408203125,0.0,1.6874841451644897,2.1741716861724854,-0.004509052261710167,0.0026401702780276537,0.2925755977630615,0.44605255126953125,0.7769520133733749,402.0,102912.0,2686.4907140999567,6586368.0 +141.45,6.199999809265137,2408.0,0.008244155906140804,0.1142985001206398,0.0,1.7820929288864136,2.191042423248291,-0.005728549789637327,0.002627393463626504,0.514448344707489,0.4356078803539276,0.6458394229412079,403.0,103168.0,2693.295022005914,6602752.0 +165.73,7.199999809265137,2401.0,0.008601670153439045,0.1147257462143898,0.0,1.7097910642623901,2.186532974243164,-0.0057245902717113495,0.0026109479367733,0.3650597631931305,0.446470707654953,0.7223199307918549,404.0,103424.0,2700.1195538770407,6619136.0 +145.47,7.800000190734863,2530.0,0.009204224683344364,0.1310017853975296,0.0,1.6402106285095215,2.1854798793792725,-0.006345677655190229,0.002610619878396392,0.23787184059619904,0.44057759642601013,0.7941062897443771,405.0,103680.0,2706.5955094499514,6635520.0 +202.17,7.199999809265137,2567.0,0.009350300766527653,0.1298014372587204,0.0,1.6888879537582397,2.201596975326538,-0.006925634574145079,0.002621556632220745,0.34847506880760193,0.42848023772239685,0.693118542432785,406.0,103936.0,2712.9773079119623,6651904.0 +209.73,6.900000095367432,2558.0,0.008441275916993618,0.1155802384018898,0.0,1.7795400619506836,2.200681209564209,-0.0055596004240214825,0.0026374123990535736,0.4749875068664551,0.4498719274997711,0.6548484563827515,407.0,104192.0,2719.382091152016,6668288.0 +132.4,7.699999809265137,2569.0,0.008598271757364273,0.1218058243393898,0.0,1.6846189498901367,2.145598888397217,-0.0075555541552603245,0.002630773698911071,0.3239288032054901,0.4329690933227539,0.7482514083385468,408.0,104448.0,2725.760431878036,6684672.0 +126.93,8.100000381469727,2527.0,0.008576184511184692,0.1164754256606102,0.0,1.6408963203430176,2.1731889247894287,-0.007362815085798502,0.0026208607014268637,0.25526830554008484,0.42743682861328125,0.7970596104860306,409.0,104704.0,2732.2442666839343,6701056.0 +155.25,6.900000095367432,2472.0,0.007579284254461527,0.0967610701918602,0.0,1.7218503952026367,2.2159841060638428,-0.005826692562550306,0.0026155428495258093,0.40759706497192383,0.4342437982559204,0.7064424753189087,410.0,104960.0,2738.8717222420964,6717440.0 +197.73,6.800000190734863,2572.0,0.006097456905990839,0.0736287459731102,0.0,1.7334884405136108,2.215956926345825,-0.00590810040012002,0.0026189677882939577,0.42007264494895935,0.43870747089385986,0.6918918490409851,411.0,105216.0,2745.241588755045,6733824.0 +182.14,7.5,2586.0,0.006751177832484245,0.0805867537856102,0.0,1.6790696382522583,2.198789358139038,-0.006756380666047335,0.002604518085718155,0.30264338850975037,0.45153453946113586,0.7778514623641968,412.0,105472.0,2751.5781122921035,6750208.0 +193.56,7.199999809265137,2428.0,0.007030779030174017,0.0932820662856102,0.0,1.6683454513549805,2.218358278274536,-0.006662504747509956,0.0026226614136248827,0.29381975531578064,0.43546536564826965,0.8134662955999374,413.0,105728.0,2758.324790078914,6766592.0 +168.28,7.0,2349.0,0.006481529679149389,0.0819091796875,0.0,1.7929702997207642,2.1807682514190674,-0.005914004053920507,0.0026329050306230783,0.5252026319503784,0.4391426742076874,0.7174062430858612,414.0,105984.0,2765.3028231051285,6782976.0 +126.2,6.900000095367432,2456.0,0.008575142361223698,0.1145833358168602,0.0,1.7123841047286987,2.1781954765319824,-0.007213316857814789,0.002631701296195388,0.37036728858947754,0.43760946393013,0.7960038334131241,415.0,106240.0,2771.9728528601117,6799360.0 +181.17,7.5,2452.0,0.007541724015027285,0.1000162735581398,0.0,1.7041096687316895,2.1522295475006104,-0.00646665133535862,0.002622200408950448,0.35687699913978577,0.43950268626213074,0.7775292992591858,416.0,106496.0,2778.653971923981,6815744.0 +139.68,7.699999809265137,2409.0,0.00764436973258853,0.1064453125,0.0,1.6642851829528809,2.1454989910125732,-0.006306681782007217,0.0026399714406579733,0.28071561455726624,0.4283961355686188,0.783938929438591,417.0,106752.0,2785.4543074159883,6832128.0 +183.55,7.599999904632568,2478.0,0.006764661055058241,0.08660888671875,0.0,1.6719695329666138,2.1408212184906006,-0.005488342139869928,0.002620962681248784,0.31012746691703796,0.4290144145488739,0.7726875096559525,418.0,107008.0,2792.066634024959,6848512.0 +135.08,7.199999809265137,2531.0,0.006655959878116846,0.0847371444106102,0.0,1.7874212265014648,2.1140224933624268,-0.007115645799785852,0.0026256339624524117,0.5582556128501892,0.41850629448890686,0.6185232698917389,419.0,107264.0,2798.540653081145,6864896.0 +126.76,7.599999904632568,2521.0,0.008085169829428196,0.1114298477768898,0.0,1.6918162107467651,2.133758783340454,-0.006053345277905464,0.002621692605316639,0.36685511469841003,0.4196096956729889,0.7111392915248871,420.0,107520.0,2805.0392591981217,6881280.0 +158.69,7.0,2545.0,0.007827500812709332,0.1057535782456398,0.0,1.7150769233703613,2.127822160720825,-0.006807057652622461,0.002615177072584629,0.44667163491249084,0.40489205718040466,0.6428072452545166,421.0,107776.0,2811.476115104975,6897664.0 +184.37,6.599999904632568,2429.0,0.00864076055586338,0.12030029296875,0.0,1.6979628801345825,2.1508781909942627,-0.007597212214022875,0.002602887572720647,0.4324438273906708,0.4009190499782562,0.6355486810207367,422.0,108032.0,2818.219637738075,6914048.0 +145.09,7.400000095367432,2406.0,0.00811553094536066,0.1126708984375,0.0,1.7149814367294312,2.1447129249572754,-0.0071299416013062,0.0026149500627070665,0.4889880418777466,0.381611704826355,0.6383023262023926,423.0,108288.0,2825.031430844916,6930432.0 +162.68,7.5,2512.0,0.011724862270057201,0.1709798127412796,0.0,1.6183476448059082,2.1460940837860107,-0.003995487000793219,0.0026272491086274385,0.28398752212524414,0.3785562217235565,0.7622730731964111,424.0,108544.0,2831.552854751004,6946816.0 +191.16,7.400000095367432,2543.0,0.006653871852904558,0.0838216170668602,0.0,1.695584774017334,2.1504745483398438,-0.005151568911969662,0.0026187095791101456,0.3985435664653778,0.40666720271110535,0.678052544593811,425.0,108800.0,2837.9960486420896,6963200.0 +134.97,7.400000095367432,2448.0,0.007649985607713461,0.1000569686293602,0.0,1.6653556823730469,2.1340057849884033,-0.006408777087926865,0.002623532898724079,0.27629685401916504,0.44029679894447327,0.75460085272789,426.0,109056.0,2844.6894826591015,6979584.0 +196.88,7.099999904632568,2471.0,0.006167529616504908,0.0767415389418602,0.0,1.6891846656799316,2.1044600009918213,-0.005246561486274004,0.002621222287416458,0.3133527338504791,0.44578278064727783,0.7464969158172607,427.0,109312.0,2851.320477947127,6995968.0 +177.82,7.0,2527.0,0.005767572671175003,0.0711669921875,0.0,1.703788161277771,2.1053144931793213,-0.006191476713865995,0.0026100303512066603,0.3868595063686371,0.4274951219558716,0.6825520694255829,428.0,109568.0,2857.80411292403,7012352.0 +216.36,7.5,2548.0,0.0071762800216674805,0.09375,0.0,1.7307214736938477,2.1147923469543457,-0.005427022930234671,0.0026047483552247286,0.4182637929916382,0.4420362710952759,0.6675881147384644,429.0,109824.0,2864.2329704100266,7028736.0 +167.07,7.199999809265137,2575.0,0.006990194786339998,0.09527587890625,0.0,1.741277813911438,2.17385196685791,-0.006312450859695673,0.0026044005062431097,0.48525622487068176,0.41802576184272766,0.6448087990283966,430.0,110080.0,2870.595193689922,7045120.0 +185.61,7.800000190734863,2477.0,0.007823190651834011,0.104736328125,0.0,1.632199764251709,2.1932051181793213,-0.006197823211550713,0.0026067367289215326,0.22804512083530426,0.438949316740036,0.8037995845079422,431.0,110336.0,2877.209707740927,7061504.0 +175.96,7.699999809265137,2406.0,0.007864527404308319,0.1029459610581398,0.0,1.6956864595413208,2.186603307723999,-0.0052185822278261185,0.002610711380839348,0.3333248794078827,0.4480060040950775,0.7259863317012787,432.0,110592.0,2884.017480483046,7077888.0 +220.12,7.300000190734863,2543.0,0.007655913010239601,0.10137939453125,0.0,1.6556600332260132,2.1966874599456787,-0.006853098515421152,0.002597915008664131,0.2893226742744446,0.4360494911670685,0.7366003096103668,433.0,110848.0,2890.4608405390754,7094272.0 +232.3,7.300000190734863,2632.0,0.007423299830406904,0.09832763671875,0.0,1.70957612991333,2.1700363159179688,-0.005193143617361784,0.0025875335559248924,0.41239282488822937,0.4304848909378052,0.6461192071437836,434.0,111104.0,2896.6858091179747,7110656.0 +167.89,7.400000095367432,2534.0,0.010080313310027122,0.1373291015625,0.0,1.612867832183838,2.17941951751709,-0.005516729783266783,0.0026080701500177383,0.24472332000732422,0.406181663274765,0.7169075906276703,435.0,111360.0,2903.150882055983,7127040.0 +223.91,7.0,2565.0,0.007493214216083288,0.0999552384018898,0.0,1.6798839569091797,2.1900229454040527,-0.005838736891746521,0.0026027834974229336,0.3913766145706177,0.40219661593437195,0.5788681209087372,436.0,111616.0,2909.537718676962,7143424.0 +165.04,7.0,2554.0,0.008140777237713337,0.1086222305893898,0.0,1.7050094604492188,2.1523869037628174,-0.006795480847358704,0.0025982714723795652,0.44837477803230286,0.401305228471756,0.5771497786045074,437.0,111872.0,2915.9521170859225,7159808.0 +191.5,6.900000095367432,2429.0,0.008795076981186867,0.1239217147231102,0.0,1.7406415939331055,2.134291648864746,-0.00584518164396286,0.0025972553994506598,0.4987916946411133,0.41228365898132324,0.599965363740921,438.0,112128.0,2922.697935990058,7176192.0 +122.91,7.699999809265137,2422.0,0.007716624531894922,0.10443115234375,0.0,1.6413027048110962,2.14404034614563,-0.005248194560408592,0.002602560445666313,0.2880491614341736,0.415865421295166,0.6754660904407501,439.0,112384.0,2929.461697906954,7192576.0 +202.34,7.5,2435.0,0.009582207538187504,0.1365966796875,0.0,1.6801972389221191,2.146674156188965,-0.004234850872308016,0.002597999759018421,0.36455342173576355,0.41775748133659363,0.6474080979824066,440.0,112640.0,2936.188747799024,7208960.0 +155.45,7.800000190734863,2403.0,0.010108646005392075,0.1470540314912796,0.0,1.6605983972549438,2.1572017669677734,-0.006827810779213905,0.0026075541973114014,0.34634944796562195,0.4041930139064789,0.619460940361023,441.0,112896.0,2943.006082249107,7225344.0 +171.66,6.599999904632568,2398.0,0.008330072276294231,0.1159871444106102,0.0,1.7445605993270874,2.164170503616333,-0.006723955273628235,0.002595115453004837,0.49407732486724854,0.4217522144317627,0.5690237581729889,442.0,113152.0,2949.8375317461323,7241728.0 +177.52,7.599999904632568,2519.0,0.006246940698474646,0.0795491561293602,0.0,1.6454559564590454,2.1546669006347656,-0.004770930390805006,0.0026047567371279,0.3241657316684723,0.3986816108226776,0.643593430519104,443.0,113408.0,2956.3420692600776,7258112.0 +202.7,7.400000095367432,2506.0,0.006765496451407671,0.0868937149643898,0.0,1.6672290563583374,2.1739251613616943,-0.005730599630624056,0.0025939468760043383,0.3415546715259552,0.42012128233909607,0.6425909101963043,444.0,113664.0,2962.879913763143,7274496.0 +152.28,7.5,2476.0,0.009360851719975471,0.12969970703125,0.0,1.6682718992233276,2.2123043537139893,-0.006398365367203951,0.0025835351552814245,0.31390801072120667,0.4432621896266937,0.6881891787052155,445.0,113920.0,2969.4962554790545,7290880.0 +189.42,6.900000095367432,2526.0,0.009747480973601341,0.13323974609375,0.0,1.7092585563659668,2.2057998180389404,-0.0058069173246622086,0.0025902653578668833,0.40657639503479004,0.4331320524215698,0.6259169578552246,446.0,114176.0,2975.981479156995,7307264.0 +122.33,8.0,2529.0,0.010516427457332611,0.1444905549287796,0.0,1.698534369468689,2.1679046154022217,-0.007131633814424276,0.0026098210364580154,0.38298407196998596,0.42562827467918396,0.7057722210884094,447.0,114432.0,2982.459518763004,7323648.0 +111.67,7.599999904632568,2464.0,0.006585616618394852,0.0796101912856102,0.0,1.7201017141342163,2.169358015060425,-0.0060793389566242695,0.0026135072112083435,0.37356042861938477,0.4522261619567871,0.6756152808666229,448.0,114688.0,2989.1087325320113,7340032.0 +144.84,6.400000095367432,2501.0,0.00727637717500329,0.0981241837143898,0.0,1.7644342184066772,2.163679838180542,-0.007006973493844271,0.002608681097626686,0.5208590626716614,0.42258748412132263,0.6181904971599579,449.0,114944.0,2995.660122628091,7356416.0 +160.96,6.900000095367432,2427.0,0.007095681503415108,0.09619140625,0.0,1.5130740404129028,2.1427440643310547,-0.007560472935438156,0.0026041476521641016,0.31535595655441284,0.4284062683582306,0.7438367903232574,450.0,115200.0,3002.4090779421385,7372800.0 +106.42,8.300000190734863,2471.0,0.009354595094919205,0.13006591796875,0.0,1.5344618558883667,2.148792028427124,-0.007358118891716003,0.0025959096383303404,0.3682359457015991,0.4260321855545044,0.6921987533569336,451.0,115456.0,3009.0383026120253,7389184.0 +121.06,7.099999904632568,2581.0,0.00869609322398901,0.1189982071518898,0.0,1.5511045455932617,2.1728672981262207,-0.006724746897816658,0.0025979026686400175,0.4327225685119629,0.4050443172454834,0.6377394795417786,452.0,115712.0,3015.384899243014,7405568.0 +189.89,6.400000095367432,2509.0,0.008263387717306614,0.1161295548081398,0.0,1.5599442720413208,2.2075555324554443,-0.006527470890432596,0.002589822979643941,0.4554328918457031,0.406127005815506,0.6143209934234619,453.0,115968.0,3021.916204749141,7421952.0 +132.52,7.300000190734863,2511.0,0.007674166467040777,0.1059163436293602,0.0,1.5463346242904663,2.2062766551971436,-0.007219022139906883,0.0025940488558262587,0.40031203627586365,0.4223008453845978,0.6288158595561981,454.0,116224.0,3028.4413743431214,7438336.0 +159.66,7.599999904632568,2546.0,0.007188680116087198,0.0967814102768898,0.0,1.4879107475280762,2.2022340297698975,-0.007859849371016026,0.002597749000415206,0.27159321308135986,0.42862096428871155,0.7206801176071167,455.0,116480.0,3034.876472854987,7454720.0 +194.94,6.699999809265137,2500.0,0.007577048614621162,0.1007893905043602,0.0,1.5839605331420898,2.1952550411224365,-0.006224328186362982,0.002583982888609171,0.4826469421386719,0.42152610421180725,0.5833176672458649,456.0,116736.0,3041.4291726681404,7471104.0 +177.11,7.0,2548.0,0.007902483455836773,0.10504150390625,0.0,1.5473237037658691,2.174863338470459,-0.006705188658088446,0.002596021629869938,0.3890515863895416,0.42855390906333923,0.6259817779064178,457.0,116992.0,3047.859146578936,7487488.0 +191.0,6.300000190734863,2585.0,0.010277722962200642,0.1410725861787796,0.0,1.5864086151123047,2.17157244682312,-0.006375088822096586,0.0025997990742325783,0.4874247610569,0.41358402371406555,0.5874903500080109,458.0,117248.0,3054.1977550010197,7503872.0 +202.36,7.400000095367432,2501.0,0.009577172808349133,0.1388753205537796,0.0,1.5235000848770142,2.1633918285369873,-0.004294905345886946,0.0026235051918774843,0.3335307538509369,0.4165768325328827,0.688817709684372,459.0,117504.0,3060.7483217129484,7520256.0 +146.11,7.0,2467.0,0.0069621712900698185,0.0858357772231102,0.0,1.5531827211380005,2.148310661315918,-0.005618484225124121,0.0026264050975441933,0.40121933817863464,0.41139090061187744,0.7081073224544525,460.0,117760.0,3067.3877267150674,7536640.0 +187.71,7.199999809265137,2502.0,0.007926293648779392,0.1073201522231102,0.0,1.5177241563796997,2.155642509460449,-0.007292898837476969,0.0025948169641196728,0.35515761375427246,0.41383489966392517,0.7061167657375336,461.0,118016.0,3073.9370380470064,7553024.0 +170.92,7.0,2580.0,0.007971455343067646,0.1112060546875,0.0,1.5975691080093384,2.143003225326538,-0.005424354691058397,0.0025874439161270857,0.4919300973415375,0.4293511211872101,0.6325846612453461,462.0,118272.0,3080.2882415291388,7569408.0 +161.9,7.699999809265137,2595.0,0.0069052670150995255,0.0882161483168602,0.0,1.548356533050537,2.116837978363037,-0.005929216276854277,0.0026009154971688986,0.4021280109882355,0.4175298511981964,0.6429063975811005,463.0,118528.0,3086.602253824938,7585792.0 +179.58,6.900000095367432,2615.0,0.006986305117607117,0.0930379256606102,0.0,1.6442395448684692,2.1071293354034424,-0.005791836883872747,0.0025994395837187767,0.5686522126197815,0.43375110626220703,0.5615759789943695,464.0,118784.0,3092.8672871529125,7602176.0 +141.92,7.800000190734863,2581.0,0.007226953282952309,0.0834757462143898,0.0,1.567226767539978,2.083953857421875,-0.005920129362493753,0.0026005844119936228,0.41776371002197266,0.4310884475708008,0.6624064147472382,465.0,119040.0,3099.2147260059137,7618560.0 +163.31,7.199999809265137,2572.0,0.006881249602884054,0.0866495743393898,0.0,1.5607010126113892,2.1014034748077393,-0.0050935097970068455,0.002601237967610359,0.39975953102111816,0.43304184079170227,0.7063961625099182,466.0,119296.0,3105.585033043986,7634944.0 +143.83,7.400000095367432,2545.0,0.007907855324447155,0.107421875,0.0,1.5231784582138062,2.118497371673584,-0.0067473724484443665,0.0025871186517179012,0.3148323595523834,0.44855883717536926,0.7365473806858063,467.0,119552.0,3112.0251801251434,7651328.0 +186.16,6.900000095367432,2502.0,0.007633973378688097,0.1044108048081398,0.0,1.5778933763504028,2.1140987873077393,-0.00563552463427186,0.002619335427880287,0.4096139669418335,0.4401609003543854,0.6511110663414001,468.0,119808.0,3118.5732718689833,7667712.0 +183.23,6.599999904632568,2447.0,0.008930225856602192,0.1293741911649704,0.0,1.5748859643936157,2.1685619354248047,-0.0074163475073874,0.002600882202386856,0.4413362443447113,0.42870891094207764,0.6187473237514496,469.0,120064.0,3125.269109396031,7684096.0 +164.83,7.599999904632568,2477.0,0.009360785596072674,0.13458251953125,0.0,1.5270382165908813,2.134568452835083,-0.006020918022841215,0.002591797849163413,0.3139828145503998,0.4508678615093231,0.6929138600826263,470.0,120320.0,3131.882474081125,7700480.0 +183.64,6.5,2566.0,0.008617542684078217,0.1202392578125,0.0,1.6039509773254395,2.152333974838257,-0.007687762379646301,0.0026008745189756155,0.5127881169319153,0.4205227792263031,0.6012431085109711,471.0,120576.0,3138.266050606966,7716864.0 +135.59,7.400000095367432,2573.0,0.0075856405310332775,0.0968221053481102,0.0,1.5521817207336426,2.1466948986053467,-0.00535587640479207,0.002585500245913863,0.39941421151161194,0.4313718378543854,0.6635253429412842,472.0,120832.0,3144.6329433319625,7733248.0 +111.07,7.300000190734863,2498.0,0.008884316310286522,0.1217854842543602,0.0,1.5256571769714355,2.1787822246551514,-0.007164064794778824,0.0025933487340807915,0.3235075771808624,0.44439470767974854,0.6588554084300995,473.0,121088.0,3151.1915475989226,7749632.0 +164.56,6.300000190734863,2444.0,0.009745114482939243,0.1412150114774704,0.0,1.5475053787231445,2.2180469036102295,-0.007532894611358643,0.002576867351308465,0.36905547976493835,0.452429860830307,0.6272217631340027,474.0,121344.0,3157.8951550400816,7766016.0 +231.76,6.5,2476.0,0.010331767611205578,0.1448974609375,0.0,1.5077810287475586,2.20888614654541,-0.0041592358611524105,0.002574391197413206,0.3125908672809601,0.4349716007709503,0.6927641928195953,475.0,121600.0,3164.5112769610714,7782400.0 +221.71,7.099999904632568,2422.0,0.00982320960611105,0.1462809294462204,0.0,1.4780573844909668,2.223710536956787,-0.005818869918584824,0.0025787614285945892,0.26145467162132263,0.42985209822654724,0.7336461246013641,476.0,121856.0,3171.277419534046,7798784.0 +241.25,6.599999904632568,2449.0,0.009743819013237953,0.1445109099149704,0.0,1.544301152229309,2.1713802814483643,-0.005354646593332291,0.0025891007389873266,0.3974991738796234,0.4212247431278229,0.6508664488792419,477.0,122112.0,3177.9659918949474,7815168.0 +118.29,7.699999809265137,2425.0,0.009392409585416317,0.1282145231962204,0.0,1.5025323629379272,2.1589953899383545,-0.005453901831060648,0.0026166068855673075,0.3285709321498871,0.39830994606018066,0.6877081096172333,478.0,122368.0,3184.7220458600204,7831552.0 +135.51,6.599999904632568,2430.0,0.00982021726667881,0.1323649138212204,0.0,1.6679691076278687,2.1816489696502686,-0.0041274032555520535,0.002619254169985652,0.6100484132766724,0.42648375034332275,0.5284082889556885,479.0,122624.0,3191.464308236027,7847936.0 +129.73,7.5,2426.0,0.00745214382186532,0.097412109375,0.0,1.537358283996582,2.178514242172241,-0.0061553060077130795,0.0026226022746413946,0.35878363251686096,0.4210822284221649,0.684188038110733,480.0,122880.0,3198.216092785122,7864320.0 +204.77,7.300000190734863,2436.0,0.009390323422849178,0.1291096955537796,0.0,1.5554304122924805,2.2007782459259033,-0.006141026969999075,0.002611882286146283,0.3853977620601654,0.4326589107513428,0.673070877790451,481.0,123136.0,3204.9417997191194,7880704.0 +111.5,8.0,2456.0,0.008492984808981419,0.1139933243393898,0.0,1.4966710805892944,2.181832790374756,-0.007284159306436777,0.0026230597868561745,0.2705884873867035,0.4265693724155426,0.77330581843853,482.0,123392.0,3211.612825928023,7897088.0 +166.77,7.699999809265137,2420.0,0.007750602904707193,0.1011556014418602,0.0,1.5440202951431274,2.1763980388641357,-0.00639565521851182,0.002632054267451167,0.3077492117881775,0.4568542540073395,0.7724539041519165,483.0,123648.0,3218.3823209251277,7913472.0 +125.4,7.800000190734863,2605.0,0.009032823145389557,0.12286376953125,0.0,1.51390540599823,2.165850877761841,-0.008680082857608795,0.0026367332320660353,0.2616925835609436,0.4483799636363983,0.8047571331262589,484.0,123904.0,3224.672031190945,7929856.0 +216.67,6.900000095367432,2593.0,0.009303108789026737,0.12939453125,0.0,1.5794349908828735,2.171401262283325,-0.006385322194546461,0.0026125628501176834,0.3939262330532074,0.45693278312683105,0.7462685108184814,485.0,124160.0,3230.989122211933,7946240.0 +127.27,8.399999618530273,2573.0,0.007440405432134867,0.0984293594956398,0.0,1.5275830030441284,2.140817880630493,-0.006877591833472252,0.002617117017507553,0.32022830843925476,0.4361347258090973,0.8084669560194016,486.0,124416.0,3237.3567169469316,7962624.0 +169.0,7.900000095367432,2567.0,0.011132209561765194,0.1577351838350296,0.0,1.496712565422058,2.1320607662200928,-0.006782779935747385,0.0026030014269053936,0.24139165878295898,0.4536493122577667,0.8313576430082321,487.0,124672.0,3243.7380776731297,7979008.0 +167.41,6.800000190734863,2475.0,0.008928117342293262,0.1222127303481102,0.0,1.577822208404541,2.138920545578003,-0.0059660314582288265,0.0026031064335256815,0.3827597200870514,0.4656936824321747,0.7571426182985306,488.0,124928.0,3250.3562830979936,7995392.0 +153.75,7.099999904632568,2557.0,0.007874728180468082,0.1018473282456398,0.0,1.5167083740234375,2.1535589694976807,-0.006418866571038961,0.002610577968880534,0.2739085257053375,0.45434650778770447,0.8083439916372299,489.0,125184.0,3256.762791858986,8011776.0 +182.26,7.199999809265137,2500.0,0.009150750003755093,0.1260172575712204,0.0,1.5336475372314453,2.12675404548645,-0.007694079075008631,0.0026004172395914793,0.322583943605423,0.45143797993659973,0.8015966415405273,490.0,125440.0,3263.3174004959874,8028160.0 +152.06,7.0,2600.0,0.007185669150203466,0.0957438126206398,0.0,1.5332955121994019,2.1346633434295654,-0.007772800046950579,0.002592775970697403,0.33001744747161865,0.4503697454929352,0.7907798439264297,491.0,125696.0,3269.618958679959,8044544.0 +167.97,7.099999904632568,2541.0,0.0062887719832360744,0.0750325545668602,0.0,1.6018415689468384,2.0783870220184326,-0.007334072142839432,0.0026058880612254143,0.46059146523475647,0.4466356039047241,0.6907246708869934,492.0,125952.0,3276.067573298933,8060928.0 +123.83,7.800000190734863,2446.0,0.008815640583634377,0.124267578125,0.0,1.4906734228134155,2.095733165740967,-0.009315493516623974,0.002587567549198866,0.2577994167804718,0.44627395272254944,0.8284227252006531,493.0,126208.0,3282.7664869350847,8077312.0 +146.2,7.400000095367432,2402.0,0.009190824814140797,0.1238199844956398,0.0,1.5504294633865356,2.1087772846221924,-0.006878450978547335,0.0025964744854718447,0.3553628921508789,0.4526556432247162,0.7433706223964691,494.0,126464.0,3289.5865928709973,8093696.0 +120.01,7.400000095367432,2413.0,0.007531045004725456,0.0987752303481102,0.0,1.5487128496170044,2.1495625972747803,-0.00641603022813797,0.002591055817902088,0.3258024752140045,0.47162625193595886,0.7781533747911453,495.0,126720.0,3296.3766718159895,8110080.0 +153.72,7.0,2421.0,0.007514657452702522,0.0940348282456398,0.0,1.5413862466812134,2.1369991302490234,-0.005845861509442329,0.0025886530056595802,0.33207857608795166,0.4588773548603058,0.7904339581727982,496.0,126976.0,3303.143202634994,8126464.0 +157.42,7.599999904632568,2442.0,0.007522874977439642,0.1004231795668602,0.0,1.5631866455078125,2.144700288772583,-0.007233931217342615,0.002580080647021532,0.4333767890930176,0.42893359065055847,0.7351032197475433,497.0,127232.0,3309.852780672023,8142848.0 +136.13,7.699999809265137,2400.0,0.007060755509883165,0.0907999649643898,0.0,1.4943236112594604,2.1188414096832275,-0.005964104551821947,0.002577353036031127,0.29287537932395935,0.4301210343837738,0.8124784380197525,498.0,127488.0,3316.6873299849685,8159232.0 +145.59,7.0,2537.0,0.007390560582280159,0.0981648787856102,0.0,1.5036665201187134,2.133239984512329,-0.0059763896279037,0.0025895603466778994,0.29371336102485657,0.4353679418563843,0.7949972301721573,499.0,127744.0,3323.1452547130175,8175616.0 +142.06,7.0,2526.0,0.006350053008645773,0.0785929337143898,0.0,1.720274806022644,2.1012446880340576,-0.007866057567298412,0.002585166832432151,0.45127585530281067,0.44857707619667053,0.7117101550102234,500.0,128000.0,3329.6298947329633,8192000.0 +132.59,7.599999904632568,2534.0,0.007209458854049444,0.0909016951918602,0.0,1.7741689682006836,2.1275923252105713,-0.00572928786277771,0.0026122143026441336,0.5566477179527283,0.43429315090179443,0.6802757680416107,501.0,128256.0,3336.095408653142,8208384.0 +154.05,7.900000095367432,2542.0,0.006852870341390371,0.0931803360581398,0.0,1.650802493095398,2.13364839553833,-0.007566824555397034,0.002588518662378192,0.35420703887939453,0.42300012707710266,0.7779020071029663,502.0,128512.0,3342.53989890893,8224768.0 +111.58,7.199999809265137,2620.0,0.008171760477125645,0.1113484725356102,0.0,1.6487908363342285,2.16328501701355,-0.007753738667815924,0.0026072131004184484,0.3134631812572479,0.43518903851509094,0.7868968397378922,503.0,128768.0,3348.792497680988,8241152.0 +132.64,7.599999904632568,2560.0,0.008226764388382435,0.1133015975356102,0.0,1.7095012664794922,2.196636915206909,-0.006320517975836992,0.0026157256215810776,0.3789502680301666,0.4616377353668213,0.7518231719732285,504.0,129024.0,3355.1941657399293,8257536.0 +152.79,7.5,2474.0,0.008445870131254196,0.1228434219956398,0.0,1.6801151037216187,2.1992008686065674,-0.008124131709337234,0.0025978812482208014,0.32855647802352905,0.4678628444671631,0.7980599254369736,505.0,129280.0,3361.81536982907,8273920.0 +153.65,7.199999809265137,2494.0,0.009670385159552097,0.1344197541475296,0.0,1.67355477809906,2.1906251907348633,-0.00856811460107565,0.0025899813044816256,0.3371070921421051,0.4598384201526642,0.795512855052948,506.0,129536.0,3368.385891976068,8290304.0 +153.48,7.5,2520.0,0.00885841902345419,0.1204427108168602,0.0,1.6407252550125122,2.160984754562378,-0.005878532771021128,0.002582813147455454,0.3228118121623993,0.4306594133377075,0.7895556837320328,507.0,129792.0,3374.887577674119,8306688.0 +209.63,7.199999809265137,2464.0,0.008443904109299183,0.1142374649643898,0.0,1.6662718057632446,2.181809902191162,-0.00637836055830121,0.0025941210333257914,0.378720760345459,0.4230630397796631,0.7432816028594971,508.0,130048.0,3381.537198936101,8323072.0 +104.91,7.900000095367432,2457.0,0.0068918862380087376,0.0881754532456398,0.0,1.6806230545043945,2.1508915424346924,-0.007859204895794392,0.0025946733076125383,0.3935438394546509,0.4320567846298218,0.7269114851951599,509.0,130304.0,3388.204560986953,8339456.0 +105.18,7.5,2453.0,0.008101864717900753,0.10943603515625,0.0,1.6610523462295532,2.1770384311676025,-0.0062208655290305614,0.0025918567553162575,0.3499516546726227,0.43443503975868225,0.7554368525743484,510.0,130560.0,3394.883110322058,8355840.0 +140.55,7.599999904632568,2502.0,0.009200330823659897,0.1289469450712204,0.0,1.6762652397155762,2.2152864933013916,-0.006247165147215128,0.0025909251999109983,0.3795129954814911,0.435861736536026,0.7741178125143051,511.0,130816.0,3401.4308817060664,8372224.0 +171.73,7.400000095367432,2505.0,0.006869118195027113,0.0917154923081398,0.0,1.6468313932418823,2.2186896800994873,-0.006398514378815889,0.0025831889361143112,0.3315059244632721,0.43373575806617737,0.791053831577301,512.0,131072.0,3407.9723179489374,8388608.0 +183.79,7.199999809265137,2522.0,0.007164054084569216,0.09661865234375,0.0,1.693644404411316,2.200408697128296,-0.005913485307246447,0.0025775833055377007,0.43917393684387207,0.42775097489356995,0.7377004623413086,513.0,131328.0,3414.468513370957,8404992.0 +129.66,7.300000190734863,2464.0,0.006428498774766922,0.0753580704331398,0.0,1.6514524221420288,2.198289394378662,-0.0071520195342600346,0.0025862467009574175,0.34803399443626404,0.4286710023880005,0.7977502942085266,514.0,131584.0,3421.117314717034,8421376.0 +137.6,7.5,2453.0,0.007749808952212334,0.10113525390625,0.0,1.609545111656189,2.1767404079437256,-0.00741027295589447,0.002582447836175561,0.2888653576374054,0.41653645038604736,0.7944221496582031,515.0,131840.0,3427.7957080260385,8437760.0 +123.1,7.300000190734863,2390.0,0.008052723482251167,0.1077677384018898,0.0,1.6755828857421875,2.1672050952911377,-0.006304759532213211,0.0025905498769134283,0.39400342106819153,0.42650577425956726,0.7351087927818298,516.0,132096.0,3434.6508605929557,8454144.0 +154.16,7.099999904632568,2448.0,0.008279198780655861,0.11492919921875,0.0,1.6521259546279907,2.1803948879241943,-0.003909020684659481,0.0025870862882584333,0.33931005001068115,0.4300958216190338,0.8149601221084595,517.0,132352.0,3441.341904465109,8470528.0 +188.9,6.400000095367432,2432.0,0.006773972883820534,0.0844319686293602,0.0,1.6757162809371948,2.2077999114990234,-0.005574869457632303,0.00258953426964581,0.40600359439849854,0.4199381172657013,0.7833057194948196,518.0,132608.0,3448.077003546059,8486912.0 +206.32,6.800000190734863,2430.0,0.008946758694946766,0.1205647811293602,0.0,1.666152000427246,2.2215020656585693,-0.006962544750422239,0.0025924474466592073,0.3600147068500519,0.43557286262512207,0.8012487441301346,519.0,132864.0,3454.819027957972,8503296.0 +168.65,6.900000095367432,2469.0,0.00942542590200901,0.12969970703125,0.0,1.6363524198532104,2.2101643085479736,-0.007654912304133177,0.002591253723949194,0.30070823431015015,0.43666455149650574,0.8420000523328781,520.0,133120.0,3461.4535135941114,8519680.0 +158.22,7.300000190734863,2490.0,0.008223894983530045,0.1125895157456398,0.0,1.6281777620315552,2.19273042678833,-0.007537555415183306,0.0025791616644710302,0.2920585870742798,0.4379774332046509,0.8027810603380203,521.0,133376.0,3468.0339212741237,8536064.0 +148.93,7.5,2521.0,0.007567841559648514,0.10076904296875,0.0,1.7108784914016724,2.190614938735962,-0.00633402680978179,0.0025772859808057547,0.45848584175109863,0.4369293451309204,0.6927378475666046,522.0,133632.0,3474.533919258043,8552448.0 +163.4,7.199999809265137,2576.0,0.007809242699295282,0.1052042618393898,0.0,1.658166527748108,2.2064640522003174,-0.006221139337867498,0.0025735979434102774,0.33827292919158936,0.44727668166160583,0.7633471190929413,523.0,133888.0,3480.8930438479874,8568832.0 +102.31,7.699999809265137,2498.0,0.009038775227963924,0.131591796875,0.0,1.6612273454666138,2.190790891647339,-0.007191713433712721,0.002572149969637394,0.35495564341545105,0.4428955018520355,0.7766907513141632,524.0,134144.0,3487.4528752039187,8585216.0 +126.94,7.300000190734863,2435.0,0.008837517350912094,0.11785888671875,0.0,1.6804909706115723,2.193956136703491,-0.006515324581414461,0.0025788189377635717,0.4101523458957672,0.42929866909980774,0.7486773729324341,525.0,134400.0,3494.1813123670872,8601600.0 +168.56,7.099999904632568,2429.0,0.007069405633956194,0.09100341796875,0.0,1.66429603099823,2.1937506198883057,-0.00749848410487175,0.00257383962161839,0.36161914467811584,0.4421345293521881,0.7995234131813049,526.0,134656.0,3500.9245849610306,8617984.0 +159.8,7.699999809265137,2539.0,0.007754189893603325,0.10247802734375,0.0,1.6240819692611694,2.1863014698028564,-0.006942173466086388,0.002585987327620387,0.26292768120765686,0.44577571749687195,0.8618799149990082,527.0,134912.0,3507.377208243124,8634368.0 +163.07,8.100000381469727,2527.0,0.01111853402107954,0.16107177734375,0.0,1.590410828590393,2.2029075622558594,-0.007165251765400171,0.0025835323613137007,0.20535703003406525,0.44186440110206604,0.8691013306379318,528.0,135168.0,3513.860632163007,8650752.0 +230.89,7.099999904632568,2477.0,0.010442614555358887,0.1393025666475296,0.0,1.655189871788025,2.181497097015381,-0.005056613590568304,0.0025742335710674524,0.31295159459114075,0.4564096927642822,0.8126038461923599,529.0,135424.0,3520.4739011349156,8667136.0 +140.08,7.699999809265137,2404.0,0.009986401535570621,0.1360270231962204,0.0,1.5904475450515747,2.1410768032073975,-0.008368187583982944,0.002563580172136426,0.25735780596733093,0.4228358566761017,0.8297417610883713,530.0,135680.0,3527.28771903296,8683520.0 +162.25,6.900000095367432,2422.0,0.008273080922663212,0.1126912459731102,0.0,1.6496878862380981,2.2262277603149414,-0.007917876355350018,0.002575012855231762,0.3310789167881012,0.4431546926498413,0.7330785393714905,531.0,135936.0,3534.0525001820643,8699904.0 +230.67,6.800000190734863,2435.0,0.010691236704587936,0.15191650390625,0.0,1.6010332107543945,2.228788137435913,-0.006657090038061142,0.002568221418187022,0.24902693927288055,0.4364205598831177,0.7761151194572449,532.0,136192.0,3540.7790272380225,8716288.0 +193.99,6.5,2505.0,0.008404507301747799,0.1164143905043602,0.0,1.6516004800796509,2.197920799255371,-0.007621724624186754,0.0025863959453999996,0.32256194949150085,0.44385406374931335,0.7338347136974335,533.0,136448.0,3547.3201645039953,8732672.0 +239.18,6.5,2466.0,0.007780094165354967,0.1034139022231102,0.0,1.6547101736068726,2.2006707191467285,-0.00514173274859786,0.002607906935736537,0.33478686213493347,0.42686381936073303,0.7277605831623077,534.0,136704.0,3553.9642642119434,8749056.0 +163.46,7.300000190734863,2466.0,0.010916977189481258,0.158447265625,0.0,1.6247090101242065,2.195432424545288,-0.006880179047584534,0.0025948614347726107,0.27964213490486145,0.432537704706192,0.7861350327730179,535.0,136960.0,3560.607413335936,8765440.0 +158.35,7.900000095367432,2450.0,0.009717991575598717,0.132080078125,0.0,1.640960693359375,2.193063735961914,-0.00502243684604764,0.0026030256412923336,0.29750940203666687,0.4346686899662018,0.7872665375471115,536.0,137216.0,3567.2948122990783,8781824.0 +178.56,6.599999904632568,2457.0,0.006800455506891012,0.0831095352768898,0.0,1.6829737424850464,2.2132956981658936,-0.006631825119256973,0.002604299457743764,0.38144561648368835,0.43615397810935974,0.7514184564352036,537.0,137472.0,3573.9612077760976,8798208.0 +195.01,7.0,2438.0,0.008898839354515076,0.1251220703125,0.0,1.7022709846496582,2.2193078994750977,-0.00842261128127575,0.0026211680378764868,0.42887961864471436,0.42478370666503906,0.7569504678249359,538.0,137728.0,3580.681844887091,8814592.0 +155.99,7.900000095367432,2440.0,0.009995535016059875,0.1392618864774704,0.0,1.6345549821853638,2.2215569019317627,-0.008728479035198689,0.0026100650429725647,0.23626041412353516,0.4633890390396118,0.8506800681352615,539.0,137984.0,3587.396329584066,8830976.0 +174.02,7.400000095367432,2478.0,0.008776497095823288,0.1230061873793602,0.0,1.6049517393112183,2.190589666366577,-0.008013192564249039,0.002601059852167964,0.20774823427200317,0.44918039441108704,0.866877555847168,540.0,138240.0,3594.007985743927,8847360.0 +170.49,6.599999904632568,2532.0,0.0069787935353815556,0.0896402969956398,0.0,1.7064329385757446,2.204031467437744,-0.007189592812210321,0.002619575010612607,0.3527413606643677,0.4722607433795929,0.7933931797742844,541.0,138496.0,3600.477932722075,8863744.0 +221.54,6.599999904632568,2566.0,0.007292148191481829,0.0938720703125,0.0,1.7095130681991577,2.2071831226348877,-0.007997727952897549,0.0026212772354483604,0.37415289878845215,0.46365389227867126,0.7831275165081024,542.0,138752.0,3606.8626581169665,8880128.0 +176.35,6.900000095367432,2554.0,0.007816470228135586,0.10003662109375,0.0,1.70063054561615,2.176373243331909,-0.006729820277541876,0.0026040663942694664,0.4229555130004883,0.4324195683002472,0.7602096796035767,543.0,139008.0,3613.2772562899627,8896512.0 +178.83,6.800000190734863,2586.0,0.008127748966217041,0.1082356795668602,0.0,1.6742912530899048,2.2350962162017822,-0.0074043539352715015,0.0026112033519893885,0.33489999175071716,0.45050835609436035,0.774419903755188,544.0,139264.0,3619.611262862105,8912896.0 +152.37,7.5,2570.0,0.009425693191587925,0.1292724609375,0.0,1.6628469228744507,2.208104372024536,-0.007767250295728445,0.0025939105544239283,0.3205355107784271,0.45439040660858154,0.8100115209817886,545.0,139520.0,3625.987504898105,8929280.0 +180.77,6.900000095367432,2567.0,0.008180326782166958,0.1101888045668602,0.0,1.6656266450881958,2.1959614753723145,-0.006370326969772577,0.002591801341623068,0.3734920918941498,0.42662572860717773,0.7837764620780945,546.0,139776.0,3632.371170370141,8945664.0 +178.8,7.199999809265137,2596.0,0.005978757049888372,0.0691935196518898,0.0,1.6133723258972168,2.1521685123443604,-0.0063540819101035595,0.002587628550827503,0.27806559205055237,0.423003226518631,0.8287117034196854,547.0,140032.0,3638.681368902093,8962048.0 +216.96,7.599999904632568,2580.0,0.0093443738296628,0.12652587890625,0.0,1.6044236421585083,2.204127073287964,-0.00824310164898634,0.0025936656165868044,0.22042644023895264,0.4454469382762909,0.8505156934261322,548.0,140288.0,3645.0309893339872,8978432.0 +198.33,8.100000381469727,2584.0,0.008735173381865025,0.11224365234375,0.0,1.6001620292663574,2.233787775039673,-0.007677747402340174,0.0026000486686825752,0.1992143839597702,0.44919905066490173,0.8624411821365356,549.0,140544.0,3651.371325504966,8994816.0 +167.18,7.199999809265137,2622.0,0.00935650710016489,0.1308390349149704,0.0,1.8934956789016724,2.2350711822509766,-0.007724051829427481,0.0026107514277100563,0.30153191089630127,0.46742895245552063,0.838180348277092,550.0,140800.0,3657.6198419139255,9011200.0 +186.46,7.099999904632568,2639.0,0.010141484439373016,0.1434122771024704,0.0,1.8780025243759155,2.252378463745117,-0.006750302389264107,0.0026216369587928057,0.28451433777809143,0.4542006552219391,0.8564417809247971,551.0,141056.0,3663.827719231136,9027584.0 +127.52,8.199999809265137,2592.0,0.008614475838840008,0.1204020157456398,0.0,1.88746178150177,2.2046399116516113,-0.007182566449046135,0.0026145598385483027,0.30125001072883606,0.4587855637073517,0.8604754060506821,552.0,141312.0,3670.1497264059726,9043968.0 +118.02,8.0,2473.0,0.009229972027242184,0.1250813752412796,0.0,1.8654698133468628,2.1958730220794678,-0.007368592545390129,0.002593724289909005,0.3015603721141815,0.4471547603607178,0.851256474852562,553.0,141568.0,3676.775576730026,9060352.0 +164.6,8.0,2411.0,0.007237147074192762,0.0943400040268898,0.0,1.8342909812927246,2.2070529460906982,-0.00674200477078557,0.002574427053332329,0.23772911727428436,0.45702552795410156,0.8608878403902054,554.0,141824.0,3683.569890601095,9076736.0 +171.35,8.100000381469727,2455.0,0.008802343159914017,0.1234944686293602,0.0,1.8340951204299927,2.1838996410369873,-0.00550631619989872,0.0025742792058736086,0.20954658091068268,0.4695275127887726,0.8812298700213432,555.0,142080.0,3690.243232107954,9093120.0 +137.6,7.5,2466.0,0.007859406061470509,0.10748291015625,0.0,1.8945025205612183,2.175554037094116,-0.006383704021573067,0.002561870962381363,0.33337798714637756,0.4750173091888428,0.8115273118019104,556.0,142336.0,3696.888192140963,9109504.0 +130.77,7.400000095367432,2424.0,0.007932093925774097,0.1040445938706398,0.0,1.9147791862487793,2.1801044940948486,-0.00831697229295969,0.002566737122833729,0.410482257604599,0.45628753304481506,0.737285852432251,557.0,142592.0,3703.6459847891238,9125888.0 +169.68,7.599999904632568,2530.0,0.010370820760726929,0.1482747346162796,0.0,1.8465099334716797,2.1953189373016357,-0.007383702322840691,0.00256215687841177,0.2822153866291046,0.45366063714027405,0.8211576044559479,558.0,142848.0,3710.1218587521,9142272.0 +206.09,6.699999809265137,2452.0,0.008519476279616356,0.1188151016831398,0.0,1.8255561590194702,2.201523542404175,-0.00812950637191534,0.0025668528396636248,0.30643460154533386,0.41905689239501953,0.7820960879325867,559.0,143104.0,3716.803989700973,9158656.0 +218.28,6.800000190734863,2433.0,0.010796397924423218,0.156494140625,0.0,1.7662321329116821,2.2377264499664307,-0.0074927532114088535,0.002553304424509406,0.18789738416671753,0.4255012571811676,0.8459115028381348,560.0,143360.0,3723.5385067209136,9175040.0 +256.81,7.0,2375.0,0.008564059622585773,0.1144612655043602,0.0,1.8440393209457397,2.1736936569213867,-0.008147628046572208,0.002559289103373885,0.32517632842063904,0.43169093132019043,0.7839397490024567,561.0,143616.0,3730.4370169159956,9191424.0 +218.0,6.800000190734863,2410.0,0.008678019978106022,0.12176513671875,0.0,1.848528504371643,2.1729986667633057,-0.007955897599458694,0.002584221074357629,0.29374709725379944,0.439230352640152,0.8106435686349869,562.0,143872.0,3737.236301084049,9207808.0 +215.88,7.0,2440.0,0.008145580068230629,0.1074625626206398,0.0,1.87130868434906,2.1584136486053467,-0.007218449842184782,0.0025922837667167187,0.314253032207489,0.4468429386615753,0.8203978091478348,563.0,144128.0,3743.9522722319234,9224192.0 +146.61,7.5,2470.0,0.009882478043437004,0.13250732421875,0.0,1.8322114944458008,2.1710193157196045,-0.008064867928624153,0.0025977538898587227,0.2862025499343872,0.4200086295604706,0.791550874710083,564.0,144384.0,3750.585229989141,9240576.0 +197.81,7.400000095367432,2555.0,0.00854682456701994,0.1153157576918602,0.0,1.8986324071884155,2.165194511413574,-0.007896576076745987,0.0025901806075125933,0.38199782371520996,0.4420916736125946,0.7672358006238937,565.0,144640.0,3756.9985402519815,9256960.0 +132.18,8.300000190734863,2533.0,0.00951280165463686,0.1323445588350296,0.0,1.8485455513000488,2.1975526809692383,-0.008105272427201271,0.0026161177083849907,0.24178481101989746,0.44967523217201233,0.8409516662359238,566.0,144896.0,3763.4666494771373,9273344.0 +170.77,7.900000095367432,2623.0,0.009499767795205116,0.1275431364774704,0.0,1.8451385498046875,2.185537099838257,-0.007950794883072376,0.0025986775290220976,0.24472521245479584,0.453243225812912,0.8222404718399048,567.0,145152.0,3769.7175859760027,9289728.0 +143.18,7.5,2590.0,0.009214556775987148,0.1321207731962204,0.0,1.854470133781433,2.164660692214966,-0.00875582080334425,0.002600802341476083,0.27665480971336365,0.44614377617836,0.7836433798074722,568.0,145408.0,3776.0437094529625,9306112.0 +212.57,6.599999904632568,2605.0,0.00934496521949768,0.13543701171875,0.0,1.8571228981018066,2.1690361499786377,-0.00836303923279047,0.0026003329548984766,0.25768229365348816,0.4581686556339264,0.8257415890693665,569.0,145664.0,3782.332704413915,9322496.0 +210.5,6.900000095367432,2591.0,0.008603792637586594,0.11358642578125,0.0,1.888400912284851,2.145007848739624,-0.006696881260722876,0.002579812193289399,0.3628700077533722,0.4452066123485565,0.7797892689704895,570.0,145920.0,3788.657133233035,9338880.0 +184.0,7.5,2568.0,0.008437835611402988,0.11224365234375,0.0,1.8293908834457397,2.1671531200408936,-0.007676525507122278,0.0025667021982371807,0.26894858479499817,0.4409133195877075,0.8424463123083115,571.0,146176.0,3795.0381176001392,9355264.0 +124.28,8.0,2483.0,0.00988166593015194,0.1346232146024704,0.0,1.8007735013961792,2.2077136039733887,-0.008315575309097767,0.0025713287759572268,0.1806541532278061,0.4551747143268585,0.8867222890257835,572.0,146432.0,3801.635176185984,9371648.0 +151.02,7.400000095367432,2492.0,0.007263660430908203,0.0937906876206398,0.0,1.864832878112793,2.2248787879943848,-0.008103125728666782,0.002562301466241479,0.3193972408771515,0.45433545112609863,0.7815359830856323,573.0,146688.0,3808.2096606849227,9388032.0 +160.97,7.699999809265137,2473.0,0.008217981085181236,0.1103108748793602,0.0,1.8744953870773315,2.1907150745391846,-0.00878740381449461,0.002576019847765565,0.3569108247756958,0.43872448801994324,0.7555720955133438,574.0,146944.0,3814.834578375099,9404416.0 +151.13,7.800000190734863,2510.0,0.008323060348629951,0.10870361328125,0.0,1.8769798278808594,2.1606056690216064,-0.007994201965630054,0.0025649380404502153,0.35617783665657043,0.4460221827030182,0.7943428009748459,575.0,147200.0,3821.3611130879726,9420800.0 +118.89,7.800000190734863,2480.0,0.005979478359222412,0.0709025040268898,0.0,1.8686046600341797,2.1378161907196045,-0.008445266634225845,0.002574627986177802,0.3506217896938324,0.4358031451702118,0.8071137964725494,576.0,147456.0,3827.967622620985,9437184.0 +111.18,7.599999904632568,2502.0,0.007570792455226183,0.10052490234375,0.0,1.914018154144287,2.1373322010040283,-0.00923109706491232,0.002591624390333891,0.36879763007164,0.4644117057323456,0.801461860537529,577.0,147712.0,3834.519482226111,9453568.0 +124.57,7.800000190734863,2489.0,0.00850481167435646,0.1146240234375,0.0,1.8459495306015015,2.156139850616455,-0.007544453721493483,0.00258898688480258,0.23563258349895477,0.4627455770969391,0.8733643293380737,578.0,147968.0,3841.102449232014,9469952.0 +159.34,7.0,2458.0,0.007372776046395302,0.0969034805893898,0.0,1.8917527198791504,2.186755418777466,-0.00714852474629879,0.002573111094534397,0.3596406877040863,0.4543931782245636,0.809138834476471,579.0,148224.0,3847.7667456311174,9486336.0 +153.21,8.0,2455.0,0.009004750289022923,0.12384033203125,0.0,1.8439654111862183,2.2149441242218018,-0.008533628657460213,0.0025650274474173784,0.2639579474925995,0.4601556360721588,0.853232279419899,580.0,148480.0,3854.4399247181136,9502720.0 +145.76,7.5,2565.0,0.00780672999098897,0.0999348983168602,0.0,1.861284852027893,2.2271475791931152,-0.008126380853354931,0.002572176977992058,0.30759087204933167,0.4517988860607147,0.8249048143625259,581.0,148736.0,3860.82739790692,9519104.0 +168.67,7.800000190734863,2516.0,0.008311492390930653,0.10906982421875,0.0,1.8549998998641968,2.24699068069458,-0.005825412925332785,0.0025840443558990955,0.26693663001060486,0.4578045904636383,0.8595737963914871,582.0,148992.0,3867.339379373938,9535488.0 +109.41,7.900000095367432,2586.0,0.007778785657137632,0.10302734375,0.0,1.8970190286636353,2.214348316192627,-0.00908003281801939,0.0025826392229646444,0.3702143430709839,0.4518156945705414,0.806509792804718,583.0,149248.0,3873.6744717229158,9551872.0 +152.9,6.900000095367432,2589.0,0.0067015779204666615,0.0798543319106102,0.0,1.9097484350204468,2.2697551250457764,-0.00792306661605835,0.002591886790469289,0.400876522064209,0.4439874589443207,0.7470069229602814,584.0,149504.0,3880.001952347113,9568256.0 +126.42,7.5,2504.0,0.007444174960255623,0.0928751602768898,0.0,1.8336526155471802,2.268617630004883,-0.009593273513019085,0.002582998713478446,0.2717379629611969,0.43856334686279297,0.8363592326641083,585.0,149760.0,3886.545890999958,9584640.0 +182.28,7.400000095367432,2509.0,0.008810869418084621,0.1255900114774704,0.0,1.8572359085083008,2.2777597904205322,-0.008301918394863605,0.002586171729490161,0.28932884335517883,0.4505648910999298,0.8287041932344437,586.0,150016.0,3893.075749784941,9601024.0 +155.64,7.800000190734863,2492.0,0.008871687576174736,0.1224772110581398,0.0,1.8930916786193848,2.2674076557159424,-0.006428354885429144,0.0025899256579577923,0.2922642230987549,0.48109903931617737,0.824992835521698,587.0,150272.0,3899.648954753997,9617408.0 +198.97,7.099999904632568,2425.0,0.006341425236314535,0.078125,0.0,1.887213110923767,2.260204553604126,-0.007099269423633814,0.00258615636266768,0.3420495092868805,0.452811598777771,0.8208199739456177,588.0,150528.0,3906.408088607015,9633792.0 +167.61,8.0,2408.0,0.008077310398221016,0.1095174178481102,0.0,1.8410090208053589,2.2042672634124756,-0.00881735235452652,0.002584052039310336,0.2858017683029175,0.43694186210632324,0.8379461914300919,589.0,150784.0,3913.212353633018,9650176.0 +164.0,7.199999809265137,2454.0,0.008916197344660759,0.1255900114774704,0.0,1.897871971130371,2.235344648361206,-0.008191478438675404,0.0025764082092791796,0.3968515694141388,0.4417872726917267,0.8021718710660934,590.0,151040.0,3919.890024590073,9666560.0 +178.36,7.400000095367432,2461.0,0.009687141515314579,0.13287353515625,0.0,1.8625601530075073,2.2467267513275146,-0.00858884584158659,0.0025914416182786226,0.29457107186317444,0.4506100118160248,0.8240537792444229,591.0,151296.0,3926.548272924032,9682944.0 +107.79,7.400000095367432,2435.0,0.00841245986521244,0.1025390625,0.0,1.9137301445007324,2.199291467666626,-0.00771070271730423,0.002603931352496147,0.38045433163642883,0.4512408673763275,0.7705822885036469,592.0,151552.0,3933.275891409954,9699328.0 +166.89,7.599999904632568,2494.0,0.006224264856427908,0.078369140625,0.0,1.9315590858459473,2.225452184677124,-0.0065586622804403305,0.002606285735964775,0.34916457533836365,0.48264697194099426,0.7897793352603912,593.0,151808.0,3939.845951897092,9715712.0 +181.12,7.099999904632568,2507.0,0.007032481953501701,0.0901692733168602,0.0,1.9278055429458618,2.2065272331237793,-0.007545886095613241,0.0026069271843880415,0.3604423999786377,0.47373202443122864,0.8021747320890427,594.0,152064.0,3946.3808384500444,9732096.0 +163.26,6.800000190734863,2515.0,0.007321299519389868,0.0977783203125,0.0,1.899990200996399,2.1810619831085205,-0.007976978085935116,0.002585318172350526,0.336309552192688,0.4689641296863556,0.8135235011577606,595.0,152320.0,3952.8941073219758,9748480.0 +141.61,7.5,2501.0,0.00901335570961237,0.1265462189912796,0.0,1.9146543741226196,2.171055316925049,-0.008537238463759422,0.002589144976809621,0.33351826667785645,0.48357072472572327,0.815567284822464,596.0,152576.0,3959.4435238770675,9764864.0 +176.06,7.300000190734863,2510.0,0.008216863498091698,0.11187744140625,0.0,1.9331411123275757,2.1817100048065186,-0.007030521985143423,0.002581150270998478,0.3950689136981964,0.47387877106666565,0.7945601940155029,597.0,152832.0,3965.9710205870215,9781248.0 +180.17,7.699999809265137,2558.0,0.008786345832049847,0.1204020157456398,0.0,1.8972821235656738,2.2142012119293213,-0.007252678275108337,0.002573023783043027,0.3625591993331909,0.4588851034641266,0.7862025946378708,598.0,153088.0,3972.3757162811235,9797632.0 +96.47,7.199999809265137,2514.0,0.007938156835734844,0.1078287735581398,0.0,1.9042164087295532,2.188416004180908,-0.00766614219173789,0.002554643200710416,0.41928374767303467,0.44680309295654297,0.7426933646202087,599.0,153344.0,3978.8923520289827,9814016.0 +156.82,7.400000095367432,2480.0,0.009124848991632462,0.12237548828125,0.0,1.6268353462219238,2.219243288040161,-0.009995006024837494,0.002565967384725809,0.21825574338436127,0.43912187218666077,0.8254256993532181,600.0,153600.0,3985.4987695459276,9830400.0 +132.32,7.400000095367432,2542.0,0.00867457129061222,0.1139933243393898,0.0,1.6878434419631958,2.212941884994507,-0.007637717295438051,0.0025600541848689318,0.3216160833835602,0.4497535228729248,0.7428907454013824,601.0,153856.0,3991.942283242941,9846784.0 +169.88,7.599999904632568,2541.0,0.008591661229729652,0.11651611328125,0.0,1.6835036277770996,2.272536277770996,-0.007205531001091003,0.0025637841317802668,0.30066293478012085,0.454889178276062,0.7861141860485077,602.0,154112.0,3998.3894383760635,9863168.0 +186.52,7.099999904632568,2489.0,0.008286056108772755,0.1143595352768898,0.0,1.783469557762146,2.201838731765747,-0.007056156173348427,0.002568253315985203,0.45774173736572266,0.47551050782203674,0.7382179498672485,603.0,154368.0,4004.9723888500594,9879552.0 +120.66,7.699999809265137,2478.0,0.008575848303735256,0.12042236328125,0.0,1.7051429748535156,2.191483736038208,-0.007920716889202595,0.0025750466156750917,0.27325859665870667,0.48842015862464905,0.8560390919446945,604.0,154624.0,4011.583225758979,9895936.0 +137.12,7.300000190734863,2550.0,0.007593133952468634,0.10205078125,0.0,1.7306026220321655,2.2200891971588135,-0.007389439735561609,0.00258700386621058,0.32706311345100403,0.4805661141872406,0.8204275667667389,605.0,154880.0,4018.008317674976,9912320.0 +171.78,6.800000190734863,2592.0,0.007942899130284786,0.1095377579331398,0.0,1.6924694776535034,2.2353107929229736,-0.007473519071936607,0.0025626348797231913,0.30626121163368225,0.46219977736473083,0.8393320888280869,606.0,155136.0,4024.328523195116,9928704.0 +169.5,7.0,2573.0,0.008788030594587326,0.1220296248793602,0.0,1.7595643997192383,2.2009592056274414,-0.00979524478316307,0.0025564117822796106,0.4566119611263275,0.45853114128112793,0.7414500415325165,607.0,155392.0,4030.6964580109343,9945088.0 +148.48,7.699999809265137,2483.0,0.007189758121967316,0.0955403670668602,0.0,1.7070388793945312,2.1775574684143066,-0.008182613179087639,0.0025567051488906145,0.34810006618499756,0.4582553803920746,0.8101457059383392,608.0,155648.0,4037.297064963961,9961472.0 +177.76,7.699999809265137,2461.0,0.009766166098415852,0.13641357421875,0.0,1.6987417936325073,2.215275526046753,-0.006541164591908455,0.0025451972614973783,0.3065098822116852,0.47649070620536804,0.8205256462097168,609.0,155904.0,4043.9546968350187,9977856.0 +147.84,7.599999904632568,2605.0,0.009385264478623867,0.1284383088350296,0.0,1.6930516958236694,2.186908483505249,-0.009285087697207928,0.0025740577839314938,0.30708906054496765,0.4581504166126251,0.8350792080163956,610.0,156160.0,4050.244851449039,9994240.0 +119.92,7.199999809265137,2492.0,0.010967413894832134,0.154052734375,0.0,1.7468096017837524,2.1637277603149414,-0.00901523046195507,0.0025658991653472185,0.4042586386203766,0.4674203097820282,0.8116406947374344,611.0,156416.0,4056.8183161299676,10010624.0 +135.51,7.400000095367432,2463.0,0.009150982834398746,0.123779296875,0.0,1.6969527006149292,2.1676337718963623,-0.009736862033605576,0.002551818499341607,0.3492908179759979,0.45044684410095215,0.8227115273475647,612.0,156672.0,4063.469923981931,10027008.0 +95.25,8.300000190734863,2470.0,0.009763370268046856,0.1415201872587204,0.0,1.6313505172729492,2.2094805240631104,-0.010074597783386707,0.0025582038797438145,0.19267679750919342,0.4622107744216919,0.8794491812586784,613.0,156928.0,4070.1032573510893,10043392.0 +137.51,7.400000095367432,2528.0,0.007830165326595306,0.10504150390625,0.0,1.6733835935592651,2.1942451000213623,-0.008303663693368435,0.0025604197289794683,0.2510758936405182,0.47322550415992737,0.8493549078702927,614.0,157184.0,4076.5829324079677,10059776.0 +196.89,6.800000190734863,2544.0,0.005997663363814354,0.0756429061293602,0.0,1.7291072607040405,2.1544687747955322,-0.007040567696094513,0.002566229784861207,0.3901192247867584,0.4531439542770386,0.8015047758817673,615.0,157440.0,4083.0214405609295,10076160.0 +169.61,7.699999809265137,2438.0,0.006613476201891899,0.08453369140625,0.0,1.7474387884140015,2.1488969326019287,-0.007714463863521814,0.00258301361463964,0.38757964968681335,0.46721795201301575,0.805644765496254,616.0,157696.0,4089.7425370989367,10092544.0 +139.4,7.900000095367432,2522.0,0.010775444097816944,0.1527303010225296,0.0,1.7129311561584473,2.133657455444336,-0.01017235778272152,0.0025768030900508165,0.3369528353214264,0.4626694917678833,0.8311434388160706,617.0,157952.0,4096.237623502035,10108928.0 +120.34,8.0,2406.0,0.00827979389578104,0.110595703125,0.0,1.7126703262329102,2.1575002670288086,-0.006432952359318733,0.0025845624040812254,0.32366737723350525,0.4619908332824707,0.8220539689064026,618.0,158208.0,4103.045967220096,10125312.0 +115.11,7.5,2400.0,0.007069847080856562,0.0919596329331398,0.0,1.6955105066299438,2.149278402328491,-0.008416269905865192,0.002566876821219921,0.31031471490859985,0.4612976014614105,0.8357254415750504,619.0,158464.0,4109.8714744609315,10141696.0 +150.03,7.800000190734863,2432.0,0.0068232156336307526,0.0843505859375,0.0,1.6932486295700073,2.1272048950195312,-0.007633599918335676,0.0025653745979070663,0.3136402666568756,0.45657292008399963,0.8176274597644806,620.0,158720.0,4116.608306671027,10158080.0 +139.24,8.100000381469727,2430.0,0.007341730874031782,0.0928955078125,0.0,1.6630862951278687,2.1731183528900146,-0.007221098989248276,0.0025742528960108757,0.26924511790275574,0.44333580136299133,0.8585817515850067,621.0,158976.0,4123.35040281713,10174464.0 +101.46,7.199999809265137,2455.0,0.007360126823186874,0.0955403670668602,0.0,1.7815852165222168,2.182898998260498,-0.007560193073004484,0.0025738852564245462,0.4705475866794586,0.4638361632823944,0.7776767462491989,622.0,159232.0,4130.023412190145,10190848.0 +168.8,7.0,2497.0,0.006273373495787382,0.0777384415268898,0.0,1.7868494987487793,2.218909740447998,-0.005698674824088812,0.002602367429062724,0.45245108008384705,0.46382954716682434,0.7759857177734375,623.0,159488.0,4136.585436695954,10207232.0 +100.17,8.100000381469727,2553.0,0.007778966333717108,0.1023763045668602,0.0,1.6644854545593262,2.228348731994629,-0.007980003021657467,0.00259385840035975,0.22812938690185547,0.4593866765499115,0.8723257929086685,624.0,159744.0,4143.00259580696,10223616.0 +130.32,7.199999809265137,2418.0,0.008525493554770947,0.1168212890625,0.0,1.7496685981750488,2.202164888381958,-0.006105441600084305,0.0025631338357925415,0.4276540279388428,0.45617613196372986,0.7565850913524628,625.0,160000.0,4149.778922246071,10240000.0 +187.06,7.199999809265137,2491.0,0.00729886069893837,0.0969034805893898,0.0,1.725520133972168,2.208160638809204,-0.008490989916026592,0.002564522670581937,0.358353853225708,0.4698672592639923,0.7691249847412109,626.0,160256.0,4156.354791241931,10256384.0 +164.82,7.800000190734863,2492.0,0.008453600108623505,0.1190389022231102,0.0,1.6747723817825317,2.2112109661102295,-0.006030252203345299,0.0025587882846593857,0.3051685094833374,0.44319549202919006,0.7622194439172745,627.0,160512.0,4162.929106387077,10272768.0 +147.95,7.900000095367432,2439.0,0.008798838593065739,0.1183878555893898,0.0,1.7065833806991577,2.176769495010376,-0.006753921043127775,0.002557886764407158,0.36070048809051514,0.44856199622154236,0.76932592689991,628.0,160768.0,4169.646883503068,10289152.0 +128.93,7.0,2467.0,0.012020145542919636,0.1708577424287796,0.0,1.7869853973388672,2.1831419467926025,-0.007712090853601694,0.0025662316475063562,0.4664633274078369,0.47610315680503845,0.7336106300354004,629.0,161024.0,4176.286420622142,10305536.0 +161.82,7.199999809265137,2552.0,0.008598675020039082,0.1170654296875,0.0,1.7300430536270142,2.1905646324157715,-0.008430336602032185,0.0025852725375443697,0.3540039360523224,0.4666716158390045,0.8020782470703125,630.0,161280.0,4182.705683960114,10321920.0 +154.37,7.400000095367432,2452.0,0.008349692448973656,0.1127115860581398,0.0,1.7263325452804565,2.1901628971099854,-0.008050813339650631,0.0025773171801120043,0.34545278549194336,0.4708510637283325,0.799871638417244,631.0,161536.0,4189.387977201957,10338304.0 +168.44,8.0,2436.0,0.009087513200938702,0.12762451171875,0.0,1.6963748931884766,2.171379327774048,-0.006571406498551369,0.0025695920921862125,0.28816160559654236,0.4714031517505646,0.8382935672998428,632.0,161792.0,4196.1130313661415,10354688.0 +159.56,7.800000190734863,2448.0,0.00846558902412653,0.1199747696518898,0.0,1.6809581518173218,2.248370885848999,-0.008800777606666088,0.0025710766203701496,0.2723788321018219,0.46563199162483215,0.8262121975421906,633.0,162048.0,4202.806357129011,10371072.0 +134.03,7.800000190734863,2499.0,0.008560112677514553,0.11346435546875,0.0,1.6685853004455566,2.198326826095581,-0.007532032672315836,0.002559192245826125,0.2730940878391266,0.45546332001686096,0.8289471715688705,634.0,162304.0,4209.363015805138,10387456.0 +132.66,7.800000190734863,2479.0,0.007106252014636993,0.0947062149643898,0.0,1.712010383605957,2.2455666065216064,-0.006844693794846535,0.002582927467301488,0.3185664415359497,0.4663444459438324,0.7775372862815857,635.0,162560.0,4215.972936334088,10403840.0 +176.6,6.599999904632568,2466.0,0.007315624970942736,0.0914713516831398,0.0,1.739356517791748,2.245656967163086,-0.006918111816048622,0.002590947551652789,0.3343614339828491,0.48402678966522217,0.7732164412736893,636.0,162816.0,4222.615523926914,10420224.0 +136.43,7.599999904632568,2458.0,0.008161320351064205,0.1085205078125,0.0,1.7169607877731323,2.2219836711883545,-0.007898706011474133,0.0025712333153933287,0.30779746174812317,0.48458388447761536,0.7974054664373398,637.0,163072.0,4229.280599784106,10436608.0 +153.94,7.699999809265137,2505.0,0.007712362799793482,0.1045328751206398,0.0,1.7207093238830566,2.1912286281585693,-0.007362677250057459,0.00256000435911119,0.3303920030593872,0.480873703956604,0.7842553108930588,638.0,163328.0,4235.820995374117,10452992.0 +178.73,7.900000095367432,2448.0,0.00815217848867178,0.1064860001206398,0.0,1.74027681350708,2.134014368057251,-0.007832903414964676,0.002558553358539939,0.40562692284584045,0.46143031120300293,0.7531794756650925,639.0,163584.0,4242.512218324002,10469376.0 +137.55,7.300000190734863,2431.0,0.008856466971337795,0.1185709610581398,0.0,1.7093729972839355,2.1462535858154297,-0.007090028841048479,0.002574414247646928,0.2888840436935425,0.4833303391933441,0.7945152521133423,640.0,163840.0,4249.25148831401,10485760.0 +190.62,6.599999904632568,2422.0,0.008577628992497921,0.1198323592543602,0.0,1.6842378377914429,2.1595804691314697,-0.007018352393060923,0.002570393728092313,0.23617194592952728,0.4867652654647827,0.818366140127182,641.0,164096.0,4256.015853959136,10502144.0 +186.83,7.199999809265137,2425.0,0.008167729713022709,0.11248779296875,0.0,1.6778793334960938,2.1133179664611816,-0.008400007151067257,0.0025726177264004946,0.25228309631347656,0.4706587791442871,0.8161532431840897,642.0,164352.0,4262.770891200053,10518528.0 +133.4,6.599999904632568,2555.0,0.010590878315269947,0.14007568359375,0.0,1.869080662727356,2.089442491531372,-0.006386702414602041,0.002559630898758769,0.6236346364021301,0.4807893931865692,0.6516890823841095,643.0,164608.0,4269.182162624085,10534912.0 +98.34,7.599999904632568,2581.0,0.007714394014328718,0.103515625,0.0,1.7128314971923828,2.089268922805786,-0.009201728738844395,0.0025613540783524513,0.34866082668304443,0.46220675110816956,0.7797770649194717,644.0,164864.0,4275.5306552441325,10551296.0 +93.32,7.699999809265137,2560.0,0.006928790360689163,0.0905965194106102,0.0,1.7964763641357422,2.0745046138763428,-0.007913623936474323,0.0025695280637592077,0.46436700224876404,0.4851820766925812,0.7290418148040771,645.0,165120.0,4281.931093526073,10567680.0 +80.38,8.399999618530273,2497.0,0.00932906661182642,0.12030029296875,0.0,1.6841086149215698,2.0921618938446045,-0.010221402160823345,0.0025651564355939627,0.3044368624687195,0.4541255533695221,0.7905375510454178,646.0,165376.0,4288.491524107056,10584064.0 +154.16,8.199999809265137,2528.0,0.00896229688078165,0.1241048201918602,0.0,1.681800365447998,2.1362321376800537,-0.008236938156187534,0.00256555899977684,0.2682468593120575,0.46974965929985046,0.8100651353597641,647.0,165632.0,4294.972463316983,10600448.0 +113.12,8.0,2504.0,0.008973770774900913,0.1190592423081398,0.0,1.6779085397720337,2.1146256923675537,-0.008584514260292053,0.0025690165348351,0.28608986735343933,0.45392993092536926,0.7705241590738297,648.0,165888.0,4301.515592182055,10616832.0 +175.58,6.900000095367432,2499.0,0.00834288913756609,0.11572265625,0.0,1.7579623460769653,2.1151533126831055,-0.005957252811640501,0.0025877924636006355,0.3987189829349518,0.4680059850215912,0.7339719235897064,649.0,166144.0,4308.072786347941,10633216.0 +124.0,7.5,2487.0,0.00742730125784874,0.0943196639418602,0.0,1.6472846269607544,2.0930466651916504,-0.008249764330685139,0.002589736832305789,0.34542664885520935,0.4486114978790283,0.7879162132740021,650.0,166400.0,4314.661079678917,10649600.0 +151.28,6.699999809265137,2403.0,0.007666030433028936,0.09783935546875,0.0,1.6666699647903442,2.107922315597534,-0.008510950021445751,0.0025669331662356853,0.38525816798210144,0.45987412333488464,0.7747592478990555,651.0,166656.0,4321.478479955113,10665984.0 +168.76,7.099999904632568,2449.0,0.010256307199597359,0.1491902619600296,0.0,1.715671181678772,2.1744883060455322,-0.005326868500560522,0.002579303225502372,0.44147589802742004,0.4749915301799774,0.7327002584934235,652.0,166912.0,4328.169259032002,10682368.0 +122.44,7.400000095367432,2553.0,0.009236532263457775,0.1263834685087204,0.0,1.5833702087402344,2.207237958908081,-0.006906581576913595,0.0025879305321723223,0.18439309298992157,0.46853044629096985,0.8550375401973724,653.0,167168.0,4334.586871467065,10698752.0 +187.89,7.0,2591.0,0.009257880970835686,0.1290079802274704,0.0,1.647596001625061,2.2138864994049072,-0.007157507818192244,0.0025853777769953012,0.27521413564682007,0.4919893443584442,0.8059340119361877,654.0,167424.0,4340.909827132942,10715136.0 +206.81,6.300000190734863,2478.0,0.007398666813969612,0.1010335311293602,0.0,1.6845024824142456,2.197784185409546,-0.007654328364878893,0.002598316641524434,0.38574740290641785,0.46462252736091614,0.7654397934675217,655.0,167680.0,4347.522411070997,10731520.0 +161.23,7.900000095367432,2429.0,0.007879677228629589,0.0994466170668602,0.0,1.6149107217788696,2.1540143489837646,-0.008376974612474442,0.0025694440118968487,0.2877219319343567,0.4555293023586273,0.8245769441127777,656.0,167936.0,4354.267427562969,10747904.0 +143.45,7.900000095367432,2433.0,0.008374763652682304,0.1134847030043602,0.0,1.592623233795166,2.2177507877349854,-0.006767901126295328,0.0025770552456378937,0.22086186707019806,0.4635159969329834,0.858482152223587,657.0,168192.0,4361.002828686032,10764288.0 +180.35,7.300000190734863,2506.0,0.009911245666444302,0.1302897185087204,0.0,1.6291016340255737,2.2500298023223877,-0.008270579390227795,0.002575077349320054,0.2960335910320282,0.46533751487731934,0.815881073474884,658.0,168448.0,4367.540110218106,10780672.0 +157.21,7.5,2521.0,0.007128849625587463,0.093505859375,0.0,1.6280789375305176,2.2271316051483154,-0.007891603745520115,0.0025682884734123945,0.2791222035884857,0.47664499282836914,0.8260916918516159,659.0,168704.0,4374.040418489138,10797056.0 +181.33,7.0,2528.0,0.009186950512230396,0.1209513321518898,0.0,1.680996298789978,2.2079954147338867,-0.006911024916917086,0.0025669464375823736,0.39368414878845215,0.47089800238609314,0.7845757454633713,660.0,168960.0,4380.5201056520455,10813440.0 +131.53,7.5,2474.0,0.007543627172708511,0.1000162735581398,0.0,1.6117404699325562,2.1880438327789307,-0.008836928755044937,0.0025535253807902336,0.30447378754615784,0.4510297477245331,0.8206261098384857,661.0,169216.0,4387.142290611984,10829824.0 +135.68,7.599999904632568,2472.0,0.010042528621852398,0.141357421875,0.0,1.5725513696670532,2.147977590560913,-0.009605171158909798,0.0025575340259820223,0.25796666741371155,0.43097543716430664,0.8189758956432343,662.0,169472.0,4393.768916164059,10846208.0 +161.69,7.0,2605.0,0.00877885427325964,0.116455078125,0.0,1.6067942380905151,2.145026922225952,-0.0073667666874825954,0.0025441923644393682,0.34239521622657776,0.42577457427978516,0.786850318312645,663.0,169728.0,4400.058365131961,10862592.0 +148.68,7.199999809265137,2574.0,0.007003325503319502,0.08740234375,0.0,1.6380667686462402,2.1405539512634277,-0.007868706248700619,0.002568058203905821,0.3707548677921295,0.4341897964477539,0.7907648533582687,664.0,169984.0,4406.423418740043,10878976.0 +163.52,7.400000095367432,2578.0,0.009120127186179161,0.1181437149643898,0.0,1.5993655920028687,2.1231629848480225,-0.008310426026582718,0.0025529160629957914,0.2743103504180908,0.45311012864112854,0.83973129093647,665.0,170240.0,4412.778195352992,10895360.0 +141.12,7.0,2534.0,0.007982677780091763,0.09967041015625,0.0,1.624259352684021,2.1187691688537598,-0.006946170702576637,0.0025495048612356186,0.3305085301399231,0.44946661591529846,0.8308763653039932,666.0,170496.0,4419.243638747139,10911744.0 +173.12,7.099999904632568,2533.0,0.009447930380702019,0.12896728515625,0.0,1.5924354791641235,2.1511852741241455,-0.008275830186903477,0.0025411476381123066,0.275736540555954,0.45041728019714355,0.8578584939241409,667.0,170752.0,4425.712498749141,10928128.0 +204.29,6.5,2541.0,0.007956566289067268,0.1094156876206398,0.0,1.6895447969436646,2.1746318340301514,-0.006464152131229639,0.0025421713944524527,0.4679124057292938,0.44926130771636963,0.792182445526123,668.0,171008.0,4432.159693860915,10944512.0 +158.51,7.699999809265137,2440.0,0.009488405659794807,0.1283976286649704,0.0,1.577316403388977,2.21958327293396,-0.007957177236676216,0.0025600178632885218,0.2835802137851715,0.41932937502861023,0.8334862738847733,669.0,171264.0,4438.874779053964,10960896.0 +127.85,7.0,2502.0,0.008210559375584126,0.110595703125,0.0,1.643581509590149,2.1954047679901123,-0.007442018017172813,0.002549176337197423,0.40117624402046204,0.4325300455093384,0.783147543668747,670.0,171520.0,4445.423279820941,10977280.0 +130.89,8.5,2501.0,0.010606184601783752,0.1519978791475296,0.0,1.5679651498794556,2.180879831314087,-0.007583882659673691,0.002544310176745057,0.20721681416034698,0.45972833037376404,0.8808431699872017,671.0,171776.0,4451.973050029017,10993664.0 +133.3,7.800000190734863,2525.0,0.009295870549976826,0.13055419921875,0.0,1.6090229749679565,2.140648603439331,-0.00957210548222065,0.002537661464884877,0.2949460446834564,0.4616367518901825,0.8578174710273743,672.0,172032.0,4458.462762569077,11010048.0 +133.21,7.5,2461.0,0.01113406103104353,0.15716552734375,0.0,1.603479027748108,2.147458553314209,-0.009515326470136642,0.0025354642421007156,0.25242725014686584,0.4809698760509491,0.8809075802564621,673.0,172288.0,4465.119283622131,11026432.0 +108.28,8.0,2440.0,0.008866523392498493,0.1175333634018898,0.0,1.6904125213623047,2.144487142562866,-0.008034191094338894,0.0025387725327163935,0.44595253467559814,0.4661676585674286,0.8146709948778152,674.0,172544.0,4471.833074398106,11042816.0 +157.17,7.099999904632568,2530.0,0.007990307174623013,0.1031290665268898,0.0,1.6366223096847534,2.223541736602783,-0.006984516512602568,0.002550738165155053,0.36075904965400696,0.4469064772129059,0.8245419561862946,675.0,172800.0,4478.308469329029,11059200.0 +117.45,7.599999904632568,2474.0,0.008458259515464306,0.1116739884018898,0.0,1.6555051803588867,2.2206196784973145,-0.007196262013167143,0.002562624169513583,0.38784274458885193,0.44736769795417786,0.8082049787044525,676.0,173056.0,4484.9314501709305,11075584.0 +102.06,7.900000095367432,2569.0,0.007814995013177395,0.0995686873793602,0.0,1.5953031778335571,2.201093912124634,-0.007726718205958605,0.002553052268922329,0.25554603338241577,0.45943665504455566,0.884821742773056,677.0,173312.0,4491.311810986139,11091968.0 +214.87,6.900000095367432,2502.0,0.006927106995135546,0.0869547501206398,0.0,1.6420220136642456,2.202878475189209,-0.008054245263338089,0.002558066276833415,0.3677075207233429,0.44647541642189026,0.8410841971635818,678.0,173568.0,4497.860649190145,11108352.0 +152.45,8.0,2442.0,0.008345702663064003,0.1119181290268898,0.0,1.5783523321151733,2.1760318279266357,-0.007841832004487514,0.0025590367149561644,0.26503852009773254,0.43113115429878235,0.848058745265007,679.0,173824.0,4504.570098125143,11124736.0 +105.65,7.699999809265137,2415.0,0.008446737192571163,0.1068318709731102,0.0,1.634622573852539,2.1673152446746826,-0.007813694886863232,0.0025590311270207167,0.3344920873641968,0.4559781849384308,0.8229377567768097,680.0,174080.0,4511.354690604145,11141120.0 +158.44,7.199999809265137,2415.0,0.008555981330573559,0.1139933243393898,0.0,1.6304558515548706,2.157158136367798,-0.00782593060284853,0.002550792647525668,0.32260799407958984,0.46205201745033264,0.8268333673477173,681.0,174336.0,4518.138033210067,11157504.0 +112.62,7.800000190734863,2458.0,0.008732450194656849,0.1161905899643898,0.0,1.614395022392273,2.172943592071533,-0.010017688386142254,0.0025344411842525005,0.30462750792503357,0.4647544324398041,0.8333933651447296,682.0,174592.0,4524.804642535048,11173888.0 +163.45,7.699999809265137,2521.0,0.007845965214073658,0.1037394180893898,0.0,1.6398550271987915,2.1334402561187744,-0.007550690323114395,0.002528152661398053,0.32341453433036804,0.48320838809013367,0.8335155844688416,683.0,174848.0,4531.303308703005,11190272.0 +137.3,8.0,2449.0,0.009013076312839985,0.12158203125,0.0,1.6137901544570923,2.166219472885132,-0.008453655056655407,0.002538053784519434,0.28284695744514465,0.47298192977905273,0.8500415086746216,684.0,175104.0,4537.994262425927,11206656.0 +166.48,7.400000095367432,2419.0,0.009148071520030499,0.122802734375,0.0,1.654513955116272,2.1665122509002686,-0.009332495741546154,0.0025574045721441507,0.36871853470802307,0.46176430583000183,0.8299829959869385,685.0,175360.0,4544.767032515025,11223040.0 +95.41,7.699999809265137,2536.0,0.00806617271155119,0.107421875,0.0,1.6101657152175903,2.1445796489715576,-0.009337703697383404,0.0025589046999812126,0.30485889315605164,0.4463679790496826,0.8635261803865433,686.0,175616.0,4551.230894492008,11239424.0 +102.84,7.800000190734863,2558.0,0.008193304762244225,0.1062215194106102,0.0,1.6809767484664917,2.1662437915802,-0.008855693973600864,0.0025723532307893038,0.4043106734752655,0.463782399892807,0.8389726132154465,687.0,175872.0,4557.636437463108,11255808.0 +139.58,7.400000095367432,2403.0,0.007995807565748692,0.10919189453125,0.0,1.6583424806594849,2.155809164047241,-0.007842013612389565,0.0025515465531498194,0.36240509152412415,0.4709397554397583,0.8339085280895233,688.0,176128.0,4564.45508364914,11272192.0 +105.33,8.5,2421.0,0.008351637050509453,0.1102701798081398,0.0,1.6459819078445435,2.158707857131958,-0.008778051473200321,0.0025631228927522898,0.30151259899139404,0.48723945021629333,0.8543839156627655,689.0,176384.0,4571.221237264108,11288576.0 +104.98,7.599999904632568,2393.0,0.008073839358985424,0.1018880233168602,0.0,1.6671186685562134,2.1668999195098877,-0.008307903073728085,0.002559180837124586,0.3679395914077759,0.47475847601890564,0.8138756603002548,690.0,176640.0,4578.066890734946,11304960.0 +157.98,8.100000381469727,2457.0,0.009595225565135479,0.12908935546875,0.0,1.6537264585494995,2.161015748977661,-0.006904165726155043,0.002563174581155181,0.35060927271842957,0.4655849039554596,0.826528325676918,691.0,176896.0,4584.733654462965,11321344.0 +116.07,7.699999809265137,2384.0,0.008459805510938168,0.1128946915268898,0.0,1.6797003746032715,2.16291880607605,-0.00808540266007185,0.002565659349784255,0.38527727127075195,0.4757513999938965,0.812873899936676,692.0,177152.0,4591.604712795932,11337728.0 +135.53,7.800000190734863,2518.0,0.007933035492897034,0.1066487655043602,0.0,1.6669201850891113,2.1703662872314453,-0.008912070654332638,0.002592529868707061,0.3273386061191559,0.48213133215904236,0.8225254267454147,693.0,177408.0,4598.112790626939,11354112.0 +140.31,7.900000095367432,2436.0,0.009509607218205929,0.13543701171875,0.0,1.6154836416244507,2.1873698234558105,-0.008731713518500328,0.0025710046757012606,0.24649792909622192,0.48010921478271484,0.8606214970350266,694.0,177664.0,4604.83681842708,11370496.0 +153.29,7.5,2413.0,0.00846857763826847,0.1151936873793602,0.0,1.6449259519577026,2.1956746578216553,-0.007242730353027582,0.0025808890350162983,0.2791295051574707,0.4887561500072479,0.8633945882320404,695.0,177920.0,4611.628582444042,11386880.0 +163.52,7.099999904632568,2429.0,0.00898089911788702,0.1225789412856102,0.0,1.6529507637023926,2.2085964679718018,-0.010334743186831474,0.0025688810274004936,0.2996423542499542,0.49590742588043213,0.8690009862184525,696.0,178176.0,4618.373936471064,11403264.0 +157.06,7.5,2452.0,0.008555879816412926,0.1194864884018898,0.0,1.679311752319336,2.168743371963501,-0.00872779730707407,0.0025610369630157948,0.3607299029827118,0.4926548898220062,0.8611741960048676,697.0,178432.0,4625.054070769111,11419648.0 +102.89,8.100000381469727,2487.0,0.009539096616208553,0.1290079802274704,0.0,1.6079643964767456,2.1592578887939453,-0.010673712939023972,0.0025734335649758577,0.22452382743358612,0.48484089970588684,0.9113132283091545,698.0,178688.0,4631.642208249075,11436032.0 +126.14,7.599999904632568,2476.0,0.008040550164878368,0.1069742813706398,0.0,1.6486245393753052,2.1662514209747314,-0.00842707883566618,0.0025915850419551134,0.3064018785953522,0.4729183614253998,0.8748805671930313,699.0,178944.0,4638.260120359948,11452416.0 +154.49,8.199999809265137,2481.0,0.008347741328179836,0.11376953125,0.0,1.7700456380844116,2.1107356548309326,-0.008639461360871792,0.002561121014878154,0.24587219953536987,0.4845515191555023,0.8921612426638603,700.0,179200.0,4644.863932986977,11468800.0 +115.05,7.800000190734863,2528.0,0.009013778530061245,0.1239013671875,0.0,1.7954894304275513,2.149752616882324,-0.01035038847476244,0.0025594739709049463,0.3080158233642578,0.4816623032093048,0.8613833785057068,701.0,179456.0,4651.345538256923,11485184.0 +122.26,7.699999809265137,2457.0,0.00825406238436699,0.10711669921875,0.0,1.8542184829711914,2.136197805404663,-0.008685112930834293,0.002564371796324849,0.37928152084350586,0.5016301870346069,0.824639767408371,702.0,179712.0,4658.01335491403,11501568.0 +120.17,7.5,2439.0,0.009079144336283207,0.1182657852768898,0.0,1.7903720140457153,2.114868640899658,-0.009907909668982029,0.00256432150490582,0.27870312333106995,0.48844674229621887,0.8611511886119843,703.0,179968.0,4664.729344760068,11517952.0 +143.46,7.400000095367432,2433.0,0.008513269945979118,0.11297607421875,0.0,1.805862545967102,2.1824581623077393,-0.00855709332972765,0.0025480398908257484,0.3397153913974762,0.4800713062286377,0.8392152041196823,704.0,180224.0,4671.462464313954,11534336.0 +109.42,8.0,2438.0,0.010880433022975922,0.1539103239774704,0.0,1.785386562347412,2.1198947429656982,-0.009470286779105663,0.00253546261228621,0.3492112457752228,0.4601109027862549,0.8228944689035416,705.0,180480.0,4678.187719814945,11550720.0 +134.6,7.300000190734863,2589.0,0.009162837639451027,0.123046875,0.0,1.8080229759216309,2.1423721313476562,-0.00837561022490263,0.00256024650298059,0.33835017681121826,0.4763473570346832,0.8232469111680984,706.0,180736.0,4684.516781853046,11567104.0 +113.43,8.0,2443.0,0.009901270270347595,0.1322224885225296,0.0,1.785201907157898,2.1549365520477295,-0.008997851982712746,0.002567505231127143,0.29746511578559875,0.47100162506103516,0.8471685945987701,707.0,180992.0,4691.222879755078,11583488.0 +149.99,7.300000190734863,2437.0,0.011336546391248703,0.15826416015625,0.0,1.833922266960144,2.1429076194763184,-0.00857191625982523,0.0025656051002442837,0.4002540111541748,0.4685618579387665,0.8144153952598572,708.0,181248.0,4697.945278089959,11599872.0 +155.29,7.699999809265137,2571.0,0.010422450490295887,0.1380208283662796,0.0,1.7439292669296265,2.170713186264038,-0.00877738744020462,0.002573612378910184,0.21344541013240814,0.4686580002307892,0.8893562629818916,709.0,181504.0,4704.318964878097,11616256.0 +184.08,7.599999904632568,2578.0,0.008207201026380062,0.1092325821518898,0.0,1.763217806816101,2.165708541870117,-0.009117069654166698,0.002564826747402549,0.2551046907901764,0.4717336893081665,0.8912409842014313,710.0,181760.0,4710.6743415959645,11632640.0 +134.06,8.0,2584.0,0.01044756080955267,0.14251708984375,0.0,1.7831062078475952,2.1041386127471924,-0.009812449105083942,0.002566451206803322,0.27695736289024353,0.4804389178752899,0.8759721145033836,711.0,182016.0,4717.014756543096,11649024.0 +156.72,7.5,2582.0,0.011524710804224014,0.1604410856962204,0.0,1.8131698369979858,2.119626760482788,-0.008576770313084126,0.0025859789457172155,0.32585278153419495,0.4754493534564972,0.8546960651874542,712.0,182272.0,4723.359750665026,11665408.0 +123.02,6.900000095367432,2596.0,0.008653859607875347,0.1189168319106102,0.0,1.809388279914856,2.1077613830566406,-0.009009632281959057,0.0025754503440111876,0.32993367314338684,0.47491559386253357,0.8547860383987427,713.0,182528.0,4729.670602573082,11681792.0 +164.98,6.900000095367432,2598.0,0.00821856502443552,0.1078287735581398,0.0,1.7861971855163574,2.1389384269714355,-0.007193265948444605,0.0026218686252832413,0.25236690044403076,0.46653568744659424,0.8694274127483368,714.0,182784.0,4735.976963292109,11698176.0 +132.59,8.199999809265137,2584.0,0.00964541919529438,0.1345011442899704,0.0,1.8031338453292847,2.1287567615509033,-0.008307100273668766,0.002585062989965081,0.29111239314079285,0.4834394156932831,0.8656527549028397,715.0,183040.0,4742.318131387932,11714560.0 +169.61,7.0,2517.0,0.008594992570579052,0.1164754256606102,0.0,1.8199061155319214,2.172313928604126,-0.010054412297904491,0.002566172508522868,0.33622387051582336,0.489094614982605,0.852085292339325,716.0,183296.0,4748.829386312049,11730944.0 +158.73,7.400000095367432,2474.0,0.009841656312346458,0.13372802734375,0.0,1.767877459526062,2.152432918548584,-0.010581374168395996,0.002560606924816966,0.26241129636764526,0.4763045310974121,0.8913051262497902,717.0,183552.0,4755.451770819025,11747328.0 +115.56,8.100000381469727,2476.0,0.009677928872406483,0.1337076872587204,0.0,1.7248612642288208,2.1222140789031982,-0.008628997020423412,0.002545918570831418,0.20966629683971405,0.46375560760498047,0.8975944966077805,718.0,183808.0,4762.067889973987,11763712.0 +184.03,7.199999809265137,2576.0,0.00911894254386425,0.1214803084731102,0.0,1.775408387184143,2.1130003929138184,-0.005966320633888245,0.0025510017294436693,0.3441474735736847,0.44074252247810364,0.8296423703432083,719.0,184064.0,4768.42850614409,11780096.0 +94.94,7.599999904632568,2617.0,0.008256549946963787,0.1007486954331398,0.0,1.8146759271621704,2.135345458984375,-0.0066982158459723,0.0025544522795826197,0.4061203896999359,0.448739618062973,0.8143332153558731,720.0,184320.0,4774.688721067971,11796480.0 +137.64,7.199999809265137,2615.0,0.008247018791735172,0.1108601912856102,0.0,1.7968236207962036,2.1657063961029053,-0.009105532430112362,0.0025645100977271795,0.32953500747680664,0.4680804908275604,0.8384827971458435,721.0,184576.0,4780.9542358960025,11812864.0 +139.19,7.900000095367432,2648.0,0.010923161171376705,0.1458333283662796,0.0,1.7946308851242065,2.171363115310669,-0.007440671324729919,0.0025547186378389597,0.35487982630729675,0.4556354582309723,0.85092993080616,722.0,184832.0,4787.141333593987,11829248.0 +118.21,7.400000095367432,2584.0,0.00811100471764803,0.1097412109375,0.0,1.7941089868545532,2.193347454071045,-0.007483395282179117,0.0025657659862190485,0.3000065088272095,0.47871971130371094,0.8759736195206642,723.0,185088.0,4793.482707093004,11845632.0 +143.84,7.400000095367432,2601.0,0.008129809983074665,0.1123046875,0.0,1.8029495477676392,2.169961929321289,-0.008155014365911484,0.0025736005045473576,0.3100769817829132,0.4792691171169281,0.8755553439259529,724.0,185344.0,4799.782455028035,11862016.0 +179.39,7.400000095367432,2635.0,0.009410620667040348,0.1303507536649704,0.0,1.862949013710022,2.179154634475708,-0.010430604219436646,0.002573986304923892,0.4441005289554596,0.47418713569641113,0.8293008655309677,725.0,185600.0,4805.999978903914,11878400.0 +126.32,8.0,2591.0,0.007860221900045872,0.1053466796875,0.0,1.7567869424819946,2.1525394916534424,-0.009356091730296612,0.002573793288320303,0.21590834856033325,0.48122379183769226,0.9141269326210022,726.0,185856.0,4812.323548755143,11894784.0 +123.87,8.199999809265137,2594.0,0.00900938268750906,0.1249796524643898,0.0,1.8013349771499634,2.1460235118865967,-0.008496862836182117,0.002597234910354018,0.27588990330696106,0.4838533103466034,0.8856427744030952,727.0,186112.0,4818.6409956391435,11911168.0 +115.18,8.800000190734863,2597.0,0.008212344720959663,0.1092936173081398,0.0,1.737130045890808,2.164539337158203,-0.010956001468002796,0.0025746833998709917,0.1846480369567871,0.4783501923084259,0.9221698045730591,728.0,186368.0,4824.949620851083,11927552.0 +123.69,8.0,2579.0,0.008763454854488373,0.1205240860581398,0.0,1.8235772848129272,2.188079595565796,-0.009924097917973995,0.002552925841882825,0.41183164715766907,0.459817498922348,0.8377102166414261,729.0,186624.0,4831.30247211596,11943936.0 +122.78,7.800000190734863,2575.0,0.007780364248901606,0.10577392578125,0.0,1.7836040258407593,2.2077457904815674,-0.00892371591180563,0.0025482147466391325,0.2987200617790222,0.47878214716911316,0.8782923892140388,730.0,186880.0,4837.664265020983,11960320.0 +182.86,7.5,2575.0,0.009789886884391308,0.1375325471162796,0.0,1.7822169065475464,2.2350502014160156,-0.009057005867362022,0.002535915467888117,0.32471534609794617,0.47021782398223877,0.8647501617670059,731.0,187136.0,4844.02733354806,11976704.0 +182.71,7.599999904632568,2609.0,0.011733059771358967,0.15216064453125,0.0,1.735848069190979,2.225998640060425,-0.009690201841294765,0.0025304658338427544,0.24275095760822296,0.46784356236457825,0.8892317339777946,732.0,187392.0,4850.306388427038,11993088.0 +89.74,7.300000190734863,2577.0,0.010116138495504856,0.1382242888212204,0.0,1.808871865272522,2.2205915451049805,-0.008313336409628391,0.002547656651586294,0.37703177332878113,0.4639352858066559,0.8360524326562881,733.0,187648.0,4856.664926381083,12009472.0 +94.86,8.600000381469727,2493.0,0.009457750245928764,0.134033203125,0.0,1.813056468963623,2.2104082107543945,-0.008856688626110554,0.002551945624873042,0.3896554708480835,0.4600165784358978,0.8255991190671921,734.0,187904.0,4863.235189048108,12025856.0 +185.76,7.099999904632568,2496.0,0.009951927699148655,0.13812255859375,0.0,1.7721937894821167,2.232628107070923,-0.009465387091040611,0.002538142027333379,0.29617980122566223,0.4739767611026764,0.8159754574298859,735.0,188160.0,4869.799208438955,12042240.0 +183.16,7.199999809265137,2437.0,0.009426998905837536,0.1298014372587204,0.0,1.7649785280227661,2.236060857772827,-0.007417686283588409,0.0025454461574554443,0.26347097754478455,0.477825790643692,0.8443405479192734,736.0,188416.0,4876.523089158116,12058624.0 +156.71,8.199999809265137,2433.0,0.009645636193454266,0.1346435546875,0.0,1.7094955444335938,2.2470192909240723,-0.00910506397485733,0.002548603108152747,0.16480545699596405,0.47166499495506287,0.9068431407213211,737.0,188672.0,4883.256452623988,12075008.0 +178.3,6.900000095367432,2500.0,0.01094913762062788,0.1503702849149704,0.0,1.8211132287979126,2.2155425548553467,-0.007616186980158091,0.002563053509220481,0.37754523754119873,0.4680652320384979,0.811716228723526,738.0,188928.0,4889.808570525143,12091392.0 +179.18,7.0,2550.0,0.009286724030971527,0.1247965469956398,0.0,1.8067736625671387,2.235517740249634,-0.009681995026767254,0.002557246247306466,0.32630184292793274,0.4852294623851776,0.8358471542596817,739.0,189184.0,4896.233433645917,12107776.0 +203.41,7.199999809265137,2661.0,0.008153697475790977,0.1109415665268898,0.0,1.7730520963668823,2.217149496078491,-0.008839632384479046,0.002580283908173442,0.27948203682899475,0.4617760181427002,0.8549692779779434,740.0,189440.0,4902.389274860034,12124160.0 +110.83,7.300000190734863,2677.0,0.011187135241925716,0.1595865935087204,0.0,1.7908726930618286,2.2367818355560303,-0.010168799199163914,0.0025758189149200916,0.3269776999950409,0.45937538146972656,0.8064250200986862,741.0,189696.0,4908.510615329025,12140544.0 +207.73,7.199999809265137,2583.0,0.00956037174910307,0.1237589493393898,0.0,1.8247684240341187,2.2445931434631348,-0.008013526909053326,0.0025696316733956337,0.35364219546318054,0.48192787170410156,0.8099357187747955,742.0,189952.0,4914.853281602962,12156928.0 +157.75,7.099999904632568,2573.0,0.009320802986621857,0.1296183317899704,0.0,1.7747479677200317,2.272855758666992,-0.01040178444236517,0.0025600541848689318,0.2965444326400757,0.46692654490470886,0.8346999436616898,743.0,190208.0,4921.220824596938,12173312.0 +144.03,7.0,2594.0,0.009166273288428783,0.1280110627412796,0.0,1.8048151731491089,2.274507522583008,-0.007525673136115074,0.002554243663325906,0.3320695757865906,0.47977402806282043,0.8415490388870239,744.0,190464.0,4927.5357567360625,12189696.0 +166.7,7.599999904632568,2662.0,0.008805911988019943,0.1184488907456398,0.0,1.7607650756835938,2.30928373336792,-0.009044541977345943,0.0025588860735297203,0.2275497168302536,0.48805972933769226,0.8878984823822975,745.0,190720.0,4933.689819762949,12206080.0 +176.46,7.300000190734863,2672.0,0.009139076806604862,0.1273600310087204,0.0,1.796975016593933,2.3137800693511963,-0.00845403503626585,0.0025723513681441545,0.30299293994903564,0.4791616201400757,0.8664198517799377,746.0,190976.0,4939.824075778015,12222464.0 +167.37,7.300000190734863,2585.0,0.010630550794303417,0.1451009064912796,0.0,1.8111553192138672,2.290601968765259,-0.01286481786519289,0.0026010291185230017,0.3034997880458832,0.4838813245296478,0.8672035038471222,747.0,191232.0,4946.16085490305,12238848.0 +163.35,7.400000095367432,2601.0,0.010572276078164577,0.13787841796875,0.0,1.7844465970993042,2.305750608444214,-0.009856033138930798,0.0025892145931720734,0.2660450339317322,0.4783797264099121,0.87932188808918,748.0,191488.0,4952.460610372014,12255232.0 +170.38,7.800000190734863,2591.0,0.008980472572147846,0.1189371719956398,0.0,1.7707923650741577,2.307056427001953,-0.008806965313851833,0.002598891966044903,0.2214997261762619,0.48152264952659607,0.8814560323953629,749.0,191744.0,4958.782671357971,12271616.0 +181.94,7.5,2582.0,0.007725249510258436,0.1030069962143898,0.0,1.8374029397964478,2.2983105182647705,-0.00856085866689682,0.0025889757089316845,0.26493629813194275,0.4865158498287201,0.8686079382896423,750.0,192000.0,4965.128176723141,12288000.0 +193.62,6.599999904632568,2658.0,0.00888268556445837,0.1225789412856102,0.0,1.8610563278198242,2.2448410987854004,-0.010378318838775158,0.002592438831925392,0.3014504015445709,0.4916345179080963,0.8434800058603287,751.0,192256.0,4971.293503449066,12304384.0 +198.03,7.400000095367432,2601.0,0.008794382214546204,0.1231282576918602,0.0,1.8328218460083008,2.200775384902954,-0.009787353686988354,0.002584384521469474,0.2888498604297638,0.47210708260536194,0.8482441306114197,752.0,192512.0,4977.592737908941,12320768.0 +141.98,7.599999904632568,2590.0,0.00901886634528637,0.1245320662856102,0.0,1.8228212594985962,2.1888234615325928,-0.010356075130403042,0.00257241353392601,0.2609967589378357,0.4825800657272339,0.8696037530899048,753.0,192768.0,4983.918994351989,12337152.0 +209.42,6.800000190734863,2596.0,0.00858383160084486,0.11358642578125,0.0,1.8208140134811401,2.1789402961730957,-0.008357915095984936,0.002549503231421113,0.3095738887786865,0.46491459012031555,0.8582375198602676,754.0,193024.0,4990.22915099212,12353536.0 +168.77,7.800000190734863,2443.0,0.00962581392377615,0.14031982421875,0.0,1.8537845611572266,2.202004909515381,-0.008521543815732002,0.0025594092439860106,0.348246306180954,0.47434940934181213,0.8500135540962219,755.0,193280.0,4996.934790993109,12369920.0 +113.81,8.300000190734863,2407.0,0.008891364559531212,0.1230265274643898,0.0,1.767633080482483,2.1747920513153076,-0.010344523936510086,0.002548639429733157,0.22877931594848633,0.4542299509048462,0.8875511437654495,756.0,193536.0,5003.739842880983,12386304.0 +112.39,8.5,2560.0,0.009405008517205715,0.1267903596162796,0.0,1.7979494333267212,2.187054395675659,-0.011234312318265438,0.002545092487707734,0.29319602251052856,0.45510134100914,0.8602389544248581,757.0,193792.0,5010.139247799059,12402688.0 +132.55,8.300000190734863,2533.0,0.009740345180034637,0.1310831755399704,0.0,1.8109883069992065,2.2514452934265137,-0.009711059741675854,0.0025608246214687824,0.2382265329360962,0.48789605498313904,0.8758683130145073,758.0,194048.0,5016.608006926021,12419072.0 +162.14,7.599999904632568,2439.0,0.007287032436579466,0.0959065780043602,0.0,1.8101496696472168,2.274482011795044,-0.007409138139337301,0.0025629629381000996,0.24181176722049713,0.4820035696029663,0.8599201589822769,759.0,194304.0,5023.325693632942,12435456.0 +175.37,7.699999809265137,2420.0,0.009420757181942463,0.1282755583524704,0.0,1.8373078107833862,2.263335943222046,-0.010267048142850399,0.0025988516863435507,0.25848838686943054,0.4861781597137451,0.8328131586313248,760.0,194560.0,5030.096810461022,12451840.0 +196.38,7.300000190734863,2384.0,0.008556962013244629,0.1082356795668602,0.0,1.940009593963623,2.217601776123047,-0.010824213735759258,0.0025994637981057167,0.46373018622398376,0.48605775833129883,0.755175992846489,761.0,194816.0,5036.969540064922,12468224.0 +117.67,8.100000381469727,2489.0,0.00772060826420784,0.09759521484375,0.0,1.8367137908935547,2.2241828441619873,-0.008932300843298435,0.002582438290119171,0.2683733105659485,0.48693594336509705,0.8492375910282135,762.0,195072.0,5043.550852213986,12484608.0 +158.34,7.800000190734863,2522.0,0.008643056266009808,0.112548828125,0.0,1.855798363685608,2.289217710494995,-0.00826894212514162,0.00260775163769722,0.2936832904815674,0.4808606207370758,0.836870476603508,763.0,195328.0,5050.04761317512,12500992.0 +120.56,7.400000095367432,2486.0,0.008665081113576889,0.1164957657456398,0.0,1.8286815881729126,2.2695815563201904,-0.007000552490353584,0.002585441805422306,0.2810882031917572,0.469159871339798,0.8750949576497078,764.0,195584.0,5056.636298856931,12517376.0 +153.79,7.599999904632568,2583.0,0.007374833803623915,0.0994466170668602,0.0,1.832337737083435,2.238936185836792,-0.007874586619436741,0.0025630288291722536,0.35010847449302673,0.4493035078048706,0.8519834280014038,765.0,195840.0,5062.977948429994,12533760.0 +193.44,7.400000095367432,2528.0,0.006717434152960777,0.0873209610581398,0.0,1.7905222177505493,2.218479871749878,-0.00991909485310316,0.0025546997785568237,0.2628496289253235,0.45721593499183655,0.8868173509836197,766.0,196096.0,5069.457976425998,12550144.0 +132.73,7.5,2474.0,0.008044867776334286,0.1064046248793602,0.0,1.7938040494918823,2.218675374984741,-0.008676237426698208,0.0025588434655219316,0.29285699129104614,0.4418485164642334,0.870774433016777,767.0,196352.0,5076.080443907063,12566528.0 +138.66,7.599999904632568,2488.0,0.0075020263902843,0.0992024764418602,0.0,1.7842979431152344,2.2148144245147705,-0.008035109378397465,0.002553072525188327,0.2787614166736603,0.44151541590690613,0.8541739583015442,768.0,196608.0,5082.666025554063,12582912.0 +190.91,7.099999904632568,2486.0,0.007978823967278004,0.1028035506606102,0.0,1.8171499967575073,2.2386457920074463,-0.007505716290324926,0.0025580478832125664,0.3314927816390991,0.44538211822509766,0.824517086148262,769.0,196864.0,5089.257045167033,12599296.0 +198.83,7.300000190734863,2503.0,0.007533444557338953,0.1035563126206398,0.0,1.7513378858566284,2.2434208393096924,-0.008730714209377766,0.0025551558937877417,0.19196516275405884,0.4521861970424652,0.8905956670641899,770.0,197120.0,5095.801720113959,12615680.0 +179.15,7.400000095367432,2501.0,0.007075212895870209,0.0894368514418602,0.0,1.8334547281265259,2.226907968521118,-0.008347734808921814,0.0025649385061115026,0.29162296652793884,0.4798487722873688,0.8514579236507416,771.0,197376.0,5102.351261772914,12632064.0 +166.57,7.599999904632568,2443.0,0.00868180301040411,0.1167195662856102,0.0,1.8281701803207397,2.255531072616577,-0.00897558405995369,0.0025747285690158606,0.2879049479961395,0.4723778963088989,0.8620091527700424,772.0,197632.0,5109.05776592507,12648448.0 +191.51,7.099999904632568,2405.0,0.007660727947950363,0.0988566055893898,0.0,1.8054161071777344,2.2360455989837646,-0.006585726980119944,0.00257531157694757,0.28257444500923157,0.4488314092159271,0.866980791091919,773.0,197888.0,5115.869661388919,12664832.0 +172.53,7.5,2536.0,0.010068784467875957,0.1388956755399704,0.0,1.7766356468200684,2.2196929454803467,-0.00869531650096178,0.0025656349025666714,0.2664426267147064,0.4344196319580078,0.873909518122673,774.0,198144.0,5122.33039514604,12681216.0 +163.26,7.699999809265137,2571.0,0.008449656888842583,0.11004638671875,0.0,1.827231764793396,2.229030132293701,-0.008534534834325314,0.0025373706594109535,0.29958203434944153,0.48338189721107483,0.8580989241600037,775.0,198400.0,5128.703716302058,12697600.0 +168.67,7.300000190734863,2593.0,0.008933791890740395,0.1175130233168602,0.0,1.8508285284042358,2.1761162281036377,-0.007590597029775381,0.002545426832512021,0.37166476249694824,0.46507927775382996,0.838708907365799,776.0,198656.0,5135.0230490269605,12713984.0 +154.78,7.699999809265137,2683.0,0.008361919783055782,0.110107421875,0.0,1.8255491256713867,2.2236130237579346,-0.007056327071040869,0.0025358654092997313,0.3087688684463501,0.476125568151474,0.8647316098213196,777.0,198912.0,5141.1299518500455,12730368.0 +159.31,7.300000190734863,2640.0,0.010997622273862362,0.15570068359375,0.0,1.8557772636413574,2.204550266265869,-0.00860341265797615,0.0025452470872551203,0.3551940619945526,0.4800214469432831,0.855149582028389,778.0,199168.0,5147.335031264927,12746752.0 +172.8,6.800000190734863,2605.0,0.009698992595076561,0.1371053010225296,0.0,1.7948044538497925,2.2019824981689453,-0.00897658709436655,0.0025538699701428413,0.2189120203256607,0.48341846466064453,0.9059615805745125,779.0,199424.0,5153.625173839042,12763136.0 +121.39,7.400000095367432,2601.0,0.008332530967891216,0.1075032576918602,0.0,1.8622695207595825,2.1816461086273193,-0.008127323351800442,0.002560204127803445,0.3993290662765503,0.45584526658058167,0.8145185708999634,780.0,199680.0,5159.923432867043,12779520.0 +165.6,8.0,2596.0,0.009613818489015102,0.13018798828125,0.0,1.7979592084884644,2.2302169799804688,-0.008585273288190365,0.0025726391468197107,0.24512167274951935,0.463716983795166,0.8614181876182556,781.0,199936.0,5166.233617620077,12795904.0 +146.83,8.399999618530273,2619.0,0.008469144813716412,0.1102498397231102,0.0,1.7802060842514038,2.2446038722991943,-0.0076955086551606655,0.0025455516297370195,0.2408597469329834,0.46047306060791016,0.8630578219890594,782.0,200192.0,5172.490216978127,12812288.0 +158.98,7.199999809265137,2619.0,0.008458896540105343,0.1148478165268898,0.0,1.7787132263183594,2.2273828983306885,-0.009796821512281895,0.0025379240978509188,0.26982375979423523,0.44988107681274414,0.8559308350086212,783.0,200448.0,5178.746241844958,12828672.0 +115.5,7.599999904632568,2562.0,0.009216530248522758,0.1221720352768898,0.0,1.826366901397705,2.19785737991333,-0.009821957908570766,0.002539837034419179,0.4069971740245819,0.4271778166294098,0.7938952296972275,784.0,200704.0,5185.140872667078,12845056.0 +114.45,7.699999809265137,2692.0,0.007523003965616226,0.09814453125,0.0,1.8319956064224243,2.2016148567199707,-0.009870188310742378,0.0025390752125531435,0.39793822169303894,0.43806537985801697,0.7906614989042282,785.0,200960.0,5191.22593755112,12861440.0 +126.39,7.300000190734863,2669.0,0.008633161894977093,0.1104329451918602,0.0,1.8121742010116577,2.226672649383545,-0.008488010615110397,0.0025353706441819668,0.3488689661026001,0.44359102845191956,0.8156324774026871,786.0,201216.0,5197.365522656124,12877824.0 +132.06,8.0,2604.0,0.007080207113176584,0.0926513671875,0.0,1.7433539628982544,2.2833333015441895,-0.008330321870744228,0.002537179971113801,0.1923263669013977,0.4527994394302368,0.9014381319284439,787.0,201472.0,5203.656200736994,12894208.0 +173.86,7.699999809265137,2579.0,0.009025896899402142,0.12060546875,0.0,1.8080486059188843,2.255629777908325,-0.009060550481081009,0.00254791765473783,0.27245017886161804,0.4731590747833252,0.8727056533098221,788.0,201728.0,5210.009966267971,12910592.0 +157.47,7.400000095367432,2561.0,0.00950904656201601,0.1225992813706398,0.0,1.8650341033935547,2.2553532123565674,-0.00602872297167778,0.002545588184148073,0.3926069438457489,0.46803998947143555,0.8344759047031403,789.0,201984.0,5216.4087433440145,12926976.0 +143.36,8.100000381469727,2536.0,0.00953191053122282,0.1284383088350296,0.0,1.8506132364273071,2.2649829387664795,-0.008311134763062,0.002552988473325968,0.3625056743621826,0.4674253463745117,0.8339037150144577,790.0,202240.0,5222.867806819966,12943360.0 +104.59,7.800000190734863,2476.0,0.00987520907074213,0.1319987028837204,0.0,1.8086456060409546,2.2869176864624023,-0.009076886810362339,0.002556739840656519,0.2879088222980499,0.4617707431316376,0.8636323660612106,791.0,202496.0,5229.484027707949,12959744.0 +151.76,7.199999809265137,2449.0,0.009004893712699413,0.1232503280043602,0.0,1.840973973274231,2.3013148307800293,-0.007271412760019302,0.0025631114840507507,0.3288467824459076,0.46904420852661133,0.8274728953838348,792.0,202752.0,5236.172750574071,12976128.0 +162.9,7.0,2449.0,0.008026203140616417,0.1045125350356102,0.0,1.8293050527572632,2.2815051078796387,-0.009094838984310627,0.0025672607589513063,0.29998618364334106,0.47146889567375183,0.8427730947732925,793.0,203008.0,5242.863689037971,12992512.0 +145.06,7.400000095367432,2466.0,0.008074973709881306,0.1070963516831398,0.0,1.8732233047485352,2.2739884853363037,-0.009221886284649372,0.002553849248215556,0.43180644512176514,0.45567217469215393,0.7897909879684448,794.0,203264.0,5249.507720688125,13008896.0 +139.7,7.699999809265137,2489.0,0.008966906927525997,0.12091064453125,0.0,1.8281716108322144,2.226607084274292,-0.009282932616770267,0.0025478682946413755,0.32793357968330383,0.4653007984161377,0.8532602190971375,795.0,203520.0,5256.089479564922,13025280.0 +154.43,8.300000190734863,2532.0,0.00969962403178215,0.1357014924287796,0.0,1.7536755800247192,2.2342889308929443,-0.010453600436449051,0.002543460112065077,0.20476363599300385,0.4555424153804779,0.8938275054097176,796.0,203776.0,5262.561038539046,13041664.0 +138.02,7.5,2598.0,0.010366611182689667,0.14874267578125,0.0,1.8255175352096558,2.197577714920044,-0.009542680345475674,0.002539615146815777,0.3201296627521515,0.4706754684448242,0.8485671281814575,797.0,204032.0,5268.866448204964,13058048.0 +132.43,7.599999904632568,2613.0,0.009674091823399067,0.1372273713350296,0.0,1.7579253911972046,2.223792552947998,-0.011090985499322414,0.0025363692548125982,0.21721000969409943,0.4576091766357422,0.9020861983299255,798.0,204288.0,5275.138278830098,13074432.0 +190.5,6.699999809265137,2602.0,0.008981146849691868,0.1221720352768898,0.0,1.8196725845336914,2.223237991333008,-0.008859611116349697,0.002535063773393631,0.34040403366088867,0.4561222791671753,0.8515729606151581,799.0,204544.0,5281.43424081197,13090816.0 +159.84,7.400000095367432,2473.0,0.007861793041229248,0.1069742813706398,0.0,1.5074361562728882,2.20139479637146,-0.009896904230117798,0.0025410151574760675,0.20059633255004883,0.4477594196796417,0.8914660289883614,800.0,204800.0,5288.059426527936,13107200.0 +199.4,6.599999904632568,2487.0,0.0071842786855995655,0.09246826171875,0.0,1.5975700616836548,2.227363348007202,-0.009981733746826649,0.0025372745003551245,0.3407842814922333,0.4739696979522705,0.8162052631378174,801.0,205056.0,5294.6460921941325,13123584.0 +143.18,7.800000190734863,2494.0,0.00797222089022398,0.1038818359375,0.0,1.5661133527755737,2.23053240776062,-0.009779439307749271,0.0025452508125454187,0.24395130574703217,0.49002835154533386,0.8758731931447983,802.0,205312.0,5301.2149823370855,13139968.0 +210.52,6.900000095367432,2528.0,0.009387733414769173,0.1292521208524704,0.0,1.6022266149520874,2.2336771488189697,-0.00756272254511714,0.002546073868870735,0.3205602765083313,0.48439088463783264,0.8688123226165771,803.0,205568.0,5307.695044045104,13156352.0 +107.85,8.100000381469727,2579.0,0.010477571748197079,0.1396484375,0.0,1.5893750190734863,2.1895816326141357,-0.01161226537078619,0.002549658762291074,0.31216001510620117,0.4765773117542267,0.8721174448728561,804.0,205824.0,5314.047086171107,13172736.0 +113.06,7.0,2552.0,0.009501121006906033,0.1336466521024704,0.0,1.5627228021621704,2.2309396266937256,-0.010014350526034832,0.0025580571964383125,0.2772117555141449,0.4600048363208771,0.8865607157349586,805.0,206080.0,5320.467878047144,13189120.0 +149.77,7.900000095367432,2592.0,0.010652493685483932,0.1477254182100296,0.0,1.6060504913330078,2.20076584815979,-0.009696065448224545,0.0025633235927671194,0.3259725868701935,0.4792550802230835,0.874521866440773,806.0,206336.0,5326.789571478032,13205504.0 +144.8,7.699999809265137,2591.0,0.008557457476854324,0.1131388321518898,0.0,1.5653129816055298,2.2018449306488037,-0.01080917939543724,0.0025606995914131403,0.27752724289894104,0.4621899425983429,0.8860882222652435,807.0,206592.0,5333.1132531031035,13221888.0 +142.78,7.900000095367432,2543.0,0.008558048866689205,0.1184285506606102,0.0,1.5191336870193481,2.2334864139556885,-0.011165986768901348,0.0025545756798237562,0.17395560443401337,0.4727502167224884,0.9315430968999863,808.0,206848.0,5339.556005788967,13238272.0 +155.22,7.300000190734863,2400.0,0.009261173196136951,0.1289469450712204,0.0,1.5548982620239258,2.228317975997925,-0.008940325118601322,0.002567844232544303,0.2155887335538864,0.48124492168426514,0.9119067564606667,809.0,207104.0,5346.3826135620475,13254656.0 +182.78,7.900000095367432,2467.0,0.006965861190110445,0.0871988907456398,0.0,1.575020670890808,2.2046029567718506,-0.007993104867637157,0.0025419434532523155,0.283572256565094,0.47622060775756836,0.8791818171739578,810.0,207360.0,5353.023029288044,13271040.0 +147.87,7.400000095367432,2363.0,0.008004710078239441,0.1037801131606102,0.0,1.5812263488769531,2.1517574787139893,-0.009639912284910679,0.0025221952237188816,0.3739560842514038,0.44087955355644226,0.83266182243824,811.0,207616.0,5359.955948563991,13287424.0 +126.78,8.5,2535.0,0.008662065491080284,0.11224365234375,0.0,1.513472080230713,2.113736152648926,-0.009457570500671864,0.002525289310142398,0.23800651729106903,0.4389244019985199,0.8784767836332321,812.0,207872.0,5366.419434227049,13303808.0 +134.41,8.199999809265137,2398.0,0.009222046472132206,0.12347412109375,0.0,1.5681657791137695,2.1382691860198975,-0.009513534605503082,0.0025292641948908567,0.3406964838504791,0.44129478931427,0.8251314163208008,813.0,208128.0,5373.252497438109,13320192.0 +126.44,7.0,2438.0,0.007654839660972357,0.102294921875,0.0,1.6135722398757935,2.1698391437530518,-0.008481062017381191,0.0025387953501194715,0.429644376039505,0.43678686022758484,0.8069787472486496,814.0,208384.0,5379.973660144024,13336576.0 +131.72,8.199999809265137,2432.0,0.009239369072020054,0.12506103515625,0.0,1.6070619821548462,2.1765549182891846,-0.00857443455606699,0.002553056925535202,0.3374752700328827,0.47710075974464417,0.8456038683652878,815.0,208640.0,5386.7111669240985,13352960.0 +104.58,7.699999809265137,2466.0,0.008125795051455498,0.11138916015625,0.0,1.5804442167282104,2.192247152328491,-0.009723666124045849,0.0025570241268724203,0.295579195022583,0.4699067771434784,0.8506288081407547,816.0,208896.0,5393.355649501085,13369344.0 +182.45,7.400000095367432,2573.0,0.007531091570854187,0.0987141951918602,0.0,1.604386806488037,2.2416393756866455,-0.008680143393576145,0.002564910100772977,0.32274770736694336,0.4776759147644043,0.8415991067886353,817.0,209152.0,5399.722976048943,13385728.0 +156.18,7.900000095367432,2449.0,0.008666991256177425,0.119140625,0.0,1.5335712432861328,2.219651460647583,-0.010267953388392925,0.0025558555498719215,0.20194870233535767,0.47139933705329895,0.912314847111702,818.0,209408.0,5406.41336285905,13402112.0 +153.33,7.900000095367432,2635.0,0.00884291809052229,0.1186319962143898,0.0,1.564077377319336,2.2366936206817627,-0.009046303108334541,0.002547056879848242,0.24301405251026154,0.4864520728588104,0.8903276473283768,819.0,209664.0,5412.631439533085,13418496.0 +194.54,7.400000095367432,2625.0,0.008294111117720604,0.1077473983168602,0.0,1.5745929479599,2.2236576080322266,-0.009881039150059223,0.0025275619700551033,0.29080554842948914,0.48106417059898376,0.8887722194194794,820.0,209920.0,5418.872090802062,13434880.0 +184.3,7.800000190734863,2587.0,0.008996506221592426,0.1255696564912796,0.0,1.5361984968185425,2.2348766326904297,-0.008516677655279636,0.0025367073249071836,0.232549250125885,0.4639322757720947,0.9139190316200256,821.0,210176.0,5425.204328943975,13451264.0 +174.38,7.300000190734863,2579.0,0.00776304304599762,0.1002197265625,0.0,1.5698895454406738,2.2210171222686768,-0.008747708983719349,0.002534708706662059,0.2940789759159088,0.4685354232788086,0.8939759731292725,822.0,210432.0,5431.555763977114,13467648.0 +165.14,7.0,2539.0,0.00805951189249754,0.10980224609375,0.0,1.5813030004501343,2.2425012588500977,-0.009090486913919449,0.002549403579905629,0.3374491035938263,0.44958940148353577,0.8807526305317879,823.0,210688.0,5438.007938402938,13484032.0 +136.21,7.800000190734863,2573.0,0.009009421803057194,0.1245524063706398,0.0,1.5487613677978516,2.242586374282837,-0.009423806332051754,0.0025534392334520817,0.24189065396785736,0.4661649763584137,0.9046141877770424,824.0,210944.0,5444.374395299004,13500416.0 +170.55,7.599999904632568,2605.0,0.008721902035176754,0.1189168319106102,0.0,1.5920921564102173,2.213083028793335,-0.009189716540277004,0.0025448109954595566,0.35191550850868225,0.45589926838874817,0.8634861558675766,825.0,211200.0,5450.665105639957,13516800.0 +126.46,8.100000381469727,2544.0,0.00730360159650445,0.0919596329331398,0.0,1.5589208602905273,2.232614755630493,-0.009181681089103222,0.0025540704373270273,0.2530129551887512,0.47093138098716736,0.8931234106421471,826.0,211456.0,5457.105886620935,13533184.0 +114.89,7.199999809265137,2575.0,0.009005595929920673,0.123291015625,0.0,1.6045184135437012,2.2458555698394775,-0.01055274996906519,0.0025495945010334253,0.339966744184494,0.47749730944633484,0.8677247911691666,827.0,211712.0,5463.468460415024,13549568.0 +152.54,7.699999809265137,2593.0,0.00814802385866642,0.1043904647231102,0.0,1.5357732772827148,2.3107516765594482,-0.00993681512773037,0.002558575477451086,0.22259466350078583,0.46103501319885254,0.8953560963273048,828.0,211968.0,5469.786111959955,13565952.0 +168.98,6.900000095367432,2612.0,0.009181356057524681,0.1310628205537796,0.0,1.5945887565612793,2.2662341594696045,-0.008987772278487682,0.0025443651247769594,0.3202320635318756,0.47841212153434753,0.8722941428422928,829.0,212224.0,5476.05913983495,13582336.0 +165.88,6.900000095367432,2643.0,0.008192396722733974,0.1098225936293602,0.0,1.555174469947815,2.2919914722442627,-0.008926121518015862,0.002559965243563056,0.27278605103492737,0.45211008191108704,0.8652672320604324,830.0,212480.0,5482.261294947937,13598720.0 +155.83,7.300000190734863,2620.0,0.008612622506916523,0.1136881485581398,0.0,1.607300877571106,2.2333920001983643,-0.009424085728824139,0.002559581073001027,0.39498040080070496,0.4414854943752289,0.8261606097221375,831.0,212736.0,5488.514362994116,13615104.0 +103.65,7.900000095367432,2613.0,0.009513381868600845,0.130859375,0.0,1.6024318933486938,2.2197282314300537,-0.009387887082993984,0.002547145588323474,0.3670896291732788,0.4583345353603363,0.8449328988790512,832.0,212992.0,5494.783272559056,13631488.0 +178.67,7.300000190734863,2622.0,0.008433193899691105,0.1156005859375,0.0,1.573925495147705,2.2663214206695557,-0.010528653860092163,0.002577663166448474,0.2638738751411438,0.47257789969444275,0.8913116753101349,833.0,213248.0,5501.032358423108,13647872.0 +115.94,8.0,2603.0,0.007586912717670202,0.1000162735581398,0.0,1.6094074249267578,2.205463409423828,-0.009903174825012684,0.002558083739131689,0.34607553482055664,0.4741849899291992,0.8773091211915016,834.0,213504.0,5507.3266829359345,13664256.0 +116.87,7.900000095367432,2536.0,0.008626250550150871,0.1205240860581398,0.0,1.587151050567627,2.2399773597717285,-0.007996528409421444,0.0025398321449756622,0.3074604570865631,0.4779253304004669,0.880784310400486,835.0,213760.0,5513.786693580914,13680640.0 +156.31,7.199999809265137,2588.0,0.009162266738712788,0.1235555037856102,0.0,1.5417529344558716,2.2439112663269043,-0.010471311397850513,0.002546018222346902,0.23233000934123993,0.46848154067993164,0.9082911089062691,836.0,214016.0,5520.116454078117,13697024.0 +131.91,8.0,2559.0,0.010503966361284256,0.1460978239774704,0.0,1.5334197282791138,2.2377548217773438,-0.008655677549540997,0.002543804468587041,0.23124617338180542,0.4580437242984772,0.8941700309514999,837.0,214272.0,5526.519602183951,13713408.0 +147.06,7.699999809265137,2591.0,0.0088434973731637,0.1243896484375,0.0,1.5224710702896118,2.188117742538452,-0.008957617916166782,0.0025269335601478815,0.2411678582429886,0.44725072383880615,0.8812233731150627,838.0,214528.0,5532.84380554012,13729792.0 +105.48,8.399999618530273,2607.0,0.007848967798054218,0.1050211563706398,0.0,1.5476207733154297,2.1636500358581543,-0.008765961974859238,0.0025255156215280294,0.2673013508319855,0.4618665874004364,0.8838367164134979,839.0,214784.0,5539.129821155919,13746176.0 +205.81,6.699999809265137,2625.0,0.008572335354983807,0.1219075545668602,0.0,1.5588269233703613,2.166576623916626,-0.008612017147243023,0.0025346828624606133,0.29617783427238464,0.4532741606235504,0.8664038330316544,840.0,215040.0,5545.3725190910045,13762560.0 +144.68,8.399999618530273,2612.0,0.009026939049363136,0.1219482421875,0.0,1.576682209968567,2.1667611598968506,-0.009936241433024406,0.0025540769565850496,0.29284384846687317,0.4684711992740631,0.8935510516166687,841.0,215296.0,5551.645587553037,13778944.0 +104.73,7.400000095367432,2597.0,0.009570478461682796,0.13360595703125,0.0,1.5875824689865112,2.2059972286224365,-0.008592406287789345,0.0025762359146028757,0.2807742953300476,0.47647643089294434,0.9042709618806839,842.0,215552.0,5557.95358454599,13795328.0 +165.64,7.099999904632568,2537.0,0.00839104875922203,0.11260986328125,0.0,1.570968508720398,2.2066495418548584,-0.008967889472842216,0.0025804489850997925,0.25470489263534546,0.4705524742603302,0.9021863639354706,843.0,215808.0,5564.411172351101,13811712.0 +124.76,7.900000095367432,2592.0,0.008128289133310318,0.10272216796875,0.0,1.6259361505508423,2.193901300430298,-0.009021750651299953,0.002587031340226531,0.3225645124912262,0.49229320883750916,0.8936474844813347,844.0,216064.0,5570.73222861113,13828096.0 +199.86,7.099999904632568,2642.0,0.007309769745916128,0.0904947891831398,0.0,1.669175624847412,2.201078414916992,-0.006986834574490786,0.0025740463752299547,0.4096323251724243,0.496089905500412,0.8280281722545624,845.0,216320.0,5576.933702440001,13844480.0 +139.02,7.400000095367432,2563.0,0.006926501635462046,0.0905965194106102,0.0,1.617678165435791,2.224426031112671,-0.01086634024977684,0.002577474107965827,0.31706559658050537,0.49306073784828186,0.8681565821170807,846.0,216576.0,5583.324725101935,13860864.0 +105.06,8.100000381469727,2555.0,0.0085925767198205,0.1212158203125,0.0,1.556125521659851,2.1940231323242188,-0.010451234877109528,0.00253551104106009,0.2932055592536926,0.45393311977386475,0.8851885423064232,847.0,216832.0,5589.738611846929,13877248.0 +138.02,8.199999809265137,2598.0,0.008281533606350422,0.11419677734375,0.0,1.5036826133728027,2.2324209213256836,-0.009050129912793636,0.002534393919631839,0.19488917291164398,0.44935521483421326,0.9180188626050949,848.0,217088.0,5596.045056883944,13893632.0 +132.86,7.699999809265137,2575.0,0.011250047944486141,0.1607666015625,0.0,1.5394757986068726,2.2312519550323486,-0.011966892518103123,0.00253132707439363,0.2601364552974701,0.4581416845321655,0.9005468115210533,849.0,217344.0,5602.408335175132,13910016.0 +126.63,7.900000095367432,2571.0,0.00945986807346344,0.1284993439912796,0.0,1.7837705612182617,2.2258048057556152,-0.010002358816564083,0.0025368935894221067,0.2860722839832306,0.46972987055778503,0.8795110061764717,850.0,217600.0,5608.783382734051,13926400.0 +180.76,7.900000095367432,2569.0,0.008497709408402443,0.11865234375,0.0,1.778826355934143,2.23667311668396,-0.010132241994142532,0.002530464204028249,0.32062599062919617,0.4501054584980011,0.8647599220275879,851.0,217856.0,5615.159974704031,13942784.0 +106.52,8.100000381469727,2510.0,0.00872010737657547,0.1163330078125,0.0,1.729836106300354,2.2077605724334717,-0.01082346960902214,0.0025507116224616766,0.2159872055053711,0.4438585340976715,0.9062231406569481,852.0,218112.0,5621.687942144927,13959168.0 +173.03,7.599999904632568,2462.0,0.009981070645153522,0.1382039338350296,0.0,1.7584805488586426,2.231785535812378,-0.011283968575298786,0.0025326404720544815,0.2640317380428314,0.45842400193214417,0.8917816206812859,853.0,218368.0,5628.341721995035,13975552.0 +130.65,7.300000190734863,2589.0,0.008997824974358082,0.1185506209731102,0.0,1.8103917837142944,2.2168922424316406,-0.00900083314627409,0.0025543158408254385,0.36784031987190247,0.4450668394565582,0.8625883311033249,854.0,218624.0,5634.670818862971,13991936.0 +155.77,7.199999809265137,2601.0,0.008888986892998219,0.1214396134018898,0.0,1.8046618700027466,2.2460837364196777,-0.011024619452655315,0.0025556639302521944,0.3212530314922333,0.46504664421081543,0.8759874776005745,855.0,218880.0,5640.968999708071,14008320.0 +147.24,8.100000381469727,2519.0,0.00966769177466631,0.1383260041475296,0.0,1.745976448059082,2.241016149520874,-0.008892527781426907,0.0025546925608068705,0.22057735919952393,0.4545917510986328,0.9169365465641022,856.0,219136.0,5647.473632510984,14024704.0 +179.15,7.599999904632568,2510.0,0.009296033531427383,0.1222737655043602,0.0,1.7680965662002563,2.2004435062408447,-0.009600231423974037,0.0025389932561665773,0.2679818570613861,0.46111151576042175,0.9022966623306274,857.0,219392.0,5653.999450579984,14041088.0 +138.19,7.900000095367432,2547.0,0.00822989922016859,0.1046346053481102,0.0,1.817610740661621,2.153186082839966,-0.009386747144162655,0.0025190950836986303,0.37903347611427307,0.4641018211841583,0.8464349061250687,858.0,219648.0,5660.432018106105,14057472.0 +147.13,7.699999809265137,2500.0,0.007325399667024612,0.0926513671875,0.0,1.8276869058609009,2.187793493270874,-0.00928448885679245,0.00253167562186718,0.3654577434062958,0.4755861759185791,0.8432969599962234,859.0,219904.0,5666.986780784093,14073856.0 +87.8,8.5,2519.0,0.008943873457610607,0.1202189102768898,0.0,1.7433570623397827,2.165403127670288,-0.011810418218374252,0.0025361119769513607,0.19212861359119415,0.4781855046749115,0.9172294661402702,860.0,220160.0,5673.490332613932,14090240.0 +125.27,7.199999809265137,2451.0,0.009114944376051426,0.12652587890625,0.0,1.8126908540725708,2.1871769428253174,-0.007969302125275135,0.0025427506770938635,0.30181530117988586,0.48615649342536926,0.8771500065922737,861.0,220416.0,5680.17504850612,14106624.0 +143.4,7.400000095367432,2410.0,0.00823239330202341,0.11322021484375,0.0,1.7831498384475708,2.2118611335754395,-0.00956451054662466,0.002548410790041089,0.27497613430023193,0.4684908092021942,0.8804757595062256,862.0,220672.0,5686.972809735918,14123008.0 +148.45,7.099999904632568,2459.0,0.007711541373282671,0.0998128280043602,0.0,1.8518372774124146,2.1966712474823,-0.00947993341833353,0.002545733703300357,0.3655643165111542,0.49388834834098816,0.8550058901309967,863.0,220928.0,5693.634801358916,14139392.0 +151.69,7.599999904632568,2390.0,0.009515942074358463,0.1294759064912796,0.0,1.772365927696228,2.2329156398773193,-0.011173859238624573,0.0025450773537158966,0.23048798739910126,0.4839548170566559,0.892839640378952,864.0,221184.0,5700.489516091999,14155776.0 +174.98,7.599999904632568,2429.0,0.00978750828653574,0.1360066682100296,0.0,1.7635551691055298,2.23457407951355,-0.009555098600685596,0.002531711244955659,0.28631213307380676,0.4508199691772461,0.8764208555221558,865.0,221440.0,5707.234615569003,14172160.0 +138.05,8.100000381469727,2542.0,0.009957164525985718,0.1336466521024704,0.0,1.745729923248291,2.2068567276000977,-0.010408173315227032,0.0025224529672414064,0.26671937108039856,0.44770553708076477,0.8818081766366959,866.0,221696.0,5713.678832975915,14188544.0 +166.13,7.699999809265137,2552.0,0.008907335810363293,0.1202392578125,0.0,1.7995802164077759,2.1585757732391357,-0.009486877359449863,0.0025151490699499846,0.3272530138492584,0.4744008779525757,0.8635831773281097,867.0,221952.0,5720.1000095929485,14204928.0 +114.31,8.100000381469727,2504.0,0.009123413823544979,0.1213175430893898,0.0,1.7533613443374634,2.153430461883545,-0.011153564788401127,0.0025244217831641436,0.2739262580871582,0.45112505555152893,0.8649129569530487,868.0,222208.0,5726.642406762112,14221312.0 +142.03,7.5,2473.0,0.00835490319877863,0.1129964217543602,0.0,1.8272110223770142,2.1960833072662354,-0.00862838700413704,0.0025271472986787558,0.3636114299297333,0.47771933674812317,0.8063105493783951,869.0,222464.0,5733.267179344082,14237696.0 +127.11,8.399999618530273,2506.0,0.008430755697190762,0.10595703125,0.0,1.7088996171951294,2.1957244873046875,-0.008571953512728214,0.0025157120544463396,0.18487434089183807,0.4533044397830963,0.8889633491635323,870.0,222720.0,5739.806727464078,14254080.0 +169.52,7.0,2559.0,0.008542603813111782,0.1124267578125,0.0,1.8323979377746582,2.192288637161255,-0.006711825728416443,0.002515294821932912,0.4030204117298126,0.46653175354003906,0.8087056428194046,871.0,222976.0,5746.208269409137,14270464.0 +166.11,7.699999809265137,2494.0,0.008054823614656925,0.1044514998793602,0.0,1.7775212526321411,2.1942970752716064,-0.009065201506018639,0.0025316020473837852,0.3026845157146454,0.4559519588947296,0.8597162961959839,872.0,223232.0,5752.778624264058,14286848.0 +158.07,7.800000190734863,2564.0,0.009969543665647507,0.1328125,0.0,1.8338979482650757,2.1600215435028076,-0.009205286391079426,0.0025499374605715275,0.3895854949951172,0.460003137588501,0.8426002711057663,873.0,223488.0,5759.168415176915,14303232.0 +74.18,8.5,2504.0,0.010658420622348785,0.1404622346162796,0.0,1.7233258485794067,2.1897897720336914,-0.012385450303554535,0.0025514790322631598,0.16600127518177032,0.46411335468292236,0.9266344681382179,874.0,223744.0,5765.711336720968,14319616.0 +159.87,7.800000190734863,2484.0,0.009856410324573517,0.12689208984375,0.0,1.7644349336624146,2.2514541149139404,-0.008754567243158817,0.0025404714979231358,0.21653692424297333,0.4829443693161011,0.9056385010480881,875.0,224000.0,5772.308286082931,14336000.0 +231.18,7.0,2585.0,0.00907865446060896,0.1178995743393898,0.0,1.798507571220398,2.234044313430786,-0.010046858340501785,0.0025500403717160225,0.2923089861869812,0.4753595292568207,0.8666536509990692,876.0,224256.0,5778.646177700022,14352384.0 +166.43,7.699999809265137,2555.0,0.009401488117873669,0.12664794921875,0.0,1.7482973337173462,2.22776460647583,-0.009986176155507565,0.002529531018808484,0.23649029433727264,0.4623158872127533,0.8968125358223915,877.0,224512.0,5785.0580157761,14368768.0 +185.54,6.599999904632568,2488.0,0.0077604749239981174,0.1042073592543602,0.0,1.8436449766159058,2.233844518661499,-0.010406340472400188,0.0025581473018974066,0.3457891047000885,0.49079152941703796,0.8578143566846848,878.0,224768.0,5791.641867456026,14385152.0 +133.29,7.900000095367432,2570.0,0.010152195580303669,0.1366780549287796,0.0,1.8386613130569458,2.207202196121216,-0.010197176598012447,0.0025634467601776123,0.3177780508995056,0.4970211684703827,0.8526341319084167,879.0,225024.0,5798.016283929115,14401536.0 +134.59,7.800000190734863,2581.0,0.010174059309065342,0.1435343474149704,0.0,1.7455495595932007,2.2257909774780273,-0.01134286168962717,0.0025384053587913513,0.23578427731990814,0.4567800760269165,0.8748776465654373,880.0,225280.0,5804.362885534996,14417920.0 +163.15,7.300000190734863,2603.0,0.010179207660257816,0.1454671174287796,0.0,1.7616314888000488,2.2241714000701904,-0.01085713878273964,0.0025389750953763723,0.24187451601028442,0.4695183336734772,0.8819260075688362,881.0,225536.0,5810.657662702026,14434304.0 +123.7,7.599999904632568,2521.0,0.009018217213451862,0.1217041015625,0.0,1.7348532676696777,2.197014331817627,-0.010200140066444874,0.002531614387407899,0.24463088810443878,0.4429806172847748,0.8823736384510994,882.0,225792.0,5817.15669443598,14450688.0 +162.16,6.900000095367432,2462.0,0.008357794024050236,0.1056722030043602,0.0,1.8023204803466797,2.2217860221862793,-0.009351804852485657,0.002524850657209754,0.3474363386631012,0.4624286890029907,0.8751016855239868,883.0,226048.0,5823.810350297019,14467072.0 +175.77,7.400000095367432,2596.0,0.009268308989703655,0.1177164688706398,0.0,1.760624885559082,2.2470805644989014,-0.010035169310867786,0.002522073918953538,0.23177284002304077,0.4815547466278076,0.9168591201305389,884.0,226304.0,5830.121639217017,14483456.0 +121.84,8.0,2549.0,0.010690285824239254,0.1548258513212204,0.0,1.7846981287002563,2.245579957962036,-0.007284138351678848,0.002538746688514948,0.2604990601539612,0.4804328680038452,0.9114405959844589,885.0,226560.0,5836.547540355008,14499840.0 +141.02,7.5,2475.0,0.009152146987617016,0.1254475861787796,0.0,1.8084620237350464,2.216092348098755,-0.00969789084047079,0.002535346895456314,0.3254881203174591,0.4752632677555084,0.8919103220105171,886.0,226816.0,5843.166107394965,14516224.0 +188.78,7.0,2526.0,0.009005581960082054,0.11859130859375,0.0,1.8028125762939453,2.2077372074127197,-0.009909792803227901,0.0025463090278208256,0.3519647419452667,0.45029208064079285,0.8507509380578995,887.0,227072.0,5849.651086535072,14532608.0 +132.31,7.599999904632568,2485.0,0.008229861967265606,0.10931396484375,0.0,1.7474913597106934,2.2067010402679443,-0.009359137155115604,0.0025375133845955133,0.2523092031478882,0.44839945435523987,0.8871902152895927,888.0,227328.0,5856.2447854839265,14548992.0 +111.23,7.699999809265137,2409.0,0.00838655885308981,0.11138916015625,0.0,1.7548623085021973,2.246825933456421,-0.00892613548785448,0.0025394007097929716,0.24150313436985016,0.4606945216655731,0.8810988068580627,889.0,227584.0,5863.047353693051,14565376.0 +200.57,6.599999904632568,2434.0,0.007878806442022324,0.1055908203125,0.0,1.831037163734436,2.2210655212402344,-0.008460098877549171,0.0025241177063435316,0.38229861855506897,0.47358641028404236,0.8355343639850616,890.0,227840.0,5869.777849023929,14581760.0 +190.83,7.099999904632568,2522.0,0.00897662341594696,0.12237548828125,0.0,1.7918429374694824,2.242220401763916,-0.008609474636614323,0.0025387846399098635,0.2853492200374603,0.4762703478336334,0.8634508848190308,891.0,228096.0,5876.272882346064,14598144.0 +178.43,6.800000190734863,2462.0,0.00962689146399498,0.1291300505399704,0.0,1.7876313924789429,2.241772413253784,-0.008269352838397026,0.002546778181567788,0.25011828541755676,0.48584139347076416,0.8829912468791008,892.0,228352.0,5882.926729338942,14614528.0 +179.32,7.099999904632568,2430.0,0.010442431084811687,0.1389567106962204,0.0,1.762992262840271,2.2599713802337646,-0.010373671539127827,0.002551822690293193,0.18115468323230743,0.4959207773208618,0.9022181034088135,893.0,228608.0,5889.667536841938,14630912.0 +204.32,7.599999904632568,2406.0,0.008949111215770245,0.1206461563706398,0.0,1.748635172843933,2.275252342224121,-0.008263864554464817,0.0025525034870952368,0.18123859167099,0.4785865843296051,0.9013509228825569,894.0,228864.0,5896.478068853961,14647296.0 +207.23,7.400000095367432,2534.0,0.008358600549399853,0.1142985001206398,0.0,1.8023563623428345,2.2430481910705566,-0.009463838301599026,0.0025630511809140444,0.2480086237192154,0.49535366892814636,0.8855746984481812,895.0,229120.0,5902.942890085978,14663680.0 +230.94,7.300000190734863,2597.0,0.011017735116183758,0.1577351838350296,0.0,1.8142372369766235,2.2203171253204346,-0.009472315199673176,0.0025393404066562653,0.3212571442127228,0.48127448558807373,0.8758458271622658,896.0,229376.0,5909.2507999099325,14680064.0 +141.98,7.300000190734863,2589.0,0.011398370377719402,0.1561686247587204,0.0,1.8115029335021973,2.2216503620147705,-0.00965525209903717,0.002537633292376995,0.33258071541786194,0.47360849380493164,0.884866438806057,897.0,229632.0,5915.579641280929,14696448.0 +115.75,7.599999904632568,2603.0,0.007715599145740271,0.0954386368393898,0.0,1.8174772262573242,2.2646355628967285,-0.009929068386554718,0.0025561952497810125,0.3133053481578827,0.4812791645526886,0.888468936085701,898.0,229888.0,5921.87446736102,14712832.0 +109.16,8.0,2572.0,0.008322260342538357,0.1099039688706398,0.0,1.7639503479003906,2.299894094467163,-0.010812021791934967,0.0025534178130328655,0.18419592082500458,0.4954087436199188,0.9262318983674049,899.0,230144.0,5928.243608647026,14729216.0 +139.98,7.099999904632568,2575.0,0.009067690931260586,0.1215006485581398,0.0,1.919967770576477,2.2663495540618896,-0.00926074106246233,0.002542998408898711,0.38415348529815674,0.48831596970558167,0.854011133313179,900.0,230400.0,5934.605818842072,14745600.0 +143.78,8.0,2577.0,0.009783643297851086,0.1279296875,0.0,1.8685575723648071,2.2655961513519287,-0.010864161886274815,0.002558015985414386,0.27176210284233093,0.4871889054775238,0.8838249444961548,901.0,230656.0,5940.962025066139,14761984.0 +208.18,7.0,2606.0,0.01080227643251419,0.1489461213350296,0.0,1.9100559949874878,2.2403171062469482,-0.009285840205848217,0.0025370761286467314,0.36753347516059875,0.4894402027130127,0.8338554203510284,902.0,230912.0,5947.247874980094,14778368.0 +92.26,7.900000095367432,2583.0,0.008295685984194279,0.1071573868393898,0.0,1.8172091245651245,2.2581632137298584,-0.011664365418255329,0.0025431315880268812,0.21071529388427734,0.4745316207408905,0.9047794118523598,903.0,231168.0,5953.589967733948,14794752.0 +179.59,7.400000095367432,2536.0,0.009206569753587246,0.1150309219956398,0.0,1.8349757194519043,2.27522349357605,-0.010606690309941769,0.0025360260624438524,0.23554567992687225,0.48254886269569397,0.8998918980360031,904.0,231424.0,5960.051238675136,14811136.0 +149.41,7.699999809265137,2466.0,0.009208349511027336,0.12359619140625,0.0,1.8456112146377563,2.265329599380493,-0.011051624082028866,0.002537017920985818,0.27197515964508057,0.4748196601867676,0.8822989538311958,905.0,231680.0,5966.695655892137,14827520.0 +172.61,7.400000095367432,2442.0,0.009864198975265026,0.1373291015625,0.0,1.8923190832138062,2.2420027256011963,-0.011101274751126766,0.002543726237490773,0.3789057433605194,0.46452441811561584,0.8538823872804642,906.0,231936.0,5973.404930567136,14843904.0 +104.18,8.199999809265137,2512.0,0.008182956837117672,0.11126708984375,0.0,1.8224390745162964,2.267674207687378,-0.010157911106944084,0.0025386305060237646,0.21669572591781616,0.47761058807373047,0.8994237184524536,907.0,232192.0,5979.926722832024,14860288.0 +142.22,7.599999904632568,2490.0,0.009264162741601467,0.1242472305893898,0.0,1.8113263845443726,2.251680850982666,-0.012318366207182407,0.0025195092894136906,0.20501677691936493,0.4838983714580536,0.9092436730861664,908.0,232448.0,5986.5069676321,14876672.0 +193.19,7.699999809265137,2517.0,0.008288012817502022,0.11273193359375,0.0,1.8625417947769165,2.2909352779388428,-0.008997208438813686,0.0025288471952080727,0.2849305272102356,0.4875597059726715,0.8805461674928665,909.0,232704.0,5993.019666590029,14893056.0 +186.38,7.199999809265137,2399.0,0.00798853486776352,0.1072591170668602,0.0,1.8865209817886353,2.2961442470550537,-0.009621458128094673,0.0025465316139161587,0.28260886669158936,0.5045340061187744,0.879179336130619,910.0,232960.0,5999.848190255929,14909440.0 +197.68,6.900000095367432,2479.0,0.008767585270106792,0.1068115234375,0.0,1.8667149543762207,2.2831971645355225,-0.010679964907467365,0.0025360656436532736,0.27568319439888,0.49435266852378845,0.8772635534405708,911.0,233216.0,6006.4575627569575,14925824.0 +158.54,7.5,2407.0,0.008389866910874844,0.11663818359375,0.0,1.8298581838607788,2.269742250442505,-0.009872491471469402,0.0025279056280851364,0.21205741167068481,0.492446631193161,0.9025751948356628,912.0,233472.0,6013.263360748999,14942208.0 +176.99,7.800000190734863,2474.0,0.009768678806722164,0.1398112028837204,0.0,1.8525089025497437,2.2599539756774902,-0.009756791405379772,0.0025407460052520037,0.2127046138048172,0.508139967918396,0.9010377898812294,913.0,233728.0,6019.884784534108,14958592.0 +239.45,6.400000095367432,2521.0,0.009387246333062649,0.1289265900850296,0.0,1.9377751350402832,2.261110305786133,-0.009188990108668804,0.002530848840251565,0.42142948508262634,0.4934360980987549,0.8154712468385696,914.0,233984.0,6026.381909277989,14974976.0 +103.01,8.100000381469727,2443.0,0.007827150635421276,0.1056722030043602,0.0,1.8630237579345703,2.2073776721954346,-0.011017252691090107,0.002538540633395314,0.2624458968639374,0.49562159180641174,0.8895755484700203,915.0,234240.0,6033.0887481169775,14991360.0 +130.24,8.100000381469727,2478.0,0.008711551316082478,0.1165771484375,0.0,1.8088566064834595,2.2760813236236572,-0.01091973576694727,0.0025289745535701513,0.1728641241788864,0.49161794781684875,0.9101544618606567,916.0,234496.0,6039.700308242114,15007744.0 +119.37,7.699999809265137,2430.0,0.007904930971562862,0.1050618514418602,0.0,1.838426113128662,2.2603957653045654,-0.010173133574426174,0.0025378044229000807,0.24094158411026,0.48183026909828186,0.8909315839409828,917.0,234752.0,6046.440961251035,15024128.0 +163.19,7.800000190734863,2431.0,0.008521690033376217,0.1170247420668602,0.0,1.8612879514694214,2.2549517154693604,-0.009567718021571636,0.0025424249470233917,0.30510851740837097,0.46963801980018616,0.8718037456274033,918.0,235008.0,6055.215698016109,15040512.0 +181.77,7.199999809265137,2410.0,0.007782518398016691,0.1004842147231102,0.0,1.840070128440857,2.253749370574951,-0.008914903737604618,0.002531299600377679,0.2974204421043396,0.45716238021850586,0.8851283118128777,919.0,235264.0,6062.012984296074,15056896.0 +140.1,8.100000381469727,2424.0,0.008476453833281994,0.1142781600356102,0.0,1.8320411443710327,2.256359100341797,-0.011534098535776138,0.0025266516022384167,0.21482419967651367,0.4954011142253876,0.9150315523147583,920.0,235520.0,6068.7709798470605,15073280.0 +133.45,7.5,2438.0,0.008791930042207241,0.1214396134018898,0.0,1.9236998558044434,2.247515916824341,-0.009190763346850872,0.0025389036163687706,0.3697873055934906,0.5010203123092651,0.8564243614673615,921.0,235776.0,6075.491335232975,15089664.0 +178.74,8.199999809265137,2522.0,0.009326428174972534,0.1312255859375,0.0,1.8624314069747925,2.27960467338562,-0.010555916465818882,0.0025586194824427366,0.23227541148662567,0.5003361105918884,0.9002131670713425,922.0,236032.0,6081.988777969964,15106048.0 +175.66,6.599999904632568,2485.0,0.007921826094388962,0.1043904647231102,0.0,1.9188008308410645,2.3041017055511475,-0.008441486395895481,0.002557327039539814,0.34105002880096436,0.5010948181152344,0.8671513050794601,923.0,236288.0,6088.5828038689215,15122432.0 +110.18,7.099999904632568,2505.0,0.008497849106788635,0.1123860701918602,0.0,1.8829760551452637,2.247427225112915,-0.01102728396654129,0.0025678619276732206,0.3115014135837555,0.4767957925796509,0.8882806226611137,924.0,236544.0,6095.1221292479895,15138816.0 +122.03,7.699999809265137,2453.0,0.010044113732874393,0.1376546174287796,0.0,1.8825422525405884,2.242598533630371,-0.010578139685094357,0.002564267488196492,0.3141719698905945,0.4763268232345581,0.8847626522183418,925.0,236800.0,6101.800007303944,15155200.0 +130.32,7.300000190734863,2511.0,0.009274679236114025,0.12939453125,0.0,1.922074794769287,2.2473533153533936,-0.010203167796134949,0.0025624881964176893,0.36798036098480225,0.48951730132102966,0.8671610653400421,926.0,237056.0,6108.324298714055,15171584.0 +108.28,7.800000190734863,2558.0,0.009842383675277233,0.1275431364774704,0.0,1.883284091949463,2.229891538619995,-0.009623839519917965,0.0025567130651324987,0.2882082760334015,0.4927462339401245,0.8890840709209442,927.0,237312.0,6114.728928860044,15187968.0 +129.93,7.900000095367432,2566.0,0.009198879823088646,0.125732421875,0.0,1.8634518384933472,2.2253835201263428,-0.009532089345157146,0.0025384349282830954,0.2712650001049042,0.49038779735565186,0.9013258963823318,928.0,237568.0,6121.114480327116,15204352.0 +199.25,7.400000095367432,2461.0,0.010474547743797302,0.1515706330537796,0.0,1.8416610956192017,2.261979103088379,-0.009347159415483475,0.002531232312321663,0.24745619297027588,0.4842839241027832,0.9158421605825424,929.0,237824.0,6127.771801657975,15220736.0 +171.74,7.800000190734863,2427.0,0.010881256312131882,0.1486002653837204,0.0,1.8019590377807617,2.2751405239105225,-0.011253926903009415,0.0025281915441155434,0.19527675211429596,0.47423017024993896,0.9336036592721939,930.0,238080.0,6134.522105242126,15237120.0 +152.72,8.100000381469727,2501.0,0.010342290624976158,0.1440633088350296,0.0,1.8453073501586914,2.25925350189209,-0.01090928167104721,0.002546638948842883,0.24672897160053253,0.48212528228759766,0.9152799546718597,931.0,238336.0,6141.073238643119,15253504.0 +191.53,7.5,2581.0,0.007763374596834183,0.1045735701918602,0.0,1.8749446868896484,2.257073402404785,-0.009321865625679493,0.0025707704480737448,0.321323037147522,0.4607907235622406,0.8832353353500366,932.0,238592.0,6147.422016241122,15269888.0 +105.87,8.100000381469727,2446.0,0.00827405508607626,0.1123250350356102,0.0,1.845147967338562,2.293672800064087,-0.011042244732379913,0.0025524769444018602,0.2633308470249176,0.4712230861186981,0.890416331589222,933.0,238848.0,6154.118468818022,15286272.0 +162.38,7.5,2434.0,0.007643762975931168,0.0998942032456398,0.0,1.844655156135559,2.2778427600860596,-0.010228599421679974,0.0025445304345339537,0.2322801798582077,0.489256888628006,0.9047949016094208,934.0,239104.0,6160.849511458073,15302656.0 +134.52,8.0,2425.0,0.008422532118856907,0.1093343123793602,0.0,1.866542935371399,2.2417116165161133,-0.011277434416115284,0.0025322693400084972,0.3059656023979187,0.48112013936042786,0.8636142313480377,935.0,239360.0,6167.605195980053,15319040.0 +156.88,7.199999809265137,2540.0,0.007467633578926325,0.1010335311293602,0.0,1.920222282409668,2.264874219894409,-0.009742209687829018,0.0025265223812311888,0.40249666571617126,0.4881034791469574,0.8281873911619186,936.0,239616.0,6174.0545957989525,15335424.0 +125.95,7.800000190734863,2476.0,0.01079916674643755,0.1542154997587204,0.0,1.8332730531692505,2.2578508853912354,-0.012184920720756054,0.0025231095496565104,0.2510257661342621,0.48096880316734314,0.8941743299365044,937.0,239872.0,6180.672361497069,15351808.0 +144.66,7.599999904632568,2509.0,0.009936145506799221,0.1365763396024704,0.0,1.8758034706115723,2.244206428527832,-0.009356234222650528,0.002509324811398983,0.3567962944507599,0.474541038274765,0.8547708988189697,938.0,240128.0,6187.202834817115,15368192.0 +159.04,7.5,2411.0,0.010059441439807415,0.1430257111787796,0.0,1.8313935995101929,2.2176711559295654,-0.009888040833175182,0.0025288097094744444,0.27139243483543396,0.46335723996162415,0.8943168073892593,939.0,240384.0,6193.998774259118,15384576.0 +107.79,7.900000095367432,2550.0,0.010304656811058521,0.1411539763212204,0.0,1.870121955871582,2.203345537185669,-0.010976731777191162,0.0025397848803550005,0.29890018701553345,0.48378968238830566,0.8845817148685455,940.0,240640.0,6200.4236230279785,15400960.0 +125.22,7.900000095367432,2481.0,0.010058474726974964,0.1336873322725296,0.0,1.845603108406067,2.2306392192840576,-0.011604934930801392,0.002537669613957405,0.2883897125720978,0.46648475527763367,0.8817929849028587,941.0,240896.0,6207.028291034978,15417344.0 +145.21,7.900000095367432,2398.0,0.010557019151747227,0.13800048828125,0.0,1.8541702032089233,2.234091281890869,-0.011105585843324661,0.0025294956285506487,0.2514533996582031,0.4971421957015991,0.8958888351917267,942.0,241152.0,6213.85859278799,15433728.0 +156.04,7.699999809265137,2473.0,0.009884900413453579,0.1326497346162796,0.0,1.8851966857910156,2.1939501762390137,-0.01029263623058796,0.002539312932640314,0.264291375875473,0.5156267285346985,0.8945646584033966,943.0,241408.0,6220.484878966119,15450112.0 +141.26,7.300000190734863,2510.0,0.009639270603656769,0.1282755583524704,0.0,1.8562883138656616,2.2110650539398193,-0.011031604371964931,0.0025380447041243315,0.24346505105495453,0.4986753463745117,0.8937414437532425,944.0,241664.0,6227.010953492951,15466496.0 +142.0,7.900000095367432,2482.0,0.007993984036147594,0.1058756485581398,0.0,1.8429292440414429,2.179398775100708,-0.007378650363534689,0.002524969168007374,0.23086874186992645,0.4941829741001129,0.9128137230873108,945.0,241920.0,6233.612635829952,15482880.0 +178.69,7.199999809265137,2496.0,0.009786929935216904,0.1281941682100296,0.0,1.8754491806030273,2.157841920852661,-0.011434763669967651,0.002522525144740939,0.34541669487953186,0.4744916260242462,0.8681693375110626,946.0,242176.0,6240.1764657609165,15499264.0 +163.2,7.099999904632568,2462.0,0.009810395538806915,0.1334635466337204,0.0,1.9101511240005493,2.173175096511841,-0.00877635832875967,0.0025301689747720957,0.40469837188720703,0.4732256233692169,0.8541457206010818,947.0,242432.0,6246.830447630025,15515648.0 +103.44,7.5,2434.0,0.007765638176351786,0.09783935546875,0.0,1.8741650581359863,2.174299716949463,-0.010775573551654816,0.0025282760616391897,0.33764252066612244,0.47372424602508545,0.8718738406896591,948.0,242688.0,6253.565738105914,15532032.0 +147.42,7.599999904632568,2411.0,0.009469161741435528,0.1298014372587204,0.0,1.8135508298873901,2.2138173580169678,-0.010558738373219967,0.002524578245356679,0.24928665161132812,0.4593152105808258,0.900258481502533,949.0,242944.0,6260.361936860951,15548416.0 +139.74,7.300000190734863,2554.0,0.006922590080648661,0.0867513045668602,0.0,1.7181695699691772,2.256333589553833,-0.00881208572536707,0.002514835214242339,0.219042107462883,0.46892356872558594,0.9194055870175362,950.0,243200.0,6266.776850743918,15564800.0 +179.59,5.900000095367432,2578.0,0.008552745915949345,0.1150716170668602,0.0,1.7760119438171387,2.2443792819976807,-0.009219835512340069,0.002520752837881446,0.32667604088783264,0.4705052077770233,0.8805555179715157,951.0,243456.0,6273.1311043701135,15581184.0 +153.06,7.300000190734863,2580.0,0.008854448795318604,0.1195882186293602,0.0,1.7136021852493286,2.227558135986328,-0.009536485187709332,0.0025114892050623894,0.23977762460708618,0.45533517003059387,0.9110262170433998,952.0,243712.0,6279.479945278028,15597568.0 +197.99,7.599999904632568,2608.0,0.008338925428688526,0.1139729842543602,0.0,1.7556172609329224,2.217123031616211,-0.009558099322021008,0.002506277058273554,0.31210872530937195,0.4640110731124878,0.8890862464904785,953.0,243968.0,6285.760485100094,15613952.0 +120.33,8.0,2483.0,0.01058259978890419,0.1510009765625,0.0,1.7402839660644531,2.2058794498443604,-0.011123851872980595,0.002509843558073044,0.3026107847690582,0.4526163637638092,0.8792064487934113,954.0,244224.0,6292.360443474026,15630336.0 +134.32,7.800000190734863,2417.0,0.008975922130048275,0.12213134765625,0.0,1.7583891153335571,2.2159388065338135,-0.009261691011488438,0.0025008143857121468,0.28093352913856506,0.4857441484928131,0.8779245987534523,955.0,244480.0,6299.139226728119,15646720.0 +151.43,7.300000190734863,2606.0,0.008680510334670544,0.11541748046875,0.0,1.7669521570205688,2.246913433074951,-0.009858321398496628,0.002507400931790471,0.30371326208114624,0.480429083108902,0.869008481502533,956.0,244736.0,6305.426284807036,15663104.0 +142.86,7.900000095367432,2593.0,0.010103785432875156,0.14288330078125,0.0,1.7694271802902222,2.204241991043091,-0.009715796448290348,0.0025307750329375267,0.3377950191497803,0.452810138463974,0.8660289645195007,957.0,244992.0,6311.745929996017,15679488.0 +125.38,7.5,2582.0,0.009121831506490707,0.1219278946518898,0.0,1.7328232526779175,2.2093851566314697,-0.008660320192575455,0.0024985249619930983,0.25360044836997986,0.47366082668304443,0.9008918106555939,958.0,245248.0,6318.089946709108,15695872.0 +134.2,8.0,2575.0,0.010760636068880558,0.1434122771024704,0.0,1.7726101875305176,2.221968650817871,-0.009614836424589157,0.002514129737392068,0.33876216411590576,0.4640546143054962,0.8703077584505081,959.0,245504.0,6324.4546756029595,15712256.0 +140.67,8.199999809265137,2626.0,0.010226394049823284,0.1422119140625,0.0,1.7005821466445923,2.229808807373047,-0.011360899545252323,0.002505292883142829,0.20822679996490479,0.4632776081562042,0.91116052120924,960.0,245760.0,6330.6947873679455,15728640.0 +115.57,7.900000095367432,2541.0,0.007777506951242685,0.0950927734375,0.0,1.74213445186615,2.226259469985962,-0.010845127515494823,0.0025187726132571697,0.27651455998420715,0.46375545859336853,0.894353523850441,961.0,246016.0,6337.1431728699245,15745024.0 +171.76,7.699999809265137,2623.0,0.008116195909678936,0.1071370467543602,0.0,1.8231240510940552,2.2179431915283203,-0.007853145711123943,0.002536916406825185,0.3862611949443817,0.47893789410591125,0.8617973923683167,962.0,246272.0,6343.388687896077,15761408.0 +97.36,7.800000190734863,2633.0,0.010562312789261341,0.1421101838350296,0.0,1.7388073205947876,2.2500548362731934,-0.00905975978821516,0.002503653522580862,0.258971244096756,0.47541728615760803,0.8882991075515747,963.0,246528.0,6349.610844846116,15777792.0 +123.53,7.599999904632568,2585.0,0.010590125806629658,0.1454874724149704,0.0,1.7550157308578491,2.187120199203491,-0.009734272956848145,0.00249443668872118,0.28507158160209656,0.48339787125587463,0.8878247886896133,964.0,246784.0,6355.947437541094,15794176.0 +152.69,7.699999809265137,2618.0,0.011021356098353863,0.14532470703125,0.0,1.7229536771774292,2.222910165786743,-0.008061413653194904,0.0024937866255640984,0.22901110351085663,0.4780947268009186,0.9097435623407364,965.0,247040.0,6362.204752332997,15810560.0 +167.78,7.300000190734863,2563.0,0.00830273237079382,0.10968017578125,0.0,1.7692638635635376,2.221846103668213,-0.009984483011066914,0.002496844157576561,0.36105337738990784,0.4578303396701813,0.8660300672054291,966.0,247296.0,6368.596987199038,15826944.0 +105.82,7.400000095367432,2559.0,0.010885448195040226,0.1487019807100296,0.0,1.7073121070861816,2.2480103969573975,-0.010403384454548359,0.0024981035385280848,0.2334153801202774,0.4598827362060547,0.9089386314153671,967.0,247552.0,6374.997945158975,15843328.0 +177.74,7.099999904632568,2468.0,0.010117881931364536,0.1400553435087204,0.0,1.7217134237289429,2.2828454971313477,-0.012123771011829376,0.0025101869832724333,0.2267782837152481,0.47467124462127686,0.9071197211742401,968.0,247808.0,6381.6357223331,15859712.0 +211.26,7.599999904632568,2516.0,0.010031460784375668,0.1355183869600296,0.0,1.7480621337890625,2.25274658203125,-0.007000927347689867,0.002509721787646413,0.252005010843277,0.48365235328674316,0.9032535031437874,969.0,248064.0,6388.151689928025,15876096.0 +156.86,7.099999904632568,2559.0,0.008982949890196323,0.12091064453125,0.0,1.7669172286987305,2.225323438644409,-0.010779622942209244,0.0025368889328092337,0.28544071316719055,0.4760078191757202,0.8983993679285049,970.0,248320.0,6394.553854099009,15892480.0 +157.3,8.0,2608.0,0.009655321948230267,0.1300862580537796,0.0,1.7911425828933716,2.2065131664276123,-0.010805734433233738,0.0025431911926716566,0.3114680349826813,0.48448798060417175,0.8929859176278114,971.0,248576.0,6400.836781317135,15908864.0 +127.72,8.399999618530273,2463.0,0.01135096326470375,0.1580810546875,0.0,1.7381349802017212,2.185330390930176,-0.011081391014158726,0.0025385720655322075,0.24093882739543915,0.46818816661834717,0.9055726826190948,972.0,248832.0,6407.487173235044,15925248.0 +146.18,7.800000190734863,2403.0,0.009152215905487537,0.1195475235581398,0.0,1.7501469850540161,2.207425832748413,-0.010720661841332912,0.0025323086883872747,0.23096328973770142,0.4890669286251068,0.915073998272419,973.0,249088.0,6414.3062961110845,15941632.0 +107.56,7.699999809265137,2433.0,0.010010501369833946,0.1377156525850296,0.0,1.7447052001953125,2.2307326793670654,-0.01122105959802866,0.0025266227312386036,0.22430510818958282,0.49045810103416443,0.9142400175333023,974.0,249344.0,6421.039313819027,15958016.0 +213.16,7.400000095367432,2412.0,0.009896986186504364,0.1325480192899704,0.0,1.8063632249832153,2.238285779953003,-0.009930337779223919,0.0025208203587681055,0.32601198554039,0.5034536719322205,0.8861749172210693,975.0,249600.0,6427.832014651038,15974400.0 +146.55,7.800000190734863,2429.0,0.010781888850033283,0.1368815153837204,0.0,1.7829499244689941,2.208063840866089,-0.010553709231317043,0.0025332828518003225,0.24763654172420502,0.5141647458076477,0.9194459170103073,976.0,249856.0,6434.576644960092,15990784.0 +129.25,8.300000190734863,2390.0,0.0106142433360219,0.14544677734375,0.0,1.738806128501892,2.2126433849334717,-0.012142963707447052,0.0025115578901022673,0.2027658373117447,0.5038979053497314,0.9328542947769165,977.0,250112.0,6441.432400569087,16007168.0 +154.17,7.400000095367432,2421.0,0.011055574752390385,0.13018798828125,0.0,1.7675601243972778,2.192744731903076,-0.010271839797496796,0.002511231927201152,0.2619251608848572,0.5010122656822205,0.9155808910727501,978.0,250368.0,6448.201123768929,16023552.0 +142.69,7.300000190734863,2400.0,0.008359173312783241,0.1065470352768898,0.0,1.7764558792114258,2.218841075897217,-0.011079725809395313,0.002520674606785178,0.29722708463668823,0.48820021748542786,0.9119410440325737,979.0,250624.0,6455.026174301049,16039936.0 +126.71,8.100000381469727,2519.0,0.010377143509685993,0.1439412385225296,0.0,1.7862998247146606,2.2110252380371094,-0.013501512818038464,0.0025140608195215464,0.2828744351863861,0.5118899941444397,0.9079887717962265,980.0,250880.0,6461.530016551027,16056320.0 +115.01,7.800000190734863,2603.0,0.009623500518500805,0.1244303360581398,0.0,1.8153694868087769,2.2333731651306152,-0.010911289602518082,0.002532476093620062,0.3257721960544586,0.5082127451896667,0.8804146647453308,981.0,251136.0,6467.8226331791375,16072704.0 +110.73,7.699999809265137,2614.0,0.00974117312580347,0.13018798828125,0.0,1.8103866577148438,2.1884377002716064,-0.01228772196918726,0.0025321359280496836,0.31998589634895325,0.5071592926979065,0.8883572816848755,982.0,251392.0,6474.090527921915,16089088.0 +111.75,7.800000190734863,2564.0,0.011605802923440933,0.1582234650850296,0.0,1.7608834505081177,2.2228825092315674,-0.010829348117113113,0.002525897463783622,0.21444590389728546,0.5125443935394287,0.9209426566958427,983.0,251648.0,6480.479604650987,16105472.0 +155.19,7.800000190734863,2584.0,0.008673601783812046,0.1162923201918602,0.0,1.796940803527832,2.1991162300109863,-0.010491426102817059,0.002541994908824563,0.2870396077632904,0.5036376118659973,0.9097373336553574,984.0,251904.0,6486.818724675104,16121856.0 +169.48,7.800000190734863,2604.0,0.008679895661771297,0.1148478165268898,0.0,1.8130847215652466,2.238740921020508,-0.009157950058579445,0.002548685995861888,0.3010489046573639,0.5089257955551147,0.9037003666162491,985.0,252160.0,6493.110060089966,16138240.0 +148.55,8.100000381469727,2436.0,0.00835189875215292,0.1108601912856102,0.0,1.792887806892395,2.222275733947754,-0.01142100989818573,0.002570780459791422,0.2447764277458191,0.5084448456764221,0.9099763110280037,986.0,252416.0,6499.834071316058,16154624.0 +98.62,8.199999809265137,2404.0,0.008793222717940807,0.1185302734375,0.0,1.837681770324707,2.20406174659729,-0.011441650800406933,0.002573068020865321,0.30470141768455505,0.522743284702301,0.8890180811285973,987.0,252672.0,6506.649677032139,16171008.0 +170.0,7.5,2544.0,0.010942582972347736,0.1445109099149704,0.0,1.8299111127853394,2.2175164222717285,-0.00968155451118946,0.0025409713853150606,0.35850682854652405,0.5005824565887451,0.8623110353946686,988.0,252928.0,6513.090576058021,16187392.0 +158.9,7.300000190734863,2534.0,0.008516338653862476,0.1082356795668602,0.0,1.879019856452942,2.225886583328247,-0.0075334361754357815,0.002541503170505166,0.43607163429260254,0.5090129971504211,0.8595990389585495,989.0,253184.0,6519.55661916011,16203776.0 +141.49,7.699999809265137,2488.0,0.009921723045408726,0.132080078125,0.0,1.7509727478027344,2.253790855407715,-0.011875675059854984,0.002519945614039898,0.2556568682193756,0.4848247766494751,0.9062838405370712,990.0,253440.0,6526.141967986012,16220160.0 +143.53,7.400000095367432,2515.0,0.00976919662207365,0.1316121369600296,0.0,1.741712212562561,2.2452969551086426,-0.01186291128396988,0.002508394652977586,0.23063592612743378,0.49391868710517883,0.910355381667614,991.0,253696.0,6532.657037416007,16236544.0 +193.55,7.099999904632568,2600.0,0.009197383187711239,0.12481689453125,0.0,1.7801369428634644,2.234905958175659,-0.007192463148385286,0.0025066747330129147,0.2865169048309326,0.5007890462875366,0.8887868896126747,992.0,253952.0,6538.958306994988,16252928.0 +179.13,7.599999904632568,2457.0,0.008524627424776554,0.1113484725356102,0.0,1.8002737760543823,2.2126269340515137,-0.010947988368570805,0.002521326532587409,0.32782918214797974,0.4966350495815277,0.8570827394723892,993.0,254208.0,6545.626273856033,16269312.0 +114.56,8.5,2412.0,0.008244824595749378,0.10638427734375,0.0,1.8151851892471313,2.212322235107422,-0.008497427217662334,0.0025179514195770025,0.3211406171321869,0.5149564146995544,0.8757098764181137,994.0,254464.0,6552.419167364016,16285696.0 +105.23,8.0,2474.0,0.009706772863864899,0.1332194060087204,0.0,1.8307915925979614,2.2276976108551025,-0.011298342607915401,0.002542307833209634,0.2974017560482025,0.5348102450370789,0.8925199583172798,995.0,254720.0,6559.040658872109,16302080.0 +148.47,7.5,2595.0,0.009682021103799343,0.1372884064912796,0.0,1.8494882583618164,2.2612369060516357,-0.008641726337373257,0.0025655634235590696,0.3172461986541748,0.5299756526947021,0.8883152678608894,996.0,254976.0,6565.354240810964,16318464.0 +157.74,6.900000095367432,2587.0,0.008323411457240582,0.1107584610581398,0.0,1.8286908864974976,2.266418218612671,-0.010097026824951172,0.0025528206024318933,0.3276961147785187,0.5105410814285278,0.8778538256883621,997.0,255232.0,6571.687804494984,16334848.0 +139.93,7.599999904632568,2464.0,0.008964235894382,0.11517333984375,0.0,1.796395182609558,2.26065731048584,-0.012384052388370037,0.0025358260609209538,0.2757050096988678,0.5147534012794495,0.8996818661689758,998.0,255488.0,6578.337779764086,16351232.0 +152.32,7.199999809265137,2437.0,0.00838769692927599,0.1146443709731102,0.0,1.7841805219650269,2.2933905124664307,-0.009094922803342342,0.0025107210967689753,0.33767572045326233,0.4787147045135498,0.8827383294701576,999.0,255744.0,6585.059110451024,16367616.0 +151.54,7.800000190734863,2506.0,0.009968697093427181,0.1295572966337204,0.0,1.703731656074524,2.2890121936798096,-0.010115314275026321,0.002503409283235669,0.3101517856121063,0.5056968927383423,0.8903981298208237,1000.0,256000.0,6591.596844360931,16384000.0 +156.44,8.0,2435.0,0.009242006577551365,0.1274821013212204,0.0,1.6389598846435547,2.292060136795044,-0.011396537534892559,0.0025237782392650843,0.18202710151672363,0.4961816072463989,0.9232805594801903,1001.0,256256.0,6598.325672917068,16400384.0 +204.65,7.5,2560.0,0.008346856571733952,0.1087646484375,0.0,1.6587525606155396,2.2424957752227783,-0.00892459973692894,0.002502311486750841,0.24456936120986938,0.4908636808395386,0.9105031713843346,1002.0,256512.0,6604.724439637037,16416768.0 +130.13,7.800000190734863,2523.0,0.008248419500887394,0.1083780899643898,0.0,1.7229299545288086,2.237563133239746,-0.009789611212909222,0.0025386034976691008,0.30778059363365173,0.5098147988319397,0.8664156049489975,1003.0,256768.0,6611.2187170949765,16433152.0 +165.09,7.699999809265137,2477.0,0.008053364232182503,0.1068115234375,0.0,1.73257315158844,2.202622175216675,-0.010075187310576439,0.0025469998363405466,0.3341180980205536,0.5016283988952637,0.8648283779621124,1004.0,257024.0,6617.832309836056,16449536.0 +154.92,7.599999904632568,2518.0,0.009055256843566895,0.11907958984375,0.0,1.6881937980651855,2.2389698028564453,-0.010303331539034843,0.0025356172118335962,0.2436431497335434,0.5089306831359863,0.8961277082562447,1005.0,257280.0,6624.338611877989,16465920.0 +161.12,7.800000190734863,2419.0,0.009975538589060307,0.13519287109375,0.0,1.690900206565857,2.198711633682251,-0.010944941081106663,0.002541034249588847,0.22642254829406738,0.5190617442131042,0.9045759215950966,1006.0,257536.0,6631.11065301206,16482304.0 +174.38,7.800000190734863,2448.0,0.008977392688393593,0.1190999373793602,0.0,1.7080062627792358,2.2104594707489014,-0.01034933514893055,0.002544195158407092,0.27489930391311646,0.5090250372886658,0.8886693567037582,1007.0,257792.0,6637.80194478808,16498688.0 +190.25,6.900000095367432,2386.0,0.009751000441610813,0.1355997771024704,0.0,1.7153043746948242,2.1948883533477783,-0.011108048260211945,0.0025399953592568636,0.2953305244445801,0.5085538029670715,0.8812372013926506,1008.0,258048.0,6644.668519584928,16515072.0 +142.99,8.399999618530273,2375.0,0.009201930835843086,0.1246337890625,0.0,1.6924024820327759,2.191237449645996,-0.010437597520649433,0.002519977046176791,0.29510828852653503,0.49245402216911316,0.8596649616956711,1009.0,258304.0,6651.564975935034,16531456.0 +191.17,7.800000190734863,2406.0,0.008379261009395123,0.1107584610581398,0.0,1.692042350769043,2.267303466796875,-0.010791908949613571,0.0025440820027142763,0.23030225932598114,0.5172434449195862,0.8928632736206055,1010.0,258560.0,6658.373920085141,16547840.0 +153.08,8.300000190734863,2407.0,0.009079694747924805,0.12677001953125,0.0,1.6522356271743774,2.2781572341918945,-0.011390715837478638,0.002536556450650096,0.1527237743139267,0.5206617712974548,0.9278581291437149,1011.0,258816.0,6665.179177263053,16564224.0 +163.42,7.5,2410.0,0.00879539642482996,0.1227620467543602,0.0,1.6378906965255737,2.2607061862945557,-0.01083329226821661,0.002505410462617874,0.1940135955810547,0.49654391407966614,0.9108760952949524,1012.0,259072.0,6671.978314009961,16580608.0 +179.64,7.800000190734863,2453.0,0.009692302905023098,0.1316121369600296,0.0,1.7022298574447632,2.2406907081604004,-0.008176545612514019,0.0025133052840828896,0.29747673869132996,0.5034306645393372,0.8701254427433014,1013.0,259328.0,6678.656973929144,16596992.0 +162.45,7.599999904632568,2492.0,0.009984110482037067,0.13525390625,0.0,1.6795520782470703,2.2466180324554443,-0.013148017227649689,0.002521062735468149,0.2659139931201935,0.4974792003631592,0.8673787117004395,1014.0,259584.0,6685.230910904938,16613376.0 +122.47,8.199999809265137,2476.0,0.01057130191475153,0.14227294921875,0.0,1.664493203163147,2.2545878887176514,-0.007920712232589722,0.0025356998667120934,0.2307988852262497,0.48721709847450256,0.8945469185709953,1015.0,259840.0,6691.8469627259765,16629760.0 +130.4,7.599999904632568,2487.0,0.010153512470424175,0.1392415314912796,0.0,1.7350082397460938,2.2673819065093994,-0.01256489660590887,0.002515546279028058,0.3786719739437103,0.49879467487335205,0.8377684652805328,1016.0,260096.0,6698.434981673025,16646144.0 +153.39,8.100000381469727,2532.0,0.008797544986009598,0.11810302734375,0.0,1.7109013795852661,2.2607874870300293,-0.010262438096106052,0.002500292379409075,0.3077601492404938,0.5164002180099487,0.8783275485038757,1017.0,260352.0,6704.908695463091,16662528.0 +105.44,7.699999809265137,2573.0,0.010532273910939693,0.1451009064912796,0.0,1.7270194292068481,2.230465888977051,-0.011342667043209076,0.0025217621587216854,0.3373516798019409,0.5079975724220276,0.8696143925189972,1018.0,260608.0,6711.277035414008,16678912.0 +127.09,8.199999809265137,2601.0,0.010252277366816998,0.1417236328125,0.0,1.6634653806686401,2.286992311477661,-0.01190911140292883,0.0025145418476313353,0.21392770111560822,0.5108186602592468,0.9086898639798164,1019.0,260864.0,6717.577409483027,16695296.0 +158.01,8.100000381469727,2545.0,0.009400623850524426,0.1307576447725296,0.0,1.6685482263565063,2.2875311374664307,-0.00970424059778452,0.0025251435581594706,0.22208887338638306,0.5041878819465637,0.9116172567009926,1020.0,261120.0,6724.014236787101,16711680.0 +200.28,7.800000190734863,2567.0,0.009972058236598969,0.1252034455537796,0.0,1.6750692129135132,2.319997549057007,-0.009997382760047913,0.002543076639994979,0.20694275200366974,0.5115674138069153,0.9202430546283722,1021.0,261376.0,6730.397773547098,16728064.0 +209.09,7.699999809265137,2609.0,0.011059361509978771,0.1484171599149704,0.0,1.680119514465332,2.301804780960083,-0.011939279735088348,0.002524714218452573,0.2544228136539459,0.5019380450248718,0.8974966406822205,1022.0,261632.0,6736.675869971048,16744448.0 +122.93,7.800000190734863,2588.0,0.008507826365530491,0.112548828125,0.0,1.6562715768814087,2.2869675159454346,-0.01112887728959322,0.0025106591638177633,0.24953554570674896,0.48411762714385986,0.8934765532612801,1023.0,261888.0,6743.005595186027,16760832.0 +209.64,7.800000190734863,2590.0,0.008996776305139065,0.12872314453125,0.0,1.5996795892715454,2.317070722579956,-0.009721037931740284,0.0025073885917663574,0.15648894011974335,0.4733355939388275,0.9284376502037048,1024.0,262144.0,6749.331306888955,16777216.0 +242.56,6.599999904632568,2600.0,0.007783972192555666,0.1021321639418602,0.0,1.7540149688720703,2.29941725730896,-0.011308961547911167,0.002506751799955964,0.44255566596984863,0.48777997493743896,0.8115912824869156,1025.0,262400.0,6755.631961160107,16793600.0 +161.38,7.599999904632568,2584.0,0.008947768248617649,0.1161702498793602,0.0,1.7007417678833008,2.285334348678589,-0.010606891475617886,0.002541166264563799,0.2736804485321045,0.5042631030082703,0.8960122764110565,1026.0,262656.0,6761.971983968979,16809984.0 +140.39,7.800000190734863,2582.0,0.009567703120410442,0.1302286833524704,0.0,1.6991071701049805,2.2949416637420654,-0.00788916740566492,0.0025436023715883493,0.24418388307094574,0.5147027373313904,0.9109493345022202,1027.0,262912.0,6768.317383297952,16826368.0 +137.29,8.0,2594.0,0.010742840357124805,0.1417032927274704,0.0,1.6921396255493164,2.288806915283203,-0.011673209257423878,0.002525192918255925,0.2504800260066986,0.516804575920105,0.9006230160593987,1028.0,263168.0,6774.634145266144,16842752.0 +227.92,7.300000190734863,2588.0,0.009276652708649635,0.1304117888212204,0.0,1.644211769104004,2.305156707763672,-0.008830790407955647,0.0024978425353765488,0.22695831954479218,0.48731768131256104,0.9078908935189247,1029.0,263424.0,6780.966161180986,16859136.0 +159.27,7.199999809265137,2568.0,0.012341809459030628,0.1728515625,0.0,1.6674188375473022,2.24965500831604,-0.010961025953292847,0.002483237301930785,0.26935604214668274,0.498602032661438,0.887236662209034,1030.0,263680.0,6787.346197863109,16875520.0 +140.26,7.699999809265137,2560.0,0.009641659446060658,0.1307373046875,0.0,1.6729768514633179,2.2274301052093506,-0.010239841416478157,0.0024826203007251024,0.2862742245197296,0.4946383535861969,0.884777158498764,1031.0,263936.0,6793.745171044953,16891904.0 +162.77,7.099999904632568,2603.0,0.00851312093436718,0.1109212264418602,0.0,1.7149430513381958,2.2405786514282227,-0.010262847878038883,0.0025199668016284704,0.3262617886066437,0.5005509257316589,0.8821139857172966,1032.0,264192.0,6800.037902480923,16908288.0 +150.3,8.100000381469727,2533.0,0.009222316555678844,0.122314453125,0.0,1.696465015411377,2.2276737689971924,-0.01000563520938158,0.002533665858209133,0.25674381852149963,0.511361837387085,0.9112532064318657,1033.0,264448.0,6806.504742297111,16924672.0 +167.91,7.800000190734863,2528.0,0.010118077509105206,0.1390177458524704,0.0,1.703881859779358,2.24731707572937,-0.010464594699442387,0.002519093221053481,0.26926741003990173,0.5206596851348877,0.8931372910737991,1034.0,264704.0,6812.986092607956,16941056.0 +168.94,7.800000190734863,2469.0,0.011000399477779865,0.1514078825712204,0.0,1.6967312097549438,2.253662347793579,-0.012372150085866451,0.002543320180848241,0.259335458278656,0.5083091259002686,0.8864045515656471,1035.0,264960.0,6819.620793902082,16957440.0 +132.45,8.0,2465.0,0.010047223418951035,0.14117431640625,0.0,1.707268238067627,2.249037027359009,-0.011065829545259476,0.002523853676393628,0.26590341329574585,0.524598240852356,0.8884680196642876,1036.0,265216.0,6826.265690258937,16973824.0 +181.3,7.0,2518.0,0.009140891022980213,0.1219685897231102,0.0,1.7420473098754883,2.237353563308716,-0.008691791445016861,0.0025500121992081404,0.3041204810142517,0.5261633992195129,0.8869658857584,1037.0,265472.0,6832.773244247073,16990208.0 +142.87,7.900000095367432,2588.0,0.010018122382462025,0.1361287385225296,0.0,1.7686524391174316,2.224015474319458,-0.012156042270362377,0.0025432042311877012,0.4130702316761017,0.5023015737533569,0.840042844414711,1038.0,265728.0,6839.106145583093,17006592.0 +130.61,8.199999809265137,2529.0,0.010123922489583492,0.1373087614774704,0.0,1.7161993980407715,2.2322022914886475,-0.012484308332204819,0.002529049990698695,0.2907485365867615,0.5195100903511047,0.8823178932070732,1039.0,265984.0,6845.584963794099,17022976.0 +105.7,8.300000190734863,2489.0,0.008693240582942963,0.1157633438706398,0.0,1.7024458646774292,2.2283682823181152,-0.009684714488685131,0.002529247896745801,0.272312194108963,0.5112184882164001,0.8933255225419998,1040.0,266240.0,6852.168444541981,17039360.0 +138.72,8.399999618530273,2464.0,0.010455939918756485,0.1410929411649704,0.0,1.6875382661819458,2.234234571456909,-0.01179772149771452,0.0025118899066001177,0.26043736934661865,0.5123439431190491,0.8856003060936928,1041.0,266496.0,6858.8164703671355,17055744.0 +174.23,7.300000190734863,2411.0,0.009905819781124592,0.13201904296875,0.0,1.7158268690109253,2.248702049255371,-0.010349222458899021,0.0025115907192230225,0.29957476258277893,0.520733118057251,0.8796995356678963,1042.0,266752.0,6865.611114459112,17072128.0 +150.55,7.900000095367432,2470.0,0.010583368130028248,0.1487630158662796,0.0,1.6704076528549194,2.205962896347046,-0.011063077487051487,0.0025102640502154827,0.24639074504375458,0.5007959008216858,0.8946774080395699,1043.0,267008.0,6872.24425535812,17088512.0 +151.5,8.199999809265137,2565.0,0.010168289765715599,0.1414387971162796,0.0,1.6502152681350708,2.2423412799835205,-0.009812090545892715,0.00249988934956491,0.2666979134082794,0.47127997875213623,0.8714959919452667,1044.0,267264.0,6878.631573416991,17104896.0 +131.19,7.800000190734863,2542.0,0.01100695226341486,0.1473388671875,0.0,1.6585698127746582,2.231417417526245,-0.012567177414894104,0.0024956006091088057,0.29074499011039734,0.4722874164581299,0.8569895774126053,1045.0,267520.0,6885.076203336939,17121280.0 +127.97,8.199999809265137,2495.0,0.00916240643709898,0.1151529923081398,0.0,1.667935848236084,2.2245285511016846,-0.010783177800476551,0.002499704947695136,0.3312537968158722,0.4560782015323639,0.8338228315114975,1046.0,267776.0,6891.642786026932,17137664.0 +158.36,7.400000095367432,2524.0,0.008123248815536499,0.0999348983168602,0.0,1.6489753723144531,2.2367069721221924,-0.008465539664030075,0.0025038125459104776,0.2789432108402252,0.4595783054828644,0.8723853081464767,1047.0,268032.0,6898.134116919013,17154048.0 +124.15,7.199999809265137,2557.0,0.009505697526037693,0.12725830078125,0.0,1.7054071426391602,2.2508721351623535,-0.009492403827607632,0.0024956187698990107,0.37887880206108093,0.4721561670303345,0.822596862912178,1048.0,268288.0,6904.542415498989,17170432.0 +105.7,8.199999809265137,2527.0,0.009167484007775784,0.1216634139418602,0.0,1.6601972579956055,2.244642972946167,-0.009826801717281342,0.002485922072082758,0.2576320469379425,0.4944330155849457,0.8862861841917038,1049.0,268544.0,6911.029608784011,17186816.0 +156.96,7.900000095367432,2406.0,0.00909790676087141,0.12518310546875,0.0,1.8350332975387573,2.2329249382019043,-0.011597064323723316,0.0025031373370438814,0.24829798936843872,0.49324193596839905,0.9051935523748398,1050.0,268800.0,6917.839870593045,17203200.0 +112.56,8.100000381469727,2404.0,0.010210616514086723,0.1302693635225296,0.0,1.848831295967102,2.226839780807495,-0.009558471851050854,0.0025021410547196865,0.2506856322288513,0.5042447447776794,0.8977177515625954,1051.0,269056.0,6924.655835862039,17219584.0 +134.54,8.0,2504.0,0.010964703746140003,0.1458740234375,0.0,1.8403282165527344,2.205101251602173,-0.010527949780225754,0.002514324616640806,0.26585182547569275,0.48281893134117126,0.901550717651844,1052.0,269312.0,6931.199191996129,17235968.0 +170.23,8.100000381469727,2405.0,0.009485242888331413,0.1264851838350296,0.0,1.8485080003738403,2.2439968585968018,-0.01283007487654686,0.0025186841376125813,0.24296103417873383,0.5029554963111877,0.9103846773505211,1053.0,269568.0,6938.0117144379765,17252352.0 +125.64,7.5,2464.0,0.009165731258690357,0.1224568709731102,0.0,1.8922163248062134,2.2785589694976807,-0.011661709286272526,0.0025539526250213385,0.27159056067466736,0.5138921737670898,0.8961841315031052,1054.0,269824.0,6944.662130390992,17268736.0 +138.73,7.5,2429.0,0.008644119836390018,0.11566162109375,0.0,1.9065953493118286,2.2850801944732666,-0.010196360759437084,0.0025759765412658453,0.24314530193805695,0.5300818085670471,0.9101198241114616,1055.0,270080.0,6951.405530404067,17285120.0 +159.14,7.800000190734863,2505.0,0.01127383578568697,0.1492716521024704,0.0,1.8938912153244019,2.2948710918426514,-0.012747001834213734,0.0025687196757644415,0.2087433785200119,0.540855348110199,0.9235131964087486,1056.0,270336.0,6957.944481723942,17301504.0 +184.86,6.900000095367432,2543.0,0.008376645855605602,0.1114298477768898,0.0,1.9268468618392944,2.2854199409484863,-0.010528611950576305,0.002579927444458008,0.2903541028499603,0.5250890851020813,0.8947883099317551,1057.0,270592.0,6964.386150401086,17317888.0 +115.57,7.900000095367432,2409.0,0.011370937339961529,0.16259765625,0.0,1.926259994506836,2.2305147647857666,-0.012565874494612217,0.0025197898503392935,0.357435941696167,0.52251797914505,0.8859853744506836,1058.0,270848.0,6971.18546129507,17334272.0 +149.77,7.599999904632568,2460.0,0.009084896184504032,0.1201985701918602,0.0,1.9015430212020874,2.24653697013855,-0.011460253037512302,0.0025287459138780832,0.28719258308410645,0.5274993777275085,0.8957263305783272,1059.0,271104.0,6977.845048923977,17350656.0 +111.84,7.599999904632568,2546.0,0.011140584945678711,0.1484578400850296,0.0,1.8673902750015259,2.251906394958496,-0.011921662837266922,0.002530960366129875,0.2465144395828247,0.5130934715270996,0.90614303201437,1060.0,271360.0,6984.280392600922,17367040.0 +165.08,7.5,2576.0,0.010407942347228527,0.1337076872587204,0.0,1.8676376342773438,2.2905328273773193,-0.007276942487806082,0.0025300742127001286,0.27194589376449585,0.4968097507953644,0.8899536803364754,1061.0,271616.0,6990.639776434982,17383424.0 +201.49,7.800000190734863,2578.0,0.008787277154624462,0.1165568009018898,0.0,1.8632140159606934,2.2864997386932373,-0.011438753455877304,0.002522918162867427,0.2229747176170349,0.5245714783668518,0.9150746986269951,1062.0,271872.0,6996.995667546056,17399808.0 +153.84,8.199999809265137,2558.0,0.010120468214154243,0.13800048828125,0.0,1.8541412353515625,2.2691762447357178,-0.011686407960951328,0.002534241182729602,0.23040245473384857,0.5061975121498108,0.9125540480017662,1063.0,272128.0,7003.401489363052,17416192.0 +168.86,7.900000095367432,2549.0,0.009585975669324398,0.1290283203125,0.0,1.8604397773742676,2.2414321899414062,-0.010958291590213776,0.0025256697554141283,0.21882660686969757,0.5215639472007751,0.9271792769432068,1064.0,272384.0,7009.828860298963,17432576.0 +190.53,7.599999904632568,2594.0,0.00860876776278019,0.1177978515625,0.0,1.88119375705719,2.267688035964966,-0.008586772717535496,0.002526798052713275,0.26528772711753845,0.5164147615432739,0.9063819348812103,1065.0,272640.0,7016.144109795103,17448960.0 +165.16,7.599999904632568,2644.0,0.00938764400780201,0.1273600310087204,0.0,1.8901585340499878,2.253931999206543,-0.010308383964002132,0.0025314721278846264,0.2539776861667633,0.5302814245223999,0.9176230281591415,1066.0,272896.0,7022.3415169271175,17465344.0 +142.44,7.599999904632568,2671.0,0.009757780469954014,0.12567138671875,0.0,1.9099717140197754,2.246399402618408,-0.010063407011330128,0.002523064613342285,0.31610992550849915,0.5229119658470154,0.8965244814753532,1067.0,273152.0,7028.475174664054,17481728.0 +175.95,7.099999904632568,2687.0,0.007833082228899002,0.1010538712143898,0.0,1.9216383695602417,2.2427284717559814,-0.008898708038032055,0.002515130676329136,0.30423834919929504,0.5432795882225037,0.8969018459320068,1068.0,273408.0,7034.573312550085,17498112.0 +191.02,7.300000190734863,2591.0,0.008393029682338238,0.1112060546875,0.0,1.8280173540115356,2.2409470081329346,-0.010983427055180073,0.0025061850901693106,0.19089366495609283,0.512870728969574,0.9337252527475357,1069.0,273664.0,7040.8961926959455,17514496.0 +237.7,7.599999904632568,2612.0,0.010613630525767803,0.1392415314912796,0.0,1.871514916419983,2.300328016281128,-0.009879867546260357,0.002544622402638197,0.21516864001750946,0.524502694606781,0.9291620403528214,1070.0,273920.0,7047.167566986987,17530880.0 +224.7,7.300000190734863,2628.0,0.01010128203779459,0.1354573518037796,0.0,1.8981620073318481,2.3122177124023438,-0.012181556783616543,0.002569147851318121,0.20479653775691986,0.5464935302734375,0.9280055239796638,1071.0,274176.0,7053.401125567034,17547264.0 +141.84,7.5,2564.0,0.00937319453805685,0.1298828125,0.0,1.8806287050247192,2.294842004776001,-0.010809033177793026,0.0025384235195815563,0.24113385379314423,0.5246077179908752,0.9238002747297287,1072.0,274432.0,7059.791692566127,17563648.0 +176.98,7.400000095367432,2426.0,0.008675485849380493,0.1136678084731102,0.0,1.8715291023254395,2.2903833389282227,-0.008568095974624157,0.002519326051697135,0.25079575181007385,0.5179399847984314,0.9133356958627701,1073.0,274688.0,7066.543618228985,17580032.0 +170.23,7.800000190734863,2479.0,0.008343025110661983,0.1042887344956398,0.0,1.8630071878433228,2.270402193069458,-0.008256983943283558,0.0025174252223223448,0.2363918572664261,0.517059862613678,0.9158310294151306,1074.0,274944.0,7073.153941248078,17596416.0 +152.76,8.300000190734863,2395.0,0.010778240859508514,0.1452840119600296,0.0,1.8527722358703613,2.2505953311920166,-0.01248367503285408,0.0025358833372592926,0.2191941738128662,0.5102232098579407,0.9137571081519127,1075.0,275200.0,7079.994214066071,17612800.0 +142.16,7.0,2453.0,0.010296917520463467,0.1389567106962204,0.0,1.8733326196670532,2.2624425888061523,-0.008359705097973347,0.002501558745279908,0.2811514437198639,0.5129619240760803,0.8984456211328506,1076.0,275456.0,7086.672129319981,17629184.0 +192.97,7.300000190734863,2457.0,0.009888376109302044,0.1386515349149704,0.0,1.837138056755066,2.28378963470459,-0.011483490467071533,0.002492800820618868,0.19237756729125977,0.528870165348053,0.9306928142905235,1077.0,275712.0,7093.339895603014,17645568.0 +196.99,6.699999809265137,2416.0,0.008796990849077702,0.1188761368393898,0.0,1.8799123764038086,2.271369218826294,-0.011136495508253574,0.0024996809661388397,0.3210701048374176,0.5033871531486511,0.9032043218612671,1078.0,275968.0,7100.121191818966,17661952.0 +146.13,7.5,2492.0,0.007879292592406273,0.10479736328125,0.0,1.854418396949768,2.289577007293701,-0.009898151271045208,0.002500839065760374,0.24765180051326752,0.512966513633728,0.9252958595752716,1079.0,276224.0,7106.696348099038,17678336.0 +109.73,8.0,2426.0,0.009652004577219486,0.1284383088350296,0.0,1.8691803216934204,2.285064697265625,-0.01110793650150299,0.002501794369891286,0.26197758316993713,0.5212526917457581,0.925223246216774,1080.0,276480.0,7113.449644908076,17694720.0 +125.32,8.199999809265137,2445.0,0.009048543870449066,0.1236979141831398,0.0,1.837134838104248,2.2385318279266357,-0.010954712517559528,0.002497526351362467,0.19921046495437622,0.5221065878868103,0.9407336711883545,1081.0,276736.0,7120.150569950929,17711104.0 +159.46,7.599999904632568,2456.0,0.00981354620307684,0.13543701171875,0.0,1.8961676359176636,2.24117374420166,-0.010455538518726826,0.0024910704232752323,0.32802823185920715,0.5194852948188782,0.896747775375843,1082.0,276992.0,7126.821895810077,17727488.0 +174.93,7.099999904632568,2406.0,0.009447827003896236,0.1243082657456398,0.0,1.8994765281677246,2.253633737564087,-0.010788463056087494,0.002490815706551075,0.32411298155784607,0.5253371000289917,0.8844058662652969,1083.0,277248.0,7133.631311509991,17743872.0 +124.02,7.900000095367432,2405.0,0.008513464592397213,0.11053466796875,0.0,1.8676587343215942,2.2469842433929443,-0.011165071278810501,0.0025095546152442694,0.29159918427467346,0.500717043876648,0.8948772177100182,1084.0,277504.0,7140.442937063053,17760256.0 +122.25,7.900000095367432,2433.0,0.009160465560853481,0.1207071915268898,0.0,1.885905146598816,2.2408945560455322,-0.01087083201855421,0.0025104477535933256,0.30507946014404297,0.511421263217926,0.8684957474470139,1085.0,277760.0,7147.177931613056,17776640.0 +163.58,7.099999904632568,2513.0,0.010594611056149006,0.14508056640625,0.0,1.896907925605774,2.2531707286834717,-0.010568220168352127,0.002518451539799571,0.2976519763469696,0.5219561457633972,0.8680172562599182,1086.0,278016.0,7153.697561918991,17793024.0 +137.16,8.100000381469727,2570.0,0.009120886214077473,0.1220906600356102,0.0,1.890364646911621,2.228701591491699,-0.01087543461471796,0.0025282984133809805,0.31207817792892456,0.5033389925956726,0.8788226023316383,1087.0,278272.0,7160.073553513037,17809408.0 +140.58,7.800000190734863,2565.0,0.008524713106453419,0.1103108748793602,0.0,1.8721257448196411,2.2563750743865967,-0.010198659263551235,0.0025213786866515875,0.32813534140586853,0.4801311790943146,0.8813350200653076,1088.0,278528.0,7166.459586946992,17825792.0 +119.13,7.300000190734863,2528.0,0.008019653148949146,0.1056111678481102,0.0,1.9112567901611328,2.2552077770233154,-0.009250340051949024,0.002522266935557127,0.3955709636211395,0.48414039611816406,0.8729633241891861,1089.0,278784.0,7172.940972360084,17842176.0 +170.53,7.400000095367432,2457.0,0.008539206348359585,0.1159261092543602,0.0,1.821386694908142,2.246412754058838,-0.009223062545061111,0.002531554317101836,0.21269731223583221,0.48094794154167175,0.9168450236320496,1090.0,279040.0,7179.609107684111,17858560.0 +143.4,8.100000381469727,2465.0,0.009150157682597637,0.1219075545668602,0.0,1.8947077989578247,2.2425458431243896,-0.008617649786174297,0.002511385129764676,0.33144548535346985,0.5043356418609619,0.8846124187111855,1091.0,279296.0,7186.256487592123,17874944.0 +122.77,8.600000381469727,2484.0,0.009012974798679352,0.1171061173081398,0.0,1.8510318994522095,2.228234052658081,-0.012143228203058243,0.002507246332243085,0.25721144676208496,0.503228485584259,0.8992326483130455,1092.0,279552.0,7192.852961084107,17891328.0 +150.62,7.5,2486.0,0.008182094432413578,0.1075642928481102,0.0,1.924491047859192,2.229410409927368,-0.008258393965661526,0.0024876848328858614,0.4019724428653717,0.5102150440216064,0.849319577217102,1093.0,279808.0,7199.444592625136,17907712.0 +117.1,7.099999904632568,2576.0,0.007394039537757635,0.0944010391831398,0.0,1.8945223093032837,2.238123893737793,-0.0100626265630126,0.0024856613017618656,0.36693379282951355,0.5006689429283142,0.8766769990324974,1094.0,280064.0,7205.803745357087,17924096.0 +74.15,8.699999809265137,2475.0,0.008950901217758656,0.1144816055893898,0.0,1.8381093740463257,2.199462652206421,-0.011621247045695782,0.0024809797760099173,0.2734743356704712,0.49449825286865234,0.901390478014946,1095.0,280320.0,7212.422562831081,17940480.0 +115.33,7.900000095367432,2465.0,0.007197069004178047,0.0933024063706398,0.0,1.8339020013809204,2.2405331134796143,-0.009856224991381168,0.0024930357467383146,0.25211748480796814,0.49358710646629333,0.9085488766431808,1096.0,280576.0,7219.067295744084,17956864.0 +148.3,8.100000381469727,2596.0,0.009165267460048199,0.1240437850356102,0.0,1.8420318365097046,2.2583441734313965,-0.011127318255603313,0.002504816045984626,0.22168536484241486,0.5124920010566711,0.9105724394321442,1097.0,280832.0,7225.3774297940545,17973248.0 +164.46,7.199999809265137,2552.0,0.009029414504766464,0.1145223006606102,0.0,1.9003688097000122,2.2396082878112793,-0.008375323377549648,0.0025389082729816437,0.34540900588035583,0.48898187279701233,0.8515955209732056,1098.0,281088.0,7231.796696829144,17989632.0 +133.02,7.400000095367432,2575.0,0.009225972928106785,0.1116739884018898,0.0,1.918190836906433,2.2317233085632324,-0.010959334671497345,0.0025201640091836452,0.3464050590991974,0.5181832909584045,0.8469749689102173,1099.0,281344.0,7238.158059254987,18006016.0 +201.68,7.400000095367432,2578.0,0.009684684686362743,0.1247965469956398,0.0,1.7478018999099731,2.2440311908721924,-0.010813460685312748,0.0025210150051862,0.24908334016799927,0.5303184986114502,0.8923957645893097,1100.0,281600.0,7244.512204231927,18022400.0 +159.71,7.400000095367432,2476.0,0.008668008260428905,0.1097615584731102,0.0,1.7324484586715698,2.243809461593628,-0.010971862822771072,0.002511392580345273,0.25432372093200684,0.515867292881012,0.8890944793820381,1101.0,281856.0,7251.129386491142,18038784.0 +181.75,7.199999809265137,2472.0,0.009936019778251648,0.1372273713350296,0.0,1.7637743949890137,2.2726423740386963,-0.01054536085575819,0.0025136275216937065,0.2944056987762451,0.5268007516860962,0.8803195804357529,1102.0,282112.0,7257.756409309106,18055168.0 +163.8,7.900000095367432,2607.0,0.008193896152079105,0.1095174178481102,0.0,1.739930272102356,2.226389169692993,-0.010207210667431355,0.0025214359629899263,0.24248163402080536,0.5243207216262817,0.9128965213894844,1103.0,282368.0,7264.040662764106,18071552.0 +171.72,8.199999809265137,2587.0,0.009601805359125137,0.13128662109375,0.0,1.7404948472976685,2.227638006210327,-0.008612828329205513,0.0025187416467815638,0.24400246143341064,0.523745596408844,0.9064953476190567,1104.0,282624.0,7270.374446121976,18087936.0 +113.49,8.199999809265137,2497.0,0.01163735892623663,0.1499226838350296,0.0,1.7330513000488281,2.209437131881714,-0.009359891526401043,0.0025121986400336027,0.24785582721233368,0.5174980759620667,0.9112388342618942,1105.0,282880.0,7276.934466311941,18104320.0 +144.18,7.599999904632568,2611.0,0.009432616643607616,0.1317342072725296,0.0,1.7551555633544922,2.2054803371429443,-0.01027724426239729,0.002517389366403222,0.28080102801322937,0.521939754486084,0.8906243443489075,1106.0,283136.0,7283.209558929084,18120704.0 +132.2,7.300000190734863,2566.0,0.0104467598721385,0.1432698518037796,0.0,1.732093334197998,2.1858115196228027,-0.012361894361674786,0.0025013205595314503,0.2723941504955292,0.5116276144981384,0.8870628923177719,1107.0,283392.0,7289.594527231995,18137088.0 +93.1,8.899999618530273,2614.0,0.008857454173266888,0.1182047501206398,0.0,1.743112564086914,2.1558120250701904,-0.012130730785429478,0.0025223041884601116,0.2951587736606598,0.5001692175865173,0.8733172863721848,1108.0,283648.0,7295.861608732957,18153472.0 +130.04,7.800000190734863,2594.0,0.007382577285170555,0.09490966796875,0.0,1.7685999870300293,2.1790406703948975,-0.00902466382831335,0.002507947850972414,0.3194211423397064,0.518679678440094,0.8741081953048706,1109.0,283904.0,7302.178048711037,18169856.0 +123.53,7.300000190734863,2545.0,0.008611699566245079,0.1139933243393898,0.0,1.7660750150680542,2.2178211212158203,-0.009467198513448238,0.002520497189834714,0.29737839102745056,0.5224878191947937,0.8858786299824715,1110.0,284160.0,7308.614914370934,18186240.0 +198.62,7.300000190734863,2554.0,0.008649011142551899,0.1131591796875,0.0,1.7678238153457642,2.2223916053771973,-0.010014747269451618,0.002556340303272009,0.23646587133407593,0.5400237441062927,0.9138531312346458,1111.0,284416.0,7315.031062676106,18202624.0 +207.58,7.099999904632568,2608.0,0.009570538997650146,0.124755859375,0.0,1.7837492227554321,2.2341415882110596,-0.007966435514390469,0.002554921666160226,0.28051915764808655,0.5320498943328857,0.9068727791309357,1112.0,284672.0,7321.312803932931,18219008.0 +213.04,6.900000095367432,2618.0,0.00915724691003561,0.1262613981962204,0.0,1.7445554733276367,2.2429072856903076,-0.010291236452758312,0.002537453779950738,0.20378856360912323,0.5424962043762207,0.9272836148738861,1113.0,284928.0,7327.570748280967,18235392.0 +193.16,7.400000095367432,2647.0,0.009877597913146019,0.13037109375,0.0,1.765372633934021,2.2031819820404053,-0.008482692763209343,0.002536640502512455,0.28505730628967285,0.5190943479537964,0.8975668549537659,1114.0,285184.0,7333.761282436084,18251776.0 +128.28,7.5,2673.0,0.009094291366636753,0.11279296875,0.0,1.732109546661377,2.201270818710327,-0.010291836224496365,0.00251225964166224,0.2880181670188904,0.49565958976745605,0.8532706797122955,1115.0,285440.0,7339.890390939079,18268160.0 +170.06,7.900000095367432,2607.0,0.010845433920621872,0.1526285856962204,0.0,1.7526997327804565,2.2123324871063232,-0.009027411229908466,0.0024980867747217417,0.3293353021144867,0.5014244914054871,0.8372928500175476,1116.0,285696.0,7346.173614141997,18284544.0 +203.03,7.099999904632568,2604.0,0.009941368363797665,0.12640380859375,0.0,1.7109440565109253,2.2198994159698486,-0.010037845000624657,0.002486353274434805,0.27658364176750183,0.491838663816452,0.8598757237195969,1117.0,285952.0,7352.464733527042,18300928.0 +155.24,7.199999809265137,2645.0,0.009678673930466175,0.12896728515625,0.0,1.7353706359863281,2.2133805751800537,-0.00998444203287363,0.0024898091796785593,0.3000951409339905,0.5036807060241699,0.8645154386758804,1118.0,286208.0,7358.658945742995,18317312.0 +141.62,8.199999809265137,2692.0,0.011591210961341858,0.1561686247587204,0.0,1.7446039915084839,2.188262701034546,-0.011641399003565311,0.0025090076960623264,0.28406479954719543,0.5142483115196228,0.8676201105117798,1119.0,286464.0,7364.744335645111,18333696.0 +165.0,7.699999809265137,2561.0,0.010453741997480392,0.1409912109375,0.0,1.7553911209106445,2.189765453338623,-0.010771404951810837,0.002502474235370755,0.31259778141975403,0.5128292441368103,0.868863046169281,1120.0,286720.0,7371.141607315047,18350080.0 +96.49,7.699999809265137,2604.0,0.011694037355482578,0.1468098908662796,0.0,1.7667665481567383,2.1664342880249023,-0.01064635906368494,0.0025081555359065533,0.32243213057518005,0.5165829062461853,0.8555409610271454,1121.0,286976.0,7377.432931409916,18366464.0 +155.01,7.699999809265137,2599.0,0.009560143575072289,0.12860107421875,0.0,1.751909613609314,2.164748430252075,-0.010408696718513966,0.002490435494109988,0.2818920612335205,0.5310197472572327,0.8887644931674004,1122.0,287232.0,7383.7367001939565,18382848.0 +127.89,8.100000381469727,2594.0,0.008981042541563511,0.1149088516831398,0.0,1.713851809501648,2.168091297149658,-0.009267019107937813,0.0024931489024311304,0.19998882710933685,0.531593382358551,0.921223096549511,1123.0,287488.0,7390.053230721038,18399232.0 +143.08,7.900000095367432,2572.0,0.011224313639104366,0.1451212614774704,0.0,1.7416940927505493,2.180697202682495,-0.010006226599216461,0.002502598101273179,0.2612117528915405,0.5248107314109802,0.8897767439484596,1124.0,287744.0,7396.4233863730915,18415616.0 +131.43,7.5,2581.0,0.010043519549071789,0.1316935271024704,0.0,1.7921814918518066,2.177037000656128,-0.00904830452054739,0.002496612025424838,0.35720738768577576,0.5294199585914612,0.8577443510293961,1125.0,288000.0,7402.772458851105,18432000.0 +154.91,7.800000190734863,2618.0,0.010633756406605244,0.152587890625,0.0,1.7016645669937134,2.220489263534546,-0.01157333329319954,0.0025134130846709013,0.2081422209739685,0.5069388151168823,0.892829492688179,1126.0,288256.0,7409.030934181996,18448384.0 +165.12,7.5,2598.0,0.00825841911137104,0.1054890975356102,0.0,1.7133361101150513,2.258408308029175,-0.011043287813663483,0.0025081781204789877,0.24008208513259888,0.5047460198402405,0.8789873421192169,1127.0,288512.0,7415.336713914992,18464768.0 +153.46,7.800000190734863,2514.0,0.009987546131014824,0.1357421875,0.0,1.7175265550613403,2.232536554336548,-0.010144720785319805,0.0025064032524824142,0.25117021799087524,0.5029189586639404,0.890188604593277,1128.0,288768.0,7421.853516393108,18481152.0 +184.76,7.699999809265137,2391.0,0.010120940394699574,0.1342976838350296,0.0,1.7274894714355469,2.210360527038574,-0.011162604205310345,0.0025069518014788628,0.2797911465167999,0.4988052546977997,0.8638783544301987,1129.0,289024.0,7428.705595442094,18497536.0 +185.4,7.599999904632568,2438.0,0.009597379714250565,0.1313069611787796,0.0,1.7618590593338013,2.238121747970581,-0.01175178587436676,0.0025152016896754503,0.3334271013736725,0.5037815570831299,0.8345428109169006,1130.0,289280.0,7435.42858679709,18513920.0 +75.43,8.699999809265137,2427.0,0.009239702485501766,0.12213134765625,0.0,1.734668254852295,2.2234890460968018,-0.008659102022647858,0.0025164245162159204,0.24702440202236176,0.5169768333435059,0.8942684978246689,1131.0,289536.0,7442.17937561404,18530304.0 +147.2,7.900000095367432,2478.0,0.010202824138104916,0.1400960236787796,0.0,1.705224633216858,2.294394016265869,-0.009559730999171734,0.0025245591532438993,0.19912908971309662,0.5087082982063293,0.903128944337368,1132.0,289792.0,7448.790612505982,18546688.0 +137.08,7.599999904632568,2596.0,0.008086193352937698,0.1044108048081398,0.0,1.758371353149414,2.236320734024048,-0.012410060502588749,0.0025003983173519373,0.3119487762451172,0.5197142958641052,0.8577095866203308,1133.0,290048.0,7455.103186109103,18563072.0 +160.02,6.900000095367432,2658.0,0.009926224127411842,0.1366373747587204,0.0,1.8096622228622437,2.2315874099731445,-0.009455920197069645,0.0024926818441599607,0.4257796108722687,0.5142474174499512,0.820906862616539,1134.0,290304.0,7461.266262194142,18579456.0 +175.18,7.699999809265137,2577.0,0.009115765802562237,0.1169637069106102,0.0,1.81130850315094,2.240095376968384,-0.010071405209600925,0.0024926404003053904,0.4359338581562042,0.5113164782524109,0.7969623357057571,1135.0,290560.0,7467.624982942129,18595840.0 +93.07,8.699999809265137,2609.0,0.012448061257600784,0.1688232421875,0.0,1.6714905500411987,2.2461647987365723,-0.010196096263825893,0.0024870585184544325,0.16729925572872162,0.5083615183830261,0.9138171672821045,1136.0,290816.0,7473.90433026501,18612224.0 +145.37,8.199999809265137,2481.0,0.010931531898677349,0.1480916291475296,0.0,1.7006028890609741,2.2455668449401855,-0.009770012460649014,0.0024965740740299225,0.21465320885181427,0.5090121030807495,0.8930629715323448,1137.0,291072.0,7480.507732650964,18628608.0 +179.38,7.199999809265137,2513.0,0.008698462508618832,0.1192830428481102,0.0,1.8000024557113647,2.204026699066162,-0.009690707549452782,0.002482037292793393,0.4089682996273041,0.5181697010993958,0.8434453457593918,1138.0,291328.0,7487.0260457880795,18644992.0 +122.08,7.400000095367432,2639.0,0.008161530829966068,0.1023966446518898,0.0,1.7571591138839722,2.1928253173828125,-0.01082514226436615,0.0024733389727771282,0.34720149636268616,0.5106945633888245,0.863006979227066,1139.0,291584.0,7493.2348200751,18661376.0 +165.75,8.199999809265137,2583.0,0.009264192543923855,0.11785888671875,0.0,1.7302457094192505,2.2027711868286133,-0.011462775059044361,0.0024921430740505457,0.24912072718143463,0.5260104537010193,0.8833849430084229,1140.0,291840.0,7499.579613948939,18677760.0 +161.9,7.900000095367432,2618.0,0.011042841710150242,0.13958740234375,0.0,1.7145295143127441,2.198471784591675,-0.010400679893791676,0.002484784694388509,0.26059937477111816,0.5052997469902039,0.8654630780220032,1141.0,292096.0,7505.8377175231,18694144.0 +127.13,7.099999904632568,2499.0,0.009656136855483055,0.1315104216337204,0.0,1.7566614151000977,2.2076313495635986,-0.008172516711056232,0.0025154720060527325,0.31071147322654724,0.5061067938804626,0.8487687706947327,1142.0,292352.0,7512.3948728740215,18710528.0 +148.36,7.099999904632568,2526.0,0.010381544940173626,0.14501953125,0.0,1.7695279121398926,2.191490888595581,-0.010819562710821629,0.0025041436310857534,0.3430424630641937,0.5108914375305176,0.8378782868385315,1143.0,292608.0,7518.880107471021,18726912.0 +133.86,7.900000095367432,2565.0,0.009341915138065815,0.1266276091337204,0.0,1.7804279327392578,2.1486074924468994,-0.0097422543913126,0.002498004352673888,0.3591860830783844,0.5153903365135193,0.8489425629377365,1144.0,292864.0,7525.26748270914,18743296.0 +100.14,8.399999618530273,2523.0,0.009634294547140598,0.1216227188706398,0.0,1.7510929107666016,2.165315866470337,-0.010675801895558834,0.002490437589585781,0.3078363835811615,0.5164066553115845,0.8724597692489624,1145.0,293120.0,7531.761695903959,18759680.0 +133.08,8.300000190734863,2584.0,0.01037632580846548,0.1390584260225296,0.0,1.7059998512268066,2.2026126384735107,-0.012160866521298885,0.002477093832567334,0.2441474348306656,0.5107646584510803,0.8903065621852875,1146.0,293376.0,7538.102011814946,18776064.0 +117.89,8.100000381469727,2514.0,0.009791634976863861,0.12591552734375,0.0,1.7136133909225464,2.2068593502044678,-0.008258926682174206,0.0024684558156877756,0.2661697566509247,0.50723797082901,0.8828102052211761,1147.0,293632.0,7544.61805442092,18792448.0 +124.65,8.100000381469727,2581.0,0.010910185985267162,0.1486409455537796,0.0,1.734939455986023,2.1651389598846436,-0.012039738707244396,0.0024667377583682537,0.3259165585041046,0.5024929642677307,0.880246639251709,1148.0,293888.0,7550.964766687015,18808832.0 +180.12,7.400000095367432,2599.0,0.008320196531713009,0.1095377579331398,0.0,1.7151402235031128,2.149589776992798,-0.010712020099163055,0.0024822650011628866,0.26547500491142273,0.5043925642967224,0.8975761085748672,1149.0,294144.0,7557.269376598997,18825216.0 +111.83,7.699999809265137,2618.0,0.01069303322583437,0.1242879256606102,0.0,1.7506647109985352,2.1615822315216064,-0.011258785612881184,0.00249684602022171,0.30908438563346863,0.5126549601554871,0.8796693608164787,1150.0,294400.0,7563.528200641973,18841600.0 +129.36,8.5,2643.0,0.009677817113697529,0.1251017302274704,0.0,1.7083979845046997,2.158411741256714,-0.010697796009480953,0.0025011070538312197,0.20134009420871735,0.5224300026893616,0.9102521687746048,1151.0,294656.0,7569.726889949059,18857984.0 +126.16,7.800000190734863,2562.0,0.01013175304979086,0.1297607421875,0.0,1.768957257270813,2.209712505340576,-0.009668867103755474,0.0025211209431290627,0.29194438457489014,0.5283597111701965,0.8616241812705994,1152.0,294912.0,7576.121178525034,18874368.0 +211.04,7.400000095367432,2636.0,0.00815784465521574,0.1044921875,0.0,1.7570334672927856,2.1735103130340576,-0.009408890269696712,0.002517825225368142,0.2910584509372711,0.5169232487678528,0.8856458142399788,1153.0,295168.0,7582.335856141057,18890752.0 +102.91,8.300000190734863,2639.0,0.009060309268534184,0.11474609375,0.0,1.7369928359985352,2.104217767715454,-0.008542115800082684,0.0025080738123506308,0.29492583870887756,0.49635663628578186,0.8698684573173523,1154.0,295424.0,7588.544726791093,18907136.0 +154.49,7.199999809265137,2668.0,0.010800694115459919,0.14178466796875,0.0,1.7506567239761353,2.1613070964813232,-0.009889994747936726,0.00249786046333611,0.3553154170513153,0.4856666326522827,0.8661424964666367,1155.0,295680.0,7594.684874298051,18923520.0 +141.71,8.5,2595.0,0.010413887910544872,0.1448567658662796,0.0,1.707618236541748,2.1584556102752686,-0.010099711827933788,0.002515348605811596,0.24047110974788666,0.4926685392856598,0.9175817593932152,1156.0,295936.0,7600.998349281959,18939904.0 +147.78,8.399999618530273,2610.0,0.00954377744346857,0.12774658203125,0.0,1.7051433324813843,2.191317558288574,-0.008716792799532413,0.0025231759063899517,0.1984662264585495,0.5076445937156677,0.9304280132055283,1157.0,296192.0,7607.274498010054,18956288.0 +161.34,7.900000095367432,2633.0,0.011250387877225876,0.1537882536649704,0.0,1.7393921613693237,2.1858937740325928,-0.009145023301243782,0.0025224003475159407,0.23989267647266388,0.5230697989463806,0.9204412698745728,1158.0,296448.0,7613.498724882025,18972672.0 +121.09,8.199999809265137,2561.0,0.009540908969938755,0.1295572966337204,0.0,1.7263532876968384,2.1825921535491943,-0.009640076197683811,0.0025305331218987703,0.20611757040023804,0.5236635804176331,0.9279295802116394,1159.0,296704.0,7619.901002842933,18989056.0 +226.45,6.900000095367432,2423.0,0.009997915476560593,0.1314290314912796,0.0,1.7937040328979492,2.147918462753296,-0.00893357489258051,0.0024979086592793465,0.36480793356895447,0.5258706212043762,0.8687004446983337,1160.0,296960.0,7626.662627635058,19005440.0 +140.98,8.100000381469727,2472.0,0.010989062488079071,0.1495157927274704,0.0,1.747947096824646,2.136873722076416,-0.010517862625420094,0.0024894375819712877,0.27016809582710266,0.5333889126777649,0.9045724123716354,1161.0,297216.0,7633.290348029928,19021824.0 +140.53,7.5,2435.0,0.010583723895251751,0.1473185271024704,0.0,1.7122703790664673,2.1626272201538086,-0.011735302396118641,0.002484569326043129,0.23167352378368378,0.519656240940094,0.907273031771183,1162.0,297472.0,7640.019462533994,19038208.0 +156.73,7.800000190734863,2468.0,0.010127441957592964,0.1434733122587204,0.0,1.6934375762939453,2.1700222492218018,-0.009991622529923916,0.002488495083525777,0.21057282388210297,0.5069340467453003,0.9032346531748772,1163.0,297728.0,7646.656727100024,19054592.0 +137.92,8.0,2439.0,0.009588715620338917,0.1246541365981102,0.0,1.7074109315872192,2.112506866455078,-0.009962489828467369,0.002500266069546342,0.23065799474716187,0.504645049571991,0.8983600810170174,1164.0,297984.0,7653.372624858981,19070976.0 +161.84,6.699999809265137,2426.0,0.008730819448828697,0.1160685196518898,0.0,1.7291007041931152,2.142956495285034,-0.010842711664736271,0.0024938590358942747,0.2265605479478836,0.5347921848297119,0.9032239988446236,1165.0,298240.0,7660.126631164923,19087360.0 +191.37,7.5,2433.0,0.009039957076311111,0.1206461563706398,0.0,1.7779301404953003,2.096447706222534,-0.007493873592466116,0.002510031219571829,0.3133638799190521,0.5284509062767029,0.8880530297756195,1166.0,298496.0,7666.860327488044,19103744.0 +152.75,7.900000095367432,2451.0,0.009178880602121353,0.1090087890625,0.0,1.7419711351394653,2.117206573486328,-0.00629578297957778,0.0025105259846895933,0.2853841185569763,0.5033823847770691,0.9051118418574333,1167.0,298752.0,7673.544765623985,19120128.0 +154.89,7.800000190734863,2562.0,0.00945298746228218,0.1278279572725296,0.0,1.7911959886550903,2.1535093784332275,-0.008738305419683456,0.002524100011214614,0.33905622363090515,0.523832380771637,0.884975902736187,1168.0,299008.0,7679.944171261974,19136512.0 +110.92,7.800000190734863,2580.0,0.010629755444824696,0.1353352814912796,0.0,1.7000102996826172,2.1751034259796143,-0.00920888688415289,0.0025065250229090452,0.1884414553642273,0.5161967873573303,0.9320603162050247,1169.0,299264.0,7686.294437248027,19152896.0 +184.12,7.599999904632568,2455.0,0.010539603419601917,0.1475423127412796,0.0,1.7696523666381836,2.1749117374420166,-0.00980335008352995,0.002517230808734894,0.2817850410938263,0.5363167524337769,0.9027641862630844,1170.0,299520.0,7692.968713459093,19169280.0 +172.06,7.900000095367432,2585.0,0.008888964541256428,0.11822509765625,0.0,1.7425490617752075,2.1727094650268555,-0.010501713491976261,0.0025211493484675884,0.24672941863536835,0.5247368216514587,0.9137412160634995,1171.0,299776.0,7699.3067299860995,19185664.0 +150.22,7.5,2579.0,0.01109052449464798,0.1420491486787796,0.0,1.766130805015564,2.1461832523345947,-0.010943721048533916,0.002508710604161024,0.3054240047931671,0.5249143242835999,0.89738679677248,1172.0,300032.0,7705.660358946072,19202048.0 +125.14,7.800000190734863,2602.0,0.010636487044394016,0.1388142853975296,0.0,1.72152841091156,2.213761329650879,-0.009549171663820744,0.002512447303161025,0.2256489247083664,0.5171718001365662,0.9214914739131927,1173.0,300288.0,7711.956689794082,19218432.0 +202.53,7.099999904632568,2600.0,0.00945356022566557,0.12750244140625,0.0,1.7704344987869263,2.2047276496887207,-0.009041199460625648,0.0025037049781531096,0.3080771863460541,0.5292120575904846,0.8938666582107544,1174.0,300544.0,7718.257587261964,19234816.0 +85.95,7.099999904632568,2596.0,0.008702867664396763,0.11407470703125,0.0,1.8277310132980347,2.1779510974884033,-0.010250314138829708,0.0025096943136304617,0.4018300473690033,0.5384993553161621,0.8709467053413391,1175.0,300800.0,7724.568602251122,19251200.0 +156.14,7.900000095367432,2621.0,0.008840677328407764,0.12017822265625,0.0,1.733087420463562,2.1881532669067383,-0.009574168361723423,0.002503991825506091,0.23541997373104095,0.5283644795417786,0.9237495139241219,1176.0,301056.0,7730.819721634034,19267584.0 +83.64,8.800000190734863,2611.0,0.010706865228712559,0.15234375,0.0,1.7125366926193237,2.162533760070801,-0.010922867804765701,0.0024995666462928057,0.2234872728586197,0.5159909725189209,0.9328931570053101,1177.0,301312.0,7737.093026061077,19283968.0 +149.82,8.100000381469727,2542.0,0.010589388199150562,0.1463419646024704,0.0,1.7323800325393677,2.2005491256713867,-0.011471635662019253,0.002502076793462038,0.24863344430923462,0.5235998630523682,0.9226624220609665,1178.0,301568.0,7743.538466285914,19300352.0 +167.88,7.699999809265137,2496.0,0.009077368304133415,0.1225179061293602,0.0,1.7870219945907593,2.182854175567627,-0.0071214609779417515,0.0024940907023847103,0.3704313039779663,0.515934407711029,0.887501060962677,1179.0,301824.0,7750.101430766983,19316736.0 +124.59,8.300000190734863,2506.0,0.010663197375833988,0.1501871794462204,0.0,1.7345126867294312,2.157609224319458,-0.008639917708933353,0.00247957999818027,0.3130026161670685,0.4988342225551605,0.8915802985429764,1180.0,302080.0,7756.642663936131,19333120.0 +145.46,8.300000190734863,2470.0,0.007899896241724491,0.1025594100356102,0.0,1.7354072332382202,2.201641798019409,-0.010893776081502438,0.0025103522930294275,0.25903332233428955,0.5165001749992371,0.9094809368252754,1181.0,302336.0,7763.276729668956,19349504.0 +132.78,7.900000095367432,2473.0,0.008452734909951687,0.108154296875,0.0,1.7304449081420898,2.1715824604034424,-0.010146811604499817,0.0024995822459459305,0.21797627210617065,0.5375810861587524,0.9269725233316422,1182.0,302592.0,7769.901066028047,19365888.0 +121.6,7.900000095367432,2486.0,0.009776151739060879,0.12493896484375,0.0,1.7780855894088745,2.157806158065796,-0.009442996233701706,0.0025321096181869507,0.29528146982192993,0.5301244854927063,0.8954085260629654,1183.0,302848.0,7776.491147696972,19382272.0 +140.46,7.599999904632568,2473.0,0.011937208473682404,0.1624348908662796,0.0,1.7842305898666382,2.160097360610962,-0.00812689308077097,0.002531773177906871,0.29547515511512756,0.5354331135749817,0.8975771069526672,1184.0,303104.0,7783.116646984126,19398656.0 +128.46,8.399999618530273,2486.0,0.00968549121171236,0.1309407502412796,0.0,1.7562094926834106,2.1635725498199463,-0.010969533585011959,0.0025156824849545956,0.26484882831573486,0.5328508615493774,0.904629185795784,1185.0,303360.0,7789.707728110952,19415040.0 +132.13,7.800000190734863,2541.0,0.009423741139471531,0.1257527619600296,0.0,1.7588199377059937,2.1669793128967285,-0.00922443438321352,0.002508715260773897,0.2919881343841553,0.522636890411377,0.883399248123169,1186.0,303616.0,7796.154522906989,19431424.0 +135.67,6.900000095367432,2606.0,0.008298066444694996,0.1111043319106102,0.0,1.8111233711242676,2.2086918354034424,-0.00929944310337305,0.002482559997588396,0.38980433344841003,0.5399176478385925,0.8562082201242447,1187.0,303872.0,7802.442845069105,19447808.0 +104.87,7.699999809265137,2606.0,0.009197322651743889,0.11669921875,0.0,1.8449844121932983,2.186229944229126,-0.011379826813936234,0.002500647446140647,0.4460454285144806,0.5390857458114624,0.83330899477005,1188.0,304128.0,7808.7291611109395,19464192.0 +145.57,8.600000381469727,2554.0,0.008729916997253895,0.0999552384018898,0.0,1.7140144109725952,2.223165273666382,-0.008211414329707623,0.0025115760508924723,0.22267891466617584,0.5097448229789734,0.902756817638874,1189.0,304384.0,7815.145319879055,19480576.0 +163.31,8.0,2592.0,0.009004560299217701,0.11767578125,0.0,1.7442628145217896,2.2117602825164795,-0.010244804434478283,0.002540020039305091,0.22399307787418365,0.529588520526886,0.9005251079797745,1190.0,304640.0,7821.465634304099,19496960.0 +105.08,8.100000381469727,2592.0,0.008524216711521149,0.1045939102768898,0.0,1.7915946245193481,2.1933305263519287,-0.01047228928655386,0.002524765906855464,0.2825331389904022,0.5567882657051086,0.896783746778965,1191.0,304896.0,7827.785612921929,19513344.0 +186.72,7.599999904632568,2613.0,0.010286367498338223,0.1378580778837204,0.0,1.7441043853759766,2.2161364555358887,-0.012486717663705349,0.0025077247992157936,0.25257155299186707,0.5325883030891418,0.9041232019662857,1192.0,305152.0,7834.056429554941,19529728.0 +157.53,7.800000190734863,2611.0,0.010263505391776562,0.14404296875,0.0,1.7465413808822632,2.1774659156799316,-0.007609369233250618,0.0024897055700421333,0.2964884042739868,0.5148026943206787,0.9010358080267906,1193.0,305408.0,7840.332104433095,19546112.0 +135.73,7.5,2556.0,0.009106454439461231,0.1203816756606102,0.0,1.717179298400879,2.213641881942749,-0.01181055512279272,0.0025011624675244093,0.24863754212856293,0.5081292986869812,0.9093776643276215,1194.0,305664.0,7846.740629435983,19562496.0 +156.42,7.800000190734863,2444.0,0.00932407658547163,0.1258544921875,0.0,1.6705697774887085,2.234592914581299,-0.012815051712095737,0.002482576761394739,0.16776151955127716,0.5120630860328674,0.9337382689118385,1195.0,305920.0,7853.444911079016,19578880.0 +227.98,7.400000095367432,2434.0,0.011575126089155674,0.155517578125,0.0,1.7413729429244995,2.2153656482696533,-0.011240226216614246,0.0024785196874290705,0.2877557575702667,0.5238636136054993,0.8957904651761055,1196.0,306176.0,7860.176446032943,19595264.0 +87.85,8.100000381469727,2424.0,0.010249766521155834,0.1289876252412796,0.0,1.7128690481185913,2.188032865524292,-0.01086584385484457,0.002490281593054533,0.209626242518425,0.5286993384361267,0.92760119587183,1197.0,306432.0,7866.935342227109,19611648.0 +207.69,7.300000190734863,2494.0,0.009295310825109482,0.12298583984375,0.0,1.794398307800293,2.189366102218628,-0.01137126237154007,0.0024874068330973387,0.36802545189857483,0.5332160592079163,0.8792972639203072,1198.0,306688.0,7873.505043260986,19628032.0 +134.09,7.699999809265137,2565.0,0.01170786190778017,0.15606689453125,0.0,1.7043498754501343,2.174726724624634,-0.01190685760229826,0.002490211743861437,0.20532603561878204,0.5228304266929626,0.9350404217839241,1199.0,306944.0,7879.892239999026,19644416.0 +123.75,8.199999809265137,2585.0,0.011856899596750736,0.1636759489774704,0.0,1.8291345834732056,2.164283037185669,-0.008843853138387203,0.002498589688912034,0.27820131182670593,0.5382592678070068,0.9150096103549004,1200.0,307200.0,7886.233803438954,19660800.0 +156.25,7.599999904632568,2505.0,0.009367742575705051,0.1116129532456398,0.0,1.860611915588379,2.1862704753875732,-0.007883208803832531,0.002521154237911105,0.31097185611724854,0.5418870449066162,0.9027828723192215,1201.0,307456.0,7892.774840496015,19677184.0 +128.44,7.900000095367432,2513.0,0.010018515400588512,0.1385294646024704,0.0,1.8411568403244019,2.2061750888824463,-0.010747827589511871,0.002530862810090184,0.25600847601890564,0.5485551357269287,0.9174531474709511,1202.0,307712.0,7899.295110360952,19693568.0 +152.07,7.199999809265137,2433.0,0.008286668919026852,0.1117960587143898,0.0,1.8664573431015015,2.218548059463501,-0.009849642403423786,0.002514698775485158,0.33792468905448914,0.5395650863647461,0.8874107822775841,1203.0,307968.0,7906.030052280985,19709952.0 +146.85,7.199999809265137,2438.0,0.00967201218008995,0.1265055388212204,0.0,1.8720139265060425,2.2218945026397705,-0.009486421011388302,0.002524576848372817,0.3382143974304199,0.5399060249328613,0.8666729480028152,1204.0,308224.0,7912.750960925128,19726336.0 +130.15,8.100000381469727,2441.0,0.012397552840411663,0.1663818359375,0.0,1.8372691869735718,2.183706521987915,-0.01193108782172203,0.0025133120361715555,0.29124242067337036,0.5359843373298645,0.8838492631912231,1205.0,308480.0,7919.461290762061,19742720.0 +113.43,7.800000190734863,2475.0,0.009270677343010902,0.1244303360581398,0.0,1.853211522102356,2.194422721862793,-0.009147410281002522,0.002515428466722369,0.30611616373062134,0.5409819483757019,0.8836799412965775,1206.0,308736.0,7926.080027804943,19759104.0 +114.34,8.100000381469727,2414.0,0.009467999450862408,0.1193440780043602,0.0,1.8429851531982422,2.1890318393707275,-0.009683064185082912,0.0025078055914491415,0.30114397406578064,0.5372523665428162,0.8868342787027359,1207.0,308992.0,7932.866976374062,19775488.0 +125.69,7.800000190734863,2449.0,0.012118786573410034,0.1544189453125,0.0,1.8132644891738892,2.1771929264068604,-0.010754699818789959,0.002492989879101515,0.2461971640586853,0.5433155298233032,0.9153908491134644,1208.0,309248.0,7939.556523961015,19791872.0 +99.54,7.699999809265137,2533.0,0.011577076278626919,0.15087890625,0.0,1.8290257453918457,2.1846811771392822,-0.009375900961458683,0.0024933279491961002,0.310287207365036,0.5248734951019287,0.8863068893551826,1209.0,309504.0,7946.024710741127,19808256.0 +149.7,8.199999809265137,2578.0,0.011584073305130005,0.1631673127412796,0.0,1.8431096076965332,2.181687355041504,-0.010146266780793667,0.0025084454100579023,0.3159756362438202,0.5297616124153137,0.8903046548366547,1210.0,309760.0,7952.382967628073,19824640.0 +120.1,8.300000190734863,2554.0,0.011701341718435287,0.1466267853975296,0.0,1.7743438482284546,2.154071569442749,-0.012536413036286831,0.0025254192296415567,0.19716258347034454,0.5137471556663513,0.9333077445626259,1211.0,310016.0,7958.798956246115,19841024.0 +107.51,7.900000095367432,2513.0,0.010078837163746357,0.1321818083524704,0.0,1.789077877998352,2.187734365463257,-0.010550353676080704,0.0025196003261953592,0.17711399495601654,0.5406656861305237,0.9422052726149559,1212.0,310272.0,7965.3176812569145,19857408.0 +164.69,7.599999904632568,2437.0,0.010340865701436996,0.1375732421875,0.0,1.801347255706787,2.210195779800415,-0.013489335775375366,0.0025225705467164516,0.1871677041053772,0.5499925017356873,0.936747133731842,1213.0,310528.0,7972.041220796993,19873792.0 +121.7,7.800000190734863,2445.0,0.011456984095275402,0.1635335236787796,0.0,1.8218549489974976,2.197011709213257,-0.012858367525041103,0.0025217479560524225,0.253902405500412,0.5362507700920105,0.9228797554969788,1214.0,310784.0,7978.741573940031,19890176.0 +100.89,8.300000190734863,2465.0,0.009990126825869083,0.13616943359375,0.0,1.8435379266738892,2.198559045791626,-0.011920756660401821,0.0025159541983157396,0.2683276832103729,0.5532235503196716,0.909612812101841,1215.0,311040.0,7985.386388377985,19906560.0 +160.81,7.5,2466.0,0.008900539018213749,0.1175130233168602,0.0,1.8250776529312134,2.238097906112671,-0.011087365448474884,0.002530493075028062,0.25110480189323425,0.5352662205696106,0.9019433408975601,1216.0,311296.0,7992.030073963106,19922944.0 +178.33,6.599999904632568,2495.0,0.008788646198809147,0.1139729842543602,0.0,1.8323850631713867,2.193246364593506,-0.010821212083101273,0.0025284849107265472,0.2650724947452545,0.5358636379241943,0.8939428403973579,1217.0,311552.0,7998.5976196040865,19939328.0 +178.24,6.699999809265137,2596.0,0.007932192645967007,0.1045328751206398,0.0,1.8374429941177368,2.2296550273895264,-0.010121803730726242,0.0025248529855161905,0.25514188408851624,0.547745406627655,0.8933044001460075,1218.0,311808.0,8004.908487670124,19955712.0 +128.46,7.800000190734863,2610.0,0.008994336239993572,0.1219889298081398,0.0,1.845633625984192,2.208073377609253,-0.01098178792744875,0.002512174192816019,0.3201030194759369,0.5295178890228271,0.8712371438741684,1219.0,312064.0,8011.185950437095,19972096.0 +162.94,8.0,2570.0,0.009560550563037395,0.1245524063706398,0.0,1.8333097696304321,2.1784508228302,-0.00926206260919571,0.00250720651820302,0.2970365583896637,0.5290856957435608,0.8950830474495888,1220.0,312320.0,8017.561833853135,19988480.0 +191.32,7.400000095367432,2529.0,0.008603453636169434,0.1186116561293602,0.0,1.8626700639724731,2.135053873062134,-0.010294174775481224,0.002487737685441971,0.3387416899204254,0.5482808947563171,0.8870054930448532,1221.0,312576.0,8024.040480134077,20004864.0 +114.76,8.0,2527.0,0.010944322682917118,0.13763427734375,0.0,1.8725581169128418,2.125361919403076,-0.01454104483127594,0.0024867381434887648,0.39883390069007874,0.5321489572525024,0.850616380572319,1222.0,312832.0,8030.522508085007,20021248.0 +98.86,8.399999618530273,2429.0,0.008862760849297047,0.11798095703125,0.0,1.7807741165161133,2.145867347717285,-0.011307683773338795,0.002476008143275976,0.22920429706573486,0.5271266102790833,0.9213569313287735,1223.0,313088.0,8037.266279501142,20037632.0 +118.06,8.600000381469727,2498.0,0.012396600097417831,0.1606241911649704,0.0,1.7485218048095703,2.1971778869628906,-0.012072312645614147,0.0024835714139044285,0.16152027249336243,0.5263245105743408,0.9399578385055065,1224.0,313344.0,8043.825613579946,20054016.0 +150.05,7.400000095367432,2410.0,0.00966190081089735,0.129150390625,0.0,1.8014392852783203,2.165149688720703,-0.010884731076657772,0.0024917626287788153,0.2635033130645752,0.5226626992225647,0.9156331196427345,1225.0,313600.0,8050.6231496830005,20070400.0 +135.89,7.599999904632568,2526.0,0.012123197317123413,0.1425577849149704,0.0,1.8134304285049438,2.1138904094696045,-0.012168004177510738,0.002484343945980072,0.29301688075065613,0.5242995619773865,0.9084354564547539,1226.0,313856.0,8057.109700964065,20086784.0 +129.79,7.699999809265137,2592.0,0.010322359390556812,0.1409098356962204,0.0,1.8443461656570435,2.1355831623077393,-0.010057803243398666,0.002506569493561983,0.3279057741165161,0.525216281414032,0.8959470689296722,1227.0,314112.0,8063.430986290099,20103168.0 +107.66,7.900000095367432,2642.0,0.009762539528310299,0.130615234375,0.0,1.8122528791427612,2.1601154804229736,-0.008494545705616474,0.0025191567838191986,0.24085648357868195,0.5294296145439148,0.9230352714657784,1228.0,314368.0,8069.632958637085,20119552.0 +109.48,8.399999618530273,2629.0,0.011050514876842499,0.1455485075712204,0.0,1.7619668245315552,2.199286460876465,-0.010825014673173428,0.0025145632680505514,0.15300273895263672,0.5279480814933777,0.9486580528318882,1229.0,314624.0,8075.865498746047,20135936.0 +182.26,7.699999809265137,2608.0,0.013368799351155758,0.1543172150850296,0.0,1.8257136344909668,2.1786627769470215,-0.008918181993067265,0.0025410542730242014,0.26316308975219727,0.5215110182762146,0.9144453406333923,1230.0,314880.0,8082.146950647002,20152320.0 +128.9,7.699999809265137,2636.0,0.009082564152777195,0.1168009415268898,0.0,1.8814173936843872,2.132807970046997,-0.009144923649728298,0.0025171751622110605,0.39369940757751465,0.5232731699943542,0.8821914345026016,1231.0,315136.0,8088.362800544128,20168704.0 +134.96,7.5,2632.0,0.008088024333119392,0.0976969376206398,0.0,1.8794270753860474,2.153217077255249,-0.00901380367577076,0.002507999772205949,0.3833472728729248,0.5312463641166687,0.8841260001063347,1232.0,315392.0,8094.587587642018,20185088.0 +123.54,8.300000190734863,2578.0,0.01012919656932354,0.1271565705537796,0.0,1.815630316734314,2.1752588748931885,-0.008527771569788456,0.002509785583242774,0.27436792850494385,0.5204076170921326,0.9006176218390465,1233.0,315648.0,8100.941952268127,20201472.0 +178.59,7.599999904632568,2593.0,0.010718360543251038,0.1444905549287796,0.0,1.8554085493087769,2.1887218952178955,-0.01084097195416689,0.0025038497988134623,0.30407190322875977,0.5518161058425903,0.8890791609883308,1234.0,315904.0,8107.259833700955,20217856.0 +118.61,7.0,2679.0,0.009907566010951996,0.12060546875,0.0,1.8825830221176147,2.176159620285034,-0.007980754598975182,0.002508231671527028,0.3655306398868561,0.5428296327590942,0.8833296746015549,1235.0,316160.0,8113.375501675066,20234240.0 +176.64,6.699999809265137,2539.0,0.009626747108995914,0.1177978515625,0.0,1.8636592626571655,2.193153142929077,-0.009532947093248367,0.002502275398001075,0.35322102904319763,0.5343306660652161,0.8865245878696442,1236.0,316416.0,8119.828881395981,20250624.0 +155.61,7.400000095367432,2478.0,0.009957283735275269,0.1287028044462204,0.0,1.8441747426986694,2.1605236530303955,-0.00955165270715952,0.0025125627871602774,0.2997370660305023,0.5364074110984802,0.9086420238018036,1237.0,316672.0,8126.439846646041,20267008.0 +153.0,8.199999809265137,2473.0,0.010350233875215054,0.142578125,0.0,1.7465437650680542,2.203727960586548,-0.010929851792752743,0.002492094412446022,0.16538894176483154,0.516879141330719,0.9429433718323708,1238.0,316928.0,8133.065513089066,20283392.0 +125.2,8.699999809265137,2484.0,0.01166734378784895,0.1423746794462204,0.0,1.8011223077774048,2.2094671726226807,-0.012588000856339931,0.0025107029359787703,0.2442709058523178,0.5250841975212097,0.9145095944404602,1239.0,317184.0,8139.661253773142,20299776.0 +137.96,7.800000190734863,2606.0,0.009807164780795574,0.13165283203125,0.0,1.843581199645996,2.182664155960083,-0.011323484592139721,0.0025011615362018347,0.3372513949871063,0.5240746140480042,0.8841704577207565,1240.0,317440.0,8145.947369846981,20316160.0 +119.65,7.400000095367432,2609.0,0.010906043462455273,0.1378987580537796,0.0,1.868457317352295,2.2231738567352295,-0.011730290949344635,0.0024977296125143766,0.37955722212791443,0.5305023789405823,0.8724477291107178,1241.0,317696.0,8152.227450591046,20332544.0 +95.32,7.199999809265137,2509.0,0.009784679859876633,0.1284383088350296,0.0,1.8049148321151733,2.2364847660064697,-0.009935748763382435,0.002507677534595132,0.2109147310256958,0.5453904271125793,0.9305469840764999,1242.0,317952.0,8158.7569992269855,20348928.0 +180.21,7.300000190734863,2598.0,0.00913567841053009,0.11651611328125,0.0,1.8246229887008667,2.239281415939331,-0.01053542923182249,0.0025265784934163094,0.2749297022819519,0.5238134264945984,0.8982310816645622,1243.0,318208.0,8165.063041204121,20365312.0 +195.64,7.199999809265137,2605.0,0.011035452596843243,0.1422526091337204,0.0,1.834952473640442,2.205113410949707,-0.010345563292503357,0.002499308669939637,0.31729042530059814,0.5256224274635315,0.8926308825612068,1244.0,318464.0,8171.351240253076,20381696.0 +177.31,7.699999809265137,2581.0,0.009382721967995167,0.1208292618393898,0.0,1.8287816047668457,2.22137713432312,-0.011667207814753056,0.0024937062989920378,0.269322007894516,0.5484731793403625,0.8994491770863533,1245.0,318720.0,8177.698918764014,20398080.0 +184.97,7.800000190734863,2606.0,0.009996543638408184,0.1314290314912796,0.0,1.8487653732299805,2.1875498294830322,-0.01160260196775198,0.002498541260138154,0.28156957030296326,0.5600373148918152,0.8999898731708527,1246.0,318976.0,8183.986443151953,20414464.0 +161.53,8.0,2559.0,0.010315492749214172,0.1269124299287796,0.0,1.8410433530807495,2.1810991764068604,-0.010326819494366646,0.002500988310202956,0.3105423152446747,0.5343475937843323,0.8864760994911194,1247.0,319232.0,8190.388443863951,20430848.0 +152.39,8.0,2536.0,0.011146080680191517,0.1406656950712204,0.0,1.8232427835464478,2.1842544078826904,-0.012898270040750504,0.0025017901789397,0.26104071736335754,0.5438721776008606,0.902630016207695,1248.0,319488.0,8196.849264637101,20447232.0 +96.77,8.399999618530273,2562.0,0.011139591224491596,0.1441243439912796,0.0,1.7988290786743164,2.1502034664154053,-0.010780774988234043,0.0024934078101068735,0.2520372271537781,0.5248214602470398,0.8960050269961357,1249.0,319744.0,8203.243115165038,20463616.0 +120.6,8.600000381469727,2595.0,0.01062547042965889,0.1432291716337204,0.0,1.877802848815918,2.168128728866577,-0.012480505742132664,0.0025171355810016394,0.24784278869628906,0.5294754505157471,0.9014132767915726,1250.0,320000.0,8209.557411734946,20480000.0 +92.23,8.199999809265137,2598.0,0.011112491600215435,0.154296875,0.0,1.875105381011963,2.167269468307495,-0.01095486432313919,0.0025009200908243656,0.2536681890487671,0.5304386019706726,0.9039421379566193,1251.0,320256.0,8215.86307669594,20496384.0 +134.17,8.199999809265137,2603.0,0.010719592683017254,0.1438802033662796,0.0,1.850156307220459,2.2285540103912354,-0.01052884105592966,0.0024907460901886225,0.17187535762786865,0.5516596436500549,0.9302323684096336,1252.0,320512.0,8222.156651570927,20512768.0 +218.44,7.699999809265137,2577.0,0.010379324667155743,0.14031982421875,0.0,1.8753260374069214,2.179888963699341,-0.012419170700013638,0.0024921477306634188,0.2180827409029007,0.5544288754463196,0.9189236834645271,1253.0,320768.0,8228.51535443496,20529152.0 +136.89,7.5,2590.0,0.009209471754729748,0.122802734375,0.0,1.8767629861831665,2.1792798042297363,-0.011781212873756886,0.0024832275230437517,0.2785120904445648,0.5294671058654785,0.906272642314434,1254.0,321024.0,8234.842894480098,20545536.0 +159.38,7.800000190734863,2625.0,0.010664131492376328,0.1475423127412796,0.0,1.8772878646850586,2.1984505653381348,-0.008805325254797935,0.002499520080164075,0.2269192337989807,0.5448580384254456,0.9113548099994659,1255.0,321280.0,8241.085344404913,20561920.0 +135.42,7.900000095367432,2598.0,0.010079584084451199,0.1259969025850296,0.0,1.8915687799453735,2.173811674118042,-0.011013980954885483,0.0025181795936077833,0.22524745762348175,0.5526077151298523,0.9086893051862717,1256.0,321536.0,8247.392862124136,20578304.0 +154.8,7.699999809265137,2571.0,0.010872114449739456,0.1403401643037796,0.0,1.9035282135009766,2.1900882720947266,-0.011130910366773605,0.0024930452927947044,0.29253143072128296,0.5437716841697693,0.8851782530546188,1257.0,321792.0,8253.766555649927,20594688.0 +131.84,7.300000190734863,2624.0,0.009009488858282566,0.1157430037856102,0.0,1.8896597623825073,2.1432888507843018,-0.01282328087836504,0.002493881853297353,0.30717670917510986,0.523386538028717,0.8648366630077362,1258.0,322048.0,8260.009490496013,20611072.0 +94.38,8.0,2526.0,0.010923371650278568,0.1381022185087204,0.0,1.9280670881271362,2.143733263015747,-0.010871454142034054,0.0025170890148729086,0.3719290792942047,0.515866756439209,0.8549572974443436,1259.0,322304.0,8266.49584602192,20627456.0 +103.52,7.800000190734863,2487.0,0.010476798750460148,0.1347452849149704,0.0,1.903964638710022,2.1703898906707764,-0.011886253021657467,0.002514961874112487,0.2855181396007538,0.537314772605896,0.893769808113575,1260.0,322560.0,8273.082117777085,20643840.0 +135.76,7.599999904632568,2488.0,0.00961765181273222,0.12091064453125,0.0,1.9078670740127563,2.2268288135528564,-0.008086678571999073,0.0025007890071719885,0.2960992157459259,0.5397776961326599,0.8919074311852455,1261.0,322816.0,8279.667342323111,20660224.0 +146.73,7.900000095367432,2618.0,0.009729978628456593,0.1200968399643898,0.0,1.8652161359786987,2.2374441623687744,-0.011708918958902359,0.0025028882082551718,0.21269415318965912,0.5415082573890686,0.9089275598526001,1262.0,323072.0,8285.926060527097,20676608.0 +135.4,8.0,2527.0,0.009111293591558933,0.12384033203125,0.0,1.8914837837219238,2.1416964530944824,-0.00996673945337534,0.0025049385149031878,0.2924756109714508,0.5241603255271912,0.8872696161270142,1263.0,323328.0,8292.409917338053,20692992.0 +121.03,7.900000095367432,2491.0,0.009345891885459423,0.1240234375,0.0,1.862216830253601,2.170013427734375,-0.011743742972612381,0.002475694054737687,0.2258186936378479,0.5449044108390808,0.8964854627847672,1264.0,323584.0,8298.986000709003,20709376.0 +118.68,8.800000190734863,2461.0,0.009384531527757645,0.1143391951918602,0.0,1.8921480178833008,2.1268956661224365,-0.008145631290972233,0.0024903512094169855,0.3031100928783417,0.5248317718505859,0.8729366213083267,1265.0,323840.0,8305.642209362006,20725760.0 +134.75,8.5,2513.0,0.008586528711020947,0.1115926131606102,0.0,1.8474406003952026,2.2062246799468994,-0.00964490044862032,0.0024882263969630003,0.21433007717132568,0.5278692841529846,0.9098009839653969,1266.0,324096.0,8312.160877858987,20742144.0 +137.15,7.800000190734863,2452.0,0.010752915404736996,0.1378987580537796,0.0,1.8858933448791504,2.217604637145996,-0.008549941703677177,0.0024885793682187796,0.31832852959632874,0.513165295124054,0.8709451705217361,1267.0,324352.0,8318.84346779203,20758528.0 +184.98,7.300000190734863,2428.0,0.007218178827315569,0.0933837890625,0.0,1.9087114334106445,2.2177047729492188,-0.009933321736752987,0.002497035078704357,0.3239714205265045,0.530318558216095,0.8594492077827454,1268.0,324608.0,8325.592145313974,20774912.0 +161.23,8.0,2389.0,0.009443428367376328,0.1254679411649704,0.0,1.844180703163147,2.21094012260437,-0.011462848633527756,0.002482467796653509,0.2216305285692215,0.5257040858268738,0.8988500386476517,1269.0,324864.0,8332.450774139958,20791296.0 +114.26,7.800000190734863,2401.0,0.010628290474414825,0.1403401643037796,0.0,1.8652982711791992,2.1581003665924072,-0.0076861511915922165,0.00249700085259974,0.2399161010980606,0.5261068940162659,0.9052730202674866,1270.0,325120.0,8339.274941212963,20807680.0 +163.21,8.0,2408.0,0.010153994895517826,0.1388142853975296,0.0,1.8762422800064087,2.1519739627838135,-0.009700446389615536,0.0024846720043569803,0.27434977889060974,0.5279513597488403,0.8878888711333275,1271.0,325376.0,8346.079516717931,20824064.0 +151.62,7.400000095367432,2577.0,0.009112317115068436,0.1235148087143898,0.0,1.8901244401931763,2.1326286792755127,-0.011188093572854996,0.0024853283539414406,0.31418439745903015,0.5228824019432068,0.8897505402565002,1272.0,325632.0,8352.438167853048,20840448.0 +123.1,7.900000095367432,2528.0,0.010810443200170994,0.1356404572725296,0.0,1.8633933067321777,2.171035051345825,-0.01088586077094078,0.002507722470909357,0.21735060214996338,0.5334529280662537,0.915023647248745,1273.0,325888.0,8358.920231209137,20856832.0 +143.79,7.599999904632568,2569.0,0.009971954859793186,0.1388142853975296,0.0,1.8621968030929565,2.2047359943389893,-0.012141740880906582,0.002502766204997897,0.19635255634784698,0.5468264818191528,0.9100334718823433,1274.0,326144.0,8365.298244527075,20873216.0 +225.59,7.300000190734863,2490.0,0.010254810564219952,0.1225789412856102,0.0,1.8758901357650757,2.224524736404419,-0.011931724846363068,0.002499431138858199,0.21464598178863525,0.5530283451080322,0.9120529145002365,1275.0,326400.0,8371.877945285058,20889600.0 +181.55,7.0,2547.0,0.01054284069687128,0.139892578125,0.0,1.9184061288833618,2.1829702854156494,-0.010242239572107792,0.002483075251802802,0.3293861150741577,0.5442473292350769,0.8890009671449661,1276.0,326656.0,8378.310318407137,20905984.0 +129.75,8.0,2524.0,0.011534792371094227,0.1490885466337204,0.0,1.8783315420150757,2.2058558464050293,-0.0118867764249444,0.0024858887773007154,0.24820084869861603,0.5452318787574768,0.9079716950654984,1277.0,326912.0,8384.801859874045,20922368.0 +116.86,7.900000095367432,2423.0,0.0098521513864398,0.1270751953125,0.0,1.8762367963790894,2.1669046878814697,-0.010388362221419811,0.002491557039320469,0.2780473828315735,0.5234919190406799,0.9049836099147797,1278.0,327168.0,8391.563647973118,20938752.0 +98.69,8.399999618530273,2457.0,0.010988662950694561,0.1460774689912796,0.0,1.8918017148971558,2.1599438190460205,-0.012416288256645203,0.002512227976694703,0.2528659701347351,0.5432705283164978,0.9011767283082008,1279.0,327424.0,8398.231262173038,20955136.0 +178.46,7.400000095367432,2444.0,0.010469455271959305,0.1259562224149704,0.0,1.9452558755874634,2.184434413909912,-0.009761332534253597,0.0025287577882409096,0.35457471013069153,0.5351954698562622,0.83269964158535,1280.0,327680.0,8404.934796707937,20971520.0 +159.93,6.800000190734863,2402.0,0.010243651457130909,0.1348470002412796,0.0,1.9293627738952637,2.2071053981781006,-0.009854118339717388,0.0025282029528170824,0.35745665431022644,0.5184580087661743,0.8419309705495834,1281.0,327936.0,8411.755556635093,20987904.0 +75.23,8.199999809265137,2440.0,0.009168097749352455,0.11859130859375,0.0,1.8615779876708984,2.1183457374572754,-0.012077093124389648,0.0025005084462463856,0.2231823056936264,0.5329932570457458,0.9172388911247253,1282.0,328192.0,8418.474230661988,21004288.0 +162.32,7.900000095367432,2414.0,0.0096012307330966,0.1247151717543602,0.0,1.8711265325546265,2.136549711227417,-0.010977259837090969,0.0025012576952576637,0.26510995626449585,0.5202853679656982,0.8922753408551216,1283.0,328448.0,8425.261959149037,21020672.0 +152.81,8.100000381469727,2426.0,0.008911851793527603,0.1168619766831398,0.0,1.8915349245071411,2.169377088546753,-0.01114658173173666,0.002489501843228936,0.2849567234516144,0.5371459126472473,0.8769414126873016,1284.0,328704.0,8432.016524655977,21037056.0 +136.07,7.800000190734863,2391.0,0.00974943395704031,0.1286824494600296,0.0,1.8393601179122925,2.175524950027466,-0.011211246252059937,0.0024813441559672356,0.21592356264591217,0.5236923098564148,0.9092036187648773,1285.0,328960.0,8438.867693583947,21053440.0 +183.83,7.0,2424.0,0.012164335697889328,0.1442057341337204,0.0,1.8709858655929565,2.2041306495666504,-0.00939126219600439,0.0024781187530606985,0.2828923761844635,0.521912693977356,0.8859880641102791,1286.0,329216.0,8445.627467028098,21069824.0 +79.25,8.199999809265137,2440.0,0.008930756710469723,0.1204630509018898,0.0,1.854049801826477,2.1656229496002197,-0.01191313099116087,0.0024645370431244373,0.26090505719184875,0.5248981714248657,0.9022790566086769,1287.0,329472.0,8452.342479434097,21086208.0 +175.86,7.699999809265137,2399.0,0.00947170052677393,0.1180216446518898,0.0,1.8528014421463013,2.1417181491851807,-0.010781846009194851,0.0024582743644714355,0.24804358184337616,0.5318417549133301,0.9170616567134857,1288.0,329728.0,8459.170580327976,21102592.0 +150.67,7.400000095367432,2418.0,0.009396991692483425,0.1175333634018898,0.0,1.8871289491653442,2.1333281993865967,-0.008609258569777012,0.0024754467885941267,0.30250105261802673,0.5280978083610535,0.8914760798215866,1289.0,329984.0,8465.945203874959,21118976.0 +93.44,8.0,2548.0,0.009008459746837616,0.1168619766831398,0.0,1.8533905744552612,2.1320645809173584,-0.011265690438449383,0.0024736314080655575,0.2396421879529953,0.5293401479721069,0.9122255071997643,1290.0,330240.0,8472.374877976952,21135360.0 +168.02,8.0,2485.0,0.010501892305910587,0.1277669221162796,0.0,1.894466519355774,2.1393463611602783,-0.009327240288257599,0.002482687821611762,0.29502424597740173,0.5363314747810364,0.8788050711154938,1291.0,330496.0,8478.967693001963,21151744.0 +123.77,8.199999809265137,2540.0,0.010507228784263134,0.1398722380399704,0.0,1.9300168752670288,2.1746461391448975,-0.010853276588022709,0.002503213705495,0.3031274080276489,0.5594462156295776,0.8893062472343445,1292.0,330752.0,8485.416845733998,21168128.0 +134.55,8.199999809265137,2549.0,0.009488571435213089,0.12481689453125,0.0,1.8915563821792603,2.192823886871338,-0.010723390616476536,0.0025096868630498648,0.23292939364910126,0.5528995990753174,0.9133743271231651,1293.0,331008.0,8491.843213139102,21184512.0 +170.9,7.900000095367432,2619.0,0.00909413117915392,0.1150919571518898,0.0,1.8825297355651855,2.158245801925659,-0.010972321033477783,0.0024760973174124956,0.23694312572479248,0.5585643649101257,0.9091534614562988,1294.0,331264.0,8498.099947316106,21200896.0 +132.8,7.599999904632568,2625.0,0.010220884345471859,0.1276448518037796,0.0,1.8891452550888062,2.166384696960449,-0.00948104728013277,0.002479397226125002,0.27378204464912415,0.5437005162239075,0.9079018533229828,1295.0,331520.0,8504.340482058004,21217280.0 +110.73,8.100000381469727,2651.0,0.013331475667655468,0.17279052734375,0.0,1.9096101522445679,2.1120684146881104,-0.0115656154230237,0.0024718402419239283,0.34260186553001404,0.5350750088691711,0.8868637531995773,1296.0,331776.0,8510.521306840936,21233664.0 +118.39,7.199999809265137,2602.0,0.011198467575013638,0.1399332731962204,0.0,1.9209331274032593,2.131798505783081,-0.008416364900767803,0.002486552344635129,0.34050801396369934,0.5371373295783997,0.8731329441070557,1297.0,332032.0,8516.81885872013,21250048.0 +120.2,8.199999809265137,2428.0,0.00943620502948761,0.1191813126206398,0.0,1.9270521402359009,2.137035369873047,-0.009753852151334286,0.002520606154575944,0.2732408344745636,0.5612528920173645,0.9122904613614082,1298.0,332288.0,8523.565510612912,21266432.0 +131.98,8.300000190734863,2620.0,0.011692825704813004,0.1508992463350296,0.0,1.900200366973877,2.1592297554016113,-0.012127748690545559,0.0024986453354358673,0.2719115912914276,0.5486419796943665,0.9165216684341431,1299.0,332544.0,8529.819159272127,21282816.0 +175.81,7.400000095367432,2592.0,0.00984518975019455,0.1321207731962204,0.0,1.9333909749984741,2.14801287651062,-0.010624859482049942,0.0024949214421212673,0.3179563879966736,0.5590571761131287,0.9074092954397202,1300.0,332800.0,8536.140783231938,21299200.0 +85.55,7.900000095367432,2570.0,0.010084607638418674,0.1351114958524704,0.0,1.8849339485168457,2.176175594329834,-0.012310820631682873,0.002491595456376672,0.2839061915874481,0.5312557816505432,0.9055395126342773,1301.0,333056.0,8542.518905163044,21315584.0 +90.83,8.100000381469727,2565.0,0.011392847634851933,0.1454060822725296,0.0,1.8607755899429321,2.138146162033081,-0.01336063165217638,0.0024934224784374237,0.25651708245277405,0.5205481648445129,0.9057599753141403,1302.0,333312.0,8548.906885921024,21331968.0 +76.62,7.900000095367432,2603.0,0.01046011596918106,0.1342570036649704,0.0,1.9041410684585571,2.1403117179870605,-0.009491945616900921,0.0024842664133757353,0.3291235864162445,0.5283411741256714,0.8825662136077881,1303.0,333568.0,8555.200348776998,21348352.0 +121.39,8.199999809265137,2538.0,0.009269751608371735,0.1224568709731102,0.0,1.8874835968017578,2.1526424884796143,-0.010763307102024555,0.0024822645355015993,0.3193434476852417,0.5189692378044128,0.8764043152332306,1304.0,333824.0,8561.65644029295,21364736.0 +87.05,7.800000190734863,2538.0,0.011629191227257252,0.1514892578125,0.0,1.89208984375,2.1567251682281494,-0.010712675750255585,0.002480465220287442,0.3356914222240448,0.5162914991378784,0.8742051273584366,1305.0,334080.0,8568.111286153086,21381120.0 +104.26,8.100000381469727,2557.0,0.01003922987729311,0.13433837890625,0.0,1.833034634590149,2.163494825363159,-0.012266227044165134,0.002468820894137025,0.24849368631839752,0.5082784295082092,0.9032070711255074,1306.0,334336.0,8574.51980779809,21397504.0 +130.04,7.400000095367432,2496.0,0.010649236850440502,0.14288330078125,0.0,1.8888062238693237,2.165994167327881,-0.010603816248476505,0.0024847208987921476,0.35375508666038513,0.5018319487571716,0.8737459629774094,1307.0,334592.0,8581.083990884945,21413888.0 +64.31,7.699999809265137,2503.0,0.00917400885373354,0.1242268905043602,0.0,1.9345828294754028,2.1799418926239014,-0.009445537813007832,0.0025063722860068083,0.35491943359375,0.5351818203926086,0.8726518303155899,1308.0,334848.0,8587.630076253088,21430272.0 +129.08,7.199999809265137,2517.0,0.00900514516979456,0.1153157576918602,0.0,1.988359808921814,2.1416401863098145,-0.010715379379689693,0.00250974646769464,0.44607973098754883,0.5425786375999451,0.8517568409442902,1309.0,335104.0,8594.140606740955,21446656.0 +129.76,8.199999809265137,2515.0,0.009003731422126293,0.1071980819106102,0.0,1.9200650453567505,2.1531312465667725,-0.010736281983554363,0.0025169660802930593,0.2825842797756195,0.5525572896003723,0.9021052569150925,1310.0,335360.0,8600.653989464045,21463040.0 +82.85,8.399999618530273,2448.0,0.009681461378932,0.1279296875,0.0,1.9269366264343262,2.170649766921997,-0.01107128243893385,0.002544484566897154,0.25060755014419556,0.562168300151825,0.9138807356357574,1311.0,335616.0,8607.346205501119,21479424.0 +146.56,7.5,2397.0,0.01044438499957323,0.1278279572725296,0.0,1.9162248373031616,2.1729066371917725,-0.01135023683309555,0.002546632429584861,0.2512953579425812,0.5503399968147278,0.9101634472608566,1312.0,335872.0,8614.180650639115,21495808.0 +111.18,7.599999904632568,2463.0,0.010360073298215866,0.1370849609375,0.0,1.9299416542053223,2.154575824737549,-0.009933528490364552,0.002531440230086446,0.34654510021209717,0.5224283933639526,0.8786687776446342,1313.0,336128.0,8620.831279352074,21512192.0 +123.45,7.800000190734863,2493.0,0.012321087531745434,0.1588948518037796,0.0,1.8626060485839844,2.1530375480651855,-0.011572611518204212,0.0025047154631465673,0.22625528275966644,0.5302241444587708,0.9114202484488487,1314.0,336384.0,8627.401662399992,21528576.0 +120.67,8.600000381469727,2473.0,0.010133295319974422,0.1360677033662796,0.0,1.8864434957504272,2.1372921466827393,-0.01153690367937088,0.002493866253644228,0.27351805567741394,0.5356616377830505,0.8906816691160202,1315.0,336640.0,8634.02726793103,21544960.0 +140.42,7.300000190734863,2462.0,0.010600200854241848,0.1474405974149704,0.0,1.9080294370651245,2.124593496322632,-0.011324300430715084,0.002499836031347513,0.3105259835720062,0.5354184508323669,0.8762541338801384,1316.0,336896.0,8640.681532279123,21561344.0 +106.12,8.199999809265137,2550.0,0.011981488205492496,0.1553548127412796,0.0,1.9698609113693237,2.084352970123291,-0.01058458536863327,0.0025061715859919786,0.45851612091064453,0.5189453959465027,0.8212272524833679,1317.0,337152.0,8647.106833311962,21577728.0 +115.51,8.399999618530273,2452.0,0.012290921062231064,0.1427815705537796,0.0,1.8460108041763306,2.1558191776275635,-0.00967998057603836,0.0024774845223873854,0.22952459752559662,0.5237444639205933,0.9069686308503151,1318.0,337408.0,8653.788337036036,21594112.0 +147.2,8.100000381469727,2439.0,0.009481473825871944,0.1211344376206398,0.0,1.8572641611099243,2.1825270652770996,-0.009882098063826561,0.002459511626511812,0.2573401629924774,0.5305456519126892,0.8895444348454475,1319.0,337664.0,8660.504207307938,21610496.0 +134.48,8.199999809265137,2426.0,0.011316667310893536,0.1507568359375,0.0,1.8153976202011108,2.216728448867798,-0.010561683215200901,0.0024720907676965,0.13196991384029388,0.5460962653160095,0.9390611685812473,1320.0,337920.0,8667.257862267084,21626880.0 +129.27,7.5,2464.0,0.008210974745452404,0.1081746444106102,0.0,1.9770809412002563,2.1710760593414307,-0.010510635562241077,0.002484444295987487,0.463632196187973,0.5352641344070435,0.7949674129486084,1321.0,338176.0,8673.907576657133,21643264.0 +143.19,8.300000190734863,2541.0,0.010627620853483677,0.1292317658662796,0.0,1.8560800552368164,2.176670789718628,-0.011230220086872578,0.002479225629940629,0.24030596017837524,0.5293108820915222,0.8973193913698196,1322.0,338432.0,8680.357276563067,21659648.0 +85.23,8.399999618530273,2618.0,0.013225119560956955,0.1753336638212204,0.0,1.8819537162780762,2.110987424850464,-0.012400496751070023,0.0024724064860492945,0.3022513687610626,0.528135359287262,0.8782980293035507,1323.0,338688.0,8686.614103825996,21676032.0 +87.23,8.300000190734863,2587.0,0.010065633803606033,0.1316935271024704,0.0,1.8870590925216675,2.139570474624634,-0.010594300925731659,0.0024872010108083487,0.27875348925590515,0.5360717177391052,0.8858724534511566,1324.0,338944.0,8692.947701312136,21692416.0 +158.67,7.800000190734863,2616.0,0.009329120628535748,0.1237996444106102,0.0,1.9485491514205933,2.176974058151245,-0.011038210242986679,0.0024912238586694,0.3821726143360138,0.5446584820747375,0.8486419171094894,1325.0,339200.0,8699.210681717144,21708800.0 +72.56,8.100000381469727,2567.0,0.008622861467301846,0.11456298828125,0.0,1.8702377080917358,2.147731304168701,-0.008627901785075665,0.002478362061083317,0.24684448540210724,0.5377394556999207,0.9118517562747002,1326.0,339456.0,8705.59272702597,21725184.0 +106.41,8.199999809265137,2595.0,0.011091683991253376,0.1483561247587204,0.0,1.8339735269546509,2.198676347732544,-0.012341595254838467,0.002472751075401902,0.19139300286769867,0.5362301468849182,0.9164063483476639,1327.0,339712.0,8711.906330973143,21741568.0 +186.11,7.300000190734863,2502.0,0.01108415424823761,0.1396280974149704,0.0,1.8769773244857788,2.194962978363037,-0.010762647725641727,0.0024921114090830088,0.2661413848400116,0.530563235282898,0.8842257559299469,1328.0,339968.0,8718.455285672098,21757952.0 +169.17,7.5,2506.0,0.010234314016997814,0.1407470703125,0.0,1.9681440591812134,2.1621949672698975,-0.01019996590912342,0.00249376124702394,0.3941286504268646,0.556020975112915,0.8382907509803772,1329.0,340224.0,8724.993577347137,21774336.0 +133.49,7.5,2452.0,0.01040800753980875,0.1395467072725296,0.0,1.8656692504882812,2.1961891651153564,-0.01270278263837099,0.0024910978972911835,0.23088812828063965,0.5393409729003906,0.8979874029755592,1330.0,340480.0,8731.674358800054,21790720.0 +113.8,8.199999809265137,2426.0,0.007488116156309843,0.09783935546875,0.0,1.8851804733276367,2.188269853591919,-0.009729714132845402,0.0025003303308039904,0.27513888478279114,0.5290583372116089,0.8998172208666801,1331.0,340736.0,8738.426674416056,21807104.0 +138.87,7.699999809265137,2542.0,0.007552204187959433,0.092529296875,0.0,1.8522282838821411,2.1947615146636963,-0.010360515676438808,0.002493198262527585,0.22695040702819824,0.5244618058204651,0.9180697277188301,1332.0,340992.0,8744.870824665995,21823488.0 +122.65,7.900000095367432,2447.0,0.009575151838362217,0.1302897185087204,0.0,1.8807916641235352,2.1971004009246826,-0.011277257464826107,0.002510641235858202,0.2598465383052826,0.5287958979606628,0.8979470059275627,1333.0,341248.0,8751.566603862913,21839872.0 +152.47,8.0,2427.0,0.009545906446874142,0.1242268905043602,0.0,1.8636913299560547,2.20487904548645,-0.008198701776564121,0.002505006967112422,0.22013121843338013,0.531369686126709,0.9164141789078712,1334.0,341504.0,8758.316781169968,21856256.0 +144.63,7.800000190734863,2458.0,0.01062061544507742,0.13238525390625,0.0,1.9076536893844604,2.1804230213165283,-0.009211556985974312,0.0025034171994775534,0.31306135654449463,0.5304301381111145,0.8802934736013412,1335.0,341760.0,8764.981669228058,21872640.0 +142.26,7.5,2504.0,0.011732527054846287,0.1505533903837204,0.0,1.9372624158859253,2.186614751815796,-0.010353290475904942,0.0025137534830719233,0.3513774871826172,0.5369166135787964,0.875144712626934,1336.0,342016.0,8771.524630709086,21889024.0 +107.1,8.199999809265137,2488.0,0.009430150501430035,0.1262613981962204,0.0,1.8807177543640137,2.1986234188079834,-0.009856129996478558,0.0024978613946586847,0.21676214039325714,0.5552483201026917,0.9229549616575241,1337.0,342272.0,8778.108618872007,21905408.0 +147.92,7.599999904632568,2592.0,0.00915681291371584,0.1216634139418602,0.0,1.8628629446029663,2.23423171043396,-0.010788644663989544,0.0025022239424288273,0.2478705793619156,0.5209465026855469,0.900016114115715,1338.0,342528.0,8784.429740733001,21921792.0 +139.23,8.100000381469727,2556.0,0.009747281670570374,0.1304931640625,0.0,1.8183140754699707,2.2086825370788574,-0.010593005456030369,0.002479551127180457,0.13009904325008392,0.546169102191925,0.9464306719601154,1339.0,342784.0,8790.839816950029,21938176.0 +152.24,7.5,2463.0,0.010569981299340725,0.1436564177274704,0.0,1.9515199661254883,2.168586254119873,-0.008030208759009838,0.002492933999747038,0.3530578911304474,0.5582401752471924,0.8627345412969589,1340.0,343040.0,8797.490642660065,21954560.0 +144.61,7.699999809265137,2465.0,0.010149968788027763,0.1368408203125,0.0,1.9290627241134644,2.134774923324585,-0.009169470518827438,0.00248095765709877,0.3638566732406616,0.5371724963188171,0.8645337074995041,1341.0,343296.0,8804.136559830047,21970944.0 +94.18,8.5,2476.0,0.010809344239532948,0.14312744140625,0.0,1.8406733274459839,2.132965087890625,-0.012635048478841782,0.0024880720302462578,0.22310571372509003,0.5190495848655701,0.89576256275177,1342.0,343552.0,8810.758403043961,21987328.0 +143.17,7.800000190734863,2562.0,0.010319423861801624,0.134521484375,0.0,1.875572681427002,2.1874115467071533,-0.010857619345188141,0.002497908426448703,0.26356059312820435,0.527569591999054,0.8566973805427551,1343.0,343808.0,8817.153171719052,22003712.0 +137.58,8.0,2651.0,0.0095460070297122,0.1257731169462204,0.0,1.8725842237472534,2.1708433628082275,-0.010962530970573425,0.002493279054760933,0.26453837752342224,0.5263466835021973,0.8686318546533585,1344.0,344064.0,8823.333302967949,22020096.0 +146.18,7.699999809265137,2521.0,0.009485975839197636,0.1221923828125,0.0,1.942270278930664,2.1354496479034424,-0.009005450643599033,0.002474131528288126,0.4178120791912079,0.5266585946083069,0.8074367642402649,1345.0,344320.0,8829.831130448962,22036480.0 +149.65,8.0,2549.0,0.008656390942633152,0.1149495467543602,0.0,1.890275478363037,2.168426275253296,-0.009758940897881985,0.002478201873600483,0.2982299029827118,0.5335027575492859,0.8716809451580048,1346.0,344576.0,8836.258074681973,22052864.0 +120.0,8.300000190734863,2442.0,0.009887835010886192,0.133544921875,0.0,1.869644045829773,2.208510398864746,-0.010465324856340885,0.0025104989763349295,0.19724296033382416,0.5483233332633972,0.9004002213478088,1347.0,344832.0,8842.96732864203,22069248.0 +132.73,7.400000095367432,2496.0,0.010469886474311352,0.1395060271024704,0.0,1.854089617729187,2.192826747894287,-0.011840269900858402,0.0024964488111436367,0.2339746356010437,0.5226461887359619,0.8869182541966438,1348.0,345088.0,8849.53222970711,22085632.0 +150.53,7.5,2432.0,0.008711185306310654,0.11029052734375,0.0,1.9065479040145874,2.190263271331787,-0.010105197317898273,0.0024703366216272116,0.2916460335254669,0.5575644969940186,0.88411795347929,1349.0,345344.0,8856.26768884994,22102016.0 +150.46,7.800000190734863,2565.0,0.01058513205498457,0.13739013671875,0.0,1.775093913078308,2.1558783054351807,-0.012900400906801224,0.002473474247381091,0.3146114945411682,0.52565997838974,0.8903018534183502,1350.0,345600.0,8862.654494166141,22118400.0 +118.31,8.100000381469727,2505.0,0.00977158360183239,0.1263834685087204,0.0,1.7002609968185425,2.225876569747925,-0.012067317962646484,0.0024917623959481716,0.1583753377199173,0.5198782682418823,0.9450768530368805,1351.0,345856.0,8869.19375648303,22134784.0 +89.59,8.100000381469727,2455.0,0.011735203675925732,0.1484781950712204,0.0,1.7764872312545776,2.213916540145874,-0.012015818618237972,0.0025092868600040674,0.24171410501003265,0.5477941632270813,0.9148639068007469,1352.0,346112.0,8875.867362373043,22151168.0 +136.49,7.400000095367432,2441.0,0.00981674063950777,0.1323649138212204,0.0,1.7583094835281372,2.212740898132324,-0.010634202510118484,0.002501846058294177,0.2321392148733139,0.5357452630996704,0.9233601540327072,1353.0,346368.0,8882.577657168964,22167552.0 +123.55,6.900000095367432,2400.0,0.00898328609764576,0.11676025390625,0.0,1.81486177444458,2.1555912494659424,-0.011562906205654144,0.002486673416569829,0.399810791015625,0.5146098732948303,0.8856973201036453,1354.0,346624.0,8889.404457040131,22183936.0 +78.6,8.199999809265137,2372.0,0.009845850057899952,0.1291910856962204,0.0,1.8040294647216797,2.121431827545166,-0.011351018212735653,0.00247364304959774,0.35913869738578796,0.5306721925735474,0.8542055785655975,1355.0,346880.0,8896.312402016949,22200320.0 +98.79,8.100000381469727,2506.0,0.010426480323076248,0.13934326171875,0.0,1.7445403337478638,2.15376353263855,-0.009669511578977108,0.0024697293993085623,0.24166496098041534,0.5303777456283569,0.891586646437645,1356.0,347136.0,8902.8497719171,22216704.0 +130.1,7.699999809265137,2510.0,0.010788052342832088,0.146728515625,0.0,1.778082251548767,2.1647088527679443,-0.007369627710431814,0.0024780072271823883,0.2867910861968994,0.5356132984161377,0.8583471775054932,1357.0,347392.0,8909.376096345019,22233088.0 +111.03,8.100000381469727,2429.0,0.010565806180238724,0.1389363557100296,0.0,1.7601207494735718,2.155635118484497,-0.011700917035341263,0.002476246329024434,0.2786184251308441,0.5262168645858765,0.8728095442056656,1358.0,347648.0,8916.12172197993,22249472.0 +134.44,8.300000190734863,2423.0,0.009894386865198612,0.13629150390625,0.0,1.7349258661270142,2.185371160507202,-0.01242135465145111,0.0024805620778352022,0.20833103358745575,0.5357568264007568,0.910273090004921,1359.0,347904.0,8922.882125061937,22265856.0 +150.06,7.199999809265137,2447.0,0.010243333876132965,0.1240641251206398,0.0,1.80394446849823,2.169420003890991,-0.008939859457314014,0.002473412314429879,0.35014793276786804,0.5334320664405823,0.8715056329965591,1360.0,348160.0,8929.578710207948,22282240.0 +134.01,8.0,2415.0,0.009088600985705853,0.1256103515625,0.0,1.793398380279541,2.124384880065918,-0.010109719820320606,0.0024665093515068293,0.35533058643341064,0.5236380100250244,0.8855293765664101,1361.0,348416.0,8936.362401525956,22298624.0 +92.08,8.399999618530273,2460.0,0.01058513205498457,0.1428019255399704,0.0,1.7667354345321655,2.095883846282959,-0.008232088759541512,0.0024544664192944765,0.29767757654190063,0.5296602845191956,0.9118226245045662,1362.0,348672.0,8943.022455784027,22315008.0 +117.31,8.399999618530273,2481.0,0.012058653868734837,0.15045166015625,0.0,1.7530441284179688,2.161571741104126,-0.007188562769442797,0.00246327742934227,0.26581230759620667,0.527232825756073,0.9200389459729195,1363.0,348928.0,8949.625872540055,22331392.0 +111.32,7.699999809265137,2505.0,0.00955113209784031,0.1225382462143898,0.0,1.7652640342712402,2.192941665649414,-0.00931610632687807,0.0024850352201610804,0.27873721718788147,0.5250994563102722,0.9046668633818626,1364.0,349184.0,8956.166312128073,22347776.0 +130.88,7.800000190734863,2502.0,0.009645720012485981,0.129150390625,0.0,1.7583131790161133,2.203545570373535,-0.012593935243785381,0.0024949065409600735,0.21867267787456512,0.5483933091163635,0.9199435114860535,1365.0,349440.0,8962.713178236037,22364160.0 +116.17,8.0,2510.0,0.0107078542932868,0.1432291716337204,0.0,1.8112608194351196,2.159152030944824,-0.009850350208580494,0.002501556882634759,0.35955262184143066,0.5230098962783813,0.8695822060108185,1366.0,349696.0,8969.239411612041,22380544.0 +126.53,7.900000095367432,2428.0,0.011723179370164871,0.16265869140625,0.0,1.7918423414230347,2.1562492847442627,-0.012138630263507366,0.0025083781220018864,0.3026796281337738,0.531628429889679,0.8760559484362602,1367.0,349952.0,8975.988356699003,22396928.0 +148.59,7.599999904632568,2437.0,0.008505153469741344,0.11102294921875,0.0,1.7739367485046387,2.1671507358551025,-0.01063085999339819,0.0025083953514695168,0.2472643256187439,0.5405830144882202,0.8971196711063385,1368.0,350208.0,8982.71053983597,22413312.0 +111.98,7.5,2532.0,0.00956589262932539,0.1263834685087204,0.0,1.8136898279190063,2.139800786972046,-0.007716087158769369,0.0024995121639221907,0.305726557970047,0.5528470873832703,0.8792516067624092,1369.0,350464.0,8989.180354204029,22429696.0 +129.47,7.5,2557.0,0.008501126430928707,0.1129964217543602,0.0,1.8415402173995972,2.1618521213531494,-0.012002629227936268,0.0025087485555559397,0.3522237241268158,0.5579450726509094,0.8649027794599533,1370.0,350720.0,8995.587834103033,22446080.0 +123.47,7.800000190734863,2491.0,0.010557613335549831,0.1480916291475296,0.0,1.851697325706482,2.165682315826416,-0.01200631633400917,0.0024983182083815336,0.36670175194740295,0.5663175582885742,0.8481030017137527,1371.0,350976.0,9002.164315138012,22462464.0 +98.86,8.100000381469727,2534.0,0.010830163955688477,0.1346435546875,0.0,1.7765978574752808,2.1512930393218994,-0.011895856820046902,0.0025001487229019403,0.2679849863052368,0.5376741290092468,0.9024503007531166,1372.0,351232.0,9008.628182023996,22478848.0 +128.14,7.800000190734863,2459.0,0.008190101943910122,0.1032511368393898,0.0,1.808583378791809,2.1979076862335205,-0.01045973226428032,0.0024968695361167192,0.30110299587249756,0.5547339916229248,0.8910618275403976,1373.0,351488.0,9015.289592467947,22495232.0 +119.57,7.699999809265137,2506.0,0.009236730635166168,0.1255696564912796,0.0,1.7892524003982544,2.201275587081909,-0.012553519569337368,0.002497768960893154,0.2720611095428467,0.5514229536056519,0.902239166200161,1374.0,351744.0,9021.82720019808,22511616.0 +126.34,7.800000190734863,2446.0,0.009654621593654156,0.1274821013212204,0.0,1.7829076051712036,2.198564052581787,-0.011111792176961899,0.0025124542880803347,0.24203063547611237,0.5517622828483582,0.9139826521277428,1375.0,352000.0,9028.524850107031,22528000.0 +133.31,7.800000190734863,2475.0,0.010337195359170437,0.1356404572725296,0.0,1.7948989868164062,2.182563543319702,-0.012219712138175964,0.002523318864405155,0.28460124135017395,0.5374270081520081,0.9034845903515816,1376.0,352256.0,9035.143762964057,22544384.0 +151.17,7.199999809265137,2557.0,0.009930995292961597,0.1326090544462204,0.0,1.8063863515853882,2.174156665802002,-0.010860498063266277,0.0024962841998785734,0.3160223066806793,0.5449004769325256,0.899390310049057,1377.0,352512.0,9041.552378829103,22560768.0 +119.47,8.800000190734863,2439.0,0.010135283693671227,0.13330078125,0.0,1.7418264150619507,2.1181390285491943,-0.013201390393078327,0.0024730355944484472,0.2231847494840622,0.5390734076499939,0.9111756905913353,1378.0,352768.0,9048.269551252946,22577152.0 +103.6,8.300000190734863,2488.0,0.009721864946186543,0.1255696564912796,0.0,1.7760199308395386,2.1118545532226562,-0.011984569020569324,0.002482486190274358,0.2932753562927246,0.5320747494697571,0.9086617827415466,1379.0,353024.0,9054.852866875008,22593536.0 +121.95,8.0,2581.0,0.010286557488143444,0.13482666015625,0.0,1.7578554153442383,2.1397979259490967,-0.01076300535351038,0.0024728032294660807,0.26536139845848083,0.531423032283783,0.9201835319399834,1380.0,353280.0,9061.20114399097,22609920.0 +91.08,8.399999618530273,2591.0,0.009373118169605732,0.1247355118393898,0.0,1.7732142210006714,2.1725380420684814,-0.01160432305186987,0.002489938633516431,0.2464197874069214,0.5505872368812561,0.9277080595493317,1381.0,353536.0,9067.523695915006,22626304.0 +123.7,7.599999904632568,2398.0,0.010848511941730976,0.1453043669462204,0.0,1.768333911895752,2.199254035949707,-0.010254384949803352,0.0024854778312146664,0.22251558303833008,0.5592058300971985,0.9359785094857216,1382.0,353792.0,9074.354453222128,22642688.0 +142.69,7.800000190734863,2394.0,0.011819967068731785,0.14862060546875,0.0,1.8072503805160522,2.182103157043457,-0.01024980004876852,0.0024997780565172434,0.29375696182250977,0.5553830862045288,0.9118096008896828,1383.0,354048.0,9081.202580919024,22659072.0 +130.59,7.699999809265137,2435.0,0.008967356756329536,0.1189168319106102,0.0,1.773519515991211,2.169463634490967,-0.010798917151987553,0.002493020612746477,0.2567530572414398,0.5429688096046448,0.9107990190386772,1384.0,354304.0,9087.931857594056,22675456.0 +131.51,8.0,2469.0,0.009980727918446064,0.1335652619600296,0.0,1.7895525693893433,2.179983377456665,-0.012899474240839481,0.002495602471753955,0.2667340338230133,0.555808961391449,0.9106064438819885,1385.0,354560.0,9094.56650801003,22691840.0 +118.5,8.399999618530273,2453.0,0.011706738732755184,0.1559244841337204,0.0,1.7507891654968262,2.206064224243164,-0.012242082506418228,0.002496901899576187,0.1947447508573532,0.5517826676368713,0.9383983686566353,1386.0,354816.0,9101.24485871708,22708224.0 +133.44,8.399999618530273,2432.0,0.011278106831014156,0.1476847380399704,0.0,1.7734466791152954,2.1835482120513916,-0.009043223224580288,0.002469827188178897,0.29334428906440735,0.533250093460083,0.9185761511325836,1387.0,355072.0,9107.980337487068,22724608.0 +101.17,8.199999809265137,2463.0,0.011107009835541248,0.1470540314912796,0.0,1.8219276666641235,2.186357259750366,-0.012668877840042114,0.0024968853686004877,0.34927287697792053,0.545502781867981,0.9013434946537018,1388.0,355328.0,9114.63106104103,22740992.0 +150.24,7.199999809265137,2501.0,0.011741218157112598,0.1381022185087204,0.0,1.7835150957107544,2.199497938156128,-0.00980385858565569,0.002494240179657936,0.26475003361701965,0.5480147004127502,0.9147502854466438,1389.0,355584.0,9121.182698488003,22757376.0 +116.63,7.800000190734863,2452.0,0.011453174985945225,0.148193359375,0.0,1.7646112442016602,2.168834924697876,-0.011678796261548996,0.0024995673447847366,0.23921723663806915,0.5404771566390991,0.9045699089765549,1390.0,355840.0,9127.863997322042,22773760.0 +135.55,7.5,2413.0,0.014041446149349213,0.162109375,0.0,1.7670091390609741,2.132031202316284,-0.009833943098783493,0.002489367499947548,0.2511803209781647,0.5393943786621094,0.8959427177906036,1391.0,356096.0,9134.653824758949,22790144.0 +183.65,8.0,2441.0,0.009830252267420292,0.1298421174287796,0.0,1.767748236656189,2.1580417156219482,-0.009011693298816681,0.0024834107607603073,0.28513267636299133,0.5244535803794861,0.8910940513014793,1392.0,356352.0,9141.36601745803,22806528.0 +133.24,7.599999904632568,2408.0,0.010156644508242607,0.1287434846162796,0.0,1.8094491958618164,2.171459913253784,-0.008466861210763454,0.00246708607301116,0.33129915595054626,0.5520367622375488,0.8999584466218948,1393.0,356608.0,9148.169689771952,22822912.0 +111.89,7.800000190734863,2449.0,0.00892002321779728,0.11444091796875,0.0,1.7473591566085815,2.195847272872925,-0.01050836592912674,0.002461583586409688,0.2611750066280365,0.5283960103988647,0.9011567831039429,1394.0,356864.0,9154.859453737969,22839296.0 +128.03,8.199999809265137,2449.0,0.02043798565864563,0.2103068083524704,0.0,1.7577461004257202,2.2003910541534424,-0.0025220506358891726,0.002455427311360836,0.21778613328933716,0.5572240352630615,0.9203934669494629,1395.0,357120.0,9161.549169742037,22855680.0 +125.75,8.0,2450.0,0.010256805457174778,0.1326090544462204,0.0,1.7803243398666382,2.197251558303833,-0.011951197870075703,0.0024740842636674643,0.29042908549308777,0.5432601571083069,0.8861110508441925,1396.0,357376.0,9168.236355099129,22872064.0 +131.29,8.0,2452.0,0.01104423776268959,0.13787841796875,0.0,1.8090571165084839,2.180076837539673,-0.01238932553678751,0.002497178502380848,0.3376680314540863,0.5374515652656555,0.8755011856555939,1397.0,357632.0,9174.918336095987,22888448.0 +106.14,7.800000190734863,2444.0,0.010276281274855137,0.1346028596162796,0.0,1.848172664642334,2.2071096897125244,-0.010490058921277523,0.0024855327792465687,0.39437198638916016,0.553017795085907,0.8535926640033722,1398.0,357888.0,9181.622629371006,22904832.0 +142.11,7.699999809265137,2433.0,0.010897159576416016,0.1462809294462204,0.0,1.779992699623108,2.2311792373657227,-0.01011595781892538,0.0024982572067528963,0.2967304289340973,0.5258640646934509,0.8951884210109711,1399.0,358144.0,9188.355787154054,22921216.0 +134.26,7.900000095367432,2446.0,0.012492981739342213,0.1671345978975296,0.0,1.8113900423049927,2.221496105194092,-0.011148459278047085,0.002482574200257659,0.22779123485088348,0.5570068359375,0.922320544719696,1400.0,358400.0,9195.054187853122,22937600.0 +119.06,7.800000190734863,2458.0,0.01073621679097414,0.1478068083524704,0.0,1.79627525806427,2.19108510017395,-0.008966505527496338,0.0024751259479671717,0.24536442756652832,0.5333156585693359,0.9093860387802124,1401.0,358656.0,9201.720164044993,22953984.0 +124.43,8.100000381469727,2486.0,0.00930726993829012,0.1242472305893898,0.0,1.818498134613037,2.154705047607422,-0.011107600294053555,0.0024541665334254503,0.3212774395942688,0.5292949080467224,0.8827054873108864,1402.0,358912.0,9208.30981756514,22970368.0 +133.46,8.199999809265137,2439.0,0.011728026904165745,0.1483357697725296,0.0,1.7772544622421265,2.1794121265411377,-0.00996361393481493,0.0024539094883948565,0.2558031976222992,0.5196539163589478,0.9054327085614204,1403.0,359168.0,9215.028039081953,22986752.0 +142.27,7.699999809265137,2581.0,0.012776494026184082,0.1524454802274704,0.0,1.7866023778915405,2.1751186847686768,-0.009629393927752972,0.0024539376609027386,0.24359631538391113,0.5353010296821594,0.907122790813446,1404.0,359424.0,9221.375679966062,23003136.0 +114.23,8.100000381469727,2575.0,0.011294081807136536,0.1393229216337204,0.0,1.8261858224868774,2.137585401535034,-0.011525112204253674,0.002466401318088174,0.36728549003601074,0.5075201392173767,0.8689578920602798,1405.0,359680.0,9227.738218141953,23019520.0 +103.58,7.599999904632568,2492.0,0.00999448262155056,0.13031005859375,0.0,1.849995732307434,2.14915132522583,-0.011755726300179958,0.002461890922859311,0.3493075668811798,0.5442122220993042,0.8660754859447479,1406.0,359936.0,9234.31291953614,23035904.0 +109.19,8.5,2568.0,0.013077285140752792,0.1647542268037796,0.0,1.7770329713821411,2.116058588027954,-0.00963516253978014,0.0024610906839370728,0.2205997258424759,0.5331212282180786,0.916572742164135,1407.0,360192.0,9240.692705145106,23052288.0 +129.27,7.400000095367432,2527.0,0.01132607739418745,0.1482747346162796,0.0,1.8057202100753784,2.1691946983337402,-0.007795991841703653,0.002451924839988351,0.267570823431015,0.5417494177818298,0.8933170288801193,1408.0,360448.0,9247.175548461964,23068672.0 +177.12,6.900000095367432,2582.0,0.008972532115876675,0.1144612655043602,0.0,1.8500410318374634,2.20070481300354,-0.011058475822210312,0.002455536974593997,0.34670737385749817,0.5485986471176147,0.8811885043978691,1409.0,360704.0,9253.52109898813,23085056.0 +118.26,7.800000190734863,2616.0,0.010051853023469448,0.1371053010225296,0.0,1.7792423963546753,2.180852174758911,-0.011469903402030468,0.0024483150336891413,0.2561260163784027,0.5259283185005188,0.913019523024559,1410.0,360960.0,9259.78301024111,23101440.0 +163.98,6.699999809265137,2655.0,0.009948364458978176,0.1328125,0.0,1.8612998723983765,2.147975206375122,-0.010253144428133965,0.0024652769789099693,0.3938722312450409,0.5295397043228149,0.8576013147830963,1411.0,361216.0,9265.953263395932,23117824.0 +122.99,8.399999618530273,2483.0,0.012681628577411175,0.1416015625,0.0,1.7988580465316772,2.1778886318206787,-0.013619721867144108,0.0024768400471657515,0.22330071032047272,0.5513007044792175,0.9060715883970261,1412.0,361472.0,9272.551868879935,23134208.0 +157.19,7.900000095367432,2600.0,0.009502698667347431,0.1211751326918602,0.0,1.8154125213623047,2.158051013946533,-0.011190053075551987,0.002483155345544219,0.2731010317802429,0.5367423295974731,0.8965762853622437,1413.0,361728.0,9278.852180683985,23150592.0 +108.79,8.100000381469727,2539.0,0.011654883623123169,0.135498046875,0.0,1.844448447227478,2.164090156555176,-0.009809105657041073,0.0025102763902395964,0.26388272643089294,0.5567653775215149,0.9003630504012108,1414.0,361984.0,9285.308645552956,23166976.0 +118.59,7.900000095367432,2597.0,0.010979070328176022,0.13848876953125,0.0,1.885477900505066,2.1874330043792725,-0.01235253270715475,0.0025100891944020987,0.31234869360923767,0.5771943926811218,0.9003782868385315,1415.0,362240.0,9291.617173074046,23183360.0 +178.92,7.5,2609.0,0.010633476078510284,0.13720703125,0.0,1.8264867067337036,2.19962477684021,-0.010575965978205204,0.002494129352271557,0.2349831908941269,0.562356173992157,0.9214794933795929,1416.0,362496.0,9297.896199939074,23199744.0 +121.61,8.399999618530273,2592.0,0.01331301312893629,0.150634765625,0.0,1.8112126588821411,2.201291561126709,-0.009396133944392204,0.00248683406971395,0.21487511694431305,0.5593717694282532,0.9263038337230682,1417.0,362752.0,9304.21648063208,23216128.0 +211.74,6.400000095367432,2624.0,0.010691548697650433,0.1387125700712204,0.0,1.82960045337677,2.2433929443359375,-0.01075116079300642,0.0024804112035781145,0.27656129002571106,0.5514879822731018,0.9061102420091629,1418.0,363008.0,9310.45903328294,23232512.0 +180.72,7.900000095367432,2521.0,0.012137528508901596,0.1550089567899704,0.0,1.8151240348815918,2.208878993988037,-0.011695477180182934,0.002473759464919567,0.25782087445259094,0.5501311421394348,0.9025565385818481,1419.0,363264.0,9316.957744383952,23248896.0 +117.47,7.699999809265137,2446.0,0.011606831103563309,0.15301513671875,0.0,1.7933355569839478,2.1951348781585693,-0.011670022271573544,0.002477924572303891,0.244279146194458,0.5322768688201904,0.8933239355683327,1420.0,363520.0,9323.656209706096,23265280.0 +125.55,8.100000381469727,2447.0,0.012156310491263866,0.1598714143037796,0.0,1.7742847204208374,2.187589645385742,-0.00960791390389204,0.002474922686815262,0.21029870212078094,0.5294156074523926,0.9024519696831703,1421.0,363776.0,9330.351650184952,23281664.0 +105.3,7.900000095367432,2415.0,0.009604343213140965,0.1266072541475296,0.0,1.8571351766586304,2.1580026149749756,-0.010205675847828388,0.002470460720360279,0.36891070008277893,0.5356429219245911,0.8535469621419907,1422.0,364032.0,9337.136457100045,23298048.0 +118.24,7.099999904632568,2443.0,0.009448090568184853,0.1218668594956398,0.0,1.8782788515090942,2.1566431522369385,-0.010725620202720165,0.002476997673511505,0.4121805727481842,0.5323906540870667,0.8533696085214615,1423.0,364288.0,9343.841360293096,23314432.0 +98.45,8.199999809265137,2460.0,0.010251900181174278,0.1310221403837204,0.0,1.8020561933517456,2.153650999069214,-0.010942312888801098,0.0024803585838526487,0.24470187723636627,0.5387131571769714,0.9118198528885841,1424.0,364544.0,9350.50136848609,23330816.0 +133.24,8.800000190734863,2463.0,0.010762435384094715,0.1331583708524704,0.0,1.7954696416854858,2.198314666748047,-0.010910491459071636,0.002506321994587779,0.17165084183216095,0.5572677850723267,0.9380876794457436,1425.0,364800.0,9357.153439179994,23347200.0 +128.15,7.800000190734863,2495.0,0.009686983190476894,0.1299235075712204,0.0,1.868120789527893,2.1973557472229004,-0.009874981828033924,0.0025206792633980513,0.27802571654319763,0.5692256093025208,0.9098927080631256,1426.0,365056.0,9363.719725969015,23363584.0 +147.75,8.100000381469727,2588.0,0.012018865905702114,0.1642252653837204,0.0,1.7938575744628906,2.1623013019561768,-0.013437553308904171,0.0024933821987360716,0.16061098873615265,0.5700493454933167,0.9492393173277378,1427.0,365312.0,9370.048925053095,23379968.0 +113.93,7.199999809265137,2590.0,0.013302021659910679,0.1576741486787796,0.0,1.867961049079895,2.114182949066162,-0.009494389407336712,0.0025209805462509394,0.3162885904312134,0.5477726459503174,0.9027177914977074,1428.0,365568.0,9376.375071672024,23396352.0 +187.3,7.599999904632568,2614.0,0.009943398647010326,0.135498046875,0.0,1.8568354845046997,2.1770143508911133,-0.00903606228530407,0.0025387252680957317,0.22939728200435638,0.5726559162139893,0.9255297854542732,1429.0,365824.0,9382.643355803099,23412736.0 +176.6,7.099999904632568,2606.0,0.00973166897892952,0.13214111328125,0.0,1.9117850065231323,2.1901400089263916,-0.0101357726380229,0.002545274095609784,0.36622801423072815,0.5566698908805847,0.8790575191378593,1430.0,366080.0,9388.929696141975,23429120.0 +160.01,7.900000095367432,2598.0,0.011391032487154007,0.15484619140625,0.0,1.7948247194290161,2.1951074600219727,-0.010329396463930607,0.002511516911908984,0.15571415424346924,0.5616419911384583,0.947107519954443,1431.0,366336.0,9395.234988600947,23445504.0 +171.44,7.199999809265137,2604.0,0.010423160158097744,0.13336181640625,0.0,1.8555594682693481,2.1519763469696045,-0.00905089732259512,0.0025104600936174393,0.2966165244579315,0.550299346446991,0.9033011272549629,1432.0,366592.0,9401.52524567605,23461888.0 +170.44,8.0,2621.0,0.009744323790073395,0.1326700896024704,0.0,1.7765889167785645,2.12273907661438,-0.013056942261755466,0.0024724015966057777,0.1790349930524826,0.5522207617759705,0.936177171766758,1433.0,366848.0,9407.777641122928,23478272.0 +123.49,8.600000381469727,2613.0,0.010118731297552586,0.1367594450712204,0.0,1.7938727140426636,2.138239622116089,-0.010550759732723236,0.0024796428624540567,0.21718446910381317,0.5442970395088196,0.919115461409092,1434.0,367104.0,9414.048720791936,23494656.0 +119.02,8.300000190734863,2582.0,0.010295153595507145,0.1387736052274704,0.0,1.793532371520996,2.174755096435547,-0.009048319421708584,0.0024604445789009333,0.21397145092487335,0.5540299415588379,0.916144572198391,1435.0,367360.0,9420.394882538123,23511040.0 +176.88,7.300000190734863,2601.0,0.009872715920209885,0.13458251953125,0.0,1.8131941556930542,2.173011541366577,-0.009618465788662434,0.00246068206615746,0.27345725893974304,0.5440114140510559,0.9069017842411995,1436.0,367616.0,9426.693230262958,23527424.0 +162.05,7.400000095367432,2530.0,0.008697116747498512,0.1112060546875,0.0,1.779360294342041,2.183805227279663,-0.011451573111116886,0.0024858200922608376,0.22144584357738495,0.5253257751464844,0.922508031129837,1437.0,367872.0,9433.168309249915,23543808.0 +170.38,7.099999904632568,2488.0,0.008813227526843548,0.11614990234375,0.0,1.8306235074996948,2.178060293197632,-0.008571190759539604,0.002471987158060074,0.3174832761287689,0.5325610637664795,0.9005787074565887,1438.0,368128.0,9439.75374547299,23560192.0 +132.91,8.600000381469727,2589.0,0.01054588332772255,0.1310628205537796,0.0,1.7912116050720215,2.183621406555176,-0.009140054695308208,0.0024843954015523195,0.2096998542547226,0.5420498251914978,0.9301899150013924,1439.0,368384.0,9446.083122715121,23576576.0 +163.57,7.300000190734863,2626.0,0.009850158356130123,0.1280924528837204,0.0,1.8589507341384888,2.2037837505340576,-0.011279533617198467,0.0025080053601413965,0.32987794280052185,0.5406247973442078,0.8936538398265839,1440.0,368640.0,9452.322129164124,23592960.0 +109.72,8.0,2551.0,0.008892609737813473,0.1164754256606102,0.0,1.8375964164733887,2.166729211807251,-0.00995163805782795,0.002481557196006179,0.2564360201358795,0.568049430847168,0.9168654903769493,1441.0,368896.0,9458.744217813015,23609344.0 +143.74,7.699999809265137,2506.0,0.010039488784968853,0.1384073942899704,0.0,1.7605055570602417,2.2000057697296143,-0.012135577388107777,0.0024955645203590393,0.1812237948179245,0.5226380228996277,0.9318345785140991,1442.0,369152.0,9465.280669893138,23625728.0 +151.8,7.099999904632568,2520.0,0.010270965285599232,0.1369221955537796,0.0,1.8364019393920898,2.192518472671509,-0.010667014867067337,0.002493577776476741,0.2594340145587921,0.56025230884552,0.900472529232502,1443.0,369408.0,9471.782823078102,23642112.0 +183.14,7.0,2583.0,0.009134774096310139,0.1170450821518898,0.0,1.7903631925582886,2.190199136734009,-0.011303950101137161,0.00247519020922482,0.231342613697052,0.5368446707725525,0.90641650557518,1444.0,369664.0,9478.124627533136,23658496.0 +175.23,7.900000095367432,2586.0,0.011619887314736843,0.1491902619600296,0.0,1.8428717851638794,2.155104398727417,-0.009744033217430115,0.0024824768770486116,0.3038966953754425,0.5480797290802002,0.867098942399025,1445.0,369920.0,9484.46062047407,23674880.0 +144.18,8.100000381469727,2597.0,0.009117613546550274,0.1184285506606102,0.0,1.7905610799789429,2.194423198699951,-0.011031191796064377,0.002492643427103758,0.1853020340204239,0.5520008206367493,0.9259988218545914,1446.0,370176.0,9490.770319147967,23691264.0 +81.31,8.0,2600.0,0.009497985243797302,0.1256103515625,0.0,1.8347282409667969,2.125126838684082,-0.011324767023324966,0.0024859390687197447,0.32148709893226624,0.5300806164741516,0.8782497420907021,1447.0,370432.0,9497.072849472985,23707648.0 +163.97,6.800000190734863,2570.0,0.01021684892475605,0.1309814453125,0.0,1.8861579895019531,2.1795990467071533,-0.008862570859491825,0.002510248916223645,0.33964717388153076,0.5599330067634583,0.864254504442215,1448.0,370688.0,9503.448259053985,23724032.0 +163.99,7.599999904632568,2589.0,0.010060937143862247,0.12841796875,0.0,1.8336467742919922,2.140097141265869,-0.010708264075219631,0.0024783103726804256,0.28079503774642944,0.5534252524375916,0.9022633880376816,1449.0,370944.0,9509.775538694113,23740416.0 +136.5,7.199999809265137,2491.0,0.009800471365451813,0.1307576447725296,0.0,1.8072972297668457,2.1834495067596436,-0.011555409990251064,0.0024841504637151957,0.2706271708011627,0.5530547499656677,0.9208356142044067,1450.0,371200.0,9516.351615258958,23756800.0 +148.66,8.100000381469727,2467.0,0.010095377452671528,0.12371826171875,0.0,1.8320502042770386,2.1395437717437744,-0.011263527907431126,0.0024744949769228697,0.32970353960990906,0.5520763993263245,0.9048258885741234,1451.0,371456.0,9522.991198586999,23773184.0 +129.66,7.900000095367432,2466.0,0.01016978733241558,0.130615234375,0.0,1.7627925872802734,2.201465368270874,-0.011583693325519562,0.0024828913155943155,0.22912687063217163,0.5288992524147034,0.9320218190550804,1452.0,371712.0,9529.640444868943,23789568.0 +143.99,7.800000190734863,2430.0,0.011309648863971233,0.1546630859375,0.0,1.778450846672058,2.1938607692718506,-0.009322372265160084,0.002481217961758375,0.23324823379516602,0.5415886044502258,0.928285077214241,1453.0,371968.0,9536.383519690018,23805952.0 +121.32,8.100000381469727,2531.0,0.01019748393446207,0.1396077424287796,0.0,1.7854537963867188,2.159989356994629,-0.011536292731761932,0.002483033575117588,0.2286270409822464,0.5524584650993347,0.9180415272712708,1454.0,372224.0,9542.855096664978,23822336.0 +156.07,7.800000190734863,2559.0,0.009823684580624104,0.1341349333524704,0.0,1.7508999109268188,2.149704694747925,-0.012091771699488163,0.0024808866437524557,0.18545056879520416,0.5403603911399841,0.9319923296570778,1455.0,372480.0,9549.25650955108,23838720.0 +178.0,7.5,2588.0,0.009834899567067623,0.1315104216337204,0.0,1.841763973236084,2.1676080226898193,-0.00968936737626791,0.0024931328371167183,0.32948192954063416,0.5517374873161316,0.884612001478672,1456.0,372736.0,9555.58772245003,23855104.0 +136.57,7.699999809265137,2595.0,0.010944951325654984,0.13641357421875,0.0,1.8032326698303223,2.1751747131347656,-0.008731993846595287,0.0025078020989894867,0.23046822845935822,0.5550276637077332,0.921267032623291,1457.0,372992.0,9561.901798201958,23871488.0 +207.67,7.400000095367432,2510.0,0.010278504341840744,0.1332194060087204,0.0,1.8111714124679565,2.186967134475708,-0.010692345909774303,0.002503622556105256,0.26916149258613586,0.547296941280365,0.9107169806957245,1458.0,373248.0,9568.429665233009,23887872.0 +148.34,7.800000190734863,2546.0,0.01115406583994627,0.1465250700712204,0.0,1.8111090660095215,2.2074756622314453,-0.01042924914509058,0.0025181572418659925,0.24261726438999176,0.5538733005523682,0.9164355769753456,1459.0,373504.0,9574.865163306007,23904256.0 +144.1,8.600000381469727,2497.0,0.011874313466250896,0.1349283903837204,0.0,1.8230947256088257,2.1855618953704834,-0.01034498680382967,0.0025236487854272127,0.2488921731710434,0.5601223111152649,0.9188329428434372,1460.0,373760.0,9581.426582782995,23920640.0 +117.77,7.400000095367432,2529.0,0.010127243585884571,0.1323445588350296,0.0,1.8235750198364258,2.201078414916992,-0.012935656122863293,0.0025074270088225603,0.3025869131088257,0.543368399143219,0.8973252400755882,1461.0,374016.0,9587.903868186055,23937024.0 +128.05,7.900000095367432,2474.0,0.010447106324136257,0.1371663361787796,0.0,1.8211005926132202,2.196620225906372,-0.012316527776420116,0.002491135848686099,0.29661306738853455,0.5513553023338318,0.8896849453449249,1462.0,374272.0,9594.529206905048,23953408.0 +119.67,8.300000190734863,2533.0,0.010797347873449326,0.1407267302274704,0.0,1.8126949071884155,2.1964986324310303,-0.010804485529661179,0.002477483358234167,0.27708855271339417,0.5580163598060608,0.9007764011621475,1463.0,374528.0,9600.996734000044,23969792.0 +167.18,7.199999809265137,2484.0,0.008468740619719028,0.1116739884018898,0.0,1.788641095161438,2.2261831760406494,-0.010053557343780994,0.0024634895380586386,0.2621208429336548,0.5470933318138123,0.8906435370445251,1464.0,374784.0,9607.592267056927,23986176.0 +153.85,7.800000190734863,2511.0,0.010881935246288776,0.14129638671875,0.0,1.7713531255722046,2.2366998195648193,-0.011601404286921024,0.0024696788750588894,0.23289287090301514,0.542923629283905,0.9116590470075607,1465.0,375040.0,9614.115858179983,24002560.0 +172.92,7.5,2577.0,0.00965637806802988,0.1294352263212204,0.0,1.8425593376159668,2.2128069400787354,-0.01146305724978447,0.002478804439306259,0.33053871989250183,0.5615255236625671,0.896148607134819,1466.0,375296.0,9620.474421559134,24018944.0 +142.22,8.0,2513.0,0.009747509844601154,0.12493896484375,0.0,1.8585609197616577,2.178861379623413,-0.012884878553450108,0.0024878301192075014,0.37923672795295715,0.5493648052215576,0.8861989229917526,1467.0,375552.0,9626.994309210917,24035328.0 +100.59,7.599999904632568,2596.0,0.011615336872637272,0.1485595703125,0.0,1.8225058317184448,2.199953317642212,-0.008679394610226154,0.0025031769182533026,0.26785600185394287,0.5581554770469666,0.9134824872016907,1468.0,375808.0,9633.30585696199,24051712.0 +118.0,7.800000190734863,2589.0,0.010774829424917698,0.1436360627412796,0.0,1.8175325393676758,2.172072172164917,-0.012307412922382355,0.0025055899750441313,0.28930458426475525,0.5439503788948059,0.9107379838824272,1469.0,376064.0,9639.634270105977,24068096.0 +114.97,7.300000190734863,2490.0,0.008917842991650105,0.10888671875,0.0,1.813990592956543,2.1965560913085938,-0.009330878965556622,0.002477075671777129,0.2676766812801361,0.562987208366394,0.907477430999279,1470.0,376320.0,9646.213879219024,24084480.0 +177.67,7.099999904632568,2466.0,0.009931844659149647,0.1290079802274704,0.0,1.850821852684021,2.178654909133911,-0.010258090682327747,0.002474420238286257,0.3519878685474396,0.5594976544380188,0.8803267180919647,1471.0,376576.0,9652.85648905905,24100864.0 +133.83,8.0,2551.0,0.009769188240170479,0.1359659880399704,0.0,1.7816709280014038,2.151254892349243,-0.012175033800303936,0.0024784766137599945,0.2249995917081833,0.553244411945343,0.9178430363535881,1472.0,376832.0,9659.27878387412,24117248.0 +74.79,7.900000095367432,2566.0,0.012207447551190853,0.1729939728975296,0.0,1.9032961130142212,2.1232008934020996,-0.012002922594547272,0.0024771064054220915,0.42057254910469055,0.5785468220710754,0.8622010946273804,1473.0,377088.0,9665.66601866996,24133632.0 +106.11,7.900000095367432,2587.0,0.01321816723793745,0.1302693635225296,0.0,1.8332031965255737,2.1812822818756104,0.0007745685870759189,0.0025002530310302973,0.2773624062538147,0.5557262301445007,0.9136545360088348,1474.0,377344.0,9671.997807213105,24150016.0 +173.03,7.099999904632568,2583.0,0.010164999403059483,0.1345621794462204,0.0,1.8132967948913574,2.2210347652435303,-0.011362813413143158,0.002488956553861499,0.2778458595275879,0.553360641002655,0.9064779281616211,1475.0,377600.0,9678.341603283072,24166400.0 +125.1,7.800000190734863,2522.0,0.009690030477941036,0.1285603791475296,0.0,1.8010889291763306,2.2093260288238525,-0.011123529635369778,0.002469665138050914,0.22963082790374756,0.5751572847366333,0.928817130625248,1476.0,377856.0,9684.83704669308,24182784.0 +143.2,7.099999904632568,2582.0,0.010690763592720032,0.1412760466337204,0.0,1.84717857837677,2.200618028640747,-0.010569303296506405,0.0024766346905380487,0.3200205862522125,0.5719394087791443,0.9122488722205162,1477.0,378112.0,9691.180938835954,24199168.0 +152.84,8.399999618530273,2581.0,0.01114803459495306,0.1468505859375,0.0,1.857021689414978,2.1358482837677,-0.011632134206593037,0.002472753869369626,0.35339853167533875,0.5671103000640869,0.893741101026535,1478.0,378368.0,9697.52903431002,24215552.0 +82.57,8.100000381469727,2531.0,0.011043018661439419,0.1422526091337204,0.0,1.8322372436523438,2.139583110809326,-0.012283437885344028,0.0024906753096729517,0.311958909034729,0.5545961260795593,0.8869505822658539,1479.0,378624.0,9704.002115170006,24231936.0 +113.34,8.0,2486.0,0.00889566820114851,0.1134847030043602,0.0,1.807684302330017,2.16811203956604,-0.008874555118381977,0.0024862580467015505,0.2579403519630432,0.5561021566390991,0.9030356630682945,1480.0,378880.0,9710.593009560136,24248320.0 +125.89,8.300000190734863,2565.0,0.011417492292821407,0.1443074494600296,0.0,1.7976007461547852,2.185389280319214,-0.009085782803595066,0.0024720707442611456,0.24164842069149017,0.5615608096122742,0.9063903167843819,1481.0,379136.0,9716.979786968092,24264704.0 +165.67,7.400000095367432,2461.0,0.009296570904552937,0.1270751953125,0.0,1.8266469240188599,2.215394973754883,-0.01166347786784172,0.0024810058530420065,0.29016798734664917,0.5651607513427734,0.8875388130545616,1482.0,379392.0,9723.635357838124,24281088.0 +113.93,8.0,2582.0,0.010229647159576416,0.1377766877412796,0.0,1.8138384819030762,2.1860384941101074,-0.011783520691096783,0.0024639670737087727,0.2912847101688385,0.5594274401664734,0.8713627606630325,1483.0,379648.0,9729.981554846978,24297472.0 +141.26,7.800000190734863,2558.0,0.010693565011024475,0.14337158203125,0.0,1.8664225339889526,2.185584783554077,-0.010956141166388988,0.0024916825350373983,0.35715118050575256,0.5653784871101379,0.8523706346750259,1484.0,379904.0,9736.387071866076,24313856.0 +99.63,7.599999904632568,2573.0,0.02716791443526745,0.2256062775850296,0.0,1.9972349405288696,2.16479754447937,0.003096162574365735,0.0025078209582716227,0.5060447454452515,0.6016310453414917,0.818880170583725,1485.0,380160.0,9742.754259278998,24330240.0 +45.57,8.399999618530273,2581.0,0.033474475145339966,0.23724365234375,0.0,1.877969741821289,2.1547276973724365,0.004810664337128401,0.002500910544767976,0.4211328327655792,0.5223236680030823,0.8260569274425507,1486.0,380416.0,9749.10236644512,24346624.0 +113.96,8.0,2473.0,0.009799140505492687,0.135009765625,0.0,1.7700600624084473,2.2237255573272705,-0.010604931972920895,0.0024979428853839636,0.2101343274116516,0.5382232666015625,0.9025712087750435,1487.0,380672.0,9755.727253085002,24363008.0 +140.27,7.800000190734863,2567.0,0.008407906629145145,0.10845947265625,0.0,1.7938247919082642,2.2257204055786133,-0.011855547316372395,0.0024907325860112906,0.24848036468029022,0.5479994416236877,0.9022660106420517,1488.0,380928.0,9762.109128345968,24379392.0 +180.7,6.800000190734863,2566.0,0.008447578176856041,0.113037109375,0.0,1.808462142944336,2.2413270473480225,-0.010371226817369461,0.002482970478013158,0.3052860200405121,0.5359923243522644,0.892882764339447,1489.0,381184.0,9768.494304473978,24395776.0 +163.73,7.5,2609.0,0.008271191269159317,0.1067911759018898,0.0,1.860185980796814,2.245601177215576,-0.009979148395359516,0.002490125596523285,0.324184387922287,0.576546847820282,0.8980910554528236,1490.0,381440.0,9774.774507812923,24412160.0 +95.49,8.699999809265137,2477.0,0.008576774038374424,0.1082967147231102,0.0,1.8297079801559448,2.215757131576538,-0.011606174521148205,0.002494583837687969,0.29849353432655334,0.5571551322937012,0.8936453238129616,1491.0,381696.0,9781.388044974068,24428544.0 +121.0,8.100000381469727,2489.0,0.010395166464149952,0.1392415314912796,0.0,1.8541451692581177,2.1950900554656982,-0.012164282612502575,0.002497636014595628,0.355681449174881,0.5516236424446106,0.877936914563179,1492.0,381952.0,9787.970432883129,24444928.0 +118.89,7.800000190734863,2534.0,0.0086634187027812,0.1111043319106102,0.0,1.8447130918502808,2.2209057807922363,-0.01074578333646059,0.002476489869877696,0.37566444277763367,0.5405294895172119,0.8570922911167145,1493.0,382208.0,9794.435172887053,24461312.0 +102.52,7.0,2562.0,0.009573000483214855,0.12298583984375,0.0,1.8210821151733398,2.221611261367798,-0.012098475359380245,0.0024844519793987274,0.34199199080467224,0.5308271646499634,0.8868449702858925,1494.0,382464.0,9800.83067605202,24477696.0 +92.03,8.600000381469727,2595.0,0.007896944880485535,0.1015828475356102,0.0,1.8160672187805176,2.2358953952789307,-0.01089024543762207,0.002495331922546029,0.26933547854423523,0.5572271943092346,0.914120577275753,1495.0,382720.0,9807.143113764003,24494080.0 +178.34,7.099999904632568,2583.0,0.00930041167885065,0.12127685546875,0.0,1.8387242555618286,2.2307565212249756,-0.011229409836232662,0.0024664371740072966,0.3531816303730011,0.551697313785553,0.9002016484737396,1496.0,382976.0,9813.486394946929,24510464.0 +70.26,8.5,2489.0,0.010089047253131866,0.1419677734375,0.0,1.7884207963943481,2.203307867050171,-0.011226299218833447,0.0024596115108579397,0.2788412272930145,0.5409933924674988,0.9176201671361923,1497.0,383232.0,9820.069330024067,24526848.0 +104.59,8.800000190734863,2556.0,0.011451233178377151,0.1504720002412796,0.0,1.8212636709213257,2.1856749057769775,-0.010432682931423187,0.002485609846189618,0.3147805333137512,0.5426295399665833,0.8993057906627655,1498.0,383488.0,9826.480234883027,24543232.0 +120.33,7.800000190734863,2482.0,0.010692354291677475,0.1363728791475296,0.0,1.8809696435928345,2.217747449874878,-0.009365820325911045,0.0025179923977702856,0.3730829060077667,0.5578159689903259,0.8775253444910049,1499.0,383744.0,9833.080889414065,24559616.0 +109.72,8.5,2470.0,0.008514695800840855,0.1073404923081398,0.0,1.862086296081543,2.2054948806762695,-0.012053866870701313,0.0025164911057800055,0.24564228951931,0.5605995059013367,0.9147725999355316,1500.0,384000.0,9839.712783718947,24576000.0 +110.18,8.100000381469727,2458.0,0.009777647443115711,0.1262613981962204,0.0,1.8645271062850952,2.220754861831665,-0.010892569087445736,0.0025177046190947294,0.23494017124176025,0.5669500231742859,0.9227464646100998,1501.0,384256.0,9846.376935119973,24592384.0 +131.43,7.599999904632568,2463.0,0.009633276611566544,0.11993408203125,0.0,1.902920126914978,2.2133524417877197,-0.010553167201578617,0.0024815055076032877,0.34348011016845703,0.568341076374054,0.9009453505277634,1502.0,384512.0,9853.028365768958,24608768.0 +134.92,7.699999809265137,2561.0,0.008423777297139168,0.10418701171875,0.0,1.8852953910827637,2.2342398166656494,-0.010043521411716938,0.002477204194292426,0.33576297760009766,0.5560644865036011,0.9038909375667572,1503.0,384768.0,9859.42819520901,24625152.0 +91.29,8.0,2496.0,0.009700119495391846,0.1253865510225296,0.0,1.87775456905365,2.243759870529175,-0.008602631278336048,0.0024740907829254866,0.32683518528938293,0.5530852675437927,0.9077882096171379,1504.0,385024.0,9865.991639690008,24641536.0 +115.24,7.800000190734863,2534.0,0.009198959916830063,0.1183268204331398,0.0,1.9187403917312622,2.2205684185028076,-0.011529692448675632,0.002481020288541913,0.3832963705062866,0.565466582775116,0.8896983042359352,1505.0,385280.0,9872.455657313112,24657920.0 +109.27,7.800000190734863,2470.0,0.0092128561809659,0.1186930313706398,0.0,1.8939777612686157,2.1789162158966064,-0.009351911954581738,0.002472591819241643,0.3632391393184662,0.5519084930419922,0.8969861939549446,1506.0,385536.0,9879.089797402034,24674304.0 +78.63,8.5,2501.0,0.008949006907641888,0.123779296875,0.0,1.8453636169433594,2.193391799926758,-0.011968319304287434,0.002479325048625469,0.25303199887275696,0.5580297112464905,0.9176074713468552,1507.0,385792.0,9885.639875113964,24690688.0 +155.18,7.099999904632568,2570.0,0.009094095788896084,0.1106160506606102,0.0,1.8782024383544922,2.228398561477661,-0.01154544297605753,0.0024753452744334936,0.3544454574584961,0.5416185259819031,0.8863231912255287,1508.0,386048.0,9892.013896462973,24707072.0 +122.43,8.199999809265137,2493.0,0.009250340983271599,0.1247151717543602,0.0,1.8509827852249146,2.211378335952759,-0.012332241982221603,0.0024976071435958147,0.23380452394485474,0.5650697946548462,0.9228688850998878,1509.0,386304.0,9898.585966912098,24723456.0 +132.17,7.099999904632568,2417.0,0.011638845317065716,0.15679931640625,0.0,1.8351813554763794,2.216871500015259,-0.013410122133791447,0.002470799721777439,0.2878761291503906,0.5356996655464172,0.9119607508182526,1510.0,386560.0,9905.364264880074,24739840.0 +132.44,7.099999904632568,2430.0,0.008428958244621754,0.1091715469956398,0.0,1.8842796087265015,2.228928565979004,-0.009247942827641964,0.002491094172000885,0.32175227999687195,0.5543919801712036,0.898134358227253,1511.0,386816.0,9912.10717028007,24756224.0 +116.68,8.0,2447.0,0.010388115420937538,0.145263671875,0.0,1.8098331689834595,2.1998679637908936,-0.012062239460647106,0.0024605344515293837,0.22626078128814697,0.5448752045631409,0.914854533970356,1512.0,387072.0,9918.80249214312,24772608.0 +176.08,7.800000190734863,2379.0,0.008856141939759254,0.11407470703125,0.0,1.8433409929275513,2.1830689907073975,-0.011032632552087307,0.0024517083074897528,0.33798685669898987,0.5251315832138062,0.8863094300031662,1513.0,387328.0,9925.689682431985,24788992.0 +132.93,7.699999809265137,2455.0,0.008635387755930424,0.1178385391831398,0.0,1.8155345916748047,2.1790707111358643,-0.00872848741710186,0.0024822766426950693,0.2756790816783905,0.5108761787414551,0.8900514245033264,1514.0,387584.0,9932.363298052922,24805376.0 +98.1,7.900000095367432,2590.0,0.011411095969378948,0.1575724333524704,0.0,1.8169580698013306,2.1962106227874756,-0.00883380975574255,0.0024844130966812372,0.25194844603538513,0.5237217545509338,0.9015186280012131,1515.0,387840.0,9938.688177356962,24821760.0 +165.87,8.100000381469727,2627.0,0.009865152649581432,0.1265055388212204,0.0,1.8209317922592163,2.2240116596221924,-0.010281800292432308,0.0025066828820854425,0.20958493649959564,0.5401571393013,0.9142542034387589,1516.0,388096.0,9944.924322714098,24838144.0 +145.5,7.599999904632568,2604.0,0.009072761051356792,0.1214396134018898,0.0,1.8754944801330566,2.187236785888672,-0.011043290607631207,0.00251148734241724,0.321258008480072,0.5368523597717285,0.8789913579821587,1517.0,388352.0,9951.215019305935,24854528.0 +143.14,7.699999809265137,2569.0,0.00901519600301981,0.11163330078125,0.0,1.8505792617797852,2.2008349895477295,-0.00899721309542656,0.002477858914062381,0.2790186405181885,0.5478145480155945,0.8949032127857208,1518.0,388608.0,9957.592626322992,24870912.0 +184.98,7.5,2598.0,0.010466155596077442,0.1437784880399704,0.0,1.8742674589157104,2.1903793811798096,-0.010650563053786755,0.002476426074281335,0.3053140938282013,0.5609299540519714,0.8948933482170105,1519.0,388864.0,9963.898864082992,24887296.0 +147.34,7.800000190734863,2513.0,0.009450758807361126,0.12841796875,0.0,1.8630975484848022,2.1964337825775146,-0.01081490982323885,0.00248261378146708,0.31347373127937317,0.5424260497093201,0.8846292123198509,1520.0,389120.0,9970.418388854945,24903680.0 +109.78,8.399999618530273,2581.0,0.010748472064733505,0.12152099609375,0.0,1.8262511491775513,2.1895434856414795,-0.013088840991258621,0.0024772323668003082,0.23762153089046478,0.5484858155250549,0.907013550400734,1521.0,389376.0,9976.767218022142,24920064.0 +131.49,7.599999904632568,2507.0,0.011370969004929066,0.1452840119600296,0.0,1.8731316328048706,2.1566526889801025,-0.010081321932375431,0.0024795152712613344,0.345926433801651,0.5364637970924377,0.8810771927237511,1522.0,389632.0,9983.303435056936,24936448.0 +103.45,8.0,2527.0,0.012016963213682175,0.1697794646024704,0.0,1.8342889547348022,2.1706056594848633,-0.010376970283687115,0.002475600689649582,0.23394393920898438,0.5564561486244202,0.9229710325598717,1523.0,389888.0,9989.786435270915,24952832.0 +129.63,7.599999904632568,2609.0,0.00844928901642561,0.1094767227768898,0.0,1.842721939086914,2.1907880306243896,-0.009687281213700771,0.0024612057022750378,0.2668258547782898,0.5549398064613342,0.9209444895386696,1524.0,390144.0,9996.068991336972,24969216.0 +136.51,8.0,2601.0,0.009650827385485172,0.1342570036649704,0.0,1.8885167837142944,2.19342303276062,-0.010594693012535572,0.0024851567577570677,0.3234202265739441,0.5618681311607361,0.9109540581703186,1525.0,390400.0,10002.36743751308,24985600.0 diff --git a/train_procgen/checkpoints/sppo-ninja_easy_0_0_2020/progress.csv b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2020/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..646fc855d7a95f8ab575825a79ba20261e9ddbd4 --- /dev/null +++ b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2020/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +146.05,2.0,263.0,0.008303099311888218,0.1366373747587204,0.0,0.0614280141890049,2.6998069286346436,-0.0020729992538690567,0.0037186492700129747,0.18099813163280487,0.22027556598186493,-0.00015544891357421875,1.0,256.0,62.23389311903156,16384.0 +248.43283582089552,2.6865670680999756,2747.0,0.0072293407283723354,0.1043294295668602,0.0,0.1776195764541626,2.691908836364746,-0.0019152848981320858,0.0037220206577330828,0.4129078686237335,0.11239087581634521,0.027602314949035645,2.0,512.0,68.20188232883811,32768.0 +252.5,2.9000000953674316,2791.0,0.009023011662065983,0.0984293594956398,0.0,0.35531654953956604,2.6731765270233154,-0.00013666179438587278,0.0037218055222183466,0.7643701434135437,0.12107232213020325,0.05993020534515381,3.0,768.0,74.071078147972,49152.0 +159.33,4.400000095367432,2802.0,0.010567388497292995,0.1306559294462204,0.0,0.6439223885536194,2.6589515209198,-0.0003279813099652529,0.003720225766301155,1.3416799306869507,0.15159454941749573,0.1169888973236084,4.0,1024.0,79.91787716792896,65536.0 +112.12,3.0,2752.0,0.011864296160638332,0.1131184920668602,0.0,0.6760954856872559,2.63512921333313,-0.00011655766138574108,0.0037183461245149374,1.4051265716552734,0.20388168096542358,0.16401755809783936,5.0,1280.0,85.87075478886254,81920.0 +103.73,3.799999952316284,2743.0,0.01059423666447401,0.0724690780043602,0.0,0.7050866484642029,2.6125447750091553,0.0012296667555347085,0.0037168459966778755,1.4599647521972656,0.2723677456378937,0.1762617826461792,6.0,1536.0,91.84462464600801,98304.0 +75.41,3.9000000953674316,2731.0,0.016729028895497322,0.1351114958524704,0.0,0.6692759394645691,2.578352689743042,0.0026906663551926613,0.0037084550131112337,1.3847373723983765,0.48991143703460693,0.24315762519836426,7.0,1792.0,97.84301262698136,114688.0 +114.02,3.200000047683716,2806.0,0.011289157904684544,0.0772501602768898,0.0,0.5813844799995422,2.6102101802825928,0.0028168789576739073,0.0037018705625087023,1.2093396186828613,0.5454339385032654,0.3017647862434387,8.0,2048.0,103.68165693688206,131072.0 +120.45,4.0,2795.0,0.013720852322876453,0.1104939803481102,0.0,0.4844435155391693,2.6256303787231445,0.0026754969730973244,0.0036889314651489258,1.016048550605774,1.0072990655899048,0.35145890712738037,9.0,2304.0,109.54250296088867,147456.0 +127.74,3.0999999046325684,2718.0,0.006662753876298666,0.0478108711540699,0.0,0.42690959572792053,2.6187593936920166,0.0007325951009988785,0.003666245611384511,0.9047290682792664,1.72018301486969,0.4091101288795471,10.0,2560.0,115.57139805494808,163840.0 +98.71,3.700000047683716,2743.0,0.01057680044323206,0.0765584334731102,0.0,0.5951681733131409,2.594411611557007,0.0022147062700241804,0.0036488336045295,1.2377949953079224,2.125897169113159,0.4384945034980774,11.0,2816.0,121.54520124499686,180224.0 +95.51,3.9000000953674316,2828.0,0.007091030012816191,0.0657958984375,0.0,0.5370262265205383,2.5519604682922363,-0.002237005392089486,0.003611471736803651,1.1295655965805054,2.4745211601257324,0.5222877562046051,12.0,3072.0,127.34261175082065,196608.0 +72.85,3.5,2708.0,0.005857819225639105,0.0500895194709301,0.0,0.632856547832489,2.5431878566741943,0.0010549155995249748,0.003615438239648938,1.314466953277588,2.6010472774505615,0.5388098657131195,13.0,3328.0,133.3915228859987,212992.0 +58.66,3.799999952316284,2748.0,0.00565232103690505,0.04461669921875,0.0,0.7204470634460449,2.491281747817993,0.00020260050951037556,0.003603188320994377,1.4903143644332886,3.1874752044677734,0.5485825836658478,14.0,3584.0,139.35281301103532,229376.0 +68.82,3.299999952316284,2726.0,0.00641753152012825,0.0470784492790699,0.0,0.6892476081848145,2.4539566040039062,-0.0013616018695756793,0.0035816978197544813,1.4302974939346313,3.705129623413086,0.5463281273841858,15.0,3840.0,145.36200584704056,245760.0 +56.23,4.0,2795.0,0.007334554567933083,0.0594482421875,0.0,0.7712523937225342,2.369637966156006,-0.000728589715436101,0.0035275276750326157,1.5913547277450562,4.505924701690674,0.6104864180088043,16.0,4096.0,151.22307182382792,262144.0 +46.72,3.5999999046325684,2792.0,0.00832645408809185,0.0779012069106102,0.0,0.9270215630531311,2.2944486141204834,-0.0014620209112763405,0.003520823083817959,1.9028562307357788,4.92690896987915,0.5997768342494965,17.0,4352.0,157.09181038988754,278528.0 +50.42,3.700000047683716,2788.0,0.003932117018848658,0.02195231057703495,0.0,0.905582845211029,2.2652089595794678,3.843004742520861e-05,0.003532757982611656,1.8563928604125977,5.174361705780029,0.6198883354663849,18.0,4608.0,162.9681943329051,294912.0 +49.57,4.199999809265137,2773.0,0.004988972097635269,0.02500406838953495,0.0,1.077257513999939,2.218153715133667,0.0009407424367964268,0.0035256147384643555,2.1969969272613525,5.318485260009766,0.6469098627567291,19.0,4864.0,168.87583778100088,311296.0 +50.13,4.0,2737.0,0.004054910968989134,0.02370198629796505,0.0,0.9875062108039856,2.2542896270751953,-0.00038163908175192773,0.0035289779771119356,2.0208613872528076,4.7449212074279785,0.6545022428035736,20.0,5120.0,174.86121008801274,327680.0 +39.18,4.5,2803.0,0.009380755946040154,0.0596720390021801,0.0,0.9135085940361023,2.2245442867279053,0.00249711936339736,0.003510110778734088,1.8665136098861694,4.961467742919922,0.678181916475296,21.0,5376.0,180.70732984691858,344064.0 +51.15,3.799999952316284,2772.0,0.008873090147972107,0.0650838240981102,0.0,0.8663046360015869,2.2083146572113037,-0.0010774738620966673,0.003484908724203706,1.7789306640625,5.474046230316162,0.6551686823368073,22.0,5632.0,186.61786404787563,360448.0 +51.36,3.700000047683716,2669.0,0.005077220965176821,0.0357462577521801,0.0,0.9072354435920715,2.250990629196167,-0.0004482584772631526,0.0034697754308581352,1.8603874444961548,5.0160603523254395,0.6713751256465912,23.0,5888.0,192.75939568784088,376832.0 +61.2,3.4000000953674316,2754.0,0.007950822822749615,0.0609537772834301,0.0,0.9493005871772766,2.2751011848449707,0.0016730049392208457,0.0034622882958501577,1.940757155418396,5.148282527923584,0.6658506989479065,24.0,6144.0,198.70808121794835,393216.0 +41.53,3.5,2796.0,0.007132560480386019,0.0534871406853199,0.0,1.0371601581573486,2.313575267791748,0.0017975404625758529,0.003494222881272435,2.116997003555298,4.57936954498291,0.6597719490528107,25.0,6400.0,204.5676409539301,409600.0 +53.44,4.199999809265137,2749.0,0.00683444133028388,0.06170654296875,0.0,0.860282838344574,2.3139169216156006,0.0003236670745536685,0.003489145077764988,1.7661967277526855,4.323537349700928,0.6972178518772125,26.0,6656.0,210.52625779202208,425984.0 +53.04,3.299999952316284,2793.0,0.00658131018280983,0.05560302734375,0.0,0.7745761275291443,2.3207924365997314,-0.0006903558969497681,0.0034701740369200706,1.5969487428665161,3.9556496143341064,0.6843519806861877,27.0,6912.0,216.39173174882308,442368.0 +54.57,3.5,2761.0,0.006449766457080841,0.0426025390625,0.0,0.7989547848701477,2.3220016956329346,7.653065949853044e-06,0.003494078991934657,1.644334316253662,3.733462333679199,0.7043894827365875,28.0,7168.0,222.32558311894536,458752.0 +63.05,2.799999952316284,2719.0,0.006584778428077698,0.0506184883415699,0.0,0.7906332015991211,2.3032891750335693,-0.0005089842597953975,0.003491799347102642,1.6283503770828247,3.721832513809204,0.7120876610279083,29.0,7424.0,228.3509927049745,475136.0 +41.26,3.4000000953674316,2806.0,0.00881695281714201,0.0719401016831398,0.0,0.8295565247535706,2.3200814723968506,0.00036193858250044286,0.0034940324258059263,1.704790472984314,4.007302284240723,0.6792173981666565,30.0,7680.0,234.18870450602844,491520.0 +42.0,3.4000000953674316,2774.0,0.006089068949222565,0.0477294921875,0.0,0.8094481825828552,2.2952702045440674,-0.0006752412882633507,0.003475466975942254,1.6661523580551147,4.399595260620117,0.6799871325492859,31.0,7936.0,240.09453730192035,507904.0 +42.1,3.5999999046325684,2785.0,0.0040903580375015736,0.02608235739171505,0.0,0.9739255905151367,2.2528626918792725,1.3839812709193211e-05,0.0034513259306550026,1.9928804636001587,4.586883068084717,0.6760712265968323,32.0,8192.0,245.97704997193068,524288.0 +49.95,3.200000047683716,2776.0,0.004257029388099909,0.03047688864171505,0.0,0.9243018627166748,2.275095224380493,-0.0006682632374577224,0.003445741953328252,1.895442008972168,4.6355366706848145,0.6880825459957123,33.0,8448.0,251.88003290398046,540672.0 +57.67,3.5999999046325684,2820.0,0.004558217246085405,0.0325927734375,0.0,0.9278437495231628,2.2389962673187256,-0.0021057322155684233,0.0034330496564507484,1.9046788215637207,4.960154056549072,0.6978305578231812,34.0,8704.0,257.6887033979874,557056.0 +37.53,4.400000095367432,2808.0,0.0041304160840809345,0.02203369140625,0.0,1.1521204710006714,2.161766290664673,-0.0005150596261955798,0.0034352901857346296,2.348506212234497,4.826884746551514,0.6621003448963165,35.0,8960.0,263.5233843298629,573440.0 +48.08,3.799999952316284,2790.0,0.005265799816697836,0.0413004569709301,0.0,1.1666098833084106,2.193256139755249,-0.0018181070918217301,0.0034383784513920546,2.3807213306427,4.265528202056885,0.6826392710208893,36.0,9216.0,269.3966682460159,589824.0 +34.57,4.0,2779.0,0.0023329437244683504,0.01804606057703495,0.0,1.0444591045379639,2.1648831367492676,-0.0013938822085037827,0.00339924986474216,2.1350038051605225,4.326797962188721,0.6953727006912231,37.0,9472.0,275.2929349578917,606208.0 +35.81,4.199999809265137,2783.0,0.004016973543912172,0.02764892578125,0.0,1.0311599969863892,2.1487560272216797,-0.0018522841855883598,0.0033693432342261076,2.1090002059936523,4.596330642700195,0.7137169539928436,38.0,9728.0,281.18109314492904,622592.0 +38.86,3.5999999046325684,2765.0,0.004175474401563406,0.0349324531853199,0.0,0.9549428820610046,2.1772620677948,-0.001623953110538423,0.0033698708284646273,1.9566789865493774,4.722132205963135,0.7232957780361176,39.0,9984.0,287.1067942609079,638976.0 +39.59,3.799999952316284,2817.0,0.004263290669769049,0.0391438789665699,0.0,1.008985161781311,2.1798031330108643,-0.001492088194936514,0.0033643944188952446,2.0645506381988525,4.826287746429443,0.7085777223110199,40.0,10240.0,292.9236785918474,655360.0 +41.34,4.400000095367432,2809.0,0.004083964508026838,0.02909342385828495,0.0,0.8864789605140686,2.237907648086548,-0.0006537113222293556,0.003368757665157318,1.8190232515335083,4.677718162536621,0.7243253290653229,41.0,10496.0,298.756361088017,671744.0 +36.39,4.300000190734863,2806.0,0.004902270622551441,0.03900146484375,0.0,1.0221582651138306,2.2135651111602783,-0.0011747911339625716,0.0033420936670154333,2.0909371376037598,4.857726573944092,0.7083097398281097,42.0,10752.0,304.5950257999357,688128.0 +41.28,3.9000000953674316,2800.0,0.00559956394135952,0.05169677734375,0.0,0.9654852747917175,2.2282655239105225,-0.0011500237742438912,0.003350200830027461,1.977835774421692,4.351699352264404,0.7285854518413544,43.0,11008.0,310.4456716859713,704512.0 +36.74,3.799999952316284,2793.0,0.00518033979460597,0.0444132499396801,0.0,0.9832387566566467,2.2172229290008545,-0.001773983589373529,0.0033360228408128023,2.0143697261810303,4.355157375335693,0.7135433852672577,44.0,11264.0,316.31208896590397,720896.0 +45.97,3.799999952316284,2722.0,0.006337942089885473,0.0731404647231102,0.0,0.9656726717948914,2.1657214164733887,-0.0017439149087294936,0.0033428447786718607,1.9781475067138672,4.14572286605835,0.7195159494876862,45.0,11520.0,322.3308954278473,737280.0 +49.16,4.099999904632568,2748.0,0.00438979035243392,0.03692626953125,0.0,0.9203758239746094,2.2230374813079834,-0.0013820506865158677,0.0033908477053046227,1.8879762887954712,3.336735963821411,0.7042372524738312,46.0,11776.0,328.2930806418881,753664.0 +35.56,4.400000095367432,2721.0,0.005522686988115311,0.05706787109375,0.0,0.963838517665863,2.197561502456665,-0.0018807804444804788,0.0033673059660941362,1.9753899574279785,3.598637342453003,0.7166229486465454,47.0,12032.0,334.31342784990557,770048.0 +37.3,4.0,2783.0,0.005557302385568619,0.0474039725959301,0.0,1.0204143524169922,2.180109739303589,-0.0018163826316595078,0.003352552652359009,2.0880634784698486,3.886262893676758,0.7072108685970306,48.0,12288.0,340.2006363768596,786432.0 +45.92,3.799999952316284,2760.0,0.005321815609931946,0.0553792305290699,0.0,0.9438328742980957,2.153918981552124,-0.0015325442655012012,0.0033302248921245337,1.9338092803955078,4.143298625946045,0.7158226668834686,49.0,12544.0,346.1368704449851,802816.0 +50.95,4.0,2787.0,0.010210257023572922,0.1001790389418602,0.0,2.4395930767059326,2.2184016704559326,0.002057801466435194,0.003398072673007846,1.9783077239990234,1.3968907594680786,0.7148264050483704,50.0,12800.0,352.0153336748481,819200.0 +44.42,4.0,2802.0,0.007259130012243986,0.0628458634018898,0.0,2.00028133392334,2.2577450275421143,-0.00024862121790647507,0.0033633389975875616,1.809760570526123,0.6724933981895447,0.7301207482814789,51.0,13056.0,357.86335191782564,835584.0 +37.57,5.400000095367432,2659.0,0.006399381905794144,0.0559488944709301,0.0,2.1312243938446045,2.193051815032959,-0.0012145866639912128,0.0033092116937041283,2.126631498336792,0.6423503160476685,0.7205802202224731,52.0,13312.0,364.0257896289695,851968.0 +43.51,4.599999904632568,2776.0,0.006401708349585533,0.0663859024643898,0.0,1.97199547290802,2.2484705448150635,-0.0006956017459742725,0.0032896529883146286,1.8343156576156616,0.6246844530105591,0.7459582686424255,53.0,13568.0,369.9269688008353,868352.0 +47.27,5.099999904632568,2784.0,0.006582189816981554,0.0556640625,0.0,1.9168812036514282,2.223120927810669,-0.00024884392041713,0.003278719959780574,1.6792062520980835,0.6759207248687744,0.7633240967988968,54.0,13824.0,375.8114649639465,884736.0 +68.0,4.099999904632568,2758.0,0.0058278609067201614,0.05145263671875,0.0,1.8585647344589233,2.2344367504119873,-0.0029506187420338392,0.003251118352636695,1.6664648056030273,0.586287796497345,0.7109262347221375,55.0,14080.0,381.750929862028,901120.0 +50.34,4.300000190734863,2755.0,0.0038721507880836725,0.02327474020421505,0.0,1.8265156745910645,2.280879497528076,-0.0004020909545943141,0.0032447725534439087,1.6471794843673706,0.5379020571708679,0.744295209646225,56.0,14336.0,387.69798060297035,917504.0 +60.11,5.699999809265137,2784.0,0.004188740625977516,0.0353190116584301,0.0,1.8955363035202026,2.197946071624756,-0.0016819494776427746,0.00322717591188848,1.802716851234436,0.5292310118675232,0.7302035987377167,57.0,14592.0,393.58349432004616,933888.0 +47.14,5.400000095367432,2735.0,0.005269182380288839,0.0515340156853199,0.0,1.9142169952392578,2.1347339153289795,-0.002712808782234788,0.0032136207446455956,1.8511580228805542,0.5251856446266174,0.7167834937572479,58.0,14848.0,399.5730245138984,950272.0 +55.45,5.0,2814.0,0.00456724688410759,0.0431721992790699,0.0,2.0765645503997803,2.104579210281372,-0.0013326089829206467,0.003198609920218587,2.1822826862335205,0.5223824977874756,0.6846911609172821,59.0,15104.0,405.395761085907,966656.0 +50.83,5.099999904632568,2755.0,0.005529685411602259,0.04888916015625,0.0,1.7841895818710327,2.1363513469696045,-0.003167247399687767,0.0031927330419421196,1.6246519088745117,0.5013062357902527,0.7380665242671967,60.0,15360.0,411.342490935931,983040.0 +52.76,4.800000190734863,2784.0,0.004897071048617363,0.0438232421875,0.0,1.834044337272644,2.1059317588806152,-0.0014072180492803454,0.0031852691899985075,1.7360039949417114,0.4884374141693115,0.7315490543842316,61.0,15616.0,417.2275007220451,999424.0 +42.29,4.300000190734863,2798.0,0.006962873507291079,0.0694376602768898,0.0,1.8517374992370605,2.0633718967437744,-0.002936928765848279,0.0031721622217446566,1.7740620374679565,0.4945026636123657,0.7203578948974609,62.0,15872.0,423.08320698002353,1015808.0 +53.36,4.300000190734863,2810.0,0.0046695563942193985,0.0456339530646801,0.0,1.7805570363998413,2.104896068572998,-0.0013441852061077952,0.0031637579668313265,1.6497825384140015,0.4771926701068878,0.7433226406574249,63.0,16128.0,428.91411646292545,1032192.0 +40.14,5.599999904632568,2805.0,0.004889892879873514,0.047119140625,0.0,1.8535881042480469,2.0721435546875,-0.002916691591963172,0.0031589046120643616,1.8129626512527466,0.4642210900783539,0.7268040776252747,64.0,16384.0,434.7557147538755,1048576.0 +68.68,4.300000190734863,2799.0,0.004661946091800928,0.0447794608771801,0.0,1.8345271348953247,2.1059422492980957,-0.0020667945500463247,0.003148501506075263,1.773358702659607,0.4699055850505829,0.7164901793003082,65.0,16640.0,440.6090781209059,1064960.0 +44.59,4.699999809265137,2756.0,0.006184062454849482,0.0606486015021801,0.0,1.9379963874816895,2.0587692260742188,-0.000989857711829245,0.0031533215660601854,2.000776767730713,0.4426768124103546,0.7337705492973328,66.0,16896.0,446.55358615890145,1081344.0 +37.44,4.800000190734863,2807.0,0.004590227734297514,0.0406494140625,0.0,2.028012990951538,1.9886474609375,-0.0012120159808546305,0.003144817426800728,2.1762735843658447,0.45069560408592224,0.7022059857845306,67.0,17152.0,452.39004889293574,1097728.0 +42.12,5.099999904632568,2793.0,0.004078228492289782,0.0415445975959301,0.0,1.9940896034240723,2.0249717235565186,-0.0017212185775861144,0.0031393247190862894,2.1202452182769775,0.44283854961395264,0.7108098566532135,68.0,17408.0,458.25493122590706,1114112.0 +50.46,5.099999904632568,2815.0,0.004674630239605904,0.0474446602165699,0.0,1.8904091119766235,2.0061395168304443,-0.0030679472256451845,0.003133583813905716,1.9165173768997192,0.4443233907222748,0.7092601358890533,69.0,17664.0,464.07522214204073,1130496.0 +43.88,5.300000190734863,2791.0,0.0044901068322360516,0.0401611328125,0.0,1.9705497026443481,1.9530442953109741,-0.0019499169429764152,0.0031277986709028482,2.081204891204834,0.4391061067581177,0.7045069932937622,70.0,17920.0,469.9453770760447,1146880.0 +51.5,4.5,2759.0,0.006879060994833708,0.0818888321518898,0.0,1.909342885017395,1.978411316871643,-0.0012832345673814416,0.0031216295901685953,1.9658640623092651,0.4338759183883667,0.7133823931217194,71.0,18176.0,475.88444145582616,1163264.0 +40.63,4.699999809265137,2770.0,0.004451788496226072,0.0450236015021801,0.0,1.7871578931808472,2.0531795024871826,-0.0019310186617076397,0.0031176216434687376,1.733786940574646,0.4258781969547272,0.7463575005531311,72.0,18432.0,481.79881675192155,1179648.0 +41.5,4.099999904632568,2768.0,0.0047436789609491825,0.04547119140625,0.0,1.7543292045593262,2.071007490158081,-0.0021353380288928747,0.0031092825811356306,1.6599713563919067,0.43944016098976135,0.7323019206523895,73.0,18688.0,487.71722501097247,1196032.0 +38.46,5.699999809265137,2717.0,0.005602393765002489,0.0528564453125,0.0,1.8540369272232056,2.025280237197876,-0.0017422210657969117,0.0031085005030035973,1.8761119842529297,0.42043623328208923,0.7124563157558441,74.0,18944.0,493.74770742398687,1212416.0 +47.67,5.699999809265137,2777.0,0.006154425907880068,0.0667521134018898,0.0,1.8733406066894531,1.9959508180618286,-0.003439374268054962,0.0030986906494945288,1.9145593643188477,0.4284650385379791,0.7130179703235626,75.0,19200.0,499.64719646191224,1228800.0 +42.61,4.900000095367432,2800.0,0.004300878848880529,0.0365397147834301,0.0,1.8513994216918945,2.0026700496673584,-0.00297004752792418,0.0031005293130874634,1.8789095878601074,0.4180333614349365,0.7078745365142822,76.0,19456.0,505.4982791990042,1245184.0 +38.14,5.0,2815.0,0.004596480634063482,0.0435994453728199,0.0,1.8692034482955933,1.962310791015625,-0.002610851777717471,0.003093250095844269,1.908742070198059,0.4261457920074463,0.7237116098403931,77.0,19712.0,511.3192059029825,1261568.0 +40.99,5.599999904632568,2772.0,0.00422887597233057,0.0400594063103199,0.0,1.87887442111969,1.9504570960998535,-0.002405184553936124,0.003092158352956176,1.9430755376815796,0.4102294147014618,0.6902385354042053,78.0,19968.0,517.2296974079218,1277952.0 +49.58,4.0,2792.0,0.005962167400866747,0.05853271484375,0.0,1.8484864234924316,1.9565883874893188,-0.003376552602276206,0.003080199472606182,1.863864541053772,0.43778741359710693,0.7216893136501312,79.0,20224.0,523.0966279190034,1294336.0 +51.88,4.199999809265137,2755.0,0.00450547318905592,0.04315185546875,0.0,1.8014907836914062,1.9695202112197876,-0.0019348138011991978,0.0030835235957056284,1.7901347875595093,0.41203463077545166,0.7311607301235199,80.0,20480.0,529.0443046139553,1310720.0 +43.21,5.300000190734863,2733.0,0.00402009766548872,0.03466796875,0.0,1.8827694654464722,1.9545108079910278,-0.0015299785882234573,0.0030793920159339905,1.9555253982543945,0.40994980931282043,0.7244400680065155,81.0,20736.0,535.0397868528962,1327104.0 +42.72,5.099999904632568,2733.0,0.004050713498145342,0.0360514335334301,0.0,1.8356965780258179,1.9757159948349,-0.0028872366528958082,0.0030748313292860985,1.8599214553833008,0.4170689284801483,0.7190694212913513,82.0,20992.0,541.0360957868397,1343488.0 +40.88,4.900000095367432,2727.0,0.004980713594704866,0.05316162109375,0.0,1.871383786201477,1.986310362815857,-0.0023973598144948483,0.0030709223356097937,1.9235433340072632,0.4263761043548584,0.7156762480735779,83.0,21248.0,547.0445842829067,1359872.0 +42.6,5.199999809265137,2774.0,0.005480548832565546,0.0581461600959301,0.0,1.8884963989257812,1.9986191987991333,-0.004046024288982153,0.0030727090779691935,1.9834918975830078,0.40213528275489807,0.6991362273693085,84.0,21504.0,552.9511611489579,1376256.0 +40.74,5.300000190734863,2743.0,0.0035462474916130304,0.02669270895421505,0.0,1.8563987016677856,1.9970688819885254,-0.0018898644484579563,0.0030646659433841705,1.9159947633743286,0.4050602912902832,0.7239408195018768,85.0,21760.0,558.9235289399512,1392640.0 +57.57,5.199999809265137,2767.0,0.005857445765286684,0.0654093399643898,0.0,1.8276225328445435,1.9839081764221191,-0.0021539998706430197,0.0030657921452075243,1.8554579019546509,0.4079178273677826,0.7117294371128082,86.0,22016.0,564.8454032929149,1409024.0 +41.62,4.900000095367432,2767.0,0.0057562110014259815,0.0591227225959301,0.0,1.7500568628311157,2.0050837993621826,-0.0024861081037670374,0.0030570614617317915,1.6928688287734985,0.4212789535522461,0.736511766910553,87.0,22272.0,570.7666103290394,1425408.0 +46.54,5.5,2792.0,0.005880346521735191,0.0616455078125,0.0,1.796693205833435,1.969403624534607,-0.0034112632274627686,0.0030526944901794195,1.8050042390823364,0.40480342507362366,0.7145456671714783,88.0,22528.0,576.6358068238478,1441792.0 +56.64,5.699999809265137,2803.0,0.005584418773651123,0.05255126953125,0.0,1.8554086685180664,1.984179973602295,-0.0032498084474354982,0.003058025613427162,1.9350908994674683,0.3887869119644165,0.6988326609134674,89.0,22784.0,582.4824589618947,1458176.0 +56.22,5.099999904632568,2790.0,0.005506707821041346,0.05767822265625,0.0,1.9054241180419922,1.931862473487854,-0.003386141499504447,0.003047598758712411,2.0011603832244873,0.4289352595806122,0.6933784186840057,90.0,23040.0,588.3544097610284,1474560.0 +41.82,5.300000190734863,2811.0,0.0052067991346120834,0.0514119453728199,0.0,1.8539537191390991,1.91718327999115,-0.003689276287332177,0.0030521268490701914,1.9218783378601074,0.40209588408470154,0.7108783423900604,91.0,23296.0,594.1833323489409,1490944.0 +41.6,4.900000095367432,2806.0,0.0069512673653662205,0.0819295272231102,0.0,1.9291858673095703,1.8642369508743286,-0.002565906848758459,0.0030444341246038675,2.0708343982696533,0.40405037999153137,0.6927556693553925,92.0,23552.0,600.0224830049556,1507328.0 +42.74,6.400000095367432,2815.0,0.005992215126752853,0.05780029296875,0.0,1.9261795282363892,1.8746439218521118,-0.0029938279185444117,0.003041013376787305,2.085512161254883,0.3851013481616974,0.6868457198143005,93.0,23808.0,605.8437381738331,1523712.0 +45.49,6.0,2800.0,0.0067330277524888515,0.07501220703125,0.0,1.8053804636001587,1.8780258893966675,-0.003307429375126958,0.00303083099424839,1.8304457664489746,0.4051010310649872,0.7204469740390778,94.0,24064.0,611.6956743928604,1540096.0 +42.03,4.900000095367432,2778.0,0.005861096084117889,0.0735880509018898,0.0,1.779870629310608,1.8938096761703491,-0.004401892889291048,0.0030242123175412416,1.756430983543396,0.43525230884552,0.7362127006053925,95.0,24320.0,617.5932874379214,1556480.0 +47.29,5.400000095367432,2800.0,0.008424374274909496,0.1086018905043602,0.0,1.8719440698623657,1.9135003089904785,-0.0020535490475594997,0.0030358086805790663,1.9698745012283325,0.394086092710495,0.7119536101818085,96.0,24576.0,623.4443555478938,1572864.0 +49.79,5.300000190734863,2735.0,0.004917813464999199,0.0572102852165699,0.0,1.886439323425293,1.8786144256591797,-0.0034037057776004076,0.003024231642484665,1.9977048635482788,0.40320345759391785,0.7131377756595612,97.0,24832.0,629.433390253922,1589248.0 +40.88,6.0,2757.0,0.005311999469995499,0.0517578125,0.0,1.9022825956344604,1.8771677017211914,-0.0025721187703311443,0.003021097043529153,2.02799391746521,0.40446045994758606,0.7084315717220306,98.0,25088.0,635.3766597069334,1605632.0 +43.6,5.0,2809.0,0.004697293508797884,0.0464884452521801,0.0,1.9062808752059937,1.9237130880355835,-0.0016980553045868874,0.0030145912896841764,2.0320544242858887,0.4109961986541748,0.7054038941860199,99.0,25344.0,641.2099727578461,1622016.0 +49.36,5.0,2763.0,0.006170028820633888,0.07806396484375,0.0,2.102614164352417,1.986324667930603,-0.00270043290220201,0.0030112245585769415,1.868583083152771,0.3998059034347534,0.7147867381572723,100.0,25600.0,647.1405769928824,1638400.0 +44.96,5.900000095367432,2740.0,0.005690482910722494,0.0613199882209301,0.0,2.037994861602783,1.9472664594650269,-0.0027799252420663834,0.0030155100394040346,1.7519325017929077,0.3870948553085327,0.7306130528450012,101.0,25856.0,653.1206934028305,1654784.0 +45.36,5.900000095367432,2759.0,0.005560902878642082,0.05267333984375,0.0,1.9771260023117065,2.0048182010650635,-0.0025971548166126013,0.0030083125457167625,1.633554458618164,0.38863441348075867,0.7391746938228607,102.0,26112.0,659.0590236198623,1671168.0 +51.36,6.0,2822.0,0.004745495039969683,0.0473225899040699,0.0,1.937660813331604,2.017030715942383,-0.002832892583683133,0.003004639409482479,1.552340030670166,0.3928702771663666,0.7548299133777618,103.0,26368.0,664.8653577279765,1687552.0 +61.61,4.900000095367432,2800.0,0.006118867080658674,0.0666910782456398,0.0,1.9553289413452148,1.9882339239120483,-0.0032435425091534853,0.003007517196238041,1.5527955293655396,0.41953277587890625,0.7469196617603302,104.0,26624.0,670.7161478959024,1703936.0 +53.38,4.900000095367432,2776.0,0.005614796653389931,0.06109619140625,0.0,1.976617455482483,2.003312110900879,-0.0026961080729961395,0.002992910100147128,1.6143163442611694,0.4110468626022339,0.7439849972724915,105.0,26880.0,676.6186959659681,1720320.0 +48.84,5.5,2796.0,0.006753027439117432,0.0846150740981102,0.0,2.007553815841675,1.9543942213058472,-0.0042884922586381435,0.002994298003613949,1.707632064819336,0.3869633376598358,0.7308723032474518,106.0,27136.0,682.4788025969174,1736704.0 +44.65,4.900000095367432,2831.0,0.005163890775293112,0.05078125,0.0,1.9525729417800903,1.9742878675460815,-0.0030598274897783995,0.0029895559418946505,1.6011805534362793,0.3848783075809479,0.7416989207267761,107.0,27392.0,688.2659787540324,1753088.0 +57.34,5.900000095367432,2787.0,0.0067704045213758945,0.0861002579331398,0.0,1.9751874208450317,1.9806289672851562,-0.0037206634879112244,0.0029859382193535566,1.6388307809829712,0.3939093351364136,0.723790168762207,108.0,27648.0,694.1452253959142,1769472.0 +52.36,5.099999904632568,2810.0,0.006086715962737799,0.0751953125,0.0,2.0010645389556885,2.0228331089019775,-0.0031302429269999266,0.002987954067066312,1.6746950149536133,0.4053436815738678,0.7336245775222778,109.0,27904.0,699.975629366003,1785856.0 +74.39,5.300000190734863,2768.0,0.006606816779822111,0.0789998397231102,0.0,1.8754653930664062,2.0032031536102295,-0.003070903941988945,0.0029795293230563402,1.4477673768997192,0.3897307813167572,0.7517611533403397,110.0,28160.0,705.895032644039,1802240.0 +64.07,5.0,2811.0,0.006149711087346077,0.0645955428481102,0.0,1.909629225730896,1.9832206964492798,-0.005481221247464418,0.00297165778465569,1.5094852447509766,0.4024907350540161,0.7423667907714844,111.0,28416.0,711.7239217548631,1818624.0 +48.33,5.199999809265137,2748.0,0.006309053394943476,0.0740152969956398,0.0,2.0006558895111084,1.951219916343689,-0.003957604523748159,0.002970724133774638,1.6871320009231567,0.4035334587097168,0.738356739282608,112.0,28672.0,717.6857982028741,1835008.0 +46.81,5.5,2727.0,0.005971921142190695,0.0702718123793602,0.0,1.9217581748962402,1.968324065208435,-0.005318889860063791,0.0029647110495716333,1.5441856384277344,0.39711275696754456,0.7475976347923279,113.0,28928.0,723.6948015019298,1851392.0 +54.52,4.5,2810.0,0.007247580215334892,0.0941975936293602,0.0,1.8710774183273315,1.9590669870376587,-0.004887180868536234,0.002963484963402152,1.4487738609313965,0.3921266794204712,0.7487471103668213,114.0,29184.0,729.5249985388946,1867776.0 +59.48,4.099999904632568,2778.0,0.007433400955051184,0.0954996719956398,0.0,1.860094666481018,1.9879430532455444,-0.0037213570903986692,0.0029605275485664606,1.4091343879699707,0.40634164214134216,0.739567369222641,115.0,29440.0,735.4253988319542,1884160.0 +53.23,5.699999809265137,2782.0,0.007874010130763054,0.0996500626206398,0.0,1.9730232954025269,1.9396811723709106,-0.004709396976977587,0.0029570385813713074,1.6489351987838745,0.39773985743522644,0.7222322523593903,116.0,29696.0,741.3148804858793,1900544.0 +53.39,5.0,2827.0,0.00740312272682786,0.09735107421875,0.0,1.8767213821411133,1.9608603715896606,-0.0043662614189088345,0.002952924929559231,1.448552131652832,0.4058096706867218,0.7403881251811981,117.0,29952.0,747.1106165549718,1916928.0 +61.1,5.300000190734863,2796.0,0.005770109128206968,0.0664265975356102,0.0,1.9716819524765015,1.929219365119934,-0.00471824174746871,0.00295379851013422,1.6579209566116333,0.3898719549179077,0.6979294121265411,118.0,30208.0,752.96920980094,1933312.0 +69.1,4.400000095367432,2810.0,0.007044685538858175,0.0916544571518898,0.0,1.9952133893966675,1.939609169960022,-0.0038285572081804276,0.0029435402248054743,1.6915949583053589,0.40445438027381897,0.6978195309638977,119.0,30464.0,758.7997718299739,1949696.0 +63.17,6.099999904632568,2830.0,0.005283890292048454,0.05963134765625,0.0,1.926533818244934,1.9254075288772583,-0.0046470388770103455,0.002951241098344326,1.56625235080719,0.3920738697052002,0.7226422727108002,120.0,30720.0,764.5901043589693,1966080.0 +51.08,5.400000095367432,2789.0,0.006146082654595375,0.0702921524643898,0.0,1.9309929609298706,1.9518028497695923,-0.002809189958497882,0.002945711137726903,1.5573886632919312,0.406545490026474,0.731136679649353,121.0,30976.0,770.4639038229361,1982464.0 +47.91,6.300000190734863,2797.0,0.0066957431845366955,0.0771280899643898,0.0,1.9964689016342163,1.9469504356384277,-0.0040931846015155315,0.0029399849008768797,1.7094508409500122,0.39449724555015564,0.7072291672229767,122.0,31232.0,776.3217380270362,1998848.0 +57.07,5.599999904632568,2789.0,0.008008616976439953,0.1003214493393898,0.0,1.906743049621582,1.9471138715744019,-0.0035351726692169905,0.002934057032689452,1.5206360816955566,0.404061883687973,0.7219288647174835,123.0,31488.0,782.1958396139089,2015232.0 +61.48,6.699999809265137,2743.0,0.007867877371609211,0.09521484375,0.0,1.959098219871521,1.893962025642395,-0.00299233035184443,0.0029395304154604673,1.6335352659225464,0.3930549621582031,0.7046009302139282,124.0,31744.0,788.1681698269676,2031616.0 +64.13,5.300000190734863,2801.0,0.006137509364634752,0.072509765625,0.0,1.9869247674942017,1.9506250619888306,-0.0032422326039522886,0.0029304304625838995,1.6797800064086914,0.40643811225891113,0.6757085919380188,125.0,32000.0,794.0179035880137,2048000.0 +70.85,6.5,2785.0,0.006523447576910257,0.0723876953125,0.0,1.9136308431625366,1.9801973104476929,-0.0031350275967270136,0.0029260795563459396,1.5288573503494263,0.4123828113079071,0.7166615128517151,126.0,32256.0,799.8996767718345,2064384.0 +81.64,6.400000095367432,2783.0,0.005066629033535719,0.0532633475959301,0.0,1.8349560499191284,2.004528284072876,-0.00320107932202518,0.0029260374139994383,1.3876566886901855,0.3999795913696289,0.7340175211429596,127.0,32512.0,805.7869298318401,2080768.0 +59.97,5.400000095367432,2768.0,0.005782459396868944,0.0573527030646801,0.0,1.8604322671890259,1.9721189737319946,-0.0032787316013127565,0.0029214024543762207,1.4325438737869263,0.4067549407482147,0.7185954451560974,128.0,32768.0,811.7058518158738,2097152.0 +62.73,5.699999809265137,2727.0,0.00632619671523571,0.07342529296875,0.0,1.7895965576171875,1.9599047899246216,-0.0038630717899650335,0.002926331013441086,1.307193398475647,0.39197370409965515,0.7564525157213211,129.0,33024.0,817.7134966668673,2113536.0 +73.75,6.300000190734863,2817.0,0.006093610543757677,0.07275390625,0.0,1.7690463066101074,1.9607263803482056,-0.005197673570364714,0.0029201072175055742,1.2553669214248657,0.40581488609313965,0.7404179871082306,130.0,33280.0,823.5309267030098,2129920.0 +60.57,5.0,2828.0,0.007720199879258871,0.0975748673081398,0.0,1.8167098760604858,1.9685111045837402,-0.005374720320105553,0.002917623147368431,1.3531016111373901,0.4055385887622833,0.7255683839321136,131.0,33536.0,829.323898029048,2146304.0 +64.69,6.0,2769.0,0.009217600338160992,0.1115315780043602,0.0,1.796132206916809,1.9757390022277832,-0.0035041936207562685,0.0029160615522414446,1.311984896659851,0.40341106057167053,0.7131866812705994,132.0,33792.0,835.2402583439834,2162688.0 +66.44,6.400000095367432,2781.0,0.006710924673825502,0.0762532576918602,0.0,1.792737603187561,2.000086545944214,-0.0037614975590258837,0.0029130352195352316,1.3031262159347534,0.4073817729949951,0.7187410295009613,133.0,34048.0,841.1319373559672,2179072.0 +93.45,6.099999904632568,2778.0,0.0067952764220535755,0.0780843123793602,0.0,1.748663306236267,2.0036745071411133,-0.00388771272264421,0.0029089755844324827,1.2158311605453491,0.408987432718277,0.7231554985046387,134.0,34304.0,847.0294742528349,2195456.0 +99.53,5.699999809265137,2797.0,0.00952190812677145,0.1260986328125,0.0,1.82504403591156,1.9680880308151245,-0.003429465927183628,0.002907875692471862,1.3587573766708374,0.4161031246185303,0.6960085928440094,135.0,34560.0,852.8874990178738,2211840.0 +71.27,6.400000095367432,2795.0,0.0068084560334682465,0.08056640625,0.0,1.8187345266342163,1.9441800117492676,-0.003939494956284761,0.002902548760175705,1.3396111726760864,0.4244218170642853,0.7240293920040131,136.0,34816.0,858.7482523869257,2228224.0 +79.22,5.099999904632568,2805.0,0.006500430405139923,0.0709228515625,0.0,1.895020604133606,1.9378522634506226,-0.003393940394744277,0.0029098980594426394,1.4889788627624512,0.422337144613266,0.7002635300159454,137.0,35072.0,864.5899003539234,2244608.0 +62.92,6.800000190734863,2762.0,0.007114064414054155,0.0853678360581398,0.0,1.8756017684936523,1.896837592124939,-0.0038003793451935053,0.002903177635744214,1.4686092138290405,0.4109164774417877,0.7173032164573669,138.0,35328.0,870.5214587079827,2260992.0 +70.45,6.0,2798.0,0.009408188052475452,0.10528564453125,0.0,1.8005661964416504,1.9078607559204102,-0.005244933534413576,0.0028994332533329725,1.3180886507034302,0.4156361520290375,0.7051944732666016,139.0,35584.0,876.3776041108649,2277376.0 +74.59,6.199999809265137,2743.0,0.0084493737667799,0.1116739884018898,0.0,1.8072404861450195,1.949145793914795,-0.003776768920943141,0.002894382691010833,1.320645809173584,0.4251059293746948,0.7113403975963593,140.0,35840.0,882.3500872619916,2293760.0 +76.12,5.900000095367432,2783.0,0.009122252464294434,0.11932373046875,0.0,1.778185248374939,1.9094926118850708,-0.007134221959859133,0.002893883502110839,1.285856008529663,0.4114362299442291,0.7198136448860168,141.0,36096.0,888.2373224690091,2310144.0 +80.31,6.900000095367432,2693.0,0.00908187311142683,0.1126302108168602,0.0,1.7261905670166016,1.9131851196289062,-0.005055971443653107,0.0028935291338711977,1.1724556684494019,0.415876179933548,0.7151369750499725,142.0,36352.0,894.3213572490495,2326528.0 +83.19,6.699999809265137,2784.0,0.009393255226314068,0.11956787109375,0.0,1.6364246606826782,1.9203802347183228,-0.005198579281568527,0.0028879314195364714,0.992689311504364,0.41920629143714905,0.734723299741745,143.0,36608.0,900.2058573968243,2342912.0 +73.15,6.300000190734863,2805.0,0.007069116458296776,0.0814005509018898,0.0,1.7363351583480835,1.9059637784957886,-0.0046869791112840176,0.0028839705046266317,1.1935900449752808,0.4192735254764557,0.7167892456054688,144.0,36864.0,906.0458978300449,2359296.0 +77.8,5.599999904632568,2748.0,0.010416963137686253,0.12908935546875,0.0,1.7448883056640625,1.8650156259536743,-0.0058036670088768005,0.002885665977373719,1.203728199005127,0.4251323938369751,0.7082883417606354,145.0,37120.0,912.008072986966,2375680.0 +102.09,6.099999904632568,2789.0,0.008159390650689602,0.1011962890625,0.0,1.821524739265442,1.8690718412399292,-0.002472941530868411,0.0028883637860417366,1.3338319063186646,0.43705371022224426,0.6530525982379913,146.0,37376.0,917.8821489019319,2392064.0 +88.43,5.900000095367432,2765.0,0.00862843543291092,0.1093953475356102,0.0,1.7099114656448364,1.9004851579666138,-0.005614192690700293,0.00287703238427639,1.1303120851516724,0.4324833154678345,0.6939241290092468,147.0,37632.0,923.8080435709562,2408448.0 +78.23,7.0,2790.0,0.00867859274148941,0.1124267578125,0.0,1.663969874382019,1.8887529373168945,-0.0064499289728701115,0.0028816701378673315,1.055332899093628,0.417790025472641,0.7249975502490997,148.0,37888.0,929.6796553570312,2424832.0 +87.92,6.599999904632568,2806.0,0.010594953782856464,0.139892578125,0.0,1.6146003007888794,1.9216256141662598,-0.006858508568257093,0.002876197686418891,0.958484947681427,0.4201934337615967,0.746552973985672,149.0,38144.0,935.5177679869812,2441216.0 +98.6,6.099999904632568,2829.0,0.010343908332288265,0.1256103515625,0.0,2.0798699855804443,1.87966787815094,-0.002454266883432865,0.0028759094420820475,1.1093190908432007,0.4365445077419281,0.7210646867752075,150.0,38400.0,941.3089458469767,2457600.0 +90.37,6.5,2818.0,0.00841333344578743,0.1052449569106102,0.0,2.0917835235595703,1.900124192237854,-0.005841439124196768,0.0028752328362315893,1.145151972770691,0.43395939469337463,0.7220957577228546,151.0,38656.0,947.1222556689754,2473984.0 +90.28,6.5,2787.0,0.011056060902774334,0.1472574919462204,0.0,1.9920496940612793,1.9329462051391602,-0.006075428798794746,0.002874077996239066,0.9515348076820374,0.43167269229888916,0.7441379129886627,152.0,38912.0,953.0020000319928,2490368.0 +77.49,6.099999904632568,2812.0,0.011387568898499012,0.1513264924287796,0.0,1.980014681816101,1.977523922920227,-0.006791870575398207,0.00286983628757298,0.9304496645927429,0.4333930015563965,0.7545807063579559,153.0,39168.0,958.8277183058672,2506752.0 +97.09,6.099999904632568,2761.0,0.015553216449916363,0.1886393278837204,0.0,1.8889843225479126,2.0252561569213867,-0.0031350823119282722,0.002869052579626441,0.7451596260070801,0.43188849091529846,0.765133261680603,154.0,39424.0,964.7620829059742,2523136.0 +94.24,6.099999904632568,2774.0,0.008283667266368866,0.1031901016831398,0.0,1.9906697273254395,1.992334246635437,-0.005914479959756136,0.002861014800146222,0.9644172191619873,0.4292486608028412,0.7209790945053101,155.0,39680.0,970.6691384448204,2539520.0 +88.18,6.099999904632568,2792.0,0.007960001938045025,0.09588623046875,0.0,1.9810384511947632,1.9885797500610352,-0.005211502779275179,0.0028496633749455214,0.9382426142692566,0.43821632862091064,0.7530947327613831,156.0,39936.0,976.5370877608657,2555904.0 +97.57,6.400000095367432,2817.0,0.008294183760881424,0.1082560196518898,0.0,2.042548894882202,1.9950326681137085,-0.005318233743309975,0.002854963531717658,1.0470072031021118,0.4444139897823334,0.7114863991737366,157.0,40192.0,982.3540023840033,2572288.0 +86.21,6.5,2806.0,0.008281270042061806,0.1032307967543602,0.0,2.0100998878479004,1.9543523788452148,-0.006545055657625198,0.002852254780009389,0.9881408214569092,0.44310665130615234,0.6932068765163422,158.0,40448.0,988.1937236089725,2588672.0 +97.32,6.599999904632568,2815.0,0.009854122996330261,0.12213134765625,0.0,1.9839643239974976,1.9470614194869995,-0.00740407221019268,0.002850552322342992,0.9649350047111511,0.42729508876800537,0.7214842438697815,159.0,40704.0,994.0138857490383,2605056.0 +73.48,6.800000190734863,2767.0,0.00980297103524208,0.1209513321518898,0.0,2.008342981338501,1.9466557502746582,-0.0059351869858801365,0.0028436891734600067,1.0011025667190552,0.4365720748901367,0.7169321775436401,160.0,40960.0,999.9338539119344,2621440.0 +95.6,7.099999904632568,2725.0,0.009120257571339607,0.1135457381606102,0.0,2.0001707077026367,1.9680012464523315,-0.006201097741723061,0.0028506070375442505,0.9779398441314697,0.4378262460231781,0.7372148931026459,161.0,41216.0,1005.9462869449053,2637824.0 +83.32,7.099999904632568,2789.0,0.008171171881258488,0.1007283553481102,0.0,1.9797536134719849,1.987259030342102,-0.004189811181277037,0.002843676134943962,0.8994245529174805,0.46192407608032227,0.7492523789405823,162.0,41472.0,1011.82130103698,2654208.0 +111.63,6.800000190734863,2795.0,0.006583396811038256,0.0813191756606102,0.0,1.8823212385177612,2.0075442790985107,-0.0041187601163983345,0.0028522342909127474,0.7297974228858948,0.44250908493995667,0.7608601301908493,163.0,41728.0,1017.6841666719411,2670592.0 +134.55,6.900000095367432,2691.0,0.012626475654542446,0.1630045622587204,0.0,1.895815372467041,1.988540530204773,-0.006294571328908205,0.002850227290764451,0.7762577533721924,0.4341183006763458,0.746110588312149,164.0,41984.0,1023.772754068952,2686976.0 +116.91,6.5,2739.0,0.010171505622565746,0.1299235075712204,0.0,1.962039828300476,1.9722262620925903,-0.006441216450184584,0.00283390493132174,0.8742659091949463,0.4631326496601105,0.7362841963768005,165.0,42240.0,1029.7547882818617,2703360.0 +120.53,6.199999809265137,2796.0,0.01020806934684515,0.1190999373793602,0.0,1.8939094543457031,1.968320369720459,-0.005289079155772924,0.0028361447621136904,0.7705135345458984,0.44086694717407227,0.7573942840099335,166.0,42496.0,1035.6153050728608,2719744.0 +122.44,6.599999904632568,2790.0,0.010600090958178043,0.1359456330537796,0.0,1.8850237131118774,1.9591468572616577,-0.005036903079599142,0.0028299642726778984,0.7615306973457336,0.43821409344673157,0.7341138124465942,167.0,42752.0,1041.488424574025,2736128.0 +134.39,6.5,2814.0,0.009686537086963654,0.11822509765625,0.0,1.8389776945114136,1.9634603261947632,-0.004397768061608076,0.0028301188722252846,0.6389693021774292,0.455880731344223,0.749971866607666,168.0,43008.0,1047.3116952630226,2752512.0 +142.75,6.199999809265137,2787.0,0.008474555797874928,0.1050821915268898,0.0,1.8943800926208496,2.003145217895508,-0.007205547299236059,0.0028287030290812254,0.7598952651023865,0.4543391466140747,0.7115443646907806,169.0,43264.0,1053.1902353109326,2768896.0 +133.11,7.300000190734863,2831.0,0.01161657739430666,0.14068603515625,0.0,1.8363898992538452,1.9553561210632324,-0.003811946837231517,0.002825465751811862,0.6539412140846252,0.44518807530403137,0.7642041146755219,170.0,43520.0,1058.976516332943,2785280.0 +160.04,7.400000095367432,2803.0,0.009723630733788013,0.1238606795668602,0.0,1.82646644115448,1.9050759077072144,-0.004803708288818598,0.0028328162152320147,0.6299588084220886,0.4446115493774414,0.7599975168704987,171.0,43776.0,1064.821788986912,2801664.0 +155.93,6.199999809265137,2804.0,0.010266321711242199,0.13702392578125,0.0,1.822190284729004,1.9307345151901245,-0.0062894076108932495,0.0028336115647107363,0.5953069925308228,0.46214380860328674,0.7554300129413605,172.0,44032.0,1070.6642409299966,2818048.0 +157.57,6.199999809265137,2812.0,0.009370596148073673,0.10546875,0.0,1.8965129852294922,1.9553951025009155,-0.0033447372261434793,0.002821293892338872,0.7213890552520752,0.47870755195617676,0.7527865767478943,173.0,44288.0,1076.4904651958495,2834432.0 +162.63,6.699999809265137,2799.0,0.007349073421210051,0.08709716796875,0.0,1.8137909173965454,1.982466220855713,-0.005342252552509308,0.0028257910162210464,0.5994818806648254,0.4528217017650604,0.778929814696312,174.0,44544.0,1082.3430791408755,2850816.0 +174.08,6.599999904632568,2799.0,0.008995127864181995,0.1163736954331398,0.0,1.8157166242599487,1.9747366905212402,-0.005296863149851561,0.002819253131747246,0.5955424308776855,0.4606640040874481,0.7796683609485626,175.0,44800.0,1088.1956669250503,2867200.0 +155.25,6.300000190734863,2786.0,0.009851213544607162,0.1302490234375,0.0,1.8169711828231812,1.9333056211471558,-0.008319860324263573,0.00281917373649776,0.5849247574806213,0.47182121872901917,0.7672159969806671,176.0,45056.0,1094.076825813856,2883584.0 +137.32,6.5,2798.0,0.011552718468010426,0.1451009064912796,0.0,1.8040345907211304,1.932526707649231,-0.005285431165248156,0.002819254994392395,0.5977000594139099,0.444669634103775,0.7229926884174347,177.0,45312.0,1099.932033146033,2899968.0 +155.53,7.199999809265137,2822.0,0.013397347182035446,0.1685587614774704,0.0,1.7791718244552612,1.9287676811218262,-0.006907376926392317,0.002815302461385727,0.5443292260169983,0.4507758617401123,0.7734926640987396,178.0,45568.0,1105.7366229798645,2916352.0 +164.96,6.5,2758.0,0.010937646962702274,0.14813232421875,0.0,1.8237085342407227,1.946398377418518,-0.005297867115586996,0.002822461538016796,0.6141923069953918,0.4571017920970917,0.7201171517372131,179.0,45824.0,1111.6778878378682,2932736.0 +162.55,6.199999809265137,2745.0,0.00953738298267126,0.1247762069106102,0.0,1.7769975662231445,1.9473437070846558,-0.0064851753413677216,0.002816477557644248,0.5262137055397034,0.4582456052303314,0.7421423196792603,180.0,46080.0,1117.64553216286,2949120.0 +177.81,6.599999904632568,2821.0,0.010910519398748875,0.1404215544462204,0.0,1.847866415977478,1.9532021284103394,-0.005792554002255201,0.002809152938425541,0.6443272233009338,0.4754560887813568,0.7151399552822113,181.0,46336.0,1123.454565458931,2965504.0 +160.42,7.0,2810.0,0.008645846508443356,0.10528564453125,0.0,1.8867679834365845,1.9488581418991089,-0.005312241613864899,0.002804720774292946,0.721998929977417,0.4771178662776947,0.7274704873561859,182.0,46592.0,1129.2846959868912,2981888.0 +126.71,6.599999904632568,2821.0,0.007064312230795622,0.0806884765625,0.0,1.878426194190979,1.9708524942398071,-0.005066859070211649,0.002797444351017475,0.7227246761322021,0.4701736867427826,0.7076685428619385,183.0,46848.0,1135.0924669150263,2998272.0 +144.92,5.800000190734863,2784.0,0.007103271782398224,0.0856730118393898,0.0,1.8823610544204712,1.960363745689392,-0.004936074372380972,0.0028045636136084795,0.7511231303215027,0.45388713479042053,0.7201389968395233,184.0,47104.0,1140.976474746829,3014656.0 +145.32,6.400000095367432,2780.0,0.006423013284802437,0.0741170272231102,0.0,1.7822232246398926,1.984364628791809,-0.005772997159510851,0.002794640837237239,0.5490549206733704,0.4612402617931366,0.7463395297527313,185.0,47360.0,1146.8690619019326,3031040.0 +181.77,5.800000190734863,2814.0,0.008435423485934734,0.10321044921875,0.0,1.7822680473327637,1.964523434638977,-0.005167043302208185,0.002800068585202098,0.549287736415863,0.4574646055698395,0.7666604071855545,186.0,47616.0,1152.691415841924,3047424.0 +164.47,6.699999809265137,2809.0,0.012283041141927242,0.1562906950712204,0.0,1.7594876289367676,1.9404939413070679,-0.0060552689246833324,0.002796455519273877,0.5153753161430359,0.45299673080444336,0.7635458558797836,187.0,47872.0,1158.523701815866,3063808.0 +131.6,7.099999904632568,2790.0,0.010358075611293316,0.13623046875,0.0,1.8130775690078735,1.9485281705856323,-0.004710507113486528,0.0027946794871240854,0.6143536567687988,0.4573228359222412,0.7359902262687683,188.0,48128.0,1164.3956099548377,3080192.0 +178.99,6.199999809265137,2794.0,0.007185752969235182,0.0888468399643898,0.0,1.8576536178588867,1.952603816986084,-0.005590388085693121,0.0027952902019023895,0.6961684823036194,0.46258023381233215,0.6961099207401276,189.0,48384.0,1170.2598792668432,3096576.0 +155.25,6.699999809265137,2712.0,0.007944249548017979,0.0923258438706398,0.0,1.798869252204895,2.0166077613830566,-0.0056791105307638645,0.0027995749842375517,0.5967788100242615,0.4503037929534912,0.7178287208080292,190.0,48640.0,1176.3014970978256,3112960.0 +123.52,7.599999904632568,2786.0,0.00976768508553505,0.1208292618393898,0.0,1.7351206541061401,1.9726756811141968,-0.007046787068247795,0.002795643173158169,0.45968422293663025,0.45921167731285095,0.769034668803215,191.0,48896.0,1182.1827894379385,3129344.0 +213.06,6.099999904632568,2806.0,0.00906596053391695,0.1105550155043602,0.0,1.73979651927948,2.0242698192596436,-0.008873353712260723,0.0027957262936979532,0.46801722049713135,0.46262645721435547,0.7588969767093658,192.0,49152.0,1188.0217039759737,3145728.0 +199.74,6.800000190734863,2674.0,0.00973289180546999,0.12353515625,0.0,1.7393766641616821,2.017319679260254,-0.005469560623168945,0.002781660296022892,0.4716733694076538,0.4627244472503662,0.7954184263944626,193.0,49408.0,1194.1486136110034,3162112.0 +203.98,6.300000190734863,2799.0,0.014599439688026905,0.1728719025850296,0.0,1.7285399436950684,1.9398683309555054,-0.005543779116123915,0.0027828530874103308,0.45162972807884216,0.4602918326854706,0.7993597984313965,194.0,49664.0,1200.002799257869,3178496.0 +180.6,6.800000190734863,2796.0,0.008301567286252975,0.1053059920668602,0.0,1.7304911613464355,1.9769988059997559,-0.005915263667702675,0.002783080330118537,0.46786466240882874,0.4536043703556061,0.7977712452411652,195.0,49920.0,1205.8625510928687,3194880.0 +160.99,6.0,2782.0,0.006846636533737183,0.07666015625,0.0,1.828253149986267,1.9552726745605469,-0.005780389066785574,0.0027810900937765837,0.6651636958122253,0.4530964195728302,0.709222823381424,196.0,50176.0,1211.7520412900485,3211264.0 +188.37,5.900000095367432,2743.0,0.007750688586384058,0.1000162735581398,0.0,1.7684168815612793,1.979871392250061,-0.006800983566790819,0.0027786975260823965,0.5207436680793762,0.4708267152309418,0.7429333627223969,197.0,50432.0,1217.7251051720232,3227648.0 +213.03,6.400000095367432,2814.0,0.009433203376829624,0.1194864884018898,0.0,1.7861210107803345,1.9560961723327637,-0.0023573043290525675,0.0027931106742471457,0.5125522613525391,0.4843698740005493,0.6923371851444244,198.0,50688.0,1223.5471259069163,3244032.0 +234.29,6.400000095367432,2829.0,0.009981470182538033,0.1246134415268898,0.0,1.711067795753479,1.9046846628189087,-0.006083890330046415,0.002783617004752159,0.3801489770412445,0.4822814464569092,0.7335021495819092,199.0,50944.0,1229.3390501788817,3260416.0 +248.23,6.800000190734863,2823.0,0.01051205676048994,0.1337076872587204,0.0,1.644027590751648,1.9429898262023926,-0.005935275461524725,0.0027750867884606123,0.3486710488796234,0.4812781810760498,0.7438469231128693,200.0,51200.0,1235.1420709078666,3276800.0 +248.89,6.900000095367432,2829.0,0.010565578937530518,0.135498046875,0.0,1.6359668970108032,1.9253993034362793,-0.0080461660400033,0.002770031802356243,0.35044780373573303,0.47503793239593506,0.7348611354827881,201.0,51456.0,1240.9327630188782,3293184.0 +315.09,6.199999809265137,2820.0,0.010892718099057674,0.1412556916475296,0.0,1.62299644947052,1.934066891670227,-0.005288161803036928,0.0027707358822226524,0.32082265615463257,0.47364962100982666,0.7372022867202759,202.0,51712.0,1246.7426555668935,3309568.0 +351.02,5.199999809265137,2792.0,0.010593981482088566,0.1414794921875,0.0,1.6622872352600098,1.9651905298233032,-0.005964035168290138,0.002768097445368767,0.40536317229270935,0.4724781811237335,0.7211373448371887,203.0,51968.0,1252.6114811708685,3325952.0 +257.52,5.699999809265137,2790.0,0.00983039103448391,0.1269327849149704,0.0,1.6559728384017944,1.9837104082107544,-0.005206569097936153,0.002773899585008621,0.38659775257110596,0.4726969301700592,0.703933984041214,204.0,52224.0,1258.4845487859566,3342336.0 +275.34,6.300000190734863,2807.0,0.00687319366261363,0.0760498046875,0.0,1.6460381746292114,1.9764412641525269,-0.005260115023702383,0.0027724981773644686,0.38039860129356384,0.4648302495479584,0.7341449558734894,205.0,52480.0,1264.320366666885,3358720.0 +302.37,6.0,2767.0,0.00687926122918725,0.0869547501206398,0.0,1.6506547927856445,1.977005958557129,-0.006433494389057159,0.0027701372746378183,0.3784930408000946,0.47444602847099304,0.711406409740448,206.0,52736.0,1270.241714786971,3375104.0 +293.73,5.900000095367432,2795.0,0.008757451549172401,0.1154378280043602,0.0,1.6078943014144897,1.9972044229507446,-0.006430681794881821,0.0027669277042150497,0.298598051071167,0.47278347611427307,0.6970758140087128,207.0,52992.0,1276.1025743938517,3391488.0 +294.94,6.0,2800.0,0.008301264606416225,0.1079915389418602,0.0,1.6234391927719116,1.966970443725586,-0.007001681253314018,0.0027598917949944735,0.34271690249443054,0.4684939682483673,0.7249511182308197,208.0,53248.0,1281.9539549979381,3407872.0 +328.35,5.5,2748.0,0.009694043546915054,0.1211751326918602,0.0,1.6269826889038086,1.9306977987289429,-0.005736576393246651,0.0027621807530522346,0.3520909547805786,0.46388566493988037,0.716888427734375,209.0,53504.0,1287.917053944897,3424256.0 +331.48,6.300000190734863,2780.0,0.0108181769028306,0.1430867463350296,0.0,1.5615653991699219,1.9614801406860352,-0.006605489645153284,0.0027596221771091223,0.23974525928497314,0.45508015155792236,0.7789372652769089,210.0,53760.0,1293.8097767899744,3440640.0 +288.76,7.199999809265137,2789.0,0.01336123887449503,0.1658121794462204,0.0,1.5461682081222534,1.9223017692565918,-0.006460685282945633,0.0027642082422971725,0.20674555003643036,0.4534943103790283,0.7836887687444687,211.0,54016.0,1299.683170082979,3457024.0 +322.11,6.300000190734863,2788.0,0.011334187351167202,0.1568603515625,0.0,1.5965741872787476,1.9579085111618042,-0.007100299000740051,0.0027535948902368546,0.3091123402118683,0.459073930978775,0.7448828518390656,212.0,54272.0,1305.55990281282,3473408.0 +335.77,6.199999809265137,2820.0,0.010821182280778885,0.1507568359375,0.0,1.5882207155227661,1.9395819902420044,-0.00716620497405529,0.002757398411631584,0.30883702635765076,0.44675615429878235,0.7063085734844208,213.0,54528.0,1311.370103687048,3489792.0 +351.56,5.400000095367432,2828.0,0.010361616499722004,0.1422119140625,0.0,1.5960725545883179,1.963408350944519,-0.009861507453024387,0.0027527965139597654,0.32156091928482056,0.4545861482620239,0.7129218578338623,214.0,54784.0,1317.1643574498594,3506176.0 +327.49,5.199999809265137,2754.0,0.011191298253834248,0.1559651643037796,0.0,1.5796681642532349,1.947479248046875,-0.006264898460358381,0.0027536882553249598,0.259105920791626,0.4679745137691498,0.7253042459487915,215.0,55040.0,1323.1136197310407,3522560.0 +315.27,5.300000190734863,2762.0,0.010017029009759426,0.1342976838350296,0.0,1.599900245666504,1.982966423034668,-0.005824645981192589,0.0027591350954025984,0.3189534544944763,0.4530301094055176,0.6406878232955933,216.0,55296.0,1329.0457449979149,3538944.0 +339.46,4.900000095367432,2828.0,0.009379373863339424,0.12042236328125,0.0,1.5874756574630737,1.9769824743270874,-0.006246874574571848,0.0027549955993890762,0.28938359022140503,0.45850279927253723,0.7036913335323334,217.0,55552.0,1334.839129278902,3555328.0 +341.83,5.800000190734863,2825.0,0.011069510132074356,0.1441650390625,0.0,1.608338475227356,1.9760526418685913,-0.0066288127563893795,0.002755424939095974,0.34915733337402344,0.44747424125671387,0.7399922013282776,218.0,55808.0,1340.6391820809804,3571712.0 +296.54,5.900000095367432,2762.0,0.010881605558097363,0.1500244140625,0.0,1.645896077156067,2.031662940979004,-0.00673522986471653,0.002746529644355178,0.4152270555496216,0.45840325951576233,0.7131626605987549,219.0,56064.0,1346.570063493913,3588096.0 +281.08,6.5,2743.0,0.01089272741228342,0.1451009064912796,0.0,1.5610543489456177,2.0736725330352783,-0.009627492167055607,0.00274903723038733,0.2649451196193695,0.4491642713546753,0.7777609378099442,220.0,56320.0,1352.5432992698625,3604480.0 +292.39,6.699999809265137,2823.0,0.011352569796144962,0.1553141325712204,0.0,1.556296706199646,2.1026599407196045,-0.007404363248497248,0.002744999947026372,0.2429129034280777,0.45658889412879944,0.780338853597641,221.0,56576.0,1358.3462829110213,3620864.0 +307.44,5.699999809265137,2762.0,0.008798209950327873,0.1157023087143898,0.0,1.6574617624282837,2.0706090927124023,-0.005174895748496056,0.0027390543837100267,0.42102479934692383,0.4715104103088379,0.6785672307014465,222.0,56832.0,1364.277630419936,3637248.0 +336.59,5.199999809265137,2761.0,0.009838870726525784,0.1278279572725296,0.0,1.5432003736495972,2.0534708499908447,-0.008030964992940426,0.0027424662839621305,0.20200365781784058,0.4672224223613739,0.7741686999797821,223.0,57088.0,1370.211334998021,3653632.0 +371.73,5.199999809265137,2765.0,0.011743801645934582,0.1583251953125,0.0,1.5540385246276855,2.0405890941619873,-0.006356173660606146,0.0027478209231048822,0.23812927305698395,0.45325931906700134,0.7718458324670792,224.0,57344.0,1376.136170700891,3670016.0 +340.72,5.5,2758.0,0.012330076657235622,0.1631266325712204,0.0,1.559749960899353,2.0756137371063232,-0.008134179748594761,0.002745547331869602,0.2551003396511078,0.4535886347293854,0.7534841150045395,225.0,57600.0,1382.0769982109778,3686400.0 +396.32,5.300000190734863,2796.0,0.01089751347899437,0.1468302458524704,0.0,1.6026716232299805,2.1059184074401855,-0.006829624529927969,0.002748047700151801,0.3109807074069977,0.4698135554790497,0.7146921157836914,226.0,57856.0,1387.9365948659834,3702784.0 +392.87,5.699999809265137,2751.0,0.010686994530260563,0.13775634765625,0.0,1.5892610549926758,2.081430196762085,-0.006383698899298906,0.002744123339653015,0.2880261540412903,0.46849608421325684,0.8011637628078461,227.0,58112.0,1393.8925136630423,3719168.0 +276.75,7.0,2811.0,0.009977037087082863,0.1348063200712204,0.0,1.5630583763122559,2.106882095336914,-0.008285538293421268,0.0027387046720832586,0.2471049576997757,0.46672308444976807,0.8103389889001846,228.0,58368.0,1399.7206368220504,3735552.0 +299.03,6.300000190734863,2808.0,0.01143515482544899,0.1537068635225296,0.0,1.5950045585632324,2.1064913272857666,-0.008939150720834732,0.0027391056064516306,0.35158205032348633,0.4419690668582916,0.7297490835189819,229.0,58624.0,1405.5558256178629,3751936.0 +324.62,5.5,2809.0,0.01432844903320074,0.18951416015625,0.0,1.5851889848709106,2.0866854190826416,-0.006877347826957703,0.002733743516728282,0.31609198451042175,0.45173725485801697,0.6845716834068298,230.0,58880.0,1411.3890889449976,3768320.0 +357.82,5.900000095367432,2793.0,0.01322686206549406,0.1756591796875,0.0,1.5744342803955078,2.057734727859497,-0.008203412406146526,0.0027281285729259253,0.2812422811985016,0.4641779959201813,0.7632070332765579,231.0,59136.0,1417.2568228018936,3784704.0 +251.9,7.0,2791.0,0.009865653701126575,0.1341349333524704,0.0,1.5864111185073853,2.067016363143921,-0.008759682066738605,0.0027330443263053894,0.3122275173664093,0.4581371545791626,0.8153312057256699,232.0,59392.0,1423.127765206853,3801088.0 +240.24,5.900000095367432,2752.0,0.011903178878128529,0.1497395783662796,0.0,1.601041316986084,2.0791428089141846,-0.00974236335605383,0.002725723898038268,0.33082327246665955,0.4698425829410553,0.7291512787342072,233.0,59648.0,1429.0802643150091,3817472.0 +292.32,5.5,2741.0,0.010680180042982101,0.1515706330537796,0.0,1.5911779403686523,2.0838987827301025,-0.008256208151578903,0.0027270454447716475,0.3286753296852112,0.45639634132385254,0.7442139387130737,234.0,59904.0,1435.0574311160017,3833856.0 +288.04,6.300000190734863,2721.0,0.010596481151878834,0.1442057341337204,0.0,1.5746568441390991,2.101686477661133,-0.0067186132073402405,0.002728244988247752,0.30684396624565125,0.4470900297164917,0.7639918476343155,235.0,60160.0,1441.0793623828795,3850240.0 +310.91,6.199999809265137,2797.0,0.008383488282561302,0.1093343123793602,0.0,1.5575541257858276,2.114405393600464,-0.007483812514692545,0.002732710214331746,0.2716659903526306,0.44658103585243225,0.744417279958725,236.0,60416.0,1446.9365805229172,3866624.0 +349.4,5.300000190734863,2761.0,0.007296810392290354,0.0910848006606102,0.0,1.623471736907959,2.078352212905884,-0.006539524998515844,0.002730237552896142,0.38598379492759705,0.4571349620819092,0.7169003784656525,237.0,60672.0,1452.8699899648782,3883008.0 +277.6,5.900000095367432,2749.0,0.008529270999133587,0.1130167618393898,0.0,1.5994235277175903,2.065274238586426,-0.0075433566235005856,0.0027267190162092447,0.36803242564201355,0.4411448538303375,0.7554301470518112,238.0,60928.0,1458.8307419449557,3899392.0 +287.62,6.099999904632568,2774.0,0.011371134780347347,0.1554972380399704,0.0,1.5346604585647583,2.085549831390381,-0.00808341521769762,0.0027256764005869627,0.2508876621723175,0.4348562955856323,0.7585429549217224,239.0,61184.0,1464.7363376040012,3915776.0 +314.45,6.0,2788.0,0.010901634581387043,0.1424357146024704,0.0,1.5682493448257446,2.072364568710327,-0.007072707172483206,0.002725272672250867,0.31712377071380615,0.4342184364795685,0.719859391450882,240.0,61440.0,1470.6124653178267,3932160.0 +323.84,5.800000190734863,2765.0,0.011417488567531109,0.15069580078125,0.0,1.5635870695114136,2.1444027423858643,-0.007661007810384035,0.002725454280152917,0.2824861705303192,0.45158395171165466,0.7536985874176025,241.0,61696.0,1476.5389200439677,3948544.0 +325.11,5.199999809265137,2806.0,0.00952694471925497,0.1263834685087204,0.0,1.5577675104141235,2.1458253860473633,-0.009303596802055836,0.0027348818257451057,0.2511824071407318,0.4612320363521576,0.7288484871387482,242.0,61952.0,1482.3778494619764,3964928.0 +320.45,5.5,2801.0,0.010509844869375229,0.1404215544462204,0.0,1.5447081327438354,2.1506688594818115,-0.009172782301902771,0.002728107152506709,0.24185742437839508,0.4540199935436249,0.7771359831094742,243.0,62208.0,1488.226784663042,3981312.0 +393.97,5.0,2788.0,0.013181495480239391,0.1871134489774704,0.0,1.5885882377624512,2.187514543533325,-0.008782833814620972,0.002717425813898444,0.35458114743232727,0.4437321424484253,0.6627535223960876,244.0,62464.0,1494.1030921179336,3997696.0 +387.83,4.699999809265137,2786.0,0.00956133846193552,0.1268717497587204,0.0,1.5659950971603394,2.1386680603027344,-0.0056558698415756226,0.0027286140248179436,0.3100203573703766,0.4332273304462433,0.6789769232273102,245.0,62720.0,1499.9839445089456,4014080.0 +333.5,5.5,2760.0,0.00955676194280386,0.1286417692899704,0.0,1.5894441604614258,2.1167476177215576,-0.006441733334213495,0.002718738280236721,0.34525763988494873,0.4461611211299896,0.6920611262321472,246.0,62976.0,1505.9196437448263,4030464.0 +289.27,5.900000095367432,2797.0,0.009403463453054428,0.12432861328125,0.0,1.5381609201431274,2.117069721221924,-0.008908200077712536,0.0027143529150635004,0.2454136461019516,0.4497397840023041,0.7669219523668289,247.0,63232.0,1511.7780216559768,4046848.0 +296.53,5.599999904632568,2781.0,0.011069771833717823,0.144775390625,0.0,1.5607324838638306,2.0953385829925537,-0.009289189241826534,0.0027096818666905165,0.3037679195404053,0.4440230131149292,0.7369020283222198,248.0,63488.0,1517.669690236915,4063232.0 +363.78,5.300000190734863,2793.0,0.008801273070275784,0.10382080078125,0.0,1.5317758321762085,2.1514084339141846,-0.007395418360829353,0.0027134038973599672,0.2419283539056778,0.4429493844509125,0.7709768861532211,249.0,63744.0,1523.5348751228303,4079616.0 +377.87,5.400000095367432,2766.0,0.009513392113149166,0.12786865234375,0.0,1.3091531991958618,2.115863800048828,-0.00927349179983139,0.002714719856157899,0.3110080659389496,0.429932564496994,0.7379072308540344,250.0,64000.0,1529.4570831570309,4096000.0 +355.52,5.400000095367432,2738.0,0.011928234249353409,0.1624348908662796,0.0,1.2730101346969604,2.1260340213775635,-0.008602178655564785,0.002711634850129485,0.2475491166114807,0.4239533841609955,0.7700163722038269,251.0,64256.0,1535.4414099638816,4112384.0 +366.25,5.900000095367432,2777.0,0.011376145295798779,0.1576131135225296,0.0,1.2836469411849976,2.1289687156677246,-0.00998868141323328,0.002713223919272423,0.27165091037750244,0.4231613576412201,0.7723157405853271,252.0,64512.0,1541.341946457047,4128768.0 +427.5,5.599999904632568,2768.0,0.011923960410058498,0.16387939453125,0.0,1.2399194240570068,2.1286509037017822,-0.0075958906672894955,0.002716582268476486,0.1758662611246109,0.42415210604667664,0.8395019471645355,253.0,64768.0,1547.2616263669915,4145152.0 +417.07,5.300000190734863,2760.0,0.010172397829592228,0.1423746794462204,0.0,1.2904249429702759,2.1634442806243896,-0.006328563671559095,0.002707820385694504,0.2650068402290344,0.4361042082309723,0.7609765529632568,254.0,65024.0,1553.1972117018886,4161536.0 +404.06,4.699999809265137,2815.0,0.012098532170057297,0.1582438200712204,0.0,1.2990293502807617,2.1320712566375732,-0.00778407184407115,0.002704137936234474,0.28032901883125305,0.4410926401615143,0.7424401938915253,255.0,65280.0,1559.0177893019281,4177920.0 +351.93,5.199999809265137,2804.0,0.012562510557472706,0.16229248046875,0.0,1.3302438259124756,2.145864248275757,-0.008817997761070728,0.0027104485780000687,0.35295119881629944,0.4320128858089447,0.6128941476345062,256.0,65536.0,1564.8612631510478,4194304.0 +347.37,5.099999904632568,2717.0,0.011163134127855301,0.15264892578125,0.0,1.2289167642593384,2.154909133911133,-0.008997135795652866,0.002708075800910592,0.16450472176074982,0.4228837192058563,0.7818160951137543,257.0,65792.0,1570.8918652099092,4210688.0 +387.87,4.800000190734863,2799.0,0.010993443429470062,0.14666748046875,0.0,1.2746518850326538,2.182947874069214,-0.009904411621391773,0.002702155150473118,0.2566944658756256,0.42709383368492126,0.7317827641963959,258.0,66048.0,1576.745969576994,4227072.0 +431.31,4.699999809265137,2814.0,0.011416119523346424,0.1591389924287796,0.0,1.2645293474197388,2.174398422241211,-0.008571400307118893,0.002698025433346629,0.23456774652004242,0.4284377098083496,0.7598796784877777,259.0,66304.0,1582.5672389878891,4243456.0 +367.76,5.300000190734863,2767.0,0.012170597910881042,0.1631673127412796,0.0,1.3086377382278442,2.1999189853668213,-0.007971909828484058,0.0026957718655467033,0.29462942481040955,0.45029377937316895,0.7416919767856598,260.0,66560.0,1588.4878669290338,4259840.0 +331.88,5.900000095367432,2787.0,0.01080715749412775,0.1443074494600296,0.0,1.304856300354004,2.185404062271118,-0.009924881160259247,0.0026960838586091995,0.275545597076416,0.4615616798400879,0.733829140663147,261.0,66816.0,1594.3664544709027,4276224.0 +326.71,6.199999809265137,2714.0,0.010609169490635395,0.13818359375,0.0,1.3044086694717407,2.2200777530670166,-0.01017974503338337,0.00269313040189445,0.28250953555107117,0.4580150842666626,0.7319497168064117,262.0,67072.0,1600.4028445519507,4292608.0 +384.65,6.099999904632568,2773.0,0.011170347221195698,0.1592610627412796,0.0,1.2604986429214478,2.2513914108276367,-0.00847755279392004,0.0026913813780993223,0.2042108029127121,0.44960692524909973,0.7999131679534912,263.0,67328.0,1607.1533987650182,4308992.0 +378.21,6.599999904632568,2742.0,0.010588030330836773,0.1450398713350296,0.0,1.3002313375473022,2.2428104877471924,-0.00964660570025444,0.002688721753656864,0.2791014611721039,0.45602449774742126,0.7753289341926575,264.0,67584.0,1613.1278345650062,4325376.0 +344.96,6.300000190734863,2775.0,0.011243283748626709,0.1397705078125,0.0,1.329734206199646,2.236696481704712,-0.007373741362243891,0.002693211892619729,0.34613585472106934,0.4441969096660614,0.7214136719703674,265.0,67840.0,1619.0318136180285,4341760.0 +382.9,5.099999904632568,2796.0,0.01149409543722868,0.1536458283662796,0.0,1.2844067811965942,2.2496674060821533,-0.01095958799123764,0.0026992056518793106,0.27196305990219116,0.43436911702156067,0.7262498736381531,266.0,68096.0,1624.892017816892,4358144.0 +348.9,4.900000095367432,2796.0,0.010578271932899952,0.1329549103975296,0.0,1.2902233600616455,2.2317070960998535,-0.009498460218310356,0.0027060185093432665,0.2765922248363495,0.43377211689949036,0.7456467151641846,267.0,68352.0,1630.7526557999663,4374528.0 +348.73,4.900000095367432,2802.0,0.012077204883098602,0.1550699919462204,0.0,1.2996788024902344,2.231642484664917,-0.008829460479319096,0.002704372862353921,0.2910083830356598,0.43697646260261536,0.649730384349823,268.0,68608.0,1636.599289658945,4390912.0 +328.68,5.699999809265137,2814.0,0.011782001703977585,0.1519571989774704,0.0,1.3423881530761719,2.224925994873047,-0.007373830769211054,0.002694694558158517,0.36517560482025146,0.44800877571105957,0.7147670984268188,269.0,68864.0,1642.4217850959394,4407296.0 +325.04,5.699999809265137,2808.0,0.011944975703954697,0.15411376953125,0.0,1.2969006299972534,2.2632505893707275,-0.008966163732111454,0.00269195600412786,0.2757819890975952,0.4511662423610687,0.715795636177063,270.0,69120.0,1648.2566618309356,4423680.0 +324.21,5.699999809265137,2780.0,0.011979415081441402,0.1517130583524704,0.0,1.3125208616256714,2.2389330863952637,-0.007680042181164026,0.0026884020771831274,0.31224024295806885,0.4466971457004547,0.7080182135105133,271.0,69376.0,1654.1494236439466,4440064.0 +301.98,5.699999809265137,2764.0,0.010477920062839985,0.1305948942899704,0.0,1.3730355501174927,2.2293612957000732,-0.007915112189948559,0.0026944272685796022,0.4245823919773102,0.45045122504234314,0.6898608803749084,272.0,69632.0,1660.075726584997,4456448.0 +294.11,5.199999809265137,2748.0,0.010115326382219791,0.12860107421875,0.0,1.372423529624939,2.221306562423706,-0.00923655740916729,0.0026963225100189447,0.43927133083343506,0.4393670856952667,0.634363979101181,273.0,69888.0,1666.0366888090502,4472832.0 +246.47,5.599999904632568,2773.0,0.009939051233232021,0.1270345002412796,0.0,1.3472505807876587,2.2099506855010986,-0.009348017163574696,0.0026909594889730215,0.39256784319877625,0.4392967224121094,0.7507569640874863,274.0,70144.0,1671.945753431879,4489216.0 +256.56,5.900000095367432,2768.0,0.012273279018700123,0.16015625,0.0,1.3083125352859497,2.215390682220459,-0.009198668412864208,0.002692038891837001,0.32351580262184143,0.4319537580013275,0.7748105973005295,275.0,70400.0,1677.8634762479924,4505600.0 +269.35,6.099999904632568,2799.0,0.009175896644592285,0.1195475235581398,0.0,1.3690462112426758,2.1644556522369385,-0.005989804398268461,0.0026905981358140707,0.4323923885822296,0.43656396865844727,0.7597588002681732,276.0,70656.0,1683.718107552966,4521984.0 +240.26,6.900000095367432,2772.0,0.009820891544222832,0.1235148087143898,0.0,1.355730414390564,2.1937007904052734,-0.006808957550674677,0.00268573802895844,0.4063117802143097,0.4402559697628021,0.7595975697040558,277.0,70912.0,1689.6279369690455,4538368.0 +302.29,6.5,2808.0,0.009756227023899555,0.1302897185087204,0.0,1.3240963220596313,2.2408175468444824,-0.009446341544389725,0.002686161547899246,0.3419170677661896,0.44558677077293396,0.743203341960907,278.0,71168.0,1695.461906690849,4554752.0 +308.54,6.199999809265137,2800.0,0.012184988707304,0.15728759765625,0.0,1.3205147981643677,2.2278432846069336,-0.007077004760503769,0.0026890328153967857,0.34150993824005127,0.4352802038192749,0.7279487252235413,279.0,71424.0,1701.3135114889592,4571136.0 +304.54,5.900000095367432,2714.0,0.009241484105587006,0.1139119490981102,0.0,1.2799710035324097,2.249589681625366,-0.009397171437740326,0.002684856066480279,0.27753564715385437,0.4282832443714142,0.7475243210792542,280.0,71680.0,1707.3504949389026,4587520.0 +374.09,5.400000095367432,2796.0,0.009667772799730301,0.1230875626206398,0.0,1.313259482383728,2.2363381385803223,-0.009109141305088997,0.0026845168322324753,0.3346374034881592,0.4349692165851593,0.7496794760227203,281.0,71936.0,1713.211132779019,4603904.0 +367.27,6.0,2779.0,0.011250303126871586,0.1487630158662796,0.0,1.2946709394454956,2.174565315246582,-0.00946864578872919,0.0026835761964321136,0.3110136091709137,0.4248204529285431,0.7782299816608429,282.0,72192.0,1719.1069611408748,4620288.0 +372.24,5.800000190734863,2789.0,0.01247592642903328,0.15789794921875,0.0,1.3178547620773315,2.164341449737549,-0.007708353456109762,0.0026842139195650816,0.3483167886734009,0.4285318851470947,0.7561960369348526,283.0,72448.0,1724.9819165689405,4636672.0 +334.45,5.599999904632568,2758.0,0.011347630061209202,0.1434122771024704,0.0,1.2865618467330933,2.173586130142212,-0.008942969143390656,0.002688309410586953,0.27446892857551575,0.4369864761829376,0.7740879952907562,284.0,72704.0,1730.9222964229994,4653056.0 +355.08,5.0,2782.0,0.009999698027968407,0.12274169921875,0.0,1.317919135093689,2.2199859619140625,-0.009468394331634045,0.002681848593056202,0.352751761674881,0.4299607574939728,0.6826648116111755,285.0,72960.0,1736.8109187819064,4669440.0 +395.43,4.900000095367432,2791.0,0.010741566307842731,0.1468505859375,0.0,1.2615926265716553,2.189332962036133,-0.009314603172242641,0.002678915159776807,0.23302845656871796,0.43606844544410706,0.7607064545154572,286.0,73216.0,1742.6809083318803,4685824.0 +422.28,4.5,2787.0,0.010410699062049389,0.13702392578125,0.0,1.2606621980667114,2.240007162094116,-0.008970286697149277,0.002684715436771512,0.23250025510787964,0.4324084520339966,0.7618409544229507,287.0,73472.0,1748.55882009794,4702208.0 +404.56,4.900000095367432,2778.0,0.010773606598377228,0.1413981169462204,0.0,1.3111492395401,2.2317094802856445,-0.006407058332115412,0.0026824173983186483,0.32659342885017395,0.43475571274757385,0.7343907058238983,288.0,73728.0,1754.457256045891,4718592.0 +375.68,5.599999904632568,2752.0,0.011621666140854359,0.1442057341337204,0.0,1.3190871477127075,2.171064853668213,-0.008623145520687103,0.0026811000425368547,0.34497907757759094,0.4359499514102936,0.7582684606313705,289.0,73984.0,1760.411170349922,4734976.0 +331.12,5.900000095367432,2731.0,0.010840070433914661,0.1390177458524704,0.0,1.3105565309524536,2.1821980476379395,-0.011915796436369419,0.0026776420418173075,0.32418590784072876,0.44563379883766174,0.7306004762649536,290.0,74240.0,1766.4110908708535,4751360.0 +253.5,6.0,2796.0,0.008934264071285725,0.1148681640625,0.0,1.3482407331466675,2.144486665725708,-0.009992262348532677,0.002673644805327058,0.4118180572986603,0.4349037706851959,0.7523544579744339,291.0,74496.0,1772.2715254039504,4767744.0 +275.05,5.400000095367432,2810.0,0.010449681431055069,0.13079833984375,0.0,1.300661563873291,2.162665605545044,-0.00912265945225954,0.0026708049699664116,0.30962589383125305,0.440594345331192,0.7628605365753174,292.0,74752.0,1778.1015667100437,4784128.0 +317.74,5.0,2769.0,0.011901505291461945,0.1498616486787796,0.0,1.2661082744598389,2.179960012435913,-0.012265942059457302,0.002673117211088538,0.25589579343795776,0.43283918499946594,0.7625992745161057,293.0,75008.0,1784.018734433921,4800512.0 +281.67,5.900000095367432,2773.0,0.010430221445858479,0.1240641251206398,0.0,1.3623586893081665,2.1502811908721924,-0.009967620484530926,0.002672717906534672,0.435231477022171,0.4390571117401123,0.7320280075073242,294.0,75264.0,1789.927163301967,4816896.0 +255.38,5.900000095367432,2778.0,0.010526918806135654,0.1245320662856102,0.0,1.3538827896118164,2.1178581714630127,-0.005606129765510559,0.002670099027454853,0.4152615964412689,0.43557167053222656,0.7555522173643112,295.0,75520.0,1795.8248659858946,4833280.0 +284.3,5.5,2661.0,0.0090840058401227,0.1074625626206398,0.0,1.3363934755325317,2.1624464988708496,-0.007512882351875305,0.0026744527276605368,0.3726365268230438,0.4427168667316437,0.7352811098098755,296.0,75776.0,1801.9807217440102,4849664.0 +291.13,5.400000095367432,2795.0,0.007869101129472256,0.0907999649643898,0.0,1.3263331651687622,2.135894775390625,-0.009006201289594173,0.002674701390787959,0.3600565195083618,0.4387551248073578,0.7251715362071991,297.0,76032.0,1807.8432084869128,4866048.0 +312.55,5.099999904632568,2780.0,0.012092224322259426,0.13897705078125,0.0,1.2925450801849365,2.145909309387207,-0.007045637350529432,0.0026805605739355087,0.31233930587768555,0.41802921891212463,0.7183469533920288,298.0,76288.0,1813.7357332408428,4882432.0 +337.44,5.400000095367432,2724.0,0.010341138578951359,0.1315104216337204,0.0,1.3285614252090454,2.139299154281616,-0.008139514364302158,0.002678333781659603,0.37323057651519775,0.4291025698184967,0.7583780139684677,299.0,76544.0,1819.7506250930019,4898816.0 +281.61,6.5,2809.0,0.010130469687283039,0.1265869140625,0.0,1.3486417531967163,2.126263380050659,-0.008988508954644203,0.002674435032531619,0.36223599314689636,0.43726372718811035,0.7991956323385239,300.0,76800.0,1825.583148197038,4915200.0 +303.77,6.0,2805.0,0.010120446793735027,0.1222127303481102,0.0,1.3809984922409058,2.1363003253936768,-0.008549493737518787,0.0026721879839897156,0.4237721264362335,0.440239280462265,0.7700746208429337,301.0,77056.0,1831.4246999698225,4931584.0 +268.41,6.0,2781.0,0.011185773648321629,0.135986328125,0.0,1.372083306312561,2.135305643081665,-0.010675400495529175,0.0026749903336167336,0.4034927785396576,0.4437870979309082,0.7945182621479034,302.0,77312.0,1837.3157035778277,4947968.0 +226.58,6.0,2791.0,0.010067591443657875,0.1217041015625,0.0,1.390316367149353,2.130908727645874,-0.008442600257694721,0.0026707779616117477,0.4176124334335327,0.4590727984905243,0.7706218957901001,303.0,77568.0,1843.1858395799063,4964352.0 +253.95,6.199999809265137,2803.0,0.012533925473690033,0.150390625,0.0,1.3230928182601929,2.1367413997650146,-0.009475559927523136,0.0026648910716176033,0.31880465149879456,0.4372337758541107,0.803361639380455,304.0,77824.0,1849.0322303080466,4980736.0 +281.76,6.199999809265137,2810.0,0.011017921380698681,0.1267293244600296,0.0,1.3654085397720337,2.1142680644989014,-0.006577933207154274,0.0026634817477315664,0.3796785771846771,0.4509110748767853,0.767744705080986,305.0,78080.0,1854.8634264818393,4997120.0 +289.39,5.599999904632568,2816.0,0.01219942793250084,0.1518351286649704,0.0,1.3504503965377808,2.169193983078003,-0.007984092459082603,0.0026633937377482653,0.37122997641563416,0.4379492700099945,0.7645910531282425,306.0,78336.0,1860.6819713939913,5013504.0 +247.66,6.5,2829.0,0.009759780950844288,0.1180419921875,0.0,1.3772034645080566,2.144613027572632,-0.006760865915566683,0.002666287124156952,0.40260252356529236,0.4507218599319458,0.8026259988546371,307.0,78592.0,1866.4733662218787,5029888.0 +265.87,6.5,2818.0,0.009893807582557201,0.1246541365981102,0.0,1.3212170600891113,2.1421916484832764,-0.01023546140640974,0.0026673406828194857,0.3295375406742096,0.42648622393608093,0.7849110811948776,308.0,78848.0,1872.2873088589404,5046272.0 +300.04,6.0,2765.0,0.011362452991306782,0.1470947265625,0.0,1.2867804765701294,2.1435577869415283,-0.009415017440915108,0.002654982963576913,0.24948571622371674,0.43975040316581726,0.7973567545413971,309.0,79104.0,1878.2125047429,5062656.0 +310.27,6.0,2805.0,0.009838155470788479,0.1237996444106102,0.0,1.3183255195617676,2.1084482669830322,-0.0062191300094127655,0.002658036770299077,0.30104729533195496,0.4415082037448883,0.8125226348638535,310.0,79360.0,1884.0540163989644,5079040.0 +346.85,6.0,2777.0,0.009209858253598213,0.1177164688706398,0.0,1.3498870134353638,2.1121177673339844,-0.00672810897231102,0.002665451494976878,0.378641813993454,0.4278898537158966,0.7862037271261215,311.0,79616.0,1889.952957364032,5095424.0 +319.02,5.699999809265137,2754.0,0.010356101207435131,0.13104248046875,0.0,1.3489174842834473,2.1195788383483887,-0.010083023458719254,0.002665770472958684,0.3930374085903168,0.4207109212875366,0.773212805390358,312.0,79872.0,1895.901887896005,5111808.0 +265.86,6.099999904632568,2818.0,0.011853010393679142,0.1608072966337204,0.0,1.2667796611785889,2.143648147583008,-0.01002652570605278,0.0026683825999498367,0.24971109628677368,0.4041600525379181,0.8022376000881195,313.0,80128.0,1901.7168853860348,5128192.0 +294.54,6.699999809265137,2810.0,0.011942771263420582,0.1544392853975296,0.0,1.2498692274093628,2.1610493659973145,-0.008432460017502308,0.002661053091287613,0.20582081377506256,0.41317954659461975,0.8027020245790482,314.0,80384.0,1907.547480446985,5144576.0 +323.39,6.199999809265137,2749.0,0.01426461711525917,0.1855672150850296,0.0,1.237723708152771,2.1349189281463623,-0.011526358313858509,0.0026595937088131905,0.20144759118556976,0.4033518135547638,0.8153993487358093,315.0,80640.0,1913.5068347980268,5160960.0 +404.89,5.300000190734863,2789.0,0.011399958282709122,0.1583658903837204,0.0,1.348578929901123,2.1214041709899902,-0.008672114461660385,0.002654762240126729,0.38936516642570496,0.4263707399368286,0.7565121352672577,316.0,80896.0,1919.3804981848225,5177344.0 +374.97,5.300000190734863,2789.0,0.00960490945726633,0.12469482421875,0.0,1.3009945154190063,2.146045684814453,-0.009163412265479565,0.0026577580720186234,0.2723924517631531,0.44211652874946594,0.7793838828802109,317.0,81152.0,1925.2546105859801,5193728.0 +316.75,5.800000190734863,2808.0,0.010156379081308842,0.13214111328125,0.0,1.2802351713180542,2.1143572330474854,-0.009291354566812515,0.00265716016292572,0.24611209332942963,0.43084800243377686,0.8111471980810165,318.0,81408.0,1931.089545184048,5210112.0 +349.44,5.699999809265137,2813.0,0.012570090591907501,0.16131591796875,0.0,1.2515321969985962,2.136784791946411,-0.008762544952332973,0.002660796046257019,0.1860920637845993,0.43051549792289734,0.7765709906816483,319.0,81664.0,1936.9146454529837,5226496.0 +428.39,4.800000190734863,2774.0,0.010295876301825047,0.1343994140625,0.0,1.297685980796814,2.146207332611084,-0.008786129765212536,0.0026588039472699165,0.2625904381275177,0.4433964788913727,0.77347531914711,320.0,81920.0,1942.8196329970378,5242880.0 +414.6,4.900000095367432,2814.0,0.010490884073078632,0.14031982421875,0.0,1.2999426126480103,2.1257636547088623,-0.010120979510247707,0.0026543913409113884,0.2949700653553009,0.4266357123851776,0.7446258962154388,321.0,82176.0,1948.6414176658727,5259264.0 +353.82,5.800000190734863,2760.0,0.010248661041259766,0.1348470002412796,0.0,1.3245854377746582,2.153559446334839,-0.009046708233654499,0.0026541610714048147,0.34281089901924133,0.4266413450241089,0.7518561780452728,322.0,82432.0,1954.5786820328794,5275648.0 +326.9,6.099999904632568,2813.0,0.009538333863019943,0.1222737655043602,0.0,1.312954306602478,2.133547067642212,-0.011524640955030918,0.0026493228506296873,0.31775155663490295,0.43376579880714417,0.7760365456342697,323.0,82688.0,1960.40427253698,5292032.0 +326.56,5.599999904632568,2772.0,0.011133559979498386,0.146240234375,0.0,1.2595831155776978,2.162802219390869,-0.008770707063376904,0.0026503412518650293,0.21556901931762695,0.4262324869632721,0.8065434694290161,324.0,82944.0,1966.3138619088568,5308416.0 +384.84,5.0,2716.0,0.01011722069233656,0.1352335661649704,0.0,1.2537378072738647,2.183494806289673,-0.010561694391071796,0.0026519179809838533,0.21596640348434448,0.4194503724575043,0.800868347287178,325.0,83200.0,1972.3463679158594,5324800.0 +443.24,4.300000190734863,2796.0,0.009800608269870281,0.1234130859375,0.0,1.2517800331115723,2.187615156173706,-0.00751605024561286,0.002653033472597599,0.20584852993488312,0.4190356433391571,0.793460950255394,326.0,83456.0,1978.2062385538593,5341184.0 +463.27,4.699999809265137,2757.0,0.008904772810637951,0.1174519881606102,0.0,1.2874096632003784,2.164022922515869,-0.01058422401547432,0.002648774767294526,0.2800742983818054,0.4231637716293335,0.7933992147445679,327.0,83712.0,1984.147990235826,5357568.0 +423.01,5.099999904632568,2707.0,0.010505776852369308,0.1364339143037796,0.0,1.2771409749984741,2.1488723754882812,-0.0070824287831783295,0.0026604195591062307,0.25167521834373474,0.41775229573249817,0.7682405412197113,328.0,83968.0,1990.1998656808864,5373952.0 +379.22,4.900000095367432,2810.0,0.013135027140378952,0.1706949919462204,0.0,1.2578657865524292,2.1338586807250977,-0.00912487506866455,0.0026546826120465994,0.21389402449131012,0.42285478115081787,0.8105197995901108,329.0,84224.0,1996.0308010720182,5390336.0 +373.19,5.400000095367432,2806.0,0.01301660668104887,0.1693115234375,0.0,1.2556792497634888,2.11051869392395,-0.008304951712489128,0.002652979688718915,0.21498291194438934,0.41809940338134766,0.7876454144716263,330.0,84480.0,2001.8700065498706,5406720.0 +404.53,5.5,2796.0,0.012811562977731228,0.1648356169462204,0.0,1.310226321220398,2.1442368030548096,-0.007420172914862633,0.002646235516294837,0.3200010061264038,0.42367950081825256,0.7762402445077896,331.0,84736.0,2007.7298314520158,5423104.0 +398.54,6.099999904632568,2765.0,0.01244432758539915,0.1555989533662796,0.0,1.2885128259658813,2.1150715351104736,-0.009767841547727585,0.0026469118893146515,0.2625158727169037,0.4368007481098175,0.8444927930831909,332.0,84992.0,2013.6555976748932,5439488.0 +286.91,6.5,2807.0,0.00999599602073431,0.13226318359375,0.0,1.3046365976333618,2.1498327255249023,-0.010039222426712513,0.0026397837791591883,0.28864070773124695,0.44581735134124756,0.8185464590787888,333.0,85248.0,2019.4917023000307,5455872.0 +306.1,5.900000095367432,2817.0,0.010812550783157349,0.1351114958524704,0.0,1.3111555576324463,2.1553337574005127,-0.007725758012384176,0.0026405230164527893,0.2838588058948517,0.45530179142951965,0.8050193041563034,334.0,85504.0,2025.3082302529365,5472256.0 +358.94,5.300000190734863,2756.0,0.010094467550516129,0.12164306640625,0.0,1.2769250869750977,2.1574690341949463,-0.007765959948301315,0.002645488129928708,0.23849408328533173,0.43580177426338196,0.7872398346662521,335.0,85760.0,2031.252407122869,5488640.0 +383.72,5.699999809265137,2821.0,0.011999133042991161,0.1547037810087204,0.0,1.3269363641738892,2.1370394229888916,-0.008167793042957783,0.0026428329292684793,0.31511208415031433,0.45475903153419495,0.7929839193820953,336.0,86016.0,2037.0610097139142,5505024.0 +328.67,5.900000095367432,2782.0,0.011034366674721241,0.13958740234375,0.0,1.3290361166000366,2.143202543258667,-0.009650888852775097,0.0026449309661984444,0.3364337980747223,0.4433153569698334,0.7807559221982956,337.0,86272.0,2042.9491071128286,5521408.0 +288.59,5.5,2738.0,0.010433617047965527,0.13360595703125,0.0,1.3264071941375732,2.136093854904175,-0.008345524780452251,0.002644052729010582,0.33352795243263245,0.4399728775024414,0.736301451921463,338.0,86528.0,2048.9328269888647,5537792.0 +277.1,6.099999904632568,2790.0,0.008936821483075619,0.1141764298081398,0.0,1.3034449815750122,2.134758949279785,-0.008248192258179188,0.0026416333857923746,0.29088854789733887,0.43858540058135986,0.783457338809967,339.0,86784.0,2054.804895438021,5554176.0 +269.15,5.599999904632568,2820.0,0.010073859244585037,0.12335205078125,0.0,1.338323712348938,2.0981955528259277,-0.009193669073283672,0.002641222206875682,0.3576638698577881,0.44185900688171387,0.775569275021553,340.0,87040.0,2060.6145332870074,5570560.0 +293.55,5.0,2798.0,0.01057393942028284,0.13885498046875,0.0,1.3383604288101196,2.111220121383667,-0.010294062085449696,0.002638026140630245,0.35761740803718567,0.44536933302879333,0.8005538880825043,341.0,87296.0,2066.4706726148725,5586944.0 +345.54,5.699999809265137,2788.0,0.009637228213250637,0.1239013671875,0.0,1.33774995803833,2.109893798828125,-0.007467479910701513,0.0026387658435851336,0.3345097601413727,0.45700469613075256,0.806825265288353,342.0,87552.0,2072.3469902179204,5603328.0 +276.52,6.800000190734863,2818.0,0.011712959967553616,0.14483642578125,0.0,1.3087174892425537,2.12534499168396,-0.00855750497430563,0.0026367828249931335,0.27955445647239685,0.4575362205505371,0.8253606706857681,343.0,87808.0,2078.1602793058846,5619712.0 +294.74,6.300000190734863,2797.0,0.008593747392296791,0.1021321639418602,0.0,1.4073539972305298,2.1237456798553467,-0.007473452482372522,0.002634701319038868,0.47799646854400635,0.45608165860176086,0.6959601640701294,344.0,88064.0,2084.0173695618287,5636096.0 +284.8,6.0,2814.0,0.009667039848864079,0.1217041015625,0.0,1.3376997709274292,2.0846312046051025,-0.010503742843866348,0.0026334477588534355,0.35400521755218506,0.44927164912223816,0.7987364381551743,345.0,88320.0,2089.8393533988856,5652480.0 +306.77,6.0,2808.0,0.01204097643494606,0.1517130583524704,0.0,1.418708324432373,2.0834226608276367,-0.00758671248331666,0.002637782134115696,0.5078037977218628,0.4488525390625,0.7650577872991562,346.0,88576.0,2095.6734810830094,5668864.0 +211.4,7.199999809265137,2786.0,0.009469659067690372,0.11761474609375,0.0,1.4075613021850586,2.077949285507202,-0.006854373496025801,0.0026364391669631004,0.4912933111190796,0.4440743625164032,0.792616531252861,347.0,88832.0,2101.55391657399,5685248.0 +211.49,6.900000095367432,2719.0,0.01182232704013586,0.14813232421875,0.0,1.3074108362197876,2.1322524547576904,-0.011230584233999252,0.0026381199713796377,0.3077290654182434,0.43812429904937744,0.7994814217090607,348.0,89088.0,2107.579075388843,5701632.0 +247.66,6.5,2775.0,0.010318308137357235,0.1226399764418602,0.0,1.2850254774093628,2.150371789932251,-0.010245360434055328,0.0026384431403130293,0.2640865743160248,0.43593600392341614,0.7785279452800751,349.0,89344.0,2113.482616086025,5718016.0 +315.51,6.0,2799.0,0.009940066374838352,0.1237589493393898,0.0,1.5504509210586548,2.125657081604004,-0.00949034933000803,0.002635694108903408,0.3111049234867096,0.4367932379245758,0.7509689927101135,350.0,89600.0,2119.3362009939738,5734400.0 +379.15,5.0,2749.0,0.009142973460257053,0.1125895157456398,0.0,1.5551263093948364,2.140181541442871,-0.009939511306583881,0.002634381642565131,0.31235548853874207,0.4431661367416382,0.7490373849868774,351.0,89856.0,2125.2957761420403,5750784.0 +377.39,4.699999809265137,2807.0,0.010837593115866184,0.1408894807100296,0.0,1.543105125427246,2.1542274951934814,-0.009718571789562702,0.0026359923649579287,0.26916372776031494,0.45404621958732605,0.760585606098175,352.0,90112.0,2131.1332592519466,5767168.0 +314.56,5.599999904632568,2751.0,0.009592384099960327,0.12310791015625,0.0,1.6103194952011108,2.1706831455230713,-0.007194366306066513,0.002632915275171399,0.41170534491539,0.4476875960826874,0.7548067271709442,353.0,90368.0,2137.089429278858,5783552.0 +282.35,5.800000190734863,2747.0,0.008373810909688473,0.1020711287856102,0.0,1.5566587448120117,2.2061045169830322,-0.00808144360780716,0.002632423536852002,0.3140698969364166,0.4435005187988281,0.7606208622455597,354.0,90624.0,2143.0542415990494,5799936.0 +311.89,5.199999809265137,2796.0,0.010131753981113434,0.12652587890625,0.0,1.568149447441101,2.217745065689087,-0.010499612428247929,0.0026250015944242477,0.32426515221595764,0.45819929242134094,0.7821928113698959,355.0,90880.0,2148.913000868866,5816320.0 +293.44,5.800000190734863,2768.0,0.009980973787605762,0.1150309219956398,0.0,1.5841097831726074,2.191939115524292,-0.00702367490157485,0.002627461915835738,0.35112008452415466,0.45549073815345764,0.7929567098617554,356.0,91136.0,2154.8327531528194,5832704.0 +263.97,6.199999809265137,2806.0,0.009646172635257244,0.1230061873793602,0.0,1.6391431093215942,2.159611940383911,-0.01210741326212883,0.00262772967107594,0.4729936122894287,0.45395025610923767,0.767685279250145,357.0,91392.0,2160.6712527549826,5849088.0 +237.78,6.5,2789.0,0.009128473699092865,0.11199951171875,0.0,1.5933613777160645,2.168400764465332,-0.010448143817484379,0.0026305357459932566,0.3985002040863037,0.4401088058948517,0.7749735414981842,358.0,91648.0,2166.546233620029,5865472.0 +214.72,6.800000190734863,2792.0,0.009465472772717476,0.1245524063706398,0.0,1.5945148468017578,2.1765477657318115,-0.00941378902643919,0.0026265534106642008,0.3814678192138672,0.4528280198574066,0.820192500948906,359.0,91904.0,2172.413524713833,5881856.0 +223.98,6.400000095367432,2756.0,0.00956260971724987,0.1233317032456398,0.0,1.6072183847427368,2.1474053859710693,-0.011939279735088348,0.002628280082717538,0.4256190359592438,0.44317951798439026,0.8019134998321533,360.0,92160.0,2178.3577413058374,5898240.0 +256.27,5.599999904632568,2781.0,0.012279190123081207,0.1498006135225296,0.0,1.6226063966751099,2.1634769439697266,-0.011121179908514023,0.002632112940773368,0.43515750765800476,0.45352327823638916,0.7754895985126495,361.0,92416.0,2184.2493343499955,5914624.0 +220.44,6.099999904632568,2828.0,0.010188913904130459,0.13482666015625,0.0,1.5640970468521118,2.1094470024108887,-0.010201121680438519,0.002631923882290721,0.3383946120738983,0.4393555819988251,0.8064994215965271,362.0,92672.0,2190.0429723418783,5931008.0 +246.62,6.099999904632568,2823.0,0.01111812423914671,0.13720703125,0.0,1.5060878992080688,2.1591877937316895,-0.009789436124265194,0.002631532959640026,0.2302590012550354,0.43480563163757324,0.8118320256471634,363.0,92928.0,2195.847944632871,5947392.0 +318.91,5.599999904632568,2710.0,0.011118881404399872,0.1421101838350296,0.0,1.5808844566345215,2.1541597843170166,-0.008989180438220501,0.002631827024742961,0.38063374161720276,0.4331305921077728,0.7474164664745331,364.0,93184.0,2201.8938362849876,5963776.0 +342.46,5.900000095367432,2842.0,0.010068750940263271,0.1334635466337204,0.0,1.484735131263733,2.2052104473114014,-0.009663273580372334,0.0026352694258093834,0.19750851392745972,0.42722269892692566,0.7845136523246765,365.0,93440.0,2207.6580763638485,5980160.0 +320.13,5.599999904632568,2743.0,0.010114961303770542,0.12078857421875,0.0,1.5920690298080444,2.130523920059204,-0.008199960924685001,0.0026308856904506683,0.412455290555954,0.4265224039554596,0.7383585870265961,366.0,93696.0,2213.631854478037,5996544.0 +230.71,6.400000095367432,2770.0,0.009794075973331928,0.12255859375,0.0,1.5973386764526367,2.1024882793426514,-0.010655182413756847,0.002621537772938609,0.4204736649990082,0.43542447686195374,0.7590629458427429,367.0,93952.0,2219.547595893033,6012928.0 +290.02,5.5,2815.0,0.01232028380036354,0.1352742463350296,0.0,1.5405179262161255,2.141062021255493,-0.009012321941554546,0.002623653272166848,0.30065131187438965,0.4366231858730316,0.7497853338718414,368.0,94208.0,2225.3682989599183,6029312.0 +240.66,6.5,2787.0,0.01073447149246931,0.1354166716337204,0.0,1.6000186204910278,2.0945639610290527,-0.009964782744646072,0.0026185279712080956,0.42062559723854065,0.4391869008541107,0.7708546668291092,369.0,94464.0,2231.246047487948,6045696.0 +280.16,5.800000190734863,2742.0,0.010382262989878654,0.13665771484375,0.0,1.542807698249817,2.1652517318725586,-0.011719186790287495,0.002619396196678281,0.30616632103919983,0.4418048858642578,0.7618437856435776,370.0,94720.0,2237.22076746705,6062080.0 +320.62,5.199999809265137,2797.0,0.011580617167055607,0.13909912109375,0.0,1.549500823020935,2.1477267742156982,-0.008324087597429752,0.0026191286742687225,0.3032386302947998,0.44758370518684387,0.7964044213294983,371.0,94976.0,2243.078370593954,6078464.0 +305.41,5.400000095367432,2760.0,0.010741663165390491,0.1401163786649704,0.0,1.5131454467773438,2.102252244949341,-0.010469346307218075,0.0026189398486167192,0.242685928940773,0.44227704405784607,0.8133815079927444,372.0,95232.0,2249.0146504768636,6094848.0 +287.61,6.599999904632568,2821.0,0.010848335921764374,0.1384684294462204,0.0,1.586217999458313,2.0608561038970947,-0.010016776621341705,0.0026188697665929794,0.3764777183532715,0.4488476514816284,0.7949439883232117,373.0,95488.0,2254.8222419889644,6111232.0 +268.71,6.5,2780.0,0.01004302129149437,0.1116739884018898,0.0,1.6833415031433105,2.0465824604034424,-0.00794269423931837,0.00261790887452662,0.5541278123855591,0.45681294798851013,0.7517345994710922,374.0,95744.0,2260.715978238033,6127616.0 +225.02,6.5,2812.0,0.009345813654363155,0.119140625,0.0,1.5806430578231812,2.0881052017211914,-0.008564271964132786,0.002629258669912815,0.38206228613853455,0.4319022595882416,0.7918435335159302,375.0,96000.0,2266.5424052418675,6144000.0 +285.12,5.300000190734863,2822.0,0.008273174054920673,0.0974324569106102,0.0,1.5441104173660278,2.0998690128326416,-0.007554089184850454,0.0026245685294270515,0.2997187376022339,0.43885910511016846,0.8094778656959534,376.0,96256.0,2272.347466476029,6160384.0 +260.67,6.300000190734863,2770.0,0.009403475560247898,0.12213134765625,0.0,1.5524259805679321,2.0988667011260986,-0.009630962274968624,0.002625582506880164,0.32138994336128235,0.4377939999103546,0.8205658346414566,377.0,96512.0,2278.262499565026,6176768.0 +307.19,6.400000095367432,2798.0,0.010388248600065708,0.1201375350356102,0.0,1.5202714204788208,2.1291987895965576,-0.010999261401593685,0.0026247352361679077,0.24347859621047974,0.4486459791660309,0.7940056174993515,378.0,96768.0,2284.1176328980364,6193152.0 +346.68,5.800000190734863,2795.0,0.013029989786446095,0.1696573942899704,0.0,1.5349092483520508,2.149798631668091,-0.008545895107090473,0.0026173919904977083,0.28153058886528015,0.44415083527565,0.7802777886390686,379.0,97024.0,2289.9800109090284,6209536.0 +323.69,5.900000095367432,2761.0,0.011036264710128307,0.131591796875,0.0,1.5560563802719116,2.12664532661438,-0.010315476916730404,0.002621710067614913,0.32507070899009705,0.4431180953979492,0.7361844182014465,380.0,97280.0,2295.9130539409816,6225920.0 +310.48,5.5,2768.0,0.011342045851051807,0.1470743864774704,0.0,1.5679478645324707,2.137467622756958,-0.009684575721621513,0.002619722858071327,0.355962872505188,0.43909314274787903,0.7626283168792725,381.0,97536.0,2301.831157293869,6242304.0 +265.59,6.599999904632568,2797.0,0.01204005628824234,0.1492106169462204,0.0,1.5831176042556763,2.1217784881591797,-0.008590852841734886,0.0026132098864763975,0.3719976246356964,0.4496138393878937,0.7985272705554962,382.0,97792.0,2307.6883565229364,6258688.0 +230.05,6.900000095367432,2693.0,0.013373891822993755,0.1626993864774704,0.0,1.5571588277816772,2.107875347137451,-0.010497949086129665,0.002614962635561824,0.3311535120010376,0.4440990388393402,0.7986555844545364,383.0,98048.0,2313.7714372349437,6275072.0 +260.22,6.400000095367432,2773.0,0.013048972934484482,0.1736246794462204,0.0,1.525945782661438,2.1205947399139404,-0.010662400163710117,0.0026109572499990463,0.25685372948646545,0.4537672996520996,0.7556696981191635,384.0,98304.0,2319.680535605876,6291456.0 +306.62,6.099999904632568,2818.0,0.011563830077648163,0.1454264372587204,0.0,1.4878517389297485,2.1455211639404297,-0.009286199696362019,0.0026098915841430426,0.19672930240631104,0.4430277645587921,0.7810214310884476,385.0,98560.0,2325.494915878866,6307840.0 +333.72,5.900000095367432,2790.0,0.011349732987582684,0.1450398713350296,0.0,1.5605751276016235,2.106536865234375,-0.010312975384294987,0.002605702029541135,0.3310806155204773,0.4527343511581421,0.7729001194238663,386.0,98816.0,2331.367970306892,6324224.0 +329.97,5.900000095367432,2791.0,0.011628136038780212,0.1459147185087204,0.0,1.5734349489212036,2.079779624938965,-0.01037928182631731,0.002603588392958045,0.3569125831127167,0.4534741938114166,0.7763209193944931,387.0,99072.0,2337.2375751000363,6340608.0 +284.72,6.0,2790.0,0.013581817038357258,0.1661783903837204,0.0,1.5897598266601562,2.108072280883789,-0.010890395380556583,0.0026030016597360373,0.3757898509502411,0.4632205665111542,0.7574512362480164,388.0,99328.0,2343.109417703934,6356992.0 +282.06,5.800000190734863,2802.0,0.01110890507698059,0.13421630859375,0.0,1.4900015592575073,2.1700611114501953,-0.010167659260332584,0.0026017266791313887,0.18985028564929962,0.45537638664245605,0.8323883712291718,389.0,99584.0,2348.955602432834,6373376.0 +318.72,5.900000095367432,2816.0,0.011175747029483318,0.1430257111787796,0.0,1.5623124837875366,2.1250762939453125,-0.010260862298309803,0.0026056941132992506,0.3284538984298706,0.45665693283081055,0.7923924326896667,390.0,99840.0,2354.7731727738865,6389760.0 +296.21,6.0,2764.0,0.012694691307842731,0.1581217497587204,0.0,1.5917882919311523,2.1332852840423584,-0.009232115000486374,0.00260639819316566,0.3786865174770355,0.4605053961277008,0.800822839140892,391.0,100096.0,2360.7001271988265,6406144.0 +308.16,5.900000095367432,2796.0,0.011789507232606411,0.13763427734375,0.0,1.5399794578552246,2.1600074768066406,-0.008841920644044876,0.002608422888442874,0.27520787715911865,0.45925629138946533,0.8155100792646408,392.0,100352.0,2366.5597167878877,6422528.0 +320.43,6.199999809265137,2765.0,0.00975161325186491,0.1194051131606102,0.0,1.5433629751205444,2.2181880474090576,-0.010316564701497555,0.0026126522570848465,0.2668983042240143,0.4689505994319916,0.807783454656601,393.0,100608.0,2372.4857983349357,6438912.0 +339.03,5.800000190734863,2776.0,0.011639372445642948,0.1452433317899704,0.0,1.5037575960159302,2.2342846393585205,-0.007884916849434376,0.0026131768245249987,0.1885458379983902,0.4653654396533966,0.8515992313623428,394.0,100864.0,2378.3879768550396,6455296.0 +393.25,5.599999904632568,2794.0,0.011615701951086521,0.1396891325712204,0.0,1.559814453125,2.203472852706909,-0.01126349251717329,0.002612863667309284,0.2959305942058563,0.47221121191978455,0.7685502469539642,395.0,101120.0,2384.2524307370186,6471680.0 +435.18,4.699999809265137,2714.0,0.011238695122301579,0.1376546174287796,0.0,1.5680135488510132,2.1915171146392822,-0.00993920024484396,0.002606028690934181,0.30356791615486145,0.47924259305000305,0.8039006441831589,396.0,101376.0,2390.2887453818694,6488064.0 +297.86,6.0,2776.0,0.010876228101551533,0.14166259765625,0.0,1.5659435987472534,2.1811485290527344,-0.011164323426783085,0.002605639398097992,0.31169912219047546,0.47326621413230896,0.8093297928571701,397.0,101632.0,2396.1906362459995,6504448.0 +278.07,5.800000190734863,2747.0,0.012297953478991985,0.1409098356962204,0.0,1.5779515504837036,2.195558786392212,-0.01030107494443655,0.0026114480569958687,0.3211163878440857,0.4784604609012604,0.783281221985817,398.0,101888.0,2402.154857259011,6520832.0 +341.09,5.400000095367432,2753.0,0.00896656233817339,0.1051839217543602,0.0,1.542283058166504,2.2264721393585205,-0.008027336560189724,0.0026050806045532227,0.2776813209056854,0.4620558023452759,0.7695651054382324,399.0,102144.0,2408.106949868845,6537216.0 +347.51,5.199999809265137,2745.0,0.011621835641562939,0.141357421875,0.0,1.3538594245910645,2.166682243347168,-0.009740096516907215,0.0025968088302761316,0.38175320625305176,0.4710617959499359,0.7435782253742218,400.0,102400.0,2414.076061164029,6553600.0 +230.71,5.900000095367432,2791.0,0.010694656521081924,0.1199747696518898,0.0,1.369273066520691,2.206239938735962,-0.009649417363107204,0.002597081707790494,0.4160290062427521,0.4688221514225006,0.7568587958812714,401.0,102656.0,2419.947159139905,6569984.0 +288.48,6.099999904632568,2803.0,0.01006284449249506,0.1201578751206398,0.0,1.3778038024902344,2.1569316387176514,-0.00902694184333086,0.0025951755233108997,0.43283089995384216,0.46831533312797546,0.7638890594244003,402.0,102912.0,2425.7920273579657,6586368.0 +300.3,6.5,2797.0,0.010196853429079056,0.1261393278837204,0.0,1.319427251815796,2.1607182025909424,-0.009284078143537045,0.0026057520881295204,0.3261343240737915,0.4560147821903229,0.8119155615568161,403.0,103168.0,2431.649012719048,6602752.0 +301.84,6.300000190734863,2794.0,0.011379125528037548,0.1498006135225296,0.0,1.2655080556869507,2.1780779361724854,-0.008667531423270702,0.0025981778744608164,0.21880625188350677,0.4587678909301758,0.8422046303749084,404.0,103424.0,2437.513799241977,6619136.0 +340.28,5.800000190734863,2818.0,0.010329518467187881,0.1265055388212204,0.0,1.32561194896698,2.1406140327453613,-0.008879665285348892,0.0025973196607083082,0.3304555118083954,0.465295672416687,0.800820454955101,405.0,103680.0,2443.328379631974,6635520.0 +354.34,5.5,2694.0,0.010232627391815186,0.1348876953125,0.0,1.2873508930206299,2.1575469970703125,-0.009687753394246101,0.0025936828460544348,0.26073870062828064,0.4635210931301117,0.8520044833421707,406.0,103936.0,2449.410687615862,6651904.0 +336.08,5.699999809265137,2806.0,0.009058293886482716,0.1173909530043602,0.0,1.3399834632873535,2.144636631011963,-0.008300689049065113,0.0025945708621293306,0.3586149513721466,0.4663041830062866,0.7671657204627991,407.0,104192.0,2455.249780440936,6668288.0 +323.35,6.300000190734863,2767.0,0.011368160136044025,0.1460164338350296,0.0,1.325201153755188,2.1879160404205322,-0.011055116541683674,0.002595649566501379,0.3315763473510742,0.4686155319213867,0.814110592007637,408.0,104448.0,2461.170426359866,6684672.0 +319.69,6.300000190734863,2715.0,0.008448697626590729,0.1004842147231102,0.0,1.2883766889572144,2.2041029930114746,-0.007944782264530659,0.0026010265573859215,0.2567037343978882,0.46246519684791565,0.7877331227064133,409.0,104704.0,2467.205517890863,6701056.0 +364.14,5.599999904632568,2784.0,0.012377656064927578,0.1468709260225296,0.0,1.3401970863342285,2.1437370777130127,-0.007650024723261595,0.0026018056087195873,0.35649505257606506,0.4635962247848511,0.75841423869133,410.0,104960.0,2473.0905345408246,6717440.0 +339.43,5.099999904632568,2815.0,0.010484096594154835,0.13177490234375,0.0,1.334598422050476,2.1331875324249268,-0.009732330217957497,0.002596425823867321,0.34750962257385254,0.46757638454437256,0.7854590862989426,411.0,105216.0,2478.909682131838,6733824.0 +357.67,5.199999809265137,2725.0,0.011769312433898449,0.1498820036649704,0.0,1.298398494720459,2.1070334911346436,-0.010200431570410728,0.0025961592327803373,0.2783227264881134,0.465635746717453,0.8156570345163345,412.0,105472.0,2484.921349033015,6750208.0 +337.71,5.5,2807.0,0.010484586469829082,0.1386311799287796,0.0,1.269342303276062,2.1195130348205566,-0.011198371648788452,0.0025972824078053236,0.2417159229516983,0.4508073329925537,0.8053222298622131,413.0,105728.0,2490.7577173649333,6766592.0 +366.37,5.800000190734863,2782.0,0.012711181305348873,0.15960693359375,0.0,1.2635356187820435,2.135765790939331,-0.012084368616342545,0.002593107521533966,0.22216051816940308,0.4603313207626343,0.8117945492267609,414.0,105984.0,2496.6470796589274,6782976.0 +390.57,5.699999809265137,2767.0,0.010200338438153267,0.12640380859375,0.0,1.3418620824813843,2.1132123470306396,-0.009294765070080757,0.0025908765383064747,0.3722914159297943,0.46181103587150574,0.754434660077095,415.0,106240.0,2502.567852144828,6799360.0 +347.44,6.400000095367432,2807.0,0.012278127484023571,0.1600748747587204,0.0,1.3583730459213257,2.0973968505859375,-0.009867657907307148,0.0025894048158079386,0.39183929562568665,0.4731419086456299,0.7799770087003708,416.0,106496.0,2508.4051394129638,6815744.0 +303.07,6.5,2797.0,0.009695635177195072,0.1202596053481102,0.0,1.2568813562393188,2.154171943664551,-0.010108341462910175,0.002588522620499134,0.18964998424053192,0.4741925001144409,0.8354239016771317,417.0,106752.0,2514.2628833400086,6832128.0 +340.46,5.699999809265137,2802.0,0.013986598700284958,0.18243408203125,0.0,1.2524933815002441,2.176779270172119,-0.009754137136042118,0.002592642791569233,0.19736723601818085,0.45972582697868347,0.8418595939874649,418.0,107008.0,2520.1092646468896,6848512.0 +392.76,4.900000095367432,2755.0,0.01177938561886549,0.1491902619600296,0.0,1.2693722248077393,2.1910364627838135,-0.01131422445178032,0.0025953061413019896,0.2275647073984146,0.46355366706848145,0.7917811721563339,419.0,107264.0,2526.0570441780146,6864896.0 +432.38,4.599999904632568,2814.0,0.013538374565541744,0.1717122346162796,0.0,1.3051804304122925,2.1606595516204834,-0.01052266824990511,0.002595766680315137,0.2944090664386749,0.46523556113243103,0.8084571212530136,420.0,107520.0,2531.8787273168564,6881280.0 +426.74,4.699999809265137,2829.0,0.01029356848448515,0.1335856169462204,0.0,1.2735843658447266,2.11083984375,-0.009128212928771973,0.00259751477278769,0.22460590302944183,0.4664543569087982,0.7904903292655945,421.0,107776.0,2537.6706246610265,6897664.0 +395.67,5.400000095367432,2788.0,0.01267183106392622,0.16552734375,0.0,1.2815968990325928,2.0804765224456787,-0.007967467419803143,0.0025925852824002504,0.23993557691574097,0.4672650396823883,0.8107854127883911,422.0,108032.0,2543.5469680980314,6914048.0 +426.08,5.0,2822.0,0.011963143944740295,0.1551513671875,0.0,1.2984040975570679,2.0735418796539307,-0.008864273317158222,0.0025972253642976284,0.2772417962551117,0.4634360373020172,0.7765165865421295,423.0,108288.0,2549.353459903039,6930432.0 +361.03,5.400000095367432,2800.0,0.012212623842060566,0.15655517578125,0.0,1.3081077337265015,2.1041176319122314,-0.008811836130917072,0.002588876523077488,0.2992076873779297,0.4660903513431549,0.7938835918903351,424.0,108544.0,2555.204335478833,6946816.0 +384.55,4.900000095367432,2705.0,0.012248883955180645,0.1611124724149704,0.0,1.2986729145050049,2.0919463634490967,-0.008377754129469395,0.002605126006528735,0.2677873373031616,0.4664393663406372,0.7624883055686951,425.0,108800.0,2561.2612314589787,6963200.0 +398.76,4.900000095367432,2801.0,0.008196151815354824,0.10107421875,0.0,1.2569857835769653,2.098209857940674,-0.007205237168818712,0.0026034796610474586,0.18550539016723633,0.4648090600967407,0.8419322222471237,426.0,109056.0,2567.1104675908573,6979584.0 +381.56,5.599999904632568,2815.0,0.010707836598157883,0.1288859099149704,0.0,1.3297109603881836,2.11980938911438,-0.011078557930886745,0.002590217860415578,0.34453967213630676,0.4674360752105713,0.8042536228895187,427.0,109312.0,2572.9302207829896,6995968.0 +392.71,5.400000095367432,2759.0,0.011615734547376633,0.1330769807100296,0.0,1.2949119806289673,2.0886476039886475,-0.007992505095899105,0.0026003296952694654,0.26647043228149414,0.46362149715423584,0.7593342065811157,428.0,109568.0,2578.8677982389927,7012352.0 +384.01,5.699999809265137,2807.0,0.013538681901991367,0.16778564453125,0.0,1.2931864261627197,2.0869905948638916,-0.010603467933833599,0.00259531126357615,0.24854938685894012,0.48069286346435547,0.7926994264125824,429.0,109824.0,2584.7056425048504,7028736.0 +434.92,5.199999809265137,2796.0,0.013130142353475094,0.15692138671875,0.0,1.2548792362213135,2.084198474884033,-0.00932340044528246,0.0026017376221716404,0.17792867124080658,0.47110211849212646,0.8335798233747482,430.0,110080.0,2590.564584539039,7045120.0 +430.32,5.5,2769.0,0.013066834770143032,0.1587321013212204,0.0,1.2801107168197632,2.078990936279297,-0.00824856385588646,0.00261552631855011,0.22492282092571259,0.46510791778564453,0.8214997947216034,431.0,110336.0,2596.4814072598238,7061504.0 +439.25,5.599999904632568,2764.0,0.013691126368939877,0.18353271484375,0.0,1.3206208944320679,2.0823004245758057,-0.007184712681919336,0.002619979903101921,0.28360408544540405,0.4779013395309448,0.7761069238185883,432.0,110592.0,2602.408604115015,7077888.0 +464.0,5.699999809265137,2806.0,0.01176376361399889,0.1522623747587204,0.0,1.291122555732727,2.1106011867523193,-0.007143477443605661,0.002611743286252022,0.21209432184696198,0.49164697527885437,0.8189530968666077,433.0,110848.0,2608.2486475298647,7094272.0 +433.69,5.199999809265137,2773.0,0.013714714907109737,0.1562906950712204,0.0,1.2828096151351929,2.119436025619507,-0.007042153272777796,0.002601722488179803,0.2102033644914627,0.48572301864624023,0.8069152683019638,434.0,111104.0,2614.1568058489356,7110656.0 +435.19,4.900000095367432,2780.0,0.012319046072661877,0.1527099609375,0.0,1.3187175989151,2.1157515048980713,-0.009155585430562496,0.0026131232734769583,0.2702849805355072,0.49179109930992126,0.810616746544838,435.0,111360.0,2620.0499676028267,7127040.0 +419.35,4.900000095367432,2786.0,0.010245156474411488,0.1276448518037796,0.0,1.3023583889007568,2.166923761367798,-0.008483748883008957,0.002603740431368351,0.24102264642715454,0.4936854839324951,0.8236575573682785,436.0,111616.0,2625.9311370619107,7143424.0 +411.38,5.199999809265137,2790.0,0.010803080163896084,0.1206868514418602,0.0,1.293180227279663,2.1157681941986084,-0.010559451766312122,0.002592608565464616,0.25184938311576843,0.4799518585205078,0.8148442357778549,437.0,111872.0,2631.8039815709926,7159808.0 +402.35,5.5,2784.0,0.010614416562020779,0.1352742463350296,0.0,1.3642449378967285,2.132551908493042,-0.01064512599259615,0.002584210131317377,0.39826086163520813,0.48135408759117126,0.7759831845760345,438.0,112128.0,2637.689570305869,7176192.0 +353.32,5.900000095367432,2792.0,0.010979522950947285,0.1302286833524704,0.0,1.4045414924621582,2.1404690742492676,-0.009775184094905853,0.0025843249168246984,0.47524723410606384,0.4827973544597626,0.7445066273212433,439.0,112384.0,2643.5570165389217,7192576.0 +298.28,6.400000095367432,2820.0,0.010106646455824375,0.1269124299287796,0.0,1.3132250308990479,2.1000359058380127,-0.008162593469023705,0.0025829444639384747,0.2905717194080353,0.48201239109039307,0.8316879570484161,440.0,112640.0,2649.3658664538525,7208960.0 +303.34,5.900000095367432,2805.0,0.011753854341804981,0.1409708708524704,0.0,1.3201149702072144,2.083667516708374,-0.008674331940710545,0.0025865333154797554,0.31868603825569153,0.47011539340019226,0.7747354805469513,441.0,112896.0,2655.207509978907,7225344.0 +339.71,5.199999809265137,2783.0,0.009985950775444508,0.1219889298081398,0.0,1.3290542364120483,2.057990789413452,-0.00970495119690895,0.0025847761426120996,0.32975608110427856,0.47718381881713867,0.8028983771800995,442.0,113152.0,2661.094622459961,7241728.0 +375.08,5.5,2819.0,0.011508717201650143,0.1416219025850296,0.0,1.3405040502548218,2.015704870223999,-0.008838065899908543,0.002586173126474023,0.378428190946579,0.4554835259914398,0.7926037907600403,443.0,113408.0,2666.906348378863,7258112.0 +284.49,6.199999809265137,2815.0,0.010917681269347668,0.1347249299287796,0.0,1.4039825201034546,2.0281474590301514,-0.008502529934048653,0.0025818878784775734,0.4528578519821167,0.4962228834629059,0.7963789850473404,444.0,113664.0,2672.725475180894,7274496.0 +226.07,6.5,2826.0,0.011415042914450169,0.1398518830537796,0.0,1.3272247314453125,2.091263771057129,-0.009971636347472668,0.00258562876842916,0.34828683733940125,0.46120861172676086,0.7858660221099854,445.0,113920.0,2678.5238214679994,7290880.0 +324.26,5.800000190734863,2814.0,0.00973333977162838,0.1230061873793602,0.0,1.3481014966964722,2.0552639961242676,-0.010794814676046371,0.0025787856429815292,0.37834277749061584,0.47398123145103455,0.7775726467370987,446.0,114176.0,2684.346379398834,7307264.0 +367.57,5.5,2802.0,0.010126203298568726,0.1130167618393898,0.0,1.2955890893936157,2.0996272563934326,-0.010832085274159908,0.002586663467809558,0.2735678255558014,0.47056999802589417,0.8186085820198059,447.0,114432.0,2690.19343086984,7323648.0 +317.78,5.800000190734863,2810.0,0.009273211471736431,0.1230265274643898,0.0,1.3260973691940308,2.073298454284668,-0.009360679425299168,0.002585564972832799,0.34360262751579285,0.46186915040016174,0.7929036468267441,448.0,114688.0,2696.0232236878946,7340032.0 +287.48,6.0,2810.0,0.012232821434736252,0.1536661833524704,0.0,1.3145554065704346,2.067911148071289,-0.009940329939126968,0.0025791870430111885,0.3082663416862488,0.47491249442100525,0.8049243688583374,449.0,114944.0,2701.8532913879026,7356416.0 +324.29,5.699999809265137,2789.0,0.014122291468083858,0.1687215119600296,0.0,1.434282660484314,2.0666778087615967,-0.010240057483315468,0.0025809607468545437,0.2916835844516754,0.4686499834060669,0.794872984290123,450.0,115200.0,2707.726643461967,7372800.0 +392.58,5.0,2822.0,0.012871242128312588,0.1618245393037796,0.0,1.4519094228744507,2.0546271800994873,-0.00989722553640604,0.0025837484281510115,0.30392539501190186,0.48197922110557556,0.8049008548259735,451.0,115456.0,2713.532165454002,7389184.0 +373.27,5.400000095367432,2822.0,0.012570995837450027,0.1490071564912796,0.0,1.4551054239273071,2.0838191509246826,-0.010331947356462479,0.002581123262643814,0.3316056430339813,0.4700683355331421,0.7603180557489395,452.0,115712.0,2719.338410989847,7405568.0 +313.06,6.199999809265137,2809.0,0.011744201183319092,0.1375732421875,0.0,1.4473533630371094,2.0686542987823486,-0.009330767206847668,0.0025861873291432858,0.33043548464775085,0.45644357800483704,0.7629428803920746,453.0,115968.0,2725.171456347918,7421952.0 +329.91,6.0,2836.0,0.014065239578485489,0.14678955078125,0.0,1.429289698600769,2.1041269302368164,-0.009674851782619953,0.0025905582588166,0.29287174344062805,0.4561474025249481,0.7453240156173706,454.0,116224.0,2730.948999108048,7438336.0 +317.14,5.199999809265137,2806.0,0.013032997958362103,0.1392822265625,0.0,1.4049814939498901,2.109771490097046,-0.008061272092163563,0.002586786402389407,0.24236585199832916,0.4572168290615082,0.8062671273946762,455.0,116480.0,2736.7872567060404,7454720.0 +330.85,4.599999904632568,2797.0,0.011557859368622303,0.1433919221162796,0.0,1.434256672859192,2.1139018535614014,-0.009848748333752155,0.0025834369007498026,0.2870596945285797,0.4705679714679718,0.7981632351875305,456.0,116736.0,2742.6452203360386,7471104.0 +356.06,5.300000190734863,2811.0,0.009576201438903809,0.11322021484375,0.0,1.4513558149337769,2.0982463359832764,-0.008581253699958324,0.0025821521412581205,0.29009920358657837,0.4900835454463959,0.8334983736276627,457.0,116992.0,2748.4727889848873,7487488.0 +337.26,5.599999904632568,2822.0,0.012018393725156784,0.1508382111787796,0.0,1.4257630109786987,2.0831964015960693,-0.009849161840975285,0.0025838876608759165,0.2619079053401947,0.47537660598754883,0.8186697512865067,458.0,117248.0,2754.2776236180216,7503872.0 +325.47,5.800000190734863,2796.0,0.0126420883461833,0.1518961638212204,0.0,1.4445675611495972,2.0660717487335205,-0.009171418845653534,0.002580309985205531,0.3067915141582489,0.47118332982063293,0.8031967431306839,459.0,117504.0,2760.137010863982,7520256.0 +335.4,5.900000095367432,2809.0,0.012738116085529327,0.1567789763212204,0.0,1.4236994981765747,2.1073198318481445,-0.008283291943371296,0.0025878865271806717,0.27147912979125977,0.46247872710227966,0.8026262372732162,460.0,117760.0,2765.9706981380004,7536640.0 +368.66,5.800000190734863,2753.0,0.01237020269036293,0.1484171599149704,0.0,1.4628806114196777,2.113114595413208,-0.01023082621395588,0.0025906318332999945,0.33502504229545593,0.473657488822937,0.7670981734991074,461.0,118016.0,2771.922121045878,7553024.0 +408.11,5.0,2822.0,0.011892513372004032,0.1402180939912796,0.0,1.4027738571166992,2.1039535999298096,-0.009225880727171898,0.002583025489002466,0.2174510359764099,0.474238783121109,0.7974860817193985,462.0,118272.0,2777.7275545669254,7569408.0 +424.22,5.400000095367432,2790.0,0.01428451668471098,0.1667277067899704,0.0,1.4544577598571777,2.0786056518554688,-0.010227464139461517,0.0025850257370620966,0.3088024854660034,0.4822470247745514,0.785677120089531,463.0,118528.0,2783.599190685898,7585792.0 +395.97,5.699999809265137,2799.0,0.011599150486290455,0.13763427734375,0.0,1.4380906820297241,2.087750196456909,-0.00859676394611597,0.002579417312517762,0.3016698956489563,0.46593114733695984,0.7933071255683899,464.0,118784.0,2789.4529578529764,7602176.0 +316.12,6.099999904632568,2792.0,0.010725889354944229,0.1266682893037796,0.0,1.469751000404358,2.119992971420288,-0.010599415749311447,0.0025802345480769873,0.34817397594451904,0.4798337519168854,0.7866281569004059,465.0,119040.0,2795.3221987308934,7618560.0 +348.98,5.400000095367432,2795.0,0.012932184152305126,0.1593424528837204,0.0,1.4499446153640747,2.1184325218200684,-0.00949905626475811,0.0025768408086150885,0.31719568371772766,0.47428634762763977,0.7391949892044067,466.0,119296.0,2801.185439578956,7634944.0 +356.69,4.699999809265137,2811.0,0.012187711894512177,0.13623046875,0.0,1.4274564981460571,2.0988762378692627,-0.008584723807871342,0.002578752813860774,0.2818466126918793,0.46543267369270325,0.7828498482704163,467.0,119552.0,2807.0130643940065,7651328.0 +329.38,5.300000190734863,2813.0,0.014148355461657047,0.16168212890625,0.0,1.4254369735717773,2.1040561199188232,-0.010542319156229496,0.002575830789282918,0.26852157711982727,0.4757635295391083,0.7784155160188675,468.0,119808.0,2812.8375126640312,7667712.0 +360.27,5.599999904632568,2814.0,0.010440711863338947,0.1380411833524704,0.0,1.4462089538574219,2.1275503635406494,-0.010101421736180782,0.002574419602751732,0.32309457659721375,0.4675085246562958,0.7708597779273987,469.0,120064.0,2818.6599634489976,7684096.0 +387.41,5.400000095367432,2766.0,0.012829288840293884,0.1576334685087204,0.0,1.4595046043395996,2.098984956741333,-0.009938823990523815,0.0025717292446643114,0.34002766013145447,0.4746944010257721,0.7421898245811462,470.0,120320.0,2824.5827851018403,7700480.0 +288.1,5.400000095367432,2793.0,0.011177250184118748,0.134521484375,0.0,1.5302246809005737,2.1029717922210693,-0.00992534402757883,0.002584007801488042,0.4715687036514282,0.4751899242401123,0.7142057418823242,471.0,120576.0,2830.448350636987,7716864.0 +234.51,6.5,2781.0,0.00834320206195116,0.1073404923081398,0.0,1.521931767463684,2.061164140701294,-0.010449249297380447,0.0025717068929225206,0.4456275999546051,0.48771849274635315,0.7402026057243347,472.0,120832.0,2836.3389584128745,7733248.0 +275.47,6.599999904632568,2802.0,0.010220988653600216,0.1236775740981102,0.0,1.4558387994766235,2.076099157333374,-0.012071922421455383,0.0025778640992939472,0.33307892084121704,0.4739108085632324,0.7620916366577148,473.0,121088.0,2842.185132091865,7749632.0 +307.16,6.300000190734863,2775.0,0.009131182916462421,0.11541748046875,0.0,1.5034503936767578,2.0678279399871826,-0.009186592884361744,0.002580170053988695,0.41620564460754395,0.47686517238616943,0.7569809556007385,474.0,121344.0,2848.0886593959294,7766016.0 +282.91,5.599999904632568,2774.0,0.01250846404582262,0.12420654296875,0.0,1.4423760175704956,2.061615467071533,-0.01077420637011528,0.0025765355676412582,0.30777448415756226,0.47157105803489685,0.756372943520546,475.0,121600.0,2853.995613971958,7782400.0 +281.31,5.800000190734863,2772.0,0.012010910548269749,0.1397908478975296,0.0,1.5040756464004517,2.0385448932647705,-0.010369263589382172,0.0025748603511601686,0.42825207114219666,0.4735090732574463,0.7393653392791748,476.0,121856.0,2859.905018175952,7798784.0 +297.75,6.099999904632568,2805.0,0.012007324956357479,0.14404296875,0.0,1.425183653831482,2.0605204105377197,-0.011740363202989101,0.002574433106929064,0.28678181767463684,0.4649677276611328,0.7603618651628494,477.0,122112.0,2865.7467282318976,7815168.0 +284.33,6.599999904632568,2794.0,0.012012953869998455,0.14361572265625,0.0,1.4374488592147827,2.0689311027526855,-0.007177531253546476,0.002575037069618702,0.2909165918827057,0.472291499376297,0.7781147658824921,478.0,122368.0,2871.6107339798473,7831552.0 +312.88,6.400000095367432,2800.0,0.01451035961508751,0.16461181640625,0.0,1.4826186895370483,2.056415557861328,-0.008607187308371067,0.0025756515096873045,0.38340163230895996,0.4722929000854492,0.73159059882164,479.0,122624.0,2877.4614062239416,7847936.0 +332.3,5.599999904632568,2819.0,0.012270851992070675,0.1502888947725296,0.0,1.5255728960037231,2.0428221225738525,-0.008909274823963642,0.002574583748355508,0.4664483964443207,0.4749563932418823,0.7458607852458954,480.0,122880.0,2883.2737975858618,7864320.0 +212.39,6.199999809265137,2826.0,0.011014661751687527,0.1266682893037796,0.0,1.5387134552001953,2.006258726119995,-0.009147719480097294,0.0025720447301864624,0.49406698346138,0.4751645028591156,0.7531566917896271,481.0,123136.0,2889.070875703823,7880704.0 +171.0,7.099999904632568,2824.0,0.009926313534379005,0.115234375,0.0,1.4871994256973267,1.9932527542114258,-0.007825166918337345,0.0025721839629113674,0.4080357253551483,0.46182677149772644,0.7910377085208893,482.0,123392.0,2894.8714365989435,7897088.0 +207.85,6.699999809265137,2838.0,0.011179260909557343,0.1351521760225296,0.0,1.577851414680481,2.032327890396118,-0.011076723225414753,0.002568699885159731,0.5744526982307434,0.4783504903316498,0.7191197276115417,483.0,123648.0,2900.6448200379964,7913472.0 +224.11,6.599999904632568,2810.0,0.011260852217674255,0.1208292618393898,0.0,1.5574623346328735,1.994172215461731,-0.009213180281221867,0.002573468955233693,0.5269089341163635,0.47748270630836487,0.7286602854728699,484.0,123904.0,2906.4758981449995,7929856.0 +167.6,6.300000190734863,2790.0,0.010273759253323078,0.1154378280043602,0.0,1.6262269020080566,1.9514002799987793,-0.007951275445520878,0.002573315752670169,0.6671436429023743,0.4735022485256195,0.7326318323612213,485.0,124160.0,2912.347435040865,7946240.0 +162.69,7.099999904632568,2805.0,0.009264097549021244,0.1043701171875,0.0,1.6259669065475464,1.987848162651062,-0.008052404038608074,0.002574208425357938,0.6304113864898682,0.4978187382221222,0.74722620844841,486.0,124416.0,2918.1886513289064,7962624.0 +166.16,6.0,2821.0,0.009738869033753872,0.1169026717543602,0.0,1.5030878782272339,1.9974236488342285,-0.011520001105964184,0.002574685961008072,0.4055028259754181,0.4884312152862549,0.7849329560995102,487.0,124672.0,2923.997058190871,7979008.0 +181.97,6.900000095367432,2785.0,0.01164346281439066,0.14349365234375,0.0,1.515910267829895,1.9361203908920288,-0.009993723593652248,0.002574808895587921,0.4620567262172699,0.4649113416671753,0.7514637559652328,488.0,124928.0,2929.8804383890238,7995392.0 +269.21,6.0,2813.0,0.012209487147629261,0.1433919221162796,0.0,1.5172842741012573,1.9265247583389282,-0.011463075876235962,0.0025753078516572714,0.4688040018081665,0.463826984167099,0.7529247254133224,489.0,125184.0,2935.705594102852,8011776.0 +188.34,7.5,2802.0,0.012593764811754227,0.1471354216337204,0.0,1.5470622777938843,1.9200811386108398,-0.008934617973864079,0.0025778356939554214,0.508707582950592,0.4722074270248413,0.7500606924295425,490.0,125440.0,2941.553981425939,8028160.0 +227.17,6.699999809265137,2832.0,0.013174728490412235,0.1572469025850296,0.0,1.5138540267944336,1.9254398345947266,-0.01303886529058218,0.0025699071120470762,0.4543064832687378,0.4737052619457245,0.8029584288597107,491.0,125696.0,2947.3394605070353,8044544.0 +255.53,5.800000190734863,2804.0,0.009829842485487461,0.1141357421875,0.0,1.482901692390442,2.011537790298462,-0.008923431858420372,0.0025882290210574865,0.3709357976913452,0.4745156466960907,0.7950245290994644,492.0,125952.0,2953.18162438483,8060928.0 +264.42,6.0,2816.0,0.011782940477132797,0.1340128630399704,0.0,1.4931193590164185,1.995517611503601,-0.012266031466424465,0.0025798287242650986,0.40606772899627686,0.4731614589691162,0.7808592170476913,493.0,126208.0,2958.999911198858,8077312.0 +285.02,5.900000095367432,2832.0,0.011935688555240631,0.1396687775850296,0.0,1.4574724435806274,2.028379440307617,-0.011654071509838104,0.0025840906891971827,0.34526434540748596,0.4636588990688324,0.7865231782197952,494.0,126464.0,2964.784515646985,8093696.0 +328.79,5.0,2783.0,0.013479333370923996,0.1590983122587204,0.0,1.5304795503616333,2.0107920169830322,-0.011293993331491947,0.0025685583241283894,0.49079158902168274,0.47103527188301086,0.676878958940506,495.0,126720.0,2970.671839257935,8110080.0 +249.63,6.099999904632568,2799.0,0.013045740313827991,0.1495157927274704,0.0,1.5223870277404785,1.9551581144332886,-0.010442264378070831,0.0025756245013326406,0.46142634749412537,0.4744117558002472,0.7889064252376556,496.0,126976.0,2976.5247881868854,8126464.0 +233.26,7.199999809265137,2795.0,0.011472221463918686,0.1279703825712204,0.0,1.5038670301437378,1.9821151494979858,-0.009371311403810978,0.002572996774688363,0.4167482852935791,0.4797486364841461,0.8019915521144867,497.0,127232.0,2982.387270139996,8142848.0 +208.37,6.300000190734863,2783.0,0.013478399254381657,0.14959716796875,0.0,1.5337854623794556,1.9450985193252563,-0.010474874638020992,0.0025737846735864878,0.4924710988998413,0.46974197030067444,0.7784882336854935,498.0,127488.0,2988.274739807006,8159232.0 +189.16,6.699999809265137,2816.0,0.010707379318773746,0.1203409805893898,0.0,1.5318690538406372,1.9725862741470337,-0.009030952118337154,0.0025697872042655945,0.4864331781864166,0.47165223956108093,0.7119896709918976,499.0,127744.0,2994.091985700885,8175616.0 +220.27,6.0,2806.0,0.011614757589995861,0.154541015625,0.0,1.5608091354370117,1.9897336959838867,-0.01048274990171194,0.0025652225594967604,0.2551861107349396,0.4649662673473358,0.794659361243248,500.0,128000.0,2999.9298427619506,8192000.0 +294.54,5.199999809265137,2813.0,0.014037910848855972,0.1491292268037796,0.0,1.591199278831482,1.9603899717330933,-0.010479658842086792,0.002564054913818836,0.3122733533382416,0.4674011468887329,0.7970469743013382,501.0,128256.0,3005.7544133309275,8208384.0 +275.25,5.5,2810.0,0.011225607246160507,0.1280110627412796,0.0,1.5983529090881348,1.8993922472000122,-0.013363964855670929,0.0025697003584355116,0.33596065640449524,0.4616939127445221,0.787242516875267,502.0,128512.0,3011.5860551230144,8224768.0 +296.08,6.0,2812.0,0.011202777735888958,0.128662109375,0.0,1.6650515794754028,1.9058393239974976,-0.010006113909184933,0.002568905707448721,0.4549042880535126,0.4667874872684479,0.7398332059383392,503.0,128768.0,3017.4121087598614,8241152.0 +223.92,6.300000190734863,2784.0,0.011202999390661716,0.1250813752412796,0.0,1.6386371850967407,1.9127182960510254,-0.011037525720894337,0.002571647521108389,0.41389966011047363,0.45967134833335876,0.7177706360816956,504.0,129024.0,3023.2975223669782,8257536.0 +269.43,5.900000095367432,2807.0,0.011807194910943508,0.140380859375,0.0,1.6283750534057617,1.9670244455337524,-0.010578881949186325,0.002566708717495203,0.3756556808948517,0.47282037138938904,0.7644045352935791,505.0,129280.0,3029.133265211014,8273920.0 +285.82,5.800000190734863,2793.0,0.013837650418281555,0.1579386442899704,0.0,1.6298828125,2.0241639614105225,-0.009068936109542847,0.0025623321998864412,0.3795212209224701,0.4733804762363434,0.7467423677444458,506.0,129536.0,3034.998821743997,8290304.0 +285.04,6.099999904632568,2805.0,0.01398748904466629,0.1633097380399704,0.0,1.6503301858901978,1.9960423707962036,-0.010185890831053257,0.0025620816741138697,0.4205199182033539,0.47444140911102295,0.781443253159523,507.0,129792.0,3040.839578893967,8306688.0 +230.25,7.5,2813.0,0.01170241180807352,0.1364949494600296,0.0,1.572564959526062,2.017817735671997,-0.01220787689089775,0.002557039726525545,0.2876480221748352,0.4661092758178711,0.814226433634758,508.0,130048.0,3046.663549694,8323072.0 +276.38,6.699999809265137,2797.0,0.01293865591287613,0.14776611328125,0.0,1.5438895225524902,2.0337705612182617,-0.008894744329154491,0.0025602844543755054,0.22275488078594208,0.4652245342731476,0.7830579280853271,509.0,130304.0,3052.520631917985,8339456.0 +301.24,5.699999809265137,2797.0,0.013986173085868359,0.14453125,0.0,1.6098915338516235,1.948938250541687,-0.008301892317831516,0.002563084941357374,0.32994571328163147,0.4769175052642822,0.8190069049596786,510.0,130560.0,3058.378524682019,8355840.0 +301.58,6.099999904632568,2813.0,0.013544631190598011,0.1584676057100296,0.0,1.6233519315719604,1.9513098001480103,-0.01078247744590044,0.002573352539911866,0.3676864206790924,0.46831372380256653,0.7938365191221237,511.0,130816.0,3064.201766555896,8372224.0 +250.87,6.400000095367432,2776.0,0.013445817865431309,0.1514689177274704,0.0,1.6608425378799438,1.93710458278656,-0.011561773717403412,0.0025632798206061125,0.4425910413265228,0.47415709495544434,0.7460107803344727,512.0,131072.0,3070.1025226910133,8388608.0 +223.9,6.599999904632568,2798.0,0.01174152735620737,0.1395670622587204,0.0,1.613918662071228,1.9727140665054321,-0.011136996559798717,0.0025643024127930403,0.3689700663089752,0.461487740278244,0.8188124448060989,513.0,131328.0,3075.957475809846,8404992.0 +235.97,6.699999809265137,2791.0,0.012809219770133495,0.1527913361787796,0.0,1.5679036378860474,2.019622564315796,-0.010429845191538334,0.0025652695912867785,0.2726571261882782,0.4632769525051117,0.8249583095312119,514.0,131584.0,3081.827141098911,8421376.0 +277.88,6.0,2808.0,0.013108082115650177,0.1435546875,0.0,1.6086126565933228,2.0132410526275635,-0.010319019667804241,0.0025658810045570135,0.3453510105609894,0.46797144412994385,0.8132568746805191,515.0,131840.0,3087.6607956660446,8437760.0 +238.88,6.699999809265137,2799.0,0.011294749565422535,0.1387939453125,0.0,1.6491426229476929,1.9956293106079102,-0.011109873652458191,0.002564184134826064,0.42826154828071594,0.468448668718338,0.7974332422018051,516.0,132096.0,3093.5147635128815,8454144.0 +235.98,6.599999904632568,2784.0,0.011642309837043285,0.1408488005399704,0.0,1.6636239290237427,1.9893180131912231,-0.01116906851530075,0.002563385060057044,0.4576594829559326,0.4685835838317871,0.8015578091144562,517.0,132352.0,3099.398993331939,8470528.0 +221.94,6.800000190734863,2792.0,0.011950087733566761,0.1473185271024704,0.0,1.6775447130203247,1.982685923576355,-0.011847790330648422,0.0025636018253862858,0.475563645362854,0.4751392900943756,0.788153663277626,518.0,132608.0,3105.2678423698526,8486912.0 +192.08,6.800000190734863,2798.0,0.011221264488995075,0.1411946564912796,0.0,1.6002696752548218,2.026806354522705,-0.00916686374694109,0.0025700151454657316,0.3192282021045685,0.47032418847084045,0.8266559392213821,519.0,132864.0,3111.1245203260332,8503296.0 +224.5,6.599999904632568,2810.0,0.012518134899437428,0.1470540314912796,0.0,1.6186870336532593,1.961089015007019,-0.007718598935753107,0.0025671112816780806,0.34398403763771057,0.47647348046302795,0.8094576001167297,520.0,133120.0,3116.9546215818264,8519680.0 +311.47,6.599999904632568,2802.0,0.013866133987903595,0.1523640900850296,0.0,1.6861776113510132,1.9307903051376343,-0.008723780512809753,0.0025621303357183933,0.4812239706516266,0.47845426201820374,0.7543556690216064,521.0,133376.0,3122.800761685008,8536064.0 +281.24,6.800000190734863,2799.0,0.01090971753001213,0.13104248046875,0.0,1.6062406301498413,1.920450210571289,-0.008576217107474804,0.002561096101999283,0.3188869059085846,0.4801422655582428,0.7931113839149475,522.0,133632.0,3128.6549584639724,8552448.0 +259.03,7.099999904632568,2820.0,0.014665283262729645,0.1711222380399704,0.0,1.625012993812561,1.906596302986145,-0.010753990150988102,0.0025677571538835764,0.3750760555267334,0.46811559796333313,0.7952858060598373,523.0,133888.0,3134.465209743008,8568832.0 +277.34,7.0,2801.0,0.011862874031066895,0.1458536833524704,0.0,1.6522399187088013,1.9875386953353882,-0.009472721256315708,0.002562612062320113,0.4168262183666229,0.4777088165283203,0.8016837686300278,524.0,134144.0,3140.314937681891,8585216.0 +232.25,6.599999904632568,2797.0,0.010285880416631699,0.124755859375,0.0,1.7181763648986816,1.9387950897216797,-0.010909202508628368,0.002565826987847686,0.5386353135108948,0.48324283957481384,0.7647566646337509,525.0,134400.0,3146.1732399198227,8601600.0 +211.09,6.900000095367432,2796.0,0.015235543251037598,0.1654459685087204,0.0,1.646921992301941,1.9575815200805664,-0.009759142063558102,0.0025607948191463947,0.40661171078681946,0.4783500134944916,0.7971242368221283,526.0,134656.0,3152.0337917120196,8617984.0 +234.85,6.699999809265137,2815.0,0.012284103780984879,0.13995361328125,0.0,1.604192852973938,1.9770983457565308,-0.010372533462941647,0.0025574397295713425,0.32674917578697205,0.47765234112739563,0.824933335185051,527.0,134912.0,3157.8528882558458,8634368.0 +286.74,6.199999809265137,2811.0,0.015021931380033493,0.1622111052274704,0.0,1.635544776916504,1.9730793237686157,-0.008108624257147312,0.0025681268889456987,0.3755134344100952,0.47787991166114807,0.7993564456701279,528.0,135168.0,3163.6803779250477,8650752.0 +284.01,5.900000095367432,2805.0,0.014115541242063046,0.1400553435087204,0.0,1.5950454473495483,2.0057528018951416,-0.007837360724806786,0.00255596823990345,0.30553361773490906,0.47744712233543396,0.8341423571109772,529.0,135424.0,3169.520887700841,8667136.0 +313.13,5.5,2784.0,0.013955041766166687,0.1584676057100296,0.0,1.56533944606781,2.040945291519165,-0.010912783443927765,0.002563209505751729,0.2524789869785309,0.4741230010986328,0.8241561651229858,530.0,135680.0,3175.4052735038567,8683520.0 +363.71,5.300000190734863,2804.0,0.01105231698602438,0.1263834685087204,0.0,1.607552170753479,2.07389235496521,-0.010576475411653519,0.002561019966378808,0.32789066433906555,0.4805912971496582,0.7756170183420181,531.0,135936.0,3181.249450847041,8699904.0 +349.54,5.0,2800.0,0.009339014999568462,0.1100870743393898,0.0,1.6003507375717163,2.0478355884552,-0.008718726225197315,0.0025616257917135954,0.30849477648735046,0.4807398021221161,0.8154123723506927,532.0,136192.0,3187.1001205348875,8716288.0 +316.85,5.699999809265137,2822.0,0.01068958267569542,0.1298624724149704,0.0,1.5984548330307007,1.9991310834884644,-0.011626537889242172,0.0025551244616508484,0.3224290609359741,0.4762982428073883,0.8331078290939331,533.0,136448.0,3192.906147568021,8732672.0 +279.13,6.900000095367432,2807.0,0.01052249874919653,0.1295166015625,0.0,1.5927709341049194,2.012991428375244,-0.011722047813236713,0.0025567510165274143,0.2955162823200226,0.48504528403282166,0.8547519445419312,534.0,136704.0,3198.742108631879,8749056.0 +302.92,6.699999809265137,2796.0,0.012265748344361782,0.1582438200712204,0.0,1.601217269897461,1.9700299501419067,-0.012087012641131878,0.002554096980020404,0.32023879885673523,0.48162057995796204,0.8097003251314163,535.0,136960.0,3204.601987925824,8765440.0 +280.46,6.699999809265137,2793.0,0.012145980261266232,0.1348876953125,0.0,1.5989055633544922,1.9639253616333008,-0.008872310630977154,0.0025589538272470236,0.32450243830680847,0.4699751138687134,0.8141381293535233,536.0,137216.0,3210.4669217139017,8781824.0 +282.01,7.300000190734863,2815.0,0.015993284061551094,0.1558430939912796,0.0,1.6670814752578735,1.9979087114334106,-0.009117442183196545,0.0025587810669094324,0.4533560574054718,0.4752364158630371,0.7608621716499329,537.0,137472.0,3216.2881921869703,8798208.0 +267.55,6.099999904632568,2788.0,0.011488378047943115,0.1334635466337204,0.0,1.67755925655365,2.0000829696655273,-0.008447831496596336,0.0025532597210258245,0.4765944480895996,0.47586071491241455,0.7448434829711914,538.0,137728.0,3222.1642657588236,8814592.0 +225.62,6.400000095367432,2828.0,0.013692036271095276,0.1579793244600296,0.0,1.6013652086257935,2.023024797439575,-0.011295617558062077,0.0025494659785181284,0.3311619460582733,0.4772789180278778,0.8183718025684357,539.0,137984.0,3227.9583722648676,8830976.0 +176.49,7.199999809265137,2812.0,0.012086726725101471,0.1517333984375,0.0,1.5775293111801147,2.0208332538604736,-0.010203853249549866,0.0025544636882841587,0.30370649695396423,0.4613807499408722,0.8155626952648163,540.0,138240.0,3233.7851347830147,8847360.0 +241.21,7.0,2822.0,0.013323885388672352,0.15802001953125,0.0,1.60823392868042,1.9532098770141602,-0.010742581449449062,0.002548491582274437,0.34696531295776367,0.4750387668609619,0.7899429500102997,541.0,138496.0,3239.59060505894,8863744.0 +318.92,5.900000095367432,2803.0,0.012956004589796066,0.1674601286649704,0.0,1.6372147798538208,1.9049545526504517,-0.011462285183370113,0.002555578714236617,0.4011557400226593,0.4740298092365265,0.7745338082313538,542.0,138752.0,3245.43540765997,8880128.0 +289.98,6.300000190734863,2787.0,0.013659152202308178,0.16162109375,0.0,1.6308221817016602,1.890579104423523,-0.01128068845719099,0.0025585175026208162,0.35402223467826843,0.4926787316799164,0.7948184311389923,543.0,139008.0,3251.3140074920375,8896512.0 +324.2,5.800000190734863,2790.0,0.011753384955227375,0.1348063200712204,0.0,1.5634552240371704,1.955046534538269,-0.008761237375438213,0.002565476344898343,0.1851477175951004,0.5073433518409729,0.8548803776502609,544.0,139264.0,3257.1871883808635,8912896.0 +368.07,5.5,2811.0,0.01279088482260704,0.1526896208524704,0.0,1.5629578828811646,1.9579106569290161,-0.010531105101108551,0.0025569903664290905,0.24952401220798492,0.4747062623500824,0.8124581724405289,545.0,139520.0,3263.014545453945,8929280.0 +422.27,5.199999809265137,2814.0,0.01251471508294344,0.14996337890625,0.0,1.5534629821777344,1.9340060949325562,-0.011860210448503494,0.002547997748479247,0.24469487369060516,0.47205010056495667,0.820090040564537,546.0,139776.0,3268.835732312873,8945664.0 +366.85,5.300000190734863,2792.0,0.013023247011005878,0.14434814453125,0.0,1.6273201704025269,1.9137271642684937,-0.01146210078150034,0.002550220349803567,0.39580121636390686,0.4681960344314575,0.7529646158218384,547.0,140032.0,3274.7036228298675,8962048.0 +263.93,6.199999809265137,2765.0,0.013390096835792065,0.1552734375,0.0,1.6431097984313965,1.9220070838928223,-0.01053859293460846,0.002547156298533082,0.4288586676120758,0.46784186363220215,0.7643262296915054,548.0,140288.0,3280.6286378740333,8978432.0 +272.3,5.5,2801.0,0.013223311863839626,0.1526692658662796,0.0,1.6089515686035156,1.9320058822631836,-0.011407069861888885,0.0025466878432780504,0.3531065285205841,0.473671555519104,0.7580375820398331,549.0,140544.0,3286.4779540598392,8994816.0 +272.71,5.800000190734863,2808.0,0.011893934570252895,0.1480509489774704,0.0,1.3598123788833618,1.9691277742385864,-0.011125977151095867,0.002552299527451396,0.368143767118454,0.4788433015346527,0.7791951149702072,550.0,140800.0,3292.3134650848806,9011200.0 +262.36,5.900000095367432,2803.0,0.009818668477237225,0.1196695938706398,0.0,1.3595490455627441,2.0149643421173096,-0.01126095186918974,0.0025619466323405504,0.36832308769226074,0.47436952590942383,0.7507196664810181,551.0,141056.0,3298.1576503620017,9027584.0 +299.44,6.400000095367432,2824.0,0.015024445950984955,0.1627197265625,0.0,1.3198192119598389,1.9932125806808472,-0.009819604456424713,0.0025568639393895864,0.2852843999862671,0.47710084915161133,0.8085010349750519,552.0,141312.0,3303.9600492639,9043968.0 +296.12,6.0,2792.0,0.011151164770126343,0.1316731721162796,0.0,1.3372735977172852,1.9946333169937134,-0.012447596527636051,0.002544616349041462,0.3194471597671509,0.4876105487346649,0.7822279036045074,553.0,141568.0,3309.828824843047,9060352.0 +304.74,5.5,2812.0,0.01030599046498537,0.1263020783662796,0.0,1.3360967636108398,1.9995397329330444,-0.009898364543914795,0.002550985896959901,0.32833871245384216,0.4726104438304901,0.7659483402967453,554.0,141824.0,3315.654424536042,9076736.0 +301.1,5.900000095367432,2752.0,0.00912075862288475,0.1129557266831398,0.0,1.3483940362930298,2.0483932495117188,-0.010122419334948063,0.0025463325437158346,0.3545682728290558,0.4747842848300934,0.7811785042285919,555.0,142080.0,3321.607414302882,9093120.0 +273.34,6.400000095367432,2762.0,0.014546568505465984,0.1644490510225296,0.0,1.3727995157241821,2.0076982975006104,-0.01249972265213728,0.0025472897104918957,0.40762853622436523,0.4740818738937378,0.7517836093902588,556.0,142336.0,3327.5388744638767,9109504.0 +266.09,6.599999904632568,2825.0,0.01190249715000391,0.1501057893037796,0.0,1.3912382125854492,1.9826222658157349,-0.01156370248645544,0.00255216914229095,0.4290376603603363,0.4811650514602661,0.7661430835723877,557.0,142592.0,3333.338297520997,9125888.0 +235.58,6.800000190734863,2791.0,0.011822827160358429,0.1362101286649704,0.0,1.3930302858352661,2.0126543045043945,-0.009823251515626907,0.0025502629578113556,0.42319121956825256,0.48688235878944397,0.7961460798978806,558.0,142848.0,3339.208267739974,9142272.0 +208.59,7.199999809265137,2780.0,0.011268640868365765,0.1366170197725296,0.0,1.3555797338485718,2.0105173587799072,-0.012116067111492157,0.002545201452448964,0.36724773049354553,0.4789292812347412,0.8051274865865707,559.0,143104.0,3345.1008904678747,9158656.0 +251.59,6.599999904632568,2837.0,0.010688062757253647,0.1294148713350296,0.0,1.320613145828247,1.9907113313674927,-0.010646906681358814,0.0025475912261754274,0.30110469460487366,0.4725532531738281,0.8200971186161041,560.0,143360.0,3350.8766824868508,9175040.0 +259.72,6.199999809265137,2785.0,0.01210643257945776,0.15185546875,0.0,1.393215537071228,1.9934464693069458,-0.012522472999989986,0.00253933179192245,0.4293583333492279,0.491779088973999,0.7390688955783844,561.0,143616.0,3356.7604727139696,9191424.0 +255.1,6.300000190734863,2819.0,0.012129721231758595,0.15692138671875,0.0,1.3726743459701538,1.9763587713241577,-0.012459906749427319,0.0025432792026549578,0.3829495906829834,0.49333927035331726,0.7847381085157394,562.0,143872.0,3362.5734474798664,9207808.0 +218.09,7.0,2790.0,0.012340158224105835,0.1429036408662796,0.0,1.398890495300293,1.9590984582901,-0.010716023854911327,0.0025454487185925245,0.42592382431030273,0.4963456392288208,0.7939148545265198,563.0,144128.0,3368.444547915831,9224192.0 +225.61,7.400000095367432,2803.0,0.013877999037504196,0.1767374724149704,0.0,1.358774185180664,1.964569091796875,-0.012736442498862743,0.002544380957260728,0.3655202090740204,0.48547694087028503,0.790640264749527,564.0,144384.0,3374.29025826999,9240576.0 +292.05,6.400000095367432,2794.0,0.013011221773922443,0.1581013947725296,0.0,1.344451904296875,2.0062577724456787,-0.01041998341679573,0.002541091525927186,0.3179806172847748,0.49810051918029785,0.7743471264839172,565.0,144640.0,3380.154156371951,9256960.0 +221.28,6.699999809265137,2805.0,0.013715554028749466,0.1724650114774704,0.0,1.3890266418457031,1.968575358390808,-0.01443189661949873,0.0025452913250774145,0.4247446060180664,0.48847725987434387,0.7700407058000565,566.0,144896.0,3385.9961188049056,9273344.0 +270.9,6.300000190734863,2785.0,0.013247302733361721,0.13970947265625,0.0,1.4461297988891602,1.976692795753479,-0.0076017663814127445,0.0025448373053222895,0.510185182094574,0.49980807304382324,0.7205841243267059,567.0,145152.0,3391.8800596478395,9289728.0 +217.95,6.199999809265137,2798.0,0.011274009943008423,0.1365153044462204,0.0,1.4396462440490723,1.977230429649353,-0.012919166125357151,0.0025631182361394167,0.5061759948730469,0.4918948709964752,0.7653718292713165,568.0,145408.0,3397.736216510879,9306112.0 +155.38,6.400000095367432,2793.0,0.01137762051075697,0.1422119140625,0.0,1.4404302835464478,1.9960297346115112,-0.013123080134391785,0.002547081094235182,0.5303322076797485,0.48405584692955017,0.7570730000734329,569.0,145664.0,3403.6025491268374,9322496.0 +169.3,6.400000095367432,2804.0,0.010364349000155926,0.1170857772231102,0.0,1.3742932081222534,2.0342047214508057,-0.01151231024414301,0.0025459416210651398,0.3842817544937134,0.4928569495677948,0.7742354273796082,570.0,145920.0,3409.4454093070235,9338880.0 +236.62,6.0,2749.0,0.00997600331902504,0.11883544921875,0.0,1.415432095527649,1.9778246879577637,-0.012747119180858135,0.0025461267214268446,0.4799809157848358,0.483979731798172,0.7369787395000458,571.0,146176.0,3415.4052794268355,9355264.0 +199.62,6.0,2793.0,0.011704839766025543,0.1385701447725296,0.0,1.4348970651626587,1.9871779680252075,-0.013325457461178303,0.00254639214836061,0.5121102929115295,0.48976990580558777,0.7022679150104523,572.0,146432.0,3421.2713978639804,9371648.0 +188.11,6.699999809265137,2806.0,0.013093897141516209,0.1601969450712204,0.0,1.4226068258285522,1.936043620109558,-0.010500340722501278,0.002548545366153121,0.47464874386787415,0.4932081997394562,0.762406587600708,573.0,146688.0,3427.110248347046,9388032.0 +157.59,7.300000190734863,2802.0,0.010401463136076927,0.1314493864774704,0.0,1.4731441736221313,1.921136498451233,-0.009826134890317917,0.0025482801720499992,0.5878000855445862,0.48336061835289,0.7367188930511475,574.0,146944.0,3432.957687621005,9404416.0 +209.89,6.900000095367432,2776.0,0.011721366085112095,0.1281941682100296,0.0,1.4014458656311035,1.932559847831726,-0.01254757959395647,0.002557208528742194,0.47073712944984436,0.4638693332672119,0.7784909605979919,575.0,147200.0,3438.858489851933,9420800.0 +177.93,7.699999809265137,2795.0,0.013580619357526302,0.1654052734375,0.0,1.3437795639038086,1.952645182609558,-0.012126441113650799,0.0025439911987632513,0.3476376235485077,0.47580620646476746,0.7822066843509674,576.0,147456.0,3444.720504621044,9437184.0 +218.84,7.300000190734863,2797.0,0.01137919444590807,0.1344807893037796,0.0,1.3780606985092163,1.9462825059890747,-0.009768190793693066,0.002541981404647231,0.4157266914844513,0.4736321270465851,0.7653281539678574,577.0,147712.0,3450.581089091953,9453568.0 +238.84,7.0,2809.0,0.011697596870362759,0.1388346403837204,0.0,1.4065284729003906,1.936288833618164,-0.009290236979722977,0.002549748867750168,0.45086470246315,0.48476073145866394,0.755938857793808,578.0,147968.0,3456.4139704329427,9469952.0 +194.39,7.0,2794.0,0.012070237658917904,0.1443684846162796,0.0,1.449592113494873,1.930826187133789,-0.012115887366235256,0.0025518592447042465,0.5323562026023865,0.4911075532436371,0.7851096093654633,579.0,148224.0,3462.277570134029,9486336.0 +161.44,7.300000190734863,2797.0,0.012080014683306217,0.13421630859375,0.0,1.3968366384506226,1.9606342315673828,-0.00942645501345396,0.0025413320399820805,0.4410020411014557,0.48259708285331726,0.753150537610054,580.0,148480.0,3468.1348714770284,9502720.0 +179.64,7.199999809265137,2806.0,0.011307116597890854,0.1316324919462204,0.0,1.370155692100525,1.9648284912109375,-0.01138883363455534,0.0025404293555766344,0.3963342010974884,0.4796411097049713,0.7665316164493561,581.0,148736.0,3473.9747248860076,9519104.0 +238.1,6.900000095367432,2774.0,0.013643884100019932,0.16162109375,0.0,1.327498435974121,1.9614251852035522,-0.013803042471408844,0.0025391660165041685,0.3225274085998535,0.47536560893058777,0.79122294485569,582.0,148992.0,3479.879964418942,9535488.0 +311.87,6.400000095367432,2764.0,0.012405379675328732,0.1551717072725296,0.0,1.3705960512161255,1.959682822227478,-0.012366087175905704,0.002544861054047942,0.4047498404979706,0.47329163551330566,0.7449061870574951,583.0,149248.0,3485.8082668250427,9551872.0 +261.88,6.300000190734863,2787.0,0.012035422958433628,0.1502888947725296,0.0,1.3838129043579102,1.9967511892318726,-0.012436135672032833,0.002540919231250882,0.4178449809551239,0.4856043756008148,0.7604882121086121,584.0,149504.0,3491.6866272038314,9568256.0 +237.93,6.599999904632568,2805.0,0.01400934997946024,0.1712849885225296,0.0,1.369300365447998,1.9983248710632324,-0.014141657389700413,0.002540299901738763,0.38752293586730957,0.4893611669540405,0.7598863542079926,585.0,149760.0,3497.527689549839,9584640.0 +211.68,7.5,2806.0,0.011195612139999866,0.1392415314912796,0.0,1.354866623878479,1.9529634714126587,-0.012198910117149353,0.0025405457708984613,0.35447871685028076,0.488790363073349,0.779432475566864,586.0,150016.0,3503.3653974418994,9601024.0 +250.48,7.300000190734863,2796.0,0.012607532553374767,0.1507771760225296,0.0,1.4168339967727661,1.9405802488327026,-0.013202137313783169,0.0025458834134042263,0.4929579198360443,0.4768226146697998,0.71727254986763,587.0,150272.0,3509.225329373963,9617408.0 +189.75,7.400000095367432,2814.0,0.014147854410111904,0.1554362028837204,0.0,1.3957362174987793,1.9407272338867188,-0.01210072636604309,0.002534789266064763,0.4199553430080414,0.5031752586364746,0.7723712623119354,588.0,150528.0,3515.0469938809983,9633792.0 +247.96,6.0,2792.0,0.011833288706839085,0.1284586638212204,0.0,1.3813000917434692,1.963821530342102,-0.010268126614391804,0.0025366635527461767,0.3806261122226715,0.5075132846832275,0.7841803133487701,589.0,150784.0,3520.915108710993,9650176.0 +248.41,6.300000190734863,2765.0,0.01003104168921709,0.1011962890625,0.0,1.4094816446304321,1.9590743780136108,-0.009597350843250751,0.002538632368668914,0.44025352597236633,0.5031103491783142,0.7607264071702957,590.0,151040.0,3526.8413423758466,9666560.0 +195.61,7.199999809265137,2801.0,0.013421152718365192,0.14739990234375,0.0,1.3526538610458374,1.9887471199035645,-0.0122861722484231,0.0025388014037162066,0.3483583629131317,0.49154236912727356,0.767924889922142,591.0,151296.0,3532.690519151045,9682944.0 +283.46,6.0,2798.0,0.015189730562269688,0.17828369140625,0.0,1.4027825593948364,1.9880245923995972,-0.010852732695639133,0.002544540213420987,0.4313124716281891,0.4991616904735565,0.7174211144447327,592.0,151552.0,3538.5468034108635,9699328.0 +239.53,6.599999904632568,2805.0,0.014270082116127014,0.17401123046875,0.0,1.4068912267684937,1.953778624534607,-0.012891002930700779,0.0025508005637675524,0.4455711543560028,0.4941041171550751,0.7361069917678833,593.0,151808.0,3544.3871737329755,9715712.0 +233.85,6.800000190734863,2776.0,0.014541677199304104,0.1614176481962204,0.0,1.3478718996047974,1.9658206701278687,-0.014226913452148438,0.002543194917961955,0.3367973566055298,0.4932876527309418,0.7697984278202057,594.0,152064.0,3550.2884899908677,9732096.0 +253.38,7.199999809265137,2809.0,0.014420044608414173,0.1636149138212204,0.0,1.4101935625076294,1.9340248107910156,-0.01056103315204382,0.0025467139203101397,0.4568476378917694,0.4890739619731903,0.7591673582792282,595.0,152320.0,3556.120433900971,9748480.0 +220.11,7.199999809265137,2805.0,0.014204119332134724,0.1639607697725296,0.0,1.3569985628128052,1.9759949445724487,-0.010554521344602108,0.0025372912641614676,0.3407132625579834,0.5014728307723999,0.761042982339859,596.0,152576.0,3561.9621031200513,9764864.0 +271.86,6.800000190734863,2794.0,0.013131659477949142,0.1571858674287796,0.0,1.320978045463562,1.9937372207641602,-0.013129998929798603,0.002541417023167014,0.28895094990730286,0.48866569995880127,0.8074692785739899,597.0,152832.0,3567.825601557968,9781248.0 +261.91,7.099999904632568,2744.0,0.01115432009100914,0.1341145783662796,0.0,1.3450517654418945,1.974963665008545,-0.011577903293073177,0.0025344982277601957,0.33600640296936035,0.4903888404369354,0.8201191425323486,598.0,153088.0,3573.795945629943,9797632.0 +280.8,6.5,2820.0,0.011969827115535736,0.1416422575712204,0.0,1.3789454698562622,1.9833906888961792,-0.011625817976891994,0.002548994729295373,0.40137240290641785,0.4850939214229584,0.7814749628305435,599.0,153344.0,3579.605809073895,9814016.0 +233.6,7.300000190734863,2803.0,0.011178008280694485,0.12982177734375,0.0,1.541730523109436,2.013869047164917,-0.009918871335685253,0.00253823259845376,0.26897767186164856,0.4998672306537628,0.827369749546051,600.0,153600.0,3585.4508434568997,9830400.0 +295.39,6.900000095367432,2812.0,0.012086790055036545,0.1477254182100296,0.0,1.5952914953231812,1.9715590476989746,-0.01229001209139824,0.0025353641249239445,0.38102832436561584,0.500666081905365,0.771844893693924,601.0,153856.0,3591.277813124936,9846784.0 +237.12,7.300000190734863,2798.0,0.013575397431850433,0.1439005583524704,0.0,1.6159940958023071,1.9295481443405151,-0.009831009432673454,0.002532057696953416,0.43625298142433167,0.49027135968208313,0.7669272273778915,602.0,154112.0,3597.133035417879,9863168.0 +220.88,7.800000190734863,2814.0,0.013376983813941479,0.1529337614774704,0.0,1.5908054113388062,1.9377771615982056,-0.012157849036157131,0.0025357985869050026,0.3762248456478119,0.497305303812027,0.7278429567813873,603.0,154368.0,3602.956443457864,9879552.0 +280.42,6.900000095367432,2801.0,0.014148707501590252,0.1631876677274704,0.0,1.6058229207992554,1.9380232095718384,-0.011121346615254879,0.002535085892304778,0.38988855481147766,0.5064631104469299,0.7480761408805847,604.0,154624.0,3608.805116124917,9895936.0 +214.52,6.900000095367432,2821.0,0.014534756541252136,0.1744791716337204,0.0,1.664873719215393,1.970219612121582,-0.01008229237049818,0.00255739688873291,0.4864542782306671,0.5076785087585449,0.7703867554664612,605.0,154880.0,3614.61347668292,9912320.0 +199.93,7.300000190734863,2797.0,0.013451765291392803,0.1536458283662796,0.0,1.6106396913528442,2.0114548206329346,-0.011838391423225403,0.0025588367134332657,0.38032934069633484,0.5081854462623596,0.7887000739574432,606.0,155136.0,3620.470138950972,9928704.0 +219.36,6.300000190734863,2809.0,0.012613490223884583,0.1482747346162796,0.0,1.6679848432540894,2.0052402019500732,-0.01287976372987032,0.0025472173001617193,0.5117626786231995,0.5048969388008118,0.7394087016582489,607.0,155392.0,3626.3033045630436,9945088.0 +202.21,7.0,2796.0,0.010296912863850594,0.1198323592543602,0.0,1.647945761680603,1.9795600175857544,-0.011860419996082783,0.002552605466917157,0.4480861723423004,0.5151540040969849,0.7861921638250351,608.0,155648.0,3632.163697870914,9961472.0 +184.15,7.0,2751.0,0.013238943181931973,0.1606038361787796,0.0,1.6265497207641602,1.9838265180587769,-0.013701926916837692,0.002548673888668418,0.42286285758018494,0.5086274743080139,0.7894063889980316,609.0,155904.0,3638.1193592930213,9977856.0 +180.56,7.400000095367432,2824.0,0.01302285771816969,0.1541341096162796,0.0,1.5858665704727173,2.0173721313476562,-0.011703367345035076,0.0025416738353669643,0.35552534461021423,0.5014473795890808,0.7776721715927124,610.0,156160.0,3643.921391205862,9994240.0 +270.27,6.800000190734863,2802.0,0.01196871604770422,0.1462198942899704,0.0,1.5702890157699585,2.0129077434539795,-0.012653149664402008,0.0025302283465862274,0.33882376551628113,0.4993896484375,0.7585065364837646,611.0,156416.0,3649.769195002038,10010624.0 +242.61,6.199999809265137,2782.0,0.009869313798844814,0.11663818359375,0.0,1.6549113988876343,2.0119779109954834,-0.011549473740160465,0.002537758322432637,0.4922175407409668,0.5040092468261719,0.745726615190506,612.0,156672.0,3655.6574059179984,10027008.0 +223.8,6.800000190734863,2777.0,0.013660958968102932,0.1523640900850296,0.0,1.5580172538757324,2.009734869003296,-0.012531994841992855,0.002535921288654208,0.3256465792655945,0.4893605411052704,0.7998946011066437,613.0,156928.0,3661.5572661489714,10043392.0 +256.37,7.300000190734863,2788.0,0.012311454862356186,0.16510009765625,0.0,1.5599536895751953,2.0399863719940186,-0.009709533303976059,0.0025379315484315157,0.3198271691799164,0.4912181794643402,0.7990349680185318,614.0,157184.0,3667.4340427578427,10059776.0 +271.12,6.699999809265137,2791.0,0.014122583903372288,0.156005859375,0.0,1.5492024421691895,2.004741907119751,-0.011891122907400131,0.002539804670959711,0.2971062958240509,0.49328291416168213,0.8086597174406052,615.0,157440.0,3673.3033379749395,10076160.0 +326.02,6.099999904632568,2823.0,0.01254855003207922,0.1526082307100296,0.0,1.596763253211975,2.0333492755889893,-0.01120955403894186,0.0025428140070289373,0.37278124690055847,0.5032587647438049,0.7744401842355728,616.0,157696.0,3679.1069956819993,10092544.0 +326.74,6.599999904632568,2802.0,0.012177792377769947,0.1546223908662796,0.0,1.5246968269348145,2.021122694015503,-0.012064452283084393,0.0025321387220174074,0.24178294837474823,0.5014150738716125,0.8342876434326172,617.0,157952.0,3684.9533830198925,10108928.0 +332.53,6.0,2754.0,0.01120949536561966,0.1527099609375,0.0,1.5688971281051636,2.020559072494507,-0.013922188431024551,0.0025338788982480764,0.3424290120601654,0.4952886402606964,0.7673835307359695,618.0,158208.0,3690.9011848839,10125312.0 +315.11,6.099999904632568,2782.0,0.010441947728395462,0.1290283203125,0.0,1.5176810026168823,2.0402133464813232,-0.012281122617423534,0.0025379194412380457,0.24083270132541656,0.49097609519958496,0.8106331676244736,619.0,158464.0,3696.7895298260264,10141696.0 +328.46,6.300000190734863,2769.0,0.010458667762577534,0.1294352263212204,0.0,1.557474970817566,2.0339739322662354,-0.012789363972842693,0.0025304558221250772,0.3178965151309967,0.49680987000465393,0.7598168402910233,620.0,158720.0,3702.706151299877,10158080.0 +331.89,5.900000095367432,2812.0,0.01395893469452858,0.1726277619600296,0.0,1.5711374282836914,2.0293848514556885,-0.010666870512068272,0.002530797151848674,0.3292196989059448,0.5038180947303772,0.7753284424543381,621.0,158976.0,3708.5322595359758,10174464.0 +303.43,6.0,2797.0,0.015489603392779827,0.1928507536649704,0.0,1.5400298833847046,2.0508391857147217,-0.012156249023973942,0.002541053108870983,0.2870800793170929,0.48843297362327576,0.7311672866344452,622.0,159232.0,3714.3903753249906,10190848.0 +288.8,6.900000095367432,2822.0,0.013645271770656109,0.1672159880399704,0.0,1.5679184198379517,1.9956250190734863,-0.011629041284322739,0.002537979045882821,0.3163876533508301,0.5049299597740173,0.7666998207569122,623.0,159488.0,3720.1960027150344,10207232.0 +311.66,7.300000190734863,2817.0,0.011531944386661053,0.1429443359375,0.0,1.560953974723816,1.9989210367202759,-0.012464888393878937,0.0025305927265435457,0.3131439983844757,0.5031170845031738,0.7529525309801102,624.0,159744.0,3726.011083582882,10223616.0 +295.64,6.400000095367432,2785.0,0.012647409923374653,0.1467488557100296,0.0,1.6234508752822876,1.9719880819320679,-0.013544776476919651,0.0025350810028612614,0.43723300099372864,0.5024280548095703,0.6724147498607635,625.0,160000.0,3731.8938130619936,10240000.0 +271.82,6.599999904632568,2794.0,0.014669246971607208,0.1771443635225296,0.0,1.5766457319259644,1.986242651939392,-0.009440013207495213,0.002547826850786805,0.3363310396671295,0.49566519260406494,0.7496050000190735,626.0,160256.0,3737.7573476599064,10256384.0 +266.32,6.900000095367432,2781.0,0.013675931841135025,0.17205810546875,0.0,1.5846372842788696,2.026559591293335,-0.012658392079174519,0.0025323026347905397,0.356679230928421,0.5051987767219543,0.719446986913681,627.0,160512.0,3743.649238320999,10272768.0 +277.63,6.599999904632568,2806.0,0.011232527904212475,0.1415812224149704,0.0,1.538897156715393,1.9891048669815063,-0.011633028276264668,0.0025320525746792555,0.2758767604827881,0.49702969193458557,0.720623642206192,628.0,160768.0,3749.489013832994,10289152.0 +305.04,5.699999809265137,2814.0,0.014561190269887447,0.1788126677274704,0.0,1.5548213720321655,1.9864130020141602,-0.011768244206905365,0.002535975771024823,0.32284876704216003,0.48589447140693665,0.7111902832984924,629.0,161024.0,3755.310993192019,10305536.0 +371.74,5.800000190734863,2770.0,0.013022013008594513,0.1555989533662796,0.0,1.5229493379592896,2.0062499046325684,-0.01212666928768158,0.0025375010445713997,0.2434094399213791,0.49547553062438965,0.7666074186563492,630.0,161280.0,3761.225711307954,10321920.0 +339.74,6.599999904632568,2775.0,0.01421502698212862,0.1861368864774704,0.0,1.5826135873794556,1.9990040063858032,-0.010930395685136318,0.002541789086535573,0.35346314311027527,0.497477650642395,0.7460717260837555,631.0,161536.0,3767.130246480927,10338304.0 +310.09,6.699999809265137,2812.0,0.013261939398944378,0.16546630859375,0.0,1.5607681274414062,2.0135271549224854,-0.010229046456515789,0.002545721596106887,0.315939724445343,0.4910315275192261,0.7376915216445923,632.0,161792.0,3772.9559012949467,10354688.0 +279.67,7.0,2774.0,0.01128064189106226,0.1374715119600296,0.0,1.5962148904800415,1.99822998046875,-0.010502222925424576,0.002531564561650157,0.37909016013145447,0.5030231475830078,0.7403338849544525,633.0,162048.0,3778.8622593018226,10371072.0 +268.34,7.0,2812.0,0.01314594503492117,0.140869140625,0.0,1.5907081365585327,2.0291173458099365,-0.009232559241354465,0.0025630199816077948,0.33623912930488586,0.5057047009468079,0.7419986426830292,634.0,162304.0,3784.6888232240453,10387456.0 +254.41,6.699999809265137,2775.0,0.011195779778063297,0.13201904296875,0.0,1.614088535308838,1.9824298620224,-0.008119638077914715,0.002546310657635331,0.38242045044898987,0.5124722123146057,0.7370860278606415,635.0,162560.0,3790.593430473935,10403840.0 +228.98,7.699999809265137,2803.0,0.01406876277178526,0.1692708283662796,0.0,1.6048507690429688,1.9454245567321777,-0.011116971261799335,0.002554996870458126,0.3806789219379425,0.5010647177696228,0.7628034204244614,636.0,162816.0,3796.440105027985,10420224.0 +293.43,6.5,2820.0,0.01471975352615118,0.1881510466337204,0.0,1.6380847692489624,2.002640724182129,-0.011644330807030201,0.0025462969206273556,0.44773074984550476,0.5064086318016052,0.7045719921588898,637.0,163072.0,3802.2497049688827,10436608.0 +250.76,7.0,2812.0,0.012745494954288006,0.14959716796875,0.0,1.5883139371871948,1.976110577583313,-0.010224983096122742,0.002543377922847867,0.37028083205223083,0.4921993315219879,0.7660676389932632,638.0,163328.0,3808.0766760839615,10452992.0 +251.47,6.800000190734863,2817.0,0.015792127698659897,0.1753336638212204,0.0,1.5385165214538574,2.0105130672454834,-0.011764011345803738,0.0025357501581311226,0.2731532156467438,0.49681273102760315,0.7705289870500565,639.0,163584.0,3813.891839187825,10469376.0 +292.81,6.5,2791.0,0.012260361574590206,0.1398518830537796,0.0,1.532333493232727,2.029755115509033,-0.010471665300428867,0.0025418808218091726,0.278048574924469,0.4817715883255005,0.7971282601356506,640.0,163840.0,3819.7629941089544,10485760.0 +285.12,6.5,2801.0,0.011620682664215565,0.1368001252412796,0.0,1.5752233266830444,2.0150578022003174,-0.011298179626464844,0.0025291566271334887,0.342106431722641,0.5023372769355774,0.7996577769517899,641.0,164096.0,3825.6118293299805,10502144.0 +298.29,6.699999809265137,2816.0,0.01663767732679844,0.1607462614774704,0.0,1.5754008293151855,2.006469964981079,-0.011891395784914494,0.0025261298287659883,0.3583575189113617,0.49469244480133057,0.7634667605161667,642.0,164352.0,3831.4307278329507,10518528.0 +255.66,6.199999809265137,2778.0,0.015568279661238194,0.1572265625,0.0,1.5753811597824097,1.9702781438827515,-0.0122516555711627,0.0025276043452322483,0.3360483944416046,0.5076578259468079,0.7875777035951614,643.0,164608.0,3837.329292558832,10534912.0 +175.9,7.300000190734863,2819.0,0.01338585838675499,0.15838623046875,0.0,1.6288104057312012,1.9512701034545898,-0.011503814719617367,0.0025234052445739508,0.4388714134693146,0.5110864639282227,0.7708349972963333,644.0,164864.0,3843.1403676730115,10551296.0 +228.69,6.900000095367432,2760.0,0.011441502720117569,0.1341349333524704,0.0,1.6089797019958496,1.9495534896850586,-0.009521151892840862,0.0025267137680202723,0.4164535701274872,0.4963592290878296,0.7209470868110657,645.0,165120.0,3849.0758951690514,10567680.0 +326.67,6.400000095367432,2726.0,0.009814036078751087,0.11724853515625,0.0,1.5585227012634277,1.9940656423568726,-0.009643840603530407,0.0025244522839784622,0.2919197976589203,0.5127243399620056,0.7624951899051666,646.0,165376.0,3855.08606413682,10584064.0 +272.82,7.099999904632568,2819.0,0.009672089479863644,0.1203816756606102,0.0,1.5426641702651978,2.0084869861602783,-0.01038710679858923,0.0025262802373617887,0.2823367714881897,0.49928200244903564,0.7824257910251617,647.0,165632.0,3860.8971533288714,10600448.0 +278.43,7.0,2821.0,0.010442460887134075,0.1239013671875,0.0,1.588408350944519,1.9385966062545776,-0.00972175132483244,0.0025272120255976915,0.3746810257434845,0.49660995602607727,0.7558977156877518,648.0,165888.0,3866.705281301867,10616832.0 +294.87,7.0,2785.0,0.009905765764415264,0.1173095703125,0.0,1.6040401458740234,1.959424614906311,-0.0096191531047225,0.0025277792010456324,0.39094600081443787,0.5056864619255066,0.7458210289478302,649.0,166144.0,3872.5891479218844,10633216.0 +289.02,6.599999904632568,2817.0,0.012564773671329021,0.1622111052274704,0.0,1.6419109106063843,2.041292905807495,-0.01108833309262991,0.0025217102374881506,0.26053375005722046,0.5027390122413635,0.7852771133184433,650.0,166400.0,3878.4059001258574,10649600.0 +285.12,7.0,2791.0,0.011099177412688732,0.1340738981962204,0.0,1.638914704322815,2.0219318866729736,-0.011049912311136723,0.0025194410700351,0.2508567273616791,0.5057147145271301,0.8032273352146149,651.0,166656.0,3884.27504301304,10665984.0 +276.61,6.900000095367432,2807.0,0.012840981595218182,0.1517333984375,0.0,1.7141257524490356,1.9661097526550293,-0.010612851940095425,0.002522817114368081,0.4091854393482208,0.498370885848999,0.7259827554225922,652.0,166912.0,3890.1106231010053,10682368.0 +294.4,6.699999809265137,2807.0,0.012741760350763798,0.1561686247587204,0.0,1.7354241609573364,1.9605488777160645,-0.01106566283851862,0.002535549458116293,0.4458753764629364,0.49583396315574646,0.7445890605449677,653.0,167168.0,3895.9468105640262,10698752.0 +216.01,7.400000095367432,2801.0,0.012506661005318165,0.16021728515625,0.0,1.671067714691162,2.0045385360717773,-0.012442282401025295,0.0025298395194113255,0.33658257126808167,0.48966750502586365,0.7880094051361084,654.0,167424.0,3901.796521848999,10715136.0 +234.68,6.300000190734863,2816.0,0.011280697770416737,0.1357014924287796,0.0,1.696120262145996,1.9940928220748901,-0.010897583328187466,0.002527151722460985,0.3953980505466461,0.4841498136520386,0.7181468904018402,655.0,167680.0,3907.6156549479347,10731520.0 +253.71,6.099999904632568,2826.0,0.010115685872733593,0.115478515625,0.0,1.6859580278396606,2.006963014602661,-0.009890447370707989,0.0025267854798585176,0.3733861446380615,0.4842929542064667,0.7293078899383545,656.0,167936.0,3913.4127273899503,10747904.0 +288.65,5.900000095367432,2801.0,0.010141661390662193,0.1190999373793602,0.0,1.739222526550293,2.0117695331573486,-0.011421658098697662,0.0025264339055866003,0.4636401832103729,0.49557340145111084,0.7061507701873779,657.0,168192.0,3919.2617837500293,10764288.0 +259.27,6.400000095367432,2792.0,0.011090991087257862,0.1396891325712204,0.0,1.6836384534835815,1.9648295640945435,-0.012270268052816391,0.0025282276328653097,0.36419352889060974,0.48841217160224915,0.7405204474925995,658.0,168448.0,3925.1294522050302,10780672.0 +231.99,7.099999904632568,2798.0,0.012240774929523468,0.1443684846162796,0.0,1.6914305686950684,1.9898606538772583,-0.010795515030622482,0.0025294942315667868,0.3772932291030884,0.48779937624931335,0.7305489480495453,659.0,168704.0,3930.9850146130193,10797056.0 +198.55,7.0,2783.0,0.012948715128004551,0.1378580778837204,0.0,1.6926554441452026,1.958072543144226,-0.010790419764816761,0.002534046769142151,0.3933246433734894,0.47739264369010925,0.7661867439746857,660.0,168960.0,3936.8728861629497,10813440.0 +235.92,7.0,2815.0,0.011611714027822018,0.1266072541475296,0.0,1.7199492454528809,1.9639092683792114,-0.011259590275585651,0.00253172405064106,0.4285513162612915,0.490220308303833,0.7860848009586334,661.0,169216.0,3942.693700985983,10829824.0 +191.24,6.599999904632568,2812.0,0.012328676879405975,0.14068603515625,0.0,1.6906952857971191,1.9868513345718384,-0.011838771402835846,0.0025374891702085733,0.3530658781528473,0.49796342849731445,0.7941662073135376,662.0,169472.0,3948.5198316739406,10846208.0 +211.83,6.5,2814.0,0.013908523134887218,0.1562093049287796,0.0,1.7120486497879028,1.9571422338485718,-0.012224850244820118,0.0025322327855974436,0.39647555351257324,0.5002919435501099,0.7565382272005081,663.0,169728.0,3954.340877837036,10862592.0 +231.48,6.599999904632568,2785.0,0.013391836546361446,0.1573079377412796,0.0,1.681138038635254,1.9869097471237183,-0.013387520797550678,0.002537826308980584,0.3464154899120331,0.4924434721469879,0.7581554651260376,664.0,169984.0,3960.2226313280407,10878976.0 +270.02,6.300000190734863,2815.0,0.013345356099307537,0.1486613005399704,0.0,1.7274045944213867,1.9430540800094604,-0.009233116172254086,0.0025325447786599398,0.42472442984580994,0.49796298146247864,0.7269407510757446,665.0,170240.0,3966.0423074068967,10895360.0 +222.79,7.0,2793.0,0.014844454824924469,0.1678466796875,0.0,1.7006406784057617,1.9535322189331055,-0.012035909108817577,0.0025451548863202333,0.3925090730190277,0.48280206322669983,0.7697728872299194,666.0,170496.0,3971.9084979579784,10911744.0 +229.95,7.199999809265137,2718.0,0.012167569249868393,0.1502278596162796,0.0,1.672865390777588,2.002809524536133,-0.011580701917409897,0.0025338607374578714,0.339572548866272,0.4869987666606903,0.7842895835638046,667.0,170752.0,3977.936770713888,10928128.0 +228.16,7.199999809265137,2796.0,0.014285079203546047,0.1585286408662796,0.0,1.689076542854309,2.0129034519195557,-0.012552744708955288,0.0025489963591098785,0.3551657497882843,0.49027371406555176,0.7973429709672928,668.0,171008.0,3983.7955100110266,10944512.0 +292.78,7.0,2794.0,0.013656810857355595,0.15533447265625,0.0,1.6831766366958618,2.0284271240234375,-0.010981964878737926,0.002557390136644244,0.3019488751888275,0.5081259608268738,0.8043833673000336,669.0,171264.0,3989.6592840589583,10960896.0 +303.19,6.400000095367432,2799.0,0.012623880989849567,0.14776611328125,0.0,1.644919991493225,2.035503387451172,-0.009442239068448544,0.0025501837953925133,0.24267204105854034,0.5002009272575378,0.8119913935661316,670.0,171520.0,3995.513366283849,10977280.0 +293.95,7.099999904632568,2800.0,0.0123705780133605,0.1454264372587204,0.0,1.6715492010116577,1.9975686073303223,-0.009702675975859165,0.0025362023152410984,0.30015119910240173,0.504643976688385,0.7984788715839386,671.0,171776.0,4001.363871701993,10993664.0 +332.16,7.199999809265137,2820.0,0.011859693564474583,0.1413370817899704,0.0,1.710145354270935,1.972711205482483,-0.01143686007708311,0.0025319703854620457,0.4034472405910492,0.49354100227355957,0.7373290657997131,672.0,172032.0,4007.1748710989486,11010048.0 +283.48,6.699999809265137,2803.0,0.014876149594783783,0.17022705078125,0.0,1.6469563245773315,1.9859415292739868,-0.009442049078643322,0.002527919365093112,0.2824283540248871,0.49037596583366394,0.7808581739664078,673.0,172288.0,4013.0193910389207,11026432.0 +297.91,6.5,2786.0,0.01451655849814415,0.1559651643037796,0.0,1.6338740587234497,1.9740997552871704,-0.013353794813156128,0.002518561203032732,0.2697354853153229,0.49169203639030457,0.7883193790912628,674.0,172544.0,4018.900935071986,11042816.0 +344.48,6.599999904632568,2756.0,0.011797740124166012,0.1453450471162796,0.0,1.6453133821487427,1.9566631317138672,-0.011827252805233002,0.002523735398426652,0.29150256514549255,0.48779645562171936,0.7769536674022675,675.0,172800.0,4024.8449174950365,11059200.0 +358.83,6.199999809265137,2752.0,0.013325179927051067,0.1524658203125,0.0,1.6802164316177368,1.9994062185287476,-0.012642543762922287,0.002530930796638131,0.36632540822029114,0.4827521741390228,0.7403557896614075,676.0,173056.0,4030.7977659888566,11075584.0 +273.14,6.5,2789.0,0.013467274606227875,0.1476643830537796,0.0,1.7022510766983032,1.989186406135559,-0.010888592340052128,0.0025162158999592066,0.38959240913391113,0.49987533688545227,0.7620485872030258,677.0,173312.0,4036.6711996670347,11091968.0 +226.51,6.800000190734863,2793.0,0.014140998013317585,0.1405436247587204,0.0,1.706202507019043,1.964065432548523,-0.01166790071874857,0.002528719836845994,0.4278803765773773,0.4768638610839844,0.7581593543291092,678.0,173568.0,4042.538456473965,11108352.0 +188.85,6.800000190734863,2818.0,0.013972693122923374,0.1539510041475296,0.0,1.7353153228759766,1.951106071472168,-0.011737894266843796,0.0025242336560040712,0.4524155855178833,0.4982903301715851,0.754280686378479,679.0,173824.0,4048.351679446874,11124736.0 +213.64,6.699999809265137,2786.0,0.012327902019023895,0.1509196013212204,0.0,1.7540251016616821,1.9384346008300781,-0.012343372218310833,0.002527758711948991,0.47643736004829407,0.5047306418418884,0.714831680059433,680.0,174080.0,4054.2328717419878,11141120.0 +222.94,6.300000190734863,2812.0,0.012459942139685154,0.1460978239774704,0.0,1.7408767938613892,1.9479308128356934,-0.011511776596307755,0.0025323934387415648,0.45760002732276917,0.4973094165325165,0.7318812906742096,681.0,174336.0,4060.060072012013,11157504.0 +152.05,6.400000095367432,2791.0,0.012863256968557835,0.1325276643037796,0.0,1.7961899042129517,1.917210578918457,-0.011131606064736843,0.0025244003627449274,0.5772764682769775,0.4953486919403076,0.7401102483272552,682.0,174592.0,4065.9300935550127,11173888.0 +175.21,6.400000095367432,2818.0,0.01567426137626171,0.1525471955537796,0.0,1.7475260496139526,1.9344056844711304,-0.010729227215051651,0.0025359380524605513,0.48419705033302307,0.4868887960910797,0.7340786457061768,683.0,174848.0,4071.7447947280016,11190272.0 +182.99,7.400000095367432,2774.0,0.013649244792759418,0.1540730744600296,0.0,1.644351840019226,1.9270167350769043,-0.01346448715776205,0.002535171341150999,0.3046068847179413,0.47502362728118896,0.7885343432426453,684.0,175104.0,4077.651409344049,11206656.0 +200.49,7.0,2806.0,0.013747070915997028,0.1405843049287796,0.0,1.6422796249389648,1.9297548532485962,-0.01272379606962204,0.0025354805402457714,0.3232596516609192,0.4610266387462616,0.784534141421318,685.0,175360.0,4083.49098083796,11223040.0 +258.45,6.699999809265137,2806.0,0.013486042618751526,0.1395467072725296,0.0,1.7005964517593384,1.9447436332702637,-0.009323343634605408,0.0025407562498003244,0.4272317588329315,0.4619094431400299,0.7119996249675751,686.0,175616.0,4089.329202397028,11239424.0 +325.84,6.0,2811.0,0.012307525612413883,0.1428019255399704,0.0,1.6740514039993286,1.9826745986938477,-0.009587660431861877,0.002539033768698573,0.3513859510421753,0.47650933265686035,0.7159938216209412,687.0,175872.0,4095.1566751648206,11255808.0 +278.67,6.199999809265137,2827.0,0.01161386538296938,0.1436564177274704,0.0,1.6687321662902832,1.9983731508255005,-0.011325348168611526,0.002540298504754901,0.34464359283447266,0.4758157432079315,0.7441753447055817,688.0,176128.0,4100.951063969871,11272192.0 +224.18,7.199999809265137,2820.0,0.013789169490337372,0.1543172150850296,0.0,1.6723436117172241,1.9989376068115234,-0.010562687180936337,0.0025298672262579203,0.34833237528800964,0.4821852445602417,0.7733011692762375,689.0,176384.0,4106.759912878973,11288576.0 +236.05,7.400000095367432,2820.0,0.014131221920251846,0.15826416015625,0.0,1.6816085577011108,1.9870022535324097,-0.009738425724208355,0.0025246362201869488,0.37341514229774475,0.4799782335758209,0.7685406059026718,690.0,176640.0,4112.570430318825,11304960.0 +212.04,7.199999809265137,2814.0,0.01568777486681938,0.17987060546875,0.0,1.6516069173812866,1.9970983266830444,-0.010094390250742435,0.0025267472956329584,0.31401869654655457,0.4790981709957123,0.7447296977043152,691.0,176896.0,4118.392840445042,11321344.0 +238.37,7.0,2793.0,0.012692954391241074,0.1519978791475296,0.0,1.681837558746338,1.9962772130966187,-0.011442619375884533,0.0025338500272482634,0.3733346462249756,0.47773313522338867,0.7535514980554581,692.0,177152.0,4124.257836916018,11337728.0 +246.69,6.900000095367432,2810.0,0.012462268583476543,0.1658935546875,0.0,1.65656578540802,2.0143473148345947,-0.011401966214179993,0.002528589917346835,0.3281058371067047,0.477486252784729,0.7396621108055115,693.0,177408.0,4130.088010306936,11354112.0 +262.88,7.199999809265137,2803.0,0.014018558897078037,0.16986083984375,0.0,1.6591798067092896,2.0153725147247314,-0.011839069426059723,0.002520699054002762,0.3494044840335846,0.4727594554424286,0.7433178424835205,694.0,177664.0,4135.932385962922,11370496.0 +292.08,6.699999809265137,2789.0,0.012209420092403889,0.1487833708524704,0.0,1.633190631866455,2.037912368774414,-0.00785351824015379,0.0025249114260077477,0.28002896904945374,0.4762971103191376,0.7378058433532715,695.0,177920.0,4141.8061807078775,11386880.0 +338.63,5.699999809265137,2804.0,0.013101290911436081,0.1499226838350296,0.0,1.6336039304733276,2.0676543712615967,-0.011618836782872677,0.0025263361167162657,0.27027952671051025,0.4862711429595947,0.7200428247451782,696.0,178176.0,4147.649286329979,11403264.0 +344.89,5.099999904632568,2791.0,0.013873052783310413,0.1512858122587204,0.0,1.6507850885391235,2.07395076751709,-0.00878265779465437,0.002532871440052986,0.2969948947429657,0.4842040538787842,0.7477986514568329,697.0,178432.0,4153.520613163011,11419648.0 +380.88,5.300000190734863,2793.0,0.010792235843837261,0.1296590119600296,0.0,1.6655573844909668,2.0673885345458984,-0.009756783954799175,0.002528936369344592,0.310912549495697,0.49613961577415466,0.6826602220535278,698.0,178688.0,4159.386801560875,11436032.0 +412.65,5.400000095367432,2801.0,0.01357125211507082,0.1649983674287796,0.0,1.6156224012374878,2.065052032470703,-0.011926159262657166,0.0025210855528712273,0.2591117322444916,0.4750494062900543,0.7295623123645782,699.0,178944.0,4165.236099514877,11452416.0 +319.14,6.5,2785.0,0.014765452593564987,0.16741943359375,0.0,1.2993102073669434,2.0607357025146484,-0.009980658069252968,0.0025124449748545885,0.2974402606487274,0.49367114901542664,0.7404733300209045,700.0,179200.0,4171.119219494984,11468800.0 +330.02,5.900000095367432,2794.0,0.012414463795721531,0.1539306640625,0.0,1.2703701257705688,2.050835609436035,-0.012506306171417236,0.0025213882327079773,0.2663525342941284,0.4729480743408203,0.7443941831588745,701.0,179456.0,4176.982207310852,11485184.0 +301.45,5.599999904632568,2796.0,0.016321351751685143,0.18450927734375,0.0,1.3051754236221313,2.026604413986206,-0.010193015448749065,0.002519994741305709,0.33326295018196106,0.4718588590621948,0.7740679830312729,702.0,179712.0,4182.843783143908,11501568.0 +220.08,6.5,2794.0,0.012230731546878815,0.1505330353975296,0.0,1.3117386102676392,2.0392706394195557,-0.011638202704489231,0.002514516469091177,0.33919060230255127,0.48225900530815125,0.7507794499397278,703.0,179968.0,4188.707949178992,11517952.0 +249.97,6.5,2801.0,0.013005801476538181,0.1612345427274704,0.0,1.2867149114608765,2.06060528755188,-0.01093735545873642,0.0025057366583496332,0.26958513259887695,0.5004141926765442,0.8106683194637299,704.0,180224.0,4194.556495494908,11534336.0 +301.33,5.900000095367432,2819.0,0.012157757766544819,0.1446533203125,0.0,1.3033450841903687,2.0607283115386963,-0.012272723950445652,0.002506303833797574,0.307832270860672,0.49841681122779846,0.7634830176830292,705.0,180480.0,4200.367667673854,11550720.0 +308.38,6.300000190734863,2803.0,0.010929849930107594,0.1278483122587204,0.0,1.3269639015197754,2.006796360015869,-0.009960024617612362,0.0025139020290225744,0.3401428759098053,0.5014496445655823,0.7807666659355164,706.0,180736.0,4206.211830599932,11567104.0 +292.11,6.400000095367432,2814.0,0.012042924761772156,0.1435546875,0.0,1.3166333436965942,2.01068377494812,-0.012514080852270126,0.0025201027747243643,0.33963441848754883,0.4872628152370453,0.7855227142572403,707.0,180992.0,4212.034104774939,11583488.0 +261.55,6.800000190734863,2779.0,0.013770412653684616,0.1614583283662796,0.0,1.3913785219192505,1.9748159646987915,-0.012711084447801113,0.0025128356646746397,0.48207369446754456,0.4958798587322235,0.7526312470436096,708.0,181248.0,4217.93013298302,11599872.0 +198.48,7.099999904632568,2808.0,0.011544357985258102,0.1338297575712204,0.0,1.3074231147766113,2.009577989578247,-0.010536875575780869,0.002509062411263585,0.30921244621276855,0.4987271726131439,0.80492302775383,709.0,181504.0,4223.765417838935,11616256.0 +212.38,7.400000095367432,2818.0,0.013373189605772495,0.15478515625,0.0,1.2913066148757935,2.033543825149536,-0.010399133898317814,0.002517905319109559,0.2828659117221832,0.4900965988636017,0.7619441598653793,710.0,181760.0,4229.579561833991,11632640.0 +280.0,6.5,2760.0,0.010647826828062534,0.1305745393037796,0.0,1.277774453163147,2.053485155105591,-0.010055906139314175,0.002515619620680809,0.27276378870010376,0.47846174240112305,0.7801654934883118,711.0,182016.0,4235.514460214879,11649024.0 +332.17,6.300000190734863,2831.0,0.012847485952079296,0.15411376953125,0.0,1.3287004232406616,2.0111873149871826,-0.009400042705237865,0.0025234371423721313,0.3665389120578766,0.4789373576641083,0.7575995177030563,712.0,182272.0,4241.302486533998,11665408.0 +293.98,7.0,2781.0,0.01400607731193304,0.1638997346162796,0.0,1.3097118139266968,1.9625312089920044,-0.012347191572189331,0.002518706489354372,0.33691146969795227,0.4787628948688507,0.7706354856491089,713.0,182528.0,4247.19387303805,11681792.0 +243.0,6.900000095367432,2793.0,0.012555507011711597,0.1453654021024704,0.0,1.3590914011001587,1.9760771989822388,-0.012308228760957718,0.002516283420845866,0.40906020998954773,0.49982932209968567,0.7427330315113068,714.0,182784.0,4253.059417418903,11698176.0 +220.3,7.099999904632568,2815.0,0.012843727134168148,0.1507771760225296,0.0,1.305626630783081,1.9780834913253784,-0.013374562375247478,0.002505373442545533,0.31256434321403503,0.4991646111011505,0.8138751536607742,715.0,183040.0,4258.879666654859,11714560.0 +279.99,6.599999904632568,2783.0,0.015012218616902828,0.1700236052274704,0.0,1.327878713607788,2.0156595706939697,-0.010580851696431637,0.0025046428199857473,0.3358924686908722,0.5116340517997742,0.7770508229732513,716.0,183296.0,4264.767056063982,11730944.0 +227.24,6.900000095367432,2800.0,0.01414920762181282,0.15692138671875,0.0,1.3617619276046753,1.965407371520996,-0.012421420775353909,0.0025140156503766775,0.43199488520622253,0.4879402816295624,0.7770720273256302,717.0,183552.0,4270.618719269987,11747328.0 +195.58,8.100000381469727,2817.0,0.013429793529212475,0.1485392302274704,0.0,1.3369874954223633,1.9953227043151855,-0.010071630589663982,0.002512164181098342,0.35393616557121277,0.5069462656974792,0.8161903321743011,718.0,183808.0,4276.434196859831,11763712.0 +236.76,6.5,2819.0,0.014444795437157154,0.1555379182100296,0.0,1.337180256843567,2.044889211654663,-0.011098084039986134,0.0025196901988238096,0.37214091420173645,0.4922392666339874,0.7620237618684769,719.0,184064.0,4282.245978516992,11780096.0 +261.08,5.699999809265137,2810.0,0.013042617589235306,0.1436970978975296,0.0,1.2968369722366333,2.0538251399993896,-0.011485390365123749,0.002511663129553199,0.28004196286201477,0.5054121613502502,0.7800115793943405,720.0,184320.0,4288.076975145843,11796480.0 +295.09,6.199999809265137,2824.0,0.014877398498356342,0.1530558317899704,0.0,1.2981609106063843,1.9895349740982056,-0.013053151778876781,0.0025058037135750055,0.29809197783470154,0.49830320477485657,0.7973241060972214,721.0,184576.0,4293.879573071841,11812864.0 +289.73,6.099999904632568,2816.0,0.016924042254686356,0.1601359099149704,0.0,1.2895206212997437,2.006425619125366,-0.012987096793949604,0.0025185069534927607,0.29507508873939514,0.48153814673423767,0.777077242732048,722.0,184832.0,4299.698043878889,11829248.0 +347.24,5.900000095367432,2796.0,0.015024133957922459,0.1754150390625,0.0,1.3059693574905396,1.9397602081298828,-0.01026169490069151,0.0025221575051546097,0.2896690368652344,0.5030606389045715,0.799633339047432,723.0,185088.0,4305.557206318015,11845632.0 +322.08,6.599999904632568,2810.0,0.01319569069892168,0.1491495817899704,0.0,1.292777419090271,1.9555763006210327,-0.011583496816456318,0.0025279137771576643,0.27586236596107483,0.4930584728717804,0.8018088191747665,724.0,185344.0,4311.386966506951,11862016.0 +260.13,7.0,2806.0,0.014565091580152512,0.16693115234375,0.0,1.315650463104248,1.94637930393219,-0.009060527198016644,0.0025312588550150394,0.3463767468929291,0.4691653251647949,0.754718467593193,725.0,185600.0,4317.2266609128565,11878400.0 +300.87,6.800000190734863,2804.0,0.014599806629121304,0.1530354768037796,0.0,1.3719005584716797,1.9451971054077148,-0.008168471045792103,0.002521590329706669,0.4470793306827545,0.4813995659351349,0.7328732013702393,726.0,185856.0,4323.069991017925,11894784.0 +275.94,7.5,2808.0,0.013310364447534084,0.151611328125,0.0,1.3235329389572144,1.9690918922424316,-0.01153283566236496,0.0025109073612838984,0.3401782214641571,0.49960923194885254,0.804403230547905,727.0,186112.0,4328.904051268008,11911168.0 +238.43,7.099999904632568,2799.0,0.013924378901720047,0.1617228239774704,0.0,1.333601951599121,1.9639840126037598,-0.011920279823243618,0.0025202997494488955,0.3600600063800812,0.49560096859931946,0.7522740364074707,728.0,186368.0,4334.7582851010375,11927552.0 +260.24,6.199999809265137,2793.0,0.01184121984988451,0.13836669921875,0.0,1.2537082433700562,1.9773091077804565,-0.010753662325441837,0.002515681553632021,0.1946074515581131,0.5005757808685303,0.7989743947982788,729.0,186624.0,4340.62455200986,11943936.0 +346.51,5.699999809265137,2795.0,0.012353693135082722,0.13818359375,0.0,1.3161513805389404,1.9593291282653809,-0.01132748182862997,0.0025189032312482595,0.3315556049346924,0.4906139373779297,0.7833134531974792,730.0,186880.0,4346.485508037033,11960320.0 +318.06,6.599999904632568,2776.0,0.013121220283210278,0.14056396484375,0.0,1.3222609758377075,1.9371918439865112,-0.009278609417378902,0.0025234788190573454,0.3252943456172943,0.4986523389816284,0.8105575740337372,731.0,187136.0,4352.38755320292,11976704.0 +302.25,7.099999904632568,2803.0,0.013801720924675465,0.1624348908662796,0.0,1.2935843467712402,1.9747214317321777,-0.009490654803812504,0.0025291077326983213,0.2647201716899872,0.4990936517715454,0.8151825219392776,732.0,187392.0,4358.233308973024,11993088.0 +313.1,6.900000095367432,2803.0,0.013506119139492512,0.1548258513212204,0.0,1.2837477922439575,1.944750428199768,-0.011350504122674465,0.0025295151863247156,0.23598118126392365,0.5079167485237122,0.8369552046060562,733.0,187648.0,4364.078068758827,12009472.0 +298.15,7.199999809265137,2810.0,0.012838724069297314,0.1437581330537796,0.0,1.2825509309768677,1.9320579767227173,-0.009235814213752747,0.0025133693125098944,0.2398977428674698,0.5079945921897888,0.8415329307317734,734.0,187904.0,4369.908213010989,12025856.0 +366.28,6.5,2797.0,0.01194703858345747,0.12872314453125,0.0,1.3447932004928589,1.913813591003418,-0.009744812734425068,0.0025165171828120947,0.3763737976551056,0.4980216324329376,0.7905374020338058,735.0,188160.0,4375.765407818835,12042240.0 +358.5,6.400000095367432,2792.0,0.01216121669858694,0.1444498747587204,0.0,1.2803632020950317,1.9311946630477905,-0.010966609232127666,0.0025165060069411993,0.2542687654495239,0.4950912892818451,0.8162864595651627,736.0,188416.0,4381.6331199919805,12058624.0 +379.7,5.800000190734863,2768.0,0.011716220527887344,0.1348470002412796,0.0,1.2799865007400513,1.9212017059326172,-0.01022782176733017,0.0025077741593122482,0.24809013307094574,0.5022332072257996,0.8166755437850952,737.0,188672.0,4387.551762129879,12075008.0 +333.74,6.099999904632568,2818.0,0.015090260654687881,0.1542765349149704,0.0,1.2953358888626099,1.9238773584365845,-0.008839200250804424,0.0025075003504753113,0.2827165424823761,0.4974430799484253,0.8280993402004242,738.0,188928.0,4393.365690056002,12091392.0 +322.79,6.599999904632568,2810.0,0.013637627474963665,0.1585693359375,0.0,1.3319920301437378,1.888842225074768,-0.011130702681839466,0.0025127201806753874,0.3629414141178131,0.4925885498523712,0.7504085302352905,739.0,189184.0,4399.196424038848,12107776.0 +292.71,6.5,2737.0,0.012502618134021759,0.1464640349149704,0.0,1.3253631591796875,1.86455500125885,-0.010909055359661579,0.0025109138805419207,0.3548327386379242,0.48898962140083313,0.7572237700223923,740.0,189440.0,4405.1811687320005,12124160.0 +264.18,6.800000190734863,2804.0,0.013348095118999481,0.15460205078125,0.0,1.3036991357803345,1.8644990921020508,-0.011511427350342274,0.0025195179041475058,0.3370867073535919,0.4666294753551483,0.7567775398492813,741.0,189696.0,4411.024915023008,12140544.0 +303.9,6.400000095367432,2799.0,0.017008816823363304,0.1539713591337204,0.0,1.3277106285095215,1.8896209001541138,-0.010395119898021221,0.002506246790289879,0.35078850388526917,0.49740639328956604,0.7382700741291046,742.0,189952.0,4416.878157679923,12156928.0 +280.53,6.099999904632568,2826.0,0.014460769481956959,0.1641438752412796,0.0,1.2773325443267822,1.953882098197937,-0.01497073844075203,0.002508696401491761,0.26410171389579773,0.49349072575569153,0.8046625852584839,743.0,190208.0,4422.677162633045,12173312.0 +262.61,6.699999809265137,2817.0,0.013767710886895657,0.1519571989774704,0.0,1.357445240020752,1.8599662780761719,-0.010811070911586285,0.0025235817302018404,0.42115697264671326,0.4808422029018402,0.7588446289300919,744.0,190464.0,4428.494123909855,12189696.0 +238.68,7.0,2719.0,0.014123644679784775,0.1613566130399704,0.0,1.3814702033996582,1.8770112991333008,-0.012693900614976883,0.0025111737195402384,0.4575437605381012,0.4987277090549469,0.7565895318984985,745.0,190720.0,4434.520010662964,12206080.0 +246.53,6.400000095367432,2738.0,0.012204631231725216,0.13580322265625,0.0,1.3304505348205566,1.9250715970993042,-0.010228202678263187,0.0025208299048244953,0.3677724599838257,0.4818711280822754,0.748464435338974,746.0,190976.0,4440.503703341819,12222464.0 +273.15,6.599999904632568,2801.0,0.015749970450997353,0.16021728515625,0.0,1.3402332067489624,1.9229788780212402,-0.010283522307872772,0.002515750005841255,0.3794264793395996,0.4903222620487213,0.7414939999580383,747.0,191232.0,4446.351997102844,12238848.0 +273.2,7.5,2823.0,0.015594636090099812,0.1720174103975296,0.0,1.3861546516418457,1.9323831796646118,-0.010997544042766094,0.0025156019255518913,0.4663393795490265,0.49524569511413574,0.7002696394920349,748.0,191488.0,4452.154728387017,12255232.0 +223.59,7.5,2806.0,0.01369031984359026,0.15032958984375,0.0,1.3598880767822266,1.8859609365463257,-0.011267938651144505,0.0025144675746560097,0.40923476219177246,0.4989120662212372,0.7841219007968903,749.0,191744.0,4457.994202496018,12271616.0 +208.22,7.599999904632568,2805.0,0.013982340693473816,0.1337076872587204,0.0,1.8070653676986694,1.9251562356948853,-0.01137003768235445,0.0025175639893859625,0.39609551429748535,0.4901663064956665,0.7562331259250641,750.0,192000.0,4463.83469405002,12288000.0 +258.21,7.0,2780.0,0.016938358545303345,0.1604207307100296,0.0,1.7965660095214844,1.9638839960098267,-0.010927884839475155,0.0025189623702317476,0.3552457392215729,0.49999603629112244,0.6808080971240997,751.0,192256.0,4469.727110759821,12304384.0 +289.56,6.5,2835.0,0.012084768153727055,0.1395670622587204,0.0,1.7994623184204102,1.9522757530212402,-0.009783083572983742,0.0025171833112835884,0.36996933817863464,0.49477720260620117,0.7623847275972366,752.0,192512.0,4475.5056603599805,12320768.0 +215.45,7.199999809265137,2826.0,0.013243264518678188,0.1388346403837204,0.0,1.8145709037780762,1.9761534929275513,-0.011265772394835949,0.0025216920766979456,0.3852382004261017,0.5023317337036133,0.7659452110528946,753.0,192768.0,4481.303219545865,12337152.0 +251.71,7.300000190734863,2816.0,0.01470794528722763,0.1547037810087204,0.0,1.8291205167770386,1.9290744066238403,-0.012205931358039379,0.002517200307920575,0.4122070372104645,0.5062146186828613,0.763672411441803,754.0,193024.0,4487.12068994483,12353536.0 +158.21,8.399999618530273,2790.0,0.014221587218344212,0.1314697265625,0.0,1.8611141443252563,1.9051696062088013,-0.009593245573341846,0.002509791636839509,0.4589872658252716,0.516054093837738,0.7675885558128357,755.0,193280.0,4492.992394382833,12369920.0 +212.19,7.5,2767.0,0.013640961609780788,0.13140869140625,0.0,1.8691679239273071,1.8617795705795288,-0.006320630665868521,0.0025149709545075893,0.5134668946266174,0.4890456199645996,0.7375679314136505,756.0,193536.0,4498.912988391938,12386304.0 +218.95,7.0,2787.0,0.012015946209430695,0.1289876252412796,0.0,1.8512530326843262,1.8779762983322144,-0.011195569299161434,0.0025177260395139456,0.4721928536891937,0.49594447016716003,0.7564263492822647,757.0,193792.0,4504.791194184916,12402688.0 +186.54,6.900000095367432,2792.0,0.013284120708703995,0.1499837189912796,0.0,1.8046870231628418,1.9335952997207642,-0.010163359344005585,0.00251755747012794,0.38011276721954346,0.4949597120285034,0.7530974745750427,758.0,194048.0,4510.6590987409,12419072.0 +204.61,7.699999809265137,2790.0,0.012215486727654934,0.13262939453125,0.0,1.7486644983291626,1.926255702972412,-0.011676318943500519,0.002519387984648347,0.29252204298973083,0.48253777623176575,0.7673579454421997,759.0,194304.0,4516.530490323901,12435456.0 +250.98,7.400000095367432,2723.0,0.013209543190896511,0.1474202424287796,0.0,1.7445863485336304,1.9243277311325073,-0.01089963037520647,0.0025193120818585157,0.28798118233680725,0.47979822754859924,0.7528898268938065,760.0,194560.0,4522.546959046042,12451840.0 +285.09,6.5,2804.0,0.011673790402710438,0.1383463591337204,0.0,1.7941700220108032,1.8930131196975708,-0.009929349645972252,0.002518738154321909,0.39216479659080505,0.47604095935821533,0.7544565498828888,761.0,194816.0,4528.389569452032,12468224.0 +189.16,7.599999904632568,2809.0,0.013976744376122952,0.1329345703125,0.0,1.843817114830017,1.8312476873397827,-0.010018844157457352,0.002516936045140028,0.4971188008785248,0.4733600616455078,0.7630366384983063,762.0,195072.0,4534.221951199928,12484608.0 +174.96,7.900000095367432,2805.0,0.011731310747563839,0.12469482421875,0.0,1.8977227210998535,1.8362268209457397,-0.00922855269163847,0.0025155649054795504,0.5821097493171692,0.48542678356170654,0.7201539576053619,763.0,195328.0,4540.063233611872,12500992.0 +130.63,7.900000095367432,2823.0,0.011424490250647068,0.12860107421875,0.0,1.9038100242614746,1.7747735977172852,-0.011544031091034412,0.002529616467654705,0.5672438740730286,0.49463653564453125,0.7197482585906982,764.0,195584.0,4545.865771514829,12517376.0 +169.03,7.599999904632568,2820.0,0.0111585957929492,0.1241251602768898,0.0,1.8104902505874634,1.7984424829483032,-0.01275069173425436,0.002529297722503543,0.39539191126823425,0.48844897747039795,0.7729452103376389,765.0,195840.0,4551.678022740874,12533760.0 +175.73,7.5,2750.0,0.017054278403520584,0.15625,0.0,1.821099877357483,1.8331514596939087,-0.007147937547415495,0.002522458555176854,0.4161240756511688,0.4865228831768036,0.7319783270359039,766.0,196096.0,4557.635231016902,12550144.0 +241.55,7.199999809265137,2799.0,0.013826902024447918,0.1577962189912796,0.0,1.766817569732666,1.8447585105895996,-0.011101092211902142,0.0025216417852789164,0.3171984553337097,0.4861307144165039,0.7476596236228943,767.0,196352.0,4563.489009444835,12566528.0 +239.14,7.300000190734863,2810.0,0.013274501077830791,0.146484375,0.0,1.8712984323501587,1.8659769296646118,-0.010056775994598866,0.002523628296330571,0.5078885555267334,0.4939945936203003,0.6685906052589417,768.0,196608.0,4569.319393952843,12582912.0 +214.09,7.199999809265137,2804.0,0.013828703202307224,0.155517578125,0.0,1.7663477659225464,1.904314637184143,-0.008867683820426464,0.002525327494367957,0.30461081862449646,0.4887525737285614,0.7779913246631622,769.0,196864.0,4575.161704656901,12599296.0 +225.31,7.400000095367432,2810.0,0.013523656874895096,0.1482950896024704,0.0,1.841704249382019,1.8695673942565918,-0.010760113596916199,0.002521649468690157,0.4612639844417572,0.48907196521759033,0.7275927066802979,770.0,197120.0,4580.992342176847,12615680.0 +202.91,6.599999904632568,2815.0,0.012507152743637562,0.15087890625,0.0,1.7784849405288696,1.9490795135498047,-0.012835447676479816,0.0025145483668893576,0.3268433213233948,0.49994146823883057,0.7365559339523315,771.0,197376.0,4586.812934645917,12632064.0 +245.67,6.599999904632568,2811.0,0.013979067094624043,0.1679484099149704,0.0,1.7675870656967163,1.9777508974075317,-0.014064167626202106,0.0025083646178245544,0.32487547397613525,0.4940747320652008,0.7552065998315811,772.0,197632.0,4592.640781831928,12648448.0 +263.16,6.699999809265137,2833.0,0.01229312177747488,0.15191650390625,0.0,1.7480049133300781,1.9328193664550781,-0.011578943580389023,0.0025058258324861526,0.28073036670684814,0.49487021565437317,0.7746180444955826,773.0,197888.0,4598.423942992929,12664832.0 +281.95,6.5,2793.0,0.012437763623893261,0.14605712890625,0.0,1.8022321462631226,1.9159965515136719,-0.009653647430241108,0.002505244454368949,0.3810340464115143,0.49727508425712585,0.7467607855796814,774.0,198144.0,4604.289510686882,12681216.0 +262.19,7.0,2787.0,0.015562978573143482,0.1730550080537796,0.0,1.7693880796432495,1.8623162508010864,-0.011977768503129482,0.0025106642860919237,0.3345959484577179,0.48620501160621643,0.7644438594579697,775.0,198400.0,4610.169068339979,12697600.0 +274.07,7.400000095367432,2824.0,0.013004175387322903,0.1565958708524704,0.0,1.7509585618972778,1.907596468925476,-0.009254381991922855,0.002518113236874342,0.2636776864528656,0.4982236325740814,0.7810120135545731,776.0,198656.0,4615.970097981859,12713984.0 +293.02,6.800000190734863,2833.0,0.014808638952672482,0.1426188200712204,0.0,1.7763298749923706,1.896256446838379,-0.010232863947749138,0.002518780529499054,0.30873847007751465,0.5018429160118103,0.7661027014255524,777.0,198912.0,4621.75317622791,12730368.0 +281.22,6.599999904632568,2806.0,0.013496835716068745,0.1589762419462204,0.0,1.8073638677597046,1.862288475036621,-0.010849330574274063,0.002523750765249133,0.3642161190509796,0.5031678676605225,0.7591739296913147,778.0,199168.0,4627.591542646987,12746752.0 +234.2,6.900000095367432,2832.0,0.010682012885808945,0.1295166015625,0.0,1.8198448419570923,1.8742938041687012,-0.009232050739228725,0.002508841222152114,0.42127057909965515,0.4919097423553467,0.7394970059394836,779.0,199424.0,4633.377674516989,12763136.0 +201.5,7.099999904632568,2844.0,0.013079323805868626,0.1329549103975296,0.0,1.8131707906723022,1.848171591758728,-0.010236677713692188,0.0025065382942557335,0.4015030562877655,0.4972776174545288,0.7685639411211014,780.0,199680.0,4639.139096756,12779520.0 +205.32,6.599999904632568,2820.0,0.010958053171634674,0.1203409805893898,0.0,1.7997411489486694,1.890700340270996,-0.009336278773844242,0.002511578379198909,0.36911317706108093,0.49720045924186707,0.7253565192222595,781.0,199936.0,4644.949487357866,12795904.0 +254.72,6.400000095367432,2809.0,0.016302483156323433,0.1430257111787796,0.0,1.7853177785873413,1.8492774963378906,-0.0075735109858214855,0.0025054579600691795,0.3404353857040405,0.4978485405445099,0.77064248919487,782.0,200192.0,4650.781043334864,12812288.0 +225.63,7.099999904632568,2798.0,0.016971495002508163,0.1761678010225296,0.0,1.7691665887832642,1.8742200136184692,-0.008385864086449146,0.002507569035515189,0.31024327874183655,0.49679961800575256,0.7283604443073273,783.0,200448.0,4656.635366349015,12828672.0 +249.26,7.199999809265137,2795.0,0.015836289152503014,0.1766357421875,0.0,1.7566266059875488,1.9042409658432007,-0.009530781768262386,0.0025056274607777596,0.27962756156921387,0.5022647976875305,0.7809161245822906,784.0,200704.0,4662.4970944670495,12845056.0 +296.96,6.800000190734863,2778.0,0.014486824162304401,0.1414387971162796,0.0,1.746604084968567,1.9282593727111816,-0.007151779253035784,0.002509121783077717,0.27814358472824097,0.4883370101451874,0.7613959461450577,785.0,200960.0,4668.394037347985,12861440.0 +295.62,6.699999809265137,2803.0,0.01466562133282423,0.1494140625,0.0,1.8009361028671265,1.938919186592102,-0.0072339302860200405,0.0024996476713567972,0.38238954544067383,0.49563172459602356,0.7191207110881805,786.0,201216.0,4674.23915939685,12877824.0 +245.18,6.300000190734863,2816.0,0.011279821395874023,0.1226603165268898,0.0,1.8229783773422241,1.9429272413253784,-0.00817875936627388,0.0025130829308182,0.4188016653060913,0.4940563142299652,0.6976922154426575,787.0,201472.0,4680.057409425965,12894208.0 +284.94,6.800000190734863,2830.0,0.01397339254617691,0.1461181640625,0.0,1.811224341392517,1.9531902074813843,-0.00798806268721819,0.0025071091949939728,0.3748840093612671,0.5078345537185669,0.693487137556076,788.0,201728.0,4685.847027346026,12910592.0 +305.09,6.800000190734863,2810.0,0.017446044832468033,0.1788126677274704,0.0,1.7536091804504395,1.9883402585983276,-0.0099096167832613,0.0025007305666804314,0.2782081067562103,0.5035528540611267,0.7572990208864212,789.0,201984.0,4691.681084380951,12926976.0 +229.21,7.199999809265137,2832.0,0.014602244831621647,0.1239013671875,0.0,1.7394415140151978,1.9951516389846802,-0.009320571087300777,0.002502818824723363,0.26648998260498047,0.49309030175209045,0.769796147942543,790.0,202240.0,4697.4668314738665,12943360.0 +297.38,6.599999904632568,2808.0,0.015567484311759472,0.1460164338350296,0.0,1.7762870788574219,1.9787791967391968,-0.010276491753757,0.0025048526003956795,0.321467787027359,0.5028989911079407,0.7352057099342346,791.0,202496.0,4703.300831160042,12959744.0 +333.57,6.0,2831.0,0.018494999036192894,0.1611328125,0.0,1.7566663026809692,1.9539622068405151,-0.007457498926669359,0.002506823977455497,0.2796116769313812,0.5000358819961548,0.7685005366802216,792.0,202752.0,4709.089113751892,12976128.0 +298.53,6.099999904632568,2816.0,0.016029320657253265,0.1616414338350296,0.0,1.7767128944396973,1.9414348602294922,-0.0074288323521614075,0.002503554569557309,0.3154994547367096,0.503749668598175,0.728973001241684,793.0,203008.0,4714.907184084877,12992512.0 +311.76,6.199999809265137,2792.0,0.015933267772197723,0.1318562775850296,0.0,1.7626104354858398,1.9488567113876343,-0.008167306892573833,0.0025112342555075884,0.2788526117801666,0.505279004573822,0.7827717810869217,794.0,203264.0,4720.774397322908,13008896.0 +356.46,6.199999809265137,2799.0,0.010172349400818348,0.1039021834731102,0.0,1.8073424100875854,1.9439276456832886,-0.008976396173238754,0.002505542943254113,0.3641766607761383,0.5111432075500488,0.7263310849666595,795.0,203520.0,4726.627507969039,13025280.0 +326.54,6.400000095367432,2781.0,0.012277282774448395,0.1473795622587204,0.0,1.728697657585144,1.9229321479797363,-0.012346548028290272,0.00249945349059999,0.2597494125366211,0.4893653392791748,0.7686752527952194,796.0,203776.0,4732.519395378884,13041664.0 +290.17,7.099999904632568,2763.0,0.016918709501624107,0.1902669221162796,0.0,1.7095826864242554,1.9798399209976196,-0.008787105791270733,0.002499948488548398,0.2064923644065857,0.493942528963089,0.7983130067586899,797.0,204032.0,4738.450472397963,13058048.0 +299.69,7.300000190734863,2790.0,0.01867499202489853,0.182861328125,0.0,1.7025128602981567,1.9831806421279907,-0.011243556626141071,0.0024940636940300465,0.20242147147655487,0.4941706657409668,0.7896844893693924,798.0,204288.0,4744.322032916825,13074432.0 +369.12,6.400000095367432,2746.0,0.024377046152949333,0.1844279021024704,0.0,1.7517242431640625,1.9448350667953491,-0.008820620365440845,0.0024938969872891903,0.2945396602153778,0.4946228265762329,0.746185839176178,799.0,204544.0,4750.289248039946,13090816.0 +371.21,6.199999809265137,2725.0,0.015094137750566006,0.16680908203125,0.0,1.5739027261734009,1.9543805122375488,-0.009201177395880222,0.0025009524542838335,0.41608572006225586,0.49277985095977783,0.7003905475139618,800.0,204800.0,4756.302212981973,13107200.0 +234.86,8.100000381469727,2786.0,0.009882754646241665,0.1110432967543602,0.0,1.565722107887268,1.9739409685134888,-0.009666319005191326,0.0025080146733671427,0.374605655670166,0.5057739615440369,0.7639749199151993,801.0,205056.0,4762.1825264859945,13123584.0 +251.66,7.300000190734863,2806.0,0.01356834452599287,0.1533610075712204,0.0,1.555967926979065,1.9690908193588257,-0.01227691862732172,0.0024957647547125816,0.35878893733024597,0.5127942562103271,0.7361419796943665,802.0,205312.0,4768.021786516998,13139968.0 +257.58,7.300000190734863,2842.0,0.013677223585546017,0.1451416015625,0.0,1.5434151887893677,1.9780460596084595,-0.011358752846717834,0.002501334296539426,0.35553574562072754,0.49531567096710205,0.7642615437507629,803.0,205568.0,4773.787446488859,13156352.0 +209.38,7.699999809265137,2814.0,0.012058056890964508,0.128662109375,0.0,1.587196946144104,1.897204875946045,-0.009448658674955368,0.0025075252633541822,0.4688892066478729,0.4727036654949188,0.7429543733596802,804.0,205824.0,4779.610568539007,13172736.0 +232.93,6.900000095367432,2804.0,0.014018017798662186,0.1590779572725296,0.0,1.5469046831130981,1.950215458869934,-0.013597291894257069,0.002505619777366519,0.3585597276687622,0.4980957806110382,0.7365846931934357,805.0,206080.0,4785.45256501087,13189120.0 +248.54,6.900000095367432,2747.0,0.01664012297987938,0.1816609650850296,0.0,1.5286178588867188,1.9504538774490356,-0.011725901626050472,0.0025006055366247892,0.3236883878707886,0.4972025156021118,0.7481650710105896,806.0,206336.0,4791.416737881955,13205504.0 +255.65,6.5,2720.0,0.012645662762224674,0.14532470703125,0.0,1.544837474822998,1.9718785285949707,-0.012258102186024189,0.0024997142609208822,0.3654235899448395,0.492771178483963,0.7255907356739044,807.0,206592.0,4797.439030300826,13221888.0 +230.1,7.099999904632568,2786.0,0.014250642620027065,0.15716552734375,0.0,1.563552737236023,1.9808558225631714,-0.012338695116341114,0.002492544474080205,0.38851091265678406,0.5055334568023682,0.754059910774231,808.0,206848.0,4803.31902432791,13238272.0 +246.62,7.5,2807.0,0.013903480023145676,0.14947509765625,0.0,1.5820263624191284,1.965049147605896,-0.011244605295360088,0.002498134272173047,0.435499906539917,0.4948972761631012,0.7470741271972656,809.0,207104.0,4809.15513123991,13254656.0 +221.27,7.599999904632568,2835.0,0.014635619707405567,0.1475626677274704,0.0,1.554266095161438,1.9655776023864746,-0.010315905325114727,0.002508844481781125,0.3990136384963989,0.476491779088974,0.7534520477056503,810.0,207360.0,4814.935341018019,13271040.0 +179.08,7.300000190734863,2830.0,0.011314327828586102,0.1287434846162796,0.0,1.6077805757522583,1.9486075639724731,-0.009668348357081413,0.002501958981156349,0.48876523971557617,0.4897109568119049,0.7080212533473969,811.0,207616.0,4820.723653455963,13287424.0 +194.51,7.599999904632568,2784.0,0.012092883698642254,0.1195068359375,0.0,1.6271206140518188,1.9234007596969604,-0.008941111154854298,0.002493432490155101,0.4911838471889496,0.5154138207435608,0.7162987887859344,812.0,207872.0,4826.609339411836,13303808.0 +183.55,7.400000095367432,2803.0,0.01143130287528038,0.12310791015625,0.0,1.5580042600631714,2.011934995651245,-0.009286477230489254,0.0025073480792343616,0.38588234782218933,0.4894120693206787,0.7753759473562241,813.0,208128.0,4832.453304847935,13320192.0 +216.2,7.599999904632568,2790.0,0.014111743308603764,0.1517130583524704,0.0,1.5450962781906128,1.9910621643066406,-0.011257875710725784,0.0025050363037735224,0.34379521012306213,0.5029402375221252,0.7475225031375885,814.0,208384.0,4838.326326746959,13336576.0 +209.25,8.100000381469727,2775.0,0.011646103113889694,0.1431681364774704,0.0,1.5470304489135742,2.000645399093628,-0.011390670202672482,0.002505628624930978,0.38240084052085876,0.4812197685241699,0.7507752180099487,815.0,208640.0,4844.230958669912,13352960.0 +265.63,6.699999809265137,2790.0,0.011980482377111912,0.1326090544462204,0.0,1.5600818395614624,1.9597376585006714,-0.01116147544234991,0.0025028728414326906,0.40257349610328674,0.48550596833229065,0.7061063945293427,816.0,208896.0,4850.102810092969,13369344.0 +206.49,7.400000095367432,2800.0,0.011114413850009441,0.1271158903837204,0.0,1.5722864866256714,1.8959273099899292,-0.011082909069955349,0.0025006758514791727,0.42262887954711914,0.4884299337863922,0.7532794624567032,817.0,209152.0,4855.953572476981,13385728.0 +189.09,7.400000095367432,2813.0,0.012779329903423786,0.13812255859375,0.0,1.5844708681106567,1.8651351928710938,-0.013096455484628677,0.0025006751529872417,0.4442650079727173,0.4922705590724945,0.7249452173709869,818.0,209408.0,4861.778621963924,13402112.0 +261.58,6.699999809265137,2804.0,0.013362188823521137,0.1340738981962204,0.0,1.5696455240249634,1.87820565700531,-0.009925155900418758,0.0024989978410303593,0.39225247502326965,0.5032842755317688,0.7498472332954407,819.0,209664.0,4867.62068045605,13418496.0 +250.32,7.099999904632568,2812.0,0.014089138247072697,0.1495157927274704,0.0,1.562638759613037,1.9153677225112915,-0.00870746560394764,0.0025073580909520388,0.37834951281547546,0.49797722697257996,0.7645119726657867,820.0,209920.0,4873.446974409046,13434880.0 +213.07,7.800000190734863,2809.0,0.011853475123643875,0.1318766325712204,0.0,1.5548123121261597,1.9065250158309937,-0.009627464227378368,0.0024960206355899572,0.372638463973999,0.49847158789634705,0.7459781169891357,821.0,210176.0,4879.279380672844,13451264.0 +201.84,7.599999904632568,2797.0,0.012862753123044968,0.1334228515625,0.0,1.5747252702713013,1.8890568017959595,-0.010138374753296375,0.002499672817066312,0.4280264675617218,0.4873400926589966,0.7495284974575043,822.0,210432.0,4885.13650365104,13467648.0 +234.18,7.199999809265137,2801.0,0.016061773523688316,0.1561075896024704,0.0,1.5870656967163086,1.90959894657135,-0.009565690532326698,0.0025005354546010494,0.43063244223594666,0.500245988368988,0.751120537519455,823.0,210688.0,4890.985536563909,13484032.0 +186.58,7.599999904632568,2809.0,0.014128915965557098,0.1517740935087204,0.0,1.6261123418807983,1.8820738792419434,-0.01168611366301775,0.0025017326697707176,0.49817633628845215,0.5085475444793701,0.7516712099313736,824.0,210944.0,4896.8176927529275,13500416.0 +146.43,7.599999904632568,2820.0,0.013020258396863937,0.138671875,0.0,1.5882906913757324,1.9474267959594727,-0.009510534815490246,0.0025097401812672615,0.41042885184288025,0.5102063417434692,0.718148946762085,825.0,211200.0,4902.627469809959,13516800.0 +187.56,7.400000095367432,2807.0,0.014517794363200665,0.1478678435087204,0.0,1.5536412000656128,1.9424657821655273,-0.012291519902646542,0.0025075136218219995,0.3671094477176666,0.49849629402160645,0.7597262114286423,826.0,211456.0,4908.465180024039,13533184.0 +219.54,7.199999809265137,2777.0,0.01289417501538992,0.1301676481962204,0.0,1.5855697393417358,1.8944296836853027,-0.009827657602727413,0.002504637697711587,0.4513235092163086,0.4835309684276581,0.7096396684646606,827.0,211712.0,4914.36559800501,13549568.0 +148.69,8.0,2788.0,0.011934470385313034,0.1302083283662796,0.0,1.6006088256835938,1.9112958908081055,-0.009660836309194565,0.0025051189586520195,0.4600336253643036,0.4966474771499634,0.7545228451490402,828.0,211968.0,4920.2414237980265,13565952.0 +184.41,7.599999904632568,2830.0,0.01461624726653099,0.1557210236787796,0.0,1.561541199684143,1.9112600088119507,-0.011630221270024776,0.0025040237233042717,0.3779541254043579,0.5021218657493591,0.7585990875959396,829.0,212224.0,4926.030857992824,13582336.0 +192.58,7.699999809265137,2819.0,0.016202958300709724,0.1813557893037796,0.0,1.5404185056686401,1.9392032623291016,-0.010833381675183773,0.002503457712009549,0.3665633201599121,0.48247408866882324,0.7766700387001038,830.0,212480.0,4931.842965058051,13598720.0 +197.82,7.0,2818.0,0.013653096742928028,0.1512247771024704,0.0,1.5399765968322754,1.9680514335632324,-0.010089106857776642,0.002503291005268693,0.3581960201263428,0.4866645038127899,0.7650815546512604,831.0,212736.0,4937.657435657922,13615104.0 +232.06,7.5,2842.0,0.013231639750301838,0.1458536833524704,0.0,1.5231984853744507,1.9710317850112915,-0.013263420201838017,0.0025090735871344805,0.31719958782196045,0.49242857098579407,0.7608332335948944,832.0,212992.0,4943.42267878796,13631488.0 +244.72,7.599999904632568,2797.0,0.014619835652410984,0.1610921174287796,0.0,1.5005855560302734,1.924526333808899,-0.011135895736515522,0.002502214862033725,0.2539929449558258,0.5038551688194275,0.7845296263694763,833.0,213248.0,4949.279548987979,13647872.0 +226.83,7.900000095367432,2790.0,0.010332229547202587,0.12298583984375,0.0,1.5798745155334473,1.8681344985961914,-0.009156126528978348,0.0024969528894871473,0.42490026354789734,0.49560093879699707,0.7386884987354279,834.0,213504.0,4955.152736648917,13664256.0 +216.48,8.0,2814.0,0.013291757553815842,0.1483968049287796,0.0,1.5458945035934448,1.8999170064926147,-0.011685173027217388,0.0024973053950816393,0.3775346577167511,0.4861116111278534,0.7145355045795441,835.0,213760.0,4960.974039811874,13680640.0 +230.84,7.099999904632568,2812.0,0.013772564940154552,0.1377156525850296,0.0,1.5466175079345703,1.8823908567428589,-0.008308906108140945,0.0025030504912137985,0.35547128319740295,0.493492990732193,0.7181678414344788,836.0,214016.0,4966.800863364944,13697024.0 +184.77,7.699999809265137,2815.0,0.01020034309476614,0.106201171875,0.0,1.505475640296936,1.9277507066726685,-0.009942390955984592,0.0025053347926586866,0.28920531272888184,0.48494890332221985,0.7753807157278061,837.0,214272.0,4972.620720498031,13713408.0 +305.57,7.199999809265137,2823.0,0.013374611735343933,0.1345418244600296,0.0,1.511588454246521,1.9012659788131714,-0.012598543427884579,0.0024998290464282036,0.2963486611843109,0.4938669204711914,0.7664197236299515,838.0,214528.0,4978.424225638853,13729792.0 +312.04,6.599999904632568,2830.0,0.01161174476146698,0.1422932893037796,0.0,1.5286554098129272,1.8633860349655151,-0.010293158702552319,0.0024996905121952295,0.338388592004776,0.48563969135284424,0.7648787051439285,839.0,214784.0,4984.214130058885,13746176.0 +237.31,7.099999904632568,2824.0,0.01203189417719841,0.1405232697725296,0.0,1.56562077999115,1.8282421827316284,-0.011326503939926624,0.002491171471774578,0.40694668889045715,0.49410954117774963,0.7475864291191101,840.0,215040.0,4990.016854005866,13762560.0 +214.47,7.599999904632568,2810.0,0.01175638660788536,0.13739013671875,0.0,1.5463957786560059,1.8948179483413696,-0.009200041182339191,0.0025030765682458878,0.36904773116111755,0.4859868586063385,0.6969625651836395,841.0,215296.0,4995.8470243609045,13778944.0 +253.86,7.099999904632568,2811.0,0.01435899082571268,0.1629638671875,0.0,1.4892820119857788,1.9913983345031738,-0.011171572841703892,0.002510071499273181,0.257124125957489,0.4847211539745331,0.7726583182811737,842.0,215552.0,5001.675176319899,13795328.0 +263.32,6.800000190734863,2776.0,0.017477361485362053,0.20330810546875,0.0,1.523268222808838,1.934316635131836,-0.01075388491153717,0.00249465717934072,0.33094146847724915,0.487539678812027,0.7343944907188416,843.0,215808.0,5007.576059981948,13811712.0 +269.47,6.400000095367432,2820.0,0.013347559608519077,0.1487630158662796,0.0,1.5610014200210571,1.9173403978347778,-0.01234467700123787,0.0024957233108580112,0.3879905939102173,0.5002935528755188,0.7017523646354675,844.0,216064.0,5013.386532125995,13828096.0 +219.34,7.800000190734863,2813.0,0.011719404719769955,0.1298014372587204,0.0,1.5805388689041138,1.9070466756820679,-0.010858356021344662,0.002497867913916707,0.39180228114128113,0.5192744135856628,0.7624173611402512,845.0,216320.0,5019.211202787003,13844480.0 +140.29,8.600000381469727,2804.0,0.010910808108747005,0.1243489608168602,0.0,1.6143932342529297,1.8456602096557617,-0.010013006627559662,0.002500600181519985,0.4826107919216156,0.5016467571258545,0.7515229731798172,846.0,216576.0,5025.0537687030155,13860864.0 +166.52,7.5,2802.0,0.010654609650373459,0.11602783203125,0.0,1.5919814109802246,1.883649230003357,-0.010458345524966717,0.002509491750970483,0.45092615485191345,0.49002039432525635,0.7544084787368774,847.0,216832.0,5030.90143426205,13877248.0 +183.21,8.0,2816.0,0.01812891848385334,0.1531982421875,0.0,1.5824702978134155,1.8970550298690796,-0.010462201200425625,0.002506217686459422,0.4216782748699188,0.4982210099697113,0.7612950354814529,848.0,217088.0,5036.71931974683,13893632.0 +146.46,7.199999809265137,2788.0,0.011853291653096676,0.131591796875,0.0,1.63754141330719,1.8902617692947388,-0.013233893550932407,0.002517905319109559,0.531163215637207,0.49616774916648865,0.66604945063591,849.0,217344.0,5042.595638768049,13910016.0 +151.26,8.0,2825.0,0.007802164647728205,0.0934855118393898,0.0,1.7950406074523926,1.8609395027160645,-0.01011838298290968,0.002515478292480111,0.4879293739795685,0.4975985586643219,0.730989396572113,850.0,217600.0,5048.395816575037,13926400.0 +197.67,6.900000095367432,2818.0,0.012651949189603329,0.1328125,0.0,1.8294801712036133,1.901716709136963,-0.01236001681536436,0.0025121616199612617,0.5436293482780457,0.5095223188400269,0.671647310256958,851.0,217856.0,5054.209926873911,13942784.0 +157.55,7.400000095367432,2821.0,0.016191693022847176,0.1644490510225296,0.0,1.7993263006210327,1.9094191789627075,-0.008538388647139072,0.0025043196510523558,0.48444366455078125,0.5086590647697449,0.7167364358901978,852.0,218112.0,5060.01802206994,13959168.0 +153.35,7.400000095367432,2820.0,0.012911330908536911,0.1485595703125,0.0,1.8000835180282593,1.8649979829788208,-0.014475949108600616,0.0025000234600156546,0.4940040409564972,0.5124408602714539,0.719901829957962,853.0,218368.0,5065.828612909885,13975552.0 +154.11,7.900000095367432,2795.0,0.012458031065762043,0.1394449919462204,0.0,1.7767047882080078,1.8704590797424316,-0.012218381278216839,0.002511103404685855,0.4640466272830963,0.4951200485229492,0.7481863796710968,854.0,218624.0,5071.689450375037,13991936.0 +150.84,7.800000190734863,2781.0,0.0135427787899971,0.1337076872587204,0.0,1.7411150932312012,1.9007415771484375,-0.012502743862569332,0.002518558409065008,0.3907064199447632,0.49324557185173035,0.765629455447197,855.0,218880.0,5077.581530744908,14008320.0 +183.21,8.300000190734863,2820.0,0.012342852540314198,0.122314453125,0.0,1.787350058555603,1.8711193799972534,-0.00932086817920208,0.002497598296031356,0.4695626497268677,0.507423996925354,0.7488216161727905,856.0,219136.0,5083.391959886998,14024704.0 +180.7,7.5,2804.0,0.012439082376658916,0.1305135041475296,0.0,1.7971553802490234,1.8758549690246582,-0.012645621784031391,0.0025116081815212965,0.4966445863246918,0.5000149607658386,0.7025978863239288,857.0,219392.0,5089.235340740997,14041088.0 +168.8,7.800000190734863,2810.0,0.014523718506097794,0.1559855192899704,0.0,1.7957762479782104,1.8848050832748413,-0.009991264902055264,0.002498915186151862,0.4967254102230072,0.5019347071647644,0.7098336219787598,858.0,219648.0,5095.064976950875,14057472.0 +143.63,8.399999618530273,2809.0,0.014033555053174496,0.1553751677274704,0.0,1.7254635095596313,1.9203065633773804,-0.010738812386989594,0.002509211888536811,0.35900795459747314,0.4963958263397217,0.7592902779579163,859.0,219904.0,5100.8964566749055,14073856.0 +215.95,7.199999809265137,2803.0,0.018616782501339912,0.1812540739774704,0.0,1.7442164421081543,1.9359893798828125,-0.008890662342309952,0.00251003447920084,0.3874010145664215,0.4991675913333893,0.6767998039722443,860.0,220160.0,5106.742263471009,14090240.0 +249.14,5.900000095367432,2825.0,0.01648181863129139,0.1579793244600296,0.0,1.7553011178970337,1.9167271852493286,-0.00951117929071188,0.002505665412172675,0.4083139896392822,0.5025257468223572,0.7166966795921326,861.0,220416.0,5112.54197310796,14106624.0 +258.98,6.800000190734863,2800.0,0.0127769960090518,0.11907958984375,0.0,1.768591046333313,1.8779481649398804,-0.009876996278762817,0.0025178364012390375,0.40201082825660706,0.5146843791007996,0.714543491601944,862.0,220672.0,5118.393287862884,14123008.0 +227.83,7.300000190734863,2828.0,0.011281587183475494,0.1153360977768898,0.0,1.7630988359451294,1.8643712997436523,-0.010737374424934387,0.002504222095012665,0.4068491458892822,0.513506293296814,0.7096955478191376,863.0,220928.0,5124.187070543878,14139392.0 +187.59,7.599999904632568,2796.0,0.012340295128524303,0.1438191682100296,0.0,1.7148076295852661,1.9026962518692017,-0.011782403104007244,0.0025027168449014425,0.31616663932800293,0.5125678181648254,0.7735648900270462,864.0,221184.0,5130.047519771848,14155776.0 +205.58,8.0,2813.0,0.011640440672636032,0.1399739533662796,0.0,1.711236596107483,1.8925347328186035,-0.009753831662237644,0.0024951111990958452,0.29177483916282654,0.5235872864723206,0.7846165597438812,865.0,221440.0,5135.871050616959,14172160.0 +237.03,7.5,2805.0,0.01176461298018694,0.1349894255399704,0.0,1.7588582038879395,1.8582836389541626,-0.009358788840472698,0.002501462120562792,0.41645851731300354,0.503235936164856,0.707751601934433,866.0,221696.0,5141.711343912873,14188544.0 +183.54,8.300000190734863,2807.0,0.012714095413684845,0.13946533203125,0.0,1.7249317169189453,1.824244499206543,-0.008997375145554543,0.002501519862562418,0.35161998867988586,0.5007532238960266,0.7345959842205048,867.0,221952.0,5147.548913822044,14204928.0 +195.19,7.300000190734863,2803.0,0.01071986649185419,0.1219889298081398,0.0,1.7472301721572876,1.8430384397506714,-0.011231216602027416,0.00249275891110301,0.4150882065296173,0.4973401129245758,0.7120963931083679,868.0,222208.0,5153.393905728823,14221312.0 +204.16,7.699999809265137,2814.0,0.010968830436468124,0.1188151016831398,0.0,1.7451878786087036,1.891374945640564,-0.009217196144163609,0.0024936741683632135,0.4122609794139862,0.49448350071907043,0.7025409042835236,869.0,222464.0,5159.216783422977,14237696.0 +149.6,7.800000190734863,2768.0,0.013085889630019665,0.15350341796875,0.0,1.7412782907485962,1.8975573778152466,-0.013395690359175205,0.0024889884516596794,0.39754870533943176,0.5053673386573792,0.7191981077194214,870.0,222720.0,5165.136056097923,14254080.0 +178.67,7.900000095367432,2818.0,0.013969267718493938,0.1504923552274704,0.0,1.724413275718689,1.862097144126892,-0.0119510218501091,0.0024890222121030092,0.3798636198043823,0.49443724751472473,0.6884496212005615,871.0,222976.0,5170.949560351903,14270464.0 +213.83,7.599999904632568,2780.0,0.011007430963218212,0.1373697966337204,0.0,1.723084568977356,1.8433011770248413,-0.007709886413067579,0.0024909598287194967,0.37948283553123474,0.48728248476982117,0.7089097797870636,872.0,223232.0,5176.843507533893,14286848.0 +196.86,7.900000095367432,2821.0,0.011921744793653488,0.1268310546875,0.0,1.6897622346878052,1.8805556297302246,-0.009817492216825485,0.002491881838068366,0.29406264424324036,0.5000079870223999,0.7463106215000153,873.0,223488.0,5182.652264332864,14303232.0 +227.89,7.400000095367432,2803.0,0.011027195490896702,0.1217854842543602,0.0,1.7260475158691406,1.9061142206192017,-0.010803702287375927,0.0024943004827946424,0.3679441213607788,0.49945032596588135,0.6821472644805908,874.0,223744.0,5188.497815337963,14319616.0 +267.43,6.699999809265137,2784.0,0.011850383132696152,0.12554931640625,0.0,1.672592043876648,1.9165858030319214,-0.00927931908518076,0.0025036365259438753,0.2507377862930298,0.49892422556877136,0.7366649508476257,875.0,224000.0,5194.384048468899,14336000.0 +234.14,6.599999904632568,2793.0,0.012018293142318726,0.1294148713350296,0.0,1.7640619277954102,1.913567066192627,-0.008833532221615314,0.002512202365323901,0.4003336429595947,0.512636661529541,0.7130371928215027,876.0,224256.0,5200.250900707906,14352384.0 +248.98,6.599999904632568,2794.0,0.012957263737916946,0.1387736052274704,0.0,1.7278714179992676,1.9298244714736938,-0.008748858235776424,0.0024952723179012537,0.377269983291626,0.4937903881072998,0.6933142840862274,877.0,224512.0,5206.114467883017,14368768.0 +301.24,6.599999904632568,2804.0,0.014896463602781296,0.15716552734375,0.0,1.70850670337677,1.9277898073196411,-0.00957461167126894,0.0024830808397382498,0.3398723304271698,0.5000409483909607,0.6854548156261444,878.0,224768.0,5211.956321171019,14385152.0 +295.3,7.0,2711.0,0.01456405222415924,0.16278076171875,0.0,1.6656556129455566,1.951639175415039,-0.009122866205871105,0.0024861167185008526,0.2580885589122772,0.4961092472076416,0.7413928210735321,879.0,225024.0,5218.000273827929,14401536.0 +290.5,6.400000095367432,2822.0,0.013106864877045155,0.1571451872587204,0.0,1.7329646348953247,1.9514374732971191,-0.008709031157195568,0.002491733990609646,0.39663270115852356,0.49065712094306946,0.6332835555076599,880.0,225280.0,5223.8051128629595,14417920.0 +190.62,7.5,2806.0,0.014991356991231441,0.15899658203125,0.0,1.7620245218276978,1.8978358507156372,-0.011831887997686863,0.002485642908141017,0.4349883794784546,0.5075572729110718,0.7241532802581787,881.0,225536.0,5229.644613683922,14434304.0 +239.16,6.5,2798.0,0.01580643467605114,0.1639404296875,0.0,1.728993535041809,1.9620585441589355,-0.009135420434176922,0.002488563070073724,0.36957475543022156,0.5034539103507996,0.7058367133140564,882.0,225792.0,5235.5000214970205,14450688.0 +235.26,7.5,2807.0,0.012707427144050598,0.15496826171875,0.0,1.6917554140090942,1.971778392791748,-0.012021631933748722,0.002490764716640115,0.2876870632171631,0.5097857117652893,0.7735054045915604,883.0,226048.0,5241.33746487787,14467072.0 +220.29,7.5,2793.0,0.015147923491895199,0.1766357421875,0.0,1.7189736366271973,1.9572762250900269,-0.011607304215431213,0.002496207831427455,0.3370498716831207,0.5092610716819763,0.7209636569023132,884.0,226304.0,5247.203030908015,14483456.0 +260.71,7.0,2766.0,0.014781426638364792,0.1595662385225296,0.0,1.7123883962631226,1.9487520456314087,-0.008931659162044525,0.002494982909411192,0.33639582991600037,0.4998527765274048,0.7339011430740356,885.0,226560.0,5253.129794176901,14499840.0 +195.2,7.900000095367432,2800.0,0.014550630934536457,0.1706136018037796,0.0,1.711996078491211,1.862334132194519,-0.010955524630844593,0.002485262928530574,0.34229132533073425,0.5022899508476257,0.7530641257762909,886.0,226816.0,5258.981876269914,14516224.0 +205.08,7.5,2803.0,0.017572913318872452,0.17022705078125,0.0,1.6853593587875366,1.8908945322036743,-0.011092516593635082,0.002492747502401471,0.30840864777565,0.48824477195739746,0.7525436729192734,887.0,227072.0,5264.826042047003,14532608.0 +197.19,8.300000190734863,2818.0,0.01883125491440296,0.18096923828125,0.0,1.6721596717834473,1.882233738899231,-0.010148716159164906,0.0025099520571529865,0.243708536028862,0.49977579712867737,0.7558314502239227,888.0,227328.0,5270.639690223848,14548992.0 +270.1,7.900000095367432,2811.0,0.017787782475352287,0.1774698942899704,0.0,1.7049592733383179,1.8609827756881714,-0.009425313211977482,0.0025009780656546354,0.3143196702003479,0.5004383325576782,0.7411567270755768,889.0,227584.0,5276.468363947002,14565376.0 +249.19,7.5,2817.0,0.014141198247671127,0.1270548552274704,0.0,1.7715908288955688,1.955445408821106,-0.007110318168997765,0.002492739586159587,0.44415152072906494,0.5049412846565247,0.6925927996635437,890.0,227840.0,5282.283758703852,14581760.0 +240.05,7.5,2792.0,0.02013474516570568,0.1793619841337204,0.0,1.7378758192062378,1.9044300317764282,-0.008247616700828075,0.0024853639770299196,0.37276947498321533,0.5115213394165039,0.7615242153406143,891.0,228096.0,5288.151172935963,14598144.0 +202.4,7.5,2801.0,0.019953202456235886,0.1646728515625,0.0,1.7423869371414185,1.899926781654358,-0.009198742918670177,0.0024862803984433413,0.3735456168651581,0.5166513323783875,0.769086480140686,892.0,228352.0,5294.000431892928,14614528.0 +176.46,8.0,2816.0,0.017727388069033623,0.1659138947725296,0.0,1.6938279867172241,1.9570679664611816,-0.011114795692265034,0.002502062590792775,0.26282089948654175,0.5190830230712891,0.81366828083992,893.0,228608.0,5299.818115670001,14630912.0 +248.85,7.400000095367432,2776.0,0.015426180325448513,0.1554768830537796,0.0,1.7232967615127563,1.966774582862854,-0.01032896339893341,0.0025292173959314823,0.3052344024181366,0.5139206647872925,0.7686406522989273,894.0,228864.0,5305.72005764395,14647296.0 +236.54,6.5,2821.0,0.014471638947725296,0.156005859375,0.0,1.7459200620651245,1.9440537691116333,-0.011038116179406643,0.0025059243198484182,0.38268736004829407,0.5082102417945862,0.7557608634233475,895.0,229120.0,5311.528286320856,14663680.0 +220.33,7.300000190734863,2710.0,0.014024226926267147,0.1302693635225296,0.0,1.7494083642959595,1.9389634132385254,-0.009833607822656631,0.0024935135152190924,0.39270997047424316,0.5113285183906555,0.7609342783689499,896.0,229376.0,5317.573950377991,14680064.0 +206.53,7.199999809265137,2705.0,0.01599138416349888,0.18560791015625,0.0,1.7491792440414429,1.986265778541565,-0.008558330126106739,0.0024935826659202576,0.38742244243621826,0.5130854845046997,0.7494542896747589,897.0,229632.0,5323.63108170894,14696448.0 +185.12,7.300000190734863,2812.0,0.014147081412374973,0.1593017578125,0.0,1.7595138549804688,1.9784678220748901,-0.01148256380110979,0.0024892613291740417,0.4414767920970917,0.49986138939857483,0.7501178979873657,898.0,229888.0,5329.458109996049,14712832.0 +171.48,7.699999809265137,2809.0,0.015281596221029758,0.1738484650850296,0.0,1.720185399055481,1.9590057134628296,-0.010828186757862568,0.002488186350092292,0.35662779211997986,0.5028953552246094,0.7742439210414886,899.0,230144.0,5335.289553222945,14729216.0 +169.71,7.800000190734863,2809.0,0.013985647819936275,0.16082763671875,0.0,1.8128653764724731,1.9441341161727905,-0.011177371256053448,0.0024900762364268303,0.3207021653652191,0.5036713480949402,0.7932747900485992,900.0,230400.0,5341.123035365017,14745600.0 +201.99,8.100000381469727,2810.0,0.018308186903595924,0.1713053435087204,0.0,1.8306962251663208,1.9487167596817017,-0.011832944117486477,0.002498146379366517,0.32092005014419556,0.5187777876853943,0.7761692404747009,901.0,230656.0,5346.954367050901,14761984.0 +229.81,7.400000095367432,2815.0,0.013578305952250957,0.1488444060087204,0.0,1.9007307291030884,1.9077595472335815,-0.008634213358163834,0.0025023689959198236,0.4743371903896332,0.505983293056488,0.7124269902706146,902.0,230912.0,5352.7741620999295,14778368.0 +178.42,7.599999904632568,2788.0,0.015391846187412739,0.1474405974149704,0.0,1.920540690422058,1.8919988870620728,-0.01134318858385086,0.002503857482224703,0.5238161683082581,0.5027679800987244,0.7012971639633179,903.0,231168.0,5358.6496452079155,14794752.0 +147.89,7.800000190734863,2815.0,0.014431466348469257,0.1507975310087204,0.0,1.8570612668991089,1.9150429964065552,-0.009501383639872074,0.0025066740345209837,0.43501171469688416,0.4798654019832611,0.7190552949905396,904.0,231424.0,5364.46994884382,14811136.0 +160.1,8.300000190734863,2803.0,0.017492754384875298,0.16827392578125,0.0,1.793041706085205,1.9219574928283691,-0.010560094378888607,0.0025013058912009,0.28458866477012634,0.4953491687774658,0.7579275518655777,905.0,231680.0,5370.315891206963,14827520.0 +205.63,7.599999904632568,2796.0,0.016728028655052185,0.16363525390625,0.0,1.864845871925354,1.9120343923568726,-0.008190971799194813,0.0024926448240876198,0.40720245242118835,0.5080215334892273,0.7143508791923523,906.0,231936.0,5376.174383442849,14843904.0 +189.39,7.900000095367432,2819.0,0.013908603228628635,0.1572469025850296,0.0,1.8217614889144897,1.9241195917129517,-0.010683073662221432,0.002492392435669899,0.3431906998157501,0.49935221672058105,0.7342782020568848,907.0,232192.0,5381.989651217824,14860288.0 +213.17,7.099999904632568,2820.0,0.019574463367462158,0.1717529296875,0.0,1.8462961912155151,1.9856473207473755,-0.0078611234202981,0.0024935805704444647,0.37865149974823,0.5035350322723389,0.7073868811130524,908.0,232448.0,5387.799058042932,14876672.0 +235.52,7.400000095367432,2820.0,0.013585730455815792,0.1444295197725296,0.0,1.8799844980239868,1.9158543348312378,-0.01182931661605835,0.002494595479220152,0.46437397599220276,0.4968949258327484,0.6796035170555115,909.0,232704.0,5393.60888786288,14893056.0 +181.51,8.0,2793.0,0.015145502984523773,0.1526285856962204,0.0,1.8347193002700806,1.95551335811615,-0.011794284917414188,0.002501582494005561,0.3366522789001465,0.5130972266197205,0.7438413798809052,910.0,232960.0,5399.474916661857,14909440.0 +193.71,7.900000095367432,2819.0,0.015971088781952858,0.1467692106962204,0.0,1.8067692518234253,2.0072407722473145,-0.010951787233352661,0.002493985230103135,0.27533021569252014,0.519374668598175,0.7700087875127792,911.0,233216.0,5405.2870928409975,14925824.0 +207.23,7.300000190734863,2809.0,0.018474318087100983,0.1653849333524704,0.0,1.7945564985275269,1.967674732208252,-0.010181598365306854,0.0024975247215479612,0.2807699143886566,0.5008795857429504,0.7379955351352692,912.0,233472.0,5411.118918334832,14942208.0 +300.34,6.599999904632568,2828.0,0.013464805670082569,0.1368815153837204,0.0,1.8091713190078735,1.9384689331054688,-0.009178655222058296,0.0024862883146852255,0.3243783414363861,0.4976825714111328,0.7361392080783844,913.0,233728.0,5416.911466379883,14958592.0 +363.2,6.0,2788.0,0.012973696924746037,0.13665771484375,0.0,1.8191877603530884,1.966971755027771,-0.01034898217767477,0.002487931866198778,0.366928368806839,0.4866756498813629,0.6749604940414429,914.0,233984.0,5422.787221904844,14974976.0 +315.6,6.400000095367432,2831.0,0.01113826036453247,0.1302286833524704,0.0,1.805399775505066,1.970037817955017,-0.010573768056929111,0.0024815259966999292,0.3112823963165283,0.5047253966331482,0.7268795967102051,915.0,234240.0,5428.574723969912,14991360.0 +273.67,7.300000190734863,2787.0,0.016293419525027275,0.1839599609375,0.0,1.770312786102295,2.0061585903167725,-0.008405923843383789,0.00248923827894032,0.21710167825222015,0.5114637017250061,0.7866109758615494,916.0,234496.0,5434.453131575836,15007744.0 +291.63,7.599999904632568,2775.0,0.014878693968057632,0.1614176481962204,0.0,1.7953153848648071,1.9986194372177124,-0.009082136675715446,0.002485839882865548,0.26348796486854553,0.515666663646698,0.7475444376468658,917.0,234752.0,5440.358879473992,15024128.0 +313.49,7.0,2839.0,0.014701285399496555,0.1711832731962204,0.0,1.7930625677108765,2.0062406063079834,-0.010345851071178913,0.0024815413635224104,0.2831880748271942,0.5066339373588562,0.7078347206115723,918.0,235008.0,5446.129426102852,15040512.0 +341.77,6.699999809265137,2804.0,0.012016168795526028,0.1453450471162796,0.0,1.799177646636963,2.003016710281372,-0.009870200417935848,0.0024813010822981596,0.2876267731189728,0.5102739334106445,0.6951208114624023,919.0,235264.0,5451.973040431971,15056896.0 +306.79,7.199999809265137,2821.0,0.014768020249903202,0.1628621369600296,0.0,1.839141845703125,1.9468026161193848,-0.010052108205854893,0.0024807897862046957,0.3629908561706543,0.5125059485435486,0.7436383068561554,920.0,235520.0,5457.780201039044,15073280.0 +233.18,7.599999904632568,2811.0,0.014052610844373703,0.1464029997587204,0.0,1.8263540267944336,1.9664764404296875,-0.01097396295517683,0.002485419623553753,0.3158677816390991,0.5225463509559631,0.7635849118232727,921.0,235776.0,5463.607891242951,15089664.0 +193.17,8.5,2833.0,0.013098704628646374,0.1611328125,0.0,1.8102513551712036,1.937331199645996,-0.010934288613498211,0.00248078559525311,0.3176335394382477,0.5068717002868652,0.7708616405725479,922.0,236032.0,5469.391217211029,15106048.0 +181.43,8.5,2815.0,0.012072454206645489,0.1427205353975296,0.0,1.7929720878601074,1.9350641965866089,-0.0101794907823205,0.0024805746506899595,0.2713169455528259,0.5122777223587036,0.78373783826828,923.0,236288.0,5475.211373436963,15122432.0 +239.62,7.400000095367432,2797.0,0.012363377027213573,0.139404296875,0.0,1.8224455118179321,1.9454360008239746,-0.010981339029967785,0.0024801280815154314,0.33884671330451965,0.5089827179908752,0.7419413924217224,924.0,236544.0,5481.068263358902,15138816.0 +277.72,6.900000095367432,2784.0,0.012704148888587952,0.1572062224149704,0.0,1.7850369215011597,1.9742673635482788,-0.011506889946758747,0.0024784030392766,0.2533623278141022,0.5162325501441956,0.7676824331283569,925.0,236800.0,5486.953437391901,15155200.0 +273.31,7.5,2803.0,0.016026999801397324,0.19293212890625,0.0,1.8153008222579956,1.960524559020996,-0.010990165174007416,0.002479740884155035,0.3097119629383087,0.5170543789863586,0.7695795446634293,926.0,237056.0,5492.799438156886,15171584.0 +222.49,7.300000190734863,2807.0,0.012814272195100784,0.1541748046875,0.0,1.8323270082473755,1.8998538255691528,-0.012913315556943417,0.002475884510204196,0.35276541113853455,0.5156745910644531,0.7411863505840302,927.0,237312.0,5498.635533064837,15187968.0 +266.2,6.900000095367432,2798.0,0.01499495655298233,0.1800740510225296,0.0,1.9124835729599,1.8866578340530396,-0.011372304521501064,0.0024817241355776787,0.5110844969749451,0.5120521783828735,0.6545707285404205,928.0,237568.0,5504.492162812967,15204352.0 +198.78,7.400000095367432,2806.0,0.013800364919006824,0.1591593474149704,0.0,1.7771517038345337,1.9549106359481812,-0.008294408209621906,0.00247255340218544,0.25755247473716736,0.5052497386932373,0.7832303643226624,929.0,237824.0,5510.3319943428505,15220736.0 +211.53,7.5,2800.0,0.015048936940729618,0.15545654296875,0.0,1.815118432044983,1.953511357307434,-0.011306499131023884,0.00247742491774261,0.3345249593257904,0.5053887963294983,0.7528363913297653,930.0,238080.0,5516.184221663047,15237120.0 +287.4,7.0,2837.0,0.016275497153401375,0.1725056916475296,0.0,1.8053361177444458,1.9930661916732788,-0.008272207342088223,0.002483383519575,0.28982970118522644,0.5127227902412415,0.7404858767986298,931.0,238336.0,5521.959437707905,15253504.0 +373.78,6.599999904632568,2711.0,0.01711740531027317,0.1736246794462204,0.0,1.8195852041244507,2.00398325920105,-0.009331125766038895,0.0024957607965916395,0.29779812693595886,0.5184128880500793,0.7575660049915314,932.0,238592.0,5528.003143802984,15269888.0 +358.07,6.599999904632568,2711.0,0.0136784752830863,0.1583048552274704,0.0,1.7797574996948242,2.002180814743042,-0.009688868187367916,0.002494573360309005,0.2288583517074585,0.5137930512428284,0.8113168329000473,933.0,238848.0,5534.0455395570025,15286272.0 +351.73,6.5,2705.0,0.016957104206085205,0.1616617888212204,0.0,1.7805442810058594,2.0250236988067627,-0.01029125414788723,0.002488241298124194,0.22602909803390503,0.5201091766357422,0.7962837517261505,934.0,239104.0,5540.102999823866,15302656.0 +343.55,6.699999809265137,2774.0,0.014634613879024982,0.15997314453125,0.0,1.8376604318618774,1.987154483795166,-0.009044294245541096,0.0024816880468279123,0.3451439142227173,0.5191604495048523,0.7585488557815552,935.0,239360.0,5546.00957036484,15319040.0 +323.85,6.800000190734863,2791.0,0.01404301356524229,0.1502888947725296,0.0,1.8264106512069702,1.9981269836425781,-0.01016272883862257,0.00248570810072124,0.3577466309070587,0.5001913905143738,0.7453001141548157,936.0,239616.0,5551.880535950884,15335424.0 +238.32,7.300000190734863,2799.0,0.01517528761178255,0.16485595703125,0.0,1.7946733236312866,1.9762686491012573,-0.010312112979590893,0.0024744358379393816,0.28242290019989014,0.5119109749794006,0.7767828404903412,937.0,239872.0,5557.734898159048,15351808.0 +266.06,7.599999904632568,2813.0,0.01197041105479002,0.1343994140625,0.0,1.7891883850097656,1.9910134077072144,-0.00847330130636692,0.002480980707332492,0.292090505361557,0.4961611032485962,0.785042017698288,938.0,240128.0,5563.5595182369,15368192.0 +309.73,7.300000190734863,2803.0,0.01466088742017746,0.17193603515625,0.0,1.787867546081543,2.003049612045288,-0.0097889993339777,0.0024802812840789557,0.25908881425857544,0.5137741565704346,0.7686485797166824,939.0,240384.0,5569.405028319918,15384576.0 +324.88,6.900000095367432,2818.0,0.013348785229027271,0.1397298127412796,0.0,1.8079876899719238,2.0192394256591797,-0.010548884980380535,0.0024900527205318213,0.3070509135723114,0.5058344006538391,0.7597947716712952,940.0,240640.0,5575.219565202016,15400960.0 +308.96,6.300000190734863,2795.0,0.0129369692876935,0.1468912810087204,0.0,1.812238097190857,1.9852968454360962,-0.011074989102780819,0.0024815178476274014,0.3127571642398834,0.5117475986480713,0.7446531653404236,941.0,240896.0,5581.0804838819895,15417344.0 +288.56,6.699999809265137,2807.0,0.0134891951456666,0.1509602814912796,0.0,1.804024577140808,2.0009098052978516,-0.011497431434690952,0.0024836882948875427,0.31632938981056213,0.5008742213249207,0.724517822265625,942.0,241152.0,5586.917846438941,15433728.0 +301.49,6.900000095367432,2797.0,0.012931345961987972,0.14251708984375,0.0,1.7720413208007812,1.983451247215271,-0.009768249467015266,0.0024711228907108307,0.24284648895263672,0.5101226568222046,0.7928231656551361,943.0,241408.0,5592.774459094973,15450112.0 +263.07,7.199999809265137,2788.0,0.01549675315618515,0.1441650390625,0.0,1.79759681224823,1.9674372673034668,-0.009266345761716366,0.0024727501440793276,0.2886313498020172,0.5113881230354309,0.7615715712308884,944.0,241664.0,5598.65120490687,15466496.0 +250.98,7.599999904632568,2822.0,0.014828925020992756,0.1622314453125,0.0,1.842384696006775,1.921986699104309,-0.011437577195465565,0.0024758565705269575,0.3615300953388214,0.5202818512916565,0.7311651408672333,945.0,241920.0,5604.457843296928,15482880.0 +247.72,7.0,2783.0,0.012355424463748932,0.1393025666475296,0.0,1.8716025352478027,1.950453758239746,-0.009207176975905895,0.0024779215455055237,0.40083765983581543,0.5271643996238708,0.7142161726951599,946.0,242176.0,5610.344515566947,15499264.0 +207.59,7.599999904632568,2791.0,0.011196567676961422,0.1355997771024704,0.0,1.8075456619262695,1.9239908456802368,-0.01229924988001585,0.002479896182194352,0.2978086769580841,0.5160834789276123,0.7497470080852509,947.0,242432.0,5616.215803755913,15515648.0 +239.57,7.5,2814.0,0.011125300079584122,0.13055419921875,0.0,1.8127833604812622,1.9555164575576782,-0.01051565632224083,0.0024740833323448896,0.31253549456596375,0.5152561068534851,0.7506622523069382,948.0,242688.0,5622.03867271496,15532032.0 +272.27,7.099999904632568,2754.0,0.014200967736542225,0.1583251953125,0.0,1.826819896697998,1.9811105728149414,-0.012977294623851776,0.002478361828252673,0.3413773477077484,0.5155405402183533,0.7189669013023376,949.0,242944.0,5627.987868844997,15548416.0 +265.66,7.199999809265137,2738.0,0.013920045457780361,0.1472371369600296,0.0,1.7061189413070679,1.9830132722854614,-0.010422877036035061,0.0024823856074362993,0.37998923659324646,0.5012040734291077,0.7341355979442596,950.0,243200.0,5633.971260489896,15564800.0 +264.62,7.0,2773.0,0.013645856641232967,0.1463826447725296,0.0,1.6294106245040894,2.054006338119507,-0.01100088655948639,0.0024859944824129343,0.21637369692325592,0.5065968632698059,0.7936526834964752,951.0,243456.0,5639.879792087944,15581184.0 +312.25,6.5,2802.0,0.011973805725574493,0.1368815153837204,0.0,1.67050039768219,2.043327569961548,-0.010896335355937481,0.002490111393854022,0.27795884013175964,0.5159026980400085,0.7622862160205841,952.0,243712.0,5645.72698282497,15597568.0 +319.05,6.400000095367432,2794.0,0.013063184916973114,0.14044189453125,0.0,1.705594539642334,2.0099260807037354,-0.010633529163897038,0.0024885835591703653,0.333878755569458,0.5240327715873718,0.7386010885238647,953.0,243968.0,5651.5897770999,15613952.0 +290.63,6.599999904632568,2803.0,0.010617024265229702,0.12554931640625,0.0,1.7491949796676636,1.9851669073104858,-0.00952223688364029,0.0024777064099907875,0.4245694577693939,0.5259737372398376,0.7120749950408936,954.0,244224.0,5657.435201731045,15630336.0 +232.15,7.400000095367432,2808.0,0.012743662111461163,0.1336669921875,0.0,1.695864200592041,1.9472851753234863,-0.010768257081508636,0.002480108058080077,0.3492859899997711,0.508072555065155,0.7620496302843094,955.0,244480.0,5663.27088544704,15646720.0 +224.21,7.900000095367432,2803.0,0.013287623412907124,0.1525675505399704,0.0,1.6521648168563843,1.970757007598877,-0.012001086957752705,0.002477585803717375,0.24703949689865112,0.5193521976470947,0.7722947001457214,956.0,244736.0,5669.1165809319355,15663104.0 +291.89,7.099999904632568,2801.0,0.010284538380801678,0.12213134765625,0.0,1.6314411163330078,2.0296809673309326,-0.01196978334337473,0.0024822563864290714,0.20735566318035126,0.5166518092155457,0.8095940053462982,957.0,244992.0,5674.966959448997,15679488.0 +317.45,6.699999809265137,2831.0,0.012983790598809719,0.1612955778837204,0.0,1.688176155090332,2.0088672637939453,-0.010135767050087452,0.0024767026770859957,0.309865266084671,0.5233029723167419,0.7815881967544556,958.0,245248.0,5680.75491280295,15695872.0 +280.89,7.199999809265137,2809.0,0.014158632606267929,0.17352294921875,0.0,1.6703110933303833,2.0482571125030518,-0.008843042887747288,0.0024786116555333138,0.28645652532577515,0.5143939256668091,0.798078790307045,959.0,245504.0,5686.58678668784,15712256.0 +303.41,7.0,2793.0,0.01339944452047348,0.14410400390625,0.0,1.6590951681137085,2.013183355331421,-0.009560187347233295,0.0024800279643386602,0.25481224060058594,0.5192882418632507,0.7659580856561661,960.0,245760.0,5692.45276759984,15728640.0 +336.6,6.400000095367432,2815.0,0.01529499888420105,0.1685587614774704,0.0,1.6493010520935059,1.9877568483352661,-0.01180969923734665,0.0024802798870950937,0.2545260787010193,0.5105368494987488,0.7630563080310822,961.0,246016.0,5698.271744530881,15745024.0 +360.92,6.300000190734863,2827.0,0.011735744774341583,0.1424357146024704,0.0,1.696860432624817,1.9888648986816406,-0.009521233849227428,0.0024876154493540525,0.3155001699924469,0.523539125919342,0.7557634115219116,962.0,246272.0,5704.067350060912,15761408.0 +349.87,6.699999809265137,2756.0,0.010122004896402359,0.1238606795668602,0.0,1.6536351442337036,2.0126404762268066,-0.008617145009338856,0.002486896701157093,0.2284306138753891,0.5234965682029724,0.8007271736860275,963.0,246528.0,5710.011373247951,15777792.0 +308.66,7.099999904632568,2800.0,0.014445413835346699,0.1759846955537796,0.0,1.6600261926651,2.0176963806152344,-0.011134256608784199,0.0024839050602167845,0.2515818178653717,0.5220435261726379,0.7970333695411682,964.0,246784.0,5715.862904124893,15794176.0 +352.12,6.300000190734863,2792.0,0.014062955975532532,0.1544596403837204,0.0,1.6992257833480835,2.013683795928955,-0.010351289063692093,0.002477028639987111,0.34375736117362976,0.516792893409729,0.7091695368289948,965.0,247040.0,5721.731335774995,15810560.0 +329.15,6.800000190734863,2751.0,0.012565337121486664,0.1525065153837204,0.0,1.6929527521133423,2.0091121196746826,-0.010093248449265957,0.00246590469032526,0.3206084072589874,0.527985692024231,0.7884950637817383,966.0,247296.0,5727.6860696699005,15826944.0 +278.66,7.400000095367432,2787.0,0.012507467530667782,0.1480305939912796,0.0,1.7024117708206177,2.0132946968078613,-0.011616668663918972,0.0024719403591006994,0.3444082736968994,0.5239813923835754,0.7865447998046875,967.0,247552.0,5733.564952287823,15843328.0 +256.18,6.5,2750.0,0.01327944453805685,0.1596272736787796,0.0,1.6892887353897095,2.011756658554077,-0.012532371096313,0.0024869630578905344,0.32283028960227966,0.5148550868034363,0.7849478125572205,968.0,247808.0,5739.523099432001,15859712.0 +255.93,6.5,2810.0,0.012133206240832806,0.1461181640625,0.0,1.6742790937423706,2.0052874088287354,-0.013651699759066105,0.0024764584377408028,0.2918315827846527,0.5218469500541687,0.8152628988027573,969.0,248064.0,5745.352932011941,15876096.0 +277.07,7.0,2801.0,0.01287351455539465,0.1508382111787796,0.0,1.6355656385421753,2.0567824840545654,-0.009835725650191307,0.0024771320167928934,0.23601756989955902,0.505614697933197,0.8000384569168091,970.0,248320.0,5751.2025706109125,15892480.0 +327.26,6.5,2811.0,0.012802314944565296,0.1445515900850296,0.0,1.649915337562561,2.027158498764038,-0.011474753729999065,0.0024743368849158287,0.2568378746509552,0.5129645466804504,0.7855744063854218,971.0,248576.0,5757.0308971479535,15908864.0 +380.87,6.199999809265137,2793.0,0.010407358407974243,0.1319376677274704,0.0,1.6602729558944702,2.045219659805298,-0.009667984209954739,0.0024731310550123453,0.2696678340435028,0.5161774158477783,0.7935160547494888,972.0,248832.0,5762.896582970861,15925248.0 +322.64,7.0,2776.0,0.013379767537117004,0.1688435822725296,0.0,1.704941749572754,2.0285003185272217,-0.011628017760813236,0.0024687473196536303,0.3496665060520172,0.5256507992744446,0.7730187922716141,973.0,249088.0,5768.7978392408695,15941632.0 +294.65,7.199999809265137,2820.0,0.012710792012512684,0.1533203125,0.0,1.6243505477905273,2.0586373805999756,-0.012481492944061756,0.0024709568824619055,0.21147964894771576,0.5128918886184692,0.8315937966108322,974.0,249344.0,5774.607945282944,15958016.0 +281.27,7.0,2809.0,0.014518785290420055,0.1720377653837204,0.0,1.6783016920089722,2.0135445594787598,-0.010491677559912205,0.0024736467748880386,0.33124980330467224,0.5021106600761414,0.771219477057457,975.0,249600.0,5780.441470441874,15974400.0 +263.74,6.900000095367432,2755.0,0.013792832382023335,0.1655680388212204,0.0,1.6896839141845703,2.0180273056030273,-0.012143261730670929,0.0024817076046019793,0.34378793835639954,0.5057530403137207,0.7436505854129791,976.0,249856.0,5786.38841129397,15990784.0 +326.91,6.199999809265137,2808.0,0.010997921228408813,0.1360066682100296,0.0,1.747153401374817,2.0466997623443604,-0.009503788314759731,0.0024766172282397747,0.4225740134716034,0.5260152220726013,0.6658438742160797,977.0,250112.0,5792.223909282824,16007168.0 +263.05,6.0,2808.0,0.013990606181323528,0.1588134765625,0.0,1.7289565801620483,2.03476881980896,-0.011748038232326508,0.0024815320502966642,0.4074520766735077,0.5139676928520203,0.7494753003120422,978.0,250368.0,5798.059204336023,16023552.0 +208.2,7.400000095367432,2812.0,0.014123964123427868,0.14385986328125,0.0,1.6826626062393188,2.0402166843414307,-0.010919958353042603,0.0024850908666849136,0.3149857819080353,0.5112484097480774,0.7744255512952805,979.0,250624.0,5803.886135631008,16039936.0 +276.82,6.900000095367432,2820.0,0.013362682424485683,0.1348876953125,0.0,1.7333751916885376,2.054368019104004,-0.009550771676003933,0.002484070835635066,0.39616501331329346,0.5217810273170471,0.7524560987949371,980.0,250880.0,5809.695583240828,16056320.0 +251.61,6.599999904632568,2830.0,0.011577690951526165,0.1308797150850296,0.0,1.7935775518417358,2.085444211959839,-0.009474455378949642,0.0024918520357459784,0.5087631940841675,0.5225529074668884,0.7217174768447876,981.0,251136.0,5815.484770898009,16072704.0 +159.03,7.199999809265137,2809.0,0.012167110107839108,0.1412353515625,0.0,1.7191609144210815,2.062046527862549,-0.010372452437877655,0.0024824494030326605,0.3598634898662567,0.5280397534370422,0.776748463511467,982.0,251392.0,5821.316569695948,16089088.0 +198.33,6.5,2792.0,0.013639775104820728,0.1612141877412796,0.0,1.706607460975647,2.0644116401672363,-0.010846833698451519,0.002485190285369754,0.34791532158851624,0.5198171734809875,0.7913589924573898,983.0,251648.0,5827.183603351936,16105472.0 +219.92,7.099999904632568,2810.0,0.01227564737200737,0.139404296875,0.0,1.7731972932815552,2.0334255695343018,-0.010196688584983349,0.0024809634778648615,0.47813013195991516,0.5225189328193665,0.7441296279430389,984.0,251904.0,5833.014735060977,16121856.0 +170.46,7.099999904632568,2796.0,0.015906522050499916,0.1529134064912796,0.0,1.7928122282028198,1.9981781244277954,-0.013597562909126282,0.00247445167042315,0.537996768951416,0.5175833106040955,0.7320063412189484,985.0,252160.0,5838.875273810001,16138240.0 +191.22,7.300000190734863,2795.0,0.013169999234378338,0.13671875,0.0,1.7473150491714478,1.9906363487243652,-0.01088606659322977,0.0024812028277665377,0.45446255803108215,0.5068644881248474,0.7362335324287415,986.0,252416.0,5844.737029051874,16154624.0 +184.64,7.5,2789.0,0.014745745807886124,0.1565144807100296,0.0,1.6817876100540161,2.0400094985961914,-0.010851852595806122,0.0024784423876553774,0.31681713461875916,0.5124759078025818,0.7748353034257889,987.0,252672.0,5850.6108831230085,16171008.0 +220.09,7.099999904632568,2799.0,0.014927112497389317,0.1666056364774704,0.0,1.6549954414367676,2.0607211589813232,-0.012882898561656475,0.0024876086972653866,0.24632446467876434,0.5199403762817383,0.797479584813118,988.0,252928.0,5856.464078041958,16187392.0 +254.42,7.599999904632568,2766.0,0.013582318089902401,0.1533203125,0.0,1.6708240509033203,2.0312442779541016,-0.010378132574260235,0.00248324335552752,0.2523922026157379,0.5333852171897888,0.8114473521709442,989.0,253184.0,5862.387835339876,16203776.0 +271.68,7.099999904632568,2721.0,0.012115350924432278,0.1335856169462204,0.0,1.699741005897522,2.0303757190704346,-0.009527568705379963,0.002475285204127431,0.32987603545188904,0.5253258347511292,0.7405919134616852,990.0,253440.0,5868.40799813089,16220160.0 +265.46,6.800000190734863,2797.0,0.013628908433020115,0.1510213166475296,0.0,1.7002118825912476,2.0268852710723877,-0.009447078220546246,0.0024804589338600636,0.3561646044254303,0.5083286166191101,0.768113449215889,991.0,253696.0,5874.265254068887,16236544.0 +267.68,6.800000190734863,2796.0,0.012353879399597645,0.1361083984375,0.0,1.6997991800308228,2.0383617877960205,-0.008811174891889095,0.002471698448061943,0.32744452357292175,0.5278375744819641,0.7837917655706406,992.0,253952.0,5880.124666025862,16252928.0 +252.11,7.199999809265137,2807.0,0.017034059390425682,0.1537678986787796,0.0,1.640965461730957,2.0444912910461426,-0.008943337015807629,0.0024727778509259224,0.24123822152614594,0.5097906589508057,0.8146192729473114,993.0,254208.0,5885.961368598044,16269312.0 +296.91,7.5,2799.0,0.016917487606406212,0.1738688200712204,0.0,1.6584986448287964,2.008784770965576,-0.009881277568638325,0.0024750016164034605,0.27887412905693054,0.507885754108429,0.7800844311714172,994.0,254464.0,5891.814746693941,16285696.0 +282.93,7.199999809265137,2806.0,0.01280835922807455,0.1361490935087204,0.0,1.7363957166671753,2.0251972675323486,-0.010502406395971775,0.0024740800727158785,0.42417025566101074,0.515145480632782,0.7060130834579468,995.0,254720.0,5897.653057813877,16302080.0 +279.47,6.800000190734863,2808.0,0.012818988412618637,0.1329752653837204,0.0,1.7108298540115356,1.991594910621643,-0.00933342706412077,0.0024732414167374372,0.38880565762519836,0.504986584186554,0.7485662996768951,996.0,254976.0,5903.487745234044,16318464.0 +189.47,7.900000095367432,2827.0,0.01601491868495941,0.16705322265625,0.0,1.688400387763977,1.993809700012207,-0.011438257992267609,0.002470168052241206,0.3416581153869629,0.5102091431617737,0.7674161940813065,997.0,255232.0,5909.283037967049,16334848.0 +169.65,8.399999618530273,2809.0,0.01488822977989912,0.1538289338350296,0.0,1.7112473249435425,2.0106265544891357,-0.008324314840137959,0.0024681214708834887,0.35098788142204285,0.5284000039100647,0.7669128030538559,998.0,255488.0,5915.116771844914,16351232.0 +187.19,8.399999618530273,2796.0,0.014092241413891315,0.1484578400850296,0.0,1.6675821542739868,1.992669939994812,-0.010112985037267208,0.002473100321367383,0.2949813902378082,0.5100763440132141,0.8016400039196014,999.0,255744.0,5920.976886858931,16367616.0 +227.61,7.5,2829.0,0.014210253953933716,0.1552734375,0.0,1.9149603843688965,1.9888092279434204,-0.010761029087007046,0.0024759084917604923,0.3788788318634033,0.5182158350944519,0.7778393030166626,1000.0,256000.0,5926.768403431866,16384000.0 +219.72,7.5,2823.0,0.014572585932910442,0.1421915739774704,0.0,1.9341955184936523,1.9764585494995117,-0.008649050258100033,0.002474796259775758,0.39773857593536377,0.5263416171073914,0.7671367973089218,1001.0,256256.0,5932.572630459908,16400384.0 +176.13,7.5,2822.0,0.01598457433283329,0.1590779572725296,0.0,1.928890585899353,1.9738574028015137,-0.009915713220834732,0.0024779257364571095,0.40959087014198303,0.5147867798805237,0.7664747536182404,1002.0,256512.0,5938.378096253844,16416768.0 +194.17,6.800000190734863,2811.0,0.016570596024394035,0.1544189453125,0.0,1.9773507118225098,1.9624820947647095,-0.008608516305685043,0.0024789662566035986,0.5184118747711182,0.5068950653076172,0.6780751347541809,1003.0,256768.0,5944.205470049987,16433152.0 +226.23,7.099999904632568,2817.0,0.023707160726189613,0.1874186247587204,0.0,1.9546747207641602,1.9936269521713257,-0.007714363280683756,0.0024800265673547983,0.42139700055122375,0.5316134095191956,0.744930624961853,1004.0,257024.0,5950.021340935957,16449536.0 +239.29,6.900000095367432,2811.0,0.015806147828698158,0.1534016877412796,0.0,1.918643832206726,1.969638705253601,-0.01005259994417429,0.002485323930159211,0.3793560266494751,0.5160526633262634,0.7183985710144043,1005.0,257280.0,5955.849568824982,16465920.0 +230.09,7.199999809265137,2778.0,0.013774938881397247,0.1447346955537796,0.0,1.9049571752548218,1.991706371307373,-0.01000584289431572,0.0024830978363752365,0.3314332067966461,0.5276147723197937,0.7661910206079483,1006.0,257536.0,5961.747904845979,16482304.0 +224.34,7.400000095367432,2802.0,0.01291689369827509,0.130615234375,0.0,1.9090975522994995,1.9899849891662598,-0.010719274170696735,0.0024720265064388514,0.3445444405078888,0.5314311385154724,0.781901553273201,1007.0,257792.0,5967.594981080852,16498688.0 +233.07,7.199999809265137,2781.0,0.01260669156908989,0.1492106169462204,0.0,1.9237327575683594,1.9887453317642212,-0.012084056623280048,0.002469714032486081,0.3979816436767578,0.521856427192688,0.7435868382453918,1008.0,258048.0,5973.485224044882,16515072.0 +233.08,6.900000095367432,2758.0,0.014095372520387173,0.1499226838350296,0.0,1.942760944366455,1.9563426971435547,-0.009540301747620106,0.0024681470822542906,0.41899362206459045,0.5282941460609436,0.7340739071369171,1009.0,258304.0,5979.4265812479425,16531456.0 +215.54,7.699999809265137,2819.0,0.01676897145807743,0.1737263947725296,0.0,1.8910049200057983,2.003659725189209,-0.012712717987596989,0.00247417064383626,0.3204338252544403,0.5264521241188049,0.8042535036802292,1010.0,258560.0,5985.238422743976,16547840.0 +190.77,7.099999904632568,2745.0,0.01363410148769617,0.1449178010225296,0.0,1.9712176322937012,1.979582667350769,-0.007543853018432856,0.0024771627504378557,0.45946839451789856,0.5302419066429138,0.7140994668006897,1011.0,258816.0,5991.206990030827,16564224.0 +176.17,8.0,2826.0,0.016311034560203552,0.1808675080537796,0.0,1.9125080108642578,1.9493802785873413,-0.010733759962022305,0.002479186514392495,0.3638492822647095,0.5212175250053406,0.7387638986110687,1012.0,259072.0,5997.004807455931,16580608.0 +232.88,7.5,2784.0,0.012763344682753086,0.1393636018037796,0.0,1.9031976461410522,1.9261223077774048,-0.012118403799831867,0.0024823404382914305,0.3522886037826538,0.5172625780105591,0.7642723321914673,1013.0,259328.0,6002.889703189023,16596992.0 +240.9,7.099999904632568,2797.0,0.019672278314828873,0.1566975861787796,0.0,1.8792399168014526,1.8988360166549683,-0.008714132942259312,0.002482787473127246,0.2832666337490082,0.5239152312278748,0.7687458544969559,1014.0,259584.0,6008.746579018887,16613376.0 +221.58,7.800000190734863,2810.0,0.021795811131596565,0.1823933869600296,0.0,1.8922876119613647,1.8944778442382812,-0.009216498583555222,0.0024866380263119936,0.3206021189689636,0.5168289542198181,0.7747844010591507,1015.0,259840.0,6014.576163400896,16629760.0 +234.8,7.400000095367432,2818.0,0.02299240045249462,0.1755574494600296,0.0,1.876939296722412,1.9431132078170776,-0.010215872898697853,0.002485906472429633,0.2864238917827606,0.5204212069511414,0.750093474984169,1016.0,260096.0,6020.389024376869,16646144.0 +258.76,7.5,2822.0,0.01941353641450405,0.18109130859375,0.0,1.9484015703201294,1.9145570993423462,-0.005147559102624655,0.0024768479634076357,0.4182004928588867,0.525170624256134,0.7118957936763763,1017.0,260352.0,6026.193771105958,16662528.0 +178.05,7.5,2809.0,0.014168761670589447,0.15301513671875,0.0,1.961957335472107,1.9335346221923828,-0.011122573167085648,0.002475079381838441,0.461558073759079,0.524096667766571,0.7122941315174103,1018.0,260608.0,6032.027438079938,16678912.0 +208.55,6.699999809265137,2815.0,0.012964851222932339,0.1427205353975296,0.0,1.9379953145980835,1.9405268430709839,-0.01195958536118269,0.0024743741378188133,0.42959585785865784,0.5173750519752502,0.7262948155403137,1019.0,260864.0,6037.847797953989,16695296.0 +176.97,7.5,2787.0,0.011523477733135223,0.1283772736787796,0.0,1.9605265855789185,1.8681620359420776,-0.010118656791746616,0.0024776021018624306,0.4807136058807373,0.510169267654419,0.7321125268936157,1020.0,261120.0,6043.727083490929,16711680.0 +149.3,7.400000095367432,2809.0,0.013385758735239506,0.144775390625,0.0,1.9649667739868164,1.8764262199401855,-0.012348148040473461,0.0024681619834154844,0.4636491537094116,0.5301735997200012,0.7599333375692368,1021.0,261376.0,6049.559897993924,16728064.0 +188.49,7.199999809265137,2804.0,0.011430143378674984,0.1248779296875,0.0,1.9617105722427368,1.8902655839920044,-0.011084056459367275,0.00246942276135087,0.4581574499607086,0.527907133102417,0.732569009065628,1022.0,261632.0,6055.402519722935,16744448.0 +165.09,8.0,2823.0,0.011257141828536987,0.1300862580537796,0.0,1.918872356414795,1.9356948137283325,-0.009898859076201916,0.0024745960254222155,0.3758927881717682,0.5228831768035889,0.7518491894006729,1023.0,261888.0,6061.2061093419325,16760832.0 +226.4,7.400000095367432,2816.0,0.013813294470310211,0.1520792692899704,0.0,1.9188032150268555,1.911012053489685,-0.012956208549439907,0.002478092908859253,0.3803539276123047,0.5216460824012756,0.714192807674408,1024.0,262144.0,6067.024789772928,16777216.0 +185.09,8.5,2783.0,0.012426960282027721,0.1390380859375,0.0,1.8810338973999023,1.9750338792800903,-0.012379310093820095,0.0024749315343797207,0.31810590624809265,0.5166446566581726,0.7719801217317581,1025.0,262400.0,6072.910885496996,16793600.0 +211.82,8.199999809265137,2816.0,0.018378784880042076,0.1757405549287796,0.0,1.9044623374938965,1.9647570848464966,-0.006179989781230688,0.002478948561474681,0.3467303514480591,0.5174506306648254,0.8003317713737488,1026.0,262656.0,6078.728518345859,16809984.0 +200.03,7.300000190734863,2785.0,0.01355844084173441,0.1355997771024704,0.0,2.028003215789795,1.9203473329544067,-0.008369247429072857,0.0024791976902633905,0.5909119844436646,0.5205212235450745,0.7077025771141052,1027.0,262912.0,6084.611932301894,16826368.0 +117.72,8.899999618530273,2818.0,0.012514864094555378,0.1209513321518898,0.0,1.9628901481628418,1.8573936223983765,-0.010978995822370052,0.0024784673005342484,0.4630335867404938,0.5216923952102661,0.7490421831607819,1028.0,263168.0,6090.4255209919065,16842752.0 +140.18,7.400000095367432,2830.0,0.014078974723815918,0.1313679963350296,0.0,1.944951057434082,1.907950520515442,-0.007693380583077669,0.002463479759171605,0.4257465600967407,0.527110755443573,0.7369892597198486,1029.0,263424.0,6096.215161139844,16859136.0 +135.66,7.599999904632568,2808.0,0.01208125427365303,0.1300862580537796,0.0,1.9046345949172974,1.917923092842102,-0.012514271773397923,0.0024626904632896185,0.35674747824668884,0.5266095399856567,0.7299731075763702,1030.0,263680.0,6102.049110550899,16875520.0 +233.63,7.099999904632568,2820.0,0.010850388556718826,0.13250732421875,0.0,1.8930188417434692,1.9523462057113647,-0.011407550424337387,0.0024632320273667574,0.37041857838630676,0.5071244835853577,0.7330436110496521,1031.0,263936.0,6107.858196018962,16891904.0 +303.35,6.800000190734863,2806.0,0.013251811265945435,0.1581013947725296,0.0,1.9202152490615845,1.9183050394058228,-0.011000264436006546,0.0024629798717796803,0.3851137161254883,0.5263517498970032,0.7204128801822662,1032.0,264192.0,6113.696746316971,16908288.0 +178.49,7.199999809265137,2778.0,0.015190227888524532,0.1546223908662796,0.0,1.957302451133728,1.8949671983718872,-0.012782745994627476,0.002472141059115529,0.46619248390197754,0.5198678970336914,0.7235667407512665,1033.0,264448.0,6119.595062818844,16924672.0 +158.13,7.800000190734863,2800.0,0.013965107500553131,0.1406656950712204,0.0,1.9184454679489136,1.9116581678390503,-0.008216992020606995,0.0024646108504384756,0.38201141357421875,0.5224676132202148,0.7771386504173279,1034.0,264704.0,6125.447394730989,16941056.0 +174.15,8.5,2813.0,0.015009063296020031,0.1510416716337204,0.0,1.9169057607650757,1.8765956163406372,-0.008655092678964138,0.0024732158053666353,0.3984518051147461,0.5084929466247559,0.7449691891670227,1035.0,264960.0,6131.2718766960315,16957440.0 +170.06,7.699999809265137,2805.0,0.01289147138595581,0.13189697265625,0.0,1.961987853050232,1.9116114377975464,-0.0074938200414180756,0.0024653293658047915,0.4642426669597626,0.5238117575645447,0.7480440139770508,1036.0,265216.0,6137.112275140826,16973824.0 +151.61,8.300000190734863,2812.0,0.012424574233591557,0.13336181640625,0.0,1.917782187461853,1.9150973558425903,-0.011998237110674381,0.002483469434082508,0.3756542205810547,0.5193696618080139,0.7699998170137405,1037.0,265472.0,6142.939066035906,16990208.0 +168.23,8.199999809265137,2830.0,0.016175948083400726,0.1445515900850296,0.0,1.8467646837234497,1.9348822832107544,-0.010072651319205761,0.0024730488657951355,0.2729332745075226,0.5031952857971191,0.8082001358270645,1038.0,265728.0,6148.728441718966,17006592.0 +229.87,8.399999618530273,2751.0,0.012994926422834396,0.1440022736787796,0.0,1.897882103919983,1.9133676290512085,-0.010831437073647976,0.002469267463311553,0.3571091592311859,0.5146588683128357,0.7576600015163422,1039.0,265984.0,6154.684206683887,17022976.0 +195.01,7.699999809265137,2787.0,0.015009152702987194,0.15625,0.0,1.973410964012146,1.8887768983840942,-0.009137717075645924,0.0024637572932988405,0.4864223301410675,0.5263463854789734,0.6969288885593414,1040.0,266240.0,6160.563073883997,17039360.0 +161.82,7.800000190734863,2807.0,0.018289003521203995,0.1457316130399704,0.0,1.9491297006607056,1.91671884059906,-0.011387732811272144,0.0024846959859132767,0.4268851578235626,0.5238939523696899,0.7085513174533844,1041.0,266496.0,6166.402228454826,17055744.0 +172.34,7.800000190734863,2786.0,0.014945159666240215,0.1720784455537796,0.0,1.9439643621444702,1.9324358701705933,-0.011378239840269089,0.0024724178947508335,0.42469990253448486,0.5261078476905823,0.7142667472362518,1042.0,266752.0,6172.282289705006,17072128.0 +180.02,8.199999809265137,2815.0,0.011919993907213211,0.13250732421875,0.0,1.9053705930709839,1.9525136947631836,-0.011107203550636768,0.0024692106526345015,0.32811978459358215,0.5373375415802002,0.7836236506700516,1043.0,267008.0,6178.1024762638845,17088512.0 +184.3,8.199999809265137,2804.0,0.013037317432463169,0.14385986328125,0.0,1.8802224397659302,1.9026561975479126,-0.01048063114285469,0.002464636927470565,0.31720584630966187,0.5188079476356506,0.7300775051116943,1044.0,267264.0,6183.946214047959,17104896.0 +191.22,7.5,2795.0,0.015736885368824005,0.1521403044462204,0.0,1.9139695167541504,1.877578616142273,-0.010475773364305496,0.002461872762069106,0.39695584774017334,0.5138067007064819,0.692180335521698,1045.0,267520.0,6189.80868987483,17121280.0 +193.61,8.100000381469727,2737.0,0.01408325880765915,0.1461181640625,0.0,1.895362377166748,1.9195923805236816,-0.010041246190667152,0.0024580261670053005,0.3297666609287262,0.5307032465934753,0.7254451811313629,1046.0,267776.0,6195.794840377988,17137664.0 +212.02,7.5,2802.0,0.014131407253444195,0.1502685546875,0.0,1.9171725511550903,1.9309247732162476,-0.011099413968622684,0.002461659722030163,0.3835376501083374,0.524982750415802,0.7330447137355804,1047.0,268032.0,6201.642124092905,17154048.0 +155.58,8.5,2818.0,0.019535386934876442,0.1704915314912796,0.0,1.8977241516113281,1.9348411560058594,-0.01082696858793497,0.0024670676793903112,0.3460848033428192,0.521323025226593,0.7263254523277283,1048.0,268288.0,6207.455876871012,17170432.0 +202.85,7.800000190734863,2805.0,0.010639961808919907,0.1121826171875,0.0,1.9397273063659668,1.9525079727172852,-0.009327628649771214,0.002473800675943494,0.42120686173439026,0.5210763812065125,0.6708120107650757,1049.0,268544.0,6213.295975876041,17186816.0 +214.51,7.599999904632568,2812.0,0.013487226329743862,0.1393636018037796,0.0,1.861794114112854,1.9258264303207397,-0.009722850285470486,0.0024842487182468176,0.36812639236450195,0.5083491802215576,0.685916006565094,1050.0,268800.0,6219.122462933883,17203200.0 +173.15,8.100000381469727,2819.0,0.013556924648582935,0.1504923552274704,0.0,1.9186733961105347,1.9331947565078735,-0.011786486022174358,0.002480428433045745,0.455974817276001,0.5257387757301331,0.6972456574440002,1051.0,269056.0,6224.933828692883,17219584.0 +170.59,7.400000095367432,2788.0,0.014521474950015545,0.1503499299287796,0.0,1.9436336755752563,1.86834716796875,-0.00903129018843174,0.0024749429430812597,0.4950559139251709,0.5305494666099548,0.7207563519477844,1052.0,269312.0,6230.809386251029,17235968.0 +151.23,7.900000095367432,2824.0,0.014184493571519852,0.15838623046875,0.0,1.8961282968521118,1.9011602401733398,-0.011121578514575958,0.0024669882841408253,0.4062519073486328,0.533824622631073,0.7439276278018951,1053.0,269568.0,6236.6104041368235,17252352.0 +167.21,7.5,2808.0,0.014153883792459965,0.1529744416475296,0.0,1.8570542335510254,1.9628463983535767,-0.010704443790018559,0.0024829774629324675,0.3636910617351532,0.5077847838401794,0.7256395816802979,1054.0,269824.0,6242.444859633921,17268736.0 +198.38,7.5,2806.0,0.010216085240244865,0.11688232421875,0.0,1.8780239820480347,1.94207763671875,-0.011347867548465729,0.002473218599334359,0.386613130569458,0.5228633284568787,0.7400956749916077,1055.0,270080.0,6248.2840282309335,17285120.0 +172.07,7.5,2806.0,0.014306723140180111,0.16082763671875,0.0,1.9058098793029785,1.9296326637268066,-0.012590660713613033,0.0024640816263854504,0.44917821884155273,0.5249927043914795,0.7326335608959198,1056.0,270336.0,6254.12244450883,17301504.0 +177.64,7.5,2831.0,0.014166169799864292,0.1546630859375,0.0,1.9087778329849243,1.9074459075927734,-0.010988508351147175,0.0024682178627699614,0.4642605483531952,0.5163635611534119,0.7177282273769379,1057.0,270592.0,6259.909184186952,17317888.0 +173.18,7.699999809265137,2810.0,0.014723350293934345,0.1379191130399704,0.0,1.9165477752685547,1.8948410749435425,-0.010135781951248646,0.0024669868871569633,0.4602731168270111,0.5259891152381897,0.7433639764785767,1058.0,270848.0,6265.739924988942,17334272.0 +111.98,8.5,2804.0,0.011440319009125233,0.1275227814912796,0.0,1.8782399892807007,1.857506275177002,-0.010706700384616852,0.0024808307643979788,0.40012404322624207,0.5108251571655273,0.7490569055080414,1059.0,271104.0,6271.583741186885,17350656.0 +149.73,7.900000095367432,2823.0,0.01314514223486185,0.1094156876206398,0.0,1.9223881959915161,1.9040998220443726,-0.00824294239282608,0.0024852699134498835,0.4629903733730316,0.5195980668067932,0.6803619265556335,1060.0,271360.0,6277.387633541832,17367040.0 +151.79,7.900000095367432,2842.0,0.015012995339930058,0.1624959260225296,0.0,1.8452115058898926,1.8772811889648438,-0.01268539484590292,0.0024870780762284994,0.3449571132659912,0.5043491721153259,0.7931951731443405,1061.0,271616.0,6283.151524294866,17383424.0 +168.05,7.800000190734863,2827.0,0.013807049952447414,0.1557413786649704,0.0,1.8725861310958862,1.8644269704818726,-0.01306967344135046,0.0024773895274847746,0.3896915018558502,0.5145918130874634,0.7423770427703857,1062.0,271872.0,6288.946385171032,17399808.0 +224.75,7.400000095367432,2821.0,0.014958299696445465,0.1156412735581398,0.0,1.8889597654342651,1.8377022743225098,-0.008740895427763462,0.002466872101649642,0.39859485626220703,0.5273643136024475,0.7143337726593018,1063.0,272128.0,6294.753428756027,17416192.0 +156.74,8.399999618530273,2817.0,0.014984309673309326,0.1515299528837204,0.0,1.8864372968673706,1.8465560674667358,-0.012377697974443436,0.002459633396938443,0.4022645652294159,0.5303349494934082,0.7124613523483276,1064.0,272384.0,6300.570480615832,17432576.0 +165.62,7.5,2811.0,0.015451237559318542,0.16143798828125,0.0,1.8848437070846558,1.8564714193344116,-0.01100222859531641,0.0024564305786043406,0.41186967492103577,0.5240676999092102,0.7160968780517578,1065.0,272640.0,6306.399419833906,17448960.0 +160.56,7.800000190734863,2821.0,0.012641667388379574,0.1460164338350296,0.0,1.836596131324768,1.8737138509750366,-0.009477064944803715,0.0024615239817649126,0.2939785420894623,0.5311058163642883,0.7433830499649048,1066.0,272896.0,6312.20657107397,17465344.0 +182.91,8.600000381469727,2828.0,0.01654861308634281,0.1613972932100296,0.0,1.8548334836959839,1.8560916185379028,-0.00933162122964859,0.0024603705387562513,0.3338736593723297,0.529598593711853,0.7811122387647629,1067.0,273152.0,6317.999558347976,17481728.0 +211.53,7.599999904632568,2776.0,0.013523116707801819,0.1412150114774704,0.0,1.8913382291793823,1.894392490386963,-0.010487687774002552,0.0024746612180024385,0.37154749035835266,0.542152464389801,0.7413975298404694,1068.0,273408.0,6323.9019384440035,17498112.0 +162.43,7.800000190734863,2809.0,0.014405373483896255,0.16552734375,0.0,1.91454017162323,1.863637924194336,-0.00887220073491335,0.0024683005176484585,0.42914023995399475,0.5376226305961609,0.7279308140277863,1069.0,273664.0,6329.734297562856,17514496.0 +163.89,7.800000190734863,2846.0,0.01582343690097332,0.1649373322725296,0.0,1.8545230627059937,1.9059162139892578,-0.012102436274290085,0.0024827225133776665,0.34221354126930237,0.5171802639961243,0.7533631771802902,1070.0,273920.0,6335.491707185982,17530880.0 +234.55,7.099999904632568,2810.0,0.01775849424302578,0.1578572541475296,0.0,1.9176177978515625,1.8706053495407104,-0.009300109930336475,0.0024851392954587936,0.4359198808670044,0.5293935537338257,0.7461230456829071,1071.0,274176.0,6341.323242267827,17547264.0 +160.4,7.599999904632568,2832.0,0.0210758987814188,0.1908772736787796,0.0,1.9492779970169067,1.8084887266159058,-0.008278130553662777,0.0024839050602167845,0.500133752822876,0.5278670191764832,0.6847299039363861,1072.0,274432.0,6347.109448621981,17563648.0 +139.89,8.0,2803.0,0.017922060564160347,0.1693522185087204,0.0,1.8595079183578491,1.8892240524291992,-0.009718121029436588,0.0024805229622870684,0.3265523910522461,0.5288072228431702,0.7741111218929291,1073.0,274688.0,6352.953296269989,17580032.0 +191.66,7.599999904632568,2819.0,0.018498094752430916,0.1866658478975296,0.0,1.9028120040893555,1.8615378141403198,-0.009082671254873276,0.0024787550792098045,0.4222848415374756,0.5240764021873474,0.7067853212356567,1074.0,274944.0,6358.764092848869,17596416.0 +176.4,8.699999809265137,2803.0,0.018533959984779358,0.16192626953125,0.0,1.8508044481277466,1.8647748231887817,-0.010542613454163074,0.0024633510038256645,0.3178013861179352,0.5335487723350525,0.7984880357980728,1075.0,275200.0,6364.608484772034,17612800.0 +164.21,7.800000190734863,2823.0,0.014231146313250065,0.15301513671875,0.0,1.938247799873352,1.817212700843811,-0.010580095462501049,0.002463271375745535,0.4836847484111786,0.5377570986747742,0.7519103288650513,1076.0,275456.0,6370.412601603894,17629184.0 +131.24,8.699999809265137,2820.0,0.013592693023383617,0.1436360627412796,0.0,1.8514853715896606,1.7635387182235718,-0.009546143934130669,0.002472042106091976,0.3293902277946472,0.5218988060951233,0.7868301719427109,1077.0,275712.0,6376.221992681036,17645568.0 +133.65,8.0,2843.0,0.0212511345744133,0.1483357697725296,0.0,1.9295662641525269,1.7175889015197754,-0.012055940926074982,0.002476333873346448,0.4850839674472809,0.5220955014228821,0.7269558310508728,1078.0,275968.0,6381.985465800855,17661952.0 +140.31,7.699999809265137,2799.0,0.02022278681397438,0.1422322541475296,0.0,1.9399909973144531,1.7505993843078613,-0.009098443202674389,0.0024739077780395746,0.4981912672519684,0.5245843529701233,0.6908358931541443,1079.0,276224.0,6387.8389989419375,17678336.0 +150.48,7.599999904632568,2809.0,0.016812406480312347,0.1461588591337204,0.0,1.9455825090408325,1.7627496719360352,-0.010380140505731106,0.0024837495293468237,0.5132772922515869,0.5191012024879456,0.664000928401947,1080.0,276480.0,6393.672445321921,17694720.0 +132.06,8.5,2797.0,0.014387656934559345,0.1606648713350296,0.0,1.8469825983047485,1.7855790853500366,-0.011057031340897083,0.002477100817486644,0.3402157723903656,0.5109754204750061,0.7359044551849365,1081.0,276736.0,6399.529028750956,17711104.0 +201.77,7.5,2809.0,0.014055892825126648,0.14373779296875,0.0,1.9547520875930786,1.7761393785476685,-0.009077864699065685,0.0024677240289747715,0.5252084136009216,0.5292021632194519,0.6506039798259735,1082.0,276992.0,6405.3610439908225,17727488.0 +132.36,7.900000095367432,2801.0,0.012768044136464596,0.1305948942899704,0.0,1.9574328660964966,1.7487730979919434,-0.011963997967541218,0.002470562234520912,0.542086660861969,0.5245562195777893,0.6842972338199615,1083.0,277248.0,6411.211172239855,17743872.0 +136.24,8.0,2806.0,0.015934240072965622,0.16998291015625,0.0,1.9790931940078735,1.7393426895141602,-0.010592304170131683,0.002466164529323578,0.5764403343200684,0.5298491716384888,0.6670709550380707,1084.0,277504.0,6417.0504115319345,17760256.0 +107.62,8.5,2801.0,0.013090844266116619,0.1463826447725296,0.0,1.8696603775024414,1.7235841751098633,-0.01241573691368103,0.0024747170973569155,0.3888383209705353,0.5112494230270386,0.7518856376409531,1085.0,277760.0,6422.900524321012,17776640.0 +133.27,7.699999809265137,2802.0,0.012428962625563145,0.1226806640625,0.0,1.9470340013504028,1.7470556497573853,-0.011396019719541073,0.002468072110787034,0.4903678596019745,0.5410576462745667,0.6958572268486023,1086.0,278016.0,6428.747159279883,17793024.0 +133.05,8.5,2817.0,0.011810014955699444,0.1372477263212204,0.0,1.9188624620437622,1.7185474634170532,-0.01244646217674017,0.0024760488886386156,0.45324060320854187,0.5280004143714905,0.7170054912567139,1087.0,278272.0,6434.563207420986,17809408.0 +135.96,7.699999809265137,2790.0,0.0144503740593791,0.1383463591337204,0.0,1.9666897058486938,1.7270504236221313,-0.009653172455728054,0.00246653170324862,0.5319042205810547,0.538694441318512,0.6971246004104614,1088.0,278528.0,6440.435245754896,17825792.0 +152.95,7.699999809265137,2813.0,0.013586883433163166,0.1280110627412796,0.0,1.9070364236831665,1.7916086912155151,-0.007940612733364105,0.0024651314597576857,0.44164177775382996,0.5234057307243347,0.6755313277244568,1089.0,278784.0,6446.258778952993,17842176.0 +152.98,7.699999809265137,2813.0,0.009962941519916058,0.1069132462143898,0.0,1.8854961395263672,1.8088483810424805,-0.01069191750138998,0.0024787457659840584,0.3840104639530182,0.5270592570304871,0.6335999369621277,1090.0,279040.0,6452.0840688308235,17858560.0 +170.95,7.900000095367432,2807.0,0.015368334017693996,0.1411539763212204,0.0,1.8703969717025757,1.8234392404556274,-0.00962063204497099,0.002467057202011347,0.3651776611804962,0.5261258482933044,0.690714567899704,1091.0,279296.0,6457.9217142029665,17874944.0 +212.14,7.900000095367432,2783.0,0.0171197596937418,0.1678466796875,0.0,1.8629412651062012,1.8132734298706055,-0.007510045543313026,0.0024644765071570873,0.34583500027656555,0.5274197459220886,0.72120800614357,1092.0,279552.0,6463.80762773985,17891328.0 +175.11,7.900000095367432,2817.0,0.022057190537452698,0.1886393278837204,0.0,1.9014962911605835,1.778788447380066,-0.008462078869342804,0.002466708654537797,0.43728968501091003,0.5195701718330383,0.7248149812221527,1093.0,279808.0,6469.623558328021,17907712.0 +142.82,7.800000190734863,2826.0,0.023554956540465355,0.18890380859375,0.0,1.8614535331726074,1.8214359283447266,-0.007443766575306654,0.0024659326300024986,0.3502884805202484,0.5228976607322693,0.7559198290109634,1094.0,280064.0,6475.421336781932,17924096.0 +214.03,7.400000095367432,2821.0,0.012156532146036625,0.1262613981962204,0.0,1.9016203880310059,1.7724188566207886,-0.00727595342323184,0.00247273244895041,0.43336185812950134,0.5174180865287781,0.6908300518989563,1095.0,280320.0,6481.229956873925,17940480.0 +193.45,8.300000190734863,2812.0,0.021394507959485054,0.1692097932100296,0.0,1.88713538646698,1.74359130859375,-0.007446324452757835,0.00246019777841866,0.38413524627685547,0.5339524149894714,0.710245281457901,1096.0,280576.0,6487.057513058884,17956864.0 +157.38,8.600000381469727,2831.0,0.018293997272849083,0.15643310546875,0.0,1.8762205839157104,1.7344632148742676,-0.008006631396710873,0.0024566843640059233,0.34837445616722107,0.543334424495697,0.7402006685733795,1097.0,280832.0,6492.845464655897,17973248.0 +117.94,8.199999809265137,2826.0,0.028155341744422913,0.17449951171875,0.0,1.8820266723632812,1.7584213018417358,-0.007942589931190014,0.0024708714336156845,0.3643009662628174,0.5342081785202026,0.7476471364498138,1098.0,281088.0,6498.643220647937,17989632.0 +167.97,7.599999904632568,2799.0,0.015346326865255833,0.1486002653837204,0.0,1.9167677164077759,1.7777470350265503,-0.007001049350947142,0.002465631812810898,0.45129045844078064,0.5270828008651733,0.7098874151706696,1099.0,281344.0,6504.497461953899,18006016.0 +234.3,7.400000095367432,2801.0,0.02070828340947628,0.185791015625,0.0,1.818902611732483,1.8285337686538696,-0.005839463789016008,0.0024576515424996614,0.3298628032207489,0.5375913977622986,0.7586923539638519,1100.0,281600.0,6510.345599030843,18022400.0 +222.21,8.0,2765.0,0.019724395126104355,0.1825968474149704,0.0,1.8201431035995483,1.8198758363723755,-0.00561462203040719,0.0024605034850537777,0.33514225482940674,0.5343643426895142,0.753587394952774,1101.0,281856.0,6516.27051356202,18038784.0 +239.17,8.100000381469727,2810.0,0.015621810220181942,0.1779988557100296,0.0,1.770924687385559,1.881624698638916,-0.01295411866158247,0.0024654234293848276,0.26612502336502075,0.524796187877655,0.7865428924560547,1102.0,282112.0,6522.101111868862,18055168.0 +221.65,7.099999904632568,2790.0,0.020263507962226868,0.183349609375,0.0,1.8736114501953125,1.8878501653671265,-0.0073349797166883945,0.00246624113060534,0.4309467077255249,0.5398810505867004,0.6834801435470581,1103.0,282368.0,6527.97429358284,18071552.0 +229.14,7.199999809265137,2776.0,0.017984364181756973,0.1772867888212204,0.0,1.8225551843643188,1.855766773223877,-0.008501273579895496,0.002460247604176402,0.35042276978492737,0.5324051976203918,0.7018934190273285,1104.0,282624.0,6533.876073140884,18087936.0 +247.52,7.300000190734863,2771.0,0.014932545833289623,0.169677734375,0.0,1.8419699668884277,1.8619188070297241,-0.01055577490478754,0.002457856433466077,0.4017135202884674,0.5292699337005615,0.668369323015213,1105.0,282880.0,6539.789009624859,18104320.0 +169.54,7.800000190734863,2725.0,0.01493873167783022,0.14617919921875,0.0,1.8394279479980469,1.902122139930725,-0.00865110382437706,0.0024665503297001123,0.38786187767982483,0.5279560685157776,0.6866161823272705,1106.0,283136.0,6545.801767194876,18120704.0 +198.77,7.699999809265137,2818.0,0.016123026609420776,0.1431681364774704,0.0,1.8486218452453613,1.8882609605789185,-0.009771562181413174,0.0024612005800008774,0.3968743085861206,0.5365983843803406,0.7210404276847839,1107.0,283392.0,6551.616072752979,18137088.0 +198.45,7.699999809265137,2814.0,0.01207802351564169,0.1177978515625,0.0,1.8568543195724487,1.9078527688980103,-0.008753613568842411,0.002463794546201825,0.4185999929904938,0.5316673517227173,0.6853164434432983,1108.0,283648.0,6557.437974854838,18153472.0 +137.06,8.399999618530273,2798.0,0.01302280556410551,0.1522013396024704,0.0,1.7728058099746704,1.8968385457992554,-0.012004700489342213,0.002461718861013651,0.27507051825523376,0.5230811834335327,0.7981733083724976,1109.0,283904.0,6563.292590898927,18169856.0 +174.61,7.800000190734863,2805.0,0.017871679738163948,0.17340087890625,0.0,1.7985248565673828,1.9045740365982056,-0.010590662248432636,0.002457787748426199,0.31620728969573975,0.5290616154670715,0.723166286945343,1110.0,284160.0,6569.133592918981,18186240.0 +181.62,8.0,2803.0,0.019222715869545937,0.1615397185087204,0.0,1.787072777748108,1.8882774114608765,-0.0084849176928401,0.002475949702784419,0.33497393131256104,0.49566054344177246,0.6768612861633301,1111.0,284416.0,6574.978899590904,18202624.0 +220.07,8.199999809265137,2798.0,0.01211587991565466,0.13824462890625,0.0,1.7920676469802856,1.8758238554000854,-0.010246764868497849,0.0024761941749602556,0.2992473840713501,0.5213229060173035,0.7138801515102386,1112.0,284672.0,6580.835246323841,18219008.0 +233.37,7.900000095367432,2804.0,0.02012708969414234,0.1742757111787796,0.0,1.8175398111343384,1.8941344022750854,-0.00941669475287199,0.002474724082276225,0.34504902362823486,0.5240837931632996,0.7122706472873688,1113.0,284928.0,6586.677909540944,18235392.0 +159.53,8.300000190734863,2785.0,0.01943991892039776,0.1722208708524704,0.0,1.859679102897644,1.8554538488388062,-0.008159439079463482,0.002477595815435052,0.40248310565948486,0.5350461006164551,0.7307397723197937,1114.0,285184.0,6592.561647078954,18251776.0 +147.68,8.199999809265137,2805.0,0.01847899705171585,0.1618245393037796,0.0,1.853289246559143,1.8753176927566528,-0.006314580794423819,0.002473775064572692,0.3893703520298004,0.5353986620903015,0.7281635999679565,1115.0,285440.0,6598.402537256945,18268160.0 +169.49,7.5,2819.0,0.015281081199645996,0.1593831330537796,0.0,1.8605302572250366,1.9222913980484009,-0.007043507415801287,0.0024826989974826574,0.38636350631713867,0.5414027571678162,0.7027300894260406,1116.0,285696.0,6604.213850484928,18284544.0 +180.73,8.0,2819.0,0.013658803887665272,0.1548665314912796,0.0,1.8003731966018677,1.8956111669540405,-0.01184761617332697,0.0024715294130146503,0.29721927642822266,0.5353586077690125,0.7386718094348907,1117.0,285952.0,6610.026137413923,18300928.0 +193.58,8.5,2808.0,0.016497334465384483,0.1654256135225296,0.0,1.8077960014343262,1.891837239265442,-0.009364976547658443,0.002465413650497794,0.31765520572662354,0.5328212380409241,0.699521392583847,1118.0,286208.0,6615.860298648942,18317312.0 +170.36,8.199999809265137,2832.0,0.015366719104349613,0.15130615234375,0.0,1.8191986083984375,1.8896733522415161,-0.011330127716064453,0.0024596659932285547,0.3525412380695343,0.5313826203346252,0.6865990459918976,1119.0,286464.0,6621.644905288937,18333696.0 +221.91,7.099999904632568,2806.0,0.012958046048879623,0.1396891325712204,0.0,1.887362003326416,1.9036797285079956,-0.00964119378477335,0.0024588832166045904,0.49535682797431946,0.5267283916473389,0.6316958665847778,1120.0,286720.0,6627.484270079993,18350080.0 +158.3,8.0,2802.0,0.01868630386888981,0.17303466796875,0.0,1.848957896232605,1.86988365650177,-0.009435038082301617,0.0024615477304905653,0.40562620759010315,0.5316244959831238,0.6589497923851013,1121.0,286976.0,6633.332377144834,18366464.0 +173.67,8.300000190734863,2788.0,0.0182022862136364,0.15264892578125,0.0,1.8212355375289917,1.9105578660964966,-0.007519673556089401,0.002472246764227748,0.3376355469226837,0.5312904715538025,0.6796231269836426,1122.0,287232.0,6639.20892292005,18382848.0 +212.41,7.800000190734863,2821.0,0.022750847041606903,0.16693115234375,0.0,1.8441482782363892,1.8979177474975586,-0.007564982865005732,0.00247777602635324,0.3991036117076874,0.5202077031135559,0.6725444197654724,1123.0,287488.0,6645.016882844036,18399232.0 +151.86,8.0,2818.0,0.012908268719911575,0.1414387971162796,0.0,1.8288429975509644,1.8756417036056519,-0.011401291005313396,0.0024678611662238836,0.3701188564300537,0.5281129479408264,0.7032319009304047,1124.0,287744.0,6650.8313376118895,18415616.0 +171.02,8.0,2799.0,0.012994058430194855,0.1228841170668602,0.0,1.8315423727035522,1.8629637956619263,-0.008105295710265636,0.0024671137798577547,0.3798334300518036,0.5226122736930847,0.6746453046798706,1125.0,288000.0,6656.684033049038,18432000.0 +149.42,7.800000190734863,2804.0,0.014369669370353222,0.1499430388212204,0.0,1.8364523649215698,1.8512496948242188,-0.008089613169431686,0.0024689622223377228,0.3796025812625885,0.5268381237983704,0.6737720668315887,1126.0,288256.0,6662.526436423883,18448384.0 +222.0,7.199999809265137,2823.0,0.01692560687661171,0.13677978515625,0.0,1.87687349319458,1.8688503503799438,-0.007914531044661999,0.00245516374707222,0.44416120648384094,0.5423086881637573,0.6746829152107239,1127.0,288512.0,6668.329330781009,18464768.0 +164.14,7.800000190734863,2812.0,0.015020746737718582,0.14349365234375,0.0,1.8151836395263672,1.880710244178772,-0.007581616286188364,0.002450591651722789,0.34405437111854553,0.5321203470230103,0.710893839597702,1128.0,288768.0,6674.155962250894,18481152.0 +191.92,7.900000095367432,2792.0,0.01936175860464573,0.1628824919462204,0.0,1.8000565767288208,1.8727442026138306,-0.00933124590665102,0.0024563500192016363,0.31313076615333557,0.5313510894775391,0.675810307264328,1129.0,289024.0,6680.02311471384,18497536.0 +229.13,8.199999809265137,2813.0,0.017633408308029175,0.1651611328125,0.0,1.7920781373977661,1.8687214851379395,-0.006867637857794762,0.0024719685316085815,0.2959979176521301,0.5215250849723816,0.7055895030498505,1130.0,289280.0,6685.847770696972,18513920.0 +243.91,7.699999809265137,2795.0,0.017597967758774757,0.1818033903837204,0.0,1.8261322975158691,1.8713361024856567,-0.00893893837928772,0.002467938931658864,0.3690161406993866,0.5231637954711914,0.6909686028957367,1131.0,289536.0,6691.70995447482,18530304.0 +212.91,7.5,2832.0,0.020053386688232422,0.1844075471162796,0.0,1.8150168657302856,1.8871158361434937,-0.0069802808575332165,0.0024559623561799526,0.33141812682151794,0.5353444218635559,0.7164497673511505,1132.0,289792.0,6697.495337757049,18546688.0 +164.57,8.300000190734863,2827.0,0.019843975082039833,0.17474365234375,0.0,1.8160854578018188,1.8579354286193848,-0.00677070626989007,0.002459700917825103,0.3326071798801422,0.5334462523460388,0.7260206639766693,1133.0,290048.0,6703.290407238994,18563072.0 +208.21,6.900000095367432,2781.0,0.01577777788043022,0.1467692106962204,0.0,1.962100625038147,1.8738573789596558,-0.008151673711836338,0.0024522796738892794,0.600168764591217,0.5516569018363953,0.6538764238357544,1134.0,290304.0,6709.181350946892,18579456.0 +132.1,8.199999809265137,2818.0,0.014877301640808582,0.14453125,0.0,1.8038705587387085,1.875573992729187,-0.007042072247713804,0.002463284879922867,0.3148289620876312,0.5286248326301575,0.7469204962253571,1135.0,290560.0,6714.995913296938,18595840.0 +180.43,7.400000095367432,2851.0,0.015485853888094425,0.1553955078125,0.0,1.8772708177566528,1.9213610887527466,-0.00732962554320693,0.0024677410256117582,0.45588135719299316,0.5302070379257202,0.6857412159442902,1136.0,290816.0,6720.742171788821,18612224.0 +169.09,8.399999618530273,2804.0,0.014370816759765148,0.1529947966337204,0.0,1.773527979850769,1.9414854049682617,-0.01062655821442604,0.002460415242239833,0.26107266545295715,0.5308799147605896,0.7684114873409271,1137.0,291072.0,6726.586297205882,18628608.0 +196.45,7.5,2828.0,0.016505924984812737,0.1551920622587204,0.0,1.833133578300476,1.9310346841812134,-0.006622286047786474,0.0024549111258238554,0.362713098526001,0.5385544896125793,0.701237142086029,1138.0,291328.0,6732.379867858952,18644992.0 +163.38,7.699999809265137,2760.0,0.01757591776549816,0.1536661833524704,0.0,1.8691519498825073,1.8981518745422363,-0.007345367223024368,0.002458177274093032,0.4500022232532501,0.5293089747428894,0.6842754781246185,1139.0,291584.0,6738.316529697971,18661376.0 +179.3,7.5,2720.0,0.011573591269552708,0.1204020157456398,0.0,1.851498007774353,1.9303356409072876,-0.00960292387753725,0.0024556468706578016,0.4182305335998535,0.5314279198646545,0.6700139939785004,1140.0,291840.0,6744.340638687834,18677760.0 +182.76,7.699999809265137,2730.0,0.020059430971741676,0.1734415739774704,0.0,1.8184231519699097,1.9364705085754395,-0.007717836648225784,0.0024540747981518507,0.33487072587013245,0.5393524169921875,0.7598434090614319,1141.0,292096.0,6750.341907620896,18694144.0 +210.71,7.800000190734863,2724.0,0.012990176677703857,0.1379597932100296,0.0,1.789723515510559,1.9681891202926636,-0.009425226598978043,0.00246390956453979,0.29124149680137634,0.5293190479278564,0.7814168930053711,1142.0,292352.0,6756.355385737959,18710528.0 +206.61,7.599999904632568,2763.0,0.01785404048860073,0.1453654021024704,0.0,1.8349593877792358,1.9428681135177612,-0.0063377730548381805,0.002460470888763666,0.3650747537612915,0.536278486251831,0.749043732881546,1143.0,292608.0,6762.2841870309785,18726912.0 +214.29,7.400000095367432,2765.0,0.01924833282828331,0.1741739958524704,0.0,1.841545581817627,1.9579778909683228,-0.007342126686125994,0.00246912962757051,0.38909438252449036,0.527456521987915,0.757086306810379,1144.0,292864.0,6768.209826322971,18743296.0 +261.26,6.699999809265137,2760.0,0.016082072630524635,0.15350341796875,0.0,1.8378111124038696,1.9536811113357544,-0.002359020058065653,0.002463565906509757,0.36491620540618896,0.5337423086166382,0.7717906087636948,1145.0,293120.0,6774.145918983035,18759680.0 +221.08,7.199999809265137,2784.0,0.016522860154509544,0.1677042692899704,0.0,1.7969112396240234,1.980669617652893,-0.011874482966959476,0.002462099539116025,0.30823180079460144,0.5315574407577515,0.7698632329702377,1146.0,293376.0,6780.0315284659155,18776064.0 +226.84,7.099999904632568,2788.0,0.01984713412821293,0.19140625,0.0,1.7813762426376343,1.940653920173645,-0.008710185065865517,0.002472884953022003,0.27434292435646057,0.523895800113678,0.7646037489175797,1147.0,293632.0,6785.908832823858,18792448.0 +287.98,7.0,2781.0,0.01355102937668562,0.1496785432100296,0.0,1.8140336275100708,1.8590813875198364,-0.009638232178986073,0.00245617120526731,0.35045126080513,0.5266900658607483,0.7344838082790375,1148.0,293888.0,6791.800020138035,18808832.0 +254.83,7.400000095367432,2753.0,0.012602418661117554,0.1462605744600296,0.0,1.791762351989746,1.837992548942566,-0.010742397047579288,0.0024571360554546118,0.3252697288990021,0.5169580578804016,0.7465941905975342,1149.0,294144.0,6797.750360046048,18825216.0 +208.46,7.800000190734863,2796.0,0.016412047669291496,0.1695149689912796,0.0,1.7273885011672974,1.8626861572265625,-0.009809336625039577,0.0024656797759234905,0.271651953458786,0.5185101628303528,0.7288097143173218,1150.0,294400.0,6803.61097957287,18841600.0 +252.46,7.199999809265137,2770.0,0.015991462394595146,0.1621297150850296,0.0,1.7293578386306763,1.9242554903030396,-0.009434524923563004,0.002466430189087987,0.27070942521095276,0.5210338830947876,0.732593834400177,1151.0,294656.0,6809.525457541924,18857984.0 +268.96,7.800000190734863,2807.0,0.022683896124362946,0.2051798552274704,0.0,1.7617149353027344,1.9347494840621948,-0.007200649008154869,0.0024600354954600334,0.305083304643631,0.5383298993110657,0.7342987954616547,1152.0,294912.0,6815.361595341936,18874368.0 +280.04,7.5,2728.0,0.017377132549881935,0.17413330078125,0.0,1.7489138841629028,1.9515730142593384,-0.006972321774810553,0.002459390787407756,0.29617226123809814,0.529565155506134,0.7558019161224365,1153.0,295168.0,6821.367774663959,18890752.0 +262.66,8.199999809265137,2733.0,0.01779254712164402,0.17803955078125,0.0,1.7226394414901733,1.911495327949524,-0.00920009333640337,0.002455954672768712,0.2477676421403885,0.5310178399085999,0.7975284159183502,1154.0,295424.0,6827.362236365909,18907136.0 +262.21,8.399999618530273,2736.0,0.015573141165077686,0.1650390625,0.0,1.7225173711776733,1.9228602647781372,-0.010152670554816723,0.0024640203919261694,0.2524840235710144,0.5254562497138977,0.7649612128734589,1155.0,295680.0,6833.350636997959,18923520.0 +281.01,7.0,2792.0,0.013586822897195816,0.15411376953125,0.0,1.8209537267684937,1.8786091804504395,-0.007630262523889542,0.0024771045427769423,0.4365018904209137,0.522657573223114,0.6821427643299103,1156.0,295936.0,6839.2186926510185,18939904.0 +199.62,7.5,2807.0,0.010740435682237148,0.1119791641831398,0.0,1.788991093635559,1.8951336145401,-0.010313295759260654,0.002473272616043687,0.38394805788993835,0.5215063691139221,0.6816021203994751,1157.0,296192.0,6845.054395874962,18956288.0 +189.39,7.900000095367432,2819.0,0.01682257652282715,0.177001953125,0.0,1.768252968788147,1.8787341117858887,-0.012051131576299667,0.002459611976519227,0.34354785084724426,0.5294560790061951,0.695225864648819,1158.0,296448.0,6850.865736935986,18972672.0 +228.7,7.699999809265137,2819.0,0.014746558852493763,0.1426188200712204,0.0,1.822697639465332,1.8669981956481934,-0.00786729995161295,0.00245873536914587,0.42545732855796814,0.5398284792900085,0.6786354184150696,1159.0,296704.0,6856.677007663995,18989056.0 +169.27,7.300000190734863,2834.0,0.015554768033325672,0.1502685546875,0.0,1.8263684511184692,1.8602794408798218,-0.010029836557805538,0.0024585940409451723,0.4362555742263794,0.5402952432632446,0.6908132135868073,1160.0,296960.0,6862.458325251937,19005440.0 +172.16,8.100000381469727,2821.0,0.014264094643294811,0.1532999724149704,0.0,1.7563425302505493,1.8924145698547363,-0.013074700720608234,0.0024688427802175283,0.31419792771339417,0.529083788394928,0.7429577708244324,1161.0,297216.0,6868.266189204995,19021824.0 +190.32,7.5,2739.0,0.010143083520233631,0.1268107146024704,0.0,1.8009852170944214,1.903872013092041,-0.009659149684011936,0.0024572524707764387,0.386273056268692,0.5406131744384766,0.7300607562065125,1162.0,297472.0,6874.248190912884,19038208.0 +184.02,7.599999904632568,2799.0,0.012132504023611546,0.132568359375,0.0,1.7611979246139526,1.8719005584716797,-0.011665637604892254,0.0024592902045696974,0.3405555784702301,0.5231171250343323,0.7676784247159958,1163.0,297728.0,6880.102486887015,19054592.0 +227.47,7.599999904632568,2823.0,0.013342626392841339,0.1507568359375,0.0,1.7377785444259644,1.8924230337142944,-0.010001611895859241,0.0024603637866675854,0.29698437452316284,0.5192362666130066,0.7409108877182007,1164.0,297984.0,6885.905289479997,19070976.0 +230.5,7.400000095367432,2812.0,0.015529721044003963,0.1757405549287796,0.0,1.7636510133743286,1.8603581190109253,-0.011028177104890347,0.0024610417895019054,0.329227477312088,0.5302022099494934,0.7645821571350098,1165.0,298240.0,6891.732047553873,19087360.0 +208.68,8.199999809265137,2813.0,0.01862155832350254,0.1829833984375,0.0,1.7449346780776978,1.8817214965820312,-0.009400930255651474,0.0024702760856598616,0.2650188207626343,0.5385305285453796,0.7486705183982849,1166.0,298496.0,6897.557123190025,19103744.0 +258.76,7.599999904632568,2807.0,0.01364944875240326,0.1564738005399704,0.0,1.7402669191360474,1.8919669389724731,-0.009780589491128922,0.0024711235892027617,0.2773675322532654,0.5269066691398621,0.7394462823867798,1167.0,298752.0,6903.394985328894,19120128.0 +245.79,7.300000190734863,2790.0,0.011282230727374554,0.1362711638212204,0.0,1.7913347482681274,1.8577574491500854,-0.010955982841551304,0.002448237733915448,0.37074586749076843,0.543984591960907,0.7289139032363892,1168.0,299008.0,6909.266119156033,19136512.0 +211.01,7.800000190734863,2831.0,0.014080769382417202,0.1479085236787796,0.0,1.7528680562973022,1.8554329872131348,-0.009750454686582088,0.0024641596246510744,0.3053269684314728,0.5284709334373474,0.7452974021434784,1169.0,299264.0,6915.053289426025,19152896.0 +245.16,7.699999809265137,2795.0,0.01445123553276062,0.1465250700712204,0.0,1.7406796216964722,1.8763266801834106,-0.008680506609380245,0.0024494524113833904,0.298461377620697,0.5254281163215637,0.7610501497983932,1170.0,299520.0,6920.915456932038,19169280.0 +306.38,7.400000095367432,2801.0,0.01841076649725437,0.1871337890625,0.0,1.733260154724121,1.8459396362304688,-0.010609681718051434,0.002458274830132723,0.2829557955265045,0.5231340527534485,0.753270611166954,1171.0,299776.0,6926.764470415888,19185664.0 +217.31,7.599999904632568,2819.0,0.01949000544846058,0.176025390625,0.0,1.7951325178146362,1.8515700101852417,-0.006166508421301842,0.00245600170455873,0.378078430891037,0.5349994897842407,0.7230028510093689,1172.0,300032.0,6932.57648699102,19202048.0 +197.44,7.5,2832.0,0.013880574144423008,0.16278076171875,0.0,1.822135090827942,1.8973606824874878,-0.009794097393751144,0.002456007292494178,0.4340270459651947,0.5383633971214294,0.6759706139564514,1173.0,300288.0,6938.362456741976,19218432.0 +217.67,7.599999904632568,2815.0,0.011716523207724094,0.1397298127412796,0.0,1.7817879915237427,1.8661985397338867,-0.008091341704130173,0.0024725240655243397,0.35821759700775146,0.5252864956855774,0.7066172361373901,1174.0,300544.0,6944.1822286278475,19234816.0 +208.43,8.199999809265137,2790.0,0.01807829737663269,0.2143147736787796,0.0,1.7528108358383179,1.8898206949234009,-0.008939228951931,0.0024666173849254847,0.3136909306049347,0.5221536755561829,0.7057328522205353,1175.0,300800.0,6950.054159970023,19251200.0 +171.07,8.300000190734863,2787.0,0.01479452382773161,0.1556803435087204,0.0,1.7690175771713257,1.9207574129104614,-0.010951836593449116,0.00248702266253531,0.33339300751686096,0.5213320851325989,0.7197661697864532,1176.0,301056.0,6955.932634729892,19267584.0 +237.94,7.699999809265137,2809.0,0.01695188321173191,0.1877238005399704,0.0,1.7566189765930176,1.9353013038635254,-0.009331860579550266,0.002475831424817443,0.2884674668312073,0.536213755607605,0.7400495409965515,1177.0,301312.0,6961.7662866699975,19283968.0 +166.85,8.399999618530273,2800.0,0.016308056190609932,0.16436767578125,0.0,1.7195278406143188,1.9508918523788452,-0.011387023143470287,0.0024697117041796446,0.23761515319347382,0.5290536284446716,0.7743922770023346,1178.0,301568.0,6967.618079843,19300352.0 +201.8,8.0,2806.0,0.015062880702316761,0.1706746369600296,0.0,1.738747000694275,1.94892418384552,-0.009685325436294079,0.0024573204573243856,0.28687483072280884,0.5275388360023499,0.6889380812644958,1179.0,301824.0,6973.457344552036,19316736.0 +264.98,7.699999809265137,2817.0,0.02178380824625492,0.1678873747587204,0.0,1.7997111082077026,1.957668423652649,-0.007776335347443819,0.0024605735670775175,0.3863917291164398,0.5360574126243591,0.6839507222175598,1180.0,302080.0,6979.273746402003,19333120.0 +222.6,7.599999904632568,2801.0,0.01516642514616251,0.1660563200712204,0.0,1.7955493927001953,1.9031472206115723,-0.011689196340739727,0.0024522929452359676,0.3962495028972626,0.5340109467506409,0.6731206476688385,1181.0,302336.0,6985.121925465995,19349504.0 +175.96,7.800000190734863,2822.0,0.012557386420667171,0.12799072265625,0.0,1.7650705575942993,1.8597636222839355,-0.010438001714646816,0.002464534481987357,0.3498504161834717,0.5181989669799805,0.7200543582439423,1182.0,302592.0,6990.92747533787,19365888.0 +181.2,8.199999809265137,2814.0,0.015244226902723312,0.1761067658662796,0.0,1.7749024629592896,1.9290775060653687,-0.009706946089863777,0.0024542449973523617,0.34870779514312744,0.5345492362976074,0.7292606830596924,1183.0,302848.0,6996.75062772003,19382272.0 +230.48,7.900000095367432,2760.0,0.011865098960697651,0.1210123673081398,0.0,1.8157769441604614,1.909754753112793,-0.008368500508368015,0.002459033625200391,0.41844984889030457,0.5369893312454224,0.712464302778244,1184.0,303104.0,7002.687390164938,19398656.0 +147.38,8.300000190734863,2801.0,0.015477375127375126,0.1571044921875,0.0,1.7826557159423828,1.848719596862793,-0.011386153288185596,0.002454220550134778,0.35794028639793396,0.5388994812965393,0.7614634037017822,1185.0,303360.0,7008.537343124859,19415040.0 +149.5,7.800000190734863,2820.0,0.014550263993442059,0.1420491486787796,0.0,1.8493155241012573,1.800626277923584,-0.008422013372182846,0.0024492405354976654,0.4948124587535858,0.5357444882392883,0.6777002215385437,1186.0,303616.0,7014.34753512498,19431424.0 +126.3,8.199999809265137,2820.0,0.017769090831279755,0.1357014924287796,0.0,1.8139681816101074,1.8093756437301636,-0.011572304181754589,0.0024580482859164476,0.44225725531578064,0.5250360369682312,0.7092350721359253,1187.0,303872.0,7020.157754007028,19447808.0 +174.06,7.900000095367432,2831.0,0.01973719336092472,0.1632080078125,0.0,1.8092814683914185,1.8165494203567505,-0.009665482677519321,0.0024531495291739702,0.42130234837532043,0.5317615866661072,0.7228773534297943,1188.0,304128.0,7025.944424927933,19464192.0 +129.84,7.699999809265137,2776.0,0.01351847406476736,0.14239501953125,0.0,1.8334951400756836,1.8361258506774902,-0.008510730229318142,0.002469784114509821,0.44950687885284424,0.5333391427993774,0.7275958061218262,1189.0,304384.0,7031.847257983871,19480576.0 +148.11,8.5,2811.0,0.015152417123317719,0.1656290739774704,0.0,1.788781762123108,1.8478435277938843,-0.010744109749794006,0.0024763839319348335,0.3686485290527344,0.5279489159584045,0.7343169152736664,1190.0,304640.0,7037.676100997021,19496960.0 +163.39,8.0,2818.0,0.016908394172787666,0.1802978515625,0.0,1.8466777801513672,1.8372889757156372,-0.008628985844552517,0.0024590976536273956,0.4946227967739105,0.5286866426467896,0.6790821850299835,1191.0,304896.0,7043.491100244923,19513344.0 +112.22,7.900000095367432,2806.0,0.013408802449703217,0.1468709260225296,0.0,1.8198232650756836,1.9032111167907715,-0.0100594162940979,0.002463449025526643,0.4148201048374176,0.5428749322891235,0.7021215856075287,1192.0,305152.0,7049.33019691892,19529728.0 +170.33,8.199999809265137,2716.0,0.01813381351530552,0.1706136018037796,0.0,1.8360624313354492,1.8431555032730103,-0.00648331455886364,0.0024600534234195948,0.4409521818161011,0.5434873700141907,0.7411289215087891,1193.0,305408.0,7055.3618781229015,19546112.0 +134.01,7.900000095367432,2739.0,0.012770687229931355,0.1415812224149704,0.0,1.8194293975830078,1.90595543384552,-0.010838103480637074,0.0024674043525010347,0.41024601459503174,0.5438154935836792,0.7394733130931854,1194.0,305664.0,7061.342529356945,19562496.0 +163.84,7.900000095367432,2807.0,0.016871385276317596,0.1584269255399704,0.0,1.8269872665405273,1.91214120388031,-0.005901208147406578,0.002470733132213354,0.4114300310611725,0.5444115996360779,0.7178596258163452,1195.0,305920.0,7067.18016925198,19578880.0 +142.86,8.600000381469727,2806.0,0.02072417177259922,0.19293212890625,0.0,1.7766531705856323,1.9030466079711914,-0.00960515346378088,0.002472845371812582,0.3414134979248047,0.5306927561759949,0.6863417327404022,1196.0,306176.0,7073.018950925907,19595264.0 +205.67,7.400000095367432,2794.0,0.021008750423789024,0.1814168244600296,0.0,1.8239140510559082,1.919069766998291,-0.008304798975586891,0.002468773163855076,0.44071638584136963,0.5289120674133301,0.681891679763794,1197.0,306432.0,7078.883516762871,19611648.0 +186.9,8.0,2831.0,0.020195400342345238,0.1793212890625,0.0,1.828804850578308,1.8706306219100952,-0.008815367706120014,0.002464379882439971,0.45534849166870117,0.5285152792930603,0.6471250951290131,1198.0,306688.0,7084.670284015825,19628032.0 +143.58,8.5,2829.0,0.013501893728971481,0.1402180939912796,0.0,1.7866441011428833,1.8769117593765259,-0.008806734345853329,0.002467583632096648,0.35682129859924316,0.5346506237983704,0.7059992849826813,1199.0,306944.0,7090.461252555018,19644416.0 +147.07,8.300000190734863,2834.0,0.019272873178124428,0.1802775114774704,0.0,1.93687903881073,1.8542882204055786,-0.009797983802855015,0.002465652534738183,0.4093763530254364,0.5277051329612732,0.6200302541255951,1200.0,307200.0,7096.241397107951,19660800.0 +179.55,8.399999618530273,2841.0,0.021901460364460945,0.1905720978975296,0.0,1.9143643379211426,1.8543177843093872,-0.005766385700553656,0.002478292677551508,0.32381168007850647,0.5376215577125549,0.6884080171585083,1201.0,307456.0,7102.00881351484,19677184.0 +167.31,8.199999809265137,2831.0,0.014575083740055561,0.1399332731962204,0.0,1.9338010549545288,1.8714828491210938,-0.009129186160862446,0.0024840247351676226,0.3726530969142914,0.5333060026168823,0.6574293076992035,1202.0,307712.0,7107.797042175895,19693568.0 +181.61,8.300000190734863,2816.0,0.01779746077954769,0.1494547575712204,0.0,1.9101158380508423,1.8793169260025024,-0.009454306215047836,0.0024728814605623484,0.33407554030418396,0.5348848700523376,0.7004763782024384,1203.0,307968.0,7113.61614574003,19709952.0 +190.94,7.699999809265137,2734.0,0.011423229239881039,0.1163736954331398,0.0,1.955973744392395,1.879717230796814,-0.008364933542907238,0.002456866903230548,0.45468616485595703,0.5273594260215759,0.6393365859985352,1204.0,308224.0,7119.607563131023,19726336.0 +120.56,8.5,2732.0,0.014857097528874874,0.1610921174287796,0.0,1.8880897760391235,1.8923845291137695,-0.008225630037486553,0.0024594312999397516,0.31534406542778015,0.5278518795967102,0.7101112008094788,1205.0,308480.0,7125.605250132037,19742720.0 +191.34,8.0,2735.0,0.014781206846237183,0.1601969450712204,0.0,1.877698540687561,1.9284411668777466,-0.010692480020225048,0.0024651249404996634,0.29941144585609436,0.525407075881958,0.7030133306980133,1206.0,308736.0,7131.59568576701,19759104.0 +151.26,7.900000095367432,2810.0,0.01355237141251564,0.1422526091337204,0.0,1.9678267240524292,1.8824983835220337,-0.009686636738479137,0.0024554680567234755,0.45492658019065857,0.5411410331726074,0.6567021608352661,1207.0,308992.0,7137.426992802881,19775488.0 +188.2,7.900000095367432,2839.0,0.011766408570110798,0.130615234375,0.0,1.9584569931030273,1.9024782180786133,-0.010175931267440319,0.0024402725975960493,0.43973979353904724,0.5476515293121338,0.6749380528926849,1208.0,309248.0,7143.1986151898745,19791872.0 +159.17,8.399999618530273,2799.0,0.016654260456562042,0.1379191130399704,0.0,1.9884768724441528,1.8986304998397827,-0.00828432384878397,0.0024478898849338293,0.4749678671360016,0.5543190836906433,0.6818732917308807,1209.0,309504.0,7149.051199806854,19808256.0 +158.1,8.399999618530273,2786.0,0.023555530235171318,0.159912109375,0.0,1.878306269645691,1.9243682622909546,-0.004878932144492865,0.0024604604113847017,0.27682504057884216,0.5337861776351929,0.7427613735198975,1210.0,309760.0,7154.931303174002,19824640.0 +128.74,8.600000381469727,2804.0,0.017230212688446045,0.1670735627412796,0.0,1.865842342376709,1.9507012367248535,-0.010986563749611378,0.0024479178246110678,0.2609906494617462,0.5418818593025208,0.7527372092008591,1211.0,310016.0,7160.774639731972,19841024.0 +160.7,8.300000190734863,2747.0,0.01711195893585682,0.1319173127412796,0.0,1.9307136535644531,1.931113600730896,-0.005514815915375948,0.002466770587489009,0.37523624300956726,0.5345362424850464,0.6703334748744965,1212.0,310272.0,7166.738669724902,19857408.0 +197.28,8.300000190734863,2742.0,0.01856522262096405,0.1605631560087204,0.0,1.8946725130081177,1.936264991760254,-0.008696495555341244,0.002468813443556428,0.3163594603538513,0.5301453471183777,0.6869603395462036,1213.0,310528.0,7172.713095008861,19873792.0 +164.94,8.0,2754.0,0.012591230683028698,0.1476033478975296,0.0,1.9111146926879883,1.922203540802002,-0.01138044148683548,0.0024739266373217106,0.3835301399230957,0.5129886865615845,0.6914096474647522,1214.0,310784.0,7178.662852631882,19890176.0 +209.28,7.900000095367432,2804.0,0.017907623201608658,0.1703898161649704,0.0,1.9324804544448853,1.8923593759536743,-0.008186734281480312,0.002461428055539727,0.39223241806030273,0.5327606201171875,0.6437883973121643,1215.0,311040.0,7184.505290390924,19906560.0 +227.48,8.300000190734863,2839.0,0.013674020767211914,0.1494140625,0.0,1.9093824625015259,1.8706821203231812,-0.00953623279929161,0.0024543029721826315,0.3203984797000885,0.5502749085426331,0.6862652897834778,1216.0,311296.0,7190.27559134597,19922944.0 +138.47,8.800000190734863,2807.0,0.019058147445321083,0.16748046875,0.0,1.8684419393539429,1.8477956056594849,-0.007430343423038721,0.0024735296610742807,0.2551330626010895,0.5300188660621643,0.7384940683841705,1217.0,311552.0,7196.1126265749335,19939328.0 +171.84,8.0,2820.0,0.01279463991522789,0.1221720352768898,0.0,1.946219801902771,1.8811054229736328,-0.010488689877092838,0.0024493401870131493,0.430720716714859,0.5354888439178467,0.6406354904174805,1218.0,311808.0,7201.922998802038,19955712.0 +169.43,7.699999809265137,2810.0,0.017361383885145187,0.1651407927274704,0.0,1.9456533193588257,1.9450011253356934,-0.007525365334004164,0.0024473259691148996,0.4059065580368042,0.546012282371521,0.6853568255901337,1219.0,312064.0,7207.754331891891,19972096.0 +149.03,8.199999809265137,2823.0,0.015969054773449898,0.1430867463350296,0.0,1.8650070428848267,1.9433385133743286,-0.009832088835537434,0.0024461280554533005,0.281234472990036,0.5305914878845215,0.6994510293006897,1220.0,312320.0,7213.5580708410125,19988480.0 +212.41,7.800000190734863,2829.0,0.014050385914742947,0.1486409455537796,0.0,1.8956565856933594,1.9920234680175781,-0.006610726937651634,0.0024531863164156675,0.32293134927749634,0.5341287851333618,0.6347150504589081,1221.0,312576.0,7219.348665575031,20004864.0 +261.14,7.699999809265137,2787.0,0.015490234829485416,0.1499430388212204,0.0,1.9186245203018188,1.9668320417404175,-0.007291538640856743,0.0024578089360147715,0.3628460168838501,0.5352571606636047,0.6455512642860413,1222.0,312832.0,7225.227272813907,20021248.0 +189.78,7.900000095367432,2825.0,0.018172612413764,0.14935302734375,0.0,1.9455442428588867,1.9184035062789917,-0.008341307751834393,0.0024568806402385235,0.4258587658405304,0.5316999554634094,0.660304456949234,1223.0,313088.0,7231.026409765007,20037632.0 +188.03,8.100000381469727,2831.0,0.007537864148616791,0.0886433944106102,0.0,1.9346847534179688,1.934159755706787,-0.007888664491474628,0.0024633726570755243,0.4018913805484772,0.5292831063270569,0.6794366836547852,1224.0,313344.0,7236.8137371188495,20054016.0 +187.87,7.900000095367432,2846.0,0.016090335324406624,0.1451822966337204,0.0,1.9137201309204102,1.943922996520996,-0.009604962542653084,0.002460429212078452,0.372476726770401,0.5263115167617798,0.6794318854808807,1225.0,313600.0,7242.571490088012,20070400.0 +156.43,8.399999618530273,2824.0,0.018469713628292084,0.1717529296875,0.0,1.9251222610473633,1.8871594667434692,-0.008704887703061104,0.0024560538586229086,0.3713216781616211,0.539010763168335,0.7125305831432343,1226.0,313856.0,7248.372870764928,20086784.0 +168.83,7.800000190734863,2819.0,0.012900430709123611,0.1388346403837204,0.0,1.9615164995193481,1.9093044996261597,-0.01072903722524643,0.002453530440106988,0.43333885073661804,0.547903835773468,0.6642118096351624,1227.0,314112.0,7254.184713487048,20103168.0 +204.83,7.699999809265137,2854.0,0.016221368685364723,0.1485392302274704,0.0,1.911674976348877,1.8966060876846313,-0.010152011178433895,0.0024489432107657194,0.36081695556640625,0.535912811756134,0.6977746188640594,1228.0,314368.0,7259.926216367865,20119552.0 +132.37,8.399999618530273,2814.0,0.017347069457173347,0.1498820036649704,0.0,1.8939905166625977,1.8835991621017456,-0.010374341160058975,0.0024456530809402466,0.31552910804748535,0.5426099896430969,0.7375430464744568,1229.0,314624.0,7265.74885460292,20135936.0 +206.14,7.099999904632568,2830.0,0.013287528418004513,0.1258951872587204,0.0,1.984993815422058,1.8959852457046509,-0.008022009395062923,0.002461588941514492,0.4989321529865265,0.5317150354385376,0.6601891815662384,1230.0,314880.0,7271.538068339927,20152320.0 +156.56,8.300000190734863,2838.0,0.013898626901209354,0.12677001953125,0.0,1.8973870277404785,1.902315616607666,-0.0073163267225027084,0.002446538070216775,0.2887977063655853,0.5560585856437683,0.7632631808519363,1231.0,315136.0,7277.311234674882,20168704.0 +164.38,8.5,2803.0,0.018187010660767555,0.1696573942899704,0.0,1.9223719835281372,1.8754669427871704,-0.009997997432947159,0.0024480107240378857,0.361573725938797,0.5463321805000305,0.6994499564170837,1232.0,315392.0,7283.155800685985,20185088.0 +181.68,8.199999809265137,2835.0,0.015313682146370411,0.1649576872587204,0.0,1.8984599113464355,1.8790901899337769,-0.009411227889358997,0.0024464158341288567,0.32386714220046997,0.5415205955505371,0.7089075446128845,1233.0,315648.0,7288.935819916893,20201472.0 +220.51,7.900000095367432,2834.0,0.015112259425222874,0.1589558869600296,0.0,1.875442624092102,1.9061356782913208,-0.00921372976154089,0.002454207045957446,0.2920845150947571,0.5305719971656799,0.7107172012329102,1234.0,315904.0,7294.716603389941,20217856.0 +183.32,8.399999618530273,2817.0,0.014521326869726181,0.1653849333524704,0.0,1.8831406831741333,1.8889693021774292,-0.006891803350299597,0.0024636259768158197,0.2735063135623932,0.5403557419776917,0.7135944068431854,1235.0,316160.0,7300.533241556026,20234240.0 +237.48,8.0,2791.0,0.016747169196605682,0.1649373322725296,0.0,1.884225845336914,1.9281539916992188,-0.0070149884559214115,0.002472286345437169,0.2854361832141876,0.5316608548164368,0.7072015702724457,1236.0,316416.0,7306.4038129469845,20250624.0 +269.27,7.099999904632568,2827.0,0.01649869978427887,0.1526896208524704,0.0,1.9628820419311523,1.9215210676193237,-0.008570719510316849,0.0024624380748718977,0.44983819127082825,0.534529983997345,0.6387431621551514,1237.0,316672.0,7312.19868640299,20267008.0 +154.94,8.600000381469727,2830.0,0.02360537461936474,0.18377685546875,0.0,1.8773317337036133,1.9281840324401855,-0.008170478977262974,0.0024565213825553656,0.30067065358161926,0.52618807554245,0.7424482703208923,1238.0,316928.0,7317.989085082896,20283392.0 +184.75,7.800000190734863,2820.0,0.022975757718086243,0.1609700471162796,0.0,1.9363466501235962,1.9416656494140625,-0.006390948314219713,0.002448285697028041,0.39677760004997253,0.5396226644515991,0.6968007981777191,1239.0,317184.0,7323.799828032963,20299776.0 +167.19,7.699999809265137,2820.0,0.022636018693447113,0.1697184294462204,0.0,1.9368747472763062,1.9493359327316284,-0.0017676925053820014,0.0024467988405376673,0.3851463794708252,0.5421633720397949,0.6947904527187347,1240.0,317440.0,7329.60875812592,20316160.0 +182.03,7.0,2793.0,0.019741952419281006,0.1705322265625,0.0,1.9509211778640747,1.9522161483764648,-0.005278924014419317,0.0024462686851620674,0.4132417142391205,0.5459670424461365,0.657150387763977,1241.0,317696.0,7335.474879934918,20332544.0 +234.04,7.599999904632568,2814.0,0.01605365425348282,0.1498209685087204,0.0,1.9229439496994019,1.9151906967163086,-0.007394434418529272,0.0024355475325137377,0.3567032516002655,0.5533648133277893,0.6958259344100952,1242.0,317952.0,7341.2965813879855,20348928.0 +224.39,7.300000190734863,2812.0,0.021822413429617882,0.1698404997587204,0.0,1.9571870565414429,1.8924185037612915,-0.005412338767200708,0.00244658044539392,0.4257080852985382,0.5453794598579407,0.6447053253650665,1243.0,318208.0,7347.1234078740235,20365312.0 +138.75,7.900000095367432,2776.0,0.017294639721512794,0.1748860627412796,0.0,1.941258430480957,1.8700841665267944,-0.009648039005696774,0.0024475613608956337,0.4027794301509857,0.5444367527961731,0.6985628306865692,1244.0,318464.0,7353.024720162852,20381696.0 +166.81,7.900000095367432,2786.0,0.016791576519608498,0.1521199494600296,0.0,1.8776264190673828,1.941311001777649,-0.006122805178165436,0.002445720136165619,0.2617126405239105,0.549446165561676,0.7471317648887634,1245.0,318720.0,7358.905495394021,20398080.0 +216.62,7.699999809265137,2822.0,0.015339787118136883,0.1545206755399704,0.0,1.8913730382919312,1.9347596168518066,-0.0063360086642205715,0.0024482356384396553,0.30361226201057434,0.5411326885223389,0.6618286967277527,1246.0,318976.0,7364.711937883869,20414464.0 +217.12,7.199999809265137,2829.0,0.019103219732642174,0.1738484650850296,0.0,1.930283546447754,1.9366892576217651,-0.008719050325453281,0.0024519641883671284,0.35672688484191895,0.5540239214897156,0.6555736660957336,1247.0,319232.0,7370.502800949849,20430848.0 +263.55,7.400000095367432,2787.0,0.017131304368376732,0.1668497771024704,0.0,1.9355906248092651,1.9085301160812378,-0.009458479471504688,0.0024425494484603405,0.40033307671546936,0.5426928997039795,0.64656201004982,1248.0,319488.0,7376.382167152828,20447232.0 +191.41,8.5,2769.0,0.02014809660613537,0.1849161833524704,0.0,1.8801993131637573,1.9546481370925903,-0.009160674177110195,0.0024441841524094343,0.2793090343475342,0.5471597909927368,0.7383455336093903,1249.0,319744.0,7382.299171129009,20463616.0 +222.36,7.599999904632568,2737.0,0.012681271880865097,0.1342570036649704,0.0,1.9097537994384766,1.9087787866592407,-0.008189796470105648,0.0024539807345718145,0.35175764560699463,0.5341623425483704,0.6788146793842316,1250.0,320000.0,7388.284656242933,20480000.0 +180.5,8.0,2755.0,0.017348935827612877,0.15985107421875,0.0,1.9311343431472778,1.875252604484558,-0.009419663809239864,0.0024442856665700674,0.39388927817344666,0.5402189493179321,0.6762975752353668,1251.0,320256.0,7394.23262010701,20496384.0 +201.32,7.699999809265137,2827.0,0.020818917080760002,0.1745402067899704,0.0,1.9267667531967163,1.9153887033462524,-0.004931825678795576,0.002440409502014518,0.36197778582572937,0.5496588945388794,0.7057360112667084,1252.0,320512.0,7400.02796898596,20512768.0 +184.39,7.800000190734863,2796.0,0.01605534926056862,0.16046142578125,0.0,1.8606761693954468,1.9531975984573364,-0.010947797447443008,0.0024617051240056753,0.26454034447669983,0.528033435344696,0.7094199657440186,1253.0,320768.0,7405.888486198848,20529152.0 +232.72,7.699999809265137,2801.0,0.015358357690274715,0.1476847380399704,0.0,1.860111117362976,1.928961157798767,-0.007120604161173105,0.0024684390518814325,0.26457157731056213,0.5200162529945374,0.6952110826969147,1254.0,321024.0,7411.7368790358305,20545536.0 +229.38,7.599999904632568,2792.0,0.020120082423090935,0.1690266877412796,0.0,1.9234633445739746,1.9186652898788452,-0.005678354296833277,0.0024635284207761288,0.3546799123287201,0.5392239093780518,0.6874778866767883,1255.0,321280.0,7417.605130879907,20561920.0 +269.33,7.800000190734863,2809.0,0.015921825543045998,0.1626383513212204,0.0,1.940855860710144,1.961797833442688,-0.009640139527618885,0.002442691707983613,0.3859288990497589,0.5558037161827087,0.6726269721984863,1256.0,321536.0,7423.437772035832,20578304.0 +204.8,7.199999809265137,2804.0,0.015837445855140686,0.14593505859375,0.0,1.8861833810806274,2.012254238128662,-0.008843444287776947,0.002457455964758992,0.32702556252479553,0.5229087471961975,0.6598250269889832,1257.0,321792.0,7429.281127616996,20594688.0 +165.57,8.199999809265137,2808.0,0.016467953100800514,0.1642252653837204,0.0,1.8916198015213013,1.9743784666061401,-0.009217898361384869,0.002437403192743659,0.31189921498298645,0.5459302067756653,0.7096841633319855,1258.0,322048.0,7435.1164136698935,20611072.0 +219.64,7.900000095367432,2809.0,0.019413616508245468,0.1687215119600296,0.0,1.9116898775100708,1.985613465309143,-0.008262714371085167,0.0024506414774805307,0.36068323254585266,0.5341463685035706,0.6397192776203156,1259.0,322304.0,7440.948379892856,20627456.0 +272.78,7.5,2778.0,0.022540593519806862,0.2035115510225296,0.0,1.9121923446655273,1.9665117263793945,-0.004906089976429939,0.0024444127921015024,0.340663880109787,0.5442255139350891,0.6868168711662292,1260.0,322560.0,7446.845862699905,20643840.0 +191.9,8.100000381469727,2750.0,0.01678556762635708,0.1679484099149704,0.0,1.891924500465393,1.9827591180801392,-0.009888282045722008,0.0024372164625674486,0.29005172848701477,0.5580064654350281,0.7640809118747711,1261.0,322816.0,7452.804789511953,20660224.0 +194.1,7.699999809265137,2787.0,0.02172352373600006,0.1951497346162796,0.0,1.971763253211975,1.9714659452438354,-0.006934253498911858,0.002443835372105241,0.46045100688934326,0.5462689399719238,0.6654348373413086,1262.0,323072.0,7458.682673359988,20676608.0 +196.3,8.0,2752.0,0.017674734815955162,0.1665446013212204,0.0,1.924771785736084,1.959147572517395,-0.008484718389809132,0.002455121371895075,0.3802722692489624,0.5351513028144836,0.6977103650569916,1263.0,323328.0,7464.636436015833,20692992.0 +183.84,8.100000381469727,2801.0,0.015861088410019875,0.1606241911649704,0.0,1.9426265954971313,1.9325618743896484,-0.009511983022093773,0.002443315926939249,0.3984321653842926,0.550590455532074,0.691301017999649,1264.0,323584.0,7470.486131781014,20709376.0 +156.3,7.900000095367432,2803.0,0.021066537126898766,0.15728759765625,0.0,1.9263635873794556,1.9641069173812866,-0.006365386303514242,0.0024432300124317408,0.3843936026096344,0.5385584235191345,0.6760340929031372,1265.0,323840.0,7476.330267567886,20725760.0 +149.77,8.5,2776.0,0.016442405059933662,0.1613972932100296,0.0,1.9494510889053345,1.935049057006836,-0.011743009090423584,0.002440075157210231,0.4083419144153595,0.556335985660553,0.7215964794158936,1266.0,324096.0,7482.2311286588665,20742144.0 +174.14,8.5,2821.0,0.01738017611205578,0.1758626252412796,0.0,1.9649714231491089,1.888256549835205,-0.00912718940526247,0.002449766034260392,0.4355238378047943,0.5503365397453308,0.6966103911399841,1267.0,324352.0,7488.039942675969,20758528.0 +148.61,7.900000095367432,2806.0,0.014555037952959538,0.14263916015625,0.0,1.9752365350723267,1.9033422470092773,-0.009519997984170914,0.0024394718930125237,0.4433111250400543,0.562398374080658,0.6724186837673187,1268.0,324608.0,7493.879840436857,20774912.0 +130.33,8.600000381469727,2778.0,0.0148502541705966,0.15386962890625,0.0,1.9422926902770996,1.8992210626602173,-0.010052812285721302,0.002451566979289055,0.41876307129859924,0.5361731052398682,0.7299733459949493,1269.0,324864.0,7499.776462759823,20791296.0 +140.62,7.5,2752.0,0.019425727427005768,0.16790771484375,0.0,2.002501964569092,1.9206104278564453,-0.007721863687038422,0.002458029193803668,0.49207791686058044,0.5543768405914307,0.6851150691509247,1270.0,325120.0,7505.7293312668335,20807680.0 +137.4,8.699999809265137,2689.0,0.012956388294696808,0.13897705078125,0.0,1.9694520235061646,1.8187685012817383,-0.011587551794946194,0.0024670709390193224,0.4617031514644623,0.53484046459198,0.6965654790401459,1271.0,325376.0,7511.821047284873,20824064.0 +123.44,8.5,2815.0,0.019329966977238655,0.1771036833524704,0.0,1.9620095491409302,1.8750815391540527,-0.008845393545925617,0.002452796557918191,0.4322439134120941,0.5470858812332153,0.6918295919895172,1272.0,325632.0,7517.641633658903,20840448.0 +135.61,8.100000381469727,2818.0,0.015688344836235046,0.1622111052274704,0.0,1.9386205673217773,1.8004106283187866,-0.01100825797766447,0.0024585200008004904,0.41328170895576477,0.5317319631576538,0.7266639173030853,1273.0,325888.0,7523.4565276349895,20856832.0 +124.21,8.399999618530273,2756.0,0.016529429703950882,0.1472371369600296,0.0,1.9395103454589844,1.861885905265808,-0.00673784501850605,0.002460203832015395,0.407358318567276,0.5310855507850647,0.6737864017486572,1274.0,326144.0,7529.4019860490225,20873216.0 +203.2,7.599999904632568,2792.0,0.014143276959657669,0.1522623747587204,0.0,1.9177876710891724,1.8630547523498535,-0.010634972713887691,0.0024571921676397324,0.37574532628059387,0.5305845141410828,0.6979258060455322,1275.0,326400.0,7535.270752395969,20889600.0 +162.82,8.600000381469727,2781.0,0.01380442176014185,0.1490885466337204,0.0,1.9513570070266724,1.828620433807373,-0.009669614024460316,0.0024426777381449938,0.41845452785491943,0.5487465262413025,0.6962283253669739,1276.0,326656.0,7541.161282622023,20905984.0 +164.16,8.0,2782.0,0.014767271466553211,0.1376953125,0.0,1.968021035194397,1.8218727111816406,-0.009109623730182648,0.0024512053932994604,0.4463151693344116,0.5465889573097229,0.6884903907775879,1277.0,326912.0,7547.049935829826,20922368.0 +138.79,8.399999618530273,2809.0,0.013663510791957378,0.1401774138212204,0.0,1.9408029317855835,1.8722634315490723,-0.010590813122689724,0.0024513807147741318,0.3867218494415283,0.5510649681091309,0.6828493773937225,1278.0,327168.0,7552.882156639826,20938752.0 +140.73,8.5,2801.0,0.01448410376906395,0.1378173828125,0.0,1.9492050409317017,1.8394426107406616,-0.011346567422151566,0.0024496715050190687,0.41732725501060486,0.5454463958740234,0.6850610375404358,1279.0,327424.0,7558.731021868996,20955136.0 +142.32,7.800000190734863,2819.0,0.018183935433626175,0.1616617888212204,0.0,1.9621199369430542,1.885035514831543,-0.00815607886761427,0.002452859887853265,0.44194796681404114,0.5417226552963257,0.6783402562141418,1280.0,327680.0,7564.543689162005,20971520.0 +145.71,8.399999618530273,2797.0,0.018254823982715607,0.1674397736787796,0.0,1.9290140867233276,1.866477608680725,-0.008062519133090973,0.002445426769554615,0.37575164437294006,0.5451521277427673,0.687883585691452,1281.0,327936.0,7570.400763193844,20987904.0 +189.66,7.900000095367432,2833.0,0.030031738802790642,0.20916748046875,0.0,1.982326626777649,1.853615403175354,-0.005748776253312826,0.002447927137836814,0.4591864049434662,0.5530549883842468,0.6625603139400482,1282.0,328192.0,7576.183898553019,21004288.0 +155.49,8.5,2791.0,0.025616271421313286,0.1761678010225296,0.0,1.988785743713379,1.8881397247314453,-0.0016410778043791652,0.0024510673247277737,0.41284868121147156,0.577350378036499,0.7028635144233704,1283.0,328448.0,7582.054640725022,21020672.0 +159.22,7.5,2812.0,0.034790776669979095,0.1717529296875,0.0,1.9364005327224731,1.9573397636413574,-0.0020712781697511673,0.002449900144711137,0.3482102155685425,0.558989942073822,0.6960103809833527,1284.0,328704.0,7587.881935985992,21037056.0 +206.13,7.400000095367432,2803.0,0.032193075865507126,0.18310546875,0.0,1.8760684728622437,1.9908794164657593,-0.0031781895086169243,0.002456584246829152,0.25515303015708923,0.5432867407798767,0.7396851181983948,1285.0,328960.0,7593.727412528824,21053440.0 +207.87,8.300000190734863,2815.0,0.0228434931486845,0.1783040314912796,0.0,1.9200891256332397,1.9639450311660767,-0.008135958574712276,0.002454580971971154,0.35161349177360535,0.5447670817375183,0.7031013369560242,1286.0,329216.0,7599.547158502974,21069824.0 +222.66,8.100000381469727,2799.0,0.014015649445354939,0.1472371369600296,0.0,1.8682676553726196,1.9508670568466187,-0.009609776549041271,0.0024395373184233904,0.26737180352211,0.5439314246177673,0.7211628556251526,1287.0,329472.0,7605.400878055021,21086208.0 +216.93,7.699999809265137,2781.0,0.015478074550628662,0.1469319611787796,0.0,1.9688977003097534,1.8989402055740356,-0.009419456124305725,0.00244463630951941,0.45369693636894226,0.5481396317481995,0.6491991281509399,1288.0,329728.0,7611.295978285838,21102592.0 +119.88,7.900000095367432,2804.0,0.021495431661605835,0.1780192106962204,0.0,1.9586509466171265,1.9388445615768433,-0.008363477885723114,0.0024380863178521395,0.42887184023857117,0.5529236793518066,0.6937822699546814,1289.0,329984.0,7617.1393963869195,21118976.0 +165.25,8.399999618530273,2823.0,0.018322372809052467,0.1722615510225296,0.0,1.9348710775375366,1.9236797094345093,-0.007772152777761221,0.0024441122077405453,0.3935026228427887,0.5430725812911987,0.7091724574565887,1290.0,330240.0,7622.943066793028,21135360.0 +147.18,8.399999618530273,2825.0,0.015413709916174412,0.1587117463350296,0.0,1.956092357635498,1.899405598640442,-0.011101413518190384,0.00244507915340364,0.4310283362865448,0.5481341481208801,0.7038861513137817,1291.0,330496.0,7628.743123139953,21151744.0 +140.27,8.399999618530273,2822.0,0.01403134036809206,0.1473388671875,0.0,1.9149168729782104,1.8994847536087036,-0.013022937811911106,0.0024520365986973047,0.35934746265411377,0.541242778301239,0.7456354796886444,1292.0,330752.0,7634.5482127938885,21168128.0 +170.73,8.199999809265137,2824.0,0.019213711842894554,0.1742960661649704,0.0,1.8830214738845825,1.9219049215316772,-0.007592161651700735,0.0024543225299566984,0.3122629225254059,0.52653968334198,0.7574127018451691,1293.0,331008.0,7640.349751347909,21184512.0 +151.4,7.699999809265137,2778.0,0.012654729187488556,0.1341349333524704,0.0,1.9634538888931274,1.8907551765441895,-0.011416207067668438,0.00244542071595788,0.45288386940956116,0.5446253418922424,0.6783010363578796,1294.0,331264.0,7646.247782110004,21200896.0 +192.17,7.800000190734863,2815.0,0.013099923729896545,0.1414387971162796,0.0,1.953583836555481,1.8846769332885742,-0.011145450174808502,0.0024435832165181637,0.4521543085575104,0.5357071757316589,0.7073022723197937,1295.0,331520.0,7652.067325056996,21217280.0 +146.33,8.300000190734863,2841.0,0.012401260435581207,0.1209513321518898,0.0,1.987321376800537,1.8669370412826538,-0.009109335951507092,0.0024397005327045918,0.49510812759399414,0.5476957559585571,0.6502769589424133,1296.0,331776.0,7657.83500610292,21233664.0 +125.07,8.600000381469727,2822.0,0.012055955827236176,0.1207478865981102,0.0,1.9288030862808228,1.8623584508895874,-0.01018270943313837,0.002444992307573557,0.37937429547309875,0.5454259514808655,0.7200811803340912,1297.0,332032.0,7663.640901528997,21250048.0 +120.75,8.300000190734863,2816.0,0.01492947805672884,0.14996337890625,0.0,1.946385383605957,1.9251116514205933,-0.011620196513831615,0.0024455455131828785,0.39109861850738525,0.5589346289634705,0.7590276300907135,1298.0,332288.0,7669.458174671978,21266432.0 +158.68,8.300000190734863,2798.0,0.01681169681251049,0.1657918244600296,0.0,1.9079033136367798,1.9532467126846313,-0.010997694917023182,0.002441199729219079,0.3311954438686371,0.5522359013557434,0.7328721880912781,1299.0,332544.0,7675.31285387883,21282816.0 +141.57,8.199999809265137,2789.0,0.017802605405449867,0.1695353239774704,0.0,1.9267635345458984,1.9405144453048706,-0.008219321258366108,0.002450050786137581,0.36301445960998535,0.5478558540344238,0.693701446056366,1300.0,332800.0,7681.189177176915,21299200.0 +180.98,8.100000381469727,2821.0,0.014893442392349243,0.1456502228975296,0.0,1.9326938390731812,1.9534717798233032,-0.00854345690459013,0.00244008912704885,0.3676726818084717,0.5568912625312805,0.706889271736145,1301.0,333056.0,7686.997518722899,21315584.0 +193.02,7.800000190734863,2799.0,0.02099093794822693,0.1873575896024704,0.0,1.9293584823608398,1.9617581367492676,-0.006251765880733728,0.0024422069545835257,0.35047057271003723,0.5588890910148621,0.6832872331142426,1302.0,333312.0,7692.851470005931,21331968.0 +180.5,8.0,2809.0,0.014010426588356495,0.1421712189912796,0.0,1.9883136749267578,1.8866766691207886,-0.00855367910116911,0.0024425708688795567,0.49083349108695984,0.5490319728851318,0.6536824703216553,1303.0,333568.0,7698.683604066959,21348352.0 +122.63,8.0,2767.0,0.01700436882674694,0.1524861603975296,0.0,2.0027270317077637,1.8845105171203613,-0.008595841936767101,0.00243749818764627,0.5077409148216248,0.5575481057167053,0.7116401195526123,1304.0,333824.0,7704.605086928001,21364736.0 +121.69,8.699999809265137,2823.0,0.01528566237539053,0.15020751953125,0.0,1.9199084043502808,1.9174798727035522,-0.009302779100835323,0.002439679577946663,0.3735388219356537,0.5417767763137817,0.7257590591907501,1305.0,334080.0,7710.40862127603,21381120.0 +133.04,8.199999809265137,2766.0,0.020116031169891357,0.1772867888212204,0.0,1.9164005517959595,1.9302431344985962,-0.009738716296851635,0.0024348886217921972,0.3542516231536865,0.5508714318275452,0.7480745017528534,1306.0,334336.0,7716.331480406923,21397504.0 +180.19,7.699999809265137,2794.0,0.01328099425882101,0.1480509489774704,0.0,1.9279141426086426,1.926596760749817,-0.01072926726192236,0.002440799493342638,0.3906904458999634,0.5421645641326904,0.6663409769535065,1307.0,334592.0,7722.1962982069235,21413888.0 +161.46,7.699999809265137,2835.0,0.01586064137518406,0.1498209685087204,0.0,1.948712944984436,1.9103188514709473,-0.010576087050139904,0.002442396944388747,0.4215664863586426,0.5464103817939758,0.651485800743103,1308.0,334848.0,7727.975936484989,21430272.0 +179.42,8.300000190734863,2843.0,0.017119545489549637,0.1626790314912796,0.0,1.9265789985656738,1.9132332801818848,-0.01128017995506525,0.0024484749883413315,0.3698940575122833,0.5478070378303528,0.7091630101203918,1309.0,335104.0,7733.738940933952,21446656.0 +176.44,8.100000381469727,2819.0,0.018087238073349,0.1762898713350296,0.0,1.9077849388122559,1.9258379936218262,-0.008011994883418083,0.002456908579915762,0.34073707461357117,0.5362325310707092,0.704696387052536,1310.0,335360.0,7739.550803554943,21463040.0 +137.74,8.600000381469727,2830.0,0.015329879708588123,0.1532389372587204,0.0,1.8813403844833374,1.9351507425308228,-0.010696143843233585,0.002458985662087798,0.30690500140190125,0.5284424424171448,0.7322360575199127,1311.0,335616.0,7745.340330339037,21479424.0 +177.83,8.0,2815.0,0.015989620238542557,0.1720377653837204,0.0,1.9084328413009644,1.983164668083191,-0.008174057118594646,0.0024608823005110025,0.3322877585887909,0.5398535132408142,0.6590088307857513,1312.0,335872.0,7751.159545626026,21495808.0 +231.01,7.599999904632568,2809.0,0.016638172790408134,0.1330769807100296,0.0,1.9376901388168335,1.965511441230774,-0.00792350061237812,0.002447178354486823,0.365701287984848,0.5588287711143494,0.6814399361610413,1313.0,336128.0,7756.991052046884,21512192.0 +192.6,7.800000190734863,2819.0,0.013782699592411518,0.1384480744600296,0.0,1.9744592905044556,1.9081525802612305,-0.009005381725728512,0.002456538612022996,0.438810795545578,0.5548717379570007,0.6548809111118317,1314.0,336384.0,7762.803951086942,21528576.0 +165.07,8.399999618530273,2809.0,0.014843188226222992,0.1502685546875,0.0,1.919657826423645,1.9242182970046997,-0.007271407172083855,0.0024416560772806406,0.3403359353542328,0.5551754236221313,0.7106067538261414,1315.0,336640.0,7768.636915278854,21544960.0 +198.42,8.100000381469727,2822.0,0.021497227251529694,0.18341064453125,0.0,1.9049853086471558,1.954731822013855,-0.005508484784513712,0.0024451983626931906,0.32052475214004517,0.5471797585487366,0.7073902785778046,1316.0,336896.0,7774.442920967005,21561344.0 +155.03,8.800000190734863,2807.0,0.02671034447848797,0.18206787109375,0.0,1.9258723258972168,1.9247876405715942,-0.004973507020622492,0.0024497348349541426,0.3132641613483429,0.568594217300415,0.749943733215332,1317.0,337152.0,7780.279364972841,21577728.0 +196.93,8.699999809265137,2842.0,0.023723578080534935,0.2013142853975296,0.0,1.8804346323013306,1.9649758338928223,-0.007351197302341461,0.002462810603901744,0.27548959851264954,0.5382855534553528,0.7557757794857025,1318.0,337408.0,7786.043701654999,21594112.0 +190.77,8.199999809265137,2834.0,0.016600310802459717,0.1644287109375,0.0,1.908811092376709,1.9856562614440918,-0.01026396919041872,0.0024577192962169647,0.3547861576080322,0.5326789617538452,0.7029486298561096,1319.0,337664.0,7791.824482573895,21610496.0 +162.29,8.399999618530273,2804.0,0.01930231973528862,0.1625773161649704,0.0,1.8976516723632812,1.973945140838623,-0.0050031342543661594,0.002438716124743223,0.3162040412425995,0.5449339747428894,0.7312749028205872,1320.0,337920.0,7797.667278225999,21626880.0 +172.54,8.300000190734863,2795.0,0.023613521829247475,0.2085164338350296,0.0,1.9081796407699585,1.9577771425247192,-0.010315622203052044,0.0024349153973162174,0.3333669900894165,0.5539319515228271,0.7062712907791138,1321.0,338176.0,7803.529293027008,21643264.0 +204.38,7.699999809265137,2799.0,0.022516071796417236,0.14727783203125,0.0,1.95596444606781,1.92588472366333,-0.008032883517444134,0.0024368532467633486,0.43881821632385254,0.5454205274581909,0.6798334121704102,1322.0,338432.0,7809.383446455002,21659648.0 +185.91,8.600000381469727,2785.0,0.016869299113750458,0.1380411833524704,0.0,1.8982526063919067,1.957435965538025,-0.007946696132421494,0.0024358031805604696,0.31862500309944153,0.5485596656799316,0.7155402898788452,1323.0,338688.0,7815.267065052874,21676032.0 +166.02,9.0,2799.0,0.02494286559522152,0.1826171875,0.0,1.9080718755722046,1.9039760828018188,-0.010263018310070038,0.002436612732708454,0.321792870759964,0.5581719279289246,0.7116192579269409,1324.0,338944.0,7821.119581528939,21692416.0 +136.51,8.199999809265137,2817.0,0.02093653567135334,0.1631876677274704,0.0,1.9295042753219604,1.949690341949463,-0.007528760004788637,0.0024409745819866657,0.3630629777908325,0.5545111894607544,0.7066792845726013,1325.0,339200.0,7826.935263667023,21708800.0 +199.02,8.100000381469727,2803.0,0.01566704735159874,0.1585896760225296,0.0,1.930689811706543,1.9456533193588257,-0.00883443932980299,0.002440284937620163,0.37682247161865234,0.5504270792007446,0.6694356203079224,1326.0,339456.0,7832.780047293985,21725184.0 +164.65,8.300000190734863,2812.0,0.017689097672700882,0.1556396484375,0.0,1.8603099584579468,1.9780787229537964,-0.007854576222598553,0.0024530424270778894,0.24277929961681366,0.5400347113609314,0.7097763419151306,1327.0,339712.0,7838.605684424983,21741568.0 +199.81,8.399999618530273,2818.0,0.01889323629438877,0.18341064453125,0.0,1.9130254983901978,1.9672726392745972,-0.006999223958700895,0.002446566242724657,0.35241934657096863,0.5402048826217651,0.6572149097919464,1328.0,339968.0,7844.420803322922,21757952.0 +166.95,8.199999809265137,2818.0,0.018102185800671577,0.1714070588350296,0.0,1.9186722040176392,1.9190233945846558,-0.008165765553712845,0.002444090088829398,0.3854096233844757,0.5312782526016235,0.6597540378570557,1329.0,340224.0,7850.235427419888,21774336.0 +196.47,7.599999904632568,2821.0,0.017850590869784355,0.1787312775850296,0.0,1.9335373640060425,1.9555350542068481,-0.008955098688602448,0.0024547267239540815,0.3935740292072296,0.5378972887992859,0.6556799113750458,1330.0,340480.0,7856.042868773919,21790720.0 +158.64,8.699999809265137,2810.0,0.016665369272232056,0.1622111052274704,0.0,1.882468342781067,1.920415997505188,-0.007453423459082842,0.0024519714061170816,0.3126247227191925,0.526827871799469,0.7113112807273865,1331.0,340736.0,7861.873425586848,21807104.0 +159.82,9.100000381469727,2826.0,0.013151157647371292,0.1561482697725296,0.0,1.8706837892532349,1.9256539344787598,-0.00960231851786375,0.0024477962870150805,0.26595938205718994,0.5426650047302246,0.7438789010047913,1332.0,340992.0,7867.670428678859,21823488.0 +188.88,7.800000190734863,2807.0,0.013736995868384838,0.1482747346162796,0.0,1.9452811479568481,1.9383665323257446,-0.011116869747638702,0.0024506684858351946,0.4191628694534302,0.5408661961555481,0.6555655002593994,1333.0,341248.0,7873.509217439918,21839872.0 +181.26,8.100000381469727,2811.0,0.015138932503759861,0.16888427734375,0.0,1.914901852607727,1.927811622619629,-0.010680001229047775,0.002444065874442458,0.350906640291214,0.5473735928535461,0.6575184166431427,1334.0,341504.0,7879.337618605932,21856256.0 +172.54,8.300000190734863,2736.0,0.013043141923844814,0.1459553986787796,0.0,1.8707890510559082,1.9760093688964844,-0.009094100445508957,0.002445000223815441,0.2779245972633362,0.5381810069084167,0.6914218366146088,1335.0,341760.0,7885.326062653912,21872640.0 +174.38,8.100000381469727,2775.0,0.01991180330514908,0.1667683869600296,0.0,1.9380675554275513,1.9899436235427856,-0.00855975691229105,0.002451569540426135,0.4069690704345703,0.5372573733329773,0.6888684928417206,1336.0,342016.0,7891.23045065091,21889024.0 +172.15,8.300000190734863,2831.0,0.016397489234805107,0.1577555388212204,0.0,1.8822945356369019,1.977333664894104,-0.008402637206017971,0.002451978623867035,0.28502944111824036,0.5419663190841675,0.7337753474712372,1337.0,342272.0,7897.017559294822,21905408.0 +210.58,7.699999809265137,2816.0,0.013598865829408169,0.1541544646024704,0.0,1.9333173036575317,1.970592975616455,-0.009387380443513393,0.00245600170455873,0.4188796579837799,0.5249703526496887,0.6218835413455963,1338.0,342528.0,7902.834740121849,21921792.0 +150.83,8.5,2816.0,0.014492742717266083,0.16259765625,0.0,1.9206137657165527,1.9475350379943848,-0.008207869715988636,0.0024406604934483767,0.3679284155368805,0.5440022349357605,0.6568686664104462,1339.0,342784.0,7908.653942140983,21938176.0 +143.05,8.5,2825.0,0.01469531748443842,0.16943359375,0.0,1.9174466133117676,1.9496278762817383,-0.009997265413403511,0.002436551731079817,0.3627253770828247,0.5473014116287231,0.7084111571311951,1340.0,343040.0,7914.4529460859485,21954560.0 +166.09,8.300000190734863,2824.0,0.014983064495027065,0.1446940153837204,0.0,1.9017661809921265,1.9583677053451538,-0.0070710801519453526,0.002449148567393422,0.33251574635505676,0.5375887155532837,0.6949979364871979,1341.0,343296.0,7920.255248632049,21970944.0 +161.05,8.5,2788.0,0.014890545047819614,0.141845703125,0.0,1.8870452642440796,1.9543205499649048,-0.00958576425909996,0.0024522431194782257,0.2994247376918793,0.5403403639793396,0.7189323008060455,1342.0,343552.0,7926.130913723027,21987328.0 +205.35,8.199999809265137,2826.0,0.012063569389283657,0.1341349333524704,0.0,1.8867616653442383,1.9612549543380737,-0.007643904071301222,0.0024358348455280066,0.2919470965862274,0.5501269698143005,0.6796375215053558,1343.0,343808.0,7931.928902114043,22003712.0 +212.63,8.300000190734863,2796.0,0.012574329040944576,0.1377360075712204,0.0,1.9123252630233765,1.925602912902832,-0.010451671667397022,0.0024316548369824886,0.3565260171890259,0.5479427576065063,0.6120329797267914,1344.0,344064.0,7937.787982150912,22020096.0 +182.88,8.399999618530273,2810.0,0.014163357205688953,0.1474405974149704,0.0,1.9005184173583984,1.9322417974472046,-0.007427923381328583,0.0024414530489593744,0.3418305218219757,0.5356271266937256,0.6220238506793976,1345.0,344320.0,7943.619374417001,22036480.0 +173.62,8.199999809265137,2820.0,0.013461749069392681,0.1525471955537796,0.0,1.9128419160842896,1.9330683946609497,-0.008462791331112385,0.0024432633072137833,0.3640707731246948,0.5369678735733032,0.6497783064842224,1346.0,344576.0,7949.428554252023,22052864.0 +183.27,8.5,2819.0,0.020305607467889786,0.18121337890625,0.0,1.8896352052688599,1.9140034914016724,-0.006131127942353487,0.002442846307530999,0.2905189096927643,0.5482237339019775,0.7033198475837708,1347.0,344832.0,7955.241134879878,22069248.0 +222.45,7.900000095367432,2813.0,0.02074817195534706,0.1908365935087204,0.0,1.8821626901626587,1.940815806388855,-0.005456290673464537,0.0024349973537027836,0.29420188069343567,0.5424280166625977,0.6999643445014954,1348.0,345088.0,7961.065764160827,22085632.0 +193.46,8.0,2818.0,0.014983740635216236,0.1644490510225296,0.0,1.8854361772537231,1.9478960037231445,-0.00767220975831151,0.0024301589000970125,0.30013522505760193,0.5474407076835632,0.7043841779232025,1349.0,345344.0,7966.878582801903,22102016.0 +229.2,7.800000190734863,2794.0,0.01469509582966566,0.15380859375,0.0,1.9656805992126465,1.9118542671203613,-0.00806331541389227,0.0024358495138585567,0.439624547958374,0.5551252961158752,0.6495093107223511,1350.0,345600.0,7972.742450800026,22118400.0 +157.91,8.300000190734863,2824.0,0.01462958101183176,0.1355387419462204,0.0,1.946656346321106,1.885250449180603,-0.009358321316540241,0.002439884701743722,0.41850921511650085,0.5456703305244446,0.6422957479953766,1351.0,345856.0,7978.544754172908,22134784.0 +128.97,8.800000190734863,2808.0,0.019040320068597794,0.1733195036649704,0.0,1.8741650581359863,1.8828684091567993,-0.006479807663708925,0.002433920744806528,0.27657365798950195,0.544226348400116,0.7361865043640137,1352.0,346112.0,7984.379381839884,22151168.0 +177.09,8.5,2816.0,0.019081735983490944,0.1941731721162796,0.0,1.8709921836853027,1.8943119049072266,-0.01014669705182314,0.002436735900118947,0.27725744247436523,0.5430853366851807,0.7234630286693573,1353.0,346368.0,7990.197719981894,22167552.0 +188.18,8.399999618530273,2817.0,0.01571442186832428,0.1767374724149704,0.0,1.858149528503418,1.9298127889633179,-0.008940417319536209,0.002441422315314412,0.26289620995521545,0.5342288613319397,0.6625760495662689,1354.0,346624.0,7996.013732503867,22183936.0 +195.06,8.100000381469727,2832.0,0.015397277660667896,0.1605021208524704,0.0,1.8633512258529663,1.9212898015975952,-0.007508256006985903,0.002452010754495859,0.29950934648513794,0.514312207698822,0.6282266676425934,1355.0,346880.0,8001.799646473955,22200320.0 +214.22,8.199999809265137,2810.0,0.01623287796974182,0.15277099609375,0.0,1.9173550605773926,1.912081241607666,-0.008988303132355213,0.0024398283567279577,0.38160333037376404,0.5347484946250916,0.546394020318985,1356.0,347136.0,8007.630500267027,22216704.0 +234.26,8.0,2809.0,0.017179561778903008,0.1904703825712204,0.0,1.914624810218811,1.915926456451416,-0.008599182590842247,0.0024354192428290844,0.3655596673488617,0.5418936610221863,0.6046382486820221,1357.0,347392.0,8013.464034865843,22233088.0 +189.83,8.300000190734863,2769.0,0.013634742237627506,0.1413370817899704,0.0,1.9033972024917603,1.9223312139511108,-0.008445190265774727,0.0024264936801046133,0.3322797417640686,0.5516785979270935,0.6109906136989594,1358.0,347648.0,8019.380459103966,22249472.0 +147.24,8.100000381469727,2800.0,0.017035549506545067,0.1780192106962204,0.0,1.9149261713027954,1.8867624998092651,-0.008922199718654156,0.0024310348089784384,0.3701349198818207,0.5421311259269714,0.6092950105667114,1359.0,347904.0,8025.232001543045,22265856.0 +201.05,8.300000190734863,2829.0,0.015467073768377304,0.1829020231962204,0.0,1.9174299240112305,1.8884986639022827,-0.009045978076756,0.002432686509564519,0.3573969304561615,0.5503193736076355,0.667651504278183,1360.0,348160.0,8031.023797963979,22282240.0 +169.28,7.699999809265137,2816.0,0.009311140514910221,0.1029052734375,0.0,1.9674878120422363,1.8674373626708984,-0.011000610888004303,0.0024378979578614235,0.4644479751586914,0.5459897518157959,0.6320271492004395,1361.0,348416.0,8036.841245513875,22298624.0 +146.92,8.899999618530273,2802.0,0.021406831219792366,0.1893310546875,0.0,1.873130440711975,1.8754960298538208,-0.008715352974832058,0.002426309045404196,0.26073798537254333,0.5570774674415588,0.7434852421283722,1362.0,348672.0,8042.688460336998,22315008.0 +149.38,8.800000190734863,2809.0,0.01675252802670002,0.1875,0.0,1.8621095418930054,1.9026603698730469,-0.008487173356115818,0.0024369158782064915,0.24451398849487305,0.5489081740379333,0.7102948427200317,1363.0,348928.0,8048.522278724937,22331392.0 +171.7,9.0,2785.0,0.02337442897260189,0.1976318359375,0.0,1.8639873266220093,1.9205831289291382,-0.007049402222037315,0.0024407007731497288,0.23573239147663116,0.5520258545875549,0.713321179151535,1364.0,349184.0,8054.404751206981,22347776.0 +196.19,7.599999904632568,2733.0,0.015341934747993946,0.15228271484375,0.0,1.9797958135604858,1.8947776556015015,-0.008046898059546947,0.0024321137461811304,0.46767327189445496,0.5568965077400208,0.6153577566146851,1365.0,349440.0,8060.399019595934,22364160.0 +183.93,7.800000190734863,2736.0,0.019008850678801537,0.1888020783662796,0.0,1.9960063695907593,1.8328853845596313,-0.002598145976662636,0.002441433258354664,0.4939762055873871,0.5492286086082458,0.59053835272789,1366.0,349696.0,8066.386814850848,22380544.0 +156.63,7.900000095367432,2799.0,0.017653150483965874,0.1412353515625,0.0,1.9854973554611206,1.8430477380752563,-0.00705188512802124,0.0024474237579852343,0.49337127804756165,0.5405821204185486,0.576731413602829,1367.0,349952.0,8072.239125045016,22396928.0 +139.14,8.699999809265137,2819.0,0.02656090073287487,0.19927978515625,0.0,1.9077588319778442,1.8371886014938354,-0.009078952483832836,0.0024447848554700613,0.33063367009162903,0.5475003123283386,0.6739805042743683,1368.0,350208.0,8078.051280844025,22413312.0 +142.61,8.5,2801.0,0.017789596691727638,0.15106201171875,0.0,1.9236550331115723,1.871299386024475,-0.007440532092005014,0.0024348606821149588,0.35894259810447693,0.55290687084198,0.654257595539093,1369.0,350464.0,8083.899845989887,22429696.0 +143.27,8.5,2748.0,0.014353874139487743,0.1496175080537796,0.0,1.888391375541687,1.8919733762741089,-0.008902043104171753,0.002443470759317279,0.3112662732601166,0.5388447046279907,0.6275455355644226,1370.0,350720.0,8089.861218790989,22446080.0 +192.56,7.800000190734863,2764.0,0.022534266114234924,0.1568603515625,0.0,1.9512873888015747,1.858282208442688,-0.005699410568922758,0.002449870342388749,0.42580175399780273,0.537733256816864,0.5999416708946228,1371.0,350976.0,8095.788790191989,22462464.0 +183.04,8.199999809265137,2826.0,0.04075508937239647,0.21826171875,0.0,1.9218077659606934,1.9067515134811401,-0.0009421490249224007,0.002447668928653002,0.3489420413970947,0.5435121655464172,0.6046677529811859,1372.0,351232.0,8101.585233904887,22478848.0 +138.5,8.300000190734863,2816.0,0.03169184550642967,0.2152099609375,0.0,1.9233335256576538,1.9049583673477173,-0.0047286865301430225,0.002458277391269803,0.3635575473308563,0.536194384098053,0.6624001264572144,1373.0,351488.0,8107.403133411892,22495232.0 +186.94,8.100000381469727,2822.0,0.01946953684091568,0.1825968474149704,0.0,1.9493273496627808,1.8590184450149536,-0.008823194541037083,0.0024375279899686575,0.4153374135494232,0.5503081679344177,0.6766685843467712,1374.0,351744.0,8113.208082170924,22511616.0 +144.73,8.5,2802.0,0.014376945793628693,0.1584065705537796,0.0,1.9319101572036743,1.8645175695419312,-0.010011132806539536,0.0024390111211687326,0.39364805817604065,0.5442367196083069,0.6808915734291077,1375.0,352000.0,8119.05523055396,22528000.0 +146.78,8.199999809265137,2818.0,0.022348186001181602,0.1875203400850296,0.0,1.9014021158218384,1.9437462091445923,-0.007571281399577856,0.0024453734513372183,0.30494925379753113,0.5532496571540833,0.7091434895992279,1376.0,352256.0,8124.870271476917,22544384.0 +203.41,8.399999618530273,2827.0,0.019730569794774055,0.1736043244600296,0.0,1.9071125984191895,1.9308546781539917,-0.004397151526063681,0.002445948077365756,0.32454338669776917,0.5455725789070129,0.6973252594470978,1377.0,352512.0,8130.665707334876,22560768.0 +206.36,8.300000190734863,2786.0,0.02408953197300434,0.1954752653837204,0.0,1.9025262594223022,1.942474365234375,-0.006621474865823984,0.002430456457659602,0.3309839069843292,0.5478524565696716,0.7201102375984192,1378.0,352768.0,8136.545591552043,22577152.0 +183.5,8.199999809265137,2773.0,0.017480140551924706,0.16021728515625,0.0,1.9369667768478394,1.9453879594802856,-0.008541316725313663,0.0024287421256303787,0.3859430253505707,0.5576192736625671,0.7196797132492065,1379.0,353024.0,8142.45491494704,22593536.0 +148.26,8.800000190734863,2803.0,0.02038104645907879,0.1707763671875,0.0,1.9039267301559448,1.9251543283462524,-0.006597794592380524,0.002428429899737239,0.33850404620170593,0.5463092923164368,0.7057435512542725,1380.0,353280.0,8148.300176903838,22609920.0 +131.43,7.800000190734863,2821.0,0.015508953481912613,0.1465250700712204,0.0,1.905452847480774,1.959122657775879,-0.008959709666669369,0.00243453704752028,0.33985745906829834,0.546806812286377,0.7135536074638367,1381.0,353536.0,8154.108330114977,22626304.0 +232.75,7.900000095367432,2818.0,0.015524736605584621,0.1542765349149704,0.0,1.897861123085022,1.9986133575439453,-0.008381067775189877,0.002432866021990776,0.32153940200805664,0.5490255355834961,0.668543815612793,1382.0,353792.0,8159.92291887803,22642688.0 +165.9,8.199999809265137,2742.0,0.01814570091664791,0.169921875,0.0,1.9385474920272827,1.9451117515563965,-0.01229103934019804,0.0024404365103691816,0.4178931713104248,0.5411246418952942,0.6603403091430664,1383.0,354048.0,8165.8986372780055,22659072.0 +138.75,8.600000381469727,2787.0,0.01858765073120594,0.1714680939912796,0.0,1.9288997650146484,1.9333910942077637,-0.009506267495453358,0.002429062034934759,0.36696919798851013,0.5597242712974548,0.7357409298419952,1384.0,354304.0,8171.777318958892,22675456.0 +149.88,7.699999809265137,2788.0,0.01507517695426941,0.1581827849149704,0.0,1.964065432548523,1.9509836435317993,-0.010831757448613644,0.0024283321108669043,0.4559207260608673,0.5522802472114563,0.6929029524326324,1385.0,354560.0,8177.653698694892,22691840.0 +167.45,8.699999809265137,2810.0,0.01581134833395481,0.14691162109375,0.0,1.9178557395935059,1.9568992853164673,-0.010035648941993713,0.0024258845951408148,0.33847519755363464,0.5652803778648376,0.6905902624130249,1386.0,354816.0,8183.483549437951,22708224.0 +155.48,8.100000381469727,2799.0,0.014410552568733692,0.15380859375,0.0,1.8884434700012207,1.9944825172424316,-0.011713200248777866,0.0024379566311836243,0.3062964379787445,0.5479750037193298,0.685754269361496,1387.0,355072.0,8189.337055066833,22724608.0 +204.4,8.199999809265137,2819.0,0.02343829907476902,0.1690673828125,0.0,1.844000220298767,1.9585968255996704,-0.006333183031529188,0.002441975986585021,0.23078642785549164,0.5335384011268616,0.7111466228961945,1388.0,355328.0,8195.148916868027,22740992.0 +212.28,8.300000190734863,2823.0,0.01904204860329628,0.1636962890625,0.0,1.8887057304382324,1.9667717218399048,-0.00751829007640481,0.0024370618630200624,0.30326128005981445,0.5457305312156677,0.6912260949611664,1389.0,355584.0,8200.951961221872,22757376.0 +194.02,7.900000095367432,2821.0,0.016724718734622,0.1656901091337204,0.0,1.95460844039917,1.940251350402832,-0.00912704411894083,0.002428721869364381,0.4295731782913208,0.5539904236793518,0.6201176643371582,1390.0,355840.0,8206.76005805796,22773760.0 +143.15,8.600000381469727,2805.0,0.017398254945874214,0.1776326447725296,0.0,1.8809503316879272,1.9303818941116333,-0.011289611458778381,0.0024244545493274927,0.3002837598323822,0.5491748452186584,0.6754365563392639,1391.0,356096.0,8212.600155863911,22790144.0 +152.5,8.399999618530273,2822.0,0.01863653026521206,0.15234375,0.0,1.9388371706008911,1.9051780700683594,-0.008243635296821594,0.002427109284326434,0.3740590810775757,0.565548837184906,0.6600422263145447,1392.0,356352.0,8218.405621628975,22806528.0 +196.59,7.900000095367432,2842.0,0.0151548245921731,0.1596272736787796,0.0,1.9555416107177734,1.9226293563842773,-0.009631957858800888,0.0024373421911150217,0.41307321190834045,0.5591921210289001,0.6165704131126404,1393.0,356608.0,8224.170104905032,22822912.0 +210.33,8.300000190734863,2821.0,0.01464002300053835,0.1630859375,0.0,1.8871302604675293,1.944062352180481,-0.010262197814881802,0.002454449888318777,0.2963623106479645,0.5414270758628845,0.6655282974243164,1394.0,356864.0,8229.97816889803,22839296.0 +175.01,7.599999904632568,2797.0,0.013717257417738438,0.1550496369600296,0.0,1.9604755640029907,1.9345873594284058,-0.010896817781031132,0.0024465718306601048,0.43893730640411377,0.5479636788368225,0.6050698161125183,1395.0,357120.0,8235.83678029105,22855680.0 +165.67,7.900000095367432,2810.0,0.01601129211485386,0.1643880158662796,0.0,1.9645824432373047,1.940169334411621,-0.008007978089153767,0.0024295139592140913,0.43620845675468445,0.5591309070587158,0.6139215230941772,1396.0,357376.0,8241.667713759933,22872064.0 +187.97,7.800000190734863,2828.0,0.016147946938872337,0.1612141877412796,0.0,1.8901877403259277,1.9402828216552734,-0.009369570761919022,0.0024363284464925528,0.3252854347229004,0.5381529927253723,0.6285881102085114,1397.0,357632.0,8247.460282342974,22888448.0 +153.24,8.800000190734863,2810.0,0.017665693536400795,0.18389892578125,0.0,1.9189882278442383,1.9284873008728027,-0.010566419921815395,0.0024284934625029564,0.34950289130210876,0.5598410964012146,0.6216981410980225,1398.0,357888.0,8253.290169071872,22904832.0 +128.99,8.600000381469727,2813.0,0.02260913886129856,0.2023518830537796,0.0,1.9472395181655884,1.8978253602981567,-0.007971832528710365,0.0024437305983155966,0.4115312099456787,0.5465584397315979,0.6152426302433014,1399.0,358144.0,8259.115203178953,22921216.0 +159.95,8.100000381469727,2800.0,0.016721447929739952,0.1588134765625,0.0,1.9813580513000488,1.8561376333236694,-0.009839106351137161,0.0024377612862735987,0.48751068115234375,0.5471225380897522,0.6424411535263062,1400.0,358400.0,8264.96762324404,22937600.0 +103.6,9.0,2824.0,0.017598293721675873,0.17034912109375,0.0,1.9395071268081665,1.810956597328186,-0.008011712692677975,0.0024360152892768383,0.39606308937072754,0.549589216709137,0.6672906279563904,1401.0,358656.0,8270.7690261479,22953984.0 +128.82,8.5,2828.0,0.015439510345458984,0.157470703125,0.0,1.9145421981811523,1.8648492097854614,-0.013407359831035137,0.002431896748021245,0.36882081627845764,0.5462393164634705,0.7093689143657684,1402.0,358912.0,8276.562230058946,22970368.0 +119.98,8.300000190734863,2821.0,0.01794738695025444,0.1595662385225296,0.0,1.9599970579147339,1.890792965888977,-0.009749223478138447,0.002432235749438405,0.44476377964019775,0.550154447555542,0.6666116416454315,1403.0,359168.0,8282.369017656893,22986752.0 +144.96,8.800000190734863,2821.0,0.018469521775841713,0.1987101286649704,0.0,1.887070655822754,1.86021089553833,-0.010049387812614441,0.0024288285057991743,0.31412753462791443,0.5442444682121277,0.7433474659919739,1404.0,359424.0,8288.177065419033,23003136.0 +154.18,7.300000190734863,2813.0,0.01673137955367565,0.15435791015625,0.0,2.03235125541687,1.8318711519241333,-0.007598239928483963,0.0024348462466150522,0.5624642968177795,0.5596129298210144,0.6426696479320526,1405.0,359680.0,8294.001753487857,23019520.0 +121.94,8.199999809265137,2800.0,0.01550972554832697,0.1583455353975296,0.0,1.929694652557373,1.8785675764083862,-0.010971738956868649,0.002438121708109975,0.40304648876190186,0.5388678908348083,0.7323582172393799,1406.0,359936.0,8299.853773372946,23035904.0 +164.57,7.699999809265137,2816.0,0.01655467413365841,0.146484375,0.0,1.9985674619674683,1.8430237770080566,-0.006812029052525759,0.002428617561236024,0.5141529440879822,0.5524246096611023,0.6583263874053955,1407.0,360192.0,8305.672720571049,23052288.0 +130.97,9.0,2762.0,0.01429456751793623,0.1514689177274704,0.0,1.9082804918289185,1.8366671800613403,-0.011017563752830029,0.002429750980809331,0.33628368377685547,0.5546475052833557,0.7300172746181488,1408.0,360448.0,8311.605056983884,23068672.0 +144.52,7.800000190734863,2810.0,0.01864921860396862,0.1597493439912796,0.0,1.9739433526992798,1.8616251945495605,-0.007612837012857199,0.002431047847494483,0.4500347673892975,0.5596312880516052,0.674281656742096,1409.0,360704.0,8317.435060825897,23085056.0 +143.47,8.399999618530273,2833.0,0.02016540989279747,0.1795247346162796,0.0,1.9241632223129272,1.8459454774856567,-0.009781193919479847,0.0024294599425047636,0.37438440322875977,0.5504817366600037,0.7298719882965088,1410.0,360960.0,8323.218821468996,23101440.0 +137.99,8.199999809265137,2845.0,0.015228166244924068,0.1517537385225296,0.0,1.9718246459960938,1.8493281602859497,-0.006822990253567696,0.0024385799188166857,0.4655219316482544,0.5450896620750427,0.6522246897220612,1411.0,361216.0,8328.977138133952,23117824.0 +120.74,8.699999809265137,2819.0,0.01574275642633438,0.15020751953125,0.0,1.9305806159973145,1.8500213623046875,-0.011552195996046066,0.0024269833229482174,0.3825151026248932,0.5558837056159973,0.7121289074420929,1412.0,361472.0,8334.789741905872,23134208.0 +144.75,8.300000190734863,2755.0,0.018782010301947594,0.17230224609375,0.0,1.9285823106765747,1.901510238647461,-0.008791785687208176,0.002431340515613556,0.3840010166168213,0.5487186908721924,0.7170417904853821,1413.0,361728.0,8340.735892470926,23150592.0 +147.5,8.5,2740.0,0.015564017929136753,0.16021728515625,0.0,1.918397307395935,1.8829208612442017,-0.01099424809217453,0.0024348488077521324,0.36466535925865173,0.5484637022018433,0.6710418164730072,1414.0,361984.0,8346.71488802787,23166976.0 +165.88,8.0,2762.0,0.01707601360976696,0.1621500700712204,0.0,1.955194115638733,1.8376526832580566,-0.01211681216955185,0.0024340199306607246,0.4609780013561249,0.5381881594657898,0.6440357863903046,1415.0,362240.0,8352.647399567999,23183360.0 +148.16,8.399999618530273,2736.0,0.018224922940135002,0.17242431640625,0.0,1.9266301393508911,1.8563350439071655,-0.010220360942184925,0.002428897423669696,0.38971447944641113,0.546107828617096,0.709019273519516,1416.0,362496.0,8358.635134296957,23199744.0 +139.94,8.5,2792.0,0.015785202383995056,0.16131591796875,0.0,1.9334455728530884,1.8594516515731812,-0.009172431193292141,0.002435856033116579,0.3901515007019043,0.5482087135314941,0.6723365783691406,1417.0,362752.0,8364.502806799952,23216128.0 +123.41,9.0,2817.0,0.015172326005995274,0.1510416716337204,0.0,1.9089356660842896,1.8683665990829468,-0.012896702624857426,0.002433906076475978,0.3257559835910797,0.5606852173805237,0.7130782306194305,1418.0,363008.0,8370.319843615871,23232512.0 +108.24,8.600000381469727,2821.0,0.01487173791974783,0.1490885466337204,0.0,1.9638409614562988,1.8322328329086304,-0.011473435908555984,0.002436442533507943,0.4382490813732147,0.5562910437583923,0.6747013032436371,1419.0,363264.0,8376.126871245913,23248896.0 +149.11,8.300000190734863,2817.0,0.021846003830432892,0.1885986328125,0.0,1.9597803354263306,1.791237711906433,-0.010315559804439545,0.0024493560194969177,0.4310236871242523,0.5478180646896362,0.6730303764343262,1420.0,363520.0,8381.942837124923,23265280.0 +137.28,8.5,2814.0,0.02244984172284603,0.17974853515625,0.0,1.8946833610534668,1.8107556104660034,-0.008408326655626297,0.002440382493659854,0.30089816451072693,0.5505589842796326,0.6990719437599182,1421.0,363776.0,8387.765234910883,23281664.0 +181.07,8.5,2834.0,0.016951458528637886,0.1577555388212204,0.0,1.8783950805664062,1.8733983039855957,-0.008981597609817982,0.0024389231111854315,0.270961731672287,0.5511680245399475,0.7248752117156982,1422.0,364032.0,8393.545637903037,23298048.0 +167.01,8.300000190734863,2818.0,0.019587157294154167,0.1866455078125,0.0,1.928378939628601,1.8800582885742188,-0.006956922356039286,0.0024557539727538824,0.36946868896484375,0.5415250658988953,0.6640007197856903,1423.0,364288.0,8399.35894963704,23314432.0 +214.74,8.0,2821.0,0.013314603827893734,0.1384480744600296,0.0,1.9416972398757935,1.8864175081253052,-0.008527417667210102,0.0024564038030803204,0.4023050367832184,0.539734423160553,0.6475990116596222,1424.0,364544.0,8405.166141308844,23330816.0 +145.12,8.300000190734863,2836.0,0.01397507544606924,0.1412150114774704,0.0,1.9202723503112793,1.8627939224243164,-0.009908675216138363,0.0024357920046895742,0.3822110891342163,0.5398074984550476,0.6618184149265289,1425.0,364800.0,8410.943947895896,23347200.0 +139.49,9.0,2817.0,0.01848539151251316,0.1870320588350296,0.0,1.853805422782898,1.8953925371170044,-0.011813373304903507,0.00242635584436357,0.24566763639450073,0.5485608577728271,0.7541264742612839,1426.0,365056.0,8416.760405980982,23363584.0 +207.53,8.300000190734863,2813.0,0.015591837465763092,0.1731974333524704,0.0,1.9084553718566895,1.896204948425293,-0.009798350743949413,0.0024322099052369595,0.36272236704826355,0.539749801158905,0.6686328649520874,1427.0,365312.0,8422.583924305858,23379968.0 +179.58,8.199999809265137,2827.0,0.016520535573363304,0.1634318083524704,0.0,1.9153443574905396,1.9318135976791382,-0.005701117217540741,0.0024216738529503345,0.3299414813518524,0.5645563006401062,0.7426073551177979,1428.0,365568.0,8428.379424083978,23396352.0 +154.55,8.600000381469727,2806.0,0.016909221187233925,0.1687215119600296,0.0,1.9004521369934082,1.8769389390945435,-0.010811098851263523,0.0024244370870292187,0.3242534399032593,0.5556876063346863,0.7046512067317963,1429.0,365824.0,8434.218368751928,23412736.0 +153.98,8.100000381469727,2813.0,0.016918417066335678,0.179443359375,0.0,1.946189522743225,1.859276294708252,-0.0076179164461791515,0.002430475316941738,0.3986321985721588,0.5578464865684509,0.6499470770359039,1430.0,366080.0,8440.04426251282,23429120.0 +173.2,8.300000190734863,2811.0,0.017694391310214996,0.1969197541475296,0.0,1.9120965003967285,1.8759020566940308,-0.013023006729781628,0.0024474761448800564,0.31825873255729675,0.5610107779502869,0.6553847789764404,1431.0,366336.0,8445.873510988895,23445504.0 +215.89,7.599999904632568,2830.0,0.013992232270538807,0.1485188752412796,0.0,1.9141616821289062,1.8954734802246094,-0.011322252452373505,0.0024578101001679897,0.3494223356246948,0.540822446346283,0.6812461018562317,1432.0,366592.0,8451.66322965105,23461888.0 +176.09,8.300000190734863,2825.0,0.019553862512111664,0.1794026643037796,0.0,1.9244531393051147,1.8472189903259277,-0.011073554866015911,0.002435683738440275,0.35088714957237244,0.5607134699821472,0.6907023191452026,1433.0,366848.0,8457.462652137037,23478272.0 +138.14,8.199999809265137,2825.0,0.017197491601109505,0.16790771484375,0.0,1.9181699752807617,1.8481003046035767,-0.009167341515421867,0.002438480732962489,0.350198358297348,0.551478922367096,0.6961168944835663,1434.0,367104.0,8463.263010652969,23494656.0 +173.17,7.699999809265137,2855.0,0.0165565088391304,0.14398193359375,0.0,1.9391127824783325,1.8551229238510132,-0.007575541269034147,0.00243053468875587,0.38326945900917053,0.5583378672599792,0.6799525618553162,1435.0,367360.0,8469.001883776858,23511040.0 +182.7,8.300000190734863,2850.0,0.014893379993736744,0.1549886018037796,0.0,1.9130545854568481,1.8717613220214844,-0.008032896555960178,0.0024399368558079004,0.3229021430015564,0.5583857893943787,0.6790535748004913,1436.0,367616.0,8474.750673899893,23527424.0 +233.58,7.5,2833.0,0.014971605502068996,0.1616007536649704,0.0,1.9461702108383179,1.9102178812026978,-0.010818049311637878,0.0024438987020403147,0.38487422466278076,0.5617037415504456,0.6654939651489258,1437.0,367872.0,8480.533242000034,23543808.0 +191.35,8.100000381469727,2847.0,0.029824046418070793,0.2281901091337204,0.0,1.93132746219635,1.942812442779541,-0.006461289245635271,0.002461848547682166,0.3168090581893921,0.5678879618644714,0.6974887847900391,1438.0,368128.0,8486.28706983896,23560192.0 +192.75,8.0,2792.0,0.019264735281467438,0.1900431364774704,0.0,1.9447722434997559,1.8894482851028442,-0.006736280862241983,0.002462389413267374,0.3679569959640503,0.5552299618721008,0.7247370481491089,1439.0,368384.0,8492.155190267833,23576576.0 +200.81,8.0,2828.0,0.020032068714499474,0.1728719025850296,0.0,1.9548697471618652,1.8506969213485718,-0.007400555070489645,0.002452294575050473,0.3832973539829254,0.5629811882972717,0.7176989912986755,1440.0,368640.0,8497.948779386934,23592960.0 +207.07,7.699999809265137,2776.0,0.01458345353603363,0.1417032927274704,0.0,1.9597231149673462,1.8501285314559937,-0.00946839153766632,0.0024704833049327135,0.4156356751918793,0.5446333289146423,0.6663488149642944,1441.0,368896.0,8503.850636543008,23609344.0 +197.45,7.800000190734863,2826.0,0.023124651983380318,0.1711018830537796,0.0,1.9062656164169312,1.83488929271698,-0.007999210618436337,0.0024612070992588997,0.32652080059051514,0.538749635219574,0.6806674599647522,1442.0,369152.0,8509.648074206896,23625728.0 +160.59,8.199999809265137,2788.0,0.013718944974243641,0.1441446989774704,0.0,1.9363912343978882,1.8031729459762573,-0.011844344437122345,0.0024513904936611652,0.3921499252319336,0.5444968342781067,0.6996777951717377,1443.0,369408.0,8515.524976809043,23642112.0 +188.32,7.800000190734863,2819.0,0.028591647744178772,0.1814168244600296,0.0,1.9543472528457642,1.8053938150405884,-0.006143057718873024,0.002436253009364009,0.40174853801727295,0.5595436692237854,0.6680092215538025,1444.0,369664.0,8521.336820765864,23658496.0 +164.48,8.300000190734863,2819.0,0.020304325968027115,0.1792805939912796,0.0,1.9552725553512573,1.7532590627670288,-0.008655975572764874,0.0024354991037398577,0.41061362624168396,0.558404803276062,0.6989817321300507,1445.0,369920.0,8527.14917048486,23674880.0 +157.57,8.300000190734863,2806.0,0.019670667126774788,0.1688639372587204,0.0,1.9209814071655273,1.8059496879577637,-0.011110961437225342,0.00244923192076385,0.3501173257827759,0.5504776239395142,0.71540567278862,1446.0,370176.0,8532.988426327938,23691264.0 +233.38,7.699999809265137,2796.0,0.013484506867825985,0.13787841796875,0.0,1.9182502031326294,1.7923234701156616,-0.006663888227194548,0.0024579085875302553,0.34453508257865906,0.5416157245635986,0.6726758480072021,1447.0,370432.0,8538.8469343849,23707648.0 +167.66,8.300000190734863,2834.0,0.019690854474902153,0.1759846955537796,0.0,1.918922781944275,1.8068290948867798,-0.007353609893471003,0.00244809128344059,0.36356493830680847,0.5385168194770813,0.6554807126522064,1448.0,370688.0,8544.629159091972,23724032.0 +181.05,7.900000095367432,2780.0,0.017415808513760567,0.1679280549287796,0.0,1.9263778924942017,1.8213157653808594,-0.009933696128427982,0.0024450847413390875,0.3660027086734772,0.548981249332428,0.6408970057964325,1449.0,370944.0,8550.52257410204,23740416.0 +195.6,8.300000190734863,2804.0,0.023142747581005096,0.2021077424287796,0.0,1.8870145082473755,1.8604453802108765,-0.006643891800194979,0.002433336339890957,0.32900184392929077,0.5532174706459045,0.7132508158683777,1450.0,371200.0,8556.365769593045,23756800.0 +199.1,7.800000190734863,2750.0,0.015173387713730335,0.1524658203125,0.0,1.9344855546951294,1.846572995185852,-0.006610903888940811,0.0024299274664372206,0.4219595193862915,0.5557526350021362,0.6665478050708771,1451.0,371456.0,8562.323824770981,23773184.0 +184.41,8.0,2798.0,0.02149626612663269,0.2055257111787796,0.0,1.9028925895690918,1.8257784843444824,-0.008358904160559177,0.002426707185804844,0.35918566584587097,0.5587135553359985,0.7046266198158264,1452.0,371712.0,8568.178779894952,23789568.0 +165.8,8.100000381469727,2804.0,0.016742726787924767,0.1585693359375,0.0,1.882189154624939,1.8740638494491577,-0.008134402334690094,0.002428883919492364,0.31975069642066956,0.5568885207176208,0.7271882593631744,1453.0,371968.0,8574.020898979856,23805952.0 +172.53,8.5,2816.0,0.017309583723545074,0.1619059294462204,0.0,1.8657056093215942,1.8702983856201172,-0.008113815449178219,0.002428496954962611,0.2982730269432068,0.5512058138847351,0.7510004639625549,1454.0,372224.0,8579.83916467405,23822336.0 +200.87,7.800000190734863,2825.0,0.014390994794666767,0.1523844450712204,0.0,1.9481385946273804,1.8697644472122192,-0.01232951134443283,0.0024320415686815977,0.4419572651386261,0.5644215941429138,0.6416665017604828,1455.0,372480.0,8585.639905195916,23838720.0 +154.11,8.399999618530273,2815.0,0.016187820583581924,0.16888427734375,0.0,1.9383811950683594,1.7705984115600586,-0.010231508873403072,0.0024339447263628244,0.453633189201355,0.544548749923706,0.6983034312725067,1456.0,372736.0,8591.460566874826,23855104.0 +141.02,8.0,2815.0,0.01637033000588417,0.1617024689912796,0.0,1.9712427854537964,1.8506590127944946,-0.009942433796823025,0.0024359950330108404,0.48429417610168457,0.5617942214012146,0.686283141374588,1457.0,372992.0,8597.281403655885,23871488.0 +141.13,7.900000095367432,2815.0,0.015090524218976498,0.17120361328125,0.0,1.9821268320083618,1.8115086555480957,-0.00901998020708561,0.002435192698612809,0.5040227770805359,0.5618975162506104,0.6357603371143341,1458.0,373248.0,8603.101017932873,23887872.0 +120.76,8.300000190734863,2812.0,0.015241961926221848,0.1571451872587204,0.0,1.943956971168518,1.8801422119140625,-0.010000615380704403,0.002435507718473673,0.42560651898384094,0.5644799470901489,0.6692270338535309,1459.0,373504.0,8608.927481811028,23904256.0 +163.01,8.699999809265137,2799.0,0.014517247676849365,0.146240234375,0.0,1.8767558336257935,1.9066052436828613,-0.0078096757642924786,0.00242629274725914,0.29342594742774963,0.566011905670166,0.656984269618988,1460.0,373760.0,8614.781045148848,23920640.0 +162.25,8.600000381469727,2793.0,0.020403603091835976,0.1542561799287796,0.0,1.908355712890625,1.8526297807693481,-0.007531146984547377,0.002419154392555356,0.37716057896614075,0.5583546757698059,0.6431136727333069,1461.0,374016.0,8620.64837124804,23937024.0 +206.19,8.100000381469727,2822.0,0.017862331122159958,0.151611328125,0.0,1.9106532335281372,1.8415937423706055,-0.005943370517343283,0.002422763966023922,0.3682556450366974,0.561665952205658,0.6448426246643066,1462.0,374272.0,8626.45417049597,23953408.0 +205.36,8.600000381469727,2829.0,0.014754902571439743,0.15228271484375,0.0,1.8980058431625366,1.8453669548034668,-0.00759640708565712,0.0024223756045103073,0.35747161507606506,0.5562251210212708,0.6681183278560638,1463.0,374528.0,8632.244813223835,23969792.0 +129.99,8.5,2783.0,0.0160729568451643,0.1634724885225296,0.0,1.9054088592529297,1.8358618021011353,-0.010687830857932568,0.0024270613212138414,0.3682292699813843,0.558966338634491,0.6848123967647552,1464.0,374784.0,8638.132686048979,23986176.0 +176.49,8.600000381469727,2826.0,0.014925431460142136,0.1473795622587204,0.0,1.9215399026870728,1.8373355865478516,-0.008274458348751068,0.0024320965167135,0.39494404196739197,0.5568283200263977,0.6500879228115082,1465.0,375040.0,8643.93027244485,24002560.0 +158.03,8.399999618530273,2814.0,0.01880655437707901,0.15911865234375,0.0,1.8857539892196655,1.8782572746276855,-0.006335061509162188,0.0024289581924676895,0.3187738358974457,0.5591763257980347,0.659477710723877,1466.0,375296.0,8649.751941277878,24018944.0 +149.38,9.199999809265137,2782.0,0.017539765685796738,0.1668701171875,0.0,1.8980437517166138,1.8471325635910034,-0.00940497312694788,0.0024271609727293253,0.33629921078681946,0.5664401650428772,0.6790337264537811,1467.0,375552.0,8655.64082077588,24035328.0 +126.15,8.699999809265137,2806.0,0.015564662404358387,0.1532389372587204,0.0,1.92030668258667,1.8298872709274292,-0.011578138917684555,0.002433909336104989,0.4009208381175995,0.5549170970916748,0.6645495295524597,1468.0,375808.0,8661.480371779995,24051712.0 +132.87,8.5,2810.0,0.015340282581746578,0.1629638671875,0.0,1.9401746988296509,1.8592242002487183,-0.010047615505754948,0.0024332506582140923,0.426778644323349,0.5610204935073853,0.6911521852016449,1469.0,376064.0,8667.309752360918,24068096.0 +123.17,8.699999809265137,2795.0,0.015268567949533463,0.1574300080537796,0.0,1.9195771217346191,1.8423441648483276,-0.012436478398740292,0.0024387540761381388,0.3883948028087616,0.559093177318573,0.7180430889129639,1470.0,376320.0,8673.172152135987,24084480.0 +144.49,7.900000095367432,2820.0,0.015644235536456108,0.1612955778837204,0.0,1.974057674407959,1.8342046737670898,-0.012907681055366993,0.0024480039719492197,0.493903785943985,0.5566112399101257,0.6557281613349915,1471.0,376576.0,8678.982170983916,24100864.0 +135.86,8.5,2808.0,0.016606634482741356,0.1691487580537796,0.0,1.928754448890686,1.8251999616622925,-0.012952825985848904,0.0024431413039565086,0.40034976601600647,0.5604895353317261,0.7119320631027222,1472.0,376832.0,8684.816761730006,24117248.0 +131.43,8.699999809265137,2795.0,0.01932086981832981,0.17816162109375,0.0,1.881628155708313,1.823731780052185,-0.006920238956809044,0.0024434763472527266,0.3163031339645386,0.5490306615829468,0.7543503046035767,1473.0,377088.0,8690.67824041401,24133632.0 +188.64,8.0,2821.0,0.016135171055793762,0.1540120393037796,0.0,1.954280972480774,1.8274155855178833,-0.011130890808999538,0.0024380404502153397,0.46629050374031067,0.5536791682243347,0.6340498328208923,1474.0,377344.0,8696.485924243927,24150016.0 +132.89,8.600000381469727,2797.0,0.017165564000606537,0.1468098908662796,0.0,1.9438048601150513,1.801679253578186,-0.00917148869484663,0.0024381785187870264,0.4404643476009369,0.5538334250450134,0.6686839759349823,1475.0,377600.0,8702.343216008972,24166400.0 +112.55,8.199999809265137,2816.0,0.02352924644947052,0.1661783903837204,0.0,1.9273792505264282,1.8382182121276855,-0.007414497435092926,0.0024330366868525743,0.37856438755989075,0.5697029232978821,0.6967073082923889,1476.0,377856.0,8708.161574707832,24182784.0 +155.16,8.699999809265137,2808.0,0.01485354732722044,0.13970947265625,0.0,1.8861325979232788,1.8260363340377808,-0.012092877179384232,0.0024280992802232504,0.3215228021144867,0.563899040222168,0.7262889444828033,1477.0,378112.0,8713.996767273871,24199168.0 +193.88,8.600000381469727,2785.0,0.024358263239264488,0.1911214143037796,0.0,1.9023481607437134,1.8823860883712769,-0.00613759458065033,0.002447046572342515,0.3405468165874481,0.555753767490387,0.6734219193458557,1478.0,378368.0,8719.87954507093,24215552.0 +174.65,8.600000381469727,2814.0,0.018972860649228096,0.18603515625,0.0,1.855467677116394,1.8769153356552124,-0.009741545654833317,0.002433410845696926,0.25901898741722107,0.5599720478057861,0.7520702183246613,1479.0,378624.0,8725.701766029932,24231936.0 +156.17,8.699999809265137,2833.0,0.026738472282886505,0.1884969025850296,0.0,1.898545742034912,1.8812026977539062,-0.004697567317634821,0.002424082951620221,0.3433772623538971,0.5604817271232605,0.6690042614936829,1480.0,378880.0,8731.484839314828,24248320.0 +148.31,8.5,2802.0,0.021693460643291473,0.17144775390625,0.0,1.9151854515075684,1.8744049072265625,-0.005127175245434046,0.002425624756142497,0.3648655414581299,0.5660472512245178,0.6710421442985535,1481.0,379136.0,8737.332815880887,24264704.0 +233.61,7.699999809265137,2827.0,0.014462429098784924,0.1455891877412796,0.0,1.9147447347640991,1.8935866355895996,-0.008376982994377613,0.0024277810007333755,0.37857702374458313,0.5610654354095459,0.5958113074302673,1482.0,379392.0,8743.127246504882,24281088.0 +157.33,8.600000381469727,2825.0,0.02572426199913025,0.1785481721162796,0.0,1.882184624671936,1.8735495805740356,-0.011183333583176136,0.0024326781276613474,0.3132747411727905,0.5613477230072021,0.687363862991333,1483.0,379648.0,8748.926851243945,24297472.0 +184.01,7.900000095367432,2822.0,0.015564474277198315,0.1592000275850296,0.0,1.9316819906234741,1.8844577074050903,-0.009394409134984016,0.002425953047350049,0.4229608476161957,0.5575961470603943,0.6734289526939392,1484.0,379904.0,8754.732674954925,24313856.0 +172.24,8.0,2847.0,0.018124591559171677,0.1866455078125,0.0,1.9079610109329224,1.8925074338912964,-0.009766454808413982,0.002425102749839425,0.37445855140686035,0.5590162873268127,0.6610849499702454,1485.0,380160.0,8760.486873483984,24330240.0 +181.11,8.199999809265137,2837.0,0.01670829765498638,0.156494140625,0.0,1.9059361219406128,1.8942359685897827,-0.009331520646810532,0.0024201900232583284,0.3459850549697876,0.5734161138534546,0.635711669921875,1486.0,380416.0,8766.26250129682,24346624.0 +133.65,8.800000190734863,2806.0,0.018401309847831726,0.1675618439912796,0.0,1.8132795095443726,1.9329819679260254,-0.007172720041126013,0.0024231248535215855,0.19039766490459442,0.5551039576530457,0.7616263628005981,1487.0,380672.0,8772.100493844831,24363008.0 +244.57,8.300000190734863,2825.0,0.016437461599707603,0.1794636994600296,0.0,1.8910621404647827,1.949754238128662,-0.009168189950287342,0.002432320499792695,0.34793904423713684,0.5516963601112366,0.6220307648181915,1488.0,380928.0,8777.899733650964,24379392.0 +215.18,8.0,2810.0,0.015566750429570675,0.1415812224149704,0.0,1.9047681093215942,1.953858494758606,-0.00856813509017229,0.0024408886674791574,0.36372092366218567,0.5527349710464478,0.5888659656047821,1489.0,381184.0,8783.729659995995,24395776.0 +175.05,8.300000190734863,2819.0,0.018621286377310753,0.1728922575712204,0.0,1.9068636894226074,1.9108184576034546,-0.006205609068274498,0.0024336569476872683,0.34585824608802795,0.5646884441375732,0.6851041316986084,1490.0,381440.0,8789.541448805016,24412160.0 +170.45,8.199999809265137,2810.0,0.013771806843578815,0.1452433317899704,0.0,1.8936492204666138,1.9214940071105957,-0.009547087363898754,0.002428773557767272,0.34432098269462585,0.5580190420150757,0.6249951720237732,1491.0,381696.0,8795.371774930973,24428544.0 +167.94,8.5,2803.0,0.018875831738114357,0.1827799528837204,0.0,1.829114317893982,1.913265347480774,-0.00884754117578268,0.0024387033190578222,0.24940939247608185,0.5349671244621277,0.6322343945503235,1492.0,381952.0,8801.216848958982,24444928.0 +210.57,8.5,2822.0,0.017896275967359543,0.1943155974149704,0.0,1.8117719888687134,1.9278292655944824,-0.010042884387075901,0.0024259851779788733,0.20802992582321167,0.5460742115974426,0.6515582203865051,1493.0,382208.0,8807.022692637984,24461312.0 +264.56,7.699999809265137,2803.0,0.01107808668166399,0.12457275390625,0.0,1.9234814643859863,1.9073041677474976,-0.00972417090088129,0.00242184498347342,0.398507684469223,0.5642924904823303,0.6090014278888702,1494.0,382464.0,8812.867474040017,24477696.0 +195.96,7.699999809265137,2804.0,0.01622200384736061,0.1513264924287796,0.0,1.9203051328659058,1.8865885734558105,-0.00900033488869667,0.0024214645382016897,0.39592674374580383,0.5616304874420166,0.6201226115226746,1495.0,382720.0,8818.71118282387,24494080.0 +186.22,7.5,2813.0,0.01941770501434803,0.1580403596162796,0.0,1.9865213632583618,1.8827276229858398,-0.009521612897515297,0.0024190174881368876,0.5121423602104187,0.571553647518158,0.5801486968994141,1496.0,382976.0,8824.534663366852,24510464.0 +153.11,8.199999809265137,2812.0,0.021669471636414528,0.1934000700712204,0.0,1.936599850654602,1.8838969469070435,-0.009757936000823975,0.002419749740511179,0.4165858030319214,0.5692681670188904,0.6387403607368469,1497.0,383232.0,8830.361975773005,24526848.0 +150.33,8.699999809265137,2814.0,0.018831731751561165,0.1436360627412796,0.0,1.922331690788269,1.8450156450271606,-0.009140019305050373,0.0024159273598343134,0.38297054171562195,0.5727319121360779,0.663760781288147,1498.0,383488.0,8836.184410247952,24543232.0 +165.69,8.199999809265137,2800.0,0.017475230619311333,0.14849853515625,0.0,1.9315919876098633,1.85421884059906,-0.0066875796765089035,0.0024193834979087114,0.3910314738750458,0.5739092230796814,0.6222920417785645,1499.0,383744.0,8842.035818347009,24559616.0 +165.19,8.5,2795.0,0.013772574253380299,0.1505126953125,0.0,1.920020580291748,1.8232978582382202,-0.01150456815958023,0.00242833630181849,0.3688196837902069,0.5511801838874817,0.6443261504173279,1500.0,384000.0,8847.89780492289,24576000.0 +137.2,8.199999809265137,2830.0,0.02147921919822693,0.18365478515625,0.0,1.9574718475341797,1.8451429605484009,-0.006384220439940691,0.002430903958156705,0.40736815333366394,0.5631716251373291,0.6389809250831604,1501.0,384256.0,8853.686824872857,24592384.0 +180.01,8.0,2842.0,0.019585268571972847,0.19873046875,0.0,1.8835564851760864,1.9243532419204712,-0.00998763833194971,0.002424697857350111,0.2882515490055084,0.5563130974769592,0.6949185729026794,1502.0,384512.0,8859.452214485034,24608768.0 +183.45,7.699999809265137,2810.0,0.01857585459947586,0.166015625,0.0,1.9626463651657104,1.8772339820861816,-0.007633411791175604,0.0024261181242763996,0.41914093494415283,0.5664224624633789,0.6385937333106995,1503.0,384768.0,8865.282644436928,24625152.0 +142.13,9.0,2812.0,0.014526785351336002,0.154052734375,0.0,1.8877239227294922,1.8462775945663452,-0.010239038616418839,0.0024217101745307446,0.29737189412117004,0.5568848848342896,0.6908768117427826,1504.0,385024.0,8871.10911568487,24641536.0 +182.77,8.199999809265137,2808.0,0.01690388284623623,0.175048828125,0.0,1.9411734342575073,1.8242794275283813,-0.01108174305409193,0.0024185108486562967,0.3760060966014862,0.5732395648956299,0.667161375284195,1505.0,385280.0,8876.943620893871,24657920.0 +179.98,8.5,2810.0,0.02234061248600483,0.1838785856962204,0.0,1.9476041793823242,1.8289939165115356,-0.007448383141309023,0.0024217593017965555,0.3734559118747711,0.5757351517677307,0.6789545714855194,1506.0,385536.0,8882.773542269832,24674304.0 +136.49,8.399999618530273,2805.0,0.020964017137885094,0.1756795197725296,0.0,1.9430842399597168,1.8185213804244995,-0.0071329898200929165,0.0024275826290249825,0.39154425263404846,0.5588391423225403,0.6723741888999939,1507.0,385792.0,8888.61449443386,24690688.0 +149.58,8.199999809265137,2844.0,0.026222893968224525,0.20196533203125,0.0,2.0138132572174072,1.8435516357421875,-0.003004739060997963,0.002429019892588258,0.5076950788497925,0.5668957233428955,0.626760333776474,1508.0,386048.0,8894.374559183838,24707072.0 +133.81,8.300000190734863,2816.0,0.019773606210947037,0.1713053435087204,0.0,1.9583433866500854,1.8557347059249878,-0.007011221256107092,0.002428983571007848,0.43983328342437744,0.5495034456253052,0.6361618638038635,1509.0,386304.0,8900.193877324928,24723456.0 +143.89,7.900000095367432,2829.0,0.01773652993142605,0.1518351286649704,0.0,1.961721420288086,1.8401738405227661,-0.011058222502470016,0.0024251772556453943,0.4473010003566742,0.5549424290657043,0.6409479677677155,1510.0,386560.0,8905.986045107944,24739840.0 +134.9,9.199999809265137,2832.0,0.02174958400428295,0.1650594025850296,0.0,1.9128261804580688,1.8860853910446167,-0.008743315003812313,0.0024241639766842127,0.3317447006702423,0.5624761581420898,0.6852684020996094,1511.0,386816.0,8911.771899699932,24756224.0 +159.21,7.900000095367432,2814.0,0.015999475494027138,0.1691691130399704,0.0,1.9818981885910034,1.8854588270187378,-0.010180258192121983,0.0024232903961092234,0.46699538826942444,0.5657898783683777,0.6101909577846527,1512.0,387072.0,8917.593770763837,24772608.0 +135.31,8.0,2792.0,0.018791304901242256,0.1717325896024704,0.0,1.940892219543457,1.9064685106277466,-0.009366897866129875,0.002426579361781478,0.36808013916015625,0.571993887424469,0.669635146856308,1513.0,387328.0,8923.460887922905,24788992.0 +161.01,7.699999809265137,2812.0,0.022597460076212883,0.1774088591337204,0.0,1.9622441530227661,1.8599878549575806,-0.008959640748798847,0.0024331731256097555,0.4559279978275299,0.5452533960342407,0.602419912815094,1514.0,387584.0,8929.28749045101,24805376.0 +160.3,8.399999618530273,2831.0,0.017952775582671165,0.16192626953125,0.0,1.920259952545166,1.8917206525802612,-0.00563209131360054,0.0024314713664352894,0.3259570896625519,0.566095232963562,0.6414637565612793,1515.0,387840.0,8935.075430277037,24821760.0 +166.46,8.899999618530273,2825.0,0.01709417812526226,0.1712646484375,0.0,1.8766218423843384,1.8927963972091675,-0.010147548280656338,0.0024439978878945112,0.27285560965538025,0.5472707152366638,0.7100350856781006,1516.0,388096.0,8940.874572566943,24838144.0 +211.26,7.900000095367432,2813.0,0.018851449713110924,0.1707356721162796,0.0,1.9403290748596191,1.9621996879577637,-0.009807867929339409,0.0024296974297612906,0.3987533152103424,0.555533230304718,0.5978308916091919,1517.0,388352.0,8946.698219776852,24854528.0 +194.76,8.300000190734863,2827.0,0.020239658653736115,0.17840576171875,0.0,1.9362033605575562,1.9635485410690308,-0.00811705645173788,0.002435613190755248,0.3698989152908325,0.5611997246742249,0.6421857476234436,1518.0,388608.0,8952.493615825893,24870912.0 +196.66,8.399999618530273,2827.0,0.02345420978963375,0.1982828825712204,0.0,1.8950251340866089,1.9372726678848267,-0.004809293895959854,0.0024241178762167692,0.29049769043922424,0.5618992447853088,0.7040769457817078,1519.0,388864.0,8958.289038084913,24887296.0 +206.68,8.5,2829.0,0.021559052169322968,0.1965535432100296,0.0,1.8943747282028198,1.8982466459274292,-0.007563458289951086,0.002429328626021743,0.310519278049469,0.5509966015815735,0.7134616076946259,1520.0,389120.0,8964.08056884096,24903680.0 +168.62,8.899999618530273,2823.0,0.021254077553749084,0.1973673552274704,0.0,1.9041380882263184,1.9016491174697876,-0.006010668817907572,0.002423248952254653,0.31660154461860657,0.5592400431632996,0.7086029350757599,1521.0,389376.0,8969.88456523791,24920064.0 +178.98,8.100000381469727,2820.0,0.020437829196453094,0.1835734099149704,0.0,1.9260119199752808,1.9486379623413086,-0.004613112658262253,0.0024184572976082563,0.3416247069835663,0.5700703859329224,0.7113021314144135,1522.0,389632.0,8975.694886758924,24936448.0 +186.24,7.699999809265137,2834.0,0.018744593486189842,0.177734375,0.0,1.9287534952163696,1.9282175302505493,-0.0101684695109725,0.0024240033235400915,0.37965127825737,0.5563766956329346,0.7045955061912537,1523.0,389888.0,8981.477460175985,24952832.0 +156.21,8.699999809265137,2824.0,0.015695948153734207,0.1628824919462204,0.0,1.903915286064148,1.916652798652649,-0.010608240962028503,0.0024318662472069263,0.3194519281387329,0.5580307841300964,0.7519568502902985,1524.0,390144.0,8987.27959072683,24969216.0 +178.84,8.5,2842.0,0.016514481976628304,0.1767781525850296,0.0,1.9153708219528198,1.8576306104660034,-0.008309279568493366,0.002419892465695739,0.3444500267505646,0.5600848197937012,0.7117258608341217,1525.0,390400.0,8993.044415467884,24985600.0 diff --git a/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/checkpoints/25000000 b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/checkpoints/25000000 new file mode 100644 index 0000000000000000000000000000000000000000..487f2a506f31d98cef13ae0b7d9761bc10e20607 --- /dev/null +++ b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/checkpoints/25000000 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b0a45f3d0bc8e0754c8d4cc3309ad3dc19696dba121b35dabd03f0950e6b86 +size 7923107 diff --git a/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/progress.csv b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..e1c9015bba2802651f2273838668fec77d629218 --- /dev/null +++ b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2021/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +131.46875,2.5,295.0,0.011622551828622818,0.14044189453125,0.0,0.11076608300209045,2.6968963146209717,-0.0025414135307073593,0.003719397820532322,0.2805528938770294,0.2186257243156433,0.01205432415008545,1.0,256.0,55.440292675979435,16384.0 +201.92105263157896,2.3684210777282715,2704.0,0.010353371500968933,0.159423828125,0.0,0.11179247498512268,2.6873605251312256,-0.0017821108922362328,0.003722010413184762,0.28089639544487,0.11268600076436996,0.045876502990722656,2.0,512.0,61.50457352492958,32768.0 +193.88,3.200000047683716,2737.0,0.007085634395480156,0.0801798477768898,0.0,0.5251302123069763,2.6754541397094727,-0.0005507445312105119,0.0037209715228527784,1.1048707962036133,0.10587633401155472,0.0848812460899353,3.0,768.0,67.49239436397329,49152.0 +138.0,2.799999952316284,2745.0,0.007288406137377024,0.05816650390625,0.0,0.3997960090637207,2.6678600311279297,-0.0011696527944877744,0.003720722859725356,0.8552885055541992,0.1007428839802742,0.11980277299880981,4.0,1024.0,73.46119018085301,65536.0 +107.4,2.5,2732.0,0.008726547472178936,0.07757568359375,0.0,0.467758446931839,2.6385183334350586,-0.0016445739893242717,0.0037186220288276672,0.9915763735771179,0.11743908375501633,0.15514308214187622,5.0,1280.0,79.45864922902547,81920.0 +90.71,3.4000000953674316,2758.0,0.007621452212333679,0.0767618790268898,0.0,0.7494630813598633,2.631908416748047,0.0018633701838552952,0.003718387568369508,1.547837734222412,0.10522785782814026,0.16598457098007202,6.0,1536.0,85.39814072591253,98304.0 +110.15,2.5,2759.0,0.00806249026209116,0.06201171875,0.0,0.5174617171287537,2.6220288276672363,-0.0008146222680807114,0.003711646655574441,1.0889934301376343,0.14536334574222565,0.23184508085250854,7.0,1792.0,91.33664814382792,114688.0 +96.97,2.4000000953674316,2767.0,0.008724489249289036,0.0700480118393898,0.0,0.5192131400108337,2.6174066066741943,9.494201367488131e-05,0.003709966316819191,1.090584635734558,0.1436653584241867,0.30250948667526245,8.0,2048.0,97.25888551282696,131072.0 +85.28,3.5999999046325684,2695.0,0.007084022741764784,0.0514322929084301,0.0,0.605074942111969,2.5865285396575928,-0.0004980785888619721,0.0037043218035250902,1.2628766298294067,0.20136164128780365,0.32848769426345825,9.0,2304.0,103.33732435898855,147456.0 +83.14,3.299999952316284,2810.0,0.005172430071979761,0.03094482421875,0.0,0.7052407264709473,2.5710361003875732,0.0005609184154309332,0.003696638159453869,1.4607805013656616,0.27071163058280945,0.37931203842163086,10.0,2560.0,109.16692212084308,163840.0 +79.75,3.4000000953674316,2767.0,0.004102425184100866,0.0247802734375,0.0,0.7788543105125427,2.537863254547119,-0.0005208723596297204,0.0036920132115483284,1.6095079183578491,0.37190529704093933,0.3839738965034485,11.0,2816.0,115.08739649085328,180224.0 +65.38,2.799999952316284,2676.0,0.005891062319278717,0.0402628593146801,0.0,0.8054644465446472,2.4711830615997314,-0.00031633739126846194,0.0036785153206437826,1.660984992980957,0.5460195541381836,0.4579728841781616,12.0,3072.0,121.20873131696135,196608.0 +54.42,3.5999999046325684,2707.0,0.00520835118368268,0.0324300117790699,0.0,0.7911772131919861,2.448230504989624,-0.0007196288206614554,0.0036657212767750025,1.6327581405639648,0.5250130295753479,0.49198436737060547,13.0,3328.0,127.26094547379762,212992.0 +48.62,4.199999809265137,2719.0,0.0035106113646179438,0.01947021484375,0.0,0.8143494129180908,2.408686399459839,0.001064079930074513,0.003645329037681222,1.6747442483901978,0.6670880913734436,0.5430134832859039,14.0,3584.0,133.28636867599562,229376.0 +57.79,3.5999999046325684,2746.0,0.006536731030791998,0.049560546875,0.0,0.7898378968238831,2.3771488666534424,-0.0016376521671190858,0.003612443571910262,1.6304939985275269,0.9373756051063538,0.527908980846405,15.0,3840.0,139.2526525799185,245760.0 +68.15,4.599999904632568,2762.0,0.005675364285707474,0.0381266288459301,0.0,0.9291195869445801,2.3311703205108643,-0.0020882959943264723,0.0035689184442162514,1.90903902053833,1.3965996503829956,0.5610501170158386,16.0,4096.0,145.1846122490242,262144.0 +45.96,3.9000000953674316,2768.0,0.005144652910530567,0.04638671875,0.0,0.8976760506629944,2.3213257789611816,-0.001047742203809321,0.0035255691036581993,1.8438745737075806,1.579825758934021,0.6040748357772827,17.0,4352.0,151.1027827328071,278528.0 +62.84,3.799999952316284,2758.0,0.003587451996281743,0.0250244140625,0.0,0.8933507800102234,2.2825145721435547,-0.001137184095568955,0.003508296562358737,1.834626317024231,1.7323743104934692,0.6032295525074005,18.0,4608.0,157.04390456690453,294912.0 +45.04,3.9000000953674316,2709.0,0.004257660824805498,0.02518717385828495,0.0,0.8777833580970764,2.250499963760376,0.0005520501872524619,0.00347515637986362,1.7994728088378906,1.909975528717041,0.6408029496669769,19.0,4864.0,163.09175588586368,311296.0 +39.0,3.0999999046325684,2751.0,0.005651743616908789,0.0362345390021801,0.0,0.8273081183433533,2.206892251968384,-0.0014894624473527074,0.0034503426868468523,1.7017327547073364,2.229172468185425,0.641115665435791,20.0,5120.0,169.0464322899934,327680.0 +39.87,3.299999952316284,2775.0,0.004556555300951004,0.03094482421875,0.0,0.8722901344299316,2.201725721359253,-0.0007394614513032138,0.0034422350581735373,1.7900938987731934,2.4553802013397217,0.629700630903244,21.0,5376.0,174.9493931098841,344064.0 +45.25,3.5,2672.0,0.004682741593569517,0.0267333984375,0.0,1.0145996809005737,2.206963539123535,0.0009413114748895168,0.003439489984884858,2.0714564323425293,2.4038922786712646,0.6381510198116302,22.0,5632.0,181.07972132996656,360448.0 +39.43,3.700000047683716,2747.0,0.005522882100194693,0.0426228828728199,0.0,0.9512438774108887,2.160219192504883,-0.00046430749353021383,0.003428014228120446,1.946621060371399,2.588517427444458,0.652373343706131,23.0,5888.0,187.05127074802294,376832.0 +37.62,3.9000000953674316,2714.0,0.006369420792907476,0.0476888008415699,0.0,0.950901210308075,2.135329008102417,-0.001414263155311346,0.003416001796722412,1.94733726978302,2.8568274974823,0.6674984991550446,24.0,6144.0,193.08901622798294,393216.0 +49.39,4.300000190734863,2807.0,0.0035206254106014967,0.02081298828125,0.0,1.0102978944778442,2.166410446166992,-0.0003969154495280236,0.0034099232871085405,2.064718008041382,2.9757182598114014,0.6651662290096283,25.0,6400.0,198.92573179188184,409600.0 +35.57,3.9000000953674316,2791.0,0.004737024661153555,0.0457967109978199,0.0,1.049149990081787,2.1373674869537354,-0.000250429380685091,0.003397492691874504,2.141547918319702,3.243638038635254,0.684052437543869,26.0,6656.0,204.7950823318679,425984.0 +37.12,3.5,2806.0,0.0050953752361238,0.0360107421875,0.0,0.9989736080169678,2.1829257011413574,0.0002604631008580327,0.003377798944711685,2.0410847663879395,2.571331262588501,0.678735226392746,27.0,6912.0,210.63439979986288,442368.0 +39.96,4.599999904632568,2824.0,0.004165685269981623,0.02608235739171505,0.0,0.9612511992454529,2.1647579669952393,-0.0005923241260461509,0.0033510448411107063,1.9669822454452515,2.5990169048309326,0.7056964635848999,28.0,7168.0,216.43589873984456,458752.0 +44.85,4.099999904632568,2783.0,0.006048921961337328,0.03729248046875,0.0,0.9018900990486145,2.155867576599121,-0.0015001663705334067,0.0033374519553035498,1.849897861480713,2.854943037033081,0.6945798397064209,29.0,7424.0,222.322051723022,475136.0 +36.12,4.900000095367432,2726.0,0.004084568936377764,0.02970377542078495,0.0,1.0586521625518799,2.1431033611297607,-0.0006169066182337701,0.0032924963161349297,2.161400079727173,3.3121860027313232,0.6900589764118195,30.0,7680.0,228.3318283248227,491520.0 +36.63,4.0,2761.0,0.004098512232303619,0.03037516213953495,0.0,1.0368150472640991,2.1521737575531006,-0.0009307326399721205,0.003309764666482806,2.118535041809082,3.1328842639923096,0.6894479691982269,31.0,7936.0,234.2655902239494,507904.0 +38.33,3.700000047683716,2726.0,0.004994980990886688,0.0353190116584301,0.0,0.9051298499107361,2.164552688598633,2.8777072657248937e-05,0.003321126801893115,1.8534928560256958,2.9384634494781494,0.6881572008132935,32.0,8192.0,240.27570519899018,524288.0 +45.53,3.9000000953674316,2745.0,0.004915682133287191,0.0379638671875,0.0,0.8928278088569641,2.167313814163208,0.0005336919566616416,0.0032804205548018217,1.827934741973877,2.8290598392486572,0.7293449640274048,33.0,8448.0,246.243220372824,540672.0 +35.13,3.799999952316284,2726.0,0.004247257951647043,0.03025309182703495,0.0,1.0811606645584106,2.064574956893921,-0.0010244048899039626,0.0032658239360898733,2.2056615352630615,3.2331855297088623,0.6694967448711395,34.0,8704.0,252.25343609880656,557056.0 +45.74,4.900000095367432,2740.0,0.003272369271144271,0.0159912109375,0.0,1.0550165176391602,2.068953514099121,-0.00032789577380754054,0.00326018244959414,2.1520683765411377,3.1934940814971924,0.6885785162448883,35.0,8960.0,258.23316145688295,573440.0 +48.85,4.5,2757.0,0.0049192896112799644,0.0428466796875,0.0,1.0032174587249756,2.089890480041504,-0.0012248946586623788,0.003260058118030429,2.050682783126831,3.347003698348999,0.6915467381477356,36.0,9216.0,264.17570702079684,589824.0 +37.3,4.699999809265137,2794.0,0.0041076987981796265,0.02842203713953495,0.0,1.0451847314834595,2.039569139480591,-0.0010752419475466013,0.0032231751829385757,2.1333115100860596,3.966806411743164,0.7022815942764282,37.0,9472.0,270.0396315208636,606208.0 +35.44,3.9000000953674316,2724.0,0.004594069439917803,0.0395304374396801,0.0,0.8858535885810852,2.039092540740967,-0.00045522928121499717,0.003233734518289566,1.8133996725082397,4.065954685211182,0.7183292806148529,38.0,9728.0,276.0537350119557,622592.0 +34.78,4.599999904632568,2794.0,0.004106793086975813,0.03000895120203495,0.0,1.0378906726837158,2.0352556705474854,-0.0016308720223605633,0.0031685130670666695,2.11974835395813,4.2013258934021,0.7116169631481171,39.0,9984.0,281.9174235528335,638976.0 +36.21,4.300000190734863,2750.0,0.005580862518399954,0.0526123046875,0.0,0.9386825561523438,2.0638654232025146,-0.0006674453616142273,0.003185335546731949,1.9199771881103516,3.9068257808685303,0.7048854827880859,40.0,10240.0,287.87472404399887,655360.0 +35.85,4.400000095367432,2741.0,0.003873281180858612,0.02663167379796505,0.0,0.9741806387901306,2.090479850769043,-0.0004242315189912915,0.0031704737339168787,1.9910192489624023,3.6793997287750244,0.7291125357151031,41.0,10496.0,293.85187373985536,671744.0 +55.02,4.300000190734863,2727.0,0.004498637747019529,0.0399576835334301,0.0,0.9795946478843689,2.0597636699676514,-0.0016071464633569121,0.003180406056344509,2.003598690032959,3.9286892414093018,0.7036777436733246,42.0,10752.0,299.8590199749451,688128.0 +45.73,4.099999904632568,2746.0,0.004153711721301079,0.02860514260828495,0.0,1.0951579809188843,2.027305841445923,-0.0005621400778181851,0.0031392090022563934,2.2319862842559814,4.585798740386963,0.6570371389389038,43.0,11008.0,305.82506315386854,704512.0 +46.53,4.699999809265137,2737.0,0.0042647551745176315,0.03045654296875,0.0,1.0233343839645386,2.0116002559661865,2.0762128770002164e-05,0.0031296012457460165,2.0868589878082275,4.6007080078125,0.6993668675422668,44.0,11264.0,311.81235403288156,720896.0 +32.16,4.0,2742.0,0.004084789659827948,0.0321858711540699,0.0,1.0726975202560425,1.949291706085205,-0.0010403450578451157,0.003124808194115758,2.1864616870880127,4.623903274536133,0.6892484426498413,45.0,11520.0,317.7872115948703,737280.0 +45.52,4.900000095367432,2788.0,0.005627144128084183,0.0476888008415699,0.0,0.9994174838066101,2.040971040725708,-0.002174067310988903,0.0031353479716926813,2.044002056121826,4.338890075683594,0.7138481438159943,46.0,11776.0,323.66291168285534,753664.0 +35.82,3.799999952316284,2719.0,0.004790971986949444,0.0371297188103199,0.0,1.1365238428115845,2.027395248413086,9.41279995458899e-06,0.003129437332972884,2.3135766983032227,4.483259677886963,0.7014476954936981,47.0,12032.0,329.6885572078172,770048.0 +35.13,5.599999904632568,2759.0,0.005653951317071915,0.0509846992790699,0.0,1.2238913774490356,1.966049313545227,-0.001620855531655252,0.003093905048444867,2.4903457164764404,5.261648654937744,0.7000373005867004,48.0,12288.0,335.62703340197913,786432.0 +35.7,5.099999904632568,2728.0,0.00570140453055501,0.0560709647834301,0.0,1.0520073175430298,2.043497085571289,-0.0010830502724274993,0.003121972782537341,2.1470510959625244,4.705204486846924,0.6804712116718292,49.0,12544.0,341.6325972320046,802816.0 +34.88,5.0,2830.0,0.02296471782028675,0.2167765349149704,0.0,3.057424783706665,2.0572855472564697,0.0126517778262496,0.0033667345996946096,2.0831499099731445,1.4911752939224243,0.7065665125846863,50.0,12800.0,347.4215882618446,819200.0 +35.87,4.099999904632568,2783.0,0.012901355512440205,0.1219278946518898,0.0,2.5756583213806152,2.045011281967163,0.0019500727066770196,0.0033263701479882,2.1641387939453125,0.7087195515632629,0.7060670554637909,51.0,13056.0,353.3092432988342,835584.0 +35.93,4.599999904632568,2768.0,0.006669057998806238,0.0482381172478199,0.0,2.5527379512786865,1.956955909729004,0.0014712506672367454,0.0032956311479210854,2.204710006713867,0.6556845307350159,0.6906971037387848,52.0,13312.0,359.22876215190627,851968.0 +34.14,3.4000000953674316,2761.0,0.006585855036973953,0.0554402656853199,0.0,2.506671190261841,1.9704729318618774,-0.0006500428426079452,0.0032719699665904045,2.1701886653900146,0.6258686184883118,0.6826040744781494,53.0,13568.0,365.1633992129937,868352.0 +44.78,4.5,2748.0,0.005605040118098259,0.0442911796271801,0.0,2.462697744369507,1.9654450416564941,-0.0016812043031677604,0.003262036247178912,2.106001377105713,0.6137387752532959,0.696885347366333,54.0,13824.0,371.12585721188225,884736.0 +35.3,4.900000095367432,2790.0,0.0056754290126264095,0.0431111641228199,0.0,2.4434516429901123,1.9952985048294067,-0.0008608705247752368,0.003239865181967616,2.0959455966949463,0.6017030477523804,0.7116548120975494,55.0,14080.0,376.9992000218481,901120.0 +37.6,4.199999809265137,2767.0,0.004584176931530237,0.0355631522834301,0.0,2.4322757720947266,2.012906789779663,-0.0002504701551515609,0.0032321708276867867,2.117469072341919,0.5704569816589355,0.6917407214641571,56.0,14336.0,382.9210468980018,917504.0 +48.4,4.900000095367432,2745.0,0.005920067895203829,0.0606689453125,0.0,2.411285638809204,1.9935332536697388,-0.0021431329660117626,0.0032269295770674944,2.115265130996704,0.5445456504821777,0.7220300436019897,57.0,14592.0,388.89018413284793,933888.0 +42.97,6.099999904632568,2815.0,0.006005700211971998,0.0673421248793602,0.0,2.4081969261169434,1.9911004304885864,-0.0016187410801649094,0.0032234874088317156,2.136665105819702,0.523776650428772,0.7101148962974548,58.0,14848.0,394.7103413348086,950272.0 +39.12,4.300000190734863,2771.0,0.004751408938318491,0.03662109375,0.0,2.370936155319214,1.972256064414978,-0.002394957235082984,0.0032110849861055613,2.070340633392334,0.5244706273078918,0.711462140083313,59.0,15104.0,400.62213690788485,966656.0 +40.25,5.0,2826.0,0.005329962819814682,0.0589803047478199,0.0,2.3425447940826416,1.9444993734359741,-0.0014094150392338634,0.003207443282008171,2.043438673019409,0.5008746981620789,0.6909715235233307,60.0,15360.0,406.41841066186316,983040.0 +40.31,5.800000190734863,2777.0,0.005285514052957296,0.0505778007209301,0.0,2.2373578548431396,1.9465018510818481,-0.0015412693610414863,0.003198523772880435,1.8465452194213867,0.4949992001056671,0.7312929928302765,61.0,15616.0,412.31863636686467,999424.0 +40.98,5.199999809265137,2815.0,0.005555658135563135,0.0568644218146801,0.0,2.286559820175171,1.9539650678634644,-0.001299722702242434,0.0031923791393637657,1.9168200492858887,0.51987224817276,0.717818558216095,62.0,15872.0,418.13830442982726,1015808.0 +50.98,3.9000000953674316,2797.0,0.004320912528783083,0.0372111015021801,0.0,2.289210081100464,1.948056697845459,-0.0021488198544830084,0.003187796799466014,1.958461880683899,0.49489954113960266,0.6939453482627869,63.0,16128.0,423.99590421584435,1032192.0 +39.05,6.199999809265137,2756.0,0.00534179387614131,0.05303955078125,0.0,2.3245601654052734,1.8661819696426392,-0.002804142190143466,0.0031826335471123457,2.040560722351074,0.48828455805778503,0.7004066109657288,64.0,16384.0,429.9414943829179,1048576.0 +38.64,4.400000095367432,2768.0,0.006139769684523344,0.0742390975356102,0.0,2.2676146030426025,1.8754199743270874,-0.0026429679710417986,0.003178407670930028,1.9546829462051392,0.46831753849983215,0.7136553227901459,65.0,16640.0,435.85954491700977,1064960.0 +43.75,4.699999809265137,2805.0,0.0036585789639502764,0.03289794921875,0.0,2.26355242729187,1.9386135339736938,-0.0007369935628958046,0.0031762474682182074,1.9598833322525024,0.4569491446018219,0.7213809788227081,66.0,16896.0,441.70045587187633,1081344.0 +51.65,4.300000190734863,2726.0,0.005245573818683624,0.0598958320915699,0.0,2.314081907272339,1.9415990114212036,-0.0011335397139191628,0.0031723754946142435,2.0676727294921875,0.45427581667900085,0.6883269846439362,67.0,17152.0,447.71109743695706,1097728.0 +40.55,4.699999809265137,2728.0,0.005175479222089052,0.0542805977165699,0.0,2.2011120319366455,1.9667009115219116,-0.002503094496205449,0.003163156798109412,1.86038076877594,0.4468001425266266,0.7122857868671417,68.0,17408.0,453.717987756012,1114112.0 +34.31,3.9000000953674316,2820.0,0.0057784742675721645,0.0617879219353199,0.0,2.138814926147461,1.9822492599487305,-0.0025021920446306467,0.003157912055030465,1.7545548677444458,0.43494534492492676,0.712096095085144,69.0,17664.0,459.5281725449022,1130496.0 +41.08,4.099999904632568,2695.0,0.00465268874540925,0.0467325858771801,0.0,2.13384747505188,1.9894037246704102,-0.0012993672862648964,0.0031522398348897696,1.745463490486145,0.4353456199169159,0.7250181138515472,70.0,17920.0,465.607436792925,1146880.0 +40.16,4.800000190734863,2809.0,0.00377079751342535,0.0342610664665699,0.0,2.1059510707855225,2.050950527191162,-0.001966830575838685,0.003149266354739666,1.7053173780441284,0.4265727698802948,0.7245817184448242,71.0,18176.0,471.44017829583026,1163264.0 +53.83,5.5,2778.0,0.005274937953799963,0.0512491874396801,0.0,2.0091681480407715,2.1096765995025635,-0.002053490374237299,0.003141330322250724,1.5180883407592773,0.42662784457206726,0.745072603225708,72.0,18432.0,477.33845823584124,1179648.0 +58.79,4.699999809265137,2805.0,0.00622323714196682,0.0753377303481102,0.0,1.9836320877075195,2.1121034622192383,-0.0017527313902974129,0.003139172913506627,1.493860125541687,0.40621888637542725,0.7210099995136261,73.0,18688.0,483.1797769397963,1196032.0 +45.69,5.099999904632568,2812.0,0.0064469012431800365,0.0709431990981102,0.0,2.105602979660034,2.0871174335479736,-0.0016606206772848964,0.0031277413945645094,1.7306641340255737,0.4169967472553253,0.7163015007972717,74.0,18944.0,489.0064452870283,1212416.0 +38.02,5.300000190734863,2775.0,0.005596350412815809,0.050048828125,0.0,2.1043572425842285,2.0475308895111084,-0.002217778004705906,0.0031221762765198946,1.7378231287002563,0.41246339678764343,0.7421254515647888,75.0,19200.0,494.910667022923,1228800.0 +50.58,5.099999904632568,2806.0,0.005803968291729689,0.0669352188706398,0.0,2.09671688079834,2.075449228286743,-0.002890888601541519,0.0031206433195620775,1.7409296035766602,0.4003017842769623,0.7224377393722534,76.0,19456.0,500.74882996384986,1245184.0 +39.74,4.099999904632568,2759.0,0.005977193359285593,0.06689453125,0.0,2.1107795238494873,2.061795473098755,-0.003288200357928872,0.0031138795893639326,1.7719289064407349,0.40183839201927185,0.7210299968719482,77.0,19712.0,506.68600154691376,1261568.0 +39.53,4.300000190734863,2792.0,0.0047889393754303455,0.0457967109978199,0.0,2.1835076808929443,2.0592126846313477,-0.0008665448985993862,0.0031075607985258102,1.91301691532135,0.40458476543426514,0.7338974475860596,78.0,19968.0,512.5551369378809,1277952.0 +44.2,4.300000190734863,2782.0,0.003725513117387891,0.0274658203125,0.0,2.1386682987213135,2.081434965133667,-0.0025331201031804085,0.0031032555270940065,1.8402010202407837,0.3964744806289673,0.7248909771442413,79.0,20224.0,518.4447425918188,1294336.0 +37.89,4.599999904632568,2798.0,0.0042657447047531605,0.0377400703728199,0.0,2.1493661403656006,2.0243642330169678,-0.0028018634766340256,0.00309924129396677,1.8651939630508423,0.39518681168556213,0.7459986805915833,80.0,20480.0,524.2996750748716,1310720.0 +42.92,5.900000095367432,2825.0,0.004259481560438871,0.0389404296875,0.0,2.1168251037597656,2.0554282665252686,-0.002234518527984619,0.003098110668361187,1.8043832778930664,0.39199936389923096,0.7350741624832153,81.0,20736.0,530.099432435818,1327104.0 +52.62,4.300000190734863,2732.0,0.00439306627959013,0.0364786796271801,0.0,2.193815231323242,2.015563488006592,-0.002190514001995325,0.003094138577580452,1.9544814825057983,0.3963356018066406,0.7202019691467285,82.0,20992.0,536.0965965020005,1343488.0 +45.18,5.099999904632568,2816.0,0.005274126306176186,0.0545450858771801,0.0,2.1644465923309326,2.0001909732818604,-0.0024635016452521086,0.0030893480870872736,1.899166464805603,0.39623427391052246,0.7240817546844482,83.0,21248.0,541.9147051498294,1359872.0 +49.23,4.900000095367432,2812.0,0.003704174654558301,0.0356038399040699,0.0,2.236116409301758,1.9875717163085938,-0.0015733479522168636,0.003083233954384923,2.0473999977111816,0.39385879039764404,0.7030192613601685,84.0,21504.0,547.7417065599002,1376256.0 +40.38,4.5,2783.0,0.004757373593747616,0.0430501289665699,0.0,2.1718192100524902,1.9706541299819946,-0.0031038110610097647,0.0030792478937655687,1.9327400922775269,0.3870575428009033,0.7163760960102081,85.0,21760.0,553.6285002420191,1392640.0 +42.85,5.199999809265137,2710.0,0.005348400678485632,0.04986572265625,0.0,2.094372034072876,2.001566171646118,-0.0026418454945087433,0.003070279024541378,1.7656545639038086,0.4008641242980957,0.7395124137401581,86.0,22016.0,559.6730157609563,1409024.0 +43.09,5.099999904632568,2837.0,0.005431151483207941,0.0640869140625,0.0,2.1280038356781006,2.0304107666015625,-0.001863636658526957,0.003070879727602005,1.8444209098815918,0.39077386260032654,0.7216833829879761,87.0,22272.0,565.4484902969562,1425408.0 +54.41,4.0,2792.0,0.005640925839543343,0.0685017928481102,0.0,2.0832183361053467,2.069223642349243,-0.0041890875436365604,0.003068265737965703,1.77334463596344,0.38183191418647766,0.7049637734889984,88.0,22528.0,571.3171664460097,1441792.0 +53.86,6.099999904632568,2820.0,0.005873002577573061,0.0656331405043602,0.0,2.1184959411621094,2.056734323501587,-0.002943360013887286,0.0030588728841394186,1.8254808187484741,0.3988240659236908,0.7322180569171906,89.0,22784.0,577.126853817841,1458176.0 +40.81,5.099999904632568,2797.0,0.005193305667489767,0.0583699531853199,0.0,2.1881978511810303,2.0525448322296143,-0.0028034886345267296,0.003058702452108264,1.9841160774230957,0.38354063034057617,0.7057742476463318,90.0,23040.0,582.9850642879028,1474560.0 +41.77,5.300000190734863,2774.0,0.005879117641597986,0.06854248046875,0.0,2.1534688472747803,2.028397560119629,-0.003699912689626217,0.0030540984589606524,1.926536202430725,0.37755393981933594,0.7211716175079346,91.0,23296.0,588.8919180538505,1490944.0 +41.82,5.5,2804.0,0.005313179921358824,0.0626627579331398,0.0,2.124330997467041,2.029860734939575,-0.0023078229278326035,0.003053809516131878,1.875651478767395,0.3697409927845001,0.7360425293445587,92.0,23552.0,594.734165381873,1507328.0 +59.21,4.300000190734863,2784.0,0.004298046696931124,0.0448404960334301,0.0,2.0554869174957275,2.052175760269165,-0.0026803824584931135,0.003053889609873295,1.741418719291687,0.3679255247116089,0.7253473401069641,93.0,23808.0,600.6194219249301,1523712.0 +44.76,4.800000190734863,2816.0,0.004185945726931095,0.042236328125,0.0,2.0488593578338623,2.0370872020721436,-0.0016959629720076919,0.0030484895687550306,1.7129617929458618,0.3807675540447235,0.7536872625350952,94.0,24064.0,606.4378600989003,1540096.0 +43.3,4.199999809265137,2809.0,0.0050956737250089645,0.0547078438103199,0.0,1.9664806127548218,2.080199718475342,-0.0018404280999675393,0.0030413419008255005,1.5496901273727417,0.38407862186431885,0.768101155757904,95.0,24320.0,612.2702378099784,1556480.0 +43.16,5.800000190734863,2786.0,0.007952853105962276,0.1045328751206398,0.0,2.0622870922088623,2.021226644515991,-0.0016941343201324344,0.0030370941385626793,1.7594037055969238,0.37085214257240295,0.7508516758680344,96.0,24576.0,618.1503998460248,1572864.0 +47.98,4.900000095367432,2801.0,0.004924428183585405,0.0521443672478199,0.0,2.140423536300659,1.98275625705719,-0.0036316849291324615,0.0030291236471384764,1.9213987588882446,0.3727843463420868,0.727752149105072,97.0,24832.0,623.9985796229448,1589248.0 +42.58,5.800000190734863,2821.0,0.005095793399959803,0.0628255233168602,0.0,2.054481267929077,1.997878074645996,-0.0028853677213191986,0.003024382283911109,1.7499867677688599,0.37385085225105286,0.7541391998529434,98.0,25088.0,629.8068380709738,1605632.0 +50.93,4.400000095367432,2776.0,0.006075222510844469,0.0721232071518898,0.0,2.0429131984710693,1.9839850664138794,-0.003311728360131383,0.003022323362529278,1.7314051389694214,0.37175917625427246,0.7205301821231842,99.0,25344.0,635.7090877408627,1622016.0 +44.38,4.699999809265137,2804.0,0.006918271537870169,0.0832316055893898,0.0,1.9295474290847778,1.9195590019226074,-0.0037628242280334234,0.0030203182250261307,1.8441234827041626,0.3633759319782257,0.7420441210269928,100.0,25600.0,641.5517126368359,1638400.0 +41.87,5.300000190734863,2813.0,0.004829103592783213,0.0491943359375,0.0,1.9411903619766235,1.9643803834915161,-0.0018715342739596963,0.003011534223333001,1.8545194864273071,0.3768620193004608,0.7229214906692505,101.0,25856.0,647.376964533003,1654784.0 +52.33,5.300000190734863,2814.0,0.006131577771157026,0.0680948868393898,0.0,1.8611265420913696,1.9690159559249878,-0.0025615741033107042,0.0030050473287701607,1.682281494140625,0.3924541175365448,0.7460311651229858,102.0,26112.0,653.199191462947,1671168.0 +49.21,5.400000095367432,2800.0,0.0054214163683354855,0.0642903670668602,0.0,1.8527196645736694,1.9333018064498901,-0.0030244961380958557,0.0030028100591152906,1.6823056936264038,0.3784572184085846,0.7378712594509125,103.0,26368.0,659.0501553378999,1687552.0 +51.42,5.300000190734863,2820.0,0.006432732101529837,0.0732828751206398,0.0,1.9489021301269531,1.8876501321792603,-0.0038781019393354654,0.003002706216648221,1.8882503509521484,0.36688530445098877,0.7197763025760651,104.0,26624.0,664.8588717058301,1703936.0 +40.02,5.5,2682.0,0.005081441719084978,0.0589803047478199,0.0,1.9479913711547852,1.816865086555481,-0.0027064376045018435,0.0030016766395419836,1.8834134340286255,0.3667246401309967,0.7226732075214386,105.0,26880.0,670.9680647579953,1720320.0 +37.69,4.5,2799.0,0.005455296952277422,0.0610758475959301,0.0,2.046740770339966,1.7947443723678589,-0.0025089981500059366,0.0029946330469101667,2.0632667541503906,0.3855268061161041,0.7095544040203094,106.0,27136.0,676.8202989459969,1736704.0 +43.83,5.099999904632568,2811.0,0.005183698609471321,0.05462646484375,0.0,1.9960664510726929,1.7967872619628906,-0.0018912316299974918,0.0029945007991045713,1.9794312715530396,0.36858558654785156,0.7062045335769653,107.0,27392.0,682.6497644349001,1753088.0 +53.0,5.199999809265137,2795.0,0.0046567474491894245,0.0513509102165699,0.0,2.0330841541290283,1.71528959274292,-0.003353528445586562,0.00299050216563046,2.0592153072357178,0.3665354251861572,0.6787473857402802,108.0,27648.0,688.5118756648153,1769472.0 +40.78,4.400000095367432,2776.0,0.005335051100701094,0.0652872696518898,0.0,1.8807827234268188,1.7725907564163208,-0.0031401002779603004,0.0029895619954913855,1.7655845880508423,0.35768577456474304,0.7201995849609375,109.0,27904.0,694.4129457348026,1785856.0 +50.82,4.800000190734863,2773.0,0.006761698517948389,0.0788370743393898,0.0,2.128572463989258,1.7482041120529175,0.000259814434684813,0.002988673746585846,2.247767448425293,0.3636832535266876,0.7121703028678894,110.0,28160.0,700.3208158409689,1802240.0 +41.8,5.599999904632568,2681.0,0.0049708751030266285,0.0557861328125,0.0,2.011662721633911,1.7278565168380737,-0.0030522421002388,0.002979106269776821,2.012528419494629,0.37540969252586365,0.7166759371757507,111.0,28416.0,706.4340251910035,1818624.0 +37.96,5.0,2752.0,0.006857095751911402,0.0842081680893898,0.0,1.9620375633239746,1.8070987462997437,-0.0038078846409916878,0.0029787810053676367,1.9233821630477905,0.36920127272605896,0.7337043285369873,112.0,28672.0,712.3867367720231,1835008.0 +43.33,5.5,2816.0,0.006108127534389496,0.0751546248793602,0.0,1.938499093055725,1.7903800010681152,-0.003567988285794854,0.002977890195325017,1.8751754760742188,0.3699333667755127,0.7270369529724121,113.0,28928.0,718.2044143718667,1851392.0 +42.6,5.400000095367432,2794.0,0.005778156220912933,0.0714925155043602,0.0,1.9978805780410767,1.7745275497436523,-0.0031799094285815954,0.002970132976770401,1.9944580793380737,0.37234556674957275,0.6908068060874939,114.0,29184.0,724.0673060859554,1867776.0 +41.96,5.800000190734863,2836.0,0.006912125740200281,0.0836995467543602,0.0,1.914712905883789,1.7797709703445435,-0.0007241962593980134,0.0029715457931160927,1.8302963972091675,0.36529335379600525,0.7159551978111267,115.0,29440.0,729.8433642829768,1884160.0 +38.88,5.099999904632568,2736.0,0.005495825782418251,0.0649007186293602,0.0,1.9079780578613281,1.8532172441482544,-0.003135677194222808,0.002967413514852524,1.823410153388977,0.36709463596343994,0.7063986361026764,116.0,29696.0,735.832305704942,1900544.0 +38.11,5.599999904632568,2809.0,0.005798283964395523,0.0678304061293602,0.0,1.8696017265319824,1.8757480382919312,-0.002703573787584901,0.002961372723802924,1.7450655698776245,0.37118658423423767,0.726421982049942,117.0,29952.0,741.6648129569367,1916928.0 +42.43,5.599999904632568,2785.0,0.005690027493983507,0.06707763671875,0.0,1.8430309295654297,1.8937865495681763,-0.003729555755853653,0.0029570201877504587,1.6919728517532349,0.37551116943359375,0.7377393841743469,118.0,30208.0,747.5467938559595,1933312.0 +53.52,5.0,2832.0,0.00553886266425252,0.0701497420668602,0.0,1.934228539466858,1.894607424736023,-0.0034961935598403215,0.002955863019451499,1.8850926160812378,0.36593154072761536,0.7237051427364349,119.0,30464.0,753.3316932369489,1949696.0 +53.52,4.800000190734863,2822.0,0.004725146107375622,0.055419921875,0.0,1.9040546417236328,1.8685940504074097,-0.002870062366127968,0.00295230932533741,1.8198102712631226,0.3705826997756958,0.7312322556972504,120.0,30720.0,759.1361852940172,1966080.0 +39.19,5.300000190734863,2732.0,0.00551542267203331,0.0681559219956398,0.0,2.020667791366577,1.848167896270752,-0.003722300985828042,0.0029506480786949396,2.0648655891418457,0.3618381917476654,0.7119257152080536,121.0,30976.0,765.1334528918378,1982464.0 +38.96,5.5,2797.0,0.005062337964773178,0.06170654296875,0.0,2.010988473892212,1.7546359300613403,-0.0029494231566786766,0.0029479556251317263,2.035274028778076,0.3693813383579254,0.7058882713317871,122.0,31232.0,770.9913619558793,1998848.0 +39.96,4.900000095367432,2732.0,0.005024077836424112,0.0618693046271801,0.0,1.9918346405029297,1.7813472747802734,-0.0029316069558262825,0.0029453339520841837,2.0030269622802734,0.36563530564308167,0.7186070084571838,123.0,31488.0,776.9874607529491,2015232.0 +42.39,6.0,2711.0,0.005391898099333048,0.0653076171875,0.0,1.9362620115280151,1.822656273841858,-0.004154044669121504,0.002941652899608016,1.8926323652267456,0.3697667419910431,0.7197566330432892,124.0,31744.0,783.0317595179658,2031616.0 +41.93,5.400000095367432,2741.0,0.005335118155926466,0.0687255859375,0.0,1.874021053314209,1.8869012594223022,-0.0034959486220031977,0.00293764122761786,1.764534831047058,0.3750312030315399,0.7263923287391663,125.0,32000.0,789.0091068670154,2048000.0 +39.0,4.900000095367432,2785.0,0.007170863915234804,0.0980224609375,0.0,1.8425270318984985,1.9078353643417358,-0.004952826537191868,0.0029380081687122583,1.7214431762695312,0.35978972911834717,0.7255640029907227,126.0,32256.0,794.8914317288436,2064384.0 +41.61,6.400000095367432,2799.0,0.006711309310048819,0.0841878280043602,0.0,1.9346946477890015,1.8658605813980103,-0.004065304528921843,0.0029276052955538034,1.8865875005722046,0.38005998730659485,0.7050043344497681,127.0,32512.0,800.7444130228832,2080768.0 +58.32,5.699999809265137,2751.0,0.006085595581680536,0.07977294921875,0.0,2.022465467453003,1.8250246047973633,-0.003043607110157609,0.002929236041381955,2.076726198196411,0.36337530612945557,0.670081228017807,128.0,32768.0,806.700072204927,2097152.0 +45.18,6.800000190734863,2799.0,0.0064981598407030106,0.0797119140625,0.0,1.9846163988113403,1.8298927545547485,-0.003800904145464301,0.0029266898054629564,2.0059287548065186,0.3616591691970825,0.688363254070282,129.0,33024.0,812.552953587845,2113536.0 +44.3,4.900000095367432,2781.0,0.007318162824958563,0.0947265625,0.0,1.9191584587097168,1.8669530153274536,-0.004894200246781111,0.002920178696513176,1.8704313039779663,0.371740460395813,0.7065037488937378,130.0,33280.0,818.4453957679216,2129920.0 +52.31,5.300000190734863,2737.0,0.006460864562541246,0.0855712890625,0.0,1.9080015420913696,1.8921589851379395,-0.0037125844974070787,0.002917208941653371,1.8395776748657227,0.37929868698120117,0.6977277398109436,131.0,33536.0,824.4304589538369,2146304.0 +41.11,5.5,2772.0,0.006785212084650993,0.0807088240981102,0.0,1.9671095609664917,1.857049584388733,-0.0037231119349598885,0.002916298108175397,1.9589906930923462,0.3780466616153717,0.687399685382843,132.0,33792.0,830.3399960158858,2162688.0 +47.42,6.0,2776.0,0.006452468689531088,0.0757242813706398,0.0,1.9391331672668457,1.892499327659607,-0.0038162905257195234,0.002919982885941863,1.871016025543213,0.40612927079200745,0.6863188147544861,133.0,34048.0,836.2425806818064,2179072.0 +47.84,5.599999904632568,2691.0,0.006312227342277765,0.07696533203125,0.0,1.8403810262680054,1.8494515419006348,-0.004892200231552124,0.0029151327908039093,1.7113741636276245,0.37530747056007385,0.7200208902359009,134.0,34304.0,842.3300825220067,2195456.0 +49.04,6.0,2792.0,0.006541682407259941,0.0820719376206398,0.0,1.8273423910140991,1.8907815217971802,-0.00533825159072876,0.00290889129973948,1.6962143182754517,0.37006524205207825,0.7237783074378967,135.0,34560.0,848.1983355840202,2211840.0 +43.39,6.699999809265137,2809.0,0.006369149778038263,0.0733235701918602,0.0,1.941638469696045,1.7845335006713867,-0.0032893873285502195,0.00290663936175406,1.9172495603561401,0.3724047839641571,0.6957164704799652,136.0,34816.0,854.0314657599665,2228224.0 +51.64,5.900000095367432,2707.0,0.007289614528417587,0.0989583358168602,0.0,1.8567795753479004,1.8737093210220337,-0.0033048586919903755,0.002899945480749011,1.7299753427505493,0.39336153864860535,0.7106484174728394,137.0,35072.0,860.0846708118916,2244608.0 +47.71,5.900000095367432,2800.0,0.007519295904785395,0.10321044921875,0.0,1.7939852476119995,1.8214954137802124,-0.004815162159502506,0.0029031746089458466,1.6373852491378784,0.36354461312294006,0.6996537148952484,138.0,35328.0,865.9361755608115,2260992.0 +67.63,5.099999904632568,2788.0,0.007047127466648817,0.0874430313706398,0.0,1.811627984046936,1.927535057067871,-0.002458004280924797,0.0029032451566308737,1.663754940032959,0.36925768852233887,0.7014266848564148,139.0,35584.0,871.81259386288,2277376.0 +68.16,6.800000190734863,2738.0,0.006577611435204744,0.0791219100356102,0.0,1.6872254610061646,1.952850341796875,-0.0023552945349365473,0.0028995948377996683,1.4160407781600952,0.3703639507293701,0.7446600496768951,140.0,35840.0,877.7962761258241,2293760.0 +54.32,6.199999809265137,2817.0,0.008249472826719284,0.1081339493393898,0.0,1.750346064567566,1.8948383331298828,-0.003532963804900646,0.002897433005273342,1.5430372953414917,0.3718452453613281,0.6988891661167145,141.0,36096.0,883.6122793478426,2310144.0 +65.15,6.0,2771.0,0.007182274013757706,0.0880126953125,0.0,1.6878842115402222,1.9039682149887085,-0.004238794557750225,0.0028909689281135798,1.4184112548828125,0.37625595927238464,0.7047753036022186,142.0,36352.0,889.5241820940282,2326528.0 +63.15,6.400000095367432,2763.0,0.0074100312776863575,0.0960286483168602,0.0,1.739601731300354,1.913301944732666,-0.0037619182839989662,0.0028916995506733656,1.5369514226913452,0.36146116256713867,0.7060764729976654,143.0,36608.0,895.4527116429526,2342912.0 +54.59,6.5,2805.0,0.009344748221337795,0.1260172575712204,0.0,1.7385505437850952,1.8747352361679077,-0.004460061434656382,0.002886155853047967,1.5294686555862427,0.3696915805339813,0.6919433772563934,144.0,36864.0,901.293954459019,2359296.0 +60.88,6.099999904632568,2796.0,0.01042675506323576,0.1433308869600296,0.0,1.7394269704818726,1.8436135053634644,-0.00019104995590168983,0.002885861322283745,1.528632640838623,0.3638654053211212,0.6723127663135529,145.0,37120.0,907.1540743918158,2375680.0 +60.37,6.900000095367432,2806.0,0.007397629786282778,0.0943806990981102,0.0,1.7576183080673218,1.8633536100387573,-0.0021194517612457275,0.002882144646719098,1.5788922309875488,0.35697314143180847,0.6885042786598206,146.0,37376.0,912.9937276188284,2392064.0 +50.28,5.800000190734863,2811.0,0.007031766232103109,0.0866902694106102,0.0,1.735862135887146,1.8645976781845093,-0.004584419075399637,0.002884462708607316,1.546938419342041,0.34981057047843933,0.6862488687038422,147.0,37632.0,918.8217581380159,2408448.0 +62.72,6.800000190734863,2797.0,0.007345125544816256,0.0972900390625,0.0,1.6013927459716797,1.9303761720657349,-0.006304460112005472,0.0028843230102211237,1.2750970125198364,0.35684242844581604,0.7274620532989502,148.0,37888.0,924.6799536149483,2424832.0 +54.32,5.599999904632568,2807.0,0.007786328438669443,0.10333251953125,0.0,1.777248740196228,1.9457240104675293,-0.002333087148144841,0.0028786377515643835,1.614587426185608,0.36385419964790344,0.6477439999580383,149.0,38144.0,930.5171392038465,2441216.0 +63.15,5.300000190734863,2735.0,0.008051232434809208,0.1077880859375,0.0,2.0495448112487793,1.9591315984725952,-0.0030566032510250807,0.002882329048588872,1.6389745473861694,0.34841442108154297,0.6438474357128143,150.0,38400.0,936.5063941818662,2457600.0 +76.16,6.300000190734863,2778.0,0.006277269218116999,0.07568359375,0.0,1.8167681694030762,2.0021555423736572,-0.005272451788187027,0.0028851425740867853,1.147251844406128,0.36948028206825256,0.7235365211963654,151.0,38656.0,942.4040618690196,2473984.0 +83.42,6.800000190734863,2771.0,0.008426697924733162,0.1047159805893898,0.0,1.865664005279541,1.9617666006088257,-0.003650408238172531,0.0028760835994035006,1.235541582107544,0.3779029846191406,0.7290177941322327,152.0,38912.0,948.3174017840065,2490368.0 +68.65,6.300000190734863,2669.0,0.008400973863899708,0.1137898787856102,0.0,1.868681788444519,1.962013840675354,-0.005089750047773123,0.0028663165867328644,1.2569475173950195,0.3738670349121094,0.7223984003067017,153.0,39168.0,954.4566006639507,2506752.0 +73.93,7.0,2792.0,0.008409916423261166,0.1131591796875,0.0,1.8005423545837402,1.9744023084640503,-0.005944458302110434,0.002865057671442628,1.1356557607650757,0.3651898205280304,0.7119254469871521,154.0,39424.0,960.3251819589641,2523136.0 +68.98,6.699999809265137,2797.0,0.008620762266218662,0.1136678084731102,0.0,1.7745493650436401,1.983294129371643,-0.0057891053147614,0.002857879037037492,1.0840775966644287,0.36839282512664795,0.7477436065673828,155.0,39680.0,966.1829257488716,2539520.0 +79.39,6.800000190734863,2734.0,0.008404319174587727,0.1089274063706398,0.0,1.8083049058914185,1.949817180633545,-0.005637789610773325,0.0028613796457648277,1.1630284786224365,0.3577769100666046,0.7325817346572876,156.0,39936.0,972.1761368119624,2555904.0 +100.62,6.699999809265137,2801.0,0.00871977861970663,0.1197509765625,0.0,1.8142199516296387,1.9348396062850952,-0.004805117845535278,0.0028551460709422827,1.159521460533142,0.37044501304626465,0.7312041819095612,157.0,40192.0,978.0245049318764,2572288.0 +73.56,6.599999904632568,2783.0,0.008530725724995136,0.1165568009018898,0.0,1.8519763946533203,1.9758023023605347,-0.006732417736202478,0.0028477658051997423,1.2410672903060913,0.37316474318504333,0.7251036763191223,158.0,40448.0,983.9111308827996,2588672.0 +79.82,6.5,2750.0,0.009015790186822414,0.1157633438706398,0.0,1.7911409139633179,1.9567899703979492,-0.007600657641887665,0.0028466980438679457,1.1312556266784668,0.3661961555480957,0.7288001775741577,159.0,40704.0,989.8687134059146,2605056.0 +76.7,6.599999904632568,2772.0,0.009214614517986774,0.1263020783662796,0.0,1.7182382345199585,1.990153193473816,-0.00488182483240962,0.00283853430300951,0.9603483080863953,0.3848007917404175,0.7692437320947647,160.0,40960.0,995.779230778804,2621440.0 +97.97,5.800000190734863,2772.0,0.00935063324868679,0.1306355744600296,0.0,1.7675577402114868,2.0006701946258545,-0.003655470907688141,0.0028444603085517883,1.0928150415420532,0.35607314109802246,0.715707927942276,161.0,41216.0,1001.689066234976,2637824.0 +84.94,6.599999904632568,2756.0,0.007518375758081675,0.0979410782456398,0.0,1.8133869171142578,1.9420342445373535,-0.006284569855779409,0.0028371585067361593,1.1790167093276978,0.366539865732193,0.7188236117362976,162.0,41472.0,1007.6333120099735,2654208.0 +59.09,6.400000095367432,2758.0,0.008790646679699421,0.11962890625,0.0,1.8193926811218262,1.892946720123291,-0.005496038123965263,0.002836002269759774,1.1838668584823608,0.3704059422016144,0.7254581153392792,163.0,41728.0,1013.5734576578252,2670592.0 +69.29,7.0,2741.0,0.006585430819541216,0.0802815780043602,0.0,1.8135309219360352,1.9419517517089844,-0.0055436328984797,0.0028343861922621727,1.1889008283615112,0.3600125312805176,0.72906294465065,164.0,41984.0,1019.5515677318908,2686976.0 +85.35,6.800000190734863,2800.0,0.00758042698726058,0.0887044295668602,0.0,1.8153589963912964,1.9404786825180054,-0.0043074036948382854,0.002828941447660327,1.1727747917175293,0.3750774562358856,0.7332408428192139,165.0,42240.0,1025.403546819929,2703360.0 +61.77,5.900000095367432,2756.0,0.007755665574222803,0.1019083634018898,0.0,1.8320356607437134,1.9387997388839722,-0.0065102907828986645,0.002832473488524556,1.2140246629714966,0.3707943856716156,0.7032509446144104,166.0,42496.0,1031.3481187548023,2719744.0 +76.45,6.400000095367432,2820.0,0.007858035154640675,0.1012369766831398,0.0,1.830919623374939,1.9460946321487427,-0.006334982346743345,0.0028292981442064047,1.2261027097702026,0.3620145618915558,0.7102964520454407,167.0,42752.0,1037.158792593982,2736128.0 +67.28,5.800000190734863,2814.0,0.007643185090273619,0.09747314453125,0.0,1.8593063354492188,1.940970778465271,-0.005497935693711042,0.002828295109793544,1.2790483236312866,0.3639810085296631,0.7289963960647583,168.0,43008.0,1042.9809479748365,2752512.0 +71.31,6.699999809265137,2745.0,0.00606530113145709,0.0754191055893898,0.0,1.8009248971939087,1.9264267683029175,-0.006042008753865957,0.0028189083095639944,1.1507232189178467,0.37750253081321716,0.741611659526825,169.0,43264.0,1048.9493691259995,2768896.0 +65.35,6.599999904632568,2751.0,0.00972308125346899,0.1279703825712204,0.0,1.8313533067703247,1.9032272100448608,-0.006728357169777155,0.002820259891450405,1.2329716682434082,0.3621962070465088,0.7226944267749786,170.0,43520.0,1054.9050468178466,2785280.0 +63.9,6.599999904632568,2799.0,0.00830201618373394,0.1056111678481102,0.0,1.7988829612731934,1.8951101303100586,-0.005916654597967863,0.0028175644110888243,1.1572257280349731,0.36998626589775085,0.7403254210948944,171.0,43776.0,1060.7578495808411,2801664.0 +76.67,6.599999904632568,2742.0,0.007507602218538523,0.0946044921875,0.0,1.830162525177002,1.8921669721603394,-0.006926578003913164,0.0028148714918643236,1.2213703393936157,0.3716011345386505,0.6916849613189697,172.0,44032.0,1066.7326853198465,2818048.0 +78.91,5.5,2796.0,0.008513499051332474,0.1079508438706398,0.0,1.803320288658142,1.907106876373291,-0.005043901968747377,0.002812084974721074,1.1706587076187134,0.36839452385902405,0.7256876230239868,173.0,44288.0,1072.5927763020154,2834432.0 +77.78,5.599999904632568,2778.0,0.008236248977482319,0.1101888045668602,0.0,1.782932162284851,1.9155492782592773,-0.004079574253410101,0.0028143294621258974,1.1372252702713013,0.3607698678970337,0.7414275109767914,174.0,44544.0,1078.4900250348728,2850816.0 +77.64,6.400000095367432,2814.0,0.006386920344084501,0.07781982421875,0.0,1.7966041564941406,1.984910011291504,-0.005595169961452484,0.0028096360620111227,1.1590722799301147,0.37019965052604675,0.7459757328033447,175.0,44800.0,1084.311738334829,2867200.0 +64.12,7.900000095367432,2813.0,0.006039321422576904,0.0700276717543602,0.0,1.8183029890060425,1.931847095489502,-0.0063178651034832,0.002806692384183407,1.2094091176986694,0.36698904633522034,0.740731954574585,176.0,45056.0,1090.1359789108392,2883584.0 +92.65,6.699999809265137,2783.0,0.008267275989055634,0.1124674454331398,0.0,1.786985993385315,1.9898872375488281,-0.007753730285912752,0.0028044565115123987,1.1413521766662598,0.37486132979393005,0.7361129224300385,177.0,45312.0,1096.0236787779722,2899968.0 +71.94,5.599999904632568,2792.0,0.009665846824645996,0.131591796875,0.0,1.7706116437911987,1.9625073671340942,-0.006133264396339655,0.0027995400596410036,1.1016432046890259,0.3795846700668335,0.7369610965251923,178.0,45568.0,1101.8914127119351,2916352.0 +92.52,6.400000095367432,2808.0,0.007980306632816792,0.1033121719956398,0.0,1.7684026956558228,1.91246497631073,-0.004318355582654476,0.0028008809313178062,1.0900036096572876,0.3807648718357086,0.7535734623670578,179.0,45824.0,1107.7263337559998,2932736.0 +92.92,7.5,2799.0,0.009992736391723156,0.1370035856962204,0.0,1.7568116188049316,1.982502818107605,-0.004810279700905085,0.002798730507493019,1.079016089439392,0.37483319640159607,0.7428252100944519,180.0,46080.0,1113.5806262858678,2949120.0 +85.01,7.400000095367432,2791.0,0.007773720193654299,0.09991455078125,0.0,1.6881051063537598,2.0369818210601807,-0.007111800834536552,0.00279938243329525,0.9472590088844299,0.37453344464302063,0.761579230427742,181.0,46336.0,1119.4505380939227,2965504.0 +102.33,6.699999809265137,2704.0,0.008854537270963192,0.1157023087143898,0.0,1.674497127532959,2.0318892002105713,-0.00748017942532897,0.002798602683469653,0.9126870632171631,0.3806314170360565,0.7720083445310593,182.0,46592.0,1125.5090781289618,2981888.0 +83.45,6.199999809265137,2716.0,0.008622261695563793,0.1143391951918602,0.0,1.7133264541625977,2.024805784225464,-0.006619196385145187,0.0027985733468085527,0.9940169453620911,0.3766922950744629,0.7190459668636322,183.0,46848.0,1131.5401374190114,2998272.0 +109.84,6.800000190734863,2731.0,0.0077631413005292416,0.099609375,0.0,1.7094348669052124,2.027717351913452,-0.007200066465884447,0.002789464546367526,0.9742860794067383,0.3906523287296295,0.7419464886188507,184.0,47104.0,1137.5382118518464,3014656.0 +112.98,6.5,2722.0,0.009214621968567371,0.1226806640625,0.0,1.727231502532959,2.0559184551239014,-0.007775892037898302,0.0027922026347368956,1.0315381288528442,0.37503793835639954,0.6994768381118774,185.0,47360.0,1143.557141940808,3031040.0 +75.73,6.699999809265137,2824.0,0.009386388584971428,0.1210123673081398,0.0,1.6981574296951294,2.0675172805786133,-0.0069336253218352795,0.0027866687159985304,0.9580047726631165,0.38775697350502014,0.7664003223180771,186.0,47616.0,1149.3596596538555,3047424.0 +96.5,7.099999904632568,2799.0,0.009390115737915039,0.1269734650850296,0.0,1.752461314201355,2.0621695518493652,-0.005091134924441576,0.002783324336633086,1.0814265012741089,0.3761396110057831,0.7215607762336731,187.0,47872.0,1155.2139390159864,3063808.0 +79.45,6.400000095367432,2785.0,0.010509680025279522,0.1320393830537796,0.0,1.6411070823669434,2.125192403793335,-0.005465127993375063,0.00278681144118309,0.8464205265045166,0.38461387157440186,0.7556035369634628,188.0,48128.0,1161.0971457238775,3080192.0 +111.55,6.699999809265137,2795.0,0.00831916555762291,0.1066691055893898,0.0,1.6282362937927246,2.0751001834869385,-0.0063324240036308765,0.00277778971940279,0.8216936588287354,0.38892337679862976,0.7618762999773026,189.0,48384.0,1166.959471436916,3096576.0 +98.81,6.699999809265137,2793.0,0.006197123322635889,0.0713297501206398,0.0,1.7254949808120728,2.027928590774536,-0.005298777017742395,0.0027773678302764893,1.0109593868255615,0.39073511958122253,0.7526063621044159,190.0,48640.0,1172.8282977698836,3112960.0 +78.16,6.800000190734863,2782.0,0.006271564867347479,0.0725911483168602,0.0,1.6633930206298828,2.094261884689331,-0.006156722083687782,0.0027759307995438576,0.8829733729362488,0.39632856845855713,0.7594103664159775,191.0,48896.0,1178.717930345796,3129344.0 +83.18,7.099999904632568,2773.0,0.0096163684502244,0.1287638396024704,0.0,1.625015139579773,2.099581003189087,-0.007727073505520821,0.0027769182343035936,0.8156412243843079,0.39142274856567383,0.7731765955686569,192.0,49152.0,1184.6260603009723,3145728.0 +134.06,7.099999904632568,2817.0,0.008677751757204533,0.1107991561293602,0.0,1.5588144063949585,2.1114842891693115,-0.007432987447828054,0.002777878427878022,0.6937423348426819,0.38319066166877747,0.7842572331428528,193.0,49408.0,1190.4421990630217,3162112.0 +104.88,7.300000190734863,2793.0,0.010332689620554447,0.13067626953125,0.0,1.6445975303649902,2.1065289974212646,-0.003685297444462776,0.0027707295957952738,0.8355996608734131,0.4025615453720093,0.757300391793251,194.0,49664.0,1196.3084551959764,3178496.0 +99.17,7.0,2797.0,0.0066663906909525394,0.0833333358168602,0.0,1.579515814781189,2.1372382640838623,-0.007556987460702658,0.0027739263605326414,0.7139527797698975,0.40084919333457947,0.7801197618246078,195.0,49920.0,1202.1663246289827,3194880.0 +108.9,6.400000095367432,2779.0,0.00864673126488924,0.11822509765625,0.0,1.6492558717727661,2.1033270359039307,-0.008857554756104946,0.0027669172268360853,0.8594425320625305,0.40143534541130066,0.7486673891544342,196.0,50176.0,1208.062952335924,3211264.0 +115.64,6.599999904632568,2839.0,0.008809762075543404,0.11785888671875,0.0,1.6041526794433594,2.083860158920288,-0.0077631608583033085,0.0027672331780195236,0.7743284106254578,0.39579805731773376,0.7941040247678757,197.0,50432.0,1213.8337282259017,3227648.0 +103.01,6.099999904632568,2779.0,0.009009045548737049,0.1179606094956398,0.0,1.6876659393310547,2.0364396572113037,-0.007614216301590204,0.002763083204627037,0.9446936249732971,0.3945981562137604,0.7428647577762604,198.0,50688.0,1219.7303778948262,3244032.0 +94.25,7.699999809265137,2735.0,0.005800345446914434,0.0696818009018898,0.0,1.6463236808776855,2.0627875328063965,-0.005799155216664076,0.0027635598089545965,0.8642519116401672,0.3905411660671234,0.7696707844734192,199.0,50944.0,1225.7197762879077,3260416.0 +87.1,7.0,2752.0,0.007075905334204435,0.0912679061293602,0.0,2.112694501876831,2.1177077293395996,-0.006171402055770159,0.0027572058606892824,0.8538444638252258,0.4012627601623535,0.76778444647789,200.0,51200.0,1231.6724028568715,3276800.0 +131.59,6.400000095367432,2630.0,0.007608237210661173,0.0925496444106102,0.0,2.034298896789551,2.188049077987671,-0.007369229570031166,0.00275830808095634,0.7003483772277832,0.4009752571582794,0.7638601958751678,201.0,51456.0,1237.9021241969895,3293184.0 +123.33,6.400000095367432,2769.0,0.009704235009849072,0.13592529296875,0.0,2.158517360687256,2.1214582920074463,-0.005981778725981712,0.002755208872258663,0.9243010878562927,0.41311052441596985,0.7302169799804688,202.0,51712.0,1243.8200534889475,3309568.0 +116.38,6.900000095367432,2752.0,0.008681775070726871,0.1168212890625,0.0,2.142432689666748,2.1283981800079346,-0.007100845221430063,0.0027501217555254698,0.8764004707336426,0.4250613749027252,0.724539041519165,203.0,51968.0,1249.7734749959782,3325952.0 +109.2,6.599999904632568,2823.0,0.007072126027196646,0.08184814453125,0.0,2.161026954650879,2.097186326980591,-0.005118052940815687,0.002746547805145383,0.8820429444313049,0.44085124135017395,0.737515389919281,204.0,52224.0,1255.5768826398998,3342336.0 +118.54,7.0,2743.0,0.009064093232154846,0.1160481795668602,0.0,2.0750207901000977,2.065819263458252,-0.008749728091061115,0.0027477203402668238,0.7760198712348938,0.40943220257759094,0.766388863325119,205.0,52480.0,1261.548733530799,3358720.0 +97.96,6.800000190734863,2771.0,0.008511942811310291,0.1076253280043602,0.0,2.094752073287964,2.029317617416382,-0.009364278055727482,0.0027436346281319857,0.8157934546470642,0.41157296299934387,0.7706922292709351,206.0,52736.0,1267.4619735309388,3375104.0 +110.83,7.400000095367432,2784.0,0.007825137116014957,0.097900390625,0.0,2.1253557205200195,2.0045387744903564,-0.006409119814634323,0.0027429729234427214,0.8643859028816223,0.4151290953159332,0.7484017312526703,207.0,52992.0,1273.3466246428434,3391488.0 +97.6,6.599999904632568,2737.0,0.006735516712069511,0.0812784805893898,0.0,2.204651117324829,1.992400050163269,-0.006187548860907555,0.002741452306509018,1.024375557899475,0.4148062765598297,0.7114163637161255,208.0,53248.0,1279.3321581350174,3407872.0 +140.81,7.099999904632568,2766.0,0.008636160753667355,0.1081746444106102,0.0,2.0990633964538574,2.0094730854034424,-0.00874173454940319,0.0027466241735965014,0.8188320994377136,0.41212591528892517,0.7300750613212585,209.0,53504.0,1285.2550764929038,3424256.0 +108.03,6.800000190734863,2751.0,0.008416379801928997,0.1077677384018898,0.0,2.096956729888916,2.032665491104126,-0.006953136529773474,0.002742242068052292,0.8249320983886719,0.407341867685318,0.7457405626773834,210.0,53760.0,1291.210910395952,3440640.0 +106.27,7.099999904632568,2745.0,0.008295788429677486,0.10540771484375,0.0,2.106598377227783,2.019357919692993,-0.007691653445363045,0.0027447270695120096,0.8411715030670166,0.4083096981048584,0.7250694632530212,211.0,54016.0,1297.1802308659535,3457024.0 +99.96,6.5,2769.0,0.007913957349956036,0.1016845703125,0.0,2.1826562881469727,1.9768372774124146,-0.008241727948188782,0.002739609917625785,1.0068401098251343,0.40395769476890564,0.6965921521186829,212.0,54272.0,1303.0981852880213,3473408.0 +88.63,6.400000095367432,2757.0,0.00871125515550375,0.1115519180893898,0.0,2.191866159439087,1.9386173486709595,-0.00770141975954175,0.0027430858463048935,1.0142496824264526,0.4069807231426239,0.6964523196220398,213.0,54528.0,1309.040081774816,3489792.0 +95.37,6.199999809265137,2661.0,0.008649533614516258,0.1143798828125,0.0,2.196570873260498,1.980507493019104,-0.006264610216021538,0.002734709531068802,0.9861151576042175,0.429614782333374,0.6973521709442139,214.0,54784.0,1315.1978062279522,3506176.0 +88.9,7.900000095367432,2788.0,0.008263115771114826,0.1100667342543602,0.0,2.040701150894165,2.0232608318328857,-0.008311763405799866,0.002735367277637124,0.7060086727142334,0.4154242277145386,0.7778495848178864,215.0,55040.0,1321.0746451078448,3522560.0 +112.47,6.5,2768.0,0.007082514930516481,0.08343505859375,0.0,2.088113307952881,2.040151596069336,-0.006613920908421278,0.002737184055149555,0.8122206330299377,0.40701183676719666,0.7238129377365112,216.0,55296.0,1326.9934221138246,3538944.0 +106.9,6.400000095367432,2777.0,0.008021163754165173,0.0990193709731102,0.0,2.0412356853485107,2.038977861404419,-0.007851330563426018,0.0027370855677872896,0.7290239930152893,0.4028490483760834,0.7455404698848724,217.0,55552.0,1332.892446739832,3555328.0 +104.41,7.400000095367432,2751.0,0.008445176295936108,0.1086222305893898,0.0,2.002847909927368,2.107126474380493,-0.008688808418810368,0.0027313996106386185,0.6258220076560974,0.42099833488464355,0.7775119245052338,218.0,55808.0,1338.8477268919814,3571712.0 +127.61,7.400000095367432,2727.0,0.010804138146340847,0.1368001252412796,0.0,2.0104103088378906,2.09000301361084,-0.008236966095864773,0.002728939289227128,0.6360898017883301,0.4241045415401459,0.7479121387004852,219.0,56064.0,1344.8567641288973,3588096.0 +129.45,6.800000190734863,2772.0,0.010139365680515766,0.1338094025850296,0.0,2.104261636734009,2.0804505348205566,-0.0029221472796052694,0.0027248722035437822,0.8066437840461731,0.4294251501560211,0.7310889661312103,220.0,56320.0,1350.767887455877,3604480.0 +126.38,6.800000190734863,2686.0,0.009128855541348457,0.1132405623793602,0.0,2.010594606399536,2.1195523738861084,-0.009603148326277733,0.0027270109858363867,0.6298826336860657,0.43021082878112793,0.710729569196701,221.0,56576.0,1356.8672485449351,3620864.0 +128.02,6.699999809265137,2777.0,0.009637607261538506,0.1292317658662796,0.0,1.9715794324874878,2.1609394550323486,-0.007790608797222376,0.0027323756366968155,0.5452180504798889,0.4295215606689453,0.743842601776123,222.0,56832.0,1362.767697429983,3637248.0 +187.57,7.099999904632568,2711.0,0.009400217793881893,0.1248372420668602,0.0,1.9152517318725586,2.131469964981079,-0.008068444207310677,0.0027304934337735176,0.4461245536804199,0.4234004020690918,0.7935632616281509,223.0,57088.0,1368.8120248029009,3653632.0 +177.21,7.599999904632568,2723.0,0.013332088477909565,0.173095703125,0.0,1.9024499654769897,2.153167724609375,-0.009213184006512165,0.0027286733966320753,0.38999712467193604,0.4415818452835083,0.8141076564788818,224.0,57344.0,1374.828349582851,3670016.0 +169.54,7.400000095367432,2748.0,0.01101746503263712,0.14080810546875,0.0,1.9375362396240234,2.1168582439422607,-0.009268372319638729,0.002719143172726035,0.48288044333457947,0.43422892689704895,0.7828674912452698,225.0,57600.0,1380.789634885965,3686400.0 +193.23,6.199999809265137,2764.0,0.011117227375507355,0.1352946013212204,0.0,1.9297757148742676,2.0460686683654785,-0.010019173845648766,0.002718293806537986,0.4665951430797577,0.4350951611995697,0.7472719550132751,226.0,57856.0,1386.7167909408454,3702784.0 +183.42,6.400000095367432,2785.0,0.009381529875099659,0.1190592423081398,0.0,1.9156025648117065,2.070573568344116,-0.005600275006145239,0.002725060097873211,0.4563601315021515,0.4179670810699463,0.7569920122623444,227.0,58112.0,1392.599602798,3719168.0 +242.49,6.699999809265137,2758.0,0.010989951901137829,0.1453654021024704,0.0,1.864121913909912,2.1110284328460693,-0.009612505324184895,0.0027293560560792685,0.3818091154098511,0.405649334192276,0.7505567073822021,228.0,58368.0,1398.5394850648008,3735552.0 +235.08,6.699999809265137,2768.0,0.00919695571064949,0.11505126953125,0.0,1.848681926727295,2.145765542984009,-0.005797356367111206,0.002734170062467456,0.3260347545146942,0.41257140040397644,0.7729051262140274,229.0,58624.0,1404.4578974128235,3751936.0 +255.61,6.300000190734863,2784.0,0.010313491337001324,0.13580322265625,0.0,1.8653610944747925,2.1567251682281494,-0.011753386817872524,0.0027240526396781206,0.38444244861602783,0.41091933846473694,0.7508942484855652,230.0,58880.0,1410.3416754908394,3768320.0 +269.68,6.199999809265137,2768.0,0.010250183753669262,0.1484171599149704,0.0,1.868098258972168,2.2386832237243652,-0.004554517101496458,0.0027275867760181427,0.34762296080589294,0.4244958162307739,0.7440699934959412,231.0,59136.0,1416.2602787839714,3784704.0 +335.15,5.099999904632568,2788.0,0.007679230999201536,0.090576171875,0.0,1.8759466409683228,2.190471887588501,-0.00718956021592021,0.0027290720026940107,0.36737266182899475,0.423884779214859,0.7357402145862579,232.0,59392.0,1422.1365772848949,3801088.0 +325.97,5.099999904632568,2768.0,0.010401064530014992,0.133056640625,0.0,1.8277422189712524,2.2098071575164795,-0.009025773964822292,0.0027273406740278006,0.26312974095344543,0.430928498506546,0.7495786547660828,233.0,59648.0,1428.0555288998876,3817472.0 +322.44,5.400000095367432,2731.0,0.009542672894895077,0.1329142302274704,0.0,1.9019676446914673,2.1827967166900635,-0.009459727443754673,0.0027298370841890574,0.3988012969493866,0.43648913502693176,0.7188831567764282,234.0,59904.0,1434.0555925308727,3833856.0 +313.37,6.300000190734863,2764.0,0.008962300606071949,0.11810302734375,0.0,1.9078078269958496,2.144524335861206,-0.007855227217078209,0.0027181447949260473,0.41498279571533203,0.4379318654537201,0.7388385236263275,235.0,60160.0,1439.9832899598405,3850240.0 +284.81,6.300000190734863,2775.0,0.007073933258652687,0.0817057266831398,0.0,1.9352679252624512,2.2150511741638184,-0.005371856968849897,0.002719857497140765,0.45695582032203674,0.4419544041156769,0.7178511321544647,236.0,60416.0,1445.8881344208494,3866624.0 +260.52,6.0,2735.0,0.0077391378581523895,0.0959269180893898,0.0,1.8811441659927368,2.219200849533081,-0.007196530234068632,0.0027207238599658012,0.3476533591747284,0.44400784373283386,0.7570014595985413,237.0,60672.0,1451.8782460759394,3883008.0 +258.69,6.699999809265137,2773.0,0.010922270826995373,0.1407063752412796,0.0,1.8936363458633423,2.238797187805176,-0.01004630047827959,0.0027069111820310354,0.41187402606010437,0.43369629979133606,0.7771261483430862,238.0,60928.0,1457.7872817728203,3899392.0 +224.27,7.199999809265137,2730.0,0.009914022870361805,0.1254069060087204,0.0,1.8797796964645386,2.20428466796875,-0.009452354162931442,0.0027091875672340393,0.38308432698249817,0.43214151263237,0.7651795446872711,239.0,61184.0,1463.790362157859,3915776.0 +265.22,6.400000095367432,2764.0,0.010597333312034607,0.13287353515625,0.0,1.903031349182129,2.1632893085479736,-0.008140663616359234,0.0027118294965475798,0.38361677527427673,0.45291295647621155,0.7402087450027466,240.0,61440.0,1469.717063274933,3932160.0 +255.75,7.300000190734863,2766.0,0.009115410037338734,0.1030476912856102,0.0,1.8809102773666382,2.2051260471343994,-0.009012777358293533,0.0027093191165477037,0.3185538947582245,0.4663245677947998,0.8043450117111206,241.0,61696.0,1475.6395634019282,3948544.0 +257.15,7.099999904632568,2668.0,0.011364595033228397,0.1437174528837204,0.0,1.8632875680923462,2.2293031215667725,-0.010606680065393448,0.002706483704969287,0.3319339454174042,0.44438982009887695,0.784354493021965,242.0,61952.0,1481.779183914885,3964928.0 +226.99,5.699999809265137,2747.0,0.010923798196017742,0.1473388671875,0.0,1.8714350461959839,2.2467572689056396,-0.011182130314409733,0.002699638716876507,0.3561007082462311,0.4445021450519562,0.76771579682827,243.0,62208.0,1487.7442184428219,3981312.0 +280.78,5.599999904632568,2758.0,0.012329109013080597,0.16552734375,0.0,1.8990025520324707,2.215459108352661,-0.009545167908072472,0.00269696325995028,0.3978193998336792,0.450783371925354,0.7511099725961685,244.0,62464.0,1493.6856476429384,3997696.0 +226.21,6.900000095367432,2753.0,0.010159053839743137,0.1252238005399704,0.0,1.9055933952331543,2.184856653213501,-0.00792638584971428,0.0026935909409075975,0.37655219435691833,0.4683654010295868,0.7959453761577606,245.0,62720.0,1499.6379097078461,4014080.0 +257.99,6.599999904632568,2778.0,0.008846086449921131,0.11114501953125,0.0,1.8840001821517944,2.2196569442749023,-0.010159912519156933,0.0026941446121782064,0.37941470742225647,0.44684910774230957,0.761298656463623,246.0,62976.0,1505.5349442418665,4030464.0 +219.63,6.0,2689.0,0.009509924799203873,0.1166585311293602,0.0,1.9637247323989868,2.1444804668426514,-0.0097203915938735,0.002695314818993211,0.5256727337837219,0.4518788158893585,0.7285162806510925,247.0,63232.0,1511.6276335290167,4046848.0 +238.5,6.699999809265137,2747.0,0.012551557272672653,0.1517740935087204,0.0,1.8637460470199585,2.1482036113739014,-0.009987914003431797,0.002707465784624219,0.33275142312049866,0.4424647390842438,0.7373162806034088,248.0,63488.0,1517.5911809308454,4063232.0 +269.45,6.300000190734863,2801.0,0.009656586684286594,0.1188151016831398,0.0,1.8699856996536255,2.116342067718506,-0.00664653442800045,0.002697652205824852,0.34007129073143005,0.44624975323677063,0.7570646405220032,249.0,63744.0,1523.440733151976,4079616.0 +273.17,6.199999809265137,2756.0,0.009840118698775768,0.12176513671875,0.0,1.5112462043762207,2.1390421390533447,-0.010324210859835148,0.0026856244076043367,0.28485003113746643,0.43564602732658386,0.7451488375663757,250.0,64000.0,1529.3864626339637,4096000.0 +328.72,6.0,2760.0,0.012492110021412373,0.1672566682100296,0.0,1.5467456579208374,2.125392198562622,-0.007386202458292246,0.0026778450701385736,0.358089417219162,0.43420884013175964,0.7562024742364883,251.0,64256.0,1535.3221883429214,4112384.0 +329.31,5.900000095367432,2765.0,0.009324770420789719,0.1216837540268898,0.0,1.549403190612793,2.11946702003479,-0.006962127517908812,0.002682613441720605,0.35333573818206787,0.4376038610935211,0.7378767132759094,252.0,64512.0,1541.2467339949217,4128768.0 +270.4,6.400000095367432,2779.0,0.010372401215136051,0.1316324919462204,0.0,1.569009780883789,2.102630853652954,-0.007828672416508198,0.0026880279183387756,0.3883556127548218,0.4384457767009735,0.7577141970396042,253.0,64768.0,1547.141498212004,4145152.0 +286.54,6.400000095367432,2790.0,0.011786515824496746,0.1436970978975296,0.0,1.5582160949707031,2.072756052017212,-0.009457091800868511,0.0026952459011226892,0.3217999339103699,0.46507641673088074,0.7538632601499557,254.0,65024.0,1553.0147172468714,4161536.0 +304.31,6.199999809265137,2797.0,0.009721211157739162,0.1197306290268898,0.0,1.6012765169143677,2.0614888668060303,-0.010255561210215092,0.0026934954803436995,0.40712448954582214,0.46732792258262634,0.7195753157138824,255.0,65280.0,1558.8719528578222,4177920.0 +232.88,6.0,2790.0,0.01021889690309763,0.13531494140625,0.0,1.594626784324646,2.0960822105407715,-0.009356184862554073,0.002693543443456292,0.40673208236694336,0.4584064483642578,0.7102294266223907,256.0,65536.0,1564.744792942889,4194304.0 +254.65,6.199999809265137,2736.0,0.010385556146502495,0.13470458984375,0.0,1.5012130737304688,2.10172438621521,-0.009653573855757713,0.002693316200748086,0.22658461332321167,0.45472773909568787,0.7584009915590286,257.0,65792.0,1570.7333223628812,4210688.0 +287.56,6.199999809265137,2742.0,0.011951602064073086,0.1536865234375,0.0,1.5576766729354858,2.0893301963806152,-0.008558562956750393,0.0026937471702694893,0.3533429801464081,0.4441829025745392,0.7117922604084015,258.0,66048.0,1576.7082421008963,4227072.0 +276.15,6.199999809265137,2757.0,0.011386290192604065,0.1431071013212204,0.0,1.5213080644607544,2.156324863433838,-0.011512312106788158,0.0026818488258868456,0.2989515960216522,0.4430854618549347,0.7668209075927734,259.0,66304.0,1582.6505820569582,4243456.0 +308.23,5.800000190734863,2804.0,0.010520096868276596,0.1341349333524704,0.0,1.5074208974838257,2.1774230003356934,-0.010317693464457989,0.002684449777007103,0.2756577432155609,0.4376913607120514,0.7500101625919342,260.0,66560.0,1588.4946658159606,4259840.0 +334.1,5.400000095367432,2778.0,0.008856006897985935,0.1103719100356102,0.0,1.557768702507019,2.1752374172210693,-0.009947293438017368,0.002667103661224246,0.3635583221912384,0.45398998260498047,0.7302198708057404,261.0,66816.0,1594.392876682803,4276224.0 +309.75,5.400000095367432,2768.0,0.011415439657866955,0.1423136442899704,0.0,1.5602498054504395,2.1738555431365967,-0.011831638403236866,0.002671116031706333,0.38325777649879456,0.4450021982192993,0.7364684641361237,262.0,67072.0,1600.3108987729065,4292608.0 +278.99,5.699999809265137,2754.0,0.008340274915099144,0.1060791015625,0.0,1.5381215810775757,2.160377264022827,-0.010187484323978424,0.0026703004259616137,0.33746007084846497,0.44412949681282043,0.763314738869667,263.0,67328.0,1606.260670444928,4308992.0 +280.16,5.5,2736.0,0.010240302421152592,0.1321614533662796,0.0,1.5264774560928345,2.1270840167999268,-0.009888296015560627,0.0026719963643699884,0.3020290434360504,0.4501884877681732,0.7477644979953766,264.0,67584.0,1612.2483768188395,4325376.0 +314.08,5.400000095367432,2819.0,0.00872455257922411,0.1124267578125,0.0,1.5787087678909302,2.100048780441284,-0.009736460633575916,0.002670867135748267,0.3941924571990967,0.4580261707305908,0.7698929309844971,265.0,67840.0,1618.0599049068987,4341760.0 +278.84,6.099999904632568,2769.0,0.009236359037458897,0.1097818985581398,0.0,1.5635437965393066,2.0950396060943604,-0.009539642371237278,0.0026665825862437487,0.3694239556789398,0.4563234746456146,0.759936511516571,266.0,68096.0,1623.9764409959316,4358144.0 +272.16,5.699999809265137,2753.0,0.00979140680283308,0.11944580078125,0.0,1.6004191637039185,2.1028635501861572,-0.00724334130063653,0.002667137188836932,0.43100178241729736,0.4609585106372833,0.7274394631385803,267.0,68352.0,1629.9292125578504,4374528.0 +287.12,4.900000095367432,2786.0,0.006511833518743515,0.0759073868393898,0.0,1.6105303764343262,2.0972678661346436,-0.008006309159100056,0.0026743607595562935,0.45835962891578674,0.45371416211128235,0.7238150238990784,268.0,68608.0,1635.8098494429141,4390912.0 +291.15,5.300000190734863,2780.0,0.009308985434472561,0.1129150390625,0.0,1.5188509225845337,2.1533310413360596,-0.00906071811914444,0.00267002172768116,0.2865837514400482,0.45058032870292664,0.7621469497680664,269.0,68864.0,1641.7024340080097,4407296.0 +261.29,6.400000095367432,2706.0,0.0079656932502985,0.102294921875,0.0,1.5371637344360352,2.119431257247925,-0.008476982824504375,0.002665929729118943,0.32826364040374756,0.44824543595314026,0.77097287774086,270.0,69120.0,1647.757468555821,4423680.0 +287.14,6.5,2716.0,0.01098774466663599,0.129150390625,0.0,1.5135663747787476,2.1253836154937744,-0.010038224048912525,0.002669115550816059,0.29778629541397095,0.4380960762500763,0.7364641427993774,271.0,69376.0,1653.7907082568854,4440064.0 +352.49,6.400000095367432,2769.0,0.010507705621421337,0.1385498046875,0.0,1.5007811784744263,2.1078407764434814,-0.010411306284368038,0.0026667809579521418,0.2714007496833801,0.4400325119495392,0.749206930398941,272.0,69632.0,1659.708638313925,4456448.0 +316.23,6.5,2695.0,0.012908893637359142,0.1704915314912796,0.0,1.5433011054992676,2.093613624572754,-0.0101777957752347,0.00265779928304255,0.3465890884399414,0.4503006935119629,0.7876705676317215,273.0,69888.0,1665.7873347590212,4472832.0 +279.76,6.400000095367432,2773.0,0.01014393474906683,0.1217854842543602,0.0,1.5738245248794556,2.06550931930542,-0.010657188482582569,0.002658846555277705,0.41527095437049866,0.4451815187931061,0.7405063509941101,274.0,70144.0,1671.6961187568959,4489216.0 +294.25,6.099999904632568,2761.0,0.007546918001025915,0.09014892578125,0.0,1.5972857475280762,2.0395750999450684,-0.00886900257319212,0.002658219076693058,0.441066712141037,0.4563087224960327,0.7081024646759033,275.0,70400.0,1677.6293007188942,4505600.0 +296.53,5.800000190734863,2712.0,0.009499900974333286,0.1198933944106102,0.0,1.4987930059432983,2.058974027633667,-0.009523728862404823,0.0026617106050252914,0.26202961802482605,0.44424495100975037,0.790657564997673,276.0,70656.0,1683.6707071978599,4521984.0 +274.35,6.400000095367432,2785.0,0.011822638101875782,0.15704345703125,0.0,1.5349698066711426,2.0405871868133545,-0.010331888683140278,0.00266266125254333,0.32892316579818726,0.44802960753440857,0.8032626509666443,277.0,70912.0,1689.5546884918585,4538368.0 +245.2,6.099999904632568,2758.0,0.009287805296480656,0.1175333634018898,0.0,1.4856003522872925,2.069520950317383,-0.008930976502597332,0.0026701504830271006,0.2369055151939392,0.43860575556755066,0.8057296127080917,278.0,71168.0,1695.4948083278723,4554752.0 +344.16,5.099999904632568,2697.0,0.009588421322405338,0.1252644807100296,0.0,1.5423760414123535,2.084684133529663,-0.011133025400340557,0.002662969520315528,0.3448375463485718,0.4487532675266266,0.7139616906642914,279.0,71424.0,1701.5704533248208,4571136.0 +340.0,5.300000190734863,2750.0,0.010191923938691616,0.135986328125,0.0,1.524420142173767,2.0625417232513428,-0.010568040423095226,0.0026653448585420847,0.3087712824344635,0.446664422750473,0.7385987937450409,280.0,71680.0,1707.5276867339853,4587520.0 +270.25,5.900000095367432,2778.0,0.01180590596050024,0.1447957307100296,0.0,1.5404257774353027,2.024986743927002,-0.009866799227893353,0.002662247745320201,0.3530726432800293,0.43904244899749756,0.7477311491966248,281.0,71936.0,1713.4247672099154,4603904.0 +317.74,5.900000095367432,2754.0,0.01198788732290268,0.1419881135225296,0.0,1.470828890800476,2.068495512008667,-0.009120562113821507,0.002667840803042054,0.2124681919813156,0.43674662709236145,0.7455001175403595,282.0,72192.0,1719.3734642809723,4620288.0 +346.34,6.300000190734863,2778.0,0.010085642337799072,0.12750244140625,0.0,1.5139185190200806,2.0397846698760986,-0.008770530112087727,0.0026652084197849035,0.31956711411476135,0.4239714443683624,0.762778714299202,283.0,72448.0,1725.2707399679348,4636672.0 +282.38,6.199999809265137,2766.0,0.01029653288424015,0.1246744766831398,0.0,1.5064579248428345,2.032937526702881,-0.009888388216495514,0.0026574619114398956,0.2857774794101715,0.4411573112010956,0.7639400064945221,284.0,72704.0,1731.1947011109442,4653056.0 +324.44,5.5,2774.0,0.010809697210788727,0.1269734650850296,0.0,1.5429352521896362,2.0302248001098633,-0.010011066682636738,0.0026515640784054995,0.3453836739063263,0.45270249247550964,0.7470159828662872,285.0,72960.0,1737.1004033759236,4669440.0 +331.81,5.800000190734863,2697.0,0.009799517691135406,0.1264445036649704,0.0,1.5204411745071411,2.030167579650879,-0.009997689165174961,0.0026605206076055765,0.3187033236026764,0.43658292293548584,0.7565686106681824,286.0,73216.0,1743.1742822600063,4685824.0 +285.92,6.0,2738.0,0.011832785792648792,0.15631103515625,0.0,1.5249131917953491,2.010162830352783,-0.008498337119817734,0.0026583841536194086,0.3204368054866791,0.44007083773612976,0.7347615361213684,287.0,73472.0,1749.1599745149724,4702208.0 +318.65,5.900000095367432,2777.0,0.007783403620123863,0.0977579727768898,0.0,1.507689356803894,2.012906074523926,-0.008361229673027992,0.002663786755874753,0.2870207130908966,0.436575323343277,0.7874025851488113,288.0,73728.0,1755.059301408939,4718592.0 +307.32,6.199999809265137,2733.0,0.00991889089345932,0.1358235627412796,0.0,1.5308083295822144,2.014967441558838,-0.010233110748231411,0.002652819035574794,0.3209317922592163,0.4522891342639923,0.7687067091464996,289.0,73984.0,1761.0537777398713,4734976.0 +254.88,6.699999809265137,2766.0,0.011366023682057858,0.1519978791475296,0.0,1.576106071472168,2.003618001937866,-0.010934087447822094,0.0026528399903327227,0.42671999335289,0.4433780610561371,0.7449028193950653,290.0,74240.0,1766.9759066398256,4751360.0 +207.64,7.199999809265137,2779.0,0.009227439761161804,0.12506103515625,0.0,1.5460091829299927,2.069814682006836,-0.008470497094094753,0.0026458187494426966,0.3641025722026825,0.44613996148109436,0.7593838721513748,291.0,74496.0,1772.8706989898346,4767744.0 +275.72,6.199999809265137,2765.0,0.011079513467848301,0.1409912109375,0.0,1.5186381340026855,2.072312593460083,-0.00954720750451088,0.002650490263476968,0.3296000361442566,0.43235301971435547,0.7566542327404022,292.0,74752.0,1778.794886210002,4784128.0 +293.48,6.199999809265137,2699.0,0.009765309281647205,0.1290283203125,0.0,1.5119458436965942,2.1006927490234375,-0.010267648845911026,0.0026487549766898155,0.310270756483078,0.4382700026035309,0.7417426109313965,293.0,75008.0,1784.864602916874,4800512.0 +287.14,5.5,2706.0,0.010884739458560944,0.1363321989774704,0.0,1.5179651975631714,2.113905191421509,-0.010216734372079372,0.0026477116625756025,0.3303091526031494,0.4338156282901764,0.6908135414123535,294.0,75264.0,1790.9197398598772,4816896.0 +321.22,4.699999809265137,2778.0,0.01000398863106966,0.1280314177274704,0.0,1.4733108282089233,2.1471736431121826,-0.010839113034307957,0.0026488667353987694,0.2358389049768448,0.43772801756858826,0.750740110874176,295.0,75520.0,1796.817049595993,4833280.0 +334.95,5.599999904632568,2761.0,0.01123169343918562,0.1489461213350296,0.0,1.4934711456298828,2.115764856338501,-0.010388986207544804,0.0026444492395967245,0.2768128216266632,0.438551664352417,0.7930763363838196,296.0,75776.0,1802.7501962149981,4849664.0 +314.97,6.800000190734863,2779.0,0.010662198066711426,0.1372477263212204,0.0,1.5342559814453125,2.061795234680176,-0.00931510142982006,0.0026472602039575577,0.3619075119495392,0.432858943939209,0.77518230676651,297.0,76032.0,1808.6463897498325,4866048.0 +249.51,8.0,2747.0,0.008994056843221188,0.1131591796875,0.0,1.5340999364852905,2.0204083919525146,-0.009229750372469425,0.0026437437627464533,0.37047457695007324,0.42834553122520447,0.8079444468021393,298.0,76288.0,1814.6101137408987,4882432.0 +238.05,7.099999904632568,2671.0,0.009725860320031643,0.1232096329331398,0.0,1.5053459405899048,2.0780465602874756,-0.009387773461639881,0.0026398974005132914,0.30896976590156555,0.4337393343448639,0.7884594798088074,299.0,76544.0,1820.7449408459943,4898816.0 +258.8,6.400000095367432,2771.0,0.009619788266718388,0.1203206405043602,0.0,1.6244077682495117,2.130979299545288,-0.010091030038893223,0.0026476720813661814,0.2083197981119156,0.4245006740093231,0.8070120960474014,300.0,76800.0,1826.6563988470007,4915200.0 +310.45,6.0,2759.0,0.010426837019622326,0.1352946013212204,0.0,1.7104253768920898,2.094198226928711,-0.010215070098638535,0.002646420383825898,0.3834439814090729,0.42311134934425354,0.7579919248819351,301.0,77056.0,1832.5953124098014,4931584.0 +287.21,6.599999904632568,2692.0,0.009628991596400738,0.1178385391831398,0.0,1.7166584730148315,2.0201783180236816,-0.006689516361802816,0.0026477717328816652,0.3448488712310791,0.44639623165130615,0.778937891125679,302.0,77312.0,1838.6808839619625,4947968.0 +263.48,6.699999809265137,2705.0,0.007975676096975803,0.0970662459731102,0.0,1.68386709690094,2.074909210205078,-0.011190141551196575,0.002651289803907275,0.30640336871147156,0.4350365400314331,0.7888580411672592,303.0,77568.0,1844.7386296188924,4964352.0 +257.53,6.199999809265137,2763.0,0.009516091085970402,0.122802734375,0.0,1.638940453529358,2.0794737339019775,-0.010778490453958511,0.002656420925632119,0.2039128541946411,0.4391780197620392,0.7510778158903122,304.0,77824.0,1850.6689636649098,4980736.0 +382.52,5.400000095367432,2772.0,0.007325741928070784,0.0870361328125,0.0,1.6651840209960938,2.1089253425598145,-0.00780813442543149,0.0026557620149105787,0.25810232758522034,0.43553319573402405,0.7394788265228271,305.0,78080.0,1856.579301629914,4997120.0 +381.79,5.599999904632568,2735.0,0.009480299428105354,0.11114501953125,0.0,1.6629256010055542,2.1025829315185547,-0.009857767261564732,0.002645274391397834,0.2657413184642792,0.4361668527126312,0.807700514793396,306.0,78336.0,1862.570431835018,5013504.0 +273.08,6.199999809265137,2728.0,0.010999076068401337,0.1334431916475296,0.0,1.7213257551193237,2.12516188621521,-0.008993295021355152,0.0026453614700585604,0.3979191780090332,0.42674019932746887,0.7451460957527161,307.0,78592.0,1868.575266713975,5029888.0 +310.48,5.599999904632568,2728.0,0.009041620418429375,0.1158854141831398,0.0,1.6396194696426392,2.1365511417388916,-0.009064882062375546,0.0026515163481235504,0.20751146972179413,0.4390803575515747,0.7648389041423798,308.0,78848.0,1874.5824091657996,5046272.0 +333.34,5.5,2651.0,0.008514473214745522,0.1108805313706398,0.0,1.666324257850647,2.1543359756469727,-0.00811242125928402,0.0026448180433362722,0.26591604948043823,0.43874284625053406,0.7689982354640961,309.0,79104.0,1880.7618422468659,5062656.0 +349.1,6.0,2735.0,0.009555291384458542,0.1143391951918602,0.0,1.6534843444824219,2.113297700881958,-0.009775989688932896,0.002641255734488368,0.2588299810886383,0.4314611852169037,0.8143255859613419,310.0,79360.0,1886.7527489969507,5079040.0 +343.96,5.800000190734863,2783.0,0.008381630294024944,0.1073404923081398,0.0,1.7107282876968384,2.0851247310638428,-0.008006933145225048,0.0026461584493517876,0.37469983100891113,0.42591992020606995,0.7193150222301483,311.0,79616.0,1892.6389009428676,5095424.0 +370.83,5.199999809265137,2757.0,0.009829086251556873,0.12701416015625,0.0,1.674604892730713,2.088829278945923,-0.009823652915656567,0.0026493966579437256,0.29969140887260437,0.4279451370239258,0.7812042236328125,312.0,79872.0,1898.582172243856,5111808.0 +283.57,6.199999809265137,2709.0,0.010529063642024994,0.1363321989774704,0.0,1.7356408834457397,2.0575993061065674,-0.010655570775270462,0.002640316030010581,0.4230148494243622,0.43236586451530457,0.7716826647520065,313.0,80128.0,1904.6304091899656,5128192.0 +234.43,5.599999904632568,2684.0,0.009091920219361782,0.1134440079331398,0.0,1.7134064435958862,2.074887752532959,-0.008476532995700836,0.002644900232553482,0.37072160840034485,0.432221382856369,0.7797175943851471,314.0,80384.0,1910.733756365953,5144576.0 +269.3,5.5,2782.0,0.007926351390779018,0.0838826522231102,0.0,1.6960519552230835,2.098151683807373,-0.009149998426437378,0.0026493461336940527,0.3238825500011444,0.4378530979156494,0.7666595280170441,315.0,80640.0,1916.6232524639927,5160960.0 +332.9,4.800000190734863,2767.0,0.00876940693706274,0.1007893905043602,0.0,1.6588935852050781,2.0725488662719727,-0.008832584135234356,0.0026596386451274157,0.26597654819488525,0.42281532287597656,0.718011736869812,316.0,80896.0,1922.5452014508191,5177344.0 +359.91,4.400000095367432,2791.0,0.010805570520460606,0.1460164338350296,0.0,1.6507148742675781,2.109334707260132,-0.009247100912034512,0.002652648603543639,0.23562079668045044,0.43507859110832214,0.7516396343708038,317.0,81152.0,1928.4154391859192,5193728.0 +343.79,5.199999809265137,2746.0,0.011423218064010143,0.1448974609375,0.0,1.7316681146621704,2.121821641921997,-0.010520602576434612,0.002639781916514039,0.4139558970928192,0.43383193016052246,0.7431555688381195,318.0,81408.0,1934.3808915158734,5210112.0 +258.23,6.199999809265137,2745.0,0.009945985861122608,0.1236572265625,0.0,1.7237662076950073,2.130309820175171,-0.009826870635151863,0.0026369066908955574,0.39885830879211426,0.43418559432029724,0.7734677195549011,319.0,81664.0,1940.3486667978577,5226496.0 +225.52,5.800000190734863,2767.0,0.009437697939574718,0.1172688826918602,0.0,1.6430121660232544,2.1810739040374756,-0.010889359749853611,0.0026433595921844244,0.2570571303367615,0.42162612080574036,0.7821165472269058,320.0,81920.0,1946.2702605419327,5242880.0 +275.42,5.800000190734863,2731.0,0.010801280848681927,0.1348470002412796,0.0,1.6755971908569336,2.1657021045684814,-0.010856625624001026,0.002638409612700343,0.3168715536594391,0.42690810561180115,0.7877724766731262,321.0,82176.0,1952.2696910009254,5259264.0 +299.61,5.800000190734863,2687.0,0.008785621263086796,0.10650634765625,0.0,1.6996155977249146,2.1631667613983154,-0.009863818995654583,0.0026385828386992216,0.36241260170936584,0.42708006501197815,0.7619086503982544,322.0,82432.0,1958.3670339288656,5275648.0 +308.4,5.599999904632568,2724.0,0.0115889310836792,0.1444905549287796,0.0,1.6947575807571411,2.173417806625366,-0.008706741966307163,0.0026339481119066477,0.3619835376739502,0.4229770600795746,0.7929816097021103,323.0,82688.0,1964.3825203648303,5292032.0 +264.45,6.699999809265137,2760.0,0.009656957350671291,0.1218058243393898,0.0,1.6968404054641724,2.203751564025879,-0.009371762163937092,0.002626027911901474,0.3654416501522064,0.42842748761177063,0.8150745332241058,324.0,82944.0,1970.3181331569795,5308416.0 +275.81,6.599999904632568,2722.0,0.008640129119157791,0.10675048828125,0.0,1.657257080078125,2.209374189376831,-0.00871281512081623,0.002628592774271965,0.2673652768135071,0.43711888790130615,0.8279156386852264,325.0,83200.0,1976.3361417239066,5324800.0 +350.27,6.0,2775.0,0.01028865110129118,0.12841796875,0.0,1.6636748313903809,2.172161817550659,-0.010832036845386028,0.002620340557768941,0.2871258556842804,0.43931201100349426,0.8321658670902252,326.0,83456.0,1982.2396194469184,5341184.0 +346.16,6.099999904632568,2718.0,0.009825308807194233,0.1214396134018898,0.0,1.7058213949203491,2.153972864151001,-0.008402484469115734,0.0026224551256746054,0.37007904052734375,0.43606746196746826,0.703838586807251,327.0,83712.0,1988.266512993956,5357568.0 +312.84,5.699999809265137,2694.0,0.008670925162732601,0.1079508438706398,0.0,1.680903434753418,2.1378347873687744,-0.010204133577644825,0.0026279203593730927,0.3318850100040436,0.4286234676837921,0.7536579370498657,328.0,83968.0,1994.3474438278936,5373952.0 +338.85,5.900000095367432,2728.0,0.009139803238213062,0.1121419295668602,0.0,1.667048454284668,2.129772186279297,-0.01029189769178629,0.0026284558698534966,0.30541667342185974,0.42766496539115906,0.7840426415205002,329.0,84224.0,2000.353524127975,5390336.0 +305.97,5.599999904632568,2803.0,0.010476122610270977,0.12603759765625,0.0,1.6905673742294312,2.1096787452697754,-0.011389404535293579,0.0026369288098067045,0.3430647850036621,0.42972850799560547,0.7494580149650574,330.0,84480.0,2006.198429764947,5406720.0 +263.51,5.699999809265137,2786.0,0.008727825246751308,0.10479736328125,0.0,1.7339140176773071,2.1160194873809814,-0.00956694595515728,0.0026308197993785143,0.4078775644302368,0.44312795996665955,0.760340079665184,331.0,84736.0,2012.0793896198738,5423104.0 +244.49,5.699999809265137,2762.0,0.008974154479801655,0.11407470703125,0.0,1.7067292928695679,2.1252598762512207,-0.01070597767829895,0.0026259273290634155,0.3636207580566406,0.4412643015384674,0.7811609953641891,332.0,84992.0,2018.0104415279347,5439488.0 +237.58,5.900000095367432,2744.0,0.009577326476573944,0.1170247420668602,0.0,1.755003809928894,2.131436586380005,-0.009933540597558022,0.0026269748341292143,0.47108781337738037,0.4337889850139618,0.7541791349649429,333.0,85248.0,2023.9813950518146,5455872.0 +181.78,5.900000095367432,2789.0,0.009962577372789383,0.1272379606962204,0.0,1.693458914756775,2.161461353302002,-0.009654898196458817,0.002628013491630554,0.33898940682411194,0.4383693039417267,0.7921794503927231,334.0,85504.0,2029.855288184015,5472256.0 +214.2,5.699999809265137,2731.0,0.008991077542304993,0.11492919921875,0.0,1.7076754570007324,2.1430304050445557,-0.009791015647351742,0.0026262265164405107,0.3993135392665863,0.4212414026260376,0.7809602171182632,335.0,85760.0,2035.8542916600127,5488640.0 +186.67,6.400000095367432,2704.0,0.010256044566631317,0.1269938200712204,0.0,1.7121285200119019,2.1010377407073975,-0.011715512722730637,0.002631561830639839,0.40942683815956116,0.41958901286125183,0.784705400466919,336.0,86016.0,2041.913256978849,5505024.0 +260.13,5.599999904632568,2748.0,0.01072772592306137,0.1333821564912796,0.0,1.7442002296447754,2.1166486740112305,-0.012531351298093796,0.0026167354080826044,0.4656023681163788,0.4325866401195526,0.7362524271011353,337.0,86272.0,2047.8747126609087,5521408.0 +248.8,5.400000095367432,2679.0,0.009518573060631752,0.1187947615981102,0.0,1.7465972900390625,2.0895426273345947,-0.008961884304881096,0.0026188939809799194,0.440913587808609,0.44379016757011414,0.7528666853904724,338.0,86528.0,2053.9911020458676,5537792.0 +167.95,5.900000095367432,2758.0,0.007208835333585739,0.08111572265625,0.0,1.8204889297485352,2.0060455799102783,-0.004942748695611954,0.0026455733459442854,0.5477016568183899,0.44807687401771545,0.7489578127861023,339.0,86784.0,2059.9321518538054,5554176.0 +188.66,6.5,2796.0,0.00857640989124775,0.10589599609375,0.0,1.7129203081130981,2.0498695373535156,-0.01051348727196455,0.00264326692558825,0.36251306533813477,0.4391283094882965,0.7651152014732361,340.0,87040.0,2065.792823223863,5570560.0 +217.31,6.5,2784.0,0.009363777004182339,0.1135457381606102,0.0,1.749491572380066,2.040226936340332,-0.01122166495770216,0.002633601427078247,0.4423583447933197,0.4408739507198334,0.764988362789154,341.0,87296.0,2071.6765705628786,5586944.0 +236.54,6.199999809265137,2759.0,0.010901328176259995,0.1345621794462204,0.0,1.7617740631103516,2.018805742263794,-0.011355944909155369,0.002630382776260376,0.4841434061527252,0.4326920211315155,0.729896068572998,342.0,87552.0,2077.614125530934,5603328.0 +205.03,6.400000095367432,2761.0,0.008470457047224045,0.1017049178481102,0.0,1.7303190231323242,2.0536580085754395,-0.007654175627976656,0.002626913832500577,0.41330328583717346,0.43511560559272766,0.783924013376236,343.0,87808.0,2083.5483201448806,5619712.0 +220.03,6.599999904632568,2743.0,0.010247032158076763,0.1233113631606102,0.0,1.7199349403381348,2.0439279079437256,-0.0107203284278512,0.0026249438524246216,0.3970901668071747,0.436879962682724,0.7896376103162766,344.0,88064.0,2089.5208056408446,5636096.0 +240.23,6.5,2735.0,0.009428112767636776,0.1239827498793602,0.0,1.7285970449447632,2.045880079269409,-0.01042336318641901,0.0026235412806272507,0.4248068034648895,0.43141353130340576,0.7833074331283569,345.0,88320.0,2095.5122897999827,5652480.0 +246.14,6.800000190734863,2740.0,0.010134818963706493,0.12322998046875,0.0,1.7038474082946777,2.006500005722046,-0.01149981003254652,0.002629222348332405,0.3418337106704712,0.4482002258300781,0.7909042239189148,346.0,88576.0,2101.492441028822,5668864.0 +289.27,6.5,2741.0,0.009427113458514214,0.1125691756606102,0.0,1.7903558015823364,1.9371682405471802,-0.010725707747042179,0.0026203368324786425,0.5300460457801819,0.4424293041229248,0.7315987646579742,347.0,88832.0,2107.4695162039716,5685248.0 +208.96,6.900000095367432,2795.0,0.010110893286764622,0.11956787109375,0.0,1.776591181755066,1.936498761177063,-0.00935314316302538,0.0026238663122057915,0.5102454423904419,0.43475601077079773,0.7690987437963486,348.0,89088.0,2113.3304378699977,5701632.0 +241.07,6.400000095367432,2764.0,0.010161813348531723,0.1250406950712204,0.0,1.7089918851852417,1.9658236503601074,-0.01144371833652258,0.0026259843725711107,0.3707544803619385,0.4388011693954468,0.7719600200653076,349.0,89344.0,2119.2586921579204,5718016.0 +311.92,4.900000095367432,2782.0,0.008296812884509563,0.09521484375,0.0,1.5736981630325317,1.9348057508468628,-0.00941396877169609,0.002626814879477024,0.39545145630836487,0.44251060485839844,0.7456914484500885,350.0,89600.0,2125.1482462359127,5734400.0 +268.98,4.699999809265137,2751.0,0.009142657741904259,0.109130859375,0.0,1.5122194290161133,1.9990321397781372,-0.00979206245392561,0.0026152601931244135,0.3008284568786621,0.43185439705848694,0.8117967844009399,351.0,89856.0,2131.1043170378543,5750784.0 +264.8,5.699999809265137,2721.0,0.008914200589060783,0.1032511368393898,0.0,1.5131129026412964,1.9815397262573242,-0.008841629140079021,0.002617291873320937,0.2728407680988312,0.4480408728122711,0.8281194418668747,352.0,90112.0,2137.1263225500006,5767168.0 +327.52,6.300000190734863,2732.0,0.00987805426120758,0.12982177734375,0.0,1.5049667358398438,2.0352747440338135,-0.009613819420337677,0.002616728423163295,0.267183780670166,0.4433123767375946,0.7969360202550888,353.0,90368.0,2143.1228560218588,5783552.0 +385.64,5.599999904632568,2731.0,0.010978286154568195,0.1276448518037796,0.0,1.5375970602035522,2.0628721714019775,-0.012238974682986736,0.0026143062859773636,0.32745447754859924,0.4512685537338257,0.754519060254097,354.0,90624.0,2149.1230286569335,5799936.0 +323.71,5.599999904632568,2728.0,0.009669576771557331,0.1186726912856102,0.0,1.5394307374954224,2.0481531620025635,-0.010224521160125732,0.002616237848997116,0.3288656771183014,0.4490111768245697,0.7903186082839966,355.0,90880.0,2155.1291107779834,5816320.0 +338.99,5.699999809265137,2722.0,0.009989257901906967,0.1340128630399704,0.0,1.5287824869155884,2.073204278945923,-0.010225084610283375,0.00261674914509058,0.2988255023956299,0.45453381538391113,0.7767355889081955,356.0,91136.0,2161.1484599839896,5832704.0 +358.56,5.699999809265137,2772.0,0.009634307585656643,0.1276652067899704,0.0,1.5227569341659546,2.1185302734375,-0.010777547955513,0.0026195261161774397,0.29119184613227844,0.4516417980194092,0.7614741623401642,357.0,91392.0,2167.05859781499,5849088.0 +335.75,6.300000190734863,2686.0,0.012731402181088924,0.1608479768037796,0.0,1.4995452165603638,2.0642528533935547,-0.009161499328911304,0.002610377734526992,0.2645668089389801,0.4411435127258301,0.78506700694561,358.0,91648.0,2173.1573292179964,5865472.0 +303.53,6.199999809265137,2767.0,0.0092674745246768,0.1158447265625,0.0,1.527380347251892,2.0491373538970947,-0.00851320382207632,0.0026146017480641603,0.3244084417819977,0.43542468547821045,0.7775798141956329,359.0,91904.0,2179.078056677943,5881856.0 +278.28,5.800000190734863,2778.0,0.008573026396334171,0.1064046248793602,0.0,1.5911017656326294,2.0860979557037354,-0.009892751462757587,0.002609838033095002,0.44503405690193176,0.444254070520401,0.7749002128839493,360.0,92160.0,2184.97650868888,5898240.0 +257.31,5.599999904632568,2691.0,0.008431978523731232,0.1044718399643898,0.0,1.524621844291687,2.111267328262329,-0.011876449920237064,0.002620234154164791,0.31849223375320435,0.437839150428772,0.8082228153944016,361.0,92416.0,2191.0641539338976,5914624.0 +228.4,6.5,2751.0,0.011186075396835804,0.1481119841337204,0.0,1.523185133934021,2.0980172157287598,-0.010706203989684582,0.0026107504963874817,0.31736114621162415,0.4398633539676666,0.8418003469705582,362.0,92672.0,2197.018665898824,5931008.0 +256.96,6.199999809265137,2783.0,0.010772979818284512,0.14007568359375,0.0,1.4898748397827148,2.1243696212768555,-0.010667175985872746,0.0026177652180194855,0.25982797145843506,0.43095719814300537,0.8243034929037094,363.0,92928.0,2202.906554661924,5947392.0 +361.65,5.5,2777.0,0.01208533812314272,0.1536661833524704,0.0,1.501405119895935,2.150749921798706,-0.009960631839931011,0.0026123702991753817,0.2607426941394806,0.44694221019744873,0.8118965923786163,364.0,93184.0,2208.805688919965,5963776.0 +407.83,4.5,2777.0,0.008926553651690483,0.1104939803481102,0.0,1.5004491806030273,2.176844358444214,-0.010508264414966106,0.0026146031450480223,0.2685476243495941,0.4407636225223541,0.7951969504356384,365.0,93440.0,2214.7060337269213,5980160.0 +367.24,4.599999904632568,2777.0,0.01103923749178648,0.1427408903837204,0.0,1.5161638259887695,2.178070306777954,-0.012866944074630737,0.002612554468214512,0.3147943615913391,0.4354907274246216,0.8171782493591309,366.0,93696.0,2220.60502932081,5996544.0 +299.98,5.800000190734863,2786.0,0.010206236504018307,0.13299560546875,0.0,1.5104044675827026,2.1403706073760986,-0.011492855846881866,0.0026109858881682158,0.2875339090824127,0.44392457604408264,0.8301068991422653,367.0,93952.0,2226.4859145989176,6012928.0 +306.64,5.900000095367432,2836.0,0.010916420258581638,0.1328938752412796,0.0,1.506705641746521,2.070913553237915,-0.012313657440245152,0.0026161682326346636,0.28758305311203003,0.436836838722229,0.7591302543878555,368.0,94208.0,2232.2630713710096,6029312.0 +328.6,6.0,2765.0,0.012093029916286469,0.1485392302274704,0.0,1.5485020875930786,2.0203166007995605,-0.012517578899860382,0.002615972189232707,0.3739934265613556,0.43479669094085693,0.7621542513370514,369.0,94464.0,2238.1885790128727,6045696.0 +238.29,6.900000095367432,2763.0,0.010371764190495014,0.12518310546875,0.0,1.5970983505249023,1.9935213327407837,-0.009705291129648685,0.0026143903378397226,0.4699222147464752,0.43252670764923096,0.7768780440092087,370.0,94720.0,2244.119014565833,6062080.0 +245.41,6.5,2687.0,0.009831452742218971,0.1230265274643898,0.0,1.5508017539978027,2.10408878326416,-0.010336089879274368,0.0026044240221381187,0.39211729168891907,0.43043792247772217,0.7918593436479568,371.0,94976.0,2250.217157632811,6078464.0 +253.08,6.5,2820.0,0.01042709220200777,0.1287841796875,0.0,1.5572638511657715,2.120922327041626,-0.01091650128364563,0.0026007695123553276,0.40400829911231995,0.4338470995426178,0.7710749208927155,372.0,95232.0,2256.0281507058535,6094848.0 +242.41,5.599999904632568,2789.0,0.011061734519898891,0.12762451171875,0.0,1.5316847562789917,2.1002767086029053,-0.00913045834749937,0.0026060764212161303,0.3470381498336792,0.43233522772789,0.7533575296401978,373.0,95488.0,2261.9023788138293,6111232.0 +274.83,6.400000095367432,2664.0,0.008864830248057842,0.1000162735581398,0.0,1.6274629831314087,2.0483953952789307,-0.008693244308233261,0.002600303152576089,0.536216676235199,0.4355129897594452,0.7755994945764542,374.0,95744.0,2268.0512067240197,6127616.0 +125.37,7.0,2805.0,0.010187114588916302,0.11578369140625,0.0,1.6791614294052124,1.975152850151062,-0.010867212899029255,0.002603938104584813,0.6445086002349854,0.43243837356567383,0.7679339796304703,375.0,96000.0,2273.8924643129576,6144000.0 +154.17,7.099999904632568,2748.0,0.009828717447817326,0.1199747696518898,0.0,1.6353869438171387,1.940372347831726,-0.009491761215031147,0.002608251990750432,0.545009970664978,0.4355957508087158,0.7728248834609985,376.0,96256.0,2279.8546657150146,6160384.0 +185.19,6.300000190734863,2725.0,0.01086409855633974,0.13623046875,0.0,1.6157894134521484,1.9400038719177246,-0.011527229100465775,0.0026232146192342043,0.5006079077720642,0.43390896916389465,0.7942181974649429,377.0,96512.0,2285.866468410939,6176768.0 +207.14,6.300000190734863,2813.0,0.009329413063824177,0.1122233048081398,0.0,1.5621815919876099,1.9026178121566772,-0.011401529423892498,0.0026285098865628242,0.3927691876888275,0.43102583289146423,0.7829430550336838,378.0,96768.0,2291.6904371050186,6193152.0 +202.44,7.099999904632568,2790.0,0.008677015081048012,0.1076456680893898,0.0,1.6372548341751099,1.830849051475525,-0.009436916559934616,0.0026337190065532923,0.5425904393196106,0.42527151107788086,0.7823206633329391,379.0,97024.0,2297.5633525690064,6209536.0 +171.66,6.900000095367432,2739.0,0.011528353206813335,0.13720703125,0.0,1.6336807012557983,1.872887134552002,-0.01204576063901186,0.002623329171910882,0.5370079874992371,0.4332742691040039,0.7889677137136459,380.0,97280.0,2303.544567993842,6225920.0 +224.95,6.599999904632568,2780.0,0.009308227337896824,0.1133219376206398,0.0,1.5588849782943726,1.8554457426071167,-0.011408396065235138,0.002612535608932376,0.38448354601860046,0.4394899308681488,0.8048055619001389,381.0,97536.0,2309.438761322992,6242304.0 +216.24,6.699999809265137,2775.0,0.01082835253328085,0.1311238557100296,0.0,1.5528801679611206,1.906298279762268,-0.010473080910742283,0.0026211440563201904,0.35962894558906555,0.4426799714565277,0.7626927196979523,382.0,97792.0,2315.343559282832,6258688.0 +240.72,5.699999809265137,2844.0,0.010339551605284214,0.1248575821518898,0.0,1.5468894243240356,1.8860735893249512,-0.012649078853428364,0.0026178432162851095,0.36381950974464417,0.43669047951698303,0.7625850737094879,383.0,98048.0,2321.1049924918916,6275072.0 +275.38,6.199999809265137,2820.0,0.009884947910904884,0.1204833984375,0.0,1.5005384683609009,1.8249415159225464,-0.012984628789126873,0.002636581426486373,0.2567525804042816,0.4359544515609741,0.7901985347270966,384.0,98304.0,2326.915501964977,6291456.0 +306.16,5.400000095367432,2806.0,0.009039153344929218,0.1080118790268898,0.0,1.5485745668411255,1.8411606550216675,-0.011098608374595642,0.002617842284962535,0.3607769310474396,0.4381992816925049,0.7553629726171494,385.0,98560.0,2332.753807653906,6307840.0 +286.78,6.199999809265137,2827.0,0.009664962068200111,0.11669921875,0.0,1.5199443101882935,1.860231876373291,-0.010100867599248886,0.0026142357382923365,0.3198307454586029,0.4287969768047333,0.8086527585983276,386.0,98816.0,2338.5490267479327,6324224.0 +271.08,6.199999809265137,2787.0,0.011130710132420063,0.1376749724149704,0.0,1.5365867614746094,1.845986008644104,-0.012756896205246449,0.002619803650304675,0.35527777671813965,0.42780399322509766,0.7673208713531494,387.0,99072.0,2344.426961093908,6340608.0 +301.69,6.199999809265137,2830.0,0.010007321834564209,0.11553955078125,0.0,1.5588022470474243,1.8587483167648315,-0.009901567362248898,0.002604038454592228,0.38102832436561584,0.44395193457603455,0.7304419279098511,388.0,99328.0,2350.2167605918366,6356992.0 +296.4,5.800000190734863,2831.0,0.009015585295855999,0.1053670272231102,0.0,1.55958890914917,1.8802963495254517,-0.008959502913057804,0.0025949629489332438,0.3794666528701782,0.4495406448841095,0.76356640458107,389.0,99584.0,2356.003992422018,6373376.0 +262.36,6.099999904632568,2797.0,0.008859897032380104,0.1078694686293602,0.0,1.500125527381897,1.826189398765564,-0.011631801724433899,0.0025952199939638376,0.27911776304244995,0.4404653310775757,0.80613574385643,390.0,99840.0,2361.862169141881,6389760.0 +278.79,6.199999809265137,2808.0,0.0115017369389534,0.127197265625,0.0,1.5079377889633179,1.846978783607483,-0.011119266040623188,0.0025973133742809296,0.28460240364074707,0.4453751742839813,0.7810068130493164,391.0,100096.0,2367.696554483846,6406144.0 +305.56,6.300000190734863,2738.0,0.013872244395315647,0.1649576872587204,0.0,1.5432716608047485,1.87189781665802,-0.00883415900170803,0.00260329176671803,0.3547383248806,0.4401738941669464,0.7793835401535034,392.0,100352.0,2373.6802749449853,6422528.0 +284.09,6.800000190734863,2788.0,0.012100395746529102,0.14605712890625,0.0,1.5260772705078125,1.902180552482605,-0.009083053097128868,0.002610035939142108,0.31080877780914307,0.4434542953968048,0.8141673803329468,393.0,100608.0,2379.557299556909,6438912.0 +288.91,6.5,2827.0,0.013124346733093262,0.1526082307100296,0.0,1.5648192167282104,1.88595449924469,-0.009705733507871628,0.0025983836967498064,0.388834148645401,0.44951727986335754,0.7603905647993088,394.0,100864.0,2385.3521910868585,6455296.0 +182.26,8.300000190734863,2812.0,0.00874276552349329,0.1077880859375,0.0,1.5696338415145874,1.8446263074874878,-0.01028035581111908,0.002591398311778903,0.4020199775695801,0.45098891854286194,0.8042931705713272,395.0,101120.0,2391.178983298829,6471680.0 +253.62,7.099999904632568,2750.0,0.0095777977257967,0.11871337890625,0.0,1.5942587852478027,1.8631500005722046,-0.01157268974930048,0.002595247933641076,0.44240593910217285,0.4564511477947235,0.7507173120975494,396.0,101376.0,2397.137117901817,6488064.0 +286.98,6.199999809265137,2823.0,0.011846140958368778,0.1358845978975296,0.0,1.5130351781845093,1.8871970176696777,-0.009497408755123615,0.002604980720207095,0.27795180678367615,0.4505455791950226,0.7762718200683594,397.0,101632.0,2402.9400594139006,6504448.0 +315.95,5.699999809265137,2762.0,0.01185090746730566,0.14666748046875,0.0,1.5158867835998535,1.8203486204147339,-0.010593730956315994,0.002604700392112136,0.2725067436695099,0.4581882059574127,0.7880572825670242,398.0,101888.0,2408.8721539159305,6520832.0 +372.01,5.599999904632568,2748.0,0.0123969167470932,0.1436564177274704,0.0,1.5063122510910034,1.813968539237976,-0.01064432691782713,0.0026037588249891996,0.2774304449558258,0.44359686970710754,0.7941726744174957,399.0,102144.0,2414.8342529989313,6537216.0 +332.65,6.300000190734863,2766.0,0.010138057172298431,0.1231689453125,0.0,1.3778928518295288,1.8019742965698242,-0.009642924182116985,0.002595562255010009,0.3640636205673218,0.4501096308231354,0.7712655663490295,400.0,102400.0,2420.7578024978284,6553600.0 +296.59,6.300000190734863,2841.0,0.010523120872676373,0.1256917268037796,0.0,1.3962558507919312,1.7869571447372437,-0.008601007983088493,0.002609268529340625,0.39229533076286316,0.44762077927589417,0.7091759145259857,401.0,102656.0,2426.524603851838,6569984.0 +307.23,6.0,2797.0,0.012401794083416462,0.1519978791475296,0.0,1.3498238325119019,1.8313802480697632,-0.01134924590587616,0.002603829139843583,0.3137962520122528,0.44464099407196045,0.7231963574886322,402.0,102912.0,2432.381141594844,6586368.0 +282.32,6.099999904632568,2843.0,0.01176469773054123,0.1352946013212204,0.0,1.3734592199325562,1.8296527862548828,-0.007513420656323433,0.0026034018956124783,0.3555663526058197,0.44327905774116516,0.7340466678142548,403.0,103168.0,2438.144439414842,6602752.0 +318.91,6.099999904632568,2772.0,0.010272739455103874,0.1231282576918602,0.0,1.307341456413269,1.864652156829834,-0.010696754790842533,0.0026078696828335524,0.24079155921936035,0.433620810508728,0.7854983955621719,404.0,103424.0,2444.0555142168887,6619136.0 +350.55,5.699999809265137,2827.0,0.01148298755288124,0.1271158903837204,0.0,1.3580031394958496,1.9033575057983398,-0.006844588089734316,0.0025950998533517122,0.3415304124355316,0.43547332286834717,0.7431418597698212,405.0,103680.0,2449.8520105499774,6635520.0 +295.49,5.900000095367432,2800.0,0.012269389815628529,0.1430460661649704,0.0,1.3704339265823364,1.8697513341903687,-0.009550980292260647,0.0025937389582395554,0.37187114357948303,0.435625821352005,0.8002227544784546,406.0,103936.0,2455.7025015628897,6651904.0 +277.0,6.099999904632568,2813.0,0.01215381920337677,0.1454060822725296,0.0,1.3612127304077148,1.9368382692337036,-0.009889624081552029,0.0025899193715304136,0.3426363170146942,0.44668689370155334,0.7871599644422531,407.0,104192.0,2461.5267598838545,6668288.0 +255.16,6.5,2803.0,0.01254216581583023,0.1479288786649704,0.0,1.3804830312728882,1.9014524221420288,-0.009769894182682037,0.0025911200791597366,0.37790676951408386,0.4477457106113434,0.7914384305477142,408.0,104448.0,2467.371692968998,6684672.0 +238.22,6.099999904632568,2764.0,0.013047848828136921,0.1484171599149704,0.0,1.4074312448501587,1.9149996042251587,-0.010987542569637299,0.002585558220744133,0.44129475951194763,0.4456801414489746,0.732498973608017,409.0,104704.0,2473.2996921718586,6701056.0 +239.34,5.800000190734863,2822.0,0.008790300227701664,0.1132405623793602,0.0,1.2832058668136597,1.9752141237258911,-0.011552676558494568,0.0025899303145706654,0.20017029345035553,0.4399286210536957,0.8493560552597046,410.0,104960.0,2479.105068392819,6717440.0 +320.21,5.599999904632568,2790.0,0.007308510597795248,0.0896809920668602,0.0,1.3344368934631348,1.9827698469161987,-0.010350209660828114,0.0025815742556005716,0.2999754846096039,0.44439446926116943,0.7774123251438141,411.0,105216.0,2484.9782054258976,6733824.0 +367.83,6.0,2785.0,0.00985886249691248,0.12060546875,0.0,1.342755913734436,1.9207054376602173,-0.012728816829621792,0.0025826371274888515,0.3252815902233124,0.4401828348636627,0.7821711897850037,412.0,105472.0,2490.8604690358043,6750208.0 +319.12,6.199999809265137,2805.0,0.008994563482701778,0.1110026016831398,0.0,1.3389052152633667,1.8549636602401733,-0.008734957315027714,0.002589423442259431,0.289202481508255,0.4504152238368988,0.7779583632946014,413.0,105728.0,2496.701057669008,6766592.0 +319.4,6.199999809265137,2774.0,0.0098649263381958,0.12493896484375,0.0,1.3480087518692017,1.8814244270324707,-0.01224029902368784,0.002584186615422368,0.32097145915031433,0.4487318694591522,0.7908602356910706,414.0,105984.0,2502.606518910965,6782976.0 +306.66,6.5,2772.0,0.012440496124327183,0.1512858122587204,0.0,1.3589621782302856,1.896113395690918,-0.012622076086699963,0.002584611065685749,0.35347577929496765,0.4417053163051605,0.7772259265184402,415.0,106240.0,2508.517145982012,6799360.0 +242.94,7.699999809265137,2783.0,0.008244703523814678,0.1019287109375,0.0,1.3756498098373413,1.9045909643173218,-0.010744169354438782,0.002584958216175437,0.38337624073028564,0.4414522647857666,0.7743292301893234,416.0,106496.0,2514.404651236953,6815744.0 +223.23,6.800000190734863,2787.0,0.013085386715829372,0.1434733122587204,0.0,1.4005342721939087,1.9159107208251953,-0.011592552065849304,0.0025920483749359846,0.4292057752609253,0.44209447503089905,0.7369259893894196,417.0,106752.0,2520.284023182001,6832128.0 +258.08,6.400000095367432,2829.0,0.011212761513888836,0.1338907927274704,0.0,1.4184459447860718,1.8786300420761108,-0.0129491426050663,0.0025927431415766478,0.46102771162986755,0.4460107386112213,0.7552832067012787,418.0,107008.0,2526.0752850240096,6848512.0 +217.68,6.699999809265137,2817.0,0.00936516746878624,0.1160074844956398,0.0,1.3712964057922363,1.9559651613235474,-0.01068495586514473,0.0025922940112650394,0.3577795922756195,0.4504973590373993,0.7907664924860001,419.0,107264.0,2531.891913734842,6864896.0 +225.06,6.599999904632568,2793.0,0.011688463389873505,0.1460774689912796,0.0,1.3446699380874634,1.9633793830871582,-0.012741375714540482,0.0025968728587031364,0.3088544011116028,0.4481607973575592,0.783987358212471,420.0,107520.0,2537.7568041898776,6881280.0 +229.6,7.300000190734863,2815.0,0.010647336952388287,0.1251017302274704,0.0,1.394041895866394,1.9319825172424316,-0.008996035903692245,0.002592627191916108,0.4125061333179474,0.44097885489463806,0.7661566585302353,421.0,107776.0,2543.577090548817,6897664.0 +225.2,6.400000095367432,2883.0,0.01006808876991272,0.123291015625,0.0,1.4077082872390747,1.9629942178726196,-0.012890133075416088,0.0025868380907922983,0.4288974702358246,0.4576946794986725,0.7188542485237122,422.0,108032.0,2549.260772691807,6914048.0 +261.6,5.800000190734863,2854.0,0.009439229033887386,0.1200358048081398,0.0,1.3366886377334595,1.9597845077514648,-0.012121028266847134,0.00259212008677423,0.2867642939090729,0.4539763629436493,0.771109938621521,423.0,108288.0,2555.000893239863,6930432.0 +306.47,5.699999809265137,2809.0,0.010199971497058868,0.1256103515625,0.0,1.3542240858078003,2.0130112171173096,-0.012271039187908173,0.0025948977563530207,0.3374219834804535,0.44242820143699646,0.7664300948381424,424.0,108544.0,2560.8342185299844,6946816.0 +321.23,6.199999809265137,2806.0,0.010675645433366299,0.1300048828125,0.0,1.3360942602157593,2.005638360977173,-0.013114307075738907,0.00259263813495636,0.30060312151908875,0.44505730271339417,0.7751692682504654,425.0,108800.0,2566.6724232200067,6963200.0 +342.55,6.099999904632568,2816.0,0.011378511786460876,0.1423543244600296,0.0,1.3212236166000366,2.0180752277374268,-0.010691828094422817,0.002590121002867818,0.27002573013305664,0.44363000988960266,0.7850698083639145,426.0,109056.0,2572.489452281967,6979584.0 +353.87,5.699999809265137,2799.0,0.013482201844453812,0.1609293669462204,0.0,1.3293217420578003,1.996729850769043,-0.011861569248139858,0.002588039729744196,0.2864888906478882,0.4458461105823517,0.7844715416431427,427.0,109312.0,2578.34208732401,6995968.0 +320.45,6.400000095367432,2833.0,0.01262430939823389,0.1527913361787796,0.0,1.304313063621521,2.0445492267608643,-0.0114526292309165,0.0025879335589706898,0.24033035337924957,0.4432419240474701,0.8376488983631134,428.0,109568.0,2584.126295545837,7012352.0 +328.21,6.699999809265137,2829.0,0.012064483016729355,0.1550699919462204,0.0,1.319330096244812,2.0333330631256104,-0.0111854188144207,0.002592269564047456,0.2813936173915863,0.43265363574028015,0.8185019344091415,429.0,109824.0,2589.9180091258604,7028736.0 +361.34,5.900000095367432,2797.0,0.010156565345823765,0.1271565705537796,0.0,1.315463900566101,2.0841290950775146,-0.011512120254337788,0.0026011730078607798,0.2582703232765198,0.4403882324695587,0.7698162496089935,430.0,110080.0,2595.7756921187975,7045120.0 +412.86,5.199999809265137,2748.0,0.01073215901851654,0.1343994140625,0.0,1.2878037691116333,2.11080265045166,-0.010581915266811848,0.0026027089916169643,0.19623500108718872,0.4434688985347748,0.7863363772630692,431.0,110336.0,2601.736754972022,7061504.0 +444.8,4.900000095367432,2847.0,0.009700354188680649,0.1254069060087204,0.0,1.2642521858215332,2.123422861099243,-0.01246762927621603,0.0026035020127892494,0.1625003069639206,0.4363973140716553,0.8367425054311752,432.0,110592.0,2607.491528516868,7077888.0 +501.82,4.599999904632568,2801.0,0.012261025607585907,0.1681721955537796,0.0,1.3039528131484985,2.1307015419006348,-0.010876830667257309,0.002599084749817848,0.24237698316574097,0.4360979497432709,0.8121213763952255,433.0,110848.0,2613.3396664459724,7094272.0 +405.07,5.900000095367432,2789.0,0.010844039730727673,0.1366984099149704,0.0,1.3595808744430542,2.1206724643707275,-0.008162395097315311,0.002600142965093255,0.32700881361961365,0.45056501030921936,0.774756669998169,434.0,111104.0,2619.214828823926,7110656.0 +392.3,5.300000190734863,2855.0,0.011238142848014832,0.1447346955537796,0.0,1.3171194791793823,2.1330320835113525,-0.011602573096752167,0.0025970139540731907,0.260363906621933,0.44416508078575134,0.792634129524231,435.0,111360.0,2624.9539006308187,7127040.0 +395.72,5.800000190734863,2776.0,0.012148178182542324,0.1619466096162796,0.0,1.2949737310409546,2.137848377227783,-0.011394443921744823,0.002599396277219057,0.2227315455675125,0.4379887878894806,0.8234322518110275,436.0,111616.0,2630.856348461937,7143424.0 +388.58,6.199999809265137,2725.0,0.011734787374734879,0.14105224609375,0.0,1.305187702178955,2.1471946239471436,-0.012825358659029007,0.00259212008677423,0.2304840236902237,0.45285865664482117,0.8034806996583939,437.0,111872.0,2636.868540139869,7159808.0 +399.74,6.0,2773.0,0.011916685849428177,0.1468709260225296,0.0,1.3471378087997437,2.171444892883301,-0.011950838379561901,0.0025915196165442467,0.3375110924243927,0.43573686480522156,0.7328477799892426,438.0,112128.0,2642.776374103967,7176192.0 +399.17,5.5,2749.0,0.010267606936395168,0.1317342072725296,0.0,1.3181169033050537,2.188767194747925,-0.012544502504169941,0.002591477707028389,0.2731485068798065,0.44136810302734375,0.7649693340063095,439.0,112384.0,2648.735358336009,7192576.0 +346.27,6.0,2719.0,0.010826564393937588,0.1282958984375,0.0,1.3478622436523438,2.088956117630005,-0.012294482439756393,0.002585441106930375,0.3313203752040863,0.44354555010795593,0.7829032391309738,440.0,112640.0,2654.760409003822,7208960.0 +302.89,5.599999904632568,2804.0,0.01186759676784277,0.1385904997587204,0.0,1.3775010108947754,2.0308761596679688,-0.012799608521163464,0.0025847440119832754,0.3949717581272125,0.44066122174263,0.7731384485960007,441.0,112896.0,2660.6039262749255,7225344.0 +299.22,5.699999809265137,2807.0,0.011302555911242962,0.1413777619600296,0.0,1.3565155267715454,1.9602751731872559,-0.013044260442256927,0.002579948166385293,0.3522004187107086,0.4429721534252167,0.8048268854618073,442.0,113152.0,2666.4418473038822,7241728.0 +321.75,6.599999904632568,2792.0,0.012324419803917408,0.14715576171875,0.0,1.3387370109558105,1.9891091585159302,-0.011747636832296848,0.002573794685304165,0.31056103110313416,0.44895291328430176,0.829718679189682,443.0,113408.0,2672.3107831168454,7258112.0 +294.65,6.900000095367432,2779.0,0.010689768940210342,0.1289876252412796,0.0,1.3295608758926392,2.0560829639434814,-0.013653375208377838,0.0025713907089084387,0.29824212193489075,0.4495248794555664,0.8135206550359726,444.0,113664.0,2678.2064206989016,7274496.0 +341.84,5.900000095367432,2817.0,0.012780963443219662,0.1575927734375,0.0,1.3557583093643188,2.040710687637329,-0.012786522507667542,0.0025707378517836332,0.3416694700717926,0.45479848980903625,0.7623158842325211,445.0,113920.0,2684.0223375128116,7290880.0 +365.1,5.699999809265137,2813.0,0.011411317624151707,0.1434529572725296,0.0,1.3057349920272827,2.0444087982177734,-0.01052811462432146,0.0025853465776890516,0.24584420025348663,0.4413054287433624,0.7980396300554276,446.0,114176.0,2689.847428616835,7307264.0 +396.74,5.599999904632568,2709.0,0.010547456331551075,0.1351114958524704,0.0,1.261316180229187,2.0933785438537598,-0.012002851814031601,0.002592097967863083,0.15157996118068695,0.4446119964122772,0.8374188542366028,447.0,114432.0,2695.896733724978,7323648.0 +418.39,5.400000095367432,2796.0,0.012120750732719898,0.1442464143037796,0.0,1.2782856225967407,2.0937507152557373,-0.010209706611931324,0.002597578102722764,0.17176401615142822,0.4491406977176666,0.8224472552537918,448.0,114688.0,2701.7568200549576,7340032.0 +453.81,5.300000190734863,2754.0,0.01005715411156416,0.1202392578125,0.0,1.3217238187789917,2.087578296661377,-0.011507466435432434,0.0025894157588481903,0.26477983593940735,0.45060262084007263,0.7884357869625092,449.0,114944.0,2707.7058011319023,7356416.0 +422.73,5.800000190734863,2723.0,0.012211643159389496,0.1538899689912796,0.0,1.2980725765228271,2.0924899578094482,-0.011804115027189255,0.0025834375992417336,0.3407959043979645,0.45983371138572693,0.7822016924619675,450.0,115200.0,2713.7216504588723,7372800.0 +406.77,5.300000190734863,2800.0,0.010702263563871384,0.1381428986787796,0.0,1.2078489065170288,2.1074845790863037,-0.01296797301620245,0.0025828585494309664,0.1649116724729538,0.45866262912750244,0.8413592427968979,451.0,115456.0,2719.573225227883,7389184.0 +381.86,5.5,2845.0,0.011516955681145191,0.1346028596162796,0.0,1.214258074760437,2.122292995452881,-0.013267557136714458,0.0025847286451607943,0.1921074390411377,0.4475520849227905,0.8342302143573761,452.0,115712.0,2725.3321838199627,7405568.0 +439.27,4.300000190734863,2803.0,0.012170441448688507,0.1497599333524704,0.0,1.245064377784729,2.1527795791625977,-0.012489679269492626,0.0025807649362832308,0.25387415289878845,0.4487040936946869,0.7383303046226501,453.0,115968.0,2731.1767872238997,7421952.0 +451.38,4.699999809265137,2826.0,0.011496341787278652,0.14691162109375,0.0,1.2631125450134277,2.1386120319366455,-0.011420381255447865,0.002588316099718213,0.2832047641277313,0.4482065439224243,0.8011865466833115,454.0,116224.0,2736.975329770008,7438336.0 +383.06,5.699999809265137,2731.0,0.010836620815098286,0.1244303360581398,0.0,1.2649811506271362,2.1380817890167236,-0.011864274740219116,0.002580927684903145,0.30288341641426086,0.4405311346054077,0.8057445287704468,455.0,116480.0,2742.9738495929632,7454720.0 +343.77,6.099999904632568,2803.0,0.012356805615127087,0.1455281525850296,0.0,1.2664932012557983,2.11834979057312,-0.012404344044625759,0.0025876525323837996,0.28335919976234436,0.45470425486564636,0.8171816915273666,456.0,116736.0,2748.818693814799,7471104.0 +345.88,6.0,2763.0,0.011740405112504959,0.1470743864774704,0.0,1.2832804918289185,2.11108660697937,-0.011960738338530064,0.002587659051641822,0.3328547775745392,0.44190582633018494,0.7888496667146683,457.0,116992.0,2754.7487310918514,7487488.0 +317.37,6.0,2820.0,0.011587977409362793,0.1368815153837204,0.0,1.269994854927063,2.104257345199585,-0.012924334965646267,0.00258953426964581,0.3274463713169098,0.42634737491607666,0.7874336689710617,458.0,117248.0,2760.55906022992,7503872.0 +269.44,5.900000095367432,2787.0,0.009984942153096199,0.1138712540268898,0.0,1.2960463762283325,2.125216245651245,-0.010297189466655254,0.0025833030231297016,0.37094029784202576,0.4323115348815918,0.7767667919397354,459.0,117504.0,2766.438700197963,7520256.0 +277.2,5.800000190734863,2805.0,0.011205698363482952,0.1308390349149704,0.0,1.371020793914795,2.0912907123565674,-0.009908129461109638,0.0025766771286726,0.5082440972328186,0.4440687596797943,0.7726668119430542,460.0,117760.0,2772.280698793009,7536640.0 +289.12,6.0,2797.0,0.009836832992732525,0.12017822265625,0.0,1.230583667755127,2.106783866882324,-0.01188717782497406,0.002573783276602626,0.2253895401954651,0.4502312242984772,0.836793065071106,461.0,118016.0,2778.138428532984,7553024.0 +357.81,4.5,2771.0,0.011779242195189,0.143310546875,0.0,1.2532669305801392,2.0739877223968506,-0.01198596227914095,0.0025808566715568304,0.2710370123386383,0.4461367130279541,0.7453045845031738,462.0,118272.0,2784.0499905939214,7569408.0 +299.1,5.5,2696.0,0.012335569597780704,0.1513875275850296,0.0,1.2927907705307007,2.0322675704956055,-0.011339782737195492,0.002569937612861395,0.3505587577819824,0.44963327050209045,0.7720859199762344,463.0,118528.0,2790.127609655028,7585792.0 +285.61,5.599999904632568,2792.0,0.008600867353379726,0.1010538712143898,0.0,1.2898422479629517,2.008058547973633,-0.012298022396862507,0.002576014492660761,0.3312046229839325,0.4578321874141693,0.7247509956359863,464.0,118784.0,2795.9964913378935,7602176.0 +333.3,4.599999904632568,2787.0,0.011669105850160122,0.1477254182100296,0.0,1.3287250995635986,2.023592948913574,-0.013363204896450043,0.0025775397662073374,0.4127679169178009,0.4560454189777374,0.7364959716796875,465.0,119040.0,2801.8755411838647,7618560.0 +255.5,5.800000190734863,2773.0,0.011760910041630268,0.1539103239774704,0.0,1.2331889867782593,2.0563855171203613,-0.009007026441395283,0.0025796685367822647,0.20737074315547943,0.4597122371196747,0.8097149580717087,466.0,119296.0,2807.7827307358384,7634944.0 +290.15,5.699999809265137,2800.0,0.011745993979275227,0.1420084685087204,0.0,1.2399804592132568,2.0689423084259033,-0.011960912495851517,0.0025816350243985653,0.23542392253875732,0.4524563252925873,0.7803589850664139,467.0,119552.0,2813.6337106889114,7651328.0 +343.21,5.800000190734863,2828.0,0.013918665237724781,0.176513671875,0.0,1.2911615371704102,2.0270440578460693,-0.011808660812675953,0.0025773716624826193,0.33301982283592224,0.4573225677013397,0.766552597284317,468.0,119808.0,2819.426267075818,7667712.0 +276.53,6.099999904632568,2663.0,0.013270899653434753,0.1526082307100296,0.0,1.3549275398254395,2.0023066997528076,-0.012287651188671589,0.0025705185253173113,0.4797374904155731,0.44661930203437805,0.7596108615398407,469.0,120064.0,2825.5783619168214,7684096.0 +207.24,6.900000095367432,2821.0,0.011286179535090923,0.1360677033662796,0.0,1.308469295501709,2.0411734580993652,-0.01296369731426239,0.002571004442870617,0.3814671039581299,0.45202410221099854,0.7804458737373352,470.0,120320.0,2831.386633077869,7700480.0 +250.99,6.5,2805.0,0.013246078044176102,0.14813232421875,0.0,1.3266830444335938,1.9823178052902222,-0.01162611786276102,0.0025767895858734846,0.39540430903434753,0.4631979465484619,0.7788983583450317,471.0,120576.0,2837.227248193929,7716864.0 +221.38,6.699999809265137,2783.0,0.010758641175925732,0.1171061173081398,0.0,1.3663023710250854,1.9590550661087036,-0.011273556388914585,0.00257393391802907,0.4750938415527344,0.4634021520614624,0.7919282764196396,472.0,120832.0,2843.114056614926,7733248.0 +177.79,7.5,2775.0,0.01121844444423914,0.1234334334731102,0.0,1.3022550344467163,2.00854229927063,-0.011152095161378384,0.002578807296231389,0.36031103134155273,0.4514824450016022,0.7997285425662994,473.0,121088.0,2849.0188080328517,7749632.0 +234.91,7.199999809265137,2779.0,0.009538819082081318,0.1137898787856102,0.0,1.3491020202636719,1.9363327026367188,-0.010959803126752377,0.0025641468819230795,0.4539361000061035,0.45748457312583923,0.8279175609350204,474.0,121344.0,2854.9142169579864,7766016.0 +244.97,7.099999904632568,2786.0,0.012602421455085278,0.1530558317899704,0.0,1.302109718322754,1.9899195432662964,-0.013333257287740707,0.0025789637584239244,0.3481542766094208,0.4633709192276001,0.8003944903612137,475.0,121600.0,2860.7946612839587,7782400.0 +213.02,6.699999809265137,2807.0,0.011175069026648998,0.135498046875,0.0,1.3319361209869385,2.0534327030181885,-0.009628809057176113,0.002570702461525798,0.42226529121398926,0.45195698738098145,0.7968523502349854,476.0,121856.0,2866.631333576981,7798784.0 +224.35,5.900000095367432,2790.0,0.013499527238309383,0.12481689453125,0.0,1.2851463556289673,2.0851447582244873,-0.004272602964192629,0.0025708742905408144,0.3039892911911011,0.4629036486148834,0.7856369316577911,477.0,122112.0,2872.504099741811,7815168.0 +291.99,6.0,2777.0,0.011251200921833515,0.1374308317899704,0.0,1.2442824840545654,2.087069272994995,-0.013565863482654095,0.0025696672964841127,0.2533532381057739,0.45409825444221497,0.8414898067712784,478.0,122368.0,2878.404555226909,7831552.0 +326.5,5.599999904632568,2737.0,0.013248431496322155,0.1592000275850296,0.0,1.2464830875396729,2.0882365703582764,-0.012028251774609089,0.002571005141362548,0.24192364513874054,0.46307373046875,0.7876838594675064,479.0,122624.0,2884.3908162529115,7847936.0 +371.06,4.900000095367432,2777.0,0.01244931947439909,0.1549072265625,0.0,1.255158543586731,2.0475945472717285,-0.01028622779995203,0.002572400728240609,0.27537497878074646,0.446981817483902,0.8046566098928452,480.0,122880.0,2890.289742323803,7864320.0 +283.73,5.800000190734863,2763.0,0.010213066823780537,0.12396240234375,0.0,1.3849109411239624,2.007707357406616,-0.012150917202234268,0.0025712710339576006,0.5274423956871033,0.45537233352661133,0.7788363248109818,481.0,123136.0,2896.2187334299088,7880704.0 +247.11,5.800000190734863,2713.0,0.012573271989822388,0.1501871794462204,0.0,1.2719054222106934,2.050244092941284,-0.011119919829070568,0.002570480341091752,0.305722713470459,0.4516148865222931,0.8493500053882599,482.0,123392.0,2902.2573523519095,7897088.0 +262.42,5.599999904632568,2808.0,0.011554832570254803,0.1370035856962204,0.0,1.2182797193527222,2.0709216594696045,-0.013697762973606586,0.002566424896940589,0.20885765552520752,0.4500066936016083,0.8397580236196518,483.0,123648.0,2908.092101826798,7913472.0 +289.8,5.5,2777.0,0.012116926722228527,0.1472981721162796,0.0,1.2071192264556885,2.0597715377807617,-0.011502609588205814,0.0025653354823589325,0.18007314205169678,0.4519478380680084,0.8388271182775497,484.0,123904.0,2913.9918309280183,7929856.0 +354.33,5.599999904632568,2764.0,0.01360879372805357,0.1667277067899704,0.0,1.2889403104782104,2.0132133960723877,-0.010067022405564785,0.002564061200246215,0.338199257850647,0.4538782835006714,0.8072981834411621,485.0,124160.0,2919.9191235348117,7946240.0 +342.65,5.300000190734863,2776.0,0.012556643225252628,0.1478474885225296,0.0,1.3090791702270508,2.0183818340301514,-0.011459830217063427,0.002560160355642438,0.3826323449611664,0.4548731744289398,0.7827383130788803,486.0,124416.0,2925.8204663638026,7962624.0 +259.82,6.199999809265137,2802.0,0.012067201547324657,0.14111328125,0.0,1.2993301153182983,1.9571946859359741,-0.011244405061006546,0.0025587137788534164,0.3517729938030243,0.46292221546173096,0.8147370666265488,487.0,124672.0,2931.666762692854,7979008.0 +250.36,6.800000190734863,2761.0,0.010609235614538193,0.1258951872587204,0.0,1.3088022470474243,1.9248809814453125,-0.013600297272205353,0.0025603051763027906,0.38193216919898987,0.45673108100891113,0.8342863172292709,488.0,124928.0,2937.601214891998,7995392.0 +263.62,6.0,2777.0,0.009853453375399113,0.1147257462143898,0.0,1.2953680753707886,2.007272481918335,-0.009482339955866337,0.0025545696262270212,0.35791850090026855,0.4524718225002289,0.8108987063169479,489.0,125184.0,2943.500470252009,8011776.0 +282.49,6.099999904632568,2746.0,0.009728947654366493,0.11474609375,0.0,1.2917925119400024,1.922315001487732,-0.012240968644618988,0.0025557943154126406,0.343323677778244,0.46035900712013245,0.8414286822080612,490.0,125440.0,2949.4660229429137,8028160.0 +230.59,6.5,2821.0,0.011444502510130405,0.1357218474149704,0.0,1.322378396987915,1.846181035041809,-0.012521485798060894,0.0025680349208414555,0.3962370455265045,0.45974573493003845,0.7958855479955673,491.0,125696.0,2955.2746129320003,8044544.0 +256.06,6.300000190734863,2751.0,0.010564182884991169,0.12310791015625,0.0,1.332910418510437,1.8757438659667969,-0.01200366485863924,0.0025670502800494432,0.4294709265232086,0.45071789622306824,0.800425723195076,492.0,125952.0,2961.2299208338372,8060928.0 +254.81,7.199999809265137,2789.0,0.009887677617371082,0.1106160506606102,0.0,1.3089786767959595,1.9430135488510132,-0.010000237263739109,0.002568204654380679,0.38914749026298523,0.4424416720867157,0.8267475366592407,493.0,126208.0,2967.1043907599524,8077312.0 +223.51,7.099999904632568,2815.0,0.011007188819348812,0.1311442106962204,0.0,1.2770253419876099,1.9544278383255005,-0.010072186589241028,0.002553412690758705,0.29944512248039246,0.4695868492126465,0.8366456627845764,494.0,126464.0,2972.923713964876,8093696.0 +287.71,6.0,2700.0,0.011135853826999664,0.1364542692899704,0.0,1.2658218145370483,1.9907995462417603,-0.010293510742485523,0.0025661345571279526,0.2865939438343048,0.4568970501422882,0.8151877969503403,495.0,126720.0,2978.991697165882,8110080.0 +315.09,6.099999904632568,2815.0,0.01080875564366579,0.1275838166475296,0.0,1.2801666259765625,2.01628041267395,-0.010362566448748112,0.002562192501500249,0.31952908635139465,0.45615264773368835,0.8159434646368027,496.0,126976.0,2984.811503960984,8126464.0 +384.63,6.0,2841.0,0.011513191275298595,0.1341756135225296,0.0,1.296140193939209,1.9865270853042603,-0.010816529393196106,0.0025653766933828592,0.36162853240966797,0.4471345841884613,0.8083414435386658,497.0,127232.0,2990.5784421069548,8142848.0 +367.53,5.900000095367432,2784.0,0.013917648233473301,0.1618245393037796,0.0,1.254947304725647,1.9860185384750366,-0.012427770532667637,0.00255761225707829,0.2808310389518738,0.45224225521087646,0.8510355949401855,498.0,127488.0,2996.463796306867,8159232.0 +371.84,6.0,2801.0,0.010813959874212742,0.1336669921875,0.0,1.240053415298462,2.020672559738159,-0.011491688899695873,0.0025538140907883644,0.24887092411518097,0.45489105582237244,0.8603225201368332,499.0,127744.0,3002.312948205974,8175616.0 +342.08,6.699999809265137,2795.0,0.012194494716823101,0.14154052734375,0.0,1.41541588306427,1.986955165863037,-0.010771078057587147,0.002556760096922517,0.27681517601013184,0.4651521146297455,0.827100545167923,500.0,128000.0,3008.17407889897,8192000.0 +389.02,6.199999809265137,2773.0,0.011758423410356045,0.1366373747587204,0.0,1.4221612215042114,2.0104565620422363,-0.010363920591771603,0.0025775355752557516,0.29309067130088806,0.45267796516418457,0.8265073746442795,501.0,128256.0,3014.0831910599954,8208384.0 +387.34,6.0,2810.0,0.012483004480600357,0.1542561799287796,0.0,1.4323524236679077,2.0364153385162354,-0.010489373467862606,0.0025745027232915163,0.3243647515773773,0.4474465548992157,0.7863482385873795,502.0,128512.0,3019.9128237338737,8224768.0 +367.11,6.099999904632568,2736.0,0.010959639213979244,0.12701416015625,0.0,1.4156746864318848,2.0480289459228516,-0.011251346208155155,0.002598758088424802,0.26781997084617615,0.45194968581199646,0.831517294049263,503.0,128768.0,3025.9011475478765,8241152.0 +347.74,6.199999809265137,2692.0,0.012317899614572525,0.1476643830537796,0.0,1.4440973997116089,2.020163059234619,-0.011920709162950516,0.002566576236858964,0.3261129558086395,0.4675962030887604,0.8250615894794464,504.0,129024.0,3031.987790477928,8257536.0 +385.01,5.699999809265137,2812.0,0.011488460004329681,0.13232421875,0.0,1.4007667303085327,2.0127382278442383,-0.012609132565557957,0.002555173123255372,0.2689429819583893,0.45445600152015686,0.8112402260303497,505.0,129280.0,3037.813454140909,8273920.0 +335.35,6.199999809265137,2816.0,0.011360403150320053,0.13909912109375,0.0,1.3899822235107422,1.9472079277038574,-0.012532318942248821,0.0025476289447396994,0.24408435821533203,0.45944473147392273,0.862863302230835,506.0,129536.0,3043.631672271993,8290304.0 +322.55,6.300000190734863,2762.0,0.010758772492408752,0.1276448518037796,0.0,1.3898035287857056,1.9483979940414429,-0.011924703605473042,0.0025500121992081404,0.2541971504688263,0.4504789113998413,0.8444281369447708,507.0,129792.0,3049.5624922770076,8306688.0 +381.99,6.300000190734863,2766.0,0.011936602182686329,0.1411336213350296,0.0,1.4430135488510132,1.9467099905014038,-0.012130733579397202,0.002550060162320733,0.35224130749702454,0.45629099011421204,0.8051878809928894,508.0,130048.0,3055.4850881709717,8323072.0 +354.21,5.800000190734863,2777.0,0.013557889498770237,0.15545654296875,0.0,1.447956919670105,1.9016984701156616,-0.01158063393086195,0.002548557473346591,0.35354891419410706,0.46142780780792236,0.820661798119545,509.0,130304.0,3061.3842892569955,8339456.0 +305.61,5.800000190734863,2820.0,0.013734097592532635,0.1609904021024704,0.0,1.4077194929122925,1.943899154663086,-0.013666093349456787,0.0025493542198091745,0.28922003507614136,0.45360878109931946,0.8048238158226013,510.0,130560.0,3067.196225597989,8355840.0 +274.0,6.300000190734863,2736.0,0.010435597039759159,0.12628173828125,0.0,1.4327549934387207,1.9373542070388794,-0.010651367716491222,0.002549978671595454,0.31315138936042786,0.46661660075187683,0.8111961632966995,511.0,130816.0,3073.1843789878767,8372224.0 +359.18,5.199999809265137,2849.0,0.013294349424540997,0.156005859375,0.0,1.4358144998550415,2.0040853023529053,-0.012195046991109848,0.002545486204326153,0.33131614327430725,0.4637799561023712,0.7672749012708664,512.0,131072.0,3078.9354870708194,8388608.0 +316.02,5.400000095367432,2811.0,0.011457838118076324,0.1368204802274704,0.0,1.5360571146011353,1.9612337350845337,-0.011509555391967297,0.002548027317970991,0.5225521922111511,0.46719011664390564,0.742127001285553,513.0,131328.0,3084.7647722878028,8404992.0 +237.41,6.300000190734863,2701.0,0.010735723190009594,0.1269327849149704,0.0,1.4900498390197754,2.0286293029785156,-0.011125856079161167,0.0025537966284900904,0.4121723473072052,0.47693610191345215,0.745578408241272,514.0,131584.0,3090.831326124957,8421376.0 +258.33,6.099999904632568,2770.0,0.012243550270795822,0.1502482146024704,0.0,1.4640698432922363,2.0441601276397705,-0.011912901885807514,0.00255254446528852,0.3751976490020752,0.4688284397125244,0.7522217929363251,515.0,131840.0,3096.747067108983,8437760.0 +325.36,5.400000095367432,2774.0,0.01190559845417738,0.1467488557100296,0.0,1.4307678937911987,2.098891019821167,-0.010859556496143341,0.0025572043377906084,0.2954767346382141,0.4745686948299408,0.7814456969499588,516.0,132096.0,3102.6542683118023,8454144.0 +303.39,5.900000095367432,2750.0,0.010795718990266323,0.1349894255399704,0.0,1.4374008178710938,2.0614585876464844,-0.010332110337913036,0.00255865347571671,0.2995856702327728,0.4787460267543793,0.8398751765489578,517.0,132352.0,3108.6112398528494,8470528.0 +264.72,7.099999904632568,2782.0,0.0105592655017972,0.1337076872587204,0.0,1.4163050651550293,2.0764565467834473,-0.01104048639535904,0.0025645047426223755,0.2892870604991913,0.4557028114795685,0.8250750452280045,518.0,132608.0,3114.5004555808846,8486912.0 +353.73,6.800000190734863,2782.0,0.012483864091336727,0.1574300080537796,0.0,1.4142895936965942,2.088360071182251,-0.010795235633850098,0.0025707229506224394,0.2738364040851593,0.46003881096839905,0.8291696906089783,519.0,132864.0,3120.3902341278736,8503296.0 +359.52,6.0,2773.0,0.01227148249745369,0.1476033478975296,0.0,1.4431467056274414,2.048870801925659,-0.012132714502513409,0.0025580700021237135,0.33444157242774963,0.4656948149204254,0.8115827739238739,520.0,133120.0,3126.297752904007,8519680.0 +275.82,6.400000095367432,2775.0,0.010487663559615612,0.1319173127412796,0.0,1.5078917741775513,2.0216147899627686,-0.010896244086325169,0.002551960526034236,0.46908846497535706,0.4632997214794159,0.7776867598295212,521.0,133376.0,3132.2010580808856,8536064.0 +290.06,6.400000095367432,2789.0,0.011565989814698696,0.1459147185087204,0.0,1.3858551979064941,2.0054757595062256,-0.013174999505281448,0.002552086254581809,0.2418738603591919,0.4548211395740509,0.8471700847148895,522.0,133632.0,3138.0753003780264,8552448.0 +339.31,6.0,2777.0,0.01238569151610136,0.1617635041475296,0.0,1.445516586303711,2.048654317855835,-0.012497403658926487,0.0025467982050031424,0.3440980017185211,0.46853601932525635,0.7974952906370163,523.0,133888.0,3143.974842181895,8568832.0 +343.88,6.0,2723.0,0.010622131638228893,0.1344807893037796,0.0,1.450055718421936,2.0247161388397217,-0.011147570796310902,0.002552152844145894,0.33065417408943176,0.4787546396255493,0.8062067627906799,524.0,134144.0,3149.9903711238876,8585216.0 +312.03,6.699999809265137,2717.0,0.012735147960484028,0.1540323942899704,0.0,1.4271165132522583,2.0296103954315186,-0.012872327119112015,0.0025511684361845255,0.31581196188926697,0.46092113852500916,0.7986480891704559,525.0,134400.0,3156.019120024983,8601600.0 +306.96,6.400000095367432,2754.0,0.013068328611552715,0.17108154296875,0.0,1.4903316497802734,1.9862632751464844,-0.012815774418413639,0.0025523037184029818,0.4358781576156616,0.46394285559654236,0.7768759429454803,526.0,134656.0,3161.9673511909787,8617984.0 +256.66,7.099999904632568,2648.0,0.010278302244842052,0.1268717497587204,0.0,1.41469144821167,2.0418190956115723,-0.011609313078224659,0.002553800353780389,0.29082393646240234,0.4581756293773651,0.8323373198509216,527.0,134912.0,3168.1537656388246,8634368.0 +266.53,6.599999904632568,2802.0,0.01150598470121622,0.1426595002412796,0.0,1.47581946849823,2.009580612182617,-0.01355659682303667,0.002550743753090501,0.404747873544693,0.467425137758255,0.7845225930213928,528.0,135168.0,3174.000989109976,8650752.0 +269.37,6.599999904632568,2793.0,0.010862370021641254,0.1324869841337204,0.0,1.4761275053024292,1.998185157775879,-0.012385889887809753,0.002553443657234311,0.3946087062358856,0.47153255343437195,0.7954442054033279,529.0,135424.0,3179.8677220370155,8667136.0 +266.13,6.5,2689.0,0.010172808542847633,0.1274617463350296,0.0,1.5219569206237793,1.9409581422805786,-0.01311831921339035,0.002557703759521246,0.49818921089172363,0.4616687297821045,0.8099138289690018,530.0,135680.0,3185.960873387987,8683520.0 +220.44,7.300000190734863,2800.0,0.01037793979048729,0.1177164688706398,0.0,1.4465937614440918,1.9497770071029663,-0.011716452427208424,0.0025605210103094578,0.3420276343822479,0.4621316194534302,0.843150407075882,531.0,135936.0,3191.811447156826,8699904.0 +211.92,7.400000095367432,2750.0,0.01249320525676012,0.1437784880399704,0.0,1.4070476293563843,1.9330052137374878,-0.01133184228092432,0.002563952235504985,0.2586885392665863,0.4625107944011688,0.8380707204341888,532.0,136192.0,3197.7699599908665,8716288.0 +292.34,6.599999904632568,2746.0,0.011651410721242428,0.1439615935087204,0.0,1.4245028495788574,1.920982837677002,-0.011229179799556732,0.002554199891164899,0.3121669292449951,0.454710990190506,0.7894674837589264,533.0,136448.0,3203.736552700866,8732672.0 +342.62,5.900000095367432,2789.0,0.010460185818374157,0.1238606795668602,0.0,1.468766689300537,1.8928686380386353,-0.011233189143240452,0.002558543346822262,0.39421406388282776,0.45649048686027527,0.7750923484563828,534.0,136704.0,3209.609859130811,8749056.0 +302.45,5.800000190734863,2750.0,0.011153188534080982,0.1343994140625,0.0,1.4510046243667603,1.8675856590270996,-0.010466114617884159,0.002552015008404851,0.36305737495422363,0.45548298954963684,0.7788850218057632,535.0,136960.0,3215.567352799,8765440.0 +302.89,5.800000190734863,2765.0,0.012659835629165173,0.15875244140625,0.0,1.4055601358413696,1.9005624055862427,-0.011939690448343754,0.002554116537794471,0.2631657123565674,0.4628385603427887,0.755636602640152,536.0,137216.0,3221.493652094854,8781824.0 +311.09,6.0,2811.0,0.011539448983967304,0.1448160856962204,0.0,1.3885160684585571,1.9390565156936646,-0.013177757151424885,0.0025429537054151297,0.24391846358776093,0.4606899321079254,0.825998529791832,537.0,137472.0,3227.3228858090006,8798208.0 +336.66,6.300000190734863,2758.0,0.009777592495083809,0.1216227188706398,0.0,1.41973078250885,1.92888343334198,-0.01345755159854889,0.002540594432502985,0.2985089123249054,0.4673334062099457,0.8366242945194244,538.0,137728.0,3233.263358540833,8814592.0 +287.3,6.900000095367432,2739.0,0.01239803433418274,0.1451416015625,0.0,1.469908356666565,1.9238492250442505,-0.009677176363766193,0.0025404924526810646,0.3953765332698822,0.4646016061306,0.8144873529672623,539.0,137984.0,3239.244849662995,8830976.0 +234.04,6.5,2751.0,0.010489230044186115,0.1229044571518898,0.0,1.449074625968933,1.9315520524978638,-0.010458630509674549,0.0025463099591434,0.3400237262248993,0.4719611704349518,0.7699625790119171,540.0,138240.0,3245.1995840079617,8847360.0 +292.08,5.400000095367432,2777.0,0.013248677365481853,0.1578369140625,0.0,1.4197001457214355,1.971268653869629,-0.009944495745003223,0.002550504170358181,0.2767268121242523,0.4727402925491333,0.7734140604734421,541.0,138496.0,3251.099321966991,8863744.0 +298.74,6.099999904632568,2769.0,0.012369200587272644,0.1529134064912796,0.0,1.4444231986999512,1.9380027055740356,-0.01078049372881651,0.0025460340548306704,0.3366646468639374,0.46865156292915344,0.7825026661157608,542.0,138752.0,3257.016304868972,8880128.0 +318.02,6.099999904632568,2709.0,0.01387730985879898,0.1725870817899704,0.0,1.4134052991867065,2.0106699466705322,-0.012612906284630299,0.0025487509556114674,0.29315897822380066,0.4583517611026764,0.8174560219049454,543.0,139008.0,3263.0635198429227,8896512.0 +316.01,5.900000095367432,2778.0,0.011295024305582047,0.1405029296875,0.0,1.4275437593460083,1.978200078010559,-0.013644027523696423,0.0025432591792196035,0.3048204779624939,0.4731164872646332,0.7779971361160278,544.0,139264.0,3268.9614747038577,8912896.0 +335.54,5.599999904632568,2766.0,0.012347259558737278,0.1440226286649704,0.0,1.439353108406067,1.975119709968567,-0.010697010904550552,0.002546532778069377,0.3229513466358185,0.47116783261299133,0.7882380485534668,545.0,139520.0,3274.8841469478793,8929280.0 +326.34,6.5,2691.0,0.008898282423615456,0.10723876953125,0.0,1.4452056884765625,1.9644441604614258,-0.012511671520769596,0.0025434100534766912,0.3407231867313385,0.4709618091583252,0.8059182167053223,546.0,139776.0,3280.972931335913,8945664.0 +291.17,7.0,2797.0,0.00928597804158926,0.1127522811293602,0.0,1.4339137077331543,1.9506648778915405,-0.01206138450652361,0.002542705275118351,0.3122703731060028,0.47444263100624084,0.7973072677850723,547.0,140032.0,3286.831455605803,8962048.0 +278.74,7.099999904632568,2727.0,0.009639386087656021,0.1207682266831398,0.0,1.4498645067214966,1.9209836721420288,-0.01110676396638155,0.0025350225623697042,0.35437729954719543,0.4698118269443512,0.7802933603525162,548.0,140288.0,3292.84057011595,8978432.0 +268.26,6.5,2749.0,0.012325112707912922,0.149658203125,0.0,1.5075246095657349,1.9134670495986938,-0.013370107859373093,0.002536056563258171,0.4633153975009918,0.4764670431613922,0.7424606680870056,549.0,140544.0,3298.8006231039762,8994816.0 +265.42,6.400000095367432,2730.0,0.012705945409834385,0.1439615935087204,0.0,1.5805169343948364,1.957755446434021,-0.010915561579167843,0.002542088972404599,0.40503397583961487,0.4624854624271393,0.7738921344280243,550.0,140800.0,3304.8027853118256,9011200.0 +251.68,6.300000190734863,2717.0,0.01234342996031046,0.1557820588350296,0.0,1.5739264488220215,1.911935806274414,-0.011070101521909237,0.0025438580196350813,0.3739642798900604,0.47223567962646484,0.77550108730793,551.0,141056.0,3310.831892634975,9027584.0 +244.06,6.599999904632568,2723.0,0.012532803229987621,0.1523844450712204,0.0,1.5614877939224243,1.8964744806289673,-0.011573703028261662,0.002545990515500307,0.36252009868621826,0.46333229541778564,0.8041554391384125,552.0,141312.0,3316.848883572966,9043968.0 +271.71,6.400000095367432,2719.0,0.01227524597197771,0.14129638671875,0.0,1.5592244863510132,1.9000730514526367,-0.01068149134516716,0.002547225682064891,0.3383615016937256,0.47374215722084045,0.7844128608703613,553.0,141568.0,3322.874143733876,9060352.0 +300.02,6.599999904632568,2766.0,0.010893273167312145,0.1236368790268898,0.0,1.6265612840652466,1.8646941184997559,-0.010548104532063007,0.0025367983616888523,0.4590562582015991,0.4869590997695923,0.7683061361312866,554.0,141824.0,3328.7970527359284,9076736.0 +255.28,7.300000190734863,2802.0,0.011976645328104496,0.1432698518037796,0.0,1.5741233825683594,1.8370834589004517,-0.01155027374625206,0.0025360893923789263,0.3665481507778168,0.4805958569049835,0.7896134555339813,555.0,142080.0,3334.6443271278404,9093120.0 +242.5,6.699999809265137,2692.0,0.012497984804213047,0.1376546174287796,0.0,1.5767008066177368,1.7655357122421265,-0.012678799219429493,0.002545668976381421,0.3926088809967041,0.463449090719223,0.7612628042697906,556.0,142336.0,3340.7302354308777,9109504.0 +228.41,5.800000190734863,2740.0,0.010390802286565304,0.1313883513212204,0.0,1.5836477279663086,1.7777317762374878,-0.012044992297887802,0.002542137401178479,0.3843412697315216,0.47822305560112,0.7666189074516296,557.0,142592.0,3346.710335455835,9125888.0 +216.99,7.300000190734863,2778.0,0.012028221040964127,0.1396280974149704,0.0,1.6298805475234985,1.7540602684020996,-0.00980678852647543,0.0025415995623916388,0.49251890182495117,0.4657767713069916,0.7624627649784088,558.0,142848.0,3352.6073947108816,9142272.0 +255.24,6.699999809265137,2784.0,0.010515454225242138,0.1248372420668602,0.0,1.5698518753051758,1.8176798820495605,-0.010479557327926159,0.0025409648660570383,0.3494269549846649,0.4818805158138275,0.7739825695753098,559.0,143104.0,3358.4927352559753,9158656.0 +296.71,5.900000095367432,2745.0,0.012481178157031536,0.1416829377412796,0.0,1.5601367950439453,1.8714603185653687,-0.014339882880449295,0.0025448447559028864,0.3563821315765381,0.4691164195537567,0.7498332262039185,560.0,143360.0,3364.4602370238863,9175040.0 +275.08,5.900000095367432,2740.0,0.012653667479753494,0.15625,0.0,1.5142232179641724,1.8952383995056152,-0.013529468327760696,0.002535800915211439,0.28010430932044983,0.4633646309375763,0.8296813070774078,561.0,143616.0,3370.4388941098005,9191424.0 +288.26,6.300000190734863,2813.0,0.013360834680497646,0.15032958984375,0.0,1.5840449333190918,1.8206828832626343,-0.013685952872037888,0.0025332116056233644,0.39754804968833923,0.4775957763195038,0.7824597507715225,562.0,143872.0,3376.262101362925,9207808.0 +274.69,6.5,2789.0,0.009979305788874626,0.11419677734375,0.0,1.5730763673782349,1.809101939201355,-0.011021309532225132,0.002540003741160035,0.3877607583999634,0.46330079436302185,0.8139739334583282,563.0,144128.0,3382.137450111797,9224192.0 +282.46,6.0,2774.0,0.012030929327011108,0.1414387971162796,0.0,1.5867276191711426,1.8189668655395508,-0.01178912352770567,0.002545901108533144,0.40097689628601074,0.47008708119392395,0.7320395708084106,564.0,144384.0,3388.0438762968406,9240576.0 +305.88,5.599999904632568,2739.0,0.012583152391016483,0.14532470703125,0.0,1.5044602155685425,1.7890032529830933,-0.012515631504356861,0.002542768605053425,0.22650004923343658,0.4782971441745758,0.8093163222074509,565.0,144640.0,3394.0251322919503,9256960.0 +304.54,6.0,2674.0,0.011975348927080631,0.1397908478975296,0.0,1.5431987047195435,1.8003989458084106,-0.010506502352654934,0.0025439567398279905,0.30468884110450745,0.4749322831630707,0.7731220871210098,566.0,144896.0,3400.1514965880197,9273344.0 +307.14,6.599999904632568,2760.0,0.01119131688028574,0.12982177734375,0.0,1.613365650177002,1.7574958801269531,-0.012584634125232697,0.0025405746418982744,0.4351860284805298,0.48470619320869446,0.7577544301748276,567.0,145152.0,3406.0877203708515,9289728.0 +247.48,6.099999904632568,2770.0,0.010504670441150665,0.1239827498793602,0.0,1.6309705972671509,1.7417912483215332,-0.012025351636111736,0.002538110828027129,0.48117315769195557,0.47842422127723694,0.7692318260669708,568.0,145408.0,3412.0022696189117,9306112.0 +176.7,6.5,2776.0,0.011769755743443966,0.1337076872587204,0.0,1.582013726234436,1.7644561529159546,-0.012282028794288635,0.002544236835092306,0.4020034968852997,0.4644216001033783,0.7711885720491409,569.0,145664.0,3417.9043912310153,9322496.0 +246.6,6.300000190734863,2791.0,0.011646967381238937,0.1355997771024704,0.0,1.5623608827590942,1.8146933317184448,-0.012079314328730106,0.0025471157860010862,0.34638428688049316,0.4733898341655731,0.7731861472129822,570.0,145920.0,3423.775428383844,9338880.0 +260.98,6.400000095367432,2764.0,0.013519198633730412,0.1528727263212204,0.0,1.5481629371643066,1.8575631380081177,-0.010874283500015736,0.002542802831158042,0.31527212262153625,0.4762619435787201,0.8065228462219238,571.0,146176.0,3429.7034829659387,9355264.0 +245.42,6.800000190734863,2783.0,0.011160183697938919,0.1303507536649704,0.0,1.5776357650756836,1.7924827337265015,-0.011205296963453293,0.0025614050682634115,0.3641669452190399,0.47275272011756897,0.7859422564506531,572.0,146432.0,3435.590951742837,9371648.0 +247.37,6.699999809265137,2758.0,0.012581732124090195,0.1433512419462204,0.0,1.628919005393982,1.7591596841812134,-0.012128055095672607,0.002547508804127574,0.49066320061683655,0.46570050716400146,0.7566774040460587,573.0,146688.0,3441.5313032318372,9388032.0 +224.98,6.900000095367432,2773.0,0.010884123854339123,0.12744140625,0.0,1.651597499847412,1.7172902822494507,-0.011889205314218998,0.0025510957930237055,0.5179654955863953,0.4742080271244049,0.7346648871898651,574.0,146944.0,3447.4391005400103,9404416.0 +223.02,6.300000190734863,2773.0,0.00960612203925848,0.1144205704331398,0.0,1.627799153327942,1.7147369384765625,-0.011326100677251816,0.002556640887632966,0.46352675557136536,0.47492167353630066,0.7702919542789459,575.0,147200.0,3453.3482079969253,9420800.0 +238.79,6.599999904632568,2739.0,0.011189453303813934,0.1320597380399704,0.0,1.5645982027053833,1.7615991830825806,-0.011249575763940811,0.002552909543737769,0.34268224239349365,0.4738503396511078,0.8012266755104065,576.0,147456.0,3459.3290835618973,9437184.0 +270.61,6.400000095367432,2808.0,0.01126096025109291,0.13671875,0.0,1.5478488206863403,1.780995488166809,-0.01234928984194994,0.002559615997597575,0.32800766825675964,0.4605048894882202,0.8118346035480499,577.0,147712.0,3465.16283793794,9453568.0 +276.77,6.800000190734863,2761.0,0.013608618639409542,0.16046142578125,0.0,1.5696591138839722,1.7786561250686646,-0.010838950984179974,0.0025618381332606077,0.36372730135917664,0.46236827969551086,0.7830756902694702,578.0,147968.0,3471.09688981995,9469952.0 +266.52,6.199999809265137,2744.0,0.012683081440627575,0.1500447541475296,0.0,1.5854412317276,1.7423019409179688,-0.010785230435431004,0.0025486487429589033,0.3735039234161377,0.4818572700023651,0.7839000672101974,579.0,148224.0,3477.0677776359953,9486336.0 +219.64,7.0,2778.0,0.010078216902911663,0.1225382462143898,0.0,1.6388440132141113,1.7602592706680298,-0.01086417306214571,0.002545793540775776,0.5077312588691711,0.46672794222831726,0.7403608560562134,580.0,148480.0,3482.965907013975,9502720.0 +231.19,6.800000190734863,2757.0,0.010817053727805614,0.1321614533662796,0.0,1.563198447227478,1.7051740884780884,-0.011973070912063122,0.0025567119009792805,0.37552690505981445,0.45020994544029236,0.7888474762439728,581.0,148736.0,3488.907867291011,9519104.0 +275.53,6.0,2728.0,0.012339192442595959,0.1389363557100296,0.0,1.5746127367019653,1.7316898107528687,-0.010443460196256638,0.0025582273956388235,0.36699652671813965,0.46719372272491455,0.7675200402736664,582.0,148992.0,3494.9140036769677,9535488.0 +305.01,6.199999809265137,2819.0,0.011464107781648636,0.1396077424287796,0.0,1.5945154428482056,1.7048259973526,-0.010921507142484188,0.002556538674980402,0.4070533514022827,0.4681410789489746,0.7437899708747864,583.0,149248.0,3500.7267016249243,9551872.0 +274.78,7.0,2701.0,0.013178832828998566,0.1439412385225296,0.0,1.5637588500976562,1.7261967658996582,-0.013163714669644833,0.0025510683190077543,0.35409626364707947,0.4686339795589447,0.7837249934673309,584.0,149504.0,3506.791982940864,9568256.0 +217.31,6.599999904632568,2768.0,0.012160762213170528,0.1440226286649704,0.0,1.6146241426467896,1.7242399454116821,-0.011413278989493847,0.00255912565626204,0.4442277252674103,0.46956443786621094,0.7474703192710876,585.0,149760.0,3512.7113094478846,9584640.0 +267.05,6.800000190734863,2762.0,0.013390042819082737,0.1628824919462204,0.0,1.5769882202148438,1.7967814207077026,-0.014889906160533428,0.002543386071920395,0.37209832668304443,0.480672150850296,0.7700185775756836,586.0,150016.0,3518.6435333839618,9601024.0 +271.65,6.900000095367432,2788.0,0.00968173984438181,0.1171468123793602,0.0,1.5390430688858032,1.8273028135299683,-0.008879527449607849,0.0025452247355133295,0.3174287974834442,0.45967260003089905,0.792694091796875,587.0,150272.0,3524.5194352939725,9617408.0 +242.89,7.099999904632568,2728.0,0.011705520562827587,0.1436970978975296,0.0,1.584072232246399,1.8603006601333618,-0.012204509228467941,0.0025413541588932276,0.4127134084701538,0.46288982033729553,0.7631724625825882,588.0,150528.0,3530.5250607489143,9633792.0 +194.25,7.199999809265137,2771.0,0.011407791636884212,0.1367594450712204,0.0,1.5932189226150513,1.820210337638855,-0.012874904088675976,0.002538377186283469,0.4378276765346527,0.460512638092041,0.7589074373245239,589.0,150784.0,3536.4386436049826,9650176.0 +234.82,6.900000095367432,2822.0,0.012412617914378643,0.1472371369600296,0.0,1.5892008543014526,1.8067978620529175,-0.013849125243723392,0.0025392707902938128,0.43241533637046814,0.45948484539985657,0.7555946260690689,590.0,151040.0,3542.245017431909,9666560.0 +239.5,7.0,2798.0,0.009218399412930012,0.10699462890625,0.0,1.5669631958007812,1.7974215745925903,-0.013232823461294174,0.0025414309930056334,0.39413169026374817,0.4537203013896942,0.7695059925317764,591.0,151296.0,3548.10220220685,9682944.0 +222.55,6.400000095367432,2766.0,0.011320228688418865,0.1209716796875,0.0,1.5622109174728394,1.7829698324203491,-0.012003988027572632,0.0025349066127091646,0.36662182211875916,0.46637287735939026,0.7794985771179199,592.0,151552.0,3554.0260539518204,9699328.0 +217.23,6.699999809265137,2703.0,0.011122922413051128,0.1315714567899704,0.0,1.5245176553726196,1.8268966674804688,-0.010816111229360104,0.002531599486246705,0.29285940527915955,0.4661056101322174,0.8143831938505173,593.0,151808.0,3560.0862035269383,9715712.0 +274.32,6.300000190734863,2778.0,0.012595134787261486,0.14605712890625,0.0,1.5256919860839844,1.8578729629516602,-0.013005752116441727,0.002532962942495942,0.30056747794151306,0.46520188450813293,0.7991714924573898,594.0,152064.0,3565.983219639864,9732096.0 +295.19,6.099999904632568,2674.0,0.011468484997749329,0.13275146484375,0.0,1.5018945932388306,1.8803571462631226,-0.012791774235665798,0.0025314658414572477,0.26686540246009827,0.4574144184589386,0.8281843066215515,595.0,152320.0,3572.109455239959,9748480.0 +299.07,5.699999809265137,2757.0,0.00872811395674944,0.0973917618393898,0.0,1.5892324447631836,1.9045768976211548,-0.011584654450416565,0.0025333629455417395,0.43727585673332214,0.4579031765460968,0.7507563084363937,596.0,152576.0,3578.051301687956,9764864.0 +243.51,6.800000190734863,2778.0,0.012057085521519184,0.1454060822725296,0.0,1.5846952199935913,1.839311957359314,-0.01194812636822462,0.002530448604375124,0.40827998518943787,0.4712636172771454,0.8101947009563446,597.0,152832.0,3583.9490836358164,9781248.0 +225.95,6.699999809265137,2772.0,0.014449156820774078,0.160888671875,0.0,1.5602041482925415,1.8781746625900269,-0.013455149717628956,0.0025337443221360445,0.3785388171672821,0.46010828018188477,0.7510340213775635,598.0,153088.0,3589.8597651049495,9797632.0 +223.01,7.199999809265137,2767.0,0.012482116930186749,0.1467081755399704,0.0,1.5470167398452759,1.8068948984146118,-0.011987760663032532,0.0025417821016162634,0.3251151740550995,0.4700518846511841,0.7897320091724396,599.0,153344.0,3595.7796917618252,9814016.0 +238.76,7.099999904632568,2760.0,0.013128652237355709,0.1482136994600296,0.0,1.7039166688919067,1.8058743476867676,-0.010569851845502853,0.0025502012576907873,0.3331138491630554,0.4648866355419159,0.7772230058908463,600.0,153600.0,3601.716282506939,9830400.0 +269.12,6.900000095367432,2753.0,0.01198603305965662,0.1378987580537796,0.0,1.722330927848816,1.7979727983474731,-0.010707109235227108,0.002555091166868806,0.36329761147499084,0.4661976993083954,0.7491621375083923,601.0,153856.0,3607.6688462588936,9846784.0 +240.56,6.699999809265137,2688.0,0.011022578924894333,0.12579345703125,0.0,1.7689067125320435,1.7685929536819458,-0.011047657579183578,0.002546423813328147,0.4821946322917938,0.4562804698944092,0.75041763484478,602.0,154112.0,3613.7633123579435,9863168.0 +191.82,6.900000095367432,2724.0,0.010683391243219376,0.1159464493393898,0.0,1.7669320106506348,1.7615586519241333,-0.012404341250658035,0.002545209601521492,0.48572370409965515,0.4541619122028351,0.75795117020607,603.0,154368.0,3619.7771602568682,9879552.0 +224.46,6.800000190734863,2762.0,0.012233481742441654,0.1481119841337204,0.0,1.66340970993042,1.8255561590194702,-0.013429403305053711,0.002574241952970624,0.23497630655765533,0.4657755196094513,0.7860055714845657,604.0,154624.0,3625.7079219298903,9895936.0 +250.71,5.800000190734863,2742.0,0.013010489754378796,0.1490071564912796,0.0,1.7894930839538574,1.7601176500320435,-0.00919367652386427,0.002547586802393198,0.5182824730873108,0.4563697278499603,0.7261013090610504,605.0,154880.0,3631.6826310940087,9912320.0 +203.32,6.599999904632568,2823.0,0.009381426498293877,0.1151326522231102,0.0,1.7800897359848022,1.7950019836425781,-0.01070511806756258,0.0025347131304442883,0.5091108083724976,0.4595205783843994,0.7426030039787292,606.0,155136.0,3637.485975046875,9928704.0 +240.86,6.400000095367432,2789.0,0.012609426863491535,0.1445719450712204,0.0,1.7439953088760376,1.8165777921676636,-0.012284300290048122,0.002542041474953294,0.4168380796909332,0.4690086841583252,0.69657102227211,607.0,155392.0,3643.3595424909145,9945088.0 +270.1,6.599999904632568,2731.0,0.012739052064716816,0.1501057893037796,0.0,1.7108522653579712,1.807369589805603,-0.01094438973814249,0.0025472890119999647,0.33072513341903687,0.4758087694644928,0.7407412827014923,608.0,155648.0,3649.357524618972,9961472.0 +249.77,7.199999809265137,2793.0,0.013496555387973785,0.1512654572725296,0.0,1.7212491035461426,1.8117475509643555,-0.012853789143264294,0.002538304077461362,0.3655904233455658,0.4746537208557129,0.7141727209091187,609.0,155904.0,3655.2224115929566,9977856.0 +291.94,6.300000190734863,2760.0,0.012793265283107758,0.1466878205537796,0.0,1.7082849740982056,1.8311949968338013,-0.01121484488248825,0.002535165986046195,0.35359492897987366,0.4668773114681244,0.7942396849393845,610.0,156160.0,3661.158968725009,9994240.0 +274.67,6.699999809265137,2757.0,0.013883284293115139,0.16998291015625,0.0,1.6928452253341675,1.8795547485351562,-0.009726457297801971,0.002534011146053672,0.32882052659988403,0.46294668316841125,0.7990268468856812,611.0,156416.0,3667.102602881845,10010624.0 +248.34,6.900000095367432,2756.0,0.011782083660364151,0.1265665739774704,0.0,1.6953535079956055,1.8897615671157837,-0.012535493820905685,0.0025311282370239496,0.3201221227645874,0.47524192929267883,0.7748474478721619,612.0,156672.0,3673.0474775067996,10027008.0 +229.04,6.800000190734863,2789.0,0.012104564346373081,0.13726806640625,0.0,1.692732810974121,1.843691349029541,-0.012984190136194229,0.0025391934905201197,0.29530343413352966,0.4820723533630371,0.7511351555585861,613.0,156928.0,3678.9214507548604,10043392.0 +278.55,6.099999904632568,2769.0,0.012105699628591537,0.1371663361787796,0.0,1.7432861328125,1.8081053495407104,-0.011216347105801105,0.0025379813741892576,0.40970471501350403,0.4729330241680145,0.7333339750766754,614.0,157184.0,3684.8373341448605,10059776.0 +262.78,6.5,2683.0,0.01033429428935051,0.12738037109375,0.0,1.7140172719955444,1.7851133346557617,-0.012336377054452896,0.002534533152356744,0.3641780912876129,0.4684174954891205,0.7841000109910965,615.0,157440.0,3690.9437800939195,10076160.0 +251.75,7.199999809265137,2776.0,0.012723942287266254,0.159912109375,0.0,1.7529629468917847,1.7966035604476929,-0.012620382942259312,0.002524369629099965,0.4349558651447296,0.47789430618286133,0.7679492682218552,616.0,157696.0,3696.8461126259062,10092544.0 +202.0,7.699999809265137,2779.0,0.013455460779368877,0.1616414338350296,0.0,1.6880069971084595,1.7697681188583374,-0.013012140057981014,0.002532890299335122,0.3180290162563324,0.4665572941303253,0.815681979060173,617.0,157952.0,3702.7416219089646,10108928.0 +235.64,7.400000095367432,2695.0,0.011098555289208889,0.13385009765625,0.0,1.7136842012405396,1.7271407842636108,-0.010158899240195751,0.0025428878143429756,0.34604382514953613,0.4708816111087799,0.7821469157934189,618.0,158208.0,3708.821383323986,10125312.0 +250.5,7.0,2799.0,0.013489644043147564,0.1563924103975296,0.0,1.681699275970459,1.7821146249771118,-0.014422237873077393,0.0025395287666469812,0.30281776189804077,0.4663844108581543,0.8083062916994095,619.0,158464.0,3714.6736895279028,10141696.0 +271.21,6.800000190734863,2788.0,0.010343433357775211,0.1342366486787796,0.0,1.7229338884353638,1.775275707244873,-0.010819110088050365,0.0025477211456745863,0.3385660648345947,0.484164834022522,0.7857672721147537,620.0,158720.0,3720.549458605936,10158080.0 +254.82,7.099999904632568,2748.0,0.01228703185915947,0.1453043669462204,0.0,1.7319602966308594,1.7164654731750488,-0.009698462672531605,0.002555669052526355,0.3614126741886139,0.4756290018558502,0.7564761191606522,621.0,158976.0,3726.5102764838375,10174464.0 +291.1,6.400000095367432,2761.0,0.010943345725536346,0.1298421174287796,0.0,1.7465847730636597,1.7562689781188965,-0.011014633812010288,0.002536302898079157,0.41023170948028564,0.47634437680244446,0.7260492742061615,622.0,159232.0,3732.4448986838106,10190848.0 +295.14,6.199999809265137,2749.0,0.009267747402191162,0.11065673828125,0.0,1.6863188743591309,1.7307742834091187,-0.00853141862899065,0.0025423697661608458,0.29262056946754456,0.46864625811576843,0.7824962884187698,623.0,159488.0,3738.405403873883,10207232.0 +256.95,7.099999904632568,2751.0,0.013176909647881985,0.1574503630399704,0.0,1.6891002655029297,1.7955069541931152,-0.012941312044858932,0.0025302001740783453,0.3391747772693634,0.45757701992988586,0.7920923978090286,624.0,159744.0,3744.360955474898,10223616.0 +296.56,6.5,2726.0,0.010697625577449799,0.1313679963350296,0.0,1.6839014291763306,1.8117679357528687,-0.01085586752742529,0.0025280665140599012,0.3284713625907898,0.45667722821235657,0.7523546069860458,625.0,160000.0,3750.371633811854,10240000.0 +270.93,5.900000095367432,2795.0,0.011205111630260944,0.1341349333524704,0.0,1.6867009401321411,1.7676299810409546,-0.011807024478912354,0.002532144309952855,0.3313935101032257,0.4566918611526489,0.7516417950391769,626.0,160256.0,3756.234190310817,10256384.0 +233.15,6.099999904632568,2739.0,0.013781239278614521,0.1655070036649704,0.0,1.6628180742263794,1.7938202619552612,-0.01114068552851677,0.0025361557491123676,0.26066210865974426,0.46699535846710205,0.799134150147438,627.0,160512.0,3762.2172578149475,10272768.0 +303.9,6.699999809265137,2706.0,0.012994849123060703,0.1482747346162796,0.0,1.746026635169983,1.7443634271621704,-0.01260299701243639,0.0025361354928463697,0.43172958493232727,0.4654969274997711,0.7661692649126053,628.0,160768.0,3768.2724941738416,10289152.0 +226.87,7.199999809265137,2779.0,0.011468094773590565,0.1322428435087204,0.0,1.6942945718765259,1.7388383150100708,-0.014064811170101166,0.0025416205171495676,0.3060300350189209,0.4766709506511688,0.7872732877731323,629.0,161024.0,3774.1679812599905,10305536.0 +239.88,7.199999809265137,2791.0,0.012625079602003098,0.15362548828125,0.0,1.7126778364181519,1.6749420166015625,-0.011725958436727524,0.0025558609049767256,0.3239358365535736,0.47671961784362793,0.7727051824331284,630.0,161280.0,3780.037972701015,10321920.0 +281.91,6.699999809265137,2742.0,0.012413897551596165,0.1539306640625,0.0,1.719053864479065,1.7112135887145996,-0.009390457533299923,0.0025597678031772375,0.334480881690979,0.47380051016807556,0.7707962691783905,631.0,161536.0,3786.0122536248527,10338304.0 +256.17,6.199999809265137,2743.0,0.012119624763727188,0.1400960236787796,0.0,1.7421246767044067,1.6867012977600098,-0.010039345361292362,0.0025443891063332558,0.38950756192207336,0.47700250148773193,0.7326138913631439,632.0,161792.0,3791.9849962578155,10354688.0 +251.67,6.5,2767.0,0.009955174289643764,0.1176350936293602,0.0,1.7268853187561035,1.7789572477340698,-0.0094635970890522,0.0025527682155370712,0.36742618680000305,0.4685328006744385,0.7469370365142822,633.0,162048.0,3797.905877569923,10371072.0 +273.5,6.0,2754.0,0.008446105755865574,0.1031290665268898,0.0,1.697721004486084,1.7902697324752808,-0.011630453169345856,0.002555105136707425,0.2932179868221283,0.4787199795246124,0.7554931789636612,634.0,162304.0,3803.8561081290245,10387456.0 +306.88,5.699999809265137,2782.0,0.012187778949737549,0.1467081755399704,0.0,1.712082862854004,1.7976183891296387,-0.012993221171200275,0.0025400735903531313,0.3493329584598541,0.4726142883300781,0.7229884564876556,635.0,162560.0,3809.7448874968104,10403840.0 +293.83,6.699999809265137,2718.0,0.011988352052867413,0.142822265625,0.0,1.7056169509887695,1.749592900276184,-0.013125373981893063,0.0025316118262708187,0.3349039554595947,0.47728970646858215,0.7784539014101028,636.0,162816.0,3815.771468656836,10420224.0 +284.64,6.599999904632568,2772.0,0.009828556329011917,0.1221720352768898,0.0,1.6870375871658325,1.7406821250915527,-0.01177958119660616,0.0025355061516165733,0.3141142427921295,0.46465471386909485,0.7683212459087372,637.0,163072.0,3821.680870515993,10436608.0 +244.28,7.5,2738.0,0.012395892292261124,0.1536051481962204,0.0,1.6880477666854858,1.7401951551437378,-0.013726535253226757,0.0025366952177137136,0.32274505496025085,0.46254512667655945,0.7801486551761627,638.0,163328.0,3827.6647692539264,10452992.0 +261.82,7.0,2766.0,0.010006111115217209,0.1196085587143898,0.0,1.7234163284301758,1.7907099723815918,-0.008322424255311489,0.0025355354882776737,0.39440464973449707,0.4571695625782013,0.6914080381393433,639.0,163584.0,3833.5878566368483,10469376.0 +269.78,6.5,2779.0,0.011119763366878033,0.13946533203125,0.0,1.7072523832321167,1.72446870803833,-0.012651603668928146,0.0025335464160889387,0.3499317467212677,0.4689856469631195,0.7637861371040344,640.0,163840.0,3839.483643384883,10485760.0 +275.47,6.400000095367432,2761.0,0.011185894720256329,0.1299031525850296,0.0,1.6892088651657104,1.750178337097168,-0.012511233799159527,0.0025357527192682028,0.3144022226333618,0.46770238876342773,0.8001153320074081,641.0,164096.0,3845.417862421833,10502144.0 +310.54,6.099999904632568,2767.0,0.01181743759661913,0.14044189453125,0.0,1.680748462677002,1.7864147424697876,-0.011446314863860607,0.0025330286007374525,0.3127935826778412,0.45977699756622314,0.7944613993167877,642.0,164352.0,3851.3389064439107,10518528.0 +254.73,6.599999904632568,2696.0,0.010029631666839123,0.1207071915268898,0.0,1.7178339958190918,1.7753996849060059,-0.011414594016969204,0.002525965915992856,0.3957166373729706,0.458288311958313,0.7616984099149704,643.0,164608.0,3857.4165015488397,10534912.0 +251.15,6.5,2781.0,0.009777042083442211,0.1160888671875,0.0,1.6858769655227661,1.793268084526062,-0.010659337043762207,0.002532683312892914,0.31538763642311096,0.46340861916542053,0.7514863759279251,644.0,164864.0,3863.30763138202,10551296.0 +324.1,6.300000190734863,2742.0,0.012931802310049534,0.1471354216337204,0.0,1.6888786554336548,1.7907214164733887,-0.011711541563272476,0.002532592974603176,0.3172420561313629,0.4668996334075928,0.7519812732934952,645.0,165120.0,3869.2833546500187,10567680.0 +285.41,7.199999809265137,2757.0,0.010745291598141193,0.13262939453125,0.0,1.7292933464050293,1.7635427713394165,-0.01194485742598772,0.002523948671296239,0.3984372615814209,0.4709758758544922,0.7439259588718414,646.0,165376.0,3875.226481401827,10584064.0 +243.36,7.099999904632568,2712.0,0.013110808096826077,0.1591796875,0.0,1.7696837186813354,1.7784503698349,-0.01283510122448206,0.002513874089345336,0.4741961658000946,0.47995755076408386,0.7396563589572906,647.0,165632.0,3881.2665740079246,10600448.0 +207.4,7.0,2742.0,0.011047806590795517,0.1386515349149704,0.0,1.7568482160568237,1.7567623853683472,-0.011076402850449085,0.0025288823526352644,0.429192453622818,0.4809992015361786,0.7310699224472046,648.0,165888.0,3887.2416270729154,10616832.0 +198.92,6.800000190734863,2749.0,0.012746323831379414,0.1558430939912796,0.0,1.6982641220092773,1.7888671159744263,-0.011670404113829136,0.002526209456846118,0.3055046498775482,0.48697391152381897,0.7815978080034256,649.0,166144.0,3893.201516023837,10633216.0 +241.68,6.599999904632568,2798.0,0.013950400985777378,0.15643310546875,0.0,1.6793245077133179,1.7334004640579224,-0.011099752970039845,0.0025287908501923084,0.4449637830257416,0.4829883873462677,0.7804664969444275,650.0,166400.0,3899.0576533218846,10649600.0 +217.86,6.199999809265137,2707.0,0.013464854098856449,0.1578369140625,0.0,1.6994446516036987,1.7803136110305786,-0.012181180529296398,0.0025293424259871244,0.49022313952445984,0.4815845191478729,0.7304785251617432,651.0,166656.0,3905.110684624873,10665984.0 +201.73,7.5,2783.0,0.012302950024604797,0.1369221955537796,0.0,1.664000153541565,1.7326523065567017,-0.011617310345172882,0.002533243503421545,0.4265122413635254,0.4741874635219574,0.7650952190160751,652.0,166912.0,3910.996989575913,10682368.0 +182.95,7.599999904632568,2785.0,0.013101931661367416,0.14306640625,0.0,1.6521859169006348,1.758569359779358,-0.012483909726142883,0.0025261114351451397,0.4155345857143402,0.47163596749305725,0.7777852863073349,653.0,167168.0,3916.879776523914,10698752.0 +214.28,7.900000095367432,2763.0,0.010260744951665401,0.1169230118393898,0.0,1.6714204549789429,1.748714804649353,-0.010245437733829021,0.0025305920280516148,0.43089187145233154,0.4802413284778595,0.7844186872243881,654.0,167424.0,3922.8103760709055,10715136.0 +166.26,7.099999904632568,2778.0,0.01191747933626175,0.1523030549287796,0.0,1.670872688293457,1.75331449508667,-0.014224200509488583,0.0025259279645979404,0.4236471951007843,0.49092599749565125,0.7651364356279373,655.0,167680.0,3928.708133512875,10731520.0 +172.8,7.300000190734863,2786.0,0.012145848013460636,0.13739013671875,0.0,1.6488075256347656,1.7010830640792847,-0.014601527713239193,0.002526870695874095,0.3919781446456909,0.482953816652298,0.7696838676929474,656.0,167936.0,3934.589840887813,10747904.0 +199.35,6.900000095367432,2781.0,0.011813237331807613,0.1334431916475296,0.0,1.7233532667160034,1.64335298538208,-0.012412995100021362,0.002542529022321105,0.5536617636680603,0.4644635021686554,0.7084367275238037,657.0,168192.0,3940.4804339408875,10764288.0 +131.45,8.5,2791.0,0.00994668249040842,0.11572265625,0.0,1.6618657112121582,1.6634849309921265,-0.010879148729145527,0.002534233732149005,0.42513373494148254,0.4703099727630615,0.7680291831493378,658.0,168448.0,3946.350929669803,10780672.0 +189.89,7.900000095367432,2751.0,0.011815567500889301,0.1411539763212204,0.0,1.6431933641433716,1.6647133827209473,-0.012185578234493732,0.002535824663937092,0.3852456510066986,0.47256216406822205,0.7949560135602951,659.0,168704.0,3952.305280728964,10797056.0 +205.01,7.5,2701.0,0.011526397429406643,0.1284383088350296,0.0,1.6659702062606812,1.6762672662734985,-0.010789561085402966,0.0025305701419711113,0.4296031892299652,0.4743860960006714,0.7549200654029846,660.0,168960.0,3958.3703648608644,10813440.0 +194.84,6.900000095367432,2777.0,0.01188588049262762,0.1397298127412796,0.0,1.656773567199707,1.6654082536697388,-0.013051279820501804,0.002544689690694213,0.3919287919998169,0.48120176792144775,0.7553917318582535,661.0,169216.0,3964.269304467831,10829824.0 +254.06,6.900000095367432,2783.0,0.015172728337347507,0.1498209685087204,0.0,1.6834818124771118,1.6426225900650024,-0.011688639409840107,0.0025457304436713457,0.4374583959579468,0.4834495484828949,0.7292795777320862,662.0,169472.0,3970.1556195849553,10846208.0 +200.26,7.400000095367432,2775.0,0.01461375504732132,0.1676432341337204,0.0,1.598427176475525,1.6890746355056763,-0.013210508041083813,0.0025468862149864435,0.2829749882221222,0.4760168790817261,0.808523640036583,663.0,169728.0,3976.0589108378626,10862592.0 +227.58,7.099999904632568,2776.0,0.010860863141715527,0.1406453400850296,0.0,1.7134798765182495,1.722190499305725,-0.010332123376429081,0.002537482650950551,0.501354992389679,0.48461925983428955,0.7271884381771088,664.0,169984.0,3981.961033129832,10878976.0 +233.96,7.5,2774.0,0.011615834198892117,0.13238525390625,0.0,1.6442593336105347,1.7053661346435547,-0.012661573477089405,0.002529451623558998,0.37835586071014404,0.4820934534072876,0.7714894264936447,665.0,170240.0,3987.8664575149305,10895360.0 +172.11,7.300000190734863,2746.0,0.012892577797174454,0.14569091796875,0.0,1.697729468345642,1.6947404146194458,-0.01353990938514471,0.00253018899820745,0.48068150877952576,0.48534807562828064,0.7337052524089813,666.0,170496.0,3993.8340837229043,10911744.0 +160.75,6.699999809265137,2759.0,0.009913641028106213,0.1171875,0.0,1.680937647819519,1.7341057062149048,-0.011456410400569439,0.002534634666517377,0.4699636995792389,0.4676864445209503,0.6964206397533417,667.0,170752.0,3999.7718986119144,10928128.0 +228.51,6.5,2746.0,0.010096420533955097,0.1205647811293602,0.0,1.660009503364563,1.7259925603866577,-0.01209129486232996,0.0025216378271579742,0.42021700739860535,0.4794778823852539,0.7315605580806732,668.0,171008.0,4005.738613275811,10944512.0 +188.83,7.699999809265137,2758.0,0.013399026356637478,0.1650594025850296,0.0,1.6079133749008179,1.7290496826171875,-0.014547747559845448,0.00252903182990849,0.3240092396736145,0.4740099608898163,0.7911632657051086,669.0,171264.0,4011.6803396949545,10960896.0 +222.19,7.400000095367432,2710.0,0.01382109522819519,0.1714070588350296,0.0,1.6620893478393555,1.716078758239746,-0.014086895622313023,0.0025442407932132483,0.41183874011039734,0.4777829647064209,0.7546147704124451,670.0,171520.0,4017.7248769938014,10977280.0 +175.23,7.699999809265137,2768.0,0.012950965203344822,0.1418253630399704,0.0,1.6909632682800293,1.744685173034668,-0.013030394911766052,0.0025180571246892214,0.47243306040763855,0.4882935583591461,0.7578919976949692,671.0,171776.0,4023.643407902913,10993664.0 +162.98,7.5,2763.0,0.014901270158588886,0.16552734375,0.0,1.63705575466156,1.7435005903244019,-0.011019389145076275,0.002519775414839387,0.38150808215141296,0.475119024515152,0.7640395611524582,672.0,172032.0,4029.572553355014,11010048.0 +224.94,7.800000190734863,2744.0,0.013080348260700703,0.1391398161649704,0.0,1.6038028001785278,1.7490400075912476,-0.013069015927612782,0.0025181754026561975,0.2987002730369568,0.4879852831363678,0.7573338598012924,673.0,172288.0,4035.5430627169553,11026432.0 +266.44,7.300000190734863,2765.0,0.01260556560009718,0.1497599333524704,0.0,1.6150568723678589,1.7495173215866089,-0.011292834766209126,0.002519747707992792,0.32606738805770874,0.482256680727005,0.7176471650600433,674.0,172544.0,4041.4684635950252,11042816.0 +269.83,6.5,2751.0,0.011701124720275402,0.1425577849149704,0.0,1.678261637687683,1.7575675249099731,-0.011835545301437378,0.0025335417594760656,0.4317733943462372,0.4882718026638031,0.7109565734863281,675.0,172800.0,4047.424322628882,11059200.0 +225.07,6.400000095367432,2756.0,0.01231225673109293,0.1450602263212204,0.0,1.6819109916687012,1.7139636278152466,-0.012590859085321426,0.00253698811866343,0.432974249124527,0.4905109107494354,0.6805039346218109,676.0,173056.0,4053.370122826891,11075584.0 +261.92,6.300000190734863,2812.0,0.011675798334181309,0.1476847380399704,0.0,1.6425679922103882,1.7684723138809204,-0.010276173241436481,0.002542586764320731,0.3453204333782196,0.4909043610095978,0.7220869362354279,677.0,173312.0,4059.1987629199866,11091968.0 +243.89,6.5,2799.0,0.010500497184693813,0.1269327849149704,0.0,1.6693363189697266,1.7691702842712402,-0.011063107289373875,0.0025445588398724794,0.4098600149154663,0.4843808114528656,0.6827552020549774,678.0,173568.0,4065.052077060798,11108352.0 +205.07,7.099999904632568,2785.0,0.010322541929781437,0.1247151717543602,0.0,1.6799226999282837,1.7563401460647583,-0.011789212934672832,0.002530357101932168,0.42248573899269104,0.4972124993801117,0.7450198829174042,679.0,173824.0,4070.933646603953,11124736.0 +213.7,7.0,2767.0,0.008311065845191479,0.0984090194106102,0.0,1.6836410760879517,1.8014546632766724,-0.010504103265702724,0.0025306891184300184,0.42613840103149414,0.49829110503196716,0.7166050672531128,680.0,174080.0,4076.853933230974,11141120.0 +227.59,6.900000095367432,2778.0,0.011701387353241444,0.1305948942899704,0.0,1.6375492811203003,1.7821496725082397,-0.01191360130906105,0.002532569458708167,0.34535518288612366,0.49207624793052673,0.7566328197717667,681.0,174336.0,4082.751185062807,11157504.0 +228.9,7.400000095367432,2750.0,0.01269680354744196,0.1553751677274704,0.0,1.6338406801223755,1.8014603853225708,-0.013609006069600582,0.002537590218707919,0.34923937916755676,0.48513975739479065,0.7527982890605927,682.0,174592.0,4088.710055480944,11173888.0 +237.32,6.699999809265137,2738.0,0.012103989720344543,0.1456095427274704,0.0,1.6970969438552856,1.7554415464401245,-0.011683803051710129,0.00253600487485528,0.4868713617324829,0.47658511996269226,0.6937145888805389,683.0,174848.0,4094.6930680179503,11190272.0 +192.46,7.199999809265137,2790.0,0.0121365487575531,0.1421305388212204,0.0,1.6743521690368652,1.725723385810852,-0.012187152169644833,0.002529590157791972,0.4602350890636444,0.46894505620002747,0.713848888874054,684.0,175104.0,4100.5660912268795,11206656.0 +220.58,7.199999809265137,2750.0,0.009503266774117947,0.1203206405043602,0.0,1.6220334768295288,1.7616852521896362,-0.012655165046453476,0.0025197069626301527,0.34227219223976135,0.48269855976104736,0.7274413108825684,685.0,175360.0,4106.522612131899,11223040.0 +237.3,6.400000095367432,2756.0,0.010637222789227962,0.1190592423081398,0.0,1.6134346723556519,1.7780534029006958,-0.009816459380090237,0.002539023756980896,0.3042437732219696,0.48214665055274963,0.727037101984024,686.0,175616.0,4112.467787565896,11239424.0 +253.94,7.099999904632568,2791.0,0.01333410944789648,0.1568603515625,0.0,1.6408308744430542,1.8034721612930298,-0.011619827710092068,0.002538053784519434,0.3766869604587555,0.47466930747032166,0.7410264015197754,687.0,175872.0,4118.337954569841,11255808.0 +270.68,6.5,2820.0,0.011220368556678295,0.1268107146024704,0.0,1.676230549812317,1.757108211517334,-0.01087245810776949,0.002536504063755274,0.44086992740631104,0.4779116213321686,0.7332698106765747,688.0,176128.0,4124.14707832993,11272192.0 +190.72,7.400000095367432,2736.0,0.011978437192738056,0.1439412385225296,0.0,1.6806291341781616,1.76116144657135,-0.01373386662453413,0.0025341075379401445,0.4612843692302704,0.4756902754306793,0.7433179616928101,689.0,176384.0,4130.13518690085,11288576.0 +169.62,7.800000190734863,2807.0,0.014475000090897083,0.14935302734375,0.0,1.6748861074447632,1.7593879699707031,-0.011699826456606388,0.0025256562512367964,0.40696462988853455,0.5026980638504028,0.7657574862241745,690.0,176640.0,4135.972003006842,11304960.0 +170.88,7.599999904632568,2826.0,0.013931282795965672,0.1657307893037796,0.0,1.6320414543151855,1.803504467010498,-0.010920803993940353,0.0025354253593832254,0.32816821336746216,0.4933612644672394,0.7477565705776215,691.0,176896.0,4141.769950419897,11321344.0 +242.47,6.800000190734863,2766.0,0.011656667105853558,0.1416015625,0.0,1.6050540208816528,1.821068286895752,-0.011371445842087269,0.0025366980116814375,0.2819245457649231,0.48891469836235046,0.7606132924556732,692.0,177152.0,4147.692017211812,11337728.0 +314.4,6.5,2760.0,0.013054460287094116,0.1620279997587204,0.0,1.6291946172714233,1.789371132850647,-0.010503939352929592,0.002537182765081525,0.33711668848991394,0.483212947845459,0.7116119861602783,693.0,177408.0,4153.628736116923,11354112.0 +239.36,6.300000190734863,2794.0,0.012767784297466278,0.1450398713350296,0.0,1.6600896120071411,1.7628296613693237,-0.011136901564896107,0.002528081415221095,0.4149167239665985,0.4787787199020386,0.7425806224346161,694.0,177664.0,4159.491796293994,11370496.0 +232.34,6.699999809265137,2728.0,0.015232618898153305,0.16497802734375,0.0,1.6341009140014648,1.7761708498001099,-0.011599487625062466,0.0025370691437274218,0.36130252480506897,0.475948691368103,0.7042967081069946,695.0,177920.0,4165.496972925961,11386880.0 +269.4,7.099999904632568,2773.0,0.014973190613090992,0.1811116486787796,0.0,1.601790428161621,1.8138575553894043,-0.012535497546195984,0.002534223021939397,0.31744852662086487,0.46670040488243103,0.738063246011734,696.0,178176.0,4171.4049552138895,11403264.0 +284.46,7.5,2824.0,0.01339954137802124,0.1534830778837204,0.0,1.6080255508422852,1.8295756578445435,-0.010614746250212193,0.002542698523029685,0.31444624066352844,0.46948954463005066,0.7435779571533203,697.0,178432.0,4177.206814107951,11419648.0 +236.28,7.300000190734863,2803.0,0.015752246603369713,0.1665852814912796,0.0,1.6436177492141724,1.8509750366210938,-0.0125310979783535,0.002533885883167386,0.35973265767097473,0.4916362762451172,0.7341144979000092,698.0,178688.0,4183.052701944951,11436032.0 +242.19,7.0,2769.0,0.013748429715633392,0.1706136018037796,0.0,1.6519970893859863,1.8219279050827026,-0.011916019022464752,0.0025314590893685818,0.3762238323688507,0.4919416904449463,0.6992778480052948,699.0,178944.0,4188.9704714338295,11452416.0 +229.49,7.199999809265137,2792.0,0.012745629996061325,0.1509196013212204,0.0,1.6900702714920044,1.7980111837387085,-0.012694294564425945,0.002515393076464534,0.3788377046585083,0.49239012598991394,0.7342061996459961,700.0,179200.0,4194.839215523796,11468800.0 +208.56,7.099999904632568,2728.0,0.010786711238324642,0.1196492537856102,0.0,1.6385918855667114,1.814010500907898,-0.011277015320956707,0.0025129232089966536,0.3016541302204132,0.4774608910083771,0.7786802351474762,701.0,179456.0,4200.844587667845,11485184.0 +247.84,6.699999809265137,2748.0,0.012260480783879757,0.1466878205537796,0.0,1.6291261911392212,1.8186701536178589,-0.012527975253760815,0.002504575066268444,0.28094953298568726,0.48413076996803284,0.7606475949287415,702.0,179712.0,4206.806599098956,11501568.0 +342.22,6.099999904632568,2692.0,0.009314285591244698,0.1150716170668602,0.0,1.6214772462844849,1.8598246574401855,-0.011400965042412281,0.0025163369718939066,0.2701402008533478,0.47486743330955505,0.7339402139186859,703.0,179968.0,4212.891465954017,11517952.0 +354.22,6.400000095367432,2649.0,0.013845360837876797,0.1627400666475296,0.0,1.6277045011520386,1.8644310235977173,-0.013560429215431213,0.0025155728217214346,0.26928621530532837,0.4853748083114624,0.776679664850235,704.0,180224.0,4219.076989539899,11534336.0 +336.78,7.0,2728.0,0.017016896978020668,0.1861572265625,0.0,1.609236717224121,1.8626117706298828,-0.014458277262747288,0.002522468799725175,0.2434731125831604,0.4765765368938446,0.764908641576767,705.0,180480.0,4225.08279231796,11550720.0 +324.03,6.400000095367432,2754.0,0.014180987142026424,0.1755778044462204,0.0,1.674467921257019,1.8826022148132324,-0.014334936626255512,0.002519892994314432,0.37009134888648987,0.4801485538482666,0.7527174949645996,706.0,180736.0,4231.032670350978,11567104.0 +283.08,6.599999904632568,2832.0,0.016372183337807655,0.17523193359375,0.0,1.681132435798645,1.860391616821289,-0.010752732865512371,0.0025177167262881994,0.3664436340332031,0.4865901470184326,0.7423267662525177,707.0,180992.0,4236.81851761695,11583488.0 +296.5,6.5,2731.0,0.011313240975141525,0.1263834685087204,0.0,1.6119438409805298,1.9327677488327026,-0.013034570962190628,0.0025177772622555494,0.24086612462997437,0.48268043994903564,0.7564588189125061,708.0,181248.0,4242.816439657006,11599872.0 +280.12,6.800000190734863,2754.0,0.010557596571743488,0.1258544921875,0.0,1.6497045755386353,1.9296350479125977,-0.01120435819029808,0.00251367362216115,0.3231598436832428,0.4787349998950958,0.7475986182689667,709.0,181504.0,4248.765338619938,11616256.0 +303.61,7.099999904632568,2753.0,0.014389492571353912,0.17333984375,0.0,1.6071081161499023,1.9366024732589722,-0.011649521999061108,0.002507885918021202,0.25857725739479065,0.4704398810863495,0.7661891132593155,710.0,181760.0,4254.715884611942,11632640.0 +371.09,6.300000190734863,2794.0,0.018042264506220818,0.18487548828125,0.0,1.6300368309020996,1.9155548810958862,-0.011605427600443363,0.002507172990590334,0.2992111146450043,0.4734899699687958,0.7426753342151642,711.0,182016.0,4260.578895625891,11649024.0 +304.53,6.599999904632568,2734.0,0.012589837424457073,0.1416829377412796,0.0,1.663852334022522,1.9056981801986694,-0.01364720705896616,0.0025086570531129837,0.33906105160713196,0.4908442497253418,0.798651933670044,712.0,182272.0,4266.5719826319255,11665408.0 +212.81,7.900000095367432,2787.0,0.012970912270247936,0.15606689453125,0.0,1.647841453552246,1.8894046545028687,-0.012440565973520279,0.0025098139885812998,0.32931169867515564,0.475973516702652,0.7918036729097366,713.0,182528.0,4272.450048120925,11681792.0 +253.24,7.0,2802.0,0.014868512749671936,0.17181396484375,0.0,1.6470016241073608,1.8666857481002808,-0.013581144623458385,0.0025196196511387825,0.3133845031261444,0.48025572299957275,0.7687589973211288,714.0,182784.0,4278.296689291019,11698176.0 +256.12,7.400000095367432,2690.0,0.013988662511110306,0.1652628630399704,0.0,1.6383514404296875,1.8785414695739746,-0.013275299221277237,0.0025232869666069746,0.32200491428375244,0.46339622139930725,0.814586266875267,715.0,183040.0,4284.387829676969,11714560.0 +286.77,7.5,2816.0,0.01155811082571745,0.14349365234375,0.0,1.6293138265609741,1.9248151779174805,-0.010152800939977169,0.0025322972796857357,0.2780023515224457,0.47066667675971985,0.8027794510126114,716.0,183296.0,4290.205956917023,11730944.0 +307.33,7.400000095367432,2804.0,0.0121615557000041,0.1475016325712204,0.0,1.6207903623580933,1.9213124513626099,-0.01350198034197092,0.0025233954656869173,0.26960763335227966,0.47396135330200195,0.7793379127979279,717.0,183552.0,4296.049488575896,11747328.0 +348.6,6.400000095367432,2770.0,0.012999337166547775,0.1575927734375,0.0,1.6840065717697144,1.9143282175064087,-0.013969232328236103,0.002522730501368642,0.3797467052936554,0.4840584993362427,0.710596114397049,718.0,183808.0,4301.963278293842,11763712.0 +341.71,6.300000190734863,2840.0,0.013557708822190762,0.1592203825712204,0.0,1.6436935663223267,1.8931002616882324,-0.013689196668565273,0.002511683152988553,0.3191863000392914,0.4775533974170685,0.7591772824525833,719.0,184064.0,4307.733018741012,11780096.0 +306.51,6.5,2815.0,0.017170969396829605,0.1963297575712204,0.0,1.6597332954406738,1.917502522468567,-0.01321339886635542,0.002511595143005252,0.34842824935913086,0.47895416617393494,0.7474897503852844,720.0,184320.0,4313.552518718876,11796480.0 +343.48,6.300000190734863,2742.0,0.01572149619460106,0.1831868439912796,0.0,1.6645164489746094,1.9167917966842651,-0.011261743493378162,0.00251945317722857,0.36705946922302246,0.46760618686676025,0.755906492471695,721.0,184576.0,4319.528482040856,11812864.0 +278.86,7.099999904632568,2771.0,0.01351771131157875,0.1590576171875,0.0,1.6741539239883423,1.9218376874923706,-0.013438022695481777,0.0025125013198703527,0.3793458640575409,0.4776206910610199,0.7646139562129974,722.0,184832.0,4325.4413908859715,11829248.0 +219.06,7.400000095367432,2810.0,0.012757468037307262,0.1571451872587204,0.0,1.6538251638412476,1.9153703451156616,-0.01580584980547428,0.0025057694874703884,0.33433809876441956,0.48610496520996094,0.7756306380033493,723.0,185088.0,4331.2725248539355,11845632.0 +238.35,7.400000095367432,2803.0,0.014234189875423908,0.1619466096162796,0.0,1.6957799196243286,1.886992335319519,-0.013125932775437832,0.0025126442778855562,0.4112860858440399,0.48325809836387634,0.7377252876758575,724.0,185344.0,4337.117243616842,11862016.0 +267.53,6.900000095367432,2792.0,0.012822572141885757,0.1487019807100296,0.0,1.7128387689590454,1.8840183019638062,-0.013059421442449093,0.002514004474505782,0.43883100152015686,0.48622366786003113,0.7470566034317017,725.0,185600.0,4342.985152893001,11878400.0 +198.88,7.099999904632568,2776.0,0.01293239090591669,0.1471150666475296,0.0,1.721771240234375,1.8800796270370483,-0.012247667647898197,0.0025148724671453238,0.45703020691871643,0.48462605476379395,0.7420551180839539,726.0,185856.0,4348.887568956008,11894784.0 +195.31,7.900000095367432,2813.0,0.016203947365283966,0.16180419921875,0.0,1.650678277015686,1.8428936004638672,-0.014968197792768478,0.0025102056097239256,0.3201642334461212,0.4866037666797638,0.804509237408638,727.0,186112.0,4354.713103527902,11911168.0 +185.22,8.5,2810.0,0.014733339659869671,0.1591796875,0.0,1.6865373849868774,1.8270241022109985,-0.010604078881442547,0.0025101983919739723,0.35762760043144226,0.5010128021240234,0.7890396863222122,728.0,186368.0,4360.544388472801,11927552.0 +236.26,7.599999904632568,2740.0,0.011498118750751019,0.1371866911649704,0.0,1.6306500434875488,1.819254755973816,-0.013967607170343399,0.002506530610844493,0.27581968903541565,0.48947808146476746,0.7837268561124802,729.0,186624.0,4366.522936664987,11943936.0 +332.52,6.300000190734863,2813.0,0.012433621101081371,0.1439412385225296,0.0,1.7387648820877075,1.8360360860824585,-0.01037929393351078,0.0025122573133558035,0.4536483585834503,0.5046492218971252,0.7214876413345337,730.0,186880.0,4372.3463842319325,11960320.0 +253.0,6.900000095367432,2767.0,0.01349505502730608,0.1571044921875,0.0,1.7570385932922363,1.8102774620056152,-0.012384104542434216,0.0025198529474437237,0.48946407437324524,0.5032660365104675,0.7167063057422638,731.0,187136.0,4378.267021086998,11976704.0 +205.08,7.099999904632568,2810.0,0.012139665894210339,0.1418253630399704,0.0,1.7264755964279175,1.7858905792236328,-0.015640392899513245,0.0025145080871880054,0.4662925899028778,0.487693190574646,0.7162883281707764,732.0,187392.0,4384.098445305834,11993088.0 +167.7,7.599999904632568,2793.0,0.013639512471854687,0.1563313752412796,0.0,1.725847601890564,1.7658696174621582,-0.012714043259620667,0.0025141036603599787,0.44491341710090637,0.4958208501338959,0.6858421564102173,733.0,187648.0,4389.964290470816,12009472.0 +218.04,7.199999809265137,2823.0,0.013570998795330524,0.16064453125,0.0,1.6777691841125488,1.815029263496399,-0.01189432293176651,0.0025178107898682356,0.35123348236083984,0.49217700958251953,0.7273487448692322,734.0,187904.0,4395.768606485799,12025856.0 +288.67,6.900000095367432,2820.0,0.012018793262541294,0.1441853791475296,0.0,1.73248291015625,1.839553713798523,-0.013304304331541061,0.002519656205549836,0.44742417335510254,0.5007101893424988,0.6743079721927643,735.0,188160.0,4401.578400827944,12042240.0 +215.98,7.5,2819.0,0.014223556034266949,0.1555379182100296,0.0,1.6810470819473267,1.7846183776855469,-0.01592457853257656,0.0025179486256092787,0.3703738749027252,0.489175409078598,0.7384346425533295,736.0,188416.0,4407.390984026948,12058624.0 +192.17,7.300000190734863,2734.0,0.013093732297420502,0.1520792692899704,0.0,1.7248495817184448,1.8267730474472046,-0.013964352197945118,0.0025115779135376215,0.46769651770591736,0.4850492775440216,0.7376554310321808,737.0,188672.0,4413.383529794868,12075008.0 +195.78,6.800000190734863,2804.0,0.012335018254816532,0.1487019807100296,0.0,1.6957736015319824,1.811503529548645,-0.013104665093123913,0.0025219889357686043,0.3988589346408844,0.48479270935058594,0.6627438962459564,738.0,188928.0,4419.226010340964,12091392.0 +231.1,7.300000190734863,2773.0,0.010204960592091084,0.1172078475356102,0.0,1.7262464761734009,1.8165512084960938,-0.010842233896255493,0.00251193018630147,0.4049963057041168,0.5186132788658142,0.7245931625366211,739.0,189184.0,4425.13373389584,12107776.0 +192.04,7.5,2803.0,0.01096647884696722,0.1291910856962204,0.0,1.6695337295532227,1.8449749946594238,-0.012297040782868862,0.0025104915257543325,0.3518315255641937,0.4868854582309723,0.7546535432338715,740.0,189440.0,4430.977939117933,12124160.0 +238.5,7.199999809265137,2813.0,0.0132472338154912,0.15496826171875,0.0,1.6544657945632935,1.8461378812789917,-0.012518798001110554,0.002502625808119774,0.3123331665992737,0.4964352548122406,0.770562544465065,741.0,189696.0,4436.803065526998,12140544.0 +246.83,7.5,2837.0,0.012245518155395985,0.1432902067899704,0.0,1.6642061471939087,1.8020261526107788,-0.012183587066829205,0.0025080398190766573,0.33438369631767273,0.4913722276687622,0.7572677433490753,742.0,189952.0,4442.578448730987,12156928.0 +202.43,7.599999904632568,2822.0,0.015956945717334747,0.17010498046875,0.0,1.6800562143325806,1.8453727960586548,-0.014876176603138447,0.0025211365427821875,0.3661535978317261,0.4883565902709961,0.7490448653697968,743.0,190208.0,4448.384361109929,12173312.0 +263.74,6.900000095367432,2759.0,0.014023219235241413,0.1532185822725296,0.0,1.631798267364502,1.87684965133667,-0.014422052539885044,0.0025170266162604094,0.2906912863254547,0.4782217741012573,0.8110896199941635,744.0,190464.0,4454.322373653995,12189696.0 +214.26,7.300000190734863,2797.0,0.011195971630513668,0.14044189453125,0.0,1.6760516166687012,1.8251134157180786,-0.013886664062738419,0.0025211458560079336,0.36659494042396545,0.4821605980396271,0.7683592289686203,745.0,190720.0,4460.179272018839,12206080.0 +242.53,7.300000190734863,2821.0,0.01407652348279953,0.16455078125,0.0,1.6542798280715942,1.7859662771224976,-0.010977537371218204,0.0025248073507100344,0.28941860795021057,0.49577653408050537,0.7946700155735016,746.0,190976.0,4465.986872864887,12222464.0 +257.2,6.900000095367432,2789.0,0.010749049484729767,0.1146647110581398,0.0,1.7024637460708618,1.7533568143844604,-0.011911410838365555,0.002504944335669279,0.40043798089027405,0.49803030490875244,0.7073829174041748,747.0,191232.0,4471.861567586893,12238848.0 +240.91,6.900000095367432,2815.0,0.015672804787755013,0.1690673828125,0.0,1.6587568521499634,1.752811312675476,-0.016037538647651672,0.002510729245841503,0.3255389928817749,0.4926964044570923,0.7414111495018005,748.0,191488.0,4477.682665655855,12255232.0 +250.09,6.900000095367432,2806.0,0.012910452671349049,0.1512858122587204,0.0,1.6523624658584595,1.7491059303283691,-0.011191475205123425,0.002507915487512946,0.33154168725013733,0.477784126996994,0.7249082326889038,749.0,191744.0,4483.521792294923,12271616.0 +276.12,6.599999904632568,2754.0,0.009938300587236881,0.1192830428481102,0.0,1.6590088605880737,1.7891243696212769,-0.013280204497277737,0.0025101685896515846,0.3797552287578583,0.4843968451023102,0.7255362272262573,750.0,192000.0,4489.470476877876,12288000.0 +250.35,7.099999904632568,2814.0,0.012556776404380798,0.1524454802274704,0.0,1.5752558708190918,1.8158245086669922,-0.014511494897305965,0.0025164938997477293,0.1976683884859085,0.4914243221282959,0.7723337709903717,751.0,192256.0,4495.292517229915,12304384.0 +269.81,6.900000095367432,2825.0,0.01397476065903902,0.1597086638212204,0.0,1.6051851511001587,1.8210235834121704,-0.012085210531949997,0.0025151059962809086,0.27588561177253723,0.4787226617336273,0.7415563762187958,752.0,192512.0,4501.090908583952,12320768.0 +294.57,6.300000190734863,2802.0,0.010996839962899685,0.125244140625,0.0,1.690559983253479,1.8478559255599976,-0.010094446130096912,0.002514564897865057,0.4351890981197357,0.48363175988197327,0.694810152053833,753.0,192768.0,4506.938107203925,12337152.0 +262.89,7.300000190734863,2823.0,0.008910966105759144,0.11328125,0.0,1.6498183012008667,1.8626397848129272,-0.011022195219993591,0.002508072881028056,0.3740241825580597,0.4763457477092743,0.7484243810176849,754.0,193024.0,4512.741678051883,12353536.0 +198.02,7.900000095367432,2804.0,0.00969501119107008,0.1148478165268898,0.0,1.6420878171920776,1.8623384237289429,-0.013464604504406452,0.0025139700155705214,0.32864144444465637,0.49357128143310547,0.728346198797226,755.0,193280.0,4518.585049968911,12369920.0 +217.65,7.199999809265137,2754.0,0.01149947289377451,0.1365763396024704,0.0,1.6395974159240723,1.8327749967575073,-0.01460247952491045,0.0025179809890687466,0.31722667813301086,0.49627265334129333,0.7485997080802917,756.0,193536.0,4524.534309183946,12386304.0 +248.26,7.599999904632568,2801.0,0.012857410125434399,0.1564127653837204,0.0,1.664451241493225,1.773743987083435,-0.012965768575668335,0.0025096151512116194,0.36074018478393555,0.501464307308197,0.7733815759420395,757.0,193792.0,4530.384154154919,12402688.0 +201.8,7.300000190734863,2796.0,0.012215565890073776,0.14337158203125,0.0,1.618203043937683,1.7824751138687134,-0.014228721149265766,0.002507671946659684,0.2978050410747528,0.4868640899658203,0.7888568192720413,758.0,194048.0,4536.243735190015,12419072.0 +202.6,7.300000190734863,2722.0,0.011006787419319153,0.1341552734375,0.0,1.5898176431655884,1.8829525709152222,-0.012743066065013409,0.0025047340895980597,0.25219836831092834,0.48130378127098083,0.7517757266759872,759.0,194304.0,4542.261828803923,12435456.0 +328.88,6.400000095367432,2796.0,0.014565877616405487,0.17681884765625,0.0,1.6446218490600586,1.86865234375,-0.013175544328987598,0.0025109397247433662,0.35352715849876404,0.48333659768104553,0.7459443509578705,760.0,194560.0,4548.120581754949,12451840.0 +289.87,7.0,2803.0,0.013293147087097168,0.1533610075712204,0.0,1.6371335983276367,1.8831535577774048,-0.014109008014202118,0.002503581577911973,0.3257181942462921,0.4957047998905182,0.7430582940578461,761.0,194816.0,4553.966279768851,12468224.0 +239.36,6.900000095367432,2798.0,0.012785510160028934,0.1573689728975296,0.0,1.692213535308838,1.8764570951461792,-0.012903779745101929,0.0025227100122720003,0.4115343987941742,0.498777836561203,0.7178554832935333,762.0,195072.0,4559.821057847934,12484608.0 +228.37,7.5,2802.0,0.014679990708827972,0.1828206330537796,0.0,1.6412125825881958,1.8895349502563477,-0.011641626246273518,0.002523239003494382,0.30195316672325134,0.5015955567359924,0.7594098001718521,763.0,195328.0,4565.668059501797,12500992.0 +242.6,7.300000190734863,2788.0,0.010728210210800171,0.1330363005399704,0.0,1.6608525514602661,1.888048768043518,-0.011105348356068134,0.002523767529055476,0.34031882882118225,0.5012223124504089,0.7263124287128448,764.0,195584.0,4571.545327536995,12517376.0 +245.45,6.699999809265137,2739.0,0.00982957985252142,0.1208089217543602,0.0,1.6094974279403687,1.8801970481872559,-0.012502231635153294,0.002522540744394064,0.2641419768333435,0.4879823923110962,0.7526759058237076,765.0,195840.0,4577.525871472899,12533760.0 +290.35,6.5,2756.0,0.01054326817393303,0.1370442658662796,0.0,1.6562544107437134,1.7999118566513062,-0.0100088557228446,0.002523667411878705,0.3101731836795807,0.511123538017273,0.704065591096878,766.0,196096.0,4583.469699166017,12550144.0 +373.02,6.099999904632568,2822.0,0.00965073611587286,0.12359619140625,0.0,1.633438229560852,1.796439528465271,-0.01180236041545868,0.002506605349481106,0.3114451766014099,0.4945029318332672,0.7553683519363403,767.0,196352.0,4589.275080288993,12566528.0 +312.79,6.900000095367432,2826.0,0.013609412126243114,0.1629842072725296,0.0,1.5735067129135132,1.7417025566101074,-0.013814766891300678,0.002517021493986249,0.19694064557552338,0.48788681626319885,0.8091979771852493,768.0,196608.0,4595.072359757964,12582912.0 +254.52,7.400000095367432,2762.0,0.013690642081201077,0.1537882536649704,0.0,1.6081849336624146,1.7139582633972168,-0.012150924652814865,0.0025155965704470873,0.2498820424079895,0.49586471915245056,0.7230739891529083,769.0,196864.0,4601.00488375593,12599296.0 +318.81,6.199999809265137,2763.0,0.010954451747238636,0.1365153044462204,0.0,1.6939926147460938,1.7094305753707886,-0.011310252360999584,0.0025228962767869234,0.4115128517150879,0.4969758987426758,0.6431891918182373,770.0,197120.0,4606.934540770017,12615680.0 +283.41,6.900000095367432,2787.0,0.010249373503029346,0.1221110001206398,0.0,1.6937445402145386,1.6902731657028198,-0.010919973254203796,0.0025278080720454454,0.3920252025127411,0.5048551559448242,0.7106615900993347,771.0,197376.0,4612.813086614944,12632064.0 +314.24,6.800000190734863,2721.0,0.011307597160339355,0.1321614533662796,0.0,1.6286522150039673,1.7462021112442017,-0.01063518226146698,0.0025129232089966536,0.256384938955307,0.5157783031463623,0.7571617662906647,772.0,197632.0,4618.835354239913,12648448.0 +287.45,6.599999904632568,2767.0,0.011376687325537205,0.1431681364774704,0.0,1.6033509969711304,1.8131133317947388,-0.013827532529830933,0.002513439627364278,0.25183072686195374,0.49330243468284607,0.7470566630363464,773.0,197888.0,4624.756975864992,12664832.0 +307.87,6.099999904632568,2726.0,0.013633538037538528,0.1636962890625,0.0,1.6349917650222778,1.8401702642440796,-0.011255845427513123,0.0025232702028006315,0.32337796688079834,0.4809279441833496,0.6862122714519501,774.0,198144.0,4630.766238030978,12681216.0 +344.86,6.300000190734863,2700.0,0.013844276778399944,0.16900634765625,0.0,1.6586247682571411,1.8438774347305298,-0.012729506008327007,0.002522573806345463,0.38398513197898865,0.47529351711273193,0.7001204192638397,775.0,198400.0,4636.833144940902,12697600.0 +280.88,6.800000190734863,2803.0,0.011612449772655964,0.1468098908662796,0.0,1.6461535692214966,1.846113681793213,-0.014271932654082775,0.002521141665056348,0.3555356562137604,0.4798569977283478,0.7402389347553253,776.0,198656.0,4642.678842169931,12713984.0 +252.3,6.900000095367432,2802.0,0.01374809443950653,0.1650797575712204,0.0,1.6564865112304688,1.8506320714950562,-0.014655242674052715,0.002522681374102831,0.3505016565322876,0.4944820702075958,0.7527254521846771,777.0,198912.0,4648.527087345021,12730368.0 +244.39,7.199999809265137,2806.0,0.011969375424087048,0.1449788361787796,0.0,1.676087737083435,1.8235301971435547,-0.01097848266363144,0.0025273626670241356,0.38065874576568604,0.49280786514282227,0.7430082559585571,778.0,199168.0,4654.365598694887,12746752.0 +248.22,7.300000190734863,2785.0,0.015112146735191345,0.1822916716337204,0.0,1.6776719093322754,1.8078747987747192,-0.011856579221785069,0.002523744711652398,0.36971330642700195,0.503635585308075,0.7487812936306,779.0,199424.0,4660.249411738943,12763136.0 +233.29,6.699999809265137,2794.0,0.012784398160874844,0.1484171599149704,0.0,1.6762784719467163,1.815025806427002,-0.013265520334243774,0.0025275673251599073,0.37312832474708557,0.4998452663421631,0.7303990125656128,780.0,199680.0,4666.113001563819,12779520.0 +215.2,7.400000095367432,2794.0,0.015547671355307102,0.1821696013212204,0.0,1.623890995979309,1.8453673124313354,-0.011688590981066227,0.002524346113204956,0.2800844609737396,0.4931788146495819,0.8012238144874573,781.0,199936.0,4671.976638373919,12795904.0 +251.13,7.699999809265137,2720.0,0.012616627849638462,0.1541544646024704,0.0,1.6730276346206665,1.8410354852676392,-0.01203098800033331,0.0025140547659248114,0.3879864513874054,0.4930894076824188,0.7564393728971481,782.0,200192.0,4678.001395015977,12812288.0 +269.46,7.0,2818.0,0.011077002622187138,0.126953125,0.0,1.6734029054641724,1.7962485551834106,-0.010632142424583435,0.0025131574366241693,0.37243208289146423,0.5008492469787598,0.7644274085760117,783.0,200448.0,4683.814784517977,12828672.0 +238.2,7.099999904632568,2807.0,0.013754838146269321,0.15570068359375,0.0,1.6599806547164917,1.7722989320755005,-0.009938915260136127,0.002522395458072424,0.36867856979370117,0.481762170791626,0.7171845436096191,784.0,200704.0,4689.651667129016,12845056.0 +251.12,6.699999809265137,2729.0,0.01440532598644495,0.16424560546875,0.0,1.5897701978683472,1.8045920133590698,-0.013753985054790974,0.002514398191124201,0.24894766509532928,0.4785648286342621,0.7913835942745209,785.0,200960.0,4695.655971434899,12861440.0 +300.76,6.699999809265137,2765.0,0.009947169572114944,0.1209309920668602,0.0,1.6129374504089355,1.7980527877807617,-0.010075218975543976,0.002513232408091426,0.2814391553401947,0.4828313887119293,0.7599874585866928,786.0,201216.0,4701.581416309811,12877824.0 +323.31,6.300000190734863,2791.0,0.009623556397855282,0.12042236328125,0.0,1.6724144220352173,1.810115933418274,-0.009451600722968578,0.0025142449885606766,0.39125239849090576,0.4870412051677704,0.7690162658691406,787.0,201472.0,4707.451727493899,12894208.0 +266.52,6.400000095367432,2750.0,0.009138991124927998,0.1114705428481102,0.0,1.7496613264083862,1.7968417406082153,-0.00961796473711729,0.0025129809509962797,0.5386337041854858,0.49183496832847595,0.7019294202327728,788.0,201728.0,4713.408989907941,12910592.0 +216.81,7.0,2835.0,0.013266894035041332,0.15338134765625,0.0,1.690371036529541,1.8389339447021484,-0.015034407377243042,0.0025113990996032953,0.4254414141178131,0.4962705373764038,0.7368176579475403,789.0,201984.0,4719.188158409903,12926976.0 +222.21,6.699999809265137,2829.0,0.01197847630828619,0.1381022185087204,0.0,1.6668952703475952,1.836782455444336,-0.013049020431935787,0.002510254504159093,0.391769140958786,0.4868175983428955,0.7514625191688538,790.0,202240.0,4724.979513217928,12943360.0 +196.36,7.5,2758.0,0.013089182786643505,0.1524454802274704,0.0,1.6716121435165405,1.8582535982131958,-0.01212648767977953,0.0025030281394720078,0.4052037298679352,0.4872913062572479,0.7472116947174072,791.0,202496.0,4730.919159580953,12959744.0 +191.53,7.599999904632568,2808.0,0.010810495354235172,0.12738037109375,0.0,1.6630210876464844,1.8698787689208984,-0.013637893833220005,0.002508606528863311,0.40485647320747375,0.4766295850276947,0.7400195598602295,792.0,202752.0,4736.7529802848585,12976128.0 +204.72,7.599999904632568,2844.0,0.01372439879924059,0.1630452424287796,0.0,1.6489601135253906,1.8179718255996704,-0.01258164644241333,0.0025062637869268656,0.37072697281837463,0.4794571101665497,0.733100414276123,793.0,203008.0,4742.5129586129915,12992512.0 +184.5,7.5,2779.0,0.012369492091238499,0.1518758088350296,0.0,1.6565953493118286,1.8280178308486938,-0.011622264981269836,0.0025108803529292345,0.37871959805488586,0.48037204146385193,0.7604820430278778,794.0,203264.0,4748.408397755818,13008896.0 +241.37,6.599999904632568,2805.0,0.014715149998664856,0.159423828125,0.0,1.6938585042953491,1.8523931503295898,-0.011929590255022049,0.002518668072298169,0.4417402744293213,0.48378702998161316,0.6946399509906769,795.0,203520.0,4754.250438672025,13025280.0 +214.3,7.599999904632568,2802.0,0.014524262398481369,0.1482747346162796,0.0,1.6929093599319458,1.793372631072998,-0.013128208927810192,0.0025235090870410204,0.42103612422943115,0.49297407269477844,0.7401404678821564,796.0,203776.0,4760.098247120855,13041664.0 +187.57,7.400000095367432,2806.0,0.012672808952629566,0.1526285856962204,0.0,1.731711745262146,1.7868748903274536,-0.013750449754297733,0.0025173204485327005,0.5188296437263489,0.4850105047225952,0.7386207580566406,797.0,204032.0,4765.936030312907,13058048.0 +158.9,7.699999809265137,2800.0,0.013609946705400944,0.1511027067899704,0.0,1.6507350206375122,1.8303784132003784,-0.012102998793125153,0.0025141576770693064,0.35666021704673767,0.4853114187717438,0.7662301659584045,798.0,204288.0,4771.787889331812,13074432.0 +201.6,7.099999904632568,2839.0,0.01240845862776041,0.1453654021024704,0.0,1.710302710533142,1.834687352180481,-0.011026485823094845,0.00251776329241693,0.45196595788002014,0.4961247444152832,0.7356716990470886,799.0,204544.0,4777.5592576419,13090816.0 +196.53,7.900000095367432,2848.0,0.011587346903979778,0.1380818635225296,0.0,1.6857343912124634,1.8355412483215332,-0.013049486093223095,0.0025118982885032892,0.3390309512615204,0.48785218596458435,0.7745508849620819,800.0,204800.0,4783.311246671947,13107200.0 +214.0,7.900000095367432,2744.0,0.011923502199351788,0.1549479216337204,0.0,1.7079086303710938,1.7957512140274048,-0.012795603834092617,0.0025131895672529936,0.37615180015563965,0.4905443489551544,0.7454476356506348,801.0,205056.0,4789.282074184855,13123584.0 +213.79,7.599999904632568,2846.0,0.011140111833810806,0.1335245817899704,0.0,1.7221599817276,1.8305104970932007,-0.01328508835285902,0.0025094780139625072,0.4339997470378876,0.4768107831478119,0.7259724140167236,802.0,205312.0,4795.038634905824,13139968.0 +187.04,8.0,2803.0,0.014648900367319584,0.1704304963350296,0.0,1.704635739326477,1.8294320106506348,-0.012185261584818363,0.0025099690537899733,0.3787120282649994,0.4867161512374878,0.7661047428846359,803.0,205568.0,4800.883575671818,13156352.0 +185.42,7.300000190734863,2788.0,0.0134147172793746,0.1604817658662796,0.0,1.7299281358718872,1.7731367349624634,-0.012995555996894836,0.0025000879541039467,0.4336272180080414,0.4894959032535553,0.7394990921020508,804.0,205824.0,4806.759855543962,13172736.0 +195.32,7.199999809265137,2792.0,0.011548154056072235,0.1385701447725296,0.0,1.695245385169983,1.7970978021621704,-0.013016444630920887,0.002508088480681181,0.3641159236431122,0.48587143421173096,0.7461282312870026,805.0,206080.0,4812.62722600298,13189120.0 +228.2,6.699999809265137,2793.0,0.01163159403949976,0.1414794921875,0.0,1.666306495666504,1.868205189704895,-0.013705658726394176,0.0024962984025478363,0.3094489872455597,0.4915347397327423,0.7141275405883789,806.0,206336.0,4818.493847538019,13205504.0 +310.57,6.5,2715.0,0.0108903544023633,0.1277058869600296,0.0,1.6669483184814453,1.8683446645736694,-0.011996365152299404,0.002504839329048991,0.28466737270355225,0.5000248551368713,0.7664628326892853,807.0,206592.0,4824.527170103975,13221888.0 +325.99,7.199999809265137,2792.0,0.010524610988795757,0.1273193359375,0.0,1.6631569862365723,1.853957176208496,-0.012937881052494049,0.002509405603632331,0.29142725467681885,0.4905602037906647,0.7521770894527435,808.0,206848.0,4830.395832086913,13238272.0 +286.19,7.0,2778.0,0.013401097618043423,0.1629842072725296,0.0,1.7224888801574707,1.7694917917251587,-0.013717614114284515,0.0025212790351361036,0.3972930610179901,0.49176034331321716,0.7187507748603821,809.0,207104.0,4836.293902942911,13254656.0 +259.85,6.800000190734863,2772.0,0.010931004770100117,0.128662109375,0.0,1.7261528968811035,1.7331533432006836,-0.010853073559701443,0.002517844783142209,0.39072084426879883,0.49767160415649414,0.7378410696983337,810.0,207360.0,4842.2036554799415,13271040.0 +231.31,7.5,2788.0,0.013007811270654202,0.1512858122587204,0.0,1.7217057943344116,1.696616291999817,-0.013093044050037861,0.002526030642911792,0.39871975779533386,0.4861736595630646,0.7482157945632935,811.0,207616.0,4848.079379334813,13287424.0 +197.9,8.0,2792.0,0.013467181473970413,0.1502685546875,0.0,1.6966670751571655,1.6978673934936523,-0.012030821293592453,0.0025082803331315517,0.3547245264053345,0.4904392957687378,0.7844128161668777,812.0,207872.0,4853.948164362926,13303808.0 +179.95,7.599999904632568,2846.0,0.01159523706883192,0.1363321989774704,0.0,1.7196717262268066,1.6784611940383911,-0.012211128138005733,0.0025044369976967573,0.38458433747291565,0.5014439225196838,0.698332816362381,813.0,208128.0,4859.70406687283,13320192.0 +237.07,7.300000190734863,2796.0,0.010884467512369156,0.1288655549287796,0.0,1.7001066207885742,1.739393711090088,-0.009824463166296482,0.0025065329391509295,0.35247698426246643,0.4944365322589874,0.7573849409818649,814.0,208384.0,4865.563447679859,13336576.0 +260.51,6.400000095367432,2819.0,0.010047649033367634,0.1221720352768898,0.0,1.7479634284973145,1.808451533317566,-0.011600226163864136,0.0025068933609873056,0.4591630697250366,0.4908536374568939,0.638953298330307,815.0,208640.0,4871.375623601954,13352960.0 +225.42,7.400000095367432,2786.0,0.012647680006921291,0.1472981721162796,0.0,1.692038893699646,1.7828387022018433,-0.012695862911641598,0.0025096959434449673,0.3463972508907318,0.4909149706363678,0.7601829320192337,816.0,208896.0,4877.256625911919,13369344.0 +254.29,7.300000190734863,2718.0,0.013689526356756687,0.16522216796875,0.0,1.7100411653518677,1.7640858888626099,-0.013917275704443455,0.0025101150386035442,0.3650391399860382,0.50165194272995,0.75455142557621,817.0,209152.0,4883.283316951012,13385728.0 +188.5,7.199999809265137,2811.0,0.012812302447855473,0.15130615234375,0.0,1.7365918159484863,1.7364166975021362,-0.012349862605333328,0.002508395118638873,0.4125533401966095,0.5035819411277771,0.7314960062503815,818.0,209408.0,4889.110742690973,13402112.0 +207.26,7.599999904632568,2795.0,0.013353646732866764,0.1473185271024704,0.0,1.6814109086990356,1.7711881399154663,-0.009532827883958817,0.002512519247829914,0.2942882180213928,0.5031899809837341,0.7669164389371872,819.0,209664.0,4894.973139219917,13418496.0 +271.06,7.0,2723.0,0.011004303582012653,0.1317545622587204,0.0,1.6952203512191772,1.7724841833114624,-0.013939528726041317,0.0025087466929107904,0.3500244617462158,0.4942155182361603,0.7671200633049011,820.0,209920.0,4900.990013917908,13434880.0 +216.64,7.699999809265137,2797.0,0.010344772599637508,0.12603759765625,0.0,1.652299404144287,1.8028265237808228,-0.012385383248329163,0.00249492353759706,0.2909633219242096,0.4846300184726715,0.8061197698116302,821.0,210176.0,4906.847749985987,13451264.0 +219.53,7.0,2805.0,0.010986273176968098,0.1238810196518898,0.0,1.694944977760315,1.738303780555725,-0.010596060194075108,0.002503935946151614,0.3577026128768921,0.4878324568271637,0.7582951486110687,822.0,210432.0,4912.689252066892,13467648.0 +199.53,6.900000095367432,2711.0,0.006914278957992792,0.0761922225356102,0.0,1.759012222290039,1.7609392404556274,-0.00877057109028101,0.002496751258149743,0.4873009920120239,0.4887982904911041,0.7505752891302109,823.0,210688.0,4918.732804113999,13484032.0 +160.98,7.900000095367432,2814.0,0.008712206967175007,0.1027628555893898,0.0,1.705169677734375,1.7762813568115234,-0.010835125111043453,0.0025022460613399744,0.3837500810623169,0.48622071743011475,0.7400680780410767,824.0,210944.0,4924.555048504844,13500416.0 +204.49,7.099999904632568,2771.0,0.012472976930439472,0.1431477814912796,0.0,1.718657374382019,1.7942981719970703,-0.013968848623335361,0.002502953168004751,0.40910622477531433,0.49051356315612793,0.7338041961193085,825.0,211200.0,4930.467627495993,13516800.0 +199.72,7.300000190734863,2756.0,0.01110717561095953,0.1290486603975296,0.0,1.678597092628479,1.8359721899032593,-0.01406053826212883,0.0025042088236659765,0.3453044891357422,0.4812646806240082,0.7459381520748138,826.0,211456.0,4936.412280285964,13533184.0 +238.68,6.900000095367432,2797.0,0.0113840252161026,0.1341349333524704,0.0,1.6822108030319214,1.793969988822937,-0.012871447950601578,0.002508958103135228,0.3466685116291046,0.4803798198699951,0.7787976861000061,827.0,211712.0,4942.268862647004,13549568.0 +250.29,6.699999809265137,2885.0,0.012577109038829803,0.1411539763212204,0.0,1.6977413892745972,1.7913588285446167,-0.011578160338103771,0.0025150945875793695,0.37259575724601746,0.47871771454811096,0.767548069357872,828.0,211968.0,4947.947195432847,13565952.0 +252.22,6.699999809265137,2792.0,0.012704393826425076,0.1464436799287796,0.0,1.669440746307373,1.7561291456222534,-0.012499299831688404,0.002511516911908984,0.2918822467327118,0.49473169445991516,0.7921305000782013,829.0,212224.0,4953.814936438808,13582336.0 +288.6,6.900000095367432,2817.0,0.01199314370751381,0.12420654296875,0.0,1.692238450050354,1.7519078254699707,-0.013988353312015533,0.002504342934116721,0.3509266674518585,0.4923717975616455,0.7860593348741531,830.0,212480.0,4959.630698996829,13598720.0 +222.88,7.599999904632568,2732.0,0.011818992905318737,0.13226318359375,0.0,1.6856471300125122,1.780880331993103,-0.01262409146875143,0.0025095047894865274,0.32919031381607056,0.4933997392654419,0.7631953060626984,831.0,212736.0,4965.628510026028,13615104.0 +236.28,7.199999809265137,2759.0,0.015369097702205181,0.1588338166475296,0.0,1.6824474334716797,1.7189979553222656,-0.013842985965311527,0.002516811480745673,0.30542758107185364,0.5002044439315796,0.7392050921916962,832.0,212992.0,4971.5667113428935,13631488.0 +234.95,7.5,2768.0,0.013855491764843464,0.1493123322725296,0.0,1.6845277547836304,1.7208161354064941,-0.013455532491207123,0.002525026211515069,0.3243141174316406,0.4873848855495453,0.7410704791545868,833.0,213248.0,4977.4863558828365,13647872.0 +276.91,6.800000190734863,2767.0,0.008571754209697247,0.1042276993393898,0.0,1.73870050907135,1.7697014808654785,-0.011023804545402527,0.0025228632148355246,0.43961894512176514,0.4823565185070038,0.7409007549285889,834.0,213504.0,4983.4066202198155,13664256.0 +241.11,6.900000095367432,2811.0,0.012059592641890049,0.1336873322725296,0.0,1.6540168523788452,1.8048081398010254,-0.011232673190534115,0.0025210094172507524,0.2867859899997711,0.47459909319877625,0.795212522149086,835.0,213760.0,4989.23558476381,13680640.0 +241.4,6.800000190734863,2752.0,0.009737608022987843,0.1104939803481102,0.0,1.6956764459609985,1.7090352773666382,-0.011716325767338276,0.0025294474326074123,0.3488258123397827,0.4818345308303833,0.7509607523679733,836.0,214016.0,4995.188623860944,13697024.0 +228.07,7.0,2752.0,0.011922095902264118,0.1403401643037796,0.0,1.704205870628357,1.7802600860595703,-0.011635429225862026,0.0025150461588054895,0.3490135669708252,0.4992506802082062,0.7224107384681702,837.0,214272.0,5001.141684425995,13713408.0 +270.04,6.699999809265137,2773.0,0.012787800282239914,0.1479085236787796,0.0,1.6778315305709839,1.8005260229110718,-0.013865265995264053,0.0025268911849707365,0.3122471868991852,0.4870653450489044,0.7286033928394318,838.0,214528.0,5007.050212456845,13729792.0 +317.41,5.800000190734863,2719.0,0.014165181666612625,0.16357421875,0.0,1.656571388244629,1.8438643217086792,-0.013155910186469555,0.0025281705893576145,0.27978986501693726,0.4804455041885376,0.7456266283988953,839.0,214784.0,5013.07512056292,13746176.0 +267.18,6.0,2803.0,0.015056032687425613,0.1545003205537796,0.0,1.6531623601913452,1.857791543006897,-0.010046075098216534,0.0025171248707920313,0.2807154357433319,0.4782582223415375,0.770499661564827,840.0,215040.0,5018.920657916926,13762560.0 +285.3,5.900000095367432,2838.0,0.01376414019614458,0.1539510041475296,0.0,1.6545592546463013,1.773867130279541,-0.01202512625604868,0.00252226903103292,0.289702445268631,0.47348156571388245,0.7555746287107468,841.0,215296.0,5024.694044063799,13778944.0 +371.7,5.599999904632568,2766.0,0.015816591680049896,0.1688029021024704,0.0,1.6434255838394165,1.7494474649429321,-0.012776165269315243,0.0025085413362830877,0.2556626498699188,0.4875490963459015,0.7740940898656845,842.0,215552.0,5030.616355006816,13795328.0 +280.46,6.900000095367432,2771.0,0.01249327976256609,0.1495157927274704,0.0,1.6777578592300415,1.648378849029541,-0.012753824703395367,0.002517843386158347,0.31760844588279724,0.4855191707611084,0.8014218211174011,843.0,215808.0,5036.5298092048615,13811712.0 +274.96,7.099999904632568,2802.0,0.01543270330876112,0.1649983674287796,0.0,1.658425211906433,1.6828570365905762,-0.012302182614803314,0.002519798232242465,0.28262075781822205,0.48234954476356506,0.7646949291229248,844.0,216064.0,5042.376053221989,13828096.0 +276.39,6.5,2727.0,0.012828074395656586,0.1396484375,0.0,1.7596969604492188,1.650450348854065,-0.013211854733526707,0.002514531137421727,0.4891250431537628,0.4834115207195282,0.697739452123642,845.0,216320.0,5048.384658379015,13844480.0 +226.3,6.900000095367432,2808.0,0.012712533585727215,0.1415608674287796,0.0,1.657208800315857,1.7054142951965332,-0.011520729400217533,0.0025134182069450617,0.28579947352409363,0.4817516803741455,0.7835137099027634,846.0,216576.0,5054.219967052806,13860864.0 +288.72,7.199999809265137,2789.0,0.013041631318628788,0.1505330353975296,0.0,1.6697005033493042,1.722028136253357,-0.01134518627077341,0.0025074121076613665,0.30375924706459045,0.4887010157108307,0.8134693950414658,847.0,216832.0,5060.094268946908,13877248.0 +253.74,7.699999809265137,2788.0,0.014969977550208569,0.1695963591337204,0.0,1.6556743383407593,1.7141742706298828,-0.01299707219004631,0.0025019824970513582,0.28748491406440735,0.4865531921386719,0.8227952718734741,848.0,217088.0,5065.970363287022,13893632.0 +247.23,7.300000190734863,2787.0,0.015996793285012245,0.169921875,0.0,1.666289210319519,1.7394404411315918,-0.012209673412144184,0.0025096796452999115,0.31929054856300354,0.4761437177658081,0.7923553735017776,849.0,217344.0,5071.848497422878,13910016.0 +283.97,7.300000190734863,2802.0,0.014792606234550476,0.1751302033662796,0.0,1.6991578340530396,1.7719758749008179,-0.011655564419925213,0.0024986988864839077,0.28835102915763855,0.4869327247142792,0.8235387206077576,850.0,217600.0,5077.696291219909,13926400.0 +288.63,7.0,2777.0,0.014029118232429028,0.1548258513212204,0.0,1.688392162322998,1.7006107568740845,-0.012178638018667698,0.0024983021430671215,0.2548149526119232,0.49350008368492126,0.7921569794416428,851.0,217856.0,5083.596690521808,13942784.0 +319.51,6.5,2786.0,0.013700555078685284,0.1592000275850296,0.0,1.694304347038269,1.6959128379821777,-0.009475648403167725,0.0025050314143300056,0.2673817574977875,0.486715167760849,0.766678661108017,852.0,218112.0,5089.477272789925,13959168.0 +374.45,6.199999809265137,2795.0,0.013062597252428532,0.1554972380399704,0.0,1.6835638284683228,1.7413744926452637,-0.011390406638383865,0.0024950208608061075,0.24516813457012177,0.4947185814380646,0.7299185991287231,853.0,218368.0,5095.339918436017,13975552.0 +414.5,5.5,2813.0,0.010726198554039001,0.1283976286649704,0.0,1.7229304313659668,1.6773349046707153,-0.010268113575875759,0.0025029871612787247,0.306187242269516,0.4985100030899048,0.7235631048679352,854.0,218624.0,5101.165021437919,13991936.0 +393.56,5.800000190734863,2792.0,0.01445778738707304,0.1671142578125,0.0,1.7193652391433716,1.7325493097305298,-0.012443133629858494,0.0024944718461483717,0.2945496439933777,0.5082259774208069,0.7502422630786896,855.0,218880.0,5107.03370836284,14008320.0 +254.04,6.900000095367432,2814.0,0.012269305996596813,0.1448160856962204,0.0,1.784988522529602,1.6686879396438599,-0.01103965938091278,0.0024903707671910524,0.4326671063899994,0.5042737126350403,0.746226042509079,856.0,219136.0,5112.855066869874,14024704.0 +246.34,7.699999809265137,2761.0,0.015778690576553345,0.17047119140625,0.0,1.7327181100845337,1.6958469152450562,-0.011129222810268402,0.00250268098898232,0.3560861647129059,0.4831937253475189,0.7654127329587936,857.0,219392.0,5118.78892862401,14041088.0 +290.09,6.900000095367432,2723.0,0.012943558394908905,0.1507771760225296,0.0,1.745310664176941,1.7247562408447266,-0.013223066926002502,0.002515806583687663,0.3666805326938629,0.4872375726699829,0.7342682182788849,858.0,219648.0,5124.804407628952,14057472.0 +260.66,7.300000190734863,2820.0,0.012202706187963486,0.1431681364774704,0.0,1.74528169631958,1.6983095407485962,-0.01147814467549324,0.0025114717427641153,0.35790300369262695,0.49198076128959656,0.7875454723834991,859.0,219904.0,5130.615290754009,14073856.0 +228.45,7.699999809265137,2824.0,0.012277815490961075,0.1517333984375,0.0,1.7254794836044312,1.7549806833267212,-0.010268122889101505,0.0025145174004137516,0.31281718611717224,0.4927564859390259,0.7543093115091324,860.0,220160.0,5136.417900750879,14090240.0 +252.78,7.300000190734863,2731.0,0.01380038633942604,0.14715576171875,0.0,1.741219162940979,1.7376127243041992,-0.01214227918535471,0.0025014092680066824,0.3673950433731079,0.4885174036026001,0.7766968458890915,861.0,220416.0,5142.415921553969,14106624.0 +234.49,7.699999809265137,2779.0,0.01298573613166809,0.14373779296875,0.0,1.7433925867080688,1.7121845483779907,-0.01117101963609457,0.0024995000567287207,0.35957086086273193,0.49479782581329346,0.7197448015213013,862.0,220672.0,5148.311130109942,14123008.0 +285.95,7.0,2815.0,0.014407231472432613,0.1675008088350296,0.0,1.7149425745010376,1.7851048707962036,-0.012221521697938442,0.0025063699577003717,0.3013609051704407,0.49403128027915955,0.7524506449699402,863.0,220928.0,5154.130462727975,14139392.0 +327.35,6.099999904632568,2794.0,0.01324532087892294,0.1488037109375,0.0,1.7418665885925293,1.8177610635757446,-0.010266420431435108,0.002494530053809285,0.3572177588939667,0.49706554412841797,0.7610702365636826,864.0,221184.0,5159.993413348915,14155776.0 +263.2,7.5,2797.0,0.011925563216209412,0.14678955078125,0.0,1.681166648864746,1.8256274461746216,-0.011748473159968853,0.0024947768542915583,0.256419837474823,0.48736390471458435,0.8298975974321365,865.0,221440.0,5165.850209979806,14172160.0 +271.09,7.400000095367432,2799.0,0.015030390582978725,0.17987060546875,0.0,1.7294443845748901,1.8339595794677734,-0.013458628207445145,0.0024968069046735764,0.35933616757392883,0.4848287105560303,0.755991131067276,866.0,221696.0,5171.70386893698,14188544.0 +206.17,7.5,2774.0,0.013312754221260548,0.1551513671875,0.0,1.7829233407974243,1.8259562253952026,-0.01197175681591034,0.002499067224562168,0.4476974904537201,0.49217119812965393,0.7025947272777557,867.0,221952.0,5177.609707370866,14204928.0 +240.96,7.199999809265137,2796.0,0.01354773249477148,0.1628214567899704,0.0,1.7602758407592773,1.8101836442947388,-0.013316739350557327,0.0024884971790015697,0.42020997405052185,0.4890000820159912,0.6919151544570923,868.0,222208.0,5183.470058660023,14221312.0 +196.92,7.300000190734863,2787.0,0.01526591181755066,0.1842244416475296,0.0,1.720018982887268,1.8178654909133911,-0.01228437852114439,0.0024966015480458736,0.3249274492263794,0.4919930398464203,0.7598582208156586,869.0,222464.0,5189.349505577935,14237696.0 +227.43,6.800000190734863,2778.0,0.011094232089817524,0.1348673552274704,0.0,1.713619351387024,1.8514279127120972,-0.011151932179927826,0.002494481159374118,0.32881829142570496,0.4830348789691925,0.7729991376399994,870.0,222720.0,5195.246913880808,14254080.0 +274.86,6.800000190734863,2818.0,0.014215555042028427,0.16973876953125,0.0,1.722183108329773,1.8234695196151733,-0.011455081403255463,0.0025065606459975243,0.33492061495780945,0.48306217789649963,0.7733529508113861,871.0,222976.0,5201.061294290004,14270464.0 +288.76,6.599999904632568,2815.0,0.00904813688248396,0.11041259765625,0.0,1.7335662841796875,1.7786020040512085,-0.012523570097982883,0.002493103500455618,0.35996076464653015,0.4892241656780243,0.7460249364376068,872.0,223232.0,5206.881308684824,14286848.0 +225.07,6.800000190734863,2805.0,0.013725869357585907,0.1605021208524704,0.0,1.7864199876785278,1.7887145280838013,-0.0136276138946414,0.002502635819837451,0.4869571924209595,0.474113792181015,0.7138509750366211,873.0,223488.0,5212.722494472982,14303232.0 +171.18,7.199999809265137,2826.0,0.011825993657112122,0.1288655549287796,0.0,1.7102526426315308,1.7823578119277954,-0.013041432946920395,0.0025058831088244915,0.31412145495414734,0.4830111563205719,0.7302153706550598,874.0,223744.0,5218.5195100279525,14319616.0 +243.96,7.0,2838.0,0.010514851659536362,0.118408203125,0.0,1.7833408117294312,1.7725704908370972,-0.010704897344112396,0.0025279875844717026,0.4492049515247345,0.47536954283714294,0.6755145490169525,875.0,224000.0,5224.292097705882,14336000.0 +243.89,7.099999904632568,2803.0,0.01002968568354845,0.1239013671875,0.0,1.7509260177612305,1.8030191659927368,-0.01295846700668335,0.0025089471600949764,0.38079938292503357,0.489652156829834,0.7321828901767731,876.0,224256.0,5230.136452921899,14352384.0 +171.29,7.300000190734863,2810.0,0.010064281523227692,0.1266682893037796,0.0,1.7815645933151245,1.833994746208191,-0.014579445123672485,0.002500423463061452,0.4438093602657318,0.4950809180736542,0.7471623420715332,877.0,224512.0,5235.968388768844,14368768.0 +195.07,7.599999904632568,2760.0,0.012156876735389233,0.1382649689912796,0.0,1.8009506464004517,1.7998580932617188,-0.010422758758068085,0.002504403470084071,0.46775779128074646,0.49628400802612305,0.7262829840183258,878.0,224768.0,5241.903559037019,14385152.0 +193.8,7.300000190734863,2791.0,0.009993407875299454,0.1216837540268898,0.0,1.8183550834655762,1.7946767807006836,-0.012773758731782436,0.0025051513221114874,0.4940913915634155,0.5030737519264221,0.7330913543701172,879.0,225024.0,5247.774569064844,14401536.0 +194.74,7.5,2769.0,0.011062242090702057,0.1385294646024704,0.0,1.6969135999679565,1.8575385808944702,-0.01297240424901247,0.0025089625269174576,0.2655555307865143,0.4942130744457245,0.7913135141134262,880.0,225280.0,5253.690392111894,14417920.0 +191.5,7.400000095367432,2810.0,0.012482292018830776,0.1478678435087204,0.0,1.7627612352371216,1.835371494293213,-0.014171271584928036,0.0025198026560246944,0.4020336866378784,0.48724305629730225,0.7003247141838074,881.0,225536.0,5259.521309386939,14434304.0 +179.95,8.0,2792.0,0.012270358391106129,0.1420084685087204,0.0,1.7223600149154663,1.8201693296432495,-0.012296616099774837,0.0025099345948547125,0.33738061785697937,0.4811074435710907,0.7591717541217804,882.0,225792.0,5265.390153073939,14450688.0 +262.99,7.0,2763.0,0.012360443361103535,0.1453857421875,0.0,1.7124029397964478,1.8729954957962036,-0.014691906981170177,0.002513463841751218,0.32119452953338623,0.48050370812416077,0.7731785625219345,883.0,226048.0,5271.320910196984,14467072.0 +258.83,6.900000095367432,2768.0,0.012015960179269314,0.1453857421875,0.0,1.7532685995101929,1.8937233686447144,-0.011380075477063656,0.002503591123968363,0.40393152832984924,0.48148664832115173,0.7144449949264526,884.0,226304.0,5277.240306794876,14483456.0 +268.08,6.800000190734863,2828.0,0.01313002035021782,0.15008544921875,0.0,1.6989794969558716,1.8522664308547974,-0.010933675803244114,0.0024956706911325455,0.2967193126678467,0.48375535011291504,0.7685858309268951,885.0,226560.0,5283.034005085006,14499840.0 +255.81,6.599999904632568,2805.0,0.010166231542825699,0.1211751326918602,0.0,1.7494527101516724,1.8347506523132324,-0.0129695450887084,0.0024928543716669083,0.38829949498176575,0.49233439564704895,0.746876060962677,886.0,226816.0,5288.874169004848,14516224.0 +192.16,7.0,2797.0,0.009851224720478058,0.1165568009018898,0.0,1.7181215286254883,1.8356152772903442,-0.013696224428713322,0.0024936033878475428,0.34565040469169617,0.48179981112480164,0.7508218288421631,887.0,227072.0,5294.730816609925,14532608.0 +210.59,7.199999809265137,2821.0,0.011517505161464214,0.1267903596162796,0.0,1.7007275819778442,1.8124055862426758,-0.013019692152738571,0.002487284829840064,0.319595605134964,0.4791777431964874,0.7491642534732819,888.0,227328.0,5300.5382486358285,14548992.0 +288.43,7.099999904632568,2793.0,0.012049287557601929,0.13629150390625,0.0,1.717020869255066,1.7997058629989624,-0.01208645012229681,0.00248559657484293,0.3358692228794098,0.487798810005188,0.7289826273918152,889.0,227584.0,5306.403960877797,14565376.0 +250.48,7.800000190734863,2832.0,0.01313304528594017,0.1555379182100296,0.0,1.7169475555419922,1.8099933862686157,-0.012640842236578465,0.002488423604518175,0.3246166706085205,0.4931909143924713,0.7446326315402985,890.0,227840.0,5312.188465856016,14581760.0 +218.63,7.599999904632568,2823.0,0.014580893330276012,0.1468912810087204,0.0,1.753125786781311,1.8369230031967163,-0.01302299927920103,0.002507029101252556,0.38871780037879944,0.4891253411769867,0.7355380952358246,891.0,228096.0,5317.991847645957,14598144.0 +243.97,6.599999904632568,2796.0,0.012610220350325108,0.1447346955537796,0.0,1.7528051137924194,1.8810502290725708,-0.01211296021938324,0.0025059678591787815,0.3794430196285248,0.49387314915657043,0.7126937210559845,892.0,228352.0,5323.851030990016,14614528.0 +221.97,7.199999809265137,2826.0,0.01341630145907402,0.1568400114774704,0.0,1.730878233909607,1.8599623441696167,-0.014030964113771915,0.0025112333241850138,0.3279048204421997,0.4973217248916626,0.7415893375873566,893.0,228608.0,5329.647765439004,14630912.0 +232.87,7.800000190734863,2840.0,0.01188828144222498,0.13775634765625,0.0,1.747778296470642,1.844542384147644,-0.012270807288587093,0.0025151355657726526,0.372820109128952,0.4871825873851776,0.7428011894226074,894.0,228864.0,5335.41643307195,14647296.0 +219.47,7.199999809265137,2790.0,0.012011338025331497,0.13385009765625,0.0,1.74738347530365,1.8402681350708008,-0.011806927621364594,0.002520585199818015,0.34269478917121887,0.49997636675834656,0.7278758883476257,895.0,229120.0,5341.289714926854,14663680.0 +196.61,7.900000095367432,2794.0,0.012892213650047779,0.1441446989774704,0.0,1.7725332975387573,1.8228435516357422,-0.010561083443462849,0.0025136431213468313,0.39362195134162903,0.5015476942062378,0.7274453639984131,896.0,229376.0,5347.153470966965,14680064.0 +202.5,7.400000095367432,2818.0,0.010488655418157578,0.1258137971162796,0.0,1.7522610425949097,1.873936653137207,-0.011561517603695393,0.0025257666129618883,0.3535105884075165,0.4969047009944916,0.7433472573757172,897.0,229632.0,5352.96811787202,14696448.0 +220.41,7.5,2777.0,0.011552933603525162,0.1357625275850296,0.0,1.7131608724594116,1.8764286041259766,-0.012378517538309097,0.0024966003838926554,0.3023758828639984,0.49758005142211914,0.7528070956468582,898.0,229888.0,5358.868523751851,14712832.0 +245.36,7.800000190734863,2771.0,0.012378579936921597,0.1471354216337204,0.0,1.7402256727218628,1.8846369981765747,-0.010976334102451801,0.0024890985805541277,0.3667198419570923,0.49428749084472656,0.695341169834137,899.0,230144.0,5364.780030632857,14729216.0 +242.13,7.300000190734863,2790.0,0.009571601636707783,0.1093343123793602,0.0,1.8349952697753906,1.8661956787109375,-0.01153283566236496,0.00248778541572392,0.3539063632488251,0.48763248324394226,0.7226336300373077,900.0,230400.0,5370.653464597883,14745600.0 +216.61,8.100000381469727,2749.0,0.010986835695803165,0.1345011442899704,0.0,1.814895749092102,1.8563337326049805,-0.011952594853937626,0.0024884247686713934,0.3034887909889221,0.49288228154182434,0.7530511915683746,901.0,230656.0,5376.61402871483,14761984.0 +274.59,7.099999904632568,2673.0,0.011340822093188763,0.1412150114774704,0.0,1.8447154760360718,1.8846651315689087,-0.01220900658518076,0.0024828475434333086,0.3573746383190155,0.4991750717163086,0.7211515605449677,902.0,230912.0,5382.742386986967,14778368.0 +275.97,6.699999809265137,2786.0,0.01161101832985878,0.1327107697725296,0.0,1.8398351669311523,1.8579291105270386,-0.012570150196552277,0.0024996858555823565,0.33601903915405273,0.496798038482666,0.7314033508300781,903.0,231168.0,5388.62291838089,14794752.0 +234.83,7.900000095367432,2845.0,0.011943978257477283,0.1350504606962204,0.0,1.8211253881454468,1.8381634950637817,-0.01202694233506918,0.0024951149243861437,0.2773216664791107,0.5092353820800781,0.7652789205312729,904.0,231424.0,5394.381105363835,14811136.0 +238.41,7.699999809265137,2734.0,0.009928072802722454,0.110595703125,0.0,1.819905161857605,1.8276830911636353,-0.010492764413356781,0.0024952180683612823,0.3002755343914032,0.4944799840450287,0.7069450318813324,905.0,231680.0,5400.37274899194,14827520.0 +258.39,7.099999904632568,2819.0,0.01494505349546671,0.1460164338350296,0.0,1.8610972166061401,1.7970566749572754,-0.01085594017058611,0.0024905253667384386,0.39361771941185,0.4912654459476471,0.7010854482650757,906.0,231936.0,5406.184715908021,14843904.0 +196.73,8.0,2848.0,0.011823904700577259,0.1274007111787796,0.0,1.8432936668395996,1.8222218751907349,-0.011411156505346298,0.0024909807834774256,0.35245826840400696,0.4947127103805542,0.7727074921131134,907.0,232192.0,5411.9368485049345,14860288.0 +213.49,7.900000095367432,2777.0,0.014065112918615341,0.1641642302274704,0.0,1.9017409086227417,1.810534119606018,-0.014711030758917332,0.0024975398555397987,0.4610101282596588,0.4989757239818573,0.7099908292293549,908.0,232448.0,5417.836114777019,14876672.0 +183.69,7.099999904632568,2799.0,0.010882540605962276,0.13287353515625,0.0,1.8887567520141602,1.8318462371826172,-0.012213271111249924,0.002533108927309513,0.395068883895874,0.4993470013141632,0.727740466594696,909.0,232704.0,5423.688716111006,14893056.0 +189.87,7.5,2810.0,0.012733694165945053,0.1527506560087204,0.0,1.8684524297714233,1.8261522054672241,-0.014351483434438705,0.0025054754223674536,0.3738398551940918,0.50536048412323,0.7451451122760773,910.0,232960.0,5429.51886785985,14909440.0 +207.78,7.400000095367432,2769.0,0.011860794387757778,0.1258137971162796,0.0,1.8737443685531616,1.8225494623184204,-0.012294184416532516,0.0025000518653541803,0.38607215881347656,0.5050798058509827,0.7214386165142059,911.0,233216.0,5435.435695387889,14925824.0 +189.72,7.199999809265137,2740.0,0.019064180552959442,0.1492919921875,0.0,1.9195804595947266,1.8331748247146606,-0.011326976120471954,0.002492500701919198,0.4976966083049774,0.4977400302886963,0.6617448031902313,912.0,233472.0,5441.415174054913,14942208.0 +183.93,7.900000095367432,2809.0,0.013082110323011875,0.1509806364774704,0.0,1.815329670906067,1.839400291442871,-0.012702257372438908,0.002480854047462344,0.2900301516056061,0.5046096444129944,0.7412226796150208,913.0,233728.0,5447.247160581872,14958592.0 +226.68,7.5,2806.0,0.013839694671332836,0.1667683869600296,0.0,1.8442350625991821,1.8463064432144165,-0.011631949804723263,0.002489411039277911,0.3637544810771942,0.49114367365837097,0.6907902657985687,914.0,233984.0,5453.086570222862,14974976.0 +226.17,7.199999809265137,2803.0,0.012244921177625656,0.1461181640625,0.0,1.86050546169281,1.8564887046813965,-0.012107133865356445,0.0024922876618802547,0.37665292620658875,0.5003697872161865,0.701655775308609,915.0,234240.0,5458.931826526998,14991360.0 +229.31,7.900000095367432,2824.0,0.010157981887459755,0.1253458708524704,0.0,1.845880150794983,1.833135962486267,-0.01348808128386736,0.0025012244004756212,0.3692941963672638,0.48585209250450134,0.7199661433696747,916.0,234496.0,5464.734272819012,15007744.0 +209.94,7.300000190734863,2833.0,0.011876425705850124,0.1415608674287796,0.0,1.8839777708053589,1.8528023958206177,-0.014262198470532894,0.002498385962098837,0.43618449568748474,0.4930383265018463,0.6700552999973297,917.0,234752.0,5470.51817855984,15024128.0 +216.97,7.599999904632568,2797.0,0.014252431690692902,0.1659342497587204,0.0,1.8530153036117554,1.8200794458389282,-0.015476093627512455,0.0024893218651413918,0.3750866949558258,0.4980558156967163,0.74178746342659,918.0,235008.0,5476.376431718934,15040512.0 +163.89,7.800000190734863,2760.0,0.014278261922299862,0.1505940705537796,0.0,1.8943910598754883,1.8418186902999878,-0.012736920267343521,0.002502917079254985,0.4303992986679077,0.5027428865432739,0.736566573381424,919.0,235264.0,5482.313680246938,15056896.0 +145.75,8.0,2731.0,0.014171168208122253,0.1568400114774704,0.0,1.892297625541687,1.8364983797073364,-0.013830249197781086,0.002494770335033536,0.43705305457115173,0.5023236870765686,0.7114240825176239,920.0,235520.0,5488.3132943420205,15073280.0 +173.48,7.900000095367432,2832.0,0.011919544078409672,0.1427001953125,0.0,1.8750581741333008,1.8412803411483765,-0.01488538458943367,0.002510834252461791,0.41786134243011475,0.48758336901664734,0.7220800220966339,921.0,235776.0,5494.098519173916,15089664.0 +159.75,7.800000190734863,2804.0,0.011559795588254929,0.1332600861787796,0.0,1.9074158668518066,1.7787851095199585,-0.01385787408798933,0.002513475250452757,0.45088768005371094,0.5008189082145691,0.7067079246044159,922.0,236032.0,5499.940584610915,15106048.0 +170.02,7.900000095367432,2826.0,0.012964637018740177,0.159423828125,0.0,1.8936902284622192,1.8060665130615234,-0.014362809248268604,0.0025170629378408194,0.42112526297569275,0.5010084509849548,0.6557057499885559,923.0,236288.0,5505.7385024968535,15122432.0 +191.34,7.5,2764.0,0.011420476250350475,0.1313069611787796,0.0,1.9107557535171509,1.7750731706619263,-0.014755877666175365,0.0024954506661742926,0.4579329490661621,0.510526716709137,0.6826960444450378,924.0,236544.0,5511.665917696897,15138816.0 +132.01,8.600000381469727,2827.0,0.012458723969757557,0.1398112028837204,0.0,1.8509100675582886,1.7792481184005737,-0.013541371561586857,0.0024938227143138647,0.3377317488193512,0.510399341583252,0.7631001472473145,925.0,236800.0,5517.461828453001,15155200.0 +187.67,7.199999809265137,2819.0,0.009988531470298767,0.1107584610581398,0.0,1.915303349494934,1.8264535665512085,-0.010642235167324543,0.002494262997061014,0.4617287218570709,0.5101462006568909,0.6423890888690948,926.0,237056.0,5523.2734602219425,15171584.0 +184.61,6.5,2758.0,0.009271031245589256,0.1050821915268898,0.0,1.927689552307129,1.7976616621017456,-0.011733043007552624,0.0024944317992776632,0.49699220061302185,0.505505383014679,0.6445830166339874,927.0,237312.0,5529.214433989953,15187968.0 +253.29,6.400000095367432,2818.0,0.008825750090181828,0.09832763671875,0.0,1.8827223777770996,1.8680672645568848,-0.012045587413012981,0.0025059671606868505,0.3969755470752716,0.5059506297111511,0.6616426706314087,928.0,237568.0,5535.027583264979,15204352.0 +240.79,7.199999809265137,2821.0,0.012848999351263046,0.1537678986787796,0.0,1.846826434135437,1.8685436248779297,-0.013827444054186344,0.0025001054164022207,0.35212603211402893,0.4968973398208618,0.7387582361698151,929.0,237824.0,5540.835919937817,15220736.0 +165.73,8.399999618530273,2744.0,0.013266079127788544,0.1543782502412796,0.0,1.8317785263061523,1.855350136756897,-0.011971306055784225,0.0025169479195028543,0.3058808445930481,0.49471867084503174,0.747347891330719,930.0,238080.0,5546.806429717923,15237120.0 +220.59,6.900000095367432,2793.0,0.01347216684371233,0.1468709260225296,0.0,1.8958808183670044,1.9177041053771973,-0.012691325508058071,0.0025097422767430544,0.41147246956825256,0.5112959742546082,0.6642613708972931,931.0,238336.0,5552.672355724964,15253504.0 +217.44,6.800000190734863,2734.0,0.014538764022290707,0.1498820036649704,0.0,1.877531886100769,1.868667483329773,-0.011425941251218319,0.002490106038749218,0.4026813209056854,0.5050020813941956,0.7040243446826935,932.0,238592.0,5558.664532262832,15269888.0 +192.06,7.300000190734863,2863.0,0.023316556587815285,0.1817220002412796,0.0,1.8712387084960938,1.9050706624984741,-0.012391203083097935,0.0024952811654657125,0.38587257266044617,0.5059431195259094,0.725134938955307,933.0,238848.0,5564.387458511861,15286272.0 +212.84,6.699999809265137,2823.0,0.013645760715007782,0.14715576171875,0.0,1.854902744293213,1.9396930932998657,-0.012562927789986134,0.0024954171385616064,0.34322628378868103,0.5115215182304382,0.7156728506088257,934.0,239104.0,5570.190271952888,15302656.0 +238.86,6.599999904632568,2832.0,0.01243993267416954,0.1393229216337204,0.0,1.8639675378799438,1.935699462890625,-0.010903474874794483,0.002497391076758504,0.36604270339012146,0.5063883662223816,0.7058904767036438,935.0,239360.0,5575.974537523929,15319040.0 +220.86,7.5,2793.0,0.012561916373670101,0.1435750275850296,0.0,1.8891677856445312,1.8799934387207031,-0.012851026840507984,0.002511349506676197,0.4196294844150543,0.49920129776000977,0.7274964153766632,936.0,239616.0,5581.840190242976,15335424.0 +206.07,7.699999809265137,2732.0,0.012539953924715519,0.1463826447725296,0.0,1.891824722290039,1.8479342460632324,-0.01204491127282381,0.0025092808064073324,0.42639586329460144,0.498334676027298,0.7273135185241699,937.0,239872.0,5587.837551760022,15351808.0 +166.97,7.699999809265137,2798.0,0.009322083555161953,0.1098836287856102,0.0,1.9184895753860474,1.8432527780532837,-0.011785377748310566,0.0024896564427763224,0.469409704208374,0.5131228566169739,0.7368955314159393,938.0,240128.0,5593.693918600911,15368192.0 +145.52,7.400000095367432,2816.0,0.010898956097662449,0.1267293244600296,0.0,1.8918031454086304,1.8665714263916016,-0.012875214219093323,0.0024926227051764727,0.44598329067230225,0.4976400136947632,0.7223711311817169,939.0,240384.0,5599.512166956905,15384576.0 +196.65,6.800000190734863,2728.0,0.010964869521558285,0.12310791015625,0.0,1.8812838792800903,1.891775131225586,-0.013721591793000698,0.0024887402541935444,0.4237011969089508,0.5013452172279358,0.7129333019256592,940.0,240640.0,5605.517198497895,15400960.0 +177.12,7.800000190734863,2826.0,0.01524543110281229,0.1654052734375,0.0,1.8578805923461914,1.868354320526123,-0.014283706434071064,0.0024985296186059713,0.36803504824638367,0.5013306140899658,0.7505458146333694,941.0,240896.0,5611.314772930928,15417344.0 +206.35,7.300000190734863,2834.0,0.012746885418891907,0.1495768278837204,0.0,1.925633430480957,1.8263211250305176,-0.012053254060447216,0.0024949521757662296,0.49949944019317627,0.5024729371070862,0.7157648801803589,942.0,241152.0,5617.096066582948,15433728.0 +177.9,7.5,2747.0,0.01446902472525835,0.1482950896024704,0.0,1.9041876792907715,1.8383444547653198,-0.01214748527854681,0.0024877849500626326,0.46873047947883606,0.5000596642494202,0.7326183915138245,943.0,241408.0,5623.061277010944,15450112.0 +178.83,7.5,2844.0,0.016197798773646355,0.1775716096162796,0.0,1.855610966682434,1.8618813753128052,-0.013291004113852978,0.002499663271009922,0.34802237153053284,0.5076140761375427,0.7451046705245972,944.0,241664.0,5628.8217970109545,15466496.0 +192.87,8.0,2819.0,0.011725964955985546,0.1339925080537796,0.0,1.8600858449935913,1.8300641775131226,-0.01262385118752718,0.002496472792699933,0.3711892366409302,0.5009077191352844,0.7781338095664978,945.0,241920.0,5634.634196755011,15482880.0 +205.92,8.199999809265137,2728.0,0.012451529502868652,0.1414591521024704,0.0,1.853597640991211,1.8141685724258423,-0.01277653593569994,0.0024938436690717936,0.3543425500392914,0.5042004585266113,0.7627009749412537,946.0,242176.0,5640.63883830281,15499264.0 +187.17,8.300000190734863,2800.0,0.01448232401162386,0.1540934294462204,0.0,1.8651665449142456,1.7995067834854126,-0.00954815000295639,0.0025049501564353704,0.35782384872436523,0.5052662491798401,0.7798987329006195,947.0,242432.0,5646.49074560497,15515648.0 +180.58,7.300000190734863,2791.0,0.013064011931419373,0.1421305388212204,0.0,1.8998652696609497,1.789453387260437,-0.014032721519470215,0.002488198922947049,0.4486847221851349,0.5071312785148621,0.737267255783081,948.0,242688.0,5652.361924660858,15532032.0 +184.63,7.300000190734863,2797.0,0.012489229440689087,0.1437581330537796,0.0,1.8760366439819336,1.7764469385147095,-0.015485174022614956,0.002492167055606842,0.40767166018486023,0.5030961036682129,0.7303018271923065,949.0,242944.0,5658.219129134901,15548416.0 +205.95,7.5,2827.0,0.011223712004721165,0.13916015625,0.0,1.7280983924865723,1.8132423162460327,-0.01224328950047493,0.0024898170959204435,0.3216792345046997,0.5059235692024231,0.7309646010398865,950.0,243200.0,5664.015358760953,15564800.0 +240.43,7.300000190734863,2808.0,0.012258090078830719,0.1351318359375,0.0,1.7178349494934082,1.8449808359146118,-0.013606199063360691,0.002493620151653886,0.2878524363040924,0.5131513476371765,0.7714689821004868,951.0,243456.0,5669.848882818827,15581184.0 +250.01,7.0,2766.0,0.012426705099642277,0.1518961638212204,0.0,1.7676924467086792,1.868150234222412,-0.010660356841981411,0.0024948588106781244,0.38631752133369446,0.5102419853210449,0.7302884757518768,952.0,243712.0,5675.772429327015,15597568.0 +213.3,6.900000095367432,2754.0,0.01161853689700365,0.1434122771024704,0.0,1.785172939300537,1.8796582221984863,-0.012772860936820507,0.002489037811756134,0.43470099568367004,0.5082393288612366,0.6783379018306732,953.0,243968.0,5681.722647066927,15613952.0 +215.78,7.800000190734863,2852.0,0.011951220221817493,0.1454264372587204,0.0,1.764851450920105,1.8399749994277954,-0.013828692026436329,0.0024917512200772762,0.37622615694999695,0.5173757076263428,0.7477831542491913,954.0,244224.0,5687.467330292799,15630336.0 +175.5,6.900000095367432,2825.0,0.01295273657888174,0.1456095427274704,0.0,1.812381386756897,1.8348006010055542,-0.014336156658828259,0.0025021869223564863,0.4761216938495636,0.5100076794624329,0.7074176669120789,955.0,244480.0,5693.267689400818,15646720.0 +159.63,8.100000381469727,2805.0,0.0143662104383111,0.15142822265625,0.0,1.7974791526794434,1.7790566682815552,-0.012111927382647991,0.0025092826690524817,0.4495420455932617,0.5016443729400635,0.7283052802085876,956.0,244736.0,5699.108069735812,15663104.0 +146.39,7.599999904632568,2819.0,0.0136246457695961,0.1604817658662796,0.0,1.8093472719192505,1.8444966077804565,-0.0141238272190094,0.0024993419647216797,0.472011923789978,0.5102301836013794,0.7370443046092987,957.0,244992.0,5704.919268305879,15679488.0 +162.22,7.699999809265137,2846.0,0.010499036870896816,0.1180013045668602,0.0,1.7899112701416016,1.8662528991699219,-0.011103447526693344,0.0025088114198297262,0.4207521378993988,0.5092119574546814,0.6937867105007172,958.0,245248.0,5710.675401296932,15695872.0 +166.42,7.599999904632568,2694.0,0.01265754271298647,0.1399332731962204,0.0,1.7542885541915894,1.8269554376602173,-0.013126649893820286,0.0025064090732485056,0.36293718218803406,0.504840612411499,0.6816676557064056,959.0,245504.0,5716.757391302846,15712256.0 +234.62,7.300000190734863,2828.0,0.011923919431865215,0.1310017853975296,0.0,1.720177173614502,1.8028464317321777,-0.011151119135320187,0.002498124958947301,0.31177395582199097,0.49720561504364014,0.7220571339130402,960.0,245760.0,5722.551620250801,15728640.0 +222.45,7.400000095367432,2732.0,0.011592001654207706,0.1248982772231102,0.0,1.7697782516479492,1.7823907136917114,-0.01464268658310175,0.0025034055579453707,0.40011075139045715,0.5041213631629944,0.7225204408168793,961.0,246016.0,5728.547999638831,15745024.0 +216.71,7.199999809265137,2746.0,0.011743349023163319,0.1304524689912796,0.0,1.756148338317871,1.7613755464553833,-0.010700349695980549,0.002497676759958267,0.3735114336013794,0.5020729899406433,0.7498908936977386,962.0,246272.0,5734.515011613956,15761408.0 +203.39,7.900000095367432,2796.0,0.01348897535353899,0.1457722932100296,0.0,1.7646533250808716,1.7571150064468384,-0.011464007198810577,0.002498454647138715,0.3697599470615387,0.5138502717018127,0.7679778635501862,963.0,246528.0,5740.375065712957,15777792.0 +192.23,7.900000095367432,2806.0,0.012403854168951511,0.1465250700712204,0.0,1.7406169176101685,1.7636809349060059,-0.013797633349895477,0.002488954458385706,0.370748907327652,0.4943467080593109,0.7611599415540695,964.0,246784.0,5746.213012967026,15794176.0 +221.11,7.699999809265137,2764.0,0.014939292334020138,0.1540934294462204,0.0,1.712624192237854,1.750959038734436,-0.014758940786123276,0.0024853399954736233,0.2889760434627533,0.5111984610557556,0.7525462657213211,965.0,247040.0,5752.141688385978,15810560.0 +260.97,7.199999809265137,2811.0,0.010852851904928684,0.1217447891831398,0.0,1.7421680688858032,1.7830179929733276,-0.013425369746983051,0.0024795581120997667,0.3606325685977936,0.5060916543006897,0.7499597072601318,966.0,247296.0,5757.971118630841,15826944.0 +189.24,7.5,2830.0,0.00999298132956028,0.1210734024643898,0.0,1.7150174379348755,1.8010615110397339,-0.011577322147786617,0.002482843119651079,0.32178083062171936,0.4941568374633789,0.7683347165584564,967.0,247552.0,5763.75963141094,15843328.0 +234.15,7.599999904632568,2773.0,0.0112423375248909,0.1318359375,0.0,1.7354758977890015,1.8200353384017944,-0.011972904205322266,0.0025027564261108637,0.3390820026397705,0.4977811574935913,0.7455281317234039,968.0,247808.0,5769.66763183591,15859712.0 +229.96,7.199999809265137,2816.0,0.009965606033802032,0.119140625,0.0,1.7881474494934082,1.8044782876968384,-0.011823459528386593,0.002507211407646537,0.4403759241104126,0.49743807315826416,0.7000207006931305,969.0,248064.0,5775.485179245938,15876096.0 +237.31,7.300000190734863,2810.0,0.013136353343725204,0.14556884765625,0.0,1.7664674520492554,1.747301459312439,-0.010831055231392384,0.002498575020581484,0.37565696239471436,0.511746346950531,0.713479220867157,970.0,248320.0,5781.316350047011,15892480.0 +201.89,8.0,2813.0,0.012679536826908588,0.1382649689912796,0.0,1.7090717554092407,1.7853647470474243,-0.015104076825082302,0.0024840955156832933,0.30948781967163086,0.49744316935539246,0.7526624202728271,971.0,248576.0,5787.140458300943,15908864.0 +190.33,7.699999809265137,2780.0,0.0162064041942358,0.1710612028837204,0.0,1.7260971069335938,1.8517719507217407,-0.013280526734888554,0.002484554424881935,0.334011048078537,0.5011635422706604,0.7409213185310364,972.0,248832.0,5793.034629759844,15925248.0 +252.75,7.400000095367432,2779.0,0.012723453342914581,0.14202880859375,0.0,1.737240195274353,1.8306474685668945,-0.014563582837581635,0.002476469846442342,0.34728309512138367,0.5113199949264526,0.7421195209026337,973.0,249088.0,5798.930537019856,15941632.0 +228.76,7.300000190734863,2788.0,0.013377350755035877,0.15826416015625,0.0,1.7436343431472778,1.775546908378601,-0.01388975977897644,0.0024830803740769625,0.373126357793808,0.4995187222957611,0.7325811386108398,974.0,249344.0,5804.8065126938745,15958016.0 +205.25,7.599999904632568,2677.0,0.015338555909693241,0.1670735627412796,0.0,1.7279731035232544,1.80792236328125,-0.01316283643245697,0.00248745852150023,0.3112429082393646,0.5136339068412781,0.7442585825920105,975.0,249600.0,5810.9263579878025,15974400.0 +208.96,8.300000190734863,2788.0,0.012225323356688023,0.1451212614774704,0.0,1.7511624097824097,1.7894554138183594,-0.012236513197422028,0.0025040428154170513,0.35825881361961365,0.503774881362915,0.7440133690834045,976.0,249856.0,5816.802520924015,15990784.0 +218.67,7.400000095367432,2798.0,0.01167867798358202,0.1369832307100296,0.0,1.7942537069320679,1.7543803453445435,-0.013101466000080109,0.002493474632501602,0.4414714574813843,0.5112496018409729,0.7229025959968567,977.0,250112.0,5822.659203637857,16007168.0 +166.76,7.300000190734863,2732.0,0.010396418161690235,0.1264445036649704,0.0,1.8075494766235352,1.7926349639892578,-0.011533084325492382,0.002505324548110366,0.4544703960418701,0.5114733576774597,0.7010342180728912,978.0,250368.0,5828.655235547805,16023552.0 +183.39,7.800000190734863,2819.0,0.013829529285430908,0.1568196564912796,0.0,1.7424565553665161,1.7473474740982056,-0.012832138687372208,0.0024860661942511797,0.3673562705516815,0.4984290897846222,0.7370277941226959,979.0,250624.0,5834.466613356024,16039936.0 +195.0,7.699999809265137,2835.0,0.013302220962941647,0.1420491486787796,0.0,1.7534518241882324,1.774523138999939,-0.01371128112077713,0.002489065518602729,0.3907911777496338,0.49739930033683777,0.7071031332015991,980.0,250880.0,5840.245579516981,16056320.0 +184.51,7.599999904632568,2779.0,0.011691845022141933,0.1300455778837204,0.0,1.800265908241272,1.7720657587051392,-0.012482958845794201,0.0024812319315969944,0.46397581696510315,0.5111446976661682,0.7212051749229431,981.0,251136.0,5846.141381978989,16072704.0 +163.47,8.300000190734863,2792.0,0.011216874234378338,0.1330973356962204,0.0,1.7919106483459473,1.764203667640686,-0.013291792012751102,0.002497310983017087,0.43881961703300476,0.5085331797599792,0.7050766050815582,982.0,251392.0,5852.009410711005,16089088.0 +167.26,7.300000190734863,2815.0,0.015338916331529617,0.162353515625,0.0,1.874380111694336,1.7644342184066772,-0.01102601457387209,0.0025039094034582376,0.5918000340461731,0.5093062520027161,0.6571463346481323,983.0,251648.0,5857.830530798994,16105472.0 +139.5,8.199999809265137,2793.0,0.0129161411896348,0.1483154296875,0.0,1.8052077293395996,1.727353572845459,-0.013461352325975895,0.0024859660770744085,0.47002795338630676,0.5114593505859375,0.7154090106487274,984.0,251904.0,5863.695832527941,16121856.0 +166.34,7.900000095367432,2746.0,0.012557574547827244,0.1397501677274704,0.0,1.7820121049880981,1.7496657371520996,-0.011881407350301743,0.002476438647136092,0.42166197299957275,0.5158179998397827,0.6876940131187439,985.0,252160.0,5869.661658091005,16138240.0 +163.71,8.0,2799.0,0.015583041124045849,0.1657307893037796,0.0,1.7427048683166504,1.8041194677352905,-0.011556126177310944,0.0024820046965032816,0.3507756292819977,0.5090406537055969,0.7621302902698517,986.0,252416.0,5875.515838795807,16154624.0 +137.85,7.599999904632568,2733.0,0.01265330146998167,0.1463216096162796,0.0,1.8128546476364136,1.721650242805481,-0.013735692016780376,0.0024744521360844374,0.511988639831543,0.5028424859046936,0.731689453125,987.0,252672.0,5881.510384349851,16171008.0 +170.56,8.0,2745.0,0.01482588890939951,0.17315673828125,0.0,1.7474240064620972,1.7346099615097046,-0.012906708754599094,0.002478895941749215,0.3688710629940033,0.5065694451332092,0.7669183611869812,988.0,252928.0,5887.478860612959,16187392.0 +140.26,8.100000381469727,2808.0,0.015104277990758419,0.1666259765625,0.0,1.8175915479660034,1.6909475326538086,-0.012552805244922638,0.0024792084004729986,0.4996790885925293,0.5107676982879639,0.693988174200058,989.0,253184.0,5893.3141042969655,16203776.0 +128.09,8.199999809265137,2789.0,0.01247500628232956,0.1531779021024704,0.0,1.7014423608779907,1.7849551439285278,-0.014315642416477203,0.002478828188031912,0.276929646730423,0.5086873173713684,0.7711514383554459,990.0,253440.0,5899.187992968829,16220160.0 +124.53,7.699999809265137,2730.0,0.013430568389594555,0.1411336213350296,0.0,1.7893980741500854,1.7713853120803833,-0.011777263134717941,0.002481860341504216,0.4380050003528595,0.5123701691627502,0.7013317942619324,991.0,253696.0,5905.189416678855,16236544.0 +226.51,7.199999809265137,2795.0,0.012496327050030231,0.1405843049287796,0.0,1.7763657569885254,1.8081878423690796,-0.013887841254472733,0.002487569348886609,0.4394051730632782,0.497182697057724,0.6990697681903839,992.0,253952.0,5911.050552044995,16252928.0 +187.64,8.5,2768.0,0.012502811849117279,0.1465657502412796,0.0,1.7673735618591309,1.7334357500076294,-0.010071448050439358,0.0024793685879558325,0.4027850329875946,0.5064930319786072,0.682234138250351,993.0,254208.0,5916.969274520874,16269312.0 +98.37,8.600000381469727,2796.0,0.012414607219398022,0.1363932341337204,0.0,1.7800461053848267,1.74809730052948,-0.015921376645565033,0.002486981451511383,0.4435196816921234,0.5008258819580078,0.7347615659236908,994.0,254464.0,5922.829352807952,16285696.0 +131.42,8.300000190734863,2760.0,0.01609770953655243,0.1661580353975296,0.0,1.723800778388977,1.8143072128295898,-0.01139611005783081,0.0024926343467086554,0.32956477999687195,0.49456802010536194,0.727047473192215,995.0,254720.0,5928.765495671891,16302080.0 +180.87,7.900000095367432,2815.0,0.013044399209320545,0.1508585661649704,0.0,1.7389692068099976,1.8021512031555176,-0.012287440709769726,0.0024841330014169216,0.351641446352005,0.5041879415512085,0.7455945611000061,996.0,254976.0,5934.585231757956,16318464.0 +164.77,7.900000095367432,2842.0,0.0115501182153821,0.1241251602768898,0.0,1.761973261833191,1.8134204149246216,-0.012529336847364902,0.002478051697835326,0.40478038787841797,0.5037099719047546,0.7036998867988586,997.0,255232.0,5940.3491259708535,16334848.0 +184.37,8.100000381469727,2783.0,0.01113260630518198,0.1328328400850296,0.0,1.7817500829696655,1.7575602531433105,-0.012881200760602951,0.002489125821739435,0.4490143954753876,0.4953819215297699,0.7060273587703705,998.0,255488.0,5946.236126754899,16351232.0 +116.5,7.599999904632568,2796.0,0.01189598347991705,0.1284383088350296,0.0,1.7672985792160034,1.7778576612472534,-0.013614716939628124,0.0024761941749602556,0.43302902579307556,0.4957953989505768,0.7195602059364319,999.0,255744.0,5952.096377192996,16367616.0 +167.65,7.5,2821.0,0.012758918106555939,0.1385498046875,0.0,1.8158369064331055,1.8102045059204102,-0.013020123355090618,0.002475893823429942,0.38725292682647705,0.5024033784866333,0.6474143266677856,1000.0,256000.0,5957.904505469836,16384000.0 +164.87,7.599999904632568,2730.0,0.014124874025583267,0.1544596403837204,0.0,1.8194159269332886,1.815025806427002,-0.013430740684270859,0.0024672786239534616,0.3860941231250763,0.5115711092948914,0.7038100361824036,1001.0,256256.0,5963.904664621921,16400384.0 +205.87,6.900000095367432,2827.0,0.012167449109256268,0.1325276643037796,0.0,1.8226865530014038,1.8410048484802246,-0.009072585962712765,0.0024776917416602373,0.408186674118042,0.4938654899597168,0.6760547161102295,1002.0,256512.0,5969.700913294917,16416768.0 +213.94,7.5,2817.0,0.012410595081746578,0.1394246369600296,0.0,1.8729294538497925,1.7714637517929077,-0.009738112799823284,0.0024725485127419233,0.4921095073223114,0.5051233172416687,0.6825969815254211,1003.0,256768.0,5975.51632540999,16433152.0 +148.68,7.800000190734863,2756.0,0.008519571274518967,0.1028238907456398,0.0,1.783795952796936,1.8056644201278687,-0.011714049614965916,0.002480526454746723,0.31816366314888,0.5012997984886169,0.76572485268116,1004.0,257024.0,5981.461621149909,16449536.0 +188.12,7.900000095367432,2800.0,0.011379443109035492,0.1326497346162796,0.0,1.7997856140136719,1.799873948097229,-0.014972650445997715,0.002485488075762987,0.3622966706752777,0.4957912266254425,0.7520736902952194,1005.0,257280.0,5987.313554755878,16465920.0 +161.4,7.800000190734863,2806.0,0.012096106074750423,0.14599609375,0.0,1.835610270500183,1.738479733467102,-0.01412480790168047,0.0024775529745966196,0.4309820234775543,0.49978020787239075,0.71687912940979,1006.0,257536.0,5993.153130669845,16482304.0 +168.69,7.5,2784.0,0.01256298553198576,0.1451416015625,0.0,1.8241668939590454,1.7856355905532837,-0.013395705260336399,0.0024699082132428885,0.40503180027008057,0.5049441456794739,0.7207679152488708,1007.0,257792.0,5999.038691279944,16498688.0 +187.34,7.900000095367432,2815.0,0.01422947645187378,0.1570841521024704,0.0,1.793052315711975,1.7942966222763062,-0.013502851128578186,0.002481660805642605,0.3470192849636078,0.49705228209495544,0.7285498976707458,1008.0,258048.0,6004.858031568816,16515072.0 +183.98,7.900000095367432,2820.0,0.013241692446172237,0.15234375,0.0,1.8346394300460815,1.7723623514175415,-0.013295683078467846,0.0024930646177381277,0.3881690800189972,0.5130193829536438,0.6965769231319427,1009.0,258304.0,6010.668598047923,16531456.0 +171.27,7.099999904632568,2823.0,0.012568720616400242,0.1497395783662796,0.0,1.9060983657836914,1.7705078125,-0.01012504380196333,0.0024885220918804407,0.5358080267906189,0.5094489455223083,0.669063925743103,1010.0,258560.0,6016.471114062006,16547840.0 +168.18,7.800000190734863,2812.0,0.016509586945176125,0.164794921875,0.0,1.83108651638031,1.8018134832382202,-0.012589395977556705,0.0024774682242423296,0.4199918210506439,0.49989548325538635,0.7256033718585968,1011.0,258816.0,6022.296884977026,16564224.0 +173.34,7.400000095367432,2883.0,0.012711890041828156,0.1363118439912796,0.0,1.8755944967269897,1.775357723236084,-0.012197270058095455,0.002477474743500352,0.49299320578575134,0.5076298117637634,0.70379438996315,1012.0,259072.0,6027.9800650049,16580608.0 +152.53,7.5,2844.0,0.013173873536288738,0.1514689177274704,0.0,1.828831672668457,1.7874027490615845,-0.013460550457239151,0.0024853316135704517,0.4061470329761505,0.5016424059867859,0.6432327628135681,1013.0,259328.0,6033.741018461995,16596992.0 +216.57,7.300000190734863,2827.0,0.01144417840987444,0.13018798828125,0.0,1.7734217643737793,1.7463213205337524,-0.011570516973733902,0.002467910759150982,0.30147749185562134,0.5046935677528381,0.708135724067688,1014.0,259584.0,6039.53572191298,16613376.0 +190.16,8.0,2845.0,0.011132338084280491,0.1346638947725296,0.0,1.7934240102767944,1.6985958814620972,-0.011922677047550678,0.002466994570568204,0.3312041461467743,0.5104296803474426,0.7230667471885681,1015.0,259840.0,6045.29505816591,16629760.0 +258.47,7.099999904632568,2813.0,0.014065828174352646,0.1615193635225296,0.0,1.8258157968521118,1.714171290397644,-0.012265580706298351,0.0024714109022170305,0.38848376274108887,0.5126962661743164,0.651975691318512,1016.0,260096.0,6051.119841472944,16646144.0 +215.6,7.5,2784.0,0.01303188782185316,0.1519368439912796,0.0,1.7919243574142456,1.716770052909851,-0.012091831304132938,0.0024747278075665236,0.3230980932712555,0.509620189666748,0.7077922821044922,1017.0,260352.0,6057.004440678982,16662528.0 +224.4,6.699999809265137,2817.0,0.011330172419548035,0.1292317658662796,0.0,1.8344134092330933,1.743687629699707,-0.010011021979153156,0.002479416551068425,0.41838058829307556,0.49994543194770813,0.6545527577400208,1018.0,260608.0,6062.821404937888,16678912.0 +200.34,7.400000095367432,2779.0,0.011481765657663345,0.1405436247587204,0.0,1.8251382112503052,1.7705731391906738,-0.010957990773022175,0.0024786635767668486,0.40400567650794983,0.4994041919708252,0.6559405624866486,1019.0,260864.0,6068.717543025967,16695296.0 +233.57,7.699999809265137,2795.0,0.013118728064000607,0.1591593474149704,0.0,1.7965177297592163,1.7755241394042969,-0.011205834336578846,0.0024690907448530197,0.35206544399261475,0.5017136931419373,0.7032930850982666,1020.0,261120.0,6074.578787636943,16711680.0 +188.44,8.100000381469727,2816.0,0.013990074396133423,0.1511637419462204,0.0,1.8024922609329224,1.790145993232727,-0.014440481550991535,0.0024735385086387396,0.35900577902793884,0.5056846737861633,0.687194436788559,1021.0,261376.0,6080.397471271921,16728064.0 +184.55,7.699999809265137,2809.0,0.015646768733859062,0.1733601838350296,0.0,1.831757664680481,1.8092150688171387,-0.012810111045837402,0.0024712609592825174,0.4148935377597809,0.5066991448402405,0.6541947722434998,1022.0,261632.0,6086.23006087495,16744448.0 +201.41,6.900000095367432,2727.0,0.01397270429879427,0.1566162109375,0.0,1.8340997695922852,1.805008053779602,-0.01323634758591652,0.0024833742063492537,0.42490771412849426,0.4982415735721588,0.670024037361145,1023.0,261888.0,6092.238318529911,16760832.0 +176.47,8.0,2827.0,0.01623663119971752,0.18719482421875,0.0,1.806185245513916,1.7893644571304321,-0.014702991582453251,0.0024838775862008333,0.36404886841773987,0.5020164847373962,0.697314590215683,1024.0,262144.0,6098.0347120990045,16777216.0 +236.65,7.599999904632568,2829.0,0.012847483158111572,0.1515909880399704,0.0,1.811411738395691,1.8087142705917358,-0.013135585002601147,0.0024886736646294594,0.3671073913574219,0.5020638108253479,0.6784630119800568,1025.0,262400.0,6103.826706864871,16793600.0 +156.64,8.0,2793.0,0.014659270644187927,0.1676839143037796,0.0,1.8256336450576782,1.8336843252182007,-0.011624728329479694,0.0024992411490529776,0.36539602279663086,0.5113237500190735,0.705265074968338,1026.0,262656.0,6109.6931760478765,16809984.0 +198.49,7.400000095367432,2812.0,0.016082653775811195,0.16796875,0.0,1.8623381853103638,1.8495343923568726,-0.012577810324728489,0.002486755605787039,0.45193353295326233,0.5118271112442017,0.6231406331062317,1027.0,262912.0,6115.518915346824,16826368.0 +189.26,7.5,2809.0,0.01552248653024435,0.156982421875,0.0,1.8613271713256836,1.8292382955551147,-0.01188921183347702,0.002485456643626094,0.4609781503677368,0.5057135820388794,0.6252935528755188,1028.0,263168.0,6121.350889459951,16842752.0 +176.29,7.199999809265137,2846.0,0.012374944053590298,0.1401570588350296,0.0,1.8318318128585815,1.8706401586532593,-0.013155835680663586,0.0024962995667010546,0.3796631395816803,0.513810932636261,0.6473030745983124,1029.0,263424.0,6127.109066997888,16859136.0 +226.31,7.5,2820.0,0.014773947186768055,0.1788126677274704,0.0,1.8614071607589722,1.849205493927002,-0.012637431733310223,0.002484387718141079,0.45446324348449707,0.5107587575912476,0.6677127778530121,1030.0,263680.0,6132.919643316884,16875520.0 +198.24,8.0,2814.0,0.013175305910408497,0.15704345703125,0.0,1.834921956062317,1.8468841314315796,-0.012290495447814465,0.0024885276798158884,0.38619264960289,0.5163522958755493,0.6898400187492371,1031.0,263936.0,6138.741945759859,16891904.0 +138.84,8.0,2793.0,0.01405215635895729,0.168212890625,0.0,1.805200219154358,1.8747305870056152,-0.012689601629972458,0.00248131575062871,0.35137343406677246,0.507710874080658,0.7438066303730011,1032.0,264192.0,6144.607194454875,16908288.0 +156.92,8.199999809265137,2798.0,0.014888199977576733,0.1687825471162796,0.0,1.7955999374389648,1.8782204389572144,-0.01444509532302618,0.00249130348674953,0.3402186632156372,0.5003671050071716,0.6930630803108215,1033.0,264448.0,6150.463446815964,16924672.0 +209.74,7.599999904632568,2811.0,0.010841046459972858,0.131591796875,0.0,1.8240960836410522,1.8661800622940063,-0.013753935694694519,0.0024921901058405638,0.3730471134185791,0.5117872357368469,0.6900923550128937,1034.0,264704.0,6156.292556891916,16941056.0 +218.9,7.5,2785.0,0.01153266429901123,0.1342570036649704,0.0,1.8035651445388794,1.8463096618652344,-0.015011601150035858,0.0024745091795921326,0.3581269085407257,0.5079836249351501,0.6907709836959839,1035.0,264960.0,6162.174646775937,16957440.0 +165.18,7.099999904632568,2746.0,0.010930803604424,0.1271565705537796,0.0,1.8445683717727661,1.834000587463379,-0.012243294157087803,0.002480423776432872,0.440151572227478,0.5019733309745789,0.6515803635120392,1036.0,265216.0,6168.140551593853,16973824.0 +219.52,8.100000381469727,2770.0,0.015293371863663197,0.1722005158662796,0.0,1.8098021745681763,1.8481496572494507,-0.011892616748809814,0.0024832922499626875,0.3712564706802368,0.499983549118042,0.71333447098732,1037.0,265472.0,6174.054171013879,16990208.0 +147.51,7.599999904632568,2801.0,0.012177024967968464,0.1405843049287796,0.0,1.9020614624023438,1.7968369722366333,-0.01475196611136198,0.0024889057967811823,0.5409451723098755,0.5074515342712402,0.6595634818077087,1038.0,265728.0,6179.902677837992,17006592.0 +177.4,7.400000095367432,2721.0,0.012101917527616024,0.1294352263212204,0.0,1.845752239227295,1.843680500984192,-0.012897786684334278,0.0024813050404191017,0.4201509952545166,0.5140963196754456,0.683733344078064,1039.0,265984.0,6185.923137658974,17022976.0 +167.9,7.5,2823.0,0.01354316994547844,0.146728515625,0.0,1.8584669828414917,1.8478821516036987,-0.013220415450632572,0.002497937995940447,0.4153728783130646,0.5220623016357422,0.7163361012935638,1040.0,266240.0,6191.726182034006,17039360.0 +148.38,7.599999904632568,2796.0,0.011978509835898876,0.14337158203125,0.0,1.7778329849243164,1.8402204513549805,-0.014873579144477844,0.00248972256667912,0.27422285079956055,0.5172415375709534,0.7766191959381104,1041.0,266496.0,6197.585670490982,17055744.0 +224.66,7.300000190734863,2740.0,0.010850273072719574,0.1308390349149704,0.0,1.8237218856811523,1.8207753896713257,-0.012114420533180237,0.0024974625557661057,0.3692055642604828,0.5085752606391907,0.6996689140796661,1042.0,266752.0,6203.564970650012,17072128.0 +182.77,8.300000190734863,2818.0,0.012511842884123325,0.13720703125,0.0,1.8334016799926758,1.8201723098754883,-0.01493607833981514,0.002481983043253422,0.4034366309642792,0.511451780796051,0.7141068279743195,1043.0,267008.0,6209.378142891917,17088512.0 +230.44,7.400000095367432,2829.0,0.010272236540913582,0.1240437850356102,0.0,1.8390439748764038,1.8025617599487305,-0.012400928884744644,0.002488542115315795,0.42155107855796814,0.5017234683036804,0.709162175655365,1044.0,267264.0,6215.169431037968,17104896.0 +217.13,7.5,2757.0,0.008614417165517807,0.0961710587143898,0.0,1.7947311401367188,1.872141718864441,-0.011183854192495346,0.0024842461571097374,0.3413598835468292,0.49888384342193604,0.7335126399993896,1045.0,267520.0,6221.111912608845,17121280.0 +172.17,7.900000095367432,2773.0,0.011346095241606236,0.1407877653837204,0.0,1.8297392129898071,1.8541107177734375,-0.013319914229214191,0.0024927170015871525,0.40872225165367126,0.49810370802879333,0.6904892027378082,1046.0,267776.0,6227.020363421878,17137664.0 +186.11,7.400000095367432,2767.0,0.0114631662145257,0.1317342072725296,0.0,1.8463298082351685,1.8446084260940552,-0.012546968646347523,0.0025039685424417257,0.41296911239624023,0.5067927241325378,0.7047334611415863,1047.0,268032.0,6232.941603408894,17154048.0 +184.1,8.199999809265137,2792.0,0.011259306222200394,0.1342976838350296,0.0,1.8522387742996216,1.7971755266189575,-0.013926730491220951,0.002486244775354862,0.4367101490497589,0.5103324055671692,0.7225902676582336,1048.0,268288.0,6238.809247009922,17170432.0 +124.9,8.0,2790.0,0.014745064079761505,0.1651611328125,0.0,1.8606196641921997,1.7753287553787231,-0.01315661147236824,0.002483794465661049,0.45531168580055237,0.5095487236976624,0.7197267711162567,1049.0,268544.0,6244.681808289839,17186816.0 +165.45,7.699999809265137,2819.0,0.012378361076116562,0.1493326872587204,0.0,1.9388173818588257,1.8109631538391113,-0.010901808738708496,0.002484699944034219,0.42903605103492737,0.5109606385231018,0.6791386902332306,1050.0,268800.0,6250.492946544895,17203200.0 +178.99,8.5,2814.0,0.015268579125404358,0.1483561247587204,0.0,1.8821120262145996,1.8091214895248413,-0.012275720946490765,0.002473734086379409,0.3034845292568207,0.5238693356513977,0.7712832391262054,1051.0,269056.0,6256.315954701975,17219584.0 +188.37,7.300000190734863,2735.0,0.012129548005759716,0.14031982421875,0.0,1.9880738258361816,1.7882709503173828,-0.0110819973051548,0.0024816058576107025,0.51815265417099,0.5171593427658081,0.6739161312580109,1052.0,269312.0,6262.307448733831,17235968.0 +141.83,7.699999809265137,2773.0,0.012038934044539928,0.1402791291475296,0.0,1.9533096551895142,1.7808586359024048,-0.013005681335926056,0.002474437467753887,0.47021254897117615,0.5117989182472229,0.6913504004478455,1053.0,269568.0,6268.215284931939,17252352.0 +159.23,7.300000190734863,2810.0,0.012560467235744,0.1506754606962204,0.0,1.9610267877578735,1.7976545095443726,-0.011935398913919926,0.002476619789376855,0.47728148102760315,0.5139880776405334,0.6639629602432251,1054.0,269824.0,6274.046720860992,17268736.0 +148.65,8.199999809265137,2743.0,0.01520424336194992,0.1719767302274704,0.0,1.9253973960876465,1.777743935585022,-0.014426772482693195,0.0024768062867224216,0.42770493030548096,0.5053462386131287,0.6988663375377655,1055.0,270080.0,6280.019878212828,17285120.0 +192.08,7.599999904632568,2778.0,0.015543180517852306,0.1522623747587204,0.0,1.9097962379455566,1.7641087770462036,-0.01412917673587799,0.002471709856763482,0.3764444589614868,0.5174893736839294,0.7056345641613007,1056.0,270336.0,6285.9180341470055,17301504.0 +168.1,8.199999809265137,2752.0,0.010433210991322994,0.1243489608168602,0.0,1.8659642934799194,1.8040218353271484,-0.010932368226349354,0.0024700751528143883,0.3052079677581787,0.507295548915863,0.7426646649837494,1057.0,270592.0,6291.871834267862,17317888.0 +195.75,7.599999904632568,2778.0,0.012519262731075287,0.1460164338350296,0.0,1.9099010229110718,1.7735133171081543,-0.013564850203692913,0.0024752754252403975,0.3665965497493744,0.5202646851539612,0.6977861523628235,1058.0,270848.0,6297.768898235867,17334272.0 +216.23,8.100000381469727,2882.0,0.013766862452030182,0.1550496369600296,0.0,1.8689314126968384,1.738834023475647,-0.011869065463542938,0.0024690486025065184,0.3040858805179596,0.5116215348243713,0.7620949000120163,1059.0,271104.0,6303.454480836866,17350656.0 +205.37,8.399999618530273,2811.0,0.013500559143722057,0.1626993864774704,0.0,1.915464997291565,1.777665615081787,-0.011706630699336529,0.002473813481628895,0.409381240606308,0.5033512711524963,0.7440982460975647,1060.0,271360.0,6309.282913386822,17367040.0 +104.32,7.800000190734863,2755.0,0.011850349605083466,0.13958740234375,0.0,1.9096508026123047,1.7755225896835327,-0.015288862399756908,0.00246889959089458,0.3788498640060425,0.5188202261924744,0.7316219210624695,1061.0,271616.0,6315.229187559802,17383424.0 +172.68,7.699999809265137,2810.0,0.011264498345553875,0.1279500275850296,0.0,1.9021114110946655,1.8078173398971558,-0.014024532400071621,0.002469595754519105,0.3713496923446655,0.5137411952018738,0.7378495931625366,1062.0,271872.0,6321.058826630004,17399808.0 +158.39,8.5,2795.0,0.01682722568511963,0.1819254606962204,0.0,1.906761646270752,1.7950538396835327,-0.014017518609762192,0.0024792340118438005,0.37543630599975586,0.5113946199417114,0.7440899014472961,1063.0,272128.0,6326.919414395932,17416192.0 +185.69,7.800000190734863,2809.0,0.012238920666277409,0.14715576171875,0.0,1.9125555753707886,1.806501030921936,-0.012380297295749187,0.002466122852638364,0.3831028938293457,0.5183880925178528,0.7208978533744812,1064.0,272384.0,6332.751957183937,17432576.0 +173.56,7.300000190734863,2850.0,0.011280854232609272,0.1442464143037796,0.0,2.007516622543335,1.7696412801742554,-0.012501451186835766,0.0024880131240934134,0.5539817810058594,0.516717255115509,0.6414795517921448,1065.0,272640.0,6338.499857283896,17448960.0 +166.07,8.0,2834.0,0.015849703922867775,0.1737263947725296,0.0,1.8885854482650757,1.8064838647842407,-0.010469126515090466,0.002507604658603668,0.2940704822540283,0.5162817239761353,0.6960124969482422,1066.0,272896.0,6344.280699781841,17465344.0 +198.8,7.900000095367432,2778.0,0.015255238860845566,0.1680501252412796,0.0,1.8918575048446655,1.7915306091308594,-0.013776018284261227,0.002485799603164196,0.3306392729282379,0.515329122543335,0.6805026233196259,1067.0,273152.0,6350.177845028928,17481728.0 +214.03,8.100000381469727,2797.0,0.01522864494472742,0.165771484375,0.0,1.8889137506484985,1.7542577981948853,-0.01235842052847147,0.0024833984207361937,0.33747628331184387,0.5083773136138916,0.7091598808765411,1068.0,273408.0,6356.034599767998,17498112.0 +246.2,7.400000095367432,2845.0,0.011053502559661865,0.14129638671875,0.0,1.9676929712295532,1.7604255676269531,-0.010311522521078587,0.0024715822655707598,0.48794159293174744,0.5158467888832092,0.6507964134216309,1069.0,273664.0,6361.792290220968,17514496.0 +153.31,7.699999809265137,2825.0,0.010521051473915577,0.11370849609375,0.0,1.947482943534851,1.8074089288711548,-0.013387038372457027,0.0024758335202932358,0.44785335659980774,0.5171005725860596,0.6809386014938354,1070.0,273920.0,6367.593428193824,17530880.0 +190.04,7.900000095367432,2748.0,0.01542673259973526,0.1600138396024704,0.0,1.9032278060913086,1.7944221496582031,-0.01564973033964634,0.002472302643582225,0.3678983449935913,0.5167215466499329,0.7061492800712585,1071.0,274176.0,6373.55527481786,17547264.0 +130.59,8.600000381469727,2827.0,0.014917881228029728,0.1604817658662796,0.0,1.9226288795471191,1.7845211029052734,-0.012871794402599335,0.0024758419021964073,0.4024721384048462,0.5141891241073608,0.7161154747009277,1072.0,274432.0,6379.349899257999,17563648.0 +127.81,7.900000095367432,2815.0,0.011367498897016048,0.1223958358168602,0.0,1.9428237676620483,1.8029999732971191,-0.011002697050571442,0.002471090527251363,0.4235883951187134,0.5245170593261719,0.6970115602016449,1073.0,274688.0,6385.17041868181,17580032.0 +172.92,7.300000190734863,2747.0,0.011331132613122463,0.1338907927274704,0.0,1.9859027862548828,1.7599159479141235,-0.013899050652980804,0.0024764800909906626,0.5120704770088196,0.5231256484985352,0.6683725714683533,1074.0,274944.0,6391.134577018907,17596416.0 +166.63,7.800000190734863,2786.0,0.012942231260240078,0.14007568359375,0.0,1.95058012008667,1.779006838798523,-0.014011322520673275,0.0024719510693103075,0.46650779247283936,0.5131519436836243,0.6745801568031311,1075.0,275200.0,6397.015603870852,17612800.0 +147.94,8.300000190734863,2792.0,0.0140550397336483,0.15911865234375,0.0,1.9033422470092773,1.744012713432312,-0.012914738617837429,0.002467484911903739,0.35880088806152344,0.5205543041229248,0.7312831580638885,1076.0,275456.0,6402.884388327831,17629184.0 +197.21,7.400000095367432,2721.0,0.010817782022058964,0.12548828125,0.0,1.9595082998275757,1.7374626398086548,-0.011479571461677551,0.0024804354179650545,0.46620604395866394,0.5150416493415833,0.6858943402767181,1077.0,275712.0,6408.905434436863,17645568.0 +182.56,7.5,2808.0,0.013311892747879028,0.1528116911649704,0.0,1.9573755264282227,1.7537671327590942,-0.011709018610417843,0.0024798607919365168,0.4330398142337799,0.5301718711853027,0.6697205603122711,1078.0,275968.0,6414.739343510941,17661952.0 +171.4,7.5,2815.0,0.011741953901946545,0.1388956755399704,0.0,1.9012885093688965,1.739527702331543,-0.01363961398601532,0.002475090092048049,0.3481523096561432,0.5207022428512573,0.7047387063503265,1079.0,276224.0,6420.55854074494,17678336.0 +198.17,8.0,2820.0,0.011434837244451046,0.1312052458524704,0.0,1.900723934173584,1.7452855110168457,-0.010893446393311024,0.0024749254807829857,0.32548826932907104,0.5288634896278381,0.7066225707530975,1080.0,276480.0,6426.369396631839,17694720.0 +228.72,8.100000381469727,2762.0,0.0135907381772995,0.1537272185087204,0.0,1.9045249223709106,1.6937862634658813,-0.01082126796245575,0.002470945240929723,0.3569372594356537,0.518342912197113,0.7447915971279144,1081.0,276736.0,6432.300945312949,17711104.0 +161.38,8.5,2789.0,0.013183553703129292,0.156982421875,0.0,1.975899338722229,1.644389271736145,-0.013157669454813004,0.0024682485964149237,0.5074936151504517,0.5176298022270203,0.696599543094635,1082.0,276992.0,6438.175968320807,17727488.0 +144.12,8.399999618530273,2849.0,0.011630655266344547,0.12774658203125,0.0,1.935171127319336,1.7048377990722656,-0.011459494940936565,0.0024656986352056265,0.39151641726493835,0.5350713133811951,0.7531244605779648,1083.0,277248.0,6443.92665044684,17743872.0 +152.69,8.100000381469727,2756.0,0.01743585430085659,0.1784261018037796,0.0,1.9257696866989136,1.700842261314392,-0.014621644280850887,0.0024678590707480907,0.39535173773765564,0.525794506072998,0.711324006319046,1084.0,277504.0,6449.8706203419715,17760256.0 +134.28,8.699999809265137,2794.0,0.015186630189418793,0.1535441130399704,0.0,1.913033127784729,1.6736067533493042,-0.012250256724655628,0.0024596836883574724,0.3726314306259155,0.5258616805076599,0.7497357726097107,1085.0,277760.0,6455.7342367579695,17776640.0 +139.76,8.0,2788.0,0.013389277271926403,0.1551920622587204,0.0,1.9444023370742798,1.6544464826583862,-0.013479813933372498,0.002468156861141324,0.4417329728603363,0.5194819569587708,0.7258823812007904,1086.0,278016.0,6461.609941194998,17793024.0 +162.39,7.900000095367432,2679.0,0.014998984523117542,0.1640218049287796,0.0,1.983690619468689,1.654772400856018,-0.013154000975191593,0.0024649936240166426,0.5041437149047852,0.5288233160972595,0.694371223449707,1087.0,278272.0,6467.725796057843,17809408.0 +123.5,8.0,2747.0,0.01463043037801981,0.1592203825712204,0.0,1.9396196603775024,1.6586195230484009,-0.01138883363455534,0.0024664520751684904,0.4227389097213745,0.5229992270469666,0.7282847464084625,1088.0,278528.0,6473.690108773997,17825792.0 +179.44,7.800000190734863,2806.0,0.013430572114884853,0.1525675505399704,0.0,1.9349980354309082,1.7342907190322876,-0.012713901698589325,0.0024754160549491644,0.425870418548584,0.5144116878509521,0.757636159658432,1089.0,278784.0,6479.529172610957,17842176.0 +127.86,8.699999809265137,2761.0,0.011125585995614529,0.1321818083524704,0.0,1.9024120569229126,1.640280842781067,-0.01484652329236269,0.0024843683931976557,0.3549824059009552,0.5139861702919006,0.7687827497720718,1090.0,279040.0,6485.463584069861,17858560.0 +156.95,7.5,2785.0,0.013690903782844543,0.1516927033662796,0.0,1.9831024408340454,1.681532859802246,-0.012807335704565048,0.0024839253164827824,0.518187940120697,0.5116683840751648,0.6980500221252441,1091.0,279296.0,6491.346516588936,17874944.0 +121.03,8.199999809265137,2812.0,0.013785972259938717,0.1524251252412796,0.0,1.9593993425369263,1.71930730342865,-0.01250603049993515,0.0024866193998605013,0.444193035364151,0.5236923098564148,0.7348113656044006,1092.0,279552.0,6497.172890760936,17891328.0 +151.51,7.699999809265137,2759.0,0.012991541065275669,0.1302693635225296,0.0,2.018847942352295,1.733216404914856,-0.010366124100983143,0.0024828908499330282,0.5553240776062012,0.5274386405944824,0.6848851144313812,1093.0,279808.0,6503.111146737821,17907712.0 +144.33,8.5,2810.0,0.012156229466199875,0.1260172575712204,0.0,1.934349536895752,1.7205101251602173,-0.011414111591875553,0.0024692171718925238,0.4106712341308594,0.52302485704422,0.7051526010036469,1094.0,280064.0,6508.941048476845,17924096.0 +125.81,8.100000381469727,2767.0,0.011921457946300507,0.1329345703125,0.0,1.955666422843933,1.7314763069152832,-0.010584388859570026,0.002471915213391185,0.44509443640708923,0.5250607132911682,0.6685827672481537,1095.0,280320.0,6514.86157421791,17940480.0 +177.07,8.199999809265137,2790.0,0.011638482101261616,0.14483642578125,0.0,1.950418472290039,1.7116807699203491,-0.012399292550981045,0.002482897602021694,0.4206620156764984,0.5281551480293274,0.6833707094192505,1096.0,280576.0,6520.733059239807,17956864.0 +152.25,7.199999809265137,2805.0,0.0122511126101017,0.1281941682100296,0.0,2.016761541366577,1.7648972272872925,-0.010027713142335415,0.002480573020875454,0.5608949661254883,0.5237043499946594,0.6156100332736969,1097.0,280832.0,6526.574212234933,17973248.0 +154.12,8.100000381469727,2842.0,0.014383983798325062,0.1532389372587204,0.0,1.9468423128128052,1.775842308998108,-0.012396940030157566,0.002475828630849719,0.41747093200683594,0.5303477048873901,0.6825734078884125,1098.0,281088.0,6532.338282418903,17989632.0 +134.0,8.199999809265137,2832.0,0.011478087864816189,0.14111328125,0.0,1.9384732246398926,1.759076714515686,-0.012029338628053665,0.0024901959113776684,0.38571110367774963,0.5301397442817688,0.6821526885032654,1099.0,281344.0,6538.124261476798,18006016.0 +190.61,8.0,2775.0,0.012100660242140293,0.1456095427274704,0.0,1.9632827043533325,1.7424794435501099,-0.012122583575546741,0.0024855928495526314,0.44143450260162354,0.5293163061141968,0.6512939929962158,1100.0,281600.0,6544.027488416992,18022400.0 +174.05,7.900000095367432,2809.0,0.01320768054574728,0.14617919921875,0.0,1.9556344747543335,1.773895263671875,-0.012743320316076279,0.0025071531999856234,0.39584973454475403,0.5346152782440186,0.6516651511192322,1101.0,281856.0,6549.859809088986,18038784.0 +180.08,8.199999809265137,2784.0,0.015369720757007599,0.1560261994600296,0.0,1.9441524744033813,1.7478928565979004,-0.011152959428727627,0.002491604769602418,0.39872249960899353,0.5276209115982056,0.6758480370044708,1102.0,282112.0,6555.74494832987,18055168.0 +182.38,8.199999809265137,2739.0,0.013564776629209518,0.1548665314912796,0.0,1.9379173517227173,1.763485074043274,-0.010207018814980984,0.0024916117545217276,0.38765081763267517,0.5261279940605164,0.6755065321922302,1103.0,282368.0,6561.726011200808,18071552.0 +188.69,7.900000095367432,2518.0,0.01568760722875595,0.158935546875,0.0,1.9592136144638062,1.7511528730392456,-0.008963006548583508,0.0025045378133654594,0.4019691050052643,0.5324347019195557,0.6605536639690399,1104.0,282624.0,6568.231850584969,18087936.0 +208.34,8.100000381469727,2448.0,0.011758136563003063,0.1334431916475296,0.0,1.9212552309036255,1.760501742362976,-0.01257131528109312,0.0025074912700802088,0.3298030197620392,0.5327842831611633,0.6869147419929504,1105.0,282880.0,6574.925446751993,18104320.0 +186.46,8.300000190734863,2727.0,0.01680704765021801,0.1909586638212204,0.0,1.862626075744629,1.762513279914856,-0.01156507059931755,0.0024947768542915583,0.24182294309139252,0.5235161185264587,0.758125975728035,1106.0,283136.0,6580.9337352558505,18120704.0 +210.62,8.699999809265137,2798.0,0.01438711117953062,0.16998291015625,0.0,1.847161889076233,1.7774618864059448,-0.011930267326533794,0.0024875898379832506,0.2027355283498764,0.5317038893699646,0.7419504821300507,1107.0,283392.0,6586.788667657878,18137088.0 +221.77,8.5,2818.0,0.015751665458083153,0.1727294921875,0.0,1.8875236511230469,1.7589260339736938,-0.009353247471153736,0.0024733704049140215,0.28171420097351074,0.5369235873222351,0.703017383813858,1108.0,283648.0,6592.603014707798,18153472.0 +230.83,8.199999809265137,2828.0,0.012737646698951721,0.1539510041475296,0.0,1.9069420099258423,1.7230972051620483,-0.0107894791290164,0.002473738742992282,0.3278876543045044,0.5341489911079407,0.6485517919063568,1109.0,283904.0,6598.397283996921,18169856.0 +216.92,7.800000190734863,2506.0,0.011960640549659729,0.13134765625,0.0,1.9336462020874023,1.7123619318008423,-0.011148183606564999,0.0024658392649143934,0.405651718378067,0.5261726379394531,0.6284649968147278,1110.0,284160.0,6604.936177048832,18186240.0 +186.32,8.0,2481.0,0.010812021791934967,0.121826171875,0.0,1.9153742790222168,1.7476449012756348,-0.010188102722167969,0.002459770767018199,0.3722182512283325,0.5270445346832275,0.6735499799251556,1111.0,284416.0,6611.539313059999,18202624.0 +164.55,8.600000381469727,2665.0,0.01032209862023592,0.1214192733168602,0.0,1.8884409666061401,1.7641615867614746,-0.012511205859482288,0.0024621756747365,0.3138887584209442,0.5305614471435547,0.7126665115356445,1112.0,284672.0,6617.686749060871,18219008.0 +169.07,8.0,2782.0,0.013973812572658062,0.14697265625,0.0,1.917901635169983,1.725983738899231,-0.010485529899597168,0.0024603758938610554,0.38085392117500305,0.5250318646430969,0.6658594012260437,1113.0,284928.0,6623.5768527498,18235392.0 +187.95,7.699999809265137,2450.0,0.01288133766502142,0.1451822966337204,0.0,1.940151333808899,1.7048358917236328,-0.011614249087870121,0.0024652278516441584,0.4227752983570099,0.5248122811317444,0.6699378192424774,1114.0,285184.0,6630.264848626917,18251776.0 +189.34,8.199999809265137,2485.0,0.01302202045917511,0.1515909880399704,0.0,1.9040460586547852,1.7302666902542114,-0.010373829863965511,0.0024654846638441086,0.35861504077911377,0.5196728110313416,0.7131546437740326,1115.0,285440.0,6636.856197317829,18268160.0 +203.02,7.599999904632568,2747.0,0.011662566103041172,0.1410725861787796,0.0,1.8903766870498657,1.7356599569320679,-0.01170528307557106,0.0024720618966966867,0.30549269914627075,0.5306610465049744,0.7549564391374588,1116.0,285696.0,6642.819505913882,18284544.0 +186.96,8.699999809265137,2734.0,0.012136227451264858,0.14532470703125,0.0,1.8559764623641968,1.7207664251327515,-0.013584316708147526,0.0024779553059488535,0.23012219369411469,0.5327296257019043,0.7896078079938889,1117.0,285952.0,6648.812995417975,18300928.0 +160.19,8.0,2501.0,0.013815240003168583,0.1490681916475296,0.0,1.9050507545471191,1.7226043939590454,-0.013034711591899395,0.0024753871839493513,0.3519258201122284,0.5216546654701233,0.7383281588554382,1118.0,286208.0,6655.3644743079785,18317312.0 +180.1,8.199999809265137,2772.0,0.013606954365968704,0.1573689728975296,0.0,1.8858747482299805,1.7602171897888184,-0.011102710850536823,0.00247976160608232,0.31530600786209106,0.5170459151268005,0.768539622426033,1119.0,286464.0,6661.274884951999,18333696.0 +208.78,7.699999809265137,2478.0,0.012384611181914806,0.1476033478975296,0.0,1.9385169744491577,1.7905861139297485,-0.00932720210403204,0.002474050037562847,0.4089907705783844,0.5242297649383545,0.6874334216117859,1120.0,286720.0,6667.886687970953,18350080.0 +156.2,7.699999809265137,2768.0,0.012066151946783066,0.1467692106962204,0.0,1.9411945343017578,1.7951442003250122,-0.010793711990118027,0.002471204614266753,0.4046318829059601,0.5320211052894592,0.6805638372898102,1121.0,286976.0,6673.805940666003,18366464.0 +194.7,7.900000095367432,2502.0,0.014333624392747879,0.1736653596162796,0.0,1.8568596839904785,1.7944060564041138,-0.013082480989396572,0.0024529576767235994,0.2560712397098541,0.5333719253540039,0.7411055564880371,1122.0,287232.0,6680.355298572918,18382848.0 +259.62,7.5,2456.0,0.014880199916660786,0.1578572541475296,0.0,1.8892782926559448,1.8081103563308716,-0.01145112980157137,0.002454322064295411,0.33079925179481506,0.5262499451637268,0.7072120606899261,1123.0,287488.0,6687.02511538798,18399232.0 +213.41,8.5,2822.0,0.01682761125266552,0.1796061247587204,0.0,1.857046127319336,1.7847557067871094,-0.012270214967429638,0.0024674551095813513,0.26657411456108093,0.5201491713523865,0.7554346919059753,1124.0,287744.0,6692.830665820977,18415616.0 +200.99,8.199999809265137,2418.0,0.013500843197107315,0.1570027619600296,0.0,1.8765596151351929,1.7643109560012817,-0.012164116837084293,0.002457834081724286,0.2794433534145355,0.537727952003479,0.7683897167444229,1125.0,288000.0,6699.606439091964,18432000.0 +207.38,7.800000190734863,2786.0,0.014247187413275242,0.1551717072725296,0.0,1.8943411111831665,1.7673406600952148,-0.01323629915714264,0.002456605201587081,0.31709766387939453,0.5383996367454529,0.7336026430130005,1126.0,288256.0,6705.486570831854,18448384.0 +208.77,7.699999809265137,2777.0,0.01623384654521942,0.1648356169462204,0.0,1.9506944417953491,1.751622200012207,-0.011319718323647976,0.0024679116904735565,0.4259069859981537,0.5326210856437683,0.6581819951534271,1127.0,288512.0,6711.387019157875,18464768.0 +194.02,8.0,2417.0,0.012545585632324219,0.1390584260225296,0.0,1.9442462921142578,1.734928011894226,-0.01111417356878519,0.0024655177257955074,0.41960251331329346,0.5301494598388672,0.6954627335071564,1128.0,288768.0,6718.164597813971,18481152.0 +152.79,8.0,2741.0,0.01306129340082407,0.14739990234375,0.0,1.8993386030197144,1.7426825761795044,-0.010685202665627003,0.0024649843107908964,0.334549218416214,0.5276837944984436,0.7456692457199097,1129.0,289024.0,6724.141803405015,18497536.0 +154.14,8.699999809265137,2395.0,0.014158948324620724,0.1678263396024704,0.0,1.8834022283554077,1.7729195356369019,-0.014120911248028278,0.0024634518194943666,0.2994936406612396,0.5337794423103333,0.766537606716156,1130.0,289280.0,6730.9822502308525,18513920.0 +139.47,8.600000381469727,2699.0,0.01685389317572117,0.1778157502412796,0.0,1.9295235872268677,1.754605770111084,-0.012376450933516026,0.0024569847155362368,0.37838444113731384,0.5417613387107849,0.7146881222724915,1131.0,289536.0,6737.051646949025,18530304.0 +168.75,7.900000095367432,2811.0,0.009656763635575771,0.11785888671875,0.0,1.9679914712905884,1.7571567296981812,-0.010621328838169575,0.0024565800558775663,0.446002334356308,0.5448929071426392,0.6915525197982788,1132.0,289792.0,6742.8802514609415,18546688.0 +128.46,8.699999809265137,2451.0,0.014379742555320263,0.16552734375,0.0,1.8975578546524048,1.7171483039855957,-0.014990363270044327,0.0024792326148599386,0.3222632110118866,0.5289717316627502,0.738939642906189,1133.0,290048.0,6749.564904874889,18563072.0 +142.72,8.0,2770.0,0.013499315828084946,0.1527303010225296,0.0,1.957760214805603,1.698911190032959,-0.012872920371592045,0.0024692032020539045,0.43263915181159973,0.5367013812065125,0.6787766516208649,1134.0,290304.0,6755.479597541969,18579456.0 +137.17,8.399999618530273,2188.0,0.012577875517308712,0.1456502228975296,0.0,1.9572793245315552,1.680338978767395,-0.010730101726949215,0.002459655748680234,0.41197264194488525,0.5489985346794128,0.6990393102169037,1135.0,290560.0,6762.96779417689,18595840.0 +143.55,9.0,2782.0,0.013500816188752651,0.1515095978975296,0.0,1.9438825845718384,1.6895238161087036,-0.015216034837067127,0.002470099600031972,0.4083296060562134,0.5367793440818787,0.6890586018562317,1136.0,290816.0,6768.857769483002,18612224.0 +141.65,8.300000190734863,2396.0,0.013075542636215687,0.1502888947725296,0.0,1.9339441061019897,1.6854435205459595,-0.010499636642634869,0.00246211769990623,0.38940441608428955,0.5355369448661804,0.6655215919017792,1137.0,291072.0,6775.694253702881,18628608.0 +142.38,8.699999809265137,2163.0,0.018880004063248634,0.1725870817899704,0.0,1.9132674932479858,1.7104101181030273,-0.009506315924227238,0.0024635253939777613,0.3505523204803467,0.5328390598297119,0.6926869451999664,1138.0,291328.0,6783.269011353841,18644992.0 +165.47,8.699999809265137,2753.0,0.012378054670989513,0.1498820036649704,0.0,1.8930907249450684,1.758547306060791,-0.010434393770992756,0.0024643871001899242,0.3243829011917114,0.5267259478569031,0.7351113855838776,1139.0,291584.0,6789.221200347878,18661376.0 +133.49,8.300000190734863,2528.0,0.012116915546357632,0.1546834260225296,0.0,1.8979705572128296,1.7851530313491821,-0.012146935798227787,0.0024476745165884495,0.33918288350105286,0.5345399975776672,0.7137148082256317,1140.0,291840.0,6795.701605164912,18677760.0 +177.9,7.699999809265137,2752.0,0.012510600499808788,0.1378173828125,0.0,1.8994334936141968,1.775830626487732,-0.013995702378451824,0.0024550112430006266,0.35803481936454773,0.5246642827987671,0.6644840836524963,1141.0,292096.0,6801.655105660902,18694144.0 +193.43,8.0,2216.0,0.012472516857087612,0.1382649689912796,0.0,1.9206609725952148,1.7647844552993774,-0.010729332454502583,0.0024509683717042208,0.36603590846061707,0.540536105632782,0.6491443514823914,1142.0,292352.0,6809.048433599994,18710528.0 +202.39,7.099999904632568,2710.0,0.01141489576548338,0.1180216446518898,0.0,1.9868441820144653,1.759509563446045,-0.011862318962812424,0.002455374924466014,0.5059053897857666,0.535661518573761,0.6052678227424622,1143.0,292608.0,6815.093198712915,18726912.0 +191.1,8.0,2833.0,0.009591679088771343,0.1078898087143898,0.0,1.862129807472229,1.7948436737060547,-0.012401260435581207,0.0024597637820988894,0.2720332145690918,0.5265808701515198,0.7242566347122192,1144.0,292864.0,6820.877111378824,18743296.0 +183.77,8.399999618530273,2437.0,0.014752119779586792,0.1615803986787796,0.0,1.89087975025177,1.769543170928955,-0.01197951752692461,0.0024594669230282307,0.31304776668548584,0.5342972278594971,0.6995848119258881,1145.0,293120.0,6827.6005952758715,18759680.0 +177.64,8.5,2486.0,0.017014555633068085,0.17108154296875,0.0,1.9337843656539917,1.7757630348205566,-0.013268530368804932,0.0024632129352539778,0.4113832414150238,0.5275124311447144,0.6559574007987976,1146.0,293376.0,6834.189730972983,18776064.0 +147.45,8.199999809265137,2427.0,0.01694064773619175,0.1663411408662796,0.0,1.9655596017837524,1.7592841386795044,-0.011056407354772091,0.002461796859279275,0.47230449318885803,0.5271580219268799,0.6809323728084564,1147.0,293632.0,6840.93943691696,18792448.0 +144.5,8.600000381469727,2733.0,0.01839357241988182,0.1858927458524704,0.0,1.9369207620620728,1.7228137254714966,-0.013833291828632355,0.0024586289655417204,0.39359310269355774,0.5418713092803955,0.6864782571792603,1148.0,293888.0,6846.93371581682,18808832.0 +112.73,8.600000381469727,2778.0,0.015323041938245296,0.168701171875,0.0,1.9262824058532715,1.7479721307754517,-0.015003539621829987,0.002465520752593875,0.3656056225299835,0.5432028770446777,0.7175817787647247,1149.0,294144.0,6852.831565008964,18825216.0 +143.6,8.0,2779.0,0.013463218696415424,0.1445515900850296,0.0,1.9590510129928589,1.718184471130371,-0.013898372650146484,0.0024585346691310406,0.44455984234809875,0.5385836958885193,0.6842135787010193,1150.0,294400.0,6858.727485621814,18841600.0 +173.32,7.800000190734863,2802.0,0.010675664991140366,0.1237996444106102,0.0,1.9434776306152344,1.7314919233322144,-0.01149816531687975,0.0024598941672593355,0.4065236747264862,0.5390820503234863,0.6651439368724823,1151.0,294656.0,6864.573878634023,18857984.0 +145.3,8.0,2745.0,0.013374893926084042,0.14080810546875,0.0,1.945259928703308,1.719136357307434,-0.012416581623256207,0.0024550992529839277,0.42282557487487793,0.5359052419662476,0.6725688278675079,1152.0,294912.0,6870.542188219959,18874368.0 +140.29,8.5,2750.0,0.01274850219488144,0.1387736052274704,0.0,1.9246454238891602,1.7149893045425415,-0.014107114635407925,0.0024682809598743916,0.3769868314266205,0.53326815366745,0.6889024674892426,1153.0,295168.0,6876.499403907917,18890752.0 +161.96,8.199999809265137,2788.0,0.012734432704746723,0.1397908478975296,0.0,1.9799461364746094,1.7203999757766724,-0.013797109015285969,0.0024747413117438555,0.4707459509372711,0.5382034778594971,0.6348628401756287,1154.0,295424.0,6882.3760097878985,18907136.0 +138.12,8.800000190734863,2813.0,0.012750397436320782,0.1299641877412796,0.0,1.912664771080017,1.709938645362854,-0.010794228874146938,0.0024606522638350725,0.36277738213539124,0.528843343257904,0.6976032853126526,1155.0,295680.0,6888.1995804707985,18923520.0 +124.51,8.600000381469727,2761.0,0.01107096765190363,0.1351114958524704,0.0,1.961567997932434,1.6980113983154297,-0.012055423110723495,0.00245620752684772,0.4708643853664398,0.5270674228668213,0.6689433455467224,1156.0,295936.0,6894.13256639801,18939904.0 +116.6,8.699999809265137,2789.0,0.012767515145242214,0.1332600861787796,0.0,1.9319719076156616,1.6719790697097778,-0.013673228211700916,0.0024522647727280855,0.40394672751426697,0.5342590808868408,0.6838159263134003,1157.0,296192.0,6900.007522701984,18956288.0 +136.75,8.100000381469727,2767.0,0.011943771503865719,0.1383260041475296,0.0,1.9373397827148438,1.6429356336593628,-0.014255005866289139,0.00245902081951499,0.4107360541820526,0.5331456661224365,0.6730924248695374,1158.0,296448.0,6905.9292761778925,18972672.0 +145.3,8.300000190734863,2721.0,0.0116456039249897,0.1309611052274704,0.0,1.9695276021957397,1.5883898735046387,-0.013664313592016697,0.0024591635446995497,0.45012545585632324,0.5444315671920776,0.6443952322006226,1159.0,296704.0,6911.950428399956,18989056.0 +144.08,8.0,2804.0,0.011977672576904297,0.1307169646024704,0.0,1.9341872930526733,1.6781412363052368,-0.011731737293303013,0.0024700413923710585,0.3745162785053253,0.540421724319458,0.6349519491195679,1160.0,296960.0,6917.7944526849315,19005440.0 +160.09,8.199999809265137,2819.0,0.013802103698253632,0.1549275666475296,0.0,1.9104243516921997,1.7384634017944336,-0.01169804111123085,0.0024680583737790585,0.30650168657302856,0.5522269606590271,0.729336142539978,1161.0,297216.0,6923.606907801935,19021824.0 +166.93,8.399999618530273,2726.0,0.01332506537437439,0.1532999724149704,0.0,1.9561530351638794,1.7518774271011353,-0.012823287397623062,0.0024799795355647802,0.42724427580833435,0.5328832268714905,0.650658905506134,1162.0,297472.0,6929.616474679904,19038208.0 +189.32,7.900000095367432,2813.0,0.010488159954547882,0.1325480192899704,0.0,1.9869914054870605,1.7337465286254883,-0.010835107415914536,0.0024664707016199827,0.4649803340435028,0.5494382381439209,0.6704922318458557,1163.0,297728.0,6935.441162592964,19054592.0 +130.83,8.600000381469727,2799.0,0.014739036560058594,0.1724853515625,0.0,1.9798895120620728,1.7074007987976074,-0.012808561325073242,0.002479534363374114,0.45612311363220215,0.5419430136680603,0.6570445001125336,1164.0,297984.0,6941.293939518975,19070976.0 +131.46,8.600000381469727,2790.0,0.013696582056581974,0.1544596403837204,0.0,1.9330869913101196,1.762813687324524,-0.011136590503156185,0.0024767364375293255,0.3581143915653229,0.5444263815879822,0.7054732739925385,1165.0,298240.0,6947.165624013869,19087360.0 +139.28,8.0,2746.0,0.011510190553963184,0.13092041015625,0.0,2.0172054767608643,1.763725757598877,-0.013675163500010967,0.002474213019013405,0.5461099743843079,0.5383564829826355,0.6123928129673004,1166.0,298496.0,6953.1322065629065,19103744.0 +145.3,8.100000381469727,2791.0,0.012257798574864864,0.1395670622587204,0.0,1.9632267951965332,1.7909330129623413,-0.01148794312030077,0.0024631491396576166,0.4329606592655182,0.5445692539215088,0.6584883630275726,1167.0,298752.0,6959.002600756008,19120128.0 +137.08,8.199999809265137,2732.0,0.011291549541056156,0.1275431364774704,0.0,1.9087480306625366,1.8247309923171997,-0.012461611069738865,0.0024641843046993017,0.3548678159713745,0.529930830001831,0.691605269908905,1168.0,299008.0,6964.998920081882,19136512.0 +204.73,7.800000190734863,2738.0,0.012609562836587429,0.15399169921875,0.0,1.8752270936965942,1.8487478494644165,-0.01396024227142334,0.002471449552103877,0.2877332866191864,0.5280837416648865,0.683073878288269,1169.0,299264.0,6970.982017779024,19152896.0 +206.09,7.099999904632568,2808.0,0.013870456255972385,0.1588541716337204,0.0,1.9827028512954712,1.7561553716659546,-0.013290286995470524,0.002461456460878253,0.49698734283447266,0.534332811832428,0.6062336266040802,1170.0,299520.0,6976.816763791954,19169280.0 +180.18,7.900000095367432,2785.0,0.012938137166202068,0.14959716796875,0.0,1.9329649209976196,1.7836025953292847,-0.01371742133051157,0.0024684625677764416,0.39793336391448975,0.5313205122947693,0.7022609114646912,1171.0,299776.0,6982.699760110816,19185664.0 +148.77,8.699999809265137,2747.0,0.015100221149623394,0.1694539338350296,0.0,1.9020882844924927,1.780144214630127,-0.013108134269714355,0.0024703156668692827,0.3217222988605499,0.5369786620140076,0.7156198620796204,1172.0,300032.0,6988.664682323812,19202048.0 +175.1,8.300000190734863,2791.0,0.014624342322349548,0.1687215119600296,0.0,1.9293352365493774,1.770755410194397,-0.013781174086034298,0.0024541255552321672,0.3935653269290924,0.5369786024093628,0.707912027835846,1173.0,300288.0,6994.535016977927,19218432.0 +160.34,8.300000190734863,2816.0,0.011488673277199268,0.1397908478975296,0.0,1.929887294769287,1.7485381364822388,-0.011768132448196411,0.002444002777338028,0.3934423625469208,0.5404185652732849,0.7492323517799377,1174.0,300544.0,7000.352232210804,19234816.0 +102.34,8.899999618530273,2688.0,0.010790970176458359,0.11175537109375,0.0,1.9366827011108398,1.7476297616958618,-0.010856825858354568,0.002454398898407817,0.39821553230285645,0.5387087464332581,0.7265546917915344,1175.0,300800.0,7006.447860629996,19251200.0 +183.69,8.300000190734863,2809.0,0.01371016725897789,0.1587117463350296,0.0,1.917702078819275,1.7544747591018677,-0.014527433551847935,0.002448234474286437,0.37243977189064026,0.539436936378479,0.7443325221538544,1176.0,301056.0,7012.281093158992,19267584.0 +133.2,8.600000381469727,2810.0,0.014642228372395039,0.1612752228975296,0.0,1.9080036878585815,1.740390658378601,-0.012035008519887924,0.0024502866435796022,0.3596695363521576,0.5324646830558777,0.7343118488788605,1177.0,301312.0,7018.111689671874,19283968.0 +171.75,8.800000190734863,2708.0,0.015661636367440224,0.1691487580537796,0.0,1.9054373502731323,1.746989369392395,-0.013341390527784824,0.0024601882323622704,0.3358503580093384,0.5382297039031982,0.7224600613117218,1178.0,301568.0,7024.162767130882,19300352.0 +106.62,8.600000381469727,2795.0,0.01669374853372574,0.1543172150850296,0.0,1.923357367515564,1.7121176719665527,-0.011073761619627476,0.0024606885854154825,0.37096717953681946,0.5357245802879333,0.6897490918636322,1179.0,301824.0,7030.024687928846,19316736.0 +145.59,8.699999809265137,2819.0,0.01714297942817211,0.1770833283662796,0.0,1.8970481157302856,1.6854411363601685,-0.013577708043158054,0.002473327796906233,0.3222239911556244,0.5297042727470398,0.7013067305088043,1180.0,302080.0,7035.8372585419565,19333120.0 +154.41,8.0,2793.0,0.013439587317407131,0.1480509489774704,0.0,1.9704619646072388,1.6848937273025513,-0.011822108179330826,0.0024773867335170507,0.43394219875335693,0.5434689521789551,0.6199826300144196,1181.0,302336.0,7041.702671258012,19349504.0 +154.7,7.900000095367432,2793.0,0.009404362179338932,0.1162109375,0.0,1.9831336736679077,1.68794584274292,-0.01062309741973877,0.0024758244398981333,0.4751295745372772,0.5351592302322388,0.5925868153572083,1182.0,302592.0,7047.567893031985,19365888.0 +139.86,8.199999809265137,2787.0,0.014215908013284206,0.1571044921875,0.0,1.9520773887634277,1.6874033212661743,-0.01471028383821249,0.0024681075010448694,0.41788890957832336,0.5406635999679565,0.6047106087207794,1183.0,302848.0,7053.44657545886,19382272.0 +180.64,8.199999809265137,2823.0,0.01488496083766222,0.1676025390625,0.0,1.9213480949401855,1.7300872802734375,-0.01180973555892706,0.002466947538778186,0.3572346866130829,0.5383676886558533,0.6597495377063751,1184.0,303104.0,7059.250203551957,19398656.0 +165.61,8.300000190734863,2752.0,0.017701392993330956,0.1862589567899704,0.0,1.9144821166992188,1.735972285270691,-0.013385080732405186,0.00246578105725348,0.34378108382225037,0.5404458045959473,0.6488451361656189,1185.0,303360.0,7065.203959960956,19415040.0 +151.29,8.899999618530273,2773.0,0.012039429508149624,0.133544921875,0.0,1.903316855430603,1.7020673751831055,-0.013116385787725449,0.0024615779984742403,0.3269365429878235,0.5391969084739685,0.6838133037090302,1186.0,303616.0,7071.112503910903,19431424.0 +134.7,8.399999618530273,2846.0,0.009864763356745243,0.12139892578125,0.0,1.900539517402649,1.7584738731384277,-0.012032517232000828,0.002462034812197089,0.3210967481136322,0.5385909676551819,0.7074409127235413,1187.0,303872.0,7076.868428844027,19447808.0 +174.19,7.5,2713.0,0.009530307725071907,0.10797119140625,0.0,2.0255320072174072,1.7976223230361938,-0.008869202807545662,0.002471791347488761,0.535295307636261,0.548833966255188,0.5614975988864899,1188.0,304128.0,7082.906096092891,19464192.0 +148.33,8.600000381469727,2781.0,0.02205851674079895,0.13397216796875,0.0,1.9590106010437012,1.6987076997756958,-0.010637062601745129,0.002471993211656809,0.4294411838054657,0.5359175205230713,0.6375733017921448,1189.0,304384.0,7088.7971422798,19480576.0 +152.54,7.699999809265137,2803.0,0.014781221747398376,0.1312459260225296,0.0,1.9937695264816284,1.717045783996582,-0.009083312936127186,0.002465677447617054,0.5043261647224426,0.5350213050842285,0.5664511024951935,1190.0,304640.0,7094.64254699694,19496960.0 +155.54,8.600000381469727,2740.0,0.014018625020980835,0.15740966796875,0.0,1.9000167846679688,1.735223650932312,-0.010185196064412594,0.0024774621706455946,0.31690457463264465,0.5303704738616943,0.6499661207199097,1191.0,304896.0,7100.620912982849,19513344.0 +169.98,9.199999809265137,2813.0,0.014975383877754211,0.1667887419462204,0.0,1.8462046384811401,1.7302032709121704,-0.013309843838214874,0.0024698262568563223,0.21085868775844574,0.5364742875099182,0.7192438840866089,1192.0,305152.0,7106.444559461903,19529728.0 +176.39,8.399999618530273,2800.0,0.01440063863992691,0.1650187224149704,0.0,1.9070744514465332,1.7186602354049683,-0.011019360274076462,0.0024775981437414885,0.32034948468208313,0.5363068580627441,0.6585103571414948,1193.0,305408.0,7112.295381024014,19546112.0 +174.99,8.0,2757.0,0.015534717589616776,0.1647135466337204,0.0,1.9598420858383179,1.7321068048477173,-0.009710083715617657,0.0024728612042963505,0.4360756576061249,0.5324048399925232,0.5869342088699341,1194.0,305664.0,7118.236692325911,19562496.0 +167.48,7.699999809265137,2811.0,0.012171166948974133,0.1379191130399704,0.0,1.9556549787521362,1.7465475797653198,-0.01087065041065216,0.00247693108394742,0.4377741515636444,0.5266386270523071,0.5865311622619629,1195.0,305920.0,7124.064980774885,19578880.0 +169.38,8.199999809265137,2809.0,0.013949641026556492,0.1507568359375,0.0,1.8957924842834473,1.7339106798171997,-0.012620610184967518,0.002472348976880312,0.3157028555870056,0.5317263007164001,0.6324235200881958,1196.0,306176.0,7129.896860427922,19595264.0 +187.88,8.899999618530273,2828.0,0.014167829416692257,0.1607869416475296,0.0,1.88348388671875,1.692527174949646,-0.012900172732770443,0.002462434582412243,0.2840169370174408,0.5400834679603577,0.6839968264102936,1197.0,306432.0,7135.690233867848,19611648.0 +145.28,8.699999809265137,2750.0,0.02115149050951004,0.1779581755399704,0.0,1.8989189863204956,1.6947489976882935,-0.01246440690010786,0.002467982703819871,0.30641528964042664,0.5411317944526672,0.6701680421829224,1198.0,306688.0,7141.6471352519,19628032.0 +192.98,8.0,2789.0,0.013220340013504028,0.1452433317899704,0.0,1.9544519186019897,1.7217363119125366,-0.011299840174615383,0.0024742644745856524,0.4104567766189575,0.5406084656715393,0.6334081292152405,1199.0,306944.0,7147.522246653913,19644416.0 +140.94,8.100000381469727,2834.0,0.012735076248645782,0.1471964567899704,0.0,1.9325217008590698,1.701286792755127,-0.012263362295925617,0.0024805180728435516,0.3597681522369385,0.541654646396637,0.6555722653865814,1200.0,307200.0,7153.302748297807,19660800.0 +206.57,7.699999809265137,2652.0,0.014107037335634232,0.1527913361787796,0.0,1.9428730010986328,1.7283062934875488,-0.009625149890780449,0.0024762193206697702,0.3683992326259613,0.5474719405174255,0.639423668384552,1201.0,307456.0,7159.480610213941,19677184.0 +193.89,8.0,2795.0,0.01403198391199112,0.1624348908662796,0.0,1.8923683166503906,1.767326831817627,-0.011892142705619335,0.0024657915346324444,0.29799962043762207,0.5400378704071045,0.698610931634903,1202.0,307712.0,7165.343138133874,19693568.0 +174.45,8.399999618530273,2753.0,0.014924626797437668,0.1693115234375,0.0,1.929172396659851,1.7542861700057983,-0.01090704370290041,0.002462586620822549,0.37298867106437683,0.5398343205451965,0.6734070777893066,1203.0,307968.0,7171.293193917954,19709952.0 +172.54,8.699999809265137,2756.0,0.015413197688758373,0.1676228791475296,0.0,1.8751778602600098,1.7230631113052368,-0.013740282505750656,0.002451955573633313,0.27322375774383545,0.5435588955879211,0.746228963136673,1204.0,308224.0,7177.2382969288155,19726336.0 +159.91,7.800000190734863,2853.0,0.012448574416339397,0.14227294921875,0.0,2.0056941509246826,1.7180408239364624,-0.01037521194666624,0.002476226771250367,0.506397545337677,0.5419375896453857,0.6362057030200958,1205.0,308480.0,7182.980347804027,19742720.0 +153.33,8.199999809265137,2898.0,0.017522260546684265,0.1882527619600296,0.0,1.9744014739990234,1.6944328546524048,-0.015109904110431671,0.0024678604677319527,0.45519164204597473,0.5449296832084656,0.6441412270069122,1206.0,308736.0,7188.634238503873,19759104.0 +130.44,8.699999809265137,2810.0,0.013006407767534256,0.1413370817899704,0.0,1.948966145515442,1.7120413780212402,-0.010887534357607365,0.0024731832090765238,0.3741165101528168,0.5533241629600525,0.6390465199947357,1207.0,308992.0,7194.464330537943,19775488.0 +137.23,8.5,2820.0,0.015063841827213764,0.16473388671875,0.0,1.937050223350525,1.6908913850784302,-0.014169372618198395,0.0024658795446157455,0.3940511643886566,0.5381630659103394,0.6328477263450623,1208.0,309248.0,7200.27451182995,19791872.0 +135.22,8.800000190734863,2795.0,0.013832406140863895,0.1601155549287796,0.0,1.9017300605773926,1.7401447296142578,-0.013907060027122498,0.002493139123544097,0.2950271964073181,0.5389553308486938,0.7217702269554138,1209.0,309504.0,7206.136051952839,19808256.0 +183.79,8.199999809265137,2799.0,0.012178215198218822,0.1426595002412796,0.0,1.9763902425765991,1.7189165353775024,-0.011697663925588131,0.002469121478497982,0.45729681849479675,0.5420680046081543,0.6629930138587952,1210.0,309760.0,7211.9910896879155,19824640.0 +118.15,8.300000190734863,2846.0,0.015191987156867981,0.1729736328125,0.0,1.9328393936157227,1.7460432052612305,-0.013609707355499268,0.0024677312467247248,0.373174786567688,0.5434563755989075,0.6971419751644135,1211.0,310016.0,7217.747837675968,19841024.0 +124.7,8.100000381469727,2784.0,0.012834527529776096,0.1504313200712204,0.0,1.9060821533203125,1.7630295753479004,-0.013516683131456375,0.0024669452104717493,0.3436319828033447,0.531940758228302,0.70474573969841,1212.0,310272.0,7223.633301639929,19857408.0 +155.89,8.5,2821.0,0.011634298600256443,0.1392008513212204,0.0,1.91994047164917,1.7533464431762695,-0.012541803531348705,0.0024663973599672318,0.35376468300819397,0.5399346351623535,0.6957665979862213,1213.0,310528.0,7229.440694103949,19873792.0 +168.99,8.699999809265137,2767.0,0.01656801626086235,0.17974853515625,0.0,1.8781565427780151,1.7304282188415527,-0.012190298177301884,0.00245956820435822,0.2827664315700531,0.5364839434623718,0.7360416054725647,1214.0,310784.0,7235.361990291858,19890176.0 +208.97,8.199999809265137,2768.0,0.013427923433482647,0.1458740234375,0.0,1.9064483642578125,1.7040549516677856,-0.012025860138237476,0.0024557446595281363,0.33537137508392334,0.5399566888809204,0.683892011642456,1215.0,311040.0,7241.280938467011,19906560.0 +148.87,9.300000190734863,2783.0,0.014894126914441586,0.1673583984375,0.0,1.8393831253051758,1.7043542861938477,-0.013690152205526829,0.0024560147430747747,0.21349166333675385,0.5353636741638184,0.757508173584938,1216.0,311296.0,7247.168828401016,19922944.0 +193.16,7.300000190734863,2691.0,0.012616588734090328,0.11358642578125,0.0,2.0644006729125977,1.674038052558899,-0.01025457214564085,0.002476820256561041,0.6165587902069092,0.5447061657905579,0.5726487040519714,1217.0,311552.0,7253.257854929892,19939328.0 +118.67,8.899999618530273,2797.0,0.013331711292266846,0.15020751953125,0.0,1.9101028442382812,1.6994147300720215,-0.012173487804830074,0.0024693624582141638,0.31148895621299744,0.5488447546958923,0.6907010078430176,1218.0,311808.0,7259.114681673003,19955712.0 +172.25,8.600000381469727,2785.0,0.012564215809106827,0.1411336213350296,0.0,1.8967434167861938,1.7209604978561401,-0.011524487286806107,0.002462028758600354,0.307091623544693,0.540917158126831,0.6822536289691925,1219.0,312064.0,7264.997889857972,19972096.0 +175.52,8.699999809265137,2747.0,0.013713553547859192,0.15985107421875,0.0,1.8872569799423218,1.7187541723251343,-0.011807583272457123,0.0024696856271475554,0.28102585673332214,0.5408963561058044,0.7229708731174469,1220.0,312320.0,7270.962522173999,19988480.0 +178.18,9.0,2775.0,0.014134758152067661,0.1624755859375,0.0,1.8845473527908325,1.7416819334030151,-0.011545616202056408,0.0024763441178947687,0.27207493782043457,0.5393001437187195,0.7007971704006195,1221.0,312576.0,7276.866009642836,20004864.0 +180.62,8.600000381469727,2849.0,0.015010216273367405,0.1703287810087204,0.0,1.8902751207351685,1.74960458278656,-0.010990737937390804,0.0024701275397092104,0.2819961905479431,0.5427001118659973,0.6872996687889099,1222.0,312832.0,7282.6161684349645,20021248.0 +210.7,8.100000381469727,2789.0,0.011139814741909504,0.1331990510225296,0.0,1.9272719621658325,1.7416229248046875,-0.011356561444699764,0.0024694364983588457,0.3388819992542267,0.5518856644630432,0.6254259049892426,1223.0,313088.0,7288.490528802853,20037632.0 +149.09,8.5,2803.0,0.014415978454053402,0.1659952849149704,0.0,1.9076242446899414,1.721325397491455,-0.013368245214223862,0.002465439960360527,0.3415091931819916,0.534731388092041,0.6586993932723999,1224.0,313344.0,7294.3354009338655,20054016.0 +156.35,8.899999618530273,2802.0,0.01595361717045307,0.1772664338350296,0.0,1.9090046882629395,1.6450964212417603,-0.013061579316854477,0.002452105050906539,0.34632253646850586,0.5393036603927612,0.6273184418678284,1225.0,313600.0,7300.182011538884,20070400.0 +119.65,8.800000190734863,2833.0,0.021266445517539978,0.1848347932100296,0.0,1.9073694944381714,1.6161112785339355,-0.008044743910431862,0.0024543351028114557,0.32420799136161804,0.5423038601875305,0.6592511832714081,1226.0,313856.0,7305.964137890842,20086784.0 +125.35,8.399999618530273,2777.0,0.01538221538066864,0.14520263671875,0.0,1.9335466623306274,1.6229653358459473,-0.013528374023735523,0.002463893499225378,0.38805487751960754,0.537330687046051,0.6251288056373596,1227.0,314112.0,7311.86369738495,20103168.0 +152.3,8.699999809265137,2828.0,0.013621645979583263,0.1536661833524704,0.0,1.9050670862197876,1.6515337228775024,-0.010445483028888702,0.002459077863022685,0.2960771322250366,0.5544505715370178,0.6711148023605347,1228.0,314368.0,7317.657078727847,20119552.0 +159.13,8.699999809265137,2840.0,0.014725050888955593,0.1535237580537796,0.0,1.937739372253418,1.637077808380127,-0.012886174023151398,0.0024705822579562664,0.3758563995361328,0.54377681016922,0.6296634674072266,1229.0,314624.0,7323.426684622886,20135936.0 +116.15,8.800000190734863,2851.0,0.015602227300405502,0.1637166291475296,0.0,1.9515239000320435,1.6303067207336426,-0.011235609650611877,0.002460343763232231,0.4203122854232788,0.538734495639801,0.6193064749240875,1230.0,314880.0,7329.174655037932,20152320.0 +100.73,8.899999618530273,2820.0,0.013859923928976059,0.1607666015625,0.0,1.8810590505599976,1.6567864418029785,-0.012775360606610775,0.002445630729198456,0.30277758836746216,0.5361979007720947,0.6984944343566895,1231.0,315136.0,7334.984259394929,20168704.0 +153.12,8.399999618530273,2823.0,0.015260151587426662,0.1650390625,0.0,1.9428132772445679,1.6726711988449097,-0.01218248251825571,0.0024606778752058744,0.3911522924900055,0.5458073019981384,0.6394556164741516,1232.0,315392.0,7340.7871937318705,20185088.0 +112.62,9.100000381469727,2799.0,0.012024515308439732,0.14013671875,0.0,1.8748126029968262,1.6770445108413696,-0.013551589101552963,0.0024618033785372972,0.275570809841156,0.5364477038383484,0.691337525844574,1233.0,315648.0,7346.639965255978,20201472.0 +186.19,8.300000190734863,2799.0,0.013346278108656406,0.1591389924287796,0.0,1.918107032775879,1.7034400701522827,-0.013215896673500538,0.002461247844621539,0.3488035500049591,0.5433316826820374,0.6148200631141663,1234.0,315904.0,7352.492368981009,20217856.0 +152.37,8.5,2853.0,0.01355802547186613,0.1580607146024704,0.0,1.9239009618759155,1.7325539588928223,-0.009982948191463947,0.002467268379405141,0.33976617455482483,0.547692060470581,0.6098528206348419,1235.0,316160.0,7358.2349077209365,20234240.0 +155.25,9.199999809265137,2758.0,0.01691988669335842,0.1708984375,0.0,1.9115909337997437,1.6903210878372192,-0.013686531223356724,0.0024738050997257233,0.32987669110298157,0.5403398871421814,0.6477305591106415,1236.0,316416.0,7364.174541092943,20250624.0 +145.56,8.5,2812.0,0.01492780726402998,0.1673990935087204,0.0,1.9469847679138184,1.6943734884262085,-0.013437745161354542,0.0024648720864206553,0.40912890434265137,0.5403656363487244,0.6255737245082855,1237.0,316672.0,7370.000945125008,20267008.0 +124.39,7.900000095367432,2802.0,0.013338848017156124,0.15020751953125,0.0,1.978556513786316,1.6781619787216187,-0.012096921913325787,0.002471994375810027,0.4623474180698395,0.5402639508247375,0.649931788444519,1238.0,316928.0,7375.848001464969,20283392.0 +111.13,9.199999809265137,2731.0,0.01540509145706892,0.1407674103975296,0.0,1.9067977666854858,1.636439323425293,-0.011094354093074799,0.00247751921415329,0.2950131297111511,0.5479908585548401,0.7141582667827606,1239.0,317184.0,7381.846495345933,20299776.0 +136.21,8.199999809265137,2822.0,0.011196472682058811,0.1288248747587204,0.0,1.9907466173171997,1.6472959518432617,-0.01222133357077837,0.0024721745867282152,0.4793049395084381,0.5437011122703552,0.6155928671360016,1240.0,317440.0,7387.652704207925,20316160.0 +121.83,8.699999809265137,2754.0,0.015415818430483341,0.1569417268037796,0.0,1.962288498878479,1.621177077293396,-0.01035341527312994,0.002461847383528948,0.40749630331993103,0.5541818141937256,0.5934768915176392,1241.0,317696.0,7393.602895920863,20332544.0 +141.96,8.5,2760.0,0.015303153544664383,0.1580607146024704,0.0,1.9275585412979126,1.6515153646469116,-0.012654710561037064,0.002450458472594619,0.3640337884426117,0.5494821667671204,0.6410714685916901,1242.0,317952.0,7399.539644117933,20348928.0 +115.65,8.800000190734863,2792.0,0.013146300800144672,0.14727783203125,0.0,1.957558274269104,1.6771273612976074,-0.011925718747079372,0.002461568685248494,0.4206012785434723,0.545170247554779,0.6317617297172546,1243.0,318208.0,7405.407229451928,20365312.0 +128.73,8.0,2799.0,0.011823627166450024,0.1360880583524704,0.0,2.0239460468292236,1.640500545501709,-0.010351098142564297,0.002459233161062002,0.553898274898529,0.5441367030143738,0.5728630423545837,1244.0,318464.0,7411.260787210893,20381696.0 +104.46,8.899999618530273,2783.0,0.015368707478046417,0.159423828125,0.0,1.9054473638534546,1.6393332481384277,-0.012533319182693958,0.002458179136738181,0.31266090273857117,0.5489535927772522,0.6863098442554474,1245.0,318720.0,7417.14869099902,20398080.0 +157.42,8.199999809265137,2738.0,0.01259478460997343,0.1358845978975296,0.0,1.9657235145568848,1.6785821914672852,-0.012906122952699661,0.0024869213812053204,0.41245755553245544,0.5457261204719543,0.6508430540561676,1246.0,318976.0,7423.132061982993,20414464.0 +90.27,8.199999809265137,2815.0,0.011253847740590572,0.1271158903837204,0.0,2.015652894973755,1.6164493560791016,-0.011644854210317135,0.002463620388880372,0.5142123103141785,0.5545457005500793,0.6048612296581268,1247.0,319232.0,7428.953006635886,20430848.0 +124.85,9.100000381469727,2761.0,0.015920402482151985,0.1665446013212204,0.0,1.922268271446228,1.6304668188095093,-0.010048522613942623,0.0024624380748718977,0.32781141996383667,0.5534966588020325,0.688865453004837,1248.0,319488.0,7434.887121828971,20447232.0 +123.54,8.899999618530273,2801.0,0.016456328332424164,0.1746419221162796,0.0,1.9430004358291626,1.6393717527389526,-0.01150442659854889,0.002470185747370124,0.3622657358646393,0.5546731352806091,0.6512950658798218,1249.0,319744.0,7440.737154556904,20463616.0 +146.69,8.100000381469727,2809.0,0.014162319712340832,0.1558430939912796,0.0,1.9493021965026855,1.6859160661697388,-0.010182215832173824,0.0024686262477189302,0.3865252733230591,0.5487678647041321,0.6367938816547394,1250.0,320000.0,7446.5697801448405,20480000.0 +162.5,8.0,2786.0,0.008667799644172192,0.1052042618393898,0.0,1.9846497774124146,1.687991976737976,-0.01050072256475687,0.0024721864610910416,0.4555584192276001,0.5481579899787903,0.5778002440929413,1251.0,320256.0,7452.4513475829735,20496384.0 +127.67,9.100000381469727,2751.0,0.014778929762542248,0.1675008088350296,0.0,1.8834896087646484,1.6848572492599487,-0.009739682078361511,0.002464337507262826,0.26857730746269226,0.5436200499534607,0.6358539164066315,1252.0,320512.0,7458.406767693814,20512768.0 +163.01,8.0,2801.0,0.011619795113801956,0.1383870393037796,0.0,1.9603108167648315,1.6911488771438599,-0.01013233046978712,0.002458052011206746,0.44508329033851624,0.5357871055603027,0.5354720056056976,1253.0,320768.0,7464.25589256594,20529152.0 +139.84,7.900000095367432,2745.0,0.010085910558700562,0.1268513947725296,0.0,2.0060157775878906,1.702485203742981,-0.011947262100875378,0.002459179377183318,0.49367964267730713,0.5585579872131348,0.5544448792934418,1254.0,321024.0,7470.225109028863,20545536.0 +138.25,9.100000381469727,2811.0,0.014639027416706085,0.16815185546875,0.0,1.8650760650634766,1.6733816862106323,-0.013310029171407223,0.0024622855708003044,0.24292367696762085,0.542514979839325,0.66922926902771,1255.0,321280.0,7476.053398438962,20561920.0 +150.21,8.699999809265137,2816.0,0.016827229410409927,0.1878255158662796,0.0,1.9324692487716675,1.6492409706115723,-0.011749010533094406,0.0024558091536164284,0.38373228907585144,0.54093998670578,0.617317795753479,1256.0,321536.0,7481.871203972958,20578304.0 +139.76,9.0,2811.0,0.014081348665058613,0.1616617888212204,0.0,1.9135981798171997,1.619111180305481,-0.0121086947619915,0.002459566341713071,0.32878372073173523,0.5477230548858643,0.6383406519889832,1257.0,321792.0,7487.698931935942,20594688.0 +120.4,8.800000190734863,2797.0,0.014094359241425991,0.1576945036649704,0.0,1.9124088287353516,1.6420258283615112,-0.009715072810649872,0.0024724670220166445,0.32637718319892883,0.5391221642494202,0.6307117938995361,1258.0,322048.0,7493.5562652689405,20611072.0 +107.15,9.100000381469727,2796.0,0.015368137508630753,0.163330078125,0.0,1.8898167610168457,1.6908540725708008,-0.00989355519413948,0.002468519378453493,0.26686668395996094,0.5489258766174316,0.7042630016803741,1259.0,322304.0,7499.415358465863,20627456.0 +103.24,8.800000190734863,2775.0,0.013377543538808823,0.14630126953125,0.0,2.031501531600952,1.6558459997177124,-0.013306181877851486,0.002471893560141325,0.5663648247718811,0.5422371029853821,0.5794754922389984,1260.0,322560.0,7505.319441983942,20643840.0 +115.19,8.699999809265137,2783.0,0.01643514633178711,0.1787923127412796,0.0,1.951006293296814,1.6634989976882935,-0.01301071047782898,0.002463447628542781,0.4010485112667084,0.5484040379524231,0.6393744647502899,1261.0,322816.0,7511.206644757884,20660224.0 +117.85,8.600000381469727,2718.0,0.015535992570221424,0.1829020231962204,0.0,1.9528727531433105,1.7110153436660767,-0.011205053888261318,0.002458500675857067,0.37102070450782776,0.5664272308349609,0.6136952340602875,1262.0,323072.0,7517.235263824929,20676608.0 +113.92,8.699999809265137,2741.0,0.017181525006890297,0.17999267578125,0.0,1.9720501899719238,1.7373590469360352,-0.010671139694750309,0.0024608143139630556,0.41948673129081726,0.559944212436676,0.566739559173584,1263.0,323328.0,7523.213099259883,20692992.0 +121.16,8.899999618530273,2721.0,0.012416561134159565,0.1466267853975296,0.0,1.9269938468933105,1.7438974380493164,-0.012887447141110897,0.0024671663995832205,0.3544938564300537,0.5464900135993958,0.634470134973526,1264.0,323584.0,7529.235096430872,20709376.0 +164.32,8.100000381469727,2711.0,0.01346521358937025,0.1587117463350296,0.0,1.971663475036621,1.7069917917251587,-0.010565762408077717,0.002459912793710828,0.45249494910240173,0.5430952906608582,0.5555121004581451,1265.0,323840.0,7535.278813262936,20725760.0 +122.56,9.300000190734863,2767.0,0.016321517527103424,0.1704508513212204,0.0,1.915454387664795,1.670758843421936,-0.012380615808069706,0.002464938908815384,0.3369498550891876,0.5435979962348938,0.6031738221645355,1266.0,324096.0,7541.200425548013,20742144.0 +126.0,8.199999809265137,2799.0,0.013557824306190014,0.1356201171875,0.0,1.9509215354919434,1.677966594696045,-0.012604235671460629,0.0024620098993182182,0.411308616399765,0.5436460375785828,0.5691164135932922,1267.0,324352.0,7547.05278439587,20758528.0 +112.5,8.899999618530273,2785.0,0.013371898792684078,0.1497599333524704,0.0,1.9710756540298462,1.619364857673645,-0.01182908657938242,0.002465453464537859,0.418472558259964,0.557135283946991,0.568297266960144,1268.0,324608.0,7552.935273930896,20774912.0 +104.17,9.199999809265137,2728.0,0.013595398515462875,0.1496988981962204,0.0,1.9387702941894531,1.60007905960083,-0.011138342320919037,0.002464903751388192,0.3742525279521942,0.5463314652442932,0.629659503698349,1269.0,324864.0,7558.940385869006,20791296.0 +115.14,8.800000190734863,2733.0,0.014960565604269505,0.16033935546875,0.0,1.9703117609024048,1.6168516874313354,-0.009582197293639183,0.0024702514056116343,0.4270875155925751,0.5473932027816772,0.5607331097126007,1270.0,325120.0,7564.936335843988,20807680.0 +110.16,8.800000190734863,2753.0,0.013360138051211834,0.1385904997587204,0.0,1.9098601341247559,1.6543264389038086,-0.013814215548336506,0.00248570553958416,0.2876817286014557,0.5535240769386292,0.6493368148803711,1271.0,325376.0,7570.887426575879,20824064.0 +110.06,9.0,2696.0,0.017396945506334305,0.1692097932100296,0.0,1.9221781492233276,1.647900938987732,-0.010470166802406311,0.0024703536182641983,0.33424127101898193,0.5468294620513916,0.6026435792446136,1272.0,325632.0,7576.963735064026,20840448.0 +120.72,8.699999809265137,2768.0,0.013092424720525742,0.1455485075712204,0.0,1.9818304777145386,1.6491996049880981,-0.011303932406008244,0.002465480472892523,0.45440125465393066,0.5496855974197388,0.5065975785255432,1273.0,325888.0,7582.881876311963,20856832.0 +113.46,8.600000381469727,2838.0,0.014791199006140232,0.15765380859375,0.0,1.9637542963027954,1.624893069267273,-0.012882799841463566,0.0024558601435273886,0.42759108543395996,0.5511607527732849,0.6152450740337372,1274.0,326144.0,7588.65545920399,20873216.0 +110.17,8.300000190734863,2774.0,0.011815526522696018,0.1467692106962204,0.0,2.019577741622925,1.6468623876571655,-0.011791489087045193,0.002458339324221015,0.5392513871192932,0.5490426421165466,0.5464909672737122,1275.0,326400.0,7594.561281439848,20889600.0 +131.03,8.699999809265137,2783.0,0.013601001352071762,0.1525675505399704,0.0,1.9581457376480103,1.6269162893295288,-0.011704139411449432,0.002452314831316471,0.40266475081443787,0.5586293339729309,0.5908430814743042,1276.0,326656.0,7600.448963952949,20905984.0 +102.91,9.0,2790.0,0.01295448001474142,0.1503499299287796,0.0,1.9233717918395996,1.6523772478103638,-0.012492797337472439,0.00245330180041492,0.34686827659606934,0.5523033142089844,0.5766426920890808,1277.0,326912.0,7606.321636751993,20922368.0 +108.11,8.600000381469727,2741.0,0.01766282692551613,0.1799723356962204,0.0,1.9636297225952148,1.6540659666061401,-0.014097089879214764,0.0024427922908216715,0.44621169567108154,0.5497658252716064,0.565147191286087,1278.0,327168.0,7612.298918556888,20938752.0 +159.09,8.699999809265137,2763.0,0.01448850054293871,0.1674397736787796,0.0,1.8878096342086792,1.689773440361023,-0.010843314230442047,0.002437779912725091,0.28545621037483215,0.5539323687553406,0.6613474190235138,1279.0,327424.0,7618.228921846021,20955136.0 +120.98,8.600000381469727,2822.0,0.014657959342002869,0.1670328825712204,0.0,1.937052845954895,1.6845288276672363,-0.012807324528694153,0.0024492600932717323,0.3839566707611084,0.5500968098640442,0.6009820103645325,1280.0,327680.0,7624.035009147832,20971520.0 +133.59,8.899999618530273,2768.0,0.01400612760335207,0.1525065153837204,0.0,1.9024113416671753,1.7259702682495117,-0.013296465389430523,0.0024475802201777697,0.3224729895591736,0.5479411482810974,0.6357178688049316,1281.0,327936.0,7629.954424164956,20987904.0 +153.98,8.699999809265137,2788.0,0.014452681876718998,0.1518961638212204,0.0,1.958526611328125,1.6911052465438843,-0.012625331990420818,0.0024516985286027193,0.4311662018299103,0.5466307401657104,0.6028841435909271,1282.0,328192.0,7635.830636570929,21004288.0 +114.13,8.699999809265137,2822.0,0.016788424924016,0.1630452424287796,0.0,1.9418684244155884,1.6798807382583618,-0.01169546414166689,0.002450333209708333,0.3873406648635864,0.551525890827179,0.62697434425354,1283.0,328448.0,7641.6357098859735,21020672.0 +109.23,8.899999618530273,2820.0,0.01672101952135563,0.1822306364774704,0.0,1.9141292572021484,1.6589874029159546,-0.011386589147150517,0.0024494274985045195,0.32396000623703003,0.5554119944572449,0.6667040884494781,1284.0,328704.0,7647.445606262889,21037056.0 +144.55,8.5,2791.0,0.015075556933879852,0.1609904021024704,0.0,1.961806297302246,1.6273741722106934,-0.00998915359377861,0.0024479606654495,0.43499764800071716,0.546590268611908,0.588580995798111,1285.0,328960.0,7653.315109812887,21053440.0 +159.5,8.199999809265137,2841.0,0.013257228769361973,0.15216064453125,0.0,1.9724639654159546,1.6410136222839355,-0.009689779952168465,0.0024525662884116173,0.4150703251361847,0.5647455453872681,0.6033296287059784,1286.0,329216.0,7659.0817283168435,21069824.0 +145.69,8.800000190734863,2822.0,0.010904312133789062,0.1215616837143898,0.0,1.9253697395324707,1.6103534698486328,-0.013145506381988525,0.0024626580998301506,0.34817489981651306,0.5492022037506104,0.6296388208866119,1287.0,329472.0,7664.887708346825,21086208.0 +105.83,8.5,2751.0,0.013432641513645649,0.1462809294462204,0.0,1.9524073600769043,1.6398628950119019,-0.013823132030665874,0.0024645572993904352,0.40096524357795715,0.5498676896095276,0.6173153817653656,1288.0,329728.0,7670.84279806097,21102592.0 +120.88,8.5,2733.0,0.013418125919997692,0.1426188200712204,0.0,1.9801464080810547,1.685684084892273,-0.010561209172010422,0.002446394646540284,0.44807493686676025,0.5603297352790833,0.5846065878868103,1289.0,329984.0,7676.836386080831,21118976.0 +122.44,9.199999809265137,2731.0,0.015898531302809715,0.1695963591337204,0.0,1.8957719802856445,1.6701582670211792,-0.012539933435618877,0.0024576156865805387,0.293509304523468,0.5494511127471924,0.671797126531601,1290.0,330240.0,7682.834877147805,21135360.0 +120.62,8.5,2715.0,0.01065556239336729,0.1236775740981102,0.0,1.9767452478408813,1.6075912714004517,-0.013151750899851322,0.002439747331663966,0.469344824552536,0.5514268279075623,0.5744871497154236,1291.0,330496.0,7688.870240350021,21151744.0 +111.07,9.0,2771.0,0.015401267446577549,0.1637776643037796,0.0,1.9395538568496704,1.6544655561447144,-0.01217771228402853,0.0024484696332365274,0.37883707880973816,0.5546230673789978,0.6124173402786255,1292.0,330752.0,7694.783438039012,21168128.0 +118.4,9.399999618530273,2717.0,0.013123265467584133,0.1513468474149704,0.0,1.8840564489364624,1.6957577466964722,-0.012675224803388119,0.0024569251108914614,0.2626088559627533,0.5539222359657288,0.657524436712265,1293.0,331008.0,7700.813679759856,21184512.0 +182.31,8.199999809265137,2794.0,0.01411828026175499,0.1643880158662796,0.0,1.9609376192092896,1.7518659830093384,-0.011948994360864162,0.0024506442714482546,0.42017677426338196,0.5549946427345276,0.5445760786533356,1294.0,331264.0,7706.677098756889,21200896.0 +140.63,8.600000381469727,2846.0,0.0156699325889349,0.1702473908662796,0.0,1.9135246276855469,1.6804512739181519,-0.010484297759830952,0.0024523369502276182,0.33517584204673767,0.5470570921897888,0.6503715813159943,1295.0,331520.0,7712.4347365288995,21217280.0 +168.24,8.0,2793.0,0.013009200803935528,0.1440226286649704,0.0,1.951363205909729,1.647639274597168,-0.011592772789299488,0.002453651512041688,0.4043293297290802,0.5504419207572937,0.6037257015705109,1296.0,331776.0,7718.300401904853,21233664.0 +115.91,8.5,2823.0,0.01690685749053955,0.1714680939912796,0.0,1.9651333093643188,1.6367583274841309,-0.01005509402602911,0.0024585460778325796,0.4084411561489105,0.558062732219696,0.5959840416908264,1297.0,332032.0,7724.1031488778535,21250048.0 +111.51,8.699999809265137,2792.0,0.013809909112751484,0.15435791015625,0.0,1.9921585321426392,1.6880340576171875,-0.012053016573190689,0.0024579872842878103,0.4658890962600708,0.5591534376144409,0.594240128993988,1298.0,332288.0,7729.971633120906,21266432.0 +132.74,8.100000381469727,2832.0,0.016786765307188034,0.1705118864774704,0.0,2.023381471633911,1.6874536275863647,-0.011800162494182587,0.002460699761286378,0.5381491184234619,0.5526314377784729,0.5416889488697052,1299.0,332544.0,7735.7573374188505,21282816.0 +96.5,8.600000381469727,2824.0,0.013624228537082672,0.15081787109375,0.0,1.9488717317581177,1.7242403030395508,-0.011501099914312363,0.002463413868099451,0.38461944460868835,0.5535985827445984,0.6181577444076538,1300.0,332800.0,7741.559324387927,21299200.0 +132.67,8.699999809265137,2834.0,0.01311518158763647,0.1485799103975296,0.0,1.9217400550842285,1.7094236612319946,-0.01241875160485506,0.002444483106955886,0.3477116823196411,0.5551558136940002,0.6381955742835999,1301.0,333056.0,7747.340729626827,21315584.0 +135.29,8.5,2834.0,0.012116552330553532,0.1439615935087204,0.0,1.911457896232605,1.6925467252731323,-0.010642189532518387,0.002441077958792448,0.3442063331604004,0.5463836193084717,0.6627259254455566,1302.0,333312.0,7753.121206250973,21331968.0 +135.52,8.600000381469727,2804.0,0.014881436713039875,0.1580810546875,0.0,1.9151716232299805,1.717011570930481,-0.012413058429956436,0.002450598170980811,0.35446596145629883,0.5422228574752808,0.6471682786941528,1303.0,333568.0,7758.96386785293,21348352.0 +128.43,9.199999809265137,2753.0,0.011633891612291336,0.1364339143037796,0.0,1.8706469535827637,1.6891781091690063,-0.01212309580296278,0.0024457857944071293,0.26352590322494507,0.5450059175491333,0.6976896226406097,1304.0,333824.0,7764.914286070969,21364736.0 +155.41,8.5,2806.0,0.011934593319892883,0.1382853239774704,0.0,1.9206100702285767,1.7140394449234009,-0.012670218013226986,0.002449676627293229,0.35903310775756836,0.5460660457611084,0.6332097947597504,1305.0,334080.0,7770.754246030003,21381120.0 +152.64,8.699999809265137,2820.0,0.014630372636020184,0.16436767578125,0.0,1.894006371498108,1.6939359903335571,-0.011552787385880947,0.0024525069165974855,0.29173544049263,0.5503773093223572,0.6468226909637451,1306.0,334336.0,7776.564432980958,21397504.0 +193.54,8.0,2744.0,0.01093310583382845,0.1260172575712204,0.0,1.992959976196289,1.7303112745285034,-0.010843660682439804,0.0024575015995651484,0.46362069249153137,0.5605459213256836,0.5466681122779846,1307.0,334592.0,7782.5348957898095,21413888.0 +152.69,8.699999809265137,2819.0,0.00929912831634283,0.1085408553481102,0.0,1.9496103525161743,1.6682735681533813,-0.011301402002573013,0.002454998204484582,0.4112085998058319,0.5444908738136292,0.5914177000522614,1308.0,334848.0,7788.347079956904,21430272.0 +125.14,8.899999618530273,2802.0,0.016501450911164284,0.1766764372587204,0.0,1.9007142782211304,1.68593168258667,-0.012668952345848083,0.0024539949372410774,0.3064438998699188,0.5500230193138123,0.6429779529571533,1309.0,335104.0,7794.193444705801,21446656.0 +89.85,9.300000190734863,2748.0,0.013710985891520977,0.1666666716337204,0.0,1.888816475868225,1.701427936553955,-0.012715253047645092,0.0024548883084207773,0.28487005829811096,0.5486668944358826,0.66950923204422,1310.0,335360.0,7800.155972705921,21463040.0 +137.67,9.199999809265137,2788.0,0.011988597922027111,0.1405843049287796,0.0,1.8816848993301392,1.7119890451431274,-0.013297119177877903,0.0024596466682851315,0.27839717268943787,0.5430797934532166,0.6371942460536957,1311.0,335616.0,7806.033243404934,21479424.0 +141.62,8.600000381469727,2806.0,0.013269673101603985,0.15179443359375,0.0,1.9265437126159668,1.7483105659484863,-0.011355080641806126,0.0024484030436724424,0.38222751021385193,0.5400664210319519,0.5536431074142456,1312.0,335872.0,7811.872251794906,21495808.0 +150.4,8.800000190734863,2780.0,0.014894072897732258,0.1668701171875,0.0,1.903999924659729,1.7475814819335938,-0.011477825231850147,0.002448485931381583,0.30737030506134033,0.5550253391265869,0.6228944063186646,1313.0,336128.0,7817.764733468881,21512192.0 +135.31,8.399999618530273,2793.0,0.011199849657714367,0.1457316130399704,0.0,1.9488054513931274,1.729078769683838,-0.013223736546933651,0.0024560405872762203,0.41711708903312683,0.5427412390708923,0.5673614144325256,1314.0,336384.0,7823.630818912992,21528576.0 +135.5,9.100000381469727,2804.0,0.01448296383023262,0.17193603515625,0.0,1.8979111909866333,1.699553370475769,-0.011765358038246632,0.0024580040480941534,0.29942673444747925,0.5479565262794495,0.6412366628646851,1315.0,336640.0,7829.4730734508485,21544960.0 +125.55,8.899999618530273,2779.0,0.015710320323705673,0.1828206330537796,0.0,1.9426831007003784,1.7324610948562622,-0.010534715838730335,0.002453775843605399,0.37187936902046204,0.5577145218849182,0.6005713045597076,1316.0,336896.0,7835.3678497748915,21561344.0 +140.99,8.600000381469727,2758.0,0.01130655873566866,0.13763427734375,0.0,1.9641326665878296,1.7690118551254272,-0.012006071396172047,0.002455879235640168,0.41514015197753906,0.558319091796875,0.5860898792743683,1317.0,337152.0,7841.309192486806,21577728.0 +123.26,8.300000190734863,2765.0,0.013347837142646313,0.149658203125,0.0,1.964293122291565,1.718610167503357,-0.010303338058292866,0.002452462213113904,0.41899529099464417,0.5560540556907654,0.5291338860988617,1318.0,337408.0,7847.233622199856,21594112.0 +137.23,8.699999809265137,2790.0,0.012873138301074505,0.14544677734375,0.0,1.9713324308395386,1.6912049055099487,-0.01058643963187933,0.002462011529132724,0.43817034363746643,0.5487402081489563,0.512648731470108,1319.0,337664.0,7853.104966646992,21610496.0 +97.35,9.0,2816.0,0.012353029102087021,0.1265665739774704,0.0,1.9303663969039917,1.6843830347061157,-0.0126195028424263,0.00244777649641037,0.35775652527809143,0.5570634603500366,0.5957149565219879,1320.0,337920.0,7858.9235083148815,21626880.0 +123.9,8.600000381469727,2782.0,0.015478153713047504,0.1580607146024704,0.0,1.9923814535140991,1.6837257146835327,-0.010842499323189259,0.0024493783712387085,0.480858713388443,0.5549424290657043,0.5219875276088715,1321.0,338176.0,7864.812659362797,21643264.0 +94.33,8.399999618530273,2772.0,0.014232638292014599,0.1338704377412796,0.0,2.0798590183258057,1.6618183851242065,-0.010326356627047062,0.0024528398644179106,0.6444080471992493,0.5581797361373901,0.45992517471313477,1322.0,338432.0,7870.722173618851,21659648.0 +96.82,8.699999809265137,2706.0,0.014302198775112629,0.13690185546875,0.0,1.9917956590652466,1.6625486612319946,-0.009600200690329075,0.002442394383251667,0.4800253212451935,0.5568116307258606,0.5650946795940399,1323.0,338688.0,7876.776347703999,21676032.0 +113.54,8.800000190734863,2817.0,0.011564335785806179,0.1290283203125,0.0,1.9118033647537231,1.6339677572250366,-0.011572688817977905,0.00244082510471344,0.3370680809020996,0.5507692098617554,0.6438866555690765,1324.0,338944.0,7882.592051548883,21692416.0 +122.11,8.399999618530273,2854.0,0.014311459846794605,0.154052734375,0.0,1.986162543296814,1.6500624418258667,-0.01097436249256134,0.002455206820741296,0.4592849314212799,0.5563915967941284,0.5515319406986237,1325.0,339200.0,7888.33252506284,21708800.0 +119.05,8.100000381469727,2816.0,0.011224549263715744,0.1296183317899704,0.0,2.0403997898101807,1.6636604070663452,-0.011566661298274994,0.0024440737906843424,0.5738410353660583,0.5596455335617065,0.5173909068107605,1326.0,339456.0,7894.150484404992,21725184.0 +115.42,8.100000381469727,2852.0,0.011380288749933243,0.1338094025850296,0.0,1.9796571731567383,1.7072762250900269,-0.011761673726141453,0.0024588925298303366,0.4566573202610016,0.5507164597511292,0.5206218957901001,1327.0,339712.0,7899.894512584899,21741568.0 +103.38,9.199999809265137,2846.0,0.013808637857437134,0.15704345703125,0.0,1.902509331703186,1.7189630270004272,-0.01260693371295929,0.002459995448589325,0.30356690287590027,0.5505245327949524,0.6456148028373718,1328.0,339968.0,7905.651236351812,21757952.0 +118.53,8.800000190734863,2791.0,0.013722672127187252,0.1580810546875,0.0,1.9932109117507935,1.7499595880508423,-0.013362114317715168,0.0024560298770666122,0.4806481897830963,0.5557336211204529,0.5061779916286469,1329.0,340224.0,7911.521926635876,21774336.0 +122.58,8.800000190734863,2778.0,0.019966695457696915,0.1593831330537796,0.0,1.986204743385315,1.7011523246765137,-0.011075408197939396,0.0024494705721735954,0.4545630216598511,0.5622748136520386,0.5492766797542572,1330.0,340480.0,7917.420343362028,21790720.0 +111.58,8.800000190734863,2789.0,0.016491921618580818,0.17425537109375,0.0,1.9622763395309448,1.6840711832046509,-0.010714038275182247,0.0024440165143460035,0.411563515663147,0.5620409846305847,0.5462678074836731,1331.0,340736.0,7923.2939740340225,21807104.0 +146.27,9.100000381469727,2804.0,0.014374098740518093,0.159423828125,0.0,1.899612545967102,1.7090216875076294,-0.01277052704244852,0.002453854540362954,0.2978791296482086,0.5536066889762878,0.6162405014038086,1332.0,340992.0,7929.137673402904,21823488.0 +114.41,9.100000381469727,2735.0,0.01764523796737194,0.1694539338350296,0.0,1.9243701696395874,1.6479638814926147,-0.010917236097157001,0.0024392735213041306,0.3407861292362213,0.5617372989654541,0.6026440560817719,1333.0,341248.0,7935.1291482809465,21839872.0 +120.82,9.399999618530273,2795.0,0.0168027114123106,0.16229248046875,0.0,1.8925375938415527,1.6746187210083008,-0.008893639780580997,0.0024410714395344257,0.27362585067749023,0.5608287453651428,0.6321965157985687,1334.0,341504.0,7940.9914182329085,21856256.0 +127.61,8.800000190734863,2801.0,0.0180805753916502,0.1540120393037796,0.0,1.9127684831619263,1.6699366569519043,-0.012095600366592407,0.0024345454294234514,0.34891557693481445,0.5498331189155579,0.6104021966457367,1335.0,341760.0,7946.839648582973,21872640.0 +160.32,8.800000190734863,2718.0,0.013096396811306477,0.1574503630399704,0.0,1.917319893836975,1.7099601030349731,-0.0120634650811553,0.0024434737861156464,0.3415851891040802,0.5539537072181702,0.58622607588768,1336.0,342016.0,7952.867546099937,21889024.0 +110.63,8.800000190734863,2787.0,0.016022350639104843,0.1500447541475296,0.0,1.9020253419876099,1.7356938123703003,-0.011814930476248264,0.0024419480469077826,0.30309006571769714,0.5586782693862915,0.6230961084365845,1337.0,342272.0,7958.746558859944,21905408.0 +114.94,8.699999809265137,2851.0,0.012522019445896149,0.1212158203125,0.0,1.9457982778549194,1.7219185829162598,-0.007731152698397636,0.0024594373535364866,0.3732275068759918,0.554415762424469,0.5577985048294067,1338.0,342528.0,7964.4934606608,21921792.0 +132.17,8.800000190734863,2794.0,0.011830003000795841,0.138916015625,0.0,1.957375168800354,1.682997226715088,-0.01328879315406084,0.0024520661681890488,0.39964351058006287,0.5616393685340881,0.5581278502941132,1339.0,342784.0,7970.357139796019,21938176.0 +108.26,8.600000381469727,2743.0,0.011906664818525314,0.1333211213350296,0.0,2.018726110458374,1.6629815101623535,-0.012012193910777569,0.002453574212267995,0.5227462649345398,0.5592076778411865,0.5594349205493927,1340.0,343040.0,7976.329609474866,21954560.0 +93.91,8.800000190734863,2731.0,0.015775104984641075,0.1758829802274704,0.0,1.913007378578186,1.697509765625,-0.011884463019669056,0.0024463327135890722,0.32754528522491455,0.5549280643463135,0.6433126032352448,1341.0,343296.0,7982.329301417805,21970944.0 +138.52,8.800000190734863,2781.0,0.013500150293111801,0.1503499299287796,0.0,1.9382420778274536,1.7386726140975952,-0.01117588672786951,0.00245279329828918,0.36087772250175476,0.5599688291549683,0.5400841236114502,1342.0,343552.0,7988.219474297017,21987328.0 +149.41,9.199999809265137,2798.0,0.014309811405837536,0.15460205078125,0.0,1.9033514261245728,1.6918015480041504,-0.011310734786093235,0.0024480109568685293,0.296566903591156,0.5592913627624512,0.5873326361179352,1343.0,343808.0,7994.075766037917,22003712.0 +93.76,8.699999809265137,2796.0,0.014726883731782436,0.14398193359375,0.0,1.9467614889144897,1.7042919397354126,-0.011901364661753178,0.002441228600218892,0.4021843671798706,0.5539991855621338,0.5871500670909882,1344.0,344064.0,7999.9350093079265,22020096.0 +119.05,8.600000381469727,2815.0,0.01266447827219963,0.12982177734375,0.0,1.9430837631225586,1.7567728757858276,-0.01111964788287878,0.002440506126731634,0.4040001332759857,0.5495180487632751,0.5789721012115479,1345.0,344320.0,8005.755340578966,22036480.0 +127.85,9.100000381469727,2757.0,0.01851518824696541,0.1692911833524704,0.0,1.852913498878479,1.805568814277649,-0.012669174931943417,0.0024352797772735357,0.22633810341358185,0.5528295040130615,0.6735246777534485,1346.0,344576.0,8011.696846472798,22052864.0 +150.41,8.0,2800.0,0.011410499922931194,0.1476847380399704,0.0,1.99335515499115,1.8055124282836914,-0.010315031744539738,0.002440408105030656,0.47586193680763245,0.5635900497436523,0.5435483753681183,1347.0,344832.0,8017.547047498869,22069248.0 +185.53,7.5,2822.0,0.01237537246197462,0.13641357421875,0.0,2.042776346206665,1.7867363691329956,-0.01176860649138689,0.002433303277939558,0.5882885456085205,0.5616164803504944,0.48732590675354004,1348.0,345088.0,8023.352613298921,22085632.0 +127.61,9.199999809265137,2695.0,0.012394611723721027,0.1287028044462204,0.0,1.8725848197937012,1.7487226724624634,-0.012010098434984684,0.0024397161323577166,0.2602737843990326,0.5520870089530945,0.667868435382843,1349.0,345344.0,8029.4308943348005,22102016.0 +139.27,8.899999618530273,2760.0,0.02005811221897602,0.1797892302274704,0.0,1.8859556913375854,1.6972298622131348,-0.012072081677615643,0.002437221584841609,0.28484562039375305,0.5539664626121521,0.6479441225528717,1350.0,345600.0,8035.366899725981,22118400.0 +116.72,8.300000190734863,2769.0,0.013918456621468067,0.15570068359375,0.0,1.953893780708313,1.7366832494735718,-0.009232399053871632,0.002446285216137767,0.4116637408733368,0.5515181422233582,0.5692033767700195,1351.0,345856.0,8041.283536968986,22134784.0 +139.96,8.600000381469727,2748.0,0.010572069324553013,0.1211140975356102,0.0,1.9434486627578735,1.7205677032470703,-0.009534228593111038,0.0024466756731271744,0.3979911804199219,0.5478554964065552,0.5913937091827393,1352.0,346112.0,8047.245170323877,22151168.0 +159.57,8.300000190734863,2799.0,0.012560993432998657,0.1349080353975296,0.0,1.9620548486709595,1.7034941911697388,-0.012301933020353317,0.002444780897349119,0.44662633538246155,0.5456884503364563,0.5023353397846222,1353.0,346368.0,8053.099246053956,22167552.0 +93.65,9.600000381469727,2772.0,0.013287331908941269,0.1528523713350296,0.0,1.907100796699524,1.686200737953186,-0.009114597924053669,0.002449684776365757,0.3104488253593445,0.5530106425285339,0.602420449256897,1354.0,346624.0,8059.0091640569735,22183936.0 +115.95,8.699999809265137,2786.0,0.014828409068286419,0.1690266877412796,0.0,1.9460177421569824,1.7028964757919312,-0.0151147386059165,0.002446695463731885,0.4141518175601959,0.5477377772331238,0.5372294485569,1355.0,346880.0,8064.890381737845,22200320.0 +113.88,8.5,2826.0,0.01487080380320549,0.14483642578125,0.0,1.9896749258041382,1.7156972885131836,-0.01371832937002182,0.002452331827953458,0.46414005756378174,0.5623142719268799,0.5560286939144135,1356.0,347136.0,8070.68754805089,22216704.0 +119.27,9.100000381469727,2820.0,0.014771870337426662,0.1667683869600296,0.0,1.9216952323913574,1.6860860586166382,-0.011687173508107662,0.0024479806888848543,0.3482719957828522,0.5521168112754822,0.6013295352458954,1357.0,347392.0,8076.498516335851,22233088.0 +92.69,8.600000381469727,2750.0,0.013488673605024815,0.1498616486787796,0.0,1.963003158569336,1.7349399328231812,-0.011448477394878864,0.002445029094815254,0.42761942744255066,0.555476725101471,0.570218414068222,1358.0,347648.0,8082.456411764957,22249472.0 +125.68,8.199999809265137,2793.0,0.01383975800126791,0.1475423127412796,0.0,1.974923014640808,1.7236419916152954,-0.011631932109594345,0.0024381529074162245,0.45158183574676514,0.5589240193367004,0.5413107872009277,1359.0,347904.0,8088.322527072858,22265856.0 +98.64,8.699999809265137,2801.0,0.015445825643837452,0.1624959260225296,0.0,1.9491347074508667,1.7081509828567505,-0.010765674524009228,0.002449641702696681,0.41573822498321533,0.5442917943000793,0.5568045377731323,1360.0,348160.0,8094.172500693938,22282240.0 +116.12,9.100000381469727,2807.0,0.014254671521484852,0.1671956330537796,0.0,1.9498568773269653,1.7311331033706665,-0.0138854393735528,0.002444289159029722,0.4072481691837311,0.5552851557731628,0.5233552753925323,1361.0,348416.0,8100.009079018841,22298624.0 +126.21,8.5,2721.0,0.009969822131097317,0.1137898787856102,0.0,1.9656410217285156,1.7538708448410034,-0.012691151350736618,0.002451607957482338,0.4255121648311615,0.5573107600212097,0.5838398635387421,1362.0,348672.0,8106.030634770868,22315008.0 +98.04,8.899999618530273,2746.0,0.012667347677052021,0.1527099609375,0.0,1.9274126291275024,1.7923170328140259,-0.014106945134699345,0.0024390362668782473,0.3650979697704315,0.5573757290840149,0.614789754152298,1363.0,348928.0,8111.998228340875,22331392.0 +135.9,8.5,2822.0,0.01373151782900095,0.1513671875,0.0,1.9160237312316895,1.7945584058761597,-0.014462498016655445,0.0024435101076960564,0.35713252425193787,0.5481105446815491,0.5815867781639099,1364.0,349184.0,8117.804751336807,22347776.0 +130.36,8.699999809265137,2771.0,0.01649601198732853,0.18035888671875,0.0,1.9440613985061646,1.7867213487625122,-0.013360030949115753,0.0024399554822593927,0.41048184037208557,0.5500702261924744,0.5522269606590271,1365.0,349440.0,8123.716760864016,22364160.0 +138.72,9.199999809265137,2783.0,0.015208620578050613,0.1567586213350296,0.0,1.864974021911621,1.8140530586242676,-0.013451691716909409,0.0024371834006160498,0.252711683511734,0.5516190528869629,0.6639606654644012,1366.0,349696.0,8129.60318653984,22380544.0 +99.87,9.100000381469727,2782.0,0.014455720782279968,0.1476847380399704,0.0,1.9461075067520142,1.7263823747634888,-0.011120780371129513,0.002440420910716057,0.40130582451820374,0.5536288619041443,0.6159490346908569,1367.0,349952.0,8135.492123863893,22396928.0 +88.23,8.800000190734863,2776.0,0.010931569151580334,0.1174723282456398,0.0,1.9590212106704712,1.7492990493774414,-0.01184209156781435,0.0024431596975773573,0.4139181673526764,0.5598174333572388,0.6360927820205688,1368.0,350208.0,8141.394692541799,22413312.0 +112.12,8.800000190734863,2755.0,0.01376673299819231,0.14678955078125,0.0,1.929373860359192,1.7604199647903442,-0.012761636637151241,0.002455989131703973,0.3492297828197479,0.5571305155754089,0.6309532225131989,1369.0,350464.0,8147.342336463975,22429696.0 +101.57,8.699999809265137,2775.0,0.01555879507213831,0.1558634489774704,0.0,1.966641902923584,1.766990065574646,-0.012931346893310547,0.0024442824069410563,0.43428459763526917,0.5579593777656555,0.6170344948768616,1370.0,350720.0,8153.245327665936,22446080.0 +147.04,9.5,2807.0,0.013141263276338577,0.1449178010225296,0.0,1.8852311372756958,1.7536377906799316,-0.011940937489271164,0.0024588340893387794,0.2737477123737335,0.5484173893928528,0.6303528249263763,1371.0,350976.0,8159.081489000935,22462464.0 +134.43,8.699999809265137,2802.0,0.013971199281513691,0.16595458984375,0.0,1.9299730062484741,1.7639150619506836,-0.01260734349489212,0.0024528198409825563,0.3595205545425415,0.5540492534637451,0.6252219378948212,1372.0,351232.0,8164.927573693916,22478848.0 +102.74,8.899999618530273,2840.0,0.015416014939546585,0.16571044921875,0.0,1.9189738035202026,1.7579938173294067,-0.014133616350591183,0.0024533765390515327,0.32450032234191895,0.5617489218711853,0.6232982277870178,1373.0,351488.0,8170.696306554833,22495232.0 +104.44,9.199999809265137,2787.0,0.012374537996947765,0.14471435546875,0.0,1.9529298543930054,1.7313780784606934,-0.012178010307252407,0.0024676162283867598,0.39860665798187256,0.5493099093437195,0.6064493358135223,1374.0,351744.0,8176.574019375956,22511616.0 +128.77,8.699999809265137,2698.0,0.014135616831481457,0.1494954377412796,0.0,1.9284693002700806,1.7766271829605103,-0.014030534774065018,0.0024692269507795572,0.33846816420555115,0.5564184188842773,0.6341376900672913,1375.0,352000.0,8182.646254858002,22528000.0 +138.21,8.5,2752.0,0.012359061278402805,0.1319173127412796,0.0,1.9342375993728638,1.7509568929672241,-0.011151768267154694,0.00245486362837255,0.35288384556770325,0.5590253472328186,0.6050915420055389,1376.0,352256.0,8188.598943556892,22544384.0 +107.65,8.600000381469727,2788.0,0.011080107651650906,0.1287434846162796,0.0,1.9141591787338257,1.794505000114441,-0.011869295500218868,0.0024771839380264282,0.2982155978679657,0.5562734603881836,0.6768166124820709,1377.0,352512.0,8194.47542298399,22560768.0 +161.82,8.300000190734863,2723.0,0.010036271996796131,0.1141357421875,0.0,1.9758954048156738,1.7931033372879028,-0.01104829739779234,0.0024641521740704775,0.41959187388420105,0.5630027651786804,0.5487768352031708,1378.0,352768.0,8200.491440566955,22577152.0 +113.51,8.600000381469727,2806.0,0.013780112378299236,0.1469523161649704,0.0,1.956892490386963,1.7543559074401855,-0.013331265188753605,0.0024446884635835886,0.41612720489501953,0.5573592782020569,0.5802493393421173,1379.0,353024.0,8206.330847560894,22593536.0 +140.66,8.800000190734863,2799.0,0.014799807220697403,0.16845703125,0.0,1.9037543535232544,1.7988977432250977,-0.014559554867446423,0.002450272673740983,0.30341577529907227,0.5594587922096252,0.6463155746459961,1380.0,353280.0,8212.184814966982,22609920.0 +139.98,8.600000381469727,2791.0,0.013517367653548717,0.1474202424287796,0.0,1.927064299583435,1.7929991483688354,-0.011076296679675579,0.0024542929604649544,0.3390014171600342,0.5594232678413391,0.6066490113735199,1381.0,353536.0,8218.054252251983,22626304.0 +156.28,8.399999618530273,2809.0,0.011845511384308338,0.1431477814912796,0.0,1.9466739892959595,1.794087290763855,-0.012050811201334,0.0024466898757964373,0.3957798480987549,0.5554307699203491,0.5773410797119141,1382.0,353792.0,8223.886145585915,22642688.0 +131.66,8.600000381469727,2801.0,0.010646864771842957,0.1308186799287796,0.0,1.954896330833435,1.7797845602035522,-0.01172349601984024,0.0024453632067888975,0.3999343812465668,0.5617687106132507,0.5905593633651733,1383.0,354048.0,8229.735667763976,22659072.0 +110.92,8.600000381469727,2792.0,0.0131508344784379,0.1493123322725296,0.0,1.953317642211914,1.7438772916793823,-0.012097242288291454,0.0024534056428819895,0.39840075373649597,0.556950032711029,0.6044846773147583,1384.0,354304.0,8235.603306871839,22675456.0 +131.19,8.300000190734863,2796.0,0.013681884855031967,0.1682535856962204,0.0,1.935019850730896,1.758978009223938,-0.00877905823290348,0.0024429478216916323,0.3646063804626465,0.5576116442680359,0.5440106093883514,1385.0,354560.0,8241.463715748861,22691840.0 +170.29,8.0,2791.0,0.012940824031829834,0.147705078125,0.0,1.9878239631652832,1.7642221450805664,-0.010956566780805588,0.0024546680506318808,0.4716801345348358,0.5532486438751221,0.4367273449897766,1386.0,354816.0,8247.333303550025,22708224.0 +124.35,8.699999809265137,2761.0,0.013499372638761997,0.1536865234375,0.0,1.9163926839828491,1.7588132619857788,-0.012310713529586792,0.0024470100179314613,0.32962241768836975,0.557975709438324,0.5905518233776093,1387.0,355072.0,8253.267078925855,22724608.0 +194.23,7.699999809265137,2743.0,0.012955799698829651,0.1489054411649704,0.0,1.982089877128601,1.7861210107803345,-0.0106038274243474,0.0024653698783367872,0.4549659192562103,0.5503871440887451,0.5076475143432617,1388.0,355328.0,8259.24000420398,22740992.0 +129.76,8.699999809265137,2758.0,0.013617130927741528,0.1550496369600296,0.0,1.9109877347946167,1.7322369813919067,-0.013234288431704044,0.0024434796068817377,0.335589200258255,0.5520099997520447,0.565627247095108,1389.0,355584.0,8265.180799973896,22757376.0 +136.88,8.600000381469727,2782.0,0.012167907319962978,0.1304931640625,0.0,1.946329116821289,1.7627778053283691,-0.01213532779365778,0.00244788802228868,0.4046975374221802,0.5497993230819702,0.5107822716236115,1390.0,355840.0,8271.070611502975,22773760.0 +125.55,8.899999618530273,2721.0,0.014609220437705517,0.1732584685087204,0.0,1.9058481454849243,1.7748738527297974,-0.01267430279403925,0.002457741415128112,0.3076311945915222,0.5535847544670105,0.606115996837616,1391.0,356096.0,8277.090972880833,22790144.0 +164.42,9.199999809265137,2739.0,0.013731692917644978,0.15020751953125,0.0,1.8838342428207397,1.840822696685791,-0.012979645282030106,0.0024542578030377626,0.25613489747047424,0.5600259900093079,0.6065710783004761,1392.0,356352.0,8283.073225697968,22806528.0 +145.6,8.100000381469727,2812.0,0.013136092573404312,0.1465047150850296,0.0,1.941597819328308,1.833715796470642,-0.012513001449406147,0.0024568147491663694,0.36444464325904846,0.5618181228637695,0.6168905794620514,1393.0,356608.0,8288.899433400948,22822912.0 +180.81,7.699999809265137,2701.0,0.010196582414209843,0.12725830078125,0.0,1.9884477853775024,1.8317776918411255,-0.007884805090725422,0.002462587086483836,0.43926405906677246,0.563724935054779,0.5475383400917053,1394.0,356864.0,8294.964271314908,22839296.0 +156.3,8.199999809265137,2810.0,0.015289395116269588,0.14190673828125,0.0,1.9794613122940063,1.8141463994979858,-0.009810128249228,0.002458057599142194,0.4300764501094818,0.5633459091186523,0.5510224401950836,1395.0,357120.0,8300.795472096885,22855680.0 +135.8,8.600000381469727,2784.0,0.013925216160714626,0.1561279296875,0.0,1.9555925130844116,1.7629750967025757,-0.01065407320857048,0.0024569041561335325,0.4058246314525604,0.5525117516517639,0.5862655937671661,1396.0,357376.0,8306.680681549944,22872064.0 +94.61,9.100000381469727,2757.0,0.013565867207944393,0.1460367888212204,0.0,1.947614073753357,1.7382336854934692,-0.011242911219596863,0.00246382225304842,0.38357627391815186,0.5525399446487427,0.5653291642665863,1397.0,357632.0,8312.623750910861,22888448.0 +120.56,9.0,2768.0,0.011237084865570068,0.12823486328125,0.0,1.9302664995193481,1.7762593030929565,-0.011512539349496365,0.0024619444739073515,0.3378638029098511,0.5596374273300171,0.6262101233005524,1398.0,357888.0,8318.542267189827,22904832.0 +120.5,8.199999809265137,2763.0,0.01133000198751688,0.11968994140625,0.0,1.9887057542800903,1.759397029876709,-0.010808865539729595,0.0024491881486028433,0.44805359840393066,0.5684877634048462,0.5666114091873169,1399.0,358144.0,8324.471577752847,22921216.0 +130.5,8.300000190734863,2794.0,0.011047461070120335,0.125,0.0,1.9844316244125366,1.8049558401107788,-0.011493685655295849,0.0024625675287097692,0.43365442752838135,0.5658637881278992,0.5651876926422119,1400.0,358400.0,8330.335708017927,22937600.0 +123.65,8.5,2782.0,0.01582689769566059,0.1543375700712204,0.0,1.9574960470199585,1.789481282234192,-0.010302121751010418,0.0024741871748119593,0.3798212707042694,0.5586886405944824,0.6473965644836426,1401.0,358656.0,8336.225961613934,22953984.0 +137.94,8.5,2818.0,0.014487631618976593,0.1627604216337204,0.0,1.9663777351379395,1.7892909049987793,-0.012723713181912899,0.0024719233624637127,0.4213744103908539,0.5503454804420471,0.6004487872123718,1402.0,358912.0,8342.039452066878,22970368.0 +99.04,8.600000381469727,2834.0,0.01557853352278471,0.16790771484375,0.0,1.9850820302963257,1.7578614950180054,-0.012333332560956478,0.0024587116204202175,0.46549829840660095,0.5528887510299683,0.6030401885509491,1403.0,359168.0,8347.820569366915,22986752.0 +109.93,8.100000381469727,2815.0,0.009981747716665268,0.1080322265625,0.0,1.9915094375610352,1.739495873451233,-0.012266375124454498,0.0024399005342274904,0.4984905421733856,0.5519751310348511,0.5941769480705261,1404.0,359424.0,8353.639893295942,23003136.0 +90.47,8.800000190734863,2820.0,0.013389869593083858,0.1525065153837204,0.0,1.9600743055343628,1.7463984489440918,-0.014699586667120457,0.002440644195303321,0.4431109130382538,0.550360381603241,0.6093828678131104,1405.0,359680.0,8359.449982855935,23019520.0 +94.35,8.5,2802.0,0.015524882823228836,0.1751505583524704,0.0,1.9600132703781128,1.736368179321289,-0.013626391999423504,0.002443634206429124,0.4313851594924927,0.5534934401512146,0.6257852017879486,1406.0,359936.0,8365.296897709835,23035904.0 +101.78,9.300000190734863,2728.0,0.01228916272521019,0.13421630859375,0.0,1.9228004217147827,1.747176170349121,-0.009677250869572163,0.0024407755117863417,0.33934256434440613,0.5598902106285095,0.6864215731620789,1407.0,360192.0,8371.303628462832,23052288.0 +133.39,8.399999618530273,2775.0,0.013735364191234112,0.13519287109375,0.0,1.9839688539505005,1.7621642351150513,-0.010456614196300507,0.002447734819725156,0.4577139914035797,0.5593227744102478,0.606157124042511,1408.0,360448.0,8377.208341979887,23068672.0 +92.23,8.899999618530273,2796.0,0.014332992024719715,0.1484578400850296,0.0,1.9669981002807617,1.7233515977859497,-0.012883671559393406,0.002452288521453738,0.43240752816200256,0.5547673106193542,0.6006160974502563,1409.0,360704.0,8383.068436720874,23085056.0 +137.35,8.899999618530273,2778.0,0.013483301736414433,0.1472574919462204,0.0,1.9238648414611816,1.7496463060379028,-0.014472722075879574,0.0024483788292855024,0.3586852550506592,0.5523018836975098,0.6470055282115936,1410.0,360960.0,8388.966828122968,23101440.0 +128.0,9.0,2806.0,0.013896542601287365,0.14697265625,0.0,1.9076658487319946,1.7366787195205688,-0.01299735251814127,0.0024461715947836637,0.31355616450309753,0.558165967464447,0.6534052491188049,1411.0,361216.0,8394.806263925973,23117824.0 +114.95,8.699999809265137,2819.0,0.014844126999378204,0.1606241911649704,0.0,1.9394068717956543,1.727766513824463,-0.013179436326026917,0.0024466083850711584,0.37730053067207336,0.5579095482826233,0.6293500363826752,1412.0,361472.0,8400.618539220886,23134208.0 +120.53,8.800000190734863,2710.0,0.015238214284181595,0.1815388947725296,0.0,1.9350876808166504,1.733122706413269,-0.013834614306688309,0.002456048736348748,0.3661597669124603,0.5551491379737854,0.6479831337928772,1413.0,361728.0,8406.664752888959,23150592.0 +132.21,8.800000190734863,2756.0,0.01953550986945629,0.18963623046875,0.0,1.941567301750183,1.747144341468811,-0.010916698724031448,0.0024526917841285467,0.3921078145503998,0.5475556254386902,0.6128655076026917,1414.0,361984.0,8412.610016448889,23166976.0 +76.37,8.100000381469727,2799.0,0.015558655373752117,0.1598103791475296,0.0,2.0349674224853516,1.7326456308364868,-0.012647033669054508,0.002445461228489876,0.5644617676734924,0.5599794387817383,0.5666939914226532,1415.0,362240.0,8418.463497391902,23183360.0 +97.67,8.800000190734863,2791.0,0.01579655334353447,0.16015625,0.0,1.9194637537002563,1.7554999589920044,-0.013825000263750553,0.002444090088829398,0.3385702073574066,0.5595139861106873,0.6231032609939575,1416.0,362496.0,8424.333016966004,23199744.0 +81.61,8.800000190734863,2720.0,0.012485777027904987,0.1438395231962204,0.0,1.9394569396972656,1.7482099533081055,-0.012768860906362534,0.0024350264575332403,0.3860015869140625,0.5591942667961121,0.6282950341701508,1417.0,362752.0,8430.356961583951,23216128.0 +113.72,8.100000381469727,2808.0,0.010361472144722939,0.1266072541475296,0.0,2.023693799972534,1.73805570602417,-0.010475157760083675,0.0024426295422017574,0.5278769135475159,0.566296398639679,0.6029511094093323,1418.0,363008.0,8436.192391071003,23232512.0 +121.54,8.600000381469727,2783.0,0.011583487503230572,0.14111328125,0.0,1.966382622718811,1.7615550756454468,-0.012355271726846695,0.0024622587952762842,0.40557679533958435,0.562436044216156,0.5827142596244812,1419.0,363264.0,8442.08071199595,23248896.0 +116.95,9.0,2814.0,0.015269673429429531,0.17559814453125,0.0,1.8927007913589478,1.802405834197998,-0.011977995745837688,0.002480511786416173,0.2645692527294159,0.5501624941825867,0.6814011931419373,1420.0,363520.0,8447.903389649,23265280.0 +162.7,8.199999809265137,2808.0,0.010602972470223904,0.1369425505399704,0.0,2.016528367996216,1.731450080871582,-0.010781246237456799,0.0024494498502463102,0.5213983058929443,0.5591998100280762,0.5874837040901184,1421.0,363776.0,8453.737435967894,23281664.0 +111.99,8.5,2836.0,0.0108937444165349,0.123779296875,0.0,1.9940358400344849,1.7299216985702515,-0.01090213656425476,0.0024563672486692667,0.45743951201438904,0.5653340220451355,0.5771978199481964,1422.0,364032.0,8459.514754409902,23298048.0 +111.75,8.800000190734863,2721.0,0.01293217670172453,0.1495768278837204,0.0,1.9450191259384155,1.7378568649291992,-0.011195768602192402,0.0024614110589027405,0.3769834339618683,0.5543964505195618,0.5996048152446747,1423.0,364288.0,8465.536417783005,23314432.0 +149.26,8.399999618530273,2802.0,0.01277973223477602,0.1547037810087204,0.0,1.9612826108932495,1.7518006563186646,-0.013253461569547653,0.0024646956007927656,0.4067199230194092,0.5563463568687439,0.5550099909305573,1424.0,364544.0,8471.383733127965,23330816.0 +119.2,8.899999618530273,2784.0,0.010837663896381855,0.1132609024643898,0.0,1.96204674243927,1.72471284866333,-0.01157642062753439,0.0024482321459800005,0.4155348837375641,0.5589866042137146,0.5609374642372131,1425.0,364800.0,8477.268057497917,23347200.0 +120.99,9.100000381469727,2765.0,0.012853833846747875,0.1433512419462204,0.0,1.9134057760238647,1.7124632596969604,-0.013666464947164059,0.0024537963327020407,0.3303270637989044,0.5521353483200073,0.6001849472522736,1426.0,365056.0,8483.193479940994,23363584.0 +109.14,9.100000381469727,2830.0,0.01679868996143341,0.1653035432100296,0.0,1.8969391584396362,1.7259622812271118,-0.011212561279535294,0.0024512195959687233,0.27019551396369934,0.564703643321991,0.6259563565254211,1427.0,365312.0,8488.982355415821,23379968.0 +109.36,9.600000381469727,2817.0,0.016474338248372078,0.1470133513212204,0.0,1.8701177835464478,1.6963015794754028,-0.010611653327941895,0.0024532664101570845,0.23224955797195435,0.5549342036247253,0.6575334668159485,1428.0,365568.0,8494.79885593988,23396352.0 +122.94,8.600000381469727,2769.0,0.012401253916323185,0.1392008513212204,0.0,1.9459303617477417,1.7107073068618774,-0.01198174711316824,0.0024643295910209417,0.37553510069847107,0.5550869703292847,0.5997351109981537,1429.0,365824.0,8500.714741187869,23412736.0 +142.29,7.5,2757.0,0.011286430060863495,0.10797119140625,0.0,2.0766804218292236,1.7417618036270142,-0.008992359042167664,0.002464724937453866,0.606853187084198,0.5673012137413025,0.5055388808250427,1430.0,366080.0,8506.65683723893,23429120.0 +121.81,9.0,2805.0,0.010425195097923279,0.1212158203125,0.0,1.9591811895370483,1.7064286470413208,-0.009187208488583565,0.002455613110214472,0.36453771591186523,0.5753573179244995,0.5700369477272034,1431.0,366336.0,8512.498085564934,23445504.0 +97.61,9.0,2799.0,0.016872214153409004,0.1576945036649704,0.0,1.9098749160766602,1.7409454584121704,-0.011346086859703064,0.002450787927955389,0.2776772081851959,0.57439786195755,0.6034953892230988,1432.0,366592.0,8518.350917754928,23461888.0 +147.87,8.5,2813.0,0.016258252784609795,0.16796875,0.0,1.9505515098571777,1.7331403493881226,-0.010347012430429459,0.002466804115101695,0.39265355467796326,0.5485011339187622,0.5472693145275116,1433.0,366848.0,8524.175062853843,23478272.0 +152.28,8.800000190734863,2755.0,0.013060756959021091,0.1616007536649704,0.0,1.9552863836288452,1.7243281602859497,-0.012281306087970734,0.002453130204230547,0.39213696122169495,0.5621771812438965,0.5173931419849396,1434.0,367104.0,8530.121356841875,23494656.0 +130.02,8.699999809265137,2777.0,0.012608050368726254,0.1398722380399704,0.0,1.942359447479248,1.7196463346481323,-0.014960762113332748,0.0024455985985696316,0.3739420473575592,0.564746081829071,0.5616695880889893,1435.0,367360.0,8536.0209446738,23511040.0 +95.47,8.899999618530273,2708.0,0.015350104309618473,0.1520589143037796,0.0,1.9319502115249634,1.6889439821243286,-0.00944281555712223,0.002444429090246558,0.3429267704486847,0.5646045804023743,0.591171145439148,1436.0,367616.0,8542.071564191952,23527424.0 +106.3,8.399999618530273,2782.0,0.012793295085430145,0.1339518278837204,0.0,1.9863907098770142,1.7304143905639648,-0.011531119234859943,0.0024390944745391607,0.4610729515552521,0.5651424527168274,0.5191954672336578,1437.0,367872.0,8547.960461196024,23543808.0 +143.33,8.699999809265137,2780.0,0.010963902808725834,0.13623046875,0.0,1.9366579055786133,1.7416764497756958,-0.010513399727642536,0.0024386693257838488,0.3876059353351593,0.5514504313468933,0.562126487493515,1438.0,368128.0,8553.854547923896,23560192.0 +122.49,8.800000190734863,2689.0,0.015670524910092354,0.1755167692899704,0.0,1.9177361726760864,1.7428761720657349,-0.013282358646392822,0.0024354520719498396,0.3245014250278473,0.5684706568717957,0.5873276889324188,1439.0,368384.0,8559.946319249924,23576576.0 +148.91,8.800000190734863,2739.0,0.01348626334220171,0.1485595703125,0.0,1.899835228919983,1.778194546699524,-0.01177753135561943,0.00243960227817297,0.3135463297367096,0.5528204441070557,0.5743730664253235,1440.0,368640.0,8565.927574470872,23592960.0 +147.98,8.699999809265137,2782.0,0.013044185936450958,0.1565755158662796,0.0,1.945264220237732,1.7368007898330688,-0.012294336222112179,0.002449634950608015,0.38379359245300293,0.558212161064148,0.5460511147975922,1441.0,368896.0,8571.817532181973,23609344.0 +151.33,7.900000095367432,2770.0,0.012346458621323109,0.1413370817899704,0.0,1.9985755681991577,1.7638839483261108,-0.013943550176918507,0.0024516091216355562,0.4804997444152832,0.5641036033630371,0.4979424476623535,1442.0,369152.0,8577.731942503946,23625728.0 +145.09,8.699999809265137,2833.0,0.0134822903200984,0.1567789763212204,0.0,1.8859814405441284,1.7790974378585815,-0.012616516090929508,0.0024461601860821247,0.26437345147132874,0.5611220598220825,0.6207309663295746,1443.0,369408.0,8583.514835268026,23642112.0 +188.01,8.399999618530273,2850.0,0.013045947067439556,0.15191650390625,0.0,1.9248913526535034,1.7838979959487915,-0.013794086873531342,0.002445473102852702,0.3273865878582001,0.570094645023346,0.6093128323554993,1444.0,369664.0,8589.263335608877,23658496.0 +126.09,8.600000381469727,2811.0,0.012968855910003185,0.14337158203125,0.0,1.9286789894104004,1.7229132652282715,-0.012017123401165009,0.0024390220642089844,0.3581666648387909,0.5593308806419373,0.6023328304290771,1445.0,369920.0,8595.092339366907,23674880.0 +136.81,8.100000381469727,2806.0,0.011004163883626461,0.1246744766831398,0.0,2.0037903785705566,1.7474764585494995,-0.011194570921361446,0.0024381561670452356,0.5017300248146057,0.5625165104866028,0.5340582430362701,1446.0,370176.0,8600.932362716878,23691264.0 +121.31,8.699999809265137,2805.0,0.010214276611804962,0.1222330704331398,0.0,1.913225531578064,1.745017170906067,-0.013771877624094486,0.002449797233566642,0.3178543150424957,0.5606217980384827,0.6372672319412231,1447.0,370432.0,8606.773390706861,23707648.0 +151.83,8.899999618530273,2752.0,0.01633891835808754,0.1675618439912796,0.0,1.924655795097351,1.7397313117980957,-0.011687569320201874,0.0024560128804296255,0.3347368538379669,0.5583658218383789,0.5918446183204651,1448.0,370688.0,8612.726814193884,23724032.0 +119.15,8.899999618530273,2745.0,0.012380932457745075,0.1316935271024704,0.0,1.9489383697509766,1.7162748575210571,-0.009798426181077957,0.0024545711930841208,0.3820582926273346,0.5575846433639526,0.5666402280330658,1449.0,370944.0,8618.694389535813,23740416.0 +137.77,8.300000190734863,2780.0,0.01028833631426096,0.11102294921875,0.0,1.9653310775756836,1.7737665176391602,-0.009840731509029865,0.002480854978784919,0.3870658874511719,0.5589489340782166,0.6068432033061981,1450.0,371200.0,8624.588588516926,23756800.0 +143.95,8.600000381469727,2745.0,0.012853987514972687,0.1516316682100296,0.0,1.9432191848754883,1.7507425546646118,-0.012698564678430557,0.002465002704411745,0.3514237701892853,0.5652120113372803,0.612352043390274,1451.0,371456.0,8630.556502101943,23773184.0 +117.2,9.300000190734863,2723.0,0.01746085286140442,0.17999267578125,0.0,1.9046798944473267,1.7650952339172363,-0.01189082395285368,0.0024652432184666395,0.28236448764801025,0.5604177117347717,0.6678480207920074,1452.0,371712.0,8636.573894922854,23789568.0 +135.04,8.800000190734863,2801.0,0.012682695873081684,0.1402994841337204,0.0,1.9051398038864136,1.7835527658462524,-0.011352607049047947,0.0024480607826262712,0.30717572569847107,0.5567099452018738,0.6152914762496948,1453.0,371968.0,8642.423600072972,23805952.0 +157.36,8.100000381469727,2798.0,0.010543464682996273,0.10980224609375,0.0,1.963544487953186,1.7511286735534668,-0.0120391258969903,0.0024378986563533545,0.4348141849040985,0.5567384362220764,0.5725745558738708,1454.0,372224.0,8648.27858419693,23822336.0 +129.42,8.399999618530273,2761.0,0.014661862514913082,0.1678059846162796,0.0,1.9382795095443726,1.7697668075561523,-0.013076573610305786,0.00243440642952919,0.39217257499694824,0.5557639598846436,0.622982919216156,1455.0,372480.0,8654.21188149089,23838720.0 +135.58,9.0,2806.0,0.013282778672873974,0.1576334685087204,0.0,1.89227294921875,1.7665290832519531,-0.013653524219989777,0.002437493298202753,0.3027985095977783,0.5534458756446838,0.680184543132782,1456.0,372736.0,8660.051211263984,23855104.0 +151.1,8.699999809265137,2802.0,0.01719171740114689,0.1808675080537796,0.0,1.8956341743469238,1.7791614532470703,-0.011487753130495548,0.0024450281634926796,0.28431686758995056,0.5602412223815918,0.6679451763629913,1457.0,372992.0,8665.898199200863,23871488.0 +89.56,8.899999618530273,2775.0,0.014264128170907497,0.16552734375,0.0,1.9068607091903687,1.7792295217514038,-0.013225643895566463,0.0024619188625365496,0.317825585603714,0.5480064749717712,0.6180329322814941,1458.0,373248.0,8671.801480049966,23887872.0 +184.41,8.600000381469727,2796.0,0.01468783337622881,0.1642659455537796,0.0,1.8954509496688843,1.7860803604125977,-0.010531610809266567,0.0024487124755978584,0.296612024307251,0.5511810779571533,0.6313781142234802,1459.0,373504.0,8677.66156639997,23904256.0 +160.38,9.0,2762.0,0.015569430775940418,0.1731974333524704,0.0,1.8896626234054565,1.763342022895813,-0.013036955147981644,0.0024432032369077206,0.292361855506897,0.5525502562522888,0.6602032780647278,1460.0,373760.0,8683.592413228005,23920640.0 +155.7,9.199999809265137,2840.0,0.016177557408809662,0.1823527067899704,0.0,1.8930994272232056,1.7437106370925903,-0.011494539678096771,0.002452041720971465,0.29963865876197815,0.5461907386779785,0.6127787232398987,1461.0,374016.0,8689.360918019898,23937024.0 +128.9,9.100000381469727,2836.0,0.01348064560443163,0.1526082307100296,0.0,1.8938640356063843,1.7332611083984375,-0.012379170395433903,0.002437999937683344,0.29383736848831177,0.5576569437980652,0.6351073384284973,1462.0,374272.0,8695.138072500937,23953408.0 +182.57,8.899999618530273,2779.0,0.014221251010894775,0.1630452424287796,0.0,1.8709278106689453,1.7538223266601562,-0.00880078598856926,0.0024360145907849073,0.25149843096733093,0.5535102486610413,0.656602531671524,1463.0,374528.0,8701.03324979986,23969792.0 +143.21,8.399999618530273,2801.0,0.011376590467989445,0.14117431640625,0.0,1.9512463808059692,1.7203997373580933,-0.011785690672695637,0.0024323442485183477,0.41041937470436096,0.5588545203208923,0.5207259058952332,1464.0,374784.0,8706.883587292861,23986176.0 +134.24,9.0,2788.0,0.013823756016790867,0.1619466096162796,0.0,1.880456566810608,1.6986827850341797,-0.013140534050762653,0.0024323395919054747,0.2718241810798645,0.5585020184516907,0.6522853672504425,1465.0,375040.0,8712.760343733942,24002560.0 +136.54,9.0,2791.0,0.012662253342568874,0.1500040739774704,0.0,1.8654526472091675,1.7153023481369019,-0.012341536581516266,0.0024327163118869066,0.24524539709091187,0.5559663772583008,0.629880428314209,1466.0,375296.0,8718.630812794901,24018944.0 +187.34,8.600000381469727,2793.0,0.012917798012495041,0.1501057893037796,0.0,1.8774532079696655,1.7262641191482544,-0.011291601695120335,0.0024372574407607317,0.2592694163322449,0.5577439665794373,0.609975129365921,1467.0,375552.0,8724.49577628402,24035328.0 +177.59,8.899999618530273,2796.0,0.012571644969284534,0.1423136442899704,0.0,1.8723267316818237,1.730380654335022,-0.013364005833864212,0.002432915149256587,0.2618372142314911,0.555618405342102,0.6646223962306976,1468.0,375808.0,8730.35559335188,24051712.0 +176.2,8.5,2815.0,0.011006742715835571,0.1284383088350296,0.0,1.9273749589920044,1.6987451314926147,-0.012819533236324787,0.0024341142270714045,0.34807994961738586,0.5660848021507263,0.6123458743095398,1469.0,376064.0,8736.17544841487,24068096.0 +137.54,8.899999618530273,2722.0,0.013500797562301159,0.1317138671875,0.0,1.9119640588760376,1.6691845655441284,-0.012516152113676071,0.0024343456607311964,0.32051342725753784,0.5637428164482117,0.6155777275562286,1470.0,376320.0,8742.195100188954,24084480.0 +114.98,9.0,2717.0,0.015110849402844906,0.1559041291475296,0.0,1.9621912240982056,1.6667050123214722,-0.01186391618102789,0.0024461746215820312,0.41913434863090515,0.558067798614502,0.5561032593250275,1471.0,376576.0,8748.225405619014,24100864.0 +127.46,8.899999618530273,2837.0,0.016217557713389397,0.1719767302274704,0.0,1.9458659887313843,1.6480973958969116,-0.010128408670425415,0.0024422388523817062,0.374622106552124,0.5640450716018677,0.5946266353130341,1472.0,376832.0,8754.000356684905,24117248.0 +108.87,8.100000381469727,2805.0,0.014022961258888245,0.1562906950712204,0.0,2.023530960083008,1.6166871786117554,-0.01170703861862421,0.002440073760226369,0.5286640524864197,0.5670362114906311,0.5370608270168304,1473.0,377088.0,8759.840706405928,24133632.0 +100.21,9.199999809265137,2771.0,0.014315656386315823,0.1537678986787796,0.0,1.905138611793518,1.6739753484725952,-0.013234871439635754,0.002445849357172847,0.29971760511398315,0.5623300671577454,0.6348300874233246,1474.0,377344.0,8765.752941190964,24150016.0 +113.48,8.899999618530273,2821.0,0.01282793004065752,0.1350911408662796,0.0,1.925709843635559,1.6892210245132446,-0.01096831914037466,0.0024422090500593185,0.33266592025756836,0.5661327838897705,0.6298225224018097,1475.0,377600.0,8771.560241313884,24166400.0 +123.43,9.0,2784.0,0.01507699117064476,0.1501057893037796,0.0,1.9067087173461914,1.7126909494400024,-0.012460636906325817,0.0024360346142202616,0.30562320351600647,0.5654672980308533,0.6018586754798889,1476.0,377856.0,8777.44568740786,24182784.0 +148.8,8.600000381469727,2811.0,0.012480675242841244,0.12945556640625,0.0,1.9762314558029175,1.727772831916809,-0.01196013018488884,0.0024362902622669935,0.4408382177352905,0.5669052004814148,0.5646332800388336,1477.0,378112.0,8783.273948423797,24199168.0 +134.27,8.600000381469727,2803.0,0.011545364744961262,0.13763427734375,0.0,1.9303215742111206,1.7255862951278687,-0.011307471431791782,0.0024531029630452394,0.34971845149993896,0.5574741959571838,0.5818732380867004,1478.0,378368.0,8789.118207728956,24215552.0 +140.73,8.100000381469727,2815.0,0.010647636838257313,0.1287028044462204,0.0,2.025083065032959,1.6941099166870117,-0.011725016869604588,0.0024552459362894297,0.5244124531745911,0.563919723033905,0.5371580719947815,1479.0,378624.0,8794.938075124985,24231936.0 +128.95,8.699999809265137,2806.0,0.014039724133908749,0.1506551057100296,0.0,1.9317383766174316,1.703647255897522,-0.013593465089797974,0.0024492163211107254,0.3609074056148529,0.5573064684867859,0.6321050524711609,1480.0,378880.0,8800.777384042973,24248320.0 +149.89,8.399999618530273,2826.0,0.011137736029922962,0.1373494416475296,0.0,1.930842399597168,1.718245506286621,-0.013975647278130054,0.002453568624332547,0.35621416568756104,0.5571089386940002,0.6240538954734802,1481.0,379136.0,8806.575971180806,24264704.0 +159.19,8.600000381469727,2787.0,0.01300292182713747,0.1509806364774704,0.0,1.9200483560562134,1.662581443786621,-0.014048698358237743,0.002453549997881055,0.34653064608573914,0.5506827235221863,0.6251631677150726,1482.0,379392.0,8812.45440953481,24281088.0 +153.4,8.800000190734863,2864.0,0.012009396217763424,0.14093017578125,0.0,1.9280234575271606,1.6692932844161987,-0.01297764852643013,0.0024525776971131563,0.35424962639808655,0.5542805194854736,0.6350836455821991,1483.0,379648.0,8818.175307232887,24297472.0 +167.99,8.600000381469727,2781.0,0.014324784278869629,0.1578369140625,0.0,1.9378207921981812,1.6619319915771484,-0.00928084459155798,0.0024682057555764914,0.35492560267448425,0.5521549582481384,0.61528280377388,1484.0,379904.0,8824.06625864585,24313856.0 +116.09,9.199999809265137,2810.0,0.015771690756082535,0.1774495393037796,0.0,1.9120488166809082,1.669859766960144,-0.014077258296310902,0.00245314440689981,0.3097092807292938,0.5613976120948792,0.6404926478862762,1485.0,380160.0,8829.897706015967,24330240.0 +133.65,8.600000381469727,2774.0,0.012311700731515884,0.1422526091337204,0.0,1.9515794515609741,1.7067550420761108,-0.01158593874424696,0.0024624571669846773,0.35471102595329285,0.5716488361358643,0.5660016536712646,1486.0,380416.0,8835.803060056875,24346624.0 +121.33,9.0,2739.0,0.01307212095707655,0.1571858674287796,0.0,1.8918828964233398,1.689570426940918,-0.011551112867891788,0.0024503315798938274,0.2714596688747406,0.5594342350959778,0.596635103225708,1487.0,380672.0,8841.784561607987,24363008.0 +163.13,8.399999618530273,2771.0,0.010114093311131,0.12774658203125,0.0,1.968093752861023,1.6675935983657837,-0.012727667577564716,0.0024466603063046932,0.43427684903144836,0.5570290684700012,0.5092357695102692,1488.0,380928.0,8847.696445649024,24379392.0 +126.31,9.100000381469727,2794.0,0.013028194196522236,0.15264892578125,0.0,1.8994230031967163,1.682845115661621,-0.01254164706915617,0.002445578807964921,0.3021259009838104,0.5549406409263611,0.6211480796337128,1489.0,381184.0,8853.561100289924,24395776.0 +114.32,9.100000381469727,2780.0,0.016585564240813255,0.1883748322725296,0.0,1.9189625978469849,1.7022331953048706,-0.01134571898728609,0.002446745755150914,0.3274747431278229,0.5602201819419861,0.6054600775241852,1490.0,381440.0,8859.461852448992,24412160.0 +135.38,9.0,2803.0,0.013901046477258205,0.1432902067899704,0.0,1.9102181196212769,1.7153486013412476,-0.014101504348218441,0.002446478698402643,0.2954948842525482,0.5704863667488098,0.6265806555747986,1491.0,381696.0,8865.306677026907,24428544.0 +128.41,8.699999809265137,2817.0,0.014967306517064571,0.1520182341337204,0.0,1.9501205682754517,1.6557927131652832,-0.008467751555144787,0.002437247196212411,0.36727607250213623,0.5728848576545715,0.5776093602180481,1492.0,381952.0,8871.122284363024,24444928.0 +135.94,9.300000190734863,2729.0,0.014953364618122578,0.1631876677274704,0.0,1.8703809976577759,1.690940260887146,-0.011351056396961212,0.0024472789373248816,0.22830058634281158,0.5608519911766052,0.6791989803314209,1493.0,382208.0,8877.125198652968,24461312.0 +147.99,8.5,2715.0,0.012808594852685928,0.1362711638212204,0.0,1.9643155336380005,1.678451418876648,-0.01189877837896347,0.00245607434771955,0.39570799469947815,0.5671077370643616,0.6068719923496246,1494.0,382464.0,8883.160566736013,24477696.0 +94.94,9.100000381469727,2837.0,0.012909065932035446,0.146484375,0.0,1.9201374053955078,1.65590238571167,-0.014671930111944675,0.0024479569401592016,0.3251934349536896,0.5647931098937988,0.6303809583187103,1495.0,382720.0,8888.935517690843,24494080.0 +136.33,8.600000381469727,2802.0,0.012737948447465897,0.1441446989774704,0.0,1.981364369392395,1.6322612762451172,-0.011738422326743603,0.002462403615936637,0.43468376994132996,0.5608816742897034,0.5336916446685791,1496.0,382976.0,8894.783007303951,24510464.0 +96.19,8.300000190734863,2788.0,0.013700473122298717,0.1565755158662796,0.0,2.023839235305786,1.6396511793136597,-0.01339492667466402,0.002455417299643159,0.5353520512580872,0.5582459568977356,0.5094783306121826,1497.0,383232.0,8900.660024016863,24526848.0 +120.16,9.0,2795.0,0.013271141797304153,0.1474812775850296,0.0,1.9434576034545898,1.6728302240371704,-0.01077970489859581,0.002469433471560478,0.35740676522254944,0.5575457215309143,0.5778233408927917,1498.0,383488.0,8906.522352728993,24543232.0 +131.2,8.0,2778.0,0.013774744234979153,0.131591796875,0.0,2.0125460624694824,1.6786607503890991,-0.009918696247041225,0.002450695028528571,0.5090876221656799,0.5593602657318115,0.531758189201355,1499.0,383744.0,8912.420004030922,24559616.0 +102.11,8.600000381469727,2809.0,0.013660269789397717,0.1442057341337204,0.0,1.9213331937789917,1.711573600769043,-0.01207443606108427,0.0024512503296136856,0.31505540013313293,0.5673707723617554,0.6695263683795929,1500.0,384000.0,8918.251832911978,24576000.0 +114.69,9.199999809265137,2826.0,0.013179405592381954,0.154541015625,0.0,1.9375120401382446,1.6466916799545288,-0.012956649996340275,0.002444593468680978,0.3487647473812103,0.5702565312385559,0.6123846471309662,1501.0,384256.0,8924.049255461898,24592384.0 +129.03,8.5,2750.0,0.012845363467931747,0.13812255859375,0.0,2.0026967525482178,1.6928677558898926,-0.009288707748055458,0.0024420423433184624,0.4983234107494354,0.558730959892273,0.5165993571281433,1502.0,384512.0,8930.007874696981,24608768.0 +100.37,8.800000190734863,2733.0,0.013372205197811127,0.14874267578125,0.0,1.9222615957260132,1.6879369020462036,-0.012462685815989971,0.002446654485538602,0.34779831767082214,0.5543772578239441,0.6370555758476257,1503.0,384768.0,8936.001700546825,24625152.0 +99.59,9.300000190734863,2832.0,0.016645869240164757,0.17547607421875,0.0,1.8994773626327515,1.6561754941940308,-0.009764577262103558,0.0024525104090571404,0.2823832333087921,0.5583568811416626,0.6278399229049683,1504.0,385024.0,8941.786180103896,24641536.0 +135.59,9.199999809265137,2823.0,0.014246332459151745,0.1446940153837204,0.0,1.8975906372070312,1.6557888984680176,-0.014276604168117046,0.002441113581880927,0.28746774792671204,0.5641342997550964,0.591033548116684,1505.0,385280.0,8947.589707271894,24657920.0 +123.29,8.699999809265137,2689.0,0.015158220194280148,0.1606038361787796,0.0,1.9480141401290894,1.6930437088012695,-0.010589711368083954,0.0024492277298122644,0.3639880120754242,0.5689265727996826,0.5510588884353638,1506.0,385536.0,8953.68215162796,24674304.0 +150.55,9.0,2818.0,0.014104249887168407,0.1498209685087204,0.0,1.9281693696975708,1.6505895853042603,-0.01183313224464655,0.0024327568244189024,0.3522624969482422,0.5639988780021667,0.5786946713924408,1507.0,385792.0,8959.495920434827,24690688.0 +125.87,9.199999809265137,2794.0,0.01402115449309349,0.13885498046875,0.0,1.8878464698791504,1.6362327337265015,-0.010292906314134598,0.002435403410345316,0.27023476362228394,0.5616828799247742,0.6270817220211029,1508.0,386048.0,8965.359406024916,24707072.0 +141.85,7.900000095367432,2826.0,0.009579094126820564,0.11187744140625,0.0,1.9815387725830078,1.6904234886169434,-0.009840958751738071,0.002438097493723035,0.43925008177757263,0.5696102976799011,0.5377949774265289,1509.0,386304.0,8971.156867087819,24723456.0 +143.98,8.600000381469727,2755.0,0.013506469316780567,0.14874267578125,0.0,1.9139100313186646,1.716192603111267,-0.013457600958645344,0.002428318141028285,0.3302931785583496,0.5652238726615906,0.5777170956134796,1510.0,386560.0,8977.10285772197,24739840.0 +122.77,8.699999809265137,2807.0,0.013570575974881649,0.1501668244600296,0.0,1.9063745737075806,1.7326592206954956,-0.013045203872025013,0.002418600022792816,0.3271048367023468,0.5638940930366516,0.5718103349208832,1511.0,386816.0,8982.940738575999,24756224.0 +165.0,9.0,2799.0,0.013284505344927311,0.1488444060087204,0.0,1.9016975164413452,1.7429909706115723,-0.010425474494695663,0.0024433499202132225,0.2912743091583252,0.5622406005859375,0.5813703536987305,1512.0,387072.0,8988.794334469829,24772608.0 +171.09,8.600000381469727,2822.0,0.014306134544312954,0.1639607697725296,0.0,1.920323371887207,1.7298609018325806,-0.010261711664497852,0.0024528969079256058,0.32257094979286194,0.5601497292518616,0.5926623940467834,1513.0,387328.0,8994.600783711998,24788992.0 +174.14,8.800000190734863,2817.0,0.016515590250492096,0.17437744140625,0.0,1.9353652000427246,1.6865190267562866,-0.008414155803620815,0.0024392835330218077,0.3513389825820923,0.5653334259986877,0.5587766468524933,1514.0,387584.0,9000.416348053841,24805376.0 +116.58,9.300000190734863,2789.0,0.013553861528635025,0.1620890349149704,0.0,1.9233640432357788,1.675169825553894,-0.009388002566993237,0.002439351985231042,0.32427978515625,0.5676876902580261,0.6011959612369537,1515.0,387840.0,9006.289782120846,24821760.0 +121.96,8.699999809265137,2788.0,0.01429265271872282,0.1554158478975296,0.0,1.914801001548767,1.702949047088623,-0.011972695589065552,0.002439329633489251,0.32261165976524353,0.5628324151039124,0.5872985422611237,1516.0,388096.0,9012.167001859983,24838144.0 +114.65,9.300000190734863,2837.0,0.014311338774859905,0.1470947265625,0.0,1.9017901420593262,1.6417821645736694,-0.011417723260819912,0.0024281316436827183,0.2929183542728424,0.5691004395484924,0.6190012395381927,1517.0,388352.0,9017.941634880845,24854528.0 +104.12,8.399999618530273,2683.0,0.01634771004319191,0.1505126953125,0.0,1.9529706239700317,1.6751360893249512,-0.010782264173030853,0.002434944501146674,0.3973512649536133,0.5643563270568848,0.5453011095523834,1518.0,388608.0,9024.046952456003,24870912.0 +173.99,8.899999618530273,2742.0,0.01413798239082098,0.1531779021024704,0.0,1.9044080972671509,1.6892942190170288,-0.013547544367611408,0.002441000659018755,0.31342706084251404,0.5576349496841431,0.5427589118480682,1519.0,388864.0,9030.02111508092,24887296.0 +122.21,9.300000190734863,2755.0,0.015697984024882317,0.163818359375,0.0,1.9328781366348267,1.7068530321121216,-0.00889876950532198,0.0024478891864418983,0.31366997957229614,0.5780661106109619,0.5560972690582275,1520.0,389120.0,9035.967215175973,24903680.0 +123.62,8.699999809265137,2817.0,0.012414888478815556,0.1464029997587204,0.0,1.9617167711257935,1.7311205863952637,-0.011657755821943283,0.0024614103604108095,0.40100765228271484,0.5594766139984131,0.5175867080688477,1521.0,389376.0,9041.783749828814,24920064.0 +150.69,8.100000381469727,2714.0,0.010881259106099606,0.1214599609375,0.0,1.9672422409057617,1.782486915588379,-0.011172119528055191,0.0024536841083317995,0.41578367352485657,0.5615053772926331,0.5344773530960083,1522.0,389632.0,9047.821327237878,24936448.0 +116.18,9.300000190734863,2813.0,0.01264483854174614,0.1367390900850296,0.0,1.8958569765090942,1.77837336063385,-0.011335286311805248,0.0024488887283951044,0.27763643860816956,0.5617135167121887,0.5949890613555908,1523.0,389888.0,9053.645543891005,24952832.0 +162.91,8.699999809265137,2788.0,0.012486901134252548,0.1442057341337204,0.0,1.927613615989685,1.764623999595642,-0.0120931938290596,0.002455491106957197,0.3372044861316681,0.5610052943229675,0.5936534106731415,1524.0,390144.0,9059.522460814798,24969216.0 +121.17,9.0,2735.0,0.015075870789587498,0.14892578125,0.0,1.9329086542129517,1.7252238988876343,-0.011359646916389465,0.0024404877331107855,0.3363969326019287,0.5730778574943542,0.5708182454109192,1525.0,390400.0,9065.511916371994,24985600.0 diff --git a/train_procgen/checkpoints/sppo-ninja_easy_0_0_2022/progress.csv b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2022/progress.csv new file mode 100644 index 0000000000000000000000000000000000000000..a5d8c58093bc9f70a87d664fcc66d9db6b7b4554 --- /dev/null +++ b/train_procgen/checkpoints/sppo-ninja_easy_0_0_2022/progress.csv @@ -0,0 +1,1526 @@ +eplenmean,eprewmean,fps,loss/approxkl,loss/clipfrac,loss/cluster_value_loss,loss/loss,loss/policy_entropy,loss/policy_loss,loss/skill_loss,loss/value_loss,loss/vq_loss,misc/explained_variance,misc/nupdates,misc/serial_timesteps,misc/time_elapsed,misc/total_timesteps +121.3030303030303,2.7272727489471436,277.0,0.0073961555026471615,0.11761474609375,0.0,0.16190893948078156,2.701054573059082,-0.0009940037271007895,0.0037194816395640373,0.37982699275016785,0.12914283573627472,0.014232337474822998,1.0,256.0,59.008336673956364,16384.0 +202.27380952380952,3.2142856121063232,2739.0,0.008241772651672363,0.121826171875,0.0,0.258196622133255,2.6950368881225586,-0.00184448657091707,0.0037214530166238546,0.5739829540252686,0.08481564372777939,0.05703049898147583,2.0,512.0,64.99306211201474,32768.0 +311.1,3.5999999046325684,2801.0,0.006925888825207949,0.0946248397231102,0.0,0.2769952118396759,2.683629274368286,-0.00018929042562376708,0.0037209715228527784,0.608041524887085,0.09163012355566025,0.0838121771812439,3.0,768.0,70.84251351002604,49152.0 +228.66,2.700000047683716,2827.0,0.008279484696686268,0.1142374649643898,0.0,0.3223753869533539,2.660598039627075,-0.0021265444811433554,0.0037193894386291504,0.702215850353241,0.09267514199018478,0.13948166370391846,4.0,1024.0,76.6388231930323,65536.0 +117.11,3.0,2792.0,0.007912005297839642,0.0879720076918602,0.0,0.5599586963653564,2.644871711730957,0.00025084419758059084,0.0037190059665590525,1.1723130941390991,0.09582404047250748,0.1731165647506714,5.0,1280.0,82.5057703750208,81920.0 +93.64,3.5,2740.0,0.010668708942830563,0.1158040389418602,0.0,0.8673046231269836,2.616779088973999,-0.0013080951757729053,0.003715072525665164,1.789561152458191,0.09680355340242386,0.2256253957748413,6.0,1536.0,88.48498685797676,98304.0 +81.02,3.0,2784.0,0.009853658266365528,0.1041056290268898,0.0,0.772224485874176,2.5966389179229736,0.0006116405711509287,0.003710513236001134,1.5951584577560425,0.10844483226537704,0.23502933979034424,7.0,1792.0,94.3699543310795,114688.0 +64.88,3.5999999046325684,2804.0,0.009738431312143803,0.1149698868393898,0.0,0.852051317691803,2.5770037174224854,0.0012159679317846894,0.0037109635304659605,1.7532106637954712,0.09910634905099869,0.2707822322845459,8.0,2048.0,100.21305632800795,131072.0 +69.79,2.799999952316284,2781.0,0.0080493139103055,0.1022135391831398,0.0,0.898122251033783,2.540935754776001,-0.001749152783304453,0.0037046028301119804,1.8505616188049316,0.11411898583173752,0.30119597911834717,9.0,2304.0,106.10515135899186,147456.0 +71.55,4.199999809265137,2766.0,0.008146070875227451,0.10107421875,0.0,0.8118769526481628,2.5455002784729004,-0.0004716521070804447,0.0036937647964805365,1.6756070852279663,0.13138461112976074,0.3702831268310547,10.0,2560.0,112.02887896914035,163840.0 +71.56,3.299999952316284,2760.0,0.007282078266143799,0.0918375626206398,0.0,0.7511535286903381,2.5478103160858154,-0.0006019018474034965,0.0036921377759426832,1.5544672012329102,0.13007566332817078,0.3749624490737915,11.0,2816.0,117.9650697731413,180224.0 +70.25,3.200000047683716,2788.0,0.006206241901963949,0.0724283829331398,0.0,0.6710385680198669,2.544948101043701,-0.0014680578606203198,0.0036851863842457533,1.3959120512008667,0.13049452006816864,0.3986184597015381,12.0,3072.0,123.84195183310658,196608.0 +70.84,3.200000047683716,2773.0,0.005957562010735273,0.0717976912856102,0.0,0.6734421253204346,2.528320550918579,-0.001297651557251811,0.0036687611136585474,1.4000455141067505,0.1475752741098404,0.477761447429657,13.0,3328.0,129.74975905497558,212992.0 +58.08,3.9000000953674316,2807.0,0.005928147118538618,0.06878662109375,0.0,0.7390971779823303,2.4828670024871826,-0.0010483418591320515,0.003659270005300641,1.5299485921859741,0.17708049714565277,0.4850917458534241,14.0,3584.0,135.5885412779171,229376.0 +61.13,2.299999952316284,2818.0,0.004170385655015707,0.0350341796875,0.0,0.5559460520744324,2.505180835723877,-0.0014581776922568679,0.0036399110686033964,1.1649119853973389,0.24750007688999176,0.490010142326355,15.0,3840.0,141.40326671302319,245760.0 +65.16,3.5,2803.0,0.005942733492702246,0.05291748046875,0.0,0.7232661247253418,2.4161155223846436,-0.001902417279779911,0.0036007780581712723,1.4986592531204224,0.36129307746887207,0.5494455099105835,16.0,4096.0,147.24929004209116,262144.0 +53.14,4.099999904632568,2706.0,0.004085853695869446,0.0348307304084301,0.0,0.8060946464538574,2.4184672832489014,-0.001804486964829266,0.0036080554127693176,1.6641677618026733,0.32720980048179626,0.5481556355953217,17.0,4352.0,153.3033959211316,278528.0 +55.12,3.799999952316284,2735.0,0.005104165989905596,0.0442097969353199,0.0,0.9281830191612244,2.360511541366577,-0.0015583345666527748,0.0035912569146603346,1.9066931009292603,0.35433122515678406,0.5708509683609009,18.0,4608.0,159.2926190099679,294912.0 +56.65,3.5,2763.0,0.006000606808811426,0.059814453125,0.0,0.7105194926261902,2.370455503463745,-0.0020696106366813183,0.0035693433601409197,1.4725874662399292,0.4431743919849396,0.6300854384899139,19.0,4864.0,165.2211927000899,311296.0 +59.85,3.0999999046325684,2755.0,0.004218068905174732,0.0371297188103199,0.0,0.787031352519989,2.3777832984924316,-0.0008624307229183614,0.003555542090907693,1.6233433485031128,0.5210416316986084,0.6591531038284302,20.0,5120.0,171.16814915905707,327680.0 +47.56,3.700000047683716,2788.0,0.00625222735106945,0.0759684219956398,0.0,0.8291447162628174,2.3683242797851562,0.0011624039616435766,0.003534433664754033,1.703331470489502,0.46874508261680603,0.6682832837104797,21.0,5376.0,177.0454148950521,344064.0 +59.35,3.5999999046325684,2700.0,0.003093874780461192,0.02591959573328495,0.0,0.9002652168273926,2.350517749786377,0.00021781928080599755,0.003513845382258296,1.8471051454544067,0.5482752919197083,0.6573240756988525,22.0,5632.0,183.1142219209578,360448.0 +46.38,3.9000000953674316,2704.0,0.005181943532079458,0.0494791679084301,0.0,0.9439166188240051,2.2918221950531006,-0.0017782625509425998,0.0034764420706778765,1.9372261762619019,0.7353620529174805,0.6861744821071625,23.0,5888.0,189.17239418602549,376832.0 +56.32,3.700000047683716,2777.0,0.003783624619245529,0.0372517891228199,0.0,1.037391185760498,2.303861141204834,-0.0006145996158011258,0.0034664419945329428,2.122088670730591,0.8194985389709473,0.6524613797664642,24.0,6144.0,195.07100314600393,393216.0 +55.33,4.199999809265137,2789.0,0.0032031740993261337,0.02543131448328495,0.0,0.9382697939872742,2.319666624069214,-0.0007692539948038757,0.003472298150882125,1.924471378326416,0.7297282218933105,0.6673194766044617,25.0,6400.0,200.9449483260978,409600.0 +47.08,4.199999809265137,2799.0,0.0038687705527991056,0.0339558906853199,0.0,0.9294236302375793,2.321906805038452,-0.0005369003629311919,0.003452250501140952,1.906359314918518,0.7445793747901917,0.6682037115097046,26.0,6656.0,206.798707179958,425984.0 +55.96,4.599999904632568,2794.0,0.005352555308490992,0.0570068359375,0.0,1.013255000114441,2.2690606117248535,-0.00014777678006794304,0.0034386245533823967,2.072186231613159,0.7326631546020508,0.6614508628845215,27.0,6912.0,212.66292367805727,442368.0 +43.66,4.5,2752.0,0.004504305776208639,0.0437215156853199,0.0,1.005330204963684,2.212580919265747,-0.0005271672853268683,0.0034216486383229494,2.0559661388397217,0.8259663581848145,0.6659510433673859,28.0,7168.0,218.61542813898996,458752.0 +39.2,4.599999904632568,2762.0,0.00622253492474556,0.0692342147231102,0.0,0.9676463007926941,2.1897590160369873,0.0003005785110872239,0.0034078483004122972,1.97848641872406,0.8580520749092102,0.7170343995094299,29.0,7424.0,224.54698871495202,475136.0 +50.21,3.9000000953674316,2768.0,0.005500680301338434,0.05157470703125,0.0,0.9245760440826416,2.1977427005767822,9.600868361303583e-05,0.0034103484358638525,1.89291512966156,0.8506166338920593,0.7055350542068481,30.0,7680.0,230.46569921006449,491520.0 +41.93,4.800000190734863,2805.0,0.005774831399321556,0.0499064140021801,0.0,0.9211485385894775,2.1953084468841553,-0.0022290179040282965,0.0033640104811638594,1.890661358833313,0.9853939414024353,0.7129558026790619,31.0,7936.0,236.3068824650254,507904.0 +44.8,4.400000095367432,2778.0,0.005045761354267597,0.0491943359375,0.0,0.8834896683692932,2.1902401447296143,-0.002032381482422352,0.003342211479321122,1.8148488998413086,1.1355786323547363,0.6944324970245361,32.0,8192.0,242.2041854551062,524288.0 +41.93,4.800000190734863,2807.0,0.005350606516003609,0.0488484688103199,0.0,1.0441596508026123,2.1714823246002197,-0.001638252753764391,0.003328375518321991,2.1350255012512207,1.175145149230957,0.6793689429759979,33.0,8448.0,248.04191678296775,540672.0 +41.37,4.099999904632568,2765.0,0.004571942146867514,0.0505574531853199,0.0,0.9830700755119324,2.1623382568359375,0.00021443677542265505,0.0033253373112529516,2.008958339691162,1.2084752321243286,0.6904996633529663,34.0,8704.0,253.9667768299114,557056.0 +49.56,4.199999809265137,2793.0,0.0045898123644292355,0.0506998710334301,0.0,1.0371147394180298,2.1164419651031494,-0.00025153960450552404,0.0033261822536587715,2.117061138153076,1.1611214876174927,0.676212340593338,35.0,8960.0,259.83207758911885,573440.0 +36.67,3.700000047683716,2771.0,0.006114250048995018,0.0738321915268898,0.0,0.9699800610542297,2.130490779876709,-0.0003287574218120426,0.0032939205411821604,1.9832276105880737,1.2837408781051636,0.7108698487281799,36.0,9216.0,265.7448394340463,589824.0 +34.64,5.400000095367432,2780.0,0.005589959677308798,0.0599365234375,0.0,1.1106624603271484,2.1109297275543213,0.0016583767719566822,0.0033108852803707123,2.2602264881134033,1.3441200256347656,0.6793766021728516,37.0,9472.0,271.6386002160143,606208.0 +48.13,4.800000190734863,2806.0,0.004839697387069464,0.05615234375,0.0,1.237946629524231,2.019861936569214,-0.00030845869332551956,0.003320512594655156,2.516906976699829,1.3096126317977905,0.6427595913410187,38.0,9728.0,277.47794124111533,622592.0 +40.01,4.300000190734863,2797.0,0.005693394690752029,0.0624186210334301,0.0,1.093957543373108,1.9988027811050415,-0.0006292996695265174,0.003334728069603443,2.229149580001831,1.2531222105026245,0.6554575264453888,39.0,9984.0,283.33609494310804,638976.0 +51.15,4.400000095367432,2733.0,0.005358366761356592,0.0467732734978199,0.0,1.1452337503433228,1.9312480688095093,-0.0012761153047904372,0.003307287348434329,2.3316445350646973,1.4914499521255493,0.6678613722324371,40.0,10240.0,289.33123335102573,655360.0 +38.15,4.900000095367432,2791.0,0.004119756165891886,0.0400594063103199,0.0,1.1075528860092163,1.9153300523757935,-0.0011415808694437146,0.0033000370021909475,2.255695343017578,1.5345577001571655,0.654778927564621,41.0,10496.0,295.20096552791074,671744.0 +34.58,4.699999809265137,2802.0,0.005049900617450476,0.0472412109375,0.0,0.9774388670921326,1.9353127479553223,-0.001177606638520956,0.003312064567580819,1.9959392547607422,1.3827695846557617,0.6944310963153839,42.0,10752.0,301.0482286119368,688128.0 +39.5,5.800000190734863,2760.0,0.007339872419834137,0.0941975936293602,0.0,0.9068753123283386,1.914337158203125,-0.0027775252237915993,0.0032956774812191725,1.8575921058654785,1.5094085931777954,0.6902687549591064,43.0,11008.0,306.98630864196457,704512.0 +48.96,5.599999904632568,2772.0,0.007231075782328844,0.09136962890625,0.0,0.9347204566001892,1.9832850694656372,-0.0009976414730772376,0.003277901327237487,1.9111019372940063,1.5846267938613892,0.6945463120937347,44.0,11264.0,312.8961873911321,720896.0 +39.67,4.599999904632568,2796.0,0.0063712019473314285,0.0613606758415699,0.0,1.0039337873458862,1.9435038566589355,-0.0021717981435358524,0.003288216656073928,2.051081418991089,1.648605227470398,0.697498232126236,45.0,11520.0,318.75659008091316,737280.0 +71.5,4.199999809265137,2791.0,0.005008928943425417,0.0553792305290699,0.0,0.9960677623748779,1.995652675628662,-0.0009984936332330108,0.003311533248052001,2.0340452194213867,1.56971275806427,0.6979245543479919,46.0,11776.0,324.6268085979391,753664.0 +54.72,4.699999809265137,2803.0,0.004190370440483093,0.02874755859375,0.0,1.0390740633010864,1.9653054475784302,-0.0009981206385418773,0.0033107015769928694,2.119450807571411,1.544779658317566,0.6802714169025421,47.0,12032.0,330.47210818808526,770048.0 +49.29,5.0,2743.0,0.0059219044633209705,0.0666300430893898,0.0,1.1328133344650269,1.9077965021133423,-0.0021698148921132088,0.003308720188215375,2.308121919631958,1.75004243850708,0.6673772633075714,48.0,12288.0,336.4460424850695,786432.0 +38.96,4.699999809265137,2771.0,0.006201986689120531,0.0645955428481102,0.0,1.0449234247207642,1.8649283647537231,-0.0010999919613823295,0.003298060270026326,2.129345178604126,1.7183194160461426,0.6932855248451233,49.0,12544.0,342.35772569896653,802816.0 +57.72,3.9000000953674316,2785.0,0.009814093820750713,0.1106770858168602,0.0,3.159613847732544,1.889755129814148,0.0060640801675617695,0.003397526917979121,2.207545518875122,1.8223857879638672,0.6788817644119263,50.0,12800.0,348.24000775208697,819200.0 +40.48,4.800000190734863,2721.0,0.005596241448074579,0.0629475936293602,0.0,2.4160826206207275,1.809656023979187,-0.0002446385333314538,0.0033130189403891563,2.0995032787323,0.7003788948059082,0.6644637584686279,51.0,13056.0,354.26129304710776,835584.0 +46.91,5.0,2804.0,0.005797490477561951,0.05352783203125,0.0,2.3886983394622803,1.829805850982666,-0.0012849326012656093,0.00327878724783659,2.0496714115142822,0.7154078483581543,0.6944532692432404,52.0,13312.0,360.1045824289322,851968.0 +49.46,4.300000190734863,2787.0,0.0037415437400341034,0.0353190116584301,0.0,2.3568413257598877,1.848495602607727,-0.0003977024171035737,0.0032701718155294657,2.0877888202667236,0.6318581104278564,0.6608830690383911,53.0,13568.0,365.98268612404354,868352.0 +47.42,6.0,2692.0,0.004694211762398481,0.0498250313103199,0.0,2.347784996032715,1.7413305044174194,-0.0004078114579897374,0.0032523786649107933,2.1377861499786377,0.5809823870658875,0.6806568205356598,54.0,13824.0,372.0695277310442,884736.0 +40.56,5.199999809265137,2782.0,0.003569449530914426,0.0333658866584301,0.0,2.2314975261688232,1.7983107566833496,-0.0009097711299546063,0.003243631450459361,1.9267364740371704,0.568859875202179,0.6913026869297028,55.0,14080.0,377.9588638241403,901120.0 +47.61,4.599999904632568,2775.0,0.00585187366232276,0.0699462890625,0.0,2.205425262451172,1.7870553731918335,-0.0007943296222947538,0.003231646493077278,1.9019325971603394,0.5511970520019531,0.6650305390357971,56.0,14336.0,383.8622890810948,917504.0 +44.22,4.699999809265137,2711.0,0.0039031216874718666,0.0327962227165699,0.0,2.054741859436035,1.8332300186157227,-0.00040029248339124024,0.0032233677338808775,1.640705943107605,0.5212883949279785,0.7146333456039429,57.0,14592.0,389.90487137204036,933888.0 +44.93,5.099999904632568,2742.0,0.005509704351425171,0.05816650390625,0.0,2.119826316833496,1.8248018026351929,-0.0010372870601713657,0.0032040474470704794,1.7683672904968262,0.5340238809585571,0.6881532967090607,58.0,14848.0,395.88071186002344,950272.0 +63.7,4.0,2797.0,0.0050843642093241215,0.0369466133415699,0.0,2.124875783920288,1.8671241998672485,-0.0007809125236235559,0.0031993791926652193,1.8151512145996094,0.5054211020469666,0.6911768913269043,59.0,15104.0,401.739086197922,966656.0 +34.3,5.199999809265137,2749.0,0.005448330193758011,0.05511474609375,0.0,2.1047861576080322,1.847702980041504,-0.0012529580853879452,0.0031976194586604834,1.7625864744186401,0.517314612865448,0.7151812016963959,60.0,15360.0,407.69997942098416,983040.0 +56.97,4.699999809265137,2784.0,0.005529747810214758,0.0514933280646801,0.0,2.097552537918091,1.8162916898727417,-0.0021049135830253363,0.0031896671280264854,1.805300235748291,0.47354134917259216,0.6877582669258118,61.0,15616.0,413.5843182809185,999424.0 +41.78,6.300000190734863,2798.0,0.0062955510802567005,0.0588785819709301,0.0,2.1115128993988037,1.8305076360702515,-0.0017390581779181957,0.003173121018335223,1.8220744132995605,0.4909200966358185,0.7024414241313934,62.0,15872.0,419.439768783981,1015808.0 +42.33,5.199999809265137,2760.0,0.006296927575021982,0.06243896484375,0.0,2.1058855056762695,1.8074241876602173,-0.000884269189555198,0.0031732015777379274,1.8336586952209473,0.4695948660373688,0.6945173144340515,63.0,16128.0,425.3753671280574,1032192.0 +43.41,4.699999809265137,2728.0,0.005916550289839506,0.0592244453728199,0.0,2.034097909927368,1.880541443824768,-0.0018143150955438614,0.003174848621711135,1.7134184837341309,0.45173880457878113,0.7160420715808868,64.0,16384.0,431.38258225494064,1048576.0 +50.34,5.599999904632568,2710.0,0.0058956388384103775,0.0683797225356102,0.0,1.9252761602401733,2.0058653354644775,-0.0027990906964987516,0.0031649561133235693,1.495019555091858,0.4611373841762543,0.7221822738647461,65.0,16640.0,437.42912030103616,1064960.0 +48.66,4.699999809265137,2774.0,0.005333969369530678,0.0556437186896801,0.0,1.9911695718765259,2.034959554672241,-0.002084701554849744,0.003162720473483205,1.6599723100662231,0.43330812454223633,0.7157487571239471,66.0,16896.0,443.33600262505934,1081344.0 +45.99,4.800000190734863,2775.0,0.006749552208930254,0.0777181014418602,0.0,2.015930652618408,2.007309913635254,-0.0013882528292015195,0.0031600631773471832,1.7169119119644165,0.42666876316070557,0.7257498800754547,67.0,17152.0,449.2404068040196,1097728.0 +59.58,5.099999904632568,2758.0,0.005293496418744326,0.0431111641228199,0.0,1.9674023389816284,2.0800538063049316,-0.0008467441075481474,0.0031432087998837233,1.6005668640136719,0.45182767510414124,0.7235783636569977,68.0,17408.0,455.17973417113535,1114112.0 +77.21,4.300000190734863,2797.0,0.006459612865000963,0.07781982421875,0.0,1.992437481880188,2.098909854888916,-0.001696508377790451,0.0031395256519317627,1.6549569368362427,0.4517597258090973,0.6856379508972168,69.0,17664.0,461.0375919500366,1130496.0 +53.08,4.699999809265137,2775.0,0.005910542327910662,0.0579020194709301,0.0,1.8853367567062378,2.125688314437866,-0.002914726734161377,0.0031341034919023514,1.4580135345458984,0.44231244921684265,0.7299959063529968,70.0,17920.0,466.9428665919695,1146880.0 +57.8,5.099999904632568,2763.0,0.005913800094276667,0.0692545548081398,0.0,1.9073377847671509,2.086594343185425,-0.0031953302677720785,0.003130601719021797,1.52863347530365,0.4212222397327423,0.7311228513717651,71.0,18176.0,472.8721229459625,1163264.0 +50.65,5.0,2772.0,0.005915762856602669,0.062255859375,0.0,2.089425802230835,2.0706145763397217,-0.0013389283558353782,0.0031286533921957016,1.9055720567703247,0.40790316462516785,0.7151435017585754,72.0,18432.0,478.7831255409401,1179648.0 +60.15,5.099999904632568,2775.0,0.005189753603190184,0.0547078438103199,0.0,1.8866010904312134,2.1272895336151123,-0.0019790346268564463,0.0031199483200907707,1.4921292066574097,0.4209427535533905,0.7275082170963287,73.0,18688.0,484.6871301201172,1196032.0 +58.28,4.099999904632568,2768.0,0.006690539885312319,0.0779622420668602,0.0,1.8275761604309082,2.170947790145874,-0.003799231955781579,0.0031129673589020967,1.379585862159729,0.4235876798629761,0.7485319375991821,74.0,18944.0,490.60617168806493,1212416.0 +64.83,5.900000095367432,2720.0,0.00497845932841301,0.058349609375,0.0,1.8643797636032104,2.1453144550323486,-0.0013635006034746766,0.003108596196398139,1.4679232835769653,0.4086548984050751,0.7526766508817673,75.0,19200.0,496.6297432840802,1228800.0 +56.48,4.599999904632568,2808.0,0.006835214328020811,0.0737508162856102,0.0,1.8555183410644531,2.1178171634674072,-0.0003831361827906221,0.00310405227355659,1.437551498413086,0.4195549488067627,0.7574964463710785,76.0,19456.0,502.4640422051307,1245184.0 +66.12,4.699999809265137,2748.0,0.007771946955472231,0.0991414412856102,0.0,1.8608040809631348,2.141671895980835,-0.0023729924578219652,0.0030975581612437963,1.4475682973861694,0.42706671357154846,0.763478696346283,77.0,19712.0,508.42644881806336,1261568.0 +68.38,5.5,2767.0,0.0075505394488573074,0.0912068709731102,0.0,1.8696708679199219,2.093148946762085,-0.0018319202354177833,0.0030952496454119682,1.5042277574539185,0.39334598183631897,0.7589659839868546,78.0,19968.0,514.3476326349191,1277952.0 +63.76,4.900000095367432,2734.0,0.005671050399541855,0.063232421875,0.0,1.804398536682129,2.1261379718780518,-0.0027998785953968763,0.003090671496465802,1.3740285634994507,0.39755013585090637,0.7639368772506714,79.0,20224.0,520.3393204780295,1294336.0 +52.45,5.699999809265137,2782.0,0.007369640748947859,0.0902303084731102,0.0,1.8775076866149902,2.095395803451538,-0.0009112157276831567,0.003081855596974492,1.511926293373108,0.40530145168304443,0.7471102476119995,80.0,20480.0,526.2282152920961,1310720.0 +61.3,5.599999904632568,2777.0,0.006589608732610941,0.0688273087143898,0.0,1.7587065696716309,2.1419670581817627,-0.0018644578522071242,0.003078053705394268,1.2704133987426758,0.41294607520103455,0.7790377736091614,81.0,20736.0,532.1291854470037,1327104.0 +57.51,4.599999904632568,2720.0,0.005794046446681023,0.05633544921875,0.0,1.8341537714004517,2.093126058578491,-0.0017170058563351631,0.003071058774366975,1.4100056886672974,0.4249797761440277,0.7428941130638123,82.0,20992.0,538.1527393991128,1343488.0 +64.73,4.800000190734863,2802.0,0.006525272969156504,0.0763142928481102,0.0,1.7703851461410522,2.1573104858398438,-0.0014546746388077736,0.0030716964974999428,1.3162935972213745,0.3965195417404175,0.7582137882709503,83.0,21248.0,544.0000856081024,1359872.0 +65.25,5.0,2796.0,0.007016654592007399,0.0757242813706398,0.0,1.7562583684921265,2.1775364875793457,-0.0016712263459339738,0.003062495728954673,1.2804805040359497,0.4082660675048828,0.7677025943994522,84.0,21504.0,549.8597136500757,1376256.0 +74.63,3.9000000953674316,2694.0,0.00724055478349328,0.0863443985581398,0.0,1.6813678741455078,2.2141568660736084,-0.0031734604854136705,0.003059383248910308,1.1448359489440918,0.400972455739975,0.7857521325349808,85.0,21760.0,555.9419254020322,1392640.0 +83.75,4.699999809265137,2815.0,0.005511557683348656,0.06256103515625,0.0,1.7604275941848755,2.228816032409668,-0.0024002508725970984,0.0030571671668440104,1.3125909566879272,0.392813116312027,0.7557708024978638,86.0,22016.0,561.7622143269982,1409024.0 +67.63,5.300000190734863,2763.0,0.006395742297172546,0.0742594376206398,0.0,1.6389374732971191,2.2939000129699707,-0.0021155308932065964,0.003056158311665058,1.0675408840179443,0.3957020938396454,0.7931321114301682,87.0,22272.0,567.6936469750945,1425408.0 +77.71,3.9000000953674316,2754.0,0.006283584516495466,0.0782877579331398,0.0,1.6298714876174927,2.3068783283233643,-0.0023726699873805046,0.003045622957870364,1.0496017932891846,0.401464581489563,0.7655587494373322,88.0,22528.0,573.64293564111,1441792.0 +79.63,5.400000095367432,2737.0,0.0062615578062832355,0.0721232071518898,0.0,1.6624279022216797,2.338813066482544,-0.003877304494380951,0.003035900881513953,1.122291922569275,0.40298187732696533,0.7638407796621323,89.0,22784.0,579.6278700409457,1458176.0 +87.74,5.099999904632568,2752.0,0.005595574155449867,0.05877685546875,0.0,1.6975003480911255,2.3321824073791504,-0.0025271098129451275,0.0030418268870562315,1.2180241346359253,0.37583127617836,0.77234947681427,90.0,23040.0,585.5817314099986,1474560.0 +58.85,5.699999809265137,2748.0,0.006689341738820076,0.0851236954331398,0.0,1.7517943382263184,2.3002727031707764,-0.0021031724754720926,0.00302992039360106,1.3166166543960571,0.38902556896209717,0.7605522274971008,91.0,23296.0,591.5436837400775,1490944.0 +79.84,4.699999809265137,2746.0,0.006229009013622999,0.0746256485581398,0.0,1.6190277338027954,2.344918966293335,-0.003311270149424672,0.00302955717779696,1.0505002737045288,0.39252039790153503,0.7852315008640289,92.0,23552.0,597.5098513169214,1507328.0 +83.38,4.5,2749.0,0.00749584985896945,0.0956827774643898,0.0,1.6057602167129517,2.3803107738494873,-0.003878535469993949,0.0030274083837866783,1.013196349143982,0.40432798862457275,0.7739133238792419,93.0,23808.0,603.4693100100849,1523712.0 +88.76,4.900000095367432,2743.0,0.007293976843357086,0.09283447265625,0.0,1.6353483200073242,2.3557357788085938,-0.0037529405672103167,0.0030200565233826637,1.0879265069961548,0.3941340148448944,0.7786564975976944,94.0,24064.0,609.4427833161317,1540096.0 +79.75,4.0,2771.0,0.00796058215200901,0.10345458984375,0.0,1.7089062929153442,2.3382070064544678,-0.0027234957087785006,0.0030074717942625284,1.2222635746002197,0.40925133228302,0.7590240091085434,95.0,24320.0,615.3547133649699,1556480.0 +84.47,5.199999809265137,2739.0,0.0064847432076931,0.0820719376206398,0.0,1.5474473237991333,2.387835741043091,-0.004844313021749258,0.0030020016711205244,0.9305360317230225,0.3898960053920746,0.7959011644124985,96.0,24576.0,621.3358622940723,1572864.0 +121.26,5.699999809265137,2777.0,0.007713820319622755,0.1002604141831398,0.0,1.4997963905334473,2.402846574783325,-0.00468576792627573,0.0029958905652165413,0.8366384506225586,0.3917420208454132,0.8163776397705078,97.0,24832.0,627.2358512170613,1589248.0 +95.04,5.699999809265137,2765.0,0.0076180752366781235,0.0985514298081398,0.0,1.5812000036239624,2.334979295730591,-0.00288979709148407,0.0029935305938124657,1.0118848085403442,0.37812340259552,0.8199478834867477,98.0,25088.0,633.1607997880783,1605632.0 +94.53,5.300000190734863,2710.0,0.007328258361667395,0.09228515625,0.0,1.5532642602920532,2.331209421157837,-0.003759888233616948,0.0029893359169363976,0.9578636288642883,0.38006317615509033,0.804714024066925,99.0,25344.0,639.2070781229995,1622016.0 +81.53,5.300000190734863,2803.0,0.005977849010378122,0.06719970703125,0.0,1.7815927267074585,2.311239004135132,-0.0018569985404610634,0.002990684239193797,1.1392205953598022,0.3717552125453949,0.8011859059333801,100.0,25600.0,645.0524501029868,1638400.0 +109.13,5.099999904632568,2722.0,0.007323851343244314,0.0924072265625,0.0,1.7021442651748657,2.367762804031372,-0.0035912301391363144,0.0029760263860225677,0.9621729254722595,0.3962533473968506,0.7839812636375427,101.0,25856.0,651.0701367149595,1654784.0 +97.41,4.900000095367432,2787.0,0.006179168354719877,0.0698038712143898,0.0,1.6758732795715332,2.342975378036499,-0.0018311802996322513,0.0029797758907079697,0.9363362193107605,0.37119317054748535,0.8080089241266251,102.0,26112.0,656.9488175460137,1671168.0 +91.38,5.599999904632568,2743.0,0.0071451738476753235,0.0910848006606102,0.0,1.5737520456314087,2.3906943798065186,-0.005324757192283869,0.0029679525177925825,0.7180911898612976,0.39366593956947327,0.8346102237701416,103.0,26368.0,662.9226593801286,1687552.0 +153.4,3.700000047683716,2773.0,0.008511318825185299,0.1170654296875,0.0,1.5318899154663086,2.4032514095306396,-0.0045605371706187725,0.0029637475963681936,0.6548880934715271,0.3793163597583771,0.8237413913011551,104.0,26624.0,668.8317028661259,1703936.0 +151.15,4.5,2762.0,0.008548368699848652,0.1151326522231102,0.0,1.629624366760254,2.3764681816101074,-0.001990493154153228,0.002955969423055649,0.8367266058921814,0.3892097473144531,0.8085642457008362,105.0,26880.0,674.7643576900009,1720320.0 +117.55,5.699999809265137,2753.0,0.007258248049765825,0.0904947891831398,0.0,1.6336537599563599,2.3780200481414795,-0.003784574568271637,0.002959257923066616,0.8631047606468201,0.3764711320400238,0.7862318009138107,106.0,27136.0,680.7152424780652,1736704.0 +124.63,6.0,2794.0,0.00829607155174017,0.1022745743393898,0.0,1.6368560791015625,2.3497753143310547,-0.004235297907143831,0.0029625531751662493,0.8789697289466858,0.36793720722198486,0.7886929363012314,107.0,27392.0,686.5783220999874,1753088.0 +118.1,5.599999904632568,2775.0,0.009943933226168156,0.1326090544462204,0.0,1.7003774642944336,2.3125874996185303,-0.0016145677072927356,0.002955458825454116,0.9854106903076172,0.38251543045043945,0.7663844674825668,108.0,27648.0,692.4820237180684,1769472.0 +111.15,4.900000095367432,2788.0,0.007051913533359766,0.0879109725356102,0.0,1.5966140031814575,2.3254354000091553,-0.005592770874500275,0.002943547209724784,0.7974793910980225,0.379881352186203,0.7949899584054947,109.0,27904.0,698.3575552769471,1785856.0 +128.54,4.599999904632568,2763.0,0.009566928260028362,0.1313679963350296,0.0,1.5410966873168945,2.3904175758361816,-0.004968507215380669,0.0029353080317378044,0.6721236109733582,0.39484837651252747,0.7899723500013351,110.0,28160.0,704.2870514900424,1802240.0 +118.86,5.300000190734863,2766.0,0.008970312774181366,0.1222330704331398,0.0,1.539512276649475,2.3563592433929443,-0.0039141359739005566,0.002937308279797435,0.6900546550750732,0.37581753730773926,0.8066472709178925,111.0,28416.0,710.2109524121042,1818624.0 +163.29,4.800000190734863,2773.0,0.010054448619484901,0.13800048828125,0.0,1.5273414850234985,2.390603542327881,-0.003863927209749818,0.0029319114983081818,0.6544656157493591,0.3874460458755493,0.7678504139184952,112.0,28672.0,716.1191091721412,1835008.0 +144.11,5.099999904632568,2688.0,0.008520777337253094,0.1191609725356102,0.0,1.5288282632827759,2.411418914794922,-0.005528155714273453,0.0029270362574607134,0.6690030097961426,0.38398227095603943,0.7863085865974426,113.0,28928.0,722.2143886000849,1851392.0 +158.82,4.599999904632568,2687.0,0.007568963337689638,0.0982869490981102,0.0,1.450655460357666,2.4364333152770996,-0.004173653665930033,0.002920563332736492,0.5132023096084595,0.385140985250473,0.7819224894046783,114.0,29184.0,728.3126297239214,1867776.0 +222.03,5.099999904632568,2765.0,0.009670237079262733,0.1331990510225296,0.0,1.4559847116470337,2.441086530685425,-0.0058280290104448795,0.002912032650783658,0.5140580534934998,0.39937183260917664,0.7916611284017563,115.0,29440.0,734.2390076110605,1884160.0 +172.5,5.300000190734863,2752.0,0.008939990773797035,0.1227823868393898,0.0,1.5542058944702148,2.3973209857940674,-0.004679055884480476,0.0029132196214050055,0.7188010215759277,0.39011886715888977,0.7740718424320221,116.0,29696.0,740.1929322390351,1900544.0 +183.14,5.599999904632568,2781.0,0.00822256039828062,0.107666015625,0.0,1.5080546140670776,2.3986623287200928,-0.005577061790972948,0.0029071380849927664,0.6255952715873718,0.39521661400794983,0.7841539680957794,117.0,29952.0,746.0834698330145,1916928.0 +197.35,6.300000190734863,2817.0,0.010340355336666107,0.1505126953125,0.0,1.422294020652771,2.3955066204071045,-0.00539821945130825,0.0028998826164752245,0.440214067697525,0.4089869558811188,0.832499697804451,118.0,30208.0,751.9003937561065,1933312.0 +172.3,5.5,2773.0,0.008900093846023083,0.12225341796875,0.0,1.4414314031600952,2.3987863063812256,-0.003938569221645594,0.0028983475640416145,0.48323333263397217,0.40402063727378845,0.807581216096878,119.0,30464.0,757.8089999391232,1949696.0 +273.57,4.599999904632568,2758.0,0.009045656770467758,0.1283162385225296,0.0,1.380101203918457,2.3936026096343994,-0.005239917431026697,0.002893732627853751,0.3864299952983856,0.3886992633342743,0.8164031356573105,120.0,30720.0,763.7493403169792,1966080.0 +311.69,4.5,2754.0,0.009037327021360397,0.1251017302274704,0.0,1.3519312143325806,2.420687675476074,-0.0075087337754666805,0.002889858325943351,0.3514178693294525,0.3783733546733856,0.8335786461830139,121.0,30976.0,769.6986229589675,1982464.0 +273.99,5.300000190734863,2783.0,0.01022425014525652,0.1468912810087204,0.0,1.335426688194275,2.424999952316284,-0.006112952250987291,0.0028787816409021616,0.316201776266098,0.3835355043411255,0.866301640868187,122.0,31232.0,775.5852600950748,1998848.0 +294.95,4.800000190734863,2777.0,0.013503633439540863,0.1829630583524704,0.0,1.3682584762573242,2.4054253101348877,-0.004339419770985842,0.00287712668068707,0.36753037571907043,0.3922092914581299,0.8318910002708435,123.0,31488.0,781.4859433390666,2015232.0 +279.75,4.699999809265137,2789.0,0.009568982757627964,0.1317545622587204,0.0,1.4372657537460327,2.3810245990753174,-0.004732034634798765,0.002872052602469921,0.4898891746997833,0.4067864716053009,0.7698585093021393,124.0,31744.0,787.3602518669795,2031616.0 +285.65,5.0,2792.0,0.008296570740640163,0.1080729141831398,0.0,1.398656964302063,2.358208179473877,-0.006853625178337097,0.0028663964476436377,0.4102993309497833,0.41426292061805725,0.8036199659109116,125.0,32000.0,793.2295603370294,2048000.0 +258.11,5.800000190734863,2759.0,0.007643294986337423,0.09527587890625,0.0,1.4465922117233276,2.3436288833618164,-0.0027043481823056936,0.0028677107766270638,0.4799961745738983,0.42687663435935974,0.7686818689107895,126.0,32256.0,799.1681441520341,2064384.0 +285.45,5.800000190734863,2751.0,0.008933874778449535,0.1218058243393898,0.0,1.3137387037277222,2.3956542015075684,-0.007759712636470795,0.0028665235731750727,0.2510891258716583,0.40811243653297424,0.7976257055997849,127.0,32512.0,805.1229233341292,2080768.0 +338.37,4.900000095367432,2788.0,0.00987520907074213,0.1410725861787796,0.0,1.2866926193237305,2.434614419937134,-0.006668722722679377,0.0028585493564605713,0.2088305950164795,0.4021097719669342,0.788653165102005,128.0,32768.0,810.9984964649193,2097152.0 +443.87,4.199999809265137,2800.0,0.00838396791368723,0.1128336563706398,0.0,1.2962080240249634,2.4285695552825928,-0.005487740505486727,0.0028517514001578093,0.23716586828231812,0.39661267399787903,0.7693531811237335,129.0,33024.0,816.8503576291259,2113536.0 +421.14,4.0,2735.0,0.010170080699026585,0.1331787109375,0.0,1.3205870389938354,2.4214470386505127,-0.00718047097325325,0.002850367920473218,0.2623016834259033,0.41757962107658386,0.7566899359226227,130.0,33280.0,822.8412748749834,2129920.0 +406.8,4.900000095367432,2783.0,0.010037549771368504,0.1424763947725296,0.0,1.3362770080566406,2.429932117462158,-0.005419094115495682,0.002848197938874364,0.28984180092811584,0.4190323054790497,0.7700331062078476,131.0,33536.0,828.7289575310424,2146304.0 +353.99,5.699999809265137,2805.0,0.010134265758097172,0.1314493864774704,0.0,1.4504138231277466,2.3760318756103516,-0.00269706710241735,0.002840757369995117,0.4995698034763336,0.4318273365497589,0.7581620365381241,132.0,33792.0,834.5698743029498,2162688.0 +363.36,4.900000095367432,2814.0,0.00793416891247034,0.1018473282456398,0.0,1.3587085008621216,2.4334495067596436,-0.00483999028801918,0.0028516205493360758,0.3347179591655731,0.41648975014686584,0.7589407116174698,133.0,34048.0,840.3916464559734,2179072.0 +349.92,4.900000095367432,2761.0,0.008654768578708172,0.10906982421875,0.0,1.359810471534729,2.4442074298858643,-0.005033065099269152,0.0028336087707430124,0.34714841842651367,0.4182318150997162,0.7760849744081497,134.0,34304.0,846.3252459520008,2195456.0 +309.96,5.400000095367432,2783.0,0.010442130267620087,0.14111328125,0.0,1.313041090965271,2.441751718521118,-0.00723568769171834,0.002835816005244851,0.2605263888835907,0.415195494890213,0.7679909318685532,135.0,34560.0,852.2130990219302,2211840.0 +332.97,4.5,2794.0,0.008876693435013294,0.1160074844956398,0.0,1.2951853275299072,2.447962522506714,-0.00537380063906312,0.0028244396671652794,0.22182907164096832,0.4204202890396118,0.7809634506702423,136.0,34816.0,858.0784795889631,2228224.0 +404.27,4.599999904632568,2790.0,0.009394788183271885,0.1270751953125,0.0,1.2659111022949219,2.4260284900665283,-0.005631571635603905,0.002828231081366539,0.1890413910150528,0.39914071559906006,0.7775722593069077,137.0,35072.0,863.9511682300363,2244608.0 +439.34,4.199999809265137,2739.0,0.009213123470544815,0.1250203400850296,0.0,1.316970944404602,2.436955690383911,-0.006413834635168314,0.0028201022651046515,0.28209611773490906,0.41139206290245056,0.7698655724525452,138.0,35328.0,869.9333260550629,2260992.0 +417.68,4.699999809265137,2791.0,0.009866525419056416,0.1368408203125,0.0,1.3083409070968628,2.432729959487915,-0.005942820105701685,0.002826281124725938,0.2877776324748993,0.39021384716033936,0.7375063896179199,139.0,35584.0,875.8042938369326,2277376.0 +368.47,5.0,2775.0,0.008356587029993534,0.11279296875,0.0,1.3635625839233398,2.400503396987915,-0.0033235896844416857,0.0028205171693116426,0.3761034309864044,0.40534770488739014,0.7151401937007904,140.0,35840.0,881.70883903699,2293760.0 +336.91,5.099999904632568,2677.0,0.009714593179523945,0.1277262419462204,0.0,1.332973599433899,2.3921594619750977,-0.007107533980160952,0.0028135618194937706,0.3137391209602356,0.4153066873550415,0.7735124081373215,141.0,36096.0,887.8292964061256,2310144.0 +367.36,5.400000095367432,2809.0,0.008609426207840443,0.1075439453125,0.0,1.3242098093032837,2.39680552482605,-0.0038113270420581102,0.0028197988867759705,0.29567453265190125,0.4076884984970093,0.7675021290779114,142.0,36352.0,893.6626232899725,2326528.0 +392.06,4.699999809265137,2772.0,0.008414950221776962,0.1070556640625,0.0,1.3131200075149536,2.395369052886963,-0.006484281271696091,0.002808700315654278,0.27335092425346375,0.41735920310020447,0.7601083219051361,143.0,36608.0,899.5731638299767,2342912.0 +435.28,4.599999904632568,2748.0,0.009117644280195236,0.1228841170668602,0.0,1.240846037864685,2.424044609069824,-0.006168806925415993,0.002808270277455449,0.1568899154663086,0.3963332176208496,0.7589312195777893,144.0,36864.0,905.5341559951194,2359296.0 +440.19,4.400000095367432,2811.0,0.009497495368123055,0.126953125,0.0,1.2738533020019531,2.398038148880005,-0.006961657200008631,0.002803869778290391,0.2229047417640686,0.3993373215198517,0.804497480392456,145.0,37120.0,911.3621540749446,2375680.0 +495.58,4.300000190734863,2778.0,0.007037654984742403,0.08172607421875,0.0,1.272251009941101,2.386948347091675,-0.0058358958922326565,0.0028018858283758163,0.21120776236057281,0.4048718512058258,0.8242274820804596,146.0,37376.0,917.2602733580861,2392064.0 +475.71,4.599999904632568,2805.0,0.009632072411477566,0.13287353515625,0.0,1.3088902235031128,2.390031099319458,-0.007620320189744234,0.002801444148644805,0.30061089992523193,0.39566341042518616,0.7841661721467972,147.0,37632.0,923.1019076339435,2408448.0 +468.03,4.400000095367432,2816.0,0.009972838684916496,0.1394856721162796,0.0,1.2632076740264893,2.415327787399292,-0.0058400072157382965,0.0027970916125923395,0.2022860199213028,0.4007871150970459,0.7957585901021957,148.0,37888.0,928.9199081920087,2424832.0 +454.75,4.199999809265137,2765.0,0.00807826779782772,0.1097208634018898,0.0,1.280718445777893,2.4017183780670166,-0.005745998118072748,0.002799141453579068,0.23840932548046112,0.3985832631587982,0.7659470289945602,149.0,38144.0,934.8444381379522,2441216.0 +415.62,4.0,2746.0,0.009684772230684757,0.1369221955537796,0.0,1.0313783884048462,2.3718478679656982,-0.005203995853662491,0.002799544483423233,0.23167823255062103,0.3992023766040802,0.7536050230264664,150.0,38400.0,940.8103286391124,2457600.0 +435.79,3.9000000953674316,2776.0,0.008997207507491112,0.1199951171875,0.0,1.035875678062439,2.3867766857147217,-0.006113793700933456,0.0027979554142802954,0.23050475120544434,0.4116983711719513,0.7772295475006104,151.0,38656.0,946.7115781980101,2473984.0 +423.85,4.0,2759.0,0.010602672584354877,0.1470133513212204,0.0,1.0457267761230469,2.3830158710479736,-0.006178781855851412,0.002796812914311886,0.2574743330478668,0.40540066361427307,0.6931423246860504,152.0,38912.0,952.6505386589561,2490368.0 +420.03,4.199999809265137,2812.0,0.010600411333143711,0.1518351286649704,0.0,1.0336259603500366,2.4127957820892334,-0.005391234531998634,0.002787564182654023,0.21248148381710052,0.42889294028282166,0.7601796239614487,153.0,39168.0,958.4761573490687,2506752.0 +397.09,4.0,2807.0,0.009409253485500813,0.1301676481962204,0.0,1.0505675077438354,2.384063482284546,-0.006769830826669931,0.002792906714603305,0.2579549252986908,0.4172622859477997,0.7225047051906586,154.0,39424.0,964.3132720789872,2523136.0 +335.71,4.199999809265137,2769.0,0.007517801597714424,0.09844970703125,0.0,1.0747590065002441,2.3952884674072266,-0.006399746984243393,0.002788735553622246,0.30533722043037415,0.419809490442276,0.790645644068718,155.0,39680.0,970.2322521021124,2539520.0 +309.13,4.699999809265137,2763.0,0.009616286493837833,0.1331990510225296,0.0,1.1031674146652222,2.3833014965057373,-0.0069500599056482315,0.0027849089819937944,0.3766312897205353,0.4087546169757843,0.7681323885917664,156.0,39936.0,976.1620634819847,2555904.0 +270.91,5.099999904632568,2793.0,0.008192982524633408,0.1087239608168602,0.0,1.133348822593689,2.386441946029663,-0.0050179800018668175,0.002782639116048813,0.415625661611557,0.4266202747821808,0.7374215424060822,157.0,40192.0,982.0287198431324,2572288.0 +291.93,4.699999809265137,2708.0,0.007431429345160723,0.0934651717543602,0.0,1.0583723783493042,2.408153772354126,-0.007457256317138672,0.002777481684461236,0.28257542848587036,0.41816070675849915,0.7796393185853958,158.0,40448.0,988.0792485850397,2588672.0 +290.11,5.300000190734863,2797.0,0.008287020958960056,0.108642578125,0.0,1.0736558437347412,2.4156248569488525,-0.0071207634173333645,0.0027759333606809378,0.3130474090576172,0.4185272753238678,0.8106873333454132,159.0,40704.0,993.9361319500022,2605056.0 +316.6,5.199999809265137,2709.0,0.008121657185256481,0.1013387069106102,0.0,1.1488018035888672,2.395170211791992,-0.007774412631988525,0.0027749829459935427,0.466839462518692,0.4165244400501251,0.7621155083179474,160.0,40960.0,999.9831942459568,2621440.0 +315.0,4.900000095367432,2725.0,0.010479862801730633,0.1331787109375,0.0,1.0993385314941406,2.410351514816284,-0.005629241932183504,0.002774260239675641,0.35419443249702454,0.4261535108089447,0.7751001566648483,161.0,41216.0,1005.995729991002,2637824.0 +316.62,4.900000095367432,2787.0,0.010466400533914566,0.1476033478975296,0.0,1.0527020692825317,2.448591947555542,-0.006674075033515692,0.002775607630610466,0.2777775824069977,0.4121454060077667,0.7986195236444473,162.0,41472.0,1011.8736447710544,2654208.0 +293.54,4.900000095367432,2780.0,0.009576715528964996,0.1316935271024704,0.0,1.0320672988891602,2.4283084869384766,-0.006405236665159464,0.002774358494207263,0.2398720532655716,0.4086677134037018,0.8217940926551819,163.0,41728.0,1017.7672691950575,2670592.0 +344.43,4.199999809265137,2793.0,0.009191249497234821,0.1234944686293602,0.0,1.030967354774475,2.4396073818206787,-0.005792347248643637,0.0027704930398613214,0.2566229999065399,0.3916000425815582,0.7767471671104431,164.0,41984.0,1023.6333072809502,2686976.0 +366.77,4.599999904632568,2759.0,0.00897851400077343,0.1223551407456398,0.0,1.0240988731384277,2.427027940750122,-0.0075983088463544846,0.0027625849470496178,0.21796023845672607,0.4224928915500641,0.852705717086792,165.0,42240.0,1029.5724610190373,2703360.0 +426.06,4.599999904632568,2740.0,0.008682451210916042,0.1188557967543602,0.0,1.0540657043457031,2.4099299907684326,-0.0076691764406859875,0.00276128388941288,0.27576184272766113,0.4249836206436157,0.8446028828620911,166.0,42496.0,1035.5508432909846,2719744.0 +316.18,5.300000190734863,2771.0,0.008982732892036438,0.1234944686293602,0.0,1.1722029447555542,2.3904213905334473,-0.0046891081146895885,0.002761419862508774,0.4969389736652374,0.4332455098628998,0.7791494280099869,167.0,42752.0,1041.4668722280767,2736128.0 +312.3,5.5,2796.0,0.007169944699853659,0.0963948592543602,0.0,1.1199172735214233,2.3974509239196777,-0.007025076542049646,0.0027575797867029905,0.4060390889644623,0.4267289638519287,0.7960113137960434,168.0,43008.0,1047.3266171289142,2752512.0 +296.56,4.699999809265137,2734.0,0.00878398772329092,0.12164306640625,0.0,1.076698660850525,2.4219400882720947,-0.007845557294785976,0.0027602380141615868,0.33679839968681335,0.4110517203807831,0.7789440900087357,169.0,43264.0,1053.3186909421347,2768896.0 +261.02,4.599999904632568,2793.0,0.009170989505946636,0.1247151717543602,0.0,1.055495023727417,2.424981117248535,-0.009455868974328041,0.0027642163913697004,0.289531946182251,0.4168151915073395,0.7697261422872543,170.0,43520.0,1059.1839313129894,2785280.0 +299.39,4.599999904632568,2735.0,0.009772527031600475,0.125732421875,0.0,1.1097333431243896,2.429155111312866,-0.004962675739079714,0.0027729449793696404,0.39816364645957947,0.4038243293762207,0.7506120055913925,171.0,43776.0,1065.1742558621336,2801664.0 +339.93,4.5,2749.0,0.008220747113227844,0.1068115234375,0.0,1.049452304840088,2.424567937850952,-0.009191501885652542,0.0027589863166213036,0.27548566460609436,0.42078617215156555,0.7881388813257217,172.0,44032.0,1071.1343357639853,2818048.0 +311.15,4.199999809265137,2783.0,0.01043004635721445,0.13897705078125,0.0,1.1482468843460083,2.4052953720092773,-0.008378754369914532,0.0027514612302184105,0.4608520269393921,0.4342743456363678,0.7239597737789154,173.0,44288.0,1077.0207135910168,2834432.0 +226.27,4.599999904632568,2773.0,0.009201818145811558,0.1246134415268898,0.0,1.1342546939849854,2.3922905921936035,-0.008188492618501186,0.0027551387902349234,0.43908312916755676,0.42590615153312683,0.7629764825105667,174.0,44544.0,1082.9300693711266,2850816.0 +280.09,4.699999809265137,2765.0,0.009193595498800278,0.12188720703125,0.0,1.129179835319519,2.4148895740509033,-0.0073511009104549885,0.002751554362475872,0.4330247640609741,0.4226372241973877,0.7879689037799835,175.0,44800.0,1088.8569514749106,2867200.0 +214.5,6.0,2783.0,0.007383441086858511,0.0943400040268898,0.0,1.1430243253707886,2.387051582336426,-0.006997866556048393,0.0027466334868222475,0.45325732231140137,0.43099597096443176,0.7940763980150223,176.0,45056.0,1094.7449246330652,2883584.0 +245.01,5.900000095367432,2780.0,0.00845033023506403,0.1127522811293602,0.0,1.0419496297836304,2.416301965713501,-0.00653439573943615,0.0027470551431179047,0.2702122926712036,0.4122646749019623,0.8162685483694077,177.0,45312.0,1100.638491557911,2899968.0 +326.98,5.099999904632568,2782.0,0.007901004515588284,0.1001180037856102,0.0,1.1277755498886108,2.410229206085205,-0.007382632698863745,0.002753586508333683,0.42868271470069885,0.423052579164505,0.7832318395376205,178.0,45568.0,1106.5285773989744,2916352.0 +275.41,5.199999809265137,2747.0,0.008415245451033115,0.103271484375,0.0,1.1097418069839478,2.40497088432312,-0.007454847916960716,0.0027556659188121557,0.39139655232429504,0.4232112467288971,0.7695842385292053,179.0,45824.0,1112.4933717080858,2932736.0 +257.61,4.0,2773.0,0.007759816944599152,0.0975748673081398,0.0,1.0688642263412476,2.4275877475738525,-0.006779195740818977,0.002755760448053479,0.2981069087982178,0.4332929849624634,0.7300871014595032,180.0,46080.0,1118.4012725129724,2949120.0 +298.22,4.0,2785.0,0.009973723441362381,0.1341145783662796,0.0,1.134922742843628,2.389892816543579,-0.00872022658586502,0.002750023500993848,0.44761455059051514,0.4225778877735138,0.7721588462591171,181.0,46336.0,1124.2829050750006,2965504.0 +247.85,5.0,2771.0,0.00885865744203329,0.1225179061293602,0.0,1.0900474786758423,2.3842079639434814,-0.007418356835842133,0.0027485687751322985,0.36260297894477844,0.4162043333053589,0.8202450275421143,182.0,46592.0,1130.1952273799106,2981888.0 +269.36,4.699999809265137,2729.0,0.008075430989265442,0.1080322265625,0.0,1.0209778547286987,2.3937153816223145,-0.007952474988996983,0.0027433279901742935,0.23043660819530487,0.4143345355987549,0.8554327636957169,183.0,46848.0,1136.1983186430298,2998272.0 +292.89,5.099999904632568,2795.0,0.007550231646746397,0.0981241837143898,0.0,1.0920966863632202,2.3861026763916016,-0.007726922165602446,0.002742954296991229,0.3746700584888458,0.41204607486724854,0.8036960363388062,184.0,47104.0,1142.0609446570743,3014656.0 +333.31,5.5,2805.0,0.007977894507348537,0.1002197265625,0.0,1.0603716373443604,2.3999249935150146,-0.0060088615864515305,0.002740811789408326,0.31920281052589417,0.402505487203598,0.8038596510887146,185.0,47360.0,1147.9036834510043,3031040.0 +354.59,5.0,2773.0,0.007909662090241909,0.0998128280043602,0.0,1.14832603931427,2.392132043838501,-0.007027696818113327,0.002739166608080268,0.473740816116333,0.4254734516143799,0.7349052727222443,186.0,47616.0,1153.8114542900585,3047424.0 +334.53,5.400000095367432,2704.0,0.00933034997433424,0.1110432967543602,0.0,1.0330184698104858,2.4475042819976807,-0.008566468022763729,0.0027444930747151375,0.2691833972930908,0.40197888016700745,0.7373662292957306,187.0,47872.0,1159.8698008530773,3063808.0 +353.81,5.599999904632568,2758.0,0.010163864120841026,0.1436564177274704,0.0,1.02103590965271,2.464381694793701,-0.006933052558451891,0.0027411074843257666,0.2582368850708008,0.3884831368923187,0.7714298367500305,188.0,48128.0,1165.8102371080313,3080192.0 +371.71,5.599999904632568,2793.0,0.009476061910390854,0.1283772736787796,0.0,0.9901737570762634,2.455220937728882,-0.007074529770761728,0.0027386320289224386,0.2028847485780716,0.3837472200393677,0.7784266769886017,189.0,48384.0,1171.6771955229342,3096576.0 +438.34,4.300000190734863,2775.0,0.009356794878840446,0.1221923828125,0.0,1.0772463083267212,2.4594385623931885,-0.008279528468847275,0.0027335353661328554,0.35239848494529724,0.4121295213699341,0.6902910470962524,190.0,48640.0,1177.5817541889846,3112960.0 +429.03,4.5,2766.0,0.008686528541147709,0.1175943985581398,0.0,1.0392568111419678,2.448045492172241,-0.007716043386608362,0.0027374981436878443,0.28455790877342224,0.4011068046092987,0.7681117206811905,191.0,48896.0,1183.5041405530646,3129344.0 +410.8,4.900000095367432,2766.0,0.007175565231591463,0.089111328125,0.0,0.978457510471344,2.4532597064971924,-0.008030344732105732,0.00273352419026196,0.1540745049715042,0.4122534990310669,0.8023803979158401,192.0,49152.0,1189.4276459829416,3145728.0 +419.2,4.800000190734863,2797.0,0.008350505493581295,0.10986328125,0.0,0.9810555577278137,2.451251745223999,-0.007299773395061493,0.002730436623096466,0.152560755610466,0.4187577962875366,0.8096119612455368,193.0,49408.0,1195.2844822690822,3162112.0 +492.53,4.0,2681.0,0.008865722455084324,0.1195475235581398,0.0,1.0642744302749634,2.418907403945923,-0.007834325544536114,0.002727926941588521,0.33321699500083923,0.4068734347820282,0.7722874879837036,194.0,49664.0,1201.3959633950144,3178496.0 +431.0,4.199999809265137,2751.0,0.008393428288400173,0.1117757186293602,0.0,1.0351258516311646,2.43147873878479,-0.008874519728124142,0.0027229946572333574,0.28008607029914856,0.4066399037837982,0.7410638928413391,195.0,49920.0,1207.3528222779278,3194880.0 +422.45,4.5,2742.0,0.009027783758938313,0.1192830428481102,0.0,0.981395959854126,2.443019390106201,-0.0073068346828222275,0.0027230652049183846,0.17351365089416504,0.40299367904663086,0.7322859466075897,196.0,50176.0,1213.3296290470753,3211264.0 +435.37,3.700000047683716,2727.0,0.007465770468115807,0.09014892578125,0.0,1.0359742641448975,2.4192607402801514,-0.007217623293399811,0.0027298424392938614,0.2589344084262848,0.42158791422843933,0.7093600332736969,197.0,50432.0,1219.3374496640172,3227648.0 +482.26,3.700000047683716,2769.0,0.008546764962375164,0.1142781600356102,0.0,1.0310083627700806,2.4241433143615723,-0.00825536623597145,0.002717404393479228,0.2527404725551605,0.426316499710083,0.7746813744306564,198.0,50688.0,1225.25362985814,3244032.0 +441.9,4.800000190734863,2673.0,0.008670956827700138,0.1153971329331398,0.0,1.06405508518219,2.4248125553131104,-0.00733410008251667,0.0027195813599973917,0.32478389143943787,0.4178194999694824,0.7727034091949463,199.0,50944.0,1231.3816122820135,3260416.0 +350.14,5.800000190734863,2684.0,0.008992948569357395,0.1170857772231102,0.0,1.188528060913086,2.421769380569458,-0.008354180492460728,0.002718346891924739,0.3149690628051758,0.4135185480117798,0.755269005894661,200.0,51200.0,1237.4855726109818,3276800.0 +395.65,4.800000190734863,2719.0,0.008955602534115314,0.1215413436293602,0.0,1.1883840560913086,2.4136664867401123,-0.007596204057335854,0.002714891219511628,0.31695184111595154,0.41195595264434814,0.755195826292038,201.0,51456.0,1243.5113594189752,3293184.0 +350.78,4.5,2760.0,0.011166143231093884,0.150634765625,0.0,1.2651578187942505,2.3898065090179443,-0.008073441684246063,0.0027181736659258604,0.4504575729370117,0.42741379141807556,0.7325356900691986,202.0,51712.0,1249.446728537092,3309568.0 +280.91,4.300000190734863,2675.0,0.007959083653986454,0.0993855819106102,0.0,1.217710018157959,2.398212432861328,-0.006497641559690237,0.002716019982472062,0.3480810225009918,0.4322386682033539,0.7557017803192139,203.0,51968.0,1255.571079465095,3325952.0 +286.01,4.599999904632568,2706.0,0.00753382034599781,0.09271240234375,0.0,1.1553295850753784,2.4048616886138916,-0.006691984832286835,0.0027221394702792168,0.2456737756729126,0.4109855890274048,0.7592633366584778,204.0,52224.0,1261.6259901369922,3342336.0 +299.75,5.099999904632568,2736.0,0.009115991182625294,0.1177978515625,0.0,1.1871691942214966,2.3657639026641846,-0.006983187049627304,0.002717404393479228,0.30224061012268066,0.4191140830516815,0.7819775193929672,205.0,52480.0,1267.6158621050417,3358720.0 +359.73,5.099999904632568,2671.0,0.008584058843553066,0.1128743514418602,0.0,1.1713684797286987,2.374462366104126,-0.007192221004515886,0.002712849760428071,0.2739697992801666,0.4191091060638428,0.8352443724870682,206.0,52736.0,1273.7493182260077,3375104.0 +440.84,3.9000000953674316,2662.0,0.010126744396984577,0.1374308317899704,0.0,1.134179711341858,2.3583333492279053,-0.008261842653155327,0.0027088476344943047,0.20118515193462372,0.42129650712013245,0.8295973837375641,207.0,52992.0,1279.9044771441258,3391488.0 +478.31,3.5999999046325684,2729.0,0.010091242380440235,0.1369832307100296,0.0,1.1513930559158325,2.374706506729126,-0.006943955551832914,0.0027061423752456903,0.2298615574836731,0.4255177080631256,0.8298327475786209,208.0,53248.0,1285.9072329450864,3407872.0 +554.28,2.9000000953674316,2706.0,0.008737967349588871,0.1060994490981102,0.0,1.1304749250411987,2.411036968231201,-0.008476327173411846,0.0027062036097049713,0.20810113847255707,0.4119162857532501,0.7182532250881195,209.0,53504.0,1291.9615687439218,3424256.0 +522.36,3.5999999046325684,2739.0,0.00865002628415823,0.1125895157456398,0.0,1.129931092262268,2.396423578262329,-0.009112714789807796,0.0027085274923592806,0.23010675609111786,0.3923274278640747,0.726279079914093,210.0,53760.0,1297.9438062000554,3440640.0 +529.11,3.700000047683716,2707.0,0.009081653319299221,0.1207478865981102,0.0,1.1604806184768677,2.369194984436035,-0.008034721948206425,0.002707642735913396,0.2836816608905792,0.3967893123626709,0.7328558266162872,211.0,54016.0,1303.9972378620878,3457024.0 +433.49,4.900000095367432,2720.0,0.008418437093496323,0.1095987930893898,0.0,1.1604827642440796,2.359783411026001,-0.009508096612989902,0.002702712081372738,0.27063611149787903,0.41242823004722595,0.77030448615551,212.0,54272.0,1310.020422619069,3473408.0 +371.83,5.400000095367432,2681.0,0.009114010259509087,0.1229044571518898,0.0,1.1952240467071533,2.3605010509490967,-0.008434414863586426,0.0027002200949937105,0.32885029911994934,0.4212869703769684,0.7601981610059738,213.0,54528.0,1316.1319308800157,3489792.0 +379.81,5.199999809265137,2798.0,0.010411788709461689,0.14227294921875,0.0,1.1233505010604858,2.3831424713134766,-0.006241784896701574,0.0027009008917957544,0.20578192174434662,0.4004376232624054,0.7781938463449478,214.0,54784.0,1321.9874723020475,3506176.0 +421.86,4.300000190734863,2691.0,0.01051995251327753,0.138916015625,0.0,1.1185071468353271,2.369793176651001,-0.006380803883075714,0.0026999684050679207,0.19201511144638062,0.40431299805641174,0.7918816208839417,215.0,55040.0,1328.0766546740197,3522560.0 +469.42,4.099999904632568,2734.0,0.00862584076821804,0.1110636368393898,0.0,1.1283503770828247,2.3709332942962646,-0.006893011275678873,0.002700168639421463,0.2020597904920578,0.41312047839164734,0.8290008008480072,216.0,55296.0,1334.0703263899777,3538944.0 +493.69,4.400000095367432,2727.0,0.009513352997601032,0.128662109375,0.0,1.1280590295791626,2.367049217224121,-0.00802947673946619,0.00269772089086473,0.21956700086593628,0.40109872817993164,0.8168391436338425,217.0,55552.0,1340.078772810055,3555328.0 +480.16,4.300000190734863,2690.0,0.010374770499765873,0.13720703125,0.0,1.1481292247772217,2.355774164199829,-0.008826504461467266,0.0026912034954875708,0.24767374992370605,0.4155259430408478,0.7397845089435577,218.0,55808.0,1346.1697204660159,3571712.0 +506.81,4.099999904632568,2695.0,0.008300733752548695,0.11041259765625,0.0,1.1039997339248657,2.3654472827911377,-0.008543403819203377,0.002692204201593995,0.166883647441864,0.40849068760871887,0.7818967252969742,219.0,56064.0,1352.2489926631097,3588096.0 +515.55,3.9000000953674316,2674.0,0.009791859425604343,0.1309000700712204,0.0,1.0955225229263306,2.3565611839294434,-0.006955129560083151,0.002690570428967476,0.14429815113544464,0.4112050533294678,0.7831457555294037,220.0,56320.0,1358.3765896349214,3604480.0 +516.78,3.9000000953674316,2685.0,0.009236150421202183,0.1215006485581398,0.0,1.1631606817245483,2.3820130825042725,-0.007448951248079538,0.00269394856877625,0.28788796067237854,0.4038354456424713,0.7430424094200134,221.0,56576.0,1364.4788218960166,3620864.0 +477.75,4.099999904632568,2692.0,0.009488500654697418,0.1173909530043602,0.0,1.1202298402786255,2.3778529167175293,-0.009272112511098385,0.0026897781062871218,0.21073764562606812,0.4016304314136505,0.7805653065443039,222.0,56832.0,1370.5647119740024,3637248.0 +438.19,4.199999809265137,2738.0,0.011308473534882069,0.1441243439912796,0.0,1.1437314748764038,2.3573567867279053,-0.00793023593723774,0.0026870763394981623,0.2449214905500412,0.4110863208770752,0.7828854024410248,223.0,57088.0,1376.5472660409287,3653632.0 +406.83,4.300000190734863,2698.0,0.00974636897444725,0.1265665739774704,0.0,1.123712420463562,2.3460307121276855,-0.007188902702182531,0.002694315044209361,0.2051413506269455,0.4058273732662201,0.8246900290250778,224.0,57344.0,1382.619890130125,3670016.0 +422.82,4.5,2725.0,0.009303693659603596,0.1180216446518898,0.0,1.136830449104309,2.3589601516723633,-0.006268046330660582,0.002686824882403016,0.22304415702819824,0.41519787907600403,0.8179284781217575,225.0,57600.0,1388.6330268201418,3686400.0 +423.69,4.800000190734863,2679.0,0.008764069527387619,0.1119791641831398,0.0,1.1257399320602417,2.347747802734375,-0.007545037195086479,0.0026818448677659035,0.20408616960048676,0.41694268584251404,0.8213737308979034,226.0,57856.0,1394.7482203210238,3702784.0 +496.48,4.400000095367432,2680.0,0.010841281153261662,0.130615234375,0.0,1.1703462600708008,2.3543429374694824,-0.0073678940534591675,0.002686363412067294,0.29009342193603516,0.41716960072517395,0.7215412259101868,227.0,58112.0,1400.8614587490447,3719168.0 +475.77,4.300000190734863,2734.0,0.007759577129036188,0.0969441756606102,0.0,1.1481103897094727,2.3717410564422607,-0.00802315678447485,0.002681853249669075,0.25030517578125,0.4169042110443115,0.7497597932815552,228.0,58368.0,1406.8531844080426,3735552.0 +471.47,4.199999809265137,2729.0,0.010572831146419048,0.1436564177274704,0.0,1.0998789072036743,2.384567975997925,-0.008628285489976406,0.0026796888560056686,0.15383072197437286,0.4192177355289459,0.7877761721611023,229.0,58624.0,1412.860564894043,3751936.0 +449.27,4.300000190734863,2713.0,0.010060788132250309,0.1391398161649704,0.0,1.1425567865371704,2.3662831783294678,-0.007488766685128212,0.0026795680169016123,0.24655313789844513,0.41093572974205017,0.7827561497688293,230.0,58880.0,1418.901539473096,3768320.0 +479.33,4.0,2731.0,0.009247529320418835,0.1194051131606102,0.0,1.1170090436935425,2.3679721355438232,-0.007724131923168898,0.0026723267510533333,0.18185000121593475,0.4263164699077606,0.77535380423069,231.0,59136.0,1424.9001806890592,3784704.0 +448.78,4.599999904632568,2751.0,0.008968307636678219,0.117431640625,0.0,1.1860135793685913,2.3477466106414795,-0.006264353170990944,0.00267621292732656,0.32378605008125305,0.4183310568332672,0.7574657946825027,232.0,59392.0,1430.855874412926,3801088.0 +406.13,5.5,2743.0,0.007655533496290445,0.1012369766831398,0.0,1.20330011844635,2.3498268127441406,-0.006333993282169104,0.002671812428161502,0.3466935157775879,0.4304029643535614,0.770094245672226,233.0,59648.0,1436.8296085069887,3817472.0 +357.23,6.099999904632568,2689.0,0.00812567863613367,0.1001993790268898,0.0,1.143615484237671,2.3626630306243896,-0.006841820199042559,0.002679133787751198,0.2389107197523117,0.41814717650413513,0.7763383239507675,234.0,59904.0,1442.9233152130619,3833856.0 +408.1,5.300000190734863,2690.0,0.008967206813395023,0.110595703125,0.0,1.1396546363830566,2.3613548278808594,-0.006078800652176142,0.0026791414711624384,0.24106477200984955,0.4084531366825104,0.7716687768697739,235.0,60160.0,1449.0137828260195,3850240.0 +429.0,5.099999904632568,2730.0,0.00827570166438818,0.1024576798081398,0.0,1.1842454671859741,2.328294277191162,-0.0073356181383132935,0.0026760504115372896,0.33229944109916687,0.40983155369758606,0.7774515002965927,236.0,60416.0,1455.0142271770164,3866624.0 +453.71,5.199999809265137,2696.0,0.008740287274122238,0.1143595352768898,0.0,1.1238752603530884,2.3591670989990234,-0.007677851710468531,0.002679133089259267,0.21779543161392212,0.40417811274528503,0.7754554003477097,237.0,60672.0,1461.0914789261296,3883008.0 +468.75,5.0,2712.0,0.008465654216706753,0.1078084334731102,0.0,1.1219807863235474,2.3627243041992188,-0.008772139437496662,0.0026747582014650106,0.2136152982711792,0.40857502818107605,0.827606126666069,238.0,60928.0,1467.1329420041293,3899392.0 +475.82,4.699999809265137,2725.0,0.008347977884113789,0.1039632186293602,0.0,1.160068154335022,2.3723108768463135,-0.007881141267716885,0.0026768778916448355,0.28978589177131653,0.4061930477619171,0.8068539500236511,239.0,61184.0,1473.1478160140105,3915776.0 +525.62,4.300000190734863,2760.0,0.009461880661547184,0.1302693635225296,0.0,1.0899349451065063,2.3596861362457275,-0.00865043606609106,0.0026765952352434397,0.15309292078018188,0.4044286906719208,0.8354478478431702,240.0,61440.0,1479.086092062993,3932160.0 +496.97,4.300000190734863,2765.0,0.010602004826068878,0.13568115234375,0.0,1.1510735750198364,2.360570192337036,-0.007987184450030327,0.002667575841769576,0.25852081179618835,0.4218887388706207,0.8261171281337738,241.0,61696.0,1485.0120281230193,3948544.0 +531.53,3.9000000953674316,2728.0,0.009495772421360016,0.1247355118393898,0.0,1.0839289426803589,2.3881945610046387,-0.007406586315482855,0.002669708803296089,0.13726474344730377,0.4094540774822235,0.8795372694730759,242.0,61952.0,1491.0181787719484,3964928.0 +495.3,4.300000190734863,2705.0,0.009245429188013077,0.1267293244600296,0.0,1.0829466581344604,2.414137125015259,-0.006901003420352936,0.002674584975466132,0.14182376861572266,0.40116941928863525,0.873678132891655,243.0,62208.0,1497.0738582240883,3981312.0 +476.24,4.400000095367432,2722.0,0.009232417680323124,0.1254679411649704,0.0,1.1604089736938477,2.3822600841522217,-0.009590594097971916,0.0026629583444446325,0.29355594515800476,0.41359463334083557,0.8302084654569626,244.0,62464.0,1503.0930617190897,3997696.0 +449.41,4.400000095367432,2750.0,0.009608226828277111,0.1256510466337204,0.0,1.1815639734268188,2.3638739585876465,-0.008090713061392307,0.0026643481105566025,0.30892881751060486,0.43254077434539795,0.8298689872026443,245.0,62720.0,1509.0506648509763,4014080.0 +362.63,4.199999809265137,2736.0,0.009016532450914383,0.1175333634018898,0.0,1.2088192701339722,2.3638031482696533,-0.009428230114281178,0.00266455695964396,0.3680698573589325,0.43080592155456543,0.8096033930778503,246.0,62976.0,1515.0391744610388,4030464.0 +318.45,4.400000095367432,2703.0,0.008324536494910717,0.1089884415268898,0.0,1.109248399734497,2.3498713970184326,-0.008870975114405155,0.0026706939097493887,0.1797979474067688,0.4175179898738861,0.8577090203762054,247.0,63232.0,1521.100740073016,4046848.0 +400.06,4.199999809265137,2745.0,0.009940823540091515,0.1405029296875,0.0,1.1519209146499634,2.3398513793945312,-0.008062398992478848,0.002673795446753502,0.2643328905105591,0.4151277244091034,0.7812575399875641,248.0,63488.0,1527.0683479700238,4063232.0 +458.87,4.0,2732.0,0.010290667414665222,0.1357625275850296,0.0,1.0899444818496704,2.360921621322632,-0.009011725895106792,0.0026667527854442596,0.15493378043174744,0.40845444798469543,0.8700648248195648,249.0,63744.0,1533.0676434380002,4079616.0 +526.95,3.4000000953674316,2718.0,0.007560463156551123,0.0972696915268898,0.0,0.9332706332206726,2.3591339588165283,-0.007737924810498953,0.002667725784704089,0.1811540573835373,0.4141829311847687,0.7559222131967545,250.0,64000.0,1539.0952789899893,4096000.0 +506.18,3.9000000953674316,2745.0,0.009076406247913837,0.11834716796875,0.0,0.9872395396232605,2.360346555709839,-0.006980156060308218,0.0026696401182562113,0.2929283082485199,0.40789785981178284,0.7643301337957382,251.0,64256.0,1545.0636923559941,4112384.0 +458.54,3.9000000953674316,2750.0,0.009384646080434322,0.1136067733168602,0.0,0.9680647253990173,2.3475115299224854,-0.008746237494051456,0.0026625560130923986,0.2548324763774872,0.41446200013160706,0.7667839229106903,252.0,64512.0,1551.0209976921324,4128768.0 +424.27,5.099999904632568,2658.0,0.008010628633201122,0.1029052734375,0.0,1.0031874179840088,2.3483221530914307,-0.007536161690950394,0.0026638482231646776,0.329819917678833,0.4066695272922516,0.7936470359563828,253.0,64768.0,1557.1854561939836,4145152.0 +416.93,5.300000190734863,2726.0,0.009953026659786701,0.1322224885225296,0.0,0.9308766722679138,2.353640079498291,-0.005975162144750357,0.00266894418746233,0.18409483134746552,0.4022098779678345,0.8368611037731171,254.0,65024.0,1563.1953109099995,4161536.0 +456.38,5.199999809265137,2755.0,0.0086610596626997,0.1117146834731102,0.0,0.9395561814308167,2.352024555206299,-0.008979336358606815,0.0026903662364929914,0.21972167491912842,0.37920665740966797,0.7961173802614212,255.0,65280.0,1569.1423957420047,4177920.0 +504.15,4.400000095367432,2665.0,0.010589316487312317,0.1413981169462204,0.0,0.9136650562286377,2.388895034790039,-0.006705171894282103,0.0027065658941864967,0.16082458198070526,0.37441107630729675,0.7828701436519623,256.0,65536.0,1575.289697725093,4194304.0 +568.03,3.700000047683716,2738.0,0.009086845442652702,0.12127685546875,0.0,0.9442620277404785,2.40576434135437,-0.009359033778309822,0.0026784660294651985,0.21070019900798798,0.40542423725128174,0.763540580868721,257.0,65792.0,1581.273739228025,4210688.0 +567.8,3.5999999046325684,2728.0,0.010349579155445099,0.1329142302274704,0.0,0.9075100421905518,2.4068615436553955,-0.008165472187101841,0.0026763107161968946,0.15398088097572327,0.3873521089553833,0.6817864775657654,258.0,66048.0,1587.2794997261371,4227072.0 +517.43,3.799999952316284,2699.0,0.010226489044725895,0.1441446989774704,0.0,0.9890837073326111,2.387399673461914,-0.008855211548507214,0.0026623522862792015,0.29307135939598083,0.41937825083732605,0.7713022381067276,259.0,66304.0,1593.3532562360633,4243456.0 +469.26,3.700000047683716,2713.0,0.008534983731806278,0.10821533203125,0.0,0.9500914216041565,2.406024217605591,-0.008267166092991829,0.0026580265257507563,0.21299965679645538,0.4228246510028839,0.7590161710977554,260.0,66560.0,1599.3919654930942,4259840.0 +408.19,4.199999809265137,2736.0,0.007402612362056971,0.0928751602768898,0.0,0.9389869570732117,2.3900487422943115,-0.008208380080759525,0.002650495385751128,0.18072955310344696,0.43621429800987244,0.8677528351545334,261.0,66816.0,1605.3804081960116,4276224.0 +405.61,4.400000095367432,2691.0,0.009409951977431774,0.1245931014418602,0.0,1.0177825689315796,2.378244400024414,-0.007961816154420376,0.0026548150926828384,0.3446345329284668,0.42701199650764465,0.812446802854538,262.0,67072.0,1611.4678244530223,4292608.0 +425.4,4.5,2678.0,0.0075990562327206135,0.0986735001206398,0.0,0.969095766544342,2.3826122283935547,-0.008468379266560078,0.002651428570970893,0.226582333445549,0.45048364996910095,0.8278683871030807,263.0,67328.0,1617.5844741901383,4308992.0 +468.64,4.099999904632568,2673.0,0.006982202176004648,0.081787109375,0.0,1.010945200920105,2.3868916034698486,-0.007621383760124445,0.0026589026674628258,0.3224543631076813,0.4329650402069092,0.7544081211090088,264.0,67584.0,1623.7132824130822,4325376.0 +427.33,4.099999904632568,2693.0,0.009008077904582024,0.1242268905043602,0.0,0.982332706451416,2.3860867023468018,-0.008416226133704185,0.002655107295140624,0.26180726289749146,0.4398585855960846,0.815590113401413,265.0,67840.0,1629.7975866990164,4341760.0 +402.97,4.699999809265137,2749.0,0.009821598418056965,0.1321207731962204,0.0,0.9589241147041321,2.3653385639190674,-0.008141455240547657,0.002656729891896248,0.22437070310115814,0.42870235443115234,0.7729226499795914,266.0,68096.0,1635.757783697918,4358144.0 +441.42,4.599999904632568,2754.0,0.009691115468740463,0.1251220703125,0.0,0.940030574798584,2.3452961444854736,-0.009200437925755978,0.0026558255776762962,0.20556269586086273,0.4118924140930176,0.7511814832687378,267.0,68352.0,1641.7064087460749,4374528.0 +473.03,4.099999904632568,2713.0,0.010569966398179531,0.14349365234375,0.0,1.0080760717391968,2.33251690864563,-0.007421521935611963,0.0026624437887221575,0.3266089856624603,0.41981473565101624,0.7339205741882324,268.0,68608.0,1647.7444964009337,4390912.0 +403.23,4.300000190734863,2740.0,0.010301615111529827,0.1336466521024704,0.0,0.9847850799560547,2.3219401836395264,-0.008655511774122715,0.002670499263331294,0.2622925341129303,0.43577778339385986,0.7291826605796814,269.0,68864.0,1653.7282192190178,4407296.0 +352.41,5.0,2756.0,0.008504326455295086,0.1078898087143898,0.0,1.0157281160354614,2.295964002609253,-0.00796037632972002,0.002662115031853318,0.33668816089630127,0.42555055022239685,0.7750857919454575,270.0,69120.0,1659.6739199019503,4423680.0 +388.84,5.400000095367432,2767.0,0.009070507250726223,0.1213175430893898,0.0,0.9768478274345398,2.3003971576690674,-0.008529765531420708,0.0026690568774938583,0.2507801353931427,0.43145444989204407,0.7462613880634308,271.0,69376.0,1665.5951882740483,4440064.0 +436.21,5.199999809265137,2671.0,0.009270139038562775,0.1240234375,0.0,1.0223007202148438,2.2978672981262207,-0.00884290412068367,0.002664797240868211,0.3586900532245636,0.41715574264526367,0.72965407371521,272.0,69632.0,1671.7288257000037,4456448.0 +357.31,5.0,2752.0,0.011008449830114841,0.1309611052274704,0.0,1.0461838245391846,2.297395944595337,-0.006696414668112993,0.0026552395429462194,0.39383065700531006,0.43025803565979004,0.7550228834152222,273.0,69888.0,1677.6820727679878,4472832.0 +312.24,4.800000190734863,2750.0,0.00947989895939827,0.1124674454331398,0.0,1.0066132545471191,2.3131353855133057,-0.009307698346674442,0.0026625252794474363,0.3243164122104645,0.4225257337093353,0.7808886915445328,274.0,70144.0,1683.6403001961298,4489216.0 +293.29,5.0,2695.0,0.010208153165876865,0.1293741911649704,0.0,1.073947787284851,2.30788254737854,-0.008120311424136162,0.0026462546084076166,0.4530222415924072,0.4341442584991455,0.7779253125190735,275.0,70400.0,1689.720686479006,4505600.0 +261.79,4.900000095367432,2715.0,0.009304390288889408,0.12371826171875,0.0,0.9821767807006836,2.3289663791656494,-0.008097152225673199,0.0026569711044430733,0.2787710130214691,0.419870525598526,0.790285661816597,276.0,70656.0,1695.754273666069,4521984.0 +306.62,4.099999904632568,2694.0,0.01031604502350092,0.1324869841337204,0.0,0.9768916964530945,2.330130100250244,-0.007596686482429504,0.002658311277627945,0.26775407791137695,0.41866937279701233,0.782403364777565,277.0,70912.0,1701.8363152239472,4538368.0 +375.5,3.9000000953674316,2703.0,0.0092043811455369,0.1180419921875,0.0,0.9628463387489319,2.3329274654388428,-0.006921409163624048,0.0026551056653261185,0.24714267253875732,0.41149839758872986,0.7506837397813797,278.0,71168.0,1707.8980278659146,4554752.0 +400.62,4.199999809265137,2710.0,0.00939251109957695,0.1197306290268898,0.0,0.9901601672172546,2.3303658962249756,-0.008671266958117485,0.002652549184858799,0.3089700937271118,0.4090252220630646,0.7658108174800873,279.0,71424.0,1713.9474359450396,4571136.0 +372.44,4.699999809265137,2721.0,0.009537577629089355,0.11834716796875,0.0,1.0735398530960083,2.2934186458587646,-0.008839945308864117,0.002647886984050274,0.4663056433200836,0.42037829756736755,0.7652363032102585,280.0,71680.0,1719.9699728509877,4587520.0 +283.67,5.199999809265137,2755.0,0.009212938137352467,0.1171061173081398,0.0,1.0315934419631958,2.272254467010498,-0.00906294584274292,0.002641969593241811,0.375688761472702,0.43008387088775635,0.8151780217885971,281.0,71936.0,1725.916783603141,4603904.0 +319.37,5.0,2701.0,0.008173068054020405,0.1010335311293602,0.0,1.0241519212722778,2.3234574794769287,-0.007750792894512415,0.0026477025821805,0.3570183217525482,0.42940497398376465,0.7725098878145218,282.0,72192.0,1731.9830953709316,4620288.0 +362.84,4.800000190734863,2747.0,0.011395995505154133,0.1423543244600296,0.0,0.9971768260002136,2.321884870529175,-0.010567151941359043,0.0026506411377340555,0.32965394854545593,0.4069511592388153,0.7712406665086746,283.0,72448.0,1737.9479804451112,4636672.0 +343.75,5.300000190734863,2739.0,0.00839803647249937,0.10107421875,0.0,1.0132336616516113,2.2914955615997314,-0.006368163973093033,0.002652169903740287,0.3583557605743408,0.4005930721759796,0.8055678457021713,284.0,72704.0,1743.9305443710182,4653056.0 +379.72,4.800000190734863,2661.0,0.009682068601250648,0.1236775740981102,0.0,1.0155373811721802,2.321791410446167,-0.00877996813505888,0.002652251161634922,0.3555644750595093,0.41338050365448,0.7109074890613556,285.0,72960.0,1750.0868947319686,4669440.0 +359.39,4.400000095367432,2738.0,0.007835494354367256,0.0988362655043602,0.0,1.0591132640838623,2.30094575881958,-0.009334630332887173,0.002649380825459957,0.4434352219104767,0.4147894084453583,0.7482625842094421,286.0,73216.0,1756.0706075299531,4685824.0 +308.05,5.099999904632568,2720.0,0.00805918499827385,0.0950724259018898,0.0,1.0176690816879272,2.3168723583221436,-0.008146612904965878,0.0026543813291937113,0.3599930703639984,0.410785436630249,0.729124128818512,287.0,73472.0,1762.09375921404,4702208.0 +295.67,5.599999904632568,2706.0,0.008589627221226692,0.105224609375,0.0,1.027238130569458,2.298922300338745,-0.008335988968610764,0.002654426731169224,0.3787011206150055,0.4112119674682617,0.7619393914937973,288.0,73728.0,1768.1485326751135,4718592.0 +319.67,5.099999904632568,2704.0,0.008828017860651016,0.1086832657456398,0.0,1.0549347400665283,2.307063102722168,-0.007531104609370232,0.0026540227700024843,0.43277791142463684,0.4112839698791504,0.7529973089694977,289.0,73984.0,1774.2100706610363,4734976.0 +309.62,4.900000095367432,2760.0,0.00875871442258358,0.1068115234375,0.0,1.0482852458953857,2.264666795730591,-0.007102010305970907,0.0026494560297578573,0.4105024039745331,0.42083740234375,0.7622103244066238,290.0,74240.0,1780.1457263040356,4751360.0 +306.76,5.0,2706.0,0.009788336232304573,0.11700439453125,0.0,0.975550651550293,2.3093490600585938,-0.00764177180826664,0.0026567140594124794,0.2813137471675873,0.4029010236263275,0.8034123629331589,291.0,74496.0,1786.199823210016,4767744.0 +348.37,5.099999904632568,2786.0,0.014697668142616749,0.1770222932100296,0.0,0.9467529654502869,2.3065578937530518,-0.006587593350559473,0.0026513917837291956,0.21809269487857819,0.40902361273765564,0.813711017370224,292.0,74752.0,1792.0811570330989,4784128.0 +382.68,4.800000190734863,2753.0,0.00986416731029749,0.1195068359375,0.0,1.0270153284072876,2.314584255218506,-0.007255319971591234,0.002651079325005412,0.3795216977596283,0.4097714424133301,0.7615761607885361,293.0,75008.0,1798.0329380801413,4800512.0 +308.03,5.400000095367432,2742.0,0.00925597082823515,0.113037109375,0.0,0.998612642288208,2.2869508266448975,-0.008734595961868763,0.002652275376021862,0.33823880553245544,0.3960573375225067,0.7843565940856934,294.0,75264.0,1804.0077241209801,4816896.0 +331.82,4.800000190734863,2749.0,0.010529684834182262,0.1288859099149704,0.0,1.0024101734161377,2.2912800312042236,-0.010368875227868557,0.002660375088453293,0.3533017337322235,0.38789424300193787,0.6761426329612732,295.0,75520.0,1809.9679424241185,4833280.0 +323.83,4.800000190734863,2756.0,0.009569915011525154,0.11419677734375,0.0,0.9118474125862122,2.2962257862091064,-0.008388085290789604,0.0026490429881960154,0.16220024228096008,0.39967381954193115,0.7972402274608612,296.0,75776.0,1815.9130536781158,4849664.0 +347.53,4.699999809265137,2760.0,0.011635005474090576,0.1617024689912796,0.0,0.9776991009712219,2.3146207332611084,-0.007629584986716509,0.0026373649016022682,0.2816784679889679,0.4165889322757721,0.7762648612260818,297.0,76032.0,1821.849068612093,4866048.0 +342.45,5.699999809265137,2701.0,0.008591248653829098,0.10150146484375,0.0,1.0829960107803345,2.2983314990997314,-0.004668015521019697,0.002645323285833001,0.4997493326663971,0.39888355135917664,0.7527168989181519,298.0,76288.0,1827.9149077809416,4882432.0 +302.59,5.400000095367432,2734.0,0.0075563485734164715,0.0901082381606102,0.0,1.0320531129837036,2.311549425125122,-0.007349879946559668,0.0026411653961986303,0.384461909532547,0.41999247670173645,0.7739674896001816,299.0,76544.0,1833.9088303099852,4898816.0 +221.9,5.800000190734863,2734.0,0.0075880917720496655,0.0876668319106102,0.0,1.3710376024246216,2.2897465229034424,-0.00663577439263463,0.0026382177602499723,0.45658281445503235,0.41760149598121643,0.7773607075214386,300.0,76800.0,1839.901566496119,4915200.0 +245.86,5.400000095367432,2737.0,0.007166651543229818,0.08184814453125,0.0,1.2881044149398804,2.310990810394287,-0.006174689624458551,0.002646330976858735,0.28189826011657715,0.41970837116241455,0.7541238218545914,301.0,77056.0,1845.8882123760413,4931584.0 +313.01,5.300000190734863,2650.0,0.008376902900636196,0.10516357421875,0.0,1.282256841659546,2.2840425968170166,-0.008633356541395187,0.002637286437675357,0.29350897669792175,0.41021037101745605,0.8064732700586319,302.0,77312.0,1852.0702121120412,4947968.0 +368.26,5.5,2747.0,0.010577228851616383,0.1363728791475296,0.0,1.2409793138504028,2.3115170001983643,-0.009343115612864494,0.002641865285113454,0.22707229852676392,0.3974398374557495,0.7706826031208038,303.0,77568.0,1858.035234014038,4964352.0 +395.75,4.800000190734863,2689.0,0.01059376448392868,0.1338907927274704,0.0,1.2478021383285522,2.299456834793091,-0.008351972326636314,0.0026392105501145124,0.22352498769760132,0.4098559319972992,0.7844904065132141,304.0,77824.0,1864.127076029079,4980736.0 +444.59,4.199999809265137,2671.0,0.009148330427706242,0.11444091796875,0.0,1.263954997062683,2.2996833324432373,-0.009495911188423634,0.002638431265950203,0.2693096399307251,0.4019589126110077,0.7293179929256439,305.0,78080.0,1870.2609679060988,4997120.0 +387.51,4.400000095367432,2680.0,0.00840758252888918,0.1026407852768898,0.0,1.296747088432312,2.301270008087158,-0.006482461001724005,0.0026345381047576666,0.315862774848938,0.4135615825653076,0.7724709808826447,306.0,78336.0,1876.373129683081,5013504.0 +353.78,4.5,2741.0,0.011956102214753628,0.1503499299287796,0.0,1.2436158657073975,2.3008952140808105,-0.008774359710514545,0.0026390524581074715,0.2264445573091507,0.40221738815307617,0.7979229390621185,307.0,78592.0,1882.3500529751182,5029888.0 +380.49,4.300000190734863,2705.0,0.010161939077079296,0.13665771484375,0.0,1.217067837715149,2.309199810028076,-0.008782886900007725,0.002635193057358265,0.16383351385593414,0.41133078932762146,0.8339741826057434,308.0,78848.0,1888.4068932461087,5046272.0 +453.71,3.5999999046325684,2692.0,0.007854897528886795,0.0988973006606102,0.0,1.296944260597229,2.3195583820343018,-0.007778507191687822,0.002634921111166477,0.3090026080608368,0.4209349453449249,0.7629808038473129,309.0,79104.0,1894.4942533599678,5062656.0 +456.89,4.099999904632568,2725.0,0.012444808147847652,0.16534423828125,0.0,1.2467678785324097,2.3441455364227295,-0.010454450733959675,0.0026392785366624594,0.23218493163585663,0.4056514501571655,0.8278495073318481,310.0,79360.0,1900.5054460261017,5079040.0 +459.02,4.300000190734863,2656.0,0.010660752654075623,0.14324951171875,0.0,1.2757762670516968,2.349111557006836,-0.009666799567639828,0.0026404419913887978,0.2896406948566437,0.4043918550014496,0.7360900044441223,311.0,79616.0,1906.6730348099954,5095424.0 +420.76,4.099999904632568,2757.0,0.010142047889530659,0.1236165389418602,0.0,1.2919963598251343,2.3272364139556885,-0.010363436304032803,0.002640213817358017,0.3201984167098999,0.40660858154296875,0.7461355626583099,312.0,79872.0,1912.6144485019613,5111808.0 +367.93,4.5,2771.0,0.009938918985426426,0.13330078125,0.0,1.2778515815734863,2.32480788230896,-0.01008185651153326,0.002630931092426181,0.27969247102737427,0.4198457896709442,0.7522731721401215,313.0,80128.0,1918.5265657249838,5128192.0 +316.87,5.5,2702.0,0.00857411976903677,0.0987548828125,0.0,1.3556842803955078,2.302211046218872,-0.010130348615348339,0.0026269855443388224,0.4456644058227539,0.4139211177825928,0.7621103376150131,314.0,80384.0,1924.5900305469986,5144576.0 +273.56,5.400000095367432,2735.0,0.009329359047114849,0.1167195662856102,0.0,1.3062620162963867,2.2998158931732178,-0.009293037466704845,0.002637652913108468,0.35909798741340637,0.39821672439575195,0.8041024059057236,315.0,80640.0,1930.5807030161377,5160960.0 +281.97,5.5,2704.0,0.009107138961553574,0.1146240234375,0.0,1.3893905878067017,2.2717807292938232,-0.007361380849033594,0.002629644935950637,0.5052276253700256,0.41385290026664734,0.7706331461668015,316.0,80896.0,1936.638523800997,5177344.0 +206.1,6.300000190734863,2697.0,0.007676776964217424,0.08990478515625,0.0,1.354745864868164,2.2579128742218018,-0.00807617325335741,0.002629684517160058,0.436749130487442,0.41408571600914,0.7524572312831879,317.0,81152.0,1942.7131778760813,5193728.0 +273.35,5.0,2734.0,0.009844982996582985,0.1216023787856102,0.0,1.3437050580978394,2.236326217651367,-0.009214418940246105,0.0026238097343593836,0.4141557216644287,0.4187687933444977,0.7653295546770096,318.0,81408.0,1948.706057213014,5210112.0 +262.87,5.300000190734863,2738.0,0.006740953307598829,0.08001708984375,0.0,1.3076720237731934,2.2686007022857666,-0.008245563134551048,0.002622157335281372,0.3387209177017212,0.4211331605911255,0.7965316474437714,319.0,81664.0,1954.6930891440716,5226496.0 +340.31,5.400000095367432,2692.0,0.009334202855825424,0.1138712540268898,0.0,1.2691806554794312,2.283933639526367,-0.009184207767248154,0.0026264169719070196,0.26608806848526,0.4173992872238159,0.806525781750679,320.0,81920.0,1960.7799783060327,5242880.0 +320.42,5.400000095367432,2757.0,0.008792287670075893,0.10595703125,0.0,1.2832902669906616,2.294761896133423,-0.009998801164329052,0.002617781748995185,0.28273895382881165,0.4316530227661133,0.8504979163408279,321.0,82176.0,1966.7223646261264,5259264.0 +311.85,5.400000095367432,2755.0,0.010411186143755913,0.1357625275850296,0.0,1.31045663356781,2.2644317150115967,-0.010520808398723602,0.0026193687226623297,0.3295469284057617,0.43675756454467773,0.8183089196681976,322.0,82432.0,1972.6685773730278,5275648.0 +344.87,5.0,2709.0,0.009647891856729984,0.1127726212143898,0.0,1.3247352838516235,2.268012285232544,-0.009096145629882812,0.0026196150574833155,0.3649307191371918,0.42952021956443787,0.8091338872909546,323.0,82688.0,1978.716717771953,5292032.0 +312.16,5.699999809265137,2732.0,0.008595301769673824,0.1070760115981102,0.0,1.3419183492660522,2.248836040496826,-0.0061856042593717575,0.00262066931463778,0.39047273993492126,0.4309335947036743,0.8185581117868423,324.0,82944.0,1984.7140861649532,5308416.0 +292.9,6.0,2687.0,0.008699987083673477,0.101806640625,0.0,1.316056251525879,2.2566781044006348,-0.009325980208814144,0.002624623477458954,0.35994911193847656,0.4180208444595337,0.776873379945755,325.0,83200.0,1990.811854698928,5324800.0 +320.61,5.800000190734863,2676.0,0.010169106535613537,0.1274007111787796,0.0,1.3130854368209839,2.2756528854370117,-0.008187394589185715,0.0026188429910689592,0.3541758954524994,0.4193805158138275,0.7775838822126389,326.0,83456.0,1996.933987407945,5341184.0 +323.57,5.5,2736.0,0.009557737968862057,0.1129964217543602,0.0,1.3683315515518188,2.2443830966949463,-0.008064706809818745,0.0026171253994107246,0.45482340455055237,0.4268866777420044,0.7721601128578186,327.0,83712.0,2002.9227332000155,5357568.0 +274.18,5.599999904632568,2678.0,0.00932915136218071,0.11431884765625,0.0,1.2890785932540894,2.30350399017334,-0.008299720473587513,0.002620224840939045,0.30237334966659546,0.4220750331878662,0.8257013857364655,328.0,83968.0,2009.0396809719969,5373952.0 +304.56,5.599999904632568,2720.0,0.008973070420324802,0.11041259765625,0.0,1.3023343086242676,2.244347333908081,-0.011435262858867645,0.0026170050259679556,0.3265524208545685,0.4291815757751465,0.8093879669904709,329.0,84224.0,2015.064571062103,5390336.0 +285.86,6.099999904632568,2765.0,0.009066239930689335,0.1097818985581398,0.0,1.36700439453125,2.2367048263549805,-0.005920024123042822,0.0026183242443948984,0.42572805285453796,0.4425821304321289,0.8027311861515045,330.0,84480.0,2020.9894662739243,5406720.0 +314.44,5.800000190734863,2737.0,0.00845885369926691,0.103271484375,0.0,1.3231697082519531,2.2308380603790283,-0.010026260279119015,0.0026191293727606535,0.3662172555923462,0.42731773853302,0.814021423459053,331.0,84736.0,2026.9744944060221,5423104.0 +268.74,6.300000190734863,2721.0,0.007995177060365677,0.0994466170668602,0.0,1.3620094060897827,2.21791410446167,-0.008748337626457214,0.0026225848123431206,0.4361899197101593,0.42921414971351624,0.8123514950275421,332.0,84992.0,2032.9954788880423,5439488.0 +246.63,5.800000190734863,2757.0,0.012209727428853512,0.1456502228975296,0.0,1.315429449081421,2.271272897720337,-0.008285287767648697,0.0026200918946415186,0.3232661783695221,0.44520506262779236,0.7857729494571686,333.0,85248.0,2038.938902379945,5455872.0 +315.55,5.0,2756.0,0.01025188248604536,0.1200968399643898,0.0,1.2790344953536987,2.2541773319244385,-0.00983169674873352,0.002618716796860099,0.25571247935295105,0.444051593542099,0.8361889719963074,334.0,85504.0,2044.885822334094,5472256.0 +366.62,4.699999809265137,2756.0,0.010293384082615376,0.1218465194106102,0.0,1.2706619501113892,2.251396894454956,-0.010139277204871178,0.0026227610651403666,0.2666076719760895,0.4219694137573242,0.7916061580181122,335.0,85760.0,2050.8308014411014,5488640.0 +356.97,5.300000190734863,2713.0,0.0104639558121562,0.1297404021024704,0.0,1.287990927696228,2.2447946071624756,-0.009626919403672218,0.0026224495377391577,0.32724297046661377,0.40202605724334717,0.8062174171209335,336.0,86016.0,2056.8700592571404,5505024.0 +298.84,5.800000190734863,2709.0,0.009804862551391125,0.1242472305893898,0.0,1.2938932180404663,2.2700912952423096,-0.010819231159985065,0.0026215368416160345,0.325312077999115,0.41479775309562683,0.8263518363237381,337.0,86272.0,2062.917803104967,5521408.0 +274.34,5.199999809265137,2661.0,0.008926545269787312,0.1092936173081398,0.0,1.274742841720581,2.2872393131256104,-0.008263109251856804,0.002628536894917488,0.29294684529304504,0.4033685624599457,0.7899119108915329,338.0,86528.0,2069.074187583057,5537792.0 +295.44,4.800000190734863,2776.0,0.009091147221624851,0.1070963516831398,0.0,1.275746464729309,2.2988979816436768,-0.007767274510115385,0.002626722911372781,0.3019970953464508,0.3984963893890381,0.8069970458745956,339.0,86784.0,2074.980076736072,5554176.0 +323.63,5.699999809265137,2742.0,0.009489130228757858,0.11993408203125,0.0,1.3375507593154907,2.2657899856567383,-0.009057858027517796,0.002616726793348789,0.42388808727264404,0.40618833899497986,0.7879295647144318,340.0,87040.0,2080.9544357541017,5570560.0 +302.98,5.5,2739.0,0.007737090345472097,0.0950927734375,0.0,1.2389031648635864,2.2922708988189697,-0.007123428862541914,0.0026172578800469637,0.22384418547153473,0.4054853022098541,0.7912607043981552,341.0,87296.0,2086.9363333301153,5586944.0 +324.2,5.0,2718.0,0.00795402005314827,0.0971272811293602,0.0,1.2122851610183716,2.2653093338012695,-0.0100477933883667,0.002617531456053257,0.16794036328792572,0.41125786304473877,0.8205492347478867,342.0,87552.0,2092.9634866290726,5603328.0 +394.02,4.5,2728.0,0.009065734222531319,0.11773681640625,0.0,1.2689476013183594,2.2545018196105957,-0.009435595013201237,0.0026117099914699793,0.2780822515487671,0.41545936465263367,0.7841503173112869,343.0,87808.0,2098.9690051479265,5619712.0 +398.89,5.0,2740.0,0.010109521448612213,0.1306355744600296,0.0,1.3025691509246826,2.2745416164398193,-0.009774095378816128,0.002617164282128215,0.3476865589618683,0.41178134083747864,0.7746330201625824,344.0,88064.0,2104.949210009072,5636096.0 +269.03,6.199999809265137,2742.0,0.00775813078507781,0.09088134765625,0.0,1.3896689414978027,2.229156732559204,-0.008221752941608429,0.002610929310321808,0.5045092105865479,0.42479825019836426,0.7565111517906189,345.0,88320.0,2110.9244559709914,5652480.0 +234.57,6.199999809265137,2685.0,0.007113551255315542,0.08575439453125,0.0,1.3308123350143433,2.2634947299957275,-0.008569974452257156,0.002612031763419509,0.3896379768848419,0.42316684126853943,0.784632220864296,346.0,88576.0,2117.025486164959,5668864.0 +258.7,5.599999904632568,2696.0,0.008898375555872917,0.1088663712143898,0.0,1.311358094215393,2.2602250576019287,-0.01086735725402832,0.0026101258117705584,0.3561701476573944,0.4234447181224823,0.7688892036676407,347.0,88832.0,2123.1013244120404,5685248.0 +287.06,5.5,2711.0,0.00987581443041563,0.1147054061293602,0.0,1.3199219703674316,2.2591545581817627,-0.009290323592722416,0.0026156434323638678,0.39000996947288513,0.4059540927410126,0.7755320370197296,348.0,89088.0,2129.1436679230537,5701632.0 +284.28,5.099999904632568,2644.0,0.010082549415528774,0.1312052458524704,0.0,1.3644553422927856,2.2481625080108643,-0.011696472764015198,0.00261048786342144,0.48003101348876953,0.41122686862945557,0.7531230747699738,349.0,89344.0,2135.345264181029,5718016.0 +275.71,5.199999809265137,2684.0,0.009343831799924374,0.1177571639418602,0.0,1.191797137260437,2.2705271244049072,-0.0114079425111413,0.002605944871902466,0.25479626655578613,0.4201841354370117,0.8289829194545746,350.0,89600.0,2141.448355389992,5734400.0 +308.7,4.800000190734863,2752.0,0.01039738580584526,0.1333821564912796,0.0,1.2198657989501953,2.2536823749542236,-0.00896778516471386,0.0026099691167473793,0.31114619970321655,0.4139132499694824,0.8173186331987381,351.0,89856.0,2147.401827156078,5750784.0 +272.48,5.800000190734863,2715.0,0.009273371659219265,0.1178792342543602,0.0,1.2731775045394897,2.2533886432647705,-0.011549022048711777,0.0026119768153876066,0.42684364318847656,0.4098369777202606,0.7796004563570023,352.0,90112.0,2153.4370825039223,5767168.0 +338.92,4.599999904632568,2708.0,0.00822982843965292,0.0980224609375,0.0,1.2346042394638062,2.2893998622894287,-0.00854918546974659,0.0026126166339963675,0.34091851115226746,0.4122614860534668,0.7629365026950836,353.0,90368.0,2159.4886577690486,5783552.0 +335.04,4.800000190734863,2726.0,0.009115706197917461,0.1141153946518898,0.0,1.191853642463684,2.3096203804016113,-0.010338724590837955,0.002616845304146409,0.2786947786808014,0.3950144350528717,0.8114558309316635,354.0,90624.0,2165.499840045115,5799936.0 +290.24,5.699999809265137,2676.0,0.008525935932993889,0.1025187149643898,0.0,1.1954345703125,2.283491849899292,-0.009807808324694633,0.0026064824778586626,0.27362799644470215,0.4085443317890167,0.8267577290534973,355.0,90880.0,2171.621453683125,5816320.0 +322.09,5.400000095367432,2673.0,0.011103048920631409,0.1427815705537796,0.0,1.2191146612167358,2.267031192779541,-0.007886960171163082,0.002602949272841215,0.3098488748073578,0.4157762825489044,0.7443154156208038,356.0,91136.0,2177.7495814231224,5832704.0 +396.93,4.699999809265137,2754.0,0.009273748844861984,0.1139933243393898,0.0,1.2129461765289307,2.268450975418091,-0.009233463555574417,0.002614704193547368,0.30609390139579773,0.4053021967411041,0.7529013603925705,357.0,91392.0,2183.6976459301077,5849088.0 +385.22,4.699999809265137,2782.0,0.008604718372225761,0.1111246719956398,0.0,1.232273817062378,2.277404546737671,-0.009683431126177311,0.002609246177598834,0.32887884974479675,0.42132505774497986,0.7328287363052368,358.0,91648.0,2189.587072021095,5865472.0 +351.43,4.800000190734863,2743.0,0.008518296293914318,0.1038004532456398,0.0,1.1734905242919922,2.304905652999878,-0.009373323060572147,0.002622433705255389,0.21489019691944122,0.41186967492103577,0.7976997643709183,359.0,91904.0,2195.564468533965,5881856.0 +337.81,5.0,2763.0,0.011445015668869019,0.1394246369600296,0.0,1.189584493637085,2.305062770843506,-0.009341948665678501,0.002629496855661273,0.23570632934570312,0.4172109067440033,0.7865041196346283,360.0,92160.0,2201.494013011921,5898240.0 +367.54,5.099999904632568,2790.0,0.009450043551623821,0.1182454451918602,0.0,1.2257726192474365,2.2931606769561768,-0.00940346997231245,0.0026193985249847174,0.3214513659477234,0.4116843044757843,0.7506246566772461,361.0,92416.0,2207.366749794921,5914624.0 +386.89,4.099999904632568,2694.0,0.00890094693750143,0.1111246719956398,0.0,1.1973164081573486,2.3333628177642822,-0.00866070669144392,0.002631536917760968,0.2701323330402374,0.4006939232349396,0.7505789697170258,362.0,92672.0,2213.448329413077,5931008.0 +318.98,4.800000190734863,2794.0,0.008593915961682796,0.1055704727768898,0.0,1.218079924583435,2.3135907649993896,-0.01020786538720131,0.002622784348204732,0.3091358244419098,0.4091659486293793,0.7893755733966827,363.0,92928.0,2219.312071739929,5947392.0 +289.42,5.5,2820.0,0.010175943374633789,0.1232706680893898,0.0,1.2169445753097534,2.3042850494384766,-0.009610206820070744,0.0026204101741313934,0.3070577085018158,0.40911832451820374,0.7582481503486633,364.0,93184.0,2225.1222949989606,5963776.0 +346.49,4.599999904632568,2773.0,0.009420295245945454,0.1208902969956398,0.0,1.2137067317962646,2.3164756298065186,-0.009410307742655277,0.002621418097987771,0.3105195462703705,0.4006979465484619,0.7566984295845032,365.0,93440.0,2231.031418888131,5980160.0 +351.48,5.0,2747.0,0.008403507061302662,0.103759765625,0.0,1.2582534551620483,2.3013718128204346,-0.006699788849800825,0.002603007247671485,0.37016236782073975,0.4285132884979248,0.7852717190980911,366.0,93696.0,2236.9958056290634,5996544.0 +316.21,5.5,2796.0,0.00804578885436058,0.0880126953125,0.0,1.2291189432144165,2.3066349029541016,-0.008260389789938927,0.0026036128401756287,0.32457593083381653,0.4207940995693207,0.767314076423645,367.0,93952.0,2242.8554728960153,6012928.0 +341.9,5.699999809265137,2812.0,0.0106404609978199,0.1352132111787796,0.0,1.19678795337677,2.286893844604492,-0.00873604603111744,0.0026007492560893297,0.25636354088783264,0.42544689774513245,0.8054261952638626,368.0,94208.0,2248.681618249044,6029312.0 +355.39,5.5,2782.0,0.010082469321787357,0.12646484375,0.0,1.2407968044281006,2.2303550243377686,-0.010114890523254871,0.0026009397115558386,0.33087339997291565,0.4372222125530243,0.8037453889846802,369.0,94464.0,2254.569976052968,6045696.0 +343.29,4.900000095367432,2776.0,0.01186401303857565,0.145263671875,0.0,1.2675812244415283,2.242258310317993,-0.010728050023317337,0.0025978749617934227,0.3800997734069824,0.44330883026123047,0.7757166475057602,370.0,94720.0,2260.47389584803,6062080.0 +251.44,5.0,2780.0,0.0100642004981637,0.1282552033662796,0.0,1.28578782081604,2.2437338829040527,-0.009542164392769337,0.0025964276865124702,0.4005868136882782,0.45468631386756897,0.7680485099554062,371.0,94976.0,2266.366410819115,6078464.0 +260.81,4.699999809265137,2766.0,0.011243634857237339,0.13604736328125,0.0,1.2193374633789062,2.2576940059661865,-0.008579805493354797,0.002601168816909194,0.2883658707141876,0.43480584025382996,0.7880875021219254,372.0,95232.0,2272.2892578660976,6094848.0 +273.42,5.199999809265137,2789.0,0.011402989737689495,0.1386311799287796,0.0,1.2129753828048706,2.2455592155456543,-0.008950057439506054,0.0025953000877052546,0.29860278964042664,0.4201218783855438,0.793366327881813,373.0,95488.0,2278.1626428589225,6111232.0 +273.08,5.0,2763.0,0.012192382477223873,0.1534423828125,0.0,1.2117321491241455,2.2257328033447266,-0.009506226517260075,0.0026026845443993807,0.27248260378837585,0.4355275630950928,0.7539765238761902,374.0,95744.0,2284.092319828924,6127616.0 +379.28,4.300000190734863,2725.0,0.01116053108125925,0.1349894255399704,0.0,1.158679723739624,2.276376485824585,-0.007562778424471617,0.0026013238821178675,0.16117237508296967,0.4380362033843994,0.8009157329797745,375.0,96000.0,2290.1037273460533,6144000.0 +384.84,4.400000095367432,2793.0,0.009551468305289745,0.1118367537856102,0.0,1.225328803062439,2.2361021041870117,-0.006380601320415735,0.0025978190824389458,0.2921655476093292,0.4391101598739624,0.7727250158786774,376.0,96256.0,2295.969065655023,6160384.0 +375.84,5.199999809265137,2780.0,0.01374522689729929,0.1474812775850296,0.0,1.2059462070465088,2.232016086578369,-0.00843623373657465,0.0025947976391762495,0.2509775161743164,0.4456815719604492,0.8044359385967255,377.0,96512.0,2301.8622979589272,6176768.0 +382.84,5.099999904632568,2815.0,0.011034022085368633,0.1341959685087204,0.0,1.262733817100525,2.252831220626831,-0.008867607451975346,0.002590321470052004,0.3820277452468872,0.4352172315120697,0.7765364199876785,378.0,96768.0,2307.6819923580624,6193152.0 +338.42,5.400000095367432,2822.0,0.011351010762155056,0.13275146484375,0.0,1.2965420484542847,2.2119879722595215,-0.009250026196241379,0.002599878003820777,0.455717533826828,0.4256347417831421,0.7593088299036026,379.0,97024.0,2313.486884339014,6209536.0 +285.69,5.400000095367432,2787.0,0.009694513864815235,0.1145223006606102,0.0,1.2470979690551758,2.2414112091064453,-0.009063802659511566,0.002594158286228776,0.35084816813468933,0.4333546459674835,0.7795421034097672,380.0,97280.0,2319.366436686134,6225920.0 +253.23,6.800000190734863,2773.0,0.00905598234385252,0.1074625626206398,0.0,1.2426508665084839,2.203143358230591,-0.007316127419471741,0.002594792051240802,0.3460438549518585,0.4264887571334839,0.8394185304641724,381.0,97536.0,2325.278005998116,6242304.0 +307.02,6.199999809265137,2814.0,0.009573367424309254,0.1141764298081398,0.0,1.1977636814117432,2.2373745441436768,-0.009271430782973766,0.002599008148536086,0.2678596079349518,0.41889455914497375,0.7991777807474136,382.0,97792.0,2331.100826655049,6258688.0 +352.47,4.900000095367432,2743.0,0.009457390755414963,0.1086629256606102,0.0,1.2310786247253418,2.217921018600464,-0.00803773757070303,0.0025992360897362232,0.33961012959480286,0.4125238358974457,0.785572275519371,383.0,98048.0,2337.0733219250105,6275072.0 +279.53,6.0,2794.0,0.010722669772803783,0.12493896484375,0.0,1.2238115072250366,2.16899037361145,-0.008193288929760456,0.0025939869228750467,0.3093086779117584,0.4269915521144867,0.8151429146528244,384.0,98304.0,2342.938166906126,6291456.0 +321.17,5.900000095367432,2808.0,0.011021598242223263,0.1409912109375,0.0,1.1895259618759155,2.1645944118499756,-0.010224277153611183,0.00259119039401412,0.23834556341171265,0.43338266015052795,0.8261115550994873,385.0,98560.0,2348.773304729024,6307840.0 +360.43,4.900000095367432,2760.0,0.01054782047867775,0.13330078125,0.0,1.1985535621643066,2.1464622020721436,-0.009524385444819927,0.002589225070551038,0.25395771861076355,0.43489935994148254,0.7962267398834229,386.0,98816.0,2354.708952517947,6324224.0 +337.83,5.199999809265137,2804.0,0.009920134209096432,0.125244140625,0.0,1.2178038358688354,2.1561481952667236,-0.009274852462112904,0.002592767821624875,0.2757572531700134,0.4459872245788574,0.8017829656600952,387.0,99072.0,2360.551273975987,6340608.0 +371.46,5.0,2726.0,0.01094374805688858,0.14068603515625,0.0,1.2235159873962402,2.1704392433166504,-0.010783247649669647,0.0025908781681209803,0.2996958792209625,0.4397071301937103,0.7765939980745316,388.0,99328.0,2366.561388463946,6356992.0 +319.95,5.199999809265137,2795.0,0.011504058726131916,0.1484578400850296,0.0,1.252719521522522,2.157646656036377,-0.01017537247389555,0.002587648341432214,0.3490193784236908,0.447292298078537,0.7679508179426193,389.0,99584.0,2372.423473562114,6373376.0 +280.99,5.800000190734863,2768.0,0.011037779040634632,0.14166259765625,0.0,1.2394845485687256,2.1882407665252686,-0.00880173034965992,0.0025866071227937937,0.32932600378990173,0.4408229887485504,0.7993413209915161,390.0,99840.0,2378.343207674101,6389760.0 +309.05,5.400000095367432,2780.0,0.009553705342113972,0.11785888671875,0.0,1.1974153518676758,2.16324520111084,-0.008877144195139408,0.0025891840923577547,0.2429291009902954,0.4410320222377777,0.7726594656705856,391.0,100096.0,2384.237536197994,6406144.0 +356.04,4.699999809265137,2751.0,0.012916012667119503,0.1649169921875,0.0,1.1761730909347534,2.1741902828216553,-0.009087221696972847,0.002590506337583065,0.21773116290569305,0.42731401324272156,0.8184176683425903,392.0,100352.0,2390.194693474099,6422528.0 +350.19,4.900000095367432,2814.0,0.010814365930855274,0.1384684294462204,0.0,1.2231652736663818,2.1669464111328125,-0.009034164249897003,0.002587945433333516,0.31519195437431335,0.42567071318626404,0.8286622911691666,393.0,100608.0,2396.0164956459776,6438912.0 +292.51,4.699999809265137,2768.0,0.010102462954819202,0.1307169646024704,0.0,1.1536389589309692,2.1960208415985107,-0.009210145100951195,0.002587361726909876,0.18528719246387482,0.41952016949653625,0.8466405868530273,394.0,100864.0,2401.9351944311056,6455296.0 +327.66,4.800000190734863,2811.0,0.011591047048568726,0.1463216096162796,0.0,1.2146261930465698,2.236158609390259,-0.008964908309280872,0.00258860201574862,0.29614555835723877,0.42786383628845215,0.813505619764328,395.0,101120.0,2407.764190829126,6471680.0 +417.4,4.300000190734863,2773.0,0.011293790303170681,0.1418660432100296,0.0,1.1652871370315552,2.2421844005584717,-0.009177018888294697,0.002592413453385234,0.21191740036010742,0.41505178809165955,0.7776248455047607,396.0,101376.0,2413.6720920139924,6488064.0 +442.0,3.9000000953674316,2748.0,0.009523861110210419,0.1172892227768898,0.0,1.168204665184021,2.2621161937713623,-0.008964493870735168,0.0026134599465876818,0.20412831008434296,0.4151933491230011,0.7042995989322662,397.0,101632.0,2419.6346769100055,6504448.0 +427.67,3.799999952316284,2780.0,0.008567907847464085,0.1046346053481102,0.0,1.177004098892212,2.267972230911255,-0.01045957300812006,0.0025996158365160227,0.2410527467727661,0.4093952476978302,0.7875368595123291,398.0,101888.0,2425.5270724219736,6520832.0 +336.3,4.900000095367432,2756.0,0.010173946619033813,0.1322021484375,0.0,1.2245334386825562,2.2426083087921143,-0.009580730460584164,0.0026064852718263865,0.3372099697589874,0.4033222198486328,0.7942212969064713,399.0,102144.0,2431.470612081932,6537216.0 +373.93,4.900000095367432,2796.0,0.010194572620093822,0.1262410432100296,0.0,1.1306954622268677,2.2647125720977783,-0.008700411766767502,0.0026133607607334852,0.2300538569688797,0.40273359417915344,0.7974031418561935,400.0,102400.0,2437.3305537591223,6553600.0 +386.3,4.400000095367432,2772.0,0.010465196333825588,0.1374104768037796,0.0,1.1129475831985474,2.244637966156006,-0.009852717630565166,0.002609156770631671,0.19512678682804108,0.405924916267395,0.815059170126915,401.0,102656.0,2443.241565583041,6569984.0 +423.61,3.700000047683716,2789.0,0.011393832974135876,0.1479085236787796,0.0,1.1077361106872559,2.2545716762542725,-0.009437148459255695,0.0025916085578501225,0.18576598167419434,0.41331562399864197,0.82613705098629,402.0,102912.0,2449.115049048094,6586368.0 +461.32,3.5999999046325684,2755.0,0.011243564076721668,0.14263916015625,0.0,1.1093791723251343,2.254331350326538,-0.009678051806986332,0.0025862983893603086,0.17685604095458984,0.42631635069847107,0.8076374381780624,403.0,103168.0,2455.065709576942,6602752.0 +404.57,4.199999809265137,2783.0,0.00947175920009613,0.1173299178481102,0.0,1.2158931493759155,2.2367448806762695,-0.008885527029633522,0.002581757726147771,0.3853130340576172,0.43073680996894836,0.7774622440338135,404.0,103424.0,2460.9540444680024,6619136.0 +370.93,4.900000095367432,2744.0,0.010829046368598938,0.1298421174287796,0.0,1.1424695253372192,2.2352590560913086,-0.00990026444196701,0.0025794128887355328,0.24550072848796844,0.42779842019081116,0.8114086389541626,405.0,103680.0,2466.925457733916,6635520.0 +375.31,5.300000190734863,2800.0,0.010361929424107075,0.1277669221162796,0.0,1.1868232488632202,2.2734391689300537,-0.007127158343791962,0.00257660704664886,0.31723669171333313,0.4391517639160156,0.8457855135202408,406.0,103936.0,2472.7775424830616,6651904.0 +343.59,5.900000095367432,2797.0,0.011375986970961094,0.1500244140625,0.0,1.1434444189071655,2.2622077465057373,-0.009375741705298424,0.002582620130851865,0.2532994747161865,0.4210038483142853,0.8049687445163727,407.0,104192.0,2478.635980688967,6668288.0 +361.07,5.199999809265137,2760.0,0.008829395286738873,0.10577392578125,0.0,1.1716599464416504,2.237034559249878,-0.009994558058679104,0.002578127896413207,0.3021141290664673,0.4300672113895416,0.791022777557373,408.0,104448.0,2484.5715898799244,6684672.0 +364.09,4.900000095367432,2767.0,0.011273401789367199,0.1337076872587204,0.0,1.1757920980453491,2.2180709838867188,-0.009140422567725182,0.00258163851685822,0.3088392913341522,0.4278639853000641,0.813800260424614,409.0,104704.0,2490.4920375049114,6701056.0 +346.27,4.900000095367432,2758.0,0.012512978166341782,0.1636555939912796,0.0,1.170812726020813,2.2424046993255615,-0.007701914757490158,0.0025822410825639963,0.2901749312877655,0.4327181577682495,0.8136538565158844,410.0,104960.0,2496.4321926410776,6717440.0 +319.4,5.099999904632568,2764.0,0.009662512689828873,0.1212565079331398,0.0,1.2034207582473755,2.2319705486297607,-0.008713229559361935,0.0025828517973423004,0.3677208721637726,0.4238283932209015,0.8034650534391403,411.0,105216.0,2502.360303530004,6733824.0 +291.03,5.900000095367432,2783.0,0.011279123835265636,0.1389363557100296,0.0,1.1869004964828491,2.236708879470825,-0.00782154779881239,0.0025866886135190725,0.3357759714126587,0.41963720321655273,0.8084844946861267,412.0,105472.0,2508.2471229929943,6750208.0 +377.98,5.099999904632568,2811.0,0.010006580501794815,0.1233317032456398,0.0,1.1315845251083374,2.2618308067321777,-0.009455683641135693,0.0025850983802229166,0.2323344349861145,0.4176410734653473,0.7671134918928146,413.0,105728.0,2514.0752637931146,6766592.0 +413.09,5.300000190734863,2707.0,0.009884126484394073,0.1229044571518898,0.0,1.1454237699508667,2.251931667327881,-0.010091817937791348,0.002582083223387599,0.2388252168893814,0.437321275472641,0.776637926697731,414.0,105984.0,2520.1267066949513,6782976.0 +462.75,4.699999809265137,2741.0,0.012742261402308941,0.15899658203125,0.0,1.1720877885818481,2.2631657123565674,-0.010175961069762707,0.002572546945884824,0.27488481998443604,0.4565069377422333,0.7722944915294647,415.0,106240.0,2526.1054732080083,6799360.0 +355.34,5.599999904632568,2789.0,0.009253540076315403,0.1207275390625,0.0,1.2883137464523315,2.2655770778656006,-0.009977851994335651,0.002576415194198489,0.508057713508606,0.45370015501976013,0.7621737867593765,416.0,106496.0,2531.97959764814,6815744.0 +248.46,5.900000095367432,2751.0,0.008901706896722317,0.1095377579331398,0.0,1.232992172241211,2.274113416671753,-0.008358214981853962,0.00257871369831264,0.41142237186431885,0.43861106038093567,0.7318865656852722,417.0,106752.0,2537.9348545770627,6832128.0 +243.14,5.5,2801.0,0.0109579898416996,0.13287353515625,0.0,1.1289867162704468,2.312742233276367,-0.009276527911424637,0.0025749066844582558,0.21303892135620117,0.4347851276397705,0.8049074411392212,418.0,107008.0,2543.783681388013,6848512.0 +335.94,5.300000190734863,2777.0,0.008581544272601604,0.108154296875,0.0,1.172297477722168,2.2661430835723877,-0.00996095035225153,0.002575316233560443,0.29082366824150085,0.4421510398387909,0.7864910960197449,419.0,107264.0,2549.6825997501146,6864896.0 +367.38,5.199999809265137,2794.0,0.008499152027070522,0.1103515625,0.0,1.2170454263687134,2.2608067989349365,-0.009964157827198505,0.0025725436862558126,0.38906726241111755,0.43631401658058167,0.7757148891687393,420.0,107520.0,2555.545909279026,6881280.0 +298.72,5.599999904632568,2801.0,0.008584285154938698,0.106201171875,0.0,1.209812045097351,2.253099203109741,-0.01100477296859026,0.002569573000073433,0.3654691278934479,0.4468270242214203,0.8253396451473236,421.0,107776.0,2561.395829495974,6897664.0 +263.22,5.699999809265137,2779.0,0.009906278923153877,0.1215413436293602,0.0,1.1861294507980347,2.211408853530884,-0.01114783063530922,0.0025807281490415335,0.3410097360610962,0.4221039116382599,0.7973762154579163,422.0,108032.0,2567.292160162935,6914048.0 +273.0,5.5,2794.0,0.01004079170525074,0.1233927384018898,0.0,1.2079278230667114,2.220640182495117,-0.011579610407352448,0.002580338856205344,0.37398776412010193,0.4318225383758545,0.7695045918226242,423.0,108288.0,2573.155871414114,6930432.0 +330.14,4.900000095367432,2803.0,0.010671187192201614,0.1352335661649704,0.0,1.2116495370864868,2.2223689556121826,-0.009975402615964413,0.0025747918989509344,0.3633682429790497,0.4467501938343048,0.7643221020698547,424.0,108544.0,2579.0006403580774,6946816.0 +305.26,5.199999809265137,2817.0,0.010325408540666103,0.1302286833524704,0.0,1.1796250343322754,2.194931745529175,-0.010177532210946083,0.002577071078121662,0.3086431920528412,0.4378812313079834,0.8192199021577835,425.0,108800.0,2584.8163677179255,6963200.0 +251.36,5.699999809265137,2767.0,0.009708159603178501,0.1195271834731102,0.0,1.2516306638717651,2.1607301235198975,-0.009833933785557747,0.00257440865971148,0.4329332411289215,0.4541919231414795,0.7774907797574997,426.0,109056.0,2590.7390313469805,6979584.0 +281.52,5.300000190734863,2819.0,0.009579842910170555,0.1219278946518898,0.0,1.1995275020599365,2.179556131362915,-0.009915966540575027,0.002578126499429345,0.35001659393310547,0.43539488315582275,0.7898486405611038,427.0,109312.0,2596.551412231056,6995968.0 +260.32,5.0,2732.0,0.010378456674516201,0.13299560546875,0.0,1.22919499874115,2.163302183151245,-0.010288731195032597,0.0025748496409505606,0.4074913263320923,0.4388951361179352,0.7821222096681595,428.0,109568.0,2602.5482917400077,7012352.0 +276.0,5.0,2792.0,0.010102774016559124,0.1312255859375,0.0,1.180600881576538,2.1991891860961914,-0.009949243627488613,0.002573473146185279,0.3041110336780548,0.4446698725223541,0.7943023890256882,429.0,109824.0,2608.416635737056,7028736.0 +303.38,4.800000190734863,2808.0,0.010413282550871372,0.1318359375,0.0,1.1756534576416016,2.2166073322296143,-0.011024829931557178,0.0025706924498081207,0.2912043035030365,0.4505593776702881,0.8345288336277008,430.0,110080.0,2614.2519061570056,7045120.0 +269.61,4.900000095367432,2771.0,0.010318785905838013,0.1301472932100296,0.0,1.1918127536773682,2.1977150440216064,-0.008709676563739777,0.002568490570411086,0.3181746006011963,0.4519381523132324,0.8363040685653687,431.0,110336.0,2620.16381418705,7061504.0 +299.56,5.599999904632568,2817.0,0.009876249358057976,0.1227213516831398,0.0,1.1846671104431152,2.2194387912750244,-0.009448451921343803,0.002571175107732415,0.31072691082954407,0.44656991958618164,0.8171108514070511,432.0,110592.0,2625.9803147460334,7077888.0 +336.16,5.5,2787.0,0.010440760292112827,0.1289469450712204,0.0,1.158682107925415,2.2380969524383545,-0.00836928654462099,0.002570011420175433,0.26373884081840515,0.4416275918483734,0.7966707497835159,433.0,110848.0,2631.8589383070357,7094272.0 +337.97,5.199999809265137,2808.0,0.010873772203922272,0.1386311799287796,0.0,1.16775643825531,2.249542713165283,-0.008199431002140045,0.0025747620966285467,0.2844791114330292,0.43704643845558167,0.7735659033060074,434.0,111104.0,2637.6933671380393,7110656.0 +349.42,4.800000190734863,2759.0,0.010476905852556229,0.1322428435087204,0.0,1.1470633745193481,2.245465040206909,-0.009780216962099075,0.002577289240434766,0.2581082284450531,0.42603936791419983,0.7965696156024933,435.0,111360.0,2643.6304103680886,7127040.0 +383.05,5.0,2773.0,0.011124595999717712,0.1462605744600296,0.0,1.1634982824325562,2.2755837440490723,-0.011295981705188751,0.002575288526713848,0.28905484080314636,0.431576132774353,0.7716935724020004,436.0,111616.0,2649.5393613320775,7143424.0 +354.33,5.199999809265137,2789.0,0.012807839550077915,0.14373779296875,0.0,1.1880666017532349,2.23864483833313,-0.010201111435890198,0.0025662656407803297,0.31305575370788574,0.4542161524295807,0.7816503047943115,437.0,111872.0,2655.41468513594,7159808.0 +290.92,5.699999809265137,2786.0,0.01121830940246582,0.1329345703125,0.0,1.2184945344924927,2.2455408573150635,-0.009676261804997921,0.0025754577945917845,0.38815438747406006,0.4372490644454956,0.7494279742240906,438.0,112128.0,2661.296357898973,7176192.0 +332.12,5.099999904632568,2791.0,0.009347694925963879,0.11761474609375,0.0,1.1641470193862915,2.258535385131836,-0.008625407703220844,0.0025692859198898077,0.2762192487716675,0.4414762258529663,0.779251903295517,439.0,112384.0,2667.1662107519805,7192576.0 +402.7,4.599999904632568,2783.0,0.009698417037725449,0.1111043319106102,0.0,1.185858964920044,2.255943536758423,-0.008413365110754967,0.002569766016677022,0.3149913251399994,0.4446450173854828,0.7934570610523224,440.0,112640.0,2673.0538258310407,7208960.0 +340.76,5.199999809265137,2765.0,0.010277713648974895,0.1314900666475296,0.0,1.178108811378479,2.2272989749908447,-0.009962663054466248,0.0025678423698991537,0.30994388461112976,0.439136266708374,0.8200557380914688,441.0,112896.0,2678.9797705409583,7225344.0 +341.57,4.900000095367432,2740.0,0.009783591143786907,0.1182454451918602,0.0,1.1524046659469604,2.2354063987731934,-0.010647937655448914,0.0025651310570538044,0.26599135994911194,0.4356566369533539,0.8367937058210373,442.0,113152.0,2684.959286561003,7241728.0 +364.22,5.099999904632568,2798.0,0.009051291272044182,0.10870361328125,0.0,1.1444849967956543,2.2042179107666016,-0.010175663977861404,0.002570153446868062,0.24709336459636688,0.43436145782470703,0.8267954587936401,443.0,113408.0,2690.815542849945,7258112.0 +378.39,5.0,2786.0,0.009961548261344433,0.1197713240981102,0.0,1.1495505571365356,2.203045129776001,-0.009469899348914623,0.002566124079748988,0.24662800133228302,0.4438553750514984,0.8119176179170609,444.0,113664.0,2696.696455659112,7274496.0 +375.89,5.199999809265137,2758.0,0.009626159444451332,0.1223958358168602,0.0,1.206588864326477,2.2205324172973633,-0.008617891930043697,0.0025668463204056025,0.3549934923648834,0.44705140590667725,0.7729697674512863,445.0,113920.0,2702.6369087959174,7290880.0 +371.51,5.400000095367432,2814.0,0.010486853308975697,0.1259358674287796,0.0,1.1671142578125,2.205918073654175,-0.009862600825726986,0.0025698377285152674,0.2915099263191223,0.43472373485565186,0.8046830147504807,446.0,114176.0,2708.459519976983,7307264.0 +337.21,5.800000190734863,2809.0,0.012857594527304173,0.1648762971162796,0.0,1.1463357210159302,2.211707353591919,-0.008711705915629864,0.0025718885008245707,0.25116920471191406,0.43092063069343567,0.7957710921764374,447.0,114432.0,2714.2923869409133,7323648.0 +365.48,4.900000095367432,2823.0,0.011436630971729755,0.1449991911649704,0.0,1.1245250701904297,2.21309494972229,-0.011239707469940186,0.002567955991253257,0.2001923769712448,0.44304153323173523,0.8202220350503922,448.0,114688.0,2720.0957795530558,7340032.0 +393.14,4.699999809265137,2789.0,0.009975851513445377,0.1279500275850296,0.0,1.198255181312561,2.177002429962158,-0.010598872788250446,0.0025610930752009153,0.3411930501461029,0.45011070370674133,0.7654500156641006,449.0,114944.0,2725.97082919511,7356416.0 +364.57,4.599999904632568,2793.0,0.010643977671861649,0.1335652619600296,0.0,1.127282977104187,2.2022900581359863,-0.010723479092121124,0.0025649815797805786,0.29861360788345337,0.43788814544677734,0.8015774488449097,450.0,115200.0,2731.8376697450876,7372800.0 +351.81,4.699999809265137,2793.0,0.01019143033772707,0.1348470002412796,0.0,1.1220113039016724,2.216063976287842,-0.010548309423029423,0.002568373689427972,0.299113005399704,0.42673084139823914,0.7558423727750778,451.0,115456.0,2737.7042660110164,7389184.0 +330.33,5.199999809265137,2809.0,0.009012163616716862,0.1190389022231102,0.0,1.1249338388442993,2.229241371154785,-0.01074074488133192,0.0025683750864118338,0.2971401810646057,0.4339350163936615,0.7688412666320801,452.0,115712.0,2743.5369837409817,7405568.0 +283.4,6.099999904632568,2787.0,0.008264122530817986,0.1066080704331398,0.0,1.2098644971847534,2.214366912841797,-0.008492007851600647,0.0025649932213127613,0.44916513562202454,0.44672513008117676,0.771154597401619,453.0,115968.0,2749.414673156105,7421952.0 +280.34,5.800000190734863,2764.0,0.00855012983083725,0.1067098006606102,0.0,1.2092639207839966,2.2424638271331787,-0.01171901822090149,0.0025675680954009295,0.46112939715385437,0.44020381569862366,0.7566135674715042,454.0,116224.0,2755.3427324800286,7438336.0 +288.32,6.099999904632568,2775.0,0.010388006456196308,0.1327107697725296,0.0,1.1150914430618286,2.282778263092041,-0.009891199879348278,0.0025635985657572746,0.26561883091926575,0.44586217403411865,0.7948398888111115,455.0,116480.0,2761.2471382680815,7454720.0 +278.49,6.0,2774.0,0.009772539138793945,0.1189982071518898,0.0,1.1378141641616821,2.274946928024292,-0.0116339772939682,0.0025615061167627573,0.31168410181999207,0.44921374320983887,0.7910830676555634,456.0,116736.0,2767.153818506049,7471104.0 +318.66,5.5,2769.0,0.009348931722342968,0.1176554337143898,0.0,1.1523603200912476,2.2160627841949463,-0.00975547730922699,0.0025658337399363518,0.34010791778564453,0.44341906905174255,0.7985880970954895,457.0,116992.0,2773.071396372048,7487488.0 +395.88,5.0,2769.0,0.010184223763644695,0.1266276091337204,0.0,1.0868862867355347,2.2135188579559326,-0.00959527026861906,0.002567963907495141,0.2273181676864624,0.4265843331813812,0.8228694647550583,458.0,117248.0,2778.9881430990063,7503872.0 +359.4,5.199999809265137,2758.0,0.010572060011327267,0.13330078125,0.0,1.140245795249939,2.194495439529419,-0.011402354575693607,0.0025688514579087496,0.3337059020996094,0.42917442321777344,0.7736517935991287,459.0,117504.0,2784.927644754993,7520256.0 +325.24,5.800000190734863,2731.0,0.011553342454135418,0.1395670622587204,0.0,1.091475248336792,2.228397846221924,-0.010460198856890202,0.002569768577814102,0.2244998812675476,0.43761691451072693,0.8264336884021759,460.0,117760.0,2790.926279573934,7536640.0 +384.11,4.699999809265137,2803.0,0.011580616235733032,0.1399943083524704,0.0,1.096565842628479,2.2381093502044678,-0.009266586042940617,0.0025787262711673975,0.23458130657672882,0.4313565194606781,0.772648423910141,461.0,118016.0,2796.7706498061307,7553024.0 +390.58,4.400000095367432,2783.0,0.01095911581069231,0.1308797150850296,0.0,1.11300528049469,2.2516491413116455,-0.010049855336546898,0.0025861007161438465,0.25395914912223816,0.4407234191894531,0.7727499455213547,462.0,118272.0,2802.6568739109207,7569408.0 +443.27,4.199999809265137,2780.0,0.00902370736002922,0.1137898787856102,0.0,1.0877939462661743,2.2169487476348877,-0.010064792819321156,0.0025794950779527426,0.22523699700832367,0.42499229311943054,0.778135359287262,463.0,118528.0,2808.550397030078,7585792.0 +323.81,5.599999904632568,2783.0,0.008468159474432468,0.10687255859375,0.0,1.1796296834945679,2.1788437366485596,-0.008907205425202847,0.0025639028754085302,0.3978942930698395,0.4395435154438019,0.8176291733980179,464.0,118784.0,2814.4370388579555,7602176.0 +306.4,5.800000190734863,2731.0,0.010276521556079388,0.12677001953125,0.0,1.1678005456924438,2.1564278602600098,-0.010896353982388973,0.0025666486471891403,0.3684551417827606,0.4460948705673218,0.7373290657997131,465.0,119040.0,2820.4363662120886,7618560.0 +355.72,5.099999904632568,2809.0,0.011477983556687832,0.14483642578125,0.0,1.101346492767334,2.171233654022217,-0.009404052048921585,0.002568064723163843,0.24384821951389313,0.4360336363315582,0.7007940113544464,466.0,119296.0,2826.2691673610825,7634944.0 +390.34,4.800000190734863,2769.0,0.012233711779117584,0.1530354768037796,0.0,1.0855859518051147,2.196707248687744,-0.01070485357195139,0.002565996954217553,0.21521435678005219,0.4372580051422119,0.7811607271432877,467.0,119552.0,2832.186058382038,7651328.0 +412.66,4.699999809265137,2772.0,0.01147302333265543,0.1528523713350296,0.0,1.150661587715149,2.146697998046875,-0.009576900862157345,0.0025651827454566956,0.3289131224155426,0.4488966166973114,0.7405499219894409,468.0,119808.0,2838.096598366974,7667712.0 +318.02,5.099999904632568,2816.0,0.010506409220397472,0.12939453125,0.0,1.1893651485443115,2.1493380069732666,-0.01103940512984991,0.002560150343924761,0.4104330837726593,0.45044660568237305,0.7481310963630676,469.0,120064.0,2843.9149233330972,7684096.0 +304.33,4.800000190734863,2800.0,0.010958640836179256,0.1326497346162796,0.0,1.1439744234085083,2.2222275733947754,-0.010341295041143894,0.002568124094977975,0.32928329706192017,0.43831488490104675,0.7460531890392303,470.0,120320.0,2849.7659280421212,7700480.0 +273.58,5.5,2792.0,0.00939189363270998,0.1198323592543602,0.0,1.1300808191299438,2.2534611225128174,-0.009642067365348339,0.0025743122678250074,0.3047577440738678,0.43178626894950867,0.7637655884027481,471.0,120576.0,2855.6349178750534,7716864.0 +340.21,5.400000095367432,2838.0,0.011490310542285442,0.1407877653837204,0.0,1.1074297428131104,2.2580502033233643,-0.009833798743784428,0.0025660519022494555,0.25123482942581177,0.4433172047138214,0.759686678647995,472.0,120832.0,2861.4081506840885,7733248.0 +399.66,5.400000095367432,2711.0,0.010188412852585316,0.1285603791475296,0.0,1.1093237400054932,2.2017946243286133,-0.011924016289412975,0.0025608933065086603,0.2647874653339386,0.4401862323284149,0.8043133169412613,473.0,121088.0,2867.450811479008,7749632.0 +405.11,4.900000095367432,2774.0,0.011924336664378643,0.145263671875,0.0,1.09182870388031,2.231707811355591,-0.010076195001602173,0.0025618846993893385,0.23013083636760712,0.43677106499671936,0.7162111699581146,474.0,121344.0,2873.356799161993,7766016.0 +392.93,4.800000190734863,2759.0,0.010890056379139423,0.1406656950712204,0.0,1.1556607484817505,2.209298849105835,-0.011278867721557617,0.0025587838608771563,0.3515397310256958,0.4453108012676239,0.7831657081842422,475.0,121600.0,2879.29521673196,7782400.0 +372.46,5.300000190734863,2783.0,0.01106131449341774,0.1416015625,0.0,1.1004337072372437,2.2215628623962402,-0.010728898458182812,0.0025576853659003973,0.23852373659610748,0.4473128318786621,0.8396032005548477,476.0,121856.0,2885.1826222271193,7798784.0 +406.63,4.800000190734863,2775.0,0.01092340424656868,0.1437784880399704,0.0,1.1118868589401245,2.2218949794769287,-0.010645746253430843,0.002562249079346657,0.26904112100601196,0.4384180009365082,0.795154482126236,477.0,122112.0,2891.0863211350515,7815168.0 +402.83,4.900000095367432,2719.0,0.010791774839162827,0.1390177458524704,0.0,1.0930142402648926,2.2306742668151855,-0.010198826901614666,0.00256338226608932,0.23704062402248383,0.4323509633541107,0.82753886282444,478.0,122368.0,2897.1107330939267,7831552.0 +383.92,5.0,2696.0,0.010255299508571625,0.1302693635225296,0.0,1.1552659273147583,2.1994521617889404,-0.010074553079903126,0.0025610013399273157,0.3378824293613434,0.45293572545051575,0.7867919057607651,479.0,122624.0,2903.1880926440936,7847936.0 +397.96,4.400000095367432,2743.0,0.01039183884859085,0.126708984375,0.0,1.1036293506622314,2.2406744956970215,-0.01151703018695116,0.0025554036255925894,0.23916155099868774,0.45501723885536194,0.7579438388347626,480.0,122880.0,2909.160571279004,7864320.0 +389.59,4.0,2714.0,0.011018957011401653,0.1309000700712204,0.0,1.0679148435592651,2.260648012161255,-0.012452910654246807,0.0025549023412168026,0.17406316101551056,0.45181286334991455,0.7700311690568924,481.0,123136.0,2915.196780746104,7880704.0 +364.93,4.300000190734863,2683.0,0.01082224864512682,0.14337158203125,0.0,1.1517852544784546,2.236579179763794,-0.009665356017649174,0.0025554760359227657,0.33060649037361145,0.4559016525745392,0.8047627806663513,482.0,123392.0,2921.304209321039,7897088.0 +341.97,5.5,2725.0,0.010301352478563786,0.1284383088350296,0.0,1.1185120344161987,2.2239131927490234,-0.01072328258305788,0.002553832484409213,0.253629595041275,0.46718525886535645,0.8411039113998413,483.0,123648.0,2927.3160684590694,7913472.0 +363.34,5.099999904632568,2770.0,0.009588045999407768,0.1231485977768898,0.0,1.0785691738128662,2.2399044036865234,-0.010852335952222347,0.0025520415510982275,0.18151654303073883,0.4619579315185547,0.8432040065526962,484.0,123904.0,2933.2304403600283,7929856.0 +374.01,4.900000095367432,2736.0,0.011235136538743973,0.1496175080537796,0.0,1.0592563152313232,2.25886607170105,-0.008924099616706371,0.0025542890653014183,0.16378076374530792,0.4400959014892578,0.8536796867847443,485.0,124160.0,2939.217993864091,7946240.0 +450.68,4.199999809265137,2786.0,0.011676368303596973,0.1570637971162796,0.0,1.0519461631774902,2.3094990253448486,-0.010686077177524567,0.002557947766035795,0.16077135503292084,0.43224576115608215,0.8277666568756104,486.0,124416.0,2945.100030235946,7962624.0 +507.5,3.700000047683716,2785.0,0.011498999781906605,0.14935302734375,0.0,1.0858266353607178,2.296849489212036,-0.010946127586066723,0.002563898218795657,0.22112327814102173,0.43580362200737,0.8413901180028915,487.0,124672.0,2950.9834399239626,7979008.0 +448.94,4.0,2774.0,0.013289540074765682,0.17474365234375,0.0,1.1013225317001343,2.3191466331481934,-0.010071608237922192,0.0025703138671815395,0.25618407130241394,0.42802390456199646,0.8039089292287827,488.0,124928.0,2956.8899056350347,7995392.0 +424.3,4.5,2802.0,0.009288025088608265,0.1241455078125,0.0,1.061719536781311,2.313983201980591,-0.010525033809244633,0.002557270461693406,0.16770994663238525,0.4431172311306,0.7680553048849106,489.0,125184.0,2962.736053111963,8011776.0 +428.93,4.699999809265137,2794.0,0.010069061070680618,0.1367594450712204,0.0,1.0963656902313232,2.2842209339141846,-0.00947774387896061,0.0025515519082546234,0.2306588888168335,0.44908571243286133,0.8016714453697205,490.0,125440.0,2968.6002025089692,8028160.0 +498.32,4.900000095367432,2808.0,0.009841836988925934,0.1246744766831398,0.0,1.097169041633606,2.270521402359009,-0.009325231425464153,0.0025580718647688627,0.23636086285114288,0.44184741377830505,0.7879859656095505,491.0,125696.0,2974.4353942179587,8044544.0 +435.7,5.599999904632568,2740.0,0.011025314219295979,0.136962890625,0.0,1.110648512840271,2.248041868209839,-0.009255845099687576,0.002556469989940524,0.2669631540775299,0.4390471279621124,0.7777440547943115,492.0,125952.0,2980.414642276941,8060928.0 +443.59,5.699999809265137,2771.0,0.011522453278303146,0.1504720002412796,0.0,1.1052933931350708,2.238240957260132,-0.010628673247992992,0.002554405713453889,0.258646160364151,0.44021210074424744,0.8021952956914902,493.0,126208.0,2986.328314931132,8077312.0 +419.62,5.800000190734863,2755.0,0.010689248330891132,0.1424967497587204,0.0,1.1096738576889038,2.2257883548736572,-0.01021682657301426,0.002551201032474637,0.26058363914489746,0.44670867919921875,0.7806881666183472,494.0,126464.0,2992.2743438319303,8093696.0 +422.3,5.5,2805.0,0.009302393533289433,0.1166178360581398,0.0,1.1053165197372437,2.2614145278930664,-0.011486914940178394,0.0025538275949656963,0.24506507813930511,0.45395466685295105,0.7967502474784851,495.0,126720.0,2998.114849542966,8110080.0 +414.58,5.5,2785.0,0.011940640397369862,0.1599324494600296,0.0,1.16839599609375,2.2373013496398926,-0.009607765823602676,0.002555691869929433,0.37286436557769775,0.4480172395706177,0.7625468075275421,496.0,126976.0,3003.9978589240927,8126464.0 +366.83,5.5,2815.0,0.009272991679608822,0.1160888671875,0.0,1.0923184156417847,2.2703704833984375,-0.010059394873678684,0.0025523758959025145,0.21468062698841095,0.4561375677585602,0.8385567963123322,497.0,127232.0,3009.817024928052,8142848.0 +357.23,5.300000190734863,2818.0,0.009437439031898975,0.1178181990981102,0.0,1.1692017316818237,2.2555325031280518,-0.010512560606002808,0.0025539747439324856,0.3694007098674774,0.45504531264305115,0.7757099866867065,498.0,127488.0,3015.6303985519335,8159232.0 +288.24,5.300000190734863,2753.0,0.008158172480762005,0.0951334610581398,0.0,1.186882734298706,2.2251358032226562,-0.010511837899684906,0.00254837772808969,0.39044511318206787,0.46951067447662354,0.8015599101781845,499.0,127744.0,3021.582212961046,8175616.0 +310.97,5.300000190734863,2793.0,0.008246839046478271,0.09893798828125,0.0,1.2809520959854126,2.198082685470581,-0.009657765738666058,0.0025497227907180786,0.32170620560646057,0.46361032128334045,0.7706937342882156,500.0,128000.0,3027.447845040122,8192000.0 +351.53,5.5,2812.0,0.00843052938580513,0.1026814803481102,0.0,1.272524118423462,2.177464485168457,-0.011308862827718258,0.0025492755230516195,0.31526342034339905,0.4581560790538788,0.7884969115257263,501.0,128256.0,3033.2749559229705,8208384.0 +308.57,6.099999904632568,2761.0,0.009147710166871548,0.1136474609375,0.0,1.3692556619644165,2.1480162143707275,-0.01156872883439064,0.002548833144828677,0.5019689202308655,0.4634251594543457,0.7514416575431824,502.0,128512.0,3039.207717567915,8224768.0 +328.44,5.400000095367432,2733.0,0.009765841998159885,0.1283162385225296,0.0,1.2281383275985718,2.1758010387420654,-0.011134430766105652,0.0025521910283714533,0.21570485830307007,0.4645509421825409,0.8305136859416962,503.0,128768.0,3045.2030466471333,8241152.0 +300.35,5.699999809265137,2744.0,0.009734312072396278,0.1242879256606102,0.0,1.292237401008606,2.208702802658081,-0.007445498835295439,0.0025487265083938837,0.3277973234653473,0.4733670651912689,0.8047120720148087,504.0,129024.0,3051.1734029999934,8257536.0 +312.81,5.699999809265137,2787.0,0.008478490635752678,0.1044108048081398,0.0,1.2815865278244019,2.1868503093719482,-0.009466435760259628,0.0025447371881455183,0.2887677252292633,0.49146175384521484,0.7950590699911118,505.0,129280.0,3057.05174837308,8273920.0 +380.69,5.199999809265137,2726.0,0.008471840061247349,0.1039835587143898,0.0,1.299837350845337,2.191683292388916,-0.009218480437994003,0.002549131168052554,0.33903923630714417,0.4785710871219635,0.7758706510066986,506.0,129536.0,3063.060976997949,8290304.0 +352.65,5.300000190734863,2756.0,0.008484110236167908,0.1059773787856102,0.0,1.298625111579895,2.1603009700775146,-0.010107115842401981,0.0025464037898927927,0.3459978997707367,0.4737207889556885,0.7689247727394104,507.0,129792.0,3069.0059942889493,8306688.0 +301.57,5.599999904632568,2805.0,0.010518738068640232,0.1359659880399704,0.0,1.289819598197937,2.1416523456573486,-0.009263626299798489,0.0025506876409053802,0.3352644741535187,0.46483349800109863,0.7937109619379044,508.0,130048.0,3074.847429835936,8323072.0 +258.31,5.800000190734863,2765.0,0.010927841998636723,0.1422119140625,0.0,1.243205189704895,2.1616082191467285,-0.01079749595373869,0.002554062521085143,0.25693947076797485,0.4545145034790039,0.7727919071912766,509.0,130304.0,3080.7726940929424,8339456.0 +371.01,4.900000095367432,2771.0,0.010679226368665695,0.1302693635225296,0.0,1.212458610534668,2.1284873485565186,-0.009351329877972603,0.002550946082919836,0.1967475861310959,0.45240744948387146,0.791210949420929,510.0,130560.0,3086.6852832490113,8355840.0 +414.73,4.699999809265137,2793.0,0.01160303596407175,0.14739990234375,0.0,1.2580510377883911,2.1502907276153564,-0.008986098691821098,0.0025503900833427906,0.27091050148010254,0.4653102159500122,0.7699172794818878,511.0,130816.0,3092.550281214062,8372224.0 +456.94,4.599999904632568,2793.0,0.012119151651859283,0.1541951447725296,0.0,1.2652608156204224,2.1216862201690674,-0.011545025743544102,0.0025587985292077065,0.28594082593917847,0.4640757739543915,0.7279675304889679,512.0,131072.0,3098.415495183086,8388608.0 +371.64,5.599999904632568,2730.0,0.011315583251416683,0.1452840119600296,0.0,1.2728698253631592,2.1049411296844482,-0.010256702080368996,0.0025475628208369017,0.3007359802722931,0.4678152799606323,0.7994507104158401,513.0,131328.0,3104.415850575082,8404992.0 +365.74,5.599999904632568,2743.0,0.01090259850025177,0.1416422575712204,0.0,1.286205768585205,2.083622694015503,-0.01107129454612732,0.0025417401921004057,0.32518526911735535,0.47331181168556213,0.7855502218008041,514.0,131584.0,3110.389021276962,8421376.0 +372.65,5.599999904632568,2769.0,0.011923589743673801,0.1446126252412796,0.0,1.2779206037521362,2.1145975589752197,-0.008594116196036339,0.002546664560213685,0.3090972900390625,0.4672142267227173,0.7849238067865372,515.0,131840.0,3116.3065564960707,8437760.0 +338.3,5.699999809265137,2765.0,0.010455664247274399,0.1326497346162796,0.0,1.2696212530136108,2.154534101486206,-0.009493003599345684,0.00254721543751657,0.30238014459609985,0.4614405333995819,0.7992532700300217,516.0,132096.0,3122.232504422078,8454144.0 +331.89,5.099999904632568,2739.0,0.01041570957750082,0.1279500275850296,0.0,1.2572721242904663,2.1467020511627197,-0.009485938586294651,0.002546168863773346,0.26864975690841675,0.4686518609523773,0.824038177728653,517.0,132352.0,3128.212895707926,8470528.0 +371.14,4.199999809265137,2819.0,0.010244177654385567,0.1197713240981102,0.0,1.2406419515609741,2.1253445148468018,-0.010405227541923523,0.0025580001529306173,0.22921745479106903,0.4684591293334961,0.8148758411407471,518.0,132608.0,3134.0243788890075,8486912.0 +377.42,4.300000190734863,2804.0,0.01026099268347025,0.1207275390625,0.0,1.2086232900619507,2.1462831497192383,-0.011563651263713837,0.002542037982493639,0.1737629920244217,0.4720271825790405,0.8095720261335373,519.0,132864.0,3139.8676853009965,8503296.0 +411.16,3.799999952316284,2779.0,0.01150466874241829,0.1385294646024704,0.0,1.2588716745376587,2.153580904006958,-0.009657850489020348,0.002543933689594269,0.27861288189888,0.46502766013145447,0.7855412364006042,520.0,133120.0,3145.7626221699174,8519680.0 +372.88,4.800000190734863,2792.0,0.010617345571517944,0.1356201171875,0.0,1.2533851861953735,2.1559250354766846,-0.010174346156418324,0.0025389299262315035,0.2655313313007355,0.4699361026287079,0.8391209095716476,521.0,133376.0,3151.631237207912,8536064.0 +317.76,5.599999904632568,2737.0,0.00970382709056139,0.1218465194106102,0.0,1.2907510995864868,2.138831853866577,-0.010172226466238499,0.0025362458545714617,0.3417963683605194,0.4698593318462372,0.7760671079158783,522.0,133632.0,3157.616543278098,8552448.0 +361.78,5.0,2773.0,0.010866145603358746,0.1360270231962204,0.0,1.2570128440856934,2.1148836612701416,-0.011258496902883053,0.002549713710322976,0.26633182168006897,0.47043219208717346,0.7851659655570984,523.0,133888.0,3163.52441782807,8568832.0 +372.05,4.800000190734863,2784.0,0.010612931102514267,0.1272176057100296,0.0,1.2782796621322632,2.101130723953247,-0.009487136267125607,0.002544370712712407,0.30122748017311096,0.475987046957016,0.7724561244249344,524.0,134144.0,3169.4090944509953,8585216.0 +325.99,4.800000190734863,2782.0,0.011423098854720592,0.1371053010225296,0.0,1.2989919185638428,2.102119207382202,-0.009744030423462391,0.002543296664953232,0.32709166407585144,0.4886707067489624,0.7665100246667862,525.0,134400.0,3175.2990130691323,8601600.0 +298.08,5.5,2774.0,0.00790849607437849,0.09637451171875,0.0,1.3231016397476196,2.125761032104492,-0.008294121362268925,0.002542308298870921,0.39545026421546936,0.4721338748931885,0.7742896378040314,526.0,134656.0,3181.2043165459763,8617984.0 +296.16,5.5,2748.0,0.009244915097951889,0.1079915389418602,0.0,1.3223575353622437,2.125765085220337,-0.008702322840690613,0.002543041715398431,0.3901394307613373,0.47526827454566956,0.7910821586847305,527.0,134912.0,3187.1673918650486,8634368.0 +292.77,5.5,2782.0,0.00999324582517147,0.1241861954331398,0.0,1.2609511613845825,2.130779981613159,-0.010461072437465191,0.002546866424381733,0.2777816355228424,0.46819591522216797,0.8006604760885239,528.0,135168.0,3193.0562628039625,8650752.0 +290.84,5.699999809265137,2781.0,0.010429177433252335,0.1296590119600296,0.0,1.2698675394058228,2.1019017696380615,-0.010730194859206676,0.0025381522718816996,0.30210432410240173,0.46762514114379883,0.8244215250015259,529.0,135424.0,3198.9486986331176,8667136.0 +314.38,5.699999809265137,2782.0,0.010611128993332386,0.1338907927274704,0.0,1.2375444173812866,2.1185553073883057,-0.011524408124387264,0.00254242355003953,0.24756820499897003,0.45930907130241394,0.7719398736953735,530.0,135680.0,3204.8378832070157,8683520.0 +421.69,4.300000190734863,2819.0,0.011120256967842579,0.1390584260225296,0.0,1.2440929412841797,2.118624210357666,-0.010658790357410908,0.002536264481022954,0.2378273457288742,0.4783194065093994,0.7773330062627792,531.0,135936.0,3210.650209269952,8699904.0 +402.74,4.400000095367432,2794.0,0.01142505556344986,0.143798828125,0.0,1.2934125661849976,2.115597724914551,-0.00975057389587164,0.0025441430043429136,0.33548757433891296,0.4737023115158081,0.7668428272008896,532.0,136192.0,3216.514645762043,8716288.0 +390.75,5.0,2752.0,0.011932951398193836,0.15667724609375,0.0,1.2650495767593384,2.1081273555755615,-0.006729280576109886,0.002552372170612216,0.2573602497577667,0.48106661438941956,0.7975473403930664,533.0,136448.0,3222.467019510921,8732672.0 +392.28,5.400000095367432,2794.0,0.010501735843718052,0.12982177734375,0.0,1.2646530866622925,2.1370205879211426,-0.008933625183999538,0.0025464699137955904,0.2941599190235138,0.4594097137451172,0.7725480198860168,534.0,136704.0,3228.3310164660215,8749056.0 +359.88,5.199999809265137,2797.0,0.01060144230723381,0.1313069611787796,0.0,1.2600698471069336,2.1547305583953857,-0.009448734112083912,0.0025380628649145365,0.28884783387184143,0.4617489278316498,0.75602987408638,535.0,136960.0,3234.191144392127,8765440.0 +381.14,4.900000095367432,2729.0,0.01212881226092577,0.1520792692899704,0.0,1.2357078790664673,2.171750783920288,-0.01090362761169672,0.002545238472521305,0.27064722776412964,0.4375775158405304,0.7290900647640228,536.0,137216.0,3240.193865400972,8781824.0 +420.42,4.599999904632568,2789.0,0.01368906069546938,0.16326904296875,0.0,1.232615351676941,2.2126047611236572,-0.00878237932920456,0.0025405536871403456,0.24177862703800201,0.45445433259010315,0.8105836063623428,537.0,137472.0,3246.0708044569474,8798208.0 +367.66,5.400000095367432,2773.0,0.011556163430213928,0.137939453125,0.0,1.2556509971618652,2.207052230834961,-0.01038440503180027,0.0025351925287395716,0.2865152060985565,0.46047666668891907,0.832165852189064,538.0,137728.0,3251.979394129012,8814592.0 +379.97,5.199999809265137,2780.0,0.013637170195579529,0.1595458984375,0.0,1.237151026725769,2.1923134326934814,-0.009264887310564518,0.0025389210786670446,0.24681402742862701,0.45873889327049255,0.8037770688533783,539.0,137984.0,3257.8718327439856,8830976.0 +398.18,4.900000095367432,2740.0,0.01203873660415411,0.14105224609375,0.0,1.2545722723007202,2.185286045074463,-0.010119779966771603,0.002541531343013048,0.2856731712818146,0.45558658242225647,0.7690354585647583,540.0,138240.0,3263.8503251050133,8847360.0 +419.88,4.699999809265137,2779.0,0.010501033626496792,0.1366373747587204,0.0,1.2036151885986328,2.1854429244995117,-0.010175259783864021,0.0025449043605476618,0.20322827994823456,0.4392925202846527,0.7738881707191467,541.0,138496.0,3269.7466229200363,8863744.0 +471.16,4.300000190734863,2767.0,0.01135577354580164,0.1455281525850296,0.0,1.2061229944229126,2.1883370876312256,-0.011050929315388203,0.002551222685724497,0.21844953298568726,0.42979636788368225,0.7625748068094254,542.0,138752.0,3275.666763321031,8880128.0 +447.32,4.800000190734863,2698.0,0.010685502551496029,0.1202596053481102,0.0,1.2407664060592651,2.188279628753662,-0.00918140634894371,0.002546915551647544,0.2757764756679535,0.43815359473228455,0.7972694784402847,543.0,139008.0,3281.738778132014,8896512.0 +412.12,4.800000190734863,2757.0,0.011361432261765003,0.1448567658662796,0.0,1.218610167503357,2.1519088745117188,-0.010320373810827732,0.002542288973927498,0.22122503817081451,0.4493643045425415,0.7608044147491455,544.0,139264.0,3287.6808487449307,8912896.0 +408.01,4.699999809265137,2757.0,0.011101034469902515,0.1385701447725296,0.0,1.2302721738815308,2.1757566928863525,-0.009998530149459839,0.0025394835975021124,0.24450010061264038,0.4506783187389374,0.788658395409584,545.0,139520.0,3293.623228996992,8929280.0 +395.24,4.900000095367432,2798.0,0.01192095223814249,0.1418050080537796,0.0,1.2759078741073608,2.144045114517212,-0.008125546388328075,0.0025344996247440577,0.3387114703655243,0.4476453959941864,0.7933014631271362,546.0,139776.0,3299.478825425962,8945664.0 +374.46,5.099999904632568,2744.0,0.01195981353521347,0.15093994140625,0.0,1.2185665369033813,2.1368048191070557,-0.009408841840922832,0.0025365978945046663,0.2200453132390976,0.4514305293560028,0.810541570186615,547.0,140032.0,3305.450099206064,8962048.0 +376.89,5.300000190734863,2804.0,0.011883133091032505,0.14764404296875,0.0,1.2387582063674927,2.1288371086120605,-0.010489728301763535,0.0025387913919985294,0.2653181850910187,0.44815459847450256,0.8079541921615601,548.0,140288.0,3311.2943883801345,8978432.0 +304.5,6.400000095367432,2811.0,0.010400624945759773,0.1312662810087204,0.0,1.3968425989151,2.0701849460601807,-0.009562084451317787,0.0025360258296132088,0.5489768981933594,0.47178778052330017,0.7532373666763306,549.0,140544.0,3317.123926905915,8994816.0 +243.61,5.900000095367432,2729.0,0.00859921332448721,0.1030476912856102,0.0,1.6168924570083618,2.054386615753174,-0.006584968883544207,0.002536026993766427,0.5220257639884949,0.460747092962265,0.7685292959213257,550.0,140800.0,3323.1263745159376,9011200.0 +229.29,5.900000095367432,2810.0,0.00832278747111559,0.09967041015625,0.0,1.47592031955719,2.1341512203216553,-0.009955994784832,0.0025374707765877247,0.2708081305027008,0.44603201746940613,0.784595713019371,551.0,141056.0,3328.955772967078,9027584.0 +268.04,5.599999904632568,2796.0,0.01169798243790865,0.1279093474149704,0.0,1.4773192405700684,2.1250808238983154,-0.007382076699286699,0.002549075288698077,0.24197328090667725,0.45666933059692383,0.7653745114803314,552.0,141312.0,3334.814828115981,9043968.0 +368.43,4.800000190734863,2818.0,0.009863672778010368,0.12127685546875,0.0,1.4389296770095825,2.165451765060425,-0.008758689276874065,0.002543823327869177,0.19172197580337524,0.4449406564235687,0.8019417077302933,553.0,141568.0,3340.629278725013,9060352.0 +439.1,4.400000095367432,2786.0,0.010304163210093975,0.1255696564912796,0.0,1.5230106115341187,2.1368205547332764,-0.00805545412003994,0.0025406801141798496,0.34115198254585266,0.45698270201683044,0.7899082452058792,554.0,141824.0,3346.5099640570115,9076736.0 +324.35,4.699999809265137,2794.0,0.010194548405706882,0.12152099609375,0.0,1.524849534034729,2.1022756099700928,-0.00958837941288948,0.0025400721933692694,0.356283575296402,0.4516127109527588,0.7836236506700516,555.0,142080.0,3352.3752138519194,9093120.0 +275.21,5.599999904632568,2810.0,0.00887912418693304,0.1023356094956398,0.0,1.5840167999267578,2.0664048194885254,-0.009927261620759964,0.0025378053542226553,0.4591940939426422,0.462361216545105,0.7710961997509003,556.0,142336.0,3358.205003408948,9109504.0 +281.99,5.900000095367432,2757.0,0.011195099912583828,0.1363932341337204,0.0,1.4900118112564087,2.109884023666382,-0.009634250774979591,0.002539289416745305,0.29044243693351746,0.44975993037223816,0.7800770103931427,557.0,142592.0,3364.14671497792,9125888.0 +331.54,5.5,2750.0,0.011182013899087906,0.12860107421875,0.0,1.4793977737426758,2.119821310043335,-0.01091962680220604,0.0025412121322005987,0.2766279876232147,0.4458960294723511,0.7544363886117935,558.0,142848.0,3370.1045069629326,9142272.0 +359.95,5.199999809265137,2807.0,0.011981162242591381,0.13616943359375,0.0,1.493627667427063,2.097541570663452,-0.009301929734647274,0.0025327408220618963,0.28083181381225586,0.46299099922180176,0.796908438205719,559.0,143104.0,3375.9423646370415,9158656.0 +400.92,4.699999809265137,2792.0,0.012734645046293736,0.1424153596162796,0.0,1.4936293363571167,2.117323637008667,-0.008074776269495487,0.0025332437362521887,0.2925877869129181,0.45410728454589844,0.7772991210222244,560.0,143360.0,3381.811768477084,9175040.0 +387.29,4.900000095367432,2757.0,0.009789329022169113,0.1239013671875,0.0,1.4845123291015625,2.131030797958374,-0.009518168866634369,0.0025329331401735544,0.26923394203186035,0.4594382047653198,0.7623274177312851,561.0,143616.0,3387.753761179978,9191424.0 +372.21,4.599999904632568,2781.0,0.010142733342945576,0.1204427108168602,0.0,1.493804931640625,2.0685982704162598,-0.009028146974742413,0.0025361960288137197,0.2723195254802704,0.46610116958618164,0.7984431833028793,562.0,143872.0,3393.6448510959744,9207808.0 +349.88,5.0,2792.0,0.01205469574779272,0.1339111328125,0.0,1.5114482641220093,2.051757335662842,-0.01136694010347128,0.0025339031126350164,0.32289403676986694,0.4604056179523468,0.7889478653669357,563.0,144128.0,3399.5134904040024,9224192.0 +280.85,6.300000190734863,2737.0,0.008238466456532478,0.09381103515625,0.0,1.5887250900268555,2.0468149185180664,-0.008061942644417286,0.002532670507207513,0.49261221289634705,0.4473511874675751,0.7933168709278107,564.0,144384.0,3405.4996432750486,9240576.0 +262.25,6.300000190734863,2797.0,0.012089482508599758,0.1324462890625,0.0,1.4929388761520386,2.0803167819976807,-0.009394001215696335,0.0025321647990494967,0.294174462556839,0.453978568315506,0.8104594051837921,565.0,144640.0,3411.3578688111156,9256960.0 +308.11,5.400000095367432,2766.0,0.010918635874986649,0.1233723983168602,0.0,1.4915858507156372,2.0946638584136963,-0.009134583175182343,0.0025355552788823843,0.29028749465942383,0.4528767764568329,0.786747395992279,566.0,144896.0,3417.2815455200616,9273344.0 +315.94,5.199999809265137,2733.0,0.010553847067058086,0.1172688826918602,0.0,1.480599284172058,2.104868173599243,-0.008304150775074959,0.0025326746981590986,0.27043431997299194,0.45208099484443665,0.8111438751220703,567.0,145152.0,3423.276507494971,9289728.0 +326.04,5.300000190734863,2783.0,0.011451161466538906,0.1332600861787796,0.0,1.4856632947921753,2.0864031314849854,-0.010035795159637928,0.002534577390179038,0.27490609884262085,0.45659875869750977,0.8040262162685394,568.0,145408.0,3429.163123141974,9306112.0 +350.93,5.099999904632568,2799.0,0.009262747131288052,0.109130859375,0.0,1.5073970556259155,2.078962564468384,-0.008381917141377926,0.002534932689741254,0.32549533247947693,0.4498099386692047,0.8033851087093353,569.0,145664.0,3435.016010797117,9322496.0 +355.41,5.699999809265137,2829.0,0.007963352836668491,0.09588623046875,0.0,1.5616012811660767,2.056532621383667,-0.009057891555130482,0.0025360926520079374,0.3869464099407196,0.47914281487464905,0.7766410857439041,570.0,145920.0,3440.8083543300163,9338880.0 +287.13,6.400000095367432,2808.0,0.009734340943396091,0.1175740584731102,0.0,1.5854910612106323,2.022322177886963,-0.010369381867349148,0.0025303110014647245,0.45230746269226074,0.4722566306591034,0.7780941724777222,571.0,146176.0,3446.6439065649174,9355264.0 +260.8,5.900000095367432,2780.0,0.008973979391157627,0.10321044921875,0.0,1.5838812589645386,2.015561103820801,-0.007914534769952297,0.002536921761929989,0.44718870520591736,0.4669852554798126,0.7535144984722137,572.0,146432.0,3452.5368577260524,9371648.0 +271.93,5.800000190734863,2724.0,0.010177389718592167,0.123291015625,0.0,1.5292011499404907,2.091545820236206,-0.010668312199413776,0.002536036306992173,0.3506819009780884,0.4637864828109741,0.8213534653186798,573.0,146688.0,3458.550965822069,9388032.0 +312.17,5.900000095367432,2744.0,0.010767992585897446,0.1228841170668602,0.0,1.5185284614562988,2.0545547008514404,-0.0096031678840518,0.00253025209531188,0.32186365127563477,0.4695560038089752,0.8254320472478867,574.0,146944.0,3464.52202356793,9404416.0 +287.89,5.300000190734863,2773.0,0.012012123130261898,0.140380859375,0.0,1.5149141550064087,2.062847137451172,-0.008217958733439445,0.002537917345762253,0.30682626366615295,0.46897590160369873,0.824559360742569,575.0,147200.0,3470.431045849109,9420800.0 +273.56,5.599999904632568,2791.0,0.011607527732849121,0.1357218474149704,0.0,1.560009479522705,2.0870227813720703,-0.011575624346733093,0.002530024154111743,0.4027097523212433,0.4738633334636688,0.7745646983385086,576.0,147456.0,3476.3008666820824,9437184.0 +260.08,5.699999809265137,2801.0,0.010307357646524906,0.1253458708524704,0.0,1.5481241941452026,2.0643320083618164,-0.009508587419986725,0.0025286010932177305,0.3618324100971222,0.48239901661872864,0.7875606417655945,577.0,147712.0,3482.1504967149813,9453568.0 +258.52,6.300000190734863,2768.0,0.009660355746746063,0.11199951171875,0.0,1.5085080862045288,2.0657052993774414,-0.009960474446415901,0.002527040196582675,0.3079788386821747,0.4679001569747925,0.8251977115869522,578.0,147968.0,3488.068662397098,9469952.0 +322.46,6.0,2793.0,0.011229903437197208,0.1298421174287796,0.0,1.4995392560958862,2.090782642364502,-0.01000986248254776,0.00252292538061738,0.2847644090652466,0.4736308157444,0.8275395333766937,579.0,148224.0,3493.934270913014,9486336.0 +336.99,5.5,2789.0,0.011091727763414383,0.13238525390625,0.0,1.5117536783218384,2.083756923675537,-0.010439402423799038,0.0025242480915039778,0.32683834433555603,0.4623902142047882,0.8262364864349365,580.0,148480.0,3499.8082955349237,9502720.0 +342.74,4.900000095367432,2681.0,0.013199019245803356,0.15765380859375,0.0,1.47222101688385,2.079273223876953,-0.01013255026191473,0.0025251281913369894,0.237803652882576,0.46774137020111084,0.7914754152297974,581.0,148736.0,3505.9199317730963,9519104.0 +331.14,5.199999809265137,2743.0,0.011263887397944927,0.1376139372587204,0.0,1.5138167142868042,2.0165317058563232,-0.006614254787564278,0.002520960755646229,0.29949185252189636,0.47808265686035156,0.8133380115032196,582.0,148992.0,3511.893833861919,9535488.0 +344.39,5.300000190734863,2793.0,0.009286205284297466,0.11102294921875,0.0,1.4751571416854858,2.0496888160705566,-0.009458807297050953,0.0025276090018451214,0.24531002342700958,0.4642678201198578,0.7747490853071213,583.0,149248.0,3517.761053306982,9551872.0 +379.37,5.0,2747.0,0.009695746935904026,0.1151326522231102,0.0,1.513303279876709,2.033715009689331,-0.008691280148923397,0.002525259042158723,0.32322150468826294,0.46327170729637146,0.8147062808275223,584.0,149504.0,3523.72585970792,9568256.0 +358.96,5.199999809265137,2771.0,0.011073718778789043,0.1288248747587204,0.0,1.5124449729919434,2.0972180366516113,-0.011300754733383656,0.002526872791349888,0.31678518652915955,0.469470351934433,0.7686891853809357,585.0,149760.0,3529.6377747170627,9584640.0 +327.84,5.300000190734863,2795.0,0.009966819547116756,0.1179402694106102,0.0,1.4812685251235962,2.1419551372528076,-0.01020515151321888,0.0025248879101127386,0.2524087727069855,0.47091686725616455,0.8291675895452499,586.0,150016.0,3535.498944560066,9601024.0 +304.73,5.099999904632568,2809.0,0.0102012250572443,0.1246134415268898,0.0,1.5351814031600952,2.1053783893585205,-0.009743760339915752,0.002527276985347271,0.3635675609111786,0.466605544090271,0.7946274876594543,587.0,150272.0,3541.3315880459268,9617408.0 +298.53,5.800000190734863,2824.0,0.0108136385679245,0.132080078125,0.0,1.5976797342300415,2.0692548751831055,-0.009631366468966007,0.0025210140738636255,0.46898797154426575,0.4813801944255829,0.7753969132900238,588.0,150528.0,3547.1339006349444,9633792.0 +334.74,5.400000095367432,2764.0,0.01156828086823225,0.1332600861787796,0.0,1.479879379272461,2.114637613296509,-0.010699114762246609,0.002527314005419612,0.23958469927310944,0.4762585163116455,0.821136549115181,589.0,150784.0,3553.0609541700687,9650176.0 +284.5,4.900000095367432,2791.0,0.011546921916306019,0.1397501677274704,0.0,1.5492991209030151,2.0795223712921143,-0.009105673991143703,0.002527367090806365,0.3513893187046051,0.4906984567642212,0.7851214855909348,590.0,151040.0,3558.9310543581378,9666560.0 +254.58,5.900000095367432,2829.0,0.010625310242176056,0.1303303986787796,0.0,1.5636905431747437,2.105050802230835,-0.009816844947636127,0.002524238545447588,0.42163148522377014,0.4675581455230713,0.8029255568981171,591.0,151296.0,3564.7213676229585,9682944.0 +335.18,5.5,2777.0,0.010157066397368908,0.1125284805893898,0.0,1.516593337059021,2.1189804077148438,-0.009405332617461681,0.00252597127109766,0.3314000368118286,0.4638747274875641,0.8005745112895966,592.0,151552.0,3570.6213223119266,9699328.0 +277.78,6.300000190734863,2821.0,0.007535515818744898,0.0854899063706398,0.0,1.5688260793685913,2.1005797386169434,-0.007708497811108828,0.0025224133860319853,0.4238802492618561,0.47079333662986755,0.7995933443307877,593.0,151808.0,3576.4289168550167,9715712.0 +235.7,6.900000095367432,2784.0,0.010366830043494701,0.1263834685087204,0.0,1.53472101688385,2.0313541889190674,-0.010806724429130554,0.0025225630961358547,0.3712242543697357,0.46400508284568787,0.7973680943250656,594.0,152064.0,3582.3139100431,9732096.0 +294.54,6.300000190734863,2771.0,0.010110750794410706,0.12322998046875,0.0,1.5027999877929688,2.077136516571045,-0.008952691219747066,0.0025240934919565916,0.2657211124897003,0.48753249645233154,0.8392235934734344,595.0,152320.0,3588.2254687149543,9748480.0 +334.21,5.699999809265137,2810.0,0.011394479312002659,0.1358642578125,0.0,1.495267391204834,2.084458589553833,-0.010426968336105347,0.0025228511076420546,0.2837078273296356,0.4694307744503021,0.8385873734951019,596.0,152576.0,3594.055846396135,9764864.0 +340.92,5.5,2800.0,0.011088631115853786,0.1313069611787796,0.0,1.5416432619094849,2.060206651687622,-0.009339440613985062,0.0025216296780854464,0.353491872549057,0.48273369669914246,0.7842612713575363,597.0,152832.0,3599.906715182122,9781248.0 +328.95,5.300000190734863,2750.0,0.011957374401390553,0.13262939453125,0.0,1.478888988494873,2.0717251300811768,-0.009348331019282341,0.002514685271307826,0.23267443478107452,0.48342886567115784,0.8496765643358231,598.0,153088.0,3605.865542024141,9797632.0 +299.93,4.699999809265137,2807.0,0.010613835416734219,0.1236572265625,0.0,1.5366148948669434,2.0667757987976074,-0.009887375868856907,0.0025167756248265505,0.35795700550079346,0.47685137391090393,0.8068250268697739,599.0,153344.0,3611.7028894110117,9814016.0 +293.27,4.699999809265137,2810.0,0.010516241192817688,0.1244303360581398,0.0,1.1327558755874634,2.0930755138397217,-0.010673229582607746,0.002521947491914034,0.29685917496681213,0.4682694673538208,0.7666980773210526,600.0,153600.0,3617.533461284125,9830400.0 +326.47,4.900000095367432,2794.0,0.01256831455975771,0.1611124724149704,0.0,1.0794099569320679,2.1113393306732178,-0.009087626822292805,0.002522614086046815,0.1948394775390625,0.4615718424320221,0.8122000396251678,601.0,153856.0,3623.398196944967,9846784.0 +390.82,4.900000095367432,2816.0,0.011400709860026836,0.1381428986787796,0.0,1.114375114440918,2.1089494228363037,-0.010032820515334606,0.0025212049949914217,0.2620057761669159,0.4661965072154999,0.7638619393110275,602.0,154112.0,3629.2169152391143,9863168.0 +387.55,5.300000190734863,2760.0,0.011714858002960682,0.1286214143037796,0.0,1.1266424655914307,2.0876569747924805,-0.009957963600754738,0.002517151879146695,0.28813526034355164,0.46637651324272156,0.7860105037689209,603.0,154368.0,3635.1526335289236,9879552.0 +343.3,5.699999809265137,2791.0,0.008457809686660767,0.09478759765625,0.0,1.1361093521118164,2.0692923069000244,-0.00747149670496583,0.002517281100153923,0.2943171262741089,0.4726194441318512,0.7837825119495392,604.0,154624.0,3641.0224555239547,9895936.0 +346.36,5.900000095367432,2720.0,0.008959253318607807,0.1090901717543602,0.0,1.1216517686843872,2.107328176498413,-0.008353023789823055,0.0025260394904762506,0.2687629163265228,0.46752774715423584,0.8237794637680054,605.0,154880.0,3647.0455098629463,9912320.0 +395.32,5.300000190734863,2685.0,0.010850480757653713,0.1298014372587204,0.0,1.0593745708465576,2.1555585861206055,-0.009507298469543457,0.002529995748773217,0.15980558097362518,0.45506158471107483,0.8097120076417923,606.0,155136.0,3653.1484687731136,9928704.0 +395.5,5.199999809265137,2805.0,0.009831958450376987,0.117431640625,0.0,1.1266734600067139,2.1128554344177246,-0.010129707865417004,0.002522979164496064,0.2805437743663788,0.4706972539424896,0.8060108721256256,607.0,155392.0,3658.9893674261402,9945088.0 +343.17,5.900000095367432,2771.0,0.010180518962442875,0.1245931014418602,0.0,1.154012680053711,2.0824403762817383,-0.009867941029369831,0.00252029811963439,0.32767465710639954,0.4774981439113617,0.8054673224687576,608.0,155648.0,3664.901135724038,9961472.0 +362.79,6.300000190734863,2759.0,0.010015947744250298,0.1168619766831398,0.0,1.1763674020767212,2.0153510570526123,-0.009301909245550632,0.002523676259443164,0.36348891258239746,0.48127374053001404,0.8355995565652847,609.0,155904.0,3670.838952561142,9977856.0 +348.97,6.300000190734863,2786.0,0.012799997813999653,0.14739990234375,0.0,1.0997734069824219,2.061101198196411,-0.009019204415380955,0.002519850153476,0.21786867082118988,0.47704431414604187,0.8664393275976181,610.0,156160.0,3676.720589263132,9994240.0 +347.11,5.900000095367432,2828.0,0.01028582826256752,0.1125895157456398,0.0,1.1118367910385132,2.026883840560913,-0.008893738500773907,0.0025186396669596434,0.22645507752895355,0.4900788366794586,0.8296339362859726,611.0,156416.0,3682.5146892240737,10010624.0 +371.88,5.699999809265137,2733.0,0.013111262582242489,0.14654541015625,0.0,1.170109748840332,2.0248372554779053,-0.009289337322115898,0.002521634567528963,0.35514822602272034,0.47888192534446716,0.817196398973465,612.0,156672.0,3688.5087336879224,10027008.0 +351.11,5.800000190734863,2784.0,0.011042178608477116,0.1279296875,0.0,1.1550132036209106,2.050229072570801,-0.008439650759100914,0.0025208608713001013,0.3187583386898041,0.48352837562561035,0.8044800162315369,613.0,156928.0,3694.392758114962,10043392.0 +340.85,5.300000190734863,2759.0,0.012689176946878433,0.1493123322725296,0.0,1.106216549873352,2.07104229927063,-0.010467489250004292,0.0025255661457777023,0.24513284862041473,0.4645838439464569,0.808750718832016,614.0,157184.0,3700.330762909958,10059776.0 +338.73,4.900000095367432,2771.0,0.015553164295852184,0.1766560822725296,0.0,1.127266526222229,2.06943678855896,-0.009163706563413143,0.0025186410639435053,0.2759955823421478,0.4753634035587311,0.8164563477039337,615.0,157440.0,3706.2441064210143,10076160.0 +373.6,5.0,2797.0,0.011188331060111523,0.1236979141831398,0.0,1.1251240968704224,2.092374086380005,-0.01148773729801178,0.0025218443479388952,0.26515090465545654,0.48369109630584717,0.779872253537178,616.0,157696.0,3712.1025634531397,10092544.0 +362.94,4.699999809265137,2832.0,0.010949275456368923,0.1338907927274704,0.0,1.1385947465896606,2.0724799633026123,-0.008347034454345703,0.0025283643044531345,0.29420897364616394,0.47294485569000244,0.8126889169216156,617.0,157952.0,3717.887828849023,10108928.0 +313.69,5.0,2807.0,0.011208283714950085,0.1313273161649704,0.0,1.1439321041107178,2.066603422164917,-0.008940181694924831,0.002526605734601617,0.3078783452510834,0.4721848666667938,0.8018475472927094,618.0,158208.0,3723.7251307389233,10125312.0 +294.93,5.900000095367432,2794.0,0.011420250870287418,0.1382242888212204,0.0,1.1807572841644287,2.0205090045928955,-0.00956325139850378,0.0025217600632458925,0.3720598518848419,0.4829428195953369,0.8506497293710709,619.0,158464.0,3729.5894258730114,10141696.0 +283.3,6.699999809265137,2796.0,0.010978243313729763,0.1259562224149704,0.0,1.1919524669647217,2.0350120067596436,-0.009293504990637302,0.002524405950680375,0.39016589522361755,0.4850536584854126,0.8490483313798904,620.0,158720.0,3735.448709876975,10158080.0 +310.03,5.900000095367432,2787.0,0.011606325395405293,0.1356608122587204,0.0,1.2020384073257446,2.0540101528167725,-0.010614883154630661,0.002525478834286332,0.4189877212047577,0.47972795367240906,0.8225680440664291,621.0,158976.0,3741.328252448002,10174464.0 +252.98,6.5,2752.0,0.009935403242707253,0.11932373046875,0.0,1.1862319707870483,1.9959778785705566,-0.011322028003633022,0.0025284048169851303,0.38321149349212646,0.48202428221702576,0.8349380344152451,622.0,159232.0,3747.282076205127,10190848.0 +197.94,6.300000190734863,2756.0,0.009935298003256321,0.1151936873793602,0.0,1.2165954113006592,2.0208230018615723,-0.009393759071826935,0.002537747612223029,0.43403151631355286,0.4829246699810028,0.8131065517663956,623.0,159488.0,3753.2274919911288,10207232.0 +252.2,5.199999809265137,2809.0,0.011021245270967484,0.1268717497587204,0.0,1.179561734199524,2.025482177734375,-0.01027977466583252,0.0025307252071797848,0.36430123448371887,0.4843321740627289,0.8128444254398346,624.0,159744.0,3759.0599411521107,10223616.0 +267.29,5.400000095367432,2814.0,0.009691542945802212,0.112548828125,0.0,1.190545916557312,2.029231548309326,-0.010645665228366852,0.0025265973526984453,0.37528812885284424,0.4964289665222168,0.8203326165676117,625.0,160000.0,3764.8818313749507,10240000.0 +223.13,5.900000095367432,2743.0,0.011029927991330624,0.1195271834731102,0.0,1.1986801624298096,2.030014753341675,-0.009410995058715343,0.0025267256423830986,0.4076455533504486,0.48058369755744934,0.8262241035699844,626.0,160256.0,3770.8552723980974,10256384.0 +251.39,5.699999809265137,2819.0,0.011270635761320591,0.1316935271024704,0.0,1.1200252771377563,2.080674171447754,-0.009692053310573101,0.0025236087385565042,0.26670917868614197,0.46954813599586487,0.8475327491760254,627.0,160512.0,3776.666688564932,10272768.0 +271.27,5.300000190734863,2804.0,0.01228466909378767,0.1424967497587204,0.0,1.1774603128433228,2.0737197399139404,-0.008195731788873672,0.0025235090870410204,0.3751661777496338,0.47239038348197937,0.8269432783126831,628.0,160768.0,3782.509987886995,10289152.0 +268.81,5.300000190734863,2795.0,0.011431127786636353,0.1274210661649704,0.0,1.1927434206008911,2.0487568378448486,-0.010438145138323307,0.002531697042286396,0.38671576976776123,0.4878729283809662,0.8113223910331726,629.0,161024.0,3788.371674349066,10305536.0 +215.87,4.800000190734863,2769.0,0.012317643500864506,0.13922119140625,0.0,1.2519855499267578,2.0363123416900635,-0.010254132561385632,0.0025286125019192696,0.5080476999282837,0.48646655678749084,0.7749628126621246,630.0,161280.0,3794.2879626229405,10321920.0 +196.42,5.400000095367432,2809.0,0.008792220614850521,0.098876953125,0.0,1.3012304306030273,2.0287678241729736,-0.010409045964479446,0.002524115378037095,0.5961714386940002,0.49767231941223145,0.7683365941047668,631.0,161536.0,3800.121317273937,10338304.0 +173.39,5.699999809265137,2714.0,0.010144141502678394,0.1146443709731102,0.0,1.2172118425369263,2.0398993492126465,-0.011468718759715557,0.002526866039261222,0.42412853240966797,0.5016990303993225,0.814601331949234,632.0,161792.0,3806.1586265331134,10354688.0 +190.38,5.800000190734863,2805.0,0.010949313640594482,0.1272989958524704,0.0,1.1542632579803467,2.0989668369293213,-0.011203796602785587,0.0025204396806657314,0.33207419514656067,0.47666478157043457,0.8069781512022018,633.0,162048.0,3812.0006042749155,10371072.0 +280.56,6.199999809265137,2758.0,0.00966294202953577,0.1132609024643898,0.0,1.2176610231399536,2.05448579788208,-0.009054946713149548,0.0025173902977257967,0.44297876954078674,0.4872986078262329,0.8088285177946091,634.0,162304.0,3817.9416745849885,10387456.0 +227.27,6.300000190734863,2753.0,0.009470611810684204,0.1145833358168602,0.0,1.2061270475387573,2.02376127243042,-0.008035697974264622,0.0025225484278053045,0.3922617733478546,0.5059928297996521,0.8107373267412186,635.0,162560.0,3823.892511107959,10403840.0 +295.02,5.400000095367432,2775.0,0.010798007249832153,0.1282755583524704,0.0,1.1564964056015015,2.005765676498413,-0.011014089919626713,0.0025233083870261908,0.34269794821739197,0.4680808484554291,0.807768315076828,636.0,162816.0,3829.795645985985,10420224.0 +306.47,5.5,2697.0,0.011575195007026196,0.1336262971162796,0.0,1.136353850364685,2.020453929901123,-0.009369646199047565,0.0025104337837547064,0.2920803725719452,0.4807625114917755,0.8343735933303833,637.0,163072.0,3835.870977923041,10436608.0 +277.27,5.300000190734863,2802.0,0.012937292456626892,0.1570637971162796,0.0,1.1510711908340454,2.0436887741088867,-0.009267858229577541,0.002512390958145261,0.32809916138648987,0.47440305352211,0.8067736923694611,638.0,163328.0,3841.718450634042,10452992.0 +299.05,4.300000190734863,2773.0,0.009731282480061054,0.1099650040268898,0.0,1.2070260047912598,2.052614688873291,-0.008885324001312256,0.0025101995561271906,0.416422963142395,0.49507227540016174,0.7611273676156998,639.0,163584.0,3847.626795968972,10469376.0 +293.24,5.099999904632568,2786.0,0.011533205397427082,0.1337483674287796,0.0,1.1799482107162476,2.0413410663604736,-0.010123123414814472,0.002513103885576129,0.38755229115486145,0.47401586174964905,0.8074527233839035,640.0,163840.0,3853.507025585044,10485760.0 +316.04,5.699999809265137,2791.0,0.011060195975005627,0.124267578125,0.0,1.1922613382339478,2.0360019207000732,-0.012397724203765392,0.0025198699440807104,0.41213592886924744,0.4744497537612915,0.8296202421188354,641.0,164096.0,3859.3768057210837,10502144.0 +288.29,6.099999904632568,2772.0,0.01345995906740427,0.1517333984375,0.0,1.185499906539917,2.0397658348083496,-0.011916610412299633,0.002522691385820508,0.3935014307498932,0.4766346216201782,0.8148601055145264,642.0,164352.0,3865.2867953309324,10518528.0 +281.46,6.300000190734863,2785.0,0.010468609631061554,0.1210123673081398,0.0,1.1026196479797363,2.0456371307373047,-0.009257068857550621,0.0025162494275718927,0.2263917773962021,0.47657689452171326,0.871381938457489,643.0,164608.0,3871.1697137409355,10534912.0 +326.62,5.400000095367432,2757.0,0.012063886970281601,0.1406453400850296,0.0,1.0950959920883179,1.9888863563537598,-0.010194417089223862,0.0025171595625579357,0.2169727087020874,0.47196146845817566,0.8314568549394608,644.0,164864.0,3877.1116355329286,10551296.0 +380.97,4.599999904632568,2772.0,0.012096996419131756,0.1339518278837204,0.0,1.1505206823349,1.9589252471923828,-0.010197778232395649,0.0025196275673806667,0.3298441171646118,0.4685022830963135,0.8359016478061676,645.0,165120.0,3883.022451831959,10567680.0 +316.82,5.099999904632568,2801.0,0.011030532419681549,0.1243489608168602,0.0,1.2139992713928223,1.9835721254348755,-0.009685982950031757,0.0025190769229084253,0.44052669405937195,0.48217687010765076,0.7971616685390472,646.0,165376.0,3888.871372637106,10584064.0 +261.2,5.699999809265137,2789.0,0.011739227920770645,0.1395670622587204,0.0,1.1377326250076294,2.0082039833068848,-0.010883810929954052,0.002516737673431635,0.3120793402194977,0.46530580520629883,0.8363945782184601,647.0,165632.0,3894.746039710939,10600448.0 +289.52,6.0,2729.0,0.011415421962738037,0.1366170197725296,0.0,1.0826607942581177,2.1009175777435303,-0.009072997607290745,0.002513275481760502,0.20683491230010986,0.46136316657066345,0.8720424026250839,648.0,165888.0,3900.7484085641336,10616832.0 +358.17,5.599999904632568,2781.0,0.009408820420503616,0.1084187850356102,0.0,1.043354868888855,2.128589391708374,-0.011389624327421188,0.0025142242666333914,0.12031406909227371,0.472034215927124,0.9055173397064209,649.0,166144.0,3906.641034621047,10633216.0 +474.17,4.5,2757.0,0.010843171738088131,0.1284586638212204,0.0,1.3374756574630737,2.117668390274048,-0.010004963725805283,0.0025135832838714123,0.3079443573951721,0.47847262024879456,0.7870123088359833,650.0,166400.0,3912.5830470749643,10649600.0 +443.37,4.900000095367432,2790.0,0.010964740067720413,0.1317545622587204,0.0,1.3451217412948608,2.0877585411071777,-0.01098704058676958,0.002520899986848235,0.3200840651988983,0.4780416488647461,0.8055287152528763,651.0,166656.0,3918.455482427962,10665984.0 +383.46,5.400000095367432,2797.0,0.01200548280030489,0.1464029997587204,0.0,1.3457874059677124,2.094097852706909,-0.01077273115515709,0.0025161949452012777,0.32127243280410767,0.48028087615966797,0.8256057500839233,652.0,166912.0,3924.312973215943,10682368.0 +341.62,5.599999904632568,2765.0,0.013307702727615833,0.1599528044462204,0.0,1.2592411041259766,2.150552749633789,-0.009169211611151695,0.0025205903220921755,0.1695333570241928,0.46134626865386963,0.8503184765577316,653.0,167168.0,3930.2390326780733,10698752.0 +392.77,5.099999904632568,2754.0,0.012838915921747684,0.1472574919462204,0.0,1.3168400526046753,2.152275562286377,-0.010778789408504963,0.0025279365945607424,0.2853795886039734,0.45953425765037537,0.7933371812105179,654.0,167424.0,3936.188150722999,10715136.0 +411.66,5.199999809265137,2796.0,0.010766561143100262,0.1311442106962204,0.0,1.3005632162094116,2.14243221282959,-0.009628914296627045,0.0025165134575217962,0.24245373904705048,0.4708714187145233,0.8338960856199265,655.0,167680.0,3942.0473048009444,10731520.0 +399.4,5.300000190734863,2744.0,0.013300335966050625,0.1609293669462204,0.0,1.3647221326828003,2.122156858444214,-0.010615409351885319,0.002515298081561923,0.3762481212615967,0.4686865508556366,0.7848350256681442,656.0,167936.0,3948.017564135138,10747904.0 +298.29,6.199999809265137,2776.0,0.012972299009561539,0.139404296875,0.0,1.3537729978561401,2.140697956085205,-0.008700424805283546,0.002510440768674016,0.3503657281398773,0.4714905321598053,0.8332229107618332,657.0,168192.0,3953.919342621928,10764288.0 +282.06,6.0,2784.0,0.009857278317213058,0.1182861328125,0.0,1.303099274635315,2.1478354930877686,-0.011154304258525372,0.00251293764449656,0.2543107271194458,0.4700690805912018,0.8289055228233337,658.0,168448.0,3959.804277105024,10780672.0 +335.82,5.599999904632568,2803.0,0.013139176182448864,0.1591389924287796,0.0,1.3404301404953003,2.1387064456939697,-0.01214258000254631,0.0025151886511594057,0.3534519374370575,0.4527397155761719,0.7982635349035263,659.0,168704.0,3965.648559856927,10797056.0 +378.11,5.699999809265137,2801.0,0.014829686842858791,0.16351318359375,0.0,1.3355755805969238,2.1359188556671143,-0.010935205034911633,0.002514725551009178,0.31304284930229187,0.47313523292541504,0.8306708186864853,660.0,168960.0,3971.498611520976,10813440.0 +366.2,4.900000095367432,2736.0,0.014222313649952412,0.15765380859375,0.0,1.349249005317688,2.141547441482544,-0.012931318022310734,0.00251195440068841,0.3505996763706207,0.4701599180698395,0.7678547352552414,661.0,169216.0,3977.4862777281087,10829824.0 +267.97,5.099999904632568,2803.0,0.011568352580070496,0.1168212890625,0.0,1.4485996961593628,2.0965936183929443,-0.010150336660444736,0.0025205647107213736,0.5316289067268372,0.47386273741722107,0.7909584045410156,662.0,169472.0,3983.3310036531184,10846208.0 +253.71,6.099999904632568,2778.0,0.009631901979446411,0.1107381209731102,0.0,1.35577392578125,2.1620070934295654,-0.01147857028990984,0.002515738597139716,0.343023419380188,0.48121750354766846,0.8128602504730225,663.0,169728.0,3989.227712987922,10862592.0 +304.17,6.099999904632568,2835.0,0.011854316107928753,0.1290283203125,0.0,1.331944227218628,2.160635471343994,-0.010138324461877346,0.0025104081723839045,0.29608026146888733,0.48143675923347473,0.7947746068239212,664.0,169984.0,3995.007243829081,10878976.0 +327.97,5.699999809265137,2768.0,0.015477529726922512,0.162841796875,0.0,1.333953857421875,2.1727182865142822,-0.007885238155722618,0.002514600520953536,0.3038899600505829,0.4735872745513916,0.7976177781820297,665.0,170240.0,4000.9272881520446,10895360.0 +283.71,5.5,2753.0,0.013030140660703182,0.1568603515625,0.0,1.329047441482544,2.1792385578155518,-0.011645791120827198,0.002517647808417678,0.3098532259464264,0.4662606418132782,0.7991590052843094,666.0,170496.0,4006.878685838077,10911744.0 +288.28,5.300000190734863,2787.0,0.01343199610710144,0.15924072265625,0.0,1.3392858505249023,2.161917209625244,-0.009930580854415894,0.0025101620703935623,0.3224061131477356,0.472965806722641,0.818721741437912,667.0,170752.0,4012.7567972459365,10928128.0 +368.36,5.099999904632568,2715.0,0.012979250401258469,0.14404296875,0.0,1.2887974977493286,2.1961123943328857,-0.009292569942772388,0.0025086081586778164,0.22072923183441162,0.4738198220729828,0.8329178541898727,668.0,171008.0,4018.7911978410557,10944512.0 +390.01,5.099999904632568,2785.0,0.009421351365745068,0.1143798828125,0.0,1.325088620185852,2.1672699451446533,-0.010847043246030807,0.0025039624888449907,0.29236122965812683,0.4786299169063568,0.8311692178249359,669.0,171264.0,4024.6729887009133,10960896.0 +309.54,5.800000190734863,2812.0,0.009452455677092075,0.1077067032456398,0.0,1.359568476676941,2.1301543712615967,-0.010853889398276806,0.002504657721146941,0.3518480062484741,0.4845278263092041,0.8216669410467148,670.0,171520.0,4030.5015572351404,10977280.0 +272.42,5.900000095367432,2777.0,0.01200184691697359,0.1247965469956398,0.0,1.3589415550231934,2.1603074073791504,-0.008814788423478603,0.0025120710488408804,0.352986603975296,0.4766300618648529,0.8207570016384125,671.0,171776.0,4036.400252745021,10993664.0 +259.02,6.300000190734863,2828.0,0.00853937678039074,0.0993855819106102,0.0,1.3946436643600464,2.1394050121307373,-0.008944191969931126,0.0025097494944930077,0.4101947546005249,0.48781728744506836,0.809731125831604,672.0,172032.0,4042.1931035839953,11010048.0 +261.19,6.199999809265137,2810.0,0.00934493076056242,0.1092732772231102,0.0,1.3347851037979126,2.170914888381958,-0.01124435756355524,0.002513428218662739,0.3302535116672516,0.46130287647247314,0.8201230466365814,673.0,172288.0,4048.0231881591026,11026432.0 +305.1,5.800000190734863,2811.0,0.011996030807495117,0.13885498046875,0.0,1.3352619409561157,2.1718592643737793,-0.011565360240638256,0.002513526938855648,0.3053075671195984,0.48022517561912537,0.8034415990114212,674.0,172544.0,4053.8507444909774,11042816.0 +292.25,5.699999809265137,2824.0,0.009601601399481297,0.099609375,0.0,1.3674097061157227,2.137355089187622,-0.01016407459974289,0.002519021974876523,0.38472795486450195,0.4641793668270111,0.8305462449789047,675.0,172800.0,4059.6525549839716,11059200.0 +250.83,5.5,2758.0,0.010959452949464321,0.1345011442899704,0.0,1.367576241493225,2.1658828258514404,-0.011504949070513248,0.0025123024825006723,0.3561016321182251,0.49054792523384094,0.8449034541845322,676.0,173056.0,4065.5927605340257,11075584.0 +228.31,5.599999904632568,2807.0,0.012536793947219849,0.1389567106962204,0.0,1.413946270942688,2.1533639430999756,-0.010339797474443913,0.0025111061986535788,0.45698949694633484,0.48348283767700195,0.8019541651010513,677.0,173312.0,4071.428621665109,11091968.0 +255.73,5.599999904632568,2785.0,0.01271768193691969,0.1307779997587204,0.0,1.3660908937454224,2.1666157245635986,-0.011613868176937103,0.0025181814562529325,0.3563750684261322,0.4854571521282196,0.820504441857338,678.0,173568.0,4077.312567589106,11108352.0 +286.3,5.5,2709.0,0.012204926460981369,0.1423543244600296,0.0,1.3406909704208374,2.1649343967437744,-0.012143443338572979,0.002534002298489213,0.29225656390190125,0.48779234290122986,0.8419548273086548,679.0,173824.0,4083.3615742460825,11124736.0 +291.78,5.5,2783.0,0.011835239827632904,0.135986328125,0.0,1.3824454545974731,2.1374495029449463,-0.010785636492073536,0.002528073964640498,0.35028335452079773,0.5066259503364563,0.8526981025934219,680.0,174080.0,4089.248280155007,11141120.0 +300.94,5.800000190734863,2764.0,0.010421614162623882,0.1297810822725296,0.0,1.3500605821609497,2.1882495880126953,-0.011621306650340557,0.0025238136295229197,0.30698102712631226,0.4953416883945465,0.8560745567083359,681.0,174336.0,4095.1747667090967,11157504.0 +228.07,6.400000095367432,2763.0,0.011194650083780289,0.1299845427274704,0.0,1.394372820854187,2.1686348915100098,-0.011715207248926163,0.0025064318906515837,0.4025227129459381,0.4989454746246338,0.8495852798223495,682.0,174592.0,4101.105439940933,11173888.0 +227.05,6.800000190734863,2805.0,0.010023805312812328,0.1230672225356102,0.0,1.3521175384521484,2.1854050159454346,-0.01241641491651535,0.0025069096591323614,0.3262028396129608,0.49409720301628113,0.8719000816345215,683.0,174848.0,4106.946224418003,11190272.0 +289.21,5.599999904632568,2805.0,0.01018060464411974,0.1200154647231102,0.0,1.322473168373108,2.2291672229766846,-0.010141302831470966,0.002507752040401101,0.2779224216938019,0.48318853974342346,0.8456589132547379,684.0,175104.0,4112.788423672086,11206656.0 +286.09,6.0,2785.0,0.010653945617377758,0.1360066682100296,0.0,1.3903530836105347,2.190797805786133,-0.010830179788172245,0.002511888975277543,0.40398451685905457,0.4884830415248871,0.8641560822725296,685.0,175360.0,4118.671375941951,11223040.0 +275.17,5.800000190734863,2788.0,0.011180560104548931,0.1300252228975296,0.0,1.28875732421875,2.192824602127075,-0.012231800705194473,0.002502997172996402,0.21346233785152435,0.4859103858470917,0.8973900377750397,686.0,175616.0,4124.548183758976,11239424.0 +307.94,5.599999904632568,2763.0,0.010004931129515171,0.11688232421875,0.0,1.3144060373306274,2.2026734352111816,-0.008795342408120632,0.0025023131165653467,0.2713182866573334,0.4767993688583374,0.8671220690011978,687.0,175872.0,4130.477827656083,11255808.0 +308.09,5.900000095367432,2804.0,0.008972610346972942,0.0957438126206398,0.0,1.3486167192459106,2.135730504989624,-0.008508754894137383,0.0025074377190321684,0.3422485888004303,0.4710787534713745,0.8497185558080673,688.0,176128.0,4136.320654553128,11272192.0 +333.36,5.599999904632568,2769.0,0.011140747927129269,0.1311442106962204,0.0,1.3141683340072632,2.1638710498809814,-0.01005368959158659,0.0025059825275093317,0.28880584239959717,0.4633771479129791,0.8476044833660126,689.0,176384.0,4142.238414604915,11288576.0 +387.32,5.300000190734863,2769.0,0.01127647515386343,0.1340128630399704,0.0,1.353946566581726,2.1708130836486816,-0.011731029488146305,0.0024993831757456064,0.34459808468818665,0.4861465394496918,0.8295267969369888,690.0,176640.0,4148.15726276394,11304960.0 +303.38,5.699999809265137,2789.0,0.011029145680367947,0.1246337890625,0.0,1.3199020624160767,2.1559150218963623,-0.01116173341870308,0.0025070880074054003,0.27366411685943604,0.48330017924308777,0.8671700656414032,691.0,176896.0,4154.032335815951,11321344.0 +312.26,6.199999809265137,2818.0,0.010155617259442806,0.1224772110581398,0.0,1.3309789896011353,2.138209581375122,-0.010794284753501415,0.0025093990843743086,0.2987828552722931,0.479248970746994,0.8442012965679169,692.0,177152.0,4159.845797219081,11337728.0 +308.63,6.400000095367432,2751.0,0.00949533749371767,0.1186930313706398,0.0,1.4029887914657593,2.1217658519744873,-0.01104677189141512,0.002504040254279971,0.44566789269447327,0.4800073802471161,0.8084521889686584,693.0,177408.0,4165.800477134995,11354112.0 +280.65,6.099999904632568,2783.0,0.010439951904118061,0.1306559294462204,0.0,1.3303838968276978,2.1384212970733643,-0.012113068252801895,0.0025059168692678213,0.32300418615341187,0.4647256135940552,0.8539446592330933,694.0,177664.0,4171.686802732991,11370496.0 +294.61,6.099999904632568,2782.0,0.011739294044673443,0.1420695036649704,0.0,1.3323734998703003,2.157320976257324,-0.00929862167686224,0.0025039196480065584,0.2976170778274536,0.48294970393180847,0.8487430363893509,695.0,177920.0,4177.576646934962,11386880.0 +314.8,6.199999809265137,2792.0,0.010990957729518414,0.1282552033662796,0.0,1.2773568630218506,2.1453421115875244,-0.009714693762362003,0.0025045217480510473,0.21392829716205597,0.4642544686794281,0.8897359147667885,696.0,178176.0,4183.4441993809305,11403264.0 +321.08,6.199999809265137,2800.0,0.011671832762658596,0.1406453400850296,0.0,1.2867367267608643,2.1429975032806396,-0.013054884038865566,0.0025001675821840763,0.22950954735279083,0.4734404385089874,0.8705280721187592,697.0,178432.0,4189.294323619921,11419648.0 +342.84,5.599999904632568,2811.0,0.011525179259479046,0.1363118439912796,0.0,1.3118271827697754,2.1149919033050537,-0.011456814594566822,0.00250784819945693,0.2920666038990021,0.45807695388793945,0.8578332215547562,698.0,178688.0,4195.123495256063,11436032.0 +347.38,5.400000095367432,2785.0,0.01185990497469902,0.1404215544462204,0.0,1.320518136024475,2.0889556407928467,-0.011805529706180096,0.002498626010492444,0.2842336595058441,0.48082467913627625,0.8378973454236984,699.0,178944.0,4201.006540022092,11452416.0 +341.36,5.699999809265137,2733.0,0.013572187162935734,0.1354573518037796,0.0,1.2729507684707642,2.1076128482818604,-0.010705945082008839,0.0025023373309522867,0.27274569869041443,0.4797351360321045,0.8263610899448395,700.0,179200.0,4207.0019824020565,11468800.0 +388.19,5.300000190734863,2807.0,0.013256142847239971,0.1501261442899704,0.0,1.2563402652740479,2.1279265880584717,-0.011324641294777393,0.0025047927629202604,0.25880035758018494,0.4654465615749359,0.7983830273151398,701.0,179456.0,4212.837963343132,11485184.0 +356.73,4.300000190734863,2815.0,0.014597580768167973,0.16455078125,0.0,1.3400918245315552,2.1093900203704834,-0.010258345864713192,0.0025009573437273502,0.404596209526062,0.4815898835659027,0.793188750743866,702.0,179712.0,4218.657490479061,11501568.0 +309.19,5.400000095367432,2808.0,0.011751405894756317,0.1277262419462204,0.0,1.3176602125167847,2.1237142086029053,-0.010073940269649029,0.002504704287275672,0.3612188398838043,0.4785541296005249,0.8379993736743927,703.0,179968.0,4224.491580849048,11517952.0 +281.31,6.199999809265137,2804.0,0.012184378691017628,0.1412556916475296,0.0,1.2862592935562134,2.1253411769866943,-0.011343862861394882,0.0025022244080901146,0.29461678862571716,0.4845142364501953,0.8554992079734802,704.0,180224.0,4230.333499069093,11534336.0 +301.92,5.699999809265137,2789.0,0.013486643321812153,0.14935302734375,0.0,1.2385066747665405,2.162463426589966,-0.01126824039965868,0.002501891693100333,0.20792722702026367,0.478588730096817,0.8527233451604843,705.0,180480.0,4236.20764141297,11550720.0 +354.82,5.400000095367432,2794.0,0.010925537906587124,0.1203409805893898,0.0,1.3303090333938599,2.179001569747925,-0.008686700835824013,0.002503414172679186,0.35445061326026917,0.501715898513794,0.8330643326044083,706.0,180736.0,4242.071985294111,11567104.0 +269.14,5.5,2758.0,0.011208959855139256,0.1262410432100296,0.0,1.3388557434082031,2.164942741394043,-0.01041081827133894,0.002508474513888359,0.3963864743709564,0.48312994837760925,0.7989121228456497,707.0,180992.0,4248.012586496072,11583488.0 +283.36,5.099999904632568,2812.0,0.012304849922657013,0.1294759064912796,0.0,1.345852017402649,2.1004409790039062,-0.011139375157654285,0.00250602257438004,0.3872721493244171,0.5015957355499268,0.7972472310066223,708.0,181248.0,4253.838295815047,11599872.0 +272.31,6.199999809265137,2808.0,0.011521682143211365,0.1384480744600296,0.0,1.3358535766601562,2.089740037918091,-0.011061792261898518,0.00251083355396986,0.3825186789035797,0.48762544989585876,0.8184968680143356,709.0,181504.0,4259.673616060987,11616256.0 +322.94,5.5,2736.0,0.010816254653036594,0.1205240860581398,0.0,1.3557038307189941,2.1229937076568604,-0.011395265348255634,0.00249742204323411,0.42109647393226624,0.49614933133125305,0.7460365891456604,710.0,181760.0,4265.661551742116,11632640.0 +274.85,5.199999809265137,2817.0,0.01311351079493761,0.1451009064912796,0.0,1.3434348106384277,2.1004531383514404,-0.010690194554626942,0.002507780911400914,0.40528011322021484,0.48313120007514954,0.7995763570070267,711.0,182016.0,4271.476851626998,11649024.0 +244.21,6.0,2803.0,0.01095938216894865,0.1292928010225296,0.0,1.3445167541503906,2.1240603923797607,-0.011385212652385235,0.002504009520635009,0.409464031457901,0.48489952087402344,0.8071165233850479,712.0,182272.0,4277.322187750135,11665408.0 +280.21,6.0,2782.0,0.011255386285483837,0.1333211213350296,0.0,1.3321784734725952,2.145106077194214,-0.01140093058347702,0.0025078735779970884,0.37706923484802246,0.4890199601650238,0.8043434321880341,713.0,182528.0,4283.211185995024,11681792.0 +304.88,5.199999809265137,2812.0,0.010590760968625546,0.1186319962143898,0.0,1.2620311975479126,2.161579132080078,-0.010723772458732128,0.002506841206923127,0.24646814167499542,0.48159703612327576,0.8202455192804337,714.0,182784.0,4289.038113838993,11698176.0 +333.86,5.0,2800.0,0.011262276209890842,0.1380615234375,0.0,1.2987308502197266,2.180396318435669,-0.011578316800296307,0.0025017920415848494,0.33603230118751526,0.47369182109832764,0.7747769504785538,715.0,183040.0,4294.890268764924,11714560.0 +304.68,5.699999809265137,2811.0,0.012456178665161133,0.13897705078125,0.0,1.321757435798645,2.1531684398651123,-0.010125183500349522,0.002501591108739376,0.36638376116752625,0.4828670024871826,0.7992582023143768,716.0,183296.0,4300.718205885962,11730944.0 +298.23,5.900000095367432,2820.0,0.011523276567459106,0.1414591521024704,0.0,1.2345468997955322,2.144075632095337,-0.011500517837703228,0.0025042281486094,0.1942189484834671,0.48177993297576904,0.8737813085317612,717.0,183552.0,4306.528395814123,11747328.0 +353.82,5.099999904632568,2814.0,0.010721899569034576,0.1276448518037796,0.0,1.3158169984817505,2.1111066341400146,-0.011144234798848629,0.00250036153011024,0.3473031520843506,0.48970165848731995,0.7787411361932755,718.0,183808.0,4312.350210865028,11763712.0 +313.48,4.900000095367432,2793.0,0.013281709514558315,0.1466267853975296,0.0,1.3640856742858887,2.0848166942596436,-0.011595635674893856,0.0025067285168915987,0.42940089106559753,0.49749359488487244,0.7754383981227875,719.0,184064.0,4318.216518135974,11780096.0 +273.89,5.900000095367432,2792.0,0.012826300226151943,0.1470540314912796,0.0,1.3365339040756226,2.0944061279296875,-0.011533507145941257,0.002506319433450699,0.3774716854095459,0.4953967332839966,0.8308005779981613,720.0,184320.0,4324.084676011931,11796480.0 +233.53,5.900000095367432,2815.0,0.011522102169692516,0.1355997771024704,0.0,1.2995837926864624,2.1341536045074463,-0.011015218682587147,0.0025042376946657896,0.2843015491962433,0.5105326175689697,0.871486097574234,721.0,184576.0,4329.904933373909,11812864.0 +274.66,5.400000095367432,2808.0,0.011211448349058628,0.1279703825712204,0.0,1.3037724494934082,2.144973039627075,-0.009626505896449089,0.0025010055396705866,0.307246595621109,0.49946069717407227,0.8490451574325562,722.0,184832.0,4335.73941335408,11829248.0 +327.82,5.400000095367432,2801.0,0.012156306765973568,0.1495564728975296,0.0,1.274338960647583,2.1451361179351807,-0.01105510164052248,0.0024998830631375313,0.2539893686771393,0.49798548221588135,0.854588195681572,723.0,185088.0,4341.587953364011,11845632.0 +377.1,5.699999809265137,2778.0,0.0120713971555233,0.1502278596162796,0.0,1.314232349395752,2.14452862739563,-0.009333592839539051,0.0025015457067638636,0.3343299925327301,0.4941844046115875,0.8328052014112473,724.0,185344.0,4347.486223522108,11862016.0 +364.15,5.5,2729.0,0.012530059553682804,0.1435139924287796,0.0,1.3047038316726685,2.1758902072906494,-0.008955072611570358,0.0025070044212043285,0.3252703845500946,0.48395344614982605,0.8076761215925217,725.0,185600.0,4353.489023816073,11878400.0 +344.25,5.400000095367432,2756.0,0.012884891591966152,0.1484171599149704,0.0,1.2960975170135498,2.151170015335083,-0.010814707726240158,0.0025087385438382626,0.3022617995738983,0.4897683560848236,0.836259588599205,726.0,185856.0,4359.433982215123,11894784.0 +363.04,5.099999904632568,2796.0,0.0115937115624547,0.1352946013212204,0.0,1.2599021196365356,2.1675188541412354,-0.010727002285420895,0.002512427745386958,0.24864868819713593,0.4741269052028656,0.8255735784769058,727.0,186112.0,4365.292745429091,11911168.0 +347.18,4.900000095367432,2829.0,0.011125474236905575,0.1283162385225296,0.0,1.3082579374313354,2.092130184173584,-0.012027337215840816,0.002506648190319538,0.3352201282978058,0.4853374660015106,0.8086690902709961,728.0,186368.0,4371.08457895508,11927552.0 +298.48,6.099999904632568,2841.0,0.013090063817799091,0.1590169221162796,0.0,1.3180840015411377,2.1060357093811035,-0.011004033498466015,0.0025131560396403074,0.34847578406333923,0.48551145195961,0.8354245871305466,729.0,186624.0,4376.851609715959,11943936.0 +302.01,6.199999809265137,2775.0,0.010888940654695034,0.1356201171875,0.0,1.2886813879013062,2.1535134315490723,-0.009716776199638844,0.0025011750403791666,0.2921532094478607,0.4884597361087799,0.8286625891923904,730.0,186880.0,4382.756633786019,11960320.0 +329.98,5.599999904632568,2784.0,0.01220900658518076,0.1599324494600296,0.0,1.2986515760421753,2.113060235977173,-0.011678535491228104,0.002496271161362529,0.31721633672714233,0.48942384123802185,0.7947495579719543,731.0,187136.0,4388.642033789074,11976704.0 +298.79,5.699999809265137,2789.0,0.011213821358978748,0.13616943359375,0.0,1.2765905857086182,2.120957612991333,-0.011308989487588406,0.00250462768599391,0.28341805934906006,0.4771678149700165,0.820286899805069,732.0,187392.0,4394.516498550074,11993088.0 +312.36,5.5,2790.0,0.012937269173562527,0.1526896208524704,0.0,1.3116827011108398,2.14583420753479,-0.011765393428504467,0.002505094977095723,0.3353663980960846,0.49148669838905334,0.7780284136533737,733.0,187648.0,4400.387845156947,12009472.0 +358.73,5.0,2809.0,0.01360372081398964,0.1587727814912796,0.0,1.2877804040908813,2.11198353767395,-0.008915916085243225,0.0025027247611433268,0.27939358353614807,0.4939996302127838,0.8218460977077484,734.0,187904.0,4406.220974266995,12025856.0 +288.34,6.300000190734863,2800.0,0.010309579782187939,0.12158203125,0.0,1.352390170097351,2.097115993499756,-0.011818025261163712,0.002515497850254178,0.42045438289642334,0.48292097449302673,0.7946998775005341,735.0,188160.0,4412.0731165949255,12042240.0 +285.61,5.800000190734863,2825.0,0.009716973640024662,0.1069742813706398,0.0,1.284157633781433,2.146357536315918,-0.009957465343177319,0.0025034965947270393,0.27818065881729126,0.49119746685028076,0.8333555459976196,736.0,188416.0,4417.8730820470955,12058624.0 +295.31,5.400000095367432,2810.0,0.012141005136072636,0.14874267578125,0.0,1.2612849473953247,2.1546859741210938,-0.011702056974172592,0.002504807198420167,0.24983026087284088,0.48036500811576843,0.8358096182346344,737.0,188672.0,4423.704145183088,12075008.0 +323.44,4.900000095367432,2757.0,0.0114089110866189,0.1350504606962204,0.0,1.2659881114959717,2.148322343826294,-0.01131006795912981,0.0025027866940945387,0.25487810373306274,0.4839285910129547,0.8119974881410599,738.0,188928.0,4429.6454603620805,12091392.0 +378.54,4.699999809265137,2799.0,0.013525719754397869,0.1588541716337204,0.0,1.2688814401626587,2.1190226078033447,-0.0072438945062458515,0.0025005873758345842,0.24539142847061157,0.48988381028175354,0.8136453777551651,739.0,189184.0,4435.498528176919,12107776.0 +363.96,5.199999809265137,2818.0,0.008227157406508923,0.09881591796875,0.0,1.2997832298278809,2.0943241119384766,-0.008590362034738064,0.002503596479073167,0.3142390549182892,0.4847904145717621,0.8140072077512741,740.0,189440.0,4441.311913903104,12124160.0 +324.95,5.400000095367432,2782.0,0.011163829825818539,0.1312459260225296,0.0,1.2940784692764282,2.1002211570739746,-0.011564969085156918,0.0025014227721840143,0.3029210567474365,0.4903036057949066,0.8037359565496445,741.0,189696.0,4447.200866284082,12140544.0 +332.09,5.5,2792.0,0.011330746114253998,0.1424967497587204,0.0,1.2902787923812866,2.1071953773498535,-0.00974239781498909,0.0024988693185150623,0.29482707381248474,0.48934999108314514,0.8108488023281097,742.0,189952.0,4453.069383966969,12156928.0 +349.56,5.5,2815.0,0.009773902595043182,0.1151123046875,0.0,1.298266053199768,2.1068480014801025,-0.008396748453378677,0.0025003545451909304,0.298541396856308,0.49569013714790344,0.7988892942667007,743.0,190208.0,4458.890369819943,12173312.0 +355.73,5.400000095367432,2785.0,0.007528332527726889,0.0876261368393898,0.0,1.2663315534591675,2.1261191368103027,-0.010163441300392151,0.0024986981879919767,0.24164710938930511,0.4942546784877777,0.811972513794899,744.0,190464.0,4464.772619249066,12189696.0 +362.16,5.599999904632568,2805.0,0.013063706457614899,0.1675618439912796,0.0,1.2851654291152954,2.14778208732605,-0.009510479867458344,0.002501514507457614,0.27972766757011414,0.49189436435699463,0.7531438618898392,745.0,190720.0,4470.612619139953,12206080.0 +381.6,5.300000190734863,2800.0,0.008578455075621605,0.1048990860581398,0.0,1.2841495275497437,2.1162843704223633,-0.008464992046356201,0.0024995363783091307,0.2829466164112091,0.4869786500930786,0.836430236697197,746.0,190976.0,4476.462920601014,12222464.0 +344.67,5.900000095367432,2762.0,0.01068604364991188,0.1297200471162796,0.0,1.3621610403060913,2.1154816150665283,-0.00948220957070589,0.002499384107068181,0.42561766505241394,0.4984401762485504,0.7769347727298737,747.0,191232.0,4482.394141403958,12238848.0 +298.97,6.599999904632568,2784.0,0.011171899735927582,0.1393025666475296,0.0,1.3103772401809692,2.160479784011841,-0.010595624335110188,0.00250331056304276,0.3459767997264862,0.48106929659843445,0.8170040547847748,748.0,191488.0,4488.278703676071,12255232.0 +281.28,6.300000190734863,2791.0,0.01096358522772789,0.1281941682100296,0.0,1.284523844718933,2.1467158794403076,-0.010081811808049679,0.0025055042933672667,0.2682625353336334,0.49827226996421814,0.8401442170143127,749.0,191744.0,4494.148420928046,12271616.0 +327.62,5.400000095367432,2738.0,0.014251824468374252,0.1711018830537796,0.0,1.519763469696045,2.1552741527557373,-0.007679859176278114,0.002519194735214114,0.32975926995277405,0.49801066517829895,0.8152504116296768,750.0,192000.0,4500.131833754946,12288000.0 +368.8,5.099999904632568,2799.0,0.01100378017872572,0.1326904296875,0.0,1.4560761451721191,2.180342674255371,-0.011044858954846859,0.002520248992368579,0.2340116947889328,0.4819943904876709,0.8583424538373947,751.0,192256.0,4505.986017079093,12304384.0 +355.18,5.199999809265137,2743.0,0.013918347656726837,0.14697265625,0.0,1.461744785308838,2.159868001937866,-0.009071161970496178,0.0025000418536365032,0.24374033510684967,0.4903528392314911,0.803416520357132,752.0,192512.0,4511.959555628942,12320768.0 +362.43,5.0,2790.0,0.01118389517068863,0.1342976838350296,0.0,1.491701602935791,2.1448915004730225,-0.009571804665029049,0.00250585307367146,0.281025767326355,0.5022602081298828,0.8185074478387833,753.0,192768.0,4517.831285303924,12337152.0 +329.18,6.0,2822.0,0.011153098195791245,0.1289469450712204,0.0,1.4985393285751343,2.1002933979034424,-0.01097667682915926,0.0025084035005420446,0.30892807245254517,0.4931696355342865,0.8459055125713348,754.0,193024.0,4523.636334493989,12353536.0 +335.55,6.300000190734863,2776.0,0.010748141445219517,0.121337890625,0.0,1.4811369180679321,2.14562726020813,-0.00746172433719039,0.002510810038074851,0.2665509879589081,0.4928865134716034,0.8535926192998886,755.0,193280.0,4529.539102518931,12369920.0 +396.98,5.699999809265137,2797.0,0.011856555938720703,0.1435139924287796,0.0,1.4632601737976074,2.1423022747039795,-0.01121270377188921,0.002509821206331253,0.25127604603767395,0.48509931564331055,0.8400054425001144,756.0,193536.0,4535.395610939944,12386304.0 +399.58,5.099999904632568,2806.0,0.011387263424694538,0.13653564453125,0.0,1.5110360383987427,2.1160757541656494,-0.011218305677175522,0.002497387118637562,0.3326462507247925,0.49999451637268066,0.8338399827480316,757.0,193792.0,4541.234080974944,12402688.0 +362.96,5.199999809265137,2804.0,0.013846476562321186,0.1728312224149704,0.0,1.4429264068603516,2.145050048828125,-0.011480596847832203,0.0025044071953743696,0.20834167301654816,0.4896208941936493,0.8836653977632523,758.0,194048.0,4547.077956438996,12419072.0 +339.96,5.599999904632568,2793.0,0.010313160717487335,0.12420654296875,0.0,1.5180500745773315,2.0690219402313232,-0.009427941404283047,0.0024904038291424513,0.3455623388290405,0.5013212561607361,0.826815277338028,759.0,194304.0,4552.9446207920555,12435456.0 +305.09,6.199999809265137,2794.0,0.011755302548408508,0.133056640625,0.0,1.5307573080062866,2.0333240032196045,-0.009046517312526703,0.0025001089088618755,0.376213937997818,0.49220582842826843,0.827091321349144,760.0,194560.0,4558.809021946043,12451840.0 +318.97,5.599999904632568,2801.0,0.009463670663535595,0.107177734375,0.0,1.5079931020736694,2.042158603668213,-0.009266340173780918,0.0025077478494495153,0.32728779315948486,0.49093499779701233,0.8189150094985962,761.0,194816.0,4564.658382378984,12468224.0 +332.98,5.599999904632568,2801.0,0.012918774038553238,0.1556599885225296,0.0,1.4652925729751587,2.0189168453216553,-0.009913803078234196,0.002526636002585292,0.2340032309293747,0.48702356219291687,0.8442379534244537,762.0,195072.0,4570.507531460142,12484608.0 +368.58,4.900000095367432,2744.0,0.011585179716348648,0.1279093474149704,0.0,1.4745522737503052,2.014116048812866,-0.008399877697229385,0.002521742135286331,0.23782266676425934,0.4968208074569702,0.8583525717258453,763.0,195328.0,4576.478999016108,12500992.0 +373.89,5.300000190734863,2789.0,0.012245970778167248,0.1328125,0.0,1.4993690252304077,2.0808401107788086,-0.007726071402430534,0.0025081404019147158,0.3039565980434418,0.4931360185146332,0.8281276673078537,764.0,195584.0,4582.353256052127,12517376.0 +393.55,5.300000190734863,2796.0,0.011984010227024555,0.1385294646024704,0.0,1.518959641456604,2.0582196712493896,-0.009939978830516338,0.0025075774174183607,0.33712342381477356,0.4997606575489044,0.8433257192373276,765.0,195840.0,4588.213352808962,12533760.0 +371.04,5.599999904632568,2691.0,0.011786925606429577,0.1391398161649704,0.0,1.492369532585144,2.0521655082702637,-0.01067106518894434,0.002522982656955719,0.29388585686683655,0.4865964949131012,0.856330081820488,766.0,196096.0,4594.302786150947,12550144.0 +338.88,5.5,2830.0,0.010757576674222946,0.123291015625,0.0,1.526807188987732,2.0861387252807617,-0.005835103336721659,0.002521740272641182,0.3451365530490875,0.49269887804985046,0.8304452896118164,767.0,196352.0,4600.091665374115,12566528.0 +335.5,5.400000095367432,2801.0,0.012514721602201462,0.1311848908662796,0.0,1.4826079607009888,2.06330943107605,-0.008785038255155087,0.00251118466258049,0.2585650384426117,0.5002723336219788,0.8588806092739105,768.0,196608.0,4605.940552538028,12582912.0 +342.24,5.400000095367432,2778.0,0.011080238968133926,0.1271769255399704,0.0,1.4830021858215332,2.055950880050659,-0.010280847549438477,0.002508720848709345,0.288796603679657,0.48461636900901794,0.8535534739494324,769.0,196864.0,4611.837266710121,12599296.0 +371.13,5.300000190734863,2787.0,0.011184058152139187,0.1317342072725296,0.0,1.514976143836975,2.060190439224243,-0.01064512599259615,0.002497889334335923,0.317381888628006,0.513001024723053,0.8139936178922653,770.0,197120.0,4617.715322498931,12615680.0 +395.05,4.800000190734863,2785.0,0.012537714093923569,0.1452840119600296,0.0,1.5143989324569702,2.109794855117798,-0.010122975334525108,0.0024935889523476362,0.327028751373291,0.5082599520683289,0.8065505176782608,771.0,197376.0,4623.5990730039775,12632064.0 +382.97,5.199999809265137,2813.0,0.01392810046672821,0.16864013671875,0.0,1.4761017560958862,2.0958454608917236,-0.011219504289329052,0.002497756155207753,0.2660609781742096,0.4974703788757324,0.8244125247001648,772.0,197632.0,4629.424937319942,12648448.0 +361.9,5.199999809265137,2822.0,0.012043057940900326,0.13873291015625,0.0,1.497855305671692,2.0965912342071533,-0.011422298848628998,0.0024932369124144316,0.32466793060302734,0.49040985107421875,0.7771521359682083,773.0,197888.0,4635.23091628612,12664832.0 +340.71,4.900000095367432,2788.0,0.013036694377660751,0.1530354768037796,0.0,1.4779247045516968,2.1062710285186768,-0.00919289793819189,0.002487696474418044,0.2611747980117798,0.5054759979248047,0.8256590813398361,774.0,198144.0,4641.107939694077,12681216.0 +332.52,5.599999904632568,2795.0,0.013077315874397755,0.1516927033662796,0.0,1.4867850542068481,2.0863897800445557,-0.010808930732309818,0.0024964292533695698,0.28647729754447937,0.4980953633785248,0.8341534286737442,775.0,198400.0,4646.96856984403,12697600.0 +344.22,5.400000095367432,2782.0,0.011663603596389294,0.14215087890625,0.0,1.4499627351760864,2.045720338821411,-0.010370475240051746,0.0024900406133383512,0.23025630414485931,0.489154189825058,0.8652042001485825,776.0,198656.0,4652.857887011953,12713984.0 +331.66,6.099999904632568,2749.0,0.010865398682653904,0.133544921875,0.0,1.5543241500854492,2.0186922550201416,-0.007535844575613737,0.0024865888990461826,0.4152015149593353,0.502033531665802,0.8139314949512482,777.0,198912.0,4658.817435696954,12730368.0 +256.25,6.900000095367432,2815.0,0.01074124500155449,0.1231689453125,0.0,1.5338472127914429,2.0168039798736572,-0.008419819176197052,0.0024922462180256844,0.37496528029441833,0.499848335981369,0.8365575969219208,778.0,199168.0,4664.638180108974,12746752.0 +291.08,5.900000095367432,2799.0,0.011286729015409946,0.128662109375,0.0,1.5802537202835083,2.03066086769104,-0.010629567317664623,0.0024980378802865744,0.45482137799263,0.5081610083580017,0.7962164431810379,779.0,199424.0,4670.492526002927,12763136.0 +255.43,6.0,2799.0,0.013487194664776325,0.1517130583524704,0.0,1.4809284210205078,2.0667166709899902,-0.009750339202582836,0.002505864482372999,0.2770896255970001,0.4903069734573364,0.8248672485351562,780.0,199680.0,4676.344709149096,12779520.0 +274.28,5.900000095367432,2799.0,0.01465174462646246,0.1498820036649704,0.0,1.4871553182601929,2.0856616497039795,-0.00898545328527689,0.0025035657454282045,0.28817906975746155,0.4915917217731476,0.8153176456689835,781.0,199936.0,4682.198553059949,12795904.0 +308.17,6.099999904632568,2807.0,0.011197593063116074,0.12884521484375,0.0,1.4893003702163696,2.0873019695281982,-0.01105574145913124,0.0024992646649479866,0.3052748441696167,0.4882619082927704,0.801401361823082,782.0,200192.0,4688.034971812973,12812288.0 +308.02,5.699999809265137,2792.0,0.010975292883813381,0.12640380859375,0.0,1.5357623100280762,2.0280253887176514,-0.00891746487468481,0.0024886245373636484,0.3915606439113617,0.4943285286426544,0.8058201372623444,783.0,200448.0,4693.903313491028,12828672.0 +253.91,6.0,2789.0,0.012252680957317352,0.1370035856962204,0.0,1.5354872941970825,2.0053913593292236,-0.011584936641156673,0.00249443924985826,0.38313916325569153,0.49951887130737305,0.7990978360176086,784.0,200704.0,4699.778077166062,12845056.0 +268.8,6.0,2747.0,0.013320139609277248,0.1579793244600296,0.0,1.517192006111145,2.015484571456909,-0.011352568864822388,0.002488957718014717,0.33472326397895813,0.5096009373664856,0.8182537704706192,785.0,200960.0,4705.743039213121,12861440.0 +236.58,6.400000095367432,2807.0,0.011117295362055302,0.1230672225356102,0.0,1.5661616325378418,1.9956170320510864,-0.00938725471496582,0.0024970483500510454,0.4046212136745453,0.5206113457679749,0.8326786011457443,786.0,201216.0,4711.580196419032,12877824.0 +214.0,6.0,2798.0,0.012733343988656998,0.1496175080537796,0.0,1.4980138540267944,2.0318548679351807,-0.011794238351285458,0.0024977419525384903,0.28636178374290466,0.5123299360275269,0.8493663221597672,787.0,201472.0,4717.436215521069,12894208.0 +295.03,5.199999809265137,2808.0,0.011840976774692535,0.1268717497587204,0.0,1.5147157907485962,2.0332119464874268,-0.009802672080695629,0.0024997529108077288,0.29683926701545715,0.5233693718910217,0.8376225978136063,788.0,201728.0,4723.270541639999,12910592.0 +310.35,5.099999904632568,2799.0,0.013620595447719097,0.1604817658662796,0.0,1.4825159311294556,2.012925863265991,-0.011476706713438034,0.0025043755304068327,0.2401360273361206,0.5180395841598511,0.8599245399236679,789.0,201984.0,4729.124936537119,12926976.0 +301.24,6.099999904632568,2782.0,0.011507391929626465,0.14697265625,0.0,1.5302542448043823,2.0383987426757812,-0.008467820473015308,0.002484411932528019,0.3411271572113037,0.5210224986076355,0.8387134075164795,790.0,202240.0,4735.014257302042,12943360.0 +338.74,6.099999904632568,2757.0,0.012099099345505238,0.1398518830537796,0.0,1.4615851640701294,2.013740301132202,-0.01117012184113264,0.002481619128957391,0.22810626029968262,0.5100979804992676,0.8806895539164543,791.0,202496.0,4740.955969749019,12959744.0 +355.0,5.599999904632568,2714.0,0.012398145161569118,0.1356404572725296,0.0,1.5330461263656616,1.9963172674179077,-0.009855604730546474,0.0024848293978720903,0.38892030715942383,0.4952421188354492,0.8331051915884018,792.0,202752.0,4746.992351330118,12976128.0 +227.15,6.800000190734863,2789.0,0.011081181466579437,0.1378173828125,0.0,1.5692936182022095,1.993420124053955,-0.009815625846385956,0.0024948997888714075,0.4361211061477661,0.5061788558959961,0.8379379212856293,793.0,203008.0,4752.865619634977,12992512.0 +219.14,6.699999809265137,2746.0,0.009168735705316067,0.1135050430893898,0.0,1.5350724458694458,2.0153021812438965,-0.010295136831700802,0.002494083484634757,0.3930058777332306,0.4913933277130127,0.8276815712451935,794.0,203264.0,4758.8324584469665,13008896.0 +237.09,6.199999809265137,2810.0,0.012620392255485058,0.1396484375,0.0,1.5062190294265747,2.049743175506592,-0.01192371267825365,0.0024871882051229477,0.34291183948516846,0.4925130307674408,0.8292218744754791,795.0,203520.0,4764.664120344911,13025280.0 +279.41,5.900000095367432,2758.0,0.010990321636199951,0.1227823868393898,0.0,1.4827046394348145,2.0543148517608643,-0.010034768842160702,0.002492076950147748,0.2757485508918762,0.5005115866661072,0.8556279093027115,796.0,203776.0,4770.604779701913,13041664.0 +311.27,6.0,2824.0,0.010566086508333683,0.1234130859375,0.0,1.500717043876648,2.057605504989624,-0.009825597517192364,0.002485238714143634,0.31951895356178284,0.4987892806529999,0.8398881405591965,797.0,204032.0,4776.406938852975,13058048.0 +278.57,6.5,2796.0,0.015541799366474152,0.1582438200712204,0.0,1.5470634698867798,1.9956096410751343,-0.008997798897325993,0.00250008562579751,0.4028085172176361,0.49549779295921326,0.8214868009090424,798.0,204288.0,4782.266025412129,13074432.0 +268.07,6.0,2728.0,0.010887105017900467,0.1231282576918602,0.0,1.497689127922058,2.011909246444702,-0.00977173913270235,0.0024937924463301897,0.2953515350818634,0.5053629875183105,0.8362242579460144,799.0,204544.0,4788.271172255976,13090816.0 +317.71,4.800000190734863,2790.0,0.012877359986305237,0.1380411833524704,0.0,1.465355396270752,1.9995712041854858,-0.00995937641710043,0.0024984050542116165,0.36463770270347595,0.5014530420303345,0.7648374736309052,800.0,204800.0,4794.144640360028,13107200.0 +310.88,5.0,2783.0,0.01096043735742569,0.1207275390625,0.0,1.457088828086853,1.9468806982040405,-0.010413424111902714,0.002484942087903619,0.34592413902282715,0.5095409750938416,0.7882300466299057,801.0,205056.0,4800.031648422126,13123584.0 +294.1,5.099999904632568,2698.0,0.01311433594673872,0.1336873322725296,0.0,1.4510269165039062,1.9657111167907715,-0.010614298284053802,0.00249132770113647,0.35971131920814514,0.4895930588245392,0.7969916313886642,802.0,205312.0,4806.103340761969,13139968.0 +268.93,5.900000095367432,2729.0,0.010195699520409107,0.1263020783662796,0.0,1.46931791305542,1.9173749685287476,-0.009441020898520947,0.0024954036343842745,0.4048025906085968,0.47967347502708435,0.8115156888961792,803.0,205568.0,4812.106904719025,13156352.0 +274.01,6.599999904632568,2741.0,0.008905879221856594,0.1092732772231102,0.0,1.435285210609436,1.9432810544967651,-0.009823591448366642,0.002487280871719122,0.3412093222141266,0.48160895705223083,0.8162460625171661,804.0,205824.0,4818.083709399914,13172736.0 +294.71,6.5,2724.0,0.010548591613769531,0.1252644807100296,0.0,1.4326057434082031,1.9293524026870728,-0.009674333967268467,0.002488636178895831,0.315680593252182,0.4939928352832794,0.8143156170845032,805.0,206080.0,4824.0986278241035,13189120.0 +306.35,6.300000190734863,2820.0,0.014455076307058334,0.1584879606962204,0.0,1.388503909111023,1.9788084030151367,-0.00983926560729742,0.002492868807166815,0.24174313247203827,0.4832451343536377,0.8265417963266373,806.0,206336.0,4829.909183023032,13205504.0 +376.03,5.599999904632568,2802.0,0.010791495442390442,0.12469482421875,0.0,1.442319393157959,2.005253791809082,-0.010063143447041512,0.0024875241797417402,0.34034356474876404,0.4925890862941742,0.8043249398469925,807.0,206592.0,4835.756931045093,13221888.0 +332.32,5.900000095367432,2765.0,0.011765199713408947,0.1371866911649704,0.0,1.3917473554611206,2.031420946121216,-0.010522599332034588,0.002489892765879631,0.23554052412509918,0.49480554461479187,0.8363373577594757,808.0,206848.0,4841.683098907117,13238272.0 +313.04,6.199999809265137,2782.0,0.01404664758592844,0.1705729216337204,0.0,1.4021042585372925,2.0260097980499268,-0.009935419075191021,0.0024836126249283552,0.2550346851348877,0.4979037344455719,0.8187666684389114,809.0,207104.0,4847.571546332911,13254656.0 +366.33,5.599999904632568,2753.0,0.017522048205137253,0.2132568359375,0.0,1.4184983968734741,2.0168440341949463,-0.012400845997035503,0.002482485957443714,0.27471575140953064,0.5103699564933777,0.8180935233831406,810.0,207360.0,4853.522427384974,13271040.0 +383.48,5.699999809265137,2785.0,0.011040966026484966,0.1230672225356102,0.0,1.422143578529358,2.0375564098358154,-0.010746431536972523,0.002488237340003252,0.30559277534484863,0.48984000086784363,0.8234169334173203,811.0,207616.0,4859.405339848017,13287424.0 +384.4,6.0,2805.0,0.011745735071599483,0.12823486328125,0.0,1.4145193099975586,2.0201282501220703,-0.011001571081578732,0.0024811390321701765,0.2764282524585724,0.502774178981781,0.8048466444015503,812.0,207872.0,4865.248440412106,13303808.0 +328.75,6.199999809265137,2736.0,0.01154810469597578,0.1366780549287796,0.0,1.505788803100586,1.9724441766738892,-0.01036160346120596,0.0024880238343030214,0.4536527395248413,0.5013863444328308,0.7981410175561905,813.0,208128.0,4871.236032060115,13320192.0 +235.75,6.5,2759.0,0.011204150505363941,0.1397705078125,0.0,1.5276719331741333,2.0123684406280518,-0.01143933366984129,0.0024875744711607695,0.4810333549976349,0.5145039558410645,0.7729946970939636,814.0,208384.0,4877.1743262161035,13336576.0 +278.64,6.0,2742.0,0.011875700205564499,0.1345418244600296,0.0,1.383344054222107,2.068798303604126,-0.009516320191323757,0.0024977175053209066,0.20463673770427704,0.49944767355918884,0.8331681191921234,815.0,208640.0,4883.149047855055,13352960.0 +329.92,5.800000190734863,2776.0,0.010959972627460957,0.1309407502412796,0.0,1.465345025062561,2.0609447956085205,-0.010679955594241619,0.0024955105036497116,0.36617299914360046,0.5036419630050659,0.8133817911148071,816.0,208896.0,4889.050926262047,13369344.0 +333.36,6.199999809265137,2795.0,0.011748102493584156,0.1412760466337204,0.0,1.4041852951049805,2.0859577655792236,-0.010475358925759792,0.0025003538466989994,0.23258048295974731,0.5087964534759521,0.8583256155252457,817.0,209152.0,4894.913368029986,13385728.0 +306.18,5.400000095367432,2766.0,0.011795748956501484,0.1354166716337204,0.0,1.5491012334823608,2.0237863063812256,-0.009736894629895687,0.002495546592399478,0.49396464228630066,0.5283513069152832,0.7815400063991547,818.0,209408.0,4900.837135194102,13402112.0 +223.32,6.900000095367432,2739.0,0.009715108200907707,0.1030476912856102,0.0,1.5153640508651733,2.0250866413116455,-0.010123650543391705,0.002498313784599304,0.4358961582183838,0.5212303400039673,0.8278992176055908,819.0,209664.0,4906.818266597111,13418496.0 +265.71,6.199999809265137,2816.0,0.011285834014415741,0.12841796875,0.0,1.4719423055648804,2.0276641845703125,-0.01152275875210762,0.002490073209628463,0.3630971610546112,0.5178876519203186,0.8040430992841721,820.0,209920.0,4912.635343777947,13434880.0 +241.59,6.300000190734863,2809.0,0.009781289845705032,0.11737060546875,0.0,1.4515787363052368,2.067490339279175,-0.010461061261594296,0.002490339567884803,0.32869696617126465,0.5126516819000244,0.8488709181547165,821.0,210176.0,4918.467565285042,13451264.0 +281.8,6.199999809265137,2798.0,0.014098403044044971,0.1462809294462204,0.0,1.428498387336731,2.0784947872161865,-0.010880347341299057,0.002481601433828473,0.28062567114830017,0.519000232219696,0.8169671893119812,822.0,210432.0,4924.323035090929,13467648.0 +342.87,5.300000190734863,2756.0,0.011775261722505093,0.1356201171875,0.0,1.419471263885498,2.0629122257232666,-0.010563996620476246,0.002481835661455989,0.27424779534339905,0.5104697346687317,0.8140283823013306,823.0,210688.0,4930.267986132065,13484032.0 +285.89,6.099999904632568,2741.0,0.011807534843683243,0.1325276643037796,0.0,1.4654418230056763,2.006856918334961,-0.00867709144949913,0.0024924245662987232,0.3552123010158539,0.5092296004295349,0.8214051872491837,824.0,210944.0,4936.246135500958,13500416.0 +310.53,6.5,2802.0,0.01166798546910286,0.1241455078125,0.0,1.443740963935852,1.9809216260910034,-0.011806510388851166,0.0024952946696430445,0.3080817759037018,0.5141071081161499,0.799800306558609,825.0,211200.0,4942.093810610939,13516800.0 +372.23,5.599999904632568,2800.0,0.010892312042415142,0.1262613981962204,0.0,1.4519829750061035,1.9835456609725952,-0.011781050823628902,0.0024937980342656374,0.3270961344242096,0.5131693482398987,0.8254803121089935,826.0,211456.0,4947.94528645114,13533184.0 +321.39,5.5,2811.0,0.011572003364562988,0.12744140625,0.0,1.4332915544509888,1.9876629114151,-0.011151745915412903,0.0025048081297427416,0.2977517545223236,0.5015211701393127,0.8423303663730621,827.0,211712.0,4953.7742759180255,13549568.0 +308.28,5.800000190734863,2794.0,0.014284148812294006,0.1720377653837204,0.0,1.4472060203552246,1.9845596551895142,-0.010410331189632416,0.0024918506387621164,0.31998634338378906,0.5106996893882751,0.8170690983533859,828.0,211968.0,4959.638882619096,13565952.0 +335.42,5.900000095367432,2790.0,0.009259852580726147,0.1085205078125,0.0,1.4058765172958374,2.0412161350250244,-0.008574305102229118,0.002494440646842122,0.24594680964946747,0.5019658207893372,0.8128746747970581,829.0,212224.0,4965.510279146954,13582336.0 +359.98,5.900000095367432,2766.0,0.01145338173955679,0.1271565705537796,0.0,1.4399973154067993,2.0216641426086426,-0.011042431928217411,0.0024866850581020117,0.32077986001968384,0.5044794678688049,0.8025059252977371,830.0,212480.0,4971.434405913111,13598720.0 +341.5,5.800000190734863,2802.0,0.013169366866350174,0.1459147185087204,0.0,1.4377217292785645,2.0018231868743896,-0.01035667210817337,0.0024814757052809,0.3196008503437042,0.5036570429801941,0.8180196434259415,831.0,212736.0,4977.281731158961,13615104.0 +318.44,6.300000190734863,2802.0,0.012689718045294285,0.147705078125,0.0,1.4606400728225708,1.9918097257614136,-0.01129146944731474,0.0024804091081023216,0.3685143291950226,0.5032519102096558,0.821823000907898,832.0,212992.0,4983.129023061134,13631488.0 +318.02,6.699999809265137,2757.0,0.011728066951036453,0.1326700896024704,0.0,1.3972177505493164,2.0011043548583984,-0.011301702819764614,0.002475828630849719,0.24919934570789337,0.5006600022315979,0.8550114333629608,833.0,213248.0,4989.072261529043,13647872.0 +326.34,6.400000095367432,2798.0,0.01353102084249258,0.1597086638212204,0.0,1.3999279737472534,2.0168914794921875,-0.009775537066161633,0.0024788659065961838,0.2311372309923172,0.5129719376564026,0.842087909579277,834.0,213504.0,4994.927683033049,13664256.0 +377.94,5.199999809265137,2811.0,0.012935181148350239,0.1463419646024704,0.0,1.4236208200454712,2.0354092121124268,-0.01093277707695961,0.0024752605240792036,0.29561540484428406,0.5051698684692383,0.8274492472410202,835.0,213760.0,5000.756942312932,13680640.0 +412.03,4.900000095367432,2844.0,0.012649652548134327,0.152099609375,0.0,1.4416484832763672,2.0451409816741943,-0.009870507754385471,0.002475607907399535,0.3264879286289215,0.5071645379066467,0.7776311486959457,836.0,214016.0,5006.5175934450235,13697024.0 +347.1,5.5,2791.0,0.013710647821426392,0.1590983122587204,0.0,1.4010920524597168,2.028808355331421,-0.01076857652515173,0.002476766938343644,0.23947983980178833,0.5114949345588684,0.8109389096498489,837.0,214272.0,5012.388007987989,13713408.0 +347.05,5.699999809265137,2803.0,0.013726168312132359,0.1684773713350296,0.0,1.4207690954208374,1.964944839477539,-0.009254456497728825,0.0024738197680562735,0.28191956877708435,0.5080410838127136,0.8128602653741837,838.0,214528.0,5018.233630269067,13729792.0 +357.91,5.599999904632568,2804.0,0.012359537184238434,0.1417439728975296,0.0,1.4522517919540405,1.939113736152649,-0.012247569859027863,0.002479432849213481,0.3530791699886322,0.5034181475639343,0.7754704058170319,839.0,214784.0,5024.077758912928,13746176.0 +298.63,5.699999809265137,2782.0,0.013470766134560108,0.1648966521024704,0.0,1.4525165557861328,1.993181586265564,-0.010569863021373749,0.00248548062518239,0.34303712844848633,0.5059258937835693,0.815357968211174,840.0,215040.0,5029.967228990048,13762560.0 +281.14,6.0,2806.0,0.01281993743032217,0.1537272185087204,0.0,1.4410549402236938,2.035099744796753,-0.010845839977264404,0.0024716246407479048,0.30600684881210327,0.5231855511665344,0.8135053366422653,841.0,215296.0,5035.805772535037,13778944.0 +276.21,5.699999809265137,2805.0,0.013028723187744617,0.1524251252412796,0.0,1.4572409391403198,1.9910898208618164,-0.011449940502643585,0.0024800121318548918,0.3514162600040436,0.5105188488960266,0.8183656334877014,842.0,215552.0,5041.645709567005,13795328.0 +249.01,5.800000190734863,2791.0,0.012035508640110493,0.1376546174287796,0.0,1.4718098640441895,1.9867030382156372,-0.009555540978908539,0.0024791003670543432,0.3669162094593048,0.5174822807312012,0.8062128722667694,843.0,215808.0,5047.515625924105,13811712.0 +298.55,5.599999904632568,2709.0,0.01088409498333931,0.12469482421875,0.0,1.4551591873168945,2.042517900466919,-0.009412738494575024,0.002485954435542226,0.3573479950428009,0.4987867772579193,0.7615322321653366,844.0,216064.0,5053.563324589049,13828096.0 +344.17,5.300000190734863,2818.0,0.010671146214008331,0.1245931014418602,0.0,1.4258027076721191,2.0680978298187256,-0.01059291884303093,0.002486219396814704,0.29014086723327637,0.5062316060066223,0.8330685645341873,845.0,216320.0,5059.377465051133,13844480.0 +297.54,5.599999904632568,2793.0,0.01348704844713211,0.1566569060087204,0.0,1.4644055366516113,2.0096192359924316,-0.010392445139586926,0.002487077144905925,0.34959104657173157,0.5165930986404419,0.8180415034294128,846.0,216576.0,5065.243981929962,13860864.0 +302.72,5.599999904632568,2763.0,0.011391428299248219,0.11846923828125,0.0,1.423587679862976,2.0139596462249756,-0.008412648923695087,0.0024834356736391783,0.2830341160297394,0.5057793259620667,0.8208180814981461,847.0,216832.0,5071.172764470102,13877248.0 +306.11,5.599999904632568,2804.0,0.011342804878950119,0.1320597380399704,0.0,1.4535080194473267,2.0173628330230713,-0.012119443155825138,0.0024801171384751797,0.337831050157547,0.5157887935638428,0.8053214848041534,848.0,217088.0,5077.015549482079,13893632.0 +309.65,5.5,2777.0,0.012560057453811169,0.1334635466337204,0.0,1.448734164237976,2.073110580444336,-0.008494212292134762,0.002473227446898818,0.3393319547176361,0.5077773928642273,0.8093065768480301,849.0,217344.0,5082.91474473197,13910016.0 +313.2,5.900000095367432,2796.0,0.009567534551024437,0.1154581680893898,0.0,1.2906585931777954,2.0630509853363037,-0.009160601533949375,0.0024797979276627302,0.25261661410331726,0.49703383445739746,0.825664296746254,850.0,217600.0,5088.774992472958,13926400.0 +340.19,5.800000190734863,2818.0,0.01050118263810873,0.1197713240981102,0.0,1.2811554670333862,2.0552146434783936,-0.010384374298155308,0.0024718930944800377,0.21891947090625763,0.513336718082428,0.8293512612581253,851.0,217856.0,5094.5879826010205,13942784.0 +379.74,5.0,2755.0,0.00909618940204382,0.1048177108168602,0.0,1.285720944404602,2.0530290603637695,-0.010299297980964184,0.002471152925863862,0.23252081871032715,0.5103000998497009,0.812720313668251,852.0,218112.0,5100.535267665051,13959168.0 +397.57,5.199999809265137,2766.0,0.011179492808878422,0.1322224885225296,0.0,1.3018102645874023,2.059230089187622,-0.010170746594667435,0.0024752074386924505,0.28794166445732117,0.49127256870269775,0.8228977918624878,853.0,218368.0,5106.459166337969,13975552.0 +382.53,5.400000095367432,2815.0,0.011425194330513477,0.13616943359375,0.0,1.3184739351272583,2.0218605995178223,-0.00937687698751688,0.002474195323884487,0.31547102332115173,0.4942971467971802,0.7877562791109085,854.0,218624.0,5112.279561741976,13991936.0 +323.56,6.099999904632568,2786.0,0.012235934846103191,0.150634765625,0.0,1.3452013731002808,2.03596568107605,-0.009801155887544155,0.002475320128723979,0.3587286174297333,0.5019732713699341,0.813109427690506,855.0,218880.0,5118.159569717012,14008320.0 +316.23,6.300000190734863,2778.0,0.012684031389653683,0.1515095978975296,0.0,1.2989832162857056,2.0791714191436768,-0.011675063520669937,0.0024699028581380844,0.26473483443260193,0.509168803691864,0.8353319466114044,856.0,219136.0,5124.056401167065,14024704.0 +338.82,5.199999809265137,2818.0,0.01125859934836626,0.1351318359375,0.0,1.2712327241897583,2.1140949726104736,-0.011494983918964863,0.002469601109623909,0.22261065244674683,0.4998370409011841,0.8259609341621399,857.0,219392.0,5129.870385183953,14041088.0 +330.64,5.400000095367432,2792.0,0.010371578857302666,0.1185506209731102,0.0,1.3401737213134766,2.1023261547088623,-0.010601489804685116,0.0024719813372939825,0.3444361984729767,0.5088537335395813,0.805331215262413,858.0,219648.0,5135.738238615915,14057472.0 +296.0,6.5,2795.0,0.010848120786249638,0.1385904997587204,0.0,1.3715287446975708,2.086059331893921,-0.010504607111215591,0.0024732970632612705,0.3884017765522003,0.521450400352478,0.8012380748987198,859.0,219904.0,5141.599001208087,14073856.0 +330.57,5.599999904632568,2779.0,0.011106885969638824,0.1274210661649704,0.0,1.3679002523422241,2.0575358867645264,-0.010518801398575306,0.002471726620569825,0.38910654187202454,0.5160508751869202,0.7869553416967392,860.0,220160.0,5147.494319810066,14090240.0 +313.9,5.5,2815.0,0.011868809349834919,0.1404622346162796,0.0,1.297183632850647,2.070350408554077,-0.009290720336139202,0.002474329899996519,0.23962236940860748,0.519004762172699,0.8319609463214874,861.0,220416.0,5153.314251021948,14106624.0 +270.02,5.900000095367432,2787.0,0.009939935058355331,0.1141560897231102,0.0,1.3317862749099731,2.1002442836761475,-0.0106692248955369,0.0024723366368561983,0.34064221382141113,0.4993037283420563,0.8202161341905594,862.0,220672.0,5159.192778770113,14123008.0 +312.65,5.5,2722.0,0.011222521774470806,0.1316121369600296,0.0,1.3049899339675903,2.1222119331359863,-0.007424354553222656,0.0024861134588718414,0.28658270835876465,0.48835405707359314,0.8160820305347443,863.0,220928.0,5165.212627640925,14139392.0 +400.94,5.400000095367432,2826.0,0.011860827915370464,0.13555908203125,0.0,1.342905879020691,2.0941903591156006,-0.009424004703760147,0.0024776682257652283,0.3409254848957062,0.5107061266899109,0.82252237200737,864.0,221184.0,5171.010772088077,14155776.0 +330.52,6.5,2807.0,0.00961632002145052,0.1084391251206398,0.0,1.3325310945510864,2.077962636947632,-0.009716005064547062,0.0024698018096387386,0.31375640630722046,0.5194969773292542,0.835392951965332,865.0,221440.0,5176.846758106956,14172160.0 +334.21,6.0,2762.0,0.015542615205049515,0.1654459685087204,0.0,1.3052330017089844,2.059551954269409,-0.012055016122758389,0.0024785553105175495,0.2609582245349884,0.5169472098350525,0.7816883623600006,866.0,221696.0,5182.777693663957,14188544.0 +337.46,6.0,2822.0,0.010768145322799683,0.12506103515625,0.0,1.3173761367797852,2.0509822368621826,-0.009230045601725578,0.0024949084036052227,0.27568960189819336,0.511485755443573,0.784703865647316,867.0,221952.0,5188.58296286501,14204928.0 +366.32,5.699999809265137,2796.0,0.011734928004443645,0.1417643278837204,0.0,1.3228836059570312,2.044107675552368,-0.010480170138180256,0.002498585032299161,0.2799895405769348,0.5162493586540222,0.8266691863536835,868.0,222208.0,5194.442408825969,14221312.0 +388.43,5.199999809265137,2736.0,0.013084083795547485,0.1436360627412796,0.0,1.3342781066894531,2.0349767208099365,-0.008584343828260899,0.002520616166293621,0.26905524730682373,0.526869535446167,0.8085931092500687,869.0,222464.0,5200.431380205089,14237696.0 +354.75,5.900000095367432,2754.0,0.011587332934141159,0.1495564728975296,0.0,1.3239160776138306,2.04313063621521,-0.010915040969848633,0.0024899772834032774,0.31156763434410095,0.49970757961273193,0.7971605360507965,870.0,222720.0,5206.379438938107,14254080.0 +328.37,6.0,2760.0,0.015443161129951477,0.1611124724149704,0.0,1.2975883483886719,2.062241315841675,-0.009739884175360203,0.0024767371360212564,0.26015540957450867,0.5039920210838318,0.7964276820421219,871.0,222976.0,5212.316293739947,14270464.0 +306.83,6.099999904632568,2755.0,0.012514394707977772,0.1413777619600296,0.0,1.354602336883545,2.079632043838501,-0.008697448298335075,0.002471757819876075,0.35203906893730164,0.5213236212730408,0.7921793460845947,872.0,223232.0,5218.263300434919,14286848.0 +396.32,5.199999809265137,2788.0,0.012942790985107422,0.1380818635225296,0.0,1.3486199378967285,2.027740001678467,-0.008828640915453434,0.002481161616742611,0.33365240693092346,0.5207279920578003,0.8016234338283539,873.0,223488.0,5224.141178298043,14303232.0 +350.25,5.5,2769.0,0.010737628675997257,0.1171468123793602,0.0,1.3317272663116455,2.054103136062622,-0.00949393305927515,0.00248072505928576,0.31636837124824524,0.5102962851524353,0.818859875202179,874.0,223744.0,5230.058203804074,14319616.0 +296.03,6.300000190734863,2748.0,0.013213425874710083,0.1572672575712204,0.0,1.3115793466567993,2.0441668033599854,-0.008333045057952404,0.0024833285715430975,0.25288960337638855,0.5240220427513123,0.8357863128185272,875.0,224000.0,5236.019479332957,14336000.0 +342.71,6.099999904632568,2782.0,0.014090624637901783,0.15826416015625,0.0,1.3266226053237915,2.0362353324890137,-0.010880488902330399,0.002481052652001381,0.3048705458641052,0.5128266215324402,0.8124499768018723,876.0,224256.0,5241.908667600015,14352384.0 +380.67,5.900000095367432,2799.0,0.010872981511056423,0.1239217147231102,0.0,1.3228305578231812,2.0161116123199463,-0.010342503897845745,0.0024731368757784367,0.29789605736732483,0.5152657628059387,0.805802658200264,877.0,224512.0,5247.762045816053,14368768.0 +432.68,5.099999904632568,2778.0,0.013871350325644016,0.1483968049287796,0.0,1.2353752851486206,2.0076375007629395,-0.010978487320244312,0.0024778868537396193,0.1421838402748108,0.49973034858703613,0.8732042163610458,878.0,224768.0,5253.658850982087,14385152.0 +387.43,5.199999809265137,2818.0,0.012284327298402786,0.1369832307100296,0.0,1.318907618522644,1.95829439163208,-0.01152606587857008,0.0024730951990932226,0.30298569798469543,0.5067595839500427,0.8251008987426758,879.0,225024.0,5259.473357509123,14401536.0 +340.95,5.599999904632568,2711.0,0.012458525598049164,0.1499226838350296,0.0,1.3016186952590942,1.9560867547988892,-0.007879230193793774,0.0024724716786295176,0.25943946838378906,0.5082576870918274,0.7880800366401672,880.0,225280.0,5265.517435745103,14417920.0 +363.09,5.0,2832.0,0.012943044304847717,0.1526692658662796,0.0,1.358555793762207,1.9187346696853638,-0.009937932714819908,0.0024748167488723993,0.369054913520813,0.5126333236694336,0.7744542360305786,881.0,225536.0,5271.302176391007,14434304.0 +353.44,5.400000095367432,2775.0,0.013642913661897182,0.1580810546875,0.0,1.2978477478027344,1.9211195707321167,-0.010306213982403278,0.002477567410096526,0.2610085904598236,0.5021050572395325,0.8286517560482025,882.0,225792.0,5277.206359842094,14450688.0 +365.28,5.599999904632568,2756.0,0.014172823168337345,0.1650187224149704,0.0,1.2999156713485718,1.9679409265518188,-0.010992047376930714,0.002480390714481473,0.26377251744270325,0.5033694505691528,0.7962731868028641,883.0,226048.0,5283.1500323740765,14467072.0 +360.87,6.099999904632568,2811.0,0.011781036853790283,0.1413981169462204,0.0,1.3128408193588257,1.9434900283813477,-0.010112752206623554,0.0024792153853923082,0.2995430529117584,0.4951082766056061,0.8454002887010574,884.0,226304.0,5288.978433334967,14483456.0 +295.58,6.599999904632568,2800.0,0.012465422041714191,0.1409098356962204,0.0,1.3755182027816772,1.9324250221252441,-0.009563415311276913,0.0024724602699279785,0.4029574692249298,0.5134820938110352,0.8098483383655548,885.0,226560.0,5294.830701311119,14499840.0 +308.85,6.099999904632568,2740.0,0.01255087647587061,0.1393636018037796,0.0,1.3096301555633545,1.911678671836853,-0.00886493269354105,0.002473189029842615,0.2788456678390503,0.506226122379303,0.8553323149681091,886.0,226816.0,5300.810113942949,14516224.0 +315.73,6.199999809265137,2783.0,0.011826097033917904,0.1314493864774704,0.0,1.3548388481140137,1.8991422653198242,-0.011343899182975292,0.0024719282519072294,0.36179089546203613,0.5157137513160706,0.8396419584751129,887.0,227072.0,5306.696399275912,14532608.0 +249.33,6.0,2795.0,0.012976429425179958,0.1401570588350296,0.0,1.3783010244369507,1.9031562805175781,-0.011090648360550404,0.0024753143079578876,0.4014599025249481,0.5189875364303589,0.7974265068769455,888.0,227328.0,5312.557912915014,14548992.0 +279.5,5.699999809265137,2792.0,0.0124484458938241,0.1399332731962204,0.0,1.3818284273147583,1.8743553161621094,-0.012003175914287567,0.002474837703630328,0.40344369411468506,0.5238224267959595,0.8066460639238358,889.0,227584.0,5318.425142080057,14565376.0 +270.55,6.099999904632568,2805.0,0.010757573880255222,0.1243693009018898,0.0,1.3674675226211548,1.8959927558898926,-0.01027464959770441,0.002477712230756879,0.36574411392211914,0.5267146229743958,0.8294336646795273,890.0,227840.0,5324.2664863469545,14581760.0 +265.8,6.199999809265137,2755.0,0.010674387216567993,0.119384765625,0.0,1.353129506111145,1.9547196626663208,-0.011774640530347824,0.002475594636052847,0.33399179577827454,0.5330469012260437,0.8164810389280319,891.0,228096.0,5330.21445900714,14598144.0 +279.55,6.0,2789.0,0.012243236415088177,0.14593505859375,0.0,1.3237367868423462,1.9483829736709595,-0.008895856328308582,0.002486439887434244,0.28962188959121704,0.5128609538078308,0.8126390725374222,892.0,228352.0,5336.088754364988,14614528.0 +302.1,6.099999904632568,2816.0,0.010501635260879993,0.1274821013212204,0.0,1.401401400566101,1.9043539762496948,-0.011893085204064846,0.0024821357801556587,0.45560339093208313,0.5109848380088806,0.8190231770277023,893.0,228608.0,5341.906244911021,14630912.0 +296.92,6.0,2710.0,0.012489640153944492,0.1287434846162796,0.0,1.3834325075149536,1.921407699584961,-0.009363848716020584,0.0024925984907895327,0.39639079570770264,0.5192499756813049,0.792024701833725,894.0,228864.0,5347.951719829114,14647296.0 +276.07,5.599999904632568,2811.0,0.01630413345992565,0.1426188200712204,0.0,1.313663125038147,1.9323978424072266,-0.010641094297170639,0.002490242477506399,0.26723602414131165,0.5148937106132507,0.8125057965517044,895.0,229120.0,5353.780174572021,14663680.0 +226.2,6.300000190734863,2799.0,0.01391078531742096,0.1653035432100296,0.0,1.2919968366622925,1.9831628799438477,-0.010831271298229694,0.0024724348913878202,0.23233968019485474,0.5186771750450134,0.8738717287778854,896.0,229376.0,5359.633532067994,14680064.0 +309.79,6.5,2773.0,0.01260592695325613,0.149169921875,0.0,1.368207335472107,1.8922233581542969,-0.011994600296020508,0.0024697177577763796,0.39750826358795166,0.5111334919929504,0.8290305584669113,897.0,229632.0,5365.541155372979,14696448.0 +350.86,5.5,2789.0,0.009438054636120796,0.1150309219956398,0.0,1.3380745649337769,1.9561704397201538,-0.010334250517189503,0.0024728775024414062,0.3235352337360382,0.5180379152297974,0.853487640619278,898.0,229888.0,5371.414396940032,14712832.0 +293.69,6.199999809265137,2804.0,0.009834586642682552,0.1133829727768898,0.0,1.3203245401382446,1.927942156791687,-0.007963486015796661,0.0024741787929087877,0.27910006046295166,0.5200269222259521,0.8770170211791992,899.0,230144.0,5377.257004074985,14729216.0 +255.91,6.800000190734863,2753.0,0.011344893835484982,0.1303914338350296,0.0,1.5039769411087036,1.9210543632507324,-0.009187385439872742,0.002484877360984683,0.3560303747653961,0.505122184753418,0.8345231860876083,900.0,230400.0,5383.207680762978,14745600.0 +324.77,5.699999809265137,2769.0,0.016154976561665535,0.13861083984375,0.0,1.4628688097000122,1.9164791107177734,-0.010858912020921707,0.002472824649885297,0.2644883990287781,0.519262969493866,0.8398723602294922,901.0,230656.0,5389.124058145098,14761984.0 +355.53,5.699999809265137,2808.0,0.01487013604491949,0.1572672575712204,0.0,1.446332573890686,1.9552010297775269,-0.011691966094076633,0.002475874265655875,0.23709344863891602,0.5156498551368713,0.8416878283023834,902.0,230912.0,5394.959767782129,14778368.0 +336.66,6.199999809265137,2790.0,0.012930195778608322,0.1424153596162796,0.0,1.526523232460022,1.92695152759552,-0.010348745621740818,0.00248272274620831,0.39247313141822815,0.5133548378944397,0.7594478279352188,903.0,231168.0,5400.83232556493,14794752.0 +274.29,6.599999904632568,2830.0,0.01304065715521574,0.148193359375,0.0,1.4838699102401733,1.9174437522888184,-0.010844712145626545,0.002479457762092352,0.3049619495868683,0.5169269442558289,0.8219166398048401,904.0,231424.0,5406.620964715956,14811136.0 +267.66,6.5,2809.0,0.012453417293727398,0.1408894807100296,0.0,1.5611885786056519,1.874052882194519,-0.009477208368480206,0.0024815257638692856,0.444230318069458,0.5234836935997009,0.777441218495369,905.0,231680.0,5412.4539398581255,14827520.0 +252.71,6.599999904632568,2817.0,0.01377903576940298,0.1504923552274704,0.0,1.4372462034225464,1.9338092803955078,-0.010783935897052288,0.002482273383066058,0.21119654178619385,0.5159859657287598,0.8754688501358032,906.0,231936.0,5418.270745190093,14843904.0 +295.31,6.300000190734863,2783.0,0.011613626033067703,0.1460164338350296,0.0,1.4965144395828247,1.9165006875991821,-0.00908939354121685,0.002490666462108493,0.30994996428489685,0.5221429467201233,0.8179173320531845,907.0,232192.0,5424.158311176114,14860288.0 +366.66,5.400000095367432,2789.0,0.010371801443397999,0.1150309219956398,0.0,1.4775258302688599,1.929254412651062,-0.009371419437229633,0.0024886131286621094,0.2633480131626129,0.5292622447013855,0.797581359744072,908.0,232448.0,5430.03217217396,14876672.0 +379.03,5.5,2776.0,0.013272824697196484,0.1598714143037796,0.0,1.4587842226028442,1.9307271242141724,-0.011375212110579014,0.0024775725323706865,0.255924791097641,0.5179933905601501,0.8221823573112488,909.0,232704.0,5435.93432815792,14893056.0 +371.4,5.300000190734863,2776.0,0.014259732328355312,0.16522216796875,0.0,1.4463492631912231,1.9660190343856812,-0.011422999203205109,0.0024701126385480165,0.2387784868478775,0.517257571220398,0.838009238243103,910.0,232960.0,5441.8361477621365,14909440.0 +361.05,5.5,2760.0,0.013180266134440899,0.1428426057100296,0.0,1.5250431299209595,1.945696473121643,-0.01030348613858223,0.0024709198623895645,0.3748764991760254,0.5288828015327454,0.7814798802137375,911.0,233216.0,5447.7720355910715,14925824.0 +324.75,5.300000190734863,2800.0,0.013743666000664234,0.1494344025850296,0.0,1.49504554271698,1.9610356092453003,-0.008571724407374859,0.0024660674389451742,0.33440884947776794,0.516673743724823,0.7663264870643616,912.0,233472.0,5453.6226025549695,14942208.0 +298.74,5.800000190734863,2800.0,0.012053090147674084,0.142578125,0.0,1.450217843055725,1.9829105138778687,-0.010092654265463352,0.0024650765117257833,0.2570345401763916,0.5114904046058655,0.8151275217533112,913.0,233728.0,5459.4739803990815,14958592.0 +301.44,6.5,2767.0,0.01290938165038824,0.1484171599149704,0.0,1.5031967163085938,1.9373798370361328,-0.011371091939508915,0.002465905388817191,0.3458806574344635,0.5231780409812927,0.7983521223068237,914.0,233984.0,5465.395087165991,14974976.0 +307.78,6.099999904632568,2827.0,0.012962140142917633,0.1422932893037796,0.0,1.4966565370559692,1.9170717000961304,-0.010442901402711868,0.002466516336426139,0.3328806161880493,0.5213612914085388,0.8233170509338379,915.0,234240.0,5471.190885327989,14991360.0 +288.91,6.199999809265137,2791.0,0.013745293952524662,0.1598917692899704,0.0,1.4885234832763672,1.935506820678711,-0.011310514062643051,0.002472243271768093,0.33801713585853577,0.5060468316078186,0.8441929817199707,916.0,234496.0,5477.0601153681055,15007744.0 +298.45,6.0,2810.0,0.012289450503885746,0.1318359375,0.0,1.466994285583496,1.9595842361450195,-0.009138639084994793,0.00246788770891726,0.2737310230731964,0.5194283127784729,0.8367366641759872,917.0,234752.0,5482.889845275087,15024128.0 +281.14,5.900000095367432,2813.0,0.013404473662376404,0.1512247771024704,0.0,1.4653435945510864,1.9840854406356812,-0.010140251368284225,0.002462975447997451,0.2736266553401947,0.5214303135871887,0.8430891036987305,918.0,235008.0,5488.713373068953,15040512.0 +333.39,5.300000190734863,2763.0,0.011835083365440369,0.12744140625,0.0,1.4741864204406738,1.975075364112854,-0.01097936648875475,0.0024694812018424273,0.30700376629829407,0.5090202689170837,0.844066858291626,919.0,235264.0,5494.643440017942,15056896.0 +357.37,5.300000190734863,2795.0,0.011653583496809006,0.12841796875,0.0,1.4711546897888184,1.9721225500106812,-0.008555199019610882,0.0024739434011280537,0.31703445315361023,0.4932399094104767,0.8149344325065613,920.0,235520.0,5500.505499706138,15073280.0 +337.67,5.5,2814.0,0.013548667542636395,0.1453450471162796,0.0,1.5319942235946655,1.9897531270980835,-0.00954206008464098,0.0024727664422243834,0.40518486499786377,0.5169604420661926,0.8050378113985062,921.0,235776.0,5506.327252998948,15089664.0 +297.43,6.199999809265137,2788.0,0.014357284642755985,0.1524251252412796,0.0,1.5166422128677368,1.9936667680740356,-0.009583939798176289,0.0024745336268097162,0.3529597818851471,0.5300661325454712,0.8151213526725769,922.0,236032.0,5512.203878398985,15106048.0 +315.87,6.099999904632568,2801.0,0.01336739957332611,0.1404825896024704,0.0,1.5085238218307495,1.9538588523864746,-0.009993563406169415,0.0024713168386369944,0.32631465792655945,0.5384042263031006,0.8557788729667664,923.0,236288.0,5518.052311358042,15122432.0 +231.46,6.0,2797.0,0.01417387742549181,0.15679931640625,0.0,1.5748858451843262,1.874828815460205,-0.010550934821367264,0.0024742886889725924,0.45908549427986145,0.536587655544281,0.8209329694509506,924.0,236544.0,5523.909625410102,15138816.0 +196.89,7.0,2810.0,0.012434576638042927,0.1461181640625,0.0,1.5074334144592285,1.852941870689392,-0.011014606803655624,0.00246949284337461,0.3534366190433502,0.5204265713691711,0.8422776758670807,925.0,236800.0,5529.739401214058,15155200.0 +248.27,6.400000095367432,2763.0,0.012430314905941486,0.1414387971162796,0.0,1.4506325721740723,1.8640683889389038,-0.010213826783001423,0.0024676050525158644,0.24191530048847198,0.5191389918327332,0.8373009860515594,926.0,237056.0,5535.668807578972,15171584.0 +273.23,6.300000190734863,2787.0,0.011941476725041866,0.1397908478975296,0.0,1.5174493789672852,1.8491936922073364,-0.010749229229986668,0.0024633791763335466,0.3604467213153839,0.5314939618110657,0.8442365676164627,927.0,237312.0,5541.546314633917,15187968.0 +294.84,6.5,2765.0,0.011591590940952301,0.1269124299287796,0.0,1.5384626388549805,1.8545767068862915,-0.010680020786821842,0.0024658392649143934,0.4076547622680664,0.5269012451171875,0.7896456867456436,928.0,237568.0,5547.47181252297,15204352.0 +291.14,6.300000190734863,2782.0,0.014403573237359524,0.1597696989774704,0.0,1.5275360345840454,1.8280209302902222,-0.01114014070481062,0.00247178808785975,0.3565014898777008,0.5430809855461121,0.8395373374223709,929.0,237824.0,5553.3616697820835,15220736.0 +269.52,6.0,2783.0,0.016512097790837288,0.14788818359375,0.0,1.502097249031067,1.835275650024414,-0.00964682549238205,0.002463635988533497,0.3238687813282013,0.5335528254508972,0.8295781016349792,930.0,238080.0,5559.249485020991,15237120.0 +297.49,5.699999809265137,2769.0,0.012047705240547657,0.1283976286649704,0.0,1.5324581861495972,1.8509856462478638,-0.011502169072628021,0.002468757564201951,0.4144676923751831,0.5143134593963623,0.8021111935377121,931.0,238336.0,5565.166292790091,15253504.0 +237.3,7.0,2794.0,0.013582163490355015,0.1457112580537796,0.0,1.4449876546859741,1.8697537183761597,-0.00856462400406599,0.0024662259966135025,0.2435925006866455,0.5094078183174133,0.8705466240644455,932.0,238592.0,5571.030256866012,15269888.0 +278.36,6.599999904632568,2769.0,0.012266513891518116,0.1395467072725296,0.0,1.4615674018859863,1.7928072214126587,-0.010010913014411926,0.0024628008250147104,0.2677750587463379,0.5177847146987915,0.8359904587268829,933.0,238848.0,5576.947512496961,15286272.0 +337.45,5.800000190734863,2801.0,0.014831476844847202,0.1446940153837204,0.0,1.5374242067337036,1.7961722612380981,-0.008863556198775768,0.0024665486998856068,0.4115133285522461,0.5196197628974915,0.7828176021575928,934.0,239104.0,5582.796453610994,15302656.0 +289.57,5.900000095367432,2761.0,0.013998336158692837,0.1492919921875,0.0,1.539329171180725,1.8393669128417969,-0.008012480102479458,0.00246564787812531,0.41194215416908264,0.5217107534408569,0.8022744655609131,935.0,239360.0,5588.730407384923,15319040.0 +274.58,6.099999904632568,2732.0,0.012764878571033478,0.13720703125,0.0,1.5005131959915161,1.802401065826416,-0.007449219468981028,0.002476569963619113,0.33200013637542725,0.5165360569953918,0.8166236281394958,936.0,239616.0,5594.727754176129,15335424.0 +259.24,6.099999904632568,2780.0,0.011771146208047867,0.12420654296875,0.0,1.5532889366149902,1.7825762033462524,-0.01076412945985794,0.0024661326315253973,0.42778584361076355,0.5320767164230347,0.7973850518465042,937.0,239872.0,5600.622367759934,15351808.0 +173.33,7.900000095367432,2812.0,0.011114761233329773,0.1266682893037796,0.0,1.6109663248062134,1.7723947763442993,-0.00974519457668066,0.0024694104213267565,0.513225257396698,0.5482919812202454,0.8055093884468079,938.0,240128.0,5606.449455576949,15368192.0 +247.21,6.599999904632568,2798.0,0.011542659252882004,0.1247151717543602,0.0,1.5309115648269653,1.8134845495224,-0.011291828006505966,0.002466062316671014,0.386818528175354,0.5307483673095703,0.8279775083065033,939.0,240384.0,5612.30486784596,15384576.0 +237.32,5.900000095367432,2816.0,0.014479119330644608,0.1587727814912796,0.0,1.4895225763320923,1.830721378326416,-0.010223657824099064,0.0024622201453894377,0.2970418930053711,0.5360289812088013,0.8570948839187622,940.0,240640.0,5618.122010189109,15400960.0 +240.19,5.900000095367432,2760.0,0.011122535914182663,0.1311848908662796,0.0,1.49310302734375,1.7937525510787964,-0.009232734329998493,0.002474205568432808,0.3113582730293274,0.5236639380455017,0.8262491375207901,941.0,240896.0,5624.0578839909285,15417344.0 +301.46,5.599999904632568,2737.0,0.013486509211361408,0.1358439177274704,0.0,1.539461612701416,1.7906036376953125,-0.011537964455783367,0.002470225328579545,0.39540138840675354,0.5341843366622925,0.8168822526931763,942.0,241152.0,5630.044327947078,15433728.0 +259.34,6.0,2786.0,0.01006314530968666,0.1138509139418602,0.0,1.5687743425369263,1.7963820695877075,-0.010631020180881023,0.002467093989253044,0.4588839113712311,0.531520664691925,0.7934431284666061,943.0,241408.0,5635.925485708052,15450112.0 +232.5,6.5,2790.0,0.0128196245059371,0.1475830078125,0.0,1.5416860580444336,1.8750677108764648,-0.008931364864110947,0.002482078969478607,0.38636013865470886,0.5346868634223938,0.8258028477430344,944.0,241664.0,5641.798186615109,15466496.0 +226.88,5.900000095367432,2778.0,0.014407345093786716,0.14337158203125,0.0,1.5011801719665527,1.8910961151123047,-0.009608297608792782,0.002495309105142951,0.3400592803955078,0.5067580342292786,0.8331950902938843,945.0,241920.0,5647.696198818972,15482880.0 +227.65,6.599999904632568,2808.0,0.01589784026145935,0.15350341796875,0.0,1.4785418510437012,1.8837348222732544,-0.010350815951824188,0.0024924040772020817,0.31028035283088684,0.49907493591308594,0.8381329625844955,946.0,242176.0,5653.530039373087,15499264.0 +258.74,6.400000095367432,2804.0,0.013618484139442444,0.13836669921875,0.0,1.5217857360839844,1.8803982734680176,-0.009771379642188549,0.002476232824847102,0.3736506998538971,0.5212844610214233,0.8042275309562683,947.0,242432.0,5659.37339069508,15515648.0 +235.97,6.599999904632568,2799.0,0.0130913769826293,0.1554972380399704,0.0,1.5233932733535767,1.8616909980773926,-0.009408404119312763,0.002483057789504528,0.38674673438072205,0.5107881426811218,0.8149694353342056,948.0,242688.0,5665.226240381133,15532032.0 +210.63,6.800000190734863,2822.0,0.01328960806131363,0.1540323942899704,0.0,1.5476092100143433,1.87494695186615,-0.008476339280605316,0.0024780193343758583,0.4118809998035431,0.5273060202598572,0.7802653759717941,949.0,242944.0,5671.0315835869405,15548416.0 +310.39,6.0,2780.0,0.014601598493754864,0.1399943083524704,0.0,1.6477316617965698,1.896135926246643,-0.010836384259164333,0.0024828349705785513,0.35307952761650085,0.5244526267051697,0.7931269258260727,950.0,243200.0,5676.924518515123,15564800.0 +238.98,6.099999904632568,2769.0,0.0135636106133461,0.1480305939912796,0.0,1.672358512878418,1.8718024492263794,-0.012411660514771938,0.002477394649758935,0.38374361395835876,0.5396749377250671,0.8182324916124344,951.0,243456.0,5682.840967854951,15581184.0 +241.61,6.099999904632568,2815.0,0.013056479394435883,0.13763427734375,0.0,1.6612730026245117,1.8871084451675415,-0.011922112666070461,0.002465717727318406,0.34772107005119324,0.5532649159431458,0.789454996585846,952.0,243712.0,5688.660712539917,15597568.0 +254.93,6.699999809265137,2715.0,0.01282565388828516,0.1413370817899704,0.0,1.6352273225784302,1.8639951944351196,-0.01293677557259798,0.002470624167472124,0.33325645327568054,0.5296007990837097,0.819633349776268,953.0,243968.0,5694.695012775948,15613952.0 +265.61,6.599999904632568,2774.0,0.014168803580105305,0.13330078125,0.0,1.6135549545288086,1.8529630899429321,-0.01007638219743967,0.002460376126691699,0.28151920437812805,0.536166250705719,0.8179931342601776,954.0,244224.0,5700.602450425969,15630336.0 +330.59,5.800000190734863,2816.0,0.012251091189682484,0.128662109375,0.0,1.6093348264694214,1.8445595502853394,-0.01127098873257637,0.0024668178521096706,0.26981762051582336,0.5361706614494324,0.8250945657491684,955.0,244480.0,5706.4204059829935,15646720.0 +316.05,6.300000190734863,2770.0,0.016695857048034668,0.15826416015625,0.0,1.6279321908950806,1.8339647054672241,-0.011384460143744946,0.00246137916110456,0.33020487427711487,0.5252560973167419,0.8217801600694656,956.0,244736.0,5712.335851334967,15663104.0 +291.57,6.400000095367432,2842.0,0.010469429194927216,0.1216837540268898,0.0,1.6634761095046997,1.8178943395614624,-0.010992132127285004,0.002465516095981002,0.36680909991264343,0.54282146692276,0.7971214354038239,957.0,244992.0,5718.10181473894,15679488.0 +281.92,6.400000095367432,2816.0,0.01206862460821867,0.1433308869600296,0.0,1.7460030317306519,1.8100357055664062,-0.009158040396869183,0.0024642448406666517,0.49795570969581604,0.561152458190918,0.796070784330368,958.0,245248.0,5723.920563322026,15695872.0 +207.66,7.099999904632568,2810.0,0.009581263177096844,0.10650634765625,0.0,1.6845275163650513,1.812968134880066,-0.011462361551821232,0.002470930339768529,0.40191033482551575,0.5447282791137695,0.7913913875818253,959.0,245504.0,5729.752098225988,15712256.0 +277.93,6.599999904632568,2796.0,0.013283047825098038,0.1440226286649704,0.0,1.7009471654891968,1.7923043966293335,-0.010268758982419968,0.0024609589017927647,0.44022682309150696,0.5448443293571472,0.7758284658193588,960.0,245760.0,5735.611004228005,15728640.0 +247.57,6.199999809265137,2803.0,0.01598064787685871,0.1861368864774704,0.0,1.6281245946884155,1.8130064010620117,-0.011998414061963558,0.0024856056552380323,0.28922972083091736,0.5379477739334106,0.8277980387210846,961.0,246016.0,5741.456749717938,15745024.0 +286.05,5.900000095367432,2819.0,0.012604945339262486,0.1525065153837204,0.0,1.6783742904663086,1.8693736791610718,-0.011605173349380493,0.0024739799555391073,0.37017330527305603,0.5554647445678711,0.7859604507684708,962.0,246272.0,5747.26829129993,15761408.0 +359.52,6.099999904632568,2787.0,0.011259663850069046,0.1314493864774704,0.0,1.6436265707015991,1.8876088857650757,-0.011280063539743423,0.002468697726726532,0.30689188838005066,0.5542826652526855,0.7654180228710175,963.0,246528.0,5753.146839397028,15777792.0 +384.95,5.800000190734863,2784.0,0.012361698783934116,0.14447021484375,0.0,1.620276927947998,1.9040323495864868,-0.011460996232926846,0.0024664828088134527,0.2965945303440094,0.5343829989433289,0.7796061635017395,964.0,246784.0,5759.032055981923,15794176.0 +312.58,6.699999809265137,2811.0,0.015049900859594345,0.1670328825712204,0.0,1.5823277235031128,1.89505136013031,-0.011483128182590008,0.0024610296823084354,0.2372785359621048,0.527275800704956,0.8426578640937805,965.0,247040.0,5764.861266079126,15810560.0 +317.34,6.599999904632568,2812.0,0.012821397744119167,0.14910888671875,0.0,1.582413673400879,1.887707233428955,-0.010400372557342052,0.0024575514253228903,0.24111787974834442,0.525497317314148,0.8267676681280136,966.0,247296.0,5770.688362360932,15826944.0 +401.3,5.800000190734863,2810.0,0.014233928173780441,0.1498209685087204,0.0,1.6414097547531128,1.877039909362793,-0.00881709810346365,0.0024576361756771803,0.3335036039352417,0.5385293960571289,0.809223860502243,967.0,247552.0,5776.519039564999,15843328.0 +317.93,6.0,2830.0,0.014387320727109909,0.1440836638212204,0.0,1.634076476097107,1.8685272932052612,-0.009851320646703243,0.0024619256146252155,0.3281846344470978,0.5320026874542236,0.7877045124769211,968.0,247808.0,5782.308210659074,15859712.0 +276.66,5.900000095367432,2798.0,0.016280928626656532,0.16949462890625,0.0,1.6037901639938354,1.8868025541305542,-0.012355607002973557,0.0024543986655771732,0.26798173785209656,0.5387098789215088,0.8260644823312759,969.0,248064.0,5788.163904118119,15876096.0 +260.63,6.300000190734863,2791.0,0.011732760816812515,0.1230875626206398,0.0,1.6147665977478027,1.8601783514022827,-0.01057401578873396,0.0024574606213718653,0.28261473774909973,0.5390753746032715,0.8208308964967728,970.0,248320.0,5794.0340798490215,15892480.0 +290.89,6.599999904632568,2796.0,0.012745190411806107,0.14385986328125,0.0,1.647848129272461,1.8533908128738403,-0.009560303762555122,0.0024598543532192707,0.3613690137863159,0.52920001745224,0.8184004127979279,971.0,248576.0,5799.894294928061,15908864.0 +186.65,7.099999904632568,2796.0,0.012987646274268627,0.1418050080537796,0.0,1.7225689888000488,1.78607177734375,-0.011217311955988407,0.002461027354001999,0.4827537536621094,0.546274721622467,0.8111701011657715,972.0,248832.0,5805.753726698924,15925248.0 +182.06,7.0,2853.0,0.014977309852838516,0.1460367888212204,0.0,1.6332120895385742,1.861744999885559,-0.009834826923906803,0.0024593251291662455,0.34440064430236816,0.5226477980613708,0.8206147849559784,973.0,249088.0,5811.497389256954,15941632.0 +227.84,6.599999904632568,2819.0,0.01574571244418621,0.1425374299287796,0.0,1.6109505891799927,1.89630126953125,-0.010539032518863678,0.002469938714057207,0.3092128336429596,0.5130849480628967,0.8062826246023178,974.0,249344.0,5817.308416542131,15958016.0 +273.64,6.0,2786.0,0.01366595271974802,0.1546834260225296,0.0,1.633412480354309,1.8992427587509155,-0.011721526272594929,0.0024648860562592745,0.3468867838382721,0.5213019251823425,0.8054609596729279,975.0,249600.0,5823.188865831122,15974400.0 +318.27,5.699999809265137,2836.0,0.01235117670148611,0.141845703125,0.0,1.6226338148117065,1.9062334299087524,-0.009556648321449757,0.0024648336693644524,0.2977316081523895,0.535097062587738,0.7837855368852615,976.0,249856.0,5828.96598835499,15990784.0 +321.97,5.800000190734863,2819.0,0.013460236601531506,0.1524658203125,0.0,1.6520618200302124,1.9138274192810059,-0.012386401183903217,0.0024595989380031824,0.3606135845184326,0.538765013217926,0.7677828520536423,977.0,250112.0,5834.778032611124,16007168.0 +272.73,6.0,2816.0,0.01366596668958664,0.14996337890625,0.0,1.6091324090957642,1.9499865770339966,-0.008691128343343735,0.0024610732216387987,0.3030690550804138,0.5174501538276672,0.7806881070137024,978.0,250368.0,5840.597074832069,16023552.0 +306.52,6.099999904632568,2829.0,0.016151316463947296,0.1548665314912796,0.0,1.6038988828659058,1.9914499521255493,-0.009944606572389603,0.0024584929924458265,0.29159030318260193,0.5212979912757874,0.8117725253105164,979.0,250624.0,5846.387906559976,16039936.0 +359.26,5.599999904632568,2809.0,0.013075191527605057,0.1517130583524704,0.0,1.561442255973816,1.982518196105957,-0.010078341700136662,0.0024601195473223925,0.23279841244220734,0.5051712989807129,0.8060216009616852,980.0,250880.0,5852.219785598107,16056320.0 +348.13,5.699999809265137,2738.0,0.015579145401716232,0.16851806640625,0.0,1.6301017999649048,1.9211481809616089,-0.010474915616214275,0.0024545814376324415,0.33189788460731506,0.5301670432090759,0.7878239154815674,981.0,251136.0,5858.202865828993,16072704.0 +354.09,6.099999904632568,2822.0,0.01351441815495491,0.14996337890625,0.0,1.5915923118591309,1.9013069868087769,-0.012089211493730545,0.002456124173477292,0.2668324410915375,0.5240302681922913,0.8046984821557999,982.0,251392.0,5864.009438259993,16089088.0 +336.38,5.900000095367432,2823.0,0.016485756263136864,0.1621500700712204,0.0,1.6274336576461792,1.9064297676086426,-0.011077909730374813,0.0024557060096412897,0.3229632079601288,0.5322579741477966,0.789320707321167,983.0,251648.0,5869.812578923069,16105472.0 +289.87,6.800000190734863,2812.0,0.01507465448230505,0.1719970703125,0.0,1.6378668546676636,1.9098834991455078,-0.010122718289494514,0.0024561805184930563,0.35735222697257996,0.5229829549789429,0.811496838927269,984.0,251904.0,5875.639189531095,16121856.0 +274.67,6.900000095367432,2811.0,0.014754869975149632,0.1493123322725296,0.0,1.617225170135498,1.8882204294204712,-0.008026435039937496,0.0024547409266233444,0.30938154458999634,0.5249150991439819,0.8349697142839432,985.0,252160.0,5881.468302254099,16138240.0 +263.94,6.599999904632568,2834.0,0.014780198223888874,0.1465657502412796,0.0,1.6581496000289917,1.878711223602295,-0.0125088170170784,0.0024517113342881203,0.3864728510379791,0.534390389919281,0.8070299029350281,986.0,252416.0,5887.249010580126,16154624.0 +255.48,6.699999809265137,2828.0,0.014518171548843384,0.1568603515625,0.0,1.7552733421325684,1.8338059186935425,-0.009141845628619194,0.0024562962353229523,0.5629766583442688,0.5380460619926453,0.7665646225214005,987.0,252672.0,5893.043451745063,16171008.0 +167.26,7.099999904632568,2815.0,0.012168188579380512,0.14044189453125,0.0,1.7326360940933228,1.859110951423645,-0.009473852813243866,0.002457177033647895,0.5204601883888245,0.5366712212562561,0.7857137024402618,988.0,252928.0,5898.8632007590495,16187392.0 +208.75,6.5,2764.0,0.013711858540773392,0.1402384489774704,0.0,1.7190076112747192,1.921384334564209,-0.009410761296749115,0.002455136738717556,0.4881911277770996,0.5412983298301697,0.8082458078861237,989.0,253184.0,5904.7902763669845,16203776.0 +223.49,7.099999904632568,2852.0,0.009475339204072952,0.1116739884018898,0.0,1.6565877199172974,1.9197640419006348,-0.009865262545645237,0.0024568773806095123,0.37609395384788513,0.5334480404853821,0.789602518081665,990.0,253440.0,5910.535172786098,16220160.0 +240.12,6.599999904632568,2859.0,0.01206026691943407,0.13873291015625,0.0,1.6835805177688599,1.874221920967102,-0.010753585956990719,0.0024634196888655424,0.4165565073490143,0.538640558719635,0.7601737678050995,991.0,253696.0,5916.266362766968,16236544.0 +234.0,7.0,2726.0,0.014568548649549484,0.15594482421875,0.0,1.7097493410110474,1.8494676351547241,-0.01151793822646141,0.002470762701705098,0.4549589157104492,0.5437744855880737,0.7762635797262192,992.0,253952.0,5922.277246780926,16252928.0 +187.13,7.099999904632568,2831.0,0.012147024273872375,0.1373087614774704,0.0,1.6964536905288696,1.8571277856826782,-0.012235286645591259,0.0024601747281849384,0.4426242411136627,0.5416160821914673,0.8156142234802246,993.0,254208.0,5928.064297639066,16269312.0 +200.14,6.699999809265137,2775.0,0.013399879448115826,0.1423136442899704,0.0,1.6481084823608398,1.8915177583694458,-0.010479401797056198,0.0024612362030893564,0.3862582743167877,0.515704333782196,0.7957855015993118,994.0,254464.0,5933.968425624073,16285696.0 +260.86,6.199999809265137,2785.0,0.010640102438628674,0.1264445036649704,0.0,1.567280650138855,1.8898972272872925,-0.010241015814244747,0.0024632487911731005,0.22891752421855927,0.5118599534034729,0.8391326814889908,995.0,254720.0,5939.851990083931,16302080.0 +354.76,5.400000095367432,2844.0,0.012833471409976482,0.1495564728975296,0.0,1.6292670965194702,1.865712285041809,-0.009323631413280964,0.002466565230861306,0.30204862356185913,0.538745105266571,0.8057515621185303,996.0,254976.0,5945.614497828996,16318464.0 +361.53,5.599999904632568,2831.0,0.012854546308517456,0.1432902067899704,0.0,1.5868457555770874,1.883265495300293,-0.01104306522756815,0.002465734491124749,0.23816829919815063,0.5290592312812805,0.8540947735309601,997.0,255232.0,5951.401344368933,16334848.0 +354.89,6.0,2838.0,0.01303290855139494,0.1532185822725296,0.0,1.6529722213745117,1.8731313943862915,-0.010377822443842888,0.0024551895912736654,0.3635917007923126,0.537446916103363,0.7857912182807922,998.0,255488.0,5957.173437302001,16351232.0 +311.64,6.5,2808.0,0.014733967371284962,0.1625773161649704,0.0,1.64507257938385,1.870152473449707,-0.009071579203009605,0.0024530463851988316,0.3360401391983032,0.543860137462616,0.7827856540679932,999.0,255744.0,5963.008332106983,16367616.0 +287.32,5.800000190734863,2791.0,0.01215837150812149,0.1370646208524704,0.0,1.5777322053909302,1.8624324798583984,-0.01030470710247755,0.002452812623232603,0.3493216037750244,0.5360561609268188,0.7969233095645905,1000.0,256000.0,5968.877477094997,16384000.0 +304.53,5.900000095367432,2771.0,0.012621552683413029,0.1390787810087204,0.0,1.5902034044265747,1.784499168395996,-0.010407163761556149,0.0024628066457808018,0.36344513297080994,0.5368837714195251,0.8027251362800598,1001.0,256256.0,5974.788994437084,16400384.0 +225.65,6.199999809265137,2783.0,0.012757010757923126,0.13677978515625,0.0,1.6037368774414062,1.788220763206482,-0.011495386250317097,0.002457172842696309,0.40168818831443787,0.5342077612876892,0.7580805718898773,1002.0,256512.0,5980.675834028982,16416768.0 +224.35,6.5,2801.0,0.015936287119984627,0.1654052734375,0.0,1.5150771141052246,1.7778058052062988,-0.010078240185976028,0.002460912801325321,0.22688370943069458,0.5289176106452942,0.8158883452415466,1003.0,256768.0,5986.525906627066,16433152.0 +302.88,6.400000095367432,2804.0,0.013239233754575253,0.1485595703125,0.0,1.5555667877197266,1.7487525939941406,-0.00996957067400217,0.00245669181458652,0.31535112857818604,0.525928795337677,0.805946946144104,1004.0,257024.0,5992.36771688913,16449536.0 +247.17,7.0,2838.0,0.013745932839810848,0.1515299528837204,0.0,1.6075407266616821,1.7661601305007935,-0.01011537667363882,0.002455013571307063,0.4074610471725464,0.5344468951225281,0.7774584293365479,1005.0,257280.0,5998.1407599369995,16465920.0 +216.07,7.400000095367432,2785.0,0.011870740912854671,0.13427734375,0.0,1.6183823347091675,1.81554114818573,-0.011245575733482838,0.002457513939589262,0.42061424255371094,0.5404447317123413,0.7995242774486542,1006.0,257536.0,6004.022679072106,16482304.0 +222.82,6.800000190734863,2851.0,0.01278598140925169,0.13330078125,0.0,1.6128087043762207,1.8373934030532837,-0.011981185525655746,0.0024581740144640207,0.4185730516910553,0.5356846451759338,0.7877852320671082,1007.0,257792.0,6009.768879547948,16498688.0 +270.84,6.5,2847.0,0.012347578071057796,0.1352946013212204,0.0,1.5378743410110474,1.824468970298767,-0.011361129581928253,0.002457169583067298,0.26747050881385803,0.5360245108604431,0.830917552113533,1008.0,258048.0,6015.522887266008,16515072.0 +245.65,7.199999809265137,2834.0,0.012596797198057175,0.1403401643037796,0.0,1.5699585676193237,1.7886357307434082,-0.010833297856152058,0.002467013895511627,0.342170387506485,0.5235304832458496,0.7918404191732407,1009.0,258304.0,6021.303757532965,16531456.0 +230.52,6.900000095367432,2838.0,0.012548995204269886,0.1368815153837204,0.0,1.5647697448730469,1.7840280532836914,-0.011084861122071743,0.002459008479490876,0.31964078545570374,0.5352644324302673,0.7844863682985306,1010.0,258560.0,6027.076289951103,16547840.0 +340.81,6.199999809265137,2797.0,0.013127452693879604,0.1455078125,0.0,1.6135207414627075,1.8563371896743774,-0.012438956648111343,0.0024649854749441147,0.42737674713134766,0.5285347104072571,0.7485151290893555,1011.0,258816.0,6032.934527609032,16564224.0 +294.17,6.900000095367432,2806.0,0.013761923648416996,0.1565958708524704,0.0,1.5612584352493286,1.8758996725082397,-0.010234808549284935,0.002455409849062562,0.3176438510417938,0.5340554714202881,0.8337879925966263,1012.0,259072.0,6038.774233193137,16580608.0 +228.19,6.900000095367432,2805.0,0.011602076701819897,0.1314697265625,0.0,1.6073302030563354,1.8387455940246582,-0.008753199130296707,0.0024623863864690065,0.3807438313961029,0.5461592674255371,0.7670078873634338,1013.0,259328.0,6044.6152571011335,16596992.0 +283.56,6.400000095367432,2817.0,0.013965397141873837,0.14581298828125,0.0,1.5749503374099731,1.8716760873794556,-0.01029860507696867,0.0024557725992053747,0.34999164938926697,0.5308462977409363,0.7900743633508682,1014.0,259584.0,6050.430527376011,16613376.0 +285.49,6.699999809265137,2812.0,0.010854802094399929,0.1141357421875,0.0,1.551493763923645,1.946427345275879,-0.01185311283916235,0.002449204446747899,0.29697296023368835,0.5407205820083618,0.8042795658111572,1015.0,259840.0,6056.257303538965,16629760.0 +274.04,7.0,2823.0,0.014691722579300404,0.16143798828125,0.0,1.5709654092788696,1.9425535202026367,-0.013286950998008251,0.0024534130934625864,0.3564349412918091,0.5277065634727478,0.8128204941749573,1016.0,260096.0,6062.061724675121,16646144.0 +270.0,6.5,2770.0,0.014041938818991184,0.16162109375,0.0,1.5567598342895508,1.9239274263381958,-0.01333307009190321,0.0024526542983949184,0.33376896381378174,0.5243779420852661,0.7922661006450653,1017.0,260352.0,6067.975678805029,16662528.0 +359.85,5.300000190734863,2798.0,0.014243588782846928,0.1588541716337204,0.0,1.5887203216552734,1.9202340841293335,-0.012449228204786777,0.002450525062158704,0.38392317295074463,0.5327807068824768,0.7450331151485443,1018.0,260608.0,6073.831436662935,16678912.0 +264.46,6.400000095367432,2790.0,0.016473619267344475,0.1666056364774704,0.0,1.5399552583694458,1.878764033317566,-0.01269321609288454,0.0024604296777397394,0.28793954849243164,0.5266665816307068,0.8254021108150482,1019.0,260864.0,6079.702537076082,16695296.0 +258.19,5.5,2815.0,0.012310205958783627,0.1365763396024704,0.0,1.5878148078918457,1.9358525276184082,-0.010312464088201523,0.002455091802403331,0.367186576128006,0.5372447371482849,0.7170592248439789,1020.0,261120.0,6085.523077572929,16711680.0 +304.5,5.599999904632568,2801.0,0.012974782846868038,0.1391398161649704,0.0,1.5776500701904297,1.8802086114883423,-0.01028390135616064,0.0024596459697932005,0.35802724957466125,0.527373731136322,0.8295028060674667,1021.0,261376.0,6091.371977441944,16728064.0 +263.15,6.599999904632568,2834.0,0.014177846722304821,0.1450602263212204,0.0,1.6196740865707397,1.8859866857528687,-0.0097874840721488,0.0024592604022473097,0.4197812080383301,0.5407457947731018,0.7779887765645981,1022.0,261632.0,6097.153311149916,16744448.0 +237.53,6.0,2809.0,0.011329229921102524,0.1183878555893898,0.0,1.6217752695083618,1.8495559692382812,-0.00946810469031334,0.0024670616257935762,0.37642380595207214,0.5652716159820557,0.8047042340040207,1023.0,261888.0,6102.986668995116,16760832.0 +287.47,5.300000190734863,2825.0,0.012410175986588001,0.1372477263212204,0.0,1.5889629125595093,1.9274526834487915,-0.01002917718142271,0.0024667575489729643,0.35542091727256775,0.5396134257316589,0.7681623101234436,1024.0,262144.0,6108.78551512002,16777216.0 +299.25,5.699999809265137,2810.0,0.013340762816369534,0.1356608122587204,0.0,1.5843318700790405,1.9097791910171509,-0.010615927167236805,0.002468647202476859,0.3291257917881012,0.5496548414230347,0.7866040766239166,1025.0,262400.0,6114.614957357058,16793600.0 +297.06,6.199999809265137,2822.0,0.012967308051884174,0.1389567106962204,0.0,1.570051670074463,1.9423116445541382,-0.012253264896571636,0.002464419463649392,0.3112858235836029,0.5475874543190002,0.8034968823194504,1026.0,262656.0,6120.421097157989,16809984.0 +343.16,5.599999904632568,2750.0,0.011825968511402607,0.130126953125,0.0,1.5740584135055542,1.9251151084899902,-0.010148957371711731,0.0024678923655301332,0.2989055812358856,0.55559903383255,0.7893018126487732,1027.0,262912.0,6126.379929811927,16826368.0 +342.21,6.199999809265137,2773.0,0.014931202866137028,0.1449178010225296,0.0,1.5709179639816284,1.8667482137680054,-0.011169408448040485,0.002466438105329871,0.2850532829761505,0.5615234971046448,0.81301249563694,1028.0,263168.0,6132.2879343901295,16842752.0 +254.39,7.099999904632568,2756.0,0.014416534453630447,0.1587727814912796,0.0,1.5515326261520386,1.8792215585708618,-0.011311550624668598,0.002474095905199647,0.2647610902786255,0.5466514229774475,0.8426212072372437,1029.0,263424.0,6138.233058772981,16859136.0 +319.07,6.5,2787.0,0.010600271634757519,0.1261800080537796,0.0,1.5917049646377563,1.8738551139831543,-0.011108338832855225,0.00246622902341187,0.3466031551361084,0.5493475794792175,0.8076533228158951,1030.0,263680.0,6144.1125489841215,16875520.0 +310.18,6.199999809265137,2767.0,0.01298381108790636,0.1324869841337204,0.0,1.5891722440719604,1.864621639251709,-0.008768153376877308,0.0024663791991770267,0.33885976672172546,0.5479261875152588,0.8078775852918625,1031.0,263936.0,6150.032972033136,16891904.0 +262.38,6.900000095367432,2816.0,0.01423355657607317,0.1548258513212204,0.0,1.5619302988052368,1.8457708358764648,-0.010429244488477707,0.002483990741893649,0.2984957993030548,0.5322439074516296,0.8347022980451584,1032.0,264192.0,6155.850629754132,16908288.0 +237.56,6.900000095367432,2822.0,0.01400765310972929,0.1420695036649704,0.0,1.5941218137741089,1.8789156675338745,-0.009839802049100399,0.002474908484145999,0.33965253829956055,0.5507606863975525,0.7977838963270187,1033.0,264448.0,6161.657115811948,16924672.0 +295.28,6.0,2812.0,0.012997731566429138,0.1346638947725296,0.0,1.6163338422775269,1.8865288496017456,-0.011284640990197659,0.0024738810025155544,0.39428257942199707,0.5468654036521912,0.7772071659564972,1034.0,264704.0,6167.482469154056,16941056.0 +236.25,6.400000095367432,2839.0,0.010887544602155685,0.1275634765625,0.0,1.6056421995162964,1.8390392065048218,-0.011556286364793777,0.002465805970132351,0.38721489906311035,0.5418432950973511,0.8213234692811966,1035.0,264960.0,6173.254139909986,16957440.0 +184.01,7.699999809265137,2797.0,0.012686073780059814,0.1382242888212204,0.0,1.5873428583145142,1.8878573179244995,-0.009470985271036625,0.0024588846135884523,0.3563081920146942,0.5398356318473816,0.8219121396541595,1036.0,265216.0,6179.1117780720815,16973824.0 +235.83,7.0,2802.0,0.013593764044344425,0.1481526643037796,0.0,1.5116196870803833,1.9535952806472778,-0.011019296012818813,0.002463880693539977,0.2119685560464859,0.5356789231300354,0.804565966129303,1037.0,265472.0,6184.958816568134,16990208.0 +333.89,5.900000095367432,2820.0,0.014570198953151703,0.1520182341337204,0.0,1.5505638122558594,1.926455020904541,-0.011295261792838573,0.002454757457599044,0.2807064950466156,0.54587721824646,0.8084596991539001,1038.0,265728.0,6190.767963906052,17006592.0 +358.98,6.400000095367432,2807.0,0.011898395605385303,0.12432861328125,0.0,1.5449548959732056,1.8700212240219116,-0.010896112769842148,0.0024520428851246834,0.26326969265937805,0.5498754382133484,0.8376435786485672,1039.0,265984.0,6196.604330710135,17022976.0 +283.19,6.900000095367432,2836.0,0.012382161803543568,0.1333821564912796,0.0,1.55177640914917,1.8335868120193481,-0.011558350175619125,0.0024597018491476774,0.26415950059890747,0.5542610883712769,0.8453338593244553,1040.0,266240.0,6202.380778790917,17039360.0 +259.94,6.900000095367432,2809.0,0.015874261036515236,0.1590779572725296,0.0,1.5292445421218872,1.8392829895019531,-0.011326282285153866,0.0024561393074691296,0.2664094865322113,0.5267103910446167,0.8344580680131912,1041.0,266496.0,6208.213391477009,17055744.0 +343.41,6.400000095367432,2819.0,0.01658683829009533,0.1549072265625,0.0,1.5473095178604126,1.8794327974319458,-0.009609652683138847,0.002454152563586831,0.29487934708595276,0.5307992100715637,0.8139173090457916,1042.0,266752.0,6214.025226656115,17072128.0 +262.21,5.900000095367432,2825.0,0.01156526431441307,0.1180216446518898,0.0,1.6047810316085815,1.8004106283187866,-0.009318406693637371,0.002453391905874014,0.41160300374031067,0.5287525653839111,0.7988108694553375,1043.0,267008.0,6219.824684709078,17088512.0 +246.3,6.199999809265137,2833.0,0.014074726961553097,0.13726806640625,0.0,1.5742073059082031,1.8130022287368774,-0.012094550766050816,0.002453746972605586,0.3486475646495819,0.5332596898078918,0.8199737071990967,1044.0,267264.0,6225.607920666924,17104896.0 +276.91,6.800000190734863,2717.0,0.013503887690603733,0.1472574919462204,0.0,1.5599106550216675,1.8111882209777832,-0.011813849210739136,0.002453674329444766,0.3235665261745453,0.5307665467262268,0.8321408331394196,1045.0,267520.0,6231.63868038496,17121280.0 +277.02,6.300000190734863,2765.0,0.015859270468354225,0.13677978515625,0.0,1.5499902963638306,1.8301972150802612,-0.008427909575402737,0.0024615032598376274,0.32077014446258545,0.5124301314353943,0.8386779427528381,1046.0,267776.0,6237.564055025112,17137664.0 +296.74,5.800000190734863,2737.0,0.011361761949956417,0.1210123673081398,0.0,1.5924237966537476,1.8312081098556519,-0.008751814253628254,0.0024536142591387033,0.39976993203163147,0.5203962326049805,0.7765359431505203,1047.0,268032.0,6243.5508419300895,17154048.0 +318.72,5.699999809265137,2809.0,0.016683736816048622,0.1598917692899704,0.0,1.5006879568099976,1.846142292022705,-0.009512781165540218,0.002450625179335475,0.20149767398834229,0.5321190357208252,0.8580625206232071,1048.0,268288.0,6249.382572279079,17170432.0 +340.68,5.400000095367432,2834.0,0.010913765989243984,0.126708984375,0.0,1.4991518259048462,1.837202548980713,-0.010948281735181808,0.002463389653712511,0.1800980567932129,0.5386719703674316,0.8611994534730911,1049.0,268544.0,6255.162580348086,17186816.0 +405.44,5.599999904632568,2825.0,0.012161198072135448,0.1431071013212204,0.0,1.3062305450439453,1.7957619428634644,-0.010460157878696918,0.002458101836964488,0.2744911313056946,0.544879138469696,0.825916200876236,1050.0,268800.0,6260.962207554141,17203200.0 +411.31,5.5,2805.0,0.01354441698640585,0.15069580078125,0.0,1.3341060876846313,1.797029972076416,-0.011717217974364758,0.0024532487150281668,0.3584672510623932,0.5282793641090393,0.7947592884302139,1051.0,269056.0,6266.803575858939,17219584.0 +376.26,5.5,2739.0,0.01544929388910532,0.161376953125,0.0,1.320106029510498,1.8202481269836426,-0.012320843525230885,0.002451488748192787,0.3165190517902374,0.5407294631004333,0.7952704727649689,1052.0,269312.0,6272.784625634085,17235968.0 +321.12,6.300000190734863,2788.0,0.01492792647331953,0.16510009765625,0.0,1.2792130708694458,1.8359252214431763,-0.010507252998650074,0.002459220588207245,0.2505563795566559,0.5226881504058838,0.8333631902933121,1053.0,269568.0,6278.661480525974,17252352.0 +314.18,6.400000095367432,2813.0,0.014297794550657272,0.1575724333524704,0.0,1.343652367591858,1.8664731979370117,-0.011147449724376202,0.0024621665943413973,0.3562232255935669,0.5398097038269043,0.7950095385313034,1054.0,269824.0,6284.485472340137,17268736.0 +349.94,5.599999904632568,2805.0,0.013076506555080414,0.1438395231962204,0.0,1.3471431732177734,1.8488353490829468,-0.010923657566308975,0.0024608923122286797,0.35704609751701355,0.544416069984436,0.7940986752510071,1055.0,270080.0,6290.327013673959,17285120.0 +278.09,5.800000190734863,2782.0,0.012398292310535908,0.1346028596162796,0.0,1.3650013208389282,1.885390281677246,-0.01181961502879858,0.00246301363222301,0.3956441581249237,0.5430899262428284,0.7836403697729111,1056.0,270336.0,6296.215748635121,17301504.0 +214.47,6.199999809265137,2743.0,0.013577636331319809,0.1390380859375,0.0,1.30975341796875,1.8748983144760132,-0.011547367088496685,0.0024554948322474957,0.2814194858074188,0.5490527749061584,0.8272371143102646,1057.0,270592.0,6302.188849336002,17317888.0 +209.69,6.900000095367432,2839.0,0.014185291714966297,0.1552530974149704,0.0,1.3490996360778809,1.8343323469161987,-0.010214281268417835,0.002463236916810274,0.3585895597934723,0.5437333583831787,0.8066432178020477,1058.0,270848.0,6307.958776847925,17334272.0 +241.89,7.099999904632568,2783.0,0.012959071435034275,0.12738037109375,0.0,1.3648887872695923,1.8214246034622192,-0.010513581335544586,0.0024606597144156694,0.3865325450897217,0.5479668378829956,0.8167189657688141,1059.0,271104.0,6313.844966718927,17350656.0 +261.41,7.099999904632568,2796.0,0.012082834728062153,0.1291910856962204,0.0,1.3521291017532349,1.8016716241836548,-0.010932371951639652,0.002463333308696747,0.35090577602386475,0.5544448494911194,0.83577661216259,1060.0,271360.0,6319.7042724820785,17367040.0 +274.4,7.0,2820.0,0.012780713848769665,0.1316121369600296,0.0,1.3121610879898071,1.8287795782089233,-0.009563100524246693,0.0024749464355409145,0.2633834779262543,0.5526310205459595,0.8173703253269196,1061.0,271616.0,6325.5144890469965,17383424.0 +283.93,6.699999809265137,2802.0,0.012951645068824291,0.1448974609375,0.0,1.312113881111145,1.7779855728149414,-0.01088710967451334,0.002462215954437852,0.28937408328056335,0.5408830046653748,0.8287400603294373,1062.0,271872.0,6331.362048079027,17399808.0 +315.38,6.800000190734863,2835.0,0.01174443494528532,0.13201904296875,0.0,1.3011136054992676,1.7196823358535767,-0.01025605108588934,0.0024526293855160475,0.2562761604785919,0.552097737789154,0.830205962061882,1063.0,272128.0,6337.141809825087,17416192.0 +361.55,5.900000095367432,2845.0,0.014048018492758274,0.1450602263212204,0.0,1.3833836317062378,1.687388300895691,-0.009721021167933941,0.0024595644790679216,0.4251538813114166,0.5441460013389587,0.800209641456604,1064.0,272384.0,6342.900453031994,17432576.0 +244.76,6.599999904632568,2840.0,0.012174293398857117,0.13043212890625,0.0,1.319980502128601,1.699486255645752,-0.009472420439124107,0.002462122356519103,0.2969984710216522,0.543677031993866,0.8409372419118881,1065.0,272640.0,6348.669818679104,17448960.0 +276.36,6.0,2838.0,0.010003961622714996,0.1180826798081398,0.0,1.3212801218032837,1.7630831003189087,-0.01018581073731184,0.0024809029418975115,0.3002708852291107,0.5357872247695923,0.7940430790185928,1066.0,272896.0,6354.443577351049,17465344.0 +324.07,5.400000095367432,2859.0,0.012020316906273365,0.1473592072725296,0.0,1.349521279335022,1.7501530647277832,-0.008803780190646648,0.002467008773237467,0.3408993184566498,0.5522391200065613,0.8140473663806915,1067.0,273152.0,6360.173805797938,17481728.0 +310.96,5.900000095367432,2847.0,0.011825501918792725,0.1422526091337204,0.0,1.3350467681884766,1.7373456954956055,-0.009830703027546406,0.002466419478878379,0.3147988021373749,0.5517556071281433,0.8196474313735962,1068.0,273408.0,6365.9295157720335,17498112.0 +286.33,6.800000190734863,2820.0,0.018419504165649414,0.14410400390625,0.0,1.342597484588623,1.7132302522659302,-0.010450463742017746,0.0024586438667029142,0.33920741081237793,0.5493102669715881,0.8170994371175766,1069.0,273664.0,6371.739662161097,17514496.0 +213.48,7.400000095367432,2798.0,0.011724310927093029,0.1352335661649704,0.0,1.3331156969070435,1.6989609003067017,-0.010254387743771076,0.002457720460370183,0.33204999566078186,0.5405247807502747,0.8252775520086288,1070.0,273920.0,6377.595000301022,17530880.0 +268.43,7.0,2835.0,0.013405946083366871,0.1426188200712204,0.0,1.3662875890731812,1.6799265146255493,-0.010439488105475903,0.002461605006828904,0.3866763114929199,0.5472537875175476,0.761082112789154,1071.0,274176.0,6383.374679390108,17547264.0 +318.11,6.199999809265137,2855.0,0.011426405049860477,0.1119791641831398,0.0,1.348788857460022,1.75384521484375,-0.009676791727542877,0.0024606504011899233,0.34823524951934814,0.5502472519874573,0.7679194360971451,1072.0,274432.0,6389.1133994790725,17563648.0 +317.76,6.0,2793.0,0.015141579322516918,0.1349690705537796,0.0,1.3369140625,1.7454029321670532,-0.010914950631558895,0.0024802880361676216,0.3041854202747345,0.5571750998497009,0.811610609292984,1073.0,274688.0,6394.978905996075,17580032.0 +345.83,5.800000190734863,2802.0,0.012255184352397919,0.1372477263212204,0.0,1.3379007577896118,1.7680511474609375,-0.00919230468571186,0.0024716639891266823,0.29139477014541626,0.5702070593833923,0.8163251280784607,1074.0,274944.0,6400.825866772095,17596416.0 +309.28,6.900000095367432,2789.0,0.012461432255804539,0.1312459260225296,0.0,1.3473149538040161,1.7751884460449219,-0.009101706556975842,0.002470546867698431,0.3459598124027252,0.54426509141922,0.809961125254631,1075.0,275200.0,6406.701384627959,17612800.0 +288.04,6.699999809265137,2769.0,0.014465119689702988,0.1507771760225296,0.0,1.326081395149231,1.7447662353515625,-0.011494636535644531,0.0024612797424197197,0.33021020889282227,0.5322024822235107,0.7786653339862823,1076.0,275456.0,6412.618698215112,17629184.0 +271.15,6.199999809265137,2841.0,0.01755543053150177,0.1860554963350296,0.0,1.334981083869934,1.7661994695663452,-0.012384865432977676,0.0024535851553082466,0.3415491580963135,0.5424713492393494,0.7808480113744736,1077.0,275712.0,6418.388526970986,17645568.0 +283.68,6.5,2817.0,0.012931953184306622,0.1424560546875,0.0,1.3013001680374146,1.7756344079971313,-0.010817511938512325,0.0024557027500122786,0.28321805596351624,0.5325413346290588,0.7983818501234055,1078.0,275968.0,6424.204079590039,17661952.0 +338.7,6.400000095367432,2798.0,0.015168885700404644,0.1598714143037796,0.0,1.3472095727920532,1.7890125513076782,-0.008963949047029018,0.0024521094746887684,0.3723866939544678,0.5337529182434082,0.7627744674682617,1079.0,276224.0,6430.059785926016,17678336.0 +316.47,6.300000190734863,2824.0,0.014864129014313221,0.1541748046875,0.0,1.2833417654037476,1.8586944341659546,-0.009232672862708569,0.0024625787045806646,0.23535843193531036,0.5368323922157288,0.797970324754715,1080.0,276480.0,6435.861059830058,17694720.0 +310.78,6.800000190734863,2818.0,0.015535191632807255,0.1458740234375,0.0,1.272992730140686,1.860235333442688,-0.01135993842035532,0.002453981665894389,0.21637211740016937,0.5430372953414917,0.8422066569328308,1081.0,276736.0,6441.674545424059,17711104.0 +358.57,6.599999904632568,2805.0,0.013104616664350033,0.1523030549287796,0.0,1.259364366531372,1.8560943603515625,-0.010019254870712757,0.0024583919439464808,0.21157652139663696,0.5221466422080994,0.8381898999214172,1082.0,276992.0,6447.516694503138,17727488.0 +329.76,6.699999809265137,2812.0,0.013335601426661015,0.1578369140625,0.0,1.3446035385131836,1.7505160570144653,-0.0115862637758255,0.0024593835696578026,0.36957693099975586,0.5316511988639832,0.8041641563177109,1083.0,277248.0,6453.342419930035,17743872.0 +265.29,6.199999809265137,2787.0,0.01434469223022461,0.1419677734375,0.0,1.370045781135559,1.7714341878890991,-0.010440756566822529,0.0024545968044549227,0.4008406102657318,0.5471915602684021,0.7895747721195221,1084.0,277504.0,6459.221104531083,17760256.0 +224.37,5.800000190734863,2820.0,0.015116751194000244,0.1502888947725296,0.0,1.3912192583084106,1.7358146905899048,-0.008973757736384869,0.0024788451846688986,0.4217763841152191,0.5482264161109924,0.7685331553220749,1085.0,277760.0,6465.030244919937,17776640.0 +251.39,5.699999809265137,2827.0,0.008683579042553902,0.0928548201918602,0.0,1.345015525817871,1.7973610162734985,-0.010417204350233078,0.0024726984556764364,0.33044400811195374,0.5535535216331482,0.7970981448888779,1086.0,278016.0,6470.825363128912,17793024.0 +231.34,6.800000190734863,2813.0,0.015145340003073215,0.1623331755399704,0.0,1.3686407804489136,1.8190253973007202,-0.010675214231014252,0.002480032853782177,0.38930127024650574,0.541991651058197,0.802035003900528,1087.0,278272.0,6476.6499890969135,17809408.0 +257.34,6.599999904632568,2848.0,0.013128922320902348,0.1450602263212204,0.0,1.3152344226837158,1.881989598274231,-0.011521237902343273,0.0024781033862382174,0.2659730911254883,0.5573763251304626,0.8126983493566513,1088.0,278528.0,6482.404718625126,17825792.0 +323.27,5.699999809265137,2761.0,0.014961223118007183,0.15313720703125,0.0,1.2937134504318237,1.945888638496399,-0.009134436026215553,0.0024885174352675676,0.21529234945774078,0.5552383065223694,0.7473254203796387,1089.0,278784.0,6488.3378315300215,17842176.0 +363.01,5.800000190734863,2781.0,0.010757741518318653,0.11260986328125,0.0,1.3552671670913696,1.8926433324813843,-0.009965550154447556,0.0024654229637235403,0.33711978793144226,0.5681766271591187,0.8061397522687912,1090.0,279040.0,6494.228391221026,17858560.0 +348.11,5.800000190734863,2832.0,0.011319837532937527,0.129150390625,0.0,1.3011659383773804,1.8625487089157104,-0.010900172404944897,0.0024609353858977556,0.26245588064193726,0.546515703201294,0.8149275779724121,1091.0,279296.0,6500.012875778135,17874944.0 +315.4,5.599999904632568,2832.0,0.013555280864238739,0.1484171599149704,0.0,1.3073455095291138,1.8367735147476196,-0.010476094670593739,0.00245118816383183,0.2771964371204376,0.5486149191856384,0.8504680693149567,1092.0,279552.0,6505.797258931911,17891328.0 +266.75,6.400000095367432,2799.0,0.013388815335929394,0.1428019255399704,0.0,1.3075505495071411,1.92072331905365,-0.009032058529555798,0.0024524477776139975,0.2713885009288788,0.5516956448554993,0.8327054530382156,1093.0,279808.0,6511.651801316999,17907712.0 +352.31,6.0,2778.0,0.01705961860716343,0.1821696013212204,0.0,1.3023325204849243,1.8934024572372437,-0.013959146104753017,0.0024580436293035746,0.28540223836898804,0.5376811623573303,0.8428809940814972,1094.0,280064.0,6517.550159743987,17924096.0 +387.33,5.900000095367432,2833.0,0.013093414716422558,0.1449991911649704,0.0,1.342389702796936,1.843680739402771,-0.011759673245251179,0.0024561902973800898,0.3472704589366913,0.5481281876564026,0.8054459244012833,1095.0,280320.0,6523.333940063138,17940480.0 +300.11,6.599999904632568,2797.0,0.015604252927005291,0.1727294921875,0.0,1.3454476594924927,1.7883340120315552,-0.011610710062086582,0.002459496259689331,0.3528795540332794,0.5458104014396667,0.8056116104125977,1096.0,280576.0,6529.190655325074,17956864.0 +222.04,7.099999904632568,2817.0,0.011968021281063557,0.13592529296875,0.0,1.3620439767837524,1.7565242052078247,-0.009780916385352612,0.002477809553965926,0.38974830508232117,0.5307485461235046,0.7878662943840027,1097.0,280832.0,6535.005699038971,17973248.0 +249.58,7.0,2785.0,0.018596546724438667,0.1829020231962204,0.0,1.3349117040634155,1.7327227592468262,-0.008058298379182816,0.0024734032340347767,0.316710501909256,0.543953001499176,0.8109520822763443,1098.0,281088.0,6540.889660334913,17989632.0 +333.72,6.599999904632568,2811.0,0.015036866068840027,0.1607869416475296,0.0,1.3511017560958862,1.7537885904312134,-0.010571186430752277,0.0024696113541722298,0.3559289872646332,0.5448185205459595,0.7918055355548859,1099.0,281344.0,6547.584998002043,18006016.0 +296.78,7.0,2790.0,0.013725374825298786,0.1556193083524704,0.0,1.5858460664749146,1.7623108625411987,-0.010256779380142689,0.0024595775175839663,0.31569844484329224,0.5349103808403015,0.8200060725212097,1100.0,281600.0,6553.457168667112,18022400.0 +272.86,6.800000190734863,2812.0,0.014025367796421051,0.1582234650850296,0.0,1.6150826215744019,1.7726024389266968,-0.009264932945370674,0.0024570736568421125,0.3509798049926758,0.5491401553153992,0.7861350923776627,1101.0,281856.0,6559.283047435107,18038784.0 +210.39,6.699999809265137,2828.0,0.012713834643363953,0.1412150114774704,0.0,1.6700130701065063,1.7573047876358032,-0.011612821370363235,0.002455236157402396,0.44888028502464294,0.5599685311317444,0.777076244354248,1102.0,282112.0,6565.075562048005,18055168.0 +236.52,6.400000095367432,2810.0,0.012928303331136703,0.14422607421875,0.0,1.5893818140029907,1.7786318063735962,-0.010252907872200012,0.0024626601953059435,0.27940571308135986,0.5598434805870056,0.7903654128313065,1103.0,282368.0,6570.906101241009,18071552.0 +333.69,5.699999809265137,2682.0,0.014701818116009235,0.1744181364774704,0.0,1.6179367303848267,1.799386978149414,-0.00907819252461195,0.0024699417408555746,0.3146149814128876,0.5683032870292664,0.7877574115991592,1104.0,282624.0,6577.014378105989,18087936.0 +298.43,6.400000095367432,2738.0,0.014097963459789753,0.15008544921875,0.0,1.6374377012252808,1.79974365234375,-0.009518162347376347,0.002463867422193289,0.35291504859924316,0.5723033547401428,0.77850142121315,1105.0,282880.0,6582.997977796011,18104320.0 +280.34,6.699999809265137,2733.0,0.012756399810314178,0.1444091796875,0.0,1.5805439949035645,1.798707127571106,-0.012077237479388714,0.00245665549300611,0.27425655722618103,0.5577085018157959,0.8163355886936188,1106.0,283136.0,6588.993284337921,18120704.0 +272.39,6.400000095367432,2760.0,0.010862428694963455,0.1217244490981102,0.0,1.6108250617980957,1.8610059022903442,-0.005534832831472158,0.0024621428456157446,0.3234764337539673,0.5546638369560242,0.7817467004060745,1107.0,283392.0,6594.928767776117,18137088.0 +286.06,5.699999809265137,2832.0,0.012254887260496616,0.1274210661649704,0.0,1.5913814306259155,1.8744620084762573,-0.010297092609107494,0.0024622634518891573,0.32450130581855774,0.5363501906394958,0.7934164255857468,1108.0,283648.0,6600.714114330942,18153472.0 +286.21,5.699999809265137,2792.0,0.01418010238558054,0.13494873046875,0.0,1.5944995880126953,1.868855595588684,-0.010230323299765587,0.0024681950453668833,0.32749274373054504,0.5352019667625427,0.7393487989902496,1109.0,283904.0,6606.582673484925,18169856.0 +320.33,5.699999809265137,2768.0,0.011337743140757084,0.1253255158662796,0.0,1.5687352418899536,1.8673182725906372,-0.010959039442241192,0.002461207564920187,0.274496465921402,0.5404497981071472,0.7619260996580124,1110.0,284160.0,6612.5025914509315,18186240.0 +350.79,5.599999904632568,2812.0,0.012482822872698307,0.1354573518037796,0.0,1.575645923614502,1.8510613441467285,-0.009031704626977444,0.0024645898956805468,0.2773192226886749,0.5428916811943054,0.7597903609275818,1111.0,284416.0,6618.328140954021,18202624.0 +339.71,6.400000095367432,2813.0,0.013945367187261581,0.1563924103975296,0.0,1.591336727142334,1.871890902519226,-0.01229821890592575,0.0024678229819983244,0.32732757925987244,0.5341975688934326,0.7780567109584808,1112.0,284672.0,6624.152679536957,18219008.0 +286.98,6.5,2831.0,0.011012311093509197,0.1118570938706398,0.0,1.5914617776870728,1.8712220191955566,-0.00840387586504221,0.0024650434497743845,0.32857802510261536,0.5302527546882629,0.7985685169696808,1113.0,284928.0,6629.939032053109,18235392.0 +301.3,6.0,2842.0,0.011931817047297955,0.13238525390625,0.0,1.5555638074874878,1.9024103879928589,-0.009339584968984127,0.0024757380597293377,0.24034903943538666,0.5363767743110657,0.7846371233463287,1114.0,285184.0,6635.702820671024,18251776.0 +374.3,5.599999904632568,2810.0,0.015279642306268215,0.1857706755399704,0.0,1.5634671449661255,1.8655036687850952,-0.011469826102256775,0.0024566545616835356,0.24611158668994904,0.5541407465934753,0.8013684302568436,1115.0,285440.0,6641.534429816995,18268160.0 +374.31,6.099999904632568,2861.0,0.01139082107692957,0.1292317658662796,0.0,1.5514034032821655,1.8099905252456665,-0.008636008948087692,0.0024499380961060524,0.23697394132614136,0.5443064570426941,0.7924136519432068,1116.0,285696.0,6647.26162394206,18284544.0 +377.6,5.599999904632568,2799.0,0.013933413662016392,0.1513671875,0.0,1.57810640335083,1.8787957429885864,-0.008398937992751598,0.0024499932769685984,0.3087821900844574,0.5336730480194092,0.7498422265052795,1117.0,285952.0,6653.1153023249935,18300928.0 +353.08,5.099999904632568,2721.0,0.012155663222074509,0.11993408203125,0.0,1.6031665802001953,1.8380814790725708,-0.011143672280013561,0.002451375126838684,0.3490586280822754,0.5417810678482056,0.7244010865688324,1118.0,286208.0,6659.135716666933,18317312.0 +301.94,6.0,2781.0,0.014921545051038265,0.1590779572725296,0.0,1.5793566703796387,1.8451424837112427,-0.00977304857224226,0.0024501944426447153,0.32422229647636414,0.5269878506660461,0.7826618552207947,1119.0,286464.0,6665.02769385092,18333696.0 +220.57,7.099999904632568,2806.0,0.012827221304178238,0.1334635466337204,0.0,1.5865148305892944,1.8142787218093872,-0.009665957652032375,0.0024489196948707104,0.3105817139148712,0.544064462184906,0.7852686494588852,1120.0,286720.0,6670.86725282995,18350080.0 +234.14,6.5,2780.0,0.01609455980360508,0.1616617888212204,0.0,1.6769925355911255,1.735669493675232,-0.009920674376189709,0.0024534258991479874,0.47209903597831726,0.5529484748840332,0.7240630984306335,1121.0,286976.0,6676.760911567137,18366464.0 +253.7,6.099999904632568,2783.0,0.013092215172946453,0.1312255859375,0.0,1.610620141029358,1.716214656829834,-0.00917902309447527,0.0024506053887307644,0.33453962206840515,0.5561416745185852,0.7380856275558472,1122.0,287232.0,6682.648336660117,18382848.0 +276.64,5.699999809265137,2798.0,0.01184037048369646,0.1224568709731102,0.0,1.5998660326004028,1.7522072792053223,-0.012650035321712494,0.002445662161335349,0.32028695940971375,0.5588595867156982,0.7199755609035492,1123.0,287488.0,6688.503624183126,18399232.0 +277.42,5.5,2774.0,0.010761472396552563,0.1239217147231102,0.0,1.5927177667617798,1.7882742881774902,-0.009363601915538311,0.0024494410026818514,0.3340800702571869,0.5363999009132385,0.7625761479139328,1124.0,287744.0,6694.409472611966,18415616.0 +326.19,6.099999904632568,2787.0,0.011297724209725857,0.1298421174287796,0.0,1.5748831033706665,1.8369804620742798,-0.009049767628312111,0.0024480591528117657,0.2871454656124115,0.5441281199455261,0.7678340822458267,1125.0,288000.0,6700.288419482065,18432000.0 +364.91,6.699999809265137,2801.0,0.013630952686071396,0.1485188752412796,0.0,1.574784755706787,1.8419203758239746,-0.010041998699307442,0.002447984181344509,0.29228898882865906,0.5421914458274841,0.7920980155467987,1126.0,288256.0,6706.1369693679735,18448384.0 +292.26,6.400000095367432,2815.0,0.012234586291015148,0.1337890625,0.0,1.5987682342529297,1.8338265419006348,-0.012326818890869617,0.002445605117827654,0.3173834979534149,0.5599148273468018,0.769516721367836,1127.0,288512.0,6711.9575246970635,18464768.0 +262.69,6.0,2809.0,0.014837113209068775,0.1585286408662796,0.0,1.6150492429733276,1.8378876447677612,-0.010520354844629765,0.00245405500754714,0.3516239821910858,0.552531898021698,0.7870952934026718,1128.0,288768.0,6717.790163432015,18481152.0 +255.99,6.5,2786.0,0.014776389114558697,0.15203857421875,0.0,1.5853333473205566,1.8187131881713867,-0.00946122221648693,0.002447740873321891,0.3021979033946991,0.5481086373329163,0.8041512817144394,1129.0,289024.0,6723.671006316086,18497536.0 +271.22,6.5,2778.0,0.015135500580072403,0.13427734375,0.0,1.5757309198379517,1.8211251497268677,-0.011018612422049046,0.0024496091064065695,0.2951648533344269,0.5417149662971497,0.8049412220716476,1130.0,289280.0,6729.568505516974,18513920.0 +290.09,6.5,2820.0,0.011090201325714588,0.1211140975356102,0.0,1.5789976119995117,1.8599046468734741,-0.009317608550190926,0.0024455960374325514,0.3099876940250397,0.5371053814888,0.7724530547857285,1131.0,289536.0,6735.378476409009,18530304.0 +272.17,6.599999904632568,2825.0,0.013809123076498508,0.14447021484375,0.0,1.6034245491027832,1.806443691253662,-0.00975409522652626,0.002443335484713316,0.3318551480770111,0.5544725656509399,0.748457133769989,1132.0,289792.0,6741.178463956108,18546688.0 +321.89,6.099999904632568,2815.0,0.011411704123020172,0.1321207731962204,0.0,1.6113890409469604,1.8236910104751587,-0.010276049375534058,0.00244885659776628,0.34642648696899414,0.553376317024231,0.7379636764526367,1133.0,290048.0,6746.997842547949,18563072.0 +376.19,5.900000095367432,2773.0,0.01190624013543129,0.1383056640625,0.0,1.6082496643066406,1.7633846998214722,-0.009100829251110554,0.0024521483574062586,0.33966031670570374,0.549870491027832,0.7906445562839508,1134.0,290304.0,6752.906402390916,18579456.0 +295.1,6.699999809265137,2719.0,0.012846001423895359,0.1448771208524704,0.0,1.6164461374282837,1.7700533866882324,-0.009903944097459316,0.0024553174152970314,0.3130972385406494,0.575374186038971,0.8054330945014954,1135.0,290560.0,6758.931125949137,18595840.0 +239.49,6.599999904632568,2789.0,0.019366106018424034,0.14825439453125,0.0,1.6420518159866333,1.7845317125320435,-0.011364324949681759,0.002459225943312049,0.3734128475189209,0.569847583770752,0.7603864818811417,1136.0,290816.0,6764.805337958969,18612224.0 +273.95,5.699999809265137,2839.0,0.010170343331992626,0.11956787109375,0.0,1.618226408958435,1.7877416610717773,-0.009661681950092316,0.0024665442761033773,0.32706210017204285,0.5633757710456848,0.7726020514965057,1137.0,291072.0,6770.575456527062,18628608.0 +290.91,5.900000095367432,2816.0,0.011759276501834393,0.1279500275850296,0.0,1.6288400888442993,1.7952126264572144,-0.0095720449462533,0.00247308355756104,0.33864927291870117,0.5659306049346924,0.7658874094486237,1138.0,291328.0,6776.393673510989,18644992.0 +331.65,5.5,2793.0,0.01139486487954855,0.1323649138212204,0.0,1.6536723375320435,1.755240797996521,-0.008566484786570072,0.0024613102432340384,0.3832673132419586,0.573172390460968,0.7665941417217255,1139.0,291584.0,6782.260524350917,18661376.0 +311.34,5.400000095367432,2765.0,0.009874299168586731,0.10809326171875,0.0,1.6599606275558472,1.7507859468460083,-0.010454009287059307,0.0024661992210894823,0.40240809321403503,0.5689834952354431,0.7667477130889893,1140.0,291840.0,6788.186985087115,18677760.0 +267.95,5.5,2785.0,0.012849188409745693,0.1201375350356102,0.0,1.5987310409545898,1.7542446851730347,-0.011267658323049545,0.002472505671903491,0.28360310196876526,0.5646438002586365,0.8329571336507797,1141.0,292096.0,6794.07067805808,18694144.0 +258.95,6.199999809265137,2832.0,0.012048318982124329,0.1366170197725296,0.0,1.6822105646133423,1.7724261283874512,-0.011198949068784714,0.002471366198733449,0.45072421431541443,0.5652522444725037,0.7559487819671631,1142.0,292352.0,6799.856736771064,18710528.0 +267.29,7.099999904632568,2820.0,0.010973376221954823,0.1264445036649704,0.0,1.681378960609436,1.7562364339828491,-0.009685714729130268,0.002468797843903303,0.4345221519470215,0.5733173489570618,0.7620130330324173,1143.0,292608.0,6805.667441698024,18726912.0 +241.24,6.900000095367432,2806.0,0.012441713362932205,0.14727783203125,0.0,1.6852421760559082,1.7979720830917358,-0.011049357242882252,0.0024554028641432524,0.48374077677726746,0.5570265650749207,0.770913302898407,1144.0,292864.0,6811.506235412089,18743296.0 +199.63,6.199999809265137,2801.0,0.014426779933273792,0.1633504182100296,0.0,1.629339575767517,1.8063445091247559,-0.01187656819820404,0.002450857777148485,0.36297622323036194,0.5658332705497742,0.7876151651144028,1145.0,293120.0,6817.355152185075,18759680.0 +205.97,6.599999904632568,2803.0,0.013774420134723186,0.1586710661649704,0.0,1.621580958366394,1.7658709287643433,-0.01111526694148779,0.0024535960983484983,0.3406278192996979,0.5671910047531128,0.8186381161212921,1146.0,293376.0,6823.20101074595,18776064.0 +210.77,7.099999904632568,2758.0,0.016791636124253273,0.1573079377412796,0.0,1.6316038370132446,1.7530361413955688,-0.010363764129579067,0.0024467080365866423,0.37210485339164734,0.5626407265663147,0.7882841527462006,1147.0,293632.0,6829.141691118944,18792448.0 +287.39,6.199999809265137,2815.0,0.010850585997104645,0.1258544921875,0.0,1.592389702796936,1.7975897789001465,-0.01112843956798315,0.00245017372071743,0.27417925000190735,0.5741913318634033,0.7998128980398178,1148.0,293888.0,6834.962547290139,18808832.0 +338.09,5.5,2741.0,0.012320030480623245,0.1387939453125,0.0,1.5506482124328613,1.8340944051742554,-0.010250681079924107,0.0024546089116483927,0.2092542201280594,0.5601047873497009,0.8221558034420013,1149.0,294144.0,6840.940531623084,18825216.0 +300.99,6.099999904632568,2823.0,0.013578546233475208,0.1522013396024704,0.0,1.353299617767334,1.803062081336975,-0.010405140928924084,0.0024481776636093855,0.32245099544525146,0.5511983036994934,0.7888667434453964,1150.0,294400.0,6846.7441726240795,18841600.0 +315.23,6.0,2807.0,0.012446506880223751,0.1482950896024704,0.0,1.3126858472824097,1.8391276597976685,-0.011362593621015549,0.002448266139253974,0.23516227304935455,0.5574795603752136,0.8206679075956345,1151.0,294656.0,6852.581497376086,18857984.0 +346.18,6.099999904632568,2753.0,0.01557706668972969,0.1841023713350296,0.0,1.3319339752197266,1.9056097269058228,-0.009930181317031384,0.0024474964011460543,0.28232285380363464,0.5504465699195862,0.8091150373220444,1152.0,294912.0,6858.533801720943,18874368.0 +331.0,6.699999809265137,2803.0,0.013237588107585907,0.1553548127412796,0.0,1.3231614828109741,1.9246387481689453,-0.01036005187779665,0.002439534990116954,0.2638181149959564,0.5560271739959717,0.8278001844882965,1153.0,295168.0,6864.379032168072,18890752.0 +289.24,6.199999809265137,2825.0,0.01343626994639635,0.1508382111787796,0.0,1.335400104522705,1.8792282342910767,-0.010114273056387901,0.002436119131743908,0.290846586227417,0.5548615455627441,0.8056071847677231,1154.0,295424.0,6870.177738751052,18907136.0 +290.86,5.599999904632568,2769.0,0.014408890157938004,0.16546630859375,0.0,1.3664840459823608,1.8477941751480103,-0.009956342168152332,0.002441128483042121,0.356399267911911,0.5492082834243774,0.7745149284601212,1155.0,295680.0,6876.0944364410825,18923520.0 +303.47,5.900000095367432,2815.0,0.01199453603476286,0.1402994841337204,0.0,1.3560128211975098,1.8963924646377563,-0.012104671448469162,0.002444088226184249,0.33225110173225403,0.553891658782959,0.8069747686386108,1156.0,295936.0,6881.914328800049,18939904.0 +286.54,6.300000190734863,2806.0,0.01436965074390173,0.1570637971162796,0.0,1.377442479133606,1.9124521017074585,-0.009805301204323769,0.002443850738927722,0.3758624792098999,0.5503525733947754,0.8073497712612152,1157.0,296192.0,6887.752606953029,18956288.0 +256.14,7.0,2844.0,0.014951086603105068,0.155517578125,0.0,1.2918049097061157,1.8812532424926758,-0.011318180710077286,0.0024453923106193542,0.2135743498802185,0.5447925925254822,0.8079169988632202,1158.0,296448.0,6893.512384707108,18972672.0 +300.05,6.5,2801.0,0.013962261378765106,0.142578125,0.0,1.3336549997329712,1.8563189506530762,-0.009931151755154133,0.0024452346842736006,0.27764075994491577,0.5567702651023865,0.8022606074810028,1159.0,296704.0,6899.36059461697,18989056.0 +362.16,5.599999904632568,2781.0,0.016531003639101982,0.1469929963350296,0.0,1.3384490013122559,1.8783518075942993,-0.010253268294036388,0.0024484891910105944,0.28939089179039,0.5543593764305115,0.7819758355617523,1160.0,296960.0,6905.251754469005,19005440.0 +377.89,5.900000095367432,2762.0,0.014538469724357128,0.1571044921875,0.0,1.3170452117919922,1.849377155303955,-0.009887722320854664,0.0024431839119642973,0.24672859907150269,0.5559535026550293,0.7902412265539169,1161.0,297216.0,6911.182908304967,19021824.0 +351.5,5.900000095367432,2831.0,0.01359101478010416,0.131103515625,0.0,1.3166296482086182,1.881952166557312,-0.009321416728198528,0.0024457343388348818,0.2624343931674957,0.5423014163970947,0.8072433769702911,1162.0,297472.0,6916.97139677708,19038208.0 +351.56,5.599999904632568,2816.0,0.014291713945567608,0.1422322541475296,0.0,1.2778717279434204,1.8977116346359253,-0.010533948428928852,0.002440568758174777,0.19756601750850677,0.5376792550086975,0.8083527833223343,1163.0,297728.0,6922.78902434092,19054592.0 +371.68,5.599999904632568,2779.0,0.01442589983344078,0.1495361328125,0.0,1.3022178411483765,1.8652898073196411,-0.010892580263316631,0.0024419177789241076,0.24220354855060577,0.54000324010849,0.8234221041202545,1164.0,297984.0,6928.683890647953,19070976.0 +344.89,6.300000190734863,2811.0,0.01367368083447218,0.1394856721162796,0.0,1.357896327972412,1.8325315713882446,-0.0099479453638196,0.0024450456257909536,0.3442769944667816,0.5433405637741089,0.7874384075403214,1165.0,298240.0,6934.5122543510515,19087360.0 +302.81,6.699999809265137,2770.0,0.015093986876308918,0.1498616486787796,0.0,1.340408444404602,1.786874771118164,-0.008145908825099468,0.0024449664633721113,0.2811587452888489,0.5605621933937073,0.8252366185188293,1166.0,298496.0,6940.427109819138,19103744.0 +306.01,6.300000190734863,2799.0,0.01403304934501648,0.1469319611787796,0.0,1.3228886127471924,1.8247402906417847,-0.011025168001651764,0.0024439895059913397,0.2917485535144806,0.5326042771339417,0.7934305667877197,1167.0,298752.0,6946.2801311081275,19120128.0 +315.19,6.5,2802.0,0.015698907896876335,0.1681315153837204,0.0,1.3065921068191528,1.8548665046691895,-0.008538746275007725,0.0024394323118031025,0.23704387247562408,0.5477856993675232,0.8421516269445419,1168.0,299008.0,6952.127301930916,19136512.0 +340.81,6.300000190734863,2812.0,0.017111143097281456,0.16375732421875,0.0,1.3661476373672485,1.8379062414169312,-0.009627343155443668,0.002441038377583027,0.3496133089065552,0.5530772805213928,0.8041965216398239,1169.0,299264.0,6957.95393166109,19152896.0 +350.25,6.0,2808.0,0.012448015622794628,0.1407063752412796,0.0,1.2932034730911255,1.9234704971313477,-0.010539497248828411,0.0024396730586886406,0.21733857691287994,0.5464302897453308,0.8251186609268188,1170.0,299520.0,6963.7889448909555,19169280.0 +342.04,6.0,2803.0,0.01581753045320511,0.1576131135225296,0.0,1.3936986923217773,1.8705497980117798,-0.0111782131716609,0.002436242764815688,0.39666977524757385,0.564056932926178,0.7794647812843323,1171.0,299776.0,6969.633392028045,19185664.0 +330.47,5.900000095367432,2769.0,0.012751682661473751,0.14068603515625,0.0,1.296820044517517,1.9267934560775757,-0.012109112925827503,0.0024403126444667578,0.21937347948551178,0.5522224307060242,0.8241792470216751,1172.0,300032.0,6975.550751043018,19202048.0 +369.49,5.900000095367432,2798.0,0.014507003128528595,0.16448974609375,0.0,1.3163321018218994,1.8816436529159546,-0.012399199418723583,0.002446427708491683,0.27100130915641785,0.5397637486457825,0.8186249434947968,1173.0,300288.0,6981.407086079009,19218432.0 +347.65,6.300000190734863,2750.0,0.011940188705921173,0.13873291015625,0.0,1.3874684572219849,1.802830696105957,-0.009698673151433468,0.0024443722795695066,0.37981632351875305,0.5600503087043762,0.7660911083221436,1174.0,300544.0,6987.36506010103,19234816.0 +361.6,5.900000095367432,2804.0,0.012705258093774319,0.1358439177274704,0.0,1.328321933746338,1.8152493238449097,-0.011829291470348835,0.002447396283969283,0.2708952724933624,0.5550015568733215,0.8061151653528214,1175.0,300800.0,6993.208286918933,19251200.0 +364.46,5.699999809265137,2801.0,0.014490955509245396,0.1565144807100296,0.0,1.3135312795639038,1.8466721773147583,-0.011453798972070217,0.002446565078571439,0.22859014570713043,0.5645819306373596,0.8401406407356262,1176.0,301056.0,6999.057606874965,19267584.0 +325.53,6.199999809265137,2699.0,0.014587245881557465,0.1641845703125,0.0,1.4038867950439453,1.8349138498306274,-0.010941489599645138,0.0024571858812123537,0.3971801996231079,0.5671706199645996,0.7891263067722321,1177.0,301312.0,7005.128136035055,19283968.0 +277.68,6.800000190734863,2804.0,0.014857889153063297,0.1616414338350296,0.0,1.4193731546401978,1.8192843198776245,-0.011122498661279678,0.0024603523779660463,0.42747756838798523,0.5661144852638245,0.7974791079759598,1178.0,301568.0,7010.97040354996,19300352.0 +286.07,6.699999809265137,2815.0,0.014233837835490704,0.1588948518037796,0.0,1.3525885343551636,1.7890924215316772,-0.010881460271775723,0.0024528210051357746,0.30120137333869934,0.563785970211029,0.829550713300705,1179.0,301824.0,7016.7917097141035,19316736.0 +274.99,6.300000190734863,2820.0,0.01430236455053091,0.1514892578125,0.0,1.36624276638031,1.7907816171646118,-0.008692584931850433,0.0024565618950873613,0.31467288732528687,0.5688197016716003,0.8043799847364426,1180.0,302080.0,7022.601759439101,19333120.0 +291.28,6.0,2791.0,0.014682904817163944,0.1614990234375,0.0,1.346218466758728,1.8228673934936523,-0.010785289108753204,0.0024542093742638826,0.29309961199760437,0.5600698590278625,0.7708664983510971,1181.0,302336.0,7028.471581563121,19349504.0 +327.76,6.0,2794.0,0.01596853695809841,0.1581013947725296,0.0,1.3304429054260254,1.8054800033569336,-0.011995610781013966,0.0024490945506840944,0.2828314006328583,0.5486564636230469,0.821764811873436,1182.0,302592.0,7034.334765343927,19365888.0 +350.95,5.800000190734863,2773.0,0.013847352005541325,0.1653035432100296,0.0,1.3514262437820435,1.8064018487930298,-0.009401076473295689,0.002455332549288869,0.303779274225235,0.5570635199546814,0.8091439455747604,1183.0,302848.0,7040.242244974943,19382272.0 +315.14,5.400000095367432,2813.0,0.01082934346050024,0.1232503280043602,0.0,1.3594416379928589,1.843467354774475,-0.010708958841860294,0.0024809876922518015,0.30883362889289856,0.5546600222587585,0.7695367187261581,1184.0,303104.0,7046.066528748022,19398656.0 +253.43,6.599999904632568,2781.0,0.012616563588380814,0.1467692106962204,0.0,1.39507257938385,1.8216191530227661,-0.011381198652088642,0.0024561730679124594,0.38779160380363464,0.562130331993103,0.8058196157217026,1185.0,303360.0,7051.958385301987,19415040.0 +239.34,7.199999809265137,2796.0,0.013105026446282864,0.1468709260225296,0.0,1.3852890729904175,1.8219867944717407,-0.010042293928563595,0.0024586846120655537,0.37983986735343933,0.5504851937294006,0.7848580479621887,1186.0,303616.0,7057.8182028660085,19431424.0 +267.62,6.5,2790.0,0.012277093715965748,0.1438395231962204,0.0,1.349735140800476,1.8662166595458984,-0.010369754396378994,0.002472961787134409,0.29146134853363037,0.5570265650749207,0.8003621399402618,1187.0,303872.0,7063.691385535989,19447808.0 +265.36,6.400000095367432,2802.0,0.011777687817811966,0.13037109375,0.0,1.3917063474655151,1.765999436378479,-0.01119329035282135,0.0024877518881112337,0.35944798588752747,0.5609757304191589,0.8232244998216629,1188.0,304128.0,7069.539330911124,19464192.0 +294.71,6.199999809265137,2822.0,0.012948781251907349,0.1486613005399704,0.0,1.3894308805465698,1.8041356801986694,-0.01078123226761818,0.0024681449867784977,0.37370312213897705,0.5570572018623352,0.7824141085147858,1189.0,304384.0,7075.345722434111,19480576.0 +264.3,6.199999809265137,2799.0,0.013609024696052074,0.1458536833524704,0.0,1.4468231201171875,1.7660818099975586,-0.010625232011079788,0.0024778100196272135,0.4619957506656647,0.5707111954689026,0.7573087811470032,1190.0,304640.0,7081.1996503861155,19496960.0 +194.74,7.300000190734863,2740.0,0.014009959064424038,0.1453654021024704,0.0,1.4421054124832153,1.8002856969833374,-0.011199372820556164,0.002472530584782362,0.4680463969707489,0.5634215474128723,0.7671606689691544,1191.0,304896.0,7087.179275108967,19513344.0 +258.72,7.300000190734863,2772.0,0.015136129222810268,0.1457112580537796,0.0,1.3708281517028809,1.7989577054977417,-0.010697958059608936,0.002467852085828781,0.33647334575653076,0.5570253729820251,0.8159662336111069,1192.0,305152.0,7093.08934531291,19529728.0 +261.68,7.099999904632568,2799.0,0.013203752227127552,0.15264892578125,0.0,1.400842308998108,1.8375567197799683,-0.010358743369579315,0.0024730938021093607,0.37029334902763367,0.5735329985618591,0.7709250301122665,1193.0,305408.0,7098.942095326958,19546112.0 +262.39,8.0,2795.0,0.010197140276432037,0.1224161759018898,0.0,1.3930338621139526,1.7689614295959473,-0.010400554165244102,0.002457964001223445,0.3724469244480133,0.5672369599342346,0.8107826858758926,1194.0,305664.0,7104.80337208393,19562496.0 +302.28,7.300000190734863,2811.0,0.013298439793288708,0.1434326171875,0.0,1.3670916557312012,1.8418688774108887,-0.011632323265075684,0.002458862727507949,0.3373362123966217,0.5574406981468201,0.7778279483318329,1195.0,305920.0,7110.632087367121,19578880.0 +233.98,6.699999809265137,2776.0,0.016447121277451515,0.1725260466337204,0.0,1.3999896049499512,1.8383921384811401,-0.011875029653310776,0.002446281025186181,0.4037013053894043,0.5636202692985535,0.7931499183177948,1196.0,306176.0,7116.533585813129,19595264.0 +244.4,7.099999904632568,2794.0,0.012401322834193707,0.1493123322725296,0.0,1.3444204330444336,1.9165468215942383,-0.011966366320848465,0.002447121310979128,0.3064364194869995,0.5543798804283142,0.8261986374855042,1197.0,306432.0,7122.39802319603,19611648.0 +291.19,6.900000095367432,2820.0,0.014130093157291412,0.1515095978975296,0.0,1.3795312643051147,1.907259464263916,-0.011278275400400162,0.0024481092114001513,0.35190287232398987,0.5707535743713379,0.8193190395832062,1198.0,306688.0,7128.208019128069,19628032.0 +276.13,6.800000190734863,2833.0,0.015338066034018993,0.1691691130399704,0.0,1.3265608549118042,1.9061647653579712,-0.011859927326440811,0.0024864254519343376,0.21891403198242188,0.5720973610877991,0.8632397651672363,1199.0,306944.0,7133.990860962076,19644416.0 +263.21,6.900000095367432,2831.0,0.013068747706711292,0.152099609375,0.0,1.6524485349655151,1.8822345733642578,-0.010278227739036083,0.002473981585353613,0.2797146141529083,0.576763927936554,0.8303343206644058,1200.0,307200.0,7139.778798097977,19660800.0 +201.91,7.900000095367432,2795.0,0.013474537990987301,0.1422526091337204,0.0,1.6785880327224731,1.8572139739990234,-0.010788500308990479,0.002457360504195094,0.3896210193634033,0.5514824390411377,0.8227682113647461,1201.0,307456.0,7145.639882077929,19677184.0 +252.28,6.400000095367432,2764.0,0.011842790059745312,0.1286417692899704,0.0,1.6837340593338013,1.8574901819229126,-0.01190789695829153,0.0024497543927282095,0.3942902088165283,0.5599130988121033,0.7985673248767853,1202.0,307712.0,7151.566177474102,19693568.0 +240.97,5.900000095367432,2794.0,0.015148941427469254,0.1628621369600296,0.0,1.6683287620544434,1.8500032424926758,-0.012490489520132542,0.0024410313926637173,0.35888054966926575,0.5675774812698364,0.8035046458244324,1203.0,307968.0,7157.429288886953,19709952.0 +262.12,5.800000190734863,2781.0,0.013435003347694874,0.1402791291475296,0.0,1.6768962144851685,1.8142504692077637,-0.007596228271722794,0.0024547490756958723,0.3610760271549225,0.5633278489112854,0.8079834282398224,1204.0,308224.0,7163.3218073989265,19726336.0 +272.83,6.400000095367432,2789.0,0.0147746866568923,0.1606852263212204,0.0,1.6446040868759155,1.8063229322433472,-0.010454478673636913,0.0024460458662360907,0.27819913625717163,0.5817092061042786,0.8415019363164902,1205.0,308480.0,7169.1955475690775,19742720.0 +276.15,6.099999904632568,2782.0,0.01120328065007925,0.1278076171875,0.0,1.750383973121643,1.765526294708252,-0.011344808153808117,0.0024548624642193317,0.484689325094223,0.5808506011962891,0.762560710310936,1206.0,308736.0,7175.084539480042,19759104.0 +211.57,6.599999904632568,2769.0,0.013815437443554401,0.1574300080537796,0.0,1.7668862342834473,1.7717170715332031,-0.01093829795718193,0.0024626345839351416,0.5108705163002014,0.5805726647377014,0.773967981338501,1207.0,308992.0,7181.001480861101,19775488.0 +228.95,6.800000190734863,2785.0,0.01205286756157875,0.1294352263212204,0.0,1.720025897026062,1.7487446069717407,-0.011139663867652416,0.0024741010274738073,0.46208643913269043,0.5483730435371399,0.7779780775308609,1208.0,309248.0,7186.8847190791275,19791872.0 +225.84,7.099999904632568,2780.0,0.010808971710503101,0.1177775040268898,0.0,1.7615936994552612,1.7575875520706177,-0.010476789437234402,0.002471827669069171,0.5114582180976868,0.5686947107315063,0.7557866275310516,1209.0,309504.0,7192.7775958830025,19808256.0 +163.23,6.900000095367432,2794.0,0.014664058573544025,0.13262939453125,0.0,1.754036545753479,1.7847046852111816,-0.010820578783750534,0.0024592538829892874,0.48664069175720215,0.5814126133918762,0.736705094575882,1210.0,309760.0,7198.642253105063,19824640.0 +222.76,6.400000095367432,2711.0,0.012398209422826767,0.1381428986787796,0.0,1.7398748397827148,1.7600007057189941,-0.011284525506198406,0.0024647663813084364,0.4523409605026245,0.582427442073822,0.7760758697986603,1211.0,310016.0,7204.684600915061,19841024.0 +228.39,6.900000095367432,2779.0,0.013835086487233639,0.1595662385225296,0.0,1.6909083127975464,1.7877477407455444,-0.011683865450322628,0.0024529832880944014,0.38479089736938477,0.5712427496910095,0.77288518846035,1212.0,310272.0,7210.579136905959,19857408.0 +211.8,6.5,2817.0,0.011643207632005215,0.1276448518037796,0.0,1.6641250848770142,1.7636183500289917,-0.01107075810432434,0.002451893175020814,0.3369956910610199,0.567387580871582,0.7935601323843002,1213.0,310528.0,7216.39506961708,19873792.0 +247.14,7.0,2812.0,0.013788747601211071,0.1451212614774704,0.0,1.6505508422851562,1.7836917638778687,-0.009231982752680779,0.0024617090821266174,0.3113262951374054,0.5596826672554016,0.8147171437740326,1214.0,310784.0,7222.222611191915,19890176.0 +274.19,6.300000190734863,2751.0,0.010109859518706799,0.1093343123793602,0.0,1.6906989812850952,1.821863055229187,-0.009260863065719604,0.0024441818241029978,0.3940173089504242,0.5675207376480103,0.7759061604738235,1215.0,311040.0,7228.178229677025,19906560.0 +250.83,6.400000095367432,2810.0,0.009676878340542316,0.1037190780043602,0.0,1.6978141069412231,1.8365968465805054,-0.0075748818926513195,0.00246060430072248,0.3668625056743622,0.5818431973457336,0.7791398614645004,1216.0,311296.0,7234.009082912933,19922944.0 +233.4,7.300000190734863,2836.0,0.012074597179889679,0.1372273713350296,0.0,1.7676955461502075,1.822784423828125,-0.01114498358219862,0.002454846864566207,0.5356852412223816,0.5716654658317566,0.7454471588134766,1217.0,311552.0,7239.785317091038,19939328.0 +161.06,7.5,2805.0,0.010350898839533329,0.11334228515625,0.0,1.7366137504577637,1.8098832368850708,-0.009984646923840046,0.002454542089253664,0.4674239158630371,0.5738881826400757,0.7945462465286255,1218.0,311808.0,7245.626189470058,19955712.0 +156.3,7.0,2754.0,0.013264346867799759,0.1349283903837204,0.0,1.7856365442276,1.7495708465576172,-0.009154715575277805,0.002465897472575307,0.5258228778839111,0.5898458361625671,0.7712446004152298,1219.0,312064.0,7251.574686866952,19972096.0 +173.76,8.100000381469727,2810.0,0.009533739648759365,0.1078694686293602,0.0,1.8256559371948242,1.736557960510254,-0.008533221669495106,0.0024671920109540224,0.6045219302177429,0.5891024470329285,0.7501158714294434,1220.0,312320.0,7257.405641005142,19988480.0 +169.51,7.400000095367432,2823.0,0.012794620357453823,0.1287841796875,0.0,1.768118977546692,1.7626100778579712,-0.008977949619293213,0.0024667184334248304,0.47826531529426575,0.596747100353241,0.7861960679292679,1221.0,312576.0,7263.20910759503,20004864.0 +180.48,7.099999904632568,2691.0,0.013914628885686398,0.1496378630399704,0.0,1.7324461936950684,1.7649636268615723,-0.013111305423080921,0.0024599668104201555,0.4349113404750824,0.5885476469993591,0.7479144632816315,1222.0,312832.0,7269.296431193128,20021248.0 +220.94,6.599999904632568,2819.0,0.01215685997158289,0.1416015625,0.0,1.7107409238815308,1.7529696226119995,-0.009267996996641159,0.0024762945249676704,0.36447060108184814,0.5916212201118469,0.7370158433914185,1223.0,313088.0,7275.107944360003,20037632.0 +256.89,6.599999904632568,2786.0,0.012588572688400745,0.1411946564912796,0.0,1.6802345514297485,1.714271068572998,-0.010821647010743618,0.0024857427924871445,0.3029741644859314,0.5885540843009949,0.8048502951860428,1224.0,313344.0,7280.988026993116,20054016.0 +280.15,7.0,2771.0,0.014397595077753067,0.1567179411649704,0.0,1.7149709463119507,1.7101134061813354,-0.0109731899574399,0.002471886808052659,0.37939128279685974,0.5915263295173645,0.7898900508880615,1225.0,313600.0,7286.899595208932,20070400.0 +257.37,6.699999809265137,2799.0,0.01317510660737753,0.13531494140625,0.0,1.693556308746338,1.703163743019104,-0.009878250770270824,0.002474165055900812,0.3472197353839874,0.5827483534812927,0.7885081768035889,1226.0,313856.0,7292.753061099909,20086784.0 +206.66,7.400000095367432,2822.0,0.01267637312412262,0.14862060546875,0.0,1.67071533203125,1.7063575983047485,-0.010870701633393764,0.002452241024002433,0.3268536925315857,0.5800239443778992,0.8058814704418182,1227.0,314112.0,7298.559327228926,20103168.0 +208.78,7.599999904632568,2792.0,0.013086460530757904,0.1438802033662796,0.0,1.6835311651229858,1.7094427347183228,-0.009952413849532604,0.0024609325919300318,0.3414062261581421,0.5811511278152466,0.7952112406492233,1228.0,314368.0,7304.427295279922,20119552.0 +278.07,6.300000190734863,2824.0,0.012164369225502014,0.1369221955537796,0.0,1.7265596389770508,1.72543203830719,-0.008087757043540478,0.002457661321386695,0.4130667746067047,0.5892496705055237,0.7719465643167496,1229.0,314624.0,7310.229448725935,20135936.0 +323.48,6.099999904632568,2812.0,0.011771176010370255,0.1346842497587204,0.0,1.6399461030960083,1.8027464151382446,-0.01218984741717577,0.0024411012418568134,0.3015163242816925,0.5669850707054138,0.7730774432420731,1230.0,314880.0,7316.054845266044,20152320.0 +237.76,7.199999809265137,2837.0,0.016099585220217705,0.1768798828125,0.0,1.68983793258667,1.760371208190918,-0.009418708272278309,0.0024504074826836586,0.3949516713619232,0.5623075366020203,0.7847971171140671,1231.0,315136.0,7321.830730582122,20168704.0 +231.79,7.099999904632568,2786.0,0.011546012945473194,0.125,0.0,1.6297398805618286,1.7527269124984741,-0.011513389647006989,0.0024491914082318544,0.2968825697898865,0.5522740483283997,0.7888772487640381,1232.0,315392.0,7327.7111522399355,20185088.0 +260.87,6.900000095367432,2758.0,0.012537742964923382,0.1395263671875,0.0,1.6531147956848145,1.7291795015335083,-0.008222942240536213,0.0024520752485841513,0.3171926438808441,0.5622367262840271,0.810810312628746,1233.0,315648.0,7333.652355280006,20201472.0 +292.11,6.900000095367432,2798.0,0.01913207396864891,0.1683553010225296,0.0,1.686682105064392,1.7688384056091309,-0.00972816627472639,0.002457237569615245,0.368124395608902,0.571424126625061,0.7665917277336121,1234.0,315904.0,7339.508564443095,20217856.0 +274.03,6.900000095367432,2806.0,0.015226072631776333,0.1549886018037796,0.0,1.7283488512039185,1.722511649131775,-0.010854680091142654,0.0024566471111029387,0.46018707752227783,0.5673649311065674,0.7358035445213318,1235.0,316160.0,7345.347067510942,20234240.0 +195.84,7.5,2756.0,0.012917171232402325,0.14044189453125,0.0,1.7335138320922852,1.7404755353927612,-0.010367880575358868,0.0024534075055271387,0.47687825560569763,0.5648810267448425,0.7419207394123077,1236.0,316416.0,7351.290694757132,20250624.0 +224.27,6.400000095367432,2824.0,0.011683088727295399,0.1339111328125,0.0,1.7467814683914185,1.739543080329895,-0.011196393519639969,0.002458553994074464,0.47455573081970215,0.5802471041679382,0.7292945384979248,1237.0,316672.0,7357.091154946014,20267008.0 +186.84,7.0,2827.0,0.014305352233350277,0.13336181640625,0.0,1.7153574228286743,1.684992790222168,-0.011664084158837795,0.0024576878640800714,0.450313538312912,0.5578792691230774,0.774044394493103,1238.0,316928.0,7362.886989258928,20283392.0 +260.03,6.900000095367432,2825.0,0.016175279393792152,0.1447957307100296,0.0,1.7155790328979492,1.7493082284927368,-0.011369063518941402,0.002456782618537545,0.41931673884391785,0.5772356390953064,0.7458746135234833,1239.0,317184.0,7368.686000986956,20299776.0 +209.9,6.900000095367432,2860.0,0.012450489215552807,0.1392008513212204,0.0,1.7730051279067993,1.8037586212158203,-0.010565340518951416,0.0024770458694547415,0.5287668108940125,0.5699769854545593,0.7470836937427521,1240.0,317440.0,7374.415134951938,20316160.0 +187.87,7.599999904632568,2849.0,0.012861918658018112,0.140380859375,0.0,1.711307168006897,1.81040620803833,-0.012641075067222118,0.002462067175656557,0.4370262324810028,0.5613656640052795,0.7544818222522736,1241.0,317696.0,7380.1653181731235,20332544.0 +210.45,7.900000095367432,2820.0,0.017021363601088524,0.1699422150850296,0.0,1.716434121131897,1.8231693506240845,-0.010787333361804485,0.002462022239342332,0.4134817123413086,0.5792383551597595,0.7260990738868713,1242.0,317952.0,7385.974827433005,20348928.0 +199.77,7.0,2846.0,0.015106196515262127,0.1630045622587204,0.0,1.6744890213012695,1.819157600402832,-0.01356224250048399,0.0024575977586209774,0.3073827028274536,0.5977323651313782,0.7983739078044891,1243.0,318208.0,7391.7321018339135,20365312.0 +291.17,6.599999904632568,2791.0,0.013190277852118015,0.1360677033662796,0.0,1.692407250404358,1.8096694946289062,-0.0127366678789258,0.00246183923445642,0.3792373836040497,0.5733413696289062,0.7797639518976212,1244.0,318464.0,7397.601629808079,20381696.0 +177.91,7.699999809265137,2803.0,0.012499694712460041,0.14019775390625,0.0,1.7716063261032104,1.7687565088272095,-0.009444017894566059,0.0024597279261797667,0.5191962122917175,0.5808886885643005,0.7546188533306122,1245.0,318720.0,7403.447038854938,20398080.0 +181.95,7.199999809265137,2827.0,0.01399680320173502,0.1642049103975296,0.0,1.7002519369125366,1.8100533485412598,-0.011507157236337662,0.0024726816918700933,0.3933474123477936,0.5674073100090027,0.7675898671150208,1246.0,318976.0,7409.243042719085,20414464.0 +237.16,7.599999904632568,2775.0,0.012122269719839096,0.1266682893037796,0.0,1.680803894996643,1.841485619544983,-0.010659140534698963,0.002457906724885106,0.3755410611629486,0.5617611408233643,0.765280619263649,1247.0,319232.0,7415.145963828079,20430848.0 +216.6,7.199999809265137,2813.0,0.015143845230340958,0.1720784455537796,0.0,1.7388120889663696,1.79354727268219,-0.010843395255506039,0.0024507956113666296,0.4782988131046295,0.5727688074111938,0.7072284817695618,1248.0,319488.0,7420.969262943137,20447232.0 +226.89,6.599999904632568,2815.0,0.015816716477274895,0.1622517853975296,0.0,1.7007611989974976,1.819984793663025,-0.010888655669987202,0.002449445193633437,0.41022107005119324,0.5690883994102478,0.7593666166067123,1249.0,319744.0,7426.7893730509095,20463616.0 +238.48,7.0,2786.0,0.011655855923891068,0.1263020783662796,0.0,1.6745730638504028,1.82264244556427,-0.011253587901592255,0.002447913633659482,0.465608686208725,0.5593751072883606,0.7325352132320404,1250.0,320000.0,7432.670410949038,20480000.0 +142.66,8.5,2828.0,0.010994876734912395,0.1240030899643898,0.0,1.6734555959701538,1.7991145849227905,-0.01272327546030283,0.0024514105170965195,0.4673605263233185,0.5567070841789246,0.7726916968822479,1251.0,320256.0,7438.464125995059,20496384.0 +180.96,7.300000190734863,2798.0,0.011747960932552814,0.1341349333524704,0.0,1.7182811498641968,1.7976783514022827,-0.011604218743741512,0.002458402654156089,0.5405774712562561,0.5617965459823608,0.7251717448234558,1252.0,320512.0,7444.3199142590165,20512768.0 +145.93,7.300000190734863,2776.0,0.015322762541472912,0.1406656950712204,0.0,1.6875544786453247,1.789259910583496,-0.011443708091974258,0.002446456579491496,0.46220603585243225,0.5777266025543213,0.7503017634153366,1253.0,320768.0,7450.222545667086,20529152.0 +219.78,7.400000095367432,2785.0,0.01551771629601717,0.16632080078125,0.0,1.6708240509033203,1.834082007408142,-0.011207059025764465,0.002466645324602723,0.44571587443351746,0.557603657245636,0.7744784951210022,1254.0,321024.0,7456.105550979031,20545536.0 +158.62,7.199999809265137,2756.0,0.01640903390944004,0.1596272736787796,0.0,1.6793826818466187,1.7970350980758667,-0.008497857488691807,0.0024545060005038977,0.4451517164707184,0.5706560015678406,0.7634668201208115,1255.0,321280.0,7462.049379358068,20561920.0 +173.79,7.199999809265137,2782.0,0.011589190922677517,0.1220499649643898,0.0,1.6905640363693237,1.800824522972107,-0.012959369458258152,0.0024487182963639498,0.47898754477500916,0.5720505118370056,0.7039548456668854,1256.0,321536.0,7467.939278413076,20578304.0 +195.22,7.699999809265137,2795.0,0.01186491921544075,0.14288330078125,0.0,1.6590901613235474,1.8124074935913086,-0.011778187938034534,0.002447698498144746,0.42136529088020325,0.5680414438247681,0.7355724573135376,1257.0,321792.0,7473.802147432929,20594688.0 +246.54,6.800000190734863,2839.0,0.011665414087474346,0.13604736328125,0.0,1.6801538467407227,1.7872114181518555,-0.011641900055110455,0.0024473939556628466,0.4560506343841553,0.5722336173057556,0.7431419491767883,1258.0,322048.0,7479.572600271087,20611072.0 +171.06,7.5,2808.0,0.014634487219154835,0.1601359099149704,0.0,1.666475772857666,1.738233208656311,-0.009931914508342743,0.002443017205223441,0.4221043586730957,0.5757495760917664,0.7659523785114288,1259.0,322304.0,7485.406513567083,20627456.0 +197.2,6.800000190734863,2833.0,0.01778525300323963,0.1575520783662796,0.0,1.6783218383789062,1.7939797639846802,-0.011959996074438095,0.002447662176564336,0.4505275785923004,0.5736934542655945,0.7218353152275085,1260.0,322560.0,7491.190544849029,20643840.0 +191.05,8.699999809265137,2787.0,0.010716053657233715,0.1210530623793602,0.0,1.681841492652893,1.7975906133651733,-0.01077992469072342,0.002454496221616864,0.4336651861667633,0.5833762884140015,0.7610176801681519,1261.0,322816.0,7497.069585988997,20660224.0 +171.19,7.699999809265137,2839.0,0.017968153581023216,0.164306640625,0.0,1.6670223474502563,1.802965760231018,-0.012096728198230267,0.0024531788658350706,0.42392340302467346,0.5736372470855713,0.7265709936618805,1262.0,323072.0,7502.8410216439515,20676608.0 +187.64,6.599999904632568,2749.0,0.01577944867312908,0.16949462890625,0.0,1.7165703773498535,1.7946925163269043,-0.010469346307218075,0.002457548165693879,0.5227208733558655,0.5695609450340271,0.6972716450691223,1263.0,323328.0,7508.801357580116,20692992.0 +187.14,7.300000190734863,2759.0,0.011846896260976791,0.1398722380399704,0.0,1.7108711004257202,1.714608073234558,-0.012936023063957691,0.0024636604357510805,0.49411532282829285,0.5789522528648376,0.7243437767028809,1264.0,323584.0,7514.739172274945,20709376.0 +180.48,6.699999809265137,2818.0,0.012418744154274464,0.1323445588350296,0.0,1.7403359413146973,1.6840239763259888,-0.01109662652015686,0.0024571854155510664,0.5517995953559875,0.5803444981575012,0.6923215985298157,1265.0,323840.0,7520.553029712988,20725760.0 +147.38,6.400000095367432,2812.0,0.014873352833092213,0.1574503630399704,0.0,1.7013319730758667,1.6763434410095215,-0.010493062436580658,0.00246319267898798,0.4527015686035156,0.5892977118492126,0.7110423743724823,1266.0,324096.0,7526.379239065107,20742144.0 +223.17,6.099999904632568,2755.0,0.014521186240017414,0.1523844450712204,0.0,1.7684732675552368,1.712103009223938,-0.011613587848842144,0.0024548855144530535,0.5919168591499329,0.5922535061836243,0.6795997619628906,1267.0,324352.0,7532.325418228982,20758528.0 +139.34,7.699999809265137,2737.0,0.01895422302186489,0.1732381135225296,0.0,1.7685400247573853,1.6910353899002075,0.04875527322292328,0.0024541213642805815,0.4834878742694855,0.5850012302398682,0.731869101524353,1268.0,324608.0,7538.311025199015,20774912.0 +200.37,7.5,2781.0,0.013129323720932007,0.1453654021024704,0.0,1.678990364074707,1.718011498451233,-0.012573386542499065,0.002442094497382641,0.4682405889034271,0.5663753151893616,0.7326860725879669,1269.0,324864.0,7544.202171524055,20791296.0 +159.45,7.699999809265137,2826.0,0.01358867809176445,0.1350504606962204,0.0,1.6717848777770996,1.733972430229187,-0.011352188885211945,0.002445254009217024,0.46252501010894775,0.558238685131073,0.7109240293502808,1270.0,325120.0,7550.000414551934,20807680.0 +179.32,7.300000190734863,2814.0,0.009801029227674007,0.11322021484375,0.0,1.623496413230896,1.764296054840088,-0.008264590986073017,0.002450593514367938,0.35338857769966125,0.5598057508468628,0.7634280174970627,1271.0,325376.0,7555.822427733103,20824064.0 +208.09,6.800000190734863,2802.0,0.012775875627994537,0.1385904997587204,0.0,1.682923436164856,1.7594671249389648,-0.012605476193130016,0.0024533031973987818,0.4387074410915375,0.5839785933494568,0.7267700135707855,1272.0,325632.0,7561.669868746074,20840448.0 +205.91,7.5,2770.0,0.011964820325374603,0.1378580778837204,0.0,1.727961540222168,1.7333787679672241,-0.012164781801402569,0.002448475221171975,0.5396519303321838,0.578955352306366,0.728615015745163,1273.0,325888.0,7567.5841243891045,20856832.0 +188.8,7.099999904632568,2820.0,0.014957640320062637,0.1605631560087204,0.0,1.651934027671814,1.758731484413147,-0.012033067643642426,0.0024466628674417734,0.3867769241333008,0.580505907535553,0.7734517604112625,1274.0,326144.0,7573.393608269049,20873216.0 +202.91,7.599999904632568,2798.0,0.014755981974303722,0.1576131135225296,0.0,1.6723779439926147,1.7804183959960938,-0.010919362306594849,0.0024502770975232124,0.4165359437465668,0.5843565464019775,0.7754089534282684,1275.0,326400.0,7579.249898161972,20889600.0 +195.06,7.099999904632568,2802.0,0.01496382150799036,0.1672566682100296,0.0,1.7096004486083984,1.7569056749343872,-0.013820688240230083,0.0024524559266865253,0.44307494163513184,0.6155325770378113,0.7697261273860931,1276.0,326656.0,7585.096499069128,20905984.0 +129.13,8.0,2825.0,0.014586579985916615,0.1546834260225296,0.0,1.6881680488586426,1.7401846647262573,-0.010016903281211853,0.002462797099724412,0.40027573704719543,0.6055095791816711,0.7852096557617188,1277.0,326912.0,7590.89497624198,20922368.0 +187.5,7.599999904632568,2809.0,0.010646011680364609,0.11907958984375,0.0,1.7040570974349976,1.7458635568618774,-0.010524771176278591,0.0024639908224344254,0.46853336691856384,0.5834879279136658,0.7623036801815033,1278.0,327168.0,7596.727011210052,20938752.0 +196.14,7.300000190734863,2825.0,0.013791543431580067,0.14801025390625,0.0,1.7228776216506958,1.730621337890625,-0.012520520947873592,0.0024618555326014757,0.48790550231933594,0.5978623628616333,0.7365175783634186,1279.0,327424.0,7602.525884034112,20955136.0 +148.41,7.800000190734863,2787.0,0.013019428588449955,0.1505330353975296,0.0,1.7476558685302734,1.6811938285827637,-0.013179625384509563,0.002468457678332925,0.5502319931983948,0.5870212912559509,0.725357174873352,1280.0,327680.0,7608.404682724038,20971520.0 +157.32,8.5,2841.0,0.011685088276863098,0.12786865234375,0.0,1.639464020729065,1.7611576318740845,-0.010676627047359943,0.0024782230611890554,0.30821773409843445,0.5956080555915833,0.8245341330766678,1281.0,327936.0,7614.171657986008,20987904.0 +195.85,7.900000095367432,2802.0,0.01144075021147728,0.12646484375,0.0,1.6525697708129883,1.7312055826187134,-0.011616010218858719,0.002450758358463645,0.37431880831718445,0.5859397053718567,0.7726792991161346,1282.0,328192.0,7620.018625680124,21004288.0 +146.84,8.199999809265137,2786.0,0.014116656966507435,0.1502685546875,0.0,1.6700469255447388,1.706912636756897,-0.011127517558634281,0.002454822650179267,0.41794082522392273,0.5777683258056641,0.7686202377080917,1283.0,328448.0,7625.898837093031,21020672.0 +223.81,7.300000190734863,2815.0,0.012736006639897823,0.1446533203125,0.0,1.660568356513977,1.735704779624939,-0.011701361276209354,0.002458216855302453,0.39937862753868103,0.5768762230873108,0.753788560628891,1284.0,328704.0,7631.7198821750935,21037056.0 +187.75,8.300000190734863,2840.0,0.013126716017723083,0.1484375,0.0,1.667317271232605,1.6764148473739624,-0.01078674104064703,0.0024563437327742577,0.4021996557712555,0.582456648349762,0.7575260102748871,1285.0,328960.0,7637.488514084136,21053440.0 +156.82,8.399999618530273,2857.0,0.01458482164889574,0.1713460236787796,0.0,1.67876136302948,1.6589241027832031,-0.012014986015856266,0.002473692176863551,0.3921557664871216,0.5950174927711487,0.7624609023332596,1286.0,329216.0,7643.223994208965,21069824.0 +177.54,7.599999904632568,2836.0,0.01554073765873909,0.1483357697725296,0.0,1.7251520156860352,1.6805678606033325,-0.01254628598690033,0.0024593339767307043,0.5023444294929504,0.5925536751747131,0.6922599077224731,1287.0,329472.0,7649.000939059071,21086208.0 +171.87,7.599999904632568,2790.0,0.010479167103767395,0.1211751326918602,0.0,1.7058018445968628,1.675105094909668,-0.012139988131821156,0.0024640513584017754,0.4672252833843231,0.5874655842781067,0.7318764925003052,1288.0,329728.0,7654.873642160092,21102592.0 +148.55,8.100000381469727,2788.0,0.014405171386897564,0.1611735075712204,0.0,1.718974232673645,1.6924185752868652,-0.010178507305681705,0.002467264886945486,0.4678860902786255,0.5992569923400879,0.7109560966491699,1289.0,329984.0,7660.749349666992,21118976.0 +146.76,7.199999809265137,2831.0,0.013554041273891926,0.1433308869600296,0.0,1.776236653327942,1.7009367942810059,-0.010759294964373112,0.002473916858434677,0.5840765237808228,0.5957291126251221,0.6679634749889374,1290.0,330240.0,7666.537089023041,21135360.0 +171.44,7.800000190734863,2810.0,0.007608616724610329,0.0811360701918602,0.0,1.7485078573226929,1.7223185300827026,-0.0076605030335485935,0.0024637654423713684,0.5084497332572937,0.6095313429832458,0.6762541234493256,1291.0,330496.0,7672.366541325115,21151744.0 +129.51,8.600000381469727,2827.0,0.010733265429735184,0.1169637069106102,0.0,1.6917543411254883,1.71199369430542,-0.012615899555385113,0.002457382157444954,0.42914435267448425,0.5978765487670898,0.7622062414884567,1292.0,330752.0,7678.162966809934,21168128.0 +116.45,8.0,2834.0,0.01651323027908802,0.1578369140625,0.0,1.6854238510131836,1.743772029876709,-0.013952271081507206,0.002455216133967042,0.4281403720378876,0.5938994288444519,0.735904186964035,1293.0,331008.0,7683.9447053971235,21184512.0 +192.95,7.599999904632568,2805.0,0.01267170999199152,0.1166585311293602,0.0,1.7178741693496704,1.675412654876709,-0.009238271042704582,0.002455173060297966,0.4941990077495575,0.5866767764091492,0.7179327011108398,1294.0,331264.0,7689.785206275992,21200896.0 +140.76,7.900000095367432,2774.0,0.013045546598732471,0.1323038786649704,0.0,1.6985453367233276,1.6742310523986816,-0.009577085264027119,0.002465643221512437,0.4569874107837677,0.5809612274169922,0.7484792470932007,1295.0,331520.0,7695.690318359993,21217280.0 +154.37,8.0,2784.0,0.012320156209170818,0.112548828125,0.0,1.6870999336242676,1.7206085920333862,-0.010624573566019535,0.00246482458896935,0.4196595847606659,0.5919522047042847,0.7559189647436142,1296.0,331776.0,7701.575173244113,21233664.0 +149.72,7.400000095367432,2824.0,0.01408336777240038,0.16375732421875,0.0,1.650029182434082,1.7025465965270996,-0.012661218643188477,0.0024591765832155943,0.3724609613418579,0.580697238445282,0.7635329216718674,1297.0,332032.0,7707.376632882049,21250048.0 +159.86,7.699999809265137,2791.0,0.011414947919547558,0.1282552033662796,0.0,1.6724509000778198,1.6884931325912476,-0.011781550943851471,0.0024716733023524284,0.37011873722076416,0.601809561252594,0.6947485208511353,1298.0,332288.0,7713.247238087002,21266432.0 +210.13,8.5,2814.0,0.010274045169353485,0.1145223006606102,0.0,1.6563867330551147,1.6666237115859985,-0.01083338912576437,0.0024736623745411634,0.3432901203632355,0.596188485622406,0.687419205904007,1299.0,332544.0,7719.068921772065,21282816.0 +185.04,7.0,2843.0,0.012067589908838272,0.1312459260225296,0.0,2.0950253009796143,1.6663718223571777,-0.008436051197350025,0.0024698025081306696,0.5858133435249329,0.5923169255256653,0.6365533173084259,1300.0,332800.0,7724.831518317107,21299200.0 +148.17,8.5,2786.0,0.012603909708559513,0.1163330078125,0.0,1.9463955163955688,1.6871446371078491,-0.012253443710505962,0.002468505408614874,0.3022773265838623,0.5901288986206055,0.7641942352056503,1301.0,333056.0,7730.712544186972,21315584.0 +186.3,7.199999809265137,2795.0,0.012850233353674412,0.1341756135225296,0.0,2.0691521167755127,1.6640876531600952,-0.010564596392214298,0.0024625982623547316,0.5102902054786682,0.6099131107330322,0.6244012117385864,1302.0,333312.0,7736.5738960239105,21331968.0 +126.52,7.5,2808.0,0.01283054519444704,0.12811279296875,0.0,2.035250663757324,1.6331886053085327,-0.010926198214292526,0.002461620606482029,0.4477454721927643,0.607825517654419,0.7294759750366211,1303.0,333568.0,7742.407554245088,21348352.0 +196.64,7.300000190734863,2753.0,0.010701754130423069,0.1269938200712204,0.0,2.0357649326324463,1.6673661470413208,-0.010694188065826893,0.002454881090670824,0.48543158173561096,0.5929762125015259,0.632123589515686,1304.0,333824.0,7748.360344875138,21364736.0 +142.55,7.199999809265137,2824.0,0.01266700029373169,0.135986328125,0.0,2.048588991165161,1.6794987916946411,-0.010197505354881287,0.0024635405279695988,0.49082279205322266,0.5983999371528625,0.6893095076084137,1305.0,334080.0,7754.161719813012,21381120.0 +157.53,7.0,2791.0,0.01186295971274376,0.1424153596162796,0.0,2.094310998916626,1.6662648916244507,-0.009538418613374233,0.0024598869495093822,0.5821699500083923,0.5994837880134583,0.667722761631012,1306.0,334336.0,7760.032522072084,21397504.0 +170.13,7.5,2801.0,0.011248462833464146,0.125244140625,0.0,1.9924393892288208,1.6525464057922363,-0.010783798061311245,0.002445656107738614,0.3748539984226227,0.6094937324523926,0.7261056005954742,1307.0,334592.0,7765.881764245918,21413888.0 +194.0,8.0,2855.0,0.010242120362818241,0.11981201171875,0.0,1.9546581506729126,1.614771842956543,-0.010170440189540386,0.002450743457302451,0.339409202337265,0.5859001874923706,0.6986351311206818,1308.0,334848.0,7771.619582653977,21430272.0 +152.88,8.100000381469727,2810.0,0.014053255319595337,0.15692138671875,0.0,1.9435348510742188,1.5932244062423706,-0.011543537490069866,0.0024546266067773104,0.30898386240005493,0.5892054438591003,0.7291305959224701,1309.0,335104.0,7777.4497632391285,21446656.0 +200.29,7.5,2805.0,0.012418895028531551,0.1375325471162796,0.0,1.9241715669631958,1.6530898809432983,-0.008206753060221672,0.0024481883738189936,0.31302306056022644,0.5683038830757141,0.6950512230396271,1310.0,335360.0,7783.2916014790535,21463040.0 +221.81,7.300000190734863,2837.0,0.010260163806378841,0.11871337890625,0.0,2.0221364498138428,1.7045742273330688,-0.009630708023905754,0.0024510682560503483,0.5160242915153503,0.5652664303779602,0.6624205410480499,1311.0,335616.0,7789.066419549985,21479424.0 +174.63,7.5,2848.0,0.009571278467774391,0.1155598983168602,0.0,2.0277626514434814,1.6946519613265991,-0.009079874493181705,0.0024564226623624563,0.49385377764701843,0.578650951385498,0.6610754430294037,1312.0,335872.0,7794.818019537022,21495808.0 +200.76,6.5,2853.0,0.012318828143179417,0.1257731169462204,0.0,2.0247461795806885,1.7101095914840698,-0.010029626078903675,0.0024449678603559732,0.5045135617256165,0.5771360993385315,0.6249172687530518,1313.0,336128.0,7800.559958701953,21512192.0 +154.83,7.699999809265137,2841.0,0.015246196649968624,0.1519368439912796,0.0,1.9630664587020874,1.7431973218917847,-0.01033796090632677,0.002436318201944232,0.36984315514564514,0.587755560874939,0.7133157253265381,1314.0,336384.0,7806.32630405901,21528576.0 +178.78,7.199999809265137,2841.0,0.013430527411401272,0.1444295197725296,0.0,1.972589373588562,1.793653964996338,-0.010624509304761887,0.002448270097374916,0.36327609419822693,0.5953772664070129,0.7121882140636444,1315.0,336640.0,7812.0926785909105,21544960.0 +191.11,7.300000190734863,2843.0,0.015221007168293,0.1386515349149704,0.0,2.0287365913391113,1.7415515184402466,-0.010882314294576645,0.0024573993869125843,0.4899995028972626,0.5833348631858826,0.6795550882816315,1316.0,336896.0,7817.855819690973,21561344.0 +156.8,7.599999904632568,2829.0,0.011687136255204678,0.13104248046875,0.0,1.9732675552368164,1.7476032972335815,-0.008324836380779743,0.0024574340786784887,0.3920423984527588,0.5743301510810852,0.6524317562580109,1317.0,337152.0,7823.647766669048,21577728.0 +187.9,7.599999904632568,2842.0,0.012192897498607635,0.1362508088350296,0.0,1.9202322959899902,1.7725831270217896,-0.00916863139718771,0.0024493106175214052,0.2960794270038605,0.574431836605072,0.6514247357845306,1318.0,337408.0,7829.411856120918,21594112.0 +241.23,8.100000381469727,2826.0,0.015112669207155704,0.1496785432100296,0.0,1.9260042905807495,1.7653312683105469,-0.006422636564821005,0.0024371545296162367,0.308942586183548,0.5770316123962402,0.6752696633338928,1319.0,337664.0,7835.209416701924,21610496.0 +273.13,7.300000190734863,2807.0,0.015119162388145924,0.1498616486787796,0.0,2.0026652812957764,1.7682455778121948,-0.00916383508592844,0.002441872376948595,0.4602048099040985,0.5784732103347778,0.641801655292511,1320.0,337920.0,7841.045951487962,21626880.0 +237.93,7.5,2870.0,0.011097267270088196,0.119384765625,0.0,1.9135702848434448,1.795118808746338,-0.009392368607223034,0.002446790924295783,0.25934454798698425,0.5878462195396423,0.7096085846424103,1321.0,338176.0,7846.753727718955,21643264.0 +222.21,7.199999809265137,2811.0,0.013520387001335621,0.1366984099149704,0.0,1.991327166557312,1.8443899154663086,-0.008918020874261856,0.0024516675621271133,0.4115837514400482,0.587063193321228,0.6671561896800995,1322.0,338432.0,7852.581496112049,21659648.0 +230.8,7.699999809265137,2802.0,0.013618464581668377,0.14398193359375,0.0,1.9666706323623657,1.842471957206726,-0.009639174677431583,0.0024488449562340975,0.37500715255737305,0.5828086733818054,0.6794096231460571,1323.0,338688.0,7858.427989715012,21676032.0 +249.37,6.800000190734863,2871.0,0.012195426039397717,0.1319580078125,0.0,1.960993766784668,1.8804279565811157,-0.01054085697978735,0.002439966192469001,0.35674020648002625,0.5919857621192932,0.6855515241622925,1324.0,338944.0,7864.1346010239795,21692416.0 +214.82,7.300000190734863,2842.0,0.015363882295787334,0.1650187224149704,0.0,1.992928385734558,1.8498636484146118,-0.008261790499091148,0.0024518363643437624,0.4012908935546875,0.5931252837181091,0.6867350041866302,1325.0,339200.0,7869.900754706003,21708800.0 +251.23,6.900000095367432,2781.0,0.01506811659783125,0.14727783203125,0.0,1.9866552352905273,1.8288236856460571,-0.010170702822506428,0.0024563500192016363,0.3957781493663788,0.5890499353408813,0.6179495751857758,1326.0,339456.0,7875.791569410125,21725184.0 +211.17,8.0,2831.0,0.01823440007865429,0.1637980192899704,0.0,1.9558824300765991,1.774390697479248,-0.009569192305207253,0.002455430803820491,0.36193525791168213,0.5745123028755188,0.7075223028659821,1327.0,339712.0,7881.578898445936,21741568.0 +166.43,7.300000190734863,2827.0,0.015451081097126007,0.1518147736787796,0.0,1.977887749671936,1.8102647066116333,-0.00942969974130392,0.0024456109385937452,0.40316736698150635,0.5810306668281555,0.6782608032226562,1328.0,339968.0,7887.373381512007,21757952.0 +183.59,7.599999904632568,2820.0,0.01174372062087059,0.1369221955537796,0.0,1.9782012701034546,1.7712842226028442,-0.009667557664215565,0.002435034839436412,0.4085875451564789,0.5837705135345459,0.7046089172363281,1329.0,340224.0,7893.183237479068,21774336.0 +211.53,7.400000095367432,2790.0,0.011835678480565548,0.131103515625,0.0,1.947311520576477,1.8213404417037964,-0.009716103784739971,0.0024375536013394594,0.3634648323059082,0.574731707572937,0.6919603645801544,1330.0,340480.0,7899.054876968963,21790720.0 +168.99,7.699999809265137,2812.0,0.018102092668414116,0.1573282927274704,0.0,1.9393463134765625,1.8024653196334839,-0.01094262395054102,0.0024440062697976828,0.3374473750591278,0.5775867104530334,0.7421066761016846,1331.0,340736.0,7904.880836755969,21807104.0 +202.52,7.900000095367432,2747.0,0.013777635991573334,0.1577962189912796,0.0,1.948550820350647,1.7943907976150513,-0.011734896339476109,0.002458439441397786,0.3264673054218292,0.5857762694358826,0.7198658287525177,1332.0,340992.0,7910.844171535922,21823488.0 +229.29,7.5,2831.0,0.014317769557237625,0.1490478515625,0.0,2.0031354427337646,1.8533798456192017,-0.009717054665088654,0.0024416421074420214,0.4341578781604767,0.593486487865448,0.6657173931598663,1333.0,341248.0,7916.630727703916,21839872.0 +230.3,7.400000095367432,2827.0,0.013798103667795658,0.146484375,0.0,1.9156850576400757,1.8713608980178833,-0.010780051350593567,0.0024450153578072786,0.29741933941841125,0.5739613771438599,0.7004491984844208,1334.0,341504.0,7922.426746237092,21856256.0 +219.65,7.300000190734863,2823.0,0.01173921674489975,0.1421305388212204,0.0,1.935887336730957,1.8618063926696777,-0.010520205833017826,0.002442107303068042,0.3636164963245392,0.5621638894081116,0.6982205510139465,1335.0,341760.0,7928.23190881894,21872640.0 +234.92,6.800000190734863,2845.0,0.011956627480685711,0.1414387971162796,0.0,2.0116918087005615,1.847535252571106,-0.008314474485814571,0.0024424144066870213,0.46506595611572266,0.5847416520118713,0.6615521013736725,1336.0,342016.0,7933.989908942953,21889024.0 +168.03,7.800000190734863,2839.0,0.014298245310783386,0.1446126252412796,0.0,1.9927912950515747,1.8034945726394653,-0.011467650532722473,0.0024446730967611074,0.4451204538345337,0.5773972272872925,0.6842080652713776,1337.0,342272.0,7939.760890166042,21905408.0 +193.74,7.400000095367432,2799.0,0.018544083461165428,0.17138671875,0.0,1.977016806602478,1.8207510709762573,-0.011713557876646519,0.002440850483253598,0.41176077723503113,0.5806321501731873,0.6834388375282288,1338.0,342528.0,7945.614695518045,21921792.0 +176.55,8.300000190734863,2826.0,0.01832418702542782,0.1954549103975296,0.0,1.9622935056686401,1.8080233335494995,-0.010312456637620926,0.0024475303944200277,0.3624283969402313,0.585706889629364,0.7067639529705048,1339.0,342784.0,7951.412030592095,21938176.0 +158.39,7.900000095367432,2821.0,0.014773576520383358,0.163818359375,0.0,1.9789681434631348,1.8176571130752563,-0.011479317210614681,0.002444413723424077,0.3871309459209442,0.5928516387939453,0.7060391902923584,1340.0,343040.0,7957.218740372919,21954560.0 +187.7,7.400000095367432,2838.0,0.012820093892514706,0.15203857421875,0.0,1.9892029762268066,1.7942866086959839,-0.01025571022182703,0.002443520585075021,0.4099179804325104,0.5906824469566345,0.7083091139793396,1341.0,343296.0,7962.991638757056,21970944.0 +172.03,7.099999904632568,2814.0,0.009872435592114925,0.1104736328125,0.0,2.0478789806365967,1.79865300655365,-0.009826854802668095,0.002444039797410369,0.5296543836593628,0.5888449549674988,0.6231000423431396,1342.0,343552.0,7968.814694138011,21987328.0 +175.04,7.099999904632568,2830.0,0.01150456815958023,0.12548828125,0.0,2.0419299602508545,1.7283412218093872,-0.011926823295652866,0.002448420273140073,0.5097653865814209,0.5920470356941223,0.6313197910785675,1343.0,343808.0,7974.603349935962,22003712.0 +165.5,8.399999618530273,2779.0,0.016261115670204163,0.1646525114774704,0.0,1.9855595827102661,1.6857762336730957,-0.010658148676156998,0.0024570291861891747,0.40844082832336426,0.580340564250946,0.6970918774604797,1344.0,344064.0,7980.498949468136,22020096.0 +165.89,8.199999809265137,2727.0,0.016832679510116577,0.16107177734375,0.0,2.0086140632629395,1.6846657991409302,-0.007977152243256569,0.002455120673403144,0.40950503945350647,0.6011248230934143,0.7114550173282623,1345.0,344320.0,7986.506498445058,22036480.0 +161.54,7.0,2796.0,0.014600648544728756,0.1349080353975296,0.0,2.0697476863861084,1.7651082277297974,-0.00832302775233984,0.0024678013287484646,0.5106620192527771,0.6064903140068054,0.6518826484680176,1346.0,344576.0,7992.365035885014,22052864.0 +152.95,7.699999809265137,2851.0,0.0116655258461833,0.12506103515625,0.0,2.024146795272827,1.7773505449295044,-0.010535881854593754,0.002468182472512126,0.46122869849205017,0.5877506136894226,0.7087854146957397,1347.0,344832.0,7998.112244289136,22069248.0 +158.71,7.699999809265137,2738.0,0.013545996509492397,0.15106201171875,0.0,2.002977132797241,1.7892807722091675,-0.012180113233625889,0.0024555951822549105,0.42593976855278015,0.5922827124595642,0.7240317463874817,1348.0,345088.0,8004.0957006139215,22085632.0 +205.28,7.199999809265137,2847.0,0.01202335860580206,0.1201578751206398,0.0,1.992642879486084,1.8370813131332397,-0.012153278104960918,0.0024507164489477873,0.40332189202308655,0.5961477756500244,0.7094746530056,1349.0,345344.0,8009.850439334055,22102016.0 +229.47,7.300000190734863,2830.0,0.014371361583471298,0.16632080078125,0.0,1.7898951768875122,1.793357253074646,-0.011485557071864605,0.002456188667565584,0.37217727303504944,0.5866007804870605,0.7273193299770355,1350.0,345600.0,8015.640325818909,22118400.0 +192.07,8.0,2776.0,0.016270345076918602,0.1688639372587204,0.0,1.7571525573730469,1.8037738800048828,-0.010724448598921299,0.0024403168354183435,0.31097379326820374,0.5914279818534851,0.7376784086227417,1351.0,345856.0,8021.541291326052,22134784.0 +213.53,8.300000190734863,2845.0,0.016809703782200813,0.1766357421875,0.0,1.7537630796432495,1.805332064628601,-0.007924964651465416,0.002441614167764783,0.278331458568573,0.6020544171333313,0.7816697061061859,1352.0,346112.0,8027.300824454986,22151168.0 +176.21,8.199999809265137,2831.0,0.019574450328946114,0.1787923127412796,0.0,1.7762526273727417,1.7991186380386353,-0.013003258965909481,0.002456395421177149,0.34707412123680115,0.5870358347892761,0.7536081522703171,1353.0,346368.0,8033.088548772037,22167552.0 +175.18,7.699999809265137,2844.0,0.01645670086145401,0.1623942106962204,0.0,1.8186360597610474,1.7682132720947266,-0.009518219158053398,0.002461884403601289,0.4180869162082672,0.5877165794372559,0.6937934160232544,1354.0,346624.0,8038.848563326057,22183936.0 +195.91,7.5,2816.0,0.011693592183291912,0.13775634765625,0.0,1.8168162107467651,1.8334612846374512,-0.013217662461102009,0.002447261707857251,0.44917604327201843,0.5805696249008179,0.7121133506298065,1355.0,346880.0,8044.666694551008,22200320.0 +144.41,8.100000381469727,2814.0,0.011882580816745758,0.1199951171875,0.0,1.737326979637146,1.8010715246200562,-0.01213162299245596,0.002448654966428876,0.30812427401542664,0.5683472752571106,0.7290223240852356,1356.0,347136.0,8050.4887381191365,22216704.0 +168.96,7.900000095367432,2834.0,0.01635710708796978,0.1583455353975296,0.0,1.809980869293213,1.7801408767700195,-0.00815250538289547,0.002451140433549881,0.42730164527893066,0.576967179775238,0.7232253551483154,1357.0,347392.0,8056.2705106700305,22233088.0 +236.55,7.599999904632568,2813.0,0.016597000882029533,0.1667683869600296,0.0,1.8019682168960571,1.7659717798233032,-0.006697916891425848,0.0024440314155071974,0.4171263873577118,0.5754983425140381,0.6923810243606567,1358.0,347648.0,8062.094000434969,22249472.0 +143.3,7.699999809265137,2783.0,0.014572996646165848,0.1590983122587204,0.0,1.8610306978225708,1.760424017906189,-0.012332958169281483,0.002451470820233226,0.5326058268547058,0.5794480443000793,0.6462486386299133,1359.0,347904.0,8067.9812124720775,22265856.0 +172.72,7.699999809265137,2819.0,0.015452227555215359,0.1557820588350296,0.0,1.8126779794692993,1.7965675592422485,-0.012068938463926315,0.002448680577799678,0.3972887098789215,0.6024019718170166,0.7008161544799805,1360.0,348160.0,8073.793041575002,22282240.0 +190.03,7.900000095367432,2773.0,0.014945906586945057,0.1558837890625,0.0,1.8006330728530884,1.7566055059432983,-0.011142193339765072,0.002451731124892831,0.3989764153957367,0.585082471370697,0.703967809677124,1361.0,348416.0,8079.70242529409,22298624.0 +199.65,7.599999904632568,2813.0,0.011949221603572369,0.1340535432100296,0.0,1.7408289909362793,1.8464950323104858,-0.01234100665897131,0.0024390516337007284,0.3159956634044647,0.5734046101570129,0.7069208025932312,1362.0,348672.0,8085.527472588932,22315008.0 +168.35,8.0,2819.0,0.018974967300891876,0.1739908903837204,0.0,1.806531548500061,1.7666220664978027,-0.010162322781980038,0.002446437021717429,0.43078872561454773,0.5756323933601379,0.722017228603363,1363.0,348928.0,8091.339181001997,22331392.0 +172.49,7.400000095367432,2790.0,0.01542048528790474,0.1589152067899704,0.0,1.8195041418075562,1.7814630270004272,-0.00852141808718443,0.002451585605740547,0.4289102852344513,0.58685702085495,0.6898203790187836,1364.0,349184.0,8097.211066741031,22347776.0 +172.1,7.400000095367432,2798.0,0.011830014176666737,0.1285400390625,0.0,1.7558817863464355,1.8566776514053345,-0.009931521490216255,0.0024461133871227503,0.3192498981952667,0.582226574420929,0.6934714913368225,1365.0,349440.0,8103.065923267975,22364160.0 +202.31,7.599999904632568,2842.0,0.0150612099096179,0.1621297150850296,0.0,1.7333382368087769,1.8265072107315063,-0.009275658056139946,0.002448591636493802,0.26239871978759766,0.5864595770835876,0.7637535035610199,1366.0,349696.0,8108.83094344195,22380544.0 +241.62,7.199999809265137,2756.0,0.015121355652809143,0.14666748046875,0.0,1.801733136177063,1.8298107385635376,-0.008333939127624035,0.0024425603915005922,0.39427804946899414,0.5911936163902283,0.7226261794567108,1367.0,349952.0,8114.775349447969,22396928.0 +256.55,7.300000190734863,2842.0,0.011915133334696293,0.13519287109375,0.0,1.7636804580688477,1.8756999969482422,-0.010673592798411846,0.0024557311553508043,0.3279778063297272,0.582270085811615,0.7279766201972961,1368.0,350208.0,8120.540157699026,22413312.0 +229.18,8.0,2835.0,0.019512822851538658,0.1621500700712204,0.0,1.7177361249923706,1.8339136838912964,-0.012194611132144928,0.0024532873649150133,0.25077420473098755,0.5765591859817505,0.7975639700889587,1369.0,350464.0,8126.321540869074,22429696.0 +195.12,8.399999618530273,2778.0,0.015235195867717266,0.1603596955537796,0.0,1.7278145551681519,1.8228286504745483,-0.01036208774894476,0.0024390765465795994,0.2966960370540619,0.5671915411949158,0.7693876922130585,1370.0,350720.0,8132.218591056997,22446080.0 +228.76,7.300000190734863,2799.0,0.01463801134377718,0.14892578125,0.0,1.7536450624465942,1.9074171781539917,-0.010332110337913036,0.0024374767672270536,0.3218134343624115,0.5836448073387146,0.734842449426651,1371.0,350976.0,8138.071411476005,22462464.0 +257.04,7.199999809265137,2794.0,0.016813764348626137,0.1699015349149704,0.0,1.7648372650146484,1.9248323440551758,-0.010624119080603123,0.002432319102808833,0.35425376892089844,0.5811548829078674,0.7214613854885101,1372.0,351232.0,8143.93549746694,22478848.0 +167.22,7.699999809265137,2828.0,0.01337562408298254,0.1421915739774704,0.0,1.7502952814102173,1.8936175107955933,-0.01226429920643568,0.0024441746063530445,0.33138230443000793,0.5732511281967163,0.7495929300785065,1373.0,351488.0,8149.729639227036,22495232.0 +208.59,7.099999904632568,2776.0,0.01433191541582346,0.15399169921875,0.0,1.8033599853515625,1.890391230583191,-0.011488006450235844,0.0024394690990448,0.39668774604797363,0.5973856449127197,0.7351956069469452,1374.0,351744.0,8155.631003069924,22511616.0 +196.98,7.300000190734863,2831.0,0.012988428585231304,0.1524454802274704,0.0,1.8022867441177368,1.8688316345214844,-0.011691364459693432,0.0024357044603675604,0.4027121067047119,0.5947147011756897,0.7690221071243286,1375.0,352000.0,8161.418698602123,22528000.0 +213.42,7.699999809265137,2787.0,0.012961778789758682,0.1539510041475296,0.0,1.7368663549423218,1.9418655633926392,-0.010061223991215229,0.0024354858323931694,0.29667285084724426,0.5800454616546631,0.7657508105039597,1376.0,352256.0,8167.29642772302,22544384.0 +200.63,7.699999809265137,2826.0,0.015135892666876316,0.1688232421875,0.0,1.7328909635543823,1.9095484018325806,-0.013653731904923916,0.0024442581925541162,0.2981642782688141,0.5740466713905334,0.747345358133316,1377.0,352512.0,8173.093283940107,22560768.0 +240.86,6.699999809265137,2797.0,0.011485428549349308,0.1264445036649704,0.0,1.7550455331802368,1.887242317199707,-0.009166653268039227,0.002433239482343197,0.33211714029312134,0.5800759196281433,0.7129795551300049,1378.0,352768.0,8178.950523585081,22577152.0 +311.41,6.5,2844.0,0.013550154864788055,0.1555379182100296,0.0,1.7850589752197266,1.8564729690551758,-0.008880962617695332,0.002455980284139514,0.39151355624198914,0.5683966279029846,0.6289807260036469,1379.0,353024.0,8184.711530954111,22593536.0 +280.75,7.099999904632568,2828.0,0.014420741237699986,0.1645100861787796,0.0,1.7324150800704956,1.8860116004943848,-0.010062121786177158,0.0024565563071519136,0.27985137701034546,0.5732904076576233,0.7131556570529938,1380.0,353280.0,8190.505590477958,22609920.0 +240.67,7.199999809265137,2808.0,0.01806512288749218,0.146240234375,0.0,1.7979542016983032,1.8884845972061157,-0.010560638271272182,0.0024429571349173784,0.3998531401157379,0.5868247151374817,0.7127291560173035,1381.0,353536.0,8196.34089057101,22626304.0 +252.34,7.300000190734863,2822.0,0.012956693768501282,0.1377156525850296,0.0,1.747003436088562,1.9194661378860474,-0.010117830708622932,0.002437351504340768,0.31815481185913086,0.578256368637085,0.7421847283840179,1382.0,353792.0,8202.145770932082,22642688.0 +274.43,7.5,2847.0,0.01018307264894247,0.1141764298081398,0.0,1.757203221321106,1.9004054069519043,-0.011600136756896973,0.002448488725349307,0.325050413608551,0.5816249251365662,0.7591442316770554,1383.0,354048.0,8207.899868705077,22659072.0 +233.79,7.400000095367432,2841.0,0.015493483282625675,0.1648762971162796,0.0,1.7757245302200317,1.875024676322937,-0.010830734856426716,0.0024510303046554327,0.3542384207248688,0.5835807919502258,0.7335602939128876,1384.0,354304.0,8213.666279630037,22675456.0 +216.46,8.0,2831.0,0.015329859219491482,0.1827595978975296,0.0,1.7522419691085815,1.864261507987976,-0.009639907628297806,0.002440626500174403,0.34096649289131165,0.5686213374137878,0.7473623752593994,1385.0,354560.0,8219.454485854134,22691840.0 +203.27,7.5,2830.0,0.015159721486270428,0.1575113981962204,0.0,1.7742981910705566,1.8017092943191528,-0.010542326606810093,0.0024315074551850557,0.39199844002723694,0.5696445107460022,0.7392166554927826,1386.0,354816.0,8225.24389039306,22708224.0 +189.88,7.300000190734863,2836.0,0.014457817189395428,0.1661376953125,0.0,1.7931803464889526,1.7996054887771606,-0.008241764269769192,0.002443331526592374,0.40364131331443787,0.5756646990776062,0.7139364778995514,1387.0,355072.0,8231.021088666981,22724608.0 +207.17,7.400000095367432,2811.0,0.014418549835681915,0.1460367888212204,0.0,1.776464581489563,1.7994436025619507,-0.010162360034883022,0.0024329531006515026,0.3810681402683258,0.5769541263580322,0.7265338897705078,1388.0,355328.0,8236.849812305067,22740992.0 +170.75,8.0,2791.0,0.01826551742851734,0.1777140349149704,0.0,1.8480262756347656,1.7817710638046265,-0.008548186160624027,0.002440747572109103,0.5249070525169373,0.5706692934036255,0.664363294839859,1389.0,355584.0,8242.719843154075,22757376.0 +194.16,7.900000095367432,2705.0,0.01202565897256136,0.1258137971162796,0.0,1.7951221466064453,1.8297066688537598,-0.010007287375628948,0.002436608076095581,0.38994941115379333,0.5910869240760803,0.7216459214687347,1390.0,355840.0,8248.775401770137,22773760.0 +198.65,7.800000190734863,2804.0,0.014200019650161266,0.1591389924287796,0.0,1.7815862894058228,1.894020438194275,-0.009741900488734245,0.0024392358027398586,0.35496580600738525,0.5945884585380554,0.696715235710144,1391.0,356096.0,8254.617734476924,22790144.0 +201.47,7.400000095367432,2750.0,0.01730145700275898,0.1663614958524704,0.0,1.758726954460144,1.917520523071289,-0.011143318377435207,0.002442183205857873,0.35724976658821106,0.5682644844055176,0.7126091718673706,1392.0,356352.0,8260.575124174124,22806528.0 +224.4,7.5,2782.0,0.017706312239170074,0.1707560271024704,0.0,1.764295220375061,1.8850122690200806,-0.011417906731367111,0.0024374043568968773,0.37298107147216797,0.568045437335968,0.7333501577377319,1393.0,356608.0,8266.46507168794,22822912.0 +239.72,7.699999809265137,2821.0,0.013741006143391132,0.1484781950712204,0.0,1.7643934488296509,1.8943372964859009,-0.012322026304900646,0.0024338995572179556,0.36325803399086,0.576417088508606,0.7446474730968475,1394.0,356864.0,8272.271732412046,22839296.0 +231.58,7.099999904632568,2798.0,0.019181236624717712,0.1695963591337204,0.0,1.729000449180603,1.8911806344985962,-0.010916386730968952,0.0024355719797313213,0.2931479513645172,0.5736079216003418,0.777453288435936,1395.0,357120.0,8278.127740785945,22855680.0 +204.74,8.0,2817.0,0.012602058239281178,0.1187947615981102,0.0,1.735865592956543,1.8423962593078613,-0.00732160359621048,0.002444672165438533,0.2888621985912323,0.574531078338623,0.7926904410123825,1396.0,357376.0,8283.943371003028,22872064.0 +215.34,7.099999904632568,2834.0,0.01348092034459114,0.1391194611787796,0.0,1.8226412534713745,1.817805290222168,-0.009436544962227345,0.0024548491928726435,0.43872693181037903,0.5846784114837646,0.7036620378494263,1397.0,357632.0,8289.725099482108,22888448.0 +172.93,7.599999904632568,2807.0,0.012139473110437393,0.1275227814912796,0.0,1.824546217918396,1.7427053451538086,-0.010046080686151981,0.002445059595629573,0.4763658940792084,0.5706213712692261,0.7502575814723969,1398.0,357888.0,8295.562059148913,22904832.0 +151.76,8.300000190734863,2793.0,0.014696582220494747,0.1526692658662796,0.0,1.7317594289779663,1.8223066329956055,-0.012211285531520844,0.0024349044542759657,0.28667113184928894,0.5812788009643555,0.8042885065078735,1399.0,358144.0,8301.427251374116,22921216.0 +204.86,7.300000190734863,2804.0,0.013456251472234726,0.1338094025850296,0.0,1.950817584991455,1.8902877569198608,-0.010372134856879711,0.002440021140500903,0.38519200682640076,0.5674859881401062,0.745856761932373,1400.0,358400.0,8307.26968037407,22937600.0 +227.57,7.5,2808.0,0.013459715992212296,0.1502685546875,0.0,1.8782376050949097,1.9456719160079956,-0.012868979014456272,0.0024408665485680103,0.2596752345561981,0.5602919459342957,0.7702499330043793,1401.0,358656.0,8313.103371971985,22953984.0 +232.79,7.599999904632568,2756.0,0.013197553344070911,0.1547037810087204,0.0,1.9528909921646118,1.907151699066162,-0.01107036229223013,0.0024391256738454103,0.36471590399742126,0.5811119079589844,0.7644045948982239,1402.0,358912.0,8319.048304717988,22970368.0 +248.3,7.5,2801.0,0.012904331088066101,0.1513264924287796,0.0,1.944047451019287,1.9121994972229004,-0.009501551277935505,0.00245187827385962,0.3314940333366394,0.5809846520423889,0.7496537268161774,1403.0,359168.0,8324.897692562081,22986752.0 +274.2,7.199999809265137,2802.0,0.013924814760684967,0.1557413786649704,0.0,1.9430489540100098,1.9166628122329712,-0.011855545453727245,0.0024481439031660557,0.3532993495464325,0.5733493566513062,0.7347381412982941,1404.0,359424.0,8330.745422976092,23003136.0 +215.53,7.099999904632568,2764.0,0.0148503752425313,0.1571044921875,0.0,1.95423424243927,1.9043091535568237,-0.012342899106442928,0.0024495767429471016,0.34789255261421204,0.5868855714797974,0.7659053355455399,1405.0,359680.0,8336.672723477008,23019520.0 +228.43,7.099999904632568,2832.0,0.01235812995582819,0.1353556364774704,0.0,1.9182764291763306,1.903152346611023,-0.010114623233675957,0.002441686112433672,0.2775615155696869,0.5877987742424011,0.7987559139728546,1406.0,359936.0,8342.457719214028,23035904.0 +300.66,7.199999809265137,2845.0,0.013881641440093517,0.155517578125,0.0,1.9512022733688354,1.8725675344467163,-0.011148638091981411,0.002437810879200697,0.37211132049560547,0.5761153101921082,0.7535589635372162,1407.0,360192.0,8348.215605116915,23052288.0 +289.69,7.099999904632568,2773.0,0.015723563730716705,0.1582845002412796,0.0,1.9117416143417358,1.8894063234329224,-0.010006971657276154,0.0024354762863367796,0.29193177819252014,0.5769387483596802,0.7610727250576019,1408.0,360448.0,8354.124649147969,23068672.0 +260.66,7.0,2793.0,0.01672920398414135,0.1795450896024704,0.0,1.9351229667663574,1.8992730379104614,-0.011415834538638592,0.0024347060825675726,0.3371361196041107,0.5796105265617371,0.7175730466842651,1409.0,360704.0,8359.99150674697,23085056.0 +261.54,7.400000095367432,2801.0,0.012385587207973003,0.14044189453125,0.0,1.9241790771484375,1.8526829481124878,-0.012377023696899414,0.0024374048225581646,0.3217499554157257,0.575505256652832,0.7684389650821686,1410.0,360960.0,8365.839767999947,23101440.0 +246.81,7.199999809265137,2814.0,0.014826204627752304,0.161865234375,0.0,1.9791280031204224,1.8616055250167847,-0.012526534497737885,0.002445060992613435,0.4219271242618561,0.5767760872840881,0.7237702310085297,1411.0,361216.0,8371.662871317938,23117824.0 +242.18,6.800000190734863,2794.0,0.01633991114795208,0.15264892578125,0.0,1.9500993490219116,1.871456503868103,-0.010933768935501575,0.0024475841782987118,0.3204663097858429,0.595722496509552,0.7640047818422318,1412.0,361472.0,8377.526654716115,23134208.0 +277.23,7.099999904632568,2794.0,0.014743746258318424,0.1645100861787796,0.0,1.9337267875671387,1.9127674102783203,-0.011092870496213436,0.0024509441573172808,0.293451726436615,0.5917494893074036,0.7275071442127228,1413.0,361728.0,8383.390406964114,23150592.0 +238.73,7.099999904632568,2816.0,0.014669201336801052,0.1558837890625,0.0,1.9552072286605835,1.9173585176467896,-0.011922918260097504,0.002448258688673377,0.3725303113460541,0.5759090781211853,0.7537661641836166,1414.0,361984.0,8389.209065536037,23166976.0 +242.3,7.199999809265137,2831.0,0.012807189486920834,0.1427205353975296,0.0,1.9594110250473022,1.9360159635543823,-0.012075603008270264,0.0024350525345653296,0.40858912467956543,0.5690256357192993,0.7616388350725174,1415.0,362240.0,8394.996081871912,23183360.0 +216.26,6.900000095367432,2818.0,0.012953127734363079,0.1489664763212204,0.0,1.9524694681167603,1.9399633407592773,-0.011229071766138077,0.002425986109301448,0.3784933090209961,0.5808587074279785,0.7643033713102341,1416.0,362496.0,8400.810338139068,23199744.0 +239.14,7.400000095367432,2807.0,0.01309021096676588,0.1443684846162796,0.0,1.9072574377059937,1.971373438835144,-0.012172105722129345,0.00243915687315166,0.28533634543418884,0.5768964290618896,0.8017528355121613,1417.0,362752.0,8406.645976396045,23216128.0 +244.0,7.699999809265137,2836.0,0.01643127202987671,0.1907145231962204,0.0,1.8791451454162598,1.98615300655365,-0.010197999887168407,0.0024481681175529957,0.23004817962646484,0.570096492767334,0.8183791786432266,1418.0,363008.0,8412.422714140965,23232512.0 +262.89,6.900000095367432,2847.0,0.011077441275119781,0.1362508088350296,0.0,1.9536924362182617,1.9571188688278198,-0.009965982288122177,0.0024448889307677746,0.3746035397052765,0.5734837055206299,0.7509157210588455,1419.0,363264.0,8418.177990895929,23248896.0 +228.53,7.199999809265137,2745.0,0.015580709092319012,0.1744791716337204,0.0,1.9391916990280151,1.963338017463684,-0.012059652246534824,0.0024372513871639967,0.34956538677215576,0.5774761438369751,0.7545576989650726,1420.0,363520.0,8424.146085303044,23265280.0 +273.66,6.699999809265137,2828.0,0.014032070524990559,0.1645711213350296,0.0,1.9388025999069214,1.9393020868301392,-0.011752926744520664,0.0024330862797796726,0.34547361731529236,0.5806685090065002,0.7457311451435089,1421.0,363776.0,8429.939666393911,23281664.0 +224.84,7.5,2823.0,0.014547202736139297,0.1523234099149704,0.0,1.9395838975906372,1.8789887428283691,-0.011968117207288742,0.0024302734527736902,0.36658892035484314,0.5719106197357178,0.7778068333864212,1422.0,364032.0,8435.742878595134,23298048.0 +229.57,7.300000190734863,2798.0,0.01937158778309822,0.15655517578125,0.0,1.995295524597168,1.8546977043151855,-0.012223225086927414,0.002430974505841732,0.4469328224658966,0.5871119499206543,0.7591050565242767,1423.0,364288.0,8441.59850807907,23314432.0 +179.57,7.0,2836.0,0.01421421766281128,0.15338134765625,0.0,1.9717097282409668,1.8377426862716675,-0.012381691485643387,0.0024316897615790367,0.4128015339374542,0.5802233815193176,0.7560663521289825,1424.0,364544.0,8447.375608833041,23330816.0 +168.5,7.5,2854.0,0.013632416725158691,0.14752197265625,0.0,2.0214195251464844,1.817430853843689,-0.012640153057873249,0.0024396248627454042,0.4804578721523285,0.5921925902366638,0.7543955743312836,1425.0,364800.0,8453.11674584006,23347200.0 +198.65,6.900000095367432,2797.0,0.01294412836432457,0.1444295197725296,0.0,2.005908489227295,1.8442610502243042,-0.012324909679591656,0.0024439599364995956,0.47439825534820557,0.5774967074394226,0.7140792608261108,1426.0,365056.0,8458.975085282931,23363584.0 +182.92,7.5,2777.0,0.015433873049914837,0.1630859375,0.0,1.9766186475753784,1.8659321069717407,-0.011577065102756023,0.0024405927397310734,0.4053211212158203,0.5838983654975891,0.7331659197807312,1427.0,365312.0,8464.875263407128,23379968.0 +214.62,7.599999904632568,2830.0,0.012881268747150898,0.1348470002412796,0.0,1.9429091215133667,1.8730677366256714,-0.008312106132507324,0.0024390602484345436,0.3437521755695343,0.578545868396759,0.7664462029933929,1428.0,365568.0,8470.66502967896,23396352.0 +229.02,7.0,2818.0,0.015207373537123203,0.135498046875,0.0,1.9816752672195435,1.8319326639175415,-0.012374356389045715,0.0024475916288793087,0.3988582193851471,0.5891440510749817,0.7601153552532196,1429.0,365824.0,8476.47969615506,23412736.0 +199.44,7.300000190734863,2864.0,0.011896784417331219,0.1144816055893898,0.0,1.9983692169189453,1.7821916341781616,-0.009796596132218838,0.0024447559844702482,0.4421873390674591,0.5825161337852478,0.7417039573192596,1430.0,366080.0,8482.20105611207,23429120.0 +194.04,7.800000190734863,2794.0,0.01373444776982069,0.1422322541475296,0.0,1.9253802299499512,1.7988077402114868,-0.012378393672406673,0.0024441161658614874,0.2892586886882782,0.5890597701072693,0.8228150606155396,1431.0,366336.0,8488.063884140924,23445504.0 +237.71,6.800000190734863,2802.0,0.01614578254520893,0.1423136442899704,0.0,1.9810439348220825,1.8539739847183228,-0.010205592960119247,0.0024479825515300035,0.3704863488674164,0.600554883480072,0.7517936527729034,1432.0,366592.0,8493.910944400122,23461888.0 +247.98,6.800000190734863,2777.0,0.014434481970965862,0.1601155549287796,0.0,1.9336285591125488,1.850557804107666,-0.010158617049455643,0.00245018326677382,0.2986643314361572,0.5878689289093018,0.7885032594203949,1433.0,366848.0,8499.811301252106,23478272.0 +251.94,7.199999809265137,2772.0,0.011535223573446274,0.1318562775850296,0.0,1.948901653289795,1.8610330820083618,-0.012613534927368164,0.002431855071336031,0.33840861916542053,0.5949936509132385,0.7726664245128632,1434.0,367104.0,8505.722055724123,23494656.0 +230.09,7.0,2828.0,0.013882600702345371,0.1496785432100296,0.0,1.9474090337753296,1.868554949760437,-0.009384938515722752,0.0024328019935637712,0.337192177772522,0.5904822945594788,0.764017328619957,1435.0,367360.0,8511.515036632074,23511040.0 +218.46,7.0,2807.0,0.012863866053521633,0.1466064453125,0.0,1.9686554670333862,1.851195216178894,-0.011438804678618908,0.0024319952353835106,0.3949531614780426,0.5851323008537292,0.7804728448390961,1436.0,367616.0,8517.35156470607,23527424.0 +179.58,8.100000381469727,2821.0,0.016187576577067375,0.1705729216337204,0.0,1.9729591608047485,1.8282190561294556,-0.011410349048674107,0.0024309218861162663,0.39362797141075134,0.5903767943382263,0.7814196795225143,1437.0,367872.0,8523.16014100099,23543808.0 +215.05,7.099999904632568,2812.0,0.012284636497497559,0.1424560546875,0.0,1.9354723691940308,1.8915942907333374,-0.012884666211903095,0.0024241094943135977,0.34695756435394287,0.5817393064498901,0.747448056936264,1438.0,368128.0,8528.987129895948,23560192.0 +253.33,6.400000095367432,2800.0,0.014676623977720737,0.1713053435087204,0.0,1.8869637250900269,1.991822600364685,-0.01083531603217125,0.0024295749608427286,0.2565191686153412,0.5746698379516602,0.7736528664827347,1439.0,368384.0,8534.839453517925,23576576.0 +273.22,6.699999809265137,2774.0,0.012463518418371677,0.14324951171875,0.0,1.8648923635482788,1.9719434976577759,-0.010961846448481083,0.002425948390737176,0.24204124510288239,0.5615788102149963,0.7982634902000427,1440.0,368640.0,8540.746386768064,23592960.0 +309.99,6.800000190734863,2800.0,0.01291354838758707,0.1455891877412796,0.0,1.889388084411621,1.9664415121078491,-0.013797823339700699,0.002426476450636983,0.291249543428421,0.5639875531196594,0.7669207751750946,1441.0,368896.0,8546.598304657964,23609344.0 +369.91,6.0,2751.0,0.012172880582511425,0.14935302734375,0.0,1.9138474464416504,2.0022690296173096,-0.012765551917254925,0.002425199141725898,0.34694281220436096,0.5605650544166565,0.7629698812961578,1442.0,369152.0,8552.552654016064,23625728.0 +288.82,6.5,2809.0,0.013250820338726044,0.1524861603975296,0.0,1.911532998085022,1.9524927139282227,-0.011947891674935818,0.0024278988130390644,0.31776031851768494,0.5701761841773987,0.7828526198863983,1443.0,369408.0,8558.385065848008,23642112.0 +277.56,6.300000190734863,2732.0,0.014074713923037052,0.1543986052274704,0.0,1.9060802459716797,1.9363216161727905,-0.009720925241708755,0.0024315095506608486,0.31353768706321716,0.5626409649848938,0.786831334233284,1444.0,369664.0,8564.381683883024,23658496.0 +253.05,6.5,2799.0,0.010555754415690899,0.12945556640625,0.0,1.9388872385025024,1.9185619354248047,-0.011376970447599888,0.0024244568776339293,0.3479236364364624,0.5832594037055969,0.7806777656078339,1445.0,369920.0,8570.234854904003,23674880.0 +239.35,6.800000190734863,2811.0,0.012558347545564175,0.1426188200712204,0.0,1.9116291999816895,1.9025969505310059,-0.013162483461201191,0.002426929073408246,0.3299843966960907,0.5653607845306396,0.7978708297014236,1446.0,370176.0,8576.063996571116,23691264.0 +242.02,6.900000095367432,2799.0,0.013361754827201366,0.1597900390625,0.0,1.9186257123947144,1.954645037651062,-0.011735718697309494,0.0024222449865192175,0.33408400416374207,0.571743369102478,0.7421966195106506,1447.0,370432.0,8581.916710785124,23707648.0 +286.98,7.199999809265137,2785.0,0.014996328391134739,0.1656697541475296,0.0,1.8972164392471313,1.9477051496505737,-0.014504007063806057,0.002428015461191535,0.3002403676509857,0.5670695900917053,0.8087597787380219,1448.0,370688.0,8587.798825120088,23724032.0 +257.69,7.199999809265137,2821.0,0.014556262642145157,0.1710408478975296,0.0,1.9212603569030762,1.9501663446426392,-0.012147079221904278,0.002424619160592556,0.32012906670570374,0.5805349946022034,0.7698165327310562,1449.0,370944.0,8593.607209298993,23740416.0 +277.03,7.400000095367432,2793.0,0.017795605584979057,0.1815592497587204,0.0,1.7076634168624878,1.9693621397018433,-0.010246864520013332,0.0024258357007056475,0.25465670228004456,0.5762770771980286,0.8195504993200302,1450.0,371200.0,8599.473742725095,23756800.0 +301.96,7.5,2825.0,0.011996385641396046,0.1387736052274704,0.0,1.7113877534866333,1.9460800886154175,-0.010768826119601727,0.002437615767121315,0.27105793356895447,0.5657349228858948,0.8283113390207291,1451.0,371456.0,8605.274493017001,23773184.0 +304.96,7.199999809265137,2796.0,0.012147442437708378,0.1460164338350296,0.0,1.6730903387069702,1.9604233503341675,-0.013763103634119034,0.0024357528891414404,0.2045036107301712,0.564574658870697,0.836599126458168,1452.0,371712.0,8611.135246118065,23789568.0 +301.72,6.699999809265137,2772.0,0.012493583373725414,0.1469319611787796,0.0,1.704129695892334,1.9394210577011108,-0.010330805554986,0.0024236568715423346,0.25205233693122864,0.5746479630470276,0.8009103238582611,1453.0,371968.0,8617.04446534207,23805952.0 +350.43,5.800000190734863,2814.0,0.014628559350967407,0.1717122346162796,0.0,1.7256574630737305,1.94471275806427,-0.011076812632381916,0.002421179786324501,0.3002733886241913,0.5739039778709412,0.7920617014169693,1454.0,372224.0,8622.865884453058,23822336.0 +317.68,6.300000190734863,2734.0,0.012756295502185822,0.1580810546875,0.0,1.7592182159423828,1.9202332496643066,-0.011660856194794178,0.0024312157183885574,0.33793190121650696,0.5856314897537231,0.8100889921188354,1455.0,372480.0,8628.859286285937,23838720.0 +267.09,7.0,2797.0,0.015363726764917374,0.1731974333524704,0.0,1.702210783958435,1.937625765800476,-0.013737303204834461,0.0024374097120016813,0.23597532510757446,0.5783358216285706,0.8201515376567841,1456.0,372736.0,8634.716443873942,23855104.0 +259.11,7.300000190734863,2806.0,0.014013449661433697,0.1598714143037796,0.0,1.7210627794265747,1.952536940574646,-0.009861364960670471,0.0024371508043259382,0.27637556195259094,0.572826623916626,0.8188967108726501,1457.0,372992.0,8640.554617383983,23871488.0 +255.66,7.5,2787.0,0.012124910950660706,0.13726806640625,0.0,1.7419692277908325,1.9276084899902344,-0.011220219545066357,0.0024321714881807566,0.3279625177383423,0.5711193680763245,0.8157480359077454,1458.0,373248.0,8646.433871984947,23887872.0 +293.76,7.199999809265137,2824.0,0.011955649591982365,0.1424763947725296,0.0,1.7158492803573608,1.9427777528762817,-0.010919635184109211,0.002434755442664027,0.2870429456233978,0.5633723139762878,0.8059642910957336,1459.0,373504.0,8652.235238528112,23904256.0 +317.16,6.900000095367432,2800.0,0.0115941958501935,0.1380818635225296,0.0,1.702463150024414,1.9340530633926392,-0.011886563152074814,0.0024260263890028,0.25630274415016174,0.5709188580513,0.819994181394577,1460.0,373760.0,8658.085392747074,23920640.0 +271.81,7.300000190734863,2803.0,0.013900373131036758,0.1546834260225296,0.0,1.7368589639663696,1.9485993385314941,-0.011064037680625916,0.002422224497422576,0.3452610671520233,0.5608634948730469,0.7711251974105835,1461.0,374016.0,8663.929803471081,23937024.0 +284.57,7.099999904632568,2807.0,0.014402897097170353,0.1711629182100296,0.0,1.6983412504196167,1.963558316230774,-0.012087059207260609,0.0024280783254653215,0.22713981568813324,0.5820654034614563,0.8259455114603043,1462.0,374272.0,8669.76758780214,23953408.0 +339.9,6.599999904632568,2820.0,0.013021662831306458,0.1442667692899704,0.0,1.732985019683838,1.929328441619873,-0.008681097067892551,0.002427187981083989,0.3046095669269562,0.5738001465797424,0.7644793093204498,1463.0,374528.0,8675.57666087104,23969792.0 +318.84,6.900000095367432,2773.0,0.011605225503444672,0.1227823868393898,0.0,1.7523196935653687,1.9197405576705933,-0.011798678897321224,0.0024293416645377874,0.34563565254211426,0.5747707486152649,0.7943198084831238,1464.0,374784.0,8681.484764435096,23986176.0 +276.98,6.900000095367432,2829.0,0.012441035360097885,0.1432698518037796,0.0,1.7419415712356567,1.93180513381958,-0.01239293534308672,0.002433595946058631,0.3195987045764923,0.5763722658157349,0.7761977761983871,1465.0,375040.0,8687.275810426101,24002560.0 +274.48,6.599999904632568,2786.0,0.014186345040798187,0.1538899689912796,0.0,1.776419997215271,1.8958884477615356,-0.0111231142655015,0.0024301165249198675,0.41296589374542236,0.5627409815788269,0.7689184695482254,1466.0,375296.0,8693.156674233964,24018944.0 +268.49,7.400000095367432,2703.0,0.014299082569777966,0.1539103239774704,0.0,1.736900806427002,1.9257627725601196,-0.011555802077054977,0.002439803211018443,0.2889155447483063,0.5837165713310242,0.792586088180542,1467.0,375552.0,8699.217215307057,24035328.0 +225.57,7.300000190734863,2785.0,0.014702968299388885,0.16424560546875,0.0,1.7337079048156738,1.9124170541763306,-0.013560928404331207,0.0024396388325840235,0.3222830593585968,0.5637933015823364,0.7960316091775894,1468.0,375808.0,8705.100508671952,24051712.0 +244.18,7.199999809265137,2804.0,0.015874717384576797,0.16265869140625,0.0,1.7373195886611938,1.8955506086349487,-0.011007131077349186,0.002440002979710698,0.29086068272590637,0.5820562243461609,0.7630743831396103,1469.0,376064.0,8710.943703986006,24068096.0 +325.02,6.800000190734863,2739.0,0.013181290589272976,0.1575520783662796,0.0,1.7182846069335938,1.933151125907898,-0.012005043216049671,0.0024319917429238558,0.2791215181350708,0.5729602575302124,0.7748472392559052,1470.0,376320.0,8716.92447519605,24084480.0 +329.34,7.099999904632568,2743.0,0.010865483433008194,0.128173828125,0.0,1.7578421831130981,1.8721389770507812,-0.01142040640115738,0.0024291041772812605,0.3434235155582428,0.5813062191009521,0.7770522236824036,1471.0,376576.0,8722.897459557978,24100864.0 +312.2,6.900000095367432,2788.0,0.013304516673088074,0.1451416015625,0.0,1.7975339889526367,1.8695931434631348,-0.011587102897465229,0.0024285914842039347,0.38955166935920715,0.60019451379776,0.7410272061824799,1472.0,376832.0,8728.774812003132,24117248.0 +213.96,7.400000095367432,2799.0,0.013432414270937443,0.14251708984375,0.0,1.817630410194397,1.8635543584823608,-0.011734957806766033,0.0024316178169101477,0.4408726990222931,0.592596173286438,0.7344241738319397,1473.0,377088.0,8734.62819104991,24133632.0 +193.07,7.5,2831.0,0.01650877296924591,0.1630655974149704,0.0,1.764923095703125,1.8493671417236328,-0.012231741100549698,0.002439034404233098,0.340265154838562,0.5866115689277649,0.7665145397186279,1474.0,377344.0,8740.416052079061,24150016.0 +205.4,7.099999904632568,2800.0,0.014281203038990498,0.1613362580537796,0.0,1.8412944078445435,1.8826411962509155,-0.014319653622806072,0.0024372320622205734,0.4858967959880829,0.594153106212616,0.7333977520465851,1475.0,377600.0,8746.268585518934,24166400.0 +193.92,8.100000381469727,2813.0,0.010653196834027767,0.126953125,0.0,1.808839201927185,1.8778926134109497,-0.011784386821091175,0.0024421238340437412,0.42068859934806824,0.5890026688575745,0.7357587516307831,1476.0,377856.0,8752.092833715957,24182784.0 +200.48,7.5,2793.0,0.014936876483261585,0.1594034880399704,0.0,1.8353033065795898,1.8265823125839233,-0.010971046052873135,0.0024473636876791716,0.4315700829029083,0.608268141746521,0.7283650636672974,1477.0,378112.0,8757.958349054912,24199168.0 +192.5,7.0,2773.0,0.013864911161363125,0.1502278596162796,0.0,1.7773765325546265,1.8785648345947266,-0.013277157209813595,0.0024454628583043814,0.3414177894592285,0.5980802178382874,0.7198123633861542,1478.0,378368.0,8763.865447324933,24215552.0 +248.76,7.0,2784.0,0.011949300765991211,0.1350301057100296,0.0,1.7506135702133179,1.8713873624801636,-0.010643412359058857,0.0024429920595139265,0.3080419898033142,0.5851150155067444,0.7620159536600113,1479.0,378624.0,8769.751434586942,24231936.0 +275.17,7.300000190734863,2799.0,0.011314733885228634,0.1365966796875,0.0,1.77068293094635,1.8608471155166626,-0.011631148867309093,0.0024308417923748493,0.37461188435554504,0.5774860978126526,0.7509952485561371,1480.0,378880.0,8775.604923062027,24248320.0 +192.67,7.300000190734863,2791.0,0.012756354175508022,0.1467488557100296,0.0,1.8237355947494507,1.8319578170776367,-0.011708633042871952,0.0024238191545009613,0.46126389503479004,0.5915703177452087,0.7342146635055542,1481.0,379136.0,8781.476233825088,24264704.0 +232.49,7.800000190734863,2814.0,0.013240031898021698,0.143310546875,0.0,1.7868705987930298,1.8607147932052612,-0.01193202007561922,0.0024255255702883005,0.3879825174808502,0.5910355448722839,0.7616423815488815,1482.0,379392.0,8787.297519986052,24281088.0 +202.16,7.199999809265137,2787.0,0.0132881635800004,0.1556396484375,0.0,1.7649034261703491,1.8998509645462036,-0.012158400379121304,0.002434694906696677,0.3663482367992401,0.5747482180595398,0.7526872754096985,1483.0,379648.0,8793.175439035986,24297472.0 +226.05,6.900000095367432,2817.0,0.014372429810464382,0.1662190705537796,0.0,1.7450203895568848,1.8757373094558716,-0.011745642870664597,0.00242631952278316,0.3188888728618622,0.5824835896492004,0.7827536165714264,1484.0,379904.0,8798.990557247074,24313856.0 +267.77,7.400000095367432,2776.0,0.01379883661866188,0.1497599333524704,0.0,1.7834720611572266,1.8183358907699585,-0.011110718362033367,0.0024250119458884,0.40817031264305115,0.5749173760414124,0.7437882721424103,1485.0,380160.0,8804.893770392984,24330240.0 +223.26,7.099999904632568,2749.0,0.013449701480567455,0.1446329802274704,0.0,1.7625762224197388,1.8027743101119995,-0.012332402169704437,0.0024266547989100218,0.38147807121276855,0.5668920874595642,0.7615135312080383,1486.0,380416.0,8810.85413083597,24346624.0 +228.74,7.099999904632568,2779.0,0.01421311218291521,0.1592203825712204,0.0,1.7514592409133911,1.806894302368164,-0.009991466999053955,0.002432305598631501,0.31585824489593506,0.5856143236160278,0.7425656616687775,1487.0,380672.0,8816.749300548108,24363008.0 +209.09,7.599999904632568,2817.0,0.015790142118930817,0.1510823518037796,0.0,1.7570868730545044,1.8000234365463257,-0.011470075696706772,0.00242591998539865,0.3368534743785858,0.5849628448486328,0.7580393850803375,1488.0,380928.0,8822.565241652075,24379392.0 +231.72,7.199999809265137,2789.0,0.014857564121484756,0.16455078125,0.0,1.8189936876296997,1.7528940439224243,-0.014174462296068668,0.0024315048940479755,0.4383751451969147,0.597035825252533,0.7325694262981415,1489.0,381184.0,8828.440207811072,24395776.0 +195.34,7.099999904632568,2758.0,0.016613584011793137,0.1584676057100296,0.0,1.7789350748062134,1.7631425857543945,-0.012319192290306091,0.002417495707049966,0.3570575416088104,0.602759838104248,0.7873293608427048,1490.0,381440.0,8834.37970342394,24412160.0 +224.25,7.5,2773.0,0.015808014199137688,0.15814208984375,0.0,1.7674938440322876,1.7403960227966309,-0.011708516627550125,0.0024378395173698664,0.3405963182449341,0.5880892872810364,0.7748333811759949,1491.0,381696.0,8840.288252982078,24428544.0 +201.67,7.800000190734863,2806.0,0.01699174754321575,0.14581298828125,0.0,1.7673262357711792,1.7516461610794067,-0.008669554255902767,0.0024455951061099768,0.3247852027416229,0.5895575881004333,0.7391275465488434,1492.0,381952.0,8846.126370818121,24444928.0 +238.38,7.0,2804.0,0.013304747641086578,0.1401774138212204,0.0,1.804135799407959,1.7484225034713745,-0.011882026679813862,0.002444160869345069,0.3945903778076172,0.5959270596504211,0.7226087152957916,1493.0,382208.0,8851.969216157915,24461312.0 +298.13,6.699999809265137,2824.0,0.010354342870414257,0.1170247420668602,0.0,1.7764571905136108,1.7778609991073608,-0.009802860207855701,0.0024474903475493193,0.34172430634498596,0.5908953547477722,0.7474229335784912,1494.0,382464.0,8857.771401913138,24477696.0 +263.7,6.900000095367432,2812.0,0.013491480611264706,0.1431681364774704,0.0,1.7225266695022583,1.7637238502502441,-0.010773294605314732,0.00245435768738389,0.24451003968715668,0.5824683308601379,0.7988856136798859,1495.0,382720.0,8863.597905738978,24494080.0 +241.13,7.699999809265137,2769.0,0.014712262898683548,0.1673990935087204,0.0,1.7353382110595703,1.7970038652420044,-0.00997103750705719,0.002434674883261323,0.2725350558757782,0.5904534459114075,0.7704272568225861,1496.0,382976.0,8869.515726865036,24510464.0 +331.81,6.800000190734863,2818.0,0.013045959174633026,0.140625,0.0,1.7748351097106934,1.7725354433059692,-0.00879267044365406,0.0024345670826733112,0.34339678287506104,0.5934439897537231,0.7344678342342377,1497.0,383232.0,8875.329362278106,24526848.0 +302.29,7.099999904632568,2835.0,0.012594680301845074,0.14312744140625,0.0,1.7692314386367798,1.7651902437210083,-0.010945918969810009,0.002445566700771451,0.33321884274482727,0.5896834135055542,0.7622829377651215,1498.0,383488.0,8881.109025683952,24543232.0 +244.68,7.5,2720.0,0.014125779271125793,0.1578369140625,0.0,1.7424343824386597,1.8198028802871704,-0.011895600706338882,0.002429394517093897,0.32946380972862244,0.5717430114746094,0.7640358358621597,1499.0,383744.0,8887.133207255974,24559616.0 +233.32,7.599999904632568,2772.0,0.015888124704360962,0.1793619841337204,0.0,1.8319497108459473,1.8048425912857056,-0.01021513994783163,0.0024260347709059715,0.348067969083786,0.5855739712715149,0.7148907780647278,1500.0,384000.0,8893.044034390943,24576000.0 +288.19,6.699999809265137,2795.0,0.0131980637088418,0.13714599609375,0.0,1.839263916015625,1.8165969848632812,-0.00966279674321413,0.0024288150016218424,0.38297227025032043,0.5729062557220459,0.6995719373226166,1501.0,384256.0,8898.905567402951,24592384.0 +255.01,6.800000190734863,2688.0,0.015576153993606567,0.16644287109375,0.0,1.809596061706543,1.8337255716323853,-0.010732106864452362,0.002425150712952018,0.3528219759464264,0.560495913028717,0.7507775276899338,1502.0,384512.0,8905.001499752048,24608768.0 +230.77,7.199999809265137,2805.0,0.01629324071109295,0.1611124724149704,0.0,1.7782763242721558,1.8156052827835083,-0.007699906360358,0.002421209355816245,0.2881409227848053,0.5601279735565186,0.7479908168315887,1503.0,384768.0,8910.841893021949,24625152.0 +281.66,7.0,2737.0,0.015066258609294891,0.1630859375,0.0,1.7522188425064087,1.8091248273849487,-0.011066354811191559,0.00242793676443398,0.24873800575733185,0.5535063743591309,0.79322449862957,1504.0,385024.0,8916.827213186072,24641536.0 +240.1,7.099999904632568,2719.0,0.013410118408501148,0.1393839567899704,0.0,1.810135841369629,1.8129304647445679,-0.011597069911658764,0.002427218249067664,0.35401228070259094,0.5601040720939636,0.7690291553735733,1505.0,385280.0,8922.853694387944,24657920.0 +296.03,6.199999809265137,2834.0,0.011303954757750034,0.1285603791475296,0.0,1.840542197227478,1.7904901504516602,-0.010222275741398335,0.002424739534035325,0.3884522616863251,0.5737033486366272,0.7103486359119415,1506.0,385536.0,8928.634965589037,24674304.0 +232.53,7.199999809265137,2803.0,0.013532313518226147,0.155029296875,0.0,1.81916344165802,1.779189109802246,-0.010004650801420212,0.002433355199173093,0.36337897181510925,0.5596110224723816,0.7390448153018951,1507.0,385792.0,8934.480172587093,24690688.0 +222.05,7.5,2784.0,0.012765723280608654,0.1479695588350296,0.0,1.7631415128707886,1.767383098602295,-0.011109944432973862,0.002433358458802104,0.22220845520496368,0.5761963725090027,0.7991392612457275,1508.0,386048.0,8940.364806367084,24707072.0 +243.27,7.300000190734863,2808.0,0.016734419390559196,0.1533203125,0.0,1.8024953603744507,1.7585731744766235,-0.009939284063875675,0.002429995918646455,0.3126424551010132,0.5702811479568481,0.7371978461742401,1509.0,386304.0,8946.199864610098,24723456.0 +271.41,6.800000190734863,2820.0,0.014329778961837292,0.1580607146024704,0.0,1.8355358839035034,1.7380900382995605,-0.01206295657902956,0.0024292052257806063,0.41193488240242004,0.5550104975700378,0.7170154452323914,1510.0,386560.0,8952.00904507609,24739840.0 +201.67,7.5,2720.0,0.019033869728446007,0.1366984099149704,0.0,1.857481598854065,1.708788275718689,-0.011498908512294292,0.002423731377348304,0.43522801995277405,0.5678190588951111,0.7466139197349548,1511.0,386816.0,8958.032798063941,24756224.0 +230.09,7.5,2758.0,0.01495670247823,0.1546630859375,0.0,1.8176378011703491,1.7604016065597534,-0.011867377907037735,0.0024316112976521254,0.3245375156402588,0.5813575387001038,0.7093560993671417,1512.0,387072.0,8963.97358059301,24772608.0 +214.31,7.5,2788.0,0.013744202442467213,0.14910888671875,0.0,1.83242666721344,1.7295012474060059,-0.010929785668849945,0.002425957005470991,0.3405872881412506,0.5900699496269226,0.74918994307518,1513.0,387328.0,8969.849966319976,24788992.0 +228.71,7.699999809265137,2783.0,0.016081547364592552,0.1593424528837204,0.0,1.8096485137939453,1.7815736532211304,-0.009283033199608326,0.0024247553665190935,0.31033334136009216,0.5813086032867432,0.77572201192379,1514.0,387584.0,8975.737885784125,24805376.0 +252.41,7.599999904632568,2782.0,0.014852040447294712,0.1622517853975296,0.0,1.7814184427261353,1.8595423698425293,-0.010508074425160885,0.0024290650617331266,0.2891422212123871,0.5624814033508301,0.7457046806812286,1515.0,387840.0,8981.626622901065,24821760.0 +310.6,6.900000095367432,2803.0,0.01479823887348175,0.14654541015625,0.0,1.7648996114730835,1.8691376447677612,-0.01027259137481451,0.0024241867940872908,0.24370324611663818,0.5713861584663391,0.7545381188392639,1516.0,388096.0,8987.471039447002,24838144.0 +325.38,6.199999809265137,2795.0,0.011828291229903698,0.1296590119600296,0.0,1.7733020782470703,1.9104180335998535,-0.011666707694530487,0.0024158298037946224,0.24376536905765533,0.5864211916923523,0.7488369941711426,1517.0,388352.0,8993.33196838107,24854528.0 +307.75,6.099999904632568,2716.0,0.013451971113681793,0.1430460661649704,0.0,1.7978253364562988,1.8522733449935913,-0.00964816939085722,0.0024177017621695995,0.29624390602111816,0.5808815360069275,0.7790748476982117,1518.0,388608.0,8999.364228744991,24870912.0 +300.28,6.599999904632568,2811.0,0.01641196385025978,0.1723225861787796,0.0,1.8273695707321167,1.8362730741500854,-0.011050964705646038,0.0024192584678530693,0.36214694380760193,0.5777942538261414,0.7901239991188049,1519.0,388864.0,9005.19286820013,24887296.0 +310.92,6.900000095367432,2811.0,0.012577601708471775,0.1316935271024704,0.0,1.7578808069229126,1.8121906518936157,-0.011069227010011673,0.002418664051219821,0.249106764793396,0.5640209317207336,0.7778419554233551,1520.0,389120.0,9011.020644742996,24903680.0 +278.69,6.900000095367432,2802.0,0.014949359931051731,0.15484619140625,0.0,1.7791272401809692,1.7903413772583008,-0.009574033319950104,0.0024178705643862486,0.2584094703197479,0.5802915692329407,0.7582650780677795,1521.0,389376.0,9016.867728953948,24920064.0 +322.28,6.0,2780.0,0.011217293329536915,0.12518310546875,0.0,1.7573853731155396,1.8312009572982788,-0.010763396508991718,0.002421855926513672,0.24052166938781738,0.5663520693778992,0.7470382750034332,1522.0,389632.0,9022.761521697044,24936448.0 +384.19,5.5,2813.0,0.013580636121332645,0.1519775390625,0.0,1.7819069623947144,1.8587379455566406,-0.010728460736572742,0.002421274082735181,0.2985474169254303,0.5621083974838257,0.7253676652908325,1523.0,389888.0,9028.584721795982,24952832.0 +376.38,5.400000095367432,2795.0,0.014925741590559483,0.1612141877412796,0.0,1.7670392990112305,1.8914576768875122,-0.011408217251300812,0.0024223194923251867,0.25178006291389465,0.5717438459396362,0.7627854943275452,1524.0,390144.0,9034.445904148975,24969216.0 +289.42,6.099999904632568,2810.0,0.014667004346847534,0.1578165739774704,0.0,1.8109130859375,1.84025239944458,-0.012470130808651447,0.00241540907882154,0.3310980200767517,0.5802811980247498,0.7865780740976334,1525.0,390400.0,9040.277278556023,24985600.0 diff --git a/train_procgen/constants.py b/train_procgen/constants.py new file mode 100644 index 0000000000000000000000000000000000000000..7abe8412cd8db02e6acde9e745e37005025d93e4 --- /dev/null +++ b/train_procgen/constants.py @@ -0,0 +1,75 @@ +ENV_NAMES = [ + "coinrun", + "starpilot", + "caveflyer", + "dodgeball", + "fruitbot", + "chaser", + "miner", + "jumper", + "leaper", + "maze", + "bigfish", + "heist", + "climber", + "plunder", + "ninja", + "bossfight", +] + +HARD_GAME_RANGES = { + 'coinrun': [5, 10], + 'starpilot': [1.5, 35], + 'caveflyer': [2, 13.4], + 'dodgeball': [1.5, 19], + 'fruitbot': [-.5, 27.2], + 'chaser': [.5, 14.2], + 'miner': [1.5, 20], + 'jumper': [1, 10], + 'leaper': [1.5, 10], + 'maze': [4, 10], + 'bigfish': [0, 40], + 'heist': [2, 10], + 'climber': [1, 12.6], + 'plunder': [3, 30], + 'ninja': [2, 10], + 'bossfight': [.5, 13], +} + +EASY_GAME_RANGES = { + 'coinrun': [5, 10], + 'starpilot': [2.5, 64], + 'caveflyer': [3.5, 12], + 'dodgeball': [1.5, 19], + 'fruitbot': [-1.5, 32.4], + 'chaser': [.5, 13], + 'miner': [1.5, 13], + 'jumper': [1, 10], + 'leaper': [1.5, 10], + 'maze': [5, 10], + 'bigfish': [1, 40], + 'heist': [3.5, 10], + 'climber': [2, 12.6], + 'plunder': [4.5, 30], + 'ninja': [3.5, 10], + 'bossfight': [.5, 13], +} + +NAME_TO_CASE = { + 'coinrun': 'CoinRun', + 'starpilot': 'StarPilot', + 'caveflyer': 'CaveFlyer', + 'dodgeball': 'Dodgeball', + 'fruitbot': 'FruitBot', + 'chaser': 'Chaser', + 'miner': 'Miner', + 'jumper': 'Jumper', + 'leaper': 'Leaper', + 'maze': 'Maze', + 'bigfish': 'BigFish', + 'heist': 'Heist', + 'climber': 'Climber', + 'plunder': 'Plunder', + 'ninja': 'Ninja', + 'bossfight': 'BossFight', +} \ No newline at end of file diff --git a/train_procgen/enjoy_sppo.py b/train_procgen/enjoy_sppo.py new file mode 100644 index 0000000000000000000000000000000000000000..ebade63d306f61b7fca3fd0377a68bd3696ff122 --- /dev/null +++ b/train_procgen/enjoy_sppo.py @@ -0,0 +1,349 @@ +import math +import os +import sys +import shutil + +if not sys.warnoptions: + import warnings + + warnings.simplefilter("ignore") + +with warnings.catch_warnings(): + warnings.filterwarnings("ignore", category=FutureWarning) + warnings.filterwarnings("ignore", category=RuntimeWarning) + warnings.simplefilter("ignore") + import tensorflow as tf + +tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) +tf.get_logger().setLevel('INFO') +tf.autograph.set_verbosity(0) +import warnings + +warnings.filterwarnings("ignore", message=r"Passing", category=FutureWarning) +warnings.simplefilter(action='ignore', category=FutureWarning) +warnings.simplefilter(action='ignore', category=Warning) + +from baselines.ppo2 import sppo2 +from baselines.common.models import build_skill_impala_cnn +from baselines.common.mpi_util import setup_mpi_gpus +from procgen import ProcgenEnv +from baselines.common.vec_env import ( + VecExtractDictObs, + VecMonitor, + VecNormalize +) +from baselines import logger +from mpi4py import MPI +import argparse +import matplotlib.colors as c +import matplotlib.patches as mpatches +import gym +from sklearn.manifold import TSNE +from PIL import Image +import matplotlib +import matplotlib.pyplot as plt +from baselines.common import set_global_seeds +from train_procgen.utils import * +from train_procgen.constants import EASY_GAME_RANGES +from copy import deepcopy + +parser = argparse.ArgumentParser(description='Process procgen enjoying arguments.') +parser.add_argument('--env_name', type=str, default='coinrun') +parser.add_argument('--num_envs', type=int, default=64) +parser.add_argument('--distribution_mode', type=str, default='easy', + choices=["easy", "hard", "exploration", "memory", "extreme"]) +parser.add_argument('--num_levels', type=int, default=0) +parser.add_argument('--start_level', type=int, default=0) +parser.add_argument('--test_worker_interval', type=int, default=0) +parser.add_argument('--timesteps_per_proc', type=int, default=25_000_000) +parser.add_argument('--rand_seed', type=int, default=2021) +parser.add_argument('--num_embeddings', type=int, default=8) +parser.add_argument('--beta', type=float, default=0.0) +parser.add_argument('--alpha1', type=float, default=20) +parser.add_argument('--alpha2', type=float, default=20) +parser.add_argument('--mode', type=int, default=1, + help='0: generate clustering videos 1: generate embedding spaces') + +args = parser.parse_args() + + +def load_model(env_name, num_envs, distribution_mode, num_levels, start_level, + num_embeddings, beta, alpha1, alpha2, + log_dir='./checkpoints', comm=None, rand_seed=None): + ent_coef = .01 + nsteps = 256 + nminibatches = 8 + + mpi_rank_weight = 1 + num_levels = num_levels + + logger.info("creating environment") + venv = ProcgenEnv(num_envs=num_envs, env_name=env_name, num_levels=num_levels, start_level=start_level + 200000, + distribution_mode=distribution_mode, rand_seed=rand_seed) + venv = VecExtractDictObs(venv, "rgb") + + venv = VecMonitor( + venv=venv, filename=None, keep_buf=100, + ) + + venv = VecNormalize(venv=venv, ob=False) + + logger.info("creating tf session") + setup_mpi_gpus() + config = tf.compat.v1.ConfigProto() + config.gpu_options.allow_growth = True # pylint: disable=E1101 + sess = tf.compat.v1.Session(config=config) + sess.__enter__() + + conv_fn = lambda x: build_skill_impala_cnn(x, depths=[16, 32, 32], emb_dim=256, num_embeddings=num_embeddings, + beta=beta, seed=rand_seed) + + logger.info("loading the model") + + model = sppo2.load( + env=venv, + network=conv_fn, + nsteps=nsteps, + nminibatches=nminibatches, + ent_coef=ent_coef, + mpi_rank_weight=mpi_rank_weight, + comm=comm, + vf_coef=0.5, + max_grad_norm=0.5, + seed=rand_seed, + load_path=log_dir, + alpha1=alpha1, + alpha2=alpha2, + ) + + return model + + +def main(): + plt.rcParams.update({'font.size': 15}) + comm = MPI.COMM_WORLD + + saved_dir = './train_procgen/checkpoints/sppo-' + args.env_name + '_' + args.distribution_mode + '_' + str( + args.num_levels) + '_' + str(args.start_level) + '_' + str( + args.rand_seed) + + saved_dir += '/checkpoints/' + str(args.timesteps_per_proc) + + if not os.path.isdir('./train_procgen/figures'): + os.mkdir('./train_procgen/figures') + + if args.mode == 0: + model = load_model(args.env_name, + 1, + args.distribution_mode, + args.num_levels, + args.start_level, + args.num_embeddings, + comm=comm, + log_dir=saved_dir, + rand_seed=args.rand_seed, + beta=args.beta, + alpha1=args.alpha1, + alpha2=args.alpha2, + ) + + cluster_path = './train_procgen/figures/' + args.env_name + '_skills' + + if not os.path.isdir(cluster_path): + os.mkdir(cluster_path) + for i in range(args.num_embeddings): + if not os.path.isdir(cluster_path + '/cluster_' + str(i)): + os.mkdir(cluster_path + '/cluster_' + str(i)) + + # generate the skill clusters + set_global_seeds(args.rand_seed) + env_name = "procgen:procgen-" + args.env_name + "-v0" + env = gym.make(env_name, num_levels=args.num_levels, start_level=args.start_level, + distribution_mode=args.distribution_mode, rand_seed=args.rand_seed, render_mode="human") + obs = env.reset() + counters = np.zeros(args.num_embeddings) + + episode_i = 0 + total_frames = 480 + episode_files = [] + sequence_files = [[] for _ in range(args.num_embeddings)] + sequence_indices = [[] for _ in range(args.num_embeddings)] + episode_rewards = 0 + episode_counters = np.zeros(args.num_embeddings) + # avoid to collect the endless loop + if args.env_name not in ['starpilot', 'fruitbot']: + episode_max_steps = 200 + else: + episode_max_steps = math.inf + + while True: + rgb_img = env.render(mode="rgb_array") + im = Image.fromarray(rgb_img) + a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, sl, lat = model.skill_step( + obs) + action = np.squeeze(a) + if episode_counters[encoding_indices[0][0]] < total_frames: + saved_dir = cluster_path + '/cluster_' + str(encoding_indices[0][0]) + file_name = str(episode_i + 1) + '_' + str(action) + '.png' + im.save(saved_dir + '/' + file_name, dpi=(30, 30)) + episode_files.append(saved_dir + '/' + file_name) + if len(sequence_files[encoding_indices[0][0]]) == 0: + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + else: + if (episode_i + 1 - int(sequence_indices[encoding_indices[0][0]][-1])) == 1: + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + else: + if len(sequence_files[encoding_indices[0][0]]) <= 4 or len( + sequence_files[encoding_indices[0][0]]) > 20: + for f in sequence_files[encoding_indices[0][0]]: + if os.path.isfile(f): + os.remove(f) + episode_counters[encoding_indices[0][0]] -= 1 + else: + continue + + sequence_files[encoding_indices[0][0]] = [] + sequence_indices[encoding_indices[0][0]] = [] + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + + obs, reward, done, info = env.step(action) + episode_rewards += reward + episode_counters[encoding_indices[0][0]] += 1 + episode_i += 1 + + if done: + if episode_rewards <= EASY_GAME_RANGES[args.env_name][-1] * 0.8 or len( + episode_files) > episode_max_steps: + for f in episode_files: + if os.path.isfile(f): + os.remove(f) + for i in range(args.num_embeddings): + if f in sequence_files[i]: + sequence_indices[i].pop(sequence_files[i].index(f)) + sequence_files[i].remove(f) + else: + continue + + episode_counters = deepcopy(counters) + counters = deepcopy(episode_counters) + episode_files = [] + episode_rewards = 0 + + if np.min(counters) >= total_frames: + break + + for i in range(args.num_embeddings): + convert_frames_to_video(cluster_path + '/cluster_' + str(i) + '/', + cluster_path + '/cluster_' + str(i) + '.avi', limits=total_frames) + shutil.rmtree(cluster_path + '/cluster_' + str(i)) + + if args.mode == 1: + figure_name_prefix = args.env_name + '_' + str(args.num_levels) + '_' + # visualize the embedding spaces of pure features, skill latents, and vq latents + model = load_model(args.env_name, + args.num_envs, + args.distribution_mode, + args.num_levels, + args.start_level, + args.num_embeddings, + comm=comm, + log_dir=saved_dir, + rand_seed=args.rand_seed, + beta=args.beta, + alpha1=args.alpha1, + alpha2=args.alpha2, + ) + + set_global_seeds(args.rand_seed) + + venv = ProcgenEnv(num_envs=args.num_envs, env_name=args.env_name, num_levels=args.num_levels, + start_level=args.start_level + 200000, + distribution_mode=args.distribution_mode, rand_seed=args.rand_seed) + obs = venv.reset() + + pure_features = [] + skill_latents = [] + enc_indices = [] + values = [] + + for i in range(500): + a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, sl, lat = model.skill_step( + obs['rgb']) + action = np.squeeze(a) + # record 8/10 data to ensure explore more states + if np.random.uniform(0, 1) > 0.2: + pure_features.append(pure_latent) + skill_latents.append(sl) + enc_indices.append(encoding_indices) + values.append(v) + + action = [np.random.choice([np.random.choice([i for i in range(15)]), action[i]], p=[0.2, 0.8]) for i in + range(args.num_envs)] + obs, reward, done, info = venv.step(np.array(action, dtype=np.int32)) + + pure_features = np.reshape(np.squeeze(np.array(pure_features)), (-1, 256)) + skill_latents = np.reshape(np.squeeze(np.array(skill_latents)), (-1, 2)) + enc_indices = np.reshape(np.squeeze(np.array(enc_indices)), (-1)) + values = np.reshape(np.squeeze(np.array(values)), (-1)) + + n_components = 2 + tsne = TSNE(n_components) + tsne_result = tsne.fit_transform(pure_features) + + fig, ax = plt.subplots() + fig.set_figheight(6) + fig.set_figwidth(8) + np.random.seed(0) + color_set = [(np.random.rand(), np.random.rand(), np.random.rand()) for _ in range(args.num_embeddings)] + + c_cet = [] + for cs in color_set: + c_cet.append(c.to_hex(cs)) + c_cet = np.array(c_cet) + plt.scatter(tsne_result[:, 0], tsne_result[:, 1], s=10, c=c_cet[enc_indices], alpha=0.5) + + pop_ = [] + for i in range(args.num_embeddings): + if i in enc_indices: + pop_.append(mpatches.Patch(color=color_set[i], label='Cluster ' + str(i))) + + plt.legend(handles=pop_, bbox_to_anchor=(1.02, 1), loc=2, borderaxespad=0, numpoints=1, fontsize=10) + + plt.title('The t-SNE space') + plt.xlabel('t-SNE x') + plt.ylabel('t-SNE y') + + fig.savefig('./train_procgen/figures/' + figure_name_prefix + 'feature_embeddings.png', dpi=600, bbox_inches='tight') + # plt.show() + + fig, ax = plt.subplots() + fig.set_figheight(6) + fig.set_figwidth(8) + np.random.seed(0) + color_set = [(np.random.rand(), np.random.rand(), np.random.rand()) for _ in range(args.num_embeddings)] + + c_cet = [] + for cs in color_set: + c_cet.append(c.to_hex(cs)) + c_cet = np.array(c_cet) + plt.scatter(skill_latents[:, 0], skill_latents[:, 1], s=10, c=c_cet[enc_indices], alpha=0.5) + + pop_ = [] + for i in range(args.num_embeddings): + if i in enc_indices: + pop_.append(mpatches.Patch(color=color_set[i], label='Cluster ' + str(i))) + + plt.legend(handles=pop_, bbox_to_anchor=(1.02, 1), loc=2, borderaxespad=0, numpoints=1, fontsize=10) + + plt.title('The FDR space') + plt.xlabel('FDR x') + plt.ylabel('FDR y') + + fig.savefig('./train_procgen/figures/' + figure_name_prefix + 'fdr_embeddings.png', dpi=600, bbox_inches='tight') + # plt.show() + +if __name__ == '__main__': + main() diff --git a/train_procgen/hover_clusters.py b/train_procgen/hover_clusters.py new file mode 100644 index 0000000000000000000000000000000000000000..3e29b5d93609fa3a78fe144ba84f924357d69639 --- /dev/null +++ b/train_procgen/hover_clusters.py @@ -0,0 +1,322 @@ +import math +import sys + +if not sys.warnoptions: + import warnings + + warnings.simplefilter("ignore") + +with warnings.catch_warnings(): + warnings.filterwarnings("ignore", category=FutureWarning) + warnings.filterwarnings("ignore", category=RuntimeWarning) + warnings.simplefilter("ignore") + import tensorflow as tf + +tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) +tf.get_logger().setLevel('INFO') +tf.autograph.set_verbosity(0) +import warnings + +warnings.filterwarnings("ignore", message=r"Passing", category=FutureWarning) +warnings.simplefilter(action='ignore', category=FutureWarning) +warnings.simplefilter(action='ignore', category=Warning) + +from baselines.ppo2 import sppo2 +from baselines.common.models import build_skill_impala_cnn +from baselines.common.mpi_util import setup_mpi_gpus +from procgen import ProcgenEnv +from baselines.common.vec_env import ( + VecExtractDictObs, + VecMonitor, + VecNormalize +) +from baselines import logger +from mpi4py import MPI +import argparse +import matplotlib.colors as c +import gym +from PIL import Image +import matplotlib +import matplotlib.pyplot as plt +from baselines.common import set_global_seeds +from train_procgen.utils import * +from copy import deepcopy +from matplotlib.offsetbox import OffsetImage, AnnotationBbox + +parser = argparse.ArgumentParser(description='Process procgen enjoying arguments.') +parser.add_argument('--env_name', type=str, default='coinrun') +parser.add_argument('--num_envs', type=int, default=64) +parser.add_argument('--distribution_mode', type=str, default='easy', + choices=["easy", "hard", "exploration", "memory", "extreme"]) +parser.add_argument('--num_levels', type=int, default=0) +parser.add_argument('--start_level', type=int, default=0) +parser.add_argument('--test_worker_interval', type=int, default=0) +parser.add_argument('--timesteps_per_proc', type=int, default=25_000_000) +parser.add_argument('--rand_seed', type=int, default=2021) +parser.add_argument('--num_embeddings', type=int, default=8) +parser.add_argument('--beta', type=float, default=0.0) +parser.add_argument('--alpha1', type=float, default=20) +parser.add_argument('--alpha2', type=float, default=20) +parser.add_argument('--total_states', type=int, default=5000, help='choose how many states you want to have') + +args = parser.parse_args() + + +def isEmpty(path): + if os.path.exists(path) and not os.path.isfile(path): + + # Checking if the directory is empty or not + if not os.listdir(path): + return True + else: + return False + else: + return True + + +def load_model(env_name, num_envs, distribution_mode, num_levels, start_level, + num_embeddings, beta, alpha1, alpha2, + log_dir='./checkpoints', comm=None, rand_seed=None): + ent_coef = .01 + nsteps = 256 + nminibatches = 8 + + mpi_rank_weight = 1 + num_levels = num_levels + + logger.info("creating environment") + venv = ProcgenEnv(num_envs=num_envs, env_name=env_name, num_levels=num_levels, start_level=start_level + 200000, + distribution_mode=distribution_mode, rand_seed=rand_seed) + venv = VecExtractDictObs(venv, "rgb") + + venv = VecMonitor( + venv=venv, filename=None, keep_buf=100, + ) + + venv = VecNormalize(venv=venv, ob=False) + + logger.info("creating tf session") + setup_mpi_gpus() + config = tf.compat.v1.ConfigProto() + config.gpu_options.allow_growth = True # pylint: disable=E1101 + sess = tf.compat.v1.Session(config=config) + sess.__enter__() + + conv_fn = lambda x: build_skill_impala_cnn(x, depths=[16, 32, 32], emb_dim=256, num_embeddings=num_embeddings, + beta=beta, seed=rand_seed) + + logger.info("loading the model") + + model = sppo2.load( + env=venv, + network=conv_fn, + nsteps=nsteps, + nminibatches=nminibatches, + ent_coef=ent_coef, + mpi_rank_weight=mpi_rank_weight, + comm=comm, + vf_coef=0.5, + max_grad_norm=0.5, + seed=rand_seed, + load_path=log_dir, + alpha1=alpha1, + alpha2=alpha2, + ) + + return model + + +def main(): + cluster_path = './train_procgen/figures/' + args.env_name + '_cluster_images' + # if empty, we need to collect states first + if isEmpty(cluster_path): + plt.rcParams.update({'font.size': 15}) + comm = MPI.COMM_WORLD + + saved_dir = './train_procgen/checkpoints/sppo-' + args.env_name + '_' + args.distribution_mode + '_' + str( + args.num_levels) + '_' + str(args.start_level) + '_' + str( + args.rand_seed) + + saved_dir += '/checkpoints/' + str(args.timesteps_per_proc) + + model = load_model(args.env_name, + 1, + args.distribution_mode, + args.num_levels, + args.start_level, + args.num_embeddings, + comm=comm, + log_dir=saved_dir, + rand_seed=args.rand_seed, + beta=args.beta, + alpha1=args.alpha1, + alpha2=args.alpha2, + ) + + if not os.path.isdir(cluster_path): + if not os.path.isdir('./train_procgen/figures'): + os.mkdir('./train_procgen/figures') + os.mkdir(cluster_path) + for i in range(args.num_embeddings): + if not os.path.isdir(cluster_path + '/cluster_' + str(i)): + os.mkdir(cluster_path + '/cluster_' + str(i)) + + # generate the skill clusters + set_global_seeds(args.rand_seed) + env_name = "procgen:procgen-" + args.env_name + "-v0" + env = gym.make(env_name, num_levels=args.num_levels, start_level=args.start_level, + distribution_mode=args.distribution_mode, rand_seed=args.rand_seed, render_mode="human") + obs = env.reset() + counters = np.zeros(args.num_embeddings) + episode_i = 0 + total_states = args.total_states + upper_frames = args.total_states * 0.2 + episode_files = [] + sequence_files = [[] for _ in range(args.num_embeddings)] + sequence_indices = [[] for _ in range(args.num_embeddings)] + episode_rewards = 0 + episode_counters = np.zeros(args.num_embeddings) + # avoid to collect the endless loop + if args.env_name not in ['starpilot', 'fruitbot']: + episode_max_steps = 200 + else: + episode_max_steps = math.inf + + while True: + rgb_img = env.render(mode="rgb_array") + im = Image.fromarray(rgb_img) + a, v, pure_latent, vq_latent, pure_vq_latent, vq_embeddings, encoding_indices, sl, lat = model.skill_step( + obs) + action = np.squeeze(a) + if episode_counters[encoding_indices[0][0]] < upper_frames: + saved_dir = cluster_path + '/cluster_' + str(encoding_indices[0][0]) + file_name = str(episode_i + 1) + '_' + str(sl[0][0]) + '_' + str(sl[0][1]) + '.png' + im.save(saved_dir + '/' + file_name, dpi=(5, 5)) + episode_files.append(saved_dir + '/' + file_name) + if len(sequence_files[encoding_indices[0][0]]) == 0: + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + else: + if (episode_i + 1 - int(sequence_indices[encoding_indices[0][0]][-1])) == 1: + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + else: + if len(sequence_files[encoding_indices[0][0]]) > 20: + for f in sequence_files[encoding_indices[0][0]]: + if os.path.isfile(f): + os.remove(f) + episode_counters[encoding_indices[0][0]] -= 1 + else: + continue + + sequence_files[encoding_indices[0][0]] = [] + sequence_indices[encoding_indices[0][0]] = [] + sequence_files[encoding_indices[0][0]].append(saved_dir + '/' + file_name) + sequence_indices[encoding_indices[0][0]].append(episode_i + 1) + + obs, reward, done, info = env.step(action) + episode_rewards += reward + episode_counters[encoding_indices[0][0]] += 1 + episode_i += 1 + + if done: + if len(episode_files) > episode_max_steps: + for f in episode_files: + if os.path.isfile(f): + os.remove(f) + for i in range(args.num_embeddings): + if f in sequence_files[i]: + sequence_indices[i].pop(sequence_files[i].index(f)) + sequence_files[i].remove(f) + else: + continue + + episode_counters = deepcopy(counters) + counters = deepcopy(episode_counters) + + episode_files = [] + episode_rewards = 0 + + if np.sum(counters) >= total_states: + env.close() + break + + skill_latents = [] + cluster_indices = [] + images = [] + + for i in range(args.num_embeddings): + files = os.listdir(cluster_path + '/cluster_' + str(i)) + for file in files: + if file.endswith('png'): + _, sl_x, sl_y = file[:-4].split('_') + arr_img = plt.imread(cluster_path + '/cluster_' + str(i) + '/' + file) + images.append(arr_img) + skill_latents.append([float(sl_x), float(sl_y)]) + cluster_indices.append(i) + + images = np.array(images) + skill_latents = np.array(skill_latents) + cluster_indices = np.array(cluster_indices) + + fig, ax = plt.subplots() + fig.set_figheight(6) + fig.set_figwidth(8) + np.random.seed(0) + color_set = [(np.random.rand(), np.random.rand(), np.random.rand()) for _ in range(args.num_embeddings)] + + c_cet = [] + for cs in color_set: + c_cet.append(c.to_hex(cs)) + c_cet = np.array(c_cet) + + figure = plt.scatter(skill_latents[:, 0], skill_latents[:, 1], s=10, c=c_cet[cluster_indices], alpha=0.5) + line, = plt.plot(skill_latents[:, 0], skill_latents[:, 1], ls="") + + plt.title('The FDR space') + plt.xlabel('FDR x') + plt.ylabel('FDR y') + + # create the annotations box + im = OffsetImage(images[0, :, :, :], zoom=0.2) + xybox = (100., 100.) + ab = AnnotationBbox(im, (0, 0), xybox=xybox, xycoords='data', + boxcoords="offset points", pad=0.3, arrowprops=dict(arrowstyle="->")) + # add it to the axes and make it invisible + ax.add_artist(ab) + ab.set_visible(False) + + def hover(event): + # if the mouse is over the scatter points + if line.contains(event)[0]: + # find out the index within the array from the event + try: + ind, = line.contains(event)[1]["ind"] + except: + indices = line.contains(event)[1]["ind"] + ind = indices[0] + # get the figure size + w, h = fig.get_size_inches() * fig.dpi + ws = (event.x > w / 2.) * -1 + (event.x <= w / 2.) + hs = (event.y > h / 2.) * -1 + (event.y <= h / 2.) + # if event occurs in the top or right quadrant of the figure, + # change the annotation box position relative to mouse. + ab.xybox = (xybox[0] * ws, xybox[1] * hs) + # make annotation box visible + ab.set_visible(True) + # place it at the position of the hovered scatter point + ab.xy = (skill_latents[:, 0][ind], skill_latents[:, 1][ind]) + # set the image corresponding to that point + im.set_data(images[ind, :, :, :]) + else: + # if the mouse is not over a scatter point + ab.set_visible(False) + fig.canvas.draw_idle() + + # add callback for mouse moves + fig.canvas.mpl_connect('motion_notify_event', hover) + plt.show() + + +if __name__ == '__main__': + main() diff --git a/train_procgen/single_graph.py b/train_procgen/single_graph.py new file mode 100644 index 0000000000000000000000000000000000000000..0611d8310dadba85f10c0cd7a8fcc540918a4e41 --- /dev/null +++ b/train_procgen/single_graph.py @@ -0,0 +1,99 @@ +from single_graph_util import plot_experiment, switch_to_outer_plot +from constants import ENV_NAMES, NAME_TO_CASE, EASY_GAME_RANGES, HARD_GAME_RANGES + +import matplotlib +import matplotlib.pyplot as plt + +import argparse +from utils import str2bool +import os + + +def main(): + parser = argparse.ArgumentParser() + parser.add_argument('--env_name', type=str, default='coinrun') + parser.add_argument('--distribution_mode', type=str, default='easy', + help="Environment distribution_mode ('easy' or 'hard')") + parser.add_argument('--normalize_and_reduce', dest='normalize_and_reduce', action='store_true') + parser.add_argument('--restrict_training_set', type=str2bool, default=False, + help='True for 200 levels; False for all distribution') + parser.add_argument('--save', dest='save', action='store_false') + args = parser.parse_args() + + run_directory_prefix = main_pcg_sample_entry(args.env_name, args.distribution_mode, args.normalize_and_reduce, + args.restrict_training_set) + plt.rcParams.update({'font.size': 20}) + plt.tight_layout() + + if args.save: + if not os.path.isdir('figures'): + os.makedirs('figures') + + suffix = '-mean' if args.normalize_and_reduce else '' + plt.savefig(f'figures/{run_directory_prefix}{suffix}.png') + plt.show() + else: + plt.show() + + +def main_pcg_sample_entry(env_name, distribution_mode, normalize_and_reduce, restrict_training_set): + params = { + 'xtick.labelsize': 12, + 'ytick.labelsize': 12, + 'axes.titlesize': 16, + 'axes.labelsize': 24, + 'legend.fontsize': 18, + 'figure.figsize': [9, 9] + } + matplotlib.rcParams.update(params) + + kwargs = {'smoothing': .9} + + if distribution_mode == 'easy': + kwargs[ + 'x_scale'] = 1 * 256 * 64 / 1e6 # num_workers * num_steps_per_rollout * num_envs_per_worker / graph_scaling + num_train_levels = 200 + normalization_ranges = EASY_GAME_RANGES + elif distribution_mode == 'hard': + kwargs[ + 'x_scale'] = 4 * 256 * 64 / 1e6 # num_workers * num_steps_per_rollout * num_envs_per_worker / graph_scaling + num_train_levels = 500 + normalization_ranges = HARD_GAME_RANGES + else: + assert False, "specify distribution_mode as 'easy' or 'hard'" + + y_label = 'Score' + x_label = 'Timesteps (Millions)' + + run_directory_prefix = f"{env_name}_{distribution_mode}_{num_train_levels if restrict_training_set else '0'}" + kwargs['run_directory_prefix'] = f"{run_directory_prefix}" + + # We throw out the first few datapoints to give the episodic reward buffers time to fill up + # Otherwise, there could be a short-episode bias + kwargs['env_name'] = env_name + kwargs['first_valid'] = 10 + + if restrict_training_set: + kwargs['suffixes'] = ['', 'rank001'] + else: + kwargs['suffixes'] = [''] + + if normalize_and_reduce: + kwargs['normalization_ranges'] = normalization_ranges + y_label = 'Mean Normalized Score' + + fig, axarr = plot_experiment(**kwargs) + + if normalize_and_reduce: + axarr.set_xlabel(x_label, labelpad=10) + axarr.set_ylabel(y_label, labelpad=10) + else: + ax0 = switch_to_outer_plot(fig) + ax0.set_xlabel(x_label, labelpad=40) + ax0.set_ylabel(y_label, labelpad=35) + + return run_directory_prefix + + +if __name__ == '__main__': + main() diff --git a/train_procgen/single_graph_util.py b/train_procgen/single_graph_util.py new file mode 100644 index 0000000000000000000000000000000000000000..d1f0aacf619410d46262010f782a0583c5e5c73f --- /dev/null +++ b/train_procgen/single_graph_util.py @@ -0,0 +1,158 @@ +import csv +import numpy as np +import matplotlib.pyplot as plt +import matplotlib +from math import ceil +from constants import ENV_NAMES + +import seaborn # sets some style parameters automatically + +np.random.seed(1024) +COLORS = [(np.random.randint(0, 255), np.random.randint(0, 255), np.random.randint(0, 255)) for x in range(20)] + + +def switch_to_outer_plot(fig): + ax0 = fig.add_subplot(111, frame_on=False) + ax0.set_xticks([]) + ax0.set_yticks([]) + + return ax0 + + +def ema(data_in, smoothing=0): + data_out = np.zeros_like(data_in) + curr = np.nan + + for i in range(len(data_in)): + x = data_in[i] + if np.isnan(curr): + curr = x + else: + curr = (1 - smoothing) * x + smoothing * curr + + data_out[i] = curr + + return data_out + + +def plot_data_mean_std(ax, data_y, color_idx=0, data_x=None, x_scale=1, smoothing=0, first_valid=0, label=None): + color = COLORS[color_idx] + hexcolor = '#%02x%02x%02x' % color + + data_y = data_y[:, first_valid:] + nx, num_datapoint = np.shape(data_y) + + if smoothing > 0: + for i in range(nx): + data_y[i, ...] = ema(data_y[i, ...], smoothing) + + if data_x is None: + data_x = (np.array(range(num_datapoint)) + first_valid) * x_scale + + data_mean = np.mean(data_y, axis=0) + data_std = np.std(data_y, axis=0, ddof=1) + + ax.plot(data_x, data_mean, color=hexcolor, label=label, linestyle='solid', alpha=1, rasterized=True) + ax.fill_between(data_x, data_mean - data_std, data_mean + data_std, color=hexcolor, alpha=.25, linewidth=0.0, + rasterized=True) + + +def read_csv(filename, key_name): + with open(filename) as csv_file: + csv_reader = csv.reader(csv_file, delimiter=',') + key_index = -1 + + values = [] + + for line_num, row in enumerate(csv_reader): + row = [x.lower() for x in row] + if line_num == 0: + idxs = [i for i, val in enumerate(row) if val == key_name] + key_index = idxs[0] + else: + values.append(row[key_index]) + + return np.array(values, dtype=np.float32) + + +def plot_values(ax, all_values, title=None, max_x=0, label=None, **kwargs): + if max_x > 0: + all_values = all_values[..., :max_x] + + if ax is not None: + plot_data_mean_std(ax, all_values, label=label, **kwargs) + ax.set_title(title, fontsize=20) + + return all_values + + +def plot_experiment(env_name, run_directory_prefix, titles=None, suffixes=[''], normalization_ranges=None, + key_name='eprewmean', **kwargs): + run_folders = [f'{run_directory_prefix}_{0}_{2020 + x}' for x in range(3)] + sppo_run_folders = ['sppo-' + rf for rf in run_folders] + ppo_run_folders = ['ppo-' + rf for rf in run_folders] + run_folders = [sppo_run_folders, ppo_run_folders] + run_names = ['SPPO', 'PPO'] + + num_envs = 1 + will_normalize_and_reduce = normalization_ranges is not None + + if will_normalize_and_reduce: + num_visible_plots = 1 + f, axarr = plt.subplots() + else: + num_visible_plots = num_envs + dimx = dimy = ceil(np.sqrt(num_visible_plots)) + f, axarr = plt.subplots(dimx, dimy, sharex=True) + + color_idx = 0 + for rf in range(len(run_folders)): + for suffix in suffixes: + all_values = [] + game_weights = [1] * num_envs + + if len(suffixes) == 1: + label = run_names[rf] + else: + if suffix == '': + label = run_names[rf] + ' train' + else: + label = run_names[rf] + ' test' + + print(f'loading results from {env_name}...') + + if num_visible_plots == 1: + ax = axarr + else: + dimy = len(axarr[0]) + ax = axarr[0 // dimy][0 % dimy] + + csv_files = [f"checkpoints/{resid}/progress{'-' if len(suffix) > 0 else ''}{suffix}.csv" for resid in + run_folders[rf]] + curr_ax = None if will_normalize_and_reduce else ax + + raw_data = np.array([read_csv(file, key_name) for file in csv_files]) + values = plot_values(curr_ax, raw_data, title=env_name, color_idx=color_idx, label=label, **kwargs) + + if will_normalize_and_reduce: + game_range = normalization_ranges[env_name] + game_min = game_range[0] + game_max = game_range[1] + game_delta = game_max - game_min + sub_values = game_weights[0] * (np.array(values) - game_min) / (game_delta) + all_values.append(sub_values) + + if will_normalize_and_reduce: + normalized_data = np.sum(all_values, axis=0) + normalized_data = normalized_data / np.sum(game_weights) + title = 'Mean Normalized Score' + plot_values(ax, normalized_data, title=None, color_idx=color_idx, label=suffix, **kwargs) + + color_idx += 1 + + if num_visible_plots == 1: + ax.legend(loc='lower right') + else: + f.legend(loc='lower right', bbox_to_anchor=(.5, 0, .5, 1)) + + return f, axarr diff --git a/train_procgen/train_ppo.py b/train_procgen/train_ppo.py new file mode 100644 index 0000000000000000000000000000000000000000..b95216d33269874b16f9ae277aa15a244654c948 --- /dev/null +++ b/train_procgen/train_ppo.py @@ -0,0 +1,143 @@ +import sys + +if not sys.warnoptions: + import warnings + + warnings.simplefilter("ignore") + +with warnings.catch_warnings(): + warnings.filterwarnings("ignore", category=FutureWarning) + warnings.filterwarnings("ignore", category=RuntimeWarning) + warnings.simplefilter("ignore") + import tensorflow as tf + +tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) +tf.get_logger().setLevel('INFO') +tf.autograph.set_verbosity(0) +import warnings + +warnings.filterwarnings("ignore", message=r"Passing", category=FutureWarning) +warnings.simplefilter(action='ignore', category=FutureWarning) +warnings.simplefilter(action='ignore', category=Warning) + +from baselines.ppo2 import ppo2 +from baselines.common.models import build_impala_cnn +from baselines.common.mpi_util import setup_mpi_gpus +from procgen import ProcgenEnv +from baselines.common.vec_env import ( + VecExtractDictObs, + VecMonitor, + VecNormalize +) +from baselines import logger +from mpi4py import MPI +import argparse + +parser = argparse.ArgumentParser(description='Process procgen training arguments.') +parser.add_argument('--env_name', type=str, default='coinrun') +parser.add_argument('--num_envs', type=int, default=64) +parser.add_argument('--distribution_mode', type=str, default='hard', + choices=["easy", "hard", "exploration", "memory", "extreme"]) +parser.add_argument('--num_levels', type=int, default=0) +parser.add_argument('--start_level', type=int, default=0) +parser.add_argument('--test_worker_interval', type=int, default=0) +parser.add_argument('--timesteps_per_proc', type=int, default=25_000_000) +parser.add_argument('--rand_seed', type=int, default=2022) + +args = parser.parse_args() + + +def train_fn(env_name, num_envs, distribution_mode, num_levels, start_level, timesteps_per_proc, is_test_worker=False, + log_dir='./checkpoints', comm=None, rand_seed=None): + learning_rate = 5e-4 + ent_coef = .01 + gamma = .999 + lam = .95 + nsteps = 256 + nminibatches = 8 + ppo_epochs = 3 + clip_range = .2 + use_vf_clipping = True + + mpi_rank_weight = 0 if is_test_worker else 1 + num_levels = 0 if is_test_worker else num_levels + + if log_dir is not None: + log_comm = comm.Split(1 if is_test_worker else 0, 0) + format_strs = ['csv', 'stdout'] if log_comm.Get_rank() == 0 else [] + logger.configure(comm=log_comm, dir=log_dir, format_strs=format_strs) + + logger.info("creating environment") + venv = ProcgenEnv(num_envs=num_envs, env_name=env_name, num_levels=num_levels, start_level=start_level, + distribution_mode=distribution_mode, rand_seed=rand_seed) + venv = VecExtractDictObs(venv, "rgb") + + venv = VecMonitor( + venv=venv, filename=None, keep_buf=100, + ) + + venv = VecNormalize(venv=venv, ob=False) + + logger.info("creating tf session") + setup_mpi_gpus() + config = tf.compat.v1.ConfigProto() + config.gpu_options.allow_growth = True # pylint: disable=E1101 + sess = tf.compat.v1.Session(config=config) + sess.__enter__() + + conv_fn = lambda x: build_impala_cnn(x, depths=[16, 32, 32], emb_size=256) + + logger.info("training") + ppo2.learn( + env=venv, + network=conv_fn, + total_timesteps=timesteps_per_proc, + save_interval=0, + nsteps=nsteps, + nminibatches=nminibatches, + lam=lam, + gamma=gamma, + noptepochs=ppo_epochs, + log_interval=1, + ent_coef=ent_coef, + mpi_rank_weight=mpi_rank_weight, + clip_vf=use_vf_clipping, + comm=comm, + lr=learning_rate, + cliprange=clip_range, + update_fn=None, + init_fn=None, + vf_coef=0.5, + max_grad_norm=0.5, + seed=rand_seed + ) + + +def main(): + comm = MPI.COMM_WORLD + rank = comm.Get_rank() + + is_test_worker = False + test_worker_interval = args.test_worker_interval + + if test_worker_interval > 0: + is_test_worker = rank % test_worker_interval == (test_worker_interval - 1) + + saved_dir = './train_procgen/checkpoints/ppo-' + args.env_name + '_' + args.distribution_mode + '_' + str( + args.num_levels) + '_' + str(args.start_level) + '_' + str( + args.rand_seed) + + train_fn(args.env_name, + args.num_envs, + args.distribution_mode, + args.num_levels, + args.start_level, + args.timesteps_per_proc, + is_test_worker=is_test_worker, + comm=comm, + log_dir=saved_dir, + rand_seed=args.rand_seed) + + +if __name__ == '__main__': + main() diff --git a/train_procgen/train_sppo.py b/train_procgen/train_sppo.py new file mode 100644 index 0000000000000000000000000000000000000000..a790abb563655cbec4d103b78f7347ca935ead7d --- /dev/null +++ b/train_procgen/train_sppo.py @@ -0,0 +1,163 @@ +import sys + +if not sys.warnoptions: + import warnings + + warnings.simplefilter("ignore") + +with warnings.catch_warnings(): + warnings.filterwarnings("ignore", category=FutureWarning) + warnings.filterwarnings("ignore", category=RuntimeWarning) + warnings.simplefilter("ignore") + import tensorflow as tf + +tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR) +tf.get_logger().setLevel('INFO') +tf.autograph.set_verbosity(0) +import warnings + +warnings.filterwarnings("ignore", message=r"Passing", category=FutureWarning) +warnings.simplefilter(action='ignore', category=FutureWarning) +warnings.simplefilter(action='ignore', category=Warning) + +# import tensorflow as tf +from baselines.ppo2 import sppo2 +from baselines.common.models import build_skill_impala_cnn +from baselines.common.mpi_util import setup_mpi_gpus +from procgen import ProcgenEnv +from baselines.common.vec_env import ( + VecExtractDictObs, + VecMonitor, + VecNormalize +) +from baselines import logger +from mpi4py import MPI +import argparse +from train_procgen.utils import * +from train_procgen.constants import EASY_GAME_RANGES + +parser = argparse.ArgumentParser(description='Process procgen training arguments.') +parser.add_argument('--env_name', type=str, default='coinrun') +parser.add_argument('--num_envs', type=int, default=64) +parser.add_argument('--distribution_mode', type=str, default='easy', + choices=["easy", "hard", "exploration", "memory", "extreme"]) +parser.add_argument('--num_levels', type=int, default=0) +parser.add_argument('--start_level', type=int, default=0) +parser.add_argument('--test_worker_interval', type=int, default=0) +parser.add_argument('--timesteps_per_proc', type=int, default=25_000_000) +parser.add_argument('--rand_seed', type=int, default=2022) +parser.add_argument('--num_embeddings', type=int, default=8) +parser.add_argument('--beta', type=float, default=0.0) +parser.add_argument('--alpha1', type=float, default=20) +parser.add_argument('--alpha2', type=float, default=20) + +args = parser.parse_args() + + +def train_fn(env_name, num_envs, distribution_mode, num_levels, start_level, timesteps_per_proc, + num_embeddings, beta, alpha1, alpha2, + is_test_worker=False, + log_dir='./train_procgen/checkpoints', comm=None, rand_seed=None): + learning_rate = 5e-4 + ent_coef = .01 + gamma = .999 + lam = .95 + nsteps = 256 + nminibatches = 8 + ppo_epochs = 3 + clip_range = .2 + use_vf_clipping = True + + mpi_rank_weight = 0 if is_test_worker else 1 + num_levels = 0 if is_test_worker else num_levels + + if log_dir is not None: + log_comm = comm.Split(1 if is_test_worker else 0, 0) + format_strs = ['csv', 'stdout'] if log_comm.Get_rank() == 0 else [] + logger.configure(comm=log_comm, dir=log_dir, format_strs=format_strs) + + logger.info("creating environment") + venv = ProcgenEnv(num_envs=num_envs, env_name=env_name, num_levels=num_levels, start_level=start_level, + distribution_mode=distribution_mode, rand_seed=rand_seed) + venv = VecExtractDictObs(venv, "rgb") + + venv = VecMonitor( + venv=venv, filename=None, keep_buf=100, + ) + + venv = VecNormalize(venv=venv, ob=False) + + logger.info("creating tf session") + setup_mpi_gpus() + config = tf.compat.v1.ConfigProto() + config.gpu_options.allow_growth = True # pylint: disable=E1101 + + sess = tf.compat.v1.Session(config=config) + sess.__enter__() + + conv_fn = lambda x: build_skill_impala_cnn(x, depths=[16, 32, 32], emb_dim=256, num_embeddings=num_embeddings, + beta=beta, seed=rand_seed) + + logger.info("training") + sppo2.learn( + env=venv, + network=conv_fn, + total_timesteps=timesteps_per_proc, + save_interval=0, + nsteps=nsteps, + nminibatches=nminibatches, + lam=lam, + gamma=gamma, + noptepochs=ppo_epochs, + log_interval=1, + ent_coef=ent_coef, + mpi_rank_weight=mpi_rank_weight, + clip_vf=use_vf_clipping, + comm=comm, + lr=learning_rate, + cliprange=clip_range, + update_fn=None, + init_fn=None, + vf_coef=0.5, + max_grad_norm=0.5, + seed=rand_seed, + num_embeddings=num_embeddings, + highest_score=EASY_GAME_RANGES[env_name][1], + alpha1=alpha1, + alpha2=alpha2, + ) + + +def main(): + comm = MPI.COMM_WORLD + rank = comm.Get_rank() + + is_test_worker = False + test_worker_interval = args.test_worker_interval + + if test_worker_interval > 0: + is_test_worker = rank % test_worker_interval == (test_worker_interval - 1) + + saved_dir = './train_procgen/checkpoints/sppo-' + args.env_name + '_' + args.distribution_mode + '_' + str( + args.num_levels) + '_' + str(args.start_level) + '_' + str( + args.rand_seed) + + train_fn(args.env_name, + args.num_envs, + args.distribution_mode, + args.num_levels, + args.start_level, + args.timesteps_per_proc, + is_test_worker=is_test_worker, + comm=comm, + log_dir=saved_dir, + rand_seed=args.rand_seed, + num_embeddings=args.num_embeddings, + beta=args.beta, + alpha1=args.alpha1, + alpha2=args.alpha2, + ) + + +if __name__ == '__main__': + main() diff --git a/train_procgen/utils.py b/train_procgen/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..36065cbc08317fe7932fada9cf8b14212afb1144 --- /dev/null +++ b/train_procgen/utils.py @@ -0,0 +1,47 @@ +import argparse +from collections import OrderedDict +import numpy as np +import os +import cv2 +from os.path import isfile, join + + +def str2bool(v): + if isinstance(v, bool): + return v + if v.lower() in ('yes', 'true', 't', 'y', '1'): + return True + elif v.lower() in ('no', 'false', 'f', 'n', '0'): + return False + else: + raise argparse.ArgumentTypeError('Boolean value expected.') + + +def convert_frames_to_video(pathIn, pathOut, fps=8, limits=480): + frame_array = [] + files = [f for f in os.listdir(pathIn) if isfile(join(pathIn, f)) and ( + join(pathIn, f).endswith(".jpg") or join(pathIn, f).endswith(".jpeg") or join(pathIn, f).endswith( + "png"))] + if len(files) > limits: + files = files[:limits] + if len(files) == 0: + return + # for sorting the file names properly + files.sort(key=lambda x: int(x.split("_")[0])) + for i in range(len(files)): + filename = pathIn + files[i] + if filename.endswith(".jpg") or filename.endswith(".jpeg") or filename.endswith("png"): + # reading each files + img = cv2.imread(filename) + # resize the image for saving space + img_resized = cv2.resize(img, (256, 256)) + height, width, layers = img_resized.shape + size = (width, height) + # inserting the frames into an image array + frame_array.append(img_resized) + + out = cv2.VideoWriter(pathOut, cv2.VideoWriter_fourcc(*'DIVX'), fps, size) + for i in range(len(frame_array)): + # writing to a image array + out.write(frame_array[i]) + out.release() diff --git a/videos/fruitbot_skills/cluster_0.gif b/videos/fruitbot_skills/cluster_0.gif new file mode 100644 index 0000000000000000000000000000000000000000..6f965c1bcf29004670dcffa1edf5f065c58fb1f3 --- /dev/null +++ b/videos/fruitbot_skills/cluster_0.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bf0902ea0c950dcb994e0c21acd786b0cf55391b08d335ce280c1c8c75295a +size 1072210 diff --git a/videos/fruitbot_skills/cluster_1.gif b/videos/fruitbot_skills/cluster_1.gif new file mode 100644 index 0000000000000000000000000000000000000000..38b4c0eb042a140a55b89301e39a849b73ba9830 --- /dev/null +++ b/videos/fruitbot_skills/cluster_1.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ce337c12de01d1fb64b4925e7b4e6f3c4a82212ef2890b1c03071736e90ba1 +size 1057405 diff --git a/videos/fruitbot_skills/cluster_2.gif b/videos/fruitbot_skills/cluster_2.gif new file mode 100644 index 0000000000000000000000000000000000000000..809ba0d31d420eff0ccc935ba90fb583d9ce722f --- /dev/null +++ b/videos/fruitbot_skills/cluster_2.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb39524f4d4e0de084ca11f75a1d2ffa8b392a5a80802b546fbc3ef9106528ca +size 1076667 diff --git a/videos/fruitbot_skills/cluster_3.gif b/videos/fruitbot_skills/cluster_3.gif new file mode 100644 index 0000000000000000000000000000000000000000..378c629bd2229f53bda7bffccf5ee460872c7a52 --- /dev/null +++ b/videos/fruitbot_skills/cluster_3.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440c4122f31cfeb9e468a45d64d31b3202ae2e3432b4d772a43a294ba42f3f76 +size 1032682 diff --git a/videos/fruitbot_skills/cluster_4.gif b/videos/fruitbot_skills/cluster_4.gif new file mode 100644 index 0000000000000000000000000000000000000000..1b4c498fecbf08203d72e1e6f7f7f748ddb61c99 --- /dev/null +++ b/videos/fruitbot_skills/cluster_4.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bda4b348e8c5eaa72243084fa53d2e53e8d81be7ab130d84f161178a8d81a1 +size 943108 diff --git a/videos/fruitbot_skills/cluster_5.gif b/videos/fruitbot_skills/cluster_5.gif new file mode 100644 index 0000000000000000000000000000000000000000..8957df4ee20e4f8e6f1be49a656fa5e7ed1eb289 --- /dev/null +++ b/videos/fruitbot_skills/cluster_5.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5d0a62f9a50812920e6b9f4a8f488f7ac07cee692c5974d300b3d8793e7451 +size 1078445 diff --git a/videos/fruitbot_skills/cluster_6.gif b/videos/fruitbot_skills/cluster_6.gif new file mode 100644 index 0000000000000000000000000000000000000000..d4b638dc836d5e05c68e2a9c65f074a3e85105ad --- /dev/null +++ b/videos/fruitbot_skills/cluster_6.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c080038e0819a71b44f97447fe76df34ff2c226216ff3ac91f7a9e850ff18a +size 1040292 diff --git a/videos/fruitbot_skills/cluster_7.gif b/videos/fruitbot_skills/cluster_7.gif new file mode 100644 index 0000000000000000000000000000000000000000..0c2e8b36c0347f01ee78a228463a406d2054d155 --- /dev/null +++ b/videos/fruitbot_skills/cluster_7.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3231557133a037a7640b0cd3c068751173891fad189f729fca14d89729961f87 +size 1082298 diff --git a/videos/jumper_skills/cluster_0.gif b/videos/jumper_skills/cluster_0.gif new file mode 100644 index 0000000000000000000000000000000000000000..a8711cbd662b52b71274a5fe1e1c79d810ba4f3f --- /dev/null +++ b/videos/jumper_skills/cluster_0.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2704cd980c06a65cafc6b1d8cc31cc2358821f4f7ba87d373bc11386b09f97 +size 889229 diff --git a/videos/jumper_skills/cluster_1.gif b/videos/jumper_skills/cluster_1.gif new file mode 100644 index 0000000000000000000000000000000000000000..abdbaca387a897ff5060032e0d89db78efd43e47 --- /dev/null +++ b/videos/jumper_skills/cluster_1.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c3e59d29549485c5335db29d60631802474bd1b5e0de8a9c8a04bfe48dcb4c +size 781741 diff --git a/videos/jumper_skills/cluster_2.gif b/videos/jumper_skills/cluster_2.gif new file mode 100644 index 0000000000000000000000000000000000000000..cb0d4c416db812176b6955c8dadc4b74da348ae0 --- /dev/null +++ b/videos/jumper_skills/cluster_2.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de74bc14839041270dbd6d2ff259a2017fc5bf3b115c83fe516a8b215b9de3ce +size 945499 diff --git a/videos/jumper_skills/cluster_3.gif b/videos/jumper_skills/cluster_3.gif new file mode 100644 index 0000000000000000000000000000000000000000..bfff1297defd66440447256acb105e4c27c3d40a --- /dev/null +++ b/videos/jumper_skills/cluster_3.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b49fae7d0626846566ff40a286380210645127a68dcd5b820f49b5cc354401d +size 1054880 diff --git a/videos/jumper_skills/cluster_4.gif b/videos/jumper_skills/cluster_4.gif new file mode 100644 index 0000000000000000000000000000000000000000..37aa17f37a4262021159ae251d31e7b39c481c11 --- /dev/null +++ b/videos/jumper_skills/cluster_4.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ace38706d7da7492b3e7c81e55cd6cb9800296e0ff9a215b2f6de232195dcc5 +size 964113 diff --git a/videos/jumper_skills/cluster_5.gif b/videos/jumper_skills/cluster_5.gif new file mode 100644 index 0000000000000000000000000000000000000000..0f925a5f6399c130d51a615804a08858861ba1c0 --- /dev/null +++ b/videos/jumper_skills/cluster_5.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a5d138605d96ae64fd2c2b9b654735f25535c5ecce0945c5cb31a84c855c50 +size 1099535 diff --git a/videos/jumper_skills/cluster_6.gif b/videos/jumper_skills/cluster_6.gif new file mode 100644 index 0000000000000000000000000000000000000000..b9c513c1bd14aa172677faff3d7d37f52d12bf77 --- /dev/null +++ b/videos/jumper_skills/cluster_6.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbe4c56ad91c8e7ad7be7781b360bf5eeb8d34ecf861903c6bb30e4138be6f2 +size 1135086 diff --git a/videos/jumper_skills/cluster_7.gif b/videos/jumper_skills/cluster_7.gif new file mode 100644 index 0000000000000000000000000000000000000000..ac0bba2dbcd7072e99db4415ed13f8c94a1a9fd5 --- /dev/null +++ b/videos/jumper_skills/cluster_7.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83fd1830d5a0976158c016f237b8261f2db7686f6f69cbb254c52fa6b255770 +size 1000412 diff --git a/videos/ninja_skills/cluster_0.gif b/videos/ninja_skills/cluster_0.gif new file mode 100644 index 0000000000000000000000000000000000000000..4cb0586c26cb2f5e2c83ee8ff67c990e954c179e --- /dev/null +++ b/videos/ninja_skills/cluster_0.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8ec1ec994c45217fb97ebb6d54d998e956f549c86fc976414b3927fe72cc72 +size 969279 diff --git a/videos/ninja_skills/cluster_1.gif b/videos/ninja_skills/cluster_1.gif new file mode 100644 index 0000000000000000000000000000000000000000..abd92b4329f8697eb39a4858979620971574e387 --- /dev/null +++ b/videos/ninja_skills/cluster_1.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ed29ef98997afc4eb6d6c9ec8a7414e703f3b470d56142a2008bf89033e9d8c +size 728443 diff --git a/videos/ninja_skills/cluster_2.gif b/videos/ninja_skills/cluster_2.gif new file mode 100644 index 0000000000000000000000000000000000000000..a0600c5787da22a0de9760840c2b4e45279389fa --- /dev/null +++ b/videos/ninja_skills/cluster_2.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5361157e9eca8dc74338c39bfae7fa47fa80574fba299efbd7b0de7d627aff +size 811267 diff --git a/videos/ninja_skills/cluster_3.gif b/videos/ninja_skills/cluster_3.gif new file mode 100644 index 0000000000000000000000000000000000000000..07bcb92f77be4efdc1abe15ff599d735b85d6592 --- /dev/null +++ b/videos/ninja_skills/cluster_3.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302e930c4ee439574a2915f4223c1f0ea8a0d5848beda4628866263483b7545a +size 703318 diff --git a/videos/ninja_skills/cluster_4.gif b/videos/ninja_skills/cluster_4.gif new file mode 100644 index 0000000000000000000000000000000000000000..8e9952ff49c29d586e7fd369ee65eb2d284d0990 --- /dev/null +++ b/videos/ninja_skills/cluster_4.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c2ca0d518e657d9cf59d2af1174ad76e59fdf2828bbb4cab3bb302e88320a9 +size 883009 diff --git a/videos/ninja_skills/cluster_5.gif b/videos/ninja_skills/cluster_5.gif new file mode 100644 index 0000000000000000000000000000000000000000..ed437f6daf041d491ada24c9370877b13b3f22d1 --- /dev/null +++ b/videos/ninja_skills/cluster_5.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512eb8aa0dceb7d81befe5c5664febab22227139a3d0bd3527e36e46e85d3cf5 +size 380850 diff --git a/videos/ninja_skills/cluster_6.gif b/videos/ninja_skills/cluster_6.gif new file mode 100644 index 0000000000000000000000000000000000000000..165162db55c622b79d7b293873fd463791290ef5 --- /dev/null +++ b/videos/ninja_skills/cluster_6.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a54d640453c762a312ea1bf83891af39864265973126f4682e4bec45a5ababa +size 581598 diff --git a/videos/ninja_skills/cluster_7.gif b/videos/ninja_skills/cluster_7.gif new file mode 100644 index 0000000000000000000000000000000000000000..a501970d22a9d179afa4c7b8acebe0424b1108db --- /dev/null +++ b/videos/ninja_skills/cluster_7.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950e07a1fdb81bcd90d14652583b929498dcd72fd661e875f539a791773ae5bd +size 817700